From 7ec4a1ad3362fd9fa629ecd1677def02c8f1cb7e Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Mon, 16 Feb 2026 08:57:57 +0100 Subject: [PATCH 01/10] Add mockup bodemlagen_pwn_2024 v2.0.0 dataset Add mockup dataset bodemlagen_pwn_2024 (v2.0.0): many GeoJSON layers for dikte_aquitard (DS11..DS32) and top_aquitard (TS11..TS32) including interpolation points, masks, union_with_values files, and masks/clip (noordzee). Also add helper scripts (interpolate_layer_boundaries.py, interpolation_helper_functions.py, merge_masks.py) and a report PDF to support interpolation and mask-merge workflows. --- .../v2.0.0/dikte_aquitard/DS11/DS11.geojson | 531 +++ .../dikte_aquitard/DS11/DS11_int.geojson | 226 + .../DS11/DS11_interpolation_points.geojson | 2856 +++++++++++++ .../dikte_aquitard/DS11/DS11_mask.geojson | 57 + .../DS11/DS11_mask_bergen_area.geojson | 9 + .../DS11/DS11_mask_combined.geojson | 57 + .../DS11/DS11_union_with_values.geojson | 148 + .../DS11_union_with_values_edited.geojson | 148 + .../v2.0.0/dikte_aquitard/DS12/DS12.geojson | 219 + .../DS12/DS12_bergen_points.geojson | 23 + .../dikte_aquitard/DS12/DS12_int.geojson | 128 + .../DS12/DS12_interpolation_points.geojson | 2499 +++++++++++ .../dikte_aquitard/DS12/DS12_mask.geojson | 21 + .../DS12/DS12_mask_bergen_area.geojson | 9 + .../DS12/DS12_mask_combined.geojson | 21 + .../DS12/DS12_union_with_values.geojson | 102 + .../DS12_union_with_values_edited.geojson | 102 + .../v2.0.0/dikte_aquitard/DS13/DS13.geojson | 271 ++ .../dikte_aquitard/DS13/DS13_int.geojson | 128 + .../DS13/DS13_interpolation_points.geojson | 2334 +++++++++++ .../dikte_aquitard/DS13/DS13_mask.geojson | 19 + .../DS13/DS13_mask_bergen_area.geojson | 11 + .../DS13/DS13_mask_combined.geojson | 21 + .../DS13/DS13_union_with_values.geojson | 101 + .../DS13_union_with_values_edited.geojson | 101 + .../v2.0.0/dikte_aquitard/DS21/DS21.geojson | 141 + .../dikte_aquitard/DS21/DS21_int.geojson | 90 + .../DS21/DS21_interpolation_points.geojson | 1841 +++++++++ .../dikte_aquitard/DS21/DS21_mask.geojson | 12 + .../DS21/DS21_mask_bergen_area.geojson | 9 + .../DS21/DS21_mask_combined.geojson | 12 + .../DS21/DS21_union_with_values.geojson | 58 + .../DS21_union_with_values_edited.geojson | 58 + .../dikte_aquitard/DS21_0/DS21_0.geojson | 9 + .../DS21_0/DS21_0_mask_bergen_area.geojson | 9 + .../v2.0.0/dikte_aquitard/DS22/DS22.geojson | 82 + .../dikte_aquitard/DS22/DS22_int.geojson | 58 + .../DS22/DS22_interpolation_points.geojson | 1649 ++++++++ .../dikte_aquitard/DS22/DS22_mask.geojson | 17 + .../DS22/DS22_mask_combined.geojson | 16 + .../DS22/DS22_union_with_values.geojson | 42 + .../DS22_union_with_values_edited.geojson | 42 + .../v2.0.0/dikte_aquitard/DS31/DS31.geojson | 106 + .../dikte_aquitard/DS31/DS31_int.geojson | 49 + .../DS31/DS31_interpolation_points.geojson | 805 ++++ .../dikte_aquitard/DS31/DS31_mask.geojson | 13 + .../DS31/DS31_mask_combined.geojson | 12 + .../DS31/DS31_union_with_values.geojson | 36 + .../DS31_union_with_values_edited.geojson | 36 + .../v2.0.0/dikte_aquitard/DS32/DS32.geojson | 320 ++ .../dikte_aquitard/DS32/DS32_int.geojson | 251 ++ .../DS32/DS32_interpolation_points.geojson | 1305 ++++++ .../dikte_aquitard/DS32/DS32_mask.geojson | 90 + .../DS32/DS32_mask_combined.geojson | 89 + .../DS32/DS32_union_with_values.geojson | 27 + .../DS32_union_with_values_edited.geojson | 27 + .../v2.0.0/interpolate_layer_boundaries.py | 267 ++ .../v2.0.0/interpolation_helper_functions.py | 635 +++ .../bodemlagen_pwn_2024/v2.0.0/merge_masks.py | 35 + .../noordzee_clip/noordzee_clip.geojson | 9 + .../rapportage_lagenmodel_pwn_concept.pdf | Bin 0 -> 3246094 bytes .../v2.0.0/top_aquitard/TS11/TS11.geojson | 217 + .../TS11/TS11_interpolation_points.geojson | 3635 +++++++++++++++++ .../TS11/TS11_union_with_values.geojson | 62 + .../TS11_union_with_values_edited.geojson | 62 + .../v2.0.0/top_aquitard/TS12/TS12.geojson | 144 + .../TS12/TS12_bergen_points.geojson | 23 + .../TS12/TS12_interpolation_points.geojson | 2128 ++++++++++ .../TS12/TS12_union_with_values.geojson | 55 + .../TS12_union_with_values_edited.geojson | 55 + .../v2.0.0/top_aquitard/TS13/TS13.geojson | 159 + .../TS13/TS13_interpolation_points.geojson | 2480 +++++++++++ .../TS13/TS13_union_with_values.geojson | 48 + .../TS13_union_with_values_edited.geojson | 48 + .../v2.0.0/top_aquitard/TS21/TS21.geojson | 97 + .../TS21/TS21_bergen_points.geojson | 42 + .../TS21/TS21_interpolation_points.geojson | 1453 +++++++ .../TS21/TS21_union_with_values.geojson | 36 + .../TS21_union_with_values_edited.geojson | 36 + .../v2.0.0/top_aquitard/TS21_0/TS21_0.geojson | 11 + .../v2.0.0/top_aquitard/TS22/TS22.geojson | 77 + .../TS22/TS22_interpolation_points.geojson | 1436 +++++++ .../TS22/TS22_union_with_values.geojson | 30 + .../TS22_union_with_values_edited.geojson | 30 + .../v2.0.0/top_aquitard/TS31/TS31.geojson | 55 + .../TS31/TS31_interpolation_points.geojson | 756 ++++ .../TS31/TS31_union_with_values.geojson | 20 + .../TS31_union_with_values_edited.geojson | 20 + .../v2.0.0/top_aquitard/TS32/TS32.geojson | 82 + .../TS32/TS32_interpolation_points.geojson | 841 ++++ .../TS32/TS32_union_with_values.geojson | 25 + .../TS32_union_with_values_edited.geojson | 25 + 92 files changed, 32587 insertions(+) create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_int.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_bergen_area.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_bergen_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_int.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_bergen_area.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_int.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_bergen_area.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_int.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_bergen_area.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0_mask_bergen_area.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_int.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_int.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_int.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/merge_masks.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/noordzee_clip/noordzee_clip.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/report/rapportage_lagenmodel_pwn_concept.pdf create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_bergen_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_bergen_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21_0/TS21_0.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values_edited.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_interpolation_points.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values_edited.geojson diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11.geojson new file mode 100644 index 0000000..6fe0f98 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11.geojson @@ -0,0 +1,531 @@ +{ +"type": "FeatureCollection", +"name": "DS11", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 7.0, "TNODE_": 5.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105704.0, 515677.0 ], [ 105765.0, 515712.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 9.0, "TNODE_": 7.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105621.0, 515631.0 ], [ 105704.0, 515677.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 10.0, "TNODE_": 9.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105582.0, 515610.0 ], [ 105621.0, 515631.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 11.0, "TNODE_": 4.0, "LPOLY_": 6.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105944.0, 515582.0 ], [ 106022.0, 515712.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 12.0, "TNODE_": 11.0, "LPOLY_": 6.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105622.0, 515504.0 ], [ 105944.0, 515582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 13.0, "TNODE_": 12.0, "LPOLY_": 6.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105521.0, 515503.0 ], [ 105622.0, 515504.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 12.0, "TNODE_": 11.0, "LPOLY_": 11.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105622.0, 515504.0 ], [ 105633.0, 515504.0 ], [ 105670.0, 515395.0 ], [ 105831.0, 515424.0 ], [ 105944.0, 515582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 14.0, "TNODE_": 14.0, "LPOLY_": 10.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106925.0, 515473.0 ], [ 107087.0, 515470.0 ], [ 107214.0, 515474.0 ], [ 107307.0, 515486.0 ], [ 107307.0, 515535.0 ], [ 107139.0, 515585.0 ], [ 106984.0, 515594.0 ], [ 106802.0, 515587.0 ], [ 106666.0, 515467.0 ], [ 106643.0, 515418.0 ], [ 106716.0, 515388.0 ], [ 106804.0, 515431.0 ], [ 106925.0, 515473.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 15.0, "TNODE_": 2.0, "LPOLY_": 4.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107870.0, 515360.0 ], [ 107898.0, 515348.0 ], [ 108154.0, 515489.0 ], [ 108297.0, 515514.0 ], [ 108406.0, 515518.0 ], [ 108514.0, 515721.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 16.0, "TNODE_": 17.0, "LPOLY_": 12.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107492.0, 515295.0 ], [ 107535.0, 515240.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 18.0, "TNODE_": 18.0, "LPOLY_": 13.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107272.0, 515194.0 ], [ 107287.0, 515193.0 ], [ 107337.0, 515249.0 ], [ 107338.0, 515293.0 ], [ 107295.0, 515313.0 ], [ 107267.0, 515288.0 ], [ 107260.0, 515244.0 ], [ 107235.0, 515198.0 ], [ 107272.0, 515194.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 17.0, "TNODE_": 16.0, "LPOLY_": 12.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107535.0, 515240.0 ], [ 107577.0, 515178.0 ], [ 107656.0, 515180.0 ], [ 107674.0, 515263.0 ], [ 107637.0, 515358.0 ], [ 107579.0, 515446.0 ], [ 107498.0, 515452.0 ], [ 107464.0, 515473.0 ], [ 107446.0, 515407.0 ], [ 107445.0, 515362.0 ], [ 107492.0, 515295.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 19.0, "TNODE_": 19.0, "LPOLY_": 6.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107441.0, 515098.0 ], [ 107401.0, 515109.0 ], [ 107422.0, 515150.0 ], [ 107474.0, 515155.0 ], [ 107480.0, 515109.0 ], [ 107441.0, 515098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 20.0, "TNODE_": 6.0, "LPOLY_": 8.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103536.0, 514867.0 ], [ 103612.0, 515009.0 ], [ 103568.0, 515226.0 ], [ 103444.0, 515267.0 ], [ 103305.0, 515259.0 ], [ 103208.0, 515334.0 ], [ 103210.0, 515440.0 ], [ 103433.0, 515580.0 ], [ 103833.0, 515488.0 ], [ 104133.0, 515351.0 ], [ 104924.0, 515638.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 20.0, "TNODE_": 8.0, "LPOLY_": 9.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103536.0, 514867.0 ], [ 103467.0, 514976.0 ], [ 103264.0, 515095.0 ], [ 103028.0, 515178.0 ], [ 102808.0, 515320.0 ], [ 102706.0, 515475.0 ], [ 102676.0, 515640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 21.0, "TNODE_": 15.0, "LPOLY_": 6.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107556.0, 514756.0 ], [ 107656.0, 514867.0 ], [ 107726.0, 515132.0 ], [ 107870.0, 515360.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 23.0, "TNODE_": 21.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107545.0, 514744.0 ], [ 107556.0, 514756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 24.0, "TNODE_": 20.0, "LPOLY_": 9.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103702.0, 514646.0 ], [ 103536.0, 514867.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 25.0, "TNODE_": 25.0, "LPOLY_": 6.0, "RPOLY_": 14.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106540.0, 514597.0 ], [ 106510.0, 514615.0 ], [ 106491.0, 514615.0 ], [ 106477.0, 514625.0 ], [ 106534.0, 514704.0 ], [ 106572.0, 514782.0 ], [ 106538.0, 514902.0 ], [ 106554.0, 515046.0 ], [ 106639.0, 515171.0 ], [ 106762.0, 515234.0 ], [ 106860.0, 515257.0 ], [ 106971.0, 515297.0 ], [ 107038.0, 515282.0 ], [ 107086.0, 515227.0 ], [ 107055.0, 515074.0 ], [ 106893.0, 514915.0 ], [ 106864.0, 514845.0 ], [ 106901.0, 514782.0 ], [ 106864.0, 514641.0 ], [ 106726.0, 514619.0 ], [ 106642.0, 514636.0 ], [ 106540.0, 514597.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 3.0, "TNODE_": 13.0, "LPOLY_": 4.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106557.0, 515714.0 ], [ 106461.0, 515401.0 ], [ 106361.0, 515276.0 ], [ 106179.0, 515172.0 ], [ 106033.0, 515079.0 ], [ 105835.0, 514950.0 ], [ 105929.0, 514935.0 ], [ 106001.0, 514850.0 ], [ 105803.0, 514632.0 ], [ 105592.0, 514580.0 ], [ 105505.0, 514583.0 ], [ 105313.0, 514529.0 ], [ 105266.0, 514586.0 ], [ 105324.0, 514682.0 ], [ 105188.0, 514809.0 ], [ 105074.0, 514951.0 ], [ 105125.0, 515131.0 ], [ 105297.0, 515296.0 ], [ 105456.0, 515437.0 ], [ 105521.0, 515503.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 26.0, "TNODE_": 24.0, "LPOLY_": 9.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103746.0, 514117.0 ], [ 103787.0, 514400.0 ], [ 103713.0, 514630.0 ], [ 103702.0, 514646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 27.0, "TNODE_": 27.0, "LPOLY_": 2.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107201.0, 514116.0 ], [ 107210.0, 514143.0 ], [ 107278.0, 514193.0 ], [ 107337.0, 514172.0 ], [ 107268.0, 514101.0 ], [ 107201.0, 514116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 1.0, "TNODE_": 23.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109017.0, 515723.0 ], [ 108999.0, 515542.0 ], [ 108997.0, 515440.0 ], [ 109075.0, 515399.0 ], [ 109172.0, 515365.0 ], [ 109184.0, 515204.0 ], [ 109122.0, 515056.0 ], [ 108909.0, 514991.0 ], [ 108750.0, 514999.0 ], [ 108558.0, 514872.0 ], [ 108430.0, 514683.0 ], [ 108282.0, 514579.0 ], [ 108086.0, 514475.0 ], [ 107988.0, 514315.0 ], [ 107914.0, 514150.0 ], [ 107872.0, 514078.0 ], [ 107803.0, 514125.0 ], [ 107841.0, 514367.0 ], [ 107803.0, 514422.0 ], [ 107744.0, 514313.0 ], [ 107684.0, 514270.0 ], [ 107613.0, 514276.0 ], [ 107606.0, 514414.0 ], [ 107640.0, 514557.0 ], [ 107635.0, 514660.0 ], [ 107560.0, 514592.0 ], [ 107536.0, 514459.0 ], [ 107496.0, 514402.0 ], [ 107428.0, 514339.0 ], [ 107280.0, 514335.0 ], [ 107260.0, 514405.0 ], [ 107249.0, 514462.0 ], [ 107196.0, 514508.0 ], [ 107221.0, 514585.0 ], [ 107375.0, 514661.0 ], [ 107498.0, 514691.0 ], [ 107545.0, 514744.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 15.0, "TNODE_": 13.0, "LPOLY_": 6.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107870.0, 515360.0 ], [ 107787.0, 515434.0 ], [ 107656.0, 515510.0 ], [ 107439.0, 515496.0 ], [ 107173.0, 515408.0 ], [ 106990.0, 515385.0 ], [ 106626.0, 515245.0 ], [ 106319.0, 514887.0 ], [ 106120.0, 514582.0 ], [ 105980.0, 514341.0 ], [ 105554.0, 514122.0 ], [ 105263.0, 514074.0 ], [ 105056.0, 514190.0 ], [ 104749.0, 514513.0 ], [ 104629.0, 514872.0 ], [ 104653.0, 515188.0 ], [ 104898.0, 515422.0 ], [ 105042.0, 515471.0 ], [ 105185.0, 515412.0 ], [ 105521.0, 515503.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 28.0, "TNODE_": 28.0, "LPOLY_": 6.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106151.0, 513664.0 ], [ 106100.0, 513682.0 ], [ 106093.0, 513747.0 ], [ 106116.0, 513813.0 ], [ 106083.0, 513872.0 ], [ 106126.0, 513906.0 ], [ 106173.0, 513845.0 ], [ 106162.0, 513784.0 ], [ 106174.0, 513719.0 ], [ 106171.0, 513682.0 ], [ 106151.0, 513664.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 29.0, "TNODE_": 26.0, "LPOLY_": 9.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103433.0, 513538.0 ], [ 103591.0, 513768.0 ], [ 103737.0, 514059.0 ], [ 103746.0, 514117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 30.0, "TNODE_": 29.0, "LPOLY_": 9.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103428.0, 513505.0 ], [ 103423.0, 513524.0 ], [ 103433.0, 513538.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 32.0, "TNODE_": 10.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105304.0, 513146.0 ], [ 105162.0, 513460.0 ], [ 105006.0, 513760.0 ], [ 104795.0, 513992.0 ], [ 104606.0, 514188.0 ], [ 104438.0, 514469.0 ], [ 104304.0, 514612.0 ], [ 104121.0, 514695.0 ], [ 104019.0, 514845.0 ], [ 104046.0, 514990.0 ], [ 104341.0, 515201.0 ], [ 104594.0, 515344.0 ], [ 104826.0, 515471.0 ], [ 104949.0, 515543.0 ], [ 105154.0, 515474.0 ], [ 105336.0, 515482.0 ], [ 105582.0, 515610.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 33.0, "TNODE_": 30.0, "LPOLY_": 9.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103543.0, 513115.0 ], [ 103479.0, 513285.0 ], [ 103428.0, 513505.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 34.0, "TNODE_": 34.0, "LPOLY_": 2.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106726.0, 513107.0 ], [ 106733.0, 513195.0 ], [ 106787.0, 513229.0 ], [ 106838.0, 513210.0 ], [ 106800.0, 513140.0 ], [ 106739.0, 513104.0 ], [ 106726.0, 513107.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 35.0, "TNODE_": 33.0, "LPOLY_": 9.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103548.0, 513102.0 ], [ 103543.0, 513115.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 31.0, "TNODE_": 31.0, "LPOLY_": 19.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104334.0, 513183.0 ], [ 104277.0, 513257.0 ], [ 104250.0, 513388.0 ], [ 104263.0, 513500.0 ], [ 104316.0, 513585.0 ], [ 104377.0, 513516.0 ], [ 104373.0, 513395.0 ], [ 104399.0, 513287.0 ], [ 104474.0, 513156.0 ], [ 104474.0, 513119.0 ], [ 104421.0, 513083.0 ], [ 104368.0, 513097.0 ], [ 104353.0, 513146.0 ], [ 104334.0, 513183.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 36.0, "TNODE_": 32.0, "LPOLY_": 7.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105207.0, 513082.0 ], [ 105304.0, 513146.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 35.0, "TNODE_": 30.0, "LPOLY_": 25.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103548.0, 513102.0 ], [ 103782.0, 513088.0 ], [ 104012.0, 513072.0 ], [ 104077.0, 513145.0 ], [ 103913.0, 513363.0 ], [ 103656.0, 513445.0 ], [ 103428.0, 513505.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 37.0, "TNODE_": 36.0, "LPOLY_": 7.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105056.0, 512974.0 ], [ 105121.0, 513045.0 ], [ 105207.0, 513082.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 37.0, "TNODE_": 24.0, "LPOLY_": 17.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105056.0, 512974.0 ], [ 105013.0, 513184.0 ], [ 104875.0, 513490.0 ], [ 104644.0, 513747.0 ], [ 104387.0, 514102.0 ], [ 104196.0, 514266.0 ], [ 103993.0, 514433.0 ], [ 103702.0, 514646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 38.0, "TNODE_": 35.0, "LPOLY_": 9.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103604.0, 512951.0 ], [ 103548.0, 513102.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 39.0, "TNODE_": 39.0, "LPOLY_": 2.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106790.0, 512950.0 ], [ 106826.0, 512987.0 ], [ 106873.0, 513026.0 ], [ 106937.0, 513060.0 ], [ 106878.0, 512977.0 ], [ 106829.0, 512948.0 ], [ 106790.0, 512950.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 40.0, "TNODE_": 38.0, "LPOLY_": 9.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103626.0, 512888.0 ], [ 103604.0, 512951.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 41.0, "TNODE_": 37.0, "LPOLY_": 17.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105104.0, 512842.0 ], [ 105060.0, 512879.0 ], [ 105052.0, 512969.0 ], [ 105056.0, 512974.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 42.0, "TNODE_": 42.0, "LPOLY_": 6.0, "RPOLY_": 29.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106616.0, 512837.0 ], [ 106634.0, 512861.0 ], [ 106697.0, 512909.0 ], [ 106672.0, 512820.0 ], [ 106618.0, 512786.0 ], [ 106589.0, 512806.0 ], [ 106616.0, 512837.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 43.0, "TNODE_": 40.0, "LPOLY_": 9.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103666.0, 512761.0 ], [ 103626.0, 512888.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 44.0, "TNODE_": 44.0, "LPOLY_": 2.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107748.0, 512719.0 ], [ 107741.0, 512723.0 ], [ 107745.0, 512843.0 ], [ 107813.0, 513079.0 ], [ 107818.0, 513295.0 ], [ 107853.0, 513532.0 ], [ 107951.0, 513807.0 ], [ 108051.0, 513936.0 ], [ 108107.0, 513922.0 ], [ 108010.0, 513743.0 ], [ 107984.0, 513683.0 ], [ 108046.0, 513638.0 ], [ 108011.0, 513481.0 ], [ 107950.0, 513365.0 ], [ 107956.0, 513035.0 ], [ 107889.0, 512955.0 ], [ 107855.0, 512743.0 ], [ 107748.0, 512719.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 32.0, "TNODE_": 45.0, "LPOLY_": 6.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105304.0, 513146.0 ], [ 105415.0, 513218.0 ], [ 105601.0, 513369.0 ], [ 105778.0, 513428.0 ], [ 105933.0, 513541.0 ], [ 106024.0, 513469.0 ], [ 105969.0, 513291.0 ], [ 105915.0, 513190.0 ], [ 105996.0, 513167.0 ], [ 105954.0, 513073.0 ], [ 105851.0, 512994.0 ], [ 105841.0, 512882.0 ], [ 105818.0, 512708.0 ], [ 105741.0, 512680.0 ], [ 105701.0, 512727.0 ], [ 105649.0, 512641.0 ], [ 105571.0, 512640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 45.0, "TNODE_": 41.0, "LPOLY_": 31.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105571.0, 512640.0 ], [ 105446.0, 512639.0 ], [ 105275.0, 512711.0 ], [ 105104.0, 512842.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 46.0, "TNODE_": 46.0, "LPOLY_": 2.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108049.0, 512570.0 ], [ 108037.0, 512773.0 ], [ 108108.0, 513058.0 ], [ 108231.0, 513360.0 ], [ 108297.0, 513601.0 ], [ 108366.0, 513701.0 ], [ 108451.0, 513711.0 ], [ 108441.0, 513509.0 ], [ 108392.0, 513308.0 ], [ 108261.0, 513068.0 ], [ 108162.0, 512791.0 ], [ 108121.0, 512611.0 ], [ 108069.0, 512558.0 ], [ 108049.0, 512570.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 48.0, "TNODE_": 47.0, "LPOLY_": 30.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104689.0, 512539.0 ], [ 104691.0, 512552.0 ], [ 104704.0, 512562.0 ], [ 104745.0, 512577.0 ], [ 104798.0, 512569.0 ], [ 104811.0, 512565.0 ], [ 104826.0, 512550.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 49.0, "TNODE_": 43.0, "LPOLY_": 9.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103726.0, 512504.0 ], [ 103708.0, 512627.0 ], [ 103666.0, 512761.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 50.0, "TNODE_": 50.0, "LPOLY_": 2.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106775.0, 512311.0 ], [ 106825.0, 512394.0 ], [ 106882.0, 512448.0 ], [ 106945.0, 512499.0 ], [ 106990.0, 512482.0 ], [ 106946.0, 512396.0 ], [ 106859.0, 512314.0 ], [ 106804.0, 512315.0 ], [ 106775.0, 512311.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 51.0, "TNODE_": 51.0, "LPOLY_": 6.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106347.0, 512170.0 ], [ 106277.0, 512279.0 ], [ 106257.0, 512476.0 ], [ 106293.0, 512627.0 ], [ 106358.0, 512677.0 ], [ 106444.0, 512651.0 ], [ 106483.0, 512518.0 ], [ 106500.0, 512374.0 ], [ 106461.0, 512291.0 ], [ 106417.0, 512261.0 ], [ 106388.0, 512185.0 ], [ 106347.0, 512170.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 48.0, "TNODE_": 52.0, "LPOLY_": 9.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104689.0, 512539.0 ], [ 104673.0, 512396.0 ], [ 104736.0, 512137.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 54.0, "TNODE_": 54.0, "LPOLY_": 2.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107448.0, 512095.0 ], [ 107439.0, 512095.0 ], [ 107461.0, 512178.0 ], [ 107571.0, 512347.0 ], [ 107650.0, 512461.0 ], [ 107757.0, 512555.0 ], [ 107837.0, 512563.0 ], [ 107836.0, 512481.0 ], [ 107730.0, 512401.0 ], [ 107621.0, 512312.0 ], [ 107564.0, 512188.0 ], [ 107530.0, 512135.0 ], [ 107448.0, 512095.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 52.0, "TNODE_": 55.0, "LPOLY_": 9.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104736.0, 512137.0 ], [ 104737.0, 512132.0 ], [ 104722.0, 512088.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 55.0, "TNODE_": 56.0, "LPOLY_": 9.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104722.0, 512088.0 ], [ 104721.0, 512084.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 56.0, "TNODE_": 57.0, "LPOLY_": 32.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104721.0, 512084.0 ], [ 104613.0, 512027.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 56.0, "TNODE_": 58.0, "LPOLY_": 9.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104721.0, 512084.0 ], [ 104697.0, 512015.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 59.0, "TNODE_": 21.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106952.0, 511943.0 ], [ 106849.0, 512005.0 ], [ 106738.0, 512097.0 ], [ 106695.0, 512421.0 ], [ 106747.0, 512560.0 ], [ 106775.0, 512856.0 ], [ 106661.0, 513062.0 ], [ 106670.0, 513279.0 ], [ 106777.0, 513672.0 ], [ 106817.0, 514068.0 ], [ 106912.0, 514403.0 ], [ 107057.0, 514540.0 ], [ 107269.0, 514671.0 ], [ 107556.0, 514756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 60.0, "TNODE_": 53.0, "LPOLY_": 19.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105209.0, 511939.0 ], [ 105204.0, 511973.0 ], [ 105210.0, 512001.0 ], [ 105232.0, 512048.0 ], [ 105253.0, 512082.0 ], [ 105261.0, 512099.0 ], [ 105276.0, 512114.0 ], [ 105296.0, 512128.0 ], [ 105330.0, 512128.0 ], [ 105335.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 61.0, "TNODE_": 61.0, "LPOLY_": 2.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107280.0, 511824.0 ], [ 107306.0, 511915.0 ], [ 107358.0, 511998.0 ], [ 107394.0, 512006.0 ], [ 107365.0, 511918.0 ], [ 107335.0, 511836.0 ], [ 107280.0, 511824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 63.0, "TNODE_": 59.0, "LPOLY_": 6.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106915.0, 511805.0 ], [ 106952.0, 511943.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 63.0, "TNODE_": 62.0, "LPOLY_": 31.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106915.0, 511805.0 ], [ 106866.0, 511842.0 ], [ 106781.0, 511810.0 ], [ 106728.0, 511811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 64.0, "TNODE_": 62.0, "LPOLY_": 6.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106655.0, 511787.0 ], [ 106652.0, 511809.0 ], [ 106639.0, 511862.0 ], [ 106683.0, 511894.0 ], [ 106728.0, 511844.0 ], [ 106728.0, 511811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 64.0, "TNODE_": 45.0, "LPOLY_": 31.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106655.0, 511787.0 ], [ 106559.0, 511791.0 ], [ 106398.0, 511809.0 ], [ 106130.0, 511766.0 ], [ 105963.0, 511810.0 ], [ 105857.0, 511971.0 ], [ 105803.0, 512147.0 ], [ 105729.0, 512350.0 ], [ 105618.0, 512531.0 ], [ 105571.0, 512640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 62.0, "TNODE_": 66.0, "LPOLY_": 31.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106728.0, 511811.0 ], [ 106728.0, 511764.0 ], [ 106697.0, 511634.0 ], [ 106670.0, 511618.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 66.0, "TNODE_": 64.0, "LPOLY_": 31.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106670.0, 511618.0 ], [ 106662.0, 511734.0 ], [ 106655.0, 511787.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 57.0, "TNODE_": 43.0, "LPOLY_": 32.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104613.0, 512027.0 ], [ 104538.0, 511988.0 ], [ 104275.0, 511840.0 ], [ 104062.0, 511694.0 ], [ 103949.0, 511613.0 ], [ 103858.0, 511616.0 ], [ 103847.0, 511725.0 ], [ 103939.0, 511901.0 ], [ 103960.0, 512129.0 ], [ 103884.0, 512482.0 ], [ 103666.0, 512761.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 67.0, "TNODE_": 63.0, "LPOLY_": 31.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106846.0, 511566.0 ], [ 106884.0, 511693.0 ], [ 106915.0, 511805.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 67.0, "TNODE_": 41.0, "LPOLY_": 17.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106846.0, 511566.0 ], [ 106647.0, 511514.0 ], [ 106404.0, 511592.0 ], [ 106165.0, 511617.0 ], [ 105919.0, 511740.0 ], [ 105765.0, 511933.0 ], [ 105569.0, 512166.0 ], [ 105452.0, 512367.0 ], [ 105308.0, 512540.0 ], [ 105156.0, 512731.0 ], [ 105104.0, 512842.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 68.0, "TNODE_": 69.0, "LPOLY_": 43.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109411.0, 511512.0 ], [ 109346.0, 511506.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 70.0, "TNODE_": 65.0, "LPOLY_": 42.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109270.0, 511505.0 ], [ 109247.0, 511508.0 ], [ 109132.0, 511666.0 ], [ 109016.0, 511773.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 69.0, "TNODE_": 70.0, "LPOLY_": 42.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109346.0, 511506.0 ], [ 109319.0, 511499.0 ], [ 109270.0, 511505.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 59.0, "TNODE_": 22.0, "LPOLY_": 2.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106952.0, 511943.0 ], [ 106993.0, 512094.0 ], [ 107055.0, 512525.0 ], [ 107121.0, 512851.0 ], [ 107151.0, 513196.0 ], [ 107185.0, 513309.0 ], [ 107215.0, 513346.0 ], [ 107262.0, 513306.0 ], [ 107273.0, 513233.0 ], [ 107242.0, 513138.0 ], [ 107220.0, 513025.0 ], [ 107237.0, 512933.0 ], [ 107298.0, 512947.0 ], [ 107394.0, 513078.0 ], [ 107456.0, 513207.0 ], [ 107461.0, 513361.0 ], [ 107491.0, 513489.0 ], [ 107590.0, 513568.0 ], [ 107662.0, 513532.0 ], [ 107695.0, 513453.0 ], [ 107697.0, 513272.0 ], [ 107602.0, 513028.0 ], [ 107557.0, 512619.0 ], [ 107474.0, 512473.0 ], [ 107347.0, 512331.0 ], [ 107285.0, 512103.0 ], [ 107212.0, 511862.0 ], [ 107163.0, 511595.0 ], [ 107160.0, 511456.0 ], [ 107233.0, 511471.0 ], [ 107275.0, 511649.0 ], [ 107425.0, 511839.0 ], [ 107645.0, 512025.0 ], [ 107820.0, 512242.0 ], [ 107982.0, 512397.0 ], [ 108266.0, 512523.0 ], [ 108382.0, 512645.0 ], [ 108513.0, 513033.0 ], [ 108563.0, 513397.0 ], [ 108623.0, 513771.0 ], [ 108664.0, 514184.0 ], [ 108744.0, 514298.0 ], [ 108855.0, 514252.0 ], [ 108878.0, 514111.0 ], [ 109068.0, 514212.0 ], [ 109205.0, 514457.0 ], [ 109392.0, 514752.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 72.0, "TNODE_": 67.0, "LPOLY_": 17.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106786.0, 511297.0 ], [ 106809.0, 511446.0 ], [ 106846.0, 511566.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 72.0, "TNODE_": 26.0, "LPOLY_": 19.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106786.0, 511297.0 ], [ 106633.0, 511380.0 ], [ 106382.0, 511411.0 ], [ 106078.0, 511500.0 ], [ 105771.0, 511737.0 ], [ 105532.0, 512046.0 ], [ 105429.0, 512256.0 ], [ 105257.0, 512449.0 ], [ 105144.0, 512584.0 ], [ 104962.0, 512812.0 ], [ 104861.0, 513035.0 ], [ 104695.0, 513356.0 ], [ 104506.0, 513641.0 ], [ 104248.0, 513851.0 ], [ 104051.0, 513948.0 ], [ 103746.0, 514117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 73.0, "TNODE_": 71.0, "LPOLY_": 43.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109301.0, 511150.0 ], [ 109411.0, 511372.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 75.0, "TNODE_": 72.0, "LPOLY_": 19.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106853.0, 511058.0 ], [ 106783.0, 511278.0 ], [ 106786.0, 511297.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 75.0, "TNODE_": 53.0, "LPOLY_": 37.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106853.0, 511058.0 ], [ 106604.0, 511124.0 ], [ 106176.0, 511221.0 ], [ 105810.0, 511376.0 ], [ 105552.0, 511636.0 ], [ 105400.0, 512047.0 ], [ 105335.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 74.0, "TNODE_": 73.0, "LPOLY_": 45.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109413.0, 511082.0 ], [ 109326.0, 511023.0 ], [ 109217.0, 510913.0 ], [ 109155.0, 510907.0 ], [ 109165.0, 510966.0 ], [ 109108.0, 510980.0 ], [ 109165.0, 511069.0 ], [ 109283.0, 511136.0 ], [ 109301.0, 511150.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 80.0, "TNODE_": 40.0, "LPOLY_": 30.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106032.0, 510103.0 ], [ 106169.0, 510196.0 ], [ 106368.0, 510435.0 ], [ 106390.0, 510694.0 ], [ 106217.0, 510911.0 ], [ 105981.0, 511028.0 ], [ 105683.0, 511135.0 ], [ 105468.0, 511235.0 ], [ 105298.0, 511328.0 ], [ 105189.0, 511416.0 ], [ 105187.0, 511579.0 ], [ 105134.0, 511761.0 ], [ 105088.0, 511970.0 ], [ 105017.0, 512207.0 ], [ 104929.0, 512483.0 ], [ 104802.0, 512642.0 ], [ 104690.0, 512652.0 ], [ 104615.0, 512586.0 ], [ 104555.0, 512310.0 ], [ 104403.0, 512034.0 ], [ 104231.0, 511939.0 ], [ 104129.0, 511878.0 ], [ 104041.0, 511996.0 ], [ 104044.0, 512307.0 ], [ 103941.0, 512593.0 ], [ 103844.0, 512751.0 ], [ 103626.0, 512888.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 80.0, "TNODE_": 47.0, "LPOLY_": 9.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106032.0, 510103.0 ], [ 105982.0, 510127.0 ], [ 105979.0, 510283.0 ], [ 106155.0, 510440.0 ], [ 106312.0, 510501.0 ], [ 106374.0, 510620.0 ], [ 106208.0, 510874.0 ], [ 105894.0, 511024.0 ], [ 105639.0, 511084.0 ], [ 105500.0, 511171.0 ], [ 105227.0, 511296.0 ], [ 105134.0, 511466.0 ], [ 105124.0, 511707.0 ], [ 105057.0, 511998.0 ], [ 104914.0, 512379.0 ], [ 104826.0, 512550.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 79.0, "TNODE_": 81.0, "LPOLY_": 32.0, "RPOLY_": 47.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104498.0, 510114.0 ], [ 104304.0, 510126.0 ], [ 104176.0, 510112.0 ], [ 104040.0, 510087.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 81.0, "TNODE_": 79.0, "LPOLY_": 9.0, "RPOLY_": 47.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104040.0, 510087.0 ], [ 104055.0, 510097.0 ], [ 104202.0, 510255.0 ], [ 104383.0, 510240.0 ], [ 104501.0, 510116.0 ], [ 104498.0, 510114.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 79.0, "TNODE_": 82.0, "LPOLY_": 9.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104498.0, 510114.0 ], [ 104449.0, 510063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 84.0, "TNODE_": 83.0, "LPOLY_": 9.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105500.0, 510014.0 ], [ 105673.0, 510028.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 58.0, "TNODE_": 85.0, "LPOLY_": 9.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104697.0, 512015.0 ], [ 104686.0, 511981.0 ], [ 104448.0, 511827.0 ], [ 104235.0, 511636.0 ], [ 104003.0, 511318.0 ], [ 103863.0, 511011.0 ], [ 103739.0, 510639.0 ], [ 103631.0, 510369.0 ], [ 103644.0, 510116.0 ], [ 103735.0, 510026.0 ], [ 103768.0, 510011.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 85.0, "TNODE_": 58.0, "LPOLY_": 32.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103768.0, 510011.0 ], [ 103605.0, 510062.0 ], [ 103568.0, 510316.0 ], [ 103613.0, 510623.0 ], [ 103753.0, 510917.0 ], [ 103876.0, 511270.0 ], [ 104016.0, 511525.0 ], [ 104238.0, 511738.0 ], [ 104365.0, 511819.0 ], [ 104537.0, 511939.0 ], [ 104697.0, 512015.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 82.0, "TNODE_": 86.0, "LPOLY_": 9.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104449.0, 510063.0 ], [ 104436.0, 510050.0 ], [ 104486.0, 509999.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 85.0, "TNODE_": 81.0, "LPOLY_": 9.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103768.0, 510011.0 ], [ 103896.0, 509992.0 ], [ 104040.0, 510087.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 83.0, "TNODE_": 87.0, "LPOLY_": 9.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105673.0, 510028.0 ], [ 105740.0, 510033.0 ], [ 105886.0, 509984.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 86.0, "TNODE_": 88.0, "LPOLY_": 9.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104486.0, 509999.0 ], [ 104516.0, 509969.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 89.0, "TNODE_": 77.0, "LPOLY_": 45.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108980.0, 509934.0 ], [ 109026.0, 509977.0 ], [ 109050.0, 510071.0 ], [ 109110.0, 510168.0 ], [ 109418.0, 510295.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 89.0, "TNODE_": 73.0, "LPOLY_": 43.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108980.0, 509934.0 ], [ 108770.0, 510407.0 ], [ 108798.0, 510722.0 ], [ 108942.0, 510977.0 ], [ 109105.0, 511115.0 ], [ 109301.0, 511150.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 90.0, "TNODE_": 82.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103688.0, 509921.0 ], [ 103758.0, 509906.0 ], [ 103981.0, 509951.0 ], [ 104195.0, 510016.0 ], [ 104313.0, 510043.0 ], [ 104449.0, 510063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 91.0, "TNODE_": 90.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103564.0, 509824.0 ], [ 103563.0, 509857.0 ], [ 103545.0, 509896.0 ], [ 103552.0, 509924.0 ], [ 103552.0, 509956.0 ], [ 103560.0, 509971.0 ], [ 103574.0, 509978.0 ], [ 103602.0, 509971.0 ], [ 103627.0, 509949.0 ], [ 103688.0, 509921.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 93.0, "TNODE_": 38.0, "LPOLY_": 28.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106688.0, 509720.0 ], [ 106630.0, 509998.0 ], [ 106521.0, 510421.0 ], [ 106437.0, 510636.0 ], [ 106274.0, 510896.0 ], [ 106026.0, 511063.0 ], [ 105416.0, 511332.0 ], [ 105279.0, 511475.0 ], [ 105151.0, 511916.0 ], [ 105083.0, 512127.0 ], [ 104899.0, 512585.0 ], [ 104747.0, 512738.0 ], [ 104612.0, 512702.0 ], [ 104461.0, 512447.0 ], [ 104243.0, 512298.0 ], [ 104100.0, 512439.0 ], [ 103992.0, 512690.0 ], [ 103770.0, 512912.0 ], [ 103604.0, 512951.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 93.0, "TNODE_": 80.0, "LPOLY_": 9.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106688.0, 509720.0 ], [ 106576.0, 509886.0 ], [ 106358.0, 510026.0 ], [ 106122.0, 510060.0 ], [ 106032.0, 510103.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 78.0, "TNODE_": 94.0, "LPOLY_": 48.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109418.0, 510129.0 ], [ 109283.0, 510071.0 ], [ 109132.0, 509886.0 ], [ 109057.0, 509748.0 ], [ 109009.0, 509686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 95.0, "TNODE_": 92.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103634.0, 509679.0 ], [ 103627.0, 509711.0 ], [ 103631.0, 509743.0 ], [ 103663.0, 509771.0 ], [ 103691.0, 509775.0 ], [ 103741.0, 509767.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 94.0, "TNODE_": 89.0, "LPOLY_": 43.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109009.0, 509686.0 ], [ 108987.0, 509667.0 ], [ 108936.0, 509654.0 ], [ 108914.0, 509747.0 ], [ 108935.0, 509891.0 ], [ 108980.0, 509934.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 88.0, "TNODE_": 96.0, "LPOLY_": 9.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104516.0, 509969.0 ], [ 104523.0, 509962.0 ], [ 104584.0, 509838.0 ], [ 104488.0, 509747.0 ], [ 104424.0, 509721.0 ], [ 104494.0, 509672.0 ], [ 104408.0, 509646.0 ], [ 104218.0, 509650.0 ], [ 104047.0, 509570.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 96.0, "TNODE_": 88.0, "LPOLY_": 54.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104047.0, 509570.0 ], [ 104144.0, 509636.0 ], [ 104290.0, 509721.0 ], [ 104408.0, 509803.0 ], [ 104472.0, 509839.0 ], [ 104511.0, 509903.0 ], [ 104516.0, 509969.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 97.0, "TNODE_": 84.0, "LPOLY_": 52.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105387.0, 509500.0 ], [ 105378.0, 509705.0 ], [ 105421.0, 509899.0 ], [ 105500.0, 510014.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 97.0, "TNODE_": 84.0, "LPOLY_": 9.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105387.0, 509500.0 ], [ 105187.0, 509621.0 ], [ 105128.0, 509776.0 ], [ 105202.0, 509954.0 ], [ 105500.0, 510014.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 98.0, "TNODE_": 83.0, "LPOLY_": 51.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105473.0, 509450.0 ], [ 105497.0, 509676.0 ], [ 105571.0, 509849.0 ], [ 105613.0, 509934.0 ], [ 105673.0, 510028.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 98.0, "TNODE_": 97.0, "LPOLY_": 9.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105473.0, 509450.0 ], [ 105387.0, 509500.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 60.0, "TNODE_": 99.0, "LPOLY_": 37.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105209.0, 511939.0 ], [ 105312.0, 511584.0 ], [ 105574.0, 511320.0 ], [ 105922.0, 511178.0 ], [ 106269.0, 511017.0 ], [ 106447.0, 510750.0 ], [ 106671.0, 510319.0 ], [ 106838.0, 509901.0 ], [ 106915.0, 509567.0 ], [ 106823.0, 509414.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 99.0, "TNODE_": 93.0, "LPOLY_": 9.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106823.0, 509414.0 ], [ 106832.0, 509491.0 ], [ 106732.0, 509655.0 ], [ 106688.0, 509720.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 87.0, "TNODE_": 100.0, "LPOLY_": 9.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105886.0, 509984.0 ], [ 105932.0, 509968.0 ], [ 106142.0, 509814.0 ], [ 106349.0, 509697.0 ], [ 106524.0, 509569.0 ], [ 106590.0, 509410.0 ], [ 106622.0, 509395.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 100.0, "TNODE_": 101.0, "LPOLY_": 9.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106622.0, 509395.0 ], [ 106677.0, 509369.0 ], [ 106787.0, 509332.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 101.0, "TNODE_": 99.0, "LPOLY_": 9.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106787.0, 509332.0 ], [ 106813.0, 509323.0 ], [ 106823.0, 509414.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 102.0, "TNODE_": 87.0, "LPOLY_": 50.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105728.0, 509300.0 ], [ 105738.0, 509486.0 ], [ 105720.0, 509670.0 ], [ 105800.0, 509869.0 ], [ 105886.0, 509984.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 102.0, "TNODE_": 98.0, "LPOLY_": 9.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105728.0, 509300.0 ], [ 105473.0, 509450.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 96.0, "TNODE_": 103.0, "LPOLY_": 9.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104047.0, 509570.0 ], [ 104025.0, 509560.0 ], [ 104000.0, 509480.0 ], [ 104031.0, 509372.0 ], [ 104151.0, 509313.0 ], [ 104277.0, 509303.0 ], [ 104258.0, 509255.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 103.0, "TNODE_": 86.0, "LPOLY_": 49.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104258.0, 509255.0 ], [ 104158.0, 509287.0 ], [ 104030.0, 509354.0 ], [ 104001.0, 509383.0 ], [ 103966.0, 509483.0 ], [ 103984.0, 509565.0 ], [ 104041.0, 509654.0 ], [ 104108.0, 509689.0 ], [ 104308.0, 509785.0 ], [ 104404.0, 509853.0 ], [ 104468.0, 509917.0 ], [ 104486.0, 509953.0 ], [ 104486.0, 509999.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 103.0, "TNODE_": 104.0, "LPOLY_": 9.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104258.0, 509255.0 ], [ 104251.0, 509237.0 ], [ 104225.0, 509225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 92.0, "TNODE_": 104.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103741.0, 509767.0 ], [ 103810.0, 509771.0 ], [ 103962.0, 509833.0 ], [ 104114.0, 509908.0 ], [ 104266.0, 509953.0 ], [ 104359.0, 510006.0 ], [ 104424.0, 509997.0 ], [ 104407.0, 509920.0 ], [ 104148.0, 509838.0 ], [ 103982.0, 509721.0 ], [ 103917.0, 509561.0 ], [ 103949.0, 509391.0 ], [ 104105.0, 509292.0 ], [ 104225.0, 509225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 105.0, "TNODE_": 106.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103716.0, 509214.0 ], [ 103702.0, 509207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 104.0, "TNODE_": 107.0, "LPOLY_": 9.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104225.0, 509225.0 ], [ 104167.0, 509199.0 ], [ 104161.0, 509176.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 107.0, "TNODE_": 108.0, "LPOLY_": 9.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104161.0, 509176.0 ], [ 104153.0, 509146.0 ], [ 104328.0, 509122.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 108.0, "TNODE_": 109.0, "LPOLY_": 9.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104328.0, 509122.0 ], [ 104383.0, 509114.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 109.0, "TNODE_": 110.0, "LPOLY_": 9.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104383.0, 509114.0 ], [ 104399.0, 509112.0 ], [ 104406.0, 509105.0 ], [ 104407.0, 509100.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 111.0, "TNODE_": 49.0, "LPOLY_": 35.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103298.0, 509077.0 ], [ 103353.0, 509232.0 ], [ 103467.0, 509424.0 ], [ 103549.0, 509543.0 ], [ 103547.0, 509700.0 ], [ 103520.0, 509973.0 ], [ 103442.0, 510183.0 ], [ 103402.0, 510381.0 ], [ 103310.0, 510580.0 ], [ 103326.0, 510809.0 ], [ 103508.0, 511015.0 ], [ 103607.0, 511282.0 ], [ 103713.0, 511645.0 ], [ 103809.0, 511938.0 ], [ 103838.0, 512239.0 ], [ 103726.0, 512504.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 111.0, "TNODE_": 49.0, "LPOLY_": 9.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103298.0, 509077.0 ], [ 103238.0, 509121.0 ], [ 103213.0, 509207.0 ], [ 103309.0, 509270.0 ], [ 103324.0, 509352.0 ], [ 103388.0, 509453.0 ], [ 103431.0, 509495.0 ], [ 103403.0, 509546.0 ], [ 103465.0, 509596.0 ], [ 103531.0, 509612.0 ], [ 103528.0, 509640.0 ], [ 103458.0, 509735.0 ], [ 103338.0, 509915.0 ], [ 103204.0, 510036.0 ], [ 103114.0, 510078.0 ], [ 103104.0, 510178.0 ], [ 103197.0, 510239.0 ], [ 103172.0, 510334.0 ], [ 103157.0, 510554.0 ], [ 103207.0, 510768.0 ], [ 103397.0, 511050.0 ], [ 103536.0, 511486.0 ], [ 103660.0, 511850.0 ], [ 103768.0, 512206.0 ], [ 103726.0, 512504.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 112.0, "TNODE_": 105.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104365.0, 509071.0 ], [ 104178.0, 509098.0 ], [ 104044.0, 509123.0 ], [ 103929.0, 509181.0 ], [ 103859.0, 509200.0 ], [ 103795.0, 509212.0 ], [ 103725.0, 509219.0 ], [ 103716.0, 509214.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 113.0, "TNODE_": 107.0, "LPOLY_": 53.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103479.0, 509067.0 ], [ 103605.0, 509288.0 ], [ 103734.0, 509353.0 ], [ 103964.0, 509279.0 ], [ 104161.0, 509176.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 115.0, "TNODE_": 112.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104358.0, 509029.0 ], [ 104369.0, 509059.0 ], [ 104365.0, 509071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 114.0, "TNODE_": 116.0, "LPOLY_": 59.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104332.0, 509044.0 ], [ 104300.0, 508994.0 ], [ 104295.0, 508994.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 117.0, "TNODE_": 111.0, "LPOLY_": 9.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103274.0, 508924.0 ], [ 103317.0, 508971.0 ], [ 103309.0, 509069.0 ], [ 103298.0, 509077.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 118.0, "TNODE_": 95.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103411.0, 508914.0 ], [ 103460.0, 509165.0 ], [ 103629.0, 509443.0 ], [ 103637.0, 509632.0 ], [ 103634.0, 509679.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 116.0, "TNODE_": 114.0, "LPOLY_": 59.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104295.0, 508994.0 ], [ 104175.0, 508984.0 ], [ 104026.0, 508902.0 ], [ 103829.0, 508865.0 ], [ 103741.0, 508934.0 ], [ 103700.0, 509031.0 ], [ 103745.0, 509119.0 ], [ 103922.0, 509111.0 ], [ 104013.0, 509074.0 ], [ 104146.0, 509070.0 ], [ 104288.0, 509061.0 ], [ 104334.0, 509050.0 ], [ 104332.0, 509044.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 110.0, "TNODE_": 120.0, "LPOLY_": 9.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104407.0, 509100.0 ], [ 104414.0, 508999.0 ], [ 104226.0, 508855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 65.0, "TNODE_": 119.0, "LPOLY_": 41.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109016.0, 511773.0 ], [ 108972.0, 511815.0 ], [ 108818.0, 511790.0 ], [ 108682.0, 511715.0 ], [ 108567.0, 511746.0 ], [ 108440.0, 511742.0 ], [ 108361.0, 511644.0 ], [ 108432.0, 511475.0 ], [ 108432.0, 511270.0 ], [ 108386.0, 510992.0 ], [ 108272.0, 510766.0 ], [ 108231.0, 510557.0 ], [ 108195.0, 510325.0 ], [ 108012.0, 510167.0 ], [ 107898.0, 510006.0 ], [ 107840.0, 509803.0 ], [ 107699.0, 509553.0 ], [ 107659.0, 509282.0 ], [ 107717.0, 509168.0 ], [ 107853.0, 509059.0 ], [ 107908.0, 508966.0 ], [ 107938.0, 508885.0 ], [ 107941.0, 508855.0 ], [ 107922.0, 508856.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 119.0, "TNODE_": 121.0, "LPOLY_": 62.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107922.0, 508856.0 ], [ 107897.0, 508857.0 ], [ 107825.0, 508853.0 ], [ 107808.0, 508843.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 122.0, "TNODE_": 91.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103318.0, 508837.0 ], [ 103352.0, 508970.0 ], [ 103393.0, 509161.0 ], [ 103528.0, 509388.0 ], [ 103592.0, 509566.0 ], [ 103564.0, 509824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 123.0, "TNODE_": 75.0, "LPOLY_": 37.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107678.0, 508824.0 ], [ 107649.0, 508836.0 ], [ 107571.0, 508897.0 ], [ 107532.0, 509057.0 ], [ 107445.0, 509129.0 ], [ 107346.0, 509248.0 ], [ 107294.0, 509403.0 ], [ 107241.0, 509709.0 ], [ 107070.0, 509935.0 ], [ 106943.0, 510172.0 ], [ 106935.0, 510449.0 ], [ 106979.0, 510689.0 ], [ 106853.0, 511058.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 120.0, "TNODE_": 124.0, "LPOLY_": 9.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104226.0, 508855.0 ], [ 104175.0, 508818.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 106.0, "TNODE_": 115.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103702.0, 509207.0 ], [ 103604.0, 509053.0 ], [ 103611.0, 508928.0 ], [ 103669.0, 508838.0 ], [ 103732.0, 508811.0 ], [ 103853.0, 508804.0 ], [ 103946.0, 508824.0 ], [ 104019.0, 508830.0 ], [ 104108.0, 508887.0 ], [ 104242.0, 508945.0 ], [ 104318.0, 508989.0 ], [ 104350.0, 509008.0 ], [ 104358.0, 509029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 121.0, "TNODE_": 123.0, "LPOLY_": 63.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107808.0, 508843.0 ], [ 107737.0, 508800.0 ], [ 107678.0, 508824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 125.0, "TNODE_": 117.0, "LPOLY_": 9.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103014.0, 508797.0 ], [ 103174.0, 508814.0 ], [ 103274.0, 508924.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 124.0, "TNODE_": 126.0, "LPOLY_": 9.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104175.0, 508818.0 ], [ 104157.0, 508804.0 ], [ 104189.0, 508742.0 ], [ 104393.0, 508761.0 ], [ 104473.0, 508748.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 125.0, "TNODE_": 127.0, "LPOLY_": 61.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103014.0, 508797.0 ], [ 102992.0, 508793.0 ], [ 102975.0, 508784.0 ], [ 102960.0, 508765.0 ], [ 102952.0, 508749.0 ], [ 102952.0, 508736.0 ], [ 102960.0, 508729.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 124.0, "TNODE_": 128.0, "LPOLY_": 53.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104175.0, 508818.0 ], [ 103956.0, 508761.0 ], [ 103687.0, 508704.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 113.0, "TNODE_": 128.0, "LPOLY_": 58.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103479.0, 509067.0 ], [ 103469.0, 509042.0 ], [ 103457.0, 508979.0 ], [ 103453.0, 508921.0 ], [ 103459.0, 508883.0 ], [ 103476.0, 508833.0 ], [ 103526.0, 508763.0 ], [ 103578.0, 508724.0 ], [ 103612.0, 508711.0 ], [ 103635.0, 508705.0 ], [ 103664.0, 508701.0 ], [ 103687.0, 508704.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 129.0, "TNODE_": 100.0, "LPOLY_": 55.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106481.0, 508681.0 ], [ 106487.0, 508953.0 ], [ 106561.0, 509194.0 ], [ 106586.0, 509288.0 ], [ 106622.0, 509395.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 129.0, "TNODE_": 102.0, "LPOLY_": 9.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106481.0, 508681.0 ], [ 106455.0, 508758.0 ], [ 106321.0, 508884.0 ], [ 106302.0, 509034.0 ], [ 106442.0, 509090.0 ], [ 106487.0, 509202.0 ], [ 106420.0, 509314.0 ], [ 106239.0, 509327.0 ], [ 106050.0, 509256.0 ], [ 105785.0, 509282.0 ], [ 105728.0, 509300.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 130.0, "TNODE_": 126.0, "LPOLY_": 53.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104426.0, 508681.0 ], [ 104471.0, 508689.0 ], [ 104502.0, 508701.0 ], [ 104535.0, 508703.0 ], [ 104549.0, 508711.0 ], [ 104551.0, 508730.0 ], [ 104541.0, 508746.0 ], [ 104473.0, 508748.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 131.0, "TNODE_": 65.0, "LPOLY_": 41.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108463.0, 508671.0 ], [ 108433.0, 508870.0 ], [ 108286.0, 509163.0 ], [ 108140.0, 509439.0 ], [ 108092.0, 509691.0 ], [ 108191.0, 510032.0 ], [ 108286.0, 510424.0 ], [ 108382.0, 510794.0 ], [ 108520.0, 511158.0 ], [ 108742.0, 511469.0 ], [ 108880.0, 511638.0 ], [ 109016.0, 511773.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 118.0, "TNODE_": 132.0, "LPOLY_": 53.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103411.0, 508914.0 ], [ 103396.0, 508814.0 ], [ 103404.0, 508768.0 ], [ 103425.0, 508742.0 ], [ 103455.0, 508719.0 ], [ 103476.0, 508688.0 ], [ 103511.0, 508667.0 ], [ 103532.0, 508659.0 ], [ 103570.0, 508650.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 130.0, "TNODE_": 132.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104426.0, 508681.0 ], [ 104145.0, 508689.0 ], [ 103730.0, 508649.0 ], [ 103570.0, 508650.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 130.0, "TNODE_": 133.0, "LPOLY_": 9.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104426.0, 508681.0 ], [ 104339.0, 508641.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 133.0, "TNODE_": 134.0, "LPOLY_": 9.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104339.0, 508641.0 ], [ 104314.0, 508629.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 134.0, "TNODE_": 135.0, "LPOLY_": 9.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104314.0, 508629.0 ], [ 104203.0, 508604.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 134.0, "TNODE_": 136.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104314.0, 508629.0 ], [ 103850.0, 508611.0 ], [ 103545.0, 508554.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 137.0, "TNODE_": 69.0, "LPOLY_": 42.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108632.0, 508551.0 ], [ 108543.0, 508747.0 ], [ 108484.0, 508983.0 ], [ 108515.0, 509305.0 ], [ 108678.0, 509605.0 ], [ 108766.0, 509871.0 ], [ 108656.0, 510133.0 ], [ 108512.0, 510359.0 ], [ 108479.0, 510602.0 ], [ 108667.0, 510905.0 ], [ 109156.0, 511385.0 ], [ 109346.0, 511506.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 131.0, "TNODE_": 137.0, "LPOLY_": 42.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108463.0, 508671.0 ], [ 108501.0, 508655.0 ], [ 108599.0, 508571.0 ], [ 108632.0, 508551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 122.0, "TNODE_": 136.0, "LPOLY_": 49.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103318.0, 508837.0 ], [ 103308.0, 508807.0 ], [ 103304.0, 508761.0 ], [ 103306.0, 508721.0 ], [ 103327.0, 508682.0 ], [ 103362.0, 508640.0 ], [ 103392.0, 508625.0 ], [ 103436.0, 508579.0 ], [ 103450.0, 508556.0 ], [ 103488.0, 508543.0 ], [ 103515.0, 508545.0 ], [ 103545.0, 508554.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 117.0, "TNODE_": 135.0, "LPOLY_": 32.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103274.0, 508924.0 ], [ 103258.0, 508745.0 ], [ 103323.0, 508582.0 ], [ 103398.0, 508514.0 ], [ 103453.0, 508514.0 ], [ 103662.0, 508559.0 ], [ 103937.0, 508596.0 ], [ 104203.0, 508604.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 138.0, "TNODE_": 94.0, "LPOLY_": 43.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108803.0, 508501.0 ], [ 108733.0, 508739.0 ], [ 108608.0, 509041.0 ], [ 108679.0, 509321.0 ], [ 108856.0, 509538.0 ], [ 109009.0, 509686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 137.0, "TNODE_": 138.0, "LPOLY_": 43.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108632.0, 508551.0 ], [ 108693.0, 508515.0 ], [ 108803.0, 508501.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 139.0, "TNODE_": 141.0, "LPOLY_": 9.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106005.0, 508385.0 ], [ 106015.0, 508390.0 ], [ 106034.0, 508412.0 ], [ 106056.0, 508416.0 ], [ 106073.0, 508409.0 ], [ 106092.0, 508392.0 ], [ 106107.0, 508363.0 ], [ 106118.0, 508336.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 142.0, "TNODE_": 139.0, "LPOLY_": 9.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105954.0, 508333.0 ], [ 106005.0, 508385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 138.0, "TNODE_": 140.0, "LPOLY_": 48.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108803.0, 508501.0 ], [ 108821.0, 508499.0 ], [ 108883.0, 508520.0 ], [ 108894.0, 508465.0 ], [ 108943.0, 508411.0 ], [ 109023.0, 508395.0 ], [ 109083.0, 508398.0 ], [ 109134.0, 508339.0 ], [ 109215.0, 508303.0 ], [ 109429.0, 508337.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 135.0, "TNODE_": 127.0, "LPOLY_": 9.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104203.0, 508604.0 ], [ 104019.0, 508564.0 ], [ 103628.0, 508516.0 ], [ 103315.0, 508416.0 ], [ 103020.0, 508269.0 ], [ 102896.0, 508265.0 ], [ 102849.0, 508335.0 ], [ 102966.0, 508421.0 ], [ 103212.0, 508508.0 ], [ 103239.0, 508612.0 ], [ 103124.0, 508695.0 ], [ 102960.0, 508729.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 143.0, "TNODE_": 142.0, "LPOLY_": 9.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105810.0, 508098.0 ], [ 105895.0, 508273.0 ], [ 105954.0, 508333.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 141.0, "TNODE_": 144.0, "LPOLY_": 9.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106118.0, 508336.0 ], [ 106162.0, 508109.0 ], [ 106198.0, 508012.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 144.0, "TNODE_": 142.0, "LPOLY_": 67.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106198.0, 508012.0 ], [ 106067.0, 508099.0 ], [ 105997.0, 508218.0 ], [ 105954.0, 508333.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 146.0, "TNODE_": 145.0, "LPOLY_": 9.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106344.0, 507996.0 ], [ 106409.0, 508056.0 ], [ 106456.0, 508144.0 ], [ 106494.0, 508094.0 ], [ 106523.0, 508017.0 ], [ 106547.0, 508001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 144.0, "TNODE_": 146.0, "LPOLY_": 9.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106198.0, 508012.0 ], [ 106202.0, 508002.0 ], [ 106328.0, 507980.0 ], [ 106344.0, 507996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 145.0, "TNODE_": 147.0, "LPOLY_": 9.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106547.0, 508001.0 ], [ 106618.0, 507953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 148.0, "TNODE_": 149.0, "LPOLY_": 9.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102998.0, 507864.0 ], [ 103007.0, 507869.0 ], [ 103037.0, 507855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 147.0, "TNODE_": 150.0, "LPOLY_": 9.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106618.0, 507953.0 ], [ 106702.0, 507888.0 ], [ 106746.0, 507838.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 149.0, "TNODE_": 151.0, "LPOLY_": 9.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103037.0, 507855.0 ], [ 103214.0, 507772.0 ], [ 103344.0, 507698.0 ], [ 103484.0, 507694.0 ], [ 103605.0, 507745.0 ], [ 103748.0, 507872.0 ], [ 103835.0, 508016.0 ], [ 104020.0, 508282.0 ], [ 104194.0, 508452.0 ], [ 104339.0, 508517.0 ], [ 104465.0, 508508.0 ], [ 104533.0, 508420.0 ], [ 104483.0, 508244.0 ], [ 104292.0, 508057.0 ], [ 104257.0, 507879.0 ], [ 104277.0, 507792.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 153.0, "TNODE_": 131.0, "LPOLY_": 41.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108402.0, 507652.0 ], [ 108385.0, 507927.0 ], [ 108517.0, 508184.0 ], [ 108613.0, 508273.0 ], [ 108675.0, 508299.0 ], [ 108590.0, 508417.0 ], [ 108494.0, 508516.0 ], [ 108453.0, 508620.0 ], [ 108420.0, 508689.0 ], [ 108463.0, 508671.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 154.0, "TNODE_": 152.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103974.0, 507647.0 ], [ 103961.0, 507653.0 ], [ 103951.0, 507662.0 ], [ 103950.0, 507674.0 ], [ 103960.0, 507679.0 ], [ 103965.0, 507674.0 ], [ 103985.0, 507663.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 151.0, "TNODE_": 158.0, "LPOLY_": 71.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104277.0, 507792.0 ], [ 104114.0, 507888.0 ], [ 103888.0, 507895.0 ], [ 103747.0, 507823.0 ], [ 103794.0, 507691.0 ], [ 103902.0, 507590.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 155.0, "TNODE_": 158.0, "LPOLY_": 65.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103820.0, 507636.0 ], [ 103846.0, 507611.0 ], [ 103871.0, 507584.0 ], [ 103902.0, 507570.0 ], [ 103911.0, 507573.0 ], [ 103911.0, 507582.0 ], [ 103902.0, 507590.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 155.0, "TNODE_": 159.0, "LPOLY_": 71.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103820.0, 507636.0 ], [ 103769.0, 507662.0 ], [ 103705.0, 507650.0 ], [ 103663.0, 507552.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 161.0, "TNODE_": 156.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103943.0, 507516.0 ], [ 103877.0, 507547.0 ], [ 103788.0, 507615.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 162.0, "TNODE_": 156.0, "LPOLY_": 71.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103722.0, 507506.0 ], [ 103715.0, 507519.0 ], [ 103710.0, 507544.0 ], [ 103708.0, 507576.0 ], [ 103723.0, 507591.0 ], [ 103743.0, 507617.0 ], [ 103758.0, 507622.0 ], [ 103779.0, 507622.0 ], [ 103788.0, 507615.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 163.0, "TNODE_": 148.0, "LPOLY_": 72.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103525.0, 507500.0 ], [ 103389.0, 507543.0 ], [ 103195.0, 507590.0 ], [ 103069.0, 507720.0 ], [ 102998.0, 507864.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 157.0, "TNODE_": 161.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103950.0, 507595.0 ], [ 103955.0, 507586.0 ], [ 103965.0, 507578.0 ], [ 103971.0, 507554.0 ], [ 103985.0, 507528.0 ], [ 103983.0, 507506.0 ], [ 103971.0, 507496.0 ], [ 103963.0, 507494.0 ], [ 103943.0, 507516.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 165.0, "TNODE_": 129.0, "LPOLY_": 9.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107061.0, 507487.0 ], [ 107047.0, 507616.0 ], [ 106964.0, 507852.0 ], [ 106870.0, 508055.0 ], [ 106690.0, 508201.0 ], [ 106552.0, 508369.0 ], [ 106521.0, 508565.0 ], [ 106481.0, 508681.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 148.0, "TNODE_": 166.0, "LPOLY_": 72.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102998.0, 507864.0 ], [ 102978.0, 507863.0 ], [ 102929.0, 507847.0 ], [ 102864.0, 507832.0 ], [ 102826.0, 507818.0 ], [ 102811.0, 507790.0 ], [ 102807.0, 507749.0 ], [ 102819.0, 507721.0 ], [ 102874.0, 507691.0 ], [ 102933.0, 507668.0 ], [ 102984.0, 507632.0 ], [ 103020.0, 507589.0 ], [ 103036.0, 507549.0 ], [ 103024.0, 507526.0 ], [ 103004.0, 507502.0 ], [ 102959.0, 507474.0 ], [ 102941.0, 507471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 164.0, "TNODE_": 167.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103849.0, 507491.0 ], [ 103978.0, 507469.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 160.0, "TNODE_": 167.0, "LPOLY_": 75.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104008.0, 507541.0 ], [ 104020.0, 507528.0 ], [ 104015.0, 507489.0 ], [ 104010.0, 507479.0 ], [ 104000.0, 507471.0 ], [ 103990.0, 507467.0 ], [ 103978.0, 507469.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 168.0, "TNODE_": 166.0, "LPOLY_": 9.0, "RPOLY_": 72.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102928.0, 507463.0 ], [ 102927.0, 507464.0 ], [ 102941.0, 507471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 163.0, "TNODE_": 169.0, "LPOLY_": 65.0, "RPOLY_": 72.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103525.0, 507500.0 ], [ 103552.0, 507492.0 ], [ 103577.0, 507462.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 164.0, "TNODE_": 171.0, "LPOLY_": 75.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103849.0, 507491.0 ], [ 103815.0, 507487.0 ], [ 103810.0, 507474.0 ], [ 103839.0, 507452.0 ], [ 103855.0, 507437.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 172.0, "TNODE_": 143.0, "LPOLY_": 9.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105879.0, 507430.0 ], [ 105750.0, 507583.0 ], [ 105727.0, 507772.0 ], [ 105795.0, 508068.0 ], [ 105810.0, 508098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 173.0, "TNODE_": 170.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103910.0, 507425.0 ], [ 103899.0, 507432.0 ], [ 103889.0, 507445.0 ], [ 103899.0, 507450.0 ], [ 103926.0, 507438.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 154.0, "TNODE_": 170.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103974.0, 507647.0 ], [ 103977.0, 507642.0 ], [ 104070.0, 507545.0 ], [ 104083.0, 507447.0 ], [ 103989.0, 507419.0 ], [ 103926.0, 507438.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 159.0, "TNODE_": 174.0, "LPOLY_": 71.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103663.0, 507552.0 ], [ 103658.0, 507534.0 ], [ 103668.0, 507499.0 ], [ 103691.0, 507467.0 ], [ 103715.0, 507439.0 ], [ 103730.0, 507408.0 ], [ 103728.0, 507394.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 162.0, "TNODE_": 175.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103722.0, 507506.0 ], [ 103781.0, 507390.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 174.0, "TNODE_": 175.0, "LPOLY_": 71.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103728.0, 507394.0 ], [ 103751.0, 507403.0 ], [ 103781.0, 507390.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 177.0, "TNODE_": 174.0, "LPOLY_": 65.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103656.0, 507359.0 ], [ 103664.0, 507367.0 ], [ 103728.0, 507394.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 178.0, "TNODE_": 177.0, "LPOLY_": 65.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103650.0, 507351.0 ], [ 103656.0, 507359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 179.0, "TNODE_": 178.0, "LPOLY_": 65.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103638.0, 507337.0 ], [ 103650.0, 507351.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 179.0, "TNODE_": 169.0, "LPOLY_": 72.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103638.0, 507337.0 ], [ 103577.0, 507462.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 180.0, "TNODE_": 179.0, "LPOLY_": 72.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103628.0, 507327.0 ], [ 103638.0, 507337.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 181.0, "TNODE_": 180.0, "LPOLY_": 79.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103623.0, 507321.0 ], [ 103628.0, 507327.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 182.0, "TNODE_": 165.0, "LPOLY_": 9.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106942.0, 507306.0 ], [ 106962.0, 507331.0 ], [ 107072.0, 507390.0 ], [ 107061.0, 507487.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 183.0, "TNODE_": 182.0, "LPOLY_": 9.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106930.0, 507291.0 ], [ 106942.0, 507306.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 186.0, "TNODE_": 181.0, "LPOLY_": 82.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103686.0, 507233.0 ], [ 103648.0, 507253.0 ], [ 103617.0, 507313.0 ], [ 103623.0, 507321.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 187.0, "TNODE_": 183.0, "LPOLY_": 9.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106882.0, 507231.0 ], [ 106930.0, 507291.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 188.0, "TNODE_": 187.0, "LPOLY_": 9.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106874.0, 507220.0 ], [ 106882.0, 507231.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 168.0, "TNODE_": 189.0, "LPOLY_": 72.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102928.0, 507463.0 ], [ 102919.0, 507454.0 ], [ 102919.0, 507446.0 ], [ 102931.0, 507436.0 ], [ 102985.0, 507415.0 ], [ 103000.0, 507399.0 ], [ 103009.0, 507380.0 ], [ 103000.0, 507362.0 ], [ 102972.0, 507343.0 ], [ 102955.0, 507335.0 ], [ 102931.0, 507318.0 ], [ 102920.0, 507305.0 ], [ 102921.0, 507297.0 ], [ 102933.0, 507286.0 ], [ 102951.0, 507283.0 ], [ 102984.0, 507271.0 ], [ 103005.0, 507267.0 ], [ 103036.0, 507257.0 ], [ 103053.0, 507240.0 ], [ 103063.0, 507227.0 ], [ 103065.0, 507217.0 ], [ 103073.0, 507207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 190.0, "TNODE_": 186.0, "LPOLY_": 74.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103753.0, 507199.0 ], [ 103686.0, 507233.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 191.0, "TNODE_": 180.0, "LPOLY_": 72.0, "RPOLY_": 79.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103078.0, 507197.0 ], [ 103191.0, 507311.0 ], [ 103347.0, 507420.0 ], [ 103491.0, 507435.0 ], [ 103549.0, 507418.0 ], [ 103628.0, 507327.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 191.0, "TNODE_": 189.0, "LPOLY_": 9.0, "RPOLY_": 72.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103078.0, 507197.0 ], [ 103073.0, 507207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 192.0, "TNODE_": 188.0, "LPOLY_": 9.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106839.0, 507192.0 ], [ 106852.0, 507193.0 ], [ 106874.0, 507220.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 193.0, "TNODE_": 192.0, "LPOLY_": 9.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106824.0, 507191.0 ], [ 106839.0, 507192.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 150.0, "TNODE_": 193.0, "LPOLY_": 9.0, "RPOLY_": 73.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106746.0, 507838.0 ], [ 106836.0, 507735.0 ], [ 106850.0, 507542.0 ], [ 106815.0, 507428.0 ], [ 106774.0, 507310.0 ], [ 106790.0, 507188.0 ], [ 106824.0, 507191.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 175.0, "TNODE_": 190.0, "LPOLY_": 74.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103781.0, 507390.0 ], [ 103817.0, 507374.0 ], [ 103873.0, 507290.0 ], [ 103890.0, 507248.0 ], [ 103884.0, 507193.0 ], [ 103831.0, 507177.0 ], [ 103753.0, 507199.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 151.0, "TNODE_": 194.0, "LPOLY_": 9.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104277.0, 507792.0 ], [ 104284.0, 507765.0 ], [ 104394.0, 507654.0 ], [ 104540.0, 507616.0 ], [ 104753.0, 507708.0 ], [ 105001.0, 507854.0 ], [ 105136.0, 507900.0 ], [ 105266.0, 507874.0 ], [ 105346.0, 507790.0 ], [ 105472.0, 507542.0 ], [ 105534.0, 507368.0 ], [ 105568.0, 507250.0 ], [ 105674.0, 507188.0 ], [ 105936.0, 507170.0 ], [ 105947.0, 507158.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 184.0, "TNODE_": 196.0, "LPOLY_": 82.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103550.0, 507263.0 ], [ 103571.0, 507257.0 ], [ 103601.0, 507226.0 ], [ 103621.0, 507194.0 ], [ 103624.0, 507152.0 ], [ 103618.0, 507144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 173.0, "TNODE_": 197.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103910.0, 507425.0 ], [ 103924.0, 507411.0 ], [ 104051.0, 507251.0 ], [ 104007.0, 507108.0 ], [ 103813.0, 507113.0 ], [ 103792.0, 507112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 181.0, "TNODE_": 198.0, "LPOLY_": 82.0, "RPOLY_": 79.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103623.0, 507321.0 ], [ 103464.0, 507371.0 ], [ 103264.0, 507284.0 ], [ 103179.0, 507194.0 ], [ 103128.0, 507103.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 198.0, "TNODE_": 191.0, "LPOLY_": 9.0, "RPOLY_": 79.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103128.0, 507103.0 ], [ 103078.0, 507197.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 185.0, "TNODE_": 199.0, "LPOLY_": 83.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103451.0, 507263.0 ], [ 103497.0, 507256.0 ], [ 103527.0, 507241.0 ], [ 103564.0, 507214.0 ], [ 103591.0, 507165.0 ], [ 103586.0, 507140.0 ], [ 103564.0, 507115.0 ], [ 103539.0, 507103.0 ], [ 103522.0, 507101.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 184.0, "TNODE_": 200.0, "LPOLY_": 83.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103550.0, 507263.0 ], [ 103418.0, 507295.0 ], [ 103276.0, 507245.0 ], [ 103215.0, 507165.0 ], [ 103189.0, 507093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 201.0, "TNODE_": 197.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103770.0, 507086.0 ], [ 103737.0, 507098.0 ], [ 103732.0, 507112.0 ], [ 103755.0, 507112.0 ], [ 103772.0, 507110.0 ], [ 103792.0, 507112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 202.0, "TNODE_": 199.0, "LPOLY_": 85.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103249.0, 507076.0 ], [ 103310.0, 507080.0 ], [ 103406.0, 507092.0 ], [ 103522.0, 507101.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 185.0, "TNODE_": 202.0, "LPOLY_": 85.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103451.0, 507263.0 ], [ 103293.0, 507212.0 ], [ 103241.0, 507166.0 ], [ 103249.0, 507076.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 195.0, "TNODE_": 176.0, "LPOLY_": 64.0, "RPOLY_": 81.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109436.0, 507155.0 ], [ 109289.0, 507096.0 ], [ 109109.0, 507073.0 ], [ 109080.0, 507167.0 ], [ 109187.0, 507193.0 ], [ 109300.0, 507237.0 ], [ 109434.0, 507381.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 194.0, "TNODE_": 203.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105947.0, 507158.0 ], [ 106065.0, 507029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 204.0, "TNODE_": 198.0, "LPOLY_": 9.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103122.0, 507025.0 ], [ 103137.0, 507084.0 ], [ 103128.0, 507103.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 200.0, "TNODE_": 196.0, "LPOLY_": 83.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103189.0, 507093.0 ], [ 103207.0, 507040.0 ], [ 103285.0, 506982.0 ], [ 103458.0, 507016.0 ], [ 103571.0, 507063.0 ], [ 103618.0, 507144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 205.0, "TNODE_": 172.0, "LPOLY_": 9.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106258.0, 506978.0 ], [ 106227.0, 507089.0 ], [ 106053.0, 507312.0 ], [ 105901.0, 507404.0 ], [ 105879.0, 507430.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 203.0, "TNODE_": 206.0, "LPOLY_": 9.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106065.0, 507029.0 ], [ 106077.0, 507016.0 ], [ 106076.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 206.0, "TNODE_": 207.0, "LPOLY_": 9.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106076.0, 506965.0 ], [ 106075.0, 506961.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 208.0, "TNODE_": 204.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103099.0, 506959.0 ], [ 103106.0, 506961.0 ], [ 103122.0, 507025.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 207.0, "TNODE_": 209.0, "LPOLY_": 9.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106075.0, 506961.0 ], [ 106075.0, 506957.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 209.0, "TNODE_": 210.0, "LPOLY_": 9.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106075.0, 506957.0 ], [ 106075.0, 506944.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 210.0, "TNODE_": 211.0, "LPOLY_": 9.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106075.0, 506944.0 ], [ 106075.0, 506940.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 212.0, "TNODE_": 204.0, "LPOLY_": 74.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103220.0, 506928.0 ], [ 103207.0, 506958.0 ], [ 103122.0, 507025.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 186.0, "TNODE_": 213.0, "LPOLY_": 74.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103686.0, 507233.0 ], [ 103644.0, 507175.0 ], [ 103573.0, 507017.0 ], [ 103435.0, 506957.0 ], [ 103292.0, 506903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 212.0, "TNODE_": 213.0, "LPOLY_": 82.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103220.0, 506928.0 ], [ 103227.0, 506916.0 ], [ 103242.0, 506901.0 ], [ 103263.0, 506894.0 ], [ 103292.0, 506903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 214.0, "TNODE_": 216.0, "LPOLY_": 94.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103827.0, 506783.0 ], [ 103823.0, 506766.0 ], [ 103807.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 216.0, "TNODE_": 217.0, "LPOLY_": 96.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103807.0, 506763.0 ], [ 103795.0, 506760.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 217.0, "TNODE_": 218.0, "LPOLY_": 96.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103795.0, 506760.0 ], [ 103774.0, 506756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 208.0, "TNODE_": 219.0, "LPOLY_": 74.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103099.0, 506959.0 ], [ 103006.0, 506938.0 ], [ 102895.0, 506918.0 ], [ 102855.0, 506902.0 ], [ 102836.0, 506896.0 ], [ 102820.0, 506880.0 ], [ 102807.0, 506864.0 ], [ 102805.0, 506834.0 ], [ 102809.0, 506778.0 ], [ 102815.0, 506751.0 ], [ 102816.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 194.0, "TNODE_": 157.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105947.0, 507158.0 ], [ 105682.0, 507065.0 ], [ 105466.0, 506866.0 ], [ 105337.0, 506713.0 ], [ 105127.0, 506721.0 ], [ 105150.0, 506878.0 ], [ 105160.0, 507142.0 ], [ 105046.0, 507348.0 ], [ 104774.0, 507416.0 ], [ 104404.0, 507393.0 ], [ 104262.0, 507561.0 ], [ 104141.0, 507743.0 ], [ 104052.0, 507808.0 ], [ 103980.0, 507818.0 ], [ 103848.0, 507765.0 ], [ 103820.0, 507692.0 ], [ 103940.0, 507601.0 ], [ 103950.0, 507595.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 220.0, "TNODE_": 219.0, "LPOLY_": 99.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102841.0, 506711.0 ], [ 102816.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 211.0, "TNODE_": 221.0, "LPOLY_": 9.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106075.0, 506940.0 ], [ 106070.0, 506797.0 ], [ 105991.0, 506696.0 ], [ 105984.0, 506693.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 221.0, "TNODE_": 210.0, "LPOLY_": 90.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105984.0, 506693.0 ], [ 105931.0, 506773.0 ], [ 105934.0, 506850.0 ], [ 106018.0, 506925.0 ], [ 106075.0, 506944.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 221.0, "TNODE_": 223.0, "LPOLY_": 9.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105984.0, 506693.0 ], [ 105952.0, 506680.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 223.0, "TNODE_": 207.0, "LPOLY_": 89.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105952.0, 506680.0 ], [ 105896.0, 506745.0 ], [ 105892.0, 506818.0 ], [ 105921.0, 506882.0 ], [ 105994.0, 506935.0 ], [ 106075.0, 506961.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 223.0, "TNODE_": 224.0, "LPOLY_": 9.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105952.0, 506680.0 ], [ 105887.0, 506653.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 224.0, "TNODE_": 206.0, "LPOLY_": 87.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105887.0, 506653.0 ], [ 105866.0, 506791.0 ], [ 105926.0, 506902.0 ], [ 106002.0, 506952.0 ], [ 106076.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 224.0, "TNODE_": 225.0, "LPOLY_": 9.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105887.0, 506653.0 ], [ 105854.0, 506639.0 ], [ 105822.0, 506639.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 225.0, "TNODE_": 203.0, "LPOLY_": 74.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105822.0, 506639.0 ], [ 105816.0, 506773.0 ], [ 105885.0, 506934.0 ], [ 105987.0, 507006.0 ], [ 106065.0, 507029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 226.0, "TNODE_": 218.0, "LPOLY_": 97.0, "RPOLY_": 96.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103662.0, 506618.0 ], [ 103711.0, 506687.0 ], [ 103774.0, 506756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 218.0, "TNODE_": 226.0, "LPOLY_": 97.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103774.0, 506756.0 ], [ 103687.0, 506738.0 ], [ 103590.0, 506684.0 ], [ 103567.0, 506657.0 ], [ 103656.0, 506626.0 ], [ 103662.0, 506618.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 227.0, "TNODE_": 216.0, "LPOLY_": 96.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103672.0, 506605.0 ], [ 103755.0, 506674.0 ], [ 103807.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 226.0, "TNODE_": 227.0, "LPOLY_": 96.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103662.0, 506618.0 ], [ 103672.0, 506605.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 228.0, "TNODE_": 152.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104062.0, 506598.0 ], [ 104258.0, 506968.0 ], [ 104417.0, 507066.0 ], [ 104573.0, 507084.0 ], [ 104595.0, 507158.0 ], [ 104392.0, 507181.0 ], [ 104265.0, 507289.0 ], [ 104160.0, 507477.0 ], [ 104042.0, 507634.0 ], [ 103985.0, 507663.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 201.0, "TNODE_": 229.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103770.0, 507086.0 ], [ 103861.0, 507030.0 ], [ 103928.0, 506977.0 ], [ 103957.0, 506589.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 55.0, "FNODE_": 230.0, "TNODE_": 222.0, "LPOLY_": 98.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104552.0, 506574.0 ], [ 104647.0, 506627.0 ], [ 104655.0, 506716.0 ], [ 104580.0, 506725.0 ], [ 104533.0, 506686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 230.0, "TNODE_": 222.0, "LPOLY_": 100.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104552.0, 506574.0 ], [ 104573.0, 506681.0 ], [ 104533.0, 506686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 225.0, "TNODE_": 231.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105822.0, 506639.0 ], [ 105774.0, 506637.0 ], [ 105636.0, 506618.0 ], [ 105565.0, 506585.0 ], [ 105626.0, 506563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 222.0, "TNODE_": 232.0, "LPOLY_": 100.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104533.0, 506686.0 ], [ 104451.0, 506623.0 ], [ 104353.0, 506562.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 231.0, "TNODE_": 233.0, "LPOLY_": 9.0, "RPOLY_": 101.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105626.0, 506563.0 ], [ 105660.0, 506550.0 ], [ 105762.0, 506555.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 234.0, "TNODE_": 214.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103435.0, 506541.0 ], [ 103459.0, 506660.0 ], [ 103524.0, 506759.0 ], [ 103596.0, 506835.0 ], [ 103652.0, 506850.0 ], [ 103804.0, 506853.0 ], [ 103839.0, 506832.0 ], [ 103827.0, 506783.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 234.0, "TNODE_": 171.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103435.0, 506541.0 ], [ 103367.0, 506670.0 ], [ 103437.0, 506805.0 ], [ 103602.0, 506901.0 ], [ 103775.0, 506934.0 ], [ 103809.0, 507010.0 ], [ 103668.0, 507104.0 ], [ 103662.0, 507150.0 ], [ 103786.0, 507155.0 ], [ 103994.0, 507150.0 ], [ 104005.0, 507252.0 ], [ 103924.0, 507380.0 ], [ 103855.0, 507437.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 233.0, "TNODE_": 235.0, "LPOLY_": 9.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105762.0, 506555.0 ], [ 105847.0, 506558.0 ], [ 105931.0, 506535.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 236.0, "TNODE_": 230.0, "LPOLY_": 100.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104527.0, 506534.0 ], [ 104551.0, 506568.0 ], [ 104552.0, 506574.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 237.0, "TNODE_": 146.0, "LPOLY_": 67.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106826.0, 506529.0 ], [ 106777.0, 506568.0 ], [ 106715.0, 506681.0 ], [ 106769.0, 506799.0 ], [ 106704.0, 506958.0 ], [ 106616.0, 507230.0 ], [ 106565.0, 507490.0 ], [ 106528.0, 507772.0 ], [ 106458.0, 507932.0 ], [ 106344.0, 507996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 232.0, "TNODE_": 238.0, "LPOLY_": 74.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104353.0, 506562.0 ], [ 104388.0, 506671.0 ], [ 104599.0, 506811.0 ], [ 104715.0, 506744.0 ], [ 104670.0, 506599.0 ], [ 104519.0, 506522.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 238.0, "TNODE_": 236.0, "LPOLY_": 100.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104519.0, 506522.0 ], [ 104527.0, 506534.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 235.0, "TNODE_": 239.0, "LPOLY_": 9.0, "RPOLY_": 103.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105931.0, 506535.0 ], [ 105982.0, 506521.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 239.0, "TNODE_": 240.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105982.0, 506521.0 ], [ 106030.0, 506508.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 232.0, "TNODE_": 241.0, "LPOLY_": 100.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104353.0, 506562.0 ], [ 104272.0, 506505.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 160.0, "TNODE_": 241.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104008.0, 507541.0 ], [ 103920.0, 507654.0 ], [ 103880.0, 507711.0 ], [ 103995.0, 507740.0 ], [ 104123.0, 507606.0 ], [ 104233.0, 507423.0 ], [ 104330.0, 507305.0 ], [ 104461.0, 507263.0 ], [ 104677.0, 507305.0 ], [ 104866.0, 507291.0 ], [ 104983.0, 507090.0 ], [ 105008.0, 506902.0 ], [ 104884.0, 506823.0 ], [ 104703.0, 506947.0 ], [ 104544.0, 506978.0 ], [ 104386.0, 506962.0 ], [ 104301.0, 506883.0 ], [ 104267.0, 506636.0 ], [ 104272.0, 506505.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 240.0, "TNODE_": 242.0, "LPOLY_": 9.0, "RPOLY_": 106.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106030.0, 506508.0 ], [ 106067.0, 506499.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 243.0, "TNODE_": 214.0, "LPOLY_": 94.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103710.0, 506492.0 ], [ 103740.0, 506522.0 ], [ 103797.0, 506569.0 ], [ 103838.0, 506651.0 ], [ 103856.0, 506769.0 ], [ 103845.0, 506776.0 ], [ 103827.0, 506783.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 227.0, "TNODE_": 243.0, "LPOLY_": 94.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103672.0, 506605.0 ], [ 103702.0, 506566.0 ], [ 103710.0, 506492.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 244.0, "TNODE_": 143.0, "LPOLY_": 69.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106669.0, 506451.0 ], [ 106545.0, 506670.0 ], [ 106424.0, 507084.0 ], [ 106215.0, 507410.0 ], [ 105963.0, 507658.0 ], [ 105842.0, 507908.0 ], [ 105810.0, 508098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 245.0, "TNODE_": 237.0, "LPOLY_": 67.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106863.0, 506443.0 ], [ 106826.0, 506529.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 245.0, "TNODE_": 244.0, "LPOLY_": 9.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106863.0, 506443.0 ], [ 106695.0, 506457.0 ], [ 106669.0, 506451.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 244.0, "TNODE_": 246.0, "LPOLY_": 9.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106669.0, 506451.0 ], [ 106566.0, 506425.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 246.0, "TNODE_": 205.0, "LPOLY_": 88.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106566.0, 506425.0 ], [ 106478.0, 506518.0 ], [ 106433.0, 506596.0 ], [ 106408.0, 506726.0 ], [ 106350.0, 506880.0 ], [ 106258.0, 506978.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 241.0, "TNODE_": 247.0, "LPOLY_": 100.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104272.0, 506505.0 ], [ 104253.0, 506491.0 ], [ 104222.0, 506433.0 ], [ 104219.0, 506419.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 246.0, "TNODE_": 205.0, "LPOLY_": 9.0, "RPOLY_": 88.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106566.0, 506425.0 ], [ 106512.0, 506412.0 ], [ 106354.0, 506474.0 ], [ 106292.0, 506606.0 ], [ 106299.0, 506835.0 ], [ 106258.0, 506978.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 248.0, "TNODE_": 234.0, "LPOLY_": 74.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103538.0, 506409.0 ], [ 103485.0, 506435.0 ], [ 103435.0, 506541.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 249.0, "TNODE_": 248.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103546.0, 506405.0 ], [ 103538.0, 506409.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 250.0, "TNODE_": 238.0, "LPOLY_": 100.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104323.0, 506403.0 ], [ 104478.0, 506464.0 ], [ 104519.0, 506522.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 243.0, "TNODE_": 251.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103710.0, 506492.0 ], [ 103715.0, 506440.0 ], [ 103677.0, 506399.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 247.0, "TNODE_": 250.0, "LPOLY_": 100.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104219.0, 506419.0 ], [ 104299.0, 506393.0 ], [ 104323.0, 506403.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 251.0, "TNODE_": 249.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103677.0, 506399.0 ], [ 103595.0, 506381.0 ], [ 103546.0, 506405.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 252.0, "TNODE_": 147.0, "LPOLY_": 68.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106941.0, 506375.0 ], [ 106818.0, 506617.0 ], [ 106811.0, 506724.0 ], [ 106772.0, 506978.0 ], [ 106650.0, 507312.0 ], [ 106617.0, 507635.0 ], [ 106618.0, 507953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 252.0, "TNODE_": 245.0, "LPOLY_": 9.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106941.0, 506375.0 ], [ 106871.0, 506443.0 ], [ 106863.0, 506443.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 253.0, "TNODE_": 150.0, "LPOLY_": 70.0, "RPOLY_": 73.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106992.0, 506326.0 ], [ 106833.0, 506685.0 ], [ 106840.0, 506890.0 ], [ 106733.0, 507186.0 ], [ 106717.0, 507374.0 ], [ 106772.0, 507616.0 ], [ 106746.0, 507838.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 253.0, "TNODE_": 252.0, "LPOLY_": 9.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106992.0, 506326.0 ], [ 106941.0, 506375.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 242.0, "TNODE_": 254.0, "LPOLY_": 9.0, "RPOLY_": 106.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106067.0, 506499.0 ], [ 106083.0, 506494.0 ], [ 106204.0, 506432.0 ], [ 106433.0, 506302.0 ], [ 106528.0, 506288.0 ], [ 106645.0, 506288.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 255.0, "TNODE_": 193.0, "LPOLY_": 73.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107090.0, 506232.0 ], [ 107104.0, 506475.0 ], [ 107028.0, 506754.0 ], [ 106824.0, 507191.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 255.0, "TNODE_": 253.0, "LPOLY_": 9.0, "RPOLY_": 73.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107090.0, 506232.0 ], [ 106992.0, 506326.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 219.0, "TNODE_": 256.0, "LPOLY_": 99.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102816.0, 506724.0 ], [ 102818.0, 506698.0 ], [ 102822.0, 506692.0 ], [ 102847.0, 506670.0 ], [ 102869.0, 506661.0 ], [ 102898.0, 506656.0 ], [ 102922.0, 506639.0 ], [ 102920.0, 506623.0 ], [ 102884.0, 506574.0 ], [ 102880.0, 506550.0 ], [ 102886.0, 506528.0 ], [ 102875.0, 506506.0 ], [ 102846.0, 506501.0 ], [ 102776.0, 506475.0 ], [ 102725.0, 506468.0 ], [ 102716.0, 506455.0 ], [ 102731.0, 506446.0 ], [ 102796.0, 506420.0 ], [ 102804.0, 506419.0 ], [ 102818.0, 506399.0 ], [ 102820.0, 506375.0 ], [ 102798.0, 506359.0 ], [ 102747.0, 506355.0 ], [ 102709.0, 506342.0 ], [ 102691.0, 506329.0 ], [ 102689.0, 506318.0 ], [ 102718.0, 506296.0 ], [ 102756.0, 506278.0 ], [ 102785.0, 506262.0 ], [ 102831.0, 506242.0 ], [ 102868.0, 506228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 257.0, "TNODE_": 256.0, "LPOLY_": 9.0, "RPOLY_": 99.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102900.0, 506216.0 ], [ 102868.0, 506228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 258.0, "TNODE_": 215.0, "LPOLY_": 64.0, "RPOLY_": 95.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108974.0, 506211.0 ], [ 109029.0, 506359.0 ], [ 109145.0, 506529.0 ], [ 109429.0, 506774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 259.0, "TNODE_": 187.0, "LPOLY_": 86.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107130.0, 506173.0 ], [ 107186.0, 506273.0 ], [ 107229.0, 506468.0 ], [ 107140.0, 506730.0 ], [ 107001.0, 506961.0 ], [ 106882.0, 507231.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 259.0, "TNODE_": 255.0, "LPOLY_": 9.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107130.0, 506173.0 ], [ 107104.0, 506219.0 ], [ 107090.0, 506232.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 260.0, "TNODE_": 220.0, "LPOLY_": 99.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103448.0, 506161.0 ], [ 103330.0, 506367.0 ], [ 103185.0, 506507.0 ], [ 103059.0, 506616.0 ], [ 102841.0, 506711.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 67.0, "FNODE_": 261.0, "TNODE_": 235.0, "LPOLY_": 102.0, "RPOLY_": 103.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105868.0, 506149.0 ], [ 105858.0, 506256.0 ], [ 105871.0, 506354.0 ], [ 105931.0, 506535.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 262.0, "TNODE_": 239.0, "LPOLY_": 103.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105906.0, 506146.0 ], [ 105912.0, 506368.0 ], [ 105982.0, 506521.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 261.0, "TNODE_": 262.0, "LPOLY_": 103.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105868.0, 506149.0 ], [ 105906.0, 506146.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 263.0, "TNODE_": 260.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103531.0, 506145.0 ], [ 103448.0, 506161.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 248.0, "TNODE_": 264.0, "LPOLY_": 75.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103538.0, 506409.0 ], [ 103470.0, 506341.0 ], [ 103470.0, 506278.0 ], [ 103488.0, 506223.0 ], [ 103540.0, 506144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 264.0, "TNODE_": 263.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103540.0, 506144.0 ], [ 103531.0, 506145.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 265.0, "TNODE_": 261.0, "LPOLY_": 102.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105774.0, 506136.0 ], [ 105782.0, 506144.0 ], [ 105868.0, 506149.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 265.0, "TNODE_": 233.0, "LPOLY_": 101.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105774.0, 506136.0 ], [ 105801.0, 506295.0 ], [ 105787.0, 506409.0 ], [ 105762.0, 506555.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 266.0, "TNODE_": 265.0, "LPOLY_": 101.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105737.0, 506103.0 ], [ 105774.0, 506136.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 266.0, "TNODE_": 231.0, "LPOLY_": 74.0, "RPOLY_": 101.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105737.0, 506103.0 ], [ 105781.0, 506239.0 ], [ 105757.0, 506377.0 ], [ 105626.0, 506563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 254.0, "TNODE_": 267.0, "LPOLY_": 9.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106645.0, 506288.0 ], [ 106799.0, 506288.0 ], [ 106946.0, 506125.0 ], [ 106957.0, 506092.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 268.0, "TNODE_": 183.0, "LPOLY_": 84.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107185.0, 506080.0 ], [ 107314.0, 506277.0 ], [ 107293.0, 506632.0 ], [ 107102.0, 506944.0 ], [ 106988.0, 507122.0 ], [ 106930.0, 507291.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 268.0, "TNODE_": 259.0, "LPOLY_": 9.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107185.0, 506080.0 ], [ 107130.0, 506173.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 269.0, "TNODE_": 165.0, "LPOLY_": 78.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107198.0, 506058.0 ], [ 107439.0, 506456.0 ], [ 107417.0, 506893.0 ], [ 107252.0, 507236.0 ], [ 107061.0, 507487.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 269.0, "TNODE_": 268.0, "LPOLY_": 9.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107198.0, 506058.0 ], [ 107185.0, 506080.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 270.0, "TNODE_": 269.0, "LPOLY_": 9.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107208.0, 506041.0 ], [ 107198.0, 506058.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 271.0, "TNODE_": 264.0, "LPOLY_": 110.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103584.0, 506029.0 ], [ 103666.0, 506075.0 ], [ 103767.0, 506102.0 ], [ 103772.0, 506168.0 ], [ 103636.0, 506194.0 ], [ 103540.0, 506144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 271.0, "TNODE_": 264.0, "LPOLY_": 9.0, "RPOLY_": 110.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103584.0, 506029.0 ], [ 103553.0, 506141.0 ], [ 103540.0, 506144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 101.0, "TNODE_": 272.0, "LPOLY_": 37.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106787.0, 509332.0 ], [ 106729.0, 509196.0 ], [ 106655.0, 508953.0 ], [ 106632.0, 508752.0 ], [ 106659.0, 508461.0 ], [ 106707.0, 508319.0 ], [ 106833.0, 508168.0 ], [ 107217.0, 507588.0 ], [ 107437.0, 507190.0 ], [ 107542.0, 506758.0 ], [ 107520.0, 506354.0 ], [ 107386.0, 506108.0 ], [ 107218.0, 506023.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 272.0, "TNODE_": 270.0, "LPOLY_": 9.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107218.0, 506023.0 ], [ 107208.0, 506041.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 267.0, "TNODE_": 273.0, "LPOLY_": 9.0, "RPOLY_": 113.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106957.0, 506092.0 ], [ 106993.0, 505982.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 273.0, "TNODE_": 274.0, "LPOLY_": 9.0, "RPOLY_": 114.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106993.0, 505982.0 ], [ 106996.0, 505971.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 274.0, "TNODE_": 275.0, "LPOLY_": 9.0, "RPOLY_": 116.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106996.0, 505971.0 ], [ 107001.0, 505955.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 275.0, "TNODE_": 276.0, "LPOLY_": 9.0, "RPOLY_": 117.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107001.0, 505955.0 ], [ 107005.0, 505944.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 276.0, "TNODE_": 277.0, "LPOLY_": 9.0, "RPOLY_": 117.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107005.0, 505944.0 ], [ 107007.0, 505938.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 278.0, "TNODE_": 266.0, "LPOLY_": 74.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105654.0, 505927.0 ], [ 105645.0, 505991.0 ], [ 105693.0, 506064.0 ], [ 105737.0, 506103.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 279.0, "TNODE_": 277.0, "LPOLY_": 117.0, "RPOLY_": 118.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106907.0, 505878.0 ], [ 106946.0, 505914.0 ], [ 106961.0, 505919.0 ], [ 106976.0, 505929.0 ], [ 106991.0, 505936.0 ], [ 107007.0, 505938.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 280.0, "TNODE_": 271.0, "LPOLY_": 9.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103811.0, 505876.0 ], [ 103842.0, 505899.0 ], [ 103793.0, 505982.0 ], [ 103649.0, 505942.0 ], [ 103584.0, 506029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 281.0, "TNODE_": 258.0, "LPOLY_": 109.0, "RPOLY_": 95.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109409.0, 505853.0 ], [ 109221.0, 505921.0 ], [ 109074.0, 506029.0 ], [ 108974.0, 506211.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 260.0, "TNODE_": 257.0, "LPOLY_": 9.0, "RPOLY_": 99.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103448.0, 506161.0 ], [ 103454.0, 505997.0 ], [ 103416.0, 505853.0 ], [ 103287.0, 505902.0 ], [ 103184.0, 506070.0 ], [ 102993.0, 506182.0 ], [ 102900.0, 506216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 284.0, "TNODE_": 282.0, "LPOLY_": 9.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102868.0, 505749.0 ], [ 102925.0, 505798.0 ], [ 103028.0, 505811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 262.0, "TNODE_": 286.0, "LPOLY_": 74.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105906.0, 506146.0 ], [ 105990.0, 506137.0 ], [ 106043.0, 506025.0 ], [ 106049.0, 505861.0 ], [ 106064.0, 505722.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 287.0, "TNODE_": 153.0, "LPOLY_": 77.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108148.0, 505697.0 ], [ 108202.0, 505909.0 ], [ 108370.0, 506132.0 ], [ 108524.0, 506370.0 ], [ 108638.0, 506699.0 ], [ 108648.0, 506999.0 ], [ 108545.0, 507289.0 ], [ 108404.0, 507624.0 ], [ 108402.0, 507652.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 282.0, "TNODE_": 288.0, "LPOLY_": 9.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103028.0, 505811.0 ], [ 103128.0, 505823.0 ], [ 103250.0, 505857.0 ], [ 103381.0, 505687.0 ], [ 103403.0, 505684.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 288.0, "TNODE_": 289.0, "LPOLY_": 9.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103403.0, 505684.0 ], [ 103408.0, 505684.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 290.0, "TNODE_": 123.0, "LPOLY_": 37.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107270.0, 505678.0 ], [ 107672.0, 506037.0 ], [ 107818.0, 506484.0 ], [ 107761.0, 506907.0 ], [ 107647.0, 507251.0 ], [ 107486.0, 507700.0 ], [ 107434.0, 508086.0 ], [ 107540.0, 508458.0 ], [ 107622.0, 508669.0 ], [ 107678.0, 508824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 290.0, "TNODE_": 272.0, "LPOLY_": 9.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107270.0, 505678.0 ], [ 107271.0, 505681.0 ], [ 107258.0, 505955.0 ], [ 107218.0, 506023.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 280.0, "TNODE_": 291.0, "LPOLY_": 75.0, "RPOLY_": 120.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103811.0, 505876.0 ], [ 103794.0, 505767.0 ], [ 103672.0, 505670.0 ], [ 103547.0, 505653.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 291.0, "TNODE_": 280.0, "LPOLY_": 9.0, "RPOLY_": 120.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103547.0, 505653.0 ], [ 103587.0, 505764.0 ], [ 103647.0, 505848.0 ], [ 103748.0, 505905.0 ], [ 103811.0, 505876.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 289.0, "TNODE_": 291.0, "LPOLY_": 9.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103408.0, 505684.0 ], [ 103487.0, 505661.0 ], [ 103518.0, 505654.0 ], [ 103547.0, 505653.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 285.0, "TNODE_": 285.0, "LPOLY_": 107.0, "RPOLY_": 115.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105392.0, 505727.0 ], [ 105322.0, 505883.0 ], [ 105322.0, 505979.0 ], [ 105397.0, 505915.0 ], [ 105464.0, 505756.0 ], [ 105532.0, 505685.0 ], [ 105505.0, 505647.0 ], [ 105434.0, 505690.0 ], [ 105392.0, 505727.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 292.0, "TNODE_": 229.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103668.0, 505628.0 ], [ 103791.0, 505731.0 ], [ 103895.0, 505984.0 ], [ 103805.0, 506192.0 ], [ 103700.0, 506235.0 ], [ 103553.0, 506261.0 ], [ 103522.0, 506305.0 ], [ 103639.0, 506340.0 ], [ 103807.0, 506384.0 ], [ 103897.0, 506494.0 ], [ 103957.0, 506589.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 286.0, "TNODE_": 293.0, "LPOLY_": 119.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106064.0, 505722.0 ], [ 106065.0, 505713.0 ], [ 106034.0, 505626.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 289.0, "TNODE_": 292.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103408.0, 505684.0 ], [ 103459.0, 505642.0 ], [ 103494.0, 505622.0 ], [ 103564.0, 505622.0 ], [ 103668.0, 505628.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 294.0, "TNODE_": 121.0, "LPOLY_": 63.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107243.0, 505610.0 ], [ 107396.0, 505739.0 ], [ 107670.0, 505896.0 ], [ 107888.0, 506159.0 ], [ 107998.0, 506685.0 ], [ 107915.0, 507205.0 ], [ 107733.0, 507654.0 ], [ 107594.0, 508052.0 ], [ 107641.0, 508406.0 ], [ 107766.0, 508694.0 ], [ 107808.0, 508843.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 294.0, "TNODE_": 290.0, "LPOLY_": 9.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107243.0, 505610.0 ], [ 107270.0, 505678.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 295.0, "TNODE_": 278.0, "LPOLY_": 119.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105882.0, 505598.0 ], [ 105788.0, 505691.0 ], [ 105659.0, 505885.0 ], [ 105654.0, 505927.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 296.0, "TNODE_": 295.0, "LPOLY_": 124.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105884.0, 505594.0 ], [ 105882.0, 505598.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 297.0, "TNODE_": 297.0, "LPOLY_": 104.0, "RPOLY_": 107.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105624.0, 505593.0 ], [ 105473.0, 505641.0 ], [ 105291.0, 505803.0 ], [ 105214.0, 505994.0 ], [ 105245.0, 506245.0 ], [ 105298.0, 506482.0 ], [ 105374.0, 506493.0 ], [ 105423.0, 506452.0 ], [ 105451.0, 506359.0 ], [ 105391.0, 506239.0 ], [ 105384.0, 506072.0 ], [ 105417.0, 505953.0 ], [ 105436.0, 505870.0 ], [ 105489.0, 505774.0 ], [ 105619.0, 505659.0 ], [ 105643.0, 505599.0 ], [ 105624.0, 505593.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 298.0, "TNODE_": 119.0, "LPOLY_": 62.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 505583.0 ], [ 107467.0, 505687.0 ], [ 107748.0, 505795.0 ], [ 107963.0, 505957.0 ], [ 108021.0, 506117.0 ], [ 108149.0, 506504.0 ], [ 108186.0, 506958.0 ], [ 108060.0, 507505.0 ], [ 107925.0, 507926.0 ], [ 107826.0, 508343.0 ], [ 107841.0, 508632.0 ], [ 107922.0, 508856.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 298.0, "TNODE_": 294.0, "LPOLY_": 9.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 505583.0 ], [ 107243.0, 505610.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 293.0, "TNODE_": 296.0, "LPOLY_": 124.0, "RPOLY_": 112.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106034.0, 505626.0 ], [ 106029.0, 505611.0 ], [ 105960.0, 505570.0 ], [ 105894.0, 505579.0 ], [ 105884.0, 505594.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 299.0, "TNODE_": 287.0, "LPOLY_": 77.0, "RPOLY_": 118.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107220.0, 505551.0 ], [ 107809.0, 505568.0 ], [ 107980.0, 505614.0 ], [ 108148.0, 505697.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 299.0, "TNODE_": 153.0, "LPOLY_": 41.0, "RPOLY_": 77.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107220.0, 505551.0 ], [ 107551.0, 505672.0 ], [ 107903.0, 505792.0 ], [ 108123.0, 505924.0 ], [ 108292.0, 506075.0 ], [ 108442.0, 506372.0 ], [ 108508.0, 506776.0 ], [ 108484.0, 507152.0 ], [ 108382.0, 507518.0 ], [ 108402.0, 507652.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 299.0, "TNODE_": 298.0, "LPOLY_": 9.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107220.0, 505551.0 ], [ 107233.0, 505583.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 277.0, "TNODE_": 299.0, "LPOLY_": 9.0, "RPOLY_": 118.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107007.0, 505938.0 ], [ 107044.0, 505821.0 ], [ 107153.0, 505584.0 ], [ 107216.0, 505540.0 ], [ 107220.0, 505551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 301.0, "TNODE_": 300.0, "LPOLY_": 75.0, "RPOLY_": 125.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105519.0, 505513.0 ], [ 105533.0, 505519.0 ], [ 105587.0, 505519.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 300.0, "TNODE_": 302.0, "LPOLY_": 104.0, "RPOLY_": 125.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105587.0, 505519.0 ], [ 105631.0, 505518.0 ], [ 105650.0, 505509.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 303.0, "TNODE_": 302.0, "LPOLY_": 125.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105717.0, 505468.0 ], [ 105687.0, 505505.0 ], [ 105650.0, 505509.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 300.0, "TNODE_": 303.0, "LPOLY_": 75.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105587.0, 505519.0 ], [ 105253.0, 505787.0 ], [ 105196.0, 506014.0 ], [ 105213.0, 506182.0 ], [ 105242.0, 506442.0 ], [ 105295.0, 506534.0 ], [ 105419.0, 506515.0 ], [ 105499.0, 506445.0 ], [ 105535.0, 506315.0 ], [ 105612.0, 506208.0 ], [ 105549.0, 506084.0 ], [ 105440.0, 505957.0 ], [ 105447.0, 505871.0 ], [ 105524.0, 505754.0 ], [ 105647.0, 505670.0 ], [ 105749.0, 505523.0 ], [ 105721.0, 505463.0 ], [ 105717.0, 505468.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 69.0, "FNODE_": 295.0, "TNODE_": 293.0, "LPOLY_": 124.0, "RPOLY_": 119.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105882.0, 505598.0 ], [ 105902.0, 505470.0 ], [ 105959.0, 505398.0 ], [ 106060.0, 505427.0 ], [ 106072.0, 505516.0 ], [ 106034.0, 505626.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 303.0, "TNODE_": 304.0, "LPOLY_": 75.0, "RPOLY_": 125.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105717.0, 505468.0 ], [ 105577.0, 505393.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 61.0, "FNODE_": 250.0, "TNODE_": 304.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104323.0, 506403.0 ], [ 104530.0, 506422.0 ], [ 104796.0, 506534.0 ], [ 104937.0, 506610.0 ], [ 105125.0, 506558.0 ], [ 105263.0, 506541.0 ], [ 105363.0, 506576.0 ], [ 105563.0, 506425.0 ], [ 105618.0, 506304.0 ], [ 105704.0, 506206.0 ], [ 105579.0, 506056.0 ], [ 105472.0, 505899.0 ], [ 105490.0, 505831.0 ], [ 105554.0, 505770.0 ], [ 105658.0, 505702.0 ], [ 105747.0, 505606.0 ], [ 105787.0, 505445.0 ], [ 105668.0, 505334.0 ], [ 105577.0, 505393.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 283.0, "TNODE_": 283.0, "LPOLY_": 111.0, "RPOLY_": 121.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104167.0, 505798.0 ], [ 104267.0, 505816.0 ], [ 104403.0, 505798.0 ], [ 104566.0, 505689.0 ], [ 104675.0, 505517.0 ], [ 104647.0, 505399.0 ], [ 104530.0, 505354.0 ], [ 104430.0, 505318.0 ], [ 104303.0, 505309.0 ], [ 104240.0, 505327.0 ], [ 104149.0, 505318.0 ], [ 104059.0, 505336.0 ], [ 103977.0, 505445.0 ], [ 103950.0, 505490.0 ], [ 103941.0, 505599.0 ], [ 103968.0, 505653.0 ], [ 104059.0, 505698.0 ], [ 104113.0, 505743.0 ], [ 104167.0, 505798.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 60.0, "FNODE_": 305.0, "TNODE_": 305.0, "LPOLY_": 122.0, "RPOLY_": 123.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103146.0, 505283.0 ], [ 103086.0, 505383.0 ], [ 103118.0, 505572.0 ], [ 103173.0, 505656.0 ], [ 103257.0, 505572.0 ], [ 103244.0, 505392.0 ], [ 103186.0, 505303.0 ], [ 103146.0, 505283.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 304.0, "TNODE_": 301.0, "LPOLY_": 74.0, "RPOLY_": 125.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105577.0, 505393.0 ], [ 105457.0, 505324.0 ], [ 105320.0, 505281.0 ], [ 105268.0, 505284.0 ], [ 105285.0, 505343.0 ], [ 105441.0, 505474.0 ], [ 105519.0, 505513.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 306.0, "TNODE_": 258.0, "LPOLY_": 64.0, "RPOLY_": 109.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109394.0, 505195.0 ], [ 109151.0, 505261.0 ], [ 108926.0, 505338.0 ], [ 108731.0, 505575.0 ], [ 108731.0, 505774.0 ], [ 108848.0, 505966.0 ], [ 108959.0, 506170.0 ], [ 108974.0, 506211.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 308.0, "TNODE_": 309.0, "LPOLY_": 76.0, "RPOLY_": 127.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103512.0, 505155.0 ], [ 103594.0, 505167.0 ], [ 103610.0, 505140.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 70.0, "FNODE_": 286.0, "TNODE_": 278.0, "LPOLY_": 74.0, "RPOLY_": 119.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106064.0, 505722.0 ], [ 106120.0, 505530.0 ], [ 106097.0, 505351.0 ], [ 105982.0, 505171.0 ], [ 105763.0, 505131.0 ], [ 105505.0, 505129.0 ], [ 105386.0, 505169.0 ], [ 105446.0, 505260.0 ], [ 105695.0, 505292.0 ], [ 105841.0, 505325.0 ], [ 105886.0, 505416.0 ], [ 105798.0, 505634.0 ], [ 105674.0, 505745.0 ], [ 105562.0, 505790.0 ], [ 105512.0, 505836.0 ], [ 105572.0, 505891.0 ], [ 105654.0, 505927.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 310.0, "TNODE_": 307.0, "LPOLY_": 111.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104361.0, 505088.0 ], [ 104345.0, 505100.0 ], [ 104337.0, 505136.0 ], [ 104369.0, 505156.0 ], [ 104421.0, 505164.0 ], [ 104465.0, 505168.0 ], [ 104518.0, 505177.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 309.0, "TNODE_": 314.0, "LPOLY_": 76.0, "RPOLY_": 126.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103610.0, 505140.0 ], [ 103658.0, 505262.0 ], [ 103759.0, 505288.0 ], [ 103921.0, 505251.0 ], [ 103990.0, 505154.0 ], [ 104026.0, 504930.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 309.0, "TNODE_": 314.0, "LPOLY_": 126.0, "RPOLY_": 127.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103610.0, 505140.0 ], [ 103647.0, 505077.0 ], [ 103713.0, 505014.0 ], [ 103808.0, 505004.0 ], [ 103937.0, 505009.0 ], [ 104026.0, 504930.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 315.0, "TNODE_": 307.0, "LPOLY_": 76.0, "RPOLY_": 111.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104066.0, 504860.0 ], [ 104123.0, 505028.0 ], [ 103972.0, 505298.0 ], [ 103748.0, 505412.0 ], [ 103745.0, 505507.0 ], [ 103841.0, 505666.0 ], [ 103909.0, 505842.0 ], [ 103994.0, 506091.0 ], [ 104209.0, 506159.0 ], [ 104487.0, 506013.0 ], [ 104708.0, 505689.0 ], [ 104872.0, 505472.0 ], [ 104851.0, 505295.0 ], [ 104595.0, 505199.0 ], [ 104518.0, 505177.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 314.0, "TNODE_": 315.0, "LPOLY_": 76.0, "RPOLY_": 127.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104026.0, 504930.0 ], [ 104067.0, 504863.0 ], [ 104066.0, 504860.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 315.0, "TNODE_": 316.0, "LPOLY_": 111.0, "RPOLY_": 127.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104066.0, 504860.0 ], [ 104060.0, 504831.0 ], [ 103981.0, 504802.0 ], [ 103930.0, 504795.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 316.0, "TNODE_": 308.0, "LPOLY_": 111.0, "RPOLY_": 127.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103930.0, 504795.0 ], [ 103867.0, 504785.0 ], [ 103664.0, 504851.0 ], [ 103551.0, 505019.0 ], [ 103512.0, 505155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 317.0, "TNODE_": 287.0, "LPOLY_": 118.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108034.0, 504718.0 ], [ 107963.0, 505004.0 ], [ 107979.0, 505240.0 ], [ 108106.0, 505469.0 ], [ 108148.0, 505697.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 317.0, "TNODE_": 279.0, "LPOLY_": 117.0, "RPOLY_": 118.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108034.0, 504718.0 ], [ 107823.0, 504739.0 ], [ 107445.0, 504670.0 ], [ 107152.0, 504669.0 ], [ 107101.0, 504821.0 ], [ 107023.0, 504993.0 ], [ 106997.0, 505113.0 ], [ 107030.0, 505387.0 ], [ 106912.0, 505627.0 ], [ 106859.0, 505787.0 ], [ 106877.0, 505847.0 ], [ 106907.0, 505878.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 59.0, "FNODE_": 311.0, "TNODE_": 311.0, "LPOLY_": 111.0, "RPOLY_": 122.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 505085.0 ], [ 102953.0, 505202.0 ], [ 103015.0, 505455.0 ], [ 103146.0, 505703.0 ], [ 103300.0, 505668.0 ], [ 103353.0, 505313.0 ], [ 103424.0, 504984.0 ], [ 103621.0, 504770.0 ], [ 103838.0, 504670.0 ], [ 103951.0, 504549.0 ], [ 103675.0, 504508.0 ], [ 103209.0, 504645.0 ], [ 102969.0, 504770.0 ], [ 102853.0, 504893.0 ], [ 102877.0, 505085.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 310.0, "TNODE_": 308.0, "LPOLY_": 76.0, "RPOLY_": 111.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104361.0, 505088.0 ], [ 104442.0, 504910.0 ], [ 104550.0, 504574.0 ], [ 104347.0, 504418.0 ], [ 104003.0, 504425.0 ], [ 103698.0, 504495.0 ], [ 103306.0, 504499.0 ], [ 103012.0, 504510.0 ], [ 102785.0, 504607.0 ], [ 102641.0, 504805.0 ], [ 102687.0, 504971.0 ], [ 102809.0, 505152.0 ], [ 102903.0, 505411.0 ], [ 102974.0, 505652.0 ], [ 103097.0, 505760.0 ], [ 103222.0, 505822.0 ], [ 103299.0, 505724.0 ], [ 103443.0, 505498.0 ], [ 103504.0, 505287.0 ], [ 103512.0, 505155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 228.0, "TNODE_": 282.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104062.0, 506598.0 ], [ 104070.0, 506537.0 ], [ 103970.0, 506419.0 ], [ 103947.0, 506323.0 ], [ 103976.0, 506245.0 ], [ 104137.0, 506245.0 ], [ 104352.0, 506308.0 ], [ 104512.0, 506306.0 ], [ 104731.0, 506389.0 ], [ 104830.0, 506320.0 ], [ 104780.0, 506071.0 ], [ 104716.0, 505900.0 ], [ 104799.0, 505752.0 ], [ 104948.0, 505665.0 ], [ 105001.0, 505467.0 ], [ 104979.0, 505256.0 ], [ 104832.0, 505123.0 ], [ 104622.0, 505117.0 ], [ 104502.0, 505074.0 ], [ 104562.0, 504884.0 ], [ 104646.0, 504675.0 ], [ 104548.0, 504454.0 ], [ 104250.0, 504358.0 ], [ 103995.0, 504362.0 ], [ 103694.0, 504436.0 ], [ 103332.0, 504431.0 ], [ 103058.0, 504456.0 ], [ 102740.0, 504514.0 ], [ 102561.0, 504662.0 ], [ 102541.0, 504831.0 ], [ 102665.0, 505040.0 ], [ 102808.0, 505245.0 ], [ 102848.0, 505516.0 ], [ 102933.0, 505686.0 ], [ 103028.0, 505811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 320.0, "TNODE_": 284.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 504314.0 ], [ 102241.0, 504395.0 ], [ 102248.0, 504681.0 ], [ 102459.0, 504965.0 ], [ 102762.0, 505331.0 ], [ 102776.0, 505671.0 ], [ 102868.0, 505749.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 301.0, "TNODE_": 284.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105519.0, 505513.0 ], [ 105371.0, 505597.0 ], [ 105160.0, 505744.0 ], [ 104979.0, 505971.0 ], [ 104857.0, 506053.0 ], [ 104748.0, 505953.0 ], [ 104793.0, 505822.0 ], [ 104988.0, 505758.0 ], [ 105125.0, 505659.0 ], [ 105177.0, 505402.0 ], [ 105077.0, 505183.0 ], [ 104867.0, 505029.0 ], [ 104730.0, 504980.0 ], [ 104714.0, 504790.0 ], [ 104759.0, 504532.0 ], [ 104518.0, 504326.0 ], [ 104236.0, 504265.0 ], [ 104029.0, 504285.0 ], [ 103823.0, 504367.0 ], [ 103189.0, 504384.0 ], [ 102795.0, 504369.0 ], [ 102504.0, 504419.0 ], [ 102375.0, 504699.0 ], [ 102507.0, 504933.0 ], [ 102670.0, 505138.0 ], [ 102761.0, 505238.0 ], [ 102790.0, 505527.0 ], [ 102868.0, 505749.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 321.0, "TNODE_": 317.0, "LPOLY_": 117.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108027.0, 504261.0 ], [ 108076.0, 504293.0 ], [ 108041.0, 504690.0 ], [ 108034.0, 504718.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 321.0, "TNODE_": 275.0, "LPOLY_": 116.0, "RPOLY_": 117.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108027.0, 504261.0 ], [ 107891.0, 504357.0 ], [ 107562.0, 504351.0 ], [ 107288.0, 504289.0 ], [ 107015.0, 504289.0 ], [ 106885.0, 504340.0 ], [ 106875.0, 504463.0 ], [ 106981.0, 504711.0 ], [ 106891.0, 504856.0 ], [ 106724.0, 505003.0 ], [ 106646.0, 505163.0 ], [ 106739.0, 505232.0 ], [ 106897.0, 505284.0 ], [ 106945.0, 505330.0 ], [ 106908.0, 505471.0 ], [ 106863.0, 505608.0 ], [ 106832.0, 505747.0 ], [ 106835.0, 505822.0 ], [ 106921.0, 505924.0 ], [ 107001.0, 505955.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 322.0, "TNODE_": 320.0, "LPOLY_": 9.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102335.0, 504230.0 ], [ 102287.0, 504314.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 324.0, "TNODE_": 322.0, "LPOLY_": 9.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102306.0, 504125.0 ], [ 102320.0, 504125.0 ], [ 102336.0, 504131.0 ], [ 102346.0, 504161.0 ], [ 102351.0, 504196.0 ], [ 102335.0, 504230.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 325.0, "TNODE_": 324.0, "LPOLY_": 9.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102088.0, 504070.0 ], [ 102101.0, 504087.0 ], [ 102118.0, 504097.0 ], [ 102148.0, 504105.0 ], [ 102179.0, 504108.0 ], [ 102214.0, 504115.0 ], [ 102306.0, 504125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 325.0, "TNODE_": 326.0, "LPOLY_": 130.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102088.0, 504070.0 ], [ 102075.0, 504049.0 ], [ 102060.0, 504014.0 ], [ 102058.0, 503986.0 ], [ 102063.0, 503956.0 ], [ 102090.0, 503939.0 ], [ 102118.0, 503934.0 ], [ 102166.0, 503934.0 ], [ 102182.0, 503943.0 ], [ 102191.0, 503950.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 312.0, "TNODE_": 321.0, "LPOLY_": 116.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109391.0, 505053.0 ], [ 109200.0, 505048.0 ], [ 108960.0, 504861.0 ], [ 108778.0, 504586.0 ], [ 108725.0, 504196.0 ], [ 108610.0, 503881.0 ], [ 108474.0, 503780.0 ], [ 108340.0, 503766.0 ], [ 108232.0, 503854.0 ], [ 108027.0, 504261.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 313.0, "TNODE_": 274.0, "LPOLY_": 114.0, "RPOLY_": 116.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109389.0, 504932.0 ], [ 109173.0, 504783.0 ], [ 108964.0, 504525.0 ], [ 108828.0, 504231.0 ], [ 108748.0, 503965.0 ], [ 108672.0, 503817.0 ], [ 108539.0, 503737.0 ], [ 108338.0, 503708.0 ], [ 108168.0, 503765.0 ], [ 108003.0, 503954.0 ], [ 107727.0, 504120.0 ], [ 107366.0, 504153.0 ], [ 107142.0, 504159.0 ], [ 106997.0, 504189.0 ], [ 106846.0, 504291.0 ], [ 106807.0, 504344.0 ], [ 106801.0, 504508.0 ], [ 106843.0, 504754.0 ], [ 106657.0, 504919.0 ], [ 106609.0, 505022.0 ], [ 106622.0, 505171.0 ], [ 106831.0, 505313.0 ], [ 106889.0, 505438.0 ], [ 106795.0, 505673.0 ], [ 106789.0, 505822.0 ], [ 106840.0, 505903.0 ], [ 106996.0, 505971.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 318.0, "TNODE_": 273.0, "LPOLY_": 113.0, "RPOLY_": 114.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109383.0, 504690.0 ], [ 109185.0, 504528.0 ], [ 108982.0, 504273.0 ], [ 108825.0, 503978.0 ], [ 108713.0, 503801.0 ], [ 108519.0, 503656.0 ], [ 108330.0, 503622.0 ], [ 108131.0, 503689.0 ], [ 107917.0, 503872.0 ], [ 107728.0, 504004.0 ], [ 107491.0, 504063.0 ], [ 107250.0, 504111.0 ], [ 107079.0, 504138.0 ], [ 106911.0, 504194.0 ], [ 106696.0, 504368.0 ], [ 106708.0, 504590.0 ], [ 106652.0, 504856.0 ], [ 106534.0, 504991.0 ], [ 106576.0, 505149.0 ], [ 106694.0, 505242.0 ], [ 106825.0, 505352.0 ], [ 106846.0, 505474.0 ], [ 106792.0, 505628.0 ], [ 106762.0, 505780.0 ], [ 106821.0, 505914.0 ], [ 106993.0, 505982.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 327.0, "TNODE_": 327.0, "LPOLY_": 131.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102209.0, 503586.0 ], [ 102279.0, 503595.0 ], [ 102379.0, 503630.0 ], [ 102421.0, 503693.0 ], [ 102334.0, 503749.0 ], [ 102237.0, 503713.0 ], [ 102191.0, 503664.0 ], [ 102209.0, 503586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 319.0, "TNODE_": 267.0, "LPOLY_": 108.0, "RPOLY_": 113.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109377.0, 504405.0 ], [ 109185.0, 504344.0 ], [ 108997.0, 504093.0 ], [ 108868.0, 503857.0 ], [ 108764.0, 503730.0 ], [ 108624.0, 503645.0 ], [ 108395.0, 503584.0 ], [ 108130.0, 503601.0 ], [ 107937.0, 503687.0 ], [ 107346.0, 503992.0 ], [ 107066.0, 504095.0 ], [ 106911.0, 504171.0 ], [ 106694.0, 504321.0 ], [ 106541.0, 504476.0 ], [ 106490.0, 504740.0 ], [ 106435.0, 504991.0 ], [ 106494.0, 505130.0 ], [ 106623.0, 505230.0 ], [ 106731.0, 505317.0 ], [ 106815.0, 505402.0 ], [ 106825.0, 505472.0 ], [ 106719.0, 505576.0 ], [ 106707.0, 505797.0 ], [ 106782.0, 505951.0 ], [ 106849.0, 506026.0 ], [ 106957.0, 506092.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 328.0, "TNODE_": 328.0, "LPOLY_": 132.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104839.0, 503461.0 ], [ 104880.0, 503399.0 ], [ 104974.0, 503339.0 ], [ 105088.0, 503341.0 ], [ 105085.0, 503398.0 ], [ 104941.0, 503541.0 ], [ 104862.0, 503529.0 ], [ 104846.0, 503503.0 ], [ 104839.0, 503461.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 71.0, "FNODE_": 240.0, "TNODE_": 329.0, "LPOLY_": 105.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106030.0, 506508.0 ], [ 105992.0, 506391.0 ], [ 105970.0, 506233.0 ], [ 106092.0, 506086.0 ], [ 106228.0, 505932.0 ], [ 106236.0, 505706.0 ], [ 106165.0, 505427.0 ], [ 106029.0, 505152.0 ], [ 105897.0, 505063.0 ], [ 105694.0, 505057.0 ], [ 105431.0, 505041.0 ], [ 105224.0, 505010.0 ], [ 105137.0, 504952.0 ], [ 105169.0, 504804.0 ], [ 105196.0, 504636.0 ], [ 105104.0, 504490.0 ], [ 105083.0, 504399.0 ], [ 105177.0, 504275.0 ], [ 105317.0, 504183.0 ], [ 105489.0, 503988.0 ], [ 105620.0, 503862.0 ], [ 105829.0, 503689.0 ], [ 106186.0, 503579.0 ], [ 106496.0, 503472.0 ], [ 106676.0, 503392.0 ], [ 106844.0, 503296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 329.0, "TNODE_": 330.0, "LPOLY_": 9.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106844.0, 503296.0 ], [ 106720.0, 503234.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 320.0, "TNODE_": 330.0, "LPOLY_": 74.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 504314.0 ], [ 102553.0, 504253.0 ], [ 102833.0, 504294.0 ], [ 103165.0, 504328.0 ], [ 103525.0, 504318.0 ], [ 103808.0, 504329.0 ], [ 104059.0, 504257.0 ], [ 104254.0, 504231.0 ], [ 104559.0, 504281.0 ], [ 104728.0, 504378.0 ], [ 104824.0, 504539.0 ], [ 104848.0, 504734.0 ], [ 104904.0, 504894.0 ], [ 104988.0, 504925.0 ], [ 105089.0, 504845.0 ], [ 105115.0, 504709.0 ], [ 105024.0, 504471.0 ], [ 105033.0, 504293.0 ], [ 105145.0, 504186.0 ], [ 105338.0, 504087.0 ], [ 105493.0, 503947.0 ], [ 105696.0, 503714.0 ], [ 105886.0, 503579.0 ], [ 106167.0, 503518.0 ], [ 106389.0, 503459.0 ], [ 106521.0, 503413.0 ], [ 106636.0, 503359.0 ], [ 106720.0, 503234.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 330.0, "TNODE_": 331.0, "LPOLY_": 9.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106720.0, 503234.0 ], [ 106654.0, 503201.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 331.0, "TNODE_": 325.0, "LPOLY_": 130.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106654.0, 503201.0 ], [ 106387.0, 503340.0 ], [ 106100.0, 503422.0 ], [ 105772.0, 503547.0 ], [ 105620.0, 503702.0 ], [ 105428.0, 503920.0 ], [ 105190.0, 504094.0 ], [ 105030.0, 504206.0 ], [ 104969.0, 504387.0 ], [ 105000.0, 504560.0 ], [ 105054.0, 504695.0 ], [ 105011.0, 504826.0 ], [ 104935.0, 504873.0 ], [ 104905.0, 504714.0 ], [ 104873.0, 504585.0 ], [ 104787.0, 504390.0 ], [ 104523.0, 504194.0 ], [ 104063.0, 504136.0 ], [ 103783.0, 504238.0 ], [ 103366.0, 504221.0 ], [ 102936.0, 504183.0 ], [ 102551.0, 504127.0 ], [ 102300.0, 504070.0 ], [ 102088.0, 504070.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 323.0, "TNODE_": 332.0, "LPOLY_": 128.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109372.0, 504175.0 ], [ 108878.0, 503741.0 ], [ 108647.0, 503542.0 ], [ 108291.0, 503508.0 ], [ 107938.0, 503553.0 ], [ 107682.0, 503694.0 ], [ 107381.0, 503852.0 ], [ 107045.0, 503998.0 ], [ 106801.0, 504136.0 ], [ 106587.0, 504251.0 ], [ 106435.0, 504428.0 ], [ 106383.0, 504700.0 ], [ 106349.0, 505007.0 ], [ 106271.0, 505126.0 ], [ 106143.0, 505075.0 ], [ 105991.0, 504926.0 ], [ 105821.0, 504903.0 ], [ 105666.0, 504920.0 ], [ 105551.0, 504922.0 ], [ 105475.0, 504798.0 ], [ 105445.0, 504714.0 ], [ 105430.0, 504597.0 ], [ 105462.0, 504468.0 ], [ 105541.0, 504408.0 ], [ 105711.0, 504374.0 ], [ 105835.0, 504352.0 ], [ 105926.0, 504194.0 ], [ 106098.0, 504135.0 ], [ 106410.0, 504147.0 ], [ 106644.0, 504133.0 ], [ 106770.0, 504097.0 ], [ 106802.0, 504000.0 ], [ 106703.0, 503852.0 ], [ 106627.0, 503715.0 ], [ 106639.0, 503636.0 ], [ 106808.0, 503585.0 ], [ 107157.0, 503589.0 ], [ 107530.0, 503576.0 ], [ 107776.0, 503563.0 ], [ 108008.0, 503472.0 ], [ 108219.0, 503348.0 ], [ 108464.0, 503179.0 ], [ 108835.0, 503101.0 ], [ 109078.0, 503114.0 ], [ 109349.0, 503096.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 331.0, "TNODE_": 326.0, "LPOLY_": 9.0, "RPOLY_": 130.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106654.0, 503201.0 ], [ 106524.0, 503136.0 ], [ 106096.0, 503067.0 ], [ 105896.0, 503163.0 ], [ 105798.0, 503342.0 ], [ 105720.0, 503388.0 ], [ 105704.0, 503281.0 ], [ 105666.0, 503165.0 ], [ 105554.0, 503169.0 ], [ 105533.0, 503345.0 ], [ 105575.0, 503537.0 ], [ 105501.0, 503733.0 ], [ 105308.0, 503924.0 ], [ 104998.0, 504047.0 ], [ 104639.0, 504084.0 ], [ 104193.0, 504075.0 ], [ 103892.0, 504042.0 ], [ 103714.0, 504119.0 ], [ 103509.0, 504086.0 ], [ 103256.0, 503997.0 ], [ 102968.0, 504003.0 ], [ 102747.0, 504043.0 ], [ 102409.0, 504031.0 ], [ 102191.0, 503950.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 333.0, "TNODE_": 334.0, "LPOLY_": 9.0, "RPOLY_": 135.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102155.0, 502996.0 ], [ 102291.0, 502974.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 335.0, "TNODE_": 333.0, "LPOLY_": 9.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101984.0, 502955.0 ], [ 102089.0, 503007.0 ], [ 102155.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 334.0, "TNODE_": 336.0, "LPOLY_": 9.0, "RPOLY_": 136.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102291.0, 502974.0 ], [ 102427.0, 502952.0 ], [ 102472.0, 502953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 337.0, "TNODE_": 335.0, "LPOLY_": 137.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102035.0, 502922.0 ], [ 101984.0, 502955.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 338.0, "TNODE_": 254.0, "LPOLY_": 106.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109344.0, 502900.0 ], [ 108979.0, 502868.0 ], [ 108603.0, 502905.0 ], [ 108400.0, 503014.0 ], [ 108230.0, 503227.0 ], [ 108018.0, 503382.0 ], [ 107708.0, 503517.0 ], [ 107273.0, 503536.0 ], [ 106925.0, 503508.0 ], [ 106622.0, 503520.0 ], [ 106565.0, 503637.0 ], [ 106633.0, 503795.0 ], [ 106707.0, 503934.0 ], [ 106690.0, 504035.0 ], [ 106503.0, 504104.0 ], [ 106271.0, 503959.0 ], [ 106026.0, 503794.0 ], [ 105823.0, 503818.0 ], [ 105662.0, 503984.0 ], [ 105458.0, 504246.0 ], [ 105289.0, 504349.0 ], [ 105255.0, 504509.0 ], [ 105376.0, 504695.0 ], [ 105452.0, 504896.0 ], [ 105572.0, 505000.0 ], [ 105797.0, 504991.0 ], [ 106007.0, 505060.0 ], [ 106129.0, 505186.0 ], [ 106203.0, 505364.0 ], [ 106263.0, 505531.0 ], [ 106411.0, 505670.0 ], [ 106547.0, 505847.0 ], [ 106641.0, 506065.0 ], [ 106645.0, 506288.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 339.0, "TNODE_": 329.0, "LPOLY_": 9.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108262.0, 502774.0 ], [ 108297.0, 502896.0 ], [ 108125.0, 503154.0 ], [ 107793.0, 503318.0 ], [ 107310.0, 503361.0 ], [ 106873.0, 503310.0 ], [ 106844.0, 503296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 340.0, "TNODE_": 240.0, "LPOLY_": 105.0, "RPOLY_": 106.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109336.0, 502507.0 ], [ 109098.0, 502498.0 ], [ 108768.0, 502599.0 ], [ 108450.0, 502922.0 ], [ 108207.0, 503157.0 ], [ 107951.0, 503341.0 ], [ 107618.0, 503443.0 ], [ 107164.0, 503440.0 ], [ 106841.0, 503435.0 ], [ 106647.0, 503485.0 ], [ 106502.0, 503552.0 ], [ 106449.0, 503670.0 ], [ 106431.0, 503771.0 ], [ 106285.0, 503814.0 ], [ 106133.0, 503735.0 ], [ 105979.0, 503706.0 ], [ 105815.0, 503742.0 ], [ 105620.0, 503915.0 ], [ 105463.0, 504117.0 ], [ 105312.0, 504281.0 ], [ 105192.0, 504380.0 ], [ 105180.0, 504471.0 ], [ 105249.0, 504586.0 ], [ 105258.0, 504765.0 ], [ 105225.0, 504940.0 ], [ 105378.0, 504992.0 ], [ 105522.0, 505036.0 ], [ 105876.0, 505027.0 ], [ 106065.0, 505142.0 ], [ 106171.0, 505384.0 ], [ 106264.0, 505608.0 ], [ 106348.0, 505792.0 ], [ 106407.0, 506012.0 ], [ 106224.0, 506136.0 ], [ 106051.0, 506209.0 ], [ 106029.0, 506334.0 ], [ 106030.0, 506508.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 341.0, "TNODE_": 339.0, "LPOLY_": 138.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109327.0, 502104.0 ], [ 109159.0, 502099.0 ], [ 108899.0, 502085.0 ], [ 108604.0, 502151.0 ], [ 108446.0, 502323.0 ], [ 108348.0, 502625.0 ], [ 108262.0, 502774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 342.0, "TNODE_": 335.0, "LPOLY_": 9.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102408.0, 502024.0 ], [ 102526.0, 502151.0 ], [ 102485.0, 502453.0 ], [ 102229.0, 502568.0 ], [ 101986.0, 502720.0 ], [ 101939.0, 502897.0 ], [ 101984.0, 502955.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 343.0, "TNODE_": 339.0, "LPOLY_": 9.0, "RPOLY_": 138.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108675.0, 502001.0 ], [ 108479.0, 502021.0 ], [ 108307.0, 502041.0 ], [ 108115.0, 502189.0 ], [ 108137.0, 502579.0 ], [ 108258.0, 502758.0 ], [ 108262.0, 502774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 343.0, "TNODE_": 344.0, "LPOLY_": 138.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108675.0, 502001.0 ], [ 108763.0, 501988.0 ], [ 108843.0, 501980.0 ], [ 108889.0, 501946.0 ], [ 108897.0, 501919.0 ], [ 108874.0, 501896.0 ], [ 108828.0, 501885.0 ], [ 108763.0, 501880.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 345.0, "TNODE_": 345.0, "LPOLY_": 141.0, "RPOLY_": 142.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102610.0, 501710.0 ], [ 102650.0, 501736.0 ], [ 102704.0, 501765.0 ], [ 102758.0, 501752.0 ], [ 102724.0, 501709.0 ], [ 102648.0, 501692.0 ], [ 102610.0, 501710.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 346.0, "TNODE_": 346.0, "LPOLY_": 134.0, "RPOLY_": 141.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102584.0, 501693.0 ], [ 102653.0, 501769.0 ], [ 102725.0, 501826.0 ], [ 102799.0, 501855.0 ], [ 102896.0, 501846.0 ], [ 102897.0, 501777.0 ], [ 102762.0, 501709.0 ], [ 102647.0, 501669.0 ], [ 102584.0, 501693.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 336.0, "TNODE_": 349.0, "LPOLY_": 9.0, "RPOLY_": 133.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102472.0, 502953.0 ], [ 102685.0, 502957.0 ], [ 103087.0, 503129.0 ], [ 103185.0, 503116.0 ], [ 103247.0, 503002.0 ], [ 103268.0, 502831.0 ], [ 103322.0, 502706.0 ], [ 103389.0, 502544.0 ], [ 103465.0, 502353.0 ], [ 103478.0, 502244.0 ], [ 103477.0, 502080.0 ], [ 103546.0, 501925.0 ], [ 103701.0, 501850.0 ], [ 103926.0, 501835.0 ], [ 104142.0, 501721.0 ], [ 104208.0, 501464.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 349.0, "TNODE_": 336.0, "LPOLY_": 136.0, "RPOLY_": 133.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104208.0, 501464.0 ], [ 103970.0, 501534.0 ], [ 103675.0, 501715.0 ], [ 103510.0, 501881.0 ], [ 103450.0, 502092.0 ], [ 103384.0, 502315.0 ], [ 103278.0, 502508.0 ], [ 103075.0, 502642.0 ], [ 102841.0, 502721.0 ], [ 102671.0, 502802.0 ], [ 102472.0, 502953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 350.0, "TNODE_": 344.0, "LPOLY_": 9.0, "RPOLY_": 138.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107014.0, 501458.0 ], [ 106975.0, 501529.0 ], [ 107059.0, 501752.0 ], [ 107350.0, 501873.0 ], [ 107607.0, 501915.0 ], [ 107836.0, 501872.0 ], [ 108045.0, 501828.0 ], [ 108266.0, 501858.0 ], [ 108456.0, 501929.0 ], [ 108670.0, 501890.0 ], [ 108763.0, 501880.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 351.0, "TNODE_": 342.0, "LPOLY_": 140.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102246.0, 501455.0 ], [ 102312.0, 501514.0 ], [ 102518.0, 501731.0 ], [ 102603.0, 501788.0 ], [ 102711.0, 501870.0 ], [ 102789.0, 501955.0 ], [ 102724.0, 502053.0 ], [ 102618.0, 502037.0 ], [ 102408.0, 502024.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 349.0, "TNODE_": 352.0, "LPOLY_": 9.0, "RPOLY_": 136.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104208.0, 501464.0 ], [ 104224.0, 501391.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 352.0, "TNODE_": 334.0, "LPOLY_": 135.0, "RPOLY_": 136.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104224.0, 501391.0 ], [ 104038.0, 501427.0 ], [ 103813.0, 501529.0 ], [ 103630.0, 501643.0 ], [ 103400.0, 501884.0 ], [ 103257.0, 502114.0 ], [ 103210.0, 502362.0 ], [ 103026.0, 502535.0 ], [ 102812.0, 502632.0 ], [ 102563.0, 502774.0 ], [ 102291.0, 502974.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 352.0, "TNODE_": 353.0, "LPOLY_": 9.0, "RPOLY_": 135.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104224.0, 501391.0 ], [ 104242.0, 501293.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 353.0, "TNODE_": 333.0, "LPOLY_": 134.0, "RPOLY_": 135.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104242.0, 501293.0 ], [ 104077.0, 501343.0 ], [ 103811.0, 501420.0 ], [ 103468.0, 501648.0 ], [ 103243.0, 501895.0 ], [ 103040.0, 502176.0 ], [ 102747.0, 502532.0 ], [ 102269.0, 502899.0 ], [ 102155.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 348.0, "TNODE_": 354.0, "LPOLY_": 9.0, "RPOLY_": 139.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104832.0, 501528.0 ], [ 104883.0, 501626.0 ], [ 105055.0, 502000.0 ], [ 105248.0, 502205.0 ], [ 105396.0, 502208.0 ], [ 105495.0, 502068.0 ], [ 105356.0, 501794.0 ], [ 105066.0, 501485.0 ], [ 104977.0, 501265.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 354.0, "TNODE_": 348.0, "LPOLY_": 144.0, "RPOLY_": 139.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104977.0, 501265.0 ], [ 104900.0, 501389.0 ], [ 104832.0, 501528.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 355.0, "TNODE_": 342.0, "LPOLY_": 9.0, "RPOLY_": 140.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101424.0, 501217.0 ], [ 101590.0, 501355.0 ], [ 101754.0, 501566.0 ], [ 101999.0, 501783.0 ], [ 102226.0, 501894.0 ], [ 102360.0, 501972.0 ], [ 102408.0, 502024.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 353.0, "TNODE_": 356.0, "LPOLY_": 9.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104242.0, 501293.0 ], [ 104248.0, 501261.0 ], [ 104310.0, 501158.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 356.0, "TNODE_": 348.0, "LPOLY_": 9.0, "RPOLY_": 144.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104310.0, 501158.0 ], [ 104344.0, 501100.0 ], [ 104525.0, 501145.0 ], [ 104768.0, 501406.0 ], [ 104832.0, 501528.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 357.0, "TNODE_": 347.0, "LPOLY_": 138.0, "RPOLY_": 143.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108385.0, 501056.0 ], [ 108339.0, 501083.0 ], [ 108290.0, 501184.0 ], [ 108370.0, 501348.0 ], [ 108568.0, 501420.0 ], [ 108874.0, 501510.0 ], [ 109075.0, 501573.0 ], [ 109317.0, 501639.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 358.0, "TNODE_": 350.0, "LPOLY_": 9.0, "RPOLY_": 145.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106982.0, 501047.0 ], [ 107080.0, 501103.0 ], [ 107206.0, 501170.0 ], [ 107072.0, 501356.0 ], [ 107014.0, 501458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 351.0, "TNODE_": 359.0, "LPOLY_": 9.0, "RPOLY_": 140.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102246.0, 501455.0 ], [ 102234.0, 501511.0 ], [ 102173.0, 501572.0 ], [ 101969.0, 501484.0 ], [ 101831.0, 501331.0 ], [ 101727.0, 501111.0 ], [ 101687.0, 501042.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 359.0, "TNODE_": 355.0, "LPOLY_": 146.0, "RPOLY_": 140.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101687.0, 501042.0 ], [ 101570.0, 501057.0 ], [ 101496.0, 501097.0 ], [ 101424.0, 501217.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 360.0, "TNODE_": 357.0, "LPOLY_": 145.0, "RPOLY_": 143.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108488.0, 500933.0 ], [ 108445.0, 501019.0 ], [ 108385.0, 501056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 350.0, "TNODE_": 357.0, "LPOLY_": 138.0, "RPOLY_": 145.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107014.0, 501458.0 ], [ 107170.0, 501373.0 ], [ 107352.0, 501236.0 ], [ 107433.0, 501165.0 ], [ 107509.0, 501036.0 ], [ 107673.0, 500882.0 ], [ 107955.0, 500943.0 ], [ 108218.0, 501005.0 ], [ 108385.0, 501056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 362.0, "TNODE_": 360.0, "LPOLY_": 147.0, "RPOLY_": 143.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109298.0, 500750.0 ], [ 108982.0, 500771.0 ], [ 108814.0, 500842.0 ], [ 108642.0, 500889.0 ], [ 108496.0, 500916.0 ], [ 108488.0, 500933.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 359.0, "TNODE_": 355.0, "LPOLY_": 9.0, "RPOLY_": 146.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101687.0, 501042.0 ], [ 101599.0, 500894.0 ], [ 101406.0, 500749.0 ], [ 101296.0, 500797.0 ], [ 101269.0, 501007.0 ], [ 101416.0, 501210.0 ], [ 101424.0, 501217.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 354.0, "TNODE_": 363.0, "LPOLY_": 9.0, "RPOLY_": 144.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104977.0, 501265.0 ], [ 104964.0, 501231.0 ], [ 104959.0, 500948.0 ], [ 104782.0, 500720.0 ], [ 104486.0, 500700.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 363.0, "TNODE_": 356.0, "LPOLY_": 134.0, "RPOLY_": 144.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104486.0, 500700.0 ], [ 104278.0, 500811.0 ], [ 103910.0, 500976.0 ], [ 103780.0, 501012.0 ], [ 103731.0, 501107.0 ], [ 103795.0, 501180.0 ], [ 104001.0, 501197.0 ], [ 104117.0, 501159.0 ], [ 104310.0, 501158.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 364.0, "TNODE_": 361.0, "LPOLY_": 9.0, "RPOLY_": 148.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103556.0, 500681.0 ], [ 103561.0, 500735.0 ], [ 103571.0, 500806.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 363.0, "TNODE_": 365.0, "LPOLY_": 9.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104486.0, 500700.0 ], [ 104376.0, 500692.0 ], [ 104213.0, 500629.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 365.0, "TNODE_": 361.0, "LPOLY_": 148.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104213.0, 500629.0 ], [ 104093.0, 500688.0 ], [ 103919.0, 500757.0 ], [ 103769.0, 500794.0 ], [ 103704.0, 500812.0 ], [ 103571.0, 500806.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 361.0, "TNODE_": 367.0, "LPOLY_": 9.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103571.0, 500806.0 ], [ 103636.0, 501262.0 ], [ 103514.0, 501403.0 ], [ 103310.0, 501475.0 ], [ 103009.0, 501383.0 ], [ 102813.0, 501168.0 ], [ 102823.0, 500853.0 ], [ 102814.0, 500567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 367.0, "TNODE_": 337.0, "LPOLY_": 137.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102814.0, 500567.0 ], [ 102673.0, 500619.0 ], [ 102634.0, 500798.0 ], [ 102621.0, 501014.0 ], [ 102431.0, 501225.0 ], [ 102336.0, 501392.0 ], [ 102411.0, 501517.0 ], [ 102524.0, 501549.0 ], [ 102711.0, 501490.0 ], [ 102871.0, 501490.0 ], [ 102948.0, 501599.0 ], [ 102964.0, 501718.0 ], [ 102919.0, 501728.0 ], [ 102736.0, 501643.0 ], [ 102585.0, 501632.0 ], [ 102531.0, 501669.0 ], [ 102580.0, 501730.0 ], [ 102653.0, 501790.0 ], [ 102751.0, 501856.0 ], [ 102837.0, 501957.0 ], [ 102846.0, 502108.0 ], [ 102781.0, 502342.0 ], [ 102395.0, 502692.0 ], [ 102188.0, 502857.0 ], [ 102035.0, 502922.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 365.0, "TNODE_": 368.0, "LPOLY_": 9.0, "RPOLY_": 148.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104213.0, 500629.0 ], [ 104201.0, 500624.0 ], [ 104120.0, 500562.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 368.0, "TNODE_": 364.0, "LPOLY_": 150.0, "RPOLY_": 148.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104120.0, 500562.0 ], [ 103972.0, 500627.0 ], [ 103858.0, 500660.0 ], [ 103755.0, 500679.0 ], [ 103674.0, 500690.0 ], [ 103556.0, 500681.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 369.0, "TNODE_": 366.0, "LPOLY_": 9.0, "RPOLY_": 151.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105194.0, 500463.0 ], [ 105198.0, 500551.0 ], [ 105301.0, 500623.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 368.0, "TNODE_": 364.0, "LPOLY_": 9.0, "RPOLY_": 150.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104120.0, 500562.0 ], [ 103966.0, 500443.0 ], [ 103711.0, 500390.0 ], [ 103539.0, 500530.0 ], [ 103556.0, 500681.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 370.0, "TNODE_": 369.0, "LPOLY_": 9.0, "RPOLY_": 152.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105190.0, 500367.0 ], [ 105194.0, 500463.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 358.0, "TNODE_": 360.0, "LPOLY_": 145.0, "RPOLY_": 147.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106982.0, 501047.0 ], [ 107032.0, 500853.0 ], [ 107139.0, 500537.0 ], [ 107351.0, 500331.0 ], [ 107621.0, 500342.0 ], [ 107864.0, 500563.0 ], [ 108114.0, 500751.0 ], [ 108241.0, 500823.0 ], [ 108488.0, 500933.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 371.0, "TNODE_": 351.0, "LPOLY_": 9.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101925.0, 500130.0 ], [ 101958.0, 500140.0 ], [ 101977.0, 500237.0 ], [ 101940.0, 500422.0 ], [ 101921.0, 500555.0 ], [ 101966.0, 500745.0 ], [ 102099.0, 500947.0 ], [ 102260.0, 501387.0 ], [ 102246.0, 501455.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 372.0, "TNODE_": 370.0, "LPOLY_": 9.0, "RPOLY_": 153.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105331.0, 500116.0 ], [ 105330.0, 500135.0 ], [ 105187.0, 500292.0 ], [ 105190.0, 500367.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 373.0, "TNODE_": 372.0, "LPOLY_": 9.0, "RPOLY_": 157.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105338.0, 500032.0 ], [ 105331.0, 500116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 374.0, "TNODE_": 358.0, "LPOLY_": 9.0, "RPOLY_": 147.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107067.0, 500001.0 ], [ 106955.0, 500080.0 ], [ 106734.0, 500202.0 ], [ 106660.0, 500483.0 ], [ 106739.0, 500796.0 ], [ 106916.0, 501009.0 ], [ 106982.0, 501047.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 367.0, "TNODE_": 375.0, "LPOLY_": 9.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102814.0, 500567.0 ], [ 102813.0, 500541.0 ], [ 102602.0, 500438.0 ], [ 102545.0, 500447.0 ], [ 102444.0, 500495.0 ], [ 102398.0, 500617.0 ], [ 102330.0, 500682.0 ], [ 102330.0, 500502.0 ], [ 102353.0, 500273.0 ], [ 102155.0, 500103.0 ], [ 101967.0, 499991.0 ], [ 101951.0, 499972.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 366.0, "TNODE_": 376.0, "LPOLY_": 9.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105301.0, 500623.0 ], [ 105411.0, 500700.0 ], [ 105696.0, 500635.0 ], [ 105828.0, 500439.0 ], [ 105867.0, 500112.0 ], [ 105894.0, 499860.0 ], [ 105900.0, 499853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 377.0, "TNODE_": 374.0, "LPOLY_": 154.0, "RPOLY_": 147.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109278.0, 499837.0 ], [ 108970.0, 499977.0 ], [ 108771.0, 500103.0 ], [ 108616.0, 500229.0 ], [ 108408.0, 500361.0 ], [ 108105.0, 500348.0 ], [ 107835.0, 500244.0 ], [ 107603.0, 500109.0 ], [ 107326.0, 500022.0 ], [ 107067.0, 500001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 378.0, "TNODE_": 374.0, "LPOLY_": 9.0, "RPOLY_": 154.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107291.0, 499811.0 ], [ 107218.0, 499894.0 ], [ 107067.0, 500001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 61.0, "FNODE_": 379.0, "TNODE_": 373.0, "LPOLY_": 159.0, "RPOLY_": 157.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105138.0, 499707.0 ], [ 105246.0, 499724.0 ], [ 105411.0, 499739.0 ], [ 105471.0, 499829.0 ], [ 105455.0, 499959.0 ], [ 105338.0, 500032.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 379.0, "TNODE_": 373.0, "LPOLY_": 9.0, "RPOLY_": 159.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105138.0, 499707.0 ], [ 105185.0, 499829.0 ], [ 105341.0, 499990.0 ], [ 105338.0, 500032.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 380.0, "TNODE_": 378.0, "LPOLY_": 156.0, "RPOLY_": 154.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109269.0, 499465.0 ], [ 108994.0, 499588.0 ], [ 108765.0, 499830.0 ], [ 108626.0, 500079.0 ], [ 108459.0, 500234.0 ], [ 108318.0, 500307.0 ], [ 108164.0, 500241.0 ], [ 107981.0, 500067.0 ], [ 107637.0, 499879.0 ], [ 107291.0, 499811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 375.0, "TNODE_": 381.0, "LPOLY_": 9.0, "RPOLY_": 158.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101951.0, 499972.0 ], [ 101921.0, 499936.0 ], [ 102046.0, 499915.0 ], [ 102420.0, 500037.0 ], [ 102611.0, 500003.0 ], [ 102719.0, 499857.0 ], [ 102807.0, 499640.0 ], [ 102762.0, 499431.0 ], [ 102714.0, 499312.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 381.0, "TNODE_": 375.0, "LPOLY_": 137.0, "RPOLY_": 158.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102714.0, 499312.0 ], [ 102598.0, 499366.0 ], [ 102541.0, 499455.0 ], [ 102552.0, 499541.0 ], [ 102651.0, 499641.0 ], [ 102662.0, 499848.0 ], [ 102554.0, 499969.0 ], [ 102335.0, 499963.0 ], [ 102063.0, 499829.0 ], [ 101882.0, 499803.0 ], [ 101828.0, 499840.0 ], [ 101848.0, 499901.0 ], [ 101951.0, 499972.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 60.0, "FNODE_": 382.0, "TNODE_": 372.0, "LPOLY_": 157.0, "RPOLY_": 153.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105105.0, 499228.0 ], [ 105172.0, 499405.0 ], [ 105313.0, 499605.0 ], [ 105474.0, 499703.0 ], [ 105496.0, 499919.0 ], [ 105447.0, 500040.0 ], [ 105331.0, 500116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 382.0, "TNODE_": 379.0, "LPOLY_": 9.0, "RPOLY_": 157.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105105.0, 499228.0 ], [ 105113.0, 499270.0 ], [ 105103.0, 499613.0 ], [ 105138.0, 499707.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 381.0, "TNODE_": 383.0, "LPOLY_": 9.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102714.0, 499312.0 ], [ 102668.0, 499200.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 383.0, "TNODE_": 371.0, "LPOLY_": 155.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102668.0, 499200.0 ], [ 102495.0, 499251.0 ], [ 102314.0, 499402.0 ], [ 102275.0, 499529.0 ], [ 102488.0, 499616.0 ], [ 102608.0, 499710.0 ], [ 102540.0, 499882.0 ], [ 102297.0, 499830.0 ], [ 101944.0, 499696.0 ], [ 101768.0, 499736.0 ], [ 101740.0, 499838.0 ], [ 101850.0, 499965.0 ], [ 101917.0, 499997.0 ], [ 101925.0, 500130.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 384.0, "TNODE_": 384.0, "LPOLY_": 9.0, "RPOLY_": 161.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100285.0, 499088.0 ], [ 100269.0, 499229.0 ], [ 100342.0, 499386.0 ], [ 100481.0, 499527.0 ], [ 100537.0, 499698.0 ], [ 100599.0, 499777.0 ], [ 100630.0, 499639.0 ], [ 100603.0, 499355.0 ], [ 100559.0, 499163.0 ], [ 100387.0, 499059.0 ], [ 100285.0, 499088.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 387.0, "TNODE_": 386.0, "LPOLY_": 163.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 498940.0 ], [ 103087.0, 498947.0 ], [ 103193.0, 498946.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 387.0, "TNODE_": 386.0, "LPOLY_": 9.0, "RPOLY_": 163.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 498940.0 ], [ 102980.0, 499064.0 ], [ 103026.0, 499120.0 ], [ 103144.0, 499084.0 ], [ 103193.0, 498946.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 383.0, "TNODE_": 387.0, "LPOLY_": 9.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102668.0, 499200.0 ], [ 102661.0, 499182.0 ], [ 102707.0, 499035.0 ], [ 102806.0, 498939.0 ], [ 102938.0, 498897.0 ], [ 102977.0, 498940.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 385.0, "TNODE_": 388.0, "LPOLY_": 162.0, "RPOLY_": 156.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109259.0, 499001.0 ], [ 109050.0, 498994.0 ], [ 108839.0, 499139.0 ], [ 108626.0, 499316.0 ], [ 108382.0, 499383.0 ], [ 108065.0, 499334.0 ], [ 107763.0, 499106.0 ], [ 107537.0, 498823.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 388.0, "TNODE_": 378.0, "LPOLY_": 9.0, "RPOLY_": 156.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107537.0, 498823.0 ], [ 107568.0, 499074.0 ], [ 107576.0, 499363.0 ], [ 107479.0, 499596.0 ], [ 107291.0, 499811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 386.0, "TNODE_": 389.0, "LPOLY_": 9.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103193.0, 498946.0 ], [ 103230.0, 498840.0 ], [ 103209.0, 498753.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 376.0, "TNODE_": 390.0, "LPOLY_": 9.0, "RPOLY_": 160.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105900.0, 499853.0 ], [ 106033.0, 499686.0 ], [ 106302.0, 499458.0 ], [ 106378.0, 499123.0 ], [ 106247.0, 498803.0 ], [ 106274.0, 498654.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 391.0, "TNODE_": 389.0, "LPOLY_": 155.0, "RPOLY_": 165.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102704.0, 498630.0 ], [ 102929.0, 498723.0 ], [ 103066.0, 498745.0 ], [ 103209.0, 498753.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 392.0, "TNODE_": 392.0, "LPOLY_": 155.0, "RPOLY_": 164.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101848.0, 498614.0 ], [ 101824.0, 498642.0 ], [ 101820.0, 498770.0 ], [ 101887.0, 498965.0 ], [ 101976.0, 499060.0 ], [ 102114.0, 499011.0 ], [ 102200.0, 498949.0 ], [ 102277.0, 498825.0 ], [ 102199.0, 498695.0 ], [ 102057.0, 498576.0 ], [ 101947.0, 498566.0 ], [ 101848.0, 498614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 389.0, "TNODE_": 391.0, "LPOLY_": 9.0, "RPOLY_": 165.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103209.0, 498753.0 ], [ 103188.0, 498667.0 ], [ 102923.0, 498550.0 ], [ 102750.0, 498508.0 ], [ 102697.0, 498613.0 ], [ 102704.0, 498630.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 391.0, "TNODE_": 393.0, "LPOLY_": 9.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102704.0, 498630.0 ], [ 102761.0, 498756.0 ], [ 102678.0, 498766.0 ], [ 102475.0, 498507.0 ], [ 102462.0, 498467.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 394.0, "TNODE_": 394.0, "LPOLY_": 160.0, "RPOLY_": 166.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105803.0, 498400.0 ], [ 105787.0, 498525.0 ], [ 105865.0, 498695.0 ], [ 106063.0, 498695.0 ], [ 106106.0, 498628.0 ], [ 106019.0, 498539.0 ], [ 105932.0, 498425.0 ], [ 105858.0, 498401.0 ], [ 105803.0, 498400.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 393.0, "TNODE_": 395.0, "LPOLY_": 9.0, "RPOLY_": 167.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102462.0, 498467.0 ], [ 102429.0, 498364.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 390.0, "TNODE_": 396.0, "LPOLY_": 9.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106274.0, 498654.0 ], [ 106281.0, 498613.0 ], [ 106350.0, 498350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 396.0, "TNODE_": 397.0, "LPOLY_": 9.0, "RPOLY_": 162.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106350.0, 498350.0 ], [ 106355.0, 498331.0 ], [ 106353.0, 498211.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 399.0, "TNODE_": 393.0, "LPOLY_": 155.0, "RPOLY_": 167.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101745.0, 498086.0 ], [ 101969.0, 498275.0 ], [ 102190.0, 498374.0 ], [ 102317.0, 498422.0 ], [ 102462.0, 498467.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 399.0, "TNODE_": 371.0, "LPOLY_": 9.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101745.0, 498086.0 ], [ 101706.0, 498117.0 ], [ 101560.0, 498071.0 ], [ 101416.0, 498127.0 ], [ 101327.0, 498287.0 ], [ 101282.0, 498592.0 ], [ 101252.0, 498948.0 ], [ 101189.0, 499200.0 ], [ 101196.0, 499385.0 ], [ 101286.0, 499623.0 ], [ 101399.0, 499809.0 ], [ 101457.0, 500056.0 ], [ 101529.0, 500218.0 ], [ 101574.0, 500283.0 ], [ 101648.0, 500311.0 ], [ 101686.0, 500193.0 ], [ 101757.0, 500122.0 ], [ 101828.0, 500103.0 ], [ 101925.0, 500130.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 400.0, "TNODE_": 395.0, "LPOLY_": 167.0, "RPOLY_": 169.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101808.0, 498036.0 ], [ 102086.0, 498215.0 ], [ 102282.0, 498317.0 ], [ 102429.0, 498364.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 400.0, "TNODE_": 399.0, "LPOLY_": 9.0, "RPOLY_": 167.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101808.0, 498036.0 ], [ 101745.0, 498086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 397.0, "TNODE_": 401.0, "LPOLY_": 9.0, "RPOLY_": 170.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106353.0, 498211.0 ], [ 106350.0, 498078.0 ], [ 106360.0, 497965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 402.0, "TNODE_": 388.0, "LPOLY_": 9.0, "RPOLY_": 162.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107065.0, 497932.0 ], [ 107085.0, 497942.0 ], [ 107298.0, 498118.0 ], [ 107446.0, 498381.0 ], [ 107536.0, 498811.0 ], [ 107537.0, 498823.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 404.0, "TNODE_": 403.0, "LPOLY_": 169.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101870.0, 497865.0 ], [ 101866.0, 497869.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 405.0, "TNODE_": 404.0, "LPOLY_": 169.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101881.0, 497853.0 ], [ 101870.0, 497865.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 406.0, "TNODE_": 402.0, "LPOLY_": 9.0, "RPOLY_": 170.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106892.0, 497842.0 ], [ 107065.0, 497932.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 400.0, "TNODE_": 405.0, "LPOLY_": 169.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101808.0, 498036.0 ], [ 101861.0, 498029.0 ], [ 101901.0, 498027.0 ], [ 101929.0, 498053.0 ], [ 101955.0, 498057.0 ], [ 101974.0, 498057.0 ], [ 102005.0, 498048.0 ], [ 102083.0, 498001.0 ], [ 102102.0, 497988.0 ], [ 102102.0, 497979.0 ], [ 102107.0, 497961.0 ], [ 102098.0, 497927.0 ], [ 102076.0, 497896.0 ], [ 102074.0, 497881.0 ], [ 102052.0, 497842.0 ], [ 102015.0, 497831.0 ], [ 101961.0, 497838.0 ], [ 101909.0, 497838.0 ], [ 101894.0, 497844.0 ], [ 101885.0, 497849.0 ], [ 101881.0, 497853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 401.0, "TNODE_": 406.0, "LPOLY_": 9.0, "RPOLY_": 171.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106360.0, 497965.0 ], [ 106364.0, 497924.0 ], [ 106512.0, 497767.0 ], [ 106743.0, 497793.0 ], [ 106892.0, 497842.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 390.0, "TNODE_": 376.0, "LPOLY_": 149.0, "RPOLY_": 160.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106274.0, 498654.0 ], [ 106134.0, 498509.0 ], [ 106034.0, 498213.0 ], [ 106066.0, 497920.0 ], [ 105950.0, 497708.0 ], [ 105787.0, 497771.0 ], [ 105556.0, 498012.0 ], [ 105491.0, 498328.0 ], [ 105544.0, 498628.0 ], [ 105767.0, 498720.0 ], [ 105997.0, 498729.0 ], [ 106142.0, 498777.0 ], [ 106137.0, 498918.0 ], [ 105950.0, 498953.0 ], [ 105805.0, 498978.0 ], [ 105711.0, 499246.0 ], [ 105801.0, 499459.0 ], [ 105839.0, 499692.0 ], [ 105900.0, 499853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 55.0, "FNODE_": 406.0, "TNODE_": 401.0, "LPOLY_": 170.0, "RPOLY_": 171.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106892.0, 497842.0 ], [ 106792.0, 497680.0 ], [ 106671.0, 497576.0 ], [ 106483.0, 497561.0 ], [ 106321.0, 497691.0 ], [ 106310.0, 497850.0 ], [ 106360.0, 497965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 402.0, "TNODE_": 397.0, "LPOLY_": 162.0, "RPOLY_": 170.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107065.0, 497932.0 ], [ 106916.0, 497790.0 ], [ 106815.0, 497612.0 ], [ 106695.0, 497499.0 ], [ 106457.0, 497368.0 ], [ 106278.0, 497478.0 ], [ 106237.0, 497764.0 ], [ 106261.0, 497973.0 ], [ 106353.0, 498211.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 407.0, "TNODE_": 382.0, "LPOLY_": 9.0, "RPOLY_": 153.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104785.0, 497305.0 ], [ 104793.0, 497310.0 ], [ 104905.0, 497550.0 ], [ 104764.0, 497782.0 ], [ 104521.0, 497982.0 ], [ 104450.0, 498130.0 ], [ 104512.0, 498383.0 ], [ 104775.0, 498707.0 ], [ 105050.0, 498956.0 ], [ 105105.0, 499228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 398.0, "TNODE_": 396.0, "LPOLY_": 149.0, "RPOLY_": 162.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109241.0, 498177.0 ], [ 108999.0, 498286.0 ], [ 108791.0, 498596.0 ], [ 108662.0, 498828.0 ], [ 108377.0, 499028.0 ], [ 108015.0, 498965.0 ], [ 107741.0, 498695.0 ], [ 107599.0, 498413.0 ], [ 107449.0, 498170.0 ], [ 107269.0, 497978.0 ], [ 107089.0, 497801.0 ], [ 106864.0, 497549.0 ], [ 106678.0, 497350.0 ], [ 106486.0, 497199.0 ], [ 106279.0, 497210.0 ], [ 106192.0, 497389.0 ], [ 106180.0, 497772.0 ], [ 106219.0, 498070.0 ], [ 106350.0, 498350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 408.0, "TNODE_": 407.0, "LPOLY_": 9.0, "RPOLY_": 174.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104391.0, 497073.0 ], [ 104785.0, 497305.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 409.0, "TNODE_": 408.0, "LPOLY_": 177.0, "RPOLY_": 174.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104353.0, 497008.0 ], [ 104391.0, 497073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 411.0, "TNODE_": 410.0, "LPOLY_": 168.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109211.0, 496804.0 ], [ 109017.0, 496913.0 ], [ 108785.0, 497039.0 ], [ 108588.0, 497374.0 ], [ 108450.0, 497834.0 ], [ 108385.0, 498160.0 ], [ 108176.0, 498390.0 ], [ 107863.0, 498241.0 ], [ 107514.0, 498055.0 ], [ 106994.0, 497493.0 ], [ 106826.0, 497192.0 ], [ 106753.0, 496983.0 ], [ 106757.0, 496889.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 410.0, "TNODE_": 412.0, "LPOLY_": 168.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106757.0, 496889.0 ], [ 106762.0, 496790.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 413.0, "TNODE_": 366.0, "LPOLY_": 151.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105022.0, 496781.0 ], [ 105237.0, 497176.0 ], [ 105335.0, 497615.0 ], [ 105366.0, 498000.0 ], [ 105307.0, 498392.0 ], [ 105398.0, 498697.0 ], [ 105664.0, 498778.0 ], [ 105943.0, 498825.0 ], [ 106077.0, 498853.0 ], [ 106023.0, 498920.0 ], [ 105797.0, 498901.0 ], [ 105513.0, 498980.0 ], [ 105377.0, 499140.0 ], [ 105394.0, 499357.0 ], [ 105541.0, 499598.0 ], [ 105643.0, 499825.0 ], [ 105586.0, 500027.0 ], [ 105458.0, 500159.0 ], [ 105319.0, 500357.0 ], [ 105295.0, 500449.0 ], [ 105301.0, 500623.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 415.0, "TNODE_": 369.0, "LPOLY_": 152.0, "RPOLY_": 151.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104866.0, 496780.0 ], [ 105089.0, 497037.0 ], [ 105242.0, 497359.0 ], [ 105257.0, 497653.0 ], [ 105144.0, 497877.0 ], [ 104977.0, 498046.0 ], [ 105040.0, 498308.0 ], [ 105201.0, 498617.0 ], [ 105393.0, 498833.0 ], [ 105485.0, 498927.0 ], [ 105319.0, 499111.0 ], [ 105303.0, 499270.0 ], [ 105339.0, 499408.0 ], [ 105467.0, 499634.0 ], [ 105546.0, 499752.0 ], [ 105589.0, 499932.0 ], [ 105402.0, 500204.0 ], [ 105262.0, 500351.0 ], [ 105194.0, 500463.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 414.0, "TNODE_": 416.0, "LPOLY_": 9.0, "RPOLY_": 178.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100246.0, 496780.0 ], [ 100279.0, 496850.0 ], [ 100363.0, 496975.0 ], [ 100446.0, 497026.0 ], [ 100517.0, 497018.0 ], [ 100543.0, 496936.0 ], [ 100514.0, 496840.0 ], [ 100508.0, 496780.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 417.0, "TNODE_": 403.0, "LPOLY_": 9.0, "RPOLY_": 172.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101055.0, 496779.0 ], [ 101242.0, 496920.0 ], [ 101407.0, 497215.0 ], [ 101516.0, 497508.0 ], [ 101619.0, 497764.0 ], [ 101714.0, 497946.0 ], [ 101818.0, 497904.0 ], [ 101866.0, 497869.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 59.0, "FNODE_": 418.0, "TNODE_": 370.0, "LPOLY_": 153.0, "RPOLY_": 152.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 496779.0 ], [ 104691.0, 496985.0 ], [ 104931.0, 497222.0 ], [ 105040.0, 497554.0 ], [ 104895.0, 497843.0 ], [ 104773.0, 498114.0 ], [ 104949.0, 498404.0 ], [ 105066.0, 498623.0 ], [ 105225.0, 498806.0 ], [ 105221.0, 499018.0 ], [ 105210.0, 499233.0 ], [ 105267.0, 499396.0 ], [ 105369.0, 499541.0 ], [ 105467.0, 499651.0 ], [ 105547.0, 499838.0 ], [ 105497.0, 500021.0 ], [ 105321.0, 500204.0 ], [ 105190.0, 500367.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 421.0, "TNODE_": 407.0, "LPOLY_": 174.0, "RPOLY_": 153.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104449.0, 496778.0 ], [ 104517.0, 496929.0 ], [ 104586.0, 497023.0 ], [ 104622.0, 497068.0 ], [ 104693.0, 497173.0 ], [ 104785.0, 497305.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 422.0, "TNODE_": 409.0, "LPOLY_": 177.0, "RPOLY_": 174.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104277.0, 496777.0 ], [ 104299.0, 496893.0 ], [ 104326.0, 496960.0 ], [ 104353.0, 497008.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 423.0, "TNODE_": 420.0, "LPOLY_": 175.0, "RPOLY_": 173.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101836.0, 496777.0 ], [ 101819.0, 496956.0 ], [ 101821.0, 497084.0 ], [ 101775.0, 497221.0 ], [ 101682.0, 497215.0 ], [ 101514.0, 497078.0 ], [ 101318.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 424.0, "TNODE_": 419.0, "LPOLY_": 173.0, "RPOLY_": 172.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101938.0, 496777.0 ], [ 101948.0, 496852.0 ], [ 101925.0, 496952.0 ], [ 101915.0, 497033.0 ], [ 101874.0, 497196.0 ], [ 101862.0, 497265.0 ], [ 101840.0, 497320.0 ], [ 101801.0, 497433.0 ], [ 101764.0, 497478.0 ], [ 101665.0, 497379.0 ], [ 101527.0, 497200.0 ], [ 101421.0, 497072.0 ], [ 101334.0, 496957.0 ], [ 101279.0, 496879.0 ], [ 101201.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 425.0, "TNODE_": 403.0, "LPOLY_": 172.0, "RPOLY_": 169.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102033.0, 496777.0 ], [ 102006.0, 496921.0 ], [ 101960.0, 497114.0 ], [ 101935.0, 497309.0 ], [ 101914.0, 497389.0 ], [ 101904.0, 497545.0 ], [ 101885.0, 497737.0 ], [ 101866.0, 497869.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 426.0, "TNODE_": 408.0, "LPOLY_": 9.0, "RPOLY_": 177.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104050.0, 496776.0 ], [ 104232.0, 496980.0 ], [ 104391.0, 497073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 395.0, "TNODE_": 427.0, "LPOLY_": 9.0, "RPOLY_": 169.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102429.0, 498364.0 ], [ 102385.0, 498224.0 ], [ 102258.0, 497875.0 ], [ 102204.0, 497620.0 ], [ 102278.0, 497443.0 ], [ 102195.0, 497297.0 ], [ 102060.0, 497349.0 ], [ 101996.0, 497197.0 ], [ 102055.0, 496973.0 ], [ 102110.0, 496971.0 ], [ 102264.0, 497188.0 ], [ 102436.0, 497337.0 ], [ 102535.0, 497510.0 ], [ 102628.0, 497375.0 ], [ 102639.0, 497118.0 ], [ 102628.0, 496943.0 ], [ 102652.0, 496775.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 428.0, "TNODE_": 429.0, "LPOLY_": 9.0, "RPOLY_": 176.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 496775.0 ], [ 103150.0, 496930.0 ], [ 103286.0, 497116.0 ], [ 103456.0, 497196.0 ], [ 103571.0, 497163.0 ], [ 103470.0, 496959.0 ], [ 103496.0, 496856.0 ], [ 103571.0, 496774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104134.0, 523261.0 ], [ 104249.0, 523079.0 ], [ 104452.0, 522784.0 ], [ 104656.0, 522502.0 ], [ 104920.0, 522152.0 ], [ 105149.0, 521835.0 ], [ 104793.0, 522085.0 ], [ 104504.0, 522302.0 ], [ 104285.0, 522562.0 ], [ 104088.0, 522808.0 ], [ 104092.0, 522861.0 ], [ 104119.0, 523051.0 ], [ 104134.0, 523261.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108510.0, 522164.0 ], [ 108401.0, 521805.0 ], [ 108198.0, 521608.0 ], [ 107913.0, 521474.0 ], [ 107751.0, 521444.0 ], [ 107368.0, 521444.0 ], [ 107280.0, 521438.0 ], [ 107025.0, 521468.0 ], [ 106921.0, 521474.0 ], [ 106650.0, 521496.0 ], [ 106557.0, 521510.0 ], [ 106672.0, 521531.0 ], [ 107009.0, 521556.0 ], [ 107113.0, 521567.0 ], [ 107294.0, 521625.0 ], [ 107335.0, 521660.0 ], [ 107387.0, 521688.0 ], [ 107601.0, 521753.0 ], [ 107782.0, 521786.0 ], [ 107971.0, 521868.0 ], [ 108510.0, 522164.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107956.0, 521123.0 ], [ 107828.0, 520964.0 ], [ 107675.0, 520828.0 ], [ 107457.0, 520875.0 ], [ 107206.0, 520935.0 ], [ 106948.0, 521016.0 ], [ 106638.0, 521111.0 ], [ 106395.0, 521229.0 ], [ 106669.0, 521182.0 ], [ 106909.0, 521130.0 ], [ 107320.0, 521113.0 ], [ 107538.0, 521039.0 ], [ 107730.0, 521034.0 ], [ 107956.0, 521123.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103973.0, 521909.0 ], [ 104249.0, 521668.0 ], [ 104518.0, 521442.0 ], [ 104915.0, 521165.0 ], [ 105380.0, 520892.0 ], [ 105997.0, 520538.0 ], [ 106734.0, 520186.0 ], [ 106677.0, 520156.0 ], [ 106546.0, 520069.0 ], [ 106510.0, 519863.0 ], [ 106557.0, 519730.0 ], [ 106454.0, 519517.0 ], [ 106370.0, 519327.0 ], [ 106315.0, 519004.0 ], [ 106386.0, 519016.0 ], [ 106418.0, 518980.0 ], [ 106420.0, 518807.0 ], [ 106419.0, 518711.0 ], [ 106436.0, 518659.0 ], [ 106446.0, 518586.0 ], [ 106435.0, 518523.0 ], [ 106395.0, 518546.0 ], [ 106379.0, 518583.0 ], [ 106281.0, 518591.0 ], [ 106213.0, 518498.0 ], [ 106180.0, 518411.0 ], [ 106175.0, 518311.0 ], [ 106173.0, 518232.0 ], [ 106226.0, 518151.0 ], [ 106236.0, 517973.0 ], [ 106198.0, 517717.0 ], [ 106142.0, 517586.0 ], [ 106158.0, 517462.0 ], [ 106229.0, 517321.0 ], [ 106189.0, 517244.0 ], [ 106074.0, 517311.0 ], [ 106040.0, 517383.0 ], [ 106037.0, 517460.0 ], [ 106122.0, 517679.0 ], [ 106108.0, 517785.0 ], [ 106026.0, 517995.0 ], [ 106019.0, 518154.0 ], [ 106095.0, 518404.0 ], [ 106124.0, 518699.0 ], [ 106075.0, 518725.0 ], [ 106072.0, 518786.0 ], [ 106093.0, 518949.0 ], [ 106044.0, 519008.0 ], [ 106040.0, 519095.0 ], [ 106103.0, 519178.0 ], [ 106213.0, 519264.0 ], [ 106275.0, 519439.0 ], [ 106173.0, 519502.0 ], [ 105974.0, 519570.0 ], [ 105829.0, 519434.0 ], [ 105692.0, 519125.0 ], [ 105659.0, 518933.0 ], [ 105637.0, 518645.0 ], [ 105661.0, 518350.0 ], [ 105742.0, 517986.0 ], [ 105880.0, 517686.0 ], [ 105981.0, 517442.0 ], [ 106001.0, 517169.0 ], [ 105838.0, 517124.0 ], [ 105762.0, 517065.0 ], [ 105735.0, 517309.0 ], [ 105619.0, 517435.0 ], [ 105506.0, 517411.0 ], [ 105378.0, 517246.0 ], [ 105303.0, 516942.0 ], [ 105290.0, 516567.0 ], [ 105299.0, 516199.0 ], [ 105308.0, 515940.0 ], [ 105304.0, 515710.0 ], [ 103127.0, 515702.0 ], [ 103143.0, 515846.0 ], [ 103216.0, 516322.0 ], [ 103277.0, 516866.0 ], [ 103413.0, 517861.0 ], [ 103517.0, 518636.0 ], [ 103598.0, 519220.0 ], [ 103652.0, 518959.0 ], [ 103659.0, 518852.0 ], [ 103710.0, 518546.0 ], [ 103766.0, 518256.0 ], [ 103838.0, 517959.0 ], [ 103903.0, 517594.0 ], [ 103958.0, 517404.0 ], [ 104023.0, 517216.0 ], [ 104158.0, 517061.0 ], [ 104196.0, 517094.0 ], [ 104224.0, 517251.0 ], [ 104232.0, 517451.0 ], [ 104189.0, 517682.0 ], [ 104159.0, 517946.0 ], [ 104126.0, 518162.0 ], [ 104119.0, 518358.0 ], [ 104196.0, 518384.0 ], [ 104328.0, 518318.0 ], [ 104456.0, 518258.0 ], [ 104569.0, 518235.0 ], [ 104608.0, 518292.0 ], [ 104536.0, 518439.0 ], [ 104374.0, 518680.0 ], [ 104263.0, 518923.0 ], [ 104130.0, 519294.0 ], [ 104066.0, 519673.0 ], [ 104013.0, 520049.0 ], [ 104020.0, 520427.0 ], [ 104056.0, 520816.0 ], [ 104066.0, 521076.0 ], [ 104031.0, 521490.0 ], [ 103973.0, 521909.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106932.0, 522348.0 ], [ 107072.0, 522314.0 ], [ 107100.0, 522163.0 ], [ 106975.0, 522031.0 ], [ 106786.0, 521905.0 ], [ 106540.0, 521788.0 ], [ 106060.0, 521478.0 ], [ 105860.0, 521442.0 ], [ 105769.0, 521557.0 ], [ 105854.0, 521737.0 ], [ 105986.0, 521890.0 ], [ 106293.0, 522075.0 ], [ 106549.0, 522226.0 ], [ 106770.0, 522307.0 ], [ 106932.0, 522348.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106304.0, 524801.0 ], [ 106438.0, 524751.0 ], [ 106486.0, 524679.0 ], [ 106521.0, 524401.0 ], [ 106552.0, 524088.0 ], [ 106570.0, 523818.0 ], [ 106668.0, 523488.0 ], [ 106809.0, 523222.0 ], [ 106910.0, 523010.0 ], [ 106861.0, 522963.0 ], [ 106655.0, 522949.0 ], [ 106371.0, 522995.0 ], [ 106066.0, 523085.0 ], [ 105717.0, 523078.0 ], [ 105398.0, 523119.0 ], [ 105348.0, 523274.0 ], [ 105418.0, 523440.0 ], [ 105533.0, 523611.0 ], [ 105632.0, 523799.0 ], [ 105738.0, 524016.0 ], [ 105933.0, 524446.0 ], [ 106128.0, 524696.0 ], [ 106304.0, 524801.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_int.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_int.geojson new file mode 100644 index 0000000..37b375f --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_int.geojson @@ -0,0 +1,226 @@ +{ +"type": "FeatureCollection", +"name": "DS11_int", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 7.0, "TNODE_": 5.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105704.0, 515677.0 ], [ 105765.0, 515712.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 9.0, "TNODE_": 7.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105621.0, 515631.0 ], [ 105704.0, 515677.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 10.0, "TNODE_": 9.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105582.0, 515610.0 ], [ 105621.0, 515631.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 12.0, "TNODE_": 11.0, "LPOLY_": 6.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105622.0, 515504.0 ], [ 105944.0, 515582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 20.0, "TNODE_": 6.0, "LPOLY_": 8.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103536.0, 514867.0 ], [ 103612.0, 515009.0 ], [ 103568.0, 515226.0 ], [ 103444.0, 515267.0 ], [ 103305.0, 515259.0 ], [ 103208.0, 515334.0 ], [ 103210.0, 515440.0 ], [ 103433.0, 515580.0 ], [ 103833.0, 515488.0 ], [ 104133.0, 515351.0 ], [ 104924.0, 515638.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 20.0, "TNODE_": 8.0, "LPOLY_": 9.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103536.0, 514867.0 ], [ 103467.0, 514976.0 ], [ 103264.0, 515095.0 ], [ 103028.0, 515178.0 ], [ 102808.0, 515320.0 ], [ 102706.0, 515475.0 ], [ 102676.0, 515640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 15.0, "TNODE_": 13.0, "LPOLY_": 6.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107870.0, 515360.0 ], [ 107787.0, 515434.0 ], [ 107656.0, 515510.0 ], [ 107439.0, 515496.0 ], [ 107173.0, 515408.0 ], [ 106990.0, 515385.0 ], [ 106626.0, 515245.0 ], [ 106319.0, 514887.0 ], [ 106120.0, 514582.0 ], [ 105980.0, 514341.0 ], [ 105554.0, 514122.0 ], [ 105263.0, 514074.0 ], [ 105056.0, 514190.0 ], [ 104749.0, 514513.0 ], [ 104629.0, 514872.0 ], [ 104653.0, 515188.0 ], [ 104898.0, 515422.0 ], [ 105042.0, 515471.0 ], [ 105185.0, 515412.0 ], [ 105521.0, 515503.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 32.0, "TNODE_": 10.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105304.0, 513146.0 ], [ 105162.0, 513460.0 ], [ 105006.0, 513760.0 ], [ 104795.0, 513992.0 ], [ 104606.0, 514188.0 ], [ 104438.0, 514469.0 ], [ 104304.0, 514612.0 ], [ 104121.0, 514695.0 ], [ 104019.0, 514845.0 ], [ 104046.0, 514990.0 ], [ 104341.0, 515201.0 ], [ 104594.0, 515344.0 ], [ 104826.0, 515471.0 ], [ 104949.0, 515543.0 ], [ 105154.0, 515474.0 ], [ 105336.0, 515482.0 ], [ 105582.0, 515610.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 35.0, "TNODE_": 30.0, "LPOLY_": 25.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103548.0, 513102.0 ], [ 103782.0, 513088.0 ], [ 104012.0, 513072.0 ], [ 104077.0, 513145.0 ], [ 103913.0, 513363.0 ], [ 103656.0, 513445.0 ], [ 103428.0, 513505.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 37.0, "TNODE_": 24.0, "LPOLY_": 17.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105056.0, 512974.0 ], [ 105013.0, 513184.0 ], [ 104875.0, 513490.0 ], [ 104644.0, 513747.0 ], [ 104387.0, 514102.0 ], [ 104196.0, 514266.0 ], [ 103993.0, 514433.0 ], [ 103702.0, 514646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 56.0, "TNODE_": 57.0, "LPOLY_": 32.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104721.0, 512084.0 ], [ 104613.0, 512027.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 59.0, "TNODE_": 21.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106952.0, 511943.0 ], [ 106849.0, 512005.0 ], [ 106738.0, 512097.0 ], [ 106695.0, 512421.0 ], [ 106747.0, 512560.0 ], [ 106775.0, 512856.0 ], [ 106661.0, 513062.0 ], [ 106670.0, 513279.0 ], [ 106777.0, 513672.0 ], [ 106817.0, 514068.0 ], [ 106912.0, 514403.0 ], [ 107057.0, 514540.0 ], [ 107269.0, 514671.0 ], [ 107556.0, 514756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 60.0, "TNODE_": 53.0, "LPOLY_": 19.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105209.0, 511939.0 ], [ 105204.0, 511973.0 ], [ 105210.0, 512001.0 ], [ 105232.0, 512048.0 ], [ 105253.0, 512082.0 ], [ 105261.0, 512099.0 ], [ 105276.0, 512114.0 ], [ 105296.0, 512128.0 ], [ 105330.0, 512128.0 ], [ 105335.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 63.0, "TNODE_": 62.0, "LPOLY_": 31.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106915.0, 511805.0 ], [ 106866.0, 511842.0 ], [ 106781.0, 511810.0 ], [ 106728.0, 511811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 64.0, "TNODE_": 45.0, "LPOLY_": 31.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106655.0, 511787.0 ], [ 106559.0, 511791.0 ], [ 106398.0, 511809.0 ], [ 106130.0, 511766.0 ], [ 105963.0, 511810.0 ], [ 105857.0, 511971.0 ], [ 105803.0, 512147.0 ], [ 105729.0, 512350.0 ], [ 105618.0, 512531.0 ], [ 105571.0, 512640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 57.0, "TNODE_": 43.0, "LPOLY_": 32.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104613.0, 512027.0 ], [ 104538.0, 511988.0 ], [ 104275.0, 511840.0 ], [ 104062.0, 511694.0 ], [ 103949.0, 511613.0 ], [ 103858.0, 511616.0 ], [ 103847.0, 511725.0 ], [ 103939.0, 511901.0 ], [ 103960.0, 512129.0 ], [ 103884.0, 512482.0 ], [ 103666.0, 512761.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 67.0, "TNODE_": 41.0, "LPOLY_": 17.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106846.0, 511566.0 ], [ 106647.0, 511514.0 ], [ 106404.0, 511592.0 ], [ 106165.0, 511617.0 ], [ 105919.0, 511740.0 ], [ 105765.0, 511933.0 ], [ 105569.0, 512166.0 ], [ 105452.0, 512367.0 ], [ 105308.0, 512540.0 ], [ 105156.0, 512731.0 ], [ 105104.0, 512842.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 72.0, "TNODE_": 26.0, "LPOLY_": 19.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106786.0, 511297.0 ], [ 106633.0, 511380.0 ], [ 106382.0, 511411.0 ], [ 106078.0, 511500.0 ], [ 105771.0, 511737.0 ], [ 105532.0, 512046.0 ], [ 105429.0, 512256.0 ], [ 105257.0, 512449.0 ], [ 105144.0, 512584.0 ], [ 104962.0, 512812.0 ], [ 104861.0, 513035.0 ], [ 104695.0, 513356.0 ], [ 104506.0, 513641.0 ], [ 104248.0, 513851.0 ], [ 104051.0, 513948.0 ], [ 103746.0, 514117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 75.0, "TNODE_": 53.0, "LPOLY_": 37.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106853.0, 511058.0 ], [ 106604.0, 511124.0 ], [ 106176.0, 511221.0 ], [ 105810.0, 511376.0 ], [ 105552.0, 511636.0 ], [ 105400.0, 512047.0 ], [ 105335.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 80.0, "TNODE_": 40.0, "LPOLY_": 30.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106032.0, 510103.0 ], [ 106169.0, 510196.0 ], [ 106368.0, 510435.0 ], [ 106390.0, 510694.0 ], [ 106217.0, 510911.0 ], [ 105981.0, 511028.0 ], [ 105683.0, 511135.0 ], [ 105468.0, 511235.0 ], [ 105298.0, 511328.0 ], [ 105189.0, 511416.0 ], [ 105187.0, 511579.0 ], [ 105134.0, 511761.0 ], [ 105088.0, 511970.0 ], [ 105017.0, 512207.0 ], [ 104929.0, 512483.0 ], [ 104802.0, 512642.0 ], [ 104690.0, 512652.0 ], [ 104615.0, 512586.0 ], [ 104555.0, 512310.0 ], [ 104403.0, 512034.0 ], [ 104231.0, 511939.0 ], [ 104129.0, 511878.0 ], [ 104041.0, 511996.0 ], [ 104044.0, 512307.0 ], [ 103941.0, 512593.0 ], [ 103844.0, 512751.0 ], [ 103626.0, 512888.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 79.0, "TNODE_": 81.0, "LPOLY_": 32.0, "RPOLY_": 47.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104498.0, 510114.0 ], [ 104304.0, 510126.0 ], [ 104176.0, 510112.0 ], [ 104040.0, 510087.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 85.0, "TNODE_": 58.0, "LPOLY_": 32.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103768.0, 510011.0 ], [ 103605.0, 510062.0 ], [ 103568.0, 510316.0 ], [ 103613.0, 510623.0 ], [ 103753.0, 510917.0 ], [ 103876.0, 511270.0 ], [ 104016.0, 511525.0 ], [ 104238.0, 511738.0 ], [ 104365.0, 511819.0 ], [ 104537.0, 511939.0 ], [ 104697.0, 512015.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 89.0, "TNODE_": 73.0, "LPOLY_": 43.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108980.0, 509934.0 ], [ 108770.0, 510407.0 ], [ 108798.0, 510722.0 ], [ 108942.0, 510977.0 ], [ 109105.0, 511115.0 ], [ 109301.0, 511150.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 90.0, "TNODE_": 82.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103688.0, 509921.0 ], [ 103758.0, 509906.0 ], [ 103981.0, 509951.0 ], [ 104195.0, 510016.0 ], [ 104313.0, 510043.0 ], [ 104449.0, 510063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 91.0, "TNODE_": 90.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103564.0, 509824.0 ], [ 103563.0, 509857.0 ], [ 103545.0, 509896.0 ], [ 103552.0, 509924.0 ], [ 103552.0, 509956.0 ], [ 103560.0, 509971.0 ], [ 103574.0, 509978.0 ], [ 103602.0, 509971.0 ], [ 103627.0, 509949.0 ], [ 103688.0, 509921.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 93.0, "TNODE_": 38.0, "LPOLY_": 28.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106688.0, 509720.0 ], [ 106630.0, 509998.0 ], [ 106521.0, 510421.0 ], [ 106437.0, 510636.0 ], [ 106274.0, 510896.0 ], [ 106026.0, 511063.0 ], [ 105416.0, 511332.0 ], [ 105279.0, 511475.0 ], [ 105151.0, 511916.0 ], [ 105083.0, 512127.0 ], [ 104899.0, 512585.0 ], [ 104747.0, 512738.0 ], [ 104612.0, 512702.0 ], [ 104461.0, 512447.0 ], [ 104243.0, 512298.0 ], [ 104100.0, 512439.0 ], [ 103992.0, 512690.0 ], [ 103770.0, 512912.0 ], [ 103604.0, 512951.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 95.0, "TNODE_": 92.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103634.0, 509679.0 ], [ 103627.0, 509711.0 ], [ 103631.0, 509743.0 ], [ 103663.0, 509771.0 ], [ 103691.0, 509775.0 ], [ 103741.0, 509767.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 96.0, "TNODE_": 88.0, "LPOLY_": 54.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104047.0, 509570.0 ], [ 104144.0, 509636.0 ], [ 104290.0, 509721.0 ], [ 104408.0, 509803.0 ], [ 104472.0, 509839.0 ], [ 104511.0, 509903.0 ], [ 104516.0, 509969.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 97.0, "TNODE_": 84.0, "LPOLY_": 52.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105387.0, 509500.0 ], [ 105378.0, 509705.0 ], [ 105421.0, 509899.0 ], [ 105500.0, 510014.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 98.0, "TNODE_": 83.0, "LPOLY_": 51.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105473.0, 509450.0 ], [ 105497.0, 509676.0 ], [ 105571.0, 509849.0 ], [ 105613.0, 509934.0 ], [ 105673.0, 510028.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 60.0, "TNODE_": 99.0, "LPOLY_": 37.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105209.0, 511939.0 ], [ 105312.0, 511584.0 ], [ 105574.0, 511320.0 ], [ 105922.0, 511178.0 ], [ 106269.0, 511017.0 ], [ 106447.0, 510750.0 ], [ 106671.0, 510319.0 ], [ 106838.0, 509901.0 ], [ 106915.0, 509567.0 ], [ 106823.0, 509414.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 102.0, "TNODE_": 87.0, "LPOLY_": 50.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105728.0, 509300.0 ], [ 105738.0, 509486.0 ], [ 105720.0, 509670.0 ], [ 105800.0, 509869.0 ], [ 105886.0, 509984.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 103.0, "TNODE_": 86.0, "LPOLY_": 49.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104258.0, 509255.0 ], [ 104158.0, 509287.0 ], [ 104030.0, 509354.0 ], [ 104001.0, 509383.0 ], [ 103966.0, 509483.0 ], [ 103984.0, 509565.0 ], [ 104041.0, 509654.0 ], [ 104108.0, 509689.0 ], [ 104308.0, 509785.0 ], [ 104404.0, 509853.0 ], [ 104468.0, 509917.0 ], [ 104486.0, 509953.0 ], [ 104486.0, 509999.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 92.0, "TNODE_": 104.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103741.0, 509767.0 ], [ 103810.0, 509771.0 ], [ 103962.0, 509833.0 ], [ 104114.0, 509908.0 ], [ 104266.0, 509953.0 ], [ 104359.0, 510006.0 ], [ 104424.0, 509997.0 ], [ 104407.0, 509920.0 ], [ 104148.0, 509838.0 ], [ 103982.0, 509721.0 ], [ 103917.0, 509561.0 ], [ 103949.0, 509391.0 ], [ 104105.0, 509292.0 ], [ 104225.0, 509225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 105.0, "TNODE_": 106.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103716.0, 509214.0 ], [ 103702.0, 509207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 111.0, "TNODE_": 49.0, "LPOLY_": 35.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103298.0, 509077.0 ], [ 103353.0, 509232.0 ], [ 103467.0, 509424.0 ], [ 103549.0, 509543.0 ], [ 103547.0, 509700.0 ], [ 103520.0, 509973.0 ], [ 103442.0, 510183.0 ], [ 103402.0, 510381.0 ], [ 103310.0, 510580.0 ], [ 103326.0, 510809.0 ], [ 103508.0, 511015.0 ], [ 103607.0, 511282.0 ], [ 103713.0, 511645.0 ], [ 103809.0, 511938.0 ], [ 103838.0, 512239.0 ], [ 103726.0, 512504.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 112.0, "TNODE_": 105.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104365.0, 509071.0 ], [ 104178.0, 509098.0 ], [ 104044.0, 509123.0 ], [ 103929.0, 509181.0 ], [ 103859.0, 509200.0 ], [ 103795.0, 509212.0 ], [ 103725.0, 509219.0 ], [ 103716.0, 509214.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 113.0, "TNODE_": 107.0, "LPOLY_": 53.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103479.0, 509067.0 ], [ 103605.0, 509288.0 ], [ 103734.0, 509353.0 ], [ 103964.0, 509279.0 ], [ 104161.0, 509176.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 115.0, "TNODE_": 112.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104358.0, 509029.0 ], [ 104369.0, 509059.0 ], [ 104365.0, 509071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 114.0, "TNODE_": 116.0, "LPOLY_": 59.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104332.0, 509044.0 ], [ 104300.0, 508994.0 ], [ 104295.0, 508994.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 118.0, "TNODE_": 95.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103411.0, 508914.0 ], [ 103460.0, 509165.0 ], [ 103629.0, 509443.0 ], [ 103637.0, 509632.0 ], [ 103634.0, 509679.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 116.0, "TNODE_": 114.0, "LPOLY_": 59.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104295.0, 508994.0 ], [ 104175.0, 508984.0 ], [ 104026.0, 508902.0 ], [ 103829.0, 508865.0 ], [ 103741.0, 508934.0 ], [ 103700.0, 509031.0 ], [ 103745.0, 509119.0 ], [ 103922.0, 509111.0 ], [ 104013.0, 509074.0 ], [ 104146.0, 509070.0 ], [ 104288.0, 509061.0 ], [ 104334.0, 509050.0 ], [ 104332.0, 509044.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 122.0, "TNODE_": 91.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103318.0, 508837.0 ], [ 103352.0, 508970.0 ], [ 103393.0, 509161.0 ], [ 103528.0, 509388.0 ], [ 103592.0, 509566.0 ], [ 103564.0, 509824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 106.0, "TNODE_": 115.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103702.0, 509207.0 ], [ 103604.0, 509053.0 ], [ 103611.0, 508928.0 ], [ 103669.0, 508838.0 ], [ 103732.0, 508811.0 ], [ 103853.0, 508804.0 ], [ 103946.0, 508824.0 ], [ 104019.0, 508830.0 ], [ 104108.0, 508887.0 ], [ 104242.0, 508945.0 ], [ 104318.0, 508989.0 ], [ 104350.0, 509008.0 ], [ 104358.0, 509029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 124.0, "TNODE_": 128.0, "LPOLY_": 53.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104175.0, 508818.0 ], [ 103956.0, 508761.0 ], [ 103687.0, 508704.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 113.0, "TNODE_": 128.0, "LPOLY_": 58.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103479.0, 509067.0 ], [ 103469.0, 509042.0 ], [ 103457.0, 508979.0 ], [ 103453.0, 508921.0 ], [ 103459.0, 508883.0 ], [ 103476.0, 508833.0 ], [ 103526.0, 508763.0 ], [ 103578.0, 508724.0 ], [ 103612.0, 508711.0 ], [ 103635.0, 508705.0 ], [ 103664.0, 508701.0 ], [ 103687.0, 508704.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 129.0, "TNODE_": 100.0, "LPOLY_": 55.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106481.0, 508681.0 ], [ 106487.0, 508953.0 ], [ 106561.0, 509194.0 ], [ 106586.0, 509288.0 ], [ 106622.0, 509395.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 131.0, "TNODE_": 65.0, "LPOLY_": 41.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108463.0, 508671.0 ], [ 108433.0, 508870.0 ], [ 108286.0, 509163.0 ], [ 108140.0, 509439.0 ], [ 108092.0, 509691.0 ], [ 108191.0, 510032.0 ], [ 108286.0, 510424.0 ], [ 108382.0, 510794.0 ], [ 108520.0, 511158.0 ], [ 108742.0, 511469.0 ], [ 108880.0, 511638.0 ], [ 109016.0, 511773.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 118.0, "TNODE_": 132.0, "LPOLY_": 53.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103411.0, 508914.0 ], [ 103396.0, 508814.0 ], [ 103404.0, 508768.0 ], [ 103425.0, 508742.0 ], [ 103455.0, 508719.0 ], [ 103476.0, 508688.0 ], [ 103511.0, 508667.0 ], [ 103532.0, 508659.0 ], [ 103570.0, 508650.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 130.0, "TNODE_": 132.0, "LPOLY_": 49.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104426.0, 508681.0 ], [ 104145.0, 508689.0 ], [ 103730.0, 508649.0 ], [ 103570.0, 508650.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 134.0, "TNODE_": 136.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104314.0, 508629.0 ], [ 103850.0, 508611.0 ], [ 103545.0, 508554.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 137.0, "TNODE_": 69.0, "LPOLY_": 42.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108632.0, 508551.0 ], [ 108543.0, 508747.0 ], [ 108484.0, 508983.0 ], [ 108515.0, 509305.0 ], [ 108678.0, 509605.0 ], [ 108766.0, 509871.0 ], [ 108656.0, 510133.0 ], [ 108512.0, 510359.0 ], [ 108479.0, 510602.0 ], [ 108667.0, 510905.0 ], [ 109156.0, 511385.0 ], [ 109346.0, 511506.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 122.0, "TNODE_": 136.0, "LPOLY_": 49.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103318.0, 508837.0 ], [ 103308.0, 508807.0 ], [ 103304.0, 508761.0 ], [ 103306.0, 508721.0 ], [ 103327.0, 508682.0 ], [ 103362.0, 508640.0 ], [ 103392.0, 508625.0 ], [ 103436.0, 508579.0 ], [ 103450.0, 508556.0 ], [ 103488.0, 508543.0 ], [ 103515.0, 508545.0 ], [ 103545.0, 508554.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 117.0, "TNODE_": 135.0, "LPOLY_": 32.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103274.0, 508924.0 ], [ 103258.0, 508745.0 ], [ 103323.0, 508582.0 ], [ 103398.0, 508514.0 ], [ 103453.0, 508514.0 ], [ 103662.0, 508559.0 ], [ 103937.0, 508596.0 ], [ 104203.0, 508604.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 138.0, "TNODE_": 94.0, "LPOLY_": 43.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108803.0, 508501.0 ], [ 108733.0, 508739.0 ], [ 108608.0, 509041.0 ], [ 108679.0, 509321.0 ], [ 108856.0, 509538.0 ], [ 109009.0, 509686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 144.0, "TNODE_": 142.0, "LPOLY_": 67.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106198.0, 508012.0 ], [ 106067.0, 508099.0 ], [ 105997.0, 508218.0 ], [ 105954.0, 508333.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 154.0, "TNODE_": 152.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103974.0, 507647.0 ], [ 103961.0, 507653.0 ], [ 103951.0, 507662.0 ], [ 103950.0, 507674.0 ], [ 103960.0, 507679.0 ], [ 103965.0, 507674.0 ], [ 103985.0, 507663.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 151.0, "TNODE_": 158.0, "LPOLY_": 71.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104277.0, 507792.0 ], [ 104114.0, 507888.0 ], [ 103888.0, 507895.0 ], [ 103747.0, 507823.0 ], [ 103794.0, 507691.0 ], [ 103902.0, 507590.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 155.0, "TNODE_": 158.0, "LPOLY_": 65.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103820.0, 507636.0 ], [ 103846.0, 507611.0 ], [ 103871.0, 507584.0 ], [ 103902.0, 507570.0 ], [ 103911.0, 507573.0 ], [ 103911.0, 507582.0 ], [ 103902.0, 507590.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 155.0, "TNODE_": 159.0, "LPOLY_": 71.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103820.0, 507636.0 ], [ 103769.0, 507662.0 ], [ 103705.0, 507650.0 ], [ 103663.0, 507552.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 161.0, "TNODE_": 156.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103943.0, 507516.0 ], [ 103877.0, 507547.0 ], [ 103788.0, 507615.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 162.0, "TNODE_": 156.0, "LPOLY_": 71.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103722.0, 507506.0 ], [ 103715.0, 507519.0 ], [ 103710.0, 507544.0 ], [ 103708.0, 507576.0 ], [ 103723.0, 507591.0 ], [ 103743.0, 507617.0 ], [ 103758.0, 507622.0 ], [ 103779.0, 507622.0 ], [ 103788.0, 507615.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 163.0, "TNODE_": 148.0, "LPOLY_": 72.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103525.0, 507500.0 ], [ 103389.0, 507543.0 ], [ 103195.0, 507590.0 ], [ 103069.0, 507720.0 ], [ 102998.0, 507864.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 157.0, "TNODE_": 161.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103950.0, 507595.0 ], [ 103955.0, 507586.0 ], [ 103965.0, 507578.0 ], [ 103971.0, 507554.0 ], [ 103985.0, 507528.0 ], [ 103983.0, 507506.0 ], [ 103971.0, 507496.0 ], [ 103963.0, 507494.0 ], [ 103943.0, 507516.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 164.0, "TNODE_": 167.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103849.0, 507491.0 ], [ 103978.0, 507469.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 160.0, "TNODE_": 167.0, "LPOLY_": 75.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104008.0, 507541.0 ], [ 104020.0, 507528.0 ], [ 104015.0, 507489.0 ], [ 104010.0, 507479.0 ], [ 104000.0, 507471.0 ], [ 103990.0, 507467.0 ], [ 103978.0, 507469.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 163.0, "TNODE_": 169.0, "LPOLY_": 65.0, "RPOLY_": 72.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103525.0, 507500.0 ], [ 103552.0, 507492.0 ], [ 103577.0, 507462.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 164.0, "TNODE_": 171.0, "LPOLY_": 75.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103849.0, 507491.0 ], [ 103815.0, 507487.0 ], [ 103810.0, 507474.0 ], [ 103839.0, 507452.0 ], [ 103855.0, 507437.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 173.0, "TNODE_": 170.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103910.0, 507425.0 ], [ 103899.0, 507432.0 ], [ 103889.0, 507445.0 ], [ 103899.0, 507450.0 ], [ 103926.0, 507438.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 154.0, "TNODE_": 170.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103974.0, 507647.0 ], [ 103977.0, 507642.0 ], [ 104070.0, 507545.0 ], [ 104083.0, 507447.0 ], [ 103989.0, 507419.0 ], [ 103926.0, 507438.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 159.0, "TNODE_": 174.0, "LPOLY_": 71.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103663.0, 507552.0 ], [ 103658.0, 507534.0 ], [ 103668.0, 507499.0 ], [ 103691.0, 507467.0 ], [ 103715.0, 507439.0 ], [ 103730.0, 507408.0 ], [ 103728.0, 507394.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 162.0, "TNODE_": 175.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103722.0, 507506.0 ], [ 103781.0, 507390.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 179.0, "TNODE_": 169.0, "LPOLY_": 72.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103638.0, 507337.0 ], [ 103577.0, 507462.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 191.0, "TNODE_": 180.0, "LPOLY_": 72.0, "RPOLY_": 79.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103078.0, 507197.0 ], [ 103191.0, 507311.0 ], [ 103347.0, 507420.0 ], [ 103491.0, 507435.0 ], [ 103549.0, 507418.0 ], [ 103628.0, 507327.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 184.0, "TNODE_": 196.0, "LPOLY_": 82.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103550.0, 507263.0 ], [ 103571.0, 507257.0 ], [ 103601.0, 507226.0 ], [ 103621.0, 507194.0 ], [ 103624.0, 507152.0 ], [ 103618.0, 507144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 173.0, "TNODE_": 197.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103910.0, 507425.0 ], [ 103924.0, 507411.0 ], [ 104051.0, 507251.0 ], [ 104007.0, 507108.0 ], [ 103813.0, 507113.0 ], [ 103792.0, 507112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 181.0, "TNODE_": 198.0, "LPOLY_": 82.0, "RPOLY_": 79.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103623.0, 507321.0 ], [ 103464.0, 507371.0 ], [ 103264.0, 507284.0 ], [ 103179.0, 507194.0 ], [ 103128.0, 507103.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 185.0, "TNODE_": 199.0, "LPOLY_": 83.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103451.0, 507263.0 ], [ 103497.0, 507256.0 ], [ 103527.0, 507241.0 ], [ 103564.0, 507214.0 ], [ 103591.0, 507165.0 ], [ 103586.0, 507140.0 ], [ 103564.0, 507115.0 ], [ 103539.0, 507103.0 ], [ 103522.0, 507101.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 184.0, "TNODE_": 200.0, "LPOLY_": 83.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103550.0, 507263.0 ], [ 103418.0, 507295.0 ], [ 103276.0, 507245.0 ], [ 103215.0, 507165.0 ], [ 103189.0, 507093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 201.0, "TNODE_": 197.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103770.0, 507086.0 ], [ 103737.0, 507098.0 ], [ 103732.0, 507112.0 ], [ 103755.0, 507112.0 ], [ 103772.0, 507110.0 ], [ 103792.0, 507112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 202.0, "TNODE_": 199.0, "LPOLY_": 85.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103249.0, 507076.0 ], [ 103310.0, 507080.0 ], [ 103406.0, 507092.0 ], [ 103522.0, 507101.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 185.0, "TNODE_": 202.0, "LPOLY_": 85.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103451.0, 507263.0 ], [ 103293.0, 507212.0 ], [ 103241.0, 507166.0 ], [ 103249.0, 507076.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 200.0, "TNODE_": 196.0, "LPOLY_": 83.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103189.0, 507093.0 ], [ 103207.0, 507040.0 ], [ 103285.0, 506982.0 ], [ 103458.0, 507016.0 ], [ 103571.0, 507063.0 ], [ 103618.0, 507144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 212.0, "TNODE_": 204.0, "LPOLY_": 74.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103220.0, 506928.0 ], [ 103207.0, 506958.0 ], [ 103122.0, 507025.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 186.0, "TNODE_": 213.0, "LPOLY_": 74.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103686.0, 507233.0 ], [ 103644.0, 507175.0 ], [ 103573.0, 507017.0 ], [ 103435.0, 506957.0 ], [ 103292.0, 506903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 212.0, "TNODE_": 213.0, "LPOLY_": 82.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103220.0, 506928.0 ], [ 103227.0, 506916.0 ], [ 103242.0, 506901.0 ], [ 103263.0, 506894.0 ], [ 103292.0, 506903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 194.0, "TNODE_": 157.0, "LPOLY_": 74.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105947.0, 507158.0 ], [ 105682.0, 507065.0 ], [ 105466.0, 506866.0 ], [ 105337.0, 506713.0 ], [ 105127.0, 506721.0 ], [ 105150.0, 506878.0 ], [ 105160.0, 507142.0 ], [ 105046.0, 507348.0 ], [ 104774.0, 507416.0 ], [ 104404.0, 507393.0 ], [ 104262.0, 507561.0 ], [ 104141.0, 507743.0 ], [ 104052.0, 507808.0 ], [ 103980.0, 507818.0 ], [ 103848.0, 507765.0 ], [ 103820.0, 507692.0 ], [ 103940.0, 507601.0 ], [ 103950.0, 507595.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 220.0, "TNODE_": 219.0, "LPOLY_": 99.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102841.0, 506711.0 ], [ 102816.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 221.0, "TNODE_": 210.0, "LPOLY_": 90.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105984.0, 506693.0 ], [ 105931.0, 506773.0 ], [ 105934.0, 506850.0 ], [ 106018.0, 506925.0 ], [ 106075.0, 506944.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 223.0, "TNODE_": 207.0, "LPOLY_": 89.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105952.0, 506680.0 ], [ 105896.0, 506745.0 ], [ 105892.0, 506818.0 ], [ 105921.0, 506882.0 ], [ 105994.0, 506935.0 ], [ 106075.0, 506961.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 224.0, "TNODE_": 206.0, "LPOLY_": 87.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105887.0, 506653.0 ], [ 105866.0, 506791.0 ], [ 105926.0, 506902.0 ], [ 106002.0, 506952.0 ], [ 106076.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 225.0, "TNODE_": 203.0, "LPOLY_": 74.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105822.0, 506639.0 ], [ 105816.0, 506773.0 ], [ 105885.0, 506934.0 ], [ 105987.0, 507006.0 ], [ 106065.0, 507029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 226.0, "TNODE_": 218.0, "LPOLY_": 97.0, "RPOLY_": 96.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103662.0, 506618.0 ], [ 103711.0, 506687.0 ], [ 103774.0, 506756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 227.0, "TNODE_": 216.0, "LPOLY_": 96.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103672.0, 506605.0 ], [ 103755.0, 506674.0 ], [ 103807.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 228.0, "TNODE_": 152.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104062.0, 506598.0 ], [ 104258.0, 506968.0 ], [ 104417.0, 507066.0 ], [ 104573.0, 507084.0 ], [ 104595.0, 507158.0 ], [ 104392.0, 507181.0 ], [ 104265.0, 507289.0 ], [ 104160.0, 507477.0 ], [ 104042.0, 507634.0 ], [ 103985.0, 507663.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 201.0, "TNODE_": 229.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103770.0, 507086.0 ], [ 103861.0, 507030.0 ], [ 103928.0, 506977.0 ], [ 103957.0, 506589.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 234.0, "TNODE_": 171.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103435.0, 506541.0 ], [ 103367.0, 506670.0 ], [ 103437.0, 506805.0 ], [ 103602.0, 506901.0 ], [ 103775.0, 506934.0 ], [ 103809.0, 507010.0 ], [ 103668.0, 507104.0 ], [ 103662.0, 507150.0 ], [ 103786.0, 507155.0 ], [ 103994.0, 507150.0 ], [ 104005.0, 507252.0 ], [ 103924.0, 507380.0 ], [ 103855.0, 507437.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 237.0, "TNODE_": 146.0, "LPOLY_": 67.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106826.0, 506529.0 ], [ 106777.0, 506568.0 ], [ 106715.0, 506681.0 ], [ 106769.0, 506799.0 ], [ 106704.0, 506958.0 ], [ 106616.0, 507230.0 ], [ 106565.0, 507490.0 ], [ 106528.0, 507772.0 ], [ 106458.0, 507932.0 ], [ 106344.0, 507996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 232.0, "TNODE_": 238.0, "LPOLY_": 74.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104353.0, 506562.0 ], [ 104388.0, 506671.0 ], [ 104599.0, 506811.0 ], [ 104715.0, 506744.0 ], [ 104670.0, 506599.0 ], [ 104519.0, 506522.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 160.0, "TNODE_": 241.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104008.0, 507541.0 ], [ 103920.0, 507654.0 ], [ 103880.0, 507711.0 ], [ 103995.0, 507740.0 ], [ 104123.0, 507606.0 ], [ 104233.0, 507423.0 ], [ 104330.0, 507305.0 ], [ 104461.0, 507263.0 ], [ 104677.0, 507305.0 ], [ 104866.0, 507291.0 ], [ 104983.0, 507090.0 ], [ 105008.0, 506902.0 ], [ 104884.0, 506823.0 ], [ 104703.0, 506947.0 ], [ 104544.0, 506978.0 ], [ 104386.0, 506962.0 ], [ 104301.0, 506883.0 ], [ 104267.0, 506636.0 ], [ 104272.0, 506505.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 243.0, "TNODE_": 214.0, "LPOLY_": 94.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103710.0, 506492.0 ], [ 103740.0, 506522.0 ], [ 103797.0, 506569.0 ], [ 103838.0, 506651.0 ], [ 103856.0, 506769.0 ], [ 103845.0, 506776.0 ], [ 103827.0, 506783.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 244.0, "TNODE_": 143.0, "LPOLY_": 69.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106669.0, 506451.0 ], [ 106545.0, 506670.0 ], [ 106424.0, 507084.0 ], [ 106215.0, 507410.0 ], [ 105963.0, 507658.0 ], [ 105842.0, 507908.0 ], [ 105810.0, 508098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 245.0, "TNODE_": 237.0, "LPOLY_": 67.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106863.0, 506443.0 ], [ 106826.0, 506529.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 246.0, "TNODE_": 205.0, "LPOLY_": 88.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106566.0, 506425.0 ], [ 106478.0, 506518.0 ], [ 106433.0, 506596.0 ], [ 106408.0, 506726.0 ], [ 106350.0, 506880.0 ], [ 106258.0, 506978.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 252.0, "TNODE_": 147.0, "LPOLY_": 68.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106941.0, 506375.0 ], [ 106818.0, 506617.0 ], [ 106811.0, 506724.0 ], [ 106772.0, 506978.0 ], [ 106650.0, 507312.0 ], [ 106617.0, 507635.0 ], [ 106618.0, 507953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 253.0, "TNODE_": 150.0, "LPOLY_": 70.0, "RPOLY_": 73.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106992.0, 506326.0 ], [ 106833.0, 506685.0 ], [ 106840.0, 506890.0 ], [ 106733.0, 507186.0 ], [ 106717.0, 507374.0 ], [ 106772.0, 507616.0 ], [ 106746.0, 507838.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 255.0, "TNODE_": 193.0, "LPOLY_": 73.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107090.0, 506232.0 ], [ 107104.0, 506475.0 ], [ 107028.0, 506754.0 ], [ 106824.0, 507191.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 259.0, "TNODE_": 187.0, "LPOLY_": 86.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107130.0, 506173.0 ], [ 107186.0, 506273.0 ], [ 107229.0, 506468.0 ], [ 107140.0, 506730.0 ], [ 107001.0, 506961.0 ], [ 106882.0, 507231.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 260.0, "TNODE_": 220.0, "LPOLY_": 99.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103448.0, 506161.0 ], [ 103330.0, 506367.0 ], [ 103185.0, 506507.0 ], [ 103059.0, 506616.0 ], [ 102841.0, 506711.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 67.0, "FNODE_": 261.0, "TNODE_": 235.0, "LPOLY_": 102.0, "RPOLY_": 103.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105868.0, 506149.0 ], [ 105858.0, 506256.0 ], [ 105871.0, 506354.0 ], [ 105931.0, 506535.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 262.0, "TNODE_": 239.0, "LPOLY_": 103.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105906.0, 506146.0 ], [ 105912.0, 506368.0 ], [ 105982.0, 506521.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 248.0, "TNODE_": 264.0, "LPOLY_": 75.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103538.0, 506409.0 ], [ 103470.0, 506341.0 ], [ 103470.0, 506278.0 ], [ 103488.0, 506223.0 ], [ 103540.0, 506144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 265.0, "TNODE_": 233.0, "LPOLY_": 101.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105774.0, 506136.0 ], [ 105801.0, 506295.0 ], [ 105787.0, 506409.0 ], [ 105762.0, 506555.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 266.0, "TNODE_": 231.0, "LPOLY_": 74.0, "RPOLY_": 101.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105737.0, 506103.0 ], [ 105781.0, 506239.0 ], [ 105757.0, 506377.0 ], [ 105626.0, 506563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 268.0, "TNODE_": 183.0, "LPOLY_": 84.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107185.0, 506080.0 ], [ 107314.0, 506277.0 ], [ 107293.0, 506632.0 ], [ 107102.0, 506944.0 ], [ 106988.0, 507122.0 ], [ 106930.0, 507291.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 269.0, "TNODE_": 165.0, "LPOLY_": 78.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107198.0, 506058.0 ], [ 107439.0, 506456.0 ], [ 107417.0, 506893.0 ], [ 107252.0, 507236.0 ], [ 107061.0, 507487.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 271.0, "TNODE_": 264.0, "LPOLY_": 110.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103584.0, 506029.0 ], [ 103666.0, 506075.0 ], [ 103767.0, 506102.0 ], [ 103772.0, 506168.0 ], [ 103636.0, 506194.0 ], [ 103540.0, 506144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 101.0, "TNODE_": 272.0, "LPOLY_": 37.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106787.0, 509332.0 ], [ 106729.0, 509196.0 ], [ 106655.0, 508953.0 ], [ 106632.0, 508752.0 ], [ 106659.0, 508461.0 ], [ 106707.0, 508319.0 ], [ 106833.0, 508168.0 ], [ 107217.0, 507588.0 ], [ 107437.0, 507190.0 ], [ 107542.0, 506758.0 ], [ 107520.0, 506354.0 ], [ 107386.0, 506108.0 ], [ 107218.0, 506023.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 279.0, "TNODE_": 277.0, "LPOLY_": 117.0, "RPOLY_": 118.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106907.0, 505878.0 ], [ 106946.0, 505914.0 ], [ 106961.0, 505919.0 ], [ 106976.0, 505929.0 ], [ 106991.0, 505936.0 ], [ 107007.0, 505938.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 281.0, "TNODE_": 258.0, "LPOLY_": 109.0, "RPOLY_": 95.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109409.0, 505853.0 ], [ 109221.0, 505921.0 ], [ 109074.0, 506029.0 ], [ 108974.0, 506211.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 290.0, "TNODE_": 123.0, "LPOLY_": 37.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107270.0, 505678.0 ], [ 107672.0, 506037.0 ], [ 107818.0, 506484.0 ], [ 107761.0, 506907.0 ], [ 107647.0, 507251.0 ], [ 107486.0, 507700.0 ], [ 107434.0, 508086.0 ], [ 107540.0, 508458.0 ], [ 107622.0, 508669.0 ], [ 107678.0, 508824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 280.0, "TNODE_": 291.0, "LPOLY_": 75.0, "RPOLY_": 120.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103811.0, 505876.0 ], [ 103794.0, 505767.0 ], [ 103672.0, 505670.0 ], [ 103547.0, 505653.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 285.0, "TNODE_": 285.0, "LPOLY_": 107.0, "RPOLY_": 115.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105392.0, 505727.0 ], [ 105322.0, 505883.0 ], [ 105322.0, 505979.0 ], [ 105397.0, 505915.0 ], [ 105464.0, 505756.0 ], [ 105532.0, 505685.0 ], [ 105505.0, 505647.0 ], [ 105434.0, 505690.0 ], [ 105392.0, 505727.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 292.0, "TNODE_": 229.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103668.0, 505628.0 ], [ 103791.0, 505731.0 ], [ 103895.0, 505984.0 ], [ 103805.0, 506192.0 ], [ 103700.0, 506235.0 ], [ 103553.0, 506261.0 ], [ 103522.0, 506305.0 ], [ 103639.0, 506340.0 ], [ 103807.0, 506384.0 ], [ 103897.0, 506494.0 ], [ 103957.0, 506589.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 289.0, "TNODE_": 292.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103408.0, 505684.0 ], [ 103459.0, 505642.0 ], [ 103494.0, 505622.0 ], [ 103564.0, 505622.0 ], [ 103668.0, 505628.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 294.0, "TNODE_": 121.0, "LPOLY_": 63.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107243.0, 505610.0 ], [ 107396.0, 505739.0 ], [ 107670.0, 505896.0 ], [ 107888.0, 506159.0 ], [ 107998.0, 506685.0 ], [ 107915.0, 507205.0 ], [ 107733.0, 507654.0 ], [ 107594.0, 508052.0 ], [ 107641.0, 508406.0 ], [ 107766.0, 508694.0 ], [ 107808.0, 508843.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 297.0, "TNODE_": 297.0, "LPOLY_": 104.0, "RPOLY_": 107.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105624.0, 505593.0 ], [ 105473.0, 505641.0 ], [ 105291.0, 505803.0 ], [ 105214.0, 505994.0 ], [ 105245.0, 506245.0 ], [ 105298.0, 506482.0 ], [ 105374.0, 506493.0 ], [ 105423.0, 506452.0 ], [ 105451.0, 506359.0 ], [ 105391.0, 506239.0 ], [ 105384.0, 506072.0 ], [ 105417.0, 505953.0 ], [ 105436.0, 505870.0 ], [ 105489.0, 505774.0 ], [ 105619.0, 505659.0 ], [ 105643.0, 505599.0 ], [ 105624.0, 505593.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 298.0, "TNODE_": 119.0, "LPOLY_": 62.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 505583.0 ], [ 107467.0, 505687.0 ], [ 107748.0, 505795.0 ], [ 107963.0, 505957.0 ], [ 108021.0, 506117.0 ], [ 108149.0, 506504.0 ], [ 108186.0, 506958.0 ], [ 108060.0, 507505.0 ], [ 107925.0, 507926.0 ], [ 107826.0, 508343.0 ], [ 107841.0, 508632.0 ], [ 107922.0, 508856.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 299.0, "TNODE_": 287.0, "LPOLY_": 77.0, "RPOLY_": 118.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107220.0, 505551.0 ], [ 107809.0, 505568.0 ], [ 107980.0, 505614.0 ], [ 108148.0, 505697.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 299.0, "TNODE_": 153.0, "LPOLY_": 41.0, "RPOLY_": 77.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107220.0, 505551.0 ], [ 107551.0, 505672.0 ], [ 107903.0, 505792.0 ], [ 108123.0, 505924.0 ], [ 108292.0, 506075.0 ], [ 108442.0, 506372.0 ], [ 108508.0, 506776.0 ], [ 108484.0, 507152.0 ], [ 108382.0, 507518.0 ], [ 108402.0, 507652.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 300.0, "TNODE_": 303.0, "LPOLY_": 75.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105587.0, 505519.0 ], [ 105253.0, 505787.0 ], [ 105196.0, 506014.0 ], [ 105213.0, 506182.0 ], [ 105242.0, 506442.0 ], [ 105295.0, 506534.0 ], [ 105419.0, 506515.0 ], [ 105499.0, 506445.0 ], [ 105535.0, 506315.0 ], [ 105612.0, 506208.0 ], [ 105549.0, 506084.0 ], [ 105440.0, 505957.0 ], [ 105447.0, 505871.0 ], [ 105524.0, 505754.0 ], [ 105647.0, 505670.0 ], [ 105749.0, 505523.0 ], [ 105721.0, 505463.0 ], [ 105717.0, 505468.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 69.0, "FNODE_": 295.0, "TNODE_": 293.0, "LPOLY_": 124.0, "RPOLY_": 119.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105882.0, 505598.0 ], [ 105902.0, 505470.0 ], [ 105959.0, 505398.0 ], [ 106060.0, 505427.0 ], [ 106072.0, 505516.0 ], [ 106034.0, 505626.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 61.0, "FNODE_": 250.0, "TNODE_": 304.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104323.0, 506403.0 ], [ 104530.0, 506422.0 ], [ 104796.0, 506534.0 ], [ 104937.0, 506610.0 ], [ 105125.0, 506558.0 ], [ 105263.0, 506541.0 ], [ 105363.0, 506576.0 ], [ 105563.0, 506425.0 ], [ 105618.0, 506304.0 ], [ 105704.0, 506206.0 ], [ 105579.0, 506056.0 ], [ 105472.0, 505899.0 ], [ 105490.0, 505831.0 ], [ 105554.0, 505770.0 ], [ 105658.0, 505702.0 ], [ 105747.0, 505606.0 ], [ 105787.0, 505445.0 ], [ 105668.0, 505334.0 ], [ 105577.0, 505393.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 283.0, "TNODE_": 283.0, "LPOLY_": 111.0, "RPOLY_": 121.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104167.0, 505798.0 ], [ 104267.0, 505816.0 ], [ 104403.0, 505798.0 ], [ 104566.0, 505689.0 ], [ 104675.0, 505517.0 ], [ 104647.0, 505399.0 ], [ 104530.0, 505354.0 ], [ 104430.0, 505318.0 ], [ 104303.0, 505309.0 ], [ 104240.0, 505327.0 ], [ 104149.0, 505318.0 ], [ 104059.0, 505336.0 ], [ 103977.0, 505445.0 ], [ 103950.0, 505490.0 ], [ 103941.0, 505599.0 ], [ 103968.0, 505653.0 ], [ 104059.0, 505698.0 ], [ 104113.0, 505743.0 ], [ 104167.0, 505798.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 60.0, "FNODE_": 305.0, "TNODE_": 305.0, "LPOLY_": 122.0, "RPOLY_": 123.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103146.0, 505283.0 ], [ 103086.0, 505383.0 ], [ 103118.0, 505572.0 ], [ 103173.0, 505656.0 ], [ 103257.0, 505572.0 ], [ 103244.0, 505392.0 ], [ 103186.0, 505303.0 ], [ 103146.0, 505283.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 70.0, "FNODE_": 286.0, "TNODE_": 278.0, "LPOLY_": 74.0, "RPOLY_": 119.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106064.0, 505722.0 ], [ 106120.0, 505530.0 ], [ 106097.0, 505351.0 ], [ 105982.0, 505171.0 ], [ 105763.0, 505131.0 ], [ 105505.0, 505129.0 ], [ 105386.0, 505169.0 ], [ 105446.0, 505260.0 ], [ 105695.0, 505292.0 ], [ 105841.0, 505325.0 ], [ 105886.0, 505416.0 ], [ 105798.0, 505634.0 ], [ 105674.0, 505745.0 ], [ 105562.0, 505790.0 ], [ 105512.0, 505836.0 ], [ 105572.0, 505891.0 ], [ 105654.0, 505927.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 310.0, "TNODE_": 307.0, "LPOLY_": 111.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104361.0, 505088.0 ], [ 104345.0, 505100.0 ], [ 104337.0, 505136.0 ], [ 104369.0, 505156.0 ], [ 104421.0, 505164.0 ], [ 104465.0, 505168.0 ], [ 104518.0, 505177.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 309.0, "TNODE_": 314.0, "LPOLY_": 76.0, "RPOLY_": 126.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103610.0, 505140.0 ], [ 103658.0, 505262.0 ], [ 103759.0, 505288.0 ], [ 103921.0, 505251.0 ], [ 103990.0, 505154.0 ], [ 104026.0, 504930.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 315.0, "TNODE_": 307.0, "LPOLY_": 76.0, "RPOLY_": 111.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104066.0, 504860.0 ], [ 104123.0, 505028.0 ], [ 103972.0, 505298.0 ], [ 103748.0, 505412.0 ], [ 103745.0, 505507.0 ], [ 103841.0, 505666.0 ], [ 103909.0, 505842.0 ], [ 103994.0, 506091.0 ], [ 104209.0, 506159.0 ], [ 104487.0, 506013.0 ], [ 104708.0, 505689.0 ], [ 104872.0, 505472.0 ], [ 104851.0, 505295.0 ], [ 104595.0, 505199.0 ], [ 104518.0, 505177.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 317.0, "TNODE_": 279.0, "LPOLY_": 117.0, "RPOLY_": 118.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108034.0, 504718.0 ], [ 107823.0, 504739.0 ], [ 107445.0, 504670.0 ], [ 107152.0, 504669.0 ], [ 107101.0, 504821.0 ], [ 107023.0, 504993.0 ], [ 106997.0, 505113.0 ], [ 107030.0, 505387.0 ], [ 106912.0, 505627.0 ], [ 106859.0, 505787.0 ], [ 106877.0, 505847.0 ], [ 106907.0, 505878.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 59.0, "FNODE_": 311.0, "TNODE_": 311.0, "LPOLY_": 111.0, "RPOLY_": 122.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 505085.0 ], [ 102953.0, 505202.0 ], [ 103015.0, 505455.0 ], [ 103146.0, 505703.0 ], [ 103300.0, 505668.0 ], [ 103353.0, 505313.0 ], [ 103424.0, 504984.0 ], [ 103621.0, 504770.0 ], [ 103838.0, 504670.0 ], [ 103951.0, 504549.0 ], [ 103675.0, 504508.0 ], [ 103209.0, 504645.0 ], [ 102969.0, 504770.0 ], [ 102853.0, 504893.0 ], [ 102877.0, 505085.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 310.0, "TNODE_": 308.0, "LPOLY_": 76.0, "RPOLY_": 111.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104361.0, 505088.0 ], [ 104442.0, 504910.0 ], [ 104550.0, 504574.0 ], [ 104347.0, 504418.0 ], [ 104003.0, 504425.0 ], [ 103698.0, 504495.0 ], [ 103306.0, 504499.0 ], [ 103012.0, 504510.0 ], [ 102785.0, 504607.0 ], [ 102641.0, 504805.0 ], [ 102687.0, 504971.0 ], [ 102809.0, 505152.0 ], [ 102903.0, 505411.0 ], [ 102974.0, 505652.0 ], [ 103097.0, 505760.0 ], [ 103222.0, 505822.0 ], [ 103299.0, 505724.0 ], [ 103443.0, 505498.0 ], [ 103504.0, 505287.0 ], [ 103512.0, 505155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 228.0, "TNODE_": 282.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104062.0, 506598.0 ], [ 104070.0, 506537.0 ], [ 103970.0, 506419.0 ], [ 103947.0, 506323.0 ], [ 103976.0, 506245.0 ], [ 104137.0, 506245.0 ], [ 104352.0, 506308.0 ], [ 104512.0, 506306.0 ], [ 104731.0, 506389.0 ], [ 104830.0, 506320.0 ], [ 104780.0, 506071.0 ], [ 104716.0, 505900.0 ], [ 104799.0, 505752.0 ], [ 104948.0, 505665.0 ], [ 105001.0, 505467.0 ], [ 104979.0, 505256.0 ], [ 104832.0, 505123.0 ], [ 104622.0, 505117.0 ], [ 104502.0, 505074.0 ], [ 104562.0, 504884.0 ], [ 104646.0, 504675.0 ], [ 104548.0, 504454.0 ], [ 104250.0, 504358.0 ], [ 103995.0, 504362.0 ], [ 103694.0, 504436.0 ], [ 103332.0, 504431.0 ], [ 103058.0, 504456.0 ], [ 102740.0, 504514.0 ], [ 102561.0, 504662.0 ], [ 102541.0, 504831.0 ], [ 102665.0, 505040.0 ], [ 102808.0, 505245.0 ], [ 102848.0, 505516.0 ], [ 102933.0, 505686.0 ], [ 103028.0, 505811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 301.0, "TNODE_": 284.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105519.0, 505513.0 ], [ 105371.0, 505597.0 ], [ 105160.0, 505744.0 ], [ 104979.0, 505971.0 ], [ 104857.0, 506053.0 ], [ 104748.0, 505953.0 ], [ 104793.0, 505822.0 ], [ 104988.0, 505758.0 ], [ 105125.0, 505659.0 ], [ 105177.0, 505402.0 ], [ 105077.0, 505183.0 ], [ 104867.0, 505029.0 ], [ 104730.0, 504980.0 ], [ 104714.0, 504790.0 ], [ 104759.0, 504532.0 ], [ 104518.0, 504326.0 ], [ 104236.0, 504265.0 ], [ 104029.0, 504285.0 ], [ 103823.0, 504367.0 ], [ 103189.0, 504384.0 ], [ 102795.0, 504369.0 ], [ 102504.0, 504419.0 ], [ 102375.0, 504699.0 ], [ 102507.0, 504933.0 ], [ 102670.0, 505138.0 ], [ 102761.0, 505238.0 ], [ 102790.0, 505527.0 ], [ 102868.0, 505749.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 321.0, "TNODE_": 275.0, "LPOLY_": 116.0, "RPOLY_": 117.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108027.0, 504261.0 ], [ 107891.0, 504357.0 ], [ 107562.0, 504351.0 ], [ 107288.0, 504289.0 ], [ 107015.0, 504289.0 ], [ 106885.0, 504340.0 ], [ 106875.0, 504463.0 ], [ 106981.0, 504711.0 ], [ 106891.0, 504856.0 ], [ 106724.0, 505003.0 ], [ 106646.0, 505163.0 ], [ 106739.0, 505232.0 ], [ 106897.0, 505284.0 ], [ 106945.0, 505330.0 ], [ 106908.0, 505471.0 ], [ 106863.0, 505608.0 ], [ 106832.0, 505747.0 ], [ 106835.0, 505822.0 ], [ 106921.0, 505924.0 ], [ 107001.0, 505955.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 313.0, "TNODE_": 274.0, "LPOLY_": 114.0, "RPOLY_": 116.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109389.0, 504932.0 ], [ 109173.0, 504783.0 ], [ 108964.0, 504525.0 ], [ 108828.0, 504231.0 ], [ 108748.0, 503965.0 ], [ 108672.0, 503817.0 ], [ 108539.0, 503737.0 ], [ 108338.0, 503708.0 ], [ 108168.0, 503765.0 ], [ 108003.0, 503954.0 ], [ 107727.0, 504120.0 ], [ 107366.0, 504153.0 ], [ 107142.0, 504159.0 ], [ 106997.0, 504189.0 ], [ 106846.0, 504291.0 ], [ 106807.0, 504344.0 ], [ 106801.0, 504508.0 ], [ 106843.0, 504754.0 ], [ 106657.0, 504919.0 ], [ 106609.0, 505022.0 ], [ 106622.0, 505171.0 ], [ 106831.0, 505313.0 ], [ 106889.0, 505438.0 ], [ 106795.0, 505673.0 ], [ 106789.0, 505822.0 ], [ 106840.0, 505903.0 ], [ 106996.0, 505971.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 318.0, "TNODE_": 273.0, "LPOLY_": 113.0, "RPOLY_": 114.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109383.0, 504690.0 ], [ 109185.0, 504528.0 ], [ 108982.0, 504273.0 ], [ 108825.0, 503978.0 ], [ 108713.0, 503801.0 ], [ 108519.0, 503656.0 ], [ 108330.0, 503622.0 ], [ 108131.0, 503689.0 ], [ 107917.0, 503872.0 ], [ 107728.0, 504004.0 ], [ 107491.0, 504063.0 ], [ 107250.0, 504111.0 ], [ 107079.0, 504138.0 ], [ 106911.0, 504194.0 ], [ 106696.0, 504368.0 ], [ 106708.0, 504590.0 ], [ 106652.0, 504856.0 ], [ 106534.0, 504991.0 ], [ 106576.0, 505149.0 ], [ 106694.0, 505242.0 ], [ 106825.0, 505352.0 ], [ 106846.0, 505474.0 ], [ 106792.0, 505628.0 ], [ 106762.0, 505780.0 ], [ 106821.0, 505914.0 ], [ 106993.0, 505982.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 319.0, "TNODE_": 267.0, "LPOLY_": 108.0, "RPOLY_": 113.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109377.0, 504405.0 ], [ 109185.0, 504344.0 ], [ 108997.0, 504093.0 ], [ 108868.0, 503857.0 ], [ 108764.0, 503730.0 ], [ 108624.0, 503645.0 ], [ 108395.0, 503584.0 ], [ 108130.0, 503601.0 ], [ 107937.0, 503687.0 ], [ 107346.0, 503992.0 ], [ 107066.0, 504095.0 ], [ 106911.0, 504171.0 ], [ 106694.0, 504321.0 ], [ 106541.0, 504476.0 ], [ 106490.0, 504740.0 ], [ 106435.0, 504991.0 ], [ 106494.0, 505130.0 ], [ 106623.0, 505230.0 ], [ 106731.0, 505317.0 ], [ 106815.0, 505402.0 ], [ 106825.0, 505472.0 ], [ 106719.0, 505576.0 ], [ 106707.0, 505797.0 ], [ 106782.0, 505951.0 ], [ 106849.0, 506026.0 ], [ 106957.0, 506092.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 71.0, "FNODE_": 240.0, "TNODE_": 329.0, "LPOLY_": 105.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106030.0, 506508.0 ], [ 105992.0, 506391.0 ], [ 105970.0, 506233.0 ], [ 106092.0, 506086.0 ], [ 106228.0, 505932.0 ], [ 106236.0, 505706.0 ], [ 106165.0, 505427.0 ], [ 106029.0, 505152.0 ], [ 105897.0, 505063.0 ], [ 105694.0, 505057.0 ], [ 105431.0, 505041.0 ], [ 105224.0, 505010.0 ], [ 105137.0, 504952.0 ], [ 105169.0, 504804.0 ], [ 105196.0, 504636.0 ], [ 105104.0, 504490.0 ], [ 105083.0, 504399.0 ], [ 105177.0, 504275.0 ], [ 105317.0, 504183.0 ], [ 105489.0, 503988.0 ], [ 105620.0, 503862.0 ], [ 105829.0, 503689.0 ], [ 106186.0, 503579.0 ], [ 106496.0, 503472.0 ], [ 106676.0, 503392.0 ], [ 106844.0, 503296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 320.0, "TNODE_": 330.0, "LPOLY_": 74.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 504314.0 ], [ 102553.0, 504253.0 ], [ 102833.0, 504294.0 ], [ 103165.0, 504328.0 ], [ 103525.0, 504318.0 ], [ 103808.0, 504329.0 ], [ 104059.0, 504257.0 ], [ 104254.0, 504231.0 ], [ 104559.0, 504281.0 ], [ 104728.0, 504378.0 ], [ 104824.0, 504539.0 ], [ 104848.0, 504734.0 ], [ 104904.0, 504894.0 ], [ 104988.0, 504925.0 ], [ 105089.0, 504845.0 ], [ 105115.0, 504709.0 ], [ 105024.0, 504471.0 ], [ 105033.0, 504293.0 ], [ 105145.0, 504186.0 ], [ 105338.0, 504087.0 ], [ 105493.0, 503947.0 ], [ 105696.0, 503714.0 ], [ 105886.0, 503579.0 ], [ 106167.0, 503518.0 ], [ 106389.0, 503459.0 ], [ 106521.0, 503413.0 ], [ 106636.0, 503359.0 ], [ 106720.0, 503234.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 331.0, "TNODE_": 325.0, "LPOLY_": 130.0, "RPOLY_": 129.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106654.0, 503201.0 ], [ 106387.0, 503340.0 ], [ 106100.0, 503422.0 ], [ 105772.0, 503547.0 ], [ 105620.0, 503702.0 ], [ 105428.0, 503920.0 ], [ 105190.0, 504094.0 ], [ 105030.0, 504206.0 ], [ 104969.0, 504387.0 ], [ 105000.0, 504560.0 ], [ 105054.0, 504695.0 ], [ 105011.0, 504826.0 ], [ 104935.0, 504873.0 ], [ 104905.0, 504714.0 ], [ 104873.0, 504585.0 ], [ 104787.0, 504390.0 ], [ 104523.0, 504194.0 ], [ 104063.0, 504136.0 ], [ 103783.0, 504238.0 ], [ 103366.0, 504221.0 ], [ 102936.0, 504183.0 ], [ 102551.0, 504127.0 ], [ 102300.0, 504070.0 ], [ 102088.0, 504070.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 323.0, "TNODE_": 332.0, "LPOLY_": 128.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109372.0, 504175.0 ], [ 108878.0, 503741.0 ], [ 108647.0, 503542.0 ], [ 108291.0, 503508.0 ], [ 107938.0, 503553.0 ], [ 107682.0, 503694.0 ], [ 107381.0, 503852.0 ], [ 107045.0, 503998.0 ], [ 106801.0, 504136.0 ], [ 106587.0, 504251.0 ], [ 106435.0, 504428.0 ], [ 106383.0, 504700.0 ], [ 106349.0, 505007.0 ], [ 106271.0, 505126.0 ], [ 106143.0, 505075.0 ], [ 105991.0, 504926.0 ], [ 105821.0, 504903.0 ], [ 105666.0, 504920.0 ], [ 105551.0, 504922.0 ], [ 105475.0, 504798.0 ], [ 105445.0, 504714.0 ], [ 105430.0, 504597.0 ], [ 105462.0, 504468.0 ], [ 105541.0, 504408.0 ], [ 105711.0, 504374.0 ], [ 105835.0, 504352.0 ], [ 105926.0, 504194.0 ], [ 106098.0, 504135.0 ], [ 106410.0, 504147.0 ], [ 106644.0, 504133.0 ], [ 106770.0, 504097.0 ], [ 106802.0, 504000.0 ], [ 106703.0, 503852.0 ], [ 106627.0, 503715.0 ], [ 106639.0, 503636.0 ], [ 106808.0, 503585.0 ], [ 107157.0, 503589.0 ], [ 107530.0, 503576.0 ], [ 107776.0, 503563.0 ], [ 108008.0, 503472.0 ], [ 108219.0, 503348.0 ], [ 108464.0, 503179.0 ], [ 108835.0, 503101.0 ], [ 109078.0, 503114.0 ], [ 109349.0, 503096.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 337.0, "TNODE_": 335.0, "LPOLY_": 137.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102035.0, 502922.0 ], [ 101984.0, 502955.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 338.0, "TNODE_": 254.0, "LPOLY_": 106.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109344.0, 502900.0 ], [ 108979.0, 502868.0 ], [ 108603.0, 502905.0 ], [ 108400.0, 503014.0 ], [ 108230.0, 503227.0 ], [ 108018.0, 503382.0 ], [ 107708.0, 503517.0 ], [ 107273.0, 503536.0 ], [ 106925.0, 503508.0 ], [ 106622.0, 503520.0 ], [ 106565.0, 503637.0 ], [ 106633.0, 503795.0 ], [ 106707.0, 503934.0 ], [ 106690.0, 504035.0 ], [ 106503.0, 504104.0 ], [ 106271.0, 503959.0 ], [ 106026.0, 503794.0 ], [ 105823.0, 503818.0 ], [ 105662.0, 503984.0 ], [ 105458.0, 504246.0 ], [ 105289.0, 504349.0 ], [ 105255.0, 504509.0 ], [ 105376.0, 504695.0 ], [ 105452.0, 504896.0 ], [ 105572.0, 505000.0 ], [ 105797.0, 504991.0 ], [ 106007.0, 505060.0 ], [ 106129.0, 505186.0 ], [ 106203.0, 505364.0 ], [ 106263.0, 505531.0 ], [ 106411.0, 505670.0 ], [ 106547.0, 505847.0 ], [ 106641.0, 506065.0 ], [ 106645.0, 506288.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 340.0, "TNODE_": 240.0, "LPOLY_": 105.0, "RPOLY_": 106.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109336.0, 502507.0 ], [ 109098.0, 502498.0 ], [ 108768.0, 502599.0 ], [ 108450.0, 502922.0 ], [ 108207.0, 503157.0 ], [ 107951.0, 503341.0 ], [ 107618.0, 503443.0 ], [ 107164.0, 503440.0 ], [ 106841.0, 503435.0 ], [ 106647.0, 503485.0 ], [ 106502.0, 503552.0 ], [ 106449.0, 503670.0 ], [ 106431.0, 503771.0 ], [ 106285.0, 503814.0 ], [ 106133.0, 503735.0 ], [ 105979.0, 503706.0 ], [ 105815.0, 503742.0 ], [ 105620.0, 503915.0 ], [ 105463.0, 504117.0 ], [ 105312.0, 504281.0 ], [ 105192.0, 504380.0 ], [ 105180.0, 504471.0 ], [ 105249.0, 504586.0 ], [ 105258.0, 504765.0 ], [ 105225.0, 504940.0 ], [ 105378.0, 504992.0 ], [ 105522.0, 505036.0 ], [ 105876.0, 505027.0 ], [ 106065.0, 505142.0 ], [ 106171.0, 505384.0 ], [ 106264.0, 505608.0 ], [ 106348.0, 505792.0 ], [ 106407.0, 506012.0 ], [ 106224.0, 506136.0 ], [ 106051.0, 506209.0 ], [ 106029.0, 506334.0 ], [ 106030.0, 506508.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 341.0, "TNODE_": 339.0, "LPOLY_": 138.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109327.0, 502104.0 ], [ 109159.0, 502099.0 ], [ 108899.0, 502085.0 ], [ 108604.0, 502151.0 ], [ 108446.0, 502323.0 ], [ 108348.0, 502625.0 ], [ 108262.0, 502774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 345.0, "TNODE_": 345.0, "LPOLY_": 141.0, "RPOLY_": 142.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102610.0, 501710.0 ], [ 102650.0, 501736.0 ], [ 102704.0, 501765.0 ], [ 102758.0, 501752.0 ], [ 102724.0, 501709.0 ], [ 102648.0, 501692.0 ], [ 102610.0, 501710.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 346.0, "TNODE_": 346.0, "LPOLY_": 134.0, "RPOLY_": 141.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102584.0, 501693.0 ], [ 102653.0, 501769.0 ], [ 102725.0, 501826.0 ], [ 102799.0, 501855.0 ], [ 102896.0, 501846.0 ], [ 102897.0, 501777.0 ], [ 102762.0, 501709.0 ], [ 102647.0, 501669.0 ], [ 102584.0, 501693.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 349.0, "TNODE_": 336.0, "LPOLY_": 136.0, "RPOLY_": 133.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104208.0, 501464.0 ], [ 103970.0, 501534.0 ], [ 103675.0, 501715.0 ], [ 103510.0, 501881.0 ], [ 103450.0, 502092.0 ], [ 103384.0, 502315.0 ], [ 103278.0, 502508.0 ], [ 103075.0, 502642.0 ], [ 102841.0, 502721.0 ], [ 102671.0, 502802.0 ], [ 102472.0, 502953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 351.0, "TNODE_": 342.0, "LPOLY_": 140.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102246.0, 501455.0 ], [ 102312.0, 501514.0 ], [ 102518.0, 501731.0 ], [ 102603.0, 501788.0 ], [ 102711.0, 501870.0 ], [ 102789.0, 501955.0 ], [ 102724.0, 502053.0 ], [ 102618.0, 502037.0 ], [ 102408.0, 502024.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 352.0, "TNODE_": 334.0, "LPOLY_": 135.0, "RPOLY_": 136.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104224.0, 501391.0 ], [ 104038.0, 501427.0 ], [ 103813.0, 501529.0 ], [ 103630.0, 501643.0 ], [ 103400.0, 501884.0 ], [ 103257.0, 502114.0 ], [ 103210.0, 502362.0 ], [ 103026.0, 502535.0 ], [ 102812.0, 502632.0 ], [ 102563.0, 502774.0 ], [ 102291.0, 502974.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 353.0, "TNODE_": 333.0, "LPOLY_": 134.0, "RPOLY_": 135.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104242.0, 501293.0 ], [ 104077.0, 501343.0 ], [ 103811.0, 501420.0 ], [ 103468.0, 501648.0 ], [ 103243.0, 501895.0 ], [ 103040.0, 502176.0 ], [ 102747.0, 502532.0 ], [ 102269.0, 502899.0 ], [ 102155.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 354.0, "TNODE_": 348.0, "LPOLY_": 144.0, "RPOLY_": 139.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104977.0, 501265.0 ], [ 104900.0, 501389.0 ], [ 104832.0, 501528.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 359.0, "TNODE_": 355.0, "LPOLY_": 146.0, "RPOLY_": 140.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101687.0, 501042.0 ], [ 101570.0, 501057.0 ], [ 101496.0, 501097.0 ], [ 101424.0, 501217.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 350.0, "TNODE_": 357.0, "LPOLY_": 138.0, "RPOLY_": 145.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107014.0, 501458.0 ], [ 107170.0, 501373.0 ], [ 107352.0, 501236.0 ], [ 107433.0, 501165.0 ], [ 107509.0, 501036.0 ], [ 107673.0, 500882.0 ], [ 107955.0, 500943.0 ], [ 108218.0, 501005.0 ], [ 108385.0, 501056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 363.0, "TNODE_": 356.0, "LPOLY_": 134.0, "RPOLY_": 144.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104486.0, 500700.0 ], [ 104278.0, 500811.0 ], [ 103910.0, 500976.0 ], [ 103780.0, 501012.0 ], [ 103731.0, 501107.0 ], [ 103795.0, 501180.0 ], [ 104001.0, 501197.0 ], [ 104117.0, 501159.0 ], [ 104310.0, 501158.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 365.0, "TNODE_": 361.0, "LPOLY_": 148.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104213.0, 500629.0 ], [ 104093.0, 500688.0 ], [ 103919.0, 500757.0 ], [ 103769.0, 500794.0 ], [ 103704.0, 500812.0 ], [ 103571.0, 500806.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 367.0, "TNODE_": 337.0, "LPOLY_": 137.0, "RPOLY_": 134.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102814.0, 500567.0 ], [ 102673.0, 500619.0 ], [ 102634.0, 500798.0 ], [ 102621.0, 501014.0 ], [ 102431.0, 501225.0 ], [ 102336.0, 501392.0 ], [ 102411.0, 501517.0 ], [ 102524.0, 501549.0 ], [ 102711.0, 501490.0 ], [ 102871.0, 501490.0 ], [ 102948.0, 501599.0 ], [ 102964.0, 501718.0 ], [ 102919.0, 501728.0 ], [ 102736.0, 501643.0 ], [ 102585.0, 501632.0 ], [ 102531.0, 501669.0 ], [ 102580.0, 501730.0 ], [ 102653.0, 501790.0 ], [ 102751.0, 501856.0 ], [ 102837.0, 501957.0 ], [ 102846.0, 502108.0 ], [ 102781.0, 502342.0 ], [ 102395.0, 502692.0 ], [ 102188.0, 502857.0 ], [ 102035.0, 502922.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 368.0, "TNODE_": 364.0, "LPOLY_": 150.0, "RPOLY_": 148.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104120.0, 500562.0 ], [ 103972.0, 500627.0 ], [ 103858.0, 500660.0 ], [ 103755.0, 500679.0 ], [ 103674.0, 500690.0 ], [ 103556.0, 500681.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 358.0, "TNODE_": 360.0, "LPOLY_": 145.0, "RPOLY_": 147.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106982.0, 501047.0 ], [ 107032.0, 500853.0 ], [ 107139.0, 500537.0 ], [ 107351.0, 500331.0 ], [ 107621.0, 500342.0 ], [ 107864.0, 500563.0 ], [ 108114.0, 500751.0 ], [ 108241.0, 500823.0 ], [ 108488.0, 500933.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 377.0, "TNODE_": 374.0, "LPOLY_": 154.0, "RPOLY_": 147.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109278.0, 499837.0 ], [ 108970.0, 499977.0 ], [ 108771.0, 500103.0 ], [ 108616.0, 500229.0 ], [ 108408.0, 500361.0 ], [ 108105.0, 500348.0 ], [ 107835.0, 500244.0 ], [ 107603.0, 500109.0 ], [ 107326.0, 500022.0 ], [ 107067.0, 500001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 61.0, "FNODE_": 379.0, "TNODE_": 373.0, "LPOLY_": 159.0, "RPOLY_": 157.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105138.0, 499707.0 ], [ 105246.0, 499724.0 ], [ 105411.0, 499739.0 ], [ 105471.0, 499829.0 ], [ 105455.0, 499959.0 ], [ 105338.0, 500032.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 380.0, "TNODE_": 378.0, "LPOLY_": 156.0, "RPOLY_": 154.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109269.0, 499465.0 ], [ 108994.0, 499588.0 ], [ 108765.0, 499830.0 ], [ 108626.0, 500079.0 ], [ 108459.0, 500234.0 ], [ 108318.0, 500307.0 ], [ 108164.0, 500241.0 ], [ 107981.0, 500067.0 ], [ 107637.0, 499879.0 ], [ 107291.0, 499811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 381.0, "TNODE_": 375.0, "LPOLY_": 137.0, "RPOLY_": 158.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102714.0, 499312.0 ], [ 102598.0, 499366.0 ], [ 102541.0, 499455.0 ], [ 102552.0, 499541.0 ], [ 102651.0, 499641.0 ], [ 102662.0, 499848.0 ], [ 102554.0, 499969.0 ], [ 102335.0, 499963.0 ], [ 102063.0, 499829.0 ], [ 101882.0, 499803.0 ], [ 101828.0, 499840.0 ], [ 101848.0, 499901.0 ], [ 101951.0, 499972.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 60.0, "FNODE_": 382.0, "TNODE_": 372.0, "LPOLY_": 157.0, "RPOLY_": 153.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105105.0, 499228.0 ], [ 105172.0, 499405.0 ], [ 105313.0, 499605.0 ], [ 105474.0, 499703.0 ], [ 105496.0, 499919.0 ], [ 105447.0, 500040.0 ], [ 105331.0, 500116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 383.0, "TNODE_": 371.0, "LPOLY_": 155.0, "RPOLY_": 137.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102668.0, 499200.0 ], [ 102495.0, 499251.0 ], [ 102314.0, 499402.0 ], [ 102275.0, 499529.0 ], [ 102488.0, 499616.0 ], [ 102608.0, 499710.0 ], [ 102540.0, 499882.0 ], [ 102297.0, 499830.0 ], [ 101944.0, 499696.0 ], [ 101768.0, 499736.0 ], [ 101740.0, 499838.0 ], [ 101850.0, 499965.0 ], [ 101917.0, 499997.0 ], [ 101925.0, 500130.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 387.0, "TNODE_": 386.0, "LPOLY_": 163.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 498940.0 ], [ 103087.0, 498947.0 ], [ 103193.0, 498946.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 385.0, "TNODE_": 388.0, "LPOLY_": 162.0, "RPOLY_": 156.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109259.0, 499001.0 ], [ 109050.0, 498994.0 ], [ 108839.0, 499139.0 ], [ 108626.0, 499316.0 ], [ 108382.0, 499383.0 ], [ 108065.0, 499334.0 ], [ 107763.0, 499106.0 ], [ 107537.0, 498823.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 391.0, "TNODE_": 389.0, "LPOLY_": 155.0, "RPOLY_": 165.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102704.0, 498630.0 ], [ 102929.0, 498723.0 ], [ 103066.0, 498745.0 ], [ 103209.0, 498753.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 392.0, "TNODE_": 392.0, "LPOLY_": 155.0, "RPOLY_": 164.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101848.0, 498614.0 ], [ 101824.0, 498642.0 ], [ 101820.0, 498770.0 ], [ 101887.0, 498965.0 ], [ 101976.0, 499060.0 ], [ 102114.0, 499011.0 ], [ 102200.0, 498949.0 ], [ 102277.0, 498825.0 ], [ 102199.0, 498695.0 ], [ 102057.0, 498576.0 ], [ 101947.0, 498566.0 ], [ 101848.0, 498614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 391.0, "TNODE_": 393.0, "LPOLY_": 9.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102704.0, 498630.0 ], [ 102761.0, 498756.0 ], [ 102678.0, 498766.0 ], [ 102475.0, 498507.0 ], [ 102462.0, 498467.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 394.0, "TNODE_": 394.0, "LPOLY_": 160.0, "RPOLY_": 166.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105803.0, 498400.0 ], [ 105787.0, 498525.0 ], [ 105865.0, 498695.0 ], [ 106063.0, 498695.0 ], [ 106106.0, 498628.0 ], [ 106019.0, 498539.0 ], [ 105932.0, 498425.0 ], [ 105858.0, 498401.0 ], [ 105803.0, 498400.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 393.0, "TNODE_": 395.0, "LPOLY_": 9.0, "RPOLY_": 167.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102462.0, 498467.0 ], [ 102429.0, 498364.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 390.0, "TNODE_": 396.0, "LPOLY_": 9.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106274.0, 498654.0 ], [ 106281.0, 498613.0 ], [ 106350.0, 498350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 399.0, "TNODE_": 393.0, "LPOLY_": 155.0, "RPOLY_": 167.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101745.0, 498086.0 ], [ 101969.0, 498275.0 ], [ 102190.0, 498374.0 ], [ 102317.0, 498422.0 ], [ 102462.0, 498467.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 399.0, "TNODE_": 371.0, "LPOLY_": 9.0, "RPOLY_": 155.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101745.0, 498086.0 ], [ 101706.0, 498117.0 ], [ 101560.0, 498071.0 ], [ 101416.0, 498127.0 ], [ 101327.0, 498287.0 ], [ 101282.0, 498592.0 ], [ 101252.0, 498948.0 ], [ 101189.0, 499200.0 ], [ 101196.0, 499385.0 ], [ 101286.0, 499623.0 ], [ 101399.0, 499809.0 ], [ 101457.0, 500056.0 ], [ 101529.0, 500218.0 ], [ 101574.0, 500283.0 ], [ 101648.0, 500311.0 ], [ 101686.0, 500193.0 ], [ 101757.0, 500122.0 ], [ 101828.0, 500103.0 ], [ 101925.0, 500130.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 400.0, "TNODE_": 395.0, "LPOLY_": 167.0, "RPOLY_": 169.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101808.0, 498036.0 ], [ 102086.0, 498215.0 ], [ 102282.0, 498317.0 ], [ 102429.0, 498364.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 400.0, "TNODE_": 399.0, "LPOLY_": 9.0, "RPOLY_": 167.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101808.0, 498036.0 ], [ 101745.0, 498086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 404.0, "TNODE_": 403.0, "LPOLY_": 169.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101870.0, 497865.0 ], [ 101866.0, 497869.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 405.0, "TNODE_": 404.0, "LPOLY_": 169.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101881.0, 497853.0 ], [ 101870.0, 497865.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 400.0, "TNODE_": 405.0, "LPOLY_": 169.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101808.0, 498036.0 ], [ 101861.0, 498029.0 ], [ 101901.0, 498027.0 ], [ 101929.0, 498053.0 ], [ 101955.0, 498057.0 ], [ 101974.0, 498057.0 ], [ 102005.0, 498048.0 ], [ 102083.0, 498001.0 ], [ 102102.0, 497988.0 ], [ 102102.0, 497979.0 ], [ 102107.0, 497961.0 ], [ 102098.0, 497927.0 ], [ 102076.0, 497896.0 ], [ 102074.0, 497881.0 ], [ 102052.0, 497842.0 ], [ 102015.0, 497831.0 ], [ 101961.0, 497838.0 ], [ 101909.0, 497838.0 ], [ 101894.0, 497844.0 ], [ 101885.0, 497849.0 ], [ 101881.0, 497853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 390.0, "TNODE_": 376.0, "LPOLY_": 149.0, "RPOLY_": 160.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106274.0, 498654.0 ], [ 106134.0, 498509.0 ], [ 106034.0, 498213.0 ], [ 106066.0, 497920.0 ], [ 105950.0, 497708.0 ], [ 105787.0, 497771.0 ], [ 105556.0, 498012.0 ], [ 105491.0, 498328.0 ], [ 105544.0, 498628.0 ], [ 105767.0, 498720.0 ], [ 105997.0, 498729.0 ], [ 106142.0, 498777.0 ], [ 106137.0, 498918.0 ], [ 105950.0, 498953.0 ], [ 105805.0, 498978.0 ], [ 105711.0, 499246.0 ], [ 105801.0, 499459.0 ], [ 105839.0, 499692.0 ], [ 105900.0, 499853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 55.0, "FNODE_": 406.0, "TNODE_": 401.0, "LPOLY_": 170.0, "RPOLY_": 171.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106892.0, 497842.0 ], [ 106792.0, 497680.0 ], [ 106671.0, 497576.0 ], [ 106483.0, 497561.0 ], [ 106321.0, 497691.0 ], [ 106310.0, 497850.0 ], [ 106360.0, 497965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 402.0, "TNODE_": 397.0, "LPOLY_": 162.0, "RPOLY_": 170.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107065.0, 497932.0 ], [ 106916.0, 497790.0 ], [ 106815.0, 497612.0 ], [ 106695.0, 497499.0 ], [ 106457.0, 497368.0 ], [ 106278.0, 497478.0 ], [ 106237.0, 497764.0 ], [ 106261.0, 497973.0 ], [ 106353.0, 498211.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 407.0, "TNODE_": 382.0, "LPOLY_": 9.0, "RPOLY_": 153.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104785.0, 497305.0 ], [ 104793.0, 497310.0 ], [ 104905.0, 497550.0 ], [ 104764.0, 497782.0 ], [ 104521.0, 497982.0 ], [ 104450.0, 498130.0 ], [ 104512.0, 498383.0 ], [ 104775.0, 498707.0 ], [ 105050.0, 498956.0 ], [ 105105.0, 499228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 398.0, "TNODE_": 396.0, "LPOLY_": 149.0, "RPOLY_": 162.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109241.0, 498177.0 ], [ 108999.0, 498286.0 ], [ 108791.0, 498596.0 ], [ 108662.0, 498828.0 ], [ 108377.0, 499028.0 ], [ 108015.0, 498965.0 ], [ 107741.0, 498695.0 ], [ 107599.0, 498413.0 ], [ 107449.0, 498170.0 ], [ 107269.0, 497978.0 ], [ 107089.0, 497801.0 ], [ 106864.0, 497549.0 ], [ 106678.0, 497350.0 ], [ 106486.0, 497199.0 ], [ 106279.0, 497210.0 ], [ 106192.0, 497389.0 ], [ 106180.0, 497772.0 ], [ 106219.0, 498070.0 ], [ 106350.0, 498350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 409.0, "TNODE_": 408.0, "LPOLY_": 177.0, "RPOLY_": 174.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104353.0, 497008.0 ], [ 104391.0, 497073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 411.0, "TNODE_": 410.0, "LPOLY_": 168.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109211.0, 496804.0 ], [ 109017.0, 496913.0 ], [ 108785.0, 497039.0 ], [ 108588.0, 497374.0 ], [ 108450.0, 497834.0 ], [ 108385.0, 498160.0 ], [ 108176.0, 498390.0 ], [ 107863.0, 498241.0 ], [ 107514.0, 498055.0 ], [ 106994.0, 497493.0 ], [ 106826.0, 497192.0 ], [ 106753.0, 496983.0 ], [ 106757.0, 496889.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 410.0, "TNODE_": 412.0, "LPOLY_": 168.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106757.0, 496889.0 ], [ 106762.0, 496790.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 413.0, "TNODE_": 366.0, "LPOLY_": 151.0, "RPOLY_": 149.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105022.0, 496781.0 ], [ 105237.0, 497176.0 ], [ 105335.0, 497615.0 ], [ 105366.0, 498000.0 ], [ 105307.0, 498392.0 ], [ 105398.0, 498697.0 ], [ 105664.0, 498778.0 ], [ 105943.0, 498825.0 ], [ 106077.0, 498853.0 ], [ 106023.0, 498920.0 ], [ 105797.0, 498901.0 ], [ 105513.0, 498980.0 ], [ 105377.0, 499140.0 ], [ 105394.0, 499357.0 ], [ 105541.0, 499598.0 ], [ 105643.0, 499825.0 ], [ 105586.0, 500027.0 ], [ 105458.0, 500159.0 ], [ 105319.0, 500357.0 ], [ 105295.0, 500449.0 ], [ 105301.0, 500623.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 415.0, "TNODE_": 369.0, "LPOLY_": 152.0, "RPOLY_": 151.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104866.0, 496780.0 ], [ 105089.0, 497037.0 ], [ 105242.0, 497359.0 ], [ 105257.0, 497653.0 ], [ 105144.0, 497877.0 ], [ 104977.0, 498046.0 ], [ 105040.0, 498308.0 ], [ 105201.0, 498617.0 ], [ 105393.0, 498833.0 ], [ 105485.0, 498927.0 ], [ 105319.0, 499111.0 ], [ 105303.0, 499270.0 ], [ 105339.0, 499408.0 ], [ 105467.0, 499634.0 ], [ 105546.0, 499752.0 ], [ 105589.0, 499932.0 ], [ 105402.0, 500204.0 ], [ 105262.0, 500351.0 ], [ 105194.0, 500463.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 414.0, "TNODE_": 416.0, "LPOLY_": 9.0, "RPOLY_": 178.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100246.0, 496780.0 ], [ 100279.0, 496850.0 ], [ 100363.0, 496975.0 ], [ 100446.0, 497026.0 ], [ 100517.0, 497018.0 ], [ 100543.0, 496936.0 ], [ 100514.0, 496840.0 ], [ 100508.0, 496780.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 417.0, "TNODE_": 403.0, "LPOLY_": 9.0, "RPOLY_": 172.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101055.0, 496779.0 ], [ 101242.0, 496920.0 ], [ 101407.0, 497215.0 ], [ 101516.0, 497508.0 ], [ 101619.0, 497764.0 ], [ 101714.0, 497946.0 ], [ 101818.0, 497904.0 ], [ 101866.0, 497869.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 59.0, "FNODE_": 418.0, "TNODE_": 370.0, "LPOLY_": 153.0, "RPOLY_": 152.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 496779.0 ], [ 104691.0, 496985.0 ], [ 104931.0, 497222.0 ], [ 105040.0, 497554.0 ], [ 104895.0, 497843.0 ], [ 104773.0, 498114.0 ], [ 104949.0, 498404.0 ], [ 105066.0, 498623.0 ], [ 105225.0, 498806.0 ], [ 105221.0, 499018.0 ], [ 105210.0, 499233.0 ], [ 105267.0, 499396.0 ], [ 105369.0, 499541.0 ], [ 105467.0, 499651.0 ], [ 105547.0, 499838.0 ], [ 105497.0, 500021.0 ], [ 105321.0, 500204.0 ], [ 105190.0, 500367.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 421.0, "TNODE_": 407.0, "LPOLY_": 174.0, "RPOLY_": 153.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104449.0, 496778.0 ], [ 104517.0, 496929.0 ], [ 104586.0, 497023.0 ], [ 104622.0, 497068.0 ], [ 104693.0, 497173.0 ], [ 104785.0, 497305.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 422.0, "TNODE_": 409.0, "LPOLY_": 177.0, "RPOLY_": 174.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104277.0, 496777.0 ], [ 104299.0, 496893.0 ], [ 104326.0, 496960.0 ], [ 104353.0, 497008.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 423.0, "TNODE_": 420.0, "LPOLY_": 175.0, "RPOLY_": 173.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101836.0, 496777.0 ], [ 101819.0, 496956.0 ], [ 101821.0, 497084.0 ], [ 101775.0, 497221.0 ], [ 101682.0, 497215.0 ], [ 101514.0, 497078.0 ], [ 101318.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 424.0, "TNODE_": 419.0, "LPOLY_": 173.0, "RPOLY_": 172.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101938.0, 496777.0 ], [ 101948.0, 496852.0 ], [ 101925.0, 496952.0 ], [ 101915.0, 497033.0 ], [ 101874.0, 497196.0 ], [ 101862.0, 497265.0 ], [ 101840.0, 497320.0 ], [ 101801.0, 497433.0 ], [ 101764.0, 497478.0 ], [ 101665.0, 497379.0 ], [ 101527.0, 497200.0 ], [ 101421.0, 497072.0 ], [ 101334.0, 496957.0 ], [ 101279.0, 496879.0 ], [ 101201.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 425.0, "TNODE_": 403.0, "LPOLY_": 172.0, "RPOLY_": 169.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102033.0, 496777.0 ], [ 102006.0, 496921.0 ], [ 101960.0, 497114.0 ], [ 101935.0, 497309.0 ], [ 101914.0, 497389.0 ], [ 101904.0, 497545.0 ], [ 101885.0, 497737.0 ], [ 101866.0, 497869.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 426.0, "TNODE_": 408.0, "LPOLY_": 9.0, "RPOLY_": 177.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104050.0, 496776.0 ], [ 104232.0, 496980.0 ], [ 104391.0, 497073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 395.0, "TNODE_": 427.0, "LPOLY_": 9.0, "RPOLY_": 169.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102429.0, 498364.0 ], [ 102385.0, 498224.0 ], [ 102258.0, 497875.0 ], [ 102204.0, 497620.0 ], [ 102278.0, 497443.0 ], [ 102195.0, 497297.0 ], [ 102060.0, 497349.0 ], [ 101996.0, 497197.0 ], [ 102055.0, 496973.0 ], [ 102110.0, 496971.0 ], [ 102264.0, 497188.0 ], [ 102436.0, 497337.0 ], [ 102535.0, 497510.0 ], [ 102628.0, 497375.0 ], [ 102639.0, 497118.0 ], [ 102628.0, 496943.0 ], [ 102652.0, 496775.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 428.0, "TNODE_": 429.0, "LPOLY_": 9.0, "RPOLY_": 176.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 496775.0 ], [ 103150.0, 496930.0 ], [ 103286.0, 497116.0 ], [ 103456.0, 497196.0 ], [ 103571.0, 497163.0 ], [ 103470.0, 496959.0 ], [ 103496.0, 496856.0 ], [ 103571.0, 496774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104134.0, 523261.0 ], [ 104249.0, 523079.0 ], [ 104452.0, 522784.0 ], [ 104656.0, 522502.0 ], [ 104920.0, 522152.0 ], [ 105149.0, 521835.0 ], [ 104793.0, 522085.0 ], [ 104504.0, 522302.0 ], [ 104285.0, 522562.0 ], [ 104088.0, 522808.0 ], [ 104092.0, 522861.0 ], [ 104119.0, 523051.0 ], [ 104134.0, 523261.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108510.0, 522164.0 ], [ 108401.0, 521805.0 ], [ 108198.0, 521608.0 ], [ 107913.0, 521474.0 ], [ 107751.0, 521444.0 ], [ 107368.0, 521444.0 ], [ 107280.0, 521438.0 ], [ 107025.0, 521468.0 ], [ 106921.0, 521474.0 ], [ 106650.0, 521496.0 ], [ 106557.0, 521510.0 ], [ 106672.0, 521531.0 ], [ 107009.0, 521556.0 ], [ 107113.0, 521567.0 ], [ 107294.0, 521625.0 ], [ 107335.0, 521660.0 ], [ 107387.0, 521688.0 ], [ 107601.0, 521753.0 ], [ 107782.0, 521786.0 ], [ 107971.0, 521868.0 ], [ 108510.0, 522164.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107956.0, 521123.0 ], [ 107828.0, 520964.0 ], [ 107675.0, 520828.0 ], [ 107457.0, 520875.0 ], [ 107206.0, 520935.0 ], [ 106948.0, 521016.0 ], [ 106638.0, 521111.0 ], [ 106395.0, 521229.0 ], [ 106669.0, 521182.0 ], [ 106909.0, 521130.0 ], [ 107320.0, 521113.0 ], [ 107538.0, 521039.0 ], [ 107730.0, 521034.0 ], [ 107956.0, 521123.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103973.0, 521909.0 ], [ 104249.0, 521668.0 ], [ 104518.0, 521442.0 ], [ 104915.0, 521165.0 ], [ 105380.0, 520892.0 ], [ 105997.0, 520538.0 ], [ 106734.0, 520186.0 ], [ 106677.0, 520156.0 ], [ 106546.0, 520069.0 ], [ 106510.0, 519863.0 ], [ 106557.0, 519730.0 ], [ 106454.0, 519517.0 ], [ 106370.0, 519327.0 ], [ 106315.0, 519004.0 ], [ 106386.0, 519016.0 ], [ 106418.0, 518980.0 ], [ 106420.0, 518807.0 ], [ 106419.0, 518711.0 ], [ 106436.0, 518659.0 ], [ 106446.0, 518586.0 ], [ 106435.0, 518523.0 ], [ 106395.0, 518546.0 ], [ 106379.0, 518583.0 ], [ 106281.0, 518591.0 ], [ 106213.0, 518498.0 ], [ 106180.0, 518411.0 ], [ 106175.0, 518311.0 ], [ 106173.0, 518232.0 ], [ 106226.0, 518151.0 ], [ 106236.0, 517973.0 ], [ 106198.0, 517717.0 ], [ 106142.0, 517586.0 ], [ 106158.0, 517462.0 ], [ 106229.0, 517321.0 ], [ 106189.0, 517244.0 ], [ 106074.0, 517311.0 ], [ 106040.0, 517383.0 ], [ 106037.0, 517460.0 ], [ 106122.0, 517679.0 ], [ 106108.0, 517785.0 ], [ 106026.0, 517995.0 ], [ 106019.0, 518154.0 ], [ 106095.0, 518404.0 ], [ 106124.0, 518699.0 ], [ 106075.0, 518725.0 ], [ 106072.0, 518786.0 ], [ 106093.0, 518949.0 ], [ 106044.0, 519008.0 ], [ 106040.0, 519095.0 ], [ 106103.0, 519178.0 ], [ 106213.0, 519264.0 ], [ 106275.0, 519439.0 ], [ 106173.0, 519502.0 ], [ 105974.0, 519570.0 ], [ 105829.0, 519434.0 ], [ 105692.0, 519125.0 ], [ 105659.0, 518933.0 ], [ 105637.0, 518645.0 ], [ 105661.0, 518350.0 ], [ 105742.0, 517986.0 ], [ 105880.0, 517686.0 ], [ 105981.0, 517442.0 ], [ 106001.0, 517169.0 ], [ 105838.0, 517124.0 ], [ 105762.0, 517065.0 ], [ 105735.0, 517309.0 ], [ 105619.0, 517435.0 ], [ 105506.0, 517411.0 ], [ 105378.0, 517246.0 ], [ 105303.0, 516942.0 ], [ 105290.0, 516567.0 ], [ 105299.0, 516199.0 ], [ 105308.0, 515940.0 ], [ 105304.0, 515710.0 ], [ 103127.0, 515702.0 ], [ 103143.0, 515846.0 ], [ 103216.0, 516322.0 ], [ 103277.0, 516866.0 ], [ 103413.0, 517861.0 ], [ 103517.0, 518636.0 ], [ 103598.0, 519220.0 ], [ 103652.0, 518959.0 ], [ 103659.0, 518852.0 ], [ 103710.0, 518546.0 ], [ 103766.0, 518256.0 ], [ 103838.0, 517959.0 ], [ 103903.0, 517594.0 ], [ 103958.0, 517404.0 ], [ 104023.0, 517216.0 ], [ 104158.0, 517061.0 ], [ 104196.0, 517094.0 ], [ 104224.0, 517251.0 ], [ 104232.0, 517451.0 ], [ 104189.0, 517682.0 ], [ 104159.0, 517946.0 ], [ 104126.0, 518162.0 ], [ 104119.0, 518358.0 ], [ 104196.0, 518384.0 ], [ 104328.0, 518318.0 ], [ 104456.0, 518258.0 ], [ 104569.0, 518235.0 ], [ 104608.0, 518292.0 ], [ 104536.0, 518439.0 ], [ 104374.0, 518680.0 ], [ 104263.0, 518923.0 ], [ 104130.0, 519294.0 ], [ 104066.0, 519673.0 ], [ 104013.0, 520049.0 ], [ 104020.0, 520427.0 ], [ 104056.0, 520816.0 ], [ 104066.0, 521076.0 ], [ 104031.0, 521490.0 ], [ 103973.0, 521909.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106932.0, 522348.0 ], [ 107072.0, 522314.0 ], [ 107100.0, 522163.0 ], [ 106975.0, 522031.0 ], [ 106786.0, 521905.0 ], [ 106540.0, 521788.0 ], [ 106060.0, 521478.0 ], [ 105860.0, 521442.0 ], [ 105769.0, 521557.0 ], [ 105854.0, 521737.0 ], [ 105986.0, 521890.0 ], [ 106293.0, 522075.0 ], [ 106549.0, 522226.0 ], [ 106770.0, 522307.0 ], [ 106932.0, 522348.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106304.0, 524801.0 ], [ 106438.0, 524751.0 ], [ 106486.0, 524679.0 ], [ 106521.0, 524401.0 ], [ 106552.0, 524088.0 ], [ 106570.0, 523818.0 ], [ 106668.0, 523488.0 ], [ 106809.0, 523222.0 ], [ 106910.0, 523010.0 ], [ 106861.0, 522963.0 ], [ 106655.0, 522949.0 ], [ 106371.0, 522995.0 ], [ 106066.0, 523085.0 ], [ 105717.0, 523078.0 ], [ 105398.0, 523119.0 ], [ 105348.0, 523274.0 ], [ 105418.0, 523440.0 ], [ 105533.0, 523611.0 ], [ 105632.0, 523799.0 ], [ 105738.0, 524016.0 ], [ 105933.0, 524446.0 ], [ 106128.0, 524696.0 ], [ 106304.0, 524801.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_interpolation_points.geojson new file mode 100644 index 0000000..5a47b1f --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_interpolation_points.geojson @@ -0,0 +1,2856 @@ +{ +"type": "FeatureCollection", +"name": "DS11_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 515677.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 515712.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 515631.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 515677.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 515610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 515631.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 513146.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105162.0, 513460.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105006.0, 513760.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 513992.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104606.0, 514188.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104438.0, 514469.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 514612.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104121.0, 514695.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 514845.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104046.0, 514990.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 515201.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104594.0, 515344.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104826.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 515543.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105154.0, 515474.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 515482.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 515558.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 515610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 515504.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105944.0, 515582.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 514867.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 515009.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 515226.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103444.0, 515267.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103305.0, 515259.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103208.0, 515334.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 515440.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103433.0, 515580.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 515488.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104133.0, 515351.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104924.0, 515638.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 514867.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 514976.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103264.0, 515095.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 515178.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 515320.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 515475.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 515640.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107870.0, 515360.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107787.0, 515434.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107656.0, 515510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107439.0, 515496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 515408.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106990.0, 515385.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106626.0, 515245.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106319.0, 514887.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 514582.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105980.0, 514341.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 514122.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 514074.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 514190.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 514513.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 514872.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 515188.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 515422.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105042.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 515412.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105521.0, 515503.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 513102.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 513088.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104012.0, 513072.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 513145.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103913.0, 513363.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 513445.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103428.0, 513505.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 512974.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 513184.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104875.0, 513490.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104644.0, 513747.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104387.0, 514102.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 514266.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 514433.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 514646.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 512084.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 512027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 512027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104538.0, 511988.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104275.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 511694.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 511613.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 511616.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103847.0, 511725.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 511901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 512129.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103884.0, 512482.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 512761.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106952.0, 511943.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106849.0, 512005.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106738.0, 512097.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 512421.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 512560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106775.0, 512856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106661.0, 513062.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106670.0, 513279.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106777.0, 513672.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106817.0, 514068.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106912.0, 514403.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107057.0, 514540.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107269.0, 514671.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107556.0, 514756.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.0, 511058.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106604.0, 511124.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106176.0, 511221.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 511376.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105552.0, 511636.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 512047.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105335.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105209.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105204.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105204.0, 511973.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 512001.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 512048.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 512082.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 512099.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105276.0, 512114.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105296.0, 512128.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 512128.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 512128.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105335.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105209.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 511584.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 511320.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105922.0, 511178.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106269.0, 511017.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106447.0, 510750.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106671.0, 510319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106915.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106823.0, 509414.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106915.0, 511805.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106866.0, 511842.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106781.0, 511810.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106728.0, 511811.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 511787.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106559.0, 511791.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 511809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106130.0, 511766.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 511810.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 511971.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 512147.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 512350.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 512531.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105571.0, 512640.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 511566.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106647.0, 511514.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106404.0, 511592.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 511617.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105919.0, 511740.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 511933.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 512166.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 512367.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 512540.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 512731.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 512842.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106786.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106633.0, 511380.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 511411.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106078.0, 511500.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105771.0, 511737.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105532.0, 512046.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 512256.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 512449.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 512584.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 512812.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 513035.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104695.0, 513356.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104506.0, 513641.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104248.0, 513851.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104051.0, 513948.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 514117.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106032.0, 510103.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106169.0, 510196.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106368.0, 510435.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 510694.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106217.0, 510911.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 511028.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105683.0, 511135.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105468.0, 511235.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 511328.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105189.0, 511416.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105187.0, 511579.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105134.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 511970.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 512207.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104929.0, 512483.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104802.0, 512642.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104690.0, 512652.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104615.0, 512586.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 512310.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 512034.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104231.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104129.0, 511878.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 511996.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 512307.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103941.0, 512593.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 512751.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 512888.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 510114.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 510126.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104176.0, 510112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 510087.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 510011.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 510062.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 510316.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103613.0, 510623.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 510917.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103876.0, 511270.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104016.0, 511525.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104238.0, 511738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 511819.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104537.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104697.0, 512015.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108980.0, 509934.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108899.0, 510115.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108770.0, 510407.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108798.0, 510722.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108942.0, 510977.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109105.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109301.0, 511150.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 508837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 508970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 509161.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 509388.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 509566.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 509824.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 508629.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104098.0, 508621.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 508611.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 508554.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 508837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103308.0, 508807.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 508761.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 508721.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 508682.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103362.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 508579.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 508556.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 508543.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 508554.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 509921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 509906.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103981.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104195.0, 510016.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 510043.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 510063.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 509824.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 509857.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 509896.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 509924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 509956.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 509971.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 509978.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 509971.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 509949.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 509921.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 509720.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106630.0, 509998.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 510421.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106437.0, 510636.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106274.0, 510896.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 511063.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105665.0, 511222.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 511332.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105279.0, 511475.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 511716.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105151.0, 511916.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 512127.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104994.0, 512351.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104899.0, 512585.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104747.0, 512738.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 512702.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 512447.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104243.0, 512298.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 512439.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103992.0, 512690.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 512912.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 512951.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 508914.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 508814.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 508768.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 508742.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 508688.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 508667.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 508659.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 508650.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 509767.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103962.0, 509833.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 509908.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 509953.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 510006.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 509997.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 509920.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 509838.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 509721.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 509561.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 509391.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104105.0, 509292.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509225.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104426.0, 508681.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 508649.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 508650.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 508914.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 509165.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 509443.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 509632.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 509679.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 509679.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 509689.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 509711.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 509743.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 509775.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 509767.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104047.0, 509570.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104144.0, 509636.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104290.0, 509721.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104408.0, 509803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 509839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104516.0, 509969.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105387.0, 509500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 509705.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105421.0, 509899.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105500.0, 510014.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 509450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 509676.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105571.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 509934.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 510028.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105728.0, 509300.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 509486.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105720.0, 509670.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 509869.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 509984.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 509255.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 509287.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104030.0, 509354.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 509383.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 509483.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103984.0, 509565.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 509654.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 509689.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104204.0, 509736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 509785.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104404.0, 509853.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 509917.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 509953.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 509999.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 509214.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 509071.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 509098.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 509123.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 509181.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103859.0, 509200.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 509212.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 509219.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 509214.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 509029.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 509059.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 509071.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 508928.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 508838.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 508811.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103946.0, 508824.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 508830.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 508887.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104210.0, 508932.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104242.0, 508945.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 508989.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 509008.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 509029.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 509232.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 509424.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 509543.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 509700.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 509973.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 510183.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 510381.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 510580.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 510809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103508.0, 511015.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 511282.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 511645.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 511938.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 512239.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 512504.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509067.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509288.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 509353.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103964.0, 509279.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104161.0, 509176.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104175.0, 508818.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103956.0, 508761.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 508704.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509067.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 508979.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 508921.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 508833.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103505.0, 508791.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 508724.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 508711.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 508705.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 508701.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 508704.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104295.0, 508994.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104175.0, 508984.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 508902.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 508865.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 508934.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 509031.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 509119.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103922.0, 509111.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 509074.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104146.0, 509070.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104288.0, 509061.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 509044.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 509044.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 508994.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104295.0, 508994.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106481.0, 508681.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106487.0, 508953.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106561.0, 509194.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106586.0, 509288.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 509395.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108463.0, 508671.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108433.0, 508870.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108286.0, 509163.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108140.0, 509439.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108092.0, 509691.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108191.0, 510032.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108286.0, 510424.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 510794.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108520.0, 511158.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108742.0, 511469.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108880.0, 511638.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109016.0, 511773.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108632.0, 508551.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108543.0, 508747.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108484.0, 508983.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108515.0, 509305.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108678.0, 509605.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108766.0, 509871.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108656.0, 510133.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108512.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108479.0, 510602.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108667.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108931.0, 511164.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109156.0, 511385.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109346.0, 511506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 508924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103258.0, 508745.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 508582.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 508514.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 508514.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 508559.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103937.0, 508596.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104203.0, 508604.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108803.0, 508501.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108733.0, 508739.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108608.0, 509041.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108679.0, 509321.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108856.0, 509538.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109009.0, 509686.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.0, 508012.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 508099.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 508218.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105954.0, 508333.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 507432.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103889.0, 507445.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 507450.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 507445.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 507438.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 507642.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 507545.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104083.0, 507447.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 507419.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 507438.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103924.0, 507411.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104051.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 507113.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 506537.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 506419.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103976.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 506306.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 506389.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104716.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104799.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104948.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105001.0, 505467.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104979.0, 505256.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 505123.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 505117.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104562.0, 504884.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104646.0, 504675.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 504454.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 504358.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 504436.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 504431.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103058.0, 504456.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 504514.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 504662.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 504831.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 505040.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 505245.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 505516.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 507088.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103752.0, 507093.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 507110.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 507653.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 507662.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507674.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 507679.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 507674.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 507663.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103791.0, 505731.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103805.0, 506192.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 506235.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 506261.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103639.0, 506340.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 506384.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103408.0, 505684.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 505642.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103494.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104417.0, 507066.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104392.0, 507181.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 507289.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104160.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 507634.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 507663.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 506977.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 507552.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 507534.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 507499.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 507439.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 507408.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 507394.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 507792.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 507888.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 507895.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103747.0, 507823.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 507691.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 507602.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 507590.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 507636.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 507611.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 507584.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 507570.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103911.0, 507573.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103911.0, 507582.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 507590.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 507636.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 507662.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 507552.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105682.0, 507065.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105466.0, 506866.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105337.0, 506713.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105127.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 506878.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 507142.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 507348.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104774.0, 507416.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104404.0, 507393.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 507561.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104141.0, 507743.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 507808.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 507818.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103848.0, 507765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 507692.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 507601.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507595.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507390.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 507516.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103877.0, 507547.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 507615.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 507519.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 507544.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 507576.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 507591.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 507601.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 507617.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 507622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 507622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 507615.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507595.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 507586.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 507578.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 507554.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 507528.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103983.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 507496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 507494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 507502.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507509.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 507516.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 507496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 507492.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 507462.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 507337.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 507462.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 507543.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103195.0, 507590.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 507720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507864.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 507491.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103922.0, 507478.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103978.0, 507469.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 507541.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 507528.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104018.0, 507511.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104015.0, 507489.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 507479.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 507471.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103990.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103978.0, 507469.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 506670.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 506805.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 506901.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 506934.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 507104.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 507155.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104005.0, 507252.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103924.0, 507380.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 507491.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 507489.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507487.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 507466.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 507541.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 507654.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 507711.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 507740.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 507606.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 507423.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104330.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 507291.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 507090.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105008.0, 506902.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104884.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104703.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 506883.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 506636.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 506505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103078.0, 507197.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103191.0, 507311.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 507420.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 507435.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 507327.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 507093.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 507040.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 506982.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 507016.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 507144.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 507257.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 507236.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 507226.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103614.0, 507205.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 507180.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 507164.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 507152.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 507144.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 507245.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 507093.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 507321.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103464.0, 507371.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103264.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103179.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 507103.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 507076.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 507080.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 507092.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 507101.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103293.0, 507212.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 507166.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 507076.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 507261.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 507256.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 507214.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 507140.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 507115.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 507103.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 507101.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 506928.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 507025.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 507233.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103644.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 507017.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 506957.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 506903.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 506928.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103227.0, 506916.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 506901.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 506894.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 506899.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 506903.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 506367.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103185.0, 506507.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 506616.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102816.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105984.0, 506693.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105931.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105934.0, 506850.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506925.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105952.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105896.0, 506745.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105892.0, 506818.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105921.0, 506882.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 506935.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 506961.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105887.0, 506653.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105866.0, 506791.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105926.0, 506902.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 506952.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 506965.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105822.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 506934.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105987.0, 507006.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106065.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 506618.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103711.0, 506687.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 506756.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 506605.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 506674.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 506763.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 506529.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106777.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106715.0, 506681.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106769.0, 506799.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106704.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 507230.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 507490.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106528.0, 507772.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106458.0, 507932.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106344.0, 507996.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106863.0, 506443.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 506529.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 506562.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104388.0, 506671.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 506811.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104715.0, 506744.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 506492.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103740.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103797.0, 506569.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 506651.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103848.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103856.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103845.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 506783.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106669.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106545.0, 506670.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 507410.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105842.0, 507908.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 508098.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106566.0, 506425.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106478.0, 506518.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106408.0, 506726.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 506880.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106941.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106818.0, 506617.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106811.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106772.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 507312.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106617.0, 507635.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106618.0, 507953.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106992.0, 506326.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106833.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 506890.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106733.0, 507186.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106717.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106772.0, 507616.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106746.0, 507838.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107090.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107104.0, 506475.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107028.0, 506754.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106824.0, 507191.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107130.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107186.0, 506273.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107229.0, 506468.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107140.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107001.0, 506961.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106946.0, 507087.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106882.0, 507231.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105868.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105871.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105931.0, 506535.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 506146.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105909.0, 506255.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105912.0, 506368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 506521.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 506029.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 506075.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 506102.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 506168.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506194.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103540.0, 506144.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103506.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103540.0, 506144.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105774.0, 506136.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105801.0, 506295.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 506555.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105737.0, 506103.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105781.0, 506239.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107185.0, 506080.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107314.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107293.0, 506632.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107102.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106988.0, 507122.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106930.0, 507291.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107198.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107439.0, 506456.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107417.0, 506893.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107252.0, 507236.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107061.0, 507487.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106787.0, 509332.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106729.0, 509196.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 508953.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106632.0, 508752.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 508461.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 508319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106833.0, 508168.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.0, 507908.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107217.0, 507588.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107437.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107542.0, 506758.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107520.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107386.0, 506108.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107218.0, 506023.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 108034.0, 504718.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107823.0, 504739.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107445.0, 504670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107152.0, 504669.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107101.0, 504821.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107023.0, 504993.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106997.0, 505113.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107030.0, 505387.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106912.0, 505627.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106859.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106877.0, 505847.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106907.0, 505878.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106907.0, 505878.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106946.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106961.0, 505919.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106976.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106991.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 107007.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109409.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109221.0, 505921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109074.0, 506029.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108974.0, 506211.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107270.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107407.0, 505801.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107672.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107818.0, 506484.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107761.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107647.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107486.0, 507700.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107434.0, 508086.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107540.0, 508458.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107622.0, 508669.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107678.0, 508824.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103811.0, 505876.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 505653.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105392.0, 505727.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 505883.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 505979.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105397.0, 505915.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105464.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105532.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 505647.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 505690.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105392.0, 505727.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107243.0, 505610.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107396.0, 505739.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107670.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107888.0, 506159.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107998.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107915.0, 507205.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107733.0, 507654.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107594.0, 508052.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107641.0, 508406.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107766.0, 508694.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107808.0, 508843.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105624.0, 505593.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 505641.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105291.0, 505803.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 505994.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105245.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 506482.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 506493.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105423.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 506359.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 506239.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 505953.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 505774.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 505659.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105624.0, 505593.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107467.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107748.0, 505795.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107963.0, 505957.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108021.0, 506117.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108149.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108186.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108060.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107925.0, 507926.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107826.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107841.0, 508632.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107922.0, 508856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107220.0, 505551.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107809.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107980.0, 505614.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108148.0, 505697.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107220.0, 505551.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 505672.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107903.0, 505792.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108123.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108292.0, 506075.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108442.0, 506372.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108508.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108484.0, 507152.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 507518.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108402.0, 507652.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105587.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105196.0, 506014.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 506182.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 506442.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 506534.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105419.0, 506515.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 506445.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105535.0, 506315.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 506084.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 505957.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 505871.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105524.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105647.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105749.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 505463.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 505468.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 505598.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105902.0, 505470.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105959.0, 505398.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106072.0, 505516.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106034.0, 505626.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104323.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 506422.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 506534.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 506610.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 506576.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 506425.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 506206.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105579.0, 506056.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 505831.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105658.0, 505702.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105747.0, 505606.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 505445.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 505334.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105577.0, 505393.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104566.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104675.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104647.0, 505399.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 505354.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 505318.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104303.0, 505309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 505318.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 505445.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 505490.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103941.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 505653.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 505698.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 505743.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 505283.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103086.0, 505383.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103173.0, 505656.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 505392.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 505283.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106064.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106097.0, 505351.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 505171.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105763.0, 505131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 505129.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105386.0, 505169.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 505260.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105695.0, 505292.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105841.0, 505325.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 505416.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105798.0, 505634.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105674.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105562.0, 505790.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 505836.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105572.0, 505891.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 505927.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 505100.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 505136.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 505156.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 505164.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 505177.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 504860.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 505028.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 505298.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 505412.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103841.0, 505666.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 505842.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 506091.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 506159.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104487.0, 506013.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104708.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 505472.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 505295.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 505199.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 505177.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 504910.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 504574.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104347.0, 504418.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104003.0, 504425.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 504495.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 504499.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 504510.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 504607.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 504805.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 504971.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 505152.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 505411.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 505652.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 505724.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 505155.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103610.0, 505140.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 505262.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 505288.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 505251.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103990.0, 505154.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 504930.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 505085.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 505202.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 505455.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 505703.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 505668.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103424.0, 504984.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 504770.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 504670.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 504549.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 504645.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 504770.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 505085.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 505513.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 505597.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 505744.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104979.0, 505971.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 506053.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104748.0, 505953.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 505659.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105177.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105077.0, 505183.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 505029.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104730.0, 504980.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 504790.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104759.0, 504532.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 504326.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104236.0, 504265.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 504285.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103823.0, 504367.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 504375.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 504384.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 504369.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 504699.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102507.0, 504933.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102670.0, 505138.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 505238.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 505527.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 505749.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108027.0, 504261.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107891.0, 504357.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107562.0, 504351.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107288.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107015.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106885.0, 504340.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106875.0, 504463.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106981.0, 504711.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106891.0, 504856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106724.0, 505003.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106646.0, 505163.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 505232.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106897.0, 505284.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106945.0, 505330.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106908.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106863.0, 505608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106832.0, 505747.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106835.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106921.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107001.0, 505955.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109389.0, 504932.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109173.0, 504783.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 504525.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108828.0, 504231.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108748.0, 503965.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108672.0, 503817.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108539.0, 503737.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108338.0, 503708.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108168.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108003.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107727.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107366.0, 504153.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107142.0, 504159.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106997.0, 504189.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 504291.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106807.0, 504344.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106801.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 504754.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106657.0, 504919.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106609.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 505171.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106712.0, 505231.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106831.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106889.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106795.0, 505673.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106789.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 505903.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106996.0, 505971.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109383.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109185.0, 504528.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108982.0, 504273.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108825.0, 503978.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108713.0, 503801.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108519.0, 503656.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 503622.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108131.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107917.0, 503872.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107728.0, 504004.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107491.0, 504063.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 504111.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107079.0, 504138.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106911.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106696.0, 504368.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 504590.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106652.0, 504856.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 504991.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106576.0, 505149.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106694.0, 505242.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 505352.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 505780.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106821.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109377.0, 504405.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109185.0, 504344.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108997.0, 504093.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 503857.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108764.0, 503730.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108624.0, 503645.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108395.0, 503584.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108130.0, 503601.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107937.0, 503687.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107644.0, 503839.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 503992.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107066.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106911.0, 504171.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106694.0, 504321.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106541.0, 504476.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106490.0, 504740.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106435.0, 504991.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 505130.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106623.0, 505230.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106731.0, 505317.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 505472.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106719.0, 505576.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 505797.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106782.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106849.0, 506026.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106957.0, 506092.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109336.0, 502507.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109098.0, 502498.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108768.0, 502599.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 502922.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108207.0, 503157.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107951.0, 503341.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107618.0, 503443.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107164.0, 503440.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106841.0, 503435.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106647.0, 503485.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106502.0, 503552.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106449.0, 503670.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106431.0, 503771.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 503814.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106133.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105979.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105815.0, 503742.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 503915.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105463.0, 504117.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 504281.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105192.0, 504380.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105249.0, 504586.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 504765.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 504940.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 504992.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.0, 505036.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105702.0, 505031.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 505027.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106065.0, 505142.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106171.0, 505384.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106264.0, 505608.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106348.0, 505792.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106407.0, 506012.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106224.0, 506136.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106051.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 506334.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 506391.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 506233.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106092.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.0, 505932.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 505706.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 505152.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105897.0, 505063.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105694.0, 505057.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105431.0, 505041.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105224.0, 505010.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105137.0, 504952.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 504804.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105196.0, 504636.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 504490.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 504399.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105177.0, 504275.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 503988.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 503862.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106186.0, 503579.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106496.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106676.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106844.0, 503296.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 504314.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 504253.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 504294.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 504328.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 504318.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 504329.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 504257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 504231.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 504281.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 504378.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104824.0, 504539.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 504894.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 504925.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 504845.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 504709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105033.0, 504293.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105145.0, 504186.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 504087.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105493.0, 503947.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 503714.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 503579.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 503518.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106389.0, 503459.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 503413.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 503359.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106720.0, 503234.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106654.0, 503201.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106387.0, 503340.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105772.0, 503547.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 503702.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105428.0, 503920.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 504094.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105030.0, 504206.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104969.0, 504387.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 504560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105054.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105011.0, 504826.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 504873.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 504714.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104873.0, 504585.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 504390.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 504136.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 504238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 504221.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102551.0, 504127.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109372.0, 504175.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109142.0, 503974.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108878.0, 503741.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108647.0, 503542.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108291.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107938.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107682.0, 503694.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107381.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107045.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106801.0, 504136.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106587.0, 504251.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106435.0, 504428.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 504700.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 505007.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 505126.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106143.0, 505075.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 504926.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105821.0, 504903.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 504920.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105551.0, 504922.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105475.0, 504798.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105445.0, 504714.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 504597.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.0, 504468.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 504408.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 504374.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 504352.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105926.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106098.0, 504135.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106410.0, 504147.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106644.0, 504133.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 504097.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106802.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106703.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106627.0, 503715.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106639.0, 503636.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 503585.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.0, 503589.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107530.0, 503576.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107776.0, 503563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108008.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108219.0, 503348.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108464.0, 503179.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108835.0, 503101.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109078.0, 503114.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109349.0, 503096.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102035.0, 502922.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 502955.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 500567.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102673.0, 500619.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 500798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102621.0, 501014.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 501392.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102411.0, 501517.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 501490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 501490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102948.0, 501599.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 501718.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 501728.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 501643.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102585.0, 501632.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 501730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 501790.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 501856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 501957.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 502108.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 502342.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 502547.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 502692.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 502857.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102035.0, 502922.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109344.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108979.0, 502868.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108603.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 503014.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108230.0, 503227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108018.0, 503382.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107708.0, 503517.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 503536.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106925.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 503520.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 503637.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106633.0, 503795.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 503934.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106690.0, 504035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106503.0, 504104.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 503959.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 503794.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 503818.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105662.0, 503984.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 504246.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105289.0, 504349.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 504509.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 504896.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105572.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 504991.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106007.0, 505060.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106129.0, 505186.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106203.0, 505364.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106263.0, 505531.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106411.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106547.0, 505847.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106641.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 506288.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109327.0, 502104.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109159.0, 502099.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108899.0, 502085.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108604.0, 502151.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108446.0, 502323.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108348.0, 502625.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108262.0, 502774.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102610.0, 501710.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 501736.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 501765.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102758.0, 501752.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102648.0, 501692.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102610.0, 501710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 501693.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 501769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 501826.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102799.0, 501855.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 501846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 501777.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 501693.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 501464.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 501534.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 501715.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 501881.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 502092.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 502315.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 502508.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103075.0, 502642.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 502721.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 502802.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 502953.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102246.0, 501455.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102312.0, 501514.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 501635.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 501731.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 501788.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 501955.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 502053.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102618.0, 502037.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 502024.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 501391.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501529.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 501643.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 501884.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 502114.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 502362.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103026.0, 502535.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 502774.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104242.0, 501293.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 501343.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103811.0, 501420.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 501895.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 502176.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 502532.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 502778.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 502899.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 502996.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104977.0, 501265.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 501389.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 501528.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 501042.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 101570.0, 501057.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 501097.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 101424.0, 501217.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107014.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107170.0, 501373.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107352.0, 501236.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107433.0, 501165.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107509.0, 501036.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107673.0, 500882.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107955.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108218.0, 501005.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108385.0, 501056.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104278.0, 500811.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 500976.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 501012.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103731.0, 501107.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 501197.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104117.0, 501159.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104310.0, 501158.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 500629.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 500688.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103919.0, 500757.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 500794.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 500812.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 500806.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104120.0, 500562.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 500627.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 500690.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 500681.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.0, 501047.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107032.0, 500853.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107139.0, 500537.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107621.0, 500342.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107864.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108114.0, 500751.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108241.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108488.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109278.0, 499837.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108970.0, 499977.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108771.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108616.0, 500229.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108408.0, 500361.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108105.0, 500348.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107835.0, 500244.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107603.0, 500109.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107326.0, 500022.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105138.0, 499707.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105246.0, 499724.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105411.0, 499739.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 499829.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 499959.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 500032.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109269.0, 499465.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108994.0, 499588.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108765.0, 499830.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108626.0, 500079.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108459.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108318.0, 500307.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108164.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107981.0, 500067.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 499879.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107291.0, 499811.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102714.0, 499312.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102598.0, 499366.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 499455.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 499541.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 499641.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 499848.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102335.0, 499963.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102063.0, 499829.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101882.0, 499803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 499840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 499901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104785.0, 497305.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 497310.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 497782.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 497982.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 498130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104775.0, 498707.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 498956.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105105.0, 499228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 496778.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 496929.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104586.0, 497023.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 497068.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104693.0, 497173.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104785.0, 497305.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105105.0, 499228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 499405.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105313.0, 499605.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105474.0, 499703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 499919.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 500040.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105331.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101055.0, 496779.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101242.0, 496920.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101407.0, 497215.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101516.0, 497508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101714.0, 497946.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 497904.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 497869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102033.0, 496777.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 496921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 497114.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 497389.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101904.0, 497545.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 497737.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 497869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 498364.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 497875.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 497443.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 497297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102060.0, 497349.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101996.0, 497197.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102055.0, 496973.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 496971.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102264.0, 497188.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102436.0, 497337.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 497510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 497375.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102639.0, 497118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 496943.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102652.0, 496775.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102495.0, 499251.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102314.0, 499402.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 499529.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102608.0, 499710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 499830.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101944.0, 499696.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101768.0, 499736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101740.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 499965.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101917.0, 499997.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 498630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 498723.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 498745.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 498753.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 498630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 498756.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102678.0, 498766.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 498507.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 498467.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 498467.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 498364.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101969.0, 498275.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102190.0, 498374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 498422.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 498467.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101706.0, 498117.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101560.0, 498071.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101416.0, 498127.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101327.0, 498287.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101282.0, 498592.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101252.0, 498948.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101189.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101196.0, 499385.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101286.0, 499623.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101399.0, 499809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 500056.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101574.0, 500283.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101648.0, 500311.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101686.0, 500193.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101757.0, 500122.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101808.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 498215.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 498317.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 498364.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101808.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 497865.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 497869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 497853.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 497865.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101808.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 498029.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101901.0, 498027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 498040.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 498053.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 498057.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101974.0, 498057.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102005.0, 498048.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102037.0, 498029.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 498001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 497988.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 497979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 497961.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 497927.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102076.0, 497896.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102074.0, 497881.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 497842.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 497838.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101937.0, 497838.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 497838.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101894.0, 497844.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 497849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 497853.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 498940.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 498947.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103193.0, 498946.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109259.0, 499001.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109050.0, 498994.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108839.0, 499139.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108626.0, 499316.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 499383.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108065.0, 499334.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107763.0, 499106.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107537.0, 498823.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 498614.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101824.0, 498642.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 498770.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 498965.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 499060.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102114.0, 499011.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 498949.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102277.0, 498825.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102199.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 498576.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101947.0, 498566.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 498614.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 498525.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 105865.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 106063.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 498628.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 106019.0, 498539.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 498425.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 498401.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109241.0, 498177.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108999.0, 498286.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108791.0, 498596.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108662.0, 498828.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108377.0, 499028.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108015.0, 498965.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107741.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107599.0, 498413.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107449.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107269.0, 497978.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107089.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 497549.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106678.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106486.0, 497199.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106279.0, 497210.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106192.0, 497389.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 497772.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106219.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106274.0, 498654.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106281.0, 498613.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106274.0, 498654.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106134.0, 498509.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106034.0, 498213.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.0, 497920.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 497708.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 497771.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 498012.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105491.0, 498328.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 498628.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105767.0, 498720.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 498729.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 498777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106137.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 498953.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 498978.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 499246.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105801.0, 499459.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105839.0, 499692.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 499853.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106892.0, 497842.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 497680.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106671.0, 497576.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106483.0, 497561.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106321.0, 497691.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106360.0, 497965.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107065.0, 497932.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 497790.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 497612.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 497499.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 497368.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106278.0, 497478.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106261.0, 497973.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106353.0, 498211.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 496776.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 496980.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104391.0, 497073.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 497008.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104391.0, 497073.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 496777.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 496893.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104326.0, 496960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 497008.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109211.0, 496804.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109017.0, 496913.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108785.0, 497039.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108588.0, 497374.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 497834.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108385.0, 498160.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108176.0, 498390.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107863.0, 498241.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107514.0, 498055.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107222.0, 497739.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 497493.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 497192.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106753.0, 496983.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 496889.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 496889.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 496790.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105022.0, 496781.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105237.0, 497176.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105335.0, 497615.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105366.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 498392.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 498697.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105664.0, 498778.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105943.0, 498825.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 498853.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106023.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 498901.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105513.0, 498980.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105377.0, 499140.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105394.0, 499357.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 499598.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 499825.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 500027.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 500159.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 500449.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 500623.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 497037.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 497359.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 497653.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 497877.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104977.0, 498046.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105040.0, 498308.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105201.0, 498617.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105393.0, 498833.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 498927.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 499111.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105303.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105339.0, 499408.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105467.0, 499634.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 499752.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 499932.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 500204.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105262.0, 500351.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 500463.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100246.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100279.0, 496850.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100363.0, 496975.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100446.0, 497026.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100517.0, 497018.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100543.0, 496936.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100514.0, 496840.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100508.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 496779.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104691.0, 496985.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104931.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105040.0, 497554.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104773.0, 498114.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 498623.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 498806.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105221.0, 499018.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 499233.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 499396.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105369.0, 499541.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105467.0, 499651.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105547.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 500021.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 500204.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101836.0, 496777.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 496956.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101821.0, 497084.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101775.0, 497221.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 497215.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101514.0, 497078.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 496896.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101318.0, 496778.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 496777.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101948.0, 496852.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 496952.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 497033.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 497196.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101840.0, 497320.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 497433.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 497478.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101665.0, 497379.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101527.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101421.0, 497072.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 496957.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101279.0, 496879.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101201.0, 496778.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103090.0, 496775.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 496930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 497116.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 497196.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 497163.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 497072.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 496959.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 496856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 496774.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 523261.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104168.0, 523209.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 523079.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 522784.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104656.0, 522502.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 522152.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 521835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 522085.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104504.0, 522302.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104285.0, 522562.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104088.0, 522808.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104092.0, 522861.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104119.0, 523051.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 523261.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108510.0, 522164.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108401.0, 521805.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108198.0, 521608.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107913.0, 521474.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107751.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107601.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107455.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107368.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107280.0, 521438.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107165.0, 521452.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107025.0, 521468.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106921.0, 521474.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106781.0, 521485.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 521496.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 521510.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 521531.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106765.0, 521537.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106894.0, 521548.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107009.0, 521556.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107113.0, 521567.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107223.0, 521603.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107294.0, 521625.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 521660.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107387.0, 521688.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107601.0, 521753.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107782.0, 521786.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107971.0, 521868.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108510.0, 522164.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 521123.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107828.0, 520964.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107675.0, 520828.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 520875.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107206.0, 520935.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 521016.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106638.0, 521111.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106395.0, 521229.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106669.0, 521182.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 521130.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107320.0, 521113.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107538.0, 521039.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107730.0, 521034.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 521123.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 521909.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 521668.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 521442.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 521165.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 520892.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 520538.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106734.0, 520186.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 520156.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106546.0, 520069.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 519863.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 519730.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106454.0, 519517.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 519327.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106315.0, 519004.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 519016.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 518980.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106420.0, 518807.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106419.0, 518711.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 518659.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 518586.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106435.0, 518523.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106395.0, 518546.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106379.0, 518583.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106281.0, 518591.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 518498.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 518411.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 518311.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106173.0, 518232.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106226.0, 518151.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 517973.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.0, 517717.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 517586.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106158.0, 517462.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 517321.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106189.0, 517244.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106074.0, 517311.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 517383.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106037.0, 517460.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 517562.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106122.0, 517679.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106108.0, 517785.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 517995.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106019.0, 518154.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106058.0, 518283.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106095.0, 518404.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106124.0, 518699.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 518725.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106072.0, 518786.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106093.0, 518949.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 519008.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 519095.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106103.0, 519178.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 519264.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 519439.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106173.0, 519502.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105974.0, 519570.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 519434.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 519125.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 518933.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 518645.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105661.0, 518350.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105742.0, 517986.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 517686.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 517442.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106001.0, 517169.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105838.0, 517124.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 517065.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 517309.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 517435.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 517411.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 517246.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105303.0, 516942.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 516567.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105299.0, 516199.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 515940.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 515710.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 515702.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 515846.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 516322.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 516866.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 517276.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 517861.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 518636.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 519220.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 518959.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 518852.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 518546.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103766.0, 518256.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 517959.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 517594.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 517404.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104023.0, 517216.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 517061.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 517094.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 517251.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 517451.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 517682.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 517946.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104126.0, 518162.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104119.0, 518358.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 518384.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104328.0, 518318.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 518258.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 518235.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 518292.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 518439.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 518680.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104263.0, 518923.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 519294.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 519673.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 520049.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 520427.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104056.0, 520816.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 521076.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 521490.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 521909.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 522348.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 107072.0, 522314.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 522163.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106975.0, 522031.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106786.0, 521905.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106540.0, 521788.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106295.0, 521629.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 521478.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105860.0, 521442.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 521557.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105854.0, 521737.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105986.0, 521890.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106293.0, 522075.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106549.0, 522226.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 522307.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 522348.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 524801.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 524751.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106486.0, 524679.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 524401.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106552.0, 524088.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106570.0, 523818.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 523488.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 523222.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106910.0, 523010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106861.0, 522963.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 522949.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106371.0, 522995.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106066.0, 523085.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 523078.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 523119.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 523274.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105418.0, 523440.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 523611.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105632.0, 523799.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 524016.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105834.0, 524229.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 524446.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106128.0, 524696.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 524801.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 515290.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.02 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 515500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.55 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 514720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.39 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.54 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.05 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 506423.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 104660.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 506783.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6 }, "geometry": { "type": "Point", "coordinates": [ 105025.0, 506338.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 105525.0, 506740.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.95 }, "geometry": { "type": "Point", "coordinates": [ 105460.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 506418.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.99 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 506343.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9 }, "geometry": { "type": "Point", "coordinates": [ 105508.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.75 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 506933.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.4 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 106620.0, 506910.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.4 }, "geometry": { "type": "Point", "coordinates": [ 106460.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.72 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509471.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509088.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 508948.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.17 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.11 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.45 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.75 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.02 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508947.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 508622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.45 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510082.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.04 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 509464.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 510049.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 509852.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 509802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509653.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509554.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 507062.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.2 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103665.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.28 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.17 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.23 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.37 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.14 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.36 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.55 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.65 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.8 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507064.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.85 }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.2 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 512190.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 109019.0, 512181.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.6900001 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508240.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.35 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.49 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.35 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.12 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 503360.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 105575.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 503409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 503432.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 503434.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105268.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 503097.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0900002 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 503939.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 503232.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 503152.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105433.0, 503654.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 105665.0, 503272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 105003.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 504810.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.39 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 504753.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 504898.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.99 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.6900001 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 504845.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.45 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.4899998 }, "geometry": { "type": "Point", "coordinates": [ 106043.0, 504703.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.8900001 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 504016.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.7 }, "geometry": { "type": "Point", "coordinates": [ 106625.0, 504900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.59 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505082.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105580.0, 505579.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105975.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105523.0, 505916.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6 }, "geometry": { "type": "Point", "coordinates": [ 105035.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 505210.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 106898.0, 505529.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106858.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0900002 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 505030.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.09 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0900002 }, "geometry": { "type": "Point", "coordinates": [ 106318.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 505480.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506116.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.95 }, "geometry": { "type": "Point", "coordinates": [ 105545.0, 506024.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.8 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 506238.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.4 }, "geometry": { "type": "Point", "coordinates": [ 106820.0, 506084.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6 }, "geometry": { "type": "Point", "coordinates": [ 106530.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.79 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 506090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.75 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102737.0, 501967.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 501983.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 501732.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.8 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.04 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 504875.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.24 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.8 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.85 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.9 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.1 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.59 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3 }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.89 }, "geometry": { "type": "Point", "coordinates": [ 107780.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.64 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6900001 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.29 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.1900001 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.6 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.2399998 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.9899998 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.3 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.6 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.09 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.55 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.45 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.56 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101609.0, 503095.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.4899998 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 501991.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.6900001 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.2 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.74 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.74 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.2 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4899998 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.09 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.84 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.45 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.79 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3900001 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.59 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.59 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.9899998 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5900002 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 498705.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.2399998 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.99 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask.geojson new file mode 100644 index 0000000..2434bf0 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask.geojson @@ -0,0 +1,57 @@ +{ +"type": "FeatureCollection", +"name": "DS11_mask", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DS11_": 1, "DS11_ID": 8, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101647.0, 497597.0 ], [ 101898.0, 497606.0 ], [ 101904.0, 497545.0 ], [ 101914.0, 497389.0 ], [ 101935.0, 497309.0 ], [ 101960.0, 497114.0 ], [ 102006.0, 496921.0 ], [ 102033.0, 496777.0 ], [ 102162.0, 496776.0 ], [ 102173.0, 496721.0 ], [ 102285.0, 496667.0 ], [ 102321.0, 496608.0 ], [ 102316.0, 496483.0 ], [ 102273.0, 496351.0 ], [ 102272.0, 496327.0 ], [ 102340.0, 496274.0 ], [ 102472.0, 496286.0 ], [ 102610.0, 496343.0 ], [ 102756.0, 496296.0 ], [ 102730.0, 496211.0 ], [ 102549.0, 495947.0 ], [ 102270.0, 495591.0 ], [ 102085.0, 495433.0 ], [ 101780.0, 495158.0 ], [ 101357.0, 494890.0 ], [ 101031.0, 494712.0 ], [ 100698.0, 494565.0 ], [ 100397.0, 494424.0 ], [ 100156.0, 494292.0 ], [ 99890.0, 494101.0 ], [ 99648.0, 493977.0 ], [ 98174.0, 493823.0 ], [ 95545.0, 493597.0 ], [ 95549.0, 493607.0 ], [ 95549.0, 497383.0 ], [ 96451.0, 499502.0 ], [ 96694.0, 500326.0 ], [ 97232.0, 515377.0 ], [ 102677.0, 515377.0 ], [ 102684.0, 515593.0 ], [ 102706.0, 515475.0 ], [ 102808.0, 515320.0 ], [ 103028.0, 515178.0 ], [ 103264.0, 515095.0 ], [ 103467.0, 514976.0 ], [ 103536.0, 514867.0 ], [ 103713.0, 514630.0 ], [ 103787.0, 514400.0 ], [ 103737.0, 514059.0 ], [ 103591.0, 513768.0 ], [ 103423.0, 513524.0 ], [ 103479.0, 513285.0 ], [ 103614.0, 512925.0 ], [ 103708.0, 512627.0 ], [ 103768.0, 512206.0 ], [ 103660.0, 511850.0 ], [ 103536.0, 511486.0 ], [ 103397.0, 511050.0 ], [ 103207.0, 510768.0 ], [ 103157.0, 510554.0 ], [ 103172.0, 510334.0 ], [ 103197.0, 510239.0 ], [ 103104.0, 510178.0 ], [ 103114.0, 510078.0 ], [ 103204.0, 510036.0 ], [ 103338.0, 509915.0 ], [ 103458.0, 509735.0 ], [ 103528.0, 509640.0 ], [ 103531.0, 509612.0 ], [ 103465.0, 509596.0 ], [ 103403.0, 509546.0 ], [ 103431.0, 509495.0 ], [ 103388.0, 509453.0 ], [ 103324.0, 509352.0 ], [ 103309.0, 509270.0 ], [ 103213.0, 509207.0 ], [ 103238.0, 509121.0 ], [ 103309.0, 509069.0 ], [ 103317.0, 508971.0 ], [ 103174.0, 508814.0 ], [ 103014.0, 508797.0 ], [ 102992.0, 508793.0 ], [ 102975.0, 508784.0 ], [ 102960.0, 508765.0 ], [ 102952.0, 508749.0 ], [ 102952.0, 508736.0 ], [ 102960.0, 508729.0 ], [ 103124.0, 508695.0 ], [ 103239.0, 508612.0 ], [ 103212.0, 508508.0 ], [ 102966.0, 508421.0 ], [ 102849.0, 508335.0 ], [ 102896.0, 508265.0 ], [ 103020.0, 508269.0 ], [ 103315.0, 508416.0 ], [ 103628.0, 508516.0 ], [ 104019.0, 508564.0 ], [ 104308.0, 508627.0 ], [ 104426.0, 508681.0 ], [ 104471.0, 508689.0 ], [ 104502.0, 508701.0 ], [ 104535.0, 508703.0 ], [ 104549.0, 508711.0 ], [ 104551.0, 508730.0 ], [ 104541.0, 508746.0 ], [ 104473.0, 508748.0 ], [ 104393.0, 508761.0 ], [ 104189.0, 508742.0 ], [ 104157.0, 508804.0 ], [ 104262.0, 508882.0 ], [ 104414.0, 508999.0 ], [ 104406.0, 509105.0 ], [ 104403.0, 509109.0 ], [ 104396.0, 509113.0 ], [ 104153.0, 509146.0 ], [ 104167.0, 509199.0 ], [ 104251.0, 509237.0 ], [ 104277.0, 509303.0 ], [ 104151.0, 509313.0 ], [ 104031.0, 509372.0 ], [ 104000.0, 509480.0 ], [ 104025.0, 509560.0 ], [ 104218.0, 509650.0 ], [ 104408.0, 509646.0 ], [ 104494.0, 509672.0 ], [ 104424.0, 509721.0 ], [ 104488.0, 509747.0 ], [ 104584.0, 509838.0 ], [ 104523.0, 509962.0 ], [ 104436.0, 510050.0 ], [ 104501.0, 510116.0 ], [ 104383.0, 510240.0 ], [ 104202.0, 510255.0 ], [ 104055.0, 510097.0 ], [ 103896.0, 509992.0 ], [ 103768.0, 510011.0 ], [ 103735.0, 510026.0 ], [ 103644.0, 510116.0 ], [ 103631.0, 510369.0 ], [ 103739.0, 510639.0 ], [ 103863.0, 511011.0 ], [ 104003.0, 511318.0 ], [ 104235.0, 511636.0 ], [ 104448.0, 511827.0 ], [ 104686.0, 511981.0 ], [ 104737.0, 512132.0 ], [ 104673.0, 512396.0 ], [ 104691.0, 512552.0 ], [ 104704.0, 512562.0 ], [ 104745.0, 512577.0 ], [ 104798.0, 512569.0 ], [ 104811.0, 512565.0 ], [ 104826.0, 512550.0 ], [ 104914.0, 512379.0 ], [ 105057.0, 511998.0 ], [ 105124.0, 511707.0 ], [ 105134.0, 511466.0 ], [ 105227.0, 511296.0 ], [ 105500.0, 511171.0 ], [ 105639.0, 511084.0 ], [ 105894.0, 511024.0 ], [ 106208.0, 510874.0 ], [ 106374.0, 510620.0 ], [ 106312.0, 510501.0 ], [ 106155.0, 510440.0 ], [ 105979.0, 510283.0 ], [ 105982.0, 510127.0 ], [ 106122.0, 510060.0 ], [ 106358.0, 510026.0 ], [ 106576.0, 509886.0 ], [ 106732.0, 509655.0 ], [ 106832.0, 509491.0 ], [ 106813.0, 509323.0 ], [ 106677.0, 509369.0 ], [ 106590.0, 509410.0 ], [ 106524.0, 509569.0 ], [ 106349.0, 509697.0 ], [ 106142.0, 509814.0 ], [ 105932.0, 509968.0 ], [ 105740.0, 510033.0 ], [ 105500.0, 510014.0 ], [ 105202.0, 509954.0 ], [ 105128.0, 509776.0 ], [ 105187.0, 509621.0 ], [ 105365.0, 509513.0 ], [ 105728.0, 509300.0 ], [ 105785.0, 509282.0 ], [ 106050.0, 509256.0 ], [ 106239.0, 509327.0 ], [ 106420.0, 509314.0 ], [ 106487.0, 509202.0 ], [ 106442.0, 509090.0 ], [ 106302.0, 509034.0 ], [ 106321.0, 508884.0 ], [ 106455.0, 508758.0 ], [ 106521.0, 508565.0 ], [ 106552.0, 508369.0 ], [ 106690.0, 508201.0 ], [ 106870.0, 508055.0 ], [ 106964.0, 507852.0 ], [ 107047.0, 507616.0 ], [ 107072.0, 507390.0 ], [ 106962.0, 507331.0 ], [ 106852.0, 507193.0 ], [ 106790.0, 507188.0 ], [ 106774.0, 507310.0 ], [ 106815.0, 507428.0 ], [ 106850.0, 507542.0 ], [ 106836.0, 507735.0 ], [ 106702.0, 507888.0 ], [ 106618.0, 507953.0 ], [ 106523.0, 508017.0 ], [ 106494.0, 508094.0 ], [ 106456.0, 508144.0 ], [ 106409.0, 508056.0 ], [ 106328.0, 507980.0 ], [ 106202.0, 508002.0 ], [ 106162.0, 508109.0 ], [ 106118.0, 508336.0 ], [ 106107.0, 508363.0 ], [ 106092.0, 508392.0 ], [ 106073.0, 508409.0 ], [ 106056.0, 508416.0 ], [ 106034.0, 508412.0 ], [ 106015.0, 508390.0 ], [ 106005.0, 508385.0 ], [ 105895.0, 508273.0 ], [ 105795.0, 508068.0 ], [ 105727.0, 507772.0 ], [ 105750.0, 507583.0 ], [ 105901.0, 507404.0 ], [ 106053.0, 507312.0 ], [ 106227.0, 507089.0 ], [ 106299.0, 506835.0 ], [ 106292.0, 506606.0 ], [ 106354.0, 506474.0 ], [ 106512.0, 506412.0 ], [ 106695.0, 506457.0 ], [ 106871.0, 506443.0 ], [ 107104.0, 506219.0 ], [ 107258.0, 505955.0 ], [ 107273.0, 505680.0 ], [ 107270.0, 505678.0 ], [ 107216.0, 505540.0 ], [ 107153.0, 505584.0 ], [ 107044.0, 505821.0 ], [ 106946.0, 506125.0 ], [ 106799.0, 506288.0 ], [ 106528.0, 506288.0 ], [ 106433.0, 506302.0 ], [ 106204.0, 506432.0 ], [ 106083.0, 506494.0 ], [ 105847.0, 506558.0 ], [ 105660.0, 506550.0 ], [ 105565.0, 506585.0 ], [ 105636.0, 506618.0 ], [ 105774.0, 506637.0 ], [ 105854.0, 506639.0 ], [ 105991.0, 506696.0 ], [ 106070.0, 506797.0 ], [ 106077.0, 507016.0 ], [ 105936.0, 507170.0 ], [ 105674.0, 507188.0 ], [ 105568.0, 507250.0 ], [ 105534.0, 507368.0 ], [ 105472.0, 507542.0 ], [ 105346.0, 507790.0 ], [ 105266.0, 507874.0 ], [ 105136.0, 507900.0 ], [ 105001.0, 507854.0 ], [ 104753.0, 507708.0 ], [ 104540.0, 507616.0 ], [ 104394.0, 507654.0 ], [ 104284.0, 507765.0 ], [ 104257.0, 507879.0 ], [ 104292.0, 508057.0 ], [ 104483.0, 508244.0 ], [ 104533.0, 508420.0 ], [ 104465.0, 508508.0 ], [ 104339.0, 508517.0 ], [ 104194.0, 508452.0 ], [ 104020.0, 508282.0 ], [ 103835.0, 508016.0 ], [ 103748.0, 507872.0 ], [ 103605.0, 507745.0 ], [ 103484.0, 507694.0 ], [ 103344.0, 507698.0 ], [ 103214.0, 507772.0 ], [ 103007.0, 507869.0 ], [ 102998.0, 507864.0 ], [ 102978.0, 507863.0 ], [ 102929.0, 507847.0 ], [ 102864.0, 507832.0 ], [ 102826.0, 507818.0 ], [ 102811.0, 507790.0 ], [ 102807.0, 507749.0 ], [ 102819.0, 507721.0 ], [ 102874.0, 507691.0 ], [ 102933.0, 507668.0 ], [ 102984.0, 507632.0 ], [ 103020.0, 507589.0 ], [ 103036.0, 507549.0 ], [ 103024.0, 507526.0 ], [ 103004.0, 507502.0 ], [ 102959.0, 507474.0 ], [ 102941.0, 507471.0 ], [ 102928.0, 507463.0 ], [ 102919.0, 507454.0 ], [ 102919.0, 507446.0 ], [ 102931.0, 507436.0 ], [ 102985.0, 507415.0 ], [ 103000.0, 507399.0 ], [ 103009.0, 507380.0 ], [ 103000.0, 507362.0 ], [ 102972.0, 507343.0 ], [ 102955.0, 507335.0 ], [ 102931.0, 507318.0 ], [ 102920.0, 507305.0 ], [ 102921.0, 507297.0 ], [ 102933.0, 507286.0 ], [ 102951.0, 507283.0 ], [ 102984.0, 507271.0 ], [ 103005.0, 507267.0 ], [ 103036.0, 507257.0 ], [ 103053.0, 507240.0 ], [ 103063.0, 507227.0 ], [ 103065.0, 507217.0 ], [ 103073.0, 507207.0 ], [ 103137.0, 507084.0 ], [ 103106.0, 506961.0 ], [ 103050.0, 506947.0 ], [ 103006.0, 506938.0 ], [ 102895.0, 506918.0 ], [ 102855.0, 506902.0 ], [ 102836.0, 506896.0 ], [ 102820.0, 506880.0 ], [ 102807.0, 506864.0 ], [ 102805.0, 506834.0 ], [ 102809.0, 506778.0 ], [ 102815.0, 506751.0 ], [ 102818.0, 506698.0 ], [ 102822.0, 506692.0 ], [ 102847.0, 506670.0 ], [ 102869.0, 506661.0 ], [ 102898.0, 506656.0 ], [ 102922.0, 506639.0 ], [ 102920.0, 506623.0 ], [ 102884.0, 506574.0 ], [ 102880.0, 506550.0 ], [ 102886.0, 506528.0 ], [ 102875.0, 506506.0 ], [ 102846.0, 506501.0 ], [ 102776.0, 506475.0 ], [ 102725.0, 506468.0 ], [ 102716.0, 506455.0 ], [ 102731.0, 506446.0 ], [ 102796.0, 506420.0 ], [ 102804.0, 506419.0 ], [ 102818.0, 506399.0 ], [ 102820.0, 506375.0 ], [ 102798.0, 506359.0 ], [ 102747.0, 506355.0 ], [ 102709.0, 506342.0 ], [ 102691.0, 506329.0 ], [ 102689.0, 506318.0 ], [ 102718.0, 506296.0 ], [ 102756.0, 506278.0 ], [ 102785.0, 506262.0 ], [ 102831.0, 506242.0 ], [ 102993.0, 506182.0 ], [ 103184.0, 506070.0 ], [ 103287.0, 505902.0 ], [ 103416.0, 505853.0 ], [ 103454.0, 505997.0 ], [ 103448.0, 506161.0 ], [ 103553.0, 506141.0 ], [ 103584.0, 506029.0 ], [ 103649.0, 505942.0 ], [ 103793.0, 505982.0 ], [ 103842.0, 505899.0 ], [ 103811.0, 505876.0 ], [ 103748.0, 505905.0 ], [ 103647.0, 505848.0 ], [ 103587.0, 505764.0 ], [ 103547.0, 505653.0 ], [ 103518.0, 505654.0 ], [ 103487.0, 505661.0 ], [ 103408.0, 505684.0 ], [ 103381.0, 505687.0 ], [ 103250.0, 505857.0 ], [ 103128.0, 505823.0 ], [ 102925.0, 505798.0 ], [ 102776.0, 505671.0 ], [ 102762.0, 505331.0 ], [ 102459.0, 504965.0 ], [ 102248.0, 504681.0 ], [ 102241.0, 504395.0 ], [ 102335.0, 504230.0 ], [ 102351.0, 504196.0 ], [ 102346.0, 504161.0 ], [ 102336.0, 504131.0 ], [ 102320.0, 504125.0 ], [ 102306.0, 504125.0 ], [ 102255.0, 504120.0 ], [ 102214.0, 504115.0 ], [ 102179.0, 504108.0 ], [ 102148.0, 504105.0 ], [ 102118.0, 504097.0 ], [ 102101.0, 504087.0 ], [ 102088.0, 504070.0 ], [ 102075.0, 504049.0 ], [ 102060.0, 504014.0 ], [ 102058.0, 503986.0 ], [ 102063.0, 503956.0 ], [ 102090.0, 503939.0 ], [ 102118.0, 503934.0 ], [ 102166.0, 503934.0 ], [ 102182.0, 503943.0 ], [ 102191.0, 503950.0 ], [ 102409.0, 504031.0 ], [ 102747.0, 504043.0 ], [ 102968.0, 504003.0 ], [ 103256.0, 503997.0 ], [ 103509.0, 504086.0 ], [ 103714.0, 504119.0 ], [ 103892.0, 504042.0 ], [ 104193.0, 504075.0 ], [ 104639.0, 504084.0 ], [ 104998.0, 504047.0 ], [ 105308.0, 503924.0 ], [ 105501.0, 503733.0 ], [ 105575.0, 503537.0 ], [ 105533.0, 503345.0 ], [ 105554.0, 503169.0 ], [ 105666.0, 503165.0 ], [ 105704.0, 503281.0 ], [ 105720.0, 503388.0 ], [ 105798.0, 503342.0 ], [ 105896.0, 503163.0 ], [ 106096.0, 503067.0 ], [ 106524.0, 503136.0 ], [ 106873.0, 503310.0 ], [ 107310.0, 503361.0 ], [ 107793.0, 503318.0 ], [ 108125.0, 503154.0 ], [ 108297.0, 502896.0 ], [ 108258.0, 502758.0 ], [ 108137.0, 502579.0 ], [ 108115.0, 502189.0 ], [ 108307.0, 502041.0 ], [ 108479.0, 502021.0 ], [ 108675.0, 502001.0 ], [ 108763.0, 501988.0 ], [ 108843.0, 501980.0 ], [ 108889.0, 501946.0 ], [ 108897.0, 501919.0 ], [ 108874.0, 501896.0 ], [ 108828.0, 501885.0 ], [ 108763.0, 501880.0 ], [ 108670.0, 501890.0 ], [ 108456.0, 501929.0 ], [ 108266.0, 501858.0 ], [ 108045.0, 501828.0 ], [ 107836.0, 501872.0 ], [ 107607.0, 501915.0 ], [ 107350.0, 501873.0 ], [ 107059.0, 501752.0 ], [ 106975.0, 501529.0 ], [ 107072.0, 501356.0 ], [ 107206.0, 501170.0 ], [ 107080.0, 501103.0 ], [ 106916.0, 501009.0 ], [ 106739.0, 500796.0 ], [ 106660.0, 500483.0 ], [ 106734.0, 500202.0 ], [ 106955.0, 500080.0 ], [ 107218.0, 499894.0 ], [ 107479.0, 499596.0 ], [ 107576.0, 499363.0 ], [ 107568.0, 499074.0 ], [ 107536.0, 498811.0 ], [ 107446.0, 498381.0 ], [ 107298.0, 498118.0 ], [ 107085.0, 497942.0 ], [ 106892.0, 497842.0 ], [ 106743.0, 497793.0 ], [ 106512.0, 497767.0 ], [ 106364.0, 497924.0 ], [ 106350.0, 498078.0 ], [ 106355.0, 498331.0 ], [ 106350.0, 498350.0 ], [ 106472.0, 498625.0 ], [ 106411.0, 498688.0 ], [ 106405.0, 498671.0 ], [ 106307.0, 498513.0 ], [ 106281.0, 498613.0 ], [ 106247.0, 498803.0 ], [ 106378.0, 499123.0 ], [ 106302.0, 499458.0 ], [ 106033.0, 499686.0 ], [ 105894.0, 499860.0 ], [ 105867.0, 500112.0 ], [ 105828.0, 500439.0 ], [ 105696.0, 500635.0 ], [ 105411.0, 500700.0 ], [ 105198.0, 500551.0 ], [ 105187.0, 500292.0 ], [ 105330.0, 500135.0 ], [ 105341.0, 499990.0 ], [ 105185.0, 499829.0 ], [ 105103.0, 499613.0 ], [ 105113.0, 499270.0 ], [ 105050.0, 498956.0 ], [ 104775.0, 498707.0 ], [ 104512.0, 498383.0 ], [ 104450.0, 498130.0 ], [ 104521.0, 497982.0 ], [ 104764.0, 497782.0 ], [ 104776.0, 497761.0 ], [ 104637.0, 497777.0 ], [ 104446.0, 497793.0 ], [ 104262.0, 497797.0 ], [ 104136.0, 497786.0 ], [ 104022.0, 497794.0 ], [ 103911.0, 497815.0 ], [ 103807.0, 497802.0 ], [ 103734.0, 497799.0 ], [ 103737.0, 497954.0 ], [ 103743.0, 498073.0 ], [ 103738.0, 498170.0 ], [ 103753.0, 498321.0 ], [ 103637.0, 498340.0 ], [ 103521.0, 498352.0 ], [ 103386.0, 498352.0 ], [ 103356.0, 498347.0 ], [ 103246.0, 498353.0 ], [ 103218.0, 498352.0 ], [ 103161.0, 498362.0 ], [ 103084.0, 498395.0 ], [ 102958.0, 498455.0 ], [ 102842.0, 498465.0 ], [ 102665.0, 498497.0 ], [ 102516.0, 498559.0 ], [ 102678.0, 498766.0 ], [ 102761.0, 498756.0 ], [ 102697.0, 498613.0 ], [ 102750.0, 498508.0 ], [ 102923.0, 498550.0 ], [ 103188.0, 498667.0 ], [ 103230.0, 498840.0 ], [ 103144.0, 499084.0 ], [ 103026.0, 499120.0 ], [ 102980.0, 499064.0 ], [ 102977.0, 498940.0 ], [ 102938.0, 498897.0 ], [ 102806.0, 498939.0 ], [ 102707.0, 499035.0 ], [ 102661.0, 499182.0 ], [ 102762.0, 499431.0 ], [ 102807.0, 499640.0 ], [ 102719.0, 499857.0 ], [ 102611.0, 500003.0 ], [ 102420.0, 500037.0 ], [ 102046.0, 499915.0 ], [ 101921.0, 499936.0 ], [ 101967.0, 499991.0 ], [ 102155.0, 500103.0 ], [ 102353.0, 500273.0 ], [ 102330.0, 500502.0 ], [ 102330.0, 500682.0 ], [ 102398.0, 500617.0 ], [ 102444.0, 500495.0 ], [ 102545.0, 500447.0 ], [ 102602.0, 500438.0 ], [ 102813.0, 500541.0 ], [ 102823.0, 500853.0 ], [ 102813.0, 501168.0 ], [ 103009.0, 501383.0 ], [ 103310.0, 501475.0 ], [ 103514.0, 501403.0 ], [ 103636.0, 501262.0 ], [ 103561.0, 500735.0 ], [ 103539.0, 500530.0 ], [ 103711.0, 500390.0 ], [ 103966.0, 500443.0 ], [ 104201.0, 500624.0 ], [ 104376.0, 500692.0 ], [ 104782.0, 500720.0 ], [ 104959.0, 500948.0 ], [ 104964.0, 501231.0 ], [ 105066.0, 501485.0 ], [ 105356.0, 501794.0 ], [ 105495.0, 502068.0 ], [ 105396.0, 502208.0 ], [ 105248.0, 502205.0 ], [ 105055.0, 502000.0 ], [ 104883.0, 501626.0 ], [ 104768.0, 501406.0 ], [ 104525.0, 501145.0 ], [ 104344.0, 501100.0 ], [ 104248.0, 501261.0 ], [ 104217.0, 501427.0 ], [ 104142.0, 501721.0 ], [ 103926.0, 501835.0 ], [ 103701.0, 501850.0 ], [ 103546.0, 501925.0 ], [ 103477.0, 502080.0 ], [ 103478.0, 502244.0 ], [ 103465.0, 502353.0 ], [ 103389.0, 502544.0 ], [ 103322.0, 502706.0 ], [ 103268.0, 502831.0 ], [ 103247.0, 503002.0 ], [ 103185.0, 503116.0 ], [ 103087.0, 503129.0 ], [ 102685.0, 502957.0 ], [ 102427.0, 502952.0 ], [ 102089.0, 503007.0 ], [ 101984.0, 502955.0 ], [ 101939.0, 502897.0 ], [ 101986.0, 502720.0 ], [ 102229.0, 502568.0 ], [ 102485.0, 502453.0 ], [ 102526.0, 502151.0 ], [ 102360.0, 501972.0 ], [ 102226.0, 501894.0 ], [ 101999.0, 501783.0 ], [ 101754.0, 501566.0 ], [ 101590.0, 501355.0 ], [ 101416.0, 501210.0 ], [ 101269.0, 501007.0 ], [ 101296.0, 500797.0 ], [ 101406.0, 500749.0 ], [ 101599.0, 500894.0 ], [ 101727.0, 501111.0 ], [ 101831.0, 501331.0 ], [ 101969.0, 501484.0 ], [ 102173.0, 501572.0 ], [ 102234.0, 501511.0 ], [ 102260.0, 501387.0 ], [ 102099.0, 500947.0 ], [ 101966.0, 500745.0 ], [ 101921.0, 500555.0 ], [ 101940.0, 500422.0 ], [ 101977.0, 500237.0 ], [ 101958.0, 500140.0 ], [ 101828.0, 500103.0 ], [ 101757.0, 500122.0 ], [ 101686.0, 500193.0 ], [ 101648.0, 500311.0 ], [ 101574.0, 500283.0 ], [ 101529.0, 500218.0 ], [ 101457.0, 500056.0 ], [ 101399.0, 499809.0 ], [ 101286.0, 499623.0 ], [ 101196.0, 499385.0 ], [ 101189.0, 499200.0 ], [ 101252.0, 498948.0 ], [ 101267.0, 498771.0 ], [ 101134.0, 498747.0 ], [ 100783.0, 498646.0 ], [ 100610.0, 498590.0 ], [ 100535.0, 498562.0 ], [ 100426.0, 498597.0 ], [ 100292.0, 498612.0 ], [ 100176.0, 498656.0 ], [ 100086.0, 498685.0 ], [ 100036.0, 498696.0 ], [ 99989.0, 498735.0 ], [ 99916.0, 498573.0 ], [ 99851.0, 498482.0 ], [ 99772.0, 498337.0 ], [ 99715.0, 498255.0 ], [ 99623.0, 498215.0 ], [ 99484.0, 498168.0 ], [ 99341.0, 498122.0 ], [ 99229.0, 498107.0 ], [ 99102.0, 498069.0 ], [ 98931.0, 498063.0 ], [ 98716.0, 498069.0 ], [ 98614.0, 498081.0 ], [ 98090.0, 497583.0 ], [ 98097.0, 497542.0 ], [ 98278.0, 497472.0 ], [ 98479.0, 497381.0 ], [ 98521.0, 497389.0 ], [ 98647.0, 497326.0 ], [ 98803.0, 497240.0 ], [ 98821.0, 497240.0 ], [ 99029.0, 497151.0 ], [ 99235.0, 497037.0 ], [ 99433.0, 496931.0 ], [ 99486.0, 497122.0 ], [ 99491.0, 497167.0 ], [ 99554.0, 497286.0 ], [ 99604.0, 497489.0 ], [ 99813.0, 497534.0 ], [ 99834.0, 497537.0 ], [ 100097.0, 497560.0 ], [ 100208.0, 497573.0 ], [ 100127.0, 497309.0 ], [ 100064.0, 497125.0 ], [ 100347.0, 496951.0 ], [ 100279.0, 496850.0 ], [ 100253.0, 496795.0 ], [ 100250.0, 496780.0 ], [ 100228.0, 496724.0 ], [ 100219.0, 496665.0 ], [ 100240.0, 496629.0 ], [ 100328.0, 496662.0 ], [ 100383.0, 496706.0 ], [ 100441.0, 496768.0 ], [ 100511.0, 496804.0 ], [ 100515.0, 496844.0 ], [ 100736.0, 496702.0 ], [ 100892.0, 496894.0 ], [ 101065.0, 497072.0 ], [ 100692.0, 497323.0 ], [ 100487.0, 497467.0 ], [ 100448.0, 497513.0 ], [ 100381.0, 497540.0 ], [ 100383.0, 497627.0 ], [ 100970.0, 497625.0 ], [ 101264.0, 497619.0 ], [ 101396.0, 497596.0 ], [ 101647.0, 497597.0 ] ], [ [ 104880.0, 503399.0 ], [ 104974.0, 503339.0 ], [ 105088.0, 503341.0 ], [ 105085.0, 503398.0 ], [ 104941.0, 503541.0 ], [ 104862.0, 503529.0 ], [ 104846.0, 503503.0 ], [ 104839.0, 503461.0 ], [ 104880.0, 503399.0 ] ], [ [ 102279.0, 503595.0 ], [ 102379.0, 503630.0 ], [ 102421.0, 503693.0 ], [ 102334.0, 503749.0 ], [ 102237.0, 503713.0 ], [ 102191.0, 503664.0 ], [ 102209.0, 503586.0 ], [ 102279.0, 503595.0 ] ], [ [ 100387.0, 499059.0 ], [ 100559.0, 499163.0 ], [ 100603.0, 499355.0 ], [ 100630.0, 499639.0 ], [ 100599.0, 499777.0 ], [ 100537.0, 499698.0 ], [ 100481.0, 499527.0 ], [ 100342.0, 499386.0 ], [ 100269.0, 499229.0 ], [ 100285.0, 499088.0 ], [ 100387.0, 499059.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 3, "DS11_ID": 213, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102426.0, 494268.0 ], [ 103004.0, 494354.0 ], [ 102849.0, 494192.0 ], [ 102609.0, 493971.0 ], [ 102344.0, 493706.0 ], [ 102186.0, 493577.0 ], [ 101976.0, 493397.0 ], [ 101545.0, 493076.0 ], [ 101198.0, 492823.0 ], [ 100999.0, 492683.0 ], [ 100862.0, 492559.0 ], [ 100654.0, 492391.0 ], [ 100585.0, 492313.0 ], [ 100558.0, 492256.0 ], [ 100552.0, 492224.0 ], [ 100556.0, 492192.0 ], [ 100580.0, 492169.0 ], [ 100634.0, 492174.0 ], [ 100729.0, 492211.0 ], [ 100839.0, 492280.0 ], [ 101085.0, 492449.0 ], [ 101306.0, 492608.0 ], [ 101460.0, 492711.0 ], [ 101704.0, 492914.0 ], [ 101898.0, 493039.0 ], [ 102182.0, 493233.0 ], [ 102368.0, 493363.0 ], [ 102439.0, 493427.0 ], [ 102555.0, 493537.0 ], [ 102659.0, 493647.0 ], [ 102757.0, 493761.0 ], [ 102946.0, 493962.0 ], [ 103062.0, 494045.0 ], [ 103179.0, 494106.0 ], [ 103284.0, 494157.0 ], [ 103424.0, 494218.0 ], [ 103563.0, 494250.0 ], [ 103693.0, 494282.0 ], [ 103941.0, 494334.0 ], [ 104063.0, 494350.0 ], [ 104309.0, 494406.0 ], [ 104417.0, 494446.0 ], [ 104503.0, 494453.0 ], [ 104525.0, 494407.0 ], [ 104514.0, 494382.0 ], [ 104448.0, 494349.0 ], [ 104315.0, 494313.0 ], [ 104173.0, 494289.0 ], [ 104046.0, 494261.0 ], [ 103927.0, 494239.0 ], [ 103802.0, 494209.0 ], [ 103692.0, 494175.0 ], [ 103613.0, 494143.0 ], [ 103543.0, 494097.0 ], [ 103459.0, 494047.0 ], [ 103340.0, 493979.0 ], [ 103145.0, 493852.0 ], [ 103050.0, 493776.0 ], [ 102967.0, 493717.0 ], [ 102918.0, 493651.0 ], [ 102887.0, 493576.0 ], [ 102865.0, 493477.0 ], [ 102839.0, 493375.0 ], [ 102799.0, 493289.0 ], [ 102794.0, 493250.0 ], [ 102836.0, 493257.0 ], [ 102916.0, 493297.0 ], [ 102991.0, 493328.0 ], [ 103059.0, 493359.0 ], [ 103090.0, 493362.0 ], [ 103088.0, 493336.0 ], [ 103059.0, 493298.0 ], [ 103007.0, 493246.0 ], [ 102902.0, 493135.0 ], [ 102770.0, 493045.0 ], [ 102656.0, 492978.0 ], [ 102556.0, 492938.0 ], [ 102488.0, 492927.0 ], [ 102421.0, 492876.0 ], [ 102369.0, 492801.0 ], [ 102306.0, 492703.0 ], [ 102214.0, 492574.0 ], [ 102114.0, 492450.0 ], [ 101969.0, 492282.0 ], [ 101617.0, 491962.0 ], [ 101490.0, 491854.0 ], [ 101370.0, 491761.0 ], [ 101254.0, 491659.0 ], [ 101100.0, 491530.0 ], [ 100980.0, 491432.0 ], [ 100890.0, 491353.0 ], [ 100775.0, 491273.0 ], [ 100604.0, 491110.0 ], [ 100443.0, 490900.0 ], [ 100365.0, 490773.0 ], [ 100342.0, 490722.0 ], [ 100337.0, 490674.0 ], [ 100346.0, 490637.0 ], [ 100369.0, 490614.0 ], [ 100401.0, 490612.0 ], [ 100459.0, 490632.0 ], [ 100528.0, 490678.0 ], [ 100609.0, 490748.0 ], [ 100697.0, 490806.0 ], [ 100814.0, 490912.0 ], [ 101086.0, 491145.0 ], [ 101451.0, 491453.0 ], [ 101562.0, 491514.0 ], [ 101656.0, 491573.0 ], [ 101737.0, 491602.0 ], [ 101808.0, 491621.0 ], [ 101842.0, 491593.0 ], [ 101851.0, 491558.0 ], [ 101835.0, 491504.0 ], [ 101797.0, 491437.0 ], [ 101747.0, 491361.0 ], [ 101578.0, 491169.0 ], [ 101462.0, 491053.0 ], [ 101309.0, 490906.0 ], [ 101049.0, 490650.0 ], [ 100850.0, 490391.0 ], [ 100762.0, 490304.0 ], [ 100677.0, 490250.0 ], [ 100543.0, 490194.0 ], [ 100380.0, 490144.0 ], [ 100253.0, 490097.0 ], [ 100128.0, 490028.0 ], [ 100035.0, 489969.0 ], [ 99942.0, 489888.0 ], [ 99834.0, 489789.0 ], [ 99784.0, 489699.0 ], [ 99764.0, 489594.0 ], [ 99763.0, 489501.0 ], [ 99772.0, 489355.0 ], [ 99837.0, 489029.0 ], [ 99862.0, 488728.0 ], [ 99860.0, 488543.0 ], [ 99862.0, 488434.0 ], [ 99869.0, 488365.0 ], [ 99899.0, 488321.0 ], [ 99927.0, 488311.0 ], [ 99973.0, 488322.0 ], [ 100029.0, 488354.0 ], [ 100111.0, 488426.0 ], [ 100179.0, 488492.0 ], [ 100258.0, 488577.0 ], [ 100314.0, 488649.0 ], [ 100375.0, 488752.0 ], [ 100420.0, 488854.0 ], [ 100474.0, 489006.0 ], [ 100586.0, 489384.0 ], [ 100721.0, 489666.0 ], [ 100825.0, 489867.0 ], [ 100904.0, 489987.0 ], [ 100991.0, 490072.0 ], [ 101085.0, 490168.0 ], [ 101341.0, 490355.0 ], [ 101477.0, 490437.0 ], [ 101598.0, 490516.0 ], [ 101681.0, 490592.0 ], [ 101774.0, 490660.0 ], [ 101846.0, 490719.0 ], [ 101933.0, 490782.0 ], [ 101994.0, 490838.0 ], [ 102057.0, 490934.0 ], [ 102126.0, 491025.0 ], [ 102241.0, 491241.0 ], [ 102276.0, 491302.0 ], [ 102330.0, 491426.0 ], [ 102389.0, 491552.0 ], [ 102484.0, 491790.0 ], [ 102535.0, 491926.0 ], [ 102586.0, 492050.0 ], [ 102653.0, 492197.0 ], [ 102756.0, 492349.0 ], [ 102806.0, 492426.0 ], [ 102867.0, 492567.0 ], [ 102993.0, 492800.0 ], [ 103136.0, 493069.0 ], [ 103244.0, 493293.0 ], [ 103371.0, 493519.0 ], [ 103467.0, 493677.0 ], [ 103527.0, 493744.0 ], [ 103588.0, 493784.0 ], [ 103697.0, 493827.0 ], [ 103856.0, 493883.0 ], [ 104038.0, 493940.0 ], [ 104127.0, 493950.0 ], [ 104183.0, 493943.0 ], [ 104218.0, 493925.0 ], [ 104242.0, 493893.0 ], [ 104264.0, 493815.0 ], [ 104269.0, 493717.0 ], [ 104260.0, 493587.0 ], [ 104165.0, 493388.0 ], [ 104087.0, 493279.0 ], [ 104000.0, 493189.0 ], [ 103887.0, 493085.0 ], [ 103753.0, 492966.0 ], [ 103552.0, 492792.0 ], [ 103420.0, 492672.0 ], [ 103217.0, 492449.0 ], [ 103173.0, 492387.0 ], [ 103148.0, 492319.0 ], [ 103139.0, 492258.0 ], [ 103139.0, 492191.0 ], [ 103148.0, 492116.0 ], [ 103151.0, 492010.0 ], [ 103159.0, 491898.0 ], [ 103145.0, 491790.0 ], [ 103109.0, 491682.0 ], [ 103051.0, 491541.0 ], [ 102976.0, 491423.0 ], [ 102910.0, 491314.0 ], [ 102860.0, 491187.0 ], [ 102774.0, 491051.0 ], [ 102682.0, 490860.0 ], [ 102631.0, 490721.0 ], [ 102572.0, 490616.0 ], [ 102297.0, 490203.0 ], [ 102243.0, 490087.0 ], [ 102204.0, 489992.0 ], [ 102176.0, 489898.0 ], [ 102140.0, 489796.0 ], [ 102086.0, 489706.0 ], [ 102033.0, 489592.0 ], [ 101961.0, 489383.0 ], [ 101894.0, 489057.0 ], [ 101915.0, 488660.0 ], [ 101904.0, 488556.0 ], [ 101887.0, 488497.0 ], [ 101851.0, 488383.0 ], [ 101818.0, 488246.0 ], [ 101775.0, 488102.0 ], [ 101726.0, 487953.0 ], [ 101674.0, 487809.0 ], [ 101643.0, 487707.0 ], [ 101617.0, 487608.0 ], [ 101595.0, 487488.0 ], [ 101610.0, 487280.0 ], [ 101619.0, 487192.0 ], [ 101619.0, 487098.0 ], [ 101593.0, 486997.0 ], [ 101563.0, 486893.0 ], [ 101512.0, 486757.0 ], [ 101474.0, 486662.0 ], [ 101434.0, 486573.0 ], [ 101380.0, 486486.0 ], [ 101340.0, 486413.0 ], [ 101299.0, 486327.0 ], [ 101269.0, 486232.0 ], [ 101242.0, 486113.0 ], [ 101170.0, 485767.0 ], [ 101137.0, 485652.0 ], [ 101096.0, 485526.0 ], [ 101061.0, 485406.0 ], [ 101018.0, 485240.0 ], [ 100990.0, 485109.0 ], [ 100970.0, 484988.0 ], [ 100938.0, 484825.0 ], [ 100928.0, 484693.0 ], [ 100911.0, 484670.0 ], [ 100909.0, 483188.0 ], [ 101145.0, 482008.0 ], [ 101973.0, 484654.0 ], [ 102028.0, 484817.0 ], [ 102063.0, 484996.0 ], [ 102110.0, 485179.0 ], [ 102135.0, 485317.0 ], [ 102190.0, 485602.0 ], [ 102222.0, 485799.0 ], [ 102303.0, 486012.0 ], [ 102354.0, 486113.0 ], [ 102447.0, 486289.0 ], [ 102544.0, 486505.0 ], [ 102650.0, 486777.0 ], [ 102698.0, 486929.0 ], [ 102786.0, 487137.0 ], [ 102840.0, 487252.0 ], [ 102921.0, 487354.0 ], [ 103119.0, 487648.0 ], [ 103201.0, 487775.0 ], [ 103245.0, 487878.0 ], [ 103262.0, 487953.0 ], [ 103271.0, 488032.0 ], [ 103283.0, 488114.0 ], [ 103299.0, 488180.0 ], [ 103330.0, 488236.0 ], [ 103380.0, 488287.0 ], [ 103482.0, 488454.0 ], [ 103537.0, 488572.0 ], [ 103639.0, 488820.0 ], [ 103760.0, 489242.0 ], [ 103805.0, 489378.0 ], [ 103902.0, 489656.0 ], [ 103976.0, 489876.0 ], [ 104015.0, 489960.0 ], [ 104059.0, 490066.0 ], [ 104120.0, 490182.0 ], [ 104201.0, 490279.0 ], [ 104295.0, 490399.0 ], [ 104370.0, 490479.0 ], [ 104461.0, 490570.0 ], [ 104526.0, 490659.0 ], [ 104588.0, 490727.0 ], [ 104658.0, 490813.0 ], [ 104708.0, 490880.0 ], [ 104748.0, 490963.0 ], [ 104763.0, 491030.0 ], [ 104764.0, 491101.0 ], [ 104750.0, 491160.0 ], [ 104714.0, 491232.0 ], [ 104686.0, 491323.0 ], [ 104643.0, 491408.0 ], [ 104596.0, 491529.0 ], [ 104630.0, 491855.0 ], [ 104677.0, 492202.0 ], [ 104705.0, 492487.0 ], [ 104730.0, 492711.0 ], [ 104768.0, 493083.0 ], [ 104783.0, 493289.0 ], [ 104802.0, 493391.0 ], [ 104817.0, 493446.0 ], [ 104849.0, 493494.0 ], [ 104885.0, 493524.0 ], [ 104937.0, 493538.0 ], [ 104967.0, 493530.0 ], [ 104990.0, 493508.0 ], [ 105011.0, 493458.0 ], [ 105024.0, 493252.0 ], [ 105034.0, 492952.0 ], [ 105042.0, 492886.0 ], [ 105060.0, 492814.0 ], [ 105076.0, 492789.0 ], [ 105109.0, 492788.0 ], [ 105129.0, 492791.0 ], [ 105162.0, 492802.0 ], [ 105198.0, 492836.0 ], [ 105287.0, 492973.0 ], [ 105348.0, 493074.0 ], [ 105402.0, 493182.0 ], [ 105456.0, 493284.0 ], [ 105503.0, 493344.0 ], [ 105558.0, 493394.0 ], [ 105609.0, 493425.0 ], [ 105668.0, 493447.0 ], [ 105733.0, 493443.0 ], [ 105757.0, 493411.0 ], [ 105773.0, 493334.0 ], [ 105763.0, 493287.0 ], [ 105760.0, 493230.0 ], [ 105752.0, 493165.0 ], [ 105722.0, 493043.0 ], [ 105686.0, 492929.0 ], [ 105649.0, 492822.0 ], [ 105603.0, 492711.0 ], [ 105558.0, 492611.0 ], [ 105447.0, 492408.0 ], [ 105344.0, 492182.0 ], [ 105305.0, 492036.0 ], [ 105247.0, 491736.0 ], [ 105223.0, 491586.0 ], [ 105199.0, 491452.0 ], [ 105163.0, 491273.0 ], [ 105097.0, 491077.0 ], [ 104991.0, 490721.0 ], [ 104902.0, 490502.0 ], [ 104849.0, 490355.0 ], [ 104793.0, 490219.0 ], [ 104712.0, 490067.0 ], [ 104626.0, 489870.0 ], [ 104546.0, 489662.0 ], [ 104370.0, 489338.0 ], [ 104141.0, 488801.0 ], [ 104094.0, 488720.0 ], [ 103982.0, 488543.0 ], [ 103929.0, 488439.0 ], [ 103856.0, 488322.0 ], [ 103734.0, 488084.0 ], [ 103690.0, 487981.0 ], [ 103652.0, 487882.0 ], [ 103607.0, 487790.0 ], [ 103561.0, 487680.0 ], [ 103534.0, 487593.0 ], [ 103525.0, 487478.0 ], [ 103520.0, 487331.0 ], [ 103474.0, 487113.0 ], [ 103427.0, 486967.0 ], [ 103402.0, 486855.0 ], [ 103365.0, 486746.0 ], [ 103316.0, 486609.0 ], [ 103283.0, 486505.0 ], [ 103188.0, 486289.0 ], [ 103104.0, 486078.0 ], [ 103087.0, 485951.0 ], [ 103059.0, 485829.0 ], [ 103008.0, 485438.0 ], [ 102975.0, 485088.0 ], [ 102962.0, 484914.0 ], [ 102933.0, 484657.0 ], [ 103034.0, 484014.0 ], [ 103211.0, 484603.0 ], [ 103241.0, 484707.0 ], [ 103285.0, 484756.0 ], [ 103338.0, 484798.0 ], [ 103399.0, 484825.0 ], [ 103495.0, 484861.0 ], [ 103577.0, 484872.0 ], [ 103637.0, 484872.0 ], [ 103683.0, 484866.0 ], [ 103728.0, 484849.0 ], [ 103750.0, 484818.0 ], [ 103760.0, 484785.0 ], [ 103759.0, 484725.0 ], [ 103622.0, 484604.0 ], [ 102916.0, 483070.0 ], [ 102207.0, 481713.0 ], [ 100614.0, 478821.0 ], [ 99670.0, 478998.0 ], [ 100260.0, 481949.0 ], [ 100532.0, 484646.0 ], [ 100549.0, 484718.0 ], [ 100565.0, 484799.0 ], [ 100567.0, 484853.0 ], [ 100549.0, 484863.0 ], [ 100515.0, 484842.0 ], [ 100439.0, 484716.0 ], [ 100429.0, 484692.0 ], [ 99075.0, 479849.0 ], [ 98528.0, 478864.0 ], [ 96476.0, 480005.0 ], [ 96602.0, 480178.0 ], [ 97664.0, 481713.0 ], [ 98254.0, 482716.0 ], [ 99021.0, 483424.0 ], [ 98962.0, 483896.0 ], [ 98608.0, 483896.0 ], [ 98908.0, 484654.0 ], [ 98926.0, 484745.0 ], [ 98963.0, 484860.0 ], [ 99003.0, 484969.0 ], [ 99031.0, 485039.0 ], [ 99085.0, 485132.0 ], [ 99191.0, 485264.0 ], [ 99234.0, 485334.0 ], [ 99303.0, 485415.0 ], [ 99482.0, 485605.0 ], [ 99578.0, 485691.0 ], [ 99671.0, 485779.0 ], [ 99761.0, 485860.0 ], [ 99878.0, 485960.0 ], [ 100006.0, 486049.0 ], [ 100208.0, 486218.0 ], [ 100269.0, 486279.0 ], [ 100315.0, 486333.0 ], [ 100347.0, 486380.0 ], [ 100386.0, 486446.0 ], [ 100406.0, 486485.0 ], [ 100445.0, 486607.0 ], [ 100465.0, 486696.0 ], [ 100495.0, 486844.0 ], [ 100539.0, 486920.0 ], [ 100563.0, 486972.0 ], [ 100637.0, 487084.0 ], [ 100658.0, 487136.0 ], [ 100658.0, 487170.0 ], [ 100643.0, 487188.0 ], [ 100617.0, 487188.0 ], [ 100552.0, 487135.0 ], [ 99978.0, 486568.0 ], [ 99919.0, 486514.0 ], [ 99882.0, 486487.0 ], [ 99855.0, 486479.0 ], [ 99840.0, 486486.0 ], [ 99833.0, 486544.0 ], [ 99836.0, 486599.0 ], [ 99934.0, 486844.0 ], [ 99972.0, 486961.0 ], [ 99967.0, 487010.0 ], [ 99942.0, 487036.0 ], [ 99900.0, 487035.0 ], [ 99858.0, 487015.0 ], [ 99813.0, 486975.0 ], [ 99673.0, 486758.0 ], [ 99323.0, 486251.0 ], [ 98760.0, 485383.0 ], [ 98684.0, 485253.0 ], [ 98576.0, 485106.0 ], [ 98476.0, 484949.0 ], [ 98349.0, 484764.0 ], [ 98271.0, 484635.0 ], [ 97782.0, 483601.0 ], [ 97251.0, 483011.0 ], [ 96838.0, 482303.0 ], [ 95776.0, 480296.0 ], [ 95127.0, 480591.0 ], [ 96253.0, 483687.0 ], [ 95068.0, 481713.0 ], [ 94239.0, 480109.0 ], [ 90944.0, 481992.0 ], [ 95545.0, 493597.0 ], [ 98174.0, 493823.0 ], [ 102426.0, 494268.0 ] ], [ [ 104298.0, 489607.0 ], [ 104307.0, 489631.0 ], [ 104320.0, 489659.0 ], [ 104324.0, 489679.0 ], [ 104323.0, 489706.0 ], [ 104299.0, 489709.0 ], [ 104274.0, 489687.0 ], [ 104248.0, 489654.0 ], [ 104222.0, 489610.0 ], [ 104202.0, 489560.0 ], [ 104188.0, 489518.0 ], [ 104189.0, 489496.0 ], [ 104199.0, 489492.0 ], [ 104214.0, 489495.0 ], [ 104232.0, 489495.0 ], [ 104246.0, 489514.0 ], [ 104272.0, 489573.0 ], [ 104298.0, 489607.0 ] ], [ [ 104124.0, 489371.0 ], [ 104145.0, 489412.0 ], [ 104153.0, 489444.0 ], [ 104150.0, 489461.0 ], [ 104138.0, 489474.0 ], [ 104110.0, 489469.0 ], [ 104082.0, 489454.0 ], [ 104055.0, 489411.0 ], [ 104025.0, 489341.0 ], [ 103997.0, 489293.0 ], [ 103945.0, 489194.0 ], [ 103952.0, 489171.0 ], [ 103976.0, 489166.0 ], [ 104003.0, 489172.0 ], [ 104035.0, 489191.0 ], [ 104091.0, 489314.0 ], [ 104124.0, 489371.0 ] ], [ [ 101273.0, 486778.0 ], [ 101226.0, 486719.0 ], [ 101180.0, 486665.0 ], [ 101131.0, 486610.0 ], [ 101084.0, 486561.0 ], [ 101050.0, 486499.0 ], [ 101035.0, 486456.0 ], [ 101030.0, 486417.0 ], [ 101046.0, 486404.0 ], [ 101071.0, 486406.0 ], [ 101112.0, 486418.0 ], [ 101163.0, 486447.0 ], [ 101212.0, 486496.0 ], [ 101265.0, 486559.0 ], [ 101317.0, 486631.0 ], [ 101350.0, 486682.0 ], [ 101363.0, 486716.0 ], [ 101374.0, 486751.0 ], [ 101377.0, 486776.0 ], [ 101370.0, 486806.0 ], [ 101323.0, 486818.0 ], [ 101273.0, 486778.0 ] ], [ [ 100646.0, 493355.0 ], [ 100554.0, 493278.0 ], [ 100434.0, 493184.0 ], [ 100347.0, 493112.0 ], [ 100285.0, 493054.0 ], [ 100239.0, 492997.0 ], [ 100219.0, 492955.0 ], [ 100217.0, 492911.0 ], [ 100245.0, 492874.0 ], [ 100288.0, 492862.0 ], [ 100331.0, 492886.0 ], [ 100486.0, 493007.0 ], [ 100568.0, 493075.0 ], [ 100772.0, 493271.0 ], [ 100823.0, 493315.0 ], [ 100869.0, 493395.0 ], [ 100867.0, 493436.0 ], [ 100842.0, 493459.0 ], [ 100809.0, 493470.0 ], [ 100768.0, 493450.0 ], [ 100646.0, 493355.0 ] ], [ [ 99857.0, 484484.0 ], [ 99946.0, 484448.0 ], [ 100071.0, 484528.0 ], [ 100098.0, 484573.0 ], [ 100151.0, 484582.0 ], [ 100163.0, 484644.0 ], [ 100197.0, 484721.0 ], [ 100227.0, 484797.0 ], [ 100282.0, 484916.0 ], [ 100315.0, 485012.0 ], [ 100330.0, 485080.0 ], [ 100324.0, 485115.0 ], [ 100298.0, 485131.0 ], [ 100266.0, 485136.0 ], [ 100237.0, 485119.0 ], [ 100206.0, 485090.0 ], [ 100159.0, 485036.0 ], [ 100105.0, 484957.0 ], [ 100057.0, 484876.0 ], [ 100026.0, 484813.0 ], [ 99975.0, 484755.0 ], [ 99912.0, 484690.0 ], [ 99855.0, 484643.0 ], [ 99857.0, 484484.0 ] ], [ [ 99713.0, 485044.0 ], [ 99655.0, 485012.0 ], [ 99608.0, 484981.0 ], [ 99562.0, 484945.0 ], [ 99531.0, 484916.0 ], [ 99515.0, 484877.0 ], [ 99514.0, 484827.0 ], [ 99529.0, 484800.0 ], [ 99605.0, 484793.0 ], [ 99660.0, 484824.0 ], [ 99712.0, 484879.0 ], [ 99766.0, 484928.0 ], [ 99796.0, 484973.0 ], [ 99811.0, 485011.0 ], [ 99820.0, 485049.0 ], [ 99814.0, 485080.0 ], [ 99785.0, 485077.0 ], [ 99713.0, 485044.0 ] ], [ [ 96897.0, 484604.0 ], [ 97307.0, 484842.0 ], [ 97336.0, 484891.0 ], [ 97360.0, 484952.0 ], [ 97382.0, 484995.0 ], [ 97409.0, 485064.0 ], [ 97448.0, 485225.0 ], [ 97464.0, 485307.0 ], [ 97471.0, 485449.0 ], [ 97471.0, 485584.0 ], [ 97485.0, 485685.0 ], [ 97518.0, 485773.0 ], [ 97540.0, 485840.0 ], [ 97568.0, 485895.0 ], [ 97630.0, 485970.0 ], [ 97723.0, 486100.0 ], [ 97779.0, 486157.0 ], [ 97854.0, 486230.0 ], [ 97915.0, 486270.0 ], [ 97965.0, 486308.0 ], [ 98032.0, 486348.0 ], [ 98095.0, 486400.0 ], [ 98162.0, 486440.0 ], [ 98239.0, 486499.0 ], [ 98287.0, 486552.0 ], [ 98332.0, 486610.0 ], [ 98364.0, 486656.0 ], [ 98414.0, 486703.0 ], [ 98444.0, 486734.0 ], [ 98488.0, 486770.0 ], [ 98535.0, 486797.0 ], [ 98598.0, 486802.0 ], [ 98732.0, 486839.0 ], [ 98813.0, 486889.0 ], [ 98881.0, 486936.0 ], [ 98926.0, 486974.0 ], [ 98973.0, 487006.0 ], [ 99013.0, 487047.0 ], [ 99096.0, 487154.0 ], [ 99135.0, 487209.0 ], [ 99181.0, 487282.0 ], [ 99224.0, 487360.0 ], [ 99289.0, 487455.0 ], [ 99354.0, 487529.0 ], [ 99399.0, 487594.0 ], [ 99445.0, 487651.0 ], [ 99467.0, 487694.0 ], [ 99480.0, 487740.0 ], [ 99484.0, 487786.0 ], [ 99465.0, 487823.0 ], [ 99445.0, 487846.0 ], [ 99403.0, 487869.0 ], [ 99344.0, 487871.0 ], [ 99299.0, 487855.0 ], [ 99232.0, 487816.0 ], [ 99140.0, 487745.0 ], [ 98973.0, 487581.0 ], [ 98894.0, 487510.0 ], [ 98779.0, 487441.0 ], [ 98558.0, 487269.0 ], [ 98487.0, 487218.0 ], [ 98422.0, 487184.0 ], [ 98324.0, 487137.0 ], [ 98233.0, 487085.0 ], [ 98142.0, 487023.0 ], [ 98061.0, 486957.0 ], [ 97987.0, 486904.0 ], [ 97924.0, 486865.0 ], [ 97857.0, 486834.0 ], [ 97776.0, 486813.0 ], [ 97652.0, 486787.0 ], [ 97533.0, 486753.0 ], [ 97444.0, 486718.0 ], [ 97276.0, 486638.0 ], [ 97133.0, 486513.0 ], [ 97072.0, 486467.0 ], [ 97007.0, 486412.0 ], [ 96944.0, 486349.0 ], [ 96876.0, 486273.0 ], [ 96825.0, 486197.0 ], [ 96775.0, 486117.0 ], [ 96739.0, 486045.0 ], [ 96712.0, 485971.0 ], [ 96681.0, 485906.0 ], [ 96656.0, 485839.0 ], [ 96635.0, 485751.0 ], [ 96609.0, 485625.0 ], [ 96597.0, 485558.0 ], [ 96603.0, 485502.0 ], [ 96599.0, 485435.0 ], [ 96621.0, 485280.0 ], [ 96624.0, 485204.0 ], [ 96637.0, 485082.0 ], [ 96644.0, 485062.0 ], [ 96897.0, 484604.0 ] ], [ [ 99062.0, 487961.0 ], [ 99103.0, 488001.0 ], [ 99137.0, 488031.0 ], [ 99160.0, 488065.0 ], [ 99177.0, 488106.0 ], [ 99184.0, 488134.0 ], [ 99171.0, 488154.0 ], [ 99151.0, 488168.0 ], [ 99109.0, 488174.0 ], [ 99062.0, 488156.0 ], [ 99018.0, 488127.0 ], [ 98977.0, 488090.0 ], [ 98916.0, 488040.0 ], [ 98802.0, 487928.0 ], [ 98732.0, 487837.0 ], [ 98711.0, 487785.0 ], [ 98721.0, 487752.0 ], [ 98740.0, 487734.0 ], [ 98787.0, 487746.0 ], [ 98824.0, 487765.0 ], [ 98899.0, 487809.0 ], [ 98958.0, 487857.0 ], [ 99012.0, 487918.0 ], [ 99062.0, 487961.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 5, "DS11_ID": 164, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105711.0, 499246.0 ], [ 105801.0, 499459.0 ], [ 105839.0, 499692.0 ], [ 105900.0, 499853.0 ], [ 106033.0, 499686.0 ], [ 106302.0, 499458.0 ], [ 106378.0, 499123.0 ], [ 106247.0, 498803.0 ], [ 106274.0, 498654.0 ], [ 106134.0, 498509.0 ], [ 106109.0, 498436.0 ], [ 106165.0, 498326.0 ], [ 106184.0, 498314.0 ], [ 106405.0, 498671.0 ], [ 106411.0, 498688.0 ], [ 106472.0, 498625.0 ], [ 105939.0, 497425.0 ], [ 105981.0, 497392.0 ], [ 105997.0, 497355.0 ], [ 106098.0, 497271.0 ], [ 106201.0, 497157.0 ], [ 106274.0, 497084.0 ], [ 106362.0, 497017.0 ], [ 106468.0, 496928.0 ], [ 106547.0, 496875.0 ], [ 106553.0, 496845.0 ], [ 106605.0, 496816.0 ], [ 106666.0, 496772.0 ], [ 106776.0, 496699.0 ], [ 106793.0, 496673.0 ], [ 106854.0, 496623.0 ], [ 106890.0, 496564.0 ], [ 106963.0, 496499.0 ], [ 107037.0, 496442.0 ], [ 107148.0, 496352.0 ], [ 107241.0, 496269.0 ], [ 107261.0, 496262.0 ], [ 107338.0, 496190.0 ], [ 107423.0, 496121.0 ], [ 107417.0, 496105.0 ], [ 107509.0, 496019.0 ], [ 107623.0, 495916.0 ], [ 107723.0, 495832.0 ], [ 107841.0, 495726.0 ], [ 107946.0, 495675.0 ], [ 108036.0, 495598.0 ], [ 108047.0, 495588.0 ], [ 108145.0, 495476.0 ], [ 108250.0, 495366.0 ], [ 108368.0, 495251.0 ], [ 108474.0, 495137.0 ], [ 108642.0, 495030.0 ], [ 108792.0, 494922.0 ], [ 108950.0, 494783.0 ], [ 108971.0, 494776.0 ], [ 109024.0, 494741.0 ], [ 109100.0, 494687.0 ], [ 109227.0, 494646.0 ], [ 109212.0, 494630.0 ], [ 109299.0, 494580.0 ], [ 109392.0, 494534.0 ], [ 109498.0, 494473.0 ], [ 109545.0, 494471.0 ], [ 109737.0, 494416.0 ], [ 110440.0, 494149.0 ], [ 111572.0, 493903.0 ], [ 111624.0, 494039.0 ], [ 111654.0, 494198.0 ], [ 111669.0, 494259.0 ], [ 111652.0, 494421.0 ], [ 111650.0, 494458.0 ], [ 111610.0, 494689.0 ], [ 111528.0, 494878.0 ], [ 111578.0, 494911.0 ], [ 111590.0, 494924.0 ], [ 111685.0, 494781.0 ], [ 111781.0, 494774.0 ], [ 111849.0, 494844.0 ], [ 111863.0, 494872.0 ], [ 111872.0, 494894.0 ], [ 112093.0, 495213.0 ], [ 112130.0, 495023.0 ], [ 112131.0, 494983.0 ], [ 111905.0, 494604.0 ], [ 111822.0, 494165.0 ], [ 111789.0, 493845.0 ], [ 112109.0, 493781.0 ], [ 112111.0, 493411.0 ], [ 111836.0, 493473.0 ], [ 110976.0, 493618.0 ], [ 110968.0, 493637.0 ], [ 110674.0, 493707.0 ], [ 110401.0, 493782.0 ], [ 110272.0, 493826.0 ], [ 109818.0, 493965.0 ], [ 109739.0, 493915.0 ], [ 109601.0, 493816.0 ], [ 109275.0, 493538.0 ], [ 109101.0, 493452.0 ], [ 108948.0, 493354.0 ], [ 108925.0, 493356.0 ], [ 108721.0, 493286.0 ], [ 108475.0, 493194.0 ], [ 108456.0, 493194.0 ], [ 108356.0, 493125.0 ], [ 108315.0, 493112.0 ], [ 108195.0, 492951.0 ], [ 108177.0, 492943.0 ], [ 108155.0, 492937.0 ], [ 108023.0, 492794.0 ], [ 107872.0, 492928.0 ], [ 108010.0, 493067.0 ], [ 108133.0, 493227.0 ], [ 108241.0, 493347.0 ], [ 108300.0, 493374.0 ], [ 108424.0, 493442.0 ], [ 108628.0, 493504.0 ], [ 108798.0, 493562.0 ], [ 108973.0, 493656.0 ], [ 109060.0, 493751.0 ], [ 109169.0, 493858.0 ], [ 109297.0, 493924.0 ], [ 109408.0, 494009.0 ], [ 109452.0, 494085.0 ], [ 109257.0, 494191.0 ], [ 109136.0, 494244.0 ], [ 109016.0, 494305.0 ], [ 108910.0, 494375.0 ], [ 108837.0, 494391.0 ], [ 108686.0, 494468.0 ], [ 108541.0, 494568.0 ], [ 108514.0, 494574.0 ], [ 108367.0, 494707.0 ], [ 108122.0, 494937.0 ], [ 107988.0, 495049.0 ], [ 107877.0, 495150.0 ], [ 107700.0, 495260.0 ], [ 107516.0, 495387.0 ], [ 107373.0, 495144.0 ], [ 107256.0, 494920.0 ], [ 107235.0, 494910.0 ], [ 107212.0, 494893.0 ], [ 107103.0, 494687.0 ], [ 107084.0, 494671.0 ], [ 106976.0, 494475.0 ], [ 106950.0, 494460.0 ], [ 106881.0, 494286.0 ], [ 106866.0, 494259.0 ], [ 106832.0, 494082.0 ], [ 106822.0, 493847.0 ], [ 106847.0, 493627.0 ], [ 106714.0, 493695.0 ], [ 106708.0, 493862.0 ], [ 106710.0, 494052.0 ], [ 106697.0, 494239.0 ], [ 106702.0, 494258.0 ], [ 106686.0, 494394.0 ], [ 106596.0, 494505.0 ], [ 106669.0, 494575.0 ], [ 106753.0, 494609.0 ], [ 106784.0, 494610.0 ], [ 106871.0, 494673.0 ], [ 106966.0, 494839.0 ], [ 107058.0, 494992.0 ], [ 107123.0, 495091.0 ], [ 107162.0, 495161.0 ], [ 107242.0, 495282.0 ], [ 107375.0, 495467.0 ], [ 107327.0, 495522.0 ], [ 107185.0, 495842.0 ], [ 107144.0, 495885.0 ], [ 107006.0, 496019.0 ], [ 106854.0, 496114.0 ], [ 106674.0, 496285.0 ], [ 106552.0, 496389.0 ], [ 106388.0, 496514.0 ], [ 106254.0, 496672.0 ], [ 106108.0, 496783.0 ], [ 105960.0, 496927.0 ], [ 105837.0, 497033.0 ], [ 105627.0, 497154.0 ], [ 105404.0, 497259.0 ], [ 105186.0, 497347.0 ], [ 105168.0, 497352.0 ], [ 104835.0, 497416.0 ], [ 104481.0, 497463.0 ], [ 104077.0, 497474.0 ], [ 103785.0, 497519.0 ], [ 103301.0, 497558.0 ], [ 102949.0, 497569.0 ], [ 102645.0, 497574.0 ], [ 102299.0, 497582.0 ], [ 101953.0, 497608.0 ], [ 101647.0, 497597.0 ], [ 101396.0, 497596.0 ], [ 101264.0, 497619.0 ], [ 100970.0, 497625.0 ], [ 100383.0, 497627.0 ], [ 100381.0, 497540.0 ], [ 100448.0, 497513.0 ], [ 100487.0, 497467.0 ], [ 100692.0, 497323.0 ], [ 101065.0, 497072.0 ], [ 100892.0, 496894.0 ], [ 100736.0, 496702.0 ], [ 100409.0, 496912.0 ], [ 100064.0, 497125.0 ], [ 100127.0, 497309.0 ], [ 100208.0, 497573.0 ], [ 100097.0, 497560.0 ], [ 99834.0, 497537.0 ], [ 99813.0, 497534.0 ], [ 99604.0, 497489.0 ], [ 99554.0, 497286.0 ], [ 99491.0, 497167.0 ], [ 99486.0, 497122.0 ], [ 99433.0, 496931.0 ], [ 99235.0, 497037.0 ], [ 99029.0, 497151.0 ], [ 98821.0, 497240.0 ], [ 98803.0, 497240.0 ], [ 98647.0, 497326.0 ], [ 98521.0, 497389.0 ], [ 98479.0, 497381.0 ], [ 98278.0, 497472.0 ], [ 98097.0, 497542.0 ], [ 98090.0, 497583.0 ], [ 98614.0, 498081.0 ], [ 98716.0, 498069.0 ], [ 98931.0, 498063.0 ], [ 99102.0, 498069.0 ], [ 99229.0, 498107.0 ], [ 99341.0, 498122.0 ], [ 99484.0, 498168.0 ], [ 99623.0, 498215.0 ], [ 99715.0, 498255.0 ], [ 99772.0, 498337.0 ], [ 99851.0, 498482.0 ], [ 99916.0, 498573.0 ], [ 99989.0, 498735.0 ], [ 100036.0, 498696.0 ], [ 100086.0, 498685.0 ], [ 100176.0, 498656.0 ], [ 100292.0, 498612.0 ], [ 100426.0, 498597.0 ], [ 100535.0, 498562.0 ], [ 100610.0, 498590.0 ], [ 100783.0, 498646.0 ], [ 101134.0, 498747.0 ], [ 101267.0, 498771.0 ], [ 101400.0, 498811.0 ], [ 101513.0, 498799.0 ], [ 101618.0, 498791.0 ], [ 101752.0, 498770.0 ], [ 101888.0, 498738.0 ], [ 102024.0, 498720.0 ], [ 102117.0, 498697.0 ], [ 102207.0, 498686.0 ], [ 102354.0, 498639.0 ], [ 102409.0, 498625.0 ], [ 102386.0, 498603.0 ], [ 102471.0, 498577.0 ], [ 102665.0, 498497.0 ], [ 102842.0, 498465.0 ], [ 102958.0, 498455.0 ], [ 103084.0, 498395.0 ], [ 103161.0, 498362.0 ], [ 103218.0, 498352.0 ], [ 103246.0, 498353.0 ], [ 103356.0, 498347.0 ], [ 103386.0, 498352.0 ], [ 103521.0, 498352.0 ], [ 103637.0, 498340.0 ], [ 103753.0, 498321.0 ], [ 103738.0, 498170.0 ], [ 103743.0, 498073.0 ], [ 103737.0, 497954.0 ], [ 103734.0, 497799.0 ], [ 103807.0, 497802.0 ], [ 103911.0, 497815.0 ], [ 104022.0, 497794.0 ], [ 104136.0, 497786.0 ], [ 104262.0, 497797.0 ], [ 104446.0, 497793.0 ], [ 104637.0, 497777.0 ], [ 104822.0, 497756.0 ], [ 104939.0, 497734.0 ], [ 105054.0, 497716.0 ], [ 105223.0, 497686.0 ], [ 105411.0, 497661.0 ], [ 105591.0, 497575.0 ], [ 105729.0, 497522.0 ], [ 105802.0, 497496.0 ], [ 106127.0, 498167.0 ], [ 105785.0, 498828.0 ], [ 105716.0, 498772.0 ], [ 105698.0, 498755.0 ], [ 105658.0, 498847.0 ], [ 105636.0, 498882.0 ], [ 105697.0, 498949.0 ], [ 105715.0, 498961.0 ], [ 105645.0, 499115.0 ], [ 105741.0, 499160.0 ], [ 105711.0, 499246.0 ] ], [ [ 105870.0, 498907.0 ], [ 105961.0, 498727.0 ], [ 105997.0, 498729.0 ], [ 106142.0, 498777.0 ], [ 106137.0, 498918.0 ], [ 105836.0, 498973.0 ], [ 105870.0, 498907.0 ] ], [ [ 106044.0, 498565.0 ], [ 106106.0, 498628.0 ], [ 106063.0, 498695.0 ], [ 105978.0, 498695.0 ], [ 106044.0, 498565.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 8, "DS11_ID": 15, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106952.0, 511943.0 ], [ 106993.0, 512094.0 ], [ 107055.0, 512525.0 ], [ 107121.0, 512851.0 ], [ 107151.0, 513196.0 ], [ 107185.0, 513309.0 ], [ 107215.0, 513346.0 ], [ 107262.0, 513306.0 ], [ 107273.0, 513233.0 ], [ 107242.0, 513138.0 ], [ 107220.0, 513025.0 ], [ 107237.0, 512933.0 ], [ 107298.0, 512947.0 ], [ 107394.0, 513078.0 ], [ 107456.0, 513207.0 ], [ 107461.0, 513361.0 ], [ 107491.0, 513489.0 ], [ 107590.0, 513568.0 ], [ 107662.0, 513532.0 ], [ 107695.0, 513453.0 ], [ 107697.0, 513272.0 ], [ 107602.0, 513028.0 ], [ 107557.0, 512619.0 ], [ 107474.0, 512473.0 ], [ 107347.0, 512331.0 ], [ 107285.0, 512103.0 ], [ 107212.0, 511862.0 ], [ 107163.0, 511595.0 ], [ 107160.0, 511456.0 ], [ 107233.0, 511471.0 ], [ 107275.0, 511649.0 ], [ 107425.0, 511839.0 ], [ 107645.0, 512025.0 ], [ 107820.0, 512242.0 ], [ 107982.0, 512397.0 ], [ 108266.0, 512523.0 ], [ 108382.0, 512645.0 ], [ 108513.0, 513033.0 ], [ 108563.0, 513397.0 ], [ 108623.0, 513771.0 ], [ 108664.0, 514184.0 ], [ 108744.0, 514298.0 ], [ 108855.0, 514252.0 ], [ 108878.0, 514111.0 ], [ 109068.0, 514212.0 ], [ 109205.0, 514457.0 ], [ 109392.0, 514752.0 ], [ 109411.0, 511512.0 ], [ 109346.0, 511506.0 ], [ 109319.0, 511499.0 ], [ 109247.0, 511508.0 ], [ 109132.0, 511666.0 ], [ 108972.0, 511815.0 ], [ 108818.0, 511790.0 ], [ 108682.0, 511715.0 ], [ 108567.0, 511746.0 ], [ 108440.0, 511742.0 ], [ 108361.0, 511644.0 ], [ 108432.0, 511475.0 ], [ 108432.0, 511270.0 ], [ 108386.0, 510992.0 ], [ 108272.0, 510766.0 ], [ 108231.0, 510557.0 ], [ 108195.0, 510325.0 ], [ 108012.0, 510167.0 ], [ 107898.0, 510006.0 ], [ 107840.0, 509803.0 ], [ 107699.0, 509553.0 ], [ 107659.0, 509282.0 ], [ 107717.0, 509168.0 ], [ 107853.0, 509059.0 ], [ 107908.0, 508966.0 ], [ 107938.0, 508885.0 ], [ 107941.0, 508855.0 ], [ 107897.0, 508857.0 ], [ 107825.0, 508853.0 ], [ 107737.0, 508800.0 ], [ 107649.0, 508836.0 ], [ 107571.0, 508897.0 ], [ 107532.0, 509057.0 ], [ 107445.0, 509129.0 ], [ 107346.0, 509248.0 ], [ 107294.0, 509403.0 ], [ 107241.0, 509709.0 ], [ 107070.0, 509935.0 ], [ 106943.0, 510172.0 ], [ 106935.0, 510449.0 ], [ 106979.0, 510689.0 ], [ 106868.0, 511011.0 ], [ 106783.0, 511278.0 ], [ 106809.0, 511446.0 ], [ 106884.0, 511693.0 ], [ 106952.0, 511943.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 12, "DS11_ID": 184, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102299.0, 497582.0 ], [ 102645.0, 497574.0 ], [ 102949.0, 497569.0 ], [ 103301.0, 497558.0 ], [ 103785.0, 497519.0 ], [ 104077.0, 497474.0 ], [ 104481.0, 497463.0 ], [ 104835.0, 497416.0 ], [ 104842.0, 497414.0 ], [ 104793.0, 497310.0 ], [ 104232.0, 496980.0 ], [ 104096.0, 496829.0 ], [ 104044.0, 496796.0 ], [ 103810.0, 496708.0 ], [ 103797.0, 496691.0 ], [ 103531.0, 496601.0 ], [ 103339.0, 496497.0 ], [ 103295.0, 496465.0 ], [ 103172.0, 496287.0 ], [ 103160.0, 496276.0 ], [ 103040.0, 496061.0 ], [ 103023.0, 496041.0 ], [ 102885.0, 495899.0 ], [ 102834.0, 495858.0 ], [ 102628.0, 495679.0 ], [ 102584.0, 495646.0 ], [ 102478.0, 495544.0 ], [ 102465.0, 495528.0 ], [ 102323.0, 495340.0 ], [ 102176.0, 495123.0 ], [ 102016.0, 494874.0 ], [ 101907.0, 494750.0 ], [ 101896.0, 494730.0 ], [ 101761.0, 494557.0 ], [ 101740.0, 494536.0 ], [ 101638.0, 494415.0 ], [ 101520.0, 494267.0 ], [ 101447.0, 494165.0 ], [ 99648.0, 493977.0 ], [ 99890.0, 494101.0 ], [ 100156.0, 494292.0 ], [ 100397.0, 494424.0 ], [ 100698.0, 494565.0 ], [ 101031.0, 494712.0 ], [ 101357.0, 494890.0 ], [ 101780.0, 495158.0 ], [ 102085.0, 495433.0 ], [ 102270.0, 495591.0 ], [ 102549.0, 495947.0 ], [ 102730.0, 496211.0 ], [ 102756.0, 496296.0 ], [ 102610.0, 496343.0 ], [ 102472.0, 496286.0 ], [ 102340.0, 496274.0 ], [ 102272.0, 496327.0 ], [ 102273.0, 496351.0 ], [ 102316.0, 496483.0 ], [ 102321.0, 496608.0 ], [ 102285.0, 496667.0 ], [ 102173.0, 496721.0 ], [ 102161.0, 496781.0 ], [ 102166.0, 496927.0 ], [ 102232.0, 497114.0 ], [ 102276.0, 497198.0 ], [ 102264.0, 497188.0 ], [ 102110.0, 496971.0 ], [ 102055.0, 496973.0 ], [ 101996.0, 497197.0 ], [ 102060.0, 497349.0 ], [ 102195.0, 497297.0 ], [ 102278.0, 497443.0 ], [ 102218.0, 497588.0 ], [ 102299.0, 497582.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 13, "DS11_ID": 63, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108501.0, 508655.0 ], [ 108599.0, 508571.0 ], [ 108693.0, 508515.0 ], [ 108821.0, 508499.0 ], [ 108883.0, 508520.0 ], [ 108894.0, 508465.0 ], [ 108943.0, 508411.0 ], [ 109023.0, 508395.0 ], [ 109083.0, 508398.0 ], [ 109134.0, 508339.0 ], [ 109215.0, 508303.0 ], [ 109429.0, 508337.0 ], [ 109434.0, 507381.0 ], [ 109300.0, 507237.0 ], [ 109187.0, 507193.0 ], [ 109080.0, 507167.0 ], [ 109109.0, 507073.0 ], [ 109289.0, 507096.0 ], [ 109436.0, 507155.0 ], [ 109436.0, 507093.0 ], [ 109429.0, 506774.0 ], [ 109145.0, 506529.0 ], [ 109029.0, 506359.0 ], [ 108959.0, 506170.0 ], [ 108848.0, 505966.0 ], [ 108731.0, 505774.0 ], [ 108731.0, 505575.0 ], [ 108926.0, 505338.0 ], [ 109151.0, 505261.0 ], [ 109394.0, 505195.0 ], [ 109391.0, 505053.0 ], [ 109200.0, 505048.0 ], [ 108960.0, 504861.0 ], [ 108778.0, 504586.0 ], [ 108725.0, 504196.0 ], [ 108610.0, 503881.0 ], [ 108474.0, 503780.0 ], [ 108340.0, 503766.0 ], [ 108232.0, 503854.0 ], [ 108027.0, 504261.0 ], [ 108076.0, 504293.0 ], [ 108041.0, 504690.0 ], [ 107963.0, 505004.0 ], [ 107979.0, 505240.0 ], [ 108106.0, 505469.0 ], [ 108148.0, 505697.0 ], [ 108202.0, 505909.0 ], [ 108370.0, 506132.0 ], [ 108524.0, 506370.0 ], [ 108638.0, 506699.0 ], [ 108648.0, 506999.0 ], [ 108545.0, 507289.0 ], [ 108404.0, 507624.0 ], [ 108402.0, 507652.0 ], [ 108385.0, 507927.0 ], [ 108517.0, 508184.0 ], [ 108613.0, 508273.0 ], [ 108675.0, 508299.0 ], [ 108590.0, 508417.0 ], [ 108494.0, 508516.0 ], [ 108453.0, 508620.0 ], [ 108420.0, 508689.0 ], [ 108501.0, 508655.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 33, "DS11_ID": 144, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 112293.0, 501360.0 ], [ 112294.0, 501156.0 ], [ 111838.0, 501035.0 ], [ 111616.0, 500956.0 ], [ 111551.0, 500915.0 ], [ 111481.0, 500861.0 ], [ 111471.0, 500849.0 ], [ 111433.0, 500760.0 ], [ 111289.0, 500693.0 ], [ 111242.0, 500705.0 ], [ 111231.0, 500716.0 ], [ 111214.0, 500778.0 ], [ 111213.0, 500826.0 ], [ 111218.0, 500859.0 ], [ 111179.0, 500923.0 ], [ 111118.0, 500934.0 ], [ 111074.0, 500898.0 ], [ 111044.0, 500800.0 ], [ 111035.0, 500780.0 ], [ 111014.0, 500600.0 ], [ 111008.0, 500570.0 ], [ 110946.0, 500310.0 ], [ 110940.0, 500265.0 ], [ 110950.0, 500233.0 ], [ 110945.0, 500176.0 ], [ 110945.0, 500158.0 ], [ 110948.0, 500130.0 ], [ 110944.0, 500068.0 ], [ 110875.0, 500070.0 ], [ 110819.0, 500117.0 ], [ 110827.0, 500208.0 ], [ 110822.0, 500284.0 ], [ 110829.0, 500362.0 ], [ 110838.0, 500379.0 ], [ 110834.0, 500426.0 ], [ 110835.0, 500528.0 ], [ 110815.0, 500639.0 ], [ 110775.0, 500801.0 ], [ 110739.0, 500830.0 ], [ 110679.0, 500831.0 ], [ 110654.0, 500846.0 ], [ 110566.0, 500854.0 ], [ 110511.0, 500848.0 ], [ 110481.0, 500856.0 ], [ 110371.0, 500854.0 ], [ 110260.0, 500829.0 ], [ 110241.0, 500843.0 ], [ 110137.0, 500824.0 ], [ 110066.0, 500782.0 ], [ 110033.0, 500723.0 ], [ 110016.0, 500703.0 ], [ 110005.0, 500686.0 ], [ 109960.0, 500668.0 ], [ 109937.0, 500668.0 ], [ 109908.0, 500683.0 ], [ 109895.0, 500697.0 ], [ 109843.0, 500739.0 ], [ 109775.0, 500814.0 ], [ 109629.0, 500866.0 ], [ 109595.0, 500852.0 ], [ 109584.0, 500837.0 ], [ 109600.0, 500772.0 ], [ 109673.0, 500656.0 ], [ 109753.0, 500552.0 ], [ 109730.0, 500516.0 ], [ 109714.0, 500515.0 ], [ 109608.0, 500527.0 ], [ 109490.0, 500574.0 ], [ 109467.0, 500565.0 ], [ 109471.0, 500534.0 ], [ 109506.0, 500410.0 ], [ 109430.0, 500437.0 ], [ 109337.0, 500501.0 ], [ 109292.0, 500494.0 ], [ 109293.0, 500564.0 ], [ 109323.0, 500621.0 ], [ 109332.0, 500650.0 ], [ 109351.0, 500742.0 ], [ 109357.0, 500761.0 ], [ 109343.0, 500826.0 ], [ 109356.0, 500838.0 ], [ 109535.0, 500975.0 ], [ 109571.0, 501018.0 ], [ 109590.0, 501066.0 ], [ 109704.0, 501227.0 ], [ 109898.0, 501442.0 ], [ 109967.0, 501512.0 ], [ 112293.0, 501360.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 39, "DS11_ID": 2, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109017.0, 515723.0 ], [ 108999.0, 515542.0 ], [ 108997.0, 515440.0 ], [ 109075.0, 515399.0 ], [ 109172.0, 515365.0 ], [ 109184.0, 515204.0 ], [ 109122.0, 515056.0 ], [ 108909.0, 514991.0 ], [ 108750.0, 514999.0 ], [ 108558.0, 514872.0 ], [ 108430.0, 514683.0 ], [ 108282.0, 514579.0 ], [ 108086.0, 514475.0 ], [ 107988.0, 514315.0 ], [ 107914.0, 514150.0 ], [ 107872.0, 514078.0 ], [ 107803.0, 514125.0 ], [ 107841.0, 514367.0 ], [ 107803.0, 514422.0 ], [ 107744.0, 514313.0 ], [ 107684.0, 514270.0 ], [ 107613.0, 514276.0 ], [ 107606.0, 514414.0 ], [ 107640.0, 514557.0 ], [ 107635.0, 514660.0 ], [ 107560.0, 514592.0 ], [ 107536.0, 514459.0 ], [ 107496.0, 514402.0 ], [ 107428.0, 514339.0 ], [ 107280.0, 514335.0 ], [ 107260.0, 514405.0 ], [ 107249.0, 514462.0 ], [ 107196.0, 514508.0 ], [ 107221.0, 514585.0 ], [ 107375.0, 514661.0 ], [ 107498.0, 514691.0 ], [ 107656.0, 514867.0 ], [ 107726.0, 515132.0 ], [ 107870.0, 515360.0 ], [ 107898.0, 515348.0 ], [ 108154.0, 515489.0 ], [ 108297.0, 515514.0 ], [ 108406.0, 515518.0 ], [ 108514.0, 515721.0 ], [ 109017.0, 515723.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 52, "DS11_ID": 4, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106557.0, 515714.0 ], [ 106461.0, 515401.0 ], [ 106361.0, 515276.0 ], [ 106179.0, 515172.0 ], [ 106033.0, 515079.0 ], [ 105835.0, 514950.0 ], [ 105929.0, 514935.0 ], [ 106001.0, 514850.0 ], [ 105803.0, 514632.0 ], [ 105592.0, 514580.0 ], [ 105505.0, 514583.0 ], [ 105313.0, 514529.0 ], [ 105266.0, 514586.0 ], [ 105324.0, 514682.0 ], [ 105188.0, 514809.0 ], [ 105074.0, 514951.0 ], [ 105125.0, 515131.0 ], [ 105297.0, 515296.0 ], [ 105456.0, 515437.0 ], [ 105521.0, 515503.0 ], [ 105633.0, 515504.0 ], [ 105670.0, 515395.0 ], [ 105831.0, 515424.0 ], [ 105944.0, 515582.0 ], [ 106022.0, 515712.0 ], [ 106557.0, 515714.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 53, "DS11_ID": 142, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109315.0, 501554.0 ], [ 109967.0, 501512.0 ], [ 109898.0, 501442.0 ], [ 109704.0, 501227.0 ], [ 109590.0, 501066.0 ], [ 109571.0, 501018.0 ], [ 109535.0, 500975.0 ], [ 109356.0, 500838.0 ], [ 109343.0, 500826.0 ], [ 109357.0, 500761.0 ], [ 109353.0, 500748.0 ], [ 108982.0, 500771.0 ], [ 108814.0, 500842.0 ], [ 108642.0, 500889.0 ], [ 108496.0, 500916.0 ], [ 108445.0, 501019.0 ], [ 108339.0, 501083.0 ], [ 108290.0, 501184.0 ], [ 108370.0, 501348.0 ], [ 108568.0, 501420.0 ], [ 108874.0, 501510.0 ], [ 109075.0, 501573.0 ], [ 109317.0, 501639.0 ], [ 109315.0, 501554.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 59, "DS11_ID": 200, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103676.0, 495637.0 ], [ 103689.0, 495650.0 ], [ 103860.0, 495703.0 ], [ 104130.0, 495916.0 ], [ 104410.0, 496035.0 ], [ 104714.0, 496168.0 ], [ 104906.0, 496249.0 ], [ 104924.0, 496262.0 ], [ 105014.0, 496294.0 ], [ 105033.0, 496287.0 ], [ 105029.0, 496186.0 ], [ 104942.0, 496030.0 ], [ 104808.0, 495772.0 ], [ 104737.0, 495693.0 ], [ 104664.0, 495621.0 ], [ 104413.0, 495438.0 ], [ 104398.0, 495434.0 ], [ 104197.0, 495355.0 ], [ 104183.0, 495345.0 ], [ 104157.0, 495334.0 ], [ 104070.0, 495304.0 ], [ 103965.0, 495279.0 ], [ 103895.0, 495234.0 ], [ 103636.0, 494920.0 ], [ 103534.0, 494846.0 ], [ 103502.0, 494826.0 ], [ 103487.0, 494812.0 ], [ 103482.0, 494827.0 ], [ 103548.0, 494924.0 ], [ 103551.0, 494944.0 ], [ 103559.0, 494972.0 ], [ 103607.0, 495080.0 ], [ 103605.0, 495114.0 ], [ 103630.0, 495337.0 ], [ 103668.0, 495624.0 ], [ 103676.0, 495637.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 81, "DS11_ID": 23, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105220.0, 513091.0 ], [ 105415.0, 513218.0 ], [ 105601.0, 513369.0 ], [ 105778.0, 513428.0 ], [ 105933.0, 513541.0 ], [ 106024.0, 513469.0 ], [ 105969.0, 513291.0 ], [ 105915.0, 513190.0 ], [ 105996.0, 513167.0 ], [ 105954.0, 513073.0 ], [ 105851.0, 512994.0 ], [ 105841.0, 512882.0 ], [ 105818.0, 512708.0 ], [ 105741.0, 512680.0 ], [ 105701.0, 512727.0 ], [ 105649.0, 512641.0 ], [ 105446.0, 512639.0 ], [ 105275.0, 512711.0 ], [ 105121.0, 512828.0 ], [ 105060.0, 512879.0 ], [ 105052.0, 512969.0 ], [ 105121.0, 513045.0 ], [ 105207.0, 513082.0 ], [ 105220.0, 513091.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 86, "DS11_ID": 201, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103630.0, 495337.0 ], [ 103605.0, 495114.0 ], [ 103607.0, 495080.0 ], [ 103559.0, 494972.0 ], [ 103551.0, 494944.0 ], [ 103548.0, 494924.0 ], [ 103482.0, 494827.0 ], [ 103487.0, 494812.0 ], [ 103479.0, 494805.0 ], [ 103368.0, 494598.0 ], [ 103282.0, 494522.0 ], [ 103189.0, 494381.0 ], [ 102426.0, 494268.0 ], [ 101816.0, 494204.0 ], [ 101867.0, 494254.0 ], [ 101900.0, 494275.0 ], [ 102159.0, 494319.0 ], [ 102397.0, 494377.0 ], [ 102625.0, 494468.0 ], [ 102661.0, 494485.0 ], [ 102863.0, 494552.0 ], [ 102880.0, 494564.0 ], [ 103005.0, 494686.0 ], [ 103191.0, 494884.0 ], [ 103346.0, 495044.0 ], [ 103529.0, 495394.0 ], [ 103668.0, 495624.0 ], [ 103630.0, 495337.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 111, "DS11_ID": 13, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106528.0, 514604.0 ], [ 106510.0, 514615.0 ], [ 106491.0, 514615.0 ], [ 106477.0, 514625.0 ], [ 106534.0, 514704.0 ], [ 106572.0, 514782.0 ], [ 106538.0, 514902.0 ], [ 106554.0, 515046.0 ], [ 106639.0, 515171.0 ], [ 106762.0, 515234.0 ], [ 106860.0, 515257.0 ], [ 106971.0, 515297.0 ], [ 107038.0, 515282.0 ], [ 107086.0, 515227.0 ], [ 107055.0, 515074.0 ], [ 106893.0, 514915.0 ], [ 106864.0, 514845.0 ], [ 106901.0, 514782.0 ], [ 106864.0, 514641.0 ], [ 106726.0, 514619.0 ], [ 106642.0, 514636.0 ], [ 106540.0, 514597.0 ], [ 106528.0, 514604.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 113, "DS11_ID": 222, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107812.0, 490889.0 ], [ 107946.0, 491170.0 ], [ 107973.0, 491220.0 ], [ 108015.0, 491274.0 ], [ 108051.0, 491288.0 ], [ 108067.0, 491273.0 ], [ 108053.0, 491214.0 ], [ 108024.0, 491106.0 ], [ 107904.0, 490734.0 ], [ 107853.0, 490584.0 ], [ 107802.0, 490443.0 ], [ 107756.0, 490326.0 ], [ 107734.0, 490239.0 ], [ 107747.0, 490202.0 ], [ 107786.0, 490226.0 ], [ 107833.0, 490278.0 ], [ 107914.0, 490391.0 ], [ 107955.0, 490429.0 ], [ 107984.0, 490432.0 ], [ 108004.0, 490427.0 ], [ 108004.0, 490399.0 ], [ 107987.0, 490373.0 ], [ 107948.0, 490328.0 ], [ 107800.0, 490076.0 ], [ 107772.0, 490007.0 ], [ 107731.0, 489919.0 ], [ 107707.0, 489843.0 ], [ 107673.0, 489749.0 ], [ 107652.0, 489715.0 ], [ 107625.0, 489699.0 ], [ 107586.0, 489689.0 ], [ 107553.0, 489698.0 ], [ 107541.0, 489716.0 ], [ 107530.0, 489767.0 ], [ 107543.0, 489834.0 ], [ 107567.0, 489909.0 ], [ 107599.0, 489979.0 ], [ 107623.0, 490056.0 ], [ 107637.0, 490132.0 ], [ 107688.0, 490358.0 ], [ 107707.0, 490465.0 ], [ 107739.0, 490599.0 ], [ 107777.0, 490707.0 ], [ 107812.0, 490889.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 120, "DS11_ID": 111, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105875.0, 506149.0 ], [ 105990.0, 506137.0 ], [ 106043.0, 506025.0 ], [ 106049.0, 505861.0 ], [ 106064.0, 505722.0 ], [ 106067.0, 505713.0 ], [ 106029.0, 505611.0 ], [ 105960.0, 505570.0 ], [ 105894.0, 505579.0 ], [ 105882.0, 505593.0 ], [ 105882.0, 505598.0 ], [ 105788.0, 505691.0 ], [ 105659.0, 505885.0 ], [ 105645.0, 505991.0 ], [ 105693.0, 506064.0 ], [ 105782.0, 506144.0 ], [ 105875.0, 506149.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 122, "DS11_ID": 229, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105943.0, 486966.0 ], [ 105887.0, 486885.0 ], [ 105827.0, 486807.0 ], [ 105792.0, 486787.0 ], [ 105798.0, 486824.0 ], [ 105829.0, 486905.0 ], [ 105883.0, 487021.0 ], [ 105956.0, 487196.0 ], [ 106064.0, 487446.0 ], [ 106199.0, 487683.0 ], [ 106242.0, 487748.0 ], [ 106309.0, 487838.0 ], [ 106366.0, 487918.0 ], [ 106412.0, 487959.0 ], [ 106448.0, 487983.0 ], [ 106477.0, 487991.0 ], [ 106504.0, 487982.0 ], [ 106521.0, 487965.0 ], [ 106524.0, 487927.0 ], [ 106512.0, 487878.0 ], [ 106485.0, 487824.0 ], [ 106450.0, 487744.0 ], [ 106408.0, 487659.0 ], [ 106356.0, 487579.0 ], [ 106307.0, 487514.0 ], [ 106276.0, 487484.0 ], [ 106248.0, 487461.0 ], [ 106223.0, 487446.0 ], [ 105943.0, 486966.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 126, "DS11_ID": 21, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108037.0, 512773.0 ], [ 108108.0, 513058.0 ], [ 108231.0, 513360.0 ], [ 108297.0, 513601.0 ], [ 108366.0, 513701.0 ], [ 108451.0, 513711.0 ], [ 108441.0, 513509.0 ], [ 108392.0, 513308.0 ], [ 108261.0, 513068.0 ], [ 108162.0, 512791.0 ], [ 108121.0, 512611.0 ], [ 108069.0, 512558.0 ], [ 108049.0, 512570.0 ], [ 108037.0, 512773.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 132, "DS11_ID": 19, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107741.0, 512723.0 ], [ 107745.0, 512843.0 ], [ 107813.0, 513079.0 ], [ 107818.0, 513295.0 ], [ 107853.0, 513532.0 ], [ 107951.0, 513807.0 ], [ 108051.0, 513936.0 ], [ 108107.0, 513922.0 ], [ 108010.0, 513743.0 ], [ 107984.0, 513683.0 ], [ 108046.0, 513638.0 ], [ 108011.0, 513481.0 ], [ 107950.0, 513365.0 ], [ 107956.0, 513035.0 ], [ 107889.0, 512955.0 ], [ 107855.0, 512743.0 ], [ 107748.0, 512719.0 ], [ 107741.0, 512723.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 141, "DS11_ID": 45, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109418.0, 510129.0 ], [ 109283.0, 510071.0 ], [ 109132.0, 509886.0 ], [ 109057.0, 509748.0 ], [ 109009.0, 509686.0 ], [ 108988.0, 509666.0 ], [ 108936.0, 509654.0 ], [ 108914.0, 509747.0 ], [ 108935.0, 509891.0 ], [ 109026.0, 509977.0 ], [ 109050.0, 510071.0 ], [ 109110.0, 510168.0 ], [ 109418.0, 510295.0 ], [ 109418.0, 510129.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 143, "DS11_ID": 166, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101820.0, 498770.0 ], [ 101887.0, 498965.0 ], [ 101976.0, 499060.0 ], [ 102114.0, 499011.0 ], [ 102200.0, 498949.0 ], [ 102277.0, 498825.0 ], [ 102199.0, 498695.0 ], [ 102190.0, 498688.0 ], [ 102117.0, 498697.0 ], [ 102024.0, 498720.0 ], [ 101888.0, 498738.0 ], [ 101820.0, 498754.0 ], [ 101820.0, 498770.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 148, "DS11_ID": 226, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107064.0, 488559.0 ], [ 107037.0, 488521.0 ], [ 106976.0, 488453.0 ], [ 106928.0, 488391.0 ], [ 106875.0, 488353.0 ], [ 106830.0, 488339.0 ], [ 106796.0, 488345.0 ], [ 106779.0, 488376.0 ], [ 106774.0, 488423.0 ], [ 106793.0, 488472.0 ], [ 106843.0, 488528.0 ], [ 106956.0, 488668.0 ], [ 107002.0, 488752.0 ], [ 107028.0, 488818.0 ], [ 107078.0, 488897.0 ], [ 107118.0, 488946.0 ], [ 107152.0, 488969.0 ], [ 107195.0, 488970.0 ], [ 107217.0, 488948.0 ], [ 107221.0, 488915.0 ], [ 107212.0, 488865.0 ], [ 107192.0, 488798.0 ], [ 107157.0, 488707.0 ], [ 107064.0, 488559.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 150, "DS11_ID": 91, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103823.0, 506766.0 ], [ 103687.0, 506738.0 ], [ 103590.0, 506684.0 ], [ 103567.0, 506657.0 ], [ 103656.0, 506626.0 ], [ 103702.0, 506566.0 ], [ 103715.0, 506440.0 ], [ 103677.0, 506399.0 ], [ 103595.0, 506381.0 ], [ 103485.0, 506435.0 ], [ 103435.0, 506541.0 ], [ 103459.0, 506660.0 ], [ 103524.0, 506759.0 ], [ 103596.0, 506835.0 ], [ 103652.0, 506850.0 ], [ 103804.0, 506853.0 ], [ 103839.0, 506832.0 ], [ 103823.0, 506766.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 151, "DS11_ID": 126, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103594.0, 505167.0 ], [ 103647.0, 505077.0 ], [ 103713.0, 505014.0 ], [ 103808.0, 505004.0 ], [ 103937.0, 505009.0 ], [ 104026.0, 504930.0 ], [ 104067.0, 504863.0 ], [ 104060.0, 504831.0 ], [ 103981.0, 504802.0 ], [ 103867.0, 504785.0 ], [ 103664.0, 504851.0 ], [ 103551.0, 505019.0 ], [ 103512.0, 505155.0 ], [ 103594.0, 505167.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 157, "DS11_ID": 32, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106277.0, 512279.0 ], [ 106257.0, 512476.0 ], [ 106293.0, 512627.0 ], [ 106358.0, 512677.0 ], [ 106444.0, 512651.0 ], [ 106483.0, 512518.0 ], [ 106500.0, 512374.0 ], [ 106461.0, 512291.0 ], [ 106417.0, 512261.0 ], [ 106388.0, 512185.0 ], [ 106347.0, 512170.0 ], [ 106277.0, 512279.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 159, "DS11_ID": 233, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104433.0, 485526.0 ], [ 104470.0, 485560.0 ], [ 104522.0, 485579.0 ], [ 104572.0, 485569.0 ], [ 104573.0, 485527.0 ], [ 104568.0, 485501.0 ], [ 104546.0, 485460.0 ], [ 104518.0, 485422.0 ], [ 104459.0, 485365.0 ], [ 104319.0, 485239.0 ], [ 104274.0, 485190.0 ], [ 104200.0, 485156.0 ], [ 104155.0, 485147.0 ], [ 104109.0, 485148.0 ], [ 104083.0, 485161.0 ], [ 104071.0, 485183.0 ], [ 104093.0, 485240.0 ], [ 104129.0, 485281.0 ], [ 104383.0, 485493.0 ], [ 104433.0, 485526.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 163, "DS11_ID": 9, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106804.0, 515431.0 ], [ 106716.0, 515388.0 ], [ 106643.0, 515418.0 ], [ 106666.0, 515467.0 ], [ 106802.0, 515587.0 ], [ 106984.0, 515594.0 ], [ 107139.0, 515585.0 ], [ 107307.0, 515535.0 ], [ 107307.0, 515486.0 ], [ 107214.0, 515474.0 ], [ 107087.0, 515470.0 ], [ 106925.0, 515473.0 ], [ 106804.0, 515431.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 170, "DS11_ID": 22, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104277.0, 513257.0 ], [ 104250.0, 513388.0 ], [ 104263.0, 513500.0 ], [ 104316.0, 513585.0 ], [ 104377.0, 513516.0 ], [ 104373.0, 513395.0 ], [ 104399.0, 513287.0 ], [ 104474.0, 513156.0 ], [ 104474.0, 513119.0 ], [ 104421.0, 513083.0 ], [ 104368.0, 513097.0 ], [ 104353.0, 513146.0 ], [ 104334.0, 513183.0 ], [ 104277.0, 513257.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 172, "DS11_ID": 43, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109411.0, 511372.0 ], [ 109413.0, 511082.0 ], [ 109326.0, 511023.0 ], [ 109217.0, 510913.0 ], [ 109155.0, 510907.0 ], [ 109165.0, 510966.0 ], [ 109108.0, 510980.0 ], [ 109165.0, 511069.0 ], [ 109283.0, 511136.0 ], [ 109301.0, 511150.0 ], [ 109411.0, 511372.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 174, "DS11_ID": 124, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105533.0, 505519.0 ], [ 105631.0, 505518.0 ], [ 105650.0, 505509.0 ], [ 105687.0, 505505.0 ], [ 105717.0, 505468.0 ], [ 105577.0, 505393.0 ], [ 105457.0, 505324.0 ], [ 105320.0, 505281.0 ], [ 105268.0, 505284.0 ], [ 105285.0, 505343.0 ], [ 105441.0, 505474.0 ], [ 105533.0, 505519.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 178, "DS11_ID": 99, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104580.0, 506725.0 ], [ 104655.0, 506716.0 ], [ 104647.0, 506627.0 ], [ 104552.0, 506574.0 ], [ 104551.0, 506568.0 ], [ 104478.0, 506464.0 ], [ 104299.0, 506393.0 ], [ 104219.0, 506419.0 ], [ 104222.0, 506433.0 ], [ 104253.0, 506491.0 ], [ 104348.0, 506559.0 ], [ 104451.0, 506623.0 ], [ 104533.0, 506686.0 ], [ 104580.0, 506725.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 179, "DS11_ID": 33, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107439.0, 512095.0 ], [ 107461.0, 512178.0 ], [ 107571.0, 512347.0 ], [ 107650.0, 512461.0 ], [ 107757.0, 512555.0 ], [ 107837.0, 512563.0 ], [ 107836.0, 512481.0 ], [ 107730.0, 512401.0 ], [ 107621.0, 512312.0 ], [ 107564.0, 512188.0 ], [ 107530.0, 512135.0 ], [ 107448.0, 512095.0 ], [ 107439.0, 512095.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 185, "DS11_ID": 11, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107495.0, 515291.0 ], [ 107445.0, 515362.0 ], [ 107446.0, 515407.0 ], [ 107464.0, 515473.0 ], [ 107498.0, 515452.0 ], [ 107579.0, 515446.0 ], [ 107637.0, 515358.0 ], [ 107674.0, 515263.0 ], [ 107656.0, 515180.0 ], [ 107577.0, 515178.0 ], [ 107535.0, 515240.0 ], [ 107495.0, 515291.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 187, "DS11_ID": 79, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103751.0, 507403.0 ], [ 103817.0, 507374.0 ], [ 103873.0, 507290.0 ], [ 103890.0, 507248.0 ], [ 103884.0, 507193.0 ], [ 103831.0, 507177.0 ], [ 103753.0, 507199.0 ], [ 103648.0, 507253.0 ], [ 103617.0, 507313.0 ], [ 103664.0, 507367.0 ], [ 103751.0, 507403.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 189, "DS11_ID": 209, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104342.0, 494553.0 ], [ 104498.0, 494703.0 ], [ 104499.0, 494723.0 ], [ 104618.0, 494790.0 ], [ 104666.0, 494734.0 ], [ 104668.0, 494702.0 ], [ 104645.0, 494599.0 ], [ 104342.0, 494553.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 209, "DS11_ID": 225, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107381.0, 489246.0 ], [ 107365.0, 489226.0 ], [ 107306.0, 489183.0 ], [ 107273.0, 489186.0 ], [ 107260.0, 489196.0 ], [ 107251.0, 489218.0 ], [ 107262.0, 489256.0 ], [ 107282.0, 489281.0 ], [ 107306.0, 489317.0 ], [ 107338.0, 489347.0 ], [ 107361.0, 489363.0 ], [ 107391.0, 489363.0 ], [ 107405.0, 489350.0 ], [ 107407.0, 489318.0 ], [ 107405.0, 489295.0 ], [ 107381.0, 489246.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 210, "DS11_ID": 35, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106825.0, 512394.0 ], [ 106882.0, 512448.0 ], [ 106945.0, 512499.0 ], [ 106990.0, 512482.0 ], [ 106946.0, 512396.0 ], [ 106859.0, 512314.0 ], [ 106804.0, 512315.0 ], [ 106775.0, 512311.0 ], [ 106825.0, 512394.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 211, "DS11_ID": 39, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106652.0, 511809.0 ], [ 106639.0, 511862.0 ], [ 106683.0, 511894.0 ], [ 106728.0, 511844.0 ], [ 106728.0, 511764.0 ], [ 106697.0, 511634.0 ], [ 106670.0, 511618.0 ], [ 106662.0, 511734.0 ], [ 106652.0, 511809.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 212, "DS11_ID": 20, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106100.0, 513682.0 ], [ 106093.0, 513747.0 ], [ 106116.0, 513813.0 ], [ 106083.0, 513872.0 ], [ 106126.0, 513906.0 ], [ 106173.0, 513845.0 ], [ 106162.0, 513784.0 ], [ 106174.0, 513719.0 ], [ 106171.0, 513682.0 ], [ 106151.0, 513664.0 ], [ 106100.0, 513682.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 220, "DS11_ID": 38, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107306.0, 511915.0 ], [ 107358.0, 511998.0 ], [ 107394.0, 512006.0 ], [ 107365.0, 511918.0 ], [ 107335.0, 511836.0 ], [ 107280.0, 511824.0 ], [ 107306.0, 511915.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 221, "DS11_ID": 25, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106733.0, 513195.0 ], [ 106787.0, 513229.0 ], [ 106838.0, 513210.0 ], [ 106800.0, 513140.0 ], [ 106739.0, 513104.0 ], [ 106726.0, 513107.0 ], [ 106733.0, 513195.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 223, "DS11_ID": 12, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107235.0, 515198.0 ], [ 107260.0, 515244.0 ], [ 107267.0, 515288.0 ], [ 107295.0, 515313.0 ], [ 107338.0, 515293.0 ], [ 107337.0, 515249.0 ], [ 107287.0, 515193.0 ], [ 107235.0, 515198.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 224, "DS11_ID": 17, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107210.0, 514143.0 ], [ 107278.0, 514193.0 ], [ 107337.0, 514172.0 ], [ 107268.0, 514101.0 ], [ 107201.0, 514116.0 ], [ 107210.0, 514143.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 227, "DS11_ID": 28, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106634.0, 512861.0 ], [ 106676.0, 512892.0 ], [ 106697.0, 512909.0 ], [ 106672.0, 512820.0 ], [ 106618.0, 512786.0 ], [ 106589.0, 512806.0 ], [ 106616.0, 512837.0 ], [ 106634.0, 512861.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 229, "DS11_ID": 26, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106826.0, 512987.0 ], [ 106873.0, 513026.0 ], [ 106937.0, 513060.0 ], [ 106878.0, 512977.0 ], [ 106829.0, 512948.0 ], [ 106790.0, 512950.0 ], [ 106826.0, 512987.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 230, "DS11_ID": 14, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107401.0, 515109.0 ], [ 107422.0, 515150.0 ], [ 107474.0, 515155.0 ], [ 107480.0, 515109.0 ], [ 107441.0, 515098.0 ], [ 107401.0, 515109.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 232, "DS11_ID": 195, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100511.0, 496804.0 ], [ 100508.0, 496780.0 ], [ 100464.0, 496780.0 ], [ 100511.0, 496804.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 233, "DS11_ID": 154, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 111952.0, 500383.0 ], [ 111942.0, 500382.0 ], [ 111948.0, 500386.0 ], [ 112062.0, 500384.0 ], [ 111952.0, 500383.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS11_": 234, "DS11_ID": 196, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100253.0, 496795.0 ], [ 100250.0, 496780.0 ], [ 100246.0, 496780.0 ], [ 100253.0, 496795.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_bergen_area.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_bergen_area.geojson new file mode 100644 index 0000000..d883aa2 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_bergen_area.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "DS11_mask_bergen_area", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "id": null, "value": 0.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115532.0, 530035.0 ], [ 115509.0, 512434.0 ], [ 109405.0, 512463.0 ], [ 109386.0, 515724.0 ], [ 105304.0, 515710.0 ], [ 105308.0, 515940.0 ], [ 105299.0, 516199.0 ], [ 105290.0, 516567.0 ], [ 105303.0, 516942.0 ], [ 105378.0, 517246.0 ], [ 105506.0, 517411.0 ], [ 105619.0, 517435.0 ], [ 105735.0, 517309.0 ], [ 105762.0, 517065.0 ], [ 105838.0, 517124.0 ], [ 106001.0, 517169.0 ], [ 105981.0, 517442.0 ], [ 105880.0, 517686.0 ], [ 105742.0, 517986.0 ], [ 105661.0, 518350.0 ], [ 105637.0, 518645.0 ], [ 105659.0, 518933.0 ], [ 105692.0, 519125.0 ], [ 105829.0, 519434.0 ], [ 105974.0, 519570.0 ], [ 106173.0, 519502.0 ], [ 106275.0, 519439.0 ], [ 106213.0, 519264.0 ], [ 106103.0, 519178.0 ], [ 106040.0, 519095.0 ], [ 106044.0, 519008.0 ], [ 106093.0, 518949.0 ], [ 106072.0, 518786.0 ], [ 106075.0, 518725.0 ], [ 106124.0, 518699.0 ], [ 106095.0, 518404.0 ], [ 106019.0, 518154.0 ], [ 106026.0, 517995.0 ], [ 106108.0, 517785.0 ], [ 106122.0, 517679.0 ], [ 106037.0, 517460.0 ], [ 106040.0, 517383.0 ], [ 106074.0, 517311.0 ], [ 106189.0, 517244.0 ], [ 106229.0, 517321.0 ], [ 106158.0, 517462.0 ], [ 106142.0, 517586.0 ], [ 106198.0, 517717.0 ], [ 106236.0, 517973.0 ], [ 106226.0, 518151.0 ], [ 106173.0, 518232.0 ], [ 106175.0, 518311.0 ], [ 106180.0, 518411.0 ], [ 106213.0, 518498.0 ], [ 106281.0, 518591.0 ], [ 106379.0, 518583.0 ], [ 106395.0, 518546.0 ], [ 106435.0, 518523.0 ], [ 106446.0, 518586.0 ], [ 106436.0, 518659.0 ], [ 106419.0, 518711.0 ], [ 106420.0, 518807.0 ], [ 106418.0, 518980.0 ], [ 106386.0, 519016.0 ], [ 106315.0, 519004.0 ], [ 106370.0, 519327.0 ], [ 106454.0, 519517.0 ], [ 106557.0, 519730.0 ], [ 106510.0, 519863.0 ], [ 106546.0, 520069.0 ], [ 106677.0, 520156.0 ], [ 106734.0, 520186.0 ], [ 105997.0, 520538.0 ], [ 105380.0, 520892.0 ], [ 104915.0, 521165.0 ], [ 104518.0, 521442.0 ], [ 104249.0, 521668.0 ], [ 103973.0, 521909.0 ], [ 104031.0, 521490.0 ], [ 104066.0, 521076.0 ], [ 104056.0, 520816.0 ], [ 104020.0, 520427.0 ], [ 104013.0, 520049.0 ], [ 104066.0, 519673.0 ], [ 104130.0, 519294.0 ], [ 104263.0, 518923.0 ], [ 104374.0, 518680.0 ], [ 104536.0, 518439.0 ], [ 104608.0, 518292.0 ], [ 104569.0, 518235.0 ], [ 104456.0, 518258.0 ], [ 104328.0, 518318.0 ], [ 104196.0, 518384.0 ], [ 104119.0, 518358.0 ], [ 104126.0, 518162.0 ], [ 104159.0, 517946.0 ], [ 104189.0, 517682.0 ], [ 104232.0, 517451.0 ], [ 104224.0, 517251.0 ], [ 104196.0, 517094.0 ], [ 104158.0, 517061.0 ], [ 104023.0, 517216.0 ], [ 103958.0, 517404.0 ], [ 103903.0, 517594.0 ], [ 103838.0, 517959.0 ], [ 103766.0, 518256.0 ], [ 103710.0, 518546.0 ], [ 103659.0, 518852.0 ], [ 103652.0, 518959.0 ], [ 103598.0, 519220.0 ], [ 103517.0, 518636.0 ], [ 103413.0, 517861.0 ], [ 103277.0, 516866.0 ], [ 103216.0, 516322.0 ], [ 103143.0, 515846.0 ], [ 103127.0, 515703.0 ], [ 102687.0, 515701.0 ], [ 102528.0, 514868.0 ], [ 102530.0, 530025.0 ], [ 115532.0, 530035.0 ] ], [ [ 104656.0, 522502.0 ], [ 104452.0, 522784.0 ], [ 104249.0, 523079.0 ], [ 104134.0, 523261.0 ], [ 104119.0, 523051.0 ], [ 104092.0, 522861.0 ], [ 104088.0, 522808.0 ], [ 104285.0, 522562.0 ], [ 104504.0, 522302.0 ], [ 104793.0, 522085.0 ], [ 105149.0, 521835.0 ], [ 104920.0, 522152.0 ], [ 104656.0, 522502.0 ] ], [ [ 106786.0, 521905.0 ], [ 106975.0, 522031.0 ], [ 107100.0, 522163.0 ], [ 107072.0, 522314.0 ], [ 106932.0, 522348.0 ], [ 106770.0, 522307.0 ], [ 106549.0, 522226.0 ], [ 106293.0, 522075.0 ], [ 105986.0, 521890.0 ], [ 105854.0, 521737.0 ], [ 105769.0, 521557.0 ], [ 105860.0, 521442.0 ], [ 106060.0, 521478.0 ], [ 106540.0, 521788.0 ], [ 106786.0, 521905.0 ] ], [ [ 106521.0, 524401.0 ], [ 106486.0, 524679.0 ], [ 106438.0, 524751.0 ], [ 106304.0, 524801.0 ], [ 106128.0, 524696.0 ], [ 105933.0, 524446.0 ], [ 105738.0, 524016.0 ], [ 105632.0, 523799.0 ], [ 105533.0, 523611.0 ], [ 105418.0, 523440.0 ], [ 105348.0, 523274.0 ], [ 105398.0, 523119.0 ], [ 105717.0, 523078.0 ], [ 106066.0, 523085.0 ], [ 106371.0, 522995.0 ], [ 106655.0, 522949.0 ], [ 106861.0, 522963.0 ], [ 106910.0, 523010.0 ], [ 106809.0, 523222.0 ], [ 106668.0, 523488.0 ], [ 106570.0, 523818.0 ], [ 106552.0, 524088.0 ], [ 106521.0, 524401.0 ] ], [ [ 107206.0, 520935.0 ], [ 107457.0, 520875.0 ], [ 107675.0, 520828.0 ], [ 107828.0, 520964.0 ], [ 107956.0, 521123.0 ], [ 107730.0, 521034.0 ], [ 107538.0, 521039.0 ], [ 107320.0, 521113.0 ], [ 106909.0, 521130.0 ], [ 106669.0, 521182.0 ], [ 106395.0, 521229.0 ], [ 106638.0, 521111.0 ], [ 106948.0, 521016.0 ], [ 107206.0, 520935.0 ] ], [ [ 107751.0, 521444.0 ], [ 107913.0, 521474.0 ], [ 108198.0, 521608.0 ], [ 108401.0, 521805.0 ], [ 108510.0, 522164.0 ], [ 107971.0, 521868.0 ], [ 107782.0, 521786.0 ], [ 107601.0, 521753.0 ], [ 107387.0, 521688.0 ], [ 107335.0, 521660.0 ], [ 107294.0, 521625.0 ], [ 107113.0, 521567.0 ], [ 107009.0, 521556.0 ], [ 106672.0, 521531.0 ], [ 106557.0, 521510.0 ], [ 106650.0, 521496.0 ], [ 106921.0, 521474.0 ], [ 107025.0, 521468.0 ], [ 107280.0, 521438.0 ], [ 107368.0, 521444.0 ], [ 107751.0, 521444.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_combined.geojson new file mode 100644 index 0000000..1db2341 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_mask_combined.geojson @@ -0,0 +1,57 @@ +{ +"type": "FeatureCollection", +"name": "DS11_mask_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101647.0, 497597.0 ], [ 101898.0, 497606.0 ], [ 101904.0, 497545.0 ], [ 101914.0, 497389.0 ], [ 101935.0, 497309.0 ], [ 101960.0, 497114.0 ], [ 102006.0, 496921.0 ], [ 102033.0, 496777.0 ], [ 102162.0, 496776.0 ], [ 102173.0, 496721.0 ], [ 102285.0, 496667.0 ], [ 102321.0, 496608.0 ], [ 102316.0, 496483.0 ], [ 102273.0, 496351.0 ], [ 102272.0, 496327.0 ], [ 102340.0, 496274.0 ], [ 102472.0, 496286.0 ], [ 102610.0, 496343.0 ], [ 102756.0, 496296.0 ], [ 102730.0, 496211.0 ], [ 102549.0, 495947.0 ], [ 102270.0, 495591.0 ], [ 102085.0, 495433.0 ], [ 101780.0, 495158.0 ], [ 101357.0, 494890.0 ], [ 101031.0, 494712.0 ], [ 100698.0, 494565.0 ], [ 100397.0, 494424.0 ], [ 100156.0, 494292.0 ], [ 99890.0, 494101.0 ], [ 99648.0, 493977.0 ], [ 98174.0, 493823.0 ], [ 95545.0, 493597.0 ], [ 95549.0, 493607.0 ], [ 95549.0, 497383.0 ], [ 96451.0, 499502.0 ], [ 96694.0, 500326.0 ], [ 97232.0, 515377.0 ], [ 102677.0, 515377.0 ], [ 102684.0, 515593.0 ], [ 102706.0, 515475.0 ], [ 102808.0, 515320.0 ], [ 103028.0, 515178.0 ], [ 103264.0, 515095.0 ], [ 103467.0, 514976.0 ], [ 103536.0, 514867.0 ], [ 103713.0, 514630.0 ], [ 103787.0, 514400.0 ], [ 103737.0, 514059.0 ], [ 103591.0, 513768.0 ], [ 103423.0, 513524.0 ], [ 103479.0, 513285.0 ], [ 103614.0, 512925.0 ], [ 103708.0, 512627.0 ], [ 103768.0, 512206.0 ], [ 103660.0, 511850.0 ], [ 103536.0, 511486.0 ], [ 103397.0, 511050.0 ], [ 103207.0, 510768.0 ], [ 103157.0, 510554.0 ], [ 103172.0, 510334.0 ], [ 103197.0, 510239.0 ], [ 103104.0, 510178.0 ], [ 103114.0, 510078.0 ], [ 103204.0, 510036.0 ], [ 103338.0, 509915.0 ], [ 103458.0, 509735.0 ], [ 103528.0, 509640.0 ], [ 103531.0, 509612.0 ], [ 103465.0, 509596.0 ], [ 103403.0, 509546.0 ], [ 103431.0, 509495.0 ], [ 103388.0, 509453.0 ], [ 103324.0, 509352.0 ], [ 103309.0, 509270.0 ], [ 103213.0, 509207.0 ], [ 103238.0, 509121.0 ], [ 103309.0, 509069.0 ], [ 103317.0, 508971.0 ], [ 103174.0, 508814.0 ], [ 103014.0, 508797.0 ], [ 102992.0, 508793.0 ], [ 102975.0, 508784.0 ], [ 102960.0, 508765.0 ], [ 102952.0, 508749.0 ], [ 102952.0, 508736.0 ], [ 102960.0, 508729.0 ], [ 103124.0, 508695.0 ], [ 103239.0, 508612.0 ], [ 103212.0, 508508.0 ], [ 102966.0, 508421.0 ], [ 102849.0, 508335.0 ], [ 102896.0, 508265.0 ], [ 103020.0, 508269.0 ], [ 103315.0, 508416.0 ], [ 103628.0, 508516.0 ], [ 104019.0, 508564.0 ], [ 104308.0, 508627.0 ], [ 104426.0, 508681.0 ], [ 104471.0, 508689.0 ], [ 104502.0, 508701.0 ], [ 104535.0, 508703.0 ], [ 104549.0, 508711.0 ], [ 104551.0, 508730.0 ], [ 104541.0, 508746.0 ], [ 104473.0, 508748.0 ], [ 104393.0, 508761.0 ], [ 104189.0, 508742.0 ], [ 104157.0, 508804.0 ], [ 104262.0, 508882.0 ], [ 104414.0, 508999.0 ], [ 104406.0, 509105.0 ], [ 104403.0, 509109.0 ], [ 104396.0, 509113.0 ], [ 104153.0, 509146.0 ], [ 104167.0, 509199.0 ], [ 104251.0, 509237.0 ], [ 104277.0, 509303.0 ], [ 104151.0, 509313.0 ], [ 104031.0, 509372.0 ], [ 104000.0, 509480.0 ], [ 104025.0, 509560.0 ], [ 104218.0, 509650.0 ], [ 104408.0, 509646.0 ], [ 104494.0, 509672.0 ], [ 104424.0, 509721.0 ], [ 104488.0, 509747.0 ], [ 104584.0, 509838.0 ], [ 104523.0, 509962.0 ], [ 104436.0, 510050.0 ], [ 104501.0, 510116.0 ], [ 104383.0, 510240.0 ], [ 104202.0, 510255.0 ], [ 104055.0, 510097.0 ], [ 103896.0, 509992.0 ], [ 103768.0, 510011.0 ], [ 103735.0, 510026.0 ], [ 103644.0, 510116.0 ], [ 103631.0, 510369.0 ], [ 103739.0, 510639.0 ], [ 103863.0, 511011.0 ], [ 104003.0, 511318.0 ], [ 104235.0, 511636.0 ], [ 104448.0, 511827.0 ], [ 104686.0, 511981.0 ], [ 104737.0, 512132.0 ], [ 104673.0, 512396.0 ], [ 104691.0, 512552.0 ], [ 104704.0, 512562.0 ], [ 104745.0, 512577.0 ], [ 104798.0, 512569.0 ], [ 104811.0, 512565.0 ], [ 104826.0, 512550.0 ], [ 104914.0, 512379.0 ], [ 105057.0, 511998.0 ], [ 105124.0, 511707.0 ], [ 105134.0, 511466.0 ], [ 105227.0, 511296.0 ], [ 105500.0, 511171.0 ], [ 105639.0, 511084.0 ], [ 105894.0, 511024.0 ], [ 106208.0, 510874.0 ], [ 106374.0, 510620.0 ], [ 106312.0, 510501.0 ], [ 106155.0, 510440.0 ], [ 105979.0, 510283.0 ], [ 105982.0, 510127.0 ], [ 106122.0, 510060.0 ], [ 106358.0, 510026.0 ], [ 106576.0, 509886.0 ], [ 106732.0, 509655.0 ], [ 106832.0, 509491.0 ], [ 106813.0, 509323.0 ], [ 106677.0, 509369.0 ], [ 106590.0, 509410.0 ], [ 106524.0, 509569.0 ], [ 106349.0, 509697.0 ], [ 106142.0, 509814.0 ], [ 105932.0, 509968.0 ], [ 105740.0, 510033.0 ], [ 105500.0, 510014.0 ], [ 105202.0, 509954.0 ], [ 105128.0, 509776.0 ], [ 105187.0, 509621.0 ], [ 105365.0, 509513.0 ], [ 105728.0, 509300.0 ], [ 105785.0, 509282.0 ], [ 106050.0, 509256.0 ], [ 106239.0, 509327.0 ], [ 106420.0, 509314.0 ], [ 106487.0, 509202.0 ], [ 106442.0, 509090.0 ], [ 106302.0, 509034.0 ], [ 106321.0, 508884.0 ], [ 106455.0, 508758.0 ], [ 106521.0, 508565.0 ], [ 106552.0, 508369.0 ], [ 106690.0, 508201.0 ], [ 106870.0, 508055.0 ], [ 106964.0, 507852.0 ], [ 107047.0, 507616.0 ], [ 107072.0, 507390.0 ], [ 106962.0, 507331.0 ], [ 106852.0, 507193.0 ], [ 106790.0, 507188.0 ], [ 106774.0, 507310.0 ], [ 106815.0, 507428.0 ], [ 106850.0, 507542.0 ], [ 106836.0, 507735.0 ], [ 106702.0, 507888.0 ], [ 106618.0, 507953.0 ], [ 106523.0, 508017.0 ], [ 106494.0, 508094.0 ], [ 106456.0, 508144.0 ], [ 106409.0, 508056.0 ], [ 106328.0, 507980.0 ], [ 106202.0, 508002.0 ], [ 106162.0, 508109.0 ], [ 106118.0, 508336.0 ], [ 106107.0, 508363.0 ], [ 106092.0, 508392.0 ], [ 106073.0, 508409.0 ], [ 106056.0, 508416.0 ], [ 106034.0, 508412.0 ], [ 106015.0, 508390.0 ], [ 106005.0, 508385.0 ], [ 105895.0, 508273.0 ], [ 105795.0, 508068.0 ], [ 105727.0, 507772.0 ], [ 105750.0, 507583.0 ], [ 105901.0, 507404.0 ], [ 106053.0, 507312.0 ], [ 106227.0, 507089.0 ], [ 106299.0, 506835.0 ], [ 106292.0, 506606.0 ], [ 106354.0, 506474.0 ], [ 106512.0, 506412.0 ], [ 106695.0, 506457.0 ], [ 106871.0, 506443.0 ], [ 107104.0, 506219.0 ], [ 107258.0, 505955.0 ], [ 107273.0, 505680.0 ], [ 107270.0, 505678.0 ], [ 107216.0, 505540.0 ], [ 107153.0, 505584.0 ], [ 107044.0, 505821.0 ], [ 106946.0, 506125.0 ], [ 106799.0, 506288.0 ], [ 106528.0, 506288.0 ], [ 106433.0, 506302.0 ], [ 106204.0, 506432.0 ], [ 106083.0, 506494.0 ], [ 105847.0, 506558.0 ], [ 105660.0, 506550.0 ], [ 105565.0, 506585.0 ], [ 105636.0, 506618.0 ], [ 105774.0, 506637.0 ], [ 105854.0, 506639.0 ], [ 105991.0, 506696.0 ], [ 106070.0, 506797.0 ], [ 106077.0, 507016.0 ], [ 105936.0, 507170.0 ], [ 105674.0, 507188.0 ], [ 105568.0, 507250.0 ], [ 105534.0, 507368.0 ], [ 105472.0, 507542.0 ], [ 105346.0, 507790.0 ], [ 105266.0, 507874.0 ], [ 105136.0, 507900.0 ], [ 105001.0, 507854.0 ], [ 104753.0, 507708.0 ], [ 104540.0, 507616.0 ], [ 104394.0, 507654.0 ], [ 104284.0, 507765.0 ], [ 104257.0, 507879.0 ], [ 104292.0, 508057.0 ], [ 104483.0, 508244.0 ], [ 104533.0, 508420.0 ], [ 104465.0, 508508.0 ], [ 104339.0, 508517.0 ], [ 104194.0, 508452.0 ], [ 104020.0, 508282.0 ], [ 103835.0, 508016.0 ], [ 103748.0, 507872.0 ], [ 103605.0, 507745.0 ], [ 103484.0, 507694.0 ], [ 103344.0, 507698.0 ], [ 103214.0, 507772.0 ], [ 103007.0, 507869.0 ], [ 102998.0, 507864.0 ], [ 102978.0, 507863.0 ], [ 102929.0, 507847.0 ], [ 102864.0, 507832.0 ], [ 102826.0, 507818.0 ], [ 102811.0, 507790.0 ], [ 102807.0, 507749.0 ], [ 102819.0, 507721.0 ], [ 102874.0, 507691.0 ], [ 102933.0, 507668.0 ], [ 102984.0, 507632.0 ], [ 103020.0, 507589.0 ], [ 103036.0, 507549.0 ], [ 103024.0, 507526.0 ], [ 103004.0, 507502.0 ], [ 102959.0, 507474.0 ], [ 102941.0, 507471.0 ], [ 102928.0, 507463.0 ], [ 102919.0, 507454.0 ], [ 102919.0, 507446.0 ], [ 102931.0, 507436.0 ], [ 102985.0, 507415.0 ], [ 103000.0, 507399.0 ], [ 103009.0, 507380.0 ], [ 103000.0, 507362.0 ], [ 102972.0, 507343.0 ], [ 102955.0, 507335.0 ], [ 102931.0, 507318.0 ], [ 102920.0, 507305.0 ], [ 102921.0, 507297.0 ], [ 102933.0, 507286.0 ], [ 102951.0, 507283.0 ], [ 102984.0, 507271.0 ], [ 103005.0, 507267.0 ], [ 103036.0, 507257.0 ], [ 103053.0, 507240.0 ], [ 103063.0, 507227.0 ], [ 103065.0, 507217.0 ], [ 103073.0, 507207.0 ], [ 103137.0, 507084.0 ], [ 103106.0, 506961.0 ], [ 103050.0, 506947.0 ], [ 103006.0, 506938.0 ], [ 102895.0, 506918.0 ], [ 102855.0, 506902.0 ], [ 102836.0, 506896.0 ], [ 102820.0, 506880.0 ], [ 102807.0, 506864.0 ], [ 102805.0, 506834.0 ], [ 102809.0, 506778.0 ], [ 102815.0, 506751.0 ], [ 102818.0, 506698.0 ], [ 102822.0, 506692.0 ], [ 102847.0, 506670.0 ], [ 102869.0, 506661.0 ], [ 102898.0, 506656.0 ], [ 102922.0, 506639.0 ], [ 102920.0, 506623.0 ], [ 102884.0, 506574.0 ], [ 102880.0, 506550.0 ], [ 102886.0, 506528.0 ], [ 102875.0, 506506.0 ], [ 102846.0, 506501.0 ], [ 102776.0, 506475.0 ], [ 102725.0, 506468.0 ], [ 102716.0, 506455.0 ], [ 102731.0, 506446.0 ], [ 102796.0, 506420.0 ], [ 102804.0, 506419.0 ], [ 102818.0, 506399.0 ], [ 102820.0, 506375.0 ], [ 102798.0, 506359.0 ], [ 102747.0, 506355.0 ], [ 102709.0, 506342.0 ], [ 102691.0, 506329.0 ], [ 102689.0, 506318.0 ], [ 102718.0, 506296.0 ], [ 102756.0, 506278.0 ], [ 102785.0, 506262.0 ], [ 102831.0, 506242.0 ], [ 102993.0, 506182.0 ], [ 103184.0, 506070.0 ], [ 103287.0, 505902.0 ], [ 103416.0, 505853.0 ], [ 103454.0, 505997.0 ], [ 103448.0, 506161.0 ], [ 103553.0, 506141.0 ], [ 103584.0, 506029.0 ], [ 103649.0, 505942.0 ], [ 103793.0, 505982.0 ], [ 103842.0, 505899.0 ], [ 103811.0, 505876.0 ], [ 103748.0, 505905.0 ], [ 103647.0, 505848.0 ], [ 103587.0, 505764.0 ], [ 103547.0, 505653.0 ], [ 103518.0, 505654.0 ], [ 103487.0, 505661.0 ], [ 103408.0, 505684.0 ], [ 103381.0, 505687.0 ], [ 103250.0, 505857.0 ], [ 103128.0, 505823.0 ], [ 102925.0, 505798.0 ], [ 102776.0, 505671.0 ], [ 102762.0, 505331.0 ], [ 102459.0, 504965.0 ], [ 102248.0, 504681.0 ], [ 102241.0, 504395.0 ], [ 102335.0, 504230.0 ], [ 102351.0, 504196.0 ], [ 102346.0, 504161.0 ], [ 102336.0, 504131.0 ], [ 102320.0, 504125.0 ], [ 102306.0, 504125.0 ], [ 102255.0, 504120.0 ], [ 102214.0, 504115.0 ], [ 102179.0, 504108.0 ], [ 102148.0, 504105.0 ], [ 102118.0, 504097.0 ], [ 102101.0, 504087.0 ], [ 102088.0, 504070.0 ], [ 102075.0, 504049.0 ], [ 102060.0, 504014.0 ], [ 102058.0, 503986.0 ], [ 102063.0, 503956.0 ], [ 102090.0, 503939.0 ], [ 102118.0, 503934.0 ], [ 102166.0, 503934.0 ], [ 102182.0, 503943.0 ], [ 102191.0, 503950.0 ], [ 102409.0, 504031.0 ], [ 102747.0, 504043.0 ], [ 102968.0, 504003.0 ], [ 103256.0, 503997.0 ], [ 103509.0, 504086.0 ], [ 103714.0, 504119.0 ], [ 103892.0, 504042.0 ], [ 104193.0, 504075.0 ], [ 104639.0, 504084.0 ], [ 104998.0, 504047.0 ], [ 105308.0, 503924.0 ], [ 105501.0, 503733.0 ], [ 105575.0, 503537.0 ], [ 105533.0, 503345.0 ], [ 105554.0, 503169.0 ], [ 105666.0, 503165.0 ], [ 105704.0, 503281.0 ], [ 105720.0, 503388.0 ], [ 105798.0, 503342.0 ], [ 105896.0, 503163.0 ], [ 106096.0, 503067.0 ], [ 106524.0, 503136.0 ], [ 106873.0, 503310.0 ], [ 107310.0, 503361.0 ], [ 107793.0, 503318.0 ], [ 108125.0, 503154.0 ], [ 108297.0, 502896.0 ], [ 108258.0, 502758.0 ], [ 108137.0, 502579.0 ], [ 108115.0, 502189.0 ], [ 108307.0, 502041.0 ], [ 108479.0, 502021.0 ], [ 108675.0, 502001.0 ], [ 108763.0, 501988.0 ], [ 108843.0, 501980.0 ], [ 108889.0, 501946.0 ], [ 108897.0, 501919.0 ], [ 108874.0, 501896.0 ], [ 108828.0, 501885.0 ], [ 108763.0, 501880.0 ], [ 108670.0, 501890.0 ], [ 108456.0, 501929.0 ], [ 108266.0, 501858.0 ], [ 108045.0, 501828.0 ], [ 107836.0, 501872.0 ], [ 107607.0, 501915.0 ], [ 107350.0, 501873.0 ], [ 107059.0, 501752.0 ], [ 106975.0, 501529.0 ], [ 107072.0, 501356.0 ], [ 107206.0, 501170.0 ], [ 107080.0, 501103.0 ], [ 106916.0, 501009.0 ], [ 106739.0, 500796.0 ], [ 106660.0, 500483.0 ], [ 106734.0, 500202.0 ], [ 106955.0, 500080.0 ], [ 107218.0, 499894.0 ], [ 107479.0, 499596.0 ], [ 107576.0, 499363.0 ], [ 107568.0, 499074.0 ], [ 107536.0, 498811.0 ], [ 107446.0, 498381.0 ], [ 107298.0, 498118.0 ], [ 107085.0, 497942.0 ], [ 106892.0, 497842.0 ], [ 106743.0, 497793.0 ], [ 106512.0, 497767.0 ], [ 106364.0, 497924.0 ], [ 106350.0, 498078.0 ], [ 106355.0, 498331.0 ], [ 106350.0, 498350.0 ], [ 106472.0, 498625.0 ], [ 106411.0, 498688.0 ], [ 106405.0, 498671.0 ], [ 106307.0, 498513.0 ], [ 106281.0, 498613.0 ], [ 106247.0, 498803.0 ], [ 106378.0, 499123.0 ], [ 106302.0, 499458.0 ], [ 106033.0, 499686.0 ], [ 105894.0, 499860.0 ], [ 105867.0, 500112.0 ], [ 105828.0, 500439.0 ], [ 105696.0, 500635.0 ], [ 105411.0, 500700.0 ], [ 105198.0, 500551.0 ], [ 105187.0, 500292.0 ], [ 105330.0, 500135.0 ], [ 105341.0, 499990.0 ], [ 105185.0, 499829.0 ], [ 105103.0, 499613.0 ], [ 105113.0, 499270.0 ], [ 105050.0, 498956.0 ], [ 104775.0, 498707.0 ], [ 104512.0, 498383.0 ], [ 104450.0, 498130.0 ], [ 104521.0, 497982.0 ], [ 104764.0, 497782.0 ], [ 104776.0, 497761.0 ], [ 104637.0, 497777.0 ], [ 104446.0, 497793.0 ], [ 104262.0, 497797.0 ], [ 104136.0, 497786.0 ], [ 104022.0, 497794.0 ], [ 103911.0, 497815.0 ], [ 103807.0, 497802.0 ], [ 103734.0, 497799.0 ], [ 103737.0, 497954.0 ], [ 103743.0, 498073.0 ], [ 103738.0, 498170.0 ], [ 103753.0, 498321.0 ], [ 103637.0, 498340.0 ], [ 103521.0, 498352.0 ], [ 103386.0, 498352.0 ], [ 103356.0, 498347.0 ], [ 103246.0, 498353.0 ], [ 103218.0, 498352.0 ], [ 103161.0, 498362.0 ], [ 103084.0, 498395.0 ], [ 102958.0, 498455.0 ], [ 102842.0, 498465.0 ], [ 102665.0, 498497.0 ], [ 102516.0, 498559.0 ], [ 102678.0, 498766.0 ], [ 102761.0, 498756.0 ], [ 102697.0, 498613.0 ], [ 102750.0, 498508.0 ], [ 102923.0, 498550.0 ], [ 103188.0, 498667.0 ], [ 103230.0, 498840.0 ], [ 103144.0, 499084.0 ], [ 103026.0, 499120.0 ], [ 102980.0, 499064.0 ], [ 102977.0, 498940.0 ], [ 102938.0, 498897.0 ], [ 102806.0, 498939.0 ], [ 102707.0, 499035.0 ], [ 102661.0, 499182.0 ], [ 102762.0, 499431.0 ], [ 102807.0, 499640.0 ], [ 102719.0, 499857.0 ], [ 102611.0, 500003.0 ], [ 102420.0, 500037.0 ], [ 102046.0, 499915.0 ], [ 101921.0, 499936.0 ], [ 101967.0, 499991.0 ], [ 102155.0, 500103.0 ], [ 102353.0, 500273.0 ], [ 102330.0, 500502.0 ], [ 102330.0, 500682.0 ], [ 102398.0, 500617.0 ], [ 102444.0, 500495.0 ], [ 102545.0, 500447.0 ], [ 102602.0, 500438.0 ], [ 102813.0, 500541.0 ], [ 102823.0, 500853.0 ], [ 102813.0, 501168.0 ], [ 103009.0, 501383.0 ], [ 103310.0, 501475.0 ], [ 103514.0, 501403.0 ], [ 103636.0, 501262.0 ], [ 103561.0, 500735.0 ], [ 103539.0, 500530.0 ], [ 103711.0, 500390.0 ], [ 103966.0, 500443.0 ], [ 104201.0, 500624.0 ], [ 104376.0, 500692.0 ], [ 104782.0, 500720.0 ], [ 104959.0, 500948.0 ], [ 104964.0, 501231.0 ], [ 105066.0, 501485.0 ], [ 105356.0, 501794.0 ], [ 105495.0, 502068.0 ], [ 105396.0, 502208.0 ], [ 105248.0, 502205.0 ], [ 105055.0, 502000.0 ], [ 104883.0, 501626.0 ], [ 104768.0, 501406.0 ], [ 104525.0, 501145.0 ], [ 104344.0, 501100.0 ], [ 104248.0, 501261.0 ], [ 104217.0, 501427.0 ], [ 104142.0, 501721.0 ], [ 103926.0, 501835.0 ], [ 103701.0, 501850.0 ], [ 103546.0, 501925.0 ], [ 103477.0, 502080.0 ], [ 103478.0, 502244.0 ], [ 103465.0, 502353.0 ], [ 103389.0, 502544.0 ], [ 103322.0, 502706.0 ], [ 103268.0, 502831.0 ], [ 103247.0, 503002.0 ], [ 103185.0, 503116.0 ], [ 103087.0, 503129.0 ], [ 102685.0, 502957.0 ], [ 102427.0, 502952.0 ], [ 102089.0, 503007.0 ], [ 101984.0, 502955.0 ], [ 101939.0, 502897.0 ], [ 101986.0, 502720.0 ], [ 102229.0, 502568.0 ], [ 102485.0, 502453.0 ], [ 102526.0, 502151.0 ], [ 102360.0, 501972.0 ], [ 102226.0, 501894.0 ], [ 101999.0, 501783.0 ], [ 101754.0, 501566.0 ], [ 101590.0, 501355.0 ], [ 101416.0, 501210.0 ], [ 101269.0, 501007.0 ], [ 101296.0, 500797.0 ], [ 101406.0, 500749.0 ], [ 101599.0, 500894.0 ], [ 101727.0, 501111.0 ], [ 101831.0, 501331.0 ], [ 101969.0, 501484.0 ], [ 102173.0, 501572.0 ], [ 102234.0, 501511.0 ], [ 102260.0, 501387.0 ], [ 102099.0, 500947.0 ], [ 101966.0, 500745.0 ], [ 101921.0, 500555.0 ], [ 101940.0, 500422.0 ], [ 101977.0, 500237.0 ], [ 101958.0, 500140.0 ], [ 101828.0, 500103.0 ], [ 101757.0, 500122.0 ], [ 101686.0, 500193.0 ], [ 101648.0, 500311.0 ], [ 101574.0, 500283.0 ], [ 101529.0, 500218.0 ], [ 101457.0, 500056.0 ], [ 101399.0, 499809.0 ], [ 101286.0, 499623.0 ], [ 101196.0, 499385.0 ], [ 101189.0, 499200.0 ], [ 101252.0, 498948.0 ], [ 101267.0, 498771.0 ], [ 101134.0, 498747.0 ], [ 100783.0, 498646.0 ], [ 100610.0, 498590.0 ], [ 100535.0, 498562.0 ], [ 100426.0, 498597.0 ], [ 100292.0, 498612.0 ], [ 100176.0, 498656.0 ], [ 100086.0, 498685.0 ], [ 100036.0, 498696.0 ], [ 99989.0, 498735.0 ], [ 99916.0, 498573.0 ], [ 99851.0, 498482.0 ], [ 99772.0, 498337.0 ], [ 99715.0, 498255.0 ], [ 99623.0, 498215.0 ], [ 99484.0, 498168.0 ], [ 99341.0, 498122.0 ], [ 99229.0, 498107.0 ], [ 99102.0, 498069.0 ], [ 98931.0, 498063.0 ], [ 98716.0, 498069.0 ], [ 98614.0, 498081.0 ], [ 98090.0, 497583.0 ], [ 98097.0, 497542.0 ], [ 98278.0, 497472.0 ], [ 98479.0, 497381.0 ], [ 98521.0, 497389.0 ], [ 98647.0, 497326.0 ], [ 98803.0, 497240.0 ], [ 98821.0, 497240.0 ], [ 99029.0, 497151.0 ], [ 99235.0, 497037.0 ], [ 99433.0, 496931.0 ], [ 99486.0, 497122.0 ], [ 99491.0, 497167.0 ], [ 99554.0, 497286.0 ], [ 99604.0, 497489.0 ], [ 99813.0, 497534.0 ], [ 99834.0, 497537.0 ], [ 100097.0, 497560.0 ], [ 100208.0, 497573.0 ], [ 100127.0, 497309.0 ], [ 100064.0, 497125.0 ], [ 100347.0, 496951.0 ], [ 100279.0, 496850.0 ], [ 100253.0, 496795.0 ], [ 100250.0, 496780.0 ], [ 100228.0, 496724.0 ], [ 100219.0, 496665.0 ], [ 100240.0, 496629.0 ], [ 100328.0, 496662.0 ], [ 100383.0, 496706.0 ], [ 100441.0, 496768.0 ], [ 100511.0, 496804.0 ], [ 100515.0, 496844.0 ], [ 100736.0, 496702.0 ], [ 100892.0, 496894.0 ], [ 101065.0, 497072.0 ], [ 100692.0, 497323.0 ], [ 100487.0, 497467.0 ], [ 100448.0, 497513.0 ], [ 100381.0, 497540.0 ], [ 100383.0, 497627.0 ], [ 100970.0, 497625.0 ], [ 101264.0, 497619.0 ], [ 101396.0, 497596.0 ], [ 101647.0, 497597.0 ] ], [ [ 104880.0, 503399.0 ], [ 104974.0, 503339.0 ], [ 105088.0, 503341.0 ], [ 105085.0, 503398.0 ], [ 104941.0, 503541.0 ], [ 104862.0, 503529.0 ], [ 104846.0, 503503.0 ], [ 104839.0, 503461.0 ], [ 104880.0, 503399.0 ] ], [ [ 102279.0, 503595.0 ], [ 102379.0, 503630.0 ], [ 102421.0, 503693.0 ], [ 102334.0, 503749.0 ], [ 102237.0, 503713.0 ], [ 102191.0, 503664.0 ], [ 102209.0, 503586.0 ], [ 102279.0, 503595.0 ] ], [ [ 100387.0, 499059.0 ], [ 100559.0, 499163.0 ], [ 100603.0, 499355.0 ], [ 100630.0, 499639.0 ], [ 100599.0, 499777.0 ], [ 100537.0, 499698.0 ], [ 100481.0, 499527.0 ], [ 100342.0, 499386.0 ], [ 100269.0, 499229.0 ], [ 100285.0, 499088.0 ], [ 100387.0, 499059.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102426.0, 494268.0 ], [ 103004.0, 494354.0 ], [ 102849.0, 494192.0 ], [ 102609.0, 493971.0 ], [ 102344.0, 493706.0 ], [ 102186.0, 493577.0 ], [ 101976.0, 493397.0 ], [ 101545.0, 493076.0 ], [ 101198.0, 492823.0 ], [ 100999.0, 492683.0 ], [ 100862.0, 492559.0 ], [ 100654.0, 492391.0 ], [ 100585.0, 492313.0 ], [ 100558.0, 492256.0 ], [ 100552.0, 492224.0 ], [ 100556.0, 492192.0 ], [ 100580.0, 492169.0 ], [ 100634.0, 492174.0 ], [ 100729.0, 492211.0 ], [ 100839.0, 492280.0 ], [ 101085.0, 492449.0 ], [ 101306.0, 492608.0 ], [ 101460.0, 492711.0 ], [ 101704.0, 492914.0 ], [ 101898.0, 493039.0 ], [ 102182.0, 493233.0 ], [ 102368.0, 493363.0 ], [ 102439.0, 493427.0 ], [ 102555.0, 493537.0 ], [ 102659.0, 493647.0 ], [ 102757.0, 493761.0 ], [ 102946.0, 493962.0 ], [ 103062.0, 494045.0 ], [ 103179.0, 494106.0 ], [ 103284.0, 494157.0 ], [ 103424.0, 494218.0 ], [ 103563.0, 494250.0 ], [ 103693.0, 494282.0 ], [ 103941.0, 494334.0 ], [ 104063.0, 494350.0 ], [ 104309.0, 494406.0 ], [ 104417.0, 494446.0 ], [ 104503.0, 494453.0 ], [ 104525.0, 494407.0 ], [ 104514.0, 494382.0 ], [ 104448.0, 494349.0 ], [ 104315.0, 494313.0 ], [ 104173.0, 494289.0 ], [ 104046.0, 494261.0 ], [ 103927.0, 494239.0 ], [ 103802.0, 494209.0 ], [ 103692.0, 494175.0 ], [ 103613.0, 494143.0 ], [ 103543.0, 494097.0 ], [ 103459.0, 494047.0 ], [ 103340.0, 493979.0 ], [ 103145.0, 493852.0 ], [ 103050.0, 493776.0 ], [ 102967.0, 493717.0 ], [ 102918.0, 493651.0 ], [ 102887.0, 493576.0 ], [ 102865.0, 493477.0 ], [ 102839.0, 493375.0 ], [ 102799.0, 493289.0 ], [ 102794.0, 493250.0 ], [ 102836.0, 493257.0 ], [ 102916.0, 493297.0 ], [ 102991.0, 493328.0 ], [ 103059.0, 493359.0 ], [ 103090.0, 493362.0 ], [ 103088.0, 493336.0 ], [ 103059.0, 493298.0 ], [ 103007.0, 493246.0 ], [ 102902.0, 493135.0 ], [ 102770.0, 493045.0 ], [ 102656.0, 492978.0 ], [ 102556.0, 492938.0 ], [ 102488.0, 492927.0 ], [ 102421.0, 492876.0 ], [ 102369.0, 492801.0 ], [ 102306.0, 492703.0 ], [ 102214.0, 492574.0 ], [ 102114.0, 492450.0 ], [ 101969.0, 492282.0 ], [ 101617.0, 491962.0 ], [ 101490.0, 491854.0 ], [ 101370.0, 491761.0 ], [ 101254.0, 491659.0 ], [ 101100.0, 491530.0 ], [ 100980.0, 491432.0 ], [ 100890.0, 491353.0 ], [ 100775.0, 491273.0 ], [ 100604.0, 491110.0 ], [ 100443.0, 490900.0 ], [ 100365.0, 490773.0 ], [ 100342.0, 490722.0 ], [ 100337.0, 490674.0 ], [ 100346.0, 490637.0 ], [ 100369.0, 490614.0 ], [ 100401.0, 490612.0 ], [ 100459.0, 490632.0 ], [ 100528.0, 490678.0 ], [ 100609.0, 490748.0 ], [ 100697.0, 490806.0 ], [ 100814.0, 490912.0 ], [ 101086.0, 491145.0 ], [ 101451.0, 491453.0 ], [ 101562.0, 491514.0 ], [ 101656.0, 491573.0 ], [ 101737.0, 491602.0 ], [ 101808.0, 491621.0 ], [ 101842.0, 491593.0 ], [ 101851.0, 491558.0 ], [ 101835.0, 491504.0 ], [ 101797.0, 491437.0 ], [ 101747.0, 491361.0 ], [ 101578.0, 491169.0 ], [ 101462.0, 491053.0 ], [ 101309.0, 490906.0 ], [ 101049.0, 490650.0 ], [ 100850.0, 490391.0 ], [ 100762.0, 490304.0 ], [ 100677.0, 490250.0 ], [ 100543.0, 490194.0 ], [ 100380.0, 490144.0 ], [ 100253.0, 490097.0 ], [ 100128.0, 490028.0 ], [ 100035.0, 489969.0 ], [ 99942.0, 489888.0 ], [ 99834.0, 489789.0 ], [ 99784.0, 489699.0 ], [ 99764.0, 489594.0 ], [ 99763.0, 489501.0 ], [ 99772.0, 489355.0 ], [ 99837.0, 489029.0 ], [ 99862.0, 488728.0 ], [ 99860.0, 488543.0 ], [ 99862.0, 488434.0 ], [ 99869.0, 488365.0 ], [ 99899.0, 488321.0 ], [ 99927.0, 488311.0 ], [ 99973.0, 488322.0 ], [ 100029.0, 488354.0 ], [ 100111.0, 488426.0 ], [ 100179.0, 488492.0 ], [ 100258.0, 488577.0 ], [ 100314.0, 488649.0 ], [ 100375.0, 488752.0 ], [ 100420.0, 488854.0 ], [ 100474.0, 489006.0 ], [ 100586.0, 489384.0 ], [ 100721.0, 489666.0 ], [ 100825.0, 489867.0 ], [ 100904.0, 489987.0 ], [ 100991.0, 490072.0 ], [ 101085.0, 490168.0 ], [ 101341.0, 490355.0 ], [ 101477.0, 490437.0 ], [ 101598.0, 490516.0 ], [ 101681.0, 490592.0 ], [ 101774.0, 490660.0 ], [ 101846.0, 490719.0 ], [ 101933.0, 490782.0 ], [ 101994.0, 490838.0 ], [ 102057.0, 490934.0 ], [ 102126.0, 491025.0 ], [ 102241.0, 491241.0 ], [ 102276.0, 491302.0 ], [ 102330.0, 491426.0 ], [ 102389.0, 491552.0 ], [ 102484.0, 491790.0 ], [ 102535.0, 491926.0 ], [ 102586.0, 492050.0 ], [ 102653.0, 492197.0 ], [ 102756.0, 492349.0 ], [ 102806.0, 492426.0 ], [ 102867.0, 492567.0 ], [ 102993.0, 492800.0 ], [ 103136.0, 493069.0 ], [ 103244.0, 493293.0 ], [ 103371.0, 493519.0 ], [ 103467.0, 493677.0 ], [ 103527.0, 493744.0 ], [ 103588.0, 493784.0 ], [ 103697.0, 493827.0 ], [ 103856.0, 493883.0 ], [ 104038.0, 493940.0 ], [ 104127.0, 493950.0 ], [ 104183.0, 493943.0 ], [ 104218.0, 493925.0 ], [ 104242.0, 493893.0 ], [ 104264.0, 493815.0 ], [ 104269.0, 493717.0 ], [ 104260.0, 493587.0 ], [ 104165.0, 493388.0 ], [ 104087.0, 493279.0 ], [ 104000.0, 493189.0 ], [ 103887.0, 493085.0 ], [ 103753.0, 492966.0 ], [ 103552.0, 492792.0 ], [ 103420.0, 492672.0 ], [ 103217.0, 492449.0 ], [ 103173.0, 492387.0 ], [ 103148.0, 492319.0 ], [ 103139.0, 492258.0 ], [ 103139.0, 492191.0 ], [ 103148.0, 492116.0 ], [ 103151.0, 492010.0 ], [ 103159.0, 491898.0 ], [ 103145.0, 491790.0 ], [ 103109.0, 491682.0 ], [ 103051.0, 491541.0 ], [ 102976.0, 491423.0 ], [ 102910.0, 491314.0 ], [ 102860.0, 491187.0 ], [ 102774.0, 491051.0 ], [ 102682.0, 490860.0 ], [ 102631.0, 490721.0 ], [ 102572.0, 490616.0 ], [ 102297.0, 490203.0 ], [ 102243.0, 490087.0 ], [ 102204.0, 489992.0 ], [ 102176.0, 489898.0 ], [ 102140.0, 489796.0 ], [ 102086.0, 489706.0 ], [ 102033.0, 489592.0 ], [ 101961.0, 489383.0 ], [ 101894.0, 489057.0 ], [ 101915.0, 488660.0 ], [ 101904.0, 488556.0 ], [ 101887.0, 488497.0 ], [ 101851.0, 488383.0 ], [ 101818.0, 488246.0 ], [ 101775.0, 488102.0 ], [ 101726.0, 487953.0 ], [ 101674.0, 487809.0 ], [ 101643.0, 487707.0 ], [ 101617.0, 487608.0 ], [ 101595.0, 487488.0 ], [ 101610.0, 487280.0 ], [ 101619.0, 487192.0 ], [ 101619.0, 487098.0 ], [ 101593.0, 486997.0 ], [ 101563.0, 486893.0 ], [ 101512.0, 486757.0 ], [ 101474.0, 486662.0 ], [ 101434.0, 486573.0 ], [ 101380.0, 486486.0 ], [ 101340.0, 486413.0 ], [ 101299.0, 486327.0 ], [ 101269.0, 486232.0 ], [ 101242.0, 486113.0 ], [ 101170.0, 485767.0 ], [ 101137.0, 485652.0 ], [ 101096.0, 485526.0 ], [ 101061.0, 485406.0 ], [ 101018.0, 485240.0 ], [ 100990.0, 485109.0 ], [ 100970.0, 484988.0 ], [ 100938.0, 484825.0 ], [ 100928.0, 484693.0 ], [ 100911.0, 484670.0 ], [ 100909.0, 483188.0 ], [ 101145.0, 482008.0 ], [ 101973.0, 484654.0 ], [ 102028.0, 484817.0 ], [ 102063.0, 484996.0 ], [ 102110.0, 485179.0 ], [ 102135.0, 485317.0 ], [ 102190.0, 485602.0 ], [ 102222.0, 485799.0 ], [ 102303.0, 486012.0 ], [ 102354.0, 486113.0 ], [ 102447.0, 486289.0 ], [ 102544.0, 486505.0 ], [ 102650.0, 486777.0 ], [ 102698.0, 486929.0 ], [ 102786.0, 487137.0 ], [ 102840.0, 487252.0 ], [ 102921.0, 487354.0 ], [ 103119.0, 487648.0 ], [ 103201.0, 487775.0 ], [ 103245.0, 487878.0 ], [ 103262.0, 487953.0 ], [ 103271.0, 488032.0 ], [ 103283.0, 488114.0 ], [ 103299.0, 488180.0 ], [ 103330.0, 488236.0 ], [ 103380.0, 488287.0 ], [ 103482.0, 488454.0 ], [ 103537.0, 488572.0 ], [ 103639.0, 488820.0 ], [ 103760.0, 489242.0 ], [ 103805.0, 489378.0 ], [ 103902.0, 489656.0 ], [ 103976.0, 489876.0 ], [ 104015.0, 489960.0 ], [ 104059.0, 490066.0 ], [ 104120.0, 490182.0 ], [ 104201.0, 490279.0 ], [ 104295.0, 490399.0 ], [ 104370.0, 490479.0 ], [ 104461.0, 490570.0 ], [ 104526.0, 490659.0 ], [ 104588.0, 490727.0 ], [ 104658.0, 490813.0 ], [ 104708.0, 490880.0 ], [ 104748.0, 490963.0 ], [ 104763.0, 491030.0 ], [ 104764.0, 491101.0 ], [ 104750.0, 491160.0 ], [ 104714.0, 491232.0 ], [ 104686.0, 491323.0 ], [ 104643.0, 491408.0 ], [ 104596.0, 491529.0 ], [ 104630.0, 491855.0 ], [ 104677.0, 492202.0 ], [ 104705.0, 492487.0 ], [ 104730.0, 492711.0 ], [ 104768.0, 493083.0 ], [ 104783.0, 493289.0 ], [ 104802.0, 493391.0 ], [ 104817.0, 493446.0 ], [ 104849.0, 493494.0 ], [ 104885.0, 493524.0 ], [ 104937.0, 493538.0 ], [ 104967.0, 493530.0 ], [ 104990.0, 493508.0 ], [ 105011.0, 493458.0 ], [ 105024.0, 493252.0 ], [ 105034.0, 492952.0 ], [ 105042.0, 492886.0 ], [ 105060.0, 492814.0 ], [ 105076.0, 492789.0 ], [ 105109.0, 492788.0 ], [ 105129.0, 492791.0 ], [ 105162.0, 492802.0 ], [ 105198.0, 492836.0 ], [ 105287.0, 492973.0 ], [ 105348.0, 493074.0 ], [ 105402.0, 493182.0 ], [ 105456.0, 493284.0 ], [ 105503.0, 493344.0 ], [ 105558.0, 493394.0 ], [ 105609.0, 493425.0 ], [ 105668.0, 493447.0 ], [ 105733.0, 493443.0 ], [ 105757.0, 493411.0 ], [ 105773.0, 493334.0 ], [ 105763.0, 493287.0 ], [ 105760.0, 493230.0 ], [ 105752.0, 493165.0 ], [ 105722.0, 493043.0 ], [ 105686.0, 492929.0 ], [ 105649.0, 492822.0 ], [ 105603.0, 492711.0 ], [ 105558.0, 492611.0 ], [ 105447.0, 492408.0 ], [ 105344.0, 492182.0 ], [ 105305.0, 492036.0 ], [ 105247.0, 491736.0 ], [ 105223.0, 491586.0 ], [ 105199.0, 491452.0 ], [ 105163.0, 491273.0 ], [ 105097.0, 491077.0 ], [ 104991.0, 490721.0 ], [ 104902.0, 490502.0 ], [ 104849.0, 490355.0 ], [ 104793.0, 490219.0 ], [ 104712.0, 490067.0 ], [ 104626.0, 489870.0 ], [ 104546.0, 489662.0 ], [ 104370.0, 489338.0 ], [ 104141.0, 488801.0 ], [ 104094.0, 488720.0 ], [ 103982.0, 488543.0 ], [ 103929.0, 488439.0 ], [ 103856.0, 488322.0 ], [ 103734.0, 488084.0 ], [ 103690.0, 487981.0 ], [ 103652.0, 487882.0 ], [ 103607.0, 487790.0 ], [ 103561.0, 487680.0 ], [ 103534.0, 487593.0 ], [ 103525.0, 487478.0 ], [ 103520.0, 487331.0 ], [ 103474.0, 487113.0 ], [ 103427.0, 486967.0 ], [ 103402.0, 486855.0 ], [ 103365.0, 486746.0 ], [ 103316.0, 486609.0 ], [ 103283.0, 486505.0 ], [ 103188.0, 486289.0 ], [ 103104.0, 486078.0 ], [ 103087.0, 485951.0 ], [ 103059.0, 485829.0 ], [ 103008.0, 485438.0 ], [ 102975.0, 485088.0 ], [ 102962.0, 484914.0 ], [ 102933.0, 484657.0 ], [ 103034.0, 484014.0 ], [ 103211.0, 484603.0 ], [ 103241.0, 484707.0 ], [ 103285.0, 484756.0 ], [ 103338.0, 484798.0 ], [ 103399.0, 484825.0 ], [ 103495.0, 484861.0 ], [ 103577.0, 484872.0 ], [ 103637.0, 484872.0 ], [ 103683.0, 484866.0 ], [ 103728.0, 484849.0 ], [ 103750.0, 484818.0 ], [ 103760.0, 484785.0 ], [ 103759.0, 484725.0 ], [ 103622.0, 484604.0 ], [ 102916.0, 483070.0 ], [ 102207.0, 481713.0 ], [ 100614.0, 478821.0 ], [ 99670.0, 478998.0 ], [ 100260.0, 481949.0 ], [ 100532.0, 484646.0 ], [ 100549.0, 484718.0 ], [ 100565.0, 484799.0 ], [ 100567.0, 484853.0 ], [ 100549.0, 484863.0 ], [ 100515.0, 484842.0 ], [ 100439.0, 484716.0 ], [ 100429.0, 484692.0 ], [ 99075.0, 479849.0 ], [ 98528.0, 478864.0 ], [ 96476.0, 480005.0 ], [ 96602.0, 480178.0 ], [ 97664.0, 481713.0 ], [ 98254.0, 482716.0 ], [ 99021.0, 483424.0 ], [ 98962.0, 483896.0 ], [ 98608.0, 483896.0 ], [ 98908.0, 484654.0 ], [ 98926.0, 484745.0 ], [ 98963.0, 484860.0 ], [ 99003.0, 484969.0 ], [ 99031.0, 485039.0 ], [ 99085.0, 485132.0 ], [ 99191.0, 485264.0 ], [ 99234.0, 485334.0 ], [ 99303.0, 485415.0 ], [ 99482.0, 485605.0 ], [ 99578.0, 485691.0 ], [ 99671.0, 485779.0 ], [ 99761.0, 485860.0 ], [ 99878.0, 485960.0 ], [ 100006.0, 486049.0 ], [ 100208.0, 486218.0 ], [ 100269.0, 486279.0 ], [ 100315.0, 486333.0 ], [ 100347.0, 486380.0 ], [ 100386.0, 486446.0 ], [ 100406.0, 486485.0 ], [ 100445.0, 486607.0 ], [ 100465.0, 486696.0 ], [ 100495.0, 486844.0 ], [ 100539.0, 486920.0 ], [ 100563.0, 486972.0 ], [ 100637.0, 487084.0 ], [ 100658.0, 487136.0 ], [ 100658.0, 487170.0 ], [ 100643.0, 487188.0 ], [ 100617.0, 487188.0 ], [ 100552.0, 487135.0 ], [ 99978.0, 486568.0 ], [ 99919.0, 486514.0 ], [ 99882.0, 486487.0 ], [ 99855.0, 486479.0 ], [ 99840.0, 486486.0 ], [ 99833.0, 486544.0 ], [ 99836.0, 486599.0 ], [ 99934.0, 486844.0 ], [ 99972.0, 486961.0 ], [ 99967.0, 487010.0 ], [ 99942.0, 487036.0 ], [ 99900.0, 487035.0 ], [ 99858.0, 487015.0 ], [ 99813.0, 486975.0 ], [ 99673.0, 486758.0 ], [ 99323.0, 486251.0 ], [ 98760.0, 485383.0 ], [ 98684.0, 485253.0 ], [ 98576.0, 485106.0 ], [ 98476.0, 484949.0 ], [ 98349.0, 484764.0 ], [ 98271.0, 484635.0 ], [ 97782.0, 483601.0 ], [ 97251.0, 483011.0 ], [ 96838.0, 482303.0 ], [ 95776.0, 480296.0 ], [ 95127.0, 480591.0 ], [ 96253.0, 483687.0 ], [ 95068.0, 481713.0 ], [ 94239.0, 480109.0 ], [ 90944.0, 481992.0 ], [ 95545.0, 493597.0 ], [ 98174.0, 493823.0 ], [ 102426.0, 494268.0 ] ], [ [ 104298.0, 489607.0 ], [ 104307.0, 489631.0 ], [ 104320.0, 489659.0 ], [ 104324.0, 489679.0 ], [ 104323.0, 489706.0 ], [ 104299.0, 489709.0 ], [ 104274.0, 489687.0 ], [ 104248.0, 489654.0 ], [ 104222.0, 489610.0 ], [ 104202.0, 489560.0 ], [ 104188.0, 489518.0 ], [ 104189.0, 489496.0 ], [ 104199.0, 489492.0 ], [ 104214.0, 489495.0 ], [ 104232.0, 489495.0 ], [ 104246.0, 489514.0 ], [ 104272.0, 489573.0 ], [ 104298.0, 489607.0 ] ], [ [ 104124.0, 489371.0 ], [ 104145.0, 489412.0 ], [ 104153.0, 489444.0 ], [ 104150.0, 489461.0 ], [ 104138.0, 489474.0 ], [ 104110.0, 489469.0 ], [ 104082.0, 489454.0 ], [ 104055.0, 489411.0 ], [ 104025.0, 489341.0 ], [ 103997.0, 489293.0 ], [ 103945.0, 489194.0 ], [ 103952.0, 489171.0 ], [ 103976.0, 489166.0 ], [ 104003.0, 489172.0 ], [ 104035.0, 489191.0 ], [ 104091.0, 489314.0 ], [ 104124.0, 489371.0 ] ], [ [ 101273.0, 486778.0 ], [ 101226.0, 486719.0 ], [ 101180.0, 486665.0 ], [ 101131.0, 486610.0 ], [ 101084.0, 486561.0 ], [ 101050.0, 486499.0 ], [ 101035.0, 486456.0 ], [ 101030.0, 486417.0 ], [ 101046.0, 486404.0 ], [ 101071.0, 486406.0 ], [ 101112.0, 486418.0 ], [ 101163.0, 486447.0 ], [ 101212.0, 486496.0 ], [ 101265.0, 486559.0 ], [ 101317.0, 486631.0 ], [ 101350.0, 486682.0 ], [ 101363.0, 486716.0 ], [ 101374.0, 486751.0 ], [ 101377.0, 486776.0 ], [ 101370.0, 486806.0 ], [ 101323.0, 486818.0 ], [ 101273.0, 486778.0 ] ], [ [ 100646.0, 493355.0 ], [ 100554.0, 493278.0 ], [ 100434.0, 493184.0 ], [ 100347.0, 493112.0 ], [ 100285.0, 493054.0 ], [ 100239.0, 492997.0 ], [ 100219.0, 492955.0 ], [ 100217.0, 492911.0 ], [ 100245.0, 492874.0 ], [ 100288.0, 492862.0 ], [ 100331.0, 492886.0 ], [ 100486.0, 493007.0 ], [ 100568.0, 493075.0 ], [ 100772.0, 493271.0 ], [ 100823.0, 493315.0 ], [ 100869.0, 493395.0 ], [ 100867.0, 493436.0 ], [ 100842.0, 493459.0 ], [ 100809.0, 493470.0 ], [ 100768.0, 493450.0 ], [ 100646.0, 493355.0 ] ], [ [ 99857.0, 484484.0 ], [ 99946.0, 484448.0 ], [ 100071.0, 484528.0 ], [ 100098.0, 484573.0 ], [ 100151.0, 484582.0 ], [ 100163.0, 484644.0 ], [ 100197.0, 484721.0 ], [ 100227.0, 484797.0 ], [ 100282.0, 484916.0 ], [ 100315.0, 485012.0 ], [ 100330.0, 485080.0 ], [ 100324.0, 485115.0 ], [ 100298.0, 485131.0 ], [ 100266.0, 485136.0 ], [ 100237.0, 485119.0 ], [ 100206.0, 485090.0 ], [ 100159.0, 485036.0 ], [ 100105.0, 484957.0 ], [ 100057.0, 484876.0 ], [ 100026.0, 484813.0 ], [ 99975.0, 484755.0 ], [ 99912.0, 484690.0 ], [ 99855.0, 484643.0 ], [ 99857.0, 484484.0 ] ], [ [ 99713.0, 485044.0 ], [ 99655.0, 485012.0 ], [ 99608.0, 484981.0 ], [ 99562.0, 484945.0 ], [ 99531.0, 484916.0 ], [ 99515.0, 484877.0 ], [ 99514.0, 484827.0 ], [ 99529.0, 484800.0 ], [ 99605.0, 484793.0 ], [ 99660.0, 484824.0 ], [ 99712.0, 484879.0 ], [ 99766.0, 484928.0 ], [ 99796.0, 484973.0 ], [ 99811.0, 485011.0 ], [ 99820.0, 485049.0 ], [ 99814.0, 485080.0 ], [ 99785.0, 485077.0 ], [ 99713.0, 485044.0 ] ], [ [ 96897.0, 484604.0 ], [ 97307.0, 484842.0 ], [ 97336.0, 484891.0 ], [ 97360.0, 484952.0 ], [ 97382.0, 484995.0 ], [ 97409.0, 485064.0 ], [ 97448.0, 485225.0 ], [ 97464.0, 485307.0 ], [ 97471.0, 485449.0 ], [ 97471.0, 485584.0 ], [ 97485.0, 485685.0 ], [ 97518.0, 485773.0 ], [ 97540.0, 485840.0 ], [ 97568.0, 485895.0 ], [ 97630.0, 485970.0 ], [ 97723.0, 486100.0 ], [ 97779.0, 486157.0 ], [ 97854.0, 486230.0 ], [ 97915.0, 486270.0 ], [ 97965.0, 486308.0 ], [ 98032.0, 486348.0 ], [ 98095.0, 486400.0 ], [ 98162.0, 486440.0 ], [ 98239.0, 486499.0 ], [ 98287.0, 486552.0 ], [ 98332.0, 486610.0 ], [ 98364.0, 486656.0 ], [ 98414.0, 486703.0 ], [ 98444.0, 486734.0 ], [ 98488.0, 486770.0 ], [ 98535.0, 486797.0 ], [ 98598.0, 486802.0 ], [ 98732.0, 486839.0 ], [ 98813.0, 486889.0 ], [ 98881.0, 486936.0 ], [ 98926.0, 486974.0 ], [ 98973.0, 487006.0 ], [ 99013.0, 487047.0 ], [ 99096.0, 487154.0 ], [ 99135.0, 487209.0 ], [ 99181.0, 487282.0 ], [ 99224.0, 487360.0 ], [ 99289.0, 487455.0 ], [ 99354.0, 487529.0 ], [ 99399.0, 487594.0 ], [ 99445.0, 487651.0 ], [ 99467.0, 487694.0 ], [ 99480.0, 487740.0 ], [ 99484.0, 487786.0 ], [ 99465.0, 487823.0 ], [ 99445.0, 487846.0 ], [ 99403.0, 487869.0 ], [ 99344.0, 487871.0 ], [ 99299.0, 487855.0 ], [ 99232.0, 487816.0 ], [ 99140.0, 487745.0 ], [ 98973.0, 487581.0 ], [ 98894.0, 487510.0 ], [ 98779.0, 487441.0 ], [ 98558.0, 487269.0 ], [ 98487.0, 487218.0 ], [ 98422.0, 487184.0 ], [ 98324.0, 487137.0 ], [ 98233.0, 487085.0 ], [ 98142.0, 487023.0 ], [ 98061.0, 486957.0 ], [ 97987.0, 486904.0 ], [ 97924.0, 486865.0 ], [ 97857.0, 486834.0 ], [ 97776.0, 486813.0 ], [ 97652.0, 486787.0 ], [ 97533.0, 486753.0 ], [ 97444.0, 486718.0 ], [ 97276.0, 486638.0 ], [ 97133.0, 486513.0 ], [ 97072.0, 486467.0 ], [ 97007.0, 486412.0 ], [ 96944.0, 486349.0 ], [ 96876.0, 486273.0 ], [ 96825.0, 486197.0 ], [ 96775.0, 486117.0 ], [ 96739.0, 486045.0 ], [ 96712.0, 485971.0 ], [ 96681.0, 485906.0 ], [ 96656.0, 485839.0 ], [ 96635.0, 485751.0 ], [ 96609.0, 485625.0 ], [ 96597.0, 485558.0 ], [ 96603.0, 485502.0 ], [ 96599.0, 485435.0 ], [ 96621.0, 485280.0 ], [ 96624.0, 485204.0 ], [ 96637.0, 485082.0 ], [ 96644.0, 485062.0 ], [ 96897.0, 484604.0 ] ], [ [ 99062.0, 487961.0 ], [ 99103.0, 488001.0 ], [ 99137.0, 488031.0 ], [ 99160.0, 488065.0 ], [ 99177.0, 488106.0 ], [ 99184.0, 488134.0 ], [ 99171.0, 488154.0 ], [ 99151.0, 488168.0 ], [ 99109.0, 488174.0 ], [ 99062.0, 488156.0 ], [ 99018.0, 488127.0 ], [ 98977.0, 488090.0 ], [ 98916.0, 488040.0 ], [ 98802.0, 487928.0 ], [ 98732.0, 487837.0 ], [ 98711.0, 487785.0 ], [ 98721.0, 487752.0 ], [ 98740.0, 487734.0 ], [ 98787.0, 487746.0 ], [ 98824.0, 487765.0 ], [ 98899.0, 487809.0 ], [ 98958.0, 487857.0 ], [ 99012.0, 487918.0 ], [ 99062.0, 487961.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105711.0, 499246.0 ], [ 105801.0, 499459.0 ], [ 105839.0, 499692.0 ], [ 105900.0, 499853.0 ], [ 106033.0, 499686.0 ], [ 106302.0, 499458.0 ], [ 106378.0, 499123.0 ], [ 106247.0, 498803.0 ], [ 106274.0, 498654.0 ], [ 106134.0, 498509.0 ], [ 106109.0, 498436.0 ], [ 106165.0, 498326.0 ], [ 106184.0, 498314.0 ], [ 106405.0, 498671.0 ], [ 106411.0, 498688.0 ], [ 106472.0, 498625.0 ], [ 105939.0, 497425.0 ], [ 105981.0, 497392.0 ], [ 105997.0, 497355.0 ], [ 106098.0, 497271.0 ], [ 106201.0, 497157.0 ], [ 106274.0, 497084.0 ], [ 106362.0, 497017.0 ], [ 106468.0, 496928.0 ], [ 106547.0, 496875.0 ], [ 106553.0, 496845.0 ], [ 106605.0, 496816.0 ], [ 106666.0, 496772.0 ], [ 106776.0, 496699.0 ], [ 106793.0, 496673.0 ], [ 106854.0, 496623.0 ], [ 106890.0, 496564.0 ], [ 106963.0, 496499.0 ], [ 107037.0, 496442.0 ], [ 107148.0, 496352.0 ], [ 107241.0, 496269.0 ], [ 107261.0, 496262.0 ], [ 107338.0, 496190.0 ], [ 107423.0, 496121.0 ], [ 107417.0, 496105.0 ], [ 107509.0, 496019.0 ], [ 107623.0, 495916.0 ], [ 107723.0, 495832.0 ], [ 107841.0, 495726.0 ], [ 107946.0, 495675.0 ], [ 108036.0, 495598.0 ], [ 108047.0, 495588.0 ], [ 108145.0, 495476.0 ], [ 108250.0, 495366.0 ], [ 108368.0, 495251.0 ], [ 108474.0, 495137.0 ], [ 108642.0, 495030.0 ], [ 108792.0, 494922.0 ], [ 108950.0, 494783.0 ], [ 108971.0, 494776.0 ], [ 109024.0, 494741.0 ], [ 109100.0, 494687.0 ], [ 109227.0, 494646.0 ], [ 109212.0, 494630.0 ], [ 109299.0, 494580.0 ], [ 109392.0, 494534.0 ], [ 109498.0, 494473.0 ], [ 109545.0, 494471.0 ], [ 109737.0, 494416.0 ], [ 110440.0, 494149.0 ], [ 111572.0, 493903.0 ], [ 111624.0, 494039.0 ], [ 111654.0, 494198.0 ], [ 111669.0, 494259.0 ], [ 111652.0, 494421.0 ], [ 111650.0, 494458.0 ], [ 111610.0, 494689.0 ], [ 111528.0, 494878.0 ], [ 111578.0, 494911.0 ], [ 111590.0, 494924.0 ], [ 111685.0, 494781.0 ], [ 111781.0, 494774.0 ], [ 111849.0, 494844.0 ], [ 111863.0, 494872.0 ], [ 111872.0, 494894.0 ], [ 112093.0, 495213.0 ], [ 112130.0, 495023.0 ], [ 112131.0, 494983.0 ], [ 111905.0, 494604.0 ], [ 111822.0, 494165.0 ], [ 111789.0, 493845.0 ], [ 112109.0, 493781.0 ], [ 112111.0, 493411.0 ], [ 111836.0, 493473.0 ], [ 110976.0, 493618.0 ], [ 110968.0, 493637.0 ], [ 110674.0, 493707.0 ], [ 110401.0, 493782.0 ], [ 110272.0, 493826.0 ], [ 109818.0, 493965.0 ], [ 109739.0, 493915.0 ], [ 109601.0, 493816.0 ], [ 109275.0, 493538.0 ], [ 109101.0, 493452.0 ], [ 108948.0, 493354.0 ], [ 108925.0, 493356.0 ], [ 108721.0, 493286.0 ], [ 108475.0, 493194.0 ], [ 108456.0, 493194.0 ], [ 108356.0, 493125.0 ], [ 108315.0, 493112.0 ], [ 108195.0, 492951.0 ], [ 108177.0, 492943.0 ], [ 108155.0, 492937.0 ], [ 108023.0, 492794.0 ], [ 107872.0, 492928.0 ], [ 108010.0, 493067.0 ], [ 108133.0, 493227.0 ], [ 108241.0, 493347.0 ], [ 108300.0, 493374.0 ], [ 108424.0, 493442.0 ], [ 108628.0, 493504.0 ], [ 108798.0, 493562.0 ], [ 108973.0, 493656.0 ], [ 109060.0, 493751.0 ], [ 109169.0, 493858.0 ], [ 109297.0, 493924.0 ], [ 109408.0, 494009.0 ], [ 109452.0, 494085.0 ], [ 109257.0, 494191.0 ], [ 109136.0, 494244.0 ], [ 109016.0, 494305.0 ], [ 108910.0, 494375.0 ], [ 108837.0, 494391.0 ], [ 108686.0, 494468.0 ], [ 108541.0, 494568.0 ], [ 108514.0, 494574.0 ], [ 108367.0, 494707.0 ], [ 108122.0, 494937.0 ], [ 107988.0, 495049.0 ], [ 107877.0, 495150.0 ], [ 107700.0, 495260.0 ], [ 107516.0, 495387.0 ], [ 107373.0, 495144.0 ], [ 107256.0, 494920.0 ], [ 107235.0, 494910.0 ], [ 107212.0, 494893.0 ], [ 107103.0, 494687.0 ], [ 107084.0, 494671.0 ], [ 106976.0, 494475.0 ], [ 106950.0, 494460.0 ], [ 106881.0, 494286.0 ], [ 106866.0, 494259.0 ], [ 106832.0, 494082.0 ], [ 106822.0, 493847.0 ], [ 106847.0, 493627.0 ], [ 106714.0, 493695.0 ], [ 106708.0, 493862.0 ], [ 106710.0, 494052.0 ], [ 106697.0, 494239.0 ], [ 106702.0, 494258.0 ], [ 106686.0, 494394.0 ], [ 106596.0, 494505.0 ], [ 106669.0, 494575.0 ], [ 106753.0, 494609.0 ], [ 106784.0, 494610.0 ], [ 106871.0, 494673.0 ], [ 106966.0, 494839.0 ], [ 107058.0, 494992.0 ], [ 107123.0, 495091.0 ], [ 107162.0, 495161.0 ], [ 107242.0, 495282.0 ], [ 107375.0, 495467.0 ], [ 107327.0, 495522.0 ], [ 107185.0, 495842.0 ], [ 107144.0, 495885.0 ], [ 107006.0, 496019.0 ], [ 106854.0, 496114.0 ], [ 106674.0, 496285.0 ], [ 106552.0, 496389.0 ], [ 106388.0, 496514.0 ], [ 106254.0, 496672.0 ], [ 106108.0, 496783.0 ], [ 105960.0, 496927.0 ], [ 105837.0, 497033.0 ], [ 105627.0, 497154.0 ], [ 105404.0, 497259.0 ], [ 105186.0, 497347.0 ], [ 105168.0, 497352.0 ], [ 104835.0, 497416.0 ], [ 104481.0, 497463.0 ], [ 104077.0, 497474.0 ], [ 103785.0, 497519.0 ], [ 103301.0, 497558.0 ], [ 102949.0, 497569.0 ], [ 102645.0, 497574.0 ], [ 102299.0, 497582.0 ], [ 101953.0, 497608.0 ], [ 101647.0, 497597.0 ], [ 101396.0, 497596.0 ], [ 101264.0, 497619.0 ], [ 100970.0, 497625.0 ], [ 100383.0, 497627.0 ], [ 100381.0, 497540.0 ], [ 100448.0, 497513.0 ], [ 100487.0, 497467.0 ], [ 100692.0, 497323.0 ], [ 101065.0, 497072.0 ], [ 100892.0, 496894.0 ], [ 100736.0, 496702.0 ], [ 100409.0, 496912.0 ], [ 100064.0, 497125.0 ], [ 100127.0, 497309.0 ], [ 100208.0, 497573.0 ], [ 100097.0, 497560.0 ], [ 99834.0, 497537.0 ], [ 99813.0, 497534.0 ], [ 99604.0, 497489.0 ], [ 99554.0, 497286.0 ], [ 99491.0, 497167.0 ], [ 99486.0, 497122.0 ], [ 99433.0, 496931.0 ], [ 99235.0, 497037.0 ], [ 99029.0, 497151.0 ], [ 98821.0, 497240.0 ], [ 98803.0, 497240.0 ], [ 98647.0, 497326.0 ], [ 98521.0, 497389.0 ], [ 98479.0, 497381.0 ], [ 98278.0, 497472.0 ], [ 98097.0, 497542.0 ], [ 98090.0, 497583.0 ], [ 98614.0, 498081.0 ], [ 98716.0, 498069.0 ], [ 98931.0, 498063.0 ], [ 99102.0, 498069.0 ], [ 99229.0, 498107.0 ], [ 99341.0, 498122.0 ], [ 99484.0, 498168.0 ], [ 99623.0, 498215.0 ], [ 99715.0, 498255.0 ], [ 99772.0, 498337.0 ], [ 99851.0, 498482.0 ], [ 99916.0, 498573.0 ], [ 99989.0, 498735.0 ], [ 100036.0, 498696.0 ], [ 100086.0, 498685.0 ], [ 100176.0, 498656.0 ], [ 100292.0, 498612.0 ], [ 100426.0, 498597.0 ], [ 100535.0, 498562.0 ], [ 100610.0, 498590.0 ], [ 100783.0, 498646.0 ], [ 101134.0, 498747.0 ], [ 101267.0, 498771.0 ], [ 101400.0, 498811.0 ], [ 101513.0, 498799.0 ], [ 101618.0, 498791.0 ], [ 101752.0, 498770.0 ], [ 101888.0, 498738.0 ], [ 102024.0, 498720.0 ], [ 102117.0, 498697.0 ], [ 102207.0, 498686.0 ], [ 102354.0, 498639.0 ], [ 102409.0, 498625.0 ], [ 102386.0, 498603.0 ], [ 102471.0, 498577.0 ], [ 102665.0, 498497.0 ], [ 102842.0, 498465.0 ], [ 102958.0, 498455.0 ], [ 103084.0, 498395.0 ], [ 103161.0, 498362.0 ], [ 103218.0, 498352.0 ], [ 103246.0, 498353.0 ], [ 103356.0, 498347.0 ], [ 103386.0, 498352.0 ], [ 103521.0, 498352.0 ], [ 103637.0, 498340.0 ], [ 103753.0, 498321.0 ], [ 103738.0, 498170.0 ], [ 103743.0, 498073.0 ], [ 103737.0, 497954.0 ], [ 103734.0, 497799.0 ], [ 103807.0, 497802.0 ], [ 103911.0, 497815.0 ], [ 104022.0, 497794.0 ], [ 104136.0, 497786.0 ], [ 104262.0, 497797.0 ], [ 104446.0, 497793.0 ], [ 104637.0, 497777.0 ], [ 104822.0, 497756.0 ], [ 104939.0, 497734.0 ], [ 105054.0, 497716.0 ], [ 105223.0, 497686.0 ], [ 105411.0, 497661.0 ], [ 105591.0, 497575.0 ], [ 105729.0, 497522.0 ], [ 105802.0, 497496.0 ], [ 106127.0, 498167.0 ], [ 105785.0, 498828.0 ], [ 105716.0, 498772.0 ], [ 105698.0, 498755.0 ], [ 105658.0, 498847.0 ], [ 105636.0, 498882.0 ], [ 105697.0, 498949.0 ], [ 105715.0, 498961.0 ], [ 105645.0, 499115.0 ], [ 105741.0, 499160.0 ], [ 105711.0, 499246.0 ] ], [ [ 105870.0, 498907.0 ], [ 105961.0, 498727.0 ], [ 105997.0, 498729.0 ], [ 106142.0, 498777.0 ], [ 106137.0, 498918.0 ], [ 105836.0, 498973.0 ], [ 105870.0, 498907.0 ] ], [ [ 106044.0, 498565.0 ], [ 106106.0, 498628.0 ], [ 106063.0, 498695.0 ], [ 105978.0, 498695.0 ], [ 106044.0, 498565.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106952.0, 511943.0 ], [ 106993.0, 512094.0 ], [ 107055.0, 512525.0 ], [ 107121.0, 512851.0 ], [ 107151.0, 513196.0 ], [ 107185.0, 513309.0 ], [ 107215.0, 513346.0 ], [ 107262.0, 513306.0 ], [ 107273.0, 513233.0 ], [ 107242.0, 513138.0 ], [ 107220.0, 513025.0 ], [ 107237.0, 512933.0 ], [ 107298.0, 512947.0 ], [ 107394.0, 513078.0 ], [ 107456.0, 513207.0 ], [ 107461.0, 513361.0 ], [ 107491.0, 513489.0 ], [ 107590.0, 513568.0 ], [ 107662.0, 513532.0 ], [ 107695.0, 513453.0 ], [ 107697.0, 513272.0 ], [ 107602.0, 513028.0 ], [ 107557.0, 512619.0 ], [ 107474.0, 512473.0 ], [ 107347.0, 512331.0 ], [ 107285.0, 512103.0 ], [ 107212.0, 511862.0 ], [ 107163.0, 511595.0 ], [ 107160.0, 511456.0 ], [ 107233.0, 511471.0 ], [ 107275.0, 511649.0 ], [ 107425.0, 511839.0 ], [ 107645.0, 512025.0 ], [ 107820.0, 512242.0 ], [ 107982.0, 512397.0 ], [ 108266.0, 512523.0 ], [ 108382.0, 512645.0 ], [ 108513.0, 513033.0 ], [ 108563.0, 513397.0 ], [ 108623.0, 513771.0 ], [ 108664.0, 514184.0 ], [ 108744.0, 514298.0 ], [ 108855.0, 514252.0 ], [ 108878.0, 514111.0 ], [ 109068.0, 514212.0 ], [ 109205.0, 514457.0 ], [ 109392.0, 514752.0 ], [ 109411.0, 511512.0 ], [ 109346.0, 511506.0 ], [ 109319.0, 511499.0 ], [ 109247.0, 511508.0 ], [ 109132.0, 511666.0 ], [ 108972.0, 511815.0 ], [ 108818.0, 511790.0 ], [ 108682.0, 511715.0 ], [ 108567.0, 511746.0 ], [ 108440.0, 511742.0 ], [ 108361.0, 511644.0 ], [ 108432.0, 511475.0 ], [ 108432.0, 511270.0 ], [ 108386.0, 510992.0 ], [ 108272.0, 510766.0 ], [ 108231.0, 510557.0 ], [ 108195.0, 510325.0 ], [ 108012.0, 510167.0 ], [ 107898.0, 510006.0 ], [ 107840.0, 509803.0 ], [ 107699.0, 509553.0 ], [ 107659.0, 509282.0 ], [ 107717.0, 509168.0 ], [ 107853.0, 509059.0 ], [ 107908.0, 508966.0 ], [ 107938.0, 508885.0 ], [ 107941.0, 508855.0 ], [ 107897.0, 508857.0 ], [ 107825.0, 508853.0 ], [ 107737.0, 508800.0 ], [ 107649.0, 508836.0 ], [ 107571.0, 508897.0 ], [ 107532.0, 509057.0 ], [ 107445.0, 509129.0 ], [ 107346.0, 509248.0 ], [ 107294.0, 509403.0 ], [ 107241.0, 509709.0 ], [ 107070.0, 509935.0 ], [ 106943.0, 510172.0 ], [ 106935.0, 510449.0 ], [ 106979.0, 510689.0 ], [ 106868.0, 511011.0 ], [ 106783.0, 511278.0 ], [ 106809.0, 511446.0 ], [ 106884.0, 511693.0 ], [ 106952.0, 511943.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102299.0, 497582.0 ], [ 102645.0, 497574.0 ], [ 102949.0, 497569.0 ], [ 103301.0, 497558.0 ], [ 103785.0, 497519.0 ], [ 104077.0, 497474.0 ], [ 104481.0, 497463.0 ], [ 104835.0, 497416.0 ], [ 104842.0, 497414.0 ], [ 104793.0, 497310.0 ], [ 104232.0, 496980.0 ], [ 104096.0, 496829.0 ], [ 104044.0, 496796.0 ], [ 103810.0, 496708.0 ], [ 103797.0, 496691.0 ], [ 103531.0, 496601.0 ], [ 103339.0, 496497.0 ], [ 103295.0, 496465.0 ], [ 103172.0, 496287.0 ], [ 103160.0, 496276.0 ], [ 103040.0, 496061.0 ], [ 103023.0, 496041.0 ], [ 102885.0, 495899.0 ], [ 102834.0, 495858.0 ], [ 102628.0, 495679.0 ], [ 102584.0, 495646.0 ], [ 102478.0, 495544.0 ], [ 102465.0, 495528.0 ], [ 102323.0, 495340.0 ], [ 102176.0, 495123.0 ], [ 102016.0, 494874.0 ], [ 101907.0, 494750.0 ], [ 101896.0, 494730.0 ], [ 101761.0, 494557.0 ], [ 101740.0, 494536.0 ], [ 101638.0, 494415.0 ], [ 101520.0, 494267.0 ], [ 101447.0, 494165.0 ], [ 99648.0, 493977.0 ], [ 99890.0, 494101.0 ], [ 100156.0, 494292.0 ], [ 100397.0, 494424.0 ], [ 100698.0, 494565.0 ], [ 101031.0, 494712.0 ], [ 101357.0, 494890.0 ], [ 101780.0, 495158.0 ], [ 102085.0, 495433.0 ], [ 102270.0, 495591.0 ], [ 102549.0, 495947.0 ], [ 102730.0, 496211.0 ], [ 102756.0, 496296.0 ], [ 102610.0, 496343.0 ], [ 102472.0, 496286.0 ], [ 102340.0, 496274.0 ], [ 102272.0, 496327.0 ], [ 102273.0, 496351.0 ], [ 102316.0, 496483.0 ], [ 102321.0, 496608.0 ], [ 102285.0, 496667.0 ], [ 102173.0, 496721.0 ], [ 102161.0, 496781.0 ], [ 102166.0, 496927.0 ], [ 102232.0, 497114.0 ], [ 102276.0, 497198.0 ], [ 102264.0, 497188.0 ], [ 102110.0, 496971.0 ], [ 102055.0, 496973.0 ], [ 101996.0, 497197.0 ], [ 102060.0, 497349.0 ], [ 102195.0, 497297.0 ], [ 102278.0, 497443.0 ], [ 102218.0, 497588.0 ], [ 102299.0, 497582.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108501.0, 508655.0 ], [ 108599.0, 508571.0 ], [ 108693.0, 508515.0 ], [ 108821.0, 508499.0 ], [ 108883.0, 508520.0 ], [ 108894.0, 508465.0 ], [ 108943.0, 508411.0 ], [ 109023.0, 508395.0 ], [ 109083.0, 508398.0 ], [ 109134.0, 508339.0 ], [ 109215.0, 508303.0 ], [ 109429.0, 508337.0 ], [ 109434.0, 507381.0 ], [ 109300.0, 507237.0 ], [ 109187.0, 507193.0 ], [ 109080.0, 507167.0 ], [ 109109.0, 507073.0 ], [ 109289.0, 507096.0 ], [ 109436.0, 507155.0 ], [ 109436.0, 507093.0 ], [ 109429.0, 506774.0 ], [ 109145.0, 506529.0 ], [ 109029.0, 506359.0 ], [ 108959.0, 506170.0 ], [ 108848.0, 505966.0 ], [ 108731.0, 505774.0 ], [ 108731.0, 505575.0 ], [ 108926.0, 505338.0 ], [ 109151.0, 505261.0 ], [ 109394.0, 505195.0 ], [ 109391.0, 505053.0 ], [ 109200.0, 505048.0 ], [ 108960.0, 504861.0 ], [ 108778.0, 504586.0 ], [ 108725.0, 504196.0 ], [ 108610.0, 503881.0 ], [ 108474.0, 503780.0 ], [ 108340.0, 503766.0 ], [ 108232.0, 503854.0 ], [ 108027.0, 504261.0 ], [ 108076.0, 504293.0 ], [ 108041.0, 504690.0 ], [ 107963.0, 505004.0 ], [ 107979.0, 505240.0 ], [ 108106.0, 505469.0 ], [ 108148.0, 505697.0 ], [ 108202.0, 505909.0 ], [ 108370.0, 506132.0 ], [ 108524.0, 506370.0 ], [ 108638.0, 506699.0 ], [ 108648.0, 506999.0 ], [ 108545.0, 507289.0 ], [ 108404.0, 507624.0 ], [ 108402.0, 507652.0 ], [ 108385.0, 507927.0 ], [ 108517.0, 508184.0 ], [ 108613.0, 508273.0 ], [ 108675.0, 508299.0 ], [ 108590.0, 508417.0 ], [ 108494.0, 508516.0 ], [ 108453.0, 508620.0 ], [ 108420.0, 508689.0 ], [ 108501.0, 508655.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 112293.0, 501360.0 ], [ 112294.0, 501156.0 ], [ 111838.0, 501035.0 ], [ 111616.0, 500956.0 ], [ 111551.0, 500915.0 ], [ 111481.0, 500861.0 ], [ 111471.0, 500849.0 ], [ 111433.0, 500760.0 ], [ 111289.0, 500693.0 ], [ 111242.0, 500705.0 ], [ 111231.0, 500716.0 ], [ 111214.0, 500778.0 ], [ 111213.0, 500826.0 ], [ 111218.0, 500859.0 ], [ 111179.0, 500923.0 ], [ 111118.0, 500934.0 ], [ 111074.0, 500898.0 ], [ 111044.0, 500800.0 ], [ 111035.0, 500780.0 ], [ 111014.0, 500600.0 ], [ 111008.0, 500570.0 ], [ 110946.0, 500310.0 ], [ 110940.0, 500265.0 ], [ 110950.0, 500233.0 ], [ 110945.0, 500176.0 ], [ 110945.0, 500158.0 ], [ 110948.0, 500130.0 ], [ 110944.0, 500068.0 ], [ 110875.0, 500070.0 ], [ 110819.0, 500117.0 ], [ 110827.0, 500208.0 ], [ 110822.0, 500284.0 ], [ 110829.0, 500362.0 ], [ 110838.0, 500379.0 ], [ 110834.0, 500426.0 ], [ 110835.0, 500528.0 ], [ 110815.0, 500639.0 ], [ 110775.0, 500801.0 ], [ 110739.0, 500830.0 ], [ 110679.0, 500831.0 ], [ 110654.0, 500846.0 ], [ 110566.0, 500854.0 ], [ 110511.0, 500848.0 ], [ 110481.0, 500856.0 ], [ 110371.0, 500854.0 ], [ 110260.0, 500829.0 ], [ 110241.0, 500843.0 ], [ 110137.0, 500824.0 ], [ 110066.0, 500782.0 ], [ 110033.0, 500723.0 ], [ 110016.0, 500703.0 ], [ 110005.0, 500686.0 ], [ 109960.0, 500668.0 ], [ 109937.0, 500668.0 ], [ 109908.0, 500683.0 ], [ 109895.0, 500697.0 ], [ 109843.0, 500739.0 ], [ 109775.0, 500814.0 ], [ 109629.0, 500866.0 ], [ 109595.0, 500852.0 ], [ 109584.0, 500837.0 ], [ 109600.0, 500772.0 ], [ 109673.0, 500656.0 ], [ 109753.0, 500552.0 ], [ 109730.0, 500516.0 ], [ 109714.0, 500515.0 ], [ 109608.0, 500527.0 ], [ 109490.0, 500574.0 ], [ 109467.0, 500565.0 ], [ 109471.0, 500534.0 ], [ 109506.0, 500410.0 ], [ 109430.0, 500437.0 ], [ 109337.0, 500501.0 ], [ 109292.0, 500494.0 ], [ 109293.0, 500564.0 ], [ 109323.0, 500621.0 ], [ 109332.0, 500650.0 ], [ 109351.0, 500742.0 ], [ 109357.0, 500761.0 ], [ 109343.0, 500826.0 ], [ 109356.0, 500838.0 ], [ 109535.0, 500975.0 ], [ 109571.0, 501018.0 ], [ 109590.0, 501066.0 ], [ 109704.0, 501227.0 ], [ 109898.0, 501442.0 ], [ 109967.0, 501512.0 ], [ 112293.0, 501360.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109017.0, 515723.0 ], [ 108999.0, 515542.0 ], [ 108997.0, 515440.0 ], [ 109075.0, 515399.0 ], [ 109172.0, 515365.0 ], [ 109184.0, 515204.0 ], [ 109122.0, 515056.0 ], [ 108909.0, 514991.0 ], [ 108750.0, 514999.0 ], [ 108558.0, 514872.0 ], [ 108430.0, 514683.0 ], [ 108282.0, 514579.0 ], [ 108086.0, 514475.0 ], [ 107988.0, 514315.0 ], [ 107914.0, 514150.0 ], [ 107872.0, 514078.0 ], [ 107803.0, 514125.0 ], [ 107841.0, 514367.0 ], [ 107803.0, 514422.0 ], [ 107744.0, 514313.0 ], [ 107684.0, 514270.0 ], [ 107613.0, 514276.0 ], [ 107606.0, 514414.0 ], [ 107640.0, 514557.0 ], [ 107635.0, 514660.0 ], [ 107560.0, 514592.0 ], [ 107536.0, 514459.0 ], [ 107496.0, 514402.0 ], [ 107428.0, 514339.0 ], [ 107280.0, 514335.0 ], [ 107260.0, 514405.0 ], [ 107249.0, 514462.0 ], [ 107196.0, 514508.0 ], [ 107221.0, 514585.0 ], [ 107375.0, 514661.0 ], [ 107498.0, 514691.0 ], [ 107656.0, 514867.0 ], [ 107726.0, 515132.0 ], [ 107870.0, 515360.0 ], [ 107898.0, 515348.0 ], [ 108154.0, 515489.0 ], [ 108297.0, 515514.0 ], [ 108406.0, 515518.0 ], [ 108514.0, 515721.0 ], [ 109017.0, 515723.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106557.0, 515714.0 ], [ 106461.0, 515401.0 ], [ 106361.0, 515276.0 ], [ 106179.0, 515172.0 ], [ 106033.0, 515079.0 ], [ 105835.0, 514950.0 ], [ 105929.0, 514935.0 ], [ 106001.0, 514850.0 ], [ 105803.0, 514632.0 ], [ 105592.0, 514580.0 ], [ 105505.0, 514583.0 ], [ 105313.0, 514529.0 ], [ 105266.0, 514586.0 ], [ 105324.0, 514682.0 ], [ 105188.0, 514809.0 ], [ 105074.0, 514951.0 ], [ 105125.0, 515131.0 ], [ 105297.0, 515296.0 ], [ 105456.0, 515437.0 ], [ 105521.0, 515503.0 ], [ 105633.0, 515504.0 ], [ 105670.0, 515395.0 ], [ 105831.0, 515424.0 ], [ 105944.0, 515582.0 ], [ 106022.0, 515712.0 ], [ 106557.0, 515714.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109315.0, 501554.0 ], [ 109967.0, 501512.0 ], [ 109898.0, 501442.0 ], [ 109704.0, 501227.0 ], [ 109590.0, 501066.0 ], [ 109571.0, 501018.0 ], [ 109535.0, 500975.0 ], [ 109356.0, 500838.0 ], [ 109343.0, 500826.0 ], [ 109357.0, 500761.0 ], [ 109353.0, 500748.0 ], [ 108982.0, 500771.0 ], [ 108814.0, 500842.0 ], [ 108642.0, 500889.0 ], [ 108496.0, 500916.0 ], [ 108445.0, 501019.0 ], [ 108339.0, 501083.0 ], [ 108290.0, 501184.0 ], [ 108370.0, 501348.0 ], [ 108568.0, 501420.0 ], [ 108874.0, 501510.0 ], [ 109075.0, 501573.0 ], [ 109317.0, 501639.0 ], [ 109315.0, 501554.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103676.0, 495637.0 ], [ 103689.0, 495650.0 ], [ 103860.0, 495703.0 ], [ 104130.0, 495916.0 ], [ 104410.0, 496035.0 ], [ 104714.0, 496168.0 ], [ 104906.0, 496249.0 ], [ 104924.0, 496262.0 ], [ 105014.0, 496294.0 ], [ 105033.0, 496287.0 ], [ 105029.0, 496186.0 ], [ 104942.0, 496030.0 ], [ 104808.0, 495772.0 ], [ 104737.0, 495693.0 ], [ 104664.0, 495621.0 ], [ 104413.0, 495438.0 ], [ 104398.0, 495434.0 ], [ 104197.0, 495355.0 ], [ 104183.0, 495345.0 ], [ 104157.0, 495334.0 ], [ 104070.0, 495304.0 ], [ 103965.0, 495279.0 ], [ 103895.0, 495234.0 ], [ 103636.0, 494920.0 ], [ 103534.0, 494846.0 ], [ 103502.0, 494826.0 ], [ 103487.0, 494812.0 ], [ 103482.0, 494827.0 ], [ 103548.0, 494924.0 ], [ 103551.0, 494944.0 ], [ 103559.0, 494972.0 ], [ 103607.0, 495080.0 ], [ 103605.0, 495114.0 ], [ 103630.0, 495337.0 ], [ 103668.0, 495624.0 ], [ 103676.0, 495637.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105220.0, 513091.0 ], [ 105415.0, 513218.0 ], [ 105601.0, 513369.0 ], [ 105778.0, 513428.0 ], [ 105933.0, 513541.0 ], [ 106024.0, 513469.0 ], [ 105969.0, 513291.0 ], [ 105915.0, 513190.0 ], [ 105996.0, 513167.0 ], [ 105954.0, 513073.0 ], [ 105851.0, 512994.0 ], [ 105841.0, 512882.0 ], [ 105818.0, 512708.0 ], [ 105741.0, 512680.0 ], [ 105701.0, 512727.0 ], [ 105649.0, 512641.0 ], [ 105446.0, 512639.0 ], [ 105275.0, 512711.0 ], [ 105121.0, 512828.0 ], [ 105060.0, 512879.0 ], [ 105052.0, 512969.0 ], [ 105121.0, 513045.0 ], [ 105207.0, 513082.0 ], [ 105220.0, 513091.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103630.0, 495337.0 ], [ 103605.0, 495114.0 ], [ 103607.0, 495080.0 ], [ 103559.0, 494972.0 ], [ 103551.0, 494944.0 ], [ 103548.0, 494924.0 ], [ 103482.0, 494827.0 ], [ 103487.0, 494812.0 ], [ 103479.0, 494805.0 ], [ 103368.0, 494598.0 ], [ 103282.0, 494522.0 ], [ 103189.0, 494381.0 ], [ 102426.0, 494268.0 ], [ 101816.0, 494204.0 ], [ 101867.0, 494254.0 ], [ 101900.0, 494275.0 ], [ 102159.0, 494319.0 ], [ 102397.0, 494377.0 ], [ 102625.0, 494468.0 ], [ 102661.0, 494485.0 ], [ 102863.0, 494552.0 ], [ 102880.0, 494564.0 ], [ 103005.0, 494686.0 ], [ 103191.0, 494884.0 ], [ 103346.0, 495044.0 ], [ 103529.0, 495394.0 ], [ 103668.0, 495624.0 ], [ 103630.0, 495337.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106528.0, 514604.0 ], [ 106510.0, 514615.0 ], [ 106491.0, 514615.0 ], [ 106477.0, 514625.0 ], [ 106534.0, 514704.0 ], [ 106572.0, 514782.0 ], [ 106538.0, 514902.0 ], [ 106554.0, 515046.0 ], [ 106639.0, 515171.0 ], [ 106762.0, 515234.0 ], [ 106860.0, 515257.0 ], [ 106971.0, 515297.0 ], [ 107038.0, 515282.0 ], [ 107086.0, 515227.0 ], [ 107055.0, 515074.0 ], [ 106893.0, 514915.0 ], [ 106864.0, 514845.0 ], [ 106901.0, 514782.0 ], [ 106864.0, 514641.0 ], [ 106726.0, 514619.0 ], [ 106642.0, 514636.0 ], [ 106540.0, 514597.0 ], [ 106528.0, 514604.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107812.0, 490889.0 ], [ 107946.0, 491170.0 ], [ 107973.0, 491220.0 ], [ 108015.0, 491274.0 ], [ 108051.0, 491288.0 ], [ 108067.0, 491273.0 ], [ 108053.0, 491214.0 ], [ 108024.0, 491106.0 ], [ 107904.0, 490734.0 ], [ 107853.0, 490584.0 ], [ 107802.0, 490443.0 ], [ 107756.0, 490326.0 ], [ 107734.0, 490239.0 ], [ 107747.0, 490202.0 ], [ 107786.0, 490226.0 ], [ 107833.0, 490278.0 ], [ 107914.0, 490391.0 ], [ 107955.0, 490429.0 ], [ 107984.0, 490432.0 ], [ 108004.0, 490427.0 ], [ 108004.0, 490399.0 ], [ 107987.0, 490373.0 ], [ 107948.0, 490328.0 ], [ 107800.0, 490076.0 ], [ 107772.0, 490007.0 ], [ 107731.0, 489919.0 ], [ 107707.0, 489843.0 ], [ 107673.0, 489749.0 ], [ 107652.0, 489715.0 ], [ 107625.0, 489699.0 ], [ 107586.0, 489689.0 ], [ 107553.0, 489698.0 ], [ 107541.0, 489716.0 ], [ 107530.0, 489767.0 ], [ 107543.0, 489834.0 ], [ 107567.0, 489909.0 ], [ 107599.0, 489979.0 ], [ 107623.0, 490056.0 ], [ 107637.0, 490132.0 ], [ 107688.0, 490358.0 ], [ 107707.0, 490465.0 ], [ 107739.0, 490599.0 ], [ 107777.0, 490707.0 ], [ 107812.0, 490889.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105875.0, 506149.0 ], [ 105990.0, 506137.0 ], [ 106043.0, 506025.0 ], [ 106049.0, 505861.0 ], [ 106064.0, 505722.0 ], [ 106067.0, 505713.0 ], [ 106029.0, 505611.0 ], [ 105960.0, 505570.0 ], [ 105894.0, 505579.0 ], [ 105882.0, 505593.0 ], [ 105882.0, 505598.0 ], [ 105788.0, 505691.0 ], [ 105659.0, 505885.0 ], [ 105645.0, 505991.0 ], [ 105693.0, 506064.0 ], [ 105782.0, 506144.0 ], [ 105875.0, 506149.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105943.0, 486966.0 ], [ 105887.0, 486885.0 ], [ 105827.0, 486807.0 ], [ 105792.0, 486787.0 ], [ 105798.0, 486824.0 ], [ 105829.0, 486905.0 ], [ 105883.0, 487021.0 ], [ 105956.0, 487196.0 ], [ 106064.0, 487446.0 ], [ 106199.0, 487683.0 ], [ 106242.0, 487748.0 ], [ 106309.0, 487838.0 ], [ 106366.0, 487918.0 ], [ 106412.0, 487959.0 ], [ 106448.0, 487983.0 ], [ 106477.0, 487991.0 ], [ 106504.0, 487982.0 ], [ 106521.0, 487965.0 ], [ 106524.0, 487927.0 ], [ 106512.0, 487878.0 ], [ 106485.0, 487824.0 ], [ 106450.0, 487744.0 ], [ 106408.0, 487659.0 ], [ 106356.0, 487579.0 ], [ 106307.0, 487514.0 ], [ 106276.0, 487484.0 ], [ 106248.0, 487461.0 ], [ 106223.0, 487446.0 ], [ 105943.0, 486966.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108037.0, 512773.0 ], [ 108108.0, 513058.0 ], [ 108231.0, 513360.0 ], [ 108297.0, 513601.0 ], [ 108366.0, 513701.0 ], [ 108451.0, 513711.0 ], [ 108441.0, 513509.0 ], [ 108392.0, 513308.0 ], [ 108261.0, 513068.0 ], [ 108162.0, 512791.0 ], [ 108121.0, 512611.0 ], [ 108069.0, 512558.0 ], [ 108049.0, 512570.0 ], [ 108037.0, 512773.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107741.0, 512723.0 ], [ 107745.0, 512843.0 ], [ 107813.0, 513079.0 ], [ 107818.0, 513295.0 ], [ 107853.0, 513532.0 ], [ 107951.0, 513807.0 ], [ 108051.0, 513936.0 ], [ 108107.0, 513922.0 ], [ 108010.0, 513743.0 ], [ 107984.0, 513683.0 ], [ 108046.0, 513638.0 ], [ 108011.0, 513481.0 ], [ 107950.0, 513365.0 ], [ 107956.0, 513035.0 ], [ 107889.0, 512955.0 ], [ 107855.0, 512743.0 ], [ 107748.0, 512719.0 ], [ 107741.0, 512723.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109418.0, 510129.0 ], [ 109283.0, 510071.0 ], [ 109132.0, 509886.0 ], [ 109057.0, 509748.0 ], [ 109009.0, 509686.0 ], [ 108988.0, 509666.0 ], [ 108936.0, 509654.0 ], [ 108914.0, 509747.0 ], [ 108935.0, 509891.0 ], [ 109026.0, 509977.0 ], [ 109050.0, 510071.0 ], [ 109110.0, 510168.0 ], [ 109418.0, 510295.0 ], [ 109418.0, 510129.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101820.0, 498770.0 ], [ 101887.0, 498965.0 ], [ 101976.0, 499060.0 ], [ 102114.0, 499011.0 ], [ 102200.0, 498949.0 ], [ 102277.0, 498825.0 ], [ 102199.0, 498695.0 ], [ 102190.0, 498688.0 ], [ 102117.0, 498697.0 ], [ 102024.0, 498720.0 ], [ 101888.0, 498738.0 ], [ 101820.0, 498754.0 ], [ 101820.0, 498770.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107064.0, 488559.0 ], [ 107037.0, 488521.0 ], [ 106976.0, 488453.0 ], [ 106928.0, 488391.0 ], [ 106875.0, 488353.0 ], [ 106830.0, 488339.0 ], [ 106796.0, 488345.0 ], [ 106779.0, 488376.0 ], [ 106774.0, 488423.0 ], [ 106793.0, 488472.0 ], [ 106843.0, 488528.0 ], [ 106956.0, 488668.0 ], [ 107002.0, 488752.0 ], [ 107028.0, 488818.0 ], [ 107078.0, 488897.0 ], [ 107118.0, 488946.0 ], [ 107152.0, 488969.0 ], [ 107195.0, 488970.0 ], [ 107217.0, 488948.0 ], [ 107221.0, 488915.0 ], [ 107212.0, 488865.0 ], [ 107192.0, 488798.0 ], [ 107157.0, 488707.0 ], [ 107064.0, 488559.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103823.0, 506766.0 ], [ 103687.0, 506738.0 ], [ 103590.0, 506684.0 ], [ 103567.0, 506657.0 ], [ 103656.0, 506626.0 ], [ 103702.0, 506566.0 ], [ 103715.0, 506440.0 ], [ 103677.0, 506399.0 ], [ 103595.0, 506381.0 ], [ 103485.0, 506435.0 ], [ 103435.0, 506541.0 ], [ 103459.0, 506660.0 ], [ 103524.0, 506759.0 ], [ 103596.0, 506835.0 ], [ 103652.0, 506850.0 ], [ 103804.0, 506853.0 ], [ 103839.0, 506832.0 ], [ 103823.0, 506766.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103594.0, 505167.0 ], [ 103647.0, 505077.0 ], [ 103713.0, 505014.0 ], [ 103808.0, 505004.0 ], [ 103937.0, 505009.0 ], [ 104026.0, 504930.0 ], [ 104067.0, 504863.0 ], [ 104060.0, 504831.0 ], [ 103981.0, 504802.0 ], [ 103867.0, 504785.0 ], [ 103664.0, 504851.0 ], [ 103551.0, 505019.0 ], [ 103512.0, 505155.0 ], [ 103594.0, 505167.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106277.0, 512279.0 ], [ 106257.0, 512476.0 ], [ 106293.0, 512627.0 ], [ 106358.0, 512677.0 ], [ 106444.0, 512651.0 ], [ 106483.0, 512518.0 ], [ 106500.0, 512374.0 ], [ 106461.0, 512291.0 ], [ 106417.0, 512261.0 ], [ 106388.0, 512185.0 ], [ 106347.0, 512170.0 ], [ 106277.0, 512279.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104433.0, 485526.0 ], [ 104470.0, 485560.0 ], [ 104522.0, 485579.0 ], [ 104572.0, 485569.0 ], [ 104573.0, 485527.0 ], [ 104568.0, 485501.0 ], [ 104546.0, 485460.0 ], [ 104518.0, 485422.0 ], [ 104459.0, 485365.0 ], [ 104319.0, 485239.0 ], [ 104274.0, 485190.0 ], [ 104200.0, 485156.0 ], [ 104155.0, 485147.0 ], [ 104109.0, 485148.0 ], [ 104083.0, 485161.0 ], [ 104071.0, 485183.0 ], [ 104093.0, 485240.0 ], [ 104129.0, 485281.0 ], [ 104383.0, 485493.0 ], [ 104433.0, 485526.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106804.0, 515431.0 ], [ 106716.0, 515388.0 ], [ 106643.0, 515418.0 ], [ 106666.0, 515467.0 ], [ 106802.0, 515587.0 ], [ 106984.0, 515594.0 ], [ 107139.0, 515585.0 ], [ 107307.0, 515535.0 ], [ 107307.0, 515486.0 ], [ 107214.0, 515474.0 ], [ 107087.0, 515470.0 ], [ 106925.0, 515473.0 ], [ 106804.0, 515431.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104277.0, 513257.0 ], [ 104250.0, 513388.0 ], [ 104263.0, 513500.0 ], [ 104316.0, 513585.0 ], [ 104377.0, 513516.0 ], [ 104373.0, 513395.0 ], [ 104399.0, 513287.0 ], [ 104474.0, 513156.0 ], [ 104474.0, 513119.0 ], [ 104421.0, 513083.0 ], [ 104368.0, 513097.0 ], [ 104353.0, 513146.0 ], [ 104334.0, 513183.0 ], [ 104277.0, 513257.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109411.0, 511372.0 ], [ 109413.0, 511082.0 ], [ 109326.0, 511023.0 ], [ 109217.0, 510913.0 ], [ 109155.0, 510907.0 ], [ 109165.0, 510966.0 ], [ 109108.0, 510980.0 ], [ 109165.0, 511069.0 ], [ 109283.0, 511136.0 ], [ 109301.0, 511150.0 ], [ 109411.0, 511372.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105533.0, 505519.0 ], [ 105631.0, 505518.0 ], [ 105650.0, 505509.0 ], [ 105687.0, 505505.0 ], [ 105717.0, 505468.0 ], [ 105577.0, 505393.0 ], [ 105457.0, 505324.0 ], [ 105320.0, 505281.0 ], [ 105268.0, 505284.0 ], [ 105285.0, 505343.0 ], [ 105441.0, 505474.0 ], [ 105533.0, 505519.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104580.0, 506725.0 ], [ 104655.0, 506716.0 ], [ 104647.0, 506627.0 ], [ 104552.0, 506574.0 ], [ 104551.0, 506568.0 ], [ 104478.0, 506464.0 ], [ 104299.0, 506393.0 ], [ 104219.0, 506419.0 ], [ 104222.0, 506433.0 ], [ 104253.0, 506491.0 ], [ 104348.0, 506559.0 ], [ 104451.0, 506623.0 ], [ 104533.0, 506686.0 ], [ 104580.0, 506725.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107439.0, 512095.0 ], [ 107461.0, 512178.0 ], [ 107571.0, 512347.0 ], [ 107650.0, 512461.0 ], [ 107757.0, 512555.0 ], [ 107837.0, 512563.0 ], [ 107836.0, 512481.0 ], [ 107730.0, 512401.0 ], [ 107621.0, 512312.0 ], [ 107564.0, 512188.0 ], [ 107530.0, 512135.0 ], [ 107448.0, 512095.0 ], [ 107439.0, 512095.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107495.0, 515291.0 ], [ 107445.0, 515362.0 ], [ 107446.0, 515407.0 ], [ 107464.0, 515473.0 ], [ 107498.0, 515452.0 ], [ 107579.0, 515446.0 ], [ 107637.0, 515358.0 ], [ 107674.0, 515263.0 ], [ 107656.0, 515180.0 ], [ 107577.0, 515178.0 ], [ 107535.0, 515240.0 ], [ 107495.0, 515291.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103751.0, 507403.0 ], [ 103817.0, 507374.0 ], [ 103873.0, 507290.0 ], [ 103890.0, 507248.0 ], [ 103884.0, 507193.0 ], [ 103831.0, 507177.0 ], [ 103753.0, 507199.0 ], [ 103648.0, 507253.0 ], [ 103617.0, 507313.0 ], [ 103664.0, 507367.0 ], [ 103751.0, 507403.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104342.0, 494553.0 ], [ 104498.0, 494703.0 ], [ 104499.0, 494723.0 ], [ 104618.0, 494790.0 ], [ 104666.0, 494734.0 ], [ 104668.0, 494702.0 ], [ 104645.0, 494599.0 ], [ 104342.0, 494553.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107381.0, 489246.0 ], [ 107365.0, 489226.0 ], [ 107306.0, 489183.0 ], [ 107273.0, 489186.0 ], [ 107260.0, 489196.0 ], [ 107251.0, 489218.0 ], [ 107262.0, 489256.0 ], [ 107282.0, 489281.0 ], [ 107306.0, 489317.0 ], [ 107338.0, 489347.0 ], [ 107361.0, 489363.0 ], [ 107391.0, 489363.0 ], [ 107405.0, 489350.0 ], [ 107407.0, 489318.0 ], [ 107405.0, 489295.0 ], [ 107381.0, 489246.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106825.0, 512394.0 ], [ 106882.0, 512448.0 ], [ 106945.0, 512499.0 ], [ 106990.0, 512482.0 ], [ 106946.0, 512396.0 ], [ 106859.0, 512314.0 ], [ 106804.0, 512315.0 ], [ 106775.0, 512311.0 ], [ 106825.0, 512394.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106652.0, 511809.0 ], [ 106639.0, 511862.0 ], [ 106683.0, 511894.0 ], [ 106728.0, 511844.0 ], [ 106728.0, 511764.0 ], [ 106697.0, 511634.0 ], [ 106670.0, 511618.0 ], [ 106662.0, 511734.0 ], [ 106652.0, 511809.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106100.0, 513682.0 ], [ 106093.0, 513747.0 ], [ 106116.0, 513813.0 ], [ 106083.0, 513872.0 ], [ 106126.0, 513906.0 ], [ 106173.0, 513845.0 ], [ 106162.0, 513784.0 ], [ 106174.0, 513719.0 ], [ 106171.0, 513682.0 ], [ 106151.0, 513664.0 ], [ 106100.0, 513682.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107306.0, 511915.0 ], [ 107358.0, 511998.0 ], [ 107394.0, 512006.0 ], [ 107365.0, 511918.0 ], [ 107335.0, 511836.0 ], [ 107280.0, 511824.0 ], [ 107306.0, 511915.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106733.0, 513195.0 ], [ 106787.0, 513229.0 ], [ 106838.0, 513210.0 ], [ 106800.0, 513140.0 ], [ 106739.0, 513104.0 ], [ 106726.0, 513107.0 ], [ 106733.0, 513195.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107235.0, 515198.0 ], [ 107260.0, 515244.0 ], [ 107267.0, 515288.0 ], [ 107295.0, 515313.0 ], [ 107338.0, 515293.0 ], [ 107337.0, 515249.0 ], [ 107287.0, 515193.0 ], [ 107235.0, 515198.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107210.0, 514143.0 ], [ 107278.0, 514193.0 ], [ 107337.0, 514172.0 ], [ 107268.0, 514101.0 ], [ 107201.0, 514116.0 ], [ 107210.0, 514143.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106634.0, 512861.0 ], [ 106676.0, 512892.0 ], [ 106697.0, 512909.0 ], [ 106672.0, 512820.0 ], [ 106618.0, 512786.0 ], [ 106589.0, 512806.0 ], [ 106616.0, 512837.0 ], [ 106634.0, 512861.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106826.0, 512987.0 ], [ 106873.0, 513026.0 ], [ 106937.0, 513060.0 ], [ 106878.0, 512977.0 ], [ 106829.0, 512948.0 ], [ 106790.0, 512950.0 ], [ 106826.0, 512987.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107401.0, 515109.0 ], [ 107422.0, 515150.0 ], [ 107474.0, 515155.0 ], [ 107480.0, 515109.0 ], [ 107441.0, 515098.0 ], [ 107401.0, 515109.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100511.0, 496804.0 ], [ 100508.0, 496780.0 ], [ 100464.0, 496780.0 ], [ 100511.0, 496804.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 111952.0, 500383.0 ], [ 111942.0, 500382.0 ], [ 111948.0, 500386.0 ], [ 112062.0, 500384.0 ], [ 111952.0, 500383.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100253.0, 496795.0 ], [ 100250.0, 496780.0 ], [ 100246.0, 496780.0 ], [ 100253.0, 496795.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0, "source": "Stuyfzand (1970)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115532.0, 530035.0 ], [ 115509.0, 512434.0 ], [ 109405.0, 512463.0 ], [ 109386.0, 515724.0 ], [ 105304.0, 515710.0 ], [ 105308.0, 515940.0 ], [ 105299.0, 516199.0 ], [ 105290.0, 516567.0 ], [ 105303.0, 516942.0 ], [ 105378.0, 517246.0 ], [ 105506.0, 517411.0 ], [ 105619.0, 517435.0 ], [ 105735.0, 517309.0 ], [ 105762.0, 517065.0 ], [ 105838.0, 517124.0 ], [ 106001.0, 517169.0 ], [ 105981.0, 517442.0 ], [ 105880.0, 517686.0 ], [ 105742.0, 517986.0 ], [ 105661.0, 518350.0 ], [ 105637.0, 518645.0 ], [ 105659.0, 518933.0 ], [ 105692.0, 519125.0 ], [ 105829.0, 519434.0 ], [ 105974.0, 519570.0 ], [ 106173.0, 519502.0 ], [ 106275.0, 519439.0 ], [ 106213.0, 519264.0 ], [ 106103.0, 519178.0 ], [ 106040.0, 519095.0 ], [ 106044.0, 519008.0 ], [ 106093.0, 518949.0 ], [ 106072.0, 518786.0 ], [ 106075.0, 518725.0 ], [ 106124.0, 518699.0 ], [ 106095.0, 518404.0 ], [ 106019.0, 518154.0 ], [ 106026.0, 517995.0 ], [ 106108.0, 517785.0 ], [ 106122.0, 517679.0 ], [ 106037.0, 517460.0 ], [ 106040.0, 517383.0 ], [ 106074.0, 517311.0 ], [ 106189.0, 517244.0 ], [ 106229.0, 517321.0 ], [ 106158.0, 517462.0 ], [ 106142.0, 517586.0 ], [ 106198.0, 517717.0 ], [ 106236.0, 517973.0 ], [ 106226.0, 518151.0 ], [ 106173.0, 518232.0 ], [ 106175.0, 518311.0 ], [ 106180.0, 518411.0 ], [ 106213.0, 518498.0 ], [ 106281.0, 518591.0 ], [ 106379.0, 518583.0 ], [ 106395.0, 518546.0 ], [ 106435.0, 518523.0 ], [ 106446.0, 518586.0 ], [ 106436.0, 518659.0 ], [ 106419.0, 518711.0 ], [ 106420.0, 518807.0 ], [ 106418.0, 518980.0 ], [ 106386.0, 519016.0 ], [ 106315.0, 519004.0 ], [ 106370.0, 519327.0 ], [ 106454.0, 519517.0 ], [ 106557.0, 519730.0 ], [ 106510.0, 519863.0 ], [ 106546.0, 520069.0 ], [ 106677.0, 520156.0 ], [ 106734.0, 520186.0 ], [ 105997.0, 520538.0 ], [ 105380.0, 520892.0 ], [ 104915.0, 521165.0 ], [ 104518.0, 521442.0 ], [ 104249.0, 521668.0 ], [ 103973.0, 521909.0 ], [ 104031.0, 521490.0 ], [ 104066.0, 521076.0 ], [ 104056.0, 520816.0 ], [ 104020.0, 520427.0 ], [ 104013.0, 520049.0 ], [ 104066.0, 519673.0 ], [ 104130.0, 519294.0 ], [ 104263.0, 518923.0 ], [ 104374.0, 518680.0 ], [ 104536.0, 518439.0 ], [ 104608.0, 518292.0 ], [ 104569.0, 518235.0 ], [ 104456.0, 518258.0 ], [ 104328.0, 518318.0 ], [ 104196.0, 518384.0 ], [ 104119.0, 518358.0 ], [ 104126.0, 518162.0 ], [ 104159.0, 517946.0 ], [ 104189.0, 517682.0 ], [ 104232.0, 517451.0 ], [ 104224.0, 517251.0 ], [ 104196.0, 517094.0 ], [ 104158.0, 517061.0 ], [ 104023.0, 517216.0 ], [ 103958.0, 517404.0 ], [ 103903.0, 517594.0 ], [ 103838.0, 517959.0 ], [ 103766.0, 518256.0 ], [ 103710.0, 518546.0 ], [ 103659.0, 518852.0 ], [ 103652.0, 518959.0 ], [ 103598.0, 519220.0 ], [ 103517.0, 518636.0 ], [ 103413.0, 517861.0 ], [ 103277.0, 516866.0 ], [ 103216.0, 516322.0 ], [ 103143.0, 515846.0 ], [ 103127.0, 515703.0 ], [ 102687.0, 515701.0 ], [ 102528.0, 514868.0 ], [ 102530.0, 530025.0 ], [ 115532.0, 530035.0 ] ], [ [ 104656.0, 522502.0 ], [ 104452.0, 522784.0 ], [ 104249.0, 523079.0 ], [ 104134.0, 523261.0 ], [ 104119.0, 523051.0 ], [ 104092.0, 522861.0 ], [ 104088.0, 522808.0 ], [ 104285.0, 522562.0 ], [ 104504.0, 522302.0 ], [ 104793.0, 522085.0 ], [ 105149.0, 521835.0 ], [ 104920.0, 522152.0 ], [ 104656.0, 522502.0 ] ], [ [ 106786.0, 521905.0 ], [ 106975.0, 522031.0 ], [ 107100.0, 522163.0 ], [ 107072.0, 522314.0 ], [ 106932.0, 522348.0 ], [ 106770.0, 522307.0 ], [ 106549.0, 522226.0 ], [ 106293.0, 522075.0 ], [ 105986.0, 521890.0 ], [ 105854.0, 521737.0 ], [ 105769.0, 521557.0 ], [ 105860.0, 521442.0 ], [ 106060.0, 521478.0 ], [ 106540.0, 521788.0 ], [ 106786.0, 521905.0 ] ], [ [ 106521.0, 524401.0 ], [ 106486.0, 524679.0 ], [ 106438.0, 524751.0 ], [ 106304.0, 524801.0 ], [ 106128.0, 524696.0 ], [ 105933.0, 524446.0 ], [ 105738.0, 524016.0 ], [ 105632.0, 523799.0 ], [ 105533.0, 523611.0 ], [ 105418.0, 523440.0 ], [ 105348.0, 523274.0 ], [ 105398.0, 523119.0 ], [ 105717.0, 523078.0 ], [ 106066.0, 523085.0 ], [ 106371.0, 522995.0 ], [ 106655.0, 522949.0 ], [ 106861.0, 522963.0 ], [ 106910.0, 523010.0 ], [ 106809.0, 523222.0 ], [ 106668.0, 523488.0 ], [ 106570.0, 523818.0 ], [ 106552.0, 524088.0 ], [ 106521.0, 524401.0 ] ], [ [ 107206.0, 520935.0 ], [ 107457.0, 520875.0 ], [ 107675.0, 520828.0 ], [ 107828.0, 520964.0 ], [ 107956.0, 521123.0 ], [ 107730.0, 521034.0 ], [ 107538.0, 521039.0 ], [ 107320.0, 521113.0 ], [ 106909.0, 521130.0 ], [ 106669.0, 521182.0 ], [ 106395.0, 521229.0 ], [ 106638.0, 521111.0 ], [ 106948.0, 521016.0 ], [ 107206.0, 520935.0 ] ], [ [ 107751.0, 521444.0 ], [ 107913.0, 521474.0 ], [ 108198.0, 521608.0 ], [ 108401.0, 521805.0 ], [ 108510.0, 522164.0 ], [ 107971.0, 521868.0 ], [ 107782.0, 521786.0 ], [ 107601.0, 521753.0 ], [ 107387.0, 521688.0 ], [ 107335.0, 521660.0 ], [ 107294.0, 521625.0 ], [ 107113.0, 521567.0 ], [ 107009.0, 521556.0 ], [ 106672.0, 521531.0 ], [ 106557.0, 521510.0 ], [ 106650.0, 521496.0 ], [ 106921.0, 521474.0 ], [ 107025.0, 521468.0 ], [ 107280.0, 521438.0 ], [ 107368.0, 521444.0 ], [ 107751.0, 521444.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values.geojson new file mode 100644 index 0000000..a8c20bd --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values.geojson @@ -0,0 +1,148 @@ +{ +"type": "FeatureCollection", +"name": "DS11_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105704.0, 515677.0 ], [ 105765.0, 515712.0 ] ], [ [ 105621.0, 515631.0 ], [ 105704.0, 515677.0 ] ], [ [ 105582.0, 515610.0 ], [ 105621.0, 515631.0 ] ], [ [ 105304.0, 513146.0 ], [ 105162.0, 513460.0 ], [ 105006.0, 513760.0 ], [ 104795.0, 513992.0 ], [ 104606.0, 514188.0 ], [ 104438.0, 514469.0 ], [ 104304.0, 514612.0 ], [ 104121.0, 514695.0 ], [ 104019.0, 514845.0 ], [ 104046.0, 514990.0 ], [ 104341.0, 515201.0 ], [ 104594.0, 515344.0 ], [ 104826.0, 515471.0 ], [ 104949.0, 515543.0 ], [ 105154.0, 515474.0 ], [ 105336.0, 515482.0 ], [ 105582.0, 515610.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105622.0, 515504.0 ], [ 105944.0, 515582.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103536.0, 514867.0 ], [ 103612.0, 515009.0 ], [ 103568.0, 515226.0 ], [ 103444.0, 515267.0 ], [ 103305.0, 515259.0 ], [ 103208.0, 515334.0 ], [ 103210.0, 515440.0 ], [ 103433.0, 515580.0 ], [ 103833.0, 515488.0 ], [ 104133.0, 515351.0 ], [ 104924.0, 515638.0 ] ], [ [ 103536.0, 514867.0 ], [ 103467.0, 514976.0 ], [ 103264.0, 515095.0 ], [ 103028.0, 515178.0 ], [ 102808.0, 515320.0 ], [ 102706.0, 515475.0 ], [ 102676.0, 515640.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 107870.0, 515360.0 ], [ 107787.0, 515434.0 ], [ 107656.0, 515510.0 ], [ 107439.0, 515496.0 ], [ 107173.0, 515408.0 ], [ 106990.0, 515385.0 ], [ 106626.0, 515245.0 ], [ 106319.0, 514887.0 ], [ 106120.0, 514582.0 ], [ 105980.0, 514341.0 ], [ 105554.0, 514122.0 ], [ 105263.0, 514074.0 ], [ 105056.0, 514190.0 ], [ 104749.0, 514513.0 ], [ 104629.0, 514872.0 ], [ 104653.0, 515188.0 ], [ 104898.0, 515422.0 ], [ 105042.0, 515471.0 ], [ 105185.0, 515412.0 ], [ 105521.0, 515503.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103548.0, 513102.0 ], [ 103782.0, 513088.0 ], [ 104012.0, 513072.0 ], [ 104077.0, 513145.0 ], [ 103913.0, 513363.0 ], [ 103656.0, 513445.0 ], [ 103428.0, 513505.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105056.0, 512974.0 ], [ 105013.0, 513184.0 ], [ 104875.0, 513490.0 ], [ 104644.0, 513747.0 ], [ 104387.0, 514102.0 ], [ 104196.0, 514266.0 ], [ 103993.0, 514433.0 ], [ 103702.0, 514646.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104721.0, 512084.0 ], [ 104613.0, 512027.0 ] ], [ [ 104613.0, 512027.0 ], [ 104538.0, 511988.0 ], [ 104275.0, 511840.0 ], [ 104062.0, 511694.0 ], [ 103949.0, 511613.0 ], [ 103858.0, 511616.0 ], [ 103847.0, 511725.0 ], [ 103939.0, 511901.0 ], [ 103960.0, 512129.0 ], [ 103884.0, 512482.0 ], [ 103666.0, 512761.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106952.0, 511943.0 ], [ 106849.0, 512005.0 ], [ 106738.0, 512097.0 ], [ 106695.0, 512421.0 ], [ 106747.0, 512560.0 ], [ 106775.0, 512856.0 ], [ 106661.0, 513062.0 ], [ 106670.0, 513279.0 ], [ 106777.0, 513672.0 ], [ 106817.0, 514068.0 ], [ 106912.0, 514403.0 ], [ 107057.0, 514540.0 ], [ 107269.0, 514671.0 ], [ 107556.0, 514756.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106853.0, 511058.0 ], [ 106604.0, 511124.0 ], [ 106176.0, 511221.0 ], [ 105810.0, 511376.0 ], [ 105552.0, 511636.0 ], [ 105400.0, 512047.0 ], [ 105335.0, 512117.0 ] ], [ [ 105209.0, 511939.0 ], [ 105204.0, 511973.0 ], [ 105210.0, 512001.0 ], [ 105232.0, 512048.0 ], [ 105253.0, 512082.0 ], [ 105261.0, 512099.0 ], [ 105276.0, 512114.0 ], [ 105296.0, 512128.0 ], [ 105330.0, 512128.0 ], [ 105335.0, 512117.0 ] ], [ [ 105209.0, 511939.0 ], [ 105312.0, 511584.0 ], [ 105574.0, 511320.0 ], [ 105922.0, 511178.0 ], [ 106269.0, 511017.0 ], [ 106447.0, 510750.0 ], [ 106671.0, 510319.0 ], [ 106838.0, 509901.0 ], [ 106915.0, 509567.0 ], [ 106823.0, 509414.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106915.0, 511805.0 ], [ 106866.0, 511842.0 ], [ 106781.0, 511810.0 ], [ 106728.0, 511811.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106655.0, 511787.0 ], [ 106559.0, 511791.0 ], [ 106398.0, 511809.0 ], [ 106130.0, 511766.0 ], [ 105963.0, 511810.0 ], [ 105857.0, 511971.0 ], [ 105803.0, 512147.0 ], [ 105729.0, 512350.0 ], [ 105618.0, 512531.0 ], [ 105571.0, 512640.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106846.0, 511566.0 ], [ 106647.0, 511514.0 ], [ 106404.0, 511592.0 ], [ 106165.0, 511617.0 ], [ 105919.0, 511740.0 ], [ 105765.0, 511933.0 ], [ 105569.0, 512166.0 ], [ 105452.0, 512367.0 ], [ 105308.0, 512540.0 ], [ 105156.0, 512731.0 ], [ 105104.0, 512842.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106786.0, 511297.0 ], [ 106633.0, 511380.0 ], [ 106382.0, 511411.0 ], [ 106078.0, 511500.0 ], [ 105771.0, 511737.0 ], [ 105532.0, 512046.0 ], [ 105429.0, 512256.0 ], [ 105257.0, 512449.0 ], [ 105144.0, 512584.0 ], [ 104962.0, 512812.0 ], [ 104861.0, 513035.0 ], [ 104695.0, 513356.0 ], [ 104506.0, 513641.0 ], [ 104248.0, 513851.0 ], [ 104051.0, 513948.0 ], [ 103746.0, 514117.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106032.0, 510103.0 ], [ 106169.0, 510196.0 ], [ 106368.0, 510435.0 ], [ 106390.0, 510694.0 ], [ 106217.0, 510911.0 ], [ 105981.0, 511028.0 ], [ 105683.0, 511135.0 ], [ 105468.0, 511235.0 ], [ 105298.0, 511328.0 ], [ 105189.0, 511416.0 ], [ 105187.0, 511579.0 ], [ 105134.0, 511761.0 ], [ 105088.0, 511970.0 ], [ 105017.0, 512207.0 ], [ 104929.0, 512483.0 ], [ 104802.0, 512642.0 ], [ 104690.0, 512652.0 ], [ 104615.0, 512586.0 ], [ 104555.0, 512310.0 ], [ 104403.0, 512034.0 ], [ 104231.0, 511939.0 ], [ 104129.0, 511878.0 ], [ 104041.0, 511996.0 ], [ 104044.0, 512307.0 ], [ 103941.0, 512593.0 ], [ 103844.0, 512751.0 ], [ 103626.0, 512888.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104498.0, 510114.0 ], [ 104304.0, 510126.0 ], [ 104176.0, 510112.0 ], [ 104040.0, 510087.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103768.0, 510011.0 ], [ 103605.0, 510062.0 ], [ 103568.0, 510316.0 ], [ 103613.0, 510623.0 ], [ 103753.0, 510917.0 ], [ 103876.0, 511270.0 ], [ 104016.0, 511525.0 ], [ 104238.0, 511738.0 ], [ 104365.0, 511819.0 ], [ 104537.0, 511939.0 ], [ 104697.0, 512015.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108980.0, 509934.0 ], [ 108770.0, 510407.0 ], [ 108798.0, 510722.0 ], [ 108942.0, 510977.0 ], [ 109105.0, 511115.0 ], [ 109301.0, 511150.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103318.0, 508837.0 ], [ 103352.0, 508970.0 ], [ 103393.0, 509161.0 ], [ 103528.0, 509388.0 ], [ 103592.0, 509566.0 ], [ 103564.0, 509824.0 ] ], [ [ 104314.0, 508629.0 ], [ 103850.0, 508611.0 ], [ 103545.0, 508554.0 ] ], [ [ 103318.0, 508837.0 ], [ 103308.0, 508807.0 ], [ 103304.0, 508761.0 ], [ 103306.0, 508721.0 ], [ 103327.0, 508682.0 ], [ 103362.0, 508640.0 ], [ 103392.0, 508625.0 ], [ 103436.0, 508579.0 ], [ 103450.0, 508556.0 ], [ 103488.0, 508543.0 ], [ 103515.0, 508545.0 ], [ 103545.0, 508554.0 ] ], [ [ 103688.0, 509921.0 ], [ 103758.0, 509906.0 ], [ 103981.0, 509951.0 ], [ 104195.0, 510016.0 ], [ 104313.0, 510043.0 ], [ 104449.0, 510063.0 ] ], [ [ 103564.0, 509824.0 ], [ 103563.0, 509857.0 ], [ 103545.0, 509896.0 ], [ 103552.0, 509924.0 ], [ 103552.0, 509956.0 ], [ 103560.0, 509971.0 ], [ 103574.0, 509978.0 ], [ 103602.0, 509971.0 ], [ 103627.0, 509949.0 ], [ 103688.0, 509921.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106688.0, 509720.0 ], [ 106630.0, 509998.0 ], [ 106521.0, 510421.0 ], [ 106437.0, 510636.0 ], [ 106274.0, 510896.0 ], [ 106026.0, 511063.0 ], [ 105416.0, 511332.0 ], [ 105279.0, 511475.0 ], [ 105151.0, 511916.0 ], [ 105083.0, 512127.0 ], [ 104899.0, 512585.0 ], [ 104747.0, 512738.0 ], [ 104612.0, 512702.0 ], [ 104461.0, 512447.0 ], [ 104243.0, 512298.0 ], [ 104100.0, 512439.0 ], [ 103992.0, 512690.0 ], [ 103770.0, 512912.0 ], [ 103604.0, 512951.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103411.0, 508914.0 ], [ 103396.0, 508814.0 ], [ 103404.0, 508768.0 ], [ 103425.0, 508742.0 ], [ 103455.0, 508719.0 ], [ 103476.0, 508688.0 ], [ 103511.0, 508667.0 ], [ 103532.0, 508659.0 ], [ 103570.0, 508650.0 ] ], [ [ 103741.0, 509767.0 ], [ 103810.0, 509771.0 ], [ 103962.0, 509833.0 ], [ 104114.0, 509908.0 ], [ 104266.0, 509953.0 ], [ 104359.0, 510006.0 ], [ 104424.0, 509997.0 ], [ 104407.0, 509920.0 ], [ 104148.0, 509838.0 ], [ 103982.0, 509721.0 ], [ 103917.0, 509561.0 ], [ 103949.0, 509391.0 ], [ 104105.0, 509292.0 ], [ 104225.0, 509225.0 ] ], [ [ 104426.0, 508681.0 ], [ 104145.0, 508689.0 ], [ 103730.0, 508649.0 ], [ 103570.0, 508650.0 ] ], [ [ 103411.0, 508914.0 ], [ 103460.0, 509165.0 ], [ 103629.0, 509443.0 ], [ 103637.0, 509632.0 ], [ 103634.0, 509679.0 ] ], [ [ 103634.0, 509679.0 ], [ 103627.0, 509711.0 ], [ 103631.0, 509743.0 ], [ 103663.0, 509771.0 ], [ 103691.0, 509775.0 ], [ 103741.0, 509767.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 104047.0, 509570.0 ], [ 104144.0, 509636.0 ], [ 104290.0, 509721.0 ], [ 104408.0, 509803.0 ], [ 104472.0, 509839.0 ], [ 104511.0, 509903.0 ], [ 104516.0, 509969.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105387.0, 509500.0 ], [ 105378.0, 509705.0 ], [ 105421.0, 509899.0 ], [ 105500.0, 510014.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105473.0, 509450.0 ], [ 105497.0, 509676.0 ], [ 105571.0, 509849.0 ], [ 105613.0, 509934.0 ], [ 105673.0, 510028.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105728.0, 509300.0 ], [ 105738.0, 509486.0 ], [ 105720.0, 509670.0 ], [ 105800.0, 509869.0 ], [ 105886.0, 509984.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104258.0, 509255.0 ], [ 104158.0, 509287.0 ], [ 104030.0, 509354.0 ], [ 104001.0, 509383.0 ], [ 103966.0, 509483.0 ], [ 103984.0, 509565.0 ], [ 104041.0, 509654.0 ], [ 104108.0, 509689.0 ], [ 104308.0, 509785.0 ], [ 104404.0, 509853.0 ], [ 104468.0, 509917.0 ], [ 104486.0, 509953.0 ], [ 104486.0, 509999.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103716.0, 509214.0 ], [ 103702.0, 509207.0 ] ], [ [ 104365.0, 509071.0 ], [ 104178.0, 509098.0 ], [ 104044.0, 509123.0 ], [ 103929.0, 509181.0 ], [ 103859.0, 509200.0 ], [ 103795.0, 509212.0 ], [ 103725.0, 509219.0 ], [ 103716.0, 509214.0 ] ], [ [ 104358.0, 509029.0 ], [ 104369.0, 509059.0 ], [ 104365.0, 509071.0 ] ], [ [ 103702.0, 509207.0 ], [ 103604.0, 509053.0 ], [ 103611.0, 508928.0 ], [ 103669.0, 508838.0 ], [ 103732.0, 508811.0 ], [ 103853.0, 508804.0 ], [ 103946.0, 508824.0 ], [ 104019.0, 508830.0 ], [ 104108.0, 508887.0 ], [ 104242.0, 508945.0 ], [ 104318.0, 508989.0 ], [ 104350.0, 509008.0 ], [ 104358.0, 509029.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103298.0, 509077.0 ], [ 103353.0, 509232.0 ], [ 103467.0, 509424.0 ], [ 103549.0, 509543.0 ], [ 103547.0, 509700.0 ], [ 103520.0, 509973.0 ], [ 103442.0, 510183.0 ], [ 103402.0, 510381.0 ], [ 103310.0, 510580.0 ], [ 103326.0, 510809.0 ], [ 103508.0, 511015.0 ], [ 103607.0, 511282.0 ], [ 103713.0, 511645.0 ], [ 103809.0, 511938.0 ], [ 103838.0, 512239.0 ], [ 103726.0, 512504.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103479.0, 509067.0 ], [ 103605.0, 509288.0 ], [ 103734.0, 509353.0 ], [ 103964.0, 509279.0 ], [ 104161.0, 509176.0 ] ], [ [ 104175.0, 508818.0 ], [ 103956.0, 508761.0 ], [ 103687.0, 508704.0 ] ], [ [ 103479.0, 509067.0 ], [ 103469.0, 509042.0 ], [ 103457.0, 508979.0 ], [ 103453.0, 508921.0 ], [ 103459.0, 508883.0 ], [ 103476.0, 508833.0 ], [ 103526.0, 508763.0 ], [ 103578.0, 508724.0 ], [ 103612.0, 508711.0 ], [ 103635.0, 508705.0 ], [ 103664.0, 508701.0 ], [ 103687.0, 508704.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104295.0, 508994.0 ], [ 104175.0, 508984.0 ], [ 104026.0, 508902.0 ], [ 103829.0, 508865.0 ], [ 103741.0, 508934.0 ], [ 103700.0, 509031.0 ], [ 103745.0, 509119.0 ], [ 103922.0, 509111.0 ], [ 104013.0, 509074.0 ], [ 104146.0, 509070.0 ], [ 104288.0, 509061.0 ], [ 104334.0, 509050.0 ], [ 104332.0, 509044.0 ] ], [ [ 104332.0, 509044.0 ], [ 104300.0, 508994.0 ], [ 104295.0, 508994.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106481.0, 508681.0 ], [ 106487.0, 508953.0 ], [ 106561.0, 509194.0 ], [ 106586.0, 509288.0 ], [ 106622.0, 509395.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108463.0, 508671.0 ], [ 108433.0, 508870.0 ], [ 108286.0, 509163.0 ], [ 108140.0, 509439.0 ], [ 108092.0, 509691.0 ], [ 108191.0, 510032.0 ], [ 108286.0, 510424.0 ], [ 108382.0, 510794.0 ], [ 108520.0, 511158.0 ], [ 108742.0, 511469.0 ], [ 108880.0, 511638.0 ], [ 109016.0, 511773.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108632.0, 508551.0 ], [ 108543.0, 508747.0 ], [ 108484.0, 508983.0 ], [ 108515.0, 509305.0 ], [ 108678.0, 509605.0 ], [ 108766.0, 509871.0 ], [ 108656.0, 510133.0 ], [ 108512.0, 510359.0 ], [ 108479.0, 510602.0 ], [ 108667.0, 510905.0 ], [ 109156.0, 511385.0 ], [ 109346.0, 511506.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103274.0, 508924.0 ], [ 103258.0, 508745.0 ], [ 103323.0, 508582.0 ], [ 103398.0, 508514.0 ], [ 103453.0, 508514.0 ], [ 103662.0, 508559.0 ], [ 103937.0, 508596.0 ], [ 104203.0, 508604.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108803.0, 508501.0 ], [ 108733.0, 508739.0 ], [ 108608.0, 509041.0 ], [ 108679.0, 509321.0 ], [ 108856.0, 509538.0 ], [ 109009.0, 509686.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106198.0, 508012.0 ], [ 106067.0, 508099.0 ], [ 105997.0, 508218.0 ], [ 105954.0, 508333.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103910.0, 507425.0 ], [ 103899.0, 507432.0 ], [ 103889.0, 507445.0 ], [ 103899.0, 507450.0 ], [ 103926.0, 507438.0 ] ], [ [ 103974.0, 507647.0 ], [ 103977.0, 507642.0 ], [ 104070.0, 507545.0 ], [ 104083.0, 507447.0 ], [ 103989.0, 507419.0 ], [ 103926.0, 507438.0 ] ], [ [ 103910.0, 507425.0 ], [ 103924.0, 507411.0 ], [ 104051.0, 507251.0 ], [ 104007.0, 507108.0 ], [ 103813.0, 507113.0 ], [ 103792.0, 507112.0 ] ], [ [ 104062.0, 506598.0 ], [ 104070.0, 506537.0 ], [ 103970.0, 506419.0 ], [ 103947.0, 506323.0 ], [ 103976.0, 506245.0 ], [ 104137.0, 506245.0 ], [ 104352.0, 506308.0 ], [ 104512.0, 506306.0 ], [ 104731.0, 506389.0 ], [ 104830.0, 506320.0 ], [ 104780.0, 506071.0 ], [ 104716.0, 505900.0 ], [ 104799.0, 505752.0 ], [ 104948.0, 505665.0 ], [ 105001.0, 505467.0 ], [ 104979.0, 505256.0 ], [ 104832.0, 505123.0 ], [ 104622.0, 505117.0 ], [ 104502.0, 505074.0 ], [ 104562.0, 504884.0 ], [ 104646.0, 504675.0 ], [ 104548.0, 504454.0 ], [ 104250.0, 504358.0 ], [ 103995.0, 504362.0 ], [ 103694.0, 504436.0 ], [ 103332.0, 504431.0 ], [ 103058.0, 504456.0 ], [ 102740.0, 504514.0 ], [ 102561.0, 504662.0 ], [ 102541.0, 504831.0 ], [ 102665.0, 505040.0 ], [ 102808.0, 505245.0 ], [ 102848.0, 505516.0 ], [ 102933.0, 505686.0 ], [ 103028.0, 505811.0 ] ], [ [ 103770.0, 507086.0 ], [ 103737.0, 507098.0 ], [ 103732.0, 507112.0 ], [ 103755.0, 507112.0 ], [ 103772.0, 507110.0 ], [ 103792.0, 507112.0 ] ], [ [ 103974.0, 507647.0 ], [ 103961.0, 507653.0 ], [ 103951.0, 507662.0 ], [ 103950.0, 507674.0 ], [ 103960.0, 507679.0 ], [ 103965.0, 507674.0 ], [ 103985.0, 507663.0 ] ], [ [ 103668.0, 505628.0 ], [ 103791.0, 505731.0 ], [ 103895.0, 505984.0 ], [ 103805.0, 506192.0 ], [ 103700.0, 506235.0 ], [ 103553.0, 506261.0 ], [ 103522.0, 506305.0 ], [ 103639.0, 506340.0 ], [ 103807.0, 506384.0 ], [ 103897.0, 506494.0 ], [ 103957.0, 506589.0 ] ], [ [ 103408.0, 505684.0 ], [ 103459.0, 505642.0 ], [ 103494.0, 505622.0 ], [ 103564.0, 505622.0 ], [ 103668.0, 505628.0 ] ], [ [ 104062.0, 506598.0 ], [ 104258.0, 506968.0 ], [ 104417.0, 507066.0 ], [ 104573.0, 507084.0 ], [ 104595.0, 507158.0 ], [ 104392.0, 507181.0 ], [ 104265.0, 507289.0 ], [ 104160.0, 507477.0 ], [ 104042.0, 507634.0 ], [ 103985.0, 507663.0 ] ], [ [ 103770.0, 507086.0 ], [ 103861.0, 507030.0 ], [ 103928.0, 506977.0 ], [ 103957.0, 506589.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103663.0, 507552.0 ], [ 103658.0, 507534.0 ], [ 103668.0, 507499.0 ], [ 103691.0, 507467.0 ], [ 103715.0, 507439.0 ], [ 103730.0, 507408.0 ], [ 103728.0, 507394.0 ] ], [ [ 104277.0, 507792.0 ], [ 104114.0, 507888.0 ], [ 103888.0, 507895.0 ], [ 103747.0, 507823.0 ], [ 103794.0, 507691.0 ], [ 103902.0, 507590.0 ] ], [ [ 103820.0, 507636.0 ], [ 103846.0, 507611.0 ], [ 103871.0, 507584.0 ], [ 103902.0, 507570.0 ], [ 103911.0, 507573.0 ], [ 103911.0, 507582.0 ], [ 103902.0, 507590.0 ] ], [ [ 103820.0, 507636.0 ], [ 103769.0, 507662.0 ], [ 103705.0, 507650.0 ], [ 103663.0, 507552.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105947.0, 507158.0 ], [ 105682.0, 507065.0 ], [ 105466.0, 506866.0 ], [ 105337.0, 506713.0 ], [ 105127.0, 506721.0 ], [ 105150.0, 506878.0 ], [ 105160.0, 507142.0 ], [ 105046.0, 507348.0 ], [ 104774.0, 507416.0 ], [ 104404.0, 507393.0 ], [ 104262.0, 507561.0 ], [ 104141.0, 507743.0 ], [ 104052.0, 507808.0 ], [ 103980.0, 507818.0 ], [ 103848.0, 507765.0 ], [ 103820.0, 507692.0 ], [ 103940.0, 507601.0 ], [ 103950.0, 507595.0 ] ], [ [ 103722.0, 507506.0 ], [ 103781.0, 507390.0 ] ], [ [ 103943.0, 507516.0 ], [ 103877.0, 507547.0 ], [ 103788.0, 507615.0 ] ], [ [ 103722.0, 507506.0 ], [ 103715.0, 507519.0 ], [ 103710.0, 507544.0 ], [ 103708.0, 507576.0 ], [ 103723.0, 507591.0 ], [ 103743.0, 507617.0 ], [ 103758.0, 507622.0 ], [ 103779.0, 507622.0 ], [ 103788.0, 507615.0 ] ], [ [ 103950.0, 507595.0 ], [ 103955.0, 507586.0 ], [ 103965.0, 507578.0 ], [ 103971.0, 507554.0 ], [ 103985.0, 507528.0 ], [ 103983.0, 507506.0 ], [ 103971.0, 507496.0 ], [ 103963.0, 507494.0 ], [ 103943.0, 507516.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103525.0, 507500.0 ], [ 103552.0, 507492.0 ], [ 103577.0, 507462.0 ] ], [ [ 103638.0, 507337.0 ], [ 103577.0, 507462.0 ] ], [ [ 103525.0, 507500.0 ], [ 103389.0, 507543.0 ], [ 103195.0, 507590.0 ], [ 103069.0, 507720.0 ], [ 102998.0, 507864.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103849.0, 507491.0 ], [ 103978.0, 507469.0 ] ], [ [ 104008.0, 507541.0 ], [ 104020.0, 507528.0 ], [ 104015.0, 507489.0 ], [ 104010.0, 507479.0 ], [ 104000.0, 507471.0 ], [ 103990.0, 507467.0 ], [ 103978.0, 507469.0 ] ], [ [ 103435.0, 506541.0 ], [ 103367.0, 506670.0 ], [ 103437.0, 506805.0 ], [ 103602.0, 506901.0 ], [ 103775.0, 506934.0 ], [ 103809.0, 507010.0 ], [ 103668.0, 507104.0 ], [ 103662.0, 507150.0 ], [ 103786.0, 507155.0 ], [ 103994.0, 507150.0 ], [ 104005.0, 507252.0 ], [ 103924.0, 507380.0 ], [ 103855.0, 507437.0 ] ], [ [ 103849.0, 507491.0 ], [ 103815.0, 507487.0 ], [ 103810.0, 507474.0 ], [ 103839.0, 507452.0 ], [ 103855.0, 507437.0 ] ], [ [ 104008.0, 507541.0 ], [ 103920.0, 507654.0 ], [ 103880.0, 507711.0 ], [ 103995.0, 507740.0 ], [ 104123.0, 507606.0 ], [ 104233.0, 507423.0 ], [ 104330.0, 507305.0 ], [ 104461.0, 507263.0 ], [ 104677.0, 507305.0 ], [ 104866.0, 507291.0 ], [ 104983.0, 507090.0 ], [ 105008.0, 506902.0 ], [ 104884.0, 506823.0 ], [ 104703.0, 506947.0 ], [ 104544.0, 506978.0 ], [ 104386.0, 506962.0 ], [ 104301.0, 506883.0 ], [ 104267.0, 506636.0 ], [ 104272.0, 506505.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103078.0, 507197.0 ], [ 103191.0, 507311.0 ], [ 103347.0, 507420.0 ], [ 103491.0, 507435.0 ], [ 103549.0, 507418.0 ], [ 103628.0, 507327.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103189.0, 507093.0 ], [ 103207.0, 507040.0 ], [ 103285.0, 506982.0 ], [ 103458.0, 507016.0 ], [ 103571.0, 507063.0 ], [ 103618.0, 507144.0 ] ], [ [ 103550.0, 507263.0 ], [ 103571.0, 507257.0 ], [ 103601.0, 507226.0 ], [ 103621.0, 507194.0 ], [ 103624.0, 507152.0 ], [ 103618.0, 507144.0 ] ], [ [ 103550.0, 507263.0 ], [ 103418.0, 507295.0 ], [ 103276.0, 507245.0 ], [ 103215.0, 507165.0 ], [ 103189.0, 507093.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103623.0, 507321.0 ], [ 103464.0, 507371.0 ], [ 103264.0, 507284.0 ], [ 103179.0, 507194.0 ], [ 103128.0, 507103.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103249.0, 507076.0 ], [ 103310.0, 507080.0 ], [ 103406.0, 507092.0 ], [ 103522.0, 507101.0 ] ], [ [ 103451.0, 507263.0 ], [ 103293.0, 507212.0 ], [ 103241.0, 507166.0 ], [ 103249.0, 507076.0 ] ], [ [ 103451.0, 507263.0 ], [ 103497.0, 507256.0 ], [ 103527.0, 507241.0 ], [ 103564.0, 507214.0 ], [ 103591.0, 507165.0 ], [ 103586.0, 507140.0 ], [ 103564.0, 507115.0 ], [ 103539.0, 507103.0 ], [ 103522.0, 507101.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103220.0, 506928.0 ], [ 103207.0, 506958.0 ], [ 103122.0, 507025.0 ] ], [ [ 103686.0, 507233.0 ], [ 103644.0, 507175.0 ], [ 103573.0, 507017.0 ], [ 103435.0, 506957.0 ], [ 103292.0, 506903.0 ] ], [ [ 103220.0, 506928.0 ], [ 103227.0, 506916.0 ], [ 103242.0, 506901.0 ], [ 103263.0, 506894.0 ], [ 103292.0, 506903.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103448.0, 506161.0 ], [ 103330.0, 506367.0 ], [ 103185.0, 506507.0 ], [ 103059.0, 506616.0 ], [ 102841.0, 506711.0 ] ], [ [ 102841.0, 506711.0 ], [ 102816.0, 506724.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105984.0, 506693.0 ], [ 105931.0, 506773.0 ], [ 105934.0, 506850.0 ], [ 106018.0, 506925.0 ], [ 106075.0, 506944.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105952.0, 506680.0 ], [ 105896.0, 506745.0 ], [ 105892.0, 506818.0 ], [ 105921.0, 506882.0 ], [ 105994.0, 506935.0 ], [ 106075.0, 506961.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105887.0, 506653.0 ], [ 105866.0, 506791.0 ], [ 105926.0, 506902.0 ], [ 106002.0, 506952.0 ], [ 106076.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105822.0, 506639.0 ], [ 105816.0, 506773.0 ], [ 105885.0, 506934.0 ], [ 105987.0, 507006.0 ], [ 106065.0, 507029.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103662.0, 506618.0 ], [ 103711.0, 506687.0 ], [ 103774.0, 506756.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103672.0, 506605.0 ], [ 103755.0, 506674.0 ], [ 103807.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106826.0, 506529.0 ], [ 106777.0, 506568.0 ], [ 106715.0, 506681.0 ], [ 106769.0, 506799.0 ], [ 106704.0, 506958.0 ], [ 106616.0, 507230.0 ], [ 106565.0, 507490.0 ], [ 106528.0, 507772.0 ], [ 106458.0, 507932.0 ], [ 106344.0, 507996.0 ] ], [ [ 106863.0, 506443.0 ], [ 106826.0, 506529.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104353.0, 506562.0 ], [ 104388.0, 506671.0 ], [ 104599.0, 506811.0 ], [ 104715.0, 506744.0 ], [ 104670.0, 506599.0 ], [ 104519.0, 506522.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103710.0, 506492.0 ], [ 103740.0, 506522.0 ], [ 103797.0, 506569.0 ], [ 103838.0, 506651.0 ], [ 103856.0, 506769.0 ], [ 103845.0, 506776.0 ], [ 103827.0, 506783.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106669.0, 506451.0 ], [ 106545.0, 506670.0 ], [ 106424.0, 507084.0 ], [ 106215.0, 507410.0 ], [ 105963.0, 507658.0 ], [ 105842.0, 507908.0 ], [ 105810.0, 508098.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106566.0, 506425.0 ], [ 106478.0, 506518.0 ], [ 106433.0, 506596.0 ], [ 106408.0, 506726.0 ], [ 106350.0, 506880.0 ], [ 106258.0, 506978.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106941.0, 506375.0 ], [ 106818.0, 506617.0 ], [ 106811.0, 506724.0 ], [ 106772.0, 506978.0 ], [ 106650.0, 507312.0 ], [ 106617.0, 507635.0 ], [ 106618.0, 507953.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 106992.0, 506326.0 ], [ 106833.0, 506685.0 ], [ 106840.0, 506890.0 ], [ 106733.0, 507186.0 ], [ 106717.0, 507374.0 ], [ 106772.0, 507616.0 ], [ 106746.0, 507838.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 107090.0, 506232.0 ], [ 107104.0, 506475.0 ], [ 107028.0, 506754.0 ], [ 106824.0, 507191.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107130.0, 506173.0 ], [ 107186.0, 506273.0 ], [ 107229.0, 506468.0 ], [ 107140.0, 506730.0 ], [ 107001.0, 506961.0 ], [ 106882.0, 507231.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105868.0, 506149.0 ], [ 105858.0, 506256.0 ], [ 105871.0, 506354.0 ], [ 105931.0, 506535.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105906.0, 506146.0 ], [ 105912.0, 506368.0 ], [ 105982.0, 506521.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103584.0, 506029.0 ], [ 103666.0, 506075.0 ], [ 103767.0, 506102.0 ], [ 103772.0, 506168.0 ], [ 103636.0, 506194.0 ], [ 103540.0, 506144.0 ] ], [ [ 103538.0, 506409.0 ], [ 103470.0, 506341.0 ], [ 103470.0, 506278.0 ], [ 103488.0, 506223.0 ], [ 103540.0, 506144.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105774.0, 506136.0 ], [ 105801.0, 506295.0 ], [ 105787.0, 506409.0 ], [ 105762.0, 506555.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105737.0, 506103.0 ], [ 105781.0, 506239.0 ], [ 105757.0, 506377.0 ], [ 105626.0, 506563.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107185.0, 506080.0 ], [ 107314.0, 506277.0 ], [ 107293.0, 506632.0 ], [ 107102.0, 506944.0 ], [ 106988.0, 507122.0 ], [ 106930.0, 507291.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107198.0, 506058.0 ], [ 107439.0, 506456.0 ], [ 107417.0, 506893.0 ], [ 107252.0, 507236.0 ], [ 107061.0, 507487.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106787.0, 509332.0 ], [ 106729.0, 509196.0 ], [ 106655.0, 508953.0 ], [ 106632.0, 508752.0 ], [ 106659.0, 508461.0 ], [ 106707.0, 508319.0 ], [ 106833.0, 508168.0 ], [ 107217.0, 507588.0 ], [ 107437.0, 507190.0 ], [ 107542.0, 506758.0 ], [ 107520.0, 506354.0 ], [ 107386.0, 506108.0 ], [ 107218.0, 506023.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108034.0, 504718.0 ], [ 107823.0, 504739.0 ], [ 107445.0, 504670.0 ], [ 107152.0, 504669.0 ], [ 107101.0, 504821.0 ], [ 107023.0, 504993.0 ], [ 106997.0, 505113.0 ], [ 107030.0, 505387.0 ], [ 106912.0, 505627.0 ], [ 106859.0, 505787.0 ], [ 106877.0, 505847.0 ], [ 106907.0, 505878.0 ] ], [ [ 106907.0, 505878.0 ], [ 106946.0, 505914.0 ], [ 106961.0, 505919.0 ], [ 106976.0, 505929.0 ], [ 106991.0, 505936.0 ], [ 107007.0, 505938.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 109409.0, 505853.0 ], [ 109221.0, 505921.0 ], [ 109074.0, 506029.0 ], [ 108974.0, 506211.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107270.0, 505678.0 ], [ 107672.0, 506037.0 ], [ 107818.0, 506484.0 ], [ 107761.0, 506907.0 ], [ 107647.0, 507251.0 ], [ 107486.0, 507700.0 ], [ 107434.0, 508086.0 ], [ 107540.0, 508458.0 ], [ 107622.0, 508669.0 ], [ 107678.0, 508824.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103811.0, 505876.0 ], [ 103794.0, 505767.0 ], [ 103672.0, 505670.0 ], [ 103547.0, 505653.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105392.0, 505727.0 ], [ 105322.0, 505883.0 ], [ 105322.0, 505979.0 ], [ 105397.0, 505915.0 ], [ 105464.0, 505756.0 ], [ 105532.0, 505685.0 ], [ 105505.0, 505647.0 ], [ 105434.0, 505690.0 ], [ 105392.0, 505727.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107243.0, 505610.0 ], [ 107396.0, 505739.0 ], [ 107670.0, 505896.0 ], [ 107888.0, 506159.0 ], [ 107998.0, 506685.0 ], [ 107915.0, 507205.0 ], [ 107733.0, 507654.0 ], [ 107594.0, 508052.0 ], [ 107641.0, 508406.0 ], [ 107766.0, 508694.0 ], [ 107808.0, 508843.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105624.0, 505593.0 ], [ 105473.0, 505641.0 ], [ 105291.0, 505803.0 ], [ 105214.0, 505994.0 ], [ 105245.0, 506245.0 ], [ 105298.0, 506482.0 ], [ 105374.0, 506493.0 ], [ 105423.0, 506452.0 ], [ 105451.0, 506359.0 ], [ 105391.0, 506239.0 ], [ 105384.0, 506072.0 ], [ 105417.0, 505953.0 ], [ 105436.0, 505870.0 ], [ 105489.0, 505774.0 ], [ 105619.0, 505659.0 ], [ 105643.0, 505599.0 ], [ 105624.0, 505593.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 505583.0 ], [ 107467.0, 505687.0 ], [ 107748.0, 505795.0 ], [ 107963.0, 505957.0 ], [ 108021.0, 506117.0 ], [ 108149.0, 506504.0 ], [ 108186.0, 506958.0 ], [ 108060.0, 507505.0 ], [ 107925.0, 507926.0 ], [ 107826.0, 508343.0 ], [ 107841.0, 508632.0 ], [ 107922.0, 508856.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107220.0, 505551.0 ], [ 107809.0, 505568.0 ], [ 107980.0, 505614.0 ], [ 108148.0, 505697.0 ] ], [ [ 107220.0, 505551.0 ], [ 107551.0, 505672.0 ], [ 107903.0, 505792.0 ], [ 108123.0, 505924.0 ], [ 108292.0, 506075.0 ], [ 108442.0, 506372.0 ], [ 108508.0, 506776.0 ], [ 108484.0, 507152.0 ], [ 108382.0, 507518.0 ], [ 108402.0, 507652.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105587.0, 505519.0 ], [ 105253.0, 505787.0 ], [ 105196.0, 506014.0 ], [ 105213.0, 506182.0 ], [ 105242.0, 506442.0 ], [ 105295.0, 506534.0 ], [ 105419.0, 506515.0 ], [ 105499.0, 506445.0 ], [ 105535.0, 506315.0 ], [ 105612.0, 506208.0 ], [ 105549.0, 506084.0 ], [ 105440.0, 505957.0 ], [ 105447.0, 505871.0 ], [ 105524.0, 505754.0 ], [ 105647.0, 505670.0 ], [ 105749.0, 505523.0 ], [ 105721.0, 505463.0 ], [ 105717.0, 505468.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105882.0, 505598.0 ], [ 105902.0, 505470.0 ], [ 105959.0, 505398.0 ], [ 106060.0, 505427.0 ], [ 106072.0, 505516.0 ], [ 106034.0, 505626.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104323.0, 506403.0 ], [ 104530.0, 506422.0 ], [ 104796.0, 506534.0 ], [ 104937.0, 506610.0 ], [ 105125.0, 506558.0 ], [ 105263.0, 506541.0 ], [ 105363.0, 506576.0 ], [ 105563.0, 506425.0 ], [ 105618.0, 506304.0 ], [ 105704.0, 506206.0 ], [ 105579.0, 506056.0 ], [ 105472.0, 505899.0 ], [ 105490.0, 505831.0 ], [ 105554.0, 505770.0 ], [ 105658.0, 505702.0 ], [ 105747.0, 505606.0 ], [ 105787.0, 505445.0 ], [ 105668.0, 505334.0 ], [ 105577.0, 505393.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104167.0, 505798.0 ], [ 104267.0, 505816.0 ], [ 104403.0, 505798.0 ], [ 104566.0, 505689.0 ], [ 104675.0, 505517.0 ], [ 104647.0, 505399.0 ], [ 104530.0, 505354.0 ], [ 104430.0, 505318.0 ], [ 104303.0, 505309.0 ], [ 104240.0, 505327.0 ], [ 104149.0, 505318.0 ], [ 104059.0, 505336.0 ], [ 103977.0, 505445.0 ], [ 103950.0, 505490.0 ], [ 103941.0, 505599.0 ], [ 103968.0, 505653.0 ], [ 104059.0, 505698.0 ], [ 104113.0, 505743.0 ], [ 104167.0, 505798.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 7.5, "value": 7.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103146.0, 505283.0 ], [ 103086.0, 505383.0 ], [ 103118.0, 505572.0 ], [ 103173.0, 505656.0 ], [ 103257.0, 505572.0 ], [ 103244.0, 505392.0 ], [ 103186.0, 505303.0 ], [ 103146.0, 505283.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106064.0, 505722.0 ], [ 106120.0, 505530.0 ], [ 106097.0, 505351.0 ], [ 105982.0, 505171.0 ], [ 105763.0, 505131.0 ], [ 105505.0, 505129.0 ], [ 105386.0, 505169.0 ], [ 105446.0, 505260.0 ], [ 105695.0, 505292.0 ], [ 105841.0, 505325.0 ], [ 105886.0, 505416.0 ], [ 105798.0, 505634.0 ], [ 105674.0, 505745.0 ], [ 105562.0, 505790.0 ], [ 105512.0, 505836.0 ], [ 105572.0, 505891.0 ], [ 105654.0, 505927.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104361.0, 505088.0 ], [ 104345.0, 505100.0 ], [ 104337.0, 505136.0 ], [ 104369.0, 505156.0 ], [ 104421.0, 505164.0 ], [ 104465.0, 505168.0 ], [ 104518.0, 505177.0 ] ], [ [ 104066.0, 504860.0 ], [ 104123.0, 505028.0 ], [ 103972.0, 505298.0 ], [ 103748.0, 505412.0 ], [ 103745.0, 505507.0 ], [ 103841.0, 505666.0 ], [ 103909.0, 505842.0 ], [ 103994.0, 506091.0 ], [ 104209.0, 506159.0 ], [ 104487.0, 506013.0 ], [ 104708.0, 505689.0 ], [ 104872.0, 505472.0 ], [ 104851.0, 505295.0 ], [ 104595.0, 505199.0 ], [ 104518.0, 505177.0 ] ], [ [ 104361.0, 505088.0 ], [ 104442.0, 504910.0 ], [ 104550.0, 504574.0 ], [ 104347.0, 504418.0 ], [ 104003.0, 504425.0 ], [ 103698.0, 504495.0 ], [ 103306.0, 504499.0 ], [ 103012.0, 504510.0 ], [ 102785.0, 504607.0 ], [ 102641.0, 504805.0 ], [ 102687.0, 504971.0 ], [ 102809.0, 505152.0 ], [ 102903.0, 505411.0 ], [ 102974.0, 505652.0 ], [ 103097.0, 505760.0 ], [ 103222.0, 505822.0 ], [ 103299.0, 505724.0 ], [ 103443.0, 505498.0 ], [ 103504.0, 505287.0 ], [ 103512.0, 505155.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103610.0, 505140.0 ], [ 103658.0, 505262.0 ], [ 103759.0, 505288.0 ], [ 103921.0, 505251.0 ], [ 103990.0, 505154.0 ], [ 104026.0, 504930.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 505085.0 ], [ 102953.0, 505202.0 ], [ 103015.0, 505455.0 ], [ 103146.0, 505703.0 ], [ 103300.0, 505668.0 ], [ 103353.0, 505313.0 ], [ 103424.0, 504984.0 ], [ 103621.0, 504770.0 ], [ 103838.0, 504670.0 ], [ 103951.0, 504549.0 ], [ 103675.0, 504508.0 ], [ 103209.0, 504645.0 ], [ 102969.0, 504770.0 ], [ 102853.0, 504893.0 ], [ 102877.0, 505085.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105519.0, 505513.0 ], [ 105371.0, 505597.0 ], [ 105160.0, 505744.0 ], [ 104979.0, 505971.0 ], [ 104857.0, 506053.0 ], [ 104748.0, 505953.0 ], [ 104793.0, 505822.0 ], [ 104988.0, 505758.0 ], [ 105125.0, 505659.0 ], [ 105177.0, 505402.0 ], [ 105077.0, 505183.0 ], [ 104867.0, 505029.0 ], [ 104730.0, 504980.0 ], [ 104714.0, 504790.0 ], [ 104759.0, 504532.0 ], [ 104518.0, 504326.0 ], [ 104236.0, 504265.0 ], [ 104029.0, 504285.0 ], [ 103823.0, 504367.0 ], [ 103189.0, 504384.0 ], [ 102795.0, 504369.0 ], [ 102504.0, 504419.0 ], [ 102375.0, 504699.0 ], [ 102507.0, 504933.0 ], [ 102670.0, 505138.0 ], [ 102761.0, 505238.0 ], [ 102790.0, 505527.0 ], [ 102868.0, 505749.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 108027.0, 504261.0 ], [ 107891.0, 504357.0 ], [ 107562.0, 504351.0 ], [ 107288.0, 504289.0 ], [ 107015.0, 504289.0 ], [ 106885.0, 504340.0 ], [ 106875.0, 504463.0 ], [ 106981.0, 504711.0 ], [ 106891.0, 504856.0 ], [ 106724.0, 505003.0 ], [ 106646.0, 505163.0 ], [ 106739.0, 505232.0 ], [ 106897.0, 505284.0 ], [ 106945.0, 505330.0 ], [ 106908.0, 505471.0 ], [ 106863.0, 505608.0 ], [ 106832.0, 505747.0 ], [ 106835.0, 505822.0 ], [ 106921.0, 505924.0 ], [ 107001.0, 505955.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109389.0, 504932.0 ], [ 109173.0, 504783.0 ], [ 108964.0, 504525.0 ], [ 108828.0, 504231.0 ], [ 108748.0, 503965.0 ], [ 108672.0, 503817.0 ], [ 108539.0, 503737.0 ], [ 108338.0, 503708.0 ], [ 108168.0, 503765.0 ], [ 108003.0, 503954.0 ], [ 107727.0, 504120.0 ], [ 107366.0, 504153.0 ], [ 107142.0, 504159.0 ], [ 106997.0, 504189.0 ], [ 106846.0, 504291.0 ], [ 106807.0, 504344.0 ], [ 106801.0, 504508.0 ], [ 106843.0, 504754.0 ], [ 106657.0, 504919.0 ], [ 106609.0, 505022.0 ], [ 106622.0, 505171.0 ], [ 106831.0, 505313.0 ], [ 106889.0, 505438.0 ], [ 106795.0, 505673.0 ], [ 106789.0, 505822.0 ], [ 106840.0, 505903.0 ], [ 106996.0, 505971.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109383.0, 504690.0 ], [ 109185.0, 504528.0 ], [ 108982.0, 504273.0 ], [ 108825.0, 503978.0 ], [ 108713.0, 503801.0 ], [ 108519.0, 503656.0 ], [ 108330.0, 503622.0 ], [ 108131.0, 503689.0 ], [ 107917.0, 503872.0 ], [ 107728.0, 504004.0 ], [ 107491.0, 504063.0 ], [ 107250.0, 504111.0 ], [ 107079.0, 504138.0 ], [ 106911.0, 504194.0 ], [ 106696.0, 504368.0 ], [ 106708.0, 504590.0 ], [ 106652.0, 504856.0 ], [ 106534.0, 504991.0 ], [ 106576.0, 505149.0 ], [ 106694.0, 505242.0 ], [ 106825.0, 505352.0 ], [ 106846.0, 505474.0 ], [ 106792.0, 505628.0 ], [ 106762.0, 505780.0 ], [ 106821.0, 505914.0 ], [ 106993.0, 505982.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109377.0, 504405.0 ], [ 109185.0, 504344.0 ], [ 108997.0, 504093.0 ], [ 108868.0, 503857.0 ], [ 108764.0, 503730.0 ], [ 108624.0, 503645.0 ], [ 108395.0, 503584.0 ], [ 108130.0, 503601.0 ], [ 107937.0, 503687.0 ], [ 107346.0, 503992.0 ], [ 107066.0, 504095.0 ], [ 106911.0, 504171.0 ], [ 106694.0, 504321.0 ], [ 106541.0, 504476.0 ], [ 106490.0, 504740.0 ], [ 106435.0, 504991.0 ], [ 106494.0, 505130.0 ], [ 106623.0, 505230.0 ], [ 106731.0, 505317.0 ], [ 106815.0, 505402.0 ], [ 106825.0, 505472.0 ], [ 106719.0, 505576.0 ], [ 106707.0, 505797.0 ], [ 106782.0, 505951.0 ], [ 106849.0, 506026.0 ], [ 106957.0, 506092.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109336.0, 502507.0 ], [ 109098.0, 502498.0 ], [ 108768.0, 502599.0 ], [ 108450.0, 502922.0 ], [ 108207.0, 503157.0 ], [ 107951.0, 503341.0 ], [ 107618.0, 503443.0 ], [ 107164.0, 503440.0 ], [ 106841.0, 503435.0 ], [ 106647.0, 503485.0 ], [ 106502.0, 503552.0 ], [ 106449.0, 503670.0 ], [ 106431.0, 503771.0 ], [ 106285.0, 503814.0 ], [ 106133.0, 503735.0 ], [ 105979.0, 503706.0 ], [ 105815.0, 503742.0 ], [ 105620.0, 503915.0 ], [ 105463.0, 504117.0 ], [ 105312.0, 504281.0 ], [ 105192.0, 504380.0 ], [ 105180.0, 504471.0 ], [ 105249.0, 504586.0 ], [ 105258.0, 504765.0 ], [ 105225.0, 504940.0 ], [ 105378.0, 504992.0 ], [ 105522.0, 505036.0 ], [ 105876.0, 505027.0 ], [ 106065.0, 505142.0 ], [ 106171.0, 505384.0 ], [ 106264.0, 505608.0 ], [ 106348.0, 505792.0 ], [ 106407.0, 506012.0 ], [ 106224.0, 506136.0 ], [ 106051.0, 506209.0 ], [ 106029.0, 506334.0 ], [ 106030.0, 506508.0 ] ], [ [ 106030.0, 506508.0 ], [ 105992.0, 506391.0 ], [ 105970.0, 506233.0 ], [ 106092.0, 506086.0 ], [ 106228.0, 505932.0 ], [ 106236.0, 505706.0 ], [ 106165.0, 505427.0 ], [ 106029.0, 505152.0 ], [ 105897.0, 505063.0 ], [ 105694.0, 505057.0 ], [ 105431.0, 505041.0 ], [ 105224.0, 505010.0 ], [ 105137.0, 504952.0 ], [ 105169.0, 504804.0 ], [ 105196.0, 504636.0 ], [ 105104.0, 504490.0 ], [ 105083.0, 504399.0 ], [ 105177.0, 504275.0 ], [ 105317.0, 504183.0 ], [ 105489.0, 503988.0 ], [ 105620.0, 503862.0 ], [ 105829.0, 503689.0 ], [ 106186.0, 503579.0 ], [ 106496.0, 503472.0 ], [ 106676.0, 503392.0 ], [ 106844.0, 503296.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 504314.0 ], [ 102553.0, 504253.0 ], [ 102833.0, 504294.0 ], [ 103165.0, 504328.0 ], [ 103525.0, 504318.0 ], [ 103808.0, 504329.0 ], [ 104059.0, 504257.0 ], [ 104254.0, 504231.0 ], [ 104559.0, 504281.0 ], [ 104728.0, 504378.0 ], [ 104824.0, 504539.0 ], [ 104848.0, 504734.0 ], [ 104904.0, 504894.0 ], [ 104988.0, 504925.0 ], [ 105089.0, 504845.0 ], [ 105115.0, 504709.0 ], [ 105024.0, 504471.0 ], [ 105033.0, 504293.0 ], [ 105145.0, 504186.0 ], [ 105338.0, 504087.0 ], [ 105493.0, 503947.0 ], [ 105696.0, 503714.0 ], [ 105886.0, 503579.0 ], [ 106167.0, 503518.0 ], [ 106389.0, 503459.0 ], [ 106521.0, 503413.0 ], [ 106636.0, 503359.0 ], [ 106720.0, 503234.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 106654.0, 503201.0 ], [ 106387.0, 503340.0 ], [ 106100.0, 503422.0 ], [ 105772.0, 503547.0 ], [ 105620.0, 503702.0 ], [ 105428.0, 503920.0 ], [ 105190.0, 504094.0 ], [ 105030.0, 504206.0 ], [ 104969.0, 504387.0 ], [ 105000.0, 504560.0 ], [ 105054.0, 504695.0 ], [ 105011.0, 504826.0 ], [ 104935.0, 504873.0 ], [ 104905.0, 504714.0 ], [ 104873.0, 504585.0 ], [ 104787.0, 504390.0 ], [ 104523.0, 504194.0 ], [ 104063.0, 504136.0 ], [ 103783.0, 504238.0 ], [ 103366.0, 504221.0 ], [ 102936.0, 504183.0 ], [ 102551.0, 504127.0 ], [ 102300.0, 504070.0 ], [ 102088.0, 504070.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109372.0, 504175.0 ], [ 108878.0, 503741.0 ], [ 108647.0, 503542.0 ], [ 108291.0, 503508.0 ], [ 107938.0, 503553.0 ], [ 107682.0, 503694.0 ], [ 107381.0, 503852.0 ], [ 107045.0, 503998.0 ], [ 106801.0, 504136.0 ], [ 106587.0, 504251.0 ], [ 106435.0, 504428.0 ], [ 106383.0, 504700.0 ], [ 106349.0, 505007.0 ], [ 106271.0, 505126.0 ], [ 106143.0, 505075.0 ], [ 105991.0, 504926.0 ], [ 105821.0, 504903.0 ], [ 105666.0, 504920.0 ], [ 105551.0, 504922.0 ], [ 105475.0, 504798.0 ], [ 105445.0, 504714.0 ], [ 105430.0, 504597.0 ], [ 105462.0, 504468.0 ], [ 105541.0, 504408.0 ], [ 105711.0, 504374.0 ], [ 105835.0, 504352.0 ], [ 105926.0, 504194.0 ], [ 106098.0, 504135.0 ], [ 106410.0, 504147.0 ], [ 106644.0, 504133.0 ], [ 106770.0, 504097.0 ], [ 106802.0, 504000.0 ], [ 106703.0, 503852.0 ], [ 106627.0, 503715.0 ], [ 106639.0, 503636.0 ], [ 106808.0, 503585.0 ], [ 107157.0, 503589.0 ], [ 107530.0, 503576.0 ], [ 107776.0, 503563.0 ], [ 108008.0, 503472.0 ], [ 108219.0, 503348.0 ], [ 108464.0, 503179.0 ], [ 108835.0, 503101.0 ], [ 109078.0, 503114.0 ], [ 109349.0, 503096.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102035.0, 502922.0 ], [ 101984.0, 502955.0 ] ], [ [ 102814.0, 500567.0 ], [ 102673.0, 500619.0 ], [ 102634.0, 500798.0 ], [ 102621.0, 501014.0 ], [ 102431.0, 501225.0 ], [ 102336.0, 501392.0 ], [ 102411.0, 501517.0 ], [ 102524.0, 501549.0 ], [ 102711.0, 501490.0 ], [ 102871.0, 501490.0 ], [ 102948.0, 501599.0 ], [ 102964.0, 501718.0 ], [ 102919.0, 501728.0 ], [ 102736.0, 501643.0 ], [ 102585.0, 501632.0 ], [ 102531.0, 501669.0 ], [ 102580.0, 501730.0 ], [ 102653.0, 501790.0 ], [ 102751.0, 501856.0 ], [ 102837.0, 501957.0 ], [ 102846.0, 502108.0 ], [ 102781.0, 502342.0 ], [ 102395.0, 502692.0 ], [ 102188.0, 502857.0 ], [ 102035.0, 502922.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109344.0, 502900.0 ], [ 108979.0, 502868.0 ], [ 108603.0, 502905.0 ], [ 108400.0, 503014.0 ], [ 108230.0, 503227.0 ], [ 108018.0, 503382.0 ], [ 107708.0, 503517.0 ], [ 107273.0, 503536.0 ], [ 106925.0, 503508.0 ], [ 106622.0, 503520.0 ], [ 106565.0, 503637.0 ], [ 106633.0, 503795.0 ], [ 106707.0, 503934.0 ], [ 106690.0, 504035.0 ], [ 106503.0, 504104.0 ], [ 106271.0, 503959.0 ], [ 106026.0, 503794.0 ], [ 105823.0, 503818.0 ], [ 105662.0, 503984.0 ], [ 105458.0, 504246.0 ], [ 105289.0, 504349.0 ], [ 105255.0, 504509.0 ], [ 105376.0, 504695.0 ], [ 105452.0, 504896.0 ], [ 105572.0, 505000.0 ], [ 105797.0, 504991.0 ], [ 106007.0, 505060.0 ], [ 106129.0, 505186.0 ], [ 106203.0, 505364.0 ], [ 106263.0, 505531.0 ], [ 106411.0, 505670.0 ], [ 106547.0, 505847.0 ], [ 106641.0, 506065.0 ], [ 106645.0, 506288.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109327.0, 502104.0 ], [ 109159.0, 502099.0 ], [ 108899.0, 502085.0 ], [ 108604.0, 502151.0 ], [ 108446.0, 502323.0 ], [ 108348.0, 502625.0 ], [ 108262.0, 502774.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102610.0, 501710.0 ], [ 102650.0, 501736.0 ], [ 102704.0, 501765.0 ], [ 102758.0, 501752.0 ], [ 102724.0, 501709.0 ], [ 102648.0, 501692.0 ], [ 102610.0, 501710.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102584.0, 501693.0 ], [ 102653.0, 501769.0 ], [ 102725.0, 501826.0 ], [ 102799.0, 501855.0 ], [ 102896.0, 501846.0 ], [ 102897.0, 501777.0 ], [ 102762.0, 501709.0 ], [ 102647.0, 501669.0 ], [ 102584.0, 501693.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104208.0, 501464.0 ], [ 103970.0, 501534.0 ], [ 103675.0, 501715.0 ], [ 103510.0, 501881.0 ], [ 103450.0, 502092.0 ], [ 103384.0, 502315.0 ], [ 103278.0, 502508.0 ], [ 103075.0, 502642.0 ], [ 102841.0, 502721.0 ], [ 102671.0, 502802.0 ], [ 102472.0, 502953.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 102246.0, 501455.0 ], [ 102312.0, 501514.0 ], [ 102518.0, 501731.0 ], [ 102603.0, 501788.0 ], [ 102711.0, 501870.0 ], [ 102789.0, 501955.0 ], [ 102724.0, 502053.0 ], [ 102618.0, 502037.0 ], [ 102408.0, 502024.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104224.0, 501391.0 ], [ 104038.0, 501427.0 ], [ 103813.0, 501529.0 ], [ 103630.0, 501643.0 ], [ 103400.0, 501884.0 ], [ 103257.0, 502114.0 ], [ 103210.0, 502362.0 ], [ 103026.0, 502535.0 ], [ 102812.0, 502632.0 ], [ 102563.0, 502774.0 ], [ 102291.0, 502974.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104242.0, 501293.0 ], [ 104077.0, 501343.0 ], [ 103811.0, 501420.0 ], [ 103468.0, 501648.0 ], [ 103243.0, 501895.0 ], [ 103040.0, 502176.0 ], [ 102747.0, 502532.0 ], [ 102269.0, 502899.0 ], [ 102155.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 104977.0, 501265.0 ], [ 104900.0, 501389.0 ], [ 104832.0, 501528.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 101687.0, 501042.0 ], [ 101570.0, 501057.0 ], [ 101496.0, 501097.0 ], [ 101424.0, 501217.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107014.0, 501458.0 ], [ 107170.0, 501373.0 ], [ 107352.0, 501236.0 ], [ 107433.0, 501165.0 ], [ 107509.0, 501036.0 ], [ 107673.0, 500882.0 ], [ 107955.0, 500943.0 ], [ 108218.0, 501005.0 ], [ 108385.0, 501056.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104486.0, 500700.0 ], [ 104278.0, 500811.0 ], [ 103910.0, 500976.0 ], [ 103780.0, 501012.0 ], [ 103731.0, 501107.0 ], [ 103795.0, 501180.0 ], [ 104001.0, 501197.0 ], [ 104117.0, 501159.0 ], [ 104310.0, 501158.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104213.0, 500629.0 ], [ 104093.0, 500688.0 ], [ 103919.0, 500757.0 ], [ 103769.0, 500794.0 ], [ 103704.0, 500812.0 ], [ 103571.0, 500806.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104120.0, 500562.0 ], [ 103972.0, 500627.0 ], [ 103858.0, 500660.0 ], [ 103755.0, 500679.0 ], [ 103674.0, 500690.0 ], [ 103556.0, 500681.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106982.0, 501047.0 ], [ 107032.0, 500853.0 ], [ 107139.0, 500537.0 ], [ 107351.0, 500331.0 ], [ 107621.0, 500342.0 ], [ 107864.0, 500563.0 ], [ 108114.0, 500751.0 ], [ 108241.0, 500823.0 ], [ 108488.0, 500933.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109278.0, 499837.0 ], [ 108970.0, 499977.0 ], [ 108771.0, 500103.0 ], [ 108616.0, 500229.0 ], [ 108408.0, 500361.0 ], [ 108105.0, 500348.0 ], [ 107835.0, 500244.0 ], [ 107603.0, 500109.0 ], [ 107326.0, 500022.0 ], [ 107067.0, 500001.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105138.0, 499707.0 ], [ 105246.0, 499724.0 ], [ 105411.0, 499739.0 ], [ 105471.0, 499829.0 ], [ 105455.0, 499959.0 ], [ 105338.0, 500032.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109269.0, 499465.0 ], [ 108994.0, 499588.0 ], [ 108765.0, 499830.0 ], [ 108626.0, 500079.0 ], [ 108459.0, 500234.0 ], [ 108318.0, 500307.0 ], [ 108164.0, 500241.0 ], [ 107981.0, 500067.0 ], [ 107637.0, 499879.0 ], [ 107291.0, 499811.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102714.0, 499312.0 ], [ 102598.0, 499366.0 ], [ 102541.0, 499455.0 ], [ 102552.0, 499541.0 ], [ 102651.0, 499641.0 ], [ 102662.0, 499848.0 ], [ 102554.0, 499969.0 ], [ 102335.0, 499963.0 ], [ 102063.0, 499829.0 ], [ 101882.0, 499803.0 ], [ 101828.0, 499840.0 ], [ 101848.0, 499901.0 ], [ 101951.0, 499972.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104785.0, 497305.0 ], [ 104793.0, 497310.0 ], [ 104905.0, 497550.0 ], [ 104764.0, 497782.0 ], [ 104521.0, 497982.0 ], [ 104450.0, 498130.0 ], [ 104512.0, 498383.0 ], [ 104775.0, 498707.0 ], [ 105050.0, 498956.0 ], [ 105105.0, 499228.0 ] ], [ [ 104449.0, 496778.0 ], [ 104517.0, 496929.0 ], [ 104586.0, 497023.0 ], [ 104622.0, 497068.0 ], [ 104693.0, 497173.0 ], [ 104785.0, 497305.0 ] ], [ [ 105105.0, 499228.0 ], [ 105172.0, 499405.0 ], [ 105313.0, 499605.0 ], [ 105474.0, 499703.0 ], [ 105496.0, 499919.0 ], [ 105447.0, 500040.0 ], [ 105331.0, 500116.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101055.0, 496779.0 ], [ 101242.0, 496920.0 ], [ 101407.0, 497215.0 ], [ 101516.0, 497508.0 ], [ 101619.0, 497764.0 ], [ 101714.0, 497946.0 ], [ 101818.0, 497904.0 ], [ 101866.0, 497869.0 ] ], [ [ 102033.0, 496777.0 ], [ 102006.0, 496921.0 ], [ 101960.0, 497114.0 ], [ 101935.0, 497309.0 ], [ 101914.0, 497389.0 ], [ 101904.0, 497545.0 ], [ 101885.0, 497737.0 ], [ 101866.0, 497869.0 ] ], [ [ 102429.0, 498364.0 ], [ 102385.0, 498224.0 ], [ 102258.0, 497875.0 ], [ 102204.0, 497620.0 ], [ 102278.0, 497443.0 ], [ 102195.0, 497297.0 ], [ 102060.0, 497349.0 ], [ 101996.0, 497197.0 ], [ 102055.0, 496973.0 ], [ 102110.0, 496971.0 ], [ 102264.0, 497188.0 ], [ 102436.0, 497337.0 ], [ 102535.0, 497510.0 ], [ 102628.0, 497375.0 ], [ 102639.0, 497118.0 ], [ 102628.0, 496943.0 ], [ 102652.0, 496775.0 ] ], [ [ 102668.0, 499200.0 ], [ 102495.0, 499251.0 ], [ 102314.0, 499402.0 ], [ 102275.0, 499529.0 ], [ 102488.0, 499616.0 ], [ 102608.0, 499710.0 ], [ 102540.0, 499882.0 ], [ 102297.0, 499830.0 ], [ 101944.0, 499696.0 ], [ 101768.0, 499736.0 ], [ 101740.0, 499838.0 ], [ 101850.0, 499965.0 ], [ 101917.0, 499997.0 ], [ 101925.0, 500130.0 ] ], [ [ 102704.0, 498630.0 ], [ 102929.0, 498723.0 ], [ 103066.0, 498745.0 ], [ 103209.0, 498753.0 ] ], [ [ 102704.0, 498630.0 ], [ 102761.0, 498756.0 ], [ 102678.0, 498766.0 ], [ 102475.0, 498507.0 ], [ 102462.0, 498467.0 ] ], [ [ 102462.0, 498467.0 ], [ 102429.0, 498364.0 ] ], [ [ 101745.0, 498086.0 ], [ 101969.0, 498275.0 ], [ 102190.0, 498374.0 ], [ 102317.0, 498422.0 ], [ 102462.0, 498467.0 ] ], [ [ 101745.0, 498086.0 ], [ 101706.0, 498117.0 ], [ 101560.0, 498071.0 ], [ 101416.0, 498127.0 ], [ 101327.0, 498287.0 ], [ 101282.0, 498592.0 ], [ 101252.0, 498948.0 ], [ 101189.0, 499200.0 ], [ 101196.0, 499385.0 ], [ 101286.0, 499623.0 ], [ 101399.0, 499809.0 ], [ 101457.0, 500056.0 ], [ 101529.0, 500218.0 ], [ 101574.0, 500283.0 ], [ 101648.0, 500311.0 ], [ 101686.0, 500193.0 ], [ 101757.0, 500122.0 ], [ 101828.0, 500103.0 ], [ 101925.0, 500130.0 ] ], [ [ 101808.0, 498036.0 ], [ 102086.0, 498215.0 ], [ 102282.0, 498317.0 ], [ 102429.0, 498364.0 ] ], [ [ 101808.0, 498036.0 ], [ 101745.0, 498086.0 ] ], [ [ 101870.0, 497865.0 ], [ 101866.0, 497869.0 ] ], [ [ 101881.0, 497853.0 ], [ 101870.0, 497865.0 ] ], [ [ 101808.0, 498036.0 ], [ 101861.0, 498029.0 ], [ 101901.0, 498027.0 ], [ 101929.0, 498053.0 ], [ 101955.0, 498057.0 ], [ 101974.0, 498057.0 ], [ 102005.0, 498048.0 ], [ 102083.0, 498001.0 ], [ 102102.0, 497988.0 ], [ 102102.0, 497979.0 ], [ 102107.0, 497961.0 ], [ 102098.0, 497927.0 ], [ 102076.0, 497896.0 ], [ 102074.0, 497881.0 ], [ 102052.0, 497842.0 ], [ 102015.0, 497831.0 ], [ 101961.0, 497838.0 ], [ 101909.0, 497838.0 ], [ 101894.0, 497844.0 ], [ 101885.0, 497849.0 ], [ 101881.0, 497853.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 498940.0 ], [ 103087.0, 498947.0 ], [ 103193.0, 498946.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109259.0, 499001.0 ], [ 109050.0, 498994.0 ], [ 108839.0, 499139.0 ], [ 108626.0, 499316.0 ], [ 108382.0, 499383.0 ], [ 108065.0, 499334.0 ], [ 107763.0, 499106.0 ], [ 107537.0, 498823.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101848.0, 498614.0 ], [ 101824.0, 498642.0 ], [ 101820.0, 498770.0 ], [ 101887.0, 498965.0 ], [ 101976.0, 499060.0 ], [ 102114.0, 499011.0 ], [ 102200.0, 498949.0 ], [ 102277.0, 498825.0 ], [ 102199.0, 498695.0 ], [ 102057.0, 498576.0 ], [ 101947.0, 498566.0 ], [ 101848.0, 498614.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105803.0, 498400.0 ], [ 105787.0, 498525.0 ], [ 105865.0, 498695.0 ], [ 106063.0, 498695.0 ], [ 106106.0, 498628.0 ], [ 106019.0, 498539.0 ], [ 105932.0, 498425.0 ], [ 105858.0, 498401.0 ], [ 105803.0, 498400.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109241.0, 498177.0 ], [ 108999.0, 498286.0 ], [ 108791.0, 498596.0 ], [ 108662.0, 498828.0 ], [ 108377.0, 499028.0 ], [ 108015.0, 498965.0 ], [ 107741.0, 498695.0 ], [ 107599.0, 498413.0 ], [ 107449.0, 498170.0 ], [ 107269.0, 497978.0 ], [ 107089.0, 497801.0 ], [ 106864.0, 497549.0 ], [ 106678.0, 497350.0 ], [ 106486.0, 497199.0 ], [ 106279.0, 497210.0 ], [ 106192.0, 497389.0 ], [ 106180.0, 497772.0 ], [ 106219.0, 498070.0 ], [ 106350.0, 498350.0 ] ], [ [ 106274.0, 498654.0 ], [ 106281.0, 498613.0 ], [ 106350.0, 498350.0 ] ], [ [ 106274.0, 498654.0 ], [ 106134.0, 498509.0 ], [ 106034.0, 498213.0 ], [ 106066.0, 497920.0 ], [ 105950.0, 497708.0 ], [ 105787.0, 497771.0 ], [ 105556.0, 498012.0 ], [ 105491.0, 498328.0 ], [ 105544.0, 498628.0 ], [ 105767.0, 498720.0 ], [ 105997.0, 498729.0 ], [ 106142.0, 498777.0 ], [ 106137.0, 498918.0 ], [ 105950.0, 498953.0 ], [ 105805.0, 498978.0 ], [ 105711.0, 499246.0 ], [ 105801.0, 499459.0 ], [ 105839.0, 499692.0 ], [ 105900.0, 499853.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106892.0, 497842.0 ], [ 106792.0, 497680.0 ], [ 106671.0, 497576.0 ], [ 106483.0, 497561.0 ], [ 106321.0, 497691.0 ], [ 106310.0, 497850.0 ], [ 106360.0, 497965.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107065.0, 497932.0 ], [ 106916.0, 497790.0 ], [ 106815.0, 497612.0 ], [ 106695.0, 497499.0 ], [ 106457.0, 497368.0 ], [ 106278.0, 497478.0 ], [ 106237.0, 497764.0 ], [ 106261.0, 497973.0 ], [ 106353.0, 498211.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104050.0, 496776.0 ], [ 104232.0, 496980.0 ], [ 104391.0, 497073.0 ] ], [ [ 104353.0, 497008.0 ], [ 104391.0, 497073.0 ] ], [ [ 104277.0, 496777.0 ], [ 104299.0, 496893.0 ], [ 104326.0, 496960.0 ], [ 104353.0, 497008.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109211.0, 496804.0 ], [ 109017.0, 496913.0 ], [ 108785.0, 497039.0 ], [ 108588.0, 497374.0 ], [ 108450.0, 497834.0 ], [ 108385.0, 498160.0 ], [ 108176.0, 498390.0 ], [ 107863.0, 498241.0 ], [ 107514.0, 498055.0 ], [ 106994.0, 497493.0 ], [ 106826.0, 497192.0 ], [ 106753.0, 496983.0 ], [ 106757.0, 496889.0 ] ], [ [ 106757.0, 496889.0 ], [ 106762.0, 496790.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105022.0, 496781.0 ], [ 105237.0, 497176.0 ], [ 105335.0, 497615.0 ], [ 105366.0, 498000.0 ], [ 105307.0, 498392.0 ], [ 105398.0, 498697.0 ], [ 105664.0, 498778.0 ], [ 105943.0, 498825.0 ], [ 106077.0, 498853.0 ], [ 106023.0, 498920.0 ], [ 105797.0, 498901.0 ], [ 105513.0, 498980.0 ], [ 105377.0, 499140.0 ], [ 105394.0, 499357.0 ], [ 105541.0, 499598.0 ], [ 105643.0, 499825.0 ], [ 105586.0, 500027.0 ], [ 105458.0, 500159.0 ], [ 105319.0, 500357.0 ], [ 105295.0, 500449.0 ], [ 105301.0, 500623.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104866.0, 496780.0 ], [ 105089.0, 497037.0 ], [ 105242.0, 497359.0 ], [ 105257.0, 497653.0 ], [ 105144.0, 497877.0 ], [ 104977.0, 498046.0 ], [ 105040.0, 498308.0 ], [ 105201.0, 498617.0 ], [ 105393.0, 498833.0 ], [ 105485.0, 498927.0 ], [ 105319.0, 499111.0 ], [ 105303.0, 499270.0 ], [ 105339.0, 499408.0 ], [ 105467.0, 499634.0 ], [ 105546.0, 499752.0 ], [ 105589.0, 499932.0 ], [ 105402.0, 500204.0 ], [ 105262.0, 500351.0 ], [ 105194.0, 500463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100246.0, 496780.0 ], [ 100279.0, 496850.0 ], [ 100363.0, 496975.0 ], [ 100446.0, 497026.0 ], [ 100517.0, 497018.0 ], [ 100543.0, 496936.0 ], [ 100514.0, 496840.0 ], [ 100508.0, 496780.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 496779.0 ], [ 104691.0, 496985.0 ], [ 104931.0, 497222.0 ], [ 105040.0, 497554.0 ], [ 104895.0, 497843.0 ], [ 104773.0, 498114.0 ], [ 104949.0, 498404.0 ], [ 105066.0, 498623.0 ], [ 105225.0, 498806.0 ], [ 105221.0, 499018.0 ], [ 105210.0, 499233.0 ], [ 105267.0, 499396.0 ], [ 105369.0, 499541.0 ], [ 105467.0, 499651.0 ], [ 105547.0, 499838.0 ], [ 105497.0, 500021.0 ], [ 105321.0, 500204.0 ], [ 105190.0, 500367.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101836.0, 496777.0 ], [ 101819.0, 496956.0 ], [ 101821.0, 497084.0 ], [ 101775.0, 497221.0 ], [ 101682.0, 497215.0 ], [ 101514.0, 497078.0 ], [ 101318.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101938.0, 496777.0 ], [ 101948.0, 496852.0 ], [ 101925.0, 496952.0 ], [ 101915.0, 497033.0 ], [ 101874.0, 497196.0 ], [ 101862.0, 497265.0 ], [ 101840.0, 497320.0 ], [ 101801.0, 497433.0 ], [ 101764.0, 497478.0 ], [ 101665.0, 497379.0 ], [ 101527.0, 497200.0 ], [ 101421.0, 497072.0 ], [ 101334.0, 496957.0 ], [ 101279.0, 496879.0 ], [ 101201.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 496775.0 ], [ 103150.0, 496930.0 ], [ 103286.0, 497116.0 ], [ 103456.0, 497196.0 ], [ 103571.0, 497163.0 ], [ 103470.0, 496959.0 ], [ 103496.0, 496856.0 ], [ 103571.0, 496774.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104134.0, 523261.0 ], [ 104249.0, 523079.0 ], [ 104452.0, 522784.0 ], [ 104656.0, 522502.0 ], [ 104920.0, 522152.0 ], [ 105149.0, 521835.0 ], [ 104793.0, 522085.0 ], [ 104504.0, 522302.0 ], [ 104285.0, 522562.0 ], [ 104088.0, 522808.0 ], [ 104092.0, 522861.0 ], [ 104119.0, 523051.0 ], [ 104134.0, 523261.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108510.0, 522164.0 ], [ 108401.0, 521805.0 ], [ 108198.0, 521608.0 ], [ 107913.0, 521474.0 ], [ 107751.0, 521444.0 ], [ 107368.0, 521444.0 ], [ 107280.0, 521438.0 ], [ 107025.0, 521468.0 ], [ 106921.0, 521474.0 ], [ 106650.0, 521496.0 ], [ 106557.0, 521510.0 ], [ 106672.0, 521531.0 ], [ 107009.0, 521556.0 ], [ 107113.0, 521567.0 ], [ 107294.0, 521625.0 ], [ 107335.0, 521660.0 ], [ 107387.0, 521688.0 ], [ 107601.0, 521753.0 ], [ 107782.0, 521786.0 ], [ 107971.0, 521868.0 ], [ 108510.0, 522164.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107956.0, 521123.0 ], [ 107828.0, 520964.0 ], [ 107675.0, 520828.0 ], [ 107457.0, 520875.0 ], [ 107206.0, 520935.0 ], [ 106948.0, 521016.0 ], [ 106638.0, 521111.0 ], [ 106395.0, 521229.0 ], [ 106669.0, 521182.0 ], [ 106909.0, 521130.0 ], [ 107320.0, 521113.0 ], [ 107538.0, 521039.0 ], [ 107730.0, 521034.0 ], [ 107956.0, 521123.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103973.0, 521909.0 ], [ 104249.0, 521668.0 ], [ 104518.0, 521442.0 ], [ 104915.0, 521165.0 ], [ 105380.0, 520892.0 ], [ 105997.0, 520538.0 ], [ 106734.0, 520186.0 ], [ 106677.0, 520156.0 ], [ 106546.0, 520069.0 ], [ 106510.0, 519863.0 ], [ 106557.0, 519730.0 ], [ 106454.0, 519517.0 ], [ 106370.0, 519327.0 ], [ 106315.0, 519004.0 ], [ 106386.0, 519016.0 ], [ 106418.0, 518980.0 ], [ 106420.0, 518807.0 ], [ 106419.0, 518711.0 ], [ 106436.0, 518659.0 ], [ 106446.0, 518586.0 ], [ 106435.0, 518523.0 ], [ 106395.0, 518546.0 ], [ 106379.0, 518583.0 ], [ 106281.0, 518591.0 ], [ 106213.0, 518498.0 ], [ 106180.0, 518411.0 ], [ 106175.0, 518311.0 ], [ 106173.0, 518232.0 ], [ 106226.0, 518151.0 ], [ 106236.0, 517973.0 ], [ 106198.0, 517717.0 ], [ 106142.0, 517586.0 ], [ 106158.0, 517462.0 ], [ 106229.0, 517321.0 ], [ 106189.0, 517244.0 ], [ 106074.0, 517311.0 ], [ 106040.0, 517383.0 ], [ 106037.0, 517460.0 ], [ 106122.0, 517679.0 ], [ 106108.0, 517785.0 ], [ 106026.0, 517995.0 ], [ 106019.0, 518154.0 ], [ 106095.0, 518404.0 ], [ 106124.0, 518699.0 ], [ 106075.0, 518725.0 ], [ 106072.0, 518786.0 ], [ 106093.0, 518949.0 ], [ 106044.0, 519008.0 ], [ 106040.0, 519095.0 ], [ 106103.0, 519178.0 ], [ 106213.0, 519264.0 ], [ 106275.0, 519439.0 ], [ 106173.0, 519502.0 ], [ 105974.0, 519570.0 ], [ 105829.0, 519434.0 ], [ 105692.0, 519125.0 ], [ 105659.0, 518933.0 ], [ 105637.0, 518645.0 ], [ 105661.0, 518350.0 ], [ 105742.0, 517986.0 ], [ 105880.0, 517686.0 ], [ 105981.0, 517442.0 ], [ 106001.0, 517169.0 ], [ 105838.0, 517124.0 ], [ 105762.0, 517065.0 ], [ 105735.0, 517309.0 ], [ 105619.0, 517435.0 ], [ 105506.0, 517411.0 ], [ 105378.0, 517246.0 ], [ 105303.0, 516942.0 ], [ 105290.0, 516567.0 ], [ 105299.0, 516199.0 ], [ 105308.0, 515940.0 ], [ 105304.0, 515710.0 ], [ 103127.0, 515702.0 ], [ 103143.0, 515846.0 ], [ 103216.0, 516322.0 ], [ 103277.0, 516866.0 ], [ 103413.0, 517861.0 ], [ 103517.0, 518636.0 ], [ 103598.0, 519220.0 ], [ 103652.0, 518959.0 ], [ 103659.0, 518852.0 ], [ 103710.0, 518546.0 ], [ 103766.0, 518256.0 ], [ 103838.0, 517959.0 ], [ 103903.0, 517594.0 ], [ 103958.0, 517404.0 ], [ 104023.0, 517216.0 ], [ 104158.0, 517061.0 ], [ 104196.0, 517094.0 ], [ 104224.0, 517251.0 ], [ 104232.0, 517451.0 ], [ 104189.0, 517682.0 ], [ 104159.0, 517946.0 ], [ 104126.0, 518162.0 ], [ 104119.0, 518358.0 ], [ 104196.0, 518384.0 ], [ 104328.0, 518318.0 ], [ 104456.0, 518258.0 ], [ 104569.0, 518235.0 ], [ 104608.0, 518292.0 ], [ 104536.0, 518439.0 ], [ 104374.0, 518680.0 ], [ 104263.0, 518923.0 ], [ 104130.0, 519294.0 ], [ 104066.0, 519673.0 ], [ 104013.0, 520049.0 ], [ 104020.0, 520427.0 ], [ 104056.0, 520816.0 ], [ 104066.0, 521076.0 ], [ 104031.0, 521490.0 ], [ 103973.0, 521909.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106932.0, 522348.0 ], [ 107072.0, 522314.0 ], [ 107100.0, 522163.0 ], [ 106975.0, 522031.0 ], [ 106786.0, 521905.0 ], [ 106540.0, 521788.0 ], [ 106060.0, 521478.0 ], [ 105860.0, 521442.0 ], [ 105769.0, 521557.0 ], [ 105854.0, 521737.0 ], [ 105986.0, 521890.0 ], [ 106293.0, 522075.0 ], [ 106549.0, 522226.0 ], [ 106770.0, 522307.0 ], [ 106932.0, 522348.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106304.0, 524801.0 ], [ 106438.0, 524751.0 ], [ 106486.0, 524679.0 ], [ 106521.0, 524401.0 ], [ 106552.0, 524088.0 ], [ 106570.0, 523818.0 ], [ 106668.0, 523488.0 ], [ 106809.0, 523222.0 ], [ 106910.0, 523010.0 ], [ 106861.0, 522963.0 ], [ 106655.0, 522949.0 ], [ 106371.0, 522995.0 ], [ 106066.0, 523085.0 ], [ 105717.0, 523078.0 ], [ 105398.0, 523119.0 ], [ 105348.0, 523274.0 ], [ 105418.0, 523440.0 ], [ 105533.0, 523611.0 ], [ 105632.0, 523799.0 ], [ 105738.0, 524016.0 ], [ 105933.0, 524446.0 ], [ 106128.0, 524696.0 ], [ 106304.0, 524801.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values_edited.geojson new file mode 100644 index 0000000..0b9562c --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS11/DS11_union_with_values_edited.geojson @@ -0,0 +1,148 @@ +{ +"type": "FeatureCollection", +"name": "DS11_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105704.0, 515677.0 ], [ 105765.0, 515712.0 ] ], [ [ 105621.0, 515631.0 ], [ 105704.0, 515677.0 ] ], [ [ 105582.0, 515610.0 ], [ 105621.0, 515631.0 ] ], [ [ 105304.0, 513146.0 ], [ 105162.0, 513460.0 ], [ 105006.0, 513760.0 ], [ 104795.0, 513992.0 ], [ 104606.0, 514188.0 ], [ 104438.0, 514469.0 ], [ 104304.0, 514612.0 ], [ 104121.0, 514695.0 ], [ 104019.0, 514845.0 ], [ 104046.0, 514990.0 ], [ 104341.0, 515201.0 ], [ 104594.0, 515344.0 ], [ 104826.0, 515471.0 ], [ 104949.0, 515543.0 ], [ 105154.0, 515474.0 ], [ 105336.0, 515482.0 ], [ 105582.0, 515610.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105622.0, 515504.0 ], [ 105944.0, 515582.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103536.0, 514867.0 ], [ 103612.0, 515009.0 ], [ 103568.0, 515226.0 ], [ 103444.0, 515267.0 ], [ 103305.0, 515259.0 ], [ 103208.0, 515334.0 ], [ 103210.0, 515440.0 ], [ 103433.0, 515580.0 ], [ 103833.0, 515488.0 ], [ 104133.0, 515351.0 ], [ 104924.0, 515638.0 ] ], [ [ 103536.0, 514867.0 ], [ 103467.0, 514976.0 ], [ 103264.0, 515095.0 ], [ 103028.0, 515178.0 ], [ 102808.0, 515320.0 ], [ 102706.0, 515475.0 ], [ 102676.0, 515640.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 107870.0, 515360.0 ], [ 107787.0, 515434.0 ], [ 107656.0, 515510.0 ], [ 107439.0, 515496.0 ], [ 107173.0, 515408.0 ], [ 106990.0, 515385.0 ], [ 106626.0, 515245.0 ], [ 106319.0, 514887.0 ], [ 106120.0, 514582.0 ], [ 105980.0, 514341.0 ], [ 105554.0, 514122.0 ], [ 105263.0, 514074.0 ], [ 105056.0, 514190.0 ], [ 104749.0, 514513.0 ], [ 104629.0, 514872.0 ], [ 104653.0, 515188.0 ], [ 104898.0, 515422.0 ], [ 105042.0, 515471.0 ], [ 105185.0, 515412.0 ], [ 105521.0, 515503.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103548.0, 513102.0 ], [ 103782.0, 513088.0 ], [ 104012.0, 513072.0 ], [ 104077.0, 513145.0 ], [ 103913.0, 513363.0 ], [ 103656.0, 513445.0 ], [ 103428.0, 513505.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105056.0, 512974.0 ], [ 105013.0, 513184.0 ], [ 104875.0, 513490.0 ], [ 104644.0, 513747.0 ], [ 104387.0, 514102.0 ], [ 104196.0, 514266.0 ], [ 103993.0, 514433.0 ], [ 103702.0, 514646.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104721.0, 512084.0 ], [ 104613.0, 512027.0 ] ], [ [ 104613.0, 512027.0 ], [ 104538.0, 511988.0 ], [ 104275.0, 511840.0 ], [ 104062.0, 511694.0 ], [ 103949.0, 511613.0 ], [ 103858.0, 511616.0 ], [ 103847.0, 511725.0 ], [ 103939.0, 511901.0 ], [ 103960.0, 512129.0 ], [ 103884.0, 512482.0 ], [ 103666.0, 512761.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 106952.0, 511943.0 ], [ 106849.0, 512005.0 ], [ 106738.0, 512097.0 ], [ 106695.0, 512421.0 ], [ 106747.0, 512560.0 ], [ 106775.0, 512856.0 ], [ 106661.0, 513062.0 ], [ 106670.0, 513279.0 ], [ 106777.0, 513672.0 ], [ 106817.0, 514068.0 ], [ 106912.0, 514403.0 ], [ 107057.0, 514540.0 ], [ 107269.0, 514671.0 ], [ 107556.0, 514756.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106853.0, 511058.0 ], [ 106604.0, 511124.0 ], [ 106176.0, 511221.0 ], [ 105810.0, 511376.0 ], [ 105552.0, 511636.0 ], [ 105400.0, 512047.0 ], [ 105335.0, 512117.0 ] ], [ [ 105209.0, 511939.0 ], [ 105204.0, 511973.0 ], [ 105210.0, 512001.0 ], [ 105232.0, 512048.0 ], [ 105253.0, 512082.0 ], [ 105261.0, 512099.0 ], [ 105276.0, 512114.0 ], [ 105296.0, 512128.0 ], [ 105330.0, 512128.0 ], [ 105335.0, 512117.0 ] ], [ [ 105209.0, 511939.0 ], [ 105312.0, 511584.0 ], [ 105574.0, 511320.0 ], [ 105922.0, 511178.0 ], [ 106269.0, 511017.0 ], [ 106447.0, 510750.0 ], [ 106671.0, 510319.0 ], [ 106838.0, 509901.0 ], [ 106915.0, 509567.0 ], [ 106823.0, 509414.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106915.0, 511805.0 ], [ 106866.0, 511842.0 ], [ 106781.0, 511810.0 ], [ 106728.0, 511811.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106655.0, 511787.0 ], [ 106559.0, 511791.0 ], [ 106398.0, 511809.0 ], [ 106130.0, 511766.0 ], [ 105963.0, 511810.0 ], [ 105857.0, 511971.0 ], [ 105803.0, 512147.0 ], [ 105729.0, 512350.0 ], [ 105618.0, 512531.0 ], [ 105571.0, 512640.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106846.0, 511566.0 ], [ 106647.0, 511514.0 ], [ 106404.0, 511592.0 ], [ 106165.0, 511617.0 ], [ 105919.0, 511740.0 ], [ 105765.0, 511933.0 ], [ 105569.0, 512166.0 ], [ 105452.0, 512367.0 ], [ 105308.0, 512540.0 ], [ 105156.0, 512731.0 ], [ 105104.0, 512842.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106786.0, 511297.0 ], [ 106633.0, 511380.0 ], [ 106382.0, 511411.0 ], [ 106078.0, 511500.0 ], [ 105771.0, 511737.0 ], [ 105532.0, 512046.0 ], [ 105429.0, 512256.0 ], [ 105257.0, 512449.0 ], [ 105144.0, 512584.0 ], [ 104962.0, 512812.0 ], [ 104861.0, 513035.0 ], [ 104695.0, 513356.0 ], [ 104506.0, 513641.0 ], [ 104248.0, 513851.0 ], [ 104051.0, 513948.0 ], [ 103746.0, 514117.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106032.0, 510103.0 ], [ 106169.0, 510196.0 ], [ 106368.0, 510435.0 ], [ 106390.0, 510694.0 ], [ 106217.0, 510911.0 ], [ 105981.0, 511028.0 ], [ 105683.0, 511135.0 ], [ 105468.0, 511235.0 ], [ 105298.0, 511328.0 ], [ 105189.0, 511416.0 ], [ 105187.0, 511579.0 ], [ 105134.0, 511761.0 ], [ 105088.0, 511970.0 ], [ 105017.0, 512207.0 ], [ 104929.0, 512483.0 ], [ 104802.0, 512642.0 ], [ 104690.0, 512652.0 ], [ 104615.0, 512586.0 ], [ 104555.0, 512310.0 ], [ 104403.0, 512034.0 ], [ 104231.0, 511939.0 ], [ 104129.0, 511878.0 ], [ 104041.0, 511996.0 ], [ 104044.0, 512307.0 ], [ 103941.0, 512593.0 ], [ 103844.0, 512751.0 ], [ 103626.0, 512888.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 104498.0, 510114.0 ], [ 104304.0, 510126.0 ], [ 104176.0, 510112.0 ], [ 104040.0, 510087.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103768.0, 510011.0 ], [ 103605.0, 510062.0 ], [ 103568.0, 510316.0 ], [ 103613.0, 510623.0 ], [ 103753.0, 510917.0 ], [ 103876.0, 511270.0 ], [ 104016.0, 511525.0 ], [ 104238.0, 511738.0 ], [ 104365.0, 511819.0 ], [ 104537.0, 511939.0 ], [ 104697.0, 512015.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108980.0, 509934.0 ], [ 108770.0, 510407.0 ], [ 108798.0, 510722.0 ], [ 108942.0, 510977.0 ], [ 109105.0, 511115.0 ], [ 109301.0, 511150.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103318.0, 508837.0 ], [ 103352.0, 508970.0 ], [ 103393.0, 509161.0 ], [ 103528.0, 509388.0 ], [ 103592.0, 509566.0 ], [ 103564.0, 509824.0 ] ], [ [ 104314.0, 508629.0 ], [ 103850.0, 508611.0 ], [ 103545.0, 508554.0 ] ], [ [ 103318.0, 508837.0 ], [ 103308.0, 508807.0 ], [ 103304.0, 508761.0 ], [ 103306.0, 508721.0 ], [ 103327.0, 508682.0 ], [ 103362.0, 508640.0 ], [ 103392.0, 508625.0 ], [ 103436.0, 508579.0 ], [ 103450.0, 508556.0 ], [ 103488.0, 508543.0 ], [ 103515.0, 508545.0 ], [ 103545.0, 508554.0 ] ], [ [ 103688.0, 509921.0 ], [ 103758.0, 509906.0 ], [ 103981.0, 509951.0 ], [ 104195.0, 510016.0 ], [ 104313.0, 510043.0 ], [ 104449.0, 510063.0 ] ], [ [ 103564.0, 509824.0 ], [ 103563.0, 509857.0 ], [ 103545.0, 509896.0 ], [ 103552.0, 509924.0 ], [ 103552.0, 509956.0 ], [ 103560.0, 509971.0 ], [ 103574.0, 509978.0 ], [ 103602.0, 509971.0 ], [ 103627.0, 509949.0 ], [ 103688.0, 509921.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106688.0, 509720.0 ], [ 106630.0, 509998.0 ], [ 106521.0, 510421.0 ], [ 106437.0, 510636.0 ], [ 106274.0, 510896.0 ], [ 106026.0, 511063.0 ], [ 105416.0, 511332.0 ], [ 105279.0, 511475.0 ], [ 105151.0, 511916.0 ], [ 105083.0, 512127.0 ], [ 104899.0, 512585.0 ], [ 104747.0, 512738.0 ], [ 104612.0, 512702.0 ], [ 104461.0, 512447.0 ], [ 104243.0, 512298.0 ], [ 104100.0, 512439.0 ], [ 103992.0, 512690.0 ], [ 103770.0, 512912.0 ], [ 103604.0, 512951.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103411.0, 508914.0 ], [ 103396.0, 508814.0 ], [ 103404.0, 508768.0 ], [ 103425.0, 508742.0 ], [ 103455.0, 508719.0 ], [ 103476.0, 508688.0 ], [ 103511.0, 508667.0 ], [ 103532.0, 508659.0 ], [ 103570.0, 508650.0 ] ], [ [ 103741.0, 509767.0 ], [ 103810.0, 509771.0 ], [ 103962.0, 509833.0 ], [ 104114.0, 509908.0 ], [ 104266.0, 509953.0 ], [ 104359.0, 510006.0 ], [ 104424.0, 509997.0 ], [ 104407.0, 509920.0 ], [ 104148.0, 509838.0 ], [ 103982.0, 509721.0 ], [ 103917.0, 509561.0 ], [ 103949.0, 509391.0 ], [ 104105.0, 509292.0 ], [ 104225.0, 509225.0 ] ], [ [ 104426.0, 508681.0 ], [ 104145.0, 508689.0 ], [ 103730.0, 508649.0 ], [ 103570.0, 508650.0 ] ], [ [ 103411.0, 508914.0 ], [ 103460.0, 509165.0 ], [ 103629.0, 509443.0 ], [ 103637.0, 509632.0 ], [ 103634.0, 509679.0 ] ], [ [ 103634.0, 509679.0 ], [ 103627.0, 509711.0 ], [ 103631.0, 509743.0 ], [ 103663.0, 509771.0 ], [ 103691.0, 509775.0 ], [ 103741.0, 509767.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 104047.0, 509570.0 ], [ 104144.0, 509636.0 ], [ 104290.0, 509721.0 ], [ 104408.0, 509803.0 ], [ 104472.0, 509839.0 ], [ 104511.0, 509903.0 ], [ 104516.0, 509969.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105387.0, 509500.0 ], [ 105378.0, 509705.0 ], [ 105421.0, 509899.0 ], [ 105500.0, 510014.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105473.0, 509450.0 ], [ 105497.0, 509676.0 ], [ 105571.0, 509849.0 ], [ 105613.0, 509934.0 ], [ 105673.0, 510028.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105728.0, 509300.0 ], [ 105738.0, 509486.0 ], [ 105720.0, 509670.0 ], [ 105800.0, 509869.0 ], [ 105886.0, 509984.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104258.0, 509255.0 ], [ 104158.0, 509287.0 ], [ 104030.0, 509354.0 ], [ 104001.0, 509383.0 ], [ 103966.0, 509483.0 ], [ 103984.0, 509565.0 ], [ 104041.0, 509654.0 ], [ 104108.0, 509689.0 ], [ 104308.0, 509785.0 ], [ 104404.0, 509853.0 ], [ 104468.0, 509917.0 ], [ 104486.0, 509953.0 ], [ 104486.0, 509999.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103716.0, 509214.0 ], [ 103702.0, 509207.0 ] ], [ [ 104365.0, 509071.0 ], [ 104178.0, 509098.0 ], [ 104044.0, 509123.0 ], [ 103929.0, 509181.0 ], [ 103859.0, 509200.0 ], [ 103795.0, 509212.0 ], [ 103725.0, 509219.0 ], [ 103716.0, 509214.0 ] ], [ [ 104358.0, 509029.0 ], [ 104369.0, 509059.0 ], [ 104365.0, 509071.0 ] ], [ [ 103702.0, 509207.0 ], [ 103604.0, 509053.0 ], [ 103611.0, 508928.0 ], [ 103669.0, 508838.0 ], [ 103732.0, 508811.0 ], [ 103853.0, 508804.0 ], [ 103946.0, 508824.0 ], [ 104019.0, 508830.0 ], [ 104108.0, 508887.0 ], [ 104242.0, 508945.0 ], [ 104318.0, 508989.0 ], [ 104350.0, 509008.0 ], [ 104358.0, 509029.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103298.0, 509077.0 ], [ 103353.0, 509232.0 ], [ 103467.0, 509424.0 ], [ 103549.0, 509543.0 ], [ 103547.0, 509700.0 ], [ 103520.0, 509973.0 ], [ 103442.0, 510183.0 ], [ 103402.0, 510381.0 ], [ 103310.0, 510580.0 ], [ 103326.0, 510809.0 ], [ 103508.0, 511015.0 ], [ 103607.0, 511282.0 ], [ 103713.0, 511645.0 ], [ 103809.0, 511938.0 ], [ 103838.0, 512239.0 ], [ 103726.0, 512504.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103479.0, 509067.0 ], [ 103605.0, 509288.0 ], [ 103734.0, 509353.0 ], [ 103964.0, 509279.0 ], [ 104161.0, 509176.0 ] ], [ [ 104175.0, 508818.0 ], [ 103956.0, 508761.0 ], [ 103687.0, 508704.0 ] ], [ [ 103479.0, 509067.0 ], [ 103469.0, 509042.0 ], [ 103457.0, 508979.0 ], [ 103453.0, 508921.0 ], [ 103459.0, 508883.0 ], [ 103476.0, 508833.0 ], [ 103526.0, 508763.0 ], [ 103578.0, 508724.0 ], [ 103612.0, 508711.0 ], [ 103635.0, 508705.0 ], [ 103664.0, 508701.0 ], [ 103687.0, 508704.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104295.0, 508994.0 ], [ 104175.0, 508984.0 ], [ 104026.0, 508902.0 ], [ 103829.0, 508865.0 ], [ 103741.0, 508934.0 ], [ 103700.0, 509031.0 ], [ 103745.0, 509119.0 ], [ 103922.0, 509111.0 ], [ 104013.0, 509074.0 ], [ 104146.0, 509070.0 ], [ 104288.0, 509061.0 ], [ 104334.0, 509050.0 ], [ 104332.0, 509044.0 ] ], [ [ 104332.0, 509044.0 ], [ 104300.0, 508994.0 ], [ 104295.0, 508994.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106481.0, 508681.0 ], [ 106487.0, 508953.0 ], [ 106561.0, 509194.0 ], [ 106586.0, 509288.0 ], [ 106622.0, 509395.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108463.0, 508671.0 ], [ 108433.0, 508870.0 ], [ 108286.0, 509163.0 ], [ 108140.0, 509439.0 ], [ 108092.0, 509691.0 ], [ 108191.0, 510032.0 ], [ 108286.0, 510424.0 ], [ 108382.0, 510794.0 ], [ 108520.0, 511158.0 ], [ 108742.0, 511469.0 ], [ 108880.0, 511638.0 ], [ 109016.0, 511773.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108632.0, 508551.0 ], [ 108543.0, 508747.0 ], [ 108484.0, 508983.0 ], [ 108515.0, 509305.0 ], [ 108678.0, 509605.0 ], [ 108766.0, 509871.0 ], [ 108656.0, 510133.0 ], [ 108512.0, 510359.0 ], [ 108479.0, 510602.0 ], [ 108667.0, 510905.0 ], [ 109156.0, 511385.0 ], [ 109346.0, 511506.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103274.0, 508924.0 ], [ 103258.0, 508745.0 ], [ 103323.0, 508582.0 ], [ 103398.0, 508514.0 ], [ 103453.0, 508514.0 ], [ 103662.0, 508559.0 ], [ 103937.0, 508596.0 ], [ 104203.0, 508604.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108803.0, 508501.0 ], [ 108733.0, 508739.0 ], [ 108608.0, 509041.0 ], [ 108679.0, 509321.0 ], [ 108856.0, 509538.0 ], [ 109009.0, 509686.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106198.0, 508012.0 ], [ 106067.0, 508099.0 ], [ 105997.0, 508218.0 ], [ 105954.0, 508333.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103910.0, 507425.0 ], [ 103899.0, 507432.0 ], [ 103889.0, 507445.0 ], [ 103899.0, 507450.0 ], [ 103926.0, 507438.0 ] ], [ [ 103974.0, 507647.0 ], [ 103977.0, 507642.0 ], [ 104070.0, 507545.0 ], [ 104083.0, 507447.0 ], [ 103989.0, 507419.0 ], [ 103926.0, 507438.0 ] ], [ [ 103910.0, 507425.0 ], [ 103924.0, 507411.0 ], [ 104051.0, 507251.0 ], [ 104007.0, 507108.0 ], [ 103813.0, 507113.0 ], [ 103792.0, 507112.0 ] ], [ [ 104062.0, 506598.0 ], [ 104070.0, 506537.0 ], [ 103970.0, 506419.0 ], [ 103947.0, 506323.0 ], [ 103976.0, 506245.0 ], [ 104137.0, 506245.0 ], [ 104352.0, 506308.0 ], [ 104512.0, 506306.0 ], [ 104731.0, 506389.0 ], [ 104830.0, 506320.0 ], [ 104780.0, 506071.0 ], [ 104716.0, 505900.0 ], [ 104799.0, 505752.0 ], [ 104948.0, 505665.0 ], [ 105001.0, 505467.0 ], [ 104979.0, 505256.0 ], [ 104832.0, 505123.0 ], [ 104622.0, 505117.0 ], [ 104502.0, 505074.0 ], [ 104562.0, 504884.0 ], [ 104646.0, 504675.0 ], [ 104548.0, 504454.0 ], [ 104250.0, 504358.0 ], [ 103995.0, 504362.0 ], [ 103694.0, 504436.0 ], [ 103332.0, 504431.0 ], [ 103058.0, 504456.0 ], [ 102740.0, 504514.0 ], [ 102561.0, 504662.0 ], [ 102541.0, 504831.0 ], [ 102665.0, 505040.0 ], [ 102808.0, 505245.0 ], [ 102848.0, 505516.0 ], [ 102933.0, 505686.0 ], [ 103028.0, 505811.0 ] ], [ [ 103770.0, 507086.0 ], [ 103737.0, 507098.0 ], [ 103732.0, 507112.0 ], [ 103755.0, 507112.0 ], [ 103772.0, 507110.0 ], [ 103792.0, 507112.0 ] ], [ [ 103974.0, 507647.0 ], [ 103961.0, 507653.0 ], [ 103951.0, 507662.0 ], [ 103950.0, 507674.0 ], [ 103960.0, 507679.0 ], [ 103965.0, 507674.0 ], [ 103985.0, 507663.0 ] ], [ [ 103668.0, 505628.0 ], [ 103791.0, 505731.0 ], [ 103895.0, 505984.0 ], [ 103805.0, 506192.0 ], [ 103700.0, 506235.0 ], [ 103553.0, 506261.0 ], [ 103522.0, 506305.0 ], [ 103639.0, 506340.0 ], [ 103807.0, 506384.0 ], [ 103897.0, 506494.0 ], [ 103957.0, 506589.0 ] ], [ [ 103408.0, 505684.0 ], [ 103459.0, 505642.0 ], [ 103494.0, 505622.0 ], [ 103564.0, 505622.0 ], [ 103668.0, 505628.0 ] ], [ [ 104062.0, 506598.0 ], [ 104258.0, 506968.0 ], [ 104417.0, 507066.0 ], [ 104573.0, 507084.0 ], [ 104595.0, 507158.0 ], [ 104392.0, 507181.0 ], [ 104265.0, 507289.0 ], [ 104160.0, 507477.0 ], [ 104042.0, 507634.0 ], [ 103985.0, 507663.0 ] ], [ [ 103770.0, 507086.0 ], [ 103861.0, 507030.0 ], [ 103928.0, 506977.0 ], [ 103957.0, 506589.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103663.0, 507552.0 ], [ 103658.0, 507534.0 ], [ 103668.0, 507499.0 ], [ 103691.0, 507467.0 ], [ 103715.0, 507439.0 ], [ 103730.0, 507408.0 ], [ 103728.0, 507394.0 ] ], [ [ 104277.0, 507792.0 ], [ 104114.0, 507888.0 ], [ 103888.0, 507895.0 ], [ 103747.0, 507823.0 ], [ 103794.0, 507691.0 ], [ 103902.0, 507590.0 ] ], [ [ 103820.0, 507636.0 ], [ 103846.0, 507611.0 ], [ 103871.0, 507584.0 ], [ 103902.0, 507570.0 ], [ 103911.0, 507573.0 ], [ 103911.0, 507582.0 ], [ 103902.0, 507590.0 ] ], [ [ 103820.0, 507636.0 ], [ 103769.0, 507662.0 ], [ 103705.0, 507650.0 ], [ 103663.0, 507552.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105947.0, 507158.0 ], [ 105682.0, 507065.0 ], [ 105466.0, 506866.0 ], [ 105337.0, 506713.0 ], [ 105127.0, 506721.0 ], [ 105150.0, 506878.0 ], [ 105160.0, 507142.0 ], [ 105046.0, 507348.0 ], [ 104774.0, 507416.0 ], [ 104404.0, 507393.0 ], [ 104262.0, 507561.0 ], [ 104141.0, 507743.0 ], [ 104052.0, 507808.0 ], [ 103980.0, 507818.0 ], [ 103848.0, 507765.0 ], [ 103820.0, 507692.0 ], [ 103940.0, 507601.0 ], [ 103950.0, 507595.0 ] ], [ [ 103722.0, 507506.0 ], [ 103781.0, 507390.0 ] ], [ [ 103943.0, 507516.0 ], [ 103877.0, 507547.0 ], [ 103788.0, 507615.0 ] ], [ [ 103722.0, 507506.0 ], [ 103715.0, 507519.0 ], [ 103710.0, 507544.0 ], [ 103708.0, 507576.0 ], [ 103723.0, 507591.0 ], [ 103743.0, 507617.0 ], [ 103758.0, 507622.0 ], [ 103779.0, 507622.0 ], [ 103788.0, 507615.0 ] ], [ [ 103950.0, 507595.0 ], [ 103955.0, 507586.0 ], [ 103965.0, 507578.0 ], [ 103971.0, 507554.0 ], [ 103985.0, 507528.0 ], [ 103983.0, 507506.0 ], [ 103971.0, 507496.0 ], [ 103963.0, 507494.0 ], [ 103943.0, 507516.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103525.0, 507500.0 ], [ 103552.0, 507492.0 ], [ 103577.0, 507462.0 ] ], [ [ 103638.0, 507337.0 ], [ 103577.0, 507462.0 ] ], [ [ 103525.0, 507500.0 ], [ 103389.0, 507543.0 ], [ 103195.0, 507590.0 ], [ 103069.0, 507720.0 ], [ 102998.0, 507864.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103849.0, 507491.0 ], [ 103978.0, 507469.0 ] ], [ [ 104008.0, 507541.0 ], [ 104020.0, 507528.0 ], [ 104015.0, 507489.0 ], [ 104010.0, 507479.0 ], [ 104000.0, 507471.0 ], [ 103990.0, 507467.0 ], [ 103978.0, 507469.0 ] ], [ [ 103435.0, 506541.0 ], [ 103367.0, 506670.0 ], [ 103437.0, 506805.0 ], [ 103602.0, 506901.0 ], [ 103775.0, 506934.0 ], [ 103809.0, 507010.0 ], [ 103668.0, 507104.0 ], [ 103662.0, 507150.0 ], [ 103786.0, 507155.0 ], [ 103994.0, 507150.0 ], [ 104005.0, 507252.0 ], [ 103924.0, 507380.0 ], [ 103855.0, 507437.0 ] ], [ [ 103849.0, 507491.0 ], [ 103815.0, 507487.0 ], [ 103810.0, 507474.0 ], [ 103839.0, 507452.0 ], [ 103855.0, 507437.0 ] ], [ [ 104008.0, 507541.0 ], [ 103920.0, 507654.0 ], [ 103880.0, 507711.0 ], [ 103995.0, 507740.0 ], [ 104123.0, 507606.0 ], [ 104233.0, 507423.0 ], [ 104330.0, 507305.0 ], [ 104461.0, 507263.0 ], [ 104677.0, 507305.0 ], [ 104866.0, 507291.0 ], [ 104983.0, 507090.0 ], [ 105008.0, 506902.0 ], [ 104884.0, 506823.0 ], [ 104703.0, 506947.0 ], [ 104544.0, 506978.0 ], [ 104386.0, 506962.0 ], [ 104301.0, 506883.0 ], [ 104267.0, 506636.0 ], [ 104272.0, 506505.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103078.0, 507197.0 ], [ 103191.0, 507311.0 ], [ 103347.0, 507420.0 ], [ 103491.0, 507435.0 ], [ 103549.0, 507418.0 ], [ 103628.0, 507327.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103189.0, 507093.0 ], [ 103207.0, 507040.0 ], [ 103285.0, 506982.0 ], [ 103458.0, 507016.0 ], [ 103571.0, 507063.0 ], [ 103618.0, 507144.0 ] ], [ [ 103550.0, 507263.0 ], [ 103571.0, 507257.0 ], [ 103601.0, 507226.0 ], [ 103621.0, 507194.0 ], [ 103624.0, 507152.0 ], [ 103618.0, 507144.0 ] ], [ [ 103550.0, 507263.0 ], [ 103418.0, 507295.0 ], [ 103276.0, 507245.0 ], [ 103215.0, 507165.0 ], [ 103189.0, 507093.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103623.0, 507321.0 ], [ 103464.0, 507371.0 ], [ 103264.0, 507284.0 ], [ 103179.0, 507194.0 ], [ 103128.0, 507103.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103249.0, 507076.0 ], [ 103310.0, 507080.0 ], [ 103406.0, 507092.0 ], [ 103522.0, 507101.0 ] ], [ [ 103451.0, 507263.0 ], [ 103293.0, 507212.0 ], [ 103241.0, 507166.0 ], [ 103249.0, 507076.0 ] ], [ [ 103451.0, 507263.0 ], [ 103497.0, 507256.0 ], [ 103527.0, 507241.0 ], [ 103564.0, 507214.0 ], [ 103591.0, 507165.0 ], [ 103586.0, 507140.0 ], [ 103564.0, 507115.0 ], [ 103539.0, 507103.0 ], [ 103522.0, 507101.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103220.0, 506928.0 ], [ 103207.0, 506958.0 ], [ 103122.0, 507025.0 ] ], [ [ 103686.0, 507233.0 ], [ 103644.0, 507175.0 ], [ 103573.0, 507017.0 ], [ 103435.0, 506957.0 ], [ 103292.0, 506903.0 ] ], [ [ 103220.0, 506928.0 ], [ 103227.0, 506916.0 ], [ 103242.0, 506901.0 ], [ 103263.0, 506894.0 ], [ 103292.0, 506903.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103448.0, 506161.0 ], [ 103330.0, 506367.0 ], [ 103185.0, 506507.0 ], [ 103059.0, 506616.0 ], [ 102841.0, 506711.0 ] ], [ [ 102841.0, 506711.0 ], [ 102816.0, 506724.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105984.0, 506693.0 ], [ 105931.0, 506773.0 ], [ 105934.0, 506850.0 ], [ 106018.0, 506925.0 ], [ 106075.0, 506944.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105952.0, 506680.0 ], [ 105896.0, 506745.0 ], [ 105892.0, 506818.0 ], [ 105921.0, 506882.0 ], [ 105994.0, 506935.0 ], [ 106075.0, 506961.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105887.0, 506653.0 ], [ 105866.0, 506791.0 ], [ 105926.0, 506902.0 ], [ 106002.0, 506952.0 ], [ 106076.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105822.0, 506639.0 ], [ 105816.0, 506773.0 ], [ 105885.0, 506934.0 ], [ 105987.0, 507006.0 ], [ 106065.0, 507029.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103662.0, 506618.0 ], [ 103711.0, 506687.0 ], [ 103774.0, 506756.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103672.0, 506605.0 ], [ 103755.0, 506674.0 ], [ 103807.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106826.0, 506529.0 ], [ 106777.0, 506568.0 ], [ 106715.0, 506681.0 ], [ 106769.0, 506799.0 ], [ 106704.0, 506958.0 ], [ 106616.0, 507230.0 ], [ 106565.0, 507490.0 ], [ 106528.0, 507772.0 ], [ 106458.0, 507932.0 ], [ 106344.0, 507996.0 ] ], [ [ 106863.0, 506443.0 ], [ 106826.0, 506529.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104353.0, 506562.0 ], [ 104388.0, 506671.0 ], [ 104599.0, 506811.0 ], [ 104715.0, 506744.0 ], [ 104670.0, 506599.0 ], [ 104519.0, 506522.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103710.0, 506492.0 ], [ 103740.0, 506522.0 ], [ 103797.0, 506569.0 ], [ 103838.0, 506651.0 ], [ 103856.0, 506769.0 ], [ 103845.0, 506776.0 ], [ 103827.0, 506783.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106669.0, 506451.0 ], [ 106545.0, 506670.0 ], [ 106424.0, 507084.0 ], [ 106215.0, 507410.0 ], [ 105963.0, 507658.0 ], [ 105842.0, 507908.0 ], [ 105810.0, 508098.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106566.0, 506425.0 ], [ 106478.0, 506518.0 ], [ 106433.0, 506596.0 ], [ 106408.0, 506726.0 ], [ 106350.0, 506880.0 ], [ 106258.0, 506978.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106941.0, 506375.0 ], [ 106818.0, 506617.0 ], [ 106811.0, 506724.0 ], [ 106772.0, 506978.0 ], [ 106650.0, 507312.0 ], [ 106617.0, 507635.0 ], [ 106618.0, 507953.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 106992.0, 506326.0 ], [ 106833.0, 506685.0 ], [ 106840.0, 506890.0 ], [ 106733.0, 507186.0 ], [ 106717.0, 507374.0 ], [ 106772.0, 507616.0 ], [ 106746.0, 507838.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 107090.0, 506232.0 ], [ 107104.0, 506475.0 ], [ 107028.0, 506754.0 ], [ 106824.0, 507191.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107130.0, 506173.0 ], [ 107186.0, 506273.0 ], [ 107229.0, 506468.0 ], [ 107140.0, 506730.0 ], [ 107001.0, 506961.0 ], [ 106882.0, 507231.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105868.0, 506149.0 ], [ 105858.0, 506256.0 ], [ 105871.0, 506354.0 ], [ 105931.0, 506535.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105906.0, 506146.0 ], [ 105912.0, 506368.0 ], [ 105982.0, 506521.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103584.0, 506029.0 ], [ 103666.0, 506075.0 ], [ 103767.0, 506102.0 ], [ 103772.0, 506168.0 ], [ 103636.0, 506194.0 ], [ 103540.0, 506144.0 ] ], [ [ 103538.0, 506409.0 ], [ 103470.0, 506341.0 ], [ 103470.0, 506278.0 ], [ 103488.0, 506223.0 ], [ 103540.0, 506144.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105774.0, 506136.0 ], [ 105801.0, 506295.0 ], [ 105787.0, 506409.0 ], [ 105762.0, 506555.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105737.0, 506103.0 ], [ 105781.0, 506239.0 ], [ 105757.0, 506377.0 ], [ 105626.0, 506563.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107185.0, 506080.0 ], [ 107314.0, 506277.0 ], [ 107293.0, 506632.0 ], [ 107102.0, 506944.0 ], [ 106988.0, 507122.0 ], [ 106930.0, 507291.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107198.0, 506058.0 ], [ 107439.0, 506456.0 ], [ 107417.0, 506893.0 ], [ 107252.0, 507236.0 ], [ 107061.0, 507487.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106787.0, 509332.0 ], [ 106729.0, 509196.0 ], [ 106655.0, 508953.0 ], [ 106632.0, 508752.0 ], [ 106659.0, 508461.0 ], [ 106707.0, 508319.0 ], [ 106833.0, 508168.0 ], [ 107217.0, 507588.0 ], [ 107437.0, 507190.0 ], [ 107542.0, 506758.0 ], [ 107520.0, 506354.0 ], [ 107386.0, 506108.0 ], [ 107218.0, 506023.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108034.0, 504718.0 ], [ 107823.0, 504739.0 ], [ 107445.0, 504670.0 ], [ 107152.0, 504669.0 ], [ 107101.0, 504821.0 ], [ 107023.0, 504993.0 ], [ 106997.0, 505113.0 ], [ 107030.0, 505387.0 ], [ 106912.0, 505627.0 ], [ 106859.0, 505787.0 ], [ 106877.0, 505847.0 ], [ 106907.0, 505878.0 ] ], [ [ 106907.0, 505878.0 ], [ 106946.0, 505914.0 ], [ 106961.0, 505919.0 ], [ 106976.0, 505929.0 ], [ 106991.0, 505936.0 ], [ 107007.0, 505938.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 109409.0, 505853.0 ], [ 109221.0, 505921.0 ], [ 109074.0, 506029.0 ], [ 108974.0, 506211.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107270.0, 505678.0 ], [ 107672.0, 506037.0 ], [ 107818.0, 506484.0 ], [ 107761.0, 506907.0 ], [ 107647.0, 507251.0 ], [ 107486.0, 507700.0 ], [ 107434.0, 508086.0 ], [ 107540.0, 508458.0 ], [ 107622.0, 508669.0 ], [ 107678.0, 508824.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103811.0, 505876.0 ], [ 103794.0, 505767.0 ], [ 103672.0, 505670.0 ], [ 103547.0, 505653.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105392.0, 505727.0 ], [ 105322.0, 505883.0 ], [ 105322.0, 505979.0 ], [ 105397.0, 505915.0 ], [ 105464.0, 505756.0 ], [ 105532.0, 505685.0 ], [ 105505.0, 505647.0 ], [ 105434.0, 505690.0 ], [ 105392.0, 505727.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107243.0, 505610.0 ], [ 107396.0, 505739.0 ], [ 107670.0, 505896.0 ], [ 107888.0, 506159.0 ], [ 107998.0, 506685.0 ], [ 107915.0, 507205.0 ], [ 107733.0, 507654.0 ], [ 107594.0, 508052.0 ], [ 107641.0, 508406.0 ], [ 107766.0, 508694.0 ], [ 107808.0, 508843.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105624.0, 505593.0 ], [ 105473.0, 505641.0 ], [ 105291.0, 505803.0 ], [ 105214.0, 505994.0 ], [ 105245.0, 506245.0 ], [ 105298.0, 506482.0 ], [ 105374.0, 506493.0 ], [ 105423.0, 506452.0 ], [ 105451.0, 506359.0 ], [ 105391.0, 506239.0 ], [ 105384.0, 506072.0 ], [ 105417.0, 505953.0 ], [ 105436.0, 505870.0 ], [ 105489.0, 505774.0 ], [ 105619.0, 505659.0 ], [ 105643.0, 505599.0 ], [ 105624.0, 505593.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 505583.0 ], [ 107467.0, 505687.0 ], [ 107748.0, 505795.0 ], [ 107963.0, 505957.0 ], [ 108021.0, 506117.0 ], [ 108149.0, 506504.0 ], [ 108186.0, 506958.0 ], [ 108060.0, 507505.0 ], [ 107925.0, 507926.0 ], [ 107826.0, 508343.0 ], [ 107841.0, 508632.0 ], [ 107922.0, 508856.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107220.0, 505551.0 ], [ 107809.0, 505568.0 ], [ 107980.0, 505614.0 ], [ 108148.0, 505697.0 ] ], [ [ 107220.0, 505551.0 ], [ 107551.0, 505672.0 ], [ 107903.0, 505792.0 ], [ 108123.0, 505924.0 ], [ 108292.0, 506075.0 ], [ 108442.0, 506372.0 ], [ 108508.0, 506776.0 ], [ 108484.0, 507152.0 ], [ 108382.0, 507518.0 ], [ 108402.0, 507652.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105587.0, 505519.0 ], [ 105253.0, 505787.0 ], [ 105196.0, 506014.0 ], [ 105213.0, 506182.0 ], [ 105242.0, 506442.0 ], [ 105295.0, 506534.0 ], [ 105419.0, 506515.0 ], [ 105499.0, 506445.0 ], [ 105535.0, 506315.0 ], [ 105612.0, 506208.0 ], [ 105549.0, 506084.0 ], [ 105440.0, 505957.0 ], [ 105447.0, 505871.0 ], [ 105524.0, 505754.0 ], [ 105647.0, 505670.0 ], [ 105749.0, 505523.0 ], [ 105721.0, 505463.0 ], [ 105717.0, 505468.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105882.0, 505598.0 ], [ 105902.0, 505470.0 ], [ 105959.0, 505398.0 ], [ 106060.0, 505427.0 ], [ 106072.0, 505516.0 ], [ 106034.0, 505626.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104323.0, 506403.0 ], [ 104530.0, 506422.0 ], [ 104796.0, 506534.0 ], [ 104937.0, 506610.0 ], [ 105125.0, 506558.0 ], [ 105263.0, 506541.0 ], [ 105363.0, 506576.0 ], [ 105563.0, 506425.0 ], [ 105618.0, 506304.0 ], [ 105704.0, 506206.0 ], [ 105579.0, 506056.0 ], [ 105472.0, 505899.0 ], [ 105490.0, 505831.0 ], [ 105554.0, 505770.0 ], [ 105658.0, 505702.0 ], [ 105747.0, 505606.0 ], [ 105787.0, 505445.0 ], [ 105668.0, 505334.0 ], [ 105577.0, 505393.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104167.0, 505798.0 ], [ 104267.0, 505816.0 ], [ 104403.0, 505798.0 ], [ 104566.0, 505689.0 ], [ 104675.0, 505517.0 ], [ 104647.0, 505399.0 ], [ 104530.0, 505354.0 ], [ 104430.0, 505318.0 ], [ 104303.0, 505309.0 ], [ 104240.0, 505327.0 ], [ 104149.0, 505318.0 ], [ 104059.0, 505336.0 ], [ 103977.0, 505445.0 ], [ 103950.0, 505490.0 ], [ 103941.0, 505599.0 ], [ 103968.0, 505653.0 ], [ 104059.0, 505698.0 ], [ 104113.0, 505743.0 ], [ 104167.0, 505798.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 7.5, "value": 7.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103146.0, 505283.0 ], [ 103086.0, 505383.0 ], [ 103118.0, 505572.0 ], [ 103173.0, 505656.0 ], [ 103257.0, 505572.0 ], [ 103244.0, 505392.0 ], [ 103186.0, 505303.0 ], [ 103146.0, 505283.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106064.0, 505722.0 ], [ 106120.0, 505530.0 ], [ 106097.0, 505351.0 ], [ 105982.0, 505171.0 ], [ 105763.0, 505131.0 ], [ 105505.0, 505129.0 ], [ 105386.0, 505169.0 ], [ 105446.0, 505260.0 ], [ 105695.0, 505292.0 ], [ 105841.0, 505325.0 ], [ 105886.0, 505416.0 ], [ 105798.0, 505634.0 ], [ 105674.0, 505745.0 ], [ 105562.0, 505790.0 ], [ 105512.0, 505836.0 ], [ 105572.0, 505891.0 ], [ 105654.0, 505927.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104361.0, 505088.0 ], [ 104345.0, 505100.0 ], [ 104337.0, 505136.0 ], [ 104369.0, 505156.0 ], [ 104421.0, 505164.0 ], [ 104465.0, 505168.0 ], [ 104518.0, 505177.0 ] ], [ [ 104066.0, 504860.0 ], [ 104123.0, 505028.0 ], [ 103972.0, 505298.0 ], [ 103748.0, 505412.0 ], [ 103745.0, 505507.0 ], [ 103841.0, 505666.0 ], [ 103909.0, 505842.0 ], [ 103994.0, 506091.0 ], [ 104209.0, 506159.0 ], [ 104487.0, 506013.0 ], [ 104708.0, 505689.0 ], [ 104872.0, 505472.0 ], [ 104851.0, 505295.0 ], [ 104595.0, 505199.0 ], [ 104518.0, 505177.0 ] ], [ [ 104361.0, 505088.0 ], [ 104442.0, 504910.0 ], [ 104550.0, 504574.0 ], [ 104347.0, 504418.0 ], [ 104003.0, 504425.0 ], [ 103698.0, 504495.0 ], [ 103306.0, 504499.0 ], [ 103012.0, 504510.0 ], [ 102785.0, 504607.0 ], [ 102641.0, 504805.0 ], [ 102687.0, 504971.0 ], [ 102809.0, 505152.0 ], [ 102903.0, 505411.0 ], [ 102974.0, 505652.0 ], [ 103097.0, 505760.0 ], [ 103222.0, 505822.0 ], [ 103299.0, 505724.0 ], [ 103443.0, 505498.0 ], [ 103504.0, 505287.0 ], [ 103512.0, 505155.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103610.0, 505140.0 ], [ 103658.0, 505262.0 ], [ 103759.0, 505288.0 ], [ 103921.0, 505251.0 ], [ 103990.0, 505154.0 ], [ 104026.0, 504930.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 505085.0 ], [ 102953.0, 505202.0 ], [ 103015.0, 505455.0 ], [ 103146.0, 505703.0 ], [ 103300.0, 505668.0 ], [ 103353.0, 505313.0 ], [ 103424.0, 504984.0 ], [ 103621.0, 504770.0 ], [ 103838.0, 504670.0 ], [ 103951.0, 504549.0 ], [ 103675.0, 504508.0 ], [ 103209.0, 504645.0 ], [ 102969.0, 504770.0 ], [ 102853.0, 504893.0 ], [ 102877.0, 505085.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105519.0, 505513.0 ], [ 105371.0, 505597.0 ], [ 105160.0, 505744.0 ], [ 104979.0, 505971.0 ], [ 104857.0, 506053.0 ], [ 104748.0, 505953.0 ], [ 104793.0, 505822.0 ], [ 104988.0, 505758.0 ], [ 105125.0, 505659.0 ], [ 105177.0, 505402.0 ], [ 105077.0, 505183.0 ], [ 104867.0, 505029.0 ], [ 104730.0, 504980.0 ], [ 104714.0, 504790.0 ], [ 104759.0, 504532.0 ], [ 104518.0, 504326.0 ], [ 104236.0, 504265.0 ], [ 104029.0, 504285.0 ], [ 103823.0, 504367.0 ], [ 103189.0, 504384.0 ], [ 102795.0, 504369.0 ], [ 102504.0, 504419.0 ], [ 102375.0, 504699.0 ], [ 102507.0, 504933.0 ], [ 102670.0, 505138.0 ], [ 102761.0, 505238.0 ], [ 102790.0, 505527.0 ], [ 102868.0, 505749.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 108027.0, 504261.0 ], [ 107891.0, 504357.0 ], [ 107562.0, 504351.0 ], [ 107288.0, 504289.0 ], [ 107015.0, 504289.0 ], [ 106885.0, 504340.0 ], [ 106875.0, 504463.0 ], [ 106981.0, 504711.0 ], [ 106891.0, 504856.0 ], [ 106724.0, 505003.0 ], [ 106646.0, 505163.0 ], [ 106739.0, 505232.0 ], [ 106897.0, 505284.0 ], [ 106945.0, 505330.0 ], [ 106908.0, 505471.0 ], [ 106863.0, 505608.0 ], [ 106832.0, 505747.0 ], [ 106835.0, 505822.0 ], [ 106921.0, 505924.0 ], [ 107001.0, 505955.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109389.0, 504932.0 ], [ 109173.0, 504783.0 ], [ 108964.0, 504525.0 ], [ 108828.0, 504231.0 ], [ 108748.0, 503965.0 ], [ 108672.0, 503817.0 ], [ 108539.0, 503737.0 ], [ 108338.0, 503708.0 ], [ 108168.0, 503765.0 ], [ 108003.0, 503954.0 ], [ 107727.0, 504120.0 ], [ 107366.0, 504153.0 ], [ 107142.0, 504159.0 ], [ 106997.0, 504189.0 ], [ 106846.0, 504291.0 ], [ 106807.0, 504344.0 ], [ 106801.0, 504508.0 ], [ 106843.0, 504754.0 ], [ 106657.0, 504919.0 ], [ 106609.0, 505022.0 ], [ 106622.0, 505171.0 ], [ 106831.0, 505313.0 ], [ 106889.0, 505438.0 ], [ 106795.0, 505673.0 ], [ 106789.0, 505822.0 ], [ 106840.0, 505903.0 ], [ 106996.0, 505971.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109383.0, 504690.0 ], [ 109185.0, 504528.0 ], [ 108982.0, 504273.0 ], [ 108825.0, 503978.0 ], [ 108713.0, 503801.0 ], [ 108519.0, 503656.0 ], [ 108330.0, 503622.0 ], [ 108131.0, 503689.0 ], [ 107917.0, 503872.0 ], [ 107728.0, 504004.0 ], [ 107491.0, 504063.0 ], [ 107250.0, 504111.0 ], [ 107079.0, 504138.0 ], [ 106911.0, 504194.0 ], [ 106696.0, 504368.0 ], [ 106708.0, 504590.0 ], [ 106652.0, 504856.0 ], [ 106534.0, 504991.0 ], [ 106576.0, 505149.0 ], [ 106694.0, 505242.0 ], [ 106825.0, 505352.0 ], [ 106846.0, 505474.0 ], [ 106792.0, 505628.0 ], [ 106762.0, 505780.0 ], [ 106821.0, 505914.0 ], [ 106993.0, 505982.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109377.0, 504405.0 ], [ 109185.0, 504344.0 ], [ 108997.0, 504093.0 ], [ 108868.0, 503857.0 ], [ 108764.0, 503730.0 ], [ 108624.0, 503645.0 ], [ 108395.0, 503584.0 ], [ 108130.0, 503601.0 ], [ 107937.0, 503687.0 ], [ 107346.0, 503992.0 ], [ 107066.0, 504095.0 ], [ 106911.0, 504171.0 ], [ 106694.0, 504321.0 ], [ 106541.0, 504476.0 ], [ 106490.0, 504740.0 ], [ 106435.0, 504991.0 ], [ 106494.0, 505130.0 ], [ 106623.0, 505230.0 ], [ 106731.0, 505317.0 ], [ 106815.0, 505402.0 ], [ 106825.0, 505472.0 ], [ 106719.0, 505576.0 ], [ 106707.0, 505797.0 ], [ 106782.0, 505951.0 ], [ 106849.0, 506026.0 ], [ 106957.0, 506092.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109336.0, 502507.0 ], [ 109098.0, 502498.0 ], [ 108768.0, 502599.0 ], [ 108450.0, 502922.0 ], [ 108207.0, 503157.0 ], [ 107951.0, 503341.0 ], [ 107618.0, 503443.0 ], [ 107164.0, 503440.0 ], [ 106841.0, 503435.0 ], [ 106647.0, 503485.0 ], [ 106502.0, 503552.0 ], [ 106449.0, 503670.0 ], [ 106431.0, 503771.0 ], [ 106285.0, 503814.0 ], [ 106133.0, 503735.0 ], [ 105979.0, 503706.0 ], [ 105815.0, 503742.0 ], [ 105620.0, 503915.0 ], [ 105463.0, 504117.0 ], [ 105312.0, 504281.0 ], [ 105192.0, 504380.0 ], [ 105180.0, 504471.0 ], [ 105249.0, 504586.0 ], [ 105258.0, 504765.0 ], [ 105225.0, 504940.0 ], [ 105378.0, 504992.0 ], [ 105522.0, 505036.0 ], [ 105876.0, 505027.0 ], [ 106065.0, 505142.0 ], [ 106171.0, 505384.0 ], [ 106264.0, 505608.0 ], [ 106348.0, 505792.0 ], [ 106407.0, 506012.0 ], [ 106224.0, 506136.0 ], [ 106051.0, 506209.0 ], [ 106029.0, 506334.0 ], [ 106030.0, 506508.0 ] ], [ [ 106030.0, 506508.0 ], [ 105992.0, 506391.0 ], [ 105970.0, 506233.0 ], [ 106092.0, 506086.0 ], [ 106228.0, 505932.0 ], [ 106236.0, 505706.0 ], [ 106165.0, 505427.0 ], [ 106029.0, 505152.0 ], [ 105897.0, 505063.0 ], [ 105694.0, 505057.0 ], [ 105431.0, 505041.0 ], [ 105224.0, 505010.0 ], [ 105137.0, 504952.0 ], [ 105169.0, 504804.0 ], [ 105196.0, 504636.0 ], [ 105104.0, 504490.0 ], [ 105083.0, 504399.0 ], [ 105177.0, 504275.0 ], [ 105317.0, 504183.0 ], [ 105489.0, 503988.0 ], [ 105620.0, 503862.0 ], [ 105829.0, 503689.0 ], [ 106186.0, 503579.0 ], [ 106496.0, 503472.0 ], [ 106676.0, 503392.0 ], [ 106844.0, 503296.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 504314.0 ], [ 102553.0, 504253.0 ], [ 102833.0, 504294.0 ], [ 103165.0, 504328.0 ], [ 103525.0, 504318.0 ], [ 103808.0, 504329.0 ], [ 104059.0, 504257.0 ], [ 104254.0, 504231.0 ], [ 104559.0, 504281.0 ], [ 104728.0, 504378.0 ], [ 104824.0, 504539.0 ], [ 104848.0, 504734.0 ], [ 104904.0, 504894.0 ], [ 104988.0, 504925.0 ], [ 105089.0, 504845.0 ], [ 105115.0, 504709.0 ], [ 105024.0, 504471.0 ], [ 105033.0, 504293.0 ], [ 105145.0, 504186.0 ], [ 105338.0, 504087.0 ], [ 105493.0, 503947.0 ], [ 105696.0, 503714.0 ], [ 105886.0, 503579.0 ], [ 106167.0, 503518.0 ], [ 106389.0, 503459.0 ], [ 106521.0, 503413.0 ], [ 106636.0, 503359.0 ], [ 106720.0, 503234.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 106654.0, 503201.0 ], [ 106387.0, 503340.0 ], [ 106100.0, 503422.0 ], [ 105772.0, 503547.0 ], [ 105620.0, 503702.0 ], [ 105428.0, 503920.0 ], [ 105190.0, 504094.0 ], [ 105030.0, 504206.0 ], [ 104969.0, 504387.0 ], [ 105000.0, 504560.0 ], [ 105054.0, 504695.0 ], [ 105011.0, 504826.0 ], [ 104935.0, 504873.0 ], [ 104905.0, 504714.0 ], [ 104873.0, 504585.0 ], [ 104787.0, 504390.0 ], [ 104523.0, 504194.0 ], [ 104063.0, 504136.0 ], [ 103783.0, 504238.0 ], [ 103366.0, 504221.0 ], [ 102936.0, 504183.0 ], [ 102551.0, 504127.0 ], [ 102300.0, 504070.0 ], [ 102088.0, 504070.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109372.0, 504175.0 ], [ 108878.0, 503741.0 ], [ 108647.0, 503542.0 ], [ 108291.0, 503508.0 ], [ 107938.0, 503553.0 ], [ 107682.0, 503694.0 ], [ 107381.0, 503852.0 ], [ 107045.0, 503998.0 ], [ 106801.0, 504136.0 ], [ 106587.0, 504251.0 ], [ 106435.0, 504428.0 ], [ 106383.0, 504700.0 ], [ 106349.0, 505007.0 ], [ 106271.0, 505126.0 ], [ 106143.0, 505075.0 ], [ 105991.0, 504926.0 ], [ 105821.0, 504903.0 ], [ 105666.0, 504920.0 ], [ 105551.0, 504922.0 ], [ 105475.0, 504798.0 ], [ 105445.0, 504714.0 ], [ 105430.0, 504597.0 ], [ 105462.0, 504468.0 ], [ 105541.0, 504408.0 ], [ 105711.0, 504374.0 ], [ 105835.0, 504352.0 ], [ 105926.0, 504194.0 ], [ 106098.0, 504135.0 ], [ 106410.0, 504147.0 ], [ 106644.0, 504133.0 ], [ 106770.0, 504097.0 ], [ 106802.0, 504000.0 ], [ 106703.0, 503852.0 ], [ 106627.0, 503715.0 ], [ 106639.0, 503636.0 ], [ 106808.0, 503585.0 ], [ 107157.0, 503589.0 ], [ 107530.0, 503576.0 ], [ 107776.0, 503563.0 ], [ 108008.0, 503472.0 ], [ 108219.0, 503348.0 ], [ 108464.0, 503179.0 ], [ 108835.0, 503101.0 ], [ 109078.0, 503114.0 ], [ 109349.0, 503096.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102035.0, 502922.0 ], [ 101984.0, 502955.0 ] ], [ [ 102814.0, 500567.0 ], [ 102673.0, 500619.0 ], [ 102634.0, 500798.0 ], [ 102621.0, 501014.0 ], [ 102431.0, 501225.0 ], [ 102336.0, 501392.0 ], [ 102411.0, 501517.0 ], [ 102524.0, 501549.0 ], [ 102711.0, 501490.0 ], [ 102871.0, 501490.0 ], [ 102948.0, 501599.0 ], [ 102964.0, 501718.0 ], [ 102919.0, 501728.0 ], [ 102736.0, 501643.0 ], [ 102585.0, 501632.0 ], [ 102531.0, 501669.0 ], [ 102580.0, 501730.0 ], [ 102653.0, 501790.0 ], [ 102751.0, 501856.0 ], [ 102837.0, 501957.0 ], [ 102846.0, 502108.0 ], [ 102781.0, 502342.0 ], [ 102395.0, 502692.0 ], [ 102188.0, 502857.0 ], [ 102035.0, 502922.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109344.0, 502900.0 ], [ 108979.0, 502868.0 ], [ 108603.0, 502905.0 ], [ 108400.0, 503014.0 ], [ 108230.0, 503227.0 ], [ 108018.0, 503382.0 ], [ 107708.0, 503517.0 ], [ 107273.0, 503536.0 ], [ 106925.0, 503508.0 ], [ 106622.0, 503520.0 ], [ 106565.0, 503637.0 ], [ 106633.0, 503795.0 ], [ 106707.0, 503934.0 ], [ 106690.0, 504035.0 ], [ 106503.0, 504104.0 ], [ 106271.0, 503959.0 ], [ 106026.0, 503794.0 ], [ 105823.0, 503818.0 ], [ 105662.0, 503984.0 ], [ 105458.0, 504246.0 ], [ 105289.0, 504349.0 ], [ 105255.0, 504509.0 ], [ 105376.0, 504695.0 ], [ 105452.0, 504896.0 ], [ 105572.0, 505000.0 ], [ 105797.0, 504991.0 ], [ 106007.0, 505060.0 ], [ 106129.0, 505186.0 ], [ 106203.0, 505364.0 ], [ 106263.0, 505531.0 ], [ 106411.0, 505670.0 ], [ 106547.0, 505847.0 ], [ 106641.0, 506065.0 ], [ 106645.0, 506288.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109327.0, 502104.0 ], [ 109159.0, 502099.0 ], [ 108899.0, 502085.0 ], [ 108604.0, 502151.0 ], [ 108446.0, 502323.0 ], [ 108348.0, 502625.0 ], [ 108262.0, 502774.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102610.0, 501710.0 ], [ 102650.0, 501736.0 ], [ 102704.0, 501765.0 ], [ 102758.0, 501752.0 ], [ 102724.0, 501709.0 ], [ 102648.0, 501692.0 ], [ 102610.0, 501710.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102584.0, 501693.0 ], [ 102653.0, 501769.0 ], [ 102725.0, 501826.0 ], [ 102799.0, 501855.0 ], [ 102896.0, 501846.0 ], [ 102897.0, 501777.0 ], [ 102762.0, 501709.0 ], [ 102647.0, 501669.0 ], [ 102584.0, 501693.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104208.0, 501464.0 ], [ 103970.0, 501534.0 ], [ 103675.0, 501715.0 ], [ 103510.0, 501881.0 ], [ 103450.0, 502092.0 ], [ 103384.0, 502315.0 ], [ 103278.0, 502508.0 ], [ 103075.0, 502642.0 ], [ 102841.0, 502721.0 ], [ 102671.0, 502802.0 ], [ 102472.0, 502953.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 102246.0, 501455.0 ], [ 102312.0, 501514.0 ], [ 102518.0, 501731.0 ], [ 102603.0, 501788.0 ], [ 102711.0, 501870.0 ], [ 102789.0, 501955.0 ], [ 102724.0, 502053.0 ], [ 102618.0, 502037.0 ], [ 102408.0, 502024.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104224.0, 501391.0 ], [ 104038.0, 501427.0 ], [ 103813.0, 501529.0 ], [ 103630.0, 501643.0 ], [ 103400.0, 501884.0 ], [ 103257.0, 502114.0 ], [ 103210.0, 502362.0 ], [ 103026.0, 502535.0 ], [ 102812.0, 502632.0 ], [ 102563.0, 502774.0 ], [ 102291.0, 502974.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104242.0, 501293.0 ], [ 104077.0, 501343.0 ], [ 103811.0, 501420.0 ], [ 103468.0, 501648.0 ], [ 103243.0, 501895.0 ], [ 103040.0, 502176.0 ], [ 102747.0, 502532.0 ], [ 102269.0, 502899.0 ], [ 102155.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 104977.0, 501265.0 ], [ 104900.0, 501389.0 ], [ 104832.0, 501528.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 101687.0, 501042.0 ], [ 101570.0, 501057.0 ], [ 101496.0, 501097.0 ], [ 101424.0, 501217.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107014.0, 501458.0 ], [ 107170.0, 501373.0 ], [ 107352.0, 501236.0 ], [ 107433.0, 501165.0 ], [ 107509.0, 501036.0 ], [ 107673.0, 500882.0 ], [ 107955.0, 500943.0 ], [ 108218.0, 501005.0 ], [ 108385.0, 501056.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104486.0, 500700.0 ], [ 104278.0, 500811.0 ], [ 103910.0, 500976.0 ], [ 103780.0, 501012.0 ], [ 103731.0, 501107.0 ], [ 103795.0, 501180.0 ], [ 104001.0, 501197.0 ], [ 104117.0, 501159.0 ], [ 104310.0, 501158.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104213.0, 500629.0 ], [ 104093.0, 500688.0 ], [ 103919.0, 500757.0 ], [ 103769.0, 500794.0 ], [ 103704.0, 500812.0 ], [ 103571.0, 500806.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104120.0, 500562.0 ], [ 103972.0, 500627.0 ], [ 103858.0, 500660.0 ], [ 103755.0, 500679.0 ], [ 103674.0, 500690.0 ], [ 103556.0, 500681.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106982.0, 501047.0 ], [ 107032.0, 500853.0 ], [ 107139.0, 500537.0 ], [ 107351.0, 500331.0 ], [ 107621.0, 500342.0 ], [ 107864.0, 500563.0 ], [ 108114.0, 500751.0 ], [ 108241.0, 500823.0 ], [ 108488.0, 500933.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109278.0, 499837.0 ], [ 108970.0, 499977.0 ], [ 108771.0, 500103.0 ], [ 108616.0, 500229.0 ], [ 108408.0, 500361.0 ], [ 108105.0, 500348.0 ], [ 107835.0, 500244.0 ], [ 107603.0, 500109.0 ], [ 107326.0, 500022.0 ], [ 107067.0, 500001.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 105138.0, 499707.0 ], [ 105246.0, 499724.0 ], [ 105411.0, 499739.0 ], [ 105471.0, 499829.0 ], [ 105455.0, 499959.0 ], [ 105338.0, 500032.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109269.0, 499465.0 ], [ 108994.0, 499588.0 ], [ 108765.0, 499830.0 ], [ 108626.0, 500079.0 ], [ 108459.0, 500234.0 ], [ 108318.0, 500307.0 ], [ 108164.0, 500241.0 ], [ 107981.0, 500067.0 ], [ 107637.0, 499879.0 ], [ 107291.0, 499811.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102714.0, 499312.0 ], [ 102598.0, 499366.0 ], [ 102541.0, 499455.0 ], [ 102552.0, 499541.0 ], [ 102651.0, 499641.0 ], [ 102662.0, 499848.0 ], [ 102554.0, 499969.0 ], [ 102335.0, 499963.0 ], [ 102063.0, 499829.0 ], [ 101882.0, 499803.0 ], [ 101828.0, 499840.0 ], [ 101848.0, 499901.0 ], [ 101951.0, 499972.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104785.0, 497305.0 ], [ 104793.0, 497310.0 ], [ 104905.0, 497550.0 ], [ 104764.0, 497782.0 ], [ 104521.0, 497982.0 ], [ 104450.0, 498130.0 ], [ 104512.0, 498383.0 ], [ 104775.0, 498707.0 ], [ 105050.0, 498956.0 ], [ 105105.0, 499228.0 ] ], [ [ 104449.0, 496778.0 ], [ 104517.0, 496929.0 ], [ 104586.0, 497023.0 ], [ 104622.0, 497068.0 ], [ 104693.0, 497173.0 ], [ 104785.0, 497305.0 ] ], [ [ 105105.0, 499228.0 ], [ 105172.0, 499405.0 ], [ 105313.0, 499605.0 ], [ 105474.0, 499703.0 ], [ 105496.0, 499919.0 ], [ 105447.0, 500040.0 ], [ 105331.0, 500116.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101055.0, 496779.0 ], [ 101242.0, 496920.0 ], [ 101407.0, 497215.0 ], [ 101516.0, 497508.0 ], [ 101619.0, 497764.0 ], [ 101714.0, 497946.0 ], [ 101818.0, 497904.0 ], [ 101866.0, 497869.0 ] ], [ [ 102033.0, 496777.0 ], [ 102006.0, 496921.0 ], [ 101960.0, 497114.0 ], [ 101935.0, 497309.0 ], [ 101914.0, 497389.0 ], [ 101904.0, 497545.0 ], [ 101885.0, 497737.0 ], [ 101866.0, 497869.0 ] ], [ [ 102429.0, 498364.0 ], [ 102385.0, 498224.0 ], [ 102258.0, 497875.0 ], [ 102204.0, 497620.0 ], [ 102278.0, 497443.0 ], [ 102195.0, 497297.0 ], [ 102060.0, 497349.0 ], [ 101996.0, 497197.0 ], [ 102055.0, 496973.0 ], [ 102110.0, 496971.0 ], [ 102264.0, 497188.0 ], [ 102436.0, 497337.0 ], [ 102535.0, 497510.0 ], [ 102628.0, 497375.0 ], [ 102639.0, 497118.0 ], [ 102628.0, 496943.0 ], [ 102652.0, 496775.0 ] ], [ [ 102668.0, 499200.0 ], [ 102495.0, 499251.0 ], [ 102314.0, 499402.0 ], [ 102275.0, 499529.0 ], [ 102488.0, 499616.0 ], [ 102608.0, 499710.0 ], [ 102540.0, 499882.0 ], [ 102297.0, 499830.0 ], [ 101944.0, 499696.0 ], [ 101768.0, 499736.0 ], [ 101740.0, 499838.0 ], [ 101850.0, 499965.0 ], [ 101917.0, 499997.0 ], [ 101925.0, 500130.0 ] ], [ [ 102704.0, 498630.0 ], [ 102929.0, 498723.0 ], [ 103066.0, 498745.0 ], [ 103209.0, 498753.0 ] ], [ [ 102704.0, 498630.0 ], [ 102761.0, 498756.0 ], [ 102678.0, 498766.0 ], [ 102475.0, 498507.0 ], [ 102462.0, 498467.0 ] ], [ [ 102462.0, 498467.0 ], [ 102429.0, 498364.0 ] ], [ [ 101745.0, 498086.0 ], [ 101969.0, 498275.0 ], [ 102190.0, 498374.0 ], [ 102317.0, 498422.0 ], [ 102462.0, 498467.0 ] ], [ [ 101745.0, 498086.0 ], [ 101706.0, 498117.0 ], [ 101560.0, 498071.0 ], [ 101416.0, 498127.0 ], [ 101327.0, 498287.0 ], [ 101282.0, 498592.0 ], [ 101252.0, 498948.0 ], [ 101189.0, 499200.0 ], [ 101196.0, 499385.0 ], [ 101286.0, 499623.0 ], [ 101399.0, 499809.0 ], [ 101457.0, 500056.0 ], [ 101529.0, 500218.0 ], [ 101574.0, 500283.0 ], [ 101648.0, 500311.0 ], [ 101686.0, 500193.0 ], [ 101757.0, 500122.0 ], [ 101828.0, 500103.0 ], [ 101925.0, 500130.0 ] ], [ [ 101808.0, 498036.0 ], [ 102086.0, 498215.0 ], [ 102282.0, 498317.0 ], [ 102429.0, 498364.0 ] ], [ [ 101808.0, 498036.0 ], [ 101745.0, 498086.0 ] ], [ [ 101870.0, 497865.0 ], [ 101866.0, 497869.0 ] ], [ [ 101881.0, 497853.0 ], [ 101870.0, 497865.0 ] ], [ [ 101808.0, 498036.0 ], [ 101861.0, 498029.0 ], [ 101901.0, 498027.0 ], [ 101929.0, 498053.0 ], [ 101955.0, 498057.0 ], [ 101974.0, 498057.0 ], [ 102005.0, 498048.0 ], [ 102083.0, 498001.0 ], [ 102102.0, 497988.0 ], [ 102102.0, 497979.0 ], [ 102107.0, 497961.0 ], [ 102098.0, 497927.0 ], [ 102076.0, 497896.0 ], [ 102074.0, 497881.0 ], [ 102052.0, 497842.0 ], [ 102015.0, 497831.0 ], [ 101961.0, 497838.0 ], [ 101909.0, 497838.0 ], [ 101894.0, 497844.0 ], [ 101885.0, 497849.0 ], [ 101881.0, 497853.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 498940.0 ], [ 103087.0, 498947.0 ], [ 103193.0, 498946.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109259.0, 499001.0 ], [ 109050.0, 498994.0 ], [ 108839.0, 499139.0 ], [ 108626.0, 499316.0 ], [ 108382.0, 499383.0 ], [ 108065.0, 499334.0 ], [ 107763.0, 499106.0 ], [ 107537.0, 498823.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101848.0, 498614.0 ], [ 101824.0, 498642.0 ], [ 101820.0, 498770.0 ], [ 101887.0, 498965.0 ], [ 101976.0, 499060.0 ], [ 102114.0, 499011.0 ], [ 102200.0, 498949.0 ], [ 102277.0, 498825.0 ], [ 102199.0, 498695.0 ], [ 102057.0, 498576.0 ], [ 101947.0, 498566.0 ], [ 101848.0, 498614.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 7.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105803.0, 498400.0 ], [ 105787.0, 498525.0 ], [ 105865.0, 498695.0 ], [ 106063.0, 498695.0 ], [ 106106.0, 498628.0 ], [ 106019.0, 498539.0 ], [ 105932.0, 498425.0 ], [ 105858.0, 498401.0 ], [ 105803.0, 498400.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109241.0, 498177.0 ], [ 108999.0, 498286.0 ], [ 108791.0, 498596.0 ], [ 108662.0, 498828.0 ], [ 108377.0, 499028.0 ], [ 108015.0, 498965.0 ], [ 107741.0, 498695.0 ], [ 107599.0, 498413.0 ], [ 107449.0, 498170.0 ], [ 107269.0, 497978.0 ], [ 107089.0, 497801.0 ], [ 106864.0, 497549.0 ], [ 106678.0, 497350.0 ], [ 106486.0, 497199.0 ], [ 106279.0, 497210.0 ], [ 106192.0, 497389.0 ], [ 106180.0, 497772.0 ], [ 106219.0, 498070.0 ], [ 106350.0, 498350.0 ] ], [ [ 106274.0, 498654.0 ], [ 106281.0, 498613.0 ], [ 106350.0, 498350.0 ] ], [ [ 106274.0, 498654.0 ], [ 106134.0, 498509.0 ], [ 106034.0, 498213.0 ], [ 106066.0, 497920.0 ], [ 105950.0, 497708.0 ], [ 105787.0, 497771.0 ], [ 105556.0, 498012.0 ], [ 105491.0, 498328.0 ], [ 105544.0, 498628.0 ], [ 105767.0, 498720.0 ], [ 105997.0, 498729.0 ], [ 106142.0, 498777.0 ], [ 106137.0, 498918.0 ], [ 105950.0, 498953.0 ], [ 105805.0, 498978.0 ], [ 105711.0, 499246.0 ], [ 105801.0, 499459.0 ], [ 105839.0, 499692.0 ], [ 105900.0, 499853.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106892.0, 497842.0 ], [ 106792.0, 497680.0 ], [ 106671.0, 497576.0 ], [ 106483.0, 497561.0 ], [ 106321.0, 497691.0 ], [ 106310.0, 497850.0 ], [ 106360.0, 497965.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107065.0, 497932.0 ], [ 106916.0, 497790.0 ], [ 106815.0, 497612.0 ], [ 106695.0, 497499.0 ], [ 106457.0, 497368.0 ], [ 106278.0, 497478.0 ], [ 106237.0, 497764.0 ], [ 106261.0, 497973.0 ], [ 106353.0, 498211.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.25, "value": 0.25 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104050.0, 496776.0 ], [ 104232.0, 496980.0 ], [ 104391.0, 497073.0 ] ], [ [ 104353.0, 497008.0 ], [ 104391.0, 497073.0 ] ], [ [ 104277.0, 496777.0 ], [ 104299.0, 496893.0 ], [ 104326.0, 496960.0 ], [ 104353.0, 497008.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109211.0, 496804.0 ], [ 109017.0, 496913.0 ], [ 108785.0, 497039.0 ], [ 108588.0, 497374.0 ], [ 108450.0, 497834.0 ], [ 108385.0, 498160.0 ], [ 108176.0, 498390.0 ], [ 107863.0, 498241.0 ], [ 107514.0, 498055.0 ], [ 106994.0, 497493.0 ], [ 106826.0, 497192.0 ], [ 106753.0, 496983.0 ], [ 106757.0, 496889.0 ] ], [ [ 106757.0, 496889.0 ], [ 106762.0, 496790.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105022.0, 496781.0 ], [ 105237.0, 497176.0 ], [ 105335.0, 497615.0 ], [ 105366.0, 498000.0 ], [ 105307.0, 498392.0 ], [ 105398.0, 498697.0 ], [ 105664.0, 498778.0 ], [ 105943.0, 498825.0 ], [ 106077.0, 498853.0 ], [ 106023.0, 498920.0 ], [ 105797.0, 498901.0 ], [ 105513.0, 498980.0 ], [ 105377.0, 499140.0 ], [ 105394.0, 499357.0 ], [ 105541.0, 499598.0 ], [ 105643.0, 499825.0 ], [ 105586.0, 500027.0 ], [ 105458.0, 500159.0 ], [ 105319.0, 500357.0 ], [ 105295.0, 500449.0 ], [ 105301.0, 500623.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104866.0, 496780.0 ], [ 105089.0, 497037.0 ], [ 105242.0, 497359.0 ], [ 105257.0, 497653.0 ], [ 105144.0, 497877.0 ], [ 104977.0, 498046.0 ], [ 105040.0, 498308.0 ], [ 105201.0, 498617.0 ], [ 105393.0, 498833.0 ], [ 105485.0, 498927.0 ], [ 105319.0, 499111.0 ], [ 105303.0, 499270.0 ], [ 105339.0, 499408.0 ], [ 105467.0, 499634.0 ], [ 105546.0, 499752.0 ], [ 105589.0, 499932.0 ], [ 105402.0, 500204.0 ], [ 105262.0, 500351.0 ], [ 105194.0, 500463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100246.0, 496780.0 ], [ 100279.0, 496850.0 ], [ 100363.0, 496975.0 ], [ 100446.0, 497026.0 ], [ 100517.0, 497018.0 ], [ 100543.0, 496936.0 ], [ 100514.0, 496840.0 ], [ 100508.0, 496780.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 496779.0 ], [ 104691.0, 496985.0 ], [ 104931.0, 497222.0 ], [ 105040.0, 497554.0 ], [ 104895.0, 497843.0 ], [ 104773.0, 498114.0 ], [ 104949.0, 498404.0 ], [ 105066.0, 498623.0 ], [ 105225.0, 498806.0 ], [ 105221.0, 499018.0 ], [ 105210.0, 499233.0 ], [ 105267.0, 499396.0 ], [ 105369.0, 499541.0 ], [ 105467.0, 499651.0 ], [ 105547.0, 499838.0 ], [ 105497.0, 500021.0 ], [ 105321.0, 500204.0 ], [ 105190.0, 500367.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.0, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101836.0, 496777.0 ], [ 101819.0, 496956.0 ], [ 101821.0, 497084.0 ], [ 101775.0, 497221.0 ], [ 101682.0, 497215.0 ], [ 101514.0, 497078.0 ], [ 101318.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101938.0, 496777.0 ], [ 101948.0, 496852.0 ], [ 101925.0, 496952.0 ], [ 101915.0, 497033.0 ], [ 101874.0, 497196.0 ], [ 101862.0, 497265.0 ], [ 101840.0, 497320.0 ], [ 101801.0, 497433.0 ], [ 101764.0, 497478.0 ], [ 101665.0, 497379.0 ], [ 101527.0, 497200.0 ], [ 101421.0, 497072.0 ], [ 101334.0, 496957.0 ], [ 101279.0, 496879.0 ], [ 101201.0, 496778.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 496775.0 ], [ 103150.0, 496930.0 ], [ 103286.0, 497116.0 ], [ 103456.0, 497196.0 ], [ 103571.0, 497163.0 ], [ 103470.0, 496959.0 ], [ 103496.0, 496856.0 ], [ 103571.0, 496774.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104134.0, 523261.0 ], [ 104249.0, 523079.0 ], [ 104452.0, 522784.0 ], [ 104656.0, 522502.0 ], [ 104920.0, 522152.0 ], [ 105149.0, 521835.0 ], [ 104793.0, 522085.0 ], [ 104504.0, 522302.0 ], [ 104285.0, 522562.0 ], [ 104088.0, 522808.0 ], [ 104092.0, 522861.0 ], [ 104119.0, 523051.0 ], [ 104134.0, 523261.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108510.0, 522164.0 ], [ 108401.0, 521805.0 ], [ 108198.0, 521608.0 ], [ 107913.0, 521474.0 ], [ 107751.0, 521444.0 ], [ 107368.0, 521444.0 ], [ 107280.0, 521438.0 ], [ 107025.0, 521468.0 ], [ 106921.0, 521474.0 ], [ 106650.0, 521496.0 ], [ 106557.0, 521510.0 ], [ 106672.0, 521531.0 ], [ 107009.0, 521556.0 ], [ 107113.0, 521567.0 ], [ 107294.0, 521625.0 ], [ 107335.0, 521660.0 ], [ 107387.0, 521688.0 ], [ 107601.0, 521753.0 ], [ 107782.0, 521786.0 ], [ 107971.0, 521868.0 ], [ 108510.0, 522164.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107956.0, 521123.0 ], [ 107828.0, 520964.0 ], [ 107675.0, 520828.0 ], [ 107457.0, 520875.0 ], [ 107206.0, 520935.0 ], [ 106948.0, 521016.0 ], [ 106638.0, 521111.0 ], [ 106395.0, 521229.0 ], [ 106669.0, 521182.0 ], [ 106909.0, 521130.0 ], [ 107320.0, 521113.0 ], [ 107538.0, 521039.0 ], [ 107730.0, 521034.0 ], [ 107956.0, 521123.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103973.0, 521909.0 ], [ 104249.0, 521668.0 ], [ 104518.0, 521442.0 ], [ 104915.0, 521165.0 ], [ 105380.0, 520892.0 ], [ 105997.0, 520538.0 ], [ 106734.0, 520186.0 ], [ 106677.0, 520156.0 ], [ 106546.0, 520069.0 ], [ 106510.0, 519863.0 ], [ 106557.0, 519730.0 ], [ 106454.0, 519517.0 ], [ 106370.0, 519327.0 ], [ 106315.0, 519004.0 ], [ 106386.0, 519016.0 ], [ 106418.0, 518980.0 ], [ 106420.0, 518807.0 ], [ 106419.0, 518711.0 ], [ 106436.0, 518659.0 ], [ 106446.0, 518586.0 ], [ 106435.0, 518523.0 ], [ 106395.0, 518546.0 ], [ 106379.0, 518583.0 ], [ 106281.0, 518591.0 ], [ 106213.0, 518498.0 ], [ 106180.0, 518411.0 ], [ 106175.0, 518311.0 ], [ 106173.0, 518232.0 ], [ 106226.0, 518151.0 ], [ 106236.0, 517973.0 ], [ 106198.0, 517717.0 ], [ 106142.0, 517586.0 ], [ 106158.0, 517462.0 ], [ 106229.0, 517321.0 ], [ 106189.0, 517244.0 ], [ 106074.0, 517311.0 ], [ 106040.0, 517383.0 ], [ 106037.0, 517460.0 ], [ 106122.0, 517679.0 ], [ 106108.0, 517785.0 ], [ 106026.0, 517995.0 ], [ 106019.0, 518154.0 ], [ 106095.0, 518404.0 ], [ 106124.0, 518699.0 ], [ 106075.0, 518725.0 ], [ 106072.0, 518786.0 ], [ 106093.0, 518949.0 ], [ 106044.0, 519008.0 ], [ 106040.0, 519095.0 ], [ 106103.0, 519178.0 ], [ 106213.0, 519264.0 ], [ 106275.0, 519439.0 ], [ 106173.0, 519502.0 ], [ 105974.0, 519570.0 ], [ 105829.0, 519434.0 ], [ 105692.0, 519125.0 ], [ 105659.0, 518933.0 ], [ 105637.0, 518645.0 ], [ 105661.0, 518350.0 ], [ 105742.0, 517986.0 ], [ 105880.0, 517686.0 ], [ 105981.0, 517442.0 ], [ 106001.0, 517169.0 ], [ 105838.0, 517124.0 ], [ 105762.0, 517065.0 ], [ 105735.0, 517309.0 ], [ 105619.0, 517435.0 ], [ 105506.0, 517411.0 ], [ 105378.0, 517246.0 ], [ 105303.0, 516942.0 ], [ 105290.0, 516567.0 ], [ 105299.0, 516199.0 ], [ 105308.0, 515940.0 ], [ 105304.0, 515710.0 ], [ 103127.0, 515702.0 ], [ 103143.0, 515846.0 ], [ 103216.0, 516322.0 ], [ 103277.0, 516866.0 ], [ 103413.0, 517861.0 ], [ 103517.0, 518636.0 ], [ 103598.0, 519220.0 ], [ 103652.0, 518959.0 ], [ 103659.0, 518852.0 ], [ 103710.0, 518546.0 ], [ 103766.0, 518256.0 ], [ 103838.0, 517959.0 ], [ 103903.0, 517594.0 ], [ 103958.0, 517404.0 ], [ 104023.0, 517216.0 ], [ 104158.0, 517061.0 ], [ 104196.0, 517094.0 ], [ 104224.0, 517251.0 ], [ 104232.0, 517451.0 ], [ 104189.0, 517682.0 ], [ 104159.0, 517946.0 ], [ 104126.0, 518162.0 ], [ 104119.0, 518358.0 ], [ 104196.0, 518384.0 ], [ 104328.0, 518318.0 ], [ 104456.0, 518258.0 ], [ 104569.0, 518235.0 ], [ 104608.0, 518292.0 ], [ 104536.0, 518439.0 ], [ 104374.0, 518680.0 ], [ 104263.0, 518923.0 ], [ 104130.0, 519294.0 ], [ 104066.0, 519673.0 ], [ 104013.0, 520049.0 ], [ 104020.0, 520427.0 ], [ 104056.0, 520816.0 ], [ 104066.0, 521076.0 ], [ 104031.0, 521490.0 ], [ 103973.0, 521909.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106932.0, 522348.0 ], [ 107072.0, 522314.0 ], [ 107100.0, 522163.0 ], [ 106975.0, 522031.0 ], [ 106786.0, 521905.0 ], [ 106540.0, 521788.0 ], [ 106060.0, 521478.0 ], [ 105860.0, 521442.0 ], [ 105769.0, 521557.0 ], [ 105854.0, 521737.0 ], [ 105986.0, 521890.0 ], [ 106293.0, 522075.0 ], [ 106549.0, 522226.0 ], [ 106770.0, 522307.0 ], [ 106932.0, 522348.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106304.0, 524801.0 ], [ 106438.0, 524751.0 ], [ 106486.0, 524679.0 ], [ 106521.0, 524401.0 ], [ 106552.0, 524088.0 ], [ 106570.0, 523818.0 ], [ 106668.0, 523488.0 ], [ 106809.0, 523222.0 ], [ 106910.0, 523010.0 ], [ 106861.0, 522963.0 ], [ 106655.0, 522949.0 ], [ 106371.0, 522995.0 ], [ 106066.0, 523085.0 ], [ 105717.0, 523078.0 ], [ 105398.0, 523119.0 ], [ 105348.0, 523274.0 ], [ 105418.0, 523440.0 ], [ 105533.0, 523611.0 ], [ 105632.0, 523799.0 ], [ 105738.0, 524016.0 ], [ 105933.0, 524446.0 ], [ 106128.0, 524696.0 ], [ 106304.0, 524801.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12.geojson new file mode 100644 index 0000000..9817657 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12.geojson @@ -0,0 +1,219 @@ +{ +"type": "FeatureCollection", +"name": "DS12", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 4.0, "TNODE_": 1.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104236.0, 515903.0 ], [ 104408.0, 516124.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 6.0, "TNODE_": 4.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104019.0, 514293.0 ], [ 104009.0, 514380.0 ], [ 103911.0, 514830.0 ], [ 103914.0, 515277.0 ], [ 104177.0, 515832.0 ], [ 104236.0, 515903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 8.0, "TNODE_": 6.0, "LPOLY_": 2.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101374.0, 513099.0 ], [ 101989.0, 513166.0 ], [ 102555.0, 513292.0 ], [ 103284.0, 513646.0 ], [ 103783.0, 513972.0 ], [ 104019.0, 514293.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 9.0, "TNODE_": 6.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101281.0, 512380.0 ], [ 101906.0, 512409.0 ], [ 102505.0, 512492.0 ], [ 103069.0, 512670.0 ], [ 103514.0, 512911.0 ], [ 103903.0, 513317.0 ], [ 104073.0, 513864.0 ], [ 104019.0, 514293.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 10.0, "TNODE_": 2.0, "LPOLY_": 3.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101203.0, 511705.0 ], [ 101869.0, 511685.0 ], [ 102105.0, 511687.0 ], [ 102552.0, 511758.0 ], [ 103394.0, 511858.0 ], [ 103806.0, 511957.0 ], [ 104083.0, 512088.0 ], [ 104294.0, 512383.0 ], [ 104563.0, 512755.0 ], [ 104920.0, 513169.0 ], [ 105195.0, 513504.0 ], [ 105451.0, 513866.0 ], [ 105653.0, 514268.0 ], [ 105851.0, 514675.0 ], [ 106008.0, 515039.0 ], [ 105987.0, 515439.0 ], [ 105880.0, 515819.0 ], [ 105750.0, 516092.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 12.0, "TNODE_": 3.0, "LPOLY_": 4.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101124.0, 510800.0 ], [ 101764.0, 511067.0 ], [ 102234.0, 511293.0 ], [ 102916.0, 511549.0 ], [ 103253.0, 511662.0 ], [ 103686.0, 511767.0 ], [ 104061.0, 511837.0 ], [ 104316.0, 511931.0 ], [ 104492.0, 512211.0 ], [ 104602.0, 512502.0 ], [ 104817.0, 512852.0 ], [ 105048.0, 513122.0 ], [ 105238.0, 513369.0 ], [ 105518.0, 513717.0 ], [ 105709.0, 514018.0 ], [ 105999.0, 514333.0 ], [ 106317.0, 514614.0 ], [ 106693.0, 514760.0 ], [ 107093.0, 514843.0 ], [ 107460.0, 514976.0 ], [ 107809.0, 515298.0 ], [ 108258.0, 515641.0 ], [ 108512.0, 515808.0 ], [ 108755.0, 516021.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 13.0, "TNODE_": 11.0, "LPOLY_": 11.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103463.0, 510774.0 ], [ 103459.0, 510839.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 11.0, "TNODE_": 13.0, "LPOLY_": 11.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103459.0, 510839.0 ], [ 103486.0, 510882.0 ], [ 103597.0, 510905.0 ], [ 103664.0, 510874.0 ], [ 103697.0, 510808.0 ], [ 103658.0, 510706.0 ], [ 103556.0, 510679.0 ], [ 103483.0, 510730.0 ], [ 103463.0, 510774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 14.0, "TNODE_": 14.0, "LPOLY_": 11.0, "RPOLY_": 14.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104122.0, 510269.0 ], [ 104147.0, 510307.0 ], [ 104225.0, 510332.0 ], [ 104364.0, 510339.0 ], [ 104417.0, 510329.0 ], [ 104396.0, 510251.0 ], [ 104292.0, 510208.0 ], [ 104122.0, 510269.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 16.0, "TNODE_": 7.0, "LPOLY_": 6.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102995.0, 510190.0 ], [ 103022.0, 510363.0 ], [ 102979.0, 510611.0 ], [ 102890.0, 510882.0 ], [ 102945.0, 511137.0 ], [ 103099.0, 511434.0 ], [ 103285.0, 511501.0 ], [ 103529.0, 511423.0 ], [ 103762.0, 511338.0 ], [ 104090.0, 511341.0 ], [ 104319.0, 511509.0 ], [ 104469.0, 511772.0 ], [ 104624.0, 512067.0 ], [ 104757.0, 512293.0 ], [ 104989.0, 512476.0 ], [ 105249.0, 512586.0 ], [ 105476.0, 512659.0 ], [ 105755.0, 512711.0 ], [ 105916.0, 512957.0 ], [ 105940.0, 513267.0 ], [ 105924.0, 513573.0 ], [ 106004.0, 513848.0 ], [ 106215.0, 514110.0 ], [ 106397.0, 514250.0 ], [ 106598.0, 514370.0 ], [ 106901.0, 514447.0 ], [ 107363.0, 514413.0 ], [ 107722.0, 514389.0 ], [ 108094.0, 514351.0 ], [ 108455.0, 514280.0 ], [ 108792.0, 514211.0 ], [ 109080.0, 514138.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 18.0, "TNODE_": 5.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100931.0, 510035.0 ], [ 101583.0, 510193.0 ], [ 102040.0, 510340.0 ], [ 102386.0, 510494.0 ], [ 102631.0, 510672.0 ], [ 102826.0, 510963.0 ], [ 102920.0, 511217.0 ], [ 103031.0, 511460.0 ], [ 103218.0, 511551.0 ], [ 103499.0, 511615.0 ], [ 103689.0, 511642.0 ], [ 103938.0, 511691.0 ], [ 104149.0, 511705.0 ], [ 104356.0, 511803.0 ], [ 104494.0, 511943.0 ], [ 104572.0, 512048.0 ], [ 104649.0, 512258.0 ], [ 104715.0, 512505.0 ], [ 104932.0, 512779.0 ], [ 105130.0, 513068.0 ], [ 105340.0, 513285.0 ], [ 105538.0, 513482.0 ], [ 105746.0, 513810.0 ], [ 106015.0, 514145.0 ], [ 106297.0, 514393.0 ], [ 106663.0, 514580.0 ], [ 107057.0, 514603.0 ], [ 107607.0, 514613.0 ], [ 108110.0, 514627.0 ], [ 108608.0, 514677.0 ], [ 109097.0, 514762.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 21.0, "TNODE_": 22.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103176.0, 509891.0 ], [ 103172.0, 509887.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 22.0, "TNODE_": 21.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103172.0, 509887.0 ], [ 103127.0, 509893.0 ], [ 103065.0, 509943.0 ], [ 103040.0, 510022.0 ], [ 103052.0, 510063.0 ], [ 103106.0, 510030.0 ], [ 103171.0, 509956.0 ], [ 103176.0, 509891.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 17.0, "TNODE_": 17.0, "LPOLY_": 6.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103028.0, 510106.0 ], [ 103042.0, 510101.0 ], [ 103148.0, 510023.0 ], [ 103189.0, 509972.0 ], [ 103203.0, 509940.0 ], [ 103185.0, 509870.0 ], [ 103134.0, 509847.0 ], [ 103088.0, 509857.0 ], [ 103032.0, 509940.0 ], [ 102991.0, 510050.0 ], [ 103028.0, 510106.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 16.0, "TNODE_": 23.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102995.0, 510190.0 ], [ 103107.0, 510102.0 ], [ 103156.0, 510053.0 ], [ 103205.0, 509994.0 ], [ 103224.0, 509924.0 ], [ 103180.0, 509819.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 20.0, "TNODE_": 20.0, "LPOLY_": 10.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 509907.0 ], [ 104512.0, 509828.0 ], [ 104369.0, 509789.0 ], [ 104196.0, 509761.0 ], [ 104124.0, 509998.0 ], [ 104004.0, 510175.0 ], [ 103801.0, 510180.0 ], [ 103579.0, 510009.0 ], [ 103425.0, 510034.0 ], [ 103472.0, 510164.0 ], [ 103543.0, 510266.0 ], [ 103414.0, 510278.0 ], [ 103307.0, 510166.0 ], [ 103198.0, 510198.0 ], [ 103166.0, 510291.0 ], [ 103182.0, 510480.0 ], [ 103297.0, 510587.0 ], [ 103331.0, 510642.0 ], [ 103310.0, 510777.0 ], [ 103441.0, 510885.0 ], [ 103661.0, 510978.0 ], [ 103777.0, 510964.0 ], [ 103769.0, 510795.0 ], [ 103689.0, 510654.0 ], [ 103819.0, 510501.0 ], [ 104076.0, 510380.0 ], [ 104257.0, 510351.0 ], [ 104395.0, 510361.0 ], [ 104461.0, 510352.0 ], [ 104507.0, 510283.0 ], [ 104418.0, 510221.0 ], [ 104296.0, 510176.0 ], [ 104315.0, 510096.0 ], [ 104521.0, 510077.0 ], [ 104556.0, 509955.0 ], [ 104555.0, 509907.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 24.0, "TNODE_": 24.0, "LPOLY_": 17.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102296.0, 509131.0 ], [ 102250.0, 509172.0 ], [ 102329.0, 509244.0 ], [ 102490.0, 509304.0 ], [ 102604.0, 509357.0 ], [ 102679.0, 509326.0 ], [ 102633.0, 509221.0 ], [ 102503.0, 509151.0 ], [ 102389.0, 509121.0 ], [ 102296.0, 509131.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 25.0, "TNODE_": 25.0, "LPOLY_": 6.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102031.0, 509111.0 ], [ 102007.0, 509150.0 ], [ 102066.0, 509241.0 ], [ 102225.0, 509312.0 ], [ 102428.0, 509347.0 ], [ 102553.0, 509421.0 ], [ 102680.0, 509438.0 ], [ 102799.0, 509394.0 ], [ 102836.0, 509298.0 ], [ 102792.0, 509175.0 ], [ 102606.0, 509070.0 ], [ 102367.0, 509027.0 ], [ 102184.0, 509042.0 ], [ 102100.0, 509054.0 ], [ 102031.0, 509111.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 27.0, "TNODE_": 19.0, "LPOLY_": 9.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109072.0, 508939.0 ], [ 108945.0, 509029.0 ], [ 108855.0, 509159.0 ], [ 108886.0, 509385.0 ], [ 108846.0, 509735.0 ], [ 108470.0, 509997.0 ], [ 107994.0, 510076.0 ], [ 107480.0, 509931.0 ], [ 107136.0, 509851.0 ], [ 106836.0, 509899.0 ], [ 106658.0, 510071.0 ], [ 106729.0, 510253.0 ], [ 106928.0, 510385.0 ], [ 107114.0, 510555.0 ], [ 107481.0, 510546.0 ], [ 107951.0, 510356.0 ], [ 108235.0, 510238.0 ], [ 108453.0, 510133.0 ], [ 108800.0, 510026.0 ], [ 108990.0, 509974.0 ], [ 109073.0, 509914.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 26.0, "TNODE_": 26.0, "LPOLY_": 10.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103039.0, 508964.0 ], [ 103070.0, 508988.0 ], [ 103138.0, 509004.0 ], [ 103151.0, 508967.0 ], [ 103112.0, 508938.0 ], [ 103039.0, 508964.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 28.0, "TNODE_": 29.0, "LPOLY_": 9.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103682.0, 508912.0 ], [ 103886.0, 508912.0 ], [ 104022.0, 508852.0 ], [ 104093.0, 508840.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 31.0, "TNODE_": 23.0, "LPOLY_": 6.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100580.0, 508633.0 ], [ 101465.0, 508683.0 ], [ 101952.0, 508729.0 ], [ 102471.0, 508792.0 ], [ 102680.0, 508849.0 ], [ 102870.0, 509006.0 ], [ 102934.0, 509235.0 ], [ 102954.0, 509441.0 ], [ 103008.0, 509543.0 ], [ 103177.0, 509731.0 ], [ 103182.0, 509818.0 ], [ 103180.0, 509819.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 32.0, "TNODE_": 30.0, "LPOLY_": 7.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103793.0, 508525.0 ], [ 103932.0, 508641.0 ], [ 104064.0, 508699.0 ], [ 104151.0, 508728.0 ], [ 104180.0, 508746.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 33.0, "TNODE_": 33.0, "LPOLY_": 9.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102913.0, 508508.0 ], [ 102876.0, 508571.0 ], [ 102912.0, 508793.0 ], [ 103032.0, 509079.0 ], [ 103122.0, 509186.0 ], [ 103308.0, 509244.0 ], [ 103527.0, 509315.0 ], [ 103453.0, 509398.0 ], [ 103293.0, 509400.0 ], [ 103288.0, 509483.0 ], [ 103478.0, 509572.0 ], [ 103605.0, 509623.0 ], [ 103759.0, 509762.0 ], [ 103959.0, 509994.0 ], [ 103882.0, 510092.0 ], [ 103754.0, 510075.0 ], [ 103561.0, 509951.0 ], [ 103439.0, 509952.0 ], [ 103366.0, 510013.0 ], [ 103411.0, 510106.0 ], [ 103429.0, 510217.0 ], [ 103307.0, 510130.0 ], [ 103202.0, 510080.0 ], [ 103131.0, 510226.0 ], [ 103162.0, 510492.0 ], [ 103223.0, 510640.0 ], [ 103164.0, 510749.0 ], [ 103153.0, 510987.0 ], [ 103200.0, 511221.0 ], [ 103384.0, 511314.0 ], [ 103608.0, 511248.0 ], [ 103785.0, 511141.0 ], [ 103897.0, 511044.0 ], [ 103943.0, 510912.0 ], [ 103993.0, 510815.0 ], [ 104147.0, 510815.0 ], [ 104356.0, 511019.0 ], [ 104556.0, 511300.0 ], [ 104652.0, 511542.0 ], [ 104783.0, 511900.0 ], [ 104905.0, 512105.0 ], [ 105130.0, 512212.0 ], [ 105321.0, 512225.0 ], [ 105487.0, 512116.0 ], [ 105524.0, 511970.0 ], [ 105383.0, 511780.0 ], [ 105141.0, 511644.0 ], [ 104870.0, 511461.0 ], [ 104797.0, 511302.0 ], [ 104679.0, 511123.0 ], [ 104543.0, 510967.0 ], [ 104320.0, 510792.0 ], [ 104045.0, 510690.0 ], [ 103982.0, 510617.0 ], [ 104071.0, 510528.0 ], [ 104206.0, 510477.0 ], [ 104359.0, 510430.0 ], [ 104491.0, 510393.0 ], [ 104574.0, 510293.0 ], [ 104473.0, 510211.0 ], [ 104367.0, 510152.0 ], [ 104486.0, 510128.0 ], [ 104599.0, 510116.0 ], [ 104602.0, 510016.0 ], [ 104619.0, 509875.0 ], [ 104613.0, 509715.0 ], [ 104454.0, 509643.0 ], [ 104245.0, 509612.0 ], [ 104237.0, 509478.0 ], [ 104110.0, 509396.0 ], [ 104008.0, 509288.0 ], [ 103892.0, 509332.0 ], [ 103853.0, 509425.0 ], [ 103779.0, 509418.0 ], [ 103670.0, 509223.0 ], [ 103567.0, 509118.0 ], [ 103473.0, 509008.0 ], [ 103388.0, 508807.0 ], [ 103318.0, 508635.0 ], [ 103203.0, 508479.0 ], [ 103054.0, 508436.0 ], [ 102913.0, 508508.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 28.0, "TNODE_": 15.0, "LPOLY_": 7.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103682.0, 508912.0 ], [ 103521.0, 508823.0 ], [ 103448.0, 508573.0 ], [ 103254.0, 508426.0 ], [ 102992.0, 508389.0 ], [ 102853.0, 508426.0 ], [ 102803.0, 508618.0 ], [ 102846.0, 508799.0 ], [ 102911.0, 508960.0 ], [ 102977.0, 509064.0 ], [ 103053.0, 509243.0 ], [ 103146.0, 509430.0 ], [ 103239.0, 509547.0 ], [ 103337.0, 509607.0 ], [ 103483.0, 509633.0 ], [ 103527.0, 509673.0 ], [ 103474.0, 509704.0 ], [ 103472.0, 509783.0 ], [ 103531.0, 509859.0 ], [ 103422.0, 509863.0 ], [ 103321.0, 509894.0 ], [ 103220.0, 509990.0 ], [ 103183.0, 510044.0 ], [ 103120.0, 510118.0 ], [ 103103.0, 510212.0 ], [ 103096.0, 510359.0 ], [ 103056.0, 510595.0 ], [ 102987.0, 510827.0 ], [ 103015.0, 511014.0 ], [ 103110.0, 511229.0 ], [ 103176.0, 511306.0 ], [ 103263.0, 511367.0 ], [ 103481.0, 511356.0 ], [ 103625.0, 511301.0 ], [ 103871.0, 511245.0 ], [ 104122.0, 511258.0 ], [ 104322.0, 511337.0 ], [ 104498.0, 511563.0 ], [ 104645.0, 511826.0 ], [ 104701.0, 512015.0 ], [ 104821.0, 512212.0 ], [ 105048.0, 512358.0 ], [ 105246.0, 512425.0 ], [ 105446.0, 512435.0 ], [ 105635.0, 512381.0 ], [ 105834.0, 512255.0 ], [ 105936.0, 512124.0 ], [ 106155.0, 512030.0 ], [ 106438.0, 511986.0 ], [ 106714.0, 511835.0 ], [ 106994.0, 511710.0 ], [ 107322.0, 511531.0 ], [ 107899.0, 510901.0 ], [ 108078.0, 510711.0 ], [ 108275.0, 510489.0 ], [ 108476.0, 510289.0 ], [ 108841.0, 510214.0 ], [ 109074.0, 510191.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 29.0, "TNODE_": 34.0, "LPOLY_": 9.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104093.0, 508840.0 ], [ 104352.0, 508955.0 ], [ 104360.0, 509045.0 ], [ 104324.0, 509114.0 ], [ 104343.0, 509202.0 ], [ 104223.0, 509245.0 ], [ 104116.0, 509291.0 ], [ 104194.0, 509377.0 ], [ 104347.0, 509394.0 ], [ 104527.0, 509378.0 ], [ 104634.0, 509385.0 ], [ 104627.0, 509482.0 ], [ 104582.0, 509590.0 ], [ 104668.0, 509765.0 ], [ 104661.0, 509980.0 ], [ 104700.0, 510143.0 ], [ 104901.0, 510300.0 ], [ 105089.0, 510468.0 ], [ 105528.0, 510775.0 ], [ 105847.0, 510922.0 ], [ 106099.0, 511017.0 ], [ 106270.0, 511028.0 ], [ 106361.0, 510913.0 ], [ 106354.0, 510731.0 ], [ 106249.0, 510525.0 ], [ 106089.0, 510397.0 ], [ 105852.0, 510268.0 ], [ 105625.0, 510059.0 ], [ 105579.0, 509829.0 ], [ 105651.0, 509626.0 ], [ 106004.0, 509591.0 ], [ 106334.0, 509747.0 ], [ 106743.0, 509711.0 ], [ 106946.0, 509607.0 ], [ 107120.0, 509431.0 ], [ 107401.0, 509305.0 ], [ 107645.0, 509446.0 ], [ 108049.0, 509545.0 ], [ 108236.0, 509652.0 ], [ 108475.0, 509670.0 ], [ 108665.0, 509537.0 ], [ 108723.0, 509370.0 ], [ 108728.0, 509184.0 ], [ 108729.0, 508925.0 ], [ 108807.0, 508625.0 ], [ 108902.0, 508473.0 ], [ 109071.0, 508349.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 35.0, "TNODE_": 32.0, "LPOLY_": 7.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100502.0, 508250.0 ], [ 101086.0, 508246.0 ], [ 101328.0, 508317.0 ], [ 101541.0, 508400.0 ], [ 101674.0, 508495.0 ], [ 101876.0, 508568.0 ], [ 102119.0, 508604.0 ], [ 102369.0, 508582.0 ], [ 102543.0, 508453.0 ], [ 102719.0, 508308.0 ], [ 102870.0, 508224.0 ], [ 103011.0, 508122.0 ], [ 103033.0, 508002.0 ], [ 102959.0, 507942.0 ], [ 102834.0, 507905.0 ], [ 102874.0, 507839.0 ], [ 103011.0, 507783.0 ], [ 102950.0, 507735.0 ], [ 102873.0, 507686.0 ], [ 102946.0, 507650.0 ], [ 103072.0, 507626.0 ], [ 103116.0, 507551.0 ], [ 103211.0, 507504.0 ], [ 103398.0, 507514.0 ], [ 103568.0, 507614.0 ], [ 103664.0, 507743.0 ], [ 103789.0, 507990.0 ], [ 103776.0, 508283.0 ], [ 103774.0, 508431.0 ], [ 103793.0, 508525.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 38.0, "TNODE_": 39.0, "LPOLY_": 24.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105993.0, 507368.0 ], [ 106017.0, 507374.0 ], [ 106205.0, 507378.0 ], [ 106339.0, 507370.0 ], [ 106441.0, 507362.0 ], [ 106466.0, 507348.0 ], [ 106465.0, 507323.0 ], [ 106418.0, 507295.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 40.0, "TNODE_": 42.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102157.0, 507285.0 ], [ 102157.0, 507246.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 42.0, "TNODE_": 40.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102157.0, 507246.0 ], [ 102177.0, 507214.0 ], [ 102268.0, 507217.0 ], [ 102386.0, 507306.0 ], [ 102486.0, 507309.0 ], [ 102658.0, 507084.0 ], [ 102680.0, 507106.0 ], [ 102656.0, 507165.0 ], [ 102592.0, 507300.0 ], [ 102537.0, 507394.0 ], [ 102356.0, 507425.0 ], [ 102209.0, 507346.0 ], [ 102157.0, 507285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 39.0, "TNODE_": 47.0, "LPOLY_": 28.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106418.0, 507295.0 ], [ 106381.0, 507273.0 ], [ 106152.0, 507209.0 ], [ 105964.0, 507124.0 ], [ 105825.0, 506976.0 ], [ 105769.0, 506877.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 47.0, "TNODE_": 51.0, "LPOLY_": 34.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105769.0, 506877.0 ], [ 105749.0, 506843.0 ], [ 105732.0, 506767.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 50.0, "TNODE_": 52.0, "LPOLY_": 33.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100203.0, 506788.0 ], [ 100317.0, 506781.0 ], [ 100527.0, 506792.0 ], [ 100631.0, 506793.0 ], [ 100807.0, 506787.0 ], [ 100849.0, 506792.0 ], [ 101032.0, 506787.0 ], [ 101182.0, 506765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 51.0, "TNODE_": 47.0, "LPOLY_": 34.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105732.0, 506767.0 ], [ 105776.0, 506761.0 ], [ 105797.0, 506798.0 ], [ 105769.0, 506877.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 44.0, "TNODE_": 44.0, "LPOLY_": 27.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102140.0, 507212.0 ], [ 102179.0, 507188.0 ], [ 102282.0, 507187.0 ], [ 102394.0, 507261.0 ], [ 102457.0, 507296.0 ], [ 102513.0, 507248.0 ], [ 102630.0, 507089.0 ], [ 102725.0, 507033.0 ], [ 102845.0, 507015.0 ], [ 102976.0, 507034.0 ], [ 103088.0, 507034.0 ], [ 103183.0, 507013.0 ], [ 103248.0, 506802.0 ], [ 103382.0, 506746.0 ], [ 103479.0, 506879.0 ], [ 103496.0, 507080.0 ], [ 103452.0, 507189.0 ], [ 103343.0, 507143.0 ], [ 103260.0, 507085.0 ], [ 103132.0, 507050.0 ], [ 102946.0, 507039.0 ], [ 102777.0, 507056.0 ], [ 102654.0, 507215.0 ], [ 102573.0, 507387.0 ], [ 102481.0, 507461.0 ], [ 102362.0, 507454.0 ], [ 102207.0, 507384.0 ], [ 102123.0, 507313.0 ], [ 102110.0, 507255.0 ], [ 102140.0, 507212.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 38.0, "TNODE_": 53.0, "LPOLY_": 23.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105993.0, 507368.0 ], [ 106261.0, 507521.0 ], [ 106755.0, 507608.0 ], [ 107169.0, 507629.0 ], [ 107519.0, 507602.0 ], [ 107825.0, 507498.0 ], [ 108101.0, 507324.0 ], [ 108407.0, 507138.0 ], [ 108815.0, 506881.0 ], [ 109068.0, 506734.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 51.0, "TNODE_": 54.0, "LPOLY_": 28.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105732.0, 506767.0 ], [ 105722.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 39.0, "TNODE_": 57.0, "LPOLY_": 24.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106418.0, 507295.0 ], [ 106709.0, 507344.0 ], [ 107084.0, 507425.0 ], [ 107504.0, 507433.0 ], [ 107912.0, 507326.0 ], [ 108121.0, 507218.0 ], [ 108499.0, 507053.0 ], [ 108774.0, 506852.0 ], [ 109068.0, 506622.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 54.0, "TNODE_": 58.0, "LPOLY_": 31.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105722.0, 506724.0 ], [ 105708.0, 506662.0 ], [ 105665.0, 506614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 45.0, "TNODE_": 45.0, "LPOLY_": 26.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102548.0, 507071.0 ], [ 102591.0, 507004.0 ], [ 102697.0, 506988.0 ], [ 102806.0, 506983.0 ], [ 102895.0, 506992.0 ], [ 102979.0, 506978.0 ], [ 103080.0, 506938.0 ], [ 103139.0, 506823.0 ], [ 103183.0, 506725.0 ], [ 103269.0, 506607.0 ], [ 103380.0, 506605.0 ], [ 103478.0, 506730.0 ], [ 103511.0, 506947.0 ], [ 103511.0, 507130.0 ], [ 103477.0, 507225.0 ], [ 103315.0, 507193.0 ], [ 103133.0, 507091.0 ], [ 102991.0, 507065.0 ], [ 102844.0, 507074.0 ], [ 102741.0, 507130.0 ], [ 102623.0, 507300.0 ], [ 102524.0, 507523.0 ], [ 102473.0, 507540.0 ], [ 102367.0, 507508.0 ], [ 102231.0, 507428.0 ], [ 102120.0, 507346.0 ], [ 102081.0, 507291.0 ], [ 102103.0, 507209.0 ], [ 102150.0, 507135.0 ], [ 102268.0, 507130.0 ], [ 102359.0, 507189.0 ], [ 102444.0, 507218.0 ], [ 102519.0, 507156.0 ], [ 102548.0, 507071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 59.0, "TNODE_": 38.0, "LPOLY_": 23.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105422.0, 506602.0 ], [ 105402.0, 506624.0 ], [ 105339.0, 506828.0 ], [ 105278.0, 506967.0 ], [ 105165.0, 507089.0 ], [ 105174.0, 507214.0 ], [ 105210.0, 507283.0 ], [ 105281.0, 507248.0 ], [ 105341.0, 507167.0 ], [ 105467.0, 507177.0 ], [ 105561.0, 507197.0 ], [ 105767.0, 507313.0 ], [ 105993.0, 507368.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 59.0, "TNODE_": 49.0, "LPOLY_": 21.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105422.0, 506602.0 ], [ 105285.0, 506645.0 ], [ 105182.0, 506772.0 ], [ 105118.0, 506996.0 ], [ 105110.0, 507227.0 ], [ 105260.0, 507350.0 ], [ 105495.0, 507379.0 ], [ 105643.0, 507426.0 ], [ 105735.0, 507578.0 ], [ 105782.0, 507683.0 ], [ 105774.0, 507858.0 ], [ 105835.0, 507989.0 ], [ 105900.0, 508170.0 ], [ 106144.0, 508162.0 ], [ 106387.0, 508005.0 ], [ 106682.0, 507869.0 ], [ 107003.0, 507795.0 ], [ 107304.0, 507796.0 ], [ 107715.0, 507641.0 ], [ 108031.0, 507465.0 ], [ 108262.0, 507329.0 ], [ 108468.0, 507187.0 ], [ 108724.0, 506996.0 ], [ 109068.0, 506818.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 61.0, "TNODE_": 60.0, "LPOLY_": 36.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100159.0, 506573.0 ], [ 100739.0, 506587.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 62.0, "TNODE_": 59.0, "LPOLY_": 21.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105454.0, 506568.0 ], [ 105422.0, 506602.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 63.0, "TNODE_": 62.0, "LPOLY_": 21.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105458.0, 506563.0 ], [ 105454.0, 506568.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 64.0, "TNODE_": 64.0, "LPOLY_": 28.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106068.0, 506558.0 ], [ 105966.0, 506611.0 ], [ 105996.0, 506665.0 ], [ 106100.0, 506677.0 ], [ 106149.0, 506618.0 ], [ 106068.0, 506558.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 58.0, "TNODE_": 63.0, "LPOLY_": 7.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105665.0, 506614.0 ], [ 105632.0, 506577.0 ], [ 105516.0, 506546.0 ], [ 105458.0, 506563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 63.0, "TNODE_": 41.0, "LPOLY_": 7.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105458.0, 506563.0 ], [ 105258.0, 506541.0 ], [ 105071.0, 506607.0 ], [ 104992.0, 506831.0 ], [ 104953.0, 507089.0 ], [ 104823.0, 507203.0 ], [ 104683.0, 507307.0 ], [ 104571.0, 507475.0 ], [ 104569.0, 507696.0 ], [ 104570.0, 507810.0 ], [ 104543.0, 508023.0 ], [ 104704.0, 508173.0 ], [ 104878.0, 508181.0 ], [ 104922.0, 508011.0 ], [ 104903.0, 507814.0 ], [ 104946.0, 507617.0 ], [ 105046.0, 507504.0 ], [ 105200.0, 507467.0 ], [ 105395.0, 507477.0 ], [ 105537.0, 507500.0 ], [ 105594.0, 507857.0 ], [ 105498.0, 508101.0 ], [ 105489.0, 508312.0 ], [ 105666.0, 508464.0 ], [ 105859.0, 508544.0 ], [ 106074.0, 508548.0 ], [ 106296.0, 508407.0 ], [ 106532.0, 508167.0 ], [ 106775.0, 508041.0 ], [ 107020.0, 508003.0 ], [ 107233.0, 508084.0 ], [ 107335.0, 508148.0 ], [ 107503.0, 508200.0 ], [ 107713.0, 508109.0 ], [ 107931.0, 507887.0 ], [ 108227.0, 507713.0 ], [ 108459.0, 507602.0 ], [ 109069.0, 507285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 55.0, "TNODE_": 55.0, "LPOLY_": 25.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 506710.0 ], [ 103130.0, 506629.0 ], [ 103231.0, 506517.0 ], [ 103400.0, 506547.0 ], [ 103507.0, 506694.0 ], [ 103541.0, 506868.0 ], [ 103560.0, 507024.0 ], [ 103591.0, 507183.0 ], [ 103560.0, 507268.0 ], [ 103418.0, 507315.0 ], [ 103226.0, 507257.0 ], [ 103112.0, 507196.0 ], [ 102930.0, 507102.0 ], [ 102805.0, 507111.0 ], [ 102689.0, 507308.0 ], [ 102596.0, 507519.0 ], [ 102462.0, 507593.0 ], [ 102316.0, 507548.0 ], [ 102130.0, 507407.0 ], [ 102062.0, 507288.0 ], [ 102110.0, 507115.0 ], [ 102250.0, 506986.0 ], [ 102401.0, 506936.0 ], [ 102589.0, 506942.0 ], [ 102782.0, 506961.0 ], [ 102942.0, 506953.0 ], [ 103050.0, 506899.0 ], [ 103088.0, 506833.0 ], [ 103107.0, 506710.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 66.0, "TNODE_": 54.0, "LPOLY_": 31.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109068.0, 506445.0 ], [ 108951.0, 506607.0 ], [ 108659.0, 506807.0 ], [ 108247.0, 507038.0 ], [ 107872.0, 507208.0 ], [ 107525.0, 507327.0 ], [ 107137.0, 507378.0 ], [ 106813.0, 507295.0 ], [ 106532.0, 507192.0 ], [ 106240.0, 507142.0 ], [ 106050.0, 507077.0 ], [ 105899.0, 506964.0 ], [ 105840.0, 506854.0 ], [ 105937.0, 506748.0 ], [ 106135.0, 506714.0 ], [ 106220.0, 506589.0 ], [ 106142.0, 506478.0 ], [ 106021.0, 506495.0 ], [ 105940.0, 506567.0 ], [ 105885.0, 506661.0 ], [ 105722.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 68.0, "TNODE_": 37.0, "LPOLY_": 19.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103277.0, 506187.0 ], [ 103262.0, 506285.0 ], [ 103345.0, 506417.0 ], [ 103476.0, 506542.0 ], [ 103568.0, 506736.0 ], [ 103602.0, 506968.0 ], [ 103644.0, 507165.0 ], [ 103662.0, 507241.0 ], [ 103550.0, 507335.0 ], [ 103363.0, 507320.0 ], [ 103245.0, 507282.0 ], [ 103080.0, 507209.0 ], [ 102942.0, 507157.0 ], [ 102795.0, 507156.0 ], [ 102759.0, 507284.0 ], [ 102742.0, 507438.0 ], [ 102601.0, 507708.0 ], [ 102305.0, 507774.0 ], [ 102045.0, 507623.0 ], [ 101984.0, 507271.0 ], [ 102042.0, 507113.0 ], [ 102111.0, 507013.0 ], [ 102245.0, 506917.0 ], [ 102447.0, 506879.0 ], [ 102698.0, 506883.0 ], [ 102852.0, 506874.0 ], [ 102994.0, 506842.0 ], [ 102999.0, 506766.0 ], [ 102745.0, 506777.0 ], [ 102396.0, 506785.0 ], [ 102138.0, 506794.0 ], [ 101830.0, 506940.0 ], [ 101427.0, 507154.0 ], [ 101066.0, 507330.0 ], [ 100326.0, 507390.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 60.0, "TNODE_": 56.0, "LPOLY_": 36.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100739.0, 506587.0 ], [ 100871.0, 506590.0 ], [ 101371.0, 506531.0 ], [ 101849.0, 506502.0 ], [ 102150.0, 506441.0 ], [ 102334.0, 506365.0 ], [ 102447.0, 506286.0 ], [ 102536.0, 506206.0 ], [ 102647.0, 506177.0 ], [ 102608.0, 506268.0 ], [ 102420.0, 506437.0 ], [ 102033.0, 506588.0 ], [ 101598.0, 506652.0 ], [ 101170.0, 506707.0 ], [ 100829.0, 506723.0 ], [ 100182.0, 506687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 65.0, "TNODE_": 52.0, "LPOLY_": 35.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100145.0, 506506.0 ], [ 101265.0, 506490.0 ], [ 101678.0, 506447.0 ], [ 102279.0, 506310.0 ], [ 102467.0, 506226.0 ], [ 102554.0, 506161.0 ], [ 102697.0, 506146.0 ], [ 102658.0, 506253.0 ], [ 102435.0, 506460.0 ], [ 102087.0, 506621.0 ], [ 101589.0, 506758.0 ], [ 101182.0, 506765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 70.0, "TNODE_": 69.0, "LPOLY_": 32.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102080.0, 506044.0 ], [ 102067.0, 506071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 71.0, "TNODE_": 58.0, "LPOLY_": 7.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109067.0, 506015.0 ], [ 108969.0, 506187.0 ], [ 108520.0, 506552.0 ], [ 107975.0, 506805.0 ], [ 107371.0, 506947.0 ], [ 106921.0, 506840.0 ], [ 106724.0, 506614.0 ], [ 106424.0, 506378.0 ], [ 106015.0, 506385.0 ], [ 105855.0, 506475.0 ], [ 105665.0, 506614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 68.0, "TNODE_": 73.0, "LPOLY_": 22.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103277.0, 506187.0 ], [ 103354.0, 506174.0 ], [ 103453.0, 506042.0 ], [ 103470.0, 505861.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 36.0, "TNODE_": 73.0, "LPOLY_": 19.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100460.0, 508043.0 ], [ 101144.0, 508060.0 ], [ 101516.0, 508161.0 ], [ 101874.0, 508396.0 ], [ 102084.0, 508488.0 ], [ 102349.0, 508481.0 ], [ 102547.0, 508219.0 ], [ 102624.0, 507992.0 ], [ 102691.0, 507774.0 ], [ 102791.0, 507570.0 ], [ 102936.0, 507362.0 ], [ 103138.0, 507360.0 ], [ 103292.0, 507400.0 ], [ 103452.0, 507464.0 ], [ 103611.0, 507594.0 ], [ 103717.0, 507774.0 ], [ 103832.0, 508000.0 ], [ 103893.0, 508216.0 ], [ 103991.0, 508327.0 ], [ 104112.0, 508326.0 ], [ 104169.0, 508151.0 ], [ 104099.0, 507818.0 ], [ 103994.0, 507518.0 ], [ 103786.0, 507226.0 ], [ 103762.0, 507108.0 ], [ 103840.0, 506945.0 ], [ 103895.0, 506766.0 ], [ 104002.0, 506578.0 ], [ 104028.0, 506412.0 ], [ 103820.0, 506295.0 ], [ 103591.0, 506323.0 ], [ 103481.0, 506249.0 ], [ 103640.0, 506186.0 ], [ 103548.0, 506125.0 ], [ 103555.0, 506088.0 ], [ 103684.0, 506083.0 ], [ 103746.0, 506010.0 ], [ 103695.0, 505854.0 ], [ 103574.0, 505819.0 ], [ 103470.0, 505861.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 73.0, "TNODE_": 68.0, "LPOLY_": 19.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103470.0, 505861.0 ], [ 103436.0, 505821.0 ], [ 103394.0, 505819.0 ], [ 103305.0, 505901.0 ], [ 103218.0, 506013.0 ], [ 103191.0, 506120.0 ], [ 103248.0, 506192.0 ], [ 103277.0, 506187.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 69.0, "TNODE_": 70.0, "LPOLY_": 32.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102067.0, 506071.0 ], [ 102121.0, 506139.0 ], [ 102295.0, 506149.0 ], [ 102480.0, 506087.0 ], [ 102671.0, 505996.0 ], [ 102739.0, 505906.0 ], [ 102698.0, 505789.0 ], [ 102467.0, 505756.0 ], [ 102259.0, 505840.0 ], [ 102219.0, 505907.0 ], [ 102098.0, 506004.0 ], [ 102080.0, 506044.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 72.0, "TNODE_": 72.0, "LPOLY_": 40.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105485.0, 505991.0 ], [ 105452.0, 505967.0 ], [ 105506.0, 505912.0 ], [ 105712.0, 505846.0 ], [ 105967.0, 505821.0 ], [ 106529.0, 505863.0 ], [ 106881.0, 505845.0 ], [ 107271.0, 505765.0 ], [ 107489.0, 505731.0 ], [ 107666.0, 505709.0 ], [ 107847.0, 505722.0 ], [ 107956.0, 505815.0 ], [ 107858.0, 505967.0 ], [ 107521.0, 506086.0 ], [ 107137.0, 506066.0 ], [ 106808.0, 505994.0 ], [ 106411.0, 505927.0 ], [ 106122.0, 505892.0 ], [ 105829.0, 505884.0 ], [ 105628.0, 505941.0 ], [ 105485.0, 505991.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 77.0, "TNODE_": 30.0, "LPOLY_": 19.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108437.0, 505549.0 ], [ 108362.0, 505766.0 ], [ 108274.0, 505980.0 ], [ 108094.0, 506215.0 ], [ 107709.0, 506417.0 ], [ 107232.0, 506411.0 ], [ 106776.0, 506243.0 ], [ 106425.0, 506083.0 ], [ 106134.0, 506068.0 ], [ 105959.0, 506128.0 ], [ 105863.0, 506199.0 ], [ 105832.0, 506341.0 ], [ 105753.0, 506429.0 ], [ 105642.0, 506374.0 ], [ 105525.0, 506286.0 ], [ 105265.0, 506211.0 ], [ 105158.0, 506352.0 ], [ 105029.0, 506487.0 ], [ 104797.0, 506569.0 ], [ 104464.0, 506654.0 ], [ 104257.0, 506724.0 ], [ 104046.0, 506890.0 ], [ 103979.0, 507091.0 ], [ 104112.0, 507397.0 ], [ 104192.0, 507716.0 ], [ 104209.0, 507957.0 ], [ 104353.0, 508176.0 ], [ 104622.0, 508327.0 ], [ 104989.0, 508570.0 ], [ 105214.0, 508715.0 ], [ 105384.0, 508873.0 ], [ 105143.0, 509063.0 ], [ 104947.0, 508966.0 ], [ 104803.0, 508732.0 ], [ 104666.0, 508547.0 ], [ 104493.0, 508454.0 ], [ 104346.0, 508477.0 ], [ 104255.0, 508487.0 ], [ 104215.0, 508572.0 ], [ 104354.0, 508635.0 ], [ 104447.0, 508705.0 ], [ 104375.0, 508779.0 ], [ 104180.0, 508746.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 77.0, "TNODE_": 78.0, "LPOLY_": 7.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108437.0, 505549.0 ], [ 108605.0, 505573.0 ], [ 108869.0, 505572.0 ], [ 109067.0, 505530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 75.0, "TNODE_": 75.0, "LPOLY_": 44.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102968.0, 505638.0 ], [ 103040.0, 505592.0 ], [ 103150.0, 505490.0 ], [ 103218.0, 505488.0 ], [ 103192.0, 505667.0 ], [ 103118.0, 505718.0 ], [ 103070.0, 505679.0 ], [ 103006.0, 505692.0 ], [ 102951.0, 505700.0 ], [ 102933.0, 505675.0 ], [ 102968.0, 505638.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 80.0, "TNODE_": 77.0, "LPOLY_": 19.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108044.0, 505477.0 ], [ 108372.0, 505540.0 ], [ 108437.0, 505549.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 79.0, "TNODE_": 79.0, "LPOLY_": 41.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103024.0, 505506.0 ], [ 103080.0, 505453.0 ], [ 103232.0, 505366.0 ], [ 103310.0, 505424.0 ], [ 103258.0, 505571.0 ], [ 103199.0, 505674.0 ], [ 103118.0, 505744.0 ], [ 103010.0, 505738.0 ], [ 102972.0, 505824.0 ], [ 102910.0, 505983.0 ], [ 102878.0, 505987.0 ], [ 102895.0, 505904.0 ], [ 102904.0, 505787.0 ], [ 102857.0, 505726.0 ], [ 102789.0, 505707.0 ], [ 102755.0, 505635.0 ], [ 102835.0, 505613.0 ], [ 102934.0, 505598.0 ], [ 103024.0, 505506.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 67.0, "TNODE_": 46.0, "LPOLY_": 33.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100124.0, 506406.0 ], [ 100835.0, 506443.0 ], [ 101183.0, 506450.0 ], [ 101562.0, 506405.0 ], [ 102072.0, 506277.0 ], [ 102496.0, 506129.0 ], [ 102695.0, 506031.0 ], [ 102801.0, 505965.0 ], [ 102819.0, 505798.0 ], [ 102649.0, 505666.0 ], [ 102358.0, 505652.0 ], [ 102140.0, 505720.0 ], [ 101946.0, 505599.0 ], [ 101935.0, 505484.0 ], [ 102031.0, 505438.0 ], [ 102112.0, 505496.0 ], [ 102277.0, 505571.0 ], [ 102502.0, 505542.0 ], [ 102741.0, 505384.0 ], [ 102981.0, 505304.0 ], [ 103257.0, 505287.0 ], [ 103461.0, 505265.0 ], [ 103654.0, 505310.0 ], [ 103821.0, 505311.0 ], [ 103970.0, 505372.0 ], [ 103973.0, 505466.0 ], [ 103899.0, 505514.0 ], [ 103687.0, 505423.0 ], [ 103478.0, 505406.0 ], [ 103337.0, 505484.0 ], [ 103295.0, 505601.0 ], [ 103199.0, 505729.0 ], [ 103090.0, 505795.0 ], [ 103024.0, 505864.0 ], [ 102974.0, 505998.0 ], [ 102926.0, 506133.0 ], [ 102863.0, 506208.0 ], [ 102664.0, 506270.0 ], [ 102613.0, 506341.0 ], [ 102441.0, 506472.0 ], [ 102201.0, 506609.0 ], [ 102019.0, 506680.0 ], [ 101661.0, 506843.0 ], [ 101189.0, 506911.0 ], [ 100233.0, 506937.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 82.0, "TNODE_": 43.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104882.0, 505074.0 ], [ 104916.0, 505255.0 ], [ 104881.0, 505508.0 ], [ 104730.0, 505658.0 ], [ 104536.0, 505790.0 ], [ 104422.0, 505947.0 ], [ 104281.0, 506098.0 ], [ 104089.0, 506138.0 ], [ 103925.0, 506016.0 ], [ 103867.0, 505855.0 ], [ 103746.0, 505772.0 ], [ 103600.0, 505686.0 ], [ 103558.0, 505607.0 ], [ 103493.0, 505674.0 ], [ 103425.0, 505755.0 ], [ 103244.0, 505821.0 ], [ 103130.0, 505899.0 ], [ 103028.0, 506164.0 ], [ 102974.0, 506225.0 ], [ 102849.0, 506264.0 ], [ 102665.0, 506339.0 ], [ 102508.0, 506432.0 ], [ 102297.0, 506585.0 ], [ 102120.0, 506708.0 ], [ 101948.0, 506846.0 ], [ 101750.0, 506947.0 ], [ 101533.0, 507022.0 ], [ 101311.0, 507151.0 ], [ 101130.0, 507253.0 ], [ 100916.0, 507277.0 ], [ 100295.0, 507238.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 83.0, "TNODE_": 80.0, "LPOLY_": 43.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107977.0, 504855.0 ], [ 107941.0, 504890.0 ], [ 107803.0, 505050.0 ], [ 107801.0, 505203.0 ], [ 107882.0, 505360.0 ], [ 108044.0, 505477.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 84.0, "TNODE_": 82.0, "LPOLY_": 32.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104611.0, 504722.0 ], [ 104652.0, 504769.0 ], [ 104722.0, 504944.0 ], [ 104782.0, 505054.0 ], [ 104882.0, 505074.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 85.0, "TNODE_": 83.0, "LPOLY_": 48.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108145.0, 504641.0 ], [ 108079.0, 504758.0 ], [ 107977.0, 504855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 86.0, "TNODE_": 85.0, "LPOLY_": 51.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108195.0, 504532.0 ], [ 108192.0, 504559.0 ], [ 108145.0, 504641.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 82.0, "TNODE_": 87.0, "LPOLY_": 19.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104882.0, 505074.0 ], [ 104901.0, 504994.0 ], [ 104870.0, 504862.0 ], [ 104844.0, 504695.0 ], [ 104771.0, 504544.0 ], [ 104638.0, 504482.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 89.0, "TNODE_": 84.0, "LPOLY_": 19.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104262.0, 504359.0 ], [ 104293.0, 504423.0 ], [ 104497.0, 504596.0 ], [ 104611.0, 504722.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 88.0, "TNODE_": 88.0, "LPOLY_": 50.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104842.0, 504415.0 ], [ 104815.0, 504387.0 ], [ 104798.0, 504309.0 ], [ 104938.0, 504297.0 ], [ 105173.0, 504504.0 ], [ 105297.0, 504726.0 ], [ 105329.0, 504885.0 ], [ 105299.0, 505013.0 ], [ 105142.0, 505038.0 ], [ 105028.0, 504864.0 ], [ 104988.0, 504623.0 ], [ 104842.0, 504415.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 87.0, "TNODE_": 90.0, "LPOLY_": 53.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104638.0, 504482.0 ], [ 104608.0, 504468.0 ], [ 104449.0, 504408.0 ], [ 104335.0, 504264.0 ], [ 104260.0, 504232.0 ], [ 104197.0, 504223.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 90.0, "TNODE_": 89.0, "LPOLY_": 53.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104197.0, 504223.0 ], [ 104262.0, 504359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 91.0, "TNODE_": 81.0, "LPOLY_": 47.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99668.0, 504165.0 ], [ 100171.0, 504005.0 ], [ 100298.0, 504006.0 ], [ 100437.0, 503998.0 ], [ 100474.0, 504086.0 ], [ 100326.0, 504293.0 ], [ 100271.0, 504575.0 ], [ 100264.0, 504744.0 ], [ 100267.0, 504914.0 ], [ 99907.0, 505337.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 92.0, "TNODE_": 92.0, "LPOLY_": 32.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102453.0, 504028.0 ], [ 102458.0, 504144.0 ], [ 102545.0, 504277.0 ], [ 102632.0, 504366.0 ], [ 102759.0, 504332.0 ], [ 102721.0, 504194.0 ], [ 102650.0, 504072.0 ], [ 102595.0, 503924.0 ], [ 102529.0, 503865.0 ], [ 102459.0, 503916.0 ], [ 102453.0, 504028.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 95.0, "TNODE_": 95.0, "LPOLY_": 45.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101156.0, 503799.0 ], [ 101248.0, 503831.0 ], [ 101336.0, 503876.0 ], [ 101457.0, 503956.0 ], [ 101560.0, 503954.0 ], [ 101633.0, 503878.0 ], [ 101629.0, 503808.0 ], [ 101457.0, 503746.0 ], [ 101300.0, 503767.0 ], [ 101196.0, 503747.0 ], [ 101156.0, 503799.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 93.0, "TNODE_": 86.0, "LPOLY_": 52.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503942.0 ], [ 108927.0, 503944.0 ], [ 108711.0, 503882.0 ], [ 108476.0, 503757.0 ], [ 108337.0, 503734.0 ], [ 108216.0, 503793.0 ], [ 108153.0, 503960.0 ], [ 108224.0, 504268.0 ], [ 108195.0, 504532.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 94.0, "TNODE_": 76.0, "LPOLY_": 45.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99621.0, 503930.0 ], [ 100168.0, 503807.0 ], [ 100996.0, 503719.0 ], [ 101351.0, 503703.0 ], [ 101563.0, 503722.0 ], [ 101681.0, 503767.0 ], [ 101755.0, 503845.0 ], [ 101726.0, 503953.0 ], [ 101560.0, 504031.0 ], [ 101280.0, 504076.0 ], [ 100983.0, 504103.0 ], [ 100688.0, 504213.0 ], [ 100550.0, 504430.0 ], [ 100539.0, 504731.0 ], [ 100515.0, 505115.0 ], [ 100386.0, 505304.0 ], [ 99962.0, 505608.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 93.0, "TNODE_": 86.0, "LPOLY_": 51.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503942.0 ], [ 108789.0, 503798.0 ], [ 108732.0, 503683.0 ], [ 108542.0, 503630.0 ], [ 108350.0, 503661.0 ], [ 108190.0, 503747.0 ], [ 108002.0, 503921.0 ], [ 107840.0, 504081.0 ], [ 107741.0, 504273.0 ], [ 107737.0, 504374.0 ], [ 107867.0, 504445.0 ], [ 108028.0, 504516.0 ], [ 108195.0, 504532.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 87.0, "TNODE_": 89.0, "LPOLY_": 19.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104638.0, 504482.0 ], [ 104519.0, 504343.0 ], [ 104341.0, 504188.0 ], [ 104136.0, 504001.0 ], [ 103949.0, 503813.0 ], [ 103669.0, 503637.0 ], [ 103483.0, 503626.0 ], [ 103472.0, 503785.0 ], [ 103591.0, 503946.0 ], [ 103803.0, 504048.0 ], [ 103818.0, 504155.0 ], [ 103643.0, 504175.0 ], [ 103524.0, 504200.0 ], [ 103589.0, 504291.0 ], [ 103909.0, 504330.0 ], [ 104262.0, 504359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 96.0, "TNODE_": 74.0, "LPOLY_": 42.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99576.0, 503710.0 ], [ 100168.0, 503649.0 ], [ 100514.0, 503617.0 ], [ 100936.0, 503617.0 ], [ 101288.0, 503632.0 ], [ 101515.0, 503655.0 ], [ 101724.0, 503712.0 ], [ 101792.0, 503835.0 ], [ 101766.0, 503944.0 ], [ 101630.0, 504043.0 ], [ 101388.0, 504090.0 ], [ 101168.0, 504143.0 ], [ 100931.0, 504380.0 ], [ 100836.0, 504656.0 ], [ 100849.0, 504902.0 ], [ 100647.0, 505260.0 ], [ 100009.0, 505841.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 93.0, "TNODE_": 85.0, "LPOLY_": 48.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503942.0 ], [ 108790.0, 503667.0 ], [ 108755.0, 503512.0 ], [ 108600.0, 503491.0 ], [ 108396.0, 503606.0 ], [ 108207.0, 503687.0 ], [ 107998.0, 503823.0 ], [ 107736.0, 503942.0 ], [ 107488.0, 504080.0 ], [ 107285.0, 504242.0 ], [ 107297.0, 504443.0 ], [ 107451.0, 504629.0 ], [ 107659.0, 504682.0 ], [ 107852.0, 504657.0 ], [ 107953.0, 504619.0 ], [ 108145.0, 504641.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 97.0, "TNODE_": 84.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99523.0, 503450.0 ], [ 100242.0, 503417.0 ], [ 100830.0, 503449.0 ], [ 101428.0, 503517.0 ], [ 101707.0, 503596.0 ], [ 101826.0, 503828.0 ], [ 101777.0, 504015.0 ], [ 101499.0, 504156.0 ], [ 101289.0, 504343.0 ], [ 101272.0, 504480.0 ], [ 101417.0, 504674.0 ], [ 101701.0, 504752.0 ], [ 102003.0, 504692.0 ], [ 102246.0, 504593.0 ], [ 102405.0, 504465.0 ], [ 102414.0, 504313.0 ], [ 102397.0, 504100.0 ], [ 102374.0, 503892.0 ], [ 102441.0, 503776.0 ], [ 102578.0, 503772.0 ], [ 102706.0, 503971.0 ], [ 102858.0, 504163.0 ], [ 103054.0, 504260.0 ], [ 103303.0, 504323.0 ], [ 103425.0, 504405.0 ], [ 103675.0, 504676.0 ], [ 103950.0, 504718.0 ], [ 104162.0, 504695.0 ], [ 104367.0, 504695.0 ], [ 104611.0, 504722.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 98.0, "TNODE_": 98.0, "LPOLY_": 19.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102145.0, 503444.0 ], [ 102143.0, 503456.0 ], [ 102219.0, 503533.0 ], [ 102212.0, 503588.0 ], [ 102087.0, 503607.0 ], [ 102089.0, 503706.0 ], [ 102146.0, 503758.0 ], [ 102022.0, 503774.0 ], [ 101993.0, 503847.0 ], [ 102127.0, 503933.0 ], [ 102138.0, 504084.0 ], [ 102140.0, 504152.0 ], [ 102252.0, 504169.0 ], [ 102301.0, 504079.0 ], [ 102255.0, 503938.0 ], [ 102219.0, 503815.0 ], [ 102291.0, 503681.0 ], [ 102427.0, 503631.0 ], [ 102576.0, 503630.0 ], [ 102623.0, 503555.0 ], [ 102525.0, 503489.0 ], [ 102452.0, 503408.0 ], [ 102341.0, 503367.0 ], [ 102225.0, 503377.0 ], [ 102145.0, 503444.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 93.0, "TNODE_": 83.0, "LPOLY_": 43.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503942.0 ], [ 108926.0, 503778.0 ], [ 108850.0, 503629.0 ], [ 108996.0, 503284.0 ], [ 108824.0, 503165.0 ], [ 108678.0, 503175.0 ], [ 108522.0, 503375.0 ], [ 108329.0, 503486.0 ], [ 107967.0, 503434.0 ], [ 107619.0, 503591.0 ], [ 107248.0, 503774.0 ], [ 106760.0, 503917.0 ], [ 106379.0, 503979.0 ], [ 106052.0, 503924.0 ], [ 105771.0, 503812.0 ], [ 105584.0, 503818.0 ], [ 105520.0, 504077.0 ], [ 105601.0, 504410.0 ], [ 105691.0, 504645.0 ], [ 105842.0, 504963.0 ], [ 105950.0, 505228.0 ], [ 106204.0, 505288.0 ], [ 106543.0, 505303.0 ], [ 106884.0, 505313.0 ], [ 107266.0, 505145.0 ], [ 107578.0, 504991.0 ], [ 107790.0, 504920.0 ], [ 107977.0, 504855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 100.0, "TNODE_": 99.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101927.0, 502996.0 ], [ 101987.0, 503092.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 101.0, "TNODE_": 100.0, "LPOLY_": 61.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101915.0, 502905.0 ], [ 101921.0, 502987.0 ], [ 101927.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 102.0, "TNODE_": 80.0, "LPOLY_": 19.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99351.0, 502803.0 ], [ 100037.0, 502808.0 ], [ 100421.0, 502851.0 ], [ 101005.0, 502883.0 ], [ 101363.0, 502990.0 ], [ 101598.0, 503106.0 ], [ 101896.0, 503195.0 ], [ 102210.0, 503262.0 ], [ 102449.0, 503316.0 ], [ 102894.0, 503275.0 ], [ 103285.0, 503214.0 ], [ 103458.0, 503168.0 ], [ 103614.0, 503147.0 ], [ 103903.0, 503254.0 ], [ 104257.0, 503405.0 ], [ 104654.0, 503468.0 ], [ 104993.0, 503472.0 ], [ 105152.0, 503487.0 ], [ 105194.0, 503604.0 ], [ 105160.0, 503917.0 ], [ 105240.0, 504333.0 ], [ 105498.0, 504956.0 ], [ 105449.0, 505167.0 ], [ 105367.0, 505384.0 ], [ 105489.0, 505636.0 ], [ 105716.0, 505661.0 ], [ 106319.0, 505767.0 ], [ 106534.0, 505773.0 ], [ 106802.0, 505712.0 ], [ 106989.0, 505644.0 ], [ 107253.0, 505605.0 ], [ 107494.0, 505590.0 ], [ 107748.0, 505607.0 ], [ 108044.0, 505477.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 99.0, "TNODE_": 103.0, "LPOLY_": 43.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101987.0, 503092.0 ], [ 101993.0, 503101.0 ], [ 102089.0, 503121.0 ], [ 102202.0, 503055.0 ], [ 102258.0, 502922.0 ], [ 102434.0, 502690.0 ], [ 102650.0, 502616.0 ], [ 102948.0, 502628.0 ], [ 103239.0, 502704.0 ], [ 103524.0, 502767.0 ], [ 103820.0, 502744.0 ], [ 103850.0, 502730.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 104.0, "TNODE_": 105.0, "LPOLY_": 59.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102486.0, 502292.0 ], [ 102414.0, 502269.0 ], [ 102379.0, 502255.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 106.0, "TNODE_": 101.0, "LPOLY_": 62.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102291.0, 502227.0 ], [ 102148.0, 502287.0 ], [ 101784.0, 502531.0 ], [ 101750.0, 502629.0 ], [ 101844.0, 502662.0 ], [ 101906.0, 502785.0 ], [ 101915.0, 502905.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 105.0, "TNODE_": 106.0, "LPOLY_": 61.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 502255.0 ], [ 102299.0, 502224.0 ], [ 102291.0, 502227.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 106.0, "TNODE_": 101.0, "LPOLY_": 61.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102291.0, 502227.0 ], [ 102186.0, 502204.0 ], [ 101958.0, 502340.0 ], [ 101740.0, 502422.0 ], [ 101544.0, 502525.0 ], [ 101535.0, 502712.0 ], [ 101623.0, 502827.0 ], [ 101753.0, 502752.0 ], [ 101834.0, 502743.0 ], [ 101915.0, 502905.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 105.0, "TNODE_": 100.0, "LPOLY_": 59.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 502255.0 ], [ 102380.0, 502165.0 ], [ 102349.0, 502085.0 ], [ 102154.0, 502166.0 ], [ 101885.0, 502263.0 ], [ 101614.0, 502374.0 ], [ 101394.0, 502458.0 ], [ 101380.0, 502648.0 ], [ 101509.0, 502818.0 ], [ 101669.0, 502908.0 ], [ 101777.0, 502949.0 ], [ 101927.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 107.0, "TNODE_": 103.0, "LPOLY_": 57.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104838.0, 502073.0 ], [ 105007.0, 502218.0 ], [ 105059.0, 502490.0 ], [ 105073.0, 502782.0 ], [ 105173.0, 502974.0 ], [ 105032.0, 503169.0 ], [ 104677.0, 503207.0 ], [ 104301.0, 503125.0 ], [ 104052.0, 502920.0 ], [ 103850.0, 502730.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 103.0, "TNODE_": 107.0, "LPOLY_": 57.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103850.0, 502730.0 ], [ 104109.0, 502609.0 ], [ 104328.0, 502522.0 ], [ 104601.0, 502483.0 ], [ 104769.0, 502386.0 ], [ 104843.0, 502200.0 ], [ 104838.0, 502073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 104.0, "TNODE_": 99.0, "LPOLY_": 43.0, "RPOLY_": 59.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102486.0, 502292.0 ], [ 102489.0, 502211.0 ], [ 102510.0, 502036.0 ], [ 102567.0, 501816.0 ], [ 102467.0, 501742.0 ], [ 102272.0, 501863.0 ], [ 102040.0, 502045.0 ], [ 101592.0, 502113.0 ], [ 101237.0, 502159.0 ], [ 100980.0, 502183.0 ], [ 100972.0, 502325.0 ], [ 101057.0, 502407.0 ], [ 101117.0, 502591.0 ], [ 101322.0, 502797.0 ], [ 101499.0, 502889.0 ], [ 101619.0, 503022.0 ], [ 101792.0, 503104.0 ], [ 101987.0, 503092.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 109.0, "TNODE_": 104.0, "LPOLY_": 43.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103573.0, 501689.0 ], [ 103541.0, 501730.0 ], [ 103493.0, 501911.0 ], [ 103531.0, 502173.0 ], [ 103465.0, 502440.0 ], [ 103340.0, 502525.0 ], [ 103168.0, 502491.0 ], [ 102905.0, 502389.0 ], [ 102630.0, 502339.0 ], [ 102486.0, 502292.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 110.0, "TNODE_": 109.0, "LPOLY_": 68.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103684.0, 501549.0 ], [ 103573.0, 501689.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 108.0, "TNODE_": 111.0, "LPOLY_": 58.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107055.0, 501868.0 ], [ 107179.0, 501926.0 ], [ 107364.0, 501953.0 ], [ 107560.0, 501959.0 ], [ 107698.0, 501940.0 ], [ 107858.0, 501839.0 ], [ 108008.0, 501708.0 ], [ 108121.0, 501543.0 ], [ 108172.0, 501458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 107.0, "TNODE_": 113.0, "LPOLY_": 43.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104838.0, 502073.0 ], [ 104836.0, 502026.0 ], [ 104690.0, 501849.0 ], [ 104440.0, 501785.0 ], [ 104281.0, 501684.0 ], [ 104282.0, 501535.0 ], [ 104339.0, 501472.0 ], [ 104507.0, 501469.0 ], [ 104794.0, 501495.0 ], [ 104931.0, 501505.0 ], [ 105182.0, 501491.0 ], [ 105488.0, 501423.0 ], [ 105579.0, 501415.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 113.0, "TNODE_": 114.0, "LPOLY_": 60.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105579.0, 501415.0 ], [ 105710.0, 501404.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 114.0, "TNODE_": 115.0, "LPOLY_": 63.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105710.0, 501404.0 ], [ 105758.0, 501399.0 ], [ 105769.0, 501402.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 112.0, "TNODE_": 112.0, "LPOLY_": 43.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102361.0, 501427.0 ], [ 102416.0, 501621.0 ], [ 102514.0, 501639.0 ], [ 102540.0, 501492.0 ], [ 102539.0, 501376.0 ], [ 102465.0, 501312.0 ], [ 102393.0, 501337.0 ], [ 102361.0, 501427.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 117.0, "TNODE_": 118.0, "LPOLY_": 58.0, "RPOLY_": 73.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105114.0, 501303.0 ], [ 105137.0, 501305.0 ], [ 105417.0, 501290.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 118.0, "TNODE_": 120.0, "LPOLY_": 58.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105417.0, 501290.0 ], [ 105539.0, 501283.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 120.0, "TNODE_": 121.0, "LPOLY_": 58.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105539.0, 501283.0 ], [ 105700.0, 501273.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 116.0, "TNODE_": 113.0, "LPOLY_": 60.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501326.0 ], [ 108980.0, 501301.0 ], [ 108779.0, 501246.0 ], [ 108647.0, 501231.0 ], [ 108517.0, 501362.0 ], [ 108416.0, 501603.0 ], [ 108299.0, 501753.0 ], [ 108221.0, 501981.0 ], [ 108160.0, 502334.0 ], [ 108132.0, 502582.0 ], [ 108064.0, 502790.0 ], [ 107910.0, 502956.0 ], [ 107581.0, 503047.0 ], [ 107223.0, 503071.0 ], [ 106902.0, 503060.0 ], [ 106641.0, 502931.0 ], [ 106383.0, 502753.0 ], [ 106150.0, 502537.0 ], [ 105963.0, 502304.0 ], [ 105821.0, 502076.0 ], [ 105806.0, 501852.0 ], [ 105825.0, 501641.0 ], [ 105749.0, 501517.0 ], [ 105579.0, 501415.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 122.0, "TNODE_": 110.0, "LPOLY_": 71.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103864.0, 501228.0 ], [ 103822.0, 501378.0 ], [ 103684.0, 501549.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 119.0, "TNODE_": 109.0, "LPOLY_": 43.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102197.0, 501284.0 ], [ 102390.0, 501210.0 ], [ 102559.0, 501244.0 ], [ 102625.0, 501394.0 ], [ 102647.0, 501551.0 ], [ 102867.0, 501629.0 ], [ 103235.0, 501662.0 ], [ 103573.0, 501689.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 116.0, "TNODE_": 114.0, "LPOLY_": 63.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501326.0 ], [ 108812.0, 501187.0 ], [ 108667.0, 501190.0 ], [ 108569.0, 501255.0 ], [ 108470.0, 501412.0 ], [ 108344.0, 501643.0 ], [ 108235.0, 501847.0 ], [ 108166.0, 502043.0 ], [ 108057.0, 502398.0 ], [ 107968.0, 502655.0 ], [ 107726.0, 502762.0 ], [ 107424.0, 502788.0 ], [ 107144.0, 502713.0 ], [ 106716.0, 502572.0 ], [ 106333.0, 502372.0 ], [ 106068.0, 502119.0 ], [ 105956.0, 501883.0 ], [ 105925.0, 501698.0 ], [ 105884.0, 501577.0 ], [ 105710.0, 501404.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 123.0, "TNODE_": 115.0, "LPOLY_": 64.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501198.0 ], [ 108831.0, 501151.0 ], [ 108714.0, 501149.0 ], [ 108554.0, 501206.0 ], [ 108389.0, 501438.0 ], [ 108190.0, 501817.0 ], [ 108060.0, 502030.0 ], [ 107802.0, 502368.0 ], [ 107491.0, 502562.0 ], [ 107116.0, 502531.0 ], [ 106629.0, 502333.0 ], [ 106264.0, 502167.0 ], [ 106076.0, 501951.0 ], [ 105993.0, 501726.0 ], [ 105869.0, 501485.0 ], [ 105769.0, 501402.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 119.0, "TNODE_": 124.0, "LPOLY_": 68.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102197.0, 501284.0 ], [ 102195.0, 501126.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 115.0, "TNODE_": 123.0, "LPOLY_": 64.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105769.0, 501402.0 ], [ 105994.0, 501456.0 ], [ 106164.0, 501692.0 ], [ 106333.0, 501904.0 ], [ 106461.0, 502060.0 ], [ 106655.0, 502229.0 ], [ 106894.0, 502372.0 ], [ 107177.0, 502448.0 ], [ 107372.0, 502464.0 ], [ 107581.0, 502377.0 ], [ 107746.0, 502227.0 ], [ 107869.0, 502045.0 ], [ 108012.0, 501889.0 ], [ 108146.0, 501715.0 ], [ 108254.0, 501507.0 ], [ 108352.0, 501379.0 ], [ 108445.0, 501275.0 ], [ 108546.0, 501170.0 ], [ 108686.0, 501120.0 ], [ 108877.0, 501126.0 ], [ 109060.0, 501198.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 125.0, "TNODE_": 119.0, "LPOLY_": 43.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101816.0, 501119.0 ], [ 101852.0, 501362.0 ], [ 101942.0, 501551.0 ], [ 102044.0, 501610.0 ], [ 102133.0, 501611.0 ], [ 102196.0, 501463.0 ], [ 102197.0, 501284.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 124.0, "TNODE_": 110.0, "LPOLY_": 68.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102195.0, 501126.0 ], [ 102364.0, 501100.0 ], [ 102599.0, 501098.0 ], [ 102883.0, 501161.0 ], [ 103182.0, 501177.0 ], [ 103468.0, 501327.0 ], [ 103684.0, 501549.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 128.0, "TNODE_": 125.0, "LPOLY_": 67.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101811.0, 501080.0 ], [ 101816.0, 501119.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 111.0, "TNODE_": 127.0, "LPOLY_": 58.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108172.0, 501458.0 ], [ 108243.0, 501338.0 ], [ 108340.0, 501210.0 ], [ 108458.0, 501122.0 ], [ 108585.0, 501072.0 ], [ 108712.0, 501062.0 ], [ 108864.0, 501083.0 ], [ 109060.0, 501093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 126.0, "TNODE_": 126.0, "LPOLY_": 43.0, "RPOLY_": 72.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101396.0, 501105.0 ], [ 101412.0, 501162.0 ], [ 101479.0, 501343.0 ], [ 101617.0, 501405.0 ], [ 101680.0, 501406.0 ], [ 101718.0, 501277.0 ], [ 101679.0, 501134.0 ], [ 101539.0, 501026.0 ], [ 101475.0, 501001.0 ], [ 101396.0, 501105.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 121.0, "TNODE_": 108.0, "LPOLY_": 58.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105700.0, 501273.0 ], [ 105743.0, 501270.0 ], [ 105879.0, 501265.0 ], [ 106049.0, 501254.0 ], [ 106147.0, 500989.0 ], [ 106238.0, 500949.0 ], [ 106403.0, 500971.0 ], [ 106580.0, 501051.0 ], [ 106740.0, 501264.0 ], [ 106813.0, 501373.0 ], [ 106850.0, 501560.0 ], [ 106894.0, 501728.0 ], [ 107018.0, 501850.0 ], [ 107055.0, 501868.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 125.0, "TNODE_": 129.0, "LPOLY_": 67.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101816.0, 501119.0 ], [ 101639.0, 501015.0 ], [ 101402.0, 500936.0 ], [ 101284.0, 500983.0 ], [ 101240.0, 501206.0 ], [ 101274.0, 501619.0 ], [ 101096.0, 501738.0 ], [ 100994.0, 501557.0 ], [ 100914.0, 501358.0 ], [ 100511.0, 501198.0 ], [ 99637.0, 501008.0 ], [ 98792.0, 501030.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 131.0, "TNODE_": 128.0, "LPOLY_": 74.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101734.0, 500932.0 ], [ 101804.0, 501035.0 ], [ 101811.0, 501080.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 133.0, "TNODE_": 122.0, "LPOLY_": 75.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103632.0, 500842.0 ], [ 103763.0, 500880.0 ], [ 103907.0, 501077.0 ], [ 103864.0, 501228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 133.0, "TNODE_": 122.0, "LPOLY_": 71.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103632.0, 500842.0 ], [ 103675.0, 500990.0 ], [ 103742.0, 501119.0 ], [ 103864.0, 501228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 117.0, "TNODE_": 118.0, "LPOLY_": 73.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105114.0, 501303.0 ], [ 105236.0, 501214.0 ], [ 105292.0, 501075.0 ], [ 105329.0, 500912.0 ], [ 105458.0, 500830.0 ], [ 105499.0, 500960.0 ], [ 105434.0, 501134.0 ], [ 105417.0, 501290.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 134.0, "TNODE_": 117.0, "LPOLY_": 58.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103931.0, 500799.0 ], [ 104069.0, 500874.0 ], [ 104422.0, 501089.0 ], [ 104677.0, 501221.0 ], [ 104910.0, 501283.0 ], [ 105114.0, 501303.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 135.0, "TNODE_": 134.0, "LPOLY_": 58.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103862.0, 500787.0 ], [ 103931.0, 500799.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 136.0, "TNODE_": 135.0, "LPOLY_": 58.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103803.0, 500777.0 ], [ 103862.0, 500787.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 137.0, "TNODE_": 136.0, "LPOLY_": 58.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103772.0, 500772.0 ], [ 103803.0, 500777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 138.0, "TNODE_": 128.0, "LPOLY_": 67.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98785.0, 500706.0 ], [ 99367.0, 500766.0 ], [ 99929.0, 500831.0 ], [ 100486.0, 501006.0 ], [ 100875.0, 501139.0 ], [ 101066.0, 501231.0 ], [ 101137.0, 501121.0 ], [ 101187.0, 500983.0 ], [ 101359.0, 500900.0 ], [ 101528.0, 500925.0 ], [ 101639.0, 500979.0 ], [ 101811.0, 501080.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 121.0, "TNODE_": 108.0, "LPOLY_": 66.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105700.0, 501273.0 ], [ 105780.0, 501148.0 ], [ 105792.0, 501003.0 ], [ 105864.0, 500825.0 ], [ 106085.0, 500706.0 ], [ 106446.0, 500702.0 ], [ 106698.0, 500758.0 ], [ 106900.0, 501038.0 ], [ 106989.0, 501403.0 ], [ 107012.0, 501616.0 ], [ 107055.0, 501868.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 139.0, "TNODE_": 133.0, "LPOLY_": 71.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103051.0, 500682.0 ], [ 103153.0, 500728.0 ], [ 103285.0, 500775.0 ], [ 103539.0, 500815.0 ], [ 103632.0, 500842.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 140.0, "TNODE_": 139.0, "LPOLY_": 71.0, "RPOLY_": 81.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102558.0, 500679.0 ], [ 102668.0, 500824.0 ], [ 102894.0, 500840.0 ], [ 103051.0, 500682.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 120.0, "TNODE_": 111.0, "LPOLY_": 65.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105539.0, 501283.0 ], [ 105603.0, 501113.0 ], [ 105641.0, 500962.0 ], [ 105762.0, 500772.0 ], [ 105851.0, 500665.0 ], [ 106039.0, 500584.0 ], [ 106488.0, 500572.0 ], [ 106739.0, 500625.0 ], [ 106971.0, 500809.0 ], [ 107157.0, 501018.0 ], [ 107312.0, 501281.0 ], [ 107478.0, 501458.0 ], [ 107670.0, 501529.0 ], [ 107918.0, 501554.0 ], [ 108172.0, 501458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 124.0, "TNODE_": 140.0, "LPOLY_": 71.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102195.0, 501126.0 ], [ 102192.0, 500991.0 ], [ 102202.0, 500761.0 ], [ 102188.0, 500612.0 ], [ 102197.0, 500533.0 ], [ 102278.0, 500512.0 ], [ 102386.0, 500556.0 ], [ 102457.0, 500659.0 ], [ 102542.0, 500708.0 ], [ 102558.0, 500679.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 141.0, "TNODE_": 131.0, "LPOLY_": 74.0, "RPOLY_": 77.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98780.0, 500502.0 ], [ 99266.0, 500500.0 ], [ 99751.0, 500563.0 ], [ 100257.0, 500767.0 ], [ 100712.0, 500956.0 ], [ 101032.0, 500990.0 ], [ 101130.0, 500864.0 ], [ 101306.0, 500823.0 ], [ 101538.0, 500855.0 ], [ 101734.0, 500932.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 143.0, "TNODE_": 142.0, "LPOLY_": 83.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101690.0, 500428.0 ], [ 101664.0, 500435.0 ], [ 101487.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 144.0, "TNODE_": 143.0, "LPOLY_": 81.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101861.0, 500381.0 ], [ 101690.0, 500428.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 145.0, "TNODE_": 137.0, "LPOLY_": 58.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103935.0, 500358.0 ], [ 103908.0, 500389.0 ], [ 103663.0, 500481.0 ], [ 103556.0, 500494.0 ], [ 103477.0, 500486.0 ], [ 103467.0, 500546.0 ], [ 103510.0, 500627.0 ], [ 103637.0, 500750.0 ], [ 103772.0, 500772.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 148.0, "TNODE_": 144.0, "LPOLY_": 84.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102228.0, 500218.0 ], [ 102134.0, 500229.0 ], [ 102020.0, 500340.0 ], [ 101861.0, 500381.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 140.0, "TNODE_": 148.0, "LPOLY_": 81.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102558.0, 500679.0 ], [ 102593.0, 500615.0 ], [ 102555.0, 500454.0 ], [ 102415.0, 500311.0 ], [ 102271.0, 500213.0 ], [ 102228.0, 500218.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 149.0, "TNODE_": 139.0, "LPOLY_": 81.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102661.0, 500195.0 ], [ 102697.0, 500429.0 ], [ 102894.0, 500613.0 ], [ 103051.0, 500682.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 148.0, "TNODE_": 144.0, "LPOLY_": 81.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102228.0, 500218.0 ], [ 102096.0, 500149.0 ], [ 101985.0, 500131.0 ], [ 101873.0, 500215.0 ], [ 101844.0, 500288.0 ], [ 101861.0, 500381.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 147.0, "TNODE_": 131.0, "LPOLY_": 77.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98774.0, 500264.0 ], [ 99143.0, 500119.0 ], [ 99493.0, 500112.0 ], [ 99906.0, 500255.0 ], [ 100290.0, 500453.0 ], [ 100635.0, 500623.0 ], [ 100984.0, 500738.0 ], [ 101266.0, 500775.0 ], [ 101516.0, 500780.0 ], [ 101690.0, 500867.0 ], [ 101734.0, 500932.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 152.0, "TNODE_": 150.0, "LPOLY_": 58.0, "RPOLY_": 88.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103462.0, 500060.0 ], [ 103592.0, 500091.0 ], [ 103648.0, 500109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 153.0, "TNODE_": 152.0, "LPOLY_": 58.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103304.0, 499996.0 ], [ 103392.0, 500043.0 ], [ 103462.0, 500060.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 154.0, "TNODE_": 142.0, "LPOLY_": 82.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101465.0, 499991.0 ], [ 101400.0, 500158.0 ], [ 101411.0, 500247.0 ], [ 101455.0, 500369.0 ], [ 101487.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 142.0, "TNODE_": 154.0, "LPOLY_": 82.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101487.0, 500465.0 ], [ 101442.0, 500473.0 ], [ 101232.0, 500408.0 ], [ 101185.0, 500323.0 ], [ 101257.0, 500170.0 ], [ 101378.0, 500048.0 ], [ 101465.0, 499991.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 155.0, "TNODE_": 151.0, "LPOLY_": 58.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100346.0, 499957.0 ], [ 100341.0, 500003.0 ], [ 100461.0, 500094.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 146.0, "TNODE_": 146.0, "LPOLY_": 70.0, "RPOLY_": 79.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106142.0, 500317.0 ], [ 106145.0, 500365.0 ], [ 106390.0, 500401.0 ], [ 106731.0, 500487.0 ], [ 107006.0, 500679.0 ], [ 107326.0, 500909.0 ], [ 107449.0, 500919.0 ], [ 107368.0, 500787.0 ], [ 107116.0, 500594.0 ], [ 106932.0, 500342.0 ], [ 106726.0, 500038.0 ], [ 106477.0, 499943.0 ], [ 106331.0, 499972.0 ], [ 106236.0, 500128.0 ], [ 106142.0, 500317.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 156.0, "TNODE_": 149.0, "LPOLY_": 86.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102675.0, 499915.0 ], [ 102654.0, 500148.0 ], [ 102661.0, 500195.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 157.0, "TNODE_": 149.0, "LPOLY_": 81.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101914.0, 499911.0 ], [ 102114.0, 500073.0 ], [ 102234.0, 500126.0 ], [ 102293.0, 500077.0 ], [ 102327.0, 499965.0 ], [ 102462.0, 499955.0 ], [ 102561.0, 500100.0 ], [ 102661.0, 500195.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 157.0, "TNODE_": 143.0, "LPOLY_": 83.0, "RPOLY_": 81.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101914.0, 499911.0 ], [ 101718.0, 499930.0 ], [ 101669.0, 499995.0 ], [ 101717.0, 500065.0 ], [ 101810.0, 500127.0 ], [ 101751.0, 500224.0 ], [ 101690.0, 500428.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 154.0, "TNODE_": 157.0, "LPOLY_": 83.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101465.0, 499991.0 ], [ 101546.0, 499938.0 ], [ 101686.0, 499887.0 ], [ 101843.0, 499897.0 ], [ 101914.0, 499911.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 151.0, "TNODE_": 159.0, "LPOLY_": 58.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100461.0, 500094.0 ], [ 100465.0, 500097.0 ], [ 100751.0, 500206.0 ], [ 100841.0, 500243.0 ], [ 100888.0, 500222.0 ], [ 100915.0, 500160.0 ], [ 100848.0, 500056.0 ], [ 100834.0, 499950.0 ], [ 100664.0, 499812.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 159.0, "TNODE_": 151.0, "LPOLY_": 89.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100664.0, 499812.0 ], [ 100625.0, 499925.0 ], [ 100567.0, 500006.0 ], [ 100461.0, 500094.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 159.0, "TNODE_": 155.0, "LPOLY_": 58.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100664.0, 499812.0 ], [ 100522.0, 499814.0 ], [ 100403.0, 499849.0 ], [ 100342.0, 499898.0 ], [ 100346.0, 499957.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 160.0, "TNODE_": 156.0, "LPOLY_": 86.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 499743.0 ], [ 102370.0, 499847.0 ], [ 102495.0, 499907.0 ], [ 102675.0, 499915.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 157.0, "TNODE_": 160.0, "LPOLY_": 86.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101914.0, 499911.0 ], [ 102002.0, 499929.0 ], [ 102100.0, 499881.0 ], [ 102250.0, 499752.0 ], [ 102287.0, 499743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 161.0, "TNODE_": 145.0, "LPOLY_": 58.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104742.0, 499712.0 ], [ 104740.0, 499722.0 ], [ 104549.0, 499912.0 ], [ 104296.0, 500096.0 ], [ 104062.0, 500284.0 ], [ 103935.0, 500358.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 160.0, "TNODE_": 156.0, "LPOLY_": 92.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 499743.0 ], [ 102424.0, 499708.0 ], [ 102587.0, 499773.0 ], [ 102676.0, 499905.0 ], [ 102675.0, 499915.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 136.0, "TNODE_": 127.0, "LPOLY_": 70.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103803.0, 500777.0 ], [ 104102.0, 500695.0 ], [ 104344.0, 500653.0 ], [ 104581.0, 500695.0 ], [ 104865.0, 500710.0 ], [ 105198.0, 500637.0 ], [ 105595.0, 500525.0 ], [ 105796.0, 500372.0 ], [ 105912.0, 500170.0 ], [ 105962.0, 499972.0 ], [ 106114.0, 499715.0 ], [ 106357.0, 499685.0 ], [ 106753.0, 499781.0 ], [ 107099.0, 499897.0 ], [ 107353.0, 500098.0 ], [ 107551.0, 500425.0 ], [ 107764.0, 500831.0 ], [ 107897.0, 501042.0 ], [ 108222.0, 501082.0 ], [ 108377.0, 501045.0 ], [ 108588.0, 501018.0 ], [ 108764.0, 501016.0 ], [ 109060.0, 501093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 162.0, "TNODE_": 153.0, "LPOLY_": 58.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103096.0, 499680.0 ], [ 103115.0, 499768.0 ], [ 103204.0, 499942.0 ], [ 103304.0, 499996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 163.0, "TNODE_": 161.0, "LPOLY_": 58.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104707.0, 499620.0 ], [ 104757.0, 499648.0 ], [ 104742.0, 499712.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 164.0, "TNODE_": 162.0, "LPOLY_": 58.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103041.0, 499587.0 ], [ 103086.0, 499632.0 ], [ 103096.0, 499680.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 165.0, "TNODE_": 163.0, "LPOLY_": 58.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104498.0, 499568.0 ], [ 104643.0, 499585.0 ], [ 104707.0, 499620.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 150.0, "TNODE_": 165.0, "LPOLY_": 58.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103648.0, 500109.0 ], [ 103760.0, 500144.0 ], [ 103982.0, 500146.0 ], [ 104104.0, 500019.0 ], [ 104195.0, 499850.0 ], [ 104343.0, 499621.0 ], [ 104440.0, 499561.0 ], [ 104498.0, 499568.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 70.0, "FNODE_": 162.0, "TNODE_": 153.0, "LPOLY_": 91.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103096.0, 499680.0 ], [ 103274.0, 499563.0 ], [ 103396.0, 499556.0 ], [ 103504.0, 499612.0 ], [ 103463.0, 499796.0 ], [ 103386.0, 499906.0 ], [ 103304.0, 499996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 166.0, "TNODE_": 167.0, "LPOLY_": 58.0, "RPOLY_": 96.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101317.0, 499563.0 ], [ 101490.0, 499534.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 168.0, "TNODE_": 164.0, "LPOLY_": 58.0, "RPOLY_": 88.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102980.0, 499527.0 ], [ 103041.0, 499587.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 69.0, "FNODE_": 164.0, "TNODE_": 152.0, "LPOLY_": 90.0, "RPOLY_": 88.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103041.0, 499587.0 ], [ 103148.0, 499569.0 ], [ 103311.0, 499472.0 ], [ 103466.0, 499495.0 ], [ 103578.0, 499570.0 ], [ 103582.0, 499723.0 ], [ 103521.0, 499884.0 ], [ 103462.0, 500060.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 168.0, "TNODE_": 150.0, "LPOLY_": 88.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102980.0, 499527.0 ], [ 103177.0, 499499.0 ], [ 103273.0, 499390.0 ], [ 103448.0, 499320.0 ], [ 103615.0, 499371.0 ], [ 103704.0, 499483.0 ], [ 103695.0, 499709.0 ], [ 103666.0, 499885.0 ], [ 103648.0, 500109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 145.0, "TNODE_": 130.0, "LPOLY_": 76.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103935.0, 500358.0 ], [ 104224.0, 500455.0 ], [ 104462.0, 500519.0 ], [ 104851.0, 500465.0 ], [ 105071.0, 500350.0 ], [ 105261.0, 500118.0 ], [ 105457.0, 500034.0 ], [ 105544.0, 499883.0 ], [ 105542.0, 499729.0 ], [ 105561.0, 499556.0 ], [ 105735.0, 499397.0 ], [ 105933.0, 499288.0 ], [ 106088.0, 499244.0 ], [ 106334.0, 499284.0 ], [ 106719.0, 499390.0 ], [ 107230.0, 499601.0 ], [ 107483.0, 499772.0 ], [ 107673.0, 500014.0 ], [ 107787.0, 500394.0 ], [ 107940.0, 500770.0 ], [ 108189.0, 500896.0 ], [ 108486.0, 500946.0 ], [ 108759.0, 500955.0 ], [ 109060.0, 500981.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 167.0, "TNODE_": 169.0, "LPOLY_": 58.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101490.0, 499534.0 ], [ 101623.0, 499513.0 ], [ 101889.0, 499407.0 ], [ 102002.0, 499323.0 ], [ 102152.0, 499227.0 ], [ 102166.0, 499216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 171.0, "TNODE_": 168.0, "LPOLY_": 58.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102517.0, 499138.0 ], [ 102577.0, 499214.0 ], [ 102756.0, 499363.0 ], [ 102862.0, 499415.0 ], [ 102980.0, 499527.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 172.0, "TNODE_": 166.0, "LPOLY_": 95.0, "RPOLY_": 96.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101011.0, 499119.0 ], [ 101150.0, 499132.0 ], [ 101297.0, 499208.0 ], [ 101360.0, 499356.0 ], [ 101317.0, 499563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 172.0, "TNODE_": 166.0, "LPOLY_": 58.0, "RPOLY_": 95.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101011.0, 499119.0 ], [ 100983.0, 499156.0 ], [ 100866.0, 499334.0 ], [ 100927.0, 499454.0 ], [ 101105.0, 499539.0 ], [ 101317.0, 499563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 173.0, "TNODE_": 167.0, "LPOLY_": 96.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101051.0, 499067.0 ], [ 101225.0, 499095.0 ], [ 101404.0, 499237.0 ], [ 101490.0, 499534.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 173.0, "TNODE_": 172.0, "LPOLY_": 58.0, "RPOLY_": 96.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101051.0, 499067.0 ], [ 101011.0, 499119.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 174.0, "TNODE_": 171.0, "LPOLY_": 58.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102419.0, 499037.0 ], [ 102453.0, 499056.0 ], [ 102517.0, 499138.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 169.0, "TNODE_": 174.0, "LPOLY_": 58.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102166.0, 499216.0 ], [ 102298.0, 499108.0 ], [ 102357.0, 499001.0 ], [ 102419.0, 499037.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 175.0, "TNODE_": 173.0, "LPOLY_": 58.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101226.0, 498727.0 ], [ 101186.0, 498890.0 ], [ 101051.0, 499067.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 67.0, "FNODE_": 171.0, "TNODE_": 165.0, "LPOLY_": 87.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102517.0, 499138.0 ], [ 102630.0, 499015.0 ], [ 102633.0, 498898.0 ], [ 102786.0, 498791.0 ], [ 103179.0, 498942.0 ], [ 103661.0, 499085.0 ], [ 103944.0, 499072.0 ], [ 104138.0, 499029.0 ], [ 104297.0, 498889.0 ], [ 104327.0, 498638.0 ], [ 104453.0, 498539.0 ], [ 104582.0, 498592.0 ], [ 104505.0, 498758.0 ], [ 104442.0, 498964.0 ], [ 104518.0, 499191.0 ], [ 104545.0, 499360.0 ], [ 104498.0, 499568.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 174.0, "TNODE_": 163.0, "LPOLY_": 94.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102419.0, 499037.0 ], [ 102462.0, 498854.0 ], [ 102485.0, 498608.0 ], [ 102526.0, 498403.0 ], [ 102705.0, 498319.0 ], [ 102978.0, 498557.0 ], [ 103226.0, 498751.0 ], [ 103492.0, 498879.0 ], [ 103846.0, 498871.0 ], [ 104100.0, 498758.0 ], [ 104275.0, 498580.0 ], [ 104511.0, 498484.0 ], [ 104658.0, 498504.0 ], [ 104628.0, 498674.0 ], [ 104570.0, 498904.0 ], [ 104723.0, 499101.0 ], [ 104832.0, 499310.0 ], [ 104836.0, 499459.0 ], [ 104707.0, 499620.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 176.0, "TNODE_": 175.0, "LPOLY_": 58.0, "RPOLY_": 99.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100406.0, 498106.0 ], [ 100422.0, 498110.0 ], [ 100756.0, 498107.0 ], [ 100990.0, 498114.0 ], [ 101197.0, 498211.0 ], [ 101288.0, 498468.0 ], [ 101226.0, 498727.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 177.0, "TNODE_": 176.0, "LPOLY_": 58.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100074.0, 498031.0 ], [ 100406.0, 498106.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 178.0, "TNODE_": 177.0, "LPOLY_": 58.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99801.0, 497948.0 ], [ 99913.0, 497994.0 ], [ 100074.0, 498031.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 61.0, "FNODE_": 176.0, "TNODE_": 175.0, "LPOLY_": 99.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100406.0, 498106.0 ], [ 100552.0, 498032.0 ], [ 100841.0, 497941.0 ], [ 101144.0, 497932.0 ], [ 101384.0, 498063.0 ], [ 101562.0, 498297.0 ], [ 101409.0, 498580.0 ], [ 101226.0, 498727.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 179.0, "TNODE_": 179.0, "LPOLY_": 93.0, "RPOLY_": 100.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105234.0, 497930.0 ], [ 105205.0, 497933.0 ], [ 105116.0, 498035.0 ], [ 105064.0, 498141.0 ], [ 105117.0, 498196.0 ], [ 105270.0, 498139.0 ], [ 105388.0, 498041.0 ], [ 105385.0, 497926.0 ], [ 105234.0, 497930.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 60.0, "FNODE_": 177.0, "TNODE_": 169.0, "LPOLY_": 97.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100074.0, 498031.0 ], [ 100421.0, 497995.0 ], [ 100719.0, 497883.0 ], [ 101031.0, 497800.0 ], [ 101334.0, 497885.0 ], [ 101579.0, 498004.0 ], [ 101842.0, 498115.0 ], [ 101930.0, 498212.0 ], [ 101914.0, 498364.0 ], [ 101707.0, 498513.0 ], [ 101571.0, 498700.0 ], [ 101578.0, 498938.0 ], [ 101771.0, 499149.0 ], [ 102001.0, 499206.0 ], [ 102166.0, 499216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 180.0, "TNODE_": 178.0, "LPOLY_": 58.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99122.0, 497567.0 ], [ 99507.0, 497826.0 ], [ 99801.0, 497948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 181.0, "TNODE_": 180.0, "LPOLY_": 58.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98705.0, 497283.0 ], [ 99122.0, 497567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 158.0, "TNODE_": 132.0, "LPOLY_": 78.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109058.0, 499874.0 ], [ 108813.0, 499787.0 ], [ 108417.0, 499564.0 ], [ 108110.0, 499267.0 ], [ 107856.0, 498924.0 ], [ 107520.0, 498626.0 ], [ 107161.0, 498426.0 ], [ 106914.0, 498480.0 ], [ 106858.0, 498685.0 ], [ 106702.0, 498873.0 ], [ 106445.0, 498915.0 ], [ 106212.0, 498802.0 ], [ 106025.0, 498476.0 ], [ 105899.0, 498081.0 ], [ 105852.0, 497843.0 ], [ 105735.0, 497632.0 ], [ 105522.0, 497567.0 ], [ 105346.0, 497442.0 ], [ 105233.0, 497294.0 ], [ 105018.0, 497212.0 ], [ 104835.0, 497259.0 ], [ 104765.0, 497344.0 ], [ 104877.0, 497667.0 ], [ 104739.0, 497831.0 ], [ 104336.0, 498002.0 ], [ 103944.0, 498172.0 ], [ 103698.0, 498252.0 ], [ 103586.0, 498328.0 ], [ 103602.0, 498422.0 ], [ 103895.0, 498457.0 ], [ 104208.0, 498252.0 ], [ 104453.0, 498086.0 ], [ 104689.0, 497992.0 ], [ 104882.0, 497899.0 ], [ 105083.0, 497777.0 ], [ 105265.0, 497702.0 ], [ 105467.0, 497688.0 ], [ 105694.0, 497809.0 ], [ 105780.0, 498078.0 ], [ 105777.0, 498571.0 ], [ 105713.0, 498968.0 ], [ 105530.0, 499270.0 ], [ 105380.0, 499407.0 ], [ 105188.0, 499454.0 ], [ 105145.0, 499625.0 ], [ 105282.0, 499791.0 ], [ 105431.0, 499833.0 ], [ 105419.0, 499651.0 ], [ 105404.0, 499549.0 ], [ 105539.0, 499371.0 ], [ 105722.0, 499214.0 ], [ 105861.0, 499040.0 ], [ 106020.0, 498941.0 ], [ 106170.0, 498984.0 ], [ 106396.0, 499098.0 ], [ 106762.0, 499151.0 ], [ 106993.0, 499146.0 ], [ 107242.0, 499162.0 ], [ 107652.0, 499418.0 ], [ 107819.0, 499722.0 ], [ 107886.0, 500096.0 ], [ 108004.0, 500491.0 ], [ 108161.0, 500762.0 ], [ 108474.0, 500869.0 ], [ 108761.0, 500855.0 ], [ 108965.0, 500860.0 ], [ 109059.0, 500845.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 182.0, "TNODE_": 182.0, "LPOLY_": 103.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102398.0, 497046.0 ], [ 102417.0, 497077.0 ], [ 102510.0, 497193.0 ], [ 102559.0, 497279.0 ], [ 102625.0, 497434.0 ], [ 102682.0, 497507.0 ], [ 102739.0, 497481.0 ], [ 102739.0, 497365.0 ], [ 102704.0, 497206.0 ], [ 102637.0, 497078.0 ], [ 102507.0, 496969.0 ], [ 102438.0, 496948.0 ], [ 102398.0, 497046.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 186.0, "TNODE_": 185.0, "LPOLY_": 107.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105289.0, 496802.0 ], [ 105400.0, 496920.0 ], [ 105519.0, 496917.0 ], [ 105614.0, 496804.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 187.0, "TNODE_": 184.0, "LPOLY_": 98.0, "RPOLY_": 107.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 496801.0 ], [ 105008.0, 496955.0 ], [ 105118.0, 497077.0 ], [ 105236.0, 497142.0 ], [ 105375.0, 497222.0 ], [ 105558.0, 497124.0 ], [ 105773.0, 497024.0 ], [ 105933.0, 496896.0 ], [ 105979.0, 496807.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 55.0, "FNODE_": 188.0, "TNODE_": 170.0, "LPOLY_": 78.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104538.0, 496798.0 ], [ 104630.0, 496899.0 ], [ 105013.0, 497111.0 ], [ 105391.0, 497259.0 ], [ 105655.0, 497239.0 ], [ 105951.0, 497333.0 ], [ 106048.0, 497733.0 ], [ 106056.0, 498236.0 ], [ 106194.0, 498629.0 ], [ 106333.0, 498807.0 ], [ 106475.0, 498666.0 ], [ 106602.0, 498404.0 ], [ 106611.0, 498062.0 ], [ 106593.0, 497721.0 ], [ 106642.0, 497501.0 ], [ 106792.0, 497309.0 ], [ 107089.0, 497199.0 ], [ 107380.0, 497189.0 ], [ 107659.0, 497398.0 ], [ 107729.0, 497711.0 ], [ 107632.0, 498030.0 ], [ 107749.0, 498487.0 ], [ 108055.0, 498842.0 ], [ 108498.0, 499031.0 ], [ 108935.0, 499183.0 ], [ 109057.0, 499208.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 190.0, "TNODE_": 189.0, "LPOLY_": 78.0, "RPOLY_": 106.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103290.0, 496790.0 ], [ 103408.0, 496866.0 ], [ 103484.0, 497038.0 ], [ 103647.0, 497232.0 ], [ 103782.0, 497287.0 ], [ 103875.0, 497243.0 ], [ 103928.0, 497071.0 ], [ 103972.0, 496794.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 191.0, "TNODE_": 161.0, "LPOLY_": 93.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102986.0, 496788.0 ], [ 103062.0, 496907.0 ], [ 103287.0, 497210.0 ], [ 103728.0, 497549.0 ], [ 104104.0, 497636.0 ], [ 104157.0, 497845.0 ], [ 103863.0, 498031.0 ], [ 103493.0, 498093.0 ], [ 103064.0, 498026.0 ], [ 102701.0, 497942.0 ], [ 102470.0, 497894.0 ], [ 102184.0, 497903.0 ], [ 101981.0, 497943.0 ], [ 101904.0, 498081.0 ], [ 102016.0, 498201.0 ], [ 101952.0, 498471.0 ], [ 101764.0, 498686.0 ], [ 101721.0, 498903.0 ], [ 101857.0, 499060.0 ], [ 102065.0, 499031.0 ], [ 102165.0, 498855.0 ], [ 102318.0, 498695.0 ], [ 102313.0, 498389.0 ], [ 102384.0, 498175.0 ], [ 102603.0, 498068.0 ], [ 102881.0, 498224.0 ], [ 103064.0, 498469.0 ], [ 103298.0, 498647.0 ], [ 103628.0, 498736.0 ], [ 103943.0, 498686.0 ], [ 104210.0, 498445.0 ], [ 104454.0, 498328.0 ], [ 104730.0, 498301.0 ], [ 104894.0, 498151.0 ], [ 104996.0, 497950.0 ], [ 105097.0, 497851.0 ], [ 105265.0, 497790.0 ], [ 105447.0, 497820.0 ], [ 105392.0, 498121.0 ], [ 105348.0, 498161.0 ], [ 105005.0, 498283.0 ], [ 104827.0, 498418.0 ], [ 104710.0, 498654.0 ], [ 104690.0, 498904.0 ], [ 104914.0, 499079.0 ], [ 104958.0, 499315.0 ], [ 104930.0, 499563.0 ], [ 104742.0, 499712.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 72.0, "FNODE_": 193.0, "TNODE_": 194.0, "LPOLY_": 103.0, "RPOLY_": 101.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102559.0, 496786.0 ], [ 102649.0, 496936.0 ], [ 102797.0, 497164.0 ], [ 103033.0, 497419.0 ], [ 103400.0, 497703.0 ], [ 103328.0, 497801.0 ], [ 103106.0, 497863.0 ], [ 102784.0, 497791.0 ], [ 102486.0, 497682.0 ], [ 102308.0, 497494.0 ], [ 102238.0, 497280.0 ], [ 102238.0, 496981.0 ], [ 102228.0, 496784.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 71.0, "FNODE_": 192.0, "TNODE_": 195.0, "LPOLY_": 101.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102690.0, 496786.0 ], [ 102779.0, 496925.0 ], [ 102968.0, 497238.0 ], [ 103272.0, 497507.0 ], [ 103566.0, 497651.0 ], [ 103837.0, 497767.0 ], [ 103817.0, 497871.0 ], [ 103336.0, 497965.0 ], [ 102990.0, 497922.0 ], [ 102594.0, 497834.0 ], [ 102313.0, 497793.0 ], [ 102169.0, 497634.0 ], [ 102154.0, 497394.0 ], [ 102106.0, 497077.0 ], [ 102130.0, 496783.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 59.0, "FNODE_": 196.0, "TNODE_": 178.0, "LPOLY_": 102.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101843.0, 496781.0 ], [ 101848.0, 497002.0 ], [ 101915.0, 497334.0 ], [ 101985.0, 497619.0 ], [ 101912.0, 497836.0 ], [ 101748.0, 497935.0 ], [ 101506.0, 497835.0 ], [ 101211.0, 497636.0 ], [ 100803.0, 497649.0 ], [ 100440.0, 497797.0 ], [ 100089.0, 497911.0 ], [ 99801.0, 497948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 197.0, "TNODE_": 180.0, "LPOLY_": 104.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101462.0, 496779.0 ], [ 101426.0, 496918.0 ], [ 101503.0, 497174.0 ], [ 101438.0, 497402.0 ], [ 101183.0, 497429.0 ], [ 100823.0, 497480.0 ], [ 100506.0, 497624.0 ], [ 100133.0, 497717.0 ], [ 99734.0, 497647.0 ], [ 99359.0, 497589.0 ], [ 99122.0, 497567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105338.0, 524851.0 ], [ 105152.0, 524514.0 ], [ 105222.0, 524179.0 ], [ 105355.0, 524039.0 ], [ 105453.0, 523969.0 ], [ 105620.0, 523899.0 ], [ 105844.0, 523840.0 ], [ 106099.0, 523822.0 ], [ 106312.0, 523812.0 ], [ 106557.0, 523773.0 ], [ 106798.0, 523721.0 ], [ 107114.0, 523555.0 ], [ 107351.0, 523433.0 ], [ 107565.0, 523363.0 ], [ 107834.0, 523307.0 ], [ 108049.0, 523300.0 ], [ 108134.0, 523345.0 ], [ 108169.0, 523386.0 ], [ 108169.0, 523449.0 ], [ 108165.0, 523529.0 ], [ 108132.0, 523814.0 ], [ 108059.0, 523973.0 ], [ 108012.0, 524097.0 ], [ 107949.0, 524158.0 ], [ 107856.0, 524149.0 ], [ 107755.0, 524112.0 ], [ 107612.0, 524032.0 ], [ 107489.0, 523903.0 ], [ 107269.0, 523861.0 ], [ 107098.0, 523871.0 ], [ 106920.0, 523892.0 ], [ 106780.0, 523955.0 ], [ 106668.0, 524123.0 ], [ 106588.0, 524336.0 ], [ 106641.0, 524546.0 ], [ 106582.0, 524753.0 ], [ 106082.0, 525056.0 ], [ 105816.0, 525157.0 ], [ 105582.0, 525080.0 ], [ 105338.0, 524851.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108322.0, 522967.0 ], [ 109046.0, 523034.0 ], [ 113142.0, 523788.0 ], [ 113499.0, 531729.0 ], [ 102951.0, 531615.0 ], [ 102891.0, 526355.0 ], [ 103602.0, 525356.0 ], [ 103772.0, 525123.0 ], [ 103912.0, 524890.0 ], [ 104075.0, 524762.0 ], [ 104212.0, 524698.0 ], [ 104381.0, 524657.0 ], [ 104551.0, 524695.0 ], [ 104624.0, 525015.0 ], [ 104618.0, 525704.0 ], [ 104857.0, 525944.0 ], [ 105052.0, 525947.0 ], [ 105407.0, 525933.0 ], [ 105803.0, 525895.0 ], [ 106339.0, 525971.0 ], [ 106888.0, 525844.0 ], [ 107271.0, 525652.0 ], [ 107297.0, 525359.0 ], [ 107092.0, 525256.0 ], [ 106748.0, 525103.0 ], [ 106237.0, 525256.0 ], [ 105879.0, 525346.0 ], [ 105496.0, 525307.0 ], [ 105167.0, 525107.0 ], [ 104930.0, 524392.0 ], [ 105121.0, 524039.0 ], [ 105233.0, 523920.0 ], [ 105575.0, 523725.0 ], [ 106183.0, 523704.0 ], [ 106490.0, 523676.0 ], [ 106834.0, 523464.0 ], [ 107173.0, 523241.0 ], [ 107662.0, 523171.0 ], [ 107987.0, 523094.0 ], [ 108322.0, 522967.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110198.0, 523050.0 ], [ 113190.0, 523740.0 ], [ 113523.0, 531753.0 ], [ 102930.0, 531639.0 ], [ 102827.0, 526323.0 ], [ 103934.0, 524794.0 ], [ 104651.0, 524065.0 ], [ 105056.0, 523793.0 ], [ 105440.0, 523590.0 ], [ 105762.0, 523485.0 ], [ 106300.0, 523499.0 ], [ 106572.0, 523387.0 ], [ 106747.0, 523269.0 ], [ 107117.0, 523073.0 ], [ 107551.0, 522947.0 ], [ 107978.0, 522849.0 ], [ 108096.0, 522794.0 ], [ 108268.0, 522724.0 ], [ 108549.0, 522689.0 ], [ 108852.0, 522810.0 ], [ 109034.0, 522820.0 ], [ 109513.0, 522932.0 ], [ 110198.0, 523050.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104226.0, 524216.0 ], [ 104190.0, 524270.0 ], [ 102721.0, 526224.0 ], [ 102910.0, 531661.0 ], [ 113549.0, 531777.0 ], [ 113228.0, 523701.0 ], [ 110697.0, 523023.0 ], [ 108672.0, 522598.0 ], [ 108561.0, 522595.0 ], [ 108478.0, 522580.0 ], [ 108387.0, 522553.0 ], [ 108286.0, 522553.0 ], [ 108192.0, 522556.0 ], [ 108079.0, 522571.0 ], [ 107936.0, 522614.0 ], [ 107799.0, 522666.0 ], [ 107640.0, 522696.0 ], [ 107518.0, 522726.0 ], [ 107390.0, 522781.0 ], [ 107195.0, 522879.0 ], [ 106988.0, 522958.0 ], [ 106762.0, 522958.0 ], [ 106573.0, 522970.0 ], [ 106463.0, 522983.0 ], [ 106408.0, 522984.0 ], [ 106244.0, 523044.0 ], [ 106152.0, 523065.0 ], [ 105994.0, 523085.0 ], [ 105817.0, 523068.0 ], [ 105643.0, 523072.0 ], [ 105498.0, 523105.0 ], [ 105384.0, 523111.0 ], [ 105280.0, 523184.0 ], [ 104970.0, 523434.0 ], [ 104732.0, 523690.0 ], [ 104520.0, 523947.0 ], [ 104226.0, 524216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104374.0, 526786.0 ], [ 104282.0, 526786.0 ], [ 104191.0, 526743.0 ], [ 104117.0, 526700.0 ], [ 104026.0, 526527.0 ], [ 103983.0, 526377.0 ], [ 103950.0, 526173.0 ], [ 103935.0, 525956.0 ], [ 103928.0, 525658.0 ], [ 103922.0, 525310.0 ], [ 103916.0, 525158.0 ], [ 103944.0, 525039.0 ], [ 103989.0, 524928.0 ], [ 104076.0, 524894.0 ], [ 104137.0, 524905.0 ], [ 104215.0, 524926.0 ], [ 104258.0, 524966.0 ], [ 104319.0, 525109.0 ], [ 104332.0, 525245.0 ], [ 104319.0, 525505.0 ], [ 104332.0, 525725.0 ], [ 104384.0, 526030.0 ], [ 104448.0, 526325.0 ], [ 104517.0, 526597.0 ], [ 104502.0, 526685.0 ], [ 104465.0, 526755.0 ], [ 104431.0, 526786.0 ], [ 104374.0, 526786.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_bergen_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_bergen_points.geojson new file mode 100644 index 0000000..31915db --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_bergen_points.geojson @@ -0,0 +1,23 @@ +{ +"type": "FeatureCollection", +"name": "DS12_bergen_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DI1B_POI_1": 13, "VALUE": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 526421.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 14, "VALUE": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 525643.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 16, "VALUE": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 524492.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 17, "VALUE": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 525668.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 18, "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 524692.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 19, "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 524066.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 20, "VALUE": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 523500.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 21, "VALUE": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 106265.0, 524505.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 22, "VALUE": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 523462.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 23, "VALUE": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 107085.0, 525550.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 24, "VALUE": 1.8 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 524275.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 25, "VALUE": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 523403.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 26, "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108137.0, 524148.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 27, "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 523265.0 ] } }, +{ "type": "Feature", "properties": { "DI1B_POI_1": 28, "VALUE": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 522875.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_int.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_int.geojson new file mode 100644 index 0000000..663e903 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_int.geojson @@ -0,0 +1,128 @@ +{ +"type": "FeatureCollection", +"name": "DS12_int", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 12.0, "TNODE_": 3.0, "LPOLY_": 4.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101124.0, 510800.0 ], [ 101764.0, 511067.0 ], [ 102234.0, 511293.0 ], [ 102916.0, 511549.0 ], [ 103253.0, 511662.0 ], [ 103686.0, 511767.0 ], [ 104061.0, 511837.0 ], [ 104316.0, 511931.0 ], [ 104492.0, 512211.0 ], [ 104602.0, 512502.0 ], [ 104817.0, 512852.0 ], [ 105048.0, 513122.0 ], [ 105238.0, 513369.0 ], [ 105518.0, 513717.0 ], [ 105709.0, 514018.0 ], [ 105999.0, 514333.0 ], [ 106317.0, 514614.0 ], [ 106693.0, 514760.0 ], [ 107093.0, 514843.0 ], [ 107460.0, 514976.0 ], [ 107809.0, 515298.0 ], [ 108258.0, 515641.0 ], [ 108512.0, 515808.0 ], [ 108755.0, 516021.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 13.0, "TNODE_": 11.0, "LPOLY_": 11.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103463.0, 510774.0 ], [ 103459.0, 510839.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 11.0, "TNODE_": 13.0, "LPOLY_": 11.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103459.0, 510839.0 ], [ 103486.0, 510882.0 ], [ 103597.0, 510905.0 ], [ 103664.0, 510874.0 ], [ 103697.0, 510808.0 ], [ 103658.0, 510706.0 ], [ 103556.0, 510679.0 ], [ 103483.0, 510730.0 ], [ 103463.0, 510774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 14.0, "TNODE_": 14.0, "LPOLY_": 11.0, "RPOLY_": 14.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104122.0, 510269.0 ], [ 104147.0, 510307.0 ], [ 104225.0, 510332.0 ], [ 104364.0, 510339.0 ], [ 104417.0, 510329.0 ], [ 104396.0, 510251.0 ], [ 104292.0, 510208.0 ], [ 104122.0, 510269.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 16.0, "TNODE_": 7.0, "LPOLY_": 6.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102995.0, 510190.0 ], [ 103022.0, 510363.0 ], [ 102979.0, 510611.0 ], [ 102890.0, 510882.0 ], [ 102945.0, 511137.0 ], [ 103099.0, 511434.0 ], [ 103285.0, 511501.0 ], [ 103529.0, 511423.0 ], [ 103762.0, 511338.0 ], [ 104090.0, 511341.0 ], [ 104319.0, 511509.0 ], [ 104469.0, 511772.0 ], [ 104624.0, 512067.0 ], [ 104757.0, 512293.0 ], [ 104989.0, 512476.0 ], [ 105249.0, 512586.0 ], [ 105476.0, 512659.0 ], [ 105755.0, 512711.0 ], [ 105916.0, 512957.0 ], [ 105940.0, 513267.0 ], [ 105924.0, 513573.0 ], [ 106004.0, 513848.0 ], [ 106215.0, 514110.0 ], [ 106397.0, 514250.0 ], [ 106598.0, 514370.0 ], [ 106901.0, 514447.0 ], [ 107363.0, 514413.0 ], [ 107722.0, 514389.0 ], [ 108094.0, 514351.0 ], [ 108455.0, 514280.0 ], [ 108792.0, 514211.0 ], [ 109080.0, 514138.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 18.0, "TNODE_": 5.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100931.0, 510035.0 ], [ 101583.0, 510193.0 ], [ 102040.0, 510340.0 ], [ 102386.0, 510494.0 ], [ 102631.0, 510672.0 ], [ 102826.0, 510963.0 ], [ 102920.0, 511217.0 ], [ 103031.0, 511460.0 ], [ 103218.0, 511551.0 ], [ 103499.0, 511615.0 ], [ 103689.0, 511642.0 ], [ 103938.0, 511691.0 ], [ 104149.0, 511705.0 ], [ 104356.0, 511803.0 ], [ 104494.0, 511943.0 ], [ 104572.0, 512048.0 ], [ 104649.0, 512258.0 ], [ 104715.0, 512505.0 ], [ 104932.0, 512779.0 ], [ 105130.0, 513068.0 ], [ 105340.0, 513285.0 ], [ 105538.0, 513482.0 ], [ 105746.0, 513810.0 ], [ 106015.0, 514145.0 ], [ 106297.0, 514393.0 ], [ 106663.0, 514580.0 ], [ 107057.0, 514603.0 ], [ 107607.0, 514613.0 ], [ 108110.0, 514627.0 ], [ 108608.0, 514677.0 ], [ 109097.0, 514762.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 21.0, "TNODE_": 22.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103176.0, 509891.0 ], [ 103172.0, 509887.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 22.0, "TNODE_": 21.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103172.0, 509887.0 ], [ 103127.0, 509893.0 ], [ 103065.0, 509943.0 ], [ 103040.0, 510022.0 ], [ 103052.0, 510063.0 ], [ 103106.0, 510030.0 ], [ 103171.0, 509956.0 ], [ 103176.0, 509891.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 17.0, "TNODE_": 17.0, "LPOLY_": 6.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103028.0, 510106.0 ], [ 103042.0, 510101.0 ], [ 103148.0, 510023.0 ], [ 103189.0, 509972.0 ], [ 103203.0, 509940.0 ], [ 103185.0, 509870.0 ], [ 103134.0, 509847.0 ], [ 103088.0, 509857.0 ], [ 103032.0, 509940.0 ], [ 102991.0, 510050.0 ], [ 103028.0, 510106.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 16.0, "TNODE_": 23.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102995.0, 510190.0 ], [ 103107.0, 510102.0 ], [ 103156.0, 510053.0 ], [ 103205.0, 509994.0 ], [ 103224.0, 509924.0 ], [ 103180.0, 509819.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 20.0, "TNODE_": 20.0, "LPOLY_": 10.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 509907.0 ], [ 104512.0, 509828.0 ], [ 104369.0, 509789.0 ], [ 104196.0, 509761.0 ], [ 104124.0, 509998.0 ], [ 104004.0, 510175.0 ], [ 103801.0, 510180.0 ], [ 103579.0, 510009.0 ], [ 103425.0, 510034.0 ], [ 103472.0, 510164.0 ], [ 103543.0, 510266.0 ], [ 103414.0, 510278.0 ], [ 103307.0, 510166.0 ], [ 103198.0, 510198.0 ], [ 103166.0, 510291.0 ], [ 103182.0, 510480.0 ], [ 103297.0, 510587.0 ], [ 103331.0, 510642.0 ], [ 103310.0, 510777.0 ], [ 103441.0, 510885.0 ], [ 103661.0, 510978.0 ], [ 103777.0, 510964.0 ], [ 103769.0, 510795.0 ], [ 103689.0, 510654.0 ], [ 103819.0, 510501.0 ], [ 104076.0, 510380.0 ], [ 104257.0, 510351.0 ], [ 104395.0, 510361.0 ], [ 104461.0, 510352.0 ], [ 104507.0, 510283.0 ], [ 104418.0, 510221.0 ], [ 104296.0, 510176.0 ], [ 104315.0, 510096.0 ], [ 104521.0, 510077.0 ], [ 104556.0, 509955.0 ], [ 104555.0, 509907.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 24.0, "TNODE_": 24.0, "LPOLY_": 17.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102296.0, 509131.0 ], [ 102250.0, 509172.0 ], [ 102329.0, 509244.0 ], [ 102490.0, 509304.0 ], [ 102604.0, 509357.0 ], [ 102679.0, 509326.0 ], [ 102633.0, 509221.0 ], [ 102503.0, 509151.0 ], [ 102389.0, 509121.0 ], [ 102296.0, 509131.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 25.0, "TNODE_": 25.0, "LPOLY_": 6.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102031.0, 509111.0 ], [ 102007.0, 509150.0 ], [ 102066.0, 509241.0 ], [ 102225.0, 509312.0 ], [ 102428.0, 509347.0 ], [ 102553.0, 509421.0 ], [ 102680.0, 509438.0 ], [ 102799.0, 509394.0 ], [ 102836.0, 509298.0 ], [ 102792.0, 509175.0 ], [ 102606.0, 509070.0 ], [ 102367.0, 509027.0 ], [ 102184.0, 509042.0 ], [ 102100.0, 509054.0 ], [ 102031.0, 509111.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 27.0, "TNODE_": 19.0, "LPOLY_": 9.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109072.0, 508939.0 ], [ 108945.0, 509029.0 ], [ 108855.0, 509159.0 ], [ 108886.0, 509385.0 ], [ 108846.0, 509735.0 ], [ 108470.0, 509997.0 ], [ 107994.0, 510076.0 ], [ 107480.0, 509931.0 ], [ 107136.0, 509851.0 ], [ 106836.0, 509899.0 ], [ 106658.0, 510071.0 ], [ 106729.0, 510253.0 ], [ 106928.0, 510385.0 ], [ 107114.0, 510555.0 ], [ 107481.0, 510546.0 ], [ 107951.0, 510356.0 ], [ 108235.0, 510238.0 ], [ 108453.0, 510133.0 ], [ 108800.0, 510026.0 ], [ 108990.0, 509974.0 ], [ 109073.0, 509914.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 26.0, "TNODE_": 26.0, "LPOLY_": 10.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103039.0, 508964.0 ], [ 103070.0, 508988.0 ], [ 103138.0, 509004.0 ], [ 103151.0, 508967.0 ], [ 103112.0, 508938.0 ], [ 103039.0, 508964.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 28.0, "TNODE_": 29.0, "LPOLY_": 9.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103682.0, 508912.0 ], [ 103886.0, 508912.0 ], [ 104022.0, 508852.0 ], [ 104093.0, 508840.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 31.0, "TNODE_": 23.0, "LPOLY_": 6.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100580.0, 508633.0 ], [ 101465.0, 508683.0 ], [ 101952.0, 508729.0 ], [ 102471.0, 508792.0 ], [ 102680.0, 508849.0 ], [ 102870.0, 509006.0 ], [ 102934.0, 509235.0 ], [ 102954.0, 509441.0 ], [ 103008.0, 509543.0 ], [ 103177.0, 509731.0 ], [ 103182.0, 509818.0 ], [ 103180.0, 509819.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 32.0, "TNODE_": 30.0, "LPOLY_": 7.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103793.0, 508525.0 ], [ 103932.0, 508641.0 ], [ 104064.0, 508699.0 ], [ 104151.0, 508728.0 ], [ 104180.0, 508746.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 33.0, "TNODE_": 33.0, "LPOLY_": 9.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102913.0, 508508.0 ], [ 102876.0, 508571.0 ], [ 102912.0, 508793.0 ], [ 103032.0, 509079.0 ], [ 103122.0, 509186.0 ], [ 103308.0, 509244.0 ], [ 103527.0, 509315.0 ], [ 103453.0, 509398.0 ], [ 103293.0, 509400.0 ], [ 103288.0, 509483.0 ], [ 103478.0, 509572.0 ], [ 103605.0, 509623.0 ], [ 103759.0, 509762.0 ], [ 103959.0, 509994.0 ], [ 103882.0, 510092.0 ], [ 103754.0, 510075.0 ], [ 103561.0, 509951.0 ], [ 103439.0, 509952.0 ], [ 103366.0, 510013.0 ], [ 103411.0, 510106.0 ], [ 103429.0, 510217.0 ], [ 103307.0, 510130.0 ], [ 103202.0, 510080.0 ], [ 103131.0, 510226.0 ], [ 103162.0, 510492.0 ], [ 103223.0, 510640.0 ], [ 103164.0, 510749.0 ], [ 103153.0, 510987.0 ], [ 103200.0, 511221.0 ], [ 103384.0, 511314.0 ], [ 103608.0, 511248.0 ], [ 103785.0, 511141.0 ], [ 103897.0, 511044.0 ], [ 103943.0, 510912.0 ], [ 103993.0, 510815.0 ], [ 104147.0, 510815.0 ], [ 104356.0, 511019.0 ], [ 104556.0, 511300.0 ], [ 104652.0, 511542.0 ], [ 104783.0, 511900.0 ], [ 104905.0, 512105.0 ], [ 105130.0, 512212.0 ], [ 105321.0, 512225.0 ], [ 105487.0, 512116.0 ], [ 105524.0, 511970.0 ], [ 105383.0, 511780.0 ], [ 105141.0, 511644.0 ], [ 104870.0, 511461.0 ], [ 104797.0, 511302.0 ], [ 104679.0, 511123.0 ], [ 104543.0, 510967.0 ], [ 104320.0, 510792.0 ], [ 104045.0, 510690.0 ], [ 103982.0, 510617.0 ], [ 104071.0, 510528.0 ], [ 104206.0, 510477.0 ], [ 104359.0, 510430.0 ], [ 104491.0, 510393.0 ], [ 104574.0, 510293.0 ], [ 104473.0, 510211.0 ], [ 104367.0, 510152.0 ], [ 104486.0, 510128.0 ], [ 104599.0, 510116.0 ], [ 104602.0, 510016.0 ], [ 104619.0, 509875.0 ], [ 104613.0, 509715.0 ], [ 104454.0, 509643.0 ], [ 104245.0, 509612.0 ], [ 104237.0, 509478.0 ], [ 104110.0, 509396.0 ], [ 104008.0, 509288.0 ], [ 103892.0, 509332.0 ], [ 103853.0, 509425.0 ], [ 103779.0, 509418.0 ], [ 103670.0, 509223.0 ], [ 103567.0, 509118.0 ], [ 103473.0, 509008.0 ], [ 103388.0, 508807.0 ], [ 103318.0, 508635.0 ], [ 103203.0, 508479.0 ], [ 103054.0, 508436.0 ], [ 102913.0, 508508.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 28.0, "TNODE_": 15.0, "LPOLY_": 7.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103682.0, 508912.0 ], [ 103521.0, 508823.0 ], [ 103448.0, 508573.0 ], [ 103254.0, 508426.0 ], [ 102992.0, 508389.0 ], [ 102853.0, 508426.0 ], [ 102803.0, 508618.0 ], [ 102846.0, 508799.0 ], [ 102911.0, 508960.0 ], [ 102977.0, 509064.0 ], [ 103053.0, 509243.0 ], [ 103146.0, 509430.0 ], [ 103239.0, 509547.0 ], [ 103337.0, 509607.0 ], [ 103483.0, 509633.0 ], [ 103527.0, 509673.0 ], [ 103474.0, 509704.0 ], [ 103472.0, 509783.0 ], [ 103531.0, 509859.0 ], [ 103422.0, 509863.0 ], [ 103321.0, 509894.0 ], [ 103220.0, 509990.0 ], [ 103183.0, 510044.0 ], [ 103120.0, 510118.0 ], [ 103103.0, 510212.0 ], [ 103096.0, 510359.0 ], [ 103056.0, 510595.0 ], [ 102987.0, 510827.0 ], [ 103015.0, 511014.0 ], [ 103110.0, 511229.0 ], [ 103176.0, 511306.0 ], [ 103263.0, 511367.0 ], [ 103481.0, 511356.0 ], [ 103625.0, 511301.0 ], [ 103871.0, 511245.0 ], [ 104122.0, 511258.0 ], [ 104322.0, 511337.0 ], [ 104498.0, 511563.0 ], [ 104645.0, 511826.0 ], [ 104701.0, 512015.0 ], [ 104821.0, 512212.0 ], [ 105048.0, 512358.0 ], [ 105246.0, 512425.0 ], [ 105446.0, 512435.0 ], [ 105635.0, 512381.0 ], [ 105834.0, 512255.0 ], [ 105936.0, 512124.0 ], [ 106155.0, 512030.0 ], [ 106438.0, 511986.0 ], [ 106714.0, 511835.0 ], [ 106994.0, 511710.0 ], [ 107322.0, 511531.0 ], [ 107899.0, 510901.0 ], [ 108078.0, 510711.0 ], [ 108275.0, 510489.0 ], [ 108476.0, 510289.0 ], [ 108841.0, 510214.0 ], [ 109074.0, 510191.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 29.0, "TNODE_": 34.0, "LPOLY_": 9.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104093.0, 508840.0 ], [ 104352.0, 508955.0 ], [ 104360.0, 509045.0 ], [ 104324.0, 509114.0 ], [ 104343.0, 509202.0 ], [ 104223.0, 509245.0 ], [ 104116.0, 509291.0 ], [ 104194.0, 509377.0 ], [ 104347.0, 509394.0 ], [ 104527.0, 509378.0 ], [ 104634.0, 509385.0 ], [ 104627.0, 509482.0 ], [ 104582.0, 509590.0 ], [ 104668.0, 509765.0 ], [ 104661.0, 509980.0 ], [ 104700.0, 510143.0 ], [ 104901.0, 510300.0 ], [ 105089.0, 510468.0 ], [ 105528.0, 510775.0 ], [ 105847.0, 510922.0 ], [ 106099.0, 511017.0 ], [ 106270.0, 511028.0 ], [ 106361.0, 510913.0 ], [ 106354.0, 510731.0 ], [ 106249.0, 510525.0 ], [ 106089.0, 510397.0 ], [ 105852.0, 510268.0 ], [ 105625.0, 510059.0 ], [ 105579.0, 509829.0 ], [ 105651.0, 509626.0 ], [ 106004.0, 509591.0 ], [ 106334.0, 509747.0 ], [ 106743.0, 509711.0 ], [ 106946.0, 509607.0 ], [ 107120.0, 509431.0 ], [ 107401.0, 509305.0 ], [ 107645.0, 509446.0 ], [ 108049.0, 509545.0 ], [ 108236.0, 509652.0 ], [ 108475.0, 509670.0 ], [ 108665.0, 509537.0 ], [ 108723.0, 509370.0 ], [ 108728.0, 509184.0 ], [ 108729.0, 508925.0 ], [ 108807.0, 508625.0 ], [ 108902.0, 508473.0 ], [ 109071.0, 508349.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 35.0, "TNODE_": 32.0, "LPOLY_": 7.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100502.0, 508250.0 ], [ 101086.0, 508246.0 ], [ 101328.0, 508317.0 ], [ 101541.0, 508400.0 ], [ 101674.0, 508495.0 ], [ 101876.0, 508568.0 ], [ 102119.0, 508604.0 ], [ 102369.0, 508582.0 ], [ 102543.0, 508453.0 ], [ 102719.0, 508308.0 ], [ 102870.0, 508224.0 ], [ 103011.0, 508122.0 ], [ 103033.0, 508002.0 ], [ 102959.0, 507942.0 ], [ 102834.0, 507905.0 ], [ 102874.0, 507839.0 ], [ 103011.0, 507783.0 ], [ 102950.0, 507735.0 ], [ 102873.0, 507686.0 ], [ 102946.0, 507650.0 ], [ 103072.0, 507626.0 ], [ 103116.0, 507551.0 ], [ 103211.0, 507504.0 ], [ 103398.0, 507514.0 ], [ 103568.0, 507614.0 ], [ 103664.0, 507743.0 ], [ 103789.0, 507990.0 ], [ 103776.0, 508283.0 ], [ 103774.0, 508431.0 ], [ 103793.0, 508525.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 40.0, "TNODE_": 42.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102157.0, 507285.0 ], [ 102157.0, 507246.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 42.0, "TNODE_": 40.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102157.0, 507246.0 ], [ 102177.0, 507214.0 ], [ 102268.0, 507217.0 ], [ 102386.0, 507306.0 ], [ 102486.0, 507309.0 ], [ 102658.0, 507084.0 ], [ 102680.0, 507106.0 ], [ 102656.0, 507165.0 ], [ 102592.0, 507300.0 ], [ 102537.0, 507394.0 ], [ 102356.0, 507425.0 ], [ 102209.0, 507346.0 ], [ 102157.0, 507285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 50.0, "TNODE_": 52.0, "LPOLY_": 33.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100203.0, 506788.0 ], [ 100317.0, 506781.0 ], [ 100527.0, 506792.0 ], [ 100631.0, 506793.0 ], [ 100807.0, 506787.0 ], [ 100849.0, 506792.0 ], [ 101032.0, 506787.0 ], [ 101182.0, 506765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 51.0, "TNODE_": 47.0, "LPOLY_": 34.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105732.0, 506767.0 ], [ 105776.0, 506761.0 ], [ 105797.0, 506798.0 ], [ 105769.0, 506877.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 44.0, "TNODE_": 44.0, "LPOLY_": 27.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102140.0, 507212.0 ], [ 102179.0, 507188.0 ], [ 102282.0, 507187.0 ], [ 102394.0, 507261.0 ], [ 102457.0, 507296.0 ], [ 102513.0, 507248.0 ], [ 102630.0, 507089.0 ], [ 102725.0, 507033.0 ], [ 102845.0, 507015.0 ], [ 102976.0, 507034.0 ], [ 103088.0, 507034.0 ], [ 103183.0, 507013.0 ], [ 103248.0, 506802.0 ], [ 103382.0, 506746.0 ], [ 103479.0, 506879.0 ], [ 103496.0, 507080.0 ], [ 103452.0, 507189.0 ], [ 103343.0, 507143.0 ], [ 103260.0, 507085.0 ], [ 103132.0, 507050.0 ], [ 102946.0, 507039.0 ], [ 102777.0, 507056.0 ], [ 102654.0, 507215.0 ], [ 102573.0, 507387.0 ], [ 102481.0, 507461.0 ], [ 102362.0, 507454.0 ], [ 102207.0, 507384.0 ], [ 102123.0, 507313.0 ], [ 102110.0, 507255.0 ], [ 102140.0, 507212.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 38.0, "TNODE_": 53.0, "LPOLY_": 23.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105993.0, 507368.0 ], [ 106261.0, 507521.0 ], [ 106755.0, 507608.0 ], [ 107169.0, 507629.0 ], [ 107519.0, 507602.0 ], [ 107825.0, 507498.0 ], [ 108101.0, 507324.0 ], [ 108407.0, 507138.0 ], [ 108815.0, 506881.0 ], [ 109068.0, 506734.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 39.0, "TNODE_": 57.0, "LPOLY_": 24.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106418.0, 507295.0 ], [ 106709.0, 507344.0 ], [ 107084.0, 507425.0 ], [ 107504.0, 507433.0 ], [ 107912.0, 507326.0 ], [ 108121.0, 507218.0 ], [ 108499.0, 507053.0 ], [ 108774.0, 506852.0 ], [ 109068.0, 506622.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 45.0, "TNODE_": 45.0, "LPOLY_": 26.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102548.0, 507071.0 ], [ 102591.0, 507004.0 ], [ 102697.0, 506988.0 ], [ 102806.0, 506983.0 ], [ 102895.0, 506992.0 ], [ 102979.0, 506978.0 ], [ 103080.0, 506938.0 ], [ 103139.0, 506823.0 ], [ 103183.0, 506725.0 ], [ 103269.0, 506607.0 ], [ 103380.0, 506605.0 ], [ 103478.0, 506730.0 ], [ 103511.0, 506947.0 ], [ 103511.0, 507130.0 ], [ 103477.0, 507225.0 ], [ 103315.0, 507193.0 ], [ 103133.0, 507091.0 ], [ 102991.0, 507065.0 ], [ 102844.0, 507074.0 ], [ 102741.0, 507130.0 ], [ 102623.0, 507300.0 ], [ 102524.0, 507523.0 ], [ 102473.0, 507540.0 ], [ 102367.0, 507508.0 ], [ 102231.0, 507428.0 ], [ 102120.0, 507346.0 ], [ 102081.0, 507291.0 ], [ 102103.0, 507209.0 ], [ 102150.0, 507135.0 ], [ 102268.0, 507130.0 ], [ 102359.0, 507189.0 ], [ 102444.0, 507218.0 ], [ 102519.0, 507156.0 ], [ 102548.0, 507071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 59.0, "TNODE_": 49.0, "LPOLY_": 21.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105422.0, 506602.0 ], [ 105285.0, 506645.0 ], [ 105182.0, 506772.0 ], [ 105118.0, 506996.0 ], [ 105110.0, 507227.0 ], [ 105260.0, 507350.0 ], [ 105495.0, 507379.0 ], [ 105643.0, 507426.0 ], [ 105735.0, 507578.0 ], [ 105782.0, 507683.0 ], [ 105774.0, 507858.0 ], [ 105835.0, 507989.0 ], [ 105900.0, 508170.0 ], [ 106144.0, 508162.0 ], [ 106387.0, 508005.0 ], [ 106682.0, 507869.0 ], [ 107003.0, 507795.0 ], [ 107304.0, 507796.0 ], [ 107715.0, 507641.0 ], [ 108031.0, 507465.0 ], [ 108262.0, 507329.0 ], [ 108468.0, 507187.0 ], [ 108724.0, 506996.0 ], [ 109068.0, 506818.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 61.0, "TNODE_": 60.0, "LPOLY_": 36.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100159.0, 506573.0 ], [ 100739.0, 506587.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 64.0, "TNODE_": 64.0, "LPOLY_": 28.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106068.0, 506558.0 ], [ 105966.0, 506611.0 ], [ 105996.0, 506665.0 ], [ 106100.0, 506677.0 ], [ 106149.0, 506618.0 ], [ 106068.0, 506558.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 63.0, "TNODE_": 41.0, "LPOLY_": 7.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105458.0, 506563.0 ], [ 105258.0, 506541.0 ], [ 105071.0, 506607.0 ], [ 104992.0, 506831.0 ], [ 104953.0, 507089.0 ], [ 104823.0, 507203.0 ], [ 104683.0, 507307.0 ], [ 104571.0, 507475.0 ], [ 104569.0, 507696.0 ], [ 104570.0, 507810.0 ], [ 104543.0, 508023.0 ], [ 104704.0, 508173.0 ], [ 104878.0, 508181.0 ], [ 104922.0, 508011.0 ], [ 104903.0, 507814.0 ], [ 104946.0, 507617.0 ], [ 105046.0, 507504.0 ], [ 105200.0, 507467.0 ], [ 105395.0, 507477.0 ], [ 105537.0, 507500.0 ], [ 105594.0, 507857.0 ], [ 105498.0, 508101.0 ], [ 105489.0, 508312.0 ], [ 105666.0, 508464.0 ], [ 105859.0, 508544.0 ], [ 106074.0, 508548.0 ], [ 106296.0, 508407.0 ], [ 106532.0, 508167.0 ], [ 106775.0, 508041.0 ], [ 107020.0, 508003.0 ], [ 107233.0, 508084.0 ], [ 107335.0, 508148.0 ], [ 107503.0, 508200.0 ], [ 107713.0, 508109.0 ], [ 107931.0, 507887.0 ], [ 108227.0, 507713.0 ], [ 108459.0, 507602.0 ], [ 109069.0, 507285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 55.0, "TNODE_": 55.0, "LPOLY_": 25.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 506710.0 ], [ 103130.0, 506629.0 ], [ 103231.0, 506517.0 ], [ 103400.0, 506547.0 ], [ 103507.0, 506694.0 ], [ 103541.0, 506868.0 ], [ 103560.0, 507024.0 ], [ 103591.0, 507183.0 ], [ 103560.0, 507268.0 ], [ 103418.0, 507315.0 ], [ 103226.0, 507257.0 ], [ 103112.0, 507196.0 ], [ 102930.0, 507102.0 ], [ 102805.0, 507111.0 ], [ 102689.0, 507308.0 ], [ 102596.0, 507519.0 ], [ 102462.0, 507593.0 ], [ 102316.0, 507548.0 ], [ 102130.0, 507407.0 ], [ 102062.0, 507288.0 ], [ 102110.0, 507115.0 ], [ 102250.0, 506986.0 ], [ 102401.0, 506936.0 ], [ 102589.0, 506942.0 ], [ 102782.0, 506961.0 ], [ 102942.0, 506953.0 ], [ 103050.0, 506899.0 ], [ 103088.0, 506833.0 ], [ 103107.0, 506710.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 66.0, "TNODE_": 54.0, "LPOLY_": 31.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109068.0, 506445.0 ], [ 108951.0, 506607.0 ], [ 108659.0, 506807.0 ], [ 108247.0, 507038.0 ], [ 107872.0, 507208.0 ], [ 107525.0, 507327.0 ], [ 107137.0, 507378.0 ], [ 106813.0, 507295.0 ], [ 106532.0, 507192.0 ], [ 106240.0, 507142.0 ], [ 106050.0, 507077.0 ], [ 105899.0, 506964.0 ], [ 105840.0, 506854.0 ], [ 105937.0, 506748.0 ], [ 106135.0, 506714.0 ], [ 106220.0, 506589.0 ], [ 106142.0, 506478.0 ], [ 106021.0, 506495.0 ], [ 105940.0, 506567.0 ], [ 105885.0, 506661.0 ], [ 105722.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 68.0, "TNODE_": 37.0, "LPOLY_": 19.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103277.0, 506187.0 ], [ 103262.0, 506285.0 ], [ 103345.0, 506417.0 ], [ 103476.0, 506542.0 ], [ 103568.0, 506736.0 ], [ 103602.0, 506968.0 ], [ 103644.0, 507165.0 ], [ 103662.0, 507241.0 ], [ 103550.0, 507335.0 ], [ 103363.0, 507320.0 ], [ 103245.0, 507282.0 ], [ 103080.0, 507209.0 ], [ 102942.0, 507157.0 ], [ 102795.0, 507156.0 ], [ 102759.0, 507284.0 ], [ 102742.0, 507438.0 ], [ 102601.0, 507708.0 ], [ 102305.0, 507774.0 ], [ 102045.0, 507623.0 ], [ 101984.0, 507271.0 ], [ 102042.0, 507113.0 ], [ 102111.0, 507013.0 ], [ 102245.0, 506917.0 ], [ 102447.0, 506879.0 ], [ 102698.0, 506883.0 ], [ 102852.0, 506874.0 ], [ 102994.0, 506842.0 ], [ 102999.0, 506766.0 ], [ 102745.0, 506777.0 ], [ 102396.0, 506785.0 ], [ 102138.0, 506794.0 ], [ 101830.0, 506940.0 ], [ 101427.0, 507154.0 ], [ 101066.0, 507330.0 ], [ 100326.0, 507390.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 60.0, "TNODE_": 56.0, "LPOLY_": 36.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100739.0, 506587.0 ], [ 100871.0, 506590.0 ], [ 101371.0, 506531.0 ], [ 101849.0, 506502.0 ], [ 102150.0, 506441.0 ], [ 102334.0, 506365.0 ], [ 102447.0, 506286.0 ], [ 102536.0, 506206.0 ], [ 102647.0, 506177.0 ], [ 102608.0, 506268.0 ], [ 102420.0, 506437.0 ], [ 102033.0, 506588.0 ], [ 101598.0, 506652.0 ], [ 101170.0, 506707.0 ], [ 100829.0, 506723.0 ], [ 100182.0, 506687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 65.0, "TNODE_": 52.0, "LPOLY_": 35.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100145.0, 506506.0 ], [ 101265.0, 506490.0 ], [ 101678.0, 506447.0 ], [ 102279.0, 506310.0 ], [ 102467.0, 506226.0 ], [ 102554.0, 506161.0 ], [ 102697.0, 506146.0 ], [ 102658.0, 506253.0 ], [ 102435.0, 506460.0 ], [ 102087.0, 506621.0 ], [ 101589.0, 506758.0 ], [ 101182.0, 506765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 70.0, "TNODE_": 69.0, "LPOLY_": 32.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102080.0, 506044.0 ], [ 102067.0, 506071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 71.0, "TNODE_": 58.0, "LPOLY_": 7.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109067.0, 506015.0 ], [ 108969.0, 506187.0 ], [ 108520.0, 506552.0 ], [ 107975.0, 506805.0 ], [ 107371.0, 506947.0 ], [ 106921.0, 506840.0 ], [ 106724.0, 506614.0 ], [ 106424.0, 506378.0 ], [ 106015.0, 506385.0 ], [ 105855.0, 506475.0 ], [ 105665.0, 506614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 36.0, "TNODE_": 73.0, "LPOLY_": 19.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100460.0, 508043.0 ], [ 101144.0, 508060.0 ], [ 101516.0, 508161.0 ], [ 101874.0, 508396.0 ], [ 102084.0, 508488.0 ], [ 102349.0, 508481.0 ], [ 102547.0, 508219.0 ], [ 102624.0, 507992.0 ], [ 102691.0, 507774.0 ], [ 102791.0, 507570.0 ], [ 102936.0, 507362.0 ], [ 103138.0, 507360.0 ], [ 103292.0, 507400.0 ], [ 103452.0, 507464.0 ], [ 103611.0, 507594.0 ], [ 103717.0, 507774.0 ], [ 103832.0, 508000.0 ], [ 103893.0, 508216.0 ], [ 103991.0, 508327.0 ], [ 104112.0, 508326.0 ], [ 104169.0, 508151.0 ], [ 104099.0, 507818.0 ], [ 103994.0, 507518.0 ], [ 103786.0, 507226.0 ], [ 103762.0, 507108.0 ], [ 103840.0, 506945.0 ], [ 103895.0, 506766.0 ], [ 104002.0, 506578.0 ], [ 104028.0, 506412.0 ], [ 103820.0, 506295.0 ], [ 103591.0, 506323.0 ], [ 103481.0, 506249.0 ], [ 103640.0, 506186.0 ], [ 103548.0, 506125.0 ], [ 103555.0, 506088.0 ], [ 103684.0, 506083.0 ], [ 103746.0, 506010.0 ], [ 103695.0, 505854.0 ], [ 103574.0, 505819.0 ], [ 103470.0, 505861.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 69.0, "TNODE_": 70.0, "LPOLY_": 32.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102067.0, 506071.0 ], [ 102121.0, 506139.0 ], [ 102295.0, 506149.0 ], [ 102480.0, 506087.0 ], [ 102671.0, 505996.0 ], [ 102739.0, 505906.0 ], [ 102698.0, 505789.0 ], [ 102467.0, 505756.0 ], [ 102259.0, 505840.0 ], [ 102219.0, 505907.0 ], [ 102098.0, 506004.0 ], [ 102080.0, 506044.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 72.0, "TNODE_": 72.0, "LPOLY_": 40.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105485.0, 505991.0 ], [ 105452.0, 505967.0 ], [ 105506.0, 505912.0 ], [ 105712.0, 505846.0 ], [ 105967.0, 505821.0 ], [ 106529.0, 505863.0 ], [ 106881.0, 505845.0 ], [ 107271.0, 505765.0 ], [ 107489.0, 505731.0 ], [ 107666.0, 505709.0 ], [ 107847.0, 505722.0 ], [ 107956.0, 505815.0 ], [ 107858.0, 505967.0 ], [ 107521.0, 506086.0 ], [ 107137.0, 506066.0 ], [ 106808.0, 505994.0 ], [ 106411.0, 505927.0 ], [ 106122.0, 505892.0 ], [ 105829.0, 505884.0 ], [ 105628.0, 505941.0 ], [ 105485.0, 505991.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 77.0, "TNODE_": 30.0, "LPOLY_": 19.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108437.0, 505549.0 ], [ 108362.0, 505766.0 ], [ 108274.0, 505980.0 ], [ 108094.0, 506215.0 ], [ 107709.0, 506417.0 ], [ 107232.0, 506411.0 ], [ 106776.0, 506243.0 ], [ 106425.0, 506083.0 ], [ 106134.0, 506068.0 ], [ 105959.0, 506128.0 ], [ 105863.0, 506199.0 ], [ 105832.0, 506341.0 ], [ 105753.0, 506429.0 ], [ 105642.0, 506374.0 ], [ 105525.0, 506286.0 ], [ 105265.0, 506211.0 ], [ 105158.0, 506352.0 ], [ 105029.0, 506487.0 ], [ 104797.0, 506569.0 ], [ 104464.0, 506654.0 ], [ 104257.0, 506724.0 ], [ 104046.0, 506890.0 ], [ 103979.0, 507091.0 ], [ 104112.0, 507397.0 ], [ 104192.0, 507716.0 ], [ 104209.0, 507957.0 ], [ 104353.0, 508176.0 ], [ 104622.0, 508327.0 ], [ 104989.0, 508570.0 ], [ 105214.0, 508715.0 ], [ 105384.0, 508873.0 ], [ 105143.0, 509063.0 ], [ 104947.0, 508966.0 ], [ 104803.0, 508732.0 ], [ 104666.0, 508547.0 ], [ 104493.0, 508454.0 ], [ 104346.0, 508477.0 ], [ 104255.0, 508487.0 ], [ 104215.0, 508572.0 ], [ 104354.0, 508635.0 ], [ 104447.0, 508705.0 ], [ 104375.0, 508779.0 ], [ 104180.0, 508746.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 75.0, "TNODE_": 75.0, "LPOLY_": 44.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102968.0, 505638.0 ], [ 103040.0, 505592.0 ], [ 103150.0, 505490.0 ], [ 103218.0, 505488.0 ], [ 103192.0, 505667.0 ], [ 103118.0, 505718.0 ], [ 103070.0, 505679.0 ], [ 103006.0, 505692.0 ], [ 102951.0, 505700.0 ], [ 102933.0, 505675.0 ], [ 102968.0, 505638.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 79.0, "TNODE_": 79.0, "LPOLY_": 41.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103024.0, 505506.0 ], [ 103080.0, 505453.0 ], [ 103232.0, 505366.0 ], [ 103310.0, 505424.0 ], [ 103258.0, 505571.0 ], [ 103199.0, 505674.0 ], [ 103118.0, 505744.0 ], [ 103010.0, 505738.0 ], [ 102972.0, 505824.0 ], [ 102910.0, 505983.0 ], [ 102878.0, 505987.0 ], [ 102895.0, 505904.0 ], [ 102904.0, 505787.0 ], [ 102857.0, 505726.0 ], [ 102789.0, 505707.0 ], [ 102755.0, 505635.0 ], [ 102835.0, 505613.0 ], [ 102934.0, 505598.0 ], [ 103024.0, 505506.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 67.0, "TNODE_": 46.0, "LPOLY_": 33.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100124.0, 506406.0 ], [ 100835.0, 506443.0 ], [ 101183.0, 506450.0 ], [ 101562.0, 506405.0 ], [ 102072.0, 506277.0 ], [ 102496.0, 506129.0 ], [ 102695.0, 506031.0 ], [ 102801.0, 505965.0 ], [ 102819.0, 505798.0 ], [ 102649.0, 505666.0 ], [ 102358.0, 505652.0 ], [ 102140.0, 505720.0 ], [ 101946.0, 505599.0 ], [ 101935.0, 505484.0 ], [ 102031.0, 505438.0 ], [ 102112.0, 505496.0 ], [ 102277.0, 505571.0 ], [ 102502.0, 505542.0 ], [ 102741.0, 505384.0 ], [ 102981.0, 505304.0 ], [ 103257.0, 505287.0 ], [ 103461.0, 505265.0 ], [ 103654.0, 505310.0 ], [ 103821.0, 505311.0 ], [ 103970.0, 505372.0 ], [ 103973.0, 505466.0 ], [ 103899.0, 505514.0 ], [ 103687.0, 505423.0 ], [ 103478.0, 505406.0 ], [ 103337.0, 505484.0 ], [ 103295.0, 505601.0 ], [ 103199.0, 505729.0 ], [ 103090.0, 505795.0 ], [ 103024.0, 505864.0 ], [ 102974.0, 505998.0 ], [ 102926.0, 506133.0 ], [ 102863.0, 506208.0 ], [ 102664.0, 506270.0 ], [ 102613.0, 506341.0 ], [ 102441.0, 506472.0 ], [ 102201.0, 506609.0 ], [ 102019.0, 506680.0 ], [ 101661.0, 506843.0 ], [ 101189.0, 506911.0 ], [ 100233.0, 506937.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 82.0, "TNODE_": 43.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104882.0, 505074.0 ], [ 104916.0, 505255.0 ], [ 104881.0, 505508.0 ], [ 104730.0, 505658.0 ], [ 104536.0, 505790.0 ], [ 104422.0, 505947.0 ], [ 104281.0, 506098.0 ], [ 104089.0, 506138.0 ], [ 103925.0, 506016.0 ], [ 103867.0, 505855.0 ], [ 103746.0, 505772.0 ], [ 103600.0, 505686.0 ], [ 103558.0, 505607.0 ], [ 103493.0, 505674.0 ], [ 103425.0, 505755.0 ], [ 103244.0, 505821.0 ], [ 103130.0, 505899.0 ], [ 103028.0, 506164.0 ], [ 102974.0, 506225.0 ], [ 102849.0, 506264.0 ], [ 102665.0, 506339.0 ], [ 102508.0, 506432.0 ], [ 102297.0, 506585.0 ], [ 102120.0, 506708.0 ], [ 101948.0, 506846.0 ], [ 101750.0, 506947.0 ], [ 101533.0, 507022.0 ], [ 101311.0, 507151.0 ], [ 101130.0, 507253.0 ], [ 100916.0, 507277.0 ], [ 100295.0, 507238.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 88.0, "TNODE_": 88.0, "LPOLY_": 50.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104842.0, 504415.0 ], [ 104815.0, 504387.0 ], [ 104798.0, 504309.0 ], [ 104938.0, 504297.0 ], [ 105173.0, 504504.0 ], [ 105297.0, 504726.0 ], [ 105329.0, 504885.0 ], [ 105299.0, 505013.0 ], [ 105142.0, 505038.0 ], [ 105028.0, 504864.0 ], [ 104988.0, 504623.0 ], [ 104842.0, 504415.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 91.0, "TNODE_": 81.0, "LPOLY_": 47.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99668.0, 504165.0 ], [ 100171.0, 504005.0 ], [ 100298.0, 504006.0 ], [ 100437.0, 503998.0 ], [ 100474.0, 504086.0 ], [ 100326.0, 504293.0 ], [ 100271.0, 504575.0 ], [ 100264.0, 504744.0 ], [ 100267.0, 504914.0 ], [ 99907.0, 505337.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 92.0, "TNODE_": 92.0, "LPOLY_": 32.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102453.0, 504028.0 ], [ 102458.0, 504144.0 ], [ 102545.0, 504277.0 ], [ 102632.0, 504366.0 ], [ 102759.0, 504332.0 ], [ 102721.0, 504194.0 ], [ 102650.0, 504072.0 ], [ 102595.0, 503924.0 ], [ 102529.0, 503865.0 ], [ 102459.0, 503916.0 ], [ 102453.0, 504028.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 95.0, "TNODE_": 95.0, "LPOLY_": 45.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101156.0, 503799.0 ], [ 101248.0, 503831.0 ], [ 101336.0, 503876.0 ], [ 101457.0, 503956.0 ], [ 101560.0, 503954.0 ], [ 101633.0, 503878.0 ], [ 101629.0, 503808.0 ], [ 101457.0, 503746.0 ], [ 101300.0, 503767.0 ], [ 101196.0, 503747.0 ], [ 101156.0, 503799.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 94.0, "TNODE_": 76.0, "LPOLY_": 45.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99621.0, 503930.0 ], [ 100168.0, 503807.0 ], [ 100996.0, 503719.0 ], [ 101351.0, 503703.0 ], [ 101563.0, 503722.0 ], [ 101681.0, 503767.0 ], [ 101755.0, 503845.0 ], [ 101726.0, 503953.0 ], [ 101560.0, 504031.0 ], [ 101280.0, 504076.0 ], [ 100983.0, 504103.0 ], [ 100688.0, 504213.0 ], [ 100550.0, 504430.0 ], [ 100539.0, 504731.0 ], [ 100515.0, 505115.0 ], [ 100386.0, 505304.0 ], [ 99962.0, 505608.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 93.0, "TNODE_": 86.0, "LPOLY_": 51.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503942.0 ], [ 108789.0, 503798.0 ], [ 108732.0, 503683.0 ], [ 108542.0, 503630.0 ], [ 108350.0, 503661.0 ], [ 108190.0, 503747.0 ], [ 108002.0, 503921.0 ], [ 107840.0, 504081.0 ], [ 107741.0, 504273.0 ], [ 107737.0, 504374.0 ], [ 107867.0, 504445.0 ], [ 108028.0, 504516.0 ], [ 108195.0, 504532.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 87.0, "TNODE_": 89.0, "LPOLY_": 19.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104638.0, 504482.0 ], [ 104519.0, 504343.0 ], [ 104341.0, 504188.0 ], [ 104136.0, 504001.0 ], [ 103949.0, 503813.0 ], [ 103669.0, 503637.0 ], [ 103483.0, 503626.0 ], [ 103472.0, 503785.0 ], [ 103591.0, 503946.0 ], [ 103803.0, 504048.0 ], [ 103818.0, 504155.0 ], [ 103643.0, 504175.0 ], [ 103524.0, 504200.0 ], [ 103589.0, 504291.0 ], [ 103909.0, 504330.0 ], [ 104262.0, 504359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 96.0, "TNODE_": 74.0, "LPOLY_": 42.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99576.0, 503710.0 ], [ 100168.0, 503649.0 ], [ 100514.0, 503617.0 ], [ 100936.0, 503617.0 ], [ 101288.0, 503632.0 ], [ 101515.0, 503655.0 ], [ 101724.0, 503712.0 ], [ 101792.0, 503835.0 ], [ 101766.0, 503944.0 ], [ 101630.0, 504043.0 ], [ 101388.0, 504090.0 ], [ 101168.0, 504143.0 ], [ 100931.0, 504380.0 ], [ 100836.0, 504656.0 ], [ 100849.0, 504902.0 ], [ 100647.0, 505260.0 ], [ 100009.0, 505841.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 93.0, "TNODE_": 85.0, "LPOLY_": 48.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503942.0 ], [ 108790.0, 503667.0 ], [ 108755.0, 503512.0 ], [ 108600.0, 503491.0 ], [ 108396.0, 503606.0 ], [ 108207.0, 503687.0 ], [ 107998.0, 503823.0 ], [ 107736.0, 503942.0 ], [ 107488.0, 504080.0 ], [ 107285.0, 504242.0 ], [ 107297.0, 504443.0 ], [ 107451.0, 504629.0 ], [ 107659.0, 504682.0 ], [ 107852.0, 504657.0 ], [ 107953.0, 504619.0 ], [ 108145.0, 504641.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 97.0, "TNODE_": 84.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99523.0, 503450.0 ], [ 100242.0, 503417.0 ], [ 100830.0, 503449.0 ], [ 101428.0, 503517.0 ], [ 101707.0, 503596.0 ], [ 101826.0, 503828.0 ], [ 101777.0, 504015.0 ], [ 101499.0, 504156.0 ], [ 101289.0, 504343.0 ], [ 101272.0, 504480.0 ], [ 101417.0, 504674.0 ], [ 101701.0, 504752.0 ], [ 102003.0, 504692.0 ], [ 102246.0, 504593.0 ], [ 102405.0, 504465.0 ], [ 102414.0, 504313.0 ], [ 102397.0, 504100.0 ], [ 102374.0, 503892.0 ], [ 102441.0, 503776.0 ], [ 102578.0, 503772.0 ], [ 102706.0, 503971.0 ], [ 102858.0, 504163.0 ], [ 103054.0, 504260.0 ], [ 103303.0, 504323.0 ], [ 103425.0, 504405.0 ], [ 103675.0, 504676.0 ], [ 103950.0, 504718.0 ], [ 104162.0, 504695.0 ], [ 104367.0, 504695.0 ], [ 104611.0, 504722.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 98.0, "TNODE_": 98.0, "LPOLY_": 19.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102145.0, 503444.0 ], [ 102143.0, 503456.0 ], [ 102219.0, 503533.0 ], [ 102212.0, 503588.0 ], [ 102087.0, 503607.0 ], [ 102089.0, 503706.0 ], [ 102146.0, 503758.0 ], [ 102022.0, 503774.0 ], [ 101993.0, 503847.0 ], [ 102127.0, 503933.0 ], [ 102138.0, 504084.0 ], [ 102140.0, 504152.0 ], [ 102252.0, 504169.0 ], [ 102301.0, 504079.0 ], [ 102255.0, 503938.0 ], [ 102219.0, 503815.0 ], [ 102291.0, 503681.0 ], [ 102427.0, 503631.0 ], [ 102576.0, 503630.0 ], [ 102623.0, 503555.0 ], [ 102525.0, 503489.0 ], [ 102452.0, 503408.0 ], [ 102341.0, 503367.0 ], [ 102225.0, 503377.0 ], [ 102145.0, 503444.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 93.0, "TNODE_": 83.0, "LPOLY_": 43.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503942.0 ], [ 108926.0, 503778.0 ], [ 108850.0, 503629.0 ], [ 108996.0, 503284.0 ], [ 108824.0, 503165.0 ], [ 108678.0, 503175.0 ], [ 108522.0, 503375.0 ], [ 108329.0, 503486.0 ], [ 107967.0, 503434.0 ], [ 107619.0, 503591.0 ], [ 107248.0, 503774.0 ], [ 106760.0, 503917.0 ], [ 106379.0, 503979.0 ], [ 106052.0, 503924.0 ], [ 105771.0, 503812.0 ], [ 105584.0, 503818.0 ], [ 105520.0, 504077.0 ], [ 105601.0, 504410.0 ], [ 105691.0, 504645.0 ], [ 105842.0, 504963.0 ], [ 105950.0, 505228.0 ], [ 106204.0, 505288.0 ], [ 106543.0, 505303.0 ], [ 106884.0, 505313.0 ], [ 107266.0, 505145.0 ], [ 107578.0, 504991.0 ], [ 107790.0, 504920.0 ], [ 107977.0, 504855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 102.0, "TNODE_": 80.0, "LPOLY_": 19.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99351.0, 502803.0 ], [ 100037.0, 502808.0 ], [ 100421.0, 502851.0 ], [ 101005.0, 502883.0 ], [ 101363.0, 502990.0 ], [ 101598.0, 503106.0 ], [ 101896.0, 503195.0 ], [ 102210.0, 503262.0 ], [ 102449.0, 503316.0 ], [ 102894.0, 503275.0 ], [ 103285.0, 503214.0 ], [ 103458.0, 503168.0 ], [ 103614.0, 503147.0 ], [ 103903.0, 503254.0 ], [ 104257.0, 503405.0 ], [ 104654.0, 503468.0 ], [ 104993.0, 503472.0 ], [ 105152.0, 503487.0 ], [ 105194.0, 503604.0 ], [ 105160.0, 503917.0 ], [ 105240.0, 504333.0 ], [ 105498.0, 504956.0 ], [ 105449.0, 505167.0 ], [ 105367.0, 505384.0 ], [ 105489.0, 505636.0 ], [ 105716.0, 505661.0 ], [ 106319.0, 505767.0 ], [ 106534.0, 505773.0 ], [ 106802.0, 505712.0 ], [ 106989.0, 505644.0 ], [ 107253.0, 505605.0 ], [ 107494.0, 505590.0 ], [ 107748.0, 505607.0 ], [ 108044.0, 505477.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 106.0, "TNODE_": 101.0, "LPOLY_": 61.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102291.0, 502227.0 ], [ 102186.0, 502204.0 ], [ 101958.0, 502340.0 ], [ 101740.0, 502422.0 ], [ 101544.0, 502525.0 ], [ 101535.0, 502712.0 ], [ 101623.0, 502827.0 ], [ 101753.0, 502752.0 ], [ 101834.0, 502743.0 ], [ 101915.0, 502905.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 105.0, "TNODE_": 100.0, "LPOLY_": 59.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 502255.0 ], [ 102380.0, 502165.0 ], [ 102349.0, 502085.0 ], [ 102154.0, 502166.0 ], [ 101885.0, 502263.0 ], [ 101614.0, 502374.0 ], [ 101394.0, 502458.0 ], [ 101380.0, 502648.0 ], [ 101509.0, 502818.0 ], [ 101669.0, 502908.0 ], [ 101777.0, 502949.0 ], [ 101927.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 107.0, "TNODE_": 103.0, "LPOLY_": 57.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104838.0, 502073.0 ], [ 105007.0, 502218.0 ], [ 105059.0, 502490.0 ], [ 105073.0, 502782.0 ], [ 105173.0, 502974.0 ], [ 105032.0, 503169.0 ], [ 104677.0, 503207.0 ], [ 104301.0, 503125.0 ], [ 104052.0, 502920.0 ], [ 103850.0, 502730.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 104.0, "TNODE_": 99.0, "LPOLY_": 43.0, "RPOLY_": 59.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102486.0, 502292.0 ], [ 102489.0, 502211.0 ], [ 102510.0, 502036.0 ], [ 102567.0, 501816.0 ], [ 102467.0, 501742.0 ], [ 102272.0, 501863.0 ], [ 102040.0, 502045.0 ], [ 101592.0, 502113.0 ], [ 101237.0, 502159.0 ], [ 100980.0, 502183.0 ], [ 100972.0, 502325.0 ], [ 101057.0, 502407.0 ], [ 101117.0, 502591.0 ], [ 101322.0, 502797.0 ], [ 101499.0, 502889.0 ], [ 101619.0, 503022.0 ], [ 101792.0, 503104.0 ], [ 101987.0, 503092.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 112.0, "TNODE_": 112.0, "LPOLY_": 43.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102361.0, 501427.0 ], [ 102416.0, 501621.0 ], [ 102514.0, 501639.0 ], [ 102540.0, 501492.0 ], [ 102539.0, 501376.0 ], [ 102465.0, 501312.0 ], [ 102393.0, 501337.0 ], [ 102361.0, 501427.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 116.0, "TNODE_": 113.0, "LPOLY_": 60.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501326.0 ], [ 108980.0, 501301.0 ], [ 108779.0, 501246.0 ], [ 108647.0, 501231.0 ], [ 108517.0, 501362.0 ], [ 108416.0, 501603.0 ], [ 108299.0, 501753.0 ], [ 108221.0, 501981.0 ], [ 108160.0, 502334.0 ], [ 108132.0, 502582.0 ], [ 108064.0, 502790.0 ], [ 107910.0, 502956.0 ], [ 107581.0, 503047.0 ], [ 107223.0, 503071.0 ], [ 106902.0, 503060.0 ], [ 106641.0, 502931.0 ], [ 106383.0, 502753.0 ], [ 106150.0, 502537.0 ], [ 105963.0, 502304.0 ], [ 105821.0, 502076.0 ], [ 105806.0, 501852.0 ], [ 105825.0, 501641.0 ], [ 105749.0, 501517.0 ], [ 105579.0, 501415.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 119.0, "TNODE_": 109.0, "LPOLY_": 43.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102197.0, 501284.0 ], [ 102390.0, 501210.0 ], [ 102559.0, 501244.0 ], [ 102625.0, 501394.0 ], [ 102647.0, 501551.0 ], [ 102867.0, 501629.0 ], [ 103235.0, 501662.0 ], [ 103573.0, 501689.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 116.0, "TNODE_": 114.0, "LPOLY_": 63.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501326.0 ], [ 108812.0, 501187.0 ], [ 108667.0, 501190.0 ], [ 108569.0, 501255.0 ], [ 108470.0, 501412.0 ], [ 108344.0, 501643.0 ], [ 108235.0, 501847.0 ], [ 108166.0, 502043.0 ], [ 108057.0, 502398.0 ], [ 107968.0, 502655.0 ], [ 107726.0, 502762.0 ], [ 107424.0, 502788.0 ], [ 107144.0, 502713.0 ], [ 106716.0, 502572.0 ], [ 106333.0, 502372.0 ], [ 106068.0, 502119.0 ], [ 105956.0, 501883.0 ], [ 105925.0, 501698.0 ], [ 105884.0, 501577.0 ], [ 105710.0, 501404.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 123.0, "TNODE_": 115.0, "LPOLY_": 64.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501198.0 ], [ 108831.0, 501151.0 ], [ 108714.0, 501149.0 ], [ 108554.0, 501206.0 ], [ 108389.0, 501438.0 ], [ 108190.0, 501817.0 ], [ 108060.0, 502030.0 ], [ 107802.0, 502368.0 ], [ 107491.0, 502562.0 ], [ 107116.0, 502531.0 ], [ 106629.0, 502333.0 ], [ 106264.0, 502167.0 ], [ 106076.0, 501951.0 ], [ 105993.0, 501726.0 ], [ 105869.0, 501485.0 ], [ 105769.0, 501402.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 124.0, "TNODE_": 110.0, "LPOLY_": 68.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102195.0, 501126.0 ], [ 102364.0, 501100.0 ], [ 102599.0, 501098.0 ], [ 102883.0, 501161.0 ], [ 103182.0, 501177.0 ], [ 103468.0, 501327.0 ], [ 103684.0, 501549.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 126.0, "TNODE_": 126.0, "LPOLY_": 43.0, "RPOLY_": 72.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101396.0, 501105.0 ], [ 101412.0, 501162.0 ], [ 101479.0, 501343.0 ], [ 101617.0, 501405.0 ], [ 101680.0, 501406.0 ], [ 101718.0, 501277.0 ], [ 101679.0, 501134.0 ], [ 101539.0, 501026.0 ], [ 101475.0, 501001.0 ], [ 101396.0, 501105.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 125.0, "TNODE_": 129.0, "LPOLY_": 67.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101816.0, 501119.0 ], [ 101639.0, 501015.0 ], [ 101402.0, 500936.0 ], [ 101284.0, 500983.0 ], [ 101240.0, 501206.0 ], [ 101274.0, 501619.0 ], [ 101096.0, 501738.0 ], [ 100994.0, 501557.0 ], [ 100914.0, 501358.0 ], [ 100511.0, 501198.0 ], [ 99637.0, 501008.0 ], [ 98792.0, 501030.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 133.0, "TNODE_": 122.0, "LPOLY_": 71.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103632.0, 500842.0 ], [ 103675.0, 500990.0 ], [ 103742.0, 501119.0 ], [ 103864.0, 501228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 117.0, "TNODE_": 118.0, "LPOLY_": 73.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105114.0, 501303.0 ], [ 105236.0, 501214.0 ], [ 105292.0, 501075.0 ], [ 105329.0, 500912.0 ], [ 105458.0, 500830.0 ], [ 105499.0, 500960.0 ], [ 105434.0, 501134.0 ], [ 105417.0, 501290.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 138.0, "TNODE_": 128.0, "LPOLY_": 67.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98785.0, 500706.0 ], [ 99367.0, 500766.0 ], [ 99929.0, 500831.0 ], [ 100486.0, 501006.0 ], [ 100875.0, 501139.0 ], [ 101066.0, 501231.0 ], [ 101137.0, 501121.0 ], [ 101187.0, 500983.0 ], [ 101359.0, 500900.0 ], [ 101528.0, 500925.0 ], [ 101639.0, 500979.0 ], [ 101811.0, 501080.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 121.0, "TNODE_": 108.0, "LPOLY_": 66.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105700.0, 501273.0 ], [ 105780.0, 501148.0 ], [ 105792.0, 501003.0 ], [ 105864.0, 500825.0 ], [ 106085.0, 500706.0 ], [ 106446.0, 500702.0 ], [ 106698.0, 500758.0 ], [ 106900.0, 501038.0 ], [ 106989.0, 501403.0 ], [ 107012.0, 501616.0 ], [ 107055.0, 501868.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 140.0, "TNODE_": 139.0, "LPOLY_": 71.0, "RPOLY_": 81.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102558.0, 500679.0 ], [ 102668.0, 500824.0 ], [ 102894.0, 500840.0 ], [ 103051.0, 500682.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 120.0, "TNODE_": 111.0, "LPOLY_": 65.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105539.0, 501283.0 ], [ 105603.0, 501113.0 ], [ 105641.0, 500962.0 ], [ 105762.0, 500772.0 ], [ 105851.0, 500665.0 ], [ 106039.0, 500584.0 ], [ 106488.0, 500572.0 ], [ 106739.0, 500625.0 ], [ 106971.0, 500809.0 ], [ 107157.0, 501018.0 ], [ 107312.0, 501281.0 ], [ 107478.0, 501458.0 ], [ 107670.0, 501529.0 ], [ 107918.0, 501554.0 ], [ 108172.0, 501458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 141.0, "TNODE_": 131.0, "LPOLY_": 74.0, "RPOLY_": 77.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98780.0, 500502.0 ], [ 99266.0, 500500.0 ], [ 99751.0, 500563.0 ], [ 100257.0, 500767.0 ], [ 100712.0, 500956.0 ], [ 101032.0, 500990.0 ], [ 101130.0, 500864.0 ], [ 101306.0, 500823.0 ], [ 101538.0, 500855.0 ], [ 101734.0, 500932.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 148.0, "TNODE_": 144.0, "LPOLY_": 81.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102228.0, 500218.0 ], [ 102096.0, 500149.0 ], [ 101985.0, 500131.0 ], [ 101873.0, 500215.0 ], [ 101844.0, 500288.0 ], [ 101861.0, 500381.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 154.0, "TNODE_": 142.0, "LPOLY_": 82.0, "RPOLY_": 83.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101465.0, 499991.0 ], [ 101400.0, 500158.0 ], [ 101411.0, 500247.0 ], [ 101455.0, 500369.0 ], [ 101487.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 146.0, "TNODE_": 146.0, "LPOLY_": 70.0, "RPOLY_": 79.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106142.0, 500317.0 ], [ 106145.0, 500365.0 ], [ 106390.0, 500401.0 ], [ 106731.0, 500487.0 ], [ 107006.0, 500679.0 ], [ 107326.0, 500909.0 ], [ 107449.0, 500919.0 ], [ 107368.0, 500787.0 ], [ 107116.0, 500594.0 ], [ 106932.0, 500342.0 ], [ 106726.0, 500038.0 ], [ 106477.0, 499943.0 ], [ 106331.0, 499972.0 ], [ 106236.0, 500128.0 ], [ 106142.0, 500317.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 157.0, "TNODE_": 149.0, "LPOLY_": 81.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101914.0, 499911.0 ], [ 102114.0, 500073.0 ], [ 102234.0, 500126.0 ], [ 102293.0, 500077.0 ], [ 102327.0, 499965.0 ], [ 102462.0, 499955.0 ], [ 102561.0, 500100.0 ], [ 102661.0, 500195.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 157.0, "TNODE_": 143.0, "LPOLY_": 83.0, "RPOLY_": 81.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101914.0, 499911.0 ], [ 101718.0, 499930.0 ], [ 101669.0, 499995.0 ], [ 101717.0, 500065.0 ], [ 101810.0, 500127.0 ], [ 101751.0, 500224.0 ], [ 101690.0, 500428.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 160.0, "TNODE_": 156.0, "LPOLY_": 86.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 499743.0 ], [ 102370.0, 499847.0 ], [ 102495.0, 499907.0 ], [ 102675.0, 499915.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 136.0, "TNODE_": 127.0, "LPOLY_": 70.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103803.0, 500777.0 ], [ 104102.0, 500695.0 ], [ 104344.0, 500653.0 ], [ 104581.0, 500695.0 ], [ 104865.0, 500710.0 ], [ 105198.0, 500637.0 ], [ 105595.0, 500525.0 ], [ 105796.0, 500372.0 ], [ 105912.0, 500170.0 ], [ 105962.0, 499972.0 ], [ 106114.0, 499715.0 ], [ 106357.0, 499685.0 ], [ 106753.0, 499781.0 ], [ 107099.0, 499897.0 ], [ 107353.0, 500098.0 ], [ 107551.0, 500425.0 ], [ 107764.0, 500831.0 ], [ 107897.0, 501042.0 ], [ 108222.0, 501082.0 ], [ 108377.0, 501045.0 ], [ 108588.0, 501018.0 ], [ 108764.0, 501016.0 ], [ 109060.0, 501093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 70.0, "FNODE_": 162.0, "TNODE_": 153.0, "LPOLY_": 91.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103096.0, 499680.0 ], [ 103274.0, 499563.0 ], [ 103396.0, 499556.0 ], [ 103504.0, 499612.0 ], [ 103463.0, 499796.0 ], [ 103386.0, 499906.0 ], [ 103304.0, 499996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 69.0, "FNODE_": 164.0, "TNODE_": 152.0, "LPOLY_": 90.0, "RPOLY_": 88.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103041.0, 499587.0 ], [ 103148.0, 499569.0 ], [ 103311.0, 499472.0 ], [ 103466.0, 499495.0 ], [ 103578.0, 499570.0 ], [ 103582.0, 499723.0 ], [ 103521.0, 499884.0 ], [ 103462.0, 500060.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 168.0, "TNODE_": 150.0, "LPOLY_": 88.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102980.0, 499527.0 ], [ 103177.0, 499499.0 ], [ 103273.0, 499390.0 ], [ 103448.0, 499320.0 ], [ 103615.0, 499371.0 ], [ 103704.0, 499483.0 ], [ 103695.0, 499709.0 ], [ 103666.0, 499885.0 ], [ 103648.0, 500109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 145.0, "TNODE_": 130.0, "LPOLY_": 76.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103935.0, 500358.0 ], [ 104224.0, 500455.0 ], [ 104462.0, 500519.0 ], [ 104851.0, 500465.0 ], [ 105071.0, 500350.0 ], [ 105261.0, 500118.0 ], [ 105457.0, 500034.0 ], [ 105544.0, 499883.0 ], [ 105542.0, 499729.0 ], [ 105561.0, 499556.0 ], [ 105735.0, 499397.0 ], [ 105933.0, 499288.0 ], [ 106088.0, 499244.0 ], [ 106334.0, 499284.0 ], [ 106719.0, 499390.0 ], [ 107230.0, 499601.0 ], [ 107483.0, 499772.0 ], [ 107673.0, 500014.0 ], [ 107787.0, 500394.0 ], [ 107940.0, 500770.0 ], [ 108189.0, 500896.0 ], [ 108486.0, 500946.0 ], [ 108759.0, 500955.0 ], [ 109060.0, 500981.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 172.0, "TNODE_": 166.0, "LPOLY_": 95.0, "RPOLY_": 96.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101011.0, 499119.0 ], [ 101150.0, 499132.0 ], [ 101297.0, 499208.0 ], [ 101360.0, 499356.0 ], [ 101317.0, 499563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 173.0, "TNODE_": 167.0, "LPOLY_": 96.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101051.0, 499067.0 ], [ 101225.0, 499095.0 ], [ 101404.0, 499237.0 ], [ 101490.0, 499534.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 175.0, "TNODE_": 173.0, "LPOLY_": 58.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101226.0, 498727.0 ], [ 101186.0, 498890.0 ], [ 101051.0, 499067.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 67.0, "FNODE_": 171.0, "TNODE_": 165.0, "LPOLY_": 87.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102517.0, 499138.0 ], [ 102630.0, 499015.0 ], [ 102633.0, 498898.0 ], [ 102786.0, 498791.0 ], [ 103179.0, 498942.0 ], [ 103661.0, 499085.0 ], [ 103944.0, 499072.0 ], [ 104138.0, 499029.0 ], [ 104297.0, 498889.0 ], [ 104327.0, 498638.0 ], [ 104453.0, 498539.0 ], [ 104582.0, 498592.0 ], [ 104505.0, 498758.0 ], [ 104442.0, 498964.0 ], [ 104518.0, 499191.0 ], [ 104545.0, 499360.0 ], [ 104498.0, 499568.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 174.0, "TNODE_": 163.0, "LPOLY_": 94.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102419.0, 499037.0 ], [ 102462.0, 498854.0 ], [ 102485.0, 498608.0 ], [ 102526.0, 498403.0 ], [ 102705.0, 498319.0 ], [ 102978.0, 498557.0 ], [ 103226.0, 498751.0 ], [ 103492.0, 498879.0 ], [ 103846.0, 498871.0 ], [ 104100.0, 498758.0 ], [ 104275.0, 498580.0 ], [ 104511.0, 498484.0 ], [ 104658.0, 498504.0 ], [ 104628.0, 498674.0 ], [ 104570.0, 498904.0 ], [ 104723.0, 499101.0 ], [ 104832.0, 499310.0 ], [ 104836.0, 499459.0 ], [ 104707.0, 499620.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 176.0, "TNODE_": 175.0, "LPOLY_": 58.0, "RPOLY_": 99.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100406.0, 498106.0 ], [ 100422.0, 498110.0 ], [ 100756.0, 498107.0 ], [ 100990.0, 498114.0 ], [ 101197.0, 498211.0 ], [ 101288.0, 498468.0 ], [ 101226.0, 498727.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 177.0, "TNODE_": 176.0, "LPOLY_": 58.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100074.0, 498031.0 ], [ 100406.0, 498106.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 178.0, "TNODE_": 177.0, "LPOLY_": 58.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99801.0, 497948.0 ], [ 99913.0, 497994.0 ], [ 100074.0, 498031.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 61.0, "FNODE_": 176.0, "TNODE_": 175.0, "LPOLY_": 99.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100406.0, 498106.0 ], [ 100552.0, 498032.0 ], [ 100841.0, 497941.0 ], [ 101144.0, 497932.0 ], [ 101384.0, 498063.0 ], [ 101562.0, 498297.0 ], [ 101409.0, 498580.0 ], [ 101226.0, 498727.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 179.0, "TNODE_": 179.0, "LPOLY_": 93.0, "RPOLY_": 100.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105234.0, 497930.0 ], [ 105205.0, 497933.0 ], [ 105116.0, 498035.0 ], [ 105064.0, 498141.0 ], [ 105117.0, 498196.0 ], [ 105270.0, 498139.0 ], [ 105388.0, 498041.0 ], [ 105385.0, 497926.0 ], [ 105234.0, 497930.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 60.0, "FNODE_": 177.0, "TNODE_": 169.0, "LPOLY_": 97.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100074.0, 498031.0 ], [ 100421.0, 497995.0 ], [ 100719.0, 497883.0 ], [ 101031.0, 497800.0 ], [ 101334.0, 497885.0 ], [ 101579.0, 498004.0 ], [ 101842.0, 498115.0 ], [ 101930.0, 498212.0 ], [ 101914.0, 498364.0 ], [ 101707.0, 498513.0 ], [ 101571.0, 498700.0 ], [ 101578.0, 498938.0 ], [ 101771.0, 499149.0 ], [ 102001.0, 499206.0 ], [ 102166.0, 499216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 180.0, "TNODE_": 178.0, "LPOLY_": 58.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99122.0, 497567.0 ], [ 99507.0, 497826.0 ], [ 99801.0, 497948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 181.0, "TNODE_": 180.0, "LPOLY_": 58.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98705.0, 497283.0 ], [ 99122.0, 497567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 158.0, "TNODE_": 132.0, "LPOLY_": 78.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109058.0, 499874.0 ], [ 108813.0, 499787.0 ], [ 108417.0, 499564.0 ], [ 108110.0, 499267.0 ], [ 107856.0, 498924.0 ], [ 107520.0, 498626.0 ], [ 107161.0, 498426.0 ], [ 106914.0, 498480.0 ], [ 106858.0, 498685.0 ], [ 106702.0, 498873.0 ], [ 106445.0, 498915.0 ], [ 106212.0, 498802.0 ], [ 106025.0, 498476.0 ], [ 105899.0, 498081.0 ], [ 105852.0, 497843.0 ], [ 105735.0, 497632.0 ], [ 105522.0, 497567.0 ], [ 105346.0, 497442.0 ], [ 105233.0, 497294.0 ], [ 105018.0, 497212.0 ], [ 104835.0, 497259.0 ], [ 104765.0, 497344.0 ], [ 104877.0, 497667.0 ], [ 104739.0, 497831.0 ], [ 104336.0, 498002.0 ], [ 103944.0, 498172.0 ], [ 103698.0, 498252.0 ], [ 103586.0, 498328.0 ], [ 103602.0, 498422.0 ], [ 103895.0, 498457.0 ], [ 104208.0, 498252.0 ], [ 104453.0, 498086.0 ], [ 104689.0, 497992.0 ], [ 104882.0, 497899.0 ], [ 105083.0, 497777.0 ], [ 105265.0, 497702.0 ], [ 105467.0, 497688.0 ], [ 105694.0, 497809.0 ], [ 105780.0, 498078.0 ], [ 105777.0, 498571.0 ], [ 105713.0, 498968.0 ], [ 105530.0, 499270.0 ], [ 105380.0, 499407.0 ], [ 105188.0, 499454.0 ], [ 105145.0, 499625.0 ], [ 105282.0, 499791.0 ], [ 105431.0, 499833.0 ], [ 105419.0, 499651.0 ], [ 105404.0, 499549.0 ], [ 105539.0, 499371.0 ], [ 105722.0, 499214.0 ], [ 105861.0, 499040.0 ], [ 106020.0, 498941.0 ], [ 106170.0, 498984.0 ], [ 106396.0, 499098.0 ], [ 106762.0, 499151.0 ], [ 106993.0, 499146.0 ], [ 107242.0, 499162.0 ], [ 107652.0, 499418.0 ], [ 107819.0, 499722.0 ], [ 107886.0, 500096.0 ], [ 108004.0, 500491.0 ], [ 108161.0, 500762.0 ], [ 108474.0, 500869.0 ], [ 108761.0, 500855.0 ], [ 108965.0, 500860.0 ], [ 109059.0, 500845.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 186.0, "TNODE_": 185.0, "LPOLY_": 107.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105289.0, 496802.0 ], [ 105400.0, 496920.0 ], [ 105519.0, 496917.0 ], [ 105614.0, 496804.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 187.0, "TNODE_": 184.0, "LPOLY_": 98.0, "RPOLY_": 107.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 496801.0 ], [ 105008.0, 496955.0 ], [ 105118.0, 497077.0 ], [ 105236.0, 497142.0 ], [ 105375.0, 497222.0 ], [ 105558.0, 497124.0 ], [ 105773.0, 497024.0 ], [ 105933.0, 496896.0 ], [ 105979.0, 496807.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 55.0, "FNODE_": 188.0, "TNODE_": 170.0, "LPOLY_": 78.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104538.0, 496798.0 ], [ 104630.0, 496899.0 ], [ 105013.0, 497111.0 ], [ 105391.0, 497259.0 ], [ 105655.0, 497239.0 ], [ 105951.0, 497333.0 ], [ 106048.0, 497733.0 ], [ 106056.0, 498236.0 ], [ 106194.0, 498629.0 ], [ 106333.0, 498807.0 ], [ 106475.0, 498666.0 ], [ 106602.0, 498404.0 ], [ 106611.0, 498062.0 ], [ 106593.0, 497721.0 ], [ 106642.0, 497501.0 ], [ 106792.0, 497309.0 ], [ 107089.0, 497199.0 ], [ 107380.0, 497189.0 ], [ 107659.0, 497398.0 ], [ 107729.0, 497711.0 ], [ 107632.0, 498030.0 ], [ 107749.0, 498487.0 ], [ 108055.0, 498842.0 ], [ 108498.0, 499031.0 ], [ 108935.0, 499183.0 ], [ 109057.0, 499208.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 190.0, "TNODE_": 189.0, "LPOLY_": 78.0, "RPOLY_": 106.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103290.0, 496790.0 ], [ 103408.0, 496866.0 ], [ 103484.0, 497038.0 ], [ 103647.0, 497232.0 ], [ 103782.0, 497287.0 ], [ 103875.0, 497243.0 ], [ 103928.0, 497071.0 ], [ 103972.0, 496794.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 191.0, "TNODE_": 161.0, "LPOLY_": 93.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102986.0, 496788.0 ], [ 103062.0, 496907.0 ], [ 103287.0, 497210.0 ], [ 103728.0, 497549.0 ], [ 104104.0, 497636.0 ], [ 104157.0, 497845.0 ], [ 103863.0, 498031.0 ], [ 103493.0, 498093.0 ], [ 103064.0, 498026.0 ], [ 102701.0, 497942.0 ], [ 102470.0, 497894.0 ], [ 102184.0, 497903.0 ], [ 101981.0, 497943.0 ], [ 101904.0, 498081.0 ], [ 102016.0, 498201.0 ], [ 101952.0, 498471.0 ], [ 101764.0, 498686.0 ], [ 101721.0, 498903.0 ], [ 101857.0, 499060.0 ], [ 102065.0, 499031.0 ], [ 102165.0, 498855.0 ], [ 102318.0, 498695.0 ], [ 102313.0, 498389.0 ], [ 102384.0, 498175.0 ], [ 102603.0, 498068.0 ], [ 102881.0, 498224.0 ], [ 103064.0, 498469.0 ], [ 103298.0, 498647.0 ], [ 103628.0, 498736.0 ], [ 103943.0, 498686.0 ], [ 104210.0, 498445.0 ], [ 104454.0, 498328.0 ], [ 104730.0, 498301.0 ], [ 104894.0, 498151.0 ], [ 104996.0, 497950.0 ], [ 105097.0, 497851.0 ], [ 105265.0, 497790.0 ], [ 105447.0, 497820.0 ], [ 105392.0, 498121.0 ], [ 105348.0, 498161.0 ], [ 105005.0, 498283.0 ], [ 104827.0, 498418.0 ], [ 104710.0, 498654.0 ], [ 104690.0, 498904.0 ], [ 104914.0, 499079.0 ], [ 104958.0, 499315.0 ], [ 104930.0, 499563.0 ], [ 104742.0, 499712.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 72.0, "FNODE_": 193.0, "TNODE_": 194.0, "LPOLY_": 103.0, "RPOLY_": 101.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102559.0, 496786.0 ], [ 102649.0, 496936.0 ], [ 102797.0, 497164.0 ], [ 103033.0, 497419.0 ], [ 103400.0, 497703.0 ], [ 103328.0, 497801.0 ], [ 103106.0, 497863.0 ], [ 102784.0, 497791.0 ], [ 102486.0, 497682.0 ], [ 102308.0, 497494.0 ], [ 102238.0, 497280.0 ], [ 102238.0, 496981.0 ], [ 102228.0, 496784.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 71.0, "FNODE_": 192.0, "TNODE_": 195.0, "LPOLY_": 101.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102690.0, 496786.0 ], [ 102779.0, 496925.0 ], [ 102968.0, 497238.0 ], [ 103272.0, 497507.0 ], [ 103566.0, 497651.0 ], [ 103837.0, 497767.0 ], [ 103817.0, 497871.0 ], [ 103336.0, 497965.0 ], [ 102990.0, 497922.0 ], [ 102594.0, 497834.0 ], [ 102313.0, 497793.0 ], [ 102169.0, 497634.0 ], [ 102154.0, 497394.0 ], [ 102106.0, 497077.0 ], [ 102130.0, 496783.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 59.0, "FNODE_": 196.0, "TNODE_": 178.0, "LPOLY_": 102.0, "RPOLY_": 93.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101843.0, 496781.0 ], [ 101848.0, 497002.0 ], [ 101915.0, 497334.0 ], [ 101985.0, 497619.0 ], [ 101912.0, 497836.0 ], [ 101748.0, 497935.0 ], [ 101506.0, 497835.0 ], [ 101211.0, 497636.0 ], [ 100803.0, 497649.0 ], [ 100440.0, 497797.0 ], [ 100089.0, 497911.0 ], [ 99801.0, 497948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 197.0, "TNODE_": 180.0, "LPOLY_": 104.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101462.0, 496779.0 ], [ 101426.0, 496918.0 ], [ 101503.0, 497174.0 ], [ 101438.0, 497402.0 ], [ 101183.0, 497429.0 ], [ 100823.0, 497480.0 ], [ 100506.0, 497624.0 ], [ 100133.0, 497717.0 ], [ 99734.0, 497647.0 ], [ 99359.0, 497589.0 ], [ 99122.0, 497567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105338.0, 524851.0 ], [ 105152.0, 524514.0 ], [ 105222.0, 524179.0 ], [ 105355.0, 524039.0 ], [ 105453.0, 523969.0 ], [ 105620.0, 523899.0 ], [ 105844.0, 523840.0 ], [ 106099.0, 523822.0 ], [ 106312.0, 523812.0 ], [ 106557.0, 523773.0 ], [ 106798.0, 523721.0 ], [ 107114.0, 523555.0 ], [ 107351.0, 523433.0 ], [ 107565.0, 523363.0 ], [ 107834.0, 523307.0 ], [ 108049.0, 523300.0 ], [ 108134.0, 523345.0 ], [ 108169.0, 523386.0 ], [ 108169.0, 523449.0 ], [ 108165.0, 523529.0 ], [ 108132.0, 523814.0 ], [ 108059.0, 523973.0 ], [ 108012.0, 524097.0 ], [ 107949.0, 524158.0 ], [ 107856.0, 524149.0 ], [ 107755.0, 524112.0 ], [ 107612.0, 524032.0 ], [ 107489.0, 523903.0 ], [ 107269.0, 523861.0 ], [ 107098.0, 523871.0 ], [ 106920.0, 523892.0 ], [ 106780.0, 523955.0 ], [ 106668.0, 524123.0 ], [ 106588.0, 524336.0 ], [ 106641.0, 524546.0 ], [ 106582.0, 524753.0 ], [ 106082.0, 525056.0 ], [ 105816.0, 525157.0 ], [ 105582.0, 525080.0 ], [ 105338.0, 524851.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108322.0, 522967.0 ], [ 109046.0, 523034.0 ], [ 113142.0, 523788.0 ], [ 113499.0, 531729.0 ], [ 102951.0, 531615.0 ], [ 102891.0, 526355.0 ], [ 103602.0, 525356.0 ], [ 103772.0, 525123.0 ], [ 103912.0, 524890.0 ], [ 104075.0, 524762.0 ], [ 104212.0, 524698.0 ], [ 104381.0, 524657.0 ], [ 104551.0, 524695.0 ], [ 104624.0, 525015.0 ], [ 104618.0, 525704.0 ], [ 104857.0, 525944.0 ], [ 105052.0, 525947.0 ], [ 105407.0, 525933.0 ], [ 105803.0, 525895.0 ], [ 106339.0, 525971.0 ], [ 106888.0, 525844.0 ], [ 107271.0, 525652.0 ], [ 107297.0, 525359.0 ], [ 107092.0, 525256.0 ], [ 106748.0, 525103.0 ], [ 106237.0, 525256.0 ], [ 105879.0, 525346.0 ], [ 105496.0, 525307.0 ], [ 105167.0, 525107.0 ], [ 104930.0, 524392.0 ], [ 105121.0, 524039.0 ], [ 105233.0, 523920.0 ], [ 105575.0, 523725.0 ], [ 106183.0, 523704.0 ], [ 106490.0, 523676.0 ], [ 106834.0, 523464.0 ], [ 107173.0, 523241.0 ], [ 107662.0, 523171.0 ], [ 107987.0, 523094.0 ], [ 108322.0, 522967.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110198.0, 523050.0 ], [ 113190.0, 523740.0 ], [ 113523.0, 531753.0 ], [ 102930.0, 531639.0 ], [ 102827.0, 526323.0 ], [ 103934.0, 524794.0 ], [ 104651.0, 524065.0 ], [ 105056.0, 523793.0 ], [ 105440.0, 523590.0 ], [ 105762.0, 523485.0 ], [ 106300.0, 523499.0 ], [ 106572.0, 523387.0 ], [ 106747.0, 523269.0 ], [ 107117.0, 523073.0 ], [ 107551.0, 522947.0 ], [ 107978.0, 522849.0 ], [ 108096.0, 522794.0 ], [ 108268.0, 522724.0 ], [ 108549.0, 522689.0 ], [ 108852.0, 522810.0 ], [ 109034.0, 522820.0 ], [ 109513.0, 522932.0 ], [ 110198.0, 523050.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104226.0, 524216.0 ], [ 104190.0, 524270.0 ], [ 102721.0, 526224.0 ], [ 102910.0, 531661.0 ], [ 113549.0, 531777.0 ], [ 113228.0, 523701.0 ], [ 110697.0, 523023.0 ], [ 108672.0, 522598.0 ], [ 108561.0, 522595.0 ], [ 108478.0, 522580.0 ], [ 108387.0, 522553.0 ], [ 108286.0, 522553.0 ], [ 108192.0, 522556.0 ], [ 108079.0, 522571.0 ], [ 107936.0, 522614.0 ], [ 107799.0, 522666.0 ], [ 107640.0, 522696.0 ], [ 107518.0, 522726.0 ], [ 107390.0, 522781.0 ], [ 107195.0, 522879.0 ], [ 106988.0, 522958.0 ], [ 106762.0, 522958.0 ], [ 106573.0, 522970.0 ], [ 106463.0, 522983.0 ], [ 106408.0, 522984.0 ], [ 106244.0, 523044.0 ], [ 106152.0, 523065.0 ], [ 105994.0, 523085.0 ], [ 105817.0, 523068.0 ], [ 105643.0, 523072.0 ], [ 105498.0, 523105.0 ], [ 105384.0, 523111.0 ], [ 105280.0, 523184.0 ], [ 104970.0, 523434.0 ], [ 104732.0, 523690.0 ], [ 104520.0, 523947.0 ], [ 104226.0, 524216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104374.0, 526786.0 ], [ 104282.0, 526786.0 ], [ 104191.0, 526743.0 ], [ 104117.0, 526700.0 ], [ 104026.0, 526527.0 ], [ 103983.0, 526377.0 ], [ 103950.0, 526173.0 ], [ 103935.0, 525956.0 ], [ 103928.0, 525658.0 ], [ 103922.0, 525310.0 ], [ 103916.0, 525158.0 ], [ 103944.0, 525039.0 ], [ 103989.0, 524928.0 ], [ 104076.0, 524894.0 ], [ 104137.0, 524905.0 ], [ 104215.0, 524926.0 ], [ 104258.0, 524966.0 ], [ 104319.0, 525109.0 ], [ 104332.0, 525245.0 ], [ 104319.0, 525505.0 ], [ 104332.0, 525725.0 ], [ 104384.0, 526030.0 ], [ 104448.0, 526325.0 ], [ 104517.0, 526597.0 ], [ 104502.0, 526685.0 ], [ 104465.0, 526755.0 ], [ 104431.0, 526786.0 ], [ 104374.0, 526786.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_interpolation_points.geojson new file mode 100644 index 0000000..024fba2 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_interpolation_points.geojson @@ -0,0 +1,2499 @@ +{ +"type": "FeatureCollection", +"name": "DS12_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101124.0, 510800.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 511067.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 511549.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 511662.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 511767.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 511837.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104316.0, 511931.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 512211.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 512502.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 512852.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105048.0, 513122.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 513369.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.0, 513717.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 514018.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105999.0, 514333.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106317.0, 514614.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 514760.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107093.0, 514843.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107460.0, 514976.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107809.0, 515298.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108258.0, 515641.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108512.0, 515808.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 516021.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 510774.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 510839.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 510839.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 510882.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 510874.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103697.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510679.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 510730.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 510774.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 510269.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 510332.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104364.0, 510339.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104417.0, 510329.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510251.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 510208.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 510269.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100580.0, 508633.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101465.0, 508683.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102471.0, 508792.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 509235.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 509441.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 509543.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 509731.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 509818.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 509819.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 510190.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 510363.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 510882.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 511137.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 511434.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 511501.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 511423.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 511338.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 511341.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 511509.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104469.0, 511772.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 512067.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104757.0, 512293.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 512476.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105249.0, 512586.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 512659.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 512711.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105916.0, 512957.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105940.0, 513267.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105924.0, 513573.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106004.0, 513848.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 514110.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106397.0, 514250.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106598.0, 514370.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106901.0, 514447.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107363.0, 514413.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107722.0, 514389.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 514351.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108455.0, 514280.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 514211.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109080.0, 514138.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 510190.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 510102.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 510053.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 509994.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 509924.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 509819.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101583.0, 510193.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102040.0, 510340.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 510672.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 510963.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 511217.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 511460.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 511551.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 511615.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 511642.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 511691.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 511705.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 511803.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 511943.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104572.0, 512048.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104649.0, 512258.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104715.0, 512505.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104932.0, 512779.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 513068.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 513285.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105538.0, 513482.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 513810.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106015.0, 514145.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106297.0, 514393.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106663.0, 514580.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107057.0, 514603.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107607.0, 514613.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108110.0, 514627.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108608.0, 514677.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 514762.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103176.0, 509891.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 509887.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 509887.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 509893.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 509943.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 510022.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 510063.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 510030.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509956.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103176.0, 509891.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 510106.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 510101.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 510060.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 510023.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 509972.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103198.0, 509917.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103185.0, 509870.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 509847.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 509857.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 510106.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 509907.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 509828.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 509789.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 509761.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 509998.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 510175.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103801.0, 510180.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103579.0, 510009.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 510034.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 510164.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103543.0, 510266.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 510278.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 510166.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103198.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 510291.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 510480.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510642.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 510777.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103661.0, 510978.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103777.0, 510964.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 510795.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 510654.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103819.0, 510501.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 510380.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 510351.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104395.0, 510361.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 510352.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 510283.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 510221.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 510176.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 510096.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 510086.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 510077.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 510014.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 509955.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 509907.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 509131.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 509244.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102490.0, 509304.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102604.0, 509357.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102679.0, 509326.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 509221.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102503.0, 509151.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102389.0, 509121.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 509131.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102031.0, 509111.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102007.0, 509150.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102066.0, 509241.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102225.0, 509312.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 509347.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 509421.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 509438.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102799.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102836.0, 509298.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102792.0, 509175.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102606.0, 509070.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 509027.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 509054.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102031.0, 509111.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109072.0, 508939.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108945.0, 509029.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108855.0, 509159.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108886.0, 509385.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108846.0, 509735.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 509997.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107994.0, 510076.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107480.0, 509931.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107136.0, 509851.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106836.0, 509899.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106658.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106729.0, 510253.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106928.0, 510385.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107114.0, 510555.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107481.0, 510546.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107951.0, 510356.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108235.0, 510238.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108453.0, 510133.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 510026.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108990.0, 509974.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109073.0, 509914.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 508964.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 508988.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 509004.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103151.0, 508967.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 508938.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 508964.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103682.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 508823.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 508573.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 508426.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 508389.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 508426.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102803.0, 508618.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 508799.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 508960.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 509064.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 509243.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 509430.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 509607.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 509633.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 509673.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 509704.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 509783.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103422.0, 509863.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 509990.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510044.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 510118.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103103.0, 510212.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 510595.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 510827.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103110.0, 511229.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103176.0, 511306.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 511367.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 511356.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 511301.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 511245.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 511258.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 511337.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 511563.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 511826.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104701.0, 512015.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104821.0, 512212.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105048.0, 512358.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105246.0, 512425.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 512435.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105635.0, 512381.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105834.0, 512255.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 512124.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106155.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 511986.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106714.0, 511835.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 511710.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107322.0, 511531.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107676.0, 511144.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107899.0, 510901.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108078.0, 510711.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108275.0, 510489.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 510289.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108841.0, 510214.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109074.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 508840.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508955.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 509045.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 509114.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 509202.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104223.0, 509245.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 509291.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 509377.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104347.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 509378.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 509385.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 509482.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 509590.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 509765.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 510143.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104901.0, 510300.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 510468.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 510610.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 510775.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105847.0, 510922.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106099.0, 511017.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 511028.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106361.0, 510913.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106354.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 510525.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106089.0, 510397.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 510268.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105625.0, 510059.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105579.0, 509829.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105651.0, 509626.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106004.0, 509591.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 509747.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106743.0, 509711.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106946.0, 509607.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107120.0, 509431.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107401.0, 509305.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107645.0, 509446.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108049.0, 509545.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108236.0, 509652.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108475.0, 509670.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108665.0, 509537.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108723.0, 509370.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108728.0, 509184.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108729.0, 508925.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108807.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108902.0, 508473.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109071.0, 508349.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103682.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103886.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104022.0, 508852.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 508840.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 508525.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 508641.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104064.0, 508699.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 508728.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104180.0, 508746.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100502.0, 508250.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101086.0, 508246.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101328.0, 508317.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101541.0, 508400.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101674.0, 508495.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101876.0, 508568.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102119.0, 508604.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102369.0, 508582.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 508308.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 508224.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 508122.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 508002.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 507942.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 507905.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102874.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507783.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507735.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 507686.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 507626.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103116.0, 507551.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 507504.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 507514.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 507614.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 507743.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103789.0, 507990.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103776.0, 508283.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 508431.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 508525.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108437.0, 505549.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108362.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108274.0, 505980.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 506215.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107709.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107232.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106776.0, 506243.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106425.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106134.0, 506068.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105959.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105863.0, 506199.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105832.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105642.0, 506374.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105525.0, 506286.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 506211.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105029.0, 506487.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104797.0, 506569.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104464.0, 506654.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104046.0, 506890.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 507397.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104192.0, 507716.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 507957.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 508176.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 508327.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 508570.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 508966.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 508732.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 508547.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104493.0, 508454.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104346.0, 508477.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 508487.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 508572.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 508635.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 508705.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104375.0, 508779.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104180.0, 508746.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102913.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 508571.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 508793.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 509079.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103308.0, 509244.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 509315.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 509398.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103293.0, 509400.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103288.0, 509483.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 509572.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 509762.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 509994.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 510092.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103754.0, 510075.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 509952.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 510013.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510106.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 510217.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 510080.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 510226.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 510492.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 510640.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 510749.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 510987.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 511221.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 511314.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 511248.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 511141.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 511044.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 510912.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 510815.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 510815.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 511019.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 511300.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104652.0, 511542.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 511900.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 512105.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 512212.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 512225.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 512116.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105524.0, 511970.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 511780.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105141.0, 511644.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 511461.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104797.0, 511302.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 511123.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 510967.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104320.0, 510792.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 510690.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 510617.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104071.0, 510528.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104206.0, 510477.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 510430.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 510393.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 510293.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104473.0, 510211.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104367.0, 510152.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 510116.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 510016.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 509875.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 509715.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 509643.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104245.0, 509612.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104237.0, 509478.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 509396.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 509288.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103892.0, 509332.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 509425.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 509223.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103567.0, 509118.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 509008.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 508807.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 508635.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 508479.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 508436.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102913.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 507285.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102177.0, 507214.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 507217.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 507306.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102567.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102537.0, 507394.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102356.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 507346.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 507285.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100203.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100317.0, 506781.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100527.0, 506792.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100631.0, 506793.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100849.0, 506792.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101182.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100145.0, 506506.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101265.0, 506490.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101678.0, 506447.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102279.0, 506310.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 506226.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 506146.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 506253.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102435.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101589.0, 506758.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101182.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105732.0, 506767.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105776.0, 506761.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 506798.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 506877.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 507212.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 507261.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 507296.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102513.0, 507248.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 507089.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 507033.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102845.0, 507015.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 507034.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 507034.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 506915.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103248.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 506746.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 507080.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.0, 507189.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103343.0, 507143.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 507085.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 507050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 507039.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 507056.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102654.0, 507215.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102573.0, 507387.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 507454.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102123.0, 507313.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 507255.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 507212.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106261.0, 507521.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106755.0, 507608.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107169.0, 507629.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107519.0, 507602.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107825.0, 507498.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108101.0, 507324.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108407.0, 507138.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108815.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109068.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106709.0, 507344.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107084.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107504.0, 507433.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107912.0, 507326.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108121.0, 507218.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108499.0, 507053.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108774.0, 506852.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109068.0, 506622.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 507071.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 507004.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 506988.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102806.0, 506983.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 506992.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 506938.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 506725.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 506605.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 507225.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 507193.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 507065.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 507074.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102741.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 507523.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 507540.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 507508.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 507428.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102120.0, 507346.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102081.0, 507291.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 507209.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 507135.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 507189.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102444.0, 507218.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102519.0, 507156.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 507071.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105422.0, 506602.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 506645.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105182.0, 506772.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105118.0, 506996.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 507227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105260.0, 507350.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 507379.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 507426.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 507578.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 507683.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105774.0, 507858.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 507989.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 508170.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106144.0, 508162.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106387.0, 508005.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106682.0, 507869.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107003.0, 507795.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107304.0, 507796.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107715.0, 507641.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108031.0, 507465.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108262.0, 507329.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108724.0, 506996.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109068.0, 506818.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100739.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100871.0, 506590.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101371.0, 506531.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101849.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 506441.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 506365.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 506286.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102536.0, 506206.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 506177.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102608.0, 506268.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102033.0, 506588.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 506652.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 506707.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100829.0, 506723.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100182.0, 506687.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100159.0, 506573.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100739.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105966.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105996.0, 506665.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 506618.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104992.0, 506831.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104953.0, 507089.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104823.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 507307.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104571.0, 507475.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 507696.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 507810.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 508023.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 508173.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104878.0, 508181.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 508011.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104903.0, 507814.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104946.0, 507617.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 507504.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105200.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105594.0, 507857.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 508101.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 508312.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 508464.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105859.0, 508544.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106074.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106296.0, 508407.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106532.0, 508167.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106775.0, 508041.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107020.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 508084.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 508148.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107503.0, 508200.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107713.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107931.0, 507887.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108227.0, 507713.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108459.0, 507602.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108846.0, 507402.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109069.0, 507285.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103231.0, 506517.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506547.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 506694.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103541.0, 506868.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507024.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507268.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 507315.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 507257.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 507196.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507102.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 507111.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 507308.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 507519.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 507593.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102316.0, 507548.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 507407.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 507288.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 507115.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 506986.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 506936.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 506942.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102782.0, 506961.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 506953.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 506899.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109068.0, 506445.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108951.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108659.0, 506807.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108247.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107872.0, 507208.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107525.0, 507327.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107137.0, 507378.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106813.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106532.0, 507192.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 507142.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 506964.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105840.0, 506854.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105937.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106135.0, 506714.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106220.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 506478.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106021.0, 506495.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105940.0, 506567.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105722.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 506187.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 506285.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506542.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 506736.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103644.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 507335.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 507320.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 507282.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 507209.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 507157.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 507156.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102759.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102742.0, 507438.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102601.0, 507708.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102305.0, 507774.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 507623.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 507271.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 507113.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102111.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 506917.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102698.0, 506883.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102852.0, 506874.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102994.0, 506842.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 506766.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102396.0, 506785.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 506940.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101427.0, 507154.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101066.0, 507330.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100326.0, 507390.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 506139.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102295.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 506087.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 505996.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102698.0, 505789.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 505840.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 505907.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 506004.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102080.0, 506044.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102080.0, 506044.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109067.0, 506015.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108969.0, 506187.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108520.0, 506552.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107975.0, 506805.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107371.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106921.0, 506840.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106724.0, 506614.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 506378.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106015.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105855.0, 506475.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105665.0, 506614.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100460.0, 508043.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101144.0, 508060.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101516.0, 508161.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 508396.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102084.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 508481.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102547.0, 508219.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102624.0, 507992.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 507774.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 507570.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 507362.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 507360.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 507400.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.0, 507464.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 507594.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 507774.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103893.0, 508216.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103991.0, 508327.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 508151.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 507818.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 507518.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 507226.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 506945.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 506766.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104002.0, 506578.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104028.0, 506412.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 506295.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 506249.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103640.0, 506186.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103555.0, 506088.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 505854.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 505991.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 505967.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105712.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105967.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106260.0, 505843.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106529.0, 505863.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106881.0, 505845.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107271.0, 505765.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107489.0, 505731.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107666.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107847.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107858.0, 505967.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107521.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107137.0, 506066.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 505994.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106411.0, 505927.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106122.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 505884.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105628.0, 505941.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 505991.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 505638.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 505592.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 505490.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 505488.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 505667.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 505718.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 505679.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103006.0, 505692.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 505638.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 505506.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 505453.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 505366.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103258.0, 505571.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 505744.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 505824.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 505983.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 505987.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 505904.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102904.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 505707.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 505613.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 505598.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 505506.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100124.0, 506406.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100835.0, 506443.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101562.0, 506405.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102072.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102496.0, 506129.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 505965.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 505666.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 505652.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101946.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 505484.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102031.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 505496.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102277.0, 505571.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 505542.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102741.0, 505384.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102981.0, 505304.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 505265.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 505372.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 505466.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 505514.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 505423.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 505406.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 505484.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103295.0, 505601.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103090.0, 505795.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 505998.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 506133.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 506270.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102613.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 506472.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 506609.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 506843.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101189.0, 506911.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100233.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104882.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 505255.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 505508.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104730.0, 505658.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 505790.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104422.0, 505947.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 506098.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104089.0, 506138.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 505855.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103558.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 505755.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 506264.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 506339.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 506432.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 506585.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102120.0, 506708.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101948.0, 506846.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101750.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101533.0, 507022.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 507151.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100916.0, 507277.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100295.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 504387.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 504309.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104938.0, 504297.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105173.0, 504504.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105297.0, 504726.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105329.0, 504885.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105299.0, 505013.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105142.0, 505038.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 504864.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 504623.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104919.0, 504526.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 99668.0, 504165.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100171.0, 504005.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100298.0, 504006.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100437.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100474.0, 504086.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100326.0, 504293.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100271.0, 504575.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100264.0, 504744.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100267.0, 504914.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 99907.0, 505337.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102453.0, 504028.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102458.0, 504144.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102545.0, 504277.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 504366.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102759.0, 504332.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 504072.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 503924.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102529.0, 503865.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 503916.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102453.0, 504028.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101156.0, 503799.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101248.0, 503831.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101336.0, 503876.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101560.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101633.0, 503878.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101629.0, 503808.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101300.0, 503767.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101196.0, 503747.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101156.0, 503799.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99621.0, 503930.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100168.0, 503807.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100582.0, 503762.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100996.0, 503719.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101351.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101563.0, 503722.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101681.0, 503767.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101755.0, 503845.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101726.0, 503953.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101560.0, 504031.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101280.0, 504076.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100983.0, 504103.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100688.0, 504213.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 504430.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100539.0, 504731.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100386.0, 505304.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99962.0, 505608.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 504482.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 504343.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 504188.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104136.0, 504001.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 503813.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 503637.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 503626.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 503785.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 503946.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 504048.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 504155.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 504175.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 504200.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 504291.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 504330.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 504347.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 504359.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99576.0, 503710.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100168.0, 503649.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100514.0, 503617.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100936.0, 503617.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101288.0, 503632.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101515.0, 503655.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 503712.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101792.0, 503835.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101766.0, 503944.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101630.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101388.0, 504090.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101168.0, 504143.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 504380.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100836.0, 504656.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100849.0, 504902.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100647.0, 505260.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100009.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99523.0, 503450.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100242.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100830.0, 503449.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101428.0, 503517.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101707.0, 503596.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101826.0, 503828.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101777.0, 504015.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101499.0, 504156.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101289.0, 504343.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101272.0, 504480.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101417.0, 504674.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 504752.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102003.0, 504692.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102246.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102405.0, 504465.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102414.0, 504313.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 503892.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 503776.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 503772.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 503971.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 504163.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 504260.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 504323.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 504405.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 504676.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 504718.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104367.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104611.0, 504722.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 503444.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102143.0, 503456.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 503533.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 503588.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 503607.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102146.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 503774.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 503847.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102127.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 504084.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102252.0, 504169.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 504079.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 503938.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 503815.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 503681.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102427.0, 503631.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102576.0, 503630.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 503489.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102452.0, 503408.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 503367.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102225.0, 503377.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 503444.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99351.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100037.0, 502808.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100421.0, 502851.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101005.0, 502883.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101363.0, 502990.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 503106.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101896.0, 503195.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102210.0, 503262.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102449.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 503275.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 503214.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 503168.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103614.0, 503147.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 503254.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 503405.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104654.0, 503468.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104993.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 503487.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 503604.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 504726.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 504956.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 505167.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105367.0, 505384.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 505636.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105716.0, 505661.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106021.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106319.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106802.0, 505712.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106989.0, 505644.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107253.0, 505605.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107494.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107748.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108044.0, 505477.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 502227.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102186.0, 502204.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 502340.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101740.0, 502422.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101544.0, 502525.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101535.0, 502712.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 502827.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101753.0, 502752.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 502743.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 502255.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 502085.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 502166.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 502263.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101614.0, 502374.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101394.0, 502458.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101380.0, 502648.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 502818.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 502908.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101777.0, 502949.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101927.0, 502996.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 502073.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 502218.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 502782.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105173.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 503169.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 503207.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 503125.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 502920.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 502292.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 502211.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102567.0, 501816.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 501742.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102040.0, 502045.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 502113.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101237.0, 502159.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100980.0, 502183.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100972.0, 502325.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101057.0, 502407.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101117.0, 502591.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101322.0, 502797.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101499.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 503022.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101792.0, 503104.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101987.0, 503092.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102361.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102416.0, 501621.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102514.0, 501639.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 501492.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102539.0, 501376.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501312.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102393.0, 501337.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102361.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102197.0, 501284.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 501210.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 501244.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 501394.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501551.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 501629.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103235.0, 501662.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 501689.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109060.0, 501198.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108831.0, 501151.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 501149.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108554.0, 501206.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108389.0, 501438.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108278.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108190.0, 501817.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108060.0, 502030.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107802.0, 502368.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107491.0, 502562.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107116.0, 502531.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106629.0, 502333.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106264.0, 502167.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 501951.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 501726.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105869.0, 501485.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 501402.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 501098.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 501161.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 501177.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 501327.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101396.0, 501105.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101412.0, 501162.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 501343.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101617.0, 501405.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 501406.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101718.0, 501277.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 501134.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101539.0, 501026.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101475.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101396.0, 501105.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101816.0, 501119.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 501015.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101402.0, 500936.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101284.0, 500983.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101240.0, 501206.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101274.0, 501619.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101096.0, 501738.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100994.0, 501557.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100914.0, 501358.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100511.0, 501198.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99637.0, 501008.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98792.0, 501030.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103632.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 500990.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103742.0, 501119.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 501228.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 501303.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105236.0, 501214.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105329.0, 500912.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 500830.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 500960.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 501134.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 501290.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98785.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99367.0, 500766.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99929.0, 500831.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100486.0, 501006.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100875.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101066.0, 501231.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101137.0, 501121.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101187.0, 500983.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101359.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 500925.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 500979.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 501080.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 501273.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105780.0, 501148.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105792.0, 501003.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105864.0, 500825.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106085.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 500702.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 501038.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106989.0, 501403.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107012.0, 501616.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107055.0, 501868.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 500840.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103051.0, 500682.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 501283.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 501113.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105641.0, 500962.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 500772.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105851.0, 500665.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106039.0, 500584.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106277.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106488.0, 500572.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 500625.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106971.0, 500809.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.0, 501018.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107312.0, 501281.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107478.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107670.0, 501529.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107918.0, 501554.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108172.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 98780.0, 500502.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 99266.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 99751.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100257.0, 500767.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100712.0, 500956.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 500990.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101306.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101538.0, 500855.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101734.0, 500932.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102228.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 500149.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101985.0, 500131.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 500215.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101844.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500381.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101465.0, 499991.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500158.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 500247.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101455.0, 500369.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101487.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106145.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 500401.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106731.0, 500487.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107326.0, 500909.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107449.0, 500919.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107368.0, 500787.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107116.0, 500594.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 500342.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 500038.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106477.0, 499943.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106331.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 500128.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 499911.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102114.0, 500073.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 500126.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 500077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102327.0, 499965.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 499955.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 500195.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 499911.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101718.0, 499930.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 499995.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101717.0, 500065.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 500127.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101751.0, 500224.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101690.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 499743.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102370.0, 499847.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102495.0, 499907.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102675.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 500777.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104102.0, 500695.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 500653.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104581.0, 500695.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104865.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105198.0, 500637.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105595.0, 500525.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105796.0, 500372.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105912.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105962.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 499715.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 499685.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106753.0, 499781.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107099.0, 499897.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107353.0, 500098.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 500425.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107764.0, 500831.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107897.0, 501042.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108222.0, 501082.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108377.0, 501045.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108588.0, 501018.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108764.0, 501016.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109060.0, 501093.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 499680.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 499624.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 499556.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 499612.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 499796.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 499906.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 499996.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 499587.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 499569.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103311.0, 499472.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103466.0, 499495.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 499723.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 499884.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103462.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 499527.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 499499.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 499390.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 499320.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 499483.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 499709.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 499885.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 500109.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103935.0, 500358.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104462.0, 500519.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 500118.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 500034.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 499883.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105542.0, 499729.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105561.0, 499556.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 499397.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 499288.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106088.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 499284.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106719.0, 499390.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107230.0, 499601.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107483.0, 499772.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107673.0, 500014.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107787.0, 500394.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107940.0, 500770.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108189.0, 500896.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108486.0, 500946.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108759.0, 500955.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109060.0, 500981.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101011.0, 499119.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101150.0, 499132.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101297.0, 499208.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101360.0, 499356.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101317.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100406.0, 498106.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100422.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100756.0, 498107.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100990.0, 498114.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101197.0, 498211.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101288.0, 498468.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 498727.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100074.0, 498031.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100406.0, 498106.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99801.0, 497948.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99913.0, 497994.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100074.0, 498031.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100406.0, 498106.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100552.0, 498032.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100841.0, 497941.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101144.0, 497932.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101384.0, 498063.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101562.0, 498297.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101409.0, 498580.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 498727.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100074.0, 498031.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100421.0, 497995.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100719.0, 497883.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101031.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 497885.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101579.0, 498004.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 498115.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101930.0, 498212.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 498364.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101707.0, 498513.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101571.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101578.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101771.0, 499149.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 499206.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 499216.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99122.0, 497567.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99507.0, 497826.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99801.0, 497948.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98705.0, 497283.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99122.0, 497567.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101843.0, 496781.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 497002.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 497334.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101985.0, 497619.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 497836.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101748.0, 497935.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101506.0, 497835.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101211.0, 497636.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100803.0, 497649.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100440.0, 497797.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100089.0, 497911.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99801.0, 497948.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101462.0, 496779.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101426.0, 496918.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101503.0, 497174.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101438.0, 497402.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 497429.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100823.0, 497480.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100506.0, 497624.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100133.0, 497717.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99734.0, 497647.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99359.0, 497589.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99122.0, 497567.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101051.0, 499067.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101225.0, 499095.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101404.0, 499237.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101490.0, 499534.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 498727.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101186.0, 498890.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101051.0, 499067.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102517.0, 499138.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 499015.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 498898.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 498791.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103179.0, 498942.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103661.0, 499085.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 499072.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104138.0, 499029.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104297.0, 498889.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 498638.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 498539.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 498592.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104505.0, 498758.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 498964.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 499191.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104545.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 499568.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102419.0, 499037.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 498854.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 498608.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 498403.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102705.0, 498319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 498557.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 498751.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 498879.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 498871.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 498758.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104275.0, 498580.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 498484.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104658.0, 498504.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 498674.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 498904.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104723.0, 499101.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 499310.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104836.0, 499459.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104707.0, 499620.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105205.0, 497933.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 498035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105064.0, 498141.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105117.0, 498196.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 498139.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 498041.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 497926.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109058.0, 499874.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108417.0, 499564.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108110.0, 499267.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107856.0, 498924.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107520.0, 498626.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107161.0, 498426.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106914.0, 498480.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106858.0, 498685.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106702.0, 498873.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106445.0, 498915.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106212.0, 498802.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106025.0, 498476.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 497632.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.0, 497567.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 497442.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105233.0, 497294.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105018.0, 497212.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 497259.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104765.0, 497344.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104809.0, 497469.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104877.0, 497667.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 498002.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 498172.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 498252.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 498328.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 498422.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 498457.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 498252.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 497992.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104882.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 497777.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 497702.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105467.0, 497688.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105694.0, 497809.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105780.0, 498078.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105777.0, 498571.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.0, 498968.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 499454.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105145.0, 499625.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105282.0, 499791.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105431.0, 499833.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105419.0, 499651.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 499549.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105722.0, 499214.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105861.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 498941.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106170.0, 498984.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106396.0, 499098.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 499151.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 499146.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107242.0, 499162.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107652.0, 499418.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107819.0, 499722.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107886.0, 500096.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108004.0, 500491.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108161.0, 500762.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108474.0, 500869.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108761.0, 500855.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108965.0, 500860.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109059.0, 500845.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105289.0, 496802.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 496920.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 496917.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105614.0, 496804.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 496801.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105008.0, 496955.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105118.0, 497077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105236.0, 497142.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105558.0, 497124.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105773.0, 497024.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 496896.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105979.0, 496807.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104538.0, 496798.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104630.0, 496899.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 497111.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 497259.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 497239.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105951.0, 497333.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 497733.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106056.0, 498236.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106194.0, 498629.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106333.0, 498807.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106475.0, 498666.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106602.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106611.0, 498062.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106593.0, 497721.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106642.0, 497501.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107089.0, 497199.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 497189.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107659.0, 497398.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107729.0, 497711.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107632.0, 498030.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107749.0, 498487.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108055.0, 498842.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108498.0, 499031.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108935.0, 499183.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109057.0, 499208.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 496788.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103062.0, 496907.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 497210.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 497549.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 497636.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104157.0, 497845.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103863.0, 498031.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 498026.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 497942.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 497894.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 497903.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 497943.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101904.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102016.0, 498201.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 498471.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 498686.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101721.0, 498903.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101857.0, 499060.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 499031.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102165.0, 498855.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102313.0, 498389.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 498175.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 498068.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102881.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 498469.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 498647.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 498736.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 498686.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104210.0, 498445.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 498328.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104730.0, 498301.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 498151.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104996.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 497851.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 497790.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 497820.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105392.0, 498121.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 498161.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 498283.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104827.0, 498418.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104710.0, 498654.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104690.0, 498904.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 499079.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104958.0, 499315.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 499712.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 496786.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 496936.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102797.0, 497164.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 497419.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 497593.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 497703.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 497863.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 497791.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 497682.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 497494.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 497280.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 496981.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102228.0, 496784.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 496786.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 496925.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 497238.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 497507.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103566.0, 497651.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103837.0, 497767.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 497871.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 497914.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 497965.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 497922.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 497834.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102313.0, 497793.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102169.0, 497634.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 497394.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 497077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 496783.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 524851.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 524514.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105222.0, 524179.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105355.0, 524039.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105453.0, 523969.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 523899.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 523840.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106099.0, 523822.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106312.0, 523812.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 523773.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106798.0, 523721.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107114.0, 523555.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 523433.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107565.0, 523363.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107834.0, 523307.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108049.0, 523300.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108134.0, 523345.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108169.0, 523386.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108169.0, 523449.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108165.0, 523529.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108148.0, 523669.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108132.0, 523814.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108059.0, 523973.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108012.0, 524097.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107949.0, 524158.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107856.0, 524149.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107755.0, 524112.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107612.0, 524032.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107489.0, 523903.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107269.0, 523861.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107098.0, 523871.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106920.0, 523892.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106780.0, 523955.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 524123.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106588.0, 524336.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106641.0, 524546.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106582.0, 524753.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 525056.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 525157.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 525080.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 524851.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108322.0, 522967.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109046.0, 523034.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113142.0, 523788.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113499.0, 531729.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 531615.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 526355.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 525356.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 525123.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103912.0, 524890.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 524762.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 524698.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 524657.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104551.0, 524695.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 525015.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 525704.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 525944.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105052.0, 525947.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105407.0, 525933.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 525895.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106339.0, 525971.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106888.0, 525844.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107271.0, 525652.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107297.0, 525359.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 525256.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106748.0, 525103.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 525256.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 525346.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 525307.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105167.0, 525107.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 524392.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 524039.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105233.0, 523920.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105428.0, 523808.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105575.0, 523725.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106183.0, 523704.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106490.0, 523676.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106834.0, 523464.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106978.0, 523370.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 523241.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107406.0, 523207.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107662.0, 523171.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107987.0, 523094.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108322.0, 522967.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 110198.0, 523050.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 113190.0, 523740.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 113523.0, 531753.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 531639.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102827.0, 526323.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 524794.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 524275.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104651.0, 524065.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 523793.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 523590.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 523485.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 523499.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106572.0, 523387.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 523269.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107117.0, 523073.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 522947.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107978.0, 522849.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108096.0, 522794.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108268.0, 522724.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108549.0, 522689.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108852.0, 522810.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109034.0, 522820.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109513.0, 522932.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 110198.0, 523050.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104226.0, 524216.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 524270.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 526224.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 531661.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 113549.0, 531777.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 113228.0, 523701.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 110697.0, 523023.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108672.0, 522598.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108561.0, 522595.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108478.0, 522580.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108387.0, 522553.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108286.0, 522553.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108192.0, 522556.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108079.0, 522571.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107936.0, 522614.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 522666.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 522696.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107518.0, 522726.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107390.0, 522781.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107195.0, 522879.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106988.0, 522958.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 522958.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106573.0, 522970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 522983.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106408.0, 522984.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106360.0, 523001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 523044.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106152.0, 523065.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 523085.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105817.0, 523068.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 523072.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 523105.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 523111.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105280.0, 523184.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104970.0, 523434.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104732.0, 523690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104520.0, 523947.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104226.0, 524216.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 526786.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 526786.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 526743.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104117.0, 526700.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 526621.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 526527.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103983.0, 526377.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 526173.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103935.0, 525956.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 525658.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103922.0, 525310.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 525158.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 525039.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 524928.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 524894.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 524905.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 524926.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 524966.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 525109.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 525245.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 525505.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 525725.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104384.0, 526030.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 526325.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 526597.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 526685.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 526755.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 526786.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 526786.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 526421.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 525643.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 524492.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 525668.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 524692.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 524066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 523500.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 106265.0, 524505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 523462.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 107085.0, 525550.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.8 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 524275.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 523403.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108137.0, 524148.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 523265.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 522875.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.1 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.2 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509471.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509088.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 508948.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.6499996 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5500002 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.2 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.75 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.65 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.8 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.4 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.3 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.4 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.4 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.2 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.5 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.6 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.25 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.0 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.200001 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.4499998 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0500002 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.9 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.4 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.7 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.12 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.55 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.6 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.1 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.4 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.2 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.3 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.6 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.6599998 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.049999 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.9 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.15 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.1 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.2 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.4 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.5 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.3 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.3 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.200001 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508947.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.200001 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.4 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.200001 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.2 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.4 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.2 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 508622.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.9 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.3 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.1 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.9 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510082.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.5 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.5 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.25 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.8 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.75 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.25 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.3 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.8 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.7 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.8 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.4 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.3 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 509464.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.3 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.5 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.3 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.5 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": 23.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": 27.700001 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.6 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.8 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.6 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.5 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 510049.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.5 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.5 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.5 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": 22.5 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 509852.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.6 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 509802.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.4 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.5 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.3 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509653.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.25 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.8 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509554.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.2 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.1 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.8 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.700001 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.0 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 507062.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.5 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.190001 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.200001 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.700001 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.4 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.700001 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.3 }, "geometry": { "type": "Point", "coordinates": [ 103665.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": 22.48 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.200001 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.3 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.5 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.190001 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.5 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.200001 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.940001 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.139999 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.2 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.5 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.64 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.05 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.969999 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.4 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.44 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.55 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.4 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.8 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.52 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.36 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.0 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.04 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.9 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.5 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.5 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "value": 23.98 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "value": 22.280001 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": 28.08 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": 23.379999 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": 27.43 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.8 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.950001 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.9 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.700001 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 23.15 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.200001 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.9 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.95 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.4 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.200001 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": 22.3 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.0 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.5 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.5 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507064.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.8 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.9 }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.2 }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.3 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.2 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.9 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.1499996 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.45 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.01 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.6500001 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.440001 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5500002 }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 512190.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 109019.0, 512181.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.9 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.5 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.85 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.7 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.5 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508240.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.7 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.7 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.4 }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.7 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.5 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.72 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.1400003 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.32 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.1 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.95 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.5 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.78 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.4299998 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.3199997 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.5 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.95 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.12 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.58 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.879999 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.1300001 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.71 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.75 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.2 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.700001 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.8200002 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.1 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.1 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.7 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.2 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.9 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.700001 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.49 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.0 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.1 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.379999 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.5 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.15 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.9 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.85 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.8 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.5 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.5 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.8 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.7 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.8 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.6 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.8 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.790001 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.7 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.4899998 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.7 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.4 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.5900002 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.51 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.25 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.6799998 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.3 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.8 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.6 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.6 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.2 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.64 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.4 }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.85 }, "geometry": { "type": "Point", "coordinates": [ 107780.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.37 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.1599998 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.9299998 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.3 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.1 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.9499998 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.6500001 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.59 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.8 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.1 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.200001 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.99 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.1 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.3 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.7 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.3 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.2 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.8400002 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.5 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.55 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.6 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.200001 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.4 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.6 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.6 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.9 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.25 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1500001 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.6 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.1 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.6100001 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.2 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.05 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.5 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.4899998 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.8 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.98 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.98 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4899998 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.7 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.1 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.8 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.7 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.7 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.95 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.75 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.3500004 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.8 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.9 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.2399998 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.05 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.25 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.3 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.8 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.9899998 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.55 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.4 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5700002 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.85 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.3 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.5 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.5 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.05 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.75 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.9899998 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.29 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask.geojson new file mode 100644 index 0000000..5c62cf4 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask.geojson @@ -0,0 +1,21 @@ +{ +"type": "FeatureCollection", +"name": "DS12_mask", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DS12_": 1, "DS12_ID": 75, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109018.0, 499200.0 ], [ 109084.0, 499244.0 ], [ 109293.0, 499313.0 ], [ 109626.0, 499520.0 ], [ 109664.0, 499541.0 ], [ 109991.0, 499766.0 ], [ 110375.0, 500135.0 ], [ 110397.0, 500168.0 ], [ 110707.0, 500510.0 ], [ 110723.0, 500540.0 ], [ 110944.0, 500806.0 ], [ 111128.0, 501031.0 ], [ 111326.0, 501305.0 ], [ 111371.0, 501282.0 ], [ 111419.0, 501282.0 ], [ 111531.0, 501308.0 ], [ 111779.0, 501353.0 ], [ 111799.0, 501352.0 ], [ 111818.0, 501338.0 ], [ 111949.0, 501331.0 ], [ 112059.0, 501281.0 ], [ 112170.0, 500952.0 ], [ 112235.0, 500477.0 ], [ 112230.0, 500428.0 ], [ 112250.0, 493331.0 ], [ 112215.0, 492843.0 ], [ 112208.0, 492839.0 ], [ 112796.0, 492250.0 ], [ 112909.0, 486718.0 ], [ 106078.0, 478757.0 ], [ 101279.0, 477290.0 ], [ 90609.0, 482032.0 ], [ 95408.0, 494339.0 ], [ 95047.0, 495726.0 ], [ 98568.0, 496279.0 ], [ 98521.0, 496112.0 ], [ 98283.0, 495109.0 ], [ 98050.0, 493756.0 ], [ 98111.0, 492986.0 ], [ 98311.0, 492821.0 ], [ 106677.0, 492779.0 ], [ 106714.0, 492656.0 ], [ 106819.0, 492470.0 ], [ 106940.0, 492356.0 ], [ 107029.0, 492203.0 ], [ 107183.0, 492025.0 ], [ 107433.0, 492000.0 ], [ 107628.0, 492057.0 ], [ 107838.0, 492300.0 ], [ 107870.0, 492486.0 ], [ 107935.0, 492672.0 ], [ 108000.0, 492728.0 ], [ 108032.0, 492761.0 ], [ 108018.0, 492788.0 ], [ 108155.0, 492937.0 ], [ 108177.0, 492943.0 ], [ 108195.0, 492951.0 ], [ 108315.0, 493112.0 ], [ 108356.0, 493125.0 ], [ 108456.0, 493194.0 ], [ 108475.0, 493194.0 ], [ 108721.0, 493286.0 ], [ 108925.0, 493356.0 ], [ 108948.0, 493354.0 ], [ 109101.0, 493452.0 ], [ 109275.0, 493538.0 ], [ 109601.0, 493816.0 ], [ 109739.0, 493915.0 ], [ 109818.0, 493965.0 ], [ 110272.0, 493826.0 ], [ 110401.0, 493782.0 ], [ 110674.0, 493707.0 ], [ 110968.0, 493637.0 ], [ 110976.0, 493618.0 ], [ 111836.0, 493473.0 ], [ 112111.0, 493411.0 ], [ 112109.0, 493781.0 ], [ 111789.0, 493845.0 ], [ 111822.0, 494165.0 ], [ 111905.0, 494604.0 ], [ 112131.0, 494983.0 ], [ 112130.0, 495023.0 ], [ 112093.0, 495213.0 ], [ 111872.0, 494894.0 ], [ 111863.0, 494872.0 ], [ 111849.0, 494844.0 ], [ 111781.0, 494774.0 ], [ 111685.0, 494781.0 ], [ 111590.0, 494924.0 ], [ 111578.0, 494911.0 ], [ 111528.0, 494878.0 ], [ 111610.0, 494689.0 ], [ 111650.0, 494458.0 ], [ 111652.0, 494421.0 ], [ 111669.0, 494259.0 ], [ 111654.0, 494198.0 ], [ 111624.0, 494039.0 ], [ 111572.0, 493903.0 ], [ 110440.0, 494149.0 ], [ 109737.0, 494416.0 ], [ 109545.0, 494471.0 ], [ 109498.0, 494473.0 ], [ 109392.0, 494534.0 ], [ 109299.0, 494580.0 ], [ 109212.0, 494630.0 ], [ 109227.0, 494646.0 ], [ 109100.0, 494687.0 ], [ 109024.0, 494741.0 ], [ 108971.0, 494776.0 ], [ 108950.0, 494783.0 ], [ 108792.0, 494922.0 ], [ 108642.0, 495030.0 ], [ 108474.0, 495137.0 ], [ 108368.0, 495251.0 ], [ 108250.0, 495366.0 ], [ 108145.0, 495476.0 ], [ 108047.0, 495588.0 ], [ 108036.0, 495598.0 ], [ 107946.0, 495675.0 ], [ 107841.0, 495726.0 ], [ 107723.0, 495832.0 ], [ 107623.0, 495916.0 ], [ 107509.0, 496019.0 ], [ 107417.0, 496105.0 ], [ 107423.0, 496121.0 ], [ 107338.0, 496190.0 ], [ 107261.0, 496262.0 ], [ 107241.0, 496269.0 ], [ 107148.0, 496352.0 ], [ 107037.0, 496442.0 ], [ 106963.0, 496499.0 ], [ 106890.0, 496564.0 ], [ 106854.0, 496623.0 ], [ 106793.0, 496673.0 ], [ 106776.0, 496699.0 ], [ 106666.0, 496772.0 ], [ 106613.0, 496810.0 ], [ 108584.0, 496823.0 ], [ 108752.0, 496863.0 ], [ 108779.0, 496872.0 ], [ 108903.0, 496981.0 ], [ 109022.0, 497187.0 ], [ 109029.0, 497221.0 ], [ 109054.0, 497295.0 ], [ 109057.0, 499208.0 ], [ 109018.0, 499200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 2, "DS12_ID": 123, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101452.0, 496643.0 ], [ 101521.0, 496648.0 ], [ 101599.0, 496665.0 ], [ 101681.0, 496686.0 ], [ 101771.0, 496747.0 ], [ 101819.0, 496800.0 ], [ 101873.0, 496733.0 ], [ 102029.0, 496639.0 ], [ 102053.0, 496626.0 ], [ 102189.0, 496562.0 ], [ 102374.0, 496513.0 ], [ 102387.0, 496495.0 ], [ 102559.0, 496450.0 ], [ 102581.0, 496452.0 ], [ 102830.0, 496414.0 ], [ 103148.0, 496345.0 ], [ 103491.0, 496284.0 ], [ 104000.0, 496280.0 ], [ 104413.0, 496314.0 ], [ 104791.0, 496372.0 ], [ 104810.0, 496381.0 ], [ 105055.0, 496448.0 ], [ 105418.0, 496489.0 ], [ 105681.0, 496533.0 ], [ 106020.0, 496598.0 ], [ 106241.0, 496682.0 ], [ 106254.0, 496672.0 ], [ 106388.0, 496514.0 ], [ 106552.0, 496389.0 ], [ 106674.0, 496285.0 ], [ 106854.0, 496114.0 ], [ 107006.0, 496019.0 ], [ 107123.0, 495906.0 ], [ 107185.0, 495842.0 ], [ 107327.0, 495522.0 ], [ 107375.0, 495467.0 ], [ 107242.0, 495282.0 ], [ 107162.0, 495161.0 ], [ 107123.0, 495091.0 ], [ 107058.0, 494992.0 ], [ 106966.0, 494839.0 ], [ 106871.0, 494673.0 ], [ 106784.0, 494610.0 ], [ 106753.0, 494609.0 ], [ 106669.0, 494575.0 ], [ 106596.0, 494505.0 ], [ 106686.0, 494394.0 ], [ 106702.0, 494258.0 ], [ 106697.0, 494239.0 ], [ 106710.0, 494052.0 ], [ 106708.0, 493862.0 ], [ 106715.0, 493695.0 ], [ 106675.0, 493621.0 ], [ 106639.0, 493576.0 ], [ 106702.0, 493476.0 ], [ 106751.0, 493371.0 ], [ 106792.0, 493276.0 ], [ 106818.0, 493176.0 ], [ 106701.0, 493114.0 ], [ 106614.0, 493018.0 ], [ 106612.0, 492941.0 ], [ 106639.0, 492888.0 ], [ 106662.0, 492884.0 ], [ 106674.0, 492834.0 ], [ 106695.0, 492779.0 ], [ 98311.0, 492821.0 ], [ 98111.0, 492986.0 ], [ 98050.0, 493756.0 ], [ 98283.0, 495109.0 ], [ 98521.0, 496112.0 ], [ 98579.0, 496322.0 ], [ 99151.0, 496318.0 ], [ 99224.0, 496334.0 ], [ 99272.0, 496349.0 ], [ 99875.0, 496362.0 ], [ 99936.0, 496365.0 ], [ 99995.0, 496365.0 ], [ 100023.0, 496363.0 ], [ 100294.0, 496370.0 ], [ 100350.0, 496381.0 ], [ 100371.0, 496387.0 ], [ 100537.0, 496409.0 ], [ 100594.0, 496426.0 ], [ 101060.0, 496505.0 ], [ 101134.0, 496525.0 ], [ 101274.0, 496577.0 ], [ 101334.0, 496628.0 ], [ 101452.0, 496643.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 4, "DS12_ID": 119, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105708.0, 498976.0 ], [ 105645.0, 499115.0 ], [ 105740.0, 499160.0 ], [ 106165.0, 498326.0 ], [ 106184.0, 498314.0 ], [ 106405.0, 498671.0 ], [ 106411.0, 498688.0 ], [ 106472.0, 498625.0 ], [ 105939.0, 497425.0 ], [ 105981.0, 497392.0 ], [ 105997.0, 497355.0 ], [ 106098.0, 497271.0 ], [ 106201.0, 497157.0 ], [ 106274.0, 497084.0 ], [ 106362.0, 497017.0 ], [ 106468.0, 496928.0 ], [ 106547.0, 496875.0 ], [ 106553.0, 496845.0 ], [ 106605.0, 496816.0 ], [ 106666.0, 496772.0 ], [ 106776.0, 496699.0 ], [ 106793.0, 496673.0 ], [ 106854.0, 496623.0 ], [ 106890.0, 496564.0 ], [ 106963.0, 496499.0 ], [ 107037.0, 496442.0 ], [ 107148.0, 496352.0 ], [ 107241.0, 496269.0 ], [ 107261.0, 496262.0 ], [ 107338.0, 496190.0 ], [ 107423.0, 496121.0 ], [ 107417.0, 496105.0 ], [ 107509.0, 496019.0 ], [ 107623.0, 495916.0 ], [ 107723.0, 495832.0 ], [ 107841.0, 495726.0 ], [ 107946.0, 495675.0 ], [ 108036.0, 495598.0 ], [ 108047.0, 495588.0 ], [ 108145.0, 495476.0 ], [ 108250.0, 495366.0 ], [ 108368.0, 495251.0 ], [ 108474.0, 495137.0 ], [ 108642.0, 495030.0 ], [ 108792.0, 494922.0 ], [ 108950.0, 494783.0 ], [ 108971.0, 494776.0 ], [ 109024.0, 494741.0 ], [ 109100.0, 494687.0 ], [ 109227.0, 494646.0 ], [ 109212.0, 494630.0 ], [ 109299.0, 494580.0 ], [ 109392.0, 494534.0 ], [ 109498.0, 494473.0 ], [ 109545.0, 494471.0 ], [ 109737.0, 494416.0 ], [ 110440.0, 494149.0 ], [ 111572.0, 493903.0 ], [ 111624.0, 494039.0 ], [ 111654.0, 494198.0 ], [ 111669.0, 494259.0 ], [ 111652.0, 494421.0 ], [ 111650.0, 494458.0 ], [ 111610.0, 494689.0 ], [ 111528.0, 494878.0 ], [ 111578.0, 494911.0 ], [ 111590.0, 494924.0 ], [ 111685.0, 494781.0 ], [ 111781.0, 494774.0 ], [ 111849.0, 494844.0 ], [ 111863.0, 494872.0 ], [ 111872.0, 494894.0 ], [ 112093.0, 495213.0 ], [ 112130.0, 495023.0 ], [ 112131.0, 494983.0 ], [ 111905.0, 494604.0 ], [ 111822.0, 494165.0 ], [ 111789.0, 493845.0 ], [ 112109.0, 493781.0 ], [ 112111.0, 493411.0 ], [ 111836.0, 493473.0 ], [ 110976.0, 493618.0 ], [ 110968.0, 493637.0 ], [ 110674.0, 493707.0 ], [ 110401.0, 493782.0 ], [ 110272.0, 493826.0 ], [ 109818.0, 493965.0 ], [ 109739.0, 493915.0 ], [ 109601.0, 493816.0 ], [ 109275.0, 493538.0 ], [ 109101.0, 493452.0 ], [ 108948.0, 493354.0 ], [ 108925.0, 493356.0 ], [ 108721.0, 493286.0 ], [ 108475.0, 493194.0 ], [ 108456.0, 493194.0 ], [ 108356.0, 493125.0 ], [ 108315.0, 493112.0 ], [ 108195.0, 492951.0 ], [ 108177.0, 492943.0 ], [ 108155.0, 492937.0 ], [ 108018.0, 492788.0 ], [ 108032.0, 492761.0 ], [ 108000.0, 492728.0 ], [ 107935.0, 492672.0 ], [ 107870.0, 492486.0 ], [ 107838.0, 492300.0 ], [ 107628.0, 492057.0 ], [ 107433.0, 492000.0 ], [ 107183.0, 492025.0 ], [ 107029.0, 492203.0 ], [ 106940.0, 492356.0 ], [ 106819.0, 492470.0 ], [ 106714.0, 492656.0 ], [ 106677.0, 492779.0 ], [ 106695.0, 492779.0 ], [ 106674.0, 492834.0 ], [ 106662.0, 492884.0 ], [ 106639.0, 492888.0 ], [ 106612.0, 492941.0 ], [ 106614.0, 493018.0 ], [ 106701.0, 493114.0 ], [ 106818.0, 493176.0 ], [ 106792.0, 493276.0 ], [ 106751.0, 493371.0 ], [ 106702.0, 493476.0 ], [ 106639.0, 493576.0 ], [ 106675.0, 493621.0 ], [ 106715.0, 493695.0 ], [ 106708.0, 493862.0 ], [ 106710.0, 494052.0 ], [ 106697.0, 494239.0 ], [ 106702.0, 494258.0 ], [ 106686.0, 494394.0 ], [ 106596.0, 494505.0 ], [ 106669.0, 494575.0 ], [ 106753.0, 494609.0 ], [ 106784.0, 494610.0 ], [ 106871.0, 494673.0 ], [ 106966.0, 494839.0 ], [ 107058.0, 494992.0 ], [ 107123.0, 495091.0 ], [ 107162.0, 495161.0 ], [ 107242.0, 495282.0 ], [ 107375.0, 495467.0 ], [ 107327.0, 495522.0 ], [ 107185.0, 495842.0 ], [ 107123.0, 495906.0 ], [ 107006.0, 496019.0 ], [ 106854.0, 496114.0 ], [ 106674.0, 496285.0 ], [ 106552.0, 496389.0 ], [ 106388.0, 496514.0 ], [ 106254.0, 496672.0 ], [ 106108.0, 496783.0 ], [ 105960.0, 496927.0 ], [ 105837.0, 497033.0 ], [ 105627.0, 497154.0 ], [ 105404.0, 497258.0 ], [ 105186.0, 497347.0 ], [ 105168.0, 497352.0 ], [ 104835.0, 497416.0 ], [ 104481.0, 497463.0 ], [ 104077.0, 497474.0 ], [ 103785.0, 497519.0 ], [ 103301.0, 497558.0 ], [ 102949.0, 497569.0 ], [ 102645.0, 497574.0 ], [ 102299.0, 497582.0 ], [ 101953.0, 497608.0 ], [ 101647.0, 497597.0 ], [ 101396.0, 497596.0 ], [ 101264.0, 497619.0 ], [ 100970.0, 497625.0 ], [ 100383.0, 497627.0 ], [ 100381.0, 497540.0 ], [ 100448.0, 497513.0 ], [ 100487.0, 497467.0 ], [ 100692.0, 497323.0 ], [ 101065.0, 497072.0 ], [ 100892.0, 496894.0 ], [ 100736.0, 496702.0 ], [ 100409.0, 496912.0 ], [ 100064.0, 497125.0 ], [ 100127.0, 497309.0 ], [ 100208.0, 497573.0 ], [ 100097.0, 497560.0 ], [ 99834.0, 497537.0 ], [ 99813.0, 497534.0 ], [ 99604.0, 497489.0 ], [ 99554.0, 497286.0 ], [ 99491.0, 497167.0 ], [ 99486.0, 497122.0 ], [ 99433.0, 496931.0 ], [ 99235.0, 497037.0 ], [ 99029.0, 497151.0 ], [ 98821.0, 497240.0 ], [ 98803.0, 497240.0 ], [ 98714.0, 497289.0 ], [ 98705.0, 497283.0 ], [ 98217.0, 497043.0 ], [ 98195.0, 497064.0 ], [ 96482.0, 496722.0 ], [ 95282.0, 496569.0 ], [ 94840.0, 496522.0 ], [ 94465.0, 497960.0 ], [ 96787.0, 497978.0 ], [ 98767.0, 497997.0 ], [ 98767.0, 498068.0 ], [ 98931.0, 498063.0 ], [ 99102.0, 498069.0 ], [ 99229.0, 498107.0 ], [ 99341.0, 498122.0 ], [ 99484.0, 498168.0 ], [ 99623.0, 498215.0 ], [ 99715.0, 498255.0 ], [ 99772.0, 498337.0 ], [ 99851.0, 498482.0 ], [ 99916.0, 498573.0 ], [ 99989.0, 498735.0 ], [ 100036.0, 498696.0 ], [ 100086.0, 498685.0 ], [ 100176.0, 498656.0 ], [ 100292.0, 498612.0 ], [ 100426.0, 498597.0 ], [ 100535.0, 498562.0 ], [ 100610.0, 498590.0 ], [ 100783.0, 498646.0 ], [ 101134.0, 498747.0 ], [ 101270.0, 498772.0 ], [ 101400.0, 498811.0 ], [ 101513.0, 498799.0 ], [ 101618.0, 498791.0 ], [ 101747.0, 498771.0 ], [ 101888.0, 498738.0 ], [ 102024.0, 498720.0 ], [ 102117.0, 498697.0 ], [ 102207.0, 498686.0 ], [ 102354.0, 498639.0 ], [ 102409.0, 498625.0 ], [ 102386.0, 498603.0 ], [ 102471.0, 498577.0 ], [ 102665.0, 498497.0 ], [ 102842.0, 498465.0 ], [ 102958.0, 498455.0 ], [ 103084.0, 498395.0 ], [ 103161.0, 498362.0 ], [ 103218.0, 498352.0 ], [ 103246.0, 498353.0 ], [ 103356.0, 498347.0 ], [ 103386.0, 498352.0 ], [ 103521.0, 498352.0 ], [ 103637.0, 498340.0 ], [ 103753.0, 498321.0 ], [ 103738.0, 498170.0 ], [ 103743.0, 498073.0 ], [ 103737.0, 497954.0 ], [ 103734.0, 497799.0 ], [ 103807.0, 497802.0 ], [ 103911.0, 497815.0 ], [ 104022.0, 497794.0 ], [ 104136.0, 497786.0 ], [ 104262.0, 497797.0 ], [ 104446.0, 497793.0 ], [ 104637.0, 497777.0 ], [ 104822.0, 497756.0 ], [ 104939.0, 497734.0 ], [ 105054.0, 497716.0 ], [ 105223.0, 497686.0 ], [ 105411.0, 497661.0 ], [ 105591.0, 497575.0 ], [ 105729.0, 497522.0 ], [ 105802.0, 497496.0 ], [ 106127.0, 498167.0 ], [ 105785.0, 498828.0 ], [ 105716.0, 498772.0 ], [ 105698.0, 498755.0 ], [ 105658.0, 498847.0 ], [ 105636.0, 498882.0 ], [ 105697.0, 498949.0 ], [ 105715.0, 498961.0 ], [ 105708.0, 498976.0 ] ], [ [ 107100.0, 492782.0 ], [ 107118.0, 492753.0 ], [ 107231.0, 492364.0 ], [ 107336.0, 492275.0 ], [ 107433.0, 492227.0 ], [ 107555.0, 492292.0 ], [ 107644.0, 492413.0 ], [ 107668.0, 492567.0 ], [ 107725.0, 492704.0 ], [ 107765.0, 492744.0 ], [ 107765.0, 492777.0 ], [ 107856.0, 492912.0 ], [ 108010.0, 493067.0 ], [ 108133.0, 493227.0 ], [ 108241.0, 493347.0 ], [ 108300.0, 493374.0 ], [ 108424.0, 493442.0 ], [ 108627.0, 493504.0 ], [ 108798.0, 493562.0 ], [ 108973.0, 493656.0 ], [ 109060.0, 493751.0 ], [ 109169.0, 493858.0 ], [ 109297.0, 493924.0 ], [ 109408.0, 494009.0 ], [ 109452.0, 494085.0 ], [ 109257.0, 494191.0 ], [ 109136.0, 494244.0 ], [ 109016.0, 494305.0 ], [ 108910.0, 494375.0 ], [ 108837.0, 494391.0 ], [ 108686.0, 494468.0 ], [ 108541.0, 494568.0 ], [ 108514.0, 494574.0 ], [ 108367.0, 494707.0 ], [ 108122.0, 494937.0 ], [ 107988.0, 495049.0 ], [ 107877.0, 495150.0 ], [ 107700.0, 495260.0 ], [ 107516.0, 495387.0 ], [ 107373.0, 495144.0 ], [ 107256.0, 494920.0 ], [ 107235.0, 494910.0 ], [ 107212.0, 494893.0 ], [ 107103.0, 494687.0 ], [ 107084.0, 494671.0 ], [ 106976.0, 494475.0 ], [ 106950.0, 494460.0 ], [ 106881.0, 494286.0 ], [ 106866.0, 494259.0 ], [ 106832.0, 494082.0 ], [ 106822.0, 493847.0 ], [ 106848.0, 493620.0 ], [ 106910.0, 493404.0 ], [ 107017.0, 493155.0 ], [ 107006.0, 493130.0 ], [ 107088.0, 492860.0 ], [ 107100.0, 492782.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 5, "DS12_ID": 57, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101987.0, 503092.0 ], [ 101993.0, 503101.0 ], [ 102089.0, 503121.0 ], [ 102202.0, 503055.0 ], [ 102258.0, 502922.0 ], [ 102434.0, 502690.0 ], [ 102650.0, 502616.0 ], [ 102948.0, 502628.0 ], [ 103239.0, 502704.0 ], [ 103524.0, 502767.0 ], [ 103820.0, 502744.0 ], [ 104109.0, 502609.0 ], [ 104328.0, 502522.0 ], [ 104601.0, 502483.0 ], [ 104769.0, 502386.0 ], [ 104843.0, 502200.0 ], [ 104836.0, 502026.0 ], [ 104690.0, 501849.0 ], [ 104440.0, 501785.0 ], [ 104281.0, 501684.0 ], [ 104282.0, 501535.0 ], [ 104339.0, 501472.0 ], [ 104507.0, 501469.0 ], [ 104794.0, 501495.0 ], [ 104931.0, 501505.0 ], [ 105182.0, 501491.0 ], [ 105488.0, 501423.0 ], [ 105758.0, 501399.0 ], [ 105994.0, 501456.0 ], [ 106164.0, 501692.0 ], [ 106333.0, 501904.0 ], [ 106461.0, 502060.0 ], [ 106655.0, 502229.0 ], [ 106894.0, 502372.0 ], [ 107177.0, 502448.0 ], [ 107372.0, 502464.0 ], [ 107581.0, 502377.0 ], [ 107746.0, 502227.0 ], [ 107869.0, 502045.0 ], [ 108012.0, 501889.0 ], [ 108146.0, 501715.0 ], [ 108254.0, 501507.0 ], [ 108352.0, 501379.0 ], [ 108445.0, 501275.0 ], [ 108546.0, 501170.0 ], [ 108686.0, 501120.0 ], [ 108877.0, 501126.0 ], [ 109060.0, 501198.0 ], [ 109060.0, 501093.0 ], [ 108864.0, 501083.0 ], [ 108712.0, 501062.0 ], [ 108585.0, 501072.0 ], [ 108458.0, 501122.0 ], [ 108340.0, 501210.0 ], [ 108243.0, 501338.0 ], [ 108121.0, 501543.0 ], [ 108008.0, 501708.0 ], [ 107858.0, 501839.0 ], [ 107698.0, 501940.0 ], [ 107560.0, 501959.0 ], [ 107364.0, 501953.0 ], [ 107179.0, 501926.0 ], [ 107018.0, 501850.0 ], [ 106894.0, 501728.0 ], [ 106850.0, 501560.0 ], [ 106813.0, 501373.0 ], [ 106740.0, 501264.0 ], [ 106580.0, 501051.0 ], [ 106403.0, 500971.0 ], [ 106238.0, 500949.0 ], [ 106147.0, 500989.0 ], [ 106049.0, 501254.0 ], [ 105879.0, 501265.0 ], [ 105743.0, 501270.0 ], [ 105539.0, 501283.0 ], [ 105137.0, 501305.0 ], [ 104910.0, 501283.0 ], [ 104677.0, 501221.0 ], [ 104422.0, 501089.0 ], [ 104069.0, 500874.0 ], [ 103931.0, 500799.0 ], [ 103637.0, 500750.0 ], [ 103510.0, 500627.0 ], [ 103467.0, 500546.0 ], [ 103477.0, 500486.0 ], [ 103556.0, 500494.0 ], [ 103663.0, 500481.0 ], [ 103908.0, 500389.0 ], [ 103935.0, 500358.0 ], [ 104062.0, 500284.0 ], [ 104296.0, 500096.0 ], [ 104549.0, 499912.0 ], [ 104740.0, 499722.0 ], [ 104757.0, 499648.0 ], [ 104643.0, 499585.0 ], [ 104440.0, 499561.0 ], [ 104343.0, 499621.0 ], [ 104195.0, 499850.0 ], [ 104104.0, 500019.0 ], [ 103982.0, 500146.0 ], [ 103760.0, 500144.0 ], [ 103592.0, 500091.0 ], [ 103392.0, 500043.0 ], [ 103204.0, 499942.0 ], [ 103115.0, 499768.0 ], [ 103086.0, 499632.0 ], [ 102980.0, 499527.0 ], [ 102862.0, 499415.0 ], [ 102756.0, 499363.0 ], [ 102577.0, 499214.0 ], [ 102453.0, 499056.0 ], [ 102357.0, 499001.0 ], [ 102298.0, 499108.0 ], [ 102152.0, 499227.0 ], [ 102002.0, 499323.0 ], [ 101889.0, 499407.0 ], [ 101623.0, 499513.0 ], [ 101317.0, 499563.0 ], [ 101105.0, 499539.0 ], [ 100927.0, 499454.0 ], [ 100866.0, 499334.0 ], [ 100983.0, 499156.0 ], [ 101186.0, 498890.0 ], [ 101217.0, 498762.0 ], [ 101134.0, 498747.0 ], [ 100783.0, 498646.0 ], [ 100610.0, 498590.0 ], [ 100535.0, 498562.0 ], [ 100426.0, 498597.0 ], [ 100292.0, 498612.0 ], [ 100176.0, 498656.0 ], [ 100086.0, 498685.0 ], [ 100036.0, 498696.0 ], [ 99989.0, 498735.0 ], [ 99916.0, 498573.0 ], [ 99851.0, 498482.0 ], [ 99772.0, 498337.0 ], [ 99715.0, 498255.0 ], [ 99623.0, 498215.0 ], [ 99484.0, 498168.0 ], [ 99341.0, 498122.0 ], [ 99229.0, 498107.0 ], [ 99102.0, 498069.0 ], [ 98931.0, 498063.0 ], [ 98767.0, 498068.0 ], [ 98767.0, 497997.0 ], [ 96787.0, 497978.0 ], [ 94465.0, 497960.0 ], [ 94335.0, 498460.0 ], [ 95634.0, 499702.0 ], [ 98775.0, 500309.0 ], [ 98774.0, 500264.0 ], [ 99143.0, 500119.0 ], [ 99493.0, 500112.0 ], [ 99906.0, 500255.0 ], [ 100290.0, 500453.0 ], [ 100635.0, 500623.0 ], [ 100984.0, 500738.0 ], [ 101266.0, 500775.0 ], [ 101516.0, 500780.0 ], [ 101690.0, 500867.0 ], [ 101804.0, 501035.0 ], [ 101852.0, 501362.0 ], [ 101942.0, 501551.0 ], [ 102044.0, 501610.0 ], [ 102133.0, 501611.0 ], [ 102196.0, 501463.0 ], [ 102197.0, 501249.0 ], [ 102192.0, 500991.0 ], [ 102202.0, 500761.0 ], [ 102188.0, 500612.0 ], [ 102197.0, 500533.0 ], [ 102278.0, 500512.0 ], [ 102386.0, 500556.0 ], [ 102457.0, 500659.0 ], [ 102542.0, 500708.0 ], [ 102593.0, 500615.0 ], [ 102555.0, 500454.0 ], [ 102415.0, 500311.0 ], [ 102271.0, 500213.0 ], [ 102134.0, 500229.0 ], [ 102020.0, 500340.0 ], [ 101870.0, 500378.0 ], [ 101664.0, 500435.0 ], [ 101442.0, 500473.0 ], [ 101232.0, 500408.0 ], [ 101185.0, 500323.0 ], [ 101257.0, 500170.0 ], [ 101378.0, 500048.0 ], [ 101546.0, 499938.0 ], [ 101686.0, 499887.0 ], [ 101843.0, 499897.0 ], [ 102002.0, 499929.0 ], [ 102100.0, 499881.0 ], [ 102250.0, 499752.0 ], [ 102424.0, 499708.0 ], [ 102587.0, 499773.0 ], [ 102676.0, 499905.0 ], [ 102654.0, 500148.0 ], [ 102697.0, 500429.0 ], [ 102894.0, 500613.0 ], [ 103153.0, 500728.0 ], [ 103285.0, 500775.0 ], [ 103539.0, 500815.0 ], [ 103763.0, 500880.0 ], [ 103907.0, 501077.0 ], [ 103822.0, 501378.0 ], [ 103652.0, 501589.0 ], [ 103541.0, 501730.0 ], [ 103493.0, 501911.0 ], [ 103531.0, 502173.0 ], [ 103465.0, 502440.0 ], [ 103340.0, 502525.0 ], [ 103168.0, 502491.0 ], [ 102905.0, 502389.0 ], [ 102630.0, 502339.0 ], [ 102414.0, 502269.0 ], [ 102299.0, 502224.0 ], [ 102148.0, 502287.0 ], [ 101784.0, 502531.0 ], [ 101750.0, 502629.0 ], [ 101844.0, 502662.0 ], [ 101906.0, 502785.0 ], [ 101921.0, 502987.0 ], [ 101987.0, 503092.0 ] ], [ [ 100342.0, 499898.0 ], [ 100403.0, 499849.0 ], [ 100522.0, 499814.0 ], [ 100664.0, 499812.0 ], [ 100834.0, 499950.0 ], [ 100848.0, 500056.0 ], [ 100915.0, 500160.0 ], [ 100888.0, 500222.0 ], [ 100841.0, 500243.0 ], [ 100751.0, 500206.0 ], [ 100465.0, 500097.0 ], [ 100341.0, 500003.0 ], [ 100346.0, 499957.0 ], [ 100342.0, 499898.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 9, "DS12_ID": 2, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103783.0, 513972.0 ], [ 103284.0, 513646.0 ], [ 102555.0, 513292.0 ], [ 101989.0, 513166.0 ], [ 101374.0, 513099.0 ], [ 101382.0, 513155.0 ], [ 102004.0, 516180.0 ], [ 105750.0, 516092.0 ], [ 105880.0, 515819.0 ], [ 105987.0, 515439.0 ], [ 106008.0, 515039.0 ], [ 105851.0, 514675.0 ], [ 105653.0, 514268.0 ], [ 105451.0, 513866.0 ], [ 105195.0, 513504.0 ], [ 104920.0, 513169.0 ], [ 104563.0, 512755.0 ], [ 104294.0, 512383.0 ], [ 104083.0, 512088.0 ], [ 103806.0, 511957.0 ], [ 103394.0, 511858.0 ], [ 102552.0, 511758.0 ], [ 102105.0, 511687.0 ], [ 101869.0, 511685.0 ], [ 101203.0, 511705.0 ], [ 101219.0, 511909.0 ], [ 101281.0, 512380.0 ], [ 101906.0, 512409.0 ], [ 102505.0, 512492.0 ], [ 103069.0, 512670.0 ], [ 103514.0, 512911.0 ], [ 103903.0, 513317.0 ], [ 104073.0, 513864.0 ], [ 104019.0, 514293.0 ], [ 103783.0, 513972.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 17, "DS12_ID": 124, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107088.0, 492860.0 ], [ 107006.0, 493130.0 ], [ 107017.0, 493155.0 ], [ 106910.0, 493404.0 ], [ 106848.0, 493620.0 ], [ 106822.0, 493847.0 ], [ 106832.0, 494082.0 ], [ 106866.0, 494259.0 ], [ 106881.0, 494286.0 ], [ 106950.0, 494460.0 ], [ 106976.0, 494475.0 ], [ 107084.0, 494671.0 ], [ 107103.0, 494687.0 ], [ 107212.0, 494893.0 ], [ 107235.0, 494910.0 ], [ 107256.0, 494920.0 ], [ 107373.0, 495144.0 ], [ 107516.0, 495387.0 ], [ 107700.0, 495260.0 ], [ 107877.0, 495150.0 ], [ 107988.0, 495049.0 ], [ 108122.0, 494937.0 ], [ 108367.0, 494707.0 ], [ 108514.0, 494574.0 ], [ 108541.0, 494568.0 ], [ 108686.0, 494468.0 ], [ 108837.0, 494391.0 ], [ 108910.0, 494375.0 ], [ 109016.0, 494305.0 ], [ 109136.0, 494244.0 ], [ 109257.0, 494191.0 ], [ 109452.0, 494085.0 ], [ 109408.0, 494009.0 ], [ 109297.0, 493924.0 ], [ 109169.0, 493858.0 ], [ 109060.0, 493751.0 ], [ 108973.0, 493656.0 ], [ 108798.0, 493562.0 ], [ 108627.0, 493504.0 ], [ 108424.0, 493442.0 ], [ 108300.0, 493374.0 ], [ 108241.0, 493347.0 ], [ 108133.0, 493227.0 ], [ 108010.0, 493067.0 ], [ 107856.0, 492912.0 ], [ 107765.0, 492777.0 ], [ 107765.0, 492744.0 ], [ 107725.0, 492704.0 ], [ 107668.0, 492567.0 ], [ 107644.0, 492413.0 ], [ 107555.0, 492292.0 ], [ 107433.0, 492227.0 ], [ 107336.0, 492275.0 ], [ 107231.0, 492364.0 ], [ 107118.0, 492753.0 ], [ 107100.0, 492782.0 ], [ 107088.0, 492860.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 33, "DS12_ID": 45, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108605.0, 505573.0 ], [ 108869.0, 505572.0 ], [ 109067.0, 505530.0 ], [ 109064.0, 503942.0 ], [ 108927.0, 503944.0 ], [ 108711.0, 503882.0 ], [ 108476.0, 503757.0 ], [ 108337.0, 503734.0 ], [ 108216.0, 503793.0 ], [ 108153.0, 503960.0 ], [ 108224.0, 504268.0 ], [ 108192.0, 504559.0 ], [ 108079.0, 504758.0 ], [ 107941.0, 504890.0 ], [ 107803.0, 505050.0 ], [ 107801.0, 505203.0 ], [ 107882.0, 505360.0 ], [ 108044.0, 505477.0 ], [ 108372.0, 505540.0 ], [ 108605.0, 505573.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 41, "DS12_ID": 127, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101219.0, 511909.0 ], [ 101203.0, 511705.0 ], [ 99529.0, 511738.0 ], [ 99613.0, 512432.0 ], [ 101281.0, 512380.0 ], [ 101219.0, 511909.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 80, "DS12_ID": 29, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106017.0, 507374.0 ], [ 106205.0, 507378.0 ], [ 106339.0, 507370.0 ], [ 106441.0, 507362.0 ], [ 106466.0, 507348.0 ], [ 106465.0, 507323.0 ], [ 106381.0, 507273.0 ], [ 106152.0, 507209.0 ], [ 105964.0, 507124.0 ], [ 105825.0, 506976.0 ], [ 105749.0, 506843.0 ], [ 105708.0, 506662.0 ], [ 105632.0, 506577.0 ], [ 105516.0, 506546.0 ], [ 105458.0, 506563.0 ], [ 105402.0, 506624.0 ], [ 105339.0, 506828.0 ], [ 105278.0, 506967.0 ], [ 105165.0, 507089.0 ], [ 105174.0, 507214.0 ], [ 105210.0, 507283.0 ], [ 105281.0, 507248.0 ], [ 105341.0, 507167.0 ], [ 105467.0, 507177.0 ], [ 105561.0, 507197.0 ], [ 105767.0, 507313.0 ], [ 106017.0, 507374.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 94, "DS12_ID": 120, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103408.0, 496866.0 ], [ 103484.0, 497038.0 ], [ 103647.0, 497232.0 ], [ 103782.0, 497287.0 ], [ 103875.0, 497243.0 ], [ 103928.0, 497071.0 ], [ 103969.0, 496818.0 ], [ 104001.0, 496755.0 ], [ 103973.0, 496689.0 ], [ 103871.0, 496633.0 ], [ 103743.0, 496611.0 ], [ 103604.0, 496619.0 ], [ 103451.0, 496640.0 ], [ 103300.0, 496708.0 ], [ 103289.0, 496770.0 ], [ 103300.0, 496797.0 ], [ 103408.0, 496866.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 107, "DS12_ID": 48, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104652.0, 504769.0 ], [ 104722.0, 504944.0 ], [ 104782.0, 505054.0 ], [ 104882.0, 505074.0 ], [ 104901.0, 504994.0 ], [ 104870.0, 504862.0 ], [ 104844.0, 504695.0 ], [ 104771.0, 504544.0 ], [ 104608.0, 504468.0 ], [ 104449.0, 504408.0 ], [ 104335.0, 504264.0 ], [ 104260.0, 504232.0 ], [ 104197.0, 504223.0 ], [ 104293.0, 504423.0 ], [ 104497.0, 504596.0 ], [ 104652.0, 504769.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 123, "DS12_ID": 117, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102417.0, 497077.0 ], [ 102510.0, 497193.0 ], [ 102559.0, 497279.0 ], [ 102625.0, 497434.0 ], [ 102682.0, 497507.0 ], [ 102739.0, 497481.0 ], [ 102739.0, 497365.0 ], [ 102704.0, 497206.0 ], [ 102637.0, 497078.0 ], [ 102507.0, 496969.0 ], [ 102438.0, 496948.0 ], [ 102398.0, 497046.0 ], [ 102417.0, 497077.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS12_": 126, "DS12_ID": 37, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103354.0, 506174.0 ], [ 103453.0, 506042.0 ], [ 103470.0, 505861.0 ], [ 103436.0, 505821.0 ], [ 103394.0, 505819.0 ], [ 103305.0, 505901.0 ], [ 103218.0, 506013.0 ], [ 103191.0, 506120.0 ], [ 103248.0, 506192.0 ], [ 103354.0, 506174.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_bergen_area.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_bergen_area.geojson new file mode 100644 index 0000000..974ca0a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_bergen_area.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "DS12_mask_bergen_area", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "id": null, "value": 0.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102853.0, 530025.0 ], [ 102721.0, 526224.0 ], [ 104190.0, 524270.0 ], [ 104226.0, 524216.0 ], [ 104520.0, 523947.0 ], [ 104732.0, 523690.0 ], [ 104970.0, 523434.0 ], [ 105280.0, 523184.0 ], [ 105384.0, 523111.0 ], [ 105498.0, 523105.0 ], [ 105643.0, 523072.0 ], [ 105817.0, 523068.0 ], [ 105994.0, 523085.0 ], [ 106152.0, 523065.0 ], [ 106244.0, 523044.0 ], [ 106408.0, 522984.0 ], [ 106463.0, 522983.0 ], [ 106573.0, 522970.0 ], [ 106762.0, 522958.0 ], [ 106988.0, 522958.0 ], [ 107195.0, 522879.0 ], [ 107390.0, 522781.0 ], [ 107518.0, 522726.0 ], [ 107640.0, 522696.0 ], [ 107799.0, 522666.0 ], [ 107936.0, 522614.0 ], [ 108079.0, 522571.0 ], [ 108192.0, 522556.0 ], [ 108286.0, 522553.0 ], [ 108387.0, 522553.0 ], [ 108478.0, 522580.0 ], [ 108561.0, 522595.0 ], [ 108672.0, 522598.0 ], [ 110697.0, 523023.0 ], [ 113228.0, 523701.0 ], [ 113479.0, 530033.0 ], [ 115532.0, 530035.0 ], [ 115509.0, 512434.0 ], [ 109077.0, 512465.0 ], [ 109080.0, 514138.0 ], [ 109097.0, 514762.0 ], [ 109097.0, 516013.0 ], [ 102528.0, 516168.0 ], [ 102530.0, 530025.0 ], [ 102853.0, 530025.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_combined.geojson new file mode 100644 index 0000000..00cbe6b --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_mask_combined.geojson @@ -0,0 +1,21 @@ +{ +"type": "FeatureCollection", +"name": "DS12_mask_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109018.0, 499200.0 ], [ 109084.0, 499244.0 ], [ 109293.0, 499313.0 ], [ 109626.0, 499520.0 ], [ 109664.0, 499541.0 ], [ 109991.0, 499766.0 ], [ 110375.0, 500135.0 ], [ 110397.0, 500168.0 ], [ 110707.0, 500510.0 ], [ 110723.0, 500540.0 ], [ 110944.0, 500806.0 ], [ 111128.0, 501031.0 ], [ 111326.0, 501305.0 ], [ 111371.0, 501282.0 ], [ 111419.0, 501282.0 ], [ 111531.0, 501308.0 ], [ 111779.0, 501353.0 ], [ 111799.0, 501352.0 ], [ 111818.0, 501338.0 ], [ 111949.0, 501331.0 ], [ 112059.0, 501281.0 ], [ 112170.0, 500952.0 ], [ 112235.0, 500477.0 ], [ 112230.0, 500428.0 ], [ 112250.0, 493331.0 ], [ 112215.0, 492843.0 ], [ 112208.0, 492839.0 ], [ 112796.0, 492250.0 ], [ 112909.0, 486718.0 ], [ 106078.0, 478757.0 ], [ 101279.0, 477290.0 ], [ 90609.0, 482032.0 ], [ 95408.0, 494339.0 ], [ 95047.0, 495726.0 ], [ 98568.0, 496279.0 ], [ 98521.0, 496112.0 ], [ 98283.0, 495109.0 ], [ 98050.0, 493756.0 ], [ 98111.0, 492986.0 ], [ 98311.0, 492821.0 ], [ 106677.0, 492779.0 ], [ 106714.0, 492656.0 ], [ 106819.0, 492470.0 ], [ 106940.0, 492356.0 ], [ 107029.0, 492203.0 ], [ 107183.0, 492025.0 ], [ 107433.0, 492000.0 ], [ 107628.0, 492057.0 ], [ 107838.0, 492300.0 ], [ 107870.0, 492486.0 ], [ 107935.0, 492672.0 ], [ 108000.0, 492728.0 ], [ 108032.0, 492761.0 ], [ 108018.0, 492788.0 ], [ 108155.0, 492937.0 ], [ 108177.0, 492943.0 ], [ 108195.0, 492951.0 ], [ 108315.0, 493112.0 ], [ 108356.0, 493125.0 ], [ 108456.0, 493194.0 ], [ 108475.0, 493194.0 ], [ 108721.0, 493286.0 ], [ 108925.0, 493356.0 ], [ 108948.0, 493354.0 ], [ 109101.0, 493452.0 ], [ 109275.0, 493538.0 ], [ 109601.0, 493816.0 ], [ 109739.0, 493915.0 ], [ 109818.0, 493965.0 ], [ 110272.0, 493826.0 ], [ 110401.0, 493782.0 ], [ 110674.0, 493707.0 ], [ 110968.0, 493637.0 ], [ 110976.0, 493618.0 ], [ 111836.0, 493473.0 ], [ 112111.0, 493411.0 ], [ 112109.0, 493781.0 ], [ 111789.0, 493845.0 ], [ 111822.0, 494165.0 ], [ 111905.0, 494604.0 ], [ 112131.0, 494983.0 ], [ 112130.0, 495023.0 ], [ 112093.0, 495213.0 ], [ 111872.0, 494894.0 ], [ 111863.0, 494872.0 ], [ 111849.0, 494844.0 ], [ 111781.0, 494774.0 ], [ 111685.0, 494781.0 ], [ 111590.0, 494924.0 ], [ 111578.0, 494911.0 ], [ 111528.0, 494878.0 ], [ 111610.0, 494689.0 ], [ 111650.0, 494458.0 ], [ 111652.0, 494421.0 ], [ 111669.0, 494259.0 ], [ 111654.0, 494198.0 ], [ 111624.0, 494039.0 ], [ 111572.0, 493903.0 ], [ 110440.0, 494149.0 ], [ 109737.0, 494416.0 ], [ 109545.0, 494471.0 ], [ 109498.0, 494473.0 ], [ 109392.0, 494534.0 ], [ 109299.0, 494580.0 ], [ 109212.0, 494630.0 ], [ 109227.0, 494646.0 ], [ 109100.0, 494687.0 ], [ 109024.0, 494741.0 ], [ 108971.0, 494776.0 ], [ 108950.0, 494783.0 ], [ 108792.0, 494922.0 ], [ 108642.0, 495030.0 ], [ 108474.0, 495137.0 ], [ 108368.0, 495251.0 ], [ 108250.0, 495366.0 ], [ 108145.0, 495476.0 ], [ 108047.0, 495588.0 ], [ 108036.0, 495598.0 ], [ 107946.0, 495675.0 ], [ 107841.0, 495726.0 ], [ 107723.0, 495832.0 ], [ 107623.0, 495916.0 ], [ 107509.0, 496019.0 ], [ 107417.0, 496105.0 ], [ 107423.0, 496121.0 ], [ 107338.0, 496190.0 ], [ 107261.0, 496262.0 ], [ 107241.0, 496269.0 ], [ 107148.0, 496352.0 ], [ 107037.0, 496442.0 ], [ 106963.0, 496499.0 ], [ 106890.0, 496564.0 ], [ 106854.0, 496623.0 ], [ 106793.0, 496673.0 ], [ 106776.0, 496699.0 ], [ 106666.0, 496772.0 ], [ 106613.0, 496810.0 ], [ 108584.0, 496823.0 ], [ 108752.0, 496863.0 ], [ 108779.0, 496872.0 ], [ 108903.0, 496981.0 ], [ 109022.0, 497187.0 ], [ 109029.0, 497221.0 ], [ 109054.0, 497295.0 ], [ 109057.0, 499208.0 ], [ 109018.0, 499200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101452.0, 496643.0 ], [ 101521.0, 496648.0 ], [ 101599.0, 496665.0 ], [ 101681.0, 496686.0 ], [ 101771.0, 496747.0 ], [ 101819.0, 496800.0 ], [ 101873.0, 496733.0 ], [ 102029.0, 496639.0 ], [ 102053.0, 496626.0 ], [ 102189.0, 496562.0 ], [ 102374.0, 496513.0 ], [ 102387.0, 496495.0 ], [ 102559.0, 496450.0 ], [ 102581.0, 496452.0 ], [ 102830.0, 496414.0 ], [ 103148.0, 496345.0 ], [ 103491.0, 496284.0 ], [ 104000.0, 496280.0 ], [ 104413.0, 496314.0 ], [ 104791.0, 496372.0 ], [ 104810.0, 496381.0 ], [ 105055.0, 496448.0 ], [ 105418.0, 496489.0 ], [ 105681.0, 496533.0 ], [ 106020.0, 496598.0 ], [ 106241.0, 496682.0 ], [ 106254.0, 496672.0 ], [ 106388.0, 496514.0 ], [ 106552.0, 496389.0 ], [ 106674.0, 496285.0 ], [ 106854.0, 496114.0 ], [ 107006.0, 496019.0 ], [ 107123.0, 495906.0 ], [ 107185.0, 495842.0 ], [ 107327.0, 495522.0 ], [ 107375.0, 495467.0 ], [ 107242.0, 495282.0 ], [ 107162.0, 495161.0 ], [ 107123.0, 495091.0 ], [ 107058.0, 494992.0 ], [ 106966.0, 494839.0 ], [ 106871.0, 494673.0 ], [ 106784.0, 494610.0 ], [ 106753.0, 494609.0 ], [ 106669.0, 494575.0 ], [ 106596.0, 494505.0 ], [ 106686.0, 494394.0 ], [ 106702.0, 494258.0 ], [ 106697.0, 494239.0 ], [ 106710.0, 494052.0 ], [ 106708.0, 493862.0 ], [ 106715.0, 493695.0 ], [ 106675.0, 493621.0 ], [ 106639.0, 493576.0 ], [ 106702.0, 493476.0 ], [ 106751.0, 493371.0 ], [ 106792.0, 493276.0 ], [ 106818.0, 493176.0 ], [ 106701.0, 493114.0 ], [ 106614.0, 493018.0 ], [ 106612.0, 492941.0 ], [ 106639.0, 492888.0 ], [ 106662.0, 492884.0 ], [ 106674.0, 492834.0 ], [ 106695.0, 492779.0 ], [ 98311.0, 492821.0 ], [ 98111.0, 492986.0 ], [ 98050.0, 493756.0 ], [ 98283.0, 495109.0 ], [ 98521.0, 496112.0 ], [ 98579.0, 496322.0 ], [ 99151.0, 496318.0 ], [ 99224.0, 496334.0 ], [ 99272.0, 496349.0 ], [ 99875.0, 496362.0 ], [ 99936.0, 496365.0 ], [ 99995.0, 496365.0 ], [ 100023.0, 496363.0 ], [ 100294.0, 496370.0 ], [ 100350.0, 496381.0 ], [ 100371.0, 496387.0 ], [ 100537.0, 496409.0 ], [ 100594.0, 496426.0 ], [ 101060.0, 496505.0 ], [ 101134.0, 496525.0 ], [ 101274.0, 496577.0 ], [ 101334.0, 496628.0 ], [ 101452.0, 496643.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105708.0, 498976.0 ], [ 105645.0, 499115.0 ], [ 105740.0, 499160.0 ], [ 106165.0, 498326.0 ], [ 106184.0, 498314.0 ], [ 106405.0, 498671.0 ], [ 106411.0, 498688.0 ], [ 106472.0, 498625.0 ], [ 105939.0, 497425.0 ], [ 105981.0, 497392.0 ], [ 105997.0, 497355.0 ], [ 106098.0, 497271.0 ], [ 106201.0, 497157.0 ], [ 106274.0, 497084.0 ], [ 106362.0, 497017.0 ], [ 106468.0, 496928.0 ], [ 106547.0, 496875.0 ], [ 106553.0, 496845.0 ], [ 106605.0, 496816.0 ], [ 106666.0, 496772.0 ], [ 106776.0, 496699.0 ], [ 106793.0, 496673.0 ], [ 106854.0, 496623.0 ], [ 106890.0, 496564.0 ], [ 106963.0, 496499.0 ], [ 107037.0, 496442.0 ], [ 107148.0, 496352.0 ], [ 107241.0, 496269.0 ], [ 107261.0, 496262.0 ], [ 107338.0, 496190.0 ], [ 107423.0, 496121.0 ], [ 107417.0, 496105.0 ], [ 107509.0, 496019.0 ], [ 107623.0, 495916.0 ], [ 107723.0, 495832.0 ], [ 107841.0, 495726.0 ], [ 107946.0, 495675.0 ], [ 108036.0, 495598.0 ], [ 108047.0, 495588.0 ], [ 108145.0, 495476.0 ], [ 108250.0, 495366.0 ], [ 108368.0, 495251.0 ], [ 108474.0, 495137.0 ], [ 108642.0, 495030.0 ], [ 108792.0, 494922.0 ], [ 108950.0, 494783.0 ], [ 108971.0, 494776.0 ], [ 109024.0, 494741.0 ], [ 109100.0, 494687.0 ], [ 109227.0, 494646.0 ], [ 109212.0, 494630.0 ], [ 109299.0, 494580.0 ], [ 109392.0, 494534.0 ], [ 109498.0, 494473.0 ], [ 109545.0, 494471.0 ], [ 109737.0, 494416.0 ], [ 110440.0, 494149.0 ], [ 111572.0, 493903.0 ], [ 111624.0, 494039.0 ], [ 111654.0, 494198.0 ], [ 111669.0, 494259.0 ], [ 111652.0, 494421.0 ], [ 111650.0, 494458.0 ], [ 111610.0, 494689.0 ], [ 111528.0, 494878.0 ], [ 111578.0, 494911.0 ], [ 111590.0, 494924.0 ], [ 111685.0, 494781.0 ], [ 111781.0, 494774.0 ], [ 111849.0, 494844.0 ], [ 111863.0, 494872.0 ], [ 111872.0, 494894.0 ], [ 112093.0, 495213.0 ], [ 112130.0, 495023.0 ], [ 112131.0, 494983.0 ], [ 111905.0, 494604.0 ], [ 111822.0, 494165.0 ], [ 111789.0, 493845.0 ], [ 112109.0, 493781.0 ], [ 112111.0, 493411.0 ], [ 111836.0, 493473.0 ], [ 110976.0, 493618.0 ], [ 110968.0, 493637.0 ], [ 110674.0, 493707.0 ], [ 110401.0, 493782.0 ], [ 110272.0, 493826.0 ], [ 109818.0, 493965.0 ], [ 109739.0, 493915.0 ], [ 109601.0, 493816.0 ], [ 109275.0, 493538.0 ], [ 109101.0, 493452.0 ], [ 108948.0, 493354.0 ], [ 108925.0, 493356.0 ], [ 108721.0, 493286.0 ], [ 108475.0, 493194.0 ], [ 108456.0, 493194.0 ], [ 108356.0, 493125.0 ], [ 108315.0, 493112.0 ], [ 108195.0, 492951.0 ], [ 108177.0, 492943.0 ], [ 108155.0, 492937.0 ], [ 108018.0, 492788.0 ], [ 108032.0, 492761.0 ], [ 108000.0, 492728.0 ], [ 107935.0, 492672.0 ], [ 107870.0, 492486.0 ], [ 107838.0, 492300.0 ], [ 107628.0, 492057.0 ], [ 107433.0, 492000.0 ], [ 107183.0, 492025.0 ], [ 107029.0, 492203.0 ], [ 106940.0, 492356.0 ], [ 106819.0, 492470.0 ], [ 106714.0, 492656.0 ], [ 106677.0, 492779.0 ], [ 106695.0, 492779.0 ], [ 106674.0, 492834.0 ], [ 106662.0, 492884.0 ], [ 106639.0, 492888.0 ], [ 106612.0, 492941.0 ], [ 106614.0, 493018.0 ], [ 106701.0, 493114.0 ], [ 106818.0, 493176.0 ], [ 106792.0, 493276.0 ], [ 106751.0, 493371.0 ], [ 106702.0, 493476.0 ], [ 106639.0, 493576.0 ], [ 106675.0, 493621.0 ], [ 106715.0, 493695.0 ], [ 106708.0, 493862.0 ], [ 106710.0, 494052.0 ], [ 106697.0, 494239.0 ], [ 106702.0, 494258.0 ], [ 106686.0, 494394.0 ], [ 106596.0, 494505.0 ], [ 106669.0, 494575.0 ], [ 106753.0, 494609.0 ], [ 106784.0, 494610.0 ], [ 106871.0, 494673.0 ], [ 106966.0, 494839.0 ], [ 107058.0, 494992.0 ], [ 107123.0, 495091.0 ], [ 107162.0, 495161.0 ], [ 107242.0, 495282.0 ], [ 107375.0, 495467.0 ], [ 107327.0, 495522.0 ], [ 107185.0, 495842.0 ], [ 107123.0, 495906.0 ], [ 107006.0, 496019.0 ], [ 106854.0, 496114.0 ], [ 106674.0, 496285.0 ], [ 106552.0, 496389.0 ], [ 106388.0, 496514.0 ], [ 106254.0, 496672.0 ], [ 106108.0, 496783.0 ], [ 105960.0, 496927.0 ], [ 105837.0, 497033.0 ], [ 105627.0, 497154.0 ], [ 105404.0, 497258.0 ], [ 105186.0, 497347.0 ], [ 105168.0, 497352.0 ], [ 104835.0, 497416.0 ], [ 104481.0, 497463.0 ], [ 104077.0, 497474.0 ], [ 103785.0, 497519.0 ], [ 103301.0, 497558.0 ], [ 102949.0, 497569.0 ], [ 102645.0, 497574.0 ], [ 102299.0, 497582.0 ], [ 101953.0, 497608.0 ], [ 101647.0, 497597.0 ], [ 101396.0, 497596.0 ], [ 101264.0, 497619.0 ], [ 100970.0, 497625.0 ], [ 100383.0, 497627.0 ], [ 100381.0, 497540.0 ], [ 100448.0, 497513.0 ], [ 100487.0, 497467.0 ], [ 100692.0, 497323.0 ], [ 101065.0, 497072.0 ], [ 100892.0, 496894.0 ], [ 100736.0, 496702.0 ], [ 100409.0, 496912.0 ], [ 100064.0, 497125.0 ], [ 100127.0, 497309.0 ], [ 100208.0, 497573.0 ], [ 100097.0, 497560.0 ], [ 99834.0, 497537.0 ], [ 99813.0, 497534.0 ], [ 99604.0, 497489.0 ], [ 99554.0, 497286.0 ], [ 99491.0, 497167.0 ], [ 99486.0, 497122.0 ], [ 99433.0, 496931.0 ], [ 99235.0, 497037.0 ], [ 99029.0, 497151.0 ], [ 98821.0, 497240.0 ], [ 98803.0, 497240.0 ], [ 98714.0, 497289.0 ], [ 98705.0, 497283.0 ], [ 98217.0, 497043.0 ], [ 98195.0, 497064.0 ], [ 96482.0, 496722.0 ], [ 95282.0, 496569.0 ], [ 94840.0, 496522.0 ], [ 94465.0, 497960.0 ], [ 96787.0, 497978.0 ], [ 98767.0, 497997.0 ], [ 98767.0, 498068.0 ], [ 98931.0, 498063.0 ], [ 99102.0, 498069.0 ], [ 99229.0, 498107.0 ], [ 99341.0, 498122.0 ], [ 99484.0, 498168.0 ], [ 99623.0, 498215.0 ], [ 99715.0, 498255.0 ], [ 99772.0, 498337.0 ], [ 99851.0, 498482.0 ], [ 99916.0, 498573.0 ], [ 99989.0, 498735.0 ], [ 100036.0, 498696.0 ], [ 100086.0, 498685.0 ], [ 100176.0, 498656.0 ], [ 100292.0, 498612.0 ], [ 100426.0, 498597.0 ], [ 100535.0, 498562.0 ], [ 100610.0, 498590.0 ], [ 100783.0, 498646.0 ], [ 101134.0, 498747.0 ], [ 101270.0, 498772.0 ], [ 101400.0, 498811.0 ], [ 101513.0, 498799.0 ], [ 101618.0, 498791.0 ], [ 101747.0, 498771.0 ], [ 101888.0, 498738.0 ], [ 102024.0, 498720.0 ], [ 102117.0, 498697.0 ], [ 102207.0, 498686.0 ], [ 102354.0, 498639.0 ], [ 102409.0, 498625.0 ], [ 102386.0, 498603.0 ], [ 102471.0, 498577.0 ], [ 102665.0, 498497.0 ], [ 102842.0, 498465.0 ], [ 102958.0, 498455.0 ], [ 103084.0, 498395.0 ], [ 103161.0, 498362.0 ], [ 103218.0, 498352.0 ], [ 103246.0, 498353.0 ], [ 103356.0, 498347.0 ], [ 103386.0, 498352.0 ], [ 103521.0, 498352.0 ], [ 103637.0, 498340.0 ], [ 103753.0, 498321.0 ], [ 103738.0, 498170.0 ], [ 103743.0, 498073.0 ], [ 103737.0, 497954.0 ], [ 103734.0, 497799.0 ], [ 103807.0, 497802.0 ], [ 103911.0, 497815.0 ], [ 104022.0, 497794.0 ], [ 104136.0, 497786.0 ], [ 104262.0, 497797.0 ], [ 104446.0, 497793.0 ], [ 104637.0, 497777.0 ], [ 104822.0, 497756.0 ], [ 104939.0, 497734.0 ], [ 105054.0, 497716.0 ], [ 105223.0, 497686.0 ], [ 105411.0, 497661.0 ], [ 105591.0, 497575.0 ], [ 105729.0, 497522.0 ], [ 105802.0, 497496.0 ], [ 106127.0, 498167.0 ], [ 105785.0, 498828.0 ], [ 105716.0, 498772.0 ], [ 105698.0, 498755.0 ], [ 105658.0, 498847.0 ], [ 105636.0, 498882.0 ], [ 105697.0, 498949.0 ], [ 105715.0, 498961.0 ], [ 105708.0, 498976.0 ] ], [ [ 107100.0, 492782.0 ], [ 107118.0, 492753.0 ], [ 107231.0, 492364.0 ], [ 107336.0, 492275.0 ], [ 107433.0, 492227.0 ], [ 107555.0, 492292.0 ], [ 107644.0, 492413.0 ], [ 107668.0, 492567.0 ], [ 107725.0, 492704.0 ], [ 107765.0, 492744.0 ], [ 107765.0, 492777.0 ], [ 107856.0, 492912.0 ], [ 108010.0, 493067.0 ], [ 108133.0, 493227.0 ], [ 108241.0, 493347.0 ], [ 108300.0, 493374.0 ], [ 108424.0, 493442.0 ], [ 108627.0, 493504.0 ], [ 108798.0, 493562.0 ], [ 108973.0, 493656.0 ], [ 109060.0, 493751.0 ], [ 109169.0, 493858.0 ], [ 109297.0, 493924.0 ], [ 109408.0, 494009.0 ], [ 109452.0, 494085.0 ], [ 109257.0, 494191.0 ], [ 109136.0, 494244.0 ], [ 109016.0, 494305.0 ], [ 108910.0, 494375.0 ], [ 108837.0, 494391.0 ], [ 108686.0, 494468.0 ], [ 108541.0, 494568.0 ], [ 108514.0, 494574.0 ], [ 108367.0, 494707.0 ], [ 108122.0, 494937.0 ], [ 107988.0, 495049.0 ], [ 107877.0, 495150.0 ], [ 107700.0, 495260.0 ], [ 107516.0, 495387.0 ], [ 107373.0, 495144.0 ], [ 107256.0, 494920.0 ], [ 107235.0, 494910.0 ], [ 107212.0, 494893.0 ], [ 107103.0, 494687.0 ], [ 107084.0, 494671.0 ], [ 106976.0, 494475.0 ], [ 106950.0, 494460.0 ], [ 106881.0, 494286.0 ], [ 106866.0, 494259.0 ], [ 106832.0, 494082.0 ], [ 106822.0, 493847.0 ], [ 106848.0, 493620.0 ], [ 106910.0, 493404.0 ], [ 107017.0, 493155.0 ], [ 107006.0, 493130.0 ], [ 107088.0, 492860.0 ], [ 107100.0, 492782.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101987.0, 503092.0 ], [ 101993.0, 503101.0 ], [ 102089.0, 503121.0 ], [ 102202.0, 503055.0 ], [ 102258.0, 502922.0 ], [ 102434.0, 502690.0 ], [ 102650.0, 502616.0 ], [ 102948.0, 502628.0 ], [ 103239.0, 502704.0 ], [ 103524.0, 502767.0 ], [ 103820.0, 502744.0 ], [ 104109.0, 502609.0 ], [ 104328.0, 502522.0 ], [ 104601.0, 502483.0 ], [ 104769.0, 502386.0 ], [ 104843.0, 502200.0 ], [ 104836.0, 502026.0 ], [ 104690.0, 501849.0 ], [ 104440.0, 501785.0 ], [ 104281.0, 501684.0 ], [ 104282.0, 501535.0 ], [ 104339.0, 501472.0 ], [ 104507.0, 501469.0 ], [ 104794.0, 501495.0 ], [ 104931.0, 501505.0 ], [ 105182.0, 501491.0 ], [ 105488.0, 501423.0 ], [ 105758.0, 501399.0 ], [ 105994.0, 501456.0 ], [ 106164.0, 501692.0 ], [ 106333.0, 501904.0 ], [ 106461.0, 502060.0 ], [ 106655.0, 502229.0 ], [ 106894.0, 502372.0 ], [ 107177.0, 502448.0 ], [ 107372.0, 502464.0 ], [ 107581.0, 502377.0 ], [ 107746.0, 502227.0 ], [ 107869.0, 502045.0 ], [ 108012.0, 501889.0 ], [ 108146.0, 501715.0 ], [ 108254.0, 501507.0 ], [ 108352.0, 501379.0 ], [ 108445.0, 501275.0 ], [ 108546.0, 501170.0 ], [ 108686.0, 501120.0 ], [ 108877.0, 501126.0 ], [ 109060.0, 501198.0 ], [ 109060.0, 501093.0 ], [ 108864.0, 501083.0 ], [ 108712.0, 501062.0 ], [ 108585.0, 501072.0 ], [ 108458.0, 501122.0 ], [ 108340.0, 501210.0 ], [ 108243.0, 501338.0 ], [ 108121.0, 501543.0 ], [ 108008.0, 501708.0 ], [ 107858.0, 501839.0 ], [ 107698.0, 501940.0 ], [ 107560.0, 501959.0 ], [ 107364.0, 501953.0 ], [ 107179.0, 501926.0 ], [ 107018.0, 501850.0 ], [ 106894.0, 501728.0 ], [ 106850.0, 501560.0 ], [ 106813.0, 501373.0 ], [ 106740.0, 501264.0 ], [ 106580.0, 501051.0 ], [ 106403.0, 500971.0 ], [ 106238.0, 500949.0 ], [ 106147.0, 500989.0 ], [ 106049.0, 501254.0 ], [ 105879.0, 501265.0 ], [ 105743.0, 501270.0 ], [ 105539.0, 501283.0 ], [ 105137.0, 501305.0 ], [ 104910.0, 501283.0 ], [ 104677.0, 501221.0 ], [ 104422.0, 501089.0 ], [ 104069.0, 500874.0 ], [ 103931.0, 500799.0 ], [ 103637.0, 500750.0 ], [ 103510.0, 500627.0 ], [ 103467.0, 500546.0 ], [ 103477.0, 500486.0 ], [ 103556.0, 500494.0 ], [ 103663.0, 500481.0 ], [ 103908.0, 500389.0 ], [ 103935.0, 500358.0 ], [ 104062.0, 500284.0 ], [ 104296.0, 500096.0 ], [ 104549.0, 499912.0 ], [ 104740.0, 499722.0 ], [ 104757.0, 499648.0 ], [ 104643.0, 499585.0 ], [ 104440.0, 499561.0 ], [ 104343.0, 499621.0 ], [ 104195.0, 499850.0 ], [ 104104.0, 500019.0 ], [ 103982.0, 500146.0 ], [ 103760.0, 500144.0 ], [ 103592.0, 500091.0 ], [ 103392.0, 500043.0 ], [ 103204.0, 499942.0 ], [ 103115.0, 499768.0 ], [ 103086.0, 499632.0 ], [ 102980.0, 499527.0 ], [ 102862.0, 499415.0 ], [ 102756.0, 499363.0 ], [ 102577.0, 499214.0 ], [ 102453.0, 499056.0 ], [ 102357.0, 499001.0 ], [ 102298.0, 499108.0 ], [ 102152.0, 499227.0 ], [ 102002.0, 499323.0 ], [ 101889.0, 499407.0 ], [ 101623.0, 499513.0 ], [ 101317.0, 499563.0 ], [ 101105.0, 499539.0 ], [ 100927.0, 499454.0 ], [ 100866.0, 499334.0 ], [ 100983.0, 499156.0 ], [ 101186.0, 498890.0 ], [ 101217.0, 498762.0 ], [ 101134.0, 498747.0 ], [ 100783.0, 498646.0 ], [ 100610.0, 498590.0 ], [ 100535.0, 498562.0 ], [ 100426.0, 498597.0 ], [ 100292.0, 498612.0 ], [ 100176.0, 498656.0 ], [ 100086.0, 498685.0 ], [ 100036.0, 498696.0 ], [ 99989.0, 498735.0 ], [ 99916.0, 498573.0 ], [ 99851.0, 498482.0 ], [ 99772.0, 498337.0 ], [ 99715.0, 498255.0 ], [ 99623.0, 498215.0 ], [ 99484.0, 498168.0 ], [ 99341.0, 498122.0 ], [ 99229.0, 498107.0 ], [ 99102.0, 498069.0 ], [ 98931.0, 498063.0 ], [ 98767.0, 498068.0 ], [ 98767.0, 497997.0 ], [ 96787.0, 497978.0 ], [ 94465.0, 497960.0 ], [ 94335.0, 498460.0 ], [ 95634.0, 499702.0 ], [ 98775.0, 500309.0 ], [ 98774.0, 500264.0 ], [ 99143.0, 500119.0 ], [ 99493.0, 500112.0 ], [ 99906.0, 500255.0 ], [ 100290.0, 500453.0 ], [ 100635.0, 500623.0 ], [ 100984.0, 500738.0 ], [ 101266.0, 500775.0 ], [ 101516.0, 500780.0 ], [ 101690.0, 500867.0 ], [ 101804.0, 501035.0 ], [ 101852.0, 501362.0 ], [ 101942.0, 501551.0 ], [ 102044.0, 501610.0 ], [ 102133.0, 501611.0 ], [ 102196.0, 501463.0 ], [ 102197.0, 501249.0 ], [ 102192.0, 500991.0 ], [ 102202.0, 500761.0 ], [ 102188.0, 500612.0 ], [ 102197.0, 500533.0 ], [ 102278.0, 500512.0 ], [ 102386.0, 500556.0 ], [ 102457.0, 500659.0 ], [ 102542.0, 500708.0 ], [ 102593.0, 500615.0 ], [ 102555.0, 500454.0 ], [ 102415.0, 500311.0 ], [ 102271.0, 500213.0 ], [ 102134.0, 500229.0 ], [ 102020.0, 500340.0 ], [ 101870.0, 500378.0 ], [ 101664.0, 500435.0 ], [ 101442.0, 500473.0 ], [ 101232.0, 500408.0 ], [ 101185.0, 500323.0 ], [ 101257.0, 500170.0 ], [ 101378.0, 500048.0 ], [ 101546.0, 499938.0 ], [ 101686.0, 499887.0 ], [ 101843.0, 499897.0 ], [ 102002.0, 499929.0 ], [ 102100.0, 499881.0 ], [ 102250.0, 499752.0 ], [ 102424.0, 499708.0 ], [ 102587.0, 499773.0 ], [ 102676.0, 499905.0 ], [ 102654.0, 500148.0 ], [ 102697.0, 500429.0 ], [ 102894.0, 500613.0 ], [ 103153.0, 500728.0 ], [ 103285.0, 500775.0 ], [ 103539.0, 500815.0 ], [ 103763.0, 500880.0 ], [ 103907.0, 501077.0 ], [ 103822.0, 501378.0 ], [ 103652.0, 501589.0 ], [ 103541.0, 501730.0 ], [ 103493.0, 501911.0 ], [ 103531.0, 502173.0 ], [ 103465.0, 502440.0 ], [ 103340.0, 502525.0 ], [ 103168.0, 502491.0 ], [ 102905.0, 502389.0 ], [ 102630.0, 502339.0 ], [ 102414.0, 502269.0 ], [ 102299.0, 502224.0 ], [ 102148.0, 502287.0 ], [ 101784.0, 502531.0 ], [ 101750.0, 502629.0 ], [ 101844.0, 502662.0 ], [ 101906.0, 502785.0 ], [ 101921.0, 502987.0 ], [ 101987.0, 503092.0 ] ], [ [ 100342.0, 499898.0 ], [ 100403.0, 499849.0 ], [ 100522.0, 499814.0 ], [ 100664.0, 499812.0 ], [ 100834.0, 499950.0 ], [ 100848.0, 500056.0 ], [ 100915.0, 500160.0 ], [ 100888.0, 500222.0 ], [ 100841.0, 500243.0 ], [ 100751.0, 500206.0 ], [ 100465.0, 500097.0 ], [ 100341.0, 500003.0 ], [ 100346.0, 499957.0 ], [ 100342.0, 499898.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103783.0, 513972.0 ], [ 103284.0, 513646.0 ], [ 102555.0, 513292.0 ], [ 101989.0, 513166.0 ], [ 101374.0, 513099.0 ], [ 101382.0, 513155.0 ], [ 102004.0, 516180.0 ], [ 105750.0, 516092.0 ], [ 105880.0, 515819.0 ], [ 105987.0, 515439.0 ], [ 106008.0, 515039.0 ], [ 105851.0, 514675.0 ], [ 105653.0, 514268.0 ], [ 105451.0, 513866.0 ], [ 105195.0, 513504.0 ], [ 104920.0, 513169.0 ], [ 104563.0, 512755.0 ], [ 104294.0, 512383.0 ], [ 104083.0, 512088.0 ], [ 103806.0, 511957.0 ], [ 103394.0, 511858.0 ], [ 102552.0, 511758.0 ], [ 102105.0, 511687.0 ], [ 101869.0, 511685.0 ], [ 101203.0, 511705.0 ], [ 101219.0, 511909.0 ], [ 101281.0, 512380.0 ], [ 101906.0, 512409.0 ], [ 102505.0, 512492.0 ], [ 103069.0, 512670.0 ], [ 103514.0, 512911.0 ], [ 103903.0, 513317.0 ], [ 104073.0, 513864.0 ], [ 104019.0, 514293.0 ], [ 103783.0, 513972.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107088.0, 492860.0 ], [ 107006.0, 493130.0 ], [ 107017.0, 493155.0 ], [ 106910.0, 493404.0 ], [ 106848.0, 493620.0 ], [ 106822.0, 493847.0 ], [ 106832.0, 494082.0 ], [ 106866.0, 494259.0 ], [ 106881.0, 494286.0 ], [ 106950.0, 494460.0 ], [ 106976.0, 494475.0 ], [ 107084.0, 494671.0 ], [ 107103.0, 494687.0 ], [ 107212.0, 494893.0 ], [ 107235.0, 494910.0 ], [ 107256.0, 494920.0 ], [ 107373.0, 495144.0 ], [ 107516.0, 495387.0 ], [ 107700.0, 495260.0 ], [ 107877.0, 495150.0 ], [ 107988.0, 495049.0 ], [ 108122.0, 494937.0 ], [ 108367.0, 494707.0 ], [ 108514.0, 494574.0 ], [ 108541.0, 494568.0 ], [ 108686.0, 494468.0 ], [ 108837.0, 494391.0 ], [ 108910.0, 494375.0 ], [ 109016.0, 494305.0 ], [ 109136.0, 494244.0 ], [ 109257.0, 494191.0 ], [ 109452.0, 494085.0 ], [ 109408.0, 494009.0 ], [ 109297.0, 493924.0 ], [ 109169.0, 493858.0 ], [ 109060.0, 493751.0 ], [ 108973.0, 493656.0 ], [ 108798.0, 493562.0 ], [ 108627.0, 493504.0 ], [ 108424.0, 493442.0 ], [ 108300.0, 493374.0 ], [ 108241.0, 493347.0 ], [ 108133.0, 493227.0 ], [ 108010.0, 493067.0 ], [ 107856.0, 492912.0 ], [ 107765.0, 492777.0 ], [ 107765.0, 492744.0 ], [ 107725.0, 492704.0 ], [ 107668.0, 492567.0 ], [ 107644.0, 492413.0 ], [ 107555.0, 492292.0 ], [ 107433.0, 492227.0 ], [ 107336.0, 492275.0 ], [ 107231.0, 492364.0 ], [ 107118.0, 492753.0 ], [ 107100.0, 492782.0 ], [ 107088.0, 492860.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108605.0, 505573.0 ], [ 108869.0, 505572.0 ], [ 109067.0, 505530.0 ], [ 109064.0, 503942.0 ], [ 108927.0, 503944.0 ], [ 108711.0, 503882.0 ], [ 108476.0, 503757.0 ], [ 108337.0, 503734.0 ], [ 108216.0, 503793.0 ], [ 108153.0, 503960.0 ], [ 108224.0, 504268.0 ], [ 108192.0, 504559.0 ], [ 108079.0, 504758.0 ], [ 107941.0, 504890.0 ], [ 107803.0, 505050.0 ], [ 107801.0, 505203.0 ], [ 107882.0, 505360.0 ], [ 108044.0, 505477.0 ], [ 108372.0, 505540.0 ], [ 108605.0, 505573.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101219.0, 511909.0 ], [ 101203.0, 511705.0 ], [ 99529.0, 511738.0 ], [ 99613.0, 512432.0 ], [ 101281.0, 512380.0 ], [ 101219.0, 511909.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106017.0, 507374.0 ], [ 106205.0, 507378.0 ], [ 106339.0, 507370.0 ], [ 106441.0, 507362.0 ], [ 106466.0, 507348.0 ], [ 106465.0, 507323.0 ], [ 106381.0, 507273.0 ], [ 106152.0, 507209.0 ], [ 105964.0, 507124.0 ], [ 105825.0, 506976.0 ], [ 105749.0, 506843.0 ], [ 105708.0, 506662.0 ], [ 105632.0, 506577.0 ], [ 105516.0, 506546.0 ], [ 105458.0, 506563.0 ], [ 105402.0, 506624.0 ], [ 105339.0, 506828.0 ], [ 105278.0, 506967.0 ], [ 105165.0, 507089.0 ], [ 105174.0, 507214.0 ], [ 105210.0, 507283.0 ], [ 105281.0, 507248.0 ], [ 105341.0, 507167.0 ], [ 105467.0, 507177.0 ], [ 105561.0, 507197.0 ], [ 105767.0, 507313.0 ], [ 106017.0, 507374.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103408.0, 496866.0 ], [ 103484.0, 497038.0 ], [ 103647.0, 497232.0 ], [ 103782.0, 497287.0 ], [ 103875.0, 497243.0 ], [ 103928.0, 497071.0 ], [ 103969.0, 496818.0 ], [ 104001.0, 496755.0 ], [ 103973.0, 496689.0 ], [ 103871.0, 496633.0 ], [ 103743.0, 496611.0 ], [ 103604.0, 496619.0 ], [ 103451.0, 496640.0 ], [ 103300.0, 496708.0 ], [ 103289.0, 496770.0 ], [ 103300.0, 496797.0 ], [ 103408.0, 496866.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104652.0, 504769.0 ], [ 104722.0, 504944.0 ], [ 104782.0, 505054.0 ], [ 104882.0, 505074.0 ], [ 104901.0, 504994.0 ], [ 104870.0, 504862.0 ], [ 104844.0, 504695.0 ], [ 104771.0, 504544.0 ], [ 104608.0, 504468.0 ], [ 104449.0, 504408.0 ], [ 104335.0, 504264.0 ], [ 104260.0, 504232.0 ], [ 104197.0, 504223.0 ], [ 104293.0, 504423.0 ], [ 104497.0, 504596.0 ], [ 104652.0, 504769.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102417.0, 497077.0 ], [ 102510.0, 497193.0 ], [ 102559.0, 497279.0 ], [ 102625.0, 497434.0 ], [ 102682.0, 497507.0 ], [ 102739.0, 497481.0 ], [ 102739.0, 497365.0 ], [ 102704.0, 497206.0 ], [ 102637.0, 497078.0 ], [ 102507.0, 496969.0 ], [ 102438.0, 496948.0 ], [ 102398.0, 497046.0 ], [ 102417.0, 497077.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103354.0, 506174.0 ], [ 103453.0, 506042.0 ], [ 103470.0, 505861.0 ], [ 103436.0, 505821.0 ], [ 103394.0, 505819.0 ], [ 103305.0, 505901.0 ], [ 103218.0, 506013.0 ], [ 103191.0, 506120.0 ], [ 103248.0, 506192.0 ], [ 103354.0, 506174.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0, "source": "Stuyfzand (1970)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102853.0, 530025.0 ], [ 102721.0, 526224.0 ], [ 104190.0, 524270.0 ], [ 104226.0, 524216.0 ], [ 104520.0, 523947.0 ], [ 104732.0, 523690.0 ], [ 104970.0, 523434.0 ], [ 105280.0, 523184.0 ], [ 105384.0, 523111.0 ], [ 105498.0, 523105.0 ], [ 105643.0, 523072.0 ], [ 105817.0, 523068.0 ], [ 105994.0, 523085.0 ], [ 106152.0, 523065.0 ], [ 106244.0, 523044.0 ], [ 106408.0, 522984.0 ], [ 106463.0, 522983.0 ], [ 106573.0, 522970.0 ], [ 106762.0, 522958.0 ], [ 106988.0, 522958.0 ], [ 107195.0, 522879.0 ], [ 107390.0, 522781.0 ], [ 107518.0, 522726.0 ], [ 107640.0, 522696.0 ], [ 107799.0, 522666.0 ], [ 107936.0, 522614.0 ], [ 108079.0, 522571.0 ], [ 108192.0, 522556.0 ], [ 108286.0, 522553.0 ], [ 108387.0, 522553.0 ], [ 108478.0, 522580.0 ], [ 108561.0, 522595.0 ], [ 108672.0, 522598.0 ], [ 110697.0, 523023.0 ], [ 113228.0, 523701.0 ], [ 113479.0, 530033.0 ], [ 115532.0, 530035.0 ], [ 115509.0, 512434.0 ], [ 109077.0, 512465.0 ], [ 109080.0, 514138.0 ], [ 109097.0, 514762.0 ], [ 109097.0, 516013.0 ], [ 102528.0, 516168.0 ], [ 102530.0, 530025.0 ], [ 102853.0, 530025.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values.geojson new file mode 100644 index 0000000..321143d --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values.geojson @@ -0,0 +1,102 @@ +{ +"type": "FeatureCollection", +"name": "DS12_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101124.0, 510800.0 ], [ 101764.0, 511067.0 ], [ 102234.0, 511293.0 ], [ 102916.0, 511549.0 ], [ 103253.0, 511662.0 ], [ 103686.0, 511767.0 ], [ 104061.0, 511837.0 ], [ 104316.0, 511931.0 ], [ 104492.0, 512211.0 ], [ 104602.0, 512502.0 ], [ 104817.0, 512852.0 ], [ 105048.0, 513122.0 ], [ 105238.0, 513369.0 ], [ 105518.0, 513717.0 ], [ 105709.0, 514018.0 ], [ 105999.0, 514333.0 ], [ 106317.0, 514614.0 ], [ 106693.0, 514760.0 ], [ 107093.0, 514843.0 ], [ 107460.0, 514976.0 ], [ 107809.0, 515298.0 ], [ 108258.0, 515641.0 ], [ 108512.0, 515808.0 ], [ 108755.0, 516021.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103463.0, 510774.0 ], [ 103459.0, 510839.0 ] ], [ [ 103459.0, 510839.0 ], [ 103486.0, 510882.0 ], [ 103597.0, 510905.0 ], [ 103664.0, 510874.0 ], [ 103697.0, 510808.0 ], [ 103658.0, 510706.0 ], [ 103556.0, 510679.0 ], [ 103483.0, 510730.0 ], [ 103463.0, 510774.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104122.0, 510269.0 ], [ 104147.0, 510307.0 ], [ 104225.0, 510332.0 ], [ 104364.0, 510339.0 ], [ 104417.0, 510329.0 ], [ 104396.0, 510251.0 ], [ 104292.0, 510208.0 ], [ 104122.0, 510269.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100580.0, 508633.0 ], [ 101465.0, 508683.0 ], [ 101952.0, 508729.0 ], [ 102471.0, 508792.0 ], [ 102680.0, 508849.0 ], [ 102870.0, 509006.0 ], [ 102934.0, 509235.0 ], [ 102954.0, 509441.0 ], [ 103008.0, 509543.0 ], [ 103177.0, 509731.0 ], [ 103182.0, 509818.0 ], [ 103180.0, 509819.0 ] ], [ [ 102995.0, 510190.0 ], [ 103022.0, 510363.0 ], [ 102979.0, 510611.0 ], [ 102890.0, 510882.0 ], [ 102945.0, 511137.0 ], [ 103099.0, 511434.0 ], [ 103285.0, 511501.0 ], [ 103529.0, 511423.0 ], [ 103762.0, 511338.0 ], [ 104090.0, 511341.0 ], [ 104319.0, 511509.0 ], [ 104469.0, 511772.0 ], [ 104624.0, 512067.0 ], [ 104757.0, 512293.0 ], [ 104989.0, 512476.0 ], [ 105249.0, 512586.0 ], [ 105476.0, 512659.0 ], [ 105755.0, 512711.0 ], [ 105916.0, 512957.0 ], [ 105940.0, 513267.0 ], [ 105924.0, 513573.0 ], [ 106004.0, 513848.0 ], [ 106215.0, 514110.0 ], [ 106397.0, 514250.0 ], [ 106598.0, 514370.0 ], [ 106901.0, 514447.0 ], [ 107363.0, 514413.0 ], [ 107722.0, 514389.0 ], [ 108094.0, 514351.0 ], [ 108455.0, 514280.0 ], [ 108792.0, 514211.0 ], [ 109080.0, 514138.0 ] ], [ [ 102995.0, 510190.0 ], [ 103107.0, 510102.0 ], [ 103156.0, 510053.0 ], [ 103205.0, 509994.0 ], [ 103224.0, 509924.0 ], [ 103180.0, 509819.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100931.0, 510035.0 ], [ 101583.0, 510193.0 ], [ 102040.0, 510340.0 ], [ 102386.0, 510494.0 ], [ 102631.0, 510672.0 ], [ 102826.0, 510963.0 ], [ 102920.0, 511217.0 ], [ 103031.0, 511460.0 ], [ 103218.0, 511551.0 ], [ 103499.0, 511615.0 ], [ 103689.0, 511642.0 ], [ 103938.0, 511691.0 ], [ 104149.0, 511705.0 ], [ 104356.0, 511803.0 ], [ 104494.0, 511943.0 ], [ 104572.0, 512048.0 ], [ 104649.0, 512258.0 ], [ 104715.0, 512505.0 ], [ 104932.0, 512779.0 ], [ 105130.0, 513068.0 ], [ 105340.0, 513285.0 ], [ 105538.0, 513482.0 ], [ 105746.0, 513810.0 ], [ 106015.0, 514145.0 ], [ 106297.0, 514393.0 ], [ 106663.0, 514580.0 ], [ 107057.0, 514603.0 ], [ 107607.0, 514613.0 ], [ 108110.0, 514627.0 ], [ 108608.0, 514677.0 ], [ 109097.0, 514762.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103176.0, 509891.0 ], [ 103172.0, 509887.0 ] ], [ [ 103172.0, 509887.0 ], [ 103127.0, 509893.0 ], [ 103065.0, 509943.0 ], [ 103040.0, 510022.0 ], [ 103052.0, 510063.0 ], [ 103106.0, 510030.0 ], [ 103171.0, 509956.0 ], [ 103176.0, 509891.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103028.0, 510106.0 ], [ 103042.0, 510101.0 ], [ 103148.0, 510023.0 ], [ 103189.0, 509972.0 ], [ 103203.0, 509940.0 ], [ 103185.0, 509870.0 ], [ 103134.0, 509847.0 ], [ 103088.0, 509857.0 ], [ 103032.0, 509940.0 ], [ 102991.0, 510050.0 ], [ 103028.0, 510106.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 509907.0 ], [ 104512.0, 509828.0 ], [ 104369.0, 509789.0 ], [ 104196.0, 509761.0 ], [ 104124.0, 509998.0 ], [ 104004.0, 510175.0 ], [ 103801.0, 510180.0 ], [ 103579.0, 510009.0 ], [ 103425.0, 510034.0 ], [ 103472.0, 510164.0 ], [ 103543.0, 510266.0 ], [ 103414.0, 510278.0 ], [ 103307.0, 510166.0 ], [ 103198.0, 510198.0 ], [ 103166.0, 510291.0 ], [ 103182.0, 510480.0 ], [ 103297.0, 510587.0 ], [ 103331.0, 510642.0 ], [ 103310.0, 510777.0 ], [ 103441.0, 510885.0 ], [ 103661.0, 510978.0 ], [ 103777.0, 510964.0 ], [ 103769.0, 510795.0 ], [ 103689.0, 510654.0 ], [ 103819.0, 510501.0 ], [ 104076.0, 510380.0 ], [ 104257.0, 510351.0 ], [ 104395.0, 510361.0 ], [ 104461.0, 510352.0 ], [ 104507.0, 510283.0 ], [ 104418.0, 510221.0 ], [ 104296.0, 510176.0 ], [ 104315.0, 510096.0 ], [ 104521.0, 510077.0 ], [ 104556.0, 509955.0 ], [ 104555.0, 509907.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102296.0, 509131.0 ], [ 102250.0, 509172.0 ], [ 102329.0, 509244.0 ], [ 102490.0, 509304.0 ], [ 102604.0, 509357.0 ], [ 102679.0, 509326.0 ], [ 102633.0, 509221.0 ], [ 102503.0, 509151.0 ], [ 102389.0, 509121.0 ], [ 102296.0, 509131.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102031.0, 509111.0 ], [ 102007.0, 509150.0 ], [ 102066.0, 509241.0 ], [ 102225.0, 509312.0 ], [ 102428.0, 509347.0 ], [ 102553.0, 509421.0 ], [ 102680.0, 509438.0 ], [ 102799.0, 509394.0 ], [ 102836.0, 509298.0 ], [ 102792.0, 509175.0 ], [ 102606.0, 509070.0 ], [ 102367.0, 509027.0 ], [ 102184.0, 509042.0 ], [ 102100.0, 509054.0 ], [ 102031.0, 509111.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109072.0, 508939.0 ], [ 108945.0, 509029.0 ], [ 108855.0, 509159.0 ], [ 108886.0, 509385.0 ], [ 108846.0, 509735.0 ], [ 108470.0, 509997.0 ], [ 107994.0, 510076.0 ], [ 107480.0, 509931.0 ], [ 107136.0, 509851.0 ], [ 106836.0, 509899.0 ], [ 106658.0, 510071.0 ], [ 106729.0, 510253.0 ], [ 106928.0, 510385.0 ], [ 107114.0, 510555.0 ], [ 107481.0, 510546.0 ], [ 107951.0, 510356.0 ], [ 108235.0, 510238.0 ], [ 108453.0, 510133.0 ], [ 108800.0, 510026.0 ], [ 108990.0, 509974.0 ], [ 109073.0, 509914.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103039.0, 508964.0 ], [ 103070.0, 508988.0 ], [ 103138.0, 509004.0 ], [ 103151.0, 508967.0 ], [ 103112.0, 508938.0 ], [ 103039.0, 508964.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103682.0, 508912.0 ], [ 103521.0, 508823.0 ], [ 103448.0, 508573.0 ], [ 103254.0, 508426.0 ], [ 102992.0, 508389.0 ], [ 102853.0, 508426.0 ], [ 102803.0, 508618.0 ], [ 102846.0, 508799.0 ], [ 102911.0, 508960.0 ], [ 102977.0, 509064.0 ], [ 103053.0, 509243.0 ], [ 103146.0, 509430.0 ], [ 103239.0, 509547.0 ], [ 103337.0, 509607.0 ], [ 103483.0, 509633.0 ], [ 103527.0, 509673.0 ], [ 103474.0, 509704.0 ], [ 103472.0, 509783.0 ], [ 103531.0, 509859.0 ], [ 103422.0, 509863.0 ], [ 103321.0, 509894.0 ], [ 103220.0, 509990.0 ], [ 103183.0, 510044.0 ], [ 103120.0, 510118.0 ], [ 103103.0, 510212.0 ], [ 103096.0, 510359.0 ], [ 103056.0, 510595.0 ], [ 102987.0, 510827.0 ], [ 103015.0, 511014.0 ], [ 103110.0, 511229.0 ], [ 103176.0, 511306.0 ], [ 103263.0, 511367.0 ], [ 103481.0, 511356.0 ], [ 103625.0, 511301.0 ], [ 103871.0, 511245.0 ], [ 104122.0, 511258.0 ], [ 104322.0, 511337.0 ], [ 104498.0, 511563.0 ], [ 104645.0, 511826.0 ], [ 104701.0, 512015.0 ], [ 104821.0, 512212.0 ], [ 105048.0, 512358.0 ], [ 105246.0, 512425.0 ], [ 105446.0, 512435.0 ], [ 105635.0, 512381.0 ], [ 105834.0, 512255.0 ], [ 105936.0, 512124.0 ], [ 106155.0, 512030.0 ], [ 106438.0, 511986.0 ], [ 106714.0, 511835.0 ], [ 106994.0, 511710.0 ], [ 107322.0, 511531.0 ], [ 107899.0, 510901.0 ], [ 108078.0, 510711.0 ], [ 108275.0, 510489.0 ], [ 108476.0, 510289.0 ], [ 108841.0, 510214.0 ], [ 109074.0, 510191.0 ] ], [ [ 104093.0, 508840.0 ], [ 104352.0, 508955.0 ], [ 104360.0, 509045.0 ], [ 104324.0, 509114.0 ], [ 104343.0, 509202.0 ], [ 104223.0, 509245.0 ], [ 104116.0, 509291.0 ], [ 104194.0, 509377.0 ], [ 104347.0, 509394.0 ], [ 104527.0, 509378.0 ], [ 104634.0, 509385.0 ], [ 104627.0, 509482.0 ], [ 104582.0, 509590.0 ], [ 104668.0, 509765.0 ], [ 104661.0, 509980.0 ], [ 104700.0, 510143.0 ], [ 104901.0, 510300.0 ], [ 105089.0, 510468.0 ], [ 105528.0, 510775.0 ], [ 105847.0, 510922.0 ], [ 106099.0, 511017.0 ], [ 106270.0, 511028.0 ], [ 106361.0, 510913.0 ], [ 106354.0, 510731.0 ], [ 106249.0, 510525.0 ], [ 106089.0, 510397.0 ], [ 105852.0, 510268.0 ], [ 105625.0, 510059.0 ], [ 105579.0, 509829.0 ], [ 105651.0, 509626.0 ], [ 106004.0, 509591.0 ], [ 106334.0, 509747.0 ], [ 106743.0, 509711.0 ], [ 106946.0, 509607.0 ], [ 107120.0, 509431.0 ], [ 107401.0, 509305.0 ], [ 107645.0, 509446.0 ], [ 108049.0, 509545.0 ], [ 108236.0, 509652.0 ], [ 108475.0, 509670.0 ], [ 108665.0, 509537.0 ], [ 108723.0, 509370.0 ], [ 108728.0, 509184.0 ], [ 108729.0, 508925.0 ], [ 108807.0, 508625.0 ], [ 108902.0, 508473.0 ], [ 109071.0, 508349.0 ] ], [ [ 103682.0, 508912.0 ], [ 103886.0, 508912.0 ], [ 104022.0, 508852.0 ], [ 104093.0, 508840.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103793.0, 508525.0 ], [ 103932.0, 508641.0 ], [ 104064.0, 508699.0 ], [ 104151.0, 508728.0 ], [ 104180.0, 508746.0 ] ], [ [ 100502.0, 508250.0 ], [ 101086.0, 508246.0 ], [ 101328.0, 508317.0 ], [ 101541.0, 508400.0 ], [ 101674.0, 508495.0 ], [ 101876.0, 508568.0 ], [ 102119.0, 508604.0 ], [ 102369.0, 508582.0 ], [ 102543.0, 508453.0 ], [ 102719.0, 508308.0 ], [ 102870.0, 508224.0 ], [ 103011.0, 508122.0 ], [ 103033.0, 508002.0 ], [ 102959.0, 507942.0 ], [ 102834.0, 507905.0 ], [ 102874.0, 507839.0 ], [ 103011.0, 507783.0 ], [ 102950.0, 507735.0 ], [ 102873.0, 507686.0 ], [ 102946.0, 507650.0 ], [ 103072.0, 507626.0 ], [ 103116.0, 507551.0 ], [ 103211.0, 507504.0 ], [ 103398.0, 507514.0 ], [ 103568.0, 507614.0 ], [ 103664.0, 507743.0 ], [ 103789.0, 507990.0 ], [ 103776.0, 508283.0 ], [ 103774.0, 508431.0 ], [ 103793.0, 508525.0 ] ], [ [ 108437.0, 505549.0 ], [ 108362.0, 505766.0 ], [ 108274.0, 505980.0 ], [ 108094.0, 506215.0 ], [ 107709.0, 506417.0 ], [ 107232.0, 506411.0 ], [ 106776.0, 506243.0 ], [ 106425.0, 506083.0 ], [ 106134.0, 506068.0 ], [ 105959.0, 506128.0 ], [ 105863.0, 506199.0 ], [ 105832.0, 506341.0 ], [ 105753.0, 506429.0 ], [ 105642.0, 506374.0 ], [ 105525.0, 506286.0 ], [ 105265.0, 506211.0 ], [ 105158.0, 506352.0 ], [ 105029.0, 506487.0 ], [ 104797.0, 506569.0 ], [ 104464.0, 506654.0 ], [ 104257.0, 506724.0 ], [ 104046.0, 506890.0 ], [ 103979.0, 507091.0 ], [ 104112.0, 507397.0 ], [ 104192.0, 507716.0 ], [ 104209.0, 507957.0 ], [ 104353.0, 508176.0 ], [ 104622.0, 508327.0 ], [ 104989.0, 508570.0 ], [ 105214.0, 508715.0 ], [ 105384.0, 508873.0 ], [ 105143.0, 509063.0 ], [ 104947.0, 508966.0 ], [ 104803.0, 508732.0 ], [ 104666.0, 508547.0 ], [ 104493.0, 508454.0 ], [ 104346.0, 508477.0 ], [ 104255.0, 508487.0 ], [ 104215.0, 508572.0 ], [ 104354.0, 508635.0 ], [ 104447.0, 508705.0 ], [ 104375.0, 508779.0 ], [ 104180.0, 508746.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102913.0, 508508.0 ], [ 102876.0, 508571.0 ], [ 102912.0, 508793.0 ], [ 103032.0, 509079.0 ], [ 103122.0, 509186.0 ], [ 103308.0, 509244.0 ], [ 103527.0, 509315.0 ], [ 103453.0, 509398.0 ], [ 103293.0, 509400.0 ], [ 103288.0, 509483.0 ], [ 103478.0, 509572.0 ], [ 103605.0, 509623.0 ], [ 103759.0, 509762.0 ], [ 103959.0, 509994.0 ], [ 103882.0, 510092.0 ], [ 103754.0, 510075.0 ], [ 103561.0, 509951.0 ], [ 103439.0, 509952.0 ], [ 103366.0, 510013.0 ], [ 103411.0, 510106.0 ], [ 103429.0, 510217.0 ], [ 103307.0, 510130.0 ], [ 103202.0, 510080.0 ], [ 103131.0, 510226.0 ], [ 103162.0, 510492.0 ], [ 103223.0, 510640.0 ], [ 103164.0, 510749.0 ], [ 103153.0, 510987.0 ], [ 103200.0, 511221.0 ], [ 103384.0, 511314.0 ], [ 103608.0, 511248.0 ], [ 103785.0, 511141.0 ], [ 103897.0, 511044.0 ], [ 103943.0, 510912.0 ], [ 103993.0, 510815.0 ], [ 104147.0, 510815.0 ], [ 104356.0, 511019.0 ], [ 104556.0, 511300.0 ], [ 104652.0, 511542.0 ], [ 104783.0, 511900.0 ], [ 104905.0, 512105.0 ], [ 105130.0, 512212.0 ], [ 105321.0, 512225.0 ], [ 105487.0, 512116.0 ], [ 105524.0, 511970.0 ], [ 105383.0, 511780.0 ], [ 105141.0, 511644.0 ], [ 104870.0, 511461.0 ], [ 104797.0, 511302.0 ], [ 104679.0, 511123.0 ], [ 104543.0, 510967.0 ], [ 104320.0, 510792.0 ], [ 104045.0, 510690.0 ], [ 103982.0, 510617.0 ], [ 104071.0, 510528.0 ], [ 104206.0, 510477.0 ], [ 104359.0, 510430.0 ], [ 104491.0, 510393.0 ], [ 104574.0, 510293.0 ], [ 104473.0, 510211.0 ], [ 104367.0, 510152.0 ], [ 104486.0, 510128.0 ], [ 104599.0, 510116.0 ], [ 104602.0, 510016.0 ], [ 104619.0, 509875.0 ], [ 104613.0, 509715.0 ], [ 104454.0, 509643.0 ], [ 104245.0, 509612.0 ], [ 104237.0, 509478.0 ], [ 104110.0, 509396.0 ], [ 104008.0, 509288.0 ], [ 103892.0, 509332.0 ], [ 103853.0, 509425.0 ], [ 103779.0, 509418.0 ], [ 103670.0, 509223.0 ], [ 103567.0, 509118.0 ], [ 103473.0, 509008.0 ], [ 103388.0, 508807.0 ], [ 103318.0, 508635.0 ], [ 103203.0, 508479.0 ], [ 103054.0, 508436.0 ], [ 102913.0, 508508.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102157.0, 507285.0 ], [ 102157.0, 507246.0 ] ], [ [ 102157.0, 507246.0 ], [ 102177.0, 507214.0 ], [ 102268.0, 507217.0 ], [ 102386.0, 507306.0 ], [ 102486.0, 507309.0 ], [ 102658.0, 507084.0 ], [ 102680.0, 507106.0 ], [ 102656.0, 507165.0 ], [ 102592.0, 507300.0 ], [ 102537.0, 507394.0 ], [ 102356.0, 507425.0 ], [ 102209.0, 507346.0 ], [ 102157.0, 507285.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100203.0, 506788.0 ], [ 100317.0, 506781.0 ], [ 100527.0, 506792.0 ], [ 100631.0, 506793.0 ], [ 100807.0, 506787.0 ], [ 100849.0, 506792.0 ], [ 101032.0, 506787.0 ], [ 101182.0, 506765.0 ] ], [ [ 100145.0, 506506.0 ], [ 101265.0, 506490.0 ], [ 101678.0, 506447.0 ], [ 102279.0, 506310.0 ], [ 102467.0, 506226.0 ], [ 102554.0, 506161.0 ], [ 102697.0, 506146.0 ], [ 102658.0, 506253.0 ], [ 102435.0, 506460.0 ], [ 102087.0, 506621.0 ], [ 101589.0, 506758.0 ], [ 101182.0, 506765.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105732.0, 506767.0 ], [ 105776.0, 506761.0 ], [ 105797.0, 506798.0 ], [ 105769.0, 506877.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102140.0, 507212.0 ], [ 102179.0, 507188.0 ], [ 102282.0, 507187.0 ], [ 102394.0, 507261.0 ], [ 102457.0, 507296.0 ], [ 102513.0, 507248.0 ], [ 102630.0, 507089.0 ], [ 102725.0, 507033.0 ], [ 102845.0, 507015.0 ], [ 102976.0, 507034.0 ], [ 103088.0, 507034.0 ], [ 103183.0, 507013.0 ], [ 103248.0, 506802.0 ], [ 103382.0, 506746.0 ], [ 103479.0, 506879.0 ], [ 103496.0, 507080.0 ], [ 103452.0, 507189.0 ], [ 103343.0, 507143.0 ], [ 103260.0, 507085.0 ], [ 103132.0, 507050.0 ], [ 102946.0, 507039.0 ], [ 102777.0, 507056.0 ], [ 102654.0, 507215.0 ], [ 102573.0, 507387.0 ], [ 102481.0, 507461.0 ], [ 102362.0, 507454.0 ], [ 102207.0, 507384.0 ], [ 102123.0, 507313.0 ], [ 102110.0, 507255.0 ], [ 102140.0, 507212.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105993.0, 507368.0 ], [ 106261.0, 507521.0 ], [ 106755.0, 507608.0 ], [ 107169.0, 507629.0 ], [ 107519.0, 507602.0 ], [ 107825.0, 507498.0 ], [ 108101.0, 507324.0 ], [ 108407.0, 507138.0 ], [ 108815.0, 506881.0 ], [ 109068.0, 506734.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106418.0, 507295.0 ], [ 106709.0, 507344.0 ], [ 107084.0, 507425.0 ], [ 107504.0, 507433.0 ], [ 107912.0, 507326.0 ], [ 108121.0, 507218.0 ], [ 108499.0, 507053.0 ], [ 108774.0, 506852.0 ], [ 109068.0, 506622.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102548.0, 507071.0 ], [ 102591.0, 507004.0 ], [ 102697.0, 506988.0 ], [ 102806.0, 506983.0 ], [ 102895.0, 506992.0 ], [ 102979.0, 506978.0 ], [ 103080.0, 506938.0 ], [ 103139.0, 506823.0 ], [ 103183.0, 506725.0 ], [ 103269.0, 506607.0 ], [ 103380.0, 506605.0 ], [ 103478.0, 506730.0 ], [ 103511.0, 506947.0 ], [ 103511.0, 507130.0 ], [ 103477.0, 507225.0 ], [ 103315.0, 507193.0 ], [ 103133.0, 507091.0 ], [ 102991.0, 507065.0 ], [ 102844.0, 507074.0 ], [ 102741.0, 507130.0 ], [ 102623.0, 507300.0 ], [ 102524.0, 507523.0 ], [ 102473.0, 507540.0 ], [ 102367.0, 507508.0 ], [ 102231.0, 507428.0 ], [ 102120.0, 507346.0 ], [ 102081.0, 507291.0 ], [ 102103.0, 507209.0 ], [ 102150.0, 507135.0 ], [ 102268.0, 507130.0 ], [ 102359.0, 507189.0 ], [ 102444.0, 507218.0 ], [ 102519.0, 507156.0 ], [ 102548.0, 507071.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105422.0, 506602.0 ], [ 105285.0, 506645.0 ], [ 105182.0, 506772.0 ], [ 105118.0, 506996.0 ], [ 105110.0, 507227.0 ], [ 105260.0, 507350.0 ], [ 105495.0, 507379.0 ], [ 105643.0, 507426.0 ], [ 105735.0, 507578.0 ], [ 105782.0, 507683.0 ], [ 105774.0, 507858.0 ], [ 105835.0, 507989.0 ], [ 105900.0, 508170.0 ], [ 106144.0, 508162.0 ], [ 106387.0, 508005.0 ], [ 106682.0, 507869.0 ], [ 107003.0, 507795.0 ], [ 107304.0, 507796.0 ], [ 107715.0, 507641.0 ], [ 108031.0, 507465.0 ], [ 108262.0, 507329.0 ], [ 108468.0, 507187.0 ], [ 108724.0, 506996.0 ], [ 109068.0, 506818.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100739.0, 506587.0 ], [ 100871.0, 506590.0 ], [ 101371.0, 506531.0 ], [ 101849.0, 506502.0 ], [ 102150.0, 506441.0 ], [ 102334.0, 506365.0 ], [ 102447.0, 506286.0 ], [ 102536.0, 506206.0 ], [ 102647.0, 506177.0 ], [ 102608.0, 506268.0 ], [ 102420.0, 506437.0 ], [ 102033.0, 506588.0 ], [ 101598.0, 506652.0 ], [ 101170.0, 506707.0 ], [ 100829.0, 506723.0 ], [ 100182.0, 506687.0 ] ], [ [ 100159.0, 506573.0 ], [ 100739.0, 506587.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106068.0, 506558.0 ], [ 105966.0, 506611.0 ], [ 105996.0, 506665.0 ], [ 106100.0, 506677.0 ], [ 106149.0, 506618.0 ], [ 106068.0, 506558.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105458.0, 506563.0 ], [ 105258.0, 506541.0 ], [ 105071.0, 506607.0 ], [ 104992.0, 506831.0 ], [ 104953.0, 507089.0 ], [ 104823.0, 507203.0 ], [ 104683.0, 507307.0 ], [ 104571.0, 507475.0 ], [ 104569.0, 507696.0 ], [ 104570.0, 507810.0 ], [ 104543.0, 508023.0 ], [ 104704.0, 508173.0 ], [ 104878.0, 508181.0 ], [ 104922.0, 508011.0 ], [ 104903.0, 507814.0 ], [ 104946.0, 507617.0 ], [ 105046.0, 507504.0 ], [ 105200.0, 507467.0 ], [ 105395.0, 507477.0 ], [ 105537.0, 507500.0 ], [ 105594.0, 507857.0 ], [ 105498.0, 508101.0 ], [ 105489.0, 508312.0 ], [ 105666.0, 508464.0 ], [ 105859.0, 508544.0 ], [ 106074.0, 508548.0 ], [ 106296.0, 508407.0 ], [ 106532.0, 508167.0 ], [ 106775.0, 508041.0 ], [ 107020.0, 508003.0 ], [ 107233.0, 508084.0 ], [ 107335.0, 508148.0 ], [ 107503.0, 508200.0 ], [ 107713.0, 508109.0 ], [ 107931.0, 507887.0 ], [ 108227.0, 507713.0 ], [ 108459.0, 507602.0 ], [ 109069.0, 507285.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 506710.0 ], [ 103130.0, 506629.0 ], [ 103231.0, 506517.0 ], [ 103400.0, 506547.0 ], [ 103507.0, 506694.0 ], [ 103541.0, 506868.0 ], [ 103560.0, 507024.0 ], [ 103591.0, 507183.0 ], [ 103560.0, 507268.0 ], [ 103418.0, 507315.0 ], [ 103226.0, 507257.0 ], [ 103112.0, 507196.0 ], [ 102930.0, 507102.0 ], [ 102805.0, 507111.0 ], [ 102689.0, 507308.0 ], [ 102596.0, 507519.0 ], [ 102462.0, 507593.0 ], [ 102316.0, 507548.0 ], [ 102130.0, 507407.0 ], [ 102062.0, 507288.0 ], [ 102110.0, 507115.0 ], [ 102250.0, 506986.0 ], [ 102401.0, 506936.0 ], [ 102589.0, 506942.0 ], [ 102782.0, 506961.0 ], [ 102942.0, 506953.0 ], [ 103050.0, 506899.0 ], [ 103088.0, 506833.0 ], [ 103107.0, 506710.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109068.0, 506445.0 ], [ 108951.0, 506607.0 ], [ 108659.0, 506807.0 ], [ 108247.0, 507038.0 ], [ 107872.0, 507208.0 ], [ 107525.0, 507327.0 ], [ 107137.0, 507378.0 ], [ 106813.0, 507295.0 ], [ 106532.0, 507192.0 ], [ 106240.0, 507142.0 ], [ 106050.0, 507077.0 ], [ 105899.0, 506964.0 ], [ 105840.0, 506854.0 ], [ 105937.0, 506748.0 ], [ 106135.0, 506714.0 ], [ 106220.0, 506589.0 ], [ 106142.0, 506478.0 ], [ 106021.0, 506495.0 ], [ 105940.0, 506567.0 ], [ 105885.0, 506661.0 ], [ 105722.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103277.0, 506187.0 ], [ 103262.0, 506285.0 ], [ 103345.0, 506417.0 ], [ 103476.0, 506542.0 ], [ 103568.0, 506736.0 ], [ 103602.0, 506968.0 ], [ 103644.0, 507165.0 ], [ 103662.0, 507241.0 ], [ 103550.0, 507335.0 ], [ 103363.0, 507320.0 ], [ 103245.0, 507282.0 ], [ 103080.0, 507209.0 ], [ 102942.0, 507157.0 ], [ 102795.0, 507156.0 ], [ 102759.0, 507284.0 ], [ 102742.0, 507438.0 ], [ 102601.0, 507708.0 ], [ 102305.0, 507774.0 ], [ 102045.0, 507623.0 ], [ 101984.0, 507271.0 ], [ 102042.0, 507113.0 ], [ 102111.0, 507013.0 ], [ 102245.0, 506917.0 ], [ 102447.0, 506879.0 ], [ 102698.0, 506883.0 ], [ 102852.0, 506874.0 ], [ 102994.0, 506842.0 ], [ 102999.0, 506766.0 ], [ 102745.0, 506777.0 ], [ 102396.0, 506785.0 ], [ 102138.0, 506794.0 ], [ 101830.0, 506940.0 ], [ 101427.0, 507154.0 ], [ 101066.0, 507330.0 ], [ 100326.0, 507390.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102067.0, 506071.0 ], [ 102121.0, 506139.0 ], [ 102295.0, 506149.0 ], [ 102480.0, 506087.0 ], [ 102671.0, 505996.0 ], [ 102739.0, 505906.0 ], [ 102698.0, 505789.0 ], [ 102467.0, 505756.0 ], [ 102259.0, 505840.0 ], [ 102219.0, 505907.0 ], [ 102098.0, 506004.0 ], [ 102080.0, 506044.0 ] ], [ [ 102080.0, 506044.0 ], [ 102067.0, 506071.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109067.0, 506015.0 ], [ 108969.0, 506187.0 ], [ 108520.0, 506552.0 ], [ 107975.0, 506805.0 ], [ 107371.0, 506947.0 ], [ 106921.0, 506840.0 ], [ 106724.0, 506614.0 ], [ 106424.0, 506378.0 ], [ 106015.0, 506385.0 ], [ 105855.0, 506475.0 ], [ 105665.0, 506614.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100460.0, 508043.0 ], [ 101144.0, 508060.0 ], [ 101516.0, 508161.0 ], [ 101874.0, 508396.0 ], [ 102084.0, 508488.0 ], [ 102349.0, 508481.0 ], [ 102547.0, 508219.0 ], [ 102624.0, 507992.0 ], [ 102691.0, 507774.0 ], [ 102791.0, 507570.0 ], [ 102936.0, 507362.0 ], [ 103138.0, 507360.0 ], [ 103292.0, 507400.0 ], [ 103452.0, 507464.0 ], [ 103611.0, 507594.0 ], [ 103717.0, 507774.0 ], [ 103832.0, 508000.0 ], [ 103893.0, 508216.0 ], [ 103991.0, 508327.0 ], [ 104112.0, 508326.0 ], [ 104169.0, 508151.0 ], [ 104099.0, 507818.0 ], [ 103994.0, 507518.0 ], [ 103786.0, 507226.0 ], [ 103762.0, 507108.0 ], [ 103840.0, 506945.0 ], [ 103895.0, 506766.0 ], [ 104002.0, 506578.0 ], [ 104028.0, 506412.0 ], [ 103820.0, 506295.0 ], [ 103591.0, 506323.0 ], [ 103481.0, 506249.0 ], [ 103640.0, 506186.0 ], [ 103548.0, 506125.0 ], [ 103555.0, 506088.0 ], [ 103684.0, 506083.0 ], [ 103746.0, 506010.0 ], [ 103695.0, 505854.0 ], [ 103574.0, 505819.0 ], [ 103470.0, 505861.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105485.0, 505991.0 ], [ 105452.0, 505967.0 ], [ 105506.0, 505912.0 ], [ 105712.0, 505846.0 ], [ 105967.0, 505821.0 ], [ 106529.0, 505863.0 ], [ 106881.0, 505845.0 ], [ 107271.0, 505765.0 ], [ 107489.0, 505731.0 ], [ 107666.0, 505709.0 ], [ 107847.0, 505722.0 ], [ 107956.0, 505815.0 ], [ 107858.0, 505967.0 ], [ 107521.0, 506086.0 ], [ 107137.0, 506066.0 ], [ 106808.0, 505994.0 ], [ 106411.0, 505927.0 ], [ 106122.0, 505892.0 ], [ 105829.0, 505884.0 ], [ 105628.0, 505941.0 ], [ 105485.0, 505991.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102968.0, 505638.0 ], [ 103040.0, 505592.0 ], [ 103150.0, 505490.0 ], [ 103218.0, 505488.0 ], [ 103192.0, 505667.0 ], [ 103118.0, 505718.0 ], [ 103070.0, 505679.0 ], [ 103006.0, 505692.0 ], [ 102951.0, 505700.0 ], [ 102933.0, 505675.0 ], [ 102968.0, 505638.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103024.0, 505506.0 ], [ 103080.0, 505453.0 ], [ 103232.0, 505366.0 ], [ 103310.0, 505424.0 ], [ 103258.0, 505571.0 ], [ 103199.0, 505674.0 ], [ 103118.0, 505744.0 ], [ 103010.0, 505738.0 ], [ 102972.0, 505824.0 ], [ 102910.0, 505983.0 ], [ 102878.0, 505987.0 ], [ 102895.0, 505904.0 ], [ 102904.0, 505787.0 ], [ 102857.0, 505726.0 ], [ 102789.0, 505707.0 ], [ 102755.0, 505635.0 ], [ 102835.0, 505613.0 ], [ 102934.0, 505598.0 ], [ 103024.0, 505506.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100124.0, 506406.0 ], [ 100835.0, 506443.0 ], [ 101183.0, 506450.0 ], [ 101562.0, 506405.0 ], [ 102072.0, 506277.0 ], [ 102496.0, 506129.0 ], [ 102695.0, 506031.0 ], [ 102801.0, 505965.0 ], [ 102819.0, 505798.0 ], [ 102649.0, 505666.0 ], [ 102358.0, 505652.0 ], [ 102140.0, 505720.0 ], [ 101946.0, 505599.0 ], [ 101935.0, 505484.0 ], [ 102031.0, 505438.0 ], [ 102112.0, 505496.0 ], [ 102277.0, 505571.0 ], [ 102502.0, 505542.0 ], [ 102741.0, 505384.0 ], [ 102981.0, 505304.0 ], [ 103257.0, 505287.0 ], [ 103461.0, 505265.0 ], [ 103654.0, 505310.0 ], [ 103821.0, 505311.0 ], [ 103970.0, 505372.0 ], [ 103973.0, 505466.0 ], [ 103899.0, 505514.0 ], [ 103687.0, 505423.0 ], [ 103478.0, 505406.0 ], [ 103337.0, 505484.0 ], [ 103295.0, 505601.0 ], [ 103199.0, 505729.0 ], [ 103090.0, 505795.0 ], [ 103024.0, 505864.0 ], [ 102974.0, 505998.0 ], [ 102926.0, 506133.0 ], [ 102863.0, 506208.0 ], [ 102664.0, 506270.0 ], [ 102613.0, 506341.0 ], [ 102441.0, 506472.0 ], [ 102201.0, 506609.0 ], [ 102019.0, 506680.0 ], [ 101661.0, 506843.0 ], [ 101189.0, 506911.0 ], [ 100233.0, 506937.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104882.0, 505074.0 ], [ 104916.0, 505255.0 ], [ 104881.0, 505508.0 ], [ 104730.0, 505658.0 ], [ 104536.0, 505790.0 ], [ 104422.0, 505947.0 ], [ 104281.0, 506098.0 ], [ 104089.0, 506138.0 ], [ 103925.0, 506016.0 ], [ 103867.0, 505855.0 ], [ 103746.0, 505772.0 ], [ 103600.0, 505686.0 ], [ 103558.0, 505607.0 ], [ 103493.0, 505674.0 ], [ 103425.0, 505755.0 ], [ 103244.0, 505821.0 ], [ 103130.0, 505899.0 ], [ 103028.0, 506164.0 ], [ 102974.0, 506225.0 ], [ 102849.0, 506264.0 ], [ 102665.0, 506339.0 ], [ 102508.0, 506432.0 ], [ 102297.0, 506585.0 ], [ 102120.0, 506708.0 ], [ 101948.0, 506846.0 ], [ 101750.0, 506947.0 ], [ 101533.0, 507022.0 ], [ 101311.0, 507151.0 ], [ 101130.0, 507253.0 ], [ 100916.0, 507277.0 ], [ 100295.0, 507238.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104842.0, 504415.0 ], [ 104815.0, 504387.0 ], [ 104798.0, 504309.0 ], [ 104938.0, 504297.0 ], [ 105173.0, 504504.0 ], [ 105297.0, 504726.0 ], [ 105329.0, 504885.0 ], [ 105299.0, 505013.0 ], [ 105142.0, 505038.0 ], [ 105028.0, 504864.0 ], [ 104988.0, 504623.0 ], [ 104842.0, 504415.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99668.0, 504165.0 ], [ 100171.0, 504005.0 ], [ 100298.0, 504006.0 ], [ 100437.0, 503998.0 ], [ 100474.0, 504086.0 ], [ 100326.0, 504293.0 ], [ 100271.0, 504575.0 ], [ 100264.0, 504744.0 ], [ 100267.0, 504914.0 ], [ 99907.0, 505337.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102453.0, 504028.0 ], [ 102458.0, 504144.0 ], [ 102545.0, 504277.0 ], [ 102632.0, 504366.0 ], [ 102759.0, 504332.0 ], [ 102721.0, 504194.0 ], [ 102650.0, 504072.0 ], [ 102595.0, 503924.0 ], [ 102529.0, 503865.0 ], [ 102459.0, 503916.0 ], [ 102453.0, 504028.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101156.0, 503799.0 ], [ 101248.0, 503831.0 ], [ 101336.0, 503876.0 ], [ 101457.0, 503956.0 ], [ 101560.0, 503954.0 ], [ 101633.0, 503878.0 ], [ 101629.0, 503808.0 ], [ 101457.0, 503746.0 ], [ 101300.0, 503767.0 ], [ 101196.0, 503747.0 ], [ 101156.0, 503799.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99621.0, 503930.0 ], [ 100168.0, 503807.0 ], [ 100996.0, 503719.0 ], [ 101351.0, 503703.0 ], [ 101563.0, 503722.0 ], [ 101681.0, 503767.0 ], [ 101755.0, 503845.0 ], [ 101726.0, 503953.0 ], [ 101560.0, 504031.0 ], [ 101280.0, 504076.0 ], [ 100983.0, 504103.0 ], [ 100688.0, 504213.0 ], [ 100550.0, 504430.0 ], [ 100539.0, 504731.0 ], [ 100515.0, 505115.0 ], [ 100386.0, 505304.0 ], [ 99962.0, 505608.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109064.0, 503942.0 ], [ 108789.0, 503798.0 ], [ 108732.0, 503683.0 ], [ 108542.0, 503630.0 ], [ 108350.0, 503661.0 ], [ 108190.0, 503747.0 ], [ 108002.0, 503921.0 ], [ 107840.0, 504081.0 ], [ 107741.0, 504273.0 ], [ 107737.0, 504374.0 ], [ 107867.0, 504445.0 ], [ 108028.0, 504516.0 ], [ 108195.0, 504532.0 ] ], [ [ 109064.0, 503942.0 ], [ 108790.0, 503667.0 ], [ 108755.0, 503512.0 ], [ 108600.0, 503491.0 ], [ 108396.0, 503606.0 ], [ 108207.0, 503687.0 ], [ 107998.0, 503823.0 ], [ 107736.0, 503942.0 ], [ 107488.0, 504080.0 ], [ 107285.0, 504242.0 ], [ 107297.0, 504443.0 ], [ 107451.0, 504629.0 ], [ 107659.0, 504682.0 ], [ 107852.0, 504657.0 ], [ 107953.0, 504619.0 ], [ 108145.0, 504641.0 ] ], [ [ 109064.0, 503942.0 ], [ 108926.0, 503778.0 ], [ 108850.0, 503629.0 ], [ 108996.0, 503284.0 ], [ 108824.0, 503165.0 ], [ 108678.0, 503175.0 ], [ 108522.0, 503375.0 ], [ 108329.0, 503486.0 ], [ 107967.0, 503434.0 ], [ 107619.0, 503591.0 ], [ 107248.0, 503774.0 ], [ 106760.0, 503917.0 ], [ 106379.0, 503979.0 ], [ 106052.0, 503924.0 ], [ 105771.0, 503812.0 ], [ 105584.0, 503818.0 ], [ 105520.0, 504077.0 ], [ 105601.0, 504410.0 ], [ 105691.0, 504645.0 ], [ 105842.0, 504963.0 ], [ 105950.0, 505228.0 ], [ 106204.0, 505288.0 ], [ 106543.0, 505303.0 ], [ 106884.0, 505313.0 ], [ 107266.0, 505145.0 ], [ 107578.0, 504991.0 ], [ 107790.0, 504920.0 ], [ 107977.0, 504855.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104638.0, 504482.0 ], [ 104519.0, 504343.0 ], [ 104341.0, 504188.0 ], [ 104136.0, 504001.0 ], [ 103949.0, 503813.0 ], [ 103669.0, 503637.0 ], [ 103483.0, 503626.0 ], [ 103472.0, 503785.0 ], [ 103591.0, 503946.0 ], [ 103803.0, 504048.0 ], [ 103818.0, 504155.0 ], [ 103643.0, 504175.0 ], [ 103524.0, 504200.0 ], [ 103589.0, 504291.0 ], [ 103909.0, 504330.0 ], [ 104262.0, 504359.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99576.0, 503710.0 ], [ 100168.0, 503649.0 ], [ 100514.0, 503617.0 ], [ 100936.0, 503617.0 ], [ 101288.0, 503632.0 ], [ 101515.0, 503655.0 ], [ 101724.0, 503712.0 ], [ 101792.0, 503835.0 ], [ 101766.0, 503944.0 ], [ 101630.0, 504043.0 ], [ 101388.0, 504090.0 ], [ 101168.0, 504143.0 ], [ 100931.0, 504380.0 ], [ 100836.0, 504656.0 ], [ 100849.0, 504902.0 ], [ 100647.0, 505260.0 ], [ 100009.0, 505841.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99523.0, 503450.0 ], [ 100242.0, 503417.0 ], [ 100830.0, 503449.0 ], [ 101428.0, 503517.0 ], [ 101707.0, 503596.0 ], [ 101826.0, 503828.0 ], [ 101777.0, 504015.0 ], [ 101499.0, 504156.0 ], [ 101289.0, 504343.0 ], [ 101272.0, 504480.0 ], [ 101417.0, 504674.0 ], [ 101701.0, 504752.0 ], [ 102003.0, 504692.0 ], [ 102246.0, 504593.0 ], [ 102405.0, 504465.0 ], [ 102414.0, 504313.0 ], [ 102397.0, 504100.0 ], [ 102374.0, 503892.0 ], [ 102441.0, 503776.0 ], [ 102578.0, 503772.0 ], [ 102706.0, 503971.0 ], [ 102858.0, 504163.0 ], [ 103054.0, 504260.0 ], [ 103303.0, 504323.0 ], [ 103425.0, 504405.0 ], [ 103675.0, 504676.0 ], [ 103950.0, 504718.0 ], [ 104162.0, 504695.0 ], [ 104367.0, 504695.0 ], [ 104611.0, 504722.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102145.0, 503444.0 ], [ 102143.0, 503456.0 ], [ 102219.0, 503533.0 ], [ 102212.0, 503588.0 ], [ 102087.0, 503607.0 ], [ 102089.0, 503706.0 ], [ 102146.0, 503758.0 ], [ 102022.0, 503774.0 ], [ 101993.0, 503847.0 ], [ 102127.0, 503933.0 ], [ 102138.0, 504084.0 ], [ 102140.0, 504152.0 ], [ 102252.0, 504169.0 ], [ 102301.0, 504079.0 ], [ 102255.0, 503938.0 ], [ 102219.0, 503815.0 ], [ 102291.0, 503681.0 ], [ 102427.0, 503631.0 ], [ 102576.0, 503630.0 ], [ 102623.0, 503555.0 ], [ 102525.0, 503489.0 ], [ 102452.0, 503408.0 ], [ 102341.0, 503367.0 ], [ 102225.0, 503377.0 ], [ 102145.0, 503444.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99351.0, 502803.0 ], [ 100037.0, 502808.0 ], [ 100421.0, 502851.0 ], [ 101005.0, 502883.0 ], [ 101363.0, 502990.0 ], [ 101598.0, 503106.0 ], [ 101896.0, 503195.0 ], [ 102210.0, 503262.0 ], [ 102449.0, 503316.0 ], [ 102894.0, 503275.0 ], [ 103285.0, 503214.0 ], [ 103458.0, 503168.0 ], [ 103614.0, 503147.0 ], [ 103903.0, 503254.0 ], [ 104257.0, 503405.0 ], [ 104654.0, 503468.0 ], [ 104993.0, 503472.0 ], [ 105152.0, 503487.0 ], [ 105194.0, 503604.0 ], [ 105160.0, 503917.0 ], [ 105240.0, 504333.0 ], [ 105498.0, 504956.0 ], [ 105449.0, 505167.0 ], [ 105367.0, 505384.0 ], [ 105489.0, 505636.0 ], [ 105716.0, 505661.0 ], [ 106319.0, 505767.0 ], [ 106534.0, 505773.0 ], [ 106802.0, 505712.0 ], [ 106989.0, 505644.0 ], [ 107253.0, 505605.0 ], [ 107494.0, 505590.0 ], [ 107748.0, 505607.0 ], [ 108044.0, 505477.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102291.0, 502227.0 ], [ 102186.0, 502204.0 ], [ 101958.0, 502340.0 ], [ 101740.0, 502422.0 ], [ 101544.0, 502525.0 ], [ 101535.0, 502712.0 ], [ 101623.0, 502827.0 ], [ 101753.0, 502752.0 ], [ 101834.0, 502743.0 ], [ 101915.0, 502905.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 502255.0 ], [ 102380.0, 502165.0 ], [ 102349.0, 502085.0 ], [ 102154.0, 502166.0 ], [ 101885.0, 502263.0 ], [ 101614.0, 502374.0 ], [ 101394.0, 502458.0 ], [ 101380.0, 502648.0 ], [ 101509.0, 502818.0 ], [ 101669.0, 502908.0 ], [ 101777.0, 502949.0 ], [ 101927.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104838.0, 502073.0 ], [ 105007.0, 502218.0 ], [ 105059.0, 502490.0 ], [ 105073.0, 502782.0 ], [ 105173.0, 502974.0 ], [ 105032.0, 503169.0 ], [ 104677.0, 503207.0 ], [ 104301.0, 503125.0 ], [ 104052.0, 502920.0 ], [ 103850.0, 502730.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102486.0, 502292.0 ], [ 102489.0, 502211.0 ], [ 102510.0, 502036.0 ], [ 102567.0, 501816.0 ], [ 102467.0, 501742.0 ], [ 102272.0, 501863.0 ], [ 102040.0, 502045.0 ], [ 101592.0, 502113.0 ], [ 101237.0, 502159.0 ], [ 100980.0, 502183.0 ], [ 100972.0, 502325.0 ], [ 101057.0, 502407.0 ], [ 101117.0, 502591.0 ], [ 101322.0, 502797.0 ], [ 101499.0, 502889.0 ], [ 101619.0, 503022.0 ], [ 101792.0, 503104.0 ], [ 101987.0, 503092.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102361.0, 501427.0 ], [ 102416.0, 501621.0 ], [ 102514.0, 501639.0 ], [ 102540.0, 501492.0 ], [ 102539.0, 501376.0 ], [ 102465.0, 501312.0 ], [ 102393.0, 501337.0 ], [ 102361.0, 501427.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109060.0, 501326.0 ], [ 108980.0, 501301.0 ], [ 108779.0, 501246.0 ], [ 108647.0, 501231.0 ], [ 108517.0, 501362.0 ], [ 108416.0, 501603.0 ], [ 108299.0, 501753.0 ], [ 108221.0, 501981.0 ], [ 108160.0, 502334.0 ], [ 108132.0, 502582.0 ], [ 108064.0, 502790.0 ], [ 107910.0, 502956.0 ], [ 107581.0, 503047.0 ], [ 107223.0, 503071.0 ], [ 106902.0, 503060.0 ], [ 106641.0, 502931.0 ], [ 106383.0, 502753.0 ], [ 106150.0, 502537.0 ], [ 105963.0, 502304.0 ], [ 105821.0, 502076.0 ], [ 105806.0, 501852.0 ], [ 105825.0, 501641.0 ], [ 105749.0, 501517.0 ], [ 105579.0, 501415.0 ] ], [ [ 109060.0, 501326.0 ], [ 108812.0, 501187.0 ], [ 108667.0, 501190.0 ], [ 108569.0, 501255.0 ], [ 108470.0, 501412.0 ], [ 108344.0, 501643.0 ], [ 108235.0, 501847.0 ], [ 108166.0, 502043.0 ], [ 108057.0, 502398.0 ], [ 107968.0, 502655.0 ], [ 107726.0, 502762.0 ], [ 107424.0, 502788.0 ], [ 107144.0, 502713.0 ], [ 106716.0, 502572.0 ], [ 106333.0, 502372.0 ], [ 106068.0, 502119.0 ], [ 105956.0, 501883.0 ], [ 105925.0, 501698.0 ], [ 105884.0, 501577.0 ], [ 105710.0, 501404.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102197.0, 501284.0 ], [ 102390.0, 501210.0 ], [ 102559.0, 501244.0 ], [ 102625.0, 501394.0 ], [ 102647.0, 501551.0 ], [ 102867.0, 501629.0 ], [ 103235.0, 501662.0 ], [ 103573.0, 501689.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501198.0 ], [ 108831.0, 501151.0 ], [ 108714.0, 501149.0 ], [ 108554.0, 501206.0 ], [ 108389.0, 501438.0 ], [ 108190.0, 501817.0 ], [ 108060.0, 502030.0 ], [ 107802.0, 502368.0 ], [ 107491.0, 502562.0 ], [ 107116.0, 502531.0 ], [ 106629.0, 502333.0 ], [ 106264.0, 502167.0 ], [ 106076.0, 501951.0 ], [ 105993.0, 501726.0 ], [ 105869.0, 501485.0 ], [ 105769.0, 501402.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102195.0, 501126.0 ], [ 102364.0, 501100.0 ], [ 102599.0, 501098.0 ], [ 102883.0, 501161.0 ], [ 103182.0, 501177.0 ], [ 103468.0, 501327.0 ], [ 103684.0, 501549.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101396.0, 501105.0 ], [ 101412.0, 501162.0 ], [ 101479.0, 501343.0 ], [ 101617.0, 501405.0 ], [ 101680.0, 501406.0 ], [ 101718.0, 501277.0 ], [ 101679.0, 501134.0 ], [ 101539.0, 501026.0 ], [ 101475.0, 501001.0 ], [ 101396.0, 501105.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101816.0, 501119.0 ], [ 101639.0, 501015.0 ], [ 101402.0, 500936.0 ], [ 101284.0, 500983.0 ], [ 101240.0, 501206.0 ], [ 101274.0, 501619.0 ], [ 101096.0, 501738.0 ], [ 100994.0, 501557.0 ], [ 100914.0, 501358.0 ], [ 100511.0, 501198.0 ], [ 99637.0, 501008.0 ], [ 98792.0, 501030.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103632.0, 500842.0 ], [ 103675.0, 500990.0 ], [ 103742.0, 501119.0 ], [ 103864.0, 501228.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105114.0, 501303.0 ], [ 105236.0, 501214.0 ], [ 105292.0, 501075.0 ], [ 105329.0, 500912.0 ], [ 105458.0, 500830.0 ], [ 105499.0, 500960.0 ], [ 105434.0, 501134.0 ], [ 105417.0, 501290.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98785.0, 500706.0 ], [ 99367.0, 500766.0 ], [ 99929.0, 500831.0 ], [ 100486.0, 501006.0 ], [ 100875.0, 501139.0 ], [ 101066.0, 501231.0 ], [ 101137.0, 501121.0 ], [ 101187.0, 500983.0 ], [ 101359.0, 500900.0 ], [ 101528.0, 500925.0 ], [ 101639.0, 500979.0 ], [ 101811.0, 501080.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105700.0, 501273.0 ], [ 105780.0, 501148.0 ], [ 105792.0, 501003.0 ], [ 105864.0, 500825.0 ], [ 106085.0, 500706.0 ], [ 106446.0, 500702.0 ], [ 106698.0, 500758.0 ], [ 106900.0, 501038.0 ], [ 106989.0, 501403.0 ], [ 107012.0, 501616.0 ], [ 107055.0, 501868.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102558.0, 500679.0 ], [ 102668.0, 500824.0 ], [ 102894.0, 500840.0 ], [ 103051.0, 500682.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105539.0, 501283.0 ], [ 105603.0, 501113.0 ], [ 105641.0, 500962.0 ], [ 105762.0, 500772.0 ], [ 105851.0, 500665.0 ], [ 106039.0, 500584.0 ], [ 106488.0, 500572.0 ], [ 106739.0, 500625.0 ], [ 106971.0, 500809.0 ], [ 107157.0, 501018.0 ], [ 107312.0, 501281.0 ], [ 107478.0, 501458.0 ], [ 107670.0, 501529.0 ], [ 107918.0, 501554.0 ], [ 108172.0, 501458.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98780.0, 500502.0 ], [ 99266.0, 500500.0 ], [ 99751.0, 500563.0 ], [ 100257.0, 500767.0 ], [ 100712.0, 500956.0 ], [ 101032.0, 500990.0 ], [ 101130.0, 500864.0 ], [ 101306.0, 500823.0 ], [ 101538.0, 500855.0 ], [ 101734.0, 500932.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102228.0, 500218.0 ], [ 102096.0, 500149.0 ], [ 101985.0, 500131.0 ], [ 101873.0, 500215.0 ], [ 101844.0, 500288.0 ], [ 101861.0, 500381.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101465.0, 499991.0 ], [ 101400.0, 500158.0 ], [ 101411.0, 500247.0 ], [ 101455.0, 500369.0 ], [ 101487.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106142.0, 500317.0 ], [ 106145.0, 500365.0 ], [ 106390.0, 500401.0 ], [ 106731.0, 500487.0 ], [ 107006.0, 500679.0 ], [ 107326.0, 500909.0 ], [ 107449.0, 500919.0 ], [ 107368.0, 500787.0 ], [ 107116.0, 500594.0 ], [ 106932.0, 500342.0 ], [ 106726.0, 500038.0 ], [ 106477.0, 499943.0 ], [ 106331.0, 499972.0 ], [ 106236.0, 500128.0 ], [ 106142.0, 500317.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101914.0, 499911.0 ], [ 102114.0, 500073.0 ], [ 102234.0, 500126.0 ], [ 102293.0, 500077.0 ], [ 102327.0, 499965.0 ], [ 102462.0, 499955.0 ], [ 102561.0, 500100.0 ], [ 102661.0, 500195.0 ] ], [ [ 101914.0, 499911.0 ], [ 101718.0, 499930.0 ], [ 101669.0, 499995.0 ], [ 101717.0, 500065.0 ], [ 101810.0, 500127.0 ], [ 101751.0, 500224.0 ], [ 101690.0, 500428.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 499743.0 ], [ 102370.0, 499847.0 ], [ 102495.0, 499907.0 ], [ 102675.0, 499915.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103803.0, 500777.0 ], [ 104102.0, 500695.0 ], [ 104344.0, 500653.0 ], [ 104581.0, 500695.0 ], [ 104865.0, 500710.0 ], [ 105198.0, 500637.0 ], [ 105595.0, 500525.0 ], [ 105796.0, 500372.0 ], [ 105912.0, 500170.0 ], [ 105962.0, 499972.0 ], [ 106114.0, 499715.0 ], [ 106357.0, 499685.0 ], [ 106753.0, 499781.0 ], [ 107099.0, 499897.0 ], [ 107353.0, 500098.0 ], [ 107551.0, 500425.0 ], [ 107764.0, 500831.0 ], [ 107897.0, 501042.0 ], [ 108222.0, 501082.0 ], [ 108377.0, 501045.0 ], [ 108588.0, 501018.0 ], [ 108764.0, 501016.0 ], [ 109060.0, 501093.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103096.0, 499680.0 ], [ 103274.0, 499563.0 ], [ 103396.0, 499556.0 ], [ 103504.0, 499612.0 ], [ 103463.0, 499796.0 ], [ 103386.0, 499906.0 ], [ 103304.0, 499996.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103041.0, 499587.0 ], [ 103148.0, 499569.0 ], [ 103311.0, 499472.0 ], [ 103466.0, 499495.0 ], [ 103578.0, 499570.0 ], [ 103582.0, 499723.0 ], [ 103521.0, 499884.0 ], [ 103462.0, 500060.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102980.0, 499527.0 ], [ 103177.0, 499499.0 ], [ 103273.0, 499390.0 ], [ 103448.0, 499320.0 ], [ 103615.0, 499371.0 ], [ 103704.0, 499483.0 ], [ 103695.0, 499709.0 ], [ 103666.0, 499885.0 ], [ 103648.0, 500109.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103935.0, 500358.0 ], [ 104224.0, 500455.0 ], [ 104462.0, 500519.0 ], [ 104851.0, 500465.0 ], [ 105071.0, 500350.0 ], [ 105261.0, 500118.0 ], [ 105457.0, 500034.0 ], [ 105544.0, 499883.0 ], [ 105542.0, 499729.0 ], [ 105561.0, 499556.0 ], [ 105735.0, 499397.0 ], [ 105933.0, 499288.0 ], [ 106088.0, 499244.0 ], [ 106334.0, 499284.0 ], [ 106719.0, 499390.0 ], [ 107230.0, 499601.0 ], [ 107483.0, 499772.0 ], [ 107673.0, 500014.0 ], [ 107787.0, 500394.0 ], [ 107940.0, 500770.0 ], [ 108189.0, 500896.0 ], [ 108486.0, 500946.0 ], [ 108759.0, 500955.0 ], [ 109060.0, 500981.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101011.0, 499119.0 ], [ 101150.0, 499132.0 ], [ 101297.0, 499208.0 ], [ 101360.0, 499356.0 ], [ 101317.0, 499563.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100406.0, 498106.0 ], [ 100422.0, 498110.0 ], [ 100756.0, 498107.0 ], [ 100990.0, 498114.0 ], [ 101197.0, 498211.0 ], [ 101288.0, 498468.0 ], [ 101226.0, 498727.0 ] ], [ [ 100074.0, 498031.0 ], [ 100406.0, 498106.0 ] ], [ [ 99801.0, 497948.0 ], [ 99913.0, 497994.0 ], [ 100074.0, 498031.0 ] ], [ [ 100406.0, 498106.0 ], [ 100552.0, 498032.0 ], [ 100841.0, 497941.0 ], [ 101144.0, 497932.0 ], [ 101384.0, 498063.0 ], [ 101562.0, 498297.0 ], [ 101409.0, 498580.0 ], [ 101226.0, 498727.0 ] ], [ [ 100074.0, 498031.0 ], [ 100421.0, 497995.0 ], [ 100719.0, 497883.0 ], [ 101031.0, 497800.0 ], [ 101334.0, 497885.0 ], [ 101579.0, 498004.0 ], [ 101842.0, 498115.0 ], [ 101930.0, 498212.0 ], [ 101914.0, 498364.0 ], [ 101707.0, 498513.0 ], [ 101571.0, 498700.0 ], [ 101578.0, 498938.0 ], [ 101771.0, 499149.0 ], [ 102001.0, 499206.0 ], [ 102166.0, 499216.0 ] ], [ [ 99122.0, 497567.0 ], [ 99507.0, 497826.0 ], [ 99801.0, 497948.0 ] ], [ [ 98705.0, 497283.0 ], [ 99122.0, 497567.0 ] ], [ [ 101843.0, 496781.0 ], [ 101848.0, 497002.0 ], [ 101915.0, 497334.0 ], [ 101985.0, 497619.0 ], [ 101912.0, 497836.0 ], [ 101748.0, 497935.0 ], [ 101506.0, 497835.0 ], [ 101211.0, 497636.0 ], [ 100803.0, 497649.0 ], [ 100440.0, 497797.0 ], [ 100089.0, 497911.0 ], [ 99801.0, 497948.0 ] ], [ [ 101462.0, 496779.0 ], [ 101426.0, 496918.0 ], [ 101503.0, 497174.0 ], [ 101438.0, 497402.0 ], [ 101183.0, 497429.0 ], [ 100823.0, 497480.0 ], [ 100506.0, 497624.0 ], [ 100133.0, 497717.0 ], [ 99734.0, 497647.0 ], [ 99359.0, 497589.0 ], [ 99122.0, 497567.0 ] ], [ [ 101051.0, 499067.0 ], [ 101225.0, 499095.0 ], [ 101404.0, 499237.0 ], [ 101490.0, 499534.0 ] ], [ [ 101226.0, 498727.0 ], [ 101186.0, 498890.0 ], [ 101051.0, 499067.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102517.0, 499138.0 ], [ 102630.0, 499015.0 ], [ 102633.0, 498898.0 ], [ 102786.0, 498791.0 ], [ 103179.0, 498942.0 ], [ 103661.0, 499085.0 ], [ 103944.0, 499072.0 ], [ 104138.0, 499029.0 ], [ 104297.0, 498889.0 ], [ 104327.0, 498638.0 ], [ 104453.0, 498539.0 ], [ 104582.0, 498592.0 ], [ 104505.0, 498758.0 ], [ 104442.0, 498964.0 ], [ 104518.0, 499191.0 ], [ 104545.0, 499360.0 ], [ 104498.0, 499568.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102419.0, 499037.0 ], [ 102462.0, 498854.0 ], [ 102485.0, 498608.0 ], [ 102526.0, 498403.0 ], [ 102705.0, 498319.0 ], [ 102978.0, 498557.0 ], [ 103226.0, 498751.0 ], [ 103492.0, 498879.0 ], [ 103846.0, 498871.0 ], [ 104100.0, 498758.0 ], [ 104275.0, 498580.0 ], [ 104511.0, 498484.0 ], [ 104658.0, 498504.0 ], [ 104628.0, 498674.0 ], [ 104570.0, 498904.0 ], [ 104723.0, 499101.0 ], [ 104832.0, 499310.0 ], [ 104836.0, 499459.0 ], [ 104707.0, 499620.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105234.0, 497930.0 ], [ 105205.0, 497933.0 ], [ 105116.0, 498035.0 ], [ 105064.0, 498141.0 ], [ 105117.0, 498196.0 ], [ 105270.0, 498139.0 ], [ 105388.0, 498041.0 ], [ 105385.0, 497926.0 ], [ 105234.0, 497930.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109058.0, 499874.0 ], [ 108813.0, 499787.0 ], [ 108417.0, 499564.0 ], [ 108110.0, 499267.0 ], [ 107856.0, 498924.0 ], [ 107520.0, 498626.0 ], [ 107161.0, 498426.0 ], [ 106914.0, 498480.0 ], [ 106858.0, 498685.0 ], [ 106702.0, 498873.0 ], [ 106445.0, 498915.0 ], [ 106212.0, 498802.0 ], [ 106025.0, 498476.0 ], [ 105899.0, 498081.0 ], [ 105852.0, 497843.0 ], [ 105735.0, 497632.0 ], [ 105522.0, 497567.0 ], [ 105346.0, 497442.0 ], [ 105233.0, 497294.0 ], [ 105018.0, 497212.0 ], [ 104835.0, 497259.0 ], [ 104765.0, 497344.0 ], [ 104877.0, 497667.0 ], [ 104739.0, 497831.0 ], [ 104336.0, 498002.0 ], [ 103944.0, 498172.0 ], [ 103698.0, 498252.0 ], [ 103586.0, 498328.0 ], [ 103602.0, 498422.0 ], [ 103895.0, 498457.0 ], [ 104208.0, 498252.0 ], [ 104453.0, 498086.0 ], [ 104689.0, 497992.0 ], [ 104882.0, 497899.0 ], [ 105083.0, 497777.0 ], [ 105265.0, 497702.0 ], [ 105467.0, 497688.0 ], [ 105694.0, 497809.0 ], [ 105780.0, 498078.0 ], [ 105777.0, 498571.0 ], [ 105713.0, 498968.0 ], [ 105530.0, 499270.0 ], [ 105380.0, 499407.0 ], [ 105188.0, 499454.0 ], [ 105145.0, 499625.0 ], [ 105282.0, 499791.0 ], [ 105431.0, 499833.0 ], [ 105419.0, 499651.0 ], [ 105404.0, 499549.0 ], [ 105539.0, 499371.0 ], [ 105722.0, 499214.0 ], [ 105861.0, 499040.0 ], [ 106020.0, 498941.0 ], [ 106170.0, 498984.0 ], [ 106396.0, 499098.0 ], [ 106762.0, 499151.0 ], [ 106993.0, 499146.0 ], [ 107242.0, 499162.0 ], [ 107652.0, 499418.0 ], [ 107819.0, 499722.0 ], [ 107886.0, 500096.0 ], [ 108004.0, 500491.0 ], [ 108161.0, 500762.0 ], [ 108474.0, 500869.0 ], [ 108761.0, 500855.0 ], [ 108965.0, 500860.0 ], [ 109059.0, 500845.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105289.0, 496802.0 ], [ 105400.0, 496920.0 ], [ 105519.0, 496917.0 ], [ 105614.0, 496804.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 496801.0 ], [ 105008.0, 496955.0 ], [ 105118.0, 497077.0 ], [ 105236.0, 497142.0 ], [ 105375.0, 497222.0 ], [ 105558.0, 497124.0 ], [ 105773.0, 497024.0 ], [ 105933.0, 496896.0 ], [ 105979.0, 496807.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104538.0, 496798.0 ], [ 104630.0, 496899.0 ], [ 105013.0, 497111.0 ], [ 105391.0, 497259.0 ], [ 105655.0, 497239.0 ], [ 105951.0, 497333.0 ], [ 106048.0, 497733.0 ], [ 106056.0, 498236.0 ], [ 106194.0, 498629.0 ], [ 106333.0, 498807.0 ], [ 106475.0, 498666.0 ], [ 106602.0, 498404.0 ], [ 106611.0, 498062.0 ], [ 106593.0, 497721.0 ], [ 106642.0, 497501.0 ], [ 106792.0, 497309.0 ], [ 107089.0, 497199.0 ], [ 107380.0, 497189.0 ], [ 107659.0, 497398.0 ], [ 107729.0, 497711.0 ], [ 107632.0, 498030.0 ], [ 107749.0, 498487.0 ], [ 108055.0, 498842.0 ], [ 108498.0, 499031.0 ], [ 108935.0, 499183.0 ], [ 109057.0, 499208.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103290.0, 496790.0 ], [ 103408.0, 496866.0 ], [ 103484.0, 497038.0 ], [ 103647.0, 497232.0 ], [ 103782.0, 497287.0 ], [ 103875.0, 497243.0 ], [ 103928.0, 497071.0 ], [ 103972.0, 496794.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102986.0, 496788.0 ], [ 103062.0, 496907.0 ], [ 103287.0, 497210.0 ], [ 103728.0, 497549.0 ], [ 104104.0, 497636.0 ], [ 104157.0, 497845.0 ], [ 103863.0, 498031.0 ], [ 103493.0, 498093.0 ], [ 103064.0, 498026.0 ], [ 102701.0, 497942.0 ], [ 102470.0, 497894.0 ], [ 102184.0, 497903.0 ], [ 101981.0, 497943.0 ], [ 101904.0, 498081.0 ], [ 102016.0, 498201.0 ], [ 101952.0, 498471.0 ], [ 101764.0, 498686.0 ], [ 101721.0, 498903.0 ], [ 101857.0, 499060.0 ], [ 102065.0, 499031.0 ], [ 102165.0, 498855.0 ], [ 102318.0, 498695.0 ], [ 102313.0, 498389.0 ], [ 102384.0, 498175.0 ], [ 102603.0, 498068.0 ], [ 102881.0, 498224.0 ], [ 103064.0, 498469.0 ], [ 103298.0, 498647.0 ], [ 103628.0, 498736.0 ], [ 103943.0, 498686.0 ], [ 104210.0, 498445.0 ], [ 104454.0, 498328.0 ], [ 104730.0, 498301.0 ], [ 104894.0, 498151.0 ], [ 104996.0, 497950.0 ], [ 105097.0, 497851.0 ], [ 105265.0, 497790.0 ], [ 105447.0, 497820.0 ], [ 105392.0, 498121.0 ], [ 105348.0, 498161.0 ], [ 105005.0, 498283.0 ], [ 104827.0, 498418.0 ], [ 104710.0, 498654.0 ], [ 104690.0, 498904.0 ], [ 104914.0, 499079.0 ], [ 104958.0, 499315.0 ], [ 104930.0, 499563.0 ], [ 104742.0, 499712.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102559.0, 496786.0 ], [ 102649.0, 496936.0 ], [ 102797.0, 497164.0 ], [ 103033.0, 497419.0 ], [ 103400.0, 497703.0 ], [ 103328.0, 497801.0 ], [ 103106.0, 497863.0 ], [ 102784.0, 497791.0 ], [ 102486.0, 497682.0 ], [ 102308.0, 497494.0 ], [ 102238.0, 497280.0 ], [ 102238.0, 496981.0 ], [ 102228.0, 496784.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102690.0, 496786.0 ], [ 102779.0, 496925.0 ], [ 102968.0, 497238.0 ], [ 103272.0, 497507.0 ], [ 103566.0, 497651.0 ], [ 103837.0, 497767.0 ], [ 103817.0, 497871.0 ], [ 103336.0, 497965.0 ], [ 102990.0, 497922.0 ], [ 102594.0, 497834.0 ], [ 102313.0, 497793.0 ], [ 102169.0, 497634.0 ], [ 102154.0, 497394.0 ], [ 102106.0, 497077.0 ], [ 102130.0, 496783.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105338.0, 524851.0 ], [ 105152.0, 524514.0 ], [ 105222.0, 524179.0 ], [ 105355.0, 524039.0 ], [ 105453.0, 523969.0 ], [ 105620.0, 523899.0 ], [ 105844.0, 523840.0 ], [ 106099.0, 523822.0 ], [ 106312.0, 523812.0 ], [ 106557.0, 523773.0 ], [ 106798.0, 523721.0 ], [ 107114.0, 523555.0 ], [ 107351.0, 523433.0 ], [ 107565.0, 523363.0 ], [ 107834.0, 523307.0 ], [ 108049.0, 523300.0 ], [ 108134.0, 523345.0 ], [ 108169.0, 523386.0 ], [ 108169.0, 523449.0 ], [ 108165.0, 523529.0 ], [ 108132.0, 523814.0 ], [ 108059.0, 523973.0 ], [ 108012.0, 524097.0 ], [ 107949.0, 524158.0 ], [ 107856.0, 524149.0 ], [ 107755.0, 524112.0 ], [ 107612.0, 524032.0 ], [ 107489.0, 523903.0 ], [ 107269.0, 523861.0 ], [ 107098.0, 523871.0 ], [ 106920.0, 523892.0 ], [ 106780.0, 523955.0 ], [ 106668.0, 524123.0 ], [ 106588.0, 524336.0 ], [ 106641.0, 524546.0 ], [ 106582.0, 524753.0 ], [ 106082.0, 525056.0 ], [ 105816.0, 525157.0 ], [ 105582.0, 525080.0 ], [ 105338.0, 524851.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108322.0, 522967.0 ], [ 109046.0, 523034.0 ], [ 113142.0, 523788.0 ], [ 113499.0, 531729.0 ], [ 102951.0, 531615.0 ], [ 102891.0, 526355.0 ], [ 103602.0, 525356.0 ], [ 103772.0, 525123.0 ], [ 103912.0, 524890.0 ], [ 104075.0, 524762.0 ], [ 104212.0, 524698.0 ], [ 104381.0, 524657.0 ], [ 104551.0, 524695.0 ], [ 104624.0, 525015.0 ], [ 104618.0, 525704.0 ], [ 104857.0, 525944.0 ], [ 105052.0, 525947.0 ], [ 105407.0, 525933.0 ], [ 105803.0, 525895.0 ], [ 106339.0, 525971.0 ], [ 106888.0, 525844.0 ], [ 107271.0, 525652.0 ], [ 107297.0, 525359.0 ], [ 107092.0, 525256.0 ], [ 106748.0, 525103.0 ], [ 106237.0, 525256.0 ], [ 105879.0, 525346.0 ], [ 105496.0, 525307.0 ], [ 105167.0, 525107.0 ], [ 104930.0, 524392.0 ], [ 105121.0, 524039.0 ], [ 105233.0, 523920.0 ], [ 105575.0, 523725.0 ], [ 106183.0, 523704.0 ], [ 106490.0, 523676.0 ], [ 106834.0, 523464.0 ], [ 107173.0, 523241.0 ], [ 107662.0, 523171.0 ], [ 107987.0, 523094.0 ], [ 108322.0, 522967.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 110198.0, 523050.0 ], [ 113190.0, 523740.0 ], [ 113523.0, 531753.0 ], [ 102930.0, 531639.0 ], [ 102827.0, 526323.0 ], [ 103934.0, 524794.0 ], [ 104651.0, 524065.0 ], [ 105056.0, 523793.0 ], [ 105440.0, 523590.0 ], [ 105762.0, 523485.0 ], [ 106300.0, 523499.0 ], [ 106572.0, 523387.0 ], [ 106747.0, 523269.0 ], [ 107117.0, 523073.0 ], [ 107551.0, 522947.0 ], [ 107978.0, 522849.0 ], [ 108096.0, 522794.0 ], [ 108268.0, 522724.0 ], [ 108549.0, 522689.0 ], [ 108852.0, 522810.0 ], [ 109034.0, 522820.0 ], [ 109513.0, 522932.0 ], [ 110198.0, 523050.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104226.0, 524216.0 ], [ 104190.0, 524270.0 ], [ 102721.0, 526224.0 ], [ 102910.0, 531661.0 ], [ 113549.0, 531777.0 ], [ 113228.0, 523701.0 ], [ 110697.0, 523023.0 ], [ 108672.0, 522598.0 ], [ 108561.0, 522595.0 ], [ 108478.0, 522580.0 ], [ 108387.0, 522553.0 ], [ 108286.0, 522553.0 ], [ 108192.0, 522556.0 ], [ 108079.0, 522571.0 ], [ 107936.0, 522614.0 ], [ 107799.0, 522666.0 ], [ 107640.0, 522696.0 ], [ 107518.0, 522726.0 ], [ 107390.0, 522781.0 ], [ 107195.0, 522879.0 ], [ 106988.0, 522958.0 ], [ 106762.0, 522958.0 ], [ 106573.0, 522970.0 ], [ 106463.0, 522983.0 ], [ 106408.0, 522984.0 ], [ 106244.0, 523044.0 ], [ 106152.0, 523065.0 ], [ 105994.0, 523085.0 ], [ 105817.0, 523068.0 ], [ 105643.0, 523072.0 ], [ 105498.0, 523105.0 ], [ 105384.0, 523111.0 ], [ 105280.0, 523184.0 ], [ 104970.0, 523434.0 ], [ 104732.0, 523690.0 ], [ 104520.0, 523947.0 ], [ 104226.0, 524216.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104374.0, 526786.0 ], [ 104282.0, 526786.0 ], [ 104191.0, 526743.0 ], [ 104117.0, 526700.0 ], [ 104026.0, 526527.0 ], [ 103983.0, 526377.0 ], [ 103950.0, 526173.0 ], [ 103935.0, 525956.0 ], [ 103928.0, 525658.0 ], [ 103922.0, 525310.0 ], [ 103916.0, 525158.0 ], [ 103944.0, 525039.0 ], [ 103989.0, 524928.0 ], [ 104076.0, 524894.0 ], [ 104137.0, 524905.0 ], [ 104215.0, 524926.0 ], [ 104258.0, 524966.0 ], [ 104319.0, 525109.0 ], [ 104332.0, 525245.0 ], [ 104319.0, 525505.0 ], [ 104332.0, 525725.0 ], [ 104384.0, 526030.0 ], [ 104448.0, 526325.0 ], [ 104517.0, 526597.0 ], [ 104502.0, 526685.0 ], [ 104465.0, 526755.0 ], [ 104431.0, 526786.0 ], [ 104374.0, 526786.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values_edited.geojson new file mode 100644 index 0000000..697f47e --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS12/DS12_union_with_values_edited.geojson @@ -0,0 +1,102 @@ +{ +"type": "FeatureCollection", +"name": "DS12_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101124.0, 510800.0 ], [ 101764.0, 511067.0 ], [ 102234.0, 511293.0 ], [ 102916.0, 511549.0 ], [ 103253.0, 511662.0 ], [ 103686.0, 511767.0 ], [ 104061.0, 511837.0 ], [ 104316.0, 511931.0 ], [ 104492.0, 512211.0 ], [ 104602.0, 512502.0 ], [ 104817.0, 512852.0 ], [ 105048.0, 513122.0 ], [ 105238.0, 513369.0 ], [ 105518.0, 513717.0 ], [ 105709.0, 514018.0 ], [ 105999.0, 514333.0 ], [ 106317.0, 514614.0 ], [ 106693.0, 514760.0 ], [ 107093.0, 514843.0 ], [ 107460.0, 514976.0 ], [ 107809.0, 515298.0 ], [ 108258.0, 515641.0 ], [ 108512.0, 515808.0 ], [ 108755.0, 516021.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103463.0, 510774.0 ], [ 103459.0, 510839.0 ] ], [ [ 103459.0, 510839.0 ], [ 103486.0, 510882.0 ], [ 103597.0, 510905.0 ], [ 103664.0, 510874.0 ], [ 103697.0, 510808.0 ], [ 103658.0, 510706.0 ], [ 103556.0, 510679.0 ], [ 103483.0, 510730.0 ], [ 103463.0, 510774.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104122.0, 510269.0 ], [ 104147.0, 510307.0 ], [ 104225.0, 510332.0 ], [ 104364.0, 510339.0 ], [ 104417.0, 510329.0 ], [ 104396.0, 510251.0 ], [ 104292.0, 510208.0 ], [ 104122.0, 510269.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100580.0, 508633.0 ], [ 101465.0, 508683.0 ], [ 101952.0, 508729.0 ], [ 102471.0, 508792.0 ], [ 102680.0, 508849.0 ], [ 102870.0, 509006.0 ], [ 102934.0, 509235.0 ], [ 102954.0, 509441.0 ], [ 103008.0, 509543.0 ], [ 103177.0, 509731.0 ], [ 103182.0, 509818.0 ], [ 103180.0, 509819.0 ] ], [ [ 102995.0, 510190.0 ], [ 103022.0, 510363.0 ], [ 102979.0, 510611.0 ], [ 102890.0, 510882.0 ], [ 102945.0, 511137.0 ], [ 103099.0, 511434.0 ], [ 103285.0, 511501.0 ], [ 103529.0, 511423.0 ], [ 103762.0, 511338.0 ], [ 104090.0, 511341.0 ], [ 104319.0, 511509.0 ], [ 104469.0, 511772.0 ], [ 104624.0, 512067.0 ], [ 104757.0, 512293.0 ], [ 104989.0, 512476.0 ], [ 105249.0, 512586.0 ], [ 105476.0, 512659.0 ], [ 105755.0, 512711.0 ], [ 105916.0, 512957.0 ], [ 105940.0, 513267.0 ], [ 105924.0, 513573.0 ], [ 106004.0, 513848.0 ], [ 106215.0, 514110.0 ], [ 106397.0, 514250.0 ], [ 106598.0, 514370.0 ], [ 106901.0, 514447.0 ], [ 107363.0, 514413.0 ], [ 107722.0, 514389.0 ], [ 108094.0, 514351.0 ], [ 108455.0, 514280.0 ], [ 108792.0, 514211.0 ], [ 109080.0, 514138.0 ] ], [ [ 102995.0, 510190.0 ], [ 103107.0, 510102.0 ], [ 103156.0, 510053.0 ], [ 103205.0, 509994.0 ], [ 103224.0, 509924.0 ], [ 103180.0, 509819.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100931.0, 510035.0 ], [ 101583.0, 510193.0 ], [ 102040.0, 510340.0 ], [ 102386.0, 510494.0 ], [ 102631.0, 510672.0 ], [ 102826.0, 510963.0 ], [ 102920.0, 511217.0 ], [ 103031.0, 511460.0 ], [ 103218.0, 511551.0 ], [ 103499.0, 511615.0 ], [ 103689.0, 511642.0 ], [ 103938.0, 511691.0 ], [ 104149.0, 511705.0 ], [ 104356.0, 511803.0 ], [ 104494.0, 511943.0 ], [ 104572.0, 512048.0 ], [ 104649.0, 512258.0 ], [ 104715.0, 512505.0 ], [ 104932.0, 512779.0 ], [ 105130.0, 513068.0 ], [ 105340.0, 513285.0 ], [ 105538.0, 513482.0 ], [ 105746.0, 513810.0 ], [ 106015.0, 514145.0 ], [ 106297.0, 514393.0 ], [ 106663.0, 514580.0 ], [ 107057.0, 514603.0 ], [ 107607.0, 514613.0 ], [ 108110.0, 514627.0 ], [ 108608.0, 514677.0 ], [ 109097.0, 514762.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103176.0, 509891.0 ], [ 103172.0, 509887.0 ] ], [ [ 103172.0, 509887.0 ], [ 103127.0, 509893.0 ], [ 103065.0, 509943.0 ], [ 103040.0, 510022.0 ], [ 103052.0, 510063.0 ], [ 103106.0, 510030.0 ], [ 103171.0, 509956.0 ], [ 103176.0, 509891.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103028.0, 510106.0 ], [ 103042.0, 510101.0 ], [ 103148.0, 510023.0 ], [ 103189.0, 509972.0 ], [ 103203.0, 509940.0 ], [ 103185.0, 509870.0 ], [ 103134.0, 509847.0 ], [ 103088.0, 509857.0 ], [ 103032.0, 509940.0 ], [ 102991.0, 510050.0 ], [ 103028.0, 510106.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104555.0, 509907.0 ], [ 104512.0, 509828.0 ], [ 104369.0, 509789.0 ], [ 104196.0, 509761.0 ], [ 104124.0, 509998.0 ], [ 104004.0, 510175.0 ], [ 103801.0, 510180.0 ], [ 103579.0, 510009.0 ], [ 103425.0, 510034.0 ], [ 103472.0, 510164.0 ], [ 103543.0, 510266.0 ], [ 103414.0, 510278.0 ], [ 103307.0, 510166.0 ], [ 103198.0, 510198.0 ], [ 103166.0, 510291.0 ], [ 103182.0, 510480.0 ], [ 103297.0, 510587.0 ], [ 103331.0, 510642.0 ], [ 103310.0, 510777.0 ], [ 103441.0, 510885.0 ], [ 103661.0, 510978.0 ], [ 103777.0, 510964.0 ], [ 103769.0, 510795.0 ], [ 103689.0, 510654.0 ], [ 103819.0, 510501.0 ], [ 104076.0, 510380.0 ], [ 104257.0, 510351.0 ], [ 104395.0, 510361.0 ], [ 104461.0, 510352.0 ], [ 104507.0, 510283.0 ], [ 104418.0, 510221.0 ], [ 104296.0, 510176.0 ], [ 104315.0, 510096.0 ], [ 104521.0, 510077.0 ], [ 104556.0, 509955.0 ], [ 104555.0, 509907.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102296.0, 509131.0 ], [ 102250.0, 509172.0 ], [ 102329.0, 509244.0 ], [ 102490.0, 509304.0 ], [ 102604.0, 509357.0 ], [ 102679.0, 509326.0 ], [ 102633.0, 509221.0 ], [ 102503.0, 509151.0 ], [ 102389.0, 509121.0 ], [ 102296.0, 509131.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102031.0, 509111.0 ], [ 102007.0, 509150.0 ], [ 102066.0, 509241.0 ], [ 102225.0, 509312.0 ], [ 102428.0, 509347.0 ], [ 102553.0, 509421.0 ], [ 102680.0, 509438.0 ], [ 102799.0, 509394.0 ], [ 102836.0, 509298.0 ], [ 102792.0, 509175.0 ], [ 102606.0, 509070.0 ], [ 102367.0, 509027.0 ], [ 102184.0, 509042.0 ], [ 102100.0, 509054.0 ], [ 102031.0, 509111.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109072.0, 508939.0 ], [ 108945.0, 509029.0 ], [ 108855.0, 509159.0 ], [ 108886.0, 509385.0 ], [ 108846.0, 509735.0 ], [ 108470.0, 509997.0 ], [ 107994.0, 510076.0 ], [ 107480.0, 509931.0 ], [ 107136.0, 509851.0 ], [ 106836.0, 509899.0 ], [ 106658.0, 510071.0 ], [ 106729.0, 510253.0 ], [ 106928.0, 510385.0 ], [ 107114.0, 510555.0 ], [ 107481.0, 510546.0 ], [ 107951.0, 510356.0 ], [ 108235.0, 510238.0 ], [ 108453.0, 510133.0 ], [ 108800.0, 510026.0 ], [ 108990.0, 509974.0 ], [ 109073.0, 509914.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103039.0, 508964.0 ], [ 103070.0, 508988.0 ], [ 103138.0, 509004.0 ], [ 103151.0, 508967.0 ], [ 103112.0, 508938.0 ], [ 103039.0, 508964.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103682.0, 508912.0 ], [ 103521.0, 508823.0 ], [ 103448.0, 508573.0 ], [ 103254.0, 508426.0 ], [ 102992.0, 508389.0 ], [ 102853.0, 508426.0 ], [ 102803.0, 508618.0 ], [ 102846.0, 508799.0 ], [ 102911.0, 508960.0 ], [ 102977.0, 509064.0 ], [ 103053.0, 509243.0 ], [ 103146.0, 509430.0 ], [ 103239.0, 509547.0 ], [ 103337.0, 509607.0 ], [ 103483.0, 509633.0 ], [ 103527.0, 509673.0 ], [ 103474.0, 509704.0 ], [ 103472.0, 509783.0 ], [ 103531.0, 509859.0 ], [ 103422.0, 509863.0 ], [ 103321.0, 509894.0 ], [ 103220.0, 509990.0 ], [ 103183.0, 510044.0 ], [ 103120.0, 510118.0 ], [ 103103.0, 510212.0 ], [ 103096.0, 510359.0 ], [ 103056.0, 510595.0 ], [ 102987.0, 510827.0 ], [ 103015.0, 511014.0 ], [ 103110.0, 511229.0 ], [ 103176.0, 511306.0 ], [ 103263.0, 511367.0 ], [ 103481.0, 511356.0 ], [ 103625.0, 511301.0 ], [ 103871.0, 511245.0 ], [ 104122.0, 511258.0 ], [ 104322.0, 511337.0 ], [ 104498.0, 511563.0 ], [ 104645.0, 511826.0 ], [ 104701.0, 512015.0 ], [ 104821.0, 512212.0 ], [ 105048.0, 512358.0 ], [ 105246.0, 512425.0 ], [ 105446.0, 512435.0 ], [ 105635.0, 512381.0 ], [ 105834.0, 512255.0 ], [ 105936.0, 512124.0 ], [ 106155.0, 512030.0 ], [ 106438.0, 511986.0 ], [ 106714.0, 511835.0 ], [ 106994.0, 511710.0 ], [ 107322.0, 511531.0 ], [ 107899.0, 510901.0 ], [ 108078.0, 510711.0 ], [ 108275.0, 510489.0 ], [ 108476.0, 510289.0 ], [ 108841.0, 510214.0 ], [ 109074.0, 510191.0 ] ], [ [ 104093.0, 508840.0 ], [ 104352.0, 508955.0 ], [ 104360.0, 509045.0 ], [ 104324.0, 509114.0 ], [ 104343.0, 509202.0 ], [ 104223.0, 509245.0 ], [ 104116.0, 509291.0 ], [ 104194.0, 509377.0 ], [ 104347.0, 509394.0 ], [ 104527.0, 509378.0 ], [ 104634.0, 509385.0 ], [ 104627.0, 509482.0 ], [ 104582.0, 509590.0 ], [ 104668.0, 509765.0 ], [ 104661.0, 509980.0 ], [ 104700.0, 510143.0 ], [ 104901.0, 510300.0 ], [ 105089.0, 510468.0 ], [ 105528.0, 510775.0 ], [ 105847.0, 510922.0 ], [ 106099.0, 511017.0 ], [ 106270.0, 511028.0 ], [ 106361.0, 510913.0 ], [ 106354.0, 510731.0 ], [ 106249.0, 510525.0 ], [ 106089.0, 510397.0 ], [ 105852.0, 510268.0 ], [ 105625.0, 510059.0 ], [ 105579.0, 509829.0 ], [ 105651.0, 509626.0 ], [ 106004.0, 509591.0 ], [ 106334.0, 509747.0 ], [ 106743.0, 509711.0 ], [ 106946.0, 509607.0 ], [ 107120.0, 509431.0 ], [ 107401.0, 509305.0 ], [ 107645.0, 509446.0 ], [ 108049.0, 509545.0 ], [ 108236.0, 509652.0 ], [ 108475.0, 509670.0 ], [ 108665.0, 509537.0 ], [ 108723.0, 509370.0 ], [ 108728.0, 509184.0 ], [ 108729.0, 508925.0 ], [ 108807.0, 508625.0 ], [ 108902.0, 508473.0 ], [ 109071.0, 508349.0 ] ], [ [ 103682.0, 508912.0 ], [ 103886.0, 508912.0 ], [ 104022.0, 508852.0 ], [ 104093.0, 508840.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103793.0, 508525.0 ], [ 103932.0, 508641.0 ], [ 104064.0, 508699.0 ], [ 104151.0, 508728.0 ], [ 104180.0, 508746.0 ] ], [ [ 100502.0, 508250.0 ], [ 101086.0, 508246.0 ], [ 101328.0, 508317.0 ], [ 101541.0, 508400.0 ], [ 101674.0, 508495.0 ], [ 101876.0, 508568.0 ], [ 102119.0, 508604.0 ], [ 102369.0, 508582.0 ], [ 102543.0, 508453.0 ], [ 102719.0, 508308.0 ], [ 102870.0, 508224.0 ], [ 103011.0, 508122.0 ], [ 103033.0, 508002.0 ], [ 102959.0, 507942.0 ], [ 102834.0, 507905.0 ], [ 102874.0, 507839.0 ], [ 103011.0, 507783.0 ], [ 102950.0, 507735.0 ], [ 102873.0, 507686.0 ], [ 102946.0, 507650.0 ], [ 103072.0, 507626.0 ], [ 103116.0, 507551.0 ], [ 103211.0, 507504.0 ], [ 103398.0, 507514.0 ], [ 103568.0, 507614.0 ], [ 103664.0, 507743.0 ], [ 103789.0, 507990.0 ], [ 103776.0, 508283.0 ], [ 103774.0, 508431.0 ], [ 103793.0, 508525.0 ] ], [ [ 108437.0, 505549.0 ], [ 108362.0, 505766.0 ], [ 108274.0, 505980.0 ], [ 108094.0, 506215.0 ], [ 107709.0, 506417.0 ], [ 107232.0, 506411.0 ], [ 106776.0, 506243.0 ], [ 106425.0, 506083.0 ], [ 106134.0, 506068.0 ], [ 105959.0, 506128.0 ], [ 105863.0, 506199.0 ], [ 105832.0, 506341.0 ], [ 105753.0, 506429.0 ], [ 105642.0, 506374.0 ], [ 105525.0, 506286.0 ], [ 105265.0, 506211.0 ], [ 105158.0, 506352.0 ], [ 105029.0, 506487.0 ], [ 104797.0, 506569.0 ], [ 104464.0, 506654.0 ], [ 104257.0, 506724.0 ], [ 104046.0, 506890.0 ], [ 103979.0, 507091.0 ], [ 104112.0, 507397.0 ], [ 104192.0, 507716.0 ], [ 104209.0, 507957.0 ], [ 104353.0, 508176.0 ], [ 104622.0, 508327.0 ], [ 104989.0, 508570.0 ], [ 105214.0, 508715.0 ], [ 105384.0, 508873.0 ], [ 105143.0, 509063.0 ], [ 104947.0, 508966.0 ], [ 104803.0, 508732.0 ], [ 104666.0, 508547.0 ], [ 104493.0, 508454.0 ], [ 104346.0, 508477.0 ], [ 104255.0, 508487.0 ], [ 104215.0, 508572.0 ], [ 104354.0, 508635.0 ], [ 104447.0, 508705.0 ], [ 104375.0, 508779.0 ], [ 104180.0, 508746.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102913.0, 508508.0 ], [ 102876.0, 508571.0 ], [ 102912.0, 508793.0 ], [ 103032.0, 509079.0 ], [ 103122.0, 509186.0 ], [ 103308.0, 509244.0 ], [ 103527.0, 509315.0 ], [ 103453.0, 509398.0 ], [ 103293.0, 509400.0 ], [ 103288.0, 509483.0 ], [ 103478.0, 509572.0 ], [ 103605.0, 509623.0 ], [ 103759.0, 509762.0 ], [ 103959.0, 509994.0 ], [ 103882.0, 510092.0 ], [ 103754.0, 510075.0 ], [ 103561.0, 509951.0 ], [ 103439.0, 509952.0 ], [ 103366.0, 510013.0 ], [ 103411.0, 510106.0 ], [ 103429.0, 510217.0 ], [ 103307.0, 510130.0 ], [ 103202.0, 510080.0 ], [ 103131.0, 510226.0 ], [ 103162.0, 510492.0 ], [ 103223.0, 510640.0 ], [ 103164.0, 510749.0 ], [ 103153.0, 510987.0 ], [ 103200.0, 511221.0 ], [ 103384.0, 511314.0 ], [ 103608.0, 511248.0 ], [ 103785.0, 511141.0 ], [ 103897.0, 511044.0 ], [ 103943.0, 510912.0 ], [ 103993.0, 510815.0 ], [ 104147.0, 510815.0 ], [ 104356.0, 511019.0 ], [ 104556.0, 511300.0 ], [ 104652.0, 511542.0 ], [ 104783.0, 511900.0 ], [ 104905.0, 512105.0 ], [ 105130.0, 512212.0 ], [ 105321.0, 512225.0 ], [ 105487.0, 512116.0 ], [ 105524.0, 511970.0 ], [ 105383.0, 511780.0 ], [ 105141.0, 511644.0 ], [ 104870.0, 511461.0 ], [ 104797.0, 511302.0 ], [ 104679.0, 511123.0 ], [ 104543.0, 510967.0 ], [ 104320.0, 510792.0 ], [ 104045.0, 510690.0 ], [ 103982.0, 510617.0 ], [ 104071.0, 510528.0 ], [ 104206.0, 510477.0 ], [ 104359.0, 510430.0 ], [ 104491.0, 510393.0 ], [ 104574.0, 510293.0 ], [ 104473.0, 510211.0 ], [ 104367.0, 510152.0 ], [ 104486.0, 510128.0 ], [ 104599.0, 510116.0 ], [ 104602.0, 510016.0 ], [ 104619.0, 509875.0 ], [ 104613.0, 509715.0 ], [ 104454.0, 509643.0 ], [ 104245.0, 509612.0 ], [ 104237.0, 509478.0 ], [ 104110.0, 509396.0 ], [ 104008.0, 509288.0 ], [ 103892.0, 509332.0 ], [ 103853.0, 509425.0 ], [ 103779.0, 509418.0 ], [ 103670.0, 509223.0 ], [ 103567.0, 509118.0 ], [ 103473.0, 509008.0 ], [ 103388.0, 508807.0 ], [ 103318.0, 508635.0 ], [ 103203.0, 508479.0 ], [ 103054.0, 508436.0 ], [ 102913.0, 508508.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102157.0, 507285.0 ], [ 102157.0, 507246.0 ] ], [ [ 102157.0, 507246.0 ], [ 102177.0, 507214.0 ], [ 102268.0, 507217.0 ], [ 102386.0, 507306.0 ], [ 102486.0, 507309.0 ], [ 102658.0, 507084.0 ], [ 102680.0, 507106.0 ], [ 102656.0, 507165.0 ], [ 102592.0, 507300.0 ], [ 102537.0, 507394.0 ], [ 102356.0, 507425.0 ], [ 102209.0, 507346.0 ], [ 102157.0, 507285.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100203.0, 506788.0 ], [ 100317.0, 506781.0 ], [ 100527.0, 506792.0 ], [ 100631.0, 506793.0 ], [ 100807.0, 506787.0 ], [ 100849.0, 506792.0 ], [ 101032.0, 506787.0 ], [ 101182.0, 506765.0 ] ], [ [ 100145.0, 506506.0 ], [ 101265.0, 506490.0 ], [ 101678.0, 506447.0 ], [ 102279.0, 506310.0 ], [ 102467.0, 506226.0 ], [ 102554.0, 506161.0 ], [ 102697.0, 506146.0 ], [ 102658.0, 506253.0 ], [ 102435.0, 506460.0 ], [ 102087.0, 506621.0 ], [ 101589.0, 506758.0 ], [ 101182.0, 506765.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105732.0, 506767.0 ], [ 105776.0, 506761.0 ], [ 105797.0, 506798.0 ], [ 105769.0, 506877.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102140.0, 507212.0 ], [ 102179.0, 507188.0 ], [ 102282.0, 507187.0 ], [ 102394.0, 507261.0 ], [ 102457.0, 507296.0 ], [ 102513.0, 507248.0 ], [ 102630.0, 507089.0 ], [ 102725.0, 507033.0 ], [ 102845.0, 507015.0 ], [ 102976.0, 507034.0 ], [ 103088.0, 507034.0 ], [ 103183.0, 507013.0 ], [ 103248.0, 506802.0 ], [ 103382.0, 506746.0 ], [ 103479.0, 506879.0 ], [ 103496.0, 507080.0 ], [ 103452.0, 507189.0 ], [ 103343.0, 507143.0 ], [ 103260.0, 507085.0 ], [ 103132.0, 507050.0 ], [ 102946.0, 507039.0 ], [ 102777.0, 507056.0 ], [ 102654.0, 507215.0 ], [ 102573.0, 507387.0 ], [ 102481.0, 507461.0 ], [ 102362.0, 507454.0 ], [ 102207.0, 507384.0 ], [ 102123.0, 507313.0 ], [ 102110.0, 507255.0 ], [ 102140.0, 507212.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105993.0, 507368.0 ], [ 106261.0, 507521.0 ], [ 106755.0, 507608.0 ], [ 107169.0, 507629.0 ], [ 107519.0, 507602.0 ], [ 107825.0, 507498.0 ], [ 108101.0, 507324.0 ], [ 108407.0, 507138.0 ], [ 108815.0, 506881.0 ], [ 109068.0, 506734.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106418.0, 507295.0 ], [ 106709.0, 507344.0 ], [ 107084.0, 507425.0 ], [ 107504.0, 507433.0 ], [ 107912.0, 507326.0 ], [ 108121.0, 507218.0 ], [ 108499.0, 507053.0 ], [ 108774.0, 506852.0 ], [ 109068.0, 506622.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102548.0, 507071.0 ], [ 102591.0, 507004.0 ], [ 102697.0, 506988.0 ], [ 102806.0, 506983.0 ], [ 102895.0, 506992.0 ], [ 102979.0, 506978.0 ], [ 103080.0, 506938.0 ], [ 103139.0, 506823.0 ], [ 103183.0, 506725.0 ], [ 103269.0, 506607.0 ], [ 103380.0, 506605.0 ], [ 103478.0, 506730.0 ], [ 103511.0, 506947.0 ], [ 103511.0, 507130.0 ], [ 103477.0, 507225.0 ], [ 103315.0, 507193.0 ], [ 103133.0, 507091.0 ], [ 102991.0, 507065.0 ], [ 102844.0, 507074.0 ], [ 102741.0, 507130.0 ], [ 102623.0, 507300.0 ], [ 102524.0, 507523.0 ], [ 102473.0, 507540.0 ], [ 102367.0, 507508.0 ], [ 102231.0, 507428.0 ], [ 102120.0, 507346.0 ], [ 102081.0, 507291.0 ], [ 102103.0, 507209.0 ], [ 102150.0, 507135.0 ], [ 102268.0, 507130.0 ], [ 102359.0, 507189.0 ], [ 102444.0, 507218.0 ], [ 102519.0, 507156.0 ], [ 102548.0, 507071.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105422.0, 506602.0 ], [ 105285.0, 506645.0 ], [ 105182.0, 506772.0 ], [ 105118.0, 506996.0 ], [ 105110.0, 507227.0 ], [ 105260.0, 507350.0 ], [ 105495.0, 507379.0 ], [ 105643.0, 507426.0 ], [ 105735.0, 507578.0 ], [ 105782.0, 507683.0 ], [ 105774.0, 507858.0 ], [ 105835.0, 507989.0 ], [ 105900.0, 508170.0 ], [ 106144.0, 508162.0 ], [ 106387.0, 508005.0 ], [ 106682.0, 507869.0 ], [ 107003.0, 507795.0 ], [ 107304.0, 507796.0 ], [ 107715.0, 507641.0 ], [ 108031.0, 507465.0 ], [ 108262.0, 507329.0 ], [ 108468.0, 507187.0 ], [ 108724.0, 506996.0 ], [ 109068.0, 506818.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100739.0, 506587.0 ], [ 100871.0, 506590.0 ], [ 101371.0, 506531.0 ], [ 101849.0, 506502.0 ], [ 102150.0, 506441.0 ], [ 102334.0, 506365.0 ], [ 102447.0, 506286.0 ], [ 102536.0, 506206.0 ], [ 102647.0, 506177.0 ], [ 102608.0, 506268.0 ], [ 102420.0, 506437.0 ], [ 102033.0, 506588.0 ], [ 101598.0, 506652.0 ], [ 101170.0, 506707.0 ], [ 100829.0, 506723.0 ], [ 100182.0, 506687.0 ] ], [ [ 100159.0, 506573.0 ], [ 100739.0, 506587.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106068.0, 506558.0 ], [ 105966.0, 506611.0 ], [ 105996.0, 506665.0 ], [ 106100.0, 506677.0 ], [ 106149.0, 506618.0 ], [ 106068.0, 506558.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105458.0, 506563.0 ], [ 105258.0, 506541.0 ], [ 105071.0, 506607.0 ], [ 104992.0, 506831.0 ], [ 104953.0, 507089.0 ], [ 104823.0, 507203.0 ], [ 104683.0, 507307.0 ], [ 104571.0, 507475.0 ], [ 104569.0, 507696.0 ], [ 104570.0, 507810.0 ], [ 104543.0, 508023.0 ], [ 104704.0, 508173.0 ], [ 104878.0, 508181.0 ], [ 104922.0, 508011.0 ], [ 104903.0, 507814.0 ], [ 104946.0, 507617.0 ], [ 105046.0, 507504.0 ], [ 105200.0, 507467.0 ], [ 105395.0, 507477.0 ], [ 105537.0, 507500.0 ], [ 105594.0, 507857.0 ], [ 105498.0, 508101.0 ], [ 105489.0, 508312.0 ], [ 105666.0, 508464.0 ], [ 105859.0, 508544.0 ], [ 106074.0, 508548.0 ], [ 106296.0, 508407.0 ], [ 106532.0, 508167.0 ], [ 106775.0, 508041.0 ], [ 107020.0, 508003.0 ], [ 107233.0, 508084.0 ], [ 107335.0, 508148.0 ], [ 107503.0, 508200.0 ], [ 107713.0, 508109.0 ], [ 107931.0, 507887.0 ], [ 108227.0, 507713.0 ], [ 108459.0, 507602.0 ], [ 109069.0, 507285.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 506710.0 ], [ 103130.0, 506629.0 ], [ 103231.0, 506517.0 ], [ 103400.0, 506547.0 ], [ 103507.0, 506694.0 ], [ 103541.0, 506868.0 ], [ 103560.0, 507024.0 ], [ 103591.0, 507183.0 ], [ 103560.0, 507268.0 ], [ 103418.0, 507315.0 ], [ 103226.0, 507257.0 ], [ 103112.0, 507196.0 ], [ 102930.0, 507102.0 ], [ 102805.0, 507111.0 ], [ 102689.0, 507308.0 ], [ 102596.0, 507519.0 ], [ 102462.0, 507593.0 ], [ 102316.0, 507548.0 ], [ 102130.0, 507407.0 ], [ 102062.0, 507288.0 ], [ 102110.0, 507115.0 ], [ 102250.0, 506986.0 ], [ 102401.0, 506936.0 ], [ 102589.0, 506942.0 ], [ 102782.0, 506961.0 ], [ 102942.0, 506953.0 ], [ 103050.0, 506899.0 ], [ 103088.0, 506833.0 ], [ 103107.0, 506710.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109068.0, 506445.0 ], [ 108951.0, 506607.0 ], [ 108659.0, 506807.0 ], [ 108247.0, 507038.0 ], [ 107872.0, 507208.0 ], [ 107525.0, 507327.0 ], [ 107137.0, 507378.0 ], [ 106813.0, 507295.0 ], [ 106532.0, 507192.0 ], [ 106240.0, 507142.0 ], [ 106050.0, 507077.0 ], [ 105899.0, 506964.0 ], [ 105840.0, 506854.0 ], [ 105937.0, 506748.0 ], [ 106135.0, 506714.0 ], [ 106220.0, 506589.0 ], [ 106142.0, 506478.0 ], [ 106021.0, 506495.0 ], [ 105940.0, 506567.0 ], [ 105885.0, 506661.0 ], [ 105722.0, 506724.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103277.0, 506187.0 ], [ 103262.0, 506285.0 ], [ 103345.0, 506417.0 ], [ 103476.0, 506542.0 ], [ 103568.0, 506736.0 ], [ 103602.0, 506968.0 ], [ 103644.0, 507165.0 ], [ 103662.0, 507241.0 ], [ 103550.0, 507335.0 ], [ 103363.0, 507320.0 ], [ 103245.0, 507282.0 ], [ 103080.0, 507209.0 ], [ 102942.0, 507157.0 ], [ 102795.0, 507156.0 ], [ 102759.0, 507284.0 ], [ 102742.0, 507438.0 ], [ 102601.0, 507708.0 ], [ 102305.0, 507774.0 ], [ 102045.0, 507623.0 ], [ 101984.0, 507271.0 ], [ 102042.0, 507113.0 ], [ 102111.0, 507013.0 ], [ 102245.0, 506917.0 ], [ 102447.0, 506879.0 ], [ 102698.0, 506883.0 ], [ 102852.0, 506874.0 ], [ 102994.0, 506842.0 ], [ 102999.0, 506766.0 ], [ 102745.0, 506777.0 ], [ 102396.0, 506785.0 ], [ 102138.0, 506794.0 ], [ 101830.0, 506940.0 ], [ 101427.0, 507154.0 ], [ 101066.0, 507330.0 ], [ 100326.0, 507390.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102067.0, 506071.0 ], [ 102121.0, 506139.0 ], [ 102295.0, 506149.0 ], [ 102480.0, 506087.0 ], [ 102671.0, 505996.0 ], [ 102739.0, 505906.0 ], [ 102698.0, 505789.0 ], [ 102467.0, 505756.0 ], [ 102259.0, 505840.0 ], [ 102219.0, 505907.0 ], [ 102098.0, 506004.0 ], [ 102080.0, 506044.0 ] ], [ [ 102080.0, 506044.0 ], [ 102067.0, 506071.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109067.0, 506015.0 ], [ 108969.0, 506187.0 ], [ 108520.0, 506552.0 ], [ 107975.0, 506805.0 ], [ 107371.0, 506947.0 ], [ 106921.0, 506840.0 ], [ 106724.0, 506614.0 ], [ 106424.0, 506378.0 ], [ 106015.0, 506385.0 ], [ 105855.0, 506475.0 ], [ 105665.0, 506614.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100460.0, 508043.0 ], [ 101144.0, 508060.0 ], [ 101516.0, 508161.0 ], [ 101874.0, 508396.0 ], [ 102084.0, 508488.0 ], [ 102349.0, 508481.0 ], [ 102547.0, 508219.0 ], [ 102624.0, 507992.0 ], [ 102691.0, 507774.0 ], [ 102791.0, 507570.0 ], [ 102936.0, 507362.0 ], [ 103138.0, 507360.0 ], [ 103292.0, 507400.0 ], [ 103452.0, 507464.0 ], [ 103611.0, 507594.0 ], [ 103717.0, 507774.0 ], [ 103832.0, 508000.0 ], [ 103893.0, 508216.0 ], [ 103991.0, 508327.0 ], [ 104112.0, 508326.0 ], [ 104169.0, 508151.0 ], [ 104099.0, 507818.0 ], [ 103994.0, 507518.0 ], [ 103786.0, 507226.0 ], [ 103762.0, 507108.0 ], [ 103840.0, 506945.0 ], [ 103895.0, 506766.0 ], [ 104002.0, 506578.0 ], [ 104028.0, 506412.0 ], [ 103820.0, 506295.0 ], [ 103591.0, 506323.0 ], [ 103481.0, 506249.0 ], [ 103640.0, 506186.0 ], [ 103548.0, 506125.0 ], [ 103555.0, 506088.0 ], [ 103684.0, 506083.0 ], [ 103746.0, 506010.0 ], [ 103695.0, 505854.0 ], [ 103574.0, 505819.0 ], [ 103470.0, 505861.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105485.0, 505991.0 ], [ 105452.0, 505967.0 ], [ 105506.0, 505912.0 ], [ 105712.0, 505846.0 ], [ 105967.0, 505821.0 ], [ 106529.0, 505863.0 ], [ 106881.0, 505845.0 ], [ 107271.0, 505765.0 ], [ 107489.0, 505731.0 ], [ 107666.0, 505709.0 ], [ 107847.0, 505722.0 ], [ 107956.0, 505815.0 ], [ 107858.0, 505967.0 ], [ 107521.0, 506086.0 ], [ 107137.0, 506066.0 ], [ 106808.0, 505994.0 ], [ 106411.0, 505927.0 ], [ 106122.0, 505892.0 ], [ 105829.0, 505884.0 ], [ 105628.0, 505941.0 ], [ 105485.0, 505991.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102968.0, 505638.0 ], [ 103040.0, 505592.0 ], [ 103150.0, 505490.0 ], [ 103218.0, 505488.0 ], [ 103192.0, 505667.0 ], [ 103118.0, 505718.0 ], [ 103070.0, 505679.0 ], [ 103006.0, 505692.0 ], [ 102951.0, 505700.0 ], [ 102933.0, 505675.0 ], [ 102968.0, 505638.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103024.0, 505506.0 ], [ 103080.0, 505453.0 ], [ 103232.0, 505366.0 ], [ 103310.0, 505424.0 ], [ 103258.0, 505571.0 ], [ 103199.0, 505674.0 ], [ 103118.0, 505744.0 ], [ 103010.0, 505738.0 ], [ 102972.0, 505824.0 ], [ 102910.0, 505983.0 ], [ 102878.0, 505987.0 ], [ 102895.0, 505904.0 ], [ 102904.0, 505787.0 ], [ 102857.0, 505726.0 ], [ 102789.0, 505707.0 ], [ 102755.0, 505635.0 ], [ 102835.0, 505613.0 ], [ 102934.0, 505598.0 ], [ 103024.0, 505506.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100124.0, 506406.0 ], [ 100835.0, 506443.0 ], [ 101183.0, 506450.0 ], [ 101562.0, 506405.0 ], [ 102072.0, 506277.0 ], [ 102496.0, 506129.0 ], [ 102695.0, 506031.0 ], [ 102801.0, 505965.0 ], [ 102819.0, 505798.0 ], [ 102649.0, 505666.0 ], [ 102358.0, 505652.0 ], [ 102140.0, 505720.0 ], [ 101946.0, 505599.0 ], [ 101935.0, 505484.0 ], [ 102031.0, 505438.0 ], [ 102112.0, 505496.0 ], [ 102277.0, 505571.0 ], [ 102502.0, 505542.0 ], [ 102741.0, 505384.0 ], [ 102981.0, 505304.0 ], [ 103257.0, 505287.0 ], [ 103461.0, 505265.0 ], [ 103654.0, 505310.0 ], [ 103821.0, 505311.0 ], [ 103970.0, 505372.0 ], [ 103973.0, 505466.0 ], [ 103899.0, 505514.0 ], [ 103687.0, 505423.0 ], [ 103478.0, 505406.0 ], [ 103337.0, 505484.0 ], [ 103295.0, 505601.0 ], [ 103199.0, 505729.0 ], [ 103090.0, 505795.0 ], [ 103024.0, 505864.0 ], [ 102974.0, 505998.0 ], [ 102926.0, 506133.0 ], [ 102863.0, 506208.0 ], [ 102664.0, 506270.0 ], [ 102613.0, 506341.0 ], [ 102441.0, 506472.0 ], [ 102201.0, 506609.0 ], [ 102019.0, 506680.0 ], [ 101661.0, 506843.0 ], [ 101189.0, 506911.0 ], [ 100233.0, 506937.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104882.0, 505074.0 ], [ 104916.0, 505255.0 ], [ 104881.0, 505508.0 ], [ 104730.0, 505658.0 ], [ 104536.0, 505790.0 ], [ 104422.0, 505947.0 ], [ 104281.0, 506098.0 ], [ 104089.0, 506138.0 ], [ 103925.0, 506016.0 ], [ 103867.0, 505855.0 ], [ 103746.0, 505772.0 ], [ 103600.0, 505686.0 ], [ 103558.0, 505607.0 ], [ 103493.0, 505674.0 ], [ 103425.0, 505755.0 ], [ 103244.0, 505821.0 ], [ 103130.0, 505899.0 ], [ 103028.0, 506164.0 ], [ 102974.0, 506225.0 ], [ 102849.0, 506264.0 ], [ 102665.0, 506339.0 ], [ 102508.0, 506432.0 ], [ 102297.0, 506585.0 ], [ 102120.0, 506708.0 ], [ 101948.0, 506846.0 ], [ 101750.0, 506947.0 ], [ 101533.0, 507022.0 ], [ 101311.0, 507151.0 ], [ 101130.0, 507253.0 ], [ 100916.0, 507277.0 ], [ 100295.0, 507238.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104842.0, 504415.0 ], [ 104815.0, 504387.0 ], [ 104798.0, 504309.0 ], [ 104938.0, 504297.0 ], [ 105173.0, 504504.0 ], [ 105297.0, 504726.0 ], [ 105329.0, 504885.0 ], [ 105299.0, 505013.0 ], [ 105142.0, 505038.0 ], [ 105028.0, 504864.0 ], [ 104988.0, 504623.0 ], [ 104842.0, 504415.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99668.0, 504165.0 ], [ 100171.0, 504005.0 ], [ 100298.0, 504006.0 ], [ 100437.0, 503998.0 ], [ 100474.0, 504086.0 ], [ 100326.0, 504293.0 ], [ 100271.0, 504575.0 ], [ 100264.0, 504744.0 ], [ 100267.0, 504914.0 ], [ 99907.0, 505337.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102453.0, 504028.0 ], [ 102458.0, 504144.0 ], [ 102545.0, 504277.0 ], [ 102632.0, 504366.0 ], [ 102759.0, 504332.0 ], [ 102721.0, 504194.0 ], [ 102650.0, 504072.0 ], [ 102595.0, 503924.0 ], [ 102529.0, 503865.0 ], [ 102459.0, 503916.0 ], [ 102453.0, 504028.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101156.0, 503799.0 ], [ 101248.0, 503831.0 ], [ 101336.0, 503876.0 ], [ 101457.0, 503956.0 ], [ 101560.0, 503954.0 ], [ 101633.0, 503878.0 ], [ 101629.0, 503808.0 ], [ 101457.0, 503746.0 ], [ 101300.0, 503767.0 ], [ 101196.0, 503747.0 ], [ 101156.0, 503799.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99621.0, 503930.0 ], [ 100168.0, 503807.0 ], [ 100996.0, 503719.0 ], [ 101351.0, 503703.0 ], [ 101563.0, 503722.0 ], [ 101681.0, 503767.0 ], [ 101755.0, 503845.0 ], [ 101726.0, 503953.0 ], [ 101560.0, 504031.0 ], [ 101280.0, 504076.0 ], [ 100983.0, 504103.0 ], [ 100688.0, 504213.0 ], [ 100550.0, 504430.0 ], [ 100539.0, 504731.0 ], [ 100515.0, 505115.0 ], [ 100386.0, 505304.0 ], [ 99962.0, 505608.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109064.0, 503942.0 ], [ 108789.0, 503798.0 ], [ 108732.0, 503683.0 ], [ 108542.0, 503630.0 ], [ 108350.0, 503661.0 ], [ 108190.0, 503747.0 ], [ 108002.0, 503921.0 ], [ 107840.0, 504081.0 ], [ 107741.0, 504273.0 ], [ 107737.0, 504374.0 ], [ 107867.0, 504445.0 ], [ 108028.0, 504516.0 ], [ 108195.0, 504532.0 ] ], [ [ 109064.0, 503942.0 ], [ 108790.0, 503667.0 ], [ 108755.0, 503512.0 ], [ 108600.0, 503491.0 ], [ 108396.0, 503606.0 ], [ 108207.0, 503687.0 ], [ 107998.0, 503823.0 ], [ 107736.0, 503942.0 ], [ 107488.0, 504080.0 ], [ 107285.0, 504242.0 ], [ 107297.0, 504443.0 ], [ 107451.0, 504629.0 ], [ 107659.0, 504682.0 ], [ 107852.0, 504657.0 ], [ 107953.0, 504619.0 ], [ 108145.0, 504641.0 ] ], [ [ 109064.0, 503942.0 ], [ 108926.0, 503778.0 ], [ 108850.0, 503629.0 ], [ 108996.0, 503284.0 ], [ 108824.0, 503165.0 ], [ 108678.0, 503175.0 ], [ 108522.0, 503375.0 ], [ 108329.0, 503486.0 ], [ 107967.0, 503434.0 ], [ 107619.0, 503591.0 ], [ 107248.0, 503774.0 ], [ 106760.0, 503917.0 ], [ 106379.0, 503979.0 ], [ 106052.0, 503924.0 ], [ 105771.0, 503812.0 ], [ 105584.0, 503818.0 ], [ 105520.0, 504077.0 ], [ 105601.0, 504410.0 ], [ 105691.0, 504645.0 ], [ 105842.0, 504963.0 ], [ 105950.0, 505228.0 ], [ 106204.0, 505288.0 ], [ 106543.0, 505303.0 ], [ 106884.0, 505313.0 ], [ 107266.0, 505145.0 ], [ 107578.0, 504991.0 ], [ 107790.0, 504920.0 ], [ 107977.0, 504855.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104638.0, 504482.0 ], [ 104519.0, 504343.0 ], [ 104341.0, 504188.0 ], [ 104136.0, 504001.0 ], [ 103949.0, 503813.0 ], [ 103669.0, 503637.0 ], [ 103483.0, 503626.0 ], [ 103472.0, 503785.0 ], [ 103591.0, 503946.0 ], [ 103803.0, 504048.0 ], [ 103818.0, 504155.0 ], [ 103643.0, 504175.0 ], [ 103524.0, 504200.0 ], [ 103589.0, 504291.0 ], [ 103909.0, 504330.0 ], [ 104262.0, 504359.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99576.0, 503710.0 ], [ 100168.0, 503649.0 ], [ 100514.0, 503617.0 ], [ 100936.0, 503617.0 ], [ 101288.0, 503632.0 ], [ 101515.0, 503655.0 ], [ 101724.0, 503712.0 ], [ 101792.0, 503835.0 ], [ 101766.0, 503944.0 ], [ 101630.0, 504043.0 ], [ 101388.0, 504090.0 ], [ 101168.0, 504143.0 ], [ 100931.0, 504380.0 ], [ 100836.0, 504656.0 ], [ 100849.0, 504902.0 ], [ 100647.0, 505260.0 ], [ 100009.0, 505841.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99523.0, 503450.0 ], [ 100242.0, 503417.0 ], [ 100830.0, 503449.0 ], [ 101428.0, 503517.0 ], [ 101707.0, 503596.0 ], [ 101826.0, 503828.0 ], [ 101777.0, 504015.0 ], [ 101499.0, 504156.0 ], [ 101289.0, 504343.0 ], [ 101272.0, 504480.0 ], [ 101417.0, 504674.0 ], [ 101701.0, 504752.0 ], [ 102003.0, 504692.0 ], [ 102246.0, 504593.0 ], [ 102405.0, 504465.0 ], [ 102414.0, 504313.0 ], [ 102397.0, 504100.0 ], [ 102374.0, 503892.0 ], [ 102441.0, 503776.0 ], [ 102578.0, 503772.0 ], [ 102706.0, 503971.0 ], [ 102858.0, 504163.0 ], [ 103054.0, 504260.0 ], [ 103303.0, 504323.0 ], [ 103425.0, 504405.0 ], [ 103675.0, 504676.0 ], [ 103950.0, 504718.0 ], [ 104162.0, 504695.0 ], [ 104367.0, 504695.0 ], [ 104611.0, 504722.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102145.0, 503444.0 ], [ 102143.0, 503456.0 ], [ 102219.0, 503533.0 ], [ 102212.0, 503588.0 ], [ 102087.0, 503607.0 ], [ 102089.0, 503706.0 ], [ 102146.0, 503758.0 ], [ 102022.0, 503774.0 ], [ 101993.0, 503847.0 ], [ 102127.0, 503933.0 ], [ 102138.0, 504084.0 ], [ 102140.0, 504152.0 ], [ 102252.0, 504169.0 ], [ 102301.0, 504079.0 ], [ 102255.0, 503938.0 ], [ 102219.0, 503815.0 ], [ 102291.0, 503681.0 ], [ 102427.0, 503631.0 ], [ 102576.0, 503630.0 ], [ 102623.0, 503555.0 ], [ 102525.0, 503489.0 ], [ 102452.0, 503408.0 ], [ 102341.0, 503367.0 ], [ 102225.0, 503377.0 ], [ 102145.0, 503444.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99351.0, 502803.0 ], [ 100037.0, 502808.0 ], [ 100421.0, 502851.0 ], [ 101005.0, 502883.0 ], [ 101363.0, 502990.0 ], [ 101598.0, 503106.0 ], [ 101896.0, 503195.0 ], [ 102210.0, 503262.0 ], [ 102449.0, 503316.0 ], [ 102894.0, 503275.0 ], [ 103285.0, 503214.0 ], [ 103458.0, 503168.0 ], [ 103614.0, 503147.0 ], [ 103903.0, 503254.0 ], [ 104257.0, 503405.0 ], [ 104654.0, 503468.0 ], [ 104993.0, 503472.0 ], [ 105152.0, 503487.0 ], [ 105194.0, 503604.0 ], [ 105160.0, 503917.0 ], [ 105240.0, 504333.0 ], [ 105498.0, 504956.0 ], [ 105449.0, 505167.0 ], [ 105367.0, 505384.0 ], [ 105489.0, 505636.0 ], [ 105716.0, 505661.0 ], [ 106319.0, 505767.0 ], [ 106534.0, 505773.0 ], [ 106802.0, 505712.0 ], [ 106989.0, 505644.0 ], [ 107253.0, 505605.0 ], [ 107494.0, 505590.0 ], [ 107748.0, 505607.0 ], [ 108044.0, 505477.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102291.0, 502227.0 ], [ 102186.0, 502204.0 ], [ 101958.0, 502340.0 ], [ 101740.0, 502422.0 ], [ 101544.0, 502525.0 ], [ 101535.0, 502712.0 ], [ 101623.0, 502827.0 ], [ 101753.0, 502752.0 ], [ 101834.0, 502743.0 ], [ 101915.0, 502905.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 502255.0 ], [ 102380.0, 502165.0 ], [ 102349.0, 502085.0 ], [ 102154.0, 502166.0 ], [ 101885.0, 502263.0 ], [ 101614.0, 502374.0 ], [ 101394.0, 502458.0 ], [ 101380.0, 502648.0 ], [ 101509.0, 502818.0 ], [ 101669.0, 502908.0 ], [ 101777.0, 502949.0 ], [ 101927.0, 502996.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104838.0, 502073.0 ], [ 105007.0, 502218.0 ], [ 105059.0, 502490.0 ], [ 105073.0, 502782.0 ], [ 105173.0, 502974.0 ], [ 105032.0, 503169.0 ], [ 104677.0, 503207.0 ], [ 104301.0, 503125.0 ], [ 104052.0, 502920.0 ], [ 103850.0, 502730.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102486.0, 502292.0 ], [ 102489.0, 502211.0 ], [ 102510.0, 502036.0 ], [ 102567.0, 501816.0 ], [ 102467.0, 501742.0 ], [ 102272.0, 501863.0 ], [ 102040.0, 502045.0 ], [ 101592.0, 502113.0 ], [ 101237.0, 502159.0 ], [ 100980.0, 502183.0 ], [ 100972.0, 502325.0 ], [ 101057.0, 502407.0 ], [ 101117.0, 502591.0 ], [ 101322.0, 502797.0 ], [ 101499.0, 502889.0 ], [ 101619.0, 503022.0 ], [ 101792.0, 503104.0 ], [ 101987.0, 503092.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102361.0, 501427.0 ], [ 102416.0, 501621.0 ], [ 102514.0, 501639.0 ], [ 102540.0, 501492.0 ], [ 102539.0, 501376.0 ], [ 102465.0, 501312.0 ], [ 102393.0, 501337.0 ], [ 102361.0, 501427.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109060.0, 501326.0 ], [ 108980.0, 501301.0 ], [ 108779.0, 501246.0 ], [ 108647.0, 501231.0 ], [ 108517.0, 501362.0 ], [ 108416.0, 501603.0 ], [ 108299.0, 501753.0 ], [ 108221.0, 501981.0 ], [ 108160.0, 502334.0 ], [ 108132.0, 502582.0 ], [ 108064.0, 502790.0 ], [ 107910.0, 502956.0 ], [ 107581.0, 503047.0 ], [ 107223.0, 503071.0 ], [ 106902.0, 503060.0 ], [ 106641.0, 502931.0 ], [ 106383.0, 502753.0 ], [ 106150.0, 502537.0 ], [ 105963.0, 502304.0 ], [ 105821.0, 502076.0 ], [ 105806.0, 501852.0 ], [ 105825.0, 501641.0 ], [ 105749.0, 501517.0 ], [ 105579.0, 501415.0 ] ], [ [ 109060.0, 501326.0 ], [ 108812.0, 501187.0 ], [ 108667.0, 501190.0 ], [ 108569.0, 501255.0 ], [ 108470.0, 501412.0 ], [ 108344.0, 501643.0 ], [ 108235.0, 501847.0 ], [ 108166.0, 502043.0 ], [ 108057.0, 502398.0 ], [ 107968.0, 502655.0 ], [ 107726.0, 502762.0 ], [ 107424.0, 502788.0 ], [ 107144.0, 502713.0 ], [ 106716.0, 502572.0 ], [ 106333.0, 502372.0 ], [ 106068.0, 502119.0 ], [ 105956.0, 501883.0 ], [ 105925.0, 501698.0 ], [ 105884.0, 501577.0 ], [ 105710.0, 501404.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102197.0, 501284.0 ], [ 102390.0, 501210.0 ], [ 102559.0, 501244.0 ], [ 102625.0, 501394.0 ], [ 102647.0, 501551.0 ], [ 102867.0, 501629.0 ], [ 103235.0, 501662.0 ], [ 103573.0, 501689.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109060.0, 501198.0 ], [ 108831.0, 501151.0 ], [ 108714.0, 501149.0 ], [ 108554.0, 501206.0 ], [ 108389.0, 501438.0 ], [ 108190.0, 501817.0 ], [ 108060.0, 502030.0 ], [ 107802.0, 502368.0 ], [ 107491.0, 502562.0 ], [ 107116.0, 502531.0 ], [ 106629.0, 502333.0 ], [ 106264.0, 502167.0 ], [ 106076.0, 501951.0 ], [ 105993.0, 501726.0 ], [ 105869.0, 501485.0 ], [ 105769.0, 501402.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102195.0, 501126.0 ], [ 102364.0, 501100.0 ], [ 102599.0, 501098.0 ], [ 102883.0, 501161.0 ], [ 103182.0, 501177.0 ], [ 103468.0, 501327.0 ], [ 103684.0, 501549.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101396.0, 501105.0 ], [ 101412.0, 501162.0 ], [ 101479.0, 501343.0 ], [ 101617.0, 501405.0 ], [ 101680.0, 501406.0 ], [ 101718.0, 501277.0 ], [ 101679.0, 501134.0 ], [ 101539.0, 501026.0 ], [ 101475.0, 501001.0 ], [ 101396.0, 501105.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101816.0, 501119.0 ], [ 101639.0, 501015.0 ], [ 101402.0, 500936.0 ], [ 101284.0, 500983.0 ], [ 101240.0, 501206.0 ], [ 101274.0, 501619.0 ], [ 101096.0, 501738.0 ], [ 100994.0, 501557.0 ], [ 100914.0, 501358.0 ], [ 100511.0, 501198.0 ], [ 99637.0, 501008.0 ], [ 98792.0, 501030.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103632.0, 500842.0 ], [ 103675.0, 500990.0 ], [ 103742.0, 501119.0 ], [ 103864.0, 501228.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105114.0, 501303.0 ], [ 105236.0, 501214.0 ], [ 105292.0, 501075.0 ], [ 105329.0, 500912.0 ], [ 105458.0, 500830.0 ], [ 105499.0, 500960.0 ], [ 105434.0, 501134.0 ], [ 105417.0, 501290.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98785.0, 500706.0 ], [ 99367.0, 500766.0 ], [ 99929.0, 500831.0 ], [ 100486.0, 501006.0 ], [ 100875.0, 501139.0 ], [ 101066.0, 501231.0 ], [ 101137.0, 501121.0 ], [ 101187.0, 500983.0 ], [ 101359.0, 500900.0 ], [ 101528.0, 500925.0 ], [ 101639.0, 500979.0 ], [ 101811.0, 501080.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105700.0, 501273.0 ], [ 105780.0, 501148.0 ], [ 105792.0, 501003.0 ], [ 105864.0, 500825.0 ], [ 106085.0, 500706.0 ], [ 106446.0, 500702.0 ], [ 106698.0, 500758.0 ], [ 106900.0, 501038.0 ], [ 106989.0, 501403.0 ], [ 107012.0, 501616.0 ], [ 107055.0, 501868.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102558.0, 500679.0 ], [ 102668.0, 500824.0 ], [ 102894.0, 500840.0 ], [ 103051.0, 500682.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105539.0, 501283.0 ], [ 105603.0, 501113.0 ], [ 105641.0, 500962.0 ], [ 105762.0, 500772.0 ], [ 105851.0, 500665.0 ], [ 106039.0, 500584.0 ], [ 106488.0, 500572.0 ], [ 106739.0, 500625.0 ], [ 106971.0, 500809.0 ], [ 107157.0, 501018.0 ], [ 107312.0, 501281.0 ], [ 107478.0, 501458.0 ], [ 107670.0, 501529.0 ], [ 107918.0, 501554.0 ], [ 108172.0, 501458.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98780.0, 500502.0 ], [ 99266.0, 500500.0 ], [ 99751.0, 500563.0 ], [ 100257.0, 500767.0 ], [ 100712.0, 500956.0 ], [ 101032.0, 500990.0 ], [ 101130.0, 500864.0 ], [ 101306.0, 500823.0 ], [ 101538.0, 500855.0 ], [ 101734.0, 500932.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102228.0, 500218.0 ], [ 102096.0, 500149.0 ], [ 101985.0, 500131.0 ], [ 101873.0, 500215.0 ], [ 101844.0, 500288.0 ], [ 101861.0, 500381.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101465.0, 499991.0 ], [ 101400.0, 500158.0 ], [ 101411.0, 500247.0 ], [ 101455.0, 500369.0 ], [ 101487.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106142.0, 500317.0 ], [ 106145.0, 500365.0 ], [ 106390.0, 500401.0 ], [ 106731.0, 500487.0 ], [ 107006.0, 500679.0 ], [ 107326.0, 500909.0 ], [ 107449.0, 500919.0 ], [ 107368.0, 500787.0 ], [ 107116.0, 500594.0 ], [ 106932.0, 500342.0 ], [ 106726.0, 500038.0 ], [ 106477.0, 499943.0 ], [ 106331.0, 499972.0 ], [ 106236.0, 500128.0 ], [ 106142.0, 500317.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101914.0, 499911.0 ], [ 102114.0, 500073.0 ], [ 102234.0, 500126.0 ], [ 102293.0, 500077.0 ], [ 102327.0, 499965.0 ], [ 102462.0, 499955.0 ], [ 102561.0, 500100.0 ], [ 102661.0, 500195.0 ] ], [ [ 101914.0, 499911.0 ], [ 101718.0, 499930.0 ], [ 101669.0, 499995.0 ], [ 101717.0, 500065.0 ], [ 101810.0, 500127.0 ], [ 101751.0, 500224.0 ], [ 101690.0, 500428.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 499743.0 ], [ 102370.0, 499847.0 ], [ 102495.0, 499907.0 ], [ 102675.0, 499915.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103803.0, 500777.0 ], [ 104102.0, 500695.0 ], [ 104344.0, 500653.0 ], [ 104581.0, 500695.0 ], [ 104865.0, 500710.0 ], [ 105198.0, 500637.0 ], [ 105595.0, 500525.0 ], [ 105796.0, 500372.0 ], [ 105912.0, 500170.0 ], [ 105962.0, 499972.0 ], [ 106114.0, 499715.0 ], [ 106357.0, 499685.0 ], [ 106753.0, 499781.0 ], [ 107099.0, 499897.0 ], [ 107353.0, 500098.0 ], [ 107551.0, 500425.0 ], [ 107764.0, 500831.0 ], [ 107897.0, 501042.0 ], [ 108222.0, 501082.0 ], [ 108377.0, 501045.0 ], [ 108588.0, 501018.0 ], [ 108764.0, 501016.0 ], [ 109060.0, 501093.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103096.0, 499680.0 ], [ 103274.0, 499563.0 ], [ 103396.0, 499556.0 ], [ 103504.0, 499612.0 ], [ 103463.0, 499796.0 ], [ 103386.0, 499906.0 ], [ 103304.0, 499996.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103041.0, 499587.0 ], [ 103148.0, 499569.0 ], [ 103311.0, 499472.0 ], [ 103466.0, 499495.0 ], [ 103578.0, 499570.0 ], [ 103582.0, 499723.0 ], [ 103521.0, 499884.0 ], [ 103462.0, 500060.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102980.0, 499527.0 ], [ 103177.0, 499499.0 ], [ 103273.0, 499390.0 ], [ 103448.0, 499320.0 ], [ 103615.0, 499371.0 ], [ 103704.0, 499483.0 ], [ 103695.0, 499709.0 ], [ 103666.0, 499885.0 ], [ 103648.0, 500109.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103935.0, 500358.0 ], [ 104224.0, 500455.0 ], [ 104462.0, 500519.0 ], [ 104851.0, 500465.0 ], [ 105071.0, 500350.0 ], [ 105261.0, 500118.0 ], [ 105457.0, 500034.0 ], [ 105544.0, 499883.0 ], [ 105542.0, 499729.0 ], [ 105561.0, 499556.0 ], [ 105735.0, 499397.0 ], [ 105933.0, 499288.0 ], [ 106088.0, 499244.0 ], [ 106334.0, 499284.0 ], [ 106719.0, 499390.0 ], [ 107230.0, 499601.0 ], [ 107483.0, 499772.0 ], [ 107673.0, 500014.0 ], [ 107787.0, 500394.0 ], [ 107940.0, 500770.0 ], [ 108189.0, 500896.0 ], [ 108486.0, 500946.0 ], [ 108759.0, 500955.0 ], [ 109060.0, 500981.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101011.0, 499119.0 ], [ 101150.0, 499132.0 ], [ 101297.0, 499208.0 ], [ 101360.0, 499356.0 ], [ 101317.0, 499563.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100406.0, 498106.0 ], [ 100422.0, 498110.0 ], [ 100756.0, 498107.0 ], [ 100990.0, 498114.0 ], [ 101197.0, 498211.0 ], [ 101288.0, 498468.0 ], [ 101226.0, 498727.0 ] ], [ [ 100074.0, 498031.0 ], [ 100406.0, 498106.0 ] ], [ [ 99801.0, 497948.0 ], [ 99913.0, 497994.0 ], [ 100074.0, 498031.0 ] ], [ [ 100406.0, 498106.0 ], [ 100552.0, 498032.0 ], [ 100841.0, 497941.0 ], [ 101144.0, 497932.0 ], [ 101384.0, 498063.0 ], [ 101562.0, 498297.0 ], [ 101409.0, 498580.0 ], [ 101226.0, 498727.0 ] ], [ [ 100074.0, 498031.0 ], [ 100421.0, 497995.0 ], [ 100719.0, 497883.0 ], [ 101031.0, 497800.0 ], [ 101334.0, 497885.0 ], [ 101579.0, 498004.0 ], [ 101842.0, 498115.0 ], [ 101930.0, 498212.0 ], [ 101914.0, 498364.0 ], [ 101707.0, 498513.0 ], [ 101571.0, 498700.0 ], [ 101578.0, 498938.0 ], [ 101771.0, 499149.0 ], [ 102001.0, 499206.0 ], [ 102166.0, 499216.0 ] ], [ [ 99122.0, 497567.0 ], [ 99507.0, 497826.0 ], [ 99801.0, 497948.0 ] ], [ [ 98705.0, 497283.0 ], [ 99122.0, 497567.0 ] ], [ [ 101843.0, 496781.0 ], [ 101848.0, 497002.0 ], [ 101915.0, 497334.0 ], [ 101985.0, 497619.0 ], [ 101912.0, 497836.0 ], [ 101748.0, 497935.0 ], [ 101506.0, 497835.0 ], [ 101211.0, 497636.0 ], [ 100803.0, 497649.0 ], [ 100440.0, 497797.0 ], [ 100089.0, 497911.0 ], [ 99801.0, 497948.0 ] ], [ [ 101462.0, 496779.0 ], [ 101426.0, 496918.0 ], [ 101503.0, 497174.0 ], [ 101438.0, 497402.0 ], [ 101183.0, 497429.0 ], [ 100823.0, 497480.0 ], [ 100506.0, 497624.0 ], [ 100133.0, 497717.0 ], [ 99734.0, 497647.0 ], [ 99359.0, 497589.0 ], [ 99122.0, 497567.0 ] ], [ [ 101051.0, 499067.0 ], [ 101225.0, 499095.0 ], [ 101404.0, 499237.0 ], [ 101490.0, 499534.0 ] ], [ [ 101226.0, 498727.0 ], [ 101186.0, 498890.0 ], [ 101051.0, 499067.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102517.0, 499138.0 ], [ 102630.0, 499015.0 ], [ 102633.0, 498898.0 ], [ 102786.0, 498791.0 ], [ 103179.0, 498942.0 ], [ 103661.0, 499085.0 ], [ 103944.0, 499072.0 ], [ 104138.0, 499029.0 ], [ 104297.0, 498889.0 ], [ 104327.0, 498638.0 ], [ 104453.0, 498539.0 ], [ 104582.0, 498592.0 ], [ 104505.0, 498758.0 ], [ 104442.0, 498964.0 ], [ 104518.0, 499191.0 ], [ 104545.0, 499360.0 ], [ 104498.0, 499568.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102419.0, 499037.0 ], [ 102462.0, 498854.0 ], [ 102485.0, 498608.0 ], [ 102526.0, 498403.0 ], [ 102705.0, 498319.0 ], [ 102978.0, 498557.0 ], [ 103226.0, 498751.0 ], [ 103492.0, 498879.0 ], [ 103846.0, 498871.0 ], [ 104100.0, 498758.0 ], [ 104275.0, 498580.0 ], [ 104511.0, 498484.0 ], [ 104658.0, 498504.0 ], [ 104628.0, 498674.0 ], [ 104570.0, 498904.0 ], [ 104723.0, 499101.0 ], [ 104832.0, 499310.0 ], [ 104836.0, 499459.0 ], [ 104707.0, 499620.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105234.0, 497930.0 ], [ 105205.0, 497933.0 ], [ 105116.0, 498035.0 ], [ 105064.0, 498141.0 ], [ 105117.0, 498196.0 ], [ 105270.0, 498139.0 ], [ 105388.0, 498041.0 ], [ 105385.0, 497926.0 ], [ 105234.0, 497930.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109058.0, 499874.0 ], [ 108813.0, 499787.0 ], [ 108417.0, 499564.0 ], [ 108110.0, 499267.0 ], [ 107856.0, 498924.0 ], [ 107520.0, 498626.0 ], [ 107161.0, 498426.0 ], [ 106914.0, 498480.0 ], [ 106858.0, 498685.0 ], [ 106702.0, 498873.0 ], [ 106445.0, 498915.0 ], [ 106212.0, 498802.0 ], [ 106025.0, 498476.0 ], [ 105899.0, 498081.0 ], [ 105852.0, 497843.0 ], [ 105735.0, 497632.0 ], [ 105522.0, 497567.0 ], [ 105346.0, 497442.0 ], [ 105233.0, 497294.0 ], [ 105018.0, 497212.0 ], [ 104835.0, 497259.0 ], [ 104765.0, 497344.0 ], [ 104877.0, 497667.0 ], [ 104739.0, 497831.0 ], [ 104336.0, 498002.0 ], [ 103944.0, 498172.0 ], [ 103698.0, 498252.0 ], [ 103586.0, 498328.0 ], [ 103602.0, 498422.0 ], [ 103895.0, 498457.0 ], [ 104208.0, 498252.0 ], [ 104453.0, 498086.0 ], [ 104689.0, 497992.0 ], [ 104882.0, 497899.0 ], [ 105083.0, 497777.0 ], [ 105265.0, 497702.0 ], [ 105467.0, 497688.0 ], [ 105694.0, 497809.0 ], [ 105780.0, 498078.0 ], [ 105777.0, 498571.0 ], [ 105713.0, 498968.0 ], [ 105530.0, 499270.0 ], [ 105380.0, 499407.0 ], [ 105188.0, 499454.0 ], [ 105145.0, 499625.0 ], [ 105282.0, 499791.0 ], [ 105431.0, 499833.0 ], [ 105419.0, 499651.0 ], [ 105404.0, 499549.0 ], [ 105539.0, 499371.0 ], [ 105722.0, 499214.0 ], [ 105861.0, 499040.0 ], [ 106020.0, 498941.0 ], [ 106170.0, 498984.0 ], [ 106396.0, 499098.0 ], [ 106762.0, 499151.0 ], [ 106993.0, 499146.0 ], [ 107242.0, 499162.0 ], [ 107652.0, 499418.0 ], [ 107819.0, 499722.0 ], [ 107886.0, 500096.0 ], [ 108004.0, 500491.0 ], [ 108161.0, 500762.0 ], [ 108474.0, 500869.0 ], [ 108761.0, 500855.0 ], [ 108965.0, 500860.0 ], [ 109059.0, 500845.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105289.0, 496802.0 ], [ 105400.0, 496920.0 ], [ 105519.0, 496917.0 ], [ 105614.0, 496804.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 496801.0 ], [ 105008.0, 496955.0 ], [ 105118.0, 497077.0 ], [ 105236.0, 497142.0 ], [ 105375.0, 497222.0 ], [ 105558.0, 497124.0 ], [ 105773.0, 497024.0 ], [ 105933.0, 496896.0 ], [ 105979.0, 496807.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104538.0, 496798.0 ], [ 104630.0, 496899.0 ], [ 105013.0, 497111.0 ], [ 105391.0, 497259.0 ], [ 105655.0, 497239.0 ], [ 105951.0, 497333.0 ], [ 106048.0, 497733.0 ], [ 106056.0, 498236.0 ], [ 106194.0, 498629.0 ], [ 106333.0, 498807.0 ], [ 106475.0, 498666.0 ], [ 106602.0, 498404.0 ], [ 106611.0, 498062.0 ], [ 106593.0, 497721.0 ], [ 106642.0, 497501.0 ], [ 106792.0, 497309.0 ], [ 107089.0, 497199.0 ], [ 107380.0, 497189.0 ], [ 107659.0, 497398.0 ], [ 107729.0, 497711.0 ], [ 107632.0, 498030.0 ], [ 107749.0, 498487.0 ], [ 108055.0, 498842.0 ], [ 108498.0, 499031.0 ], [ 108935.0, 499183.0 ], [ 109057.0, 499208.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103290.0, 496790.0 ], [ 103408.0, 496866.0 ], [ 103484.0, 497038.0 ], [ 103647.0, 497232.0 ], [ 103782.0, 497287.0 ], [ 103875.0, 497243.0 ], [ 103928.0, 497071.0 ], [ 103972.0, 496794.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102986.0, 496788.0 ], [ 103062.0, 496907.0 ], [ 103287.0, 497210.0 ], [ 103728.0, 497549.0 ], [ 104104.0, 497636.0 ], [ 104157.0, 497845.0 ], [ 103863.0, 498031.0 ], [ 103493.0, 498093.0 ], [ 103064.0, 498026.0 ], [ 102701.0, 497942.0 ], [ 102470.0, 497894.0 ], [ 102184.0, 497903.0 ], [ 101981.0, 497943.0 ], [ 101904.0, 498081.0 ], [ 102016.0, 498201.0 ], [ 101952.0, 498471.0 ], [ 101764.0, 498686.0 ], [ 101721.0, 498903.0 ], [ 101857.0, 499060.0 ], [ 102065.0, 499031.0 ], [ 102165.0, 498855.0 ], [ 102318.0, 498695.0 ], [ 102313.0, 498389.0 ], [ 102384.0, 498175.0 ], [ 102603.0, 498068.0 ], [ 102881.0, 498224.0 ], [ 103064.0, 498469.0 ], [ 103298.0, 498647.0 ], [ 103628.0, 498736.0 ], [ 103943.0, 498686.0 ], [ 104210.0, 498445.0 ], [ 104454.0, 498328.0 ], [ 104730.0, 498301.0 ], [ 104894.0, 498151.0 ], [ 104996.0, 497950.0 ], [ 105097.0, 497851.0 ], [ 105265.0, 497790.0 ], [ 105447.0, 497820.0 ], [ 105392.0, 498121.0 ], [ 105348.0, 498161.0 ], [ 105005.0, 498283.0 ], [ 104827.0, 498418.0 ], [ 104710.0, 498654.0 ], [ 104690.0, 498904.0 ], [ 104914.0, 499079.0 ], [ 104958.0, 499315.0 ], [ 104930.0, 499563.0 ], [ 104742.0, 499712.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102559.0, 496786.0 ], [ 102649.0, 496936.0 ], [ 102797.0, 497164.0 ], [ 103033.0, 497419.0 ], [ 103400.0, 497703.0 ], [ 103328.0, 497801.0 ], [ 103106.0, 497863.0 ], [ 102784.0, 497791.0 ], [ 102486.0, 497682.0 ], [ 102308.0, 497494.0 ], [ 102238.0, 497280.0 ], [ 102238.0, 496981.0 ], [ 102228.0, 496784.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102690.0, 496786.0 ], [ 102779.0, 496925.0 ], [ 102968.0, 497238.0 ], [ 103272.0, 497507.0 ], [ 103566.0, 497651.0 ], [ 103837.0, 497767.0 ], [ 103817.0, 497871.0 ], [ 103336.0, 497965.0 ], [ 102990.0, 497922.0 ], [ 102594.0, 497834.0 ], [ 102313.0, 497793.0 ], [ 102169.0, 497634.0 ], [ 102154.0, 497394.0 ], [ 102106.0, 497077.0 ], [ 102130.0, 496783.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105338.0, 524851.0 ], [ 105152.0, 524514.0 ], [ 105222.0, 524179.0 ], [ 105355.0, 524039.0 ], [ 105453.0, 523969.0 ], [ 105620.0, 523899.0 ], [ 105844.0, 523840.0 ], [ 106099.0, 523822.0 ], [ 106312.0, 523812.0 ], [ 106557.0, 523773.0 ], [ 106798.0, 523721.0 ], [ 107114.0, 523555.0 ], [ 107351.0, 523433.0 ], [ 107565.0, 523363.0 ], [ 107834.0, 523307.0 ], [ 108049.0, 523300.0 ], [ 108134.0, 523345.0 ], [ 108169.0, 523386.0 ], [ 108169.0, 523449.0 ], [ 108165.0, 523529.0 ], [ 108132.0, 523814.0 ], [ 108059.0, 523973.0 ], [ 108012.0, 524097.0 ], [ 107949.0, 524158.0 ], [ 107856.0, 524149.0 ], [ 107755.0, 524112.0 ], [ 107612.0, 524032.0 ], [ 107489.0, 523903.0 ], [ 107269.0, 523861.0 ], [ 107098.0, 523871.0 ], [ 106920.0, 523892.0 ], [ 106780.0, 523955.0 ], [ 106668.0, 524123.0 ], [ 106588.0, 524336.0 ], [ 106641.0, 524546.0 ], [ 106582.0, 524753.0 ], [ 106082.0, 525056.0 ], [ 105816.0, 525157.0 ], [ 105582.0, 525080.0 ], [ 105338.0, 524851.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108322.0, 522967.0 ], [ 109046.0, 523034.0 ], [ 113142.0, 523788.0 ], [ 113499.0, 531729.0 ], [ 102951.0, 531615.0 ], [ 102891.0, 526355.0 ], [ 103602.0, 525356.0 ], [ 103772.0, 525123.0 ], [ 103912.0, 524890.0 ], [ 104075.0, 524762.0 ], [ 104212.0, 524698.0 ], [ 104381.0, 524657.0 ], [ 104551.0, 524695.0 ], [ 104624.0, 525015.0 ], [ 104618.0, 525704.0 ], [ 104857.0, 525944.0 ], [ 105052.0, 525947.0 ], [ 105407.0, 525933.0 ], [ 105803.0, 525895.0 ], [ 106339.0, 525971.0 ], [ 106888.0, 525844.0 ], [ 107271.0, 525652.0 ], [ 107297.0, 525359.0 ], [ 107092.0, 525256.0 ], [ 106748.0, 525103.0 ], [ 106237.0, 525256.0 ], [ 105879.0, 525346.0 ], [ 105496.0, 525307.0 ], [ 105167.0, 525107.0 ], [ 104930.0, 524392.0 ], [ 105121.0, 524039.0 ], [ 105233.0, 523920.0 ], [ 105575.0, 523725.0 ], [ 106183.0, 523704.0 ], [ 106490.0, 523676.0 ], [ 106834.0, 523464.0 ], [ 107173.0, 523241.0 ], [ 107662.0, 523171.0 ], [ 107987.0, 523094.0 ], [ 108322.0, 522967.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110198.0, 523050.0 ], [ 113190.0, 523740.0 ], [ 113523.0, 531753.0 ], [ 102930.0, 531639.0 ], [ 102827.0, 526323.0 ], [ 103934.0, 524794.0 ], [ 104651.0, 524065.0 ], [ 105056.0, 523793.0 ], [ 105440.0, 523590.0 ], [ 105762.0, 523485.0 ], [ 106300.0, 523499.0 ], [ 106572.0, 523387.0 ], [ 106747.0, 523269.0 ], [ 107117.0, 523073.0 ], [ 107551.0, 522947.0 ], [ 107978.0, 522849.0 ], [ 108096.0, 522794.0 ], [ 108268.0, 522724.0 ], [ 108549.0, 522689.0 ], [ 108852.0, 522810.0 ], [ 109034.0, 522820.0 ], [ 109513.0, 522932.0 ], [ 110198.0, 523050.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104226.0, 524216.0 ], [ 104190.0, 524270.0 ], [ 102721.0, 526224.0 ], [ 102910.0, 531661.0 ], [ 113549.0, 531777.0 ], [ 113228.0, 523701.0 ], [ 110697.0, 523023.0 ], [ 108672.0, 522598.0 ], [ 108561.0, 522595.0 ], [ 108478.0, 522580.0 ], [ 108387.0, 522553.0 ], [ 108286.0, 522553.0 ], [ 108192.0, 522556.0 ], [ 108079.0, 522571.0 ], [ 107936.0, 522614.0 ], [ 107799.0, 522666.0 ], [ 107640.0, 522696.0 ], [ 107518.0, 522726.0 ], [ 107390.0, 522781.0 ], [ 107195.0, 522879.0 ], [ 106988.0, 522958.0 ], [ 106762.0, 522958.0 ], [ 106573.0, 522970.0 ], [ 106463.0, 522983.0 ], [ 106408.0, 522984.0 ], [ 106244.0, 523044.0 ], [ 106152.0, 523065.0 ], [ 105994.0, 523085.0 ], [ 105817.0, 523068.0 ], [ 105643.0, 523072.0 ], [ 105498.0, 523105.0 ], [ 105384.0, 523111.0 ], [ 105280.0, 523184.0 ], [ 104970.0, 523434.0 ], [ 104732.0, 523690.0 ], [ 104520.0, 523947.0 ], [ 104226.0, 524216.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104374.0, 526786.0 ], [ 104282.0, 526786.0 ], [ 104191.0, 526743.0 ], [ 104117.0, 526700.0 ], [ 104026.0, 526527.0 ], [ 103983.0, 526377.0 ], [ 103950.0, 526173.0 ], [ 103935.0, 525956.0 ], [ 103928.0, 525658.0 ], [ 103922.0, 525310.0 ], [ 103916.0, 525158.0 ], [ 103944.0, 525039.0 ], [ 103989.0, 524928.0 ], [ 104076.0, 524894.0 ], [ 104137.0, 524905.0 ], [ 104215.0, 524926.0 ], [ 104258.0, 524966.0 ], [ 104319.0, 525109.0 ], [ 104332.0, 525245.0 ], [ 104319.0, 525505.0 ], [ 104332.0, 525725.0 ], [ 104384.0, 526030.0 ], [ 104448.0, 526325.0 ], [ 104517.0, 526597.0 ], [ 104502.0, 526685.0 ], [ 104465.0, 526755.0 ], [ 104431.0, 526786.0 ], [ 104374.0, 526786.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13.geojson new file mode 100644 index 0000000..114d72d --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13.geojson @@ -0,0 +1,271 @@ +{ +"type": "FeatureCollection", +"name": "DS13", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 9.0, "TNODE_": 5.0, "LPOLY_": 6.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102479.0, 514256.0 ], [ 102531.0, 514505.0 ], [ 102560.0, 514707.0 ], [ 102548.0, 514932.0 ], [ 102643.0, 515218.0 ], [ 102702.0, 515442.0 ], [ 102774.0, 516324.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 12.0, "TNODE_": 13.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106033.0, 513095.0 ], [ 106031.0, 513087.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 13.0, "TNODE_": 14.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106031.0, 513087.0 ], [ 106029.0, 513084.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 14.0, "TNODE_": 12.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106026.0, 512117.0 ], [ 106181.0, 512720.0 ], [ 106723.0, 512912.0 ], [ 107185.0, 513033.0 ], [ 107613.0, 513202.0 ], [ 107978.0, 513321.0 ], [ 108677.0, 513822.0 ], [ 109431.0, 514386.0 ], [ 109921.0, 514898.0 ], [ 110113.0, 515275.0 ], [ 110299.0, 515754.0 ], [ 110490.0, 516008.0 ], [ 110614.0, 516126.0 ], [ 110939.0, 516382.0 ], [ 111128.0, 516495.0 ], [ 111187.0, 516599.0 ], [ 111145.0, 516650.0 ], [ 111027.0, 516647.0 ], [ 110731.0, 516464.0 ], [ 110377.0, 516295.0 ], [ 110203.0, 516205.0 ], [ 109910.0, 515962.0 ], [ 109500.0, 515579.0 ], [ 109004.0, 515252.0 ], [ 108655.0, 514999.0 ], [ 108277.0, 514757.0 ], [ 107799.0, 514555.0 ], [ 107337.0, 514492.0 ], [ 107067.0, 514441.0 ], [ 106672.0, 514374.0 ], [ 106251.0, 514159.0 ], [ 105998.0, 513922.0 ], [ 105643.0, 513491.0 ], [ 105654.0, 512782.0 ], [ 104777.0, 511930.0 ], [ 105338.0, 511854.0 ], [ 106026.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 17.0, "TNODE_": 16.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104378.0, 512191.0 ], [ 104360.0, 512217.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 16.0, "TNODE_": 17.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104360.0, 512217.0 ], [ 104255.0, 512168.0 ], [ 104179.0, 512126.0 ], [ 104138.0, 512068.0 ], [ 104152.0, 512005.0 ], [ 104234.0, 512012.0 ], [ 104319.0, 512126.0 ], [ 104378.0, 512191.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 18.0, "TNODE_": 18.0, "LPOLY_": 13.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103838.0, 512111.0 ], [ 103818.0, 511967.0 ], [ 103894.0, 511843.0 ], [ 104011.0, 511823.0 ], [ 104162.0, 511893.0 ], [ 104287.0, 511959.0 ], [ 104409.0, 512074.0 ], [ 104473.0, 512186.0 ], [ 104615.0, 512326.0 ], [ 104724.0, 512419.0 ], [ 104740.0, 512497.0 ], [ 104640.0, 512537.0 ], [ 104420.0, 512493.0 ], [ 104187.0, 512347.0 ], [ 104106.0, 512270.0 ], [ 104018.0, 512204.0 ], [ 103929.0, 512173.0 ], [ 103838.0, 512111.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 19.0, "TNODE_": 9.0, "LPOLY_": 6.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102272.0, 511769.0 ], [ 102286.0, 511906.0 ], [ 102283.0, 512171.0 ], [ 102321.0, 512369.0 ], [ 102325.0, 512709.0 ], [ 102360.0, 513290.0 ], [ 102406.0, 513888.0 ], [ 102479.0, 514256.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 15.0, "TNODE_": 15.0, "LPOLY_": 12.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104932.0, 512510.0 ], [ 104889.0, 512591.0 ], [ 104662.0, 512640.0 ], [ 104410.0, 512613.0 ], [ 104142.0, 512576.0 ], [ 103904.0, 512527.0 ], [ 103699.0, 512539.0 ], [ 103559.0, 512498.0 ], [ 103374.0, 512309.0 ], [ 103299.0, 512141.0 ], [ 103363.0, 512042.0 ], [ 103503.0, 511949.0 ], [ 103638.0, 511886.0 ], [ 103779.0, 511757.0 ], [ 103945.0, 511707.0 ], [ 104157.0, 511761.0 ], [ 104356.0, 511842.0 ], [ 104490.0, 511983.0 ], [ 104728.0, 512277.0 ], [ 104887.0, 512390.0 ], [ 104929.0, 512495.0 ], [ 104932.0, 512510.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 21.0, "TNODE_": 19.0, "LPOLY_": 6.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102253.0, 511309.0 ], [ 102249.0, 511401.0 ], [ 102257.0, 511616.0 ], [ 102272.0, 511769.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 22.0, "TNODE_": 23.0, "LPOLY_": 6.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109336.0, 511278.0 ], [ 109522.0, 511267.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 26.0, "TNODE_": 25.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105643.0, 511239.0 ], [ 105623.0, 511241.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 27.0, "TNODE_": 24.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105710.0, 511237.0 ], [ 105715.0, 511244.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 28.0, "TNODE_": 27.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105685.0, 511197.0 ], [ 105710.0, 511237.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 28.0, "TNODE_": 26.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105685.0, 511197.0 ], [ 105659.0, 511238.0 ], [ 105643.0, 511239.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 29.0, "TNODE_": 7.0, "LPOLY_": 7.0, "RPOLY_": 9.0, "CVALUE": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105742.0, 511108.0 ], [ 105772.0, 511074.0 ], [ 105931.0, 510862.0 ], [ 106035.0, 510859.0 ], [ 106179.0, 510935.0 ], [ 106328.0, 511112.0 ], [ 106472.0, 511312.0 ], [ 106565.0, 511693.0 ], [ 106810.0, 512118.0 ], [ 107060.0, 512394.0 ], [ 107393.0, 512591.0 ], [ 107793.0, 512670.0 ], [ 108367.0, 512867.0 ], [ 108913.0, 513115.0 ], [ 109332.0, 513482.0 ], [ 110270.0, 514701.0 ], [ 110523.0, 514963.0 ], [ 110917.0, 515154.0 ], [ 112030.0, 515436.0 ], [ 112356.0, 515571.0 ], [ 112542.0, 515802.0 ], [ 112627.0, 515982.0 ], [ 112632.0, 516151.0 ], [ 112441.0, 516281.0 ], [ 112182.0, 516247.0 ], [ 112002.0, 516286.0 ], [ 111858.0, 516405.0 ], [ 111830.0, 516528.0 ], [ 111861.0, 516605.0 ], [ 111959.0, 516765.0 ], [ 112094.0, 516897.0 ], [ 112235.0, 517086.0 ], [ 112411.0, 517348.0 ], [ 112658.0, 517691.0 ], [ 112951.0, 518035.0 ], [ 113295.0, 518334.0 ], [ 113543.0, 518519.0 ], [ 113807.0, 518770.0 ], [ 114162.0, 519212.0 ], [ 114708.0, 520110.0 ], [ 114974.0, 520481.0 ], [ 115281.0, 520826.0 ], [ 115528.0, 520951.0 ] ], [ [ 115731.0, 521100.0 ], [ 116170.0, 521393.0 ], [ 116519.0, 521844.0 ], [ 116384.0, 522227.0 ], [ 116001.0, 522463.0 ], [ 115663.0, 522463.0 ], [ 115472.0, 522441.0 ], [ 115323.0, 522397.0 ], [ 115179.0, 522508.0 ], [ 114965.0, 522655.0 ], [ 114762.0, 522925.0 ], [ 114638.0, 523252.0 ], [ 114525.0, 523590.0 ], [ 114514.0, 523984.0 ], [ 115111.0, 524738.0 ], [ 115404.0, 525121.0 ], [ 115618.0, 525358.0 ], [ 116226.0, 525876.0 ], [ 116226.0, 530697.0 ], [ 112149.0, 530629.0 ] ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 29.0, "TNODE_": 28.0, "LPOLY_": 6.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105714.0, 511152.0 ], [ 105685.0, 511197.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 30.0, "TNODE_": 22.0, "LPOLY_": 6.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108022.0, 511126.0 ], [ 108088.0, 511150.0 ], [ 108538.0, 511243.0 ], [ 108966.0, 511289.0 ], [ 109222.0, 511298.0 ], [ 109336.0, 511278.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 31.0, "TNODE_": 8.0, "LPOLY_": 9.0, "RPOLY_": 10.0, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105754.0, 511040.0 ], [ 105920.0, 510772.0 ], [ 106021.0, 510789.0 ], [ 106179.0, 510856.0 ], [ 106517.0, 511273.0 ], [ 106613.0, 511673.0 ], [ 106849.0, 512084.0 ], [ 107086.0, 512337.0 ], [ 107441.0, 512433.0 ], [ 107899.0, 512552.0 ], [ 108316.0, 512620.0 ], [ 108766.0, 512839.0 ], [ 109408.0, 512969.0 ], [ 109969.0, 513129.0 ], [ 111255.0, 513724.0 ], [ 111875.0, 514118.0 ], [ 112348.0, 514433.0 ], [ 112889.0, 514636.0 ], [ 113227.0, 514805.0 ], [ 113666.0, 515075.0 ], [ 114139.0, 515255.0 ], [ 114522.0, 515616.0 ], [ 115074.0, 516078.0 ], [ 115626.0, 516697.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 31.0, "TNODE_": 29.0, "LPOLY_": 6.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105754.0, 511040.0 ], [ 105742.0, 511108.0 ], [ 105714.0, 511152.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 25.0, "TNODE_": 32.0, "LPOLY_": 6.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105623.0, 511241.0 ], [ 105478.0, 511254.0 ], [ 105323.0, 511188.0 ], [ 105216.0, 511146.0 ], [ 105043.0, 511159.0 ], [ 104872.0, 511162.0 ], [ 104641.0, 511150.0 ], [ 104554.0, 511049.0 ], [ 104554.0, 511040.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 19.0, "TNODE_": 32.0, "LPOLY_": 4.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102272.0, 511769.0 ], [ 102433.0, 511779.0 ], [ 102810.0, 511734.0 ], [ 103131.0, 511611.0 ], [ 103453.0, 511463.0 ], [ 103758.0, 511400.0 ], [ 104022.0, 511396.0 ], [ 104238.0, 511288.0 ], [ 104299.0, 511156.0 ], [ 104410.0, 511050.0 ], [ 104554.0, 511040.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 21.0, "TNODE_": 33.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102253.0, 511309.0 ], [ 102418.0, 511321.0 ], [ 102632.0, 511284.0 ], [ 103059.0, 511122.0 ], [ 103217.0, 511039.0 ], [ 103361.0, 510949.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 34.0, "TNODE_": 21.0, "LPOLY_": 6.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102301.0, 510939.0 ], [ 102264.0, 511094.0 ], [ 102253.0, 511309.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 33.0, "TNODE_": 35.0, "LPOLY_": 6.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103361.0, 510949.0 ], [ 103318.0, 510903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 34.0, "TNODE_": 35.0, "LPOLY_": 16.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102301.0, 510939.0 ], [ 102433.0, 511032.0 ], [ 102557.0, 511060.0 ], [ 102788.0, 511081.0 ], [ 103005.0, 511049.0 ], [ 103132.0, 511007.0 ], [ 103219.0, 510973.0 ], [ 103318.0, 510903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 36.0, "TNODE_": 31.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105764.0, 510878.0 ], [ 105768.0, 510963.0 ], [ 105754.0, 511040.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 37.0, "TNODE_": 34.0, "LPOLY_": 6.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102319.0, 510866.0 ], [ 102301.0, 510939.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 38.0, "TNODE_": 39.0, "LPOLY_": 22.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102876.0, 510817.0 ], [ 102734.0, 510822.0 ], [ 102528.0, 510807.0 ], [ 102372.0, 510771.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 39.0, "TNODE_": 37.0, "LPOLY_": 6.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102372.0, 510771.0 ], [ 102322.0, 510853.0 ], [ 102319.0, 510866.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 35.0, "TNODE_": 40.0, "LPOLY_": 6.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103318.0, 510903.0 ], [ 103302.0, 510833.0 ], [ 103359.0, 510771.0 ], [ 103366.0, 510752.0 ], [ 103302.0, 510757.0 ], [ 103260.0, 510743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 38.0, "TNODE_": 41.0, "LPOLY_": 21.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102876.0, 510817.0 ], [ 102897.0, 510820.0 ], [ 102928.0, 510835.0 ], [ 102938.0, 510820.0 ], [ 102938.0, 510810.0 ], [ 102887.0, 510769.0 ], [ 102864.0, 510737.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 42.0, "TNODE_": 33.0, "LPOLY_": 6.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104090.0, 510687.0 ], [ 104040.0, 510820.0 ], [ 104027.0, 510876.0 ], [ 103933.0, 510988.0 ], [ 103780.0, 511081.0 ], [ 103625.0, 511074.0 ], [ 103496.0, 511020.0 ], [ 103363.0, 510952.0 ], [ 103361.0, 510949.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 32.0, "TNODE_": 43.0, "LPOLY_": 6.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104554.0, 511040.0 ], [ 104547.0, 510864.0 ], [ 104546.0, 510757.0 ], [ 104525.0, 510634.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 42.0, "TNODE_": 43.0, "LPOLY_": 15.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104090.0, 510687.0 ], [ 104272.0, 510658.0 ], [ 104399.0, 510651.0 ], [ 104525.0, 510634.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 11.0, "TNODE_": 36.0, "LPOLY_": 6.0, "RPOLY_": 11.0, "CVALUE": 0.01 }, "geometry": { "type": "LineString", "coordinates": [ [ 115534.0, 516522.0 ], [ 115263.0, 516207.0 ], [ 114982.0, 515869.0 ], [ 114655.0, 515553.0 ], [ 114328.0, 515305.0 ], [ 113968.0, 515024.0 ], [ 113315.0, 514686.0 ], [ 113033.0, 514506.0 ], [ 112706.0, 514303.0 ], [ 112323.0, 514033.0 ], [ 112019.0, 513740.0 ], [ 111783.0, 513560.0 ], [ 111580.0, 513323.0 ], [ 111518.0, 513272.0 ], [ 111496.0, 513219.0 ], [ 111479.0, 513191.0 ], [ 111476.0, 513134.0 ], [ 111493.0, 513103.0 ], [ 111518.0, 513078.0 ], [ 111543.0, 513081.0 ], [ 111622.0, 513075.0 ], [ 111698.0, 513098.0 ], [ 111774.0, 513126.0 ], [ 111845.0, 513146.0 ], [ 111946.0, 513177.0 ], [ 112011.0, 513179.0 ], [ 112019.0, 513137.0 ], [ 111994.0, 513061.0 ], [ 111957.0, 512985.0 ], [ 111904.0, 512912.0 ], [ 111797.0, 512805.0 ], [ 111718.0, 512737.0 ], [ 111605.0, 512644.0 ], [ 111493.0, 512563.0 ], [ 111315.0, 512470.0 ], [ 110049.0, 512394.0 ], [ 109666.0, 512391.0 ], [ 109227.0, 512380.0 ], [ 108945.0, 512368.0 ], [ 108554.0, 512374.0 ], [ 108109.0, 512346.0 ], [ 107748.0, 512332.0 ], [ 107379.0, 512304.0 ], [ 107233.0, 512242.0 ], [ 106993.0, 512069.0 ], [ 106816.0, 511788.0 ], [ 106723.0, 511606.0 ], [ 106621.0, 511254.0 ], [ 106466.0, 511022.0 ], [ 106297.0, 510806.0 ], [ 106125.0, 510647.0 ], [ 105965.0, 510594.0 ], [ 105871.0, 510613.0 ], [ 105804.0, 510698.0 ], [ 105762.0, 510828.0 ], [ 105764.0, 510878.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 44.0, "TNODE_": 42.0, "LPOLY_": 6.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104152.0, 510502.0 ], [ 104118.0, 510612.0 ], [ 104090.0, 510687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 43.0, "TNODE_": 45.0, "LPOLY_": 6.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104525.0, 510634.0 ], [ 104522.0, 510615.0 ], [ 104469.0, 510498.0 ], [ 104415.0, 510453.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 44.0, "TNODE_": 45.0, "LPOLY_": 24.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104152.0, 510502.0 ], [ 104224.0, 510478.0 ], [ 104284.0, 510474.0 ], [ 104415.0, 510453.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 40.0, "TNODE_": 46.0, "LPOLY_": 6.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103260.0, 510743.0 ], [ 103235.0, 510735.0 ], [ 103231.0, 510715.0 ], [ 103302.0, 510669.0 ], [ 103352.0, 510670.0 ], [ 103381.0, 510650.0 ], [ 103389.0, 510609.0 ], [ 103333.0, 510588.0 ], [ 103261.0, 510626.0 ], [ 103185.0, 510622.0 ], [ 103162.0, 510574.0 ], [ 103160.0, 510502.0 ], [ 103189.0, 510470.0 ], [ 103250.0, 510443.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 47.0, "TNODE_": 41.0, "LPOLY_": 22.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102988.0, 510416.0 ], [ 102873.0, 510496.0 ], [ 102838.0, 510595.0 ], [ 102842.0, 510695.0 ], [ 102864.0, 510737.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 37.0, "TNODE_": 48.0, "LPOLY_": 20.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102319.0, 510866.0 ], [ 102455.0, 510915.0 ], [ 102648.0, 510952.0 ], [ 102826.0, 510948.0 ], [ 102973.0, 510930.0 ], [ 103048.0, 510919.0 ], [ 103105.0, 510876.0 ], [ 103102.0, 510825.0 ], [ 102990.0, 510728.0 ], [ 102974.0, 510631.0 ], [ 103035.0, 510404.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 48.0, "TNODE_": 47.0, "LPOLY_": 6.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103035.0, 510404.0 ], [ 102988.0, 510416.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 49.0, "TNODE_": 40.0, "LPOLY_": 20.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103070.0, 510395.0 ], [ 103049.0, 510498.0 ], [ 103040.0, 510616.0 ], [ 103096.0, 510710.0 ], [ 103169.0, 510749.0 ], [ 103260.0, 510743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 49.0, "TNODE_": 48.0, "LPOLY_": 6.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103070.0, 510395.0 ], [ 103035.0, 510404.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 47.0, "TNODE_": 39.0, "LPOLY_": 6.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102988.0, 510416.0 ], [ 102825.0, 510435.0 ], [ 102673.0, 510393.0 ], [ 102602.0, 510392.0 ], [ 102537.0, 510482.0 ], [ 102464.0, 510622.0 ], [ 102372.0, 510771.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 45.0, "TNODE_": 44.0, "LPOLY_": 6.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104415.0, 510453.0 ], [ 104381.0, 510425.0 ], [ 104302.0, 510387.0 ], [ 104218.0, 510413.0 ], [ 104166.0, 510457.0 ], [ 104152.0, 510502.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 50.0, "TNODE_": 46.0, "LPOLY_": 23.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103192.0, 510357.0 ], [ 103209.0, 510414.0 ], [ 103250.0, 510443.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 50.0, "TNODE_": 49.0, "LPOLY_": 6.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103192.0, 510357.0 ], [ 103098.0, 510388.0 ], [ 103070.0, 510395.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 46.0, "TNODE_": 50.0, "LPOLY_": 6.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103250.0, 510443.0 ], [ 103285.0, 510427.0 ], [ 103407.0, 510358.0 ], [ 103502.0, 510295.0 ], [ 103526.0, 510249.0 ], [ 103546.0, 510191.0 ], [ 103552.0, 510138.0 ], [ 103542.0, 510091.0 ], [ 103526.0, 510071.0 ], [ 103455.0, 510072.0 ], [ 103399.0, 510095.0 ], [ 103363.0, 510113.0 ], [ 103343.0, 510130.0 ], [ 103341.0, 510197.0 ], [ 103350.0, 510257.0 ], [ 103285.0, 510315.0 ], [ 103192.0, 510357.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 51.0, "TNODE_": 30.0, "LPOLY_": 19.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107605.0, 509956.0 ], [ 107707.0, 510036.0 ], [ 107736.0, 510161.0 ], [ 107691.0, 510288.0 ], [ 107591.0, 510441.0 ], [ 107575.0, 510577.0 ], [ 107585.0, 510738.0 ], [ 107645.0, 510878.0 ], [ 107751.0, 510952.0 ], [ 108022.0, 511126.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 51.0, "TNODE_": 30.0, "LPOLY_": 6.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107605.0, 509956.0 ], [ 107588.0, 509982.0 ], [ 107341.0, 509991.0 ], [ 107129.0, 509949.0 ], [ 106917.0, 510016.0 ], [ 106854.0, 510157.0 ], [ 106880.0, 510348.0 ], [ 106856.0, 510507.0 ], [ 106764.0, 510599.0 ], [ 106770.0, 510732.0 ], [ 106994.0, 510881.0 ], [ 107241.0, 510909.0 ], [ 107446.0, 510924.0 ], [ 107762.0, 511032.0 ], [ 108022.0, 511126.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 53.0, "TNODE_": 52.0, "LPOLY_": 28.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103821.0, 509897.0 ], [ 103743.0, 509947.0 ], [ 103715.0, 509951.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 55.0, "TNODE_": 54.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103418.0, 509854.0 ], [ 103517.0, 509861.0 ], [ 103563.0, 509892.0 ], [ 103568.0, 509914.0 ], [ 103510.0, 509911.0 ], [ 103439.0, 509897.0 ], [ 103398.0, 509868.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 54.0, "TNODE_": 55.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103398.0, 509868.0 ], [ 103418.0, 509854.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 56.0, "TNODE_": 53.0, "LPOLY_": 30.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103908.0, 509840.0 ], [ 103821.0, 509897.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 52.0, "TNODE_": 57.0, "LPOLY_": 27.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103715.0, 509951.0 ], [ 103506.0, 509977.0 ], [ 103345.0, 509969.0 ], [ 103263.0, 509959.0 ], [ 103180.0, 509894.0 ], [ 103130.0, 509840.0 ], [ 103106.0, 509800.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 57.0, "TNODE_": 52.0, "LPOLY_": 27.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103106.0, 509800.0 ], [ 103243.0, 509799.0 ], [ 103389.0, 509788.0 ], [ 103530.0, 509796.0 ], [ 103605.0, 509831.0 ], [ 103715.0, 509951.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 57.0, "TNODE_": 58.0, "LPOLY_": 28.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103106.0, 509800.0 ], [ 103076.0, 509750.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 59.0, "TNODE_": 53.0, "LPOLY_": 28.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103093.0, 509706.0 ], [ 103279.0, 509719.0 ], [ 103512.0, 509742.0 ], [ 103681.0, 509771.0 ], [ 103821.0, 509897.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 58.0, "TNODE_": 59.0, "LPOLY_": 28.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103076.0, 509750.0 ], [ 103090.0, 509709.0 ], [ 103093.0, 509706.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 60.0, "TNODE_": 22.0, "LPOLY_": 17.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107796.0, 509626.0 ], [ 107960.0, 509726.0 ], [ 108198.0, 509934.0 ], [ 108243.0, 510180.0 ], [ 108168.0, 510362.0 ], [ 108175.0, 510632.0 ], [ 108296.0, 510786.0 ], [ 108560.0, 510965.0 ], [ 108816.0, 511096.0 ], [ 109077.0, 511173.0 ], [ 109336.0, 511278.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 60.0, "TNODE_": 51.0, "LPOLY_": 6.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107796.0, 509626.0 ], [ 107700.0, 509813.0 ], [ 107605.0, 509956.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 61.0, "TNODE_": 56.0, "LPOLY_": 31.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104321.0, 509589.0 ], [ 104091.0, 509675.0 ], [ 103923.0, 509830.0 ], [ 103908.0, 509840.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 67.0, "FNODE_": 56.0, "TNODE_": 63.0, "LPOLY_": 31.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103908.0, 509840.0 ], [ 103806.0, 509761.0 ], [ 103649.0, 509685.0 ], [ 103445.0, 509652.0 ], [ 103274.0, 509570.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 59.0, "TNODE_": 63.0, "LPOLY_": 30.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103093.0, 509706.0 ], [ 103260.0, 509574.0 ], [ 103274.0, 509570.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 64.0, "TNODE_": 62.0, "LPOLY_": 34.0, "RPOLY_": 1.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109526.0, 509569.0 ], [ 109531.0, 509573.0 ], [ 109526.0, 509585.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 62.0, "TNODE_": 64.0, "LPOLY_": 34.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109526.0, 509585.0 ], [ 109526.0, 509569.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 63.0, "TNODE_": 65.0, "LPOLY_": 31.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103274.0, 509570.0 ], [ 103338.0, 509551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 65.0, "TNODE_": 66.0, "LPOLY_": 32.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103338.0, 509551.0 ], [ 103415.0, 509528.0 ], [ 103485.0, 509516.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 73.0, "FNODE_": 66.0, "TNODE_": 65.0, "LPOLY_": 32.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103485.0, 509516.0 ], [ 103666.0, 509516.0 ], [ 103783.0, 509576.0 ], [ 103754.0, 509616.0 ], [ 103602.0, 509615.0 ], [ 103433.0, 509581.0 ], [ 103338.0, 509551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 66.0, "TNODE_": 67.0, "LPOLY_": 31.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103485.0, 509516.0 ], [ 103516.0, 509495.0 ], [ 103495.0, 509473.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 67.0, "TNODE_": 68.0, "LPOLY_": 33.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103495.0, 509473.0 ], [ 103483.0, 509459.0 ], [ 103330.0, 509471.0 ], [ 103275.0, 509436.0 ], [ 103312.0, 509393.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 69.0, "TNODE_": 61.0, "LPOLY_": 31.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103780.0, 509283.0 ], [ 104032.0, 509337.0 ], [ 104233.0, 509393.0 ], [ 104307.0, 509487.0 ], [ 104321.0, 509589.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 70.0, "FNODE_": 69.0, "TNODE_": 67.0, "LPOLY_": 33.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103780.0, 509283.0 ], [ 103732.0, 509313.0 ], [ 103694.0, 509357.0 ], [ 103653.0, 509396.0 ], [ 103495.0, 509473.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 68.0, "TNODE_": 70.0, "LPOLY_": 36.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103312.0, 509393.0 ], [ 103318.0, 509386.0 ], [ 103400.0, 509369.0 ], [ 103408.0, 509336.0 ], [ 103229.0, 509325.0 ], [ 103147.0, 509270.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 69.0, "FNODE_": 71.0, "TNODE_": 68.0, "LPOLY_": 36.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103638.0, 509261.0 ], [ 103637.0, 509311.0 ], [ 103606.0, 509359.0 ], [ 103312.0, 509393.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 70.0, "TNODE_": 71.0, "LPOLY_": 36.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103147.0, 509270.0 ], [ 103388.0, 509257.0 ], [ 103619.0, 509259.0 ], [ 103638.0, 509261.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 70.0, "TNODE_": 72.0, "LPOLY_": 33.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103147.0, 509270.0 ], [ 103132.0, 509260.0 ], [ 103156.0, 509194.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 72.0, "TNODE_": 73.0, "LPOLY_": 37.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103156.0, 509194.0 ], [ 103168.0, 509160.0 ], [ 103182.0, 509155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 71.0, "FNODE_": 74.0, "TNODE_": 72.0, "LPOLY_": 37.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 509113.0 ], [ 103420.0, 509175.0 ], [ 103323.0, 509198.0 ], [ 103210.0, 509205.0 ], [ 103156.0, 509194.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 75.0, "TNODE_": 74.0, "LPOLY_": 37.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103414.0, 509101.0 ], [ 103491.0, 509113.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 72.0, "FNODE_": 75.0, "TNODE_": 73.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103414.0, 509101.0 ], [ 103350.0, 509149.0 ], [ 103282.0, 509172.0 ], [ 103182.0, 509155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 73.0, "TNODE_": 75.0, "LPOLY_": 38.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103182.0, 509155.0 ], [ 103359.0, 509092.0 ], [ 103414.0, 509101.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 63.0, "FNODE_": 74.0, "TNODE_": 61.0, "LPOLY_": 33.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 509113.0 ], [ 103494.0, 509113.0 ], [ 103628.0, 509197.0 ], [ 103749.0, 509205.0 ], [ 103927.0, 509069.0 ], [ 104128.0, 509023.0 ], [ 104284.0, 509027.0 ], [ 104348.0, 509044.0 ], [ 104346.0, 509103.0 ], [ 104302.0, 509132.0 ], [ 104190.0, 509123.0 ], [ 104077.0, 509141.0 ], [ 104058.0, 509185.0 ], [ 104336.0, 509239.0 ], [ 104489.0, 509306.0 ], [ 104585.0, 509376.0 ], [ 104618.0, 509489.0 ], [ 104509.0, 509563.0 ], [ 104327.0, 509587.0 ], [ 104321.0, 509589.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 76.0, "TNODE_": 64.0, "LPOLY_": 18.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109528.0, 509055.0 ], [ 109391.0, 509028.0 ], [ 109185.0, 508978.0 ], [ 108964.0, 508898.0 ], [ 108792.0, 508901.0 ], [ 108777.0, 509063.0 ], [ 108927.0, 509186.0 ], [ 109164.0, 509282.0 ], [ 109392.0, 509454.0 ], [ 109526.0, 509569.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 77.0, "TNODE_": 78.0, "LPOLY_": 39.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102942.0, 508898.0 ], [ 102937.0, 508883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 62.0, "FNODE_": 78.0, "TNODE_": 77.0, "LPOLY_": 39.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102937.0, 508883.0 ], [ 103005.0, 508835.0 ], [ 103117.0, 508824.0 ], [ 103209.0, 508835.0 ], [ 103241.0, 508868.0 ], [ 103203.0, 508910.0 ], [ 103113.0, 508926.0 ], [ 103011.0, 508955.0 ], [ 102952.0, 508927.0 ], [ 102942.0, 508898.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 81.0, "TNODE_": 79.0, "LPOLY_": 18.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108451.0, 508575.0 ], [ 108574.0, 508638.0 ], [ 108808.0, 508678.0 ], [ 109139.0, 508682.0 ], [ 109301.0, 508671.0 ], [ 109424.0, 508670.0 ], [ 109528.0, 508679.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 81.0, "TNODE_": 60.0, "LPOLY_": 6.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108451.0, 508575.0 ], [ 108400.0, 508608.0 ], [ 107988.0, 509058.0 ], [ 107876.0, 509422.0 ], [ 107801.0, 509616.0 ], [ 107796.0, 509626.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 57.0, "FNODE_": 80.0, "TNODE_": 80.0, "LPOLY_": 42.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104129.0, 508625.0 ], [ 104124.0, 508601.0 ], [ 104158.0, 508521.0 ], [ 104320.0, 508408.0 ], [ 104458.0, 508384.0 ], [ 104636.0, 508423.0 ], [ 104623.0, 508494.0 ], [ 104552.0, 508560.0 ], [ 104425.0, 508645.0 ], [ 104146.0, 508645.0 ], [ 104129.0, 508625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 61.0, "FNODE_": 82.0, "TNODE_": 82.0, "LPOLY_": 43.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102822.0, 508365.0 ], [ 102978.0, 508312.0 ], [ 103201.0, 508327.0 ], [ 103285.0, 508373.0 ], [ 103036.0, 508374.0 ], [ 102877.0, 508410.0 ], [ 102835.0, 508382.0 ], [ 102822.0, 508365.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 83.0, "TNODE_": 81.0, "LPOLY_": 6.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109529.0, 508267.0 ], [ 108928.0, 508348.0 ], [ 108643.0, 508448.0 ], [ 108451.0, 508575.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 60.0, "FNODE_": 86.0, "TNODE_": 86.0, "LPOLY_": 46.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102830.0, 508125.0 ], [ 102855.0, 508114.0 ], [ 102960.0, 508099.0 ], [ 103030.0, 508123.0 ], [ 103122.0, 508140.0 ], [ 103208.0, 508150.0 ], [ 103130.0, 508181.0 ], [ 103004.0, 508159.0 ], [ 102938.0, 508172.0 ], [ 102866.0, 508166.0 ], [ 102830.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 58.0, "FNODE_": 85.0, "TNODE_": 85.0, "LPOLY_": 47.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103831.0, 508143.0 ], [ 103821.0, 508123.0 ], [ 103918.0, 508019.0 ], [ 104050.0, 508003.0 ], [ 104163.0, 508035.0 ], [ 104182.0, 508090.0 ], [ 104061.0, 508101.0 ], [ 103961.0, 508102.0 ], [ 103889.0, 508139.0 ], [ 103836.0, 508136.0 ], [ 103831.0, 508143.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 56.0, "FNODE_": 87.0, "TNODE_": 87.0, "LPOLY_": 44.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104962.0, 508110.0 ], [ 104987.0, 508090.0 ], [ 105144.0, 507991.0 ], [ 105363.0, 507996.0 ], [ 105489.0, 508062.0 ], [ 105500.0, 508225.0 ], [ 105409.0, 508310.0 ], [ 105273.0, 508349.0 ], [ 105104.0, 508281.0 ], [ 105040.0, 508306.0 ], [ 104926.0, 508239.0 ], [ 104934.0, 508183.0 ], [ 104962.0, 508110.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 59.0, "FNODE_": 88.0, "TNODE_": 88.0, "LPOLY_": 48.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102828.0, 507923.0 ], [ 102886.0, 507895.0 ], [ 103016.0, 507887.0 ], [ 103116.0, 507902.0 ], [ 103134.0, 507953.0 ], [ 103020.0, 507987.0 ], [ 102923.0, 507976.0 ], [ 102858.0, 507953.0 ], [ 102828.0, 507923.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 84.0, "TNODE_": 89.0, "LPOLY_": 6.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107859.0, 508251.0 ], [ 107908.0, 508177.0 ], [ 107977.0, 508003.0 ], [ 108215.0, 507826.0 ], [ 108540.0, 507742.0 ], [ 108928.0, 507701.0 ], [ 109170.0, 507653.0 ], [ 109531.0, 507632.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 90.0, "TNODE_": 91.0, "LPOLY_": 6.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102937.0, 507369.0 ], [ 102949.0, 507393.0 ], [ 103034.0, 507407.0 ], [ 103136.0, 507347.0 ], [ 103282.0, 507284.0 ], [ 103389.0, 507272.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 93.0, "TNODE_": 90.0, "LPOLY_": 51.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102878.0, 507220.0 ], [ 102933.0, 507222.0 ], [ 103005.0, 507227.0 ], [ 103048.0, 507282.0 ], [ 103002.0, 507331.0 ], [ 102937.0, 507369.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 93.0, "TNODE_": 90.0, "LPOLY_": 6.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102878.0, 507220.0 ], [ 102890.0, 507278.0 ], [ 102937.0, 507369.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 94.0, "TNODE_": 93.0, "LPOLY_": 6.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102871.0, 507190.0 ], [ 102878.0, 507220.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 91.0, "TNODE_": 95.0, "LPOLY_": 6.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103389.0, 507272.0 ], [ 103667.0, 507241.0 ], [ 103721.0, 507257.0 ], [ 103765.0, 507295.0 ], [ 103829.0, 507304.0 ], [ 103890.0, 507283.0 ], [ 103891.0, 507241.0 ], [ 103865.0, 507198.0 ], [ 103786.0, 507183.0 ], [ 103736.0, 507186.0 ], [ 103738.0, 507171.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 96.0, "TNODE_": 94.0, "LPOLY_": 6.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102867.0, 507138.0 ], [ 102865.0, 507159.0 ], [ 102871.0, 507190.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 94.0, "TNODE_": 91.0, "LPOLY_": 50.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102871.0, 507190.0 ], [ 102942.0, 507185.0 ], [ 103053.0, 507160.0 ], [ 103128.0, 507133.0 ], [ 103239.0, 507142.0 ], [ 103298.0, 507176.0 ], [ 103389.0, 507272.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 97.0, "TNODE_": 92.0, "LPOLY_": 6.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103985.0, 507093.0 ], [ 104035.0, 507095.0 ], [ 104095.0, 507144.0 ], [ 104272.0, 507215.0 ], [ 104351.0, 507233.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 95.0, "TNODE_": 97.0, "LPOLY_": 6.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103738.0, 507171.0 ], [ 103742.0, 507138.0 ], [ 103806.0, 507124.0 ], [ 103859.0, 507123.0 ], [ 103899.0, 507090.0 ], [ 103985.0, 507093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 98.0, "TNODE_": 96.0, "LPOLY_": 56.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 507051.0 ], [ 102919.0, 507075.0 ], [ 102980.0, 507073.0 ], [ 102987.0, 507105.0 ], [ 102945.0, 507125.0 ], [ 102867.0, 507138.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 98.0, "TNODE_": 96.0, "LPOLY_": 6.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 507051.0 ], [ 102867.0, 507138.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 55.0, "FNODE_": 99.0, "TNODE_": 99.0, "LPOLY_": 49.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102106.0, 507004.0 ], [ 102209.0, 506990.0 ], [ 102272.0, 507077.0 ], [ 102416.0, 507158.0 ], [ 102481.0, 507183.0 ], [ 102521.0, 507269.0 ], [ 102449.0, 507343.0 ], [ 102372.0, 507366.0 ], [ 102294.0, 507409.0 ], [ 102186.0, 507391.0 ], [ 102109.0, 507307.0 ], [ 102080.0, 507194.0 ], [ 102072.0, 507085.0 ], [ 102104.0, 507014.0 ], [ 102106.0, 507004.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 101.0, "TNODE_": 100.0, "LPOLY_": 6.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103795.0, 506981.0 ], [ 103778.0, 506988.0 ], [ 103772.0, 506986.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 100.0, "TNODE_": 102.0, "LPOLY_": 6.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103772.0, 506986.0 ], [ 103750.0, 506977.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 103.0, "TNODE_": 95.0, "LPOLY_": 52.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102927.0, 506965.0 ], [ 103087.0, 507016.0 ], [ 103261.0, 507077.0 ], [ 103429.0, 507083.0 ], [ 103553.0, 507096.0 ], [ 103657.0, 507124.0 ], [ 103738.0, 507171.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 103.0, "TNODE_": 98.0, "LPOLY_": 6.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102927.0, 506965.0 ], [ 102879.0, 507032.0 ], [ 102877.0, 507051.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 92.0, "TNODE_": 104.0, "LPOLY_": 6.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104351.0, 507233.0 ], [ 104496.0, 507266.0 ], [ 104723.0, 507195.0 ], [ 104953.0, 507151.0 ], [ 105149.0, 507029.0 ], [ 105247.0, 506953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 105.0, "TNODE_": 97.0, "LPOLY_": 55.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103890.0, 506948.0 ], [ 103903.0, 506987.0 ], [ 103932.0, 507018.0 ], [ 103985.0, 507093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 105.0, "TNODE_": 101.0, "LPOLY_": 6.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103890.0, 506948.0 ], [ 103867.0, 506954.0 ], [ 103795.0, 506981.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 106.0, "TNODE_": 101.0, "LPOLY_": 55.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103406.0, 506898.0 ], [ 103499.0, 506985.0 ], [ 103634.0, 507024.0 ], [ 103696.0, 507038.0 ], [ 103795.0, 506981.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 102.0, "TNODE_": 106.0, "LPOLY_": 6.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103750.0, 506977.0 ], [ 103728.0, 506967.0 ], [ 103722.0, 506938.0 ], [ 103729.0, 506908.0 ], [ 103742.0, 506879.0 ], [ 103637.0, 506903.0 ], [ 103549.0, 506916.0 ], [ 103406.0, 506898.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 106.0, "TNODE_": 103.0, "LPOLY_": 6.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103406.0, 506898.0 ], [ 103240.0, 506878.0 ], [ 103031.0, 506895.0 ], [ 102934.0, 506954.0 ], [ 102927.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 107.0, "TNODE_": 92.0, "LPOLY_": 54.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104413.0, 506839.0 ], [ 104432.0, 506939.0 ], [ 104428.0, 507050.0 ], [ 104397.0, 507153.0 ], [ 104351.0, 507233.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 107.0, "TNODE_": 105.0, "LPOLY_": 6.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104413.0, 506839.0 ], [ 104241.0, 506878.0 ], [ 103998.0, 506918.0 ], [ 103890.0, 506948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 109.0, "TNODE_": 84.0, "LPOLY_": 6.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106103.0, 506743.0 ], [ 106149.0, 506753.0 ], [ 106305.0, 506838.0 ], [ 106548.0, 506943.0 ], [ 106739.0, 507022.0 ], [ 106949.0, 507207.0 ], [ 107043.0, 507497.0 ], [ 107017.0, 507777.0 ], [ 106834.0, 508072.0 ], [ 106628.0, 508227.0 ], [ 106471.0, 508434.0 ], [ 106494.0, 508637.0 ], [ 106686.0, 508769.0 ], [ 106891.0, 508788.0 ], [ 107041.0, 508787.0 ], [ 107304.0, 508701.0 ], [ 107614.0, 508470.0 ], [ 107821.0, 508310.0 ], [ 107859.0, 508251.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 110.0, "TNODE_": 108.0, "LPOLY_": 60.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103833.0, 506714.0 ], [ 103737.0, 506751.0 ], [ 103543.0, 506795.0 ], [ 103263.0, 506778.0 ], [ 103110.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 104.0, "TNODE_": 111.0, "LPOLY_": 6.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105247.0, 506953.0 ], [ 105264.0, 506939.0 ], [ 105377.0, 506776.0 ], [ 105455.0, 506680.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 110.0, "TNODE_": 108.0, "LPOLY_": 61.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103833.0, 506714.0 ], [ 103759.0, 506701.0 ], [ 103561.0, 506703.0 ], [ 103280.0, 506669.0 ], [ 103110.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 113.0, "TNODE_": 109.0, "LPOLY_": 6.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105773.0, 506610.0 ], [ 105839.0, 506655.0 ], [ 105990.0, 506718.0 ], [ 106103.0, 506743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 114.0, "TNODE_": 113.0, "LPOLY_": 6.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105730.0, 506586.0 ], [ 105743.0, 506589.0 ], [ 105773.0, 506610.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 115.0, "TNODE_": 114.0, "LPOLY_": 6.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105705.0, 506580.0 ], [ 105730.0, 506586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 116.0, "TNODE_": 115.0, "LPOLY_": 6.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105686.0, 506576.0 ], [ 105705.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 114.0, "TNODE_": 109.0, "LPOLY_": 62.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105730.0, 506586.0 ], [ 105843.0, 506574.0 ], [ 105961.0, 506569.0 ], [ 106048.0, 506620.0 ], [ 106103.0, 506743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 111.0, "TNODE_": 116.0, "LPOLY_": 6.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105455.0, 506680.0 ], [ 105471.0, 506660.0 ], [ 105539.0, 506596.0 ], [ 105642.0, 506566.0 ], [ 105686.0, 506576.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 117.0, "TNODE_": 104.0, "LPOLY_": 53.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104986.0, 506563.0 ], [ 105039.0, 506643.0 ], [ 105092.0, 506692.0 ], [ 105159.0, 506780.0 ], [ 105247.0, 506953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 117.0, "TNODE_": 107.0, "LPOLY_": 6.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104986.0, 506563.0 ], [ 104875.0, 506658.0 ], [ 104722.0, 506717.0 ], [ 104496.0, 506821.0 ], [ 104413.0, 506839.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 118.0, "TNODE_": 110.0, "LPOLY_": 61.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103594.0, 506468.0 ], [ 103530.0, 506551.0 ], [ 103655.0, 506579.0 ], [ 103812.0, 506591.0 ], [ 103890.0, 506656.0 ], [ 103879.0, 506697.0 ], [ 103833.0, 506714.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 119.0, "TNODE_": 112.0, "LPOLY_": 45.0, "RPOLY_": 59.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109534.0, 506467.0 ], [ 109369.0, 506474.0 ], [ 109207.0, 506521.0 ], [ 109106.0, 506628.0 ], [ 109062.0, 506817.0 ], [ 109093.0, 506918.0 ], [ 109169.0, 506932.0 ], [ 109242.0, 506834.0 ], [ 109353.0, 506731.0 ], [ 109533.0, 506655.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 120.0, "TNODE_": 111.0, "LPOLY_": 58.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105088.0, 506445.0 ], [ 105153.0, 506504.0 ], [ 105267.0, 506565.0 ], [ 105364.0, 506612.0 ], [ 105455.0, 506680.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 120.0, "TNODE_": 117.0, "LPOLY_": 6.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105088.0, 506445.0 ], [ 105023.0, 506531.0 ], [ 104986.0, 506563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 121.0, "TNODE_": 118.0, "LPOLY_": 66.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103636.0, 506438.0 ], [ 103606.0, 506453.0 ], [ 103594.0, 506468.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 121.0, "TNODE_": 122.0, "LPOLY_": 6.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103636.0, 506438.0 ], [ 103675.0, 506425.0 ], [ 103708.0, 506425.0 ], [ 103741.0, 506400.0 ], [ 103745.0, 506362.0 ], [ 103729.0, 506346.0 ], [ 103716.0, 506346.0 ], [ 103669.0, 506362.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 123.0, "TNODE_": 122.0, "LPOLY_": 66.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103546.0, 506339.0 ], [ 103633.0, 506353.0 ], [ 103669.0, 506362.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 124.0, "TNODE_": 123.0, "LPOLY_": 67.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103521.0, 506335.0 ], [ 103546.0, 506339.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 124.0, "TNODE_": 125.0, "LPOLY_": 6.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103521.0, 506335.0 ], [ 103515.0, 506334.0 ], [ 103504.0, 506329.0 ], [ 103506.0, 506326.0 ], [ 103544.0, 506312.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 126.0, "TNODE_": 120.0, "LPOLY_": 6.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105197.0, 506299.0 ], [ 105088.0, 506445.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 123.0, "TNODE_": 127.0, "LPOLY_": 67.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103546.0, 506339.0 ], [ 103430.0, 506354.0 ], [ 103223.0, 506284.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 128.0, "TNODE_": 125.0, "LPOLY_": 67.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103602.0, 506283.0 ], [ 103544.0, 506312.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 129.0, "TNODE_": 128.0, "LPOLY_": 68.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103678.0, 506252.0 ], [ 103611.0, 506278.0 ], [ 103602.0, 506283.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 130.0, "TNODE_": 116.0, "LPOLY_": 63.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105751.0, 506245.0 ], [ 105806.0, 506324.0 ], [ 105852.0, 506368.0 ], [ 105799.0, 506420.0 ], [ 105714.0, 506466.0 ], [ 105686.0, 506576.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 118.0, "TNODE_": 131.0, "LPOLY_": 66.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103594.0, 506468.0 ], [ 103368.0, 506442.0 ], [ 103136.0, 506388.0 ], [ 102861.0, 506285.0 ], [ 102740.0, 506236.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 108.0, "TNODE_": 131.0, "LPOLY_": 61.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103110.0, 506763.0 ], [ 103042.0, 506756.0 ], [ 102732.0, 506780.0 ], [ 102583.0, 506747.0 ], [ 102508.0, 506645.0 ], [ 102527.0, 506540.0 ], [ 102604.0, 506419.0 ], [ 102674.0, 506343.0 ], [ 102740.0, 506236.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 128.0, "TNODE_": 132.0, "LPOLY_": 68.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103602.0, 506283.0 ], [ 103454.0, 506259.0 ], [ 103347.0, 506225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 127.0, "TNODE_": 132.0, "LPOLY_": 67.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103223.0, 506284.0 ], [ 103347.0, 506225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 129.0, "TNODE_": 133.0, "LPOLY_": 6.0, "RPOLY_": 68.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103678.0, 506252.0 ], [ 103703.0, 506251.0 ], [ 103706.0, 506249.0 ], [ 103709.0, 506245.0 ], [ 103711.0, 506238.0 ], [ 103710.0, 506229.0 ], [ 103705.0, 506222.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 130.0, "TNODE_": 134.0, "LPOLY_": 6.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105751.0, 506245.0 ], [ 105545.0, 506239.0 ], [ 105420.0, 506216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 134.0, "TNODE_": 126.0, "LPOLY_": 65.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105420.0, 506216.0 ], [ 105486.0, 506316.0 ], [ 105529.0, 506398.0 ], [ 105541.0, 506476.0 ], [ 105536.0, 506512.0 ], [ 105478.0, 506511.0 ], [ 105402.0, 506469.0 ], [ 105275.0, 506387.0 ], [ 105197.0, 506299.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 134.0, "TNODE_": 126.0, "LPOLY_": 6.0, "RPOLY_": 65.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105420.0, 506216.0 ], [ 105346.0, 506203.0 ], [ 105197.0, 506299.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 131.0, "TNODE_": 127.0, "LPOLY_": 66.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102740.0, 506236.0 ], [ 102849.0, 506161.0 ], [ 103026.0, 506258.0 ], [ 103175.0, 506307.0 ], [ 103223.0, 506284.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 135.0, "TNODE_": 115.0, "LPOLY_": 64.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106202.0, 506141.0 ], [ 106205.0, 506230.0 ], [ 106220.0, 506347.0 ], [ 106262.0, 506459.0 ], [ 106342.0, 506570.0 ], [ 106345.0, 506639.0 ], [ 106215.0, 506598.0 ], [ 106059.0, 506531.0 ], [ 105919.0, 506481.0 ], [ 105806.0, 506500.0 ], [ 105705.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 135.0, "TNODE_": 130.0, "LPOLY_": 6.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106202.0, 506141.0 ], [ 106091.0, 506187.0 ], [ 106004.0, 506205.0 ], [ 105785.0, 506246.0 ], [ 105751.0, 506245.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 132.0, "TNODE_": 133.0, "LPOLY_": 68.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103347.0, 506225.0 ], [ 103360.0, 506218.0 ], [ 103477.0, 506126.0 ], [ 103658.0, 506181.0 ], [ 103705.0, 506222.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 136.0, "TNODE_": 84.0, "LPOLY_": 40.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109535.0, 505992.0 ], [ 109332.0, 506020.0 ], [ 109124.0, 506044.0 ], [ 108887.0, 506140.0 ], [ 108789.0, 506269.0 ], [ 108728.0, 506525.0 ], [ 108594.0, 506731.0 ], [ 108384.0, 506900.0 ], [ 108049.0, 506980.0 ], [ 107816.0, 507029.0 ], [ 107667.0, 507183.0 ], [ 107547.0, 507518.0 ], [ 107559.0, 507806.0 ], [ 107655.0, 508010.0 ], [ 107769.0, 508168.0 ], [ 107859.0, 508251.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 137.0, "TNODE_": 138.0, "LPOLY_": 69.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104093.0, 505883.0 ], [ 103944.0, 505904.0 ], [ 103761.0, 505865.0 ], [ 103667.0, 505858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 138.0, "TNODE_": 139.0, "LPOLY_": 71.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103667.0, 505858.0 ], [ 103590.0, 505853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 141.0, "TNODE_": 139.0, "LPOLY_": 72.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103446.0, 505715.0 ], [ 103579.0, 505753.0 ], [ 103597.0, 505796.0 ], [ 103590.0, 505853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 139.0, "TNODE_": 141.0, "LPOLY_": 72.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103590.0, 505853.0 ], [ 103492.0, 505843.0 ], [ 103466.0, 505807.0 ], [ 103446.0, 505715.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 142.0, "TNODE_": 137.0, "LPOLY_": 70.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105175.0, 505686.0 ], [ 105073.0, 505701.0 ], [ 104878.0, 505752.0 ], [ 104679.0, 505794.0 ], [ 104437.0, 505848.0 ], [ 104216.0, 505865.0 ], [ 104093.0, 505883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 143.0, "TNODE_": 142.0, "LPOLY_": 75.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105412.0, 505676.0 ], [ 105232.0, 505678.0 ], [ 105175.0, 505686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 140.0, "TNODE_": 144.0, "LPOLY_": 73.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103187.0, 505744.0 ], [ 103133.0, 505777.0 ], [ 102966.0, 505783.0 ], [ 102795.0, 505785.0 ], [ 102634.0, 505743.0 ], [ 102473.0, 505675.0 ], [ 102395.0, 505630.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 145.0, "TNODE_": 138.0, "LPOLY_": 71.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103444.0, 505622.0 ], [ 103592.0, 505669.0 ], [ 103646.0, 505735.0 ], [ 103667.0, 505858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 141.0, "TNODE_": 145.0, "LPOLY_": 71.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103446.0, 505715.0 ], [ 103441.0, 505649.0 ], [ 103444.0, 505622.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 146.0, "TNODE_": 143.0, "LPOLY_": 76.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105895.0, 505585.0 ], [ 105816.0, 505638.0 ], [ 105685.0, 505675.0 ], [ 105412.0, 505676.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 144.0, "TNODE_": 140.0, "LPOLY_": 73.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102395.0, 505630.0 ], [ 102502.0, 505572.0 ], [ 102888.0, 505551.0 ], [ 103088.0, 505570.0 ], [ 103187.0, 505744.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 147.0, "TNODE_": 146.0, "LPOLY_": 77.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105959.0, 505541.0 ], [ 105895.0, 505585.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 148.0, "TNODE_": 140.0, "LPOLY_": 74.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103480.0, 505116.0 ], [ 103440.0, 505203.0 ], [ 103360.0, 505417.0 ], [ 103350.0, 505549.0 ], [ 103310.0, 505669.0 ], [ 103187.0, 505744.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 149.0, "TNODE_": 147.0, "LPOLY_": 78.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106195.0, 505086.0 ], [ 106209.0, 505116.0 ], [ 106241.0, 505261.0 ], [ 106169.0, 505406.0 ], [ 105959.0, 505541.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 150.0, "TNODE_": 137.0, "LPOLY_": 69.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103851.0, 505085.0 ], [ 103885.0, 505192.0 ], [ 103813.0, 505334.0 ], [ 103796.0, 505471.0 ], [ 103869.0, 505611.0 ], [ 104001.0, 505735.0 ], [ 104093.0, 505883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 145.0, "TNODE_": 150.0, "LPOLY_": 69.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103444.0, 505622.0 ], [ 103453.0, 505533.0 ], [ 103495.0, 505379.0 ], [ 103530.0, 505238.0 ], [ 103619.0, 505148.0 ], [ 103715.0, 505101.0 ], [ 103851.0, 505085.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 151.0, "TNODE_": 148.0, "LPOLY_": 75.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103733.0, 504920.0 ], [ 103666.0, 504937.0 ], [ 103520.0, 505028.0 ], [ 103480.0, 505116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 150.0, "TNODE_": 151.0, "LPOLY_": 70.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103851.0, 505085.0 ], [ 103946.0, 505065.0 ], [ 104017.0, 505020.0 ], [ 104053.0, 504964.0 ], [ 103978.0, 504906.0 ], [ 103833.0, 504894.0 ], [ 103733.0, 504920.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 153.0, "TNODE_": 149.0, "LPOLY_": 77.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106108.0, 504862.0 ], [ 106136.0, 504959.0 ], [ 106195.0, 505086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 154.0, "TNODE_": 152.0, "LPOLY_": 75.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102501.0, 504854.0 ], [ 102482.0, 504855.0 ], [ 102372.0, 504872.0 ], [ 102160.0, 504875.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 144.0, "TNODE_": 155.0, "LPOLY_": 74.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102395.0, 505630.0 ], [ 102329.0, 505592.0 ], [ 102220.0, 505514.0 ], [ 102147.0, 505418.0 ], [ 102231.0, 505326.0 ], [ 102368.0, 505293.0 ], [ 102498.0, 505295.0 ], [ 102629.0, 505262.0 ], [ 102806.0, 505213.0 ], [ 102873.0, 505178.0 ], [ 102907.0, 505131.0 ], [ 102867.0, 505018.0 ], [ 102736.0, 504867.0 ], [ 102594.0, 504848.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 155.0, "TNODE_": 154.0, "LPOLY_": 75.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102594.0, 504848.0 ], [ 102501.0, 504854.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 149.0, "TNODE_": 147.0, "LPOLY_": 77.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106195.0, 505086.0 ], [ 106104.0, 505101.0 ], [ 105944.0, 505017.0 ], [ 105757.0, 504887.0 ], [ 105578.0, 504843.0 ], [ 105510.0, 504953.0 ], [ 105631.0, 505156.0 ], [ 105835.0, 505374.0 ], [ 105959.0, 505541.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 156.0, "TNODE_": 156.0, "LPOLY_": 79.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104218.0, 504702.0 ], [ 104265.0, 504695.0 ], [ 104484.0, 504788.0 ], [ 104648.0, 504918.0 ], [ 104745.0, 505079.0 ], [ 104725.0, 505213.0 ], [ 104628.0, 505236.0 ], [ 104485.0, 505171.0 ], [ 104414.0, 504988.0 ], [ 104296.0, 504840.0 ], [ 104227.0, 504774.0 ], [ 104193.0, 504731.0 ], [ 104218.0, 504702.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 152.0, "TNODE_": 160.0, "LPOLY_": 80.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102160.0, 504875.0 ], [ 102130.0, 504875.0 ], [ 101945.0, 504859.0 ], [ 101798.0, 504793.0 ], [ 101492.0, 504747.0 ], [ 101182.0, 504614.0 ], [ 100923.0, 504460.0 ], [ 100837.0, 504392.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 153.0, "TNODE_": 146.0, "LPOLY_": 76.0, "RPOLY_": 77.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106108.0, 504862.0 ], [ 105985.0, 504805.0 ], [ 105766.0, 504621.0 ], [ 105621.0, 504334.0 ], [ 105387.0, 504132.0 ], [ 105154.0, 504088.0 ], [ 104980.0, 504139.0 ], [ 105015.0, 504276.0 ], [ 105217.0, 504514.0 ], [ 105494.0, 505145.0 ], [ 105663.0, 505337.0 ], [ 105895.0, 505585.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 142.0, "TNODE_": 151.0, "LPOLY_": 75.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105175.0, 505686.0 ], [ 105081.0, 505554.0 ], [ 104865.0, 505071.0 ], [ 104570.0, 504672.0 ], [ 104195.0, 504472.0 ], [ 104037.0, 504215.0 ], [ 103945.0, 504014.0 ], [ 103798.0, 503950.0 ], [ 103750.0, 503966.0 ], [ 103623.0, 504034.0 ], [ 103550.0, 504108.0 ], [ 103637.0, 504196.0 ], [ 103757.0, 504262.0 ], [ 103699.0, 504387.0 ], [ 103446.0, 504350.0 ], [ 103251.0, 504349.0 ], [ 103111.0, 504459.0 ], [ 103107.0, 504623.0 ], [ 103220.0, 504751.0 ], [ 103426.0, 504737.0 ], [ 103598.0, 504756.0 ], [ 103649.0, 504801.0 ], [ 103733.0, 504920.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 159.0, "TNODE_": 159.0, "LPOLY_": 83.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102261.0, 504394.0 ], [ 102295.0, 504312.0 ], [ 102327.0, 504179.0 ], [ 102216.0, 504040.0 ], [ 102140.0, 504000.0 ], [ 102167.0, 503933.0 ], [ 102248.0, 503892.0 ], [ 102339.0, 503897.0 ], [ 102417.0, 504072.0 ], [ 102475.0, 504182.0 ], [ 102431.0, 504359.0 ], [ 102348.0, 504423.0 ], [ 102294.0, 504413.0 ], [ 102261.0, 504394.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 155.0, "TNODE_": 148.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102594.0, 504848.0 ], [ 102668.0, 504732.0 ], [ 102771.0, 504434.0 ], [ 102862.0, 504158.0 ], [ 103002.0, 503960.0 ], [ 103210.0, 503849.0 ], [ 103382.0, 503837.0 ], [ 103458.0, 503912.0 ], [ 103374.0, 503991.0 ], [ 103181.0, 504147.0 ], [ 103056.0, 504422.0 ], [ 102984.0, 504644.0 ], [ 103009.0, 504826.0 ], [ 103085.0, 504928.0 ], [ 103321.0, 504984.0 ], [ 103420.0, 505081.0 ], [ 103480.0, 505116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 160.0, "TNODE_": 161.0, "LPOLY_": 84.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100837.0, 504392.0 ], [ 100700.0, 504282.0 ], [ 100589.0, 504178.0 ], [ 100503.0, 503987.0 ], [ 100450.0, 503777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 163.0, "TNODE_": 135.0, "LPOLY_": 6.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108524.0, 503771.0 ], [ 108433.0, 503810.0 ], [ 108358.0, 503891.0 ], [ 108297.0, 504003.0 ], [ 108232.0, 504198.0 ], [ 108158.0, 504427.0 ], [ 107983.0, 504599.0 ], [ 107687.0, 504715.0 ], [ 107413.0, 504744.0 ], [ 107165.0, 504806.0 ], [ 106922.0, 504929.0 ], [ 106824.0, 505159.0 ], [ 106782.0, 505532.0 ], [ 106626.0, 505823.0 ], [ 106462.0, 505985.0 ], [ 106290.0, 506104.0 ], [ 106202.0, 506141.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 164.0, "TNODE_": 163.0, "LPOLY_": 6.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108640.0, 503765.0 ], [ 108619.0, 503777.0 ], [ 108543.0, 503763.0 ], [ 108524.0, 503771.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 165.0, "TNODE_": 164.0, "LPOLY_": 87.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108751.0, 503669.0 ], [ 108770.0, 503769.0 ], [ 108775.0, 503818.0 ], [ 108770.0, 503847.0 ], [ 108726.0, 503835.0 ], [ 108640.0, 503765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 165.0, "TNODE_": 164.0, "LPOLY_": 6.0, "RPOLY_": 87.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108751.0, 503669.0 ], [ 108695.0, 503734.0 ], [ 108640.0, 503765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 162.0, "TNODE_": 158.0, "LPOLY_": 81.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503772.0 ], [ 109365.0, 503702.0 ], [ 109195.0, 503645.0 ], [ 109062.0, 503616.0 ], [ 108964.0, 503613.0 ], [ 108896.0, 503660.0 ], [ 108874.0, 503740.0 ], [ 108963.0, 503839.0 ], [ 109044.0, 503916.0 ], [ 109081.0, 504057.0 ], [ 109065.0, 504156.0 ], [ 109021.0, 504243.0 ], [ 109050.0, 504388.0 ], [ 109235.0, 504484.0 ], [ 109538.0, 504547.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 166.0, "TNODE_": 157.0, "LPOLY_": 40.0, "RPOLY_": 81.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503587.0 ], [ 109315.0, 503606.0 ], [ 109060.0, 503569.0 ], [ 108964.0, 503552.0 ], [ 108883.0, 503557.0 ], [ 108841.0, 503610.0 ], [ 108813.0, 503720.0 ], [ 108842.0, 503848.0 ], [ 108917.0, 503926.0 ], [ 108959.0, 504042.0 ], [ 108868.0, 504104.0 ], [ 108751.0, 504030.0 ], [ 108647.0, 503898.0 ], [ 108546.0, 503873.0 ], [ 108463.0, 503896.0 ], [ 108439.0, 503974.0 ], [ 108437.0, 504144.0 ], [ 108511.0, 504308.0 ], [ 108576.0, 504405.0 ], [ 108694.0, 504533.0 ], [ 108880.0, 504609.0 ], [ 109060.0, 504638.0 ], [ 109215.0, 504661.0 ], [ 109538.0, 504662.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 167.0, "TNODE_": 163.0, "LPOLY_": 86.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108814.0, 503530.0 ], [ 108792.0, 503710.0 ], [ 108813.0, 503819.0 ], [ 108811.0, 503899.0 ], [ 108773.0, 503925.0 ], [ 108684.0, 503848.0 ], [ 108582.0, 503793.0 ], [ 108524.0, 503771.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 167.0, "TNODE_": 165.0, "LPOLY_": 6.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108814.0, 503530.0 ], [ 108797.0, 503544.0 ], [ 108773.0, 503644.0 ], [ 108751.0, 503669.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 168.0, "TNODE_": 153.0, "LPOLY_": 76.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108562.0, 503467.0 ], [ 108466.0, 503481.0 ], [ 108257.0, 503628.0 ], [ 108088.0, 503823.0 ], [ 108011.0, 504047.0 ], [ 107895.0, 504170.0 ], [ 107708.0, 504358.0 ], [ 107499.0, 504465.0 ], [ 107167.0, 504561.0 ], [ 106864.0, 504515.0 ], [ 106596.0, 504427.0 ], [ 106343.0, 504361.0 ], [ 106139.0, 504415.0 ], [ 106054.0, 504525.0 ], [ 106048.0, 504657.0 ], [ 106108.0, 504862.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 169.0, "TNODE_": 168.0, "LPOLY_": 89.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108657.0, 503454.0 ], [ 108562.0, 503467.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 170.0, "TNODE_": 167.0, "LPOLY_": 6.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109541.0, 503409.0 ], [ 109396.0, 503453.0 ], [ 109204.0, 503469.0 ], [ 108988.0, 503469.0 ], [ 108867.0, 503486.0 ], [ 108814.0, 503530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 173.0, "TNODE_": 171.0, "LPOLY_": 88.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100416.0, 503338.0 ], [ 100332.0, 503380.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 172.0, "TNODE_": 143.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108244.0, 503376.0 ], [ 108217.0, 503418.0 ], [ 107982.0, 503630.0 ], [ 107774.0, 503861.0 ], [ 107635.0, 504032.0 ], [ 107364.0, 504127.0 ], [ 107011.0, 504170.0 ], [ 106763.0, 504136.0 ], [ 106380.0, 503949.0 ], [ 105927.0, 503782.0 ], [ 105531.0, 503726.0 ], [ 105093.0, 503720.0 ], [ 104862.0, 503620.0 ], [ 104641.0, 503472.0 ], [ 104409.0, 503329.0 ], [ 104190.0, 503416.0 ], [ 104061.0, 503617.0 ], [ 104054.0, 503900.0 ], [ 104134.0, 504158.0 ], [ 104271.0, 504324.0 ], [ 104834.0, 504744.0 ], [ 105054.0, 505182.0 ], [ 105243.0, 505522.0 ], [ 105412.0, 505676.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 174.0, "TNODE_": 169.0, "LPOLY_": 90.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109541.0, 503308.0 ], [ 108909.0, 503392.0 ], [ 108710.0, 503447.0 ], [ 108657.0, 503454.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 172.0, "TNODE_": 175.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108244.0, 503376.0 ], [ 108273.0, 503338.0 ], [ 108273.0, 503295.0 ], [ 108270.0, 503274.0 ], [ 108239.0, 503257.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 176.0, "TNODE_": 173.0, "LPOLY_": 88.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100240.0, 503052.0 ], [ 100460.0, 502981.0 ], [ 100860.0, 502941.0 ], [ 101210.0, 503016.0 ], [ 101420.0, 503044.0 ], [ 101586.0, 503107.0 ], [ 101723.0, 503100.0 ], [ 101801.0, 503094.0 ], [ 101767.0, 503191.0 ], [ 101686.0, 503259.0 ], [ 101615.0, 503419.0 ], [ 101422.0, 503478.0 ], [ 101240.0, 503350.0 ], [ 101061.0, 503262.0 ], [ 100877.0, 503224.0 ], [ 100698.0, 503247.0 ], [ 100483.0, 503333.0 ], [ 100416.0, 503338.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 177.0, "TNODE_": 169.0, "LPOLY_": 89.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502906.0 ], [ 109354.0, 502897.0 ], [ 109115.0, 502926.0 ], [ 108929.0, 503024.0 ], [ 108817.0, 503101.0 ], [ 108728.0, 503318.0 ], [ 108693.0, 503389.0 ], [ 108657.0, 503454.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 178.0, "TNODE_": 168.0, "LPOLY_": 76.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502714.0 ], [ 109211.0, 502721.0 ], [ 108950.0, 502734.0 ], [ 108774.0, 502824.0 ], [ 108653.0, 502930.0 ], [ 108648.0, 503070.0 ], [ 108648.0, 503228.0 ], [ 108606.0, 503384.0 ], [ 108562.0, 503467.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 179.0, "TNODE_": 161.0, "LPOLY_": 85.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100126.0, 502628.0 ], [ 100313.0, 502620.0 ], [ 100551.0, 502622.0 ], [ 100801.0, 502621.0 ], [ 101092.0, 502687.0 ], [ 101338.0, 502747.0 ], [ 101471.0, 502783.0 ], [ 101575.0, 502875.0 ], [ 101680.0, 502952.0 ], [ 101752.0, 502860.0 ], [ 101785.0, 502759.0 ], [ 101881.0, 502645.0 ], [ 102022.0, 502598.0 ], [ 102151.0, 502601.0 ], [ 102263.0, 502646.0 ], [ 102300.0, 502744.0 ], [ 102280.0, 502888.0 ], [ 102133.0, 503061.0 ], [ 101935.0, 503198.0 ], [ 101798.0, 503373.0 ], [ 101708.0, 503608.0 ], [ 101643.0, 503790.0 ], [ 101649.0, 503914.0 ], [ 101754.0, 503985.0 ], [ 101822.0, 504040.0 ], [ 101786.0, 504160.0 ], [ 101649.0, 504174.0 ], [ 101479.0, 504099.0 ], [ 101356.0, 503990.0 ], [ 101304.0, 503816.0 ], [ 101161.0, 503689.0 ], [ 100927.0, 503634.0 ], [ 100699.0, 503644.0 ], [ 100450.0, 503777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 180.0, "TNODE_": 160.0, "LPOLY_": 84.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100093.0, 502504.0 ], [ 100273.0, 502479.0 ], [ 100966.0, 502592.0 ], [ 101146.0, 502624.0 ], [ 101372.0, 502682.0 ], [ 101497.0, 502735.0 ], [ 101583.0, 502831.0 ], [ 101629.0, 502908.0 ], [ 101670.0, 502924.0 ], [ 101719.0, 502775.0 ], [ 101801.0, 502649.0 ], [ 101956.0, 502557.0 ], [ 102100.0, 502545.0 ], [ 102222.0, 502570.0 ], [ 102311.0, 502632.0 ], [ 102342.0, 502808.0 ], [ 102276.0, 503043.0 ], [ 102136.0, 503233.0 ], [ 102057.0, 503347.0 ], [ 101986.0, 503466.0 ], [ 101924.0, 503552.0 ], [ 101923.0, 503677.0 ], [ 102018.0, 503739.0 ], [ 102151.0, 503772.0 ], [ 102218.0, 503816.0 ], [ 102200.0, 503896.0 ], [ 102072.0, 503984.0 ], [ 101976.0, 504094.0 ], [ 101886.0, 504221.0 ], [ 101679.0, 504265.0 ], [ 101449.0, 504202.0 ], [ 101240.0, 504153.0 ], [ 101010.0, 504244.0 ], [ 100837.0, 504392.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 183.0, "TNODE_": 185.0, "LPOLY_": 75.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99867.0, 501414.0 ], [ 99846.0, 501408.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 185.0, "TNODE_": 184.0, "LPOLY_": 75.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99846.0, 501408.0 ], [ 99737.0, 501412.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 182.0, "TNODE_": 183.0, "LPOLY_": 75.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99830.0, 501661.0 ], [ 100070.0, 501700.0 ], [ 100407.0, 501734.0 ], [ 100733.0, 501717.0 ], [ 100898.0, 501685.0 ], [ 100962.0, 501617.0 ], [ 101176.0, 501419.0 ], [ 101388.0, 501402.0 ], [ 101528.0, 501498.0 ], [ 101482.0, 501756.0 ], [ 101552.0, 501952.0 ], [ 101679.0, 502078.0 ], [ 101742.0, 502203.0 ], [ 101728.0, 502358.0 ], [ 101698.0, 502480.0 ], [ 101754.0, 502529.0 ], [ 101859.0, 502508.0 ], [ 101953.0, 502449.0 ], [ 102015.0, 502319.0 ], [ 102045.0, 502223.0 ], [ 102147.0, 502173.0 ], [ 102349.0, 502144.0 ], [ 102498.0, 502133.0 ], [ 102611.0, 502159.0 ], [ 102700.0, 502339.0 ], [ 102632.0, 502620.0 ], [ 102694.0, 502814.0 ], [ 102783.0, 502865.0 ], [ 102863.0, 502829.0 ], [ 102910.0, 502670.0 ], [ 102886.0, 502504.0 ], [ 102891.0, 502366.0 ], [ 102864.0, 502190.0 ], [ 102764.0, 502063.0 ], [ 102617.0, 502002.0 ], [ 102420.0, 502042.0 ], [ 102205.0, 502010.0 ], [ 101981.0, 501926.0 ], [ 101850.0, 501807.0 ], [ 101722.0, 501672.0 ], [ 101664.0, 501518.0 ], [ 101663.0, 501388.0 ], [ 101655.0, 501299.0 ], [ 101608.0, 501183.0 ], [ 101447.0, 501150.0 ], [ 101149.0, 501173.0 ], [ 100947.0, 501227.0 ], [ 100792.0, 501299.0 ], [ 100551.0, 501373.0 ], [ 100262.0, 501433.0 ], [ 100027.0, 501454.0 ], [ 99867.0, 501414.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 152.0, "TNODE_": 181.0, "LPOLY_": 75.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102160.0, 504875.0 ], [ 102329.0, 504813.0 ], [ 102487.0, 504700.0 ], [ 102577.0, 504520.0 ], [ 102660.0, 504240.0 ], [ 102907.0, 503785.0 ], [ 103171.0, 503619.0 ], [ 103638.0, 503493.0 ], [ 103817.0, 503309.0 ], [ 103865.0, 502998.0 ], [ 103907.0, 502640.0 ], [ 104038.0, 502392.0 ], [ 104233.0, 502357.0 ], [ 104518.0, 502568.0 ], [ 104733.0, 502678.0 ], [ 104923.0, 502709.0 ], [ 105136.0, 502722.0 ], [ 105191.0, 502578.0 ], [ 105210.0, 502369.0 ], [ 105069.0, 502128.0 ], [ 104834.0, 501987.0 ], [ 104726.0, 501863.0 ], [ 104694.0, 501711.0 ], [ 104643.0, 501562.0 ], [ 104570.0, 501425.0 ], [ 104381.0, 501330.0 ], [ 104147.0, 501310.0 ], [ 103878.0, 501342.0 ], [ 103718.0, 501396.0 ], [ 103547.0, 501458.0 ], [ 103324.0, 501400.0 ], [ 102834.0, 501064.0 ], [ 102674.0, 500966.0 ], [ 102559.0, 500976.0 ], [ 102483.0, 501114.0 ], [ 102531.0, 501257.0 ], [ 102664.0, 501401.0 ], [ 102781.0, 501515.0 ], [ 102896.0, 501860.0 ], [ 102949.0, 502085.0 ], [ 103037.0, 502230.0 ], [ 103014.0, 502471.0 ], [ 103037.0, 502634.0 ], [ 103041.0, 502822.0 ], [ 102971.0, 502985.0 ], [ 102793.0, 502972.0 ], [ 102543.0, 502797.0 ], [ 102480.0, 502647.0 ], [ 102460.0, 502321.0 ], [ 102318.0, 502205.0 ], [ 102135.0, 502228.0 ], [ 102085.0, 502312.0 ], [ 102017.0, 502443.0 ], [ 101896.0, 502524.0 ], [ 101834.0, 502570.0 ], [ 101711.0, 502552.0 ], [ 101664.0, 502508.0 ], [ 101654.0, 502389.0 ], [ 101678.0, 502304.0 ], [ 101625.0, 502207.0 ], [ 101529.0, 502133.0 ], [ 101436.0, 502002.0 ], [ 101360.0, 501854.0 ], [ 101301.0, 501760.0 ], [ 101201.0, 501728.0 ], [ 100986.0, 501822.0 ], [ 100764.0, 501897.0 ], [ 100533.0, 501950.0 ], [ 100328.0, 501983.0 ], [ 100087.0, 501981.0 ], [ 99936.0, 501973.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 188.0, "TNODE_": 186.0, "LPOLY_": 95.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102478.0, 500749.0 ], [ 102479.0, 500752.0 ], [ 102440.0, 500856.0 ], [ 102431.0, 500857.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 190.0, "TNODE_": 188.0, "LPOLY_": 95.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102466.0, 500711.0 ], [ 102478.0, 500749.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 191.0, "TNODE_": 190.0, "LPOLY_": 95.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102457.0, 500685.0 ], [ 102466.0, 500711.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 192.0, "TNODE_": 191.0, "LPOLY_": 95.0, "RPOLY_": 99.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102436.0, 500652.0 ], [ 102448.0, 500656.0 ], [ 102457.0, 500685.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 193.0, "TNODE_": 192.0, "LPOLY_": 95.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102408.0, 500642.0 ], [ 102436.0, 500652.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 187.0, "TNODE_": 194.0, "LPOLY_": 96.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103241.0, 500750.0 ], [ 103154.0, 500766.0 ], [ 102940.0, 500798.0 ], [ 102825.0, 500766.0 ], [ 102788.0, 500707.0 ], [ 102776.0, 500645.0 ], [ 102812.0, 500631.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 189.0, "TNODE_": 193.0, "LPOLY_": 95.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102234.0, 500732.0 ], [ 102249.0, 500745.0 ], [ 102301.0, 500661.0 ], [ 102352.0, 500623.0 ], [ 102408.0, 500642.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 194.0, "TNODE_": 195.0, "LPOLY_": 96.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102812.0, 500631.0 ], [ 102861.0, 500611.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 188.0, "TNODE_": 194.0, "LPOLY_": 75.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102478.0, 500749.0 ], [ 102544.0, 500664.0 ], [ 102622.0, 500605.0 ], [ 102706.0, 500590.0 ], [ 102781.0, 500608.0 ], [ 102812.0, 500631.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 197.0, "TNODE_": 187.0, "LPOLY_": 96.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103409.0, 500564.0 ], [ 103416.0, 500596.0 ], [ 103388.0, 500697.0 ], [ 103298.0, 500759.0 ], [ 103241.0, 500750.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 196.0, "TNODE_": 196.0, "LPOLY_": 93.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105472.0, 500604.0 ], [ 105514.0, 500534.0 ], [ 105597.0, 500563.0 ], [ 105742.0, 500713.0 ], [ 106023.0, 500875.0 ], [ 106114.0, 500981.0 ], [ 106111.0, 501126.0 ], [ 106067.0, 501261.0 ], [ 105866.0, 501248.0 ], [ 105697.0, 500977.0 ], [ 105547.0, 500805.0 ], [ 105483.0, 500704.0 ], [ 105472.0, 500604.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 195.0, "TNODE_": 190.0, "LPOLY_": 98.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102861.0, 500611.0 ], [ 102788.0, 500533.0 ], [ 102682.0, 500519.0 ], [ 102555.0, 500572.0 ], [ 102466.0, 500711.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 186.0, "TNODE_": 189.0, "LPOLY_": 95.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102431.0, 500857.0 ], [ 102246.0, 500888.0 ], [ 101996.0, 500890.0 ], [ 101884.0, 500803.0 ], [ 101777.0, 500677.0 ], [ 101756.0, 500607.0 ], [ 101817.0, 500526.0 ], [ 101878.0, 500507.0 ], [ 101944.0, 500548.0 ], [ 102074.0, 500646.0 ], [ 102234.0, 500732.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 195.0, "TNODE_": 198.0, "LPOLY_": 96.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102861.0, 500611.0 ], [ 102889.0, 500600.0 ], [ 103020.0, 500471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 198.0, "TNODE_": 197.0, "LPOLY_": 96.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103020.0, 500471.0 ], [ 103105.0, 500380.0 ], [ 103250.0, 500359.0 ], [ 103385.0, 500446.0 ], [ 103409.0, 500564.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 192.0, "TNODE_": 191.0, "LPOLY_": 99.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102436.0, 500652.0 ], [ 102486.0, 500446.0 ], [ 102565.0, 500325.0 ], [ 102723.0, 500303.0 ], [ 102777.0, 500359.0 ], [ 102733.0, 500430.0 ], [ 102617.0, 500462.0 ], [ 102544.0, 500516.0 ], [ 102457.0, 500685.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 193.0, "TNODE_": 198.0, "LPOLY_": 98.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102408.0, 500642.0 ], [ 102418.0, 500541.0 ], [ 102412.0, 500329.0 ], [ 102581.0, 500180.0 ], [ 102773.0, 500154.0 ], [ 102959.0, 500333.0 ], [ 103020.0, 500471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 199.0, "TNODE_": 175.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109549.0, 500008.0 ], [ 109104.0, 499977.0 ], [ 108598.0, 499947.0 ], [ 107980.0, 500009.0 ], [ 107357.0, 500107.0 ], [ 107043.0, 500237.0 ], [ 106944.0, 500366.0 ], [ 107067.0, 500636.0 ], [ 107391.0, 500923.0 ], [ 108111.0, 501181.0 ], [ 108331.0, 501357.0 ], [ 108550.0, 501577.0 ], [ 108686.0, 501859.0 ], [ 108596.0, 502147.0 ], [ 108393.0, 502259.0 ], [ 108131.0, 502247.0 ], [ 107844.0, 502077.0 ], [ 107703.0, 501820.0 ], [ 107555.0, 501520.0 ], [ 107317.0, 501305.0 ], [ 107064.0, 501319.0 ], [ 106825.0, 501444.0 ], [ 106713.0, 501605.0 ], [ 106687.0, 501885.0 ], [ 106774.0, 502192.0 ], [ 106984.0, 502619.0 ], [ 107173.0, 502899.0 ], [ 107363.0, 503068.0 ], [ 107601.0, 503200.0 ], [ 107788.0, 503256.0 ], [ 107988.0, 503304.0 ], [ 108167.0, 503250.0 ], [ 108239.0, 503257.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 200.0, "TNODE_": 201.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105755.0, 499876.0 ], [ 105752.0, 499837.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 201.0, "TNODE_": 200.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105752.0, 499837.0 ], [ 105741.0, 499816.0 ], [ 105590.0, 499796.0 ], [ 105286.0, 499882.0 ], [ 104987.0, 499969.0 ], [ 104717.0, 499971.0 ], [ 104538.0, 499993.0 ], [ 104416.0, 500093.0 ], [ 104371.0, 500309.0 ], [ 104420.0, 500516.0 ], [ 104628.0, 500677.0 ], [ 104773.0, 500899.0 ], [ 104864.0, 501212.0 ], [ 104968.0, 501470.0 ], [ 105185.0, 501550.0 ], [ 105392.0, 501595.0 ], [ 105549.0, 501749.0 ], [ 105678.0, 501890.0 ], [ 105788.0, 501928.0 ], [ 105886.0, 501898.0 ], [ 105907.0, 501719.0 ], [ 105888.0, 501489.0 ], [ 105692.0, 501311.0 ], [ 105410.0, 501277.0 ], [ 105269.0, 501163.0 ], [ 105139.0, 500953.0 ], [ 105062.0, 500713.0 ], [ 105071.0, 500401.0 ], [ 105164.0, 500232.0 ], [ 105296.0, 500145.0 ], [ 105623.0, 500046.0 ], [ 105723.0, 499951.0 ], [ 105748.0, 499900.0 ], [ 105755.0, 499876.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 202.0, "TNODE_": 202.0, "LPOLY_": 101.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103138.0, 499530.0 ], [ 103033.0, 499458.0 ], [ 102987.0, 499380.0 ], [ 103105.0, 499249.0 ], [ 103256.0, 499235.0 ], [ 103439.0, 499294.0 ], [ 103590.0, 499360.0 ], [ 103760.0, 499530.0 ], [ 103970.0, 499714.0 ], [ 104081.0, 499838.0 ], [ 104061.0, 499923.0 ], [ 104035.0, 499969.0 ], [ 103983.0, 500048.0 ], [ 103917.0, 500054.0 ], [ 103832.0, 500048.0 ], [ 103780.0, 499936.0 ], [ 103734.0, 499818.0 ], [ 103629.0, 499707.0 ], [ 103485.0, 499642.0 ], [ 103308.0, 499570.0 ], [ 103138.0, 499530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 203.0, "TNODE_": 203.0, "LPOLY_": 75.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101520.0, 498976.0 ], [ 101429.0, 498978.0 ], [ 101362.0, 499122.0 ], [ 101359.0, 499320.0 ], [ 101327.0, 499565.0 ], [ 101203.0, 499707.0 ], [ 101131.0, 499831.0 ], [ 101216.0, 499943.0 ], [ 101364.0, 499938.0 ], [ 101478.0, 499865.0 ], [ 101556.0, 499751.0 ], [ 101581.0, 499594.0 ], [ 101592.0, 499433.0 ], [ 101582.0, 499150.0 ], [ 101550.0, 499006.0 ], [ 101520.0, 498976.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 205.0, "TNODE_": 204.0, "LPOLY_": 103.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106209.0, 498835.0 ], [ 106253.0, 498944.0 ], [ 106349.0, 498983.0 ], [ 106472.0, 498915.0 ], [ 106493.0, 498890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 206.0, "TNODE_": 206.0, "LPOLY_": 100.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102012.0, 498717.0 ], [ 102065.0, 498623.0 ], [ 102151.0, 498617.0 ], [ 102172.0, 498735.0 ], [ 102121.0, 498866.0 ], [ 102106.0, 499070.0 ], [ 102064.0, 499271.0 ], [ 102055.0, 499477.0 ], [ 102074.0, 499574.0 ], [ 102191.0, 499701.0 ], [ 102306.0, 499795.0 ], [ 102274.0, 499908.0 ], [ 102240.0, 500016.0 ], [ 102212.0, 500142.0 ], [ 102106.0, 500134.0 ], [ 102051.0, 500123.0 ], [ 102003.0, 500101.0 ], [ 102019.0, 500049.0 ], [ 102047.0, 499978.0 ], [ 102018.0, 499928.0 ], [ 101954.0, 499903.0 ], [ 101959.0, 499720.0 ], [ 101958.0, 499465.0 ], [ 101979.0, 499276.0 ], [ 102000.0, 499013.0 ], [ 101989.0, 498854.0 ], [ 102012.0, 498717.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 207.0, "TNODE_": 205.0, "LPOLY_": 105.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106187.0, 498523.0 ], [ 106172.0, 498550.0 ], [ 106182.0, 498682.0 ], [ 106209.0, 498835.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 204.0, "TNODE_": 207.0, "LPOLY_": 105.0, "RPOLY_": 104.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106493.0, 498890.0 ], [ 106580.0, 498786.0 ], [ 106637.0, 498591.0 ], [ 106612.0, 498486.0 ], [ 106478.0, 498402.0 ], [ 106309.0, 498478.0 ], [ 106187.0, 498523.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 209.0, "TNODE_": 208.0, "LPOLY_": 1.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98363.0, 497595.0 ], [ 98363.0, 497711.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 210.0, "TNODE_": 210.0, "LPOLY_": 106.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104900.0, 497497.0 ], [ 105171.0, 497607.0 ], [ 105427.0, 497683.0 ], [ 105555.0, 497751.0 ], [ 105596.0, 497813.0 ], [ 105601.0, 497880.0 ], [ 105544.0, 497887.0 ], [ 105462.0, 497814.0 ], [ 105285.0, 497762.0 ], [ 105113.0, 497730.0 ], [ 105002.0, 497678.0 ], [ 104916.0, 497553.0 ], [ 104900.0, 497497.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 211.0, "TNODE_": 212.0, "LPOLY_": 75.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 497372.0 ], [ 105899.0, 497402.0 ], [ 106016.0, 497378.0 ], [ 106148.0, 497382.0 ], [ 106231.0, 497327.0 ], [ 106258.0, 497249.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 211.0, "TNODE_": 213.0, "LPOLY_": 108.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 497372.0 ], [ 105858.0, 497337.0 ], [ 105862.0, 497304.0 ], [ 105872.0, 497265.0 ], [ 105877.0, 497231.0 ], [ 105853.0, 497222.0 ], [ 105819.0, 497202.0 ], [ 105793.0, 497207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 197.0, "TNODE_": 211.0, "LPOLY_": 75.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103409.0, 500564.0 ], [ 103511.0, 500456.0 ], [ 103561.0, 500252.0 ], [ 103563.0, 499931.0 ], [ 103481.0, 499752.0 ], [ 103247.0, 499685.0 ], [ 102975.0, 499582.0 ], [ 102867.0, 499467.0 ], [ 102871.0, 499321.0 ], [ 102930.0, 499227.0 ], [ 103018.0, 499113.0 ], [ 103162.0, 499031.0 ], [ 103319.0, 498995.0 ], [ 103501.0, 499077.0 ], [ 103664.0, 499194.0 ], [ 103822.0, 499339.0 ], [ 103954.0, 499447.0 ], [ 104055.0, 499517.0 ], [ 104259.0, 499567.0 ], [ 104356.0, 499563.0 ], [ 104456.0, 499549.0 ], [ 104560.0, 499436.0 ], [ 104625.0, 499311.0 ], [ 104707.0, 499124.0 ], [ 104795.0, 498998.0 ], [ 104985.0, 498918.0 ], [ 105053.0, 498883.0 ], [ 105143.0, 498772.0 ], [ 105156.0, 498630.0 ], [ 105100.0, 498514.0 ], [ 104893.0, 498446.0 ], [ 104628.0, 498506.0 ], [ 104443.0, 498601.0 ], [ 104208.0, 498669.0 ], [ 103865.0, 498667.0 ], [ 103707.0, 498608.0 ], [ 103624.0, 498509.0 ], [ 103608.0, 498348.0 ], [ 103674.0, 498186.0 ], [ 103837.0, 498106.0 ], [ 104212.0, 498001.0 ], [ 104448.0, 497999.0 ], [ 104686.0, 498079.0 ], [ 104883.0, 498178.0 ], [ 105065.0, 498255.0 ], [ 105240.0, 498238.0 ], [ 105322.0, 498112.0 ], [ 105349.0, 497918.0 ], [ 105243.0, 497803.0 ], [ 105059.0, 497762.0 ], [ 104894.0, 497666.0 ], [ 104788.0, 497573.0 ], [ 104585.0, 497426.0 ], [ 104455.0, 497295.0 ], [ 104386.0, 497166.0 ], [ 104413.0, 497067.0 ], [ 104495.0, 497073.0 ], [ 104603.0, 497206.0 ], [ 104713.0, 497311.0 ], [ 104828.0, 497385.0 ], [ 105001.0, 497445.0 ], [ 105114.0, 497486.0 ], [ 105308.0, 497544.0 ], [ 105496.0, 497574.0 ], [ 105645.0, 497542.0 ], [ 105748.0, 497466.0 ], [ 105833.0, 497372.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 214.0, "TNODE_": 205.0, "LPOLY_": 103.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106182.0, 496857.0 ], [ 106337.0, 496975.0 ], [ 106616.0, 497266.0 ], [ 106708.0, 497729.0 ], [ 106625.0, 498008.0 ], [ 106379.0, 498195.0 ], [ 106110.0, 498383.0 ], [ 106042.0, 498616.0 ], [ 106109.0, 498785.0 ], [ 106209.0, 498835.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 212.0, "TNODE_": 214.0, "LPOLY_": 103.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106258.0, 497249.0 ], [ 106271.0, 497208.0 ], [ 106248.0, 497090.0 ], [ 106193.0, 496939.0 ], [ 106182.0, 496857.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 215.0, "TNODE_": 213.0, "LPOLY_": 94.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 496824.0 ], [ 105802.0, 496857.0 ], [ 105811.0, 496963.0 ], [ 105747.0, 497072.0 ], [ 105738.0, 497187.0 ], [ 105793.0, 497207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 217.0, "TNODE_": 186.0, "LPOLY_": 75.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101741.0, 496733.0 ], [ 101654.0, 496943.0 ], [ 101558.0, 497147.0 ], [ 101362.0, 497389.0 ], [ 101033.0, 497539.0 ], [ 100622.0, 497575.0 ], [ 100433.0, 497528.0 ], [ 100229.0, 497561.0 ], [ 100125.0, 497927.0 ], [ 100227.0, 498199.0 ], [ 100473.0, 498431.0 ], [ 100802.0, 498585.0 ], [ 100982.0, 498916.0 ], [ 100941.0, 499292.0 ], [ 101032.0, 499485.0 ], [ 101162.0, 499510.0 ], [ 101257.0, 499415.0 ], [ 101250.0, 499204.0 ], [ 101245.0, 498942.0 ], [ 101377.0, 498794.0 ], [ 101500.0, 498579.0 ], [ 101624.0, 498316.0 ], [ 101744.0, 498185.0 ], [ 101870.0, 498165.0 ], [ 101958.0, 498282.0 ], [ 101909.0, 498448.0 ], [ 101744.0, 498581.0 ], [ 101680.0, 498750.0 ], [ 101687.0, 498942.0 ], [ 101744.0, 499243.0 ], [ 101761.0, 499368.0 ], [ 101739.0, 499526.0 ], [ 101753.0, 499761.0 ], [ 101794.0, 499838.0 ], [ 101816.0, 499874.0 ], [ 101879.0, 499939.0 ], [ 101926.0, 499997.0 ], [ 101907.0, 500061.0 ], [ 101909.0, 500143.0 ], [ 102033.0, 500271.0 ], [ 102008.0, 500331.0 ], [ 101850.0, 500321.0 ], [ 101713.0, 500238.0 ], [ 101611.0, 500148.0 ], [ 101509.0, 500103.0 ], [ 101404.0, 500164.0 ], [ 101379.0, 500237.0 ], [ 101431.0, 500354.0 ], [ 101493.0, 500508.0 ], [ 101528.0, 500615.0 ], [ 101618.0, 500774.0 ], [ 101722.0, 500894.0 ], [ 101873.0, 501035.0 ], [ 102052.0, 501072.0 ], [ 102229.0, 501020.0 ], [ 102345.0, 500958.0 ], [ 102431.0, 500857.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 218.0, "TNODE_": 219.0, "LPOLY_": 94.0, "RPOLY_": 107.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102476.0, 496717.0 ], [ 102329.0, 497107.0 ], [ 102072.0, 497415.0 ], [ 102006.0, 497579.0 ], [ 102092.0, 497687.0 ], [ 102253.0, 497580.0 ], [ 102469.0, 497464.0 ], [ 102784.0, 497310.0 ], [ 103093.0, 497244.0 ], [ 103281.0, 497238.0 ], [ 103411.0, 497154.0 ], [ 103553.0, 496941.0 ], [ 103809.0, 496687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 215.0, "TNODE_": 220.0, "LPOLY_": 109.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 496824.0 ], [ 105708.0, 496869.0 ], [ 105590.0, 496961.0 ], [ 105497.0, 497138.0 ], [ 105380.0, 497226.0 ], [ 105213.0, 497202.0 ], [ 105005.0, 497149.0 ], [ 104867.0, 497062.0 ], [ 104714.0, 496930.0 ], [ 104467.0, 496675.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 221.0, "TNODE_": 215.0, "LPOLY_": 109.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105898.0, 496645.0 ], [ 105885.0, 496771.0 ], [ 105833.0, 496824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 214.0, "TNODE_": 222.0, "LPOLY_": 105.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106182.0, 496857.0 ], [ 106172.0, 496784.0 ], [ 106129.0, 496640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 204.0, "TNODE_": 223.0, "LPOLY_": 103.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106493.0, 498890.0 ], [ 106700.0, 498875.0 ], [ 106887.0, 498791.0 ], [ 107087.0, 498531.0 ], [ 107208.0, 498266.0 ], [ 107250.0, 498034.0 ], [ 107281.0, 497702.0 ], [ 107330.0, 497444.0 ], [ 107285.0, 497121.0 ], [ 107177.0, 496893.0 ], [ 107096.0, 496620.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 212.0, "TNODE_": 224.0, "LPOLY_": 75.0, "RPOLY_": 103.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106258.0, 497249.0 ], [ 106446.0, 497352.0 ], [ 106580.0, 497572.0 ], [ 106555.0, 497806.0 ], [ 106414.0, 497982.0 ], [ 106154.0, 498109.0 ], [ 105879.0, 498368.0 ], [ 105827.0, 498657.0 ], [ 105881.0, 498838.0 ], [ 106031.0, 498977.0 ], [ 106307.0, 499125.0 ], [ 106635.0, 499195.0 ], [ 106979.0, 499113.0 ], [ 107123.0, 498946.0 ], [ 107274.0, 498798.0 ], [ 107459.0, 498599.0 ], [ 107668.0, 498356.0 ], [ 107842.0, 498123.0 ], [ 107922.0, 497866.0 ], [ 107959.0, 497635.0 ], [ 107891.0, 497349.0 ], [ 107765.0, 497119.0 ], [ 107672.0, 496762.0 ], [ 107657.0, 496608.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 20.0, "TNODE_": 3.0, "LPOLY_": 4.0, "RPOLY_": 2.0, "CVALUE": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103721.0, 520021.0 ], [ 104014.0, 520044.0 ], [ 104279.0, 520114.0 ], [ 104448.0, 520210.0 ], [ 104586.0, 520297.0 ], [ 104772.0, 520421.0 ], [ 104946.0, 520519.0 ], [ 105097.0, 520539.0 ], [ 105332.0, 520541.0 ], [ 105550.0, 520548.0 ], [ 105902.0, 520541.0 ], [ 105970.0, 520548.0 ], [ 106027.0, 520626.0 ], [ 106133.0, 520748.0 ], [ 106321.0, 520817.0 ], [ 106432.0, 520815.0 ], [ 106574.0, 520778.0 ], [ 106750.0, 520707.0 ], [ 106841.0, 520655.0 ], [ 106884.0, 520626.0 ], [ 106964.0, 520495.0 ], [ 107668.0, 519960.0 ], [ 108292.0, 519655.0 ], [ 108754.0, 519539.0 ], [ 109007.0, 519599.0 ], [ 109393.0, 519769.0 ], [ 110217.0, 520189.0 ], [ 110377.0, 520322.0 ], [ 110496.0, 520480.0 ], [ 110558.0, 520676.0 ], [ 110608.0, 521070.0 ], [ 110607.0, 521421.0 ], [ 110570.0, 521798.0 ], [ 110501.0, 522089.0 ], [ 110522.0, 522530.0 ], [ 111166.0, 524077.0 ], [ 111814.0, 525226.0 ], [ 112484.0, 526122.0 ], [ 112810.0, 526150.0 ], [ 110946.0, 522878.0 ], [ 111087.0, 520800.0 ], [ 111090.0, 520377.0 ], [ 111003.0, 520097.0 ], [ 110811.0, 519815.0 ], [ 110679.0, 519642.0 ], [ 110363.0, 519430.0 ], [ 109450.0, 518945.0 ], [ 108160.0, 518540.0 ], [ 107692.0, 518343.0 ], [ 107084.0, 518129.0 ], [ 106476.0, 517920.0 ], [ 105980.0, 517672.0 ], [ 105646.0, 517404.0 ], [ 105389.0, 517008.0 ], [ 105265.0, 516726.0 ], [ 105076.0, 515828.0 ], [ 105074.0, 515549.0 ], [ 105338.0, 515375.0 ], [ 105614.0, 515375.0 ], [ 105884.0, 515404.0 ], [ 106087.0, 515528.0 ], [ 106520.0, 515829.0 ], [ 106853.0, 516165.0 ], [ 107154.0, 516547.0 ], [ 107608.0, 517216.0 ], [ 108042.0, 517560.0 ], [ 108532.0, 517646.0 ], [ 108881.0, 517696.0 ], [ 109269.0, 517696.0 ], [ 109433.0, 517668.0 ], [ 109531.0, 517592.0 ], [ 109564.0, 517491.0 ], [ 109716.0, 517288.0 ], [ 109776.0, 517246.0 ], [ 109889.0, 517188.0 ], [ 110055.0, 517146.0 ], [ 110318.0, 517164.0 ], [ 110594.0, 517328.0 ], [ 110793.0, 517496.0 ], [ 112006.0, 518575.0 ], [ 112088.0, 518585.0 ], [ 112113.0, 518547.0 ], [ 112080.0, 518445.0 ], [ 111961.0, 518275.0 ], [ 111676.0, 517947.0 ], [ 111580.0, 517824.0 ], [ 111488.0, 517736.0 ], [ 111375.0, 517598.0 ], [ 111254.0, 517435.0 ], [ 111220.0, 517347.0 ], [ 111302.0, 517322.0 ], [ 111505.0, 517330.0 ], [ 111644.0, 517294.0 ], [ 111706.0, 517258.0 ], [ 111765.0, 517227.0 ], [ 111799.0, 517193.0 ], [ 111821.0, 517142.0 ], [ 111847.0, 516965.0 ], [ 111847.0, 516790.0 ], [ 111666.0, 516565.0 ], [ 111554.0, 516433.0 ], [ 111400.0, 516329.0 ], [ 111008.0, 516048.0 ], [ 110449.0, 515447.0 ], [ 110162.0, 514968.0 ], [ 109903.0, 514597.0 ], [ 109514.0, 514262.0 ], [ 108889.0, 513791.0 ], [ 108512.0, 513437.0 ], [ 107861.0, 513034.0 ], [ 107526.0, 512890.0 ], [ 107032.0, 512549.0 ], [ 106784.0, 512335.0 ], [ 106480.0, 511890.0 ], [ 106351.0, 511391.0 ], [ 106185.0, 511177.0 ], [ 106007.0, 511062.0 ], [ 105923.0, 511197.0 ], [ 105804.0, 511332.0 ], [ 105744.0, 511344.0 ], [ 105696.0, 511319.0 ], [ 105623.0, 511241.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 2.0, "TNODE_": 1.0, "LPOLY_": 3.0, "RPOLY_": 4.0, "CVALUE": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 111765.0, 516945.0 ], [ 111742.0, 517097.0 ], [ 111652.0, 517173.0 ], [ 111512.0, 517199.0 ], [ 111320.0, 517210.0 ], [ 111129.0, 517154.0 ], [ 110539.0, 516762.0 ], [ 110319.0, 516691.0 ], [ 110057.0, 516767.0 ], [ 109792.0, 516919.0 ], [ 109595.0, 517122.0 ], [ 109500.0, 517313.0 ], [ 109314.0, 517494.0 ], [ 109184.0, 517556.0 ], [ 109004.0, 517573.0 ], [ 108610.0, 517516.0 ], [ 108376.0, 517394.0 ], [ 108170.0, 517184.0 ], [ 108016.0, 516909.0 ], [ 107835.0, 516470.0 ], [ 107486.0, 516019.0 ], [ 107241.0, 515767.0 ], [ 106940.0, 515435.0 ], [ 106791.0, 515241.0 ], [ 106582.0, 514993.0 ], [ 106430.0, 514807.0 ], [ 106184.0, 514522.0 ], [ 105992.0, 514241.0 ], [ 105812.0, 513959.0 ], [ 105553.0, 513666.0 ], [ 105339.0, 513418.0 ], [ 105440.0, 512923.0 ], [ 105226.0, 512573.0 ], [ 104156.0, 511571.0 ], [ 104663.0, 511526.0 ], [ 105249.0, 511594.0 ], [ 105928.0, 511573.0 ], [ 106223.0, 511679.0 ], [ 106576.0, 512252.0 ], [ 106688.0, 512526.0 ], [ 106845.0, 512617.0 ], [ 107251.0, 512996.0 ], [ 107678.0, 513138.0 ], [ 108153.0, 513327.0 ], [ 108603.0, 513682.0 ], [ 109454.0, 514312.0 ], [ 109927.0, 514780.0 ], [ 110349.0, 515540.0 ], [ 110738.0, 515917.0 ], [ 111326.0, 516410.0 ], [ 111543.0, 516559.0 ], [ 111734.0, 516779.0 ], [ 111765.0, 516945.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103957.0, 521453.0 ], [ 104094.0, 521422.0 ], [ 104647.0, 521342.0 ], [ 105120.0, 521227.0 ], [ 105629.0, 521072.0 ], [ 106310.0, 520964.0 ], [ 106614.0, 520902.0 ], [ 106969.0, 520840.0 ], [ 107329.0, 520800.0 ], [ 107723.0, 520812.0 ], [ 108146.0, 520828.0 ], [ 108517.0, 520857.0 ], [ 108816.0, 520874.0 ], [ 109098.0, 520964.0 ], [ 109353.0, 521112.0 ], [ 109565.0, 521400.0 ], [ 109673.0, 521695.0 ], [ 109719.0, 522005.0 ], [ 109740.0, 522257.0 ], [ 109774.0, 522580.0 ], [ 109840.0, 522915.0 ], [ 109927.0, 523166.0 ], [ 110013.0, 523501.0 ], [ 110126.0, 523832.0 ], [ 110255.0, 524158.0 ], [ 110438.0, 524534.0 ], [ 110600.0, 524801.0 ], [ 110803.0, 525123.0 ], [ 110930.0, 525398.0 ], [ 111051.0, 525784.0 ], [ 111153.0, 526160.0 ], [ 111313.0, 526826.0 ], [ 111384.0, 527198.0 ], [ 111453.0, 527571.0 ], [ 111497.0, 527867.0 ], [ 111576.0, 528340.0 ], [ 111660.0, 528760.0 ], [ 111761.0, 529171.0 ], [ 111888.0, 529603.0 ], [ 112008.0, 529972.0 ], [ 112124.0, 529985.0 ], [ 112016.0, 529660.0 ], [ 111921.0, 529296.0 ], [ 111843.0, 528794.0 ], [ 111665.0, 527748.0 ], [ 111507.0, 527072.0 ], [ 111371.0, 526565.0 ], [ 111233.0, 526072.0 ], [ 111008.0, 525409.0 ], [ 110831.0, 524847.0 ], [ 110455.0, 524085.0 ], [ 110043.0, 523195.0 ], [ 109926.0, 522803.0 ], [ 109882.0, 522434.0 ], [ 109922.0, 522084.0 ], [ 109975.0, 521675.0 ], [ 110005.0, 521377.0 ], [ 109891.0, 521013.0 ], [ 109681.0, 520714.0 ], [ 109402.0, 520489.0 ], [ 109087.0, 520350.0 ], [ 108714.0, 520312.0 ], [ 108361.0, 520299.0 ], [ 107944.0, 520375.0 ], [ 107587.0, 520491.0 ], [ 107346.0, 520716.0 ], [ 106777.0, 520789.0 ], [ 106377.0, 520874.0 ], [ 106073.0, 520789.0 ], [ 105947.0, 520578.0 ], [ 105588.0, 520576.0 ], [ 105281.0, 520591.0 ], [ 104944.0, 520591.0 ], [ 104523.0, 520564.0 ], [ 104123.0, 520577.0 ], [ 103820.0, 520602.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103668.0, 519486.0 ], [ 104182.0, 519687.0 ], [ 104483.0, 519879.0 ], [ 104696.0, 520001.0 ], [ 104838.0, 520070.0 ], [ 105005.0, 520093.0 ], [ 105145.0, 520039.0 ], [ 105346.0, 520021.0 ], [ 105626.0, 520114.0 ], [ 105882.0, 520396.0 ], [ 106113.0, 520522.0 ], [ 106191.0, 520654.0 ], [ 106332.0, 520778.0 ], [ 106636.0, 520710.0 ], [ 106994.0, 520156.0 ], [ 107306.0, 520072.0 ], [ 107464.0, 519846.0 ], [ 107461.0, 519587.0 ], [ 107247.0, 519227.0 ], [ 107045.0, 519007.0 ], [ 106701.0, 518821.0 ], [ 106157.0, 518675.0 ], [ 105414.0, 518483.0 ], [ 104983.0, 518422.0 ], [ 104287.0, 518438.0 ], [ 103656.0, 518450.0 ], [ 103487.0, 518483.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 24.0, "TNODE_": 6.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 112955.0, 521773.0 ], [ 112867.0, 521748.0 ], [ 112780.0, 521713.0 ], [ 112707.0, 521708.0 ], [ 112584.0, 521717.0 ], [ 112463.0, 521762.0 ], [ 112412.0, 521787.0 ], [ 112268.0, 521811.0 ], [ 112087.0, 521870.0 ], [ 111976.0, 521901.0 ], [ 111883.0, 521944.0 ], [ 111793.0, 521988.0 ], [ 111655.0, 522075.0 ], [ 111565.0, 522137.0 ], [ 111469.0, 522233.0 ], [ 111362.0, 522351.0 ], [ 111283.0, 522464.0 ], [ 111222.0, 522593.0 ], [ 111176.0, 522745.0 ], [ 111165.0, 522931.0 ], [ 111261.0, 523157.0 ], [ 111407.0, 523393.0 ], [ 111627.0, 523787.0 ], [ 111824.0, 524120.0 ], [ 111942.0, 524283.0 ], [ 112061.0, 524452.0 ], [ 112213.0, 524649.0 ], [ 112359.0, 524818.0 ], [ 112500.0, 524987.0 ], [ 112691.0, 525139.0 ], [ 112951.0, 525449.0 ], [ 113052.0, 525618.0 ], [ 113260.0, 526046.0 ], [ 113317.0, 526181.0 ], [ 113339.0, 526384.0 ], [ 113328.0, 526508.0 ], [ 113255.0, 526643.0 ], [ 113181.0, 526733.0 ], [ 113069.0, 526778.0 ], [ 112951.0, 526772.0 ], [ 112737.0, 526716.0 ], [ 112590.0, 526688.0 ], [ 112421.0, 526643.0 ], [ 112134.0, 526519.0 ], [ 111937.0, 526412.0 ], [ 111723.0, 526265.0 ], [ 111441.0, 526029.0 ], [ 111323.0, 525927.0 ], [ 111238.0, 525804.0 ], [ 111095.0, 525466.0 ], [ 110991.0, 525102.0 ], [ 110934.0, 524742.0 ], [ 110861.0, 524396.0 ], [ 110746.0, 524122.0 ], [ 110619.0, 523841.0 ], [ 110430.0, 523576.0 ], [ 110247.0, 523297.0 ], [ 110123.0, 523061.0 ], [ 110050.0, 522864.0 ], [ 110011.0, 522650.0 ], [ 109982.0, 522469.0 ], [ 110011.0, 522272.0 ], [ 110056.0, 522002.0 ], [ 110112.0, 521715.0 ], [ 110197.0, 521456.0 ], [ 110224.0, 521301.0 ], [ 110208.0, 521163.0 ], [ 110174.0, 520994.0 ], [ 110067.0, 520763.0 ], [ 109943.0, 520588.0 ], [ 109825.0, 520448.0 ], [ 109650.0, 520301.0 ], [ 109177.0, 520070.0 ], [ 108946.0, 520003.0 ], [ 108839.0, 519980.0 ], [ 108665.0, 519958.0 ], [ 108468.0, 519924.0 ], [ 108355.0, 519969.0 ], [ 108158.0, 520003.0 ], [ 107904.0, 520098.0 ], [ 107724.0, 520222.0 ], [ 107493.0, 520352.0 ], [ 107324.0, 520476.0 ], [ 107150.0, 520560.0 ], [ 106969.0, 520633.0 ], [ 106643.0, 520794.0 ], [ 106453.0, 520839.0 ], [ 106364.0, 520846.0 ], [ 106250.0, 520817.0 ], [ 106126.0, 520774.0 ], [ 106048.0, 520697.0 ], [ 106010.0, 520638.0 ], [ 105970.0, 520581.0 ], [ 105947.0, 520561.0 ], [ 105766.0, 520559.0 ], [ 105528.0, 520560.0 ], [ 105320.0, 520562.0 ], [ 104974.0, 520569.0 ], [ 104886.0, 520545.0 ], [ 104710.0, 520474.0 ], [ 104570.0, 520407.0 ], [ 104355.0, 520334.0 ], [ 104177.0, 520305.0 ], [ 104042.0, 520288.0 ], [ 103842.0, 520282.0 ], [ 103781.0, 520285.0 ] ], [ [ 105715.0, 511244.0 ], [ 105757.0, 511253.0 ], [ 105795.0, 511252.0 ], [ 105835.0, 511211.0 ], [ 105916.0, 511102.0 ], [ 105979.0, 510976.0 ], [ 106117.0, 511031.0 ], [ 106247.0, 511138.0 ], [ 106421.0, 511357.0 ], [ 106545.0, 511819.0 ], [ 106810.0, 512214.0 ], [ 107063.0, 512473.0 ], [ 107362.0, 512675.0 ], [ 107734.0, 512796.0 ], [ 107913.0, 512873.0 ], [ 108277.0, 513099.0 ], [ 108493.0, 513207.0 ], [ 108642.0, 513324.0 ], [ 109005.0, 513572.0 ], [ 109163.0, 513708.0 ], [ 109356.0, 513858.0 ], [ 109525.0, 514049.0 ], [ 109856.0, 514433.0 ], [ 110377.0, 515084.0 ], [ 110822.0, 515523.0 ], [ 111312.0, 515923.0 ], [ 111824.0, 516188.0 ], [ 111689.0, 516478.0 ], [ 111920.0, 516790.0 ], [ 111937.0, 516976.0 ], [ 111917.0, 517176.0 ], [ 111807.0, 517370.0 ], [ 111897.0, 517483.0 ], [ 111945.0, 517553.0 ], [ 112033.0, 517666.0 ], [ 112109.0, 517776.0 ], [ 112186.0, 517834.0 ], [ 112536.0, 518307.0 ], [ 113116.0, 518989.0 ], [ 113724.0, 519507.0 ], [ 114304.0, 520048.0 ], [ 114648.0, 520419.0 ], [ 115183.0, 521022.0 ], [ 115523.0, 521335.0 ], [ 115669.0, 521476.0 ], [ 115714.0, 521578.0 ], [ 115681.0, 521645.0 ], [ 115522.0, 521746.0 ], [ 115305.0, 521862.0 ], [ 115091.0, 521966.0 ], [ 114947.0, 522062.0 ], [ 114879.0, 522073.0 ], [ 114820.0, 522076.0 ], [ 114772.0, 521949.0 ], [ 114685.0, 521676.0 ], [ 114595.0, 521445.0 ], [ 114553.0, 521324.0 ], [ 114488.0, 521214.0 ], [ 114378.0, 521090.0 ], [ 114268.0, 521012.0 ], [ 114087.0, 520876.0 ], [ 113952.0, 520795.0 ], [ 113861.0, 520744.0 ], [ 113763.0, 520702.0 ], [ 113693.0, 520696.0 ], [ 113619.0, 520702.0 ], [ 113563.0, 520741.0 ], [ 113498.0, 520812.0 ], [ 113481.0, 520947.0 ], [ 113467.0, 521107.0 ], [ 113431.0, 521220.0 ], [ 113422.0, 521400.0 ], [ 113383.0, 521555.0 ], [ 113301.0, 521685.0 ], [ 113211.0, 521761.0 ], [ 113087.0, 521783.0 ], [ 113000.0, 521789.0 ] ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 115505.0, 527431.0 ], [ 115263.0, 527256.0 ], [ 115077.0, 527149.0 ], [ 114835.0, 527014.0 ], [ 114661.0, 526862.0 ], [ 114345.0, 526608.0 ], [ 114109.0, 526360.0 ], [ 113945.0, 526152.0 ], [ 113782.0, 525983.0 ], [ 113647.0, 525792.0 ], [ 113540.0, 525656.0 ], [ 113348.0, 525426.0 ], [ 113207.0, 525212.0 ], [ 113157.0, 525065.0 ], [ 113196.0, 524913.0 ], [ 113388.0, 524778.0 ], [ 113697.0, 524783.0 ], [ 114086.0, 524817.0 ], [ 114615.0, 524958.0 ], [ 114852.0, 525048.0 ], [ 115173.0, 525257.0 ], [ 115291.0, 525397.0 ], [ 115517.0, 525814.0 ], [ 115612.0, 525966.0 ], [ 115618.0, 527487.0 ], [ 115505.0, 527431.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_int.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_int.geojson new file mode 100644 index 0000000..02c9b7c --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_int.geojson @@ -0,0 +1,128 @@ +{ +"type": "FeatureCollection", +"name": "DS13_int", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 12.0, "TNODE_": 13.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106033.0, 513095.0 ], [ 106031.0, 513087.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 13.0, "TNODE_": 14.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106031.0, 513087.0 ], [ 106029.0, 513084.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 14.0, "TNODE_": 12.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106026.0, 512117.0 ], [ 106181.0, 512720.0 ], [ 106723.0, 512912.0 ], [ 107185.0, 513033.0 ], [ 107613.0, 513202.0 ], [ 107978.0, 513321.0 ], [ 108677.0, 513822.0 ], [ 109431.0, 514386.0 ], [ 109921.0, 514898.0 ], [ 110113.0, 515275.0 ], [ 110299.0, 515754.0 ], [ 110490.0, 516008.0 ], [ 110614.0, 516126.0 ], [ 110939.0, 516382.0 ], [ 111128.0, 516495.0 ], [ 111187.0, 516599.0 ], [ 111145.0, 516650.0 ], [ 111027.0, 516647.0 ], [ 110731.0, 516464.0 ], [ 110377.0, 516295.0 ], [ 110203.0, 516205.0 ], [ 109910.0, 515962.0 ], [ 109500.0, 515579.0 ], [ 109004.0, 515252.0 ], [ 108655.0, 514999.0 ], [ 108277.0, 514757.0 ], [ 107799.0, 514555.0 ], [ 107337.0, 514492.0 ], [ 107067.0, 514441.0 ], [ 106672.0, 514374.0 ], [ 106251.0, 514159.0 ], [ 105998.0, 513922.0 ], [ 105643.0, 513491.0 ], [ 105654.0, 512782.0 ], [ 104777.0, 511930.0 ], [ 105338.0, 511854.0 ], [ 106026.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 17.0, "TNODE_": 16.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104378.0, 512191.0 ], [ 104360.0, 512217.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 16.0, "TNODE_": 17.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104360.0, 512217.0 ], [ 104255.0, 512168.0 ], [ 104179.0, 512126.0 ], [ 104138.0, 512068.0 ], [ 104152.0, 512005.0 ], [ 104234.0, 512012.0 ], [ 104319.0, 512126.0 ], [ 104378.0, 512191.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 18.0, "TNODE_": 18.0, "LPOLY_": 13.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103838.0, 512111.0 ], [ 103818.0, 511967.0 ], [ 103894.0, 511843.0 ], [ 104011.0, 511823.0 ], [ 104162.0, 511893.0 ], [ 104287.0, 511959.0 ], [ 104409.0, 512074.0 ], [ 104473.0, 512186.0 ], [ 104615.0, 512326.0 ], [ 104724.0, 512419.0 ], [ 104740.0, 512497.0 ], [ 104640.0, 512537.0 ], [ 104420.0, 512493.0 ], [ 104187.0, 512347.0 ], [ 104106.0, 512270.0 ], [ 104018.0, 512204.0 ], [ 103929.0, 512173.0 ], [ 103838.0, 512111.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 15.0, "TNODE_": 15.0, "LPOLY_": 12.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104932.0, 512510.0 ], [ 104889.0, 512591.0 ], [ 104662.0, 512640.0 ], [ 104410.0, 512613.0 ], [ 104142.0, 512576.0 ], [ 103904.0, 512527.0 ], [ 103699.0, 512539.0 ], [ 103559.0, 512498.0 ], [ 103374.0, 512309.0 ], [ 103299.0, 512141.0 ], [ 103363.0, 512042.0 ], [ 103503.0, 511949.0 ], [ 103638.0, 511886.0 ], [ 103779.0, 511757.0 ], [ 103945.0, 511707.0 ], [ 104157.0, 511761.0 ], [ 104356.0, 511842.0 ], [ 104490.0, 511983.0 ], [ 104728.0, 512277.0 ], [ 104887.0, 512390.0 ], [ 104929.0, 512495.0 ], [ 104932.0, 512510.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 27.0, "TNODE_": 24.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105710.0, 511237.0 ], [ 105715.0, 511244.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 28.0, "TNODE_": 27.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105685.0, 511197.0 ], [ 105710.0, 511237.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 29.0, "TNODE_": 7.0, "LPOLY_": 7.0, "RPOLY_": 9.0, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105742.0, 511108.0 ], [ 105772.0, 511074.0 ], [ 105931.0, 510862.0 ], [ 106035.0, 510859.0 ], [ 106179.0, 510935.0 ], [ 106328.0, 511112.0 ], [ 106472.0, 511312.0 ], [ 106565.0, 511693.0 ], [ 106810.0, 512118.0 ], [ 107060.0, 512394.0 ], [ 107393.0, 512591.0 ], [ 107793.0, 512670.0 ], [ 108367.0, 512867.0 ], [ 108913.0, 513115.0 ], [ 109332.0, 513482.0 ], [ 110270.0, 514701.0 ], [ 110523.0, 514963.0 ], [ 110917.0, 515154.0 ], [ 112030.0, 515436.0 ], [ 112356.0, 515571.0 ], [ 112542.0, 515802.0 ], [ 112627.0, 515982.0 ], [ 112632.0, 516151.0 ], [ 112441.0, 516281.0 ], [ 112182.0, 516247.0 ], [ 112002.0, 516286.0 ], [ 111858.0, 516405.0 ], [ 111830.0, 516528.0 ], [ 111861.0, 516605.0 ], [ 111959.0, 516765.0 ], [ 112094.0, 516897.0 ], [ 112235.0, 517086.0 ], [ 112411.0, 517348.0 ], [ 112658.0, 517691.0 ], [ 112951.0, 518035.0 ], [ 113295.0, 518334.0 ], [ 113543.0, 518519.0 ], [ 113807.0, 518770.0 ], [ 114162.0, 519212.0 ], [ 114708.0, 520110.0 ], [ 114974.0, 520481.0 ], [ 115281.0, 520826.0 ], [ 115528.0, 520951.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 29.0, "TNODE_": 7.0, "LPOLY_": 7.0, "RPOLY_": 9.0, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 115731.0, 521100.0 ], [ 116170.0, 521393.0 ], [ 116519.0, 521844.0 ], [ 116384.0, 522227.0 ], [ 116001.0, 522463.0 ], [ 115663.0, 522463.0 ], [ 115472.0, 522441.0 ], [ 115323.0, 522397.0 ], [ 115179.0, 522508.0 ], [ 114965.0, 522655.0 ], [ 114762.0, 522925.0 ], [ 114638.0, 523252.0 ], [ 114525.0, 523590.0 ], [ 114514.0, 523984.0 ], [ 115111.0, 524738.0 ], [ 115404.0, 525121.0 ], [ 115618.0, 525358.0 ], [ 116226.0, 525876.0 ], [ 116226.0, 530697.0 ], [ 112149.0, 530629.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 31.0, "TNODE_": 8.0, "LPOLY_": 9.0, "RPOLY_": 10.0, "CVALUE": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105754.0, 511040.0 ], [ 105920.0, 510772.0 ], [ 106021.0, 510789.0 ], [ 106179.0, 510856.0 ], [ 106517.0, 511273.0 ], [ 106613.0, 511673.0 ], [ 106849.0, 512084.0 ], [ 107086.0, 512337.0 ], [ 107441.0, 512433.0 ], [ 107899.0, 512552.0 ], [ 108316.0, 512620.0 ], [ 108766.0, 512839.0 ], [ 109408.0, 512969.0 ], [ 109969.0, 513129.0 ], [ 111255.0, 513724.0 ], [ 111875.0, 514118.0 ], [ 112348.0, 514433.0 ], [ 112889.0, 514636.0 ], [ 113227.0, 514805.0 ], [ 113666.0, 515075.0 ], [ 114139.0, 515255.0 ], [ 114522.0, 515616.0 ], [ 115074.0, 516078.0 ], [ 115626.0, 516697.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 19.0, "TNODE_": 32.0, "LPOLY_": 4.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102272.0, 511769.0 ], [ 102433.0, 511779.0 ], [ 102810.0, 511734.0 ], [ 103131.0, 511611.0 ], [ 103453.0, 511463.0 ], [ 103758.0, 511400.0 ], [ 104022.0, 511396.0 ], [ 104238.0, 511288.0 ], [ 104299.0, 511156.0 ], [ 104410.0, 511050.0 ], [ 104554.0, 511040.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 21.0, "TNODE_": 33.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102253.0, 511309.0 ], [ 102418.0, 511321.0 ], [ 102632.0, 511284.0 ], [ 103059.0, 511122.0 ], [ 103217.0, 511039.0 ], [ 103361.0, 510949.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 34.0, "TNODE_": 35.0, "LPOLY_": 16.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102301.0, 510939.0 ], [ 102433.0, 511032.0 ], [ 102557.0, 511060.0 ], [ 102788.0, 511081.0 ], [ 103005.0, 511049.0 ], [ 103132.0, 511007.0 ], [ 103219.0, 510973.0 ], [ 103318.0, 510903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 38.0, "TNODE_": 39.0, "LPOLY_": 22.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102876.0, 510817.0 ], [ 102734.0, 510822.0 ], [ 102528.0, 510807.0 ], [ 102372.0, 510771.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 38.0, "TNODE_": 41.0, "LPOLY_": 21.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102876.0, 510817.0 ], [ 102897.0, 510820.0 ], [ 102928.0, 510835.0 ], [ 102938.0, 510820.0 ], [ 102938.0, 510810.0 ], [ 102887.0, 510769.0 ], [ 102864.0, 510737.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 42.0, "TNODE_": 43.0, "LPOLY_": 15.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104090.0, 510687.0 ], [ 104272.0, 510658.0 ], [ 104399.0, 510651.0 ], [ 104525.0, 510634.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 11.0, "TNODE_": 36.0, "LPOLY_": 6.0, "RPOLY_": 11.0, "CVALUE": 0.01 }, "geometry": { "type": "LineString", "coordinates": [ [ 115534.0, 516522.0 ], [ 115263.0, 516207.0 ], [ 114982.0, 515869.0 ], [ 114655.0, 515553.0 ], [ 114328.0, 515305.0 ], [ 113968.0, 515024.0 ], [ 113315.0, 514686.0 ], [ 113033.0, 514506.0 ], [ 112706.0, 514303.0 ], [ 112323.0, 514033.0 ], [ 112019.0, 513740.0 ], [ 111783.0, 513560.0 ], [ 111580.0, 513323.0 ], [ 111518.0, 513272.0 ], [ 111496.0, 513219.0 ], [ 111479.0, 513191.0 ], [ 111476.0, 513134.0 ], [ 111493.0, 513103.0 ], [ 111518.0, 513078.0 ], [ 111543.0, 513081.0 ], [ 111622.0, 513075.0 ], [ 111698.0, 513098.0 ], [ 111774.0, 513126.0 ], [ 111845.0, 513146.0 ], [ 111946.0, 513177.0 ], [ 112011.0, 513179.0 ], [ 112019.0, 513137.0 ], [ 111994.0, 513061.0 ], [ 111957.0, 512985.0 ], [ 111904.0, 512912.0 ], [ 111797.0, 512805.0 ], [ 111718.0, 512737.0 ], [ 111605.0, 512644.0 ], [ 111493.0, 512563.0 ], [ 111315.0, 512470.0 ], [ 110049.0, 512394.0 ], [ 109666.0, 512391.0 ], [ 109227.0, 512380.0 ], [ 108945.0, 512368.0 ], [ 108554.0, 512374.0 ], [ 108109.0, 512346.0 ], [ 107748.0, 512332.0 ], [ 107379.0, 512304.0 ], [ 107233.0, 512242.0 ], [ 106993.0, 512069.0 ], [ 106816.0, 511788.0 ], [ 106723.0, 511606.0 ], [ 106621.0, 511254.0 ], [ 106466.0, 511022.0 ], [ 106297.0, 510806.0 ], [ 106125.0, 510647.0 ], [ 105965.0, 510594.0 ], [ 105871.0, 510613.0 ], [ 105804.0, 510698.0 ], [ 105762.0, 510828.0 ], [ 105764.0, 510878.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 44.0, "TNODE_": 45.0, "LPOLY_": 24.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104152.0, 510502.0 ], [ 104224.0, 510478.0 ], [ 104284.0, 510474.0 ], [ 104415.0, 510453.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 47.0, "TNODE_": 41.0, "LPOLY_": 22.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102988.0, 510416.0 ], [ 102873.0, 510496.0 ], [ 102838.0, 510595.0 ], [ 102842.0, 510695.0 ], [ 102864.0, 510737.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 37.0, "TNODE_": 48.0, "LPOLY_": 20.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102319.0, 510866.0 ], [ 102455.0, 510915.0 ], [ 102648.0, 510952.0 ], [ 102826.0, 510948.0 ], [ 102973.0, 510930.0 ], [ 103048.0, 510919.0 ], [ 103105.0, 510876.0 ], [ 103102.0, 510825.0 ], [ 102990.0, 510728.0 ], [ 102974.0, 510631.0 ], [ 103035.0, 510404.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 49.0, "TNODE_": 40.0, "LPOLY_": 20.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103070.0, 510395.0 ], [ 103049.0, 510498.0 ], [ 103040.0, 510616.0 ], [ 103096.0, 510710.0 ], [ 103169.0, 510749.0 ], [ 103260.0, 510743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 50.0, "TNODE_": 46.0, "LPOLY_": 23.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103192.0, 510357.0 ], [ 103209.0, 510414.0 ], [ 103250.0, 510443.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 51.0, "TNODE_": 30.0, "LPOLY_": 19.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107605.0, 509956.0 ], [ 107707.0, 510036.0 ], [ 107736.0, 510161.0 ], [ 107691.0, 510288.0 ], [ 107591.0, 510441.0 ], [ 107575.0, 510577.0 ], [ 107585.0, 510738.0 ], [ 107645.0, 510878.0 ], [ 107751.0, 510952.0 ], [ 108022.0, 511126.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 55.0, "TNODE_": 54.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103418.0, 509854.0 ], [ 103517.0, 509861.0 ], [ 103563.0, 509892.0 ], [ 103568.0, 509914.0 ], [ 103510.0, 509911.0 ], [ 103439.0, 509897.0 ], [ 103398.0, 509868.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 65.0, "FNODE_": 54.0, "TNODE_": 55.0, "LPOLY_": 29.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103398.0, 509868.0 ], [ 103418.0, 509854.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 64.0, "FNODE_": 57.0, "TNODE_": 52.0, "LPOLY_": 27.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103106.0, 509800.0 ], [ 103243.0, 509799.0 ], [ 103389.0, 509788.0 ], [ 103530.0, 509796.0 ], [ 103605.0, 509831.0 ], [ 103715.0, 509951.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 66.0, "FNODE_": 59.0, "TNODE_": 53.0, "LPOLY_": 28.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103093.0, 509706.0 ], [ 103279.0, 509719.0 ], [ 103512.0, 509742.0 ], [ 103681.0, 509771.0 ], [ 103821.0, 509897.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 60.0, "TNODE_": 22.0, "LPOLY_": 17.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107796.0, 509626.0 ], [ 107960.0, 509726.0 ], [ 108198.0, 509934.0 ], [ 108243.0, 510180.0 ], [ 108168.0, 510362.0 ], [ 108175.0, 510632.0 ], [ 108296.0, 510786.0 ], [ 108560.0, 510965.0 ], [ 108816.0, 511096.0 ], [ 109077.0, 511173.0 ], [ 109336.0, 511278.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 67.0, "FNODE_": 56.0, "TNODE_": 63.0, "LPOLY_": 31.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103908.0, 509840.0 ], [ 103806.0, 509761.0 ], [ 103649.0, 509685.0 ], [ 103445.0, 509652.0 ], [ 103274.0, 509570.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 64.0, "TNODE_": 62.0, "LPOLY_": 34.0, "RPOLY_": 1.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109526.0, 509569.0 ], [ 109531.0, 509573.0 ], [ 109526.0, 509585.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 62.0, "TNODE_": 64.0, "LPOLY_": 34.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109526.0, 509585.0 ], [ 109526.0, 509569.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 73.0, "FNODE_": 66.0, "TNODE_": 65.0, "LPOLY_": 32.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103485.0, 509516.0 ], [ 103666.0, 509516.0 ], [ 103783.0, 509576.0 ], [ 103754.0, 509616.0 ], [ 103602.0, 509615.0 ], [ 103433.0, 509581.0 ], [ 103338.0, 509551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 69.0, "TNODE_": 61.0, "LPOLY_": 31.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103780.0, 509283.0 ], [ 104032.0, 509337.0 ], [ 104233.0, 509393.0 ], [ 104307.0, 509487.0 ], [ 104321.0, 509589.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 70.0, "FNODE_": 69.0, "TNODE_": 67.0, "LPOLY_": 33.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103780.0, 509283.0 ], [ 103732.0, 509313.0 ], [ 103694.0, 509357.0 ], [ 103653.0, 509396.0 ], [ 103495.0, 509473.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 69.0, "FNODE_": 71.0, "TNODE_": 68.0, "LPOLY_": 36.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103638.0, 509261.0 ], [ 103637.0, 509311.0 ], [ 103606.0, 509359.0 ], [ 103312.0, 509393.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 68.0, "FNODE_": 70.0, "TNODE_": 71.0, "LPOLY_": 36.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103147.0, 509270.0 ], [ 103388.0, 509257.0 ], [ 103619.0, 509259.0 ], [ 103638.0, 509261.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 71.0, "FNODE_": 74.0, "TNODE_": 72.0, "LPOLY_": 37.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 509113.0 ], [ 103420.0, 509175.0 ], [ 103323.0, 509198.0 ], [ 103210.0, 509205.0 ], [ 103156.0, 509194.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 72.0, "FNODE_": 75.0, "TNODE_": 73.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103414.0, 509101.0 ], [ 103350.0, 509149.0 ], [ 103282.0, 509172.0 ], [ 103182.0, 509155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 76.0, "TNODE_": 64.0, "LPOLY_": 18.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109528.0, 509055.0 ], [ 109391.0, 509028.0 ], [ 109185.0, 508978.0 ], [ 108964.0, 508898.0 ], [ 108792.0, 508901.0 ], [ 108777.0, 509063.0 ], [ 108927.0, 509186.0 ], [ 109164.0, 509282.0 ], [ 109392.0, 509454.0 ], [ 109526.0, 509569.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 81.0, "TNODE_": 79.0, "LPOLY_": 18.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108451.0, 508575.0 ], [ 108574.0, 508638.0 ], [ 108808.0, 508678.0 ], [ 109139.0, 508682.0 ], [ 109301.0, 508671.0 ], [ 109424.0, 508670.0 ], [ 109528.0, 508679.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 93.0, "TNODE_": 90.0, "LPOLY_": 51.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102878.0, 507220.0 ], [ 102933.0, 507222.0 ], [ 103005.0, 507227.0 ], [ 103048.0, 507282.0 ], [ 103002.0, 507331.0 ], [ 102937.0, 507369.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 94.0, "TNODE_": 91.0, "LPOLY_": 50.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102871.0, 507190.0 ], [ 102942.0, 507185.0 ], [ 103053.0, 507160.0 ], [ 103128.0, 507133.0 ], [ 103239.0, 507142.0 ], [ 103298.0, 507176.0 ], [ 103389.0, 507272.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 98.0, "TNODE_": 96.0, "LPOLY_": 56.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 507051.0 ], [ 102919.0, 507075.0 ], [ 102980.0, 507073.0 ], [ 102987.0, 507105.0 ], [ 102945.0, 507125.0 ], [ 102867.0, 507138.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 103.0, "TNODE_": 95.0, "LPOLY_": 52.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102927.0, 506965.0 ], [ 103087.0, 507016.0 ], [ 103261.0, 507077.0 ], [ 103429.0, 507083.0 ], [ 103553.0, 507096.0 ], [ 103657.0, 507124.0 ], [ 103738.0, 507171.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 105.0, "TNODE_": 97.0, "LPOLY_": 55.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103890.0, 506948.0 ], [ 103903.0, 506987.0 ], [ 103932.0, 507018.0 ], [ 103985.0, 507093.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 106.0, "TNODE_": 101.0, "LPOLY_": 55.0, "RPOLY_": 57.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103406.0, 506898.0 ], [ 103499.0, 506985.0 ], [ 103634.0, 507024.0 ], [ 103696.0, 507038.0 ], [ 103795.0, 506981.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 107.0, "TNODE_": 92.0, "LPOLY_": 54.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104413.0, 506839.0 ], [ 104432.0, 506939.0 ], [ 104428.0, 507050.0 ], [ 104397.0, 507153.0 ], [ 104351.0, 507233.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 110.0, "TNODE_": 108.0, "LPOLY_": 61.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103833.0, 506714.0 ], [ 103759.0, 506701.0 ], [ 103561.0, 506703.0 ], [ 103280.0, 506669.0 ], [ 103110.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 114.0, "TNODE_": 109.0, "LPOLY_": 62.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105730.0, 506586.0 ], [ 105843.0, 506574.0 ], [ 105961.0, 506569.0 ], [ 106048.0, 506620.0 ], [ 106103.0, 506743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 117.0, "TNODE_": 104.0, "LPOLY_": 53.0, "RPOLY_": 58.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104986.0, 506563.0 ], [ 105039.0, 506643.0 ], [ 105092.0, 506692.0 ], [ 105159.0, 506780.0 ], [ 105247.0, 506953.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 120.0, "TNODE_": 111.0, "LPOLY_": 58.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105088.0, 506445.0 ], [ 105153.0, 506504.0 ], [ 105267.0, 506565.0 ], [ 105364.0, 506612.0 ], [ 105455.0, 506680.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 123.0, "TNODE_": 127.0, "LPOLY_": 67.0, "RPOLY_": 66.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103546.0, 506339.0 ], [ 103430.0, 506354.0 ], [ 103223.0, 506284.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 130.0, "TNODE_": 116.0, "LPOLY_": 63.0, "RPOLY_": 64.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105751.0, 506245.0 ], [ 105806.0, 506324.0 ], [ 105852.0, 506368.0 ], [ 105799.0, 506420.0 ], [ 105714.0, 506466.0 ], [ 105686.0, 506576.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 118.0, "TNODE_": 131.0, "LPOLY_": 66.0, "RPOLY_": 61.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103594.0, 506468.0 ], [ 103368.0, 506442.0 ], [ 103136.0, 506388.0 ], [ 102861.0, 506285.0 ], [ 102740.0, 506236.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 128.0, "TNODE_": 132.0, "LPOLY_": 68.0, "RPOLY_": 67.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103602.0, 506283.0 ], [ 103454.0, 506259.0 ], [ 103347.0, 506225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 134.0, "TNODE_": 126.0, "LPOLY_": 65.0, "RPOLY_": 63.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105420.0, 506216.0 ], [ 105486.0, 506316.0 ], [ 105529.0, 506398.0 ], [ 105541.0, 506476.0 ], [ 105536.0, 506512.0 ], [ 105478.0, 506511.0 ], [ 105402.0, 506469.0 ], [ 105275.0, 506387.0 ], [ 105197.0, 506299.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 135.0, "TNODE_": 115.0, "LPOLY_": 64.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106202.0, 506141.0 ], [ 106205.0, 506230.0 ], [ 106220.0, 506347.0 ], [ 106262.0, 506459.0 ], [ 106342.0, 506570.0 ], [ 106345.0, 506639.0 ], [ 106215.0, 506598.0 ], [ 106059.0, 506531.0 ], [ 105919.0, 506481.0 ], [ 105806.0, 506500.0 ], [ 105705.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 136.0, "TNODE_": 84.0, "LPOLY_": 40.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109535.0, 505992.0 ], [ 109332.0, 506020.0 ], [ 109124.0, 506044.0 ], [ 108887.0, 506140.0 ], [ 108789.0, 506269.0 ], [ 108728.0, 506525.0 ], [ 108594.0, 506731.0 ], [ 108384.0, 506900.0 ], [ 108049.0, 506980.0 ], [ 107816.0, 507029.0 ], [ 107667.0, 507183.0 ], [ 107547.0, 507518.0 ], [ 107559.0, 507806.0 ], [ 107655.0, 508010.0 ], [ 107769.0, 508168.0 ], [ 107859.0, 508251.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 141.0, "TNODE_": 139.0, "LPOLY_": 72.0, "RPOLY_": 71.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103446.0, 505715.0 ], [ 103579.0, 505753.0 ], [ 103597.0, 505796.0 ], [ 103590.0, 505853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 145.0, "TNODE_": 138.0, "LPOLY_": 71.0, "RPOLY_": 69.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103444.0, 505622.0 ], [ 103592.0, 505669.0 ], [ 103646.0, 505735.0 ], [ 103667.0, 505858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 144.0, "TNODE_": 140.0, "LPOLY_": 73.0, "RPOLY_": 74.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102395.0, 505630.0 ], [ 102502.0, 505572.0 ], [ 102888.0, 505551.0 ], [ 103088.0, 505570.0 ], [ 103187.0, 505744.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 150.0, "TNODE_": 137.0, "LPOLY_": 69.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103851.0, 505085.0 ], [ 103885.0, 505192.0 ], [ 103813.0, 505334.0 ], [ 103796.0, 505471.0 ], [ 103869.0, 505611.0 ], [ 104001.0, 505735.0 ], [ 104093.0, 505883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 149.0, "TNODE_": 147.0, "LPOLY_": 77.0, "RPOLY_": 78.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106195.0, 505086.0 ], [ 106104.0, 505101.0 ], [ 105944.0, 505017.0 ], [ 105757.0, 504887.0 ], [ 105578.0, 504843.0 ], [ 105510.0, 504953.0 ], [ 105631.0, 505156.0 ], [ 105835.0, 505374.0 ], [ 105959.0, 505541.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 156.0, "TNODE_": 156.0, "LPOLY_": 79.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104218.0, 504702.0 ], [ 104265.0, 504695.0 ], [ 104484.0, 504788.0 ], [ 104648.0, 504918.0 ], [ 104745.0, 505079.0 ], [ 104725.0, 505213.0 ], [ 104628.0, 505236.0 ], [ 104485.0, 505171.0 ], [ 104414.0, 504988.0 ], [ 104296.0, 504840.0 ], [ 104227.0, 504774.0 ], [ 104193.0, 504731.0 ], [ 104218.0, 504702.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 153.0, "TNODE_": 146.0, "LPOLY_": 76.0, "RPOLY_": 77.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106108.0, 504862.0 ], [ 105985.0, 504805.0 ], [ 105766.0, 504621.0 ], [ 105621.0, 504334.0 ], [ 105387.0, 504132.0 ], [ 105154.0, 504088.0 ], [ 104980.0, 504139.0 ], [ 105015.0, 504276.0 ], [ 105217.0, 504514.0 ], [ 105494.0, 505145.0 ], [ 105663.0, 505337.0 ], [ 105895.0, 505585.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 142.0, "TNODE_": 151.0, "LPOLY_": 75.0, "RPOLY_": 70.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105175.0, 505686.0 ], [ 105081.0, 505554.0 ], [ 104865.0, 505071.0 ], [ 104570.0, 504672.0 ], [ 104195.0, 504472.0 ], [ 104037.0, 504215.0 ], [ 103945.0, 504014.0 ], [ 103798.0, 503950.0 ], [ 103750.0, 503966.0 ], [ 103623.0, 504034.0 ], [ 103550.0, 504108.0 ], [ 103637.0, 504196.0 ], [ 103757.0, 504262.0 ], [ 103699.0, 504387.0 ], [ 103446.0, 504350.0 ], [ 103251.0, 504349.0 ], [ 103111.0, 504459.0 ], [ 103107.0, 504623.0 ], [ 103220.0, 504751.0 ], [ 103426.0, 504737.0 ], [ 103598.0, 504756.0 ], [ 103649.0, 504801.0 ], [ 103733.0, 504920.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 159.0, "TNODE_": 159.0, "LPOLY_": 83.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102261.0, 504394.0 ], [ 102295.0, 504312.0 ], [ 102327.0, 504179.0 ], [ 102216.0, 504040.0 ], [ 102140.0, 504000.0 ], [ 102167.0, 503933.0 ], [ 102248.0, 503892.0 ], [ 102339.0, 503897.0 ], [ 102417.0, 504072.0 ], [ 102475.0, 504182.0 ], [ 102431.0, 504359.0 ], [ 102348.0, 504423.0 ], [ 102294.0, 504413.0 ], [ 102261.0, 504394.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 155.0, "TNODE_": 148.0, "LPOLY_": 74.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102594.0, 504848.0 ], [ 102668.0, 504732.0 ], [ 102771.0, 504434.0 ], [ 102862.0, 504158.0 ], [ 103002.0, 503960.0 ], [ 103210.0, 503849.0 ], [ 103382.0, 503837.0 ], [ 103458.0, 503912.0 ], [ 103374.0, 503991.0 ], [ 103181.0, 504147.0 ], [ 103056.0, 504422.0 ], [ 102984.0, 504644.0 ], [ 103009.0, 504826.0 ], [ 103085.0, 504928.0 ], [ 103321.0, 504984.0 ], [ 103420.0, 505081.0 ], [ 103480.0, 505116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 165.0, "TNODE_": 164.0, "LPOLY_": 87.0, "RPOLY_": 86.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108751.0, 503669.0 ], [ 108770.0, 503769.0 ], [ 108775.0, 503818.0 ], [ 108770.0, 503847.0 ], [ 108726.0, 503835.0 ], [ 108640.0, 503765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 162.0, "TNODE_": 158.0, "LPOLY_": 81.0, "RPOLY_": 82.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503772.0 ], [ 109365.0, 503702.0 ], [ 109195.0, 503645.0 ], [ 109062.0, 503616.0 ], [ 108964.0, 503613.0 ], [ 108896.0, 503660.0 ], [ 108874.0, 503740.0 ], [ 108963.0, 503839.0 ], [ 109044.0, 503916.0 ], [ 109081.0, 504057.0 ], [ 109065.0, 504156.0 ], [ 109021.0, 504243.0 ], [ 109050.0, 504388.0 ], [ 109235.0, 504484.0 ], [ 109538.0, 504547.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 166.0, "TNODE_": 157.0, "LPOLY_": 40.0, "RPOLY_": 81.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503587.0 ], [ 109315.0, 503606.0 ], [ 109060.0, 503569.0 ], [ 108964.0, 503552.0 ], [ 108883.0, 503557.0 ], [ 108841.0, 503610.0 ], [ 108813.0, 503720.0 ], [ 108842.0, 503848.0 ], [ 108917.0, 503926.0 ], [ 108959.0, 504042.0 ], [ 108868.0, 504104.0 ], [ 108751.0, 504030.0 ], [ 108647.0, 503898.0 ], [ 108546.0, 503873.0 ], [ 108463.0, 503896.0 ], [ 108439.0, 503974.0 ], [ 108437.0, 504144.0 ], [ 108511.0, 504308.0 ], [ 108576.0, 504405.0 ], [ 108694.0, 504533.0 ], [ 108880.0, 504609.0 ], [ 109060.0, 504638.0 ], [ 109215.0, 504661.0 ], [ 109538.0, 504662.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 167.0, "TNODE_": 163.0, "LPOLY_": 86.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108814.0, 503530.0 ], [ 108792.0, 503710.0 ], [ 108813.0, 503819.0 ], [ 108811.0, 503899.0 ], [ 108773.0, 503925.0 ], [ 108684.0, 503848.0 ], [ 108582.0, 503793.0 ], [ 108524.0, 503771.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 173.0, "TNODE_": 171.0, "LPOLY_": 88.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100416.0, 503338.0 ], [ 100332.0, 503380.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 172.0, "TNODE_": 143.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108244.0, 503376.0 ], [ 108217.0, 503418.0 ], [ 107982.0, 503630.0 ], [ 107774.0, 503861.0 ], [ 107635.0, 504032.0 ], [ 107364.0, 504127.0 ], [ 107011.0, 504170.0 ], [ 106763.0, 504136.0 ], [ 106380.0, 503949.0 ], [ 105927.0, 503782.0 ], [ 105531.0, 503726.0 ], [ 105093.0, 503720.0 ], [ 104862.0, 503620.0 ], [ 104641.0, 503472.0 ], [ 104409.0, 503329.0 ], [ 104190.0, 503416.0 ], [ 104061.0, 503617.0 ], [ 104054.0, 503900.0 ], [ 104134.0, 504158.0 ], [ 104271.0, 504324.0 ], [ 104834.0, 504744.0 ], [ 105054.0, 505182.0 ], [ 105243.0, 505522.0 ], [ 105412.0, 505676.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 172.0, "TNODE_": 175.0, "LPOLY_": 76.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108244.0, 503376.0 ], [ 108273.0, 503338.0 ], [ 108273.0, 503295.0 ], [ 108270.0, 503274.0 ], [ 108239.0, 503257.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 176.0, "TNODE_": 173.0, "LPOLY_": 88.0, "RPOLY_": 85.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100240.0, 503052.0 ], [ 100460.0, 502981.0 ], [ 100860.0, 502941.0 ], [ 101210.0, 503016.0 ], [ 101420.0, 503044.0 ], [ 101586.0, 503107.0 ], [ 101723.0, 503100.0 ], [ 101801.0, 503094.0 ], [ 101767.0, 503191.0 ], [ 101686.0, 503259.0 ], [ 101615.0, 503419.0 ], [ 101422.0, 503478.0 ], [ 101240.0, 503350.0 ], [ 101061.0, 503262.0 ], [ 100877.0, 503224.0 ], [ 100698.0, 503247.0 ], [ 100483.0, 503333.0 ], [ 100416.0, 503338.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 177.0, "TNODE_": 169.0, "LPOLY_": 89.0, "RPOLY_": 90.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502906.0 ], [ 109354.0, 502897.0 ], [ 109115.0, 502926.0 ], [ 108929.0, 503024.0 ], [ 108817.0, 503101.0 ], [ 108728.0, 503318.0 ], [ 108693.0, 503389.0 ], [ 108657.0, 503454.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 178.0, "TNODE_": 168.0, "LPOLY_": 76.0, "RPOLY_": 89.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502714.0 ], [ 109211.0, 502721.0 ], [ 108950.0, 502734.0 ], [ 108774.0, 502824.0 ], [ 108653.0, 502930.0 ], [ 108648.0, 503070.0 ], [ 108648.0, 503228.0 ], [ 108606.0, 503384.0 ], [ 108562.0, 503467.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 179.0, "TNODE_": 161.0, "LPOLY_": 85.0, "RPOLY_": 84.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100126.0, 502628.0 ], [ 100313.0, 502620.0 ], [ 100551.0, 502622.0 ], [ 100801.0, 502621.0 ], [ 101092.0, 502687.0 ], [ 101338.0, 502747.0 ], [ 101471.0, 502783.0 ], [ 101575.0, 502875.0 ], [ 101680.0, 502952.0 ], [ 101752.0, 502860.0 ], [ 101785.0, 502759.0 ], [ 101881.0, 502645.0 ], [ 102022.0, 502598.0 ], [ 102151.0, 502601.0 ], [ 102263.0, 502646.0 ], [ 102300.0, 502744.0 ], [ 102280.0, 502888.0 ], [ 102133.0, 503061.0 ], [ 101935.0, 503198.0 ], [ 101798.0, 503373.0 ], [ 101708.0, 503608.0 ], [ 101643.0, 503790.0 ], [ 101649.0, 503914.0 ], [ 101754.0, 503985.0 ], [ 101822.0, 504040.0 ], [ 101786.0, 504160.0 ], [ 101649.0, 504174.0 ], [ 101479.0, 504099.0 ], [ 101356.0, 503990.0 ], [ 101304.0, 503816.0 ], [ 101161.0, 503689.0 ], [ 100927.0, 503634.0 ], [ 100699.0, 503644.0 ], [ 100450.0, 503777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 180.0, "TNODE_": 160.0, "LPOLY_": 84.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100093.0, 502504.0 ], [ 100273.0, 502479.0 ], [ 100966.0, 502592.0 ], [ 101146.0, 502624.0 ], [ 101372.0, 502682.0 ], [ 101497.0, 502735.0 ], [ 101583.0, 502831.0 ], [ 101629.0, 502908.0 ], [ 101670.0, 502924.0 ], [ 101719.0, 502775.0 ], [ 101801.0, 502649.0 ], [ 101956.0, 502557.0 ], [ 102100.0, 502545.0 ], [ 102222.0, 502570.0 ], [ 102311.0, 502632.0 ], [ 102342.0, 502808.0 ], [ 102276.0, 503043.0 ], [ 102136.0, 503233.0 ], [ 102057.0, 503347.0 ], [ 101986.0, 503466.0 ], [ 101924.0, 503552.0 ], [ 101923.0, 503677.0 ], [ 102018.0, 503739.0 ], [ 102151.0, 503772.0 ], [ 102218.0, 503816.0 ], [ 102200.0, 503896.0 ], [ 102072.0, 503984.0 ], [ 101976.0, 504094.0 ], [ 101886.0, 504221.0 ], [ 101679.0, 504265.0 ], [ 101449.0, 504202.0 ], [ 101240.0, 504153.0 ], [ 101010.0, 504244.0 ], [ 100837.0, 504392.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 183.0, "TNODE_": 185.0, "LPOLY_": 75.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99867.0, 501414.0 ], [ 99846.0, 501408.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 185.0, "TNODE_": 184.0, "LPOLY_": 75.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99846.0, 501408.0 ], [ 99737.0, 501412.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 182.0, "TNODE_": 183.0, "LPOLY_": 75.0, "RPOLY_": 91.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99830.0, 501661.0 ], [ 100070.0, 501700.0 ], [ 100407.0, 501734.0 ], [ 100733.0, 501717.0 ], [ 100898.0, 501685.0 ], [ 100962.0, 501617.0 ], [ 101176.0, 501419.0 ], [ 101388.0, 501402.0 ], [ 101528.0, 501498.0 ], [ 101482.0, 501756.0 ], [ 101552.0, 501952.0 ], [ 101679.0, 502078.0 ], [ 101742.0, 502203.0 ], [ 101728.0, 502358.0 ], [ 101698.0, 502480.0 ], [ 101754.0, 502529.0 ], [ 101859.0, 502508.0 ], [ 101953.0, 502449.0 ], [ 102015.0, 502319.0 ], [ 102045.0, 502223.0 ], [ 102147.0, 502173.0 ], [ 102349.0, 502144.0 ], [ 102498.0, 502133.0 ], [ 102611.0, 502159.0 ], [ 102700.0, 502339.0 ], [ 102632.0, 502620.0 ], [ 102694.0, 502814.0 ], [ 102783.0, 502865.0 ], [ 102863.0, 502829.0 ], [ 102910.0, 502670.0 ], [ 102886.0, 502504.0 ], [ 102891.0, 502366.0 ], [ 102864.0, 502190.0 ], [ 102764.0, 502063.0 ], [ 102617.0, 502002.0 ], [ 102420.0, 502042.0 ], [ 102205.0, 502010.0 ], [ 101981.0, 501926.0 ], [ 101850.0, 501807.0 ], [ 101722.0, 501672.0 ], [ 101664.0, 501518.0 ], [ 101663.0, 501388.0 ], [ 101655.0, 501299.0 ], [ 101608.0, 501183.0 ], [ 101447.0, 501150.0 ], [ 101149.0, 501173.0 ], [ 100947.0, 501227.0 ], [ 100792.0, 501299.0 ], [ 100551.0, 501373.0 ], [ 100262.0, 501433.0 ], [ 100027.0, 501454.0 ], [ 99867.0, 501414.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 152.0, "TNODE_": 181.0, "LPOLY_": 75.0, "RPOLY_": 80.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102160.0, 504875.0 ], [ 102329.0, 504813.0 ], [ 102487.0, 504700.0 ], [ 102577.0, 504520.0 ], [ 102660.0, 504240.0 ], [ 102907.0, 503785.0 ], [ 103171.0, 503619.0 ], [ 103638.0, 503493.0 ], [ 103817.0, 503309.0 ], [ 103865.0, 502998.0 ], [ 103907.0, 502640.0 ], [ 104038.0, 502392.0 ], [ 104233.0, 502357.0 ], [ 104518.0, 502568.0 ], [ 104733.0, 502678.0 ], [ 104923.0, 502709.0 ], [ 105136.0, 502722.0 ], [ 105191.0, 502578.0 ], [ 105210.0, 502369.0 ], [ 105069.0, 502128.0 ], [ 104834.0, 501987.0 ], [ 104726.0, 501863.0 ], [ 104694.0, 501711.0 ], [ 104643.0, 501562.0 ], [ 104570.0, 501425.0 ], [ 104381.0, 501330.0 ], [ 104147.0, 501310.0 ], [ 103878.0, 501342.0 ], [ 103718.0, 501396.0 ], [ 103547.0, 501458.0 ], [ 103324.0, 501400.0 ], [ 102834.0, 501064.0 ], [ 102674.0, 500966.0 ], [ 102559.0, 500976.0 ], [ 102483.0, 501114.0 ], [ 102531.0, 501257.0 ], [ 102664.0, 501401.0 ], [ 102781.0, 501515.0 ], [ 102896.0, 501860.0 ], [ 102949.0, 502085.0 ], [ 103037.0, 502230.0 ], [ 103014.0, 502471.0 ], [ 103037.0, 502634.0 ], [ 103041.0, 502822.0 ], [ 102971.0, 502985.0 ], [ 102793.0, 502972.0 ], [ 102543.0, 502797.0 ], [ 102480.0, 502647.0 ], [ 102460.0, 502321.0 ], [ 102318.0, 502205.0 ], [ 102135.0, 502228.0 ], [ 102085.0, 502312.0 ], [ 102017.0, 502443.0 ], [ 101896.0, 502524.0 ], [ 101834.0, 502570.0 ], [ 101711.0, 502552.0 ], [ 101664.0, 502508.0 ], [ 101654.0, 502389.0 ], [ 101678.0, 502304.0 ], [ 101625.0, 502207.0 ], [ 101529.0, 502133.0 ], [ 101436.0, 502002.0 ], [ 101360.0, 501854.0 ], [ 101301.0, 501760.0 ], [ 101201.0, 501728.0 ], [ 100986.0, 501822.0 ], [ 100764.0, 501897.0 ], [ 100533.0, 501950.0 ], [ 100328.0, 501983.0 ], [ 100087.0, 501981.0 ], [ 99936.0, 501973.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 188.0, "TNODE_": 194.0, "LPOLY_": 75.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102478.0, 500749.0 ], [ 102544.0, 500664.0 ], [ 102622.0, 500605.0 ], [ 102706.0, 500590.0 ], [ 102781.0, 500608.0 ], [ 102812.0, 500631.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 196.0, "TNODE_": 196.0, "LPOLY_": 93.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105472.0, 500604.0 ], [ 105514.0, 500534.0 ], [ 105597.0, 500563.0 ], [ 105742.0, 500713.0 ], [ 106023.0, 500875.0 ], [ 106114.0, 500981.0 ], [ 106111.0, 501126.0 ], [ 106067.0, 501261.0 ], [ 105866.0, 501248.0 ], [ 105697.0, 500977.0 ], [ 105547.0, 500805.0 ], [ 105483.0, 500704.0 ], [ 105472.0, 500604.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 195.0, "TNODE_": 190.0, "LPOLY_": 98.0, "RPOLY_": 97.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102861.0, 500611.0 ], [ 102788.0, 500533.0 ], [ 102682.0, 500519.0 ], [ 102555.0, 500572.0 ], [ 102466.0, 500711.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 192.0, "TNODE_": 191.0, "LPOLY_": 99.0, "RPOLY_": 98.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102436.0, 500652.0 ], [ 102486.0, 500446.0 ], [ 102565.0, 500325.0 ], [ 102723.0, 500303.0 ], [ 102777.0, 500359.0 ], [ 102733.0, 500430.0 ], [ 102617.0, 500462.0 ], [ 102544.0, 500516.0 ], [ 102457.0, 500685.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 193.0, "TNODE_": 198.0, "LPOLY_": 98.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102408.0, 500642.0 ], [ 102418.0, 500541.0 ], [ 102412.0, 500329.0 ], [ 102581.0, 500180.0 ], [ 102773.0, 500154.0 ], [ 102959.0, 500333.0 ], [ 103020.0, 500471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 199.0, "TNODE_": 175.0, "LPOLY_": 75.0, "RPOLY_": 76.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109549.0, 500008.0 ], [ 109104.0, 499977.0 ], [ 108598.0, 499947.0 ], [ 107980.0, 500009.0 ], [ 107357.0, 500107.0 ], [ 107043.0, 500237.0 ], [ 106944.0, 500366.0 ], [ 107067.0, 500636.0 ], [ 107391.0, 500923.0 ], [ 108111.0, 501181.0 ], [ 108331.0, 501357.0 ], [ 108550.0, 501577.0 ], [ 108686.0, 501859.0 ], [ 108596.0, 502147.0 ], [ 108393.0, 502259.0 ], [ 108131.0, 502247.0 ], [ 107844.0, 502077.0 ], [ 107703.0, 501820.0 ], [ 107555.0, 501520.0 ], [ 107317.0, 501305.0 ], [ 107064.0, 501319.0 ], [ 106825.0, 501444.0 ], [ 106713.0, 501605.0 ], [ 106687.0, 501885.0 ], [ 106774.0, 502192.0 ], [ 106984.0, 502619.0 ], [ 107173.0, 502899.0 ], [ 107363.0, 503068.0 ], [ 107601.0, 503200.0 ], [ 107788.0, 503256.0 ], [ 107988.0, 503304.0 ], [ 108167.0, 503250.0 ], [ 108239.0, 503257.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 200.0, "TNODE_": 201.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105755.0, 499876.0 ], [ 105752.0, 499837.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 201.0, "TNODE_": 200.0, "LPOLY_": 75.0, "RPOLY_": 92.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105752.0, 499837.0 ], [ 105741.0, 499816.0 ], [ 105590.0, 499796.0 ], [ 105286.0, 499882.0 ], [ 104987.0, 499969.0 ], [ 104717.0, 499971.0 ], [ 104538.0, 499993.0 ], [ 104416.0, 500093.0 ], [ 104371.0, 500309.0 ], [ 104420.0, 500516.0 ], [ 104628.0, 500677.0 ], [ 104773.0, 500899.0 ], [ 104864.0, 501212.0 ], [ 104968.0, 501470.0 ], [ 105185.0, 501550.0 ], [ 105392.0, 501595.0 ], [ 105549.0, 501749.0 ], [ 105678.0, 501890.0 ], [ 105788.0, 501928.0 ], [ 105886.0, 501898.0 ], [ 105907.0, 501719.0 ], [ 105888.0, 501489.0 ], [ 105692.0, 501311.0 ], [ 105410.0, 501277.0 ], [ 105269.0, 501163.0 ], [ 105139.0, 500953.0 ], [ 105062.0, 500713.0 ], [ 105071.0, 500401.0 ], [ 105164.0, 500232.0 ], [ 105296.0, 500145.0 ], [ 105623.0, 500046.0 ], [ 105723.0, 499951.0 ], [ 105748.0, 499900.0 ], [ 105755.0, 499876.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 202.0, "TNODE_": 202.0, "LPOLY_": 101.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103138.0, 499530.0 ], [ 103033.0, 499458.0 ], [ 102987.0, 499380.0 ], [ 103105.0, 499249.0 ], [ 103256.0, 499235.0 ], [ 103439.0, 499294.0 ], [ 103590.0, 499360.0 ], [ 103760.0, 499530.0 ], [ 103970.0, 499714.0 ], [ 104081.0, 499838.0 ], [ 104061.0, 499923.0 ], [ 104035.0, 499969.0 ], [ 103983.0, 500048.0 ], [ 103917.0, 500054.0 ], [ 103832.0, 500048.0 ], [ 103780.0, 499936.0 ], [ 103734.0, 499818.0 ], [ 103629.0, 499707.0 ], [ 103485.0, 499642.0 ], [ 103308.0, 499570.0 ], [ 103138.0, 499530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 203.0, "TNODE_": 203.0, "LPOLY_": 75.0, "RPOLY_": 102.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101520.0, 498976.0 ], [ 101429.0, 498978.0 ], [ 101362.0, 499122.0 ], [ 101359.0, 499320.0 ], [ 101327.0, 499565.0 ], [ 101203.0, 499707.0 ], [ 101131.0, 499831.0 ], [ 101216.0, 499943.0 ], [ 101364.0, 499938.0 ], [ 101478.0, 499865.0 ], [ 101556.0, 499751.0 ], [ 101581.0, 499594.0 ], [ 101592.0, 499433.0 ], [ 101582.0, 499150.0 ], [ 101550.0, 499006.0 ], [ 101520.0, 498976.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 206.0, "TNODE_": 206.0, "LPOLY_": 100.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102012.0, 498717.0 ], [ 102065.0, 498623.0 ], [ 102151.0, 498617.0 ], [ 102172.0, 498735.0 ], [ 102121.0, 498866.0 ], [ 102106.0, 499070.0 ], [ 102064.0, 499271.0 ], [ 102055.0, 499477.0 ], [ 102074.0, 499574.0 ], [ 102191.0, 499701.0 ], [ 102306.0, 499795.0 ], [ 102274.0, 499908.0 ], [ 102240.0, 500016.0 ], [ 102212.0, 500142.0 ], [ 102106.0, 500134.0 ], [ 102051.0, 500123.0 ], [ 102003.0, 500101.0 ], [ 102019.0, 500049.0 ], [ 102047.0, 499978.0 ], [ 102018.0, 499928.0 ], [ 101954.0, 499903.0 ], [ 101959.0, 499720.0 ], [ 101958.0, 499465.0 ], [ 101979.0, 499276.0 ], [ 102000.0, 499013.0 ], [ 101989.0, 498854.0 ], [ 102012.0, 498717.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 209.0, "TNODE_": 208.0, "LPOLY_": 1.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98363.0, 497595.0 ], [ 98363.0, 497711.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 210.0, "TNODE_": 210.0, "LPOLY_": 106.0, "RPOLY_": 75.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104900.0, 497497.0 ], [ 105171.0, 497607.0 ], [ 105427.0, 497683.0 ], [ 105555.0, 497751.0 ], [ 105596.0, 497813.0 ], [ 105601.0, 497880.0 ], [ 105544.0, 497887.0 ], [ 105462.0, 497814.0 ], [ 105285.0, 497762.0 ], [ 105113.0, 497730.0 ], [ 105002.0, 497678.0 ], [ 104916.0, 497553.0 ], [ 104900.0, 497497.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 211.0, "TNODE_": 212.0, "LPOLY_": 75.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 497372.0 ], [ 105899.0, 497402.0 ], [ 106016.0, 497378.0 ], [ 106148.0, 497382.0 ], [ 106231.0, 497327.0 ], [ 106258.0, 497249.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 211.0, "TNODE_": 213.0, "LPOLY_": 108.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 497372.0 ], [ 105858.0, 497337.0 ], [ 105862.0, 497304.0 ], [ 105872.0, 497265.0 ], [ 105877.0, 497231.0 ], [ 105853.0, 497222.0 ], [ 105819.0, 497202.0 ], [ 105793.0, 497207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 197.0, "TNODE_": 211.0, "LPOLY_": 75.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103409.0, 500564.0 ], [ 103511.0, 500456.0 ], [ 103561.0, 500252.0 ], [ 103563.0, 499931.0 ], [ 103481.0, 499752.0 ], [ 103247.0, 499685.0 ], [ 102975.0, 499582.0 ], [ 102867.0, 499467.0 ], [ 102871.0, 499321.0 ], [ 102930.0, 499227.0 ], [ 103018.0, 499113.0 ], [ 103162.0, 499031.0 ], [ 103319.0, 498995.0 ], [ 103501.0, 499077.0 ], [ 103664.0, 499194.0 ], [ 103822.0, 499339.0 ], [ 103954.0, 499447.0 ], [ 104055.0, 499517.0 ], [ 104259.0, 499567.0 ], [ 104356.0, 499563.0 ], [ 104456.0, 499549.0 ], [ 104560.0, 499436.0 ], [ 104625.0, 499311.0 ], [ 104707.0, 499124.0 ], [ 104795.0, 498998.0 ], [ 104985.0, 498918.0 ], [ 105053.0, 498883.0 ], [ 105143.0, 498772.0 ], [ 105156.0, 498630.0 ], [ 105100.0, 498514.0 ], [ 104893.0, 498446.0 ], [ 104628.0, 498506.0 ], [ 104443.0, 498601.0 ], [ 104208.0, 498669.0 ], [ 103865.0, 498667.0 ], [ 103707.0, 498608.0 ], [ 103624.0, 498509.0 ], [ 103608.0, 498348.0 ], [ 103674.0, 498186.0 ], [ 103837.0, 498106.0 ], [ 104212.0, 498001.0 ], [ 104448.0, 497999.0 ], [ 104686.0, 498079.0 ], [ 104883.0, 498178.0 ], [ 105065.0, 498255.0 ], [ 105240.0, 498238.0 ], [ 105322.0, 498112.0 ], [ 105349.0, 497918.0 ], [ 105243.0, 497803.0 ], [ 105059.0, 497762.0 ], [ 104894.0, 497666.0 ], [ 104788.0, 497573.0 ], [ 104585.0, 497426.0 ], [ 104455.0, 497295.0 ], [ 104386.0, 497166.0 ], [ 104413.0, 497067.0 ], [ 104495.0, 497073.0 ], [ 104603.0, 497206.0 ], [ 104713.0, 497311.0 ], [ 104828.0, 497385.0 ], [ 105001.0, 497445.0 ], [ 105114.0, 497486.0 ], [ 105308.0, 497544.0 ], [ 105496.0, 497574.0 ], [ 105645.0, 497542.0 ], [ 105748.0, 497466.0 ], [ 105833.0, 497372.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 214.0, "TNODE_": 205.0, "LPOLY_": 103.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106182.0, 496857.0 ], [ 106337.0, 496975.0 ], [ 106616.0, 497266.0 ], [ 106708.0, 497729.0 ], [ 106625.0, 498008.0 ], [ 106379.0, 498195.0 ], [ 106110.0, 498383.0 ], [ 106042.0, 498616.0 ], [ 106109.0, 498785.0 ], [ 106209.0, 498835.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 212.0, "TNODE_": 214.0, "LPOLY_": 103.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106258.0, 497249.0 ], [ 106271.0, 497208.0 ], [ 106248.0, 497090.0 ], [ 106193.0, 496939.0 ], [ 106182.0, 496857.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 215.0, "TNODE_": 213.0, "LPOLY_": 94.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 496824.0 ], [ 105802.0, 496857.0 ], [ 105811.0, 496963.0 ], [ 105747.0, 497072.0 ], [ 105738.0, 497187.0 ], [ 105793.0, 497207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 217.0, "TNODE_": 186.0, "LPOLY_": 75.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101741.0, 496733.0 ], [ 101654.0, 496943.0 ], [ 101558.0, 497147.0 ], [ 101362.0, 497389.0 ], [ 101033.0, 497539.0 ], [ 100622.0, 497575.0 ], [ 100433.0, 497528.0 ], [ 100229.0, 497561.0 ], [ 100125.0, 497927.0 ], [ 100227.0, 498199.0 ], [ 100473.0, 498431.0 ], [ 100802.0, 498585.0 ], [ 100982.0, 498916.0 ], [ 100941.0, 499292.0 ], [ 101032.0, 499485.0 ], [ 101162.0, 499510.0 ], [ 101257.0, 499415.0 ], [ 101250.0, 499204.0 ], [ 101245.0, 498942.0 ], [ 101377.0, 498794.0 ], [ 101500.0, 498579.0 ], [ 101624.0, 498316.0 ], [ 101744.0, 498185.0 ], [ 101870.0, 498165.0 ], [ 101958.0, 498282.0 ], [ 101909.0, 498448.0 ], [ 101744.0, 498581.0 ], [ 101680.0, 498750.0 ], [ 101687.0, 498942.0 ], [ 101744.0, 499243.0 ], [ 101761.0, 499368.0 ], [ 101739.0, 499526.0 ], [ 101753.0, 499761.0 ], [ 101794.0, 499838.0 ], [ 101816.0, 499874.0 ], [ 101879.0, 499939.0 ], [ 101926.0, 499997.0 ], [ 101907.0, 500061.0 ], [ 101909.0, 500143.0 ], [ 102033.0, 500271.0 ], [ 102008.0, 500331.0 ], [ 101850.0, 500321.0 ], [ 101713.0, 500238.0 ], [ 101611.0, 500148.0 ], [ 101509.0, 500103.0 ], [ 101404.0, 500164.0 ], [ 101379.0, 500237.0 ], [ 101431.0, 500354.0 ], [ 101493.0, 500508.0 ], [ 101528.0, 500615.0 ], [ 101618.0, 500774.0 ], [ 101722.0, 500894.0 ], [ 101873.0, 501035.0 ], [ 102052.0, 501072.0 ], [ 102229.0, 501020.0 ], [ 102345.0, 500958.0 ], [ 102431.0, 500857.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 218.0, "TNODE_": 219.0, "LPOLY_": 94.0, "RPOLY_": 107.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102476.0, 496717.0 ], [ 102329.0, 497107.0 ], [ 102072.0, 497415.0 ], [ 102006.0, 497579.0 ], [ 102092.0, 497687.0 ], [ 102253.0, 497580.0 ], [ 102469.0, 497464.0 ], [ 102784.0, 497310.0 ], [ 103093.0, 497244.0 ], [ 103281.0, 497238.0 ], [ 103411.0, 497154.0 ], [ 103553.0, 496941.0 ], [ 103809.0, 496687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 215.0, "TNODE_": 220.0, "LPOLY_": 109.0, "RPOLY_": 94.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105833.0, 496824.0 ], [ 105708.0, 496869.0 ], [ 105590.0, 496961.0 ], [ 105497.0, 497138.0 ], [ 105380.0, 497226.0 ], [ 105213.0, 497202.0 ], [ 105005.0, 497149.0 ], [ 104867.0, 497062.0 ], [ 104714.0, 496930.0 ], [ 104467.0, 496675.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 221.0, "TNODE_": 215.0, "LPOLY_": 109.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105898.0, 496645.0 ], [ 105885.0, 496771.0 ], [ 105833.0, 496824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 214.0, "TNODE_": 222.0, "LPOLY_": 105.0, "RPOLY_": 108.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106182.0, 496857.0 ], [ 106172.0, 496784.0 ], [ 106129.0, 496640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 204.0, "TNODE_": 223.0, "LPOLY_": 103.0, "RPOLY_": 105.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106493.0, 498890.0 ], [ 106700.0, 498875.0 ], [ 106887.0, 498791.0 ], [ 107087.0, 498531.0 ], [ 107208.0, 498266.0 ], [ 107250.0, 498034.0 ], [ 107281.0, 497702.0 ], [ 107330.0, 497444.0 ], [ 107285.0, 497121.0 ], [ 107177.0, 496893.0 ], [ 107096.0, 496620.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 212.0, "TNODE_": 224.0, "LPOLY_": 75.0, "RPOLY_": 103.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106258.0, 497249.0 ], [ 106446.0, 497352.0 ], [ 106580.0, 497572.0 ], [ 106555.0, 497806.0 ], [ 106414.0, 497982.0 ], [ 106154.0, 498109.0 ], [ 105879.0, 498368.0 ], [ 105827.0, 498657.0 ], [ 105881.0, 498838.0 ], [ 106031.0, 498977.0 ], [ 106307.0, 499125.0 ], [ 106635.0, 499195.0 ], [ 106979.0, 499113.0 ], [ 107123.0, 498946.0 ], [ 107274.0, 498798.0 ], [ 107459.0, 498599.0 ], [ 107668.0, 498356.0 ], [ 107842.0, 498123.0 ], [ 107922.0, 497866.0 ], [ 107959.0, 497635.0 ], [ 107891.0, 497349.0 ], [ 107765.0, 497119.0 ], [ 107672.0, 496762.0 ], [ 107657.0, 496608.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 20.0, "TNODE_": 3.0, "LPOLY_": 4.0, "RPOLY_": 2.0, "CVALUE": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103721.0, 520021.0 ], [ 104014.0, 520044.0 ], [ 104279.0, 520114.0 ], [ 104448.0, 520210.0 ], [ 104586.0, 520297.0 ], [ 104772.0, 520421.0 ], [ 104946.0, 520519.0 ], [ 105097.0, 520539.0 ], [ 105332.0, 520541.0 ], [ 105550.0, 520548.0 ], [ 105902.0, 520541.0 ], [ 105970.0, 520548.0 ], [ 106027.0, 520626.0 ], [ 106133.0, 520748.0 ], [ 106321.0, 520817.0 ], [ 106432.0, 520815.0 ], [ 106574.0, 520778.0 ], [ 106750.0, 520707.0 ], [ 106841.0, 520655.0 ], [ 106884.0, 520626.0 ], [ 106964.0, 520495.0 ], [ 107668.0, 519960.0 ], [ 108292.0, 519655.0 ], [ 108754.0, 519539.0 ], [ 109007.0, 519599.0 ], [ 109393.0, 519769.0 ], [ 110217.0, 520189.0 ], [ 110377.0, 520322.0 ], [ 110496.0, 520480.0 ], [ 110558.0, 520676.0 ], [ 110608.0, 521070.0 ], [ 110607.0, 521421.0 ], [ 110570.0, 521798.0 ], [ 110501.0, 522089.0 ], [ 110522.0, 522530.0 ], [ 111166.0, 524077.0 ], [ 111814.0, 525226.0 ], [ 112484.0, 526122.0 ], [ 112810.0, 526150.0 ], [ 110946.0, 522878.0 ], [ 111087.0, 520800.0 ], [ 111090.0, 520377.0 ], [ 111003.0, 520097.0 ], [ 110811.0, 519815.0 ], [ 110679.0, 519642.0 ], [ 110363.0, 519430.0 ], [ 109450.0, 518945.0 ], [ 108160.0, 518540.0 ], [ 107692.0, 518343.0 ], [ 107084.0, 518129.0 ], [ 106476.0, 517920.0 ], [ 105980.0, 517672.0 ], [ 105646.0, 517404.0 ], [ 105389.0, 517008.0 ], [ 105265.0, 516726.0 ], [ 105076.0, 515828.0 ], [ 105074.0, 515549.0 ], [ 105338.0, 515375.0 ], [ 105614.0, 515375.0 ], [ 105884.0, 515404.0 ], [ 106087.0, 515528.0 ], [ 106520.0, 515829.0 ], [ 106853.0, 516165.0 ], [ 107154.0, 516547.0 ], [ 107608.0, 517216.0 ], [ 108042.0, 517560.0 ], [ 108532.0, 517646.0 ], [ 108881.0, 517696.0 ], [ 109269.0, 517696.0 ], [ 109433.0, 517668.0 ], [ 109531.0, 517592.0 ], [ 109564.0, 517491.0 ], [ 109716.0, 517288.0 ], [ 109776.0, 517246.0 ], [ 109889.0, 517188.0 ], [ 110055.0, 517146.0 ], [ 110318.0, 517164.0 ], [ 110594.0, 517328.0 ], [ 110793.0, 517496.0 ], [ 112006.0, 518575.0 ], [ 112088.0, 518585.0 ], [ 112113.0, 518547.0 ], [ 112080.0, 518445.0 ], [ 111961.0, 518275.0 ], [ 111676.0, 517947.0 ], [ 111580.0, 517824.0 ], [ 111488.0, 517736.0 ], [ 111375.0, 517598.0 ], [ 111254.0, 517435.0 ], [ 111220.0, 517347.0 ], [ 111302.0, 517322.0 ], [ 111505.0, 517330.0 ], [ 111644.0, 517294.0 ], [ 111706.0, 517258.0 ], [ 111765.0, 517227.0 ], [ 111799.0, 517193.0 ], [ 111821.0, 517142.0 ], [ 111847.0, 516965.0 ], [ 111847.0, 516790.0 ], [ 111666.0, 516565.0 ], [ 111554.0, 516433.0 ], [ 111400.0, 516329.0 ], [ 111008.0, 516048.0 ], [ 110449.0, 515447.0 ], [ 110162.0, 514968.0 ], [ 109903.0, 514597.0 ], [ 109514.0, 514262.0 ], [ 108889.0, 513791.0 ], [ 108512.0, 513437.0 ], [ 107861.0, 513034.0 ], [ 107526.0, 512890.0 ], [ 107032.0, 512549.0 ], [ 106784.0, 512335.0 ], [ 106480.0, 511890.0 ], [ 106351.0, 511391.0 ], [ 106185.0, 511177.0 ], [ 106007.0, 511062.0 ], [ 105923.0, 511197.0 ], [ 105804.0, 511332.0 ], [ 105744.0, 511344.0 ], [ 105696.0, 511319.0 ], [ 105623.0, 511241.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 2.0, "TNODE_": 1.0, "LPOLY_": 3.0, "RPOLY_": 4.0, "CVALUE": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 111765.0, 516945.0 ], [ 111742.0, 517097.0 ], [ 111652.0, 517173.0 ], [ 111512.0, 517199.0 ], [ 111320.0, 517210.0 ], [ 111129.0, 517154.0 ], [ 110539.0, 516762.0 ], [ 110319.0, 516691.0 ], [ 110057.0, 516767.0 ], [ 109792.0, 516919.0 ], [ 109595.0, 517122.0 ], [ 109500.0, 517313.0 ], [ 109314.0, 517494.0 ], [ 109184.0, 517556.0 ], [ 109004.0, 517573.0 ], [ 108610.0, 517516.0 ], [ 108376.0, 517394.0 ], [ 108170.0, 517184.0 ], [ 108016.0, 516909.0 ], [ 107835.0, 516470.0 ], [ 107486.0, 516019.0 ], [ 107241.0, 515767.0 ], [ 106940.0, 515435.0 ], [ 106791.0, 515241.0 ], [ 106582.0, 514993.0 ], [ 106430.0, 514807.0 ], [ 106184.0, 514522.0 ], [ 105992.0, 514241.0 ], [ 105812.0, 513959.0 ], [ 105553.0, 513666.0 ], [ 105339.0, 513418.0 ], [ 105440.0, 512923.0 ], [ 105226.0, 512573.0 ], [ 104156.0, 511571.0 ], [ 104663.0, 511526.0 ], [ 105249.0, 511594.0 ], [ 105928.0, 511573.0 ], [ 106223.0, 511679.0 ], [ 106576.0, 512252.0 ], [ 106688.0, 512526.0 ], [ 106845.0, 512617.0 ], [ 107251.0, 512996.0 ], [ 107678.0, 513138.0 ], [ 108153.0, 513327.0 ], [ 108603.0, 513682.0 ], [ 109454.0, 514312.0 ], [ 109927.0, 514780.0 ], [ 110349.0, 515540.0 ], [ 110738.0, 515917.0 ], [ 111326.0, 516410.0 ], [ 111543.0, 516559.0 ], [ 111734.0, 516779.0 ], [ 111765.0, 516945.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103957.0, 521453.0 ], [ 104094.0, 521422.0 ], [ 104647.0, 521342.0 ], [ 105120.0, 521227.0 ], [ 105629.0, 521072.0 ], [ 106310.0, 520964.0 ], [ 106614.0, 520902.0 ], [ 106969.0, 520840.0 ], [ 107329.0, 520800.0 ], [ 107723.0, 520812.0 ], [ 108146.0, 520828.0 ], [ 108517.0, 520857.0 ], [ 108816.0, 520874.0 ], [ 109098.0, 520964.0 ], [ 109353.0, 521112.0 ], [ 109565.0, 521400.0 ], [ 109673.0, 521695.0 ], [ 109719.0, 522005.0 ], [ 109740.0, 522257.0 ], [ 109774.0, 522580.0 ], [ 109840.0, 522915.0 ], [ 109927.0, 523166.0 ], [ 110013.0, 523501.0 ], [ 110126.0, 523832.0 ], [ 110255.0, 524158.0 ], [ 110438.0, 524534.0 ], [ 110600.0, 524801.0 ], [ 110803.0, 525123.0 ], [ 110930.0, 525398.0 ], [ 111051.0, 525784.0 ], [ 111153.0, 526160.0 ], [ 111313.0, 526826.0 ], [ 111384.0, 527198.0 ], [ 111453.0, 527571.0 ], [ 111497.0, 527867.0 ], [ 111576.0, 528340.0 ], [ 111660.0, 528760.0 ], [ 111761.0, 529171.0 ], [ 111888.0, 529603.0 ], [ 112008.0, 529972.0 ], [ 112124.0, 529985.0 ], [ 112016.0, 529660.0 ], [ 111921.0, 529296.0 ], [ 111843.0, 528794.0 ], [ 111665.0, 527748.0 ], [ 111507.0, 527072.0 ], [ 111371.0, 526565.0 ], [ 111233.0, 526072.0 ], [ 111008.0, 525409.0 ], [ 110831.0, 524847.0 ], [ 110455.0, 524085.0 ], [ 110043.0, 523195.0 ], [ 109926.0, 522803.0 ], [ 109882.0, 522434.0 ], [ 109922.0, 522084.0 ], [ 109975.0, 521675.0 ], [ 110005.0, 521377.0 ], [ 109891.0, 521013.0 ], [ 109681.0, 520714.0 ], [ 109402.0, 520489.0 ], [ 109087.0, 520350.0 ], [ 108714.0, 520312.0 ], [ 108361.0, 520299.0 ], [ 107944.0, 520375.0 ], [ 107587.0, 520491.0 ], [ 107346.0, 520716.0 ], [ 106777.0, 520789.0 ], [ 106377.0, 520874.0 ], [ 106073.0, 520789.0 ], [ 105947.0, 520578.0 ], [ 105588.0, 520576.0 ], [ 105281.0, 520591.0 ], [ 104944.0, 520591.0 ], [ 104523.0, 520564.0 ], [ 104123.0, 520577.0 ], [ 103820.0, 520602.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103668.0, 519486.0 ], [ 104182.0, 519687.0 ], [ 104483.0, 519879.0 ], [ 104696.0, 520001.0 ], [ 104838.0, 520070.0 ], [ 105005.0, 520093.0 ], [ 105145.0, 520039.0 ], [ 105346.0, 520021.0 ], [ 105626.0, 520114.0 ], [ 105882.0, 520396.0 ], [ 106113.0, 520522.0 ], [ 106191.0, 520654.0 ], [ 106332.0, 520778.0 ], [ 106636.0, 520710.0 ], [ 106994.0, 520156.0 ], [ 107306.0, 520072.0 ], [ 107464.0, 519846.0 ], [ 107461.0, 519587.0 ], [ 107247.0, 519227.0 ], [ 107045.0, 519007.0 ], [ 106701.0, 518821.0 ], [ 106157.0, 518675.0 ], [ 105414.0, 518483.0 ], [ 104983.0, 518422.0 ], [ 104287.0, 518438.0 ], [ 103656.0, 518450.0 ], [ 103487.0, 518483.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 24.0, "TNODE_": 6.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 112955.0, 521773.0 ], [ 112867.0, 521748.0 ], [ 112780.0, 521713.0 ], [ 112707.0, 521708.0 ], [ 112584.0, 521717.0 ], [ 112463.0, 521762.0 ], [ 112412.0, 521787.0 ], [ 112268.0, 521811.0 ], [ 112087.0, 521870.0 ], [ 111976.0, 521901.0 ], [ 111883.0, 521944.0 ], [ 111793.0, 521988.0 ], [ 111655.0, 522075.0 ], [ 111565.0, 522137.0 ], [ 111469.0, 522233.0 ], [ 111362.0, 522351.0 ], [ 111283.0, 522464.0 ], [ 111222.0, 522593.0 ], [ 111176.0, 522745.0 ], [ 111165.0, 522931.0 ], [ 111261.0, 523157.0 ], [ 111407.0, 523393.0 ], [ 111627.0, 523787.0 ], [ 111824.0, 524120.0 ], [ 111942.0, 524283.0 ], [ 112061.0, 524452.0 ], [ 112213.0, 524649.0 ], [ 112359.0, 524818.0 ], [ 112500.0, 524987.0 ], [ 112691.0, 525139.0 ], [ 112951.0, 525449.0 ], [ 113052.0, 525618.0 ], [ 113260.0, 526046.0 ], [ 113317.0, 526181.0 ], [ 113339.0, 526384.0 ], [ 113328.0, 526508.0 ], [ 113255.0, 526643.0 ], [ 113181.0, 526733.0 ], [ 113069.0, 526778.0 ], [ 112951.0, 526772.0 ], [ 112737.0, 526716.0 ], [ 112590.0, 526688.0 ], [ 112421.0, 526643.0 ], [ 112134.0, 526519.0 ], [ 111937.0, 526412.0 ], [ 111723.0, 526265.0 ], [ 111441.0, 526029.0 ], [ 111323.0, 525927.0 ], [ 111238.0, 525804.0 ], [ 111095.0, 525466.0 ], [ 110991.0, 525102.0 ], [ 110934.0, 524742.0 ], [ 110861.0, 524396.0 ], [ 110746.0, 524122.0 ], [ 110619.0, 523841.0 ], [ 110430.0, 523576.0 ], [ 110247.0, 523297.0 ], [ 110123.0, 523061.0 ], [ 110050.0, 522864.0 ], [ 110011.0, 522650.0 ], [ 109982.0, 522469.0 ], [ 110011.0, 522272.0 ], [ 110056.0, 522002.0 ], [ 110112.0, 521715.0 ], [ 110197.0, 521456.0 ], [ 110224.0, 521301.0 ], [ 110208.0, 521163.0 ], [ 110174.0, 520994.0 ], [ 110067.0, 520763.0 ], [ 109943.0, 520588.0 ], [ 109825.0, 520448.0 ], [ 109650.0, 520301.0 ], [ 109177.0, 520070.0 ], [ 108946.0, 520003.0 ], [ 108839.0, 519980.0 ], [ 108665.0, 519958.0 ], [ 108468.0, 519924.0 ], [ 108355.0, 519969.0 ], [ 108158.0, 520003.0 ], [ 107904.0, 520098.0 ], [ 107724.0, 520222.0 ], [ 107493.0, 520352.0 ], [ 107324.0, 520476.0 ], [ 107150.0, 520560.0 ], [ 106969.0, 520633.0 ], [ 106643.0, 520794.0 ], [ 106453.0, 520839.0 ], [ 106364.0, 520846.0 ], [ 106250.0, 520817.0 ], [ 106126.0, 520774.0 ], [ 106048.0, 520697.0 ], [ 106010.0, 520638.0 ], [ 105970.0, 520581.0 ], [ 105947.0, 520561.0 ], [ 105766.0, 520559.0 ], [ 105528.0, 520560.0 ], [ 105320.0, 520562.0 ], [ 104974.0, 520569.0 ], [ 104886.0, 520545.0 ], [ 104710.0, 520474.0 ], [ 104570.0, 520407.0 ], [ 104355.0, 520334.0 ], [ 104177.0, 520305.0 ], [ 104042.0, 520288.0 ], [ 103842.0, 520282.0 ], [ 103781.0, 520285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 24.0, "TNODE_": 6.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105715.0, 511244.0 ], [ 105757.0, 511253.0 ], [ 105795.0, 511252.0 ], [ 105835.0, 511211.0 ], [ 105916.0, 511102.0 ], [ 105979.0, 510976.0 ], [ 106117.0, 511031.0 ], [ 106247.0, 511138.0 ], [ 106421.0, 511357.0 ], [ 106545.0, 511819.0 ], [ 106810.0, 512214.0 ], [ 107063.0, 512473.0 ], [ 107362.0, 512675.0 ], [ 107734.0, 512796.0 ], [ 107913.0, 512873.0 ], [ 108277.0, 513099.0 ], [ 108493.0, 513207.0 ], [ 108642.0, 513324.0 ], [ 109005.0, 513572.0 ], [ 109163.0, 513708.0 ], [ 109356.0, 513858.0 ], [ 109525.0, 514049.0 ], [ 109856.0, 514433.0 ], [ 110377.0, 515084.0 ], [ 110822.0, 515523.0 ], [ 111312.0, 515923.0 ], [ 111824.0, 516188.0 ], [ 111689.0, 516478.0 ], [ 111920.0, 516790.0 ], [ 111937.0, 516976.0 ], [ 111917.0, 517176.0 ], [ 111807.0, 517370.0 ], [ 111897.0, 517483.0 ], [ 111945.0, 517553.0 ], [ 112033.0, 517666.0 ], [ 112109.0, 517776.0 ], [ 112186.0, 517834.0 ], [ 112536.0, 518307.0 ], [ 113116.0, 518989.0 ], [ 113724.0, 519507.0 ], [ 114304.0, 520048.0 ], [ 114648.0, 520419.0 ], [ 115183.0, 521022.0 ], [ 115523.0, 521335.0 ], [ 115669.0, 521476.0 ], [ 115714.0, 521578.0 ], [ 115681.0, 521645.0 ], [ 115522.0, 521746.0 ], [ 115305.0, 521862.0 ], [ 115091.0, 521966.0 ], [ 114947.0, 522062.0 ], [ 114879.0, 522073.0 ], [ 114820.0, 522076.0 ], [ 114772.0, 521949.0 ], [ 114685.0, 521676.0 ], [ 114595.0, 521445.0 ], [ 114553.0, 521324.0 ], [ 114488.0, 521214.0 ], [ 114378.0, 521090.0 ], [ 114268.0, 521012.0 ], [ 114087.0, 520876.0 ], [ 113952.0, 520795.0 ], [ 113861.0, 520744.0 ], [ 113763.0, 520702.0 ], [ 113693.0, 520696.0 ], [ 113619.0, 520702.0 ], [ 113563.0, 520741.0 ], [ 113498.0, 520812.0 ], [ 113481.0, 520947.0 ], [ 113467.0, 521107.0 ], [ 113431.0, 521220.0 ], [ 113422.0, 521400.0 ], [ 113383.0, 521555.0 ], [ 113301.0, 521685.0 ], [ 113211.0, 521761.0 ], [ 113087.0, 521783.0 ], [ 113000.0, 521789.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 115505.0, 527431.0 ], [ 115263.0, 527256.0 ], [ 115077.0, 527149.0 ], [ 114835.0, 527014.0 ], [ 114661.0, 526862.0 ], [ 114345.0, 526608.0 ], [ 114109.0, 526360.0 ], [ 113945.0, 526152.0 ], [ 113782.0, 525983.0 ], [ 113647.0, 525792.0 ], [ 113540.0, 525656.0 ], [ 113348.0, 525426.0 ], [ 113207.0, 525212.0 ], [ 113157.0, 525065.0 ], [ 113196.0, 524913.0 ], [ 113388.0, 524778.0 ], [ 113697.0, 524783.0 ], [ 114086.0, 524817.0 ], [ 114615.0, 524958.0 ], [ 114852.0, 525048.0 ], [ 115173.0, 525257.0 ], [ 115291.0, 525397.0 ], [ 115517.0, 525814.0 ], [ 115612.0, 525966.0 ], [ 115618.0, 527487.0 ], [ 115505.0, 527431.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_interpolation_points.geojson new file mode 100644 index 0000000..85606c0 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_interpolation_points.geojson @@ -0,0 +1,2334 @@ +{ +"type": "FeatureCollection", +"name": "DS13_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 513095.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106031.0, 513087.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106031.0, 513087.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 513084.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106181.0, 512720.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106723.0, 512912.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 107185.0, 513033.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 107613.0, 513202.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 107978.0, 513321.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 108677.0, 513822.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 109431.0, 514386.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 109921.0, 514898.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110113.0, 515275.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110299.0, 515754.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110490.0, 516008.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110614.0, 516126.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110939.0, 516382.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 111128.0, 516495.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 111187.0, 516599.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 111145.0, 516650.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 111027.0, 516647.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110731.0, 516464.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110377.0, 516295.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 110203.0, 516205.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 109910.0, 515962.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 109500.0, 515579.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 109004.0, 515252.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 108655.0, 514999.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 108277.0, 514757.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 514555.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 514492.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.0, 514441.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 514374.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106251.0, 514159.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105998.0, 513922.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 513491.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 512782.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104777.0, 511930.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 511854.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 512191.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 512217.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 512217.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 512213.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 512168.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 512126.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104138.0, 512068.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 512005.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 512012.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 512126.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 512191.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 512111.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 511843.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104011.0, 511823.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 511893.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 511959.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 512074.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104473.0, 512186.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104615.0, 512326.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 512419.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104740.0, 512497.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104640.0, 512537.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 512493.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104187.0, 512347.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104106.0, 512270.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104018.0, 512204.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 512173.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 512111.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104932.0, 512510.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104889.0, 512591.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 512640.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 512613.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104142.0, 512576.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103904.0, 512527.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 512539.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 512498.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 512309.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 512141.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 512042.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 511949.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 511886.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 511757.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 511707.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104157.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 511842.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104490.0, 511983.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 512109.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 512277.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 512343.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104887.0, 512390.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104929.0, 512495.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104932.0, 512510.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105685.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105710.0, 511237.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105710.0, 511237.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105715.0, 511244.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105742.0, 511108.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105772.0, 511074.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105931.0, 510862.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.0, 510935.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106328.0, 511112.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106472.0, 511312.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 511693.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106810.0, 512118.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107060.0, 512394.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107393.0, 512591.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107793.0, 512670.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108367.0, 512867.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108913.0, 513115.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109332.0, 513482.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109783.0, 514067.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 110270.0, 514701.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 110523.0, 514963.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 110917.0, 515154.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112030.0, 515436.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112356.0, 515571.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112542.0, 515802.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112627.0, 515982.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112632.0, 516151.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112441.0, 516281.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112182.0, 516247.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112002.0, 516286.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 111858.0, 516405.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 111830.0, 516528.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 111861.0, 516605.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 111959.0, 516765.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112094.0, 516897.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112235.0, 517086.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112411.0, 517348.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112658.0, 517691.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 112951.0, 518035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 113295.0, 518334.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 113543.0, 518519.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 113807.0, 518770.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 114162.0, 519212.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 114708.0, 520110.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 114974.0, 520481.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 115281.0, 520826.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 115391.0, 520882.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 115528.0, 520951.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105754.0, 511040.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105920.0, 510772.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106021.0, 510789.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.0, 510856.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106517.0, 511273.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106613.0, 511673.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106849.0, 512084.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 512337.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107441.0, 512433.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107899.0, 512552.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108316.0, 512620.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108766.0, 512839.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109408.0, 512969.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109969.0, 513129.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 111255.0, 513724.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 111875.0, 514118.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 112348.0, 514433.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 112889.0, 514636.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 113227.0, 514805.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 113666.0, 515075.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 114139.0, 515255.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 114522.0, 515616.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 115074.0, 516078.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 115626.0, 516697.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 511769.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 511779.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 511734.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 511611.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 511463.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 511400.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104022.0, 511396.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104238.0, 511288.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 511156.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 511050.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104554.0, 511040.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102253.0, 511309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 511321.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 511284.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 511202.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 511122.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 511039.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 510949.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 510939.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 511032.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 511060.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102788.0, 511081.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 511049.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 511007.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510973.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 510903.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102988.0, 510416.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 510595.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 510695.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 510737.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 510817.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 510822.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 510807.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 510771.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 510817.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 510835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 510810.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 510789.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102887.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 510737.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 510687.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104166.0, 510675.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 510658.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104399.0, 510651.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 510634.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 115534.0, 516522.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 115263.0, 516207.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 114982.0, 515869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 114655.0, 515553.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 114328.0, 515305.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 113968.0, 515024.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 113686.0, 514877.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 113315.0, 514686.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 113033.0, 514506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 112706.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 112323.0, 514033.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 112019.0, 513740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111783.0, 513560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111580.0, 513323.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111518.0, 513272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111496.0, 513219.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111479.0, 513191.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111476.0, 513134.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111493.0, 513103.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111518.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111543.0, 513081.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111622.0, 513075.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111698.0, 513098.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111774.0, 513126.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111845.0, 513146.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111946.0, 513177.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 112011.0, 513179.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 112019.0, 513137.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111994.0, 513061.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111957.0, 512985.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111904.0, 512912.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111797.0, 512805.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111718.0, 512737.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111605.0, 512644.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111493.0, 512563.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 111315.0, 512470.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 110049.0, 512394.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109666.0, 512391.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109227.0, 512380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108945.0, 512368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108554.0, 512374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108109.0, 512346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107748.0, 512332.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107379.0, 512304.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 512242.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 512069.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106816.0, 511788.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106723.0, 511606.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106621.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106466.0, 511022.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106297.0, 510806.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106125.0, 510647.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105965.0, 510594.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105871.0, 510613.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105804.0, 510698.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 510828.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105764.0, 510878.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 510502.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 510478.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 510474.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 510453.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 510866.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 510915.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102648.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 510948.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102973.0, 510930.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 510919.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103102.0, 510825.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 510728.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 510631.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 510404.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103049.0, 510498.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 510616.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 510749.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 510743.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510357.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103250.0, 510443.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107605.0, 509956.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107707.0, 510036.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107736.0, 510161.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 510288.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107591.0, 510441.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107575.0, 510577.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107585.0, 510738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107645.0, 510878.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107751.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108022.0, 511126.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 509854.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 509861.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 509892.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 509914.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 509911.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 509897.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 509868.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 509868.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 509854.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 509800.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 509799.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 509788.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 509796.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509831.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103093.0, 509706.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 509719.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509742.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 509897.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107796.0, 509626.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 509726.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108198.0, 509934.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108243.0, 510180.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108168.0, 510362.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108175.0, 510632.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108296.0, 510786.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108560.0, 510965.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108816.0, 511096.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109077.0, 511173.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109336.0, 511278.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 509840.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 509761.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 509685.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 509652.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 509570.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109528.0, 509055.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109391.0, 509028.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109185.0, 508978.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 508898.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108777.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108927.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109164.0, 509282.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109392.0, 509454.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109526.0, 509569.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109526.0, 509569.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109531.0, 509573.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109526.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109526.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109526.0, 509569.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 509516.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 509516.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 509576.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103754.0, 509616.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 509615.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103433.0, 509581.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 509551.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 509283.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 509337.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 509393.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104307.0, 509487.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104321.0, 509589.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 509283.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 509313.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 509357.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103653.0, 509396.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 509473.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 509261.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 509311.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 509359.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103312.0, 509393.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 509270.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 509257.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103619.0, 509259.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 509261.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509101.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 509149.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 509155.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108574.0, 508638.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108808.0, 508678.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109139.0, 508682.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109301.0, 508671.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109424.0, 508670.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109528.0, 508679.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507222.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 507227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 507282.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 507331.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 507185.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 507160.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 507142.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 507176.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 507051.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 507075.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 507073.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 507105.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 507125.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 507138.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 506965.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 507016.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 507083.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 507096.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 507124.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103738.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 506948.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 506987.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 507018.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 507093.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 506898.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 506985.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 507024.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 506981.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 506839.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 506939.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104428.0, 507050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104397.0, 507153.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 507233.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 506714.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 506703.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103110.0, 506763.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105730.0, 506586.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105843.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105961.0, 506569.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 506620.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106103.0, 506743.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104986.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105039.0, 506643.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105159.0, 506780.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105247.0, 506953.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 506445.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105153.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105364.0, 506612.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103546.0, 506339.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103430.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 506284.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105751.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105806.0, 506324.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 506368.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105799.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105714.0, 506466.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105686.0, 506576.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 506468.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 506442.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103136.0, 506388.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 506285.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 506283.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 506259.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105420.0, 506216.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105486.0, 506316.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 506398.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105536.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 506511.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 506387.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105197.0, 506299.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106202.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106205.0, 506230.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106220.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106342.0, 506570.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106345.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106059.0, 506531.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105919.0, 506481.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105806.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105705.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109535.0, 505992.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109332.0, 506020.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109124.0, 506044.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108887.0, 506140.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108789.0, 506269.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108728.0, 506525.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108594.0, 506731.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108384.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108049.0, 506980.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107667.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107547.0, 507518.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107559.0, 507806.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107655.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107769.0, 508168.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107859.0, 508251.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103579.0, 505753.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 505796.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103444.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103646.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103667.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 505630.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 505551.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 505570.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 505744.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103851.0, 505085.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 505192.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 505334.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103796.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 505611.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 505883.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106195.0, 505086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106104.0, 505101.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105944.0, 505017.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 504887.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 504843.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 504953.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105631.0, 505156.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 505374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105959.0, 505541.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 504702.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104484.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104648.0, 504918.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104745.0, 505079.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104725.0, 505213.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 505236.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104485.0, 505171.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 504988.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 504840.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104227.0, 504774.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 504731.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 504702.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106108.0, 504862.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105985.0, 504805.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105766.0, 504621.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 504334.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105387.0, 504132.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105154.0, 504088.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104980.0, 504139.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 504514.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 504783.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105494.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105663.0, 505337.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 505585.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105081.0, 505554.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104865.0, 505071.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 504672.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104195.0, 504472.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 504215.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 504014.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 503950.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 503966.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 504034.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 504108.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103757.0, 504262.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 504387.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 504350.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 504349.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 504459.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 504623.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 504751.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 504756.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 504801.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 504920.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102261.0, 504394.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102295.0, 504312.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102327.0, 504179.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 503892.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 503897.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102417.0, 504072.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 504182.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 504359.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 504423.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 504413.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102261.0, 504394.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 504732.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102771.0, 504434.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 503849.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 503837.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 503912.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 503991.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 504147.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 504422.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 504644.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 504826.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 504984.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 505081.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108751.0, 503669.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108770.0, 503769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108775.0, 503818.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108770.0, 503847.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108726.0, 503835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108640.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109540.0, 503772.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109365.0, 503702.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109195.0, 503645.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109062.0, 503616.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 503613.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108896.0, 503660.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108874.0, 503740.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108963.0, 503839.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109044.0, 503916.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109081.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109065.0, 504156.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109021.0, 504243.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109050.0, 504388.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109235.0, 504484.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109538.0, 504547.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109540.0, 503587.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109315.0, 503606.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109060.0, 503569.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 503552.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108883.0, 503557.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108841.0, 503610.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 503720.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108842.0, 503848.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108917.0, 503926.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108959.0, 504042.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 504104.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108751.0, 504030.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108647.0, 503898.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108546.0, 503873.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108463.0, 503896.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108439.0, 503974.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108437.0, 504144.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108511.0, 504308.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108576.0, 504405.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108694.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108880.0, 504609.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109060.0, 504638.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109215.0, 504661.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109538.0, 504662.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108814.0, 503530.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 503710.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 503819.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108811.0, 503899.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108773.0, 503925.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108684.0, 503848.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108582.0, 503793.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108524.0, 503771.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100416.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100332.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100240.0, 503052.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100460.0, 502981.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100860.0, 502941.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 503016.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 503044.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 503107.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101723.0, 503100.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 503094.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101767.0, 503191.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101686.0, 503259.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101615.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101422.0, 503478.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101240.0, 503350.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101061.0, 503262.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100877.0, 503224.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100698.0, 503247.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100483.0, 503333.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100416.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108244.0, 503376.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108217.0, 503418.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107982.0, 503630.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107774.0, 503861.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107635.0, 504032.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107364.0, 504127.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107011.0, 504170.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106763.0, 504136.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 503949.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105927.0, 503782.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105531.0, 503726.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105093.0, 503720.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104641.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 503329.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 503416.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 503617.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104054.0, 503900.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104271.0, 504324.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104571.0, 504547.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 504744.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105054.0, 505182.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105243.0, 505522.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105412.0, 505676.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109549.0, 500008.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109104.0, 499977.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108598.0, 499947.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107980.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107357.0, 500107.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106944.0, 500366.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.0, 500636.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107391.0, 500923.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107807.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108111.0, 501181.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108331.0, 501357.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 501577.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108686.0, 501859.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108596.0, 502147.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108393.0, 502259.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108131.0, 502247.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107844.0, 502077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107703.0, 501820.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107555.0, 501520.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107317.0, 501305.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107064.0, 501319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 501444.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106713.0, 501605.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106687.0, 501885.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106774.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106984.0, 502619.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 502899.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107363.0, 503068.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107601.0, 503200.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107788.0, 503256.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107988.0, 503304.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108167.0, 503250.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108239.0, 503257.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108244.0, 503376.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 503354.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108273.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108273.0, 503295.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108270.0, 503274.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108239.0, 503257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109542.0, 502906.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109354.0, 502897.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109115.0, 502926.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108929.0, 503024.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108817.0, 503101.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108778.0, 503198.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108728.0, 503318.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108693.0, 503389.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108657.0, 503454.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109542.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109211.0, 502721.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 502734.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108774.0, 502824.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108653.0, 502930.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108648.0, 503070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108648.0, 503228.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108606.0, 503384.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108562.0, 503467.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100126.0, 502628.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100313.0, 502620.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100551.0, 502622.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100801.0, 502621.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101092.0, 502687.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101338.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101471.0, 502783.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101575.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 502952.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 502860.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101785.0, 502759.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 502645.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 502598.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 502601.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102263.0, 502646.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 502744.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102280.0, 502888.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 503061.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 503198.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 503373.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101708.0, 503608.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101643.0, 503790.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 503914.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 503985.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101822.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101786.0, 504160.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 504174.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 504099.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101356.0, 503990.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101304.0, 503816.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101161.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100927.0, 503634.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100699.0, 503644.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100450.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100093.0, 502504.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100273.0, 502479.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100700.0, 502549.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100966.0, 502592.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101146.0, 502624.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 502682.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101497.0, 502735.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101583.0, 502831.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101629.0, 502908.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101670.0, 502924.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101719.0, 502775.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 502649.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101956.0, 502557.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 502545.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102222.0, 502570.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102311.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 502808.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 503043.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 503233.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 503347.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 503466.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101924.0, 503552.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 503677.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 503739.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503772.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102218.0, 503816.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 503896.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102072.0, 503984.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 504094.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101886.0, 504221.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 504265.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101449.0, 504202.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101240.0, 504153.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101010.0, 504244.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100837.0, 504392.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99867.0, 501414.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99846.0, 501408.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99846.0, 501408.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99737.0, 501412.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99830.0, 501661.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100070.0, 501700.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100407.0, 501734.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100733.0, 501717.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100898.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100962.0, 501617.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101176.0, 501419.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101388.0, 501402.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 501498.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101482.0, 501756.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101552.0, 501952.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 502078.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101742.0, 502203.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101728.0, 502358.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101698.0, 502480.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 502529.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101859.0, 502508.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101953.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 502223.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 502173.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 502144.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102498.0, 502133.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 502159.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 502620.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102694.0, 502814.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102783.0, 502865.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 502829.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 502670.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102886.0, 502504.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 502366.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102764.0, 502063.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 502002.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 502042.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102205.0, 502010.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 501926.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 501807.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101722.0, 501672.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101664.0, 501518.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101663.0, 501388.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101655.0, 501299.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101608.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101447.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101149.0, 501173.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100947.0, 501227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100792.0, 501299.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100551.0, 501373.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100262.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100027.0, 501454.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99867.0, 501414.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 504875.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 504813.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102487.0, 504700.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 504520.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102660.0, 504240.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 503785.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 503619.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 503493.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 503309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 502998.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103907.0, 502640.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 502392.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 502357.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 502568.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104733.0, 502678.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104923.0, 502709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105136.0, 502722.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 502578.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 502369.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 502128.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 501987.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104694.0, 501711.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 501425.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 501330.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 501310.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103878.0, 501342.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103718.0, 501396.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 501400.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103115.0, 501257.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 501064.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 500966.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 500976.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 501114.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 501257.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 501401.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 501515.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 501860.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 502085.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502230.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 502471.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502634.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 502822.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 502985.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 502972.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.0, 502797.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 502647.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102471.0, 502500.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 502228.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 502312.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102017.0, 502443.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101896.0, 502524.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 502570.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 502552.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101664.0, 502508.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 502389.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101678.0, 502304.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101625.0, 502207.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 502133.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101436.0, 502002.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101360.0, 501854.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101301.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101201.0, 501728.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100986.0, 501822.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100764.0, 501897.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100533.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100328.0, 501983.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100087.0, 501981.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99936.0, 501973.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102478.0, 500749.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 500664.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 500605.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 500590.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 500608.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 500631.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 500604.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 500534.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105742.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106023.0, 500875.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 500981.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106111.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 501261.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105866.0, 501248.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 500977.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105547.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 500704.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 500604.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 500611.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102788.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 500519.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 500572.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 500711.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102436.0, 500652.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 500446.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102565.0, 500325.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102723.0, 500303.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 500359.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102733.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 500462.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 500516.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 500685.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 500642.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 500541.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102412.0, 500329.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 500180.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 500154.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 500333.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 499876.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105752.0, 499837.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105752.0, 499837.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105741.0, 499816.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105590.0, 499796.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104987.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 499971.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104538.0, 499993.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104416.0, 500093.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104371.0, 500309.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 500516.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 500677.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104773.0, 500899.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104864.0, 501212.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104968.0, 501470.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105392.0, 501595.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 501749.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105678.0, 501890.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105788.0, 501928.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 501898.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105907.0, 501719.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105888.0, 501489.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 501311.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105410.0, 501277.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 501163.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105139.0, 500953.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 500401.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 500232.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105296.0, 500145.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105475.0, 500091.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 500046.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105723.0, 499951.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 499876.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 499530.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 499380.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103256.0, 499235.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 499294.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 499530.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 499714.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 499923.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103983.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 500054.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 499936.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 499818.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 499707.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 499642.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103308.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 499556.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 499530.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101520.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101429.0, 498978.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101362.0, 499122.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101359.0, 499320.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101327.0, 499565.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101203.0, 499707.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101131.0, 499831.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101216.0, 499943.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101364.0, 499938.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101478.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101556.0, 499751.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101581.0, 499594.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 499433.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 499286.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101582.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101550.0, 499006.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101520.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102012.0, 498717.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 498623.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 498617.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 498735.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 498866.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102064.0, 499271.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102055.0, 499477.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102074.0, 499574.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 499701.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 499795.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102274.0, 499908.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102240.0, 500016.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 500142.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102051.0, 500123.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102003.0, 500101.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102047.0, 499978.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 499903.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101959.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 499465.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101979.0, 499276.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499013.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101989.0, 498854.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102012.0, 498717.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 497497.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104954.0, 497518.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 497607.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105427.0, 497683.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105555.0, 497751.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 497813.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 497880.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 497887.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.0, 497814.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 497762.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105113.0, 497730.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 497678.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 497553.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 497497.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 497372.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 497402.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106016.0, 497378.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106148.0, 497382.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106231.0, 497327.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 497249.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 497372.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 497337.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105862.0, 497304.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105872.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105877.0, 497231.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105819.0, 497202.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105793.0, 497207.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103409.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 500456.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 499752.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 499685.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 499582.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 499467.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 499321.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 499227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 499113.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 499031.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 498995.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103501.0, 499077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 499194.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 499339.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 499447.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 499517.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 499567.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 499549.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 499436.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104625.0, 499311.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104707.0, 499124.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 498998.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 498883.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 498772.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 498630.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105100.0, 498514.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104893.0, 498446.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 498506.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104443.0, 498601.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 498669.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 498667.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 498608.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 498509.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 498348.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103837.0, 498106.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 498052.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 498001.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 497999.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 498079.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104883.0, 498178.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105065.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 498238.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105349.0, 497918.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105243.0, 497803.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 497762.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 497666.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 497573.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104585.0, 497426.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 497295.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 497166.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 497067.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104495.0, 497073.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 497206.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104713.0, 497311.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104828.0, 497385.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105001.0, 497445.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 497486.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 497544.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 497574.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105645.0, 497542.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 497466.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 497372.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 496857.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106337.0, 496975.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 497266.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 497729.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106625.0, 498008.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106379.0, 498195.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106110.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106042.0, 498616.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106109.0, 498785.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106209.0, 498835.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 497249.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 497208.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106248.0, 497090.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 496939.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 496857.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 496824.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105802.0, 496857.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105811.0, 496963.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105747.0, 497072.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 497187.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105793.0, 497207.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 496824.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105708.0, 496869.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105590.0, 496961.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 497138.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 497226.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 497202.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 497149.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 497062.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 496930.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104467.0, 496675.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105898.0, 496645.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 496771.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 496824.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 496857.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106172.0, 496784.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106129.0, 496640.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 497249.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 497352.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106580.0, 497572.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106555.0, 497806.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106414.0, 497982.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106154.0, 498109.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 498368.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105827.0, 498657.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105881.0, 498838.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106031.0, 498977.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106307.0, 499125.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106635.0, 499195.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106979.0, 499113.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107123.0, 498946.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107274.0, 498798.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107459.0, 498599.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107668.0, 498356.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107842.0, 498123.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107922.0, 497866.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107959.0, 497635.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107891.0, 497349.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107765.0, 497119.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107672.0, 496762.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107657.0, 496608.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101741.0, 496733.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 496943.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101558.0, 497147.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101362.0, 497389.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101033.0, 497539.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100622.0, 497575.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100433.0, 497528.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100229.0, 497561.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100125.0, 497927.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100227.0, 498199.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100473.0, 498431.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100802.0, 498585.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100982.0, 498916.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100941.0, 499292.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 499485.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101162.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101257.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 499204.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101245.0, 498942.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101377.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101500.0, 498579.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 498316.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 498185.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 498165.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 498282.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 498448.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 498581.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 498942.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 499243.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 499368.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101739.0, 499526.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101753.0, 499761.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101816.0, 499874.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101879.0, 499939.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101926.0, 499997.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101907.0, 500061.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 500143.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102033.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102008.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 500321.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 500238.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101611.0, 500148.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101404.0, 500164.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101379.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101431.0, 500354.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101493.0, 500508.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 500615.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 500774.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101722.0, 500894.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 501035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102229.0, 501020.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 500857.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102476.0, 496717.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 497107.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102072.0, 497415.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 497579.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102092.0, 497687.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102253.0, 497580.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 497464.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 497310.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103093.0, 497244.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103281.0, 497238.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 497154.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 496941.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 496687.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106493.0, 498890.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 498875.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106887.0, 498791.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107087.0, 498531.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107208.0, 498266.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 498034.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107281.0, 497702.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107330.0, 497444.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107285.0, 497121.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107177.0, 496893.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107096.0, 496620.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103721.0, 520021.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104014.0, 520044.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104279.0, 520114.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 520210.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104586.0, 520297.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104772.0, 520421.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104946.0, 520519.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 520539.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105332.0, 520541.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 520548.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105902.0, 520541.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 520548.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106027.0, 520626.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106133.0, 520748.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106321.0, 520817.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106432.0, 520815.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 520778.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 520707.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106841.0, 520655.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106884.0, 520626.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106964.0, 520495.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107668.0, 519960.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108292.0, 519655.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108754.0, 519539.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109007.0, 519599.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109393.0, 519769.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109885.0, 520020.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110217.0, 520189.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110377.0, 520322.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110496.0, 520480.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110558.0, 520676.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110608.0, 521070.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110607.0, 521421.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110570.0, 521798.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110501.0, 522089.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110522.0, 522530.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111166.0, 524077.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111814.0, 525226.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 112484.0, 526122.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 112810.0, 526150.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110946.0, 522878.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111087.0, 520800.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111090.0, 520377.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111003.0, 520097.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110811.0, 519815.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110679.0, 519642.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110363.0, 519430.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110048.0, 519262.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109450.0, 518945.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108160.0, 518540.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107692.0, 518343.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107084.0, 518129.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106476.0, 517920.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105980.0, 517672.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105646.0, 517404.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 517008.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 516726.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105076.0, 515828.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 515549.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 515375.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105614.0, 515375.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105884.0, 515404.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106087.0, 515528.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106520.0, 515829.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.0, 516165.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107154.0, 516547.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107608.0, 517216.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108042.0, 517560.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108532.0, 517646.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108881.0, 517696.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109269.0, 517696.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109433.0, 517668.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109531.0, 517592.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109564.0, 517491.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109716.0, 517288.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109776.0, 517246.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109889.0, 517188.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110055.0, 517146.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110318.0, 517164.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110594.0, 517328.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110793.0, 517496.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111269.0, 517919.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 112006.0, 518575.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 112088.0, 518585.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 112113.0, 518547.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 112080.0, 518445.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111961.0, 518275.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111676.0, 517947.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111580.0, 517824.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111488.0, 517736.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111375.0, 517598.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111254.0, 517435.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111220.0, 517347.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111302.0, 517322.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111505.0, 517330.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111644.0, 517294.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111706.0, 517258.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111765.0, 517227.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111799.0, 517193.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111821.0, 517142.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111847.0, 516965.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111847.0, 516790.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111666.0, 516565.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111554.0, 516433.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111400.0, 516329.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 111008.0, 516048.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110449.0, 515447.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 110162.0, 514968.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109903.0, 514597.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 109514.0, 514262.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108889.0, 513791.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108512.0, 513437.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 108157.0, 513217.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107861.0, 513034.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107526.0, 512890.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107032.0, 512549.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106784.0, 512335.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106480.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106351.0, 511391.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 511177.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106007.0, 511062.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105923.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105804.0, 511332.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105744.0, 511344.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 511319.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 511241.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111765.0, 516945.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111742.0, 517097.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111652.0, 517173.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111512.0, 517199.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111320.0, 517210.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111129.0, 517154.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 110539.0, 516762.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 110319.0, 516691.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 110057.0, 516767.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109792.0, 516919.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109595.0, 517122.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109500.0, 517313.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109314.0, 517494.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109184.0, 517556.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109004.0, 517573.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108610.0, 517516.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108376.0, 517394.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108170.0, 517184.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108016.0, 516909.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107835.0, 516470.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107486.0, 516019.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107241.0, 515767.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106940.0, 515435.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106791.0, 515241.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106582.0, 514993.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106430.0, 514807.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106184.0, 514522.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 514241.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105812.0, 513959.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 513666.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105339.0, 513418.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 512923.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 512573.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104156.0, 511571.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104663.0, 511526.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105249.0, 511594.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 511573.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 511679.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106576.0, 512252.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 512526.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106845.0, 512617.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107251.0, 512996.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107678.0, 513138.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108153.0, 513327.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 108603.0, 513682.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109454.0, 514312.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 109927.0, 514780.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 110349.0, 515540.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 110738.0, 515917.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111326.0, 516410.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111543.0, 516559.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111734.0, 516779.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 111765.0, 516945.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 521453.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 521422.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104647.0, 521342.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 521227.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105629.0, 521072.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 520964.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.0, 520902.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106969.0, 520840.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107329.0, 520800.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107723.0, 520812.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108146.0, 520828.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108517.0, 520857.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108816.0, 520874.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109098.0, 520964.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109353.0, 521112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109565.0, 521400.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109673.0, 521695.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109719.0, 522005.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109740.0, 522257.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109774.0, 522580.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109840.0, 522915.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109927.0, 523166.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110013.0, 523501.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110126.0, 523832.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110255.0, 524158.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110438.0, 524534.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110600.0, 524801.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110803.0, 525123.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110930.0, 525398.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111051.0, 525784.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111153.0, 526160.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111238.0, 526515.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111313.0, 526826.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111384.0, 527198.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111453.0, 527571.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111497.0, 527867.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111576.0, 528340.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111660.0, 528760.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111761.0, 529171.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111888.0, 529603.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112008.0, 529972.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112124.0, 529985.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112016.0, 529660.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111921.0, 529296.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111843.0, 528794.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111760.0, 528311.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111665.0, 527748.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111507.0, 527072.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111371.0, 526565.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111233.0, 526072.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111008.0, 525409.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110831.0, 524847.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110637.0, 524454.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110455.0, 524085.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 523584.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110043.0, 523195.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109926.0, 522803.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109882.0, 522434.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109922.0, 522084.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109975.0, 521675.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110005.0, 521377.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109891.0, 521013.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109681.0, 520714.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109402.0, 520489.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109087.0, 520350.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 520312.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108361.0, 520299.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107944.0, 520375.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107587.0, 520491.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 520716.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106777.0, 520789.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106377.0, 520874.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 520789.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 520578.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 520576.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105281.0, 520591.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104944.0, 520591.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 520564.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 520577.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 520602.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 519486.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104182.0, 519687.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 519879.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104696.0, 520001.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 520070.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 520093.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105145.0, 520039.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 520021.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 520114.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 520396.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 520522.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106191.0, 520654.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106332.0, 520778.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 520710.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 520156.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107306.0, 520072.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107464.0, 519846.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107461.0, 519587.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107247.0, 519227.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 107045.0, 519007.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 518821.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106157.0, 518675.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105414.0, 518483.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 518422.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 518438.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 518450.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103487.0, 518483.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112955.0, 521773.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112867.0, 521748.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112780.0, 521713.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112707.0, 521708.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112584.0, 521717.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112463.0, 521762.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112412.0, 521787.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112313.0, 521803.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112268.0, 521811.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112087.0, 521870.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111976.0, 521901.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111883.0, 521944.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111793.0, 521988.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111655.0, 522075.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111565.0, 522137.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111469.0, 522233.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111362.0, 522351.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111283.0, 522464.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111222.0, 522593.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111176.0, 522745.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111165.0, 522931.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111261.0, 523157.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111407.0, 523393.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111627.0, 523787.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111824.0, 524120.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111942.0, 524283.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112061.0, 524452.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112213.0, 524649.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112359.0, 524818.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112500.0, 524987.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112691.0, 525139.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112810.0, 525280.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112951.0, 525449.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113052.0, 525618.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113148.0, 525815.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113260.0, 526046.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113317.0, 526181.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113339.0, 526384.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113328.0, 526508.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113255.0, 526643.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113181.0, 526733.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113069.0, 526778.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112951.0, 526772.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112737.0, 526716.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112590.0, 526688.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112421.0, 526643.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 112134.0, 526519.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111937.0, 526412.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111723.0, 526265.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111576.0, 526141.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111441.0, 526029.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111323.0, 525927.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111238.0, 525804.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111095.0, 525466.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 111033.0, 525252.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110991.0, 525102.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110934.0, 524742.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110861.0, 524396.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110746.0, 524122.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110619.0, 523841.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110430.0, 523576.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110247.0, 523297.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110123.0, 523061.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110050.0, 522864.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110011.0, 522650.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109982.0, 522469.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110011.0, 522272.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110056.0, 522002.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110112.0, 521715.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110197.0, 521456.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 521301.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110208.0, 521163.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110174.0, 520994.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 110067.0, 520763.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109943.0, 520588.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109825.0, 520448.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109650.0, 520301.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109431.0, 520194.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109177.0, 520070.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108946.0, 520003.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108839.0, 519980.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108665.0, 519958.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 519924.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108355.0, 519969.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108158.0, 520003.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107904.0, 520098.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107724.0, 520222.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107493.0, 520352.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107324.0, 520476.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.0, 520560.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106969.0, 520633.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106643.0, 520794.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106453.0, 520839.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106364.0, 520846.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 520817.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 520774.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 520697.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 520638.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 520581.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 520561.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105766.0, 520559.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 520560.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105320.0, 520562.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 520569.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 520545.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104710.0, 520474.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 520407.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 520334.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 520305.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 520288.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103842.0, 520282.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 520285.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115505.0, 527431.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115263.0, 527256.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115077.0, 527149.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 114835.0, 527014.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 114661.0, 526862.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 114345.0, 526608.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 114109.0, 526360.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113945.0, 526152.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113782.0, 525983.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113647.0, 525792.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113540.0, 525656.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113348.0, 525426.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113207.0, 525212.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113157.0, 525065.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113196.0, 524913.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113388.0, 524778.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 113697.0, 524783.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 114086.0, 524817.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 114615.0, 524958.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 114852.0, 525048.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115173.0, 525257.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115291.0, 525397.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115517.0, 525814.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115612.0, 525966.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115618.0, 527487.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115519.0, 527438.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 115505.0, 527431.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106352.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108664.0, 529978.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109146.0, 529976.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110526.0, 529982.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110752.0, 529984.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110553.0, 529542.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110352.0, 529000.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110155.0, 528575.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109969.0, 528070.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109782.0, 527609.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109625.0, 527053.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109454.0, 526200.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109379.0, 525828.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109244.0, 525147.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109139.0, 524675.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108915.0, 524353.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108678.0, 524207.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108486.0, 524168.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108205.0, 524234.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107973.0, 524344.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 524372.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107425.0, 524342.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.0, 524352.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106904.0, 524337.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106548.0, 524246.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106234.0, 524181.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 524194.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105693.0, 524229.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105484.0, 524243.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 524183.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105112.0, 523998.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 523791.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105351.0, 523646.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105396.0, 523502.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 523325.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 523209.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 522946.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 522639.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 522357.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104144.0, 522997.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 523469.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104256.0, 524004.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 524520.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104349.0, 525146.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104388.0, 525661.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104416.0, 526142.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 526611.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104577.0, 527018.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104698.0, 527688.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 528175.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 529673.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.5 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.99 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.6 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": 22.040001 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.200001 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.6 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.2 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.1 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509471.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509088.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 508948.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.6 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.49 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.73 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.08 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508947.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.99 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 508622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.3900003 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.29 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510082.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.89 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.3900003 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.75 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.09 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.24 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4899998 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1900001 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.79 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 509464.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.45 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.99 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 510049.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 509852.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 509802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509653.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.59 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509554.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.1900001 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.79 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 507062.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.49 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.79 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.29 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1900001 }, "geometry": { "type": "Point", "coordinates": [ 103665.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.79 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.79 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.49 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.89 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507064.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.5 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.2 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.45 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.47 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.79 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.62 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.65 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.05 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.06 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.45 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.3 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.1700001 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.5 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.1 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.08 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.29 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5900002 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.1900001 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0900002 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.5900002 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.8900003 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.89 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.99 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6900001 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.79 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.39 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.39 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.79 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.35 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.2 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.87 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.55 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3900001 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.8900001 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.9899998 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.54 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.59 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.47 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.53 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.31 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6500001 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.7 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.4899998 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.05 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.49 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.74 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.7 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.55 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.75 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.95 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.15 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.6900001 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.8 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.6 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.8 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0500002 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.75 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.99 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.6 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.8 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.6 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.3600001 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.4899998 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.7 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.8 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.99 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.99 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.8 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.99 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.8 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.8 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.49 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.09 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.75 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0500002 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0700001 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.95 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.8 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.85 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.74 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.6 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.8 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.29 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.05 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.75 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.99 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.3 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.34 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.49 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.4300001 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.2 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask.geojson new file mode 100644 index 0000000..2d4b1d1 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask.geojson @@ -0,0 +1,19 @@ +{ +"type": "FeatureCollection", +"name": "DS13_mask", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DS13_": 1, "DS13_ID": 5, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102702.0, 515442.0 ], [ 102643.0, 515218.0 ], [ 102548.0, 514932.0 ], [ 102560.0, 514707.0 ], [ 102531.0, 514505.0 ], [ 102479.0, 514256.0 ], [ 102406.0, 513888.0 ], [ 102360.0, 513290.0 ], [ 102325.0, 512709.0 ], [ 102321.0, 512369.0 ], [ 102283.0, 512171.0 ], [ 102286.0, 511906.0 ], [ 102257.0, 511616.0 ], [ 102249.0, 511401.0 ], [ 102264.0, 511094.0 ], [ 102322.0, 510853.0 ], [ 102464.0, 510622.0 ], [ 102537.0, 510482.0 ], [ 102602.0, 510392.0 ], [ 102673.0, 510393.0 ], [ 102825.0, 510435.0 ], [ 102988.0, 510416.0 ], [ 103098.0, 510388.0 ], [ 103192.0, 510357.0 ], [ 103285.0, 510315.0 ], [ 103350.0, 510257.0 ], [ 103341.0, 510197.0 ], [ 103343.0, 510130.0 ], [ 103363.0, 510113.0 ], [ 103399.0, 510095.0 ], [ 103455.0, 510072.0 ], [ 103526.0, 510071.0 ], [ 103542.0, 510091.0 ], [ 103552.0, 510138.0 ], [ 103546.0, 510191.0 ], [ 103526.0, 510249.0 ], [ 103502.0, 510295.0 ], [ 103407.0, 510358.0 ], [ 103285.0, 510427.0 ], [ 103189.0, 510470.0 ], [ 103160.0, 510502.0 ], [ 103162.0, 510574.0 ], [ 103185.0, 510622.0 ], [ 103261.0, 510626.0 ], [ 103333.0, 510588.0 ], [ 103389.0, 510609.0 ], [ 103381.0, 510650.0 ], [ 103352.0, 510670.0 ], [ 103302.0, 510669.0 ], [ 103231.0, 510715.0 ], [ 103235.0, 510735.0 ], [ 103302.0, 510757.0 ], [ 103366.0, 510752.0 ], [ 103359.0, 510771.0 ], [ 103302.0, 510833.0 ], [ 103318.0, 510903.0 ], [ 103363.0, 510952.0 ], [ 103496.0, 511020.0 ], [ 103625.0, 511074.0 ], [ 103780.0, 511081.0 ], [ 103933.0, 510988.0 ], [ 104027.0, 510876.0 ], [ 104040.0, 510820.0 ], [ 104118.0, 510612.0 ], [ 104166.0, 510457.0 ], [ 104218.0, 510413.0 ], [ 104302.0, 510387.0 ], [ 104381.0, 510425.0 ], [ 104469.0, 510498.0 ], [ 104522.0, 510615.0 ], [ 104546.0, 510757.0 ], [ 104547.0, 510864.0 ], [ 104554.0, 511049.0 ], [ 104641.0, 511149.0 ], [ 104872.0, 511162.0 ], [ 105043.0, 511159.0 ], [ 105216.0, 511146.0 ], [ 105323.0, 511188.0 ], [ 105478.0, 511254.0 ], [ 105659.0, 511238.0 ], [ 105742.0, 511108.0 ], [ 105768.0, 510963.0 ], [ 105762.0, 510828.0 ], [ 105804.0, 510698.0 ], [ 105871.0, 510613.0 ], [ 105965.0, 510594.0 ], [ 106125.0, 510647.0 ], [ 106297.0, 510806.0 ], [ 106466.0, 511022.0 ], [ 106621.0, 511254.0 ], [ 106723.0, 511606.0 ], [ 106816.0, 511788.0 ], [ 106993.0, 512069.0 ], [ 107189.0, 512300.0 ], [ 107441.0, 512433.0 ], [ 107826.0, 512548.0 ], [ 108209.0, 512610.0 ], [ 108636.0, 512752.0 ], [ 109033.0, 512935.0 ], [ 109518.0, 513124.0 ], [ 109522.0, 511267.0 ], [ 109336.0, 511278.0 ], [ 109222.0, 511298.0 ], [ 108966.0, 511289.0 ], [ 108538.0, 511243.0 ], [ 108088.0, 511150.0 ], [ 107762.0, 511032.0 ], [ 107446.0, 510924.0 ], [ 107241.0, 510909.0 ], [ 106994.0, 510881.0 ], [ 106770.0, 510732.0 ], [ 106764.0, 510599.0 ], [ 106856.0, 510507.0 ], [ 106880.0, 510348.0 ], [ 106854.0, 510157.0 ], [ 106917.0, 510016.0 ], [ 107129.0, 509949.0 ], [ 107341.0, 509991.0 ], [ 107588.0, 509982.0 ], [ 107700.0, 509813.0 ], [ 107801.0, 509616.0 ], [ 107876.0, 509422.0 ], [ 107988.0, 509058.0 ], [ 108400.0, 508608.0 ], [ 108643.0, 508448.0 ], [ 108928.0, 508348.0 ], [ 109529.0, 508267.0 ], [ 109531.0, 507632.0 ], [ 109170.0, 507653.0 ], [ 108928.0, 507701.0 ], [ 108540.0, 507742.0 ], [ 108215.0, 507826.0 ], [ 107977.0, 508003.0 ], [ 107908.0, 508177.0 ], [ 107821.0, 508310.0 ], [ 107614.0, 508470.0 ], [ 107304.0, 508701.0 ], [ 107041.0, 508787.0 ], [ 106891.0, 508788.0 ], [ 106686.0, 508769.0 ], [ 106494.0, 508637.0 ], [ 106471.0, 508434.0 ], [ 106628.0, 508227.0 ], [ 106834.0, 508072.0 ], [ 107017.0, 507777.0 ], [ 107043.0, 507497.0 ], [ 106949.0, 507207.0 ], [ 106739.0, 507022.0 ], [ 106548.0, 506943.0 ], [ 106305.0, 506838.0 ], [ 106149.0, 506753.0 ], [ 105990.0, 506718.0 ], [ 105839.0, 506655.0 ], [ 105743.0, 506589.0 ], [ 105642.0, 506566.0 ], [ 105539.0, 506596.0 ], [ 105471.0, 506660.0 ], [ 105377.0, 506776.0 ], [ 105264.0, 506939.0 ], [ 105149.0, 507029.0 ], [ 104953.0, 507151.0 ], [ 104723.0, 507195.0 ], [ 104496.0, 507266.0 ], [ 104272.0, 507215.0 ], [ 104095.0, 507144.0 ], [ 104035.0, 507095.0 ], [ 103899.0, 507090.0 ], [ 103859.0, 507123.0 ], [ 103806.0, 507124.0 ], [ 103742.0, 507138.0 ], [ 103736.0, 507186.0 ], [ 103786.0, 507183.0 ], [ 103865.0, 507198.0 ], [ 103891.0, 507241.0 ], [ 103890.0, 507283.0 ], [ 103829.0, 507304.0 ], [ 103765.0, 507295.0 ], [ 103721.0, 507257.0 ], [ 103667.0, 507241.0 ], [ 103282.0, 507284.0 ], [ 103136.0, 507347.0 ], [ 103034.0, 507407.0 ], [ 102949.0, 507393.0 ], [ 102890.0, 507278.0 ], [ 102865.0, 507159.0 ], [ 102879.0, 507032.0 ], [ 102934.0, 506954.0 ], [ 103031.0, 506895.0 ], [ 103240.0, 506878.0 ], [ 103549.0, 506916.0 ], [ 103637.0, 506903.0 ], [ 103742.0, 506879.0 ], [ 103729.0, 506908.0 ], [ 103722.0, 506938.0 ], [ 103728.0, 506967.0 ], [ 103778.0, 506988.0 ], [ 103867.0, 506954.0 ], [ 103998.0, 506918.0 ], [ 104241.0, 506878.0 ], [ 104496.0, 506821.0 ], [ 104722.0, 506717.0 ], [ 104875.0, 506658.0 ], [ 105023.0, 506531.0 ], [ 105197.0, 506299.0 ], [ 105346.0, 506203.0 ], [ 105545.0, 506239.0 ], [ 105785.0, 506246.0 ], [ 106004.0, 506205.0 ], [ 106091.0, 506187.0 ], [ 106290.0, 506104.0 ], [ 106462.0, 505985.0 ], [ 106626.0, 505823.0 ], [ 106782.0, 505532.0 ], [ 106824.0, 505159.0 ], [ 106922.0, 504929.0 ], [ 107165.0, 504806.0 ], [ 107413.0, 504744.0 ], [ 107687.0, 504715.0 ], [ 107983.0, 504599.0 ], [ 108158.0, 504427.0 ], [ 108232.0, 504198.0 ], [ 108297.0, 504003.0 ], [ 108358.0, 503891.0 ], [ 108433.0, 503810.0 ], [ 108543.0, 503763.0 ], [ 108619.0, 503777.0 ], [ 108695.0, 503734.0 ], [ 108773.0, 503644.0 ], [ 108797.0, 503544.0 ], [ 108867.0, 503486.0 ], [ 108988.0, 503469.0 ], [ 109204.0, 503469.0 ], [ 109396.0, 503453.0 ], [ 109541.0, 503409.0 ], [ 109541.0, 503308.0 ], [ 108909.0, 503392.0 ], [ 108710.0, 503447.0 ], [ 108466.0, 503481.0 ], [ 108257.0, 503628.0 ], [ 108088.0, 503823.0 ], [ 108011.0, 504047.0 ], [ 107895.0, 504170.0 ], [ 107708.0, 504358.0 ], [ 107499.0, 504465.0 ], [ 107167.0, 504561.0 ], [ 106864.0, 504515.0 ], [ 106596.0, 504427.0 ], [ 106343.0, 504361.0 ], [ 106139.0, 504415.0 ], [ 106054.0, 504525.0 ], [ 106048.0, 504657.0 ], [ 106136.0, 504959.0 ], [ 106209.0, 505116.0 ], [ 106241.0, 505261.0 ], [ 106169.0, 505406.0 ], [ 106003.0, 505512.0 ], [ 105816.0, 505638.0 ], [ 105685.0, 505675.0 ], [ 105446.0, 505675.0 ], [ 105232.0, 505678.0 ], [ 105175.0, 505686.0 ], [ 105073.0, 505701.0 ], [ 104878.0, 505752.0 ], [ 104679.0, 505794.0 ], [ 104437.0, 505848.0 ], [ 104216.0, 505865.0 ], [ 103944.0, 505904.0 ], [ 103761.0, 505865.0 ], [ 103590.0, 505853.0 ], [ 103492.0, 505843.0 ], [ 103466.0, 505807.0 ], [ 103446.0, 505715.0 ], [ 103441.0, 505649.0 ], [ 103453.0, 505533.0 ], [ 103495.0, 505379.0 ], [ 103530.0, 505238.0 ], [ 103619.0, 505148.0 ], [ 103715.0, 505101.0 ], [ 103851.0, 505085.0 ], [ 103946.0, 505065.0 ], [ 104017.0, 505020.0 ], [ 104053.0, 504964.0 ], [ 103978.0, 504906.0 ], [ 103833.0, 504894.0 ], [ 103666.0, 504937.0 ], [ 103520.0, 505028.0 ], [ 103440.0, 505203.0 ], [ 103360.0, 505417.0 ], [ 103350.0, 505549.0 ], [ 103310.0, 505669.0 ], [ 103133.0, 505777.0 ], [ 102966.0, 505783.0 ], [ 102795.0, 505785.0 ], [ 102634.0, 505743.0 ], [ 102473.0, 505675.0 ], [ 102329.0, 505592.0 ], [ 102220.0, 505514.0 ], [ 102147.0, 505418.0 ], [ 102231.0, 505326.0 ], [ 102368.0, 505293.0 ], [ 102498.0, 505295.0 ], [ 102629.0, 505262.0 ], [ 102806.0, 505213.0 ], [ 102873.0, 505178.0 ], [ 102907.0, 505131.0 ], [ 102867.0, 505018.0 ], [ 102736.0, 504867.0 ], [ 102594.0, 504848.0 ], [ 102482.0, 504855.0 ], [ 102372.0, 504872.0 ], [ 102130.0, 504875.0 ], [ 101945.0, 504859.0 ], [ 101798.0, 504793.0 ], [ 101492.0, 504747.0 ], [ 101182.0, 504614.0 ], [ 100923.0, 504460.0 ], [ 100700.0, 504282.0 ], [ 100589.0, 504178.0 ], [ 100503.0, 503987.0 ], [ 100410.0, 503621.0 ], [ 100309.0, 503307.0 ], [ 100063.0, 502393.0 ], [ 99913.0, 501897.0 ], [ 99770.0, 501491.0 ], [ 99585.0, 501059.0 ], [ 99376.0, 500546.0 ], [ 99230.0, 500126.0 ], [ 98970.0, 499344.0 ], [ 98893.0, 499027.0 ], [ 98752.0, 498522.0 ], [ 98587.0, 498180.0 ], [ 95792.0, 497802.0 ], [ 98332.0, 516336.0 ], [ 102774.0, 516324.0 ], [ 102702.0, 515442.0 ] ], [ [ 104987.0, 508090.0 ], [ 105144.0, 507991.0 ], [ 105363.0, 507996.0 ], [ 105489.0, 508062.0 ], [ 105500.0, 508225.0 ], [ 105409.0, 508310.0 ], [ 105273.0, 508349.0 ], [ 105104.0, 508281.0 ], [ 105040.0, 508306.0 ], [ 104926.0, 508239.0 ], [ 104934.0, 508183.0 ], [ 104962.0, 508110.0 ], [ 104987.0, 508090.0 ] ], [ [ 104124.0, 508601.0 ], [ 104158.0, 508521.0 ], [ 104320.0, 508408.0 ], [ 104458.0, 508384.0 ], [ 104636.0, 508423.0 ], [ 104623.0, 508494.0 ], [ 104552.0, 508560.0 ], [ 104425.0, 508645.0 ], [ 104146.0, 508645.0 ], [ 104129.0, 508625.0 ], [ 104124.0, 508601.0 ] ], [ [ 103318.0, 509386.0 ], [ 103400.0, 509369.0 ], [ 103408.0, 509336.0 ], [ 103228.0, 509325.0 ], [ 103132.0, 509260.0 ], [ 103168.0, 509160.0 ], [ 103359.0, 509092.0 ], [ 103494.0, 509113.0 ], [ 103628.0, 509197.0 ], [ 103749.0, 509205.0 ], [ 103927.0, 509069.0 ], [ 104128.0, 509023.0 ], [ 104284.0, 509027.0 ], [ 104348.0, 509044.0 ], [ 104346.0, 509103.0 ], [ 104302.0, 509132.0 ], [ 104190.0, 509123.0 ], [ 104077.0, 509141.0 ], [ 104058.0, 509185.0 ], [ 104336.0, 509239.0 ], [ 104489.0, 509306.0 ], [ 104585.0, 509376.0 ], [ 104618.0, 509489.0 ], [ 104509.0, 509563.0 ], [ 104327.0, 509587.0 ], [ 104091.0, 509675.0 ], [ 103923.0, 509830.0 ], [ 103743.0, 509947.0 ], [ 103506.0, 509977.0 ], [ 103345.0, 509969.0 ], [ 103263.0, 509959.0 ], [ 103180.0, 509894.0 ], [ 103130.0, 509840.0 ], [ 103076.0, 509750.0 ], [ 103090.0, 509709.0 ], [ 103093.0, 509706.0 ], [ 103260.0, 509574.0 ], [ 103415.0, 509528.0 ], [ 103485.0, 509516.0 ], [ 103516.0, 509495.0 ], [ 103483.0, 509459.0 ], [ 103330.0, 509471.0 ], [ 103275.0, 509436.0 ], [ 103318.0, 509386.0 ] ], [ [ 103821.0, 508123.0 ], [ 103918.0, 508019.0 ], [ 104050.0, 508003.0 ], [ 104163.0, 508035.0 ], [ 104182.0, 508090.0 ], [ 104061.0, 508101.0 ], [ 103961.0, 508102.0 ], [ 103889.0, 508139.0 ], [ 103836.0, 508136.0 ], [ 103831.0, 508143.0 ], [ 103821.0, 508123.0 ] ], [ [ 103544.0, 506312.0 ], [ 103506.0, 506326.0 ], [ 103504.0, 506329.0 ], [ 103515.0, 506334.0 ], [ 103633.0, 506353.0 ], [ 103669.0, 506362.0 ], [ 103716.0, 506346.0 ], [ 103729.0, 506346.0 ], [ 103745.0, 506362.0 ], [ 103741.0, 506400.0 ], [ 103708.0, 506425.0 ], [ 103675.0, 506425.0 ], [ 103636.0, 506438.0 ], [ 103606.0, 506453.0 ], [ 103530.0, 506551.0 ], [ 103655.0, 506579.0 ], [ 103812.0, 506591.0 ], [ 103890.0, 506656.0 ], [ 103879.0, 506697.0 ], [ 103736.0, 506751.0 ], [ 103543.0, 506795.0 ], [ 103265.0, 506779.0 ], [ 103042.0, 506755.0 ], [ 102732.0, 506780.0 ], [ 102583.0, 506747.0 ], [ 102508.0, 506645.0 ], [ 102527.0, 506540.0 ], [ 102604.0, 506419.0 ], [ 102674.0, 506343.0 ], [ 102740.0, 506236.0 ], [ 102849.0, 506161.0 ], [ 103026.0, 506258.0 ], [ 103175.0, 506307.0 ], [ 103360.0, 506218.0 ], [ 103477.0, 506126.0 ], [ 103658.0, 506181.0 ], [ 103705.0, 506222.0 ], [ 103710.0, 506229.0 ], [ 103711.0, 506238.0 ], [ 103709.0, 506245.0 ], [ 103703.0, 506251.0 ], [ 103678.0, 506252.0 ], [ 103611.0, 506278.0 ], [ 103544.0, 506312.0 ] ], [ [ 102978.0, 508312.0 ], [ 103201.0, 508327.0 ], [ 103285.0, 508373.0 ], [ 103036.0, 508374.0 ], [ 102877.0, 508410.0 ], [ 102835.0, 508382.0 ], [ 102822.0, 508365.0 ], [ 102978.0, 508312.0 ] ], [ [ 103005.0, 508835.0 ], [ 103117.0, 508824.0 ], [ 103209.0, 508835.0 ], [ 103241.0, 508868.0 ], [ 103203.0, 508910.0 ], [ 103113.0, 508926.0 ], [ 103011.0, 508955.0 ], [ 102952.0, 508927.0 ], [ 102937.0, 508883.0 ], [ 103005.0, 508835.0 ] ], [ [ 102855.0, 508114.0 ], [ 102960.0, 508099.0 ], [ 103030.0, 508123.0 ], [ 103122.0, 508140.0 ], [ 103208.0, 508150.0 ], [ 103130.0, 508181.0 ], [ 103004.0, 508159.0 ], [ 102938.0, 508172.0 ], [ 102866.0, 508166.0 ], [ 102830.0, 508125.0 ], [ 102855.0, 508114.0 ] ], [ [ 102886.0, 507895.0 ], [ 103016.0, 507887.0 ], [ 103116.0, 507902.0 ], [ 103134.0, 507953.0 ], [ 103020.0, 507987.0 ], [ 102923.0, 507976.0 ], [ 102858.0, 507953.0 ], [ 102828.0, 507923.0 ], [ 102886.0, 507895.0 ] ], [ [ 102209.0, 506990.0 ], [ 102272.0, 507077.0 ], [ 102416.0, 507158.0 ], [ 102481.0, 507183.0 ], [ 102521.0, 507269.0 ], [ 102449.0, 507343.0 ], [ 102372.0, 507366.0 ], [ 102294.0, 507409.0 ], [ 102186.0, 507391.0 ], [ 102109.0, 507307.0 ], [ 102080.0, 507194.0 ], [ 102072.0, 507085.0 ], [ 102104.0, 507014.0 ], [ 102106.0, 507004.0 ], [ 102209.0, 506990.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 10, "DS13_ID": 109, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100391.0, 497921.0 ], [ 100575.0, 497926.0 ], [ 100575.0, 497841.0 ], [ 100568.0, 497734.0 ], [ 100563.0, 497690.0 ], [ 100565.0, 497640.0 ], [ 100582.0, 497563.0 ], [ 100595.0, 497516.0 ], [ 100602.0, 497478.0 ], [ 100599.0, 497457.0 ], [ 100590.0, 497441.0 ], [ 100576.0, 497424.0 ], [ 100563.0, 497410.0 ], [ 100531.0, 497383.0 ], [ 100479.0, 497359.0 ], [ 100463.0, 497354.0 ], [ 100416.0, 497356.0 ], [ 100393.0, 497360.0 ], [ 100340.0, 497365.0 ], [ 100305.0, 497357.0 ], [ 100292.0, 497324.0 ], [ 100289.0, 497306.0 ], [ 100300.0, 497283.0 ], [ 100326.0, 497247.0 ], [ 100364.0, 497199.0 ], [ 100414.0, 497149.0 ], [ 100426.0, 497133.0 ], [ 100472.0, 497083.0 ], [ 100485.0, 497066.0 ], [ 100542.0, 497001.0 ], [ 100605.0, 496911.0 ], [ 100653.0, 496839.0 ], [ 100740.0, 496701.0 ], [ 100751.0, 496674.0 ], [ 100772.0, 496589.0 ], [ 100830.0, 495946.0 ], [ 100834.0, 495871.0 ], [ 100833.0, 495854.0 ], [ 100847.0, 495772.0 ], [ 100873.0, 495721.0 ], [ 100906.0, 495681.0 ], [ 100951.0, 495637.0 ], [ 100999.0, 495577.0 ], [ 101009.0, 495552.0 ], [ 101061.0, 495468.0 ], [ 101068.0, 495445.0 ], [ 101097.0, 495389.0 ], [ 101103.0, 495364.0 ], [ 101128.0, 495300.0 ], [ 101155.0, 495194.0 ], [ 101175.0, 495089.0 ], [ 101183.0, 495023.0 ], [ 101195.0, 494958.0 ], [ 101199.0, 494921.0 ], [ 101195.0, 494865.0 ], [ 101196.0, 494842.0 ], [ 101216.0, 494785.0 ], [ 101257.0, 494741.0 ], [ 101307.0, 494714.0 ], [ 101353.0, 494714.0 ], [ 101389.0, 494723.0 ], [ 101432.0, 494741.0 ], [ 101500.0, 494806.0 ], [ 101486.0, 494690.0 ], [ 101469.0, 494574.0 ], [ 101447.0, 494512.0 ], [ 101425.0, 494418.0 ], [ 101403.0, 494334.0 ], [ 101392.0, 494257.0 ], [ 101386.0, 494179.0 ], [ 101380.0, 494095.0 ], [ 101378.0, 493999.0 ], [ 101362.0, 493968.0 ], [ 101340.0, 493907.0 ], [ 101319.0, 493857.0 ], [ 101300.0, 493824.0 ], [ 101278.0, 493806.0 ], [ 101242.0, 493795.0 ], [ 101215.0, 493797.0 ], [ 101183.0, 493810.0 ], [ 101151.0, 493844.0 ], [ 101125.0, 493893.0 ], [ 101091.0, 493946.0 ], [ 101053.0, 493990.0 ], [ 101027.0, 494027.0 ], [ 101017.0, 494044.0 ], [ 100980.0, 494080.0 ], [ 100920.0, 494092.0 ], [ 100850.0, 494091.0 ], [ 100667.0, 494051.0 ], [ 100481.0, 494000.0 ], [ 100360.0, 493983.0 ], [ 100389.0, 494012.0 ], [ 100396.0, 494035.0 ], [ 100401.0, 494060.0 ], [ 100399.0, 494093.0 ], [ 100384.0, 494132.0 ], [ 100361.0, 494165.0 ], [ 100312.0, 494198.0 ], [ 100178.0, 494250.0 ], [ 100108.0, 494261.0 ], [ 100036.0, 494270.0 ], [ 99943.0, 494265.0 ], [ 99822.0, 494251.0 ], [ 99766.0, 494234.0 ], [ 99748.0, 494225.0 ], [ 99654.0, 494190.0 ], [ 99580.0, 494143.0 ], [ 99545.0, 494105.0 ], [ 99527.0, 494061.0 ], [ 99525.0, 494021.0 ], [ 99531.0, 493995.0 ], [ 99451.0, 494088.0 ], [ 99425.0, 494140.0 ], [ 99412.0, 494158.0 ], [ 99386.0, 494210.0 ], [ 99344.0, 494278.0 ], [ 99295.0, 494363.0 ], [ 99229.0, 494434.0 ], [ 99181.0, 494475.0 ], [ 99105.0, 494519.0 ], [ 99014.0, 494547.0 ], [ 98925.0, 494582.0 ], [ 98853.0, 494581.0 ], [ 98793.0, 494570.0 ], [ 98526.0, 494537.0 ], [ 98509.0, 494538.0 ], [ 98489.0, 494542.0 ], [ 95802.0, 494285.0 ], [ 95410.0, 496236.0 ], [ 98345.0, 496061.0 ], [ 100289.0, 495952.0 ], [ 100136.0, 497512.0 ], [ 100391.0, 497921.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 19, "DS13_ID": 111, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107177.0, 496893.0 ], [ 107285.0, 497121.0 ], [ 107330.0, 497444.0 ], [ 107322.0, 497488.0 ], [ 107475.0, 497114.0 ], [ 107644.0, 496917.0 ], [ 107863.0, 496736.0 ], [ 107899.0, 496720.0 ], [ 108073.0, 496589.0 ], [ 108084.0, 496571.0 ], [ 108266.0, 496309.0 ], [ 108382.0, 496162.0 ], [ 108563.0, 496040.0 ], [ 108581.0, 496031.0 ], [ 108794.0, 495952.0 ], [ 108844.0, 495953.0 ], [ 109016.0, 495974.0 ], [ 109339.0, 496083.0 ], [ 109696.0, 496270.0 ], [ 110117.0, 496427.0 ], [ 110504.0, 496619.0 ], [ 110533.0, 496628.0 ], [ 110561.0, 496632.0 ], [ 110812.0, 496772.0 ], [ 111096.0, 496873.0 ], [ 111564.0, 497013.0 ], [ 112032.0, 497076.0 ], [ 112230.0, 497040.0 ], [ 112212.0, 495269.0 ], [ 109108.0, 495288.0 ], [ 107293.0, 496361.0 ], [ 106910.0, 495952.0 ], [ 106143.0, 495876.0 ], [ 105544.0, 496149.0 ], [ 105582.0, 496220.0 ], [ 105751.0, 496440.0 ], [ 105760.0, 496462.0 ], [ 105838.0, 496597.0 ], [ 105862.0, 496628.0 ], [ 105895.0, 496678.0 ], [ 105885.0, 496771.0 ], [ 105802.0, 496857.0 ], [ 105811.0, 496963.0 ], [ 105747.0, 497072.0 ], [ 105746.0, 497086.0 ], [ 105837.0, 497033.0 ], [ 105960.0, 496927.0 ], [ 106108.0, 496783.0 ], [ 106254.0, 496672.0 ], [ 106388.0, 496514.0 ], [ 106412.0, 496495.0 ], [ 106373.0, 496507.0 ], [ 106298.0, 496489.0 ], [ 106232.0, 496423.0 ], [ 106152.0, 496284.0 ], [ 106114.0, 496201.0 ], [ 106132.0, 496140.0 ], [ 106179.0, 496105.0 ], [ 106274.0, 496133.0 ], [ 106386.0, 496241.0 ], [ 106447.0, 496337.0 ], [ 106465.0, 496356.0 ], [ 106478.0, 496432.0 ], [ 106475.0, 496448.0 ], [ 106552.0, 496389.0 ], [ 106674.0, 496285.0 ], [ 106845.0, 496122.0 ], [ 107098.0, 496392.0 ], [ 107037.0, 496442.0 ], [ 106963.0, 496499.0 ], [ 106890.0, 496564.0 ], [ 106854.0, 496623.0 ], [ 106825.0, 496647.0 ], [ 106837.0, 496646.0 ], [ 106986.0, 496661.0 ], [ 107105.0, 496755.0 ], [ 107163.0, 496846.0 ], [ 107177.0, 496893.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 58, "DS13_ID": 105, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106130.0, 498132.0 ], [ 106229.0, 498078.0 ], [ 105939.0, 497425.0 ], [ 105981.0, 497392.0 ], [ 105997.0, 497355.0 ], [ 106098.0, 497271.0 ], [ 106201.0, 497157.0 ], [ 106274.0, 497084.0 ], [ 106362.0, 497017.0 ], [ 106468.0, 496928.0 ], [ 106547.0, 496875.0 ], [ 106553.0, 496845.0 ], [ 106605.0, 496816.0 ], [ 106666.0, 496772.0 ], [ 106776.0, 496699.0 ], [ 106793.0, 496673.0 ], [ 106854.0, 496623.0 ], [ 106890.0, 496564.0 ], [ 106963.0, 496499.0 ], [ 107037.0, 496442.0 ], [ 107098.0, 496392.0 ], [ 106845.0, 496122.0 ], [ 106674.0, 496285.0 ], [ 106552.0, 496389.0 ], [ 106388.0, 496514.0 ], [ 106254.0, 496672.0 ], [ 106108.0, 496783.0 ], [ 105960.0, 496927.0 ], [ 105837.0, 497033.0 ], [ 105627.0, 497154.0 ], [ 105404.0, 497259.0 ], [ 105186.0, 497347.0 ], [ 105138.0, 497358.0 ], [ 105220.0, 497687.0 ], [ 105411.0, 497661.0 ], [ 105591.0, 497575.0 ], [ 105729.0, 497522.0 ], [ 105802.0, 497496.0 ], [ 106114.0, 498140.0 ], [ 106130.0, 498132.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 97, "DS13_ID": 103, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106253.0, 498944.0 ], [ 106349.0, 498983.0 ], [ 106472.0, 498915.0 ], [ 106580.0, 498786.0 ], [ 106637.0, 498591.0 ], [ 106612.0, 498486.0 ], [ 106478.0, 498402.0 ], [ 106309.0, 498478.0 ], [ 106187.0, 498523.0 ], [ 106172.0, 498550.0 ], [ 106182.0, 498682.0 ], [ 106207.0, 498829.0 ], [ 106253.0, 498944.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 99, "DS13_ID": 95, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102776.0, 500645.0 ], [ 102788.0, 500707.0 ], [ 102825.0, 500766.0 ], [ 102940.0, 500798.0 ], [ 103154.0, 500766.0 ], [ 103241.0, 500750.0 ], [ 103298.0, 500759.0 ], [ 103388.0, 500697.0 ], [ 103416.0, 500596.0 ], [ 103385.0, 500446.0 ], [ 103250.0, 500359.0 ], [ 103105.0, 500380.0 ], [ 103008.0, 500484.0 ], [ 102889.0, 500600.0 ], [ 102776.0, 500645.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 104, "DS13_ID": 150, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 97412.0, 487044.0 ], [ 97443.0, 487059.0 ], [ 97510.0, 487105.0 ], [ 97668.0, 487216.0 ], [ 97789.0, 487313.0 ], [ 97858.0, 487355.0 ], [ 97913.0, 487361.0 ], [ 97944.0, 487354.0 ], [ 97968.0, 487321.0 ], [ 97984.0, 487278.0 ], [ 97980.0, 487209.0 ], [ 97959.0, 487146.0 ], [ 97930.0, 487093.0 ], [ 97924.0, 487078.0 ], [ 97884.0, 487007.0 ], [ 97857.0, 486965.0 ], [ 97840.0, 486907.0 ], [ 97831.0, 486866.0 ], [ 97748.0, 486897.0 ], [ 97666.0, 486923.0 ], [ 97554.0, 486949.0 ], [ 97350.0, 486973.0 ], [ 97248.0, 486976.0 ], [ 97412.0, 487044.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 106, "DS13_ID": 94, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102440.0, 500856.0 ], [ 102479.0, 500752.0 ], [ 102448.0, 500656.0 ], [ 102352.0, 500623.0 ], [ 102301.0, 500661.0 ], [ 102249.0, 500745.0 ], [ 102234.0, 500732.0 ], [ 102074.0, 500646.0 ], [ 101944.0, 500548.0 ], [ 101878.0, 500507.0 ], [ 101817.0, 500526.0 ], [ 101756.0, 500607.0 ], [ 101777.0, 500677.0 ], [ 101884.0, 500803.0 ], [ 101996.0, 500890.0 ], [ 102246.0, 500888.0 ], [ 102440.0, 500856.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 118, "DS13_ID": 58, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109534.0, 506467.0 ], [ 109369.0, 506474.0 ], [ 109207.0, 506521.0 ], [ 109106.0, 506628.0 ], [ 109062.0, 506817.0 ], [ 109093.0, 506918.0 ], [ 109169.0, 506932.0 ], [ 109242.0, 506834.0 ], [ 109353.0, 506731.0 ], [ 109533.0, 506655.0 ], [ 109534.0, 506467.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 141, "DS13_ID": 113, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106016.0, 497378.0 ], [ 106148.0, 497382.0 ], [ 106231.0, 497327.0 ], [ 106271.0, 497208.0 ], [ 106267.0, 497185.0 ], [ 106305.0, 497107.0 ], [ 106316.0, 497069.0 ], [ 106325.0, 497046.0 ], [ 106274.0, 497084.0 ], [ 106201.0, 497157.0 ], [ 106098.0, 497271.0 ], [ 105997.0, 497355.0 ], [ 105985.0, 497384.0 ], [ 106016.0, 497378.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS13_": 143, "DS13_ID": 166, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 98773.0, 484715.0 ], [ 98849.0, 484698.0 ], [ 98899.0, 484676.0 ], [ 98947.0, 484638.0 ], [ 98507.0, 484636.0 ], [ 98507.0, 484645.0 ], [ 98513.0, 484681.0 ], [ 98530.0, 484712.0 ], [ 98571.0, 484731.0 ], [ 98632.0, 484740.0 ], [ 98773.0, 484715.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_bergen_area.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_bergen_area.geojson new file mode 100644 index 0000000..3b34436 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_bergen_area.geojson @@ -0,0 +1,11 @@ +{ +"type": "FeatureCollection", +"name": "DS13_mask_bergen_area", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 112008.0, 529972.0 ], [ 111888.0, 529603.0 ], [ 111761.0, 529171.0 ], [ 111660.0, 528760.0 ], [ 111576.0, 528340.0 ], [ 111497.0, 527867.0 ], [ 111453.0, 527571.0 ], [ 111384.0, 527198.0 ], [ 111313.0, 526826.0 ], [ 111153.0, 526160.0 ], [ 111051.0, 525784.0 ], [ 110930.0, 525398.0 ], [ 110803.0, 525123.0 ], [ 110600.0, 524801.0 ], [ 110438.0, 524534.0 ], [ 110255.0, 524158.0 ], [ 110126.0, 523832.0 ], [ 110013.0, 523501.0 ], [ 109927.0, 523166.0 ], [ 109840.0, 522915.0 ], [ 109774.0, 522580.0 ], [ 109740.0, 522257.0 ], [ 109719.0, 522005.0 ], [ 109673.0, 521695.0 ], [ 109565.0, 521400.0 ], [ 109353.0, 521112.0 ], [ 109098.0, 520964.0 ], [ 108816.0, 520874.0 ], [ 108517.0, 520857.0 ], [ 108146.0, 520828.0 ], [ 107723.0, 520812.0 ], [ 107329.0, 520800.0 ], [ 106969.0, 520840.0 ], [ 106614.0, 520902.0 ], [ 106310.0, 520964.0 ], [ 105629.0, 521072.0 ], [ 105120.0, 521227.0 ], [ 104647.0, 521342.0 ], [ 104094.0, 521422.0 ], [ 103957.0, 521453.0 ], [ 103820.0, 520602.0 ], [ 103781.0, 520285.0 ], [ 103721.0, 520021.0 ], [ 103668.0, 519486.0 ], [ 103487.0, 518483.0 ], [ 102540.0, 512461.0 ], [ 102541.0, 514575.0 ], [ 102560.0, 514707.0 ], [ 102548.0, 514932.0 ], [ 102643.0, 515218.0 ], [ 102702.0, 515442.0 ], [ 102774.0, 516324.0 ], [ 102542.0, 516325.0 ], [ 102548.0, 530018.0 ], [ 112017.0, 530014.0 ], [ 112008.0, 529972.0 ] ], [ [ 110553.0, 529542.0 ], [ 110752.0, 529984.0 ], [ 109146.0, 529976.0 ], [ 108664.0, 529978.0 ], [ 106352.0, 529968.0 ], [ 105164.0, 529968.0 ], [ 105115.0, 529673.0 ], [ 104803.0, 528175.0 ], [ 104698.0, 527688.0 ], [ 104577.0, 527018.0 ], [ 104482.0, 526611.0 ], [ 104416.0, 526142.0 ], [ 104388.0, 525661.0 ], [ 104349.0, 525146.0 ], [ 104292.0, 524520.0 ], [ 104256.0, 524004.0 ], [ 104144.0, 522997.0 ], [ 104070.0, 522357.0 ], [ 104380.0, 522639.0 ], [ 104622.0, 522946.0 ], [ 104904.0, 523209.0 ], [ 105232.0, 523325.0 ], [ 105396.0, 523502.0 ], [ 105351.0, 523646.0 ], [ 105170.0, 523791.0 ], [ 105112.0, 523998.0 ], [ 105240.0, 524183.0 ], [ 105484.0, 524243.0 ], [ 105693.0, 524229.0 ], [ 105913.0, 524194.0 ], [ 106234.0, 524181.0 ], [ 106548.0, 524246.0 ], [ 106904.0, 524337.0 ], [ 107187.0, 524352.0 ], [ 107425.0, 524342.0 ], [ 107637.0, 524372.0 ], [ 107973.0, 524344.0 ], [ 108205.0, 524234.0 ], [ 108486.0, 524168.0 ], [ 108678.0, 524207.0 ], [ 108915.0, 524353.0 ], [ 109139.0, 524675.0 ], [ 109244.0, 525147.0 ], [ 109379.0, 525828.0 ], [ 109625.0, 527053.0 ], [ 109782.0, 527609.0 ], [ 109969.0, 528070.0 ], [ 110155.0, 528575.0 ], [ 110352.0, 529000.0 ], [ 110553.0, 529542.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115472.0, 522441.0 ], [ 115323.0, 522397.0 ], [ 115179.0, 522508.0 ], [ 114965.0, 522655.0 ], [ 114762.0, 522925.0 ], [ 114638.0, 523252.0 ], [ 114525.0, 523590.0 ], [ 114514.0, 523984.0 ], [ 115111.0, 524738.0 ], [ 115404.0, 525121.0 ], [ 115513.0, 525242.0 ], [ 115510.0, 522445.0 ], [ 115472.0, 522441.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109525.0, 510220.0 ], [ 109520.0, 512387.0 ], [ 109666.0, 512391.0 ], [ 110049.0, 512394.0 ], [ 111315.0, 512470.0 ], [ 111493.0, 512563.0 ], [ 111605.0, 512644.0 ], [ 111718.0, 512737.0 ], [ 111797.0, 512805.0 ], [ 111904.0, 512912.0 ], [ 111957.0, 512985.0 ], [ 111994.0, 513061.0 ], [ 112019.0, 513137.0 ], [ 112011.0, 513179.0 ], [ 111946.0, 513177.0 ], [ 111845.0, 513146.0 ], [ 111774.0, 513126.0 ], [ 111698.0, 513098.0 ], [ 111622.0, 513075.0 ], [ 111543.0, 513081.0 ], [ 111518.0, 513078.0 ], [ 111493.0, 513103.0 ], [ 111476.0, 513134.0 ], [ 111479.0, 513191.0 ], [ 111496.0, 513219.0 ], [ 111518.0, 513272.0 ], [ 111580.0, 513323.0 ], [ 111783.0, 513560.0 ], [ 112019.0, 513740.0 ], [ 112323.0, 514033.0 ], [ 112706.0, 514303.0 ], [ 113033.0, 514506.0 ], [ 113315.0, 514686.0 ], [ 113968.0, 515024.0 ], [ 114328.0, 515305.0 ], [ 114655.0, 515553.0 ], [ 114982.0, 515869.0 ], [ 115263.0, 516207.0 ], [ 115504.0, 516487.0 ], [ 115497.0, 510205.0 ], [ 109525.0, 510220.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_combined.geojson new file mode 100644 index 0000000..919d372 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_mask_combined.geojson @@ -0,0 +1,21 @@ +{ +"type": "FeatureCollection", +"name": "DS13_mask_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102702.0, 515442.0 ], [ 102643.0, 515218.0 ], [ 102548.0, 514932.0 ], [ 102560.0, 514707.0 ], [ 102531.0, 514505.0 ], [ 102479.0, 514256.0 ], [ 102406.0, 513888.0 ], [ 102360.0, 513290.0 ], [ 102325.0, 512709.0 ], [ 102321.0, 512369.0 ], [ 102283.0, 512171.0 ], [ 102286.0, 511906.0 ], [ 102257.0, 511616.0 ], [ 102249.0, 511401.0 ], [ 102264.0, 511094.0 ], [ 102322.0, 510853.0 ], [ 102464.0, 510622.0 ], [ 102537.0, 510482.0 ], [ 102602.0, 510392.0 ], [ 102673.0, 510393.0 ], [ 102825.0, 510435.0 ], [ 102988.0, 510416.0 ], [ 103098.0, 510388.0 ], [ 103192.0, 510357.0 ], [ 103285.0, 510315.0 ], [ 103350.0, 510257.0 ], [ 103341.0, 510197.0 ], [ 103343.0, 510130.0 ], [ 103363.0, 510113.0 ], [ 103399.0, 510095.0 ], [ 103455.0, 510072.0 ], [ 103526.0, 510071.0 ], [ 103542.0, 510091.0 ], [ 103552.0, 510138.0 ], [ 103546.0, 510191.0 ], [ 103526.0, 510249.0 ], [ 103502.0, 510295.0 ], [ 103407.0, 510358.0 ], [ 103285.0, 510427.0 ], [ 103189.0, 510470.0 ], [ 103160.0, 510502.0 ], [ 103162.0, 510574.0 ], [ 103185.0, 510622.0 ], [ 103261.0, 510626.0 ], [ 103333.0, 510588.0 ], [ 103389.0, 510609.0 ], [ 103381.0, 510650.0 ], [ 103352.0, 510670.0 ], [ 103302.0, 510669.0 ], [ 103231.0, 510715.0 ], [ 103235.0, 510735.0 ], [ 103302.0, 510757.0 ], [ 103366.0, 510752.0 ], [ 103359.0, 510771.0 ], [ 103302.0, 510833.0 ], [ 103318.0, 510903.0 ], [ 103363.0, 510952.0 ], [ 103496.0, 511020.0 ], [ 103625.0, 511074.0 ], [ 103780.0, 511081.0 ], [ 103933.0, 510988.0 ], [ 104027.0, 510876.0 ], [ 104040.0, 510820.0 ], [ 104118.0, 510612.0 ], [ 104166.0, 510457.0 ], [ 104218.0, 510413.0 ], [ 104302.0, 510387.0 ], [ 104381.0, 510425.0 ], [ 104469.0, 510498.0 ], [ 104522.0, 510615.0 ], [ 104546.0, 510757.0 ], [ 104547.0, 510864.0 ], [ 104554.0, 511049.0 ], [ 104641.0, 511149.0 ], [ 104872.0, 511162.0 ], [ 105043.0, 511159.0 ], [ 105216.0, 511146.0 ], [ 105323.0, 511188.0 ], [ 105478.0, 511254.0 ], [ 105659.0, 511238.0 ], [ 105742.0, 511108.0 ], [ 105768.0, 510963.0 ], [ 105762.0, 510828.0 ], [ 105804.0, 510698.0 ], [ 105871.0, 510613.0 ], [ 105965.0, 510594.0 ], [ 106125.0, 510647.0 ], [ 106297.0, 510806.0 ], [ 106466.0, 511022.0 ], [ 106621.0, 511254.0 ], [ 106723.0, 511606.0 ], [ 106816.0, 511788.0 ], [ 106993.0, 512069.0 ], [ 107189.0, 512300.0 ], [ 107441.0, 512433.0 ], [ 107826.0, 512548.0 ], [ 108209.0, 512610.0 ], [ 108636.0, 512752.0 ], [ 109033.0, 512935.0 ], [ 109518.0, 513124.0 ], [ 109522.0, 511267.0 ], [ 109336.0, 511278.0 ], [ 109222.0, 511298.0 ], [ 108966.0, 511289.0 ], [ 108538.0, 511243.0 ], [ 108088.0, 511150.0 ], [ 107762.0, 511032.0 ], [ 107446.0, 510924.0 ], [ 107241.0, 510909.0 ], [ 106994.0, 510881.0 ], [ 106770.0, 510732.0 ], [ 106764.0, 510599.0 ], [ 106856.0, 510507.0 ], [ 106880.0, 510348.0 ], [ 106854.0, 510157.0 ], [ 106917.0, 510016.0 ], [ 107129.0, 509949.0 ], [ 107341.0, 509991.0 ], [ 107588.0, 509982.0 ], [ 107700.0, 509813.0 ], [ 107801.0, 509616.0 ], [ 107876.0, 509422.0 ], [ 107988.0, 509058.0 ], [ 108400.0, 508608.0 ], [ 108643.0, 508448.0 ], [ 108928.0, 508348.0 ], [ 109529.0, 508267.0 ], [ 109531.0, 507632.0 ], [ 109170.0, 507653.0 ], [ 108928.0, 507701.0 ], [ 108540.0, 507742.0 ], [ 108215.0, 507826.0 ], [ 107977.0, 508003.0 ], [ 107908.0, 508177.0 ], [ 107821.0, 508310.0 ], [ 107614.0, 508470.0 ], [ 107304.0, 508701.0 ], [ 107041.0, 508787.0 ], [ 106891.0, 508788.0 ], [ 106686.0, 508769.0 ], [ 106494.0, 508637.0 ], [ 106471.0, 508434.0 ], [ 106628.0, 508227.0 ], [ 106834.0, 508072.0 ], [ 107017.0, 507777.0 ], [ 107043.0, 507497.0 ], [ 106949.0, 507207.0 ], [ 106739.0, 507022.0 ], [ 106548.0, 506943.0 ], [ 106305.0, 506838.0 ], [ 106149.0, 506753.0 ], [ 105990.0, 506718.0 ], [ 105839.0, 506655.0 ], [ 105743.0, 506589.0 ], [ 105642.0, 506566.0 ], [ 105539.0, 506596.0 ], [ 105471.0, 506660.0 ], [ 105377.0, 506776.0 ], [ 105264.0, 506939.0 ], [ 105149.0, 507029.0 ], [ 104953.0, 507151.0 ], [ 104723.0, 507195.0 ], [ 104496.0, 507266.0 ], [ 104272.0, 507215.0 ], [ 104095.0, 507144.0 ], [ 104035.0, 507095.0 ], [ 103899.0, 507090.0 ], [ 103859.0, 507123.0 ], [ 103806.0, 507124.0 ], [ 103742.0, 507138.0 ], [ 103736.0, 507186.0 ], [ 103786.0, 507183.0 ], [ 103865.0, 507198.0 ], [ 103891.0, 507241.0 ], [ 103890.0, 507283.0 ], [ 103829.0, 507304.0 ], [ 103765.0, 507295.0 ], [ 103721.0, 507257.0 ], [ 103667.0, 507241.0 ], [ 103282.0, 507284.0 ], [ 103136.0, 507347.0 ], [ 103034.0, 507407.0 ], [ 102949.0, 507393.0 ], [ 102890.0, 507278.0 ], [ 102865.0, 507159.0 ], [ 102879.0, 507032.0 ], [ 102934.0, 506954.0 ], [ 103031.0, 506895.0 ], [ 103240.0, 506878.0 ], [ 103549.0, 506916.0 ], [ 103637.0, 506903.0 ], [ 103742.0, 506879.0 ], [ 103729.0, 506908.0 ], [ 103722.0, 506938.0 ], [ 103728.0, 506967.0 ], [ 103778.0, 506988.0 ], [ 103867.0, 506954.0 ], [ 103998.0, 506918.0 ], [ 104241.0, 506878.0 ], [ 104496.0, 506821.0 ], [ 104722.0, 506717.0 ], [ 104875.0, 506658.0 ], [ 105023.0, 506531.0 ], [ 105197.0, 506299.0 ], [ 105346.0, 506203.0 ], [ 105545.0, 506239.0 ], [ 105785.0, 506246.0 ], [ 106004.0, 506205.0 ], [ 106091.0, 506187.0 ], [ 106290.0, 506104.0 ], [ 106462.0, 505985.0 ], [ 106626.0, 505823.0 ], [ 106782.0, 505532.0 ], [ 106824.0, 505159.0 ], [ 106922.0, 504929.0 ], [ 107165.0, 504806.0 ], [ 107413.0, 504744.0 ], [ 107687.0, 504715.0 ], [ 107983.0, 504599.0 ], [ 108158.0, 504427.0 ], [ 108232.0, 504198.0 ], [ 108297.0, 504003.0 ], [ 108358.0, 503891.0 ], [ 108433.0, 503810.0 ], [ 108543.0, 503763.0 ], [ 108619.0, 503777.0 ], [ 108695.0, 503734.0 ], [ 108773.0, 503644.0 ], [ 108797.0, 503544.0 ], [ 108867.0, 503486.0 ], [ 108988.0, 503469.0 ], [ 109204.0, 503469.0 ], [ 109396.0, 503453.0 ], [ 109541.0, 503409.0 ], [ 109541.0, 503308.0 ], [ 108909.0, 503392.0 ], [ 108710.0, 503447.0 ], [ 108466.0, 503481.0 ], [ 108257.0, 503628.0 ], [ 108088.0, 503823.0 ], [ 108011.0, 504047.0 ], [ 107895.0, 504170.0 ], [ 107708.0, 504358.0 ], [ 107499.0, 504465.0 ], [ 107167.0, 504561.0 ], [ 106864.0, 504515.0 ], [ 106596.0, 504427.0 ], [ 106343.0, 504361.0 ], [ 106139.0, 504415.0 ], [ 106054.0, 504525.0 ], [ 106048.0, 504657.0 ], [ 106136.0, 504959.0 ], [ 106209.0, 505116.0 ], [ 106241.0, 505261.0 ], [ 106169.0, 505406.0 ], [ 106003.0, 505512.0 ], [ 105816.0, 505638.0 ], [ 105685.0, 505675.0 ], [ 105446.0, 505675.0 ], [ 105232.0, 505678.0 ], [ 105175.0, 505686.0 ], [ 105073.0, 505701.0 ], [ 104878.0, 505752.0 ], [ 104679.0, 505794.0 ], [ 104437.0, 505848.0 ], [ 104216.0, 505865.0 ], [ 103944.0, 505904.0 ], [ 103761.0, 505865.0 ], [ 103590.0, 505853.0 ], [ 103492.0, 505843.0 ], [ 103466.0, 505807.0 ], [ 103446.0, 505715.0 ], [ 103441.0, 505649.0 ], [ 103453.0, 505533.0 ], [ 103495.0, 505379.0 ], [ 103530.0, 505238.0 ], [ 103619.0, 505148.0 ], [ 103715.0, 505101.0 ], [ 103851.0, 505085.0 ], [ 103946.0, 505065.0 ], [ 104017.0, 505020.0 ], [ 104053.0, 504964.0 ], [ 103978.0, 504906.0 ], [ 103833.0, 504894.0 ], [ 103666.0, 504937.0 ], [ 103520.0, 505028.0 ], [ 103440.0, 505203.0 ], [ 103360.0, 505417.0 ], [ 103350.0, 505549.0 ], [ 103310.0, 505669.0 ], [ 103133.0, 505777.0 ], [ 102966.0, 505783.0 ], [ 102795.0, 505785.0 ], [ 102634.0, 505743.0 ], [ 102473.0, 505675.0 ], [ 102329.0, 505592.0 ], [ 102220.0, 505514.0 ], [ 102147.0, 505418.0 ], [ 102231.0, 505326.0 ], [ 102368.0, 505293.0 ], [ 102498.0, 505295.0 ], [ 102629.0, 505262.0 ], [ 102806.0, 505213.0 ], [ 102873.0, 505178.0 ], [ 102907.0, 505131.0 ], [ 102867.0, 505018.0 ], [ 102736.0, 504867.0 ], [ 102594.0, 504848.0 ], [ 102482.0, 504855.0 ], [ 102372.0, 504872.0 ], [ 102130.0, 504875.0 ], [ 101945.0, 504859.0 ], [ 101798.0, 504793.0 ], [ 101492.0, 504747.0 ], [ 101182.0, 504614.0 ], [ 100923.0, 504460.0 ], [ 100700.0, 504282.0 ], [ 100589.0, 504178.0 ], [ 100503.0, 503987.0 ], [ 100410.0, 503621.0 ], [ 100309.0, 503307.0 ], [ 100063.0, 502393.0 ], [ 99913.0, 501897.0 ], [ 99770.0, 501491.0 ], [ 99585.0, 501059.0 ], [ 99376.0, 500546.0 ], [ 99230.0, 500126.0 ], [ 98970.0, 499344.0 ], [ 98893.0, 499027.0 ], [ 98752.0, 498522.0 ], [ 98587.0, 498180.0 ], [ 95792.0, 497802.0 ], [ 98332.0, 516336.0 ], [ 102774.0, 516324.0 ], [ 102702.0, 515442.0 ] ], [ [ 104987.0, 508090.0 ], [ 105144.0, 507991.0 ], [ 105363.0, 507996.0 ], [ 105489.0, 508062.0 ], [ 105500.0, 508225.0 ], [ 105409.0, 508310.0 ], [ 105273.0, 508349.0 ], [ 105104.0, 508281.0 ], [ 105040.0, 508306.0 ], [ 104926.0, 508239.0 ], [ 104934.0, 508183.0 ], [ 104962.0, 508110.0 ], [ 104987.0, 508090.0 ] ], [ [ 104124.0, 508601.0 ], [ 104158.0, 508521.0 ], [ 104320.0, 508408.0 ], [ 104458.0, 508384.0 ], [ 104636.0, 508423.0 ], [ 104623.0, 508494.0 ], [ 104552.0, 508560.0 ], [ 104425.0, 508645.0 ], [ 104146.0, 508645.0 ], [ 104129.0, 508625.0 ], [ 104124.0, 508601.0 ] ], [ [ 103318.0, 509386.0 ], [ 103400.0, 509369.0 ], [ 103408.0, 509336.0 ], [ 103228.0, 509325.0 ], [ 103132.0, 509260.0 ], [ 103168.0, 509160.0 ], [ 103359.0, 509092.0 ], [ 103494.0, 509113.0 ], [ 103628.0, 509197.0 ], [ 103749.0, 509205.0 ], [ 103927.0, 509069.0 ], [ 104128.0, 509023.0 ], [ 104284.0, 509027.0 ], [ 104348.0, 509044.0 ], [ 104346.0, 509103.0 ], [ 104302.0, 509132.0 ], [ 104190.0, 509123.0 ], [ 104077.0, 509141.0 ], [ 104058.0, 509185.0 ], [ 104336.0, 509239.0 ], [ 104489.0, 509306.0 ], [ 104585.0, 509376.0 ], [ 104618.0, 509489.0 ], [ 104509.0, 509563.0 ], [ 104327.0, 509587.0 ], [ 104091.0, 509675.0 ], [ 103923.0, 509830.0 ], [ 103743.0, 509947.0 ], [ 103506.0, 509977.0 ], [ 103345.0, 509969.0 ], [ 103263.0, 509959.0 ], [ 103180.0, 509894.0 ], [ 103130.0, 509840.0 ], [ 103076.0, 509750.0 ], [ 103090.0, 509709.0 ], [ 103093.0, 509706.0 ], [ 103260.0, 509574.0 ], [ 103415.0, 509528.0 ], [ 103485.0, 509516.0 ], [ 103516.0, 509495.0 ], [ 103483.0, 509459.0 ], [ 103330.0, 509471.0 ], [ 103275.0, 509436.0 ], [ 103318.0, 509386.0 ] ], [ [ 103821.0, 508123.0 ], [ 103918.0, 508019.0 ], [ 104050.0, 508003.0 ], [ 104163.0, 508035.0 ], [ 104182.0, 508090.0 ], [ 104061.0, 508101.0 ], [ 103961.0, 508102.0 ], [ 103889.0, 508139.0 ], [ 103836.0, 508136.0 ], [ 103831.0, 508143.0 ], [ 103821.0, 508123.0 ] ], [ [ 103544.0, 506312.0 ], [ 103506.0, 506326.0 ], [ 103504.0, 506329.0 ], [ 103515.0, 506334.0 ], [ 103633.0, 506353.0 ], [ 103669.0, 506362.0 ], [ 103716.0, 506346.0 ], [ 103729.0, 506346.0 ], [ 103745.0, 506362.0 ], [ 103741.0, 506400.0 ], [ 103708.0, 506425.0 ], [ 103675.0, 506425.0 ], [ 103636.0, 506438.0 ], [ 103606.0, 506453.0 ], [ 103530.0, 506551.0 ], [ 103655.0, 506579.0 ], [ 103812.0, 506591.0 ], [ 103890.0, 506656.0 ], [ 103879.0, 506697.0 ], [ 103736.0, 506751.0 ], [ 103543.0, 506795.0 ], [ 103265.0, 506779.0 ], [ 103042.0, 506755.0 ], [ 102732.0, 506780.0 ], [ 102583.0, 506747.0 ], [ 102508.0, 506645.0 ], [ 102527.0, 506540.0 ], [ 102604.0, 506419.0 ], [ 102674.0, 506343.0 ], [ 102740.0, 506236.0 ], [ 102849.0, 506161.0 ], [ 103026.0, 506258.0 ], [ 103175.0, 506307.0 ], [ 103360.0, 506218.0 ], [ 103477.0, 506126.0 ], [ 103658.0, 506181.0 ], [ 103705.0, 506222.0 ], [ 103710.0, 506229.0 ], [ 103711.0, 506238.0 ], [ 103709.0, 506245.0 ], [ 103703.0, 506251.0 ], [ 103678.0, 506252.0 ], [ 103611.0, 506278.0 ], [ 103544.0, 506312.0 ] ], [ [ 102978.0, 508312.0 ], [ 103201.0, 508327.0 ], [ 103285.0, 508373.0 ], [ 103036.0, 508374.0 ], [ 102877.0, 508410.0 ], [ 102835.0, 508382.0 ], [ 102822.0, 508365.0 ], [ 102978.0, 508312.0 ] ], [ [ 103005.0, 508835.0 ], [ 103117.0, 508824.0 ], [ 103209.0, 508835.0 ], [ 103241.0, 508868.0 ], [ 103203.0, 508910.0 ], [ 103113.0, 508926.0 ], [ 103011.0, 508955.0 ], [ 102952.0, 508927.0 ], [ 102937.0, 508883.0 ], [ 103005.0, 508835.0 ] ], [ [ 102855.0, 508114.0 ], [ 102960.0, 508099.0 ], [ 103030.0, 508123.0 ], [ 103122.0, 508140.0 ], [ 103208.0, 508150.0 ], [ 103130.0, 508181.0 ], [ 103004.0, 508159.0 ], [ 102938.0, 508172.0 ], [ 102866.0, 508166.0 ], [ 102830.0, 508125.0 ], [ 102855.0, 508114.0 ] ], [ [ 102886.0, 507895.0 ], [ 103016.0, 507887.0 ], [ 103116.0, 507902.0 ], [ 103134.0, 507953.0 ], [ 103020.0, 507987.0 ], [ 102923.0, 507976.0 ], [ 102858.0, 507953.0 ], [ 102828.0, 507923.0 ], [ 102886.0, 507895.0 ] ], [ [ 102209.0, 506990.0 ], [ 102272.0, 507077.0 ], [ 102416.0, 507158.0 ], [ 102481.0, 507183.0 ], [ 102521.0, 507269.0 ], [ 102449.0, 507343.0 ], [ 102372.0, 507366.0 ], [ 102294.0, 507409.0 ], [ 102186.0, 507391.0 ], [ 102109.0, 507307.0 ], [ 102080.0, 507194.0 ], [ 102072.0, 507085.0 ], [ 102104.0, 507014.0 ], [ 102106.0, 507004.0 ], [ 102209.0, 506990.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100391.0, 497921.0 ], [ 100575.0, 497926.0 ], [ 100575.0, 497841.0 ], [ 100568.0, 497734.0 ], [ 100563.0, 497690.0 ], [ 100565.0, 497640.0 ], [ 100582.0, 497563.0 ], [ 100595.0, 497516.0 ], [ 100602.0, 497478.0 ], [ 100599.0, 497457.0 ], [ 100590.0, 497441.0 ], [ 100576.0, 497424.0 ], [ 100563.0, 497410.0 ], [ 100531.0, 497383.0 ], [ 100479.0, 497359.0 ], [ 100463.0, 497354.0 ], [ 100416.0, 497356.0 ], [ 100393.0, 497360.0 ], [ 100340.0, 497365.0 ], [ 100305.0, 497357.0 ], [ 100292.0, 497324.0 ], [ 100289.0, 497306.0 ], [ 100300.0, 497283.0 ], [ 100326.0, 497247.0 ], [ 100364.0, 497199.0 ], [ 100414.0, 497149.0 ], [ 100426.0, 497133.0 ], [ 100472.0, 497083.0 ], [ 100485.0, 497066.0 ], [ 100542.0, 497001.0 ], [ 100605.0, 496911.0 ], [ 100653.0, 496839.0 ], [ 100740.0, 496701.0 ], [ 100751.0, 496674.0 ], [ 100772.0, 496589.0 ], [ 100830.0, 495946.0 ], [ 100834.0, 495871.0 ], [ 100833.0, 495854.0 ], [ 100847.0, 495772.0 ], [ 100873.0, 495721.0 ], [ 100906.0, 495681.0 ], [ 100951.0, 495637.0 ], [ 100999.0, 495577.0 ], [ 101009.0, 495552.0 ], [ 101061.0, 495468.0 ], [ 101068.0, 495445.0 ], [ 101097.0, 495389.0 ], [ 101103.0, 495364.0 ], [ 101128.0, 495300.0 ], [ 101155.0, 495194.0 ], [ 101175.0, 495089.0 ], [ 101183.0, 495023.0 ], [ 101195.0, 494958.0 ], [ 101199.0, 494921.0 ], [ 101195.0, 494865.0 ], [ 101196.0, 494842.0 ], [ 101216.0, 494785.0 ], [ 101257.0, 494741.0 ], [ 101307.0, 494714.0 ], [ 101353.0, 494714.0 ], [ 101389.0, 494723.0 ], [ 101432.0, 494741.0 ], [ 101500.0, 494806.0 ], [ 101486.0, 494690.0 ], [ 101469.0, 494574.0 ], [ 101447.0, 494512.0 ], [ 101425.0, 494418.0 ], [ 101403.0, 494334.0 ], [ 101392.0, 494257.0 ], [ 101386.0, 494179.0 ], [ 101380.0, 494095.0 ], [ 101378.0, 493999.0 ], [ 101362.0, 493968.0 ], [ 101340.0, 493907.0 ], [ 101319.0, 493857.0 ], [ 101300.0, 493824.0 ], [ 101278.0, 493806.0 ], [ 101242.0, 493795.0 ], [ 101215.0, 493797.0 ], [ 101183.0, 493810.0 ], [ 101151.0, 493844.0 ], [ 101125.0, 493893.0 ], [ 101091.0, 493946.0 ], [ 101053.0, 493990.0 ], [ 101027.0, 494027.0 ], [ 101017.0, 494044.0 ], [ 100980.0, 494080.0 ], [ 100920.0, 494092.0 ], [ 100850.0, 494091.0 ], [ 100667.0, 494051.0 ], [ 100481.0, 494000.0 ], [ 100360.0, 493983.0 ], [ 100389.0, 494012.0 ], [ 100396.0, 494035.0 ], [ 100401.0, 494060.0 ], [ 100399.0, 494093.0 ], [ 100384.0, 494132.0 ], [ 100361.0, 494165.0 ], [ 100312.0, 494198.0 ], [ 100178.0, 494250.0 ], [ 100108.0, 494261.0 ], [ 100036.0, 494270.0 ], [ 99943.0, 494265.0 ], [ 99822.0, 494251.0 ], [ 99766.0, 494234.0 ], [ 99748.0, 494225.0 ], [ 99654.0, 494190.0 ], [ 99580.0, 494143.0 ], [ 99545.0, 494105.0 ], [ 99527.0, 494061.0 ], [ 99525.0, 494021.0 ], [ 99531.0, 493995.0 ], [ 99451.0, 494088.0 ], [ 99425.0, 494140.0 ], [ 99412.0, 494158.0 ], [ 99386.0, 494210.0 ], [ 99344.0, 494278.0 ], [ 99295.0, 494363.0 ], [ 99229.0, 494434.0 ], [ 99181.0, 494475.0 ], [ 99105.0, 494519.0 ], [ 99014.0, 494547.0 ], [ 98925.0, 494582.0 ], [ 98853.0, 494581.0 ], [ 98793.0, 494570.0 ], [ 98526.0, 494537.0 ], [ 98509.0, 494538.0 ], [ 98489.0, 494542.0 ], [ 95802.0, 494285.0 ], [ 95410.0, 496236.0 ], [ 98345.0, 496061.0 ], [ 100289.0, 495952.0 ], [ 100136.0, 497512.0 ], [ 100391.0, 497921.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107177.0, 496893.0 ], [ 107285.0, 497121.0 ], [ 107330.0, 497444.0 ], [ 107322.0, 497488.0 ], [ 107475.0, 497114.0 ], [ 107644.0, 496917.0 ], [ 107863.0, 496736.0 ], [ 107899.0, 496720.0 ], [ 108073.0, 496589.0 ], [ 108084.0, 496571.0 ], [ 108266.0, 496309.0 ], [ 108382.0, 496162.0 ], [ 108563.0, 496040.0 ], [ 108581.0, 496031.0 ], [ 108794.0, 495952.0 ], [ 108844.0, 495953.0 ], [ 109016.0, 495974.0 ], [ 109339.0, 496083.0 ], [ 109696.0, 496270.0 ], [ 110117.0, 496427.0 ], [ 110504.0, 496619.0 ], [ 110533.0, 496628.0 ], [ 110561.0, 496632.0 ], [ 110812.0, 496772.0 ], [ 111096.0, 496873.0 ], [ 111564.0, 497013.0 ], [ 112032.0, 497076.0 ], [ 112230.0, 497040.0 ], [ 112212.0, 495269.0 ], [ 109108.0, 495288.0 ], [ 107293.0, 496361.0 ], [ 106910.0, 495952.0 ], [ 106143.0, 495876.0 ], [ 105544.0, 496149.0 ], [ 105582.0, 496220.0 ], [ 105751.0, 496440.0 ], [ 105760.0, 496462.0 ], [ 105838.0, 496597.0 ], [ 105862.0, 496628.0 ], [ 105895.0, 496678.0 ], [ 105885.0, 496771.0 ], [ 105802.0, 496857.0 ], [ 105811.0, 496963.0 ], [ 105747.0, 497072.0 ], [ 105746.0, 497086.0 ], [ 105837.0, 497033.0 ], [ 105960.0, 496927.0 ], [ 106108.0, 496783.0 ], [ 106254.0, 496672.0 ], [ 106388.0, 496514.0 ], [ 106412.0, 496495.0 ], [ 106373.0, 496507.0 ], [ 106298.0, 496489.0 ], [ 106232.0, 496423.0 ], [ 106152.0, 496284.0 ], [ 106114.0, 496201.0 ], [ 106132.0, 496140.0 ], [ 106179.0, 496105.0 ], [ 106274.0, 496133.0 ], [ 106386.0, 496241.0 ], [ 106447.0, 496337.0 ], [ 106465.0, 496356.0 ], [ 106478.0, 496432.0 ], [ 106475.0, 496448.0 ], [ 106552.0, 496389.0 ], [ 106674.0, 496285.0 ], [ 106845.0, 496122.0 ], [ 107098.0, 496392.0 ], [ 107037.0, 496442.0 ], [ 106963.0, 496499.0 ], [ 106890.0, 496564.0 ], [ 106854.0, 496623.0 ], [ 106825.0, 496647.0 ], [ 106837.0, 496646.0 ], [ 106986.0, 496661.0 ], [ 107105.0, 496755.0 ], [ 107163.0, 496846.0 ], [ 107177.0, 496893.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106130.0, 498132.0 ], [ 106229.0, 498078.0 ], [ 105939.0, 497425.0 ], [ 105981.0, 497392.0 ], [ 105997.0, 497355.0 ], [ 106098.0, 497271.0 ], [ 106201.0, 497157.0 ], [ 106274.0, 497084.0 ], [ 106362.0, 497017.0 ], [ 106468.0, 496928.0 ], [ 106547.0, 496875.0 ], [ 106553.0, 496845.0 ], [ 106605.0, 496816.0 ], [ 106666.0, 496772.0 ], [ 106776.0, 496699.0 ], [ 106793.0, 496673.0 ], [ 106854.0, 496623.0 ], [ 106890.0, 496564.0 ], [ 106963.0, 496499.0 ], [ 107037.0, 496442.0 ], [ 107098.0, 496392.0 ], [ 106845.0, 496122.0 ], [ 106674.0, 496285.0 ], [ 106552.0, 496389.0 ], [ 106388.0, 496514.0 ], [ 106254.0, 496672.0 ], [ 106108.0, 496783.0 ], [ 105960.0, 496927.0 ], [ 105837.0, 497033.0 ], [ 105627.0, 497154.0 ], [ 105404.0, 497259.0 ], [ 105186.0, 497347.0 ], [ 105138.0, 497358.0 ], [ 105220.0, 497687.0 ], [ 105411.0, 497661.0 ], [ 105591.0, 497575.0 ], [ 105729.0, 497522.0 ], [ 105802.0, 497496.0 ], [ 106114.0, 498140.0 ], [ 106130.0, 498132.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106253.0, 498944.0 ], [ 106349.0, 498983.0 ], [ 106472.0, 498915.0 ], [ 106580.0, 498786.0 ], [ 106637.0, 498591.0 ], [ 106612.0, 498486.0 ], [ 106478.0, 498402.0 ], [ 106309.0, 498478.0 ], [ 106187.0, 498523.0 ], [ 106172.0, 498550.0 ], [ 106182.0, 498682.0 ], [ 106207.0, 498829.0 ], [ 106253.0, 498944.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102776.0, 500645.0 ], [ 102788.0, 500707.0 ], [ 102825.0, 500766.0 ], [ 102940.0, 500798.0 ], [ 103154.0, 500766.0 ], [ 103241.0, 500750.0 ], [ 103298.0, 500759.0 ], [ 103388.0, 500697.0 ], [ 103416.0, 500596.0 ], [ 103385.0, 500446.0 ], [ 103250.0, 500359.0 ], [ 103105.0, 500380.0 ], [ 103008.0, 500484.0 ], [ 102889.0, 500600.0 ], [ 102776.0, 500645.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 97412.0, 487044.0 ], [ 97443.0, 487059.0 ], [ 97510.0, 487105.0 ], [ 97668.0, 487216.0 ], [ 97789.0, 487313.0 ], [ 97858.0, 487355.0 ], [ 97913.0, 487361.0 ], [ 97944.0, 487354.0 ], [ 97968.0, 487321.0 ], [ 97984.0, 487278.0 ], [ 97980.0, 487209.0 ], [ 97959.0, 487146.0 ], [ 97930.0, 487093.0 ], [ 97924.0, 487078.0 ], [ 97884.0, 487007.0 ], [ 97857.0, 486965.0 ], [ 97840.0, 486907.0 ], [ 97831.0, 486866.0 ], [ 97748.0, 486897.0 ], [ 97666.0, 486923.0 ], [ 97554.0, 486949.0 ], [ 97350.0, 486973.0 ], [ 97248.0, 486976.0 ], [ 97412.0, 487044.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102440.0, 500856.0 ], [ 102479.0, 500752.0 ], [ 102448.0, 500656.0 ], [ 102352.0, 500623.0 ], [ 102301.0, 500661.0 ], [ 102249.0, 500745.0 ], [ 102234.0, 500732.0 ], [ 102074.0, 500646.0 ], [ 101944.0, 500548.0 ], [ 101878.0, 500507.0 ], [ 101817.0, 500526.0 ], [ 101756.0, 500607.0 ], [ 101777.0, 500677.0 ], [ 101884.0, 500803.0 ], [ 101996.0, 500890.0 ], [ 102246.0, 500888.0 ], [ 102440.0, 500856.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109534.0, 506467.0 ], [ 109369.0, 506474.0 ], [ 109207.0, 506521.0 ], [ 109106.0, 506628.0 ], [ 109062.0, 506817.0 ], [ 109093.0, 506918.0 ], [ 109169.0, 506932.0 ], [ 109242.0, 506834.0 ], [ 109353.0, 506731.0 ], [ 109533.0, 506655.0 ], [ 109534.0, 506467.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106016.0, 497378.0 ], [ 106148.0, 497382.0 ], [ 106231.0, 497327.0 ], [ 106271.0, 497208.0 ], [ 106267.0, 497185.0 ], [ 106305.0, 497107.0 ], [ 106316.0, 497069.0 ], [ 106325.0, 497046.0 ], [ 106274.0, 497084.0 ], [ 106201.0, 497157.0 ], [ 106098.0, 497271.0 ], [ 105997.0, 497355.0 ], [ 105985.0, 497384.0 ], [ 106016.0, 497378.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 98773.0, 484715.0 ], [ 98849.0, 484698.0 ], [ 98899.0, 484676.0 ], [ 98947.0, 484638.0 ], [ 98507.0, 484636.0 ], [ 98507.0, 484645.0 ], [ 98513.0, 484681.0 ], [ 98530.0, 484712.0 ], [ 98571.0, 484731.0 ], [ 98632.0, 484740.0 ], [ 98773.0, 484715.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0, "source": "Stuyfzand (1970)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 112008.0, 529972.0 ], [ 111888.0, 529603.0 ], [ 111761.0, 529171.0 ], [ 111660.0, 528760.0 ], [ 111576.0, 528340.0 ], [ 111497.0, 527867.0 ], [ 111453.0, 527571.0 ], [ 111384.0, 527198.0 ], [ 111313.0, 526826.0 ], [ 111153.0, 526160.0 ], [ 111051.0, 525784.0 ], [ 110930.0, 525398.0 ], [ 110803.0, 525123.0 ], [ 110600.0, 524801.0 ], [ 110438.0, 524534.0 ], [ 110255.0, 524158.0 ], [ 110126.0, 523832.0 ], [ 110013.0, 523501.0 ], [ 109927.0, 523166.0 ], [ 109840.0, 522915.0 ], [ 109774.0, 522580.0 ], [ 109740.0, 522257.0 ], [ 109719.0, 522005.0 ], [ 109673.0, 521695.0 ], [ 109565.0, 521400.0 ], [ 109353.0, 521112.0 ], [ 109098.0, 520964.0 ], [ 108816.0, 520874.0 ], [ 108517.0, 520857.0 ], [ 108146.0, 520828.0 ], [ 107723.0, 520812.0 ], [ 107329.0, 520800.0 ], [ 106969.0, 520840.0 ], [ 106614.0, 520902.0 ], [ 106310.0, 520964.0 ], [ 105629.0, 521072.0 ], [ 105120.0, 521227.0 ], [ 104647.0, 521342.0 ], [ 104094.0, 521422.0 ], [ 103957.0, 521453.0 ], [ 103820.0, 520602.0 ], [ 103781.0, 520285.0 ], [ 103721.0, 520021.0 ], [ 103668.0, 519486.0 ], [ 103487.0, 518483.0 ], [ 102540.0, 512461.0 ], [ 102541.0, 514575.0 ], [ 102560.0, 514707.0 ], [ 102548.0, 514932.0 ], [ 102643.0, 515218.0 ], [ 102702.0, 515442.0 ], [ 102774.0, 516324.0 ], [ 102542.0, 516325.0 ], [ 102548.0, 530018.0 ], [ 112017.0, 530014.0 ], [ 112008.0, 529972.0 ] ], [ [ 110553.0, 529542.0 ], [ 110752.0, 529984.0 ], [ 109146.0, 529976.0 ], [ 108664.0, 529978.0 ], [ 106352.0, 529968.0 ], [ 105164.0, 529968.0 ], [ 105115.0, 529673.0 ], [ 104803.0, 528175.0 ], [ 104698.0, 527688.0 ], [ 104577.0, 527018.0 ], [ 104482.0, 526611.0 ], [ 104416.0, 526142.0 ], [ 104388.0, 525661.0 ], [ 104349.0, 525146.0 ], [ 104292.0, 524520.0 ], [ 104256.0, 524004.0 ], [ 104144.0, 522997.0 ], [ 104070.0, 522357.0 ], [ 104380.0, 522639.0 ], [ 104622.0, 522946.0 ], [ 104904.0, 523209.0 ], [ 105232.0, 523325.0 ], [ 105396.0, 523502.0 ], [ 105351.0, 523646.0 ], [ 105170.0, 523791.0 ], [ 105112.0, 523998.0 ], [ 105240.0, 524183.0 ], [ 105484.0, 524243.0 ], [ 105693.0, 524229.0 ], [ 105913.0, 524194.0 ], [ 106234.0, 524181.0 ], [ 106548.0, 524246.0 ], [ 106904.0, 524337.0 ], [ 107187.0, 524352.0 ], [ 107425.0, 524342.0 ], [ 107637.0, 524372.0 ], [ 107973.0, 524344.0 ], [ 108205.0, 524234.0 ], [ 108486.0, 524168.0 ], [ 108678.0, 524207.0 ], [ 108915.0, 524353.0 ], [ 109139.0, 524675.0 ], [ 109244.0, 525147.0 ], [ 109379.0, 525828.0 ], [ 109625.0, 527053.0 ], [ 109782.0, 527609.0 ], [ 109969.0, 528070.0 ], [ 110155.0, 528575.0 ], [ 110352.0, 529000.0 ], [ 110553.0, 529542.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0, "source": "Stuyfzand (1970)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115472.0, 522441.0 ], [ 115323.0, 522397.0 ], [ 115179.0, 522508.0 ], [ 114965.0, 522655.0 ], [ 114762.0, 522925.0 ], [ 114638.0, 523252.0 ], [ 114525.0, 523590.0 ], [ 114514.0, 523984.0 ], [ 115111.0, 524738.0 ], [ 115404.0, 525121.0 ], [ 115513.0, 525242.0 ], [ 115510.0, 522445.0 ], [ 115472.0, 522441.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0, "source": "Stuyfzand (1970)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109525.0, 510220.0 ], [ 109520.0, 512387.0 ], [ 109666.0, 512391.0 ], [ 110049.0, 512394.0 ], [ 111315.0, 512470.0 ], [ 111493.0, 512563.0 ], [ 111605.0, 512644.0 ], [ 111718.0, 512737.0 ], [ 111797.0, 512805.0 ], [ 111904.0, 512912.0 ], [ 111957.0, 512985.0 ], [ 111994.0, 513061.0 ], [ 112019.0, 513137.0 ], [ 112011.0, 513179.0 ], [ 111946.0, 513177.0 ], [ 111845.0, 513146.0 ], [ 111774.0, 513126.0 ], [ 111698.0, 513098.0 ], [ 111622.0, 513075.0 ], [ 111543.0, 513081.0 ], [ 111518.0, 513078.0 ], [ 111493.0, 513103.0 ], [ 111476.0, 513134.0 ], [ 111479.0, 513191.0 ], [ 111496.0, 513219.0 ], [ 111518.0, 513272.0 ], [ 111580.0, 513323.0 ], [ 111783.0, 513560.0 ], [ 112019.0, 513740.0 ], [ 112323.0, 514033.0 ], [ 112706.0, 514303.0 ], [ 113033.0, 514506.0 ], [ 113315.0, 514686.0 ], [ 113968.0, 515024.0 ], [ 114328.0, 515305.0 ], [ 114655.0, 515553.0 ], [ 114982.0, 515869.0 ], [ 115263.0, 516207.0 ], [ 115504.0, 516487.0 ], [ 115497.0, 510205.0 ], [ 109525.0, 510220.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values.geojson new file mode 100644 index 0000000..0b551cc --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values.geojson @@ -0,0 +1,101 @@ +{ +"type": "FeatureCollection", +"name": "DS13_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106033.0, 513095.0 ], [ 106031.0, 513087.0 ] ], [ [ 106031.0, 513087.0 ], [ 106029.0, 513084.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106026.0, 512117.0 ], [ 106181.0, 512720.0 ], [ 106723.0, 512912.0 ], [ 107185.0, 513033.0 ], [ 107613.0, 513202.0 ], [ 107978.0, 513321.0 ], [ 108677.0, 513822.0 ], [ 109431.0, 514386.0 ], [ 109921.0, 514898.0 ], [ 110113.0, 515275.0 ], [ 110299.0, 515754.0 ], [ 110490.0, 516008.0 ], [ 110614.0, 516126.0 ], [ 110939.0, 516382.0 ], [ 111128.0, 516495.0 ], [ 111187.0, 516599.0 ], [ 111145.0, 516650.0 ], [ 111027.0, 516647.0 ], [ 110731.0, 516464.0 ], [ 110377.0, 516295.0 ], [ 110203.0, 516205.0 ], [ 109910.0, 515962.0 ], [ 109500.0, 515579.0 ], [ 109004.0, 515252.0 ], [ 108655.0, 514999.0 ], [ 108277.0, 514757.0 ], [ 107799.0, 514555.0 ], [ 107337.0, 514492.0 ], [ 107067.0, 514441.0 ], [ 106672.0, 514374.0 ], [ 106251.0, 514159.0 ], [ 105998.0, 513922.0 ], [ 105643.0, 513491.0 ], [ 105654.0, 512782.0 ], [ 104777.0, 511930.0 ], [ 105338.0, 511854.0 ], [ 106026.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104378.0, 512191.0 ], [ 104360.0, 512217.0 ] ], [ [ 104360.0, 512217.0 ], [ 104255.0, 512168.0 ], [ 104179.0, 512126.0 ], [ 104138.0, 512068.0 ], [ 104152.0, 512005.0 ], [ 104234.0, 512012.0 ], [ 104319.0, 512126.0 ], [ 104378.0, 512191.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103838.0, 512111.0 ], [ 103818.0, 511967.0 ], [ 103894.0, 511843.0 ], [ 104011.0, 511823.0 ], [ 104162.0, 511893.0 ], [ 104287.0, 511959.0 ], [ 104409.0, 512074.0 ], [ 104473.0, 512186.0 ], [ 104615.0, 512326.0 ], [ 104724.0, 512419.0 ], [ 104740.0, 512497.0 ], [ 104640.0, 512537.0 ], [ 104420.0, 512493.0 ], [ 104187.0, 512347.0 ], [ 104106.0, 512270.0 ], [ 104018.0, 512204.0 ], [ 103929.0, 512173.0 ], [ 103838.0, 512111.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104932.0, 512510.0 ], [ 104889.0, 512591.0 ], [ 104662.0, 512640.0 ], [ 104410.0, 512613.0 ], [ 104142.0, 512576.0 ], [ 103904.0, 512527.0 ], [ 103699.0, 512539.0 ], [ 103559.0, 512498.0 ], [ 103374.0, 512309.0 ], [ 103299.0, 512141.0 ], [ 103363.0, 512042.0 ], [ 103503.0, 511949.0 ], [ 103638.0, 511886.0 ], [ 103779.0, 511757.0 ], [ 103945.0, 511707.0 ], [ 104157.0, 511761.0 ], [ 104356.0, 511842.0 ], [ 104490.0, 511983.0 ], [ 104728.0, 512277.0 ], [ 104887.0, 512390.0 ], [ 104929.0, 512495.0 ], [ 104932.0, 512510.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105685.0, 511197.0 ], [ 105710.0, 511237.0 ] ], [ [ 105710.0, 511237.0 ], [ 105715.0, 511244.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105742.0, 511108.0 ], [ 105772.0, 511074.0 ], [ 105931.0, 510862.0 ], [ 106035.0, 510859.0 ], [ 106179.0, 510935.0 ], [ 106328.0, 511112.0 ], [ 106472.0, 511312.0 ], [ 106565.0, 511693.0 ], [ 106810.0, 512118.0 ], [ 107060.0, 512394.0 ], [ 107393.0, 512591.0 ], [ 107793.0, 512670.0 ], [ 108367.0, 512867.0 ], [ 108913.0, 513115.0 ], [ 109332.0, 513482.0 ], [ 110270.0, 514701.0 ], [ 110523.0, 514963.0 ], [ 110917.0, 515154.0 ], [ 112030.0, 515436.0 ], [ 112356.0, 515571.0 ], [ 112542.0, 515802.0 ], [ 112627.0, 515982.0 ], [ 112632.0, 516151.0 ], [ 112441.0, 516281.0 ], [ 112182.0, 516247.0 ], [ 112002.0, 516286.0 ], [ 111858.0, 516405.0 ], [ 111830.0, 516528.0 ], [ 111861.0, 516605.0 ], [ 111959.0, 516765.0 ], [ 112094.0, 516897.0 ], [ 112235.0, 517086.0 ], [ 112411.0, 517348.0 ], [ 112658.0, 517691.0 ], [ 112951.0, 518035.0 ], [ 113295.0, 518334.0 ], [ 113543.0, 518519.0 ], [ 113807.0, 518770.0 ], [ 114162.0, 519212.0 ], [ 114708.0, 520110.0 ], [ 114974.0, 520481.0 ], [ 115281.0, 520826.0 ], [ 115528.0, 520951.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105754.0, 511040.0 ], [ 105920.0, 510772.0 ], [ 106021.0, 510789.0 ], [ 106179.0, 510856.0 ], [ 106517.0, 511273.0 ], [ 106613.0, 511673.0 ], [ 106849.0, 512084.0 ], [ 107086.0, 512337.0 ], [ 107441.0, 512433.0 ], [ 107899.0, 512552.0 ], [ 108316.0, 512620.0 ], [ 108766.0, 512839.0 ], [ 109408.0, 512969.0 ], [ 109969.0, 513129.0 ], [ 111255.0, 513724.0 ], [ 111875.0, 514118.0 ], [ 112348.0, 514433.0 ], [ 112889.0, 514636.0 ], [ 113227.0, 514805.0 ], [ 113666.0, 515075.0 ], [ 114139.0, 515255.0 ], [ 114522.0, 515616.0 ], [ 115074.0, 516078.0 ], [ 115626.0, 516697.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102272.0, 511769.0 ], [ 102433.0, 511779.0 ], [ 102810.0, 511734.0 ], [ 103131.0, 511611.0 ], [ 103453.0, 511463.0 ], [ 103758.0, 511400.0 ], [ 104022.0, 511396.0 ], [ 104238.0, 511288.0 ], [ 104299.0, 511156.0 ], [ 104410.0, 511050.0 ], [ 104554.0, 511040.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102253.0, 511309.0 ], [ 102418.0, 511321.0 ], [ 102632.0, 511284.0 ], [ 103059.0, 511122.0 ], [ 103217.0, 511039.0 ], [ 103361.0, 510949.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102301.0, 510939.0 ], [ 102433.0, 511032.0 ], [ 102557.0, 511060.0 ], [ 102788.0, 511081.0 ], [ 103005.0, 511049.0 ], [ 103132.0, 511007.0 ], [ 103219.0, 510973.0 ], [ 103318.0, 510903.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102988.0, 510416.0 ], [ 102873.0, 510496.0 ], [ 102838.0, 510595.0 ], [ 102842.0, 510695.0 ], [ 102864.0, 510737.0 ] ], [ [ 102876.0, 510817.0 ], [ 102734.0, 510822.0 ], [ 102528.0, 510807.0 ], [ 102372.0, 510771.0 ] ], [ [ 102876.0, 510817.0 ], [ 102897.0, 510820.0 ], [ 102928.0, 510835.0 ], [ 102938.0, 510820.0 ], [ 102938.0, 510810.0 ], [ 102887.0, 510769.0 ], [ 102864.0, 510737.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104090.0, 510687.0 ], [ 104272.0, 510658.0 ], [ 104399.0, 510651.0 ], [ 104525.0, 510634.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 115534.0, 516522.0 ], [ 115263.0, 516207.0 ], [ 114982.0, 515869.0 ], [ 114655.0, 515553.0 ], [ 114328.0, 515305.0 ], [ 113968.0, 515024.0 ], [ 113315.0, 514686.0 ], [ 113033.0, 514506.0 ], [ 112706.0, 514303.0 ], [ 112323.0, 514033.0 ], [ 112019.0, 513740.0 ], [ 111783.0, 513560.0 ], [ 111580.0, 513323.0 ], [ 111518.0, 513272.0 ], [ 111496.0, 513219.0 ], [ 111479.0, 513191.0 ], [ 111476.0, 513134.0 ], [ 111493.0, 513103.0 ], [ 111518.0, 513078.0 ], [ 111543.0, 513081.0 ], [ 111622.0, 513075.0 ], [ 111698.0, 513098.0 ], [ 111774.0, 513126.0 ], [ 111845.0, 513146.0 ], [ 111946.0, 513177.0 ], [ 112011.0, 513179.0 ], [ 112019.0, 513137.0 ], [ 111994.0, 513061.0 ], [ 111957.0, 512985.0 ], [ 111904.0, 512912.0 ], [ 111797.0, 512805.0 ], [ 111718.0, 512737.0 ], [ 111605.0, 512644.0 ], [ 111493.0, 512563.0 ], [ 111315.0, 512470.0 ], [ 110049.0, 512394.0 ], [ 109666.0, 512391.0 ], [ 109227.0, 512380.0 ], [ 108945.0, 512368.0 ], [ 108554.0, 512374.0 ], [ 108109.0, 512346.0 ], [ 107748.0, 512332.0 ], [ 107379.0, 512304.0 ], [ 107233.0, 512242.0 ], [ 106993.0, 512069.0 ], [ 106816.0, 511788.0 ], [ 106723.0, 511606.0 ], [ 106621.0, 511254.0 ], [ 106466.0, 511022.0 ], [ 106297.0, 510806.0 ], [ 106125.0, 510647.0 ], [ 105965.0, 510594.0 ], [ 105871.0, 510613.0 ], [ 105804.0, 510698.0 ], [ 105762.0, 510828.0 ], [ 105764.0, 510878.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104152.0, 510502.0 ], [ 104224.0, 510478.0 ], [ 104284.0, 510474.0 ], [ 104415.0, 510453.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102319.0, 510866.0 ], [ 102455.0, 510915.0 ], [ 102648.0, 510952.0 ], [ 102826.0, 510948.0 ], [ 102973.0, 510930.0 ], [ 103048.0, 510919.0 ], [ 103105.0, 510876.0 ], [ 103102.0, 510825.0 ], [ 102990.0, 510728.0 ], [ 102974.0, 510631.0 ], [ 103035.0, 510404.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103070.0, 510395.0 ], [ 103049.0, 510498.0 ], [ 103040.0, 510616.0 ], [ 103096.0, 510710.0 ], [ 103169.0, 510749.0 ], [ 103260.0, 510743.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103192.0, 510357.0 ], [ 103209.0, 510414.0 ], [ 103250.0, 510443.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107605.0, 509956.0 ], [ 107707.0, 510036.0 ], [ 107736.0, 510161.0 ], [ 107691.0, 510288.0 ], [ 107591.0, 510441.0 ], [ 107575.0, 510577.0 ], [ 107585.0, 510738.0 ], [ 107645.0, 510878.0 ], [ 107751.0, 510952.0 ], [ 108022.0, 511126.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103418.0, 509854.0 ], [ 103517.0, 509861.0 ], [ 103563.0, 509892.0 ], [ 103568.0, 509914.0 ], [ 103510.0, 509911.0 ], [ 103439.0, 509897.0 ], [ 103398.0, 509868.0 ] ], [ [ 103398.0, 509868.0 ], [ 103418.0, 509854.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103106.0, 509800.0 ], [ 103243.0, 509799.0 ], [ 103389.0, 509788.0 ], [ 103530.0, 509796.0 ], [ 103605.0, 509831.0 ], [ 103715.0, 509951.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103093.0, 509706.0 ], [ 103279.0, 509719.0 ], [ 103512.0, 509742.0 ], [ 103681.0, 509771.0 ], [ 103821.0, 509897.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107796.0, 509626.0 ], [ 107960.0, 509726.0 ], [ 108198.0, 509934.0 ], [ 108243.0, 510180.0 ], [ 108168.0, 510362.0 ], [ 108175.0, 510632.0 ], [ 108296.0, 510786.0 ], [ 108560.0, 510965.0 ], [ 108816.0, 511096.0 ], [ 109077.0, 511173.0 ], [ 109336.0, 511278.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103908.0, 509840.0 ], [ 103806.0, 509761.0 ], [ 103649.0, 509685.0 ], [ 103445.0, 509652.0 ], [ 103274.0, 509570.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109528.0, 509055.0 ], [ 109391.0, 509028.0 ], [ 109185.0, 508978.0 ], [ 108964.0, 508898.0 ], [ 108792.0, 508901.0 ], [ 108777.0, 509063.0 ], [ 108927.0, 509186.0 ], [ 109164.0, 509282.0 ], [ 109392.0, 509454.0 ], [ 109526.0, 509569.0 ] ], [ [ 109526.0, 509569.0 ], [ 109531.0, 509573.0 ], [ 109526.0, 509585.0 ] ], [ [ 109526.0, 509585.0 ], [ 109526.0, 509569.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103485.0, 509516.0 ], [ 103666.0, 509516.0 ], [ 103783.0, 509576.0 ], [ 103754.0, 509616.0 ], [ 103602.0, 509615.0 ], [ 103433.0, 509581.0 ], [ 103338.0, 509551.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103780.0, 509283.0 ], [ 104032.0, 509337.0 ], [ 104233.0, 509393.0 ], [ 104307.0, 509487.0 ], [ 104321.0, 509589.0 ] ], [ [ 103780.0, 509283.0 ], [ 103732.0, 509313.0 ], [ 103694.0, 509357.0 ], [ 103653.0, 509396.0 ], [ 103495.0, 509473.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103638.0, 509261.0 ], [ 103637.0, 509311.0 ], [ 103606.0, 509359.0 ], [ 103312.0, 509393.0 ] ], [ [ 103147.0, 509270.0 ], [ 103388.0, 509257.0 ], [ 103619.0, 509259.0 ], [ 103638.0, 509261.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 509113.0 ], [ 103420.0, 509175.0 ], [ 103323.0, 509198.0 ], [ 103210.0, 509205.0 ], [ 103156.0, 509194.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103414.0, 509101.0 ], [ 103350.0, 509149.0 ], [ 103282.0, 509172.0 ], [ 103182.0, 509155.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108451.0, 508575.0 ], [ 108574.0, 508638.0 ], [ 108808.0, 508678.0 ], [ 109139.0, 508682.0 ], [ 109301.0, 508671.0 ], [ 109424.0, 508670.0 ], [ 109528.0, 508679.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102878.0, 507220.0 ], [ 102933.0, 507222.0 ], [ 103005.0, 507227.0 ], [ 103048.0, 507282.0 ], [ 103002.0, 507331.0 ], [ 102937.0, 507369.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102871.0, 507190.0 ], [ 102942.0, 507185.0 ], [ 103053.0, 507160.0 ], [ 103128.0, 507133.0 ], [ 103239.0, 507142.0 ], [ 103298.0, 507176.0 ], [ 103389.0, 507272.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 507051.0 ], [ 102919.0, 507075.0 ], [ 102980.0, 507073.0 ], [ 102987.0, 507105.0 ], [ 102945.0, 507125.0 ], [ 102867.0, 507138.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102927.0, 506965.0 ], [ 103087.0, 507016.0 ], [ 103261.0, 507077.0 ], [ 103429.0, 507083.0 ], [ 103553.0, 507096.0 ], [ 103657.0, 507124.0 ], [ 103738.0, 507171.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103890.0, 506948.0 ], [ 103903.0, 506987.0 ], [ 103932.0, 507018.0 ], [ 103985.0, 507093.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103406.0, 506898.0 ], [ 103499.0, 506985.0 ], [ 103634.0, 507024.0 ], [ 103696.0, 507038.0 ], [ 103795.0, 506981.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104413.0, 506839.0 ], [ 104432.0, 506939.0 ], [ 104428.0, 507050.0 ], [ 104397.0, 507153.0 ], [ 104351.0, 507233.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103833.0, 506714.0 ], [ 103759.0, 506701.0 ], [ 103561.0, 506703.0 ], [ 103280.0, 506669.0 ], [ 103110.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105730.0, 506586.0 ], [ 105843.0, 506574.0 ], [ 105961.0, 506569.0 ], [ 106048.0, 506620.0 ], [ 106103.0, 506743.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104986.0, 506563.0 ], [ 105039.0, 506643.0 ], [ 105092.0, 506692.0 ], [ 105159.0, 506780.0 ], [ 105247.0, 506953.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105088.0, 506445.0 ], [ 105153.0, 506504.0 ], [ 105267.0, 506565.0 ], [ 105364.0, 506612.0 ], [ 105455.0, 506680.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103546.0, 506339.0 ], [ 103430.0, 506354.0 ], [ 103223.0, 506284.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105751.0, 506245.0 ], [ 105806.0, 506324.0 ], [ 105852.0, 506368.0 ], [ 105799.0, 506420.0 ], [ 105714.0, 506466.0 ], [ 105686.0, 506576.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103594.0, 506468.0 ], [ 103368.0, 506442.0 ], [ 103136.0, 506388.0 ], [ 102861.0, 506285.0 ], [ 102740.0, 506236.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103602.0, 506283.0 ], [ 103454.0, 506259.0 ], [ 103347.0, 506225.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105420.0, 506216.0 ], [ 105486.0, 506316.0 ], [ 105529.0, 506398.0 ], [ 105541.0, 506476.0 ], [ 105536.0, 506512.0 ], [ 105478.0, 506511.0 ], [ 105402.0, 506469.0 ], [ 105275.0, 506387.0 ], [ 105197.0, 506299.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106202.0, 506141.0 ], [ 106205.0, 506230.0 ], [ 106220.0, 506347.0 ], [ 106262.0, 506459.0 ], [ 106342.0, 506570.0 ], [ 106345.0, 506639.0 ], [ 106215.0, 506598.0 ], [ 106059.0, 506531.0 ], [ 105919.0, 506481.0 ], [ 105806.0, 506500.0 ], [ 105705.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109535.0, 505992.0 ], [ 109332.0, 506020.0 ], [ 109124.0, 506044.0 ], [ 108887.0, 506140.0 ], [ 108789.0, 506269.0 ], [ 108728.0, 506525.0 ], [ 108594.0, 506731.0 ], [ 108384.0, 506900.0 ], [ 108049.0, 506980.0 ], [ 107816.0, 507029.0 ], [ 107667.0, 507183.0 ], [ 107547.0, 507518.0 ], [ 107559.0, 507806.0 ], [ 107655.0, 508010.0 ], [ 107769.0, 508168.0 ], [ 107859.0, 508251.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103446.0, 505715.0 ], [ 103579.0, 505753.0 ], [ 103597.0, 505796.0 ], [ 103590.0, 505853.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103444.0, 505622.0 ], [ 103592.0, 505669.0 ], [ 103646.0, 505735.0 ], [ 103667.0, 505858.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102395.0, 505630.0 ], [ 102502.0, 505572.0 ], [ 102888.0, 505551.0 ], [ 103088.0, 505570.0 ], [ 103187.0, 505744.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103851.0, 505085.0 ], [ 103885.0, 505192.0 ], [ 103813.0, 505334.0 ], [ 103796.0, 505471.0 ], [ 103869.0, 505611.0 ], [ 104001.0, 505735.0 ], [ 104093.0, 505883.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106195.0, 505086.0 ], [ 106104.0, 505101.0 ], [ 105944.0, 505017.0 ], [ 105757.0, 504887.0 ], [ 105578.0, 504843.0 ], [ 105510.0, 504953.0 ], [ 105631.0, 505156.0 ], [ 105835.0, 505374.0 ], [ 105959.0, 505541.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104218.0, 504702.0 ], [ 104265.0, 504695.0 ], [ 104484.0, 504788.0 ], [ 104648.0, 504918.0 ], [ 104745.0, 505079.0 ], [ 104725.0, 505213.0 ], [ 104628.0, 505236.0 ], [ 104485.0, 505171.0 ], [ 104414.0, 504988.0 ], [ 104296.0, 504840.0 ], [ 104227.0, 504774.0 ], [ 104193.0, 504731.0 ], [ 104218.0, 504702.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106108.0, 504862.0 ], [ 105985.0, 504805.0 ], [ 105766.0, 504621.0 ], [ 105621.0, 504334.0 ], [ 105387.0, 504132.0 ], [ 105154.0, 504088.0 ], [ 104980.0, 504139.0 ], [ 105015.0, 504276.0 ], [ 105217.0, 504514.0 ], [ 105494.0, 505145.0 ], [ 105663.0, 505337.0 ], [ 105895.0, 505585.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105175.0, 505686.0 ], [ 105081.0, 505554.0 ], [ 104865.0, 505071.0 ], [ 104570.0, 504672.0 ], [ 104195.0, 504472.0 ], [ 104037.0, 504215.0 ], [ 103945.0, 504014.0 ], [ 103798.0, 503950.0 ], [ 103750.0, 503966.0 ], [ 103623.0, 504034.0 ], [ 103550.0, 504108.0 ], [ 103637.0, 504196.0 ], [ 103757.0, 504262.0 ], [ 103699.0, 504387.0 ], [ 103446.0, 504350.0 ], [ 103251.0, 504349.0 ], [ 103111.0, 504459.0 ], [ 103107.0, 504623.0 ], [ 103220.0, 504751.0 ], [ 103426.0, 504737.0 ], [ 103598.0, 504756.0 ], [ 103649.0, 504801.0 ], [ 103733.0, 504920.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102261.0, 504394.0 ], [ 102295.0, 504312.0 ], [ 102327.0, 504179.0 ], [ 102216.0, 504040.0 ], [ 102140.0, 504000.0 ], [ 102167.0, 503933.0 ], [ 102248.0, 503892.0 ], [ 102339.0, 503897.0 ], [ 102417.0, 504072.0 ], [ 102475.0, 504182.0 ], [ 102431.0, 504359.0 ], [ 102348.0, 504423.0 ], [ 102294.0, 504413.0 ], [ 102261.0, 504394.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102594.0, 504848.0 ], [ 102668.0, 504732.0 ], [ 102771.0, 504434.0 ], [ 102862.0, 504158.0 ], [ 103002.0, 503960.0 ], [ 103210.0, 503849.0 ], [ 103382.0, 503837.0 ], [ 103458.0, 503912.0 ], [ 103374.0, 503991.0 ], [ 103181.0, 504147.0 ], [ 103056.0, 504422.0 ], [ 102984.0, 504644.0 ], [ 103009.0, 504826.0 ], [ 103085.0, 504928.0 ], [ 103321.0, 504984.0 ], [ 103420.0, 505081.0 ], [ 103480.0, 505116.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108751.0, 503669.0 ], [ 108770.0, 503769.0 ], [ 108775.0, 503818.0 ], [ 108770.0, 503847.0 ], [ 108726.0, 503835.0 ], [ 108640.0, 503765.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503772.0 ], [ 109365.0, 503702.0 ], [ 109195.0, 503645.0 ], [ 109062.0, 503616.0 ], [ 108964.0, 503613.0 ], [ 108896.0, 503660.0 ], [ 108874.0, 503740.0 ], [ 108963.0, 503839.0 ], [ 109044.0, 503916.0 ], [ 109081.0, 504057.0 ], [ 109065.0, 504156.0 ], [ 109021.0, 504243.0 ], [ 109050.0, 504388.0 ], [ 109235.0, 504484.0 ], [ 109538.0, 504547.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503587.0 ], [ 109315.0, 503606.0 ], [ 109060.0, 503569.0 ], [ 108964.0, 503552.0 ], [ 108883.0, 503557.0 ], [ 108841.0, 503610.0 ], [ 108813.0, 503720.0 ], [ 108842.0, 503848.0 ], [ 108917.0, 503926.0 ], [ 108959.0, 504042.0 ], [ 108868.0, 504104.0 ], [ 108751.0, 504030.0 ], [ 108647.0, 503898.0 ], [ 108546.0, 503873.0 ], [ 108463.0, 503896.0 ], [ 108439.0, 503974.0 ], [ 108437.0, 504144.0 ], [ 108511.0, 504308.0 ], [ 108576.0, 504405.0 ], [ 108694.0, 504533.0 ], [ 108880.0, 504609.0 ], [ 109060.0, 504638.0 ], [ 109215.0, 504661.0 ], [ 109538.0, 504662.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108814.0, 503530.0 ], [ 108792.0, 503710.0 ], [ 108813.0, 503819.0 ], [ 108811.0, 503899.0 ], [ 108773.0, 503925.0 ], [ 108684.0, 503848.0 ], [ 108582.0, 503793.0 ], [ 108524.0, 503771.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100416.0, 503338.0 ], [ 100332.0, 503380.0 ] ], [ [ 100240.0, 503052.0 ], [ 100460.0, 502981.0 ], [ 100860.0, 502941.0 ], [ 101210.0, 503016.0 ], [ 101420.0, 503044.0 ], [ 101586.0, 503107.0 ], [ 101723.0, 503100.0 ], [ 101801.0, 503094.0 ], [ 101767.0, 503191.0 ], [ 101686.0, 503259.0 ], [ 101615.0, 503419.0 ], [ 101422.0, 503478.0 ], [ 101240.0, 503350.0 ], [ 101061.0, 503262.0 ], [ 100877.0, 503224.0 ], [ 100698.0, 503247.0 ], [ 100483.0, 503333.0 ], [ 100416.0, 503338.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108244.0, 503376.0 ], [ 108217.0, 503418.0 ], [ 107982.0, 503630.0 ], [ 107774.0, 503861.0 ], [ 107635.0, 504032.0 ], [ 107364.0, 504127.0 ], [ 107011.0, 504170.0 ], [ 106763.0, 504136.0 ], [ 106380.0, 503949.0 ], [ 105927.0, 503782.0 ], [ 105531.0, 503726.0 ], [ 105093.0, 503720.0 ], [ 104862.0, 503620.0 ], [ 104641.0, 503472.0 ], [ 104409.0, 503329.0 ], [ 104190.0, 503416.0 ], [ 104061.0, 503617.0 ], [ 104054.0, 503900.0 ], [ 104134.0, 504158.0 ], [ 104271.0, 504324.0 ], [ 104834.0, 504744.0 ], [ 105054.0, 505182.0 ], [ 105243.0, 505522.0 ], [ 105412.0, 505676.0 ] ], [ [ 109549.0, 500008.0 ], [ 109104.0, 499977.0 ], [ 108598.0, 499947.0 ], [ 107980.0, 500009.0 ], [ 107357.0, 500107.0 ], [ 107043.0, 500237.0 ], [ 106944.0, 500366.0 ], [ 107067.0, 500636.0 ], [ 107391.0, 500923.0 ], [ 108111.0, 501181.0 ], [ 108331.0, 501357.0 ], [ 108550.0, 501577.0 ], [ 108686.0, 501859.0 ], [ 108596.0, 502147.0 ], [ 108393.0, 502259.0 ], [ 108131.0, 502247.0 ], [ 107844.0, 502077.0 ], [ 107703.0, 501820.0 ], [ 107555.0, 501520.0 ], [ 107317.0, 501305.0 ], [ 107064.0, 501319.0 ], [ 106825.0, 501444.0 ], [ 106713.0, 501605.0 ], [ 106687.0, 501885.0 ], [ 106774.0, 502192.0 ], [ 106984.0, 502619.0 ], [ 107173.0, 502899.0 ], [ 107363.0, 503068.0 ], [ 107601.0, 503200.0 ], [ 107788.0, 503256.0 ], [ 107988.0, 503304.0 ], [ 108167.0, 503250.0 ], [ 108239.0, 503257.0 ] ], [ [ 108244.0, 503376.0 ], [ 108273.0, 503338.0 ], [ 108273.0, 503295.0 ], [ 108270.0, 503274.0 ], [ 108239.0, 503257.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502906.0 ], [ 109354.0, 502897.0 ], [ 109115.0, 502926.0 ], [ 108929.0, 503024.0 ], [ 108817.0, 503101.0 ], [ 108728.0, 503318.0 ], [ 108693.0, 503389.0 ], [ 108657.0, 503454.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502714.0 ], [ 109211.0, 502721.0 ], [ 108950.0, 502734.0 ], [ 108774.0, 502824.0 ], [ 108653.0, 502930.0 ], [ 108648.0, 503070.0 ], [ 108648.0, 503228.0 ], [ 108606.0, 503384.0 ], [ 108562.0, 503467.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100126.0, 502628.0 ], [ 100313.0, 502620.0 ], [ 100551.0, 502622.0 ], [ 100801.0, 502621.0 ], [ 101092.0, 502687.0 ], [ 101338.0, 502747.0 ], [ 101471.0, 502783.0 ], [ 101575.0, 502875.0 ], [ 101680.0, 502952.0 ], [ 101752.0, 502860.0 ], [ 101785.0, 502759.0 ], [ 101881.0, 502645.0 ], [ 102022.0, 502598.0 ], [ 102151.0, 502601.0 ], [ 102263.0, 502646.0 ], [ 102300.0, 502744.0 ], [ 102280.0, 502888.0 ], [ 102133.0, 503061.0 ], [ 101935.0, 503198.0 ], [ 101798.0, 503373.0 ], [ 101708.0, 503608.0 ], [ 101643.0, 503790.0 ], [ 101649.0, 503914.0 ], [ 101754.0, 503985.0 ], [ 101822.0, 504040.0 ], [ 101786.0, 504160.0 ], [ 101649.0, 504174.0 ], [ 101479.0, 504099.0 ], [ 101356.0, 503990.0 ], [ 101304.0, 503816.0 ], [ 101161.0, 503689.0 ], [ 100927.0, 503634.0 ], [ 100699.0, 503644.0 ], [ 100450.0, 503777.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100093.0, 502504.0 ], [ 100273.0, 502479.0 ], [ 100966.0, 502592.0 ], [ 101146.0, 502624.0 ], [ 101372.0, 502682.0 ], [ 101497.0, 502735.0 ], [ 101583.0, 502831.0 ], [ 101629.0, 502908.0 ], [ 101670.0, 502924.0 ], [ 101719.0, 502775.0 ], [ 101801.0, 502649.0 ], [ 101956.0, 502557.0 ], [ 102100.0, 502545.0 ], [ 102222.0, 502570.0 ], [ 102311.0, 502632.0 ], [ 102342.0, 502808.0 ], [ 102276.0, 503043.0 ], [ 102136.0, 503233.0 ], [ 102057.0, 503347.0 ], [ 101986.0, 503466.0 ], [ 101924.0, 503552.0 ], [ 101923.0, 503677.0 ], [ 102018.0, 503739.0 ], [ 102151.0, 503772.0 ], [ 102218.0, 503816.0 ], [ 102200.0, 503896.0 ], [ 102072.0, 503984.0 ], [ 101976.0, 504094.0 ], [ 101886.0, 504221.0 ], [ 101679.0, 504265.0 ], [ 101449.0, 504202.0 ], [ 101240.0, 504153.0 ], [ 101010.0, 504244.0 ], [ 100837.0, 504392.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99867.0, 501414.0 ], [ 99846.0, 501408.0 ] ], [ [ 99846.0, 501408.0 ], [ 99737.0, 501412.0 ] ], [ [ 99830.0, 501661.0 ], [ 100070.0, 501700.0 ], [ 100407.0, 501734.0 ], [ 100733.0, 501717.0 ], [ 100898.0, 501685.0 ], [ 100962.0, 501617.0 ], [ 101176.0, 501419.0 ], [ 101388.0, 501402.0 ], [ 101528.0, 501498.0 ], [ 101482.0, 501756.0 ], [ 101552.0, 501952.0 ], [ 101679.0, 502078.0 ], [ 101742.0, 502203.0 ], [ 101728.0, 502358.0 ], [ 101698.0, 502480.0 ], [ 101754.0, 502529.0 ], [ 101859.0, 502508.0 ], [ 101953.0, 502449.0 ], [ 102015.0, 502319.0 ], [ 102045.0, 502223.0 ], [ 102147.0, 502173.0 ], [ 102349.0, 502144.0 ], [ 102498.0, 502133.0 ], [ 102611.0, 502159.0 ], [ 102700.0, 502339.0 ], [ 102632.0, 502620.0 ], [ 102694.0, 502814.0 ], [ 102783.0, 502865.0 ], [ 102863.0, 502829.0 ], [ 102910.0, 502670.0 ], [ 102886.0, 502504.0 ], [ 102891.0, 502366.0 ], [ 102864.0, 502190.0 ], [ 102764.0, 502063.0 ], [ 102617.0, 502002.0 ], [ 102420.0, 502042.0 ], [ 102205.0, 502010.0 ], [ 101981.0, 501926.0 ], [ 101850.0, 501807.0 ], [ 101722.0, 501672.0 ], [ 101664.0, 501518.0 ], [ 101663.0, 501388.0 ], [ 101655.0, 501299.0 ], [ 101608.0, 501183.0 ], [ 101447.0, 501150.0 ], [ 101149.0, 501173.0 ], [ 100947.0, 501227.0 ], [ 100792.0, 501299.0 ], [ 100551.0, 501373.0 ], [ 100262.0, 501433.0 ], [ 100027.0, 501454.0 ], [ 99867.0, 501414.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102160.0, 504875.0 ], [ 102329.0, 504813.0 ], [ 102487.0, 504700.0 ], [ 102577.0, 504520.0 ], [ 102660.0, 504240.0 ], [ 102907.0, 503785.0 ], [ 103171.0, 503619.0 ], [ 103638.0, 503493.0 ], [ 103817.0, 503309.0 ], [ 103865.0, 502998.0 ], [ 103907.0, 502640.0 ], [ 104038.0, 502392.0 ], [ 104233.0, 502357.0 ], [ 104518.0, 502568.0 ], [ 104733.0, 502678.0 ], [ 104923.0, 502709.0 ], [ 105136.0, 502722.0 ], [ 105191.0, 502578.0 ], [ 105210.0, 502369.0 ], [ 105069.0, 502128.0 ], [ 104834.0, 501987.0 ], [ 104726.0, 501863.0 ], [ 104694.0, 501711.0 ], [ 104643.0, 501562.0 ], [ 104570.0, 501425.0 ], [ 104381.0, 501330.0 ], [ 104147.0, 501310.0 ], [ 103878.0, 501342.0 ], [ 103718.0, 501396.0 ], [ 103547.0, 501458.0 ], [ 103324.0, 501400.0 ], [ 102834.0, 501064.0 ], [ 102674.0, 500966.0 ], [ 102559.0, 500976.0 ], [ 102483.0, 501114.0 ], [ 102531.0, 501257.0 ], [ 102664.0, 501401.0 ], [ 102781.0, 501515.0 ], [ 102896.0, 501860.0 ], [ 102949.0, 502085.0 ], [ 103037.0, 502230.0 ], [ 103014.0, 502471.0 ], [ 103037.0, 502634.0 ], [ 103041.0, 502822.0 ], [ 102971.0, 502985.0 ], [ 102793.0, 502972.0 ], [ 102543.0, 502797.0 ], [ 102480.0, 502647.0 ], [ 102460.0, 502321.0 ], [ 102318.0, 502205.0 ], [ 102135.0, 502228.0 ], [ 102085.0, 502312.0 ], [ 102017.0, 502443.0 ], [ 101896.0, 502524.0 ], [ 101834.0, 502570.0 ], [ 101711.0, 502552.0 ], [ 101664.0, 502508.0 ], [ 101654.0, 502389.0 ], [ 101678.0, 502304.0 ], [ 101625.0, 502207.0 ], [ 101529.0, 502133.0 ], [ 101436.0, 502002.0 ], [ 101360.0, 501854.0 ], [ 101301.0, 501760.0 ], [ 101201.0, 501728.0 ], [ 100986.0, 501822.0 ], [ 100764.0, 501897.0 ], [ 100533.0, 501950.0 ], [ 100328.0, 501983.0 ], [ 100087.0, 501981.0 ], [ 99936.0, 501973.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102478.0, 500749.0 ], [ 102544.0, 500664.0 ], [ 102622.0, 500605.0 ], [ 102706.0, 500590.0 ], [ 102781.0, 500608.0 ], [ 102812.0, 500631.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105472.0, 500604.0 ], [ 105514.0, 500534.0 ], [ 105597.0, 500563.0 ], [ 105742.0, 500713.0 ], [ 106023.0, 500875.0 ], [ 106114.0, 500981.0 ], [ 106111.0, 501126.0 ], [ 106067.0, 501261.0 ], [ 105866.0, 501248.0 ], [ 105697.0, 500977.0 ], [ 105547.0, 500805.0 ], [ 105483.0, 500704.0 ], [ 105472.0, 500604.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102861.0, 500611.0 ], [ 102788.0, 500533.0 ], [ 102682.0, 500519.0 ], [ 102555.0, 500572.0 ], [ 102466.0, 500711.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102436.0, 500652.0 ], [ 102486.0, 500446.0 ], [ 102565.0, 500325.0 ], [ 102723.0, 500303.0 ], [ 102777.0, 500359.0 ], [ 102733.0, 500430.0 ], [ 102617.0, 500462.0 ], [ 102544.0, 500516.0 ], [ 102457.0, 500685.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102408.0, 500642.0 ], [ 102418.0, 500541.0 ], [ 102412.0, 500329.0 ], [ 102581.0, 500180.0 ], [ 102773.0, 500154.0 ], [ 102959.0, 500333.0 ], [ 103020.0, 500471.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105755.0, 499876.0 ], [ 105752.0, 499837.0 ] ], [ [ 105752.0, 499837.0 ], [ 105741.0, 499816.0 ], [ 105590.0, 499796.0 ], [ 105286.0, 499882.0 ], [ 104987.0, 499969.0 ], [ 104717.0, 499971.0 ], [ 104538.0, 499993.0 ], [ 104416.0, 500093.0 ], [ 104371.0, 500309.0 ], [ 104420.0, 500516.0 ], [ 104628.0, 500677.0 ], [ 104773.0, 500899.0 ], [ 104864.0, 501212.0 ], [ 104968.0, 501470.0 ], [ 105185.0, 501550.0 ], [ 105392.0, 501595.0 ], [ 105549.0, 501749.0 ], [ 105678.0, 501890.0 ], [ 105788.0, 501928.0 ], [ 105886.0, 501898.0 ], [ 105907.0, 501719.0 ], [ 105888.0, 501489.0 ], [ 105692.0, 501311.0 ], [ 105410.0, 501277.0 ], [ 105269.0, 501163.0 ], [ 105139.0, 500953.0 ], [ 105062.0, 500713.0 ], [ 105071.0, 500401.0 ], [ 105164.0, 500232.0 ], [ 105296.0, 500145.0 ], [ 105623.0, 500046.0 ], [ 105723.0, 499951.0 ], [ 105748.0, 499900.0 ], [ 105755.0, 499876.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103138.0, 499530.0 ], [ 103033.0, 499458.0 ], [ 102987.0, 499380.0 ], [ 103105.0, 499249.0 ], [ 103256.0, 499235.0 ], [ 103439.0, 499294.0 ], [ 103590.0, 499360.0 ], [ 103760.0, 499530.0 ], [ 103970.0, 499714.0 ], [ 104081.0, 499838.0 ], [ 104061.0, 499923.0 ], [ 104035.0, 499969.0 ], [ 103983.0, 500048.0 ], [ 103917.0, 500054.0 ], [ 103832.0, 500048.0 ], [ 103780.0, 499936.0 ], [ 103734.0, 499818.0 ], [ 103629.0, 499707.0 ], [ 103485.0, 499642.0 ], [ 103308.0, 499570.0 ], [ 103138.0, 499530.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101520.0, 498976.0 ], [ 101429.0, 498978.0 ], [ 101362.0, 499122.0 ], [ 101359.0, 499320.0 ], [ 101327.0, 499565.0 ], [ 101203.0, 499707.0 ], [ 101131.0, 499831.0 ], [ 101216.0, 499943.0 ], [ 101364.0, 499938.0 ], [ 101478.0, 499865.0 ], [ 101556.0, 499751.0 ], [ 101581.0, 499594.0 ], [ 101592.0, 499433.0 ], [ 101582.0, 499150.0 ], [ 101550.0, 499006.0 ], [ 101520.0, 498976.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102012.0, 498717.0 ], [ 102065.0, 498623.0 ], [ 102151.0, 498617.0 ], [ 102172.0, 498735.0 ], [ 102121.0, 498866.0 ], [ 102106.0, 499070.0 ], [ 102064.0, 499271.0 ], [ 102055.0, 499477.0 ], [ 102074.0, 499574.0 ], [ 102191.0, 499701.0 ], [ 102306.0, 499795.0 ], [ 102274.0, 499908.0 ], [ 102240.0, 500016.0 ], [ 102212.0, 500142.0 ], [ 102106.0, 500134.0 ], [ 102051.0, 500123.0 ], [ 102003.0, 500101.0 ], [ 102019.0, 500049.0 ], [ 102047.0, 499978.0 ], [ 102018.0, 499928.0 ], [ 101954.0, 499903.0 ], [ 101959.0, 499720.0 ], [ 101958.0, 499465.0 ], [ 101979.0, 499276.0 ], [ 102000.0, 499013.0 ], [ 101989.0, 498854.0 ], [ 102012.0, 498717.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98363.0, 497595.0 ], [ 98363.0, 497711.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104900.0, 497497.0 ], [ 105171.0, 497607.0 ], [ 105427.0, 497683.0 ], [ 105555.0, 497751.0 ], [ 105596.0, 497813.0 ], [ 105601.0, 497880.0 ], [ 105544.0, 497887.0 ], [ 105462.0, 497814.0 ], [ 105285.0, 497762.0 ], [ 105113.0, 497730.0 ], [ 105002.0, 497678.0 ], [ 104916.0, 497553.0 ], [ 104900.0, 497497.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105833.0, 497372.0 ], [ 105899.0, 497402.0 ], [ 106016.0, 497378.0 ], [ 106148.0, 497382.0 ], [ 106231.0, 497327.0 ], [ 106258.0, 497249.0 ] ], [ [ 105833.0, 497372.0 ], [ 105858.0, 497337.0 ], [ 105862.0, 497304.0 ], [ 105872.0, 497265.0 ], [ 105877.0, 497231.0 ], [ 105853.0, 497222.0 ], [ 105819.0, 497202.0 ], [ 105793.0, 497207.0 ] ], [ [ 103409.0, 500564.0 ], [ 103511.0, 500456.0 ], [ 103561.0, 500252.0 ], [ 103563.0, 499931.0 ], [ 103481.0, 499752.0 ], [ 103247.0, 499685.0 ], [ 102975.0, 499582.0 ], [ 102867.0, 499467.0 ], [ 102871.0, 499321.0 ], [ 102930.0, 499227.0 ], [ 103018.0, 499113.0 ], [ 103162.0, 499031.0 ], [ 103319.0, 498995.0 ], [ 103501.0, 499077.0 ], [ 103664.0, 499194.0 ], [ 103822.0, 499339.0 ], [ 103954.0, 499447.0 ], [ 104055.0, 499517.0 ], [ 104259.0, 499567.0 ], [ 104356.0, 499563.0 ], [ 104456.0, 499549.0 ], [ 104560.0, 499436.0 ], [ 104625.0, 499311.0 ], [ 104707.0, 499124.0 ], [ 104795.0, 498998.0 ], [ 104985.0, 498918.0 ], [ 105053.0, 498883.0 ], [ 105143.0, 498772.0 ], [ 105156.0, 498630.0 ], [ 105100.0, 498514.0 ], [ 104893.0, 498446.0 ], [ 104628.0, 498506.0 ], [ 104443.0, 498601.0 ], [ 104208.0, 498669.0 ], [ 103865.0, 498667.0 ], [ 103707.0, 498608.0 ], [ 103624.0, 498509.0 ], [ 103608.0, 498348.0 ], [ 103674.0, 498186.0 ], [ 103837.0, 498106.0 ], [ 104212.0, 498001.0 ], [ 104448.0, 497999.0 ], [ 104686.0, 498079.0 ], [ 104883.0, 498178.0 ], [ 105065.0, 498255.0 ], [ 105240.0, 498238.0 ], [ 105322.0, 498112.0 ], [ 105349.0, 497918.0 ], [ 105243.0, 497803.0 ], [ 105059.0, 497762.0 ], [ 104894.0, 497666.0 ], [ 104788.0, 497573.0 ], [ 104585.0, 497426.0 ], [ 104455.0, 497295.0 ], [ 104386.0, 497166.0 ], [ 104413.0, 497067.0 ], [ 104495.0, 497073.0 ], [ 104603.0, 497206.0 ], [ 104713.0, 497311.0 ], [ 104828.0, 497385.0 ], [ 105001.0, 497445.0 ], [ 105114.0, 497486.0 ], [ 105308.0, 497544.0 ], [ 105496.0, 497574.0 ], [ 105645.0, 497542.0 ], [ 105748.0, 497466.0 ], [ 105833.0, 497372.0 ] ], [ [ 106182.0, 496857.0 ], [ 106337.0, 496975.0 ], [ 106616.0, 497266.0 ], [ 106708.0, 497729.0 ], [ 106625.0, 498008.0 ], [ 106379.0, 498195.0 ], [ 106110.0, 498383.0 ], [ 106042.0, 498616.0 ], [ 106109.0, 498785.0 ], [ 106209.0, 498835.0 ] ], [ [ 106258.0, 497249.0 ], [ 106271.0, 497208.0 ], [ 106248.0, 497090.0 ], [ 106193.0, 496939.0 ], [ 106182.0, 496857.0 ] ], [ [ 105833.0, 496824.0 ], [ 105802.0, 496857.0 ], [ 105811.0, 496963.0 ], [ 105747.0, 497072.0 ], [ 105738.0, 497187.0 ], [ 105793.0, 497207.0 ] ], [ [ 105833.0, 496824.0 ], [ 105708.0, 496869.0 ], [ 105590.0, 496961.0 ], [ 105497.0, 497138.0 ], [ 105380.0, 497226.0 ], [ 105213.0, 497202.0 ], [ 105005.0, 497149.0 ], [ 104867.0, 497062.0 ], [ 104714.0, 496930.0 ], [ 104467.0, 496675.0 ] ], [ [ 105898.0, 496645.0 ], [ 105885.0, 496771.0 ], [ 105833.0, 496824.0 ] ], [ [ 106182.0, 496857.0 ], [ 106172.0, 496784.0 ], [ 106129.0, 496640.0 ] ], [ [ 106258.0, 497249.0 ], [ 106446.0, 497352.0 ], [ 106580.0, 497572.0 ], [ 106555.0, 497806.0 ], [ 106414.0, 497982.0 ], [ 106154.0, 498109.0 ], [ 105879.0, 498368.0 ], [ 105827.0, 498657.0 ], [ 105881.0, 498838.0 ], [ 106031.0, 498977.0 ], [ 106307.0, 499125.0 ], [ 106635.0, 499195.0 ], [ 106979.0, 499113.0 ], [ 107123.0, 498946.0 ], [ 107274.0, 498798.0 ], [ 107459.0, 498599.0 ], [ 107668.0, 498356.0 ], [ 107842.0, 498123.0 ], [ 107922.0, 497866.0 ], [ 107959.0, 497635.0 ], [ 107891.0, 497349.0 ], [ 107765.0, 497119.0 ], [ 107672.0, 496762.0 ], [ 107657.0, 496608.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101741.0, 496733.0 ], [ 101654.0, 496943.0 ], [ 101558.0, 497147.0 ], [ 101362.0, 497389.0 ], [ 101033.0, 497539.0 ], [ 100622.0, 497575.0 ], [ 100433.0, 497528.0 ], [ 100229.0, 497561.0 ], [ 100125.0, 497927.0 ], [ 100227.0, 498199.0 ], [ 100473.0, 498431.0 ], [ 100802.0, 498585.0 ], [ 100982.0, 498916.0 ], [ 100941.0, 499292.0 ], [ 101032.0, 499485.0 ], [ 101162.0, 499510.0 ], [ 101257.0, 499415.0 ], [ 101250.0, 499204.0 ], [ 101245.0, 498942.0 ], [ 101377.0, 498794.0 ], [ 101500.0, 498579.0 ], [ 101624.0, 498316.0 ], [ 101744.0, 498185.0 ], [ 101870.0, 498165.0 ], [ 101958.0, 498282.0 ], [ 101909.0, 498448.0 ], [ 101744.0, 498581.0 ], [ 101680.0, 498750.0 ], [ 101687.0, 498942.0 ], [ 101744.0, 499243.0 ], [ 101761.0, 499368.0 ], [ 101739.0, 499526.0 ], [ 101753.0, 499761.0 ], [ 101794.0, 499838.0 ], [ 101816.0, 499874.0 ], [ 101879.0, 499939.0 ], [ 101926.0, 499997.0 ], [ 101907.0, 500061.0 ], [ 101909.0, 500143.0 ], [ 102033.0, 500271.0 ], [ 102008.0, 500331.0 ], [ 101850.0, 500321.0 ], [ 101713.0, 500238.0 ], [ 101611.0, 500148.0 ], [ 101509.0, 500103.0 ], [ 101404.0, 500164.0 ], [ 101379.0, 500237.0 ], [ 101431.0, 500354.0 ], [ 101493.0, 500508.0 ], [ 101528.0, 500615.0 ], [ 101618.0, 500774.0 ], [ 101722.0, 500894.0 ], [ 101873.0, 501035.0 ], [ 102052.0, 501072.0 ], [ 102229.0, 501020.0 ], [ 102345.0, 500958.0 ], [ 102431.0, 500857.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102476.0, 496717.0 ], [ 102329.0, 497107.0 ], [ 102072.0, 497415.0 ], [ 102006.0, 497579.0 ], [ 102092.0, 497687.0 ], [ 102253.0, 497580.0 ], [ 102469.0, 497464.0 ], [ 102784.0, 497310.0 ], [ 103093.0, 497244.0 ], [ 103281.0, 497238.0 ], [ 103411.0, 497154.0 ], [ 103553.0, 496941.0 ], [ 103809.0, 496687.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106493.0, 498890.0 ], [ 106700.0, 498875.0 ], [ 106887.0, 498791.0 ], [ 107087.0, 498531.0 ], [ 107208.0, 498266.0 ], [ 107250.0, 498034.0 ], [ 107281.0, 497702.0 ], [ 107330.0, 497444.0 ], [ 107285.0, 497121.0 ], [ 107177.0, 496893.0 ], [ 107096.0, 496620.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103721.0, 520021.0 ], [ 104014.0, 520044.0 ], [ 104279.0, 520114.0 ], [ 104448.0, 520210.0 ], [ 104586.0, 520297.0 ], [ 104772.0, 520421.0 ], [ 104946.0, 520519.0 ], [ 105097.0, 520539.0 ], [ 105332.0, 520541.0 ], [ 105550.0, 520548.0 ], [ 105902.0, 520541.0 ], [ 105970.0, 520548.0 ], [ 106027.0, 520626.0 ], [ 106133.0, 520748.0 ], [ 106321.0, 520817.0 ], [ 106432.0, 520815.0 ], [ 106574.0, 520778.0 ], [ 106750.0, 520707.0 ], [ 106841.0, 520655.0 ], [ 106884.0, 520626.0 ], [ 106964.0, 520495.0 ], [ 107668.0, 519960.0 ], [ 108292.0, 519655.0 ], [ 108754.0, 519539.0 ], [ 109007.0, 519599.0 ], [ 109393.0, 519769.0 ], [ 110217.0, 520189.0 ], [ 110377.0, 520322.0 ], [ 110496.0, 520480.0 ], [ 110558.0, 520676.0 ], [ 110608.0, 521070.0 ], [ 110607.0, 521421.0 ], [ 110570.0, 521798.0 ], [ 110501.0, 522089.0 ], [ 110522.0, 522530.0 ], [ 111166.0, 524077.0 ], [ 111814.0, 525226.0 ], [ 112484.0, 526122.0 ], [ 112810.0, 526150.0 ], [ 110946.0, 522878.0 ], [ 111087.0, 520800.0 ], [ 111090.0, 520377.0 ], [ 111003.0, 520097.0 ], [ 110811.0, 519815.0 ], [ 110679.0, 519642.0 ], [ 110363.0, 519430.0 ], [ 109450.0, 518945.0 ], [ 108160.0, 518540.0 ], [ 107692.0, 518343.0 ], [ 107084.0, 518129.0 ], [ 106476.0, 517920.0 ], [ 105980.0, 517672.0 ], [ 105646.0, 517404.0 ], [ 105389.0, 517008.0 ], [ 105265.0, 516726.0 ], [ 105076.0, 515828.0 ], [ 105074.0, 515549.0 ], [ 105338.0, 515375.0 ], [ 105614.0, 515375.0 ], [ 105884.0, 515404.0 ], [ 106087.0, 515528.0 ], [ 106520.0, 515829.0 ], [ 106853.0, 516165.0 ], [ 107154.0, 516547.0 ], [ 107608.0, 517216.0 ], [ 108042.0, 517560.0 ], [ 108532.0, 517646.0 ], [ 108881.0, 517696.0 ], [ 109269.0, 517696.0 ], [ 109433.0, 517668.0 ], [ 109531.0, 517592.0 ], [ 109564.0, 517491.0 ], [ 109716.0, 517288.0 ], [ 109776.0, 517246.0 ], [ 109889.0, 517188.0 ], [ 110055.0, 517146.0 ], [ 110318.0, 517164.0 ], [ 110594.0, 517328.0 ], [ 110793.0, 517496.0 ], [ 112006.0, 518575.0 ], [ 112088.0, 518585.0 ], [ 112113.0, 518547.0 ], [ 112080.0, 518445.0 ], [ 111961.0, 518275.0 ], [ 111676.0, 517947.0 ], [ 111580.0, 517824.0 ], [ 111488.0, 517736.0 ], [ 111375.0, 517598.0 ], [ 111254.0, 517435.0 ], [ 111220.0, 517347.0 ], [ 111302.0, 517322.0 ], [ 111505.0, 517330.0 ], [ 111644.0, 517294.0 ], [ 111706.0, 517258.0 ], [ 111765.0, 517227.0 ], [ 111799.0, 517193.0 ], [ 111821.0, 517142.0 ], [ 111847.0, 516965.0 ], [ 111847.0, 516790.0 ], [ 111666.0, 516565.0 ], [ 111554.0, 516433.0 ], [ 111400.0, 516329.0 ], [ 111008.0, 516048.0 ], [ 110449.0, 515447.0 ], [ 110162.0, 514968.0 ], [ 109903.0, 514597.0 ], [ 109514.0, 514262.0 ], [ 108889.0, 513791.0 ], [ 108512.0, 513437.0 ], [ 107861.0, 513034.0 ], [ 107526.0, 512890.0 ], [ 107032.0, 512549.0 ], [ 106784.0, 512335.0 ], [ 106480.0, 511890.0 ], [ 106351.0, 511391.0 ], [ 106185.0, 511177.0 ], [ 106007.0, 511062.0 ], [ 105923.0, 511197.0 ], [ 105804.0, 511332.0 ], [ 105744.0, 511344.0 ], [ 105696.0, 511319.0 ], [ 105623.0, 511241.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 111765.0, 516945.0 ], [ 111742.0, 517097.0 ], [ 111652.0, 517173.0 ], [ 111512.0, 517199.0 ], [ 111320.0, 517210.0 ], [ 111129.0, 517154.0 ], [ 110539.0, 516762.0 ], [ 110319.0, 516691.0 ], [ 110057.0, 516767.0 ], [ 109792.0, 516919.0 ], [ 109595.0, 517122.0 ], [ 109500.0, 517313.0 ], [ 109314.0, 517494.0 ], [ 109184.0, 517556.0 ], [ 109004.0, 517573.0 ], [ 108610.0, 517516.0 ], [ 108376.0, 517394.0 ], [ 108170.0, 517184.0 ], [ 108016.0, 516909.0 ], [ 107835.0, 516470.0 ], [ 107486.0, 516019.0 ], [ 107241.0, 515767.0 ], [ 106940.0, 515435.0 ], [ 106791.0, 515241.0 ], [ 106582.0, 514993.0 ], [ 106430.0, 514807.0 ], [ 106184.0, 514522.0 ], [ 105992.0, 514241.0 ], [ 105812.0, 513959.0 ], [ 105553.0, 513666.0 ], [ 105339.0, 513418.0 ], [ 105440.0, 512923.0 ], [ 105226.0, 512573.0 ], [ 104156.0, 511571.0 ], [ 104663.0, 511526.0 ], [ 105249.0, 511594.0 ], [ 105928.0, 511573.0 ], [ 106223.0, 511679.0 ], [ 106576.0, 512252.0 ], [ 106688.0, 512526.0 ], [ 106845.0, 512617.0 ], [ 107251.0, 512996.0 ], [ 107678.0, 513138.0 ], [ 108153.0, 513327.0 ], [ 108603.0, 513682.0 ], [ 109454.0, 514312.0 ], [ 109927.0, 514780.0 ], [ 110349.0, 515540.0 ], [ 110738.0, 515917.0 ], [ 111326.0, 516410.0 ], [ 111543.0, 516559.0 ], [ 111734.0, 516779.0 ], [ 111765.0, 516945.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103957.0, 521453.0 ], [ 104094.0, 521422.0 ], [ 104647.0, 521342.0 ], [ 105120.0, 521227.0 ], [ 105629.0, 521072.0 ], [ 106310.0, 520964.0 ], [ 106614.0, 520902.0 ], [ 106969.0, 520840.0 ], [ 107329.0, 520800.0 ], [ 107723.0, 520812.0 ], [ 108146.0, 520828.0 ], [ 108517.0, 520857.0 ], [ 108816.0, 520874.0 ], [ 109098.0, 520964.0 ], [ 109353.0, 521112.0 ], [ 109565.0, 521400.0 ], [ 109673.0, 521695.0 ], [ 109719.0, 522005.0 ], [ 109740.0, 522257.0 ], [ 109774.0, 522580.0 ], [ 109840.0, 522915.0 ], [ 109927.0, 523166.0 ], [ 110013.0, 523501.0 ], [ 110126.0, 523832.0 ], [ 110255.0, 524158.0 ], [ 110438.0, 524534.0 ], [ 110600.0, 524801.0 ], [ 110803.0, 525123.0 ], [ 110930.0, 525398.0 ], [ 111051.0, 525784.0 ], [ 111153.0, 526160.0 ], [ 111313.0, 526826.0 ], [ 111384.0, 527198.0 ], [ 111453.0, 527571.0 ], [ 111497.0, 527867.0 ], [ 111576.0, 528340.0 ], [ 111660.0, 528760.0 ], [ 111761.0, 529171.0 ], [ 111888.0, 529603.0 ], [ 112008.0, 529972.0 ], [ 112124.0, 529985.0 ], [ 112016.0, 529660.0 ], [ 111921.0, 529296.0 ], [ 111843.0, 528794.0 ], [ 111665.0, 527748.0 ], [ 111507.0, 527072.0 ], [ 111371.0, 526565.0 ], [ 111233.0, 526072.0 ], [ 111008.0, 525409.0 ], [ 110831.0, 524847.0 ], [ 110455.0, 524085.0 ], [ 110043.0, 523195.0 ], [ 109926.0, 522803.0 ], [ 109882.0, 522434.0 ], [ 109922.0, 522084.0 ], [ 109975.0, 521675.0 ], [ 110005.0, 521377.0 ], [ 109891.0, 521013.0 ], [ 109681.0, 520714.0 ], [ 109402.0, 520489.0 ], [ 109087.0, 520350.0 ], [ 108714.0, 520312.0 ], [ 108361.0, 520299.0 ], [ 107944.0, 520375.0 ], [ 107587.0, 520491.0 ], [ 107346.0, 520716.0 ], [ 106777.0, 520789.0 ], [ 106377.0, 520874.0 ], [ 106073.0, 520789.0 ], [ 105947.0, 520578.0 ], [ 105588.0, 520576.0 ], [ 105281.0, 520591.0 ], [ 104944.0, 520591.0 ], [ 104523.0, 520564.0 ], [ 104123.0, 520577.0 ], [ 103820.0, 520602.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103668.0, 519486.0 ], [ 104182.0, 519687.0 ], [ 104483.0, 519879.0 ], [ 104696.0, 520001.0 ], [ 104838.0, 520070.0 ], [ 105005.0, 520093.0 ], [ 105145.0, 520039.0 ], [ 105346.0, 520021.0 ], [ 105626.0, 520114.0 ], [ 105882.0, 520396.0 ], [ 106113.0, 520522.0 ], [ 106191.0, 520654.0 ], [ 106332.0, 520778.0 ], [ 106636.0, 520710.0 ], [ 106994.0, 520156.0 ], [ 107306.0, 520072.0 ], [ 107464.0, 519846.0 ], [ 107461.0, 519587.0 ], [ 107247.0, 519227.0 ], [ 107045.0, 519007.0 ], [ 106701.0, 518821.0 ], [ 106157.0, 518675.0 ], [ 105414.0, 518483.0 ], [ 104983.0, 518422.0 ], [ 104287.0, 518438.0 ], [ 103656.0, 518450.0 ], [ 103487.0, 518483.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 112955.0, 521773.0 ], [ 112867.0, 521748.0 ], [ 112780.0, 521713.0 ], [ 112707.0, 521708.0 ], [ 112584.0, 521717.0 ], [ 112463.0, 521762.0 ], [ 112412.0, 521787.0 ], [ 112268.0, 521811.0 ], [ 112087.0, 521870.0 ], [ 111976.0, 521901.0 ], [ 111883.0, 521944.0 ], [ 111793.0, 521988.0 ], [ 111655.0, 522075.0 ], [ 111565.0, 522137.0 ], [ 111469.0, 522233.0 ], [ 111362.0, 522351.0 ], [ 111283.0, 522464.0 ], [ 111222.0, 522593.0 ], [ 111176.0, 522745.0 ], [ 111165.0, 522931.0 ], [ 111261.0, 523157.0 ], [ 111407.0, 523393.0 ], [ 111627.0, 523787.0 ], [ 111824.0, 524120.0 ], [ 111942.0, 524283.0 ], [ 112061.0, 524452.0 ], [ 112213.0, 524649.0 ], [ 112359.0, 524818.0 ], [ 112500.0, 524987.0 ], [ 112691.0, 525139.0 ], [ 112951.0, 525449.0 ], [ 113052.0, 525618.0 ], [ 113260.0, 526046.0 ], [ 113317.0, 526181.0 ], [ 113339.0, 526384.0 ], [ 113328.0, 526508.0 ], [ 113255.0, 526643.0 ], [ 113181.0, 526733.0 ], [ 113069.0, 526778.0 ], [ 112951.0, 526772.0 ], [ 112737.0, 526716.0 ], [ 112590.0, 526688.0 ], [ 112421.0, 526643.0 ], [ 112134.0, 526519.0 ], [ 111937.0, 526412.0 ], [ 111723.0, 526265.0 ], [ 111441.0, 526029.0 ], [ 111323.0, 525927.0 ], [ 111238.0, 525804.0 ], [ 111095.0, 525466.0 ], [ 110991.0, 525102.0 ], [ 110934.0, 524742.0 ], [ 110861.0, 524396.0 ], [ 110746.0, 524122.0 ], [ 110619.0, 523841.0 ], [ 110430.0, 523576.0 ], [ 110247.0, 523297.0 ], [ 110123.0, 523061.0 ], [ 110050.0, 522864.0 ], [ 110011.0, 522650.0 ], [ 109982.0, 522469.0 ], [ 110011.0, 522272.0 ], [ 110056.0, 522002.0 ], [ 110112.0, 521715.0 ], [ 110197.0, 521456.0 ], [ 110224.0, 521301.0 ], [ 110208.0, 521163.0 ], [ 110174.0, 520994.0 ], [ 110067.0, 520763.0 ], [ 109943.0, 520588.0 ], [ 109825.0, 520448.0 ], [ 109650.0, 520301.0 ], [ 109177.0, 520070.0 ], [ 108946.0, 520003.0 ], [ 108839.0, 519980.0 ], [ 108665.0, 519958.0 ], [ 108468.0, 519924.0 ], [ 108355.0, 519969.0 ], [ 108158.0, 520003.0 ], [ 107904.0, 520098.0 ], [ 107724.0, 520222.0 ], [ 107493.0, 520352.0 ], [ 107324.0, 520476.0 ], [ 107150.0, 520560.0 ], [ 106969.0, 520633.0 ], [ 106643.0, 520794.0 ], [ 106453.0, 520839.0 ], [ 106364.0, 520846.0 ], [ 106250.0, 520817.0 ], [ 106126.0, 520774.0 ], [ 106048.0, 520697.0 ], [ 106010.0, 520638.0 ], [ 105970.0, 520581.0 ], [ 105947.0, 520561.0 ], [ 105766.0, 520559.0 ], [ 105528.0, 520560.0 ], [ 105320.0, 520562.0 ], [ 104974.0, 520569.0 ], [ 104886.0, 520545.0 ], [ 104710.0, 520474.0 ], [ 104570.0, 520407.0 ], [ 104355.0, 520334.0 ], [ 104177.0, 520305.0 ], [ 104042.0, 520288.0 ], [ 103842.0, 520282.0 ], [ 103781.0, 520285.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 115505.0, 527431.0 ], [ 115263.0, 527256.0 ], [ 115077.0, 527149.0 ], [ 114835.0, 527014.0 ], [ 114661.0, 526862.0 ], [ 114345.0, 526608.0 ], [ 114109.0, 526360.0 ], [ 113945.0, 526152.0 ], [ 113782.0, 525983.0 ], [ 113647.0, 525792.0 ], [ 113540.0, 525656.0 ], [ 113348.0, 525426.0 ], [ 113207.0, 525212.0 ], [ 113157.0, 525065.0 ], [ 113196.0, 524913.0 ], [ 113388.0, 524778.0 ], [ 113697.0, 524783.0 ], [ 114086.0, 524817.0 ], [ 114615.0, 524958.0 ], [ 114852.0, 525048.0 ], [ 115173.0, 525257.0 ], [ 115291.0, 525397.0 ], [ 115517.0, 525814.0 ], [ 115612.0, 525966.0 ], [ 115618.0, 527487.0 ], [ 115505.0, 527431.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values_edited.geojson new file mode 100644 index 0000000..3cb829a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS13/DS13_union_with_values_edited.geojson @@ -0,0 +1,101 @@ +{ +"type": "FeatureCollection", +"name": "DS13_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106033.0, 513095.0 ], [ 106031.0, 513087.0 ] ], [ [ 106031.0, 513087.0 ], [ 106029.0, 513084.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106026.0, 512117.0 ], [ 106181.0, 512720.0 ], [ 106723.0, 512912.0 ], [ 107185.0, 513033.0 ], [ 107613.0, 513202.0 ], [ 107978.0, 513321.0 ], [ 108677.0, 513822.0 ], [ 109431.0, 514386.0 ], [ 109921.0, 514898.0 ], [ 110113.0, 515275.0 ], [ 110299.0, 515754.0 ], [ 110490.0, 516008.0 ], [ 110614.0, 516126.0 ], [ 110939.0, 516382.0 ], [ 111128.0, 516495.0 ], [ 111187.0, 516599.0 ], [ 111145.0, 516650.0 ], [ 111027.0, 516647.0 ], [ 110731.0, 516464.0 ], [ 110377.0, 516295.0 ], [ 110203.0, 516205.0 ], [ 109910.0, 515962.0 ], [ 109500.0, 515579.0 ], [ 109004.0, 515252.0 ], [ 108655.0, 514999.0 ], [ 108277.0, 514757.0 ], [ 107799.0, 514555.0 ], [ 107337.0, 514492.0 ], [ 107067.0, 514441.0 ], [ 106672.0, 514374.0 ], [ 106251.0, 514159.0 ], [ 105998.0, 513922.0 ], [ 105643.0, 513491.0 ], [ 105654.0, 512782.0 ], [ 104777.0, 511930.0 ], [ 105338.0, 511854.0 ], [ 106026.0, 512117.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104378.0, 512191.0 ], [ 104360.0, 512217.0 ] ], [ [ 104360.0, 512217.0 ], [ 104255.0, 512168.0 ], [ 104179.0, 512126.0 ], [ 104138.0, 512068.0 ], [ 104152.0, 512005.0 ], [ 104234.0, 512012.0 ], [ 104319.0, 512126.0 ], [ 104378.0, 512191.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103838.0, 512111.0 ], [ 103818.0, 511967.0 ], [ 103894.0, 511843.0 ], [ 104011.0, 511823.0 ], [ 104162.0, 511893.0 ], [ 104287.0, 511959.0 ], [ 104409.0, 512074.0 ], [ 104473.0, 512186.0 ], [ 104615.0, 512326.0 ], [ 104724.0, 512419.0 ], [ 104740.0, 512497.0 ], [ 104640.0, 512537.0 ], [ 104420.0, 512493.0 ], [ 104187.0, 512347.0 ], [ 104106.0, 512270.0 ], [ 104018.0, 512204.0 ], [ 103929.0, 512173.0 ], [ 103838.0, 512111.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104932.0, 512510.0 ], [ 104889.0, 512591.0 ], [ 104662.0, 512640.0 ], [ 104410.0, 512613.0 ], [ 104142.0, 512576.0 ], [ 103904.0, 512527.0 ], [ 103699.0, 512539.0 ], [ 103559.0, 512498.0 ], [ 103374.0, 512309.0 ], [ 103299.0, 512141.0 ], [ 103363.0, 512042.0 ], [ 103503.0, 511949.0 ], [ 103638.0, 511886.0 ], [ 103779.0, 511757.0 ], [ 103945.0, 511707.0 ], [ 104157.0, 511761.0 ], [ 104356.0, 511842.0 ], [ 104490.0, 511983.0 ], [ 104728.0, 512277.0 ], [ 104887.0, 512390.0 ], [ 104929.0, 512495.0 ], [ 104932.0, 512510.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105685.0, 511197.0 ], [ 105710.0, 511237.0 ] ], [ [ 105710.0, 511237.0 ], [ 105715.0, 511244.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105742.0, 511108.0 ], [ 105772.0, 511074.0 ], [ 105931.0, 510862.0 ], [ 106035.0, 510859.0 ], [ 106179.0, 510935.0 ], [ 106328.0, 511112.0 ], [ 106472.0, 511312.0 ], [ 106565.0, 511693.0 ], [ 106810.0, 512118.0 ], [ 107060.0, 512394.0 ], [ 107393.0, 512591.0 ], [ 107793.0, 512670.0 ], [ 108367.0, 512867.0 ], [ 108913.0, 513115.0 ], [ 109332.0, 513482.0 ], [ 110270.0, 514701.0 ], [ 110523.0, 514963.0 ], [ 110917.0, 515154.0 ], [ 112030.0, 515436.0 ], [ 112356.0, 515571.0 ], [ 112542.0, 515802.0 ], [ 112627.0, 515982.0 ], [ 112632.0, 516151.0 ], [ 112441.0, 516281.0 ], [ 112182.0, 516247.0 ], [ 112002.0, 516286.0 ], [ 111858.0, 516405.0 ], [ 111830.0, 516528.0 ], [ 111861.0, 516605.0 ], [ 111959.0, 516765.0 ], [ 112094.0, 516897.0 ], [ 112235.0, 517086.0 ], [ 112411.0, 517348.0 ], [ 112658.0, 517691.0 ], [ 112951.0, 518035.0 ], [ 113295.0, 518334.0 ], [ 113543.0, 518519.0 ], [ 113807.0, 518770.0 ], [ 114162.0, 519212.0 ], [ 114708.0, 520110.0 ], [ 114974.0, 520481.0 ], [ 115281.0, 520826.0 ], [ 115528.0, 520951.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105754.0, 511040.0 ], [ 105920.0, 510772.0 ], [ 106021.0, 510789.0 ], [ 106179.0, 510856.0 ], [ 106517.0, 511273.0 ], [ 106613.0, 511673.0 ], [ 106849.0, 512084.0 ], [ 107086.0, 512337.0 ], [ 107441.0, 512433.0 ], [ 107899.0, 512552.0 ], [ 108316.0, 512620.0 ], [ 108766.0, 512839.0 ], [ 109408.0, 512969.0 ], [ 109969.0, 513129.0 ], [ 111255.0, 513724.0 ], [ 111875.0, 514118.0 ], [ 112348.0, 514433.0 ], [ 112889.0, 514636.0 ], [ 113227.0, 514805.0 ], [ 113666.0, 515075.0 ], [ 114139.0, 515255.0 ], [ 114522.0, 515616.0 ], [ 115074.0, 516078.0 ], [ 115626.0, 516697.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102272.0, 511769.0 ], [ 102433.0, 511779.0 ], [ 102810.0, 511734.0 ], [ 103131.0, 511611.0 ], [ 103453.0, 511463.0 ], [ 103758.0, 511400.0 ], [ 104022.0, 511396.0 ], [ 104238.0, 511288.0 ], [ 104299.0, 511156.0 ], [ 104410.0, 511050.0 ], [ 104554.0, 511040.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102253.0, 511309.0 ], [ 102418.0, 511321.0 ], [ 102632.0, 511284.0 ], [ 103059.0, 511122.0 ], [ 103217.0, 511039.0 ], [ 103361.0, 510949.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102301.0, 510939.0 ], [ 102433.0, 511032.0 ], [ 102557.0, 511060.0 ], [ 102788.0, 511081.0 ], [ 103005.0, 511049.0 ], [ 103132.0, 511007.0 ], [ 103219.0, 510973.0 ], [ 103318.0, 510903.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102988.0, 510416.0 ], [ 102873.0, 510496.0 ], [ 102838.0, 510595.0 ], [ 102842.0, 510695.0 ], [ 102864.0, 510737.0 ] ], [ [ 102876.0, 510817.0 ], [ 102734.0, 510822.0 ], [ 102528.0, 510807.0 ], [ 102372.0, 510771.0 ] ], [ [ 102876.0, 510817.0 ], [ 102897.0, 510820.0 ], [ 102928.0, 510835.0 ], [ 102938.0, 510820.0 ], [ 102938.0, 510810.0 ], [ 102887.0, 510769.0 ], [ 102864.0, 510737.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104090.0, 510687.0 ], [ 104272.0, 510658.0 ], [ 104399.0, 510651.0 ], [ 104525.0, 510634.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 115534.0, 516522.0 ], [ 115263.0, 516207.0 ], [ 114982.0, 515869.0 ], [ 114655.0, 515553.0 ], [ 114328.0, 515305.0 ], [ 113968.0, 515024.0 ], [ 113315.0, 514686.0 ], [ 113033.0, 514506.0 ], [ 112706.0, 514303.0 ], [ 112323.0, 514033.0 ], [ 112019.0, 513740.0 ], [ 111783.0, 513560.0 ], [ 111580.0, 513323.0 ], [ 111518.0, 513272.0 ], [ 111496.0, 513219.0 ], [ 111479.0, 513191.0 ], [ 111476.0, 513134.0 ], [ 111493.0, 513103.0 ], [ 111518.0, 513078.0 ], [ 111543.0, 513081.0 ], [ 111622.0, 513075.0 ], [ 111698.0, 513098.0 ], [ 111774.0, 513126.0 ], [ 111845.0, 513146.0 ], [ 111946.0, 513177.0 ], [ 112011.0, 513179.0 ], [ 112019.0, 513137.0 ], [ 111994.0, 513061.0 ], [ 111957.0, 512985.0 ], [ 111904.0, 512912.0 ], [ 111797.0, 512805.0 ], [ 111718.0, 512737.0 ], [ 111605.0, 512644.0 ], [ 111493.0, 512563.0 ], [ 111315.0, 512470.0 ], [ 110049.0, 512394.0 ], [ 109666.0, 512391.0 ], [ 109227.0, 512380.0 ], [ 108945.0, 512368.0 ], [ 108554.0, 512374.0 ], [ 108109.0, 512346.0 ], [ 107748.0, 512332.0 ], [ 107379.0, 512304.0 ], [ 107233.0, 512242.0 ], [ 106993.0, 512069.0 ], [ 106816.0, 511788.0 ], [ 106723.0, 511606.0 ], [ 106621.0, 511254.0 ], [ 106466.0, 511022.0 ], [ 106297.0, 510806.0 ], [ 106125.0, 510647.0 ], [ 105965.0, 510594.0 ], [ 105871.0, 510613.0 ], [ 105804.0, 510698.0 ], [ 105762.0, 510828.0 ], [ 105764.0, 510878.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104152.0, 510502.0 ], [ 104224.0, 510478.0 ], [ 104284.0, 510474.0 ], [ 104415.0, 510453.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102319.0, 510866.0 ], [ 102455.0, 510915.0 ], [ 102648.0, 510952.0 ], [ 102826.0, 510948.0 ], [ 102973.0, 510930.0 ], [ 103048.0, 510919.0 ], [ 103105.0, 510876.0 ], [ 103102.0, 510825.0 ], [ 102990.0, 510728.0 ], [ 102974.0, 510631.0 ], [ 103035.0, 510404.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103070.0, 510395.0 ], [ 103049.0, 510498.0 ], [ 103040.0, 510616.0 ], [ 103096.0, 510710.0 ], [ 103169.0, 510749.0 ], [ 103260.0, 510743.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103192.0, 510357.0 ], [ 103209.0, 510414.0 ], [ 103250.0, 510443.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107605.0, 509956.0 ], [ 107707.0, 510036.0 ], [ 107736.0, 510161.0 ], [ 107691.0, 510288.0 ], [ 107591.0, 510441.0 ], [ 107575.0, 510577.0 ], [ 107585.0, 510738.0 ], [ 107645.0, 510878.0 ], [ 107751.0, 510952.0 ], [ 108022.0, 511126.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103418.0, 509854.0 ], [ 103517.0, 509861.0 ], [ 103563.0, 509892.0 ], [ 103568.0, 509914.0 ], [ 103510.0, 509911.0 ], [ 103439.0, 509897.0 ], [ 103398.0, 509868.0 ] ], [ [ 103398.0, 509868.0 ], [ 103418.0, 509854.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103106.0, 509800.0 ], [ 103243.0, 509799.0 ], [ 103389.0, 509788.0 ], [ 103530.0, 509796.0 ], [ 103605.0, 509831.0 ], [ 103715.0, 509951.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103093.0, 509706.0 ], [ 103279.0, 509719.0 ], [ 103512.0, 509742.0 ], [ 103681.0, 509771.0 ], [ 103821.0, 509897.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107796.0, 509626.0 ], [ 107960.0, 509726.0 ], [ 108198.0, 509934.0 ], [ 108243.0, 510180.0 ], [ 108168.0, 510362.0 ], [ 108175.0, 510632.0 ], [ 108296.0, 510786.0 ], [ 108560.0, 510965.0 ], [ 108816.0, 511096.0 ], [ 109077.0, 511173.0 ], [ 109336.0, 511278.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103908.0, 509840.0 ], [ 103806.0, 509761.0 ], [ 103649.0, 509685.0 ], [ 103445.0, 509652.0 ], [ 103274.0, 509570.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109528.0, 509055.0 ], [ 109391.0, 509028.0 ], [ 109185.0, 508978.0 ], [ 108964.0, 508898.0 ], [ 108792.0, 508901.0 ], [ 108777.0, 509063.0 ], [ 108927.0, 509186.0 ], [ 109164.0, 509282.0 ], [ 109392.0, 509454.0 ], [ 109526.0, 509569.0 ] ], [ [ 109526.0, 509569.0 ], [ 109531.0, 509573.0 ], [ 109526.0, 509585.0 ] ], [ [ 109526.0, 509585.0 ], [ 109526.0, 509569.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103485.0, 509516.0 ], [ 103666.0, 509516.0 ], [ 103783.0, 509576.0 ], [ 103754.0, 509616.0 ], [ 103602.0, 509615.0 ], [ 103433.0, 509581.0 ], [ 103338.0, 509551.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103780.0, 509283.0 ], [ 104032.0, 509337.0 ], [ 104233.0, 509393.0 ], [ 104307.0, 509487.0 ], [ 104321.0, 509589.0 ] ], [ [ 103780.0, 509283.0 ], [ 103732.0, 509313.0 ], [ 103694.0, 509357.0 ], [ 103653.0, 509396.0 ], [ 103495.0, 509473.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103638.0, 509261.0 ], [ 103637.0, 509311.0 ], [ 103606.0, 509359.0 ], [ 103312.0, 509393.0 ] ], [ [ 103147.0, 509270.0 ], [ 103388.0, 509257.0 ], [ 103619.0, 509259.0 ], [ 103638.0, 509261.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 509113.0 ], [ 103420.0, 509175.0 ], [ 103323.0, 509198.0 ], [ 103210.0, 509205.0 ], [ 103156.0, 509194.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103414.0, 509101.0 ], [ 103350.0, 509149.0 ], [ 103282.0, 509172.0 ], [ 103182.0, 509155.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108451.0, 508575.0 ], [ 108574.0, 508638.0 ], [ 108808.0, 508678.0 ], [ 109139.0, 508682.0 ], [ 109301.0, 508671.0 ], [ 109424.0, 508670.0 ], [ 109528.0, 508679.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102878.0, 507220.0 ], [ 102933.0, 507222.0 ], [ 103005.0, 507227.0 ], [ 103048.0, 507282.0 ], [ 103002.0, 507331.0 ], [ 102937.0, 507369.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102871.0, 507190.0 ], [ 102942.0, 507185.0 ], [ 103053.0, 507160.0 ], [ 103128.0, 507133.0 ], [ 103239.0, 507142.0 ], [ 103298.0, 507176.0 ], [ 103389.0, 507272.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102877.0, 507051.0 ], [ 102919.0, 507075.0 ], [ 102980.0, 507073.0 ], [ 102987.0, 507105.0 ], [ 102945.0, 507125.0 ], [ 102867.0, 507138.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102927.0, 506965.0 ], [ 103087.0, 507016.0 ], [ 103261.0, 507077.0 ], [ 103429.0, 507083.0 ], [ 103553.0, 507096.0 ], [ 103657.0, 507124.0 ], [ 103738.0, 507171.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103890.0, 506948.0 ], [ 103903.0, 506987.0 ], [ 103932.0, 507018.0 ], [ 103985.0, 507093.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103406.0, 506898.0 ], [ 103499.0, 506985.0 ], [ 103634.0, 507024.0 ], [ 103696.0, 507038.0 ], [ 103795.0, 506981.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104413.0, 506839.0 ], [ 104432.0, 506939.0 ], [ 104428.0, 507050.0 ], [ 104397.0, 507153.0 ], [ 104351.0, 507233.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103833.0, 506714.0 ], [ 103759.0, 506701.0 ], [ 103561.0, 506703.0 ], [ 103280.0, 506669.0 ], [ 103110.0, 506763.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105730.0, 506586.0 ], [ 105843.0, 506574.0 ], [ 105961.0, 506569.0 ], [ 106048.0, 506620.0 ], [ 106103.0, 506743.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104986.0, 506563.0 ], [ 105039.0, 506643.0 ], [ 105092.0, 506692.0 ], [ 105159.0, 506780.0 ], [ 105247.0, 506953.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105088.0, 506445.0 ], [ 105153.0, 506504.0 ], [ 105267.0, 506565.0 ], [ 105364.0, 506612.0 ], [ 105455.0, 506680.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103546.0, 506339.0 ], [ 103430.0, 506354.0 ], [ 103223.0, 506284.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105751.0, 506245.0 ], [ 105806.0, 506324.0 ], [ 105852.0, 506368.0 ], [ 105799.0, 506420.0 ], [ 105714.0, 506466.0 ], [ 105686.0, 506576.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103594.0, 506468.0 ], [ 103368.0, 506442.0 ], [ 103136.0, 506388.0 ], [ 102861.0, 506285.0 ], [ 102740.0, 506236.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103602.0, 506283.0 ], [ 103454.0, 506259.0 ], [ 103347.0, 506225.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105420.0, 506216.0 ], [ 105486.0, 506316.0 ], [ 105529.0, 506398.0 ], [ 105541.0, 506476.0 ], [ 105536.0, 506512.0 ], [ 105478.0, 506511.0 ], [ 105402.0, 506469.0 ], [ 105275.0, 506387.0 ], [ 105197.0, 506299.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106202.0, 506141.0 ], [ 106205.0, 506230.0 ], [ 106220.0, 506347.0 ], [ 106262.0, 506459.0 ], [ 106342.0, 506570.0 ], [ 106345.0, 506639.0 ], [ 106215.0, 506598.0 ], [ 106059.0, 506531.0 ], [ 105919.0, 506481.0 ], [ 105806.0, 506500.0 ], [ 105705.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109535.0, 505992.0 ], [ 109332.0, 506020.0 ], [ 109124.0, 506044.0 ], [ 108887.0, 506140.0 ], [ 108789.0, 506269.0 ], [ 108728.0, 506525.0 ], [ 108594.0, 506731.0 ], [ 108384.0, 506900.0 ], [ 108049.0, 506980.0 ], [ 107816.0, 507029.0 ], [ 107667.0, 507183.0 ], [ 107547.0, 507518.0 ], [ 107559.0, 507806.0 ], [ 107655.0, 508010.0 ], [ 107769.0, 508168.0 ], [ 107859.0, 508251.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103446.0, 505715.0 ], [ 103579.0, 505753.0 ], [ 103597.0, 505796.0 ], [ 103590.0, 505853.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103444.0, 505622.0 ], [ 103592.0, 505669.0 ], [ 103646.0, 505735.0 ], [ 103667.0, 505858.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102395.0, 505630.0 ], [ 102502.0, 505572.0 ], [ 102888.0, 505551.0 ], [ 103088.0, 505570.0 ], [ 103187.0, 505744.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103851.0, 505085.0 ], [ 103885.0, 505192.0 ], [ 103813.0, 505334.0 ], [ 103796.0, 505471.0 ], [ 103869.0, 505611.0 ], [ 104001.0, 505735.0 ], [ 104093.0, 505883.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106195.0, 505086.0 ], [ 106104.0, 505101.0 ], [ 105944.0, 505017.0 ], [ 105757.0, 504887.0 ], [ 105578.0, 504843.0 ], [ 105510.0, 504953.0 ], [ 105631.0, 505156.0 ], [ 105835.0, 505374.0 ], [ 105959.0, 505541.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104218.0, 504702.0 ], [ 104265.0, 504695.0 ], [ 104484.0, 504788.0 ], [ 104648.0, 504918.0 ], [ 104745.0, 505079.0 ], [ 104725.0, 505213.0 ], [ 104628.0, 505236.0 ], [ 104485.0, 505171.0 ], [ 104414.0, 504988.0 ], [ 104296.0, 504840.0 ], [ 104227.0, 504774.0 ], [ 104193.0, 504731.0 ], [ 104218.0, 504702.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106108.0, 504862.0 ], [ 105985.0, 504805.0 ], [ 105766.0, 504621.0 ], [ 105621.0, 504334.0 ], [ 105387.0, 504132.0 ], [ 105154.0, 504088.0 ], [ 104980.0, 504139.0 ], [ 105015.0, 504276.0 ], [ 105217.0, 504514.0 ], [ 105494.0, 505145.0 ], [ 105663.0, 505337.0 ], [ 105895.0, 505585.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105175.0, 505686.0 ], [ 105081.0, 505554.0 ], [ 104865.0, 505071.0 ], [ 104570.0, 504672.0 ], [ 104195.0, 504472.0 ], [ 104037.0, 504215.0 ], [ 103945.0, 504014.0 ], [ 103798.0, 503950.0 ], [ 103750.0, 503966.0 ], [ 103623.0, 504034.0 ], [ 103550.0, 504108.0 ], [ 103637.0, 504196.0 ], [ 103757.0, 504262.0 ], [ 103699.0, 504387.0 ], [ 103446.0, 504350.0 ], [ 103251.0, 504349.0 ], [ 103111.0, 504459.0 ], [ 103107.0, 504623.0 ], [ 103220.0, 504751.0 ], [ 103426.0, 504737.0 ], [ 103598.0, 504756.0 ], [ 103649.0, 504801.0 ], [ 103733.0, 504920.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102261.0, 504394.0 ], [ 102295.0, 504312.0 ], [ 102327.0, 504179.0 ], [ 102216.0, 504040.0 ], [ 102140.0, 504000.0 ], [ 102167.0, 503933.0 ], [ 102248.0, 503892.0 ], [ 102339.0, 503897.0 ], [ 102417.0, 504072.0 ], [ 102475.0, 504182.0 ], [ 102431.0, 504359.0 ], [ 102348.0, 504423.0 ], [ 102294.0, 504413.0 ], [ 102261.0, 504394.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102594.0, 504848.0 ], [ 102668.0, 504732.0 ], [ 102771.0, 504434.0 ], [ 102862.0, 504158.0 ], [ 103002.0, 503960.0 ], [ 103210.0, 503849.0 ], [ 103382.0, 503837.0 ], [ 103458.0, 503912.0 ], [ 103374.0, 503991.0 ], [ 103181.0, 504147.0 ], [ 103056.0, 504422.0 ], [ 102984.0, 504644.0 ], [ 103009.0, 504826.0 ], [ 103085.0, 504928.0 ], [ 103321.0, 504984.0 ], [ 103420.0, 505081.0 ], [ 103480.0, 505116.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 108751.0, 503669.0 ], [ 108770.0, 503769.0 ], [ 108775.0, 503818.0 ], [ 108770.0, 503847.0 ], [ 108726.0, 503835.0 ], [ 108640.0, 503765.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503772.0 ], [ 109365.0, 503702.0 ], [ 109195.0, 503645.0 ], [ 109062.0, 503616.0 ], [ 108964.0, 503613.0 ], [ 108896.0, 503660.0 ], [ 108874.0, 503740.0 ], [ 108963.0, 503839.0 ], [ 109044.0, 503916.0 ], [ 109081.0, 504057.0 ], [ 109065.0, 504156.0 ], [ 109021.0, 504243.0 ], [ 109050.0, 504388.0 ], [ 109235.0, 504484.0 ], [ 109538.0, 504547.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109540.0, 503587.0 ], [ 109315.0, 503606.0 ], [ 109060.0, 503569.0 ], [ 108964.0, 503552.0 ], [ 108883.0, 503557.0 ], [ 108841.0, 503610.0 ], [ 108813.0, 503720.0 ], [ 108842.0, 503848.0 ], [ 108917.0, 503926.0 ], [ 108959.0, 504042.0 ], [ 108868.0, 504104.0 ], [ 108751.0, 504030.0 ], [ 108647.0, 503898.0 ], [ 108546.0, 503873.0 ], [ 108463.0, 503896.0 ], [ 108439.0, 503974.0 ], [ 108437.0, 504144.0 ], [ 108511.0, 504308.0 ], [ 108576.0, 504405.0 ], [ 108694.0, 504533.0 ], [ 108880.0, 504609.0 ], [ 109060.0, 504638.0 ], [ 109215.0, 504661.0 ], [ 109538.0, 504662.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108814.0, 503530.0 ], [ 108792.0, 503710.0 ], [ 108813.0, 503819.0 ], [ 108811.0, 503899.0 ], [ 108773.0, 503925.0 ], [ 108684.0, 503848.0 ], [ 108582.0, 503793.0 ], [ 108524.0, 503771.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100416.0, 503338.0 ], [ 100332.0, 503380.0 ] ], [ [ 100240.0, 503052.0 ], [ 100460.0, 502981.0 ], [ 100860.0, 502941.0 ], [ 101210.0, 503016.0 ], [ 101420.0, 503044.0 ], [ 101586.0, 503107.0 ], [ 101723.0, 503100.0 ], [ 101801.0, 503094.0 ], [ 101767.0, 503191.0 ], [ 101686.0, 503259.0 ], [ 101615.0, 503419.0 ], [ 101422.0, 503478.0 ], [ 101240.0, 503350.0 ], [ 101061.0, 503262.0 ], [ 100877.0, 503224.0 ], [ 100698.0, 503247.0 ], [ 100483.0, 503333.0 ], [ 100416.0, 503338.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108244.0, 503376.0 ], [ 108217.0, 503418.0 ], [ 107982.0, 503630.0 ], [ 107774.0, 503861.0 ], [ 107635.0, 504032.0 ], [ 107364.0, 504127.0 ], [ 107011.0, 504170.0 ], [ 106763.0, 504136.0 ], [ 106380.0, 503949.0 ], [ 105927.0, 503782.0 ], [ 105531.0, 503726.0 ], [ 105093.0, 503720.0 ], [ 104862.0, 503620.0 ], [ 104641.0, 503472.0 ], [ 104409.0, 503329.0 ], [ 104190.0, 503416.0 ], [ 104061.0, 503617.0 ], [ 104054.0, 503900.0 ], [ 104134.0, 504158.0 ], [ 104271.0, 504324.0 ], [ 104834.0, 504744.0 ], [ 105054.0, 505182.0 ], [ 105243.0, 505522.0 ], [ 105412.0, 505676.0 ] ], [ [ 109549.0, 500008.0 ], [ 109104.0, 499977.0 ], [ 108598.0, 499947.0 ], [ 107980.0, 500009.0 ], [ 107357.0, 500107.0 ], [ 107043.0, 500237.0 ], [ 106944.0, 500366.0 ], [ 107067.0, 500636.0 ], [ 107391.0, 500923.0 ], [ 108111.0, 501181.0 ], [ 108331.0, 501357.0 ], [ 108550.0, 501577.0 ], [ 108686.0, 501859.0 ], [ 108596.0, 502147.0 ], [ 108393.0, 502259.0 ], [ 108131.0, 502247.0 ], [ 107844.0, 502077.0 ], [ 107703.0, 501820.0 ], [ 107555.0, 501520.0 ], [ 107317.0, 501305.0 ], [ 107064.0, 501319.0 ], [ 106825.0, 501444.0 ], [ 106713.0, 501605.0 ], [ 106687.0, 501885.0 ], [ 106774.0, 502192.0 ], [ 106984.0, 502619.0 ], [ 107173.0, 502899.0 ], [ 107363.0, 503068.0 ], [ 107601.0, 503200.0 ], [ 107788.0, 503256.0 ], [ 107988.0, 503304.0 ], [ 108167.0, 503250.0 ], [ 108239.0, 503257.0 ] ], [ [ 108244.0, 503376.0 ], [ 108273.0, 503338.0 ], [ 108273.0, 503295.0 ], [ 108270.0, 503274.0 ], [ 108239.0, 503257.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502906.0 ], [ 109354.0, 502897.0 ], [ 109115.0, 502926.0 ], [ 108929.0, 503024.0 ], [ 108817.0, 503101.0 ], [ 108728.0, 503318.0 ], [ 108693.0, 503389.0 ], [ 108657.0, 503454.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109542.0, 502714.0 ], [ 109211.0, 502721.0 ], [ 108950.0, 502734.0 ], [ 108774.0, 502824.0 ], [ 108653.0, 502930.0 ], [ 108648.0, 503070.0 ], [ 108648.0, 503228.0 ], [ 108606.0, 503384.0 ], [ 108562.0, 503467.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100126.0, 502628.0 ], [ 100313.0, 502620.0 ], [ 100551.0, 502622.0 ], [ 100801.0, 502621.0 ], [ 101092.0, 502687.0 ], [ 101338.0, 502747.0 ], [ 101471.0, 502783.0 ], [ 101575.0, 502875.0 ], [ 101680.0, 502952.0 ], [ 101752.0, 502860.0 ], [ 101785.0, 502759.0 ], [ 101881.0, 502645.0 ], [ 102022.0, 502598.0 ], [ 102151.0, 502601.0 ], [ 102263.0, 502646.0 ], [ 102300.0, 502744.0 ], [ 102280.0, 502888.0 ], [ 102133.0, 503061.0 ], [ 101935.0, 503198.0 ], [ 101798.0, 503373.0 ], [ 101708.0, 503608.0 ], [ 101643.0, 503790.0 ], [ 101649.0, 503914.0 ], [ 101754.0, 503985.0 ], [ 101822.0, 504040.0 ], [ 101786.0, 504160.0 ], [ 101649.0, 504174.0 ], [ 101479.0, 504099.0 ], [ 101356.0, 503990.0 ], [ 101304.0, 503816.0 ], [ 101161.0, 503689.0 ], [ 100927.0, 503634.0 ], [ 100699.0, 503644.0 ], [ 100450.0, 503777.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100093.0, 502504.0 ], [ 100273.0, 502479.0 ], [ 100966.0, 502592.0 ], [ 101146.0, 502624.0 ], [ 101372.0, 502682.0 ], [ 101497.0, 502735.0 ], [ 101583.0, 502831.0 ], [ 101629.0, 502908.0 ], [ 101670.0, 502924.0 ], [ 101719.0, 502775.0 ], [ 101801.0, 502649.0 ], [ 101956.0, 502557.0 ], [ 102100.0, 502545.0 ], [ 102222.0, 502570.0 ], [ 102311.0, 502632.0 ], [ 102342.0, 502808.0 ], [ 102276.0, 503043.0 ], [ 102136.0, 503233.0 ], [ 102057.0, 503347.0 ], [ 101986.0, 503466.0 ], [ 101924.0, 503552.0 ], [ 101923.0, 503677.0 ], [ 102018.0, 503739.0 ], [ 102151.0, 503772.0 ], [ 102218.0, 503816.0 ], [ 102200.0, 503896.0 ], [ 102072.0, 503984.0 ], [ 101976.0, 504094.0 ], [ 101886.0, 504221.0 ], [ 101679.0, 504265.0 ], [ 101449.0, 504202.0 ], [ 101240.0, 504153.0 ], [ 101010.0, 504244.0 ], [ 100837.0, 504392.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99867.0, 501414.0 ], [ 99846.0, 501408.0 ] ], [ [ 99846.0, 501408.0 ], [ 99737.0, 501412.0 ] ], [ [ 99830.0, 501661.0 ], [ 100070.0, 501700.0 ], [ 100407.0, 501734.0 ], [ 100733.0, 501717.0 ], [ 100898.0, 501685.0 ], [ 100962.0, 501617.0 ], [ 101176.0, 501419.0 ], [ 101388.0, 501402.0 ], [ 101528.0, 501498.0 ], [ 101482.0, 501756.0 ], [ 101552.0, 501952.0 ], [ 101679.0, 502078.0 ], [ 101742.0, 502203.0 ], [ 101728.0, 502358.0 ], [ 101698.0, 502480.0 ], [ 101754.0, 502529.0 ], [ 101859.0, 502508.0 ], [ 101953.0, 502449.0 ], [ 102015.0, 502319.0 ], [ 102045.0, 502223.0 ], [ 102147.0, 502173.0 ], [ 102349.0, 502144.0 ], [ 102498.0, 502133.0 ], [ 102611.0, 502159.0 ], [ 102700.0, 502339.0 ], [ 102632.0, 502620.0 ], [ 102694.0, 502814.0 ], [ 102783.0, 502865.0 ], [ 102863.0, 502829.0 ], [ 102910.0, 502670.0 ], [ 102886.0, 502504.0 ], [ 102891.0, 502366.0 ], [ 102864.0, 502190.0 ], [ 102764.0, 502063.0 ], [ 102617.0, 502002.0 ], [ 102420.0, 502042.0 ], [ 102205.0, 502010.0 ], [ 101981.0, 501926.0 ], [ 101850.0, 501807.0 ], [ 101722.0, 501672.0 ], [ 101664.0, 501518.0 ], [ 101663.0, 501388.0 ], [ 101655.0, 501299.0 ], [ 101608.0, 501183.0 ], [ 101447.0, 501150.0 ], [ 101149.0, 501173.0 ], [ 100947.0, 501227.0 ], [ 100792.0, 501299.0 ], [ 100551.0, 501373.0 ], [ 100262.0, 501433.0 ], [ 100027.0, 501454.0 ], [ 99867.0, 501414.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102160.0, 504875.0 ], [ 102329.0, 504813.0 ], [ 102487.0, 504700.0 ], [ 102577.0, 504520.0 ], [ 102660.0, 504240.0 ], [ 102907.0, 503785.0 ], [ 103171.0, 503619.0 ], [ 103638.0, 503493.0 ], [ 103817.0, 503309.0 ], [ 103865.0, 502998.0 ], [ 103907.0, 502640.0 ], [ 104038.0, 502392.0 ], [ 104233.0, 502357.0 ], [ 104518.0, 502568.0 ], [ 104733.0, 502678.0 ], [ 104923.0, 502709.0 ], [ 105136.0, 502722.0 ], [ 105191.0, 502578.0 ], [ 105210.0, 502369.0 ], [ 105069.0, 502128.0 ], [ 104834.0, 501987.0 ], [ 104726.0, 501863.0 ], [ 104694.0, 501711.0 ], [ 104643.0, 501562.0 ], [ 104570.0, 501425.0 ], [ 104381.0, 501330.0 ], [ 104147.0, 501310.0 ], [ 103878.0, 501342.0 ], [ 103718.0, 501396.0 ], [ 103547.0, 501458.0 ], [ 103324.0, 501400.0 ], [ 102834.0, 501064.0 ], [ 102674.0, 500966.0 ], [ 102559.0, 500976.0 ], [ 102483.0, 501114.0 ], [ 102531.0, 501257.0 ], [ 102664.0, 501401.0 ], [ 102781.0, 501515.0 ], [ 102896.0, 501860.0 ], [ 102949.0, 502085.0 ], [ 103037.0, 502230.0 ], [ 103014.0, 502471.0 ], [ 103037.0, 502634.0 ], [ 103041.0, 502822.0 ], [ 102971.0, 502985.0 ], [ 102793.0, 502972.0 ], [ 102543.0, 502797.0 ], [ 102480.0, 502647.0 ], [ 102460.0, 502321.0 ], [ 102318.0, 502205.0 ], [ 102135.0, 502228.0 ], [ 102085.0, 502312.0 ], [ 102017.0, 502443.0 ], [ 101896.0, 502524.0 ], [ 101834.0, 502570.0 ], [ 101711.0, 502552.0 ], [ 101664.0, 502508.0 ], [ 101654.0, 502389.0 ], [ 101678.0, 502304.0 ], [ 101625.0, 502207.0 ], [ 101529.0, 502133.0 ], [ 101436.0, 502002.0 ], [ 101360.0, 501854.0 ], [ 101301.0, 501760.0 ], [ 101201.0, 501728.0 ], [ 100986.0, 501822.0 ], [ 100764.0, 501897.0 ], [ 100533.0, 501950.0 ], [ 100328.0, 501983.0 ], [ 100087.0, 501981.0 ], [ 99936.0, 501973.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102478.0, 500749.0 ], [ 102544.0, 500664.0 ], [ 102622.0, 500605.0 ], [ 102706.0, 500590.0 ], [ 102781.0, 500608.0 ], [ 102812.0, 500631.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105472.0, 500604.0 ], [ 105514.0, 500534.0 ], [ 105597.0, 500563.0 ], [ 105742.0, 500713.0 ], [ 106023.0, 500875.0 ], [ 106114.0, 500981.0 ], [ 106111.0, 501126.0 ], [ 106067.0, 501261.0 ], [ 105866.0, 501248.0 ], [ 105697.0, 500977.0 ], [ 105547.0, 500805.0 ], [ 105483.0, 500704.0 ], [ 105472.0, 500604.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102861.0, 500611.0 ], [ 102788.0, 500533.0 ], [ 102682.0, 500519.0 ], [ 102555.0, 500572.0 ], [ 102466.0, 500711.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102436.0, 500652.0 ], [ 102486.0, 500446.0 ], [ 102565.0, 500325.0 ], [ 102723.0, 500303.0 ], [ 102777.0, 500359.0 ], [ 102733.0, 500430.0 ], [ 102617.0, 500462.0 ], [ 102544.0, 500516.0 ], [ 102457.0, 500685.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102408.0, 500642.0 ], [ 102418.0, 500541.0 ], [ 102412.0, 500329.0 ], [ 102581.0, 500180.0 ], [ 102773.0, 500154.0 ], [ 102959.0, 500333.0 ], [ 103020.0, 500471.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105755.0, 499876.0 ], [ 105752.0, 499837.0 ] ], [ [ 105752.0, 499837.0 ], [ 105741.0, 499816.0 ], [ 105590.0, 499796.0 ], [ 105286.0, 499882.0 ], [ 104987.0, 499969.0 ], [ 104717.0, 499971.0 ], [ 104538.0, 499993.0 ], [ 104416.0, 500093.0 ], [ 104371.0, 500309.0 ], [ 104420.0, 500516.0 ], [ 104628.0, 500677.0 ], [ 104773.0, 500899.0 ], [ 104864.0, 501212.0 ], [ 104968.0, 501470.0 ], [ 105185.0, 501550.0 ], [ 105392.0, 501595.0 ], [ 105549.0, 501749.0 ], [ 105678.0, 501890.0 ], [ 105788.0, 501928.0 ], [ 105886.0, 501898.0 ], [ 105907.0, 501719.0 ], [ 105888.0, 501489.0 ], [ 105692.0, 501311.0 ], [ 105410.0, 501277.0 ], [ 105269.0, 501163.0 ], [ 105139.0, 500953.0 ], [ 105062.0, 500713.0 ], [ 105071.0, 500401.0 ], [ 105164.0, 500232.0 ], [ 105296.0, 500145.0 ], [ 105623.0, 500046.0 ], [ 105723.0, 499951.0 ], [ 105748.0, 499900.0 ], [ 105755.0, 499876.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103138.0, 499530.0 ], [ 103033.0, 499458.0 ], [ 102987.0, 499380.0 ], [ 103105.0, 499249.0 ], [ 103256.0, 499235.0 ], [ 103439.0, 499294.0 ], [ 103590.0, 499360.0 ], [ 103760.0, 499530.0 ], [ 103970.0, 499714.0 ], [ 104081.0, 499838.0 ], [ 104061.0, 499923.0 ], [ 104035.0, 499969.0 ], [ 103983.0, 500048.0 ], [ 103917.0, 500054.0 ], [ 103832.0, 500048.0 ], [ 103780.0, 499936.0 ], [ 103734.0, 499818.0 ], [ 103629.0, 499707.0 ], [ 103485.0, 499642.0 ], [ 103308.0, 499570.0 ], [ 103138.0, 499530.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101520.0, 498976.0 ], [ 101429.0, 498978.0 ], [ 101362.0, 499122.0 ], [ 101359.0, 499320.0 ], [ 101327.0, 499565.0 ], [ 101203.0, 499707.0 ], [ 101131.0, 499831.0 ], [ 101216.0, 499943.0 ], [ 101364.0, 499938.0 ], [ 101478.0, 499865.0 ], [ 101556.0, 499751.0 ], [ 101581.0, 499594.0 ], [ 101592.0, 499433.0 ], [ 101582.0, 499150.0 ], [ 101550.0, 499006.0 ], [ 101520.0, 498976.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102012.0, 498717.0 ], [ 102065.0, 498623.0 ], [ 102151.0, 498617.0 ], [ 102172.0, 498735.0 ], [ 102121.0, 498866.0 ], [ 102106.0, 499070.0 ], [ 102064.0, 499271.0 ], [ 102055.0, 499477.0 ], [ 102074.0, 499574.0 ], [ 102191.0, 499701.0 ], [ 102306.0, 499795.0 ], [ 102274.0, 499908.0 ], [ 102240.0, 500016.0 ], [ 102212.0, 500142.0 ], [ 102106.0, 500134.0 ], [ 102051.0, 500123.0 ], [ 102003.0, 500101.0 ], [ 102019.0, 500049.0 ], [ 102047.0, 499978.0 ], [ 102018.0, 499928.0 ], [ 101954.0, 499903.0 ], [ 101959.0, 499720.0 ], [ 101958.0, 499465.0 ], [ 101979.0, 499276.0 ], [ 102000.0, 499013.0 ], [ 101989.0, 498854.0 ], [ 102012.0, 498717.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98363.0, 497595.0 ], [ 98363.0, 497711.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104900.0, 497497.0 ], [ 105171.0, 497607.0 ], [ 105427.0, 497683.0 ], [ 105555.0, 497751.0 ], [ 105596.0, 497813.0 ], [ 105601.0, 497880.0 ], [ 105544.0, 497887.0 ], [ 105462.0, 497814.0 ], [ 105285.0, 497762.0 ], [ 105113.0, 497730.0 ], [ 105002.0, 497678.0 ], [ 104916.0, 497553.0 ], [ 104900.0, 497497.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105833.0, 497372.0 ], [ 105899.0, 497402.0 ], [ 106016.0, 497378.0 ], [ 106148.0, 497382.0 ], [ 106231.0, 497327.0 ], [ 106258.0, 497249.0 ] ], [ [ 105833.0, 497372.0 ], [ 105858.0, 497337.0 ], [ 105862.0, 497304.0 ], [ 105872.0, 497265.0 ], [ 105877.0, 497231.0 ], [ 105853.0, 497222.0 ], [ 105819.0, 497202.0 ], [ 105793.0, 497207.0 ] ], [ [ 103409.0, 500564.0 ], [ 103511.0, 500456.0 ], [ 103561.0, 500252.0 ], [ 103563.0, 499931.0 ], [ 103481.0, 499752.0 ], [ 103247.0, 499685.0 ], [ 102975.0, 499582.0 ], [ 102867.0, 499467.0 ], [ 102871.0, 499321.0 ], [ 102930.0, 499227.0 ], [ 103018.0, 499113.0 ], [ 103162.0, 499031.0 ], [ 103319.0, 498995.0 ], [ 103501.0, 499077.0 ], [ 103664.0, 499194.0 ], [ 103822.0, 499339.0 ], [ 103954.0, 499447.0 ], [ 104055.0, 499517.0 ], [ 104259.0, 499567.0 ], [ 104356.0, 499563.0 ], [ 104456.0, 499549.0 ], [ 104560.0, 499436.0 ], [ 104625.0, 499311.0 ], [ 104707.0, 499124.0 ], [ 104795.0, 498998.0 ], [ 104985.0, 498918.0 ], [ 105053.0, 498883.0 ], [ 105143.0, 498772.0 ], [ 105156.0, 498630.0 ], [ 105100.0, 498514.0 ], [ 104893.0, 498446.0 ], [ 104628.0, 498506.0 ], [ 104443.0, 498601.0 ], [ 104208.0, 498669.0 ], [ 103865.0, 498667.0 ], [ 103707.0, 498608.0 ], [ 103624.0, 498509.0 ], [ 103608.0, 498348.0 ], [ 103674.0, 498186.0 ], [ 103837.0, 498106.0 ], [ 104212.0, 498001.0 ], [ 104448.0, 497999.0 ], [ 104686.0, 498079.0 ], [ 104883.0, 498178.0 ], [ 105065.0, 498255.0 ], [ 105240.0, 498238.0 ], [ 105322.0, 498112.0 ], [ 105349.0, 497918.0 ], [ 105243.0, 497803.0 ], [ 105059.0, 497762.0 ], [ 104894.0, 497666.0 ], [ 104788.0, 497573.0 ], [ 104585.0, 497426.0 ], [ 104455.0, 497295.0 ], [ 104386.0, 497166.0 ], [ 104413.0, 497067.0 ], [ 104495.0, 497073.0 ], [ 104603.0, 497206.0 ], [ 104713.0, 497311.0 ], [ 104828.0, 497385.0 ], [ 105001.0, 497445.0 ], [ 105114.0, 497486.0 ], [ 105308.0, 497544.0 ], [ 105496.0, 497574.0 ], [ 105645.0, 497542.0 ], [ 105748.0, 497466.0 ], [ 105833.0, 497372.0 ] ], [ [ 106182.0, 496857.0 ], [ 106337.0, 496975.0 ], [ 106616.0, 497266.0 ], [ 106708.0, 497729.0 ], [ 106625.0, 498008.0 ], [ 106379.0, 498195.0 ], [ 106110.0, 498383.0 ], [ 106042.0, 498616.0 ], [ 106109.0, 498785.0 ], [ 106209.0, 498835.0 ] ], [ [ 106258.0, 497249.0 ], [ 106271.0, 497208.0 ], [ 106248.0, 497090.0 ], [ 106193.0, 496939.0 ], [ 106182.0, 496857.0 ] ], [ [ 105833.0, 496824.0 ], [ 105802.0, 496857.0 ], [ 105811.0, 496963.0 ], [ 105747.0, 497072.0 ], [ 105738.0, 497187.0 ], [ 105793.0, 497207.0 ] ], [ [ 105833.0, 496824.0 ], [ 105708.0, 496869.0 ], [ 105590.0, 496961.0 ], [ 105497.0, 497138.0 ], [ 105380.0, 497226.0 ], [ 105213.0, 497202.0 ], [ 105005.0, 497149.0 ], [ 104867.0, 497062.0 ], [ 104714.0, 496930.0 ], [ 104467.0, 496675.0 ] ], [ [ 105898.0, 496645.0 ], [ 105885.0, 496771.0 ], [ 105833.0, 496824.0 ] ], [ [ 106182.0, 496857.0 ], [ 106172.0, 496784.0 ], [ 106129.0, 496640.0 ] ], [ [ 106258.0, 497249.0 ], [ 106446.0, 497352.0 ], [ 106580.0, 497572.0 ], [ 106555.0, 497806.0 ], [ 106414.0, 497982.0 ], [ 106154.0, 498109.0 ], [ 105879.0, 498368.0 ], [ 105827.0, 498657.0 ], [ 105881.0, 498838.0 ], [ 106031.0, 498977.0 ], [ 106307.0, 499125.0 ], [ 106635.0, 499195.0 ], [ 106979.0, 499113.0 ], [ 107123.0, 498946.0 ], [ 107274.0, 498798.0 ], [ 107459.0, 498599.0 ], [ 107668.0, 498356.0 ], [ 107842.0, 498123.0 ], [ 107922.0, 497866.0 ], [ 107959.0, 497635.0 ], [ 107891.0, 497349.0 ], [ 107765.0, 497119.0 ], [ 107672.0, 496762.0 ], [ 107657.0, 496608.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101741.0, 496733.0 ], [ 101654.0, 496943.0 ], [ 101558.0, 497147.0 ], [ 101362.0, 497389.0 ], [ 101033.0, 497539.0 ], [ 100622.0, 497575.0 ], [ 100433.0, 497528.0 ], [ 100229.0, 497561.0 ], [ 100125.0, 497927.0 ], [ 100227.0, 498199.0 ], [ 100473.0, 498431.0 ], [ 100802.0, 498585.0 ], [ 100982.0, 498916.0 ], [ 100941.0, 499292.0 ], [ 101032.0, 499485.0 ], [ 101162.0, 499510.0 ], [ 101257.0, 499415.0 ], [ 101250.0, 499204.0 ], [ 101245.0, 498942.0 ], [ 101377.0, 498794.0 ], [ 101500.0, 498579.0 ], [ 101624.0, 498316.0 ], [ 101744.0, 498185.0 ], [ 101870.0, 498165.0 ], [ 101958.0, 498282.0 ], [ 101909.0, 498448.0 ], [ 101744.0, 498581.0 ], [ 101680.0, 498750.0 ], [ 101687.0, 498942.0 ], [ 101744.0, 499243.0 ], [ 101761.0, 499368.0 ], [ 101739.0, 499526.0 ], [ 101753.0, 499761.0 ], [ 101794.0, 499838.0 ], [ 101816.0, 499874.0 ], [ 101879.0, 499939.0 ], [ 101926.0, 499997.0 ], [ 101907.0, 500061.0 ], [ 101909.0, 500143.0 ], [ 102033.0, 500271.0 ], [ 102008.0, 500331.0 ], [ 101850.0, 500321.0 ], [ 101713.0, 500238.0 ], [ 101611.0, 500148.0 ], [ 101509.0, 500103.0 ], [ 101404.0, 500164.0 ], [ 101379.0, 500237.0 ], [ 101431.0, 500354.0 ], [ 101493.0, 500508.0 ], [ 101528.0, 500615.0 ], [ 101618.0, 500774.0 ], [ 101722.0, 500894.0 ], [ 101873.0, 501035.0 ], [ 102052.0, 501072.0 ], [ 102229.0, 501020.0 ], [ 102345.0, 500958.0 ], [ 102431.0, 500857.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102476.0, 496717.0 ], [ 102329.0, 497107.0 ], [ 102072.0, 497415.0 ], [ 102006.0, 497579.0 ], [ 102092.0, 497687.0 ], [ 102253.0, 497580.0 ], [ 102469.0, 497464.0 ], [ 102784.0, 497310.0 ], [ 103093.0, 497244.0 ], [ 103281.0, 497238.0 ], [ 103411.0, 497154.0 ], [ 103553.0, 496941.0 ], [ 103809.0, 496687.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106493.0, 498890.0 ], [ 106700.0, 498875.0 ], [ 106887.0, 498791.0 ], [ 107087.0, 498531.0 ], [ 107208.0, 498266.0 ], [ 107250.0, 498034.0 ], [ 107281.0, 497702.0 ], [ 107330.0, 497444.0 ], [ 107285.0, 497121.0 ], [ 107177.0, 496893.0 ], [ 107096.0, 496620.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103721.0, 520021.0 ], [ 104014.0, 520044.0 ], [ 104279.0, 520114.0 ], [ 104448.0, 520210.0 ], [ 104586.0, 520297.0 ], [ 104772.0, 520421.0 ], [ 104946.0, 520519.0 ], [ 105097.0, 520539.0 ], [ 105332.0, 520541.0 ], [ 105550.0, 520548.0 ], [ 105902.0, 520541.0 ], [ 105970.0, 520548.0 ], [ 106027.0, 520626.0 ], [ 106133.0, 520748.0 ], [ 106321.0, 520817.0 ], [ 106432.0, 520815.0 ], [ 106574.0, 520778.0 ], [ 106750.0, 520707.0 ], [ 106841.0, 520655.0 ], [ 106884.0, 520626.0 ], [ 106964.0, 520495.0 ], [ 107668.0, 519960.0 ], [ 108292.0, 519655.0 ], [ 108754.0, 519539.0 ], [ 109007.0, 519599.0 ], [ 109393.0, 519769.0 ], [ 110217.0, 520189.0 ], [ 110377.0, 520322.0 ], [ 110496.0, 520480.0 ], [ 110558.0, 520676.0 ], [ 110608.0, 521070.0 ], [ 110607.0, 521421.0 ], [ 110570.0, 521798.0 ], [ 110501.0, 522089.0 ], [ 110522.0, 522530.0 ], [ 111166.0, 524077.0 ], [ 111814.0, 525226.0 ], [ 112484.0, 526122.0 ], [ 112810.0, 526150.0 ], [ 110946.0, 522878.0 ], [ 111087.0, 520800.0 ], [ 111090.0, 520377.0 ], [ 111003.0, 520097.0 ], [ 110811.0, 519815.0 ], [ 110679.0, 519642.0 ], [ 110363.0, 519430.0 ], [ 109450.0, 518945.0 ], [ 108160.0, 518540.0 ], [ 107692.0, 518343.0 ], [ 107084.0, 518129.0 ], [ 106476.0, 517920.0 ], [ 105980.0, 517672.0 ], [ 105646.0, 517404.0 ], [ 105389.0, 517008.0 ], [ 105265.0, 516726.0 ], [ 105076.0, 515828.0 ], [ 105074.0, 515549.0 ], [ 105338.0, 515375.0 ], [ 105614.0, 515375.0 ], [ 105884.0, 515404.0 ], [ 106087.0, 515528.0 ], [ 106520.0, 515829.0 ], [ 106853.0, 516165.0 ], [ 107154.0, 516547.0 ], [ 107608.0, 517216.0 ], [ 108042.0, 517560.0 ], [ 108532.0, 517646.0 ], [ 108881.0, 517696.0 ], [ 109269.0, 517696.0 ], [ 109433.0, 517668.0 ], [ 109531.0, 517592.0 ], [ 109564.0, 517491.0 ], [ 109716.0, 517288.0 ], [ 109776.0, 517246.0 ], [ 109889.0, 517188.0 ], [ 110055.0, 517146.0 ], [ 110318.0, 517164.0 ], [ 110594.0, 517328.0 ], [ 110793.0, 517496.0 ], [ 112006.0, 518575.0 ], [ 112088.0, 518585.0 ], [ 112113.0, 518547.0 ], [ 112080.0, 518445.0 ], [ 111961.0, 518275.0 ], [ 111676.0, 517947.0 ], [ 111580.0, 517824.0 ], [ 111488.0, 517736.0 ], [ 111375.0, 517598.0 ], [ 111254.0, 517435.0 ], [ 111220.0, 517347.0 ], [ 111302.0, 517322.0 ], [ 111505.0, 517330.0 ], [ 111644.0, 517294.0 ], [ 111706.0, 517258.0 ], [ 111765.0, 517227.0 ], [ 111799.0, 517193.0 ], [ 111821.0, 517142.0 ], [ 111847.0, 516965.0 ], [ 111847.0, 516790.0 ], [ 111666.0, 516565.0 ], [ 111554.0, 516433.0 ], [ 111400.0, 516329.0 ], [ 111008.0, 516048.0 ], [ 110449.0, 515447.0 ], [ 110162.0, 514968.0 ], [ 109903.0, 514597.0 ], [ 109514.0, 514262.0 ], [ 108889.0, 513791.0 ], [ 108512.0, 513437.0 ], [ 107861.0, 513034.0 ], [ 107526.0, 512890.0 ], [ 107032.0, 512549.0 ], [ 106784.0, 512335.0 ], [ 106480.0, 511890.0 ], [ 106351.0, 511391.0 ], [ 106185.0, 511177.0 ], [ 106007.0, 511062.0 ], [ 105923.0, 511197.0 ], [ 105804.0, 511332.0 ], [ 105744.0, 511344.0 ], [ 105696.0, 511319.0 ], [ 105623.0, 511241.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 111765.0, 516945.0 ], [ 111742.0, 517097.0 ], [ 111652.0, 517173.0 ], [ 111512.0, 517199.0 ], [ 111320.0, 517210.0 ], [ 111129.0, 517154.0 ], [ 110539.0, 516762.0 ], [ 110319.0, 516691.0 ], [ 110057.0, 516767.0 ], [ 109792.0, 516919.0 ], [ 109595.0, 517122.0 ], [ 109500.0, 517313.0 ], [ 109314.0, 517494.0 ], [ 109184.0, 517556.0 ], [ 109004.0, 517573.0 ], [ 108610.0, 517516.0 ], [ 108376.0, 517394.0 ], [ 108170.0, 517184.0 ], [ 108016.0, 516909.0 ], [ 107835.0, 516470.0 ], [ 107486.0, 516019.0 ], [ 107241.0, 515767.0 ], [ 106940.0, 515435.0 ], [ 106791.0, 515241.0 ], [ 106582.0, 514993.0 ], [ 106430.0, 514807.0 ], [ 106184.0, 514522.0 ], [ 105992.0, 514241.0 ], [ 105812.0, 513959.0 ], [ 105553.0, 513666.0 ], [ 105339.0, 513418.0 ], [ 105440.0, 512923.0 ], [ 105226.0, 512573.0 ], [ 104156.0, 511571.0 ], [ 104663.0, 511526.0 ], [ 105249.0, 511594.0 ], [ 105928.0, 511573.0 ], [ 106223.0, 511679.0 ], [ 106576.0, 512252.0 ], [ 106688.0, 512526.0 ], [ 106845.0, 512617.0 ], [ 107251.0, 512996.0 ], [ 107678.0, 513138.0 ], [ 108153.0, 513327.0 ], [ 108603.0, 513682.0 ], [ 109454.0, 514312.0 ], [ 109927.0, 514780.0 ], [ 110349.0, 515540.0 ], [ 110738.0, 515917.0 ], [ 111326.0, 516410.0 ], [ 111543.0, 516559.0 ], [ 111734.0, 516779.0 ], [ 111765.0, 516945.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103957.0, 521453.0 ], [ 104094.0, 521422.0 ], [ 104647.0, 521342.0 ], [ 105120.0, 521227.0 ], [ 105629.0, 521072.0 ], [ 106310.0, 520964.0 ], [ 106614.0, 520902.0 ], [ 106969.0, 520840.0 ], [ 107329.0, 520800.0 ], [ 107723.0, 520812.0 ], [ 108146.0, 520828.0 ], [ 108517.0, 520857.0 ], [ 108816.0, 520874.0 ], [ 109098.0, 520964.0 ], [ 109353.0, 521112.0 ], [ 109565.0, 521400.0 ], [ 109673.0, 521695.0 ], [ 109719.0, 522005.0 ], [ 109740.0, 522257.0 ], [ 109774.0, 522580.0 ], [ 109840.0, 522915.0 ], [ 109927.0, 523166.0 ], [ 110013.0, 523501.0 ], [ 110126.0, 523832.0 ], [ 110255.0, 524158.0 ], [ 110438.0, 524534.0 ], [ 110600.0, 524801.0 ], [ 110803.0, 525123.0 ], [ 110930.0, 525398.0 ], [ 111051.0, 525784.0 ], [ 111153.0, 526160.0 ], [ 111313.0, 526826.0 ], [ 111384.0, 527198.0 ], [ 111453.0, 527571.0 ], [ 111497.0, 527867.0 ], [ 111576.0, 528340.0 ], [ 111660.0, 528760.0 ], [ 111761.0, 529171.0 ], [ 111888.0, 529603.0 ], [ 112008.0, 529972.0 ], [ 112124.0, 529985.0 ], [ 112016.0, 529660.0 ], [ 111921.0, 529296.0 ], [ 111843.0, 528794.0 ], [ 111665.0, 527748.0 ], [ 111507.0, 527072.0 ], [ 111371.0, 526565.0 ], [ 111233.0, 526072.0 ], [ 111008.0, 525409.0 ], [ 110831.0, 524847.0 ], [ 110455.0, 524085.0 ], [ 110043.0, 523195.0 ], [ 109926.0, 522803.0 ], [ 109882.0, 522434.0 ], [ 109922.0, 522084.0 ], [ 109975.0, 521675.0 ], [ 110005.0, 521377.0 ], [ 109891.0, 521013.0 ], [ 109681.0, 520714.0 ], [ 109402.0, 520489.0 ], [ 109087.0, 520350.0 ], [ 108714.0, 520312.0 ], [ 108361.0, 520299.0 ], [ 107944.0, 520375.0 ], [ 107587.0, 520491.0 ], [ 107346.0, 520716.0 ], [ 106777.0, 520789.0 ], [ 106377.0, 520874.0 ], [ 106073.0, 520789.0 ], [ 105947.0, 520578.0 ], [ 105588.0, 520576.0 ], [ 105281.0, 520591.0 ], [ 104944.0, 520591.0 ], [ 104523.0, 520564.0 ], [ 104123.0, 520577.0 ], [ 103820.0, 520602.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103668.0, 519486.0 ], [ 104182.0, 519687.0 ], [ 104483.0, 519879.0 ], [ 104696.0, 520001.0 ], [ 104838.0, 520070.0 ], [ 105005.0, 520093.0 ], [ 105145.0, 520039.0 ], [ 105346.0, 520021.0 ], [ 105626.0, 520114.0 ], [ 105882.0, 520396.0 ], [ 106113.0, 520522.0 ], [ 106191.0, 520654.0 ], [ 106332.0, 520778.0 ], [ 106636.0, 520710.0 ], [ 106994.0, 520156.0 ], [ 107306.0, 520072.0 ], [ 107464.0, 519846.0 ], [ 107461.0, 519587.0 ], [ 107247.0, 519227.0 ], [ 107045.0, 519007.0 ], [ 106701.0, 518821.0 ], [ 106157.0, 518675.0 ], [ 105414.0, 518483.0 ], [ 104983.0, 518422.0 ], [ 104287.0, 518438.0 ], [ 103656.0, 518450.0 ], [ 103487.0, 518483.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 112955.0, 521773.0 ], [ 112867.0, 521748.0 ], [ 112780.0, 521713.0 ], [ 112707.0, 521708.0 ], [ 112584.0, 521717.0 ], [ 112463.0, 521762.0 ], [ 112412.0, 521787.0 ], [ 112268.0, 521811.0 ], [ 112087.0, 521870.0 ], [ 111976.0, 521901.0 ], [ 111883.0, 521944.0 ], [ 111793.0, 521988.0 ], [ 111655.0, 522075.0 ], [ 111565.0, 522137.0 ], [ 111469.0, 522233.0 ], [ 111362.0, 522351.0 ], [ 111283.0, 522464.0 ], [ 111222.0, 522593.0 ], [ 111176.0, 522745.0 ], [ 111165.0, 522931.0 ], [ 111261.0, 523157.0 ], [ 111407.0, 523393.0 ], [ 111627.0, 523787.0 ], [ 111824.0, 524120.0 ], [ 111942.0, 524283.0 ], [ 112061.0, 524452.0 ], [ 112213.0, 524649.0 ], [ 112359.0, 524818.0 ], [ 112500.0, 524987.0 ], [ 112691.0, 525139.0 ], [ 112951.0, 525449.0 ], [ 113052.0, 525618.0 ], [ 113260.0, 526046.0 ], [ 113317.0, 526181.0 ], [ 113339.0, 526384.0 ], [ 113328.0, 526508.0 ], [ 113255.0, 526643.0 ], [ 113181.0, 526733.0 ], [ 113069.0, 526778.0 ], [ 112951.0, 526772.0 ], [ 112737.0, 526716.0 ], [ 112590.0, 526688.0 ], [ 112421.0, 526643.0 ], [ 112134.0, 526519.0 ], [ 111937.0, 526412.0 ], [ 111723.0, 526265.0 ], [ 111441.0, 526029.0 ], [ 111323.0, 525927.0 ], [ 111238.0, 525804.0 ], [ 111095.0, 525466.0 ], [ 110991.0, 525102.0 ], [ 110934.0, 524742.0 ], [ 110861.0, 524396.0 ], [ 110746.0, 524122.0 ], [ 110619.0, 523841.0 ], [ 110430.0, 523576.0 ], [ 110247.0, 523297.0 ], [ 110123.0, 523061.0 ], [ 110050.0, 522864.0 ], [ 110011.0, 522650.0 ], [ 109982.0, 522469.0 ], [ 110011.0, 522272.0 ], [ 110056.0, 522002.0 ], [ 110112.0, 521715.0 ], [ 110197.0, 521456.0 ], [ 110224.0, 521301.0 ], [ 110208.0, 521163.0 ], [ 110174.0, 520994.0 ], [ 110067.0, 520763.0 ], [ 109943.0, 520588.0 ], [ 109825.0, 520448.0 ], [ 109650.0, 520301.0 ], [ 109177.0, 520070.0 ], [ 108946.0, 520003.0 ], [ 108839.0, 519980.0 ], [ 108665.0, 519958.0 ], [ 108468.0, 519924.0 ], [ 108355.0, 519969.0 ], [ 108158.0, 520003.0 ], [ 107904.0, 520098.0 ], [ 107724.0, 520222.0 ], [ 107493.0, 520352.0 ], [ 107324.0, 520476.0 ], [ 107150.0, 520560.0 ], [ 106969.0, 520633.0 ], [ 106643.0, 520794.0 ], [ 106453.0, 520839.0 ], [ 106364.0, 520846.0 ], [ 106250.0, 520817.0 ], [ 106126.0, 520774.0 ], [ 106048.0, 520697.0 ], [ 106010.0, 520638.0 ], [ 105970.0, 520581.0 ], [ 105947.0, 520561.0 ], [ 105766.0, 520559.0 ], [ 105528.0, 520560.0 ], [ 105320.0, 520562.0 ], [ 104974.0, 520569.0 ], [ 104886.0, 520545.0 ], [ 104710.0, 520474.0 ], [ 104570.0, 520407.0 ], [ 104355.0, 520334.0 ], [ 104177.0, 520305.0 ], [ 104042.0, 520288.0 ], [ 103842.0, 520282.0 ], [ 103781.0, 520285.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 115505.0, 527431.0 ], [ 115263.0, 527256.0 ], [ 115077.0, 527149.0 ], [ 114835.0, 527014.0 ], [ 114661.0, 526862.0 ], [ 114345.0, 526608.0 ], [ 114109.0, 526360.0 ], [ 113945.0, 526152.0 ], [ 113782.0, 525983.0 ], [ 113647.0, 525792.0 ], [ 113540.0, 525656.0 ], [ 113348.0, 525426.0 ], [ 113207.0, 525212.0 ], [ 113157.0, 525065.0 ], [ 113196.0, 524913.0 ], [ 113388.0, 524778.0 ], [ 113697.0, 524783.0 ], [ 114086.0, 524817.0 ], [ 114615.0, 524958.0 ], [ 114852.0, 525048.0 ], [ 115173.0, 525257.0 ], [ 115291.0, 525397.0 ], [ 115517.0, 525814.0 ], [ 115612.0, 525966.0 ], [ 115618.0, 527487.0 ], [ 115505.0, 527431.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21.geojson new file mode 100644 index 0000000..88ca590 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21.geojson @@ -0,0 +1,141 @@ +{ +"type": "FeatureCollection", +"name": "DS21", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 6.0, "TNODE_": 4.0, "LPOLY_": 6.0, "RPOLY_": 5.0, "CVALUE": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 513946.0 ], [ 101856.0, 514021.0 ], [ 102460.0, 514076.0 ], [ 103229.0, 514169.0 ], [ 103545.0, 514308.0 ], [ 103712.0, 514527.0 ], [ 103677.0, 514813.0 ], [ 103692.0, 515101.0 ], [ 104126.0, 515747.0 ], [ 104255.0, 515988.0 ], [ 104435.0, 516247.0 ], [ 104550.0, 516453.0 ], [ 104579.0, 516746.0 ], [ 104601.0, 516988.0 ], [ 104539.0, 517162.0 ], [ 104460.0, 517303.0 ], [ 104356.0, 517406.0 ], [ 104245.0, 517528.0 ], [ 104174.0, 517676.0 ], [ 104104.0, 517858.0 ], [ 104034.0, 518152.0 ], [ 104010.0, 518286.0 ], [ 103984.0, 518401.0 ], [ 103970.0, 518690.0 ], [ 103963.0, 518890.0 ], [ 103893.0, 519231.0 ], [ 103822.0, 519690.0 ], [ 103735.0, 520132.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 7.0, "TNODE_": 8.0, "LPOLY_": 6.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98158.0, 513940.0 ], [ 98970.0, 513855.0 ], [ 99125.0, 513855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 11.0, "TNODE_": 10.0, "LPOLY_": 8.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98168.0, 512725.0 ], [ 99125.0, 512746.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 9.0, "TNODE_": 3.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512840.0 ], [ 101508.0, 512855.0 ], [ 102151.0, 512898.0 ], [ 102640.0, 512840.0 ], [ 103014.0, 512626.0 ], [ 103153.0, 512457.0 ], [ 103261.0, 512362.0 ], [ 103456.0, 512324.0 ], [ 103658.0, 512398.0 ], [ 103829.0, 512524.0 ], [ 103940.0, 512724.0 ], [ 104033.0, 512970.0 ], [ 104278.0, 513394.0 ], [ 104515.0, 513845.0 ], [ 104732.0, 514224.0 ], [ 104870.0, 514480.0 ], [ 104943.0, 514637.0 ], [ 104939.0, 514833.0 ], [ 104832.0, 514974.0 ], [ 104731.0, 515087.0 ], [ 104708.0, 515238.0 ], [ 104704.0, 515785.0 ], [ 104787.0, 516061.0 ], [ 104900.0, 516185.0 ], [ 105147.0, 516377.0 ], [ 105328.0, 516647.0 ], [ 105328.0, 516895.0 ], [ 105283.0, 517199.0 ], [ 105204.0, 517492.0 ], [ 104888.0, 517683.0 ], [ 104528.0, 517773.0 ], [ 104235.0, 518168.0 ], [ 104077.0, 518669.0 ], [ 104145.0, 519148.0 ], [ 104167.0, 519485.0 ], [ 104162.0, 519666.0 ], [ 104151.0, 519885.0 ], [ 104179.0, 520105.0 ], [ 104266.0, 520561.0 ], [ 104269.0, 520831.0 ], [ 104266.0, 521046.0 ], [ 104241.0, 521243.0 ], [ 104235.0, 521355.0 ], [ 104218.0, 521428.0 ], [ 104210.0, 521566.0 ], [ 104148.0, 521659.0 ], [ 103960.0, 521740.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 14.0, "TNODE_": 13.0, "LPOLY_": 9.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98172.0, 512300.0 ], [ 99125.0, 512318.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 17.0, "TNODE_": 15.0, "LPOLY_": 10.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98175.0, 511905.0 ], [ 99059.0, 512054.0 ], [ 99125.0, 512059.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 19.0, "TNODE_": 18.0, "LPOLY_": 2.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105496.0, 510337.0 ], [ 105549.0, 510482.0 ], [ 105577.0, 510537.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 20.0, "TNODE_": 18.0, "LPOLY_": 13.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106804.0, 510147.0 ], [ 106689.0, 510206.0 ], [ 106500.0, 510519.0 ], [ 106446.0, 510683.0 ], [ 106284.0, 510832.0 ], [ 106107.0, 510885.0 ], [ 105988.0, 510817.0 ], [ 105904.0, 510744.0 ], [ 105810.0, 510637.0 ], [ 105707.0, 510584.0 ], [ 105577.0, 510537.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 22.0, "TNODE_": 23.0, "LPOLY_": 2.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103230.0, 510136.0 ], [ 103278.0, 510129.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 24.0, "TNODE_": 20.0, "LPOLY_": 2.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103526.0, 510127.0 ], [ 103432.0, 510183.0 ], [ 103273.0, 510213.0 ], [ 103084.0, 510257.0 ], [ 102996.0, 510306.0 ], [ 102917.0, 510388.0 ], [ 102892.0, 510458.0 ], [ 102976.0, 510493.0 ], [ 103161.0, 510545.0 ], [ 103298.0, 510611.0 ], [ 103406.0, 510641.0 ], [ 103534.0, 510651.0 ], [ 103663.0, 510641.0 ], [ 103901.0, 510546.0 ], [ 104006.0, 510530.0 ], [ 104162.0, 510572.0 ], [ 104362.0, 510646.0 ], [ 104629.0, 510814.0 ], [ 104936.0, 510997.0 ], [ 105265.0, 511206.0 ], [ 105310.0, 511246.0 ], [ 105497.0, 511302.0 ], [ 105704.0, 511330.0 ], [ 105945.0, 511279.0 ], [ 106185.0, 511154.0 ], [ 106424.0, 511039.0 ], [ 106622.0, 510979.0 ], [ 106916.0, 510961.0 ], [ 107147.0, 510920.0 ], [ 107356.0, 510794.0 ], [ 107425.0, 510639.0 ], [ 107339.0, 510433.0 ], [ 107134.0, 510271.0 ], [ 106804.0, 510147.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 25.0, "TNODE_": 22.0, "LPOLY_": 2.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 510124.0 ], [ 103191.0, 510141.0 ], [ 103230.0, 510136.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 24.0, "TNODE_": 26.0, "LPOLY_": 16.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103526.0, 510127.0 ], [ 103527.0, 510110.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 21.0, "TNODE_": 25.0, "LPOLY_": 2.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102870.0, 510141.0 ], [ 102989.0, 510109.0 ], [ 103090.0, 510124.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 20.0, "TNODE_": 27.0, "LPOLY_": 2.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106804.0, 510147.0 ], [ 106773.0, 510135.0 ], [ 106574.0, 510104.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 27.0, "TNODE_": 19.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106574.0, 510104.0 ], [ 106460.0, 510165.0 ], [ 106345.0, 510307.0 ], [ 106334.0, 510405.0 ], [ 106300.0, 510537.0 ], [ 106247.0, 510650.0 ], [ 106123.0, 510696.0 ], [ 105972.0, 510660.0 ], [ 105812.0, 510509.0 ], [ 105675.0, 510411.0 ], [ 105496.0, 510337.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 28.0, "TNODE_": 24.0, "LPOLY_": 16.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103571.0, 510104.0 ], [ 103562.0, 510141.0 ], [ 103543.0, 510145.0 ], [ 103526.0, 510127.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 23.0, "TNODE_": 29.0, "LPOLY_": 2.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103278.0, 510129.0 ], [ 103319.0, 510124.0 ], [ 103403.0, 510094.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 29.0, "TNODE_": 26.0, "LPOLY_": 2.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103403.0, 510094.0 ], [ 103490.0, 510064.0 ], [ 103527.0, 510110.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 27.0, "TNODE_": 19.0, "LPOLY_": 2.0, "RPOLY_": 14.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106574.0, 510104.0 ], [ 106334.0, 510068.0 ], [ 106016.0, 510017.0 ], [ 105722.0, 510076.0 ], [ 105553.0, 510167.0 ], [ 105496.0, 510337.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 30.0, "TNODE_": 25.0, "LPOLY_": 18.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103073.0, 509971.0 ], [ 103041.0, 510025.0 ], [ 103039.0, 510058.0 ], [ 103090.0, 510124.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 31.0, "TNODE_": 22.0, "LPOLY_": 17.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103180.0, 509956.0 ], [ 103163.0, 510066.0 ], [ 103230.0, 510136.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 31.0, "TNODE_": 30.0, "LPOLY_": 2.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103180.0, 509956.0 ], [ 103163.0, 509958.0 ], [ 103088.0, 509977.0 ], [ 103073.0, 509971.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 32.0, "TNODE_": 23.0, "LPOLY_": 19.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103315.0, 509937.0 ], [ 103278.0, 510129.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 32.0, "TNODE_": 31.0, "LPOLY_": 2.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103315.0, 509937.0 ], [ 103180.0, 509956.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 33.0, "TNODE_": 29.0, "LPOLY_": 20.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103354.0, 509928.0 ], [ 103369.0, 509951.0 ], [ 103436.0, 509979.0 ], [ 103442.0, 510015.0 ], [ 103421.0, 510038.0 ], [ 103403.0, 510094.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 33.0, "TNODE_": 32.0, "LPOLY_": 2.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103354.0, 509928.0 ], [ 103315.0, 509937.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 30.0, "TNODE_": 34.0, "LPOLY_": 2.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103073.0, 509971.0 ], [ 102965.0, 509924.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 34.0, "TNODE_": 21.0, "LPOLY_": 15.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102965.0, 509924.0 ], [ 102846.0, 510095.0 ], [ 102870.0, 510141.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 35.0, "TNODE_": 33.0, "LPOLY_": 2.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103453.0, 509905.0 ], [ 103354.0, 509928.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 36.0, "TNODE_": 35.0, "LPOLY_": 2.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103455.0, 509903.0 ], [ 103453.0, 509905.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 37.0, "TNODE_": 28.0, "LPOLY_": 16.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103503.0, 509903.0 ], [ 103530.0, 509937.0 ], [ 103561.0, 509996.0 ], [ 103582.0, 510050.0 ], [ 103571.0, 510104.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 37.0, "TNODE_": 36.0, "LPOLY_": 12.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103503.0, 509903.0 ], [ 103476.0, 509892.0 ], [ 103463.0, 509896.0 ], [ 103455.0, 509903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 34.0, "TNODE_": 21.0, "LPOLY_": 2.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102965.0, 509924.0 ], [ 102941.0, 509913.0 ], [ 102675.0, 509771.0 ], [ 102374.0, 509743.0 ], [ 102168.0, 509822.0 ], [ 102050.0, 509930.0 ], [ 101929.0, 510071.0 ], [ 101884.0, 510188.0 ], [ 101821.0, 510302.0 ], [ 101865.0, 510417.0 ], [ 102022.0, 510474.0 ], [ 102283.0, 510456.0 ], [ 102571.0, 510450.0 ], [ 102713.0, 510396.0 ], [ 102798.0, 510341.0 ], [ 102828.0, 510251.0 ], [ 102870.0, 510141.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 39.0, "TNODE_": 38.0, "LPOLY_": 21.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99192.0, 509625.0 ], [ 99125.0, 509625.0 ], [ 99125.0, 509633.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 38.0, "TNODE_": 40.0, "LPOLY_": 21.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99125.0, 509633.0 ], [ 98932.0, 509654.0 ], [ 98607.0, 509646.0 ], [ 98195.0, 509567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 42.0, "TNODE_": 39.0, "LPOLY_": 21.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99625.0, 509500.0 ], [ 99289.0, 509614.0 ], [ 99192.0, 509625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 41.0, "TNODE_": 42.0, "LPOLY_": 21.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99125.0, 509500.0 ], [ 99625.0, 509500.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 18.0, "TNODE_": 43.0, "LPOLY_": 2.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105577.0, 510537.0 ], [ 105651.0, 510679.0 ], [ 105613.0, 510820.0 ], [ 105413.0, 510905.0 ], [ 105188.0, 510784.0 ], [ 105038.0, 510633.0 ], [ 104791.0, 510496.0 ], [ 104454.0, 510425.0 ], [ 104333.0, 510340.0 ], [ 104305.0, 510208.0 ], [ 104334.0, 510142.0 ], [ 104419.0, 510136.0 ], [ 104418.0, 510074.0 ], [ 104322.0, 510009.0 ], [ 104254.0, 509984.0 ], [ 104248.0, 509924.0 ], [ 104267.0, 509860.0 ], [ 104348.0, 509838.0 ], [ 104429.0, 509843.0 ], [ 104506.0, 509841.0 ], [ 104515.0, 509777.0 ], [ 104461.0, 509724.0 ], [ 104337.0, 509694.0 ], [ 104282.0, 509675.0 ], [ 104274.0, 509645.0 ], [ 104350.0, 509618.0 ], [ 104463.0, 509630.0 ], [ 104684.0, 509691.0 ], [ 104738.0, 509713.0 ], [ 104815.0, 509668.0 ], [ 104868.0, 509568.0 ], [ 104829.0, 509431.0 ], [ 104679.0, 509388.0 ], [ 104620.0, 509331.0 ], [ 104623.0, 509275.0 ], [ 104665.0, 509219.0 ], [ 104780.0, 509172.0 ], [ 105043.0, 509168.0 ], [ 105273.0, 509207.0 ], [ 105384.0, 509216.0 ], [ 105514.0, 509273.0 ], [ 105732.0, 509412.0 ], [ 105963.0, 509496.0 ], [ 106270.0, 509470.0 ], [ 106609.0, 509404.0 ], [ 107092.0, 509305.0 ], [ 107331.0, 509239.0 ], [ 107563.0, 509234.0 ], [ 107719.0, 509255.0 ], [ 107919.0, 509298.0 ], [ 108200.0, 509279.0 ], [ 108481.0, 509276.0 ], [ 108670.0, 509272.0 ], [ 108916.0, 509286.0 ], [ 109475.0, 509282.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 46.0, "TNODE_": 45.0, "LPOLY_": 24.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99125.0, 509048.0 ], [ 98199.0, 509081.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 49.0, "TNODE_": 49.0, "LPOLY_": 27.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104067.0, 508548.0 ], [ 104048.0, 508609.0 ], [ 104077.0, 508663.0 ], [ 104140.0, 508707.0 ], [ 104225.0, 508710.0 ], [ 104309.0, 508735.0 ], [ 104380.0, 508740.0 ], [ 104400.0, 508710.0 ], [ 104325.0, 508643.0 ], [ 104220.0, 508568.0 ], [ 104124.0, 508544.0 ], [ 104067.0, 508548.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 50.0, "TNODE_": 50.0, "LPOLY_": 25.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103953.0, 508459.0 ], [ 103952.0, 508541.0 ], [ 104025.0, 508700.0 ], [ 104095.0, 508747.0 ], [ 104203.0, 508767.0 ], [ 104341.0, 508783.0 ], [ 104447.0, 508777.0 ], [ 104552.0, 508759.0 ], [ 104652.0, 508709.0 ], [ 104693.0, 508630.0 ], [ 104626.0, 508602.0 ], [ 104493.0, 508610.0 ], [ 104369.0, 508591.0 ], [ 104250.0, 508540.0 ], [ 104135.0, 508472.0 ], [ 104037.0, 508439.0 ], [ 103953.0, 508459.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 48.0, "TNODE_": 48.0, "LPOLY_": 12.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104746.0, 508614.0 ], [ 104702.0, 508539.0 ], [ 104613.0, 508466.0 ], [ 104457.0, 508398.0 ], [ 104247.0, 508363.0 ], [ 104045.0, 508294.0 ], [ 103912.0, 508335.0 ], [ 103807.0, 508466.0 ], [ 103720.0, 508605.0 ], [ 103641.0, 508674.0 ], [ 103618.0, 508752.0 ], [ 103732.0, 508797.0 ], [ 103817.0, 508811.0 ], [ 103882.0, 508804.0 ], [ 103952.0, 508840.0 ], [ 104006.0, 508859.0 ], [ 104099.0, 508871.0 ], [ 104213.0, 508838.0 ], [ 104271.0, 508827.0 ], [ 104361.0, 508822.0 ], [ 104455.0, 508824.0 ], [ 104543.0, 508810.0 ], [ 104620.0, 508805.0 ], [ 104701.0, 508784.0 ], [ 104752.0, 508729.0 ], [ 104758.0, 508676.0 ], [ 104746.0, 508614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 51.0, "TNODE_": 36.0, "LPOLY_": 2.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106567.0, 508125.0 ], [ 106568.0, 508167.0 ], [ 106533.0, 508265.0 ], [ 106360.0, 508330.0 ], [ 106002.0, 508276.0 ], [ 105689.0, 508261.0 ], [ 105366.0, 508320.0 ], [ 105104.0, 508380.0 ], [ 104890.0, 508380.0 ], [ 104748.0, 508270.0 ], [ 104540.0, 508049.0 ], [ 104350.0, 507907.0 ], [ 104220.0, 507839.0 ], [ 104041.0, 507760.0 ], [ 103888.0, 507658.0 ], [ 103774.0, 507600.0 ], [ 103655.0, 507566.0 ], [ 103557.0, 507603.0 ], [ 103539.0, 507646.0 ], [ 103604.0, 507714.0 ], [ 103723.0, 507747.0 ], [ 103806.0, 507834.0 ], [ 103839.0, 508042.0 ], [ 103783.0, 508271.0 ], [ 103689.0, 508448.0 ], [ 103535.0, 508586.0 ], [ 103357.0, 508693.0 ], [ 103198.0, 508710.0 ], [ 103114.0, 508736.0 ], [ 103099.0, 508822.0 ], [ 103168.0, 508887.0 ], [ 103298.0, 508873.0 ], [ 103411.0, 508848.0 ], [ 103537.0, 508845.0 ], [ 103664.0, 508903.0 ], [ 103712.0, 508972.0 ], [ 103687.0, 509047.0 ], [ 103502.0, 509063.0 ], [ 103350.0, 509050.0 ], [ 103303.0, 509057.0 ], [ 103266.0, 509087.0 ], [ 103305.0, 509186.0 ], [ 103383.0, 509229.0 ], [ 103498.0, 509246.0 ], [ 103587.0, 509244.0 ], [ 103621.0, 509227.0 ], [ 103683.0, 509220.0 ], [ 103732.0, 509252.0 ], [ 103771.0, 509299.0 ], [ 103862.0, 509302.0 ], [ 103991.0, 509242.0 ], [ 104025.0, 509218.0 ], [ 104188.0, 509194.0 ], [ 104296.0, 509243.0 ], [ 104322.0, 509307.0 ], [ 104256.0, 509378.0 ], [ 104159.0, 509431.0 ], [ 104080.0, 509502.0 ], [ 104036.0, 509565.0 ], [ 103996.0, 509690.0 ], [ 103935.0, 509754.0 ], [ 103827.0, 509636.0 ], [ 103713.0, 509558.0 ], [ 103569.0, 509472.0 ], [ 103459.0, 509414.0 ], [ 103368.0, 509376.0 ], [ 103303.0, 509444.0 ], [ 103330.0, 509591.0 ], [ 103413.0, 509640.0 ], [ 103428.0, 509667.0 ], [ 103352.0, 509668.0 ], [ 103281.0, 509677.0 ], [ 103257.0, 509702.0 ], [ 103291.0, 509767.0 ], [ 103367.0, 509800.0 ], [ 103435.0, 509854.0 ], [ 103455.0, 509903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 53.0, "TNODE_": 52.0, "LPOLY_": 24.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98213.0, 507411.0 ], [ 98931.0, 507758.0 ], [ 99394.0, 507851.0 ], [ 99889.0, 507925.0 ], [ 100199.0, 507945.0 ], [ 100443.0, 507982.0 ], [ 100592.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 55.0, "TNODE_": 51.0, "LPOLY_": 2.0, "RPOLY_": 29.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106112.0, 507326.0 ], [ 106191.0, 507347.0 ], [ 106399.0, 507544.0 ], [ 106544.0, 507753.0 ], [ 106562.0, 508009.0 ], [ 106567.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 54.0, "TNODE_": 55.0, "LPOLY_": 2.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105449.0, 507407.0 ], [ 105486.0, 507442.0 ], [ 105569.0, 507507.0 ], [ 105690.0, 507474.0 ], [ 105826.0, 507336.0 ], [ 105973.0, 507289.0 ], [ 106112.0, 507326.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 56.0, "TNODE_": 51.0, "LPOLY_": 29.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109492.0, 507251.0 ], [ 108611.0, 507269.0 ], [ 108285.0, 507324.0 ], [ 108070.0, 507467.0 ], [ 107819.0, 507710.0 ], [ 107564.0, 507861.0 ], [ 107287.0, 507961.0 ], [ 107045.0, 508013.0 ], [ 106567.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 57.0, "TNODE_": 54.0, "LPOLY_": 2.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104862.0, 507041.0 ], [ 105015.0, 507125.0 ], [ 105154.0, 507206.0 ], [ 105325.0, 507291.0 ], [ 105449.0, 507407.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 60.0, "TNODE_": 47.0, "LPOLY_": 26.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98672.0, 506858.0 ], [ 99011.0, 506875.0 ], [ 99542.0, 506917.0 ], [ 100125.0, 506959.0 ], [ 100783.0, 507041.0 ], [ 101476.0, 507179.0 ], [ 101829.0, 507246.0 ], [ 102034.0, 507251.0 ], [ 102179.0, 507181.0 ], [ 102230.0, 507074.0 ], [ 102297.0, 506987.0 ], [ 102392.0, 506951.0 ], [ 102440.0, 507022.0 ], [ 102409.0, 507171.0 ], [ 102347.0, 507315.0 ], [ 102339.0, 507562.0 ], [ 102375.0, 507848.0 ], [ 102322.0, 508107.0 ], [ 102155.0, 508333.0 ], [ 101784.0, 508590.0 ], [ 101349.0, 508805.0 ], [ 101250.0, 508866.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 61.0, "TNODE_": 60.0, "LPOLY_": 26.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98218.0, 506786.0 ], [ 98672.0, 506858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 59.0, "TNODE_": 61.0, "LPOLY_": 26.0, "RPOLY_": 1.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98217.0, 506895.0 ], [ 98218.0, 506786.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 62.0, "TNODE_": 58.0, "LPOLY_": 29.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107453.0, 506173.0 ], [ 107579.0, 506362.0 ], [ 107822.0, 506613.0 ], [ 108124.0, 506777.0 ], [ 108479.0, 506885.0 ], [ 108771.0, 506929.0 ], [ 109088.0, 506965.0 ], [ 109495.0, 506969.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 62.0, "TNODE_": 55.0, "LPOLY_": 31.0, "RPOLY_": 29.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107453.0, 506173.0 ], [ 107311.0, 506209.0 ], [ 107135.0, 506376.0 ], [ 107061.0, 506644.0 ], [ 106911.0, 506895.0 ], [ 106795.0, 507038.0 ], [ 106605.0, 507145.0 ], [ 106429.0, 507199.0 ], [ 106259.0, 507260.0 ], [ 106112.0, 507326.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 63.0, "TNODE_": 57.0, "LPOLY_": 30.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105533.0, 505843.0 ], [ 105617.0, 505961.0 ], [ 105745.0, 506169.0 ], [ 105764.0, 506391.0 ], [ 105682.0, 506613.0 ], [ 105491.0, 506722.0 ], [ 105314.0, 506820.0 ], [ 105100.0, 506934.0 ], [ 104968.0, 506996.0 ], [ 104862.0, 507041.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 64.0, "TNODE_": 44.0, "LPOLY_": 23.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98227.0, 505802.0 ], [ 98705.0, 505854.0 ], [ 99095.0, 505932.0 ], [ 99511.0, 506020.0 ], [ 100129.0, 506165.0 ], [ 100658.0, 506315.0 ], [ 101361.0, 506535.0 ], [ 101542.0, 506573.0 ], [ 101802.0, 506647.0 ], [ 102028.0, 506596.0 ], [ 102179.0, 506568.0 ], [ 102368.0, 506577.0 ], [ 102460.0, 506610.0 ], [ 102559.0, 506753.0 ], [ 102688.0, 506962.0 ], [ 102792.0, 507046.0 ], [ 102897.0, 507096.0 ], [ 103017.0, 507148.0 ], [ 103058.0, 507235.0 ], [ 102958.0, 507310.0 ], [ 102810.0, 507304.0 ], [ 102719.0, 507343.0 ], [ 102734.0, 507425.0 ], [ 102809.0, 507477.0 ], [ 102997.0, 507591.0 ], [ 103098.0, 507656.0 ], [ 103122.0, 507847.0 ], [ 103076.0, 508025.0 ], [ 102970.0, 508128.0 ], [ 102840.0, 508233.0 ], [ 102770.0, 508359.0 ], [ 102785.0, 508538.0 ], [ 102797.0, 508753.0 ], [ 102771.0, 508954.0 ], [ 102621.0, 509102.0 ], [ 102236.0, 509216.0 ], [ 101741.0, 509268.0 ], [ 101365.0, 509265.0 ], [ 101250.0, 509259.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 65.0, "TNODE_": 62.0, "LPOLY_": 31.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106161.0, 505700.0 ], [ 106360.0, 505713.0 ], [ 106591.0, 505746.0 ], [ 106834.0, 505806.0 ], [ 106998.0, 505862.0 ], [ 107220.0, 506002.0 ], [ 107447.0, 506163.0 ], [ 107453.0, 506173.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 65.0, "TNODE_": 54.0, "LPOLY_": 32.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106161.0, 505700.0 ], [ 106154.0, 505847.0 ], [ 106046.0, 506094.0 ], [ 105900.0, 506319.0 ], [ 105805.0, 506526.0 ], [ 105720.0, 506737.0 ], [ 105580.0, 506979.0 ], [ 105474.0, 507248.0 ], [ 105449.0, 507407.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 63.0, "TNODE_": 65.0, "LPOLY_": 32.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105533.0, 505843.0 ], [ 105584.0, 505767.0 ], [ 105714.0, 505721.0 ], [ 105795.0, 505711.0 ], [ 105914.0, 505700.0 ], [ 106111.0, 505697.0 ], [ 106161.0, 505700.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 67.0, "TNODE_": 57.0, "LPOLY_": 2.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102696.0, 505519.0 ], [ 102644.0, 505601.0 ], [ 102649.0, 505709.0 ], [ 102680.0, 505760.0 ], [ 102729.0, 505846.0 ], [ 102705.0, 506000.0 ], [ 102678.0, 506188.0 ], [ 102702.0, 506309.0 ], [ 102796.0, 506415.0 ], [ 102938.0, 506518.0 ], [ 103016.0, 506640.0 ], [ 103053.0, 506788.0 ], [ 103199.0, 506947.0 ], [ 103368.0, 506958.0 ], [ 103484.0, 506959.0 ], [ 103586.0, 506933.0 ], [ 103631.0, 506885.0 ], [ 103646.0, 506817.0 ], [ 103743.0, 506738.0 ], [ 103868.0, 506728.0 ], [ 103961.0, 506758.0 ], [ 104027.0, 506810.0 ], [ 104122.0, 506935.0 ], [ 104102.0, 507035.0 ], [ 104055.0, 507084.0 ], [ 104003.0, 507118.0 ], [ 103921.0, 507124.0 ], [ 103831.0, 507102.0 ], [ 103791.0, 507137.0 ], [ 103879.0, 507223.0 ], [ 104055.0, 507249.0 ], [ 104123.0, 507338.0 ], [ 104028.0, 507432.0 ], [ 103928.0, 507411.0 ], [ 103872.0, 507437.0 ], [ 103866.0, 507508.0 ], [ 103956.0, 507596.0 ], [ 104099.0, 507598.0 ], [ 104258.0, 507544.0 ], [ 104384.0, 507511.0 ], [ 104483.0, 507303.0 ], [ 104600.0, 507088.0 ], [ 104668.0, 507038.0 ], [ 104744.0, 507015.0 ], [ 104859.0, 507039.0 ], [ 104862.0, 507041.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 66.0, "TNODE_": 68.0, "LPOLY_": 34.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102725.0, 505524.0 ], [ 102713.0, 505517.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 68.0, "TNODE_": 69.0, "LPOLY_": 34.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102713.0, 505517.0 ], [ 102702.0, 505511.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 69.0, "TNODE_": 67.0, "LPOLY_": 2.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102702.0, 505511.0 ], [ 102696.0, 505519.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 70.0, "TNODE_": 69.0, "LPOLY_": 2.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102728.0, 505432.0 ], [ 102740.0, 505461.0 ], [ 102702.0, 505511.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 73.0, "TNODE_": 70.0, "LPOLY_": 2.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102640.0, 505331.0 ], [ 102654.0, 505338.0 ], [ 102710.0, 505384.0 ], [ 102728.0, 505432.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 71.0, "TNODE_": 74.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103513.0, 505403.0 ], [ 103523.0, 505416.0 ], [ 103532.0, 505414.0 ], [ 103532.0, 505405.0 ], [ 103521.0, 505373.0 ], [ 103523.0, 505348.0 ], [ 103516.0, 505301.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 72.0, "TNODE_": 72.0, "LPOLY_": 36.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103033.0, 505336.0 ], [ 103109.0, 505267.0 ], [ 103271.0, 505281.0 ], [ 103370.0, 505265.0 ], [ 103440.0, 505345.0 ], [ 103468.0, 505419.0 ], [ 103467.0, 505451.0 ], [ 103391.0, 505442.0 ], [ 103330.0, 505411.0 ], [ 103247.0, 505426.0 ], [ 103130.0, 505433.0 ], [ 103052.0, 505397.0 ], [ 103041.0, 505371.0 ], [ 103033.0, 505336.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 76.0, "TNODE_": 75.0, "LPOLY_": 2.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101400.0, 505079.0 ], [ 101392.0, 505126.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 77.0, "TNODE_": 76.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101408.0, 505074.0 ], [ 101400.0, 505079.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 74.0, "TNODE_": 78.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103516.0, 505301.0 ], [ 103511.0, 505208.0 ], [ 103502.0, 505115.0 ], [ 103538.0, 505047.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 79.0, "TNODE_": 66.0, "LPOLY_": 34.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104434.0, 505022.0 ], [ 104390.0, 505383.0 ], [ 104512.0, 505600.0 ], [ 104582.0, 505844.0 ], [ 104681.0, 506062.0 ], [ 104697.0, 506338.0 ], [ 104480.0, 506475.0 ], [ 104217.0, 506537.0 ], [ 103960.0, 506478.0 ], [ 103819.0, 506366.0 ], [ 103680.0, 506245.0 ], [ 103613.0, 506214.0 ], [ 103567.0, 506217.0 ], [ 103545.0, 506293.0 ], [ 103582.0, 506416.0 ], [ 103542.0, 506557.0 ], [ 103423.0, 506607.0 ], [ 103235.0, 506534.0 ], [ 103123.0, 506351.0 ], [ 103145.0, 506213.0 ], [ 103239.0, 506091.0 ], [ 103354.0, 506020.0 ], [ 103450.0, 505987.0 ], [ 103501.0, 505942.0 ], [ 103506.0, 505892.0 ], [ 103453.0, 505896.0 ], [ 103363.0, 505950.0 ], [ 103246.0, 505970.0 ], [ 103121.0, 505900.0 ], [ 103128.0, 505844.0 ], [ 103186.0, 505733.0 ], [ 103247.0, 505686.0 ], [ 103294.0, 505630.0 ], [ 103191.0, 505626.0 ], [ 103090.0, 505652.0 ], [ 102948.0, 505627.0 ], [ 102839.0, 505589.0 ], [ 102725.0, 505524.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 80.0, "TNODE_": 79.0, "LPOLY_": 34.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104182.0, 505016.0 ], [ 104272.0, 505022.0 ], [ 104434.0, 505022.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 80.0, "TNODE_": 70.0, "LPOLY_": 35.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104182.0, 505016.0 ], [ 104188.0, 505119.0 ], [ 104257.0, 505385.0 ], [ 104364.0, 505687.0 ], [ 104468.0, 505938.0 ], [ 104507.0, 506193.0 ], [ 104311.0, 506304.0 ], [ 104101.0, 506353.0 ], [ 103885.0, 506299.0 ], [ 103785.0, 506244.0 ], [ 103681.0, 506180.0 ], [ 103534.0, 506185.0 ], [ 103470.0, 506266.0 ], [ 103447.0, 506377.0 ], [ 103432.0, 506467.0 ], [ 103338.0, 506508.0 ], [ 103272.0, 506371.0 ], [ 103278.0, 506179.0 ], [ 103334.0, 506123.0 ], [ 103457.0, 506040.0 ], [ 103583.0, 505973.0 ], [ 103614.0, 505895.0 ], [ 103565.0, 505811.0 ], [ 103459.0, 505843.0 ], [ 103388.0, 505879.0 ], [ 103299.0, 505895.0 ], [ 103236.0, 505866.0 ], [ 103199.0, 505784.0 ], [ 103327.0, 505687.0 ], [ 103403.0, 505604.0 ], [ 103419.0, 505546.0 ], [ 103358.0, 505471.0 ], [ 103041.0, 505528.0 ], [ 102911.0, 505497.0 ], [ 102728.0, 505432.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 79.0, "TNODE_": 63.0, "LPOLY_": 30.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104434.0, 505022.0 ], [ 104481.0, 505022.0 ], [ 104735.0, 505033.0 ], [ 105231.0, 505011.0 ], [ 105383.0, 505010.0 ], [ 105562.0, 505074.0 ], [ 105698.0, 505126.0 ], [ 105826.0, 505212.0 ], [ 105845.0, 505297.0 ], [ 105798.0, 505403.0 ], [ 105720.0, 505471.0 ], [ 105609.0, 505487.0 ], [ 105499.0, 505521.0 ], [ 105236.0, 505626.0 ], [ 105152.0, 505695.0 ], [ 105027.0, 505772.0 ], [ 104976.0, 505882.0 ], [ 104970.0, 506039.0 ], [ 105002.0, 506171.0 ], [ 105072.0, 506252.0 ], [ 105199.0, 506308.0 ], [ 105292.0, 506314.0 ], [ 105374.0, 506302.0 ], [ 105432.0, 506290.0 ], [ 105486.0, 506209.0 ], [ 105485.0, 506005.0 ], [ 105523.0, 505857.0 ], [ 105533.0, 505843.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 81.0, "TNODE_": 80.0, "LPOLY_": 35.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103568.0, 504988.0 ], [ 103616.0, 505070.0 ], [ 103745.0, 505100.0 ], [ 103888.0, 505043.0 ], [ 104055.0, 505008.0 ], [ 104182.0, 505016.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 78.0, "TNODE_": 81.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103538.0, 505047.0 ], [ 103568.0, 504988.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 73.0, "TNODE_": 71.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102640.0, 505331.0 ], [ 102628.0, 505218.0 ], [ 102640.0, 505130.0 ], [ 102710.0, 505022.0 ], [ 102816.0, 504985.0 ], [ 102925.0, 505016.0 ], [ 103203.0, 505115.0 ], [ 103366.0, 505193.0 ], [ 103413.0, 505243.0 ], [ 103447.0, 505283.0 ], [ 103492.0, 505352.0 ], [ 103513.0, 505403.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 82.0, "TNODE_": 81.0, "LPOLY_": 37.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103579.0, 504809.0 ], [ 103559.0, 504860.0 ], [ 103564.0, 504982.0 ], [ 103568.0, 504988.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 83.0, "TNODE_": 82.0, "LPOLY_": 37.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103588.0, 504788.0 ], [ 103579.0, 504809.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 84.0, "TNODE_": 83.0, "LPOLY_": 39.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103606.0, 504743.0 ], [ 103588.0, 504788.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 85.0, "TNODE_": 84.0, "LPOLY_": 39.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103734.0, 504625.0 ], [ 103726.0, 504631.0 ], [ 103606.0, 504743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 75.0, "TNODE_": 73.0, "LPOLY_": 2.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101392.0, 505126.0 ], [ 101381.0, 505191.0 ], [ 101444.0, 505310.0 ], [ 101543.0, 505383.0 ], [ 101738.0, 505419.0 ], [ 101905.0, 505334.0 ], [ 102017.0, 505181.0 ], [ 102024.0, 505009.0 ], [ 102043.0, 504882.0 ], [ 102118.0, 504761.0 ], [ 102168.0, 504708.0 ], [ 102237.0, 504622.0 ], [ 102374.0, 504612.0 ], [ 102464.0, 504647.0 ], [ 102521.0, 504761.0 ], [ 102518.0, 504918.0 ], [ 102437.0, 505019.0 ], [ 102299.0, 505129.0 ], [ 102260.0, 505244.0 ], [ 102272.0, 505311.0 ], [ 102373.0, 505350.0 ], [ 102486.0, 505310.0 ], [ 102640.0, 505331.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 86.0, "TNODE_": 85.0, "LPOLY_": 40.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104109.0, 504098.0 ], [ 104151.0, 504113.0 ], [ 104263.0, 504212.0 ], [ 104326.0, 504302.0 ], [ 104289.0, 504409.0 ], [ 104182.0, 504517.0 ], [ 104075.0, 504551.0 ], [ 103943.0, 504561.0 ], [ 103901.0, 504548.0 ], [ 103785.0, 504581.0 ], [ 103734.0, 504625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 86.0, "TNODE_": 85.0, "LPOLY_": 39.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104109.0, 504098.0 ], [ 104032.0, 504158.0 ], [ 103880.0, 504198.0 ], [ 103645.0, 504222.0 ], [ 103484.0, 504197.0 ], [ 103339.0, 504226.0 ], [ 103303.0, 504289.0 ], [ 103319.0, 504352.0 ], [ 103494.0, 504533.0 ], [ 103601.0, 504567.0 ], [ 103734.0, 504625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 87.0, "TNODE_": 86.0, "LPOLY_": 42.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104037.0, 504073.0 ], [ 104109.0, 504098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 88.0, "TNODE_": 87.0, "LPOLY_": 42.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104031.0, 504072.0 ], [ 104037.0, 504073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 89.0, "TNODE_": 88.0, "LPOLY_": 42.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103844.0, 504011.0 ], [ 104031.0, 504072.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 90.0, "TNODE_": 91.0, "LPOLY_": 42.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105694.0, 503926.0 ], [ 105677.0, 503923.0 ], [ 105326.0, 503820.0 ], [ 105032.0, 503689.0 ], [ 104995.0, 503667.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 91.0, "TNODE_": 92.0, "LPOLY_": 43.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104995.0, 503667.0 ], [ 104921.0, 503623.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 94.0, "TNODE_": 76.0, "LPOLY_": 2.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98248.0, 503271.0 ], [ 98806.0, 503318.0 ], [ 99597.0, 503461.0 ], [ 100258.0, 503627.0 ], [ 100696.0, 503783.0 ], [ 101188.0, 504077.0 ], [ 101469.0, 504372.0 ], [ 101508.0, 504649.0 ], [ 101419.0, 504971.0 ], [ 101400.0, 505079.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 93.0, "TNODE_": 94.0, "LPOLY_": 2.0, "RPOLY_": 1.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98248.0, 503292.0 ], [ 98248.0, 503271.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 92.0, "TNODE_": 89.0, "LPOLY_": 43.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104921.0, 503623.0 ], [ 104760.0, 503528.0 ], [ 104642.0, 503379.0 ], [ 104524.0, 503147.0 ], [ 104388.0, 503030.0 ], [ 104205.0, 503067.0 ], [ 103997.0, 503191.0 ], [ 103879.0, 503366.0 ], [ 103856.0, 503516.0 ], [ 103850.0, 503632.0 ], [ 103793.0, 503721.0 ], [ 103703.0, 503784.0 ], [ 103640.0, 503817.0 ], [ 103617.0, 503842.0 ], [ 103621.0, 503874.0 ], [ 103670.0, 503934.0 ], [ 103801.0, 503997.0 ], [ 103844.0, 504011.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 95.0, "TNODE_": 77.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98251.0, 502951.0 ], [ 98461.0, 502941.0 ], [ 98770.0, 502890.0 ], [ 99050.0, 502876.0 ], [ 99291.0, 502847.0 ], [ 99570.0, 502884.0 ], [ 99948.0, 503014.0 ], [ 100261.0, 503155.0 ], [ 100516.0, 503251.0 ], [ 100748.0, 503328.0 ], [ 100960.0, 503421.0 ], [ 101247.0, 503419.0 ], [ 101648.0, 503371.0 ], [ 101966.0, 503366.0 ], [ 102090.0, 503387.0 ], [ 102113.0, 503419.0 ], [ 102052.0, 503460.0 ], [ 102015.0, 503489.0 ], [ 102039.0, 503542.0 ], [ 102115.0, 503566.0 ], [ 102251.0, 503585.0 ], [ 102325.0, 503606.0 ], [ 102383.0, 503655.0 ], [ 102383.0, 503696.0 ], [ 102308.0, 503715.0 ], [ 102188.0, 503697.0 ], [ 102116.0, 503691.0 ], [ 102029.0, 503716.0 ], [ 101974.0, 503779.0 ], [ 101973.0, 503862.0 ], [ 102022.0, 503914.0 ], [ 102108.0, 503919.0 ], [ 102189.0, 503887.0 ], [ 102313.0, 503858.0 ], [ 102387.0, 503858.0 ], [ 102477.0, 503880.0 ], [ 102526.0, 503916.0 ], [ 102595.0, 503972.0 ], [ 102630.0, 504070.0 ], [ 102578.0, 504187.0 ], [ 102464.0, 504300.0 ], [ 102345.0, 504391.0 ], [ 102209.0, 504461.0 ], [ 102117.0, 504504.0 ], [ 101957.0, 504585.0 ], [ 101656.0, 504775.0 ], [ 101579.0, 504890.0 ], [ 101529.0, 504981.0 ], [ 101408.0, 505074.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 96.0, "TNODE_": 96.0, "LPOLY_": 47.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101770.0, 502890.0 ], [ 101840.0, 502808.0 ], [ 101950.0, 502786.0 ], [ 102088.0, 502826.0 ], [ 102171.0, 502915.0 ], [ 102247.0, 503011.0 ], [ 102270.0, 503093.0 ], [ 102128.0, 503118.0 ], [ 102006.0, 503137.0 ], [ 101903.0, 503105.0 ], [ 101812.0, 502999.0 ], [ 101770.0, 502893.0 ], [ 101770.0, 502890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 91.0, "TNODE_": 89.0, "LPOLY_": 42.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104995.0, 503667.0 ], [ 104983.0, 503568.0 ], [ 104973.0, 503324.0 ], [ 104871.0, 503066.0 ], [ 104731.0, 502898.0 ], [ 104550.0, 502720.0 ], [ 104296.0, 502632.0 ], [ 104084.0, 502741.0 ], [ 103865.0, 503071.0 ], [ 103689.0, 503379.0 ], [ 103498.0, 503571.0 ], [ 103342.0, 503703.0 ], [ 103246.0, 503799.0 ], [ 103230.0, 503882.0 ], [ 103267.0, 503955.0 ], [ 103410.0, 504015.0 ], [ 103519.0, 504018.0 ], [ 103612.0, 504029.0 ], [ 103723.0, 504022.0 ], [ 103844.0, 504011.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 97.0, "TNODE_": 83.0, "LPOLY_": 37.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98252.0, 502764.0 ], [ 98908.0, 502662.0 ], [ 99167.0, 502620.0 ], [ 99415.0, 502613.0 ], [ 99760.0, 502671.0 ], [ 100002.0, 502752.0 ], [ 100314.0, 502916.0 ], [ 100643.0, 503109.0 ], [ 101074.0, 503269.0 ], [ 101281.0, 503304.0 ], [ 101507.0, 503305.0 ], [ 101722.0, 503310.0 ], [ 101915.0, 503319.0 ], [ 102024.0, 503318.0 ], [ 102123.0, 503358.0 ], [ 102182.0, 503417.0 ], [ 102296.0, 503473.0 ], [ 102374.0, 503524.0 ], [ 102469.0, 503591.0 ], [ 102505.0, 503683.0 ], [ 102474.0, 503748.0 ], [ 102379.0, 503763.0 ], [ 102248.0, 503747.0 ], [ 102166.0, 503746.0 ], [ 102070.0, 503762.0 ], [ 102015.0, 503788.0 ], [ 102062.0, 503827.0 ], [ 102151.0, 503852.0 ], [ 102215.0, 503833.0 ], [ 102301.0, 503819.0 ], [ 102388.0, 503807.0 ], [ 102490.0, 503821.0 ], [ 102597.0, 503871.0 ], [ 102675.0, 503943.0 ], [ 102731.0, 504036.0 ], [ 102759.0, 504146.0 ], [ 102780.0, 504279.0 ], [ 102787.0, 504338.0 ], [ 102909.0, 504416.0 ], [ 103030.0, 504439.0 ], [ 103184.0, 504521.0 ], [ 103265.0, 504578.0 ], [ 103359.0, 504628.0 ], [ 103460.0, 504675.0 ], [ 103588.0, 504788.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 99.0, "TNODE_": 100.0, "LPOLY_": 49.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100724.0, 502276.0 ], [ 100716.0, 502259.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 100.0, "TNODE_": 99.0, "LPOLY_": 49.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100716.0, 502259.0 ], [ 100851.0, 502238.0 ], [ 100969.0, 502241.0 ], [ 101080.0, 502224.0 ], [ 101186.0, 502268.0 ], [ 101226.0, 502334.0 ], [ 101170.0, 502339.0 ], [ 101063.0, 502345.0 ], [ 100959.0, 502354.0 ], [ 100839.0, 502341.0 ], [ 100735.0, 502297.0 ], [ 100724.0, 502276.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 101.0, "TNODE_": 102.0, "LPOLY_": 48.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100445.0, 502217.0 ], [ 100442.0, 502209.0 ], [ 100442.0, 502199.0 ], [ 100453.0, 502187.0 ], [ 100465.0, 502179.0 ], [ 100483.0, 502163.0 ], [ 100498.0, 502155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 102.0, "TNODE_": 101.0, "LPOLY_": 48.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100498.0, 502155.0 ], [ 100520.0, 502137.0 ], [ 100691.0, 502137.0 ], [ 100894.0, 502158.0 ], [ 101186.0, 502172.0 ], [ 101258.0, 502224.0 ], [ 101307.0, 502311.0 ], [ 101338.0, 502402.0 ], [ 101318.0, 502459.0 ], [ 101183.0, 502476.0 ], [ 100951.0, 502458.0 ], [ 100824.0, 502432.0 ], [ 100691.0, 502386.0 ], [ 100571.0, 502312.0 ], [ 100445.0, 502217.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 103.0, "TNODE_": 103.0, "LPOLY_": 46.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99722.0, 501931.0 ], [ 99815.0, 501806.0 ], [ 100239.0, 501892.0 ], [ 100514.0, 502001.0 ], [ 100929.0, 502088.0 ], [ 101030.0, 502091.0 ], [ 101118.0, 502077.0 ], [ 101194.0, 502092.0 ], [ 101326.0, 502249.0 ], [ 101473.0, 502346.0 ], [ 101528.0, 502377.0 ], [ 101709.0, 502421.0 ], [ 101973.0, 502471.0 ], [ 102083.0, 502474.0 ], [ 102189.0, 502491.0 ], [ 102353.0, 502636.0 ], [ 102485.0, 502735.0 ], [ 102656.0, 502796.0 ], [ 102768.0, 502886.0 ], [ 102821.0, 502991.0 ], [ 102851.0, 503107.0 ], [ 102823.0, 503228.0 ], [ 102751.0, 503288.0 ], [ 102615.0, 503279.0 ], [ 102472.0, 503216.0 ], [ 102219.0, 503175.0 ], [ 102034.0, 503177.0 ], [ 101855.0, 503124.0 ], [ 101735.0, 502982.0 ], [ 101689.0, 502838.0 ], [ 101675.0, 502696.0 ], [ 101675.0, 502614.0 ], [ 101610.0, 502482.0 ], [ 101436.0, 502498.0 ], [ 101175.0, 502534.0 ], [ 100839.0, 502501.0 ], [ 100523.0, 502413.0 ], [ 100293.0, 502335.0 ], [ 100115.0, 502251.0 ], [ 99946.0, 502144.0 ], [ 99752.0, 502013.0 ], [ 99723.0, 501940.0 ], [ 99722.0, 501931.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 104.0, "TNODE_": 98.0, "LPOLY_": 45.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98267.0, 500975.0 ], [ 98741.0, 501037.0 ], [ 99233.0, 501159.0 ], [ 99939.0, 501374.0 ], [ 100465.0, 501636.0 ], [ 100813.0, 501839.0 ], [ 100977.0, 501925.0 ], [ 101124.0, 501932.0 ], [ 101265.0, 501943.0 ], [ 101343.0, 502045.0 ], [ 101380.0, 502168.0 ], [ 101495.0, 502327.0 ], [ 101686.0, 502379.0 ], [ 101909.0, 502402.0 ], [ 102049.0, 502388.0 ], [ 102203.0, 502329.0 ], [ 102385.0, 502379.0 ], [ 102484.0, 502529.0 ], [ 102566.0, 502637.0 ], [ 102684.0, 502709.0 ], [ 102788.0, 502778.0 ], [ 102872.0, 502916.0 ], [ 102910.0, 503087.0 ], [ 102864.0, 503306.0 ], [ 102784.0, 503363.0 ], [ 102565.0, 503327.0 ], [ 102306.0, 503215.0 ], [ 102108.0, 503187.0 ], [ 101983.0, 503204.0 ], [ 101842.0, 503189.0 ], [ 101688.0, 503039.0 ], [ 101603.0, 502864.0 ], [ 101492.0, 502670.0 ], [ 101334.0, 502646.0 ], [ 100744.0, 502643.0 ], [ 100265.0, 502475.0 ], [ 99764.0, 502307.0 ], [ 99210.0, 502250.0 ], [ 98849.0, 502286.0 ], [ 98254.0, 502484.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 107.0, "TNODE_": 107.0, "LPOLY_": 57.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102375.0, 500434.0 ], [ 102372.0, 500434.0 ], [ 102356.0, 500426.0 ], [ 102317.0, 500377.0 ], [ 102305.0, 500356.0 ], [ 102296.0, 500335.0 ], [ 102283.0, 500282.0 ], [ 102276.0, 500269.0 ], [ 102290.0, 500253.0 ], [ 102333.0, 500266.0 ], [ 102346.0, 500282.0 ], [ 102352.0, 500310.0 ], [ 102364.0, 500329.0 ], [ 102377.0, 500362.0 ], [ 102378.0, 500411.0 ], [ 102375.0, 500434.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 105.0, "TNODE_": 105.0, "LPOLY_": 56.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102381.0, 500447.0 ], [ 102362.0, 500442.0 ], [ 102317.0, 500394.0 ], [ 102226.0, 500234.0 ], [ 102224.0, 500200.0 ], [ 102304.0, 500208.0 ], [ 102358.0, 500242.0 ], [ 102366.0, 500316.0 ], [ 102397.0, 500378.0 ], [ 102391.0, 500447.0 ], [ 102381.0, 500447.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 111.0, "TNODE_": 112.0, "LPOLY_": 55.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101510.0, 499895.0 ], [ 101509.0, 499892.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 110.0, "TNODE_": 110.0, "LPOLY_": 58.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101684.0, 499923.0 ], [ 101652.0, 499907.0 ], [ 101639.0, 499886.0 ], [ 101639.0, 499870.0 ], [ 101692.0, 499862.0 ], [ 101782.0, 499883.0 ], [ 101877.0, 499913.0 ], [ 101970.0, 499966.0 ], [ 102029.0, 500016.0 ], [ 102042.0, 500040.0 ], [ 102039.0, 500053.0 ], [ 102018.0, 500064.0 ], [ 101976.0, 500056.0 ], [ 101909.0, 500029.0 ], [ 101816.0, 499987.0 ], [ 101684.0, 499923.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 112.0, "TNODE_": 111.0, "LPOLY_": 55.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101509.0, 499892.0 ], [ 101517.0, 499819.0 ], [ 101649.0, 499796.0 ], [ 101910.0, 499880.0 ], [ 102131.0, 500024.0 ], [ 102320.0, 500134.0 ], [ 102644.0, 500184.0 ], [ 102824.0, 500159.0 ], [ 102879.0, 500247.0 ], [ 102762.0, 500280.0 ], [ 102518.0, 500217.0 ], [ 102386.0, 500251.0 ], [ 102381.0, 500333.0 ], [ 102424.0, 500429.0 ], [ 102377.0, 500461.0 ], [ 102296.0, 500386.0 ], [ 102242.0, 500291.0 ], [ 102091.0, 500148.0 ], [ 101879.0, 500062.0 ], [ 101634.0, 499978.0 ], [ 101513.0, 499907.0 ], [ 101510.0, 499895.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 108.0, "TNODE_": 113.0, "LPOLY_": 54.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102464.0, 500343.0 ], [ 102481.0, 500388.0 ], [ 102468.0, 500458.0 ], [ 102375.0, 500478.0 ], [ 102275.0, 500410.0 ], [ 102161.0, 500317.0 ], [ 101973.0, 500192.0 ], [ 101669.0, 500070.0 ], [ 101442.0, 499951.0 ], [ 101321.0, 499812.0 ], [ 101320.0, 499720.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 113.0, "TNODE_": 108.0, "LPOLY_": 54.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101320.0, 499720.0 ], [ 101397.0, 499712.0 ], [ 101685.0, 499732.0 ], [ 101885.0, 499766.0 ], [ 102090.0, 499841.0 ], [ 102275.0, 499969.0 ], [ 102429.0, 500060.0 ], [ 102570.0, 500113.0 ], [ 102720.0, 500064.0 ], [ 102872.0, 500039.0 ], [ 102998.0, 500121.0 ], [ 103154.0, 500189.0 ], [ 103211.0, 500257.0 ], [ 103119.0, 500252.0 ], [ 102963.0, 500290.0 ], [ 102897.0, 500362.0 ], [ 102881.0, 500505.0 ], [ 102767.0, 500582.0 ], [ 102780.0, 500694.0 ], [ 102721.0, 500922.0 ], [ 102589.0, 501037.0 ], [ 102399.0, 501037.0 ], [ 102185.0, 500952.0 ], [ 102057.0, 500870.0 ], [ 102103.0, 500848.0 ], [ 102287.0, 500889.0 ], [ 102437.0, 500901.0 ], [ 102580.0, 500873.0 ], [ 102658.0, 500817.0 ], [ 102700.0, 500715.0 ], [ 102714.0, 500640.0 ], [ 102717.0, 500564.0 ], [ 102776.0, 500499.0 ], [ 102789.0, 500465.0 ], [ 102736.0, 500403.0 ], [ 102630.0, 500339.0 ], [ 102522.0, 500313.0 ], [ 102470.0, 500320.0 ], [ 102464.0, 500343.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 114.0, "TNODE_": 106.0, "LPOLY_": 51.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98278.0, 499639.0 ], [ 98746.0, 499685.0 ], [ 99227.0, 499857.0 ], [ 99835.0, 499984.0 ], [ 100154.0, 500020.0 ], [ 100417.0, 500068.0 ], [ 100814.0, 500127.0 ], [ 101026.0, 500194.0 ], [ 101172.0, 500280.0 ], [ 101446.0, 500390.0 ], [ 101641.0, 500405.0 ], [ 101865.0, 500444.0 ], [ 101974.0, 500473.0 ], [ 102106.0, 500525.0 ], [ 102150.0, 500568.0 ], [ 102126.0, 500594.0 ], [ 101974.0, 500587.0 ], [ 101628.0, 500526.0 ], [ 101470.0, 500535.0 ], [ 101395.0, 500634.0 ], [ 101372.0, 500791.0 ], [ 101509.0, 500922.0 ], [ 101787.0, 501071.0 ], [ 101815.0, 501140.0 ], [ 101727.0, 501284.0 ], [ 101605.0, 501331.0 ], [ 101506.0, 501400.0 ], [ 101414.0, 501544.0 ], [ 101332.0, 501624.0 ], [ 101167.0, 501608.0 ], [ 101023.0, 501538.0 ], [ 100861.0, 501370.0 ], [ 100742.0, 501181.0 ], [ 100453.0, 500919.0 ], [ 100151.0, 500802.0 ], [ 99787.0, 500712.0 ], [ 99454.0, 500613.0 ], [ 99026.0, 500497.0 ], [ 98738.0, 500443.0 ], [ 98272.0, 500440.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 114.0, "TNODE_": 106.0, "LPOLY_": 52.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98278.0, 499639.0 ], [ 98728.0, 499830.0 ], [ 99105.0, 499968.0 ], [ 99470.0, 500078.0 ], [ 100072.0, 500217.0 ], [ 100555.0, 500290.0 ], [ 100869.0, 500342.0 ], [ 101061.0, 500386.0 ], [ 101220.0, 500467.0 ], [ 101248.0, 500614.0 ], [ 101163.0, 500766.0 ], [ 101183.0, 500932.0 ], [ 101244.0, 501048.0 ], [ 101343.0, 501195.0 ], [ 101382.0, 501316.0 ], [ 101301.0, 501430.0 ], [ 101154.0, 501444.0 ], [ 100919.0, 501260.0 ], [ 100778.0, 501041.0 ], [ 100526.0, 500813.0 ], [ 100256.0, 500651.0 ], [ 99846.0, 500426.0 ], [ 99282.0, 500278.0 ], [ 98952.0, 500225.0 ], [ 98690.0, 500212.0 ], [ 98272.0, 500440.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 117.0, "TNODE_": 118.0, "LPOLY_": 53.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99952.0, 498867.0 ], [ 99960.0, 498752.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 119.0, "TNODE_": 120.0, "LPOLY_": 50.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98993.0, 498603.0 ], [ 99055.0, 498567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 118.0, "TNODE_": 117.0, "LPOLY_": 53.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99960.0, 498752.0 ], [ 100097.0, 498589.0 ], [ 100245.0, 498556.0 ], [ 100522.0, 498652.0 ], [ 100675.0, 498909.0 ], [ 100788.0, 499159.0 ], [ 101069.0, 499415.0 ], [ 101418.0, 499583.0 ], [ 101749.0, 499657.0 ], [ 102102.0, 499756.0 ], [ 102390.0, 499900.0 ], [ 102547.0, 499974.0 ], [ 102674.0, 499919.0 ], [ 102765.0, 499846.0 ], [ 102879.0, 499831.0 ], [ 102996.0, 499969.0 ], [ 103180.0, 500112.0 ], [ 103323.0, 500212.0 ], [ 103324.0, 500404.0 ], [ 103280.0, 500515.0 ], [ 103230.0, 500565.0 ], [ 103158.0, 500466.0 ], [ 103131.0, 500366.0 ], [ 103074.0, 500367.0 ], [ 103025.0, 500499.0 ], [ 102995.0, 500588.0 ], [ 102918.0, 500609.0 ], [ 102843.0, 500580.0 ], [ 102801.0, 500598.0 ], [ 102846.0, 500679.0 ], [ 102909.0, 500701.0 ], [ 103068.0, 500752.0 ], [ 103237.0, 500878.0 ], [ 103234.0, 501080.0 ], [ 103096.0, 501231.0 ], [ 102906.0, 501286.0 ], [ 102699.0, 501269.0 ], [ 102538.0, 501290.0 ], [ 102363.0, 501200.0 ], [ 102184.0, 501063.0 ], [ 101968.0, 500929.0 ], [ 101819.0, 500850.0 ], [ 101724.0, 500773.0 ], [ 101711.0, 500747.0 ], [ 101763.0, 500728.0 ], [ 101972.0, 500771.0 ], [ 102219.0, 500808.0 ], [ 102335.0, 500791.0 ], [ 102427.0, 500735.0 ], [ 102444.0, 500628.0 ], [ 102480.0, 500577.0 ], [ 102504.0, 500455.0 ], [ 102491.0, 500463.0 ], [ 102408.0, 500489.0 ], [ 102329.0, 500478.0 ], [ 102172.0, 500351.0 ], [ 101882.0, 500268.0 ], [ 101474.0, 500119.0 ], [ 101183.0, 499904.0 ], [ 100915.0, 499735.0 ], [ 100701.0, 499616.0 ], [ 100550.0, 499503.0 ], [ 100239.0, 499223.0 ], [ 100113.0, 499123.0 ], [ 100007.0, 499028.0 ], [ 99951.0, 498886.0 ], [ 99952.0, 498867.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 120.0, "TNODE_": 119.0, "LPOLY_": 50.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99055.0, 498567.0 ], [ 99238.0, 498461.0 ], [ 99467.0, 498415.0 ], [ 99770.0, 498283.0 ], [ 99934.0, 498226.0 ], [ 100161.0, 498225.0 ], [ 100351.0, 498259.0 ], [ 100515.0, 498384.0 ], [ 100673.0, 498639.0 ], [ 100807.0, 498891.0 ], [ 100951.0, 499101.0 ], [ 101230.0, 499294.0 ], [ 101554.0, 499413.0 ], [ 102152.0, 499649.0 ], [ 102321.0, 499763.0 ], [ 102418.0, 499807.0 ], [ 102596.0, 499718.0 ], [ 102712.0, 499528.0 ], [ 102805.0, 499430.0 ], [ 102896.0, 499356.0 ], [ 102962.0, 499324.0 ], [ 103021.0, 499307.0 ], [ 103053.0, 499327.0 ], [ 103014.0, 499437.0 ], [ 102981.0, 499523.0 ], [ 102995.0, 499640.0 ], [ 103057.0, 499758.0 ], [ 103150.0, 499878.0 ], [ 103237.0, 499940.0 ], [ 103330.0, 499977.0 ], [ 103404.0, 500031.0 ], [ 103426.0, 500186.0 ], [ 103408.0, 500297.0 ], [ 103394.0, 500419.0 ], [ 103404.0, 500559.0 ], [ 103454.0, 500781.0 ], [ 103519.0, 500958.0 ], [ 103562.0, 501100.0 ], [ 103570.0, 501281.0 ], [ 103370.0, 501402.0 ], [ 103180.0, 501462.0 ], [ 102998.0, 501461.0 ], [ 102766.0, 501466.0 ], [ 102578.0, 501526.0 ], [ 102528.0, 501645.0 ], [ 102477.0, 501778.0 ], [ 102387.0, 501799.0 ], [ 102318.0, 501703.0 ], [ 102303.0, 501485.0 ], [ 102269.0, 501286.0 ], [ 102173.0, 501118.0 ], [ 102070.0, 501055.0 ], [ 101922.0, 500975.0 ], [ 101769.0, 500896.0 ], [ 101623.0, 500810.0 ], [ 101585.0, 500769.0 ], [ 101588.0, 500661.0 ], [ 101700.0, 500632.0 ], [ 101884.0, 500688.0 ], [ 102043.0, 500717.0 ], [ 102234.0, 500724.0 ], [ 102317.0, 500694.0 ], [ 102353.0, 500623.0 ], [ 102322.0, 500530.0 ], [ 102208.0, 500460.0 ], [ 102062.0, 500397.0 ], [ 101902.0, 500335.0 ], [ 101400.0, 500242.0 ], [ 101102.0, 500113.0 ], [ 100895.0, 499941.0 ], [ 100690.0, 499739.0 ], [ 100302.0, 499443.0 ], [ 99898.0, 499204.0 ], [ 99440.0, 499000.0 ], [ 99219.0, 498876.0 ], [ 99052.0, 498738.0 ], [ 98993.0, 498603.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 122.0, "TNODE_": 98.0, "LPOLY_": 44.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98311.0, 497228.0 ], [ 98412.0, 497239.0 ], [ 98732.0, 497308.0 ], [ 99152.0, 497426.0 ], [ 99884.0, 497593.0 ], [ 100140.0, 497706.0 ], [ 100457.0, 497893.0 ], [ 100690.0, 498138.0 ], [ 100896.0, 498467.0 ], [ 101044.0, 498719.0 ], [ 101125.0, 498903.0 ], [ 101250.0, 499069.0 ], [ 101539.0, 499207.0 ], [ 102001.0, 499394.0 ], [ 102250.0, 499447.0 ], [ 102402.0, 499439.0 ], [ 102505.0, 499417.0 ], [ 102572.0, 499350.0 ], [ 102630.0, 499201.0 ], [ 102704.0, 499049.0 ], [ 102748.0, 498930.0 ], [ 102777.0, 498800.0 ], [ 102832.0, 498718.0 ], [ 102955.0, 498689.0 ], [ 103064.0, 498690.0 ], [ 103181.0, 498725.0 ], [ 103261.0, 498839.0 ], [ 103296.0, 498968.0 ], [ 103232.0, 499175.0 ], [ 103127.0, 499351.0 ], [ 103073.0, 499452.0 ], [ 103064.0, 499608.0 ], [ 103104.0, 499670.0 ], [ 103158.0, 499718.0 ], [ 103269.0, 499788.0 ], [ 103377.0, 499823.0 ], [ 103454.0, 499861.0 ], [ 103541.0, 499910.0 ], [ 103596.0, 500004.0 ], [ 103586.0, 500093.0 ], [ 103521.0, 500218.0 ], [ 103494.0, 500318.0 ], [ 103469.0, 500485.0 ], [ 103519.0, 500610.0 ], [ 103567.0, 500716.0 ], [ 103566.0, 500790.0 ], [ 103583.0, 500895.0 ], [ 103627.0, 501003.0 ], [ 103741.0, 501091.0 ], [ 103781.0, 501181.0 ], [ 103749.0, 501357.0 ], [ 103441.0, 501652.0 ], [ 103342.0, 501781.0 ], [ 103328.0, 501875.0 ], [ 103339.0, 501951.0 ], [ 103427.0, 502048.0 ], [ 103544.0, 502157.0 ], [ 103650.0, 502294.0 ], [ 103658.0, 502413.0 ], [ 103622.0, 502504.0 ], [ 103532.0, 502585.0 ], [ 103468.0, 502616.0 ], [ 103262.0, 502609.0 ], [ 103068.0, 502571.0 ], [ 102961.0, 502556.0 ], [ 102904.0, 502624.0 ], [ 102893.0, 502708.0 ], [ 102949.0, 502832.0 ], [ 103034.0, 502913.0 ], [ 103083.0, 502980.0 ], [ 103144.0, 503082.0 ], [ 103087.0, 503266.0 ], [ 102998.0, 503401.0 ], [ 102894.0, 503522.0 ], [ 102735.0, 503538.0 ], [ 102516.0, 503516.0 ], [ 102309.0, 503422.0 ], [ 102228.0, 503377.0 ], [ 102145.0, 503307.0 ], [ 102060.0, 503265.0 ], [ 101971.0, 503226.0 ], [ 101746.0, 503212.0 ], [ 101477.0, 503202.0 ], [ 101044.0, 503039.0 ], [ 100918.0, 502997.0 ], [ 100797.0, 502923.0 ], [ 100661.0, 502880.0 ], [ 100555.0, 502823.0 ], [ 100453.0, 502705.0 ], [ 100280.0, 502593.0 ], [ 100133.0, 502525.0 ], [ 100010.0, 502492.0 ], [ 99882.0, 502463.0 ], [ 99737.0, 502436.0 ], [ 99561.0, 502411.0 ], [ 99251.0, 502406.0 ], [ 98953.0, 502412.0 ], [ 98603.0, 502425.0 ], [ 98254.0, 502484.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 123.0, "TNODE_": 90.0, "LPOLY_": 41.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108239.0, 496968.0 ], [ 108130.0, 496972.0 ], [ 107934.0, 497059.0 ], [ 107507.0, 497351.0 ], [ 107255.0, 497535.0 ], [ 107052.0, 497733.0 ], [ 106929.0, 497936.0 ], [ 106805.0, 498243.0 ], [ 106716.0, 498425.0 ], [ 106693.0, 498571.0 ], [ 106738.0, 498764.0 ], [ 106714.0, 498970.0 ], [ 106553.0, 499204.0 ], [ 106438.0, 499292.0 ], [ 106210.0, 499415.0 ], [ 105955.0, 499485.0 ], [ 105746.0, 499483.0 ], [ 105627.0, 499500.0 ], [ 105556.0, 499546.0 ], [ 105532.0, 499614.0 ], [ 105554.0, 499698.0 ], [ 105633.0, 499783.0 ], [ 105714.0, 499821.0 ], [ 105832.0, 499842.0 ], [ 106013.0, 499817.0 ], [ 106186.0, 499753.0 ], [ 106409.0, 499643.0 ], [ 106598.0, 499585.0 ], [ 106784.0, 499559.0 ], [ 107092.0, 499622.0 ], [ 107322.0, 499658.0 ], [ 107522.0, 499716.0 ], [ 107853.0, 499838.0 ], [ 108183.0, 499955.0 ], [ 108342.0, 500005.0 ], [ 108483.0, 500066.0 ], [ 108581.0, 500139.0 ], [ 108647.0, 500260.0 ], [ 108692.0, 500374.0 ], [ 108661.0, 500523.0 ], [ 108532.0, 500613.0 ], [ 108380.0, 500649.0 ], [ 108181.0, 500690.0 ], [ 107886.0, 500693.0 ], [ 107396.0, 500664.0 ], [ 107006.0, 500614.0 ], [ 106749.0, 500577.0 ], [ 106499.0, 500560.0 ], [ 106287.0, 500611.0 ], [ 106124.0, 500702.0 ], [ 105951.0, 500772.0 ], [ 105695.0, 500797.0 ], [ 105448.0, 500813.0 ], [ 105261.0, 500828.0 ], [ 105063.0, 500887.0 ], [ 104879.0, 501012.0 ], [ 104764.0, 501131.0 ], [ 104729.0, 501310.0 ], [ 104788.0, 501395.0 ], [ 104866.0, 501448.0 ], [ 104974.0, 501488.0 ], [ 105144.0, 501458.0 ], [ 105317.0, 501384.0 ], [ 105475.0, 501320.0 ], [ 105652.0, 501310.0 ], [ 105906.0, 501326.0 ], [ 106152.0, 501375.0 ], [ 106298.0, 501478.0 ], [ 106406.0, 501642.0 ], [ 106548.0, 501852.0 ], [ 106671.0, 502052.0 ], [ 106838.0, 502282.0 ], [ 107016.0, 502544.0 ], [ 107202.0, 502716.0 ], [ 107349.0, 502839.0 ], [ 107596.0, 502986.0 ], [ 107823.0, 503058.0 ], [ 108094.0, 503094.0 ], [ 108375.0, 503141.0 ], [ 108504.0, 503231.0 ], [ 108585.0, 503306.0 ], [ 108628.0, 503421.0 ], [ 108583.0, 503567.0 ], [ 108494.0, 503642.0 ], [ 108155.0, 503814.0 ], [ 107772.0, 504000.0 ], [ 107543.0, 504096.0 ], [ 107376.0, 504125.0 ], [ 107220.0, 504141.0 ], [ 106973.0, 504124.0 ], [ 106450.0, 504019.0 ], [ 106032.0, 503977.0 ], [ 105694.0, 503926.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 123.0, "TNODE_": 125.0, "LPOLY_": 33.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108239.0, 496968.0 ], [ 108318.0, 496796.0 ], [ 108329.0, 496750.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 127.0, "TNODE_": 86.0, "LPOLY_": 39.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98285.0, 496683.0 ], [ 98701.0, 496797.0 ], [ 99094.0, 496925.0 ], [ 99434.0, 497025.0 ], [ 99716.0, 497038.0 ], [ 99965.0, 496974.0 ], [ 100229.0, 497010.0 ], [ 100419.0, 497131.0 ], [ 100574.0, 497435.0 ], [ 100695.0, 497733.0 ], [ 100862.0, 498052.0 ], [ 101059.0, 498280.0 ], [ 101199.0, 498428.0 ], [ 101392.0, 498527.0 ], [ 101572.0, 498549.0 ], [ 101737.0, 498514.0 ], [ 101908.0, 498434.0 ], [ 101976.0, 498361.0 ], [ 101963.0, 498238.0 ], [ 101932.0, 498145.0 ], [ 101916.0, 498058.0 ], [ 101990.0, 497968.0 ], [ 102149.0, 497934.0 ], [ 102233.0, 497947.0 ], [ 102341.0, 498036.0 ], [ 102541.0, 498167.0 ], [ 102722.0, 498239.0 ], [ 102959.0, 498296.0 ], [ 103123.0, 498377.0 ], [ 103351.0, 498507.0 ], [ 103478.0, 498648.0 ], [ 103567.0, 498840.0 ], [ 103578.0, 498997.0 ], [ 103512.0, 499116.0 ], [ 103371.0, 499216.0 ], [ 103260.0, 499331.0 ], [ 103205.0, 499440.0 ], [ 103199.0, 499548.0 ], [ 103244.0, 499626.0 ], [ 103396.0, 499732.0 ], [ 103619.0, 499787.0 ], [ 103760.0, 499842.0 ], [ 103846.0, 499943.0 ], [ 103812.0, 500086.0 ], [ 103728.0, 500163.0 ], [ 103662.0, 500263.0 ], [ 103593.0, 500424.0 ], [ 103603.0, 500558.0 ], [ 103649.0, 500649.0 ], [ 103778.0, 500758.0 ], [ 103932.0, 500861.0 ], [ 104075.0, 500938.0 ], [ 104199.0, 501120.0 ], [ 104270.0, 501324.0 ], [ 104287.0, 501456.0 ], [ 104276.0, 501587.0 ], [ 104234.0, 501666.0 ], [ 104098.0, 501709.0 ], [ 103913.0, 501736.0 ], [ 103743.0, 501721.0 ], [ 103612.0, 501764.0 ], [ 103518.0, 501855.0 ], [ 103531.0, 501946.0 ], [ 103573.0, 502040.0 ], [ 103769.0, 502172.0 ], [ 103871.0, 502182.0 ], [ 103928.0, 502167.0 ], [ 104003.0, 502124.0 ], [ 104062.0, 502063.0 ], [ 104141.0, 501998.0 ], [ 104249.0, 501964.0 ], [ 104398.0, 501924.0 ], [ 104539.0, 501852.0 ], [ 104653.0, 501723.0 ], [ 104764.0, 501639.0 ], [ 104917.0, 501648.0 ], [ 105099.0, 501723.0 ], [ 105191.0, 501814.0 ], [ 105237.0, 501953.0 ], [ 105260.0, 502117.0 ], [ 105255.0, 502284.0 ], [ 105205.0, 502374.0 ], [ 105078.0, 502430.0 ], [ 104916.0, 502469.0 ], [ 104719.0, 502456.0 ], [ 104536.0, 502418.0 ], [ 104277.0, 502451.0 ], [ 104087.0, 502531.0 ], [ 103897.0, 502670.0 ], [ 103729.0, 502819.0 ], [ 103612.0, 502928.0 ], [ 103497.0, 503102.0 ], [ 103435.0, 503317.0 ], [ 103324.0, 503523.0 ], [ 103223.0, 503628.0 ], [ 103137.0, 503747.0 ], [ 103126.0, 503846.0 ], [ 103215.0, 504000.0 ], [ 103343.0, 504058.0 ], [ 103472.0, 504073.0 ], [ 103608.0, 504095.0 ], [ 103749.0, 504111.0 ], [ 103871.0, 504113.0 ], [ 104109.0, 504098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 129.0, "TNODE_": 121.0, "LPOLY_": 61.0, "RPOLY_": 59.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106764.0, 496673.0 ], [ 106516.0, 496936.0 ], [ 106229.0, 497039.0 ], [ 105939.0, 497130.0 ], [ 105724.0, 497225.0 ], [ 105574.0, 497363.0 ], [ 105473.0, 497507.0 ], [ 105386.0, 497682.0 ], [ 105319.0, 497825.0 ], [ 105226.0, 497899.0 ], [ 105110.0, 497894.0 ], [ 104939.0, 497815.0 ], [ 104881.0, 497734.0 ], [ 104860.0, 497636.0 ], [ 104875.0, 497528.0 ], [ 104937.0, 497359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 121.0, "TNODE_": 130.0, "LPOLY_": 61.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104937.0, 497359.0 ], [ 104974.0, 497441.0 ], [ 105068.0, 497530.0 ], [ 105171.0, 497549.0 ], [ 105268.0, 497490.0 ], [ 105282.0, 497360.0 ], [ 105315.0, 497215.0 ], [ 105394.0, 496991.0 ], [ 105486.0, 496849.0 ], [ 105628.0, 496618.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 131.0, "TNODE_": 90.0, "LPOLY_": 42.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98539.0, 496597.0 ], [ 99140.0, 496756.0 ], [ 99497.0, 496807.0 ], [ 99819.0, 496803.0 ], [ 100057.0, 496762.0 ], [ 100241.0, 496787.0 ], [ 100532.0, 496966.0 ], [ 100665.0, 497127.0 ], [ 100741.0, 497371.0 ], [ 100811.0, 497588.0 ], [ 100969.0, 497858.0 ], [ 101054.0, 497954.0 ], [ 101153.0, 498023.0 ], [ 101236.0, 498046.0 ], [ 101337.0, 497938.0 ], [ 101480.0, 497804.0 ], [ 101660.0, 497731.0 ], [ 101727.0, 497736.0 ], [ 101912.0, 497760.0 ], [ 102096.0, 497799.0 ], [ 102253.0, 497788.0 ], [ 102401.0, 497756.0 ], [ 102517.0, 497739.0 ], [ 102662.0, 497741.0 ], [ 102809.0, 497787.0 ], [ 103020.0, 497900.0 ], [ 103402.0, 498142.0 ], [ 103793.0, 498579.0 ], [ 103984.0, 498827.0 ], [ 104017.0, 498973.0 ], [ 103986.0, 499081.0 ], [ 103873.0, 499175.0 ], [ 103686.0, 499218.0 ], [ 103483.0, 499296.0 ], [ 103356.0, 499373.0 ], [ 103303.0, 499423.0 ], [ 103286.0, 499518.0 ], [ 103303.0, 499590.0 ], [ 103376.0, 499627.0 ], [ 103520.0, 499613.0 ], [ 103617.0, 499626.0 ], [ 103908.0, 499698.0 ], [ 104115.0, 499759.0 ], [ 104284.0, 499841.0 ], [ 104333.0, 499964.0 ], [ 104274.0, 500099.0 ], [ 104123.0, 500196.0 ], [ 103741.0, 500282.0 ], [ 103660.0, 500367.0 ], [ 103633.0, 500498.0 ], [ 103691.0, 500626.0 ], [ 103796.0, 500713.0 ], [ 104008.0, 500802.0 ], [ 104216.0, 500943.0 ], [ 104317.0, 501127.0 ], [ 104354.0, 501314.0 ], [ 104365.0, 501549.0 ], [ 104352.0, 501683.0 ], [ 104214.0, 501817.0 ], [ 104090.0, 501845.0 ], [ 103944.0, 501843.0 ], [ 103830.0, 501836.0 ], [ 103718.0, 501888.0 ], [ 103681.0, 501952.0 ], [ 103698.0, 502012.0 ], [ 103782.0, 502057.0 ], [ 103905.0, 502022.0 ], [ 104018.0, 501968.0 ], [ 104110.0, 501929.0 ], [ 104225.0, 501867.0 ], [ 104373.0, 501819.0 ], [ 104489.0, 501771.0 ], [ 104578.0, 501680.0 ], [ 104658.0, 501589.0 ], [ 104717.0, 501552.0 ], [ 104828.0, 501543.0 ], [ 104905.0, 501566.0 ], [ 105056.0, 501601.0 ], [ 105150.0, 501614.0 ], [ 105265.0, 501638.0 ], [ 105408.0, 501664.0 ], [ 105590.0, 501770.0 ], [ 105914.0, 502119.0 ], [ 106045.0, 502278.0 ], [ 106126.0, 502426.0 ], [ 106206.0, 502612.0 ], [ 106254.0, 502711.0 ], [ 106286.0, 502844.0 ], [ 106277.0, 503006.0 ], [ 106211.0, 503144.0 ], [ 106107.0, 503263.0 ], [ 105993.0, 503384.0 ], [ 105875.0, 503518.0 ], [ 105800.0, 503627.0 ], [ 105737.0, 503745.0 ], [ 105694.0, 503926.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 132.0, "TNODE_": 121.0, "LPOLY_": 59.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104897.0, 496582.0 ], [ 104885.0, 496841.0 ], [ 104859.0, 497068.0 ], [ 104896.0, 497265.0 ], [ 104937.0, 497359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 126.0, "TNODE_": 132.0, "LPOLY_": 59.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107334.0, 496701.0 ], [ 107255.0, 496980.0 ], [ 106972.0, 497130.0 ], [ 106645.0, 497176.0 ], [ 106309.0, 497211.0 ], [ 106012.0, 497287.0 ], [ 105748.0, 497407.0 ], [ 105616.0, 497519.0 ], [ 105542.0, 497684.0 ], [ 105495.0, 497875.0 ], [ 105382.0, 498085.0 ], [ 105206.0, 498167.0 ], [ 104957.0, 498098.0 ], [ 104796.0, 497998.0 ], [ 104691.0, 497800.0 ], [ 104683.0, 497453.0 ], [ 104897.0, 496582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 128.0, "TNODE_": 133.0, "LPOLY_": 41.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103049.0, 496681.0 ], [ 103114.0, 496495.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 134.0, "TNODE_": 128.0, "LPOLY_": 41.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101580.0, 496420.0 ], [ 101672.0, 496657.0 ], [ 102140.0, 497454.0 ], [ 102277.0, 497588.0 ], [ 102387.0, 497679.0 ], [ 102478.0, 497709.0 ], [ 102499.0, 497663.0 ], [ 102466.0, 497540.0 ], [ 102521.0, 497474.0 ], [ 102713.0, 497625.0 ], [ 102954.0, 497779.0 ], [ 103196.0, 497899.0 ], [ 103507.0, 498011.0 ], [ 103744.0, 498045.0 ], [ 103824.0, 498027.0 ], [ 103829.0, 497989.0 ], [ 103660.0, 497899.0 ], [ 103464.0, 497837.0 ], [ 103242.0, 497722.0 ], [ 102966.0, 497563.0 ], [ 102769.0, 497397.0 ], [ 102687.0, 497221.0 ], [ 102700.0, 497098.0 ], [ 102752.0, 497009.0 ], [ 102870.0, 496950.0 ], [ 102973.0, 496877.0 ], [ 103018.0, 496771.0 ], [ 103049.0, 496681.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 135.0, "TNODE_": 131.0, "LPOLY_": 42.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98265.0, 496258.0 ], [ 98539.0, 496597.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 16.0, "TNODE_": 1.0, "LPOLY_": 3.0, "RPOLY_": 2.0, "CVALUE": 0.01 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 511947.0 ], [ 101273.0, 511944.0 ], [ 102065.0, 511799.0 ], [ 102834.0, 511602.0 ], [ 103365.0, 511501.0 ], [ 103767.0, 511397.0 ], [ 104025.0, 511332.0 ], [ 104297.0, 511381.0 ], [ 104426.0, 511414.0 ], [ 104515.0, 511488.0 ], [ 104512.0, 511709.0 ], [ 104427.0, 511919.0 ], [ 104399.0, 512038.0 ], [ 104400.0, 512145.0 ], [ 104488.0, 512352.0 ], [ 104627.0, 512577.0 ], [ 104769.0, 512890.0 ], [ 104841.0, 513292.0 ], [ 104961.0, 513736.0 ], [ 105084.0, 514118.0 ], [ 105319.0, 514608.0 ], [ 105438.0, 514898.0 ], [ 105487.0, 515162.0 ], [ 105644.0, 515848.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 12.0, "TNODE_": 2.0, "LPOLY_": 4.0, "RPOLY_": 3.0, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512402.0 ], [ 102061.0, 512400.0 ], [ 102572.0, 512323.0 ], [ 103033.0, 512143.0 ], [ 103306.0, 512012.0 ], [ 103574.0, 511953.0 ], [ 103840.0, 511960.0 ], [ 103972.0, 511978.0 ], [ 104100.0, 512054.0 ], [ 104128.0, 512339.0 ], [ 104151.0, 512629.0 ], [ 104298.0, 512950.0 ], [ 104470.0, 513236.0 ], [ 104603.0, 513523.0 ], [ 104871.0, 514121.0 ], [ 104981.0, 514456.0 ], [ 105032.0, 514664.0 ], [ 105005.0, 514797.0 ], [ 104928.0, 514964.0 ], [ 104876.0, 515105.0 ], [ 104855.0, 515211.0 ], [ 105069.0, 515809.0 ], [ 105243.0, 516103.0 ], [ 105378.0, 516301.0 ], [ 105519.0, 516441.0 ], [ 105654.0, 516593.0 ], [ 105823.0, 516746.0 ], [ 105981.0, 516903.0 ], [ 106127.0, 517083.0 ], [ 106229.0, 517252.0 ], [ 106319.0, 517455.0 ], [ 106364.0, 517590.0 ], [ 106386.0, 517680.0 ], [ 106409.0, 517866.0 ], [ 106415.0, 518035.0 ], [ 106381.0, 518227.0 ], [ 106347.0, 518328.0 ], [ 106262.0, 518396.0 ], [ 106167.0, 518401.0 ], [ 106054.0, 518390.0 ], [ 105908.0, 518351.0 ], [ 105784.0, 518283.0 ], [ 105530.0, 518199.0 ], [ 105361.0, 518148.0 ], [ 105215.0, 518092.0 ], [ 105074.0, 518063.0 ], [ 104945.0, 518041.0 ], [ 104843.0, 518030.0 ], [ 104759.0, 518024.0 ], [ 104663.0, 518018.0 ], [ 104595.0, 518018.0 ], [ 104539.0, 518047.0 ], [ 104488.0, 518086.0 ], [ 104426.0, 518154.0 ], [ 104376.0, 518232.0 ], [ 104331.0, 518328.0 ], [ 104280.0, 518418.0 ], [ 104241.0, 518514.0 ], [ 104212.0, 518598.0 ], [ 104207.0, 518705.0 ], [ 104196.0, 518812.0 ], [ 104212.0, 518897.0 ], [ 104224.0, 519060.0 ], [ 104269.0, 519257.0 ], [ 104280.0, 519438.0 ], [ 104280.0, 519629.0 ], [ 104291.0, 519883.0 ], [ 104336.0, 520012.0 ], [ 104387.0, 520265.0 ], [ 104452.0, 520561.0 ], [ 104483.0, 520747.0 ], [ 104508.0, 520969.0 ], [ 104548.0, 521178.0 ], [ 104559.0, 521400.0 ], [ 104587.0, 521603.0 ], [ 104604.0, 521952.0 ], [ 104607.0, 522180.0 ], [ 104624.0, 522451.0 ], [ 104629.0, 522670.0 ], [ 104632.0, 523003.0 ], [ 104614.0, 523167.0 ], [ 104600.0, 523328.0 ], [ 104574.0, 523512.0 ], [ 104543.0, 523664.0 ], [ 104532.0, 523763.0 ], [ 104476.0, 523938.0 ], [ 104442.0, 524050.0 ], [ 104380.0, 524185.0 ], [ 104346.0, 524274.0 ], [ 104322.0, 524313.0 ], [ 104284.0, 524350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108403.0, 523386.0 ], [ 108604.0, 523269.0 ], [ 108801.0, 522990.0 ], [ 108864.0, 522679.0 ], [ 108931.0, 522437.0 ], [ 109087.0, 522328.0 ], [ 109277.0, 522414.0 ], [ 109517.0, 522562.0 ], [ 109754.0, 522725.0 ], [ 110198.0, 523050.0 ], [ 110435.0, 523184.0 ], [ 110590.0, 523104.0 ], [ 110591.0, 522842.0 ], [ 110424.0, 522567.0 ], [ 110103.0, 522354.0 ], [ 109799.0, 522142.0 ], [ 109555.0, 521931.0 ], [ 109319.0, 521701.0 ], [ 109086.0, 521502.0 ], [ 108832.0, 521393.0 ], [ 108565.0, 521373.0 ], [ 108281.0, 521359.0 ], [ 108062.0, 521368.0 ], [ 107808.0, 521470.0 ], [ 107550.0, 521727.0 ], [ 107367.0, 521766.0 ], [ 107172.0, 521798.0 ], [ 107034.0, 521896.0 ], [ 107117.0, 522036.0 ], [ 107338.0, 522038.0 ], [ 107567.0, 521983.0 ], [ 107859.0, 521944.0 ], [ 108073.0, 521993.0 ], [ 108185.0, 522173.0 ], [ 108150.0, 522460.0 ], [ 108080.0, 522654.0 ], [ 107978.0, 522849.0 ], [ 107906.0, 523171.0 ], [ 107996.0, 523322.0 ], [ 108153.0, 523419.0 ], [ 108403.0, 523386.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108790.0, 530006.0 ], [ 109762.0, 530006.0 ], [ 109582.0, 529668.0 ], [ 109381.0, 529565.0 ], [ 109141.0, 529539.0 ], [ 108936.0, 529655.0 ], [ 108824.0, 529860.0 ], [ 108790.0, 530006.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113367.0, 529993.0 ], [ 115543.0, 529972.0 ], [ 115543.0, 529518.0 ], [ 115234.0, 529338.0 ], [ 114339.0, 528974.0 ], [ 113954.0, 528897.0 ], [ 113629.0, 528953.0 ], [ 113333.0, 529132.0 ], [ 113196.0, 529381.0 ], [ 113209.0, 529608.0 ], [ 113299.0, 529869.0 ], [ 113367.0, 529993.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113193.0, 524463.0 ], [ 113554.0, 524395.0 ], [ 113868.0, 524224.0 ], [ 114315.0, 523848.0 ], [ 114715.0, 523493.0 ], [ 115201.0, 522969.0 ], [ 115556.0, 522492.0 ], [ 115530.0, 521917.0 ], [ 115538.0, 521413.0 ], [ 115521.0, 520691.0 ], [ 115539.0, 520281.0 ], [ 115246.0, 520251.0 ], [ 114896.0, 520274.0 ], [ 114358.0, 520400.0 ], [ 113904.0, 520674.0 ], [ 113487.0, 520983.0 ], [ 112929.0, 521733.0 ], [ 112749.0, 522168.0 ], [ 112564.0, 522455.0 ], [ 112295.0, 522824.0 ], [ 112079.0, 523212.0 ], [ 112061.0, 523553.0 ], [ 112296.0, 523931.0 ], [ 112533.0, 524161.0 ], [ 112800.0, 524390.0 ], [ 113193.0, 524463.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110659.0, 517037.0 ], [ 110875.0, 517025.0 ], [ 111275.0, 516933.0 ], [ 111572.0, 516964.0 ], [ 111972.0, 517001.0 ], [ 112261.0, 516888.0 ], [ 112295.0, 516694.0 ], [ 112051.0, 516605.0 ], [ 111713.0, 516543.0 ], [ 111356.0, 516531.0 ], [ 111020.0, 516448.0 ], [ 110641.0, 516370.0 ], [ 110351.0, 516532.0 ], [ 110224.0, 516706.0 ], [ 110295.0, 516916.0 ], [ 110456.0, 517027.0 ], [ 110659.0, 517037.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_int.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_int.geojson new file mode 100644 index 0000000..e7ec70c --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_int.geojson @@ -0,0 +1,90 @@ +{ +"type": "FeatureCollection", +"name": "DS21_int", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 6.0, "TNODE_": 4.0, "LPOLY_": 6.0, "RPOLY_": 5.0, "CVALUE": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 513946.0 ], [ 101856.0, 514021.0 ], [ 102460.0, 514076.0 ], [ 103229.0, 514169.0 ], [ 103545.0, 514308.0 ], [ 103712.0, 514527.0 ], [ 103677.0, 514813.0 ], [ 103692.0, 515101.0 ], [ 104126.0, 515747.0 ], [ 104255.0, 515988.0 ], [ 104435.0, 516247.0 ], [ 104550.0, 516453.0 ], [ 104579.0, 516746.0 ], [ 104601.0, 516988.0 ], [ 104539.0, 517162.0 ], [ 104460.0, 517303.0 ], [ 104356.0, 517406.0 ], [ 104245.0, 517528.0 ], [ 104174.0, 517676.0 ], [ 104104.0, 517858.0 ], [ 104034.0, 518152.0 ], [ 104010.0, 518286.0 ], [ 103984.0, 518401.0 ], [ 103970.0, 518690.0 ], [ 103963.0, 518890.0 ], [ 103893.0, 519231.0 ], [ 103822.0, 519690.0 ], [ 103735.0, 520132.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 7.0, "TNODE_": 8.0, "LPOLY_": 6.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98158.0, 513940.0 ], [ 98970.0, 513855.0 ], [ 99125.0, 513855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 11.0, "TNODE_": 10.0, "LPOLY_": 8.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98168.0, 512725.0 ], [ 99125.0, 512746.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 9.0, "TNODE_": 3.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512840.0 ], [ 101508.0, 512855.0 ], [ 102151.0, 512898.0 ], [ 102640.0, 512840.0 ], [ 103014.0, 512626.0 ], [ 103153.0, 512457.0 ], [ 103261.0, 512362.0 ], [ 103456.0, 512324.0 ], [ 103658.0, 512398.0 ], [ 103829.0, 512524.0 ], [ 103940.0, 512724.0 ], [ 104033.0, 512970.0 ], [ 104278.0, 513394.0 ], [ 104515.0, 513845.0 ], [ 104732.0, 514224.0 ], [ 104870.0, 514480.0 ], [ 104943.0, 514637.0 ], [ 104939.0, 514833.0 ], [ 104832.0, 514974.0 ], [ 104731.0, 515087.0 ], [ 104708.0, 515238.0 ], [ 104704.0, 515785.0 ], [ 104787.0, 516061.0 ], [ 104900.0, 516185.0 ], [ 105147.0, 516377.0 ], [ 105328.0, 516647.0 ], [ 105328.0, 516895.0 ], [ 105283.0, 517199.0 ], [ 105204.0, 517492.0 ], [ 104888.0, 517683.0 ], [ 104528.0, 517773.0 ], [ 104235.0, 518168.0 ], [ 104077.0, 518669.0 ], [ 104145.0, 519148.0 ], [ 104167.0, 519485.0 ], [ 104162.0, 519666.0 ], [ 104151.0, 519885.0 ], [ 104179.0, 520105.0 ], [ 104266.0, 520561.0 ], [ 104269.0, 520831.0 ], [ 104266.0, 521046.0 ], [ 104241.0, 521243.0 ], [ 104235.0, 521355.0 ], [ 104218.0, 521428.0 ], [ 104210.0, 521566.0 ], [ 104148.0, 521659.0 ], [ 103960.0, 521740.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 14.0, "TNODE_": 13.0, "LPOLY_": 9.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98172.0, 512300.0 ], [ 99125.0, 512318.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 20.0, "TNODE_": 18.0, "LPOLY_": 13.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106804.0, 510147.0 ], [ 106689.0, 510206.0 ], [ 106500.0, 510519.0 ], [ 106446.0, 510683.0 ], [ 106284.0, 510832.0 ], [ 106107.0, 510885.0 ], [ 105988.0, 510817.0 ], [ 105904.0, 510744.0 ], [ 105810.0, 510637.0 ], [ 105707.0, 510584.0 ], [ 105577.0, 510537.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 24.0, "TNODE_": 20.0, "LPOLY_": 2.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103526.0, 510127.0 ], [ 103432.0, 510183.0 ], [ 103273.0, 510213.0 ], [ 103084.0, 510257.0 ], [ 102996.0, 510306.0 ], [ 102917.0, 510388.0 ], [ 102892.0, 510458.0 ], [ 102976.0, 510493.0 ], [ 103161.0, 510545.0 ], [ 103298.0, 510611.0 ], [ 103406.0, 510641.0 ], [ 103534.0, 510651.0 ], [ 103663.0, 510641.0 ], [ 103901.0, 510546.0 ], [ 104006.0, 510530.0 ], [ 104162.0, 510572.0 ], [ 104362.0, 510646.0 ], [ 104629.0, 510814.0 ], [ 104936.0, 510997.0 ], [ 105265.0, 511206.0 ], [ 105310.0, 511246.0 ], [ 105497.0, 511302.0 ], [ 105704.0, 511330.0 ], [ 105945.0, 511279.0 ], [ 106185.0, 511154.0 ], [ 106424.0, 511039.0 ], [ 106622.0, 510979.0 ], [ 106916.0, 510961.0 ], [ 107147.0, 510920.0 ], [ 107356.0, 510794.0 ], [ 107425.0, 510639.0 ], [ 107339.0, 510433.0 ], [ 107134.0, 510271.0 ], [ 106804.0, 510147.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 25.0, "TNODE_": 22.0, "LPOLY_": 2.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 510124.0 ], [ 103191.0, 510141.0 ], [ 103230.0, 510136.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 27.0, "TNODE_": 19.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106574.0, 510104.0 ], [ 106460.0, 510165.0 ], [ 106345.0, 510307.0 ], [ 106334.0, 510405.0 ], [ 106300.0, 510537.0 ], [ 106247.0, 510650.0 ], [ 106123.0, 510696.0 ], [ 105972.0, 510660.0 ], [ 105812.0, 510509.0 ], [ 105675.0, 510411.0 ], [ 105496.0, 510337.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 28.0, "TNODE_": 24.0, "LPOLY_": 16.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103571.0, 510104.0 ], [ 103562.0, 510141.0 ], [ 103543.0, 510145.0 ], [ 103526.0, 510127.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 29.0, "TNODE_": 26.0, "LPOLY_": 2.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103403.0, 510094.0 ], [ 103490.0, 510064.0 ], [ 103527.0, 510110.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 31.0, "TNODE_": 30.0, "LPOLY_": 2.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103180.0, 509956.0 ], [ 103163.0, 509958.0 ], [ 103088.0, 509977.0 ], [ 103073.0, 509971.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 35.0, "TNODE_": 33.0, "LPOLY_": 2.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103453.0, 509905.0 ], [ 103354.0, 509928.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 37.0, "TNODE_": 28.0, "LPOLY_": 16.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103503.0, 509903.0 ], [ 103530.0, 509937.0 ], [ 103561.0, 509996.0 ], [ 103582.0, 510050.0 ], [ 103571.0, 510104.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 37.0, "TNODE_": 36.0, "LPOLY_": 12.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103503.0, 509903.0 ], [ 103476.0, 509892.0 ], [ 103463.0, 509896.0 ], [ 103455.0, 509903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 39.0, "TNODE_": 38.0, "LPOLY_": 21.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99192.0, 509625.0 ], [ 99125.0, 509625.0 ], [ 99125.0, 509633.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 42.0, "TNODE_": 39.0, "LPOLY_": 21.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99625.0, 509500.0 ], [ 99289.0, 509614.0 ], [ 99192.0, 509625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 41.0, "TNODE_": 42.0, "LPOLY_": 21.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99125.0, 509500.0 ], [ 99625.0, 509500.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 18.0, "TNODE_": 43.0, "LPOLY_": 2.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105577.0, 510537.0 ], [ 105651.0, 510679.0 ], [ 105613.0, 510820.0 ], [ 105413.0, 510905.0 ], [ 105188.0, 510784.0 ], [ 105038.0, 510633.0 ], [ 104791.0, 510496.0 ], [ 104454.0, 510425.0 ], [ 104333.0, 510340.0 ], [ 104305.0, 510208.0 ], [ 104334.0, 510142.0 ], [ 104419.0, 510136.0 ], [ 104418.0, 510074.0 ], [ 104322.0, 510009.0 ], [ 104254.0, 509984.0 ], [ 104248.0, 509924.0 ], [ 104267.0, 509860.0 ], [ 104348.0, 509838.0 ], [ 104429.0, 509843.0 ], [ 104506.0, 509841.0 ], [ 104515.0, 509777.0 ], [ 104461.0, 509724.0 ], [ 104337.0, 509694.0 ], [ 104282.0, 509675.0 ], [ 104274.0, 509645.0 ], [ 104350.0, 509618.0 ], [ 104463.0, 509630.0 ], [ 104684.0, 509691.0 ], [ 104738.0, 509713.0 ], [ 104815.0, 509668.0 ], [ 104868.0, 509568.0 ], [ 104829.0, 509431.0 ], [ 104679.0, 509388.0 ], [ 104620.0, 509331.0 ], [ 104623.0, 509275.0 ], [ 104665.0, 509219.0 ], [ 104780.0, 509172.0 ], [ 105043.0, 509168.0 ], [ 105273.0, 509207.0 ], [ 105384.0, 509216.0 ], [ 105514.0, 509273.0 ], [ 105732.0, 509412.0 ], [ 105963.0, 509496.0 ], [ 106270.0, 509470.0 ], [ 106609.0, 509404.0 ], [ 107092.0, 509305.0 ], [ 107331.0, 509239.0 ], [ 107563.0, 509234.0 ], [ 107719.0, 509255.0 ], [ 107919.0, 509298.0 ], [ 108200.0, 509279.0 ], [ 108481.0, 509276.0 ], [ 108670.0, 509272.0 ], [ 108916.0, 509286.0 ], [ 109475.0, 509282.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 46.0, "TNODE_": 45.0, "LPOLY_": 24.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99125.0, 509048.0 ], [ 98199.0, 509081.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 49.0, "TNODE_": 49.0, "LPOLY_": 27.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104067.0, 508548.0 ], [ 104048.0, 508609.0 ], [ 104077.0, 508663.0 ], [ 104140.0, 508707.0 ], [ 104225.0, 508710.0 ], [ 104309.0, 508735.0 ], [ 104380.0, 508740.0 ], [ 104400.0, 508710.0 ], [ 104325.0, 508643.0 ], [ 104220.0, 508568.0 ], [ 104124.0, 508544.0 ], [ 104067.0, 508548.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 50.0, "TNODE_": 50.0, "LPOLY_": 25.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103953.0, 508459.0 ], [ 103952.0, 508541.0 ], [ 104025.0, 508700.0 ], [ 104095.0, 508747.0 ], [ 104203.0, 508767.0 ], [ 104341.0, 508783.0 ], [ 104447.0, 508777.0 ], [ 104552.0, 508759.0 ], [ 104652.0, 508709.0 ], [ 104693.0, 508630.0 ], [ 104626.0, 508602.0 ], [ 104493.0, 508610.0 ], [ 104369.0, 508591.0 ], [ 104250.0, 508540.0 ], [ 104135.0, 508472.0 ], [ 104037.0, 508439.0 ], [ 103953.0, 508459.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 48.0, "TNODE_": 48.0, "LPOLY_": 12.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104746.0, 508614.0 ], [ 104702.0, 508539.0 ], [ 104613.0, 508466.0 ], [ 104457.0, 508398.0 ], [ 104247.0, 508363.0 ], [ 104045.0, 508294.0 ], [ 103912.0, 508335.0 ], [ 103807.0, 508466.0 ], [ 103720.0, 508605.0 ], [ 103641.0, 508674.0 ], [ 103618.0, 508752.0 ], [ 103732.0, 508797.0 ], [ 103817.0, 508811.0 ], [ 103882.0, 508804.0 ], [ 103952.0, 508840.0 ], [ 104006.0, 508859.0 ], [ 104099.0, 508871.0 ], [ 104213.0, 508838.0 ], [ 104271.0, 508827.0 ], [ 104361.0, 508822.0 ], [ 104455.0, 508824.0 ], [ 104543.0, 508810.0 ], [ 104620.0, 508805.0 ], [ 104701.0, 508784.0 ], [ 104752.0, 508729.0 ], [ 104758.0, 508676.0 ], [ 104746.0, 508614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 51.0, "TNODE_": 36.0, "LPOLY_": 2.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106567.0, 508125.0 ], [ 106568.0, 508167.0 ], [ 106533.0, 508265.0 ], [ 106360.0, 508330.0 ], [ 106002.0, 508276.0 ], [ 105689.0, 508261.0 ], [ 105366.0, 508320.0 ], [ 105104.0, 508380.0 ], [ 104890.0, 508380.0 ], [ 104748.0, 508270.0 ], [ 104540.0, 508049.0 ], [ 104350.0, 507907.0 ], [ 104220.0, 507839.0 ], [ 104041.0, 507760.0 ], [ 103888.0, 507658.0 ], [ 103774.0, 507600.0 ], [ 103655.0, 507566.0 ], [ 103557.0, 507603.0 ], [ 103539.0, 507646.0 ], [ 103604.0, 507714.0 ], [ 103723.0, 507747.0 ], [ 103806.0, 507834.0 ], [ 103839.0, 508042.0 ], [ 103783.0, 508271.0 ], [ 103689.0, 508448.0 ], [ 103535.0, 508586.0 ], [ 103357.0, 508693.0 ], [ 103198.0, 508710.0 ], [ 103114.0, 508736.0 ], [ 103099.0, 508822.0 ], [ 103168.0, 508887.0 ], [ 103298.0, 508873.0 ], [ 103411.0, 508848.0 ], [ 103537.0, 508845.0 ], [ 103664.0, 508903.0 ], [ 103712.0, 508972.0 ], [ 103687.0, 509047.0 ], [ 103502.0, 509063.0 ], [ 103350.0, 509050.0 ], [ 103303.0, 509057.0 ], [ 103266.0, 509087.0 ], [ 103305.0, 509186.0 ], [ 103383.0, 509229.0 ], [ 103498.0, 509246.0 ], [ 103587.0, 509244.0 ], [ 103621.0, 509227.0 ], [ 103683.0, 509220.0 ], [ 103732.0, 509252.0 ], [ 103771.0, 509299.0 ], [ 103862.0, 509302.0 ], [ 103991.0, 509242.0 ], [ 104025.0, 509218.0 ], [ 104188.0, 509194.0 ], [ 104296.0, 509243.0 ], [ 104322.0, 509307.0 ], [ 104256.0, 509378.0 ], [ 104159.0, 509431.0 ], [ 104080.0, 509502.0 ], [ 104036.0, 509565.0 ], [ 103996.0, 509690.0 ], [ 103935.0, 509754.0 ], [ 103827.0, 509636.0 ], [ 103713.0, 509558.0 ], [ 103569.0, 509472.0 ], [ 103459.0, 509414.0 ], [ 103368.0, 509376.0 ], [ 103303.0, 509444.0 ], [ 103330.0, 509591.0 ], [ 103413.0, 509640.0 ], [ 103428.0, 509667.0 ], [ 103352.0, 509668.0 ], [ 103281.0, 509677.0 ], [ 103257.0, 509702.0 ], [ 103291.0, 509767.0 ], [ 103367.0, 509800.0 ], [ 103435.0, 509854.0 ], [ 103455.0, 509903.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 53.0, "TNODE_": 52.0, "LPOLY_": 24.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98213.0, 507411.0 ], [ 98931.0, 507758.0 ], [ 99394.0, 507851.0 ], [ 99889.0, 507925.0 ], [ 100199.0, 507945.0 ], [ 100443.0, 507982.0 ], [ 100592.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 54.0, "TNODE_": 55.0, "LPOLY_": 2.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105449.0, 507407.0 ], [ 105486.0, 507442.0 ], [ 105569.0, 507507.0 ], [ 105690.0, 507474.0 ], [ 105826.0, 507336.0 ], [ 105973.0, 507289.0 ], [ 106112.0, 507326.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 56.0, "TNODE_": 51.0, "LPOLY_": 29.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109492.0, 507251.0 ], [ 108611.0, 507269.0 ], [ 108285.0, 507324.0 ], [ 108070.0, 507467.0 ], [ 107819.0, 507710.0 ], [ 107564.0, 507861.0 ], [ 107287.0, 507961.0 ], [ 107045.0, 508013.0 ], [ 106567.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 57.0, "TNODE_": 54.0, "LPOLY_": 2.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104862.0, 507041.0 ], [ 105015.0, 507125.0 ], [ 105154.0, 507206.0 ], [ 105325.0, 507291.0 ], [ 105449.0, 507407.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 60.0, "TNODE_": 47.0, "LPOLY_": 26.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98672.0, 506858.0 ], [ 99011.0, 506875.0 ], [ 99542.0, 506917.0 ], [ 100125.0, 506959.0 ], [ 100783.0, 507041.0 ], [ 101476.0, 507179.0 ], [ 101829.0, 507246.0 ], [ 102034.0, 507251.0 ], [ 102179.0, 507181.0 ], [ 102230.0, 507074.0 ], [ 102297.0, 506987.0 ], [ 102392.0, 506951.0 ], [ 102440.0, 507022.0 ], [ 102409.0, 507171.0 ], [ 102347.0, 507315.0 ], [ 102339.0, 507562.0 ], [ 102375.0, 507848.0 ], [ 102322.0, 508107.0 ], [ 102155.0, 508333.0 ], [ 101784.0, 508590.0 ], [ 101349.0, 508805.0 ], [ 101250.0, 508866.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 61.0, "TNODE_": 60.0, "LPOLY_": 26.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98218.0, 506786.0 ], [ 98672.0, 506858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 59.0, "TNODE_": 61.0, "LPOLY_": 26.0, "RPOLY_": 1.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98217.0, 506895.0 ], [ 98218.0, 506786.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 62.0, "TNODE_": 55.0, "LPOLY_": 31.0, "RPOLY_": 29.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107453.0, 506173.0 ], [ 107311.0, 506209.0 ], [ 107135.0, 506376.0 ], [ 107061.0, 506644.0 ], [ 106911.0, 506895.0 ], [ 106795.0, 507038.0 ], [ 106605.0, 507145.0 ], [ 106429.0, 507199.0 ], [ 106259.0, 507260.0 ], [ 106112.0, 507326.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 64.0, "TNODE_": 44.0, "LPOLY_": 23.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98227.0, 505802.0 ], [ 98705.0, 505854.0 ], [ 99095.0, 505932.0 ], [ 99511.0, 506020.0 ], [ 100129.0, 506165.0 ], [ 100658.0, 506315.0 ], [ 101361.0, 506535.0 ], [ 101542.0, 506573.0 ], [ 101802.0, 506647.0 ], [ 102028.0, 506596.0 ], [ 102179.0, 506568.0 ], [ 102368.0, 506577.0 ], [ 102460.0, 506610.0 ], [ 102559.0, 506753.0 ], [ 102688.0, 506962.0 ], [ 102792.0, 507046.0 ], [ 102897.0, 507096.0 ], [ 103017.0, 507148.0 ], [ 103058.0, 507235.0 ], [ 102958.0, 507310.0 ], [ 102810.0, 507304.0 ], [ 102719.0, 507343.0 ], [ 102734.0, 507425.0 ], [ 102809.0, 507477.0 ], [ 102997.0, 507591.0 ], [ 103098.0, 507656.0 ], [ 103122.0, 507847.0 ], [ 103076.0, 508025.0 ], [ 102970.0, 508128.0 ], [ 102840.0, 508233.0 ], [ 102770.0, 508359.0 ], [ 102785.0, 508538.0 ], [ 102797.0, 508753.0 ], [ 102771.0, 508954.0 ], [ 102621.0, 509102.0 ], [ 102236.0, 509216.0 ], [ 101741.0, 509268.0 ], [ 101365.0, 509265.0 ], [ 101250.0, 509259.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 65.0, "TNODE_": 54.0, "LPOLY_": 32.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106161.0, 505700.0 ], [ 106154.0, 505847.0 ], [ 106046.0, 506094.0 ], [ 105900.0, 506319.0 ], [ 105805.0, 506526.0 ], [ 105720.0, 506737.0 ], [ 105580.0, 506979.0 ], [ 105474.0, 507248.0 ], [ 105449.0, 507407.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 71.0, "TNODE_": 74.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103513.0, 505403.0 ], [ 103523.0, 505416.0 ], [ 103532.0, 505414.0 ], [ 103532.0, 505405.0 ], [ 103521.0, 505373.0 ], [ 103523.0, 505348.0 ], [ 103516.0, 505301.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 72.0, "TNODE_": 72.0, "LPOLY_": 36.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103033.0, 505336.0 ], [ 103109.0, 505267.0 ], [ 103271.0, 505281.0 ], [ 103370.0, 505265.0 ], [ 103440.0, 505345.0 ], [ 103468.0, 505419.0 ], [ 103467.0, 505451.0 ], [ 103391.0, 505442.0 ], [ 103330.0, 505411.0 ], [ 103247.0, 505426.0 ], [ 103130.0, 505433.0 ], [ 103052.0, 505397.0 ], [ 103041.0, 505371.0 ], [ 103033.0, 505336.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 77.0, "TNODE_": 76.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101408.0, 505074.0 ], [ 101400.0, 505079.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 74.0, "TNODE_": 78.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103516.0, 505301.0 ], [ 103511.0, 505208.0 ], [ 103502.0, 505115.0 ], [ 103538.0, 505047.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 80.0, "TNODE_": 70.0, "LPOLY_": 35.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104182.0, 505016.0 ], [ 104188.0, 505119.0 ], [ 104257.0, 505385.0 ], [ 104364.0, 505687.0 ], [ 104468.0, 505938.0 ], [ 104507.0, 506193.0 ], [ 104311.0, 506304.0 ], [ 104101.0, 506353.0 ], [ 103885.0, 506299.0 ], [ 103785.0, 506244.0 ], [ 103681.0, 506180.0 ], [ 103534.0, 506185.0 ], [ 103470.0, 506266.0 ], [ 103447.0, 506377.0 ], [ 103432.0, 506467.0 ], [ 103338.0, 506508.0 ], [ 103272.0, 506371.0 ], [ 103278.0, 506179.0 ], [ 103334.0, 506123.0 ], [ 103457.0, 506040.0 ], [ 103583.0, 505973.0 ], [ 103614.0, 505895.0 ], [ 103565.0, 505811.0 ], [ 103459.0, 505843.0 ], [ 103388.0, 505879.0 ], [ 103299.0, 505895.0 ], [ 103236.0, 505866.0 ], [ 103199.0, 505784.0 ], [ 103327.0, 505687.0 ], [ 103403.0, 505604.0 ], [ 103419.0, 505546.0 ], [ 103358.0, 505471.0 ], [ 103041.0, 505528.0 ], [ 102911.0, 505497.0 ], [ 102728.0, 505432.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 78.0, "TNODE_": 81.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103538.0, 505047.0 ], [ 103568.0, 504988.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 73.0, "TNODE_": 71.0, "LPOLY_": 35.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102640.0, 505331.0 ], [ 102628.0, 505218.0 ], [ 102640.0, 505130.0 ], [ 102710.0, 505022.0 ], [ 102816.0, 504985.0 ], [ 102925.0, 505016.0 ], [ 103203.0, 505115.0 ], [ 103366.0, 505193.0 ], [ 103413.0, 505243.0 ], [ 103447.0, 505283.0 ], [ 103492.0, 505352.0 ], [ 103513.0, 505403.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 75.0, "TNODE_": 73.0, "LPOLY_": 2.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101392.0, 505126.0 ], [ 101381.0, 505191.0 ], [ 101444.0, 505310.0 ], [ 101543.0, 505383.0 ], [ 101738.0, 505419.0 ], [ 101905.0, 505334.0 ], [ 102017.0, 505181.0 ], [ 102024.0, 505009.0 ], [ 102043.0, 504882.0 ], [ 102118.0, 504761.0 ], [ 102168.0, 504708.0 ], [ 102237.0, 504622.0 ], [ 102374.0, 504612.0 ], [ 102464.0, 504647.0 ], [ 102521.0, 504761.0 ], [ 102518.0, 504918.0 ], [ 102437.0, 505019.0 ], [ 102299.0, 505129.0 ], [ 102260.0, 505244.0 ], [ 102272.0, 505311.0 ], [ 102373.0, 505350.0 ], [ 102486.0, 505310.0 ], [ 102640.0, 505331.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 86.0, "TNODE_": 85.0, "LPOLY_": 39.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104109.0, 504098.0 ], [ 104032.0, 504158.0 ], [ 103880.0, 504198.0 ], [ 103645.0, 504222.0 ], [ 103484.0, 504197.0 ], [ 103339.0, 504226.0 ], [ 103303.0, 504289.0 ], [ 103319.0, 504352.0 ], [ 103494.0, 504533.0 ], [ 103601.0, 504567.0 ], [ 103734.0, 504625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 94.0, "TNODE_": 76.0, "LPOLY_": 2.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98248.0, 503271.0 ], [ 98806.0, 503318.0 ], [ 99597.0, 503461.0 ], [ 100258.0, 503627.0 ], [ 100696.0, 503783.0 ], [ 101188.0, 504077.0 ], [ 101469.0, 504372.0 ], [ 101508.0, 504649.0 ], [ 101419.0, 504971.0 ], [ 101400.0, 505079.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 93.0, "TNODE_": 94.0, "LPOLY_": 2.0, "RPOLY_": 1.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98248.0, 503292.0 ], [ 98248.0, 503271.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 95.0, "TNODE_": 77.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98251.0, 502951.0 ], [ 98461.0, 502941.0 ], [ 98770.0, 502890.0 ], [ 99050.0, 502876.0 ], [ 99291.0, 502847.0 ], [ 99570.0, 502884.0 ], [ 99948.0, 503014.0 ], [ 100261.0, 503155.0 ], [ 100516.0, 503251.0 ], [ 100748.0, 503328.0 ], [ 100960.0, 503421.0 ], [ 101247.0, 503419.0 ], [ 101648.0, 503371.0 ], [ 101966.0, 503366.0 ], [ 102090.0, 503387.0 ], [ 102113.0, 503419.0 ], [ 102052.0, 503460.0 ], [ 102015.0, 503489.0 ], [ 102039.0, 503542.0 ], [ 102115.0, 503566.0 ], [ 102251.0, 503585.0 ], [ 102325.0, 503606.0 ], [ 102383.0, 503655.0 ], [ 102383.0, 503696.0 ], [ 102308.0, 503715.0 ], [ 102188.0, 503697.0 ], [ 102116.0, 503691.0 ], [ 102029.0, 503716.0 ], [ 101974.0, 503779.0 ], [ 101973.0, 503862.0 ], [ 102022.0, 503914.0 ], [ 102108.0, 503919.0 ], [ 102189.0, 503887.0 ], [ 102313.0, 503858.0 ], [ 102387.0, 503858.0 ], [ 102477.0, 503880.0 ], [ 102526.0, 503916.0 ], [ 102595.0, 503972.0 ], [ 102630.0, 504070.0 ], [ 102578.0, 504187.0 ], [ 102464.0, 504300.0 ], [ 102345.0, 504391.0 ], [ 102209.0, 504461.0 ], [ 102117.0, 504504.0 ], [ 101957.0, 504585.0 ], [ 101656.0, 504775.0 ], [ 101579.0, 504890.0 ], [ 101529.0, 504981.0 ], [ 101408.0, 505074.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 96.0, "TNODE_": 96.0, "LPOLY_": 47.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101770.0, 502890.0 ], [ 101840.0, 502808.0 ], [ 101950.0, 502786.0 ], [ 102088.0, 502826.0 ], [ 102171.0, 502915.0 ], [ 102247.0, 503011.0 ], [ 102270.0, 503093.0 ], [ 102128.0, 503118.0 ], [ 102006.0, 503137.0 ], [ 101903.0, 503105.0 ], [ 101812.0, 502999.0 ], [ 101770.0, 502893.0 ], [ 101770.0, 502890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 91.0, "TNODE_": 89.0, "LPOLY_": 42.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104995.0, 503667.0 ], [ 104983.0, 503568.0 ], [ 104973.0, 503324.0 ], [ 104871.0, 503066.0 ], [ 104731.0, 502898.0 ], [ 104550.0, 502720.0 ], [ 104296.0, 502632.0 ], [ 104084.0, 502741.0 ], [ 103865.0, 503071.0 ], [ 103689.0, 503379.0 ], [ 103498.0, 503571.0 ], [ 103342.0, 503703.0 ], [ 103246.0, 503799.0 ], [ 103230.0, 503882.0 ], [ 103267.0, 503955.0 ], [ 103410.0, 504015.0 ], [ 103519.0, 504018.0 ], [ 103612.0, 504029.0 ], [ 103723.0, 504022.0 ], [ 103844.0, 504011.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 97.0, "TNODE_": 83.0, "LPOLY_": 37.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98252.0, 502764.0 ], [ 98908.0, 502662.0 ], [ 99167.0, 502620.0 ], [ 99415.0, 502613.0 ], [ 99760.0, 502671.0 ], [ 100002.0, 502752.0 ], [ 100314.0, 502916.0 ], [ 100643.0, 503109.0 ], [ 101074.0, 503269.0 ], [ 101281.0, 503304.0 ], [ 101507.0, 503305.0 ], [ 101722.0, 503310.0 ], [ 101915.0, 503319.0 ], [ 102024.0, 503318.0 ], [ 102123.0, 503358.0 ], [ 102182.0, 503417.0 ], [ 102296.0, 503473.0 ], [ 102374.0, 503524.0 ], [ 102469.0, 503591.0 ], [ 102505.0, 503683.0 ], [ 102474.0, 503748.0 ], [ 102379.0, 503763.0 ], [ 102248.0, 503747.0 ], [ 102166.0, 503746.0 ], [ 102070.0, 503762.0 ], [ 102015.0, 503788.0 ], [ 102062.0, 503827.0 ], [ 102151.0, 503852.0 ], [ 102215.0, 503833.0 ], [ 102301.0, 503819.0 ], [ 102388.0, 503807.0 ], [ 102490.0, 503821.0 ], [ 102597.0, 503871.0 ], [ 102675.0, 503943.0 ], [ 102731.0, 504036.0 ], [ 102759.0, 504146.0 ], [ 102780.0, 504279.0 ], [ 102787.0, 504338.0 ], [ 102909.0, 504416.0 ], [ 103030.0, 504439.0 ], [ 103184.0, 504521.0 ], [ 103265.0, 504578.0 ], [ 103359.0, 504628.0 ], [ 103460.0, 504675.0 ], [ 103588.0, 504788.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 99.0, "TNODE_": 100.0, "LPOLY_": 49.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100724.0, 502276.0 ], [ 100716.0, 502259.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 100.0, "TNODE_": 99.0, "LPOLY_": 49.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100716.0, 502259.0 ], [ 100851.0, 502238.0 ], [ 100969.0, 502241.0 ], [ 101080.0, 502224.0 ], [ 101186.0, 502268.0 ], [ 101226.0, 502334.0 ], [ 101170.0, 502339.0 ], [ 101063.0, 502345.0 ], [ 100959.0, 502354.0 ], [ 100839.0, 502341.0 ], [ 100735.0, 502297.0 ], [ 100724.0, 502276.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 101.0, "TNODE_": 102.0, "LPOLY_": 48.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100445.0, 502217.0 ], [ 100442.0, 502209.0 ], [ 100442.0, 502199.0 ], [ 100453.0, 502187.0 ], [ 100465.0, 502179.0 ], [ 100483.0, 502163.0 ], [ 100498.0, 502155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 102.0, "TNODE_": 101.0, "LPOLY_": 48.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100498.0, 502155.0 ], [ 100520.0, 502137.0 ], [ 100691.0, 502137.0 ], [ 100894.0, 502158.0 ], [ 101186.0, 502172.0 ], [ 101258.0, 502224.0 ], [ 101307.0, 502311.0 ], [ 101338.0, 502402.0 ], [ 101318.0, 502459.0 ], [ 101183.0, 502476.0 ], [ 100951.0, 502458.0 ], [ 100824.0, 502432.0 ], [ 100691.0, 502386.0 ], [ 100571.0, 502312.0 ], [ 100445.0, 502217.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 103.0, "TNODE_": 103.0, "LPOLY_": 46.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99722.0, 501931.0 ], [ 99815.0, 501806.0 ], [ 100239.0, 501892.0 ], [ 100514.0, 502001.0 ], [ 100929.0, 502088.0 ], [ 101030.0, 502091.0 ], [ 101118.0, 502077.0 ], [ 101194.0, 502092.0 ], [ 101326.0, 502249.0 ], [ 101473.0, 502346.0 ], [ 101528.0, 502377.0 ], [ 101709.0, 502421.0 ], [ 101973.0, 502471.0 ], [ 102083.0, 502474.0 ], [ 102189.0, 502491.0 ], [ 102353.0, 502636.0 ], [ 102485.0, 502735.0 ], [ 102656.0, 502796.0 ], [ 102768.0, 502886.0 ], [ 102821.0, 502991.0 ], [ 102851.0, 503107.0 ], [ 102823.0, 503228.0 ], [ 102751.0, 503288.0 ], [ 102615.0, 503279.0 ], [ 102472.0, 503216.0 ], [ 102219.0, 503175.0 ], [ 102034.0, 503177.0 ], [ 101855.0, 503124.0 ], [ 101735.0, 502982.0 ], [ 101689.0, 502838.0 ], [ 101675.0, 502696.0 ], [ 101675.0, 502614.0 ], [ 101610.0, 502482.0 ], [ 101436.0, 502498.0 ], [ 101175.0, 502534.0 ], [ 100839.0, 502501.0 ], [ 100523.0, 502413.0 ], [ 100293.0, 502335.0 ], [ 100115.0, 502251.0 ], [ 99946.0, 502144.0 ], [ 99752.0, 502013.0 ], [ 99723.0, 501940.0 ], [ 99722.0, 501931.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 104.0, "TNODE_": 98.0, "LPOLY_": 45.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98267.0, 500975.0 ], [ 98741.0, 501037.0 ], [ 99233.0, 501159.0 ], [ 99939.0, 501374.0 ], [ 100465.0, 501636.0 ], [ 100813.0, 501839.0 ], [ 100977.0, 501925.0 ], [ 101124.0, 501932.0 ], [ 101265.0, 501943.0 ], [ 101343.0, 502045.0 ], [ 101380.0, 502168.0 ], [ 101495.0, 502327.0 ], [ 101686.0, 502379.0 ], [ 101909.0, 502402.0 ], [ 102049.0, 502388.0 ], [ 102203.0, 502329.0 ], [ 102385.0, 502379.0 ], [ 102484.0, 502529.0 ], [ 102566.0, 502637.0 ], [ 102684.0, 502709.0 ], [ 102788.0, 502778.0 ], [ 102872.0, 502916.0 ], [ 102910.0, 503087.0 ], [ 102864.0, 503306.0 ], [ 102784.0, 503363.0 ], [ 102565.0, 503327.0 ], [ 102306.0, 503215.0 ], [ 102108.0, 503187.0 ], [ 101983.0, 503204.0 ], [ 101842.0, 503189.0 ], [ 101688.0, 503039.0 ], [ 101603.0, 502864.0 ], [ 101492.0, 502670.0 ], [ 101334.0, 502646.0 ], [ 100744.0, 502643.0 ], [ 100265.0, 502475.0 ], [ 99764.0, 502307.0 ], [ 99210.0, 502250.0 ], [ 98849.0, 502286.0 ], [ 98254.0, 502484.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 107.0, "TNODE_": 107.0, "LPOLY_": 57.0, "RPOLY_": 56.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102375.0, 500434.0 ], [ 102372.0, 500434.0 ], [ 102356.0, 500426.0 ], [ 102317.0, 500377.0 ], [ 102305.0, 500356.0 ], [ 102296.0, 500335.0 ], [ 102283.0, 500282.0 ], [ 102276.0, 500269.0 ], [ 102290.0, 500253.0 ], [ 102333.0, 500266.0 ], [ 102346.0, 500282.0 ], [ 102352.0, 500310.0 ], [ 102364.0, 500329.0 ], [ 102377.0, 500362.0 ], [ 102378.0, 500411.0 ], [ 102375.0, 500434.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 54.0, "FNODE_": 105.0, "TNODE_": 105.0, "LPOLY_": 56.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102381.0, 500447.0 ], [ 102362.0, 500442.0 ], [ 102317.0, 500394.0 ], [ 102226.0, 500234.0 ], [ 102224.0, 500200.0 ], [ 102304.0, 500208.0 ], [ 102358.0, 500242.0 ], [ 102366.0, 500316.0 ], [ 102397.0, 500378.0 ], [ 102391.0, 500447.0 ], [ 102381.0, 500447.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 111.0, "TNODE_": 112.0, "LPOLY_": 55.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101510.0, 499895.0 ], [ 101509.0, 499892.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 110.0, "TNODE_": 110.0, "LPOLY_": 58.0, "RPOLY_": 55.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101684.0, 499923.0 ], [ 101652.0, 499907.0 ], [ 101639.0, 499886.0 ], [ 101639.0, 499870.0 ], [ 101692.0, 499862.0 ], [ 101782.0, 499883.0 ], [ 101877.0, 499913.0 ], [ 101970.0, 499966.0 ], [ 102029.0, 500016.0 ], [ 102042.0, 500040.0 ], [ 102039.0, 500053.0 ], [ 102018.0, 500064.0 ], [ 101976.0, 500056.0 ], [ 101909.0, 500029.0 ], [ 101816.0, 499987.0 ], [ 101684.0, 499923.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 53.0, "FNODE_": 112.0, "TNODE_": 111.0, "LPOLY_": 55.0, "RPOLY_": 54.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101509.0, 499892.0 ], [ 101517.0, 499819.0 ], [ 101649.0, 499796.0 ], [ 101910.0, 499880.0 ], [ 102131.0, 500024.0 ], [ 102320.0, 500134.0 ], [ 102644.0, 500184.0 ], [ 102824.0, 500159.0 ], [ 102879.0, 500247.0 ], [ 102762.0, 500280.0 ], [ 102518.0, 500217.0 ], [ 102386.0, 500251.0 ], [ 102381.0, 500333.0 ], [ 102424.0, 500429.0 ], [ 102377.0, 500461.0 ], [ 102296.0, 500386.0 ], [ 102242.0, 500291.0 ], [ 102091.0, 500148.0 ], [ 101879.0, 500062.0 ], [ 101634.0, 499978.0 ], [ 101513.0, 499907.0 ], [ 101510.0, 499895.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 108.0, "TNODE_": 113.0, "LPOLY_": 54.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102464.0, 500343.0 ], [ 102481.0, 500388.0 ], [ 102468.0, 500458.0 ], [ 102375.0, 500478.0 ], [ 102275.0, 500410.0 ], [ 102161.0, 500317.0 ], [ 101973.0, 500192.0 ], [ 101669.0, 500070.0 ], [ 101442.0, 499951.0 ], [ 101321.0, 499812.0 ], [ 101320.0, 499720.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 113.0, "TNODE_": 108.0, "LPOLY_": 54.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101320.0, 499720.0 ], [ 101397.0, 499712.0 ], [ 101685.0, 499732.0 ], [ 101885.0, 499766.0 ], [ 102090.0, 499841.0 ], [ 102275.0, 499969.0 ], [ 102429.0, 500060.0 ], [ 102570.0, 500113.0 ], [ 102720.0, 500064.0 ], [ 102872.0, 500039.0 ], [ 102998.0, 500121.0 ], [ 103154.0, 500189.0 ], [ 103211.0, 500257.0 ], [ 103119.0, 500252.0 ], [ 102963.0, 500290.0 ], [ 102897.0, 500362.0 ], [ 102881.0, 500505.0 ], [ 102767.0, 500582.0 ], [ 102780.0, 500694.0 ], [ 102721.0, 500922.0 ], [ 102589.0, 501037.0 ], [ 102399.0, 501037.0 ], [ 102185.0, 500952.0 ], [ 102057.0, 500870.0 ], [ 102103.0, 500848.0 ], [ 102287.0, 500889.0 ], [ 102437.0, 500901.0 ], [ 102580.0, 500873.0 ], [ 102658.0, 500817.0 ], [ 102700.0, 500715.0 ], [ 102714.0, 500640.0 ], [ 102717.0, 500564.0 ], [ 102776.0, 500499.0 ], [ 102789.0, 500465.0 ], [ 102736.0, 500403.0 ], [ 102630.0, 500339.0 ], [ 102522.0, 500313.0 ], [ 102470.0, 500320.0 ], [ 102464.0, 500343.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 114.0, "TNODE_": 106.0, "LPOLY_": 51.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98278.0, 499639.0 ], [ 98746.0, 499685.0 ], [ 99227.0, 499857.0 ], [ 99835.0, 499984.0 ], [ 100154.0, 500020.0 ], [ 100417.0, 500068.0 ], [ 100814.0, 500127.0 ], [ 101026.0, 500194.0 ], [ 101172.0, 500280.0 ], [ 101446.0, 500390.0 ], [ 101641.0, 500405.0 ], [ 101865.0, 500444.0 ], [ 101974.0, 500473.0 ], [ 102106.0, 500525.0 ], [ 102150.0, 500568.0 ], [ 102126.0, 500594.0 ], [ 101974.0, 500587.0 ], [ 101628.0, 500526.0 ], [ 101470.0, 500535.0 ], [ 101395.0, 500634.0 ], [ 101372.0, 500791.0 ], [ 101509.0, 500922.0 ], [ 101787.0, 501071.0 ], [ 101815.0, 501140.0 ], [ 101727.0, 501284.0 ], [ 101605.0, 501331.0 ], [ 101506.0, 501400.0 ], [ 101414.0, 501544.0 ], [ 101332.0, 501624.0 ], [ 101167.0, 501608.0 ], [ 101023.0, 501538.0 ], [ 100861.0, 501370.0 ], [ 100742.0, 501181.0 ], [ 100453.0, 500919.0 ], [ 100151.0, 500802.0 ], [ 99787.0, 500712.0 ], [ 99454.0, 500613.0 ], [ 99026.0, 500497.0 ], [ 98738.0, 500443.0 ], [ 98272.0, 500440.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 114.0, "TNODE_": 106.0, "LPOLY_": 52.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98278.0, 499639.0 ], [ 98728.0, 499830.0 ], [ 99105.0, 499968.0 ], [ 99470.0, 500078.0 ], [ 100072.0, 500217.0 ], [ 100555.0, 500290.0 ], [ 100869.0, 500342.0 ], [ 101061.0, 500386.0 ], [ 101220.0, 500467.0 ], [ 101248.0, 500614.0 ], [ 101163.0, 500766.0 ], [ 101183.0, 500932.0 ], [ 101244.0, 501048.0 ], [ 101343.0, 501195.0 ], [ 101382.0, 501316.0 ], [ 101301.0, 501430.0 ], [ 101154.0, 501444.0 ], [ 100919.0, 501260.0 ], [ 100778.0, 501041.0 ], [ 100526.0, 500813.0 ], [ 100256.0, 500651.0 ], [ 99846.0, 500426.0 ], [ 99282.0, 500278.0 ], [ 98952.0, 500225.0 ], [ 98690.0, 500212.0 ], [ 98272.0, 500440.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 117.0, "TNODE_": 118.0, "LPOLY_": 53.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99952.0, 498867.0 ], [ 99960.0, 498752.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 119.0, "TNODE_": 120.0, "LPOLY_": 50.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98993.0, 498603.0 ], [ 99055.0, 498567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 118.0, "TNODE_": 117.0, "LPOLY_": 53.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99960.0, 498752.0 ], [ 100097.0, 498589.0 ], [ 100245.0, 498556.0 ], [ 100522.0, 498652.0 ], [ 100675.0, 498909.0 ], [ 100788.0, 499159.0 ], [ 101069.0, 499415.0 ], [ 101418.0, 499583.0 ], [ 101749.0, 499657.0 ], [ 102102.0, 499756.0 ], [ 102390.0, 499900.0 ], [ 102547.0, 499974.0 ], [ 102674.0, 499919.0 ], [ 102765.0, 499846.0 ], [ 102879.0, 499831.0 ], [ 102996.0, 499969.0 ], [ 103180.0, 500112.0 ], [ 103323.0, 500212.0 ], [ 103324.0, 500404.0 ], [ 103280.0, 500515.0 ], [ 103230.0, 500565.0 ], [ 103158.0, 500466.0 ], [ 103131.0, 500366.0 ], [ 103074.0, 500367.0 ], [ 103025.0, 500499.0 ], [ 102995.0, 500588.0 ], [ 102918.0, 500609.0 ], [ 102843.0, 500580.0 ], [ 102801.0, 500598.0 ], [ 102846.0, 500679.0 ], [ 102909.0, 500701.0 ], [ 103068.0, 500752.0 ], [ 103237.0, 500878.0 ], [ 103234.0, 501080.0 ], [ 103096.0, 501231.0 ], [ 102906.0, 501286.0 ], [ 102699.0, 501269.0 ], [ 102538.0, 501290.0 ], [ 102363.0, 501200.0 ], [ 102184.0, 501063.0 ], [ 101968.0, 500929.0 ], [ 101819.0, 500850.0 ], [ 101724.0, 500773.0 ], [ 101711.0, 500747.0 ], [ 101763.0, 500728.0 ], [ 101972.0, 500771.0 ], [ 102219.0, 500808.0 ], [ 102335.0, 500791.0 ], [ 102427.0, 500735.0 ], [ 102444.0, 500628.0 ], [ 102480.0, 500577.0 ], [ 102504.0, 500455.0 ], [ 102491.0, 500463.0 ], [ 102408.0, 500489.0 ], [ 102329.0, 500478.0 ], [ 102172.0, 500351.0 ], [ 101882.0, 500268.0 ], [ 101474.0, 500119.0 ], [ 101183.0, 499904.0 ], [ 100915.0, 499735.0 ], [ 100701.0, 499616.0 ], [ 100550.0, 499503.0 ], [ 100239.0, 499223.0 ], [ 100113.0, 499123.0 ], [ 100007.0, 499028.0 ], [ 99951.0, 498886.0 ], [ 99952.0, 498867.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 120.0, "TNODE_": 119.0, "LPOLY_": 50.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99055.0, 498567.0 ], [ 99238.0, 498461.0 ], [ 99467.0, 498415.0 ], [ 99770.0, 498283.0 ], [ 99934.0, 498226.0 ], [ 100161.0, 498225.0 ], [ 100351.0, 498259.0 ], [ 100515.0, 498384.0 ], [ 100673.0, 498639.0 ], [ 100807.0, 498891.0 ], [ 100951.0, 499101.0 ], [ 101230.0, 499294.0 ], [ 101554.0, 499413.0 ], [ 102152.0, 499649.0 ], [ 102321.0, 499763.0 ], [ 102418.0, 499807.0 ], [ 102596.0, 499718.0 ], [ 102712.0, 499528.0 ], [ 102805.0, 499430.0 ], [ 102896.0, 499356.0 ], [ 102962.0, 499324.0 ], [ 103021.0, 499307.0 ], [ 103053.0, 499327.0 ], [ 103014.0, 499437.0 ], [ 102981.0, 499523.0 ], [ 102995.0, 499640.0 ], [ 103057.0, 499758.0 ], [ 103150.0, 499878.0 ], [ 103237.0, 499940.0 ], [ 103330.0, 499977.0 ], [ 103404.0, 500031.0 ], [ 103426.0, 500186.0 ], [ 103408.0, 500297.0 ], [ 103394.0, 500419.0 ], [ 103404.0, 500559.0 ], [ 103454.0, 500781.0 ], [ 103519.0, 500958.0 ], [ 103562.0, 501100.0 ], [ 103570.0, 501281.0 ], [ 103370.0, 501402.0 ], [ 103180.0, 501462.0 ], [ 102998.0, 501461.0 ], [ 102766.0, 501466.0 ], [ 102578.0, 501526.0 ], [ 102528.0, 501645.0 ], [ 102477.0, 501778.0 ], [ 102387.0, 501799.0 ], [ 102318.0, 501703.0 ], [ 102303.0, 501485.0 ], [ 102269.0, 501286.0 ], [ 102173.0, 501118.0 ], [ 102070.0, 501055.0 ], [ 101922.0, 500975.0 ], [ 101769.0, 500896.0 ], [ 101623.0, 500810.0 ], [ 101585.0, 500769.0 ], [ 101588.0, 500661.0 ], [ 101700.0, 500632.0 ], [ 101884.0, 500688.0 ], [ 102043.0, 500717.0 ], [ 102234.0, 500724.0 ], [ 102317.0, 500694.0 ], [ 102353.0, 500623.0 ], [ 102322.0, 500530.0 ], [ 102208.0, 500460.0 ], [ 102062.0, 500397.0 ], [ 101902.0, 500335.0 ], [ 101400.0, 500242.0 ], [ 101102.0, 500113.0 ], [ 100895.0, 499941.0 ], [ 100690.0, 499739.0 ], [ 100302.0, 499443.0 ], [ 99898.0, 499204.0 ], [ 99440.0, 499000.0 ], [ 99219.0, 498876.0 ], [ 99052.0, 498738.0 ], [ 98993.0, 498603.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 122.0, "TNODE_": 98.0, "LPOLY_": 44.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98311.0, 497228.0 ], [ 98412.0, 497239.0 ], [ 98732.0, 497308.0 ], [ 99152.0, 497426.0 ], [ 99884.0, 497593.0 ], [ 100140.0, 497706.0 ], [ 100457.0, 497893.0 ], [ 100690.0, 498138.0 ], [ 100896.0, 498467.0 ], [ 101044.0, 498719.0 ], [ 101125.0, 498903.0 ], [ 101250.0, 499069.0 ], [ 101539.0, 499207.0 ], [ 102001.0, 499394.0 ], [ 102250.0, 499447.0 ], [ 102402.0, 499439.0 ], [ 102505.0, 499417.0 ], [ 102572.0, 499350.0 ], [ 102630.0, 499201.0 ], [ 102704.0, 499049.0 ], [ 102748.0, 498930.0 ], [ 102777.0, 498800.0 ], [ 102832.0, 498718.0 ], [ 102955.0, 498689.0 ], [ 103064.0, 498690.0 ], [ 103181.0, 498725.0 ], [ 103261.0, 498839.0 ], [ 103296.0, 498968.0 ], [ 103232.0, 499175.0 ], [ 103127.0, 499351.0 ], [ 103073.0, 499452.0 ], [ 103064.0, 499608.0 ], [ 103104.0, 499670.0 ], [ 103158.0, 499718.0 ], [ 103269.0, 499788.0 ], [ 103377.0, 499823.0 ], [ 103454.0, 499861.0 ], [ 103541.0, 499910.0 ], [ 103596.0, 500004.0 ], [ 103586.0, 500093.0 ], [ 103521.0, 500218.0 ], [ 103494.0, 500318.0 ], [ 103469.0, 500485.0 ], [ 103519.0, 500610.0 ], [ 103567.0, 500716.0 ], [ 103566.0, 500790.0 ], [ 103583.0, 500895.0 ], [ 103627.0, 501003.0 ], [ 103741.0, 501091.0 ], [ 103781.0, 501181.0 ], [ 103749.0, 501357.0 ], [ 103441.0, 501652.0 ], [ 103342.0, 501781.0 ], [ 103328.0, 501875.0 ], [ 103339.0, 501951.0 ], [ 103427.0, 502048.0 ], [ 103544.0, 502157.0 ], [ 103650.0, 502294.0 ], [ 103658.0, 502413.0 ], [ 103622.0, 502504.0 ], [ 103532.0, 502585.0 ], [ 103468.0, 502616.0 ], [ 103262.0, 502609.0 ], [ 103068.0, 502571.0 ], [ 102961.0, 502556.0 ], [ 102904.0, 502624.0 ], [ 102893.0, 502708.0 ], [ 102949.0, 502832.0 ], [ 103034.0, 502913.0 ], [ 103083.0, 502980.0 ], [ 103144.0, 503082.0 ], [ 103087.0, 503266.0 ], [ 102998.0, 503401.0 ], [ 102894.0, 503522.0 ], [ 102735.0, 503538.0 ], [ 102516.0, 503516.0 ], [ 102309.0, 503422.0 ], [ 102228.0, 503377.0 ], [ 102145.0, 503307.0 ], [ 102060.0, 503265.0 ], [ 101971.0, 503226.0 ], [ 101746.0, 503212.0 ], [ 101477.0, 503202.0 ], [ 101044.0, 503039.0 ], [ 100918.0, 502997.0 ], [ 100797.0, 502923.0 ], [ 100661.0, 502880.0 ], [ 100555.0, 502823.0 ], [ 100453.0, 502705.0 ], [ 100280.0, 502593.0 ], [ 100133.0, 502525.0 ], [ 100010.0, 502492.0 ], [ 99882.0, 502463.0 ], [ 99737.0, 502436.0 ], [ 99561.0, 502411.0 ], [ 99251.0, 502406.0 ], [ 98953.0, 502412.0 ], [ 98603.0, 502425.0 ], [ 98254.0, 502484.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 127.0, "TNODE_": 86.0, "LPOLY_": 39.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98285.0, 496683.0 ], [ 98701.0, 496797.0 ], [ 99094.0, 496925.0 ], [ 99434.0, 497025.0 ], [ 99716.0, 497038.0 ], [ 99965.0, 496974.0 ], [ 100229.0, 497010.0 ], [ 100419.0, 497131.0 ], [ 100574.0, 497435.0 ], [ 100695.0, 497733.0 ], [ 100862.0, 498052.0 ], [ 101059.0, 498280.0 ], [ 101199.0, 498428.0 ], [ 101392.0, 498527.0 ], [ 101572.0, 498549.0 ], [ 101737.0, 498514.0 ], [ 101908.0, 498434.0 ], [ 101976.0, 498361.0 ], [ 101963.0, 498238.0 ], [ 101932.0, 498145.0 ], [ 101916.0, 498058.0 ], [ 101990.0, 497968.0 ], [ 102149.0, 497934.0 ], [ 102233.0, 497947.0 ], [ 102341.0, 498036.0 ], [ 102541.0, 498167.0 ], [ 102722.0, 498239.0 ], [ 102959.0, 498296.0 ], [ 103123.0, 498377.0 ], [ 103351.0, 498507.0 ], [ 103478.0, 498648.0 ], [ 103567.0, 498840.0 ], [ 103578.0, 498997.0 ], [ 103512.0, 499116.0 ], [ 103371.0, 499216.0 ], [ 103260.0, 499331.0 ], [ 103205.0, 499440.0 ], [ 103199.0, 499548.0 ], [ 103244.0, 499626.0 ], [ 103396.0, 499732.0 ], [ 103619.0, 499787.0 ], [ 103760.0, 499842.0 ], [ 103846.0, 499943.0 ], [ 103812.0, 500086.0 ], [ 103728.0, 500163.0 ], [ 103662.0, 500263.0 ], [ 103593.0, 500424.0 ], [ 103603.0, 500558.0 ], [ 103649.0, 500649.0 ], [ 103778.0, 500758.0 ], [ 103932.0, 500861.0 ], [ 104075.0, 500938.0 ], [ 104199.0, 501120.0 ], [ 104270.0, 501324.0 ], [ 104287.0, 501456.0 ], [ 104276.0, 501587.0 ], [ 104234.0, 501666.0 ], [ 104098.0, 501709.0 ], [ 103913.0, 501736.0 ], [ 103743.0, 501721.0 ], [ 103612.0, 501764.0 ], [ 103518.0, 501855.0 ], [ 103531.0, 501946.0 ], [ 103573.0, 502040.0 ], [ 103769.0, 502172.0 ], [ 103871.0, 502182.0 ], [ 103928.0, 502167.0 ], [ 104003.0, 502124.0 ], [ 104062.0, 502063.0 ], [ 104141.0, 501998.0 ], [ 104249.0, 501964.0 ], [ 104398.0, 501924.0 ], [ 104539.0, 501852.0 ], [ 104653.0, 501723.0 ], [ 104764.0, 501639.0 ], [ 104917.0, 501648.0 ], [ 105099.0, 501723.0 ], [ 105191.0, 501814.0 ], [ 105237.0, 501953.0 ], [ 105260.0, 502117.0 ], [ 105255.0, 502284.0 ], [ 105205.0, 502374.0 ], [ 105078.0, 502430.0 ], [ 104916.0, 502469.0 ], [ 104719.0, 502456.0 ], [ 104536.0, 502418.0 ], [ 104277.0, 502451.0 ], [ 104087.0, 502531.0 ], [ 103897.0, 502670.0 ], [ 103729.0, 502819.0 ], [ 103612.0, 502928.0 ], [ 103497.0, 503102.0 ], [ 103435.0, 503317.0 ], [ 103324.0, 503523.0 ], [ 103223.0, 503628.0 ], [ 103137.0, 503747.0 ], [ 103126.0, 503846.0 ], [ 103215.0, 504000.0 ], [ 103343.0, 504058.0 ], [ 103472.0, 504073.0 ], [ 103608.0, 504095.0 ], [ 103749.0, 504111.0 ], [ 103871.0, 504113.0 ], [ 104109.0, 504098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 129.0, "TNODE_": 121.0, "LPOLY_": 61.0, "RPOLY_": 59.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106764.0, 496673.0 ], [ 106516.0, 496936.0 ], [ 106229.0, 497039.0 ], [ 105939.0, 497130.0 ], [ 105724.0, 497225.0 ], [ 105574.0, 497363.0 ], [ 105473.0, 497507.0 ], [ 105386.0, 497682.0 ], [ 105319.0, 497825.0 ], [ 105226.0, 497899.0 ], [ 105110.0, 497894.0 ], [ 104939.0, 497815.0 ], [ 104881.0, 497734.0 ], [ 104860.0, 497636.0 ], [ 104875.0, 497528.0 ], [ 104937.0, 497359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 131.0, "TNODE_": 90.0, "LPOLY_": 42.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98539.0, 496597.0 ], [ 99140.0, 496756.0 ], [ 99497.0, 496807.0 ], [ 99819.0, 496803.0 ], [ 100057.0, 496762.0 ], [ 100241.0, 496787.0 ], [ 100532.0, 496966.0 ], [ 100665.0, 497127.0 ], [ 100741.0, 497371.0 ], [ 100811.0, 497588.0 ], [ 100969.0, 497858.0 ], [ 101054.0, 497954.0 ], [ 101153.0, 498023.0 ], [ 101236.0, 498046.0 ], [ 101337.0, 497938.0 ], [ 101480.0, 497804.0 ], [ 101660.0, 497731.0 ], [ 101727.0, 497736.0 ], [ 101912.0, 497760.0 ], [ 102096.0, 497799.0 ], [ 102253.0, 497788.0 ], [ 102401.0, 497756.0 ], [ 102517.0, 497739.0 ], [ 102662.0, 497741.0 ], [ 102809.0, 497787.0 ], [ 103020.0, 497900.0 ], [ 103402.0, 498142.0 ], [ 103793.0, 498579.0 ], [ 103984.0, 498827.0 ], [ 104017.0, 498973.0 ], [ 103986.0, 499081.0 ], [ 103873.0, 499175.0 ], [ 103686.0, 499218.0 ], [ 103483.0, 499296.0 ], [ 103356.0, 499373.0 ], [ 103303.0, 499423.0 ], [ 103286.0, 499518.0 ], [ 103303.0, 499590.0 ], [ 103376.0, 499627.0 ], [ 103520.0, 499613.0 ], [ 103617.0, 499626.0 ], [ 103908.0, 499698.0 ], [ 104115.0, 499759.0 ], [ 104284.0, 499841.0 ], [ 104333.0, 499964.0 ], [ 104274.0, 500099.0 ], [ 104123.0, 500196.0 ], [ 103741.0, 500282.0 ], [ 103660.0, 500367.0 ], [ 103633.0, 500498.0 ], [ 103691.0, 500626.0 ], [ 103796.0, 500713.0 ], [ 104008.0, 500802.0 ], [ 104216.0, 500943.0 ], [ 104317.0, 501127.0 ], [ 104354.0, 501314.0 ], [ 104365.0, 501549.0 ], [ 104352.0, 501683.0 ], [ 104214.0, 501817.0 ], [ 104090.0, 501845.0 ], [ 103944.0, 501843.0 ], [ 103830.0, 501836.0 ], [ 103718.0, 501888.0 ], [ 103681.0, 501952.0 ], [ 103698.0, 502012.0 ], [ 103782.0, 502057.0 ], [ 103905.0, 502022.0 ], [ 104018.0, 501968.0 ], [ 104110.0, 501929.0 ], [ 104225.0, 501867.0 ], [ 104373.0, 501819.0 ], [ 104489.0, 501771.0 ], [ 104578.0, 501680.0 ], [ 104658.0, 501589.0 ], [ 104717.0, 501552.0 ], [ 104828.0, 501543.0 ], [ 104905.0, 501566.0 ], [ 105056.0, 501601.0 ], [ 105150.0, 501614.0 ], [ 105265.0, 501638.0 ], [ 105408.0, 501664.0 ], [ 105590.0, 501770.0 ], [ 105914.0, 502119.0 ], [ 106045.0, 502278.0 ], [ 106126.0, 502426.0 ], [ 106206.0, 502612.0 ], [ 106254.0, 502711.0 ], [ 106286.0, 502844.0 ], [ 106277.0, 503006.0 ], [ 106211.0, 503144.0 ], [ 106107.0, 503263.0 ], [ 105993.0, 503384.0 ], [ 105875.0, 503518.0 ], [ 105800.0, 503627.0 ], [ 105737.0, 503745.0 ], [ 105694.0, 503926.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 132.0, "TNODE_": 121.0, "LPOLY_": 59.0, "RPOLY_": 62.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104897.0, 496582.0 ], [ 104885.0, 496841.0 ], [ 104859.0, 497068.0 ], [ 104896.0, 497265.0 ], [ 104937.0, 497359.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 126.0, "TNODE_": 132.0, "LPOLY_": 59.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107334.0, 496701.0 ], [ 107255.0, 496980.0 ], [ 106972.0, 497130.0 ], [ 106645.0, 497176.0 ], [ 106309.0, 497211.0 ], [ 106012.0, 497287.0 ], [ 105748.0, 497407.0 ], [ 105616.0, 497519.0 ], [ 105542.0, 497684.0 ], [ 105495.0, 497875.0 ], [ 105382.0, 498085.0 ], [ 105206.0, 498167.0 ], [ 104957.0, 498098.0 ], [ 104796.0, 497998.0 ], [ 104691.0, 497800.0 ], [ 104683.0, 497453.0 ], [ 104897.0, 496582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 134.0, "TNODE_": 128.0, "LPOLY_": 41.0, "RPOLY_": 60.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101580.0, 496420.0 ], [ 101672.0, 496657.0 ], [ 102140.0, 497454.0 ], [ 102277.0, 497588.0 ], [ 102387.0, 497679.0 ], [ 102478.0, 497709.0 ], [ 102499.0, 497663.0 ], [ 102466.0, 497540.0 ], [ 102521.0, 497474.0 ], [ 102713.0, 497625.0 ], [ 102954.0, 497779.0 ], [ 103196.0, 497899.0 ], [ 103507.0, 498011.0 ], [ 103744.0, 498045.0 ], [ 103824.0, 498027.0 ], [ 103829.0, 497989.0 ], [ 103660.0, 497899.0 ], [ 103464.0, 497837.0 ], [ 103242.0, 497722.0 ], [ 102966.0, 497563.0 ], [ 102769.0, 497397.0 ], [ 102687.0, 497221.0 ], [ 102700.0, 497098.0 ], [ 102752.0, 497009.0 ], [ 102870.0, 496950.0 ], [ 102973.0, 496877.0 ], [ 103018.0, 496771.0 ], [ 103049.0, 496681.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 16.0, "TNODE_": 1.0, "LPOLY_": 3.0, "RPOLY_": 2.0, "CVALUE": 0.01 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 511947.0 ], [ 101273.0, 511944.0 ], [ 102065.0, 511799.0 ], [ 102834.0, 511602.0 ], [ 103365.0, 511501.0 ], [ 103767.0, 511397.0 ], [ 104025.0, 511332.0 ], [ 104297.0, 511381.0 ], [ 104426.0, 511414.0 ], [ 104515.0, 511488.0 ], [ 104512.0, 511709.0 ], [ 104427.0, 511919.0 ], [ 104399.0, 512038.0 ], [ 104400.0, 512145.0 ], [ 104488.0, 512352.0 ], [ 104627.0, 512577.0 ], [ 104769.0, 512890.0 ], [ 104841.0, 513292.0 ], [ 104961.0, 513736.0 ], [ 105084.0, 514118.0 ], [ 105319.0, 514608.0 ], [ 105438.0, 514898.0 ], [ 105487.0, 515162.0 ], [ 105644.0, 515848.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 12.0, "TNODE_": 2.0, "LPOLY_": 4.0, "RPOLY_": 3.0, "CVALUE": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512402.0 ], [ 102061.0, 512400.0 ], [ 102572.0, 512323.0 ], [ 103033.0, 512143.0 ], [ 103306.0, 512012.0 ], [ 103574.0, 511953.0 ], [ 103840.0, 511960.0 ], [ 103972.0, 511978.0 ], [ 104100.0, 512054.0 ], [ 104128.0, 512339.0 ], [ 104151.0, 512629.0 ], [ 104298.0, 512950.0 ], [ 104470.0, 513236.0 ], [ 104603.0, 513523.0 ], [ 104871.0, 514121.0 ], [ 104981.0, 514456.0 ], [ 105032.0, 514664.0 ], [ 105005.0, 514797.0 ], [ 104928.0, 514964.0 ], [ 104876.0, 515105.0 ], [ 104855.0, 515211.0 ], [ 105069.0, 515809.0 ], [ 105243.0, 516103.0 ], [ 105378.0, 516301.0 ], [ 105519.0, 516441.0 ], [ 105654.0, 516593.0 ], [ 105823.0, 516746.0 ], [ 105981.0, 516903.0 ], [ 106127.0, 517083.0 ], [ 106229.0, 517252.0 ], [ 106319.0, 517455.0 ], [ 106364.0, 517590.0 ], [ 106386.0, 517680.0 ], [ 106409.0, 517866.0 ], [ 106415.0, 518035.0 ], [ 106381.0, 518227.0 ], [ 106347.0, 518328.0 ], [ 106262.0, 518396.0 ], [ 106167.0, 518401.0 ], [ 106054.0, 518390.0 ], [ 105908.0, 518351.0 ], [ 105784.0, 518283.0 ], [ 105530.0, 518199.0 ], [ 105361.0, 518148.0 ], [ 105215.0, 518092.0 ], [ 105074.0, 518063.0 ], [ 104945.0, 518041.0 ], [ 104843.0, 518030.0 ], [ 104759.0, 518024.0 ], [ 104663.0, 518018.0 ], [ 104595.0, 518018.0 ], [ 104539.0, 518047.0 ], [ 104488.0, 518086.0 ], [ 104426.0, 518154.0 ], [ 104376.0, 518232.0 ], [ 104331.0, 518328.0 ], [ 104280.0, 518418.0 ], [ 104241.0, 518514.0 ], [ 104212.0, 518598.0 ], [ 104207.0, 518705.0 ], [ 104196.0, 518812.0 ], [ 104212.0, 518897.0 ], [ 104224.0, 519060.0 ], [ 104269.0, 519257.0 ], [ 104280.0, 519438.0 ], [ 104280.0, 519629.0 ], [ 104291.0, 519883.0 ], [ 104336.0, 520012.0 ], [ 104387.0, 520265.0 ], [ 104452.0, 520561.0 ], [ 104483.0, 520747.0 ], [ 104508.0, 520969.0 ], [ 104548.0, 521178.0 ], [ 104559.0, 521400.0 ], [ 104587.0, 521603.0 ], [ 104604.0, 521952.0 ], [ 104607.0, 522180.0 ], [ 104624.0, 522451.0 ], [ 104629.0, 522670.0 ], [ 104632.0, 523003.0 ], [ 104614.0, 523167.0 ], [ 104600.0, 523328.0 ], [ 104574.0, 523512.0 ], [ 104543.0, 523664.0 ], [ 104532.0, 523763.0 ], [ 104476.0, 523938.0 ], [ 104442.0, 524050.0 ], [ 104380.0, 524185.0 ], [ 104346.0, 524274.0 ], [ 104322.0, 524313.0 ], [ 104284.0, 524350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108403.0, 523386.0 ], [ 108604.0, 523269.0 ], [ 108801.0, 522990.0 ], [ 108864.0, 522679.0 ], [ 108931.0, 522437.0 ], [ 109087.0, 522328.0 ], [ 109277.0, 522414.0 ], [ 109517.0, 522562.0 ], [ 109754.0, 522725.0 ], [ 110198.0, 523050.0 ], [ 110435.0, 523184.0 ], [ 110590.0, 523104.0 ], [ 110591.0, 522842.0 ], [ 110424.0, 522567.0 ], [ 110103.0, 522354.0 ], [ 109799.0, 522142.0 ], [ 109555.0, 521931.0 ], [ 109319.0, 521701.0 ], [ 109086.0, 521502.0 ], [ 108832.0, 521393.0 ], [ 108565.0, 521373.0 ], [ 108281.0, 521359.0 ], [ 108062.0, 521368.0 ], [ 107808.0, 521470.0 ], [ 107550.0, 521727.0 ], [ 107367.0, 521766.0 ], [ 107172.0, 521798.0 ], [ 107034.0, 521896.0 ], [ 107117.0, 522036.0 ], [ 107338.0, 522038.0 ], [ 107567.0, 521983.0 ], [ 107859.0, 521944.0 ], [ 108073.0, 521993.0 ], [ 108185.0, 522173.0 ], [ 108150.0, 522460.0 ], [ 108080.0, 522654.0 ], [ 107978.0, 522849.0 ], [ 107906.0, 523171.0 ], [ 107996.0, 523322.0 ], [ 108153.0, 523419.0 ], [ 108403.0, 523386.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108790.0, 530006.0 ], [ 109762.0, 530006.0 ], [ 109582.0, 529668.0 ], [ 109381.0, 529565.0 ], [ 109141.0, 529539.0 ], [ 108936.0, 529655.0 ], [ 108824.0, 529860.0 ], [ 108790.0, 530006.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113367.0, 529993.0 ], [ 115543.0, 529972.0 ], [ 115543.0, 529518.0 ], [ 115234.0, 529338.0 ], [ 114339.0, 528974.0 ], [ 113954.0, 528897.0 ], [ 113629.0, 528953.0 ], [ 113333.0, 529132.0 ], [ 113196.0, 529381.0 ], [ 113209.0, 529608.0 ], [ 113299.0, 529869.0 ], [ 113367.0, 529993.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113193.0, 524463.0 ], [ 113554.0, 524395.0 ], [ 113868.0, 524224.0 ], [ 114315.0, 523848.0 ], [ 114715.0, 523493.0 ], [ 115201.0, 522969.0 ], [ 115556.0, 522492.0 ], [ 115530.0, 521917.0 ], [ 115538.0, 521413.0 ], [ 115521.0, 520691.0 ], [ 115539.0, 520281.0 ], [ 115246.0, 520251.0 ], [ 114896.0, 520274.0 ], [ 114358.0, 520400.0 ], [ 113904.0, 520674.0 ], [ 113487.0, 520983.0 ], [ 112929.0, 521733.0 ], [ 112749.0, 522168.0 ], [ 112564.0, 522455.0 ], [ 112295.0, 522824.0 ], [ 112079.0, 523212.0 ], [ 112061.0, 523553.0 ], [ 112296.0, 523931.0 ], [ 112533.0, 524161.0 ], [ 112800.0, 524390.0 ], [ 113193.0, 524463.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110659.0, 517037.0 ], [ 110875.0, 517025.0 ], [ 111275.0, 516933.0 ], [ 111572.0, 516964.0 ], [ 111972.0, 517001.0 ], [ 112261.0, 516888.0 ], [ 112295.0, 516694.0 ], [ 112051.0, 516605.0 ], [ 111713.0, 516543.0 ], [ 111356.0, 516531.0 ], [ 111020.0, 516448.0 ], [ 110641.0, 516370.0 ], [ 110351.0, 516532.0 ], [ 110224.0, 516706.0 ], [ 110295.0, 516916.0 ], [ 110456.0, 517027.0 ], [ 110659.0, 517037.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_interpolation_points.geojson new file mode 100644 index 0000000..2dd2905 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_interpolation_points.geojson @@ -0,0 +1,1841 @@ +{ +"type": "FeatureCollection", +"name": "DS21_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 513946.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101856.0, 514021.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 514076.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 514169.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 514308.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103712.0, 514527.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 514813.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103692.0, 515101.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104126.0, 515747.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 515988.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104435.0, 516247.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 516453.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104579.0, 516746.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 516988.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 517162.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 517303.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 517406.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104245.0, 517528.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 517676.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 517858.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 518152.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 518286.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103984.0, 518401.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 518690.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 518890.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103893.0, 519231.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 519690.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 520132.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98158.0, 513940.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98970.0, 513855.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 513855.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98168.0, 512725.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 512746.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 512840.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 512855.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 512898.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.0, 512840.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 512626.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 512457.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 512362.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 512324.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 512398.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 512524.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 512724.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 512970.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104278.0, 513394.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 513845.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104732.0, 514224.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 514480.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104943.0, 514637.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104939.0, 514833.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 514974.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 515087.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104708.0, 515238.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 515785.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 516061.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 516185.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105147.0, 516377.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 516647.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 516895.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105283.0, 517199.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105204.0, 517492.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104888.0, 517683.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 517773.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 518168.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104156.0, 518421.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 518669.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 519148.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 519485.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 519666.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 519885.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 520105.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 520561.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 520831.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 521046.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104241.0, 521243.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 521355.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 521428.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104210.0, 521566.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 521659.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 521740.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98172.0, 512300.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 512318.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106804.0, 510147.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106689.0, 510206.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 510519.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 510683.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106284.0, 510832.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 510817.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 510744.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 510637.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105707.0, 510584.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105577.0, 510537.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510127.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 510183.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 510213.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 510240.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 510257.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 510306.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 510388.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102892.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 510493.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 510545.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 510641.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 510651.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 510641.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103757.0, 510604.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103901.0, 510546.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 510530.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 510572.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104362.0, 510646.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 510814.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104936.0, 510997.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 511206.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105310.0, 511246.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 511302.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 511330.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 511279.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 511154.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 511039.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 510979.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 510961.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107147.0, 510920.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107356.0, 510794.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107425.0, 510639.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107339.0, 510433.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107134.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106804.0, 510147.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 510104.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103562.0, 510141.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103543.0, 510145.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510127.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 509937.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 509996.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 510104.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509892.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 509896.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105577.0, 510537.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105651.0, 510679.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105413.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 510784.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 510633.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104791.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 510425.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 510340.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104305.0, 510208.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 510142.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104419.0, 510136.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 510074.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 510009.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 509984.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104248.0, 509924.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 509860.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104348.0, 509838.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 509843.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104506.0, 509841.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 509777.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 509724.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 509694.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 509645.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 509618.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509630.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 509691.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104738.0, 509713.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 509668.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104868.0, 509568.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104829.0, 509431.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 509388.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 509331.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104623.0, 509275.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104665.0, 509219.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 509168.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 509216.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105732.0, 509412.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 509496.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 509470.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106609.0, 509404.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 509305.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107331.0, 509239.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107563.0, 509234.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107719.0, 509255.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107919.0, 509298.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 509279.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108481.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108670.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108916.0, 509286.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109475.0, 509282.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106567.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106568.0, 508167.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106533.0, 508265.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106360.0, 508330.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 508276.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105689.0, 508261.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105366.0, 508320.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 508380.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104890.0, 508380.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104748.0, 508270.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104540.0, 508049.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 507907.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 507760.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507600.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 507566.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 507603.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 507646.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 507714.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 507747.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 507834.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 508042.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 508271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 508448.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103535.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103357.0, 508693.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103198.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 508736.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103168.0, 508887.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 508848.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 508845.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 508903.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103712.0, 508972.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 509047.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 509057.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 509087.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103305.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 509229.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509246.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103587.0, 509244.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 509227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 509220.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 509252.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 509299.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 509302.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103991.0, 509242.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 509218.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104188.0, 509194.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 509243.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 509307.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104256.0, 509378.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 509431.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104080.0, 509502.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 509565.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103996.0, 509690.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103935.0, 509754.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 509636.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 509558.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103569.0, 509472.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 509414.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 509376.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 509444.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509591.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 509640.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103428.0, 509667.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 509668.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103281.0, 509677.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 509702.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 509767.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 509800.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 509854.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109492.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109104.0, 507258.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108611.0, 507269.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108285.0, 507324.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108070.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107819.0, 507710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107564.0, 507861.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107287.0, 507961.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107045.0, 508013.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106567.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 510104.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106460.0, 510165.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106345.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 510405.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 510537.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106247.0, 510650.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106123.0, 510696.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105972.0, 510660.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105812.0, 510509.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105675.0, 510411.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 510337.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509048.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98199.0, 509081.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104048.0, 508609.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 508663.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104140.0, 508707.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104309.0, 508735.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 508740.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104325.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 508568.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 508544.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 508459.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 508541.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 508700.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 508747.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104203.0, 508767.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 508783.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 508777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 508759.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104652.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104693.0, 508630.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 508602.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104493.0, 508610.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 508591.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 508540.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 508472.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 508439.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 508459.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104746.0, 508614.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 508539.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 508466.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104457.0, 508398.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104247.0, 508363.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 508294.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103912.0, 508335.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 508466.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 508605.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103641.0, 508674.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 508752.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 508797.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 508811.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 508840.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 508859.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 508838.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104271.0, 508827.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 508824.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 508810.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 508805.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104701.0, 508784.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104752.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104758.0, 508676.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104746.0, 508614.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98213.0, 507411.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98931.0, 507758.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99394.0, 507851.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99889.0, 507925.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100199.0, 507945.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100443.0, 507982.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100592.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98672.0, 506858.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99011.0, 506875.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99542.0, 506917.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100125.0, 506959.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100783.0, 507041.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101476.0, 507179.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101829.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102034.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 507181.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 507074.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 506987.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 506951.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 507022.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102347.0, 507315.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 507562.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 507848.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 508107.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 508333.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 508590.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 508805.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 508866.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98218.0, 506786.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98672.0, 506858.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98217.0, 506895.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98218.0, 506786.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 505416.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 505414.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 505405.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505373.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 505348.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 505301.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 505301.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 505208.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505047.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505047.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 504988.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 505218.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.0, 505130.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102816.0, 504985.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 505016.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 505061.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 505193.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 505243.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 505283.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 505352.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101392.0, 505126.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101381.0, 505191.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101543.0, 505383.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101738.0, 505419.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 505334.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102017.0, 505181.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 505009.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 504882.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 504761.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102168.0, 504708.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102237.0, 504622.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 504612.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 504647.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 504761.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 504918.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 505019.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 505129.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102260.0, 505244.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102373.0, 505350.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103109.0, 505267.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103271.0, 505281.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 505265.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103440.0, 505345.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 505419.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 505451.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 505442.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 505411.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 505426.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 505433.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 505397.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 505371.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101408.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 505079.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 503271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98806.0, 503318.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99597.0, 503461.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100258.0, 503627.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100696.0, 503783.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101188.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101469.0, 504372.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 504649.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101419.0, 504971.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 505079.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 503292.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 503271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98251.0, 502951.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98461.0, 502941.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98770.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 502876.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99291.0, 502847.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99570.0, 502884.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99948.0, 503014.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100261.0, 503155.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100516.0, 503251.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 503328.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100960.0, 503421.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101247.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101648.0, 503371.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101966.0, 503366.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 503387.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 503460.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 503489.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 503542.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 503566.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102251.0, 503585.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102325.0, 503606.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 503655.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 503715.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 503697.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 503691.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102029.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101974.0, 503779.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101973.0, 503862.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 503914.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102108.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102189.0, 503887.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102313.0, 503858.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102387.0, 503858.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 503880.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 503916.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 504187.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 504300.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 504391.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 504461.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 504504.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101957.0, 504585.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 504683.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101656.0, 504775.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101579.0, 504890.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 504981.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101408.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104182.0, 505016.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104188.0, 505119.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 505385.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104364.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 506193.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104311.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104101.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 506299.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 506244.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 506185.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506266.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 506371.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 506179.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 506123.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 506040.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 505973.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103614.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 505843.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 505879.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103236.0, 505866.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 505784.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103419.0, 505546.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 505495.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 505528.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 505497.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102728.0, 505432.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104109.0, 504098.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 504198.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 504222.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103484.0, 504197.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 504226.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 504352.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103494.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 504567.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 504625.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98285.0, 496683.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98701.0, 496797.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99094.0, 496925.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99434.0, 497025.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99716.0, 497038.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99965.0, 496974.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100229.0, 497010.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100419.0, 497131.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100574.0, 497435.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100695.0, 497733.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100862.0, 498052.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101059.0, 498280.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101199.0, 498428.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101392.0, 498527.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101572.0, 498549.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101737.0, 498514.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101908.0, 498434.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 498361.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 498238.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101932.0, 498145.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101916.0, 498058.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 497968.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102149.0, 497934.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102233.0, 497947.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102722.0, 498239.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 498296.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 498377.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 498507.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 498648.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103567.0, 498840.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 498997.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 499116.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 499216.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 499331.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 499440.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103619.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 499842.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 499943.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 500086.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 500163.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 500263.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 500558.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 500649.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103778.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 500861.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 500938.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104199.0, 501120.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 501324.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 501456.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104276.0, 501587.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 501666.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104098.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103913.0, 501736.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 501721.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 501764.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 501855.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 501946.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 502040.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 502119.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 502172.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 502182.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 502167.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104003.0, 502124.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 502063.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104141.0, 501998.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 501964.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104398.0, 501924.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 501852.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104596.0, 501786.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 501723.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 501639.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 501723.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 501814.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105237.0, 501953.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105260.0, 502117.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 502284.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105205.0, 502374.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 502430.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 502469.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 502456.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 502418.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 502451.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 502531.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 502670.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 502819.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 502928.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 503317.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 503523.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 503628.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 503747.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 503846.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103343.0, 504058.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 504073.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 504111.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 504113.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104109.0, 504098.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101840.0, 502808.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 502786.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 502826.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 502915.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102247.0, 503011.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 503093.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102128.0, 503118.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 503137.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 503105.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101812.0, 502999.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 502893.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104995.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 503568.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104973.0, 503324.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104871.0, 503066.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 502898.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 502720.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 502741.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 503071.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 503379.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 503571.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103246.0, 503799.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 503882.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103267.0, 503955.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 504015.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 504018.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 504029.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 504022.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 504011.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98252.0, 502764.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98908.0, 502662.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99167.0, 502620.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99415.0, 502613.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99760.0, 502671.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100002.0, 502752.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100314.0, 502916.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100643.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 503269.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101281.0, 503304.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101507.0, 503305.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101722.0, 503310.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 503319.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 503318.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102123.0, 503358.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 503473.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 503524.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 503591.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 503683.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 503748.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 503763.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 503747.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 503762.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 503788.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 503827.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 503833.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 503819.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102388.0, 503807.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102490.0, 503821.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102675.0, 503943.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102731.0, 504036.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102759.0, 504146.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 504279.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 504338.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 504416.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 504439.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 504521.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 504578.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 504628.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 504675.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100724.0, 502276.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100716.0, 502259.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100716.0, 502259.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100851.0, 502238.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100969.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101186.0, 502268.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 502334.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101063.0, 502345.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100959.0, 502354.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100839.0, 502341.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100735.0, 502297.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100724.0, 502276.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100445.0, 502217.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100442.0, 502209.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100442.0, 502199.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100453.0, 502187.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100465.0, 502179.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100483.0, 502163.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100496.0, 502155.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100498.0, 502155.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100498.0, 502155.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100520.0, 502137.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100691.0, 502137.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100894.0, 502158.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101125.0, 502170.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101186.0, 502172.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101258.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101307.0, 502311.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101338.0, 502402.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101318.0, 502459.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 502476.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101061.0, 502466.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100951.0, 502458.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100824.0, 502432.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100691.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100571.0, 502312.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100445.0, 502217.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99722.0, 501931.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99815.0, 501806.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100239.0, 501892.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100514.0, 502001.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100929.0, 502088.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101030.0, 502091.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101118.0, 502077.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101194.0, 502092.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101326.0, 502249.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101473.0, 502346.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 502377.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101709.0, 502421.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101973.0, 502471.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 502474.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102189.0, 502491.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 502636.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 502735.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 502796.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102768.0, 502886.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102821.0, 502991.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102851.0, 503107.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 503228.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 503288.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 503279.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 503216.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 503175.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102034.0, 503177.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101855.0, 503124.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 502982.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101689.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 502696.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 502614.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 502482.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101436.0, 502498.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101175.0, 502534.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100839.0, 502501.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100523.0, 502413.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100293.0, 502335.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100115.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99946.0, 502144.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99752.0, 502013.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99723.0, 501940.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99722.0, 501931.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 500434.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 500434.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102356.0, 500426.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 500402.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 500377.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102305.0, 500356.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 500312.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102286.0, 500292.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 500282.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 500269.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102305.0, 500257.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 500266.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102346.0, 500282.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 500310.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 500329.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 500362.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102378.0, 500385.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102378.0, 500411.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 500434.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102381.0, 500447.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 500442.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 500394.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102274.0, 500320.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102226.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102224.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102304.0, 500208.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 500242.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102366.0, 500316.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 500378.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102391.0, 500447.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102381.0, 500447.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101510.0, 499895.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101517.0, 499819.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 499796.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101910.0, 499880.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102131.0, 500024.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 500184.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 500159.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 500247.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 500280.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 500217.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 500251.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102381.0, 500333.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 500429.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 500461.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 500386.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 500291.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102091.0, 500148.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101879.0, 500062.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101634.0, 499978.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101513.0, 499907.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101510.0, 499895.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101684.0, 499923.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101652.0, 499907.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 499886.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 499870.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 499862.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 499883.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101877.0, 499913.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101970.0, 499966.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102029.0, 500016.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 500040.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 500053.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 500064.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 500056.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 500029.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101816.0, 499987.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101684.0, 499923.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 500343.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 500388.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102468.0, 500458.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 500478.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 500410.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102161.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101973.0, 500192.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 500070.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 499951.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 499812.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101320.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101320.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101397.0, 499712.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 499766.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 499841.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 500113.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 500064.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 500039.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 500121.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 500189.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 500257.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102963.0, 500290.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 500362.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102881.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 500582.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 500694.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 500922.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 501037.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 501037.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102185.0, 500952.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 500848.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 500889.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 500901.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 500873.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 500817.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 500715.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102714.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102717.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102776.0, 500499.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 500403.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 500339.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102522.0, 500313.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 500320.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 500343.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99952.0, 498867.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99960.0, 498752.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99960.0, 498752.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100097.0, 498589.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100245.0, 498556.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100522.0, 498652.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100675.0, 498909.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100788.0, 499159.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101069.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101418.0, 499583.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101749.0, 499657.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 499756.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102547.0, 499974.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 499919.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102765.0, 499846.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 499831.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 500212.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 500404.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 500515.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 500565.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 500466.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 500366.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103074.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 500499.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 500588.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 500609.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 500580.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 500598.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 500701.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103068.0, 500752.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 500878.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 501080.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 501231.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 501286.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 501269.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102538.0, 501290.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102363.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 501063.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101968.0, 500929.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 500773.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 500747.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101763.0, 500728.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101972.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102335.0, 500791.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102427.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102444.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102491.0, 500463.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 500489.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 500478.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 500351.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101882.0, 500268.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101474.0, 500119.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 499904.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100915.0, 499735.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100701.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 499503.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100239.0, 499223.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100113.0, 499123.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100007.0, 499028.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99951.0, 498886.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99952.0, 498867.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98993.0, 498603.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99055.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99055.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99238.0, 498461.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99467.0, 498415.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99770.0, 498283.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99934.0, 498226.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100161.0, 498225.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100351.0, 498259.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 498384.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100673.0, 498639.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 498891.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100951.0, 499101.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101230.0, 499294.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101554.0, 499413.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101888.0, 499545.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 499649.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102321.0, 499763.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 499807.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 499718.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 499528.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 499356.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 499324.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 499307.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 499327.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 499437.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102981.0, 499523.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 499640.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 499758.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 499878.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 499977.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 500031.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 500186.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103408.0, 500297.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103394.0, 500419.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 500559.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 500781.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103562.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 501281.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 501402.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 501462.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 501461.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 501466.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 501526.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 501645.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 501778.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102387.0, 501799.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 501703.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102303.0, 501485.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 501286.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 501118.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 501055.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101922.0, 500975.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101769.0, 500896.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 500810.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101585.0, 500769.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101588.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101700.0, 500632.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 500688.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 500717.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 500724.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 500694.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 500623.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 500530.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102208.0, 500460.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 500397.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101902.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101672.0, 500293.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500242.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101102.0, 500113.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100895.0, 499941.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100690.0, 499739.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100302.0, 499443.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99898.0, 499204.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99440.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99219.0, 498876.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99052.0, 498738.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98993.0, 498603.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106764.0, 496673.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106516.0, 496936.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 497039.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105939.0, 497130.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105724.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 497363.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 497507.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105386.0, 497682.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 497825.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 497894.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104939.0, 497815.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 497734.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104860.0, 497636.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104875.0, 497528.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 497359.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104897.0, 496582.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104885.0, 496841.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104859.0, 497068.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104896.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 497359.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107334.0, 496701.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107255.0, 496980.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106972.0, 497130.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 497176.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106309.0, 497211.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106012.0, 497287.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 497407.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 497519.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105542.0, 497684.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 497875.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105382.0, 498085.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105206.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 498098.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 497998.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104691.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 497453.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104748.0, 497187.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104897.0, 496582.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 98539.0, 496597.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99140.0, 496756.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99497.0, 496807.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 99819.0, 496803.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100057.0, 496762.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100241.0, 496787.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100532.0, 496966.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100665.0, 497127.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100741.0, 497371.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100811.0, 497588.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100969.0, 497858.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101054.0, 497954.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101153.0, 498023.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101236.0, 498046.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101337.0, 497938.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101480.0, 497804.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101660.0, 497731.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101727.0, 497736.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 497760.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 497799.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102253.0, 497788.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 497756.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102517.0, 497739.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 497741.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 497787.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103214.0, 498023.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 498142.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103575.0, 498335.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 498579.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103984.0, 498827.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104017.0, 498973.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103986.0, 499081.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 499175.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 499218.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 499296.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 499373.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 499423.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 499518.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 499590.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 499627.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 499698.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104115.0, 499759.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 499841.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 499964.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 500099.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 500196.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 500240.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 500282.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 500498.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 500626.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103796.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 500802.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104317.0, 501127.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 501314.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 501683.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104214.0, 501817.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 501845.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 501843.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 501836.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103718.0, 501888.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 501952.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 502012.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 502057.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 502022.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104018.0, 501968.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 501867.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 501819.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104489.0, 501771.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104578.0, 501680.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104658.0, 501589.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 501552.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104828.0, 501543.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 501566.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 501601.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 501614.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 501638.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105408.0, 501664.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105590.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105734.0, 501925.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105914.0, 502119.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106045.0, 502278.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 502426.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106206.0, 502612.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106254.0, 502711.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106286.0, 502844.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106277.0, 503006.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106211.0, 503144.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 503263.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 503384.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105875.0, 503518.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 503627.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105737.0, 503745.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105694.0, 503926.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 511947.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101273.0, 511944.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 511799.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 511602.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103365.0, 511501.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 511397.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 511332.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104297.0, 511381.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104426.0, 511414.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 511488.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 511709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104427.0, 511919.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104399.0, 512038.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 512145.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104488.0, 512352.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 512577.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 512890.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104841.0, 513292.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104961.0, 513736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105084.0, 514118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 514608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105438.0, 514898.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 515162.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 515848.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 516374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 516909.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106443.0, 517507.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106499.0, 518244.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 518763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106302.0, 519213.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 519755.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106338.0, 520086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106631.0, 520333.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 520577.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107448.0, 520884.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107571.0, 521230.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107567.0, 521527.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107444.0, 521683.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107291.0, 521730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 521675.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107128.0, 521572.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107114.0, 521412.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 521384.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106587.0, 521588.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 521745.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 522056.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106375.0, 522475.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 522840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106105.0, 523114.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105838.0, 523335.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105584.0, 523622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 523841.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 524144.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105070.0, 524409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 524740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 525057.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105445.0, 525254.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 525515.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105822.0, 525868.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105971.0, 526189.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105929.0, 526608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 526871.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 527127.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 527339.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 527508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 527691.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 512402.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102061.0, 512400.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102572.0, 512323.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 512143.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 512012.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 511953.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 511960.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 511978.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 512054.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 512339.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 512629.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 512950.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 513236.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 513523.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104761.0, 513874.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104871.0, 514121.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 514456.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 514664.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 514797.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104928.0, 514964.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104876.0, 515105.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 515211.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 515809.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105243.0, 516103.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 516301.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 516441.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 516593.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 516746.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 516903.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 517083.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 517252.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106291.0, 517393.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106319.0, 517455.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106364.0, 517590.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 517680.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 517866.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106415.0, 518035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 518227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106347.0, 518328.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 518396.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 518401.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106054.0, 518390.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 518351.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105784.0, 518283.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 518199.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 518148.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105215.0, 518092.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 518063.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104945.0, 518041.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104843.0, 518030.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104759.0, 518024.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104663.0, 518018.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 518018.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 518047.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104488.0, 518086.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104426.0, 518154.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104376.0, 518232.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104331.0, 518328.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 518418.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104241.0, 518514.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 518598.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104207.0, 518705.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 518812.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 518897.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 519060.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104241.0, 519133.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 519257.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 519438.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 519629.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104286.0, 519759.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 519883.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 520012.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 520113.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104387.0, 520265.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 520389.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 520561.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 520747.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104508.0, 520969.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 521178.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 521400.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 521603.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 521952.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 522180.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 522451.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 522670.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 522844.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 523003.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 523167.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104600.0, 523328.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 523512.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 523664.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 523763.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 523938.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 524050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 524185.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104346.0, 524274.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 524313.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 524350.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 523386.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108604.0, 523269.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108801.0, 522990.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108864.0, 522679.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108931.0, 522437.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109087.0, 522328.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109277.0, 522414.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109517.0, 522562.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109754.0, 522725.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110198.0, 523050.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110435.0, 523184.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110590.0, 523104.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110591.0, 522842.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110424.0, 522567.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110103.0, 522354.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109799.0, 522142.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109555.0, 521931.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109319.0, 521701.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109086.0, 521502.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108832.0, 521393.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108565.0, 521373.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108281.0, 521359.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108062.0, 521368.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107808.0, 521470.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 521627.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 521727.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107367.0, 521766.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107172.0, 521798.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107034.0, 521896.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107117.0, 522036.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107338.0, 522038.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107567.0, 521983.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107859.0, 521944.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108073.0, 521993.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 522173.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 522460.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108080.0, 522654.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107978.0, 522849.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107906.0, 523171.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 107996.0, 523322.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108153.0, 523419.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 523386.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108790.0, 530006.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109762.0, 530006.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109582.0, 529668.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109381.0, 529565.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 109141.0, 529539.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108936.0, 529655.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108824.0, 529860.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 108790.0, 530006.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113367.0, 529993.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115543.0, 529972.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115543.0, 529518.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115234.0, 529338.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 114339.0, 528974.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113954.0, 528897.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113629.0, 528953.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113333.0, 529132.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113196.0, 529381.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113209.0, 529608.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113299.0, 529869.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113367.0, 529993.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113193.0, 524463.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113554.0, 524395.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113868.0, 524224.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 114315.0, 523848.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 114715.0, 523493.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115201.0, 522969.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115556.0, 522492.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115530.0, 521917.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115538.0, 521413.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115521.0, 520691.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115539.0, 520281.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 115246.0, 520251.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 114896.0, 520274.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 114358.0, 520400.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113904.0, 520674.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113487.0, 520983.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113206.0, 521362.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112929.0, 521733.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112749.0, 522168.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112564.0, 522455.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112295.0, 522824.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112079.0, 523212.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112061.0, 523553.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112296.0, 523931.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112533.0, 524161.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112800.0, 524390.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 113193.0, 524463.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110659.0, 517037.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110875.0, 517025.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111275.0, 516933.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111572.0, 516964.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111972.0, 517001.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112261.0, 516888.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112295.0, 516694.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 112051.0, 516605.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111713.0, 516543.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111356.0, 516531.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 111020.0, 516448.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110641.0, 516370.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110351.0, 516532.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 516706.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110295.0, 516916.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110456.0, 517027.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 110659.0, 517037.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.1500001 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.7 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.3500004 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.3 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1900001 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.11 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.35 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.7 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.3 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.29 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.79 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.09 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.3 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.57 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.97 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.3 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.3 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.7 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.4 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.7 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.7 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.1900001 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.4 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.75 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6500001 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.9 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.09 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.45 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3900001 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.85 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.59 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4699998 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.31 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0700002 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.49 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.2199998 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.65 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.6499996 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3900001 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.7 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.4 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": 22.5 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.8 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.8 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.4 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.2 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.7 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.8800001 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 27.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 42.400002 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.6 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.25 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 27.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.5 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": 37.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.2 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.5 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6500001 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.29 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 28.3 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.9 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.62 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 31.3 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 21.5 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.5 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.75 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.5 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.7 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.9 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.5 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.8 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.8 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.99 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.3 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.2 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.8 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.26 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.4 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.5 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.85 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.8 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.9 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.2 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.7 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.35 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.7 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 22.0 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.7 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask.geojson new file mode 100644 index 0000000..36a8836 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask.geojson @@ -0,0 +1,12 @@ +{ +"type": "FeatureCollection", +"name": "DS21_mask", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DS21_": 1, "DS21_ID": 32, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 96281.0, 497542.0 ], [ 97910.0, 495600.0 ], [ 98068.0, 495495.0 ], [ 98280.0, 495568.0 ], [ 98302.0, 495573.0 ], [ 98328.0, 495603.0 ], [ 98656.0, 495725.0 ], [ 98677.0, 495735.0 ], [ 98974.0, 495817.0 ], [ 99006.0, 495821.0 ], [ 99424.0, 495843.0 ], [ 100108.0, 495846.0 ], [ 100752.0, 495914.0 ], [ 101130.0, 496059.0 ], [ 101391.0, 496237.0 ], [ 101521.0, 496363.0 ], [ 101533.0, 496388.0 ], [ 101592.0, 496451.0 ], [ 101672.0, 496657.0 ], [ 102140.0, 497454.0 ], [ 102277.0, 497588.0 ], [ 102387.0, 497679.0 ], [ 102478.0, 497708.0 ], [ 102499.0, 497663.0 ], [ 102466.0, 497540.0 ], [ 102521.0, 497474.0 ], [ 102713.0, 497625.0 ], [ 102954.0, 497779.0 ], [ 103196.0, 497899.0 ], [ 103507.0, 498011.0 ], [ 103744.0, 498045.0 ], [ 103824.0, 498027.0 ], [ 103829.0, 497989.0 ], [ 103660.0, 497899.0 ], [ 103464.0, 497837.0 ], [ 103242.0, 497722.0 ], [ 102966.0, 497563.0 ], [ 102769.0, 497397.0 ], [ 102687.0, 497220.0 ], [ 102700.0, 497098.0 ], [ 102752.0, 497009.0 ], [ 102870.0, 496950.0 ], [ 102973.0, 496877.0 ], [ 103018.0, 496771.0 ], [ 103114.0, 496495.0 ], [ 103133.0, 496496.0 ], [ 103226.0, 496404.0 ], [ 103426.0, 496363.0 ], [ 103627.0, 496315.0 ], [ 103664.0, 496291.0 ], [ 104043.0, 496242.0 ], [ 104060.0, 496241.0 ], [ 104320.0, 496249.0 ], [ 104707.0, 496235.0 ], [ 104722.0, 496227.0 ], [ 105042.0, 496195.0 ], [ 105507.0, 496138.0 ], [ 105890.0, 496131.0 ], [ 106342.0, 496134.0 ], [ 106376.0, 496140.0 ], [ 106798.0, 496149.0 ], [ 106836.0, 496164.0 ], [ 107339.0, 496191.0 ], [ 107366.0, 496189.0 ], [ 107837.0, 496249.0 ], [ 107852.0, 496244.0 ], [ 108158.0, 496344.0 ], [ 108309.0, 496534.0 ], [ 108353.0, 496710.0 ], [ 108338.0, 496726.0 ], [ 108337.0, 496750.0 ], [ 108329.0, 496750.0 ], [ 108318.0, 496796.0 ], [ 108239.0, 496968.0 ], [ 108130.0, 496972.0 ], [ 107934.0, 497059.0 ], [ 107507.0, 497351.0 ], [ 107255.0, 497535.0 ], [ 107052.0, 497733.0 ], [ 106929.0, 497936.0 ], [ 106805.0, 498243.0 ], [ 106716.0, 498425.0 ], [ 106693.0, 498571.0 ], [ 106738.0, 498764.0 ], [ 106714.0, 498970.0 ], [ 106553.0, 499204.0 ], [ 106438.0, 499292.0 ], [ 106210.0, 499415.0 ], [ 105955.0, 499485.0 ], [ 105746.0, 499483.0 ], [ 105627.0, 499500.0 ], [ 105556.0, 499546.0 ], [ 105532.0, 499614.0 ], [ 105554.0, 499698.0 ], [ 105633.0, 499783.0 ], [ 105714.0, 499821.0 ], [ 105832.0, 499842.0 ], [ 106013.0, 499817.0 ], [ 106186.0, 499753.0 ], [ 106409.0, 499643.0 ], [ 106598.0, 499584.0 ], [ 106784.0, 499559.0 ], [ 107092.0, 499622.0 ], [ 107322.0, 499658.0 ], [ 107522.0, 499716.0 ], [ 107853.0, 499838.0 ], [ 108183.0, 499955.0 ], [ 108342.0, 500005.0 ], [ 108483.0, 500066.0 ], [ 108581.0, 500139.0 ], [ 108647.0, 500260.0 ], [ 108692.0, 500374.0 ], [ 108661.0, 500523.0 ], [ 108532.0, 500613.0 ], [ 108380.0, 500649.0 ], [ 108181.0, 500690.0 ], [ 107886.0, 500693.0 ], [ 107396.0, 500664.0 ], [ 107006.0, 500614.0 ], [ 106749.0, 500577.0 ], [ 106499.0, 500560.0 ], [ 106287.0, 500611.0 ], [ 106124.0, 500702.0 ], [ 105951.0, 500772.0 ], [ 105695.0, 500797.0 ], [ 105448.0, 500813.0 ], [ 105261.0, 500828.0 ], [ 105063.0, 500887.0 ], [ 104879.0, 501012.0 ], [ 104764.0, 501131.0 ], [ 104729.0, 501310.0 ], [ 104788.0, 501395.0 ], [ 104866.0, 501448.0 ], [ 104974.0, 501488.0 ], [ 105144.0, 501458.0 ], [ 105317.0, 501384.0 ], [ 105475.0, 501320.0 ], [ 105652.0, 501310.0 ], [ 105906.0, 501326.0 ], [ 106152.0, 501375.0 ], [ 106298.0, 501478.0 ], [ 106406.0, 501642.0 ], [ 106548.0, 501852.0 ], [ 106671.0, 502052.0 ], [ 106838.0, 502282.0 ], [ 107016.0, 502544.0 ], [ 107202.0, 502716.0 ], [ 107349.0, 502839.0 ], [ 107596.0, 502986.0 ], [ 107823.0, 503058.0 ], [ 108094.0, 503094.0 ], [ 108375.0, 503141.0 ], [ 108504.0, 503231.0 ], [ 108585.0, 503306.0 ], [ 108628.0, 503421.0 ], [ 108582.0, 503567.0 ], [ 108494.0, 503642.0 ], [ 108155.0, 503814.0 ], [ 107772.0, 504000.0 ], [ 107543.0, 504096.0 ], [ 107376.0, 504125.0 ], [ 107220.0, 504141.0 ], [ 106973.0, 504124.0 ], [ 106450.0, 504019.0 ], [ 106032.0, 503977.0 ], [ 105677.0, 503923.0 ], [ 105326.0, 503820.0 ], [ 105032.0, 503689.0 ], [ 104760.0, 503528.0 ], [ 104642.0, 503379.0 ], [ 104524.0, 503147.0 ], [ 104388.0, 503030.0 ], [ 104205.0, 503067.0 ], [ 103997.0, 503191.0 ], [ 103879.0, 503366.0 ], [ 103856.0, 503516.0 ], [ 103850.0, 503632.0 ], [ 103793.0, 503721.0 ], [ 103703.0, 503784.0 ], [ 103640.0, 503817.0 ], [ 103617.0, 503842.0 ], [ 103621.0, 503874.0 ], [ 103670.0, 503934.0 ], [ 103801.0, 503997.0 ], [ 104037.0, 504073.0 ], [ 104151.0, 504113.0 ], [ 104263.0, 504212.0 ], [ 104326.0, 504302.0 ], [ 104289.0, 504409.0 ], [ 104182.0, 504517.0 ], [ 104075.0, 504551.0 ], [ 103943.0, 504561.0 ], [ 103901.0, 504548.0 ], [ 103785.0, 504581.0 ], [ 103726.0, 504631.0 ], [ 103606.0, 504743.0 ], [ 103559.0, 504860.0 ], [ 103564.0, 504982.0 ], [ 103616.0, 505070.0 ], [ 103745.0, 505100.0 ], [ 103888.0, 505043.0 ], [ 104055.0, 505008.0 ], [ 104272.0, 505022.0 ], [ 104481.0, 505022.0 ], [ 104735.0, 505033.0 ], [ 105231.0, 505011.0 ], [ 105383.0, 505010.0 ], [ 105562.0, 505074.0 ], [ 105698.0, 505126.0 ], [ 105826.0, 505212.0 ], [ 105845.0, 505297.0 ], [ 105798.0, 505403.0 ], [ 105720.0, 505471.0 ], [ 105609.0, 505487.0 ], [ 105499.0, 505521.0 ], [ 105236.0, 505626.0 ], [ 105152.0, 505695.0 ], [ 105027.0, 505772.0 ], [ 104976.0, 505882.0 ], [ 104970.0, 506039.0 ], [ 105002.0, 506171.0 ], [ 105072.0, 506252.0 ], [ 105199.0, 506308.0 ], [ 105292.0, 506314.0 ], [ 105374.0, 506302.0 ], [ 105432.0, 506290.0 ], [ 105486.0, 506209.0 ], [ 105485.0, 506005.0 ], [ 105523.0, 505857.0 ], [ 105584.0, 505767.0 ], [ 105714.0, 505721.0 ], [ 105795.0, 505711.0 ], [ 105914.0, 505700.0 ], [ 106111.0, 505697.0 ], [ 106360.0, 505713.0 ], [ 106591.0, 505746.0 ], [ 106834.0, 505806.0 ], [ 106998.0, 505862.0 ], [ 107220.0, 506002.0 ], [ 107447.0, 506163.0 ], [ 107579.0, 506362.0 ], [ 107822.0, 506613.0 ], [ 108124.0, 506777.0 ], [ 108479.0, 506885.0 ], [ 108771.0, 506929.0 ], [ 109088.0, 506965.0 ], [ 109495.0, 506969.0 ], [ 109541.0, 501706.0 ], [ 111698.0, 501365.0 ], [ 111760.0, 484820.0 ], [ 106057.0, 478303.0 ], [ 100730.0, 477488.0 ], [ 91205.0, 482376.0 ], [ 95592.0, 494472.0 ], [ 95341.0, 497605.0 ], [ 95654.0, 499109.0 ], [ 96163.0, 499251.0 ], [ 96281.0, 497542.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS21_": 2, "DS21_ID": 1, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101619.0, 511877.0 ], [ 102065.0, 511799.0 ], [ 102834.0, 511602.0 ], [ 103365.0, 511501.0 ], [ 103767.0, 511397.0 ], [ 104025.0, 511332.0 ], [ 104298.0, 511421.0 ], [ 104426.0, 511414.0 ], [ 104515.0, 511488.0 ], [ 104512.0, 511709.0 ], [ 104427.0, 511919.0 ], [ 104399.0, 512038.0 ], [ 104400.0, 512145.0 ], [ 104488.0, 512352.0 ], [ 104627.0, 512577.0 ], [ 104769.0, 512890.0 ], [ 104841.0, 513292.0 ], [ 104961.0, 513736.0 ], [ 105084.0, 514118.0 ], [ 105319.0, 514608.0 ], [ 105438.0, 514898.0 ], [ 105487.0, 515162.0 ], [ 105644.0, 515848.0 ], [ 109414.0, 516099.0 ], [ 109475.0, 509282.0 ], [ 108916.0, 509286.0 ], [ 108670.0, 509272.0 ], [ 108480.0, 509276.0 ], [ 108200.0, 509279.0 ], [ 107919.0, 509298.0 ], [ 107719.0, 509255.0 ], [ 107591.0, 509262.0 ], [ 107331.0, 509239.0 ], [ 107092.0, 509305.0 ], [ 106609.0, 509404.0 ], [ 106270.0, 509470.0 ], [ 105963.0, 509496.0 ], [ 105732.0, 509412.0 ], [ 105514.0, 509273.0 ], [ 105384.0, 509216.0 ], [ 105256.0, 509223.0 ], [ 105043.0, 509168.0 ], [ 104780.0, 509172.0 ], [ 104652.0, 509179.0 ], [ 104623.0, 509275.0 ], [ 104620.0, 509331.0 ], [ 104679.0, 509388.0 ], [ 104829.0, 509431.0 ], [ 104868.0, 509568.0 ], [ 104815.0, 509668.0 ], [ 104738.0, 509713.0 ], [ 104686.0, 509675.0 ], [ 104463.0, 509630.0 ], [ 104334.0, 509637.0 ], [ 104274.0, 509645.0 ], [ 104282.0, 509675.0 ], [ 104333.0, 509731.0 ], [ 104461.0, 509724.0 ], [ 104515.0, 509777.0 ], [ 104506.0, 509841.0 ], [ 104429.0, 509843.0 ], [ 104378.0, 509847.0 ], [ 104301.0, 509850.0 ], [ 104248.0, 509924.0 ], [ 104254.0, 509984.0 ], [ 104322.0, 510009.0 ], [ 104418.0, 510074.0 ], [ 104419.0, 510136.0 ], [ 104291.0, 510143.0 ], [ 104333.0, 510340.0 ], [ 104454.0, 510425.0 ], [ 104790.0, 510496.0 ], [ 105038.0, 510633.0 ], [ 105188.0, 510784.0 ], [ 105413.0, 510905.0 ], [ 105613.0, 510820.0 ], [ 105682.0, 510644.0 ], [ 105577.0, 510537.0 ], [ 105549.0, 510482.0 ], [ 105496.0, 510337.0 ], [ 105553.0, 510167.0 ], [ 105722.0, 510076.0 ], [ 106016.0, 510017.0 ], [ 106334.0, 510068.0 ], [ 106773.0, 510135.0 ], [ 107134.0, 510271.0 ], [ 107339.0, 510433.0 ], [ 107425.0, 510639.0 ], [ 107356.0, 510794.0 ], [ 107147.0, 510920.0 ], [ 106916.0, 510961.0 ], [ 106622.0, 510979.0 ], [ 106424.0, 511039.0 ], [ 106185.0, 511154.0 ], [ 105945.0, 511279.0 ], [ 105704.0, 511330.0 ], [ 105497.0, 511302.0 ], [ 105310.0, 511246.0 ], [ 105265.0, 511206.0 ], [ 104936.0, 510997.0 ], [ 104629.0, 510814.0 ], [ 104362.0, 510646.0 ], [ 104162.0, 510572.0 ], [ 104006.0, 510530.0 ], [ 103877.0, 510537.0 ], [ 103757.0, 510604.0 ], [ 103629.0, 510611.0 ], [ 103535.0, 510648.0 ], [ 103406.0, 510658.0 ], [ 103278.0, 510648.0 ], [ 103161.0, 510545.0 ], [ 102976.0, 510493.0 ], [ 102892.0, 510458.0 ], [ 102917.0, 510388.0 ], [ 102996.0, 510306.0 ], [ 103084.0, 510257.0 ], [ 103145.0, 510220.0 ], [ 103304.0, 510189.0 ], [ 103434.0, 510148.0 ], [ 103526.0, 510127.0 ], [ 103527.0, 510110.0 ], [ 103454.0, 510057.0 ], [ 103399.0, 510117.0 ], [ 103319.0, 510124.0 ], [ 103230.0, 510136.0 ], [ 103216.0, 510121.0 ], [ 103191.0, 510130.0 ], [ 103101.0, 510143.0 ], [ 102972.0, 510133.0 ], [ 102926.0, 510126.0 ], [ 102870.0, 510141.0 ], [ 102828.0, 510251.0 ], [ 102798.0, 510341.0 ], [ 102713.0, 510396.0 ], [ 102571.0, 510450.0 ], [ 102283.0, 510456.0 ], [ 102022.0, 510474.0 ], [ 101865.0, 510417.0 ], [ 101821.0, 510302.0 ], [ 101884.0, 510188.0 ], [ 101929.0, 510071.0 ], [ 102050.0, 509930.0 ], [ 102168.0, 509822.0 ], [ 102374.0, 509743.0 ], [ 102675.0, 509771.0 ], [ 102941.0, 509913.0 ], [ 103054.0, 509963.0 ], [ 103178.0, 509946.0 ], [ 103325.0, 509912.0 ], [ 103354.0, 509901.0 ], [ 103453.0, 509905.0 ], [ 103455.0, 509903.0 ], [ 103435.0, 509854.0 ], [ 103367.0, 509800.0 ], [ 103291.0, 509767.0 ], [ 103223.0, 509675.0 ], [ 103300.0, 509674.0 ], [ 103352.0, 509668.0 ], [ 103428.0, 509667.0 ], [ 103413.0, 509640.0 ], [ 103330.0, 509591.0 ], [ 103331.0, 509421.0 ], [ 103368.0, 509376.0 ], [ 103459.0, 509414.0 ], [ 103569.0, 509472.0 ], [ 103713.0, 509558.0 ], [ 103827.0, 509636.0 ], [ 103935.0, 509754.0 ], [ 103996.0, 509690.0 ], [ 104036.0, 509565.0 ], [ 104080.0, 509502.0 ], [ 104159.0, 509431.0 ], [ 104256.0, 509378.0 ], [ 104322.0, 509307.0 ], [ 104296.0, 509243.0 ], [ 104188.0, 509194.0 ], [ 104060.0, 509201.0 ], [ 103991.0, 509242.0 ], [ 103862.0, 509302.0 ], [ 103734.0, 509309.0 ], [ 103732.0, 509252.0 ], [ 103683.0, 509220.0 ], [ 103604.0, 509259.0 ], [ 103492.0, 509234.0 ], [ 103369.0, 509253.0 ], [ 103305.0, 509186.0 ], [ 103266.0, 509087.0 ], [ 103303.0, 509057.0 ], [ 103373.0, 509070.0 ], [ 103502.0, 509063.0 ], [ 103687.0, 509047.0 ], [ 103712.0, 508972.0 ], [ 103664.0, 508903.0 ], [ 103537.0, 508845.0 ], [ 103409.0, 508852.0 ], [ 103283.0, 508855.0 ], [ 103170.0, 508880.0 ], [ 103099.0, 508822.0 ], [ 103069.0, 508716.0 ], [ 103229.0, 508700.0 ], [ 103357.0, 508693.0 ], [ 103535.0, 508586.0 ], [ 103679.0, 508473.0 ], [ 103783.0, 508271.0 ], [ 103839.0, 508042.0 ], [ 103806.0, 507834.0 ], [ 103723.0, 507747.0 ], [ 103595.0, 507754.0 ], [ 103539.0, 507646.0 ], [ 103527.0, 507573.0 ], [ 103646.0, 507607.0 ], [ 103774.0, 507600.0 ], [ 103888.0, 507658.0 ], [ 104041.0, 507760.0 ], [ 104220.0, 507839.0 ], [ 104350.0, 507907.0 ], [ 104540.0, 508049.0 ], [ 104748.0, 508270.0 ], [ 104890.0, 508380.0 ], [ 105104.0, 508380.0 ], [ 105366.0, 508320.0 ], [ 105689.0, 508261.0 ], [ 106002.0, 508276.0 ], [ 106360.0, 508330.0 ], [ 106533.0, 508265.0 ], [ 106568.0, 508167.0 ], [ 106562.0, 508009.0 ], [ 106544.0, 507753.0 ], [ 106399.0, 507544.0 ], [ 106191.0, 507347.0 ], [ 106112.0, 507326.0 ], [ 105984.0, 507333.0 ], [ 105845.0, 507296.0 ], [ 105690.0, 507474.0 ], [ 105562.0, 507481.0 ], [ 105486.0, 507442.0 ], [ 105449.0, 507407.0 ], [ 105346.0, 507255.0 ], [ 105154.0, 507206.0 ], [ 105015.0, 507125.0 ], [ 104882.0, 507032.0 ], [ 104862.0, 507041.0 ], [ 104859.0, 507039.0 ], [ 104787.0, 507024.0 ], [ 104730.0, 507046.0 ], [ 104668.0, 507038.0 ], [ 104600.0, 507088.0 ], [ 104483.0, 507303.0 ], [ 104384.0, 507511.0 ], [ 104258.0, 507544.0 ], [ 104099.0, 507598.0 ], [ 103971.0, 507604.0 ], [ 103962.0, 507596.0 ], [ 103956.0, 507596.0 ], [ 103866.0, 507508.0 ], [ 103872.0, 507437.0 ], [ 103928.0, 507411.0 ], [ 104028.0, 507432.0 ], [ 104123.0, 507338.0 ], [ 104055.0, 507249.0 ], [ 103927.0, 507256.0 ], [ 103879.0, 507223.0 ], [ 103791.0, 507137.0 ], [ 103795.0, 507134.0 ], [ 103792.0, 507131.0 ], [ 103801.0, 507128.0 ], [ 103831.0, 507102.0 ], [ 103863.0, 507110.0 ], [ 103927.0, 507091.0 ], [ 104003.0, 507118.0 ], [ 104055.0, 507084.0 ], [ 104102.0, 507035.0 ], [ 104122.0, 506935.0 ], [ 104027.0, 506810.0 ], [ 103961.0, 506758.0 ], [ 103868.0, 506728.0 ], [ 103743.0, 506738.0 ], [ 103646.0, 506817.0 ], [ 103631.0, 506885.0 ], [ 103586.0, 506933.0 ], [ 103484.0, 506959.0 ], [ 103387.0, 506958.0 ], [ 103356.0, 506966.0 ], [ 103240.0, 506964.0 ], [ 103224.0, 506949.0 ], [ 103199.0, 506947.0 ], [ 103053.0, 506788.0 ], [ 103016.0, 506640.0 ], [ 102938.0, 506518.0 ], [ 102796.0, 506415.0 ], [ 102702.0, 506309.0 ], [ 102678.0, 506188.0 ], [ 102705.0, 506000.0 ], [ 102729.0, 505846.0 ], [ 102680.0, 505760.0 ], [ 102649.0, 505709.0 ], [ 102644.0, 505601.0 ], [ 102696.0, 505518.0 ], [ 102740.0, 505461.0 ], [ 102710.0, 505384.0 ], [ 102654.0, 505338.0 ], [ 102640.0, 505331.0 ], [ 102512.0, 505338.0 ], [ 102357.0, 505316.0 ], [ 102272.0, 505311.0 ], [ 102260.0, 505244.0 ], [ 102299.0, 505129.0 ], [ 102437.0, 505019.0 ], [ 102518.0, 504918.0 ], [ 102521.0, 504761.0 ], [ 102464.0, 504647.0 ], [ 102374.0, 504612.0 ], [ 102245.0, 504619.0 ], [ 102168.0, 504708.0 ], [ 102118.0, 504761.0 ], [ 102043.0, 504882.0 ], [ 102024.0, 505009.0 ], [ 102017.0, 505181.0 ], [ 101905.0, 505334.0 ], [ 101738.0, 505419.0 ], [ 101543.0, 505383.0 ], [ 101444.0, 505310.0 ], [ 101381.0, 505191.0 ], [ 101400.0, 505079.0 ], [ 101401.0, 504988.0 ], [ 101508.0, 504649.0 ], [ 101469.0, 504372.0 ], [ 101188.0, 504077.0 ], [ 100696.0, 503783.0 ], [ 100258.0, 503627.0 ], [ 99597.0, 503461.0 ], [ 98806.0, 503318.0 ], [ 98248.0, 503271.0 ], [ 97713.0, 503366.0 ], [ 98227.0, 505802.0 ], [ 98705.0, 505854.0 ], [ 99095.0, 505932.0 ], [ 99511.0, 506020.0 ], [ 100129.0, 506165.0 ], [ 100658.0, 506315.0 ], [ 101361.0, 506535.0 ], [ 101542.0, 506573.0 ], [ 101802.0, 506647.0 ], [ 102065.0, 506616.0 ], [ 102179.0, 506568.0 ], [ 102368.0, 506577.0 ], [ 102460.0, 506610.0 ], [ 102559.0, 506753.0 ], [ 102688.0, 506962.0 ], [ 102792.0, 507046.0 ], [ 102897.0, 507096.0 ], [ 103017.0, 507148.0 ], [ 103058.0, 507235.0 ], [ 102958.0, 507310.0 ], [ 102830.0, 507316.0 ], [ 102682.0, 507311.0 ], [ 102734.0, 507425.0 ], [ 102809.0, 507477.0 ], [ 102997.0, 507591.0 ], [ 103098.0, 507656.0 ], [ 103122.0, 507847.0 ], [ 103076.0, 508025.0 ], [ 102970.0, 508128.0 ], [ 102840.0, 508233.0 ], [ 102770.0, 508359.0 ], [ 102785.0, 508538.0 ], [ 102797.0, 508753.0 ], [ 102771.0, 508954.0 ], [ 102621.0, 509102.0 ], [ 102236.0, 509216.0 ], [ 101741.0, 509268.0 ], [ 101365.0, 509265.0 ], [ 100356.0, 509326.0 ], [ 99625.0, 509500.0 ], [ 99450.0, 509567.0 ], [ 99286.0, 509611.0 ], [ 99125.0, 509625.0 ], [ 99125.0, 512059.0 ], [ 101250.0, 511947.0 ], [ 101619.0, 511877.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS21_": 22, "DS21_ID": 10, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 99059.0, 512054.0 ], [ 99125.0, 512059.0 ], [ 99125.0, 509633.0 ], [ 98932.0, 509654.0 ], [ 98607.0, 509646.0 ], [ 98195.0, 509567.0 ], [ 98175.0, 511905.0 ], [ 99059.0, 512054.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS21_": 42, "DS21_ID": 61, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104974.0, 497441.0 ], [ 105068.0, 497530.0 ], [ 105171.0, 497549.0 ], [ 105268.0, 497490.0 ], [ 105282.0, 497360.0 ], [ 105315.0, 497215.0 ], [ 105394.0, 496991.0 ], [ 105486.0, 496849.0 ], [ 105625.0, 496622.0 ], [ 105626.0, 496618.0 ], [ 105640.0, 496608.0 ], [ 105618.0, 496557.0 ], [ 105540.0, 496494.0 ], [ 105420.0, 496449.0 ], [ 105182.0, 496455.0 ], [ 105154.0, 496462.0 ], [ 104990.0, 496517.0 ], [ 104955.0, 496543.0 ], [ 104897.0, 496601.0 ], [ 104885.0, 496841.0 ], [ 104859.0, 497068.0 ], [ 104896.0, 497265.0 ], [ 104974.0, 497441.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_bergen_area.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_bergen_area.geojson new file mode 100644 index 0000000..77ebb4c --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_bergen_area.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "DS21_mask_bergen_area", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "id": null, "value": 0.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115534.0, 529972.0 ], [ 113367.0, 529993.0 ], [ 113299.0, 529869.0 ], [ 113209.0, 529608.0 ], [ 113196.0, 529381.0 ], [ 113333.0, 529132.0 ], [ 113629.0, 528953.0 ], [ 113954.0, 528897.0 ], [ 114339.0, 528974.0 ], [ 115234.0, 529338.0 ], [ 115534.0, 529512.0 ], [ 115523.0, 522536.0 ], [ 115201.0, 522969.0 ], [ 114715.0, 523493.0 ], [ 114315.0, 523848.0 ], [ 113868.0, 524224.0 ], [ 113554.0, 524395.0 ], [ 113193.0, 524463.0 ], [ 112800.0, 524390.0 ], [ 112533.0, 524161.0 ], [ 112296.0, 523931.0 ], [ 112061.0, 523553.0 ], [ 112079.0, 523212.0 ], [ 112295.0, 522824.0 ], [ 112564.0, 522455.0 ], [ 112749.0, 522168.0 ], [ 112929.0, 521733.0 ], [ 113487.0, 520983.0 ], [ 113904.0, 520674.0 ], [ 114358.0, 520400.0 ], [ 114896.0, 520274.0 ], [ 115246.0, 520251.0 ], [ 115519.0, 520279.0 ], [ 115507.0, 512444.0 ], [ 109446.0, 512468.0 ], [ 109414.0, 516099.0 ], [ 105644.0, 515848.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ], [ 104495.0, 526768.0 ], [ 104284.0, 524350.0 ], [ 103960.0, 521740.0 ], [ 103735.0, 520132.0 ], [ 103166.0, 515684.0 ], [ 102531.0, 515641.0 ], [ 102553.0, 530041.0 ], [ 115534.0, 530019.0 ], [ 115534.0, 529972.0 ] ], [ [ 110875.0, 517025.0 ], [ 110659.0, 517037.0 ], [ 110456.0, 517027.0 ], [ 110295.0, 516916.0 ], [ 110224.0, 516706.0 ], [ 110351.0, 516532.0 ], [ 110641.0, 516370.0 ], [ 111020.0, 516448.0 ], [ 111356.0, 516531.0 ], [ 111713.0, 516543.0 ], [ 112051.0, 516605.0 ], [ 112295.0, 516694.0 ], [ 112261.0, 516888.0 ], [ 111972.0, 517001.0 ], [ 111572.0, 516964.0 ], [ 111275.0, 516933.0 ], [ 110875.0, 517025.0 ] ], [ [ 108801.0, 522990.0 ], [ 108604.0, 523269.0 ], [ 108403.0, 523386.0 ], [ 108153.0, 523419.0 ], [ 107996.0, 523322.0 ], [ 107906.0, 523171.0 ], [ 107978.0, 522849.0 ], [ 108080.0, 522654.0 ], [ 108150.0, 522460.0 ], [ 108185.0, 522173.0 ], [ 108073.0, 521993.0 ], [ 107859.0, 521944.0 ], [ 107567.0, 521983.0 ], [ 107338.0, 522038.0 ], [ 107117.0, 522036.0 ], [ 107034.0, 521896.0 ], [ 107172.0, 521798.0 ], [ 107367.0, 521766.0 ], [ 107550.0, 521727.0 ], [ 107808.0, 521470.0 ], [ 108062.0, 521368.0 ], [ 108281.0, 521359.0 ], [ 108565.0, 521373.0 ], [ 108832.0, 521393.0 ], [ 109086.0, 521502.0 ], [ 109319.0, 521701.0 ], [ 109555.0, 521931.0 ], [ 109799.0, 522142.0 ], [ 110103.0, 522354.0 ], [ 110424.0, 522567.0 ], [ 110591.0, 522842.0 ], [ 110590.0, 523104.0 ], [ 110435.0, 523184.0 ], [ 110198.0, 523050.0 ], [ 109754.0, 522725.0 ], [ 109517.0, 522562.0 ], [ 109277.0, 522414.0 ], [ 109087.0, 522328.0 ], [ 108931.0, 522437.0 ], [ 108864.0, 522679.0 ], [ 108801.0, 522990.0 ] ], [ [ 109582.0, 529668.0 ], [ 109762.0, 530006.0 ], [ 108790.0, 530006.0 ], [ 108824.0, 529860.0 ], [ 108936.0, 529655.0 ], [ 109141.0, 529539.0 ], [ 109381.0, 529565.0 ], [ 109582.0, 529668.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_combined.geojson new file mode 100644 index 0000000..989133f --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_mask_combined.geojson @@ -0,0 +1,12 @@ +{ +"type": "FeatureCollection", +"name": "DS21_mask_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 96281.0, 497542.0 ], [ 97910.0, 495600.0 ], [ 98068.0, 495495.0 ], [ 98280.0, 495568.0 ], [ 98302.0, 495573.0 ], [ 98328.0, 495603.0 ], [ 98656.0, 495725.0 ], [ 98677.0, 495735.0 ], [ 98974.0, 495817.0 ], [ 99006.0, 495821.0 ], [ 99424.0, 495843.0 ], [ 100108.0, 495846.0 ], [ 100752.0, 495914.0 ], [ 101130.0, 496059.0 ], [ 101391.0, 496237.0 ], [ 101521.0, 496363.0 ], [ 101533.0, 496388.0 ], [ 101592.0, 496451.0 ], [ 101672.0, 496657.0 ], [ 102140.0, 497454.0 ], [ 102277.0, 497588.0 ], [ 102387.0, 497679.0 ], [ 102478.0, 497708.0 ], [ 102499.0, 497663.0 ], [ 102466.0, 497540.0 ], [ 102521.0, 497474.0 ], [ 102713.0, 497625.0 ], [ 102954.0, 497779.0 ], [ 103196.0, 497899.0 ], [ 103507.0, 498011.0 ], [ 103744.0, 498045.0 ], [ 103824.0, 498027.0 ], [ 103829.0, 497989.0 ], [ 103660.0, 497899.0 ], [ 103464.0, 497837.0 ], [ 103242.0, 497722.0 ], [ 102966.0, 497563.0 ], [ 102769.0, 497397.0 ], [ 102687.0, 497220.0 ], [ 102700.0, 497098.0 ], [ 102752.0, 497009.0 ], [ 102870.0, 496950.0 ], [ 102973.0, 496877.0 ], [ 103018.0, 496771.0 ], [ 103114.0, 496495.0 ], [ 103133.0, 496496.0 ], [ 103226.0, 496404.0 ], [ 103426.0, 496363.0 ], [ 103627.0, 496315.0 ], [ 103664.0, 496291.0 ], [ 104043.0, 496242.0 ], [ 104060.0, 496241.0 ], [ 104320.0, 496249.0 ], [ 104707.0, 496235.0 ], [ 104722.0, 496227.0 ], [ 105042.0, 496195.0 ], [ 105507.0, 496138.0 ], [ 105890.0, 496131.0 ], [ 106342.0, 496134.0 ], [ 106376.0, 496140.0 ], [ 106798.0, 496149.0 ], [ 106836.0, 496164.0 ], [ 107339.0, 496191.0 ], [ 107366.0, 496189.0 ], [ 107837.0, 496249.0 ], [ 107852.0, 496244.0 ], [ 108158.0, 496344.0 ], [ 108309.0, 496534.0 ], [ 108353.0, 496710.0 ], [ 108338.0, 496726.0 ], [ 108337.0, 496750.0 ], [ 108329.0, 496750.0 ], [ 108318.0, 496796.0 ], [ 108239.0, 496968.0 ], [ 108130.0, 496972.0 ], [ 107934.0, 497059.0 ], [ 107507.0, 497351.0 ], [ 107255.0, 497535.0 ], [ 107052.0, 497733.0 ], [ 106929.0, 497936.0 ], [ 106805.0, 498243.0 ], [ 106716.0, 498425.0 ], [ 106693.0, 498571.0 ], [ 106738.0, 498764.0 ], [ 106714.0, 498970.0 ], [ 106553.0, 499204.0 ], [ 106438.0, 499292.0 ], [ 106210.0, 499415.0 ], [ 105955.0, 499485.0 ], [ 105746.0, 499483.0 ], [ 105627.0, 499500.0 ], [ 105556.0, 499546.0 ], [ 105532.0, 499614.0 ], [ 105554.0, 499698.0 ], [ 105633.0, 499783.0 ], [ 105714.0, 499821.0 ], [ 105832.0, 499842.0 ], [ 106013.0, 499817.0 ], [ 106186.0, 499753.0 ], [ 106409.0, 499643.0 ], [ 106598.0, 499584.0 ], [ 106784.0, 499559.0 ], [ 107092.0, 499622.0 ], [ 107322.0, 499658.0 ], [ 107522.0, 499716.0 ], [ 107853.0, 499838.0 ], [ 108183.0, 499955.0 ], [ 108342.0, 500005.0 ], [ 108483.0, 500066.0 ], [ 108581.0, 500139.0 ], [ 108647.0, 500260.0 ], [ 108692.0, 500374.0 ], [ 108661.0, 500523.0 ], [ 108532.0, 500613.0 ], [ 108380.0, 500649.0 ], [ 108181.0, 500690.0 ], [ 107886.0, 500693.0 ], [ 107396.0, 500664.0 ], [ 107006.0, 500614.0 ], [ 106749.0, 500577.0 ], [ 106499.0, 500560.0 ], [ 106287.0, 500611.0 ], [ 106124.0, 500702.0 ], [ 105951.0, 500772.0 ], [ 105695.0, 500797.0 ], [ 105448.0, 500813.0 ], [ 105261.0, 500828.0 ], [ 105063.0, 500887.0 ], [ 104879.0, 501012.0 ], [ 104764.0, 501131.0 ], [ 104729.0, 501310.0 ], [ 104788.0, 501395.0 ], [ 104866.0, 501448.0 ], [ 104974.0, 501488.0 ], [ 105144.0, 501458.0 ], [ 105317.0, 501384.0 ], [ 105475.0, 501320.0 ], [ 105652.0, 501310.0 ], [ 105906.0, 501326.0 ], [ 106152.0, 501375.0 ], [ 106298.0, 501478.0 ], [ 106406.0, 501642.0 ], [ 106548.0, 501852.0 ], [ 106671.0, 502052.0 ], [ 106838.0, 502282.0 ], [ 107016.0, 502544.0 ], [ 107202.0, 502716.0 ], [ 107349.0, 502839.0 ], [ 107596.0, 502986.0 ], [ 107823.0, 503058.0 ], [ 108094.0, 503094.0 ], [ 108375.0, 503141.0 ], [ 108504.0, 503231.0 ], [ 108585.0, 503306.0 ], [ 108628.0, 503421.0 ], [ 108582.0, 503567.0 ], [ 108494.0, 503642.0 ], [ 108155.0, 503814.0 ], [ 107772.0, 504000.0 ], [ 107543.0, 504096.0 ], [ 107376.0, 504125.0 ], [ 107220.0, 504141.0 ], [ 106973.0, 504124.0 ], [ 106450.0, 504019.0 ], [ 106032.0, 503977.0 ], [ 105677.0, 503923.0 ], [ 105326.0, 503820.0 ], [ 105032.0, 503689.0 ], [ 104760.0, 503528.0 ], [ 104642.0, 503379.0 ], [ 104524.0, 503147.0 ], [ 104388.0, 503030.0 ], [ 104205.0, 503067.0 ], [ 103997.0, 503191.0 ], [ 103879.0, 503366.0 ], [ 103856.0, 503516.0 ], [ 103850.0, 503632.0 ], [ 103793.0, 503721.0 ], [ 103703.0, 503784.0 ], [ 103640.0, 503817.0 ], [ 103617.0, 503842.0 ], [ 103621.0, 503874.0 ], [ 103670.0, 503934.0 ], [ 103801.0, 503997.0 ], [ 104037.0, 504073.0 ], [ 104151.0, 504113.0 ], [ 104263.0, 504212.0 ], [ 104326.0, 504302.0 ], [ 104289.0, 504409.0 ], [ 104182.0, 504517.0 ], [ 104075.0, 504551.0 ], [ 103943.0, 504561.0 ], [ 103901.0, 504548.0 ], [ 103785.0, 504581.0 ], [ 103726.0, 504631.0 ], [ 103606.0, 504743.0 ], [ 103559.0, 504860.0 ], [ 103564.0, 504982.0 ], [ 103616.0, 505070.0 ], [ 103745.0, 505100.0 ], [ 103888.0, 505043.0 ], [ 104055.0, 505008.0 ], [ 104272.0, 505022.0 ], [ 104481.0, 505022.0 ], [ 104735.0, 505033.0 ], [ 105231.0, 505011.0 ], [ 105383.0, 505010.0 ], [ 105562.0, 505074.0 ], [ 105698.0, 505126.0 ], [ 105826.0, 505212.0 ], [ 105845.0, 505297.0 ], [ 105798.0, 505403.0 ], [ 105720.0, 505471.0 ], [ 105609.0, 505487.0 ], [ 105499.0, 505521.0 ], [ 105236.0, 505626.0 ], [ 105152.0, 505695.0 ], [ 105027.0, 505772.0 ], [ 104976.0, 505882.0 ], [ 104970.0, 506039.0 ], [ 105002.0, 506171.0 ], [ 105072.0, 506252.0 ], [ 105199.0, 506308.0 ], [ 105292.0, 506314.0 ], [ 105374.0, 506302.0 ], [ 105432.0, 506290.0 ], [ 105486.0, 506209.0 ], [ 105485.0, 506005.0 ], [ 105523.0, 505857.0 ], [ 105584.0, 505767.0 ], [ 105714.0, 505721.0 ], [ 105795.0, 505711.0 ], [ 105914.0, 505700.0 ], [ 106111.0, 505697.0 ], [ 106360.0, 505713.0 ], [ 106591.0, 505746.0 ], [ 106834.0, 505806.0 ], [ 106998.0, 505862.0 ], [ 107220.0, 506002.0 ], [ 107447.0, 506163.0 ], [ 107579.0, 506362.0 ], [ 107822.0, 506613.0 ], [ 108124.0, 506777.0 ], [ 108479.0, 506885.0 ], [ 108771.0, 506929.0 ], [ 109088.0, 506965.0 ], [ 109495.0, 506969.0 ], [ 109541.0, 501706.0 ], [ 111698.0, 501365.0 ], [ 111760.0, 484820.0 ], [ 106057.0, 478303.0 ], [ 100730.0, 477488.0 ], [ 91205.0, 482376.0 ], [ 95592.0, 494472.0 ], [ 95341.0, 497605.0 ], [ 95654.0, 499109.0 ], [ 96163.0, 499251.0 ], [ 96281.0, 497542.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101619.0, 511877.0 ], [ 102065.0, 511799.0 ], [ 102834.0, 511602.0 ], [ 103365.0, 511501.0 ], [ 103767.0, 511397.0 ], [ 104025.0, 511332.0 ], [ 104298.0, 511421.0 ], [ 104426.0, 511414.0 ], [ 104515.0, 511488.0 ], [ 104512.0, 511709.0 ], [ 104427.0, 511919.0 ], [ 104399.0, 512038.0 ], [ 104400.0, 512145.0 ], [ 104488.0, 512352.0 ], [ 104627.0, 512577.0 ], [ 104769.0, 512890.0 ], [ 104841.0, 513292.0 ], [ 104961.0, 513736.0 ], [ 105084.0, 514118.0 ], [ 105319.0, 514608.0 ], [ 105438.0, 514898.0 ], [ 105487.0, 515162.0 ], [ 105644.0, 515848.0 ], [ 109414.0, 516099.0 ], [ 109475.0, 509282.0 ], [ 108916.0, 509286.0 ], [ 108670.0, 509272.0 ], [ 108480.0, 509276.0 ], [ 108200.0, 509279.0 ], [ 107919.0, 509298.0 ], [ 107719.0, 509255.0 ], [ 107591.0, 509262.0 ], [ 107331.0, 509239.0 ], [ 107092.0, 509305.0 ], [ 106609.0, 509404.0 ], [ 106270.0, 509470.0 ], [ 105963.0, 509496.0 ], [ 105732.0, 509412.0 ], [ 105514.0, 509273.0 ], [ 105384.0, 509216.0 ], [ 105256.0, 509223.0 ], [ 105043.0, 509168.0 ], [ 104780.0, 509172.0 ], [ 104652.0, 509179.0 ], [ 104623.0, 509275.0 ], [ 104620.0, 509331.0 ], [ 104679.0, 509388.0 ], [ 104829.0, 509431.0 ], [ 104868.0, 509568.0 ], [ 104815.0, 509668.0 ], [ 104738.0, 509713.0 ], [ 104686.0, 509675.0 ], [ 104463.0, 509630.0 ], [ 104334.0, 509637.0 ], [ 104274.0, 509645.0 ], [ 104282.0, 509675.0 ], [ 104333.0, 509731.0 ], [ 104461.0, 509724.0 ], [ 104515.0, 509777.0 ], [ 104506.0, 509841.0 ], [ 104429.0, 509843.0 ], [ 104378.0, 509847.0 ], [ 104301.0, 509850.0 ], [ 104248.0, 509924.0 ], [ 104254.0, 509984.0 ], [ 104322.0, 510009.0 ], [ 104418.0, 510074.0 ], [ 104419.0, 510136.0 ], [ 104291.0, 510143.0 ], [ 104333.0, 510340.0 ], [ 104454.0, 510425.0 ], [ 104790.0, 510496.0 ], [ 105038.0, 510633.0 ], [ 105188.0, 510784.0 ], [ 105413.0, 510905.0 ], [ 105613.0, 510820.0 ], [ 105682.0, 510644.0 ], [ 105577.0, 510537.0 ], [ 105549.0, 510482.0 ], [ 105496.0, 510337.0 ], [ 105553.0, 510167.0 ], [ 105722.0, 510076.0 ], [ 106016.0, 510017.0 ], [ 106334.0, 510068.0 ], [ 106773.0, 510135.0 ], [ 107134.0, 510271.0 ], [ 107339.0, 510433.0 ], [ 107425.0, 510639.0 ], [ 107356.0, 510794.0 ], [ 107147.0, 510920.0 ], [ 106916.0, 510961.0 ], [ 106622.0, 510979.0 ], [ 106424.0, 511039.0 ], [ 106185.0, 511154.0 ], [ 105945.0, 511279.0 ], [ 105704.0, 511330.0 ], [ 105497.0, 511302.0 ], [ 105310.0, 511246.0 ], [ 105265.0, 511206.0 ], [ 104936.0, 510997.0 ], [ 104629.0, 510814.0 ], [ 104362.0, 510646.0 ], [ 104162.0, 510572.0 ], [ 104006.0, 510530.0 ], [ 103877.0, 510537.0 ], [ 103757.0, 510604.0 ], [ 103629.0, 510611.0 ], [ 103535.0, 510648.0 ], [ 103406.0, 510658.0 ], [ 103278.0, 510648.0 ], [ 103161.0, 510545.0 ], [ 102976.0, 510493.0 ], [ 102892.0, 510458.0 ], [ 102917.0, 510388.0 ], [ 102996.0, 510306.0 ], [ 103084.0, 510257.0 ], [ 103145.0, 510220.0 ], [ 103304.0, 510189.0 ], [ 103434.0, 510148.0 ], [ 103526.0, 510127.0 ], [ 103527.0, 510110.0 ], [ 103454.0, 510057.0 ], [ 103399.0, 510117.0 ], [ 103319.0, 510124.0 ], [ 103230.0, 510136.0 ], [ 103216.0, 510121.0 ], [ 103191.0, 510130.0 ], [ 103101.0, 510143.0 ], [ 102972.0, 510133.0 ], [ 102926.0, 510126.0 ], [ 102870.0, 510141.0 ], [ 102828.0, 510251.0 ], [ 102798.0, 510341.0 ], [ 102713.0, 510396.0 ], [ 102571.0, 510450.0 ], [ 102283.0, 510456.0 ], [ 102022.0, 510474.0 ], [ 101865.0, 510417.0 ], [ 101821.0, 510302.0 ], [ 101884.0, 510188.0 ], [ 101929.0, 510071.0 ], [ 102050.0, 509930.0 ], [ 102168.0, 509822.0 ], [ 102374.0, 509743.0 ], [ 102675.0, 509771.0 ], [ 102941.0, 509913.0 ], [ 103054.0, 509963.0 ], [ 103178.0, 509946.0 ], [ 103325.0, 509912.0 ], [ 103354.0, 509901.0 ], [ 103453.0, 509905.0 ], [ 103455.0, 509903.0 ], [ 103435.0, 509854.0 ], [ 103367.0, 509800.0 ], [ 103291.0, 509767.0 ], [ 103223.0, 509675.0 ], [ 103300.0, 509674.0 ], [ 103352.0, 509668.0 ], [ 103428.0, 509667.0 ], [ 103413.0, 509640.0 ], [ 103330.0, 509591.0 ], [ 103331.0, 509421.0 ], [ 103368.0, 509376.0 ], [ 103459.0, 509414.0 ], [ 103569.0, 509472.0 ], [ 103713.0, 509558.0 ], [ 103827.0, 509636.0 ], [ 103935.0, 509754.0 ], [ 103996.0, 509690.0 ], [ 104036.0, 509565.0 ], [ 104080.0, 509502.0 ], [ 104159.0, 509431.0 ], [ 104256.0, 509378.0 ], [ 104322.0, 509307.0 ], [ 104296.0, 509243.0 ], [ 104188.0, 509194.0 ], [ 104060.0, 509201.0 ], [ 103991.0, 509242.0 ], [ 103862.0, 509302.0 ], [ 103734.0, 509309.0 ], [ 103732.0, 509252.0 ], [ 103683.0, 509220.0 ], [ 103604.0, 509259.0 ], [ 103492.0, 509234.0 ], [ 103369.0, 509253.0 ], [ 103305.0, 509186.0 ], [ 103266.0, 509087.0 ], [ 103303.0, 509057.0 ], [ 103373.0, 509070.0 ], [ 103502.0, 509063.0 ], [ 103687.0, 509047.0 ], [ 103712.0, 508972.0 ], [ 103664.0, 508903.0 ], [ 103537.0, 508845.0 ], [ 103409.0, 508852.0 ], [ 103283.0, 508855.0 ], [ 103170.0, 508880.0 ], [ 103099.0, 508822.0 ], [ 103069.0, 508716.0 ], [ 103229.0, 508700.0 ], [ 103357.0, 508693.0 ], [ 103535.0, 508586.0 ], [ 103679.0, 508473.0 ], [ 103783.0, 508271.0 ], [ 103839.0, 508042.0 ], [ 103806.0, 507834.0 ], [ 103723.0, 507747.0 ], [ 103595.0, 507754.0 ], [ 103539.0, 507646.0 ], [ 103527.0, 507573.0 ], [ 103646.0, 507607.0 ], [ 103774.0, 507600.0 ], [ 103888.0, 507658.0 ], [ 104041.0, 507760.0 ], [ 104220.0, 507839.0 ], [ 104350.0, 507907.0 ], [ 104540.0, 508049.0 ], [ 104748.0, 508270.0 ], [ 104890.0, 508380.0 ], [ 105104.0, 508380.0 ], [ 105366.0, 508320.0 ], [ 105689.0, 508261.0 ], [ 106002.0, 508276.0 ], [ 106360.0, 508330.0 ], [ 106533.0, 508265.0 ], [ 106568.0, 508167.0 ], [ 106562.0, 508009.0 ], [ 106544.0, 507753.0 ], [ 106399.0, 507544.0 ], [ 106191.0, 507347.0 ], [ 106112.0, 507326.0 ], [ 105984.0, 507333.0 ], [ 105845.0, 507296.0 ], [ 105690.0, 507474.0 ], [ 105562.0, 507481.0 ], [ 105486.0, 507442.0 ], [ 105449.0, 507407.0 ], [ 105346.0, 507255.0 ], [ 105154.0, 507206.0 ], [ 105015.0, 507125.0 ], [ 104882.0, 507032.0 ], [ 104862.0, 507041.0 ], [ 104859.0, 507039.0 ], [ 104787.0, 507024.0 ], [ 104730.0, 507046.0 ], [ 104668.0, 507038.0 ], [ 104600.0, 507088.0 ], [ 104483.0, 507303.0 ], [ 104384.0, 507511.0 ], [ 104258.0, 507544.0 ], [ 104099.0, 507598.0 ], [ 103971.0, 507604.0 ], [ 103962.0, 507596.0 ], [ 103956.0, 507596.0 ], [ 103866.0, 507508.0 ], [ 103872.0, 507437.0 ], [ 103928.0, 507411.0 ], [ 104028.0, 507432.0 ], [ 104123.0, 507338.0 ], [ 104055.0, 507249.0 ], [ 103927.0, 507256.0 ], [ 103879.0, 507223.0 ], [ 103791.0, 507137.0 ], [ 103795.0, 507134.0 ], [ 103792.0, 507131.0 ], [ 103801.0, 507128.0 ], [ 103831.0, 507102.0 ], [ 103863.0, 507110.0 ], [ 103927.0, 507091.0 ], [ 104003.0, 507118.0 ], [ 104055.0, 507084.0 ], [ 104102.0, 507035.0 ], [ 104122.0, 506935.0 ], [ 104027.0, 506810.0 ], [ 103961.0, 506758.0 ], [ 103868.0, 506728.0 ], [ 103743.0, 506738.0 ], [ 103646.0, 506817.0 ], [ 103631.0, 506885.0 ], [ 103586.0, 506933.0 ], [ 103484.0, 506959.0 ], [ 103387.0, 506958.0 ], [ 103356.0, 506966.0 ], [ 103240.0, 506964.0 ], [ 103224.0, 506949.0 ], [ 103199.0, 506947.0 ], [ 103053.0, 506788.0 ], [ 103016.0, 506640.0 ], [ 102938.0, 506518.0 ], [ 102796.0, 506415.0 ], [ 102702.0, 506309.0 ], [ 102678.0, 506188.0 ], [ 102705.0, 506000.0 ], [ 102729.0, 505846.0 ], [ 102680.0, 505760.0 ], [ 102649.0, 505709.0 ], [ 102644.0, 505601.0 ], [ 102696.0, 505518.0 ], [ 102740.0, 505461.0 ], [ 102710.0, 505384.0 ], [ 102654.0, 505338.0 ], [ 102640.0, 505331.0 ], [ 102512.0, 505338.0 ], [ 102357.0, 505316.0 ], [ 102272.0, 505311.0 ], [ 102260.0, 505244.0 ], [ 102299.0, 505129.0 ], [ 102437.0, 505019.0 ], [ 102518.0, 504918.0 ], [ 102521.0, 504761.0 ], [ 102464.0, 504647.0 ], [ 102374.0, 504612.0 ], [ 102245.0, 504619.0 ], [ 102168.0, 504708.0 ], [ 102118.0, 504761.0 ], [ 102043.0, 504882.0 ], [ 102024.0, 505009.0 ], [ 102017.0, 505181.0 ], [ 101905.0, 505334.0 ], [ 101738.0, 505419.0 ], [ 101543.0, 505383.0 ], [ 101444.0, 505310.0 ], [ 101381.0, 505191.0 ], [ 101400.0, 505079.0 ], [ 101401.0, 504988.0 ], [ 101508.0, 504649.0 ], [ 101469.0, 504372.0 ], [ 101188.0, 504077.0 ], [ 100696.0, 503783.0 ], [ 100258.0, 503627.0 ], [ 99597.0, 503461.0 ], [ 98806.0, 503318.0 ], [ 98248.0, 503271.0 ], [ 97713.0, 503366.0 ], [ 98227.0, 505802.0 ], [ 98705.0, 505854.0 ], [ 99095.0, 505932.0 ], [ 99511.0, 506020.0 ], [ 100129.0, 506165.0 ], [ 100658.0, 506315.0 ], [ 101361.0, 506535.0 ], [ 101542.0, 506573.0 ], [ 101802.0, 506647.0 ], [ 102065.0, 506616.0 ], [ 102179.0, 506568.0 ], [ 102368.0, 506577.0 ], [ 102460.0, 506610.0 ], [ 102559.0, 506753.0 ], [ 102688.0, 506962.0 ], [ 102792.0, 507046.0 ], [ 102897.0, 507096.0 ], [ 103017.0, 507148.0 ], [ 103058.0, 507235.0 ], [ 102958.0, 507310.0 ], [ 102830.0, 507316.0 ], [ 102682.0, 507311.0 ], [ 102734.0, 507425.0 ], [ 102809.0, 507477.0 ], [ 102997.0, 507591.0 ], [ 103098.0, 507656.0 ], [ 103122.0, 507847.0 ], [ 103076.0, 508025.0 ], [ 102970.0, 508128.0 ], [ 102840.0, 508233.0 ], [ 102770.0, 508359.0 ], [ 102785.0, 508538.0 ], [ 102797.0, 508753.0 ], [ 102771.0, 508954.0 ], [ 102621.0, 509102.0 ], [ 102236.0, 509216.0 ], [ 101741.0, 509268.0 ], [ 101365.0, 509265.0 ], [ 100356.0, 509326.0 ], [ 99625.0, 509500.0 ], [ 99450.0, 509567.0 ], [ 99286.0, 509611.0 ], [ 99125.0, 509625.0 ], [ 99125.0, 512059.0 ], [ 101250.0, 511947.0 ], [ 101619.0, 511877.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 99059.0, 512054.0 ], [ 99125.0, 512059.0 ], [ 99125.0, 509633.0 ], [ 98932.0, 509654.0 ], [ 98607.0, 509646.0 ], [ 98195.0, 509567.0 ], [ 98175.0, 511905.0 ], [ 99059.0, 512054.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104974.0, 497441.0 ], [ 105068.0, 497530.0 ], [ 105171.0, 497549.0 ], [ 105268.0, 497490.0 ], [ 105282.0, 497360.0 ], [ 105315.0, 497215.0 ], [ 105394.0, 496991.0 ], [ 105486.0, 496849.0 ], [ 105625.0, 496622.0 ], [ 105626.0, 496618.0 ], [ 105640.0, 496608.0 ], [ 105618.0, 496557.0 ], [ 105540.0, 496494.0 ], [ 105420.0, 496449.0 ], [ 105182.0, 496455.0 ], [ 105154.0, 496462.0 ], [ 104990.0, 496517.0 ], [ 104955.0, 496543.0 ], [ 104897.0, 496601.0 ], [ 104885.0, 496841.0 ], [ 104859.0, 497068.0 ], [ 104896.0, 497265.0 ], [ 104974.0, 497441.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.0, "source": "Stuyfzand (1970)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115534.0, 529972.0 ], [ 113367.0, 529993.0 ], [ 113299.0, 529869.0 ], [ 113209.0, 529608.0 ], [ 113196.0, 529381.0 ], [ 113333.0, 529132.0 ], [ 113629.0, 528953.0 ], [ 113954.0, 528897.0 ], [ 114339.0, 528974.0 ], [ 115234.0, 529338.0 ], [ 115534.0, 529512.0 ], [ 115523.0, 522536.0 ], [ 115201.0, 522969.0 ], [ 114715.0, 523493.0 ], [ 114315.0, 523848.0 ], [ 113868.0, 524224.0 ], [ 113554.0, 524395.0 ], [ 113193.0, 524463.0 ], [ 112800.0, 524390.0 ], [ 112533.0, 524161.0 ], [ 112296.0, 523931.0 ], [ 112061.0, 523553.0 ], [ 112079.0, 523212.0 ], [ 112295.0, 522824.0 ], [ 112564.0, 522455.0 ], [ 112749.0, 522168.0 ], [ 112929.0, 521733.0 ], [ 113487.0, 520983.0 ], [ 113904.0, 520674.0 ], [ 114358.0, 520400.0 ], [ 114896.0, 520274.0 ], [ 115246.0, 520251.0 ], [ 115519.0, 520279.0 ], [ 115507.0, 512444.0 ], [ 109446.0, 512468.0 ], [ 109414.0, 516099.0 ], [ 105644.0, 515848.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ], [ 104495.0, 526768.0 ], [ 104284.0, 524350.0 ], [ 103960.0, 521740.0 ], [ 103735.0, 520132.0 ], [ 103166.0, 515684.0 ], [ 102531.0, 515641.0 ], [ 102553.0, 530041.0 ], [ 115534.0, 530019.0 ], [ 115534.0, 529972.0 ] ], [ [ 110875.0, 517025.0 ], [ 110659.0, 517037.0 ], [ 110456.0, 517027.0 ], [ 110295.0, 516916.0 ], [ 110224.0, 516706.0 ], [ 110351.0, 516532.0 ], [ 110641.0, 516370.0 ], [ 111020.0, 516448.0 ], [ 111356.0, 516531.0 ], [ 111713.0, 516543.0 ], [ 112051.0, 516605.0 ], [ 112295.0, 516694.0 ], [ 112261.0, 516888.0 ], [ 111972.0, 517001.0 ], [ 111572.0, 516964.0 ], [ 111275.0, 516933.0 ], [ 110875.0, 517025.0 ] ], [ [ 108801.0, 522990.0 ], [ 108604.0, 523269.0 ], [ 108403.0, 523386.0 ], [ 108153.0, 523419.0 ], [ 107996.0, 523322.0 ], [ 107906.0, 523171.0 ], [ 107978.0, 522849.0 ], [ 108080.0, 522654.0 ], [ 108150.0, 522460.0 ], [ 108185.0, 522173.0 ], [ 108073.0, 521993.0 ], [ 107859.0, 521944.0 ], [ 107567.0, 521983.0 ], [ 107338.0, 522038.0 ], [ 107117.0, 522036.0 ], [ 107034.0, 521896.0 ], [ 107172.0, 521798.0 ], [ 107367.0, 521766.0 ], [ 107550.0, 521727.0 ], [ 107808.0, 521470.0 ], [ 108062.0, 521368.0 ], [ 108281.0, 521359.0 ], [ 108565.0, 521373.0 ], [ 108832.0, 521393.0 ], [ 109086.0, 521502.0 ], [ 109319.0, 521701.0 ], [ 109555.0, 521931.0 ], [ 109799.0, 522142.0 ], [ 110103.0, 522354.0 ], [ 110424.0, 522567.0 ], [ 110591.0, 522842.0 ], [ 110590.0, 523104.0 ], [ 110435.0, 523184.0 ], [ 110198.0, 523050.0 ], [ 109754.0, 522725.0 ], [ 109517.0, 522562.0 ], [ 109277.0, 522414.0 ], [ 109087.0, 522328.0 ], [ 108931.0, 522437.0 ], [ 108864.0, 522679.0 ], [ 108801.0, 522990.0 ] ], [ [ 109582.0, 529668.0 ], [ 109762.0, 530006.0 ], [ 108790.0, 530006.0 ], [ 108824.0, 529860.0 ], [ 108936.0, 529655.0 ], [ 109141.0, 529539.0 ], [ 109381.0, 529565.0 ], [ 109582.0, 529668.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values.geojson new file mode 100644 index 0000000..6b41074 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values.geojson @@ -0,0 +1,58 @@ +{ +"type": "FeatureCollection", +"name": "DS21_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 513946.0 ], [ 101856.0, 514021.0 ], [ 102460.0, 514076.0 ], [ 103229.0, 514169.0 ], [ 103545.0, 514308.0 ], [ 103712.0, 514527.0 ], [ 103677.0, 514813.0 ], [ 103692.0, 515101.0 ], [ 104126.0, 515747.0 ], [ 104255.0, 515988.0 ], [ 104435.0, 516247.0 ], [ 104550.0, 516453.0 ], [ 104579.0, 516746.0 ], [ 104601.0, 516988.0 ], [ 104539.0, 517162.0 ], [ 104460.0, 517303.0 ], [ 104356.0, 517406.0 ], [ 104245.0, 517528.0 ], [ 104174.0, 517676.0 ], [ 104104.0, 517858.0 ], [ 104034.0, 518152.0 ], [ 104010.0, 518286.0 ], [ 103984.0, 518401.0 ], [ 103970.0, 518690.0 ], [ 103963.0, 518890.0 ], [ 103893.0, 519231.0 ], [ 103822.0, 519690.0 ], [ 103735.0, 520132.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98158.0, 513940.0 ], [ 98970.0, 513855.0 ], [ 99125.0, 513855.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98168.0, 512725.0 ], [ 99125.0, 512746.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512840.0 ], [ 101508.0, 512855.0 ], [ 102151.0, 512898.0 ], [ 102640.0, 512840.0 ], [ 103014.0, 512626.0 ], [ 103153.0, 512457.0 ], [ 103261.0, 512362.0 ], [ 103456.0, 512324.0 ], [ 103658.0, 512398.0 ], [ 103829.0, 512524.0 ], [ 103940.0, 512724.0 ], [ 104033.0, 512970.0 ], [ 104278.0, 513394.0 ], [ 104515.0, 513845.0 ], [ 104732.0, 514224.0 ], [ 104870.0, 514480.0 ], [ 104943.0, 514637.0 ], [ 104939.0, 514833.0 ], [ 104832.0, 514974.0 ], [ 104731.0, 515087.0 ], [ 104708.0, 515238.0 ], [ 104704.0, 515785.0 ], [ 104787.0, 516061.0 ], [ 104900.0, 516185.0 ], [ 105147.0, 516377.0 ], [ 105328.0, 516647.0 ], [ 105328.0, 516895.0 ], [ 105283.0, 517199.0 ], [ 105204.0, 517492.0 ], [ 104888.0, 517683.0 ], [ 104528.0, 517773.0 ], [ 104235.0, 518168.0 ], [ 104077.0, 518669.0 ], [ 104145.0, 519148.0 ], [ 104167.0, 519485.0 ], [ 104162.0, 519666.0 ], [ 104151.0, 519885.0 ], [ 104179.0, 520105.0 ], [ 104266.0, 520561.0 ], [ 104269.0, 520831.0 ], [ 104266.0, 521046.0 ], [ 104241.0, 521243.0 ], [ 104235.0, 521355.0 ], [ 104218.0, 521428.0 ], [ 104210.0, 521566.0 ], [ 104148.0, 521659.0 ], [ 103960.0, 521740.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98172.0, 512300.0 ], [ 99125.0, 512318.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106804.0, 510147.0 ], [ 106689.0, 510206.0 ], [ 106500.0, 510519.0 ], [ 106446.0, 510683.0 ], [ 106284.0, 510832.0 ], [ 106107.0, 510885.0 ], [ 105988.0, 510817.0 ], [ 105904.0, 510744.0 ], [ 105810.0, 510637.0 ], [ 105707.0, 510584.0 ], [ 105577.0, 510537.0 ] ], [ [ 103526.0, 510127.0 ], [ 103432.0, 510183.0 ], [ 103273.0, 510213.0 ], [ 103084.0, 510257.0 ], [ 102996.0, 510306.0 ], [ 102917.0, 510388.0 ], [ 102892.0, 510458.0 ], [ 102976.0, 510493.0 ], [ 103161.0, 510545.0 ], [ 103298.0, 510611.0 ], [ 103406.0, 510641.0 ], [ 103534.0, 510651.0 ], [ 103663.0, 510641.0 ], [ 103901.0, 510546.0 ], [ 104006.0, 510530.0 ], [ 104162.0, 510572.0 ], [ 104362.0, 510646.0 ], [ 104629.0, 510814.0 ], [ 104936.0, 510997.0 ], [ 105265.0, 511206.0 ], [ 105310.0, 511246.0 ], [ 105497.0, 511302.0 ], [ 105704.0, 511330.0 ], [ 105945.0, 511279.0 ], [ 106185.0, 511154.0 ], [ 106424.0, 511039.0 ], [ 106622.0, 510979.0 ], [ 106916.0, 510961.0 ], [ 107147.0, 510920.0 ], [ 107356.0, 510794.0 ], [ 107425.0, 510639.0 ], [ 107339.0, 510433.0 ], [ 107134.0, 510271.0 ], [ 106804.0, 510147.0 ] ], [ [ 103571.0, 510104.0 ], [ 103562.0, 510141.0 ], [ 103543.0, 510145.0 ], [ 103526.0, 510127.0 ] ], [ [ 103503.0, 509903.0 ], [ 103530.0, 509937.0 ], [ 103561.0, 509996.0 ], [ 103582.0, 510050.0 ], [ 103571.0, 510104.0 ] ], [ [ 103503.0, 509903.0 ], [ 103476.0, 509892.0 ], [ 103463.0, 509896.0 ], [ 103455.0, 509903.0 ] ], [ [ 105577.0, 510537.0 ], [ 105651.0, 510679.0 ], [ 105613.0, 510820.0 ], [ 105413.0, 510905.0 ], [ 105188.0, 510784.0 ], [ 105038.0, 510633.0 ], [ 104791.0, 510496.0 ], [ 104454.0, 510425.0 ], [ 104333.0, 510340.0 ], [ 104305.0, 510208.0 ], [ 104334.0, 510142.0 ], [ 104419.0, 510136.0 ], [ 104418.0, 510074.0 ], [ 104322.0, 510009.0 ], [ 104254.0, 509984.0 ], [ 104248.0, 509924.0 ], [ 104267.0, 509860.0 ], [ 104348.0, 509838.0 ], [ 104429.0, 509843.0 ], [ 104506.0, 509841.0 ], [ 104515.0, 509777.0 ], [ 104461.0, 509724.0 ], [ 104337.0, 509694.0 ], [ 104282.0, 509675.0 ], [ 104274.0, 509645.0 ], [ 104350.0, 509618.0 ], [ 104463.0, 509630.0 ], [ 104684.0, 509691.0 ], [ 104738.0, 509713.0 ], [ 104815.0, 509668.0 ], [ 104868.0, 509568.0 ], [ 104829.0, 509431.0 ], [ 104679.0, 509388.0 ], [ 104620.0, 509331.0 ], [ 104623.0, 509275.0 ], [ 104665.0, 509219.0 ], [ 104780.0, 509172.0 ], [ 105043.0, 509168.0 ], [ 105273.0, 509207.0 ], [ 105384.0, 509216.0 ], [ 105514.0, 509273.0 ], [ 105732.0, 509412.0 ], [ 105963.0, 509496.0 ], [ 106270.0, 509470.0 ], [ 106609.0, 509404.0 ], [ 107092.0, 509305.0 ], [ 107331.0, 509239.0 ], [ 107563.0, 509234.0 ], [ 107719.0, 509255.0 ], [ 107919.0, 509298.0 ], [ 108200.0, 509279.0 ], [ 108481.0, 509276.0 ], [ 108670.0, 509272.0 ], [ 108916.0, 509286.0 ], [ 109475.0, 509282.0 ] ], [ [ 106567.0, 508125.0 ], [ 106568.0, 508167.0 ], [ 106533.0, 508265.0 ], [ 106360.0, 508330.0 ], [ 106002.0, 508276.0 ], [ 105689.0, 508261.0 ], [ 105366.0, 508320.0 ], [ 105104.0, 508380.0 ], [ 104890.0, 508380.0 ], [ 104748.0, 508270.0 ], [ 104540.0, 508049.0 ], [ 104350.0, 507907.0 ], [ 104220.0, 507839.0 ], [ 104041.0, 507760.0 ], [ 103888.0, 507658.0 ], [ 103774.0, 507600.0 ], [ 103655.0, 507566.0 ], [ 103557.0, 507603.0 ], [ 103539.0, 507646.0 ], [ 103604.0, 507714.0 ], [ 103723.0, 507747.0 ], [ 103806.0, 507834.0 ], [ 103839.0, 508042.0 ], [ 103783.0, 508271.0 ], [ 103689.0, 508448.0 ], [ 103535.0, 508586.0 ], [ 103357.0, 508693.0 ], [ 103198.0, 508710.0 ], [ 103114.0, 508736.0 ], [ 103099.0, 508822.0 ], [ 103168.0, 508887.0 ], [ 103298.0, 508873.0 ], [ 103411.0, 508848.0 ], [ 103537.0, 508845.0 ], [ 103664.0, 508903.0 ], [ 103712.0, 508972.0 ], [ 103687.0, 509047.0 ], [ 103502.0, 509063.0 ], [ 103350.0, 509050.0 ], [ 103303.0, 509057.0 ], [ 103266.0, 509087.0 ], [ 103305.0, 509186.0 ], [ 103383.0, 509229.0 ], [ 103498.0, 509246.0 ], [ 103587.0, 509244.0 ], [ 103621.0, 509227.0 ], [ 103683.0, 509220.0 ], [ 103732.0, 509252.0 ], [ 103771.0, 509299.0 ], [ 103862.0, 509302.0 ], [ 103991.0, 509242.0 ], [ 104025.0, 509218.0 ], [ 104188.0, 509194.0 ], [ 104296.0, 509243.0 ], [ 104322.0, 509307.0 ], [ 104256.0, 509378.0 ], [ 104159.0, 509431.0 ], [ 104080.0, 509502.0 ], [ 104036.0, 509565.0 ], [ 103996.0, 509690.0 ], [ 103935.0, 509754.0 ], [ 103827.0, 509636.0 ], [ 103713.0, 509558.0 ], [ 103569.0, 509472.0 ], [ 103459.0, 509414.0 ], [ 103368.0, 509376.0 ], [ 103303.0, 509444.0 ], [ 103330.0, 509591.0 ], [ 103413.0, 509640.0 ], [ 103428.0, 509667.0 ], [ 103352.0, 509668.0 ], [ 103281.0, 509677.0 ], [ 103257.0, 509702.0 ], [ 103291.0, 509767.0 ], [ 103367.0, 509800.0 ], [ 103435.0, 509854.0 ], [ 103455.0, 509903.0 ] ], [ [ 109492.0, 507251.0 ], [ 108611.0, 507269.0 ], [ 108285.0, 507324.0 ], [ 108070.0, 507467.0 ], [ 107819.0, 507710.0 ], [ 107564.0, 507861.0 ], [ 107287.0, 507961.0 ], [ 107045.0, 508013.0 ], [ 106567.0, 508125.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 510124.0 ], [ 103191.0, 510141.0 ], [ 103230.0, 510136.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106574.0, 510104.0 ], [ 106460.0, 510165.0 ], [ 106345.0, 510307.0 ], [ 106334.0, 510405.0 ], [ 106300.0, 510537.0 ], [ 106247.0, 510650.0 ], [ 106123.0, 510696.0 ], [ 105972.0, 510660.0 ], [ 105812.0, 510509.0 ], [ 105675.0, 510411.0 ], [ 105496.0, 510337.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103403.0, 510094.0 ], [ 103490.0, 510064.0 ], [ 103527.0, 510110.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103180.0, 509956.0 ], [ 103163.0, 509958.0 ], [ 103088.0, 509977.0 ], [ 103073.0, 509971.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103453.0, 509905.0 ], [ 103354.0, 509928.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99625.0, 509500.0 ], [ 99289.0, 509614.0 ], [ 99192.0, 509625.0 ] ], [ [ 99125.0, 509500.0 ], [ 99625.0, 509500.0 ] ], [ [ 99192.0, 509625.0 ], [ 99125.0, 509625.0 ], [ 99125.0, 509633.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99125.0, 509048.0 ], [ 98199.0, 509081.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104067.0, 508548.0 ], [ 104048.0, 508609.0 ], [ 104077.0, 508663.0 ], [ 104140.0, 508707.0 ], [ 104225.0, 508710.0 ], [ 104309.0, 508735.0 ], [ 104380.0, 508740.0 ], [ 104400.0, 508710.0 ], [ 104325.0, 508643.0 ], [ 104220.0, 508568.0 ], [ 104124.0, 508544.0 ], [ 104067.0, 508548.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103953.0, 508459.0 ], [ 103952.0, 508541.0 ], [ 104025.0, 508700.0 ], [ 104095.0, 508747.0 ], [ 104203.0, 508767.0 ], [ 104341.0, 508783.0 ], [ 104447.0, 508777.0 ], [ 104552.0, 508759.0 ], [ 104652.0, 508709.0 ], [ 104693.0, 508630.0 ], [ 104626.0, 508602.0 ], [ 104493.0, 508610.0 ], [ 104369.0, 508591.0 ], [ 104250.0, 508540.0 ], [ 104135.0, 508472.0 ], [ 104037.0, 508439.0 ], [ 103953.0, 508459.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104746.0, 508614.0 ], [ 104702.0, 508539.0 ], [ 104613.0, 508466.0 ], [ 104457.0, 508398.0 ], [ 104247.0, 508363.0 ], [ 104045.0, 508294.0 ], [ 103912.0, 508335.0 ], [ 103807.0, 508466.0 ], [ 103720.0, 508605.0 ], [ 103641.0, 508674.0 ], [ 103618.0, 508752.0 ], [ 103732.0, 508797.0 ], [ 103817.0, 508811.0 ], [ 103882.0, 508804.0 ], [ 103952.0, 508840.0 ], [ 104006.0, 508859.0 ], [ 104099.0, 508871.0 ], [ 104213.0, 508838.0 ], [ 104271.0, 508827.0 ], [ 104361.0, 508822.0 ], [ 104455.0, 508824.0 ], [ 104543.0, 508810.0 ], [ 104620.0, 508805.0 ], [ 104701.0, 508784.0 ], [ 104752.0, 508729.0 ], [ 104758.0, 508676.0 ], [ 104746.0, 508614.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98213.0, 507411.0 ], [ 98931.0, 507758.0 ], [ 99394.0, 507851.0 ], [ 99889.0, 507925.0 ], [ 100199.0, 507945.0 ], [ 100443.0, 507982.0 ], [ 100592.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106161.0, 505700.0 ], [ 106154.0, 505847.0 ], [ 106046.0, 506094.0 ], [ 105900.0, 506319.0 ], [ 105805.0, 506526.0 ], [ 105720.0, 506737.0 ], [ 105580.0, 506979.0 ], [ 105474.0, 507248.0 ], [ 105449.0, 507407.0 ] ], [ [ 105449.0, 507407.0 ], [ 105486.0, 507442.0 ], [ 105569.0, 507507.0 ], [ 105690.0, 507474.0 ], [ 105826.0, 507336.0 ], [ 105973.0, 507289.0 ], [ 106112.0, 507326.0 ] ], [ [ 104862.0, 507041.0 ], [ 105015.0, 507125.0 ], [ 105154.0, 507206.0 ], [ 105325.0, 507291.0 ], [ 105449.0, 507407.0 ] ], [ [ 107453.0, 506173.0 ], [ 107311.0, 506209.0 ], [ 107135.0, 506376.0 ], [ 107061.0, 506644.0 ], [ 106911.0, 506895.0 ], [ 106795.0, 507038.0 ], [ 106605.0, 507145.0 ], [ 106429.0, 507199.0 ], [ 106259.0, 507260.0 ], [ 106112.0, 507326.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98672.0, 506858.0 ], [ 99011.0, 506875.0 ], [ 99542.0, 506917.0 ], [ 100125.0, 506959.0 ], [ 100783.0, 507041.0 ], [ 101476.0, 507179.0 ], [ 101829.0, 507246.0 ], [ 102034.0, 507251.0 ], [ 102179.0, 507181.0 ], [ 102230.0, 507074.0 ], [ 102297.0, 506987.0 ], [ 102392.0, 506951.0 ], [ 102440.0, 507022.0 ], [ 102409.0, 507171.0 ], [ 102347.0, 507315.0 ], [ 102339.0, 507562.0 ], [ 102375.0, 507848.0 ], [ 102322.0, 508107.0 ], [ 102155.0, 508333.0 ], [ 101784.0, 508590.0 ], [ 101349.0, 508805.0 ], [ 101250.0, 508866.0 ] ], [ [ 98218.0, 506786.0 ], [ 98672.0, 506858.0 ] ], [ [ 98217.0, 506895.0 ], [ 98218.0, 506786.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98227.0, 505802.0 ], [ 98705.0, 505854.0 ], [ 99095.0, 505932.0 ], [ 99511.0, 506020.0 ], [ 100129.0, 506165.0 ], [ 100658.0, 506315.0 ], [ 101361.0, 506535.0 ], [ 101542.0, 506573.0 ], [ 101802.0, 506647.0 ], [ 102028.0, 506596.0 ], [ 102179.0, 506568.0 ], [ 102368.0, 506577.0 ], [ 102460.0, 506610.0 ], [ 102559.0, 506753.0 ], [ 102688.0, 506962.0 ], [ 102792.0, 507046.0 ], [ 102897.0, 507096.0 ], [ 103017.0, 507148.0 ], [ 103058.0, 507235.0 ], [ 102958.0, 507310.0 ], [ 102810.0, 507304.0 ], [ 102719.0, 507343.0 ], [ 102734.0, 507425.0 ], [ 102809.0, 507477.0 ], [ 102997.0, 507591.0 ], [ 103098.0, 507656.0 ], [ 103122.0, 507847.0 ], [ 103076.0, 508025.0 ], [ 102970.0, 508128.0 ], [ 102840.0, 508233.0 ], [ 102770.0, 508359.0 ], [ 102785.0, 508538.0 ], [ 102797.0, 508753.0 ], [ 102771.0, 508954.0 ], [ 102621.0, 509102.0 ], [ 102236.0, 509216.0 ], [ 101741.0, 509268.0 ], [ 101365.0, 509265.0 ], [ 101250.0, 509259.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103513.0, 505403.0 ], [ 103523.0, 505416.0 ], [ 103532.0, 505414.0 ], [ 103532.0, 505405.0 ], [ 103521.0, 505373.0 ], [ 103523.0, 505348.0 ], [ 103516.0, 505301.0 ] ], [ [ 103516.0, 505301.0 ], [ 103511.0, 505208.0 ], [ 103502.0, 505115.0 ], [ 103538.0, 505047.0 ] ], [ [ 103538.0, 505047.0 ], [ 103568.0, 504988.0 ] ], [ [ 102640.0, 505331.0 ], [ 102628.0, 505218.0 ], [ 102640.0, 505130.0 ], [ 102710.0, 505022.0 ], [ 102816.0, 504985.0 ], [ 102925.0, 505016.0 ], [ 103203.0, 505115.0 ], [ 103366.0, 505193.0 ], [ 103413.0, 505243.0 ], [ 103447.0, 505283.0 ], [ 103492.0, 505352.0 ], [ 103513.0, 505403.0 ] ], [ [ 101392.0, 505126.0 ], [ 101381.0, 505191.0 ], [ 101444.0, 505310.0 ], [ 101543.0, 505383.0 ], [ 101738.0, 505419.0 ], [ 101905.0, 505334.0 ], [ 102017.0, 505181.0 ], [ 102024.0, 505009.0 ], [ 102043.0, 504882.0 ], [ 102118.0, 504761.0 ], [ 102168.0, 504708.0 ], [ 102237.0, 504622.0 ], [ 102374.0, 504612.0 ], [ 102464.0, 504647.0 ], [ 102521.0, 504761.0 ], [ 102518.0, 504918.0 ], [ 102437.0, 505019.0 ], [ 102299.0, 505129.0 ], [ 102260.0, 505244.0 ], [ 102272.0, 505311.0 ], [ 102373.0, 505350.0 ], [ 102486.0, 505310.0 ], [ 102640.0, 505331.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103033.0, 505336.0 ], [ 103109.0, 505267.0 ], [ 103271.0, 505281.0 ], [ 103370.0, 505265.0 ], [ 103440.0, 505345.0 ], [ 103468.0, 505419.0 ], [ 103467.0, 505451.0 ], [ 103391.0, 505442.0 ], [ 103330.0, 505411.0 ], [ 103247.0, 505426.0 ], [ 103130.0, 505433.0 ], [ 103052.0, 505397.0 ], [ 103041.0, 505371.0 ], [ 103033.0, 505336.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101408.0, 505074.0 ], [ 101400.0, 505079.0 ] ], [ [ 98248.0, 503271.0 ], [ 98806.0, 503318.0 ], [ 99597.0, 503461.0 ], [ 100258.0, 503627.0 ], [ 100696.0, 503783.0 ], [ 101188.0, 504077.0 ], [ 101469.0, 504372.0 ], [ 101508.0, 504649.0 ], [ 101419.0, 504971.0 ], [ 101400.0, 505079.0 ] ], [ [ 98248.0, 503292.0 ], [ 98248.0, 503271.0 ] ], [ [ 98251.0, 502951.0 ], [ 98461.0, 502941.0 ], [ 98770.0, 502890.0 ], [ 99050.0, 502876.0 ], [ 99291.0, 502847.0 ], [ 99570.0, 502884.0 ], [ 99948.0, 503014.0 ], [ 100261.0, 503155.0 ], [ 100516.0, 503251.0 ], [ 100748.0, 503328.0 ], [ 100960.0, 503421.0 ], [ 101247.0, 503419.0 ], [ 101648.0, 503371.0 ], [ 101966.0, 503366.0 ], [ 102090.0, 503387.0 ], [ 102113.0, 503419.0 ], [ 102052.0, 503460.0 ], [ 102015.0, 503489.0 ], [ 102039.0, 503542.0 ], [ 102115.0, 503566.0 ], [ 102251.0, 503585.0 ], [ 102325.0, 503606.0 ], [ 102383.0, 503655.0 ], [ 102383.0, 503696.0 ], [ 102308.0, 503715.0 ], [ 102188.0, 503697.0 ], [ 102116.0, 503691.0 ], [ 102029.0, 503716.0 ], [ 101974.0, 503779.0 ], [ 101973.0, 503862.0 ], [ 102022.0, 503914.0 ], [ 102108.0, 503919.0 ], [ 102189.0, 503887.0 ], [ 102313.0, 503858.0 ], [ 102387.0, 503858.0 ], [ 102477.0, 503880.0 ], [ 102526.0, 503916.0 ], [ 102595.0, 503972.0 ], [ 102630.0, 504070.0 ], [ 102578.0, 504187.0 ], [ 102464.0, 504300.0 ], [ 102345.0, 504391.0 ], [ 102209.0, 504461.0 ], [ 102117.0, 504504.0 ], [ 101957.0, 504585.0 ], [ 101656.0, 504775.0 ], [ 101579.0, 504890.0 ], [ 101529.0, 504981.0 ], [ 101408.0, 505074.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104182.0, 505016.0 ], [ 104188.0, 505119.0 ], [ 104257.0, 505385.0 ], [ 104364.0, 505687.0 ], [ 104468.0, 505938.0 ], [ 104507.0, 506193.0 ], [ 104311.0, 506304.0 ], [ 104101.0, 506353.0 ], [ 103885.0, 506299.0 ], [ 103785.0, 506244.0 ], [ 103681.0, 506180.0 ], [ 103534.0, 506185.0 ], [ 103470.0, 506266.0 ], [ 103447.0, 506377.0 ], [ 103432.0, 506467.0 ], [ 103338.0, 506508.0 ], [ 103272.0, 506371.0 ], [ 103278.0, 506179.0 ], [ 103334.0, 506123.0 ], [ 103457.0, 506040.0 ], [ 103583.0, 505973.0 ], [ 103614.0, 505895.0 ], [ 103565.0, 505811.0 ], [ 103459.0, 505843.0 ], [ 103388.0, 505879.0 ], [ 103299.0, 505895.0 ], [ 103236.0, 505866.0 ], [ 103199.0, 505784.0 ], [ 103327.0, 505687.0 ], [ 103403.0, 505604.0 ], [ 103419.0, 505546.0 ], [ 103358.0, 505471.0 ], [ 103041.0, 505528.0 ], [ 102911.0, 505497.0 ], [ 102728.0, 505432.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104109.0, 504098.0 ], [ 104032.0, 504158.0 ], [ 103880.0, 504198.0 ], [ 103645.0, 504222.0 ], [ 103484.0, 504197.0 ], [ 103339.0, 504226.0 ], [ 103303.0, 504289.0 ], [ 103319.0, 504352.0 ], [ 103494.0, 504533.0 ], [ 103601.0, 504567.0 ], [ 103734.0, 504625.0 ] ], [ [ 98285.0, 496683.0 ], [ 98701.0, 496797.0 ], [ 99094.0, 496925.0 ], [ 99434.0, 497025.0 ], [ 99716.0, 497038.0 ], [ 99965.0, 496974.0 ], [ 100229.0, 497010.0 ], [ 100419.0, 497131.0 ], [ 100574.0, 497435.0 ], [ 100695.0, 497733.0 ], [ 100862.0, 498052.0 ], [ 101059.0, 498280.0 ], [ 101199.0, 498428.0 ], [ 101392.0, 498527.0 ], [ 101572.0, 498549.0 ], [ 101737.0, 498514.0 ], [ 101908.0, 498434.0 ], [ 101976.0, 498361.0 ], [ 101963.0, 498238.0 ], [ 101932.0, 498145.0 ], [ 101916.0, 498058.0 ], [ 101990.0, 497968.0 ], [ 102149.0, 497934.0 ], [ 102233.0, 497947.0 ], [ 102341.0, 498036.0 ], [ 102541.0, 498167.0 ], [ 102722.0, 498239.0 ], [ 102959.0, 498296.0 ], [ 103123.0, 498377.0 ], [ 103351.0, 498507.0 ], [ 103478.0, 498648.0 ], [ 103567.0, 498840.0 ], [ 103578.0, 498997.0 ], [ 103512.0, 499116.0 ], [ 103371.0, 499216.0 ], [ 103260.0, 499331.0 ], [ 103205.0, 499440.0 ], [ 103199.0, 499548.0 ], [ 103244.0, 499626.0 ], [ 103396.0, 499732.0 ], [ 103619.0, 499787.0 ], [ 103760.0, 499842.0 ], [ 103846.0, 499943.0 ], [ 103812.0, 500086.0 ], [ 103728.0, 500163.0 ], [ 103662.0, 500263.0 ], [ 103593.0, 500424.0 ], [ 103603.0, 500558.0 ], [ 103649.0, 500649.0 ], [ 103778.0, 500758.0 ], [ 103932.0, 500861.0 ], [ 104075.0, 500938.0 ], [ 104199.0, 501120.0 ], [ 104270.0, 501324.0 ], [ 104287.0, 501456.0 ], [ 104276.0, 501587.0 ], [ 104234.0, 501666.0 ], [ 104098.0, 501709.0 ], [ 103913.0, 501736.0 ], [ 103743.0, 501721.0 ], [ 103612.0, 501764.0 ], [ 103518.0, 501855.0 ], [ 103531.0, 501946.0 ], [ 103573.0, 502040.0 ], [ 103769.0, 502172.0 ], [ 103871.0, 502182.0 ], [ 103928.0, 502167.0 ], [ 104003.0, 502124.0 ], [ 104062.0, 502063.0 ], [ 104141.0, 501998.0 ], [ 104249.0, 501964.0 ], [ 104398.0, 501924.0 ], [ 104539.0, 501852.0 ], [ 104653.0, 501723.0 ], [ 104764.0, 501639.0 ], [ 104917.0, 501648.0 ], [ 105099.0, 501723.0 ], [ 105191.0, 501814.0 ], [ 105237.0, 501953.0 ], [ 105260.0, 502117.0 ], [ 105255.0, 502284.0 ], [ 105205.0, 502374.0 ], [ 105078.0, 502430.0 ], [ 104916.0, 502469.0 ], [ 104719.0, 502456.0 ], [ 104536.0, 502418.0 ], [ 104277.0, 502451.0 ], [ 104087.0, 502531.0 ], [ 103897.0, 502670.0 ], [ 103729.0, 502819.0 ], [ 103612.0, 502928.0 ], [ 103497.0, 503102.0 ], [ 103435.0, 503317.0 ], [ 103324.0, 503523.0 ], [ 103223.0, 503628.0 ], [ 103137.0, 503747.0 ], [ 103126.0, 503846.0 ], [ 103215.0, 504000.0 ], [ 103343.0, 504058.0 ], [ 103472.0, 504073.0 ], [ 103608.0, 504095.0 ], [ 103749.0, 504111.0 ], [ 103871.0, 504113.0 ], [ 104109.0, 504098.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101770.0, 502890.0 ], [ 101840.0, 502808.0 ], [ 101950.0, 502786.0 ], [ 102088.0, 502826.0 ], [ 102171.0, 502915.0 ], [ 102247.0, 503011.0 ], [ 102270.0, 503093.0 ], [ 102128.0, 503118.0 ], [ 102006.0, 503137.0 ], [ 101903.0, 503105.0 ], [ 101812.0, 502999.0 ], [ 101770.0, 502893.0 ], [ 101770.0, 502890.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104995.0, 503667.0 ], [ 104983.0, 503568.0 ], [ 104973.0, 503324.0 ], [ 104871.0, 503066.0 ], [ 104731.0, 502898.0 ], [ 104550.0, 502720.0 ], [ 104296.0, 502632.0 ], [ 104084.0, 502741.0 ], [ 103865.0, 503071.0 ], [ 103689.0, 503379.0 ], [ 103498.0, 503571.0 ], [ 103342.0, 503703.0 ], [ 103246.0, 503799.0 ], [ 103230.0, 503882.0 ], [ 103267.0, 503955.0 ], [ 103410.0, 504015.0 ], [ 103519.0, 504018.0 ], [ 103612.0, 504029.0 ], [ 103723.0, 504022.0 ], [ 103844.0, 504011.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98252.0, 502764.0 ], [ 98908.0, 502662.0 ], [ 99167.0, 502620.0 ], [ 99415.0, 502613.0 ], [ 99760.0, 502671.0 ], [ 100002.0, 502752.0 ], [ 100314.0, 502916.0 ], [ 100643.0, 503109.0 ], [ 101074.0, 503269.0 ], [ 101281.0, 503304.0 ], [ 101507.0, 503305.0 ], [ 101722.0, 503310.0 ], [ 101915.0, 503319.0 ], [ 102024.0, 503318.0 ], [ 102123.0, 503358.0 ], [ 102182.0, 503417.0 ], [ 102296.0, 503473.0 ], [ 102374.0, 503524.0 ], [ 102469.0, 503591.0 ], [ 102505.0, 503683.0 ], [ 102474.0, 503748.0 ], [ 102379.0, 503763.0 ], [ 102248.0, 503747.0 ], [ 102166.0, 503746.0 ], [ 102070.0, 503762.0 ], [ 102015.0, 503788.0 ], [ 102062.0, 503827.0 ], [ 102151.0, 503852.0 ], [ 102215.0, 503833.0 ], [ 102301.0, 503819.0 ], [ 102388.0, 503807.0 ], [ 102490.0, 503821.0 ], [ 102597.0, 503871.0 ], [ 102675.0, 503943.0 ], [ 102731.0, 504036.0 ], [ 102759.0, 504146.0 ], [ 102780.0, 504279.0 ], [ 102787.0, 504338.0 ], [ 102909.0, 504416.0 ], [ 103030.0, 504439.0 ], [ 103184.0, 504521.0 ], [ 103265.0, 504578.0 ], [ 103359.0, 504628.0 ], [ 103460.0, 504675.0 ], [ 103588.0, 504788.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 30.0, "value": 30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100724.0, 502276.0 ], [ 100716.0, 502259.0 ] ], [ [ 100716.0, 502259.0 ], [ 100851.0, 502238.0 ], [ 100969.0, 502241.0 ], [ 101080.0, 502224.0 ], [ 101186.0, 502268.0 ], [ 101226.0, 502334.0 ], [ 101170.0, 502339.0 ], [ 101063.0, 502345.0 ], [ 100959.0, 502354.0 ], [ 100839.0, 502341.0 ], [ 100735.0, 502297.0 ], [ 100724.0, 502276.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100445.0, 502217.0 ], [ 100442.0, 502209.0 ], [ 100442.0, 502199.0 ], [ 100453.0, 502187.0 ], [ 100465.0, 502179.0 ], [ 100483.0, 502163.0 ], [ 100498.0, 502155.0 ] ], [ [ 100498.0, 502155.0 ], [ 100520.0, 502137.0 ], [ 100691.0, 502137.0 ], [ 100894.0, 502158.0 ], [ 101186.0, 502172.0 ], [ 101258.0, 502224.0 ], [ 101307.0, 502311.0 ], [ 101338.0, 502402.0 ], [ 101318.0, 502459.0 ], [ 101183.0, 502476.0 ], [ 100951.0, 502458.0 ], [ 100824.0, 502432.0 ], [ 100691.0, 502386.0 ], [ 100571.0, 502312.0 ], [ 100445.0, 502217.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99722.0, 501931.0 ], [ 99815.0, 501806.0 ], [ 100239.0, 501892.0 ], [ 100514.0, 502001.0 ], [ 100929.0, 502088.0 ], [ 101030.0, 502091.0 ], [ 101118.0, 502077.0 ], [ 101194.0, 502092.0 ], [ 101326.0, 502249.0 ], [ 101473.0, 502346.0 ], [ 101528.0, 502377.0 ], [ 101709.0, 502421.0 ], [ 101973.0, 502471.0 ], [ 102083.0, 502474.0 ], [ 102189.0, 502491.0 ], [ 102353.0, 502636.0 ], [ 102485.0, 502735.0 ], [ 102656.0, 502796.0 ], [ 102768.0, 502886.0 ], [ 102821.0, 502991.0 ], [ 102851.0, 503107.0 ], [ 102823.0, 503228.0 ], [ 102751.0, 503288.0 ], [ 102615.0, 503279.0 ], [ 102472.0, 503216.0 ], [ 102219.0, 503175.0 ], [ 102034.0, 503177.0 ], [ 101855.0, 503124.0 ], [ 101735.0, 502982.0 ], [ 101689.0, 502838.0 ], [ 101675.0, 502696.0 ], [ 101675.0, 502614.0 ], [ 101610.0, 502482.0 ], [ 101436.0, 502498.0 ], [ 101175.0, 502534.0 ], [ 100839.0, 502501.0 ], [ 100523.0, 502413.0 ], [ 100293.0, 502335.0 ], [ 100115.0, 502251.0 ], [ 99946.0, 502144.0 ], [ 99752.0, 502013.0 ], [ 99723.0, 501940.0 ], [ 99722.0, 501931.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98311.0, 497228.0 ], [ 98412.0, 497239.0 ], [ 98732.0, 497308.0 ], [ 99152.0, 497426.0 ], [ 99884.0, 497593.0 ], [ 100140.0, 497706.0 ], [ 100457.0, 497893.0 ], [ 100690.0, 498138.0 ], [ 100896.0, 498467.0 ], [ 101044.0, 498719.0 ], [ 101125.0, 498903.0 ], [ 101250.0, 499069.0 ], [ 101539.0, 499207.0 ], [ 102001.0, 499394.0 ], [ 102250.0, 499447.0 ], [ 102402.0, 499439.0 ], [ 102505.0, 499417.0 ], [ 102572.0, 499350.0 ], [ 102630.0, 499201.0 ], [ 102704.0, 499049.0 ], [ 102748.0, 498930.0 ], [ 102777.0, 498800.0 ], [ 102832.0, 498718.0 ], [ 102955.0, 498689.0 ], [ 103064.0, 498690.0 ], [ 103181.0, 498725.0 ], [ 103261.0, 498839.0 ], [ 103296.0, 498968.0 ], [ 103232.0, 499175.0 ], [ 103127.0, 499351.0 ], [ 103073.0, 499452.0 ], [ 103064.0, 499608.0 ], [ 103104.0, 499670.0 ], [ 103158.0, 499718.0 ], [ 103269.0, 499788.0 ], [ 103377.0, 499823.0 ], [ 103454.0, 499861.0 ], [ 103541.0, 499910.0 ], [ 103596.0, 500004.0 ], [ 103586.0, 500093.0 ], [ 103521.0, 500218.0 ], [ 103494.0, 500318.0 ], [ 103469.0, 500485.0 ], [ 103519.0, 500610.0 ], [ 103567.0, 500716.0 ], [ 103566.0, 500790.0 ], [ 103583.0, 500895.0 ], [ 103627.0, 501003.0 ], [ 103741.0, 501091.0 ], [ 103781.0, 501181.0 ], [ 103749.0, 501357.0 ], [ 103441.0, 501652.0 ], [ 103342.0, 501781.0 ], [ 103328.0, 501875.0 ], [ 103339.0, 501951.0 ], [ 103427.0, 502048.0 ], [ 103544.0, 502157.0 ], [ 103650.0, 502294.0 ], [ 103658.0, 502413.0 ], [ 103622.0, 502504.0 ], [ 103532.0, 502585.0 ], [ 103468.0, 502616.0 ], [ 103262.0, 502609.0 ], [ 103068.0, 502571.0 ], [ 102961.0, 502556.0 ], [ 102904.0, 502624.0 ], [ 102893.0, 502708.0 ], [ 102949.0, 502832.0 ], [ 103034.0, 502913.0 ], [ 103083.0, 502980.0 ], [ 103144.0, 503082.0 ], [ 103087.0, 503266.0 ], [ 102998.0, 503401.0 ], [ 102894.0, 503522.0 ], [ 102735.0, 503538.0 ], [ 102516.0, 503516.0 ], [ 102309.0, 503422.0 ], [ 102228.0, 503377.0 ], [ 102145.0, 503307.0 ], [ 102060.0, 503265.0 ], [ 101971.0, 503226.0 ], [ 101746.0, 503212.0 ], [ 101477.0, 503202.0 ], [ 101044.0, 503039.0 ], [ 100918.0, 502997.0 ], [ 100797.0, 502923.0 ], [ 100661.0, 502880.0 ], [ 100555.0, 502823.0 ], [ 100453.0, 502705.0 ], [ 100280.0, 502593.0 ], [ 100133.0, 502525.0 ], [ 100010.0, 502492.0 ], [ 99882.0, 502463.0 ], [ 99737.0, 502436.0 ], [ 99561.0, 502411.0 ], [ 99251.0, 502406.0 ], [ 98953.0, 502412.0 ], [ 98603.0, 502425.0 ], [ 98254.0, 502484.0 ] ], [ [ 98267.0, 500975.0 ], [ 98741.0, 501037.0 ], [ 99233.0, 501159.0 ], [ 99939.0, 501374.0 ], [ 100465.0, 501636.0 ], [ 100813.0, 501839.0 ], [ 100977.0, 501925.0 ], [ 101124.0, 501932.0 ], [ 101265.0, 501943.0 ], [ 101343.0, 502045.0 ], [ 101380.0, 502168.0 ], [ 101495.0, 502327.0 ], [ 101686.0, 502379.0 ], [ 101909.0, 502402.0 ], [ 102049.0, 502388.0 ], [ 102203.0, 502329.0 ], [ 102385.0, 502379.0 ], [ 102484.0, 502529.0 ], [ 102566.0, 502637.0 ], [ 102684.0, 502709.0 ], [ 102788.0, 502778.0 ], [ 102872.0, 502916.0 ], [ 102910.0, 503087.0 ], [ 102864.0, 503306.0 ], [ 102784.0, 503363.0 ], [ 102565.0, 503327.0 ], [ 102306.0, 503215.0 ], [ 102108.0, 503187.0 ], [ 101983.0, 503204.0 ], [ 101842.0, 503189.0 ], [ 101688.0, 503039.0 ], [ 101603.0, 502864.0 ], [ 101492.0, 502670.0 ], [ 101334.0, 502646.0 ], [ 100744.0, 502643.0 ], [ 100265.0, 502475.0 ], [ 99764.0, 502307.0 ], [ 99210.0, 502250.0 ], [ 98849.0, 502286.0 ], [ 98254.0, 502484.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102375.0, 500434.0 ], [ 102372.0, 500434.0 ], [ 102356.0, 500426.0 ], [ 102317.0, 500377.0 ], [ 102305.0, 500356.0 ], [ 102296.0, 500335.0 ], [ 102283.0, 500282.0 ], [ 102276.0, 500269.0 ], [ 102290.0, 500253.0 ], [ 102333.0, 500266.0 ], [ 102346.0, 500282.0 ], [ 102352.0, 500310.0 ], [ 102364.0, 500329.0 ], [ 102377.0, 500362.0 ], [ 102378.0, 500411.0 ], [ 102375.0, 500434.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 35.0, "value": 35.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102381.0, 500447.0 ], [ 102362.0, 500442.0 ], [ 102317.0, 500394.0 ], [ 102226.0, 500234.0 ], [ 102224.0, 500200.0 ], [ 102304.0, 500208.0 ], [ 102358.0, 500242.0 ], [ 102366.0, 500316.0 ], [ 102397.0, 500378.0 ], [ 102391.0, 500447.0 ], [ 102381.0, 500447.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101510.0, 499895.0 ], [ 101509.0, 499892.0 ] ], [ [ 101509.0, 499892.0 ], [ 101517.0, 499819.0 ], [ 101649.0, 499796.0 ], [ 101910.0, 499880.0 ], [ 102131.0, 500024.0 ], [ 102320.0, 500134.0 ], [ 102644.0, 500184.0 ], [ 102824.0, 500159.0 ], [ 102879.0, 500247.0 ], [ 102762.0, 500280.0 ], [ 102518.0, 500217.0 ], [ 102386.0, 500251.0 ], [ 102381.0, 500333.0 ], [ 102424.0, 500429.0 ], [ 102377.0, 500461.0 ], [ 102296.0, 500386.0 ], [ 102242.0, 500291.0 ], [ 102091.0, 500148.0 ], [ 101879.0, 500062.0 ], [ 101634.0, 499978.0 ], [ 101513.0, 499907.0 ], [ 101510.0, 499895.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 35.0, "value": 35.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101684.0, 499923.0 ], [ 101652.0, 499907.0 ], [ 101639.0, 499886.0 ], [ 101639.0, 499870.0 ], [ 101692.0, 499862.0 ], [ 101782.0, 499883.0 ], [ 101877.0, 499913.0 ], [ 101970.0, 499966.0 ], [ 102029.0, 500016.0 ], [ 102042.0, 500040.0 ], [ 102039.0, 500053.0 ], [ 102018.0, 500064.0 ], [ 101976.0, 500056.0 ], [ 101909.0, 500029.0 ], [ 101816.0, 499987.0 ], [ 101684.0, 499923.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102464.0, 500343.0 ], [ 102481.0, 500388.0 ], [ 102468.0, 500458.0 ], [ 102375.0, 500478.0 ], [ 102275.0, 500410.0 ], [ 102161.0, 500317.0 ], [ 101973.0, 500192.0 ], [ 101669.0, 500070.0 ], [ 101442.0, 499951.0 ], [ 101321.0, 499812.0 ], [ 101320.0, 499720.0 ] ], [ [ 101320.0, 499720.0 ], [ 101397.0, 499712.0 ], [ 101685.0, 499732.0 ], [ 101885.0, 499766.0 ], [ 102090.0, 499841.0 ], [ 102275.0, 499969.0 ], [ 102429.0, 500060.0 ], [ 102570.0, 500113.0 ], [ 102720.0, 500064.0 ], [ 102872.0, 500039.0 ], [ 102998.0, 500121.0 ], [ 103154.0, 500189.0 ], [ 103211.0, 500257.0 ], [ 103119.0, 500252.0 ], [ 102963.0, 500290.0 ], [ 102897.0, 500362.0 ], [ 102881.0, 500505.0 ], [ 102767.0, 500582.0 ], [ 102780.0, 500694.0 ], [ 102721.0, 500922.0 ], [ 102589.0, 501037.0 ], [ 102399.0, 501037.0 ], [ 102185.0, 500952.0 ], [ 102057.0, 500870.0 ], [ 102103.0, 500848.0 ], [ 102287.0, 500889.0 ], [ 102437.0, 500901.0 ], [ 102580.0, 500873.0 ], [ 102658.0, 500817.0 ], [ 102700.0, 500715.0 ], [ 102714.0, 500640.0 ], [ 102717.0, 500564.0 ], [ 102776.0, 500499.0 ], [ 102789.0, 500465.0 ], [ 102736.0, 500403.0 ], [ 102630.0, 500339.0 ], [ 102522.0, 500313.0 ], [ 102470.0, 500320.0 ], [ 102464.0, 500343.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98278.0, 499639.0 ], [ 98746.0, 499685.0 ], [ 99227.0, 499857.0 ], [ 99835.0, 499984.0 ], [ 100154.0, 500020.0 ], [ 100417.0, 500068.0 ], [ 100814.0, 500127.0 ], [ 101026.0, 500194.0 ], [ 101172.0, 500280.0 ], [ 101446.0, 500390.0 ], [ 101641.0, 500405.0 ], [ 101865.0, 500444.0 ], [ 101974.0, 500473.0 ], [ 102106.0, 500525.0 ], [ 102150.0, 500568.0 ], [ 102126.0, 500594.0 ], [ 101974.0, 500587.0 ], [ 101628.0, 500526.0 ], [ 101470.0, 500535.0 ], [ 101395.0, 500634.0 ], [ 101372.0, 500791.0 ], [ 101509.0, 500922.0 ], [ 101787.0, 501071.0 ], [ 101815.0, 501140.0 ], [ 101727.0, 501284.0 ], [ 101605.0, 501331.0 ], [ 101506.0, 501400.0 ], [ 101414.0, 501544.0 ], [ 101332.0, 501624.0 ], [ 101167.0, 501608.0 ], [ 101023.0, 501538.0 ], [ 100861.0, 501370.0 ], [ 100742.0, 501181.0 ], [ 100453.0, 500919.0 ], [ 100151.0, 500802.0 ], [ 99787.0, 500712.0 ], [ 99454.0, 500613.0 ], [ 99026.0, 500497.0 ], [ 98738.0, 500443.0 ], [ 98272.0, 500440.0 ] ], [ [ 98278.0, 499639.0 ], [ 98728.0, 499830.0 ], [ 99105.0, 499968.0 ], [ 99470.0, 500078.0 ], [ 100072.0, 500217.0 ], [ 100555.0, 500290.0 ], [ 100869.0, 500342.0 ], [ 101061.0, 500386.0 ], [ 101220.0, 500467.0 ], [ 101248.0, 500614.0 ], [ 101163.0, 500766.0 ], [ 101183.0, 500932.0 ], [ 101244.0, 501048.0 ], [ 101343.0, 501195.0 ], [ 101382.0, 501316.0 ], [ 101301.0, 501430.0 ], [ 101154.0, 501444.0 ], [ 100919.0, 501260.0 ], [ 100778.0, 501041.0 ], [ 100526.0, 500813.0 ], [ 100256.0, 500651.0 ], [ 99846.0, 500426.0 ], [ 99282.0, 500278.0 ], [ 98952.0, 500225.0 ], [ 98690.0, 500212.0 ], [ 98272.0, 500440.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99952.0, 498867.0 ], [ 99960.0, 498752.0 ] ], [ [ 99960.0, 498752.0 ], [ 100097.0, 498589.0 ], [ 100245.0, 498556.0 ], [ 100522.0, 498652.0 ], [ 100675.0, 498909.0 ], [ 100788.0, 499159.0 ], [ 101069.0, 499415.0 ], [ 101418.0, 499583.0 ], [ 101749.0, 499657.0 ], [ 102102.0, 499756.0 ], [ 102390.0, 499900.0 ], [ 102547.0, 499974.0 ], [ 102674.0, 499919.0 ], [ 102765.0, 499846.0 ], [ 102879.0, 499831.0 ], [ 102996.0, 499969.0 ], [ 103180.0, 500112.0 ], [ 103323.0, 500212.0 ], [ 103324.0, 500404.0 ], [ 103280.0, 500515.0 ], [ 103230.0, 500565.0 ], [ 103158.0, 500466.0 ], [ 103131.0, 500366.0 ], [ 103074.0, 500367.0 ], [ 103025.0, 500499.0 ], [ 102995.0, 500588.0 ], [ 102918.0, 500609.0 ], [ 102843.0, 500580.0 ], [ 102801.0, 500598.0 ], [ 102846.0, 500679.0 ], [ 102909.0, 500701.0 ], [ 103068.0, 500752.0 ], [ 103237.0, 500878.0 ], [ 103234.0, 501080.0 ], [ 103096.0, 501231.0 ], [ 102906.0, 501286.0 ], [ 102699.0, 501269.0 ], [ 102538.0, 501290.0 ], [ 102363.0, 501200.0 ], [ 102184.0, 501063.0 ], [ 101968.0, 500929.0 ], [ 101819.0, 500850.0 ], [ 101724.0, 500773.0 ], [ 101711.0, 500747.0 ], [ 101763.0, 500728.0 ], [ 101972.0, 500771.0 ], [ 102219.0, 500808.0 ], [ 102335.0, 500791.0 ], [ 102427.0, 500735.0 ], [ 102444.0, 500628.0 ], [ 102480.0, 500577.0 ], [ 102504.0, 500455.0 ], [ 102491.0, 500463.0 ], [ 102408.0, 500489.0 ], [ 102329.0, 500478.0 ], [ 102172.0, 500351.0 ], [ 101882.0, 500268.0 ], [ 101474.0, 500119.0 ], [ 101183.0, 499904.0 ], [ 100915.0, 499735.0 ], [ 100701.0, 499616.0 ], [ 100550.0, 499503.0 ], [ 100239.0, 499223.0 ], [ 100113.0, 499123.0 ], [ 100007.0, 499028.0 ], [ 99951.0, 498886.0 ], [ 99952.0, 498867.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98993.0, 498603.0 ], [ 99055.0, 498567.0 ] ], [ [ 99055.0, 498567.0 ], [ 99238.0, 498461.0 ], [ 99467.0, 498415.0 ], [ 99770.0, 498283.0 ], [ 99934.0, 498226.0 ], [ 100161.0, 498225.0 ], [ 100351.0, 498259.0 ], [ 100515.0, 498384.0 ], [ 100673.0, 498639.0 ], [ 100807.0, 498891.0 ], [ 100951.0, 499101.0 ], [ 101230.0, 499294.0 ], [ 101554.0, 499413.0 ], [ 102152.0, 499649.0 ], [ 102321.0, 499763.0 ], [ 102418.0, 499807.0 ], [ 102596.0, 499718.0 ], [ 102712.0, 499528.0 ], [ 102805.0, 499430.0 ], [ 102896.0, 499356.0 ], [ 102962.0, 499324.0 ], [ 103021.0, 499307.0 ], [ 103053.0, 499327.0 ], [ 103014.0, 499437.0 ], [ 102981.0, 499523.0 ], [ 102995.0, 499640.0 ], [ 103057.0, 499758.0 ], [ 103150.0, 499878.0 ], [ 103237.0, 499940.0 ], [ 103330.0, 499977.0 ], [ 103404.0, 500031.0 ], [ 103426.0, 500186.0 ], [ 103408.0, 500297.0 ], [ 103394.0, 500419.0 ], [ 103404.0, 500559.0 ], [ 103454.0, 500781.0 ], [ 103519.0, 500958.0 ], [ 103562.0, 501100.0 ], [ 103570.0, 501281.0 ], [ 103370.0, 501402.0 ], [ 103180.0, 501462.0 ], [ 102998.0, 501461.0 ], [ 102766.0, 501466.0 ], [ 102578.0, 501526.0 ], [ 102528.0, 501645.0 ], [ 102477.0, 501778.0 ], [ 102387.0, 501799.0 ], [ 102318.0, 501703.0 ], [ 102303.0, 501485.0 ], [ 102269.0, 501286.0 ], [ 102173.0, 501118.0 ], [ 102070.0, 501055.0 ], [ 101922.0, 500975.0 ], [ 101769.0, 500896.0 ], [ 101623.0, 500810.0 ], [ 101585.0, 500769.0 ], [ 101588.0, 500661.0 ], [ 101700.0, 500632.0 ], [ 101884.0, 500688.0 ], [ 102043.0, 500717.0 ], [ 102234.0, 500724.0 ], [ 102317.0, 500694.0 ], [ 102353.0, 500623.0 ], [ 102322.0, 500530.0 ], [ 102208.0, 500460.0 ], [ 102062.0, 500397.0 ], [ 101902.0, 500335.0 ], [ 101400.0, 500242.0 ], [ 101102.0, 500113.0 ], [ 100895.0, 499941.0 ], [ 100690.0, 499739.0 ], [ 100302.0, 499443.0 ], [ 99898.0, 499204.0 ], [ 99440.0, 499000.0 ], [ 99219.0, 498876.0 ], [ 99052.0, 498738.0 ], [ 98993.0, 498603.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106764.0, 496673.0 ], [ 106516.0, 496936.0 ], [ 106229.0, 497039.0 ], [ 105939.0, 497130.0 ], [ 105724.0, 497225.0 ], [ 105574.0, 497363.0 ], [ 105473.0, 497507.0 ], [ 105386.0, 497682.0 ], [ 105319.0, 497825.0 ], [ 105226.0, 497899.0 ], [ 105110.0, 497894.0 ], [ 104939.0, 497815.0 ], [ 104881.0, 497734.0 ], [ 104860.0, 497636.0 ], [ 104875.0, 497528.0 ], [ 104937.0, 497359.0 ] ], [ [ 104897.0, 496582.0 ], [ 104885.0, 496841.0 ], [ 104859.0, 497068.0 ], [ 104896.0, 497265.0 ], [ 104937.0, 497359.0 ] ], [ [ 107334.0, 496701.0 ], [ 107255.0, 496980.0 ], [ 106972.0, 497130.0 ], [ 106645.0, 497176.0 ], [ 106309.0, 497211.0 ], [ 106012.0, 497287.0 ], [ 105748.0, 497407.0 ], [ 105616.0, 497519.0 ], [ 105542.0, 497684.0 ], [ 105495.0, 497875.0 ], [ 105382.0, 498085.0 ], [ 105206.0, 498167.0 ], [ 104957.0, 498098.0 ], [ 104796.0, 497998.0 ], [ 104691.0, 497800.0 ], [ 104683.0, 497453.0 ], [ 104897.0, 496582.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98539.0, 496597.0 ], [ 99140.0, 496756.0 ], [ 99497.0, 496807.0 ], [ 99819.0, 496803.0 ], [ 100057.0, 496762.0 ], [ 100241.0, 496787.0 ], [ 100532.0, 496966.0 ], [ 100665.0, 497127.0 ], [ 100741.0, 497371.0 ], [ 100811.0, 497588.0 ], [ 100969.0, 497858.0 ], [ 101054.0, 497954.0 ], [ 101153.0, 498023.0 ], [ 101236.0, 498046.0 ], [ 101337.0, 497938.0 ], [ 101480.0, 497804.0 ], [ 101660.0, 497731.0 ], [ 101727.0, 497736.0 ], [ 101912.0, 497760.0 ], [ 102096.0, 497799.0 ], [ 102253.0, 497788.0 ], [ 102401.0, 497756.0 ], [ 102517.0, 497739.0 ], [ 102662.0, 497741.0 ], [ 102809.0, 497787.0 ], [ 103020.0, 497900.0 ], [ 103402.0, 498142.0 ], [ 103793.0, 498579.0 ], [ 103984.0, 498827.0 ], [ 104017.0, 498973.0 ], [ 103986.0, 499081.0 ], [ 103873.0, 499175.0 ], [ 103686.0, 499218.0 ], [ 103483.0, 499296.0 ], [ 103356.0, 499373.0 ], [ 103303.0, 499423.0 ], [ 103286.0, 499518.0 ], [ 103303.0, 499590.0 ], [ 103376.0, 499627.0 ], [ 103520.0, 499613.0 ], [ 103617.0, 499626.0 ], [ 103908.0, 499698.0 ], [ 104115.0, 499759.0 ], [ 104284.0, 499841.0 ], [ 104333.0, 499964.0 ], [ 104274.0, 500099.0 ], [ 104123.0, 500196.0 ], [ 103741.0, 500282.0 ], [ 103660.0, 500367.0 ], [ 103633.0, 500498.0 ], [ 103691.0, 500626.0 ], [ 103796.0, 500713.0 ], [ 104008.0, 500802.0 ], [ 104216.0, 500943.0 ], [ 104317.0, 501127.0 ], [ 104354.0, 501314.0 ], [ 104365.0, 501549.0 ], [ 104352.0, 501683.0 ], [ 104214.0, 501817.0 ], [ 104090.0, 501845.0 ], [ 103944.0, 501843.0 ], [ 103830.0, 501836.0 ], [ 103718.0, 501888.0 ], [ 103681.0, 501952.0 ], [ 103698.0, 502012.0 ], [ 103782.0, 502057.0 ], [ 103905.0, 502022.0 ], [ 104018.0, 501968.0 ], [ 104110.0, 501929.0 ], [ 104225.0, 501867.0 ], [ 104373.0, 501819.0 ], [ 104489.0, 501771.0 ], [ 104578.0, 501680.0 ], [ 104658.0, 501589.0 ], [ 104717.0, 501552.0 ], [ 104828.0, 501543.0 ], [ 104905.0, 501566.0 ], [ 105056.0, 501601.0 ], [ 105150.0, 501614.0 ], [ 105265.0, 501638.0 ], [ 105408.0, 501664.0 ], [ 105590.0, 501770.0 ], [ 105914.0, 502119.0 ], [ 106045.0, 502278.0 ], [ 106126.0, 502426.0 ], [ 106206.0, 502612.0 ], [ 106254.0, 502711.0 ], [ 106286.0, 502844.0 ], [ 106277.0, 503006.0 ], [ 106211.0, 503144.0 ], [ 106107.0, 503263.0 ], [ 105993.0, 503384.0 ], [ 105875.0, 503518.0 ], [ 105800.0, 503627.0 ], [ 105737.0, 503745.0 ], [ 105694.0, 503926.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101580.0, 496420.0 ], [ 101672.0, 496657.0 ], [ 102140.0, 497454.0 ], [ 102277.0, 497588.0 ], [ 102387.0, 497679.0 ], [ 102478.0, 497709.0 ], [ 102499.0, 497663.0 ], [ 102466.0, 497540.0 ], [ 102521.0, 497474.0 ], [ 102713.0, 497625.0 ], [ 102954.0, 497779.0 ], [ 103196.0, 497899.0 ], [ 103507.0, 498011.0 ], [ 103744.0, 498045.0 ], [ 103824.0, 498027.0 ], [ 103829.0, 497989.0 ], [ 103660.0, 497899.0 ], [ 103464.0, 497837.0 ], [ 103242.0, 497722.0 ], [ 102966.0, 497563.0 ], [ 102769.0, 497397.0 ], [ 102687.0, 497221.0 ], [ 102700.0, 497098.0 ], [ 102752.0, 497009.0 ], [ 102870.0, 496950.0 ], [ 102973.0, 496877.0 ], [ 103018.0, 496771.0 ], [ 103049.0, 496681.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 511947.0 ], [ 101273.0, 511944.0 ], [ 102065.0, 511799.0 ], [ 102834.0, 511602.0 ], [ 103365.0, 511501.0 ], [ 103767.0, 511397.0 ], [ 104025.0, 511332.0 ], [ 104297.0, 511381.0 ], [ 104426.0, 511414.0 ], [ 104515.0, 511488.0 ], [ 104512.0, 511709.0 ], [ 104427.0, 511919.0 ], [ 104399.0, 512038.0 ], [ 104400.0, 512145.0 ], [ 104488.0, 512352.0 ], [ 104627.0, 512577.0 ], [ 104769.0, 512890.0 ], [ 104841.0, 513292.0 ], [ 104961.0, 513736.0 ], [ 105084.0, 514118.0 ], [ 105319.0, 514608.0 ], [ 105438.0, 514898.0 ], [ 105487.0, 515162.0 ], [ 105644.0, 515848.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512402.0 ], [ 102061.0, 512400.0 ], [ 102572.0, 512323.0 ], [ 103033.0, 512143.0 ], [ 103306.0, 512012.0 ], [ 103574.0, 511953.0 ], [ 103840.0, 511960.0 ], [ 103972.0, 511978.0 ], [ 104100.0, 512054.0 ], [ 104128.0, 512339.0 ], [ 104151.0, 512629.0 ], [ 104298.0, 512950.0 ], [ 104470.0, 513236.0 ], [ 104603.0, 513523.0 ], [ 104871.0, 514121.0 ], [ 104981.0, 514456.0 ], [ 105032.0, 514664.0 ], [ 105005.0, 514797.0 ], [ 104928.0, 514964.0 ], [ 104876.0, 515105.0 ], [ 104855.0, 515211.0 ], [ 105069.0, 515809.0 ], [ 105243.0, 516103.0 ], [ 105378.0, 516301.0 ], [ 105519.0, 516441.0 ], [ 105654.0, 516593.0 ], [ 105823.0, 516746.0 ], [ 105981.0, 516903.0 ], [ 106127.0, 517083.0 ], [ 106229.0, 517252.0 ], [ 106319.0, 517455.0 ], [ 106364.0, 517590.0 ], [ 106386.0, 517680.0 ], [ 106409.0, 517866.0 ], [ 106415.0, 518035.0 ], [ 106381.0, 518227.0 ], [ 106347.0, 518328.0 ], [ 106262.0, 518396.0 ], [ 106167.0, 518401.0 ], [ 106054.0, 518390.0 ], [ 105908.0, 518351.0 ], [ 105784.0, 518283.0 ], [ 105530.0, 518199.0 ], [ 105361.0, 518148.0 ], [ 105215.0, 518092.0 ], [ 105074.0, 518063.0 ], [ 104945.0, 518041.0 ], [ 104843.0, 518030.0 ], [ 104759.0, 518024.0 ], [ 104663.0, 518018.0 ], [ 104595.0, 518018.0 ], [ 104539.0, 518047.0 ], [ 104488.0, 518086.0 ], [ 104426.0, 518154.0 ], [ 104376.0, 518232.0 ], [ 104331.0, 518328.0 ], [ 104280.0, 518418.0 ], [ 104241.0, 518514.0 ], [ 104212.0, 518598.0 ], [ 104207.0, 518705.0 ], [ 104196.0, 518812.0 ], [ 104212.0, 518897.0 ], [ 104224.0, 519060.0 ], [ 104269.0, 519257.0 ], [ 104280.0, 519438.0 ], [ 104280.0, 519629.0 ], [ 104291.0, 519883.0 ], [ 104336.0, 520012.0 ], [ 104387.0, 520265.0 ], [ 104452.0, 520561.0 ], [ 104483.0, 520747.0 ], [ 104508.0, 520969.0 ], [ 104548.0, 521178.0 ], [ 104559.0, 521400.0 ], [ 104587.0, 521603.0 ], [ 104604.0, 521952.0 ], [ 104607.0, 522180.0 ], [ 104624.0, 522451.0 ], [ 104629.0, 522670.0 ], [ 104632.0, 523003.0 ], [ 104614.0, 523167.0 ], [ 104600.0, 523328.0 ], [ 104574.0, 523512.0 ], [ 104543.0, 523664.0 ], [ 104532.0, 523763.0 ], [ 104476.0, 523938.0 ], [ 104442.0, 524050.0 ], [ 104380.0, 524185.0 ], [ 104346.0, 524274.0 ], [ 104322.0, 524313.0 ], [ 104284.0, 524350.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108403.0, 523386.0 ], [ 108604.0, 523269.0 ], [ 108801.0, 522990.0 ], [ 108864.0, 522679.0 ], [ 108931.0, 522437.0 ], [ 109087.0, 522328.0 ], [ 109277.0, 522414.0 ], [ 109517.0, 522562.0 ], [ 109754.0, 522725.0 ], [ 110198.0, 523050.0 ], [ 110435.0, 523184.0 ], [ 110590.0, 523104.0 ], [ 110591.0, 522842.0 ], [ 110424.0, 522567.0 ], [ 110103.0, 522354.0 ], [ 109799.0, 522142.0 ], [ 109555.0, 521931.0 ], [ 109319.0, 521701.0 ], [ 109086.0, 521502.0 ], [ 108832.0, 521393.0 ], [ 108565.0, 521373.0 ], [ 108281.0, 521359.0 ], [ 108062.0, 521368.0 ], [ 107808.0, 521470.0 ], [ 107550.0, 521727.0 ], [ 107367.0, 521766.0 ], [ 107172.0, 521798.0 ], [ 107034.0, 521896.0 ], [ 107117.0, 522036.0 ], [ 107338.0, 522038.0 ], [ 107567.0, 521983.0 ], [ 107859.0, 521944.0 ], [ 108073.0, 521993.0 ], [ 108185.0, 522173.0 ], [ 108150.0, 522460.0 ], [ 108080.0, 522654.0 ], [ 107978.0, 522849.0 ], [ 107906.0, 523171.0 ], [ 107996.0, 523322.0 ], [ 108153.0, 523419.0 ], [ 108403.0, 523386.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108790.0, 530006.0 ], [ 109762.0, 530006.0 ], [ 109582.0, 529668.0 ], [ 109381.0, 529565.0 ], [ 109141.0, 529539.0 ], [ 108936.0, 529655.0 ], [ 108824.0, 529860.0 ], [ 108790.0, 530006.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 113367.0, 529993.0 ], [ 115543.0, 529972.0 ], [ 115543.0, 529518.0 ], [ 115234.0, 529338.0 ], [ 114339.0, 528974.0 ], [ 113954.0, 528897.0 ], [ 113629.0, 528953.0 ], [ 113333.0, 529132.0 ], [ 113196.0, 529381.0 ], [ 113209.0, 529608.0 ], [ 113299.0, 529869.0 ], [ 113367.0, 529993.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 113193.0, 524463.0 ], [ 113554.0, 524395.0 ], [ 113868.0, 524224.0 ], [ 114315.0, 523848.0 ], [ 114715.0, 523493.0 ], [ 115201.0, 522969.0 ], [ 115556.0, 522492.0 ], [ 115530.0, 521917.0 ], [ 115538.0, 521413.0 ], [ 115521.0, 520691.0 ], [ 115539.0, 520281.0 ], [ 115246.0, 520251.0 ], [ 114896.0, 520274.0 ], [ 114358.0, 520400.0 ], [ 113904.0, 520674.0 ], [ 113487.0, 520983.0 ], [ 112929.0, 521733.0 ], [ 112749.0, 522168.0 ], [ 112564.0, 522455.0 ], [ 112295.0, 522824.0 ], [ 112079.0, 523212.0 ], [ 112061.0, 523553.0 ], [ 112296.0, 523931.0 ], [ 112533.0, 524161.0 ], [ 112800.0, 524390.0 ], [ 113193.0, 524463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 110659.0, 517037.0 ], [ 110875.0, 517025.0 ], [ 111275.0, 516933.0 ], [ 111572.0, 516964.0 ], [ 111972.0, 517001.0 ], [ 112261.0, 516888.0 ], [ 112295.0, 516694.0 ], [ 112051.0, 516605.0 ], [ 111713.0, 516543.0 ], [ 111356.0, 516531.0 ], [ 111020.0, 516448.0 ], [ 110641.0, 516370.0 ], [ 110351.0, 516532.0 ], [ 110224.0, 516706.0 ], [ 110295.0, 516916.0 ], [ 110456.0, 517027.0 ], [ 110659.0, 517037.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values_edited.geojson new file mode 100644 index 0000000..a3afdc5 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21/DS21_union_with_values_edited.geojson @@ -0,0 +1,58 @@ +{ +"type": "FeatureCollection", +"name": "DS21_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 513946.0 ], [ 101856.0, 514021.0 ], [ 102460.0, 514076.0 ], [ 103229.0, 514169.0 ], [ 103545.0, 514308.0 ], [ 103712.0, 514527.0 ], [ 103677.0, 514813.0 ], [ 103692.0, 515101.0 ], [ 104126.0, 515747.0 ], [ 104255.0, 515988.0 ], [ 104435.0, 516247.0 ], [ 104550.0, 516453.0 ], [ 104579.0, 516746.0 ], [ 104601.0, 516988.0 ], [ 104539.0, 517162.0 ], [ 104460.0, 517303.0 ], [ 104356.0, 517406.0 ], [ 104245.0, 517528.0 ], [ 104174.0, 517676.0 ], [ 104104.0, 517858.0 ], [ 104034.0, 518152.0 ], [ 104010.0, 518286.0 ], [ 103984.0, 518401.0 ], [ 103970.0, 518690.0 ], [ 103963.0, 518890.0 ], [ 103893.0, 519231.0 ], [ 103822.0, 519690.0 ], [ 103735.0, 520132.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98158.0, 513940.0 ], [ 98970.0, 513855.0 ], [ 99125.0, 513855.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98168.0, 512725.0 ], [ 99125.0, 512746.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512840.0 ], [ 101508.0, 512855.0 ], [ 102151.0, 512898.0 ], [ 102640.0, 512840.0 ], [ 103014.0, 512626.0 ], [ 103153.0, 512457.0 ], [ 103261.0, 512362.0 ], [ 103456.0, 512324.0 ], [ 103658.0, 512398.0 ], [ 103829.0, 512524.0 ], [ 103940.0, 512724.0 ], [ 104033.0, 512970.0 ], [ 104278.0, 513394.0 ], [ 104515.0, 513845.0 ], [ 104732.0, 514224.0 ], [ 104870.0, 514480.0 ], [ 104943.0, 514637.0 ], [ 104939.0, 514833.0 ], [ 104832.0, 514974.0 ], [ 104731.0, 515087.0 ], [ 104708.0, 515238.0 ], [ 104704.0, 515785.0 ], [ 104787.0, 516061.0 ], [ 104900.0, 516185.0 ], [ 105147.0, 516377.0 ], [ 105328.0, 516647.0 ], [ 105328.0, 516895.0 ], [ 105283.0, 517199.0 ], [ 105204.0, 517492.0 ], [ 104888.0, 517683.0 ], [ 104528.0, 517773.0 ], [ 104235.0, 518168.0 ], [ 104077.0, 518669.0 ], [ 104145.0, 519148.0 ], [ 104167.0, 519485.0 ], [ 104162.0, 519666.0 ], [ 104151.0, 519885.0 ], [ 104179.0, 520105.0 ], [ 104266.0, 520561.0 ], [ 104269.0, 520831.0 ], [ 104266.0, 521046.0 ], [ 104241.0, 521243.0 ], [ 104235.0, 521355.0 ], [ 104218.0, 521428.0 ], [ 104210.0, 521566.0 ], [ 104148.0, 521659.0 ], [ 103960.0, 521740.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98172.0, 512300.0 ], [ 99125.0, 512318.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106804.0, 510147.0 ], [ 106689.0, 510206.0 ], [ 106500.0, 510519.0 ], [ 106446.0, 510683.0 ], [ 106284.0, 510832.0 ], [ 106107.0, 510885.0 ], [ 105988.0, 510817.0 ], [ 105904.0, 510744.0 ], [ 105810.0, 510637.0 ], [ 105707.0, 510584.0 ], [ 105577.0, 510537.0 ] ], [ [ 103526.0, 510127.0 ], [ 103432.0, 510183.0 ], [ 103273.0, 510213.0 ], [ 103084.0, 510257.0 ], [ 102996.0, 510306.0 ], [ 102917.0, 510388.0 ], [ 102892.0, 510458.0 ], [ 102976.0, 510493.0 ], [ 103161.0, 510545.0 ], [ 103298.0, 510611.0 ], [ 103406.0, 510641.0 ], [ 103534.0, 510651.0 ], [ 103663.0, 510641.0 ], [ 103901.0, 510546.0 ], [ 104006.0, 510530.0 ], [ 104162.0, 510572.0 ], [ 104362.0, 510646.0 ], [ 104629.0, 510814.0 ], [ 104936.0, 510997.0 ], [ 105265.0, 511206.0 ], [ 105310.0, 511246.0 ], [ 105497.0, 511302.0 ], [ 105704.0, 511330.0 ], [ 105945.0, 511279.0 ], [ 106185.0, 511154.0 ], [ 106424.0, 511039.0 ], [ 106622.0, 510979.0 ], [ 106916.0, 510961.0 ], [ 107147.0, 510920.0 ], [ 107356.0, 510794.0 ], [ 107425.0, 510639.0 ], [ 107339.0, 510433.0 ], [ 107134.0, 510271.0 ], [ 106804.0, 510147.0 ] ], [ [ 103571.0, 510104.0 ], [ 103562.0, 510141.0 ], [ 103543.0, 510145.0 ], [ 103526.0, 510127.0 ] ], [ [ 103503.0, 509903.0 ], [ 103530.0, 509937.0 ], [ 103561.0, 509996.0 ], [ 103582.0, 510050.0 ], [ 103571.0, 510104.0 ] ], [ [ 103503.0, 509903.0 ], [ 103476.0, 509892.0 ], [ 103463.0, 509896.0 ], [ 103455.0, 509903.0 ] ], [ [ 105577.0, 510537.0 ], [ 105651.0, 510679.0 ], [ 105613.0, 510820.0 ], [ 105413.0, 510905.0 ], [ 105188.0, 510784.0 ], [ 105038.0, 510633.0 ], [ 104791.0, 510496.0 ], [ 104454.0, 510425.0 ], [ 104333.0, 510340.0 ], [ 104305.0, 510208.0 ], [ 104334.0, 510142.0 ], [ 104419.0, 510136.0 ], [ 104418.0, 510074.0 ], [ 104322.0, 510009.0 ], [ 104254.0, 509984.0 ], [ 104248.0, 509924.0 ], [ 104267.0, 509860.0 ], [ 104348.0, 509838.0 ], [ 104429.0, 509843.0 ], [ 104506.0, 509841.0 ], [ 104515.0, 509777.0 ], [ 104461.0, 509724.0 ], [ 104337.0, 509694.0 ], [ 104282.0, 509675.0 ], [ 104274.0, 509645.0 ], [ 104350.0, 509618.0 ], [ 104463.0, 509630.0 ], [ 104684.0, 509691.0 ], [ 104738.0, 509713.0 ], [ 104815.0, 509668.0 ], [ 104868.0, 509568.0 ], [ 104829.0, 509431.0 ], [ 104679.0, 509388.0 ], [ 104620.0, 509331.0 ], [ 104623.0, 509275.0 ], [ 104665.0, 509219.0 ], [ 104780.0, 509172.0 ], [ 105043.0, 509168.0 ], [ 105273.0, 509207.0 ], [ 105384.0, 509216.0 ], [ 105514.0, 509273.0 ], [ 105732.0, 509412.0 ], [ 105963.0, 509496.0 ], [ 106270.0, 509470.0 ], [ 106609.0, 509404.0 ], [ 107092.0, 509305.0 ], [ 107331.0, 509239.0 ], [ 107563.0, 509234.0 ], [ 107719.0, 509255.0 ], [ 107919.0, 509298.0 ], [ 108200.0, 509279.0 ], [ 108481.0, 509276.0 ], [ 108670.0, 509272.0 ], [ 108916.0, 509286.0 ], [ 109475.0, 509282.0 ] ], [ [ 106567.0, 508125.0 ], [ 106568.0, 508167.0 ], [ 106533.0, 508265.0 ], [ 106360.0, 508330.0 ], [ 106002.0, 508276.0 ], [ 105689.0, 508261.0 ], [ 105366.0, 508320.0 ], [ 105104.0, 508380.0 ], [ 104890.0, 508380.0 ], [ 104748.0, 508270.0 ], [ 104540.0, 508049.0 ], [ 104350.0, 507907.0 ], [ 104220.0, 507839.0 ], [ 104041.0, 507760.0 ], [ 103888.0, 507658.0 ], [ 103774.0, 507600.0 ], [ 103655.0, 507566.0 ], [ 103557.0, 507603.0 ], [ 103539.0, 507646.0 ], [ 103604.0, 507714.0 ], [ 103723.0, 507747.0 ], [ 103806.0, 507834.0 ], [ 103839.0, 508042.0 ], [ 103783.0, 508271.0 ], [ 103689.0, 508448.0 ], [ 103535.0, 508586.0 ], [ 103357.0, 508693.0 ], [ 103198.0, 508710.0 ], [ 103114.0, 508736.0 ], [ 103099.0, 508822.0 ], [ 103168.0, 508887.0 ], [ 103298.0, 508873.0 ], [ 103411.0, 508848.0 ], [ 103537.0, 508845.0 ], [ 103664.0, 508903.0 ], [ 103712.0, 508972.0 ], [ 103687.0, 509047.0 ], [ 103502.0, 509063.0 ], [ 103350.0, 509050.0 ], [ 103303.0, 509057.0 ], [ 103266.0, 509087.0 ], [ 103305.0, 509186.0 ], [ 103383.0, 509229.0 ], [ 103498.0, 509246.0 ], [ 103587.0, 509244.0 ], [ 103621.0, 509227.0 ], [ 103683.0, 509220.0 ], [ 103732.0, 509252.0 ], [ 103771.0, 509299.0 ], [ 103862.0, 509302.0 ], [ 103991.0, 509242.0 ], [ 104025.0, 509218.0 ], [ 104188.0, 509194.0 ], [ 104296.0, 509243.0 ], [ 104322.0, 509307.0 ], [ 104256.0, 509378.0 ], [ 104159.0, 509431.0 ], [ 104080.0, 509502.0 ], [ 104036.0, 509565.0 ], [ 103996.0, 509690.0 ], [ 103935.0, 509754.0 ], [ 103827.0, 509636.0 ], [ 103713.0, 509558.0 ], [ 103569.0, 509472.0 ], [ 103459.0, 509414.0 ], [ 103368.0, 509376.0 ], [ 103303.0, 509444.0 ], [ 103330.0, 509591.0 ], [ 103413.0, 509640.0 ], [ 103428.0, 509667.0 ], [ 103352.0, 509668.0 ], [ 103281.0, 509677.0 ], [ 103257.0, 509702.0 ], [ 103291.0, 509767.0 ], [ 103367.0, 509800.0 ], [ 103435.0, 509854.0 ], [ 103455.0, 509903.0 ] ], [ [ 109492.0, 507251.0 ], [ 108611.0, 507269.0 ], [ 108285.0, 507324.0 ], [ 108070.0, 507467.0 ], [ 107819.0, 507710.0 ], [ 107564.0, 507861.0 ], [ 107287.0, 507961.0 ], [ 107045.0, 508013.0 ], [ 106567.0, 508125.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103090.0, 510124.0 ], [ 103191.0, 510141.0 ], [ 103230.0, 510136.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106574.0, 510104.0 ], [ 106460.0, 510165.0 ], [ 106345.0, 510307.0 ], [ 106334.0, 510405.0 ], [ 106300.0, 510537.0 ], [ 106247.0, 510650.0 ], [ 106123.0, 510696.0 ], [ 105972.0, 510660.0 ], [ 105812.0, 510509.0 ], [ 105675.0, 510411.0 ], [ 105496.0, 510337.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103403.0, 510094.0 ], [ 103490.0, 510064.0 ], [ 103527.0, 510110.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103180.0, 509956.0 ], [ 103163.0, 509958.0 ], [ 103088.0, 509977.0 ], [ 103073.0, 509971.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103453.0, 509905.0 ], [ 103354.0, 509928.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99625.0, 509500.0 ], [ 99289.0, 509614.0 ], [ 99192.0, 509625.0 ] ], [ [ 99125.0, 509500.0 ], [ 99625.0, 509500.0 ] ], [ [ 99192.0, 509625.0 ], [ 99125.0, 509625.0 ], [ 99125.0, 509633.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99125.0, 509048.0 ], [ 98199.0, 509081.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104067.0, 508548.0 ], [ 104048.0, 508609.0 ], [ 104077.0, 508663.0 ], [ 104140.0, 508707.0 ], [ 104225.0, 508710.0 ], [ 104309.0, 508735.0 ], [ 104380.0, 508740.0 ], [ 104400.0, 508710.0 ], [ 104325.0, 508643.0 ], [ 104220.0, 508568.0 ], [ 104124.0, 508544.0 ], [ 104067.0, 508548.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103953.0, 508459.0 ], [ 103952.0, 508541.0 ], [ 104025.0, 508700.0 ], [ 104095.0, 508747.0 ], [ 104203.0, 508767.0 ], [ 104341.0, 508783.0 ], [ 104447.0, 508777.0 ], [ 104552.0, 508759.0 ], [ 104652.0, 508709.0 ], [ 104693.0, 508630.0 ], [ 104626.0, 508602.0 ], [ 104493.0, 508610.0 ], [ 104369.0, 508591.0 ], [ 104250.0, 508540.0 ], [ 104135.0, 508472.0 ], [ 104037.0, 508439.0 ], [ 103953.0, 508459.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104746.0, 508614.0 ], [ 104702.0, 508539.0 ], [ 104613.0, 508466.0 ], [ 104457.0, 508398.0 ], [ 104247.0, 508363.0 ], [ 104045.0, 508294.0 ], [ 103912.0, 508335.0 ], [ 103807.0, 508466.0 ], [ 103720.0, 508605.0 ], [ 103641.0, 508674.0 ], [ 103618.0, 508752.0 ], [ 103732.0, 508797.0 ], [ 103817.0, 508811.0 ], [ 103882.0, 508804.0 ], [ 103952.0, 508840.0 ], [ 104006.0, 508859.0 ], [ 104099.0, 508871.0 ], [ 104213.0, 508838.0 ], [ 104271.0, 508827.0 ], [ 104361.0, 508822.0 ], [ 104455.0, 508824.0 ], [ 104543.0, 508810.0 ], [ 104620.0, 508805.0 ], [ 104701.0, 508784.0 ], [ 104752.0, 508729.0 ], [ 104758.0, 508676.0 ], [ 104746.0, 508614.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98213.0, 507411.0 ], [ 98931.0, 507758.0 ], [ 99394.0, 507851.0 ], [ 99889.0, 507925.0 ], [ 100199.0, 507945.0 ], [ 100443.0, 507982.0 ], [ 100592.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106161.0, 505700.0 ], [ 106154.0, 505847.0 ], [ 106046.0, 506094.0 ], [ 105900.0, 506319.0 ], [ 105805.0, 506526.0 ], [ 105720.0, 506737.0 ], [ 105580.0, 506979.0 ], [ 105474.0, 507248.0 ], [ 105449.0, 507407.0 ] ], [ [ 105449.0, 507407.0 ], [ 105486.0, 507442.0 ], [ 105569.0, 507507.0 ], [ 105690.0, 507474.0 ], [ 105826.0, 507336.0 ], [ 105973.0, 507289.0 ], [ 106112.0, 507326.0 ] ], [ [ 104862.0, 507041.0 ], [ 105015.0, 507125.0 ], [ 105154.0, 507206.0 ], [ 105325.0, 507291.0 ], [ 105449.0, 507407.0 ] ], [ [ 107453.0, 506173.0 ], [ 107311.0, 506209.0 ], [ 107135.0, 506376.0 ], [ 107061.0, 506644.0 ], [ 106911.0, 506895.0 ], [ 106795.0, 507038.0 ], [ 106605.0, 507145.0 ], [ 106429.0, 507199.0 ], [ 106259.0, 507260.0 ], [ 106112.0, 507326.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98672.0, 506858.0 ], [ 99011.0, 506875.0 ], [ 99542.0, 506917.0 ], [ 100125.0, 506959.0 ], [ 100783.0, 507041.0 ], [ 101476.0, 507179.0 ], [ 101829.0, 507246.0 ], [ 102034.0, 507251.0 ], [ 102179.0, 507181.0 ], [ 102230.0, 507074.0 ], [ 102297.0, 506987.0 ], [ 102392.0, 506951.0 ], [ 102440.0, 507022.0 ], [ 102409.0, 507171.0 ], [ 102347.0, 507315.0 ], [ 102339.0, 507562.0 ], [ 102375.0, 507848.0 ], [ 102322.0, 508107.0 ], [ 102155.0, 508333.0 ], [ 101784.0, 508590.0 ], [ 101349.0, 508805.0 ], [ 101250.0, 508866.0 ] ], [ [ 98218.0, 506786.0 ], [ 98672.0, 506858.0 ] ], [ [ 98217.0, 506895.0 ], [ 98218.0, 506786.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98227.0, 505802.0 ], [ 98705.0, 505854.0 ], [ 99095.0, 505932.0 ], [ 99511.0, 506020.0 ], [ 100129.0, 506165.0 ], [ 100658.0, 506315.0 ], [ 101361.0, 506535.0 ], [ 101542.0, 506573.0 ], [ 101802.0, 506647.0 ], [ 102028.0, 506596.0 ], [ 102179.0, 506568.0 ], [ 102368.0, 506577.0 ], [ 102460.0, 506610.0 ], [ 102559.0, 506753.0 ], [ 102688.0, 506962.0 ], [ 102792.0, 507046.0 ], [ 102897.0, 507096.0 ], [ 103017.0, 507148.0 ], [ 103058.0, 507235.0 ], [ 102958.0, 507310.0 ], [ 102810.0, 507304.0 ], [ 102719.0, 507343.0 ], [ 102734.0, 507425.0 ], [ 102809.0, 507477.0 ], [ 102997.0, 507591.0 ], [ 103098.0, 507656.0 ], [ 103122.0, 507847.0 ], [ 103076.0, 508025.0 ], [ 102970.0, 508128.0 ], [ 102840.0, 508233.0 ], [ 102770.0, 508359.0 ], [ 102785.0, 508538.0 ], [ 102797.0, 508753.0 ], [ 102771.0, 508954.0 ], [ 102621.0, 509102.0 ], [ 102236.0, 509216.0 ], [ 101741.0, 509268.0 ], [ 101365.0, 509265.0 ], [ 101250.0, 509259.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103513.0, 505403.0 ], [ 103523.0, 505416.0 ], [ 103532.0, 505414.0 ], [ 103532.0, 505405.0 ], [ 103521.0, 505373.0 ], [ 103523.0, 505348.0 ], [ 103516.0, 505301.0 ] ], [ [ 103516.0, 505301.0 ], [ 103511.0, 505208.0 ], [ 103502.0, 505115.0 ], [ 103538.0, 505047.0 ] ], [ [ 103538.0, 505047.0 ], [ 103568.0, 504988.0 ] ], [ [ 102640.0, 505331.0 ], [ 102628.0, 505218.0 ], [ 102640.0, 505130.0 ], [ 102710.0, 505022.0 ], [ 102816.0, 504985.0 ], [ 102925.0, 505016.0 ], [ 103203.0, 505115.0 ], [ 103366.0, 505193.0 ], [ 103413.0, 505243.0 ], [ 103447.0, 505283.0 ], [ 103492.0, 505352.0 ], [ 103513.0, 505403.0 ] ], [ [ 101392.0, 505126.0 ], [ 101381.0, 505191.0 ], [ 101444.0, 505310.0 ], [ 101543.0, 505383.0 ], [ 101738.0, 505419.0 ], [ 101905.0, 505334.0 ], [ 102017.0, 505181.0 ], [ 102024.0, 505009.0 ], [ 102043.0, 504882.0 ], [ 102118.0, 504761.0 ], [ 102168.0, 504708.0 ], [ 102237.0, 504622.0 ], [ 102374.0, 504612.0 ], [ 102464.0, 504647.0 ], [ 102521.0, 504761.0 ], [ 102518.0, 504918.0 ], [ 102437.0, 505019.0 ], [ 102299.0, 505129.0 ], [ 102260.0, 505244.0 ], [ 102272.0, 505311.0 ], [ 102373.0, 505350.0 ], [ 102486.0, 505310.0 ], [ 102640.0, 505331.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103033.0, 505336.0 ], [ 103109.0, 505267.0 ], [ 103271.0, 505281.0 ], [ 103370.0, 505265.0 ], [ 103440.0, 505345.0 ], [ 103468.0, 505419.0 ], [ 103467.0, 505451.0 ], [ 103391.0, 505442.0 ], [ 103330.0, 505411.0 ], [ 103247.0, 505426.0 ], [ 103130.0, 505433.0 ], [ 103052.0, 505397.0 ], [ 103041.0, 505371.0 ], [ 103033.0, 505336.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101408.0, 505074.0 ], [ 101400.0, 505079.0 ] ], [ [ 98248.0, 503271.0 ], [ 98806.0, 503318.0 ], [ 99597.0, 503461.0 ], [ 100258.0, 503627.0 ], [ 100696.0, 503783.0 ], [ 101188.0, 504077.0 ], [ 101469.0, 504372.0 ], [ 101508.0, 504649.0 ], [ 101419.0, 504971.0 ], [ 101400.0, 505079.0 ] ], [ [ 98248.0, 503292.0 ], [ 98248.0, 503271.0 ] ], [ [ 98251.0, 502951.0 ], [ 98461.0, 502941.0 ], [ 98770.0, 502890.0 ], [ 99050.0, 502876.0 ], [ 99291.0, 502847.0 ], [ 99570.0, 502884.0 ], [ 99948.0, 503014.0 ], [ 100261.0, 503155.0 ], [ 100516.0, 503251.0 ], [ 100748.0, 503328.0 ], [ 100960.0, 503421.0 ], [ 101247.0, 503419.0 ], [ 101648.0, 503371.0 ], [ 101966.0, 503366.0 ], [ 102090.0, 503387.0 ], [ 102113.0, 503419.0 ], [ 102052.0, 503460.0 ], [ 102015.0, 503489.0 ], [ 102039.0, 503542.0 ], [ 102115.0, 503566.0 ], [ 102251.0, 503585.0 ], [ 102325.0, 503606.0 ], [ 102383.0, 503655.0 ], [ 102383.0, 503696.0 ], [ 102308.0, 503715.0 ], [ 102188.0, 503697.0 ], [ 102116.0, 503691.0 ], [ 102029.0, 503716.0 ], [ 101974.0, 503779.0 ], [ 101973.0, 503862.0 ], [ 102022.0, 503914.0 ], [ 102108.0, 503919.0 ], [ 102189.0, 503887.0 ], [ 102313.0, 503858.0 ], [ 102387.0, 503858.0 ], [ 102477.0, 503880.0 ], [ 102526.0, 503916.0 ], [ 102595.0, 503972.0 ], [ 102630.0, 504070.0 ], [ 102578.0, 504187.0 ], [ 102464.0, 504300.0 ], [ 102345.0, 504391.0 ], [ 102209.0, 504461.0 ], [ 102117.0, 504504.0 ], [ 101957.0, 504585.0 ], [ 101656.0, 504775.0 ], [ 101579.0, 504890.0 ], [ 101529.0, 504981.0 ], [ 101408.0, 505074.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104182.0, 505016.0 ], [ 104188.0, 505119.0 ], [ 104257.0, 505385.0 ], [ 104364.0, 505687.0 ], [ 104468.0, 505938.0 ], [ 104507.0, 506193.0 ], [ 104311.0, 506304.0 ], [ 104101.0, 506353.0 ], [ 103885.0, 506299.0 ], [ 103785.0, 506244.0 ], [ 103681.0, 506180.0 ], [ 103534.0, 506185.0 ], [ 103470.0, 506266.0 ], [ 103447.0, 506377.0 ], [ 103432.0, 506467.0 ], [ 103338.0, 506508.0 ], [ 103272.0, 506371.0 ], [ 103278.0, 506179.0 ], [ 103334.0, 506123.0 ], [ 103457.0, 506040.0 ], [ 103583.0, 505973.0 ], [ 103614.0, 505895.0 ], [ 103565.0, 505811.0 ], [ 103459.0, 505843.0 ], [ 103388.0, 505879.0 ], [ 103299.0, 505895.0 ], [ 103236.0, 505866.0 ], [ 103199.0, 505784.0 ], [ 103327.0, 505687.0 ], [ 103403.0, 505604.0 ], [ 103419.0, 505546.0 ], [ 103358.0, 505471.0 ], [ 103041.0, 505528.0 ], [ 102911.0, 505497.0 ], [ 102728.0, 505432.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104109.0, 504098.0 ], [ 104032.0, 504158.0 ], [ 103880.0, 504198.0 ], [ 103645.0, 504222.0 ], [ 103484.0, 504197.0 ], [ 103339.0, 504226.0 ], [ 103303.0, 504289.0 ], [ 103319.0, 504352.0 ], [ 103494.0, 504533.0 ], [ 103601.0, 504567.0 ], [ 103734.0, 504625.0 ] ], [ [ 98285.0, 496683.0 ], [ 98701.0, 496797.0 ], [ 99094.0, 496925.0 ], [ 99434.0, 497025.0 ], [ 99716.0, 497038.0 ], [ 99965.0, 496974.0 ], [ 100229.0, 497010.0 ], [ 100419.0, 497131.0 ], [ 100574.0, 497435.0 ], [ 100695.0, 497733.0 ], [ 100862.0, 498052.0 ], [ 101059.0, 498280.0 ], [ 101199.0, 498428.0 ], [ 101392.0, 498527.0 ], [ 101572.0, 498549.0 ], [ 101737.0, 498514.0 ], [ 101908.0, 498434.0 ], [ 101976.0, 498361.0 ], [ 101963.0, 498238.0 ], [ 101932.0, 498145.0 ], [ 101916.0, 498058.0 ], [ 101990.0, 497968.0 ], [ 102149.0, 497934.0 ], [ 102233.0, 497947.0 ], [ 102341.0, 498036.0 ], [ 102541.0, 498167.0 ], [ 102722.0, 498239.0 ], [ 102959.0, 498296.0 ], [ 103123.0, 498377.0 ], [ 103351.0, 498507.0 ], [ 103478.0, 498648.0 ], [ 103567.0, 498840.0 ], [ 103578.0, 498997.0 ], [ 103512.0, 499116.0 ], [ 103371.0, 499216.0 ], [ 103260.0, 499331.0 ], [ 103205.0, 499440.0 ], [ 103199.0, 499548.0 ], [ 103244.0, 499626.0 ], [ 103396.0, 499732.0 ], [ 103619.0, 499787.0 ], [ 103760.0, 499842.0 ], [ 103846.0, 499943.0 ], [ 103812.0, 500086.0 ], [ 103728.0, 500163.0 ], [ 103662.0, 500263.0 ], [ 103593.0, 500424.0 ], [ 103603.0, 500558.0 ], [ 103649.0, 500649.0 ], [ 103778.0, 500758.0 ], [ 103932.0, 500861.0 ], [ 104075.0, 500938.0 ], [ 104199.0, 501120.0 ], [ 104270.0, 501324.0 ], [ 104287.0, 501456.0 ], [ 104276.0, 501587.0 ], [ 104234.0, 501666.0 ], [ 104098.0, 501709.0 ], [ 103913.0, 501736.0 ], [ 103743.0, 501721.0 ], [ 103612.0, 501764.0 ], [ 103518.0, 501855.0 ], [ 103531.0, 501946.0 ], [ 103573.0, 502040.0 ], [ 103769.0, 502172.0 ], [ 103871.0, 502182.0 ], [ 103928.0, 502167.0 ], [ 104003.0, 502124.0 ], [ 104062.0, 502063.0 ], [ 104141.0, 501998.0 ], [ 104249.0, 501964.0 ], [ 104398.0, 501924.0 ], [ 104539.0, 501852.0 ], [ 104653.0, 501723.0 ], [ 104764.0, 501639.0 ], [ 104917.0, 501648.0 ], [ 105099.0, 501723.0 ], [ 105191.0, 501814.0 ], [ 105237.0, 501953.0 ], [ 105260.0, 502117.0 ], [ 105255.0, 502284.0 ], [ 105205.0, 502374.0 ], [ 105078.0, 502430.0 ], [ 104916.0, 502469.0 ], [ 104719.0, 502456.0 ], [ 104536.0, 502418.0 ], [ 104277.0, 502451.0 ], [ 104087.0, 502531.0 ], [ 103897.0, 502670.0 ], [ 103729.0, 502819.0 ], [ 103612.0, 502928.0 ], [ 103497.0, 503102.0 ], [ 103435.0, 503317.0 ], [ 103324.0, 503523.0 ], [ 103223.0, 503628.0 ], [ 103137.0, 503747.0 ], [ 103126.0, 503846.0 ], [ 103215.0, 504000.0 ], [ 103343.0, 504058.0 ], [ 103472.0, 504073.0 ], [ 103608.0, 504095.0 ], [ 103749.0, 504111.0 ], [ 103871.0, 504113.0 ], [ 104109.0, 504098.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101770.0, 502890.0 ], [ 101840.0, 502808.0 ], [ 101950.0, 502786.0 ], [ 102088.0, 502826.0 ], [ 102171.0, 502915.0 ], [ 102247.0, 503011.0 ], [ 102270.0, 503093.0 ], [ 102128.0, 503118.0 ], [ 102006.0, 503137.0 ], [ 101903.0, 503105.0 ], [ 101812.0, 502999.0 ], [ 101770.0, 502893.0 ], [ 101770.0, 502890.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104995.0, 503667.0 ], [ 104983.0, 503568.0 ], [ 104973.0, 503324.0 ], [ 104871.0, 503066.0 ], [ 104731.0, 502898.0 ], [ 104550.0, 502720.0 ], [ 104296.0, 502632.0 ], [ 104084.0, 502741.0 ], [ 103865.0, 503071.0 ], [ 103689.0, 503379.0 ], [ 103498.0, 503571.0 ], [ 103342.0, 503703.0 ], [ 103246.0, 503799.0 ], [ 103230.0, 503882.0 ], [ 103267.0, 503955.0 ], [ 103410.0, 504015.0 ], [ 103519.0, 504018.0 ], [ 103612.0, 504029.0 ], [ 103723.0, 504022.0 ], [ 103844.0, 504011.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98252.0, 502764.0 ], [ 98908.0, 502662.0 ], [ 99167.0, 502620.0 ], [ 99415.0, 502613.0 ], [ 99760.0, 502671.0 ], [ 100002.0, 502752.0 ], [ 100314.0, 502916.0 ], [ 100643.0, 503109.0 ], [ 101074.0, 503269.0 ], [ 101281.0, 503304.0 ], [ 101507.0, 503305.0 ], [ 101722.0, 503310.0 ], [ 101915.0, 503319.0 ], [ 102024.0, 503318.0 ], [ 102123.0, 503358.0 ], [ 102182.0, 503417.0 ], [ 102296.0, 503473.0 ], [ 102374.0, 503524.0 ], [ 102469.0, 503591.0 ], [ 102505.0, 503683.0 ], [ 102474.0, 503748.0 ], [ 102379.0, 503763.0 ], [ 102248.0, 503747.0 ], [ 102166.0, 503746.0 ], [ 102070.0, 503762.0 ], [ 102015.0, 503788.0 ], [ 102062.0, 503827.0 ], [ 102151.0, 503852.0 ], [ 102215.0, 503833.0 ], [ 102301.0, 503819.0 ], [ 102388.0, 503807.0 ], [ 102490.0, 503821.0 ], [ 102597.0, 503871.0 ], [ 102675.0, 503943.0 ], [ 102731.0, 504036.0 ], [ 102759.0, 504146.0 ], [ 102780.0, 504279.0 ], [ 102787.0, 504338.0 ], [ 102909.0, 504416.0 ], [ 103030.0, 504439.0 ], [ 103184.0, 504521.0 ], [ 103265.0, 504578.0 ], [ 103359.0, 504628.0 ], [ 103460.0, 504675.0 ], [ 103588.0, 504788.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 30.0, "value": 30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100724.0, 502276.0 ], [ 100716.0, 502259.0 ] ], [ [ 100716.0, 502259.0 ], [ 100851.0, 502238.0 ], [ 100969.0, 502241.0 ], [ 101080.0, 502224.0 ], [ 101186.0, 502268.0 ], [ 101226.0, 502334.0 ], [ 101170.0, 502339.0 ], [ 101063.0, 502345.0 ], [ 100959.0, 502354.0 ], [ 100839.0, 502341.0 ], [ 100735.0, 502297.0 ], [ 100724.0, 502276.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100445.0, 502217.0 ], [ 100442.0, 502209.0 ], [ 100442.0, 502199.0 ], [ 100453.0, 502187.0 ], [ 100465.0, 502179.0 ], [ 100483.0, 502163.0 ], [ 100498.0, 502155.0 ] ], [ [ 100498.0, 502155.0 ], [ 100520.0, 502137.0 ], [ 100691.0, 502137.0 ], [ 100894.0, 502158.0 ], [ 101186.0, 502172.0 ], [ 101258.0, 502224.0 ], [ 101307.0, 502311.0 ], [ 101338.0, 502402.0 ], [ 101318.0, 502459.0 ], [ 101183.0, 502476.0 ], [ 100951.0, 502458.0 ], [ 100824.0, 502432.0 ], [ 100691.0, 502386.0 ], [ 100571.0, 502312.0 ], [ 100445.0, 502217.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99722.0, 501931.0 ], [ 99815.0, 501806.0 ], [ 100239.0, 501892.0 ], [ 100514.0, 502001.0 ], [ 100929.0, 502088.0 ], [ 101030.0, 502091.0 ], [ 101118.0, 502077.0 ], [ 101194.0, 502092.0 ], [ 101326.0, 502249.0 ], [ 101473.0, 502346.0 ], [ 101528.0, 502377.0 ], [ 101709.0, 502421.0 ], [ 101973.0, 502471.0 ], [ 102083.0, 502474.0 ], [ 102189.0, 502491.0 ], [ 102353.0, 502636.0 ], [ 102485.0, 502735.0 ], [ 102656.0, 502796.0 ], [ 102768.0, 502886.0 ], [ 102821.0, 502991.0 ], [ 102851.0, 503107.0 ], [ 102823.0, 503228.0 ], [ 102751.0, 503288.0 ], [ 102615.0, 503279.0 ], [ 102472.0, 503216.0 ], [ 102219.0, 503175.0 ], [ 102034.0, 503177.0 ], [ 101855.0, 503124.0 ], [ 101735.0, 502982.0 ], [ 101689.0, 502838.0 ], [ 101675.0, 502696.0 ], [ 101675.0, 502614.0 ], [ 101610.0, 502482.0 ], [ 101436.0, 502498.0 ], [ 101175.0, 502534.0 ], [ 100839.0, 502501.0 ], [ 100523.0, 502413.0 ], [ 100293.0, 502335.0 ], [ 100115.0, 502251.0 ], [ 99946.0, 502144.0 ], [ 99752.0, 502013.0 ], [ 99723.0, 501940.0 ], [ 99722.0, 501931.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98311.0, 497228.0 ], [ 98412.0, 497239.0 ], [ 98732.0, 497308.0 ], [ 99152.0, 497426.0 ], [ 99884.0, 497593.0 ], [ 100140.0, 497706.0 ], [ 100457.0, 497893.0 ], [ 100690.0, 498138.0 ], [ 100896.0, 498467.0 ], [ 101044.0, 498719.0 ], [ 101125.0, 498903.0 ], [ 101250.0, 499069.0 ], [ 101539.0, 499207.0 ], [ 102001.0, 499394.0 ], [ 102250.0, 499447.0 ], [ 102402.0, 499439.0 ], [ 102505.0, 499417.0 ], [ 102572.0, 499350.0 ], [ 102630.0, 499201.0 ], [ 102704.0, 499049.0 ], [ 102748.0, 498930.0 ], [ 102777.0, 498800.0 ], [ 102832.0, 498718.0 ], [ 102955.0, 498689.0 ], [ 103064.0, 498690.0 ], [ 103181.0, 498725.0 ], [ 103261.0, 498839.0 ], [ 103296.0, 498968.0 ], [ 103232.0, 499175.0 ], [ 103127.0, 499351.0 ], [ 103073.0, 499452.0 ], [ 103064.0, 499608.0 ], [ 103104.0, 499670.0 ], [ 103158.0, 499718.0 ], [ 103269.0, 499788.0 ], [ 103377.0, 499823.0 ], [ 103454.0, 499861.0 ], [ 103541.0, 499910.0 ], [ 103596.0, 500004.0 ], [ 103586.0, 500093.0 ], [ 103521.0, 500218.0 ], [ 103494.0, 500318.0 ], [ 103469.0, 500485.0 ], [ 103519.0, 500610.0 ], [ 103567.0, 500716.0 ], [ 103566.0, 500790.0 ], [ 103583.0, 500895.0 ], [ 103627.0, 501003.0 ], [ 103741.0, 501091.0 ], [ 103781.0, 501181.0 ], [ 103749.0, 501357.0 ], [ 103441.0, 501652.0 ], [ 103342.0, 501781.0 ], [ 103328.0, 501875.0 ], [ 103339.0, 501951.0 ], [ 103427.0, 502048.0 ], [ 103544.0, 502157.0 ], [ 103650.0, 502294.0 ], [ 103658.0, 502413.0 ], [ 103622.0, 502504.0 ], [ 103532.0, 502585.0 ], [ 103468.0, 502616.0 ], [ 103262.0, 502609.0 ], [ 103068.0, 502571.0 ], [ 102961.0, 502556.0 ], [ 102904.0, 502624.0 ], [ 102893.0, 502708.0 ], [ 102949.0, 502832.0 ], [ 103034.0, 502913.0 ], [ 103083.0, 502980.0 ], [ 103144.0, 503082.0 ], [ 103087.0, 503266.0 ], [ 102998.0, 503401.0 ], [ 102894.0, 503522.0 ], [ 102735.0, 503538.0 ], [ 102516.0, 503516.0 ], [ 102309.0, 503422.0 ], [ 102228.0, 503377.0 ], [ 102145.0, 503307.0 ], [ 102060.0, 503265.0 ], [ 101971.0, 503226.0 ], [ 101746.0, 503212.0 ], [ 101477.0, 503202.0 ], [ 101044.0, 503039.0 ], [ 100918.0, 502997.0 ], [ 100797.0, 502923.0 ], [ 100661.0, 502880.0 ], [ 100555.0, 502823.0 ], [ 100453.0, 502705.0 ], [ 100280.0, 502593.0 ], [ 100133.0, 502525.0 ], [ 100010.0, 502492.0 ], [ 99882.0, 502463.0 ], [ 99737.0, 502436.0 ], [ 99561.0, 502411.0 ], [ 99251.0, 502406.0 ], [ 98953.0, 502412.0 ], [ 98603.0, 502425.0 ], [ 98254.0, 502484.0 ] ], [ [ 98267.0, 500975.0 ], [ 98741.0, 501037.0 ], [ 99233.0, 501159.0 ], [ 99939.0, 501374.0 ], [ 100465.0, 501636.0 ], [ 100813.0, 501839.0 ], [ 100977.0, 501925.0 ], [ 101124.0, 501932.0 ], [ 101265.0, 501943.0 ], [ 101343.0, 502045.0 ], [ 101380.0, 502168.0 ], [ 101495.0, 502327.0 ], [ 101686.0, 502379.0 ], [ 101909.0, 502402.0 ], [ 102049.0, 502388.0 ], [ 102203.0, 502329.0 ], [ 102385.0, 502379.0 ], [ 102484.0, 502529.0 ], [ 102566.0, 502637.0 ], [ 102684.0, 502709.0 ], [ 102788.0, 502778.0 ], [ 102872.0, 502916.0 ], [ 102910.0, 503087.0 ], [ 102864.0, 503306.0 ], [ 102784.0, 503363.0 ], [ 102565.0, 503327.0 ], [ 102306.0, 503215.0 ], [ 102108.0, 503187.0 ], [ 101983.0, 503204.0 ], [ 101842.0, 503189.0 ], [ 101688.0, 503039.0 ], [ 101603.0, 502864.0 ], [ 101492.0, 502670.0 ], [ 101334.0, 502646.0 ], [ 100744.0, 502643.0 ], [ 100265.0, 502475.0 ], [ 99764.0, 502307.0 ], [ 99210.0, 502250.0 ], [ 98849.0, 502286.0 ], [ 98254.0, 502484.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 40.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102375.0, 500434.0 ], [ 102372.0, 500434.0 ], [ 102356.0, 500426.0 ], [ 102317.0, 500377.0 ], [ 102305.0, 500356.0 ], [ 102296.0, 500335.0 ], [ 102283.0, 500282.0 ], [ 102276.0, 500269.0 ], [ 102290.0, 500253.0 ], [ 102333.0, 500266.0 ], [ 102346.0, 500282.0 ], [ 102352.0, 500310.0 ], [ 102364.0, 500329.0 ], [ 102377.0, 500362.0 ], [ 102378.0, 500411.0 ], [ 102375.0, 500434.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 35.0, "value": 35.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102381.0, 500447.0 ], [ 102362.0, 500442.0 ], [ 102317.0, 500394.0 ], [ 102226.0, 500234.0 ], [ 102224.0, 500200.0 ], [ 102304.0, 500208.0 ], [ 102358.0, 500242.0 ], [ 102366.0, 500316.0 ], [ 102397.0, 500378.0 ], [ 102391.0, 500447.0 ], [ 102381.0, 500447.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101510.0, 499895.0 ], [ 101509.0, 499892.0 ] ], [ [ 101509.0, 499892.0 ], [ 101517.0, 499819.0 ], [ 101649.0, 499796.0 ], [ 101910.0, 499880.0 ], [ 102131.0, 500024.0 ], [ 102320.0, 500134.0 ], [ 102644.0, 500184.0 ], [ 102824.0, 500159.0 ], [ 102879.0, 500247.0 ], [ 102762.0, 500280.0 ], [ 102518.0, 500217.0 ], [ 102386.0, 500251.0 ], [ 102381.0, 500333.0 ], [ 102424.0, 500429.0 ], [ 102377.0, 500461.0 ], [ 102296.0, 500386.0 ], [ 102242.0, 500291.0 ], [ 102091.0, 500148.0 ], [ 101879.0, 500062.0 ], [ 101634.0, 499978.0 ], [ 101513.0, 499907.0 ], [ 101510.0, 499895.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 35.0, "value": 35.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101684.0, 499923.0 ], [ 101652.0, 499907.0 ], [ 101639.0, 499886.0 ], [ 101639.0, 499870.0 ], [ 101692.0, 499862.0 ], [ 101782.0, 499883.0 ], [ 101877.0, 499913.0 ], [ 101970.0, 499966.0 ], [ 102029.0, 500016.0 ], [ 102042.0, 500040.0 ], [ 102039.0, 500053.0 ], [ 102018.0, 500064.0 ], [ 101976.0, 500056.0 ], [ 101909.0, 500029.0 ], [ 101816.0, 499987.0 ], [ 101684.0, 499923.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102464.0, 500343.0 ], [ 102481.0, 500388.0 ], [ 102468.0, 500458.0 ], [ 102375.0, 500478.0 ], [ 102275.0, 500410.0 ], [ 102161.0, 500317.0 ], [ 101973.0, 500192.0 ], [ 101669.0, 500070.0 ], [ 101442.0, 499951.0 ], [ 101321.0, 499812.0 ], [ 101320.0, 499720.0 ] ], [ [ 101320.0, 499720.0 ], [ 101397.0, 499712.0 ], [ 101685.0, 499732.0 ], [ 101885.0, 499766.0 ], [ 102090.0, 499841.0 ], [ 102275.0, 499969.0 ], [ 102429.0, 500060.0 ], [ 102570.0, 500113.0 ], [ 102720.0, 500064.0 ], [ 102872.0, 500039.0 ], [ 102998.0, 500121.0 ], [ 103154.0, 500189.0 ], [ 103211.0, 500257.0 ], [ 103119.0, 500252.0 ], [ 102963.0, 500290.0 ], [ 102897.0, 500362.0 ], [ 102881.0, 500505.0 ], [ 102767.0, 500582.0 ], [ 102780.0, 500694.0 ], [ 102721.0, 500922.0 ], [ 102589.0, 501037.0 ], [ 102399.0, 501037.0 ], [ 102185.0, 500952.0 ], [ 102057.0, 500870.0 ], [ 102103.0, 500848.0 ], [ 102287.0, 500889.0 ], [ 102437.0, 500901.0 ], [ 102580.0, 500873.0 ], [ 102658.0, 500817.0 ], [ 102700.0, 500715.0 ], [ 102714.0, 500640.0 ], [ 102717.0, 500564.0 ], [ 102776.0, 500499.0 ], [ 102789.0, 500465.0 ], [ 102736.0, 500403.0 ], [ 102630.0, 500339.0 ], [ 102522.0, 500313.0 ], [ 102470.0, 500320.0 ], [ 102464.0, 500343.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98278.0, 499639.0 ], [ 98746.0, 499685.0 ], [ 99227.0, 499857.0 ], [ 99835.0, 499984.0 ], [ 100154.0, 500020.0 ], [ 100417.0, 500068.0 ], [ 100814.0, 500127.0 ], [ 101026.0, 500194.0 ], [ 101172.0, 500280.0 ], [ 101446.0, 500390.0 ], [ 101641.0, 500405.0 ], [ 101865.0, 500444.0 ], [ 101974.0, 500473.0 ], [ 102106.0, 500525.0 ], [ 102150.0, 500568.0 ], [ 102126.0, 500594.0 ], [ 101974.0, 500587.0 ], [ 101628.0, 500526.0 ], [ 101470.0, 500535.0 ], [ 101395.0, 500634.0 ], [ 101372.0, 500791.0 ], [ 101509.0, 500922.0 ], [ 101787.0, 501071.0 ], [ 101815.0, 501140.0 ], [ 101727.0, 501284.0 ], [ 101605.0, 501331.0 ], [ 101506.0, 501400.0 ], [ 101414.0, 501544.0 ], [ 101332.0, 501624.0 ], [ 101167.0, 501608.0 ], [ 101023.0, 501538.0 ], [ 100861.0, 501370.0 ], [ 100742.0, 501181.0 ], [ 100453.0, 500919.0 ], [ 100151.0, 500802.0 ], [ 99787.0, 500712.0 ], [ 99454.0, 500613.0 ], [ 99026.0, 500497.0 ], [ 98738.0, 500443.0 ], [ 98272.0, 500440.0 ] ], [ [ 98278.0, 499639.0 ], [ 98728.0, 499830.0 ], [ 99105.0, 499968.0 ], [ 99470.0, 500078.0 ], [ 100072.0, 500217.0 ], [ 100555.0, 500290.0 ], [ 100869.0, 500342.0 ], [ 101061.0, 500386.0 ], [ 101220.0, 500467.0 ], [ 101248.0, 500614.0 ], [ 101163.0, 500766.0 ], [ 101183.0, 500932.0 ], [ 101244.0, 501048.0 ], [ 101343.0, 501195.0 ], [ 101382.0, 501316.0 ], [ 101301.0, 501430.0 ], [ 101154.0, 501444.0 ], [ 100919.0, 501260.0 ], [ 100778.0, 501041.0 ], [ 100526.0, 500813.0 ], [ 100256.0, 500651.0 ], [ 99846.0, 500426.0 ], [ 99282.0, 500278.0 ], [ 98952.0, 500225.0 ], [ 98690.0, 500212.0 ], [ 98272.0, 500440.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99952.0, 498867.0 ], [ 99960.0, 498752.0 ] ], [ [ 99960.0, 498752.0 ], [ 100097.0, 498589.0 ], [ 100245.0, 498556.0 ], [ 100522.0, 498652.0 ], [ 100675.0, 498909.0 ], [ 100788.0, 499159.0 ], [ 101069.0, 499415.0 ], [ 101418.0, 499583.0 ], [ 101749.0, 499657.0 ], [ 102102.0, 499756.0 ], [ 102390.0, 499900.0 ], [ 102547.0, 499974.0 ], [ 102674.0, 499919.0 ], [ 102765.0, 499846.0 ], [ 102879.0, 499831.0 ], [ 102996.0, 499969.0 ], [ 103180.0, 500112.0 ], [ 103323.0, 500212.0 ], [ 103324.0, 500404.0 ], [ 103280.0, 500515.0 ], [ 103230.0, 500565.0 ], [ 103158.0, 500466.0 ], [ 103131.0, 500366.0 ], [ 103074.0, 500367.0 ], [ 103025.0, 500499.0 ], [ 102995.0, 500588.0 ], [ 102918.0, 500609.0 ], [ 102843.0, 500580.0 ], [ 102801.0, 500598.0 ], [ 102846.0, 500679.0 ], [ 102909.0, 500701.0 ], [ 103068.0, 500752.0 ], [ 103237.0, 500878.0 ], [ 103234.0, 501080.0 ], [ 103096.0, 501231.0 ], [ 102906.0, 501286.0 ], [ 102699.0, 501269.0 ], [ 102538.0, 501290.0 ], [ 102363.0, 501200.0 ], [ 102184.0, 501063.0 ], [ 101968.0, 500929.0 ], [ 101819.0, 500850.0 ], [ 101724.0, 500773.0 ], [ 101711.0, 500747.0 ], [ 101763.0, 500728.0 ], [ 101972.0, 500771.0 ], [ 102219.0, 500808.0 ], [ 102335.0, 500791.0 ], [ 102427.0, 500735.0 ], [ 102444.0, 500628.0 ], [ 102480.0, 500577.0 ], [ 102504.0, 500455.0 ], [ 102491.0, 500463.0 ], [ 102408.0, 500489.0 ], [ 102329.0, 500478.0 ], [ 102172.0, 500351.0 ], [ 101882.0, 500268.0 ], [ 101474.0, 500119.0 ], [ 101183.0, 499904.0 ], [ 100915.0, 499735.0 ], [ 100701.0, 499616.0 ], [ 100550.0, 499503.0 ], [ 100239.0, 499223.0 ], [ 100113.0, 499123.0 ], [ 100007.0, 499028.0 ], [ 99951.0, 498886.0 ], [ 99952.0, 498867.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98993.0, 498603.0 ], [ 99055.0, 498567.0 ] ], [ [ 99055.0, 498567.0 ], [ 99238.0, 498461.0 ], [ 99467.0, 498415.0 ], [ 99770.0, 498283.0 ], [ 99934.0, 498226.0 ], [ 100161.0, 498225.0 ], [ 100351.0, 498259.0 ], [ 100515.0, 498384.0 ], [ 100673.0, 498639.0 ], [ 100807.0, 498891.0 ], [ 100951.0, 499101.0 ], [ 101230.0, 499294.0 ], [ 101554.0, 499413.0 ], [ 102152.0, 499649.0 ], [ 102321.0, 499763.0 ], [ 102418.0, 499807.0 ], [ 102596.0, 499718.0 ], [ 102712.0, 499528.0 ], [ 102805.0, 499430.0 ], [ 102896.0, 499356.0 ], [ 102962.0, 499324.0 ], [ 103021.0, 499307.0 ], [ 103053.0, 499327.0 ], [ 103014.0, 499437.0 ], [ 102981.0, 499523.0 ], [ 102995.0, 499640.0 ], [ 103057.0, 499758.0 ], [ 103150.0, 499878.0 ], [ 103237.0, 499940.0 ], [ 103330.0, 499977.0 ], [ 103404.0, 500031.0 ], [ 103426.0, 500186.0 ], [ 103408.0, 500297.0 ], [ 103394.0, 500419.0 ], [ 103404.0, 500559.0 ], [ 103454.0, 500781.0 ], [ 103519.0, 500958.0 ], [ 103562.0, 501100.0 ], [ 103570.0, 501281.0 ], [ 103370.0, 501402.0 ], [ 103180.0, 501462.0 ], [ 102998.0, 501461.0 ], [ 102766.0, 501466.0 ], [ 102578.0, 501526.0 ], [ 102528.0, 501645.0 ], [ 102477.0, 501778.0 ], [ 102387.0, 501799.0 ], [ 102318.0, 501703.0 ], [ 102303.0, 501485.0 ], [ 102269.0, 501286.0 ], [ 102173.0, 501118.0 ], [ 102070.0, 501055.0 ], [ 101922.0, 500975.0 ], [ 101769.0, 500896.0 ], [ 101623.0, 500810.0 ], [ 101585.0, 500769.0 ], [ 101588.0, 500661.0 ], [ 101700.0, 500632.0 ], [ 101884.0, 500688.0 ], [ 102043.0, 500717.0 ], [ 102234.0, 500724.0 ], [ 102317.0, 500694.0 ], [ 102353.0, 500623.0 ], [ 102322.0, 500530.0 ], [ 102208.0, 500460.0 ], [ 102062.0, 500397.0 ], [ 101902.0, 500335.0 ], [ 101400.0, 500242.0 ], [ 101102.0, 500113.0 ], [ 100895.0, 499941.0 ], [ 100690.0, 499739.0 ], [ 100302.0, 499443.0 ], [ 99898.0, 499204.0 ], [ 99440.0, 499000.0 ], [ 99219.0, 498876.0 ], [ 99052.0, 498738.0 ], [ 98993.0, 498603.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106764.0, 496673.0 ], [ 106516.0, 496936.0 ], [ 106229.0, 497039.0 ], [ 105939.0, 497130.0 ], [ 105724.0, 497225.0 ], [ 105574.0, 497363.0 ], [ 105473.0, 497507.0 ], [ 105386.0, 497682.0 ], [ 105319.0, 497825.0 ], [ 105226.0, 497899.0 ], [ 105110.0, 497894.0 ], [ 104939.0, 497815.0 ], [ 104881.0, 497734.0 ], [ 104860.0, 497636.0 ], [ 104875.0, 497528.0 ], [ 104937.0, 497359.0 ] ], [ [ 104897.0, 496582.0 ], [ 104885.0, 496841.0 ], [ 104859.0, 497068.0 ], [ 104896.0, 497265.0 ], [ 104937.0, 497359.0 ] ], [ [ 107334.0, 496701.0 ], [ 107255.0, 496980.0 ], [ 106972.0, 497130.0 ], [ 106645.0, 497176.0 ], [ 106309.0, 497211.0 ], [ 106012.0, 497287.0 ], [ 105748.0, 497407.0 ], [ 105616.0, 497519.0 ], [ 105542.0, 497684.0 ], [ 105495.0, 497875.0 ], [ 105382.0, 498085.0 ], [ 105206.0, 498167.0 ], [ 104957.0, 498098.0 ], [ 104796.0, 497998.0 ], [ 104691.0, 497800.0 ], [ 104683.0, 497453.0 ], [ 104897.0, 496582.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98539.0, 496597.0 ], [ 99140.0, 496756.0 ], [ 99497.0, 496807.0 ], [ 99819.0, 496803.0 ], [ 100057.0, 496762.0 ], [ 100241.0, 496787.0 ], [ 100532.0, 496966.0 ], [ 100665.0, 497127.0 ], [ 100741.0, 497371.0 ], [ 100811.0, 497588.0 ], [ 100969.0, 497858.0 ], [ 101054.0, 497954.0 ], [ 101153.0, 498023.0 ], [ 101236.0, 498046.0 ], [ 101337.0, 497938.0 ], [ 101480.0, 497804.0 ], [ 101660.0, 497731.0 ], [ 101727.0, 497736.0 ], [ 101912.0, 497760.0 ], [ 102096.0, 497799.0 ], [ 102253.0, 497788.0 ], [ 102401.0, 497756.0 ], [ 102517.0, 497739.0 ], [ 102662.0, 497741.0 ], [ 102809.0, 497787.0 ], [ 103020.0, 497900.0 ], [ 103402.0, 498142.0 ], [ 103793.0, 498579.0 ], [ 103984.0, 498827.0 ], [ 104017.0, 498973.0 ], [ 103986.0, 499081.0 ], [ 103873.0, 499175.0 ], [ 103686.0, 499218.0 ], [ 103483.0, 499296.0 ], [ 103356.0, 499373.0 ], [ 103303.0, 499423.0 ], [ 103286.0, 499518.0 ], [ 103303.0, 499590.0 ], [ 103376.0, 499627.0 ], [ 103520.0, 499613.0 ], [ 103617.0, 499626.0 ], [ 103908.0, 499698.0 ], [ 104115.0, 499759.0 ], [ 104284.0, 499841.0 ], [ 104333.0, 499964.0 ], [ 104274.0, 500099.0 ], [ 104123.0, 500196.0 ], [ 103741.0, 500282.0 ], [ 103660.0, 500367.0 ], [ 103633.0, 500498.0 ], [ 103691.0, 500626.0 ], [ 103796.0, 500713.0 ], [ 104008.0, 500802.0 ], [ 104216.0, 500943.0 ], [ 104317.0, 501127.0 ], [ 104354.0, 501314.0 ], [ 104365.0, 501549.0 ], [ 104352.0, 501683.0 ], [ 104214.0, 501817.0 ], [ 104090.0, 501845.0 ], [ 103944.0, 501843.0 ], [ 103830.0, 501836.0 ], [ 103718.0, 501888.0 ], [ 103681.0, 501952.0 ], [ 103698.0, 502012.0 ], [ 103782.0, 502057.0 ], [ 103905.0, 502022.0 ], [ 104018.0, 501968.0 ], [ 104110.0, 501929.0 ], [ 104225.0, 501867.0 ], [ 104373.0, 501819.0 ], [ 104489.0, 501771.0 ], [ 104578.0, 501680.0 ], [ 104658.0, 501589.0 ], [ 104717.0, 501552.0 ], [ 104828.0, 501543.0 ], [ 104905.0, 501566.0 ], [ 105056.0, 501601.0 ], [ 105150.0, 501614.0 ], [ 105265.0, 501638.0 ], [ 105408.0, 501664.0 ], [ 105590.0, 501770.0 ], [ 105914.0, 502119.0 ], [ 106045.0, 502278.0 ], [ 106126.0, 502426.0 ], [ 106206.0, 502612.0 ], [ 106254.0, 502711.0 ], [ 106286.0, 502844.0 ], [ 106277.0, 503006.0 ], [ 106211.0, 503144.0 ], [ 106107.0, 503263.0 ], [ 105993.0, 503384.0 ], [ 105875.0, 503518.0 ], [ 105800.0, 503627.0 ], [ 105737.0, 503745.0 ], [ 105694.0, 503926.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101580.0, 496420.0 ], [ 101672.0, 496657.0 ], [ 102140.0, 497454.0 ], [ 102277.0, 497588.0 ], [ 102387.0, 497679.0 ], [ 102478.0, 497709.0 ], [ 102499.0, 497663.0 ], [ 102466.0, 497540.0 ], [ 102521.0, 497474.0 ], [ 102713.0, 497625.0 ], [ 102954.0, 497779.0 ], [ 103196.0, 497899.0 ], [ 103507.0, 498011.0 ], [ 103744.0, 498045.0 ], [ 103824.0, 498027.0 ], [ 103829.0, 497989.0 ], [ 103660.0, 497899.0 ], [ 103464.0, 497837.0 ], [ 103242.0, 497722.0 ], [ 102966.0, 497563.0 ], [ 102769.0, 497397.0 ], [ 102687.0, 497221.0 ], [ 102700.0, 497098.0 ], [ 102752.0, 497009.0 ], [ 102870.0, 496950.0 ], [ 102973.0, 496877.0 ], [ 103018.0, 496771.0 ], [ 103049.0, 496681.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.01 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 511947.0 ], [ 101273.0, 511944.0 ], [ 102065.0, 511799.0 ], [ 102834.0, 511602.0 ], [ 103365.0, 511501.0 ], [ 103767.0, 511397.0 ], [ 104025.0, 511332.0 ], [ 104297.0, 511381.0 ], [ 104426.0, 511414.0 ], [ 104515.0, 511488.0 ], [ 104512.0, 511709.0 ], [ 104427.0, 511919.0 ], [ 104399.0, 512038.0 ], [ 104400.0, 512145.0 ], [ 104488.0, 512352.0 ], [ 104627.0, 512577.0 ], [ 104769.0, 512890.0 ], [ 104841.0, 513292.0 ], [ 104961.0, 513736.0 ], [ 105084.0, 514118.0 ], [ 105319.0, 514608.0 ], [ 105438.0, 514898.0 ], [ 105487.0, 515162.0 ], [ 105644.0, 515848.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101250.0, 512402.0 ], [ 102061.0, 512400.0 ], [ 102572.0, 512323.0 ], [ 103033.0, 512143.0 ], [ 103306.0, 512012.0 ], [ 103574.0, 511953.0 ], [ 103840.0, 511960.0 ], [ 103972.0, 511978.0 ], [ 104100.0, 512054.0 ], [ 104128.0, 512339.0 ], [ 104151.0, 512629.0 ], [ 104298.0, 512950.0 ], [ 104470.0, 513236.0 ], [ 104603.0, 513523.0 ], [ 104871.0, 514121.0 ], [ 104981.0, 514456.0 ], [ 105032.0, 514664.0 ], [ 105005.0, 514797.0 ], [ 104928.0, 514964.0 ], [ 104876.0, 515105.0 ], [ 104855.0, 515211.0 ], [ 105069.0, 515809.0 ], [ 105243.0, 516103.0 ], [ 105378.0, 516301.0 ], [ 105519.0, 516441.0 ], [ 105654.0, 516593.0 ], [ 105823.0, 516746.0 ], [ 105981.0, 516903.0 ], [ 106127.0, 517083.0 ], [ 106229.0, 517252.0 ], [ 106319.0, 517455.0 ], [ 106364.0, 517590.0 ], [ 106386.0, 517680.0 ], [ 106409.0, 517866.0 ], [ 106415.0, 518035.0 ], [ 106381.0, 518227.0 ], [ 106347.0, 518328.0 ], [ 106262.0, 518396.0 ], [ 106167.0, 518401.0 ], [ 106054.0, 518390.0 ], [ 105908.0, 518351.0 ], [ 105784.0, 518283.0 ], [ 105530.0, 518199.0 ], [ 105361.0, 518148.0 ], [ 105215.0, 518092.0 ], [ 105074.0, 518063.0 ], [ 104945.0, 518041.0 ], [ 104843.0, 518030.0 ], [ 104759.0, 518024.0 ], [ 104663.0, 518018.0 ], [ 104595.0, 518018.0 ], [ 104539.0, 518047.0 ], [ 104488.0, 518086.0 ], [ 104426.0, 518154.0 ], [ 104376.0, 518232.0 ], [ 104331.0, 518328.0 ], [ 104280.0, 518418.0 ], [ 104241.0, 518514.0 ], [ 104212.0, 518598.0 ], [ 104207.0, 518705.0 ], [ 104196.0, 518812.0 ], [ 104212.0, 518897.0 ], [ 104224.0, 519060.0 ], [ 104269.0, 519257.0 ], [ 104280.0, 519438.0 ], [ 104280.0, 519629.0 ], [ 104291.0, 519883.0 ], [ 104336.0, 520012.0 ], [ 104387.0, 520265.0 ], [ 104452.0, 520561.0 ], [ 104483.0, 520747.0 ], [ 104508.0, 520969.0 ], [ 104548.0, 521178.0 ], [ 104559.0, 521400.0 ], [ 104587.0, 521603.0 ], [ 104604.0, 521952.0 ], [ 104607.0, 522180.0 ], [ 104624.0, 522451.0 ], [ 104629.0, 522670.0 ], [ 104632.0, 523003.0 ], [ 104614.0, 523167.0 ], [ 104600.0, 523328.0 ], [ 104574.0, 523512.0 ], [ 104543.0, 523664.0 ], [ 104532.0, 523763.0 ], [ 104476.0, 523938.0 ], [ 104442.0, 524050.0 ], [ 104380.0, 524185.0 ], [ 104346.0, 524274.0 ], [ 104322.0, 524313.0 ], [ 104284.0, 524350.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108403.0, 523386.0 ], [ 108604.0, 523269.0 ], [ 108801.0, 522990.0 ], [ 108864.0, 522679.0 ], [ 108931.0, 522437.0 ], [ 109087.0, 522328.0 ], [ 109277.0, 522414.0 ], [ 109517.0, 522562.0 ], [ 109754.0, 522725.0 ], [ 110198.0, 523050.0 ], [ 110435.0, 523184.0 ], [ 110590.0, 523104.0 ], [ 110591.0, 522842.0 ], [ 110424.0, 522567.0 ], [ 110103.0, 522354.0 ], [ 109799.0, 522142.0 ], [ 109555.0, 521931.0 ], [ 109319.0, 521701.0 ], [ 109086.0, 521502.0 ], [ 108832.0, 521393.0 ], [ 108565.0, 521373.0 ], [ 108281.0, 521359.0 ], [ 108062.0, 521368.0 ], [ 107808.0, 521470.0 ], [ 107550.0, 521727.0 ], [ 107367.0, 521766.0 ], [ 107172.0, 521798.0 ], [ 107034.0, 521896.0 ], [ 107117.0, 522036.0 ], [ 107338.0, 522038.0 ], [ 107567.0, 521983.0 ], [ 107859.0, 521944.0 ], [ 108073.0, 521993.0 ], [ 108185.0, 522173.0 ], [ 108150.0, 522460.0 ], [ 108080.0, 522654.0 ], [ 107978.0, 522849.0 ], [ 107906.0, 523171.0 ], [ 107996.0, 523322.0 ], [ 108153.0, 523419.0 ], [ 108403.0, 523386.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108790.0, 530006.0 ], [ 109762.0, 530006.0 ], [ 109582.0, 529668.0 ], [ 109381.0, 529565.0 ], [ 109141.0, 529539.0 ], [ 108936.0, 529655.0 ], [ 108824.0, 529860.0 ], [ 108790.0, 530006.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113367.0, 529993.0 ], [ 115543.0, 529972.0 ], [ 115543.0, 529518.0 ], [ 115234.0, 529338.0 ], [ 114339.0, 528974.0 ], [ 113954.0, 528897.0 ], [ 113629.0, 528953.0 ], [ 113333.0, 529132.0 ], [ 113196.0, 529381.0 ], [ 113209.0, 529608.0 ], [ 113299.0, 529869.0 ], [ 113367.0, 529993.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113193.0, 524463.0 ], [ 113554.0, 524395.0 ], [ 113868.0, 524224.0 ], [ 114315.0, 523848.0 ], [ 114715.0, 523493.0 ], [ 115201.0, 522969.0 ], [ 115556.0, 522492.0 ], [ 115530.0, 521917.0 ], [ 115538.0, 521413.0 ], [ 115521.0, 520691.0 ], [ 115539.0, 520281.0 ], [ 115246.0, 520251.0 ], [ 114896.0, 520274.0 ], [ 114358.0, 520400.0 ], [ 113904.0, 520674.0 ], [ 113487.0, 520983.0 ], [ 112929.0, 521733.0 ], [ 112749.0, 522168.0 ], [ 112564.0, 522455.0 ], [ 112295.0, 522824.0 ], [ 112079.0, 523212.0 ], [ 112061.0, 523553.0 ], [ 112296.0, 523931.0 ], [ 112533.0, 524161.0 ], [ 112800.0, 524390.0 ], [ 113193.0, 524463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110659.0, 517037.0 ], [ 110875.0, 517025.0 ], [ 111275.0, 516933.0 ], [ 111572.0, 516964.0 ], [ 111972.0, 517001.0 ], [ 112261.0, 516888.0 ], [ 112295.0, 516694.0 ], [ 112051.0, 516605.0 ], [ 111713.0, 516543.0 ], [ 111356.0, 516531.0 ], [ 111020.0, 516448.0 ], [ 110641.0, 516370.0 ], [ 110351.0, 516532.0 ], [ 110224.0, 516706.0 ], [ 110295.0, 516916.0 ], [ 110456.0, 517027.0 ], [ 110659.0, 517037.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0.geojson new file mode 100644 index 0000000..da3e275 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "DS21_0", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "id": null, "CVALUE": 2.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0_mask_bergen_area.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0_mask_bergen_area.geojson new file mode 100644 index 0000000..a925ae8 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS21_0/DS21_0_mask_bergen_area.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "DS21_0_mask_bergen_area", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "id": null, "value": 0.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115507.0, 512444.0 ], [ 102526.0, 512496.0 ], [ 102553.0, 530041.0 ], [ 115534.0, 530019.0 ], [ 115507.0, 512444.0 ] ], [ [ 104803.0, 528175.0 ], [ 104698.0, 527688.0 ], [ 104577.0, 527018.0 ], [ 104482.0, 526611.0 ], [ 104416.0, 526142.0 ], [ 104388.0, 525661.0 ], [ 104349.0, 525146.0 ], [ 104292.0, 524520.0 ], [ 104256.0, 524004.0 ], [ 104144.0, 522997.0 ], [ 104070.0, 522357.0 ], [ 104380.0, 522639.0 ], [ 104622.0, 522946.0 ], [ 104904.0, 523209.0 ], [ 105232.0, 523325.0 ], [ 105396.0, 523502.0 ], [ 105351.0, 523646.0 ], [ 105170.0, 523791.0 ], [ 105112.0, 523998.0 ], [ 105240.0, 524183.0 ], [ 105484.0, 524243.0 ], [ 105693.0, 524229.0 ], [ 105913.0, 524194.0 ], [ 106234.0, 524181.0 ], [ 106548.0, 524246.0 ], [ 106904.0, 524337.0 ], [ 107187.0, 524352.0 ], [ 107425.0, 524342.0 ], [ 107637.0, 524372.0 ], [ 107973.0, 524344.0 ], [ 108205.0, 524234.0 ], [ 108486.0, 524168.0 ], [ 108678.0, 524207.0 ], [ 108915.0, 524353.0 ], [ 109139.0, 524675.0 ], [ 109244.0, 525147.0 ], [ 109379.0, 525828.0 ], [ 109625.0, 527053.0 ], [ 109782.0, 527609.0 ], [ 109969.0, 528070.0 ], [ 110155.0, 528575.0 ], [ 110352.0, 529000.0 ], [ 110553.0, 529542.0 ], [ 110752.0, 529984.0 ], [ 109146.0, 529976.0 ], [ 108664.0, 529978.0 ], [ 106352.0, 529968.0 ], [ 105164.0, 529968.0 ], [ 105115.0, 529673.0 ], [ 104803.0, 528175.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22.geojson new file mode 100644 index 0000000..a790968 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22.geojson @@ -0,0 +1,82 @@ +{ +"type": "FeatureCollection", +"name": "DS22", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 1, "TNODE_": 2, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104932.0, 515501.0 ], [ 104908.0, 515482.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 2, "TNODE_": 1, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104908.0, 515482.0 ], [ 104898.0, 515474.0 ], [ 104813.0, 515360.0 ], [ 104779.0, 515272.0 ], [ 104791.0, 515172.0 ], [ 104832.0, 515075.0 ], [ 104916.0, 514954.0 ], [ 104988.0, 514857.0 ], [ 105036.0, 514862.0 ], [ 105079.0, 514959.0 ], [ 105043.0, 515100.0 ], [ 104998.0, 515239.0 ], [ 104998.0, 515328.0 ], [ 104995.0, 515467.0 ], [ 104932.0, 515501.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 4, "TNODE_": 3, "LPOLY_": 5, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 105349.0, 512296.0 ], [ 105355.0, 512501.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 7, "TNODE_": 4, "LPOLY_": 6, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 105681.0, 510730.0 ], [ 105672.0, 510823.0 ], [ 105559.0, 511198.0 ], [ 105510.0, 511368.0 ], [ 105469.0, 511677.0 ], [ 105398.0, 511972.0 ], [ 105348.0, 512278.0 ], [ 105349.0, 512296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 8, "TNODE_": 10, "LPOLY_": 5, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106433.0, 510526.0 ], [ 106410.0, 510536.0 ], [ 106242.0, 510518.0 ], [ 106179.0, 510447.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 5, "TNODE_": 8, "LPOLY_": 4, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 109634.0, 511651.0 ], [ 109249.0, 511683.0 ], [ 109139.0, 511703.0 ], [ 109003.0, 511823.0 ], [ 108765.0, 512101.0 ], [ 108495.0, 512281.0 ], [ 108156.0, 512256.0 ], [ 107831.0, 512122.0 ], [ 107516.0, 512076.0 ], [ 107310.0, 511878.0 ], [ 107158.0, 511579.0 ], [ 107139.0, 511191.0 ], [ 107224.0, 510788.0 ], [ 107335.0, 510574.0 ], [ 107283.0, 510444.0 ], [ 107060.0, 510389.0 ], [ 106808.0, 510399.0 ], [ 106618.0, 510448.0 ], [ 106433.0, 510526.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 11, "TNODE_": 7, "LPOLY_": 9, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 105800.0, 510276.0 ], [ 105797.0, 510278.0 ], [ 105726.0, 510431.0 ], [ 105690.0, 510627.0 ], [ 105681.0, 510730.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 10, "TNODE_": 11, "LPOLY_": 6, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106179.0, 510447.0 ], [ 106114.0, 510372.0 ], [ 106067.0, 510264.0 ], [ 105971.0, 510225.0 ], [ 105873.0, 510235.0 ], [ 105800.0, 510276.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 12, "TNODE_": 9, "LPOLY_": 8, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 109631.0, 509977.0 ], [ 109267.0, 510009.0 ], [ 108982.0, 510032.0 ], [ 108736.0, 510112.0 ], [ 108582.0, 510224.0 ], [ 108524.0, 510380.0 ], [ 108542.0, 510512.0 ], [ 108640.0, 510615.0 ], [ 108774.0, 510644.0 ], [ 108947.0, 510533.0 ], [ 109074.0, 510465.0 ], [ 109203.0, 510419.0 ], [ 109327.0, 510391.0 ], [ 109415.0, 510406.0 ], [ 109632.0, 510471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 13, "TNODE_": 9, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 109631.0, 509805.0 ], [ 109359.0, 509815.0 ], [ 108910.0, 509911.0 ], [ 108726.0, 509965.0 ], [ 108588.0, 510049.0 ], [ 108472.0, 510152.0 ], [ 108404.0, 510292.0 ], [ 108373.0, 510456.0 ], [ 108426.0, 510614.0 ], [ 108602.0, 510746.0 ], [ 108834.0, 510777.0 ], [ 109013.0, 510730.0 ], [ 109269.0, 510644.0 ], [ 109416.0, 510624.0 ], [ 109632.0, 510471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 11, "TNODE_": 7, "LPOLY_": 6, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 105800.0, 510276.0 ], [ 105853.0, 510120.0 ], [ 105844.0, 509967.0 ], [ 105691.0, 509663.0 ], [ 105496.0, 509641.0 ], [ 105301.0, 509726.0 ], [ 105144.0, 510006.0 ], [ 105031.0, 510214.0 ], [ 104768.0, 510362.0 ], [ 104523.0, 510374.0 ], [ 104269.0, 510264.0 ], [ 104135.0, 509980.0 ], [ 104275.0, 509520.0 ], [ 104304.0, 509373.0 ], [ 104274.0, 509273.0 ], [ 104190.0, 509247.0 ], [ 104117.0, 509271.0 ], [ 104069.0, 509407.0 ], [ 104037.0, 509530.0 ], [ 103878.0, 509750.0 ], [ 103701.0, 509933.0 ], [ 103625.0, 510023.0 ], [ 103623.0, 510168.0 ], [ 103710.0, 510336.0 ], [ 103861.0, 510447.0 ], [ 104058.0, 510587.0 ], [ 104298.0, 510690.0 ], [ 104532.0, 510684.0 ], [ 104771.0, 510643.0 ], [ 105062.0, 510557.0 ], [ 105315.0, 510587.0 ], [ 105506.0, 510643.0 ], [ 105681.0, 510730.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 15, "TNODE_": 14, "LPOLY_": 12, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105658.0, 509200.0 ], [ 105666.0, 509224.0 ], [ 105630.0, 509305.0 ], [ 105522.0, 509350.0 ], [ 105301.0, 509277.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 15, "TNODE_": 8, "LPOLY_": 5, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 105658.0, 509200.0 ], [ 105762.0, 509182.0 ], [ 105878.0, 509206.0 ], [ 106011.0, 509324.0 ], [ 106139.0, 509647.0 ], [ 106262.0, 510041.0 ], [ 106349.0, 510269.0 ], [ 106433.0, 510526.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 14, "TNODE_": 16, "LPOLY_": 12, "RPOLY_": 11 }, "geometry": { "type": "LineString", "coordinates": [ [ 105301.0, 509277.0 ], [ 105259.0, 509263.0 ], [ 105095.0, 509116.0 ], [ 104924.0, 509024.0 ], [ 104828.0, 508868.0 ], [ 104800.0, 508848.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 16, "TNODE_": 14, "LPOLY_": 5, "RPOLY_": 11 }, "geometry": { "type": "LineString", "coordinates": [ [ 104800.0, 508848.0 ], [ 104847.0, 509062.0 ], [ 104833.0, 509264.0 ], [ 104752.0, 509515.0 ], [ 104662.0, 509766.0 ], [ 104626.0, 509887.0 ], [ 104640.0, 509959.0 ], [ 104685.0, 509989.0 ], [ 104786.0, 509944.0 ], [ 104923.0, 509722.0 ], [ 105083.0, 509417.0 ], [ 105138.0, 509326.0 ], [ 105301.0, 509277.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 10, "TNODE_": 4, "LPOLY_": 5, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 106179.0, 510447.0 ], [ 106113.0, 510170.0 ], [ 106030.0, 509885.0 ], [ 105830.0, 509568.0 ], [ 105592.0, 509474.0 ], [ 105350.0, 509517.0 ], [ 105172.0, 509640.0 ], [ 105026.0, 509898.0 ], [ 104922.0, 510050.0 ], [ 104794.0, 510161.0 ], [ 104624.0, 510171.0 ], [ 104472.0, 510120.0 ], [ 104402.0, 509819.0 ], [ 104530.0, 509603.0 ], [ 104632.0, 509364.0 ], [ 104658.0, 509174.0 ], [ 104614.0, 508973.0 ], [ 104453.0, 508863.0 ], [ 104261.0, 508792.0 ], [ 104090.0, 508780.0 ], [ 103994.0, 508825.0 ], [ 103939.0, 508992.0 ], [ 103904.0, 509276.0 ], [ 103798.0, 509512.0 ], [ 103608.0, 509734.0 ], [ 103403.0, 509864.0 ], [ 103244.0, 509909.0 ], [ 103079.0, 510020.0 ], [ 103037.0, 510233.0 ], [ 103187.0, 510532.0 ], [ 103369.0, 510792.0 ], [ 103584.0, 511015.0 ], [ 103821.0, 511202.0 ], [ 104037.0, 511341.0 ], [ 104215.0, 511380.0 ], [ 104395.0, 511341.0 ], [ 104581.0, 511361.0 ], [ 104794.0, 511401.0 ], [ 104886.0, 511452.0 ], [ 104983.0, 511574.0 ], [ 105086.0, 511797.0 ], [ 105157.0, 511966.0 ], [ 105235.0, 512128.0 ], [ 105349.0, 512296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 16, "TNODE_": 17, "LPOLY_": 12, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104800.0, 508848.0 ], [ 104704.0, 508779.0 ], [ 104502.0, 508712.0 ], [ 104423.0, 508619.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 17, "TNODE_": 18, "LPOLY_": 12, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104423.0, 508619.0 ], [ 104421.0, 508611.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 18, "TNODE_": 19, "LPOLY_": 12, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104421.0, 508611.0 ], [ 104427.0, 508601.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 19, "TNODE_": 20, "LPOLY_": 12, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104427.0, 508601.0 ], [ 104478.0, 508524.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 20, "TNODE_": 3, "LPOLY_": 4, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104478.0, 508524.0 ], [ 104304.0, 508531.0 ], [ 104061.0, 508535.0 ], [ 103833.0, 508587.0 ], [ 103671.0, 508710.0 ], [ 103631.0, 508922.0 ], [ 103637.0, 509147.0 ], [ 103617.0, 509341.0 ], [ 103507.0, 509671.0 ], [ 103312.0, 509801.0 ], [ 103127.0, 509867.0 ], [ 102964.0, 510035.0 ], [ 102926.0, 510248.0 ], [ 102943.0, 510545.0 ], [ 102967.0, 510812.0 ], [ 103032.0, 511080.0 ], [ 103181.0, 511405.0 ], [ 103489.0, 511529.0 ], [ 103690.0, 511603.0 ], [ 103882.0, 511631.0 ], [ 104077.0, 511617.0 ], [ 104252.0, 511576.0 ], [ 104442.0, 511582.0 ], [ 104598.0, 511601.0 ], [ 104734.0, 511679.0 ], [ 104963.0, 511852.0 ], [ 105073.0, 512055.0 ], [ 105144.0, 512235.0 ], [ 105208.0, 512328.0 ], [ 105355.0, 512501.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 20, "TNODE_": 15, "LPOLY_": 12, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 104478.0, 508524.0 ], [ 104579.0, 508479.0 ], [ 104741.0, 508461.0 ], [ 104856.0, 508437.0 ], [ 105087.0, 508451.0 ], [ 105325.0, 508546.0 ], [ 105472.0, 508764.0 ], [ 105509.0, 508866.0 ], [ 105605.0, 509057.0 ], [ 105658.0, 509200.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 3, "TNODE_": 24, "LPOLY_": 4, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 105355.0, 512501.0 ], [ 105366.0, 512888.0 ], [ 105259.0, 513096.0 ], [ 105040.0, 513220.0 ], [ 104780.0, 513272.0 ], [ 104570.0, 513284.0 ], [ 104462.0, 513254.0 ], [ 104397.0, 513171.0 ], [ 104356.0, 513072.0 ], [ 104319.0, 512909.0 ], [ 104330.0, 512639.0 ], [ 104381.0, 512373.0 ], [ 104410.0, 512174.0 ], [ 104421.0, 512076.0 ], [ 104364.0, 511933.0 ], [ 104191.0, 511859.0 ], [ 103919.0, 511903.0 ], [ 103559.0, 511876.0 ], [ 103249.0, 511838.0 ], [ 102943.0, 511713.0 ], [ 102780.0, 511575.0 ], [ 102617.0, 511375.0 ], [ 102542.0, 511238.0 ], [ 102435.0, 510972.0 ], [ 102268.0, 510718.0 ], [ 102240.0, 510346.0 ], [ 102326.0, 510194.0 ], [ 102454.0, 509955.0 ], [ 102623.0, 509766.0 ], [ 102766.0, 509667.0 ], [ 102919.0, 509604.0 ], [ 103084.0, 509503.0 ], [ 103178.0, 509433.0 ], [ 103270.0, 509385.0 ], [ 103394.0, 509345.0 ], [ 103461.0, 509306.0 ], [ 103476.0, 509234.0 ], [ 103450.0, 509180.0 ], [ 103381.0, 509143.0 ], [ 103281.0, 509159.0 ], [ 103199.0, 509241.0 ], [ 103097.0, 509299.0 ], [ 102931.0, 509386.0 ], [ 102655.0, 509482.0 ], [ 102312.0, 509508.0 ], [ 102017.0, 509373.0 ], [ 101818.0, 509192.0 ], [ 101690.0, 508914.0 ], [ 101640.0, 508592.0 ], [ 101748.0, 508295.0 ], [ 101888.0, 508064.0 ], [ 102054.0, 507838.0 ], [ 102172.0, 507644.0 ], [ 102250.0, 507498.0 ], [ 102294.0, 507421.0 ], [ 102242.0, 507356.0 ], [ 102147.0, 507334.0 ], [ 101986.0, 507392.0 ], [ 101713.0, 507338.0 ], [ 101444.0, 507272.0 ], [ 101197.0, 507110.0 ], [ 100701.0, 506883.0 ], [ 100317.0, 506756.0 ], [ 99927.0, 506687.0 ], [ 99686.0, 506654.0 ], [ 97968.0, 506428.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 25, "TNODE_": 22, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105490.0, 506414.0 ], [ 105593.0, 506459.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 25, "TNODE_": 23, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 105490.0, 506414.0 ], [ 105470.0, 506541.0 ], [ 105439.0, 506657.0 ], [ 105409.0, 506733.0 ], [ 105346.0, 506839.0 ], [ 105257.0, 506902.0 ], [ 105148.0, 506928.0 ], [ 105087.0, 506991.0 ], [ 104998.0, 506970.0 ], [ 104968.0, 506871.0 ], [ 105014.0, 506731.0 ], [ 105075.0, 506532.0 ], [ 105097.0, 506453.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 21, "TNODE_": 27, "LPOLY_": 17, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 103607.0, 506725.0 ], [ 103571.0, 506787.0 ], [ 103463.0, 506853.0 ], [ 103319.0, 506851.0 ], [ 103202.0, 506761.0 ], [ 103139.0, 506611.0 ], [ 103130.0, 506484.0 ], [ 103151.0, 506385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 28, "TNODE_": 25, "LPOLY_": 16, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105501.0, 506379.0 ], [ 105490.0, 506414.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 22, "TNODE_": 29, "LPOLY_": 7, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105593.0, 506459.0 ], [ 105574.0, 506429.0 ], [ 105570.0, 506413.0 ], [ 105666.0, 506393.0 ], [ 105690.0, 506375.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 29, "TNODE_": 28, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105690.0, 506375.0 ], [ 105501.0, 506379.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 27, "TNODE_": 31, "LPOLY_": 17, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 103151.0, 506385.0 ], [ 103152.0, 506379.0 ], [ 103203.0, 506303.0 ], [ 103254.0, 506288.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 31, "TNODE_": 21, "LPOLY_": 17, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 103254.0, 506288.0 ], [ 103278.0, 506276.0 ], [ 103355.0, 506325.0 ], [ 103370.0, 506384.0 ], [ 103416.0, 506471.0 ], [ 103476.0, 506549.0 ], [ 103558.0, 506620.0 ], [ 103609.0, 506692.0 ], [ 103607.0, 506725.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 26, "TNODE_": 26, "LPOLY_": 19, "RPOLY_": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 105346.0, 506401.0 ], [ 105344.0, 506328.0 ], [ 105395.0, 506273.0 ], [ 105454.0, 506252.0 ], [ 105471.0, 506300.0 ], [ 105464.0, 506379.0 ], [ 105450.0, 506447.0 ], [ 105391.0, 506509.0 ], [ 105349.0, 506457.0 ], [ 105346.0, 506401.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 21, "TNODE_": 32, "LPOLY_": 7, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 103607.0, 506725.0 ], [ 103694.0, 506798.0 ], [ 103803.0, 506903.0 ], [ 103846.0, 507011.0 ], [ 103883.0, 507190.0 ], [ 104017.0, 507384.0 ], [ 104233.0, 507591.0 ], [ 104314.0, 507800.0 ], [ 104323.0, 507982.0 ], [ 104251.0, 508083.0 ], [ 104130.0, 508065.0 ], [ 103908.0, 507946.0 ], [ 103681.0, 507869.0 ], [ 103473.0, 507925.0 ], [ 103347.0, 508053.0 ], [ 103180.0, 508190.0 ], [ 103005.0, 508268.0 ], [ 102736.0, 508216.0 ], [ 102563.0, 508043.0 ], [ 102540.0, 507971.0 ], [ 102535.0, 507825.0 ], [ 102546.0, 507565.0 ], [ 102530.0, 507340.0 ], [ 102481.0, 507102.0 ], [ 102390.0, 506942.0 ], [ 102150.0, 506841.0 ], [ 101819.0, 506741.0 ], [ 101372.0, 506685.0 ], [ 100979.0, 506696.0 ], [ 100546.0, 506669.0 ], [ 100194.0, 506608.0 ], [ 99686.0, 506523.0 ], [ 99179.0, 506429.0 ], [ 98745.0, 506354.0 ], [ 98193.0, 506249.0 ], [ 97966.0, 506229.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 30, "TNODE_": 30, "LPOLY_": 18, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 105205.0, 506353.0 ], [ 105253.0, 506258.0 ], [ 105296.0, 506212.0 ], [ 105350.0, 506177.0 ], [ 105421.0, 506149.0 ], [ 105498.0, 506125.0 ], [ 105576.0, 506125.0 ], [ 105615.0, 506143.0 ], [ 105617.0, 506183.0 ], [ 105566.0, 506232.0 ], [ 105511.0, 506291.0 ], [ 105482.0, 506374.0 ], [ 105451.0, 506451.0 ], [ 105414.0, 506526.0 ], [ 105354.0, 506580.0 ], [ 105309.0, 506684.0 ], [ 105292.0, 506751.0 ], [ 105212.0, 506774.0 ], [ 105171.0, 506721.0 ], [ 105173.0, 506601.0 ], [ 105187.0, 506490.0 ], [ 105188.0, 506410.0 ], [ 105205.0, 506353.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 23, "TNODE_": 28, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 105097.0, 506453.0 ], [ 105185.0, 506278.0 ], [ 105231.0, 506225.0 ], [ 105311.0, 506152.0 ], [ 105391.0, 506122.0 ], [ 105505.0, 506106.0 ], [ 105634.0, 506119.0 ], [ 105703.0, 506149.0 ], [ 105736.0, 506190.0 ], [ 105720.0, 506249.0 ], [ 105631.0, 506266.0 ], [ 105539.0, 506319.0 ], [ 105504.0, 506366.0 ], [ 105501.0, 506379.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 22, "TNODE_": 29, "LPOLY_": 15, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105593.0, 506459.0 ], [ 105612.0, 506467.0 ], [ 105705.0, 506516.0 ], [ 105911.0, 506586.0 ], [ 105982.0, 506674.0 ], [ 106068.0, 506820.0 ], [ 106102.0, 507001.0 ], [ 106003.0, 507132.0 ], [ 105822.0, 507286.0 ], [ 105721.0, 507511.0 ], [ 105697.0, 507627.0 ], [ 105563.0, 507661.0 ], [ 105278.0, 507530.0 ], [ 105087.0, 507460.0 ], [ 104847.0, 507314.0 ], [ 104722.0, 507177.0 ], [ 104667.0, 507054.0 ], [ 104661.0, 506885.0 ], [ 104714.0, 506753.0 ], [ 104867.0, 506640.0 ], [ 105027.0, 506480.0 ], [ 105077.0, 506355.0 ], [ 105175.0, 506166.0 ], [ 105293.0, 506072.0 ], [ 105449.0, 506023.0 ], [ 105729.0, 506057.0 ], [ 105793.0, 506100.0 ], [ 105854.0, 506177.0 ], [ 105906.0, 506259.0 ], [ 105844.0, 506360.0 ], [ 105690.0, 506375.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 6, "TNODE_": 27, "LPOLY_": 7, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 109632.0, 510835.0 ], [ 109390.0, 510871.0 ], [ 109098.0, 510861.0 ], [ 108842.0, 510940.0 ], [ 108644.0, 511059.0 ], [ 108422.0, 511077.0 ], [ 108293.0, 510934.0 ], [ 108237.0, 510675.0 ], [ 108251.0, 510304.0 ], [ 108291.0, 509999.0 ], [ 108380.0, 509687.0 ], [ 108542.0, 509448.0 ], [ 108747.0, 509106.0 ], [ 108964.0, 508775.0 ], [ 109141.0, 508531.0 ], [ 109268.0, 508251.0 ], [ 109312.0, 508012.0 ], [ 109424.0, 507621.0 ], [ 109535.0, 507226.0 ], [ 109564.0, 506853.0 ], [ 109534.0, 506505.0 ], [ 109344.0, 506127.0 ], [ 109123.0, 505831.0 ], [ 108939.0, 505728.0 ], [ 108721.0, 505745.0 ], [ 108516.0, 505835.0 ], [ 108256.0, 505851.0 ], [ 107979.0, 505963.0 ], [ 107793.0, 506176.0 ], [ 107625.0, 506453.0 ], [ 107438.0, 506777.0 ], [ 107320.0, 506803.0 ], [ 107106.0, 506841.0 ], [ 106916.0, 506934.0 ], [ 106750.0, 507085.0 ], [ 106465.0, 507279.0 ], [ 106258.0, 507315.0 ], [ 106020.0, 507404.0 ], [ 105964.0, 507428.0 ], [ 105829.0, 507548.0 ], [ 105779.0, 507701.0 ], [ 105711.0, 507891.0 ], [ 105556.0, 508061.0 ], [ 105389.0, 508109.0 ], [ 105215.0, 508055.0 ], [ 105061.0, 507968.0 ], [ 104868.0, 507947.0 ], [ 104738.0, 507785.0 ], [ 104686.0, 507658.0 ], [ 104601.0, 507377.0 ], [ 104500.0, 507165.0 ], [ 104492.0, 506959.0 ], [ 104546.0, 506759.0 ], [ 104509.0, 506583.0 ], [ 104476.0, 506476.0 ], [ 104515.0, 506356.0 ], [ 104676.0, 506205.0 ], [ 104781.0, 506088.0 ], [ 104855.0, 505934.0 ], [ 104859.0, 505685.0 ], [ 104783.0, 505530.0 ], [ 104668.0, 505463.0 ], [ 104470.0, 505532.0 ], [ 104298.0, 505691.0 ], [ 104149.0, 505803.0 ], [ 103974.0, 505902.0 ], [ 103770.0, 505977.0 ], [ 103561.0, 505913.0 ], [ 103454.0, 505897.0 ], [ 103314.0, 505978.0 ], [ 103148.0, 506124.0 ], [ 103100.0, 506222.0 ], [ 103151.0, 506385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 34, "TNODE_": 34, "LPOLY_": 22, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 100521.0, 505630.0 ], [ 100364.0, 505713.0 ], [ 99752.0, 505724.0 ], [ 99619.0, 505662.0 ], [ 99769.0, 505502.0 ], [ 100113.0, 505413.0 ], [ 100468.0, 505389.0 ], [ 100857.0, 505309.0 ], [ 101168.0, 505287.0 ], [ 101471.0, 505429.0 ], [ 101612.0, 505569.0 ], [ 101649.0, 505758.0 ], [ 101605.0, 505866.0 ], [ 101378.0, 505792.0 ], [ 101078.0, 505623.0 ], [ 100763.0, 505610.0 ], [ 100521.0, 505630.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 38, "TNODE_": 36, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 98142.0, 504936.0 ], [ 97957.0, 505040.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 35, "TNODE_": 35, "LPOLY_": 20, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 99843.0, 505202.0 ], [ 100064.0, 505199.0 ], [ 100407.0, 505169.0 ], [ 100806.0, 505070.0 ], [ 101057.0, 505004.0 ], [ 101293.0, 504929.0 ], [ 101472.0, 504894.0 ], [ 101626.0, 504979.0 ], [ 101781.0, 505168.0 ], [ 101859.0, 505259.0 ], [ 101976.0, 505432.0 ], [ 102053.0, 505562.0 ], [ 102138.0, 505689.0 ], [ 102170.0, 505804.0 ], [ 102132.0, 505918.0 ], [ 102102.0, 506072.0 ], [ 102136.0, 506162.0 ], [ 102245.0, 506303.0 ], [ 102290.0, 506469.0 ], [ 102185.0, 506474.0 ], [ 101993.0, 506336.0 ], [ 101687.0, 506167.0 ], [ 101317.0, 506066.0 ], [ 100927.0, 506032.0 ], [ 100344.0, 506025.0 ], [ 99917.0, 506012.0 ], [ 99671.0, 505946.0 ], [ 99440.0, 505921.0 ], [ 99156.0, 505825.0 ], [ 99073.0, 505664.0 ], [ 99138.0, 505526.0 ], [ 99273.0, 505401.0 ], [ 99470.0, 505286.0 ], [ 99749.0, 505241.0 ], [ 99843.0, 505202.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25, "FNODE_": 37, "TNODE_": 37, "LPOLY_": 14, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 99391.0, 504972.0 ], [ 99621.0, 504938.0 ], [ 99981.0, 504928.0 ], [ 100405.0, 504869.0 ], [ 100752.0, 504808.0 ], [ 101010.0, 504685.0 ], [ 101218.0, 504579.0 ], [ 101414.0, 504566.0 ], [ 101538.0, 504575.0 ], [ 101652.0, 504632.0 ], [ 101701.0, 504767.0 ], [ 101769.0, 504934.0 ], [ 101857.0, 505061.0 ], [ 101977.0, 505243.0 ], [ 102185.0, 505523.0 ], [ 102363.0, 505734.0 ], [ 102437.0, 505799.0 ], [ 102539.0, 505821.0 ], [ 102634.0, 505806.0 ], [ 102706.0, 505761.0 ], [ 102745.0, 505684.0 ], [ 102774.0, 505640.0 ], [ 102835.0, 505583.0 ], [ 102890.0, 505526.0 ], [ 102932.0, 505502.0 ], [ 102996.0, 505523.0 ], [ 103002.0, 505597.0 ], [ 102968.0, 505767.0 ], [ 102879.0, 505812.0 ], [ 102736.0, 505851.0 ], [ 102564.0, 505929.0 ], [ 102447.0, 505985.0 ], [ 102376.0, 506076.0 ], [ 102359.0, 506209.0 ], [ 102377.0, 506291.0 ], [ 102460.0, 506396.0 ], [ 102600.0, 506582.0 ], [ 102727.0, 506711.0 ], [ 102861.0, 506836.0 ], [ 102975.0, 507000.0 ], [ 102993.0, 507115.0 ], [ 103025.0, 507235.0 ], [ 103093.0, 507328.0 ], [ 103186.0, 507509.0 ], [ 103161.0, 507605.0 ], [ 103141.0, 507721.0 ], [ 103062.0, 507845.0 ], [ 102937.0, 507907.0 ], [ 102777.0, 507823.0 ], [ 102718.0, 507688.0 ], [ 102791.0, 507503.0 ], [ 102785.0, 507381.0 ], [ 102682.0, 507220.0 ], [ 102650.0, 507042.0 ], [ 102601.0, 506894.0 ], [ 102494.0, 506752.0 ], [ 102254.0, 506621.0 ], [ 102075.0, 506546.0 ], [ 101878.0, 506455.0 ], [ 101555.0, 506359.0 ], [ 101239.0, 506298.0 ], [ 101002.0, 506275.0 ], [ 100626.0, 506232.0 ], [ 100274.0, 506227.0 ], [ 99996.0, 506278.0 ], [ 99824.0, 506293.0 ], [ 99537.0, 506243.0 ], [ 99305.0, 506153.0 ], [ 98995.0, 506061.0 ], [ 98739.0, 505969.0 ], [ 98623.0, 505803.0 ], [ 98731.0, 505503.0 ], [ 98792.0, 505317.0 ], [ 99010.0, 505121.0 ], [ 99391.0, 504972.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 39, "TNODE_": 39, "LPOLY_": 25, "RPOLY_": 24 }, "geometry": { "type": "LineString", "coordinates": [ [ 104452.0, 504883.0 ], [ 104452.0, 504874.0 ], [ 104496.0, 504801.0 ], [ 104544.0, 504678.0 ], [ 104653.0, 504596.0 ], [ 104841.0, 504548.0 ], [ 105004.0, 504544.0 ], [ 105119.0, 504564.0 ], [ 105197.0, 504617.0 ], [ 105217.0, 504724.0 ], [ 105184.0, 504835.0 ], [ 105132.0, 504953.0 ], [ 105017.0, 505074.0 ], [ 104851.0, 505193.0 ], [ 104680.0, 505191.0 ], [ 104536.0, 505122.0 ], [ 104471.0, 505053.0 ], [ 104454.0, 504989.0 ], [ 104452.0, 504883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 44, "TNODE_": 43, "LPOLY_": 23, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 104085.0, 504502.0 ], [ 104109.0, 504658.0 ], [ 104103.0, 504790.0 ], [ 104102.0, 504948.0 ], [ 104064.0, 505106.0 ], [ 103918.0, 505157.0 ], [ 103730.0, 505145.0 ], [ 103524.0, 505089.0 ], [ 103322.0, 505003.0 ], [ 103167.0, 504961.0 ], [ 103019.0, 505046.0 ], [ 102870.0, 505259.0 ], [ 102760.0, 505330.0 ], [ 102677.0, 505381.0 ], [ 102511.0, 505403.0 ], [ 102390.0, 505373.0 ], [ 102290.0, 505297.0 ], [ 102100.0, 504961.0 ], [ 102077.0, 504849.0 ], [ 102103.0, 504724.0 ], [ 102172.0, 504627.0 ], [ 102254.0, 504586.0 ], [ 102459.0, 504587.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 43, "TNODE_": 44, "LPOLY_": 23, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 102459.0, 504587.0 ], [ 102449.0, 504740.0 ], [ 102499.0, 504880.0 ], [ 102569.0, 504960.0 ], [ 102676.0, 504980.0 ], [ 102777.0, 504932.0 ], [ 102841.0, 504870.0 ], [ 102974.0, 504798.0 ], [ 103174.0, 504816.0 ], [ 103362.0, 504793.0 ], [ 103633.0, 504768.0 ], [ 103819.0, 504712.0 ], [ 103994.0, 504644.0 ], [ 104085.0, 504502.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 42, "TNODE_": 42, "LPOLY_": 24, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 107151.0, 504608.0 ], [ 107183.0, 504641.0 ], [ 107136.0, 504707.0 ], [ 106991.0, 504760.0 ], [ 106614.0, 504797.0 ], [ 106382.0, 504811.0 ], [ 106219.0, 504858.0 ], [ 105952.0, 504853.0 ], [ 105733.0, 504884.0 ], [ 105475.0, 505019.0 ], [ 105232.0, 505184.0 ], [ 104957.0, 505281.0 ], [ 104723.0, 505280.0 ], [ 104434.0, 505166.0 ], [ 104253.0, 505026.0 ], [ 104237.0, 504885.0 ], [ 104313.0, 504746.0 ], [ 104332.0, 504568.0 ], [ 104361.0, 504412.0 ], [ 104455.0, 504270.0 ], [ 104639.0, 504158.0 ], [ 104940.0, 504151.0 ], [ 105222.0, 504161.0 ], [ 105511.0, 504216.0 ], [ 105897.0, 504283.0 ], [ 106244.0, 504323.0 ], [ 106846.0, 504442.0 ], [ 106982.0, 504506.0 ], [ 107056.0, 504534.0 ], [ 107151.0, 504608.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35, "FNODE_": 45, "TNODE_": 46, "LPOLY_": 32, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 101938.0, 503013.0 ], [ 101950.0, 503001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 47, "TNODE_": 41, "LPOLY_": 28, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 97942.0, 502994.0 ], [ 98842.0, 503091.0 ], [ 99253.0, 503162.0 ], [ 99765.0, 503253.0 ], [ 100268.0, 503352.0 ], [ 100641.0, 503454.0 ], [ 101016.0, 503599.0 ], [ 101264.0, 503719.0 ], [ 101406.0, 503822.0 ], [ 101427.0, 504018.0 ], [ 101281.0, 504155.0 ], [ 100929.0, 504276.0 ], [ 100462.0, 504354.0 ], [ 99952.0, 504429.0 ], [ 99467.0, 504438.0 ], [ 98974.0, 504462.0 ], [ 98363.0, 504529.0 ], [ 97954.0, 504650.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 47, "TNODE_": 38, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 97942.0, 502994.0 ], [ 98235.0, 502920.0 ], [ 99266.0, 502987.0 ], [ 99731.0, 503042.0 ], [ 100191.0, 503162.0 ], [ 100687.0, 503266.0 ], [ 101037.0, 503372.0 ], [ 101370.0, 503545.0 ], [ 101543.0, 503746.0 ], [ 101591.0, 504008.0 ], [ 101371.0, 504269.0 ], [ 101080.0, 504415.0 ], [ 100675.0, 504538.0 ], [ 100144.0, 504613.0 ], [ 99585.0, 504654.0 ], [ 99061.0, 504724.0 ], [ 98738.0, 504758.0 ], [ 98303.0, 504852.0 ], [ 98142.0, 504936.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 44, "TNODE_": 50, "LPOLY_": 7, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 104085.0, 504502.0 ], [ 104091.0, 504493.0 ], [ 104067.0, 504244.0 ], [ 103981.0, 504045.0 ], [ 103965.0, 503883.0 ], [ 104044.0, 503738.0 ], [ 104188.0, 503620.0 ], [ 104377.0, 503565.0 ], [ 104620.0, 503582.0 ], [ 105057.0, 503657.0 ], [ 105272.0, 503640.0 ], [ 105437.0, 503554.0 ], [ 105543.0, 503301.0 ], [ 105584.0, 502934.0 ], [ 105587.0, 502777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36, "FNODE_": 49, "TNODE_": 49, "LPOLY_": 33, "RPOLY_": 32 }, "geometry": { "type": "LineString", "coordinates": [ [ 102344.0, 502910.0 ], [ 102423.0, 502840.0 ], [ 102507.0, 502762.0 ], [ 102602.0, 502719.0 ], [ 102682.0, 502725.0 ], [ 102751.0, 502746.0 ], [ 102795.0, 502780.0 ], [ 102804.0, 502830.0 ], [ 102778.0, 502873.0 ], [ 102695.0, 502899.0 ], [ 102585.0, 502895.0 ], [ 102510.0, 502906.0 ], [ 102448.0, 502927.0 ], [ 102392.0, 502934.0 ], [ 102344.0, 502910.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35, "FNODE_": 46, "TNODE_": 45, "LPOLY_": 32, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 101950.0, 503001.0 ], [ 101990.0, 502959.0 ], [ 102116.0, 502905.0 ], [ 102245.0, 502823.0 ], [ 102388.0, 502736.0 ], [ 102549.0, 502669.0 ], [ 102672.0, 502671.0 ], [ 102774.0, 502700.0 ], [ 102843.0, 502756.0 ], [ 102872.0, 502852.0 ], [ 102839.0, 502934.0 ], [ 102710.0, 502958.0 ], [ 102578.0, 502956.0 ], [ 102531.0, 503003.0 ], [ 102380.0, 503035.0 ], [ 102240.0, 503104.0 ], [ 102090.0, 503150.0 ], [ 101992.0, 503123.0 ], [ 101952.0, 503070.0 ], [ 101938.0, 503013.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37, "FNODE_": 54, "TNODE_": 56, "LPOLY_": 34, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 98294.0, 501484.0 ], [ 97930.0, 501431.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38, "FNODE_": 55, "TNODE_": 58, "LPOLY_": 36, "RPOLY_": 34 }, "geometry": { "type": "LineString", "coordinates": [ [ 98357.0, 501436.0 ], [ 97930.0, 501351.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 61, "TNODE_": 40, "LPOLY_": 7, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 105597.0, 500777.0 ], [ 105794.0, 500780.0 ], [ 106078.0, 500810.0 ], [ 106487.0, 500817.0 ], [ 106893.0, 500916.0 ], [ 107208.0, 501015.0 ], [ 107512.0, 501088.0 ], [ 107876.0, 501235.0 ], [ 108201.0, 501505.0 ], [ 108356.0, 501742.0 ], [ 108499.0, 502111.0 ], [ 108592.0, 502484.0 ], [ 108609.0, 502820.0 ], [ 108651.0, 503214.0 ], [ 108649.0, 503270.0 ], [ 108690.0, 503394.0 ], [ 108722.0, 503596.0 ], [ 108861.0, 503840.0 ], [ 109082.0, 504128.0 ], [ 109348.0, 504412.0 ], [ 109623.0, 504720.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 61, "TNODE_": 50, "LPOLY_": 35, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105597.0, 500777.0 ], [ 105397.0, 500958.0 ], [ 105326.0, 501067.0 ], [ 105272.0, 501194.0 ], [ 105307.0, 501336.0 ], [ 105388.0, 501479.0 ], [ 105452.0, 501560.0 ], [ 105538.0, 501703.0 ], [ 105664.0, 502015.0 ], [ 105710.0, 502258.0 ], [ 105697.0, 502443.0 ], [ 105672.0, 502589.0 ], [ 105587.0, 502777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 50, "TNODE_": 61, "LPOLY_": 35, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 105587.0, 502777.0 ], [ 105591.0, 502609.0 ], [ 105613.0, 502338.0 ], [ 105580.0, 502127.0 ], [ 105452.0, 501969.0 ], [ 105344.0, 501826.0 ], [ 105217.0, 501662.0 ], [ 105110.0, 501498.0 ], [ 105014.0, 501361.0 ], [ 104966.0, 501153.0 ], [ 105001.0, 500963.0 ], [ 105184.0, 500859.0 ], [ 105328.0, 500812.0 ], [ 105559.0, 500777.0 ], [ 105597.0, 500777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 63, "TNODE_": 62, "LPOLY_": 37, "RPOLY_": 38 }, "geometry": { "type": "LineString", "coordinates": [ [ 102391.0, 500743.0 ], [ 102391.0, 500766.0 ], [ 102397.0, 500774.0 ], [ 102407.0, 500776.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43, "FNODE_": 63, "TNODE_": 62, "LPOLY_": 38, "RPOLY_": 37 }, "geometry": { "type": "LineString", "coordinates": [ [ 102391.0, 500743.0 ], [ 102354.0, 500658.0 ], [ 102362.0, 500627.0 ], [ 102395.0, 500619.0 ], [ 102438.0, 500680.0 ], [ 102438.0, 500747.0 ], [ 102407.0, 500776.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42, "FNODE_": 60, "TNODE_": 60, "LPOLY_": 37, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 500858.0 ], [ 102353.0, 500797.0 ], [ 102341.0, 500735.0 ], [ 102346.0, 500654.0 ], [ 102355.0, 500618.0 ], [ 102392.0, 500602.0 ], [ 102444.0, 500672.0 ], [ 102468.0, 500738.0 ], [ 102475.0, 500801.0 ], [ 102457.0, 500854.0 ], [ 102411.0, 500883.0 ], [ 102379.0, 500858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 65, "TNODE_": 43, "LPOLY_": 7, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 103948.0, 500350.0 ], [ 103909.0, 500418.0 ], [ 103855.0, 500585.0 ], [ 103844.0, 500717.0 ], [ 103851.0, 500914.0 ], [ 103898.0, 501046.0 ], [ 103975.0, 501136.0 ], [ 104050.0, 501214.0 ], [ 104151.0, 501295.0 ], [ 104236.0, 501517.0 ], [ 104302.0, 501793.0 ], [ 104352.0, 502158.0 ], [ 104304.0, 502653.0 ], [ 104224.0, 502874.0 ], [ 104104.0, 503051.0 ], [ 103930.0, 503260.0 ], [ 103746.0, 503411.0 ], [ 103497.0, 503592.0 ], [ 103309.0, 503669.0 ], [ 103132.0, 503748.0 ], [ 102868.0, 503947.0 ], [ 102657.0, 504130.0 ], [ 102555.0, 504346.0 ], [ 102464.0, 504511.0 ], [ 102459.0, 504587.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39, "FNODE_": 66, "TNODE_": 67, "LPOLY_": 39, "RPOLY_": 36 }, "geometry": { "type": "LineString", "coordinates": [ [ 102162.0, 500313.0 ], [ 102181.0, 500296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41, "FNODE_": 69, "TNODE_": 70, "LPOLY_": 42, "RPOLY_": 41 }, "geometry": { "type": "LineString", "coordinates": [ [ 102925.0, 500098.0 ], [ 102928.0, 500062.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41, "FNODE_": 70, "TNODE_": 69, "LPOLY_": 42, "RPOLY_": 41 }, "geometry": { "type": "LineString", "coordinates": [ [ 102928.0, 500062.0 ], [ 102932.0, 500042.0 ], [ 103039.0, 499951.0 ], [ 103174.0, 499875.0 ], [ 103269.0, 499787.0 ], [ 103341.0, 499692.0 ], [ 103415.0, 499624.0 ], [ 103502.0, 499580.0 ], [ 103563.0, 499574.0 ], [ 103555.0, 499657.0 ], [ 103502.0, 499767.0 ], [ 103345.0, 500037.0 ], [ 103228.0, 500125.0 ], [ 103063.0, 500176.0 ], [ 102970.0, 500164.0 ], [ 102922.0, 500134.0 ], [ 102925.0, 500098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40, "FNODE_": 68, "TNODE_": 68, "LPOLY_": 41, "RPOLY_": 39 }, "geometry": { "type": "LineString", "coordinates": [ [ 102438.0, 500223.0 ], [ 102458.0, 500212.0 ], [ 102592.0, 500215.0 ], [ 102705.0, 500204.0 ], [ 102819.0, 500106.0 ], [ 102954.0, 499946.0 ], [ 103118.0, 499805.0 ], [ 103268.0, 499667.0 ], [ 103355.0, 499592.0 ], [ 103445.0, 499540.0 ], [ 103537.0, 499498.0 ], [ 103602.0, 499509.0 ], [ 103615.0, 499587.0 ], [ 103570.0, 499694.0 ], [ 103510.0, 499849.0 ], [ 103436.0, 500015.0 ], [ 103345.0, 500164.0 ], [ 103225.0, 500257.0 ], [ 103083.0, 500266.0 ], [ 102910.0, 500271.0 ], [ 102777.0, 500271.0 ], [ 102643.0, 500335.0 ], [ 102538.0, 500338.0 ], [ 102464.0, 500307.0 ], [ 102436.0, 500277.0 ], [ 102438.0, 500223.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39, "FNODE_": 67, "TNODE_": 66, "LPOLY_": 39, "RPOLY_": 36 }, "geometry": { "type": "LineString", "coordinates": [ [ 102181.0, 500296.0 ], [ 102194.0, 500285.0 ], [ 102192.0, 500199.0 ], [ 102167.0, 500114.0 ], [ 102194.0, 500048.0 ], [ 102319.0, 500056.0 ], [ 102439.0, 500106.0 ], [ 102502.0, 500134.0 ], [ 102695.0, 500080.0 ], [ 102868.0, 499928.0 ], [ 103029.0, 499803.0 ], [ 103353.0, 499573.0 ], [ 103507.0, 499479.0 ], [ 103635.0, 499393.0 ], [ 103819.0, 499286.0 ], [ 103951.0, 499189.0 ], [ 104058.0, 499115.0 ], [ 104149.0, 499060.0 ], [ 104220.0, 499057.0 ], [ 104234.0, 499127.0 ], [ 104108.0, 499249.0 ], [ 103910.0, 499353.0 ], [ 103729.0, 499510.0 ], [ 103612.0, 499681.0 ], [ 103551.0, 499858.0 ], [ 103525.0, 499971.0 ], [ 103475.0, 500140.0 ], [ 103384.0, 500302.0 ], [ 103310.0, 500401.0 ], [ 103237.0, 500441.0 ], [ 103172.0, 500372.0 ], [ 103098.0, 500330.0 ], [ 102972.0, 500326.0 ], [ 102887.0, 500374.0 ], [ 102831.0, 500432.0 ], [ 102760.0, 500429.0 ], [ 102700.0, 500386.0 ], [ 102617.0, 500433.0 ], [ 102561.0, 500541.0 ], [ 102451.0, 500530.0 ], [ 102385.0, 500453.0 ], [ 102310.0, 500442.0 ], [ 102233.0, 500456.0 ], [ 102172.0, 500503.0 ], [ 102151.0, 500478.0 ], [ 102153.0, 500380.0 ], [ 102162.0, 500313.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38, "FNODE_": 59, "TNODE_": 55, "LPOLY_": 36, "RPOLY_": 34 }, "geometry": { "type": "LineString", "coordinates": [ [ 97927.0, 501052.0 ], [ 98256.0, 501139.0 ], [ 98677.0, 501182.0 ], [ 99040.0, 501207.0 ], [ 99403.0, 501245.0 ], [ 99846.0, 501251.0 ], [ 100349.0, 501217.0 ], [ 100759.0, 501152.0 ], [ 101083.0, 501093.0 ], [ 101230.0, 501068.0 ], [ 101382.0, 501019.0 ], [ 101534.0, 500931.0 ], [ 101627.0, 500818.0 ], [ 101739.0, 500706.0 ], [ 101881.0, 500605.0 ], [ 102010.0, 500535.0 ], [ 102060.0, 500471.0 ], [ 102083.0, 500357.0 ], [ 102086.0, 500241.0 ], [ 102085.0, 500081.0 ], [ 102067.0, 499976.0 ], [ 102010.0, 499872.0 ], [ 101833.0, 499757.0 ], [ 101575.0, 499596.0 ], [ 101392.0, 499459.0 ], [ 101311.0, 499350.0 ], [ 101298.0, 499284.0 ], [ 101338.0, 499221.0 ], [ 101458.0, 499222.0 ], [ 101577.0, 499326.0 ], [ 101703.0, 499481.0 ], [ 102030.0, 499775.0 ], [ 102227.0, 499938.0 ], [ 102434.0, 500001.0 ], [ 102650.0, 499979.0 ], [ 102780.0, 499910.0 ], [ 102882.0, 499835.0 ], [ 103032.0, 499750.0 ], [ 103155.0, 499671.0 ], [ 103526.0, 499412.0 ], [ 103700.0, 499284.0 ], [ 103846.0, 499174.0 ], [ 104043.0, 499075.0 ], [ 104172.0, 499020.0 ], [ 104284.0, 499002.0 ], [ 104314.0, 499084.0 ], [ 104264.0, 499193.0 ], [ 104147.0, 499283.0 ], [ 103977.0, 499390.0 ], [ 103862.0, 499451.0 ], [ 103751.0, 499551.0 ], [ 103681.0, 499678.0 ], [ 103624.0, 499828.0 ], [ 103590.0, 499985.0 ], [ 103528.0, 500171.0 ], [ 103460.0, 500337.0 ], [ 103360.0, 500492.0 ], [ 103300.0, 500545.0 ], [ 103251.0, 500571.0 ], [ 103204.0, 500568.0 ], [ 103168.0, 500517.0 ], [ 103096.0, 500512.0 ], [ 103044.0, 500576.0 ], [ 103009.0, 500627.0 ], [ 102941.0, 500636.0 ], [ 102874.0, 500628.0 ], [ 102813.0, 500599.0 ], [ 102761.0, 500549.0 ], [ 102712.0, 500513.0 ], [ 102644.0, 500562.0 ], [ 102588.0, 500640.0 ], [ 102554.0, 500664.0 ], [ 102501.0, 500643.0 ], [ 102452.0, 500581.0 ], [ 102409.0, 500502.0 ], [ 102339.0, 500477.0 ], [ 102259.0, 500505.0 ], [ 102204.0, 500561.0 ], [ 102173.0, 500640.0 ], [ 102188.0, 500700.0 ], [ 102110.0, 500778.0 ], [ 101990.0, 500760.0 ], [ 101868.0, 500757.0 ], [ 101776.0, 500842.0 ], [ 101737.0, 500975.0 ], [ 101693.0, 501116.0 ], [ 101613.0, 501250.0 ], [ 101546.0, 501297.0 ], [ 101463.0, 501326.0 ], [ 101281.0, 501394.0 ], [ 101141.0, 501483.0 ], [ 101048.0, 501571.0 ], [ 100984.0, 501732.0 ], [ 100975.0, 501894.0 ], [ 100935.0, 501982.0 ], [ 100856.0, 501999.0 ], [ 100810.0, 501942.0 ], [ 100764.0, 501849.0 ], [ 100684.0, 501756.0 ], [ 100586.0, 501667.0 ], [ 100351.0, 501555.0 ], [ 100033.0, 501500.0 ], [ 99749.0, 501507.0 ], [ 99418.0, 501462.0 ], [ 99063.0, 501443.0 ], [ 98757.0, 501469.0 ], [ 98499.0, 501438.0 ], [ 98357.0, 501436.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37, "FNODE_": 64, "TNODE_": 54, "LPOLY_": 34, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 97925.0, 500661.0 ], [ 98106.0, 500708.0 ], [ 98759.0, 500887.0 ], [ 99474.0, 500943.0 ], [ 100190.0, 500944.0 ], [ 100756.0, 500823.0 ], [ 101308.0, 500721.0 ], [ 101646.0, 500656.0 ], [ 101862.0, 500504.0 ], [ 101930.0, 500438.0 ], [ 102015.0, 500252.0 ], [ 101951.0, 500048.0 ], [ 101692.0, 499915.0 ], [ 101404.0, 499712.0 ], [ 101195.0, 499491.0 ], [ 101149.0, 499341.0 ], [ 101181.0, 499236.0 ], [ 101277.0, 499167.0 ], [ 101411.0, 499166.0 ], [ 101572.0, 499223.0 ], [ 101725.0, 499334.0 ], [ 101851.0, 499460.0 ], [ 102001.0, 499591.0 ], [ 102133.0, 499686.0 ], [ 102300.0, 499742.0 ], [ 102512.0, 499751.0 ], [ 102767.0, 499738.0 ], [ 102995.0, 499683.0 ], [ 103125.0, 499636.0 ], [ 103277.0, 499534.0 ], [ 103437.0, 499398.0 ], [ 103655.0, 499244.0 ], [ 103770.0, 499154.0 ], [ 104070.0, 498981.0 ], [ 104168.0, 498918.0 ], [ 104281.0, 498906.0 ], [ 104348.0, 498927.0 ], [ 104382.0, 499005.0 ], [ 104360.0, 499164.0 ], [ 104283.0, 499280.0 ], [ 104123.0, 499381.0 ], [ 104044.0, 499421.0 ], [ 103929.0, 499454.0 ], [ 103822.0, 499543.0 ], [ 103746.0, 499638.0 ], [ 103675.0, 499781.0 ], [ 103627.0, 499910.0 ], [ 103531.0, 500338.0 ], [ 103475.0, 500454.0 ], [ 103370.0, 500575.0 ], [ 103222.0, 500680.0 ], [ 102983.0, 500713.0 ], [ 102883.0, 500700.0 ], [ 102813.0, 500666.0 ], [ 102786.0, 500648.0 ], [ 102763.0, 500621.0 ], [ 102738.0, 500618.0 ], [ 102719.0, 500681.0 ], [ 102709.0, 500748.0 ], [ 102635.0, 500791.0 ], [ 102559.0, 500757.0 ], [ 102479.0, 500646.0 ], [ 102398.0, 500555.0 ], [ 102345.0, 500517.0 ], [ 102275.0, 500545.0 ], [ 102245.0, 500660.0 ], [ 102223.0, 500773.0 ], [ 102130.0, 500851.0 ], [ 102042.0, 500899.0 ], [ 101961.0, 500993.0 ], [ 101908.0, 501070.0 ], [ 101790.0, 501275.0 ], [ 101681.0, 501384.0 ], [ 101481.0, 501482.0 ], [ 101326.0, 501569.0 ], [ 101215.0, 501721.0 ], [ 101161.0, 501919.0 ], [ 101166.0, 502159.0 ], [ 101210.0, 502384.0 ], [ 101250.0, 502454.0 ], [ 101321.0, 502528.0 ], [ 101411.0, 502583.0 ], [ 101499.0, 502668.0 ], [ 101511.0, 502746.0 ], [ 101420.0, 502789.0 ], [ 101274.0, 502774.0 ], [ 101125.0, 502761.0 ], [ 100931.0, 502710.0 ], [ 100788.0, 502629.0 ], [ 100593.0, 502438.0 ], [ 100424.0, 502213.0 ], [ 100291.0, 502078.0 ], [ 100016.0, 501971.0 ], [ 99775.0, 501864.0 ], [ 99402.0, 501706.0 ], [ 98972.0, 501600.0 ], [ 98644.0, 501541.0 ], [ 98294.0, 501484.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34, "FNODE_": 71, "TNODE_": 53, "LPOLY_": 31, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 97914.0, 499317.0 ], [ 98167.0, 499516.0 ], [ 98472.0, 499777.0 ], [ 98871.0, 499936.0 ], [ 99466.0, 500053.0 ], [ 99844.0, 500117.0 ], [ 100191.0, 500112.0 ], [ 100436.0, 500055.0 ], [ 100643.0, 499876.0 ], [ 100792.0, 499592.0 ], [ 100943.0, 499314.0 ], [ 101092.0, 499168.0 ], [ 101266.0, 499083.0 ], [ 101468.0, 499083.0 ], [ 101644.0, 499131.0 ], [ 101758.0, 499226.0 ], [ 101875.0, 499355.0 ], [ 102021.0, 499478.0 ], [ 102194.0, 499581.0 ], [ 102430.0, 499633.0 ], [ 102668.0, 499626.0 ], [ 102796.0, 499606.0 ], [ 102984.0, 499586.0 ], [ 103151.0, 499528.0 ], [ 103302.0, 499371.0 ], [ 103653.0, 499135.0 ], [ 103804.0, 499019.0 ], [ 104019.0, 498905.0 ], [ 104178.0, 498843.0 ], [ 104335.0, 498823.0 ], [ 104451.0, 498853.0 ], [ 104471.0, 498979.0 ], [ 104384.0, 499230.0 ], [ 104287.0, 499387.0 ], [ 104132.0, 499461.0 ], [ 104002.0, 499500.0 ], [ 103846.0, 499601.0 ], [ 103748.0, 499738.0 ], [ 103673.0, 499947.0 ], [ 103660.0, 500069.0 ], [ 103584.0, 500349.0 ], [ 103511.0, 500540.0 ], [ 103402.0, 500701.0 ], [ 103232.0, 500805.0 ], [ 103074.0, 500817.0 ], [ 102899.0, 500786.0 ], [ 102819.0, 500735.0 ], [ 102780.0, 500671.0 ], [ 102749.0, 500693.0 ], [ 102725.0, 500824.0 ], [ 102674.0, 500845.0 ], [ 102588.0, 500824.0 ], [ 102527.0, 500765.0 ], [ 102476.0, 500655.0 ], [ 102426.0, 500597.0 ], [ 102371.0, 500553.0 ], [ 102298.0, 500588.0 ], [ 102259.0, 500720.0 ], [ 102221.0, 500819.0 ], [ 102147.0, 500942.0 ], [ 102081.0, 501027.0 ], [ 102023.0, 501143.0 ], [ 101900.0, 501296.0 ], [ 101794.0, 501434.0 ], [ 101670.0, 501533.0 ], [ 101500.0, 501698.0 ], [ 101399.0, 501856.0 ], [ 101382.0, 501975.0 ], [ 101403.0, 502202.0 ], [ 101475.0, 502401.0 ], [ 101508.0, 502466.0 ], [ 101592.0, 502547.0 ], [ 101713.0, 502641.0 ], [ 101867.0, 502693.0 ], [ 102025.0, 502689.0 ], [ 102204.0, 502661.0 ], [ 102365.0, 502627.0 ], [ 102513.0, 502612.0 ], [ 102674.0, 502613.0 ], [ 102812.0, 502670.0 ], [ 102891.0, 502759.0 ], [ 102918.0, 502881.0 ], [ 102905.0, 502975.0 ], [ 102838.0, 503051.0 ], [ 102722.0, 503076.0 ], [ 102597.0, 503079.0 ], [ 102466.0, 503156.0 ], [ 102293.0, 503222.0 ], [ 102058.0, 503242.0 ], [ 101931.0, 503210.0 ], [ 101785.0, 503109.0 ], [ 101548.0, 502996.0 ], [ 101264.0, 502916.0 ], [ 100807.0, 502798.0 ], [ 100519.0, 502714.0 ], [ 100235.0, 502578.0 ], [ 99852.0, 502361.0 ], [ 99476.0, 502217.0 ], [ 99169.0, 502140.0 ], [ 98824.0, 502067.0 ], [ 98354.0, 502098.0 ], [ 97935.0, 502109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33, "FNODE_": 72, "TNODE_": 52, "LPOLY_": 30, "RPOLY_": 29 }, "geometry": { "type": "LineString", "coordinates": [ [ 97909.0, 498583.0 ], [ 98176.0, 498856.0 ], [ 98442.0, 499093.0 ], [ 98763.0, 499298.0 ], [ 99444.0, 499490.0 ], [ 99827.0, 499546.0 ], [ 100202.0, 499520.0 ], [ 100466.0, 499405.0 ], [ 100712.0, 499244.0 ], [ 100961.0, 499076.0 ], [ 101164.0, 499001.0 ], [ 101433.0, 498979.0 ], [ 101726.0, 499022.0 ], [ 101925.0, 499092.0 ], [ 102159.0, 499257.0 ], [ 102291.0, 499353.0 ], [ 102512.0, 499461.0 ], [ 102805.0, 499501.0 ], [ 102975.0, 499495.0 ], [ 103087.0, 499485.0 ], [ 103216.0, 499385.0 ], [ 103368.0, 499249.0 ], [ 103609.0, 499048.0 ], [ 103804.0, 498932.0 ], [ 103976.0, 498835.0 ], [ 104137.0, 498748.0 ], [ 104252.0, 498693.0 ], [ 104345.0, 498670.0 ], [ 104457.0, 498650.0 ], [ 104569.0, 498681.0 ], [ 104629.0, 498762.0 ], [ 104641.0, 498954.0 ], [ 104594.0, 499193.0 ], [ 104519.0, 499416.0 ], [ 104421.0, 499542.0 ], [ 104240.0, 499570.0 ], [ 104094.0, 499577.0 ], [ 103953.0, 499599.0 ], [ 103838.0, 499659.0 ], [ 103767.0, 499757.0 ], [ 103708.0, 499922.0 ], [ 103680.0, 500054.0 ], [ 103638.0, 500284.0 ], [ 103572.0, 500526.0 ], [ 103492.0, 500712.0 ], [ 103384.0, 500839.0 ], [ 103265.0, 500911.0 ], [ 103126.0, 500933.0 ], [ 102977.0, 500934.0 ], [ 102789.0, 500940.0 ], [ 102636.0, 500912.0 ], [ 102548.0, 500832.0 ], [ 102425.0, 500610.0 ], [ 102374.0, 500561.0 ], [ 102326.0, 500583.0 ], [ 102304.0, 500641.0 ], [ 102290.0, 500756.0 ], [ 102256.0, 500910.0 ], [ 102154.0, 501147.0 ], [ 102047.0, 501316.0 ], [ 101951.0, 501481.0 ], [ 101891.0, 501687.0 ], [ 101810.0, 501944.0 ], [ 101740.0, 502120.0 ], [ 101749.0, 502299.0 ], [ 101862.0, 502449.0 ], [ 102036.0, 502520.0 ], [ 102521.0, 502566.0 ], [ 102644.0, 502560.0 ], [ 102884.0, 502621.0 ], [ 102984.0, 502760.0 ], [ 103013.0, 502881.0 ], [ 103002.0, 503054.0 ], [ 102902.0, 503222.0 ], [ 102753.0, 503351.0 ], [ 102572.0, 503443.0 ], [ 102297.0, 503470.0 ], [ 102121.0, 503467.0 ], [ 101849.0, 503379.0 ], [ 101620.0, 503213.0 ], [ 101491.0, 503099.0 ], [ 101234.0, 503043.0 ], [ 100977.0, 502955.0 ], [ 100751.0, 502901.0 ], [ 100375.0, 502823.0 ], [ 99974.0, 502776.0 ], [ 99493.0, 502712.0 ], [ 99088.0, 502622.0 ], [ 98790.0, 502487.0 ], [ 98458.0, 502485.0 ], [ 97937.0, 502385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32, "FNODE_": 73, "TNODE_": 51, "LPOLY_": 29, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 97895.0, 496770.0 ], [ 98174.0, 497110.0 ], [ 98409.0, 497430.0 ], [ 98612.0, 497752.0 ], [ 98999.0, 498112.0 ], [ 99438.0, 498419.0 ], [ 99809.0, 498640.0 ], [ 100123.0, 498746.0 ], [ 100403.0, 498786.0 ], [ 100772.0, 498782.0 ], [ 101175.0, 498804.0 ], [ 101528.0, 498857.0 ], [ 101892.0, 498957.0 ], [ 102122.0, 499082.0 ], [ 102403.0, 499230.0 ], [ 102763.0, 499319.0 ], [ 103074.0, 499280.0 ], [ 103309.0, 499131.0 ], [ 103607.0, 498913.0 ], [ 103867.0, 498762.0 ], [ 104110.0, 498660.0 ], [ 104318.0, 498584.0 ], [ 104460.0, 498519.0 ], [ 104574.0, 498480.0 ], [ 104653.0, 498490.0 ], [ 104775.0, 498574.0 ], [ 104775.0, 498708.0 ], [ 104712.0, 498946.0 ], [ 104683.0, 499181.0 ], [ 104665.0, 499363.0 ], [ 104597.0, 499490.0 ], [ 104492.0, 499604.0 ], [ 104361.0, 499697.0 ], [ 104178.0, 499729.0 ], [ 104096.0, 499689.0 ], [ 103977.0, 499675.0 ], [ 103873.0, 499732.0 ], [ 103825.0, 499809.0 ], [ 103761.0, 499935.0 ], [ 103717.0, 500046.0 ], [ 103657.0, 500455.0 ], [ 103612.0, 500653.0 ], [ 103564.0, 500819.0 ], [ 103465.0, 500951.0 ], [ 103323.0, 501076.0 ], [ 103194.0, 501131.0 ], [ 103022.0, 501151.0 ], [ 102884.0, 501138.0 ], [ 102703.0, 501093.0 ], [ 102647.0, 501064.0 ], [ 102553.0, 500962.0 ], [ 102504.0, 500797.0 ], [ 102452.0, 500678.0 ], [ 102403.0, 500592.0 ], [ 102374.0, 500566.0 ], [ 102332.0, 500587.0 ], [ 102303.0, 500714.0 ], [ 102296.0, 500865.0 ], [ 102175.0, 501706.0 ], [ 102151.0, 501904.0 ], [ 102187.0, 502047.0 ], [ 102306.0, 502202.0 ], [ 102473.0, 502345.0 ], [ 102658.0, 502426.0 ], [ 102843.0, 502456.0 ], [ 103037.0, 502535.0 ], [ 103189.0, 502806.0 ], [ 103178.0, 503066.0 ], [ 103059.0, 503268.0 ], [ 102882.0, 503477.0 ], [ 102661.0, 503605.0 ], [ 102409.0, 503681.0 ], [ 102130.0, 503653.0 ], [ 101843.0, 503582.0 ], [ 101621.0, 503441.0 ], [ 101437.0, 503330.0 ], [ 101189.0, 503265.0 ], [ 100940.0, 503209.0 ], [ 100434.0, 503091.0 ], [ 99882.0, 502935.0 ], [ 99480.0, 502838.0 ], [ 98766.0, 502725.0 ], [ 98315.0, 502695.0 ], [ 97940.0, 502707.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26, "FNODE_": 75, "TNODE_": 33, "LPOLY_": 13, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 100575.0, 496407.0 ], [ 100609.0, 496994.0 ], [ 100663.0, 497495.0 ], [ 100807.0, 498053.0 ], [ 101026.0, 498445.0 ], [ 101354.0, 498631.0 ], [ 101751.0, 498777.0 ], [ 102243.0, 498868.0 ], [ 102660.0, 498814.0 ], [ 103008.0, 498719.0 ], [ 103384.0, 498680.0 ], [ 103783.0, 498578.0 ], [ 104097.0, 498443.0 ], [ 104359.0, 498282.0 ], [ 104552.0, 498191.0 ], [ 104689.0, 498133.0 ], [ 104823.0, 498097.0 ], [ 104939.0, 497973.0 ], [ 104998.0, 497870.0 ], [ 105053.0, 497831.0 ], [ 105123.0, 497877.0 ], [ 105114.0, 498020.0 ], [ 105050.0, 498244.0 ], [ 104959.0, 498574.0 ], [ 104866.0, 498788.0 ], [ 104810.0, 499019.0 ], [ 104783.0, 499406.0 ], [ 104808.0, 499756.0 ], [ 104783.0, 499972.0 ], [ 104695.0, 500100.0 ], [ 104594.0, 500134.0 ], [ 104420.0, 500114.0 ], [ 104303.0, 500004.0 ], [ 104194.0, 499829.0 ], [ 104070.0, 499748.0 ], [ 103943.0, 499784.0 ], [ 103853.0, 499853.0 ], [ 103773.0, 499973.0 ], [ 103761.0, 500129.0 ], [ 103757.0, 500299.0 ], [ 103726.0, 500528.0 ], [ 103684.0, 500686.0 ], [ 103702.0, 500858.0 ], [ 103773.0, 501088.0 ], [ 103934.0, 501319.0 ], [ 104084.0, 501517.0 ], [ 104151.0, 501811.0 ], [ 104149.0, 502139.0 ], [ 103966.0, 502452.0 ], [ 103720.0, 502764.0 ], [ 103474.0, 502950.0 ], [ 103370.0, 503070.0 ], [ 103237.0, 503284.0 ], [ 103095.0, 503568.0 ], [ 102900.0, 503761.0 ], [ 102664.0, 503954.0 ], [ 102395.0, 504157.0 ], [ 102199.0, 504260.0 ], [ 102042.0, 504296.0 ], [ 101874.0, 504405.0 ], [ 101811.0, 504534.0 ], [ 101821.0, 504693.0 ], [ 101881.0, 504893.0 ], [ 102003.0, 505062.0 ], [ 102183.0, 505261.0 ], [ 102383.0, 505430.0 ], [ 102535.0, 505519.0 ], [ 102674.0, 505539.0 ], [ 102851.0, 505471.0 ], [ 103007.0, 505354.0 ], [ 103194.0, 505246.0 ], [ 103271.0, 505256.0 ], [ 103299.0, 505332.0 ], [ 103219.0, 505497.0 ], [ 103174.0, 505539.0 ], [ 103135.0, 505595.0 ], [ 103117.0, 505643.0 ], [ 103124.0, 505713.0 ], [ 103175.0, 505756.0 ], [ 103233.0, 505718.0 ], [ 103280.0, 505629.0 ], [ 103324.0, 505570.0 ], [ 103381.0, 505552.0 ], [ 103444.0, 505519.0 ], [ 103594.0, 505460.0 ], [ 103684.0, 505467.0 ], [ 103720.0, 505550.0 ], [ 103702.0, 505636.0 ], [ 103597.0, 505715.0 ], [ 103497.0, 505756.0 ], [ 103349.0, 505809.0 ], [ 103285.0, 505892.0 ], [ 103223.0, 505951.0 ], [ 103166.0, 505925.0 ], [ 103052.0, 505892.0 ], [ 102899.0, 505935.0 ], [ 102755.0, 506064.0 ], [ 102682.0, 506210.0 ], [ 102701.0, 506382.0 ], [ 102796.0, 506598.0 ], [ 103014.0, 506801.0 ], [ 103221.0, 506944.0 ], [ 103412.0, 507007.0 ], [ 103549.0, 507043.0 ], [ 103659.0, 507109.0 ], [ 103660.0, 507348.0 ], [ 103604.0, 507575.0 ], [ 103479.0, 507761.0 ], [ 103316.0, 507884.0 ], [ 103144.0, 507976.0 ], [ 102979.0, 507988.0 ], [ 102818.0, 507981.0 ], [ 102693.0, 507856.0 ], [ 102611.0, 507580.0 ], [ 102583.0, 507384.0 ], [ 102572.0, 507149.0 ], [ 102511.0, 506978.0 ], [ 102392.0, 506822.0 ], [ 102203.0, 506691.0 ], [ 101964.0, 506628.0 ], [ 101486.0, 506571.0 ], [ 101034.0, 506564.0 ], [ 100603.0, 506496.0 ], [ 100234.0, 506404.0 ], [ 99882.0, 506409.0 ], [ 99547.0, 506385.0 ], [ 99096.0, 506284.0 ], [ 98588.0, 506159.0 ], [ 97965.0, 506063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29, "FNODE_": 76, "TNODE_": 65, "LPOLY_": 7, "RPOLY_": 40 }, "geometry": { "type": "LineString", "coordinates": [ [ 101950.0, 496395.0 ], [ 101848.0, 496881.0 ], [ 101718.0, 497288.0 ], [ 101524.0, 497814.0 ], [ 101483.0, 498220.0 ], [ 101551.0, 498484.0 ], [ 101700.0, 498613.0 ], [ 101957.0, 498696.0 ], [ 102285.0, 498704.0 ], [ 102597.0, 498692.0 ], [ 103056.0, 498634.0 ], [ 103425.0, 498529.0 ], [ 104239.0, 498185.0 ], [ 104553.0, 498026.0 ], [ 104724.0, 497908.0 ], [ 104857.0, 497738.0 ], [ 104862.0, 497521.0 ], [ 104898.0, 497269.0 ], [ 104995.0, 497174.0 ], [ 105125.0, 497128.0 ], [ 105229.0, 497181.0 ], [ 105285.0, 497284.0 ], [ 105286.0, 497451.0 ], [ 105326.0, 497552.0 ], [ 105421.0, 497641.0 ], [ 105425.0, 497781.0 ], [ 105353.0, 497921.0 ], [ 105220.0, 498152.0 ], [ 105161.0, 498314.0 ], [ 105065.0, 498566.0 ], [ 104991.0, 498861.0 ], [ 104947.0, 499251.0 ], [ 104916.0, 499562.0 ], [ 104917.0, 499898.0 ], [ 104881.0, 500091.0 ], [ 104754.0, 500247.0 ], [ 104633.0, 500285.0 ], [ 104467.0, 500273.0 ], [ 104342.0, 500201.0 ], [ 104211.0, 500074.0 ], [ 104087.0, 499925.0 ], [ 103989.0, 499875.0 ], [ 103921.0, 499895.0 ], [ 103869.0, 500009.0 ], [ 103871.0, 500140.0 ], [ 103948.0, 500350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27, "FNODE_": 77, "TNODE_": 78, "LPOLY_": 40, "RPOLY_": 43 }, "geometry": { "type": "LineString", "coordinates": [ [ 102372.0, 496392.0 ], [ 102438.0, 496855.0 ], [ 102348.0, 497138.0 ], [ 102265.0, 497341.0 ], [ 102301.0, 497611.0 ], [ 102577.0, 497868.0 ], [ 102848.0, 497911.0 ], [ 103120.0, 497925.0 ], [ 103286.0, 497691.0 ], [ 103391.0, 497395.0 ], [ 103327.0, 497126.0 ], [ 103272.0, 496832.0 ], [ 103169.0, 496385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 79, "TNODE_": 65, "LPOLY_": 40, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 105747.0, 496363.0 ], [ 105771.0, 496701.0 ], [ 105746.0, 497053.0 ], [ 105696.0, 497371.0 ], [ 105596.0, 497642.0 ], [ 105457.0, 497899.0 ], [ 105337.0, 498159.0 ], [ 105262.0, 498360.0 ], [ 105175.0, 498695.0 ], [ 105126.0, 498913.0 ], [ 105070.0, 499134.0 ], [ 105048.0, 499492.0 ], [ 105061.0, 499762.0 ], [ 104999.0, 499996.0 ], [ 104933.0, 500188.0 ], [ 104846.0, 500320.0 ], [ 104739.0, 500387.0 ], [ 104632.0, 500428.0 ], [ 104483.0, 500421.0 ], [ 104411.0, 500389.0 ], [ 104359.0, 500317.0 ], [ 104310.0, 500237.0 ], [ 104196.0, 500185.0 ], [ 104085.0, 500180.0 ], [ 104010.0, 500241.0 ], [ 103948.0, 500350.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_int.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_int.geojson new file mode 100644 index 0000000..4f8bc85 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_int.geojson @@ -0,0 +1,58 @@ +{ +"type": "FeatureCollection", +"name": "DS22_int", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 12, "TNODE_": 9, "LPOLY_": 8, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 109631.0, 509977.0 ], [ 109267.0, 510009.0 ], [ 108982.0, 510032.0 ], [ 108736.0, 510112.0 ], [ 108582.0, 510224.0 ], [ 108524.0, 510380.0 ], [ 108542.0, 510512.0 ], [ 108640.0, 510615.0 ], [ 108774.0, 510644.0 ], [ 108947.0, 510533.0 ], [ 109074.0, 510465.0 ], [ 109203.0, 510419.0 ], [ 109327.0, 510391.0 ], [ 109415.0, 510406.0 ], [ 109632.0, 510471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 13, "TNODE_": 9, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 109631.0, 509805.0 ], [ 109359.0, 509815.0 ], [ 108910.0, 509911.0 ], [ 108726.0, 509965.0 ], [ 108588.0, 510049.0 ], [ 108472.0, 510152.0 ], [ 108404.0, 510292.0 ], [ 108373.0, 510456.0 ], [ 108426.0, 510614.0 ], [ 108602.0, 510746.0 ], [ 108834.0, 510777.0 ], [ 109013.0, 510730.0 ], [ 109269.0, 510644.0 ], [ 109416.0, 510624.0 ], [ 109632.0, 510471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 11, "TNODE_": 7, "LPOLY_": 6, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 105800.0, 510276.0 ], [ 105853.0, 510120.0 ], [ 105844.0, 509967.0 ], [ 105691.0, 509663.0 ], [ 105496.0, 509641.0 ], [ 105301.0, 509726.0 ], [ 105144.0, 510006.0 ], [ 105031.0, 510214.0 ], [ 104768.0, 510362.0 ], [ 104523.0, 510374.0 ], [ 104269.0, 510264.0 ], [ 104135.0, 509980.0 ], [ 104275.0, 509520.0 ], [ 104304.0, 509373.0 ], [ 104274.0, 509273.0 ], [ 104190.0, 509247.0 ], [ 104117.0, 509271.0 ], [ 104069.0, 509407.0 ], [ 104037.0, 509530.0 ], [ 103878.0, 509750.0 ], [ 103701.0, 509933.0 ], [ 103625.0, 510023.0 ], [ 103623.0, 510168.0 ], [ 103710.0, 510336.0 ], [ 103861.0, 510447.0 ], [ 104058.0, 510587.0 ], [ 104298.0, 510690.0 ], [ 104532.0, 510684.0 ], [ 104771.0, 510643.0 ], [ 105062.0, 510557.0 ], [ 105315.0, 510587.0 ], [ 105506.0, 510643.0 ], [ 105681.0, 510730.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 15, "TNODE_": 8, "LPOLY_": 5, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 105658.0, 509200.0 ], [ 105762.0, 509182.0 ], [ 105878.0, 509206.0 ], [ 106011.0, 509324.0 ], [ 106139.0, 509647.0 ], [ 106262.0, 510041.0 ], [ 106349.0, 510269.0 ], [ 106433.0, 510526.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 16, "TNODE_": 14, "LPOLY_": 5, "RPOLY_": 11 }, "geometry": { "type": "LineString", "coordinates": [ [ 104800.0, 508848.0 ], [ 104847.0, 509062.0 ], [ 104833.0, 509264.0 ], [ 104752.0, 509515.0 ], [ 104662.0, 509766.0 ], [ 104626.0, 509887.0 ], [ 104640.0, 509959.0 ], [ 104685.0, 509989.0 ], [ 104786.0, 509944.0 ], [ 104923.0, 509722.0 ], [ 105083.0, 509417.0 ], [ 105138.0, 509326.0 ], [ 105301.0, 509277.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 10, "TNODE_": 4, "LPOLY_": 5, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 106179.0, 510447.0 ], [ 106113.0, 510170.0 ], [ 106030.0, 509885.0 ], [ 105830.0, 509568.0 ], [ 105592.0, 509474.0 ], [ 105350.0, 509517.0 ], [ 105172.0, 509640.0 ], [ 105026.0, 509898.0 ], [ 104922.0, 510050.0 ], [ 104794.0, 510161.0 ], [ 104624.0, 510171.0 ], [ 104472.0, 510120.0 ], [ 104402.0, 509819.0 ], [ 104530.0, 509603.0 ], [ 104632.0, 509364.0 ], [ 104658.0, 509174.0 ], [ 104614.0, 508973.0 ], [ 104453.0, 508863.0 ], [ 104261.0, 508792.0 ], [ 104090.0, 508780.0 ], [ 103994.0, 508825.0 ], [ 103939.0, 508992.0 ], [ 103904.0, 509276.0 ], [ 103798.0, 509512.0 ], [ 103608.0, 509734.0 ], [ 103403.0, 509864.0 ], [ 103244.0, 509909.0 ], [ 103079.0, 510020.0 ], [ 103037.0, 510233.0 ], [ 103187.0, 510532.0 ], [ 103369.0, 510792.0 ], [ 103584.0, 511015.0 ], [ 103821.0, 511202.0 ], [ 104037.0, 511341.0 ], [ 104215.0, 511380.0 ], [ 104395.0, 511341.0 ], [ 104581.0, 511361.0 ], [ 104794.0, 511401.0 ], [ 104886.0, 511452.0 ], [ 104983.0, 511574.0 ], [ 105086.0, 511797.0 ], [ 105157.0, 511966.0 ], [ 105235.0, 512128.0 ], [ 105349.0, 512296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 20, "TNODE_": 3, "LPOLY_": 4, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104478.0, 508524.0 ], [ 104304.0, 508531.0 ], [ 104061.0, 508535.0 ], [ 103833.0, 508587.0 ], [ 103671.0, 508710.0 ], [ 103631.0, 508922.0 ], [ 103637.0, 509147.0 ], [ 103617.0, 509341.0 ], [ 103507.0, 509671.0 ], [ 103312.0, 509801.0 ], [ 103127.0, 509867.0 ], [ 102964.0, 510035.0 ], [ 102926.0, 510248.0 ], [ 102943.0, 510545.0 ], [ 102967.0, 510812.0 ], [ 103032.0, 511080.0 ], [ 103181.0, 511405.0 ], [ 103489.0, 511529.0 ], [ 103690.0, 511603.0 ], [ 103882.0, 511631.0 ], [ 104077.0, 511617.0 ], [ 104252.0, 511576.0 ], [ 104442.0, 511582.0 ], [ 104598.0, 511601.0 ], [ 104734.0, 511679.0 ], [ 104963.0, 511852.0 ], [ 105073.0, 512055.0 ], [ 105144.0, 512235.0 ], [ 105208.0, 512328.0 ], [ 105355.0, 512501.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 25, "TNODE_": 22, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105490.0, 506414.0 ], [ 105593.0, 506459.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 25, "TNODE_": 23, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 105490.0, 506414.0 ], [ 105470.0, 506541.0 ], [ 105439.0, 506657.0 ], [ 105409.0, 506733.0 ], [ 105346.0, 506839.0 ], [ 105257.0, 506902.0 ], [ 105148.0, 506928.0 ], [ 105087.0, 506991.0 ], [ 104998.0, 506970.0 ], [ 104968.0, 506871.0 ], [ 105014.0, 506731.0 ], [ 105075.0, 506532.0 ], [ 105097.0, 506453.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 28, "TNODE_": 25, "LPOLY_": 16, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105501.0, 506379.0 ], [ 105490.0, 506414.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 22, "TNODE_": 29, "LPOLY_": 7, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105593.0, 506459.0 ], [ 105574.0, 506429.0 ], [ 105570.0, 506413.0 ], [ 105666.0, 506393.0 ], [ 105690.0, 506375.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 29, "TNODE_": 28, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105690.0, 506375.0 ], [ 105501.0, 506379.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 26, "TNODE_": 26, "LPOLY_": 19, "RPOLY_": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 105346.0, 506401.0 ], [ 105344.0, 506328.0 ], [ 105395.0, 506273.0 ], [ 105454.0, 506252.0 ], [ 105471.0, 506300.0 ], [ 105464.0, 506379.0 ], [ 105450.0, 506447.0 ], [ 105391.0, 506509.0 ], [ 105349.0, 506457.0 ], [ 105346.0, 506401.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 21, "TNODE_": 32, "LPOLY_": 7, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 103607.0, 506725.0 ], [ 103694.0, 506798.0 ], [ 103803.0, 506903.0 ], [ 103846.0, 507011.0 ], [ 103883.0, 507190.0 ], [ 104017.0, 507384.0 ], [ 104233.0, 507591.0 ], [ 104314.0, 507800.0 ], [ 104323.0, 507982.0 ], [ 104251.0, 508083.0 ], [ 104130.0, 508065.0 ], [ 103908.0, 507946.0 ], [ 103681.0, 507869.0 ], [ 103473.0, 507925.0 ], [ 103347.0, 508053.0 ], [ 103180.0, 508190.0 ], [ 103005.0, 508268.0 ], [ 102736.0, 508216.0 ], [ 102563.0, 508043.0 ], [ 102540.0, 507971.0 ], [ 102535.0, 507825.0 ], [ 102546.0, 507565.0 ], [ 102530.0, 507340.0 ], [ 102481.0, 507102.0 ], [ 102390.0, 506942.0 ], [ 102150.0, 506841.0 ], [ 101819.0, 506741.0 ], [ 101372.0, 506685.0 ], [ 100979.0, 506696.0 ], [ 100546.0, 506669.0 ], [ 100194.0, 506608.0 ], [ 99686.0, 506523.0 ], [ 99179.0, 506429.0 ], [ 98745.0, 506354.0 ], [ 98193.0, 506249.0 ], [ 97966.0, 506229.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 30, "TNODE_": 30, "LPOLY_": 18, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 105205.0, 506353.0 ], [ 105253.0, 506258.0 ], [ 105296.0, 506212.0 ], [ 105350.0, 506177.0 ], [ 105421.0, 506149.0 ], [ 105498.0, 506125.0 ], [ 105576.0, 506125.0 ], [ 105615.0, 506143.0 ], [ 105617.0, 506183.0 ], [ 105566.0, 506232.0 ], [ 105511.0, 506291.0 ], [ 105482.0, 506374.0 ], [ 105451.0, 506451.0 ], [ 105414.0, 506526.0 ], [ 105354.0, 506580.0 ], [ 105309.0, 506684.0 ], [ 105292.0, 506751.0 ], [ 105212.0, 506774.0 ], [ 105171.0, 506721.0 ], [ 105173.0, 506601.0 ], [ 105187.0, 506490.0 ], [ 105188.0, 506410.0 ], [ 105205.0, 506353.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 23, "TNODE_": 28, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 105097.0, 506453.0 ], [ 105185.0, 506278.0 ], [ 105231.0, 506225.0 ], [ 105311.0, 506152.0 ], [ 105391.0, 506122.0 ], [ 105505.0, 506106.0 ], [ 105634.0, 506119.0 ], [ 105703.0, 506149.0 ], [ 105736.0, 506190.0 ], [ 105720.0, 506249.0 ], [ 105631.0, 506266.0 ], [ 105539.0, 506319.0 ], [ 105504.0, 506366.0 ], [ 105501.0, 506379.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 22, "TNODE_": 29, "LPOLY_": 15, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105593.0, 506459.0 ], [ 105612.0, 506467.0 ], [ 105705.0, 506516.0 ], [ 105911.0, 506586.0 ], [ 105982.0, 506674.0 ], [ 106068.0, 506820.0 ], [ 106102.0, 507001.0 ], [ 106003.0, 507132.0 ], [ 105822.0, 507286.0 ], [ 105721.0, 507511.0 ], [ 105697.0, 507627.0 ], [ 105563.0, 507661.0 ], [ 105278.0, 507530.0 ], [ 105087.0, 507460.0 ], [ 104847.0, 507314.0 ], [ 104722.0, 507177.0 ], [ 104667.0, 507054.0 ], [ 104661.0, 506885.0 ], [ 104714.0, 506753.0 ], [ 104867.0, 506640.0 ], [ 105027.0, 506480.0 ], [ 105077.0, 506355.0 ], [ 105175.0, 506166.0 ], [ 105293.0, 506072.0 ], [ 105449.0, 506023.0 ], [ 105729.0, 506057.0 ], [ 105793.0, 506100.0 ], [ 105854.0, 506177.0 ], [ 105906.0, 506259.0 ], [ 105844.0, 506360.0 ], [ 105690.0, 506375.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 6, "TNODE_": 27, "LPOLY_": 7, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 109632.0, 510835.0 ], [ 109390.0, 510871.0 ], [ 109098.0, 510861.0 ], [ 108842.0, 510940.0 ], [ 108644.0, 511059.0 ], [ 108422.0, 511077.0 ], [ 108293.0, 510934.0 ], [ 108237.0, 510675.0 ], [ 108251.0, 510304.0 ], [ 108291.0, 509999.0 ], [ 108380.0, 509687.0 ], [ 108542.0, 509448.0 ], [ 108747.0, 509106.0 ], [ 108964.0, 508775.0 ], [ 109141.0, 508531.0 ], [ 109268.0, 508251.0 ], [ 109312.0, 508012.0 ], [ 109424.0, 507621.0 ], [ 109535.0, 507226.0 ], [ 109564.0, 506853.0 ], [ 109534.0, 506505.0 ], [ 109344.0, 506127.0 ], [ 109123.0, 505831.0 ], [ 108939.0, 505728.0 ], [ 108721.0, 505745.0 ], [ 108516.0, 505835.0 ], [ 108256.0, 505851.0 ], [ 107979.0, 505963.0 ], [ 107793.0, 506176.0 ], [ 107625.0, 506453.0 ], [ 107438.0, 506777.0 ], [ 107320.0, 506803.0 ], [ 107106.0, 506841.0 ], [ 106916.0, 506934.0 ], [ 106750.0, 507085.0 ], [ 106465.0, 507279.0 ], [ 106258.0, 507315.0 ], [ 106020.0, 507404.0 ], [ 105964.0, 507428.0 ], [ 105829.0, 507548.0 ], [ 105779.0, 507701.0 ], [ 105711.0, 507891.0 ], [ 105556.0, 508061.0 ], [ 105389.0, 508109.0 ], [ 105215.0, 508055.0 ], [ 105061.0, 507968.0 ], [ 104868.0, 507947.0 ], [ 104738.0, 507785.0 ], [ 104686.0, 507658.0 ], [ 104601.0, 507377.0 ], [ 104500.0, 507165.0 ], [ 104492.0, 506959.0 ], [ 104546.0, 506759.0 ], [ 104509.0, 506583.0 ], [ 104476.0, 506476.0 ], [ 104515.0, 506356.0 ], [ 104676.0, 506205.0 ], [ 104781.0, 506088.0 ], [ 104855.0, 505934.0 ], [ 104859.0, 505685.0 ], [ 104783.0, 505530.0 ], [ 104668.0, 505463.0 ], [ 104470.0, 505532.0 ], [ 104298.0, 505691.0 ], [ 104149.0, 505803.0 ], [ 103974.0, 505902.0 ], [ 103770.0, 505977.0 ], [ 103561.0, 505913.0 ], [ 103454.0, 505897.0 ], [ 103314.0, 505978.0 ], [ 103148.0, 506124.0 ], [ 103100.0, 506222.0 ], [ 103151.0, 506385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 34, "TNODE_": 34, "LPOLY_": 22, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 100521.0, 505630.0 ], [ 100364.0, 505713.0 ], [ 99752.0, 505724.0 ], [ 99619.0, 505662.0 ], [ 99769.0, 505502.0 ], [ 100113.0, 505413.0 ], [ 100468.0, 505389.0 ], [ 100857.0, 505309.0 ], [ 101168.0, 505287.0 ], [ 101471.0, 505429.0 ], [ 101612.0, 505569.0 ], [ 101649.0, 505758.0 ], [ 101605.0, 505866.0 ], [ 101378.0, 505792.0 ], [ 101078.0, 505623.0 ], [ 100763.0, 505610.0 ], [ 100521.0, 505630.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 38, "TNODE_": 36, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 98142.0, 504936.0 ], [ 97957.0, 505040.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 35, "TNODE_": 35, "LPOLY_": 20, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 99843.0, 505202.0 ], [ 100064.0, 505199.0 ], [ 100407.0, 505169.0 ], [ 100806.0, 505070.0 ], [ 101057.0, 505004.0 ], [ 101293.0, 504929.0 ], [ 101472.0, 504894.0 ], [ 101626.0, 504979.0 ], [ 101781.0, 505168.0 ], [ 101859.0, 505259.0 ], [ 101976.0, 505432.0 ], [ 102053.0, 505562.0 ], [ 102138.0, 505689.0 ], [ 102170.0, 505804.0 ], [ 102132.0, 505918.0 ], [ 102102.0, 506072.0 ], [ 102136.0, 506162.0 ], [ 102245.0, 506303.0 ], [ 102290.0, 506469.0 ], [ 102185.0, 506474.0 ], [ 101993.0, 506336.0 ], [ 101687.0, 506167.0 ], [ 101317.0, 506066.0 ], [ 100927.0, 506032.0 ], [ 100344.0, 506025.0 ], [ 99917.0, 506012.0 ], [ 99671.0, 505946.0 ], [ 99440.0, 505921.0 ], [ 99156.0, 505825.0 ], [ 99073.0, 505664.0 ], [ 99138.0, 505526.0 ], [ 99273.0, 505401.0 ], [ 99470.0, 505286.0 ], [ 99749.0, 505241.0 ], [ 99843.0, 505202.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25, "FNODE_": 37, "TNODE_": 37, "LPOLY_": 14, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 99391.0, 504972.0 ], [ 99621.0, 504938.0 ], [ 99981.0, 504928.0 ], [ 100405.0, 504869.0 ], [ 100752.0, 504808.0 ], [ 101010.0, 504685.0 ], [ 101218.0, 504579.0 ], [ 101414.0, 504566.0 ], [ 101538.0, 504575.0 ], [ 101652.0, 504632.0 ], [ 101701.0, 504767.0 ], [ 101769.0, 504934.0 ], [ 101857.0, 505061.0 ], [ 101977.0, 505243.0 ], [ 102185.0, 505523.0 ], [ 102363.0, 505734.0 ], [ 102437.0, 505799.0 ], [ 102539.0, 505821.0 ], [ 102634.0, 505806.0 ], [ 102706.0, 505761.0 ], [ 102745.0, 505684.0 ], [ 102774.0, 505640.0 ], [ 102835.0, 505583.0 ], [ 102890.0, 505526.0 ], [ 102932.0, 505502.0 ], [ 102996.0, 505523.0 ], [ 103002.0, 505597.0 ], [ 102968.0, 505767.0 ], [ 102879.0, 505812.0 ], [ 102736.0, 505851.0 ], [ 102564.0, 505929.0 ], [ 102447.0, 505985.0 ], [ 102376.0, 506076.0 ], [ 102359.0, 506209.0 ], [ 102377.0, 506291.0 ], [ 102460.0, 506396.0 ], [ 102600.0, 506582.0 ], [ 102727.0, 506711.0 ], [ 102861.0, 506836.0 ], [ 102975.0, 507000.0 ], [ 102993.0, 507115.0 ], [ 103025.0, 507235.0 ], [ 103093.0, 507328.0 ], [ 103186.0, 507509.0 ], [ 103161.0, 507605.0 ], [ 103141.0, 507721.0 ], [ 103062.0, 507845.0 ], [ 102937.0, 507907.0 ], [ 102777.0, 507823.0 ], [ 102718.0, 507688.0 ], [ 102791.0, 507503.0 ], [ 102785.0, 507381.0 ], [ 102682.0, 507220.0 ], [ 102650.0, 507042.0 ], [ 102601.0, 506894.0 ], [ 102494.0, 506752.0 ], [ 102254.0, 506621.0 ], [ 102075.0, 506546.0 ], [ 101878.0, 506455.0 ], [ 101555.0, 506359.0 ], [ 101239.0, 506298.0 ], [ 101002.0, 506275.0 ], [ 100626.0, 506232.0 ], [ 100274.0, 506227.0 ], [ 99996.0, 506278.0 ], [ 99824.0, 506293.0 ], [ 99537.0, 506243.0 ], [ 99305.0, 506153.0 ], [ 98995.0, 506061.0 ], [ 98739.0, 505969.0 ], [ 98623.0, 505803.0 ], [ 98731.0, 505503.0 ], [ 98792.0, 505317.0 ], [ 99010.0, 505121.0 ], [ 99391.0, 504972.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 39, "TNODE_": 39, "LPOLY_": 25, "RPOLY_": 24 }, "geometry": { "type": "LineString", "coordinates": [ [ 104452.0, 504883.0 ], [ 104452.0, 504874.0 ], [ 104496.0, 504801.0 ], [ 104544.0, 504678.0 ], [ 104653.0, 504596.0 ], [ 104841.0, 504548.0 ], [ 105004.0, 504544.0 ], [ 105119.0, 504564.0 ], [ 105197.0, 504617.0 ], [ 105217.0, 504724.0 ], [ 105184.0, 504835.0 ], [ 105132.0, 504953.0 ], [ 105017.0, 505074.0 ], [ 104851.0, 505193.0 ], [ 104680.0, 505191.0 ], [ 104536.0, 505122.0 ], [ 104471.0, 505053.0 ], [ 104454.0, 504989.0 ], [ 104452.0, 504883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 44, "TNODE_": 43, "LPOLY_": 23, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 104085.0, 504502.0 ], [ 104109.0, 504658.0 ], [ 104103.0, 504790.0 ], [ 104102.0, 504948.0 ], [ 104064.0, 505106.0 ], [ 103918.0, 505157.0 ], [ 103730.0, 505145.0 ], [ 103524.0, 505089.0 ], [ 103322.0, 505003.0 ], [ 103167.0, 504961.0 ], [ 103019.0, 505046.0 ], [ 102870.0, 505259.0 ], [ 102760.0, 505330.0 ], [ 102677.0, 505381.0 ], [ 102511.0, 505403.0 ], [ 102390.0, 505373.0 ], [ 102290.0, 505297.0 ], [ 102100.0, 504961.0 ], [ 102077.0, 504849.0 ], [ 102103.0, 504724.0 ], [ 102172.0, 504627.0 ], [ 102254.0, 504586.0 ], [ 102459.0, 504587.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 42, "TNODE_": 42, "LPOLY_": 24, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 107151.0, 504608.0 ], [ 107183.0, 504641.0 ], [ 107136.0, 504707.0 ], [ 106991.0, 504760.0 ], [ 106614.0, 504797.0 ], [ 106382.0, 504811.0 ], [ 106219.0, 504858.0 ], [ 105952.0, 504853.0 ], [ 105733.0, 504884.0 ], [ 105475.0, 505019.0 ], [ 105232.0, 505184.0 ], [ 104957.0, 505281.0 ], [ 104723.0, 505280.0 ], [ 104434.0, 505166.0 ], [ 104253.0, 505026.0 ], [ 104237.0, 504885.0 ], [ 104313.0, 504746.0 ], [ 104332.0, 504568.0 ], [ 104361.0, 504412.0 ], [ 104455.0, 504270.0 ], [ 104639.0, 504158.0 ], [ 104940.0, 504151.0 ], [ 105222.0, 504161.0 ], [ 105511.0, 504216.0 ], [ 105897.0, 504283.0 ], [ 106244.0, 504323.0 ], [ 106846.0, 504442.0 ], [ 106982.0, 504506.0 ], [ 107056.0, 504534.0 ], [ 107151.0, 504608.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35, "FNODE_": 45, "TNODE_": 46, "LPOLY_": 32, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 101938.0, 503013.0 ], [ 101950.0, 503001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 47, "TNODE_": 41, "LPOLY_": 28, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 97942.0, 502994.0 ], [ 98842.0, 503091.0 ], [ 99253.0, 503162.0 ], [ 99765.0, 503253.0 ], [ 100268.0, 503352.0 ], [ 100641.0, 503454.0 ], [ 101016.0, 503599.0 ], [ 101264.0, 503719.0 ], [ 101406.0, 503822.0 ], [ 101427.0, 504018.0 ], [ 101281.0, 504155.0 ], [ 100929.0, 504276.0 ], [ 100462.0, 504354.0 ], [ 99952.0, 504429.0 ], [ 99467.0, 504438.0 ], [ 98974.0, 504462.0 ], [ 98363.0, 504529.0 ], [ 97954.0, 504650.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 47, "TNODE_": 38, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 97942.0, 502994.0 ], [ 98235.0, 502920.0 ], [ 99266.0, 502987.0 ], [ 99731.0, 503042.0 ], [ 100191.0, 503162.0 ], [ 100687.0, 503266.0 ], [ 101037.0, 503372.0 ], [ 101370.0, 503545.0 ], [ 101543.0, 503746.0 ], [ 101591.0, 504008.0 ], [ 101371.0, 504269.0 ], [ 101080.0, 504415.0 ], [ 100675.0, 504538.0 ], [ 100144.0, 504613.0 ], [ 99585.0, 504654.0 ], [ 99061.0, 504724.0 ], [ 98738.0, 504758.0 ], [ 98303.0, 504852.0 ], [ 98142.0, 504936.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36, "FNODE_": 49, "TNODE_": 49, "LPOLY_": 33, "RPOLY_": 32 }, "geometry": { "type": "LineString", "coordinates": [ [ 102344.0, 502910.0 ], [ 102423.0, 502840.0 ], [ 102507.0, 502762.0 ], [ 102602.0, 502719.0 ], [ 102682.0, 502725.0 ], [ 102751.0, 502746.0 ], [ 102795.0, 502780.0 ], [ 102804.0, 502830.0 ], [ 102778.0, 502873.0 ], [ 102695.0, 502899.0 ], [ 102585.0, 502895.0 ], [ 102510.0, 502906.0 ], [ 102448.0, 502927.0 ], [ 102392.0, 502934.0 ], [ 102344.0, 502910.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35, "FNODE_": 46, "TNODE_": 45, "LPOLY_": 32, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 101950.0, 503001.0 ], [ 101990.0, 502959.0 ], [ 102116.0, 502905.0 ], [ 102245.0, 502823.0 ], [ 102388.0, 502736.0 ], [ 102549.0, 502669.0 ], [ 102672.0, 502671.0 ], [ 102774.0, 502700.0 ], [ 102843.0, 502756.0 ], [ 102872.0, 502852.0 ], [ 102839.0, 502934.0 ], [ 102710.0, 502958.0 ], [ 102578.0, 502956.0 ], [ 102531.0, 503003.0 ], [ 102380.0, 503035.0 ], [ 102240.0, 503104.0 ], [ 102090.0, 503150.0 ], [ 101992.0, 503123.0 ], [ 101952.0, 503070.0 ], [ 101938.0, 503013.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37, "FNODE_": 54, "TNODE_": 56, "LPOLY_": 34, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 98294.0, 501484.0 ], [ 97930.0, 501431.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38, "FNODE_": 55, "TNODE_": 58, "LPOLY_": 36, "RPOLY_": 34 }, "geometry": { "type": "LineString", "coordinates": [ [ 98357.0, 501436.0 ], [ 97930.0, 501351.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 61, "TNODE_": 50, "LPOLY_": 35, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105597.0, 500777.0 ], [ 105397.0, 500958.0 ], [ 105326.0, 501067.0 ], [ 105272.0, 501194.0 ], [ 105307.0, 501336.0 ], [ 105388.0, 501479.0 ], [ 105452.0, 501560.0 ], [ 105538.0, 501703.0 ], [ 105664.0, 502015.0 ], [ 105710.0, 502258.0 ], [ 105697.0, 502443.0 ], [ 105672.0, 502589.0 ], [ 105587.0, 502777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 63, "TNODE_": 62, "LPOLY_": 37, "RPOLY_": 38 }, "geometry": { "type": "LineString", "coordinates": [ [ 102391.0, 500743.0 ], [ 102391.0, 500766.0 ], [ 102397.0, 500774.0 ], [ 102407.0, 500776.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43, "FNODE_": 63, "TNODE_": 62, "LPOLY_": 38, "RPOLY_": 37 }, "geometry": { "type": "LineString", "coordinates": [ [ 102391.0, 500743.0 ], [ 102354.0, 500658.0 ], [ 102362.0, 500627.0 ], [ 102395.0, 500619.0 ], [ 102438.0, 500680.0 ], [ 102438.0, 500747.0 ], [ 102407.0, 500776.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42, "FNODE_": 60, "TNODE_": 60, "LPOLY_": 37, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 500858.0 ], [ 102353.0, 500797.0 ], [ 102341.0, 500735.0 ], [ 102346.0, 500654.0 ], [ 102355.0, 500618.0 ], [ 102392.0, 500602.0 ], [ 102444.0, 500672.0 ], [ 102468.0, 500738.0 ], [ 102475.0, 500801.0 ], [ 102457.0, 500854.0 ], [ 102411.0, 500883.0 ], [ 102379.0, 500858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39, "FNODE_": 66, "TNODE_": 67, "LPOLY_": 39, "RPOLY_": 36 }, "geometry": { "type": "LineString", "coordinates": [ [ 102162.0, 500313.0 ], [ 102181.0, 500296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41, "FNODE_": 69, "TNODE_": 70, "LPOLY_": 42, "RPOLY_": 41 }, "geometry": { "type": "LineString", "coordinates": [ [ 102925.0, 500098.0 ], [ 102928.0, 500062.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41, "FNODE_": 70, "TNODE_": 69, "LPOLY_": 42, "RPOLY_": 41 }, "geometry": { "type": "LineString", "coordinates": [ [ 102928.0, 500062.0 ], [ 102932.0, 500042.0 ], [ 103039.0, 499951.0 ], [ 103174.0, 499875.0 ], [ 103269.0, 499787.0 ], [ 103341.0, 499692.0 ], [ 103415.0, 499624.0 ], [ 103502.0, 499580.0 ], [ 103563.0, 499574.0 ], [ 103555.0, 499657.0 ], [ 103502.0, 499767.0 ], [ 103345.0, 500037.0 ], [ 103228.0, 500125.0 ], [ 103063.0, 500176.0 ], [ 102970.0, 500164.0 ], [ 102922.0, 500134.0 ], [ 102925.0, 500098.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40, "FNODE_": 68, "TNODE_": 68, "LPOLY_": 41, "RPOLY_": 39 }, "geometry": { "type": "LineString", "coordinates": [ [ 102438.0, 500223.0 ], [ 102458.0, 500212.0 ], [ 102592.0, 500215.0 ], [ 102705.0, 500204.0 ], [ 102819.0, 500106.0 ], [ 102954.0, 499946.0 ], [ 103118.0, 499805.0 ], [ 103268.0, 499667.0 ], [ 103355.0, 499592.0 ], [ 103445.0, 499540.0 ], [ 103537.0, 499498.0 ], [ 103602.0, 499509.0 ], [ 103615.0, 499587.0 ], [ 103570.0, 499694.0 ], [ 103510.0, 499849.0 ], [ 103436.0, 500015.0 ], [ 103345.0, 500164.0 ], [ 103225.0, 500257.0 ], [ 103083.0, 500266.0 ], [ 102910.0, 500271.0 ], [ 102777.0, 500271.0 ], [ 102643.0, 500335.0 ], [ 102538.0, 500338.0 ], [ 102464.0, 500307.0 ], [ 102436.0, 500277.0 ], [ 102438.0, 500223.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39, "FNODE_": 67, "TNODE_": 66, "LPOLY_": 39, "RPOLY_": 36 }, "geometry": { "type": "LineString", "coordinates": [ [ 102181.0, 500296.0 ], [ 102194.0, 500285.0 ], [ 102192.0, 500199.0 ], [ 102167.0, 500114.0 ], [ 102194.0, 500048.0 ], [ 102319.0, 500056.0 ], [ 102439.0, 500106.0 ], [ 102502.0, 500134.0 ], [ 102695.0, 500080.0 ], [ 102868.0, 499928.0 ], [ 103029.0, 499803.0 ], [ 103353.0, 499573.0 ], [ 103507.0, 499479.0 ], [ 103635.0, 499393.0 ], [ 103819.0, 499286.0 ], [ 103951.0, 499189.0 ], [ 104058.0, 499115.0 ], [ 104149.0, 499060.0 ], [ 104220.0, 499057.0 ], [ 104234.0, 499127.0 ], [ 104108.0, 499249.0 ], [ 103910.0, 499353.0 ], [ 103729.0, 499510.0 ], [ 103612.0, 499681.0 ], [ 103551.0, 499858.0 ], [ 103525.0, 499971.0 ], [ 103475.0, 500140.0 ], [ 103384.0, 500302.0 ], [ 103310.0, 500401.0 ], [ 103237.0, 500441.0 ], [ 103172.0, 500372.0 ], [ 103098.0, 500330.0 ], [ 102972.0, 500326.0 ], [ 102887.0, 500374.0 ], [ 102831.0, 500432.0 ], [ 102760.0, 500429.0 ], [ 102700.0, 500386.0 ], [ 102617.0, 500433.0 ], [ 102561.0, 500541.0 ], [ 102451.0, 500530.0 ], [ 102385.0, 500453.0 ], [ 102310.0, 500442.0 ], [ 102233.0, 500456.0 ], [ 102172.0, 500503.0 ], [ 102151.0, 500478.0 ], [ 102153.0, 500380.0 ], [ 102162.0, 500313.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38, "FNODE_": 59, "TNODE_": 55, "LPOLY_": 36, "RPOLY_": 34 }, "geometry": { "type": "LineString", "coordinates": [ [ 97927.0, 501052.0 ], [ 98256.0, 501139.0 ], [ 98677.0, 501182.0 ], [ 99040.0, 501207.0 ], [ 99403.0, 501245.0 ], [ 99846.0, 501251.0 ], [ 100349.0, 501217.0 ], [ 100759.0, 501152.0 ], [ 101083.0, 501093.0 ], [ 101230.0, 501068.0 ], [ 101382.0, 501019.0 ], [ 101534.0, 500931.0 ], [ 101627.0, 500818.0 ], [ 101739.0, 500706.0 ], [ 101881.0, 500605.0 ], [ 102010.0, 500535.0 ], [ 102060.0, 500471.0 ], [ 102083.0, 500357.0 ], [ 102086.0, 500241.0 ], [ 102085.0, 500081.0 ], [ 102067.0, 499976.0 ], [ 102010.0, 499872.0 ], [ 101833.0, 499757.0 ], [ 101575.0, 499596.0 ], [ 101392.0, 499459.0 ], [ 101311.0, 499350.0 ], [ 101298.0, 499284.0 ], [ 101338.0, 499221.0 ], [ 101458.0, 499222.0 ], [ 101577.0, 499326.0 ], [ 101703.0, 499481.0 ], [ 102030.0, 499775.0 ], [ 102227.0, 499938.0 ], [ 102434.0, 500001.0 ], [ 102650.0, 499979.0 ], [ 102780.0, 499910.0 ], [ 102882.0, 499835.0 ], [ 103032.0, 499750.0 ], [ 103155.0, 499671.0 ], [ 103526.0, 499412.0 ], [ 103700.0, 499284.0 ], [ 103846.0, 499174.0 ], [ 104043.0, 499075.0 ], [ 104172.0, 499020.0 ], [ 104284.0, 499002.0 ], [ 104314.0, 499084.0 ], [ 104264.0, 499193.0 ], [ 104147.0, 499283.0 ], [ 103977.0, 499390.0 ], [ 103862.0, 499451.0 ], [ 103751.0, 499551.0 ], [ 103681.0, 499678.0 ], [ 103624.0, 499828.0 ], [ 103590.0, 499985.0 ], [ 103528.0, 500171.0 ], [ 103460.0, 500337.0 ], [ 103360.0, 500492.0 ], [ 103300.0, 500545.0 ], [ 103251.0, 500571.0 ], [ 103204.0, 500568.0 ], [ 103168.0, 500517.0 ], [ 103096.0, 500512.0 ], [ 103044.0, 500576.0 ], [ 103009.0, 500627.0 ], [ 102941.0, 500636.0 ], [ 102874.0, 500628.0 ], [ 102813.0, 500599.0 ], [ 102761.0, 500549.0 ], [ 102712.0, 500513.0 ], [ 102644.0, 500562.0 ], [ 102588.0, 500640.0 ], [ 102554.0, 500664.0 ], [ 102501.0, 500643.0 ], [ 102452.0, 500581.0 ], [ 102409.0, 500502.0 ], [ 102339.0, 500477.0 ], [ 102259.0, 500505.0 ], [ 102204.0, 500561.0 ], [ 102173.0, 500640.0 ], [ 102188.0, 500700.0 ], [ 102110.0, 500778.0 ], [ 101990.0, 500760.0 ], [ 101868.0, 500757.0 ], [ 101776.0, 500842.0 ], [ 101737.0, 500975.0 ], [ 101693.0, 501116.0 ], [ 101613.0, 501250.0 ], [ 101546.0, 501297.0 ], [ 101463.0, 501326.0 ], [ 101281.0, 501394.0 ], [ 101141.0, 501483.0 ], [ 101048.0, 501571.0 ], [ 100984.0, 501732.0 ], [ 100975.0, 501894.0 ], [ 100935.0, 501982.0 ], [ 100856.0, 501999.0 ], [ 100810.0, 501942.0 ], [ 100764.0, 501849.0 ], [ 100684.0, 501756.0 ], [ 100586.0, 501667.0 ], [ 100351.0, 501555.0 ], [ 100033.0, 501500.0 ], [ 99749.0, 501507.0 ], [ 99418.0, 501462.0 ], [ 99063.0, 501443.0 ], [ 98757.0, 501469.0 ], [ 98499.0, 501438.0 ], [ 98357.0, 501436.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37, "FNODE_": 64, "TNODE_": 54, "LPOLY_": 34, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 97925.0, 500661.0 ], [ 98106.0, 500708.0 ], [ 98759.0, 500887.0 ], [ 99474.0, 500943.0 ], [ 100190.0, 500944.0 ], [ 100756.0, 500823.0 ], [ 101308.0, 500721.0 ], [ 101646.0, 500656.0 ], [ 101862.0, 500504.0 ], [ 101930.0, 500438.0 ], [ 102015.0, 500252.0 ], [ 101951.0, 500048.0 ], [ 101692.0, 499915.0 ], [ 101404.0, 499712.0 ], [ 101195.0, 499491.0 ], [ 101149.0, 499341.0 ], [ 101181.0, 499236.0 ], [ 101277.0, 499167.0 ], [ 101411.0, 499166.0 ], [ 101572.0, 499223.0 ], [ 101725.0, 499334.0 ], [ 101851.0, 499460.0 ], [ 102001.0, 499591.0 ], [ 102133.0, 499686.0 ], [ 102300.0, 499742.0 ], [ 102512.0, 499751.0 ], [ 102767.0, 499738.0 ], [ 102995.0, 499683.0 ], [ 103125.0, 499636.0 ], [ 103277.0, 499534.0 ], [ 103437.0, 499398.0 ], [ 103655.0, 499244.0 ], [ 103770.0, 499154.0 ], [ 104070.0, 498981.0 ], [ 104168.0, 498918.0 ], [ 104281.0, 498906.0 ], [ 104348.0, 498927.0 ], [ 104382.0, 499005.0 ], [ 104360.0, 499164.0 ], [ 104283.0, 499280.0 ], [ 104123.0, 499381.0 ], [ 104044.0, 499421.0 ], [ 103929.0, 499454.0 ], [ 103822.0, 499543.0 ], [ 103746.0, 499638.0 ], [ 103675.0, 499781.0 ], [ 103627.0, 499910.0 ], [ 103531.0, 500338.0 ], [ 103475.0, 500454.0 ], [ 103370.0, 500575.0 ], [ 103222.0, 500680.0 ], [ 102983.0, 500713.0 ], [ 102883.0, 500700.0 ], [ 102813.0, 500666.0 ], [ 102786.0, 500648.0 ], [ 102763.0, 500621.0 ], [ 102738.0, 500618.0 ], [ 102719.0, 500681.0 ], [ 102709.0, 500748.0 ], [ 102635.0, 500791.0 ], [ 102559.0, 500757.0 ], [ 102479.0, 500646.0 ], [ 102398.0, 500555.0 ], [ 102345.0, 500517.0 ], [ 102275.0, 500545.0 ], [ 102245.0, 500660.0 ], [ 102223.0, 500773.0 ], [ 102130.0, 500851.0 ], [ 102042.0, 500899.0 ], [ 101961.0, 500993.0 ], [ 101908.0, 501070.0 ], [ 101790.0, 501275.0 ], [ 101681.0, 501384.0 ], [ 101481.0, 501482.0 ], [ 101326.0, 501569.0 ], [ 101215.0, 501721.0 ], [ 101161.0, 501919.0 ], [ 101166.0, 502159.0 ], [ 101210.0, 502384.0 ], [ 101250.0, 502454.0 ], [ 101321.0, 502528.0 ], [ 101411.0, 502583.0 ], [ 101499.0, 502668.0 ], [ 101511.0, 502746.0 ], [ 101420.0, 502789.0 ], [ 101274.0, 502774.0 ], [ 101125.0, 502761.0 ], [ 100931.0, 502710.0 ], [ 100788.0, 502629.0 ], [ 100593.0, 502438.0 ], [ 100424.0, 502213.0 ], [ 100291.0, 502078.0 ], [ 100016.0, 501971.0 ], [ 99775.0, 501864.0 ], [ 99402.0, 501706.0 ], [ 98972.0, 501600.0 ], [ 98644.0, 501541.0 ], [ 98294.0, 501484.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34, "FNODE_": 71, "TNODE_": 53, "LPOLY_": 31, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 97914.0, 499317.0 ], [ 98167.0, 499516.0 ], [ 98472.0, 499777.0 ], [ 98871.0, 499936.0 ], [ 99466.0, 500053.0 ], [ 99844.0, 500117.0 ], [ 100191.0, 500112.0 ], [ 100436.0, 500055.0 ], [ 100643.0, 499876.0 ], [ 100792.0, 499592.0 ], [ 100943.0, 499314.0 ], [ 101092.0, 499168.0 ], [ 101266.0, 499083.0 ], [ 101468.0, 499083.0 ], [ 101644.0, 499131.0 ], [ 101758.0, 499226.0 ], [ 101875.0, 499355.0 ], [ 102021.0, 499478.0 ], [ 102194.0, 499581.0 ], [ 102430.0, 499633.0 ], [ 102668.0, 499626.0 ], [ 102796.0, 499606.0 ], [ 102984.0, 499586.0 ], [ 103151.0, 499528.0 ], [ 103302.0, 499371.0 ], [ 103653.0, 499135.0 ], [ 103804.0, 499019.0 ], [ 104019.0, 498905.0 ], [ 104178.0, 498843.0 ], [ 104335.0, 498823.0 ], [ 104451.0, 498853.0 ], [ 104471.0, 498979.0 ], [ 104384.0, 499230.0 ], [ 104287.0, 499387.0 ], [ 104132.0, 499461.0 ], [ 104002.0, 499500.0 ], [ 103846.0, 499601.0 ], [ 103748.0, 499738.0 ], [ 103673.0, 499947.0 ], [ 103660.0, 500069.0 ], [ 103584.0, 500349.0 ], [ 103511.0, 500540.0 ], [ 103402.0, 500701.0 ], [ 103232.0, 500805.0 ], [ 103074.0, 500817.0 ], [ 102899.0, 500786.0 ], [ 102819.0, 500735.0 ], [ 102780.0, 500671.0 ], [ 102749.0, 500693.0 ], [ 102725.0, 500824.0 ], [ 102674.0, 500845.0 ], [ 102588.0, 500824.0 ], [ 102527.0, 500765.0 ], [ 102476.0, 500655.0 ], [ 102426.0, 500597.0 ], [ 102371.0, 500553.0 ], [ 102298.0, 500588.0 ], [ 102259.0, 500720.0 ], [ 102221.0, 500819.0 ], [ 102147.0, 500942.0 ], [ 102081.0, 501027.0 ], [ 102023.0, 501143.0 ], [ 101900.0, 501296.0 ], [ 101794.0, 501434.0 ], [ 101670.0, 501533.0 ], [ 101500.0, 501698.0 ], [ 101399.0, 501856.0 ], [ 101382.0, 501975.0 ], [ 101403.0, 502202.0 ], [ 101475.0, 502401.0 ], [ 101508.0, 502466.0 ], [ 101592.0, 502547.0 ], [ 101713.0, 502641.0 ], [ 101867.0, 502693.0 ], [ 102025.0, 502689.0 ], [ 102204.0, 502661.0 ], [ 102365.0, 502627.0 ], [ 102513.0, 502612.0 ], [ 102674.0, 502613.0 ], [ 102812.0, 502670.0 ], [ 102891.0, 502759.0 ], [ 102918.0, 502881.0 ], [ 102905.0, 502975.0 ], [ 102838.0, 503051.0 ], [ 102722.0, 503076.0 ], [ 102597.0, 503079.0 ], [ 102466.0, 503156.0 ], [ 102293.0, 503222.0 ], [ 102058.0, 503242.0 ], [ 101931.0, 503210.0 ], [ 101785.0, 503109.0 ], [ 101548.0, 502996.0 ], [ 101264.0, 502916.0 ], [ 100807.0, 502798.0 ], [ 100519.0, 502714.0 ], [ 100235.0, 502578.0 ], [ 99852.0, 502361.0 ], [ 99476.0, 502217.0 ], [ 99169.0, 502140.0 ], [ 98824.0, 502067.0 ], [ 98354.0, 502098.0 ], [ 97935.0, 502109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33, "FNODE_": 72, "TNODE_": 52, "LPOLY_": 30, "RPOLY_": 29 }, "geometry": { "type": "LineString", "coordinates": [ [ 97909.0, 498583.0 ], [ 98176.0, 498856.0 ], [ 98442.0, 499093.0 ], [ 98763.0, 499298.0 ], [ 99444.0, 499490.0 ], [ 99827.0, 499546.0 ], [ 100202.0, 499520.0 ], [ 100466.0, 499405.0 ], [ 100712.0, 499244.0 ], [ 100961.0, 499076.0 ], [ 101164.0, 499001.0 ], [ 101433.0, 498979.0 ], [ 101726.0, 499022.0 ], [ 101925.0, 499092.0 ], [ 102159.0, 499257.0 ], [ 102291.0, 499353.0 ], [ 102512.0, 499461.0 ], [ 102805.0, 499501.0 ], [ 102975.0, 499495.0 ], [ 103087.0, 499485.0 ], [ 103216.0, 499385.0 ], [ 103368.0, 499249.0 ], [ 103609.0, 499048.0 ], [ 103804.0, 498932.0 ], [ 103976.0, 498835.0 ], [ 104137.0, 498748.0 ], [ 104252.0, 498693.0 ], [ 104345.0, 498670.0 ], [ 104457.0, 498650.0 ], [ 104569.0, 498681.0 ], [ 104629.0, 498762.0 ], [ 104641.0, 498954.0 ], [ 104594.0, 499193.0 ], [ 104519.0, 499416.0 ], [ 104421.0, 499542.0 ], [ 104240.0, 499570.0 ], [ 104094.0, 499577.0 ], [ 103953.0, 499599.0 ], [ 103838.0, 499659.0 ], [ 103767.0, 499757.0 ], [ 103708.0, 499922.0 ], [ 103680.0, 500054.0 ], [ 103638.0, 500284.0 ], [ 103572.0, 500526.0 ], [ 103492.0, 500712.0 ], [ 103384.0, 500839.0 ], [ 103265.0, 500911.0 ], [ 103126.0, 500933.0 ], [ 102977.0, 500934.0 ], [ 102789.0, 500940.0 ], [ 102636.0, 500912.0 ], [ 102548.0, 500832.0 ], [ 102425.0, 500610.0 ], [ 102374.0, 500561.0 ], [ 102326.0, 500583.0 ], [ 102304.0, 500641.0 ], [ 102290.0, 500756.0 ], [ 102256.0, 500910.0 ], [ 102154.0, 501147.0 ], [ 102047.0, 501316.0 ], [ 101951.0, 501481.0 ], [ 101891.0, 501687.0 ], [ 101810.0, 501944.0 ], [ 101740.0, 502120.0 ], [ 101749.0, 502299.0 ], [ 101862.0, 502449.0 ], [ 102036.0, 502520.0 ], [ 102521.0, 502566.0 ], [ 102644.0, 502560.0 ], [ 102884.0, 502621.0 ], [ 102984.0, 502760.0 ], [ 103013.0, 502881.0 ], [ 103002.0, 503054.0 ], [ 102902.0, 503222.0 ], [ 102753.0, 503351.0 ], [ 102572.0, 503443.0 ], [ 102297.0, 503470.0 ], [ 102121.0, 503467.0 ], [ 101849.0, 503379.0 ], [ 101620.0, 503213.0 ], [ 101491.0, 503099.0 ], [ 101234.0, 503043.0 ], [ 100977.0, 502955.0 ], [ 100751.0, 502901.0 ], [ 100375.0, 502823.0 ], [ 99974.0, 502776.0 ], [ 99493.0, 502712.0 ], [ 99088.0, 502622.0 ], [ 98790.0, 502487.0 ], [ 98458.0, 502485.0 ], [ 97937.0, 502385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32, "FNODE_": 73, "TNODE_": 51, "LPOLY_": 29, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 97895.0, 496770.0 ], [ 98174.0, 497110.0 ], [ 98409.0, 497430.0 ], [ 98612.0, 497752.0 ], [ 98999.0, 498112.0 ], [ 99438.0, 498419.0 ], [ 99809.0, 498640.0 ], [ 100123.0, 498746.0 ], [ 100403.0, 498786.0 ], [ 100772.0, 498782.0 ], [ 101175.0, 498804.0 ], [ 101528.0, 498857.0 ], [ 101892.0, 498957.0 ], [ 102122.0, 499082.0 ], [ 102403.0, 499230.0 ], [ 102763.0, 499319.0 ], [ 103074.0, 499280.0 ], [ 103309.0, 499131.0 ], [ 103607.0, 498913.0 ], [ 103867.0, 498762.0 ], [ 104110.0, 498660.0 ], [ 104318.0, 498584.0 ], [ 104460.0, 498519.0 ], [ 104574.0, 498480.0 ], [ 104653.0, 498490.0 ], [ 104775.0, 498574.0 ], [ 104775.0, 498708.0 ], [ 104712.0, 498946.0 ], [ 104683.0, 499181.0 ], [ 104665.0, 499363.0 ], [ 104597.0, 499490.0 ], [ 104492.0, 499604.0 ], [ 104361.0, 499697.0 ], [ 104178.0, 499729.0 ], [ 104096.0, 499689.0 ], [ 103977.0, 499675.0 ], [ 103873.0, 499732.0 ], [ 103825.0, 499809.0 ], [ 103761.0, 499935.0 ], [ 103717.0, 500046.0 ], [ 103657.0, 500455.0 ], [ 103612.0, 500653.0 ], [ 103564.0, 500819.0 ], [ 103465.0, 500951.0 ], [ 103323.0, 501076.0 ], [ 103194.0, 501131.0 ], [ 103022.0, 501151.0 ], [ 102884.0, 501138.0 ], [ 102703.0, 501093.0 ], [ 102647.0, 501064.0 ], [ 102553.0, 500962.0 ], [ 102504.0, 500797.0 ], [ 102452.0, 500678.0 ], [ 102403.0, 500592.0 ], [ 102374.0, 500566.0 ], [ 102332.0, 500587.0 ], [ 102303.0, 500714.0 ], [ 102296.0, 500865.0 ], [ 102175.0, 501706.0 ], [ 102151.0, 501904.0 ], [ 102187.0, 502047.0 ], [ 102306.0, 502202.0 ], [ 102473.0, 502345.0 ], [ 102658.0, 502426.0 ], [ 102843.0, 502456.0 ], [ 103037.0, 502535.0 ], [ 103189.0, 502806.0 ], [ 103178.0, 503066.0 ], [ 103059.0, 503268.0 ], [ 102882.0, 503477.0 ], [ 102661.0, 503605.0 ], [ 102409.0, 503681.0 ], [ 102130.0, 503653.0 ], [ 101843.0, 503582.0 ], [ 101621.0, 503441.0 ], [ 101437.0, 503330.0 ], [ 101189.0, 503265.0 ], [ 100940.0, 503209.0 ], [ 100434.0, 503091.0 ], [ 99882.0, 502935.0 ], [ 99480.0, 502838.0 ], [ 98766.0, 502725.0 ], [ 98315.0, 502695.0 ], [ 97940.0, 502707.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26, "FNODE_": 75, "TNODE_": 33, "LPOLY_": 13, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 100575.0, 496407.0 ], [ 100609.0, 496994.0 ], [ 100663.0, 497495.0 ], [ 100807.0, 498053.0 ], [ 101026.0, 498445.0 ], [ 101354.0, 498631.0 ], [ 101751.0, 498777.0 ], [ 102243.0, 498868.0 ], [ 102660.0, 498814.0 ], [ 103008.0, 498719.0 ], [ 103384.0, 498680.0 ], [ 103783.0, 498578.0 ], [ 104097.0, 498443.0 ], [ 104359.0, 498282.0 ], [ 104552.0, 498191.0 ], [ 104689.0, 498133.0 ], [ 104823.0, 498097.0 ], [ 104939.0, 497973.0 ], [ 104998.0, 497870.0 ], [ 105053.0, 497831.0 ], [ 105123.0, 497877.0 ], [ 105114.0, 498020.0 ], [ 105050.0, 498244.0 ], [ 104959.0, 498574.0 ], [ 104866.0, 498788.0 ], [ 104810.0, 499019.0 ], [ 104783.0, 499406.0 ], [ 104808.0, 499756.0 ], [ 104783.0, 499972.0 ], [ 104695.0, 500100.0 ], [ 104594.0, 500134.0 ], [ 104420.0, 500114.0 ], [ 104303.0, 500004.0 ], [ 104194.0, 499829.0 ], [ 104070.0, 499748.0 ], [ 103943.0, 499784.0 ], [ 103853.0, 499853.0 ], [ 103773.0, 499973.0 ], [ 103761.0, 500129.0 ], [ 103757.0, 500299.0 ], [ 103726.0, 500528.0 ], [ 103684.0, 500686.0 ], [ 103702.0, 500858.0 ], [ 103773.0, 501088.0 ], [ 103934.0, 501319.0 ], [ 104084.0, 501517.0 ], [ 104151.0, 501811.0 ], [ 104149.0, 502139.0 ], [ 103966.0, 502452.0 ], [ 103720.0, 502764.0 ], [ 103474.0, 502950.0 ], [ 103370.0, 503070.0 ], [ 103237.0, 503284.0 ], [ 103095.0, 503568.0 ], [ 102900.0, 503761.0 ], [ 102664.0, 503954.0 ], [ 102395.0, 504157.0 ], [ 102199.0, 504260.0 ], [ 102042.0, 504296.0 ], [ 101874.0, 504405.0 ], [ 101811.0, 504534.0 ], [ 101821.0, 504693.0 ], [ 101881.0, 504893.0 ], [ 102003.0, 505062.0 ], [ 102183.0, 505261.0 ], [ 102383.0, 505430.0 ], [ 102535.0, 505519.0 ], [ 102674.0, 505539.0 ], [ 102851.0, 505471.0 ], [ 103007.0, 505354.0 ], [ 103194.0, 505246.0 ], [ 103271.0, 505256.0 ], [ 103299.0, 505332.0 ], [ 103219.0, 505497.0 ], [ 103174.0, 505539.0 ], [ 103135.0, 505595.0 ], [ 103117.0, 505643.0 ], [ 103124.0, 505713.0 ], [ 103175.0, 505756.0 ], [ 103233.0, 505718.0 ], [ 103280.0, 505629.0 ], [ 103324.0, 505570.0 ], [ 103381.0, 505552.0 ], [ 103444.0, 505519.0 ], [ 103594.0, 505460.0 ], [ 103684.0, 505467.0 ], [ 103720.0, 505550.0 ], [ 103702.0, 505636.0 ], [ 103597.0, 505715.0 ], [ 103497.0, 505756.0 ], [ 103349.0, 505809.0 ], [ 103285.0, 505892.0 ], [ 103223.0, 505951.0 ], [ 103166.0, 505925.0 ], [ 103052.0, 505892.0 ], [ 102899.0, 505935.0 ], [ 102755.0, 506064.0 ], [ 102682.0, 506210.0 ], [ 102701.0, 506382.0 ], [ 102796.0, 506598.0 ], [ 103014.0, 506801.0 ], [ 103221.0, 506944.0 ], [ 103412.0, 507007.0 ], [ 103549.0, 507043.0 ], [ 103659.0, 507109.0 ], [ 103660.0, 507348.0 ], [ 103604.0, 507575.0 ], [ 103479.0, 507761.0 ], [ 103316.0, 507884.0 ], [ 103144.0, 507976.0 ], [ 102979.0, 507988.0 ], [ 102818.0, 507981.0 ], [ 102693.0, 507856.0 ], [ 102611.0, 507580.0 ], [ 102583.0, 507384.0 ], [ 102572.0, 507149.0 ], [ 102511.0, 506978.0 ], [ 102392.0, 506822.0 ], [ 102203.0, 506691.0 ], [ 101964.0, 506628.0 ], [ 101486.0, 506571.0 ], [ 101034.0, 506564.0 ], [ 100603.0, 506496.0 ], [ 100234.0, 506404.0 ], [ 99882.0, 506409.0 ], [ 99547.0, 506385.0 ], [ 99096.0, 506284.0 ], [ 98588.0, 506159.0 ], [ 97965.0, 506063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29, "FNODE_": 76, "TNODE_": 65, "LPOLY_": 7, "RPOLY_": 40 }, "geometry": { "type": "LineString", "coordinates": [ [ 101950.0, 496395.0 ], [ 101848.0, 496881.0 ], [ 101718.0, 497288.0 ], [ 101524.0, 497814.0 ], [ 101483.0, 498220.0 ], [ 101551.0, 498484.0 ], [ 101700.0, 498613.0 ], [ 101957.0, 498696.0 ], [ 102285.0, 498704.0 ], [ 102597.0, 498692.0 ], [ 103056.0, 498634.0 ], [ 103425.0, 498529.0 ], [ 104239.0, 498185.0 ], [ 104553.0, 498026.0 ], [ 104724.0, 497908.0 ], [ 104857.0, 497738.0 ], [ 104862.0, 497521.0 ], [ 104898.0, 497269.0 ], [ 104995.0, 497174.0 ], [ 105125.0, 497128.0 ], [ 105229.0, 497181.0 ], [ 105285.0, 497284.0 ], [ 105286.0, 497451.0 ], [ 105326.0, 497552.0 ], [ 105421.0, 497641.0 ], [ 105425.0, 497781.0 ], [ 105353.0, 497921.0 ], [ 105220.0, 498152.0 ], [ 105161.0, 498314.0 ], [ 105065.0, 498566.0 ], [ 104991.0, 498861.0 ], [ 104947.0, 499251.0 ], [ 104916.0, 499562.0 ], [ 104917.0, 499898.0 ], [ 104881.0, 500091.0 ], [ 104754.0, 500247.0 ], [ 104633.0, 500285.0 ], [ 104467.0, 500273.0 ], [ 104342.0, 500201.0 ], [ 104211.0, 500074.0 ], [ 104087.0, 499925.0 ], [ 103989.0, 499875.0 ], [ 103921.0, 499895.0 ], [ 103869.0, 500009.0 ], [ 103871.0, 500140.0 ], [ 103948.0, 500350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27, "FNODE_": 77, "TNODE_": 78, "LPOLY_": 40, "RPOLY_": 43 }, "geometry": { "type": "LineString", "coordinates": [ [ 102372.0, 496392.0 ], [ 102438.0, 496855.0 ], [ 102348.0, 497138.0 ], [ 102265.0, 497341.0 ], [ 102301.0, 497611.0 ], [ 102577.0, 497868.0 ], [ 102848.0, 497911.0 ], [ 103120.0, 497925.0 ], [ 103286.0, 497691.0 ], [ 103391.0, 497395.0 ], [ 103327.0, 497126.0 ], [ 103272.0, 496832.0 ], [ 103169.0, 496385.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 79, "TNODE_": 65, "LPOLY_": 40, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 105747.0, 496363.0 ], [ 105771.0, 496701.0 ], [ 105746.0, 497053.0 ], [ 105696.0, 497371.0 ], [ 105596.0, 497642.0 ], [ 105457.0, 497899.0 ], [ 105337.0, 498159.0 ], [ 105262.0, 498360.0 ], [ 105175.0, 498695.0 ], [ 105126.0, 498913.0 ], [ 105070.0, 499134.0 ], [ 105048.0, 499492.0 ], [ 105061.0, 499762.0 ], [ 104999.0, 499996.0 ], [ 104933.0, 500188.0 ], [ 104846.0, 500320.0 ], [ 104739.0, 500387.0 ], [ 104632.0, 500428.0 ], [ 104483.0, 500421.0 ], [ 104411.0, 500389.0 ], [ 104359.0, 500317.0 ], [ 104310.0, 500237.0 ], [ 104196.0, 500185.0 ], [ 104085.0, 500180.0 ], [ 104010.0, 500241.0 ], [ 103948.0, 500350.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_interpolation_points.geojson new file mode 100644 index 0000000..e6a7a38 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_interpolation_points.geojson @@ -0,0 +1,1649 @@ +{ +"type": "FeatureCollection", +"name": "DS22_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 510276.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 510120.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 509967.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105691.0, 509663.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 509641.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 509726.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 510006.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105031.0, 510214.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104768.0, 510362.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 510374.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 510264.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104206.0, 509749.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104275.0, 509520.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 509373.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104117.0, 509271.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104069.0, 509407.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 509530.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103878.0, 509750.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103701.0, 509933.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 510023.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 510168.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 510336.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 510447.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 510690.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 510684.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104771.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 510557.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105315.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105681.0, 510730.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105658.0, 509200.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 509182.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105878.0, 509206.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106011.0, 509324.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 509647.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 510041.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 510269.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 510526.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 508848.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 509062.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 509264.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104752.0, 509515.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 509766.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 509887.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104640.0, 509959.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104685.0, 509989.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104786.0, 509944.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104923.0, 509722.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105019.0, 509539.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 509417.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105138.0, 509326.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 509277.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.0, 510447.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 510170.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 509885.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 509568.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105592.0, 509474.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 509517.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 509640.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105026.0, 509898.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104794.0, 510161.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 510171.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 510120.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104402.0, 509819.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 509364.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104658.0, 509174.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 508973.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 508863.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104261.0, 508792.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 508825.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 508992.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103904.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 509512.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 509734.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 509864.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 509909.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103079.0, 510020.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 510233.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 510532.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103369.0, 510792.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 511015.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 511202.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 511341.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 511380.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104395.0, 511341.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104581.0, 511361.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104711.0, 511386.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104794.0, 511401.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 511452.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 511574.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 511797.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105157.0, 511966.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 512128.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105349.0, 512296.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104478.0, 508524.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 508531.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 508535.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 508587.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 508922.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 509147.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 509341.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 509671.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103312.0, 509801.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 509867.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102943.0, 510545.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102967.0, 510812.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 511080.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 511405.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103489.0, 511529.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 511603.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 511631.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 511617.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104252.0, 511576.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 511582.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 511601.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 511679.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104963.0, 511852.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 512055.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 512235.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105208.0, 512328.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105355.0, 512501.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 506414.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 506414.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105488.0, 506423.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105439.0, 506657.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 506733.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 506839.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 506902.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 506928.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105087.0, 506991.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 506970.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104968.0, 506871.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 506731.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 506614.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 506453.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 506379.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 506414.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105570.0, 506413.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 506405.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 506393.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105690.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105690.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 506379.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 506453.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105136.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 506152.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 506122.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506106.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 506119.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105736.0, 506190.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105720.0, 506249.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105631.0, 506266.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 506319.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105504.0, 506366.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 506379.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105705.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105911.0, 506586.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 506674.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.0, 506820.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106102.0, 507001.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 106003.0, 507132.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105822.0, 507286.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 507511.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 507627.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 507661.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 507530.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105087.0, 507460.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 507314.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104722.0, 507177.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104667.0, 507054.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 506885.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 506480.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105077.0, 506355.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105293.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 506023.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105608.0, 506043.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 506057.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105793.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105854.0, 506177.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 506259.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 506360.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 506374.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105690.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105344.0, 506328.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 506273.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105454.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 506300.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105464.0, 506379.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 506447.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 506509.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105349.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506725.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 506798.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 506903.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 507011.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103883.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104017.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 507591.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 507800.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104323.0, 507982.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 508083.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 508065.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 507946.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 507869.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 507925.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 508053.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 508190.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 508268.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 508216.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 508043.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 507971.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 507825.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 507565.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102530.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 507102.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 506942.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 506741.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100979.0, 506696.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100546.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100194.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99686.0, 506523.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99179.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98745.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 98193.0, 506249.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 97966.0, 506229.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105205.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 506258.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105296.0, 506212.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 506177.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105421.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105576.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105615.0, 506143.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105617.0, 506183.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105566.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105511.0, 506291.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105482.0, 506374.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105414.0, 506526.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105354.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105309.0, 506684.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 506751.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 506774.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105173.0, 506601.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105187.0, 506490.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 506410.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105201.0, 506367.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 105205.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109632.0, 510835.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109390.0, 510871.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109098.0, 510861.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108842.0, 510940.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108644.0, 511059.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108422.0, 511077.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108293.0, 510934.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108237.0, 510675.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108251.0, 510304.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108291.0, 509999.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108380.0, 509687.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108542.0, 509448.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108747.0, 509106.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 508775.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109141.0, 508531.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109268.0, 508251.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109312.0, 508012.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109424.0, 507621.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109535.0, 507226.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109564.0, 506853.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109534.0, 506505.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109344.0, 506127.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109123.0, 505831.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108939.0, 505728.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108721.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108516.0, 505835.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108256.0, 505851.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107979.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107793.0, 506176.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107625.0, 506453.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107438.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107320.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107106.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 506934.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 507085.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106465.0, 507279.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 507315.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 507404.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 507428.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 507548.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105779.0, 507701.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 508061.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105215.0, 508055.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105061.0, 507968.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104868.0, 507947.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104738.0, 507785.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 507377.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 506959.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104546.0, 506759.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 506583.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 506356.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104676.0, 506205.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 506088.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 505934.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104859.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 505463.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 505532.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 505803.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 505902.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 505977.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505913.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 505978.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 506124.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103100.0, 506222.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103151.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100521.0, 505630.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100364.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99995.0, 505719.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99752.0, 505724.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99619.0, 505662.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99769.0, 505502.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100113.0, 505413.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100468.0, 505389.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100857.0, 505309.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101168.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101471.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101612.0, 505569.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101605.0, 505866.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101378.0, 505792.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101078.0, 505623.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100763.0, 505610.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100521.0, 505630.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98142.0, 504936.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 97957.0, 505040.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 97942.0, 502994.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98413.0, 503045.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98842.0, 503091.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99253.0, 503162.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99765.0, 503253.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100268.0, 503352.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100641.0, 503454.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101016.0, 503599.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101264.0, 503719.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101406.0, 503822.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101427.0, 504018.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101281.0, 504155.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100929.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100462.0, 504354.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99952.0, 504429.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99467.0, 504438.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98974.0, 504462.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98363.0, 504529.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 97954.0, 504650.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 97942.0, 502994.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98235.0, 502920.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98791.0, 502956.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99266.0, 502987.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99731.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100191.0, 503162.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100687.0, 503266.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101037.0, 503372.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101370.0, 503545.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101543.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101591.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101371.0, 504269.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100675.0, 504538.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100144.0, 504613.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99585.0, 504654.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99061.0, 504724.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98738.0, 504758.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98303.0, 504852.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98142.0, 504936.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99843.0, 505202.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100064.0, 505199.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100407.0, 505169.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100806.0, 505070.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101057.0, 505004.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101293.0, 504929.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101472.0, 504894.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101626.0, 504979.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101781.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101859.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 505432.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102053.0, 505562.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102132.0, 505918.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 506162.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 506303.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102185.0, 506474.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 506336.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 506167.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101317.0, 506066.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100927.0, 506032.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100344.0, 506025.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99917.0, 506012.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99671.0, 505946.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99440.0, 505921.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99156.0, 505825.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99073.0, 505664.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99138.0, 505526.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99273.0, 505401.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99470.0, 505286.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99749.0, 505241.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99843.0, 505202.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99391.0, 504972.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99621.0, 504938.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99981.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100405.0, 504869.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100752.0, 504808.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101010.0, 504685.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101218.0, 504579.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101414.0, 504566.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101538.0, 504575.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101652.0, 504632.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 504767.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101769.0, 504934.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101857.0, 505061.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101977.0, 505243.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102185.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102363.0, 505734.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102539.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 505806.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 505684.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 505640.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 505526.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 505502.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 505597.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 505812.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 505851.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 505985.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 506076.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 506291.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 506396.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 506582.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102727.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 506836.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 507115.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103093.0, 507328.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 507509.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 507605.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 507721.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103062.0, 507845.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 507907.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 507823.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 507688.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 507381.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 507042.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102601.0, 506894.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 506546.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101878.0, 506455.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101555.0, 506359.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101239.0, 506298.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101002.0, 506275.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100626.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100274.0, 506227.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99996.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99824.0, 506293.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99537.0, 506243.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99305.0, 506153.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98995.0, 506061.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98739.0, 505969.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98623.0, 505803.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98731.0, 505503.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98792.0, 505317.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99010.0, 505121.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99391.0, 504972.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 504883.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 504874.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104496.0, 504801.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 504678.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 504596.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104841.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105004.0, 504544.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105119.0, 504564.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105197.0, 504617.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 504724.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 504835.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105132.0, 504953.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 505193.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104680.0, 505191.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 505122.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 505053.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 504989.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 504883.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 504502.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104109.0, 504658.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104103.0, 504790.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104102.0, 504948.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104064.0, 505106.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 505157.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 505003.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 504961.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103019.0, 505046.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 505330.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102677.0, 505381.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102511.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 505373.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 505297.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102229.0, 505189.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 504961.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102077.0, 504849.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 504724.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504627.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 504586.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 504587.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107151.0, 504608.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.0, 504641.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107136.0, 504707.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.0, 504760.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.0, 504797.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 504811.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106219.0, 504858.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105952.0, 504853.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 504884.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105475.0, 505019.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 505184.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 505281.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104723.0, 505280.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 505166.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 505026.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104237.0, 504885.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 504746.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 504568.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 504412.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 504270.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104940.0, 504151.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105222.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105511.0, 504216.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105897.0, 504283.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 504323.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106568.0, 504388.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 504442.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.0, 504506.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107056.0, 504534.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 107151.0, 504608.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 503013.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 503001.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 503001.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 502959.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102388.0, 502736.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102549.0, 502669.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102672.0, 502671.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 502700.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 502756.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 502852.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 502934.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 502958.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 502956.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 503003.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 503035.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102240.0, 503104.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 503150.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101992.0, 503123.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 503070.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 503013.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102344.0, 502910.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102423.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102507.0, 502762.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 502719.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 502725.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 502746.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 502780.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102804.0, 502830.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102778.0, 502873.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 502899.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102585.0, 502895.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 502906.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 502934.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102344.0, 502910.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 97925.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 98106.0, 500708.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 98759.0, 500887.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 99474.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100190.0, 500944.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100756.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101308.0, 500721.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101646.0, 500656.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 500504.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101930.0, 500438.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101404.0, 499712.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101195.0, 499491.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101149.0, 499341.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101181.0, 499236.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101277.0, 499167.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 499166.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101572.0, 499223.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 499334.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101851.0, 499460.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 499591.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 499686.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499742.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102512.0, 499751.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 499738.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 499683.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 499636.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 499534.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 499398.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 499154.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 498981.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104168.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 498906.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104348.0, 498927.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104382.0, 499005.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 499164.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104283.0, 499280.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 499381.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 499421.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 499454.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 499543.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 499638.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 499781.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 499910.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 500046.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 500338.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 500454.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 500575.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 500666.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 500621.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 500618.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 500681.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102709.0, 500748.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102635.0, 500791.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 500757.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102479.0, 500646.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 500555.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 500773.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 500851.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 500899.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 500993.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101908.0, 501070.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101790.0, 501275.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101681.0, 501384.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101481.0, 501482.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101326.0, 501569.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101215.0, 501721.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101161.0, 501919.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101166.0, 502159.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 502384.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 502454.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 502528.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 502583.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101499.0, 502668.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 502746.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 502789.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101274.0, 502774.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 101125.0, 502761.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 502710.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100788.0, 502629.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100593.0, 502438.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100424.0, 502213.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100291.0, 502078.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 100016.0, 501971.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 99775.0, 501864.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 99402.0, 501706.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 98972.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 98644.0, 501541.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 98294.0, 501484.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 98294.0, 501484.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 97930.0, 501431.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 97927.0, 501052.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 98256.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 98677.0, 501182.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 99040.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 99403.0, 501245.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 99846.0, 501251.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100349.0, 501217.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100759.0, 501152.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101083.0, 501093.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101230.0, 501068.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 501019.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101534.0, 500931.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101627.0, 500818.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101739.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 500605.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 500535.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102060.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 500081.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 499976.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 499872.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101833.0, 499757.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101575.0, 499596.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101392.0, 499459.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101298.0, 499284.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101338.0, 499221.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101458.0, 499222.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101577.0, 499326.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101703.0, 499481.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 499606.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102030.0, 499775.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102227.0, 499938.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 499979.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499910.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103155.0, 499671.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103311.0, 499562.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 499412.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 499284.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 499174.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 499075.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 104172.0, 499020.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 499002.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 499084.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 499283.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 499390.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 499451.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 499551.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 499678.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 499985.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 500171.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 500337.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103360.0, 500492.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 500568.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103168.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 500512.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 500576.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 500627.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 500636.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102874.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 500599.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 500549.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 500513.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 500562.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 500664.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 500643.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102452.0, 500581.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 500502.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 500477.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 500561.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 500778.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 500760.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101868.0, 500757.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101776.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101737.0, 500975.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101693.0, 501116.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101613.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101546.0, 501297.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101463.0, 501326.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101281.0, 501394.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101141.0, 501483.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 101048.0, 501571.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100984.0, 501732.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100975.0, 501894.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100935.0, 501982.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100856.0, 501999.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 501942.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100764.0, 501849.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100684.0, 501756.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100586.0, 501667.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100351.0, 501555.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 100033.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 99749.0, 501507.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 99418.0, 501462.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 99063.0, 501443.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 98757.0, 501469.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 98499.0, 501438.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 98357.0, 501436.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 98357.0, 501436.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.0 }, "geometry": { "type": "Point", "coordinates": [ 97930.0, 501351.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 500777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105397.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 501067.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 501194.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 501336.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 501479.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105538.0, 501703.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105664.0, 502015.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105710.0, 502258.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 502443.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105672.0, 502589.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105587.0, 502777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102391.0, 500743.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102391.0, 500766.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 500774.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102407.0, 500776.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102391.0, 500743.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102354.0, 500658.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 500627.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 500619.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500747.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102407.0, 500776.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 500858.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102346.0, 500654.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102355.0, 500618.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 500602.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102444.0, 500672.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102468.0, 500738.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 500801.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 500854.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102411.0, 500883.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 500858.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102181.0, 500296.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 500285.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102192.0, 500199.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 500056.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102439.0, 500106.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 499803.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103190.0, 499689.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 499479.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 499393.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103819.0, 499286.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 499189.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 499060.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 499057.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 499127.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 499353.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 499681.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 499858.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 499971.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 500140.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 500302.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 500401.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 500441.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 500372.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 103098.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102887.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102831.0, 500432.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 500429.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 500386.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 500433.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 500541.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 500530.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500453.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102310.0, 500442.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102233.0, 500456.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 500503.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 500478.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 500313.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 500313.0 ] } }, +{ "type": "Feature", "properties": { "value": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 102181.0, 500296.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 500098.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 500062.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 500062.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 500042.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 499951.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103341.0, 499692.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 499624.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 499580.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 499574.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103555.0, 499657.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 499767.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103424.0, 499903.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 500037.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103228.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 103063.0, 500176.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 500164.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 102922.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "value": 50.0 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 500098.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500223.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102458.0, 500212.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 500215.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102705.0, 500204.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 500106.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 499946.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 499805.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 499667.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 499592.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 499540.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 499498.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 499509.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 499587.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 499694.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 499849.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 500015.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 500164.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 500257.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 103083.0, 500266.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102643.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102538.0, 500338.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 500307.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102436.0, 500277.0 ] } }, +{ "type": "Feature", "properties": { "value": 45.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500223.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 97914.0, 499317.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 98167.0, 499516.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 98472.0, 499777.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 98871.0, 499936.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99466.0, 500053.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99844.0, 500117.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100191.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100436.0, 500055.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100643.0, 499876.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100792.0, 499592.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100943.0, 499314.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101092.0, 499168.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101468.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 499131.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 499226.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101875.0, 499355.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102021.0, 499478.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 499581.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102430.0, 499633.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 499606.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 499586.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103151.0, 499528.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 499236.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103653.0, 499135.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 499019.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 498905.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 498843.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104335.0, 498823.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 498853.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 498979.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104384.0, 499230.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 499387.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104132.0, 499461.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 104002.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 499601.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 499738.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 499947.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 500069.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 500349.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 500701.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 103074.0, 500817.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 500786.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 500671.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102749.0, 500693.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 500845.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 500765.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102476.0, 500655.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 500597.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102371.0, 500553.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 500588.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 500720.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102221.0, 500819.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 500942.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102081.0, 501027.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102023.0, 501143.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101900.0, 501296.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 501434.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101670.0, 501533.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101500.0, 501698.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101399.0, 501856.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 501975.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101403.0, 502202.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101475.0, 502401.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 502466.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 502547.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101867.0, 502693.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 502689.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 502661.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102365.0, 502627.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102513.0, 502612.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 502613.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 502670.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 502759.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102905.0, 502975.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 503051.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102722.0, 503076.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 503079.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 503156.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 503222.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 503242.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101931.0, 503210.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101785.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101548.0, 502996.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 101264.0, 502916.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 502798.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100519.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 100235.0, 502578.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99852.0, 502361.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99476.0, 502217.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 99169.0, 502140.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 98824.0, 502067.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 98354.0, 502098.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.0 }, "geometry": { "type": "Point", "coordinates": [ 97935.0, 502109.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 97909.0, 498583.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 98176.0, 498856.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 98442.0, 499093.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 98763.0, 499298.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 499394.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99444.0, 499490.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99827.0, 499546.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100202.0, 499520.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100466.0, 499405.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100712.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100961.0, 499076.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101164.0, 499001.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101433.0, 498979.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101726.0, 499022.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 499092.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102159.0, 499257.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 499353.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102512.0, 499461.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 499501.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 499495.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 499485.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 499385.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103976.0, 498835.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 498748.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104252.0, 498693.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 498670.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104457.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 498681.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 498762.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104641.0, 498954.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104594.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 499416.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 499577.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 499599.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 499659.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 499757.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 499922.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 500054.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 500284.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 500526.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 500712.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 500839.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 500934.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 500940.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 500912.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 500832.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102493.0, 500732.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 500561.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102326.0, 500583.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102304.0, 500641.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 500756.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 500910.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 501147.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102047.0, 501316.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 501481.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101891.0, 501687.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 501944.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101740.0, 502120.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101749.0, 502299.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102036.0, 502520.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 502539.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102389.0, 502554.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 502566.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 502560.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 502621.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 502760.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103013.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 503054.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 503222.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 503351.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102572.0, 503443.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 503470.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503467.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101849.0, 503379.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101620.0, 503213.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101491.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 101234.0, 503043.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100977.0, 502955.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100751.0, 502901.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 100375.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99974.0, 502776.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99493.0, 502712.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 99088.0, 502622.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 98790.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 98458.0, 502485.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.0 }, "geometry": { "type": "Point", "coordinates": [ 97937.0, 502385.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 97895.0, 496770.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98174.0, 497110.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98409.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98612.0, 497752.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98999.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99438.0, 498419.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99809.0, 498640.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100123.0, 498746.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100403.0, 498786.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100772.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101175.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 498857.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101892.0, 498957.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102122.0, 499082.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102403.0, 499230.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 499319.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103074.0, 499280.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 499131.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 498913.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 498762.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 498584.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 498519.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 498480.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 498490.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104775.0, 498574.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104775.0, 498708.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104712.0, 498946.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 499181.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104665.0, 499363.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104597.0, 499490.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 499697.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 499729.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104096.0, 499689.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 499675.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 499809.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103761.0, 499935.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 500046.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 500299.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 500653.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 500819.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 500951.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 501076.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 501131.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 501151.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 501138.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 501093.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501064.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 500962.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102452.0, 500678.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102403.0, 500592.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 500566.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102332.0, 500587.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102303.0, 500714.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 500865.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 501122.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 501425.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 501706.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 501904.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 502047.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 502202.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 502345.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 502426.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 502456.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502535.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 502806.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 503066.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 503268.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 503477.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 503605.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 503681.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 503653.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101843.0, 503582.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101621.0, 503441.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 503330.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 101189.0, 503265.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100940.0, 503209.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100672.0, 503147.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100434.0, 503091.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 100157.0, 503013.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99882.0, 502935.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99480.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 99119.0, 502780.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98766.0, 502725.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 98315.0, 502695.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 97940.0, 502707.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100575.0, 496407.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100609.0, 496994.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100663.0, 497495.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 498053.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101026.0, 498445.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101354.0, 498631.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101751.0, 498777.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102660.0, 498814.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 498719.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 498680.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 498578.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104097.0, 498443.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 498282.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 498191.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 498133.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104823.0, 498097.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104939.0, 497973.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 497870.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105123.0, 497877.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 498020.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 498244.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104959.0, 498574.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 498788.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104810.0, 499019.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499406.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 499756.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104695.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104594.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104303.0, 500004.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 499829.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 499748.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 499784.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 499853.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103773.0, 499973.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103761.0, 500129.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103757.0, 500299.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 500528.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 500686.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 500858.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103773.0, 501088.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 501319.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 501517.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 501811.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 502139.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 502452.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 502764.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 502950.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 503070.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 503284.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 503568.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 503761.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 504157.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102199.0, 504260.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 504296.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 504405.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 504534.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101821.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102003.0, 505062.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102183.0, 505261.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 505430.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 505539.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102851.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103007.0, 505354.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 505246.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103271.0, 505256.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 505332.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 505497.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 505539.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 505595.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 505643.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103175.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 505718.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 505629.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 505570.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 505552.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103444.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 505460.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 505467.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 505550.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 505636.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 505925.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 505935.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506064.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 506382.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 506801.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 507007.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 507043.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 507109.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 507348.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 507575.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 507761.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 507884.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 507976.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507988.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 507981.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 507856.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 507580.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102583.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102572.0, 507149.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102511.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 506822.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 506691.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101964.0, 506628.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101486.0, 506571.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101034.0, 506564.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100603.0, 506496.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 100234.0, 506404.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99882.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99547.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 99096.0, 506284.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 98588.0, 506159.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 97965.0, 506063.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105747.0, 496363.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105771.0, 496701.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 497053.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 497371.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 497642.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105337.0, 498159.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105262.0, 498360.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105126.0, 498913.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105070.0, 499134.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105048.0, 499492.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105061.0, 499762.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 499869.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104999.0, 499996.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 500188.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104846.0, 500320.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 500387.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104411.0, 500389.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104310.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 500185.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 500180.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 496395.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 496881.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101718.0, 497288.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101524.0, 497814.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101483.0, 498220.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101551.0, 498484.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101700.0, 498613.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101957.0, 498696.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102285.0, 498704.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 498692.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 498634.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 498529.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 498359.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 498185.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 498026.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 497908.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 497738.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 497521.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 497269.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104995.0, 497174.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 497128.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105229.0, 497181.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 497284.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 497451.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 497552.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105421.0, 497641.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 497781.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105353.0, 497921.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 498152.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105161.0, 498314.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105065.0, 498566.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104991.0, 498861.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 499251.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 499562.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 499898.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 500091.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 500247.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 500285.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104467.0, 500273.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 500201.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104211.0, 500074.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 499925.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 499895.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 500140.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 496392.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 496855.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 497138.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 497341.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 497611.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 497868.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 497911.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 497925.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 497691.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 497395.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 497126.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 496832.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 496385.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.97 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.2 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.45 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.6100001 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0900002 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": 27.34 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.2 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.09 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.79 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.25 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.54 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.74 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4699998 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.7 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.58 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.97 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.65 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.86 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.200001 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.84 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.8 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.4400001 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.28 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.74 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.23 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.9 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.33 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.45 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.7 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.17 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.28 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.8400002 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.96 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.3 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.08 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9400001 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4899998 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.190001 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.3 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 36.290001 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 33.990002 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": 34.290001 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.29 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 43.389999 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.74 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 37.990002 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 34.990002 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": 23.99 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.9899998 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.8 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.98 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.69 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.75 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.33 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 23.49 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.75 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.549999 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.6 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.5900002 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.7 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.9 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.15 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": 30.99 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 33.689999 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 24.690001 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": 39.689999 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 23.99 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 36.200001 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.200001 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 13.49 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 25.5 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 18.8 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.5 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 29.0 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.99 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.99 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.99 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 20.49 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.4899998 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": 17.6 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.39 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.27 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.75 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.09 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.69 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.49 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.25 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.1500001 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.7 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": 35.990002 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 54.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 34.790001 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask.geojson new file mode 100644 index 0000000..1d07df7 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask.geojson @@ -0,0 +1,17 @@ +{ +"type": "FeatureCollection", +"name": "DS22_mask", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DS22_": 2, "DS22_ID": 1, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105355.0, 512501.0 ], [ 105366.0, 512888.0 ], [ 105259.0, 513096.0 ], [ 105040.0, 513220.0 ], [ 104780.0, 513272.0 ], [ 104570.0, 513284.0 ], [ 104462.0, 513254.0 ], [ 104397.0, 513171.0 ], [ 104356.0, 513072.0 ], [ 104319.0, 512909.0 ], [ 104330.0, 512639.0 ], [ 104381.0, 512373.0 ], [ 104410.0, 512174.0 ], [ 104421.0, 512076.0 ], [ 104364.0, 511933.0 ], [ 104191.0, 511859.0 ], [ 103919.0, 511903.0 ], [ 103559.0, 511876.0 ], [ 103249.0, 511838.0 ], [ 102943.0, 511713.0 ], [ 102780.0, 511575.0 ], [ 102617.0, 511375.0 ], [ 102542.0, 511238.0 ], [ 102435.0, 510972.0 ], [ 102268.0, 510718.0 ], [ 102240.0, 510346.0 ], [ 102326.0, 510194.0 ], [ 102454.0, 509955.0 ], [ 102623.0, 509766.0 ], [ 102766.0, 509667.0 ], [ 102919.0, 509604.0 ], [ 103084.0, 509503.0 ], [ 103178.0, 509433.0 ], [ 103270.0, 509385.0 ], [ 103394.0, 509345.0 ], [ 103461.0, 509306.0 ], [ 103476.0, 509234.0 ], [ 103450.0, 509180.0 ], [ 103381.0, 509143.0 ], [ 103281.0, 509159.0 ], [ 103199.0, 509241.0 ], [ 103097.0, 509299.0 ], [ 102931.0, 509386.0 ], [ 102655.0, 509482.0 ], [ 102312.0, 509508.0 ], [ 102017.0, 509373.0 ], [ 101818.0, 509192.0 ], [ 101690.0, 508914.0 ], [ 101640.0, 508592.0 ], [ 101748.0, 508295.0 ], [ 101888.0, 508064.0 ], [ 102054.0, 507838.0 ], [ 102172.0, 507644.0 ], [ 102250.0, 507498.0 ], [ 102294.0, 507421.0 ], [ 102242.0, 507356.0 ], [ 102147.0, 507334.0 ], [ 101986.0, 507392.0 ], [ 101713.0, 507338.0 ], [ 101444.0, 507272.0 ], [ 101197.0, 507110.0 ], [ 100701.0, 506883.0 ], [ 100317.0, 506756.0 ], [ 99927.0, 506687.0 ], [ 99686.0, 506654.0 ], [ 97968.0, 506428.0 ], [ 98043.0, 516606.0 ], [ 109641.0, 516633.0 ], [ 109634.0, 511651.0 ], [ 109249.0, 511683.0 ], [ 109139.0, 511703.0 ], [ 109003.0, 511823.0 ], [ 108765.0, 512101.0 ], [ 108495.0, 512281.0 ], [ 108156.0, 512256.0 ], [ 107831.0, 512122.0 ], [ 107516.0, 512076.0 ], [ 107310.0, 511878.0 ], [ 107158.0, 511579.0 ], [ 107139.0, 511191.0 ], [ 107224.0, 510788.0 ], [ 107335.0, 510574.0 ], [ 107283.0, 510444.0 ], [ 107060.0, 510389.0 ], [ 106808.0, 510399.0 ], [ 106618.0, 510448.0 ], [ 106410.0, 510536.0 ], [ 106242.0, 510518.0 ], [ 106114.0, 510372.0 ], [ 106067.0, 510264.0 ], [ 105971.0, 510225.0 ], [ 105873.0, 510235.0 ], [ 105797.0, 510278.0 ], [ 105726.0, 510431.0 ], [ 105690.0, 510627.0 ], [ 105672.0, 510823.0 ], [ 105559.0, 511198.0 ], [ 105510.0, 511368.0 ], [ 105469.0, 511677.0 ], [ 105398.0, 511972.0 ], [ 105348.0, 512278.0 ], [ 105355.0, 512501.0 ] ], [ [ 104898.0, 515474.0 ], [ 104813.0, 515360.0 ], [ 104779.0, 515272.0 ], [ 104791.0, 515172.0 ], [ 104832.0, 515075.0 ], [ 104916.0, 514954.0 ], [ 104988.0, 514857.0 ], [ 105036.0, 514862.0 ], [ 105079.0, 514959.0 ], [ 105043.0, 515100.0 ], [ 104998.0, 515239.0 ], [ 104998.0, 515328.0 ], [ 104995.0, 515467.0 ], [ 104932.0, 515501.0 ], [ 104898.0, 515474.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 12, "DS22_ID": 26, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102449.0, 504740.0 ], [ 102499.0, 504880.0 ], [ 102569.0, 504960.0 ], [ 102676.0, 504980.0 ], [ 102777.0, 504932.0 ], [ 102841.0, 504870.0 ], [ 102974.0, 504798.0 ], [ 103174.0, 504816.0 ], [ 103362.0, 504793.0 ], [ 103633.0, 504768.0 ], [ 103819.0, 504712.0 ], [ 103994.0, 504644.0 ], [ 104091.0, 504493.0 ], [ 104067.0, 504244.0 ], [ 103981.0, 504045.0 ], [ 103965.0, 503883.0 ], [ 104044.0, 503738.0 ], [ 104188.0, 503620.0 ], [ 104377.0, 503565.0 ], [ 104620.0, 503582.0 ], [ 105057.0, 503657.0 ], [ 105272.0, 503640.0 ], [ 105437.0, 503554.0 ], [ 105543.0, 503301.0 ], [ 105584.0, 502934.0 ], [ 105591.0, 502609.0 ], [ 105613.0, 502338.0 ], [ 105580.0, 502127.0 ], [ 105452.0, 501969.0 ], [ 105344.0, 501826.0 ], [ 105217.0, 501662.0 ], [ 105110.0, 501498.0 ], [ 105014.0, 501361.0 ], [ 104966.0, 501153.0 ], [ 105001.0, 500963.0 ], [ 105184.0, 500859.0 ], [ 105328.0, 500812.0 ], [ 105559.0, 500777.0 ], [ 105794.0, 500780.0 ], [ 106078.0, 500810.0 ], [ 106487.0, 500817.0 ], [ 106893.0, 500916.0 ], [ 107208.0, 501015.0 ], [ 107512.0, 501088.0 ], [ 107876.0, 501235.0 ], [ 108201.0, 501505.0 ], [ 108356.0, 501742.0 ], [ 108499.0, 502111.0 ], [ 108592.0, 502484.0 ], [ 108609.0, 502820.0 ], [ 108651.0, 503214.0 ], [ 108649.0, 503270.0 ], [ 108690.0, 503394.0 ], [ 108722.0, 503596.0 ], [ 108861.0, 503840.0 ], [ 109082.0, 504128.0 ], [ 109348.0, 504412.0 ], [ 109623.0, 504720.0 ], [ 109619.0, 501951.0 ], [ 110830.0, 501751.0 ], [ 110678.0, 501646.0 ], [ 110154.0, 501256.0 ], [ 110136.0, 501260.0 ], [ 110122.0, 501275.0 ], [ 109546.0, 500938.0 ], [ 109050.0, 500660.0 ], [ 109032.0, 500662.0 ], [ 108562.0, 500412.0 ], [ 108038.0, 500165.0 ], [ 107447.0, 499890.0 ], [ 107052.0, 499754.0 ], [ 106708.0, 499631.0 ], [ 106447.0, 499583.0 ], [ 106422.0, 499596.0 ], [ 106020.0, 499549.0 ], [ 105679.0, 499607.0 ], [ 105364.0, 499753.0 ], [ 105020.0, 500010.0 ], [ 104965.0, 500095.0 ], [ 104933.0, 500188.0 ], [ 104846.0, 500320.0 ], [ 104739.0, 500387.0 ], [ 104632.0, 500428.0 ], [ 104483.0, 500421.0 ], [ 104411.0, 500389.0 ], [ 104359.0, 500317.0 ], [ 104310.0, 500237.0 ], [ 104196.0, 500185.0 ], [ 104085.0, 500180.0 ], [ 104010.0, 500241.0 ], [ 103909.0, 500418.0 ], [ 103855.0, 500585.0 ], [ 103844.0, 500717.0 ], [ 103851.0, 500914.0 ], [ 103898.0, 501046.0 ], [ 103975.0, 501136.0 ], [ 104050.0, 501214.0 ], [ 104151.0, 501295.0 ], [ 104236.0, 501517.0 ], [ 104302.0, 501793.0 ], [ 104352.0, 502158.0 ], [ 104304.0, 502653.0 ], [ 104224.0, 502874.0 ], [ 104104.0, 503051.0 ], [ 103930.0, 503260.0 ], [ 103746.0, 503411.0 ], [ 103497.0, 503592.0 ], [ 103309.0, 503669.0 ], [ 103132.0, 503748.0 ], [ 102868.0, 503947.0 ], [ 102657.0, 504130.0 ], [ 102555.0, 504346.0 ], [ 102464.0, 504511.0 ], [ 102449.0, 504740.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 18, "DS22_ID": 65, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 94173.0, 487429.0 ], [ 95276.0, 486142.0 ], [ 95513.0, 485885.0 ], [ 95660.0, 485612.0 ], [ 95740.0, 485443.0 ], [ 95746.0, 485375.0 ], [ 96152.0, 484738.0 ], [ 96021.0, 484083.0 ], [ 96086.0, 483494.0 ], [ 96610.0, 483036.0 ], [ 96937.0, 483036.0 ], [ 97396.0, 482970.0 ], [ 97592.0, 482643.0 ], [ 97985.0, 481792.0 ], [ 99295.0, 481006.0 ], [ 100931.0, 480875.0 ], [ 100670.0, 480548.0 ], [ 99753.0, 480417.0 ], [ 98771.0, 480548.0 ], [ 97655.0, 480398.0 ], [ 97527.0, 480417.0 ], [ 96937.0, 481988.0 ], [ 96152.0, 482512.0 ], [ 95824.0, 483101.0 ], [ 95628.0, 484345.0 ], [ 94777.0, 485393.0 ], [ 93756.0, 486527.0 ], [ 94173.0, 487429.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 20, "DS22_ID": 58, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 96696.0, 489704.0 ], [ 96986.0, 489640.0 ], [ 97224.0, 489571.0 ], [ 97558.0, 489446.0 ], [ 97810.0, 489346.0 ], [ 98135.0, 489212.0 ], [ 98264.0, 489153.0 ], [ 98456.0, 489068.0 ], [ 98592.0, 488983.0 ], [ 98726.0, 488928.0 ], [ 98993.0, 488789.0 ], [ 99150.0, 488695.0 ], [ 99291.0, 488608.0 ], [ 99387.0, 488542.0 ], [ 99474.0, 488475.0 ], [ 99565.0, 488398.0 ], [ 99631.0, 488336.0 ], [ 99690.0, 488285.0 ], [ 99720.0, 488263.0 ], [ 99744.0, 488205.0 ], [ 99751.0, 488169.0 ], [ 99756.0, 488135.0 ], [ 99748.0, 488107.0 ], [ 99727.0, 488079.0 ], [ 99688.0, 488051.0 ], [ 99641.0, 488030.0 ], [ 99571.0, 488012.0 ], [ 99478.0, 487999.0 ], [ 99323.0, 487956.0 ], [ 99237.0, 487912.0 ], [ 99158.0, 487854.0 ], [ 99046.0, 487765.0 ], [ 98842.0, 487662.0 ], [ 98666.0, 487582.0 ], [ 98548.0, 487537.0 ], [ 98458.0, 487509.0 ], [ 98314.0, 487488.0 ], [ 97999.0, 487512.0 ], [ 97839.0, 487527.0 ], [ 97716.0, 487544.0 ], [ 97579.0, 487567.0 ], [ 97463.0, 487593.0 ], [ 97364.0, 487621.0 ], [ 97276.0, 487661.0 ], [ 97176.0, 487693.0 ], [ 97061.0, 487741.0 ], [ 96942.0, 487803.0 ], [ 96786.0, 487892.0 ], [ 96688.0, 487960.0 ], [ 96583.0, 488047.0 ], [ 96499.0, 488119.0 ], [ 96416.0, 488198.0 ], [ 96377.0, 488238.0 ], [ 96157.0, 488428.0 ], [ 96135.0, 488442.0 ], [ 94912.0, 489029.0 ], [ 95501.0, 490302.0 ], [ 96696.0, 489704.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 26, "DS22_ID": 50, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101922.0, 494681.0 ], [ 102160.0, 494530.0 ], [ 102275.0, 494409.0 ], [ 102400.0, 494225.0 ], [ 102559.0, 493977.0 ], [ 102659.0, 493754.0 ], [ 102752.0, 493523.0 ], [ 102840.0, 493262.0 ], [ 102898.0, 493050.0 ], [ 102927.0, 492897.0 ], [ 98920.0, 492909.0 ], [ 99030.0, 493091.0 ], [ 99220.0, 493354.0 ], [ 99468.0, 493623.0 ], [ 100086.0, 494207.0 ], [ 100389.0, 494412.0 ], [ 100800.0, 494645.0 ], [ 101199.0, 494767.0 ], [ 101556.0, 494770.0 ], [ 101922.0, 494681.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 50, "DS22_ID": 11, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105522.0, 509350.0 ], [ 105630.0, 509305.0 ], [ 105666.0, 509224.0 ], [ 105605.0, 509057.0 ], [ 105509.0, 508866.0 ], [ 105472.0, 508764.0 ], [ 105325.0, 508546.0 ], [ 105087.0, 508451.0 ], [ 104856.0, 508437.0 ], [ 104741.0, 508461.0 ], [ 104579.0, 508479.0 ], [ 104478.0, 508524.0 ], [ 104421.0, 508611.0 ], [ 104423.0, 508619.0 ], [ 104502.0, 508712.0 ], [ 104704.0, 508779.0 ], [ 104828.0, 508868.0 ], [ 104924.0, 509024.0 ], [ 105095.0, 509116.0 ], [ 105259.0, 509263.0 ], [ 105522.0, 509350.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 60, "DS22_ID": 52, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102682.0, 492898.0 ], [ 102629.0, 492623.0 ], [ 102555.0, 492139.0 ], [ 102521.0, 491861.0 ], [ 102486.0, 491508.0 ], [ 102439.0, 491596.0 ], [ 102394.0, 491733.0 ], [ 102372.0, 491875.0 ], [ 102351.0, 491981.0 ], [ 102349.0, 492111.0 ], [ 102360.0, 492505.0 ], [ 102388.0, 492757.0 ], [ 102398.0, 492898.0 ], [ 102682.0, 492898.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 62, "DS22_ID": 54, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106459.0, 492886.0 ], [ 106417.0, 492788.0 ], [ 106376.0, 492665.0 ], [ 106346.0, 492556.0 ], [ 106309.0, 492453.0 ], [ 106290.0, 492381.0 ], [ 106252.0, 492315.0 ], [ 106207.0, 492248.0 ], [ 106161.0, 492199.0 ], [ 106105.0, 492136.0 ], [ 106049.0, 492275.0 ], [ 105991.0, 492486.0 ], [ 105938.0, 492644.0 ], [ 105897.0, 492888.0 ], [ 106459.0, 492886.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS22_": 66, "DS22_ID": 16, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103130.0, 506484.0 ], [ 103139.0, 506611.0 ], [ 103202.0, 506761.0 ], [ 103319.0, 506851.0 ], [ 103463.0, 506853.0 ], [ 103571.0, 506787.0 ], [ 103607.0, 506725.0 ], [ 103609.0, 506692.0 ], [ 103558.0, 506620.0 ], [ 103476.0, 506549.0 ], [ 103416.0, 506471.0 ], [ 103370.0, 506384.0 ], [ 103355.0, 506325.0 ], [ 103278.0, 506276.0 ], [ 103254.0, 506288.0 ], [ 103203.0, 506303.0 ], [ 103152.0, 506379.0 ], [ 103130.0, 506484.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask_combined.geojson new file mode 100644 index 0000000..79ad00a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_mask_combined.geojson @@ -0,0 +1,16 @@ +{ +"type": "FeatureCollection", +"name": "DS22_mask_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105355.0, 512501.0 ], [ 105366.0, 512888.0 ], [ 105259.0, 513096.0 ], [ 105040.0, 513220.0 ], [ 104780.0, 513272.0 ], [ 104570.0, 513284.0 ], [ 104462.0, 513254.0 ], [ 104397.0, 513171.0 ], [ 104356.0, 513072.0 ], [ 104319.0, 512909.0 ], [ 104330.0, 512639.0 ], [ 104381.0, 512373.0 ], [ 104410.0, 512174.0 ], [ 104421.0, 512076.0 ], [ 104364.0, 511933.0 ], [ 104191.0, 511859.0 ], [ 103919.0, 511903.0 ], [ 103559.0, 511876.0 ], [ 103249.0, 511838.0 ], [ 102943.0, 511713.0 ], [ 102780.0, 511575.0 ], [ 102617.0, 511375.0 ], [ 102542.0, 511238.0 ], [ 102435.0, 510972.0 ], [ 102268.0, 510718.0 ], [ 102240.0, 510346.0 ], [ 102326.0, 510194.0 ], [ 102454.0, 509955.0 ], [ 102623.0, 509766.0 ], [ 102766.0, 509667.0 ], [ 102919.0, 509604.0 ], [ 103084.0, 509503.0 ], [ 103178.0, 509433.0 ], [ 103270.0, 509385.0 ], [ 103394.0, 509345.0 ], [ 103461.0, 509306.0 ], [ 103476.0, 509234.0 ], [ 103450.0, 509180.0 ], [ 103381.0, 509143.0 ], [ 103281.0, 509159.0 ], [ 103199.0, 509241.0 ], [ 103097.0, 509299.0 ], [ 102931.0, 509386.0 ], [ 102655.0, 509482.0 ], [ 102312.0, 509508.0 ], [ 102017.0, 509373.0 ], [ 101818.0, 509192.0 ], [ 101690.0, 508914.0 ], [ 101640.0, 508592.0 ], [ 101748.0, 508295.0 ], [ 101888.0, 508064.0 ], [ 102054.0, 507838.0 ], [ 102172.0, 507644.0 ], [ 102250.0, 507498.0 ], [ 102294.0, 507421.0 ], [ 102242.0, 507356.0 ], [ 102147.0, 507334.0 ], [ 101986.0, 507392.0 ], [ 101713.0, 507338.0 ], [ 101444.0, 507272.0 ], [ 101197.0, 507110.0 ], [ 100701.0, 506883.0 ], [ 100317.0, 506756.0 ], [ 99927.0, 506687.0 ], [ 99686.0, 506654.0 ], [ 97968.0, 506428.0 ], [ 98043.0, 516606.0 ], [ 109641.0, 516633.0 ], [ 109634.0, 511651.0 ], [ 109249.0, 511683.0 ], [ 109139.0, 511703.0 ], [ 109003.0, 511823.0 ], [ 108765.0, 512101.0 ], [ 108495.0, 512281.0 ], [ 108156.0, 512256.0 ], [ 107831.0, 512122.0 ], [ 107516.0, 512076.0 ], [ 107310.0, 511878.0 ], [ 107158.0, 511579.0 ], [ 107139.0, 511191.0 ], [ 107224.0, 510788.0 ], [ 107335.0, 510574.0 ], [ 107283.0, 510444.0 ], [ 107060.0, 510389.0 ], [ 106808.0, 510399.0 ], [ 106618.0, 510448.0 ], [ 106410.0, 510536.0 ], [ 106242.0, 510518.0 ], [ 106114.0, 510372.0 ], [ 106067.0, 510264.0 ], [ 105971.0, 510225.0 ], [ 105873.0, 510235.0 ], [ 105797.0, 510278.0 ], [ 105726.0, 510431.0 ], [ 105690.0, 510627.0 ], [ 105672.0, 510823.0 ], [ 105559.0, 511198.0 ], [ 105510.0, 511368.0 ], [ 105469.0, 511677.0 ], [ 105398.0, 511972.0 ], [ 105348.0, 512278.0 ], [ 105355.0, 512501.0 ] ], [ [ 104898.0, 515474.0 ], [ 104813.0, 515360.0 ], [ 104779.0, 515272.0 ], [ 104791.0, 515172.0 ], [ 104832.0, 515075.0 ], [ 104916.0, 514954.0 ], [ 104988.0, 514857.0 ], [ 105036.0, 514862.0 ], [ 105079.0, 514959.0 ], [ 105043.0, 515100.0 ], [ 104998.0, 515239.0 ], [ 104998.0, 515328.0 ], [ 104995.0, 515467.0 ], [ 104932.0, 515501.0 ], [ 104898.0, 515474.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102449.0, 504740.0 ], [ 102499.0, 504880.0 ], [ 102569.0, 504960.0 ], [ 102676.0, 504980.0 ], [ 102777.0, 504932.0 ], [ 102841.0, 504870.0 ], [ 102974.0, 504798.0 ], [ 103174.0, 504816.0 ], [ 103362.0, 504793.0 ], [ 103633.0, 504768.0 ], [ 103819.0, 504712.0 ], [ 103994.0, 504644.0 ], [ 104091.0, 504493.0 ], [ 104067.0, 504244.0 ], [ 103981.0, 504045.0 ], [ 103965.0, 503883.0 ], [ 104044.0, 503738.0 ], [ 104188.0, 503620.0 ], [ 104377.0, 503565.0 ], [ 104620.0, 503582.0 ], [ 105057.0, 503657.0 ], [ 105272.0, 503640.0 ], [ 105437.0, 503554.0 ], [ 105543.0, 503301.0 ], [ 105584.0, 502934.0 ], [ 105591.0, 502609.0 ], [ 105613.0, 502338.0 ], [ 105580.0, 502127.0 ], [ 105452.0, 501969.0 ], [ 105344.0, 501826.0 ], [ 105217.0, 501662.0 ], [ 105110.0, 501498.0 ], [ 105014.0, 501361.0 ], [ 104966.0, 501153.0 ], [ 105001.0, 500963.0 ], [ 105184.0, 500859.0 ], [ 105328.0, 500812.0 ], [ 105559.0, 500777.0 ], [ 105794.0, 500780.0 ], [ 106078.0, 500810.0 ], [ 106487.0, 500817.0 ], [ 106893.0, 500916.0 ], [ 107208.0, 501015.0 ], [ 107512.0, 501088.0 ], [ 107876.0, 501235.0 ], [ 108201.0, 501505.0 ], [ 108356.0, 501742.0 ], [ 108499.0, 502111.0 ], [ 108592.0, 502484.0 ], [ 108609.0, 502820.0 ], [ 108651.0, 503214.0 ], [ 108649.0, 503270.0 ], [ 108690.0, 503394.0 ], [ 108722.0, 503596.0 ], [ 108861.0, 503840.0 ], [ 109082.0, 504128.0 ], [ 109348.0, 504412.0 ], [ 109623.0, 504720.0 ], [ 109619.0, 501951.0 ], [ 110830.0, 501751.0 ], [ 110678.0, 501646.0 ], [ 110154.0, 501256.0 ], [ 110136.0, 501260.0 ], [ 110122.0, 501275.0 ], [ 109546.0, 500938.0 ], [ 109050.0, 500660.0 ], [ 109032.0, 500662.0 ], [ 108562.0, 500412.0 ], [ 108038.0, 500165.0 ], [ 107447.0, 499890.0 ], [ 107052.0, 499754.0 ], [ 106708.0, 499631.0 ], [ 106447.0, 499583.0 ], [ 106422.0, 499596.0 ], [ 106020.0, 499549.0 ], [ 105679.0, 499607.0 ], [ 105364.0, 499753.0 ], [ 105020.0, 500010.0 ], [ 104965.0, 500095.0 ], [ 104933.0, 500188.0 ], [ 104846.0, 500320.0 ], [ 104739.0, 500387.0 ], [ 104632.0, 500428.0 ], [ 104483.0, 500421.0 ], [ 104411.0, 500389.0 ], [ 104359.0, 500317.0 ], [ 104310.0, 500237.0 ], [ 104196.0, 500185.0 ], [ 104085.0, 500180.0 ], [ 104010.0, 500241.0 ], [ 103909.0, 500418.0 ], [ 103855.0, 500585.0 ], [ 103844.0, 500717.0 ], [ 103851.0, 500914.0 ], [ 103898.0, 501046.0 ], [ 103975.0, 501136.0 ], [ 104050.0, 501214.0 ], [ 104151.0, 501295.0 ], [ 104236.0, 501517.0 ], [ 104302.0, 501793.0 ], [ 104352.0, 502158.0 ], [ 104304.0, 502653.0 ], [ 104224.0, 502874.0 ], [ 104104.0, 503051.0 ], [ 103930.0, 503260.0 ], [ 103746.0, 503411.0 ], [ 103497.0, 503592.0 ], [ 103309.0, 503669.0 ], [ 103132.0, 503748.0 ], [ 102868.0, 503947.0 ], [ 102657.0, 504130.0 ], [ 102555.0, 504346.0 ], [ 102464.0, 504511.0 ], [ 102449.0, 504740.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 94173.0, 487429.0 ], [ 95276.0, 486142.0 ], [ 95513.0, 485885.0 ], [ 95660.0, 485612.0 ], [ 95740.0, 485443.0 ], [ 95746.0, 485375.0 ], [ 96152.0, 484738.0 ], [ 96021.0, 484083.0 ], [ 96086.0, 483494.0 ], [ 96610.0, 483036.0 ], [ 96937.0, 483036.0 ], [ 97396.0, 482970.0 ], [ 97592.0, 482643.0 ], [ 97985.0, 481792.0 ], [ 99295.0, 481006.0 ], [ 100931.0, 480875.0 ], [ 100670.0, 480548.0 ], [ 99753.0, 480417.0 ], [ 98771.0, 480548.0 ], [ 97655.0, 480398.0 ], [ 97527.0, 480417.0 ], [ 96937.0, 481988.0 ], [ 96152.0, 482512.0 ], [ 95824.0, 483101.0 ], [ 95628.0, 484345.0 ], [ 94777.0, 485393.0 ], [ 93756.0, 486527.0 ], [ 94173.0, 487429.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 96696.0, 489704.0 ], [ 96986.0, 489640.0 ], [ 97224.0, 489571.0 ], [ 97558.0, 489446.0 ], [ 97810.0, 489346.0 ], [ 98135.0, 489212.0 ], [ 98264.0, 489153.0 ], [ 98456.0, 489068.0 ], [ 98592.0, 488983.0 ], [ 98726.0, 488928.0 ], [ 98993.0, 488789.0 ], [ 99150.0, 488695.0 ], [ 99291.0, 488608.0 ], [ 99387.0, 488542.0 ], [ 99474.0, 488475.0 ], [ 99565.0, 488398.0 ], [ 99631.0, 488336.0 ], [ 99690.0, 488285.0 ], [ 99720.0, 488263.0 ], [ 99744.0, 488205.0 ], [ 99751.0, 488169.0 ], [ 99756.0, 488135.0 ], [ 99748.0, 488107.0 ], [ 99727.0, 488079.0 ], [ 99688.0, 488051.0 ], [ 99641.0, 488030.0 ], [ 99571.0, 488012.0 ], [ 99478.0, 487999.0 ], [ 99323.0, 487956.0 ], [ 99237.0, 487912.0 ], [ 99158.0, 487854.0 ], [ 99046.0, 487765.0 ], [ 98842.0, 487662.0 ], [ 98666.0, 487582.0 ], [ 98548.0, 487537.0 ], [ 98458.0, 487509.0 ], [ 98314.0, 487488.0 ], [ 97999.0, 487512.0 ], [ 97839.0, 487527.0 ], [ 97716.0, 487544.0 ], [ 97579.0, 487567.0 ], [ 97463.0, 487593.0 ], [ 97364.0, 487621.0 ], [ 97276.0, 487661.0 ], [ 97176.0, 487693.0 ], [ 97061.0, 487741.0 ], [ 96942.0, 487803.0 ], [ 96786.0, 487892.0 ], [ 96688.0, 487960.0 ], [ 96583.0, 488047.0 ], [ 96499.0, 488119.0 ], [ 96416.0, 488198.0 ], [ 96377.0, 488238.0 ], [ 96157.0, 488428.0 ], [ 96135.0, 488442.0 ], [ 94912.0, 489029.0 ], [ 95501.0, 490302.0 ], [ 96696.0, 489704.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101922.0, 494681.0 ], [ 102160.0, 494530.0 ], [ 102275.0, 494409.0 ], [ 102400.0, 494225.0 ], [ 102559.0, 493977.0 ], [ 102659.0, 493754.0 ], [ 102752.0, 493523.0 ], [ 102840.0, 493262.0 ], [ 102898.0, 493050.0 ], [ 102927.0, 492897.0 ], [ 98920.0, 492909.0 ], [ 99030.0, 493091.0 ], [ 99220.0, 493354.0 ], [ 99468.0, 493623.0 ], [ 100086.0, 494207.0 ], [ 100389.0, 494412.0 ], [ 100800.0, 494645.0 ], [ 101199.0, 494767.0 ], [ 101556.0, 494770.0 ], [ 101922.0, 494681.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105522.0, 509350.0 ], [ 105630.0, 509305.0 ], [ 105666.0, 509224.0 ], [ 105605.0, 509057.0 ], [ 105509.0, 508866.0 ], [ 105472.0, 508764.0 ], [ 105325.0, 508546.0 ], [ 105087.0, 508451.0 ], [ 104856.0, 508437.0 ], [ 104741.0, 508461.0 ], [ 104579.0, 508479.0 ], [ 104478.0, 508524.0 ], [ 104421.0, 508611.0 ], [ 104423.0, 508619.0 ], [ 104502.0, 508712.0 ], [ 104704.0, 508779.0 ], [ 104828.0, 508868.0 ], [ 104924.0, 509024.0 ], [ 105095.0, 509116.0 ], [ 105259.0, 509263.0 ], [ 105522.0, 509350.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102682.0, 492898.0 ], [ 102629.0, 492623.0 ], [ 102555.0, 492139.0 ], [ 102521.0, 491861.0 ], [ 102486.0, 491508.0 ], [ 102439.0, 491596.0 ], [ 102394.0, 491733.0 ], [ 102372.0, 491875.0 ], [ 102351.0, 491981.0 ], [ 102349.0, 492111.0 ], [ 102360.0, 492505.0 ], [ 102388.0, 492757.0 ], [ 102398.0, 492898.0 ], [ 102682.0, 492898.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106459.0, 492886.0 ], [ 106417.0, 492788.0 ], [ 106376.0, 492665.0 ], [ 106346.0, 492556.0 ], [ 106309.0, 492453.0 ], [ 106290.0, 492381.0 ], [ 106252.0, 492315.0 ], [ 106207.0, 492248.0 ], [ 106161.0, 492199.0 ], [ 106105.0, 492136.0 ], [ 106049.0, 492275.0 ], [ 105991.0, 492486.0 ], [ 105938.0, 492644.0 ], [ 105897.0, 492888.0 ], [ 106459.0, 492886.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103130.0, 506484.0 ], [ 103139.0, 506611.0 ], [ 103202.0, 506761.0 ], [ 103319.0, 506851.0 ], [ 103463.0, 506853.0 ], [ 103571.0, 506787.0 ], [ 103607.0, 506725.0 ], [ 103609.0, 506692.0 ], [ 103558.0, 506620.0 ], [ 103476.0, 506549.0 ], [ 103416.0, 506471.0 ], [ 103370.0, 506384.0 ], [ 103355.0, 506325.0 ], [ 103278.0, 506276.0 ], [ 103254.0, 506288.0 ], [ 103203.0, 506303.0 ], [ 103152.0, 506379.0 ], [ 103130.0, 506484.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values.geojson new file mode 100644 index 0000000..7ce3df5 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values.geojson @@ -0,0 +1,42 @@ +{ +"type": "FeatureCollection", +"name": "DS22_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109631.0, 509977.0 ], [ 109267.0, 510009.0 ], [ 108982.0, 510032.0 ], [ 108736.0, 510112.0 ], [ 108582.0, 510224.0 ], [ 108524.0, 510380.0 ], [ 108542.0, 510512.0 ], [ 108640.0, 510615.0 ], [ 108774.0, 510644.0 ], [ 108947.0, 510533.0 ], [ 109074.0, 510465.0 ], [ 109203.0, 510419.0 ], [ 109327.0, 510391.0 ], [ 109415.0, 510406.0 ], [ 109632.0, 510471.0 ] ], [ [ 109631.0, 509805.0 ], [ 109359.0, 509815.0 ], [ 108910.0, 509911.0 ], [ 108726.0, 509965.0 ], [ 108588.0, 510049.0 ], [ 108472.0, 510152.0 ], [ 108404.0, 510292.0 ], [ 108373.0, 510456.0 ], [ 108426.0, 510614.0 ], [ 108602.0, 510746.0 ], [ 108834.0, 510777.0 ], [ 109013.0, 510730.0 ], [ 109269.0, 510644.0 ], [ 109416.0, 510624.0 ], [ 109632.0, 510471.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105800.0, 510276.0 ], [ 105853.0, 510120.0 ], [ 105844.0, 509967.0 ], [ 105691.0, 509663.0 ], [ 105496.0, 509641.0 ], [ 105301.0, 509726.0 ], [ 105144.0, 510006.0 ], [ 105031.0, 510214.0 ], [ 104768.0, 510362.0 ], [ 104523.0, 510374.0 ], [ 104269.0, 510264.0 ], [ 104135.0, 509980.0 ], [ 104275.0, 509520.0 ], [ 104304.0, 509373.0 ], [ 104274.0, 509273.0 ], [ 104190.0, 509247.0 ], [ 104117.0, 509271.0 ], [ 104069.0, 509407.0 ], [ 104037.0, 509530.0 ], [ 103878.0, 509750.0 ], [ 103701.0, 509933.0 ], [ 103625.0, 510023.0 ], [ 103623.0, 510168.0 ], [ 103710.0, 510336.0 ], [ 103861.0, 510447.0 ], [ 104058.0, 510587.0 ], [ 104298.0, 510690.0 ], [ 104532.0, 510684.0 ], [ 104771.0, 510643.0 ], [ 105062.0, 510557.0 ], [ 105315.0, 510587.0 ], [ 105506.0, 510643.0 ], [ 105681.0, 510730.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105658.0, 509200.0 ], [ 105762.0, 509182.0 ], [ 105878.0, 509206.0 ], [ 106011.0, 509324.0 ], [ 106139.0, 509647.0 ], [ 106262.0, 510041.0 ], [ 106349.0, 510269.0 ], [ 106433.0, 510526.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104800.0, 508848.0 ], [ 104847.0, 509062.0 ], [ 104833.0, 509264.0 ], [ 104752.0, 509515.0 ], [ 104662.0, 509766.0 ], [ 104626.0, 509887.0 ], [ 104640.0, 509959.0 ], [ 104685.0, 509989.0 ], [ 104786.0, 509944.0 ], [ 104923.0, 509722.0 ], [ 105083.0, 509417.0 ], [ 105138.0, 509326.0 ], [ 105301.0, 509277.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106179.0, 510447.0 ], [ 106113.0, 510170.0 ], [ 106030.0, 509885.0 ], [ 105830.0, 509568.0 ], [ 105592.0, 509474.0 ], [ 105350.0, 509517.0 ], [ 105172.0, 509640.0 ], [ 105026.0, 509898.0 ], [ 104922.0, 510050.0 ], [ 104794.0, 510161.0 ], [ 104624.0, 510171.0 ], [ 104472.0, 510120.0 ], [ 104402.0, 509819.0 ], [ 104530.0, 509603.0 ], [ 104632.0, 509364.0 ], [ 104658.0, 509174.0 ], [ 104614.0, 508973.0 ], [ 104453.0, 508863.0 ], [ 104261.0, 508792.0 ], [ 104090.0, 508780.0 ], [ 103994.0, 508825.0 ], [ 103939.0, 508992.0 ], [ 103904.0, 509276.0 ], [ 103798.0, 509512.0 ], [ 103608.0, 509734.0 ], [ 103403.0, 509864.0 ], [ 103244.0, 509909.0 ], [ 103079.0, 510020.0 ], [ 103037.0, 510233.0 ], [ 103187.0, 510532.0 ], [ 103369.0, 510792.0 ], [ 103584.0, 511015.0 ], [ 103821.0, 511202.0 ], [ 104037.0, 511341.0 ], [ 104215.0, 511380.0 ], [ 104395.0, 511341.0 ], [ 104581.0, 511361.0 ], [ 104794.0, 511401.0 ], [ 104886.0, 511452.0 ], [ 104983.0, 511574.0 ], [ 105086.0, 511797.0 ], [ 105157.0, 511966.0 ], [ 105235.0, 512128.0 ], [ 105349.0, 512296.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104478.0, 508524.0 ], [ 104304.0, 508531.0 ], [ 104061.0, 508535.0 ], [ 103833.0, 508587.0 ], [ 103671.0, 508710.0 ], [ 103631.0, 508922.0 ], [ 103637.0, 509147.0 ], [ 103617.0, 509341.0 ], [ 103507.0, 509671.0 ], [ 103312.0, 509801.0 ], [ 103127.0, 509867.0 ], [ 102964.0, 510035.0 ], [ 102926.0, 510248.0 ], [ 102943.0, 510545.0 ], [ 102967.0, 510812.0 ], [ 103032.0, 511080.0 ], [ 103181.0, 511405.0 ], [ 103489.0, 511529.0 ], [ 103690.0, 511603.0 ], [ 103882.0, 511631.0 ], [ 104077.0, 511617.0 ], [ 104252.0, 511576.0 ], [ 104442.0, 511582.0 ], [ 104598.0, 511601.0 ], [ 104734.0, 511679.0 ], [ 104963.0, 511852.0 ], [ 105073.0, 512055.0 ], [ 105144.0, 512235.0 ], [ 105208.0, 512328.0 ], [ 105355.0, 512501.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105490.0, 506414.0 ], [ 105593.0, 506459.0 ] ], [ [ 105490.0, 506414.0 ], [ 105470.0, 506541.0 ], [ 105439.0, 506657.0 ], [ 105409.0, 506733.0 ], [ 105346.0, 506839.0 ], [ 105257.0, 506902.0 ], [ 105148.0, 506928.0 ], [ 105087.0, 506991.0 ], [ 104998.0, 506970.0 ], [ 104968.0, 506871.0 ], [ 105014.0, 506731.0 ], [ 105075.0, 506532.0 ], [ 105097.0, 506453.0 ] ], [ [ 105501.0, 506379.0 ], [ 105490.0, 506414.0 ] ], [ [ 105593.0, 506459.0 ], [ 105574.0, 506429.0 ], [ 105570.0, 506413.0 ], [ 105666.0, 506393.0 ], [ 105690.0, 506375.0 ] ], [ [ 105690.0, 506375.0 ], [ 105501.0, 506379.0 ] ], [ [ 105097.0, 506453.0 ], [ 105185.0, 506278.0 ], [ 105231.0, 506225.0 ], [ 105311.0, 506152.0 ], [ 105391.0, 506122.0 ], [ 105505.0, 506106.0 ], [ 105634.0, 506119.0 ], [ 105703.0, 506149.0 ], [ 105736.0, 506190.0 ], [ 105720.0, 506249.0 ], [ 105631.0, 506266.0 ], [ 105539.0, 506319.0 ], [ 105504.0, 506366.0 ], [ 105501.0, 506379.0 ] ], [ [ 105593.0, 506459.0 ], [ 105612.0, 506467.0 ], [ 105705.0, 506516.0 ], [ 105911.0, 506586.0 ], [ 105982.0, 506674.0 ], [ 106068.0, 506820.0 ], [ 106102.0, 507001.0 ], [ 106003.0, 507132.0 ], [ 105822.0, 507286.0 ], [ 105721.0, 507511.0 ], [ 105697.0, 507627.0 ], [ 105563.0, 507661.0 ], [ 105278.0, 507530.0 ], [ 105087.0, 507460.0 ], [ 104847.0, 507314.0 ], [ 104722.0, 507177.0 ], [ 104667.0, 507054.0 ], [ 104661.0, 506885.0 ], [ 104714.0, 506753.0 ], [ 104867.0, 506640.0 ], [ 105027.0, 506480.0 ], [ 105077.0, 506355.0 ], [ 105175.0, 506166.0 ], [ 105293.0, 506072.0 ], [ 105449.0, 506023.0 ], [ 105729.0, 506057.0 ], [ 105793.0, 506100.0 ], [ 105854.0, 506177.0 ], [ 105906.0, 506259.0 ], [ 105844.0, 506360.0 ], [ 105690.0, 506375.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105346.0, 506401.0 ], [ 105344.0, 506328.0 ], [ 105395.0, 506273.0 ], [ 105454.0, 506252.0 ], [ 105471.0, 506300.0 ], [ 105464.0, 506379.0 ], [ 105450.0, 506447.0 ], [ 105391.0, 506509.0 ], [ 105349.0, 506457.0 ], [ 105346.0, 506401.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103607.0, 506725.0 ], [ 103694.0, 506798.0 ], [ 103803.0, 506903.0 ], [ 103846.0, 507011.0 ], [ 103883.0, 507190.0 ], [ 104017.0, 507384.0 ], [ 104233.0, 507591.0 ], [ 104314.0, 507800.0 ], [ 104323.0, 507982.0 ], [ 104251.0, 508083.0 ], [ 104130.0, 508065.0 ], [ 103908.0, 507946.0 ], [ 103681.0, 507869.0 ], [ 103473.0, 507925.0 ], [ 103347.0, 508053.0 ], [ 103180.0, 508190.0 ], [ 103005.0, 508268.0 ], [ 102736.0, 508216.0 ], [ 102563.0, 508043.0 ], [ 102540.0, 507971.0 ], [ 102535.0, 507825.0 ], [ 102546.0, 507565.0 ], [ 102530.0, 507340.0 ], [ 102481.0, 507102.0 ], [ 102390.0, 506942.0 ], [ 102150.0, 506841.0 ], [ 101819.0, 506741.0 ], [ 101372.0, 506685.0 ], [ 100979.0, 506696.0 ], [ 100546.0, 506669.0 ], [ 100194.0, 506608.0 ], [ 99686.0, 506523.0 ], [ 99179.0, 506429.0 ], [ 98745.0, 506354.0 ], [ 98193.0, 506249.0 ], [ 97966.0, 506229.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105205.0, 506353.0 ], [ 105253.0, 506258.0 ], [ 105296.0, 506212.0 ], [ 105350.0, 506177.0 ], [ 105421.0, 506149.0 ], [ 105498.0, 506125.0 ], [ 105576.0, 506125.0 ], [ 105615.0, 506143.0 ], [ 105617.0, 506183.0 ], [ 105566.0, 506232.0 ], [ 105511.0, 506291.0 ], [ 105482.0, 506374.0 ], [ 105451.0, 506451.0 ], [ 105414.0, 506526.0 ], [ 105354.0, 506580.0 ], [ 105309.0, 506684.0 ], [ 105292.0, 506751.0 ], [ 105212.0, 506774.0 ], [ 105171.0, 506721.0 ], [ 105173.0, 506601.0 ], [ 105187.0, 506490.0 ], [ 105188.0, 506410.0 ], [ 105205.0, 506353.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109632.0, 510835.0 ], [ 109390.0, 510871.0 ], [ 109098.0, 510861.0 ], [ 108842.0, 510940.0 ], [ 108644.0, 511059.0 ], [ 108422.0, 511077.0 ], [ 108293.0, 510934.0 ], [ 108237.0, 510675.0 ], [ 108251.0, 510304.0 ], [ 108291.0, 509999.0 ], [ 108380.0, 509687.0 ], [ 108542.0, 509448.0 ], [ 108747.0, 509106.0 ], [ 108964.0, 508775.0 ], [ 109141.0, 508531.0 ], [ 109268.0, 508251.0 ], [ 109312.0, 508012.0 ], [ 109424.0, 507621.0 ], [ 109535.0, 507226.0 ], [ 109564.0, 506853.0 ], [ 109534.0, 506505.0 ], [ 109344.0, 506127.0 ], [ 109123.0, 505831.0 ], [ 108939.0, 505728.0 ], [ 108721.0, 505745.0 ], [ 108516.0, 505835.0 ], [ 108256.0, 505851.0 ], [ 107979.0, 505963.0 ], [ 107793.0, 506176.0 ], [ 107625.0, 506453.0 ], [ 107438.0, 506777.0 ], [ 107320.0, 506803.0 ], [ 107106.0, 506841.0 ], [ 106916.0, 506934.0 ], [ 106750.0, 507085.0 ], [ 106465.0, 507279.0 ], [ 106258.0, 507315.0 ], [ 106020.0, 507404.0 ], [ 105964.0, 507428.0 ], [ 105829.0, 507548.0 ], [ 105779.0, 507701.0 ], [ 105711.0, 507891.0 ], [ 105556.0, 508061.0 ], [ 105389.0, 508109.0 ], [ 105215.0, 508055.0 ], [ 105061.0, 507968.0 ], [ 104868.0, 507947.0 ], [ 104738.0, 507785.0 ], [ 104686.0, 507658.0 ], [ 104601.0, 507377.0 ], [ 104500.0, 507165.0 ], [ 104492.0, 506959.0 ], [ 104546.0, 506759.0 ], [ 104509.0, 506583.0 ], [ 104476.0, 506476.0 ], [ 104515.0, 506356.0 ], [ 104676.0, 506205.0 ], [ 104781.0, 506088.0 ], [ 104855.0, 505934.0 ], [ 104859.0, 505685.0 ], [ 104783.0, 505530.0 ], [ 104668.0, 505463.0 ], [ 104470.0, 505532.0 ], [ 104298.0, 505691.0 ], [ 104149.0, 505803.0 ], [ 103974.0, 505902.0 ], [ 103770.0, 505977.0 ], [ 103561.0, 505913.0 ], [ 103454.0, 505897.0 ], [ 103314.0, 505978.0 ], [ 103148.0, 506124.0 ], [ 103100.0, 506222.0 ], [ 103151.0, 506385.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100521.0, 505630.0 ], [ 100364.0, 505713.0 ], [ 99752.0, 505724.0 ], [ 99619.0, 505662.0 ], [ 99769.0, 505502.0 ], [ 100113.0, 505413.0 ], [ 100468.0, 505389.0 ], [ 100857.0, 505309.0 ], [ 101168.0, 505287.0 ], [ 101471.0, 505429.0 ], [ 101612.0, 505569.0 ], [ 101649.0, 505758.0 ], [ 101605.0, 505866.0 ], [ 101378.0, 505792.0 ], [ 101078.0, 505623.0 ], [ 100763.0, 505610.0 ], [ 100521.0, 505630.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98142.0, 504936.0 ], [ 97957.0, 505040.0 ] ], [ [ 97942.0, 502994.0 ], [ 98842.0, 503091.0 ], [ 99253.0, 503162.0 ], [ 99765.0, 503253.0 ], [ 100268.0, 503352.0 ], [ 100641.0, 503454.0 ], [ 101016.0, 503599.0 ], [ 101264.0, 503719.0 ], [ 101406.0, 503822.0 ], [ 101427.0, 504018.0 ], [ 101281.0, 504155.0 ], [ 100929.0, 504276.0 ], [ 100462.0, 504354.0 ], [ 99952.0, 504429.0 ], [ 99467.0, 504438.0 ], [ 98974.0, 504462.0 ], [ 98363.0, 504529.0 ], [ 97954.0, 504650.0 ] ], [ [ 97942.0, 502994.0 ], [ 98235.0, 502920.0 ], [ 99266.0, 502987.0 ], [ 99731.0, 503042.0 ], [ 100191.0, 503162.0 ], [ 100687.0, 503266.0 ], [ 101037.0, 503372.0 ], [ 101370.0, 503545.0 ], [ 101543.0, 503746.0 ], [ 101591.0, 504008.0 ], [ 101371.0, 504269.0 ], [ 101080.0, 504415.0 ], [ 100675.0, 504538.0 ], [ 100144.0, 504613.0 ], [ 99585.0, 504654.0 ], [ 99061.0, 504724.0 ], [ 98738.0, 504758.0 ], [ 98303.0, 504852.0 ], [ 98142.0, 504936.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99843.0, 505202.0 ], [ 100064.0, 505199.0 ], [ 100407.0, 505169.0 ], [ 100806.0, 505070.0 ], [ 101057.0, 505004.0 ], [ 101293.0, 504929.0 ], [ 101472.0, 504894.0 ], [ 101626.0, 504979.0 ], [ 101781.0, 505168.0 ], [ 101859.0, 505259.0 ], [ 101976.0, 505432.0 ], [ 102053.0, 505562.0 ], [ 102138.0, 505689.0 ], [ 102170.0, 505804.0 ], [ 102132.0, 505918.0 ], [ 102102.0, 506072.0 ], [ 102136.0, 506162.0 ], [ 102245.0, 506303.0 ], [ 102290.0, 506469.0 ], [ 102185.0, 506474.0 ], [ 101993.0, 506336.0 ], [ 101687.0, 506167.0 ], [ 101317.0, 506066.0 ], [ 100927.0, 506032.0 ], [ 100344.0, 506025.0 ], [ 99917.0, 506012.0 ], [ 99671.0, 505946.0 ], [ 99440.0, 505921.0 ], [ 99156.0, 505825.0 ], [ 99073.0, 505664.0 ], [ 99138.0, 505526.0 ], [ 99273.0, 505401.0 ], [ 99470.0, 505286.0 ], [ 99749.0, 505241.0 ], [ 99843.0, 505202.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99391.0, 504972.0 ], [ 99621.0, 504938.0 ], [ 99981.0, 504928.0 ], [ 100405.0, 504869.0 ], [ 100752.0, 504808.0 ], [ 101010.0, 504685.0 ], [ 101218.0, 504579.0 ], [ 101414.0, 504566.0 ], [ 101538.0, 504575.0 ], [ 101652.0, 504632.0 ], [ 101701.0, 504767.0 ], [ 101769.0, 504934.0 ], [ 101857.0, 505061.0 ], [ 101977.0, 505243.0 ], [ 102185.0, 505523.0 ], [ 102363.0, 505734.0 ], [ 102437.0, 505799.0 ], [ 102539.0, 505821.0 ], [ 102634.0, 505806.0 ], [ 102706.0, 505761.0 ], [ 102745.0, 505684.0 ], [ 102774.0, 505640.0 ], [ 102835.0, 505583.0 ], [ 102890.0, 505526.0 ], [ 102932.0, 505502.0 ], [ 102996.0, 505523.0 ], [ 103002.0, 505597.0 ], [ 102968.0, 505767.0 ], [ 102879.0, 505812.0 ], [ 102736.0, 505851.0 ], [ 102564.0, 505929.0 ], [ 102447.0, 505985.0 ], [ 102376.0, 506076.0 ], [ 102359.0, 506209.0 ], [ 102377.0, 506291.0 ], [ 102460.0, 506396.0 ], [ 102600.0, 506582.0 ], [ 102727.0, 506711.0 ], [ 102861.0, 506836.0 ], [ 102975.0, 507000.0 ], [ 102993.0, 507115.0 ], [ 103025.0, 507235.0 ], [ 103093.0, 507328.0 ], [ 103186.0, 507509.0 ], [ 103161.0, 507605.0 ], [ 103141.0, 507721.0 ], [ 103062.0, 507845.0 ], [ 102937.0, 507907.0 ], [ 102777.0, 507823.0 ], [ 102718.0, 507688.0 ], [ 102791.0, 507503.0 ], [ 102785.0, 507381.0 ], [ 102682.0, 507220.0 ], [ 102650.0, 507042.0 ], [ 102601.0, 506894.0 ], [ 102494.0, 506752.0 ], [ 102254.0, 506621.0 ], [ 102075.0, 506546.0 ], [ 101878.0, 506455.0 ], [ 101555.0, 506359.0 ], [ 101239.0, 506298.0 ], [ 101002.0, 506275.0 ], [ 100626.0, 506232.0 ], [ 100274.0, 506227.0 ], [ 99996.0, 506278.0 ], [ 99824.0, 506293.0 ], [ 99537.0, 506243.0 ], [ 99305.0, 506153.0 ], [ 98995.0, 506061.0 ], [ 98739.0, 505969.0 ], [ 98623.0, 505803.0 ], [ 98731.0, 505503.0 ], [ 98792.0, 505317.0 ], [ 99010.0, 505121.0 ], [ 99391.0, 504972.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104452.0, 504883.0 ], [ 104452.0, 504874.0 ], [ 104496.0, 504801.0 ], [ 104544.0, 504678.0 ], [ 104653.0, 504596.0 ], [ 104841.0, 504548.0 ], [ 105004.0, 504544.0 ], [ 105119.0, 504564.0 ], [ 105197.0, 504617.0 ], [ 105217.0, 504724.0 ], [ 105184.0, 504835.0 ], [ 105132.0, 504953.0 ], [ 105017.0, 505074.0 ], [ 104851.0, 505193.0 ], [ 104680.0, 505191.0 ], [ 104536.0, 505122.0 ], [ 104471.0, 505053.0 ], [ 104454.0, 504989.0 ], [ 104452.0, 504883.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104085.0, 504502.0 ], [ 104109.0, 504658.0 ], [ 104103.0, 504790.0 ], [ 104102.0, 504948.0 ], [ 104064.0, 505106.0 ], [ 103918.0, 505157.0 ], [ 103730.0, 505145.0 ], [ 103524.0, 505089.0 ], [ 103322.0, 505003.0 ], [ 103167.0, 504961.0 ], [ 103019.0, 505046.0 ], [ 102870.0, 505259.0 ], [ 102760.0, 505330.0 ], [ 102677.0, 505381.0 ], [ 102511.0, 505403.0 ], [ 102390.0, 505373.0 ], [ 102290.0, 505297.0 ], [ 102100.0, 504961.0 ], [ 102077.0, 504849.0 ], [ 102103.0, 504724.0 ], [ 102172.0, 504627.0 ], [ 102254.0, 504586.0 ], [ 102459.0, 504587.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107151.0, 504608.0 ], [ 107183.0, 504641.0 ], [ 107136.0, 504707.0 ], [ 106991.0, 504760.0 ], [ 106614.0, 504797.0 ], [ 106382.0, 504811.0 ], [ 106219.0, 504858.0 ], [ 105952.0, 504853.0 ], [ 105733.0, 504884.0 ], [ 105475.0, 505019.0 ], [ 105232.0, 505184.0 ], [ 104957.0, 505281.0 ], [ 104723.0, 505280.0 ], [ 104434.0, 505166.0 ], [ 104253.0, 505026.0 ], [ 104237.0, 504885.0 ], [ 104313.0, 504746.0 ], [ 104332.0, 504568.0 ], [ 104361.0, 504412.0 ], [ 104455.0, 504270.0 ], [ 104639.0, 504158.0 ], [ 104940.0, 504151.0 ], [ 105222.0, 504161.0 ], [ 105511.0, 504216.0 ], [ 105897.0, 504283.0 ], [ 106244.0, 504323.0 ], [ 106846.0, 504442.0 ], [ 106982.0, 504506.0 ], [ 107056.0, 504534.0 ], [ 107151.0, 504608.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 30.0, "value": 30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101938.0, 503013.0 ], [ 101950.0, 503001.0 ] ], [ [ 101950.0, 503001.0 ], [ 101990.0, 502959.0 ], [ 102116.0, 502905.0 ], [ 102245.0, 502823.0 ], [ 102388.0, 502736.0 ], [ 102549.0, 502669.0 ], [ 102672.0, 502671.0 ], [ 102774.0, 502700.0 ], [ 102843.0, 502756.0 ], [ 102872.0, 502852.0 ], [ 102839.0, 502934.0 ], [ 102710.0, 502958.0 ], [ 102578.0, 502956.0 ], [ 102531.0, 503003.0 ], [ 102380.0, 503035.0 ], [ 102240.0, 503104.0 ], [ 102090.0, 503150.0 ], [ 101992.0, 503123.0 ], [ 101952.0, 503070.0 ], [ 101938.0, 503013.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102344.0, 502910.0 ], [ 102423.0, 502840.0 ], [ 102507.0, 502762.0 ], [ 102602.0, 502719.0 ], [ 102682.0, 502725.0 ], [ 102751.0, 502746.0 ], [ 102795.0, 502780.0 ], [ 102804.0, 502830.0 ], [ 102778.0, 502873.0 ], [ 102695.0, 502899.0 ], [ 102585.0, 502895.0 ], [ 102510.0, 502906.0 ], [ 102448.0, 502927.0 ], [ 102392.0, 502934.0 ], [ 102344.0, 502910.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 30.0, "value": 30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 97925.0, 500661.0 ], [ 98106.0, 500708.0 ], [ 98759.0, 500887.0 ], [ 99474.0, 500943.0 ], [ 100190.0, 500944.0 ], [ 100756.0, 500823.0 ], [ 101308.0, 500721.0 ], [ 101646.0, 500656.0 ], [ 101862.0, 500504.0 ], [ 101930.0, 500438.0 ], [ 102015.0, 500252.0 ], [ 101951.0, 500048.0 ], [ 101692.0, 499915.0 ], [ 101404.0, 499712.0 ], [ 101195.0, 499491.0 ], [ 101149.0, 499341.0 ], [ 101181.0, 499236.0 ], [ 101277.0, 499167.0 ], [ 101411.0, 499166.0 ], [ 101572.0, 499223.0 ], [ 101725.0, 499334.0 ], [ 101851.0, 499460.0 ], [ 102001.0, 499591.0 ], [ 102133.0, 499686.0 ], [ 102300.0, 499742.0 ], [ 102512.0, 499751.0 ], [ 102767.0, 499738.0 ], [ 102995.0, 499683.0 ], [ 103125.0, 499636.0 ], [ 103277.0, 499534.0 ], [ 103437.0, 499398.0 ], [ 103655.0, 499244.0 ], [ 103770.0, 499154.0 ], [ 104070.0, 498981.0 ], [ 104168.0, 498918.0 ], [ 104281.0, 498906.0 ], [ 104348.0, 498927.0 ], [ 104382.0, 499005.0 ], [ 104360.0, 499164.0 ], [ 104283.0, 499280.0 ], [ 104123.0, 499381.0 ], [ 104044.0, 499421.0 ], [ 103929.0, 499454.0 ], [ 103822.0, 499543.0 ], [ 103746.0, 499638.0 ], [ 103675.0, 499781.0 ], [ 103627.0, 499910.0 ], [ 103531.0, 500338.0 ], [ 103475.0, 500454.0 ], [ 103370.0, 500575.0 ], [ 103222.0, 500680.0 ], [ 102983.0, 500713.0 ], [ 102883.0, 500700.0 ], [ 102813.0, 500666.0 ], [ 102786.0, 500648.0 ], [ 102763.0, 500621.0 ], [ 102738.0, 500618.0 ], [ 102719.0, 500681.0 ], [ 102709.0, 500748.0 ], [ 102635.0, 500791.0 ], [ 102559.0, 500757.0 ], [ 102479.0, 500646.0 ], [ 102398.0, 500555.0 ], [ 102345.0, 500517.0 ], [ 102275.0, 500545.0 ], [ 102245.0, 500660.0 ], [ 102223.0, 500773.0 ], [ 102130.0, 500851.0 ], [ 102042.0, 500899.0 ], [ 101961.0, 500993.0 ], [ 101908.0, 501070.0 ], [ 101790.0, 501275.0 ], [ 101681.0, 501384.0 ], [ 101481.0, 501482.0 ], [ 101326.0, 501569.0 ], [ 101215.0, 501721.0 ], [ 101161.0, 501919.0 ], [ 101166.0, 502159.0 ], [ 101210.0, 502384.0 ], [ 101250.0, 502454.0 ], [ 101321.0, 502528.0 ], [ 101411.0, 502583.0 ], [ 101499.0, 502668.0 ], [ 101511.0, 502746.0 ], [ 101420.0, 502789.0 ], [ 101274.0, 502774.0 ], [ 101125.0, 502761.0 ], [ 100931.0, 502710.0 ], [ 100788.0, 502629.0 ], [ 100593.0, 502438.0 ], [ 100424.0, 502213.0 ], [ 100291.0, 502078.0 ], [ 100016.0, 501971.0 ], [ 99775.0, 501864.0 ], [ 99402.0, 501706.0 ], [ 98972.0, 501600.0 ], [ 98644.0, 501541.0 ], [ 98294.0, 501484.0 ] ], [ [ 98294.0, 501484.0 ], [ 97930.0, 501431.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 97927.0, 501052.0 ], [ 98256.0, 501139.0 ], [ 98677.0, 501182.0 ], [ 99040.0, 501207.0 ], [ 99403.0, 501245.0 ], [ 99846.0, 501251.0 ], [ 100349.0, 501217.0 ], [ 100759.0, 501152.0 ], [ 101083.0, 501093.0 ], [ 101230.0, 501068.0 ], [ 101382.0, 501019.0 ], [ 101534.0, 500931.0 ], [ 101627.0, 500818.0 ], [ 101739.0, 500706.0 ], [ 101881.0, 500605.0 ], [ 102010.0, 500535.0 ], [ 102060.0, 500471.0 ], [ 102083.0, 500357.0 ], [ 102086.0, 500241.0 ], [ 102085.0, 500081.0 ], [ 102067.0, 499976.0 ], [ 102010.0, 499872.0 ], [ 101833.0, 499757.0 ], [ 101575.0, 499596.0 ], [ 101392.0, 499459.0 ], [ 101311.0, 499350.0 ], [ 101298.0, 499284.0 ], [ 101338.0, 499221.0 ], [ 101458.0, 499222.0 ], [ 101577.0, 499326.0 ], [ 101703.0, 499481.0 ], [ 102030.0, 499775.0 ], [ 102227.0, 499938.0 ], [ 102434.0, 500001.0 ], [ 102650.0, 499979.0 ], [ 102780.0, 499910.0 ], [ 102882.0, 499835.0 ], [ 103032.0, 499750.0 ], [ 103155.0, 499671.0 ], [ 103526.0, 499412.0 ], [ 103700.0, 499284.0 ], [ 103846.0, 499174.0 ], [ 104043.0, 499075.0 ], [ 104172.0, 499020.0 ], [ 104284.0, 499002.0 ], [ 104314.0, 499084.0 ], [ 104264.0, 499193.0 ], [ 104147.0, 499283.0 ], [ 103977.0, 499390.0 ], [ 103862.0, 499451.0 ], [ 103751.0, 499551.0 ], [ 103681.0, 499678.0 ], [ 103624.0, 499828.0 ], [ 103590.0, 499985.0 ], [ 103528.0, 500171.0 ], [ 103460.0, 500337.0 ], [ 103360.0, 500492.0 ], [ 103300.0, 500545.0 ], [ 103251.0, 500571.0 ], [ 103204.0, 500568.0 ], [ 103168.0, 500517.0 ], [ 103096.0, 500512.0 ], [ 103044.0, 500576.0 ], [ 103009.0, 500627.0 ], [ 102941.0, 500636.0 ], [ 102874.0, 500628.0 ], [ 102813.0, 500599.0 ], [ 102761.0, 500549.0 ], [ 102712.0, 500513.0 ], [ 102644.0, 500562.0 ], [ 102588.0, 500640.0 ], [ 102554.0, 500664.0 ], [ 102501.0, 500643.0 ], [ 102452.0, 500581.0 ], [ 102409.0, 500502.0 ], [ 102339.0, 500477.0 ], [ 102259.0, 500505.0 ], [ 102204.0, 500561.0 ], [ 102173.0, 500640.0 ], [ 102188.0, 500700.0 ], [ 102110.0, 500778.0 ], [ 101990.0, 500760.0 ], [ 101868.0, 500757.0 ], [ 101776.0, 500842.0 ], [ 101737.0, 500975.0 ], [ 101693.0, 501116.0 ], [ 101613.0, 501250.0 ], [ 101546.0, 501297.0 ], [ 101463.0, 501326.0 ], [ 101281.0, 501394.0 ], [ 101141.0, 501483.0 ], [ 101048.0, 501571.0 ], [ 100984.0, 501732.0 ], [ 100975.0, 501894.0 ], [ 100935.0, 501982.0 ], [ 100856.0, 501999.0 ], [ 100810.0, 501942.0 ], [ 100764.0, 501849.0 ], [ 100684.0, 501756.0 ], [ 100586.0, 501667.0 ], [ 100351.0, 501555.0 ], [ 100033.0, 501500.0 ], [ 99749.0, 501507.0 ], [ 99418.0, 501462.0 ], [ 99063.0, 501443.0 ], [ 98757.0, 501469.0 ], [ 98499.0, 501438.0 ], [ 98357.0, 501436.0 ] ], [ [ 98357.0, 501436.0 ], [ 97930.0, 501351.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105597.0, 500777.0 ], [ 105397.0, 500958.0 ], [ 105326.0, 501067.0 ], [ 105272.0, 501194.0 ], [ 105307.0, 501336.0 ], [ 105388.0, 501479.0 ], [ 105452.0, 501560.0 ], [ 105538.0, 501703.0 ], [ 105664.0, 502015.0 ], [ 105710.0, 502258.0 ], [ 105697.0, 502443.0 ], [ 105672.0, 502589.0 ], [ 105587.0, 502777.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102391.0, 500743.0 ], [ 102391.0, 500766.0 ], [ 102397.0, 500774.0 ], [ 102407.0, 500776.0 ] ], [ [ 102391.0, 500743.0 ], [ 102354.0, 500658.0 ], [ 102362.0, 500627.0 ], [ 102395.0, 500619.0 ], [ 102438.0, 500680.0 ], [ 102438.0, 500747.0 ], [ 102407.0, 500776.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 500858.0 ], [ 102353.0, 500797.0 ], [ 102341.0, 500735.0 ], [ 102346.0, 500654.0 ], [ 102355.0, 500618.0 ], [ 102392.0, 500602.0 ], [ 102444.0, 500672.0 ], [ 102468.0, 500738.0 ], [ 102475.0, 500801.0 ], [ 102457.0, 500854.0 ], [ 102411.0, 500883.0 ], [ 102379.0, 500858.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 40.0, "value": 40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102181.0, 500296.0 ], [ 102194.0, 500285.0 ], [ 102192.0, 500199.0 ], [ 102167.0, 500114.0 ], [ 102194.0, 500048.0 ], [ 102319.0, 500056.0 ], [ 102439.0, 500106.0 ], [ 102502.0, 500134.0 ], [ 102695.0, 500080.0 ], [ 102868.0, 499928.0 ], [ 103029.0, 499803.0 ], [ 103353.0, 499573.0 ], [ 103507.0, 499479.0 ], [ 103635.0, 499393.0 ], [ 103819.0, 499286.0 ], [ 103951.0, 499189.0 ], [ 104058.0, 499115.0 ], [ 104149.0, 499060.0 ], [ 104220.0, 499057.0 ], [ 104234.0, 499127.0 ], [ 104108.0, 499249.0 ], [ 103910.0, 499353.0 ], [ 103729.0, 499510.0 ], [ 103612.0, 499681.0 ], [ 103551.0, 499858.0 ], [ 103525.0, 499971.0 ], [ 103475.0, 500140.0 ], [ 103384.0, 500302.0 ], [ 103310.0, 500401.0 ], [ 103237.0, 500441.0 ], [ 103172.0, 500372.0 ], [ 103098.0, 500330.0 ], [ 102972.0, 500326.0 ], [ 102887.0, 500374.0 ], [ 102831.0, 500432.0 ], [ 102760.0, 500429.0 ], [ 102700.0, 500386.0 ], [ 102617.0, 500433.0 ], [ 102561.0, 500541.0 ], [ 102451.0, 500530.0 ], [ 102385.0, 500453.0 ], [ 102310.0, 500442.0 ], [ 102233.0, 500456.0 ], [ 102172.0, 500503.0 ], [ 102151.0, 500478.0 ], [ 102153.0, 500380.0 ], [ 102162.0, 500313.0 ] ], [ [ 102162.0, 500313.0 ], [ 102181.0, 500296.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102925.0, 500098.0 ], [ 102928.0, 500062.0 ] ], [ [ 102928.0, 500062.0 ], [ 102932.0, 500042.0 ], [ 103039.0, 499951.0 ], [ 103174.0, 499875.0 ], [ 103269.0, 499787.0 ], [ 103341.0, 499692.0 ], [ 103415.0, 499624.0 ], [ 103502.0, 499580.0 ], [ 103563.0, 499574.0 ], [ 103555.0, 499657.0 ], [ 103502.0, 499767.0 ], [ 103345.0, 500037.0 ], [ 103228.0, 500125.0 ], [ 103063.0, 500176.0 ], [ 102970.0, 500164.0 ], [ 102922.0, 500134.0 ], [ 102925.0, 500098.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 45.0, "value": 45.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102438.0, 500223.0 ], [ 102458.0, 500212.0 ], [ 102592.0, 500215.0 ], [ 102705.0, 500204.0 ], [ 102819.0, 500106.0 ], [ 102954.0, 499946.0 ], [ 103118.0, 499805.0 ], [ 103268.0, 499667.0 ], [ 103355.0, 499592.0 ], [ 103445.0, 499540.0 ], [ 103537.0, 499498.0 ], [ 103602.0, 499509.0 ], [ 103615.0, 499587.0 ], [ 103570.0, 499694.0 ], [ 103510.0, 499849.0 ], [ 103436.0, 500015.0 ], [ 103345.0, 500164.0 ], [ 103225.0, 500257.0 ], [ 103083.0, 500266.0 ], [ 102910.0, 500271.0 ], [ 102777.0, 500271.0 ], [ 102643.0, 500335.0 ], [ 102538.0, 500338.0 ], [ 102464.0, 500307.0 ], [ 102436.0, 500277.0 ], [ 102438.0, 500223.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 97914.0, 499317.0 ], [ 98167.0, 499516.0 ], [ 98472.0, 499777.0 ], [ 98871.0, 499936.0 ], [ 99466.0, 500053.0 ], [ 99844.0, 500117.0 ], [ 100191.0, 500112.0 ], [ 100436.0, 500055.0 ], [ 100643.0, 499876.0 ], [ 100792.0, 499592.0 ], [ 100943.0, 499314.0 ], [ 101092.0, 499168.0 ], [ 101266.0, 499083.0 ], [ 101468.0, 499083.0 ], [ 101644.0, 499131.0 ], [ 101758.0, 499226.0 ], [ 101875.0, 499355.0 ], [ 102021.0, 499478.0 ], [ 102194.0, 499581.0 ], [ 102430.0, 499633.0 ], [ 102668.0, 499626.0 ], [ 102796.0, 499606.0 ], [ 102984.0, 499586.0 ], [ 103151.0, 499528.0 ], [ 103302.0, 499371.0 ], [ 103653.0, 499135.0 ], [ 103804.0, 499019.0 ], [ 104019.0, 498905.0 ], [ 104178.0, 498843.0 ], [ 104335.0, 498823.0 ], [ 104451.0, 498853.0 ], [ 104471.0, 498979.0 ], [ 104384.0, 499230.0 ], [ 104287.0, 499387.0 ], [ 104132.0, 499461.0 ], [ 104002.0, 499500.0 ], [ 103846.0, 499601.0 ], [ 103748.0, 499738.0 ], [ 103673.0, 499947.0 ], [ 103660.0, 500069.0 ], [ 103584.0, 500349.0 ], [ 103511.0, 500540.0 ], [ 103402.0, 500701.0 ], [ 103232.0, 500805.0 ], [ 103074.0, 500817.0 ], [ 102899.0, 500786.0 ], [ 102819.0, 500735.0 ], [ 102780.0, 500671.0 ], [ 102749.0, 500693.0 ], [ 102725.0, 500824.0 ], [ 102674.0, 500845.0 ], [ 102588.0, 500824.0 ], [ 102527.0, 500765.0 ], [ 102476.0, 500655.0 ], [ 102426.0, 500597.0 ], [ 102371.0, 500553.0 ], [ 102298.0, 500588.0 ], [ 102259.0, 500720.0 ], [ 102221.0, 500819.0 ], [ 102147.0, 500942.0 ], [ 102081.0, 501027.0 ], [ 102023.0, 501143.0 ], [ 101900.0, 501296.0 ], [ 101794.0, 501434.0 ], [ 101670.0, 501533.0 ], [ 101500.0, 501698.0 ], [ 101399.0, 501856.0 ], [ 101382.0, 501975.0 ], [ 101403.0, 502202.0 ], [ 101475.0, 502401.0 ], [ 101508.0, 502466.0 ], [ 101592.0, 502547.0 ], [ 101713.0, 502641.0 ], [ 101867.0, 502693.0 ], [ 102025.0, 502689.0 ], [ 102204.0, 502661.0 ], [ 102365.0, 502627.0 ], [ 102513.0, 502612.0 ], [ 102674.0, 502613.0 ], [ 102812.0, 502670.0 ], [ 102891.0, 502759.0 ], [ 102918.0, 502881.0 ], [ 102905.0, 502975.0 ], [ 102838.0, 503051.0 ], [ 102722.0, 503076.0 ], [ 102597.0, 503079.0 ], [ 102466.0, 503156.0 ], [ 102293.0, 503222.0 ], [ 102058.0, 503242.0 ], [ 101931.0, 503210.0 ], [ 101785.0, 503109.0 ], [ 101548.0, 502996.0 ], [ 101264.0, 502916.0 ], [ 100807.0, 502798.0 ], [ 100519.0, 502714.0 ], [ 100235.0, 502578.0 ], [ 99852.0, 502361.0 ], [ 99476.0, 502217.0 ], [ 99169.0, 502140.0 ], [ 98824.0, 502067.0 ], [ 98354.0, 502098.0 ], [ 97935.0, 502109.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 97909.0, 498583.0 ], [ 98176.0, 498856.0 ], [ 98442.0, 499093.0 ], [ 98763.0, 499298.0 ], [ 99444.0, 499490.0 ], [ 99827.0, 499546.0 ], [ 100202.0, 499520.0 ], [ 100466.0, 499405.0 ], [ 100712.0, 499244.0 ], [ 100961.0, 499076.0 ], [ 101164.0, 499001.0 ], [ 101433.0, 498979.0 ], [ 101726.0, 499022.0 ], [ 101925.0, 499092.0 ], [ 102159.0, 499257.0 ], [ 102291.0, 499353.0 ], [ 102512.0, 499461.0 ], [ 102805.0, 499501.0 ], [ 102975.0, 499495.0 ], [ 103087.0, 499485.0 ], [ 103216.0, 499385.0 ], [ 103368.0, 499249.0 ], [ 103609.0, 499048.0 ], [ 103804.0, 498932.0 ], [ 103976.0, 498835.0 ], [ 104137.0, 498748.0 ], [ 104252.0, 498693.0 ], [ 104345.0, 498670.0 ], [ 104457.0, 498650.0 ], [ 104569.0, 498681.0 ], [ 104629.0, 498762.0 ], [ 104641.0, 498954.0 ], [ 104594.0, 499193.0 ], [ 104519.0, 499416.0 ], [ 104421.0, 499542.0 ], [ 104240.0, 499570.0 ], [ 104094.0, 499577.0 ], [ 103953.0, 499599.0 ], [ 103838.0, 499659.0 ], [ 103767.0, 499757.0 ], [ 103708.0, 499922.0 ], [ 103680.0, 500054.0 ], [ 103638.0, 500284.0 ], [ 103572.0, 500526.0 ], [ 103492.0, 500712.0 ], [ 103384.0, 500839.0 ], [ 103265.0, 500911.0 ], [ 103126.0, 500933.0 ], [ 102977.0, 500934.0 ], [ 102789.0, 500940.0 ], [ 102636.0, 500912.0 ], [ 102548.0, 500832.0 ], [ 102425.0, 500610.0 ], [ 102374.0, 500561.0 ], [ 102326.0, 500583.0 ], [ 102304.0, 500641.0 ], [ 102290.0, 500756.0 ], [ 102256.0, 500910.0 ], [ 102154.0, 501147.0 ], [ 102047.0, 501316.0 ], [ 101951.0, 501481.0 ], [ 101891.0, 501687.0 ], [ 101810.0, 501944.0 ], [ 101740.0, 502120.0 ], [ 101749.0, 502299.0 ], [ 101862.0, 502449.0 ], [ 102036.0, 502520.0 ], [ 102521.0, 502566.0 ], [ 102644.0, 502560.0 ], [ 102884.0, 502621.0 ], [ 102984.0, 502760.0 ], [ 103013.0, 502881.0 ], [ 103002.0, 503054.0 ], [ 102902.0, 503222.0 ], [ 102753.0, 503351.0 ], [ 102572.0, 503443.0 ], [ 102297.0, 503470.0 ], [ 102121.0, 503467.0 ], [ 101849.0, 503379.0 ], [ 101620.0, 503213.0 ], [ 101491.0, 503099.0 ], [ 101234.0, 503043.0 ], [ 100977.0, 502955.0 ], [ 100751.0, 502901.0 ], [ 100375.0, 502823.0 ], [ 99974.0, 502776.0 ], [ 99493.0, 502712.0 ], [ 99088.0, 502622.0 ], [ 98790.0, 502487.0 ], [ 98458.0, 502485.0 ], [ 97937.0, 502385.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 97895.0, 496770.0 ], [ 98174.0, 497110.0 ], [ 98409.0, 497430.0 ], [ 98612.0, 497752.0 ], [ 98999.0, 498112.0 ], [ 99438.0, 498419.0 ], [ 99809.0, 498640.0 ], [ 100123.0, 498746.0 ], [ 100403.0, 498786.0 ], [ 100772.0, 498782.0 ], [ 101175.0, 498804.0 ], [ 101528.0, 498857.0 ], [ 101892.0, 498957.0 ], [ 102122.0, 499082.0 ], [ 102403.0, 499230.0 ], [ 102763.0, 499319.0 ], [ 103074.0, 499280.0 ], [ 103309.0, 499131.0 ], [ 103607.0, 498913.0 ], [ 103867.0, 498762.0 ], [ 104110.0, 498660.0 ], [ 104318.0, 498584.0 ], [ 104460.0, 498519.0 ], [ 104574.0, 498480.0 ], [ 104653.0, 498490.0 ], [ 104775.0, 498574.0 ], [ 104775.0, 498708.0 ], [ 104712.0, 498946.0 ], [ 104683.0, 499181.0 ], [ 104665.0, 499363.0 ], [ 104597.0, 499490.0 ], [ 104492.0, 499604.0 ], [ 104361.0, 499697.0 ], [ 104178.0, 499729.0 ], [ 104096.0, 499689.0 ], [ 103977.0, 499675.0 ], [ 103873.0, 499732.0 ], [ 103825.0, 499809.0 ], [ 103761.0, 499935.0 ], [ 103717.0, 500046.0 ], [ 103657.0, 500455.0 ], [ 103612.0, 500653.0 ], [ 103564.0, 500819.0 ], [ 103465.0, 500951.0 ], [ 103323.0, 501076.0 ], [ 103194.0, 501131.0 ], [ 103022.0, 501151.0 ], [ 102884.0, 501138.0 ], [ 102703.0, 501093.0 ], [ 102647.0, 501064.0 ], [ 102553.0, 500962.0 ], [ 102504.0, 500797.0 ], [ 102452.0, 500678.0 ], [ 102403.0, 500592.0 ], [ 102374.0, 500566.0 ], [ 102332.0, 500587.0 ], [ 102303.0, 500714.0 ], [ 102296.0, 500865.0 ], [ 102175.0, 501706.0 ], [ 102151.0, 501904.0 ], [ 102187.0, 502047.0 ], [ 102306.0, 502202.0 ], [ 102473.0, 502345.0 ], [ 102658.0, 502426.0 ], [ 102843.0, 502456.0 ], [ 103037.0, 502535.0 ], [ 103189.0, 502806.0 ], [ 103178.0, 503066.0 ], [ 103059.0, 503268.0 ], [ 102882.0, 503477.0 ], [ 102661.0, 503605.0 ], [ 102409.0, 503681.0 ], [ 102130.0, 503653.0 ], [ 101843.0, 503582.0 ], [ 101621.0, 503441.0 ], [ 101437.0, 503330.0 ], [ 101189.0, 503265.0 ], [ 100940.0, 503209.0 ], [ 100434.0, 503091.0 ], [ 99882.0, 502935.0 ], [ 99480.0, 502838.0 ], [ 98766.0, 502725.0 ], [ 98315.0, 502695.0 ], [ 97940.0, 502707.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100575.0, 496407.0 ], [ 100609.0, 496994.0 ], [ 100663.0, 497495.0 ], [ 100807.0, 498053.0 ], [ 101026.0, 498445.0 ], [ 101354.0, 498631.0 ], [ 101751.0, 498777.0 ], [ 102243.0, 498868.0 ], [ 102660.0, 498814.0 ], [ 103008.0, 498719.0 ], [ 103384.0, 498680.0 ], [ 103783.0, 498578.0 ], [ 104097.0, 498443.0 ], [ 104359.0, 498282.0 ], [ 104552.0, 498191.0 ], [ 104689.0, 498133.0 ], [ 104823.0, 498097.0 ], [ 104939.0, 497973.0 ], [ 104998.0, 497870.0 ], [ 105053.0, 497831.0 ], [ 105123.0, 497877.0 ], [ 105114.0, 498020.0 ], [ 105050.0, 498244.0 ], [ 104959.0, 498574.0 ], [ 104866.0, 498788.0 ], [ 104810.0, 499019.0 ], [ 104783.0, 499406.0 ], [ 104808.0, 499756.0 ], [ 104783.0, 499972.0 ], [ 104695.0, 500100.0 ], [ 104594.0, 500134.0 ], [ 104420.0, 500114.0 ], [ 104303.0, 500004.0 ], [ 104194.0, 499829.0 ], [ 104070.0, 499748.0 ], [ 103943.0, 499784.0 ], [ 103853.0, 499853.0 ], [ 103773.0, 499973.0 ], [ 103761.0, 500129.0 ], [ 103757.0, 500299.0 ], [ 103726.0, 500528.0 ], [ 103684.0, 500686.0 ], [ 103702.0, 500858.0 ], [ 103773.0, 501088.0 ], [ 103934.0, 501319.0 ], [ 104084.0, 501517.0 ], [ 104151.0, 501811.0 ], [ 104149.0, 502139.0 ], [ 103966.0, 502452.0 ], [ 103720.0, 502764.0 ], [ 103474.0, 502950.0 ], [ 103370.0, 503070.0 ], [ 103237.0, 503284.0 ], [ 103095.0, 503568.0 ], [ 102900.0, 503761.0 ], [ 102664.0, 503954.0 ], [ 102395.0, 504157.0 ], [ 102199.0, 504260.0 ], [ 102042.0, 504296.0 ], [ 101874.0, 504405.0 ], [ 101811.0, 504534.0 ], [ 101821.0, 504693.0 ], [ 101881.0, 504893.0 ], [ 102003.0, 505062.0 ], [ 102183.0, 505261.0 ], [ 102383.0, 505430.0 ], [ 102535.0, 505519.0 ], [ 102674.0, 505539.0 ], [ 102851.0, 505471.0 ], [ 103007.0, 505354.0 ], [ 103194.0, 505246.0 ], [ 103271.0, 505256.0 ], [ 103299.0, 505332.0 ], [ 103219.0, 505497.0 ], [ 103174.0, 505539.0 ], [ 103135.0, 505595.0 ], [ 103117.0, 505643.0 ], [ 103124.0, 505713.0 ], [ 103175.0, 505756.0 ], [ 103233.0, 505718.0 ], [ 103280.0, 505629.0 ], [ 103324.0, 505570.0 ], [ 103381.0, 505552.0 ], [ 103444.0, 505519.0 ], [ 103594.0, 505460.0 ], [ 103684.0, 505467.0 ], [ 103720.0, 505550.0 ], [ 103702.0, 505636.0 ], [ 103597.0, 505715.0 ], [ 103497.0, 505756.0 ], [ 103349.0, 505809.0 ], [ 103285.0, 505892.0 ], [ 103223.0, 505951.0 ], [ 103166.0, 505925.0 ], [ 103052.0, 505892.0 ], [ 102899.0, 505935.0 ], [ 102755.0, 506064.0 ], [ 102682.0, 506210.0 ], [ 102701.0, 506382.0 ], [ 102796.0, 506598.0 ], [ 103014.0, 506801.0 ], [ 103221.0, 506944.0 ], [ 103412.0, 507007.0 ], [ 103549.0, 507043.0 ], [ 103659.0, 507109.0 ], [ 103660.0, 507348.0 ], [ 103604.0, 507575.0 ], [ 103479.0, 507761.0 ], [ 103316.0, 507884.0 ], [ 103144.0, 507976.0 ], [ 102979.0, 507988.0 ], [ 102818.0, 507981.0 ], [ 102693.0, 507856.0 ], [ 102611.0, 507580.0 ], [ 102583.0, 507384.0 ], [ 102572.0, 507149.0 ], [ 102511.0, 506978.0 ], [ 102392.0, 506822.0 ], [ 102203.0, 506691.0 ], [ 101964.0, 506628.0 ], [ 101486.0, 506571.0 ], [ 101034.0, 506564.0 ], [ 100603.0, 506496.0 ], [ 100234.0, 506404.0 ], [ 99882.0, 506409.0 ], [ 99547.0, 506385.0 ], [ 99096.0, 506284.0 ], [ 98588.0, 506159.0 ], [ 97965.0, 506063.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105747.0, 496363.0 ], [ 105771.0, 496701.0 ], [ 105746.0, 497053.0 ], [ 105696.0, 497371.0 ], [ 105596.0, 497642.0 ], [ 105457.0, 497899.0 ], [ 105337.0, 498159.0 ], [ 105262.0, 498360.0 ], [ 105175.0, 498695.0 ], [ 105126.0, 498913.0 ], [ 105070.0, 499134.0 ], [ 105048.0, 499492.0 ], [ 105061.0, 499762.0 ], [ 104999.0, 499996.0 ], [ 104933.0, 500188.0 ], [ 104846.0, 500320.0 ], [ 104739.0, 500387.0 ], [ 104632.0, 500428.0 ], [ 104483.0, 500421.0 ], [ 104411.0, 500389.0 ], [ 104359.0, 500317.0 ], [ 104310.0, 500237.0 ], [ 104196.0, 500185.0 ], [ 104085.0, 500180.0 ], [ 104010.0, 500241.0 ], [ 103948.0, 500350.0 ] ], [ [ 101950.0, 496395.0 ], [ 101848.0, 496881.0 ], [ 101718.0, 497288.0 ], [ 101524.0, 497814.0 ], [ 101483.0, 498220.0 ], [ 101551.0, 498484.0 ], [ 101700.0, 498613.0 ], [ 101957.0, 498696.0 ], [ 102285.0, 498704.0 ], [ 102597.0, 498692.0 ], [ 103056.0, 498634.0 ], [ 103425.0, 498529.0 ], [ 104239.0, 498185.0 ], [ 104553.0, 498026.0 ], [ 104724.0, 497908.0 ], [ 104857.0, 497738.0 ], [ 104862.0, 497521.0 ], [ 104898.0, 497269.0 ], [ 104995.0, 497174.0 ], [ 105125.0, 497128.0 ], [ 105229.0, 497181.0 ], [ 105285.0, 497284.0 ], [ 105286.0, 497451.0 ], [ 105326.0, 497552.0 ], [ 105421.0, 497641.0 ], [ 105425.0, 497781.0 ], [ 105353.0, 497921.0 ], [ 105220.0, 498152.0 ], [ 105161.0, 498314.0 ], [ 105065.0, 498566.0 ], [ 104991.0, 498861.0 ], [ 104947.0, 499251.0 ], [ 104916.0, 499562.0 ], [ 104917.0, 499898.0 ], [ 104881.0, 500091.0 ], [ 104754.0, 500247.0 ], [ 104633.0, 500285.0 ], [ 104467.0, 500273.0 ], [ 104342.0, 500201.0 ], [ 104211.0, 500074.0 ], [ 104087.0, 499925.0 ], [ 103989.0, 499875.0 ], [ 103921.0, 499895.0 ], [ 103869.0, 500009.0 ], [ 103871.0, 500140.0 ], [ 103948.0, 500350.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102372.0, 496392.0 ], [ 102438.0, 496855.0 ], [ 102348.0, 497138.0 ], [ 102265.0, 497341.0 ], [ 102301.0, 497611.0 ], [ 102577.0, 497868.0 ], [ 102848.0, 497911.0 ], [ 103120.0, 497925.0 ], [ 103286.0, 497691.0 ], [ 103391.0, 497395.0 ], [ 103327.0, 497126.0 ], [ 103272.0, 496832.0 ], [ 103169.0, 496385.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values_edited.geojson new file mode 100644 index 0000000..052b23a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS22/DS22_union_with_values_edited.geojson @@ -0,0 +1,42 @@ +{ +"type": "FeatureCollection", +"name": "DS22_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109631.0, 509977.0 ], [ 109267.0, 510009.0 ], [ 108982.0, 510032.0 ], [ 108736.0, 510112.0 ], [ 108582.0, 510224.0 ], [ 108524.0, 510380.0 ], [ 108542.0, 510512.0 ], [ 108640.0, 510615.0 ], [ 108774.0, 510644.0 ], [ 108947.0, 510533.0 ], [ 109074.0, 510465.0 ], [ 109203.0, 510419.0 ], [ 109327.0, 510391.0 ], [ 109415.0, 510406.0 ], [ 109632.0, 510471.0 ] ], [ [ 109631.0, 509805.0 ], [ 109359.0, 509815.0 ], [ 108910.0, 509911.0 ], [ 108726.0, 509965.0 ], [ 108588.0, 510049.0 ], [ 108472.0, 510152.0 ], [ 108404.0, 510292.0 ], [ 108373.0, 510456.0 ], [ 108426.0, 510614.0 ], [ 108602.0, 510746.0 ], [ 108834.0, 510777.0 ], [ 109013.0, 510730.0 ], [ 109269.0, 510644.0 ], [ 109416.0, 510624.0 ], [ 109632.0, 510471.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105800.0, 510276.0 ], [ 105853.0, 510120.0 ], [ 105844.0, 509967.0 ], [ 105691.0, 509663.0 ], [ 105496.0, 509641.0 ], [ 105301.0, 509726.0 ], [ 105144.0, 510006.0 ], [ 105031.0, 510214.0 ], [ 104768.0, 510362.0 ], [ 104523.0, 510374.0 ], [ 104269.0, 510264.0 ], [ 104135.0, 509980.0 ], [ 104275.0, 509520.0 ], [ 104304.0, 509373.0 ], [ 104274.0, 509273.0 ], [ 104190.0, 509247.0 ], [ 104117.0, 509271.0 ], [ 104069.0, 509407.0 ], [ 104037.0, 509530.0 ], [ 103878.0, 509750.0 ], [ 103701.0, 509933.0 ], [ 103625.0, 510023.0 ], [ 103623.0, 510168.0 ], [ 103710.0, 510336.0 ], [ 103861.0, 510447.0 ], [ 104058.0, 510587.0 ], [ 104298.0, 510690.0 ], [ 104532.0, 510684.0 ], [ 104771.0, 510643.0 ], [ 105062.0, 510557.0 ], [ 105315.0, 510587.0 ], [ 105506.0, 510643.0 ], [ 105681.0, 510730.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105658.0, 509200.0 ], [ 105762.0, 509182.0 ], [ 105878.0, 509206.0 ], [ 106011.0, 509324.0 ], [ 106139.0, 509647.0 ], [ 106262.0, 510041.0 ], [ 106349.0, 510269.0 ], [ 106433.0, 510526.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104800.0, 508848.0 ], [ 104847.0, 509062.0 ], [ 104833.0, 509264.0 ], [ 104752.0, 509515.0 ], [ 104662.0, 509766.0 ], [ 104626.0, 509887.0 ], [ 104640.0, 509959.0 ], [ 104685.0, 509989.0 ], [ 104786.0, 509944.0 ], [ 104923.0, 509722.0 ], [ 105083.0, 509417.0 ], [ 105138.0, 509326.0 ], [ 105301.0, 509277.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106179.0, 510447.0 ], [ 106113.0, 510170.0 ], [ 106030.0, 509885.0 ], [ 105830.0, 509568.0 ], [ 105592.0, 509474.0 ], [ 105350.0, 509517.0 ], [ 105172.0, 509640.0 ], [ 105026.0, 509898.0 ], [ 104922.0, 510050.0 ], [ 104794.0, 510161.0 ], [ 104624.0, 510171.0 ], [ 104472.0, 510120.0 ], [ 104402.0, 509819.0 ], [ 104530.0, 509603.0 ], [ 104632.0, 509364.0 ], [ 104658.0, 509174.0 ], [ 104614.0, 508973.0 ], [ 104453.0, 508863.0 ], [ 104261.0, 508792.0 ], [ 104090.0, 508780.0 ], [ 103994.0, 508825.0 ], [ 103939.0, 508992.0 ], [ 103904.0, 509276.0 ], [ 103798.0, 509512.0 ], [ 103608.0, 509734.0 ], [ 103403.0, 509864.0 ], [ 103244.0, 509909.0 ], [ 103079.0, 510020.0 ], [ 103037.0, 510233.0 ], [ 103187.0, 510532.0 ], [ 103369.0, 510792.0 ], [ 103584.0, 511015.0 ], [ 103821.0, 511202.0 ], [ 104037.0, 511341.0 ], [ 104215.0, 511380.0 ], [ 104395.0, 511341.0 ], [ 104581.0, 511361.0 ], [ 104794.0, 511401.0 ], [ 104886.0, 511452.0 ], [ 104983.0, 511574.0 ], [ 105086.0, 511797.0 ], [ 105157.0, 511966.0 ], [ 105235.0, 512128.0 ], [ 105349.0, 512296.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104478.0, 508524.0 ], [ 104304.0, 508531.0 ], [ 104061.0, 508535.0 ], [ 103833.0, 508587.0 ], [ 103671.0, 508710.0 ], [ 103631.0, 508922.0 ], [ 103637.0, 509147.0 ], [ 103617.0, 509341.0 ], [ 103507.0, 509671.0 ], [ 103312.0, 509801.0 ], [ 103127.0, 509867.0 ], [ 102964.0, 510035.0 ], [ 102926.0, 510248.0 ], [ 102943.0, 510545.0 ], [ 102967.0, 510812.0 ], [ 103032.0, 511080.0 ], [ 103181.0, 511405.0 ], [ 103489.0, 511529.0 ], [ 103690.0, 511603.0 ], [ 103882.0, 511631.0 ], [ 104077.0, 511617.0 ], [ 104252.0, 511576.0 ], [ 104442.0, 511582.0 ], [ 104598.0, 511601.0 ], [ 104734.0, 511679.0 ], [ 104963.0, 511852.0 ], [ 105073.0, 512055.0 ], [ 105144.0, 512235.0 ], [ 105208.0, 512328.0 ], [ 105355.0, 512501.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105490.0, 506414.0 ], [ 105593.0, 506459.0 ] ], [ [ 105490.0, 506414.0 ], [ 105470.0, 506541.0 ], [ 105439.0, 506657.0 ], [ 105409.0, 506733.0 ], [ 105346.0, 506839.0 ], [ 105257.0, 506902.0 ], [ 105148.0, 506928.0 ], [ 105087.0, 506991.0 ], [ 104998.0, 506970.0 ], [ 104968.0, 506871.0 ], [ 105014.0, 506731.0 ], [ 105075.0, 506532.0 ], [ 105097.0, 506453.0 ] ], [ [ 105501.0, 506379.0 ], [ 105490.0, 506414.0 ] ], [ [ 105593.0, 506459.0 ], [ 105574.0, 506429.0 ], [ 105570.0, 506413.0 ], [ 105666.0, 506393.0 ], [ 105690.0, 506375.0 ] ], [ [ 105690.0, 506375.0 ], [ 105501.0, 506379.0 ] ], [ [ 105097.0, 506453.0 ], [ 105185.0, 506278.0 ], [ 105231.0, 506225.0 ], [ 105311.0, 506152.0 ], [ 105391.0, 506122.0 ], [ 105505.0, 506106.0 ], [ 105634.0, 506119.0 ], [ 105703.0, 506149.0 ], [ 105736.0, 506190.0 ], [ 105720.0, 506249.0 ], [ 105631.0, 506266.0 ], [ 105539.0, 506319.0 ], [ 105504.0, 506366.0 ], [ 105501.0, 506379.0 ] ], [ [ 105593.0, 506459.0 ], [ 105612.0, 506467.0 ], [ 105705.0, 506516.0 ], [ 105911.0, 506586.0 ], [ 105982.0, 506674.0 ], [ 106068.0, 506820.0 ], [ 106102.0, 507001.0 ], [ 106003.0, 507132.0 ], [ 105822.0, 507286.0 ], [ 105721.0, 507511.0 ], [ 105697.0, 507627.0 ], [ 105563.0, 507661.0 ], [ 105278.0, 507530.0 ], [ 105087.0, 507460.0 ], [ 104847.0, 507314.0 ], [ 104722.0, 507177.0 ], [ 104667.0, 507054.0 ], [ 104661.0, 506885.0 ], [ 104714.0, 506753.0 ], [ 104867.0, 506640.0 ], [ 105027.0, 506480.0 ], [ 105077.0, 506355.0 ], [ 105175.0, 506166.0 ], [ 105293.0, 506072.0 ], [ 105449.0, 506023.0 ], [ 105729.0, 506057.0 ], [ 105793.0, 506100.0 ], [ 105854.0, 506177.0 ], [ 105906.0, 506259.0 ], [ 105844.0, 506360.0 ], [ 105690.0, 506375.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105346.0, 506401.0 ], [ 105344.0, 506328.0 ], [ 105395.0, 506273.0 ], [ 105454.0, 506252.0 ], [ 105471.0, 506300.0 ], [ 105464.0, 506379.0 ], [ 105450.0, 506447.0 ], [ 105391.0, 506509.0 ], [ 105349.0, 506457.0 ], [ 105346.0, 506401.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103607.0, 506725.0 ], [ 103694.0, 506798.0 ], [ 103803.0, 506903.0 ], [ 103846.0, 507011.0 ], [ 103883.0, 507190.0 ], [ 104017.0, 507384.0 ], [ 104233.0, 507591.0 ], [ 104314.0, 507800.0 ], [ 104323.0, 507982.0 ], [ 104251.0, 508083.0 ], [ 104130.0, 508065.0 ], [ 103908.0, 507946.0 ], [ 103681.0, 507869.0 ], [ 103473.0, 507925.0 ], [ 103347.0, 508053.0 ], [ 103180.0, 508190.0 ], [ 103005.0, 508268.0 ], [ 102736.0, 508216.0 ], [ 102563.0, 508043.0 ], [ 102540.0, 507971.0 ], [ 102535.0, 507825.0 ], [ 102546.0, 507565.0 ], [ 102530.0, 507340.0 ], [ 102481.0, 507102.0 ], [ 102390.0, 506942.0 ], [ 102150.0, 506841.0 ], [ 101819.0, 506741.0 ], [ 101372.0, 506685.0 ], [ 100979.0, 506696.0 ], [ 100546.0, 506669.0 ], [ 100194.0, 506608.0 ], [ 99686.0, 506523.0 ], [ 99179.0, 506429.0 ], [ 98745.0, 506354.0 ], [ 98193.0, 506249.0 ], [ 97966.0, 506229.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105205.0, 506353.0 ], [ 105253.0, 506258.0 ], [ 105296.0, 506212.0 ], [ 105350.0, 506177.0 ], [ 105421.0, 506149.0 ], [ 105498.0, 506125.0 ], [ 105576.0, 506125.0 ], [ 105615.0, 506143.0 ], [ 105617.0, 506183.0 ], [ 105566.0, 506232.0 ], [ 105511.0, 506291.0 ], [ 105482.0, 506374.0 ], [ 105451.0, 506451.0 ], [ 105414.0, 506526.0 ], [ 105354.0, 506580.0 ], [ 105309.0, 506684.0 ], [ 105292.0, 506751.0 ], [ 105212.0, 506774.0 ], [ 105171.0, 506721.0 ], [ 105173.0, 506601.0 ], [ 105187.0, 506490.0 ], [ 105188.0, 506410.0 ], [ 105205.0, 506353.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109632.0, 510835.0 ], [ 109390.0, 510871.0 ], [ 109098.0, 510861.0 ], [ 108842.0, 510940.0 ], [ 108644.0, 511059.0 ], [ 108422.0, 511077.0 ], [ 108293.0, 510934.0 ], [ 108237.0, 510675.0 ], [ 108251.0, 510304.0 ], [ 108291.0, 509999.0 ], [ 108380.0, 509687.0 ], [ 108542.0, 509448.0 ], [ 108747.0, 509106.0 ], [ 108964.0, 508775.0 ], [ 109141.0, 508531.0 ], [ 109268.0, 508251.0 ], [ 109312.0, 508012.0 ], [ 109424.0, 507621.0 ], [ 109535.0, 507226.0 ], [ 109564.0, 506853.0 ], [ 109534.0, 506505.0 ], [ 109344.0, 506127.0 ], [ 109123.0, 505831.0 ], [ 108939.0, 505728.0 ], [ 108721.0, 505745.0 ], [ 108516.0, 505835.0 ], [ 108256.0, 505851.0 ], [ 107979.0, 505963.0 ], [ 107793.0, 506176.0 ], [ 107625.0, 506453.0 ], [ 107438.0, 506777.0 ], [ 107320.0, 506803.0 ], [ 107106.0, 506841.0 ], [ 106916.0, 506934.0 ], [ 106750.0, 507085.0 ], [ 106465.0, 507279.0 ], [ 106258.0, 507315.0 ], [ 106020.0, 507404.0 ], [ 105964.0, 507428.0 ], [ 105829.0, 507548.0 ], [ 105779.0, 507701.0 ], [ 105711.0, 507891.0 ], [ 105556.0, 508061.0 ], [ 105389.0, 508109.0 ], [ 105215.0, 508055.0 ], [ 105061.0, 507968.0 ], [ 104868.0, 507947.0 ], [ 104738.0, 507785.0 ], [ 104686.0, 507658.0 ], [ 104601.0, 507377.0 ], [ 104500.0, 507165.0 ], [ 104492.0, 506959.0 ], [ 104546.0, 506759.0 ], [ 104509.0, 506583.0 ], [ 104476.0, 506476.0 ], [ 104515.0, 506356.0 ], [ 104676.0, 506205.0 ], [ 104781.0, 506088.0 ], [ 104855.0, 505934.0 ], [ 104859.0, 505685.0 ], [ 104783.0, 505530.0 ], [ 104668.0, 505463.0 ], [ 104470.0, 505532.0 ], [ 104298.0, 505691.0 ], [ 104149.0, 505803.0 ], [ 103974.0, 505902.0 ], [ 103770.0, 505977.0 ], [ 103561.0, 505913.0 ], [ 103454.0, 505897.0 ], [ 103314.0, 505978.0 ], [ 103148.0, 506124.0 ], [ 103100.0, 506222.0 ], [ 103151.0, 506385.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100521.0, 505630.0 ], [ 100364.0, 505713.0 ], [ 99752.0, 505724.0 ], [ 99619.0, 505662.0 ], [ 99769.0, 505502.0 ], [ 100113.0, 505413.0 ], [ 100468.0, 505389.0 ], [ 100857.0, 505309.0 ], [ 101168.0, 505287.0 ], [ 101471.0, 505429.0 ], [ 101612.0, 505569.0 ], [ 101649.0, 505758.0 ], [ 101605.0, 505866.0 ], [ 101378.0, 505792.0 ], [ 101078.0, 505623.0 ], [ 100763.0, 505610.0 ], [ 100521.0, 505630.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98142.0, 504936.0 ], [ 97957.0, 505040.0 ] ], [ [ 97942.0, 502994.0 ], [ 98842.0, 503091.0 ], [ 99253.0, 503162.0 ], [ 99765.0, 503253.0 ], [ 100268.0, 503352.0 ], [ 100641.0, 503454.0 ], [ 101016.0, 503599.0 ], [ 101264.0, 503719.0 ], [ 101406.0, 503822.0 ], [ 101427.0, 504018.0 ], [ 101281.0, 504155.0 ], [ 100929.0, 504276.0 ], [ 100462.0, 504354.0 ], [ 99952.0, 504429.0 ], [ 99467.0, 504438.0 ], [ 98974.0, 504462.0 ], [ 98363.0, 504529.0 ], [ 97954.0, 504650.0 ] ], [ [ 97942.0, 502994.0 ], [ 98235.0, 502920.0 ], [ 99266.0, 502987.0 ], [ 99731.0, 503042.0 ], [ 100191.0, 503162.0 ], [ 100687.0, 503266.0 ], [ 101037.0, 503372.0 ], [ 101370.0, 503545.0 ], [ 101543.0, 503746.0 ], [ 101591.0, 504008.0 ], [ 101371.0, 504269.0 ], [ 101080.0, 504415.0 ], [ 100675.0, 504538.0 ], [ 100144.0, 504613.0 ], [ 99585.0, 504654.0 ], [ 99061.0, 504724.0 ], [ 98738.0, 504758.0 ], [ 98303.0, 504852.0 ], [ 98142.0, 504936.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 20.0, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99843.0, 505202.0 ], [ 100064.0, 505199.0 ], [ 100407.0, 505169.0 ], [ 100806.0, 505070.0 ], [ 101057.0, 505004.0 ], [ 101293.0, 504929.0 ], [ 101472.0, 504894.0 ], [ 101626.0, 504979.0 ], [ 101781.0, 505168.0 ], [ 101859.0, 505259.0 ], [ 101976.0, 505432.0 ], [ 102053.0, 505562.0 ], [ 102138.0, 505689.0 ], [ 102170.0, 505804.0 ], [ 102132.0, 505918.0 ], [ 102102.0, 506072.0 ], [ 102136.0, 506162.0 ], [ 102245.0, 506303.0 ], [ 102290.0, 506469.0 ], [ 102185.0, 506474.0 ], [ 101993.0, 506336.0 ], [ 101687.0, 506167.0 ], [ 101317.0, 506066.0 ], [ 100927.0, 506032.0 ], [ 100344.0, 506025.0 ], [ 99917.0, 506012.0 ], [ 99671.0, 505946.0 ], [ 99440.0, 505921.0 ], [ 99156.0, 505825.0 ], [ 99073.0, 505664.0 ], [ 99138.0, 505526.0 ], [ 99273.0, 505401.0 ], [ 99470.0, 505286.0 ], [ 99749.0, 505241.0 ], [ 99843.0, 505202.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99391.0, 504972.0 ], [ 99621.0, 504938.0 ], [ 99981.0, 504928.0 ], [ 100405.0, 504869.0 ], [ 100752.0, 504808.0 ], [ 101010.0, 504685.0 ], [ 101218.0, 504579.0 ], [ 101414.0, 504566.0 ], [ 101538.0, 504575.0 ], [ 101652.0, 504632.0 ], [ 101701.0, 504767.0 ], [ 101769.0, 504934.0 ], [ 101857.0, 505061.0 ], [ 101977.0, 505243.0 ], [ 102185.0, 505523.0 ], [ 102363.0, 505734.0 ], [ 102437.0, 505799.0 ], [ 102539.0, 505821.0 ], [ 102634.0, 505806.0 ], [ 102706.0, 505761.0 ], [ 102745.0, 505684.0 ], [ 102774.0, 505640.0 ], [ 102835.0, 505583.0 ], [ 102890.0, 505526.0 ], [ 102932.0, 505502.0 ], [ 102996.0, 505523.0 ], [ 103002.0, 505597.0 ], [ 102968.0, 505767.0 ], [ 102879.0, 505812.0 ], [ 102736.0, 505851.0 ], [ 102564.0, 505929.0 ], [ 102447.0, 505985.0 ], [ 102376.0, 506076.0 ], [ 102359.0, 506209.0 ], [ 102377.0, 506291.0 ], [ 102460.0, 506396.0 ], [ 102600.0, 506582.0 ], [ 102727.0, 506711.0 ], [ 102861.0, 506836.0 ], [ 102975.0, 507000.0 ], [ 102993.0, 507115.0 ], [ 103025.0, 507235.0 ], [ 103093.0, 507328.0 ], [ 103186.0, 507509.0 ], [ 103161.0, 507605.0 ], [ 103141.0, 507721.0 ], [ 103062.0, 507845.0 ], [ 102937.0, 507907.0 ], [ 102777.0, 507823.0 ], [ 102718.0, 507688.0 ], [ 102791.0, 507503.0 ], [ 102785.0, 507381.0 ], [ 102682.0, 507220.0 ], [ 102650.0, 507042.0 ], [ 102601.0, 506894.0 ], [ 102494.0, 506752.0 ], [ 102254.0, 506621.0 ], [ 102075.0, 506546.0 ], [ 101878.0, 506455.0 ], [ 101555.0, 506359.0 ], [ 101239.0, 506298.0 ], [ 101002.0, 506275.0 ], [ 100626.0, 506232.0 ], [ 100274.0, 506227.0 ], [ 99996.0, 506278.0 ], [ 99824.0, 506293.0 ], [ 99537.0, 506243.0 ], [ 99305.0, 506153.0 ], [ 98995.0, 506061.0 ], [ 98739.0, 505969.0 ], [ 98623.0, 505803.0 ], [ 98731.0, 505503.0 ], [ 98792.0, 505317.0 ], [ 99010.0, 505121.0 ], [ 99391.0, 504972.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104452.0, 504883.0 ], [ 104452.0, 504874.0 ], [ 104496.0, 504801.0 ], [ 104544.0, 504678.0 ], [ 104653.0, 504596.0 ], [ 104841.0, 504548.0 ], [ 105004.0, 504544.0 ], [ 105119.0, 504564.0 ], [ 105197.0, 504617.0 ], [ 105217.0, 504724.0 ], [ 105184.0, 504835.0 ], [ 105132.0, 504953.0 ], [ 105017.0, 505074.0 ], [ 104851.0, 505193.0 ], [ 104680.0, 505191.0 ], [ 104536.0, 505122.0 ], [ 104471.0, 505053.0 ], [ 104454.0, 504989.0 ], [ 104452.0, 504883.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104085.0, 504502.0 ], [ 104109.0, 504658.0 ], [ 104103.0, 504790.0 ], [ 104102.0, 504948.0 ], [ 104064.0, 505106.0 ], [ 103918.0, 505157.0 ], [ 103730.0, 505145.0 ], [ 103524.0, 505089.0 ], [ 103322.0, 505003.0 ], [ 103167.0, 504961.0 ], [ 103019.0, 505046.0 ], [ 102870.0, 505259.0 ], [ 102760.0, 505330.0 ], [ 102677.0, 505381.0 ], [ 102511.0, 505403.0 ], [ 102390.0, 505373.0 ], [ 102290.0, 505297.0 ], [ 102100.0, 504961.0 ], [ 102077.0, 504849.0 ], [ 102103.0, 504724.0 ], [ 102172.0, 504627.0 ], [ 102254.0, 504586.0 ], [ 102459.0, 504587.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107151.0, 504608.0 ], [ 107183.0, 504641.0 ], [ 107136.0, 504707.0 ], [ 106991.0, 504760.0 ], [ 106614.0, 504797.0 ], [ 106382.0, 504811.0 ], [ 106219.0, 504858.0 ], [ 105952.0, 504853.0 ], [ 105733.0, 504884.0 ], [ 105475.0, 505019.0 ], [ 105232.0, 505184.0 ], [ 104957.0, 505281.0 ], [ 104723.0, 505280.0 ], [ 104434.0, 505166.0 ], [ 104253.0, 505026.0 ], [ 104237.0, 504885.0 ], [ 104313.0, 504746.0 ], [ 104332.0, 504568.0 ], [ 104361.0, 504412.0 ], [ 104455.0, 504270.0 ], [ 104639.0, 504158.0 ], [ 104940.0, 504151.0 ], [ 105222.0, 504161.0 ], [ 105511.0, 504216.0 ], [ 105897.0, 504283.0 ], [ 106244.0, 504323.0 ], [ 106846.0, 504442.0 ], [ 106982.0, 504506.0 ], [ 107056.0, 504534.0 ], [ 107151.0, 504608.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 30.0, "value": 30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101938.0, 503013.0 ], [ 101950.0, 503001.0 ] ], [ [ 101950.0, 503001.0 ], [ 101990.0, 502959.0 ], [ 102116.0, 502905.0 ], [ 102245.0, 502823.0 ], [ 102388.0, 502736.0 ], [ 102549.0, 502669.0 ], [ 102672.0, 502671.0 ], [ 102774.0, 502700.0 ], [ 102843.0, 502756.0 ], [ 102872.0, 502852.0 ], [ 102839.0, 502934.0 ], [ 102710.0, 502958.0 ], [ 102578.0, 502956.0 ], [ 102531.0, 503003.0 ], [ 102380.0, 503035.0 ], [ 102240.0, 503104.0 ], [ 102090.0, 503150.0 ], [ 101992.0, 503123.0 ], [ 101952.0, 503070.0 ], [ 101938.0, 503013.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 35.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102344.0, 502910.0 ], [ 102423.0, 502840.0 ], [ 102507.0, 502762.0 ], [ 102602.0, 502719.0 ], [ 102682.0, 502725.0 ], [ 102751.0, 502746.0 ], [ 102795.0, 502780.0 ], [ 102804.0, 502830.0 ], [ 102778.0, 502873.0 ], [ 102695.0, 502899.0 ], [ 102585.0, 502895.0 ], [ 102510.0, 502906.0 ], [ 102448.0, 502927.0 ], [ 102392.0, 502934.0 ], [ 102344.0, 502910.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 30.0, "value": 30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 97925.0, 500661.0 ], [ 98106.0, 500708.0 ], [ 98759.0, 500887.0 ], [ 99474.0, 500943.0 ], [ 100190.0, 500944.0 ], [ 100756.0, 500823.0 ], [ 101308.0, 500721.0 ], [ 101646.0, 500656.0 ], [ 101862.0, 500504.0 ], [ 101930.0, 500438.0 ], [ 102015.0, 500252.0 ], [ 101951.0, 500048.0 ], [ 101692.0, 499915.0 ], [ 101404.0, 499712.0 ], [ 101195.0, 499491.0 ], [ 101149.0, 499341.0 ], [ 101181.0, 499236.0 ], [ 101277.0, 499167.0 ], [ 101411.0, 499166.0 ], [ 101572.0, 499223.0 ], [ 101725.0, 499334.0 ], [ 101851.0, 499460.0 ], [ 102001.0, 499591.0 ], [ 102133.0, 499686.0 ], [ 102300.0, 499742.0 ], [ 102512.0, 499751.0 ], [ 102767.0, 499738.0 ], [ 102995.0, 499683.0 ], [ 103125.0, 499636.0 ], [ 103277.0, 499534.0 ], [ 103437.0, 499398.0 ], [ 103655.0, 499244.0 ], [ 103770.0, 499154.0 ], [ 104070.0, 498981.0 ], [ 104168.0, 498918.0 ], [ 104281.0, 498906.0 ], [ 104348.0, 498927.0 ], [ 104382.0, 499005.0 ], [ 104360.0, 499164.0 ], [ 104283.0, 499280.0 ], [ 104123.0, 499381.0 ], [ 104044.0, 499421.0 ], [ 103929.0, 499454.0 ], [ 103822.0, 499543.0 ], [ 103746.0, 499638.0 ], [ 103675.0, 499781.0 ], [ 103627.0, 499910.0 ], [ 103531.0, 500338.0 ], [ 103475.0, 500454.0 ], [ 103370.0, 500575.0 ], [ 103222.0, 500680.0 ], [ 102983.0, 500713.0 ], [ 102883.0, 500700.0 ], [ 102813.0, 500666.0 ], [ 102786.0, 500648.0 ], [ 102763.0, 500621.0 ], [ 102738.0, 500618.0 ], [ 102719.0, 500681.0 ], [ 102709.0, 500748.0 ], [ 102635.0, 500791.0 ], [ 102559.0, 500757.0 ], [ 102479.0, 500646.0 ], [ 102398.0, 500555.0 ], [ 102345.0, 500517.0 ], [ 102275.0, 500545.0 ], [ 102245.0, 500660.0 ], [ 102223.0, 500773.0 ], [ 102130.0, 500851.0 ], [ 102042.0, 500899.0 ], [ 101961.0, 500993.0 ], [ 101908.0, 501070.0 ], [ 101790.0, 501275.0 ], [ 101681.0, 501384.0 ], [ 101481.0, 501482.0 ], [ 101326.0, 501569.0 ], [ 101215.0, 501721.0 ], [ 101161.0, 501919.0 ], [ 101166.0, 502159.0 ], [ 101210.0, 502384.0 ], [ 101250.0, 502454.0 ], [ 101321.0, 502528.0 ], [ 101411.0, 502583.0 ], [ 101499.0, 502668.0 ], [ 101511.0, 502746.0 ], [ 101420.0, 502789.0 ], [ 101274.0, 502774.0 ], [ 101125.0, 502761.0 ], [ 100931.0, 502710.0 ], [ 100788.0, 502629.0 ], [ 100593.0, 502438.0 ], [ 100424.0, 502213.0 ], [ 100291.0, 502078.0 ], [ 100016.0, 501971.0 ], [ 99775.0, 501864.0 ], [ 99402.0, 501706.0 ], [ 98972.0, 501600.0 ], [ 98644.0, 501541.0 ], [ 98294.0, 501484.0 ] ], [ [ 98294.0, 501484.0 ], [ 97930.0, 501431.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 35.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 97927.0, 501052.0 ], [ 98256.0, 501139.0 ], [ 98677.0, 501182.0 ], [ 99040.0, 501207.0 ], [ 99403.0, 501245.0 ], [ 99846.0, 501251.0 ], [ 100349.0, 501217.0 ], [ 100759.0, 501152.0 ], [ 101083.0, 501093.0 ], [ 101230.0, 501068.0 ], [ 101382.0, 501019.0 ], [ 101534.0, 500931.0 ], [ 101627.0, 500818.0 ], [ 101739.0, 500706.0 ], [ 101881.0, 500605.0 ], [ 102010.0, 500535.0 ], [ 102060.0, 500471.0 ], [ 102083.0, 500357.0 ], [ 102086.0, 500241.0 ], [ 102085.0, 500081.0 ], [ 102067.0, 499976.0 ], [ 102010.0, 499872.0 ], [ 101833.0, 499757.0 ], [ 101575.0, 499596.0 ], [ 101392.0, 499459.0 ], [ 101311.0, 499350.0 ], [ 101298.0, 499284.0 ], [ 101338.0, 499221.0 ], [ 101458.0, 499222.0 ], [ 101577.0, 499326.0 ], [ 101703.0, 499481.0 ], [ 102030.0, 499775.0 ], [ 102227.0, 499938.0 ], [ 102434.0, 500001.0 ], [ 102650.0, 499979.0 ], [ 102780.0, 499910.0 ], [ 102882.0, 499835.0 ], [ 103032.0, 499750.0 ], [ 103155.0, 499671.0 ], [ 103526.0, 499412.0 ], [ 103700.0, 499284.0 ], [ 103846.0, 499174.0 ], [ 104043.0, 499075.0 ], [ 104172.0, 499020.0 ], [ 104284.0, 499002.0 ], [ 104314.0, 499084.0 ], [ 104264.0, 499193.0 ], [ 104147.0, 499283.0 ], [ 103977.0, 499390.0 ], [ 103862.0, 499451.0 ], [ 103751.0, 499551.0 ], [ 103681.0, 499678.0 ], [ 103624.0, 499828.0 ], [ 103590.0, 499985.0 ], [ 103528.0, 500171.0 ], [ 103460.0, 500337.0 ], [ 103360.0, 500492.0 ], [ 103300.0, 500545.0 ], [ 103251.0, 500571.0 ], [ 103204.0, 500568.0 ], [ 103168.0, 500517.0 ], [ 103096.0, 500512.0 ], [ 103044.0, 500576.0 ], [ 103009.0, 500627.0 ], [ 102941.0, 500636.0 ], [ 102874.0, 500628.0 ], [ 102813.0, 500599.0 ], [ 102761.0, 500549.0 ], [ 102712.0, 500513.0 ], [ 102644.0, 500562.0 ], [ 102588.0, 500640.0 ], [ 102554.0, 500664.0 ], [ 102501.0, 500643.0 ], [ 102452.0, 500581.0 ], [ 102409.0, 500502.0 ], [ 102339.0, 500477.0 ], [ 102259.0, 500505.0 ], [ 102204.0, 500561.0 ], [ 102173.0, 500640.0 ], [ 102188.0, 500700.0 ], [ 102110.0, 500778.0 ], [ 101990.0, 500760.0 ], [ 101868.0, 500757.0 ], [ 101776.0, 500842.0 ], [ 101737.0, 500975.0 ], [ 101693.0, 501116.0 ], [ 101613.0, 501250.0 ], [ 101546.0, 501297.0 ], [ 101463.0, 501326.0 ], [ 101281.0, 501394.0 ], [ 101141.0, 501483.0 ], [ 101048.0, 501571.0 ], [ 100984.0, 501732.0 ], [ 100975.0, 501894.0 ], [ 100935.0, 501982.0 ], [ 100856.0, 501999.0 ], [ 100810.0, 501942.0 ], [ 100764.0, 501849.0 ], [ 100684.0, 501756.0 ], [ 100586.0, 501667.0 ], [ 100351.0, 501555.0 ], [ 100033.0, 501500.0 ], [ 99749.0, 501507.0 ], [ 99418.0, 501462.0 ], [ 99063.0, 501443.0 ], [ 98757.0, 501469.0 ], [ 98499.0, 501438.0 ], [ 98357.0, 501436.0 ] ], [ [ 98357.0, 501436.0 ], [ 97930.0, 501351.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105597.0, 500777.0 ], [ 105397.0, 500958.0 ], [ 105326.0, 501067.0 ], [ 105272.0, 501194.0 ], [ 105307.0, 501336.0 ], [ 105388.0, 501479.0 ], [ 105452.0, 501560.0 ], [ 105538.0, 501703.0 ], [ 105664.0, 502015.0 ], [ 105710.0, 502258.0 ], [ 105697.0, 502443.0 ], [ 105672.0, 502589.0 ], [ 105587.0, 502777.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102391.0, 500743.0 ], [ 102391.0, 500766.0 ], [ 102397.0, 500774.0 ], [ 102407.0, 500776.0 ] ], [ [ 102391.0, 500743.0 ], [ 102354.0, 500658.0 ], [ 102362.0, 500627.0 ], [ 102395.0, 500619.0 ], [ 102438.0, 500680.0 ], [ 102438.0, 500747.0 ], [ 102407.0, 500776.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102379.0, 500858.0 ], [ 102353.0, 500797.0 ], [ 102341.0, 500735.0 ], [ 102346.0, 500654.0 ], [ 102355.0, 500618.0 ], [ 102392.0, 500602.0 ], [ 102444.0, 500672.0 ], [ 102468.0, 500738.0 ], [ 102475.0, 500801.0 ], [ 102457.0, 500854.0 ], [ 102411.0, 500883.0 ], [ 102379.0, 500858.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 40.0, "value": 40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102181.0, 500296.0 ], [ 102194.0, 500285.0 ], [ 102192.0, 500199.0 ], [ 102167.0, 500114.0 ], [ 102194.0, 500048.0 ], [ 102319.0, 500056.0 ], [ 102439.0, 500106.0 ], [ 102502.0, 500134.0 ], [ 102695.0, 500080.0 ], [ 102868.0, 499928.0 ], [ 103029.0, 499803.0 ], [ 103353.0, 499573.0 ], [ 103507.0, 499479.0 ], [ 103635.0, 499393.0 ], [ 103819.0, 499286.0 ], [ 103951.0, 499189.0 ], [ 104058.0, 499115.0 ], [ 104149.0, 499060.0 ], [ 104220.0, 499057.0 ], [ 104234.0, 499127.0 ], [ 104108.0, 499249.0 ], [ 103910.0, 499353.0 ], [ 103729.0, 499510.0 ], [ 103612.0, 499681.0 ], [ 103551.0, 499858.0 ], [ 103525.0, 499971.0 ], [ 103475.0, 500140.0 ], [ 103384.0, 500302.0 ], [ 103310.0, 500401.0 ], [ 103237.0, 500441.0 ], [ 103172.0, 500372.0 ], [ 103098.0, 500330.0 ], [ 102972.0, 500326.0 ], [ 102887.0, 500374.0 ], [ 102831.0, 500432.0 ], [ 102760.0, 500429.0 ], [ 102700.0, 500386.0 ], [ 102617.0, 500433.0 ], [ 102561.0, 500541.0 ], [ 102451.0, 500530.0 ], [ 102385.0, 500453.0 ], [ 102310.0, 500442.0 ], [ 102233.0, 500456.0 ], [ 102172.0, 500503.0 ], [ 102151.0, 500478.0 ], [ 102153.0, 500380.0 ], [ 102162.0, 500313.0 ] ], [ [ 102162.0, 500313.0 ], [ 102181.0, 500296.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102925.0, 500098.0 ], [ 102928.0, 500062.0 ] ], [ [ 102928.0, 500062.0 ], [ 102932.0, 500042.0 ], [ 103039.0, 499951.0 ], [ 103174.0, 499875.0 ], [ 103269.0, 499787.0 ], [ 103341.0, 499692.0 ], [ 103415.0, 499624.0 ], [ 103502.0, 499580.0 ], [ 103563.0, 499574.0 ], [ 103555.0, 499657.0 ], [ 103502.0, 499767.0 ], [ 103345.0, 500037.0 ], [ 103228.0, 500125.0 ], [ 103063.0, 500176.0 ], [ 102970.0, 500164.0 ], [ 102922.0, 500134.0 ], [ 102925.0, 500098.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 45.0, "value": 45.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102438.0, 500223.0 ], [ 102458.0, 500212.0 ], [ 102592.0, 500215.0 ], [ 102705.0, 500204.0 ], [ 102819.0, 500106.0 ], [ 102954.0, 499946.0 ], [ 103118.0, 499805.0 ], [ 103268.0, 499667.0 ], [ 103355.0, 499592.0 ], [ 103445.0, 499540.0 ], [ 103537.0, 499498.0 ], [ 103602.0, 499509.0 ], [ 103615.0, 499587.0 ], [ 103570.0, 499694.0 ], [ 103510.0, 499849.0 ], [ 103436.0, 500015.0 ], [ 103345.0, 500164.0 ], [ 103225.0, 500257.0 ], [ 103083.0, 500266.0 ], [ 102910.0, 500271.0 ], [ 102777.0, 500271.0 ], [ 102643.0, 500335.0 ], [ 102538.0, 500338.0 ], [ 102464.0, 500307.0 ], [ 102436.0, 500277.0 ], [ 102438.0, 500223.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 25.0, "value": 25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 97914.0, 499317.0 ], [ 98167.0, 499516.0 ], [ 98472.0, 499777.0 ], [ 98871.0, 499936.0 ], [ 99466.0, 500053.0 ], [ 99844.0, 500117.0 ], [ 100191.0, 500112.0 ], [ 100436.0, 500055.0 ], [ 100643.0, 499876.0 ], [ 100792.0, 499592.0 ], [ 100943.0, 499314.0 ], [ 101092.0, 499168.0 ], [ 101266.0, 499083.0 ], [ 101468.0, 499083.0 ], [ 101644.0, 499131.0 ], [ 101758.0, 499226.0 ], [ 101875.0, 499355.0 ], [ 102021.0, 499478.0 ], [ 102194.0, 499581.0 ], [ 102430.0, 499633.0 ], [ 102668.0, 499626.0 ], [ 102796.0, 499606.0 ], [ 102984.0, 499586.0 ], [ 103151.0, 499528.0 ], [ 103302.0, 499371.0 ], [ 103653.0, 499135.0 ], [ 103804.0, 499019.0 ], [ 104019.0, 498905.0 ], [ 104178.0, 498843.0 ], [ 104335.0, 498823.0 ], [ 104451.0, 498853.0 ], [ 104471.0, 498979.0 ], [ 104384.0, 499230.0 ], [ 104287.0, 499387.0 ], [ 104132.0, 499461.0 ], [ 104002.0, 499500.0 ], [ 103846.0, 499601.0 ], [ 103748.0, 499738.0 ], [ 103673.0, 499947.0 ], [ 103660.0, 500069.0 ], [ 103584.0, 500349.0 ], [ 103511.0, 500540.0 ], [ 103402.0, 500701.0 ], [ 103232.0, 500805.0 ], [ 103074.0, 500817.0 ], [ 102899.0, 500786.0 ], [ 102819.0, 500735.0 ], [ 102780.0, 500671.0 ], [ 102749.0, 500693.0 ], [ 102725.0, 500824.0 ], [ 102674.0, 500845.0 ], [ 102588.0, 500824.0 ], [ 102527.0, 500765.0 ], [ 102476.0, 500655.0 ], [ 102426.0, 500597.0 ], [ 102371.0, 500553.0 ], [ 102298.0, 500588.0 ], [ 102259.0, 500720.0 ], [ 102221.0, 500819.0 ], [ 102147.0, 500942.0 ], [ 102081.0, 501027.0 ], [ 102023.0, 501143.0 ], [ 101900.0, 501296.0 ], [ 101794.0, 501434.0 ], [ 101670.0, 501533.0 ], [ 101500.0, 501698.0 ], [ 101399.0, 501856.0 ], [ 101382.0, 501975.0 ], [ 101403.0, 502202.0 ], [ 101475.0, 502401.0 ], [ 101508.0, 502466.0 ], [ 101592.0, 502547.0 ], [ 101713.0, 502641.0 ], [ 101867.0, 502693.0 ], [ 102025.0, 502689.0 ], [ 102204.0, 502661.0 ], [ 102365.0, 502627.0 ], [ 102513.0, 502612.0 ], [ 102674.0, 502613.0 ], [ 102812.0, 502670.0 ], [ 102891.0, 502759.0 ], [ 102918.0, 502881.0 ], [ 102905.0, 502975.0 ], [ 102838.0, 503051.0 ], [ 102722.0, 503076.0 ], [ 102597.0, 503079.0 ], [ 102466.0, 503156.0 ], [ 102293.0, 503222.0 ], [ 102058.0, 503242.0 ], [ 101931.0, 503210.0 ], [ 101785.0, 503109.0 ], [ 101548.0, 502996.0 ], [ 101264.0, 502916.0 ], [ 100807.0, 502798.0 ], [ 100519.0, 502714.0 ], [ 100235.0, 502578.0 ], [ 99852.0, 502361.0 ], [ 99476.0, 502217.0 ], [ 99169.0, 502140.0 ], [ 98824.0, 502067.0 ], [ 98354.0, 502098.0 ], [ 97935.0, 502109.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 97909.0, 498583.0 ], [ 98176.0, 498856.0 ], [ 98442.0, 499093.0 ], [ 98763.0, 499298.0 ], [ 99444.0, 499490.0 ], [ 99827.0, 499546.0 ], [ 100202.0, 499520.0 ], [ 100466.0, 499405.0 ], [ 100712.0, 499244.0 ], [ 100961.0, 499076.0 ], [ 101164.0, 499001.0 ], [ 101433.0, 498979.0 ], [ 101726.0, 499022.0 ], [ 101925.0, 499092.0 ], [ 102159.0, 499257.0 ], [ 102291.0, 499353.0 ], [ 102512.0, 499461.0 ], [ 102805.0, 499501.0 ], [ 102975.0, 499495.0 ], [ 103087.0, 499485.0 ], [ 103216.0, 499385.0 ], [ 103368.0, 499249.0 ], [ 103609.0, 499048.0 ], [ 103804.0, 498932.0 ], [ 103976.0, 498835.0 ], [ 104137.0, 498748.0 ], [ 104252.0, 498693.0 ], [ 104345.0, 498670.0 ], [ 104457.0, 498650.0 ], [ 104569.0, 498681.0 ], [ 104629.0, 498762.0 ], [ 104641.0, 498954.0 ], [ 104594.0, 499193.0 ], [ 104519.0, 499416.0 ], [ 104421.0, 499542.0 ], [ 104240.0, 499570.0 ], [ 104094.0, 499577.0 ], [ 103953.0, 499599.0 ], [ 103838.0, 499659.0 ], [ 103767.0, 499757.0 ], [ 103708.0, 499922.0 ], [ 103680.0, 500054.0 ], [ 103638.0, 500284.0 ], [ 103572.0, 500526.0 ], [ 103492.0, 500712.0 ], [ 103384.0, 500839.0 ], [ 103265.0, 500911.0 ], [ 103126.0, 500933.0 ], [ 102977.0, 500934.0 ], [ 102789.0, 500940.0 ], [ 102636.0, 500912.0 ], [ 102548.0, 500832.0 ], [ 102425.0, 500610.0 ], [ 102374.0, 500561.0 ], [ 102326.0, 500583.0 ], [ 102304.0, 500641.0 ], [ 102290.0, 500756.0 ], [ 102256.0, 500910.0 ], [ 102154.0, 501147.0 ], [ 102047.0, 501316.0 ], [ 101951.0, 501481.0 ], [ 101891.0, 501687.0 ], [ 101810.0, 501944.0 ], [ 101740.0, 502120.0 ], [ 101749.0, 502299.0 ], [ 101862.0, 502449.0 ], [ 102036.0, 502520.0 ], [ 102521.0, 502566.0 ], [ 102644.0, 502560.0 ], [ 102884.0, 502621.0 ], [ 102984.0, 502760.0 ], [ 103013.0, 502881.0 ], [ 103002.0, 503054.0 ], [ 102902.0, 503222.0 ], [ 102753.0, 503351.0 ], [ 102572.0, 503443.0 ], [ 102297.0, 503470.0 ], [ 102121.0, 503467.0 ], [ 101849.0, 503379.0 ], [ 101620.0, 503213.0 ], [ 101491.0, 503099.0 ], [ 101234.0, 503043.0 ], [ 100977.0, 502955.0 ], [ 100751.0, 502901.0 ], [ 100375.0, 502823.0 ], [ 99974.0, 502776.0 ], [ 99493.0, 502712.0 ], [ 99088.0, 502622.0 ], [ 98790.0, 502487.0 ], [ 98458.0, 502485.0 ], [ 97937.0, 502385.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 97895.0, 496770.0 ], [ 98174.0, 497110.0 ], [ 98409.0, 497430.0 ], [ 98612.0, 497752.0 ], [ 98999.0, 498112.0 ], [ 99438.0, 498419.0 ], [ 99809.0, 498640.0 ], [ 100123.0, 498746.0 ], [ 100403.0, 498786.0 ], [ 100772.0, 498782.0 ], [ 101175.0, 498804.0 ], [ 101528.0, 498857.0 ], [ 101892.0, 498957.0 ], [ 102122.0, 499082.0 ], [ 102403.0, 499230.0 ], [ 102763.0, 499319.0 ], [ 103074.0, 499280.0 ], [ 103309.0, 499131.0 ], [ 103607.0, 498913.0 ], [ 103867.0, 498762.0 ], [ 104110.0, 498660.0 ], [ 104318.0, 498584.0 ], [ 104460.0, 498519.0 ], [ 104574.0, 498480.0 ], [ 104653.0, 498490.0 ], [ 104775.0, 498574.0 ], [ 104775.0, 498708.0 ], [ 104712.0, 498946.0 ], [ 104683.0, 499181.0 ], [ 104665.0, 499363.0 ], [ 104597.0, 499490.0 ], [ 104492.0, 499604.0 ], [ 104361.0, 499697.0 ], [ 104178.0, 499729.0 ], [ 104096.0, 499689.0 ], [ 103977.0, 499675.0 ], [ 103873.0, 499732.0 ], [ 103825.0, 499809.0 ], [ 103761.0, 499935.0 ], [ 103717.0, 500046.0 ], [ 103657.0, 500455.0 ], [ 103612.0, 500653.0 ], [ 103564.0, 500819.0 ], [ 103465.0, 500951.0 ], [ 103323.0, 501076.0 ], [ 103194.0, 501131.0 ], [ 103022.0, 501151.0 ], [ 102884.0, 501138.0 ], [ 102703.0, 501093.0 ], [ 102647.0, 501064.0 ], [ 102553.0, 500962.0 ], [ 102504.0, 500797.0 ], [ 102452.0, 500678.0 ], [ 102403.0, 500592.0 ], [ 102374.0, 500566.0 ], [ 102332.0, 500587.0 ], [ 102303.0, 500714.0 ], [ 102296.0, 500865.0 ], [ 102175.0, 501706.0 ], [ 102151.0, 501904.0 ], [ 102187.0, 502047.0 ], [ 102306.0, 502202.0 ], [ 102473.0, 502345.0 ], [ 102658.0, 502426.0 ], [ 102843.0, 502456.0 ], [ 103037.0, 502535.0 ], [ 103189.0, 502806.0 ], [ 103178.0, 503066.0 ], [ 103059.0, 503268.0 ], [ 102882.0, 503477.0 ], [ 102661.0, 503605.0 ], [ 102409.0, 503681.0 ], [ 102130.0, 503653.0 ], [ 101843.0, 503582.0 ], [ 101621.0, 503441.0 ], [ 101437.0, 503330.0 ], [ 101189.0, 503265.0 ], [ 100940.0, 503209.0 ], [ 100434.0, 503091.0 ], [ 99882.0, 502935.0 ], [ 99480.0, 502838.0 ], [ 98766.0, 502725.0 ], [ 98315.0, 502695.0 ], [ 97940.0, 502707.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100575.0, 496407.0 ], [ 100609.0, 496994.0 ], [ 100663.0, 497495.0 ], [ 100807.0, 498053.0 ], [ 101026.0, 498445.0 ], [ 101354.0, 498631.0 ], [ 101751.0, 498777.0 ], [ 102243.0, 498868.0 ], [ 102660.0, 498814.0 ], [ 103008.0, 498719.0 ], [ 103384.0, 498680.0 ], [ 103783.0, 498578.0 ], [ 104097.0, 498443.0 ], [ 104359.0, 498282.0 ], [ 104552.0, 498191.0 ], [ 104689.0, 498133.0 ], [ 104823.0, 498097.0 ], [ 104939.0, 497973.0 ], [ 104998.0, 497870.0 ], [ 105053.0, 497831.0 ], [ 105123.0, 497877.0 ], [ 105114.0, 498020.0 ], [ 105050.0, 498244.0 ], [ 104959.0, 498574.0 ], [ 104866.0, 498788.0 ], [ 104810.0, 499019.0 ], [ 104783.0, 499406.0 ], [ 104808.0, 499756.0 ], [ 104783.0, 499972.0 ], [ 104695.0, 500100.0 ], [ 104594.0, 500134.0 ], [ 104420.0, 500114.0 ], [ 104303.0, 500004.0 ], [ 104194.0, 499829.0 ], [ 104070.0, 499748.0 ], [ 103943.0, 499784.0 ], [ 103853.0, 499853.0 ], [ 103773.0, 499973.0 ], [ 103761.0, 500129.0 ], [ 103757.0, 500299.0 ], [ 103726.0, 500528.0 ], [ 103684.0, 500686.0 ], [ 103702.0, 500858.0 ], [ 103773.0, 501088.0 ], [ 103934.0, 501319.0 ], [ 104084.0, 501517.0 ], [ 104151.0, 501811.0 ], [ 104149.0, 502139.0 ], [ 103966.0, 502452.0 ], [ 103720.0, 502764.0 ], [ 103474.0, 502950.0 ], [ 103370.0, 503070.0 ], [ 103237.0, 503284.0 ], [ 103095.0, 503568.0 ], [ 102900.0, 503761.0 ], [ 102664.0, 503954.0 ], [ 102395.0, 504157.0 ], [ 102199.0, 504260.0 ], [ 102042.0, 504296.0 ], [ 101874.0, 504405.0 ], [ 101811.0, 504534.0 ], [ 101821.0, 504693.0 ], [ 101881.0, 504893.0 ], [ 102003.0, 505062.0 ], [ 102183.0, 505261.0 ], [ 102383.0, 505430.0 ], [ 102535.0, 505519.0 ], [ 102674.0, 505539.0 ], [ 102851.0, 505471.0 ], [ 103007.0, 505354.0 ], [ 103194.0, 505246.0 ], [ 103271.0, 505256.0 ], [ 103299.0, 505332.0 ], [ 103219.0, 505497.0 ], [ 103174.0, 505539.0 ], [ 103135.0, 505595.0 ], [ 103117.0, 505643.0 ], [ 103124.0, 505713.0 ], [ 103175.0, 505756.0 ], [ 103233.0, 505718.0 ], [ 103280.0, 505629.0 ], [ 103324.0, 505570.0 ], [ 103381.0, 505552.0 ], [ 103444.0, 505519.0 ], [ 103594.0, 505460.0 ], [ 103684.0, 505467.0 ], [ 103720.0, 505550.0 ], [ 103702.0, 505636.0 ], [ 103597.0, 505715.0 ], [ 103497.0, 505756.0 ], [ 103349.0, 505809.0 ], [ 103285.0, 505892.0 ], [ 103223.0, 505951.0 ], [ 103166.0, 505925.0 ], [ 103052.0, 505892.0 ], [ 102899.0, 505935.0 ], [ 102755.0, 506064.0 ], [ 102682.0, 506210.0 ], [ 102701.0, 506382.0 ], [ 102796.0, 506598.0 ], [ 103014.0, 506801.0 ], [ 103221.0, 506944.0 ], [ 103412.0, 507007.0 ], [ 103549.0, 507043.0 ], [ 103659.0, 507109.0 ], [ 103660.0, 507348.0 ], [ 103604.0, 507575.0 ], [ 103479.0, 507761.0 ], [ 103316.0, 507884.0 ], [ 103144.0, 507976.0 ], [ 102979.0, 507988.0 ], [ 102818.0, 507981.0 ], [ 102693.0, 507856.0 ], [ 102611.0, 507580.0 ], [ 102583.0, 507384.0 ], [ 102572.0, 507149.0 ], [ 102511.0, 506978.0 ], [ 102392.0, 506822.0 ], [ 102203.0, 506691.0 ], [ 101964.0, 506628.0 ], [ 101486.0, 506571.0 ], [ 101034.0, 506564.0 ], [ 100603.0, 506496.0 ], [ 100234.0, 506404.0 ], [ 99882.0, 506409.0 ], [ 99547.0, 506385.0 ], [ 99096.0, 506284.0 ], [ 98588.0, 506159.0 ], [ 97965.0, 506063.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105747.0, 496363.0 ], [ 105771.0, 496701.0 ], [ 105746.0, 497053.0 ], [ 105696.0, 497371.0 ], [ 105596.0, 497642.0 ], [ 105457.0, 497899.0 ], [ 105337.0, 498159.0 ], [ 105262.0, 498360.0 ], [ 105175.0, 498695.0 ], [ 105126.0, 498913.0 ], [ 105070.0, 499134.0 ], [ 105048.0, 499492.0 ], [ 105061.0, 499762.0 ], [ 104999.0, 499996.0 ], [ 104933.0, 500188.0 ], [ 104846.0, 500320.0 ], [ 104739.0, 500387.0 ], [ 104632.0, 500428.0 ], [ 104483.0, 500421.0 ], [ 104411.0, 500389.0 ], [ 104359.0, 500317.0 ], [ 104310.0, 500237.0 ], [ 104196.0, 500185.0 ], [ 104085.0, 500180.0 ], [ 104010.0, 500241.0 ], [ 103948.0, 500350.0 ] ], [ [ 101950.0, 496395.0 ], [ 101848.0, 496881.0 ], [ 101718.0, 497288.0 ], [ 101524.0, 497814.0 ], [ 101483.0, 498220.0 ], [ 101551.0, 498484.0 ], [ 101700.0, 498613.0 ], [ 101957.0, 498696.0 ], [ 102285.0, 498704.0 ], [ 102597.0, 498692.0 ], [ 103056.0, 498634.0 ], [ 103425.0, 498529.0 ], [ 104239.0, 498185.0 ], [ 104553.0, 498026.0 ], [ 104724.0, 497908.0 ], [ 104857.0, 497738.0 ], [ 104862.0, 497521.0 ], [ 104898.0, 497269.0 ], [ 104995.0, 497174.0 ], [ 105125.0, 497128.0 ], [ 105229.0, 497181.0 ], [ 105285.0, 497284.0 ], [ 105286.0, 497451.0 ], [ 105326.0, 497552.0 ], [ 105421.0, 497641.0 ], [ 105425.0, 497781.0 ], [ 105353.0, 497921.0 ], [ 105220.0, 498152.0 ], [ 105161.0, 498314.0 ], [ 105065.0, 498566.0 ], [ 104991.0, 498861.0 ], [ 104947.0, 499251.0 ], [ 104916.0, 499562.0 ], [ 104917.0, 499898.0 ], [ 104881.0, 500091.0 ], [ 104754.0, 500247.0 ], [ 104633.0, 500285.0 ], [ 104467.0, 500273.0 ], [ 104342.0, 500201.0 ], [ 104211.0, 500074.0 ], [ 104087.0, 499925.0 ], [ 103989.0, 499875.0 ], [ 103921.0, 499895.0 ], [ 103869.0, 500009.0 ], [ 103871.0, 500140.0 ], [ 103948.0, 500350.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.01 }, "geometry": { "type": "LineString", "coordinates": [ [ 102372.0, 496392.0 ], [ 102438.0, 496855.0 ], [ 102348.0, 497138.0 ], [ 102265.0, 497341.0 ], [ 102301.0, 497611.0 ], [ 102577.0, 497868.0 ], [ 102848.0, 497911.0 ], [ 103120.0, 497925.0 ], [ 103286.0, 497691.0 ], [ 103391.0, 497395.0 ], [ 103327.0, 497126.0 ], [ 103272.0, 496832.0 ], [ 103169.0, 496385.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31.geojson new file mode 100644 index 0000000..ad45874 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31.geojson @@ -0,0 +1,106 @@ +{ +"type": "FeatureCollection", +"name": "DS31", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 3, "TNODE_": 2, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 107674.0, 510105.0 ], [ 107724.0, 510117.0 ], [ 107923.0, 510155.0 ], [ 108113.0, 510217.0 ], [ 108253.0, 510273.0 ], [ 108333.0, 510404.0 ], [ 108422.0, 510535.0 ], [ 108472.0, 510770.0 ], [ 108458.0, 510915.0 ], [ 108239.0, 511071.0 ], [ 107939.0, 511167.0 ], [ 107695.0, 511303.0 ], [ 107420.0, 511460.0 ], [ 107138.0, 511629.0 ], [ 106943.0, 511823.0 ], [ 106797.0, 512147.0 ], [ 106541.0, 512543.0 ], [ 106332.0, 512833.0 ], [ 106117.0, 513116.0 ], [ 105804.0, 513465.0 ], [ 105481.0, 513749.0 ], [ 105046.0, 514043.0 ], [ 104742.0, 514157.0 ], [ 104430.0, 514149.0 ], [ 103666.0, 514058.0 ], [ 103339.0, 514049.0 ], [ 103030.0, 514082.0 ], [ 102717.0, 514154.0 ], [ 102475.0, 514268.0 ], [ 102324.0, 514313.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 4, "TNODE_": 3, "LPOLY_": 4, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 510017.0 ], [ 107351.0, 510010.0 ], [ 107497.0, 510063.0 ], [ 107674.0, 510105.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 3, "TNODE_": 5, "LPOLY_": 4, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 107674.0, 510105.0 ], [ 107646.0, 510265.0 ], [ 107529.0, 510535.0 ], [ 107359.0, 510779.0 ], [ 107039.0, 510992.0 ], [ 106666.0, 511127.0 ], [ 106384.0, 511371.0 ], [ 106184.0, 511843.0 ], [ 105990.0, 512448.0 ], [ 105805.0, 512907.0 ], [ 105433.0, 513295.0 ], [ 105045.0, 513578.0 ], [ 104682.0, 513750.0 ], [ 104208.0, 513879.0 ], [ 103782.0, 513893.0 ], [ 103327.0, 513905.0 ], [ 103013.0, 513876.0 ], [ 102778.0, 513694.0 ], [ 102710.0, 513470.0 ], [ 102706.0, 513218.0 ], [ 102774.0, 513049.0 ], [ 102919.0, 512872.0 ], [ 103209.0, 512705.0 ], [ 103465.0, 512618.0 ], [ 103663.0, 512508.0 ], [ 103768.0, 512388.0 ], [ 103768.0, 512244.0 ], [ 103745.0, 512172.0 ], [ 103692.0, 512125.0 ], [ 103524.0, 512113.0 ], [ 103392.0, 512131.0 ], [ 103263.0, 512167.0 ], [ 103089.0, 512117.0 ], [ 102875.0, 511939.0 ], [ 102704.0, 511687.0 ], [ 102623.0, 511354.0 ], [ 102638.0, 511070.0 ], [ 102649.0, 510931.0 ], [ 102593.0, 510646.0 ], [ 102428.0, 510343.0 ], [ 102242.0, 510140.0 ], [ 102027.0, 509973.0 ], [ 101796.0, 509866.0 ], [ 101643.0, 509818.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 4, "TNODE_": 6, "LPOLY_": 5, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 510017.0 ], [ 107096.0, 510216.0 ], [ 106772.0, 510524.0 ], [ 106392.0, 510697.0 ], [ 106004.0, 510843.0 ], [ 105700.0, 511032.0 ], [ 105483.0, 511255.0 ], [ 105425.0, 511567.0 ], [ 105436.0, 512033.0 ], [ 105390.0, 512428.0 ], [ 105273.0, 512791.0 ], [ 105014.0, 513095.0 ], [ 104738.0, 513323.0 ], [ 104373.0, 513522.0 ], [ 103987.0, 513647.0 ], [ 103642.0, 513728.0 ], [ 103270.0, 513692.0 ], [ 103039.0, 513583.0 ], [ 102944.0, 513425.0 ], [ 102940.0, 513247.0 ], [ 103038.0, 513068.0 ], [ 103222.0, 512896.0 ], [ 103426.0, 512772.0 ], [ 103603.0, 512706.0 ], [ 103778.0, 512552.0 ], [ 103844.0, 512376.0 ], [ 103857.0, 512166.0 ], [ 103778.0, 512036.0 ], [ 103551.0, 512008.0 ], [ 103327.0, 512015.0 ], [ 103110.0, 511957.0 ], [ 102933.0, 511817.0 ], [ 102817.0, 511627.0 ], [ 102735.0, 511454.0 ], [ 102745.0, 511005.0 ], [ 102732.0, 510747.0 ], [ 102644.0, 510526.0 ], [ 102524.0, 510339.0 ], [ 102397.0, 510183.0 ], [ 102275.0, 510028.0 ], [ 102004.0, 509841.0 ], [ 101616.0, 509693.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 10, "TNODE_": 9, "LPOLY_": 1, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 101467.0, 509004.0 ], [ 101528.0, 509285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 8, "TNODE_": 11, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105920.0, 509430.0 ], [ 105987.0, 509878.0 ], [ 105858.0, 510134.0 ], [ 105698.0, 510264.0 ], [ 105506.0, 510307.0 ], [ 105258.0, 510254.0 ], [ 105109.0, 510174.0 ], [ 104953.0, 510051.0 ], [ 104721.0, 509970.0 ], [ 104482.0, 509964.0 ], [ 104264.0, 510092.0 ], [ 104076.0, 510262.0 ], [ 103948.0, 510341.0 ], [ 103752.0, 510298.0 ], [ 103601.0, 510191.0 ], [ 103502.0, 510088.0 ], [ 103461.0, 509937.0 ], [ 103513.0, 509721.0 ], [ 103598.0, 509646.0 ], [ 103809.0, 509617.0 ], [ 104038.0, 509632.0 ], [ 104258.0, 509589.0 ], [ 104501.0, 509505.0 ], [ 104626.0, 509417.0 ], [ 104668.0, 509206.0 ], [ 104677.0, 508736.0 ], [ 104674.0, 508719.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 13, "TNODE_": 4, "LPOLY_": 5, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106754.0, 508714.0 ], [ 106799.0, 508770.0 ], [ 106936.0, 508991.0 ], [ 107007.0, 509110.0 ], [ 107080.0, 509272.0 ], [ 107087.0, 509438.0 ], [ 106908.0, 509674.0 ], [ 106827.0, 509759.0 ], [ 106820.0, 509873.0 ], [ 106829.0, 509952.0 ], [ 106931.0, 510017.0 ], [ 107075.0, 510029.0 ], [ 107233.0, 510017.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 13, "TNODE_": 7, "LPOLY_": 6, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106754.0, 508714.0 ], [ 106779.0, 509035.0 ], [ 106688.0, 509535.0 ], [ 106494.0, 510127.0 ], [ 106232.0, 510452.0 ], [ 105833.0, 510639.0 ], [ 105358.0, 510676.0 ], [ 105038.0, 510647.0 ], [ 104840.0, 510627.0 ], [ 104599.0, 510769.0 ], [ 104479.0, 510933.0 ], [ 104453.0, 511260.0 ], [ 104453.0, 511457.0 ], [ 104355.0, 511602.0 ], [ 104124.0, 511721.0 ], [ 103932.0, 511794.0 ], [ 103696.0, 511839.0 ], [ 103344.0, 511853.0 ], [ 103085.0, 511753.0 ], [ 102959.0, 511589.0 ], [ 102876.0, 511269.0 ], [ 102914.0, 510978.0 ], [ 102882.0, 510695.0 ], [ 102720.0, 510340.0 ], [ 102541.0, 510153.0 ], [ 102329.0, 509915.0 ], [ 102123.0, 509737.0 ], [ 101864.0, 509601.0 ], [ 101580.0, 509524.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 11, "TNODE_": 15, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 104674.0, 508719.0 ], [ 104664.0, 508646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 17, "TNODE_": 15, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 104643.0, 508623.0 ], [ 104664.0, 508646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 16, "TNODE_": 17, "LPOLY_": 7, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104642.0, 508624.0 ], [ 104643.0, 508623.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 12, "TNODE_": 18, "LPOLY_": 10, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 109228.0, 508717.0 ], [ 108880.0, 508701.0 ], [ 108468.0, 508606.0 ], [ 108337.0, 508551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 19, "TNODE_": 8, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105610.0, 508548.0 ], [ 105920.0, 509430.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 20, "TNODE_": 18, "LPOLY_": 11, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 108391.0, 508516.0 ], [ 108359.0, 508523.0 ], [ 108337.0, 508551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 14, "TNODE_": 20, "LPOLY_": 11, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 109228.0, 508653.0 ], [ 109051.0, 508637.0 ], [ 108674.0, 508501.0 ], [ 108482.0, 508494.0 ], [ 108391.0, 508516.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 17, "TNODE_": 21, "LPOLY_": 8, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104643.0, 508623.0 ], [ 104836.0, 508469.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 18, "TNODE_": 24, "LPOLY_": 11, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 108337.0, 508551.0 ], [ 108101.0, 508451.0 ], [ 107849.0, 508316.0 ], [ 107763.0, 508235.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 25, "TNODE_": 19, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105348.0, 508142.0 ], [ 105610.0, 508548.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 21, "TNODE_": 25, "LPOLY_": 8, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104836.0, 508469.0 ], [ 105165.0, 508235.0 ], [ 105348.0, 508142.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 26, "TNODE_": 16, "LPOLY_": 7, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103267.0, 508112.0 ], [ 103242.0, 508214.0 ], [ 103244.0, 508383.0 ], [ 103299.0, 508509.0 ], [ 103437.0, 508593.0 ], [ 103578.0, 508665.0 ], [ 103685.0, 508706.0 ], [ 103831.0, 508757.0 ], [ 104062.0, 508799.0 ], [ 104249.0, 508828.0 ], [ 104381.0, 508782.0 ], [ 104477.0, 508729.0 ], [ 104642.0, 508624.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 26, "TNODE_": 10, "LPOLY_": 9, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 103267.0, 508112.0 ], [ 103148.0, 508185.0 ], [ 103015.0, 508236.0 ], [ 102828.0, 508258.0 ], [ 102622.0, 508309.0 ], [ 102477.0, 508428.0 ], [ 102266.0, 508649.0 ], [ 102013.0, 508826.0 ], [ 101795.0, 508939.0 ], [ 101467.0, 509004.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 23, "TNODE_": 24, "LPOLY_": 13, "RPOLY_": 11 }, "geometry": { "type": "LineString", "coordinates": [ [ 109227.0, 508377.0 ], [ 108957.0, 508302.0 ], [ 108724.0, 508259.0 ], [ 108460.0, 508164.0 ], [ 108213.0, 508087.0 ], [ 108088.0, 508056.0 ], [ 107936.0, 508064.0 ], [ 107824.0, 508109.0 ], [ 107763.0, 508235.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 28, "TNODE_": 13, "LPOLY_": 6, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106012.0, 508026.0 ], [ 106135.0, 508063.0 ], [ 106415.0, 508293.0 ], [ 106532.0, 508429.0 ], [ 106754.0, 508714.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 28, "TNODE_": 9, "LPOLY_": 7, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 106012.0, 508026.0 ], [ 106119.0, 508285.0 ], [ 106204.0, 508741.0 ], [ 106237.0, 509315.0 ], [ 106221.0, 509705.0 ], [ 106129.0, 510019.0 ], [ 105997.0, 510295.0 ], [ 105716.0, 510495.0 ], [ 105371.0, 510501.0 ], [ 105005.0, 510410.0 ], [ 104689.0, 510421.0 ], [ 104511.0, 510508.0 ], [ 104369.0, 510693.0 ], [ 104332.0, 510876.0 ], [ 104318.0, 511264.0 ], [ 104240.0, 511406.0 ], [ 104000.0, 511551.0 ], [ 103677.0, 511626.0 ], [ 103390.0, 511650.0 ], [ 103143.0, 511609.0 ], [ 103025.0, 511476.0 ], [ 102989.0, 511293.0 ], [ 103042.0, 511053.0 ], [ 103060.0, 510838.0 ], [ 102964.0, 510566.0 ], [ 102880.0, 510344.0 ], [ 102741.0, 510080.0 ], [ 102478.0, 509758.0 ], [ 102267.0, 509478.0 ], [ 102000.0, 509351.0 ], [ 101679.0, 509291.0 ], [ 101528.0, 509285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 25, "TNODE_": 28, "LPOLY_": 7, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 105348.0, 508142.0 ], [ 105622.0, 508058.0 ], [ 105816.0, 508004.0 ], [ 105939.0, 508003.0 ], [ 106012.0, 508026.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 27, "TNODE_": 29, "LPOLY_": 15, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103668.0, 508059.0 ], [ 103568.0, 508053.0 ], [ 103502.0, 507952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 30, "TNODE_": 26, "LPOLY_": 9, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103268.0, 507858.0 ], [ 103293.0, 507916.0 ], [ 103267.0, 508112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 31, "TNODE_": 30, "LPOLY_": 12, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103166.0, 507684.0 ], [ 103232.0, 507771.0 ], [ 103268.0, 507858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 30, "TNODE_": 22, "LPOLY_": 12, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 103268.0, 507858.0 ], [ 103111.0, 507769.0 ], [ 102907.0, 507698.0 ], [ 102683.0, 507658.0 ], [ 102474.0, 507670.0 ], [ 102289.0, 507782.0 ], [ 102050.0, 508007.0 ], [ 101762.0, 508224.0 ], [ 101471.0, 508399.0 ], [ 101349.0, 508455.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 33, "TNODE_": 31, "LPOLY_": 17, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 507594.0 ], [ 103106.0, 507595.0 ], [ 103152.0, 507666.0 ], [ 103166.0, 507684.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 29, "TNODE_": 34, "LPOLY_": 16, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103502.0, 507952.0 ], [ 103484.0, 507884.0 ], [ 103415.0, 507781.0 ], [ 103283.0, 507618.0 ], [ 103218.0, 507573.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 35, "TNODE_": 27, "LPOLY_": 14, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104217.0, 507565.0 ], [ 104252.0, 507672.0 ], [ 104256.0, 507840.0 ], [ 104149.0, 507964.0 ], [ 103943.0, 508036.0 ], [ 103739.0, 508064.0 ], [ 103668.0, 508059.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 36, "TNODE_": 33, "LPOLY_": 19, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103133.0, 507556.0 ], [ 103107.0, 507594.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 34, "TNODE_": 36, "LPOLY_": 20, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103218.0, 507573.0 ], [ 103192.0, 507555.0 ], [ 103133.0, 507556.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 31, "TNODE_": 37, "LPOLY_": 17, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 103166.0, 507684.0 ], [ 103036.0, 507648.0 ], [ 102917.0, 507631.0 ], [ 102805.0, 507572.0 ], [ 102699.0, 507507.0 ], [ 102383.0, 507406.0 ], [ 102262.0, 507342.0 ], [ 102100.0, 507070.0 ], [ 101955.0, 506999.0 ], [ 101826.0, 506985.0 ], [ 101644.0, 507052.0 ], [ 101409.0, 507167.0 ], [ 101098.0, 507371.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 39, "TNODE_": 35, "LPOLY_": 21, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104324.0, 506853.0 ], [ 104212.0, 506905.0 ], [ 104059.0, 506981.0 ], [ 104008.0, 507091.0 ], [ 104009.0, 507186.0 ], [ 104068.0, 507291.0 ], [ 104200.0, 507512.0 ], [ 104217.0, 507565.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25, "FNODE_": 39, "TNODE_": 35, "LPOLY_": 14, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 104324.0, 506853.0 ], [ 104067.0, 506920.0 ], [ 103833.0, 507004.0 ], [ 103641.0, 507091.0 ], [ 103480.0, 507108.0 ], [ 103371.0, 507102.0 ], [ 103313.0, 507163.0 ], [ 103370.0, 507253.0 ], [ 103423.0, 507332.0 ], [ 103460.0, 507416.0 ], [ 103550.0, 507449.0 ], [ 103667.0, 507434.0 ], [ 103793.0, 507425.0 ], [ 103980.0, 507468.0 ], [ 104083.0, 507503.0 ], [ 104217.0, 507565.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 33, "TNODE_": 38, "LPOLY_": 19, "RPOLY_": 17 }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 507594.0 ], [ 103047.0, 507602.0 ], [ 102954.0, 507596.0 ], [ 102837.0, 507533.0 ], [ 102719.0, 507454.0 ], [ 102544.0, 507369.0 ], [ 102399.0, 507265.0 ], [ 102245.0, 507151.0 ], [ 102128.0, 507021.0 ], [ 101947.0, 506922.0 ], [ 101754.0, 506859.0 ], [ 101580.0, 506831.0 ], [ 101306.0, 506958.0 ], [ 101160.0, 507069.0 ], [ 101051.0, 507170.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 34, "TNODE_": 40, "LPOLY_": 16, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103218.0, 507573.0 ], [ 103158.0, 507453.0 ], [ 103040.0, 507290.0 ], [ 102960.0, 507131.0 ], [ 102881.0, 506949.0 ], [ 102866.0, 506843.0 ], [ 102917.0, 506730.0 ], [ 103043.0, 506621.0 ], [ 103103.0, 506532.0 ], [ 103088.0, 506454.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 41, "TNODE_": 39, "LPOLY_": 14, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103968.0, 506208.0 ], [ 104112.0, 506239.0 ], [ 104225.0, 506247.0 ], [ 104381.0, 506294.0 ], [ 104541.0, 506353.0 ], [ 104642.0, 506413.0 ], [ 104682.0, 506470.0 ], [ 104694.0, 506572.0 ], [ 104679.0, 506660.0 ], [ 104621.0, 506728.0 ], [ 104434.0, 506802.0 ], [ 104324.0, 506853.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27, "FNODE_": 41, "TNODE_": 27, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 103968.0, 506208.0 ], [ 104052.0, 506290.0 ], [ 104099.0, 506380.0 ], [ 104099.0, 506437.0 ], [ 104066.0, 506504.0 ], [ 103939.0, 506655.0 ], [ 103775.0, 506778.0 ], [ 103524.0, 506892.0 ], [ 103367.0, 506951.0 ], [ 103247.0, 507043.0 ], [ 103205.0, 507146.0 ], [ 103197.0, 507246.0 ], [ 103260.0, 507341.0 ], [ 103368.0, 507452.0 ], [ 103483.0, 507566.0 ], [ 103553.0, 507609.0 ], [ 103689.0, 507579.0 ], [ 103765.0, 507583.0 ], [ 103837.0, 507591.0 ], [ 103946.0, 507743.0 ], [ 103934.0, 507859.0 ], [ 103813.0, 507973.0 ], [ 103668.0, 508059.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 42, "TNODE_": 29, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 103498.0, 506189.0 ], [ 103544.0, 506223.0 ], [ 103558.0, 506290.0 ], [ 103582.0, 506333.0 ], [ 103610.0, 506375.0 ], [ 103634.0, 506442.0 ], [ 103658.0, 506518.0 ], [ 103662.0, 506589.0 ], [ 103662.0, 506623.0 ], [ 103643.0, 506660.0 ], [ 103483.0, 506788.0 ], [ 103366.0, 506873.0 ], [ 103243.0, 506921.0 ], [ 103127.0, 507023.0 ], [ 103095.0, 507161.0 ], [ 103135.0, 507295.0 ], [ 103210.0, 507462.0 ], [ 103305.0, 507556.0 ], [ 103429.0, 507664.0 ], [ 103664.0, 507752.0 ], [ 103697.0, 507819.0 ], [ 103609.0, 507898.0 ], [ 103502.0, 507952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 43, "TNODE_": 42, "LPOLY_": 16, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103485.0, 506179.0 ], [ 103498.0, 506189.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 42, "TNODE_": 41, "LPOLY_": 15, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103498.0, 506189.0 ], [ 103662.0, 506172.0 ], [ 103820.0, 506188.0 ], [ 103946.0, 506204.0 ], [ 103968.0, 506208.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 44, "TNODE_": 43, "LPOLY_": 16, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103440.0, 506106.0 ], [ 103450.0, 506155.0 ], [ 103485.0, 506179.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 45, "TNODE_": 46, "LPOLY_": 23, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103798.0, 505982.0 ], [ 103658.0, 505945.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 47, "TNODE_": 46, "LPOLY_": 2, "RPOLY_": 23 }, "geometry": { "type": "LineString", "coordinates": [ [ 103598.0, 505929.0 ], [ 103605.0, 505934.0 ], [ 103658.0, 505945.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 48, "TNODE_": 47, "LPOLY_": 2, "RPOLY_": 24 }, "geometry": { "type": "LineString", "coordinates": [ [ 103530.0, 505875.0 ], [ 103552.0, 505897.0 ], [ 103598.0, 505929.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 44, "TNODE_": 49, "LPOLY_": 2, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 103440.0, 506106.0 ], [ 103400.0, 506036.0 ], [ 103352.0, 506005.0 ], [ 103316.0, 505968.0 ], [ 103251.0, 505909.0 ], [ 103222.0, 505889.0 ], [ 103196.0, 505868.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 49, "TNODE_": 40, "LPOLY_": 20, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 103196.0, 505868.0 ], [ 103146.0, 505937.0 ], [ 103132.0, 506007.0 ], [ 103118.0, 506067.0 ], [ 103109.0, 506132.0 ], [ 103091.0, 506197.0 ], [ 103077.0, 506225.0 ], [ 103044.0, 506276.0 ], [ 103040.0, 506350.0 ], [ 103088.0, 506454.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 50, "TNODE_": 48, "LPOLY_": 2, "RPOLY_": 25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103483.0, 505829.0 ], [ 103530.0, 505875.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 49, "TNODE_": 51, "LPOLY_": 2, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103196.0, 505868.0 ], [ 103194.0, 505867.0 ], [ 103189.0, 505827.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 52, "TNODE_": 51, "LPOLY_": 20, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103203.0, 505796.0 ], [ 103189.0, 505827.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 53, "TNODE_": 45, "LPOLY_": 23, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104004.0, 505778.0 ], [ 103999.0, 505780.0 ], [ 103953.0, 505850.0 ], [ 103924.0, 505931.0 ], [ 103798.0, 505982.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 54, "TNODE_": 53, "LPOLY_": 24, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104059.0, 505760.0 ], [ 104004.0, 505778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 56, "TNODE_": 54, "LPOLY_": 25, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104130.0, 505748.0 ], [ 104088.0, 505751.0 ], [ 104059.0, 505760.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 55, "TNODE_": 56, "LPOLY_": 20, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104358.0, 505756.0 ], [ 104198.0, 505743.0 ], [ 104130.0, 505748.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 47, "TNODE_": 53, "LPOLY_": 23, "RPOLY_": 24 }, "geometry": { "type": "LineString", "coordinates": [ [ 103598.0, 505929.0 ], [ 103623.0, 505915.0 ], [ 103635.0, 505889.0 ], [ 103626.0, 505855.0 ], [ 103598.0, 505821.0 ], [ 103609.0, 505773.0 ], [ 103635.0, 505751.0 ], [ 103683.0, 505745.0 ], [ 103767.0, 505728.0 ], [ 103824.0, 505745.0 ], [ 103931.0, 505773.0 ], [ 104004.0, 505778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 48, "TNODE_": 54, "LPOLY_": 24, "RPOLY_": 25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103530.0, 505875.0 ], [ 103550.0, 505850.0 ], [ 103561.0, 505804.0 ], [ 103587.0, 505739.0 ], [ 103623.0, 505725.0 ], [ 103717.0, 505706.0 ], [ 103815.0, 505700.0 ], [ 103937.0, 505722.0 ], [ 104059.0, 505760.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 58, "TNODE_": 50, "LPOLY_": 2, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103387.0, 505686.0 ], [ 103407.0, 505726.0 ], [ 103469.0, 505817.0 ], [ 103483.0, 505829.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 52, "TNODE_": 58, "LPOLY_": 2, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103203.0, 505796.0 ], [ 103239.0, 505731.0 ], [ 103280.0, 505708.0 ], [ 103327.0, 505690.0 ], [ 103387.0, 505686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 57, "TNODE_": 59, "LPOLY_": 20, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 103207.0, 505694.0 ], [ 103265.0, 505634.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 60, "TNODE_": 56, "LPOLY_": 25, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103671.0, 505628.0 ], [ 103763.0, 505629.0 ], [ 103955.0, 505684.0 ], [ 104130.0, 505748.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 50, "TNODE_": 60, "LPOLY_": 25, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103483.0, 505829.0 ], [ 103505.0, 505816.0 ], [ 103525.0, 505793.0 ], [ 103536.0, 505754.0 ], [ 103556.0, 505717.0 ], [ 103595.0, 505669.0 ], [ 103640.0, 505635.0 ], [ 103671.0, 505628.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 59, "TNODE_": 55, "LPOLY_": 20, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 103265.0, 505634.0 ], [ 103376.0, 505568.0 ], [ 103534.0, 505541.0 ], [ 103771.0, 505519.0 ], [ 103894.0, 505517.0 ], [ 104040.0, 505521.0 ], [ 104152.0, 505557.0 ], [ 104358.0, 505756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 61, "TNODE_": 32, "LPOLY_": 13, "RPOLY_": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 109224.0, 505043.0 ], [ 109072.0, 505184.0 ], [ 108979.0, 505354.0 ], [ 108903.0, 505645.0 ], [ 108741.0, 506028.0 ], [ 108646.0, 506271.0 ], [ 108586.0, 506554.0 ], [ 108608.0, 506748.0 ], [ 108656.0, 506943.0 ], [ 108721.0, 507125.0 ], [ 108869.0, 507388.0 ], [ 109034.0, 507522.0 ], [ 109227.0, 507612.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 62, "TNODE_": 55, "LPOLY_": 22, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104040.0, 504844.0 ], [ 103860.0, 504984.0 ], [ 103709.0, 505115.0 ], [ 103658.0, 505168.0 ], [ 103631.0, 505243.0 ], [ 103663.0, 505283.0 ], [ 103727.0, 505282.0 ], [ 103810.0, 505202.0 ], [ 103887.0, 505109.0 ], [ 104004.0, 505115.0 ], [ 104110.0, 505162.0 ], [ 104194.0, 505221.0 ], [ 104310.0, 505235.0 ], [ 104523.0, 505197.0 ], [ 104621.0, 505168.0 ], [ 104785.0, 505212.0 ], [ 104931.0, 505261.0 ], [ 105038.0, 505318.0 ], [ 105124.0, 505405.0 ], [ 105208.0, 505476.0 ], [ 105248.0, 505574.0 ], [ 105067.0, 505694.0 ], [ 104921.0, 505740.0 ], [ 104703.0, 505763.0 ], [ 104540.0, 505777.0 ], [ 104358.0, 505756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 24, "TNODE_": 63, "LPOLY_": 13, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 107763.0, 508235.0 ], [ 107566.0, 508051.0 ], [ 107418.0, 507740.0 ], [ 107360.0, 507352.0 ], [ 107390.0, 506966.0 ], [ 107541.0, 506560.0 ], [ 107573.0, 506304.0 ], [ 107609.0, 506086.0 ], [ 107685.0, 505928.0 ], [ 107840.0, 505859.0 ], [ 107967.0, 505841.0 ], [ 108080.0, 505854.0 ], [ 108122.0, 505799.0 ], [ 108106.0, 505731.0 ], [ 108017.0, 505689.0 ], [ 107879.0, 505652.0 ], [ 107652.0, 505574.0 ], [ 107357.0, 505394.0 ], [ 107183.0, 505262.0 ], [ 107010.0, 505065.0 ], [ 106846.0, 504838.0 ], [ 106762.0, 504704.0 ], [ 106523.0, 504619.0 ], [ 106232.0, 504507.0 ], [ 106167.0, 504492.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 63, "TNODE_": 62, "LPOLY_": 26, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106167.0, 504492.0 ], [ 105964.0, 504445.0 ], [ 105737.0, 504373.0 ], [ 105510.0, 504310.0 ], [ 105311.0, 504325.0 ], [ 105194.0, 504336.0 ], [ 105128.0, 504372.0 ], [ 104980.0, 504593.0 ], [ 104862.0, 504664.0 ], [ 104765.0, 504684.0 ], [ 104666.0, 504672.0 ], [ 104564.0, 504669.0 ], [ 104419.0, 504692.0 ], [ 104223.0, 504737.0 ], [ 104068.0, 504822.0 ], [ 104040.0, 504844.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26, "FNODE_": 65, "TNODE_": 36, "LPOLY_": 19, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 100755.0, 504039.0 ], [ 100904.0, 504057.0 ], [ 101172.0, 504077.0 ], [ 101398.0, 504068.0 ], [ 101591.0, 504097.0 ], [ 101735.0, 504390.0 ], [ 101782.0, 504689.0 ], [ 101857.0, 504888.0 ], [ 102053.0, 505052.0 ], [ 102296.0, 505072.0 ], [ 102494.0, 505035.0 ], [ 102570.0, 505033.0 ], [ 102622.0, 505074.0 ], [ 102629.0, 505145.0 ], [ 102577.0, 505216.0 ], [ 102569.0, 505280.0 ], [ 102584.0, 505365.0 ], [ 102404.0, 505343.0 ], [ 102217.0, 505387.0 ], [ 102046.0, 505530.0 ], [ 101954.0, 505655.0 ], [ 101865.0, 505808.0 ], [ 101884.0, 505907.0 ], [ 101994.0, 506037.0 ], [ 102105.0, 506115.0 ], [ 102283.0, 506148.0 ], [ 102445.0, 506125.0 ], [ 102525.0, 506124.0 ], [ 102682.0, 506027.0 ], [ 102728.0, 506032.0 ], [ 102729.0, 506115.0 ], [ 102691.0, 506213.0 ], [ 102745.0, 506299.0 ], [ 102815.0, 506385.0 ], [ 102859.0, 506457.0 ], [ 102858.0, 506560.0 ], [ 102810.0, 506671.0 ], [ 102779.0, 506760.0 ], [ 102811.0, 506968.0 ], [ 102875.0, 507130.0 ], [ 102959.0, 507261.0 ], [ 103029.0, 507405.0 ], [ 103133.0, 507556.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 64, "TNODE_": 65, "LPOLY_": 19, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 100202.0, 504223.0 ], [ 100471.0, 504151.0 ], [ 100755.0, 504039.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 66, "TNODE_": 67, "LPOLY_": 27, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 101926.0, 504007.0 ], [ 102073.0, 504093.0 ], [ 102207.0, 504122.0 ], [ 102351.0, 504087.0 ], [ 102479.0, 504004.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 68, "TNODE_": 66, "LPOLY_": 26, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 101701.0, 503852.0 ], [ 101862.0, 503970.0 ], [ 101926.0, 504007.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29, "FNODE_": 68, "TNODE_": 62, "LPOLY_": 22, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 101701.0, 503852.0 ], [ 101782.0, 504008.0 ], [ 101834.0, 504179.0 ], [ 101906.0, 504376.0 ], [ 101995.0, 504572.0 ], [ 102187.0, 504762.0 ], [ 102415.0, 504815.0 ], [ 102645.0, 504789.0 ], [ 102862.0, 504663.0 ], [ 103010.0, 504546.0 ], [ 103126.0, 504474.0 ], [ 103243.0, 504409.0 ], [ 103337.0, 504391.0 ], [ 103489.0, 504448.0 ], [ 103583.0, 504568.0 ], [ 103611.0, 504752.0 ], [ 103566.0, 504858.0 ], [ 103474.0, 504954.0 ], [ 103304.0, 505013.0 ], [ 103130.0, 505017.0 ], [ 103021.0, 505050.0 ], [ 102960.0, 505135.0 ], [ 102935.0, 505225.0 ], [ 102939.0, 505331.0 ], [ 103029.0, 505482.0 ], [ 103012.0, 505602.0 ], [ 102910.0, 505695.0 ], [ 102773.0, 505714.0 ], [ 102661.0, 505714.0 ], [ 102587.0, 505725.0 ], [ 102563.0, 505760.0 ], [ 102581.0, 505807.0 ], [ 102629.0, 505835.0 ], [ 102719.0, 505851.0 ], [ 102825.0, 505827.0 ], [ 102915.0, 505798.0 ], [ 103010.0, 505745.0 ], [ 103053.0, 505675.0 ], [ 103105.0, 505568.0 ], [ 103121.0, 505518.0 ], [ 103171.0, 505458.0 ], [ 103377.0, 505394.0 ], [ 103458.0, 505326.0 ], [ 103509.0, 505272.0 ], [ 103550.0, 505200.0 ], [ 103590.0, 505119.0 ], [ 103696.0, 505007.0 ], [ 103815.0, 504936.0 ], [ 103916.0, 504893.0 ], [ 104040.0, 504844.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 67, "TNODE_": 69, "LPOLY_": 28, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 102479.0, 504004.0 ], [ 102527.0, 503973.0 ], [ 102759.0, 503834.0 ], [ 102793.0, 503786.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 70, "TNODE_": 68, "LPOLY_": 22, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 101370.0, 503744.0 ], [ 101611.0, 503786.0 ], [ 101701.0, 503852.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 70, "TNODE_": 57, "LPOLY_": 20, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 101370.0, 503744.0 ], [ 101437.0, 503760.0 ], [ 101537.0, 503815.0 ], [ 101639.0, 503941.0 ], [ 101711.0, 504121.0 ], [ 101799.0, 504370.0 ], [ 101851.0, 504550.0 ], [ 101919.0, 504691.0 ], [ 102075.0, 504825.0 ], [ 102214.0, 504918.0 ], [ 102406.0, 504963.0 ], [ 102653.0, 504928.0 ], [ 102762.0, 504877.0 ], [ 102890.0, 504793.0 ], [ 103024.0, 504662.0 ], [ 103156.0, 504551.0 ], [ 103212.0, 504507.0 ], [ 103307.0, 504515.0 ], [ 103373.0, 504598.0 ], [ 103392.0, 504735.0 ], [ 103328.0, 504835.0 ], [ 103160.0, 504880.0 ], [ 102931.0, 504956.0 ], [ 102774.0, 505055.0 ], [ 102709.0, 505187.0 ], [ 102703.0, 505248.0 ], [ 102733.0, 505313.0 ], [ 102818.0, 505370.0 ], [ 102912.0, 505420.0 ], [ 102949.0, 505514.0 ], [ 102945.0, 505588.0 ], [ 102890.0, 505609.0 ], [ 102782.0, 505558.0 ], [ 102696.0, 505477.0 ], [ 102556.0, 505462.0 ], [ 102394.0, 505461.0 ], [ 102208.0, 505557.0 ], [ 102100.0, 505688.0 ], [ 102078.0, 505808.0 ], [ 102098.0, 505910.0 ], [ 102152.0, 506001.0 ], [ 102215.0, 506031.0 ], [ 102275.0, 506052.0 ], [ 102380.0, 506065.0 ], [ 102504.0, 506021.0 ], [ 102581.0, 505961.0 ], [ 102636.0, 505914.0 ], [ 102767.0, 505912.0 ], [ 102894.0, 505916.0 ], [ 102942.0, 505908.0 ], [ 103020.0, 505881.0 ], [ 103092.0, 505841.0 ], [ 103153.0, 505759.0 ], [ 103207.0, 505694.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 65, "TNODE_": 70, "LPOLY_": 20, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 100755.0, 504039.0 ], [ 100838.0, 504007.0 ], [ 101072.0, 503860.0 ], [ 101320.0, 503735.0 ], [ 101370.0, 503744.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 71, "TNODE_": 69, "LPOLY_": 29, "RPOLY_": 28 }, "geometry": { "type": "LineString", "coordinates": [ [ 105041.0, 502409.0 ], [ 105031.0, 502631.0 ], [ 104904.0, 503046.0 ], [ 104737.0, 503374.0 ], [ 104612.0, 503615.0 ], [ 104464.0, 503759.0 ], [ 104174.0, 503901.0 ], [ 103896.0, 503995.0 ], [ 103421.0, 504152.0 ], [ 103183.0, 504253.0 ], [ 103031.0, 504340.0 ], [ 102878.0, 504376.0 ], [ 102726.0, 504370.0 ], [ 102649.0, 504305.0 ], [ 102606.0, 504189.0 ], [ 102639.0, 504052.0 ], [ 102724.0, 503902.0 ], [ 102793.0, 503786.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 69, "TNODE_": 71, "LPOLY_": 29, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 102793.0, 503786.0 ], [ 102816.0, 503754.0 ], [ 102926.0, 503685.0 ], [ 103078.0, 503676.0 ], [ 103226.0, 503673.0 ], [ 103413.0, 503620.0 ], [ 103584.0, 503549.0 ], [ 103804.0, 503426.0 ], [ 104007.0, 503274.0 ], [ 104175.0, 503164.0 ], [ 104350.0, 503092.0 ], [ 104511.0, 502991.0 ], [ 104792.0, 502766.0 ], [ 104941.0, 502584.0 ], [ 105041.0, 502409.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 71, "TNODE_": 72, "LPOLY_": 28, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 105041.0, 502409.0 ], [ 105054.0, 502386.0 ], [ 105117.0, 502218.0 ], [ 105167.0, 502090.0 ], [ 105125.0, 501955.0 ], [ 105007.0, 501894.0 ], [ 104953.0, 501900.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 72, "TNODE_": 73, "LPOLY_": 31, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 104953.0, 501900.0 ], [ 104691.0, 501927.0 ], [ 104445.0, 502027.0 ], [ 104271.0, 502125.0 ], [ 104114.0, 502181.0 ], [ 103874.0, 502211.0 ], [ 103593.0, 502180.0 ], [ 103382.0, 502053.0 ], [ 103252.0, 501909.0 ], [ 103217.0, 501818.0 ], [ 103222.0, 501762.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 73, "TNODE_": 74, "LPOLY_": 28, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 103222.0, 501762.0 ], [ 103227.0, 501703.0 ], [ 103291.0, 501587.0 ], [ 103350.0, 501515.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 73, "TNODE_": 72, "LPOLY_": 31, "RPOLY_": 28 }, "geometry": { "type": "LineString", "coordinates": [ [ 103222.0, 501762.0 ], [ 103356.0, 501716.0 ], [ 103557.0, 501619.0 ], [ 103824.0, 501516.0 ], [ 104101.0, 501486.0 ], [ 104337.0, 501506.0 ], [ 104603.0, 501588.0 ], [ 104813.0, 501717.0 ], [ 104953.0, 501900.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 74, "TNODE_": 67, "LPOLY_": 28, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 103350.0, 501515.0 ], [ 103582.0, 501391.0 ], [ 103862.0, 501334.0 ], [ 104092.0, 501306.0 ], [ 104324.0, 501293.0 ], [ 104502.0, 501311.0 ], [ 104719.0, 501413.0 ], [ 104933.0, 501568.0 ], [ 105057.0, 501667.0 ], [ 105157.0, 501784.0 ], [ 105260.0, 501950.0 ], [ 105261.0, 502140.0 ], [ 105217.0, 502398.0 ], [ 105161.0, 502628.0 ], [ 105078.0, 502918.0 ], [ 104922.0, 503425.0 ], [ 104888.0, 503550.0 ], [ 104816.0, 503952.0 ], [ 104765.0, 504043.0 ], [ 104616.0, 504143.0 ], [ 104409.0, 504177.0 ], [ 104129.0, 504152.0 ], [ 103939.0, 504154.0 ], [ 103656.0, 504182.0 ], [ 103470.0, 504220.0 ], [ 103240.0, 504285.0 ], [ 103130.0, 504330.0 ], [ 102969.0, 504407.0 ], [ 102840.0, 504438.0 ], [ 102685.0, 504419.0 ], [ 102553.0, 504333.0 ], [ 102470.0, 504185.0 ], [ 102479.0, 504004.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 74, "TNODE_": 75, "LPOLY_": 27, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 103350.0, 501515.0 ], [ 103420.0, 501431.0 ], [ 103583.0, 501248.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 75, "TNODE_": 66, "LPOLY_": 27, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 103583.0, 501248.0 ], [ 103799.0, 501209.0 ], [ 104173.0, 501178.0 ], [ 104602.0, 501253.0 ], [ 104976.0, 501427.0 ], [ 105084.0, 501533.0 ], [ 105255.0, 501625.0 ], [ 105460.0, 501789.0 ], [ 105469.0, 502120.0 ], [ 105405.0, 502360.0 ], [ 105331.0, 502665.0 ], [ 105223.0, 503024.0 ], [ 105149.0, 503264.0 ], [ 105099.0, 503464.0 ], [ 105099.0, 503718.0 ], [ 105114.0, 503969.0 ], [ 105002.0, 504213.0 ], [ 104764.0, 504441.0 ], [ 104410.0, 504412.0 ], [ 104132.0, 504322.0 ], [ 103932.0, 504290.0 ], [ 103849.0, 504306.0 ], [ 103727.0, 504362.0 ], [ 103584.0, 504348.0 ], [ 103428.0, 504316.0 ], [ 103255.0, 504338.0 ], [ 103101.0, 504373.0 ], [ 102809.0, 504551.0 ], [ 102656.0, 504629.0 ], [ 102434.0, 504675.0 ], [ 102236.0, 504649.0 ], [ 102097.0, 504562.0 ], [ 101998.0, 504399.0 ], [ 101963.0, 504256.0 ], [ 101938.0, 504112.0 ], [ 101926.0, 504007.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 76, "TNODE_": 63, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 106285.0, 500926.0 ], [ 106616.0, 501053.0 ], [ 106915.0, 501183.0 ], [ 107133.0, 501327.0 ], [ 107247.0, 501419.0 ], [ 107378.0, 501710.0 ], [ 107362.0, 502144.0 ], [ 107136.0, 502538.0 ], [ 106737.0, 502727.0 ], [ 106489.0, 502820.0 ], [ 106314.0, 502908.0 ], [ 106285.0, 503142.0 ], [ 106447.0, 503521.0 ], [ 106524.0, 503995.0 ], [ 106381.0, 504373.0 ], [ 106167.0, 504492.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 75, "TNODE_": 77, "LPOLY_": 26, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 103583.0, 501248.0 ], [ 103707.0, 501122.0 ], [ 103813.0, 500901.0 ], [ 103810.0, 500678.0 ], [ 103751.0, 500464.0 ], [ 103743.0, 500453.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 76, "TNODE_": 78, "LPOLY_": 13, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 106285.0, 500926.0 ], [ 106147.0, 500885.0 ], [ 106019.0, 500852.0 ], [ 105911.0, 500771.0 ], [ 105884.0, 500595.0 ], [ 105904.0, 500500.0 ], [ 105985.0, 500399.0 ], [ 106025.0, 500331.0 ], [ 106106.0, 500284.0 ], [ 106215.0, 500230.0 ], [ 106458.0, 500063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 77, "TNODE_": 80, "LPOLY_": 26, "RPOLY_": 32 }, "geometry": { "type": "LineString", "coordinates": [ [ 103743.0, 500453.0 ], [ 103346.0, 499689.0 ], [ 103205.0, 499542.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 77, "TNODE_": 80, "LPOLY_": 32, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 103743.0, 500453.0 ], [ 103610.0, 500256.0 ], [ 103437.0, 500071.0 ], [ 103266.0, 499976.0 ], [ 103170.0, 499854.0 ], [ 103146.0, 499693.0 ], [ 103187.0, 499558.0 ], [ 103205.0, 499542.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 81, "TNODE_": 78, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 109218.0, 499222.0 ], [ 108412.0, 499298.0 ], [ 107688.0, 499464.0 ], [ 107121.0, 499658.0 ], [ 106693.0, 499874.0 ], [ 106458.0, 500063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 80, "TNODE_": 82, "LPOLY_": 26, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 103205.0, 499542.0 ], [ 103289.0, 499464.0 ], [ 103472.0, 499441.0 ], [ 103685.0, 499465.0 ], [ 103803.0, 499511.0 ], [ 103951.0, 499626.0 ], [ 104055.0, 499742.0 ], [ 104308.0, 499964.0 ], [ 104463.0, 500012.0 ], [ 104559.0, 500018.0 ], [ 104684.0, 499981.0 ], [ 104796.0, 499928.0 ], [ 105004.0, 499800.0 ], [ 105208.0, 499634.0 ], [ 105336.0, 499481.0 ], [ 105472.0, 499344.0 ], [ 105591.0, 499219.0 ], [ 105647.0, 499109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 82, "TNODE_": 84, "LPOLY_": 33, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 105647.0, 499109.0 ], [ 105654.0, 499094.0 ], [ 105630.0, 499009.0 ], [ 105560.0, 498792.0 ], [ 105532.0, 498597.0 ], [ 105503.0, 498409.0 ], [ 105477.0, 498270.0 ], [ 105492.0, 498037.0 ], [ 105489.0, 497872.0 ], [ 105388.0, 497711.0 ], [ 105308.0, 497612.0 ], [ 105158.0, 497442.0 ], [ 105046.0, 497274.0 ], [ 105013.0, 497041.0 ], [ 105063.0, 496908.0 ], [ 105163.0, 496839.0 ], [ 105270.0, 496780.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 85, "TNODE_": 82, "LPOLY_": 33, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 105356.0, 496780.0 ], [ 105573.0, 496898.0 ], [ 105673.0, 496994.0 ], [ 105809.0, 497110.0 ], [ 105915.0, 497400.0 ], [ 105976.0, 497664.0 ], [ 106059.0, 497955.0 ], [ 106258.0, 498232.0 ], [ 106489.0, 498600.0 ], [ 106565.0, 498842.0 ], [ 106544.0, 499062.0 ], [ 106409.0, 499196.0 ], [ 106189.0, 499219.0 ], [ 105969.0, 499151.0 ], [ 105800.0, 499130.0 ], [ 105647.0, 499109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 85, "TNODE_": 84, "LPOLY_": 1, "RPOLY_": 33 }, "geometry": { "type": "LineString", "coordinates": [ [ 105356.0, 496780.0 ], [ 105270.0, 496780.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 86, "TNODE_": 83, "LPOLY_": 26, "RPOLY_": 34 }, "geometry": { "type": "LineString", "coordinates": [ [ 105678.0, 496779.0 ], [ 105851.0, 496843.0 ], [ 106063.0, 496930.0 ], [ 106234.0, 496996.0 ], [ 106464.0, 497128.0 ], [ 106822.0, 497278.0 ], [ 107495.0, 497564.0 ], [ 108022.0, 497732.0 ], [ 108476.0, 497925.0 ], [ 109217.0, 497991.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_int.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_int.geojson new file mode 100644 index 0000000..6e6ba64 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_int.geojson @@ -0,0 +1,49 @@ +{ +"type": "FeatureCollection", +"name": "DS31_int", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 3, "TNODE_": 5, "LPOLY_": 4, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 107674.0, 510105.0 ], [ 107646.0, 510265.0 ], [ 107529.0, 510535.0 ], [ 107359.0, 510779.0 ], [ 107039.0, 510992.0 ], [ 106666.0, 511127.0 ], [ 106384.0, 511371.0 ], [ 106184.0, 511843.0 ], [ 105990.0, 512448.0 ], [ 105805.0, 512907.0 ], [ 105433.0, 513295.0 ], [ 105045.0, 513578.0 ], [ 104682.0, 513750.0 ], [ 104208.0, 513879.0 ], [ 103782.0, 513893.0 ], [ 103327.0, 513905.0 ], [ 103013.0, 513876.0 ], [ 102778.0, 513694.0 ], [ 102710.0, 513470.0 ], [ 102706.0, 513218.0 ], [ 102774.0, 513049.0 ], [ 102919.0, 512872.0 ], [ 103209.0, 512705.0 ], [ 103465.0, 512618.0 ], [ 103663.0, 512508.0 ], [ 103768.0, 512388.0 ], [ 103768.0, 512244.0 ], [ 103745.0, 512172.0 ], [ 103692.0, 512125.0 ], [ 103524.0, 512113.0 ], [ 103392.0, 512131.0 ], [ 103263.0, 512167.0 ], [ 103089.0, 512117.0 ], [ 102875.0, 511939.0 ], [ 102704.0, 511687.0 ], [ 102623.0, 511354.0 ], [ 102638.0, 511070.0 ], [ 102649.0, 510931.0 ], [ 102593.0, 510646.0 ], [ 102428.0, 510343.0 ], [ 102242.0, 510140.0 ], [ 102027.0, 509973.0 ], [ 101796.0, 509866.0 ], [ 101643.0, 509818.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 4, "TNODE_": 6, "LPOLY_": 5, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 510017.0 ], [ 107096.0, 510216.0 ], [ 106772.0, 510524.0 ], [ 106392.0, 510697.0 ], [ 106004.0, 510843.0 ], [ 105700.0, 511032.0 ], [ 105483.0, 511255.0 ], [ 105425.0, 511567.0 ], [ 105436.0, 512033.0 ], [ 105390.0, 512428.0 ], [ 105273.0, 512791.0 ], [ 105014.0, 513095.0 ], [ 104738.0, 513323.0 ], [ 104373.0, 513522.0 ], [ 103987.0, 513647.0 ], [ 103642.0, 513728.0 ], [ 103270.0, 513692.0 ], [ 103039.0, 513583.0 ], [ 102944.0, 513425.0 ], [ 102940.0, 513247.0 ], [ 103038.0, 513068.0 ], [ 103222.0, 512896.0 ], [ 103426.0, 512772.0 ], [ 103603.0, 512706.0 ], [ 103778.0, 512552.0 ], [ 103844.0, 512376.0 ], [ 103857.0, 512166.0 ], [ 103778.0, 512036.0 ], [ 103551.0, 512008.0 ], [ 103327.0, 512015.0 ], [ 103110.0, 511957.0 ], [ 102933.0, 511817.0 ], [ 102817.0, 511627.0 ], [ 102735.0, 511454.0 ], [ 102745.0, 511005.0 ], [ 102732.0, 510747.0 ], [ 102644.0, 510526.0 ], [ 102524.0, 510339.0 ], [ 102397.0, 510183.0 ], [ 102275.0, 510028.0 ], [ 102004.0, 509841.0 ], [ 101616.0, 509693.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 10, "TNODE_": 9, "LPOLY_": 1, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 101467.0, 509004.0 ], [ 101528.0, 509285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 8, "TNODE_": 11, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105920.0, 509430.0 ], [ 105987.0, 509878.0 ], [ 105858.0, 510134.0 ], [ 105698.0, 510264.0 ], [ 105506.0, 510307.0 ], [ 105258.0, 510254.0 ], [ 105109.0, 510174.0 ], [ 104953.0, 510051.0 ], [ 104721.0, 509970.0 ], [ 104482.0, 509964.0 ], [ 104264.0, 510092.0 ], [ 104076.0, 510262.0 ], [ 103948.0, 510341.0 ], [ 103752.0, 510298.0 ], [ 103601.0, 510191.0 ], [ 103502.0, 510088.0 ], [ 103461.0, 509937.0 ], [ 103513.0, 509721.0 ], [ 103598.0, 509646.0 ], [ 103809.0, 509617.0 ], [ 104038.0, 509632.0 ], [ 104258.0, 509589.0 ], [ 104501.0, 509505.0 ], [ 104626.0, 509417.0 ], [ 104668.0, 509206.0 ], [ 104677.0, 508736.0 ], [ 104674.0, 508719.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 13, "TNODE_": 7, "LPOLY_": 6, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106754.0, 508714.0 ], [ 106779.0, 509035.0 ], [ 106688.0, 509535.0 ], [ 106494.0, 510127.0 ], [ 106232.0, 510452.0 ], [ 105833.0, 510639.0 ], [ 105358.0, 510676.0 ], [ 105038.0, 510647.0 ], [ 104840.0, 510627.0 ], [ 104599.0, 510769.0 ], [ 104479.0, 510933.0 ], [ 104453.0, 511260.0 ], [ 104453.0, 511457.0 ], [ 104355.0, 511602.0 ], [ 104124.0, 511721.0 ], [ 103932.0, 511794.0 ], [ 103696.0, 511839.0 ], [ 103344.0, 511853.0 ], [ 103085.0, 511753.0 ], [ 102959.0, 511589.0 ], [ 102876.0, 511269.0 ], [ 102914.0, 510978.0 ], [ 102882.0, 510695.0 ], [ 102720.0, 510340.0 ], [ 102541.0, 510153.0 ], [ 102329.0, 509915.0 ], [ 102123.0, 509737.0 ], [ 101864.0, 509601.0 ], [ 101580.0, 509524.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 11, "TNODE_": 15, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 104674.0, 508719.0 ], [ 104664.0, 508646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 17, "TNODE_": 15, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 104643.0, 508623.0 ], [ 104664.0, 508646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 19, "TNODE_": 8, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105610.0, 508548.0 ], [ 105920.0, 509430.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 20, "TNODE_": 18, "LPOLY_": 11, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 108391.0, 508516.0 ], [ 108359.0, 508523.0 ], [ 108337.0, 508551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 14, "TNODE_": 20, "LPOLY_": 11, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 109228.0, 508653.0 ], [ 109051.0, 508637.0 ], [ 108674.0, 508501.0 ], [ 108482.0, 508494.0 ], [ 108391.0, 508516.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 25, "TNODE_": 19, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105348.0, 508142.0 ], [ 105610.0, 508548.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 26, "TNODE_": 10, "LPOLY_": 9, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 103267.0, 508112.0 ], [ 103148.0, 508185.0 ], [ 103015.0, 508236.0 ], [ 102828.0, 508258.0 ], [ 102622.0, 508309.0 ], [ 102477.0, 508428.0 ], [ 102266.0, 508649.0 ], [ 102013.0, 508826.0 ], [ 101795.0, 508939.0 ], [ 101467.0, 509004.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 23, "TNODE_": 24, "LPOLY_": 13, "RPOLY_": 11 }, "geometry": { "type": "LineString", "coordinates": [ [ 109227.0, 508377.0 ], [ 108957.0, 508302.0 ], [ 108724.0, 508259.0 ], [ 108460.0, 508164.0 ], [ 108213.0, 508087.0 ], [ 108088.0, 508056.0 ], [ 107936.0, 508064.0 ], [ 107824.0, 508109.0 ], [ 107763.0, 508235.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 28, "TNODE_": 9, "LPOLY_": 7, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 106012.0, 508026.0 ], [ 106119.0, 508285.0 ], [ 106204.0, 508741.0 ], [ 106237.0, 509315.0 ], [ 106221.0, 509705.0 ], [ 106129.0, 510019.0 ], [ 105997.0, 510295.0 ], [ 105716.0, 510495.0 ], [ 105371.0, 510501.0 ], [ 105005.0, 510410.0 ], [ 104689.0, 510421.0 ], [ 104511.0, 510508.0 ], [ 104369.0, 510693.0 ], [ 104332.0, 510876.0 ], [ 104318.0, 511264.0 ], [ 104240.0, 511406.0 ], [ 104000.0, 511551.0 ], [ 103677.0, 511626.0 ], [ 103390.0, 511650.0 ], [ 103143.0, 511609.0 ], [ 103025.0, 511476.0 ], [ 102989.0, 511293.0 ], [ 103042.0, 511053.0 ], [ 103060.0, 510838.0 ], [ 102964.0, 510566.0 ], [ 102880.0, 510344.0 ], [ 102741.0, 510080.0 ], [ 102478.0, 509758.0 ], [ 102267.0, 509478.0 ], [ 102000.0, 509351.0 ], [ 101679.0, 509291.0 ], [ 101528.0, 509285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 30, "TNODE_": 22, "LPOLY_": 12, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 103268.0, 507858.0 ], [ 103111.0, 507769.0 ], [ 102907.0, 507698.0 ], [ 102683.0, 507658.0 ], [ 102474.0, 507670.0 ], [ 102289.0, 507782.0 ], [ 102050.0, 508007.0 ], [ 101762.0, 508224.0 ], [ 101471.0, 508399.0 ], [ 101349.0, 508455.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 31, "TNODE_": 37, "LPOLY_": 17, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 103166.0, 507684.0 ], [ 103036.0, 507648.0 ], [ 102917.0, 507631.0 ], [ 102805.0, 507572.0 ], [ 102699.0, 507507.0 ], [ 102383.0, 507406.0 ], [ 102262.0, 507342.0 ], [ 102100.0, 507070.0 ], [ 101955.0, 506999.0 ], [ 101826.0, 506985.0 ], [ 101644.0, 507052.0 ], [ 101409.0, 507167.0 ], [ 101098.0, 507371.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25, "FNODE_": 39, "TNODE_": 35, "LPOLY_": 14, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 104324.0, 506853.0 ], [ 104067.0, 506920.0 ], [ 103833.0, 507004.0 ], [ 103641.0, 507091.0 ], [ 103480.0, 507108.0 ], [ 103371.0, 507102.0 ], [ 103313.0, 507163.0 ], [ 103370.0, 507253.0 ], [ 103423.0, 507332.0 ], [ 103460.0, 507416.0 ], [ 103550.0, 507449.0 ], [ 103667.0, 507434.0 ], [ 103793.0, 507425.0 ], [ 103980.0, 507468.0 ], [ 104083.0, 507503.0 ], [ 104217.0, 507565.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 33, "TNODE_": 38, "LPOLY_": 19, "RPOLY_": 17 }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 507594.0 ], [ 103047.0, 507602.0 ], [ 102954.0, 507596.0 ], [ 102837.0, 507533.0 ], [ 102719.0, 507454.0 ], [ 102544.0, 507369.0 ], [ 102399.0, 507265.0 ], [ 102245.0, 507151.0 ], [ 102128.0, 507021.0 ], [ 101947.0, 506922.0 ], [ 101754.0, 506859.0 ], [ 101580.0, 506831.0 ], [ 101306.0, 506958.0 ], [ 101160.0, 507069.0 ], [ 101051.0, 507170.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 34, "TNODE_": 40, "LPOLY_": 16, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103218.0, 507573.0 ], [ 103158.0, 507453.0 ], [ 103040.0, 507290.0 ], [ 102960.0, 507131.0 ], [ 102881.0, 506949.0 ], [ 102866.0, 506843.0 ], [ 102917.0, 506730.0 ], [ 103043.0, 506621.0 ], [ 103103.0, 506532.0 ], [ 103088.0, 506454.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27, "FNODE_": 41, "TNODE_": 27, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 103968.0, 506208.0 ], [ 104052.0, 506290.0 ], [ 104099.0, 506380.0 ], [ 104099.0, 506437.0 ], [ 104066.0, 506504.0 ], [ 103939.0, 506655.0 ], [ 103775.0, 506778.0 ], [ 103524.0, 506892.0 ], [ 103367.0, 506951.0 ], [ 103247.0, 507043.0 ], [ 103205.0, 507146.0 ], [ 103197.0, 507246.0 ], [ 103260.0, 507341.0 ], [ 103368.0, 507452.0 ], [ 103483.0, 507566.0 ], [ 103553.0, 507609.0 ], [ 103689.0, 507579.0 ], [ 103765.0, 507583.0 ], [ 103837.0, 507591.0 ], [ 103946.0, 507743.0 ], [ 103934.0, 507859.0 ], [ 103813.0, 507973.0 ], [ 103668.0, 508059.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 42, "TNODE_": 29, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 103498.0, 506189.0 ], [ 103544.0, 506223.0 ], [ 103558.0, 506290.0 ], [ 103582.0, 506333.0 ], [ 103610.0, 506375.0 ], [ 103634.0, 506442.0 ], [ 103658.0, 506518.0 ], [ 103662.0, 506589.0 ], [ 103662.0, 506623.0 ], [ 103643.0, 506660.0 ], [ 103483.0, 506788.0 ], [ 103366.0, 506873.0 ], [ 103243.0, 506921.0 ], [ 103127.0, 507023.0 ], [ 103095.0, 507161.0 ], [ 103135.0, 507295.0 ], [ 103210.0, 507462.0 ], [ 103305.0, 507556.0 ], [ 103429.0, 507664.0 ], [ 103664.0, 507752.0 ], [ 103697.0, 507819.0 ], [ 103609.0, 507898.0 ], [ 103502.0, 507952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 49, "TNODE_": 40, "LPOLY_": 20, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 103196.0, 505868.0 ], [ 103146.0, 505937.0 ], [ 103132.0, 506007.0 ], [ 103118.0, 506067.0 ], [ 103109.0, 506132.0 ], [ 103091.0, 506197.0 ], [ 103077.0, 506225.0 ], [ 103044.0, 506276.0 ], [ 103040.0, 506350.0 ], [ 103088.0, 506454.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 47, "TNODE_": 53, "LPOLY_": 23, "RPOLY_": 24 }, "geometry": { "type": "LineString", "coordinates": [ [ 103598.0, 505929.0 ], [ 103623.0, 505915.0 ], [ 103635.0, 505889.0 ], [ 103626.0, 505855.0 ], [ 103598.0, 505821.0 ], [ 103609.0, 505773.0 ], [ 103635.0, 505751.0 ], [ 103683.0, 505745.0 ], [ 103767.0, 505728.0 ], [ 103824.0, 505745.0 ], [ 103931.0, 505773.0 ], [ 104004.0, 505778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 48, "TNODE_": 54, "LPOLY_": 24, "RPOLY_": 25 }, "geometry": { "type": "LineString", "coordinates": [ [ 103530.0, 505875.0 ], [ 103550.0, 505850.0 ], [ 103561.0, 505804.0 ], [ 103587.0, 505739.0 ], [ 103623.0, 505725.0 ], [ 103717.0, 505706.0 ], [ 103815.0, 505700.0 ], [ 103937.0, 505722.0 ], [ 104059.0, 505760.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 57, "TNODE_": 59, "LPOLY_": 20, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 103207.0, 505694.0 ], [ 103265.0, 505634.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 60, "TNODE_": 56, "LPOLY_": 25, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103671.0, 505628.0 ], [ 103763.0, 505629.0 ], [ 103955.0, 505684.0 ], [ 104130.0, 505748.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 50, "TNODE_": 60, "LPOLY_": 25, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 103483.0, 505829.0 ], [ 103505.0, 505816.0 ], [ 103525.0, 505793.0 ], [ 103536.0, 505754.0 ], [ 103556.0, 505717.0 ], [ 103595.0, 505669.0 ], [ 103640.0, 505635.0 ], [ 103671.0, 505628.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 59, "TNODE_": 55, "LPOLY_": 20, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 103265.0, 505634.0 ], [ 103376.0, 505568.0 ], [ 103534.0, 505541.0 ], [ 103771.0, 505519.0 ], [ 103894.0, 505517.0 ], [ 104040.0, 505521.0 ], [ 104152.0, 505557.0 ], [ 104358.0, 505756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 61, "TNODE_": 32, "LPOLY_": 13, "RPOLY_": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 109224.0, 505043.0 ], [ 109072.0, 505184.0 ], [ 108979.0, 505354.0 ], [ 108903.0, 505645.0 ], [ 108741.0, 506028.0 ], [ 108646.0, 506271.0 ], [ 108586.0, 506554.0 ], [ 108608.0, 506748.0 ], [ 108656.0, 506943.0 ], [ 108721.0, 507125.0 ], [ 108869.0, 507388.0 ], [ 109034.0, 507522.0 ], [ 109227.0, 507612.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26, "FNODE_": 65, "TNODE_": 36, "LPOLY_": 19, "RPOLY_": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 100755.0, 504039.0 ], [ 100904.0, 504057.0 ], [ 101172.0, 504077.0 ], [ 101398.0, 504068.0 ], [ 101591.0, 504097.0 ], [ 101735.0, 504390.0 ], [ 101782.0, 504689.0 ], [ 101857.0, 504888.0 ], [ 102053.0, 505052.0 ], [ 102296.0, 505072.0 ], [ 102494.0, 505035.0 ], [ 102570.0, 505033.0 ], [ 102622.0, 505074.0 ], [ 102629.0, 505145.0 ], [ 102577.0, 505216.0 ], [ 102569.0, 505280.0 ], [ 102584.0, 505365.0 ], [ 102404.0, 505343.0 ], [ 102217.0, 505387.0 ], [ 102046.0, 505530.0 ], [ 101954.0, 505655.0 ], [ 101865.0, 505808.0 ], [ 101884.0, 505907.0 ], [ 101994.0, 506037.0 ], [ 102105.0, 506115.0 ], [ 102283.0, 506148.0 ], [ 102445.0, 506125.0 ], [ 102525.0, 506124.0 ], [ 102682.0, 506027.0 ], [ 102728.0, 506032.0 ], [ 102729.0, 506115.0 ], [ 102691.0, 506213.0 ], [ 102745.0, 506299.0 ], [ 102815.0, 506385.0 ], [ 102859.0, 506457.0 ], [ 102858.0, 506560.0 ], [ 102810.0, 506671.0 ], [ 102779.0, 506760.0 ], [ 102811.0, 506968.0 ], [ 102875.0, 507130.0 ], [ 102959.0, 507261.0 ], [ 103029.0, 507405.0 ], [ 103133.0, 507556.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29, "FNODE_": 68, "TNODE_": 62, "LPOLY_": 22, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 101701.0, 503852.0 ], [ 101782.0, 504008.0 ], [ 101834.0, 504179.0 ], [ 101906.0, 504376.0 ], [ 101995.0, 504572.0 ], [ 102187.0, 504762.0 ], [ 102415.0, 504815.0 ], [ 102645.0, 504789.0 ], [ 102862.0, 504663.0 ], [ 103010.0, 504546.0 ], [ 103126.0, 504474.0 ], [ 103243.0, 504409.0 ], [ 103337.0, 504391.0 ], [ 103489.0, 504448.0 ], [ 103583.0, 504568.0 ], [ 103611.0, 504752.0 ], [ 103566.0, 504858.0 ], [ 103474.0, 504954.0 ], [ 103304.0, 505013.0 ], [ 103130.0, 505017.0 ], [ 103021.0, 505050.0 ], [ 102960.0, 505135.0 ], [ 102935.0, 505225.0 ], [ 102939.0, 505331.0 ], [ 103029.0, 505482.0 ], [ 103012.0, 505602.0 ], [ 102910.0, 505695.0 ], [ 102773.0, 505714.0 ], [ 102661.0, 505714.0 ], [ 102587.0, 505725.0 ], [ 102563.0, 505760.0 ], [ 102581.0, 505807.0 ], [ 102629.0, 505835.0 ], [ 102719.0, 505851.0 ], [ 102825.0, 505827.0 ], [ 102915.0, 505798.0 ], [ 103010.0, 505745.0 ], [ 103053.0, 505675.0 ], [ 103105.0, 505568.0 ], [ 103121.0, 505518.0 ], [ 103171.0, 505458.0 ], [ 103377.0, 505394.0 ], [ 103458.0, 505326.0 ], [ 103509.0, 505272.0 ], [ 103550.0, 505200.0 ], [ 103590.0, 505119.0 ], [ 103696.0, 505007.0 ], [ 103815.0, 504936.0 ], [ 103916.0, 504893.0 ], [ 104040.0, 504844.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30, "FNODE_": 70, "TNODE_": 57, "LPOLY_": 20, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 101370.0, 503744.0 ], [ 101437.0, 503760.0 ], [ 101537.0, 503815.0 ], [ 101639.0, 503941.0 ], [ 101711.0, 504121.0 ], [ 101799.0, 504370.0 ], [ 101851.0, 504550.0 ], [ 101919.0, 504691.0 ], [ 102075.0, 504825.0 ], [ 102214.0, 504918.0 ], [ 102406.0, 504963.0 ], [ 102653.0, 504928.0 ], [ 102762.0, 504877.0 ], [ 102890.0, 504793.0 ], [ 103024.0, 504662.0 ], [ 103156.0, 504551.0 ], [ 103212.0, 504507.0 ], [ 103307.0, 504515.0 ], [ 103373.0, 504598.0 ], [ 103392.0, 504735.0 ], [ 103328.0, 504835.0 ], [ 103160.0, 504880.0 ], [ 102931.0, 504956.0 ], [ 102774.0, 505055.0 ], [ 102709.0, 505187.0 ], [ 102703.0, 505248.0 ], [ 102733.0, 505313.0 ], [ 102818.0, 505370.0 ], [ 102912.0, 505420.0 ], [ 102949.0, 505514.0 ], [ 102945.0, 505588.0 ], [ 102890.0, 505609.0 ], [ 102782.0, 505558.0 ], [ 102696.0, 505477.0 ], [ 102556.0, 505462.0 ], [ 102394.0, 505461.0 ], [ 102208.0, 505557.0 ], [ 102100.0, 505688.0 ], [ 102078.0, 505808.0 ], [ 102098.0, 505910.0 ], [ 102152.0, 506001.0 ], [ 102215.0, 506031.0 ], [ 102275.0, 506052.0 ], [ 102380.0, 506065.0 ], [ 102504.0, 506021.0 ], [ 102581.0, 505961.0 ], [ 102636.0, 505914.0 ], [ 102767.0, 505912.0 ], [ 102894.0, 505916.0 ], [ 102942.0, 505908.0 ], [ 103020.0, 505881.0 ], [ 103092.0, 505841.0 ], [ 103153.0, 505759.0 ], [ 103207.0, 505694.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 71, "TNODE_": 69, "LPOLY_": 29, "RPOLY_": 28 }, "geometry": { "type": "LineString", "coordinates": [ [ 105041.0, 502409.0 ], [ 105031.0, 502631.0 ], [ 104904.0, 503046.0 ], [ 104737.0, 503374.0 ], [ 104612.0, 503615.0 ], [ 104464.0, 503759.0 ], [ 104174.0, 503901.0 ], [ 103896.0, 503995.0 ], [ 103421.0, 504152.0 ], [ 103183.0, 504253.0 ], [ 103031.0, 504340.0 ], [ 102878.0, 504376.0 ], [ 102726.0, 504370.0 ], [ 102649.0, 504305.0 ], [ 102606.0, 504189.0 ], [ 102639.0, 504052.0 ], [ 102724.0, 503902.0 ], [ 102793.0, 503786.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 73, "TNODE_": 72, "LPOLY_": 31, "RPOLY_": 28 }, "geometry": { "type": "LineString", "coordinates": [ [ 103222.0, 501762.0 ], [ 103356.0, 501716.0 ], [ 103557.0, 501619.0 ], [ 103824.0, 501516.0 ], [ 104101.0, 501486.0 ], [ 104337.0, 501506.0 ], [ 104603.0, 501588.0 ], [ 104813.0, 501717.0 ], [ 104953.0, 501900.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 74, "TNODE_": 67, "LPOLY_": 28, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 103350.0, 501515.0 ], [ 103582.0, 501391.0 ], [ 103862.0, 501334.0 ], [ 104092.0, 501306.0 ], [ 104324.0, 501293.0 ], [ 104502.0, 501311.0 ], [ 104719.0, 501413.0 ], [ 104933.0, 501568.0 ], [ 105057.0, 501667.0 ], [ 105157.0, 501784.0 ], [ 105260.0, 501950.0 ], [ 105261.0, 502140.0 ], [ 105217.0, 502398.0 ], [ 105161.0, 502628.0 ], [ 105078.0, 502918.0 ], [ 104922.0, 503425.0 ], [ 104888.0, 503550.0 ], [ 104816.0, 503952.0 ], [ 104765.0, 504043.0 ], [ 104616.0, 504143.0 ], [ 104409.0, 504177.0 ], [ 104129.0, 504152.0 ], [ 103939.0, 504154.0 ], [ 103656.0, 504182.0 ], [ 103470.0, 504220.0 ], [ 103240.0, 504285.0 ], [ 103130.0, 504330.0 ], [ 102969.0, 504407.0 ], [ 102840.0, 504438.0 ], [ 102685.0, 504419.0 ], [ 102553.0, 504333.0 ], [ 102470.0, 504185.0 ], [ 102479.0, 504004.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 75, "TNODE_": 66, "LPOLY_": 27, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 103583.0, 501248.0 ], [ 103799.0, 501209.0 ], [ 104173.0, 501178.0 ], [ 104602.0, 501253.0 ], [ 104976.0, 501427.0 ], [ 105084.0, 501533.0 ], [ 105255.0, 501625.0 ], [ 105460.0, 501789.0 ], [ 105469.0, 502120.0 ], [ 105405.0, 502360.0 ], [ 105331.0, 502665.0 ], [ 105223.0, 503024.0 ], [ 105149.0, 503264.0 ], [ 105099.0, 503464.0 ], [ 105099.0, 503718.0 ], [ 105114.0, 503969.0 ], [ 105002.0, 504213.0 ], [ 104764.0, 504441.0 ], [ 104410.0, 504412.0 ], [ 104132.0, 504322.0 ], [ 103932.0, 504290.0 ], [ 103849.0, 504306.0 ], [ 103727.0, 504362.0 ], [ 103584.0, 504348.0 ], [ 103428.0, 504316.0 ], [ 103255.0, 504338.0 ], [ 103101.0, 504373.0 ], [ 102809.0, 504551.0 ], [ 102656.0, 504629.0 ], [ 102434.0, 504675.0 ], [ 102236.0, 504649.0 ], [ 102097.0, 504562.0 ], [ 101998.0, 504399.0 ], [ 101963.0, 504256.0 ], [ 101938.0, 504112.0 ], [ 101926.0, 504007.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 76, "TNODE_": 63, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 106285.0, 500926.0 ], [ 106616.0, 501053.0 ], [ 106915.0, 501183.0 ], [ 107133.0, 501327.0 ], [ 107247.0, 501419.0 ], [ 107378.0, 501710.0 ], [ 107362.0, 502144.0 ], [ 107136.0, 502538.0 ], [ 106737.0, 502727.0 ], [ 106489.0, 502820.0 ], [ 106314.0, 502908.0 ], [ 106285.0, 503142.0 ], [ 106447.0, 503521.0 ], [ 106524.0, 503995.0 ], [ 106381.0, 504373.0 ], [ 106167.0, 504492.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 76, "TNODE_": 78, "LPOLY_": 13, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 106285.0, 500926.0 ], [ 106147.0, 500885.0 ], [ 106019.0, 500852.0 ], [ 105911.0, 500771.0 ], [ 105884.0, 500595.0 ], [ 105904.0, 500500.0 ], [ 105985.0, 500399.0 ], [ 106025.0, 500331.0 ], [ 106106.0, 500284.0 ], [ 106215.0, 500230.0 ], [ 106458.0, 500063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 77, "TNODE_": 80, "LPOLY_": 26, "RPOLY_": 32 }, "geometry": { "type": "LineString", "coordinates": [ [ 103743.0, 500453.0 ], [ 103346.0, 499689.0 ], [ 103205.0, 499542.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 81, "TNODE_": 78, "LPOLY_": 26, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 109218.0, 499222.0 ], [ 108412.0, 499298.0 ], [ 107688.0, 499464.0 ], [ 107121.0, 499658.0 ], [ 106693.0, 499874.0 ], [ 106458.0, 500063.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 85, "TNODE_": 82, "LPOLY_": 33, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 105356.0, 496780.0 ], [ 105573.0, 496898.0 ], [ 105673.0, 496994.0 ], [ 105809.0, 497110.0 ], [ 105915.0, 497400.0 ], [ 105976.0, 497664.0 ], [ 106059.0, 497955.0 ], [ 106258.0, 498232.0 ], [ 106489.0, 498600.0 ], [ 106565.0, 498842.0 ], [ 106544.0, 499062.0 ], [ 106409.0, 499196.0 ], [ 106189.0, 499219.0 ], [ 105969.0, 499151.0 ], [ 105800.0, 499130.0 ], [ 105647.0, 499109.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_interpolation_points.geojson new file mode 100644 index 0000000..054b25a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_interpolation_points.geojson @@ -0,0 +1,805 @@ +{ +"type": "FeatureCollection", +"name": "DS31_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107674.0, 510105.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107646.0, 510265.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107529.0, 510535.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107359.0, 510779.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107039.0, 510992.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106666.0, 511127.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 511371.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106184.0, 511843.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105990.0, 512448.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 512907.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105433.0, 513295.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105045.0, 513578.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104682.0, 513750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 513879.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 513893.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 513905.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103013.0, 513876.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102778.0, 513694.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 513470.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 513218.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 513049.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 512872.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 512705.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 512618.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 512508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 512388.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 512244.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 512172.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103692.0, 512125.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 512113.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 512131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 512167.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 511687.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 511354.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102638.0, 511070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 510646.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 510343.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 509973.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 509866.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101643.0, 509818.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 510017.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107096.0, 510216.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106772.0, 510524.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106392.0, 510697.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106004.0, 510843.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 511032.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 511255.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 511567.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 512033.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 512428.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 512791.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 513095.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104738.0, 513323.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 513522.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103987.0, 513647.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103642.0, 513728.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 513692.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 513583.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 513425.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 513247.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 513068.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 512896.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 512772.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 512706.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103778.0, 512552.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 512376.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 512166.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103778.0, 512036.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 512008.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 512015.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103110.0, 511957.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 511817.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102817.0, 511627.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 511454.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 511201.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 511005.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 510747.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 510526.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 510339.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 510183.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 510028.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102004.0, 509841.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 509693.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 509004.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 509285.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103267.0, 508112.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 508236.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 508258.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 508309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 508428.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 508649.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102013.0, 508826.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101795.0, 508939.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 509004.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106012.0, 508026.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106119.0, 508285.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106204.0, 508741.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 509315.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106221.0, 509705.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106129.0, 510019.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 510295.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105716.0, 510495.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 510501.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 510410.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 510421.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 510508.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510693.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 511264.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 511406.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 511551.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 511626.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 511650.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 511609.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 511476.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102989.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 511053.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103060.0, 510838.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 510566.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102880.0, 510344.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102741.0, 510080.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102478.0, 509758.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102267.0, 509478.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509351.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 509291.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 509285.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105920.0, 509430.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105987.0, 509878.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 510134.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105698.0, 510264.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 510254.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 510174.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104953.0, 510051.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 509970.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 509964.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 510092.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 510262.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 510341.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103752.0, 510298.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 510088.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 509937.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 509721.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 509646.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 509617.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 509632.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 509589.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104501.0, 509505.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 509417.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 509206.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104674.0, 508916.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 508736.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104674.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104674.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104664.0, 508646.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 508623.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104664.0, 508646.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105920.0, 509430.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 508142.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106754.0, 508714.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106779.0, 509035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 509535.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 510127.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106232.0, 510452.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 510639.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105358.0, 510676.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 510647.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 510627.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104479.0, 510933.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 511260.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 511457.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 511602.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 511721.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 511794.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 511853.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 511753.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 511589.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 511269.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 510978.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 510695.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 510340.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 510153.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 509915.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102123.0, 509737.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101864.0, 509601.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101580.0, 509524.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108391.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108359.0, 508523.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108337.0, 508551.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109228.0, 508653.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 109051.0, 508637.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108860.0, 508568.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108674.0, 508501.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108482.0, 508494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108391.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109227.0, 508377.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108957.0, 508302.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108724.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108213.0, 508087.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108088.0, 508056.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107936.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107824.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107763.0, 508235.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 507858.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 507769.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507698.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 507670.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102289.0, 507782.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 508007.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 508224.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101471.0, 508399.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 508455.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 507684.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 507648.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 507631.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 507572.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 507507.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102575.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 507342.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 507217.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 507070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 506999.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101826.0, 506985.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 507052.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101409.0, 507167.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101098.0, 507371.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 506853.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 506920.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 507004.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103641.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 507102.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 507163.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103423.0, 507332.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 507416.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103667.0, 507434.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 507468.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104083.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 507565.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 507594.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103047.0, 507602.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 507533.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 507454.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 507265.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 507151.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102128.0, 507021.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101947.0, 506922.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 506859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101580.0, 506831.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101306.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101160.0, 507069.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101051.0, 507170.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 507573.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 507453.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 507290.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 507131.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102881.0, 506949.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 506843.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103103.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 506454.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 505868.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 505937.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 506007.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 506067.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103109.0, 506132.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103091.0, 506197.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 506276.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 506454.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 506290.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104071.0, 506328.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 506380.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 506655.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 506778.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 506892.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 506951.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 507043.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 507146.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103197.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 507341.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 507566.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 507609.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 507579.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103765.0, 507583.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103837.0, 507591.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103946.0, 507743.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 507859.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 507973.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 508056.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 508059.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 506189.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103558.0, 506290.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 506333.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103610.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 506442.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 506518.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 506660.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 507023.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 507161.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 507462.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103305.0, 507556.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 507664.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103581.0, 507720.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 507752.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103697.0, 507819.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 507898.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 505915.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 505889.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 505855.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 505751.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 505728.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 505778.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 505875.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103587.0, 505739.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 505725.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 505706.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103937.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 505694.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 505636.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 505634.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 505634.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 505541.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 505557.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101370.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 503760.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101537.0, 503815.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 503941.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 504121.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101799.0, 504370.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101851.0, 504550.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101919.0, 504691.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 504825.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102214.0, 504918.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102406.0, 504963.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 504877.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 504793.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 504662.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 504551.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 504507.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 504515.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103373.0, 504598.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 504735.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 504835.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 504880.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 504956.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 505055.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102709.0, 505187.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 505248.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102733.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 505370.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 505514.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 505588.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 505609.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102782.0, 505558.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 505477.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102556.0, 505462.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 505461.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102208.0, 505557.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 505688.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 505910.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 506001.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 506052.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 505961.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 505916.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 505908.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 505881.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 505759.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 505696.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 505694.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103763.0, 505629.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 505684.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 505748.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103505.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 505793.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 505717.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103640.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109224.0, 505043.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109072.0, 505184.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108979.0, 505354.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108903.0, 505645.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108741.0, 506028.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108646.0, 506271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108586.0, 506554.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108608.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108656.0, 506943.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108721.0, 507125.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108869.0, 507388.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109034.0, 507522.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109227.0, 507612.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100755.0, 504039.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100904.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101172.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101398.0, 504068.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101591.0, 504097.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 504390.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 504689.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101857.0, 504888.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102053.0, 505052.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 505072.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102415.0, 505049.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 505035.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 505033.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 505216.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102569.0, 505280.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 505365.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 505357.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102404.0, 505343.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102217.0, 505387.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 505655.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101865.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 505907.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101994.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102105.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 506148.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 506124.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 506087.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 506027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102728.0, 506032.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 506213.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 506299.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102859.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 506560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506671.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 506760.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102811.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 507261.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 507405.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 507556.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 504179.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101906.0, 504376.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 504572.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 504762.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102415.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102645.0, 504789.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 504663.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 504546.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 504474.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 504409.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 504391.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103489.0, 504448.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 504568.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 504752.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103566.0, 504858.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 504954.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 505013.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 505017.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 505050.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 505135.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102935.0, 505225.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 505602.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102587.0, 505725.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 505835.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 505851.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 505827.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102915.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 505518.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 505458.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 505425.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103377.0, 505394.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 505326.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103509.0, 505272.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 505200.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 505119.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 505007.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 504936.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 504844.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105041.0, 502409.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 105031.0, 502631.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 503046.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104737.0, 503374.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 503615.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104464.0, 503759.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 503901.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103896.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 504253.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 504340.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 504376.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102726.0, 504370.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 504305.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102606.0, 504189.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102639.0, 504052.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 503902.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 503786.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 501762.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 501716.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 501619.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 501516.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104101.0, 501486.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 501506.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 501588.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104813.0, 501717.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104953.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 501515.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 501391.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 501334.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104092.0, 501306.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 501293.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 501311.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 501413.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 501568.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 501667.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105157.0, 501784.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105260.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 502140.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 502398.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105161.0, 502628.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 502918.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 503229.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 503425.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104888.0, 503550.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104816.0, 503952.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104765.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104616.0, 504143.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 504177.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104129.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 504154.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 504182.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 504220.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 504285.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 504330.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 504438.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 504185.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102479.0, 504004.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 501248.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103799.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104173.0, 501178.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104976.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105084.0, 501533.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 501625.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105460.0, 501789.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105469.0, 502120.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 502360.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105331.0, 502665.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105223.0, 503024.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 503264.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 503464.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 503718.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 503969.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 504213.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 504441.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 504412.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104132.0, 504322.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 504290.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 504306.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103727.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 504348.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103428.0, 504316.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 504338.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103101.0, 504373.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 504453.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 504551.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 504629.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 504675.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102236.0, 504649.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 504562.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 504399.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 504256.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 504112.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101926.0, 504007.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 501053.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106915.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107133.0, 501327.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107247.0, 501419.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107378.0, 501710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107362.0, 502144.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107136.0, 502538.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106737.0, 502727.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106489.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106314.0, 502908.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 503142.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106447.0, 503521.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106524.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 504373.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 504492.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106147.0, 500885.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106019.0, 500852.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105911.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105884.0, 500595.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105985.0, 500399.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106025.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 500284.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106458.0, 500063.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109218.0, 499222.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108412.0, 499298.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107688.0, 499464.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107121.0, 499658.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 499874.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106458.0, 500063.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 500453.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 499689.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105356.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 496898.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 496994.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105809.0, 497110.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105915.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105976.0, 497664.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106059.0, 497955.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 498232.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106489.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 498842.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106544.0, 499062.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 499196.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106189.0, 499219.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105969.0, 499151.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 499130.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105647.0, 499109.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.45 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0300002 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.49 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.07 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.6 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.9 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.62 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.87 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.3 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.49 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.8 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.6 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.28 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.5500002 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.7 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask.geojson new file mode 100644 index 0000000..80b9060 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask.geojson @@ -0,0 +1,13 @@ +{ +"type": "FeatureCollection", +"name": "DS31_mask", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DS31_": 1, "DS31_ID": 29, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 98140.0, 500140.0 ], [ 98435.0, 500140.0 ], [ 98748.0, 500623.0 ], [ 99160.0, 501383.0 ], [ 99473.0, 501869.0 ], [ 99660.0, 502247.0 ], [ 99836.0, 502756.0 ], [ 100037.0, 503610.0 ], [ 100202.0, 504223.0 ], [ 100471.0, 504151.0 ], [ 100838.0, 504007.0 ], [ 101072.0, 503860.0 ], [ 101320.0, 503735.0 ], [ 101611.0, 503786.0 ], [ 101862.0, 503970.0 ], [ 102073.0, 504093.0 ], [ 102207.0, 504122.0 ], [ 102351.0, 504087.0 ], [ 102527.0, 503973.0 ], [ 102759.0, 503834.0 ], [ 102816.0, 503754.0 ], [ 102926.0, 503685.0 ], [ 103078.0, 503676.0 ], [ 103226.0, 503673.0 ], [ 103413.0, 503620.0 ], [ 103584.0, 503549.0 ], [ 103804.0, 503426.0 ], [ 104007.0, 503274.0 ], [ 104175.0, 503164.0 ], [ 104350.0, 503092.0 ], [ 104511.0, 502991.0 ], [ 104792.0, 502766.0 ], [ 104941.0, 502584.0 ], [ 105054.0, 502386.0 ], [ 105117.0, 502218.0 ], [ 105167.0, 502090.0 ], [ 105125.0, 501955.0 ], [ 105007.0, 501894.0 ], [ 104691.0, 501927.0 ], [ 104445.0, 502027.0 ], [ 104271.0, 502125.0 ], [ 104114.0, 502181.0 ], [ 103874.0, 502211.0 ], [ 103593.0, 502180.0 ], [ 103382.0, 502053.0 ], [ 103252.0, 501909.0 ], [ 103217.0, 501818.0 ], [ 103227.0, 501703.0 ], [ 103291.0, 501587.0 ], [ 103350.0, 501515.0 ], [ 103420.0, 501431.0 ], [ 103572.0, 501260.0 ], [ 103707.0, 501122.0 ], [ 103813.0, 500901.0 ], [ 103810.0, 500678.0 ], [ 103751.0, 500464.0 ], [ 103610.0, 500256.0 ], [ 103437.0, 500071.0 ], [ 103266.0, 499976.0 ], [ 103170.0, 499854.0 ], [ 103146.0, 499693.0 ], [ 103187.0, 499558.0 ], [ 103289.0, 499464.0 ], [ 103472.0, 499441.0 ], [ 103685.0, 499465.0 ], [ 103803.0, 499511.0 ], [ 103951.0, 499626.0 ], [ 104055.0, 499742.0 ], [ 104308.0, 499964.0 ], [ 104463.0, 500012.0 ], [ 104559.0, 500018.0 ], [ 104684.0, 499981.0 ], [ 104796.0, 499928.0 ], [ 105004.0, 499800.0 ], [ 105208.0, 499634.0 ], [ 105336.0, 499481.0 ], [ 105472.0, 499344.0 ], [ 105591.0, 499219.0 ], [ 105654.0, 499094.0 ], [ 105630.0, 499009.0 ], [ 105560.0, 498792.0 ], [ 105532.0, 498597.0 ], [ 105503.0, 498409.0 ], [ 105477.0, 498270.0 ], [ 105492.0, 498037.0 ], [ 105489.0, 497872.0 ], [ 105388.0, 497711.0 ], [ 105308.0, 497612.0 ], [ 105158.0, 497442.0 ], [ 105046.0, 497274.0 ], [ 105013.0, 497041.0 ], [ 105063.0, 496908.0 ], [ 105163.0, 496839.0 ], [ 105270.0, 496780.0 ], [ 109216.0, 496766.0 ], [ 109217.0, 497952.0 ], [ 112036.0, 497812.0 ], [ 112165.0, 494667.0 ], [ 111994.0, 486514.0 ], [ 105609.0, 479273.0 ], [ 100991.0, 478190.0 ], [ 90614.0, 481782.0 ], [ 94263.0, 493413.0 ], [ 95061.0, 499228.0 ], [ 98140.0, 500140.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS31_": 2, "DS31_ID": 1, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102352.0, 516417.0 ], [ 109236.0, 516464.0 ], [ 109228.0, 508717.0 ], [ 108880.0, 508701.0 ], [ 108468.0, 508606.0 ], [ 108101.0, 508451.0 ], [ 107849.0, 508316.0 ], [ 107566.0, 508051.0 ], [ 107418.0, 507740.0 ], [ 107360.0, 507352.0 ], [ 107390.0, 506966.0 ], [ 107541.0, 506560.0 ], [ 107573.0, 506304.0 ], [ 107609.0, 506086.0 ], [ 107685.0, 505928.0 ], [ 107840.0, 505859.0 ], [ 107967.0, 505841.0 ], [ 108080.0, 505854.0 ], [ 108122.0, 505799.0 ], [ 108106.0, 505731.0 ], [ 108017.0, 505689.0 ], [ 107879.0, 505652.0 ], [ 107652.0, 505574.0 ], [ 107357.0, 505394.0 ], [ 107183.0, 505262.0 ], [ 107010.0, 505065.0 ], [ 106846.0, 504838.0 ], [ 106762.0, 504704.0 ], [ 106523.0, 504619.0 ], [ 106232.0, 504507.0 ], [ 105964.0, 504445.0 ], [ 105737.0, 504373.0 ], [ 105510.0, 504310.0 ], [ 105311.0, 504325.0 ], [ 105194.0, 504336.0 ], [ 105128.0, 504372.0 ], [ 104980.0, 504593.0 ], [ 104862.0, 504664.0 ], [ 104765.0, 504684.0 ], [ 104666.0, 504672.0 ], [ 104564.0, 504669.0 ], [ 104419.0, 504692.0 ], [ 104223.0, 504737.0 ], [ 104068.0, 504822.0 ], [ 103860.0, 504984.0 ], [ 103709.0, 505115.0 ], [ 103658.0, 505168.0 ], [ 103631.0, 505243.0 ], [ 103663.0, 505283.0 ], [ 103727.0, 505282.0 ], [ 103810.0, 505202.0 ], [ 103887.0, 505109.0 ], [ 104004.0, 505115.0 ], [ 104110.0, 505162.0 ], [ 104194.0, 505221.0 ], [ 104310.0, 505235.0 ], [ 104523.0, 505197.0 ], [ 104621.0, 505168.0 ], [ 104785.0, 505212.0 ], [ 104931.0, 505261.0 ], [ 105038.0, 505318.0 ], [ 105124.0, 505405.0 ], [ 105208.0, 505476.0 ], [ 105248.0, 505574.0 ], [ 105067.0, 505694.0 ], [ 104921.0, 505740.0 ], [ 104703.0, 505763.0 ], [ 104540.0, 505777.0 ], [ 104319.0, 505752.0 ], [ 104198.0, 505743.0 ], [ 104088.0, 505751.0 ], [ 104004.0, 505778.0 ], [ 103999.0, 505778.0 ], [ 103953.0, 505850.0 ], [ 103924.0, 505931.0 ], [ 103798.0, 505982.0 ], [ 103658.0, 505945.0 ], [ 103605.0, 505934.0 ], [ 103552.0, 505897.0 ], [ 103499.0, 505844.0 ], [ 103469.0, 505817.0 ], [ 103407.0, 505726.0 ], [ 103387.0, 505686.0 ], [ 103327.0, 505690.0 ], [ 103280.0, 505708.0 ], [ 103239.0, 505731.0 ], [ 103203.0, 505796.0 ], [ 103189.0, 505827.0 ], [ 103196.0, 505868.0 ], [ 103222.0, 505889.0 ], [ 103251.0, 505909.0 ], [ 103316.0, 505968.0 ], [ 103352.0, 506005.0 ], [ 103400.0, 506036.0 ], [ 103440.0, 506106.0 ], [ 103450.0, 506155.0 ], [ 103498.0, 506189.0 ], [ 103662.0, 506172.0 ], [ 103820.0, 506188.0 ], [ 103946.0, 506204.0 ], [ 104112.0, 506239.0 ], [ 104225.0, 506247.0 ], [ 104381.0, 506294.0 ], [ 104541.0, 506353.0 ], [ 104642.0, 506413.0 ], [ 104682.0, 506470.0 ], [ 104694.0, 506572.0 ], [ 104679.0, 506660.0 ], [ 104621.0, 506728.0 ], [ 104434.0, 506802.0 ], [ 104212.0, 506905.0 ], [ 104059.0, 506981.0 ], [ 104008.0, 507091.0 ], [ 104009.0, 507186.0 ], [ 104068.0, 507291.0 ], [ 104200.0, 507512.0 ], [ 104252.0, 507672.0 ], [ 104256.0, 507840.0 ], [ 104149.0, 507964.0 ], [ 103943.0, 508036.0 ], [ 103739.0, 508064.0 ], [ 103568.0, 508053.0 ], [ 103503.0, 507953.0 ], [ 103484.0, 507884.0 ], [ 103415.0, 507781.0 ], [ 103283.0, 507618.0 ], [ 103192.0, 507555.0 ], [ 103133.0, 507556.0 ], [ 103107.0, 507594.0 ], [ 103152.0, 507666.0 ], [ 103232.0, 507771.0 ], [ 103293.0, 507916.0 ], [ 103267.0, 508112.0 ], [ 103242.0, 508214.0 ], [ 103244.0, 508383.0 ], [ 103299.0, 508509.0 ], [ 103437.0, 508593.0 ], [ 103578.0, 508665.0 ], [ 103685.0, 508706.0 ], [ 103831.0, 508757.0 ], [ 104062.0, 508799.0 ], [ 104249.0, 508828.0 ], [ 104381.0, 508782.0 ], [ 104477.0, 508729.0 ], [ 104642.0, 508624.0 ], [ 104829.0, 508474.0 ], [ 105165.0, 508235.0 ], [ 105348.0, 508142.0 ], [ 105622.0, 508058.0 ], [ 105816.0, 508004.0 ], [ 105939.0, 508003.0 ], [ 106135.0, 508063.0 ], [ 106415.0, 508293.0 ], [ 106532.0, 508429.0 ], [ 106698.0, 508643.0 ], [ 106799.0, 508770.0 ], [ 106936.0, 508991.0 ], [ 107007.0, 509110.0 ], [ 107080.0, 509272.0 ], [ 107087.0, 509438.0 ], [ 106908.0, 509674.0 ], [ 106827.0, 509759.0 ], [ 106820.0, 509873.0 ], [ 106829.0, 509952.0 ], [ 106931.0, 510017.0 ], [ 107075.0, 510029.0 ], [ 107214.0, 510018.0 ], [ 107351.0, 510010.0 ], [ 107497.0, 510063.0 ], [ 107724.0, 510117.0 ], [ 107923.0, 510155.0 ], [ 108113.0, 510217.0 ], [ 108253.0, 510273.0 ], [ 108333.0, 510404.0 ], [ 108422.0, 510535.0 ], [ 108472.0, 510770.0 ], [ 108458.0, 510915.0 ], [ 108239.0, 511071.0 ], [ 107939.0, 511167.0 ], [ 107695.0, 511303.0 ], [ 107420.0, 511460.0 ], [ 107138.0, 511629.0 ], [ 106943.0, 511823.0 ], [ 106797.0, 512147.0 ], [ 106541.0, 512543.0 ], [ 106332.0, 512833.0 ], [ 106117.0, 513116.0 ], [ 105804.0, 513465.0 ], [ 105481.0, 513749.0 ], [ 105046.0, 514043.0 ], [ 104742.0, 514157.0 ], [ 104430.0, 514149.0 ], [ 103666.0, 514058.0 ], [ 103339.0, 514049.0 ], [ 103030.0, 514082.0 ], [ 102717.0, 514154.0 ], [ 102475.0, 514268.0 ], [ 102324.0, 514313.0 ], [ 102352.0, 516417.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS31_": 6, "DS31_ID": 34, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100037.0, 503610.0 ], [ 99836.0, 502756.0 ], [ 99660.0, 502247.0 ], [ 99473.0, 501869.0 ], [ 99160.0, 501383.0 ], [ 98748.0, 500623.0 ], [ 98435.0, 500140.0 ], [ 98140.0, 500140.0 ], [ 95061.0, 499228.0 ], [ 97003.0, 504698.0 ], [ 100202.0, 504223.0 ], [ 100037.0, 503610.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS31_": 12, "DS31_ID": 39, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102324.0, 514313.0 ], [ 101655.0, 514603.0 ], [ 100559.0, 515147.0 ], [ 99966.0, 515550.0 ], [ 100131.0, 516440.0 ], [ 102352.0, 516417.0 ], [ 102324.0, 514313.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS31_": 14, "DS31_ID": 33, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109217.0, 497952.0 ], [ 109216.0, 496766.0 ], [ 105678.0, 496779.0 ], [ 105851.0, 496843.0 ], [ 106063.0, 496930.0 ], [ 106234.0, 496996.0 ], [ 106464.0, 497128.0 ], [ 106822.0, 497278.0 ], [ 107495.0, 497564.0 ], [ 108022.0, 497732.0 ], [ 108476.0, 497925.0 ], [ 109217.0, 497991.0 ], [ 109217.0, 497952.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask_combined.geojson new file mode 100644 index 0000000..7cbe2f6 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_mask_combined.geojson @@ -0,0 +1,12 @@ +{ +"type": "FeatureCollection", +"name": "DS31_mask_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 98140.0, 500140.0 ], [ 98435.0, 500140.0 ], [ 98748.0, 500623.0 ], [ 99160.0, 501383.0 ], [ 99473.0, 501869.0 ], [ 99660.0, 502247.0 ], [ 99836.0, 502756.0 ], [ 100037.0, 503610.0 ], [ 100202.0, 504223.0 ], [ 100471.0, 504151.0 ], [ 100838.0, 504007.0 ], [ 101072.0, 503860.0 ], [ 101320.0, 503735.0 ], [ 101611.0, 503786.0 ], [ 101862.0, 503970.0 ], [ 102073.0, 504093.0 ], [ 102207.0, 504122.0 ], [ 102351.0, 504087.0 ], [ 102527.0, 503973.0 ], [ 102759.0, 503834.0 ], [ 102816.0, 503754.0 ], [ 102926.0, 503685.0 ], [ 103078.0, 503676.0 ], [ 103226.0, 503673.0 ], [ 103413.0, 503620.0 ], [ 103584.0, 503549.0 ], [ 103804.0, 503426.0 ], [ 104007.0, 503274.0 ], [ 104175.0, 503164.0 ], [ 104350.0, 503092.0 ], [ 104511.0, 502991.0 ], [ 104792.0, 502766.0 ], [ 104941.0, 502584.0 ], [ 105054.0, 502386.0 ], [ 105117.0, 502218.0 ], [ 105167.0, 502090.0 ], [ 105125.0, 501955.0 ], [ 105007.0, 501894.0 ], [ 104691.0, 501927.0 ], [ 104445.0, 502027.0 ], [ 104271.0, 502125.0 ], [ 104114.0, 502181.0 ], [ 103874.0, 502211.0 ], [ 103593.0, 502180.0 ], [ 103382.0, 502053.0 ], [ 103252.0, 501909.0 ], [ 103217.0, 501818.0 ], [ 103227.0, 501703.0 ], [ 103291.0, 501587.0 ], [ 103350.0, 501515.0 ], [ 103420.0, 501431.0 ], [ 103572.0, 501260.0 ], [ 103707.0, 501122.0 ], [ 103813.0, 500901.0 ], [ 103810.0, 500678.0 ], [ 103751.0, 500464.0 ], [ 103610.0, 500256.0 ], [ 103437.0, 500071.0 ], [ 103266.0, 499976.0 ], [ 103170.0, 499854.0 ], [ 103146.0, 499693.0 ], [ 103187.0, 499558.0 ], [ 103289.0, 499464.0 ], [ 103472.0, 499441.0 ], [ 103685.0, 499465.0 ], [ 103803.0, 499511.0 ], [ 103951.0, 499626.0 ], [ 104055.0, 499742.0 ], [ 104308.0, 499964.0 ], [ 104463.0, 500012.0 ], [ 104559.0, 500018.0 ], [ 104684.0, 499981.0 ], [ 104796.0, 499928.0 ], [ 105004.0, 499800.0 ], [ 105208.0, 499634.0 ], [ 105336.0, 499481.0 ], [ 105472.0, 499344.0 ], [ 105591.0, 499219.0 ], [ 105654.0, 499094.0 ], [ 105630.0, 499009.0 ], [ 105560.0, 498792.0 ], [ 105532.0, 498597.0 ], [ 105503.0, 498409.0 ], [ 105477.0, 498270.0 ], [ 105492.0, 498037.0 ], [ 105489.0, 497872.0 ], [ 105388.0, 497711.0 ], [ 105308.0, 497612.0 ], [ 105158.0, 497442.0 ], [ 105046.0, 497274.0 ], [ 105013.0, 497041.0 ], [ 105063.0, 496908.0 ], [ 105163.0, 496839.0 ], [ 105270.0, 496780.0 ], [ 109216.0, 496766.0 ], [ 109217.0, 497952.0 ], [ 112036.0, 497812.0 ], [ 112165.0, 494667.0 ], [ 111994.0, 486514.0 ], [ 105609.0, 479273.0 ], [ 100991.0, 478190.0 ], [ 90614.0, 481782.0 ], [ 94263.0, 493413.0 ], [ 95061.0, 499228.0 ], [ 98140.0, 500140.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102352.0, 516417.0 ], [ 109236.0, 516464.0 ], [ 109228.0, 508717.0 ], [ 108880.0, 508701.0 ], [ 108468.0, 508606.0 ], [ 108101.0, 508451.0 ], [ 107849.0, 508316.0 ], [ 107566.0, 508051.0 ], [ 107418.0, 507740.0 ], [ 107360.0, 507352.0 ], [ 107390.0, 506966.0 ], [ 107541.0, 506560.0 ], [ 107573.0, 506304.0 ], [ 107609.0, 506086.0 ], [ 107685.0, 505928.0 ], [ 107840.0, 505859.0 ], [ 107967.0, 505841.0 ], [ 108080.0, 505854.0 ], [ 108122.0, 505799.0 ], [ 108106.0, 505731.0 ], [ 108017.0, 505689.0 ], [ 107879.0, 505652.0 ], [ 107652.0, 505574.0 ], [ 107357.0, 505394.0 ], [ 107183.0, 505262.0 ], [ 107010.0, 505065.0 ], [ 106846.0, 504838.0 ], [ 106762.0, 504704.0 ], [ 106523.0, 504619.0 ], [ 106232.0, 504507.0 ], [ 105964.0, 504445.0 ], [ 105737.0, 504373.0 ], [ 105510.0, 504310.0 ], [ 105311.0, 504325.0 ], [ 105194.0, 504336.0 ], [ 105128.0, 504372.0 ], [ 104980.0, 504593.0 ], [ 104862.0, 504664.0 ], [ 104765.0, 504684.0 ], [ 104666.0, 504672.0 ], [ 104564.0, 504669.0 ], [ 104419.0, 504692.0 ], [ 104223.0, 504737.0 ], [ 104068.0, 504822.0 ], [ 103860.0, 504984.0 ], [ 103709.0, 505115.0 ], [ 103658.0, 505168.0 ], [ 103631.0, 505243.0 ], [ 103663.0, 505283.0 ], [ 103727.0, 505282.0 ], [ 103810.0, 505202.0 ], [ 103887.0, 505109.0 ], [ 104004.0, 505115.0 ], [ 104110.0, 505162.0 ], [ 104194.0, 505221.0 ], [ 104310.0, 505235.0 ], [ 104523.0, 505197.0 ], [ 104621.0, 505168.0 ], [ 104785.0, 505212.0 ], [ 104931.0, 505261.0 ], [ 105038.0, 505318.0 ], [ 105124.0, 505405.0 ], [ 105208.0, 505476.0 ], [ 105248.0, 505574.0 ], [ 105067.0, 505694.0 ], [ 104921.0, 505740.0 ], [ 104703.0, 505763.0 ], [ 104540.0, 505777.0 ], [ 104319.0, 505752.0 ], [ 104198.0, 505743.0 ], [ 104088.0, 505751.0 ], [ 104004.0, 505778.0 ], [ 103999.0, 505778.0 ], [ 103953.0, 505850.0 ], [ 103924.0, 505931.0 ], [ 103798.0, 505982.0 ], [ 103658.0, 505945.0 ], [ 103605.0, 505934.0 ], [ 103552.0, 505897.0 ], [ 103499.0, 505844.0 ], [ 103469.0, 505817.0 ], [ 103407.0, 505726.0 ], [ 103387.0, 505686.0 ], [ 103327.0, 505690.0 ], [ 103280.0, 505708.0 ], [ 103239.0, 505731.0 ], [ 103203.0, 505796.0 ], [ 103189.0, 505827.0 ], [ 103196.0, 505868.0 ], [ 103222.0, 505889.0 ], [ 103251.0, 505909.0 ], [ 103316.0, 505968.0 ], [ 103352.0, 506005.0 ], [ 103400.0, 506036.0 ], [ 103440.0, 506106.0 ], [ 103450.0, 506155.0 ], [ 103498.0, 506189.0 ], [ 103662.0, 506172.0 ], [ 103820.0, 506188.0 ], [ 103946.0, 506204.0 ], [ 104112.0, 506239.0 ], [ 104225.0, 506247.0 ], [ 104381.0, 506294.0 ], [ 104541.0, 506353.0 ], [ 104642.0, 506413.0 ], [ 104682.0, 506470.0 ], [ 104694.0, 506572.0 ], [ 104679.0, 506660.0 ], [ 104621.0, 506728.0 ], [ 104434.0, 506802.0 ], [ 104212.0, 506905.0 ], [ 104059.0, 506981.0 ], [ 104008.0, 507091.0 ], [ 104009.0, 507186.0 ], [ 104068.0, 507291.0 ], [ 104200.0, 507512.0 ], [ 104252.0, 507672.0 ], [ 104256.0, 507840.0 ], [ 104149.0, 507964.0 ], [ 103943.0, 508036.0 ], [ 103739.0, 508064.0 ], [ 103568.0, 508053.0 ], [ 103503.0, 507953.0 ], [ 103484.0, 507884.0 ], [ 103415.0, 507781.0 ], [ 103283.0, 507618.0 ], [ 103192.0, 507555.0 ], [ 103133.0, 507556.0 ], [ 103107.0, 507594.0 ], [ 103152.0, 507666.0 ], [ 103232.0, 507771.0 ], [ 103293.0, 507916.0 ], [ 103267.0, 508112.0 ], [ 103242.0, 508214.0 ], [ 103244.0, 508383.0 ], [ 103299.0, 508509.0 ], [ 103437.0, 508593.0 ], [ 103578.0, 508665.0 ], [ 103685.0, 508706.0 ], [ 103831.0, 508757.0 ], [ 104062.0, 508799.0 ], [ 104249.0, 508828.0 ], [ 104381.0, 508782.0 ], [ 104477.0, 508729.0 ], [ 104642.0, 508624.0 ], [ 104829.0, 508474.0 ], [ 105165.0, 508235.0 ], [ 105348.0, 508142.0 ], [ 105622.0, 508058.0 ], [ 105816.0, 508004.0 ], [ 105939.0, 508003.0 ], [ 106135.0, 508063.0 ], [ 106415.0, 508293.0 ], [ 106532.0, 508429.0 ], [ 106698.0, 508643.0 ], [ 106799.0, 508770.0 ], [ 106936.0, 508991.0 ], [ 107007.0, 509110.0 ], [ 107080.0, 509272.0 ], [ 107087.0, 509438.0 ], [ 106908.0, 509674.0 ], [ 106827.0, 509759.0 ], [ 106820.0, 509873.0 ], [ 106829.0, 509952.0 ], [ 106931.0, 510017.0 ], [ 107075.0, 510029.0 ], [ 107214.0, 510018.0 ], [ 107351.0, 510010.0 ], [ 107497.0, 510063.0 ], [ 107724.0, 510117.0 ], [ 107923.0, 510155.0 ], [ 108113.0, 510217.0 ], [ 108253.0, 510273.0 ], [ 108333.0, 510404.0 ], [ 108422.0, 510535.0 ], [ 108472.0, 510770.0 ], [ 108458.0, 510915.0 ], [ 108239.0, 511071.0 ], [ 107939.0, 511167.0 ], [ 107695.0, 511303.0 ], [ 107420.0, 511460.0 ], [ 107138.0, 511629.0 ], [ 106943.0, 511823.0 ], [ 106797.0, 512147.0 ], [ 106541.0, 512543.0 ], [ 106332.0, 512833.0 ], [ 106117.0, 513116.0 ], [ 105804.0, 513465.0 ], [ 105481.0, 513749.0 ], [ 105046.0, 514043.0 ], [ 104742.0, 514157.0 ], [ 104430.0, 514149.0 ], [ 103666.0, 514058.0 ], [ 103339.0, 514049.0 ], [ 103030.0, 514082.0 ], [ 102717.0, 514154.0 ], [ 102475.0, 514268.0 ], [ 102324.0, 514313.0 ], [ 102352.0, 516417.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100037.0, 503610.0 ], [ 99836.0, 502756.0 ], [ 99660.0, 502247.0 ], [ 99473.0, 501869.0 ], [ 99160.0, 501383.0 ], [ 98748.0, 500623.0 ], [ 98435.0, 500140.0 ], [ 98140.0, 500140.0 ], [ 95061.0, 499228.0 ], [ 97003.0, 504698.0 ], [ 100202.0, 504223.0 ], [ 100037.0, 503610.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102324.0, 514313.0 ], [ 101655.0, 514603.0 ], [ 100559.0, 515147.0 ], [ 99966.0, 515550.0 ], [ 100131.0, 516440.0 ], [ 102352.0, 516417.0 ], [ 102324.0, 514313.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109217.0, 497952.0 ], [ 109216.0, 496766.0 ], [ 105678.0, 496779.0 ], [ 105851.0, 496843.0 ], [ 106063.0, 496930.0 ], [ 106234.0, 496996.0 ], [ 106464.0, 497128.0 ], [ 106822.0, 497278.0 ], [ 107495.0, 497564.0 ], [ 108022.0, 497732.0 ], [ 108476.0, 497925.0 ], [ 109217.0, 497991.0 ], [ 109217.0, 497952.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values.geojson new file mode 100644 index 0000000..b2d9c79 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values.geojson @@ -0,0 +1,36 @@ +{ +"type": "FeatureCollection", +"name": "DS31_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107674.0, 510105.0 ], [ 107646.0, 510265.0 ], [ 107529.0, 510535.0 ], [ 107359.0, 510779.0 ], [ 107039.0, 510992.0 ], [ 106666.0, 511127.0 ], [ 106384.0, 511371.0 ], [ 106184.0, 511843.0 ], [ 105990.0, 512448.0 ], [ 105805.0, 512907.0 ], [ 105433.0, 513295.0 ], [ 105045.0, 513578.0 ], [ 104682.0, 513750.0 ], [ 104208.0, 513879.0 ], [ 103782.0, 513893.0 ], [ 103327.0, 513905.0 ], [ 103013.0, 513876.0 ], [ 102778.0, 513694.0 ], [ 102710.0, 513470.0 ], [ 102706.0, 513218.0 ], [ 102774.0, 513049.0 ], [ 102919.0, 512872.0 ], [ 103209.0, 512705.0 ], [ 103465.0, 512618.0 ], [ 103663.0, 512508.0 ], [ 103768.0, 512388.0 ], [ 103768.0, 512244.0 ], [ 103745.0, 512172.0 ], [ 103692.0, 512125.0 ], [ 103524.0, 512113.0 ], [ 103392.0, 512131.0 ], [ 103263.0, 512167.0 ], [ 103089.0, 512117.0 ], [ 102875.0, 511939.0 ], [ 102704.0, 511687.0 ], [ 102623.0, 511354.0 ], [ 102638.0, 511070.0 ], [ 102649.0, 510931.0 ], [ 102593.0, 510646.0 ], [ 102428.0, 510343.0 ], [ 102242.0, 510140.0 ], [ 102027.0, 509973.0 ], [ 101796.0, 509866.0 ], [ 101643.0, 509818.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 510017.0 ], [ 107096.0, 510216.0 ], [ 106772.0, 510524.0 ], [ 106392.0, 510697.0 ], [ 106004.0, 510843.0 ], [ 105700.0, 511032.0 ], [ 105483.0, 511255.0 ], [ 105425.0, 511567.0 ], [ 105436.0, 512033.0 ], [ 105390.0, 512428.0 ], [ 105273.0, 512791.0 ], [ 105014.0, 513095.0 ], [ 104738.0, 513323.0 ], [ 104373.0, 513522.0 ], [ 103987.0, 513647.0 ], [ 103642.0, 513728.0 ], [ 103270.0, 513692.0 ], [ 103039.0, 513583.0 ], [ 102944.0, 513425.0 ], [ 102940.0, 513247.0 ], [ 103038.0, 513068.0 ], [ 103222.0, 512896.0 ], [ 103426.0, 512772.0 ], [ 103603.0, 512706.0 ], [ 103778.0, 512552.0 ], [ 103844.0, 512376.0 ], [ 103857.0, 512166.0 ], [ 103778.0, 512036.0 ], [ 103551.0, 512008.0 ], [ 103327.0, 512015.0 ], [ 103110.0, 511957.0 ], [ 102933.0, 511817.0 ], [ 102817.0, 511627.0 ], [ 102735.0, 511454.0 ], [ 102745.0, 511005.0 ], [ 102732.0, 510747.0 ], [ 102644.0, 510526.0 ], [ 102524.0, 510339.0 ], [ 102397.0, 510183.0 ], [ 102275.0, 510028.0 ], [ 102004.0, 509841.0 ], [ 101616.0, 509693.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101467.0, 509004.0 ], [ 101528.0, 509285.0 ] ], [ [ 103267.0, 508112.0 ], [ 103148.0, 508185.0 ], [ 103015.0, 508236.0 ], [ 102828.0, 508258.0 ], [ 102622.0, 508309.0 ], [ 102477.0, 508428.0 ], [ 102266.0, 508649.0 ], [ 102013.0, 508826.0 ], [ 101795.0, 508939.0 ], [ 101467.0, 509004.0 ] ], [ [ 106012.0, 508026.0 ], [ 106119.0, 508285.0 ], [ 106204.0, 508741.0 ], [ 106237.0, 509315.0 ], [ 106221.0, 509705.0 ], [ 106129.0, 510019.0 ], [ 105997.0, 510295.0 ], [ 105716.0, 510495.0 ], [ 105371.0, 510501.0 ], [ 105005.0, 510410.0 ], [ 104689.0, 510421.0 ], [ 104511.0, 510508.0 ], [ 104369.0, 510693.0 ], [ 104332.0, 510876.0 ], [ 104318.0, 511264.0 ], [ 104240.0, 511406.0 ], [ 104000.0, 511551.0 ], [ 103677.0, 511626.0 ], [ 103390.0, 511650.0 ], [ 103143.0, 511609.0 ], [ 103025.0, 511476.0 ], [ 102989.0, 511293.0 ], [ 103042.0, 511053.0 ], [ 103060.0, 510838.0 ], [ 102964.0, 510566.0 ], [ 102880.0, 510344.0 ], [ 102741.0, 510080.0 ], [ 102478.0, 509758.0 ], [ 102267.0, 509478.0 ], [ 102000.0, 509351.0 ], [ 101679.0, 509291.0 ], [ 101528.0, 509285.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105920.0, 509430.0 ], [ 105987.0, 509878.0 ], [ 105858.0, 510134.0 ], [ 105698.0, 510264.0 ], [ 105506.0, 510307.0 ], [ 105258.0, 510254.0 ], [ 105109.0, 510174.0 ], [ 104953.0, 510051.0 ], [ 104721.0, 509970.0 ], [ 104482.0, 509964.0 ], [ 104264.0, 510092.0 ], [ 104076.0, 510262.0 ], [ 103948.0, 510341.0 ], [ 103752.0, 510298.0 ], [ 103601.0, 510191.0 ], [ 103502.0, 510088.0 ], [ 103461.0, 509937.0 ], [ 103513.0, 509721.0 ], [ 103598.0, 509646.0 ], [ 103809.0, 509617.0 ], [ 104038.0, 509632.0 ], [ 104258.0, 509589.0 ], [ 104501.0, 509505.0 ], [ 104626.0, 509417.0 ], [ 104668.0, 509206.0 ], [ 104677.0, 508736.0 ], [ 104674.0, 508719.0 ] ], [ [ 104674.0, 508719.0 ], [ 104664.0, 508646.0 ] ], [ [ 104643.0, 508623.0 ], [ 104664.0, 508646.0 ] ], [ [ 105610.0, 508548.0 ], [ 105920.0, 509430.0 ] ], [ [ 105348.0, 508142.0 ], [ 105610.0, 508548.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106754.0, 508714.0 ], [ 106779.0, 509035.0 ], [ 106688.0, 509535.0 ], [ 106494.0, 510127.0 ], [ 106232.0, 510452.0 ], [ 105833.0, 510639.0 ], [ 105358.0, 510676.0 ], [ 105038.0, 510647.0 ], [ 104840.0, 510627.0 ], [ 104599.0, 510769.0 ], [ 104479.0, 510933.0 ], [ 104453.0, 511260.0 ], [ 104453.0, 511457.0 ], [ 104355.0, 511602.0 ], [ 104124.0, 511721.0 ], [ 103932.0, 511794.0 ], [ 103696.0, 511839.0 ], [ 103344.0, 511853.0 ], [ 103085.0, 511753.0 ], [ 102959.0, 511589.0 ], [ 102876.0, 511269.0 ], [ 102914.0, 510978.0 ], [ 102882.0, 510695.0 ], [ 102720.0, 510340.0 ], [ 102541.0, 510153.0 ], [ 102329.0, 509915.0 ], [ 102123.0, 509737.0 ], [ 101864.0, 509601.0 ], [ 101580.0, 509524.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108391.0, 508516.0 ], [ 108359.0, 508523.0 ], [ 108337.0, 508551.0 ] ], [ [ 109228.0, 508653.0 ], [ 109051.0, 508637.0 ], [ 108674.0, 508501.0 ], [ 108482.0, 508494.0 ], [ 108391.0, 508516.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109227.0, 508377.0 ], [ 108957.0, 508302.0 ], [ 108724.0, 508259.0 ], [ 108460.0, 508164.0 ], [ 108213.0, 508087.0 ], [ 108088.0, 508056.0 ], [ 107936.0, 508064.0 ], [ 107824.0, 508109.0 ], [ 107763.0, 508235.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103268.0, 507858.0 ], [ 103111.0, 507769.0 ], [ 102907.0, 507698.0 ], [ 102683.0, 507658.0 ], [ 102474.0, 507670.0 ], [ 102289.0, 507782.0 ], [ 102050.0, 508007.0 ], [ 101762.0, 508224.0 ], [ 101471.0, 508399.0 ], [ 101349.0, 508455.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103166.0, 507684.0 ], [ 103036.0, 507648.0 ], [ 102917.0, 507631.0 ], [ 102805.0, 507572.0 ], [ 102699.0, 507507.0 ], [ 102383.0, 507406.0 ], [ 102262.0, 507342.0 ], [ 102100.0, 507070.0 ], [ 101955.0, 506999.0 ], [ 101826.0, 506985.0 ], [ 101644.0, 507052.0 ], [ 101409.0, 507167.0 ], [ 101098.0, 507371.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104324.0, 506853.0 ], [ 104067.0, 506920.0 ], [ 103833.0, 507004.0 ], [ 103641.0, 507091.0 ], [ 103480.0, 507108.0 ], [ 103371.0, 507102.0 ], [ 103313.0, 507163.0 ], [ 103370.0, 507253.0 ], [ 103423.0, 507332.0 ], [ 103460.0, 507416.0 ], [ 103550.0, 507449.0 ], [ 103667.0, 507434.0 ], [ 103793.0, 507425.0 ], [ 103980.0, 507468.0 ], [ 104083.0, 507503.0 ], [ 104217.0, 507565.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 507594.0 ], [ 103047.0, 507602.0 ], [ 102954.0, 507596.0 ], [ 102837.0, 507533.0 ], [ 102719.0, 507454.0 ], [ 102544.0, 507369.0 ], [ 102399.0, 507265.0 ], [ 102245.0, 507151.0 ], [ 102128.0, 507021.0 ], [ 101947.0, 506922.0 ], [ 101754.0, 506859.0 ], [ 101580.0, 506831.0 ], [ 101306.0, 506958.0 ], [ 101160.0, 507069.0 ], [ 101051.0, 507170.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103218.0, 507573.0 ], [ 103158.0, 507453.0 ], [ 103040.0, 507290.0 ], [ 102960.0, 507131.0 ], [ 102881.0, 506949.0 ], [ 102866.0, 506843.0 ], [ 102917.0, 506730.0 ], [ 103043.0, 506621.0 ], [ 103103.0, 506532.0 ], [ 103088.0, 506454.0 ] ], [ [ 103196.0, 505868.0 ], [ 103146.0, 505937.0 ], [ 103132.0, 506007.0 ], [ 103118.0, 506067.0 ], [ 103109.0, 506132.0 ], [ 103091.0, 506197.0 ], [ 103077.0, 506225.0 ], [ 103044.0, 506276.0 ], [ 103040.0, 506350.0 ], [ 103088.0, 506454.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103968.0, 506208.0 ], [ 104052.0, 506290.0 ], [ 104099.0, 506380.0 ], [ 104099.0, 506437.0 ], [ 104066.0, 506504.0 ], [ 103939.0, 506655.0 ], [ 103775.0, 506778.0 ], [ 103524.0, 506892.0 ], [ 103367.0, 506951.0 ], [ 103247.0, 507043.0 ], [ 103205.0, 507146.0 ], [ 103197.0, 507246.0 ], [ 103260.0, 507341.0 ], [ 103368.0, 507452.0 ], [ 103483.0, 507566.0 ], [ 103553.0, 507609.0 ], [ 103689.0, 507579.0 ], [ 103765.0, 507583.0 ], [ 103837.0, 507591.0 ], [ 103946.0, 507743.0 ], [ 103934.0, 507859.0 ], [ 103813.0, 507973.0 ], [ 103668.0, 508059.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103498.0, 506189.0 ], [ 103544.0, 506223.0 ], [ 103558.0, 506290.0 ], [ 103582.0, 506333.0 ], [ 103610.0, 506375.0 ], [ 103634.0, 506442.0 ], [ 103658.0, 506518.0 ], [ 103662.0, 506589.0 ], [ 103662.0, 506623.0 ], [ 103643.0, 506660.0 ], [ 103483.0, 506788.0 ], [ 103366.0, 506873.0 ], [ 103243.0, 506921.0 ], [ 103127.0, 507023.0 ], [ 103095.0, 507161.0 ], [ 103135.0, 507295.0 ], [ 103210.0, 507462.0 ], [ 103305.0, 507556.0 ], [ 103429.0, 507664.0 ], [ 103664.0, 507752.0 ], [ 103697.0, 507819.0 ], [ 103609.0, 507898.0 ], [ 103502.0, 507952.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103598.0, 505929.0 ], [ 103623.0, 505915.0 ], [ 103635.0, 505889.0 ], [ 103626.0, 505855.0 ], [ 103598.0, 505821.0 ], [ 103609.0, 505773.0 ], [ 103635.0, 505751.0 ], [ 103683.0, 505745.0 ], [ 103767.0, 505728.0 ], [ 103824.0, 505745.0 ], [ 103931.0, 505773.0 ], [ 104004.0, 505778.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103530.0, 505875.0 ], [ 103550.0, 505850.0 ], [ 103561.0, 505804.0 ], [ 103587.0, 505739.0 ], [ 103623.0, 505725.0 ], [ 103717.0, 505706.0 ], [ 103815.0, 505700.0 ], [ 103937.0, 505722.0 ], [ 104059.0, 505760.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103207.0, 505694.0 ], [ 103265.0, 505634.0 ] ], [ [ 103265.0, 505634.0 ], [ 103376.0, 505568.0 ], [ 103534.0, 505541.0 ], [ 103771.0, 505519.0 ], [ 103894.0, 505517.0 ], [ 104040.0, 505521.0 ], [ 104152.0, 505557.0 ], [ 104358.0, 505756.0 ] ], [ [ 101370.0, 503744.0 ], [ 101437.0, 503760.0 ], [ 101537.0, 503815.0 ], [ 101639.0, 503941.0 ], [ 101711.0, 504121.0 ], [ 101799.0, 504370.0 ], [ 101851.0, 504550.0 ], [ 101919.0, 504691.0 ], [ 102075.0, 504825.0 ], [ 102214.0, 504918.0 ], [ 102406.0, 504963.0 ], [ 102653.0, 504928.0 ], [ 102762.0, 504877.0 ], [ 102890.0, 504793.0 ], [ 103024.0, 504662.0 ], [ 103156.0, 504551.0 ], [ 103212.0, 504507.0 ], [ 103307.0, 504515.0 ], [ 103373.0, 504598.0 ], [ 103392.0, 504735.0 ], [ 103328.0, 504835.0 ], [ 103160.0, 504880.0 ], [ 102931.0, 504956.0 ], [ 102774.0, 505055.0 ], [ 102709.0, 505187.0 ], [ 102703.0, 505248.0 ], [ 102733.0, 505313.0 ], [ 102818.0, 505370.0 ], [ 102912.0, 505420.0 ], [ 102949.0, 505514.0 ], [ 102945.0, 505588.0 ], [ 102890.0, 505609.0 ], [ 102782.0, 505558.0 ], [ 102696.0, 505477.0 ], [ 102556.0, 505462.0 ], [ 102394.0, 505461.0 ], [ 102208.0, 505557.0 ], [ 102100.0, 505688.0 ], [ 102078.0, 505808.0 ], [ 102098.0, 505910.0 ], [ 102152.0, 506001.0 ], [ 102215.0, 506031.0 ], [ 102275.0, 506052.0 ], [ 102380.0, 506065.0 ], [ 102504.0, 506021.0 ], [ 102581.0, 505961.0 ], [ 102636.0, 505914.0 ], [ 102767.0, 505912.0 ], [ 102894.0, 505916.0 ], [ 102942.0, 505908.0 ], [ 103020.0, 505881.0 ], [ 103092.0, 505841.0 ], [ 103153.0, 505759.0 ], [ 103207.0, 505694.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103671.0, 505628.0 ], [ 103763.0, 505629.0 ], [ 103955.0, 505684.0 ], [ 104130.0, 505748.0 ] ], [ [ 103483.0, 505829.0 ], [ 103505.0, 505816.0 ], [ 103525.0, 505793.0 ], [ 103536.0, 505754.0 ], [ 103556.0, 505717.0 ], [ 103595.0, 505669.0 ], [ 103640.0, 505635.0 ], [ 103671.0, 505628.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109224.0, 505043.0 ], [ 109072.0, 505184.0 ], [ 108979.0, 505354.0 ], [ 108903.0, 505645.0 ], [ 108741.0, 506028.0 ], [ 108646.0, 506271.0 ], [ 108586.0, 506554.0 ], [ 108608.0, 506748.0 ], [ 108656.0, 506943.0 ], [ 108721.0, 507125.0 ], [ 108869.0, 507388.0 ], [ 109034.0, 507522.0 ], [ 109227.0, 507612.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 100755.0, 504039.0 ], [ 100904.0, 504057.0 ], [ 101172.0, 504077.0 ], [ 101398.0, 504068.0 ], [ 101591.0, 504097.0 ], [ 101735.0, 504390.0 ], [ 101782.0, 504689.0 ], [ 101857.0, 504888.0 ], [ 102053.0, 505052.0 ], [ 102296.0, 505072.0 ], [ 102494.0, 505035.0 ], [ 102570.0, 505033.0 ], [ 102622.0, 505074.0 ], [ 102629.0, 505145.0 ], [ 102577.0, 505216.0 ], [ 102569.0, 505280.0 ], [ 102584.0, 505365.0 ], [ 102404.0, 505343.0 ], [ 102217.0, 505387.0 ], [ 102046.0, 505530.0 ], [ 101954.0, 505655.0 ], [ 101865.0, 505808.0 ], [ 101884.0, 505907.0 ], [ 101994.0, 506037.0 ], [ 102105.0, 506115.0 ], [ 102283.0, 506148.0 ], [ 102445.0, 506125.0 ], [ 102525.0, 506124.0 ], [ 102682.0, 506027.0 ], [ 102728.0, 506032.0 ], [ 102729.0, 506115.0 ], [ 102691.0, 506213.0 ], [ 102745.0, 506299.0 ], [ 102815.0, 506385.0 ], [ 102859.0, 506457.0 ], [ 102858.0, 506560.0 ], [ 102810.0, 506671.0 ], [ 102779.0, 506760.0 ], [ 102811.0, 506968.0 ], [ 102875.0, 507130.0 ], [ 102959.0, 507261.0 ], [ 103029.0, 507405.0 ], [ 103133.0, 507556.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101701.0, 503852.0 ], [ 101782.0, 504008.0 ], [ 101834.0, 504179.0 ], [ 101906.0, 504376.0 ], [ 101995.0, 504572.0 ], [ 102187.0, 504762.0 ], [ 102415.0, 504815.0 ], [ 102645.0, 504789.0 ], [ 102862.0, 504663.0 ], [ 103010.0, 504546.0 ], [ 103126.0, 504474.0 ], [ 103243.0, 504409.0 ], [ 103337.0, 504391.0 ], [ 103489.0, 504448.0 ], [ 103583.0, 504568.0 ], [ 103611.0, 504752.0 ], [ 103566.0, 504858.0 ], [ 103474.0, 504954.0 ], [ 103304.0, 505013.0 ], [ 103130.0, 505017.0 ], [ 103021.0, 505050.0 ], [ 102960.0, 505135.0 ], [ 102935.0, 505225.0 ], [ 102939.0, 505331.0 ], [ 103029.0, 505482.0 ], [ 103012.0, 505602.0 ], [ 102910.0, 505695.0 ], [ 102773.0, 505714.0 ], [ 102661.0, 505714.0 ], [ 102587.0, 505725.0 ], [ 102563.0, 505760.0 ], [ 102581.0, 505807.0 ], [ 102629.0, 505835.0 ], [ 102719.0, 505851.0 ], [ 102825.0, 505827.0 ], [ 102915.0, 505798.0 ], [ 103010.0, 505745.0 ], [ 103053.0, 505675.0 ], [ 103105.0, 505568.0 ], [ 103121.0, 505518.0 ], [ 103171.0, 505458.0 ], [ 103377.0, 505394.0 ], [ 103458.0, 505326.0 ], [ 103509.0, 505272.0 ], [ 103550.0, 505200.0 ], [ 103590.0, 505119.0 ], [ 103696.0, 505007.0 ], [ 103815.0, 504936.0 ], [ 103916.0, 504893.0 ], [ 104040.0, 504844.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105041.0, 502409.0 ], [ 105031.0, 502631.0 ], [ 104904.0, 503046.0 ], [ 104737.0, 503374.0 ], [ 104612.0, 503615.0 ], [ 104464.0, 503759.0 ], [ 104174.0, 503901.0 ], [ 103896.0, 503995.0 ], [ 103421.0, 504152.0 ], [ 103183.0, 504253.0 ], [ 103031.0, 504340.0 ], [ 102878.0, 504376.0 ], [ 102726.0, 504370.0 ], [ 102649.0, 504305.0 ], [ 102606.0, 504189.0 ], [ 102639.0, 504052.0 ], [ 102724.0, 503902.0 ], [ 102793.0, 503786.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103222.0, 501762.0 ], [ 103356.0, 501716.0 ], [ 103557.0, 501619.0 ], [ 103824.0, 501516.0 ], [ 104101.0, 501486.0 ], [ 104337.0, 501506.0 ], [ 104603.0, 501588.0 ], [ 104813.0, 501717.0 ], [ 104953.0, 501900.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103350.0, 501515.0 ], [ 103582.0, 501391.0 ], [ 103862.0, 501334.0 ], [ 104092.0, 501306.0 ], [ 104324.0, 501293.0 ], [ 104502.0, 501311.0 ], [ 104719.0, 501413.0 ], [ 104933.0, 501568.0 ], [ 105057.0, 501667.0 ], [ 105157.0, 501784.0 ], [ 105260.0, 501950.0 ], [ 105261.0, 502140.0 ], [ 105217.0, 502398.0 ], [ 105161.0, 502628.0 ], [ 105078.0, 502918.0 ], [ 104922.0, 503425.0 ], [ 104888.0, 503550.0 ], [ 104816.0, 503952.0 ], [ 104765.0, 504043.0 ], [ 104616.0, 504143.0 ], [ 104409.0, 504177.0 ], [ 104129.0, 504152.0 ], [ 103939.0, 504154.0 ], [ 103656.0, 504182.0 ], [ 103470.0, 504220.0 ], [ 103240.0, 504285.0 ], [ 103130.0, 504330.0 ], [ 102969.0, 504407.0 ], [ 102840.0, 504438.0 ], [ 102685.0, 504419.0 ], [ 102553.0, 504333.0 ], [ 102470.0, 504185.0 ], [ 102479.0, 504004.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103583.0, 501248.0 ], [ 103799.0, 501209.0 ], [ 104173.0, 501178.0 ], [ 104602.0, 501253.0 ], [ 104976.0, 501427.0 ], [ 105084.0, 501533.0 ], [ 105255.0, 501625.0 ], [ 105460.0, 501789.0 ], [ 105469.0, 502120.0 ], [ 105405.0, 502360.0 ], [ 105331.0, 502665.0 ], [ 105223.0, 503024.0 ], [ 105149.0, 503264.0 ], [ 105099.0, 503464.0 ], [ 105099.0, 503718.0 ], [ 105114.0, 503969.0 ], [ 105002.0, 504213.0 ], [ 104764.0, 504441.0 ], [ 104410.0, 504412.0 ], [ 104132.0, 504322.0 ], [ 103932.0, 504290.0 ], [ 103849.0, 504306.0 ], [ 103727.0, 504362.0 ], [ 103584.0, 504348.0 ], [ 103428.0, 504316.0 ], [ 103255.0, 504338.0 ], [ 103101.0, 504373.0 ], [ 102809.0, 504551.0 ], [ 102656.0, 504629.0 ], [ 102434.0, 504675.0 ], [ 102236.0, 504649.0 ], [ 102097.0, 504562.0 ], [ 101998.0, 504399.0 ], [ 101963.0, 504256.0 ], [ 101938.0, 504112.0 ], [ 101926.0, 504007.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106285.0, 500926.0 ], [ 106616.0, 501053.0 ], [ 106915.0, 501183.0 ], [ 107133.0, 501327.0 ], [ 107247.0, 501419.0 ], [ 107378.0, 501710.0 ], [ 107362.0, 502144.0 ], [ 107136.0, 502538.0 ], [ 106737.0, 502727.0 ], [ 106489.0, 502820.0 ], [ 106314.0, 502908.0 ], [ 106285.0, 503142.0 ], [ 106447.0, 503521.0 ], [ 106524.0, 503995.0 ], [ 106381.0, 504373.0 ], [ 106167.0, 504492.0 ] ], [ [ 106285.0, 500926.0 ], [ 106147.0, 500885.0 ], [ 106019.0, 500852.0 ], [ 105911.0, 500771.0 ], [ 105884.0, 500595.0 ], [ 105904.0, 500500.0 ], [ 105985.0, 500399.0 ], [ 106025.0, 500331.0 ], [ 106106.0, 500284.0 ], [ 106215.0, 500230.0 ], [ 106458.0, 500063.0 ] ], [ [ 109218.0, 499222.0 ], [ 108412.0, 499298.0 ], [ 107688.0, 499464.0 ], [ 107121.0, 499658.0 ], [ 106693.0, 499874.0 ], [ 106458.0, 500063.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103743.0, 500453.0 ], [ 103346.0, 499689.0 ], [ 103205.0, 499542.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105356.0, 496780.0 ], [ 105573.0, 496898.0 ], [ 105673.0, 496994.0 ], [ 105809.0, 497110.0 ], [ 105915.0, 497400.0 ], [ 105976.0, 497664.0 ], [ 106059.0, 497955.0 ], [ 106258.0, 498232.0 ], [ 106489.0, 498600.0 ], [ 106565.0, 498842.0 ], [ 106544.0, 499062.0 ], [ 106409.0, 499196.0 ], [ 106189.0, 499219.0 ], [ 105969.0, 499151.0 ], [ 105800.0, 499130.0 ], [ 105647.0, 499109.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values_edited.geojson new file mode 100644 index 0000000..84efa9f --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS31/DS31_union_with_values_edited.geojson @@ -0,0 +1,36 @@ +{ +"type": "FeatureCollection", +"name": "DS31_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107674.0, 510105.0 ], [ 107646.0, 510265.0 ], [ 107529.0, 510535.0 ], [ 107359.0, 510779.0 ], [ 107039.0, 510992.0 ], [ 106666.0, 511127.0 ], [ 106384.0, 511371.0 ], [ 106184.0, 511843.0 ], [ 105990.0, 512448.0 ], [ 105805.0, 512907.0 ], [ 105433.0, 513295.0 ], [ 105045.0, 513578.0 ], [ 104682.0, 513750.0 ], [ 104208.0, 513879.0 ], [ 103782.0, 513893.0 ], [ 103327.0, 513905.0 ], [ 103013.0, 513876.0 ], [ 102778.0, 513694.0 ], [ 102710.0, 513470.0 ], [ 102706.0, 513218.0 ], [ 102774.0, 513049.0 ], [ 102919.0, 512872.0 ], [ 103209.0, 512705.0 ], [ 103465.0, 512618.0 ], [ 103663.0, 512508.0 ], [ 103768.0, 512388.0 ], [ 103768.0, 512244.0 ], [ 103745.0, 512172.0 ], [ 103692.0, 512125.0 ], [ 103524.0, 512113.0 ], [ 103392.0, 512131.0 ], [ 103263.0, 512167.0 ], [ 103089.0, 512117.0 ], [ 102875.0, 511939.0 ], [ 102704.0, 511687.0 ], [ 102623.0, 511354.0 ], [ 102638.0, 511070.0 ], [ 102649.0, 510931.0 ], [ 102593.0, 510646.0 ], [ 102428.0, 510343.0 ], [ 102242.0, 510140.0 ], [ 102027.0, 509973.0 ], [ 101796.0, 509866.0 ], [ 101643.0, 509818.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107233.0, 510017.0 ], [ 107096.0, 510216.0 ], [ 106772.0, 510524.0 ], [ 106392.0, 510697.0 ], [ 106004.0, 510843.0 ], [ 105700.0, 511032.0 ], [ 105483.0, 511255.0 ], [ 105425.0, 511567.0 ], [ 105436.0, 512033.0 ], [ 105390.0, 512428.0 ], [ 105273.0, 512791.0 ], [ 105014.0, 513095.0 ], [ 104738.0, 513323.0 ], [ 104373.0, 513522.0 ], [ 103987.0, 513647.0 ], [ 103642.0, 513728.0 ], [ 103270.0, 513692.0 ], [ 103039.0, 513583.0 ], [ 102944.0, 513425.0 ], [ 102940.0, 513247.0 ], [ 103038.0, 513068.0 ], [ 103222.0, 512896.0 ], [ 103426.0, 512772.0 ], [ 103603.0, 512706.0 ], [ 103778.0, 512552.0 ], [ 103844.0, 512376.0 ], [ 103857.0, 512166.0 ], [ 103778.0, 512036.0 ], [ 103551.0, 512008.0 ], [ 103327.0, 512015.0 ], [ 103110.0, 511957.0 ], [ 102933.0, 511817.0 ], [ 102817.0, 511627.0 ], [ 102735.0, 511454.0 ], [ 102745.0, 511005.0 ], [ 102732.0, 510747.0 ], [ 102644.0, 510526.0 ], [ 102524.0, 510339.0 ], [ 102397.0, 510183.0 ], [ 102275.0, 510028.0 ], [ 102004.0, 509841.0 ], [ 101616.0, 509693.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101467.0, 509004.0 ], [ 101528.0, 509285.0 ] ], [ [ 103267.0, 508112.0 ], [ 103148.0, 508185.0 ], [ 103015.0, 508236.0 ], [ 102828.0, 508258.0 ], [ 102622.0, 508309.0 ], [ 102477.0, 508428.0 ], [ 102266.0, 508649.0 ], [ 102013.0, 508826.0 ], [ 101795.0, 508939.0 ], [ 101467.0, 509004.0 ] ], [ [ 106012.0, 508026.0 ], [ 106119.0, 508285.0 ], [ 106204.0, 508741.0 ], [ 106237.0, 509315.0 ], [ 106221.0, 509705.0 ], [ 106129.0, 510019.0 ], [ 105997.0, 510295.0 ], [ 105716.0, 510495.0 ], [ 105371.0, 510501.0 ], [ 105005.0, 510410.0 ], [ 104689.0, 510421.0 ], [ 104511.0, 510508.0 ], [ 104369.0, 510693.0 ], [ 104332.0, 510876.0 ], [ 104318.0, 511264.0 ], [ 104240.0, 511406.0 ], [ 104000.0, 511551.0 ], [ 103677.0, 511626.0 ], [ 103390.0, 511650.0 ], [ 103143.0, 511609.0 ], [ 103025.0, 511476.0 ], [ 102989.0, 511293.0 ], [ 103042.0, 511053.0 ], [ 103060.0, 510838.0 ], [ 102964.0, 510566.0 ], [ 102880.0, 510344.0 ], [ 102741.0, 510080.0 ], [ 102478.0, 509758.0 ], [ 102267.0, 509478.0 ], [ 102000.0, 509351.0 ], [ 101679.0, 509291.0 ], [ 101528.0, 509285.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105920.0, 509430.0 ], [ 105987.0, 509878.0 ], [ 105858.0, 510134.0 ], [ 105698.0, 510264.0 ], [ 105506.0, 510307.0 ], [ 105258.0, 510254.0 ], [ 105109.0, 510174.0 ], [ 104953.0, 510051.0 ], [ 104721.0, 509970.0 ], [ 104482.0, 509964.0 ], [ 104264.0, 510092.0 ], [ 104076.0, 510262.0 ], [ 103948.0, 510341.0 ], [ 103752.0, 510298.0 ], [ 103601.0, 510191.0 ], [ 103502.0, 510088.0 ], [ 103461.0, 509937.0 ], [ 103513.0, 509721.0 ], [ 103598.0, 509646.0 ], [ 103809.0, 509617.0 ], [ 104038.0, 509632.0 ], [ 104258.0, 509589.0 ], [ 104501.0, 509505.0 ], [ 104626.0, 509417.0 ], [ 104668.0, 509206.0 ], [ 104677.0, 508736.0 ], [ 104674.0, 508719.0 ] ], [ [ 104674.0, 508719.0 ], [ 104664.0, 508646.0 ] ], [ [ 104643.0, 508623.0 ], [ 104664.0, 508646.0 ] ], [ [ 105610.0, 508548.0 ], [ 105920.0, 509430.0 ] ], [ [ 105348.0, 508142.0 ], [ 105610.0, 508548.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106754.0, 508714.0 ], [ 106779.0, 509035.0 ], [ 106688.0, 509535.0 ], [ 106494.0, 510127.0 ], [ 106232.0, 510452.0 ], [ 105833.0, 510639.0 ], [ 105358.0, 510676.0 ], [ 105038.0, 510647.0 ], [ 104840.0, 510627.0 ], [ 104599.0, 510769.0 ], [ 104479.0, 510933.0 ], [ 104453.0, 511260.0 ], [ 104453.0, 511457.0 ], [ 104355.0, 511602.0 ], [ 104124.0, 511721.0 ], [ 103932.0, 511794.0 ], [ 103696.0, 511839.0 ], [ 103344.0, 511853.0 ], [ 103085.0, 511753.0 ], [ 102959.0, 511589.0 ], [ 102876.0, 511269.0 ], [ 102914.0, 510978.0 ], [ 102882.0, 510695.0 ], [ 102720.0, 510340.0 ], [ 102541.0, 510153.0 ], [ 102329.0, 509915.0 ], [ 102123.0, 509737.0 ], [ 101864.0, 509601.0 ], [ 101580.0, 509524.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108391.0, 508516.0 ], [ 108359.0, 508523.0 ], [ 108337.0, 508551.0 ] ], [ [ 109228.0, 508653.0 ], [ 109051.0, 508637.0 ], [ 108674.0, 508501.0 ], [ 108482.0, 508494.0 ], [ 108391.0, 508516.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109227.0, 508377.0 ], [ 108957.0, 508302.0 ], [ 108724.0, 508259.0 ], [ 108460.0, 508164.0 ], [ 108213.0, 508087.0 ], [ 108088.0, 508056.0 ], [ 107936.0, 508064.0 ], [ 107824.0, 508109.0 ], [ 107763.0, 508235.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103268.0, 507858.0 ], [ 103111.0, 507769.0 ], [ 102907.0, 507698.0 ], [ 102683.0, 507658.0 ], [ 102474.0, 507670.0 ], [ 102289.0, 507782.0 ], [ 102050.0, 508007.0 ], [ 101762.0, 508224.0 ], [ 101471.0, 508399.0 ], [ 101349.0, 508455.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103166.0, 507684.0 ], [ 103036.0, 507648.0 ], [ 102917.0, 507631.0 ], [ 102805.0, 507572.0 ], [ 102699.0, 507507.0 ], [ 102383.0, 507406.0 ], [ 102262.0, 507342.0 ], [ 102100.0, 507070.0 ], [ 101955.0, 506999.0 ], [ 101826.0, 506985.0 ], [ 101644.0, 507052.0 ], [ 101409.0, 507167.0 ], [ 101098.0, 507371.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104324.0, 506853.0 ], [ 104067.0, 506920.0 ], [ 103833.0, 507004.0 ], [ 103641.0, 507091.0 ], [ 103480.0, 507108.0 ], [ 103371.0, 507102.0 ], [ 103313.0, 507163.0 ], [ 103370.0, 507253.0 ], [ 103423.0, 507332.0 ], [ 103460.0, 507416.0 ], [ 103550.0, 507449.0 ], [ 103667.0, 507434.0 ], [ 103793.0, 507425.0 ], [ 103980.0, 507468.0 ], [ 104083.0, 507503.0 ], [ 104217.0, 507565.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103107.0, 507594.0 ], [ 103047.0, 507602.0 ], [ 102954.0, 507596.0 ], [ 102837.0, 507533.0 ], [ 102719.0, 507454.0 ], [ 102544.0, 507369.0 ], [ 102399.0, 507265.0 ], [ 102245.0, 507151.0 ], [ 102128.0, 507021.0 ], [ 101947.0, 506922.0 ], [ 101754.0, 506859.0 ], [ 101580.0, 506831.0 ], [ 101306.0, 506958.0 ], [ 101160.0, 507069.0 ], [ 101051.0, 507170.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103218.0, 507573.0 ], [ 103158.0, 507453.0 ], [ 103040.0, 507290.0 ], [ 102960.0, 507131.0 ], [ 102881.0, 506949.0 ], [ 102866.0, 506843.0 ], [ 102917.0, 506730.0 ], [ 103043.0, 506621.0 ], [ 103103.0, 506532.0 ], [ 103088.0, 506454.0 ] ], [ [ 103196.0, 505868.0 ], [ 103146.0, 505937.0 ], [ 103132.0, 506007.0 ], [ 103118.0, 506067.0 ], [ 103109.0, 506132.0 ], [ 103091.0, 506197.0 ], [ 103077.0, 506225.0 ], [ 103044.0, 506276.0 ], [ 103040.0, 506350.0 ], [ 103088.0, 506454.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103968.0, 506208.0 ], [ 104052.0, 506290.0 ], [ 104099.0, 506380.0 ], [ 104099.0, 506437.0 ], [ 104066.0, 506504.0 ], [ 103939.0, 506655.0 ], [ 103775.0, 506778.0 ], [ 103524.0, 506892.0 ], [ 103367.0, 506951.0 ], [ 103247.0, 507043.0 ], [ 103205.0, 507146.0 ], [ 103197.0, 507246.0 ], [ 103260.0, 507341.0 ], [ 103368.0, 507452.0 ], [ 103483.0, 507566.0 ], [ 103553.0, 507609.0 ], [ 103689.0, 507579.0 ], [ 103765.0, 507583.0 ], [ 103837.0, 507591.0 ], [ 103946.0, 507743.0 ], [ 103934.0, 507859.0 ], [ 103813.0, 507973.0 ], [ 103668.0, 508059.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103498.0, 506189.0 ], [ 103544.0, 506223.0 ], [ 103558.0, 506290.0 ], [ 103582.0, 506333.0 ], [ 103610.0, 506375.0 ], [ 103634.0, 506442.0 ], [ 103658.0, 506518.0 ], [ 103662.0, 506589.0 ], [ 103662.0, 506623.0 ], [ 103643.0, 506660.0 ], [ 103483.0, 506788.0 ], [ 103366.0, 506873.0 ], [ 103243.0, 506921.0 ], [ 103127.0, 507023.0 ], [ 103095.0, 507161.0 ], [ 103135.0, 507295.0 ], [ 103210.0, 507462.0 ], [ 103305.0, 507556.0 ], [ 103429.0, 507664.0 ], [ 103664.0, 507752.0 ], [ 103697.0, 507819.0 ], [ 103609.0, 507898.0 ], [ 103502.0, 507952.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103598.0, 505929.0 ], [ 103623.0, 505915.0 ], [ 103635.0, 505889.0 ], [ 103626.0, 505855.0 ], [ 103598.0, 505821.0 ], [ 103609.0, 505773.0 ], [ 103635.0, 505751.0 ], [ 103683.0, 505745.0 ], [ 103767.0, 505728.0 ], [ 103824.0, 505745.0 ], [ 103931.0, 505773.0 ], [ 104004.0, 505778.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103530.0, 505875.0 ], [ 103550.0, 505850.0 ], [ 103561.0, 505804.0 ], [ 103587.0, 505739.0 ], [ 103623.0, 505725.0 ], [ 103717.0, 505706.0 ], [ 103815.0, 505700.0 ], [ 103937.0, 505722.0 ], [ 104059.0, 505760.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 1.0, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103207.0, 505694.0 ], [ 103265.0, 505634.0 ] ], [ [ 103265.0, 505634.0 ], [ 103376.0, 505568.0 ], [ 103534.0, 505541.0 ], [ 103771.0, 505519.0 ], [ 103894.0, 505517.0 ], [ 104040.0, 505521.0 ], [ 104152.0, 505557.0 ], [ 104358.0, 505756.0 ] ], [ [ 101370.0, 503744.0 ], [ 101437.0, 503760.0 ], [ 101537.0, 503815.0 ], [ 101639.0, 503941.0 ], [ 101711.0, 504121.0 ], [ 101799.0, 504370.0 ], [ 101851.0, 504550.0 ], [ 101919.0, 504691.0 ], [ 102075.0, 504825.0 ], [ 102214.0, 504918.0 ], [ 102406.0, 504963.0 ], [ 102653.0, 504928.0 ], [ 102762.0, 504877.0 ], [ 102890.0, 504793.0 ], [ 103024.0, 504662.0 ], [ 103156.0, 504551.0 ], [ 103212.0, 504507.0 ], [ 103307.0, 504515.0 ], [ 103373.0, 504598.0 ], [ 103392.0, 504735.0 ], [ 103328.0, 504835.0 ], [ 103160.0, 504880.0 ], [ 102931.0, 504956.0 ], [ 102774.0, 505055.0 ], [ 102709.0, 505187.0 ], [ 102703.0, 505248.0 ], [ 102733.0, 505313.0 ], [ 102818.0, 505370.0 ], [ 102912.0, 505420.0 ], [ 102949.0, 505514.0 ], [ 102945.0, 505588.0 ], [ 102890.0, 505609.0 ], [ 102782.0, 505558.0 ], [ 102696.0, 505477.0 ], [ 102556.0, 505462.0 ], [ 102394.0, 505461.0 ], [ 102208.0, 505557.0 ], [ 102100.0, 505688.0 ], [ 102078.0, 505808.0 ], [ 102098.0, 505910.0 ], [ 102152.0, 506001.0 ], [ 102215.0, 506031.0 ], [ 102275.0, 506052.0 ], [ 102380.0, 506065.0 ], [ 102504.0, 506021.0 ], [ 102581.0, 505961.0 ], [ 102636.0, 505914.0 ], [ 102767.0, 505912.0 ], [ 102894.0, 505916.0 ], [ 102942.0, 505908.0 ], [ 103020.0, 505881.0 ], [ 103092.0, 505841.0 ], [ 103153.0, 505759.0 ], [ 103207.0, 505694.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103671.0, 505628.0 ], [ 103763.0, 505629.0 ], [ 103955.0, 505684.0 ], [ 104130.0, 505748.0 ] ], [ [ 103483.0, 505829.0 ], [ 103505.0, 505816.0 ], [ 103525.0, 505793.0 ], [ 103536.0, 505754.0 ], [ 103556.0, 505717.0 ], [ 103595.0, 505669.0 ], [ 103640.0, 505635.0 ], [ 103671.0, 505628.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109224.0, 505043.0 ], [ 109072.0, 505184.0 ], [ 108979.0, 505354.0 ], [ 108903.0, 505645.0 ], [ 108741.0, 506028.0 ], [ 108646.0, 506271.0 ], [ 108586.0, 506554.0 ], [ 108608.0, 506748.0 ], [ 108656.0, 506943.0 ], [ 108721.0, 507125.0 ], [ 108869.0, 507388.0 ], [ 109034.0, 507522.0 ], [ 109227.0, 507612.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 100755.0, 504039.0 ], [ 100904.0, 504057.0 ], [ 101172.0, 504077.0 ], [ 101398.0, 504068.0 ], [ 101591.0, 504097.0 ], [ 101735.0, 504390.0 ], [ 101782.0, 504689.0 ], [ 101857.0, 504888.0 ], [ 102053.0, 505052.0 ], [ 102296.0, 505072.0 ], [ 102494.0, 505035.0 ], [ 102570.0, 505033.0 ], [ 102622.0, 505074.0 ], [ 102629.0, 505145.0 ], [ 102577.0, 505216.0 ], [ 102569.0, 505280.0 ], [ 102584.0, 505365.0 ], [ 102404.0, 505343.0 ], [ 102217.0, 505387.0 ], [ 102046.0, 505530.0 ], [ 101954.0, 505655.0 ], [ 101865.0, 505808.0 ], [ 101884.0, 505907.0 ], [ 101994.0, 506037.0 ], [ 102105.0, 506115.0 ], [ 102283.0, 506148.0 ], [ 102445.0, 506125.0 ], [ 102525.0, 506124.0 ], [ 102682.0, 506027.0 ], [ 102728.0, 506032.0 ], [ 102729.0, 506115.0 ], [ 102691.0, 506213.0 ], [ 102745.0, 506299.0 ], [ 102815.0, 506385.0 ], [ 102859.0, 506457.0 ], [ 102858.0, 506560.0 ], [ 102810.0, 506671.0 ], [ 102779.0, 506760.0 ], [ 102811.0, 506968.0 ], [ 102875.0, 507130.0 ], [ 102959.0, 507261.0 ], [ 103029.0, 507405.0 ], [ 103133.0, 507556.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101701.0, 503852.0 ], [ 101782.0, 504008.0 ], [ 101834.0, 504179.0 ], [ 101906.0, 504376.0 ], [ 101995.0, 504572.0 ], [ 102187.0, 504762.0 ], [ 102415.0, 504815.0 ], [ 102645.0, 504789.0 ], [ 102862.0, 504663.0 ], [ 103010.0, 504546.0 ], [ 103126.0, 504474.0 ], [ 103243.0, 504409.0 ], [ 103337.0, 504391.0 ], [ 103489.0, 504448.0 ], [ 103583.0, 504568.0 ], [ 103611.0, 504752.0 ], [ 103566.0, 504858.0 ], [ 103474.0, 504954.0 ], [ 103304.0, 505013.0 ], [ 103130.0, 505017.0 ], [ 103021.0, 505050.0 ], [ 102960.0, 505135.0 ], [ 102935.0, 505225.0 ], [ 102939.0, 505331.0 ], [ 103029.0, 505482.0 ], [ 103012.0, 505602.0 ], [ 102910.0, 505695.0 ], [ 102773.0, 505714.0 ], [ 102661.0, 505714.0 ], [ 102587.0, 505725.0 ], [ 102563.0, 505760.0 ], [ 102581.0, 505807.0 ], [ 102629.0, 505835.0 ], [ 102719.0, 505851.0 ], [ 102825.0, 505827.0 ], [ 102915.0, 505798.0 ], [ 103010.0, 505745.0 ], [ 103053.0, 505675.0 ], [ 103105.0, 505568.0 ], [ 103121.0, 505518.0 ], [ 103171.0, 505458.0 ], [ 103377.0, 505394.0 ], [ 103458.0, 505326.0 ], [ 103509.0, 505272.0 ], [ 103550.0, 505200.0 ], [ 103590.0, 505119.0 ], [ 103696.0, 505007.0 ], [ 103815.0, 504936.0 ], [ 103916.0, 504893.0 ], [ 104040.0, 504844.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105041.0, 502409.0 ], [ 105031.0, 502631.0 ], [ 104904.0, 503046.0 ], [ 104737.0, 503374.0 ], [ 104612.0, 503615.0 ], [ 104464.0, 503759.0 ], [ 104174.0, 503901.0 ], [ 103896.0, 503995.0 ], [ 103421.0, 504152.0 ], [ 103183.0, 504253.0 ], [ 103031.0, 504340.0 ], [ 102878.0, 504376.0 ], [ 102726.0, 504370.0 ], [ 102649.0, 504305.0 ], [ 102606.0, 504189.0 ], [ 102639.0, 504052.0 ], [ 102724.0, 503902.0 ], [ 102793.0, 503786.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 15.0, "value": 15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103222.0, 501762.0 ], [ 103356.0, 501716.0 ], [ 103557.0, 501619.0 ], [ 103824.0, 501516.0 ], [ 104101.0, 501486.0 ], [ 104337.0, 501506.0 ], [ 104603.0, 501588.0 ], [ 104813.0, 501717.0 ], [ 104953.0, 501900.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103350.0, 501515.0 ], [ 103582.0, 501391.0 ], [ 103862.0, 501334.0 ], [ 104092.0, 501306.0 ], [ 104324.0, 501293.0 ], [ 104502.0, 501311.0 ], [ 104719.0, 501413.0 ], [ 104933.0, 501568.0 ], [ 105057.0, 501667.0 ], [ 105157.0, 501784.0 ], [ 105260.0, 501950.0 ], [ 105261.0, 502140.0 ], [ 105217.0, 502398.0 ], [ 105161.0, 502628.0 ], [ 105078.0, 502918.0 ], [ 104922.0, 503425.0 ], [ 104888.0, 503550.0 ], [ 104816.0, 503952.0 ], [ 104765.0, 504043.0 ], [ 104616.0, 504143.0 ], [ 104409.0, 504177.0 ], [ 104129.0, 504152.0 ], [ 103939.0, 504154.0 ], [ 103656.0, 504182.0 ], [ 103470.0, 504220.0 ], [ 103240.0, 504285.0 ], [ 103130.0, 504330.0 ], [ 102969.0, 504407.0 ], [ 102840.0, 504438.0 ], [ 102685.0, 504419.0 ], [ 102553.0, 504333.0 ], [ 102470.0, 504185.0 ], [ 102479.0, 504004.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103583.0, 501248.0 ], [ 103799.0, 501209.0 ], [ 104173.0, 501178.0 ], [ 104602.0, 501253.0 ], [ 104976.0, 501427.0 ], [ 105084.0, 501533.0 ], [ 105255.0, 501625.0 ], [ 105460.0, 501789.0 ], [ 105469.0, 502120.0 ], [ 105405.0, 502360.0 ], [ 105331.0, 502665.0 ], [ 105223.0, 503024.0 ], [ 105149.0, 503264.0 ], [ 105099.0, 503464.0 ], [ 105099.0, 503718.0 ], [ 105114.0, 503969.0 ], [ 105002.0, 504213.0 ], [ 104764.0, 504441.0 ], [ 104410.0, 504412.0 ], [ 104132.0, 504322.0 ], [ 103932.0, 504290.0 ], [ 103849.0, 504306.0 ], [ 103727.0, 504362.0 ], [ 103584.0, 504348.0 ], [ 103428.0, 504316.0 ], [ 103255.0, 504338.0 ], [ 103101.0, 504373.0 ], [ 102809.0, 504551.0 ], [ 102656.0, 504629.0 ], [ 102434.0, 504675.0 ], [ 102236.0, 504649.0 ], [ 102097.0, 504562.0 ], [ 101998.0, 504399.0 ], [ 101963.0, 504256.0 ], [ 101938.0, 504112.0 ], [ 101926.0, 504007.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106285.0, 500926.0 ], [ 106616.0, 501053.0 ], [ 106915.0, 501183.0 ], [ 107133.0, 501327.0 ], [ 107247.0, 501419.0 ], [ 107378.0, 501710.0 ], [ 107362.0, 502144.0 ], [ 107136.0, 502538.0 ], [ 106737.0, 502727.0 ], [ 106489.0, 502820.0 ], [ 106314.0, 502908.0 ], [ 106285.0, 503142.0 ], [ 106447.0, 503521.0 ], [ 106524.0, 503995.0 ], [ 106381.0, 504373.0 ], [ 106167.0, 504492.0 ] ], [ [ 106285.0, 500926.0 ], [ 106147.0, 500885.0 ], [ 106019.0, 500852.0 ], [ 105911.0, 500771.0 ], [ 105884.0, 500595.0 ], [ 105904.0, 500500.0 ], [ 105985.0, 500399.0 ], [ 106025.0, 500331.0 ], [ 106106.0, 500284.0 ], [ 106215.0, 500230.0 ], [ 106458.0, 500063.0 ] ], [ [ 109218.0, 499222.0 ], [ 108412.0, 499298.0 ], [ 107688.0, 499464.0 ], [ 107121.0, 499658.0 ], [ 106693.0, 499874.0 ], [ 106458.0, 500063.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103743.0, 500453.0 ], [ 103346.0, 499689.0 ], [ 103205.0, 499542.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105356.0, 496780.0 ], [ 105573.0, 496898.0 ], [ 105673.0, 496994.0 ], [ 105809.0, 497110.0 ], [ 105915.0, 497400.0 ], [ 105976.0, 497664.0 ], [ 106059.0, 497955.0 ], [ 106258.0, 498232.0 ], [ 106489.0, 498600.0 ], [ 106565.0, 498842.0 ], [ 106544.0, 499062.0 ], [ 106409.0, 499196.0 ], [ 106189.0, 499219.0 ], [ 105969.0, 499151.0 ], [ 105800.0, 499130.0 ], [ 105647.0, 499109.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32.geojson new file mode 100644 index 0000000..e59b956 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32.geojson @@ -0,0 +1,320 @@ +{ +"type": "FeatureCollection", +"name": "DS32", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 1, "TNODE_": 3, "LPOLY_": 2, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 104610.0, 516420.0 ], [ 104666.0, 515981.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 11, "TNODE_": 3, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 105088.0, 515000.0 ], [ 104938.0, 515179.0 ], [ 104828.0, 515375.0 ], [ 104767.0, 515568.0 ], [ 104710.0, 515780.0 ], [ 104666.0, 515981.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 15, "TNODE_": 4, "LPOLY_": 2, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 108388.0, 515000.0 ], [ 109023.0, 515311.0 ], [ 109882.0, 515696.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 18, "TNODE_": 15, "LPOLY_": 13, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 514809.0 ], [ 108388.0, 515000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 19, "TNODE_": 18, "LPOLY_": 12, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 514204.0 ], [ 107302.0, 514393.0 ], [ 107943.0, 514781.0 ], [ 108000.0, 514809.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 27, "TNODE_": 11, "LPOLY_": 9, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 105149.0, 514000.0 ], [ 105174.0, 514015.0 ], [ 105302.0, 514267.0 ], [ 105323.0, 514426.0 ], [ 105228.0, 514753.0 ], [ 105088.0, 515000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 29, "TNODE_": 19, "LPOLY_": 11, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 106668.0, 514000.0 ], [ 106729.0, 514035.0 ], [ 107000.0, 514204.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 33, "TNODE_": 27, "LPOLY_": 20, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 513908.0 ], [ 105149.0, 514000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 35, "TNODE_": 29, "LPOLY_": 22, "RPOLY_": 23 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 513582.0 ], [ 106150.0, 513687.0 ], [ 106457.0, 513877.0 ], [ 106668.0, 514000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 36, "TNODE_": 34, "LPOLY_": 4, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 513536.0 ], [ 109304.0, 513592.0 ], [ 109876.0, 513657.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 37, "TNODE_": 36, "LPOLY_": 25, "RPOLY_": 29 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 513352.0 ], [ 109000.0, 513536.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 38, "TNODE_": 33, "LPOLY_": 19, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 513013.0 ], [ 104011.0, 513026.0 ], [ 104254.0, 513272.0 ], [ 104510.0, 513467.0 ], [ 104774.0, 513703.0 ], [ 104964.0, 513885.0 ], [ 105000.0, 513908.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 39, "TNODE_": 37, "LPOLY_": 24, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 513006.0 ], [ 107679.0, 513293.0 ], [ 108000.0, 513352.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 45, "TNODE_": 38, "LPOLY_": 18, "RPOLY_": 31 }, "geometry": { "type": "LineString", "coordinates": [ [ 103989.0, 513000.0 ], [ 104000.0, 513013.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 46, "TNODE_": 38, "LPOLY_": 31, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 513000.0 ], [ 104000.0, 513013.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 45, "TNODE_": 46, "LPOLY_": 31, "RPOLY_": 35 }, "geometry": { "type": "LineString", "coordinates": [ [ 103989.0, 513000.0 ], [ 104000.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 48, "TNODE_": 35, "LPOLY_": 21, "RPOLY_": 28 }, "geometry": { "type": "LineString", "coordinates": [ [ 105214.0, 513000.0 ], [ 105447.0, 513191.0 ], [ 106000.0, 513582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 50, "TNODE_": 39, "LPOLY_": 23, "RPOLY_": 32 }, "geometry": { "type": "LineString", "coordinates": [ [ 106986.0, 513000.0 ], [ 107000.0, 513006.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 51, "TNODE_": 39, "LPOLY_": 32, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 513000.0 ], [ 107000.0, 513006.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 50, "TNODE_": 51, "LPOLY_": 32, "RPOLY_": 40 }, "geometry": { "type": "LineString", "coordinates": [ [ 106986.0, 513000.0 ], [ 107000.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 54, "TNODE_": 48, "LPOLY_": 37, "RPOLY_": 38 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 512815.0 ], [ 105214.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 55, "TNODE_": 45, "LPOLY_": 34, "RPOLY_": 35 }, "geometry": { "type": "LineString", "coordinates": [ [ 103659.0, 512685.0 ], [ 103847.0, 512836.0 ], [ 103989.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 56, "TNODE_": 50, "LPOLY_": 39, "RPOLY_": 40 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 512515.0 ], [ 106312.0, 512715.0 ], [ 106986.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 58, "TNODE_": 54, "LPOLY_": 36, "RPOLY_": 43 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 512056.0 ], [ 104150.0, 512215.0 ], [ 104583.0, 512534.0 ], [ 104908.0, 512735.0 ], [ 105000.0, 512815.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 64, "TNODE_": 55, "LPOLY_": 34, "RPOLY_": 44 }, "geometry": { "type": "LineString", "coordinates": [ [ 103103.0, 512000.0 ], [ 103160.0, 512137.0 ], [ 103255.0, 512281.0 ], [ 103438.0, 512463.0 ], [ 103619.0, 512650.0 ], [ 103659.0, 512685.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 65, "TNODE_": 55, "LPOLY_": 44, "RPOLY_": 35 }, "geometry": { "type": "LineString", "coordinates": [ [ 103431.0, 512000.0 ], [ 103466.0, 512155.0 ], [ 103493.0, 512294.0 ], [ 103559.0, 512449.0 ], [ 103628.0, 512622.0 ], [ 103659.0, 512685.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 66, "TNODE_": 58, "LPOLY_": 35, "RPOLY_": 46 }, "geometry": { "type": "LineString", "coordinates": [ [ 103947.0, 512000.0 ], [ 104000.0, 512056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 69, "TNODE_": 56, "LPOLY_": 38, "RPOLY_": 45 }, "geometry": { "type": "LineString", "coordinates": [ [ 105476.0, 512000.0 ], [ 105478.0, 512053.0 ], [ 105713.0, 512331.0 ], [ 106000.0, 512515.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 74, "TNODE_": 64, "LPOLY_": 48, "RPOLY_": 49 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 511777.0 ], [ 103078.0, 511940.0 ], [ 103103.0, 512000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 76, "TNODE_": 75, "LPOLY_": 27, "RPOLY_": 59 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 511633.0 ], [ 109871.0, 511741.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 77, "TNODE_": 76, "LPOLY_": 57, "RPOLY_": 60 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 511461.0 ], [ 108449.0, 511552.0 ], [ 108919.0, 511623.0 ], [ 109000.0, 511633.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 78, "TNODE_": 77, "LPOLY_": 56, "RPOLY_": 61 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 511236.0 ], [ 107307.0, 511352.0 ], [ 107754.0, 511411.0 ], [ 108000.0, 511461.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 83, "TNODE_": 74, "LPOLY_": 47, "RPOLY_": 58 }, "geometry": { "type": "LineString", "coordinates": [ [ 102641.0, 511000.0 ], [ 102646.0, 511003.0 ], [ 102762.0, 511171.0 ], [ 102846.0, 511341.0 ], [ 102897.0, 511521.0 ], [ 102978.0, 511732.0 ], [ 103000.0, 511777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 85, "TNODE_": 65, "LPOLY_": 49, "RPOLY_": 50 }, "geometry": { "type": "LineString", "coordinates": [ [ 103294.0, 511000.0 ], [ 103290.0, 511066.0 ], [ 103295.0, 511464.0 ], [ 103338.0, 511625.0 ], [ 103404.0, 511884.0 ], [ 103431.0, 512000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 86, "TNODE_": 66, "LPOLY_": 50, "RPOLY_": 51 }, "geometry": { "type": "LineString", "coordinates": [ [ 103586.0, 511000.0 ], [ 103571.0, 511025.0 ], [ 103627.0, 511357.0 ], [ 103649.0, 511520.0 ], [ 103818.0, 511864.0 ], [ 103947.0, 512000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 89, "TNODE_": 69, "LPOLY_": 53, "RPOLY_": 54 }, "geometry": { "type": "LineString", "coordinates": [ [ 105451.0, 511000.0 ], [ 105478.0, 511048.0 ], [ 105521.0, 511411.0 ], [ 105457.0, 511625.0 ], [ 105476.0, 512000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 91, "TNODE_": 78, "LPOLY_": 55, "RPOLY_": 62 }, "geometry": { "type": "LineString", "coordinates": [ [ 106653.0, 511000.0 ], [ 106778.0, 511152.0 ], [ 107000.0, 511236.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 97, "TNODE_": 86, "LPOLY_": 66, "RPOLY_": 67 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 510749.0 ], [ 103736.0, 510761.0 ], [ 103586.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 96, "TNODE_": 97, "LPOLY_": 75, "RPOLY_": 68 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 510769.0 ], [ 104844.0, 510835.0 ], [ 104491.0, 510803.0 ], [ 104043.0, 510747.0 ], [ 104000.0, 510749.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 98, "TNODE_": 89, "LPOLY_": 69, "RPOLY_": 70 }, "geometry": { "type": "LineString", "coordinates": [ [ 105286.0, 510706.0 ], [ 105307.0, 510748.0 ], [ 105451.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 99, "TNODE_": 96, "LPOLY_": 76, "RPOLY_": 69 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 510502.0 ], [ 105014.0, 510549.0 ], [ 105023.0, 510760.0 ], [ 105000.0, 510769.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 100, "TNODE_": 91, "LPOLY_": 71, "RPOLY_": 72 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 510449.0 ], [ 106201.0, 510587.0 ], [ 106436.0, 510751.0 ], [ 106613.0, 510952.0 ], [ 106653.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 101, "TNODE_": 85, "LPOLY_": 65, "RPOLY_": 66 }, "geometry": { "type": "LineString", "coordinates": [ [ 103796.0, 510356.0 ], [ 103449.0, 510610.0 ], [ 103306.0, 510821.0 ], [ 103294.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 102, "TNODE_": 101, "LPOLY_": 79, "RPOLY_": 66 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 510296.0 ], [ 103813.0, 510362.0 ], [ 103796.0, 510356.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 103, "TNODE_": 100, "LPOLY_": 70, "RPOLY_": 78 }, "geometry": { "type": "LineString", "coordinates": [ [ 105813.0, 510281.0 ], [ 105977.0, 510434.0 ], [ 106000.0, 510449.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 104, "TNODE_": 83, "LPOLY_": 63, "RPOLY_": 64 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 510247.0 ], [ 102956.0, 510254.0 ], [ 102798.0, 510327.0 ], [ 102665.0, 510410.0 ], [ 102536.0, 510466.0 ], [ 102399.0, 510530.0 ], [ 102284.0, 510578.0 ], [ 102203.0, 510699.0 ], [ 102271.0, 510792.0 ], [ 102408.0, 510861.0 ], [ 102509.0, 510906.0 ], [ 102641.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 101, "TNODE_": 104, "LPOLY_": 79, "RPOLY_": 65 }, "geometry": { "type": "LineString", "coordinates": [ [ 103796.0, 510356.0 ], [ 103703.0, 510324.0 ], [ 103496.0, 510249.0 ], [ 103309.0, 510229.0 ], [ 103128.0, 510226.0 ], [ 103000.0, 510247.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 111, "TNODE_": 102, "LPOLY_": 80, "RPOLY_": 75 }, "geometry": { "type": "LineString", "coordinates": [ [ 104599.0, 510000.0 ], [ 104660.0, 510102.0 ], [ 104699.0, 510259.0 ], [ 104653.0, 510339.0 ], [ 104461.0, 510199.0 ], [ 104308.0, 510200.0 ], [ 104193.0, 510217.0 ], [ 104058.0, 510275.0 ], [ 104000.0, 510296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 112, "TNODE_": 99, "LPOLY_": 75, "RPOLY_": 77 }, "geometry": { "type": "LineString", "coordinates": [ [ 104935.0, 510000.0 ], [ 104935.0, 510051.0 ], [ 104958.0, 510365.0 ], [ 105000.0, 510502.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 114, "TNODE_": 98, "LPOLY_": 69, "RPOLY_": 70 }, "geometry": { "type": "LineString", "coordinates": [ [ 105104.0, 510000.0 ], [ 105092.0, 510044.0 ], [ 105067.0, 510324.0 ], [ 105184.0, 510563.0 ], [ 105286.0, 510706.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 115, "TNODE_": 103, "LPOLY_": 70, "RPOLY_": 78 }, "geometry": { "type": "LineString", "coordinates": [ [ 105517.0, 510000.0 ], [ 105525.0, 510039.0 ], [ 105813.0, 510281.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 124, "TNODE_": 115, "LPOLY_": 87, "RPOLY_": 88 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 509537.0 ], [ 105880.0, 509555.0 ], [ 105656.0, 509603.0 ], [ 105543.0, 509705.0 ], [ 105487.0, 509840.0 ], [ 105517.0, 510000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 122, "TNODE_": 123, "LPOLY_": 81, "RPOLY_": 94 }, "geometry": { "type": "LineString", "coordinates": [ [ 102589.0, 509567.0 ], [ 102813.0, 509537.0 ], [ 103000.0, 509559.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 127, "TNODE_": 112, "LPOLY_": 84, "RPOLY_": 85 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 509441.0 ], [ 104938.0, 509698.0 ], [ 104935.0, 510000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 128, "TNODE_": 124, "LPOLY_": 95, "RPOLY_": 89 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 509421.0 ], [ 106755.0, 509459.0 ], [ 106279.0, 509496.0 ], [ 106000.0, 509537.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 123, "TNODE_": 129, "LPOLY_": 82, "RPOLY_": 92 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 509559.0 ], [ 103098.0, 509571.0 ], [ 103387.0, 509620.0 ], [ 103655.0, 509569.0 ], [ 103882.0, 509457.0 ], [ 104000.0, 509396.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 130, "TNODE_": 122, "LPOLY_": 81, "RPOLY_": 93 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 509365.0 ], [ 102103.0, 509460.0 ], [ 102465.0, 509584.0 ], [ 102589.0, 509567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 132, "TNODE_": 128, "LPOLY_": 97, "RPOLY_": 90 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 509246.0 ], [ 107617.0, 509325.0 ], [ 107000.0, 509421.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 131, "TNODE_": 133, "LPOLY_": 92, "RPOLY_": 99 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 509352.0 ], [ 103242.0, 509384.0 ], [ 103523.0, 509346.0 ], [ 103810.0, 509265.0 ], [ 104000.0, 509165.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 134, "TNODE_": 130, "LPOLY_": 5, "RPOLY_": 100 }, "geometry": { "type": "LineString", "coordinates": [ [ 101680.0, 509068.0 ], [ 102000.0, 509365.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 135, "TNODE_": 132, "LPOLY_": 102, "RPOLY_": 91 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 509053.0 ], [ 108969.0, 509069.0 ], [ 108290.0, 509186.0 ], [ 108000.0, 509246.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 139, "TNODE_": 134, "LPOLY_": 5, "RPOLY_": 100 }, "geometry": { "type": "LineString", "coordinates": [ [ 101660.0, 509000.0 ], [ 101680.0, 509068.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 141, "TNODE_": 122, "LPOLY_": 93, "RPOLY_": 94 }, "geometry": { "type": "LineString", "coordinates": [ [ 102120.0, 509000.0 ], [ 102285.0, 509322.0 ], [ 102418.0, 509449.0 ], [ 102589.0, 509567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 142, "TNODE_": 131, "LPOLY_": 94, "RPOLY_": 101 }, "geometry": { "type": "LineString", "coordinates": [ [ 102531.0, 509000.0 ], [ 102689.0, 509150.0 ], [ 102968.0, 509348.0 ], [ 103000.0, 509352.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 133, "TNODE_": 145, "LPOLY_": 98, "RPOLY_": 103 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 509165.0 ], [ 104086.0, 509120.0 ], [ 104191.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 129, "TNODE_": 146, "LPOLY_": 83, "RPOLY_": 98 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 509396.0 ], [ 104095.0, 509347.0 ], [ 104248.0, 509285.0 ], [ 104369.0, 509212.0 ], [ 104439.0, 509144.0 ], [ 104475.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 147, "TNODE_": 111, "LPOLY_": 83, "RPOLY_": 84 }, "geometry": { "type": "LineString", "coordinates": [ [ 104834.0, 509000.0 ], [ 104744.0, 509143.0 ], [ 104628.0, 509406.0 ], [ 104578.0, 509590.0 ], [ 104543.0, 509777.0 ], [ 104592.0, 509988.0 ], [ 104599.0, 510000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 149, "TNODE_": 127, "LPOLY_": 96, "RPOLY_": 86 }, "geometry": { "type": "LineString", "coordinates": [ [ 105321.0, 509000.0 ], [ 105261.0, 509060.0 ], [ 105027.0, 509330.0 ], [ 105000.0, 509441.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 150, "TNODE_": 114, "LPOLY_": 86, "RPOLY_": 87 }, "geometry": { "type": "LineString", "coordinates": [ [ 105929.0, 509000.0 ], [ 105833.0, 509031.0 ], [ 105527.0, 509227.0 ], [ 105394.0, 509355.0 ], [ 105242.0, 509557.0 ], [ 105176.0, 509730.0 ], [ 105104.0, 510000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 155, "TNODE_": 150, "LPOLY_": 115, "RPOLY_": 116 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 508977.0 ], [ 105929.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 157, "TNODE_": 147, "LPOLY_": 112, "RPOLY_": 113 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 508720.0 ], [ 104992.0, 508731.0 ], [ 104881.0, 508925.0 ], [ 104834.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 158, "TNODE_": 157, "LPOLY_": 123, "RPOLY_": 114 }, "geometry": { "type": "LineString", "coordinates": [ [ 105014.0, 508700.0 ], [ 105000.0, 508720.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 159, "TNODE_": 156, "LPOLY_": 109, "RPOLY_": 121 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 508643.0 ], [ 103164.0, 508751.0 ], [ 103345.0, 508804.0 ], [ 103522.0, 508875.0 ], [ 103654.0, 508881.0 ], [ 103748.0, 508869.0 ], [ 103894.0, 508829.0 ], [ 104000.0, 508759.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 160, "TNODE_": 155, "LPOLY_": 120, "RPOLY_": 117 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 508625.0 ], [ 106409.0, 508846.0 ], [ 106000.0, 508977.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 162, "TNODE_": 161, "LPOLY_": 121, "RPOLY_": 124 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 508468.0 ], [ 103154.0, 508541.0 ], [ 103379.0, 508657.0 ], [ 103633.0, 508705.0 ], [ 103965.0, 508615.0 ], [ 104000.0, 508602.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 163, "TNODE_": 149, "LPOLY_": 114, "RPOLY_": 115 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 508438.0 ], [ 105906.0, 508486.0 ], [ 105518.0, 508804.0 ], [ 105321.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 164, "TNODE_": 135, "LPOLY_": 104, "RPOLY_": 59 }, "geometry": { "type": "LineString", "coordinates": [ [ 109861.0, 508373.0 ], [ 109433.0, 508816.0 ], [ 109000.0, 509053.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 165, "TNODE_": 160, "LPOLY_": 127, "RPOLY_": 118 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 508338.0 ], [ 107634.0, 508417.0 ], [ 107069.0, 508600.0 ], [ 107000.0, 508625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 166, "TNODE_": 158, "LPOLY_": 125, "RPOLY_": 114 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 508212.0 ], [ 105878.0, 508244.0 ], [ 105692.0, 508322.0 ], [ 105494.0, 508416.0 ], [ 105311.0, 508526.0 ], [ 105014.0, 508700.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 146, "TNODE_": 169, "LPOLY_": 112, "RPOLY_": 111 }, "geometry": { "type": "LineString", "coordinates": [ [ 104475.0, 509000.0 ], [ 104512.0, 508843.0 ], [ 104539.0, 508710.0 ], [ 104611.0, 508530.0 ], [ 104731.0, 508391.0 ], [ 104835.0, 508279.0 ], [ 104891.0, 508157.0 ], [ 104962.0, 508078.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 170, "TNODE_": 158, "LPOLY_": 123, "RPOLY_": 125 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 508077.0 ], [ 105084.0, 508081.0 ], [ 105187.0, 508139.0 ], [ 105225.0, 508261.0 ], [ 105214.0, 508422.0 ], [ 105014.0, 508700.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 169, "TNODE_": 170, "LPOLY_": 112, "RPOLY_": 134 }, "geometry": { "type": "LineString", "coordinates": [ [ 104962.0, 508078.0 ], [ 104965.0, 508075.0 ], [ 105000.0, 508077.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 174, "TNODE_": 139, "LPOLY_": 5, "RPOLY_": 105 }, "geometry": { "type": "LineString", "coordinates": [ [ 101371.0, 508000.0 ], [ 101660.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 176, "TNODE_": 141, "LPOLY_": 106, "RPOLY_": 107 }, "geometry": { "type": "LineString", "coordinates": [ [ 102171.0, 508000.0 ], [ 102176.0, 508116.0 ], [ 102092.0, 508444.0 ], [ 102068.0, 508719.0 ], [ 102113.0, 508986.0 ], [ 102120.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 177, "TNODE_": 142, "LPOLY_": 107, "RPOLY_": 108 }, "geometry": { "type": "LineString", "coordinates": [ [ 102338.0, 508000.0 ], [ 102316.0, 508080.0 ], [ 102244.0, 508433.0 ], [ 102273.0, 508692.0 ], [ 102439.0, 508913.0 ], [ 102531.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 178, "TNODE_": 159, "LPOLY_": 108, "RPOLY_": 126 }, "geometry": { "type": "LineString", "coordinates": [ [ 102615.0, 508000.0 ], [ 102610.0, 508053.0 ], [ 102618.0, 508273.0 ], [ 102704.0, 508441.0 ], [ 102844.0, 508581.0 ], [ 103000.0, 508643.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 179, "TNODE_": 162, "LPOLY_": 126, "RPOLY_": 129 }, "geometry": { "type": "LineString", "coordinates": [ [ 102828.0, 508000.0 ], [ 102796.0, 508190.0 ], [ 102920.0, 508430.0 ], [ 103000.0, 508468.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 182, "TNODE_": 183, "LPOLY_": 133, "RPOLY_": 135 }, "geometry": { "type": "LineString", "coordinates": [ [ 103379.0, 508000.0 ], [ 103398.0, 508028.0 ], [ 103452.0, 508064.0 ], [ 103507.0, 508043.0 ], [ 103504.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 181, "TNODE_": 184, "LPOLY_": 124, "RPOLY_": 133 }, "geometry": { "type": "LineString", "coordinates": [ [ 103236.0, 508000.0 ], [ 103315.0, 508118.0 ], [ 103411.0, 508158.0 ], [ 103501.0, 508164.0 ], [ 103623.0, 508206.0 ], [ 103669.0, 508187.0 ], [ 103703.0, 508155.0 ], [ 103707.0, 508125.0 ], [ 103671.0, 508067.0 ], [ 103648.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 161, "TNODE_": 186, "LPOLY_": 122, "RPOLY_": 128 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 508602.0 ], [ 104118.0, 508561.0 ], [ 104319.0, 508454.0 ], [ 104449.0, 508273.0 ], [ 104525.0, 508024.0 ], [ 104521.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 156, "TNODE_": 187, "LPOLY_": 110, "RPOLY_": 122 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 508759.0 ], [ 104064.0, 508716.0 ], [ 104215.0, 508610.0 ], [ 104315.0, 508532.0 ], [ 104421.0, 508429.0 ], [ 104489.0, 508367.0 ], [ 104541.0, 508272.0 ], [ 104583.0, 508161.0 ], [ 104603.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 145, "TNODE_": 188, "LPOLY_": 111, "RPOLY_": 110 }, "geometry": { "type": "LineString", "coordinates": [ [ 104191.0, 509000.0 ], [ 104269.0, 508912.0 ], [ 104401.0, 508632.0 ], [ 104718.0, 508228.0 ], [ 104802.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 169, "TNODE_": 189, "LPOLY_": 134, "RPOLY_": 111 }, "geometry": { "type": "LineString", "coordinates": [ [ 104962.0, 508078.0 ], [ 104982.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 192, "TNODE_": 166, "LPOLY_": 132, "RPOLY_": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ 106313.0, 508000.0 ], [ 106321.0, 508009.0 ], [ 106249.0, 508113.0 ], [ 106093.0, 508187.0 ], [ 106000.0, 508212.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 193, "TNODE_": 163, "LPOLY_": 130, "RPOLY_": 120 }, "geometry": { "type": "LineString", "coordinates": [ [ 106951.0, 508000.0 ], [ 106936.0, 508068.0 ], [ 106700.0, 508134.0 ], [ 106241.0, 508313.0 ], [ 106000.0, 508438.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 196, "TNODE_": 165, "LPOLY_": 131, "RPOLY_": 119 }, "geometry": { "type": "LineString", "coordinates": [ [ 108868.0, 508000.0 ], [ 108812.0, 508041.0 ], [ 108635.0, 508150.0 ], [ 108105.0, 508315.0 ], [ 108000.0, 508338.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 189, "TNODE_": 198, "LPOLY_": 153, "RPOLY_": 152 }, "geometry": { "type": "LineString", "coordinates": [ [ 104982.0, 508000.0 ], [ 105000.0, 507924.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 199, "TNODE_": 196, "LPOLY_": 159, "RPOLY_": 160 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 507876.0 ], [ 108944.0, 507945.0 ], [ 108868.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 200, "TNODE_": 192, "LPOLY_": 155, "RPOLY_": 156 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 507839.0 ], [ 106013.0, 507841.0 ], [ 106232.0, 507909.0 ], [ 106313.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 201, "TNODE_": 193, "LPOLY_": 156, "RPOLY_": 157 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 507571.0 ], [ 106228.0, 507584.0 ], [ 106602.0, 507634.0 ], [ 106809.0, 507736.0 ], [ 106966.0, 507933.0 ], [ 106951.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 202, "TNODE_": 176, "LPOLY_": 140, "RPOLY_": 141 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 507530.0 ], [ 102162.0, 507775.0 ], [ 102171.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 198, "TNODE_": 200, "LPOLY_": 154, "RPOLY_": 161 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 507924.0 ], [ 105027.0, 507812.0 ], [ 105056.0, 507734.0 ], [ 105069.0, 507615.0 ], [ 105131.0, 507523.0 ], [ 105211.0, 507560.0 ], [ 105272.0, 507636.0 ], [ 105450.0, 507723.0 ], [ 105601.0, 507777.0 ], [ 105692.0, 507801.0 ], [ 105863.0, 507824.0 ], [ 106000.0, 507839.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 203, "TNODE_": 199, "LPOLY_": 162, "RPOLY_": 104 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 507507.0 ], [ 109021.0, 507511.0 ], [ 109089.0, 507767.0 ], [ 109000.0, 507876.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 204, "TNODE_": 179, "LPOLY_": 143, "RPOLY_": 144 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 507486.0 ], [ 102967.0, 507616.0 ], [ 102847.0, 507884.0 ], [ 102828.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 205, "TNODE_": 203, "LPOLY_": 159, "RPOLY_": 165 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 507406.0 ], [ 108145.0, 507452.0 ], [ 108366.0, 507482.0 ], [ 108841.0, 507477.0 ], [ 109000.0, 507507.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 188, "TNODE_": 206, "LPOLY_": 152, "RPOLY_": 151 }, "geometry": { "type": "LineString", "coordinates": [ [ 104802.0, 508000.0 ], [ 104813.0, 507970.0 ], [ 104879.0, 507754.0 ], [ 104943.0, 507470.0 ], [ 104957.0, 507340.0 ], [ 105000.0, 507278.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 206, "TNODE_": 201, "LPOLY_": 161, "RPOLY_": 163 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 507278.0 ], [ 105012.0, 507260.0 ], [ 105148.0, 507254.0 ], [ 105400.0, 507381.0 ], [ 105668.0, 507500.0 ], [ 105939.0, 507567.0 ], [ 106000.0, 507571.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 207, "TNODE_": 177, "LPOLY_": 141, "RPOLY_": 142 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 507171.0 ], [ 102016.0, 507175.0 ], [ 102310.0, 507270.0 ], [ 102454.0, 507427.0 ], [ 102406.0, 507755.0 ], [ 102338.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 208, "TNODE_": 205, "LPOLY_": 158, "RPOLY_": 167 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 507143.0 ], [ 107215.0, 507168.0 ], [ 107602.0, 507258.0 ], [ 107877.0, 507366.0 ], [ 108000.0, 507406.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 209, "TNODE_": 182, "LPOLY_": 146, "RPOLY_": 147 }, "geometry": { "type": "LineString", "coordinates": [ [ 103420.0, 507141.0 ], [ 103388.0, 507186.0 ], [ 103350.0, 507276.0 ], [ 103347.0, 507412.0 ], [ 103361.0, 507537.0 ], [ 103351.0, 507679.0 ], [ 103329.0, 507787.0 ], [ 103331.0, 507882.0 ], [ 103354.0, 507966.0 ], [ 103379.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 186, "TNODE_": 210, "LPOLY_": 150, "RPOLY_": 149 }, "geometry": { "type": "LineString", "coordinates": [ [ 104521.0, 508000.0 ], [ 104483.0, 507742.0 ], [ 104341.0, 507512.0 ], [ 104161.0, 507271.0 ], [ 104000.0, 507108.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 183, "TNODE_": 209, "LPOLY_": 146, "RPOLY_": 147 }, "geometry": { "type": "LineString", "coordinates": [ [ 103504.0, 508000.0 ], [ 103498.0, 507909.0 ], [ 103474.0, 507786.0 ], [ 103503.0, 507641.0 ], [ 103560.0, 507525.0 ], [ 103591.0, 507447.0 ], [ 103633.0, 507309.0 ], [ 103651.0, 507198.0 ], [ 103634.0, 507141.0 ], [ 103581.0, 507108.0 ], [ 103525.0, 507098.0 ], [ 103420.0, 507141.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 215, "TNODE_": 202, "LPOLY_": 139, "RPOLY_": 164 }, "geometry": { "type": "LineString", "coordinates": [ [ 101126.0, 507000.0 ], [ 101430.0, 507138.0 ], [ 101745.0, 507321.0 ], [ 101994.0, 507521.0 ], [ 102000.0, 507530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 216, "TNODE_": 207, "LPOLY_": 164, "RPOLY_": 168 }, "geometry": { "type": "LineString", "coordinates": [ [ 101611.0, 507000.0 ], [ 101798.0, 507119.0 ], [ 102000.0, 507171.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 218, "TNODE_": 178, "LPOLY_": 142, "RPOLY_": 143 }, "geometry": { "type": "LineString", "coordinates": [ [ 102744.0, 507000.0 ], [ 102799.0, 507035.0 ], [ 102870.0, 507161.0 ], [ 102805.0, 507406.0 ], [ 102703.0, 507635.0 ], [ 102633.0, 507822.0 ], [ 102615.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 220, "TNODE_": 204, "LPOLY_": 166, "RPOLY_": 145 }, "geometry": { "type": "LineString", "coordinates": [ [ 103018.0, 507000.0 ], [ 103030.0, 507010.0 ], [ 103057.0, 507260.0 ], [ 103000.0, 507486.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 221, "TNODE_": 181, "LPOLY_": 145, "RPOLY_": 146 }, "geometry": { "type": "LineString", "coordinates": [ [ 103251.0, 507000.0 ], [ 103269.0, 507088.0 ], [ 103253.0, 507407.0 ], [ 103201.0, 507724.0 ], [ 103182.0, 507863.0 ], [ 103212.0, 507964.0 ], [ 103236.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 184, "TNODE_": 222, "LPOLY_": 148, "RPOLY_": 146 }, "geometry": { "type": "LineString", "coordinates": [ [ 103648.0, 508000.0 ], [ 103643.0, 507985.0 ], [ 103601.0, 507782.0 ], [ 103617.0, 507650.0 ], [ 103652.0, 507538.0 ], [ 103680.0, 507386.0 ], [ 103714.0, 507130.0 ], [ 103685.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 210, "TNODE_": 223, "LPOLY_": 170, "RPOLY_": 148 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 507108.0 ], [ 103933.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 187, "TNODE_": 225, "LPOLY_": 151, "RPOLY_": 150 }, "geometry": { "type": "LineString", "coordinates": [ [ 104603.0, 508000.0 ], [ 104608.0, 507895.0 ], [ 104574.0, 507730.0 ], [ 104483.0, 507559.0 ], [ 104366.0, 507354.0 ], [ 104213.0, 507171.0 ], [ 104094.0, 507052.0 ], [ 104054.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 228, "TNODE_": 208, "LPOLY_": 157, "RPOLY_": 169 }, "geometry": { "type": "LineString", "coordinates": [ [ 106305.0, 507000.0 ], [ 106570.0, 507068.0 ], [ 106900.0, 507131.0 ], [ 107000.0, 507143.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 232, "TNODE_": 220, "LPOLY_": 179, "RPOLY_": 180 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 506985.0 ], [ 103018.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 233, "TNODE_": 215, "LPOLY_": 174, "RPOLY_": 175 }, "geometry": { "type": "LineString", "coordinates": [ [ 101075.0, 506977.0 ], [ 101126.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 234, "TNODE_": 228, "LPOLY_": 187, "RPOLY_": 188 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 506965.0 ], [ 106305.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 225, "TNODE_": 236, "LPOLY_": 185, "RPOLY_": 184 }, "geometry": { "type": "LineString", "coordinates": [ [ 104054.0, 507000.0 ], [ 104000.0, 506931.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 237, "TNODE_": 235, "LPOLY_": 189, "RPOLY_": 193 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 506892.0 ], [ 107238.0, 506920.0 ], [ 107614.0, 506953.0 ], [ 107872.0, 506962.0 ], [ 108000.0, 506952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 238, "TNODE_": 237, "LPOLY_": 188, "RPOLY_": 196 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 506826.0 ], [ 106047.0, 506836.0 ], [ 106414.0, 506866.0 ], [ 106826.0, 506871.0 ], [ 107000.0, 506892.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 239, "TNODE_": 218, "LPOLY_": 177, "RPOLY_": 178 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 506760.0 ], [ 102155.0, 506803.0 ], [ 102298.0, 506838.0 ], [ 102445.0, 506897.0 ], [ 102636.0, 506932.0 ], [ 102744.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 236, "TNODE_": 241, "LPOLY_": 195, "RPOLY_": 183 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 506931.0 ], [ 103918.0, 506739.0 ], [ 103918.0, 506688.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 242, "TNODE_": 221, "LPOLY_": 180, "RPOLY_": 181 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 506686.0 ], [ 103099.0, 506719.0 ], [ 103205.0, 506780.0 ], [ 103251.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 223, "TNODE_": 243, "LPOLY_": 183, "RPOLY_": 182 }, "geometry": { "type": "LineString", "coordinates": [ [ 103933.0, 507000.0 ], [ 103862.0, 506885.0 ], [ 103787.0, 506677.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 244, "TNODE_": 234, "LPOLY_": 186, "RPOLY_": 192 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 506663.0 ], [ 105229.0, 506766.0 ], [ 105510.0, 506863.0 ], [ 105824.0, 506945.0 ], [ 106000.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 235, "TNODE_": 245, "LPOLY_": 190, "RPOLY_": 194 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 506952.0 ], [ 108026.0, 506950.0 ], [ 108342.0, 506832.0 ], [ 108800.0, 506610.0 ], [ 109000.0, 506561.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 246, "TNODE_": 238, "LPOLY_": 192, "RPOLY_": 197 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 506532.0 ], [ 105012.0, 506538.0 ], [ 105487.0, 506709.0 ], [ 106000.0, 506826.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 247, "TNODE_": 232, "LPOLY_": 178, "RPOLY_": 191 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 506507.0 ], [ 102032.0, 506557.0 ], [ 102221.0, 506723.0 ], [ 102449.0, 506754.0 ], [ 102664.0, 506795.0 ], [ 102901.0, 506900.0 ], [ 103000.0, 506985.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 245, "TNODE_": 248, "LPOLY_": 104, "RPOLY_": 202 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 506561.0 ], [ 109340.0, 506479.0 ], [ 109855.0, 506412.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 249, "TNODE_": 244, "LPOLY_": 185, "RPOLY_": 201 }, "geometry": { "type": "LineString", "coordinates": [ [ 104472.0, 506378.0 ], [ 104571.0, 506437.0 ], [ 104967.0, 506648.0 ], [ 105000.0, 506663.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 243, "TNODE_": 250, "LPOLY_": 183, "RPOLY_": 182 }, "geometry": { "type": "LineString", "coordinates": [ [ 103787.0, 506677.0 ], [ 103631.0, 506542.0 ], [ 103485.0, 506469.0 ], [ 103339.0, 506384.0 ], [ 103290.0, 506323.0 ], [ 103278.0, 506238.0 ], [ 103265.0, 506185.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 251, "TNODE_": 246, "LPOLY_": 201, "RPOLY_": 203 }, "geometry": { "type": "LineString", "coordinates": [ [ 104232.0, 506158.0 ], [ 104504.0, 506295.0 ], [ 105000.0, 506532.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 252, "TNODE_": 249, "LPOLY_": 185, "RPOLY_": 201 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 506071.0 ], [ 104081.0, 506156.0 ], [ 104261.0, 506282.0 ], [ 104412.0, 506344.0 ], [ 104472.0, 506378.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 257, "TNODE_": 216, "LPOLY_": 175, "RPOLY_": 176 }, "geometry": { "type": "LineString", "coordinates": [ [ 101424.0, 506000.0 ], [ 101413.0, 506072.0 ], [ 101416.0, 506380.0 ], [ 101488.0, 506791.0 ], [ 101607.0, 506998.0 ], [ 101611.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 258, "TNODE_": 239, "LPOLY_": 176, "RPOLY_": 198 }, "geometry": { "type": "LineString", "coordinates": [ [ 101804.0, 506000.0 ], [ 101754.0, 506233.0 ], [ 101758.0, 506432.0 ], [ 101794.0, 506604.0 ], [ 101955.0, 506747.0 ], [ 102000.0, 506760.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 259, "TNODE_": 247, "LPOLY_": 198, "RPOLY_": 204 }, "geometry": { "type": "LineString", "coordinates": [ [ 101945.0, 506000.0 ], [ 101890.0, 506182.0 ], [ 101905.0, 506360.0 ], [ 102000.0, 506507.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 261, "TNODE_": 242, "LPOLY_": 191, "RPOLY_": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ 102106.0, 506000.0 ], [ 102077.0, 506081.0 ], [ 102088.0, 506277.0 ], [ 102188.0, 506413.0 ], [ 102434.0, 506565.0 ], [ 102637.0, 506604.0 ], [ 102884.0, 506647.0 ], [ 103000.0, 506686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 222, "TNODE_": 263, "LPOLY_": 182, "RPOLY_": 181 }, "geometry": { "type": "LineString", "coordinates": [ [ 103685.0, 507000.0 ], [ 103678.0, 506967.0 ], [ 103575.0, 506704.0 ], [ 103376.0, 506581.0 ], [ 103177.0, 506449.0 ], [ 103075.0, 506340.0 ], [ 103060.0, 506254.0 ], [ 103059.0, 506180.0 ], [ 103123.0, 506079.0 ], [ 103148.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 250, "TNODE_": 264, "LPOLY_": 183, "RPOLY_": 182 }, "geometry": { "type": "LineString", "coordinates": [ [ 103265.0, 506185.0 ], [ 103259.0, 506127.0 ], [ 103245.0, 506113.0 ], [ 103237.0, 506100.0 ], [ 103247.0, 506094.0 ], [ 103323.0, 506096.0 ], [ 103370.0, 506102.0 ], [ 103394.0, 506113.0 ], [ 103439.0, 506117.0 ], [ 103454.0, 506102.0 ], [ 103460.0, 506076.0 ], [ 103439.0, 506031.0 ], [ 103407.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 241, "TNODE_": 265, "LPOLY_": 195, "RPOLY_": 183 }, "geometry": { "type": "LineString", "coordinates": [ [ 103918.0, 506688.0 ], [ 103888.0, 506630.0 ], [ 103821.0, 506558.0 ], [ 103737.0, 506479.0 ], [ 103645.0, 506428.0 ], [ 103544.0, 506349.0 ], [ 103519.0, 506298.0 ], [ 103481.0, 506240.0 ], [ 103477.0, 506210.0 ], [ 103477.0, 506181.0 ], [ 103502.0, 506173.0 ], [ 103515.0, 506135.0 ], [ 103523.0, 506080.0 ], [ 103506.0, 506030.0 ], [ 103476.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 266, "TNODE_": 252, "LPOLY_": 195, "RPOLY_": 205 }, "geometry": { "type": "LineString", "coordinates": [ [ 103925.0, 506000.0 ], [ 104000.0, 506071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 268, "TNODE_": 251, "LPOLY_": 201, "RPOLY_": 203 }, "geometry": { "type": "LineString", "coordinates": [ [ 104077.0, 506000.0 ], [ 104118.0, 506055.0 ], [ 104232.0, 506158.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 269, "TNODE_": 270, "LPOLY_": 203, "RPOLY_": 206 }, "geometry": { "type": "LineString", "coordinates": [ [ 104716.0, 506000.0 ], [ 104838.0, 506021.0 ], [ 104909.0, 506021.0 ], [ 104938.0, 506001.0 ], [ 104937.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 276, "TNODE_": 268, "LPOLY_": 220, "RPOLY_": 221 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505897.0 ], [ 104077.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 265, "TNODE_": 277, "LPOLY_": 219, "RPOLY_": 218 }, "geometry": { "type": "LineString", "coordinates": [ [ 103476.0, 506000.0 ], [ 103460.0, 505984.0 ], [ 103385.0, 505891.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 278, "TNODE_": 259, "LPOLY_": 212, "RPOLY_": 213 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 505890.0 ], [ 101964.0, 505936.0 ], [ 101945.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 279, "TNODE_": 266, "LPOLY_": 219, "RPOLY_": 218 }, "geometry": { "type": "LineString", "coordinates": [ [ 103471.0, 505822.0 ], [ 103502.0, 505841.0 ], [ 103565.0, 505850.0 ], [ 103615.0, 505837.0 ], [ 103678.0, 505837.0 ], [ 103749.0, 505862.0 ], [ 103858.0, 505938.0 ], [ 103925.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 263, "TNODE_": 280, "LPOLY_": 217, "RPOLY_": 216 }, "geometry": { "type": "LineString", "coordinates": [ [ 103148.0, 506000.0 ], [ 103159.0, 505970.0 ], [ 103159.0, 505906.0 ], [ 103120.0, 505811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 281, "TNODE_": 276, "LPOLY_": 218, "RPOLY_": 217 }, "geometry": { "type": "LineString", "coordinates": [ [ 103456.0, 505768.0 ], [ 103471.0, 505799.0 ], [ 103521.0, 505830.0 ], [ 103595.0, 505823.0 ], [ 103671.0, 505770.0 ], [ 103850.0, 505775.0 ], [ 103972.0, 505860.0 ], [ 104000.0, 505897.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 277, "TNODE_": 279, "LPOLY_": 219, "RPOLY_": 218 }, "geometry": { "type": "LineString", "coordinates": [ [ 103385.0, 505891.0 ], [ 103376.0, 505864.0 ], [ 103370.0, 505852.0 ], [ 103368.0, 505817.0 ], [ 103370.0, 505801.0 ], [ 103382.0, 505778.0 ], [ 103396.0, 505772.0 ], [ 103417.0, 505766.0 ], [ 103435.0, 505766.0 ], [ 103448.0, 505776.0 ], [ 103456.0, 505795.0 ], [ 103471.0, 505822.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 264, "TNODE_": 281, "LPOLY_": 218, "RPOLY_": 217 }, "geometry": { "type": "LineString", "coordinates": [ [ 103407.0, 506000.0 ], [ 103403.0, 505996.0 ], [ 103302.0, 505963.0 ], [ 103275.0, 505951.0 ], [ 103263.0, 505936.0 ], [ 103239.0, 505922.0 ], [ 103222.0, 505906.0 ], [ 103206.0, 505885.0 ], [ 103204.0, 505867.0 ], [ 103214.0, 505809.0 ], [ 103249.0, 505780.0 ], [ 103282.0, 505770.0 ], [ 103314.0, 505766.0 ], [ 103353.0, 505752.0 ], [ 103398.0, 505752.0 ], [ 103431.0, 505754.0 ], [ 103456.0, 505768.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 283, "TNODE_": 269, "LPOLY_": 221, "RPOLY_": 222 }, "geometry": { "type": "LineString", "coordinates": [ [ 104033.0, 505750.0 ], [ 104313.0, 505899.0 ], [ 104618.0, 505982.0 ], [ 104716.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 284, "TNODE_": 283, "LPOLY_": 221, "RPOLY_": 222 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505734.0 ], [ 104033.0, 505750.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 280, "TNODE_": 284, "LPOLY_": 217, "RPOLY_": 216 }, "geometry": { "type": "LineString", "coordinates": [ [ 103120.0, 505811.0 ], [ 103108.0, 505775.0 ], [ 103132.0, 505738.0 ], [ 103229.0, 505702.0 ], [ 103363.0, 505677.0 ], [ 103449.0, 505714.0 ], [ 103558.0, 505738.0 ], [ 103716.0, 505726.0 ], [ 103838.0, 505690.0 ], [ 103960.0, 505714.0 ], [ 104000.0, 505734.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 285, "TNODE_": 258, "LPOLY_": 211, "RPOLY_": 212 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 505665.0 ], [ 101904.0, 505759.0 ], [ 101820.0, 505927.0 ], [ 101804.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 286, "TNODE_": 287, "LPOLY_": 222, "RPOLY_": 230 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505611.0 ], [ 104058.0, 505648.0 ], [ 104128.0, 505665.0 ], [ 104177.0, 505669.0 ], [ 104202.0, 505591.0 ], [ 104167.0, 505464.0 ], [ 104062.0, 505380.0 ], [ 104000.0, 505353.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 270, "TNODE_": 288, "LPOLY_": 223, "RPOLY_": 222 }, "geometry": { "type": "LineString", "coordinates": [ [ 104937.0, 506000.0 ], [ 104910.0, 505920.0 ], [ 104782.0, 505860.0 ], [ 104611.0, 505796.0 ], [ 104480.0, 505729.0 ], [ 104350.0, 505647.0 ], [ 104267.0, 505538.0 ], [ 104213.0, 505413.0 ], [ 104143.0, 505303.0 ], [ 104033.0, 505194.0 ], [ 104000.0, 505176.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 289, "TNODE_": 282, "LPOLY_": 229, "RPOLY_": 209 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 505056.0 ], [ 100900.0, 505249.0 ], [ 100804.0, 505548.0 ], [ 100725.0, 505768.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 290, "TNODE_": 286, "LPOLY_": 216, "RPOLY_": 232 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 505053.0 ], [ 103016.0, 505145.0 ], [ 103059.0, 505259.0 ], [ 103081.0, 505327.0 ], [ 103039.0, 505441.0 ], [ 103035.0, 505512.0 ], [ 103066.0, 505553.0 ], [ 103165.0, 505548.0 ], [ 103260.0, 505507.0 ], [ 103338.0, 505508.0 ], [ 103469.0, 505517.0 ], [ 103554.0, 505533.0 ], [ 103609.0, 505556.0 ], [ 103714.0, 505544.0 ], [ 103853.0, 505552.0 ], [ 103968.0, 505591.0 ], [ 104000.0, 505611.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 295, "TNODE_": 289, "LPOLY_": 235, "RPOLY_": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ 101029.0, 505000.0 ], [ 101000.0, 505056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 296, "TNODE_": 257, "LPOLY_": 210, "RPOLY_": 211 }, "geometry": { "type": "LineString", "coordinates": [ [ 101752.0, 505000.0 ], [ 101616.0, 505302.0 ], [ 101479.0, 505653.0 ], [ 101424.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 298, "TNODE_": 285, "LPOLY_": 231, "RPOLY_": 228 }, "geometry": { "type": "LineString", "coordinates": [ [ 102526.0, 505000.0 ], [ 102291.0, 505379.0 ], [ 102110.0, 505559.0 ], [ 102000.0, 505665.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 299, "TNODE_": 278, "LPOLY_": 228, "RPOLY_": 214 }, "geometry": { "type": "LineString", "coordinates": [ [ 102699.0, 505000.0 ], [ 102671.0, 505054.0 ], [ 102455.0, 505379.0 ], [ 102144.0, 505709.0 ], [ 102000.0, 505890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 300, "TNODE_": 261, "LPOLY_": 214, "RPOLY_": 215 }, "geometry": { "type": "LineString", "coordinates": [ [ 102825.0, 505000.0 ], [ 102757.0, 505158.0 ], [ 102637.0, 505348.0 ], [ 102486.0, 505515.0 ], [ 102306.0, 505762.0 ], [ 102117.0, 505968.0 ], [ 102106.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 301, "TNODE_": 290, "LPOLY_": 215, "RPOLY_": 236 }, "geometry": { "type": "LineString", "coordinates": [ [ 102992.0, 505000.0 ], [ 103000.0, 505053.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 287, "TNODE_": 303, "LPOLY_": 233, "RPOLY_": 232 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505353.0 ], [ 103934.0, 505325.0 ], [ 103866.0, 505310.0 ], [ 103733.0, 505297.0 ], [ 103594.0, 505293.0 ], [ 103501.0, 505280.0 ], [ 103419.0, 505227.0 ], [ 103365.0, 505165.0 ], [ 103340.0, 505065.0 ], [ 103342.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 288, "TNODE_": 304, "LPOLY_": 234, "RPOLY_": 233 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505176.0 ], [ 103918.0, 505131.0 ], [ 103800.0, 505057.0 ], [ 103720.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 311, "TNODE_": 301, "LPOLY_": 246, "RPOLY_": 247 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504822.0 ], [ 102993.0, 504851.0 ], [ 102987.0, 504970.0 ], [ 102992.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 312, "TNODE_": 296, "LPOLY_": 241, "RPOLY_": 242 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 504659.0 ], [ 101995.0, 504672.0 ], [ 101758.0, 504987.0 ], [ 101752.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 313, "TNODE_": 300, "LPOLY_": 245, "RPOLY_": 246 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504591.0 ], [ 102943.0, 504699.0 ], [ 102876.0, 504881.0 ], [ 102825.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 303, "TNODE_": 314, "LPOLY_": 249, "RPOLY_": 248 }, "geometry": { "type": "LineString", "coordinates": [ [ 103342.0, 505000.0 ], [ 103343.0, 504947.0 ], [ 103387.0, 504812.0 ], [ 103405.0, 504723.0 ], [ 103398.0, 504624.0 ], [ 103370.0, 504527.0 ], [ 103306.0, 504475.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 314, "TNODE_": 311, "LPOLY_": 249, "RPOLY_": 248 }, "geometry": { "type": "LineString", "coordinates": [ [ 103306.0, 504475.0 ], [ 103276.0, 504477.0 ], [ 103212.0, 504494.0 ], [ 103161.0, 504528.0 ], [ 103088.0, 504604.0 ], [ 103021.0, 504730.0 ], [ 103000.0, 504822.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 315, "TNODE_": 299, "LPOLY_": 244, "RPOLY_": 245 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504448.0 ], [ 102855.0, 504709.0 ], [ 102699.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 316, "TNODE_": 298, "LPOLY_": 243, "RPOLY_": 244 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504319.0 ], [ 102888.0, 504437.0 ], [ 102735.0, 504651.0 ], [ 102526.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 317, "TNODE_": 295, "LPOLY_": 240, "RPOLY_": 241 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 504073.0 ], [ 101154.0, 504196.0 ], [ 101226.0, 504419.0 ], [ 101113.0, 504678.0 ], [ 101072.0, 504916.0 ], [ 101029.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 321, "TNODE_": 317, "LPOLY_": 239, "RPOLY_": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ 100909.0, 504000.0 ], [ 101000.0, 504073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 324, "TNODE_": 312, "LPOLY_": 256, "RPOLY_": 243 }, "geometry": { "type": "LineString", "coordinates": [ [ 102254.0, 504000.0 ], [ 102263.0, 504053.0 ], [ 102252.0, 504184.0 ], [ 102130.0, 504352.0 ], [ 102000.0, 504659.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 326, "TNODE_": 316, "LPOLY_": 259, "RPOLY_": 258 }, "geometry": { "type": "LineString", "coordinates": [ [ 103123.0, 504000.0 ], [ 103116.0, 504168.0 ], [ 103048.0, 504268.0 ], [ 103000.0, 504319.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 327, "TNODE_": 315, "LPOLY_": 258, "RPOLY_": 257 }, "geometry": { "type": "LineString", "coordinates": [ [ 103194.0, 504000.0 ], [ 103183.0, 504131.0 ], [ 103122.0, 504287.0 ], [ 103000.0, 504448.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 328, "TNODE_": 313, "LPOLY_": 257, "RPOLY_": 249 }, "geometry": { "type": "LineString", "coordinates": [ [ 103324.0, 504000.0 ], [ 103304.0, 504015.0 ], [ 103277.0, 504139.0 ], [ 103234.0, 504268.0 ], [ 103156.0, 504372.0 ], [ 103034.0, 504527.0 ], [ 103000.0, 504591.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 304, "TNODE_": 329, "LPOLY_": 250, "RPOLY_": 249 }, "geometry": { "type": "LineString", "coordinates": [ [ 103720.0, 505000.0 ], [ 103677.0, 504970.0 ], [ 103568.0, 504855.0 ], [ 103506.0, 504651.0 ], [ 103464.0, 504394.0 ], [ 103406.0, 504276.0 ], [ 103393.0, 504119.0 ], [ 103372.0, 504022.0 ], [ 103336.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 329, "TNODE_": 336, "LPOLY_": 270, "RPOLY_": 271 }, "geometry": { "type": "LineString", "coordinates": [ [ 103336.0, 504000.0 ], [ 103329.0, 503996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 336, "TNODE_": 328, "LPOLY_": 270, "RPOLY_": 271 }, "geometry": { "type": "LineString", "coordinates": [ [ 103329.0, 503996.0 ], [ 103324.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 338, "TNODE_": 324, "LPOLY_": 266, "RPOLY_": 267 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 503743.0 ], [ 102100.0, 503799.0 ], [ 102243.0, 503934.0 ], [ 102254.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 339, "TNODE_": 326, "LPOLY_": 268, "RPOLY_": 269 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 503562.0 ], [ 103054.0, 503629.0 ], [ 103125.0, 503971.0 ], [ 103123.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 340, "TNODE_": 321, "LPOLY_": 263, "RPOLY_": 264 }, "geometry": { "type": "LineString", "coordinates": [ [ 100073.0, 503308.0 ], [ 100255.0, 503560.0 ], [ 100467.0, 503706.0 ], [ 100634.0, 503784.0 ], [ 100909.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 342, "TNODE_": 339, "LPOLY_": 267, "RPOLY_": 278 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 503086.0 ], [ 102262.0, 503253.0 ], [ 102561.0, 503271.0 ], [ 102873.0, 503402.0 ], [ 103000.0, 503562.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 343, "TNODE_": 338, "LPOLY_": 265, "RPOLY_": 277 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 503084.0 ], [ 101092.0, 503153.0 ], [ 101314.0, 503295.0 ], [ 101476.0, 503422.0 ], [ 101679.0, 503598.0 ], [ 101923.0, 503700.0 ], [ 102000.0, 503743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 345, "TNODE_": 341, "LPOLY_": 202, "RPOLY_": 279 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 503047.0 ], [ 109403.0, 503140.0 ], [ 109846.0, 503209.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 348, "TNODE_": 340, "LPOLY_": 262, "RPOLY_": 264 }, "geometry": { "type": "LineString", "coordinates": [ [ 100757.0, 503000.0 ], [ 100597.0, 503092.0 ], [ 100360.0, 503241.0 ], [ 100073.0, 503308.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 349, "TNODE_": 343, "LPOLY_": 264, "RPOLY_": 281 }, "geometry": { "type": "LineString", "coordinates": [ [ 100804.0, 503000.0 ], [ 100917.0, 503022.0 ], [ 101000.0, 503084.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 348, "TNODE_": 349, "LPOLY_": 264, "RPOLY_": 285 }, "geometry": { "type": "LineString", "coordinates": [ [ 100757.0, 503000.0 ], [ 100804.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 351, "TNODE_": 342, "LPOLY_": 277, "RPOLY_": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ 101890.0, 503000.0 ], [ 101966.0, 503064.0 ], [ 102000.0, 503086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 354, "TNODE_": 327, "LPOLY_": 269, "RPOLY_": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ 103164.0, 503000.0 ], [ 103224.0, 503674.0 ], [ 103194.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 360, "TNODE_": 345, "LPOLY_": 276, "RPOLY_": 282 }, "geometry": { "type": "LineString", "coordinates": [ [ 108870.0, 503000.0 ], [ 108953.0, 503036.0 ], [ 109000.0, 503047.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 362, "TNODE_": 349, "LPOLY_": 285, "RPOLY_": 286 }, "geometry": { "type": "LineString", "coordinates": [ [ 100769.0, 502993.0 ], [ 100804.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 362, "TNODE_": 348, "LPOLY_": 284, "RPOLY_": 285 }, "geometry": { "type": "LineString", "coordinates": [ [ 100769.0, 502993.0 ], [ 100757.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 363, "TNODE_": 362, "LPOLY_": 284, "RPOLY_": 286 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 502927.0 ], [ 100828.0, 502959.0 ], [ 100769.0, 502993.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 365, "TNODE_": 351, "LPOLY_": 287, "RPOLY_": 288 }, "geometry": { "type": "LineString", "coordinates": [ [ 101609.0, 502742.0 ], [ 101743.0, 502875.0 ], [ 101890.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 365, "TNODE_": 363, "LPOLY_": 298, "RPOLY_": 287 }, "geometry": { "type": "LineString", "coordinates": [ [ 101609.0, 502742.0 ], [ 101442.0, 502787.0 ], [ 101263.0, 502863.0 ], [ 101036.0, 502920.0 ], [ 101000.0, 502927.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 366, "TNODE_": 365, "LPOLY_": 298, "RPOLY_": 288 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 502644.0 ], [ 101728.0, 502710.0 ], [ 101609.0, 502742.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 368, "TNODE_": 354, "LPOLY_": 290, "RPOLY_": 291 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 502413.0 ], [ 103071.0, 502563.0 ], [ 103162.0, 502974.0 ], [ 103164.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 369, "TNODE_": 360, "LPOLY_": 296, "RPOLY_": 297 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 502406.0 ], [ 108087.0, 502507.0 ], [ 108217.0, 502663.0 ], [ 108529.0, 502854.0 ], [ 108870.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 367, "TNODE_": 370, "LPOLY_": 279, "RPOLY_": 304 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 502449.0 ], [ 109843.0, 502397.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 372, "TNODE_": 367, "LPOLY_": 297, "RPOLY_": 303 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 502311.0 ], [ 108144.0, 502363.0 ], [ 108559.0, 502461.0 ], [ 108885.0, 502456.0 ], [ 109000.0, 502449.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 373, "TNODE_": 372, "LPOLY_": 306, "RPOLY_": 308 }, "geometry": { "type": "LineString", "coordinates": [ [ 107935.0, 502287.0 ], [ 108000.0, 502311.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 374, "TNODE_": 373, "LPOLY_": 306, "RPOLY_": 308 }, "geometry": { "type": "LineString", "coordinates": [ [ 107881.0, 502268.0 ], [ 107935.0, 502287.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 374, "TNODE_": 369, "LPOLY_": 295, "RPOLY_": 306 }, "geometry": { "type": "LineString", "coordinates": [ [ 107881.0, 502268.0 ], [ 108000.0, 502406.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 371, "TNODE_": 375, "LPOLY_": 301, "RPOLY_": 292 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 502381.0 ], [ 104851.0, 502579.0 ], [ 104638.0, 502665.0 ], [ 104353.0, 502600.0 ], [ 104081.0, 502313.0 ], [ 104000.0, 502239.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 376, "TNODE_": 371, "LPOLY_": 307, "RPOLY_": 293 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 502034.0 ], [ 105036.0, 502076.0 ], [ 105049.0, 502316.0 ], [ 105000.0, 502381.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 381, "TNODE_": 366, "LPOLY_": 302, "RPOLY_": 289 }, "geometry": { "type": "LineString", "coordinates": [ [ 102142.0, 502000.0 ], [ 102298.0, 502014.0 ], [ 102493.0, 502063.0 ], [ 102614.0, 502128.0 ], [ 102743.0, 502208.0 ], [ 102790.0, 502333.0 ], [ 102661.0, 502481.0 ], [ 102398.0, 502579.0 ], [ 102118.0, 502615.0 ], [ 102000.0, 502644.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 380, "TNODE_": 381, "LPOLY_": 302, "RPOLY_": 314 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 502000.0 ], [ 102142.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 382, "TNODE_": 368, "LPOLY_": 289, "RPOLY_": 305 }, "geometry": { "type": "LineString", "coordinates": [ [ 102708.0, 502000.0 ], [ 102736.0, 502019.0 ], [ 102936.0, 502278.0 ], [ 103000.0, 502413.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 375, "TNODE_": 384, "LPOLY_": 309, "RPOLY_": 291 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 502239.0 ], [ 103764.0, 502024.0 ], [ 103720.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 386, "TNODE_": 376, "LPOLY_": 301, "RPOLY_": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ 104971.0, 502000.0 ], [ 105000.0, 502034.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 388, "TNODE_": 364, "LPOLY_": 293, "RPOLY_": 300 }, "geometry": { "type": "LineString", "coordinates": [ [ 105573.0, 502000.0 ], [ 105721.0, 502192.0 ], [ 105830.0, 502503.0 ], [ 105922.0, 502679.0 ], [ 105964.0, 502779.0 ], [ 106000.0, 502804.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 364, "TNODE_": 390, "LPOLY_": 294, "RPOLY_": 299 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 502804.0 ], [ 106073.0, 502855.0 ], [ 106140.0, 502889.0 ], [ 106191.0, 502880.0 ], [ 106250.0, 502821.0 ], [ 106275.0, 502754.0 ], [ 106300.0, 502536.0 ], [ 106241.0, 502175.0 ], [ 106190.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 392, "TNODE_": 374, "LPOLY_": 295, "RPOLY_": 308 }, "geometry": { "type": "LineString", "coordinates": [ [ 107404.0, 502000.0 ], [ 107542.0, 502091.0 ], [ 107843.0, 502254.0 ], [ 107881.0, 502268.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 395, "TNODE_": 381, "LPOLY_": 314, "RPOLY_": 315 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501993.0 ], [ 102073.0, 501994.0 ], [ 102142.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 395, "TNODE_": 380, "LPOLY_": 313, "RPOLY_": 314 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501993.0 ], [ 102000.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 396, "TNODE_": 395, "LPOLY_": 313, "RPOLY_": 328 }, "geometry": { "type": "LineString", "coordinates": [ [ 101410.0, 501952.0 ], [ 101664.0, 501978.0 ], [ 101909.0, 501993.0 ], [ 102000.0, 501993.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 398, "TNODE_": 396, "LPOLY_": 313, "RPOLY_": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 501847.0 ], [ 101105.0, 501898.0 ], [ 101260.0, 501933.0 ], [ 101410.0, 501952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 399, "TNODE_": 382, "LPOLY_": 315, "RPOLY_": 316 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501778.0 ], [ 102201.0, 501760.0 ], [ 102435.0, 501818.0 ], [ 102708.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 400, "TNODE_": 392, "LPOLY_": 325, "RPOLY_": 326 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 501717.0 ], [ 107245.0, 501895.0 ], [ 107404.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 390, "TNODE_": 401, "LPOLY_": 324, "RPOLY_": 323 }, "geometry": { "type": "LineString", "coordinates": [ [ 106190.0, 502000.0 ], [ 106182.0, 501974.0 ], [ 106031.0, 501714.0 ], [ 106000.0, 501667.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 384, "TNODE_": 402, "LPOLY_": 318, "RPOLY_": 317 }, "geometry": { "type": "LineString", "coordinates": [ [ 103720.0, 502000.0 ], [ 103294.0, 501763.0 ], [ 103000.0, 501607.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 403, "TNODE_": 388, "LPOLY_": 321, "RPOLY_": 322 }, "geometry": { "type": "LineString", "coordinates": [ [ 105067.0, 501512.0 ], [ 105293.0, 501689.0 ], [ 105553.0, 501974.0 ], [ 105573.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 403, "TNODE_": 404, "LPOLY_": 322, "RPOLY_": 321 }, "geometry": { "type": "LineString", "coordinates": [ [ 105067.0, 501512.0 ], [ 105000.0, 501471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 397, "TNODE_": 405, "LPOLY_": 331, "RPOLY_": 318 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501941.0 ], [ 103813.0, 501846.0 ], [ 103584.0, 501647.0 ], [ 103339.0, 501551.0 ], [ 103171.0, 501528.0 ], [ 103000.0, 501433.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 406, "TNODE_": 397, "LPOLY_": 329, "RPOLY_": 319 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501344.0 ], [ 104066.0, 501372.0 ], [ 104212.0, 501554.0 ], [ 104322.0, 501853.0 ], [ 104240.0, 501976.0 ], [ 104070.0, 501976.0 ], [ 104000.0, 501941.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 407, "TNODE_": 399, "LPOLY_": 328, "RPOLY_": 333 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501270.0 ], [ 101800.0, 501392.0 ], [ 101711.0, 501493.0 ], [ 101668.0, 501649.0 ], [ 101680.0, 501739.0 ], [ 101827.0, 501803.0 ], [ 102000.0, 501778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 402, "TNODE_": 407, "LPOLY_": 336, "RPOLY_": 316 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501607.0 ], [ 102901.0, 501554.0 ], [ 102546.0, 501401.0 ], [ 102183.0, 501261.0 ], [ 102000.0, 501270.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 408, "TNODE_": 398, "LPOLY_": 312, "RPOLY_": 332 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 501249.0 ], [ 100840.0, 501299.0 ], [ 100782.0, 501395.0 ], [ 100744.0, 501595.0 ], [ 100841.0, 501760.0 ], [ 100957.0, 501826.0 ], [ 101000.0, 501847.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 409, "TNODE_": 386, "LPOLY_": 319, "RPOLY_": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501225.0 ], [ 104053.0, 501239.0 ], [ 104204.0, 501351.0 ], [ 104503.0, 501592.0 ], [ 104893.0, 501910.0 ], [ 104971.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 410, "TNODE_": 396, "LPOLY_": 330, "RPOLY_": 328 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501197.0 ], [ 101777.0, 501304.0 ], [ 101555.0, 501447.0 ], [ 101464.0, 501579.0 ], [ 101411.0, 501767.0 ], [ 101410.0, 501952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 411, "TNODE_": 406, "LPOLY_": 331, "RPOLY_": 339 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501187.0 ], [ 103129.0, 501202.0 ], [ 103370.0, 501243.0 ], [ 103566.0, 501263.0 ], [ 103716.0, 501260.0 ], [ 103904.0, 501303.0 ], [ 104000.0, 501344.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 405, "TNODE_": 410, "LPOLY_": 338, "RPOLY_": 336 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501433.0 ], [ 102924.0, 501390.0 ], [ 102680.0, 501301.0 ], [ 102433.0, 501183.0 ], [ 102200.0, 501174.0 ], [ 102010.0, 501193.0 ], [ 102000.0, 501197.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 412, "TNODE_": 409, "LPOLY_": 339, "RPOLY_": 341 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501123.0 ], [ 103213.0, 501154.0 ], [ 103471.0, 501181.0 ], [ 103829.0, 501180.0 ], [ 104000.0, 501225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 401, "TNODE_": 413, "LPOLY_": 335, "RPOLY_": 322 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 501667.0 ], [ 105914.0, 501538.0 ], [ 105738.0, 501378.0 ], [ 105470.0, 501194.0 ], [ 105130.0, 501017.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 404, "TNODE_": 414, "LPOLY_": 337, "RPOLY_": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 501471.0 ], [ 104958.0, 501445.0 ], [ 104591.0, 501273.0 ], [ 104235.0, 501062.0 ], [ 104000.0, 501001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 418, "TNODE_": 408, "LPOLY_": 340, "RPOLY_": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ 101982.0, 501000.0 ], [ 101940.0, 501087.0 ], [ 101766.0, 501130.0 ], [ 101578.0, 501155.0 ], [ 101366.0, 501188.0 ], [ 101168.0, 501209.0 ], [ 101000.0, 501249.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 420, "TNODE_": 411, "LPOLY_": 338, "RPOLY_": 342 }, "geometry": { "type": "LineString", "coordinates": [ [ 102483.0, 501000.0 ], [ 102519.0, 501019.0 ], [ 102695.0, 501072.0 ], [ 102825.0, 501126.0 ], [ 102981.0, 501185.0 ], [ 103000.0, 501187.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 421, "TNODE_": 412, "LPOLY_": 342, "RPOLY_": 343 }, "geometry": { "type": "LineString", "coordinates": [ [ 102623.0, 501000.0 ], [ 102849.0, 501075.0 ], [ 103000.0, 501123.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 423, "TNODE_": 422, "LPOLY_": 344, "RPOLY_": 343 }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 501000.0 ], [ 102919.0, 501002.0 ], [ 102914.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 414, "TNODE_": 425, "LPOLY_": 345, "RPOLY_": 341 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501001.0 ], [ 103997.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 426, "TNODE_": 414, "LPOLY_": 345, "RPOLY_": 337 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501000.0 ], [ 104000.0, 501001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 425, "TNODE_": 426, "LPOLY_": 345, "RPOLY_": 356 }, "geometry": { "type": "LineString", "coordinates": [ [ 103997.0, 501000.0 ], [ 104000.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 428, "TNODE_": 413, "LPOLY_": 322, "RPOLY_": 335 }, "geometry": { "type": "LineString", "coordinates": [ [ 105102.0, 501000.0 ], [ 105130.0, 501017.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 430, "TNODE_": 400, "LPOLY_": 324, "RPOLY_": 334 }, "geometry": { "type": "LineString", "coordinates": [ [ 106308.0, 501000.0 ], [ 106336.0, 501026.0 ], [ 106616.0, 501310.0 ], [ 106988.0, 501708.0 ], [ 107000.0, 501717.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 434, "TNODE_": 424, "LPOLY_": 354, "RPOLY_": 355 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 500999.0 ], [ 103000.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 434, "TNODE_": 423, "LPOLY_": 353, "RPOLY_": 354 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 500999.0 ], [ 102977.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 425, "TNODE_": 434, "LPOLY_": 356, "RPOLY_": 355 }, "geometry": { "type": "LineString", "coordinates": [ [ 103997.0, 501000.0 ], [ 103861.0, 500964.0 ], [ 103589.0, 500957.0 ], [ 103270.0, 500991.0 ], [ 103000.0, 500999.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 435, "TNODE_": 428, "LPOLY_": 358, "RPOLY_": 359 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 500939.0 ], [ 105102.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 437, "TNODE_": 436, "LPOLY_": 356, "RPOLY_": 365 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 500860.0 ], [ 103076.0, 500871.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 438, "TNODE_": 418, "LPOLY_": 348, "RPOLY_": 349 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 500774.0 ], [ 101994.0, 500802.0 ], [ 101996.0, 500970.0 ], [ 101982.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 439, "TNODE_": 430, "LPOLY_": 360, "RPOLY_": 361 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 500761.0 ], [ 106133.0, 500836.0 ], [ 106308.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 422, "TNODE_": 440, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102914.0, 501000.0 ], [ 102714.0, 500936.0 ], [ 102599.0, 500849.0 ], [ 102447.0, 500686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 441, "TNODE_": 437, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102593.0, 500665.0 ], [ 102700.0, 500737.0 ], [ 102873.0, 500842.0 ], [ 103000.0, 500860.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 436, "TNODE_": 442, "LPOLY_": 356, "RPOLY_": 365 }, "geometry": { "type": "LineString", "coordinates": [ [ 103076.0, 500871.0 ], [ 103262.0, 500811.0 ], [ 103548.0, 500669.0 ], [ 104000.0, 500613.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 442, "TNODE_": 435, "LPOLY_": 357, "RPOLY_": 364 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 500613.0 ], [ 104016.0, 500611.0 ], [ 104530.0, 500706.0 ], [ 104842.0, 500845.0 ], [ 105000.0, 500939.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 440, "TNODE_": 443, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102447.0, 500686.0 ], [ 102443.0, 500679.0 ], [ 102438.0, 500659.0 ], [ 102438.0, 500648.0 ], [ 102443.0, 500632.0 ], [ 102455.0, 500618.0 ], [ 102472.0, 500610.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 443, "TNODE_": 441, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102472.0, 500610.0 ], [ 102508.0, 500607.0 ], [ 102540.0, 500616.0 ], [ 102593.0, 500665.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 444, "TNODE_": 439, "LPOLY_": 359, "RPOLY_": 367 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 500331.0 ], [ 105047.0, 500333.0 ], [ 105257.0, 500381.0 ], [ 105497.0, 500508.0 ], [ 105851.0, 500677.0 ], [ 106000.0, 500761.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 446, "TNODE_": 444, "LPOLY_": 364, "RPOLY_": 368 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 500172.0 ], [ 104005.0, 500177.0 ], [ 104172.0, 500233.0 ], [ 104337.0, 500262.0 ], [ 104524.0, 500279.0 ], [ 104827.0, 500323.0 ], [ 105000.0, 500331.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 447, "TNODE_": 438, "LPOLY_": 366, "RPOLY_": 350 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 500164.0 ], [ 102045.0, 500189.0 ], [ 102131.0, 500245.0 ], [ 102153.0, 500360.0 ], [ 102069.0, 500486.0 ], [ 102027.0, 500642.0 ], [ 102000.0, 500774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 451, "TNODE_": 447, "LPOLY_": 348, "RPOLY_": 370 }, "geometry": { "type": "LineString", "coordinates": [ [ 101754.0, 500000.0 ], [ 101769.0, 500045.0 ], [ 101907.0, 500112.0 ], [ 102000.0, 500164.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 453, "TNODE_": 420, "LPOLY_": 350, "RPOLY_": 351 }, "geometry": { "type": "LineString", "coordinates": [ [ 102719.0, 500000.0 ], [ 102718.0, 500069.0 ], [ 102647.0, 500290.0 ], [ 102549.0, 500420.0 ], [ 102451.0, 500537.0 ], [ 102426.0, 500629.0 ], [ 102425.0, 500719.0 ], [ 102428.0, 500755.0 ], [ 102383.0, 500758.0 ], [ 102335.0, 500703.0 ], [ 102258.0, 500662.0 ], [ 102213.0, 500667.0 ], [ 102202.0, 500703.0 ], [ 102273.0, 500806.0 ], [ 102308.0, 500881.0 ], [ 102394.0, 500954.0 ], [ 102483.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 454, "TNODE_": 421, "LPOLY_": 351, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102825.0, 500000.0 ], [ 102830.0, 500064.0 ], [ 102795.0, 500220.0 ], [ 102753.0, 500355.0 ], [ 102734.0, 500469.0 ], [ 102763.0, 500554.0 ], [ 102779.0, 500624.0 ], [ 102739.0, 500659.0 ], [ 102689.0, 500640.0 ], [ 102635.0, 500542.0 ], [ 102555.0, 500505.0 ], [ 102488.0, 500534.0 ], [ 102432.0, 500643.0 ], [ 102439.0, 500733.0 ], [ 102432.0, 500791.0 ], [ 102379.0, 500806.0 ], [ 102276.0, 500706.0 ], [ 102236.0, 500699.0 ], [ 102268.0, 500744.0 ], [ 102315.0, 500822.0 ], [ 102386.0, 500896.0 ], [ 102466.0, 500941.0 ], [ 102623.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 456, "TNODE_": 446, "LPOLY_": 365, "RPOLY_": 369 }, "geometry": { "type": "LineString", "coordinates": [ [ 103879.0, 500000.0 ], [ 103932.0, 500102.0 ], [ 104000.0, 500172.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 463, "TNODE_": 453, "LPOLY_": 375, "RPOLY_": 376 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 499713.0 ], [ 102154.0, 499718.0 ], [ 102367.0, 499669.0 ], [ 102536.0, 499687.0 ], [ 102721.0, 499835.0 ], [ 102719.0, 500000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 465, "TNODE_": 454, "LPOLY_": 376, "RPOLY_": 377 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 499479.0 ], [ 102075.0, 499602.0 ], [ 102216.0, 499616.0 ], [ 102399.0, 499582.0 ], [ 102553.0, 499588.0 ], [ 102686.0, 499645.0 ], [ 102815.0, 499876.0 ], [ 102825.0, 500000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 464, "TNODE_": 456, "LPOLY_": 378, "RPOLY_": 379 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 499542.0 ], [ 103072.0, 499560.0 ], [ 103167.0, 499531.0 ], [ 103275.0, 499456.0 ], [ 103396.0, 499430.0 ], [ 103514.0, 499439.0 ], [ 103656.0, 499512.0 ], [ 103782.0, 499709.0 ], [ 103820.0, 499827.0 ], [ 103847.0, 499940.0 ], [ 103879.0, 500000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 466, "TNODE_": 451, "LPOLY_": 373, "RPOLY_": 374 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 499378.0 ], [ 101046.0, 499436.0 ], [ 101267.0, 499536.0 ], [ 101472.0, 499618.0 ], [ 101682.0, 499787.0 ], [ 101754.0, 500000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 467, "TNODE_": 464, "LPOLY_": 377, "RPOLY_": 386 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 499118.0 ], [ 102954.0, 499147.0 ], [ 102832.0, 499258.0 ], [ 102810.0, 499350.0 ], [ 102847.0, 499450.0 ], [ 102897.0, 499498.0 ], [ 103000.0, 499542.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 470, "TNODE_": 466, "LPOLY_": 372, "RPOLY_": 388 }, "geometry": { "type": "LineString", "coordinates": [ [ 100910.0, 499000.0 ], [ 100907.0, 499142.0 ], [ 100938.0, 499302.0 ], [ 101000.0, 499378.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 472, "TNODE_": 463, "LPOLY_": 374, "RPOLY_": 385 }, "geometry": { "type": "LineString", "coordinates": [ [ 101746.0, 499000.0 ], [ 101798.0, 499119.0 ], [ 101803.0, 499351.0 ], [ 101868.0, 499532.0 ], [ 101983.0, 499713.0 ], [ 102000.0, 499713.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 473, "TNODE_": 465, "LPOLY_": 385, "RPOLY_": 387 }, "geometry": { "type": "LineString", "coordinates": [ [ 101871.0, 499000.0 ], [ 101920.0, 499104.0 ], [ 101961.0, 499339.0 ], [ 101989.0, 499461.0 ], [ 102000.0, 499479.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 476, "TNODE_": 467, "LPOLY_": 389, "RPOLY_": 379 }, "geometry": { "type": "LineString", "coordinates": [ [ 103189.0, 499000.0 ], [ 103000.0, 499118.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 483, "TNODE_": 476, "LPOLY_": 397, "RPOLY_": 398 }, "geometry": { "type": "LineString", "coordinates": [ [ 103911.0, 498779.0 ], [ 103865.0, 498780.0 ], [ 103470.0, 498877.0 ], [ 103189.0, 499000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 484, "TNODE_": 483, "LPOLY_": 405, "RPOLY_": 398 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 498753.0 ], [ 103911.0, 498779.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 485, "TNODE_": 484, "LPOLY_": 406, "RPOLY_": 399 }, "geometry": { "type": "LineString", "coordinates": [ [ 104719.0, 498586.0 ], [ 104653.0, 498612.0 ], [ 104290.0, 498666.0 ], [ 104000.0, 498753.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 486, "TNODE_": 485, "LPOLY_": 407, "RPOLY_": 399 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 498478.0 ], [ 104719.0, 498586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 487, "TNODE_": 472, "LPOLY_": 393, "RPOLY_": 394 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 498458.0 ], [ 101014.0, 498469.0 ], [ 101298.0, 498620.0 ], [ 101545.0, 498804.0 ], [ 101733.0, 498972.0 ], [ 101746.0, 499000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 489, "TNODE_": 487, "LPOLY_": 392, "RPOLY_": 409 }, "geometry": { "type": "LineString", "coordinates": [ [ 100859.0, 498350.0 ], [ 101000.0, 498458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 489, "TNODE_": 470, "LPOLY_": 391, "RPOLY_": 392 }, "geometry": { "type": "LineString", "coordinates": [ [ 100859.0, 498350.0 ], [ 100920.0, 498557.0 ], [ 100910.0, 499000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 488, "TNODE_": 490, "LPOLY_": 410, "RPOLY_": 395 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 498402.0 ], [ 101969.0, 498369.0 ], [ 101923.0, 498283.0 ], [ 101915.0, 498213.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 490, "TNODE_": 491, "LPOLY_": 410, "RPOLY_": 395 }, "geometry": { "type": "LineString", "coordinates": [ [ 101915.0, 498213.0 ], [ 102000.0, 498112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 491, "TNODE_": 488, "LPOLY_": 404, "RPOLY_": 396 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 498112.0 ], [ 102089.0, 498086.0 ], [ 102229.0, 498080.0 ], [ 102314.0, 498109.0 ], [ 102385.0, 498153.0 ], [ 102448.0, 498261.0 ], [ 102489.0, 498430.0 ], [ 102459.0, 498621.0 ], [ 102442.0, 498788.0 ], [ 102423.0, 498923.0 ], [ 102387.0, 498989.0 ], [ 102319.0, 498982.0 ], [ 102242.0, 498884.0 ], [ 102174.0, 498734.0 ], [ 102101.0, 498550.0 ], [ 102027.0, 498431.0 ], [ 102000.0, 498402.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 494, "TNODE_": 489, "LPOLY_": 391, "RPOLY_": 409 }, "geometry": { "type": "LineString", "coordinates": [ [ 100666.0, 498000.0 ], [ 100826.0, 498239.0 ], [ 100859.0, 498350.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 496, "TNODE_": 473, "LPOLY_": 394, "RPOLY_": 395 }, "geometry": { "type": "LineString", "coordinates": [ [ 101167.0, 498000.0 ], [ 101205.0, 498093.0 ], [ 101382.0, 498363.0 ], [ 101525.0, 498565.0 ], [ 101765.0, 498777.0 ], [ 101871.0, 499000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 499, "TNODE_": 483, "LPOLY_": 397, "RPOLY_": 405 }, "geometry": { "type": "LineString", "coordinates": [ [ 103380.0, 498000.0 ], [ 103399.0, 498074.0 ], [ 103495.0, 498260.0 ], [ 103691.0, 498504.0 ], [ 103832.0, 498694.0 ], [ 103911.0, 498779.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 501, "TNODE_": 485, "LPOLY_": 406, "RPOLY_": 407 }, "geometry": { "type": "LineString", "coordinates": [ [ 104624.0, 498000.0 ], [ 104632.0, 498452.0 ], [ 104719.0, 498586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 503, "TNODE_": 486, "LPOLY_": 408, "RPOLY_": 400 }, "geometry": { "type": "LineString", "coordinates": [ [ 105588.0, 498000.0 ], [ 105520.0, 498136.0 ], [ 105144.0, 498423.0 ], [ 105000.0, 498478.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 508, "TNODE_": 499, "LPOLY_": 417, "RPOLY_": 418 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 497487.0 ], [ 103089.0, 497544.0 ], [ 103240.0, 497683.0 ], [ 103334.0, 497828.0 ], [ 103380.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 509, "TNODE_": 496, "LPOLY_": 414, "RPOLY_": 415 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 497309.0 ], [ 101034.0, 497490.0 ], [ 101113.0, 497867.0 ], [ 101167.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 511, "TNODE_": 494, "LPOLY_": 412, "RPOLY_": 413 }, "geometry": { "type": "LineString", "coordinates": [ [ 100658.0, 497000.0 ], [ 100670.0, 497270.0 ], [ 100593.0, 497686.0 ], [ 100652.0, 497979.0 ], [ 100666.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 512, "TNODE_": 509, "LPOLY_": 413, "RPOLY_": 427 }, "geometry": { "type": "LineString", "coordinates": [ [ 100861.0, 497000.0 ], [ 100996.0, 497290.0 ], [ 101000.0, 497309.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 515, "TNODE_": 508, "LPOLY_": 416, "RPOLY_": 426 }, "geometry": { "type": "LineString", "coordinates": [ [ 102425.0, 497000.0 ], [ 102509.0, 497081.0 ], [ 102703.0, 497292.0 ], [ 102892.0, 497418.0 ], [ 103000.0, 497487.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 518, "TNODE_": 501, "LPOLY_": 419, "RPOLY_": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ 104871.0, 497000.0 ], [ 104768.0, 497295.0 ], [ 104670.0, 497552.0 ], [ 104622.0, 497876.0 ], [ 104624.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 520, "TNODE_": 503, "LPOLY_": 421, "RPOLY_": 422 }, "geometry": { "type": "LineString", "coordinates": [ [ 105823.0, 497000.0 ], [ 105807.0, 497222.0 ], [ 105765.0, 497650.0 ], [ 105588.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 524, "TNODE_": 520, "LPOLY_": 431, "RPOLY_": 304 }, "geometry": { "type": "LineString", "coordinates": [ [ 105850.0, 496590.0 ], [ 105823.0, 497000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 525, "TNODE_": 518, "LPOLY_": 430, "RPOLY_": 431 }, "geometry": { "type": "LineString", "coordinates": [ [ 105017.0, 496579.0 ], [ 104871.0, 497000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 526, "TNODE_": 515, "LPOLY_": 429, "RPOLY_": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ 102059.0, 496537.0 ], [ 102152.0, 496738.0 ], [ 102425.0, 497000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 528, "TNODE_": 512, "LPOLY_": 428, "RPOLY_": 429 }, "geometry": { "type": "LineString", "coordinates": [ [ 100635.0, 496517.0 ], [ 100861.0, 497000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 528, "TNODE_": 511, "LPOLY_": 3, "RPOLY_": 428 }, "geometry": { "type": "LineString", "coordinates": [ [ 100635.0, 496517.0 ], [ 100658.0, 497000.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_int.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_int.geojson new file mode 100644 index 0000000..f398ad0 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_int.geojson @@ -0,0 +1,251 @@ +{ +"type": "FeatureCollection", +"name": "DS32_int", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 15, "TNODE_": 4, "LPOLY_": 2, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 108388.0, 515000.0 ], [ 109023.0, 515311.0 ], [ 109882.0, 515696.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 18, "TNODE_": 15, "LPOLY_": 13, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 514809.0 ], [ 108388.0, 515000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 19, "TNODE_": 18, "LPOLY_": 12, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 514204.0 ], [ 107302.0, 514393.0 ], [ 107943.0, 514781.0 ], [ 108000.0, 514809.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 29, "TNODE_": 19, "LPOLY_": 11, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 106668.0, 514000.0 ], [ 106729.0, 514035.0 ], [ 107000.0, 514204.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 35, "TNODE_": 29, "LPOLY_": 22, "RPOLY_": 23 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 513582.0 ], [ 106150.0, 513687.0 ], [ 106457.0, 513877.0 ], [ 106668.0, 514000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 36, "TNODE_": 34, "LPOLY_": 4, "RPOLY_": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 513536.0 ], [ 109304.0, 513592.0 ], [ 109876.0, 513657.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 37, "TNODE_": 36, "LPOLY_": 25, "RPOLY_": 29 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 513352.0 ], [ 109000.0, 513536.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 39, "TNODE_": 37, "LPOLY_": 24, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 513006.0 ], [ 107679.0, 513293.0 ], [ 108000.0, 513352.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 46, "TNODE_": 38, "LPOLY_": 31, "RPOLY_": 26 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 513000.0 ], [ 104000.0, 513013.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 45, "TNODE_": 46, "LPOLY_": 31, "RPOLY_": 35 }, "geometry": { "type": "LineString", "coordinates": [ [ 103989.0, 513000.0 ], [ 104000.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 48, "TNODE_": 35, "LPOLY_": 21, "RPOLY_": 28 }, "geometry": { "type": "LineString", "coordinates": [ [ 105214.0, 513000.0 ], [ 105447.0, 513191.0 ], [ 106000.0, 513582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 50, "TNODE_": 39, "LPOLY_": 23, "RPOLY_": 32 }, "geometry": { "type": "LineString", "coordinates": [ [ 106986.0, 513000.0 ], [ 107000.0, 513006.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 51, "TNODE_": 39, "LPOLY_": 32, "RPOLY_": 30 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 513000.0 ], [ 107000.0, 513006.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 50, "TNODE_": 51, "LPOLY_": 32, "RPOLY_": 40 }, "geometry": { "type": "LineString", "coordinates": [ [ 106986.0, 513000.0 ], [ 107000.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 54, "TNODE_": 48, "LPOLY_": 37, "RPOLY_": 38 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 512815.0 ], [ 105214.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 56, "TNODE_": 50, "LPOLY_": 39, "RPOLY_": 40 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 512515.0 ], [ 106312.0, 512715.0 ], [ 106986.0, 513000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 58, "TNODE_": 54, "LPOLY_": 36, "RPOLY_": 43 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 512056.0 ], [ 104150.0, 512215.0 ], [ 104583.0, 512534.0 ], [ 104908.0, 512735.0 ], [ 105000.0, 512815.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 65, "TNODE_": 55, "LPOLY_": 44, "RPOLY_": 35 }, "geometry": { "type": "LineString", "coordinates": [ [ 103431.0, 512000.0 ], [ 103466.0, 512155.0 ], [ 103493.0, 512294.0 ], [ 103559.0, 512449.0 ], [ 103628.0, 512622.0 ], [ 103659.0, 512685.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 66, "TNODE_": 58, "LPOLY_": 35, "RPOLY_": 46 }, "geometry": { "type": "LineString", "coordinates": [ [ 103947.0, 512000.0 ], [ 104000.0, 512056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 69, "TNODE_": 56, "LPOLY_": 38, "RPOLY_": 45 }, "geometry": { "type": "LineString", "coordinates": [ [ 105476.0, 512000.0 ], [ 105478.0, 512053.0 ], [ 105713.0, 512331.0 ], [ 106000.0, 512515.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 76, "TNODE_": 75, "LPOLY_": 27, "RPOLY_": 59 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 511633.0 ], [ 109871.0, 511741.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 77, "TNODE_": 76, "LPOLY_": 57, "RPOLY_": 60 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 511461.0 ], [ 108449.0, 511552.0 ], [ 108919.0, 511623.0 ], [ 109000.0, 511633.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 78, "TNODE_": 77, "LPOLY_": 56, "RPOLY_": 61 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 511236.0 ], [ 107307.0, 511352.0 ], [ 107754.0, 511411.0 ], [ 108000.0, 511461.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 85, "TNODE_": 65, "LPOLY_": 49, "RPOLY_": 50 }, "geometry": { "type": "LineString", "coordinates": [ [ 103294.0, 511000.0 ], [ 103290.0, 511066.0 ], [ 103295.0, 511464.0 ], [ 103338.0, 511625.0 ], [ 103404.0, 511884.0 ], [ 103431.0, 512000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 86, "TNODE_": 66, "LPOLY_": 50, "RPOLY_": 51 }, "geometry": { "type": "LineString", "coordinates": [ [ 103586.0, 511000.0 ], [ 103571.0, 511025.0 ], [ 103627.0, 511357.0 ], [ 103649.0, 511520.0 ], [ 103818.0, 511864.0 ], [ 103947.0, 512000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 89, "TNODE_": 69, "LPOLY_": 53, "RPOLY_": 54 }, "geometry": { "type": "LineString", "coordinates": [ [ 105451.0, 511000.0 ], [ 105478.0, 511048.0 ], [ 105521.0, 511411.0 ], [ 105457.0, 511625.0 ], [ 105476.0, 512000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 91, "TNODE_": 78, "LPOLY_": 55, "RPOLY_": 62 }, "geometry": { "type": "LineString", "coordinates": [ [ 106653.0, 511000.0 ], [ 106778.0, 511152.0 ], [ 107000.0, 511236.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 97, "TNODE_": 86, "LPOLY_": 66, "RPOLY_": 67 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 510749.0 ], [ 103736.0, 510761.0 ], [ 103586.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 96, "TNODE_": 97, "LPOLY_": 75, "RPOLY_": 68 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 510769.0 ], [ 104844.0, 510835.0 ], [ 104491.0, 510803.0 ], [ 104043.0, 510747.0 ], [ 104000.0, 510749.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 98, "TNODE_": 89, "LPOLY_": 69, "RPOLY_": 70 }, "geometry": { "type": "LineString", "coordinates": [ [ 105286.0, 510706.0 ], [ 105307.0, 510748.0 ], [ 105451.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 99, "TNODE_": 96, "LPOLY_": 76, "RPOLY_": 69 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 510502.0 ], [ 105014.0, 510549.0 ], [ 105023.0, 510760.0 ], [ 105000.0, 510769.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 100, "TNODE_": 91, "LPOLY_": 71, "RPOLY_": 72 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 510449.0 ], [ 106201.0, 510587.0 ], [ 106436.0, 510751.0 ], [ 106613.0, 510952.0 ], [ 106653.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 101, "TNODE_": 85, "LPOLY_": 65, "RPOLY_": 66 }, "geometry": { "type": "LineString", "coordinates": [ [ 103796.0, 510356.0 ], [ 103449.0, 510610.0 ], [ 103306.0, 510821.0 ], [ 103294.0, 511000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 103, "TNODE_": 100, "LPOLY_": 70, "RPOLY_": 78 }, "geometry": { "type": "LineString", "coordinates": [ [ 105813.0, 510281.0 ], [ 105977.0, 510434.0 ], [ 106000.0, 510449.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 112, "TNODE_": 99, "LPOLY_": 75, "RPOLY_": 77 }, "geometry": { "type": "LineString", "coordinates": [ [ 104935.0, 510000.0 ], [ 104935.0, 510051.0 ], [ 104958.0, 510365.0 ], [ 105000.0, 510502.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 114, "TNODE_": 98, "LPOLY_": 69, "RPOLY_": 70 }, "geometry": { "type": "LineString", "coordinates": [ [ 105104.0, 510000.0 ], [ 105092.0, 510044.0 ], [ 105067.0, 510324.0 ], [ 105184.0, 510563.0 ], [ 105286.0, 510706.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 115, "TNODE_": 103, "LPOLY_": 70, "RPOLY_": 78 }, "geometry": { "type": "LineString", "coordinates": [ [ 105517.0, 510000.0 ], [ 105525.0, 510039.0 ], [ 105813.0, 510281.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 124, "TNODE_": 115, "LPOLY_": 87, "RPOLY_": 88 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 509537.0 ], [ 105880.0, 509555.0 ], [ 105656.0, 509603.0 ], [ 105543.0, 509705.0 ], [ 105487.0, 509840.0 ], [ 105517.0, 510000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 127, "TNODE_": 112, "LPOLY_": 84, "RPOLY_": 85 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 509441.0 ], [ 104938.0, 509698.0 ], [ 104935.0, 510000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 128, "TNODE_": 124, "LPOLY_": 95, "RPOLY_": 89 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 509421.0 ], [ 106755.0, 509459.0 ], [ 106279.0, 509496.0 ], [ 106000.0, 509537.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 132, "TNODE_": 128, "LPOLY_": 97, "RPOLY_": 90 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 509246.0 ], [ 107617.0, 509325.0 ], [ 107000.0, 509421.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 131, "TNODE_": 133, "LPOLY_": 92, "RPOLY_": 99 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 509352.0 ], [ 103242.0, 509384.0 ], [ 103523.0, 509346.0 ], [ 103810.0, 509265.0 ], [ 104000.0, 509165.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 135, "TNODE_": 132, "LPOLY_": 102, "RPOLY_": 91 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 509053.0 ], [ 108969.0, 509069.0 ], [ 108290.0, 509186.0 ], [ 108000.0, 509246.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 141, "TNODE_": 122, "LPOLY_": 93, "RPOLY_": 94 }, "geometry": { "type": "LineString", "coordinates": [ [ 102120.0, 509000.0 ], [ 102285.0, 509322.0 ], [ 102418.0, 509449.0 ], [ 102589.0, 509567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 142, "TNODE_": 131, "LPOLY_": 94, "RPOLY_": 101 }, "geometry": { "type": "LineString", "coordinates": [ [ 102531.0, 509000.0 ], [ 102689.0, 509150.0 ], [ 102968.0, 509348.0 ], [ 103000.0, 509352.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 133, "TNODE_": 145, "LPOLY_": 98, "RPOLY_": 103 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 509165.0 ], [ 104086.0, 509120.0 ], [ 104191.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 149, "TNODE_": 127, "LPOLY_": 96, "RPOLY_": 86 }, "geometry": { "type": "LineString", "coordinates": [ [ 105321.0, 509000.0 ], [ 105261.0, 509060.0 ], [ 105027.0, 509330.0 ], [ 105000.0, 509441.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 150, "TNODE_": 114, "LPOLY_": 86, "RPOLY_": 87 }, "geometry": { "type": "LineString", "coordinates": [ [ 105929.0, 509000.0 ], [ 105833.0, 509031.0 ], [ 105527.0, 509227.0 ], [ 105394.0, 509355.0 ], [ 105242.0, 509557.0 ], [ 105176.0, 509730.0 ], [ 105104.0, 510000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 155, "TNODE_": 150, "LPOLY_": 115, "RPOLY_": 116 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 508977.0 ], [ 105929.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 159, "TNODE_": 156, "LPOLY_": 109, "RPOLY_": 121 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 508643.0 ], [ 103164.0, 508751.0 ], [ 103345.0, 508804.0 ], [ 103522.0, 508875.0 ], [ 103654.0, 508881.0 ], [ 103748.0, 508869.0 ], [ 103894.0, 508829.0 ], [ 104000.0, 508759.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 160, "TNODE_": 155, "LPOLY_": 120, "RPOLY_": 117 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 508625.0 ], [ 106409.0, 508846.0 ], [ 106000.0, 508977.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 162, "TNODE_": 161, "LPOLY_": 121, "RPOLY_": 124 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 508468.0 ], [ 103154.0, 508541.0 ], [ 103379.0, 508657.0 ], [ 103633.0, 508705.0 ], [ 103965.0, 508615.0 ], [ 104000.0, 508602.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 163, "TNODE_": 149, "LPOLY_": 114, "RPOLY_": 115 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 508438.0 ], [ 105906.0, 508486.0 ], [ 105518.0, 508804.0 ], [ 105321.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 164, "TNODE_": 135, "LPOLY_": 104, "RPOLY_": 59 }, "geometry": { "type": "LineString", "coordinates": [ [ 109861.0, 508373.0 ], [ 109433.0, 508816.0 ], [ 109000.0, 509053.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 165, "TNODE_": 160, "LPOLY_": 127, "RPOLY_": 118 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 508338.0 ], [ 107634.0, 508417.0 ], [ 107069.0, 508600.0 ], [ 107000.0, 508625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 166, "TNODE_": 158, "LPOLY_": 125, "RPOLY_": 114 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 508212.0 ], [ 105878.0, 508244.0 ], [ 105692.0, 508322.0 ], [ 105494.0, 508416.0 ], [ 105311.0, 508526.0 ], [ 105014.0, 508700.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 176, "TNODE_": 141, "LPOLY_": 106, "RPOLY_": 107 }, "geometry": { "type": "LineString", "coordinates": [ [ 102171.0, 508000.0 ], [ 102176.0, 508116.0 ], [ 102092.0, 508444.0 ], [ 102068.0, 508719.0 ], [ 102113.0, 508986.0 ], [ 102120.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 177, "TNODE_": 142, "LPOLY_": 107, "RPOLY_": 108 }, "geometry": { "type": "LineString", "coordinates": [ [ 102338.0, 508000.0 ], [ 102316.0, 508080.0 ], [ 102244.0, 508433.0 ], [ 102273.0, 508692.0 ], [ 102439.0, 508913.0 ], [ 102531.0, 509000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 178, "TNODE_": 159, "LPOLY_": 108, "RPOLY_": 126 }, "geometry": { "type": "LineString", "coordinates": [ [ 102615.0, 508000.0 ], [ 102610.0, 508053.0 ], [ 102618.0, 508273.0 ], [ 102704.0, 508441.0 ], [ 102844.0, 508581.0 ], [ 103000.0, 508643.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 179, "TNODE_": 162, "LPOLY_": 126, "RPOLY_": 129 }, "geometry": { "type": "LineString", "coordinates": [ [ 102828.0, 508000.0 ], [ 102796.0, 508190.0 ], [ 102920.0, 508430.0 ], [ 103000.0, 508468.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 182, "TNODE_": 183, "LPOLY_": 133, "RPOLY_": 135 }, "geometry": { "type": "LineString", "coordinates": [ [ 103379.0, 508000.0 ], [ 103398.0, 508028.0 ], [ 103452.0, 508064.0 ], [ 103507.0, 508043.0 ], [ 103504.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 181, "TNODE_": 184, "LPOLY_": 124, "RPOLY_": 133 }, "geometry": { "type": "LineString", "coordinates": [ [ 103236.0, 508000.0 ], [ 103315.0, 508118.0 ], [ 103411.0, 508158.0 ], [ 103501.0, 508164.0 ], [ 103623.0, 508206.0 ], [ 103669.0, 508187.0 ], [ 103703.0, 508155.0 ], [ 103707.0, 508125.0 ], [ 103671.0, 508067.0 ], [ 103648.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 161, "TNODE_": 186, "LPOLY_": 122, "RPOLY_": 128 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 508602.0 ], [ 104118.0, 508561.0 ], [ 104319.0, 508454.0 ], [ 104449.0, 508273.0 ], [ 104525.0, 508024.0 ], [ 104521.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 156, "TNODE_": 187, "LPOLY_": 110, "RPOLY_": 122 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 508759.0 ], [ 104064.0, 508716.0 ], [ 104215.0, 508610.0 ], [ 104315.0, 508532.0 ], [ 104421.0, 508429.0 ], [ 104489.0, 508367.0 ], [ 104541.0, 508272.0 ], [ 104583.0, 508161.0 ], [ 104603.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 145, "TNODE_": 188, "LPOLY_": 111, "RPOLY_": 110 }, "geometry": { "type": "LineString", "coordinates": [ [ 104191.0, 509000.0 ], [ 104269.0, 508912.0 ], [ 104401.0, 508632.0 ], [ 104718.0, 508228.0 ], [ 104802.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 169, "TNODE_": 189, "LPOLY_": 134, "RPOLY_": 111 }, "geometry": { "type": "LineString", "coordinates": [ [ 104962.0, 508078.0 ], [ 104982.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 192, "TNODE_": 166, "LPOLY_": 132, "RPOLY_": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ 106313.0, 508000.0 ], [ 106321.0, 508009.0 ], [ 106249.0, 508113.0 ], [ 106093.0, 508187.0 ], [ 106000.0, 508212.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 193, "TNODE_": 163, "LPOLY_": 130, "RPOLY_": 120 }, "geometry": { "type": "LineString", "coordinates": [ [ 106951.0, 508000.0 ], [ 106936.0, 508068.0 ], [ 106700.0, 508134.0 ], [ 106241.0, 508313.0 ], [ 106000.0, 508438.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 196, "TNODE_": 165, "LPOLY_": 131, "RPOLY_": 119 }, "geometry": { "type": "LineString", "coordinates": [ [ 108868.0, 508000.0 ], [ 108812.0, 508041.0 ], [ 108635.0, 508150.0 ], [ 108105.0, 508315.0 ], [ 108000.0, 508338.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 189, "TNODE_": 198, "LPOLY_": 153, "RPOLY_": 152 }, "geometry": { "type": "LineString", "coordinates": [ [ 104982.0, 508000.0 ], [ 105000.0, 507924.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 199, "TNODE_": 196, "LPOLY_": 159, "RPOLY_": 160 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 507876.0 ], [ 108944.0, 507945.0 ], [ 108868.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 200, "TNODE_": 192, "LPOLY_": 155, "RPOLY_": 156 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 507839.0 ], [ 106013.0, 507841.0 ], [ 106232.0, 507909.0 ], [ 106313.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 201, "TNODE_": 193, "LPOLY_": 156, "RPOLY_": 157 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 507571.0 ], [ 106228.0, 507584.0 ], [ 106602.0, 507634.0 ], [ 106809.0, 507736.0 ], [ 106966.0, 507933.0 ], [ 106951.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 202, "TNODE_": 176, "LPOLY_": 140, "RPOLY_": 141 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 507530.0 ], [ 102162.0, 507775.0 ], [ 102171.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 198, "TNODE_": 200, "LPOLY_": 154, "RPOLY_": 161 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 507924.0 ], [ 105027.0, 507812.0 ], [ 105056.0, 507734.0 ], [ 105069.0, 507615.0 ], [ 105131.0, 507523.0 ], [ 105211.0, 507560.0 ], [ 105272.0, 507636.0 ], [ 105450.0, 507723.0 ], [ 105601.0, 507777.0 ], [ 105692.0, 507801.0 ], [ 105863.0, 507824.0 ], [ 106000.0, 507839.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 203, "TNODE_": 199, "LPOLY_": 162, "RPOLY_": 104 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 507507.0 ], [ 109021.0, 507511.0 ], [ 109089.0, 507767.0 ], [ 109000.0, 507876.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 204, "TNODE_": 179, "LPOLY_": 143, "RPOLY_": 144 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 507486.0 ], [ 102967.0, 507616.0 ], [ 102847.0, 507884.0 ], [ 102828.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 205, "TNODE_": 203, "LPOLY_": 159, "RPOLY_": 165 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 507406.0 ], [ 108145.0, 507452.0 ], [ 108366.0, 507482.0 ], [ 108841.0, 507477.0 ], [ 109000.0, 507507.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 188, "TNODE_": 206, "LPOLY_": 152, "RPOLY_": 151 }, "geometry": { "type": "LineString", "coordinates": [ [ 104802.0, 508000.0 ], [ 104813.0, 507970.0 ], [ 104879.0, 507754.0 ], [ 104943.0, 507470.0 ], [ 104957.0, 507340.0 ], [ 105000.0, 507278.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 206, "TNODE_": 201, "LPOLY_": 161, "RPOLY_": 163 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 507278.0 ], [ 105012.0, 507260.0 ], [ 105148.0, 507254.0 ], [ 105400.0, 507381.0 ], [ 105668.0, 507500.0 ], [ 105939.0, 507567.0 ], [ 106000.0, 507571.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 207, "TNODE_": 177, "LPOLY_": 141, "RPOLY_": 142 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 507171.0 ], [ 102016.0, 507175.0 ], [ 102310.0, 507270.0 ], [ 102454.0, 507427.0 ], [ 102406.0, 507755.0 ], [ 102338.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 208, "TNODE_": 205, "LPOLY_": 158, "RPOLY_": 167 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 507143.0 ], [ 107215.0, 507168.0 ], [ 107602.0, 507258.0 ], [ 107877.0, 507366.0 ], [ 108000.0, 507406.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 209, "TNODE_": 182, "LPOLY_": 146, "RPOLY_": 147 }, "geometry": { "type": "LineString", "coordinates": [ [ 103420.0, 507141.0 ], [ 103388.0, 507186.0 ], [ 103350.0, 507276.0 ], [ 103347.0, 507412.0 ], [ 103361.0, 507537.0 ], [ 103351.0, 507679.0 ], [ 103329.0, 507787.0 ], [ 103331.0, 507882.0 ], [ 103354.0, 507966.0 ], [ 103379.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 186, "TNODE_": 210, "LPOLY_": 150, "RPOLY_": 149 }, "geometry": { "type": "LineString", "coordinates": [ [ 104521.0, 508000.0 ], [ 104483.0, 507742.0 ], [ 104341.0, 507512.0 ], [ 104161.0, 507271.0 ], [ 104000.0, 507108.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 183, "TNODE_": 209, "LPOLY_": 146, "RPOLY_": 147 }, "geometry": { "type": "LineString", "coordinates": [ [ 103504.0, 508000.0 ], [ 103498.0, 507909.0 ], [ 103474.0, 507786.0 ], [ 103503.0, 507641.0 ], [ 103560.0, 507525.0 ], [ 103591.0, 507447.0 ], [ 103633.0, 507309.0 ], [ 103651.0, 507198.0 ], [ 103634.0, 507141.0 ], [ 103581.0, 507108.0 ], [ 103525.0, 507098.0 ], [ 103420.0, 507141.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 215, "TNODE_": 202, "LPOLY_": 139, "RPOLY_": 164 }, "geometry": { "type": "LineString", "coordinates": [ [ 101126.0, 507000.0 ], [ 101430.0, 507138.0 ], [ 101745.0, 507321.0 ], [ 101994.0, 507521.0 ], [ 102000.0, 507530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 216, "TNODE_": 207, "LPOLY_": 164, "RPOLY_": 168 }, "geometry": { "type": "LineString", "coordinates": [ [ 101611.0, 507000.0 ], [ 101798.0, 507119.0 ], [ 102000.0, 507171.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 218, "TNODE_": 178, "LPOLY_": 142, "RPOLY_": 143 }, "geometry": { "type": "LineString", "coordinates": [ [ 102744.0, 507000.0 ], [ 102799.0, 507035.0 ], [ 102870.0, 507161.0 ], [ 102805.0, 507406.0 ], [ 102703.0, 507635.0 ], [ 102633.0, 507822.0 ], [ 102615.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 220, "TNODE_": 204, "LPOLY_": 166, "RPOLY_": 145 }, "geometry": { "type": "LineString", "coordinates": [ [ 103018.0, 507000.0 ], [ 103030.0, 507010.0 ], [ 103057.0, 507260.0 ], [ 103000.0, 507486.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 221, "TNODE_": 181, "LPOLY_": 145, "RPOLY_": 146 }, "geometry": { "type": "LineString", "coordinates": [ [ 103251.0, 507000.0 ], [ 103269.0, 507088.0 ], [ 103253.0, 507407.0 ], [ 103201.0, 507724.0 ], [ 103182.0, 507863.0 ], [ 103212.0, 507964.0 ], [ 103236.0, 508000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 184, "TNODE_": 222, "LPOLY_": 148, "RPOLY_": 146 }, "geometry": { "type": "LineString", "coordinates": [ [ 103648.0, 508000.0 ], [ 103643.0, 507985.0 ], [ 103601.0, 507782.0 ], [ 103617.0, 507650.0 ], [ 103652.0, 507538.0 ], [ 103680.0, 507386.0 ], [ 103714.0, 507130.0 ], [ 103685.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 210, "TNODE_": 223, "LPOLY_": 170, "RPOLY_": 148 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 507108.0 ], [ 103933.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 187, "TNODE_": 225, "LPOLY_": 151, "RPOLY_": 150 }, "geometry": { "type": "LineString", "coordinates": [ [ 104603.0, 508000.0 ], [ 104608.0, 507895.0 ], [ 104574.0, 507730.0 ], [ 104483.0, 507559.0 ], [ 104366.0, 507354.0 ], [ 104213.0, 507171.0 ], [ 104094.0, 507052.0 ], [ 104054.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 228, "TNODE_": 208, "LPOLY_": 157, "RPOLY_": 169 }, "geometry": { "type": "LineString", "coordinates": [ [ 106305.0, 507000.0 ], [ 106570.0, 507068.0 ], [ 106900.0, 507131.0 ], [ 107000.0, 507143.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 232, "TNODE_": 220, "LPOLY_": 179, "RPOLY_": 180 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 506985.0 ], [ 103018.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 233, "TNODE_": 215, "LPOLY_": 174, "RPOLY_": 175 }, "geometry": { "type": "LineString", "coordinates": [ [ 101075.0, 506977.0 ], [ 101126.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 234, "TNODE_": 228, "LPOLY_": 187, "RPOLY_": 188 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 506965.0 ], [ 106305.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 225, "TNODE_": 236, "LPOLY_": 185, "RPOLY_": 184 }, "geometry": { "type": "LineString", "coordinates": [ [ 104054.0, 507000.0 ], [ 104000.0, 506931.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 237, "TNODE_": 235, "LPOLY_": 189, "RPOLY_": 193 }, "geometry": { "type": "LineString", "coordinates": [ [ 107000.0, 506892.0 ], [ 107238.0, 506920.0 ], [ 107614.0, 506953.0 ], [ 107872.0, 506962.0 ], [ 108000.0, 506952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 238, "TNODE_": 237, "LPOLY_": 188, "RPOLY_": 196 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 506826.0 ], [ 106047.0, 506836.0 ], [ 106414.0, 506866.0 ], [ 106826.0, 506871.0 ], [ 107000.0, 506892.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 239, "TNODE_": 218, "LPOLY_": 177, "RPOLY_": 178 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 506760.0 ], [ 102155.0, 506803.0 ], [ 102298.0, 506838.0 ], [ 102445.0, 506897.0 ], [ 102636.0, 506932.0 ], [ 102744.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 236, "TNODE_": 241, "LPOLY_": 195, "RPOLY_": 183 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 506931.0 ], [ 103918.0, 506739.0 ], [ 103918.0, 506688.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 242, "TNODE_": 221, "LPOLY_": 180, "RPOLY_": 181 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 506686.0 ], [ 103099.0, 506719.0 ], [ 103205.0, 506780.0 ], [ 103251.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 223, "TNODE_": 243, "LPOLY_": 183, "RPOLY_": 182 }, "geometry": { "type": "LineString", "coordinates": [ [ 103933.0, 507000.0 ], [ 103862.0, 506885.0 ], [ 103787.0, 506677.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 244, "TNODE_": 234, "LPOLY_": 186, "RPOLY_": 192 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 506663.0 ], [ 105229.0, 506766.0 ], [ 105510.0, 506863.0 ], [ 105824.0, 506945.0 ], [ 106000.0, 506965.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 235, "TNODE_": 245, "LPOLY_": 190, "RPOLY_": 194 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 506952.0 ], [ 108026.0, 506950.0 ], [ 108342.0, 506832.0 ], [ 108800.0, 506610.0 ], [ 109000.0, 506561.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 246, "TNODE_": 238, "LPOLY_": 192, "RPOLY_": 197 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 506532.0 ], [ 105012.0, 506538.0 ], [ 105487.0, 506709.0 ], [ 106000.0, 506826.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 247, "TNODE_": 232, "LPOLY_": 178, "RPOLY_": 191 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 506507.0 ], [ 102032.0, 506557.0 ], [ 102221.0, 506723.0 ], [ 102449.0, 506754.0 ], [ 102664.0, 506795.0 ], [ 102901.0, 506900.0 ], [ 103000.0, 506985.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 245, "TNODE_": 248, "LPOLY_": 104, "RPOLY_": 202 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 506561.0 ], [ 109340.0, 506479.0 ], [ 109855.0, 506412.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 249, "TNODE_": 244, "LPOLY_": 185, "RPOLY_": 201 }, "geometry": { "type": "LineString", "coordinates": [ [ 104472.0, 506378.0 ], [ 104571.0, 506437.0 ], [ 104967.0, 506648.0 ], [ 105000.0, 506663.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 243, "TNODE_": 250, "LPOLY_": 183, "RPOLY_": 182 }, "geometry": { "type": "LineString", "coordinates": [ [ 103787.0, 506677.0 ], [ 103631.0, 506542.0 ], [ 103485.0, 506469.0 ], [ 103339.0, 506384.0 ], [ 103290.0, 506323.0 ], [ 103278.0, 506238.0 ], [ 103265.0, 506185.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 251, "TNODE_": 246, "LPOLY_": 201, "RPOLY_": 203 }, "geometry": { "type": "LineString", "coordinates": [ [ 104232.0, 506158.0 ], [ 104504.0, 506295.0 ], [ 105000.0, 506532.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 252, "TNODE_": 249, "LPOLY_": 185, "RPOLY_": 201 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 506071.0 ], [ 104081.0, 506156.0 ], [ 104261.0, 506282.0 ], [ 104412.0, 506344.0 ], [ 104472.0, 506378.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 257, "TNODE_": 216, "LPOLY_": 175, "RPOLY_": 176 }, "geometry": { "type": "LineString", "coordinates": [ [ 101424.0, 506000.0 ], [ 101413.0, 506072.0 ], [ 101416.0, 506380.0 ], [ 101488.0, 506791.0 ], [ 101607.0, 506998.0 ], [ 101611.0, 507000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 258, "TNODE_": 239, "LPOLY_": 176, "RPOLY_": 198 }, "geometry": { "type": "LineString", "coordinates": [ [ 101804.0, 506000.0 ], [ 101754.0, 506233.0 ], [ 101758.0, 506432.0 ], [ 101794.0, 506604.0 ], [ 101955.0, 506747.0 ], [ 102000.0, 506760.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 259, "TNODE_": 247, "LPOLY_": 198, "RPOLY_": 204 }, "geometry": { "type": "LineString", "coordinates": [ [ 101945.0, 506000.0 ], [ 101890.0, 506182.0 ], [ 101905.0, 506360.0 ], [ 102000.0, 506507.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 261, "TNODE_": 242, "LPOLY_": 191, "RPOLY_": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ 102106.0, 506000.0 ], [ 102077.0, 506081.0 ], [ 102088.0, 506277.0 ], [ 102188.0, 506413.0 ], [ 102434.0, 506565.0 ], [ 102637.0, 506604.0 ], [ 102884.0, 506647.0 ], [ 103000.0, 506686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 222, "TNODE_": 263, "LPOLY_": 182, "RPOLY_": 181 }, "geometry": { "type": "LineString", "coordinates": [ [ 103685.0, 507000.0 ], [ 103678.0, 506967.0 ], [ 103575.0, 506704.0 ], [ 103376.0, 506581.0 ], [ 103177.0, 506449.0 ], [ 103075.0, 506340.0 ], [ 103060.0, 506254.0 ], [ 103059.0, 506180.0 ], [ 103123.0, 506079.0 ], [ 103148.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 250, "TNODE_": 264, "LPOLY_": 183, "RPOLY_": 182 }, "geometry": { "type": "LineString", "coordinates": [ [ 103265.0, 506185.0 ], [ 103259.0, 506127.0 ], [ 103245.0, 506113.0 ], [ 103237.0, 506100.0 ], [ 103247.0, 506094.0 ], [ 103323.0, 506096.0 ], [ 103370.0, 506102.0 ], [ 103394.0, 506113.0 ], [ 103439.0, 506117.0 ], [ 103454.0, 506102.0 ], [ 103460.0, 506076.0 ], [ 103439.0, 506031.0 ], [ 103407.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 241, "TNODE_": 265, "LPOLY_": 195, "RPOLY_": 183 }, "geometry": { "type": "LineString", "coordinates": [ [ 103918.0, 506688.0 ], [ 103888.0, 506630.0 ], [ 103821.0, 506558.0 ], [ 103737.0, 506479.0 ], [ 103645.0, 506428.0 ], [ 103544.0, 506349.0 ], [ 103519.0, 506298.0 ], [ 103481.0, 506240.0 ], [ 103477.0, 506210.0 ], [ 103477.0, 506181.0 ], [ 103502.0, 506173.0 ], [ 103515.0, 506135.0 ], [ 103523.0, 506080.0 ], [ 103506.0, 506030.0 ], [ 103476.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 266, "TNODE_": 252, "LPOLY_": 195, "RPOLY_": 205 }, "geometry": { "type": "LineString", "coordinates": [ [ 103925.0, 506000.0 ], [ 104000.0, 506071.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 268, "TNODE_": 251, "LPOLY_": 201, "RPOLY_": 203 }, "geometry": { "type": "LineString", "coordinates": [ [ 104077.0, 506000.0 ], [ 104118.0, 506055.0 ], [ 104232.0, 506158.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 269, "TNODE_": 270, "LPOLY_": 203, "RPOLY_": 206 }, "geometry": { "type": "LineString", "coordinates": [ [ 104716.0, 506000.0 ], [ 104838.0, 506021.0 ], [ 104909.0, 506021.0 ], [ 104938.0, 506001.0 ], [ 104937.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 276, "TNODE_": 268, "LPOLY_": 220, "RPOLY_": 221 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505897.0 ], [ 104077.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 265, "TNODE_": 277, "LPOLY_": 219, "RPOLY_": 218 }, "geometry": { "type": "LineString", "coordinates": [ [ 103476.0, 506000.0 ], [ 103460.0, 505984.0 ], [ 103385.0, 505891.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 278, "TNODE_": 259, "LPOLY_": 212, "RPOLY_": 213 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 505890.0 ], [ 101964.0, 505936.0 ], [ 101945.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 279, "TNODE_": 266, "LPOLY_": 219, "RPOLY_": 218 }, "geometry": { "type": "LineString", "coordinates": [ [ 103471.0, 505822.0 ], [ 103502.0, 505841.0 ], [ 103565.0, 505850.0 ], [ 103615.0, 505837.0 ], [ 103678.0, 505837.0 ], [ 103749.0, 505862.0 ], [ 103858.0, 505938.0 ], [ 103925.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 263, "TNODE_": 280, "LPOLY_": 217, "RPOLY_": 216 }, "geometry": { "type": "LineString", "coordinates": [ [ 103148.0, 506000.0 ], [ 103159.0, 505970.0 ], [ 103159.0, 505906.0 ], [ 103120.0, 505811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 281, "TNODE_": 276, "LPOLY_": 218, "RPOLY_": 217 }, "geometry": { "type": "LineString", "coordinates": [ [ 103456.0, 505768.0 ], [ 103471.0, 505799.0 ], [ 103521.0, 505830.0 ], [ 103595.0, 505823.0 ], [ 103671.0, 505770.0 ], [ 103850.0, 505775.0 ], [ 103972.0, 505860.0 ], [ 104000.0, 505897.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 277, "TNODE_": 279, "LPOLY_": 219, "RPOLY_": 218 }, "geometry": { "type": "LineString", "coordinates": [ [ 103385.0, 505891.0 ], [ 103376.0, 505864.0 ], [ 103370.0, 505852.0 ], [ 103368.0, 505817.0 ], [ 103370.0, 505801.0 ], [ 103382.0, 505778.0 ], [ 103396.0, 505772.0 ], [ 103417.0, 505766.0 ], [ 103435.0, 505766.0 ], [ 103448.0, 505776.0 ], [ 103456.0, 505795.0 ], [ 103471.0, 505822.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 264, "TNODE_": 281, "LPOLY_": 218, "RPOLY_": 217 }, "geometry": { "type": "LineString", "coordinates": [ [ 103407.0, 506000.0 ], [ 103403.0, 505996.0 ], [ 103302.0, 505963.0 ], [ 103275.0, 505951.0 ], [ 103263.0, 505936.0 ], [ 103239.0, 505922.0 ], [ 103222.0, 505906.0 ], [ 103206.0, 505885.0 ], [ 103204.0, 505867.0 ], [ 103214.0, 505809.0 ], [ 103249.0, 505780.0 ], [ 103282.0, 505770.0 ], [ 103314.0, 505766.0 ], [ 103353.0, 505752.0 ], [ 103398.0, 505752.0 ], [ 103431.0, 505754.0 ], [ 103456.0, 505768.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 283, "TNODE_": 269, "LPOLY_": 221, "RPOLY_": 222 }, "geometry": { "type": "LineString", "coordinates": [ [ 104033.0, 505750.0 ], [ 104313.0, 505899.0 ], [ 104618.0, 505982.0 ], [ 104716.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 284, "TNODE_": 283, "LPOLY_": 221, "RPOLY_": 222 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505734.0 ], [ 104033.0, 505750.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 280, "TNODE_": 284, "LPOLY_": 217, "RPOLY_": 216 }, "geometry": { "type": "LineString", "coordinates": [ [ 103120.0, 505811.0 ], [ 103108.0, 505775.0 ], [ 103132.0, 505738.0 ], [ 103229.0, 505702.0 ], [ 103363.0, 505677.0 ], [ 103449.0, 505714.0 ], [ 103558.0, 505738.0 ], [ 103716.0, 505726.0 ], [ 103838.0, 505690.0 ], [ 103960.0, 505714.0 ], [ 104000.0, 505734.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 285, "TNODE_": 258, "LPOLY_": 211, "RPOLY_": 212 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 505665.0 ], [ 101904.0, 505759.0 ], [ 101820.0, 505927.0 ], [ 101804.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 286, "TNODE_": 287, "LPOLY_": 222, "RPOLY_": 230 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505611.0 ], [ 104058.0, 505648.0 ], [ 104128.0, 505665.0 ], [ 104177.0, 505669.0 ], [ 104202.0, 505591.0 ], [ 104167.0, 505464.0 ], [ 104062.0, 505380.0 ], [ 104000.0, 505353.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 270, "TNODE_": 288, "LPOLY_": 223, "RPOLY_": 222 }, "geometry": { "type": "LineString", "coordinates": [ [ 104937.0, 506000.0 ], [ 104910.0, 505920.0 ], [ 104782.0, 505860.0 ], [ 104611.0, 505796.0 ], [ 104480.0, 505729.0 ], [ 104350.0, 505647.0 ], [ 104267.0, 505538.0 ], [ 104213.0, 505413.0 ], [ 104143.0, 505303.0 ], [ 104033.0, 505194.0 ], [ 104000.0, 505176.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 289, "TNODE_": 282, "LPOLY_": 229, "RPOLY_": 209 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 505056.0 ], [ 100900.0, 505249.0 ], [ 100804.0, 505548.0 ], [ 100725.0, 505768.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 290, "TNODE_": 286, "LPOLY_": 216, "RPOLY_": 232 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 505053.0 ], [ 103016.0, 505145.0 ], [ 103059.0, 505259.0 ], [ 103081.0, 505327.0 ], [ 103039.0, 505441.0 ], [ 103035.0, 505512.0 ], [ 103066.0, 505553.0 ], [ 103165.0, 505548.0 ], [ 103260.0, 505507.0 ], [ 103338.0, 505508.0 ], [ 103469.0, 505517.0 ], [ 103554.0, 505533.0 ], [ 103609.0, 505556.0 ], [ 103714.0, 505544.0 ], [ 103853.0, 505552.0 ], [ 103968.0, 505591.0 ], [ 104000.0, 505611.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 295, "TNODE_": 289, "LPOLY_": 235, "RPOLY_": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ 101029.0, 505000.0 ], [ 101000.0, 505056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 296, "TNODE_": 257, "LPOLY_": 210, "RPOLY_": 211 }, "geometry": { "type": "LineString", "coordinates": [ [ 101752.0, 505000.0 ], [ 101616.0, 505302.0 ], [ 101479.0, 505653.0 ], [ 101424.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 298, "TNODE_": 285, "LPOLY_": 231, "RPOLY_": 228 }, "geometry": { "type": "LineString", "coordinates": [ [ 102526.0, 505000.0 ], [ 102291.0, 505379.0 ], [ 102110.0, 505559.0 ], [ 102000.0, 505665.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 299, "TNODE_": 278, "LPOLY_": 228, "RPOLY_": 214 }, "geometry": { "type": "LineString", "coordinates": [ [ 102699.0, 505000.0 ], [ 102671.0, 505054.0 ], [ 102455.0, 505379.0 ], [ 102144.0, 505709.0 ], [ 102000.0, 505890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 300, "TNODE_": 261, "LPOLY_": 214, "RPOLY_": 215 }, "geometry": { "type": "LineString", "coordinates": [ [ 102825.0, 505000.0 ], [ 102757.0, 505158.0 ], [ 102637.0, 505348.0 ], [ 102486.0, 505515.0 ], [ 102306.0, 505762.0 ], [ 102117.0, 505968.0 ], [ 102106.0, 506000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 301, "TNODE_": 290, "LPOLY_": 215, "RPOLY_": 236 }, "geometry": { "type": "LineString", "coordinates": [ [ 102992.0, 505000.0 ], [ 103000.0, 505053.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 287, "TNODE_": 303, "LPOLY_": 233, "RPOLY_": 232 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505353.0 ], [ 103934.0, 505325.0 ], [ 103866.0, 505310.0 ], [ 103733.0, 505297.0 ], [ 103594.0, 505293.0 ], [ 103501.0, 505280.0 ], [ 103419.0, 505227.0 ], [ 103365.0, 505165.0 ], [ 103340.0, 505065.0 ], [ 103342.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 288, "TNODE_": 304, "LPOLY_": 234, "RPOLY_": 233 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 505176.0 ], [ 103918.0, 505131.0 ], [ 103800.0, 505057.0 ], [ 103720.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 311, "TNODE_": 301, "LPOLY_": 246, "RPOLY_": 247 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504822.0 ], [ 102993.0, 504851.0 ], [ 102987.0, 504970.0 ], [ 102992.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 312, "TNODE_": 296, "LPOLY_": 241, "RPOLY_": 242 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 504659.0 ], [ 101995.0, 504672.0 ], [ 101758.0, 504987.0 ], [ 101752.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 313, "TNODE_": 300, "LPOLY_": 245, "RPOLY_": 246 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504591.0 ], [ 102943.0, 504699.0 ], [ 102876.0, 504881.0 ], [ 102825.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 303, "TNODE_": 314, "LPOLY_": 249, "RPOLY_": 248 }, "geometry": { "type": "LineString", "coordinates": [ [ 103342.0, 505000.0 ], [ 103343.0, 504947.0 ], [ 103387.0, 504812.0 ], [ 103405.0, 504723.0 ], [ 103398.0, 504624.0 ], [ 103370.0, 504527.0 ], [ 103306.0, 504475.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 314, "TNODE_": 311, "LPOLY_": 249, "RPOLY_": 248 }, "geometry": { "type": "LineString", "coordinates": [ [ 103306.0, 504475.0 ], [ 103276.0, 504477.0 ], [ 103212.0, 504494.0 ], [ 103161.0, 504528.0 ], [ 103088.0, 504604.0 ], [ 103021.0, 504730.0 ], [ 103000.0, 504822.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 315, "TNODE_": 299, "LPOLY_": 244, "RPOLY_": 245 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504448.0 ], [ 102855.0, 504709.0 ], [ 102699.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 316, "TNODE_": 298, "LPOLY_": 243, "RPOLY_": 244 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504319.0 ], [ 102888.0, 504437.0 ], [ 102735.0, 504651.0 ], [ 102526.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 317, "TNODE_": 295, "LPOLY_": 240, "RPOLY_": 241 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 504073.0 ], [ 101154.0, 504196.0 ], [ 101226.0, 504419.0 ], [ 101113.0, 504678.0 ], [ 101072.0, 504916.0 ], [ 101029.0, 505000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 321, "TNODE_": 317, "LPOLY_": 239, "RPOLY_": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ 100909.0, 504000.0 ], [ 101000.0, 504073.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 324, "TNODE_": 312, "LPOLY_": 256, "RPOLY_": 243 }, "geometry": { "type": "LineString", "coordinates": [ [ 102254.0, 504000.0 ], [ 102263.0, 504053.0 ], [ 102252.0, 504184.0 ], [ 102130.0, 504352.0 ], [ 102000.0, 504659.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 326, "TNODE_": 316, "LPOLY_": 259, "RPOLY_": 258 }, "geometry": { "type": "LineString", "coordinates": [ [ 103123.0, 504000.0 ], [ 103116.0, 504168.0 ], [ 103048.0, 504268.0 ], [ 103000.0, 504319.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 327, "TNODE_": 315, "LPOLY_": 258, "RPOLY_": 257 }, "geometry": { "type": "LineString", "coordinates": [ [ 103194.0, 504000.0 ], [ 103183.0, 504131.0 ], [ 103122.0, 504287.0 ], [ 103000.0, 504448.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 328, "TNODE_": 313, "LPOLY_": 257, "RPOLY_": 249 }, "geometry": { "type": "LineString", "coordinates": [ [ 103324.0, 504000.0 ], [ 103304.0, 504015.0 ], [ 103277.0, 504139.0 ], [ 103234.0, 504268.0 ], [ 103156.0, 504372.0 ], [ 103034.0, 504527.0 ], [ 103000.0, 504591.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 304, "TNODE_": 329, "LPOLY_": 250, "RPOLY_": 249 }, "geometry": { "type": "LineString", "coordinates": [ [ 103720.0, 505000.0 ], [ 103677.0, 504970.0 ], [ 103568.0, 504855.0 ], [ 103506.0, 504651.0 ], [ 103464.0, 504394.0 ], [ 103406.0, 504276.0 ], [ 103393.0, 504119.0 ], [ 103372.0, 504022.0 ], [ 103336.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 329, "TNODE_": 336, "LPOLY_": 270, "RPOLY_": 271 }, "geometry": { "type": "LineString", "coordinates": [ [ 103336.0, 504000.0 ], [ 103329.0, 503996.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 336, "TNODE_": 328, "LPOLY_": 270, "RPOLY_": 271 }, "geometry": { "type": "LineString", "coordinates": [ [ 103329.0, 503996.0 ], [ 103324.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 338, "TNODE_": 324, "LPOLY_": 266, "RPOLY_": 267 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 503743.0 ], [ 102100.0, 503799.0 ], [ 102243.0, 503934.0 ], [ 102254.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 339, "TNODE_": 326, "LPOLY_": 268, "RPOLY_": 269 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 503562.0 ], [ 103054.0, 503629.0 ], [ 103125.0, 503971.0 ], [ 103123.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 340, "TNODE_": 321, "LPOLY_": 263, "RPOLY_": 264 }, "geometry": { "type": "LineString", "coordinates": [ [ 100073.0, 503308.0 ], [ 100255.0, 503560.0 ], [ 100467.0, 503706.0 ], [ 100634.0, 503784.0 ], [ 100909.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 342, "TNODE_": 339, "LPOLY_": 267, "RPOLY_": 278 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 503086.0 ], [ 102262.0, 503253.0 ], [ 102561.0, 503271.0 ], [ 102873.0, 503402.0 ], [ 103000.0, 503562.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 343, "TNODE_": 338, "LPOLY_": 265, "RPOLY_": 277 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 503084.0 ], [ 101092.0, 503153.0 ], [ 101314.0, 503295.0 ], [ 101476.0, 503422.0 ], [ 101679.0, 503598.0 ], [ 101923.0, 503700.0 ], [ 102000.0, 503743.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 345, "TNODE_": 341, "LPOLY_": 202, "RPOLY_": 279 }, "geometry": { "type": "LineString", "coordinates": [ [ 109000.0, 503047.0 ], [ 109403.0, 503140.0 ], [ 109846.0, 503209.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 349, "TNODE_": 343, "LPOLY_": 264, "RPOLY_": 281 }, "geometry": { "type": "LineString", "coordinates": [ [ 100804.0, 503000.0 ], [ 100917.0, 503022.0 ], [ 101000.0, 503084.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 348, "TNODE_": 349, "LPOLY_": 264, "RPOLY_": 285 }, "geometry": { "type": "LineString", "coordinates": [ [ 100757.0, 503000.0 ], [ 100804.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 351, "TNODE_": 342, "LPOLY_": 277, "RPOLY_": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ 101890.0, 503000.0 ], [ 101966.0, 503064.0 ], [ 102000.0, 503086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 354, "TNODE_": 327, "LPOLY_": 269, "RPOLY_": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ 103164.0, 503000.0 ], [ 103224.0, 503674.0 ], [ 103194.0, 504000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 360, "TNODE_": 345, "LPOLY_": 276, "RPOLY_": 282 }, "geometry": { "type": "LineString", "coordinates": [ [ 108870.0, 503000.0 ], [ 108953.0, 503036.0 ], [ 109000.0, 503047.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 362, "TNODE_": 349, "LPOLY_": 285, "RPOLY_": 286 }, "geometry": { "type": "LineString", "coordinates": [ [ 100769.0, 502993.0 ], [ 100804.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 365, "TNODE_": 351, "LPOLY_": 287, "RPOLY_": 288 }, "geometry": { "type": "LineString", "coordinates": [ [ 101609.0, 502742.0 ], [ 101743.0, 502875.0 ], [ 101890.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 368, "TNODE_": 354, "LPOLY_": 290, "RPOLY_": 291 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 502413.0 ], [ 103071.0, 502563.0 ], [ 103162.0, 502974.0 ], [ 103164.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 369, "TNODE_": 360, "LPOLY_": 296, "RPOLY_": 297 }, "geometry": { "type": "LineString", "coordinates": [ [ 108000.0, 502406.0 ], [ 108087.0, 502507.0 ], [ 108217.0, 502663.0 ], [ 108529.0, 502854.0 ], [ 108870.0, 503000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 374, "TNODE_": 369, "LPOLY_": 295, "RPOLY_": 306 }, "geometry": { "type": "LineString", "coordinates": [ [ 107881.0, 502268.0 ], [ 108000.0, 502406.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 371, "TNODE_": 375, "LPOLY_": 301, "RPOLY_": 292 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 502381.0 ], [ 104851.0, 502579.0 ], [ 104638.0, 502665.0 ], [ 104353.0, 502600.0 ], [ 104081.0, 502313.0 ], [ 104000.0, 502239.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 376, "TNODE_": 371, "LPOLY_": 307, "RPOLY_": 293 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 502034.0 ], [ 105036.0, 502076.0 ], [ 105049.0, 502316.0 ], [ 105000.0, 502381.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 382, "TNODE_": 368, "LPOLY_": 289, "RPOLY_": 305 }, "geometry": { "type": "LineString", "coordinates": [ [ 102708.0, 502000.0 ], [ 102736.0, 502019.0 ], [ 102936.0, 502278.0 ], [ 103000.0, 502413.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 375, "TNODE_": 384, "LPOLY_": 309, "RPOLY_": 291 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 502239.0 ], [ 103764.0, 502024.0 ], [ 103720.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 386, "TNODE_": 376, "LPOLY_": 301, "RPOLY_": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ 104971.0, 502000.0 ], [ 105000.0, 502034.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 388, "TNODE_": 364, "LPOLY_": 293, "RPOLY_": 300 }, "geometry": { "type": "LineString", "coordinates": [ [ 105573.0, 502000.0 ], [ 105721.0, 502192.0 ], [ 105830.0, 502503.0 ], [ 105922.0, 502679.0 ], [ 105964.0, 502779.0 ], [ 106000.0, 502804.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 364, "TNODE_": 390, "LPOLY_": 294, "RPOLY_": 299 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 502804.0 ], [ 106073.0, 502855.0 ], [ 106140.0, 502889.0 ], [ 106191.0, 502880.0 ], [ 106250.0, 502821.0 ], [ 106275.0, 502754.0 ], [ 106300.0, 502536.0 ], [ 106241.0, 502175.0 ], [ 106190.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 399, "TNODE_": 382, "LPOLY_": 315, "RPOLY_": 316 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501778.0 ], [ 102201.0, 501760.0 ], [ 102435.0, 501818.0 ], [ 102708.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 390, "TNODE_": 401, "LPOLY_": 324, "RPOLY_": 323 }, "geometry": { "type": "LineString", "coordinates": [ [ 106190.0, 502000.0 ], [ 106182.0, 501974.0 ], [ 106031.0, 501714.0 ], [ 106000.0, 501667.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 384, "TNODE_": 402, "LPOLY_": 318, "RPOLY_": 317 }, "geometry": { "type": "LineString", "coordinates": [ [ 103720.0, 502000.0 ], [ 103294.0, 501763.0 ], [ 103000.0, 501607.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 403, "TNODE_": 388, "LPOLY_": 321, "RPOLY_": 322 }, "geometry": { "type": "LineString", "coordinates": [ [ 105067.0, 501512.0 ], [ 105293.0, 501689.0 ], [ 105553.0, 501974.0 ], [ 105573.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 403, "TNODE_": 404, "LPOLY_": 322, "RPOLY_": 321 }, "geometry": { "type": "LineString", "coordinates": [ [ 105067.0, 501512.0 ], [ 105000.0, 501471.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 397, "TNODE_": 405, "LPOLY_": 331, "RPOLY_": 318 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501941.0 ], [ 103813.0, 501846.0 ], [ 103584.0, 501647.0 ], [ 103339.0, 501551.0 ], [ 103171.0, 501528.0 ], [ 103000.0, 501433.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 406, "TNODE_": 397, "LPOLY_": 329, "RPOLY_": 319 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501344.0 ], [ 104066.0, 501372.0 ], [ 104212.0, 501554.0 ], [ 104322.0, 501853.0 ], [ 104240.0, 501976.0 ], [ 104070.0, 501976.0 ], [ 104000.0, 501941.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 407, "TNODE_": 399, "LPOLY_": 328, "RPOLY_": 333 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501270.0 ], [ 101800.0, 501392.0 ], [ 101711.0, 501493.0 ], [ 101668.0, 501649.0 ], [ 101680.0, 501739.0 ], [ 101827.0, 501803.0 ], [ 102000.0, 501778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 402, "TNODE_": 407, "LPOLY_": 336, "RPOLY_": 316 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501607.0 ], [ 102901.0, 501554.0 ], [ 102546.0, 501401.0 ], [ 102183.0, 501261.0 ], [ 102000.0, 501270.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 409, "TNODE_": 386, "LPOLY_": 319, "RPOLY_": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501225.0 ], [ 104053.0, 501239.0 ], [ 104204.0, 501351.0 ], [ 104503.0, 501592.0 ], [ 104893.0, 501910.0 ], [ 104971.0, 502000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 410, "TNODE_": 396, "LPOLY_": 330, "RPOLY_": 328 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 501197.0 ], [ 101777.0, 501304.0 ], [ 101555.0, 501447.0 ], [ 101464.0, 501579.0 ], [ 101411.0, 501767.0 ], [ 101410.0, 501952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 411, "TNODE_": 406, "LPOLY_": 331, "RPOLY_": 339 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501187.0 ], [ 103129.0, 501202.0 ], [ 103370.0, 501243.0 ], [ 103566.0, 501263.0 ], [ 103716.0, 501260.0 ], [ 103904.0, 501303.0 ], [ 104000.0, 501344.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 405, "TNODE_": 410, "LPOLY_": 338, "RPOLY_": 336 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501433.0 ], [ 102924.0, 501390.0 ], [ 102680.0, 501301.0 ], [ 102433.0, 501183.0 ], [ 102200.0, 501174.0 ], [ 102010.0, 501193.0 ], [ 102000.0, 501197.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 412, "TNODE_": 409, "LPOLY_": 339, "RPOLY_": 341 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 501123.0 ], [ 103213.0, 501154.0 ], [ 103471.0, 501181.0 ], [ 103829.0, 501180.0 ], [ 104000.0, 501225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 401, "TNODE_": 413, "LPOLY_": 335, "RPOLY_": 322 }, "geometry": { "type": "LineString", "coordinates": [ [ 106000.0, 501667.0 ], [ 105914.0, 501538.0 ], [ 105738.0, 501378.0 ], [ 105470.0, 501194.0 ], [ 105130.0, 501017.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 404, "TNODE_": 414, "LPOLY_": 337, "RPOLY_": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 501471.0 ], [ 104958.0, 501445.0 ], [ 104591.0, 501273.0 ], [ 104235.0, 501062.0 ], [ 104000.0, 501001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 420, "TNODE_": 411, "LPOLY_": 338, "RPOLY_": 342 }, "geometry": { "type": "LineString", "coordinates": [ [ 102483.0, 501000.0 ], [ 102519.0, 501019.0 ], [ 102695.0, 501072.0 ], [ 102825.0, 501126.0 ], [ 102981.0, 501185.0 ], [ 103000.0, 501187.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 421, "TNODE_": 412, "LPOLY_": 342, "RPOLY_": 343 }, "geometry": { "type": "LineString", "coordinates": [ [ 102623.0, 501000.0 ], [ 102849.0, 501075.0 ], [ 103000.0, 501123.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 423, "TNODE_": 422, "LPOLY_": 344, "RPOLY_": 343 }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 501000.0 ], [ 102919.0, 501002.0 ], [ 102914.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 414, "TNODE_": 425, "LPOLY_": 345, "RPOLY_": 341 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501001.0 ], [ 103997.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 426, "TNODE_": 414, "LPOLY_": 345, "RPOLY_": 337 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 501000.0 ], [ 104000.0, 501001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 425, "TNODE_": 426, "LPOLY_": 345, "RPOLY_": 356 }, "geometry": { "type": "LineString", "coordinates": [ [ 103997.0, 501000.0 ], [ 104000.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 428, "TNODE_": 413, "LPOLY_": 322, "RPOLY_": 335 }, "geometry": { "type": "LineString", "coordinates": [ [ 105102.0, 501000.0 ], [ 105130.0, 501017.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 0, "FNODE_": 434, "TNODE_": 424, "LPOLY_": 354, "RPOLY_": 355 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 500999.0 ], [ 103000.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 434, "TNODE_": 423, "LPOLY_": 353, "RPOLY_": 354 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 500999.0 ], [ 102977.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 425, "TNODE_": 434, "LPOLY_": 356, "RPOLY_": 355 }, "geometry": { "type": "LineString", "coordinates": [ [ 103997.0, 501000.0 ], [ 103861.0, 500964.0 ], [ 103589.0, 500957.0 ], [ 103270.0, 500991.0 ], [ 103000.0, 500999.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 435, "TNODE_": 428, "LPOLY_": 358, "RPOLY_": 359 }, "geometry": { "type": "LineString", "coordinates": [ [ 105000.0, 500939.0 ], [ 105102.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 437, "TNODE_": 436, "LPOLY_": 356, "RPOLY_": 365 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 500860.0 ], [ 103076.0, 500871.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 422, "TNODE_": 440, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102914.0, 501000.0 ], [ 102714.0, 500936.0 ], [ 102599.0, 500849.0 ], [ 102447.0, 500686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 441, "TNODE_": 437, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102593.0, 500665.0 ], [ 102700.0, 500737.0 ], [ 102873.0, 500842.0 ], [ 103000.0, 500860.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 436, "TNODE_": 442, "LPOLY_": 356, "RPOLY_": 365 }, "geometry": { "type": "LineString", "coordinates": [ [ 103076.0, 500871.0 ], [ 103262.0, 500811.0 ], [ 103548.0, 500669.0 ], [ 104000.0, 500613.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 442, "TNODE_": 435, "LPOLY_": 357, "RPOLY_": 364 }, "geometry": { "type": "LineString", "coordinates": [ [ 104000.0, 500613.0 ], [ 104016.0, 500611.0 ], [ 104530.0, 500706.0 ], [ 104842.0, 500845.0 ], [ 105000.0, 500939.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 440, "TNODE_": 443, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102447.0, 500686.0 ], [ 102443.0, 500679.0 ], [ 102438.0, 500659.0 ], [ 102438.0, 500648.0 ], [ 102443.0, 500632.0 ], [ 102455.0, 500618.0 ], [ 102472.0, 500610.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 443, "TNODE_": 441, "LPOLY_": 353, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102472.0, 500610.0 ], [ 102508.0, 500607.0 ], [ 102540.0, 500616.0 ], [ 102593.0, 500665.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 453, "TNODE_": 420, "LPOLY_": 350, "RPOLY_": 351 }, "geometry": { "type": "LineString", "coordinates": [ [ 102719.0, 500000.0 ], [ 102718.0, 500069.0 ], [ 102647.0, 500290.0 ], [ 102549.0, 500420.0 ], [ 102451.0, 500537.0 ], [ 102426.0, 500629.0 ], [ 102425.0, 500719.0 ], [ 102428.0, 500755.0 ], [ 102383.0, 500758.0 ], [ 102335.0, 500703.0 ], [ 102258.0, 500662.0 ], [ 102213.0, 500667.0 ], [ 102202.0, 500703.0 ], [ 102273.0, 500806.0 ], [ 102308.0, 500881.0 ], [ 102394.0, 500954.0 ], [ 102483.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 454, "TNODE_": 421, "LPOLY_": 351, "RPOLY_": 352 }, "geometry": { "type": "LineString", "coordinates": [ [ 102825.0, 500000.0 ], [ 102830.0, 500064.0 ], [ 102795.0, 500220.0 ], [ 102753.0, 500355.0 ], [ 102734.0, 500469.0 ], [ 102763.0, 500554.0 ], [ 102779.0, 500624.0 ], [ 102739.0, 500659.0 ], [ 102689.0, 500640.0 ], [ 102635.0, 500542.0 ], [ 102555.0, 500505.0 ], [ 102488.0, 500534.0 ], [ 102432.0, 500643.0 ], [ 102439.0, 500733.0 ], [ 102432.0, 500791.0 ], [ 102379.0, 500806.0 ], [ 102276.0, 500706.0 ], [ 102236.0, 500699.0 ], [ 102268.0, 500744.0 ], [ 102315.0, 500822.0 ], [ 102386.0, 500896.0 ], [ 102466.0, 500941.0 ], [ 102623.0, 501000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 463, "TNODE_": 453, "LPOLY_": 375, "RPOLY_": 376 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 499713.0 ], [ 102154.0, 499718.0 ], [ 102367.0, 499669.0 ], [ 102536.0, 499687.0 ], [ 102721.0, 499835.0 ], [ 102719.0, 500000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 465, "TNODE_": 454, "LPOLY_": 376, "RPOLY_": 377 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 499479.0 ], [ 102075.0, 499602.0 ], [ 102216.0, 499616.0 ], [ 102399.0, 499582.0 ], [ 102553.0, 499588.0 ], [ 102686.0, 499645.0 ], [ 102815.0, 499876.0 ], [ 102825.0, 500000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 472, "TNODE_": 463, "LPOLY_": 374, "RPOLY_": 385 }, "geometry": { "type": "LineString", "coordinates": [ [ 101746.0, 499000.0 ], [ 101798.0, 499119.0 ], [ 101803.0, 499351.0 ], [ 101868.0, 499532.0 ], [ 101983.0, 499713.0 ], [ 102000.0, 499713.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 473, "TNODE_": 465, "LPOLY_": 385, "RPOLY_": 387 }, "geometry": { "type": "LineString", "coordinates": [ [ 101871.0, 499000.0 ], [ 101920.0, 499104.0 ], [ 101961.0, 499339.0 ], [ 101989.0, 499461.0 ], [ 102000.0, 499479.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 487, "TNODE_": 472, "LPOLY_": 393, "RPOLY_": 394 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 498458.0 ], [ 101014.0, 498469.0 ], [ 101298.0, 498620.0 ], [ 101545.0, 498804.0 ], [ 101733.0, 498972.0 ], [ 101746.0, 499000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 489, "TNODE_": 487, "LPOLY_": 392, "RPOLY_": 409 }, "geometry": { "type": "LineString", "coordinates": [ [ 100859.0, 498350.0 ], [ 101000.0, 498458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 488, "TNODE_": 490, "LPOLY_": 410, "RPOLY_": 395 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 498402.0 ], [ 101969.0, 498369.0 ], [ 101923.0, 498283.0 ], [ 101915.0, 498213.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 490, "TNODE_": 491, "LPOLY_": 410, "RPOLY_": 395 }, "geometry": { "type": "LineString", "coordinates": [ [ 101915.0, 498213.0 ], [ 102000.0, 498112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 491, "TNODE_": 488, "LPOLY_": 404, "RPOLY_": 396 }, "geometry": { "type": "LineString", "coordinates": [ [ 102000.0, 498112.0 ], [ 102089.0, 498086.0 ], [ 102229.0, 498080.0 ], [ 102314.0, 498109.0 ], [ 102385.0, 498153.0 ], [ 102448.0, 498261.0 ], [ 102489.0, 498430.0 ], [ 102459.0, 498621.0 ], [ 102442.0, 498788.0 ], [ 102423.0, 498923.0 ], [ 102387.0, 498989.0 ], [ 102319.0, 498982.0 ], [ 102242.0, 498884.0 ], [ 102174.0, 498734.0 ], [ 102101.0, 498550.0 ], [ 102027.0, 498431.0 ], [ 102000.0, 498402.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 496, "TNODE_": 473, "LPOLY_": 394, "RPOLY_": 395 }, "geometry": { "type": "LineString", "coordinates": [ [ 101167.0, 498000.0 ], [ 101205.0, 498093.0 ], [ 101382.0, 498363.0 ], [ 101525.0, 498565.0 ], [ 101765.0, 498777.0 ], [ 101871.0, 499000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 499, "TNODE_": 483, "LPOLY_": 397, "RPOLY_": 405 }, "geometry": { "type": "LineString", "coordinates": [ [ 103380.0, 498000.0 ], [ 103399.0, 498074.0 ], [ 103495.0, 498260.0 ], [ 103691.0, 498504.0 ], [ 103832.0, 498694.0 ], [ 103911.0, 498779.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 501, "TNODE_": 485, "LPOLY_": 406, "RPOLY_": 407 }, "geometry": { "type": "LineString", "coordinates": [ [ 104624.0, 498000.0 ], [ 104632.0, 498452.0 ], [ 104719.0, 498586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 508, "TNODE_": 499, "LPOLY_": 417, "RPOLY_": 418 }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 497487.0 ], [ 103089.0, 497544.0 ], [ 103240.0, 497683.0 ], [ 103334.0, 497828.0 ], [ 103380.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 509, "TNODE_": 496, "LPOLY_": 414, "RPOLY_": 415 }, "geometry": { "type": "LineString", "coordinates": [ [ 101000.0, 497309.0 ], [ 101034.0, 497490.0 ], [ 101113.0, 497867.0 ], [ 101167.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 512, "TNODE_": 509, "LPOLY_": 413, "RPOLY_": 427 }, "geometry": { "type": "LineString", "coordinates": [ [ 100861.0, 497000.0 ], [ 100996.0, 497290.0 ], [ 101000.0, 497309.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 515, "TNODE_": 508, "LPOLY_": 416, "RPOLY_": 426 }, "geometry": { "type": "LineString", "coordinates": [ [ 102425.0, 497000.0 ], [ 102509.0, 497081.0 ], [ 102703.0, 497292.0 ], [ 102892.0, 497418.0 ], [ 103000.0, 497487.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 518, "TNODE_": 501, "LPOLY_": 419, "RPOLY_": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ 104871.0, 497000.0 ], [ 104768.0, 497295.0 ], [ 104670.0, 497552.0 ], [ 104622.0, 497876.0 ], [ 104624.0, 498000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 524, "TNODE_": 520, "LPOLY_": 431, "RPOLY_": 304 }, "geometry": { "type": "LineString", "coordinates": [ [ 105850.0, 496590.0 ], [ 105823.0, 497000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 525, "TNODE_": 518, "LPOLY_": 430, "RPOLY_": 431 }, "geometry": { "type": "LineString", "coordinates": [ [ 105017.0, 496579.0 ], [ 104871.0, 497000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 526, "TNODE_": 515, "LPOLY_": 429, "RPOLY_": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ 102059.0, 496537.0 ], [ 102152.0, 496738.0 ], [ 102425.0, 497000.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 528, "TNODE_": 512, "LPOLY_": 428, "RPOLY_": 429 }, "geometry": { "type": "LineString", "coordinates": [ [ 100635.0, 496517.0 ], [ 100861.0, 497000.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_interpolation_points.geojson new file mode 100644 index 0000000..7f4b1a6 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_interpolation_points.geojson @@ -0,0 +1,1305 @@ +{ +"type": "FeatureCollection", +"name": "DS32_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108388.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108541.0, 515075.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109023.0, 515311.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 109882.0, 515696.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 514809.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108388.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 514204.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107302.0, 514393.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107943.0, 514781.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 514809.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106729.0, 514035.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 514204.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 513582.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 513687.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 513877.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 513191.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 513424.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 513582.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 505302.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 505653.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101424.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 512815.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 512981.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 512056.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 512215.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104583.0, 512534.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104908.0, 512735.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 512815.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 512056.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 504659.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 504672.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 504987.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 511025.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 511357.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 511520.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 511864.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510749.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 510761.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104844.0, 510835.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 510803.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 510747.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510749.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102263.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102252.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 504352.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 504659.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 510502.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 510549.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105023.0, 510760.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 510051.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104958.0, 510365.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 510502.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 503743.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503799.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 503934.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 509441.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104938.0, 509698.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 503084.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101092.0, 503153.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101314.0, 503295.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101476.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 503598.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 503700.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 503743.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509352.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 509384.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 509346.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 509265.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509165.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100804.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100917.0, 503022.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 503084.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100757.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100804.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 509150.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 509348.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509352.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509165.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104086.0, 509120.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 509330.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 509441.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100769.0, 502993.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 100804.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508438.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 508486.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102316.0, 508080.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 508433.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 508692.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102439.0, 508913.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104401.0, 508632.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 508478.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104718.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104802.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106951.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106936.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 508134.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 508313.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508438.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 507571.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.0, 507584.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106602.0, 507634.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 507736.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106966.0, 507933.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106951.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104802.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104813.0, 507970.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104879.0, 507754.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104943.0, 507470.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 507278.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 507278.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105012.0, 507260.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 507254.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 507381.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105939.0, 507567.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 507571.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102016.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102310.0, 507270.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 507427.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102406.0, 507755.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101611.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 507119.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101424.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101413.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101416.0, 506380.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101488.0, 506791.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101607.0, 506998.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101611.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 505891.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 505852.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 505801.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 505778.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 505776.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 505795.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 513536.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109304.0, 513592.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109876.0, 513657.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 513352.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 513536.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 513006.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107679.0, 513293.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 513352.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101904.0, 505759.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 505927.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101804.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106986.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 513006.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 513006.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106986.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102511.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 505379.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 505559.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 512515.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106312.0, 512715.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106986.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 512053.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.0, 512331.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 512515.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 511048.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105521.0, 511411.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 511625.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 504437.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 504651.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 510748.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103116.0, 504168.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 504268.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 510044.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 510324.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 510563.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 503562.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 503629.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 503971.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 503086.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 503253.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 503271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 503402.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 503562.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101966.0, 503064.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 503086.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105929.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 509031.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 509227.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105394.0, 509355.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 509557.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105176.0, 509730.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508977.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105929.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 508751.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 508875.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 508881.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 508869.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 508829.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 508759.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 508846.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508977.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101609.0, 502742.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 508338.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107634.0, 508417.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107069.0, 508600.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102610.0, 508053.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102618.0, 508273.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 508441.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 508581.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 508642.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 508759.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104064.0, 508716.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 508610.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 508532.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 508429.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104489.0, 508367.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 508272.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104583.0, 508161.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108812.0, 508041.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108635.0, 508150.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108105.0, 508315.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 508338.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 507876.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108944.0, 507945.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 507507.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109021.0, 507511.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109089.0, 507767.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 507876.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108145.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108366.0, 507482.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108587.0, 507479.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108841.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 507507.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 507143.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107215.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107602.0, 507258.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107877.0, 507366.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102744.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102799.0, 507035.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 507161.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 507635.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 507822.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 507895.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 507730.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 507559.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104366.0, 507354.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 507052.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104054.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106305.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106570.0, 507068.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 507131.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 507143.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506965.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106302.0, 506999.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106305.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104054.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 506931.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 506760.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 506838.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 506897.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 506932.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102744.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 506931.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 506849.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 506739.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 506663.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105229.0, 506766.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 506863.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105824.0, 506945.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506965.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 506378.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104571.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104733.0, 506524.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104967.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 506663.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 506156.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104261.0, 506282.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 506344.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 506378.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101804.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 506233.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 506432.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 506604.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 506747.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 506760.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 506630.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 506479.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506428.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 506349.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 506298.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 506240.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 506181.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 506135.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 506080.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103506.0, 506030.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103988.0, 506059.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 505933.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 505891.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 505862.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103796.0, 510356.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 510488.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 510610.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 510821.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103294.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103466.0, 512155.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 512294.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 512449.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 512622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 512685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103294.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 511066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 511186.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103295.0, 511464.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 511625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 511884.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105813.0, 510281.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 510434.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 510449.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105525.0, 510039.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105813.0, 510281.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 509537.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 509555.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105656.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 509705.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 509840.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 509421.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106755.0, 509459.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106279.0, 509496.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 509537.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 509246.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107617.0, 509325.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 509421.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108969.0, 509069.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 509246.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 511633.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109871.0, 511741.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 511461.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108449.0, 511552.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108919.0, 511623.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 511633.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 511236.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107307.0, 511352.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107754.0, 511411.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 511461.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109861.0, 508373.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109433.0, 508816.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106653.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106778.0, 511152.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 511236.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 510449.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106201.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 510751.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106613.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106653.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101126.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101430.0, 507138.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 507321.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101994.0, 507521.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 507530.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102176.0, 508116.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102092.0, 508444.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102068.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 508986.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102120.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 507530.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 507775.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102120.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102285.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 509449.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101075.0, 506977.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101126.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 505768.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505830.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 505775.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 505860.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 505996.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103341.0, 505975.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 505922.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 505885.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 505867.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103214.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 505780.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 505764.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 505768.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 505054.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 505379.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 505890.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504448.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102855.0, 504709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 504131.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 504287.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103003.0, 504443.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504448.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 503674.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 503865.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 502413.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103071.0, 502563.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 508468.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 508541.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 508657.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 508705.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 508615.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 508602.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 502381.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 502579.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 502665.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 502600.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 502313.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 502239.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102708.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 502019.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 502278.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 502413.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 502034.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 502076.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105049.0, 502316.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 502381.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 502239.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 502024.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104971.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 502034.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501778.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102002.0, 501777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102435.0, 501818.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102708.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 508190.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508430.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 508468.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103294.0, 501763.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501607.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 508602.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 508561.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 508454.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 508273.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 508024.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501270.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 501392.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 501493.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 501649.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 501739.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101827.0, 501803.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501778.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501607.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102901.0, 501554.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 501401.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102183.0, 501261.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 501270.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501270.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104204.0, 501351.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104503.0, 501592.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104893.0, 501910.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104971.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501123.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 501154.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 501181.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 501181.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 501039.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 501122.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501123.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 507486.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102967.0, 507616.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 507884.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 507742.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 507512.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104161.0, 507271.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 507260.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 507486.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103933.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 500064.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 500355.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 500469.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 500554.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 500624.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 500659.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102635.0, 500542.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 500534.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102432.0, 500643.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102439.0, 500733.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102432.0, 500791.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 500806.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102328.0, 500757.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102236.0, 500699.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 500744.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102315.0, 500822.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 500896.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 500941.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102618.0, 500998.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 506985.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499479.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 499602.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 499582.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 499588.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102686.0, 499645.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 499876.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101871.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101920.0, 499104.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 499339.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101989.0, 499461.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499479.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 506892.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107238.0, 506920.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107614.0, 506953.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107872.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 506952.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506826.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106047.0, 506836.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106414.0, 506866.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 506871.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 506892.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103933.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 506885.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103787.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101167.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101205.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 498363.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101525.0, 498565.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101765.0, 498777.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101871.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 506952.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108026.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108342.0, 506832.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 506610.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 506561.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105012.0, 506538.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 506709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506826.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 506507.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 506557.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102221.0, 506723.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102449.0, 506754.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102901.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 506985.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 506561.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109340.0, 506479.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109855.0, 506412.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101034.0, 497490.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101113.0, 497867.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101167.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103787.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 506627.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 506542.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 506384.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 506238.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 506185.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 506158.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104504.0, 506295.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100861.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100996.0, 497290.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100635.0, 496517.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100861.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 506182.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 506360.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 506507.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 506185.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 506150.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 506127.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 506113.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 506094.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103271.0, 506094.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 506096.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 506102.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103394.0, 506113.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 506117.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 506102.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 506076.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 506055.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 506158.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 505957.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 505890.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101964.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 508078.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104982.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106313.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106321.0, 508009.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 508113.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106093.0, 508187.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508212.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104982.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104987.0, 507978.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 507924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106013.0, 507841.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106232.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106313.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 507924.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 507812.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 507734.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 507615.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105131.0, 507523.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105211.0, 507560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 507636.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 507723.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 507777.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 507801.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105863.0, 507824.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508212.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105878.0, 508244.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 508322.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105494.0, 508416.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 508526.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 508700.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 507141.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 507186.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 507276.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 507412.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 507537.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 507679.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 507787.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 507882.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103354.0, 507966.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 507641.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507525.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 507447.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103651.0, 507198.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 507141.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103581.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 507141.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 508028.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 508043.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104171.0, 505824.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 505939.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104716.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505734.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 505775.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 505702.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 505677.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103558.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 505690.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505734.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 505920.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104782.0, 505860.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104611.0, 505796.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 505647.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 505538.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 505413.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104143.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 505194.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505176.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 505158.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102637.0, 505348.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 505515.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 505968.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505176.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 505131.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103800.0, 505057.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504591.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102943.0, 504699.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 504881.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 507088.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 507407.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103201.0, 507724.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 507863.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 507964.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103236.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 507985.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 507872.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 507782.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 507538.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 507386.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 507278.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 504015.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 504139.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 504268.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 504372.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 504527.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504591.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 504970.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 504855.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103506.0, 504651.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103464.0, 504394.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 504119.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 504022.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 506686.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 506719.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 506780.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102077.0, 506081.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 506413.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102637.0, 506604.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 506647.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 506686.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 506967.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103575.0, 506704.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 506581.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 506449.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103075.0, 506340.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103060.0, 506254.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 506079.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 506009.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104716.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104757.0, 506008.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104909.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104938.0, 506001.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103236.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 508158.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103501.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 508180.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 508206.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 508187.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 508155.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 508067.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 505970.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505611.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 505648.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 505591.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 505464.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 505380.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505353.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 505053.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103081.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 505441.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 505512.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 505553.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 505508.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103554.0, 505533.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 505556.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 505552.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 505591.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505611.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 505042.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 505053.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505353.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 505325.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103866.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 505297.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 505293.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103501.0, 505280.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103419.0, 505227.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103365.0, 505165.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 505065.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 504851.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 504970.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103343.0, 504947.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 504812.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103405.0, 504723.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 504624.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 504527.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 504475.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 504475.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 504477.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 504494.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 504528.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 504604.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 504730.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100073.0, 503308.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100255.0, 503560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100467.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100634.0, 503784.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100906.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100909.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 505056.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100900.0, 505249.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100804.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100725.0, 505768.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 504073.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101154.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101113.0, 504678.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101072.0, 504916.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101029.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101029.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 505056.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100909.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 504073.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502406.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108087.0, 502507.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108217.0, 502663.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108529.0, 502854.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108870.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 107881.0, 502268.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502406.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 503047.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109403.0, 503140.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109846.0, 503209.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108870.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 108953.0, 503036.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 503047.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 501667.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105914.0, 501538.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 501378.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 501194.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 501017.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 501471.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104958.0, 501445.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104591.0, 501273.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 501062.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 501002.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105102.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 501017.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 500999.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 500999.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 500964.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 500957.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 500991.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 500999.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500939.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105102.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 500860.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 500871.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102714.0, 500936.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 500849.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 500773.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 500686.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 500665.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 500737.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 500860.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 500871.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 500811.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 500669.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500613.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500613.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104016.0, 500611.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 500664.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 500845.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500939.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 500686.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500659.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 500644.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 500632.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 500618.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 500607.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 500616.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 500665.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 502503.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105922.0, 502679.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 502779.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 502804.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 502804.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 502855.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106140.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106191.0, 502880.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 502754.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 502536.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 502175.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 501974.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106031.0, 501714.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 501667.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 501512.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105293.0, 501689.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 501974.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 501512.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 501471.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501344.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 501372.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 501554.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 501853.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 501976.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 501976.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501941.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101746.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 499119.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101803.0, 499351.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101868.0, 499532.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 499713.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499713.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 498458.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101014.0, 498469.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101298.0, 498620.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101733.0, 498972.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101746.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 100859.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 498458.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501197.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101777.0, 501304.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101555.0, 501447.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101464.0, 501579.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 501767.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101410.0, 501952.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501187.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 501202.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 501243.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103566.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 501260.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103904.0, 501303.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501344.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102924.0, 501390.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 501301.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 501174.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 501193.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501197.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102519.0, 501019.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102981.0, 501185.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501187.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 500069.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 500290.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102549.0, 500420.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 500537.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 500629.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 500719.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 500755.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102335.0, 500703.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 500662.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102213.0, 500667.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102202.0, 500703.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 500755.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 500806.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 500881.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 500954.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499713.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 499718.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 499669.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102536.0, 499687.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501941.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501846.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 501647.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 501551.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 501528.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498402.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101969.0, 498369.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 498283.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 498213.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 498213.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102229.0, 498080.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102314.0, 498109.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 498153.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 498261.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 498430.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 498621.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 498788.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102423.0, 498923.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102387.0, 498989.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 498982.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 498884.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102174.0, 498734.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 498431.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498402.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102059.0, 496537.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 496738.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102323.0, 496902.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 498074.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 498260.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 498504.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 498694.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103911.0, 498779.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 497487.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 497544.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 497683.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 497828.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 497081.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 497292.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102892.0, 497418.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 497487.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 496579.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104871.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 498191.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 498452.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 498586.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104871.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104768.0, 497295.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 497552.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 497876.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.65 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.16 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5900002 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.82 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.33 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.28 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.5 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.97 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.37 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6700001 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.97 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4699998 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.4699998 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 7.9699998 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.2 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.25 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 16.25 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.8 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.2 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.47 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.4699998 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.77 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.5 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 15.5 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": 8.5 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 19.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.5 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.97 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": 10.0 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.9699998 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.4 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 11.4 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.47 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask.geojson new file mode 100644 index 0000000..df24873 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask.geojson @@ -0,0 +1,90 @@ +{ +"type": "FeatureCollection", +"name": "DS32_mask", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "DS32_": 1, "DS32_ID": 2, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104610.0, 516420.0 ], [ 104666.0, 515981.0 ], [ 104710.0, 515780.0 ], [ 104767.0, 515568.0 ], [ 104828.0, 515375.0 ], [ 104938.0, 515179.0 ], [ 105088.0, 515000.0 ], [ 99000.0, 515000.0 ], [ 99000.0, 497000.0 ], [ 100658.0, 497000.0 ], [ 100635.0, 496517.0 ], [ 100675.0, 496603.0 ], [ 100869.0, 496259.0 ], [ 101466.0, 496184.0 ], [ 101480.0, 496189.0 ], [ 101727.0, 496060.0 ], [ 102535.0, 495973.0 ], [ 103579.0, 496010.0 ], [ 104337.0, 496023.0 ], [ 104529.0, 496184.0 ], [ 104685.0, 496184.0 ], [ 105145.0, 496309.0 ], [ 105630.0, 496445.0 ], [ 105792.0, 496607.0 ], [ 105848.0, 496626.0 ], [ 105823.0, 497000.0 ], [ 109000.0, 497000.0 ], [ 109000.0, 502449.0 ], [ 109843.0, 502397.0 ], [ 109844.0, 502502.0 ], [ 110034.0, 502464.0 ], [ 109962.0, 502175.0 ], [ 111984.0, 501598.0 ], [ 112489.0, 494449.0 ], [ 112778.0, 486001.0 ], [ 107290.0, 478202.0 ], [ 101008.0, 477119.0 ], [ 90538.0, 481957.0 ], [ 93932.0, 490189.0 ], [ 95737.0, 497843.0 ], [ 97034.0, 502621.0 ], [ 98349.0, 516323.0 ], [ 104610.0, 516420.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 2, "DS32_ID": 4, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 515000.0 ], [ 102000.0, 515000.0 ], [ 102000.0, 509365.0 ], [ 101680.0, 509068.0 ], [ 101371.0, 508000.0 ], [ 99000.0, 508000.0 ], [ 99000.0, 515000.0 ], [ 101000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 11, "DS32_ID": 206, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 506000.0 ], [ 100000.0, 505000.0 ], [ 99000.0, 505000.0 ], [ 99000.0, 506000.0 ], [ 100000.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 16, "DS32_ID": 236, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 505000.0 ], [ 100000.0, 504000.0 ], [ 99000.0, 504000.0 ], [ 99000.0, 505000.0 ], [ 100000.0, 505000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 19, "DS32_ID": 410, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 498000.0 ], [ 100000.0, 497000.0 ], [ 99000.0, 497000.0 ], [ 99000.0, 498000.0 ], [ 100000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 20, "DS32_ID": 402, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 499000.0 ], [ 109000.0, 498000.0 ], [ 108000.0, 498000.0 ], [ 108000.0, 499000.0 ], [ 109000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 21, "DS32_ID": 401, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 499000.0 ], [ 108000.0, 498000.0 ], [ 107000.0, 498000.0 ], [ 107000.0, 499000.0 ], [ 108000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 22, "DS32_ID": 400, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 499000.0 ], [ 107000.0, 498000.0 ], [ 106000.0, 498000.0 ], [ 106000.0, 499000.0 ], [ 107000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 23, "DS32_ID": 32, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 513000.0 ], [ 103000.0, 512000.0 ], [ 102000.0, 512000.0 ], [ 102000.0, 513000.0 ], [ 103000.0, 513000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 27, "DS32_ID": 389, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 499000.0 ], [ 100000.0, 498000.0 ], [ 99000.0, 498000.0 ], [ 99000.0, 499000.0 ], [ 100000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 28, "DS32_ID": 260, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 504000.0 ], [ 100000.0, 503000.0 ], [ 99000.0, 503000.0 ], [ 99000.0, 504000.0 ], [ 100000.0, 504000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 29, "DS32_ID": 383, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 500000.0 ], [ 109000.0, 499000.0 ], [ 108000.0, 499000.0 ], [ 108000.0, 500000.0 ], [ 109000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 33, "DS32_ID": 382, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 500000.0 ], [ 108000.0, 499000.0 ], [ 107000.0, 499000.0 ], [ 107000.0, 500000.0 ], [ 108000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 34, "DS32_ID": 381, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 500000.0 ], [ 107000.0, 499000.0 ], [ 106000.0, 499000.0 ], [ 106000.0, 500000.0 ], [ 107000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 35, "DS32_ID": 380, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106000.0, 500000.0 ], [ 106000.0, 499000.0 ], [ 105000.0, 499000.0 ], [ 105000.0, 500000.0 ], [ 106000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 36, "DS32_ID": 379, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 500000.0 ], [ 105000.0, 499000.0 ], [ 104000.0, 499000.0 ], [ 104000.0, 500000.0 ], [ 105000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 40, "DS32_ID": 370, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 500000.0 ], [ 100000.0, 499000.0 ], [ 99000.0, 499000.0 ], [ 99000.0, 500000.0 ], [ 100000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 41, "DS32_ID": 282, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 503000.0 ], [ 100000.0, 502000.0 ], [ 99000.0, 502000.0 ], [ 99000.0, 503000.0 ], [ 100000.0, 503000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 43, "DS32_ID": 362, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 501000.0 ], [ 109000.0, 500000.0 ], [ 108000.0, 500000.0 ], [ 108000.0, 501000.0 ], [ 109000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 44, "DS32_ID": 361, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 501000.0 ], [ 108000.0, 500000.0 ], [ 107000.0, 500000.0 ], [ 107000.0, 501000.0 ], [ 108000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 47, "DS32_ID": 310, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 502000.0 ], [ 100000.0, 501000.0 ], [ 99000.0, 501000.0 ], [ 99000.0, 502000.0 ], [ 100000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 48, "DS32_ID": 326, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 502000.0 ], [ 109000.0, 501000.0 ], [ 108000.0, 501000.0 ], [ 108000.0, 502000.0 ], [ 109000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 49, "DS32_ID": 346, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 501000.0 ], [ 101000.0, 500000.0 ], [ 100000.0, 500000.0 ], [ 100000.0, 501000.0 ], [ 101000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 50, "DS32_ID": 345, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 501000.0 ], [ 100000.0, 500000.0 ], [ 99000.0, 500000.0 ], [ 99000.0, 501000.0 ], [ 100000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 51, "DS32_ID": 16, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 514000.0 ], [ 103000.0, 513000.0 ], [ 102000.0, 513000.0 ], [ 102000.0, 514000.0 ], [ 103000.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 52, "DS32_ID": 422, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 498000.0 ], [ 107000.0, 497000.0 ], [ 106000.0, 497000.0 ], [ 106000.0, 498000.0 ], [ 107000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 53, "DS32_ID": 423, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 498000.0 ], [ 108000.0, 497000.0 ], [ 107000.0, 497000.0 ], [ 107000.0, 498000.0 ], [ 108000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 54, "DS32_ID": 424, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 498000.0 ], [ 109000.0, 497000.0 ], [ 108000.0, 497000.0 ], [ 108000.0, 498000.0 ], [ 109000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 55, "DS32_ID": 170, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 507000.0 ], [ 100000.0, 506000.0 ], [ 99000.0, 506000.0 ], [ 99000.0, 507000.0 ], [ 100000.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 56, "DS32_ID": 136, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 508000.0 ], [ 101000.0, 507000.0 ], [ 100000.0, 507000.0 ], [ 100000.0, 508000.0 ], [ 101000.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 57, "DS32_ID": 7, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 515000.0 ], [ 105000.0, 514000.0 ], [ 104000.0, 514000.0 ], [ 104000.0, 515000.0 ], [ 105000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 58, "DS32_ID": 6, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 515000.0 ], [ 104000.0, 514000.0 ], [ 103000.0, 514000.0 ], [ 103000.0, 515000.0 ], [ 104000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 59, "DS32_ID": 5, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 515000.0 ], [ 103000.0, 514000.0 ], [ 102000.0, 514000.0 ], [ 102000.0, 515000.0 ], [ 103000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 60, "DS32_ID": 135, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 508000.0 ], [ 100000.0, 507000.0 ], [ 99000.0, 507000.0 ], [ 99000.0, 508000.0 ], [ 100000.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 61, "DS32_ID": 17, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 514000.0 ], [ 104000.0, 513013.0 ], [ 103989.0, 513000.0 ], [ 103000.0, 513000.0 ], [ 103000.0, 514000.0 ], [ 104000.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 63, "DS32_ID": 283, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100757.0, 503000.0 ], [ 100828.0, 502959.0 ], [ 101000.0, 502927.0 ], [ 101000.0, 502000.0 ], [ 100000.0, 502000.0 ], [ 100000.0, 503000.0 ], [ 100757.0, 503000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 64, "DS32_ID": 347, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101982.0, 501000.0 ], [ 101996.0, 500970.0 ], [ 101994.0, 500802.0 ], [ 102000.0, 500774.0 ], [ 102000.0, 500164.0 ], [ 101907.0, 500112.0 ], [ 101769.0, 500045.0 ], [ 101754.0, 500000.0 ], [ 101000.0, 500000.0 ], [ 101000.0, 501000.0 ], [ 101982.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 65, "DS32_ID": 371, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 500000.0 ], [ 101000.0, 499378.0 ], [ 100938.0, 499302.0 ], [ 100907.0, 499142.0 ], [ 100910.0, 499000.0 ], [ 100000.0, 499000.0 ], [ 100000.0, 500000.0 ], [ 101000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 68, "DS32_ID": 360, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 501000.0 ], [ 107000.0, 500000.0 ], [ 106000.0, 500000.0 ], [ 106000.0, 500761.0 ], [ 106133.0, 500836.0 ], [ 106308.0, 501000.0 ], [ 107000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 71, "DS32_ID": 325, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 502000.0 ], [ 108000.0, 501000.0 ], [ 107000.0, 501000.0 ], [ 107000.0, 501717.0 ], [ 107245.0, 501895.0 ], [ 107404.0, 502000.0 ], [ 108000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 73, "DS32_ID": 171, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 507000.0 ], [ 101000.0, 506718.0 ], [ 100792.0, 506000.0 ], [ 100000.0, 506000.0 ], [ 100000.0, 507000.0 ], [ 101000.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 76, "DS32_ID": 311, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 502000.0 ], [ 101000.0, 501847.0 ], [ 100957.0, 501826.0 ], [ 100841.0, 501760.0 ], [ 100744.0, 501595.0 ], [ 100782.0, 501395.0 ], [ 100840.0, 501299.0 ], [ 101000.0, 501249.0 ], [ 101000.0, 501000.0 ], [ 100000.0, 501000.0 ], [ 100000.0, 502000.0 ], [ 101000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 77, "DS32_ID": 46, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 512000.0 ], [ 103000.0, 511777.0 ], [ 102978.0, 511732.0 ], [ 102897.0, 511521.0 ], [ 102846.0, 511341.0 ], [ 102762.0, 511171.0 ], [ 102646.0, 511003.0 ], [ 102641.0, 511000.0 ], [ 102000.0, 511000.0 ], [ 102000.0, 512000.0 ], [ 103000.0, 512000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 81, "DS32_ID": 390, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100910.0, 499000.0 ], [ 100920.0, 498557.0 ], [ 100826.0, 498239.0 ], [ 100666.0, 498000.0 ], [ 100000.0, 498000.0 ], [ 100000.0, 499000.0 ], [ 100910.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 85, "DS32_ID": 399, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106000.0, 499000.0 ], [ 106000.0, 498000.0 ], [ 105588.0, 498000.0 ], [ 105520.0, 498136.0 ], [ 105144.0, 498423.0 ], [ 105000.0, 498478.0 ], [ 105000.0, 499000.0 ], [ 106000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 93, "DS32_ID": 297, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101036.0, 502920.0 ], [ 101263.0, 502863.0 ], [ 101442.0, 502787.0 ], [ 101728.0, 502710.0 ], [ 102000.0, 502644.0 ], [ 102000.0, 502000.0 ], [ 101000.0, 502000.0 ], [ 101000.0, 502927.0 ], [ 101036.0, 502920.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 110, "DS32_ID": 207, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100792.0, 506000.0 ], [ 100725.0, 505768.0 ], [ 100561.0, 505168.0 ], [ 100522.0, 505000.0 ], [ 100000.0, 505000.0 ], [ 100000.0, 506000.0 ], [ 100792.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 111, "DS32_ID": 411, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100666.0, 498000.0 ], [ 100652.0, 497979.0 ], [ 100593.0, 497686.0 ], [ 100670.0, 497270.0 ], [ 100658.0, 497000.0 ], [ 100000.0, 497000.0 ], [ 100000.0, 498000.0 ], [ 100666.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 116, "DS32_ID": 62, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102641.0, 511000.0 ], [ 102509.0, 510906.0 ], [ 102408.0, 510861.0 ], [ 102271.0, 510792.0 ], [ 102203.0, 510699.0 ], [ 102284.0, 510578.0 ], [ 102399.0, 510530.0 ], [ 102536.0, 510466.0 ], [ 102665.0, 510410.0 ], [ 102798.0, 510327.0 ], [ 102956.0, 510254.0 ], [ 103000.0, 510247.0 ], [ 103000.0, 510000.0 ], [ 102000.0, 510000.0 ], [ 102000.0, 511000.0 ], [ 102641.0, 511000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 122, "DS32_ID": 378, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 500000.0 ], [ 104000.0, 499000.0 ], [ 103189.0, 499000.0 ], [ 103000.0, 499118.0 ], [ 103000.0, 499542.0 ], [ 103072.0, 499560.0 ], [ 103167.0, 499531.0 ], [ 103275.0, 499456.0 ], [ 103396.0, 499430.0 ], [ 103514.0, 499439.0 ], [ 103656.0, 499512.0 ], [ 103782.0, 499709.0 ], [ 103820.0, 499827.0 ], [ 103847.0, 499940.0 ], [ 103879.0, 500000.0 ], [ 104000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 136, "DS32_ID": 18, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 514000.0 ], [ 105000.0, 513908.0 ], [ 104964.0, 513885.0 ], [ 104774.0, 513703.0 ], [ 104510.0, 513467.0 ], [ 104254.0, 513272.0 ], [ 104011.0, 513026.0 ], [ 104000.0, 513013.0 ], [ 104000.0, 514000.0 ], [ 105000.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 141, "DS32_ID": 366, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105047.0, 500333.0 ], [ 105257.0, 500381.0 ], [ 105497.0, 500508.0 ], [ 105851.0, 500677.0 ], [ 106000.0, 500761.0 ], [ 106000.0, 500000.0 ], [ 105000.0, 500000.0 ], [ 105000.0, 500331.0 ], [ 105047.0, 500333.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 145, "DS32_ID": 82, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104599.0, 510000.0 ], [ 104592.0, 509988.0 ], [ 104543.0, 509777.0 ], [ 104578.0, 509590.0 ], [ 104628.0, 509406.0 ], [ 104744.0, 509143.0 ], [ 104834.0, 509000.0 ], [ 104475.0, 509000.0 ], [ 104439.0, 509144.0 ], [ 104369.0, 509212.0 ], [ 104248.0, 509285.0 ], [ 104095.0, 509347.0 ], [ 104000.0, 509396.0 ], [ 104000.0, 510000.0 ], [ 104599.0, 510000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 148, "DS32_ID": 33, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103989.0, 513000.0 ], [ 103847.0, 512836.0 ], [ 103659.0, 512685.0 ], [ 103619.0, 512650.0 ], [ 103438.0, 512463.0 ], [ 103255.0, 512281.0 ], [ 103160.0, 512137.0 ], [ 103103.0, 512000.0 ], [ 103000.0, 512000.0 ], [ 103000.0, 513000.0 ], [ 103989.0, 513000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 158, "DS32_ID": 80, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 510000.0 ], [ 103000.0, 509559.0 ], [ 102813.0, 509537.0 ], [ 102465.0, 509584.0 ], [ 102103.0, 509460.0 ], [ 102000.0, 509365.0 ], [ 102000.0, 510000.0 ], [ 103000.0, 510000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 165, "DS32_ID": 81, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 510000.0 ], [ 104000.0, 509396.0 ], [ 103882.0, 509457.0 ], [ 103655.0, 509569.0 ], [ 103387.0, 509620.0 ], [ 103098.0, 509571.0 ], [ 103000.0, 509559.0 ], [ 103000.0, 510000.0 ], [ 104000.0, 510000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 174, "DS32_ID": 302, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108144.0, 502363.0 ], [ 108559.0, 502461.0 ], [ 108885.0, 502456.0 ], [ 109000.0, 502449.0 ], [ 109000.0, 502000.0 ], [ 108000.0, 502000.0 ], [ 108000.0, 502311.0 ], [ 108144.0, 502363.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 178, "DS32_ID": 237, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100522.0, 505000.0 ], [ 100352.0, 504281.0 ], [ 100271.0, 504000.0 ], [ 100000.0, 504000.0 ], [ 100000.0, 505000.0 ], [ 100522.0, 505000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 182, "DS32_ID": 301, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102000.0, 502644.0 ], [ 102118.0, 502615.0 ], [ 102398.0, 502579.0 ], [ 102661.0, 502481.0 ], [ 102790.0, 502333.0 ], [ 102743.0, 502208.0 ], [ 102614.0, 502128.0 ], [ 102493.0, 502063.0 ], [ 102298.0, 502014.0 ], [ 102142.0, 502000.0 ], [ 102000.0, 502000.0 ], [ 102000.0, 502644.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 186, "DS32_ID": 398, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 499000.0 ], [ 105000.0, 498478.0 ], [ 104653.0, 498612.0 ], [ 104290.0, 498666.0 ], [ 104000.0, 498753.0 ], [ 104000.0, 499000.0 ], [ 105000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 206, "DS32_ID": 372, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101754.0, 500000.0 ], [ 101682.0, 499787.0 ], [ 101472.0, 499618.0 ], [ 101267.0, 499536.0 ], [ 101046.0, 499436.0 ], [ 101000.0, 499378.0 ], [ 101000.0, 500000.0 ], [ 101754.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 209, "DS32_ID": 111, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104834.0, 509000.0 ], [ 104881.0, 508925.0 ], [ 104992.0, 508731.0 ], [ 105000.0, 508720.0 ], [ 105000.0, 508077.0 ], [ 104965.0, 508075.0 ], [ 104891.0, 508157.0 ], [ 104835.0, 508279.0 ], [ 104731.0, 508391.0 ], [ 104611.0, 508530.0 ], [ 104539.0, 508710.0 ], [ 104512.0, 508843.0 ], [ 104475.0, 509000.0 ], [ 104834.0, 509000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 215, "DS32_ID": 78, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103813.0, 510362.0 ], [ 104000.0, 510296.0 ], [ 104000.0, 510000.0 ], [ 103000.0, 510000.0 ], [ 103000.0, 510247.0 ], [ 103128.0, 510226.0 ], [ 103309.0, 510229.0 ], [ 103496.0, 510249.0 ], [ 103703.0, 510324.0 ], [ 103813.0, 510362.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 216, "DS32_ID": 367, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104005.0, 500177.0 ], [ 104172.0, 500233.0 ], [ 104337.0, 500262.0 ], [ 104524.0, 500279.0 ], [ 104827.0, 500323.0 ], [ 105000.0, 500331.0 ], [ 105000.0, 500000.0 ], [ 104000.0, 500000.0 ], [ 104000.0, 500172.0 ], [ 104005.0, 500177.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 219, "DS32_ID": 261, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100271.0, 504000.0 ], [ 100073.0, 503308.0 ], [ 100360.0, 503241.0 ], [ 100597.0, 503092.0 ], [ 100757.0, 503000.0 ], [ 100000.0, 503000.0 ], [ 100000.0, 504000.0 ], [ 100271.0, 504000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 229, "DS32_ID": 421, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106000.0, 498000.0 ], [ 106000.0, 497000.0 ], [ 105823.0, 497000.0 ], [ 105807.0, 497222.0 ], [ 105765.0, 497650.0 ], [ 105588.0, 498000.0 ], [ 106000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 230, "DS32_ID": 333, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106336.0, 501026.0 ], [ 106616.0, 501310.0 ], [ 106988.0, 501708.0 ], [ 107000.0, 501717.0 ], [ 107000.0, 501000.0 ], [ 106308.0, 501000.0 ], [ 106336.0, 501026.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 233, "DS32_ID": 8, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105088.0, 515000.0 ], [ 105228.0, 514753.0 ], [ 105323.0, 514426.0 ], [ 105302.0, 514267.0 ], [ 105174.0, 514015.0 ], [ 105149.0, 514000.0 ], [ 105000.0, 514000.0 ], [ 105000.0, 515000.0 ], [ 105088.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 239, "DS32_ID": 137, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101371.0, 508000.0 ], [ 101081.0, 507000.0 ], [ 101000.0, 507000.0 ], [ 101000.0, 508000.0 ], [ 101371.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 281, "DS32_ID": 339, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 501249.0 ], [ 101168.0, 501209.0 ], [ 101366.0, 501188.0 ], [ 101578.0, 501155.0 ], [ 101766.0, 501130.0 ], [ 101940.0, 501087.0 ], [ 101982.0, 501000.0 ], [ 101000.0, 501000.0 ], [ 101000.0, 501249.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 284, "DS32_ID": 79, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 510296.0 ], [ 104058.0, 510275.0 ], [ 104193.0, 510217.0 ], [ 104308.0, 510200.0 ], [ 104461.0, 510199.0 ], [ 104653.0, 510339.0 ], [ 104699.0, 510259.0 ], [ 104660.0, 510102.0 ], [ 104599.0, 510000.0 ], [ 104000.0, 510000.0 ], [ 104000.0, 510296.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 308, "DS32_ID": 397, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 499000.0 ], [ 104000.0, 498753.0 ], [ 103911.0, 498779.0 ], [ 103865.0, 498780.0 ], [ 103470.0, 498877.0 ], [ 103189.0, 499000.0 ], [ 104000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 314, "DS32_ID": 307, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 502311.0 ], [ 108000.0, 502000.0 ], [ 107404.0, 502000.0 ], [ 107542.0, 502091.0 ], [ 107843.0, 502254.0 ], [ 108000.0, 502311.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 316, "DS32_ID": 122, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105014.0, 508700.0 ], [ 105214.0, 508422.0 ], [ 105225.0, 508261.0 ], [ 105187.0, 508139.0 ], [ 105084.0, 508081.0 ], [ 105000.0, 508077.0 ], [ 105000.0, 508720.0 ], [ 105014.0, 508700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 344, "DS32_ID": 385, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 499118.0 ], [ 102954.0, 499147.0 ], [ 102832.0, 499258.0 ], [ 102810.0, 499350.0 ], [ 102847.0, 499450.0 ], [ 102897.0, 499498.0 ], [ 102998.0, 499542.0 ], [ 103000.0, 499542.0 ], [ 103000.0, 499118.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 351, "DS32_ID": 312, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102000.0, 502000.0 ], [ 102000.0, 501993.0 ], [ 101909.0, 501993.0 ], [ 101664.0, 501978.0 ], [ 101451.0, 501957.0 ], [ 101260.0, 501933.0 ], [ 101105.0, 501898.0 ], [ 101000.0, 501847.0 ], [ 101000.0, 502000.0 ], [ 102000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 356, "DS32_ID": 365, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102027.0, 500642.0 ], [ 102069.0, 500486.0 ], [ 102153.0, 500360.0 ], [ 102131.0, 500245.0 ], [ 102045.0, 500189.0 ], [ 102000.0, 500164.0 ], [ 102000.0, 500774.0 ], [ 102027.0, 500642.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 389, "DS32_ID": 368, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103932.0, 500102.0 ], [ 104000.0, 500172.0 ], [ 104000.0, 500000.0 ], [ 103879.0, 500000.0 ], [ 103932.0, 500102.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 390, "DS32_ID": 47, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103103.0, 512000.0 ], [ 103078.0, 511940.0 ], [ 103000.0, 511777.0 ], [ 103000.0, 512000.0 ], [ 103103.0, 512000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 391, "DS32_ID": 172, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101081.0, 507000.0 ], [ 101075.0, 506977.0 ], [ 101000.0, 506718.0 ], [ 101000.0, 507000.0 ], [ 101081.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 395, "DS32_ID": 19, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105149.0, 514000.0 ], [ 105000.0, 513908.0 ], [ 105000.0, 514000.0 ], [ 105149.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "DS32_": 417, "DS32_ID": 313, "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102142.0, 502000.0 ], [ 102073.0, 501994.0 ], [ 102000.0, 501993.0 ], [ 102000.0, 502000.0 ], [ 102142.0, 502000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask_combined.geojson new file mode 100644 index 0000000..3b04e4a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_mask_combined.geojson @@ -0,0 +1,89 @@ +{ +"type": "FeatureCollection", +"name": "DS32_mask_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104610.0, 516420.0 ], [ 104666.0, 515981.0 ], [ 104710.0, 515780.0 ], [ 104767.0, 515568.0 ], [ 104828.0, 515375.0 ], [ 104938.0, 515179.0 ], [ 105088.0, 515000.0 ], [ 99000.0, 515000.0 ], [ 99000.0, 497000.0 ], [ 100658.0, 497000.0 ], [ 100635.0, 496517.0 ], [ 100675.0, 496603.0 ], [ 100869.0, 496259.0 ], [ 101466.0, 496184.0 ], [ 101480.0, 496189.0 ], [ 101727.0, 496060.0 ], [ 102535.0, 495973.0 ], [ 103579.0, 496010.0 ], [ 104337.0, 496023.0 ], [ 104529.0, 496184.0 ], [ 104685.0, 496184.0 ], [ 105145.0, 496309.0 ], [ 105630.0, 496445.0 ], [ 105792.0, 496607.0 ], [ 105848.0, 496626.0 ], [ 105823.0, 497000.0 ], [ 109000.0, 497000.0 ], [ 109000.0, 502449.0 ], [ 109843.0, 502397.0 ], [ 109844.0, 502502.0 ], [ 110034.0, 502464.0 ], [ 109962.0, 502175.0 ], [ 111984.0, 501598.0 ], [ 112489.0, 494449.0 ], [ 112778.0, 486001.0 ], [ 107290.0, 478202.0 ], [ 101008.0, 477119.0 ], [ 90538.0, 481957.0 ], [ 93932.0, 490189.0 ], [ 95737.0, 497843.0 ], [ 97034.0, 502621.0 ], [ 98349.0, 516323.0 ], [ 104610.0, 516420.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 515000.0 ], [ 102000.0, 515000.0 ], [ 102000.0, 509365.0 ], [ 101680.0, 509068.0 ], [ 101371.0, 508000.0 ], [ 99000.0, 508000.0 ], [ 99000.0, 515000.0 ], [ 101000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 506000.0 ], [ 100000.0, 505000.0 ], [ 99000.0, 505000.0 ], [ 99000.0, 506000.0 ], [ 100000.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 505000.0 ], [ 100000.0, 504000.0 ], [ 99000.0, 504000.0 ], [ 99000.0, 505000.0 ], [ 100000.0, 505000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 498000.0 ], [ 100000.0, 497000.0 ], [ 99000.0, 497000.0 ], [ 99000.0, 498000.0 ], [ 100000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 499000.0 ], [ 109000.0, 498000.0 ], [ 108000.0, 498000.0 ], [ 108000.0, 499000.0 ], [ 109000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 499000.0 ], [ 108000.0, 498000.0 ], [ 107000.0, 498000.0 ], [ 107000.0, 499000.0 ], [ 108000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 499000.0 ], [ 107000.0, 498000.0 ], [ 106000.0, 498000.0 ], [ 106000.0, 499000.0 ], [ 107000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 513000.0 ], [ 103000.0, 512000.0 ], [ 102000.0, 512000.0 ], [ 102000.0, 513000.0 ], [ 103000.0, 513000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 499000.0 ], [ 100000.0, 498000.0 ], [ 99000.0, 498000.0 ], [ 99000.0, 499000.0 ], [ 100000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 504000.0 ], [ 100000.0, 503000.0 ], [ 99000.0, 503000.0 ], [ 99000.0, 504000.0 ], [ 100000.0, 504000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 500000.0 ], [ 109000.0, 499000.0 ], [ 108000.0, 499000.0 ], [ 108000.0, 500000.0 ], [ 109000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 500000.0 ], [ 108000.0, 499000.0 ], [ 107000.0, 499000.0 ], [ 107000.0, 500000.0 ], [ 108000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 500000.0 ], [ 107000.0, 499000.0 ], [ 106000.0, 499000.0 ], [ 106000.0, 500000.0 ], [ 107000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106000.0, 500000.0 ], [ 106000.0, 499000.0 ], [ 105000.0, 499000.0 ], [ 105000.0, 500000.0 ], [ 106000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 500000.0 ], [ 105000.0, 499000.0 ], [ 104000.0, 499000.0 ], [ 104000.0, 500000.0 ], [ 105000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 500000.0 ], [ 100000.0, 499000.0 ], [ 99000.0, 499000.0 ], [ 99000.0, 500000.0 ], [ 100000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 503000.0 ], [ 100000.0, 502000.0 ], [ 99000.0, 502000.0 ], [ 99000.0, 503000.0 ], [ 100000.0, 503000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 501000.0 ], [ 109000.0, 500000.0 ], [ 108000.0, 500000.0 ], [ 108000.0, 501000.0 ], [ 109000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 501000.0 ], [ 108000.0, 500000.0 ], [ 107000.0, 500000.0 ], [ 107000.0, 501000.0 ], [ 108000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 502000.0 ], [ 100000.0, 501000.0 ], [ 99000.0, 501000.0 ], [ 99000.0, 502000.0 ], [ 100000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 502000.0 ], [ 109000.0, 501000.0 ], [ 108000.0, 501000.0 ], [ 108000.0, 502000.0 ], [ 109000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 501000.0 ], [ 101000.0, 500000.0 ], [ 100000.0, 500000.0 ], [ 100000.0, 501000.0 ], [ 101000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 501000.0 ], [ 100000.0, 500000.0 ], [ 99000.0, 500000.0 ], [ 99000.0, 501000.0 ], [ 100000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 514000.0 ], [ 103000.0, 513000.0 ], [ 102000.0, 513000.0 ], [ 102000.0, 514000.0 ], [ 103000.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 498000.0 ], [ 107000.0, 497000.0 ], [ 106000.0, 497000.0 ], [ 106000.0, 498000.0 ], [ 107000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 498000.0 ], [ 108000.0, 497000.0 ], [ 107000.0, 497000.0 ], [ 107000.0, 498000.0 ], [ 108000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 498000.0 ], [ 109000.0, 497000.0 ], [ 108000.0, 497000.0 ], [ 108000.0, 498000.0 ], [ 109000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 507000.0 ], [ 100000.0, 506000.0 ], [ 99000.0, 506000.0 ], [ 99000.0, 507000.0 ], [ 100000.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 508000.0 ], [ 101000.0, 507000.0 ], [ 100000.0, 507000.0 ], [ 100000.0, 508000.0 ], [ 101000.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 515000.0 ], [ 105000.0, 514000.0 ], [ 104000.0, 514000.0 ], [ 104000.0, 515000.0 ], [ 105000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 515000.0 ], [ 104000.0, 514000.0 ], [ 103000.0, 514000.0 ], [ 103000.0, 515000.0 ], [ 104000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 515000.0 ], [ 103000.0, 514000.0 ], [ 102000.0, 514000.0 ], [ 102000.0, 515000.0 ], [ 103000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100000.0, 508000.0 ], [ 100000.0, 507000.0 ], [ 99000.0, 507000.0 ], [ 99000.0, 508000.0 ], [ 100000.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 514000.0 ], [ 104000.0, 513013.0 ], [ 103989.0, 513000.0 ], [ 103000.0, 513000.0 ], [ 103000.0, 514000.0 ], [ 104000.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100757.0, 503000.0 ], [ 100828.0, 502959.0 ], [ 101000.0, 502927.0 ], [ 101000.0, 502000.0 ], [ 100000.0, 502000.0 ], [ 100000.0, 503000.0 ], [ 100757.0, 503000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101982.0, 501000.0 ], [ 101996.0, 500970.0 ], [ 101994.0, 500802.0 ], [ 102000.0, 500774.0 ], [ 102000.0, 500164.0 ], [ 101907.0, 500112.0 ], [ 101769.0, 500045.0 ], [ 101754.0, 500000.0 ], [ 101000.0, 500000.0 ], [ 101000.0, 501000.0 ], [ 101982.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 500000.0 ], [ 101000.0, 499378.0 ], [ 100938.0, 499302.0 ], [ 100907.0, 499142.0 ], [ 100910.0, 499000.0 ], [ 100000.0, 499000.0 ], [ 100000.0, 500000.0 ], [ 101000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107000.0, 501000.0 ], [ 107000.0, 500000.0 ], [ 106000.0, 500000.0 ], [ 106000.0, 500761.0 ], [ 106133.0, 500836.0 ], [ 106308.0, 501000.0 ], [ 107000.0, 501000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 502000.0 ], [ 108000.0, 501000.0 ], [ 107000.0, 501000.0 ], [ 107000.0, 501717.0 ], [ 107245.0, 501895.0 ], [ 107404.0, 502000.0 ], [ 108000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 507000.0 ], [ 101000.0, 506718.0 ], [ 100792.0, 506000.0 ], [ 100000.0, 506000.0 ], [ 100000.0, 507000.0 ], [ 101000.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 502000.0 ], [ 101000.0, 501847.0 ], [ 100957.0, 501826.0 ], [ 100841.0, 501760.0 ], [ 100744.0, 501595.0 ], [ 100782.0, 501395.0 ], [ 100840.0, 501299.0 ], [ 101000.0, 501249.0 ], [ 101000.0, 501000.0 ], [ 100000.0, 501000.0 ], [ 100000.0, 502000.0 ], [ 101000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 512000.0 ], [ 103000.0, 511777.0 ], [ 102978.0, 511732.0 ], [ 102897.0, 511521.0 ], [ 102846.0, 511341.0 ], [ 102762.0, 511171.0 ], [ 102646.0, 511003.0 ], [ 102641.0, 511000.0 ], [ 102000.0, 511000.0 ], [ 102000.0, 512000.0 ], [ 103000.0, 512000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100910.0, 499000.0 ], [ 100920.0, 498557.0 ], [ 100826.0, 498239.0 ], [ 100666.0, 498000.0 ], [ 100000.0, 498000.0 ], [ 100000.0, 499000.0 ], [ 100910.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106000.0, 499000.0 ], [ 106000.0, 498000.0 ], [ 105588.0, 498000.0 ], [ 105520.0, 498136.0 ], [ 105144.0, 498423.0 ], [ 105000.0, 498478.0 ], [ 105000.0, 499000.0 ], [ 106000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101036.0, 502920.0 ], [ 101263.0, 502863.0 ], [ 101442.0, 502787.0 ], [ 101728.0, 502710.0 ], [ 102000.0, 502644.0 ], [ 102000.0, 502000.0 ], [ 101000.0, 502000.0 ], [ 101000.0, 502927.0 ], [ 101036.0, 502920.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100792.0, 506000.0 ], [ 100725.0, 505768.0 ], [ 100561.0, 505168.0 ], [ 100522.0, 505000.0 ], [ 100000.0, 505000.0 ], [ 100000.0, 506000.0 ], [ 100792.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100666.0, 498000.0 ], [ 100652.0, 497979.0 ], [ 100593.0, 497686.0 ], [ 100670.0, 497270.0 ], [ 100658.0, 497000.0 ], [ 100000.0, 497000.0 ], [ 100000.0, 498000.0 ], [ 100666.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102641.0, 511000.0 ], [ 102509.0, 510906.0 ], [ 102408.0, 510861.0 ], [ 102271.0, 510792.0 ], [ 102203.0, 510699.0 ], [ 102284.0, 510578.0 ], [ 102399.0, 510530.0 ], [ 102536.0, 510466.0 ], [ 102665.0, 510410.0 ], [ 102798.0, 510327.0 ], [ 102956.0, 510254.0 ], [ 103000.0, 510247.0 ], [ 103000.0, 510000.0 ], [ 102000.0, 510000.0 ], [ 102000.0, 511000.0 ], [ 102641.0, 511000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 500000.0 ], [ 104000.0, 499000.0 ], [ 103189.0, 499000.0 ], [ 103000.0, 499118.0 ], [ 103000.0, 499542.0 ], [ 103072.0, 499560.0 ], [ 103167.0, 499531.0 ], [ 103275.0, 499456.0 ], [ 103396.0, 499430.0 ], [ 103514.0, 499439.0 ], [ 103656.0, 499512.0 ], [ 103782.0, 499709.0 ], [ 103820.0, 499827.0 ], [ 103847.0, 499940.0 ], [ 103879.0, 500000.0 ], [ 104000.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 514000.0 ], [ 105000.0, 513908.0 ], [ 104964.0, 513885.0 ], [ 104774.0, 513703.0 ], [ 104510.0, 513467.0 ], [ 104254.0, 513272.0 ], [ 104011.0, 513026.0 ], [ 104000.0, 513013.0 ], [ 104000.0, 514000.0 ], [ 105000.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105047.0, 500333.0 ], [ 105257.0, 500381.0 ], [ 105497.0, 500508.0 ], [ 105851.0, 500677.0 ], [ 106000.0, 500761.0 ], [ 106000.0, 500000.0 ], [ 105000.0, 500000.0 ], [ 105000.0, 500331.0 ], [ 105047.0, 500333.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104599.0, 510000.0 ], [ 104592.0, 509988.0 ], [ 104543.0, 509777.0 ], [ 104578.0, 509590.0 ], [ 104628.0, 509406.0 ], [ 104744.0, 509143.0 ], [ 104834.0, 509000.0 ], [ 104475.0, 509000.0 ], [ 104439.0, 509144.0 ], [ 104369.0, 509212.0 ], [ 104248.0, 509285.0 ], [ 104095.0, 509347.0 ], [ 104000.0, 509396.0 ], [ 104000.0, 510000.0 ], [ 104599.0, 510000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103989.0, 513000.0 ], [ 103847.0, 512836.0 ], [ 103659.0, 512685.0 ], [ 103619.0, 512650.0 ], [ 103438.0, 512463.0 ], [ 103255.0, 512281.0 ], [ 103160.0, 512137.0 ], [ 103103.0, 512000.0 ], [ 103000.0, 512000.0 ], [ 103000.0, 513000.0 ], [ 103989.0, 513000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 510000.0 ], [ 103000.0, 509559.0 ], [ 102813.0, 509537.0 ], [ 102465.0, 509584.0 ], [ 102103.0, 509460.0 ], [ 102000.0, 509365.0 ], [ 102000.0, 510000.0 ], [ 103000.0, 510000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 510000.0 ], [ 104000.0, 509396.0 ], [ 103882.0, 509457.0 ], [ 103655.0, 509569.0 ], [ 103387.0, 509620.0 ], [ 103098.0, 509571.0 ], [ 103000.0, 509559.0 ], [ 103000.0, 510000.0 ], [ 104000.0, 510000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108144.0, 502363.0 ], [ 108559.0, 502461.0 ], [ 108885.0, 502456.0 ], [ 109000.0, 502449.0 ], [ 109000.0, 502000.0 ], [ 108000.0, 502000.0 ], [ 108000.0, 502311.0 ], [ 108144.0, 502363.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100522.0, 505000.0 ], [ 100352.0, 504281.0 ], [ 100271.0, 504000.0 ], [ 100000.0, 504000.0 ], [ 100000.0, 505000.0 ], [ 100522.0, 505000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102000.0, 502644.0 ], [ 102118.0, 502615.0 ], [ 102398.0, 502579.0 ], [ 102661.0, 502481.0 ], [ 102790.0, 502333.0 ], [ 102743.0, 502208.0 ], [ 102614.0, 502128.0 ], [ 102493.0, 502063.0 ], [ 102298.0, 502014.0 ], [ 102142.0, 502000.0 ], [ 102000.0, 502000.0 ], [ 102000.0, 502644.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105000.0, 499000.0 ], [ 105000.0, 498478.0 ], [ 104653.0, 498612.0 ], [ 104290.0, 498666.0 ], [ 104000.0, 498753.0 ], [ 104000.0, 499000.0 ], [ 105000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101754.0, 500000.0 ], [ 101682.0, 499787.0 ], [ 101472.0, 499618.0 ], [ 101267.0, 499536.0 ], [ 101046.0, 499436.0 ], [ 101000.0, 499378.0 ], [ 101000.0, 500000.0 ], [ 101754.0, 500000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104834.0, 509000.0 ], [ 104881.0, 508925.0 ], [ 104992.0, 508731.0 ], [ 105000.0, 508720.0 ], [ 105000.0, 508077.0 ], [ 104965.0, 508075.0 ], [ 104891.0, 508157.0 ], [ 104835.0, 508279.0 ], [ 104731.0, 508391.0 ], [ 104611.0, 508530.0 ], [ 104539.0, 508710.0 ], [ 104512.0, 508843.0 ], [ 104475.0, 509000.0 ], [ 104834.0, 509000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103813.0, 510362.0 ], [ 104000.0, 510296.0 ], [ 104000.0, 510000.0 ], [ 103000.0, 510000.0 ], [ 103000.0, 510247.0 ], [ 103128.0, 510226.0 ], [ 103309.0, 510229.0 ], [ 103496.0, 510249.0 ], [ 103703.0, 510324.0 ], [ 103813.0, 510362.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104005.0, 500177.0 ], [ 104172.0, 500233.0 ], [ 104337.0, 500262.0 ], [ 104524.0, 500279.0 ], [ 104827.0, 500323.0 ], [ 105000.0, 500331.0 ], [ 105000.0, 500000.0 ], [ 104000.0, 500000.0 ], [ 104000.0, 500172.0 ], [ 104005.0, 500177.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100271.0, 504000.0 ], [ 100073.0, 503308.0 ], [ 100360.0, 503241.0 ], [ 100597.0, 503092.0 ], [ 100757.0, 503000.0 ], [ 100000.0, 503000.0 ], [ 100000.0, 504000.0 ], [ 100271.0, 504000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106000.0, 498000.0 ], [ 106000.0, 497000.0 ], [ 105823.0, 497000.0 ], [ 105807.0, 497222.0 ], [ 105765.0, 497650.0 ], [ 105588.0, 498000.0 ], [ 106000.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106336.0, 501026.0 ], [ 106616.0, 501310.0 ], [ 106988.0, 501708.0 ], [ 107000.0, 501717.0 ], [ 107000.0, 501000.0 ], [ 106308.0, 501000.0 ], [ 106336.0, 501026.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105088.0, 515000.0 ], [ 105228.0, 514753.0 ], [ 105323.0, 514426.0 ], [ 105302.0, 514267.0 ], [ 105174.0, 514015.0 ], [ 105149.0, 514000.0 ], [ 105000.0, 514000.0 ], [ 105000.0, 515000.0 ], [ 105088.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101371.0, 508000.0 ], [ 101081.0, 507000.0 ], [ 101000.0, 507000.0 ], [ 101000.0, 508000.0 ], [ 101371.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101000.0, 501249.0 ], [ 101168.0, 501209.0 ], [ 101366.0, 501188.0 ], [ 101578.0, 501155.0 ], [ 101766.0, 501130.0 ], [ 101940.0, 501087.0 ], [ 101982.0, 501000.0 ], [ 101000.0, 501000.0 ], [ 101000.0, 501249.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 510296.0 ], [ 104058.0, 510275.0 ], [ 104193.0, 510217.0 ], [ 104308.0, 510200.0 ], [ 104461.0, 510199.0 ], [ 104653.0, 510339.0 ], [ 104699.0, 510259.0 ], [ 104660.0, 510102.0 ], [ 104599.0, 510000.0 ], [ 104000.0, 510000.0 ], [ 104000.0, 510296.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.0, 499000.0 ], [ 104000.0, 498753.0 ], [ 103911.0, 498779.0 ], [ 103865.0, 498780.0 ], [ 103470.0, 498877.0 ], [ 103189.0, 499000.0 ], [ 104000.0, 499000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108000.0, 502311.0 ], [ 108000.0, 502000.0 ], [ 107404.0, 502000.0 ], [ 107542.0, 502091.0 ], [ 107843.0, 502254.0 ], [ 108000.0, 502311.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105014.0, 508700.0 ], [ 105214.0, 508422.0 ], [ 105225.0, 508261.0 ], [ 105187.0, 508139.0 ], [ 105084.0, 508081.0 ], [ 105000.0, 508077.0 ], [ 105000.0, 508720.0 ], [ 105014.0, 508700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103000.0, 499118.0 ], [ 102954.0, 499147.0 ], [ 102832.0, 499258.0 ], [ 102810.0, 499350.0 ], [ 102847.0, 499450.0 ], [ 102897.0, 499498.0 ], [ 102998.0, 499542.0 ], [ 103000.0, 499542.0 ], [ 103000.0, 499118.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102000.0, 502000.0 ], [ 102000.0, 501993.0 ], [ 101909.0, 501993.0 ], [ 101664.0, 501978.0 ], [ 101451.0, 501957.0 ], [ 101260.0, 501933.0 ], [ 101105.0, 501898.0 ], [ 101000.0, 501847.0 ], [ 101000.0, 502000.0 ], [ 102000.0, 502000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102027.0, 500642.0 ], [ 102069.0, 500486.0 ], [ 102153.0, 500360.0 ], [ 102131.0, 500245.0 ], [ 102045.0, 500189.0 ], [ 102000.0, 500164.0 ], [ 102000.0, 500774.0 ], [ 102027.0, 500642.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103932.0, 500102.0 ], [ 104000.0, 500172.0 ], [ 104000.0, 500000.0 ], [ 103879.0, 500000.0 ], [ 103932.0, 500102.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103103.0, 512000.0 ], [ 103078.0, 511940.0 ], [ 103000.0, 511777.0 ], [ 103000.0, 512000.0 ], [ 103103.0, 512000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101081.0, 507000.0 ], [ 101075.0, 506977.0 ], [ 101000.0, 506718.0 ], [ 101000.0, 507000.0 ], [ 101081.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105149.0, 514000.0 ], [ 105000.0, 513908.0 ], [ 105000.0, 514000.0 ], [ 105149.0, 514000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "value": 0.01, "source": "Koster (1997)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102142.0, 502000.0 ], [ 102073.0, 501994.0 ], [ 102000.0, 501993.0 ], [ 102000.0, 502000.0 ], [ 102142.0, 502000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values.geojson new file mode 100644 index 0000000..14b59fc --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values.geojson @@ -0,0 +1,27 @@ +{ +"type": "FeatureCollection", +"name": "DS32_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108388.0, 515000.0 ], [ 109023.0, 515311.0 ], [ 109882.0, 515696.0 ] ], [ [ 108000.0, 514809.0 ], [ 108388.0, 515000.0 ] ], [ [ 107000.0, 514204.0 ], [ 107302.0, 514393.0 ], [ 107943.0, 514781.0 ], [ 108000.0, 514809.0 ] ], [ [ 106668.0, 514000.0 ], [ 106729.0, 514035.0 ], [ 107000.0, 514204.0 ] ], [ [ 106000.0, 513582.0 ], [ 106150.0, 513687.0 ], [ 106457.0, 513877.0 ], [ 106668.0, 514000.0 ] ], [ [ 105214.0, 513000.0 ], [ 105447.0, 513191.0 ], [ 106000.0, 513582.0 ] ], [ [ 101752.0, 505000.0 ], [ 101616.0, 505302.0 ], [ 101479.0, 505653.0 ], [ 101424.0, 506000.0 ] ], [ [ 105000.0, 512815.0 ], [ 105214.0, 513000.0 ] ], [ [ 104000.0, 512056.0 ], [ 104150.0, 512215.0 ], [ 104583.0, 512534.0 ], [ 104908.0, 512735.0 ], [ 105000.0, 512815.0 ] ], [ [ 103947.0, 512000.0 ], [ 104000.0, 512056.0 ] ], [ [ 102000.0, 504659.0 ], [ 101995.0, 504672.0 ], [ 101758.0, 504987.0 ], [ 101752.0, 505000.0 ] ], [ [ 103586.0, 511000.0 ], [ 103571.0, 511025.0 ], [ 103627.0, 511357.0 ], [ 103649.0, 511520.0 ], [ 103818.0, 511864.0 ], [ 103947.0, 512000.0 ] ], [ [ 104000.0, 510749.0 ], [ 103736.0, 510761.0 ], [ 103586.0, 511000.0 ] ], [ [ 105000.0, 510769.0 ], [ 104844.0, 510835.0 ], [ 104491.0, 510803.0 ], [ 104043.0, 510747.0 ], [ 104000.0, 510749.0 ] ], [ [ 102254.0, 504000.0 ], [ 102263.0, 504053.0 ], [ 102252.0, 504184.0 ], [ 102130.0, 504352.0 ], [ 102000.0, 504659.0 ] ], [ [ 105000.0, 510502.0 ], [ 105014.0, 510549.0 ], [ 105023.0, 510760.0 ], [ 105000.0, 510769.0 ] ], [ [ 104935.0, 510000.0 ], [ 104935.0, 510051.0 ], [ 104958.0, 510365.0 ], [ 105000.0, 510502.0 ] ], [ [ 102000.0, 503743.0 ], [ 102100.0, 503799.0 ], [ 102243.0, 503934.0 ], [ 102254.0, 504000.0 ] ], [ [ 105000.0, 509441.0 ], [ 104938.0, 509698.0 ], [ 104935.0, 510000.0 ] ], [ [ 101000.0, 503084.0 ], [ 101092.0, 503153.0 ], [ 101314.0, 503295.0 ], [ 101476.0, 503422.0 ], [ 101679.0, 503598.0 ], [ 101923.0, 503700.0 ], [ 102000.0, 503743.0 ] ], [ [ 103000.0, 509352.0 ], [ 103242.0, 509384.0 ], [ 103523.0, 509346.0 ], [ 103810.0, 509265.0 ], [ 104000.0, 509165.0 ] ], [ [ 100804.0, 503000.0 ], [ 100917.0, 503022.0 ], [ 101000.0, 503084.0 ] ], [ [ 100757.0, 503000.0 ], [ 100804.0, 503000.0 ] ], [ [ 102531.0, 509000.0 ], [ 102689.0, 509150.0 ], [ 102968.0, 509348.0 ], [ 103000.0, 509352.0 ] ], [ [ 104000.0, 509165.0 ], [ 104086.0, 509120.0 ], [ 104191.0, 509000.0 ] ], [ [ 105321.0, 509000.0 ], [ 105261.0, 509060.0 ], [ 105027.0, 509330.0 ], [ 105000.0, 509441.0 ] ], [ [ 100769.0, 502993.0 ], [ 100804.0, 503000.0 ] ], [ [ 106000.0, 508438.0 ], [ 105906.0, 508486.0 ], [ 105518.0, 508804.0 ], [ 105321.0, 509000.0 ] ], [ [ 102338.0, 508000.0 ], [ 102316.0, 508080.0 ], [ 102244.0, 508433.0 ], [ 102273.0, 508692.0 ], [ 102439.0, 508913.0 ], [ 102531.0, 509000.0 ] ], [ [ 104191.0, 509000.0 ], [ 104269.0, 508912.0 ], [ 104401.0, 508632.0 ], [ 104718.0, 508228.0 ], [ 104802.0, 508000.0 ] ], [ [ 106951.0, 508000.0 ], [ 106936.0, 508068.0 ], [ 106700.0, 508134.0 ], [ 106241.0, 508313.0 ], [ 106000.0, 508438.0 ] ], [ [ 106000.0, 507571.0 ], [ 106228.0, 507584.0 ], [ 106602.0, 507634.0 ], [ 106809.0, 507736.0 ], [ 106966.0, 507933.0 ], [ 106951.0, 508000.0 ] ], [ [ 104802.0, 508000.0 ], [ 104813.0, 507970.0 ], [ 104879.0, 507754.0 ], [ 104943.0, 507470.0 ], [ 104957.0, 507340.0 ], [ 105000.0, 507278.0 ] ], [ [ 105000.0, 507278.0 ], [ 105012.0, 507260.0 ], [ 105148.0, 507254.0 ], [ 105400.0, 507381.0 ], [ 105668.0, 507500.0 ], [ 105939.0, 507567.0 ], [ 106000.0, 507571.0 ] ], [ [ 102000.0, 507171.0 ], [ 102016.0, 507175.0 ], [ 102310.0, 507270.0 ], [ 102454.0, 507427.0 ], [ 102406.0, 507755.0 ], [ 102338.0, 508000.0 ] ], [ [ 101611.0, 507000.0 ], [ 101798.0, 507119.0 ], [ 102000.0, 507171.0 ] ], [ [ 101424.0, 506000.0 ], [ 101413.0, 506072.0 ], [ 101416.0, 506380.0 ], [ 101488.0, 506791.0 ], [ 101607.0, 506998.0 ], [ 101611.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103385.0, 505891.0 ], [ 103376.0, 505864.0 ], [ 103370.0, 505852.0 ], [ 103368.0, 505817.0 ], [ 103370.0, 505801.0 ], [ 103382.0, 505778.0 ], [ 103396.0, 505772.0 ], [ 103417.0, 505766.0 ], [ 103435.0, 505766.0 ], [ 103448.0, 505776.0 ], [ 103456.0, 505795.0 ], [ 103471.0, 505822.0 ] ], [ [ 109000.0, 513536.0 ], [ 109304.0, 513592.0 ], [ 109876.0, 513657.0 ] ], [ [ 108000.0, 513352.0 ], [ 109000.0, 513536.0 ] ], [ [ 107000.0, 513006.0 ], [ 107679.0, 513293.0 ], [ 108000.0, 513352.0 ] ], [ [ 102000.0, 505665.0 ], [ 101904.0, 505759.0 ], [ 101820.0, 505927.0 ], [ 101804.0, 506000.0 ] ], [ [ 106986.0, 513000.0 ], [ 107000.0, 513006.0 ] ], [ [ 107000.0, 513000.0 ], [ 107000.0, 513006.0 ] ], [ [ 106986.0, 513000.0 ], [ 107000.0, 513000.0 ] ], [ [ 102526.0, 505000.0 ], [ 102291.0, 505379.0 ], [ 102110.0, 505559.0 ], [ 102000.0, 505665.0 ] ], [ [ 106000.0, 512515.0 ], [ 106312.0, 512715.0 ], [ 106986.0, 513000.0 ] ], [ [ 105476.0, 512000.0 ], [ 105478.0, 512053.0 ], [ 105713.0, 512331.0 ], [ 106000.0, 512515.0 ] ], [ [ 105451.0, 511000.0 ], [ 105478.0, 511048.0 ], [ 105521.0, 511411.0 ], [ 105457.0, 511625.0 ], [ 105476.0, 512000.0 ] ], [ [ 103000.0, 504319.0 ], [ 102888.0, 504437.0 ], [ 102735.0, 504651.0 ], [ 102526.0, 505000.0 ] ], [ [ 105286.0, 510706.0 ], [ 105307.0, 510748.0 ], [ 105451.0, 511000.0 ] ], [ [ 103123.0, 504000.0 ], [ 103116.0, 504168.0 ], [ 103048.0, 504268.0 ], [ 103000.0, 504319.0 ] ], [ [ 105104.0, 510000.0 ], [ 105092.0, 510044.0 ], [ 105067.0, 510324.0 ], [ 105184.0, 510563.0 ], [ 105286.0, 510706.0 ] ], [ [ 103000.0, 503562.0 ], [ 103054.0, 503629.0 ], [ 103125.0, 503971.0 ], [ 103123.0, 504000.0 ] ], [ [ 102000.0, 503086.0 ], [ 102262.0, 503253.0 ], [ 102561.0, 503271.0 ], [ 102873.0, 503402.0 ], [ 103000.0, 503562.0 ] ], [ [ 101890.0, 503000.0 ], [ 101966.0, 503064.0 ], [ 102000.0, 503086.0 ] ], [ [ 105929.0, 509000.0 ], [ 105833.0, 509031.0 ], [ 105527.0, 509227.0 ], [ 105394.0, 509355.0 ], [ 105242.0, 509557.0 ], [ 105176.0, 509730.0 ], [ 105104.0, 510000.0 ] ], [ [ 106000.0, 508977.0 ], [ 105929.0, 509000.0 ] ], [ [ 103000.0, 508643.0 ], [ 103164.0, 508751.0 ], [ 103345.0, 508804.0 ], [ 103522.0, 508875.0 ], [ 103654.0, 508881.0 ], [ 103748.0, 508869.0 ], [ 103894.0, 508829.0 ], [ 104000.0, 508759.0 ] ], [ [ 107000.0, 508625.0 ], [ 106409.0, 508846.0 ], [ 106000.0, 508977.0 ] ], [ [ 101609.0, 502742.0 ], [ 101743.0, 502875.0 ], [ 101890.0, 503000.0 ] ], [ [ 108000.0, 508338.0 ], [ 107634.0, 508417.0 ], [ 107069.0, 508600.0 ], [ 107000.0, 508625.0 ] ], [ [ 102615.0, 508000.0 ], [ 102610.0, 508053.0 ], [ 102618.0, 508273.0 ], [ 102704.0, 508441.0 ], [ 102844.0, 508581.0 ], [ 103000.0, 508643.0 ] ], [ [ 104000.0, 508759.0 ], [ 104064.0, 508716.0 ], [ 104215.0, 508610.0 ], [ 104315.0, 508532.0 ], [ 104421.0, 508429.0 ], [ 104489.0, 508367.0 ], [ 104541.0, 508272.0 ], [ 104583.0, 508161.0 ], [ 104603.0, 508000.0 ] ], [ [ 108868.0, 508000.0 ], [ 108812.0, 508041.0 ], [ 108635.0, 508150.0 ], [ 108105.0, 508315.0 ], [ 108000.0, 508338.0 ] ], [ [ 109000.0, 507876.0 ], [ 108944.0, 507945.0 ], [ 108868.0, 508000.0 ] ], [ [ 109000.0, 507507.0 ], [ 109021.0, 507511.0 ], [ 109089.0, 507767.0 ], [ 109000.0, 507876.0 ] ], [ [ 108000.0, 507406.0 ], [ 108145.0, 507452.0 ], [ 108366.0, 507482.0 ], [ 108841.0, 507477.0 ], [ 109000.0, 507507.0 ] ], [ [ 107000.0, 507143.0 ], [ 107215.0, 507168.0 ], [ 107602.0, 507258.0 ], [ 107877.0, 507366.0 ], [ 108000.0, 507406.0 ] ], [ [ 102744.0, 507000.0 ], [ 102799.0, 507035.0 ], [ 102870.0, 507161.0 ], [ 102805.0, 507406.0 ], [ 102703.0, 507635.0 ], [ 102633.0, 507822.0 ], [ 102615.0, 508000.0 ] ], [ [ 104603.0, 508000.0 ], [ 104608.0, 507895.0 ], [ 104574.0, 507730.0 ], [ 104483.0, 507559.0 ], [ 104366.0, 507354.0 ], [ 104213.0, 507171.0 ], [ 104094.0, 507052.0 ], [ 104054.0, 507000.0 ] ], [ [ 106305.0, 507000.0 ], [ 106570.0, 507068.0 ], [ 106900.0, 507131.0 ], [ 107000.0, 507143.0 ] ], [ [ 106000.0, 506965.0 ], [ 106305.0, 507000.0 ] ], [ [ 104054.0, 507000.0 ], [ 104000.0, 506931.0 ] ], [ [ 102000.0, 506760.0 ], [ 102155.0, 506803.0 ], [ 102298.0, 506838.0 ], [ 102445.0, 506897.0 ], [ 102636.0, 506932.0 ], [ 102744.0, 507000.0 ] ], [ [ 104000.0, 506931.0 ], [ 103918.0, 506739.0 ], [ 103918.0, 506688.0 ] ], [ [ 105000.0, 506663.0 ], [ 105229.0, 506766.0 ], [ 105510.0, 506863.0 ], [ 105824.0, 506945.0 ], [ 106000.0, 506965.0 ] ], [ [ 104472.0, 506378.0 ], [ 104571.0, 506437.0 ], [ 104967.0, 506648.0 ], [ 105000.0, 506663.0 ] ], [ [ 104000.0, 506071.0 ], [ 104081.0, 506156.0 ], [ 104261.0, 506282.0 ], [ 104412.0, 506344.0 ], [ 104472.0, 506378.0 ] ], [ [ 101804.0, 506000.0 ], [ 101754.0, 506233.0 ], [ 101758.0, 506432.0 ], [ 101794.0, 506604.0 ], [ 101955.0, 506747.0 ], [ 102000.0, 506760.0 ] ], [ [ 103918.0, 506688.0 ], [ 103888.0, 506630.0 ], [ 103821.0, 506558.0 ], [ 103737.0, 506479.0 ], [ 103645.0, 506428.0 ], [ 103544.0, 506349.0 ], [ 103519.0, 506298.0 ], [ 103481.0, 506240.0 ], [ 103477.0, 506210.0 ], [ 103477.0, 506181.0 ], [ 103502.0, 506173.0 ], [ 103515.0, 506135.0 ], [ 103523.0, 506080.0 ], [ 103506.0, 506030.0 ], [ 103476.0, 506000.0 ] ], [ [ 103925.0, 506000.0 ], [ 104000.0, 506071.0 ] ], [ [ 103476.0, 506000.0 ], [ 103460.0, 505984.0 ], [ 103385.0, 505891.0 ] ], [ [ 103471.0, 505822.0 ], [ 103502.0, 505841.0 ], [ 103565.0, 505850.0 ], [ 103615.0, 505837.0 ], [ 103678.0, 505837.0 ], [ 103749.0, 505862.0 ], [ 103858.0, 505938.0 ], [ 103925.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104000.0, 513000.0 ], [ 104000.0, 513013.0 ] ], [ [ 103989.0, 513000.0 ], [ 104000.0, 513000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103796.0, 510356.0 ], [ 103449.0, 510610.0 ], [ 103306.0, 510821.0 ], [ 103294.0, 511000.0 ] ], [ [ 103431.0, 512000.0 ], [ 103466.0, 512155.0 ], [ 103493.0, 512294.0 ], [ 103559.0, 512449.0 ], [ 103628.0, 512622.0 ], [ 103659.0, 512685.0 ] ], [ [ 103294.0, 511000.0 ], [ 103290.0, 511066.0 ], [ 103295.0, 511464.0 ], [ 103338.0, 511625.0 ], [ 103404.0, 511884.0 ], [ 103431.0, 512000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105813.0, 510281.0 ], [ 105977.0, 510434.0 ], [ 106000.0, 510449.0 ] ], [ [ 105517.0, 510000.0 ], [ 105525.0, 510039.0 ], [ 105813.0, 510281.0 ] ], [ [ 106000.0, 509537.0 ], [ 105880.0, 509555.0 ], [ 105656.0, 509603.0 ], [ 105543.0, 509705.0 ], [ 105487.0, 509840.0 ], [ 105517.0, 510000.0 ] ], [ [ 107000.0, 509421.0 ], [ 106755.0, 509459.0 ], [ 106279.0, 509496.0 ], [ 106000.0, 509537.0 ] ], [ [ 108000.0, 509246.0 ], [ 107617.0, 509325.0 ], [ 107000.0, 509421.0 ] ], [ [ 109000.0, 509053.0 ], [ 108969.0, 509069.0 ], [ 108290.0, 509186.0 ], [ 108000.0, 509246.0 ] ], [ [ 109000.0, 511633.0 ], [ 109871.0, 511741.0 ] ], [ [ 108000.0, 511461.0 ], [ 108449.0, 511552.0 ], [ 108919.0, 511623.0 ], [ 109000.0, 511633.0 ] ], [ [ 107000.0, 511236.0 ], [ 107307.0, 511352.0 ], [ 107754.0, 511411.0 ], [ 108000.0, 511461.0 ] ], [ [ 109861.0, 508373.0 ], [ 109433.0, 508816.0 ], [ 109000.0, 509053.0 ] ], [ [ 106653.0, 511000.0 ], [ 106778.0, 511152.0 ], [ 107000.0, 511236.0 ] ], [ [ 106000.0, 510449.0 ], [ 106201.0, 510587.0 ], [ 106436.0, 510751.0 ], [ 106613.0, 510952.0 ], [ 106653.0, 511000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101126.0, 507000.0 ], [ 101430.0, 507138.0 ], [ 101745.0, 507321.0 ], [ 101994.0, 507521.0 ], [ 102000.0, 507530.0 ] ], [ [ 102171.0, 508000.0 ], [ 102176.0, 508116.0 ], [ 102092.0, 508444.0 ], [ 102068.0, 508719.0 ], [ 102113.0, 508986.0 ], [ 102120.0, 509000.0 ] ], [ [ 102000.0, 507530.0 ], [ 102162.0, 507775.0 ], [ 102171.0, 508000.0 ] ], [ [ 102120.0, 509000.0 ], [ 102285.0, 509322.0 ], [ 102418.0, 509449.0 ], [ 102589.0, 509567.0 ] ], [ [ 101075.0, 506977.0 ], [ 101126.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103456.0, 505768.0 ], [ 103471.0, 505799.0 ], [ 103521.0, 505830.0 ], [ 103595.0, 505823.0 ], [ 103671.0, 505770.0 ], [ 103850.0, 505775.0 ], [ 103972.0, 505860.0 ], [ 104000.0, 505897.0 ] ], [ [ 103407.0, 506000.0 ], [ 103403.0, 505996.0 ], [ 103302.0, 505963.0 ], [ 103275.0, 505951.0 ], [ 103263.0, 505936.0 ], [ 103239.0, 505922.0 ], [ 103222.0, 505906.0 ], [ 103206.0, 505885.0 ], [ 103204.0, 505867.0 ], [ 103214.0, 505809.0 ], [ 103249.0, 505780.0 ], [ 103282.0, 505770.0 ], [ 103314.0, 505766.0 ], [ 103353.0, 505752.0 ], [ 103398.0, 505752.0 ], [ 103431.0, 505754.0 ], [ 103456.0, 505768.0 ] ], [ [ 102699.0, 505000.0 ], [ 102671.0, 505054.0 ], [ 102455.0, 505379.0 ], [ 102144.0, 505709.0 ], [ 102000.0, 505890.0 ] ], [ [ 103000.0, 504448.0 ], [ 102855.0, 504709.0 ], [ 102699.0, 505000.0 ] ], [ [ 103194.0, 504000.0 ], [ 103183.0, 504131.0 ], [ 103122.0, 504287.0 ], [ 103000.0, 504448.0 ] ], [ [ 103164.0, 503000.0 ], [ 103224.0, 503674.0 ], [ 103194.0, 504000.0 ] ], [ [ 103000.0, 502413.0 ], [ 103071.0, 502563.0 ], [ 103162.0, 502974.0 ], [ 103164.0, 503000.0 ] ], [ [ 103000.0, 508468.0 ], [ 103154.0, 508541.0 ], [ 103379.0, 508657.0 ], [ 103633.0, 508705.0 ], [ 103965.0, 508615.0 ], [ 104000.0, 508602.0 ] ], [ [ 105000.0, 502381.0 ], [ 104851.0, 502579.0 ], [ 104638.0, 502665.0 ], [ 104353.0, 502600.0 ], [ 104081.0, 502313.0 ], [ 104000.0, 502239.0 ] ], [ [ 102708.0, 502000.0 ], [ 102736.0, 502019.0 ], [ 102936.0, 502278.0 ], [ 103000.0, 502413.0 ] ], [ [ 105000.0, 502034.0 ], [ 105036.0, 502076.0 ], [ 105049.0, 502316.0 ], [ 105000.0, 502381.0 ] ], [ [ 104000.0, 502239.0 ], [ 103764.0, 502024.0 ], [ 103720.0, 502000.0 ] ], [ [ 104971.0, 502000.0 ], [ 105000.0, 502034.0 ] ], [ [ 102000.0, 501778.0 ], [ 102201.0, 501760.0 ], [ 102435.0, 501818.0 ], [ 102708.0, 502000.0 ] ], [ [ 102828.0, 508000.0 ], [ 102796.0, 508190.0 ], [ 102920.0, 508430.0 ], [ 103000.0, 508468.0 ] ], [ [ 103720.0, 502000.0 ], [ 103294.0, 501763.0 ], [ 103000.0, 501607.0 ] ], [ [ 104000.0, 508602.0 ], [ 104118.0, 508561.0 ], [ 104319.0, 508454.0 ], [ 104449.0, 508273.0 ], [ 104525.0, 508024.0 ], [ 104521.0, 508000.0 ] ], [ [ 102000.0, 501270.0 ], [ 101800.0, 501392.0 ], [ 101711.0, 501493.0 ], [ 101668.0, 501649.0 ], [ 101680.0, 501739.0 ], [ 101827.0, 501803.0 ], [ 102000.0, 501778.0 ] ], [ [ 103000.0, 501607.0 ], [ 102901.0, 501554.0 ], [ 102546.0, 501401.0 ], [ 102183.0, 501261.0 ], [ 102000.0, 501270.0 ] ], [ [ 104000.0, 501225.0 ], [ 104053.0, 501239.0 ], [ 104204.0, 501351.0 ], [ 104503.0, 501592.0 ], [ 104893.0, 501910.0 ], [ 104971.0, 502000.0 ] ], [ [ 103000.0, 501123.0 ], [ 103213.0, 501154.0 ], [ 103471.0, 501181.0 ], [ 103829.0, 501180.0 ], [ 104000.0, 501225.0 ] ], [ [ 102623.0, 501000.0 ], [ 102849.0, 501075.0 ], [ 103000.0, 501123.0 ] ], [ [ 103000.0, 507486.0 ], [ 102967.0, 507616.0 ], [ 102847.0, 507884.0 ], [ 102828.0, 508000.0 ] ], [ [ 104521.0, 508000.0 ], [ 104483.0, 507742.0 ], [ 104341.0, 507512.0 ], [ 104161.0, 507271.0 ], [ 104000.0, 507108.0 ] ], [ [ 103018.0, 507000.0 ], [ 103030.0, 507010.0 ], [ 103057.0, 507260.0 ], [ 103000.0, 507486.0 ] ], [ [ 104000.0, 507108.0 ], [ 103933.0, 507000.0 ] ], [ [ 102825.0, 500000.0 ], [ 102830.0, 500064.0 ], [ 102795.0, 500220.0 ], [ 102753.0, 500355.0 ], [ 102734.0, 500469.0 ], [ 102763.0, 500554.0 ], [ 102779.0, 500624.0 ], [ 102739.0, 500659.0 ], [ 102689.0, 500640.0 ], [ 102635.0, 500542.0 ], [ 102555.0, 500505.0 ], [ 102488.0, 500534.0 ], [ 102432.0, 500643.0 ], [ 102439.0, 500733.0 ], [ 102432.0, 500791.0 ], [ 102379.0, 500806.0 ], [ 102276.0, 500706.0 ], [ 102236.0, 500699.0 ], [ 102268.0, 500744.0 ], [ 102315.0, 500822.0 ], [ 102386.0, 500896.0 ], [ 102466.0, 500941.0 ], [ 102623.0, 501000.0 ] ], [ [ 103000.0, 506985.0 ], [ 103018.0, 507000.0 ] ], [ [ 102000.0, 499479.0 ], [ 102075.0, 499602.0 ], [ 102216.0, 499616.0 ], [ 102399.0, 499582.0 ], [ 102553.0, 499588.0 ], [ 102686.0, 499645.0 ], [ 102815.0, 499876.0 ], [ 102825.0, 500000.0 ] ], [ [ 101871.0, 499000.0 ], [ 101920.0, 499104.0 ], [ 101961.0, 499339.0 ], [ 101989.0, 499461.0 ], [ 102000.0, 499479.0 ] ], [ [ 107000.0, 506892.0 ], [ 107238.0, 506920.0 ], [ 107614.0, 506953.0 ], [ 107872.0, 506962.0 ], [ 108000.0, 506952.0 ] ], [ [ 106000.0, 506826.0 ], [ 106047.0, 506836.0 ], [ 106414.0, 506866.0 ], [ 106826.0, 506871.0 ], [ 107000.0, 506892.0 ] ], [ [ 103933.0, 507000.0 ], [ 103862.0, 506885.0 ], [ 103787.0, 506677.0 ] ], [ [ 101167.0, 498000.0 ], [ 101205.0, 498093.0 ], [ 101382.0, 498363.0 ], [ 101525.0, 498565.0 ], [ 101765.0, 498777.0 ], [ 101871.0, 499000.0 ] ], [ [ 108000.0, 506952.0 ], [ 108026.0, 506950.0 ], [ 108342.0, 506832.0 ], [ 108800.0, 506610.0 ], [ 109000.0, 506561.0 ] ], [ [ 105000.0, 506532.0 ], [ 105012.0, 506538.0 ], [ 105487.0, 506709.0 ], [ 106000.0, 506826.0 ] ], [ [ 102000.0, 506507.0 ], [ 102032.0, 506557.0 ], [ 102221.0, 506723.0 ], [ 102449.0, 506754.0 ], [ 102664.0, 506795.0 ], [ 102901.0, 506900.0 ], [ 103000.0, 506985.0 ] ], [ [ 109000.0, 506561.0 ], [ 109340.0, 506479.0 ], [ 109855.0, 506412.0 ] ], [ [ 101000.0, 497309.0 ], [ 101034.0, 497490.0 ], [ 101113.0, 497867.0 ], [ 101167.0, 498000.0 ] ], [ [ 103787.0, 506677.0 ], [ 103631.0, 506542.0 ], [ 103485.0, 506469.0 ], [ 103339.0, 506384.0 ], [ 103290.0, 506323.0 ], [ 103278.0, 506238.0 ], [ 103265.0, 506185.0 ] ], [ [ 104232.0, 506158.0 ], [ 104504.0, 506295.0 ], [ 105000.0, 506532.0 ] ], [ [ 100861.0, 497000.0 ], [ 100996.0, 497290.0 ], [ 101000.0, 497309.0 ] ], [ [ 100635.0, 496517.0 ], [ 100861.0, 497000.0 ] ], [ [ 101945.0, 506000.0 ], [ 101890.0, 506182.0 ], [ 101905.0, 506360.0 ], [ 102000.0, 506507.0 ] ], [ [ 103265.0, 506185.0 ], [ 103259.0, 506127.0 ], [ 103245.0, 506113.0 ], [ 103237.0, 506100.0 ], [ 103247.0, 506094.0 ], [ 103323.0, 506096.0 ], [ 103370.0, 506102.0 ], [ 103394.0, 506113.0 ], [ 103439.0, 506117.0 ], [ 103454.0, 506102.0 ], [ 103460.0, 506076.0 ], [ 103439.0, 506031.0 ], [ 103407.0, 506000.0 ] ], [ [ 104077.0, 506000.0 ], [ 104118.0, 506055.0 ], [ 104232.0, 506158.0 ] ], [ [ 104000.0, 505897.0 ], [ 104077.0, 506000.0 ] ], [ [ 102000.0, 505890.0 ], [ 101964.0, 505936.0 ], [ 101945.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104962.0, 508078.0 ], [ 104982.0, 508000.0 ] ], [ [ 106313.0, 508000.0 ], [ 106321.0, 508009.0 ], [ 106249.0, 508113.0 ], [ 106093.0, 508187.0 ], [ 106000.0, 508212.0 ] ], [ [ 104982.0, 508000.0 ], [ 105000.0, 507924.0 ] ], [ [ 106000.0, 507839.0 ], [ 106013.0, 507841.0 ], [ 106232.0, 507909.0 ], [ 106313.0, 508000.0 ] ], [ [ 105000.0, 507924.0 ], [ 105027.0, 507812.0 ], [ 105056.0, 507734.0 ], [ 105069.0, 507615.0 ], [ 105131.0, 507523.0 ], [ 105211.0, 507560.0 ], [ 105272.0, 507636.0 ], [ 105450.0, 507723.0 ], [ 105601.0, 507777.0 ], [ 105692.0, 507801.0 ], [ 105863.0, 507824.0 ], [ 106000.0, 507839.0 ] ], [ [ 106000.0, 508212.0 ], [ 105878.0, 508244.0 ], [ 105692.0, 508322.0 ], [ 105494.0, 508416.0 ], [ 105311.0, 508526.0 ], [ 105014.0, 508700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103420.0, 507141.0 ], [ 103388.0, 507186.0 ], [ 103350.0, 507276.0 ], [ 103347.0, 507412.0 ], [ 103361.0, 507537.0 ], [ 103351.0, 507679.0 ], [ 103329.0, 507787.0 ], [ 103331.0, 507882.0 ], [ 103354.0, 507966.0 ], [ 103379.0, 508000.0 ] ], [ [ 103504.0, 508000.0 ], [ 103498.0, 507909.0 ], [ 103474.0, 507786.0 ], [ 103503.0, 507641.0 ], [ 103560.0, 507525.0 ], [ 103591.0, 507447.0 ], [ 103633.0, 507309.0 ], [ 103651.0, 507198.0 ], [ 103634.0, 507141.0 ], [ 103581.0, 507108.0 ], [ 103525.0, 507098.0 ], [ 103420.0, 507141.0 ] ], [ [ 103379.0, 508000.0 ], [ 103398.0, 508028.0 ], [ 103452.0, 508064.0 ], [ 103507.0, 508043.0 ], [ 103504.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104033.0, 505750.0 ], [ 104313.0, 505899.0 ], [ 104618.0, 505982.0 ], [ 104716.0, 506000.0 ] ], [ [ 104000.0, 505734.0 ], [ 104033.0, 505750.0 ] ], [ [ 103120.0, 505811.0 ], [ 103108.0, 505775.0 ], [ 103132.0, 505738.0 ], [ 103229.0, 505702.0 ], [ 103363.0, 505677.0 ], [ 103449.0, 505714.0 ], [ 103558.0, 505738.0 ], [ 103716.0, 505726.0 ], [ 103838.0, 505690.0 ], [ 103960.0, 505714.0 ], [ 104000.0, 505734.0 ] ], [ [ 104937.0, 506000.0 ], [ 104910.0, 505920.0 ], [ 104782.0, 505860.0 ], [ 104611.0, 505796.0 ], [ 104480.0, 505729.0 ], [ 104350.0, 505647.0 ], [ 104267.0, 505538.0 ], [ 104213.0, 505413.0 ], [ 104143.0, 505303.0 ], [ 104033.0, 505194.0 ], [ 104000.0, 505176.0 ] ], [ [ 102825.0, 505000.0 ], [ 102757.0, 505158.0 ], [ 102637.0, 505348.0 ], [ 102486.0, 505515.0 ], [ 102306.0, 505762.0 ], [ 102117.0, 505968.0 ], [ 102106.0, 506000.0 ] ], [ [ 104000.0, 505176.0 ], [ 103918.0, 505131.0 ], [ 103800.0, 505057.0 ], [ 103720.0, 505000.0 ] ], [ [ 103000.0, 504591.0 ], [ 102943.0, 504699.0 ], [ 102876.0, 504881.0 ], [ 102825.0, 505000.0 ] ], [ [ 103251.0, 507000.0 ], [ 103269.0, 507088.0 ], [ 103253.0, 507407.0 ], [ 103201.0, 507724.0 ], [ 103182.0, 507863.0 ], [ 103212.0, 507964.0 ], [ 103236.0, 508000.0 ] ], [ [ 103648.0, 508000.0 ], [ 103643.0, 507985.0 ], [ 103601.0, 507782.0 ], [ 103617.0, 507650.0 ], [ 103652.0, 507538.0 ], [ 103680.0, 507386.0 ], [ 103714.0, 507130.0 ], [ 103685.0, 507000.0 ] ], [ [ 103324.0, 504000.0 ], [ 103304.0, 504015.0 ], [ 103277.0, 504139.0 ], [ 103234.0, 504268.0 ], [ 103156.0, 504372.0 ], [ 103034.0, 504527.0 ], [ 103000.0, 504591.0 ] ], [ [ 103720.0, 505000.0 ], [ 103677.0, 504970.0 ], [ 103568.0, 504855.0 ], [ 103506.0, 504651.0 ], [ 103464.0, 504394.0 ], [ 103406.0, 504276.0 ], [ 103393.0, 504119.0 ], [ 103372.0, 504022.0 ], [ 103336.0, 504000.0 ] ], [ [ 103336.0, 504000.0 ], [ 103329.0, 503996.0 ] ], [ [ 103329.0, 503996.0 ], [ 103324.0, 504000.0 ] ], [ [ 103000.0, 506686.0 ], [ 103099.0, 506719.0 ], [ 103205.0, 506780.0 ], [ 103251.0, 507000.0 ] ], [ [ 102106.0, 506000.0 ], [ 102077.0, 506081.0 ], [ 102088.0, 506277.0 ], [ 102188.0, 506413.0 ], [ 102434.0, 506565.0 ], [ 102637.0, 506604.0 ], [ 102884.0, 506647.0 ], [ 103000.0, 506686.0 ] ], [ [ 103685.0, 507000.0 ], [ 103678.0, 506967.0 ], [ 103575.0, 506704.0 ], [ 103376.0, 506581.0 ], [ 103177.0, 506449.0 ], [ 103075.0, 506340.0 ], [ 103060.0, 506254.0 ], [ 103059.0, 506180.0 ], [ 103123.0, 506079.0 ], [ 103148.0, 506000.0 ] ], [ [ 104716.0, 506000.0 ], [ 104838.0, 506021.0 ], [ 104909.0, 506021.0 ], [ 104938.0, 506001.0 ], [ 104937.0, 506000.0 ] ], [ [ 103236.0, 508000.0 ], [ 103315.0, 508118.0 ], [ 103411.0, 508158.0 ], [ 103501.0, 508164.0 ], [ 103623.0, 508206.0 ], [ 103669.0, 508187.0 ], [ 103703.0, 508155.0 ], [ 103707.0, 508125.0 ], [ 103671.0, 508067.0 ], [ 103648.0, 508000.0 ] ], [ [ 103148.0, 506000.0 ], [ 103159.0, 505970.0 ], [ 103159.0, 505906.0 ], [ 103120.0, 505811.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104000.0, 505611.0 ], [ 104058.0, 505648.0 ], [ 104128.0, 505665.0 ], [ 104177.0, 505669.0 ], [ 104202.0, 505591.0 ], [ 104167.0, 505464.0 ], [ 104062.0, 505380.0 ], [ 104000.0, 505353.0 ] ], [ [ 103000.0, 505053.0 ], [ 103016.0, 505145.0 ], [ 103059.0, 505259.0 ], [ 103081.0, 505327.0 ], [ 103039.0, 505441.0 ], [ 103035.0, 505512.0 ], [ 103066.0, 505553.0 ], [ 103165.0, 505548.0 ], [ 103260.0, 505507.0 ], [ 103338.0, 505508.0 ], [ 103469.0, 505517.0 ], [ 103554.0, 505533.0 ], [ 103609.0, 505556.0 ], [ 103714.0, 505544.0 ], [ 103853.0, 505552.0 ], [ 103968.0, 505591.0 ], [ 104000.0, 505611.0 ] ], [ [ 102992.0, 505000.0 ], [ 103000.0, 505053.0 ] ], [ [ 104000.0, 505353.0 ], [ 103934.0, 505325.0 ], [ 103866.0, 505310.0 ], [ 103733.0, 505297.0 ], [ 103594.0, 505293.0 ], [ 103501.0, 505280.0 ], [ 103419.0, 505227.0 ], [ 103365.0, 505165.0 ], [ 103340.0, 505065.0 ], [ 103342.0, 505000.0 ] ], [ [ 103000.0, 504822.0 ], [ 102993.0, 504851.0 ], [ 102987.0, 504970.0 ], [ 102992.0, 505000.0 ] ], [ [ 103342.0, 505000.0 ], [ 103343.0, 504947.0 ], [ 103387.0, 504812.0 ], [ 103405.0, 504723.0 ], [ 103398.0, 504624.0 ], [ 103370.0, 504527.0 ], [ 103306.0, 504475.0 ] ], [ [ 103306.0, 504475.0 ], [ 103276.0, 504477.0 ], [ 103212.0, 504494.0 ], [ 103161.0, 504528.0 ], [ 103088.0, 504604.0 ], [ 103021.0, 504730.0 ], [ 103000.0, 504822.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100073.0, 503308.0 ], [ 100255.0, 503560.0 ], [ 100467.0, 503706.0 ], [ 100634.0, 503784.0 ], [ 100909.0, 504000.0 ] ], [ [ 101000.0, 505056.0 ], [ 100900.0, 505249.0 ], [ 100804.0, 505548.0 ], [ 100725.0, 505768.0 ] ], [ [ 101000.0, 504073.0 ], [ 101154.0, 504196.0 ], [ 101226.0, 504419.0 ], [ 101113.0, 504678.0 ], [ 101072.0, 504916.0 ], [ 101029.0, 505000.0 ] ], [ [ 101029.0, 505000.0 ], [ 101000.0, 505056.0 ] ], [ [ 100909.0, 504000.0 ], [ 101000.0, 504073.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108000.0, 502406.0 ], [ 108087.0, 502507.0 ], [ 108217.0, 502663.0 ], [ 108529.0, 502854.0 ], [ 108870.0, 503000.0 ] ], [ [ 107881.0, 502268.0 ], [ 108000.0, 502406.0 ] ], [ [ 109000.0, 503047.0 ], [ 109403.0, 503140.0 ], [ 109846.0, 503209.0 ] ], [ [ 108870.0, 503000.0 ], [ 108953.0, 503036.0 ], [ 109000.0, 503047.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106000.0, 501667.0 ], [ 105914.0, 501538.0 ], [ 105738.0, 501378.0 ], [ 105470.0, 501194.0 ], [ 105130.0, 501017.0 ] ], [ [ 105000.0, 501471.0 ], [ 104958.0, 501445.0 ], [ 104591.0, 501273.0 ], [ 104235.0, 501062.0 ], [ 104000.0, 501001.0 ] ], [ [ 102977.0, 501000.0 ], [ 102919.0, 501002.0 ], [ 102914.0, 501000.0 ] ], [ [ 104000.0, 501001.0 ], [ 103997.0, 501000.0 ] ], [ [ 104000.0, 501000.0 ], [ 104000.0, 501001.0 ] ], [ [ 103997.0, 501000.0 ], [ 104000.0, 501000.0 ] ], [ [ 105102.0, 501000.0 ], [ 105130.0, 501017.0 ] ], [ [ 103000.0, 500999.0 ], [ 103000.0, 501000.0 ] ], [ [ 103000.0, 500999.0 ], [ 102977.0, 501000.0 ] ], [ [ 103997.0, 501000.0 ], [ 103861.0, 500964.0 ], [ 103589.0, 500957.0 ], [ 103270.0, 500991.0 ], [ 103000.0, 500999.0 ] ], [ [ 105000.0, 500939.0 ], [ 105102.0, 501000.0 ] ], [ [ 103000.0, 500860.0 ], [ 103076.0, 500871.0 ] ], [ [ 102914.0, 501000.0 ], [ 102714.0, 500936.0 ], [ 102599.0, 500849.0 ], [ 102447.0, 500686.0 ] ], [ [ 102593.0, 500665.0 ], [ 102700.0, 500737.0 ], [ 102873.0, 500842.0 ], [ 103000.0, 500860.0 ] ], [ [ 103076.0, 500871.0 ], [ 103262.0, 500811.0 ], [ 103548.0, 500669.0 ], [ 104000.0, 500613.0 ] ], [ [ 104000.0, 500613.0 ], [ 104016.0, 500611.0 ], [ 104530.0, 500706.0 ], [ 104842.0, 500845.0 ], [ 105000.0, 500939.0 ] ], [ [ 102447.0, 500686.0 ], [ 102443.0, 500679.0 ], [ 102438.0, 500659.0 ], [ 102438.0, 500648.0 ], [ 102443.0, 500632.0 ], [ 102455.0, 500618.0 ], [ 102472.0, 500610.0 ] ], [ [ 102472.0, 500610.0 ], [ 102508.0, 500607.0 ], [ 102540.0, 500616.0 ], [ 102593.0, 500665.0 ] ], [ [ 105573.0, 502000.0 ], [ 105721.0, 502192.0 ], [ 105830.0, 502503.0 ], [ 105922.0, 502679.0 ], [ 105964.0, 502779.0 ], [ 106000.0, 502804.0 ] ], [ [ 106000.0, 502804.0 ], [ 106073.0, 502855.0 ], [ 106140.0, 502889.0 ], [ 106191.0, 502880.0 ], [ 106250.0, 502821.0 ], [ 106275.0, 502754.0 ], [ 106300.0, 502536.0 ], [ 106241.0, 502175.0 ], [ 106190.0, 502000.0 ] ], [ [ 106190.0, 502000.0 ], [ 106182.0, 501974.0 ], [ 106031.0, 501714.0 ], [ 106000.0, 501667.0 ] ], [ [ 105067.0, 501512.0 ], [ 105293.0, 501689.0 ], [ 105553.0, 501974.0 ], [ 105573.0, 502000.0 ] ], [ [ 105067.0, 501512.0 ], [ 105000.0, 501471.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104000.0, 501344.0 ], [ 104066.0, 501372.0 ], [ 104212.0, 501554.0 ], [ 104322.0, 501853.0 ], [ 104240.0, 501976.0 ], [ 104070.0, 501976.0 ], [ 104000.0, 501941.0 ] ], [ [ 101746.0, 499000.0 ], [ 101798.0, 499119.0 ], [ 101803.0, 499351.0 ], [ 101868.0, 499532.0 ], [ 101983.0, 499713.0 ], [ 102000.0, 499713.0 ] ], [ [ 101000.0, 498458.0 ], [ 101014.0, 498469.0 ], [ 101298.0, 498620.0 ], [ 101545.0, 498804.0 ], [ 101733.0, 498972.0 ], [ 101746.0, 499000.0 ] ], [ [ 100859.0, 498350.0 ], [ 101000.0, 498458.0 ] ], [ [ 102000.0, 501197.0 ], [ 101777.0, 501304.0 ], [ 101555.0, 501447.0 ], [ 101464.0, 501579.0 ], [ 101411.0, 501767.0 ], [ 101410.0, 501952.0 ] ], [ [ 103000.0, 501187.0 ], [ 103129.0, 501202.0 ], [ 103370.0, 501243.0 ], [ 103566.0, 501263.0 ], [ 103716.0, 501260.0 ], [ 103904.0, 501303.0 ], [ 104000.0, 501344.0 ] ], [ [ 103000.0, 501433.0 ], [ 102924.0, 501390.0 ], [ 102680.0, 501301.0 ], [ 102433.0, 501183.0 ], [ 102200.0, 501174.0 ], [ 102010.0, 501193.0 ], [ 102000.0, 501197.0 ] ], [ [ 102483.0, 501000.0 ], [ 102519.0, 501019.0 ], [ 102695.0, 501072.0 ], [ 102825.0, 501126.0 ], [ 102981.0, 501185.0 ], [ 103000.0, 501187.0 ] ], [ [ 102719.0, 500000.0 ], [ 102718.0, 500069.0 ], [ 102647.0, 500290.0 ], [ 102549.0, 500420.0 ], [ 102451.0, 500537.0 ], [ 102426.0, 500629.0 ], [ 102425.0, 500719.0 ], [ 102428.0, 500755.0 ], [ 102383.0, 500758.0 ], [ 102335.0, 500703.0 ], [ 102258.0, 500662.0 ], [ 102213.0, 500667.0 ], [ 102202.0, 500703.0 ], [ 102273.0, 500806.0 ], [ 102308.0, 500881.0 ], [ 102394.0, 500954.0 ], [ 102483.0, 501000.0 ] ], [ [ 102000.0, 499713.0 ], [ 102154.0, 499718.0 ], [ 102367.0, 499669.0 ], [ 102536.0, 499687.0 ], [ 102721.0, 499835.0 ], [ 102719.0, 500000.0 ] ], [ [ 104000.0, 501941.0 ], [ 103813.0, 501846.0 ], [ 103584.0, 501647.0 ], [ 103339.0, 501551.0 ], [ 103171.0, 501528.0 ], [ 103000.0, 501433.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102000.0, 498402.0 ], [ 101969.0, 498369.0 ], [ 101923.0, 498283.0 ], [ 101915.0, 498213.0 ] ], [ [ 101915.0, 498213.0 ], [ 102000.0, 498112.0 ] ], [ [ 102000.0, 498112.0 ], [ 102089.0, 498086.0 ], [ 102229.0, 498080.0 ], [ 102314.0, 498109.0 ], [ 102385.0, 498153.0 ], [ 102448.0, 498261.0 ], [ 102489.0, 498430.0 ], [ 102459.0, 498621.0 ], [ 102442.0, 498788.0 ], [ 102423.0, 498923.0 ], [ 102387.0, 498989.0 ], [ 102319.0, 498982.0 ], [ 102242.0, 498884.0 ], [ 102174.0, 498734.0 ], [ 102101.0, 498550.0 ], [ 102027.0, 498431.0 ], [ 102000.0, 498402.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102059.0, 496537.0 ], [ 102152.0, 496738.0 ], [ 102425.0, 497000.0 ] ], [ [ 103380.0, 498000.0 ], [ 103399.0, 498074.0 ], [ 103495.0, 498260.0 ], [ 103691.0, 498504.0 ], [ 103832.0, 498694.0 ], [ 103911.0, 498779.0 ] ], [ [ 103000.0, 497487.0 ], [ 103089.0, 497544.0 ], [ 103240.0, 497683.0 ], [ 103334.0, 497828.0 ], [ 103380.0, 498000.0 ] ], [ [ 102425.0, 497000.0 ], [ 102509.0, 497081.0 ], [ 102703.0, 497292.0 ], [ 102892.0, 497418.0 ], [ 103000.0, 497487.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105017.0, 496579.0 ], [ 104871.0, 497000.0 ] ], [ [ 104624.0, 498000.0 ], [ 104632.0, 498452.0 ], [ 104719.0, 498586.0 ] ], [ [ 104871.0, 497000.0 ], [ 104768.0, 497295.0 ], [ 104670.0, 497552.0 ], [ 104622.0, 497876.0 ], [ 104624.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105850.0, 496590.0 ], [ 105823.0, 497000.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values_edited.geojson new file mode 100644 index 0000000..76bced4 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/DS32/DS32_union_with_values_edited.geojson @@ -0,0 +1,27 @@ +{ +"type": "FeatureCollection", +"name": "DS32_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": 1.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108388.0, 515000.0 ], [ 109023.0, 515311.0 ], [ 109882.0, 515696.0 ] ], [ [ 108000.0, 514809.0 ], [ 108388.0, 515000.0 ] ], [ [ 107000.0, 514204.0 ], [ 107302.0, 514393.0 ], [ 107943.0, 514781.0 ], [ 108000.0, 514809.0 ] ], [ [ 106668.0, 514000.0 ], [ 106729.0, 514035.0 ], [ 107000.0, 514204.0 ] ], [ [ 106000.0, 513582.0 ], [ 106150.0, 513687.0 ], [ 106457.0, 513877.0 ], [ 106668.0, 514000.0 ] ], [ [ 105214.0, 513000.0 ], [ 105447.0, 513191.0 ], [ 106000.0, 513582.0 ] ], [ [ 101752.0, 505000.0 ], [ 101616.0, 505302.0 ], [ 101479.0, 505653.0 ], [ 101424.0, 506000.0 ] ], [ [ 105000.0, 512815.0 ], [ 105214.0, 513000.0 ] ], [ [ 104000.0, 512056.0 ], [ 104150.0, 512215.0 ], [ 104583.0, 512534.0 ], [ 104908.0, 512735.0 ], [ 105000.0, 512815.0 ] ], [ [ 103947.0, 512000.0 ], [ 104000.0, 512056.0 ] ], [ [ 102000.0, 504659.0 ], [ 101995.0, 504672.0 ], [ 101758.0, 504987.0 ], [ 101752.0, 505000.0 ] ], [ [ 103586.0, 511000.0 ], [ 103571.0, 511025.0 ], [ 103627.0, 511357.0 ], [ 103649.0, 511520.0 ], [ 103818.0, 511864.0 ], [ 103947.0, 512000.0 ] ], [ [ 104000.0, 510749.0 ], [ 103736.0, 510761.0 ], [ 103586.0, 511000.0 ] ], [ [ 105000.0, 510769.0 ], [ 104844.0, 510835.0 ], [ 104491.0, 510803.0 ], [ 104043.0, 510747.0 ], [ 104000.0, 510749.0 ] ], [ [ 102254.0, 504000.0 ], [ 102263.0, 504053.0 ], [ 102252.0, 504184.0 ], [ 102130.0, 504352.0 ], [ 102000.0, 504659.0 ] ], [ [ 105000.0, 510502.0 ], [ 105014.0, 510549.0 ], [ 105023.0, 510760.0 ], [ 105000.0, 510769.0 ] ], [ [ 104935.0, 510000.0 ], [ 104935.0, 510051.0 ], [ 104958.0, 510365.0 ], [ 105000.0, 510502.0 ] ], [ [ 102000.0, 503743.0 ], [ 102100.0, 503799.0 ], [ 102243.0, 503934.0 ], [ 102254.0, 504000.0 ] ], [ [ 105000.0, 509441.0 ], [ 104938.0, 509698.0 ], [ 104935.0, 510000.0 ] ], [ [ 101000.0, 503084.0 ], [ 101092.0, 503153.0 ], [ 101314.0, 503295.0 ], [ 101476.0, 503422.0 ], [ 101679.0, 503598.0 ], [ 101923.0, 503700.0 ], [ 102000.0, 503743.0 ] ], [ [ 103000.0, 509352.0 ], [ 103242.0, 509384.0 ], [ 103523.0, 509346.0 ], [ 103810.0, 509265.0 ], [ 104000.0, 509165.0 ] ], [ [ 100804.0, 503000.0 ], [ 100917.0, 503022.0 ], [ 101000.0, 503084.0 ] ], [ [ 100757.0, 503000.0 ], [ 100804.0, 503000.0 ] ], [ [ 102531.0, 509000.0 ], [ 102689.0, 509150.0 ], [ 102968.0, 509348.0 ], [ 103000.0, 509352.0 ] ], [ [ 104000.0, 509165.0 ], [ 104086.0, 509120.0 ], [ 104191.0, 509000.0 ] ], [ [ 105321.0, 509000.0 ], [ 105261.0, 509060.0 ], [ 105027.0, 509330.0 ], [ 105000.0, 509441.0 ] ], [ [ 100769.0, 502993.0 ], [ 100804.0, 503000.0 ] ], [ [ 106000.0, 508438.0 ], [ 105906.0, 508486.0 ], [ 105518.0, 508804.0 ], [ 105321.0, 509000.0 ] ], [ [ 102338.0, 508000.0 ], [ 102316.0, 508080.0 ], [ 102244.0, 508433.0 ], [ 102273.0, 508692.0 ], [ 102439.0, 508913.0 ], [ 102531.0, 509000.0 ] ], [ [ 104191.0, 509000.0 ], [ 104269.0, 508912.0 ], [ 104401.0, 508632.0 ], [ 104718.0, 508228.0 ], [ 104802.0, 508000.0 ] ], [ [ 106951.0, 508000.0 ], [ 106936.0, 508068.0 ], [ 106700.0, 508134.0 ], [ 106241.0, 508313.0 ], [ 106000.0, 508438.0 ] ], [ [ 106000.0, 507571.0 ], [ 106228.0, 507584.0 ], [ 106602.0, 507634.0 ], [ 106809.0, 507736.0 ], [ 106966.0, 507933.0 ], [ 106951.0, 508000.0 ] ], [ [ 104802.0, 508000.0 ], [ 104813.0, 507970.0 ], [ 104879.0, 507754.0 ], [ 104943.0, 507470.0 ], [ 104957.0, 507340.0 ], [ 105000.0, 507278.0 ] ], [ [ 105000.0, 507278.0 ], [ 105012.0, 507260.0 ], [ 105148.0, 507254.0 ], [ 105400.0, 507381.0 ], [ 105668.0, 507500.0 ], [ 105939.0, 507567.0 ], [ 106000.0, 507571.0 ] ], [ [ 102000.0, 507171.0 ], [ 102016.0, 507175.0 ], [ 102310.0, 507270.0 ], [ 102454.0, 507427.0 ], [ 102406.0, 507755.0 ], [ 102338.0, 508000.0 ] ], [ [ 101611.0, 507000.0 ], [ 101798.0, 507119.0 ], [ 102000.0, 507171.0 ] ], [ [ 101424.0, 506000.0 ], [ 101413.0, 506072.0 ], [ 101416.0, 506380.0 ], [ 101488.0, 506791.0 ], [ 101607.0, 506998.0 ], [ 101611.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 3.0, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103385.0, 505891.0 ], [ 103376.0, 505864.0 ], [ 103370.0, 505852.0 ], [ 103368.0, 505817.0 ], [ 103370.0, 505801.0 ], [ 103382.0, 505778.0 ], [ 103396.0, 505772.0 ], [ 103417.0, 505766.0 ], [ 103435.0, 505766.0 ], [ 103448.0, 505776.0 ], [ 103456.0, 505795.0 ], [ 103471.0, 505822.0 ] ], [ [ 109000.0, 513536.0 ], [ 109304.0, 513592.0 ], [ 109876.0, 513657.0 ] ], [ [ 108000.0, 513352.0 ], [ 109000.0, 513536.0 ] ], [ [ 107000.0, 513006.0 ], [ 107679.0, 513293.0 ], [ 108000.0, 513352.0 ] ], [ [ 102000.0, 505665.0 ], [ 101904.0, 505759.0 ], [ 101820.0, 505927.0 ], [ 101804.0, 506000.0 ] ], [ [ 106986.0, 513000.0 ], [ 107000.0, 513006.0 ] ], [ [ 107000.0, 513000.0 ], [ 107000.0, 513006.0 ] ], [ [ 106986.0, 513000.0 ], [ 107000.0, 513000.0 ] ], [ [ 102526.0, 505000.0 ], [ 102291.0, 505379.0 ], [ 102110.0, 505559.0 ], [ 102000.0, 505665.0 ] ], [ [ 106000.0, 512515.0 ], [ 106312.0, 512715.0 ], [ 106986.0, 513000.0 ] ], [ [ 105476.0, 512000.0 ], [ 105478.0, 512053.0 ], [ 105713.0, 512331.0 ], [ 106000.0, 512515.0 ] ], [ [ 105451.0, 511000.0 ], [ 105478.0, 511048.0 ], [ 105521.0, 511411.0 ], [ 105457.0, 511625.0 ], [ 105476.0, 512000.0 ] ], [ [ 103000.0, 504319.0 ], [ 102888.0, 504437.0 ], [ 102735.0, 504651.0 ], [ 102526.0, 505000.0 ] ], [ [ 105286.0, 510706.0 ], [ 105307.0, 510748.0 ], [ 105451.0, 511000.0 ] ], [ [ 103123.0, 504000.0 ], [ 103116.0, 504168.0 ], [ 103048.0, 504268.0 ], [ 103000.0, 504319.0 ] ], [ [ 105104.0, 510000.0 ], [ 105092.0, 510044.0 ], [ 105067.0, 510324.0 ], [ 105184.0, 510563.0 ], [ 105286.0, 510706.0 ] ], [ [ 103000.0, 503562.0 ], [ 103054.0, 503629.0 ], [ 103125.0, 503971.0 ], [ 103123.0, 504000.0 ] ], [ [ 102000.0, 503086.0 ], [ 102262.0, 503253.0 ], [ 102561.0, 503271.0 ], [ 102873.0, 503402.0 ], [ 103000.0, 503562.0 ] ], [ [ 101890.0, 503000.0 ], [ 101966.0, 503064.0 ], [ 102000.0, 503086.0 ] ], [ [ 105929.0, 509000.0 ], [ 105833.0, 509031.0 ], [ 105527.0, 509227.0 ], [ 105394.0, 509355.0 ], [ 105242.0, 509557.0 ], [ 105176.0, 509730.0 ], [ 105104.0, 510000.0 ] ], [ [ 106000.0, 508977.0 ], [ 105929.0, 509000.0 ] ], [ [ 103000.0, 508643.0 ], [ 103164.0, 508751.0 ], [ 103345.0, 508804.0 ], [ 103522.0, 508875.0 ], [ 103654.0, 508881.0 ], [ 103748.0, 508869.0 ], [ 103894.0, 508829.0 ], [ 104000.0, 508759.0 ] ], [ [ 107000.0, 508625.0 ], [ 106409.0, 508846.0 ], [ 106000.0, 508977.0 ] ], [ [ 101609.0, 502742.0 ], [ 101743.0, 502875.0 ], [ 101890.0, 503000.0 ] ], [ [ 108000.0, 508338.0 ], [ 107634.0, 508417.0 ], [ 107069.0, 508600.0 ], [ 107000.0, 508625.0 ] ], [ [ 102615.0, 508000.0 ], [ 102610.0, 508053.0 ], [ 102618.0, 508273.0 ], [ 102704.0, 508441.0 ], [ 102844.0, 508581.0 ], [ 103000.0, 508643.0 ] ], [ [ 104000.0, 508759.0 ], [ 104064.0, 508716.0 ], [ 104215.0, 508610.0 ], [ 104315.0, 508532.0 ], [ 104421.0, 508429.0 ], [ 104489.0, 508367.0 ], [ 104541.0, 508272.0 ], [ 104583.0, 508161.0 ], [ 104603.0, 508000.0 ] ], [ [ 108868.0, 508000.0 ], [ 108812.0, 508041.0 ], [ 108635.0, 508150.0 ], [ 108105.0, 508315.0 ], [ 108000.0, 508338.0 ] ], [ [ 109000.0, 507876.0 ], [ 108944.0, 507945.0 ], [ 108868.0, 508000.0 ] ], [ [ 109000.0, 507507.0 ], [ 109021.0, 507511.0 ], [ 109089.0, 507767.0 ], [ 109000.0, 507876.0 ] ], [ [ 108000.0, 507406.0 ], [ 108145.0, 507452.0 ], [ 108366.0, 507482.0 ], [ 108841.0, 507477.0 ], [ 109000.0, 507507.0 ] ], [ [ 107000.0, 507143.0 ], [ 107215.0, 507168.0 ], [ 107602.0, 507258.0 ], [ 107877.0, 507366.0 ], [ 108000.0, 507406.0 ] ], [ [ 102744.0, 507000.0 ], [ 102799.0, 507035.0 ], [ 102870.0, 507161.0 ], [ 102805.0, 507406.0 ], [ 102703.0, 507635.0 ], [ 102633.0, 507822.0 ], [ 102615.0, 508000.0 ] ], [ [ 104603.0, 508000.0 ], [ 104608.0, 507895.0 ], [ 104574.0, 507730.0 ], [ 104483.0, 507559.0 ], [ 104366.0, 507354.0 ], [ 104213.0, 507171.0 ], [ 104094.0, 507052.0 ], [ 104054.0, 507000.0 ] ], [ [ 106305.0, 507000.0 ], [ 106570.0, 507068.0 ], [ 106900.0, 507131.0 ], [ 107000.0, 507143.0 ] ], [ [ 106000.0, 506965.0 ], [ 106305.0, 507000.0 ] ], [ [ 104054.0, 507000.0 ], [ 104000.0, 506931.0 ] ], [ [ 102000.0, 506760.0 ], [ 102155.0, 506803.0 ], [ 102298.0, 506838.0 ], [ 102445.0, 506897.0 ], [ 102636.0, 506932.0 ], [ 102744.0, 507000.0 ] ], [ [ 104000.0, 506931.0 ], [ 103918.0, 506739.0 ], [ 103918.0, 506688.0 ] ], [ [ 105000.0, 506663.0 ], [ 105229.0, 506766.0 ], [ 105510.0, 506863.0 ], [ 105824.0, 506945.0 ], [ 106000.0, 506965.0 ] ], [ [ 104472.0, 506378.0 ], [ 104571.0, 506437.0 ], [ 104967.0, 506648.0 ], [ 105000.0, 506663.0 ] ], [ [ 104000.0, 506071.0 ], [ 104081.0, 506156.0 ], [ 104261.0, 506282.0 ], [ 104412.0, 506344.0 ], [ 104472.0, 506378.0 ] ], [ [ 101804.0, 506000.0 ], [ 101754.0, 506233.0 ], [ 101758.0, 506432.0 ], [ 101794.0, 506604.0 ], [ 101955.0, 506747.0 ], [ 102000.0, 506760.0 ] ], [ [ 103918.0, 506688.0 ], [ 103888.0, 506630.0 ], [ 103821.0, 506558.0 ], [ 103737.0, 506479.0 ], [ 103645.0, 506428.0 ], [ 103544.0, 506349.0 ], [ 103519.0, 506298.0 ], [ 103481.0, 506240.0 ], [ 103477.0, 506210.0 ], [ 103477.0, 506181.0 ], [ 103502.0, 506173.0 ], [ 103515.0, 506135.0 ], [ 103523.0, 506080.0 ], [ 103506.0, 506030.0 ], [ 103476.0, 506000.0 ] ], [ [ 103925.0, 506000.0 ], [ 104000.0, 506071.0 ] ], [ [ 103476.0, 506000.0 ], [ 103460.0, 505984.0 ], [ 103385.0, 505891.0 ] ], [ [ 103471.0, 505822.0 ], [ 103502.0, 505841.0 ], [ 103565.0, 505850.0 ], [ 103615.0, 505837.0 ], [ 103678.0, 505837.0 ], [ 103749.0, 505862.0 ], [ 103858.0, 505938.0 ], [ 103925.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104000.0, 513000.0 ], [ 104000.0, 513013.0 ] ], [ [ 103989.0, 513000.0 ], [ 104000.0, 513000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103796.0, 510356.0 ], [ 103449.0, 510610.0 ], [ 103306.0, 510821.0 ], [ 103294.0, 511000.0 ] ], [ [ 103431.0, 512000.0 ], [ 103466.0, 512155.0 ], [ 103493.0, 512294.0 ], [ 103559.0, 512449.0 ], [ 103628.0, 512622.0 ], [ 103659.0, 512685.0 ] ], [ [ 103294.0, 511000.0 ], [ 103290.0, 511066.0 ], [ 103295.0, 511464.0 ], [ 103338.0, 511625.0 ], [ 103404.0, 511884.0 ], [ 103431.0, 512000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105813.0, 510281.0 ], [ 105977.0, 510434.0 ], [ 106000.0, 510449.0 ] ], [ [ 105517.0, 510000.0 ], [ 105525.0, 510039.0 ], [ 105813.0, 510281.0 ] ], [ [ 106000.0, 509537.0 ], [ 105880.0, 509555.0 ], [ 105656.0, 509603.0 ], [ 105543.0, 509705.0 ], [ 105487.0, 509840.0 ], [ 105517.0, 510000.0 ] ], [ [ 107000.0, 509421.0 ], [ 106755.0, 509459.0 ], [ 106279.0, 509496.0 ], [ 106000.0, 509537.0 ] ], [ [ 108000.0, 509246.0 ], [ 107617.0, 509325.0 ], [ 107000.0, 509421.0 ] ], [ [ 109000.0, 509053.0 ], [ 108969.0, 509069.0 ], [ 108290.0, 509186.0 ], [ 108000.0, 509246.0 ] ], [ [ 109000.0, 511633.0 ], [ 109871.0, 511741.0 ] ], [ [ 108000.0, 511461.0 ], [ 108449.0, 511552.0 ], [ 108919.0, 511623.0 ], [ 109000.0, 511633.0 ] ], [ [ 107000.0, 511236.0 ], [ 107307.0, 511352.0 ], [ 107754.0, 511411.0 ], [ 108000.0, 511461.0 ] ], [ [ 109861.0, 508373.0 ], [ 109433.0, 508816.0 ], [ 109000.0, 509053.0 ] ], [ [ 106653.0, 511000.0 ], [ 106778.0, 511152.0 ], [ 107000.0, 511236.0 ] ], [ [ 106000.0, 510449.0 ], [ 106201.0, 510587.0 ], [ 106436.0, 510751.0 ], [ 106613.0, 510952.0 ], [ 106653.0, 511000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101126.0, 507000.0 ], [ 101430.0, 507138.0 ], [ 101745.0, 507321.0 ], [ 101994.0, 507521.0 ], [ 102000.0, 507530.0 ] ], [ [ 102171.0, 508000.0 ], [ 102176.0, 508116.0 ], [ 102092.0, 508444.0 ], [ 102068.0, 508719.0 ], [ 102113.0, 508986.0 ], [ 102120.0, 509000.0 ] ], [ [ 102000.0, 507530.0 ], [ 102162.0, 507775.0 ], [ 102171.0, 508000.0 ] ], [ [ 102120.0, 509000.0 ], [ 102285.0, 509322.0 ], [ 102418.0, 509449.0 ], [ 102589.0, 509567.0 ] ], [ [ 101075.0, 506977.0 ], [ 101126.0, 507000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103456.0, 505768.0 ], [ 103471.0, 505799.0 ], [ 103521.0, 505830.0 ], [ 103595.0, 505823.0 ], [ 103671.0, 505770.0 ], [ 103850.0, 505775.0 ], [ 103972.0, 505860.0 ], [ 104000.0, 505897.0 ] ], [ [ 103407.0, 506000.0 ], [ 103403.0, 505996.0 ], [ 103302.0, 505963.0 ], [ 103275.0, 505951.0 ], [ 103263.0, 505936.0 ], [ 103239.0, 505922.0 ], [ 103222.0, 505906.0 ], [ 103206.0, 505885.0 ], [ 103204.0, 505867.0 ], [ 103214.0, 505809.0 ], [ 103249.0, 505780.0 ], [ 103282.0, 505770.0 ], [ 103314.0, 505766.0 ], [ 103353.0, 505752.0 ], [ 103398.0, 505752.0 ], [ 103431.0, 505754.0 ], [ 103456.0, 505768.0 ] ], [ [ 102699.0, 505000.0 ], [ 102671.0, 505054.0 ], [ 102455.0, 505379.0 ], [ 102144.0, 505709.0 ], [ 102000.0, 505890.0 ] ], [ [ 103000.0, 504448.0 ], [ 102855.0, 504709.0 ], [ 102699.0, 505000.0 ] ], [ [ 103194.0, 504000.0 ], [ 103183.0, 504131.0 ], [ 103122.0, 504287.0 ], [ 103000.0, 504448.0 ] ], [ [ 103164.0, 503000.0 ], [ 103224.0, 503674.0 ], [ 103194.0, 504000.0 ] ], [ [ 103000.0, 502413.0 ], [ 103071.0, 502563.0 ], [ 103162.0, 502974.0 ], [ 103164.0, 503000.0 ] ], [ [ 103000.0, 508468.0 ], [ 103154.0, 508541.0 ], [ 103379.0, 508657.0 ], [ 103633.0, 508705.0 ], [ 103965.0, 508615.0 ], [ 104000.0, 508602.0 ] ], [ [ 105000.0, 502381.0 ], [ 104851.0, 502579.0 ], [ 104638.0, 502665.0 ], [ 104353.0, 502600.0 ], [ 104081.0, 502313.0 ], [ 104000.0, 502239.0 ] ], [ [ 102708.0, 502000.0 ], [ 102736.0, 502019.0 ], [ 102936.0, 502278.0 ], [ 103000.0, 502413.0 ] ], [ [ 105000.0, 502034.0 ], [ 105036.0, 502076.0 ], [ 105049.0, 502316.0 ], [ 105000.0, 502381.0 ] ], [ [ 104000.0, 502239.0 ], [ 103764.0, 502024.0 ], [ 103720.0, 502000.0 ] ], [ [ 104971.0, 502000.0 ], [ 105000.0, 502034.0 ] ], [ [ 102000.0, 501778.0 ], [ 102201.0, 501760.0 ], [ 102435.0, 501818.0 ], [ 102708.0, 502000.0 ] ], [ [ 102828.0, 508000.0 ], [ 102796.0, 508190.0 ], [ 102920.0, 508430.0 ], [ 103000.0, 508468.0 ] ], [ [ 103720.0, 502000.0 ], [ 103294.0, 501763.0 ], [ 103000.0, 501607.0 ] ], [ [ 104000.0, 508602.0 ], [ 104118.0, 508561.0 ], [ 104319.0, 508454.0 ], [ 104449.0, 508273.0 ], [ 104525.0, 508024.0 ], [ 104521.0, 508000.0 ] ], [ [ 102000.0, 501270.0 ], [ 101800.0, 501392.0 ], [ 101711.0, 501493.0 ], [ 101668.0, 501649.0 ], [ 101680.0, 501739.0 ], [ 101827.0, 501803.0 ], [ 102000.0, 501778.0 ] ], [ [ 103000.0, 501607.0 ], [ 102901.0, 501554.0 ], [ 102546.0, 501401.0 ], [ 102183.0, 501261.0 ], [ 102000.0, 501270.0 ] ], [ [ 104000.0, 501225.0 ], [ 104053.0, 501239.0 ], [ 104204.0, 501351.0 ], [ 104503.0, 501592.0 ], [ 104893.0, 501910.0 ], [ 104971.0, 502000.0 ] ], [ [ 103000.0, 501123.0 ], [ 103213.0, 501154.0 ], [ 103471.0, 501181.0 ], [ 103829.0, 501180.0 ], [ 104000.0, 501225.0 ] ], [ [ 102623.0, 501000.0 ], [ 102849.0, 501075.0 ], [ 103000.0, 501123.0 ] ], [ [ 103000.0, 507486.0 ], [ 102967.0, 507616.0 ], [ 102847.0, 507884.0 ], [ 102828.0, 508000.0 ] ], [ [ 104521.0, 508000.0 ], [ 104483.0, 507742.0 ], [ 104341.0, 507512.0 ], [ 104161.0, 507271.0 ], [ 104000.0, 507108.0 ] ], [ [ 103018.0, 507000.0 ], [ 103030.0, 507010.0 ], [ 103057.0, 507260.0 ], [ 103000.0, 507486.0 ] ], [ [ 104000.0, 507108.0 ], [ 103933.0, 507000.0 ] ], [ [ 102825.0, 500000.0 ], [ 102830.0, 500064.0 ], [ 102795.0, 500220.0 ], [ 102753.0, 500355.0 ], [ 102734.0, 500469.0 ], [ 102763.0, 500554.0 ], [ 102779.0, 500624.0 ], [ 102739.0, 500659.0 ], [ 102689.0, 500640.0 ], [ 102635.0, 500542.0 ], [ 102555.0, 500505.0 ], [ 102488.0, 500534.0 ], [ 102432.0, 500643.0 ], [ 102439.0, 500733.0 ], [ 102432.0, 500791.0 ], [ 102379.0, 500806.0 ], [ 102276.0, 500706.0 ], [ 102236.0, 500699.0 ], [ 102268.0, 500744.0 ], [ 102315.0, 500822.0 ], [ 102386.0, 500896.0 ], [ 102466.0, 500941.0 ], [ 102623.0, 501000.0 ] ], [ [ 103000.0, 506985.0 ], [ 103018.0, 507000.0 ] ], [ [ 102000.0, 499479.0 ], [ 102075.0, 499602.0 ], [ 102216.0, 499616.0 ], [ 102399.0, 499582.0 ], [ 102553.0, 499588.0 ], [ 102686.0, 499645.0 ], [ 102815.0, 499876.0 ], [ 102825.0, 500000.0 ] ], [ [ 101871.0, 499000.0 ], [ 101920.0, 499104.0 ], [ 101961.0, 499339.0 ], [ 101989.0, 499461.0 ], [ 102000.0, 499479.0 ] ], [ [ 107000.0, 506892.0 ], [ 107238.0, 506920.0 ], [ 107614.0, 506953.0 ], [ 107872.0, 506962.0 ], [ 108000.0, 506952.0 ] ], [ [ 106000.0, 506826.0 ], [ 106047.0, 506836.0 ], [ 106414.0, 506866.0 ], [ 106826.0, 506871.0 ], [ 107000.0, 506892.0 ] ], [ [ 103933.0, 507000.0 ], [ 103862.0, 506885.0 ], [ 103787.0, 506677.0 ] ], [ [ 101167.0, 498000.0 ], [ 101205.0, 498093.0 ], [ 101382.0, 498363.0 ], [ 101525.0, 498565.0 ], [ 101765.0, 498777.0 ], [ 101871.0, 499000.0 ] ], [ [ 108000.0, 506952.0 ], [ 108026.0, 506950.0 ], [ 108342.0, 506832.0 ], [ 108800.0, 506610.0 ], [ 109000.0, 506561.0 ] ], [ [ 105000.0, 506532.0 ], [ 105012.0, 506538.0 ], [ 105487.0, 506709.0 ], [ 106000.0, 506826.0 ] ], [ [ 102000.0, 506507.0 ], [ 102032.0, 506557.0 ], [ 102221.0, 506723.0 ], [ 102449.0, 506754.0 ], [ 102664.0, 506795.0 ], [ 102901.0, 506900.0 ], [ 103000.0, 506985.0 ] ], [ [ 109000.0, 506561.0 ], [ 109340.0, 506479.0 ], [ 109855.0, 506412.0 ] ], [ [ 101000.0, 497309.0 ], [ 101034.0, 497490.0 ], [ 101113.0, 497867.0 ], [ 101167.0, 498000.0 ] ], [ [ 103787.0, 506677.0 ], [ 103631.0, 506542.0 ], [ 103485.0, 506469.0 ], [ 103339.0, 506384.0 ], [ 103290.0, 506323.0 ], [ 103278.0, 506238.0 ], [ 103265.0, 506185.0 ] ], [ [ 104232.0, 506158.0 ], [ 104504.0, 506295.0 ], [ 105000.0, 506532.0 ] ], [ [ 100861.0, 497000.0 ], [ 100996.0, 497290.0 ], [ 101000.0, 497309.0 ] ], [ [ 100635.0, 496517.0 ], [ 100861.0, 497000.0 ] ], [ [ 101945.0, 506000.0 ], [ 101890.0, 506182.0 ], [ 101905.0, 506360.0 ], [ 102000.0, 506507.0 ] ], [ [ 103265.0, 506185.0 ], [ 103259.0, 506127.0 ], [ 103245.0, 506113.0 ], [ 103237.0, 506100.0 ], [ 103247.0, 506094.0 ], [ 103323.0, 506096.0 ], [ 103370.0, 506102.0 ], [ 103394.0, 506113.0 ], [ 103439.0, 506117.0 ], [ 103454.0, 506102.0 ], [ 103460.0, 506076.0 ], [ 103439.0, 506031.0 ], [ 103407.0, 506000.0 ] ], [ [ 104077.0, 506000.0 ], [ 104118.0, 506055.0 ], [ 104232.0, 506158.0 ] ], [ [ 104000.0, 505897.0 ], [ 104077.0, 506000.0 ] ], [ [ 102000.0, 505890.0 ], [ 101964.0, 505936.0 ], [ 101945.0, 506000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104962.0, 508078.0 ], [ 104982.0, 508000.0 ] ], [ [ 106313.0, 508000.0 ], [ 106321.0, 508009.0 ], [ 106249.0, 508113.0 ], [ 106093.0, 508187.0 ], [ 106000.0, 508212.0 ] ], [ [ 104982.0, 508000.0 ], [ 105000.0, 507924.0 ] ], [ [ 106000.0, 507839.0 ], [ 106013.0, 507841.0 ], [ 106232.0, 507909.0 ], [ 106313.0, 508000.0 ] ], [ [ 105000.0, 507924.0 ], [ 105027.0, 507812.0 ], [ 105056.0, 507734.0 ], [ 105069.0, 507615.0 ], [ 105131.0, 507523.0 ], [ 105211.0, 507560.0 ], [ 105272.0, 507636.0 ], [ 105450.0, 507723.0 ], [ 105601.0, 507777.0 ], [ 105692.0, 507801.0 ], [ 105863.0, 507824.0 ], [ 106000.0, 507839.0 ] ], [ [ 106000.0, 508212.0 ], [ 105878.0, 508244.0 ], [ 105692.0, 508322.0 ], [ 105494.0, 508416.0 ], [ 105311.0, 508526.0 ], [ 105014.0, 508700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103420.0, 507141.0 ], [ 103388.0, 507186.0 ], [ 103350.0, 507276.0 ], [ 103347.0, 507412.0 ], [ 103361.0, 507537.0 ], [ 103351.0, 507679.0 ], [ 103329.0, 507787.0 ], [ 103331.0, 507882.0 ], [ 103354.0, 507966.0 ], [ 103379.0, 508000.0 ] ], [ [ 103504.0, 508000.0 ], [ 103498.0, 507909.0 ], [ 103474.0, 507786.0 ], [ 103503.0, 507641.0 ], [ 103560.0, 507525.0 ], [ 103591.0, 507447.0 ], [ 103633.0, 507309.0 ], [ 103651.0, 507198.0 ], [ 103634.0, 507141.0 ], [ 103581.0, 507108.0 ], [ 103525.0, 507098.0 ], [ 103420.0, 507141.0 ] ], [ [ 103379.0, 508000.0 ], [ 103398.0, 508028.0 ], [ 103452.0, 508064.0 ], [ 103507.0, 508043.0 ], [ 103504.0, 508000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104033.0, 505750.0 ], [ 104313.0, 505899.0 ], [ 104618.0, 505982.0 ], [ 104716.0, 506000.0 ] ], [ [ 104000.0, 505734.0 ], [ 104033.0, 505750.0 ] ], [ [ 103120.0, 505811.0 ], [ 103108.0, 505775.0 ], [ 103132.0, 505738.0 ], [ 103229.0, 505702.0 ], [ 103363.0, 505677.0 ], [ 103449.0, 505714.0 ], [ 103558.0, 505738.0 ], [ 103716.0, 505726.0 ], [ 103838.0, 505690.0 ], [ 103960.0, 505714.0 ], [ 104000.0, 505734.0 ] ], [ [ 104937.0, 506000.0 ], [ 104910.0, 505920.0 ], [ 104782.0, 505860.0 ], [ 104611.0, 505796.0 ], [ 104480.0, 505729.0 ], [ 104350.0, 505647.0 ], [ 104267.0, 505538.0 ], [ 104213.0, 505413.0 ], [ 104143.0, 505303.0 ], [ 104033.0, 505194.0 ], [ 104000.0, 505176.0 ] ], [ [ 102825.0, 505000.0 ], [ 102757.0, 505158.0 ], [ 102637.0, 505348.0 ], [ 102486.0, 505515.0 ], [ 102306.0, 505762.0 ], [ 102117.0, 505968.0 ], [ 102106.0, 506000.0 ] ], [ [ 104000.0, 505176.0 ], [ 103918.0, 505131.0 ], [ 103800.0, 505057.0 ], [ 103720.0, 505000.0 ] ], [ [ 103000.0, 504591.0 ], [ 102943.0, 504699.0 ], [ 102876.0, 504881.0 ], [ 102825.0, 505000.0 ] ], [ [ 103251.0, 507000.0 ], [ 103269.0, 507088.0 ], [ 103253.0, 507407.0 ], [ 103201.0, 507724.0 ], [ 103182.0, 507863.0 ], [ 103212.0, 507964.0 ], [ 103236.0, 508000.0 ] ], [ [ 103648.0, 508000.0 ], [ 103643.0, 507985.0 ], [ 103601.0, 507782.0 ], [ 103617.0, 507650.0 ], [ 103652.0, 507538.0 ], [ 103680.0, 507386.0 ], [ 103714.0, 507130.0 ], [ 103685.0, 507000.0 ] ], [ [ 103324.0, 504000.0 ], [ 103304.0, 504015.0 ], [ 103277.0, 504139.0 ], [ 103234.0, 504268.0 ], [ 103156.0, 504372.0 ], [ 103034.0, 504527.0 ], [ 103000.0, 504591.0 ] ], [ [ 103720.0, 505000.0 ], [ 103677.0, 504970.0 ], [ 103568.0, 504855.0 ], [ 103506.0, 504651.0 ], [ 103464.0, 504394.0 ], [ 103406.0, 504276.0 ], [ 103393.0, 504119.0 ], [ 103372.0, 504022.0 ], [ 103336.0, 504000.0 ] ], [ [ 103336.0, 504000.0 ], [ 103329.0, 503996.0 ] ], [ [ 103329.0, 503996.0 ], [ 103324.0, 504000.0 ] ], [ [ 103000.0, 506686.0 ], [ 103099.0, 506719.0 ], [ 103205.0, 506780.0 ], [ 103251.0, 507000.0 ] ], [ [ 102106.0, 506000.0 ], [ 102077.0, 506081.0 ], [ 102088.0, 506277.0 ], [ 102188.0, 506413.0 ], [ 102434.0, 506565.0 ], [ 102637.0, 506604.0 ], [ 102884.0, 506647.0 ], [ 103000.0, 506686.0 ] ], [ [ 103685.0, 507000.0 ], [ 103678.0, 506967.0 ], [ 103575.0, 506704.0 ], [ 103376.0, 506581.0 ], [ 103177.0, 506449.0 ], [ 103075.0, 506340.0 ], [ 103060.0, 506254.0 ], [ 103059.0, 506180.0 ], [ 103123.0, 506079.0 ], [ 103148.0, 506000.0 ] ], [ [ 104716.0, 506000.0 ], [ 104838.0, 506021.0 ], [ 104909.0, 506021.0 ], [ 104938.0, 506001.0 ], [ 104937.0, 506000.0 ] ], [ [ 103236.0, 508000.0 ], [ 103315.0, 508118.0 ], [ 103411.0, 508158.0 ], [ 103501.0, 508164.0 ], [ 103623.0, 508206.0 ], [ 103669.0, 508187.0 ], [ 103703.0, 508155.0 ], [ 103707.0, 508125.0 ], [ 103671.0, 508067.0 ], [ 103648.0, 508000.0 ] ], [ [ 103148.0, 506000.0 ], [ 103159.0, 505970.0 ], [ 103159.0, 505906.0 ], [ 103120.0, 505811.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104000.0, 505611.0 ], [ 104058.0, 505648.0 ], [ 104128.0, 505665.0 ], [ 104177.0, 505669.0 ], [ 104202.0, 505591.0 ], [ 104167.0, 505464.0 ], [ 104062.0, 505380.0 ], [ 104000.0, 505353.0 ] ], [ [ 103000.0, 505053.0 ], [ 103016.0, 505145.0 ], [ 103059.0, 505259.0 ], [ 103081.0, 505327.0 ], [ 103039.0, 505441.0 ], [ 103035.0, 505512.0 ], [ 103066.0, 505553.0 ], [ 103165.0, 505548.0 ], [ 103260.0, 505507.0 ], [ 103338.0, 505508.0 ], [ 103469.0, 505517.0 ], [ 103554.0, 505533.0 ], [ 103609.0, 505556.0 ], [ 103714.0, 505544.0 ], [ 103853.0, 505552.0 ], [ 103968.0, 505591.0 ], [ 104000.0, 505611.0 ] ], [ [ 102992.0, 505000.0 ], [ 103000.0, 505053.0 ] ], [ [ 104000.0, 505353.0 ], [ 103934.0, 505325.0 ], [ 103866.0, 505310.0 ], [ 103733.0, 505297.0 ], [ 103594.0, 505293.0 ], [ 103501.0, 505280.0 ], [ 103419.0, 505227.0 ], [ 103365.0, 505165.0 ], [ 103340.0, 505065.0 ], [ 103342.0, 505000.0 ] ], [ [ 103000.0, 504822.0 ], [ 102993.0, 504851.0 ], [ 102987.0, 504970.0 ], [ 102992.0, 505000.0 ] ], [ [ 103342.0, 505000.0 ], [ 103343.0, 504947.0 ], [ 103387.0, 504812.0 ], [ 103405.0, 504723.0 ], [ 103398.0, 504624.0 ], [ 103370.0, 504527.0 ], [ 103306.0, 504475.0 ] ], [ [ 103306.0, 504475.0 ], [ 103276.0, 504477.0 ], [ 103212.0, 504494.0 ], [ 103161.0, 504528.0 ], [ 103088.0, 504604.0 ], [ 103021.0, 504730.0 ], [ 103000.0, 504822.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100073.0, 503308.0 ], [ 100255.0, 503560.0 ], [ 100467.0, 503706.0 ], [ 100634.0, 503784.0 ], [ 100909.0, 504000.0 ] ], [ [ 101000.0, 505056.0 ], [ 100900.0, 505249.0 ], [ 100804.0, 505548.0 ], [ 100725.0, 505768.0 ] ], [ [ 101000.0, 504073.0 ], [ 101154.0, 504196.0 ], [ 101226.0, 504419.0 ], [ 101113.0, 504678.0 ], [ 101072.0, 504916.0 ], [ 101029.0, 505000.0 ] ], [ [ 101029.0, 505000.0 ], [ 101000.0, 505056.0 ] ], [ [ 100909.0, 504000.0 ], [ 101000.0, 504073.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108000.0, 502406.0 ], [ 108087.0, 502507.0 ], [ 108217.0, 502663.0 ], [ 108529.0, 502854.0 ], [ 108870.0, 503000.0 ] ], [ [ 107881.0, 502268.0 ], [ 108000.0, 502406.0 ] ], [ [ 109000.0, 503047.0 ], [ 109403.0, 503140.0 ], [ 109846.0, 503209.0 ] ], [ [ 108870.0, 503000.0 ], [ 108953.0, 503036.0 ], [ 109000.0, 503047.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 10.0, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106000.0, 501667.0 ], [ 105914.0, 501538.0 ], [ 105738.0, 501378.0 ], [ 105470.0, 501194.0 ], [ 105130.0, 501017.0 ] ], [ [ 105000.0, 501471.0 ], [ 104958.0, 501445.0 ], [ 104591.0, 501273.0 ], [ 104235.0, 501062.0 ], [ 104000.0, 501001.0 ] ], [ [ 102977.0, 501000.0 ], [ 102919.0, 501002.0 ], [ 102914.0, 501000.0 ] ], [ [ 104000.0, 501001.0 ], [ 103997.0, 501000.0 ] ], [ [ 104000.0, 501000.0 ], [ 104000.0, 501001.0 ] ], [ [ 103997.0, 501000.0 ], [ 104000.0, 501000.0 ] ], [ [ 105102.0, 501000.0 ], [ 105130.0, 501017.0 ] ], [ [ 103000.0, 500999.0 ], [ 103000.0, 501000.0 ] ], [ [ 103000.0, 500999.0 ], [ 102977.0, 501000.0 ] ], [ [ 103997.0, 501000.0 ], [ 103861.0, 500964.0 ], [ 103589.0, 500957.0 ], [ 103270.0, 500991.0 ], [ 103000.0, 500999.0 ] ], [ [ 105000.0, 500939.0 ], [ 105102.0, 501000.0 ] ], [ [ 103000.0, 500860.0 ], [ 103076.0, 500871.0 ] ], [ [ 102914.0, 501000.0 ], [ 102714.0, 500936.0 ], [ 102599.0, 500849.0 ], [ 102447.0, 500686.0 ] ], [ [ 102593.0, 500665.0 ], [ 102700.0, 500737.0 ], [ 102873.0, 500842.0 ], [ 103000.0, 500860.0 ] ], [ [ 103076.0, 500871.0 ], [ 103262.0, 500811.0 ], [ 103548.0, 500669.0 ], [ 104000.0, 500613.0 ] ], [ [ 104000.0, 500613.0 ], [ 104016.0, 500611.0 ], [ 104530.0, 500706.0 ], [ 104842.0, 500845.0 ], [ 105000.0, 500939.0 ] ], [ [ 102447.0, 500686.0 ], [ 102443.0, 500679.0 ], [ 102438.0, 500659.0 ], [ 102438.0, 500648.0 ], [ 102443.0, 500632.0 ], [ 102455.0, 500618.0 ], [ 102472.0, 500610.0 ] ], [ [ 102472.0, 500610.0 ], [ 102508.0, 500607.0 ], [ 102540.0, 500616.0 ], [ 102593.0, 500665.0 ] ], [ [ 105573.0, 502000.0 ], [ 105721.0, 502192.0 ], [ 105830.0, 502503.0 ], [ 105922.0, 502679.0 ], [ 105964.0, 502779.0 ], [ 106000.0, 502804.0 ] ], [ [ 106000.0, 502804.0 ], [ 106073.0, 502855.0 ], [ 106140.0, 502889.0 ], [ 106191.0, 502880.0 ], [ 106250.0, 502821.0 ], [ 106275.0, 502754.0 ], [ 106300.0, 502536.0 ], [ 106241.0, 502175.0 ], [ 106190.0, 502000.0 ] ], [ [ 106190.0, 502000.0 ], [ 106182.0, 501974.0 ], [ 106031.0, 501714.0 ], [ 106000.0, 501667.0 ] ], [ [ 105067.0, 501512.0 ], [ 105293.0, 501689.0 ], [ 105553.0, 501974.0 ], [ 105573.0, 502000.0 ] ], [ [ 105067.0, 501512.0 ], [ 105000.0, 501471.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104000.0, 501344.0 ], [ 104066.0, 501372.0 ], [ 104212.0, 501554.0 ], [ 104322.0, 501853.0 ], [ 104240.0, 501976.0 ], [ 104070.0, 501976.0 ], [ 104000.0, 501941.0 ] ], [ [ 101746.0, 499000.0 ], [ 101798.0, 499119.0 ], [ 101803.0, 499351.0 ], [ 101868.0, 499532.0 ], [ 101983.0, 499713.0 ], [ 102000.0, 499713.0 ] ], [ [ 101000.0, 498458.0 ], [ 101014.0, 498469.0 ], [ 101298.0, 498620.0 ], [ 101545.0, 498804.0 ], [ 101733.0, 498972.0 ], [ 101746.0, 499000.0 ] ], [ [ 100859.0, 498350.0 ], [ 101000.0, 498458.0 ] ], [ [ 102000.0, 501197.0 ], [ 101777.0, 501304.0 ], [ 101555.0, 501447.0 ], [ 101464.0, 501579.0 ], [ 101411.0, 501767.0 ], [ 101410.0, 501952.0 ] ], [ [ 103000.0, 501187.0 ], [ 103129.0, 501202.0 ], [ 103370.0, 501243.0 ], [ 103566.0, 501263.0 ], [ 103716.0, 501260.0 ], [ 103904.0, 501303.0 ], [ 104000.0, 501344.0 ] ], [ [ 103000.0, 501433.0 ], [ 102924.0, 501390.0 ], [ 102680.0, 501301.0 ], [ 102433.0, 501183.0 ], [ 102200.0, 501174.0 ], [ 102010.0, 501193.0 ], [ 102000.0, 501197.0 ] ], [ [ 102483.0, 501000.0 ], [ 102519.0, 501019.0 ], [ 102695.0, 501072.0 ], [ 102825.0, 501126.0 ], [ 102981.0, 501185.0 ], [ 103000.0, 501187.0 ] ], [ [ 102719.0, 500000.0 ], [ 102718.0, 500069.0 ], [ 102647.0, 500290.0 ], [ 102549.0, 500420.0 ], [ 102451.0, 500537.0 ], [ 102426.0, 500629.0 ], [ 102425.0, 500719.0 ], [ 102428.0, 500755.0 ], [ 102383.0, 500758.0 ], [ 102335.0, 500703.0 ], [ 102258.0, 500662.0 ], [ 102213.0, 500667.0 ], [ 102202.0, 500703.0 ], [ 102273.0, 500806.0 ], [ 102308.0, 500881.0 ], [ 102394.0, 500954.0 ], [ 102483.0, 501000.0 ] ], [ [ 102000.0, 499713.0 ], [ 102154.0, 499718.0 ], [ 102367.0, 499669.0 ], [ 102536.0, 499687.0 ], [ 102721.0, 499835.0 ], [ 102719.0, 500000.0 ] ], [ [ 104000.0, 501941.0 ], [ 103813.0, 501846.0 ], [ 103584.0, 501647.0 ], [ 103339.0, 501551.0 ], [ 103171.0, 501528.0 ], [ 103000.0, 501433.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102000.0, 498402.0 ], [ 101969.0, 498369.0 ], [ 101923.0, 498283.0 ], [ 101915.0, 498213.0 ] ], [ [ 101915.0, 498213.0 ], [ 102000.0, 498112.0 ] ], [ [ 102000.0, 498112.0 ], [ 102089.0, 498086.0 ], [ 102229.0, 498080.0 ], [ 102314.0, 498109.0 ], [ 102385.0, 498153.0 ], [ 102448.0, 498261.0 ], [ 102489.0, 498430.0 ], [ 102459.0, 498621.0 ], [ 102442.0, 498788.0 ], [ 102423.0, 498923.0 ], [ 102387.0, 498989.0 ], [ 102319.0, 498982.0 ], [ 102242.0, 498884.0 ], [ 102174.0, 498734.0 ], [ 102101.0, 498550.0 ], [ 102027.0, 498431.0 ], [ 102000.0, 498402.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102059.0, 496537.0 ], [ 102152.0, 496738.0 ], [ 102425.0, 497000.0 ] ], [ [ 103380.0, 498000.0 ], [ 103399.0, 498074.0 ], [ 103495.0, 498260.0 ], [ 103691.0, 498504.0 ], [ 103832.0, 498694.0 ], [ 103911.0, 498779.0 ] ], [ [ 103000.0, 497487.0 ], [ 103089.0, 497544.0 ], [ 103240.0, 497683.0 ], [ 103334.0, 497828.0 ], [ 103380.0, 498000.0 ] ], [ [ 102425.0, 497000.0 ], [ 102509.0, 497081.0 ], [ 102703.0, 497292.0 ], [ 102892.0, 497418.0 ], [ 103000.0, 497487.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 3.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105017.0, 496579.0 ], [ 104871.0, 497000.0 ] ], [ [ 104624.0, 498000.0 ], [ 104632.0, 498452.0 ], [ 104719.0, 498586.0 ] ], [ [ 104871.0, 497000.0 ], [ 104768.0, 497295.0 ], [ 104670.0, 497552.0 ], [ 104622.0, 497876.0 ], [ 104624.0, 498000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105850.0, 496590.0 ], [ 105823.0, 497000.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py new file mode 100644 index 0000000..3b9892a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py @@ -0,0 +1,267 @@ +import os + +import geopandas as gpd +import matplotlib as mpl +import matplotlib.pyplot as plt +import numpy as np +import pandas as pd +import xarray as xr +from nhflotools.pwnlayers2.prepare_data.interpolation_helper_functions import ( + CRS_RD, + get_point_values, + interpolate_gdf, + polyline_from_points, +) +# TODO: Alle boring na de Koster dataset toevoegen/evalueren, zodat er meer punten zijn voor de interpolatie (get_point_values()). +# TODO: Koster "daw_bestanden" en "kaarten_2024_voor_interpolatie" mapjes op de juiste plek zetten +# TODO: "if fpath_shp_ber.exists() is True:" in get_point_values() eruit. Als laag is S11 dan skip +# TODO: get_point_values(layer_name) label bij punten met de bron van de data +# TODO: "daw_data_TS_DS.shp" in get_point_values() heeft 0.01m dikte voor aquitards die afwezig zijn. Check of deze punten in masks liggen +# TODO: Waarom gdf_t = gdf_t.drop_duplicates() and gdf_d = gdf_d.drop_duplicates() +# TODO: Verkennen. Laagdikte nul als contouren interpreteren ipv aanpak met gdf_within +# TODO: Sanity checks voor gdf_d en gdf_t. Geen negatieve dikten. Hoe wordt omgegaan met ontbrekende waarden? Doorsnijdt Top min dikte de top van de onderliggende laag? + + +try: + import pyvista as pv +except ImportError as e: + msg = "pyvista is not installed. Please install it to run this script." + raise ImportError(msg) from e + +# Define the interpolation grid (to be replaced with the model grid in NHFLO) +xmin, ymin = 95000, 496000 +xmax, ymax = 115000, 533000 +dx = 100.0 +xi = np.arange(xmin, xmax + dx, dx) +yi = np.arange(ymin, ymax + dx, dx) +X, Y = np.meshgrid(xi, yi) + +# Create a GeoDataFrame with the points of the interpolation +# grid. The values are set to zero, which get used as helper +# points in the interpolation of the thickness in the areas +# where the layer is reported as absent by Kosten (1997) + +# TODO: No data => Nan +pts = gpd.points_from_xy(X.ravel(), Y.ravel()) +gdf_pt = gpd.GeoDataFrame( + geometry=pts, + data={"value": [0] * len(pts)}, + crs=CRS_RD, +) + +# Names of the layers to be interpolated +layer_names = ["S11", "S12", "S13", "S21", "S22", "S31", "S32"] + +# Define colours for the 3D plot +cmap_t = mpl.colormaps["Blues"] +colors_t = cmap_t(np.linspace(0.5, 1, len(layer_names))) + +cmap_b = mpl.colormaps["Oranges"] +colors_b = cmap_b(np.linspace(0.5, 1, len(layer_names))) + +fig, ax = plt.subplots() +# cf = plt.contourf(X, Y, zint_t.reshape(X.shape)) +# plt.colorbar(mappable=cf) +# plt.plot(x, y,'o', ms=3, mec='w', mfc='none' ) +# plt.axis('square') +# plt.show() + +# Define a line for creating a cross section that shows the +# projection of the layer top/bottoms along a line. +ln_xs = polyline_from_points( + np.array([ + [(xmin + xmax) / 2, ymin, 0], + [(xmin + xmax) / 2, ymax, 0], + [(xmin + xmax) / 2, ymax, -15000], + [(xmin + xmax) / 2, ymin, -15000], + ]) +) + +# Create a plotter instance for the 3D plot +plotter = pv.Plotter() +# Same for the cross section +plotter_xs = pv.Plotter() + +overlap = np.zeros(X.shape) + +da = xr.DataArray( + data=overlap, + dims=["lat", "lon"], + coords={ + "lat": yi, + "lon": xi, + }, +) + +# TODO: Use nlmod is_nothsea function +# Load the polygon to fill the nans below the North Sea with nearest neighbour interpolation values +fpath_shp = os.path.join(__file__, "..", "noordzee_clip", "noordzee_clip.shp") +gdf_ns = gpd.read_file(fpath_shp) + +# Create a list with the names of the subfolders where the interpolation result will be stored +subdirs = ["top_aquitard", "dikte_aquitard", "bot_aquitard"] + +# Loop over the layers +# TODO: omit the following line +fpath_gpkg = os.path.join(__file__, "..", "interpolation_points.gpkg") +for c, layer_name in enumerate(layer_names): + # Create GeoDataFrames with the data points of the top and thicknesses + gdf_t = get_point_values(f"T{layer_name}") + # gdf_t.set_crs(CRS_RD) + gdf_d = get_point_values(f"D{layer_name}") + # gdf_d.set_crs(CRS_RD) + + # Read the polygons that indicate the absence of a layer (0.01 m polygons in the Koster (1997) shapefiles) + fpath_shp = os.path.join(__file__, "..", "dikte_aquitard", f"D{layer_name}", f"D{layer_name}_mask.shp") + gdf_msk = gpd.read_file(fpath_shp) + gdf_msk = gdf_msk[["geometry", "VALUE"]] + gdf_msk = gdf_msk.rename(columns={"VALUE": "value"}) + gdf_within = gpd.sjoin(gdf_pt, gdf_msk, predicate="within") + gdf_d = pd.concat([gdf_d, gdf_within[["geometry", "value_left"]]]) + + gdf_t = gdf_t.drop_duplicates() + gdf_d = gdf_d.drop_duplicates() + + # Store the interpolation points (layer top) so that they can be visualised in QGIS + # Experimental, commented out for the time being + # gdf_t.to_file( + # fpath_gpkg, + # driver="GPKG", + # mode="a", + # layer=layer_name, + # ) + + # gdf_d.to_file( + # fpath_gpkg, + # driver="GPKG", + # mode="a", + # layer=layer_name, + # ) + + # # Store the interpolation points (layer top) so that they can be visualised in QGIS + fpath_shp = os.path.join( + __file__, + "..", + "top_aquitard", + f"T{layer_name}", + f"T{layer_name}_interpolation_points.shp", + ) + gdf_t.set_crs(CRS_RD) + # gdf_t.to_file(fpath_shp) + + # # Store the interpolation points (layer thickness) so that they can be visualised in QGIS + fpath_shp = os.path.join( + __file__, + "..", + "dikte_aquitard", + f"D{layer_name}", + f"D{layer_name}_interpolation_points.shp", + ) + gdf_d.set_crs(CRS_RD) + # gdf_d.to_file(fpath_shp) + + # Interpolate the top + zint_t = interpolate_gdf(gdf_pt, gdf_t, gdf_ns=gdf_ns) + # Interpolate the thickness + zint_d = interpolate_gdf(gdf_pt, gdf_d, gdf_ns=gdf_ns, gdf_msk=gdf_msk) + + # Check if a mask exists for the Bergen area + fpath_shp = os.path.join( + __file__, + "..", + "dikte_aquitard", + f"D{layer_name}", + f"D{layer_name}_mask_bergen_area.shp", + ) + if os.path.isfile(fpath_shp): + # Read the shapefile + gdf_msk_bergen = gpd.read_file(fpath_shp) + # Check which grid points are within the clipping polygons + gdf_within = gpd.sjoin(gdf_pt, gdf_msk_bergen, predicate="within") + # Convert their indices to a list + idx_msk = gdf_within.index.to_list() + # Set the interpolated values to NaN + zint_t[idx_msk] = np.nan + zint_d[idx_msk] = np.nan + + # Calculate the layer bottom using the interpolated values + zint_b = zint_t - zint_d + + # Store the interpolated values for visualization in QGIS + for subdir, zint in zip(subdirs, [zint_t, zint_d, zint_b], strict=False): + da.values = zint.reshape(X.shape) + fstem = f"{subdir[0].capitalize()}{layer_name}" + fpath = os.path.join("..", "gis", "kaarten_2024_geinterpoleerd", subdir, fstem) + os.makedirs(fpath, exist_ok=True) + fpath = os.path.join(fpath, f"{fstem}.nc") + da.to_netcdf(fpath) + + # Determine the areas where the bottom of a layer is below the top of the underlying layer + if c > 0: + dz = zint_b0 - zint_t # Note that zint_b0 is not defined until the first layer has been processed # noqa: F821 + dz[dz > 0] = np.nan + da.values = dz.reshape(X.shape) + + fpath = os.path.join( + "..", "gis", "kaarten_2024_geinterpoleerd", "overlap", f"overlap_{layer_names[c - 1]}_{layer_name}.nc" + ) + da.to_netcdf(fpath) + + zint_b0 = zint_b # Store the bottom of the current layer for comparison with the top of the next layer + # zint_t[np.isnan(zint_t)] = 0 + # zint_b[np.isnan(zint_b)] = 0 + + # Add the top to the 3D plot + grid_t = pv.StructuredGrid(X, Y, zint_t.reshape(X.shape) * 100) + for i in np.where(np.isnan(zint_t))[0]: + grid_t.BlankPoint(i) + + plotter.add_mesh( + grid_t, + color=colors_t[c], + style="surface", + show_edges=False, + nan_opacity=0, + # scalars=grid.points[:, -1], + # scalar_bar_args={'vertical': True}, + ) + + # Add the top to the 3D cross section with the projected top and bottom elevations + line_slice_t = grid_t.slice_along_line(ln_xs) + plotter_xs.add_mesh( + line_slice_t, + line_width=1, + render_lines_as_tubes=False, + color=colors_t[c], + ) + + # Add the bottom to the 3D plot + grid_b = pv.StructuredGrid(X, Y, zint_b.reshape(X.shape) * 100) + for i in np.where(np.isnan(zint_b))[0]: + grid_b.BlankPoint(i) + + plotter.add_mesh( + grid_b, + color=colors_b[c], + style="surface", + show_edges=False, + nan_opacity=0, + # scalars=grid.points[:, -1], + # scalar_bar_args={'vertical': True}, + ) + + # Add the bottom to the 3D cross section with the projected top and bottom elevations + line_slice_b = grid_b.slice_along_line(ln_xs) + plotter_xs.add_mesh( + line_slice_b, + line_width=1, + render_lines_as_tubes=False, + color=colors_b[c], + ) + +# Activate the 3D plots +plotter.show_grid() +plotter.show() + +plotter_xs.add_mesh(ln_xs, line_width=1, color="grey") +plotter_xs.show() diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py new file mode 100644 index 0000000..ac11feb --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py @@ -0,0 +1,635 @@ +from pathlib import Path + +import geopandas as gpd +import numpy as np +import pandas as pd +import pyvista as pv +from scipy.interpolate import griddata + +# Default CRS, Amersfoort RD +CRS_RD = 28992 + +# These dictonaries map the polygon values in the hnflo data +# version of the Koster shapefiles to values for the contour +# lines. The value that is assigned to the contour line is the +# value that occurs in both lists that correspond to a polygon +# value. So for example, a line that borders a polygon with +# -1.50 and 0 for TS11 will be assigned a value of -0.50 m. +LEGEND_DICTS = { + "TS11": { + -3.75: [-2.5], + -1.50: [-2.50, -0.50], + 0: [-0.50, 0.50], + 1.50: [0.50, 2.50], + 3.75: [2.50, 5.00], + 5.50: [5.00], + }, + "DS11": { + 0.13: [0.25], + 0.38: [0.25, 0.50], + 0.75: [0.50, 1.00], + 1.50: [1.00, 2.00], + 2.50: [2.00, 3.00], + 4.00: [3.00, 5.00], + 6.00: [5.00, 7.50], + 7.75: [7.50], + }, + "TS12": { + 0.5: [0.00], + -2.50: [-5.00, 0.00], + -7.50: [-10.00, -5.00], + -12.50: [-15.00, -10.00], + -17.50: [-15.00], + }, + "DS12": { + 0.75: [1.00], + 2.00: [1.00, 3.00], + 4.00: [3.00, 5.00], + 7.50: [5.00, 10.00], + 12.50: [10.00, 15.00], + 17.50: [15.00, 20.00], + 22.50: [20.00, 25.00], + 27.50: [25.00], + }, + "TS13": { + -12.50: [-15.00], + -17.50: [-20.00, -15.00], + -22.50: [-25.00, -20.00], + -27.50: [-30.00, -25.00], + -32.50: [-35.00, -30.00], + -36.00: [-35.00], + }, + "DS13": { + 0.25: [0.50], + 0.75: [0.50, 1.00], + 2.00: [1.00, 3.00], + 4.00: [3.00, 5.00], + 7.50: [5.00, 10.00], + 12.50: [10.00, 15.00], + 17.50: [15.00, 20.00], + 22.50: [20.00, 25.00], + 27.50: [25.00], + }, + "TS21": { + -25.00: [-30.00, -20.00], + -35.00: [-40.00, -30.00], + -45.00: [-50.00, -40.00], + -55.00: [-60.00, -50.00], + -65.00: [-60.00], + }, + "DS21": { + 2.00: [3.00], + 4.00: [3.00, 5.00], + 7.50: [5.00, 10.00], + 12.50: [10.00, 15.00], + 17.50: [15.00, 20.00], + 22.50: [20.00, 25.00], + 27.50: [25.00, 30.00], + 32.50: [30.00, 35.00], + 37.50: [35.00, 40.00], + 42.50: [40.00], + }, + "TS22": { + -25.00: [-30.00], + -35.00: [-40.00, -30.00], + -45.00: [-50.00, -40.00], + -55.00: [-60.00, -50.00], + -65.00: [-70.00, -60.00], + -75.00: [-80.00, -70.00], + -85.00: [-90.00, -80.00], + -95.00: [-90.00], + }, + "DS22": { + 2.50: [5.00], + 7.50: [5.00, 10.00], + 12.50: [10.00, 15.00], + 17.50: [15.00, 20.00], + 22.50: [20.00, 25.00], + 27.50: [25.00, 30.00], + 32.50: [30.00, 35.00], + 37.50: [35.00, 40.00], + 42.50: [40.00, 45.00], + 47.50: [45.00, 50.00], + 52.50: [50.00], + }, + "TS31": { + -45.00: [-50.00], + -55.00: [-60.00, -50.00], + -65.00: [-70.00, -60.00], + -75.00: [-80.00, -70.00], + -85.00: [-90.00, -80.00], + -95.00: [-100.0, -90.00], + -105.0: [-100.0], + }, + "DS31": { + 0.25: [0.50], + 0.75: [0.50, 1.00], + 2.00: [1.00, 3.00], + 4.00: [3.00, 5.00], + 7.50: [5.00, 10.00], + 12.50: [10.00, 15.00], + 17.50: [15.00], + }, + "TS32": { + -77.50: [-80.00], + -82.50: [-85.00, -80.00], + -87.50: [-90.00, -85.00], + -92.50: [-95.00 - 90.00], + -97.50: [-100.0, -95.00], + -102.5: [-105.0, -100.00], + -107.5: [-110.0, -105.00], + -112.5: [-110.0], + }, + "DS32": { + 0.25: [0.50], + 0.75: [0.50, 1.00], + 2.00: [1.00, 3.00], + 4.00: [3.00, 5.00], + 7.50: [5.00, 10.00], + 12.50: [10.00, 15.00], + 17.50: [15.00], + }, +} + + +def get_internal_contour_lines(gdf_ln, gdf_pl): + """This function looks for linestrings in gdf_ln that do not + overlap with the polygon boundaries in gdf_pl. The purpose is + to separate the lines that represent a thickness from the lines + that represent the limit of occurrence of a layer. Only used + for thicknesses, not for the tops. + + Parameters + ---------- + gdf_ln : GeoDataFrame + GeoDataFrame containing the linestrings of the thickness + contours + gdf_pl : GeoDataFrame + GeoDataFrame with the polygons of the thickness + + Returns + ------- + GeoDataFrame + Returns gdf_ln without the linestrings that overlap with the + limit of occurrence + """ + # Select only the polygons which indicate the regions where the layer does not occur + idx = gdf_pl["VALUE"] == 0.01 + + # Create a new GeoDataFrame containing the polygon boundaries as (Multi)LineStrings + gdf_bnd = gpd.GeoDataFrame( + geometry=gdf_pl.loc[idx, "geometry"].boundary, + crs=CRS_RD, + ) + # Explode so that MultiLineStrings become LineStrings + gdf_bnd = gdf_bnd.explode() + # Create a buffer around the polygon boundaries because in rare cases there + # are minor differences between the line vertices and the polygon vertices + gdf_bnd["geometry"] = gdf_bnd["geometry"].buffer(2.0) + + # Do a spatial join to find out which linestrings in gdf_ln are within + # the polygons of gdf_bnd. Those that are, should not be returned by + # the function. + gdf_jn = gpd.sjoin(gdf_bnd, gdf_ln, how="left", predicate="contains") + # Use the index of gdf_ln to create an GeoSeries to slice gdf_ln with + idx = gdf_ln.index.isin(gdf_jn["index_right"]) + + # Return gdf_ln without the linestrings that overlap with the 0.01 m + # thickness polygon boundaries. + return gdf_ln.loc[~idx] + + +def assign_poly_values_to_linestrings( + gdf_ln, # GeoDataFrame with contour lines + gdf_pl, # GeoDataFrame with the Koster (1997) polygons + layer_name, # Name of the layer +): + """This function tries to identify which polygons in gdf_pl border + a contour line in gdf_ln. Ideally, a contour line forms the separation + between two polygons but this is not always the case due to topology + errors and the addition of polygons to the Koster (1997) shapefiles + from other sources (occurs mostly in the southern part of the area). + + Parameters + ---------- + gdf_ln : GeoDataFrame + GeoDataFrame containing the linestrings of the thickness + contours + gdf_pl : GeoDataFrame + GeoDataFrame with the polygons of the thickness + layer_name : str + Name of the layer being processed. This is needed to look up + the dictionary in LEGEND_DICTS that maps the Koster (1997) + legend entries to the top/thickness values assigned to the + polygons. + + Returns + ------- + GeoDataFrame + A GeoDataFrame with for each linestring the assigned value, + the number of bordering polygons found and any remarks. + """ + # Get the legend_dict for the current layer + legend_dict = LEGEND_DICTS[layer_name] + + # Check for polygons with VALUE attribute of 0.01 m, signals where layer is absent + # Only returns rows for DS files, no effect for TS files + idx = gdf_pl["VALUE"] == 0.01 + # Remove the 0.01 m polygons + gdf_pl = gdf_pl.loc[~idx] + # Renumber the index + gdf_pl = gdf_pl.reindex(index=range(len(gdf_pl))) + # Make geometries valid by using the buffer(0) trick + gdf_pl["geometry"] = gdf_pl.buffer(0) + + # Determine which linestrings in gdf_ln intersect which polygons in gdf_pl + gdf_int = gpd.sjoin(gdf_ln, gdf_pl, how="left", predicate="intersects") + + data = [] + # The index of gdf_int contains duplicates because most lines will + # intersect multiple polygons. + for i in gdf_int.index.unique(): + # Select the rows for the contour linestring and store in a separate + # GeoDataFrame + idx = gdf_int.index == i + gdf_i = gdf_int.loc[idx] + + # Determine the length of the DataFrame, i.e. the number of polygons that intersect the linestring + N = len(gdf_i) + + # Default remark for N == 2 + remark = "Value assigned automatically in Python script." + + # The linestring's geometry is the same for all rows of gdf_i. Only one is + # needed to build the GeoDataFrame returned by the function. + geom = gdf_i["geometry"].values[0] + + # Ideally each contour has a polygon to either side, so N == 2. This is not always the case, + # hence the need for these conditional statements + if N == 2: + # Get the VALUE attribute of each polygon + v0 = gdf_i["VALUE"].values[0] + v1 = gdf_i["VALUE"].values[1] + # Get the legend range from legend_dict + list0 = legend_dict.get(v0) + list1 = legend_dict.get(v1) + # The value may not correspond to a range in the original Koster (1997) + # as polygons from other sources were later added to the shapefiles. In + # that case (one of) the list(s) will be None. + if None in {list0, list1}: + # Do not assign a value to the linestring and change the remark that will + # appear in the shapefile attribute table. + v = [None] + remark = "Poly not in mapping dict. Assign value manually." + else: + # If both lists are not None then find the item they have in common. + # Ideally this is a single value. When this is not the case, no value + # is assigned and the remark is changed to reflect this problem. + v = list({item0 for item0 in list0 if item0 in list1}) + if len(v) != 1: + v = [None] + remark = f"Ambiguous result {len(v)}. Assign value manually." + # A linestring can intersect more than two polygons due to + # - overlapping polygons in the original shapefiles + # - the start- and end points of the contour lines touch (digitizing mistake) + # - when polygons from another data source were added to the original Koster (1997) polygons. + # In these cases N is larger than 2 and it cannot be determined + # automatically what the value for the linestring must be. + elif N > 2: + v = [None] + remark = "Line intersects more than 2 polygons. Assign value manually." + # print(gdf_i["index_right"].to_list()) + gdf_i["index_right"].dropna().astype(int).values + # A line can intersect no or a single polygon. This is most frequently the case for + # the lines that were added to the Koster (1997) linestrings for the Bergen area + # (based on the Stuyfzand figures). + elif N < 2: + v = [None] + remark = "Line intersects less than 2 polygons. Assign value manually." + + # Append one line to the data for each linestring in gdf_ln + data.append([*v, N, remark, geom]) + + # Return a GeoDataFrame of linestrings + return gpd.GeoDataFrame( + data=data, + columns=["value", "N", "remark", "geometry"], + crs=CRS_RD, + ) + + +def combine_lists(lists): + """Combine lists that share common items. + + Parameters + ---------- + lists : list + A list of lists to be analyzed + + Returns + ------- + list + A list in which the input lists with common items have + been combined. + """ + # Start by assuming each list is a separate group + groups = [set(lst) for lst in lists] + + merged = True + while merged: + merged = False + for i in range(len(groups)): + for j in range(i + 1, len(groups)): + # If two groups share any common elements, merge them + if groups[i].intersection(groups[j]): + groups[i] = groups[i].union(groups[j]) + groups.pop(j) + merged = True + break + if merged: + break + + # Convert sets back to lists for final output + return [list(group) for group in groups] + + +def join_contour_line_segments(gdf_ln): + """This function combines the individual linestrings that appear + in the original Koster (1997) contour line files into larger + linestrings. + + Parameters + ---------- + gdf_ln : GeoDataFrame + GeoDataFrame with individual linestrings. + + Returns + ------- + GeoDataFrame + GeoDataFrame with the comined linestrings. + """ + # Use a spatial join to identify the linstrings with touching endpoints + gdf_tch = gpd.sjoin(gdf_ln, gdf_ln, how="left", predicate="touches") + + # Create a dictionary for every line segment, which will store the + # index numbers of the linestrings that it touches + l_dict = {i: [] for i in gdf_ln.index} + # Loop through the index items of gdf_tch + for i0 in gdf_tch.index: + # Get the rows for the current line segment + idx = gdf_tch.index == i0 + # Get the index numbers of the touching linestrings + irs = gdf_tch.loc[idx, "index_right"] + irs = irs.dropna() + # Combine the linestring index number with the + # index numbers of the touchings linestrings into a single list + i_list = [i0, *irs.astype(int).tolist()] + # Update each item in the l_dict dictionary by adding i_list + for i1 in i_list: + l_dict[i1] += i_list + + # Combine the linestring segments that form a single contour line. This + # will result in a nested list in which each item is a list containing + # the index numbers of the line segments that together form a contour line + unique_lines = combine_lists(list(l_dict.values())) + + # Loop through the list with the index numbers of the segments + # and use these to create single contour lines + lns = [] + ln_vals = [] + for idx in unique_lines: + if len(idx) == 0: + pass + else: + # Combine the line segments into a single linstring + lns.append(gdf_ln.loc[idx, "geometry"].union_all()) + # Each line segment has a top/thickness value associated + # with it. Ideally they are all the same but this is not + # guaranteed. The next two lines select the most frequently + # occurring value, which will be used as the value attribute + # in the GeoDataFrame that will be returned. + vals_lst = gdf_ln.loc[idx, "value"].to_list() + v = max(vals_lst, key=vals_lst.count) + ln_vals.append(v) + + # Return a GeoDataFrame with the combined linestrings and their + # top/thickness value. + return gpd.GeoDataFrame( + geometry=lns, + data={ + "script_value": ln_vals, + "value": ln_vals, + }, + crs=CRS_RD, + ) + + +def get_point_values(layer_name): + """This function is called from interpolate_layer_boundaries.py to convert + line segments to points and combine it with point data from the geo_daw + data (top/thickness values for borehole interpreted by Koster, 1997) and + the point values for the Bergen area (digitized from the figures in the + Stuyfzand, 1987 report). + + Parameters + ---------- + layer_name : str + Name of the layer. + + Returns + ------- + GeoDataFrame + GeoDataFrame with points and their corresponding top/thickness values + """ + # Folder with the contour lines + src_dir = Path("..", "gis", "kaarten_2024_voor_interpolatie") + # Set the paths to the files to be read + if layer_name.find("T") == 0: + fpath_shp = Path(src_dir, "top_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") + fpath_shp_ber = Path(src_dir, "top_aquitard", layer_name, f"{layer_name}_bergen_points.shp") + elif layer_name.find("D") == 0: + fpath_shp = Path(src_dir, "dikte_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") + fpath_shp_ber = Path(src_dir, "dikte_aquitard", layer_name, f"{layer_name}_bergen_points.shp") + + # Import the contour lines + gdf_ln = gpd.read_file(fpath_shp) + # Convert any multilinestrings to linestrings + gdf_ln = gdf_ln.explode() + # Add the line vertices as a list of coordinates to each row of the GeoDataFrame + gdf_ln["points"] = gdf_ln.apply(lambda x: list(x["geometry"].coords), axis=1) + + # Convert the coordinates to points and assign values + values = [] + pts = [] + # Loop through each row of gdf_ln + for _index, row in gdf_ln.iterrows(): + # Skip NULL values that can occur for Bergen -999 polygons + if np.isnan(row["value"]): + continue + # Get the coordinates created by the lambda function above and + # convert them to Point objects + xy_arr = np.array(row["points"]) + pts_i = list(gpd.points_from_xy(x=xy_arr[:, 0], y=xy_arr[:, 1])) + # Add to the list of existing poins + pts += pts_i + # Expand the list with values + values += [row["value"]] * len(pts_i) + + # Convert to a GeoDataFrame + gdf_pts = gpd.GeoDataFrame( + data=values, + geometry=pts, + columns=["value"], + crs=CRS_RD, + ) + + # Check if a shapefile with point data exists for the Bergen area + if fpath_shp_ber.exists() is True: + # Read the file + gdf_pts_ber = gpd.read_file(fpath_shp_ber) + # Discard columns other than 'VALUE' and 'geometry' + gdf_pts_ber = gdf_pts_ber[["geometry", "VALUE"]] + # Rename the 'VALUE' column to 'value' to be compatible with gdf_pts + gdf_pts_ber = gdf_pts_ber.rename(columns={"VALUE": "value"}) + # Add the Bergen points to gdf_pts + gdf_pts = pd.concat([gdf_pts, gdf_pts_ber]) + + # Read the point data for the boreholes + fpath_daw = Path("..", "gis", "koster_1997", "daw_bestanden", "daw_data_TS_DS", "daw_data_TS_DS.shp") + gdf_daw = gpd.read_file(fpath_daw) + # Select the column for the layer being processed + gdf_daw = gdf_daw[[layer_name, "geometry"]].dropna() + # Rename the column from layer name to 'value' + gdf_daw = gdf_daw.rename(columns={layer_name: "value"}) + + # Add the points to gdf_pts + return pd.concat([gdf_pts, gdf_daw]) + + +def interpolate_gdf(gdf_pt, gdf, gdf_ns=None, gdf_msk=None): + """Interpolate the point values of a layer to a (model) grid. + + Parameters + ---------- + gdf : GeoDataFrame + GeoDataFrame with the points of the interpolation grid + gdf : GeoDataFrame + GeoDataFrame with the values to be interpolated + gdf_ns : GeoDataFrame, optional + GeoDataFrame with a polygon used to fill the grid below the North Sea + with nearest neighbour values after the interpolation. Not used + if None is passed (default). + gdf_msk : GeoDataFrame, optional + GeoDataFrame with polygons that indicates where a layer is absent, as + indicated by the 0.01 m thickness values in the Koster (1997) + shapefiles. Points inside these polygons will be assigned a zero + thickness. Should be set to None (default) when interpolating the + layer top. + + Returns + ------- + _type_ + _description_ + """ + # Create 1D arrays for the interpolation points + xi = gdf_pt["geometry"].x.to_numpy() + yi = gdf_pt["geometry"].y.to_numpy() + + # Convert the data point coordinates and values to NumPy arrays + x = gdf["geometry"].x.to_numpy() + y = gdf["geometry"].y.to_numpy() + z = gdf["value"].to_numpy() + + # Call SciPy's griddata to perform the interpolation. Note that zint + # is assigned NaN outside the convex hull of the data point + # cloud + zint = griddata( + points=(x, y), + values=z, + xi=(xi[None, :], yi[None, :]), + method="linear", # Note: cubic gives very poor results + ) + + # Repeat the interpolation for the interpolation points below + # the North Sea if the polygon is supplied + if gdf_ns is not None: + # Take the existing interpolation result and make array 1D + zint = zint.ravel() + + # Identify the points in the interpolaton grid that are within + # the North Sea polygon + gdf_within = gpd.sjoin(gdf_pt, gdf_ns, predicate="within") + # Convert their indices to a list + idx_ns = gdf_within.index.to_list() + # Use the list to slice the arrays with interpolation point + # x and y values + xi_ns = xi[idx_ns] + yi_ns = yi[idx_ns] + + # Find the points in the previous interpolation result that + # have NaN values (these were outside the convex hull of the + # data points) + idx = np.isnan(zint) + # Keep only the non-NaN values for the interpolation that will + # assign the nearest neighbour value to the points below the + # North Sea + x = xi[~idx] + y = yi[~idx] + z = zint[~idx] + + # Perform interpolation + zint_ns = griddata( + points=(x, y), + values=z, + xi=(xi_ns[None, :], yi_ns[None, :]), + method="nearest", + ) + + # Replace the values of the points in zint that are below the + # North Sea to the nearest neighbour values. + zint[idx_ns] = zint_ns + + # Return the interpolated values + return zint + + +# from sklearn.neighbors import KNeighborsRegressor + +# def interpolate_gdf(X, Y, gdf): +# x = gdf["geometry"].x.to_numpy() +# y = gdf["geometry"].y.to_numpy() +# z = gdf["value"].to_numpy() + +# zint = griddata( +# points=(x, y), +# values=z, +# xi=(X.ravel()[None, :], Y.ravel()[None, :]), +# method='linear', +# ) + +# return zint + +# neigh = KNeighborsRegressor() + +# neigh.fit(X, y) + + +def polyline_from_points(points): + """_summary_. + + Parameters + ---------- + points : _type_ + _description_ + + Returns + ------- + _type_ + _description_ + """ + poly = pv.PolyData() + poly.points = points + the_cell = np.arange(0, len(points), dtype=int) + the_cell = np.insert(the_cell, 0, len(points)) + poly.lines = the_cell + return poly diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/merge_masks.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/merge_masks.py new file mode 100644 index 0000000..e17a192 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/merge_masks.py @@ -0,0 +1,35 @@ +"""Merges the masks of the aquitard thickness layers from Koster (1997) and Stuyfzand (1970) into a single file.""" + +from pathlib import Path + +import geopandas as gpd +import pandas as pd + +data_dir = Path("/Users/bdestombe/Projects/NHFLO/data/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v1.0.0") +layer_names = ["S11", "S12", "S13", "S21", "S22", "S31", "S32"] + +# Load the masks +for name in layer_names: + # dikte aquitard + fp_koster = data_dir / "dikte_aquitard" / f"D{name}" / f"D{name}_mask.geojson" + koster_mask = gpd.read_file(fp_koster, columns=["geometry", "VALUE"]) + koster_mask["source"] = "Koster (1997)" + koster_mask = koster_mask.rename(columns={"VALUE": "value"}) + + fp_out = data_dir / "dikte_aquitard" / f"D{name}" / f"D{name}_mask_combined.geojson" + fp_stuyfzand = data_dir / "dikte_aquitard" / f"D{name}" / f"D{name}_mask_bergen_area.geojson" + if fp_stuyfzand.exists(): + stuyfzand_mask = gpd.read_file(fp_stuyfzand, columns=["geometry", "value"]) + stuyfzand_mask["source"] = "Stuyfzand (1970)" + + # Combine the masks + pd.concat((koster_mask, stuyfzand_mask)).to_file( + data_dir / "dikte_aquitard" / f"D{name}" / f"D{name}_mask_combined.geojson", + driver="GeoJSON", + ) + + else: + koster_mask.to_file( + fp_out, + driver="GeoJSON", + ) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/noordzee_clip/noordzee_clip.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/noordzee_clip/noordzee_clip.geojson new file mode 100644 index 0000000..193819b --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/noordzee_clip/noordzee_clip.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "noordzee_clip", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105547.0, 532104.0 ], [ 105248.0, 531138.0 ], [ 104731.0, 529234.0 ], [ 104500.0, 527915.0 ], [ 104187.0, 527099.0 ], [ 104215.0, 526256.0 ], [ 104201.0, 525046.0 ], [ 104149.0, 523965.0 ], [ 104047.0, 522700.0 ], [ 104034.0, 522265.0 ], [ 103823.0, 520940.0 ], [ 103639.0, 519974.0 ], [ 103585.0, 519451.0 ], [ 103476.0, 518947.0 ], [ 103415.0, 518471.0 ], [ 103429.0, 517968.0 ], [ 103401.0, 517676.0 ], [ 103306.0, 517214.0 ], [ 103238.0, 516615.0 ], [ 103048.0, 515718.0 ], [ 102959.0, 514943.0 ], [ 102925.0, 514559.0 ], [ 102949.0, 514358.0 ], [ 102932.0, 514137.0 ], [ 102912.0, 514008.0 ], [ 102885.0, 513937.0 ], [ 102857.0, 513702.0 ], [ 102840.0, 513590.0 ], [ 102789.0, 513433.0 ], [ 102800.0, 513359.0 ], [ 102786.0, 513291.0 ], [ 102755.0, 513175.0 ], [ 102752.0, 512985.0 ], [ 102742.0, 512842.0 ], [ 102718.0, 512675.0 ], [ 102691.0, 512471.0 ], [ 102687.0, 512267.0 ], [ 102687.0, 512159.0 ], [ 102650.0, 512043.0 ], [ 102630.0, 511846.0 ], [ 102606.0, 511757.0 ], [ 102585.0, 511649.0 ], [ 102575.0, 511550.0 ], [ 102470.0, 510925.0 ], [ 102361.0, 510245.0 ], [ 102273.0, 509755.0 ], [ 102245.0, 509538.0 ], [ 102245.0, 509436.0 ], [ 102205.0, 509313.0 ], [ 102164.0, 508966.0 ], [ 102130.0, 508708.0 ], [ 102048.0, 508443.0 ], [ 102008.0, 508144.0 ], [ 101960.0, 507947.0 ], [ 101960.0, 507756.0 ], [ 101511.0, 505696.0 ], [ 101402.0, 504527.0 ], [ 101103.0, 503480.0 ], [ 100940.0, 502650.0 ], [ 100151.0, 500094.0 ], [ 99431.0, 498761.0 ], [ 99064.0, 498122.0 ], [ 42074.0, 501018.0 ], [ 51647.0, 541921.0 ], [ 106146.0, 532960.0 ], [ 105547.0, 532104.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/report/rapportage_lagenmodel_pwn_concept.pdf b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/report/rapportage_lagenmodel_pwn_concept.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8f20d6f7a76cc14d55d9cc1cae04c2f219852fc5 GIT binary patch literal 3246094 zcmbTdbzGa@vNsyswZXkuf`gFK~mT*F-b0==cpUA;X+`DKA_l(eyHfHx$-56UlX85R=m9%dEd>4^#q z4C9B(DEuKX3lH-{2VBt0BmOj)xQ1Le2=EF7q+S#~J@^4ePjz)^6VEVL4`2v>n1Zb0 zA5t5%XQXF{d5EW%XNYHjJ0Jw;Qo86;SEr-)4Dk4)-i0FnL(f0@N$UiL2ZZq>WTlPJ z9-)r>@C!D6nEaoI>>pM5|H=YX{nH5l+X(-oH$UQUBjS&l{D{Bo2)RF$h`&-0e<|hu zQp#QU3&k(@mqG3?gWO-4a)0^c{_@HFi|>z-{PKSpkukcrx!rw-Pzw8Qs`4s*# zDE=i;{7a(vmqhVzpVHqxrN4bje}{$1{B4EF{H2A-{FMj$J4O63nZL|1*dID){{Qsu zg&qIPyFds46B72X7(jW328M?K(*sN?GAc~ZGR!s16DaFh%JKiv04T}x{}~e~De?bn z2Bmca1Hu3@T^Rr0P|=m;hy8J)v@V<<_D5GBEbPqOd_CPS2o3y!zyoyrtLDF|0OcQ7 z1C-_=f$o-`VUE&3BuiU)Muq()(f<3;`TH=qFb{||545XxV3Z?ZoeaO6lAM&R9KRw$ z)|nrOn}9IDwov{*3P|gP1cnCzga26pe=5?J(pDj^0ii(`K5&ng*0Gen;u(Q<_eAMw z1EQ^5-9iD9zsupTpF;U%{?nxwg8%JOU9?}AXNa_}AK&=@;;CYzM(3{J#9iVOzUf){jPfZ3Dt7X<+rx4GiUC9%?7R?P`+!nm zC5)TkZ}rpq;ag#W-H9tr^cf}ZSjSCR?_1aMZtr<(-2VOMK;voDw>O`M8}EdCdr)bX ze$am>G<`A{UF#g$^9(Ef;hNg5&w(19Pi}qRej)wTFMs*>_^kEv+tUTnQ~l+e26|m* zMh>S~sourw(%;`b(1`lJeeIEY*AI!EI}whD$r?A$wix)XKKZdw+bH$VowFb7kA8oA z|LxB2Z_gjUdK&ff^d%eL)7xLpUgZBi{lMq*eb-j{Y0T*_J&o?0pB4(pfPNCw){iG1*gDi)qyhc{FIA6Bh&u@hjj>GeO#+IjF`!wPVnXLQ!ypuM>A+&x&`Ui%0D{qzKe*z z&#%3azw(=M!>FdpfHsXMf3_$q{_*XU+;TWu1ea>~)5&a}A@fdMXTzNzZi5H+j#dJi zcyGx~H{O*ANU-IcV{GYu7UmBfNn#h>VKI7Jy2;f%+mMv zV~n6X$((mfmaNt8Kc^iwb@2A2d1VFhr9M`~R(U<|zgl5$yq^wFoS>cNErvPM(ch5t zeW$a&P^1^PC1aH3(vH#{wDZ-Bq~~&8_--C*Sn+)S67}Gb&dw$IZu84k2xQ{6(Zk9_ z-9hH5GxEAT&d=32Ul!}S!#SC-rb+ioO2qGs37y<2!mLbb&7zF4WJ?>`kN8+L7Qn#lz{?48gQ7W-;@pq@s?$|83+ zO1qGLyw0WE)k;o_Pe3g7YKyA8H!}ab1y1h(0}(R3yH_pR-kKRf3XYK%S8;l&C+`< z7x%UcwOL+Z!eka-@r!j!H^X0G9;z1{5CnXkX9^Wr%xZHPSLm}l+vNUkV^N%fdY)9S zp-(i&la=m9McGy3tirr1^u#V}UZJWqFQV!y5M>cJZGCYQ8*5pgUcekXjI{#f$XM+SireQx_bjslZ%abF)27y%2 z&Xy!&_AovT;9S322SB21Im`D;F9dI1A zb{!n6dkq$xQ>$`WO%>%~Jy-*G97EnOthUl<4aK^4Tvy7_oLDAwM1 zD>CApBH0%7OkbbqeH$0|(6dVijjN_7Cgb?M+HT>za8t_-16J8q5h?LAm87pPcqQAP zy}9C%sPU!>BYz3|-7ca2MQUI5s76^Mb#Z0;% zs96E3W+i#ujT&*8dQjb?!`=rp=v*qzh89WMbmxq1lrfsRw3@BmTFNG}YfrVfccd-v zk@e{bb{x6bPEhcoW6R#GZ?(y++^k-C1`EHd=P5-e3qA!oRKo6tv2P6z>0@O z`}1&9_VM@T zfxw4^`m)DYES;T7%Sj*cUM~{R9s$$8g)(t&{!UhdPp`c!T4n2|+E?}zZlRoB@`R3EG_Vl>HPam z{eZ{j#fw6b<$l|oA8)+=$5*9ZaC6Vo<4Rz{rb{i#81i^@xH3#~W+b zYf7adBfSsFJ;zDgk)*tjhU7a1K&x&16SA{+Z<;`8kf8h5La+69@qA%j?%L$5a$hd! zwt4Z%?Yb9i@)gtFfyibpc7)xAR*nP&)w<5# z6|}T|%q?O&kDi|Msqwo(D>ygu;LL!7{;ndFS=EEjU(6t(rqB3ndRE0kqwUo>ectF7b-Jv}?? zaZ4p=-;;kurtz{@??%J?m6XD6>*Dy>*pKQFHY9tysyu!&j+1YiEWVN?V#E41tQr*p zRTnjjDOj$c2+X+q`wBB@BKaPvYnQy8_!qfxrcutXT_tT=N(Zva#^^p~)LAyZ#NxF4 ztaY{O#e9`-YdTJ*Xd!6lsEuSpH7)viTDUCo$X>5K*X#`*i AAz)StR~esLEz6YV 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%0AYc`^Y7R6 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

ppwzR)ZbcVv)4l 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

$Kkw=&-zreW{rn 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

PqNS;e^j0M9spHJc}lClRbxc8MHlFuq~vK7zUPx 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 z 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%0A9fIci9UrJYn!kU-(tHNh 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 +>WyjTgi=(%^2vywHjgavwyY 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 !!Cp`7SZx`8Drxm`zdAdf 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

ZZ7F(kM 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
A-E(&ZTY7;~r4MIm}VrJHD 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

YAU?+! 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

    qa}Hvs8J^MJv()OWdr#AEqn zkh(!ywJ)=cRC3SGlr-(E@T=!AS6U4z#W)`rPKG_vnCAC^8`B-dJ&m_yIc`vvE0SQK z!%1#Zeu7;dov@H8rdT1^;%X#{+NyUaK)Qc#tqJvCCRC7bG5~^k!r}8fWLX-1`0`YgQ!oPd;ru4FK}3L$aF3M;?h z*laF8<)2ctW^>Tx@IQtgyqqw0Tl7FbM)pZ`@Wj7(Rd?K#PH2V0yx>^(b8xWxCgyD} zLH*$jMnl2>$JASewb6dx-=RowiWMkYg1Z!VC~n2w-66PJ(c)St?oM$pPH=ZC5ZsE> zV9%TH@A@CS2RWI8%$3Q^?EBtp?e&>(x$Fy=fB|G@R}fWW^{BGwV#ei3QDlv)WTg!C zBC*Vm1yzIcN@Wado=DV2P13^r)qiX{kB)4&r0>R?-PfY8e06J-K{jMp9(Q%SNH);G z**ZYv1kpfwU?mkdZ6vmH3sw$E)yOk|6wVp@iT0KZp=-bRMr5XGf}MHlJ36aZ{iC zwHv3&qvvA*7VwrH%oh$#T!JDdKl6>!v!t5fi(~AMjC{%cUD~jPQbIPTa-p;C1 z(@cy6$U#8FSO?<`SQ#f1cW4Ge6rprI&JRy$rlmX5P5*U%bLNCCw3V}-QT$<5VLrwI_X=~F&$5imbSO@;Q&+}Bc-icz`$&S0QX z#tR|-Ku;DZ_OwKwAqU&cFXedzg@FNx^~>deHY)3m1K{MGx)ZJGdjb-)1i`&p$)O5E zSD=1~Z`JGVs%NFPfFg?Z2(w(BP7$r~e)Y$KouKCPgs?cjxg=%{skm$Z;9;X(iA0#4 zNAL|=E&9xLQ1CA6RUzc1xf5=5rfX)N9ee>&fS{ltt9ZA~R9Nu+sX}6^Yan4TTz;-9 zsh!l-4yqep54dWe`s|dNu*y@YCwMW*d9qNGf@~B)oWJ|$=3QXpQo0@gf)gRKFO7bT zm*n@?rFZ$#gfI)y5+>%K(Y35r?YUvYco`PwO!`n^e}C%I(%5|&So+LkLmy=wyeN)e zaY6QWBULtMuD0G#w5qB!H=hYU`>!nV)XE%6(;i9(vtSJkr4(}^yqHku3GFOj+*hCR z66I-KG>w2zZ@W8WygIxj+HGh+7UXTA#(@Nl5=;{W@no^!x+o+{3mpTarMz8dQne1Q zf=>pM!idYg*1jg7#9wv{r7q9jF8}Cf{Qb+P7B4p_L+JncX#A&c6@eY*dKwiI)`1AZ2s#izRUR zza8m&l_?h%zKYT~q)fG?q^m&~nKu)2VNBfEA;YBQy969e9IDvi^5Ywkp3Q6@v34u2 z;b~s?NRu)-(AizRH^Z>WYo2lS{eJ-Na1w>HT+%#)U6qAfk1`Ku-~MU_tyI!KkSNT8l(G!W)L(_K#KJyw z`6KKr;wa9R^UzyZQ{Y76?+)c3xN|W~;?(d=S^JR9xR4&9Y#FE|G~ZEn-^uM{*vV!gmt2}IbNMZ=d3n)srFJqn z+@>`+T{5{^js&_5RF|>GwIgx=?z7aCpCOF7#Hg_HF)t!H*a=*hq*T}EL8vXa?>m{G z#lb-&AR;zWSD8Rem=)ye3LtxB%86JdVgjq2n^!J4vwpMkEqD5celg~V<9ttT5cdJq zAg?*uv_OlTzpqlB&Dhb||p^?K@!`n^#?Mw^*+E|JvEwln*#9@Tb(7Z&&V*|mSlBW9K!Ldj!mwTFf`a~az9MA)>DbpnII(4 zO?+g0Sc3)=p4Pye-oS-n;Jf-B)0TD=auwd~20LuK=bE#-9ls@%+w*e7F1D+20MTYe zspfu^XhtnTat@#xrSGy3ek8zMY;@*rT_zTZ5vIt0^^0W`^TS}e0)iGm!a*qMXmPJO zQO6&7nVWG>RvO@W2`5*Q@Fkh;@#FP|JYIFBX$|^8g2as4$&|K( zm+1-S!WT;PAtzz%KODmD`iX~3A(KDo$pe2kqbf`gu(L?)Bc~&R`z-h=qv5rf<1=@P zK&q*HsWxe&%ru5+^1=%6B{uVdFNSedt9VA#OyC9e;Ucz!i5U94g(j8=ml{P|y0eT1 z{tl$J$34H=64vmvpi!@5HP`5Iktjex!r;KFithBfI$B#ASKUPB0~m~-pPpPq?&Lxr zTtvnuhmJ~i{{W}wyj9G9P)FJ6zD}%%f2jxt_KZ2GvY;!T9LcKtSJfa1O{?#*pI7x) zv*zOiN?r>jvV96^DHc(yu1~6*GVZCvlGN?tj=U=pW*G6Qbmsu~{!x*J>0pX;>$EO$ znh)rc5?1`6xT7<@c)kZEH-j&|w$iKklSg*2X?X}a;Gwj=yR%Jq?R;%_dwL2VrLP}C z?gwq*`l~CiTO+;5s1>w2z2iRO(|7DYk8eACjdjkKN3lYU9!nKE_pae29YVO)hS4Lx ziNo00o{zf)TW3x0b`Y+2H4h=u$fRBH7U6E@3tF1{zR_W!hDjkIOqA7T`bu!Su$=tU zI^kg)-sB4ZT+89;tS4%Wy#P_Uk2JM&rXZp{L}X|7Nc;u*^`yN%L>o91A~$l1XdEWX z&G88_C+FSJ)9h>`$}Oqaw!x}Jt$sW%k-bI2ot$I}BprmMGJJDVsYhnkhWFDKi4%}m z3NTb%VCs3KXdxaojVnp0k|U(v7dWylQLwvIVAaH$UK4qwVEnCt@;c6pzZ5g9 z_*=Auo396?Fl6Q`0w^z3{^F8KMOu>PaguF)O~Q|s`ts!?tsWm@yYmbn+b%(pGfX6H z9>4dCn0s?_%J(GsQHsUX$;$|Uaj}4~CVyIQMm-gIF~TY|>^84AP=7 zq#>%`+hBzkFyoN#AD$vEiU?Y}GHB?9G_UgutBZ&Hei1*Lyh)i{)l@N0SEubbDCU(C zx4tCjR4k-+7v+zxMGXtqsCJaZT3y!tc!`GG*YXG0P*U19Ci(ry;kz9Md+4BmB5uZ? zo<()`;Rr6oE6zOZZ;vsv4%zn^)#jfP)_1LCF%x#hDSFUExD8(kbb<^r)FvtgH4U1) zmp0ea8RipNyx=Xh9(;IfngMb7?c+FPkkr+UaH8UojPIUjvl&Lk#Err)fWfd!5^@J&vD|IUB=AWY(ZBjXR{q04ajTE$x1~;f2|DP;y?{w`EJFM{-RH zI`3#$(-xWXSzaF_qhpDTb$z+ukmlb=-T2&KKNm2@k_iJ0J=AylKN( z;>ZtBEFrG!#|RAw`H45#eyWjL$;IU{qgEG9{v_{JbBYm2@g^z7!tQ9LS8Tl5Y4eNd z*U1u0%l-V3hC@cOjjMl--0mZ83C!j~QMe2MOiUd@17_~x^$uC^ynK63-Jg;C8T&9I z_090^$7+HFWkMnkIuT`38TZg+MQI`isIYPHUd^ z#2$v0p8gI706)MNyot2?F4}!B|C3L+V{5xgq2ZxJPK{!{2taKuB{q1vClXKcWe z4$bFX=7P~@#>n21P>!*p8x;~)C=*B z|N5c0_sPXdNAuap@wZ?7KVYe3k3vTHzaqoV+u|mNXy=RC!dUA0&q=U26EUWpE1*hF ziYrq_W%2qM?{e?@heLtx60a}jW%O3aX+gs7aBZ@{_b)3OXt5~HfF748a-Zul4S}j3 z0&q`oTh3)vAH*cPAkAU?3hC&lr_8F)8d{3L6cIDynIY=-@DF_J%uV{9_J?ckQ9wW# zSSDn}#s;N`Jq^yzcKC;(%9)huZU6csU960`y69IzaMs9jJ$rY3)!dt=@5M~0C&R`o zg}+_qQj8P~KBFmE5I|q|USc5z`1Vs4j>^@km@}?rmg9 zFY;d8@_YsAYtsGYH548V?k*nl93l#RxgBF2XuzLjzK-{WC#!n1$-B#|`8&FA&q$)a zRC6>;fRO3!ohK-R?5;*L)nc4VHVYe4O578JYZcpXB!uq)3)(j7W6VckYCVBfMJ=<- zFXLz6!btDH8znq0E-jt>8MuC@R$JRiXsK>cV11Cd7nEPB%G?AA?U2|jj@4ZP7iM*Z z>OTvNxyubt^k_& zdIL!S_3eNEX}3@<8u%kIt?RI^1!R;EZJ5br(|$K5GPkfXv3uV7Kf>$>lX{Xvmkq8&a(}{REkuNmQ3ID z;$Tsc!1VnpFr$Ai78{!88Np>Yg^KX4F1a!9SQmxzaoR!D7MhExy5MRyBb6jkEx2D% zHo(V!%N7FMWahgY{xTOZxCm{V4<)2Y&r@>}N@m-c8y)93BA0l(f`|^3wREySH|2Ap zVvPVT{;a$_6II*J2gdG+&vTk&n)Qivj37W0?86~$W?WfhqtU=8DNoP4)IYEF<$EMO zQ(0UJ=~RCEo+nytESC9du`o~8Mj1_N)P6(EOJJ{1qNKpa%DYnS*u6P&I+#3Joxnp$ zH~{Jqm4h`ZR!TMhK-Uh|JQ$3B@q#9Z!SBGjLaL6DP19B!XM076R!qRaDjPt#y91)6 z<A5n^fB*=s=Q^d&gN*DJ0@vI`7=<>gkIc|b-u!MC zA0Q|Cc+GBfO0ls7`>yTK)a(lMiH3qt7W6Sj0)H1op4{b}x6pP|ry95LIT5M$ciy2P z1qFDN+{UDbJAEzolAjLBKZ4zIeW^63mKfQF_6Ao@aTc2Vpn#@~3#BRv;(zYP2RIY= zkw3-O8DwC}YTO(V!?$Ahr^Eenpj%q^@DP-_)I0JsUitDYVzZ0cd%F-8qUV19AmQ85 z0?e-GCSNE9v)e6enkqLn)=*bKEQb)(_a%|MlUdis(?lQxHS{@F!s6fmwhK{0yFzCc z1XZe0DkWcmQN`@DvXrmXV#Y@+Wk?BElmz#0+<6Jj!SxT zk&-#Tkgiuwbo$VFUoQneM*4(fjmnt{AogIPyLFP-v|K=bz|0n{YcBX-S2zB~7SP=6 z>n)&l?>-{x8?2CwLTXVNTO4r5+l?TpYQ7z56)NdM>6RnAsSDXrrmUe!efvB21(ha+ z1kr{mn-&Q~pATa!j3yQ};;ejWVdU8<%0=Wq+aZRx($Q_;RWUk)1c92aQWPsI@y+Wz zI3#*jX$%#QVIRy?`eG_m(=jUMLD9@rd^oqbncfy6*c&RrY z3Jwzi*mhAhZ=I`s5jWLcWujNeHJ8&kxVUp{ua}SuPjkBr4St(D7{~o~qx@`JTxaR{ zcvmkp-zaRf_e+lcqH>g&@^rZ_bI3~Q=G0O7t^S&Fx}>5Uo`om2ZE~c(qBb+j*vPw@ zm1w3?;r!F7%l}&b90X~}`e+1(ZT$6}?0uXW7ZYcS7u6F!DM`bV>M&Ie$XQ^%V5tC%KzQ^jv(+M+!XM>d<-tDN?cJqx{rrljaz z_UDF=jb;aF_UF*xlWKPuJZVm$(BDcl-)nh=l&=EFAdf^@LAZXJN8P*-E)z%Je({k4 z_zY>gt)srYbT}*TXm=ca%LSYRTih&(Up6T9mg`bVotIZ8ss%V&9F_tWv}3Rc)J)(p zwubW_4@)in$|5pBa|}{%f3?MucvQM5qqGz0+C=t73`V1?@?~7!enDQ)+qs2hm#&(! z|5%;gF)^LrC&ST;l7$vu-ITD>x55`bv)vojKPIx?7v!OxBL~@tSQYVEBvl?c%Lr-+ zkPAMRDzCzHkxm0oO63I{6Ya?}3WlfQh&O~^uXY7qWEw*enjt{Z&3SFSPo5y`ULTyv zuUc(r>e}mrNiueONpvG)^b_tandCSYIw~es*^obmJu=8h!Tt$lS>TRn8!}w=)V2e} z6SeN2nbBMQf7@a^-SP$P9L=Ax))5j9=;25p1^>RrIF7xah$+1sBiIN$qCV5uO!QME zpJ|efYJr-`{p12w9W%m5g-^>dW^DpBmt3nS?a=ME0r}fgW#w- zt~%Lff`qs#xeEjr^;y1!=_2HqevIV=>wjEe{h+oK@{}Dn$rsRJcFzBD+I1nYDQ7MU zH+bt?$fqGIiemHcSa%ZA82GIozUa$en|zzrJT#~Ssy(Ob6DIGO0>1~a#s$}Q&IpK| z`Y-o*&TGevne2h0UQPCbbK!c;TS<`EbV)6y@va_Dmarr-Wd;Ko#~q6XkGZ}o z+4|BI=5KphVvz7o1_-v2nx~qHD3*Dc(2d^Xp>{1667^ISvyk;y7To$7nPsI8eDx!w7+Vsxgq#< z(`R8ZC1Vm0uyW{^el@M}(0rHjqRhW9Z=nbB^e{`e5x%3hMb>Qcbb*lzuN186T zZO(7-4824bx9pi~>6LZrU;Z%b6vAAk*cwrvZT@}09p*$&CXEN;nE@V)cPlfd_T_B4 z9mTdBt~P&c>pZRm!`dqT;Y7gDwTVf@t{;JEwT0!Tfxn%DXziQgUtt*3ihe@bUSsaX z>b10T*orkX#hM0G)71gUp#YjXRMx2u8WZ@VEx)~lyB0sHF^(oug~?yK28HLfEbB}k zIUtZ3B$!;$KK^d)m1@GeFcMnYWGH9i#=Ih;ayAEy9dr3F2R>B0m|x)18HB=hJBx#; zm0vFo)8$dsYNe=cfz7gm_ME-jKe({K(mqYiQ4PeT(_wfScd0eAg%zyFxDwuC<}ukcpBhiQz{P(KP7 zCNB59@ao-bmqw?ToX`L64DLU7H$UL_uOwo<%cAZ{Fqo*gG~PxD<48)Q97WKb85k46cIoN%_kOtn9fGtS_Pakj1j z#%S{a*l8AxiV5ZQ1V@iwfqD3t-1P9MH2Pb zAU&3-f1dT%Ex*2J22w#cV0*0yRQsOwqE+@z+(r5&FWVUEIf4J?xF6d7$@;DqpX6&;w*RG zHTGBw1}Y71I`YBSi|`JwioVMrFrXrHvPIe^sTtK*=er z_|~_RVa|PVgPn7&PL-zQ&6PqDN*ZJakxCE@#wi!ErCtGb##?p!1{{7#FSbq`7l5IH z4yQR6;xtFT_(!bj?kC`sQy#tC>Y$L|WZoJiq1OWu5hLg;9#5v3{JmQ{Bn}dPK&k3M zx0FY)B4g-d3CJGOBKD1bH`{v0#8syMY-0i5&CVm|&|OMay8#;7h`wyr`mrh0)>JXzxZE*|cgVOCT#Nx1#!{Bp zf|l4XxGHkc1QHG-hV^8)4XakTUQ&ESaT zGQ&ygqQ^X>cIv!TZEH7jM{^A)8?adq|Eq1w&af`z)6qV}JXK6&YNIvly*FY4aXKy~ z&3r}#YsfFMSEY4;rXO8O@fo-`9}&-hR-s;(;<*%SQGOu%08 z67jkoS!r#DSb zx5#MnFDx%uFbvf!1`i2AO-ATHK+dv;-CyS$Sdt7Mn$+ec={~l~tk6DUg3n&bu)=yS zi~As0Yi~j-E)p>|eVxiH6C+_M)b=luBb6%%65R zgtJ_+&1W^5@8^m1Ky_aTway^~iy8+q(RS*gEZivMBww70*!Ly=-jgrW>cj|X2OZm^ zDN;kH%-usnRd1lvB)=^n^dx0J(v1Kww{o;z(RnDiDgQ`z_A-{F-q$}Ciy-VQ-h3gg zta3pmqfGA!{%C+pJAP>^I>51dRKR0ou9hMHl;V#okJOcES%n$1T_y(|Wsm_nqWfoh zvdXD@(?qHu?9}_!P{r!yPPBu!{65a#%;H7>p3yBvQuZ6e;RYR)M`{BeovkA|u%FFc zh0BEm=AO*9jQC6M;QeRVPBM8w`Kb?9&YP#cO*^c6auQ7LPE>N9IkMFxJ1 zC5@{$*~i>-$(Jea9g6Vz;?^{ogqr<0OH6l-&#A(`a{oqb=LcdF*#?6kT_N+~VTd2z z(&Eh;MD6yOL%L*@H1>(;xaoGoH$;$Whwv2bRr3rlM*E2ATez~dS9Md*Lr0~WZ#zbz zh=fOe4$jw6u`^`bvI}s|xmP6XH5!KeA3&j+6hr;YE6(6_bP|9MVS zbiT_>=1kx{rv#&?6rZ^Uuc^Ur-=`{tQw}q|r_EaIWDmHCS0k4v{U0EtQf$7NIq%vd z)B|Hr1rSXqTg^dS>TF%S>84|QQ;ML;aE!ueTl5=diy%#)0jPDsK8dNcmz_o^2$gF5 z58!hYdbjhYm8u%)Tf5nfH-?`aHadjI9L_zsGPFxC^R2`3uJ`C4$x>V?khqI`{%GmE zStoYyJglm(#^?`uNSz-J(J*pJ#?i&&``#Z)d|22kHb9mk*)9Qrv-J)>@8pTm^Gm-b zPWtr&hy$1mF5tqUT8gmmuieecPL`Te|ss z>>f@NPC>7LL4Oml6NFzaq@1|2-SX_#f5AdM<2Vl7mls&+3!LvLEv5l>lne{MCl!() zcaxh+O%1)P^rIq4!Vx(^y9H4NF5mxETut82sls5Or?^Ao%?sDe5XbhWM}qGmk6!F+ zMvnMvz1;pl!=p-*TKVGLFTm_B!pfnmS75-0N(^zFDGU>v~VAKG%BZJbLgwG{9|6S-zFdd+jx6Lu;44wBY5(P+HN7^jFdT8aUMsy%*1~v# z*~<}D7}X@>ncR(BnjcJ&4V$%6taZmjQ+&h}q!U;$ul^ljsYaQb{3U_oTR^8`wZdO| zs+1kS7b=%6oEpoK2+GIZ_tiXSQ3&<23uz|z?X^gS$GPV#)Up=j84X7xfjPKg^W~S> z{MCB6Q&EO4sH##5pf59$ehu_-@JhlcoRp>IR4(RUS$?;UdJtq78hfl*v1s5eAV$E& z7u(J76*tB?$}s#n?@z9s+%UB@x%ghwizdzsZ4e=C;?r3YL0*1)^@3%A+R_i4mHheE z(uN5=|6?%Q>QW#I)g=_I4^bBnlDIK2yyrnauFV$4P-bMZ=&v$VRom zCk4y;6TwgO9<^KP{GQ9-#Tym1HblpyOw-tDg(Q<%I+GxgMZ&o; zRC_&Khuh3ucC1I@*K%EYs&0DA#vkWdX!T5+OgL4v_N~D(2UCcE(Yp&uQ=nw%EJ6v zsSh%YoQ>j{m1$cB#St^^h4_Mcs)nbwT5`-4E1?k>$XFm`q`b`~iSiSo(k-giq|{8? zhOtM8-$7-rxr6+8&^hIoRFjwz*V%+zS<$w#a)b7b1#1Jb^so7bdD+XdU%$4IN8uyZ<87f2vSaKMF$4P#WDvzRioSr>iv1~(WaxS3`?TBB9 z;EI%sjgyNb)w8gMOpTuOI9hCK+|F;glldz9?9$de^B6qTOKS>4hKh;;%$yukWDD!gE@eZt zYq3m^E>iAdE<eQ(>s4lggdGN&JJZgle9k4r5OJnsgrDr# zSWkc3Cw6)M5cMePJVoi393Qjjo%#^Pt_t_tT-Bf%eN5$jjn43#mn=42cWF^jDa_fd zEsudV*}~VvJd%GikkJxGYHz_h@>l=BVro0S5F)@;_$(Q)HD{DAc0J4CAf=e+FCwQu z1yV&i{i1Zl7Kh@h>Xr~yPxiE&I;0W#X?HvRw0CshgLZ5>esq+H&(hMX80q5?bg6!= zq#YN+!pIVBsx`Q4SSLYG0xf)H1}~qIPIzX2*zD*>GOfG=HBh8~KGUe$G`}~%otsj!%b8k{ zIWOetJsJ7Ca-#9e@8!%QUd)^9<6LO{C2gxHq-6PB*_rfq*a*4LX&M~LBaiTwwjcUfTKa&jPD!yI$7?M{c1EYQm< zIS*1%rrr6ash0_$w$V^EFZFTq^j{w+2R|M9+^J9GkJN{m&27B;5%stH2|B-UM zC1b1IX~&zm3ZI%F(PbNxJ7KFg-A;TB!Y+N1%<9K@X(< z>Acp8l&7k$Y|tJ(L$Mjr4@{r7Z(D_ihQA)(JFnf1Fc;x``HA6Bu)1sV+rSNo4kR9h zuS}O+zVpI~FeG)@e1WmXar~sJ&MkFSl8vcdu9t$^vfsf0l(hgu=Z4H)GDdj4Zw*(o z`zVUP^%`Xk0KUGP1qYw}s0*FApk%s-o3YNcf$*$j98+#MoA(2}|Mv;~*m7h$&*8Ydx;VA75b%4$C&uj_9ZxvQ}3z32cc{AW(t51q(wuv z8$yGBf3ZM-H=#X6Hg=e2K@Z@ksvHA?&K5n${pV}=lL+HvHwEv>o}i0IIY&9@DGVQl zG}Xre2;xZa!K{CNZZm$^q?52dQt%(nqr8%br^K#*^Pj4*><$y?*?wm7vrh|wgW4Y- zhgqw$SeFRp$r5{?764og+g>A59Gj>+kC5_;zsscwpGYZb(`i^|cTz`OWqkRM;@re# zwOMMx|GtL0t+1|?x5#!t#!(KTZr0H2y%N2~QcHk*|9Gnu;sQ##&w8VDn;Vd1+Llr= z%cazSS_nd!Hm!({);|Un^VoS#@YC39&54q>xmmO{x8CYH{-csb?w}r6JP{b5d@6WX zCevj}D?5?@vx5M&;1^5WxHDTJe3jRQvy~)3!XyKCV3J)teCJ<3JY32^!IK52d^;`w z)EO5d4=LvlTKB2rxI6L`ijBba9&(V*U|1V)-BpXH4WX;H>P)a+P`4DQsU%>g{|f)T%7q`WGPrn&c{nUJ%TbVZrBL^iRInF_TSxlm=cRE7<>P%I-%O zXUI}gr$R)~`1h(5+N=m8HX{0`S68ksw4AiHERYP2JjH~5OK4mMCs7o~sdMS*17~J6vYTUcByWfe!K2k#F(O{<>*MYUNufcW?xb93AmHI#IFYlPkGCmZ)KVVE@g3iP6e^0A;>N67o1( z?qn#qp^~%UN9UXmUF#X=Ck4}liDi{6S97ZWI*X#$SAnQ6QF!IV|O-3Px zC;SK4v26uDrtm5>xq3Y>CElk7ggB{<&G;$o4=ZdW@tm`yQiIib&D+lz%Qf3{N$I~4 zn#yV)Ztq`-cRIcz#Kvdg%H%^9h z@EL!Cyf*3IWgz8T8UsHm`_?7E;L&p%Z}}QxkLOzR|KiHB^?xRV=lQBFZYr7h-S^A< zl2h+_Xg!HV20FyZH8{z)j$Egevv4JJgS(XV>a(V9D;88D$+uO#H{Nje z4J|f%%eu9_8aC=D2&iNacCdb&B-$^2db|xOUrbh$AOOoW(WqSrzxJU$T`RB^Zt6^Z zcQr2oA|eH8-K6cef(3VSTj%*LK=#Nco@x4kFPC!d{?kDQ!mkFDX*%9|m?R`7geP z=KJ~mI)*W?qH8c70RXZJ!#6x0Qccv!;)!D0(9rp$sGST%viywvE`kr6f%0b>WqY$` zY_6IB9Iq-}Bhh<$&I0)u*>n_Cnthx6TF2iX7x4fh4O+AzMg|j(<0O`blrB;_L3*|h zz%gbIt2~KuPX3)s=eNbxGO(PmcNOn8c!OyoGMgGVwhd`1>5C%-slH*#t0cP@oEMk= zDA%7za?F^?=k}U2l(iXTXz_GcNsRyDh^4@N=1f_x;Jss9=IGe}wB7PGnMd04*^vyO zE^K6vGszu}HqVvVzchAxo2}JzO3GL-#K7k4tI|FXZlQ`KM5@aC2})iKvVm!PY8*(G zDvx;cF%g9cL=uDj6POGycf1RBJmGn*cuh z0p`E8n4nuuMr64!BrJwfIs`6+$K6hO$jDb?$?NXD$ld0X{IfDbjT4z(9zA+g5=#PJ z*V-KVK+06_-db|^f`s*Uzq-9O9u>~KH1HG^^I>m?u*0h}`fzWw$9btU)WyP7HBBrV>@c%{-$@NB!ZZ#+M7>3TXDNc|EOsC4XhV^=N4lzszal5 z?Wumny$vU!Qc<=_q%8Kf7Bs?_A!Oczpzp+E|{VqLT)n_!LrkZjs5&yEw zm{goH-(t?tj94|c_&oQ}w5T4v*|f;wt290umsW!0Eo}FtJ$Z8E}9XC(x&jks#ome+0cc8r*h%QHiGMAMIMlaR9VZ+2(v4dfT?e*af9 ztuRsGQd;W2>?+?3l%KClqN>WlhVgdVz||bH{q9++WuDuQ_${ z$nwPeARzF*hLf(S*#4BI`j{#%_`HQ|PT8Ztcw14}VR|q^<9;0_C@S{S_mGgey6xEX zSBqd`dmcvD@l;Wjo<2yLV)k9ePQdRz%pm&tEb;*ni$K<#6{0rI(S{mRVMbgH zmWcGPmMI-$Bkq6J%k7+530Pli8h#OTQU8?@8D-81qS7SN$?(?3+aMjK^0M7m73uz^ zFYrMe+wYwY352Ac8L4V^nB4_yyWY4rw8dC{q1j|~yQ!DReN%kSSABpWx6wrw=@-lZ zu+Q}iL}p%x7jj|!b#;fLtV6rExy$#U%fV-`NS5H;E{*3PcLpsQVg_;l3?Z(d1kkVe zD8pNF=s839jjl&Yg-1P~DcpJdVdF3VGNGcu8oB)?RdNWIUoGDx`hdu(NjW_{Q=g9A zV--xbobiWpATy-ul`ux_A9`D{giGbWNXBhF=k5}&?~#V^JYxVaXX1}M!K6TjLFgxa z1>Emlm(6rOI^+g27n|ye&i(2Fx?tQ)cne)L_jIXtV9S7}p^4EsBoE)KLXg(A%5Eds6Zc}LKR?&E56q>L7qA|$0dC+A8` za4qDs*L877O$7pCxyn*p>e1(N3SEaycK`%yzTlawZ;JZE*fH8(%}!{(exx|9Ye-V{ z7^L1z=fmE}RxDWFi`IpWzyoT>p3vj|^rjWD*VZkHxs)gOPN4ZGxH=2~A$w&mTOAND zh(w|&PL3VCjyBtQwax9lK4NqA3n*(lG(uVD37{^22C2F{MH%3{L^2noCW#jP3ZU(J z2C5FgJ;Hd;#&D3!r1oYU6wwxrAoUB=V?0q#Pp7uAMz7+MzmV_fqhx@qomG)l)7c(_ z=D+XP34eyE0)hkzNM~oHn2wiE_vE%-Drq*u5wgGP`aSY+8h*~nISP>xx(*ALnDyYn zJf+y8_SqQ^(M#j{hQ4!u@s%h;VBkE?c|4)xamVW<-?&Gh)SZv|{O2zLfK}`b;PFL7 zwO(Pmt36LZ3m=P^^$0U;2!KjF3L$~{&LA!B9cqBzF%wccu}z%Y>#QzR?5+2)OQZc#nrDEy*{SDXtv!T0 zG>0tTIEx%;Z>bJi$M|jole>M-F}=Id8kE0XQR+0=#qwkK0m$6$bm|wH@B@JVR~xgR zn))*g7yErH2lo@g!bZ!x4&=)Mrvkh`jpDJJ9j0IX+(Q$#f}fxitS%Z$L=$sPUVRsd zZ7RK8hwb&M=eO?n^}O3Qc{zb3R-)Gf?M}*e_8l zsk;`gn-@@vU|s;+cn781J491(y~6|dp!m=E({PuK)uyLQAo_(vg2d3#?1a+bs3-o? z7!s)pIPhFF?`}5JO(AIfx>yc8M(s?pW7B3THlxU;Oqtof<4FT07hxi|9}#Jzg|1yA7v%}%l`p;}+eHBuh^`|t zK9v(7X9Nk7{=N}01&m`|W#vp})&?eQuBiOc=ckVi4_$iX=!8g|YKQO2Mb~PwtfD!` zE5=Tg8+@FzvK2@7T!+6X^f~oIM9W|HvaKpTc-LLub=bOYGH&JMyXaTH7GhpE66+qN zG#a$e9JVMC=mm|=`DUU&FRAqw2$+7!|K zW70DI67O9uun;lz70W1LPfeKPySMEc*z)Z!`G0^+!$n04Otz+wlTV0@hp8iiL4@^5gcMP_SUNa4j)R z^!Tg7evUTn1yqqG$p$QT~X05X$=T>UQ5u(YZjmWweSk2XRm~LD! zx2g_2pgD1pBnk^}$`JbP`r&{DDCY1$*`Px`JX%fK(Z@s~O79xECw-9PTcr28s~jT# zjN|fZ?DgP$y54z=!sW0Lx9lQMR-Ard^`z{!DM$6a*#3%5i4W8IQicPR{CwQ~Aaa0_ zVhcW?Fy6JHh~XrPi`A@1z|^k0XePU`UF`2;lQhI7h3$PKHbZ#TzIlZIUHkh%qE+wI z&k^($?w6@aPy%IEaD*-yy1(4=3P*ENYD>6jh@aM|BXW}>6NEVF-e&~u>1l};@ZQSW z5sF@tI#XXzPnw}HsXjjvWHZJUjGA0N$YB=uvZZY4D4jZa z1j@l&UaFDg2WbqR1EBRiPBPCQ7gAF{`CB+9x1`CpiZ)PS#934x@!#_}u*_8pIw4Ci zx%J=el^{i5i9>tKjqMQ49@*j4$7<_*DWegrn!&is{p3}5xlzuf4zV)Ej1_l7mfa;l zthPh~7==Swe>LBS3?D)c+*L0stEV<}=`bn=wYr~7@e!J(VVYKwoN_Lle5EvtJ*rlg zvbNzbp#zpO^a+4O7jqeP#PlKR?+=61kS*HCV&ghuyyNz@@)?b(2mc1zr?y&Q#C?M$ z!uzA5OXZ-n8r$N(M#)5L>FN?Po2!n_E@%HUK=aPYSjZEMTC(O`&WPsPO}LN(EDbaG zNh&SksgVg~I7fnK=DW;1A_)0J?Hq|5k(;51Ks$sev7-}ZE!V0TYUpCUe#)+1p_MiI zx$LBDeI0}D8gFPS#PIsx5?yvjy*h7lQM^$xtuM_{j$7iH=G{;442N8a#zuuNrnrge z@{m(yqt092Z<}4C0BoQC0Q9igYY4>*tZ@}E*SR|(dDL6IDMk4o2UzRw-}e{}AK0J)ui zgM+C6$r$I5nF6@E>i*1`b_1{S6v(rsxXXXq)sLsN&5Qoj?k`{<$ zKP{$3IN)>pCiUUZ{a^UN)5l9^L>qajO=V`xyXOMR#T6XrFi5+_F`x_+@y_Cny4$g} zoDWyyM)k&~l3@es&7^P~KHdA|yB|Tw+AL<<8HssuORgcB#a{<~W>?{2Eo}Kdks=*I zAbor8n@x~8xt04ILWA1|B(76Z;Ue}*OZ8?W*nHq;`d{p8O@oju_3MfZRpOBP1PL6A z=+Ygh30==J!uw_~o1t)$^i$>d)MJKpYhzDDQmjQ5ZlT6Uhh7~AE1X`u$d(#O(!`$V z#q@m#PSP*9sQX+PYeMW(kGYL|3Vfs#TIMg-i!4cODmtrJVPOw_hgnCRA3*(-&m|vTpRW=6%Z%ZQQk4< zxd9z;T5_%maRT-pcOEL?@j+UpR?U)hAbG}$HBTu6M51+JYhzuU#d)q~4YB`lz&k<& zVV^?KeRP=HYUAa`o{!pigbua(PPH?5M|`2Sz`=mj!G_5)Ud*?pjqOH}1K5s~{7*Bz zjGbeMsj*z8_&`V{$?4+%13*E)zM4fSq!2eqaI2CAPq6Dsj%kW=QE!_4$f<;+)%G=D z)pYxY+a1(f$;QTQt)EODbM03)k4onTpQdVgwu@djFSPlI43NHa)Pb~+ImZY5Yok@z zp+`j+=Dvy^(P=wh$=~!xl~OTI(H8^IRJ*pJDt42`Ip(6xB=>e!P?@i%NF&G@cEHK4 zV|_&%^cURJFDWtxB!)jCoZ|zz&*}IYlH>Pbf)K=ymmU2miZziyW%(2kdH%mz){Gtb zib<%nw`5Q(bIXYfou7B->+jmMM$m{d#1X(X2)BkYy%l-mgH|~oG37zy133QxJXc-p zwJMxsm%X_~H<_i7NJ%aHOVE$zDrNJDa@cL7s9X&y-Pe@sBU5?UB-_idcfrX(zW&&Y9&aGPY^^IV}^p zm87;Wf;nuAS3Tp0$Ah(UMn~A?$Jc4C#oDQY0U+ZmT+fa^e+ue}f^lanKR@i8Rl!-6 zC!xRLANc@j{{Z$6wf_LoVz#6_fn4W?BDp#yp76}7zuDHKYc6^6`u_kg%C>^usNE~0 zW00!6o;rSYrNrd+v2Bzw0M<6P-daMcxmUQ4IBa8S-JhT;D(ow$GBJ`!)rxQe^fjM) zlZ)$dH0l)+Npp_4!t>kss3uP9VvM(f6`27I=A_$-$XJ|udgJt`MzUW?4AKq|D=Qc0 zX&iI^0J9tu$f^F#Dmi~KpL(+{)LuGZdeiI{SnYp(xJW)w9QDD*PB`cEsa=eqn|6B< zMq{_$WpqR(RZ9<-slep^IP6KyOpOeIk|z=v&&{-gK?j`s;Pc$}sv6b2A}Dgj1YwRy zINQzv+z9GMbAr`w($UsgCG#dNF%O0Sx|{>F`e1bIGDkdBSlKHU0(pDgS8rf=&ukBW zVc$H|FEElaW!?}M!vZizQO`~fL;N_!PUMittTr5-*#HoE{E6y%=cPpART$6AtEc2Ym8acJg5iy`m4a!qEcDi4V+&pHb8C#YL&U#E8TZ zoVWz-+(60awtk=F=Xh^YyVEY;!W!c%NfPGLW*8R{b{X{p{5w{hI(%1g`L;3v7|+Rq zP@it&@Z;N)nS|7p(Y`kgEG`L#2hDTG9c&9+O7HVK?$!2yvUM64{>KFN%qmNag zQLS#{^1pKq7l!@e9D;ihPFFE+^P%#$V;hD?JupWdkLg-5ThAn`D!%k@z48>t=Y!82 zV;oiYPq4z$?B0qpQAa1~MS(@55v}(OwhI>fr1Cm@QbTO9k13MnmE4l?7|6zWA2ta5 zJ-uqwHc)C(NbPQ8hBBc9Gdg`o%13R#sO?vmMYTr{43n?3PVPS@BzpdJNZKhbhIvR} zolTr3i+)(B}4FXI3u-7 zrO9PF$tApCIl*(V0&+OX9cTkJ_g-9XlWo!k8v>ybjt9(1;Qs*n{p$Y!*~AFV{{Sr* z{LVPZgcMqmB-1qD%R1D04q`=7F(tU`WzR6-W2@y~R=H#B# zk|;t8G2GpW>MG1*_iPyC=bBF;B^#V%o&olv#d7JO$o8L^M?s8wQ(GYz z0m%eo@ux{E6vhZWe+mfaRuwKC0Ah2`C)%8#t*gk&q{w;t8ihcZs73``@q_x+yMPR9 z7*7VoHnlqAjvJvFBxP~!3z*Jnw3O3S4G1oqXkH_=Y z1{-ZR0$7$=n{(}Kb?xnp0r*vGdpL#4Lh-J~1)qcWMmYRVKU&hdx3h)@xtUcVj9{ow zd}5xqG_<*FRK2;f)9unpWi1{+ZG^W@Nx=55D@!T=012;&!g8N#TyvlKW|hBnAl4b8 z)8LIFMcX4EnSO7f>H>~G+OBg$M~}t6B}XBcT`ou*f2&H;m&8Pxvqwus6m;rwT}L?# zvn*FO#g*G^f$)pC@m@2i-F?4QyuA6baXgZZ-9Tm}1N0ab>sMDTYh`(QNn>wkEWCXV z1$fxV027m5zC#{r)2Z1d_x}LH8vTSV6j5JLKvuSwu1#enoN}ZyTU*X0RgwgDOpse? zVUSJ-E-*7q@8NiEXcId|P;QQNN7+$P4=-~o&bbgl=# z6j4~=aCGp=#+~f@vC3{+g>Lvb-7kwQO{`vHZX!Y0Mt<=>PQP4M6?(73%_2KJ7yCuP zGv0CzIat9U567?KJu8Df#YTn>QEKj5FYCx~TAhY7w~{@*Xd@)^gVQ3Ff!m#=j?^jT zzrCFEU!L2kusAcyu&7bfp=<;CS4AgfsZ`pE)O>R@ z4a>k_Iu4ZJ2qAIE8R<~uWRP*jFggm6Ul=?Sj>TyUo(9(klPB7X3)gdIy94@#&OHyf>{h_M;@4tIS=TtvS_NSIm4^BG@=9e;dW>;bf7bAe#IOO7`FCKVBEI1%H z{{UK>58pY#z{nJ`9Jk1RxD`rP(!p^q?t(#xumR_ul?RmKCc@r{@a$9Qe( zFgU2v&tf;0_$oLDl6|UAFh>(A_T=Na>HdDSl$yQEk2UPZ6X#B$*lhzRJpTZn{#*Z+#z^RXl<#3VEs-GHh;nn0$sAJ1q}fS~k`#fS--Sg6 z@~E-`Se`-ZJt_A$*4A*oWe&(Ou}Ca<&rheVDNkD+d`GtHVZD1v7G0Ffu=Me>&`J%v82+ydDLJ8%~rvQ1o_k%3WM zOQ<3M*tE4+!75iJn3m({s(%{g{C^H%)9y3(UE{_-yaCVtJNnmHhkf<*gQuP4sRyV< z3;e+qi{m?UH-{y41ejf9I32Tt`2(NAzBdVrP|smkr!rrDjQ8bF{guba^J*xqT_Z(p zQ!di9Q3nx%k(nLa1mRbV-~ve`00&zAnx#lmi=5q(K7A)AWM;!FK{Rrw-$o3-QO$NQ z;(ag3^N}St9%!9mXhuVaGAj9-{@{?7#?X6aux_*qm~ZW^U_N)+T*nbAQ11=2t10DJ z9;5k+wLgYJS{Y!yGdM?(X5ErG0*toDJ$MB220%E?aAF=3wa(GZBJ9Tvr&3~tBgiBnV`4@|I(pZ-XlrtwAF)ftG2AV> z2lgNV&3VUzG|OFA#j@NaVQlRf&m3guo!F1B;(f3y)eXu(rL8MZ)gc%D#58dxAL?IKW|%j-XPwB}nzJ5hS!04ko+O*6$BRCl5_W^y+ud^~PA$FcYHuP+gn(yJz-xn=l$$Eu}L7Ye^%5V+^Ext~(mryMoU932<%Y&KGO8dCmv){A)dQ zD=4KAx?B)`=@&AA^v3K8`&{{TGG;UYvXzbDK5T-96F z&yyPTKQZI3dR4)Q;?6>VxdfWgq-34s{D)(YTy^bD3>rptV9T5Xf!Du!h8dV9Br4f# z21;s~QOgi^cE=!+XiR+R+Qq2w@;4-d)Mu@8o+m zvd&2PM_*dT@Q?h9+IRhUTYu=WTVt=|RyKqTSFSY%}GZ_kB4 zg>R0mYn8l_6H(M|8ax=Ji9Fx<2rbCz^0qVUKr>J5%91%)qi4&F#aQrqkMq`}j%kF9 zh8?lGD=uSY!QeLpeK`8ny~rclCRF|50Pp1dy*+B2p~NbP-eaIbH#sL9gM;gihq>mF zp3HoNO#4hksL!d-9>3SOB9Od~xfU>~$T?Co^d6qyQ%el%ItD;hPDd(u{QBAbQ$U!M5mY78t0JbxaPI&!l zNI}U8qi*1Hvlt$j^zB`ST#k6hYUeLW z{@l^C3IZ1GgVP74AXnV$k(=zI;n`IJ?h_rL$E9fTwA5`|%euEwwC)^k1JL92t-EbL-polPdzGJPE^u>$$3gF0r;0S& zyDdgP6lkbg_Sj`XRYawYBq1VC0v9jl|9t^inI2K0Lg*!eJfPcS4W*v4wRfG ztkC_1iP{SD%{FzELx91Dt9GXuBoO+WZ69tENaC7 zTnrKQsAjl;PvjP2+qRHBNYC=Bw^M413=0CJZy+9Gl-;zFIuLlkC)cG>lE+z|P}1Kx zRT)%8!QGHXNbQm7$RuKdY?9R0i$}8B*@>8wl3mF^pQT+9q+sko0p#P1)E0>{TA`iG zOb56p_j~?cwX3V#D6^JG_J-J1HxJ@G z55pu@WwNtfj7C);1sT|V;8&nMf4XTAC8@EdK(I#|qh%C)q_p z>^|@3S@+t!m(4A$yKJ`vWz+9IPenb3d-e47sD+izsALkzvA_q;N#J)l{Q93?%uuH2 zLvD&}+yxGY4ez(t+>fq(9qw&+FF}^V>LfOn3j`38xcPV>G5+x*^TtW`u6ITZzA*7B zw!MpTl;?a`aAEMqq8KoF1W})CuqXLfmsg^A z=3>4cR9620TX`C=JxYk!{{TE!o!8N15w!`+yZn+hmdOPaQC{%@MHEm0MHEm1F$$%R zKr(CIG%H51(JbxWF&o7KD=u?`j(=M4+gMiO^4_`T_gRhR_ny;FjKUQl` zVBFt#JW>P=A_nyx4I#<==sw&L&3vp~nryP-TL{59-1y+0)f`sKxA%%eDbHRFPZ=#5 zzH&$u;8I1%AcMw1t@TXbmL_bOSe&2$o;p%#%w&~}gd83RYI{i$5{3-@NFZ0D)c><4CJq2c5&d_QW(r%E4-5X)PKu;qh@H9z{ z+hWhy{zLo2<^h1%{*?$xBakecNMrZZ@$@w3leN#S1I9j9$2DBbVMa;23nLi;QlkuVc9017sO1~>#T%yV^d|?~Kd-Gl zP)Ls>z6jtit!7w*b*bK8D;HRs$W=M|vHe9vz2(c?(mUMJnnjA;S#k1k0pr{H)H-~8 z767p(thk0@ADOshb;U9iD;QPCK8KH|^sN)p##U}=i9MRlASKAa;ZJV$BCnRMyYBQI z{{T8$i6gay%QT9yDaawaXOG6SL`68QXYRAo}7MMq3 z%Pfn-9Aqc>pKs2cZDf(e(oX(-tO;izWbyh{i)&czV+j)U=cQA-`z4$U5+X;I3b;Kx ze=04?xtXL@w>du%tV`lg3>cFcH(2>V12G;3E2OS}#89Gmo5HIK;SBdJ&;4>W&{o)Q zgXYdmOp}tZR3L$M2$686a5L&L)~2dgw-MUMHOU*61d>Kja(-CLeic==F@n62gW((J zzP8jE*s&L~Ht${EH}$RQ;Y*u&Ae3e~6r&GfF>3q3wZA%lBM^W_1C-qwHtKoC( zKh<+8wAPks{pmC4aI@#57I@XgyV_k%Z71J_${&0lzmHn#yfQx7q&<{DjH@)ewjp*^ zk}ZLPs4PHXgMq+o(c_IM#c-OWOZ&M1j%;>r$MGC~0=YDIjl-idu;^6aiv3?L#YZ;F zp;0?aOZiEESNWb5XgU>|>G~d&{vDTBf)NeumX|T=6H2*-x5gP$Ye|k{C(9?F?+)gf za|PYTm2&9~>^B}%iVgL&$`(C@GqaW2WMu>lkg5&`Qftmc(t^ZF;J4oSk3U*_U0gDi zY2_+;&NZSE-VD!S*%dJ`Xe7_@hjl$#E32G-5_V z6y;kuJqh6cRqVXxzKc9jjxo4B)&6Id3-am*p1kI#hSgb7i6u&cRQlC%_dq>r)u|>j zx%;P&rFoRz=++50sEr2ef?0k;z}j(-t#KN?t9U zB>w>F(nkQbZ5MqJn&oUqv=M^CX<|XhL7q9KTTGn05)V6l>6(K`*0P1%91oFK8PDTQ zOP87ze2^JO2BV(R(3v>y#>)iIlFCG?IxcY7{1f5MbkG?Ok1mN)JSf?qb~C1l?J04WMo;BorY zhzy8cKozsmxjCsyzm!VgD&QV}4l6!ak`)RVun)lRUCu&&>bZT4n>@KNOAJ2ak&3N( zs4bc+7z@bqh@y!wS={H0w*vqYPhbr!S3t6F7|8$}b>_15mko7bicGUwOfO3A3%NG5 zZOafdha_hi+IbZcoK$&>gHqV1Z)SB3QLklZic4t-Xy$L37=Tewu0cYroc{n8IrOfI z1QEtYe((+WS3Iywaew8?o=aXzjR+lgTaL0pl8j{MX~3`sWV_iWk*O<4-tGn`=O?{>%k z09v{mMiGtEQtCqt0uixDW#pcDs4lNyw~ud|nV221fs)7k_o&+V%_B!@%2Z`!oc+~3 zFb8u_w9}H^jE>JNr}&)nikmj{8jZc!>_rv4*OLkF56Ytn2pli?)<=w^w{H$>3?qD{ zl!Op~fJ&V6T?Ng(v2QkL!F3n}k_Z*d_=Rn*JQu7=fFJZpm|(ERRN|tew0TXFj8^*{ zZ-js3U(>(q!rT7~R7_6~s5-cI+p5@f0@^=+G7bBbuD9v>eGYF3Zr}wLo)8mzGV~{|SB#6?67Y&lf zk&p&|odn67aLFWz6wH%K2@I|Bfr7tYp8aaHH`kNGCz%)|flO%@1E(3sIR(9W91fJ- zE#;Eb0##Wi+RL?@0E~f>0nP~eRFD@NMC5Sn20@Q#+}OzMI2`)>QY2-p@jc=4M*jdX zG?H{uhd2cKXFpy&&MYwt2I8b1hdgB9@s8h4-Dz!zjn!9qa&yVa@1Jb-&u>Z#A1H?a zsRKB2c+cuT^eSbybS1b@00Rno0#7{if`7^4qHHXXyQ_ibpy`3jV15I49-Zk`$cjf1 z-~q=crcZv~PvNGtQW%?RktRtUk6iKT@5edFq(@+r?Bh3*&`qha%&?1#OZOMs<0P+S{oF7wKvRp?cgxd$0{#hb3CnV>mvF+_yx_p+;<8gAbC=uyo zwp+7EG4=bsd**}@vO05Yn*;^`Vh3;?s=fB9_IUiObTZAkPz57`NF3*k{{Wv_Q-5tW z?~&#ZSbVImFx+SQ(`~f>0JF>HGsfT_lMBvC^Yx((69F^Cre@l}1|W3Lda!VVsJUn%ZD4pYb8o9DS-aQ~r%1=)>6m0QJ2qyMknvFETlVk&q7V$J~2V zI*eBLI()XbHtjrf{_Mm*i;wbagVAKW@b0L5FRMzz(p;Mvk3L|}`n}wJKf@xq*Y2fn zvi|@F{{RH_CZ0ZzI{qvczut=L>mI$ zW=+i;3OvKRCAjwV+QO3>OQT)uxo5K3){? zIR5}1zV$R#5Ih9Q7WO=p?RA-gQ)|*rB*mHfWU+YB>U7;#F46q zB$75DC_9PB9f&#n{pz%K;dU7&c?NJY#ABW~7|&lyOo_`<<6Ehl%~t0*BRz5cO(df% zayaenS^9m%o2T=cT@;KMm@ zjDS4=;+m>M@=4=4tg9EwH2!p_&2AaKZNPUQQ|VG(+)c3~M9US-hknu*)7$?5tY{|c zJ=sT&YgSJ>eClhU70rncmji9|z^2HdU{oEjKPs&EDivAVARORxpQS@Fp5eDml!S~3vB~=`jbTm`nc2Yf)C7Fo;u`Ueso;hTgHrKeVaChk%;8*f5ZIrfK3bybt3H! zWGak+pSm!8x{6`Bj#t>hjB{x9)NQKr=wX@yb$08G}s zM`#KHt_bPvUS+1__{YVJMi1K~ANdVyN_&o?N(~zRZ~G7b0DRD8QV21*2Z9Q9sVJ_S z9A}^S`bFDdogBQbSKH+S`5NM@s`32W_2^;8`ltcUf4oolS1VsxltY&ZA3OeLk_srI zy)r_ID4+t0D4+|PK;5la1K#34{RmgS43ZZhFVegpLXXYy2Av*py5=#T_zHZXCZ6`dD`B%)XSxmWV z__PG%gyTN7pDah8C?CC$N$pnFP;=eFxsaC_amiHxeGLH8cBk1L+#GeIR>ndfE-9O*A&}$nbR1-&ImtRw(hk> zHros&k?!A?&)ow9G%0X$2wZw|QZ#!MBC2E@V;|?*p?492PZ$}faF*!=lfHZ*+ngVCuaF(a`hT0o=C%VgbIWV^2^A*~5 zl0PFr1U9gxPx$EysX?1Sf?hV2dAntL%_WbCP zn&vcvao!saGt(ZmcPSbS;~-#TkIIs^ zykrJF(G|&DWU&fI;t8&TxlbR0T!mVIZ@L6)G=we5w4MpW$QHz*KJ!B)3LIuZ#5UPSx!7 zXnxP;F2_8yZJ&Ot`1JLzB2-A{mN?`R#*WIe4vqof{xr%f?DEWxhFe;5!^x=2?7da{ zuBV+_6DrY4YgN=JqKfv;bF}aT{9oG>-6R9oAcOpcU-8w~k>S>a47~Cxf&TB!{{XUz z=DZ(xEj&XSyKPC(#s2^T;E&~x#8%Ib<6{n=FFRG;2=^c#{gl_``1}f7Q3%gPCZxXa z^GCHxtNN3-O%B7tF+#o*)6ya&jTOANI6MX*AFeyr>)}d(Lo*EEcC0@Jrq2iIs#hPn z;Cp1^wb_y+R&uF>gPuLAYA#tg?`Cmcz|;hGzN`s zudJ5gnmD|-$!+CWgOwznI0}E@Rmogxn#K5K20I9wuEXX_kFP=b8iFf0p->~Ku1 zjlM*CNy%Nj6YGy(db0(^-JER=rPD(T54aRI-}iIE{#EFGMse0G##v28w2uDKA_bcR z&0&Jr=M^=^V~Duw9eurP%VU!P@*4 zJazXRic_TNB$=ITHA+g-{0XO$c=$oMk%5!NR6cqx>AE@K{{Tv`+KseuyA_eZ82Mu) z=h$~S#b(c}wDQI+bnD(uGbq}(dhX@vKNceSie9u_2cSoE&xhN4;33n^tAHxUh;!yTd{^OMCwSUCm)b*}+P0?lkQnKW(_U zcLkUQPzT)~=LW3d_Tlhz$SR~~@->vxjU!Z!7l0+b$J~{3%X%Mrv2%9qJHcqHEUJU= zbWHaobgxpEW@lQ-=r}#JF|$leYR*&=%yYQ($E`vPd66+oo!Fl*c0mehAu`!0Fnl-EL-`mZesb)*GdS%n?%z6^X~7 zJ z*6vT(rR)CbsHa8AbI8h4T-=E2d?o(?BJQ4l>B8Ip07Z)0{{WU_>sX!=8Sw6&5B&IB zf9SDWuhDVpD^pfc)i&E{w^t~D$rMi_=eYwv(z0#fo(njw6vw#{R4`XuV~)A!^sOC! zL>gPZsNie4 zrD+||My|mCZNnM$>JP8vC=x_3ZDfg)AbCy%c)&RRpbx~=l`*Z%tHEv^@PoS$G6!Cr zdv!F0X5OPB3$BoHYk8xSP9JNhWeP(F^juR)??aK8L#>9d%+bxWHVyoN(+zHW%&en0cqbEF&dHiSvqR`&7(&M+hY1&BH zKnowQ01TggKh7&Y#kB};F0B+ojIJAV9%UHevF-*Be1lq3O(ndZTo!LEt^+p503gp( zo^jWvdRILa&ZBv#37!zw7PB;X0005TJ7fYf4oSfP^y&?4Z>{=FVT#~+628;3c0nhw zBd{-h&@0l%Hn+E$4sA5XxZ63BIc>+y8PDGJ=iBt})k%6UwnG~S-td;p)`kqMLJF@%ImhDm5r8?C?jB{K^)*5 z)1q(mW96`C#y}^J{{U50M2(`}yIa_bh27&KIO73vjoZIU+UJhs;`IlXOtX=k4i!g3 z-|J13BgctDbJqhVrICa|bCb?E=Amg3VtFObMBpeZv+2j$E?dd@(!DnYLnAZ|XkCS9zuWmW~a5$@N zDcjx286zA4?@Q)1poo>W9tj^do}(can;&x{$fzVi$oYWj`P1lZtd)$(9j)zS z-?~Oc18iWDN&f)rn$d&oR!Qbuu5KKK-LSrMlZE4_2lC0P5uy8ZN`7_w?Up>_82x$e z(zNbvTJd0LZc+*3ed@(>FaZaSI~ov1PUON{XMjm=Lac|4tAIJJ6p#HF2H~^U@vLiG zRe={b1;P@;Czd3VPv%cby+4@oY(?`Ga7IDo^gPg+QI_nIMxIA02@9}{ws_5X=9r;8 zU*fU<08g>x{{Y)HuSbq1RBtXoxjA9CIIlU=0bdvRtQOpU*&jIn0H#Y?()fa+e2uei ziYX7>KT7I34<_+#!MX80+h-y@v9GWS2_Km?iB`2KjmE2aF#v9z`g&x6Rcq}qP~^kG zc_QB7MHE+1f{G}h0*WZ04uioE`Q9BiN;J9fAox*CjthiihT z(3(<%+$`4O@lE6%!=*V9q%E+0-lVap%05&OG4(XL8bC?MQAIQdP7Kf^AHH_ zO2QBz`Ldwo@x?h^fdz0m#T$7Cb9BaXO;<8U9EDps?m+2OmG%iqM^;||jjUfJ`u6ty zDy7i#=SV=#Id&a|S%sooX(pIuK;c2_{&Q9AqiD-{r!3zvInN*G`PS6mHR6uyQc;I9 z`FfU`IG^QYQmfaFl}Rk4-6U*VIm+|E9jfraE(SvrxRcQSH4OYZy5zn(bOs4rC|fOnUqKS3;C+au(&Ai?p_n$(BG1ljW%SnEHWOx`Y!w)OSp%k_;}x z_gOoudYty@SCh-P+RjY(UF2*Nk8E_K&q;W63J*Atjw=Z_HSVFttYIs?Nvwm*Z@VO_ zu?wEKsV*llCU%!*+5iXGRcGI3z}p zmT6@Yd9I5*k|xckJq~}79@MDH&9p2a>ND%5s*d=dY!wSQ^HD4WNEE7wttDX;QqDcwcmIa^h>5q zWKYd+CRhE|$^Lt*hmJ7PmKL5SKVn~l{{VuK-H1GJI3+>C@#)c*kWsxcUfcxqCuRoXGtju3N_jCW-) zSx97Jtfwl&s3W1S+r(O=I){N`y?hB|W!j^&sXK?{8}zJy5%_ca5J4<5ys$`i68Oru zUfqb#hh^LW!9qCoIUTFyvl-ztI(Tf#jI5zGuHANjJALPM6;g|x z876{*WSI^a{2&+x+p>R@qMQlfH zeX1B^pUoEvpDRMivH0Vzal1LlJbGiP+0$=fy^WeV32<=e!wiSegUGB6JY5^f=96>5 zG-&H9U^5@~lw%Ey4xJQt&04s&^GeGR5!}bja`y+W52!uGc#zEY1sa+;mz_9V9wO&pS~#Jix_KKn5Hr1r)$liTQPUG>WV#C@X+{{THo zIFJ7O#^2Vty>jAN^_PlKu`SejQT8E+-~4$4=zZw=ojhmmr1bKAj?4`?y6P)W@;FU$ z;_zx$6K#^%PyVn(N~8W=e;&Pfu7gRGOQl<|$KAoe?l`RoY-QA>Hqk;Q$jb)%pn9J{ zNe+l?(n!U{oDidctn>V=S$B=TymR>1qldyn2~oJU%GTYFw5^P#QiN!z+EKTi)xPnW zrKU=cZ0H@4(nZ}Ik+@`WoMaJB2Q}!Xnz}gCxU^A4Fe8~=;$a(YkbKDAj5!DMuJ2D4 z`i-o2aUghRUL#@1JqSNToc$|?EXG*jjyIBNNfDys<{)ROz#Mv->-0#UMAD>vLR5ub zQzkcjtDFo2+?;3XYl|45<9E5`<~3s*B=zm&ZphwTF7X8US8(}qI2>_V8pfhu{Q}X* zxpf=lj|0g=-#v*P2jkkIxYVvMQKGX(wt(e)`4{Ia{>q-8R{W~AE%f_lZ@Pn)W0qz; zIqpgP&3xW3HibBQIvUOXALh;qcy}jx>?@xlIN-L3JgxFW3h|Tu0PcGV-_zj!%G0CW zGP17kImo~yoRfpwC-N1SXoACa#oSx<2?iDwIWezgAE77L=ql-7G2Tn|1~HPb1M;c& z?#8-u+!Sz>xvFa^Z~jDAtJx0`w63dP;jQ;>C)-@vcV^n0_)~m}> zY5wLga(z10aTxOVg&Ah~M&953dWcAmKE=Dv?tzHTILZ2B`O-6lb&amvsE1Mx%*tq z=NudkGER6O=M{nCVLEt6S<9CH07RE8z-0WV&{pu5yJpT=C`MX4omYf&{{RT~pZ@?} z7T@|PR_h*|cdS1M{{YCnr~d%gjko@a6}KXX8&6NI2CT}~2K$Q`@J{)%;B_HUi2ne` zw$)=B3uE@@^N_yQ48cJJ@x}+zjZF~i7NAP%=^M5;5yn(!KD6ao0^RSrSrIU?qH}@Y zcfazWmR6L!&Erg(b7`@$)!>K5Yu;iED}ZkVt|1np3xfq({a*19Weh%|`A z32uuT1t@Le!T{YqQPAXmHB-a0OKWv~pty*oy9uE^KX)M~ZZX(~A52!ehp{_kEMSnT zsZtM@&j9DQG{bT!9S)-%$Y|f~7Ueg2glB2U82z~K^{*_7Plg#sB6FyLuKu~QP zhf~?Q&{nKv!%H-nxt0^TnS6mJ003tM4yV^YgnF#{a-$K~rp?6&R$ z8Obt`0_-II9dXF6=s`u3wzY|#go75O8{0ZTUNM65t?kQltd zZyA?h19J~McTTPIE^8xBo>OgMy6#(*ionGnXo8Dju}A=b0VR|!4o?}bqVCS}W4SKw z1bO?uV+;}a);-$F&QeFYxt2U0T(YKpNk64y?DbCPqy4272}hT7mi?1mzg71aAk~^H zZK5ZYl!1jA!Sp=T&8y0wI@_divt#FT!*kF8f1Obg5f9ITH*w#m|Ma~KO(7S8TZd$uX?&PzE)W-ZWs^xY7if&Tm$)1CGETk z9BjfcM$`^*oPUv3r!u5qnM$)Cmn2{gq>=hkCCd91?rxUg8%U&IB~HzOx}Ly$ant_* zuSl-YtEqxdF}`p*@;dd$@~Ps5VO1E)PI@P)>Al?V8C@IB5cEZ}Q4SAZ)sPmBEm zFjs3hGB)PVEOLKSTJWK{1j)GvVV<-hN8WZS5U>SS*x2A>sH<@}jXbmRTJ|gpF)V$j=qBx@+H*9T6IGQiI34@IAZ3 ze0WwY5Hwn8m;YrnMc#OC82-s~Z8K?QtkI*FVZKnI3H|G%*B@CN#gxR%uqpH3b{wT~ z@AS-eK$(z|B59`$+z*^WW}rW@E&*Z{WFiWqtgVHsKf*~gKbLuWeKG%O)nc62g&-D` z^of`JiwEa<+o`# zcqc#6RH+Dj;Ap_3gnNtb2@eVeH%^&CuO!b8HQv{iA=bFb^1gu#r0i|%axH#IdTkHgRd_o!MxIqEt425w)tDTh~bg@>xdkEGz{k=j!3ZPeIyc5Bw6 z@(;LVHC{NwgN^V`lzm(6XI*}`qmhrnSovBipDXk%CC$!o+Yhj4#dqf)u z87^b1j^55L$fJ_s8U7nowHwrPc$+6KV_WN@WZV+$+~XbKeRPcWg0lS|AP-~9vFGAF zgKWEai&gCNCdY2;d|^S7K>Nstg&Ps~ovfhvnksvBN4$RqlP7f=>Z%_e>JX#eBbcWR#_e}7!l}=-wOqKng$)mBo z(qthGM40^PfzQysDSDD_>4irDx_(IzlV{I{FKLBreu6aTt#(H|UB|omoy$;k1>9%U z+rIs)$_#-kOXvcSc)F9}^-rMbi?=i5(Lvxy=}?2upaz6kda>+{mHLa0hp#hNal(GQyvgE!T^jh%TTwKSftS6mSUgNn)6~qKTa9EAxl7)9qF*0 zkVYDn!4SAq7vpcjjuFAQq-6b+E}N)T4BM}M^v z*9R77cJw9p4|XCwO;T~aoV_#-&$6r8CUV9ro-nba-FgK=;*Y<42=U}E!xQ;3iJCC9 z&V*4JDCbFiHZ1OD#xUb!{FvmXV-|~Q~Cx%$1{r_^VNr5 z(+;{9>z|37^H#L~`6O;rdM}~)oPm~_YO1Z|lQGTVeGtexFl~>y9*i3vZIGZndy?Va z>3;wOMxUljPs++dOQDRs14v6k-DeVDx+X(VuN*DGOi0dTWYYPW%+BA`S#H{h_Q9?Z z_;-GPb9ftVx7pc+g_?%k0b&SNuE(jmp$s`sIMi|MpKSQ3-YF&qAG~(7F;sf&#q>14 z9UI2T-WV5lYc~S*0#(M(|Flk#QieR_C`P+25DZvS@OAYK@ZG`*UO&6LqS}b2ogwr8 z@EPeCzD5_+9!L~fCzzeRcBVjY&$N9i+~fPOcoaY53ONN{>GpZtN|+uiXEm2;;_L!4 z;i!@d)(8@=7C*Nk_!j$ETa&3T?LB>=)i#sV)a;$$EniVl$_sFJcDCv|7lUhM)7>5T zBEg=h=WDeAgMUyCWQ+?^&2r51z|N$o6+RG2P+wZET^H!}fl|gpk`jxEr{#~s z%UM6N`I7PFb24!)MlxchsiIN&>aau?CW$gsph_nda(2`;LY$gysRof@70 zGP{D0#vB}ocfdfWeF?Vw(Iv{6#N~TPY`?_S2YdL&ZX5o$=SR5E9P63jGk*6|>)(Gx zS?+n|BWl*$@b7wc%x$3F;5eQZjSsEskFKe$!_u!8e&Ui7F=#9%y&n>q-UZ_jLLNnZ zpY~ESiaKWvYl&c4~TAwi48`W+UDppZKGS+A=h{LS`4RrcOiG8YW zUkdN`W3Qu&h{guK{p56KXdPaXn$nO}7(ybLsxq~AdB;HuN*1N0Mk^fO`5R{YZteTh zmEX5@s;+#)(ZOU~I=WyuD?IiUr(H9(;IZHX-Y+;*QA>G4wmD==gv<)c)rAVm`nL^1VP`v8 zrGL!EV=VXjO(~^y4`gAX;tOc^h+ferf)IuVHYI!`f(MB3zLUR4nFk^fPhC?61h6H; z?2AR@_0Oy<1;;oub`be&Ny(@{Gt_gr$_<$uC+hl_a-0`(b{ns0;ySdE*CZ__VKgy% zvw`#NPHWQO4eRD>2!E`E<`0tICgC%%5hS7-P@>yejyh8m__RfQ4L#OG-~cPA@srrYh2PbZIw_F&k&_kOiRDFo@sM*KH)pNCY9bWc$9duNHDzUgK<>d7})`iQokEWFh+58Q4VY zT?NWw0Eb**3FePKF*6Y${TYeZi{%PEb|d>pzS=+jMbjiAtk?vro@-E4jT0Na&r?hQ z&soRlyT|hyT_BpdfebJ~%~a(D4$oRNwsLB`hE4-B!LvNjy*WG|r$S*$0x%SGu8-ou z+vdvQG5XBF=vG39z#s}nn3--V){W#$ZQ-kaVLOuX@U^jNkL2_EO)@Ezo$JQu2M5n0 zINCWHjbD7eVpS(Mb2{@ivwXQLB57~n!7D2NGH9)c?+fvWe<^P|cIlK4yprwqK%5#^ zC43cj__kvzIlpWTRgM~Tgo%x8r`xqV8V_$Se4s2S{DncxVD&=+H|0FgN+&D1fwOnW z+vO5(S~AM<`7$%mQ*qJov%U-G>0T>#-(qli94-rDPp*WfPEzH#8qq|e(BF_aOA7`G z>4=f?PXcv5)y~zq;{v-)Jem-6518kSNu8${#Xj!{ zx-4*9qL^|FG+(}#2>Ql5C0QQyP=1=1CX)qG95HeAoQ{&zt+M*`LMU!+R?O zxyho2FyGeoEI-ch`tV_1&~QeOVuIr<96~#~!nRc4a=LM=ArfZPdZ7B<9!A`u77z{D z|NBncNBm-mB-@@jUeXG10TfS4u~;BDOg<05|Lt~(DB$p2hap~rftv91Q7n5;ja91guHyuJ4<=GRyC zLSSNS&Zpa!S77#RIg7w14bt(tPyp8q28Rx#lAjyys?^Ak!BQsoW9s9|a!eJ`t8vVd zrG|KP}7r%P8Qv%v= zu1P;c3Hn|f*+x`32{a7Q5b*umuot|`3a<)ME6X>;g{@q#)0qdG_k@gpN6wp^h(s5* zYbRJ*K=}}mM_}j@QJMxEMa8fMFtqugyY4i;h#PH*(6-oP=6FKRZISh>Ez3fc40Vbl z!ZoS5E+-~Xyz{NNBo>?e_5+;3H=&ZQV@RgpXnwR@FGuSRQpO@+5K}W%o>`Sda3h2i z`p(iOu!u#K7yzgLs5C}>YJl|_!B#WMU>d1nFQ+bqN!#OM(s zQ$r5A=So#k9J7N6KJM*?MxP*7+uNPWFz`oTIyhejMWlKs@56WQ>3_?`Kl}%Xuj$XZ zoriO3zod5=Kez^O)m);DmliEz1Q+? zKZ;VHG5-A}Rx-w)UkggsK5EjwiszoKA zBNXsqfdPUeynlRXiU`&EnwX+{PaXL&jd33KI_q`4+{i!JAjdNL6&z-CY)_JW)<5|r z9d}b{mGhO?5gLqrj06*ZC{6qui!m!=txch&vr(Cmb z9f@(fwS&Fx;W(>*cmfL_*se^r^cOkZse|b^gmCzCN~X*0Q{2Yy+zlRaF?Pe=*Ofm- z3LAIBg^%gAf5vv{nG(WD;XQWII@{xP^?h}J>wUx@?F-vDw{WCyC?QkTzbD7qdbJR$c1gZ5>fR0lgZR8%&*WlFI-L6lo!p8wR&IvUR!rv={|{G)qglmBD4M=!4fS z$x+YURS#I{59!}_bsX?kvoq79J3iQbl>^;nlnEtpB*tdG{{ea#qZ!m0Fyv>I;`lgD z0q_X+g%`PZCs`84C4npBxd$JoXf3H8pYyA*Kj9N5_9EtRZs;Cp*_CT;D|{0jd7fyR z&DK%ly3i^`-J_D2^iXc``ku&x@Ptf#b1>-07!6bg<7B8xylQi=yi)@O8`ks)7PPOD z8k}w8j&9tF;daqyJqT}8fxuesR#;dYH!MwTpf*A?VkE4)JQeZ008bhh6Uvmt;jy+B zGh0&TGR}Gq1->|RS`Pkz&DhH-T3)ipfclc2{{ZFn^D8Q)<-r(W+lwg!jR$@8*dDw) z*xA+@OPki>r}uERZ@wyQ7Q-a$U7SaP9=WQ2|2%Gt<@&~i)qcG7hqq8i-#SrCxWUw< z1uh9{z@H_|;nK5Rn;#xYoFtB6|BF0gEJ1l>RXxC-l@jQ2q7o%mAsG}dC2wh54yH!= zOUlxvykQ+Iq`ecK@ywNGdh4X8s{^nG=05WR`WSm9Bj_lSRJ)74E-MZQ@_2x6Q9sd(Fck^2Yl+?)1~ z@1(p$p;2^H&9(=8eDGP$IqnQ2mVg0aHyBa)7%Ijtak|Kor0vp~ljc=kt(+!mhBp~d z9@P9R3d+mJri?5VI&{GiKQ$jdnC>Vm`2^*SX?dJ{)Q-XNwJb#i7Q<(IM$KaUMW`Di zYRHs?ppjz%rDWxxh+AI1u!Jg~L&w@OvA)TnI^Vm9fE9R{=?`vQ4(CtLD%lC{uf(v+ z){mpBfFp@s?Jv-yXWeJ&6b>ooKCa!_9*Ja9bFZ?4A=G8cYaJKv0^I$sNiOrB#rBk7 zx?LZt05_41znhDDE%h1dexK{t$8Ej=M`?SdVvSpmSNNHBI%b7Yp=Bv)S!|>g#w`L*+H4T==Btc5v+{e zDBIx%PmUkP7Rl64i^K{5(4A<3K$dPX;OP;&NCvFF`B|_Vfrfi;KgVV8mSwuYczU#2 zzu_JOvIu_AheX`m|ESu0W^kIq}w>R}pX%&G_A&Y@T)>Ek+md?=H z)i`gV-Qx)$vqlwETmy|U2wgm@l&qJ9eBr=*VJLZ+Yq+-dwJl~vs^rNk0PN4sd>uq=L*mB?_G%>e+@oYdeZelL@BW7Kjf8=L+p%0F~p%{UtX_ z5Qy64y%`bXozLVt?eU?{FAeNK!L;o`ye&O7S8li&y*|IK0QFn2uOu#^s%GE({n}xW zdRoD&<@+2QGe2~6=T*#}`G)31@QE;0QJQ=x0c4ZUtBs=nW+|f3yc(yBmYypir zp=bkBt#ya@9=98A!22ql87>9XQSA7z%P3;5(TshzX_}St_NMAf7S4mLR!=k| z8A~P>d;3IX_Y5q=`tAw5z{^rCx5nWS`Qjn?J}J4e@PY}-~r?nY3tZu@G7K$wjuC-tf}pL|EJHC$NjyWLjBoK+3BX;0zI#?&J#KpOs3 zN48y~h`hauz<|a2oQu|Fh!9=R^mAjsIz@~h-oRUc%kS#Lk8N^reAh)tvM7e7 zB;uLza%|xKGJP>1ENk#O$;_9W0Fi~1N})P@iG2`REwQeRB{l=JPgO2p6B5cZ?vD&w zxP){0s+YjOIK%8#P)@txwAdDc0XIxGq>$ku0k)d(@Y$^So${49RkaMQ;nSI% zk_S!2`hbCW_!TBB1=opsWZo5T6;@7Yc5m*Krde}JJ1@7?3d)|H_|zMgrb5N7Sg#Wl5NtHI}j$IysL*}$$|)XNtRbcGom_82Ch4+Xg&N;Brp z2=)4T^;$sr2r4aN_RDmEYmA}25qRU4umGx7WyL1a5eb^L2$mv4qA8LSasC0>kN%v` z%KswiS@ccj7AQdiKXxx{sy!Wh!fzlIlgb`~;q$E?jI$kdm!KPkD#aU~$(u9Kf_KvR z2QsDI?~2#p$5_H3W9SUcyjUOY!IiYjf{1qk!zuHHBT6mu#ExZT?;Vxk@XK$+7}cuC3FruxMaG zpy3g*SDQh{deooPZyZoPJf`JVvcrBb&6q@toAyCAL8#otYgVQ$zKQ&azHgylx6KO* z;GVu)I)?Vh>~I=#m2Mg)hShd8>+Z++?a4XO04g@OcHg|FLn_rjjEbD`+?%=a4fbiT z(ZvNxgf3KKU187xb+mi`kM>{$eWb|uM0Q$?U@ycXEs{I;0mfQmLnT7fz%NPiYWF`x zztvFM3hT3i2 zv)uR;Y57etVEH=n)x`~{oS6HkyYi}lvi2lrjbleoM7!6|JAp(P<@pin!JiO}AN(1@ zYsA!aQIp#}_9|=y1Ww`xnAe$?gOVZ{vrb$052q`Cdvfxo&X#@lCi;fOe>_}jS3QST zWEHC_U`~3)l>1m+()RsyTN`Sk_$8VU>(&wyHoG8IvV=*&dOG030ag73RS>=#5lq=^ zX)zQzWQ@m`XQJQRl5PUc1zHXPLPFLB>lfbt`q0eycg(rAHCYI&5T|otU_UiemfnRj z<}>%Q%YT3>2-)nf6!z&=bk_2(rm=O63(;Iwvi}%e);&9L2j2&gXJhK$s$UoMS@|Y! z?otN_p^2B|xZLij_vuuq_i<%q9DrF&-pBG=uOf)fw)W^gR-@_liqRXLx(+5Y97$05 zz-ie3iUQV*ELkuU;L~hn*-IBS9f+EksXrX?3PYmE!o*Sc{wZ3TCdKLf&S!BO+vPsX z84R2))PMpOVH#V-CUU|gk)^Q~V|*{c+$Fe1LcR#@{3W>NIB@<^;59-3lz$aD%V`D?C!w%3!8I>YlhFlt}oC)`*T zoL=NUjik3Rl*8`>vV9)v`Gb{kg8i*IIey7t0J+VTn{f$2G}BwW`}TN;)Wp91>YrU# zP|f%NkqEaIzTr>Zebiz}v95!!qv%N6VA~SK3>v;n;%$JRw$gHOq>MIzbt99yY|3t;%RSmKwMXc3B}LCFHd!_zK?)6u1C&QR21y+ zyykGtN=mTc3M_LPQ~Pi@zte#fgp zX0$d*cAc%!tUxX6%z(jem^mZ~fR_VO^f40y7O}u}45=R>A;L(u({=v;|M97b*7&*5 ze0Co9*KW|m7r`dYBq8^UpjCmyt=*hedoK<1K#s#Al0 z)73hAJz4pbI4e4L;Awh7Km4Bz_Zpz_I}ut9I)={NUbD;C(yZCrVi1wEV*P`=F&(S& zS%|v80lVYXh94GaZ+fYK64kO)$7;==OFlhjz%S=i+7WtBVqbS+RfkABF3Fhw*NQCB&faYmFtj^3JK zZK4qp1>Sg7k#ck<1fdsw?Q<7}F)%Dcfx|Zy6@+&0PN6=d$vU?C>&UUHjknzFO73`^ zQDdAb$Z8U_y+eNj&fmI}Q}}$88Tp2%ZOu7)frqE?FWmlJqE{4m=OZJyr40a2ZySC7 z`99-B*)*(9@g;kJXE;YD%{mbiionw%bCr_dW~suyeJxx~?l4hbf$$1kx3}kb!TL!V@m~mFw1; z^s@SIffOM*{aKM^g)&I$vN6r}7~8>8z1uX?@fHYD1mhb!A?g$8Bu)z`%JSf{-JVh5 zo9&!HU#~L*81_!+$Fzco=GyprK1o{K-Y}VvKBGka4s(Mo85Ss_X7<+n2tFAj<9014 z=o~z2FT!*ZuUIrdH4H#>xO=)0)bzT8Zttk^UiI)i7nB4IT^5+_?s5v%6c5LQ@Y2RU zn$x~z&I!mT%eFoe%Wa@o_FqC?{oWFfqaZ{-_q$r6nVmS4``m+G^(&?~Ej9GXsNBhX zP(seW?lIeYBTKefkly?@4qdQrbmWxz=K~at6wQ`vEB8QPRK@$jXy&KAtds`cBTFMq zy5=X3)6EXIy4|OdmaJ^&+pT;@2*9$;{jJs0dKETAa1zjw6>AND5?<@DwDW$^GppMq z4CQmA-X8aS{-pe76>}|2RX6gM_>H3er~2nLWvt*v46jm9Ol~%OgZFBFuA%1icOxNd z07LH-A!M6~)9sV2(0ifK&a1(&>?Z6J@JVGQD#9ZL#Bal^(2}vubHzb{Bqen*Es~TS zholbap3<`@5@_QY%}0eI9lzo!`j)7G72UCtfam05K@uwBrvu6H#QjGtOeq=?T1Oj_ z;{^F$sAxQfdj(V2)Ure+A|Dp&%2{<9DFX?7`K z9Xq@1lp(zV1@7$h2Xc`tMd!@ULn*0@zB1eD*Y0LhRdA zyps-{!B9rV&;nZ9_$Te3X>WJBpnY1K+|=^O&yyZtD}wn9%BnKHsBA%(@ZfdnudAzL z_RfqA7a{yJ2@kOs74JV4M##R4*x4`o+Lk`L)N_cdDfL*xSYX{TN^m3t>M|ADElmUoM;d=|^l0yBOYPF~ zgCHz@sjRYKw-^`SxH`kCe}+Tg5F;bqz5eXri6b^yYW#5?j73aj0g!PO50?=hrpitgzu5oz9Rhx0DTTRX?t;;pLwKWcQ9e9jamm#|S0;i5jA}b)_uNuj? zzB^0SMGKov2vMJ#V9`jBpR2k>%U3XYx5JUmr=Cb~!${L#SG`xJFr%B)cuVOVpk^~I zzF}mG)tY2Q}rz z#1_L5;hA7ur`cp0e1VJL&sIwjksDe!oO05~FB5?trnm-$MJEeG z_k(WdQqSgv`uEyM@|93pV1o8XrUZcB$5F|RzYteaiMJKt6-)h6Z z{8QZtvJ@rB2aLu={O!G~Cy%E&5Bl{rSbW^wh5v38yJ0PA-jHCE%d^D?7P1YDZB5O2 zWAv_qF+bkqggq`Wd<%t6<*>0~(eQKZY-r+$t%XEmfE1%%nJidDZXC5{x|q)phfB?Q z>;WG*b&<{1;C~kXbmh=hwaiN|za&VtXbFVVTOF)j(-i`Q2^9w?x$Gt-ely~dd^aX^ zV`|@jTTGv=j3o#fUfpzkI)pE*^Hm(-#0~F4khZtAVQ1q!URIH0x&{9*P+Rknr09sp zf!_NF9#6wy4j8dvxH5m7ZMsMse7sD!5_{ovR%A)}o}&0RI!}cMauu?QLJT?T33)}U z?mso)_%-6ZWn83 zw8gQwtp;5!iTPYK_64gP(7Qj26Mn_R<9MSCZ8BQmE-7~}`QGuwA<=qO#~Xt&)i8VH zd~=+EZK&Otql~vGw)wpTdZ^sxw)2S$?p$ zNbC&J?kD52uDL3%sF%h>+XJ9PuHX?dx*ykEL|IzGiCxG%I$8`KsPFAsNCa#tit|Q; zw{<8-qMFzQRau^cqbE25SyYK}|Bb3y>Y6m#`E!&H*i)bfj&BLZwhjr?C`T6sd6);4 zsW2iVSL%FGKIkozNx};9ZW&`nIL(Gt=Da5mhGGJ(8!3H;11$oy)!@#lK!jtXxxGS{ zMroIFdLQm_UA!NIR_=N`xY~$0vNaiHzhb@|O6x0J9Zo+PKLy%qWAG(TH$_8@jgI(+ z#76V!LoI$vjqbPI57A_C5$gUizqq-$nfs(TLZgJn%0ZhSZCMFz^tuFbPSmO02dHfz z!1F1J@g=B0rzkeoiaO1yH2sZ+Y`eMW6v@`%ja#5_8S(Vpo=haERh0Kyx>m2$jhI?) zb^03GsdGUn-H+|BmFl7aQ6uQNTZSKDXyX0nvcV z2mb+PWHqw~_kIekO@Iio$SEprMo{U-K`iP2_G#-Qrj##rr)6X6qfm0&NeI-i2S2_8 zZXrwaxlpL7gCQI622r0Lv-Xj|eBe z&zfg0^o`B-#Q~*ZOfgc0MoQkr(gH)=-q?$<3)0~AAAmPOX^ljaBTT2x0VnB^x7nQj zo+#7mrQ3=v2GxYpJGnH~%o0JQubrJKV~)>>gC!i!h#%3j)9%F-PWTT;?Y;7a-~J5T zLvhe4<1=@j>qhQ|sUp<8&9P771pd(zuaMNijYT$6T+(BR-yDKQz?? z!3(Q?GlM#1E*{JaqQ6rJzz2swA#gzZJ_xD^r)xt|T}1njD_f zR52W2$qks`^}w@0_58 zBG!LO8VA$R10_Bi=996>09NBtq3nvjz5L{(l>)YGQHUZjV8e6!P}`L|$?~5wy&7XH zhNVa(u0Lc>u-tt}Y7~F(FA~96=?Fh9jg9U<3M}g%M{>>IU)Xmm1UoyZGF4(%kOyK`E`ZI1QXlfpe+>_{-5cB8o-@kM@(2u zN5AhvZbKsO^UiEbSz@D2Pq^DRcreHEe@@BdtZH%BO&NayHxW2KQ?C^Dh$rZiZMec) z{|t;zeBl2+0==I|G0u9a9idc*l|U#!77|>M9iz!Gu}IiU2160VXIdw z%8I?C|5OZZ`1CEPZwr6O@k<-&7#0?_SXv_*C!0nR&&Nd-)LU zf0|LcEgx@5`PjqzST|F=;(25b_jAC&P_`tZ?#avYjbWpAxT3zG=qf)#d&0{$g)>GC zg@88o#SOD<;Zo856cReiD{oecFkVy^XkpF7gH5t`(8+ET+SNw6;>l-EmDiX)bc@?|_Tq z3tM6)3z})fOMeQ>%->6ha9DmTIqE`niZwVkpfAr|lMj*o^x;8QVv~(ALoJ3yM|Y;L z9+X|(iga@r-1@X2X^zZ@xF<_`|8f}SG`6y!iw4urCQ`sT)Rr`J6UN|w+`cTM*JPVx zP+$a$hV6YhP-HznLETqTqNy+B{na*z$2>zSJheSvnC<*&npPWe_ynMBp&z>yltpJW zl|6d2Hs^mlLI=U`*31R)GMa-%mNT)avrvhwsN&>EQPD$2_h|zq_8)sIh;}Z|>+#rW zctjKuvU|WwLJcr@C2ae#uvSn~Jj{RmGc1-@z9h_Ja78J``Zk=oEkdQ7Rhi+9-@L2UjBW`6Km{u^&0 z-FT*<Y`JCQ-Ag zy31TuM)iC0F=jl2h~Nxs=j1?D%%M|$MnuHjkR8G4eNVqyT~R;`gDe>ly^g&ksXC2G zch9RY*SbHx8U=eqpDQ0R>S8cx_N$Wr^n&^H@G;5ox-dm^NCYFbLnBYto}la!DJ9E2 z#ag8jy;9u{7Ga#MtgzVkGP=PWrao6@aT?))>o@?_!3t0-yU4IhNZ+ctgUzjiS{F^4 z(u>hIM}4|RuITMRjlb4Pvzh6+VydKOy697{VJz2{cC7H^bt?e2wXK zl ze`>31=r5n#MK`p+oLDZiq2{f=Fx)=r6q39DMvqC$%KWz4AF>z}qXN$2sKRll!dF0m zZl6@~^L%*D8Vu_Fc^vCH*}~;Kh)(Eq@;SI8)mFF{4k4Z^hVWJ5B1@98bSaS&O6seg z?M&Au3ci<(btjBXagh_my5#OB^b~$!_vhnHvEhx6HJT6DoiXU296lKbk&=#x!txeC550$ zw4$f3Thfpf+sAK20>mSpD7hC|RpJz*0F;>CDHD%`Vey->BaarI3Bjth=QMDc}DUN#4h5*9Wy) z3+t7*V9wbh%&3K)Zf6uVHI1rU^Olrj=$YYCIgJY=8D)#&*=Ja##jff{AHZs3Tl8Wl z=Yh)H?h(FHtof}!DRX4Y@|ITRrSs&u`a8T9_`NXF!rbc&jZCZos_>K}WdzB}c~JJ( z&F*pfzo?_ViXY6=BJms3CD(w#gZrBnBTslK?FRTVXTCGAOKynoF_0t`Wk58(l)8s! z_@%+b*i;w#`A=piTniiDJ0Mh-@e78(0SLpbERv&Dm@9ji=3Z3%Di4!|K2mbk?=Ca& z^+?Ji2BW(AHf*e8wfqzes1M~d8&Dm1=pwj$GmY>_I_San{J=i&way5Y0230NjQlxg z%F)K*`_Nn$f2tP{m3?&*dAMf-Zl z0Nb(G=W6ysnTp|F@KuHA!ocFOMt9+5Eh`#odZ34TnQ;!oJ5(aVd*&7FUS8LBgaXjo zmt|kpr;UQ<)nyyJ5Rj=a?=h5}@z}Jb-V-`kcC# zPUhQ&ko8vbOSx~=L;Pjm%+bnY)VUJ>uaZzHJP z){?bbv?_vx@*LHtBlITwqHHPZS@z)n-A&uNXdMUN%z?LFow{oLiu2#crO@f(%)>lO zMteU`?f)n=kMr6;{B3O{SlNLklbYu|IsKjjB1QJ*DVCL0__x6yB2OFcE(vd2#Y+f0 z`k2I2xLcC)_1UUk=yzhUDmn(L>*Zed{9lHw1Q#<*vtoH#a({Av8Xmglvi{A*Z!bZU z?1PtO6wU8;h>$!1bL_q*vV3I%8IYV0N4t)!@kw*tX1u}uKX{pI1mIq^EmW4=k;B8q zxeU9`)E}0~EYlSRzv(9g2b6LILMvk1Q3>lP>mWaVD5^)S?Z$G-dTrnqaRDg{&S3VZ zjLL;c1Ae*~y1@JS9fr1|`@+)@B?V|ORc;8(_pd-uhn4Kr4nqPYitym=&F_Qgj6?HJ zP)78h9Z~7Kng^wq4|ib{rGCLwD1812OD!BUgFRP54~B2;MsVX*f+5m|)k0bL8(xI1 zkJ0GNy{L!sN@D|Xsub1XKfrc5`>w{c>9?;wMS{#zz zh=0ZANJ|Aj7BNU1Tm>C4cS5>M2MMZrqRtClAGbzPK+x|rlb!iJUpCNstWAtR(7;!H zX*+wdYtgrGY;up3XhFfnXNK>=4LCZe9JiyfyXj}dYe&ncJO-owzZ%+Qy&ek~Uw(hz zX9!7vA^Q~nEXDqy*U}Mm>!3LDcDRu?y_*AsMmeCji8Yn#`$djIRS@xacNovK?HL4z~nG zrCl;aNG&4P?>|TS6_e?`j~QCILtI%H{G3^?Ad7LD8BQ(cV&G7QpVO0z55Iur(Jurb)!XXA=ATAK+3h0Zu*Jl>;j< zAW7!%?uWvU#81aZwLYH&slUDjgg#|jL<{` za-Q`6y#sZuMi6S?6Ty2wQ53`~CO-Xev5G^Aru4byfr#Fqwu$#zy%9CpJ5ptpFAv?z zF=i_fjIgX^J4z_D@DF>ENnvPJwNsC+c2|YmAg;_eP`>l?7QEGWAz7U6>}LM{(7rb9 zWk{bncBi>7!;;)J@NZ1;WAb>vFo&?vpX4!zc9T zhcuD;>5yrW?}aM+{ii&#b_af4*K?)uo;Kq)HzMFvmj?7szPMkpo)wXHXkF}wpw2vp zPmWUzsb(-BAz4EC;yd+=Hf+ZEsy3WiypY)G&1cGYc`d!2u1}-gw?_p#)fuJ=qPeJIKr1Pm((t4z zaOb#JvJP|bVC<9B4E4~-Uil)0QBd1^s_l~N`0LoClV0k&7UoSIteu&#kiIi0IQ~Z` zqbW3@wQO*B0H5|LIwJa9#Mi5mYj)ornP!jz9P6Mu+jS|gOB1Z?N0TAJc2n)~d(5|+ zVE&7{3?s_4W?cxDxXI9qV}4+6&^L?P7h|}0GZ5~GHgW%-ceAmlGrp$LkKeIhJ?hWR z9aH2og^?M255ZL2TfIP14*-00B84jSqQM8jAqO?Ipy3|4cxfWk^TeuQud#)av>-i=w!7SA+qP}H%eHO1%eL8Fwr$tl=lkRQapFeY_xo^SKkT(KG8Zy)tu=GbF~@k~ z#`9}Fw-w%rYuf6}!OsST12B}$8|4#;}OP{W>l_T;QvuGA%Rf$Rx1 zJBUnHbwMNxQAMc|asXPDW0Sy7oj+B(4sU+>0i28kacd%@i(^=r4*7;_d z+D>~-Cw&fMf6~xSjpHV`+*IbuEq@gz5nmW<&9bE?TnggfL2(Xi=H}bquF&M602c+jTh^e zUX{k$(%m&1;1(V2&iDKEv2bUr14X*Z>@j)QFdB0L$N&}mcKf0#c{LH&EICw$$jQmY zg$;Mv_qIrYohg#C>OCB7kd5qh+@_c}$PO2x**e~2l@kKrS~=)X1?PSD7gOVE30JG;F)NS$_1;^`oz%9yjJR|L^ag} z|6rtf8{k0->|4=(K00asxpv`#+ksq3!d=A}{=0!C-Ym16;+ezO@bQN)f1$vI44X@c zA;YDFcAo%;Nbb?qgbQmWKBc`cSIpD`Wrqz@CB&caV5h66rxGiuQR~jcdlvDp{i{>` zAW27HfA~h^u@CYNon;$;E4n57k5+!Zc@CZp&;(PD$gtKHK1l}ZVSf6-pq{kzrWDCy6=+b zvD-N$%B#YfIKkyKnyk@?ErE5si8ArDjVaN)j@hg^m4eqF`UfjVIc^=P83=PjHhsTU z4TRfw!@L88j(fF+Lbcwt@3D@4Ox|Y$@~N)3%b$wJGfiVSmd)nua5q8J1lrZ`K>_H5 zMPRB%jj>l}6lbIkUn3l9cwX68AK0tX2$e!s^@0(gAOQ{0G@lTr{n+&@@L+bU(J5U0 z<3u}tKW7hBtSf1SUL4?Yv*E7S{}#pxHjaRZ0w~7xBVRI(T;oSk^qLktM@-)#St! z79I|0u*6~v8}HqwN6@;>4LfQyTDm-s01uMVknoxXZYDDOU10Lq!kOqbqY&MibPUg$ zXJZnt)l5+|GZ-l$Py>q%WFHA5zzO2O2goZ*UMGbjRuTRs$OE!?SI4%9EWY;*z$gcR zcoG7ME@b`#C2i|7{19yi-5OXWr6-jV_k$F8vf8n(ehKDI(rF8cC28A0dY=N;o)dL) zeaevWbf|c?|LFad5egJTOb2EP{YUu%v|~H$Mpht_Qyi`PPvCwgFx?X@hy^I)$5q(_ zJzuoaB@eDVLe>%}vq*g+xC3^cD2{RIFnWm4x^g>A;M~lx@uhmtePmYPL!#cX{KQ!X zT>T{Yrfb7P(!pG-V^NTUgC%Swmyb?W`V}T4rt>1E+@5N-+GA5)2paqhj5_GQ9;;Lj zQ+8k`nusR&OS#x$A4IRGd}8co#lVj8Ml)aORPVsX&cWdp+@HF z-^nX@TP|se`z@9re21NV;Du|Wc2!=V5Hg|>EA)W*%%(TR}j{A6G)i!l(7JpMP5_9Z68!fV!kWjz+D0M2!r8oAH*> zzQz=euvMCV$q?RphzrOwzyC>d_>hPZyM{T`e47~^Z%b%}#1=%~ zk7YiU9cDLEj`YGY;`)avMo{z9s3qIn~TxdDJpFj(>vC&Ba8Kis{1O9(B*`5rG`7#PQ_L@C$C zGm=Sk3yl3rNhvO=Bv;NlQCnuvkJ4a0;@s*x{;Seqmue(n(c$L#_W;yG52zm^Zb_zy z!(a!EW_MK<;Cs9JrrLg_Sw@9FxX%TMR+m9HX!%)2DF&O3RYeZU31n-DVez{i)xWLK z?JD`HDE0K0C)10h@;0#9b(k%C467E>+ASgI=xl&OT%jRhwdAJ&^LgyjAg-M`kvaC* z&LRe`$TvWvU%rf;y3NR*co9QGvnhak24q+Wo)OvT&VC%iPmm){j@l%QjX(?Dp4%pO zpcGbTSJY{bu-mAFqsT05enaJ)NEL?6bC|u5lA-D@Hzlzl=Vr_(_(idijaB5i|6$mj`~S9VRBlD`AQm>PLa+Epb8?0A5f+!>SyOmJoa++L7t53m6z#u zkLTZ57Wd&zm{5z_+;Vs?`yWayTc!T1C%BUux_Qd{OUeZ z;<83mpHi|;n*U3t=02I$S@4$ZjrCQ@E_3WL+V$62@2-Z+c-~}0R(X#)ie=epYlI27x6jg#D^sr5@V+t1M8~9u%3XL+bPI|I6E%yE zv56}{bV6>gho9?>r=Cu|oTRkh@rq$`cVUVwZ)aR#B<+9c0AH6bG8CzK3@5LGkI9(S zPuwOVJqO_P;GQrr=Kd%NCECg_%RFpo^S0IT$}MXHta7rM9otrNUXycS^9Jy=%^_Nw zNn2La7yenIh{^Qa3**2U|Et+3#%;vHM0?mIQ=44%u2Dm`uIGz$uy-bwBPVh74VYR^ z6%E5m8H0}0jJSZXI7y{gSe(uf>`aHD;JX_n_6G@k@wLvwsy}o7We(c}Qz8flPgjws zjdR8njRZ7=I(8O3FB4Y55~2)V%%52xtmz$<&waAX-9_0^o>ty&K3N zz&2W;_BEbylh?v>5Q?J>fj=w;y zirwZ0$r8m;t0tT-py(gVGR^El#l?QCU)g_waQU#LUE|QBE9z5u5$kL`2kYO`;bQdQ z&QRPll0gv%-8Y?PgFTKK%ifxYBjzCet!AM#_8oH`uqXEDC>hkGDzL!p@$rsIrXXy<5bui64(YkH%%-!D3kzwscC03CwR% z0{FBFzvf%lV!AHP*7%iI=iXF3$s>>6pKGElvW!u??9RVry&Pg5%-L~Kou5}iz3F-O z-W>Us;ts*uorC1{CqHPdM1znc4lB4{#RRl!=syUIMs&)AnGlhBtPU(dQ;jt8uGMYu z>?iECs*h>4#uT#rY{RFskHKP>{vJhaM(EZp=E4Bp{9NhURf)Vpcl^*-BTQhcK?wFs zI14*i+@*zPnA>_hPbIcl;(7Lp`dOI7Xai@ti!F@fSQ^X>XCw<}6)CR0F^YneJ3mRu zH9%#gXShcns`RC7tV6(FB7izsInu&%2V?v#$9$R?B~ur|^5}RF$0afojrX_)u`MV{ zh|ok!EykGDuqCsT)7*Ya(xq2M1iTm5nuE@`{)R}@ZRh=3 zY532&%I*KIt6Ck96g9RO2yex$1s;$8D{YSJiu_N_ZiY`B{Mv;0M5b>OTJ8X`Xt69o zo+)n9kOcQ}G}8T-XG!U$JcKwc=7eSI3rIWJ0F*$Eo*_*?0cdl=u6QXE?IK44nRKgc z!$?8EVK~r{cKlFRmKJnoNE%{<1?z3#Bz{DF6ZS7?aC&@1vLBdUy!_>*F`L8$fs+jo z5}(!E*h}Cy(u4k6-6>K`xJzVwI!$)sQxY#mp!#FTHaI&7dc?Djzq@in>5vm6NAOGo zen~ROypcsmyn`8a#LtzcmzDZ}z&A!~$a(yT{_j2!5+y#L zuPDy~c2Q_5mfsID)Gp_-r(r$vxYV*Koc9Zk9e4$^l&Ki8H$F6l{&5UpT5dNu7yXFK-GNie4IYM?DSQwj@uE?(lPy z9+>St9nEcpHF zh9i9G`=`?`ie%eBPI+R(z|f6RE~vu|!4b#kxu2(w42;#kG8h;zjPPN0RGewp>ZM_Q zswh;qV@AOZh0f12Bk4JQWH?f|37-|R`}SqK^1|=8b&FP<4C#n^n(1kWuLqJMG~9TC z5qtoxN_q*MO<51ppnnu83Q*2z*k{(cmOYCOHn|G|O?dgR%q?jI8Q4&<8 z2~PNgWXABCf}_2Zan4E_I(D6FP~#+%3>S|OF9NZWAC@@do5*XrJa8GUC}gql2Kxz} zmdCXq0x8|6F{ue7?+la40IRpsxS|e)=Lbc(+0P=#q>SCDI11= z7NOA+zze2A#g48O3vU_KC$wFTF?fP|A^rM7N9*h)qbudjAJ@-Asf83*Oj6K}V;>5I z7NwjVGLl1-Id%kqcJ&;a-A!s?^BX{;k_-fV#I zC)1W2KoiR$5gqsyX6umoGm%;xlVr|z*}>y38Jci~sFBSy$m_c)*Z9Jcg9WZ*P z2BXc(Ds;42x@uE@G>VY7p~RjEQm)q>t9Ru?O-Owrp%2}InAvd1L-T5&h3?BFS@ zF(Ffn5xE0%fG5QDe32j{bc-U=Q4&6P1ug$%BV~9%w;3SsL>~uk*VWQ!hS&?F>((>h zT|RK1e|agbz21&?TD8hM&mODc?(zEU6nRG`ah2GLw8c#bLz|D!$a>D?%trfYegpJ@ z>{2Hsb+XuoDMat9>8GRojJJm0fU+SV)qzfGOW7@is)feRhbd*oo_AiBQ)OkG9qY$< zHSYW^c#uAd6(XW|wwPZ4*jupX@^d=&-EMwYtQjyc4Yd0A4T5VBhLZCJ9}* z2HJ60hkUO@=h61+ZrVKtAQ0z$J(PnJ&F40S@Q;#z$YbAE%G7N2)`lhKn|8C&3Rnts zy4iWmDDNZtukvA^PrSUfjuvLE3ETB?7dBN~NkWNX{wJ8`Ps@eL=E}fS{-XTHTK7Ta zamU>p8claBYm0H?jZ3_h&obhTL^;RV5+A9KB>94c;;m3oyi_{fh><;Rb~#=hEBMA% zpB{BWt@e;)c*oR(Pg$h~;kS@Y52H@ObE&j$rHk21+|b*j5F!b{!Nb$3j7>U61$Ddc zRr@qh^akoV=CE9?|MU^(c`rAzM1w9SXd_i|hPGvEWGdcuzg9pBuG$fE1`CHQ7f^nL zW~1L!|LWhpp(@>)dbCFiVG0((fTY7{_>#BC7QaZ+aDQc&d#6eh^Hmq^lhZp=BkGAT znvTnuf{0!}W`AdOc8N5R?M2X{Fw)sou0UsyYQT3!Nr~ZDe8q#kMD0|S=p+Y4cno$| z1^Z9u*v$)-mgU}P*GZwxajkk?O2kkjr_VTPTEuFYEc_|WD=xioXu%++3*-fe(wG6p z%9^`4A_nE0whBb$U9KqdsKuI|Y;e0YS3QqF@rcuNBc)0jGamp*?Vs`g zR0UVo$$;_LReqM(lAk*!EYaI+h5|CgX4+WQh0!h@L;H`ktjg(1S#CO|xNow}50gm- zC$5{!aKHHq%(A-`#WGdTW~cJ`mM08ZO!=KfXO_QL*-pr(=!6H|bpkoxfKe>|Ws;x7 zV_a;*O68UEq;;#^vY^*VP${78WUnR8IGqz?j_niiXD}C5>&Vwm`rP`TMqpReDvX)%BDvhtLP{e8#Jv@KO=~&a)^2Q9kCb-_tK<$=6s-aS z&W{ypyFcnCe9v@(=YrMta!a!t5(Zv!aCmihZ3hXvfKHrwisB`vwbL3|bC1^Y_~Cq|Ah7)iFTJ-dW9k%}Z-9lNaa>$1(>fec&XHnZdp3Kq z9Ka}|zKD~&`QVK46StBI)YPnO*@>GdLrF&07-cJ>YP#Z|B1`aeAqFb-OgK0O|!}*$p(x%A4b>}BQVT3FadO) zA3x+*I!rVQk;?&>0@Ne^gg|N{)4i+i0GBIlwd7&aHdDtI2aQ&qxI5a&D5tL6i`QXJ zZth7pNUGuv&0MZEi^d9yEfs>nhij=k*Ealr+;7UpD4yG7SNmLK$Uhtc2K``ls&E%WO;$g9x_o+jy8o`4uxzufKrwCbqOU&Zm<$B{3u>r z6EaDM^&;8$G14I&u)qeaQ+@k5gCI5DS07(ljYaxs z4grC;@y09pZqu614J&H9f6z?V4;QpWr7Jl}xdRs>|`(Xo--P`S=>(+?Yd_YbIm0gSCq zox4Hqqbz}`vAi3`NgxCwGWqGT^31&}X6)GfP*n47xY**LsLXJX=%`FP437z(1|>V- z=W;}$XdG|wLVIEE$&tFdMM&?ACcn-T22u7tA{cB46#(GnHLtY3p>C1VmH0;|?1DKn zN8M{r6nwu%O=#RWFD*MxD~Cb72wtthI!&)+xVDhJUchDlT!Vlqbg_SJMx4+%E#d35 zHbYaxLFmI8Yee9V{M`TX5V)GLd}nw1gK`gyb&WCmpC|i|sSI8r-LFN`HW&2t#(ho8 z`@g&h2z^=<2D*?5xb`HAKMR0}qJyYySNC3X-dC~sE`LxJ26-WiF9Tg?8E=d$k<>(@ zgs(1bK-#5mz&lrs@iWpwBz3B4@RtDj8{=aY!hCsQAkM1p51^ztv1r>{2(Tg{P!%a$ zSoEuTNfMAnW#D|!*NGcF{DUtVNML}089iV_SA<&_qs0A5G zg)UnBP#6jOgHlln_zv_1-WwC4Q~IX>4OKqD!0oWPeWCPKkg3`C-C7j z`StG46B|jp^m`xz=)x%n{cm?G@E;`L4X-s$M=8My?m=N+MZ>`tKjwrmlu`5twqwL4hmAoJqw_GoD?RWFa%|~_{yTI zS>zUSZnGsTN?sv3%5Sj|Y)eslfe`N*u^EH#`EnmmftWjcI*)(KS+y1TeRss$3hjm9(h7 zFj4{vsl&2a@fXPW(vsHikKkJW^DN+CR^k5r{)Yf-YG>l?;$&)Q`=3pFBP#@07A8(2 zCZhjr^71mOcsiIeYRDT|nHsw=D!UrF{MWvut)aOoqq?Puiv5o>_#2F8@R$!@Zrp8%RVPABlpo}P30#nieT@#k3j6Et% z{6MvWGOQ@eFX<03h{UWa6b#`YM)YZcjPuBhajQtXnHgI%cXM%tboxW)d z0w-fXIX(_^g8K>V^YG{jS4(=^{r4SuR>?UL81ekVGx9fBB+D&JN zz9pz5@6Us!KcjkWw_z0(tmf|gEbQ#AZwob16g>|8Dd)%Do2GB}qq85L;vwz-=kE5r z@h`r2oW+s&*|N17D^?@o1RmlRd++xg2AyX=E$c6;&U1C1m)<7z{Sv$mNbkFI*?8@@ zwF!K`5uqIu{&UfnC$9Bo9t*;C;+t(>A>`sZjklC#xo;8u{|2oQ)42{RPZ=3CHQMIR zWoL7^UcN@^E(4IUEH{3Iq5R9$>*epVv95#K{+hxGem!4Jd9L2FcWZivL#ox#Xlq#= zyw>er-6@*Y={+uI)oFG_!Vxp^_WE49IeOI-@L6A^oW)<;ILFd|x#f4x#g=2JUSB&m z|D87D=WAlN{6AXc;C=zSuQRNQ^S|o94vO37-CwJpyRKSu5HNTCv3S9C_uB&er%#_A zyq<5;U-hm(&fk^^-LhlYO; z@)dX048#0)4`*k7iXshEaQau-`_c>6Y%Xsn2a(1hJPnG{GhUq`e zOINX0YjiuWUdw8;eu8YRog4K2)caU4*xOCJdY`U?y7n{~Bwf{WyH1+DZZe%;__4~* z+--Qdb`NJAT)3+m7!r^#k$%g6?^JKL(q*=rOjDRMyieE*v>yHqwT|5s;IiBYlN@ zyjO$(4YvQTQ=on_N9*!`p8NmN^nZ*0w@+aI=Un>V3Gu%Z;{OK|!sDfvv=K$=|HIVd z`X8p=|F^-#&C2!vGPt^R&+YIz6Tj^HuIB_?&5HJqa)uxw_qf`Ir-(Y4%>r}aF&kZd zG_@N?l~{iCKJ*N%JY)RZJkGZJ*Pw;gmk>Ek5#?G(^3UsL`Tbmdb~abnJ?`tl_4)bz z`OP-&+euD$I~28*!{y)l)#ue$_xHyychB#w;A=nF%_v$I`W_d?tL^*le`_-jc0Yb9 zf2_F7zuLO^oW2rXZNCGL(P3}$0X1l&@AtY>b$;Gt&gg!;sZYr3`F>@Ol>6~y_q;RO zgjL5dTdUvQ?Q^rpC|@`K@OgFN^Zd0tcr|Z~v)h?xl*0@0dt8=@rQrNiZ3iyYI3BW% zzJ#^k?p>J5Lzo|xrPVuZ#w{y{?XRtfx#e?6Ht_*-Up<)i1cjZaY@hyyp?E^mgYVL&B%Y5`zkJn&pSVcik?+2>rr<0(Z)D`Jhf#0wWS# z(_y)T5uAQHH{D8kDFw!i30SggjRrU=EbJ4GS7(p%KT6=9_5iBMak#`|qGN32)XX2ADS0 zQHJs@L#UhGno6H2Fy&L_wrTm8`&In>Af3%{hjzt~)ZPl18k6s}GxYi1F5T|DI`quh*BQViJK*TqjaA@_c z3Y|_^fJQ;kUlEPP_+^X11+7en^m?oC93v28I|Et>AvgFPl#j58X`|=VszA@*$X*?I zb3()(EI(b`Lj9PueX}Jgit2>LLfovVxL63pB`^u$+VaW4gFp*hG58?y!15LX2Ns}{ zTbc3#lFb$r#HD;-Q-&l$71ShNDKafxbUYLS3rU6d)^M}?so?9?n)&@d(}Mkl{Y6YeGoF9bc)p%d^(M{=Z0 zsX2@`;n0aWH!*4li##T>0Y>dP&~fkv!@Tq%&G{L5t!A; z$Kf)A+OQ)ITq6o<`CxmpNee8PTDX?TmmJIhYe5oXiUpY6?gKUpiDWz+%qGanI#!|J zFnC>uFh!vh)v<&fIBg_mc^yRb#flUs$fLNklv63V=7=x2QV5P^no%}TLn3721*V7k z#=WtEUE%>%q2EGHe}fM%Y^VYo=|n_`0QsOSAgJE^iNm}Xbavu95E#nE&H?G-N6&RP|a5jpCpfhF_;8&qMe z?AZmvuvQUIqaLu;(t+^zY%zVsUOeLFr>KWG(wNd$B4osnkad8$7dYYqCNN*oR6(A4 zRuo6Ae`A(seI(KsQ|&nvI9!ixsG$842GhaAkWJj34Uo6gYJ|)&C9=q{9;aF% zr_91y8jR)Hv5|uKaisJ=ER1$1VfuF`_m(wq@6h0WNdeT(J8q5ERx~vJq`DC2N}?V? z<#lDcB`{%wY8lni49*h$9V*sPBg@OL_eSMiv!)#ZH%YQILBX<6u#*bzf`rye38&64 z45|){!tl3g5h?{$d6WPLM=t3J-L}a0!R1ooj|~aY_hDDSYqHEq0H%ZCb-~ee@+lJu zfz2?HfO?ivX|v1XO(?oF&FoodKq#dEvDmQW_(EZV-4osY?O|rLBbk|6V_IgxF;?3tr}}?)~wAHm7?k?98Ds~c7CIWM}|sJhvQ`sXeQ*BOPIN+(Wfm_{qq{( zRd8ycfov#LW=*3;YJ{f@jK&p`2+0qRRtHCaf|kdj7bGyyh(D=los^Qed7- zQb7FSuQUs9UOPFdgJpuIrmn0eg1HB%@hHxZC>UX|2-x#llMoa|Nbo?V-GX%yekk&# z2flDq|FQ?XG@28m|2ki@mfPpDTIm9RZ7DGM8FN4bE0=^@6h~|`#vWjg^nLhi5iz1H zN=t04M$n+zJQ61SwH|8aB3m*;OXh@~_XeF*Py!yLg66Tp6_d;>MH-Nb>}pTn|Y%lQrG-Cl*A6%x%qv93gFUX+GpDre|puTnRB} zmnn1e4(IF;YD`yRmHQ2!D#=El5R4_2*+)Gr4I)fGsl3mJeW11RW4@0LC$NST5EnP3 zRxbolu@<5NQu2>sS(t(l2ZZV`n)^BYd|R^2k@f?eS;tU2rQ$M%cUxD`B=g6)8m;I3>FhO8G}j zZbB8>l){<%XGB7Vst~Kpg3eQ=NUEZI>0!MXScZ-Dk(un$DBrnKm@2mjZL<}hG4u=1 zGAY{-<}tDqEO}_7uvIvDh>3%^@4!$wqDh@axv-U&0(*qV@}c+$c4#Ov1OLK@$}_{| ziZZIC*-}ji92+?FwW+Bdo$t(aKWyXHBQD3n7a%BIB-3AT9%+lK0mPAj2n3!s1wc~3 z4VraypYotkU&3H3~(UVk(cpsb}FIV-huGB%zWa1`j0jfZ{t62aar}LPl$u z>>gyNdR&5N!{c(W$rqnY`oOg|6B?ikb&QG*WRao;5-}1mwuq`S7!@G$;{Zc2VWjUY zDjgMZpsh#PIenOi0X%;do1zj!q@ao|#8L-8s>hYDe2rGusIVy3)g+E3O9Kbnhxq~? z8`b*8p(!Gos8r8Rr)o z`Lc6;jM zR&$K)^(D5ldNGi0vsr--rrHe=D{#sWmbC`GLfH&1$8b6G7}9D z2Otec0o)fL1Vg{H*lGD((XzzAYr%nm|qlOGEpGjT!(^pX?*Z z(9)wxxLU@NXktg@W|S^sadHMDdbwKDTAFN zJq5<0jUSPy*3KpiY9#@agszbi>VlDCk-y}lSSRvVS5$={xf-|%Tqiil-f1JY z=zv@_Cr;jmz|gPU*s1w=R3-Id3Y!H37jt|wanQ;_g}HWmYEd|4DGSJFDGjRU)UP$O zq5^f$?K$qI1&H4fF%KKov4w`ospBB3dWPz&R_2?7W-2KbLa5syzEuq{(KPKoT(9ta zp%BzoOJp`T)GI{zX7GmAN`V{?eEjoP08nG)3RgKc!7!&ff=KQ7fJotdS&r!)4YN6Z zYwj_Yp}SDONuCuApMn6TkJPq6r!lAO=Ikjn&R zL8{nHfFQPHt=S2>Zgej&HwGeVTmw5k^M_DBgm?{c!OUXqB{kE)&`#_CBI;04Cvd%! zNkE=2eT~ulLY}$pHWr`iZVqbErDqXHSUuAh=mB~V@on_Ku3V<_9BVL(Lw4y@E-G3R z)B>y3oCy<(gz77|7n@~AGZu9+;vuznX#;-*as)}zH)}ds8ZkuI^GT^%f|D-AX}FC$ z;VzJ55>jsXec2}RK4!;f5CsJ)nq;W*HB|H;iCWF&hnmXf1m?A__yHzl-?K=MVz8ifDY*`32W z=D`h}U%pofUan+9Tbnbhewli74vQl*=eX0DNQqjbj{@fblc8c zXyVD5g3!>rjXWeHszOD0xsE~16CG4m-g67p_O$9j> z1aE?-Tg_k%_Gmx4E_6GY*QpLGkEbLGrF}6homilds09L&#*L}BuYT+>q z-wGRHupr_(2oLxR=>81SX>ox1Z&$VfXlsl?+yf))b%mgA`vM5ud}h}=u3r`;*1i(j z2*m2@BWwAqRxIuX>?#bdi`+COEzWg`XfDsa<>3%~{biOhNbH8f!H0c+<<6F4yf>Rp znqXfQ7H8hLXsSq%_JkmbEO}Ef>J1CjdM9uui7+voF{IF?6>2c@mk_-APG~KP4hmW} z1UW^95u^~b9L3n;eP7&FaKR0>;In3gq|ord(RBqMu(2_X$u72V!iGuy^{=INK&r_G z+u5_Uvw>O~p#O2lwV|z=cM#_wYnciP2@P+mM?){i%uB%hF@(Ou1-@N`UsUa+L2g%w zGFqK4JP`>-DNZMb_m;Y0S{5<~&EYJ-onHPMv`>j=msxIw%d3IuNZsJ%@Da8wMAxSwnhKCG%GA@Mho5F z1~DmllxL}k=#Z`BYRrz`V5O2vXmZ$P>0$LBnCw^cMG_KwLp-FPv>R2w=+tx}YmhJN zbAL-k6QCfQt@RT9(_app3Wj4k4a|lb_ZlgB*CEh_jJ-679%I+fCl1=N*tuOF6C#-f z0|?(lUQ`{C-bfLbUoIk)Abo&`7M7S+iA4~SMbek` znhQUK6l^8gwG;x?<tIE0c0u4A>oE{i~>D{t_BpoGM7tcb|t&Sclp8fV36)R--W0fUkYAOmq ztUsoLUv{ic71Y6F8K6B$7q?qXfzNE+!`pTW!%eO|SIl#s+f-Jp)DEMO;u1sB01>$m z$VRqFC<`kBI`(&tv!w^xlv(L0j0%HzX?k&NTh-Kox8XTi{Y_Af*I+e1$Ouas+guAe z1IG?h94SJ18QJ`JX)MAeAGBy91?Qm%K{064ui2uV=I z)tVOH52%{E3F?D(;${N{I*;%kf=c0EayH>!7y!0tJ!?!lGu7}M9G^z#6>l&@pOhzp z_|gYCB;5S|lTUCe=Oy2%+;LHC*bZLrh*91EBxpH8Zq1XYm>ml|fm4RjBFg7$zLymj zIt*Sy88jLrfqqH~IC9Bs}{_FCq+dlWEb(ANG zlrBBveMNb%{c$0iuV(S9I1w&FCqgTNc`znqq1&H%{e#dseADCpaDM&#ybWtIO~1$Y z{mHBSxaOp2X9EG%*d(@+AS@?kHQZDcNd4z1+&O37$&dB`})s`Gy-2B~1 zv~#Ja?l|_y>rdWHE;hbFi=BH2UA#z4>jX-!6*rR7*{5x9$P2%AF7JjUz~SwBZG`^w zPMN!TT70*F@8{rtt^dtv(7amL?IAHjX*AG+pTgh#KhLu21jyt8*m z0{&YrKSoWX|7IgegFVE~X}|WSlyo@UWf5sv4Vqq_Z5(_$UXB(46I_Z!Mt2O zHfn~hTtsbH^(SGw zWxsRR)@me+hC$t0sW9Uu_i%c)V2HHxU0s3t69ev_ddcYBH5BQIHPmve{wxQD3{N+n z+B%z-_w3)yNeq|(ZD=YDAAXP(6|{YixE;*DI?yTEf5~6BEu4vX*4gLbt3iDEQ}d8# z{{9RftZXj2!n%UBcbD#x74PKx&2h!$gSqCCQ|P=uJDU>f5v|+UVfp%JY?FeJTNv`^ zXI>1Pao&74qx#U>_Z}N*Q{TK@mNt40$1Mj2%W7IrFUd8Qy4hYG9uP^_@K8Yo9Ih zd=dJ23)Ax9UQ9y@vBw0q!TU{Rs4Q}(&Ym-Nub9l35+&AJ0!L^818E-SyLR4Tn0LQ9 z0>#v>joTGH2aNdx3bd6~%siHKS^T`=cN_QR!kd7APkIJ*Q|+6h5LHR_p8+$s?=+r+onl*o8G0SMY_tTmUX9N$YCRbbJW zXmif8CFU_>mQ!cT-9dws3MHKe4OynQ^0uCR7o6C4NI^)c;if8?5&TgJGe)y0g;&Sh z3+QsKCnj=!0K(>Pm30t(wOpADiO8$k%=-AUX%;qNPG;QSYzQL?SRxL(Km{4uA+L}9 zk%P!UO=q)gOwG&}?-Z1bMifgD3)W%~B>xI2_VTDM*TMB43HvY&KkCGSeg1WGW$lOe zSnTCM*BpLE|8m-ZICf+;@*J7)WG1(s$*3U+&dovXU))E;)3z7(o4yFcSH}QBPE8xElMUt^`C$3rimP;(%3^-Ha5AOa zA?b_vB2|9e=@&0w*aBFmN^Oc5c%F5r{?068#Y}knGUNADQCB64=I6ljhs^hK^`Pdo z-3eW#lz%w}E=sC8d*wM~&z7JX^vKFyTO~1CL!+TkZK^W_O2sO@2bzkWUGoSDh4rwC z7Ng83+DqUp_^as5^*<9YdnJ{c$wk)PJ`Bzuv_+W^TKZ`V4nxL~TSI6*y*RoYehae~ z4DOqqXM_5^skv2FQ>bd^m2d*utxStOmT6qOm8$T$hW;<)Ls`BvNT7k;eP-^Sv6<@6 zkRLWj8lZ^^opq=5*?u0zZtUxFd*k;s@}2J1Gg&YFd7+*-Hq~e7iqP7bvM?WJtI(gN zT0cL$1JPBSl~c?0dTMruy$RR_e|`%joKhcOAA#jE_dHDV>E-{b6W5f-R$HvDu9WH$G`G4)2y(V6W;;)fdjv-GDlB zcPDh(WyNZeyV%6G6fUd07EADtW|NcMgl(tJ!U*IxnNWyYs66iHShSR#vRkt-0)4`8 zo7QCN7ek{-G`8v}g&AoxIf7{+Z?rYH>1czn(VDB~;%uwTcqdZ4w#EzfpT*(x75+z3 zr`Nh88`oSvwM&&&yXueE-^d@NCQ!*9oPP!OK2VdG$7vn*N?)B#KDnk?qMLcb$ku4g zRalb8*Mj34l6#(&+4xu!c6@A!INzmgjU)Xz@G>>T`maLih|q}p2!F6K!dq0JU+Cz$ z>G@1QDaIDrPxjwno6H_bgTP_Pt?jHBBV53~`+Mv`^6l8`+8^CL+r?1s)nsP74~Cf` z!2N2gEc-uX%fJu>LO!xU{$uuOKX#5y9}2LZtNe{Wg~>R0wOSf?dP1(3HH^Q3S)Vc= zo0Vv%l*`w8em9x_eEU4kwdgXozb_ngwk@48%uB_pRW9G zVWSw|2vTp(YeU02cbkWsL)-#|9zRPgkqLat$#c8c@*y*Yg?>XKdI}8hZ$2qavrKyXsayL=CyA}Kw;PO7{!||+sVD_(pc%3?)B8v< z@}0S)iFG8u=J*ly^&?Jfx&Bp5v>M!X1B)Wjh%2fTl6$gBd0TnIkk*+v487Hat@GT1 zO^d!<5J5iAHxH_xiAqrLhosK1`D!n%|M6M+#>-K4gh{c@wCDl_(+Hs#{A^`qAhDl| zr;9gnuA!*Cy|B`Y>DKJX`FFHzndVY2XVo^;Fe;j&KBDS_2f+;7WY=K%)49sO(FW4k zteoP^w#5}mkjsz4C{V8aR$fj&w$f&LJdn`p^dMJr7ty4fXoNt#grlZX*QONa6pEk- zf7Z#UeKqMm$J?U0e$w6-c&Y83>6Qd^!{uOZwaO!Slz(Wqly6^oF;?MiZbA!g zedPZk@2$h)dX}}(Az1LB!9BQJa0moe2@oK-2G;<=-QC?8+}-6{+2`zY ze)~N8J9h8=>jLYU8D`Czs_tIZ)zxp+Yk-X8#mQi`@2t)Nx%IY3QWX-^9xEc%H^~f; z?)Bau97?(gIY3h8)yI$v`LfDEWNx0g)7pgbaU{ONdc(h5f?-Wj^znma**;gE#ZS90 zr48W3tBZJNixNEKHT&fs1QshJ`i*L6eS5uRI~uigcxOgZwJhTUy+~(wDPXwH&j#8P z#GQ7I1U|JxzVdj7P!lMPl&}}t6K}} zdw6IJ-+{7#S!=B3=_i}TkbdHk^i8K7-{exQ*-_#llU}1)@Xf~B!pPm6CBBaWl||s_ zBvu`hJYUmFFAfw%2sa5EA{?^D5_VbnVH(2^d2nW{^{1|Go5cFsyh$sk4W9LN*F+QlTyU% zgngTvW=Fr?I?P%zG@MLlhd+5NmrRKcPd?DaIokaA7D8UN&x7)e5Uqvd##WN(kLuWa zwSb|Gv$f4cIdw)6{525@txP99FAUV>Gw~J6H*5Y~+t>ILkKA{UGtIKGSN4)aBdS%a zdt1{NMt5{q<*SFuc9GHIPfs4VE)UV@gr!n1!6zNbEou8ZX?pH6e6v+FYuimy89wv# zC1CS(Ft!5}--?^QbFtbB`NE^B0mtx}_kCU|#Bl@d%0qiUzdgoRYFM()Wuh-hi|20Zq1@g6I<21|B224%bLE{;Pq~2*!+B0E zTH2#z%;>Pj?Rp1=XB8ONG<8Kl_X3f-yp7qxsz0a9m!eqflTFBQM*ru$vij^~oQ?CAo>uBL2-Rs{*_#3sy-WxWe&8M7%Vyi+y z4byKq#jla#B4Rd)#WNfljIZPvb&qP1N*YtFf68eizjzGjt(DECtY&)>Q}PhA7sR)CEYv(T0h!uNhB6GzibYka+)vCF0l&y?sP}$NvjK+XvJmg zIbhv;$mJonRY1G|QGYX_=C?AE?3NT@U6_@?T8ueifY*G2hKQeQc8M8S-kaXzrT zBxp6X5v!!iV0i{_5h7CmUjR=$e*rxG9nLOmX=lx>3;^79NZD9enYg$~IXGFESl9rd zITsT<2Pp>^2NM_9AKbbMfQZ*11+Y-e;-nk^z}*@6$ooGSDrII(Ep1XxHsJ4HAnqzI zPOc^{ibhU<;O#u`|G?D&to^?L>{p z3GvSxg6AKFVEc;@|Bo{blqE#|S!Th%!rDHHs{U&h!CzAifL=0VR*^Guw*I5z-#YSN zlMJ}t^Kf(iHOt^-?qv=1Mp|4-90Uag1u_JFK`)CSQP68RICwbN*YNQ02neqck+D#a zk&uw_Ffh@ui10~>iSP*tNhz7ANy!-~2nlK4(=xEIa&T~vQ1b|Iv+)DNi|x-vpb!uc zkdcsaQBZK%$Oy^U{>MKrZ6Ng5Q0>qa&`{){SLjgC=uj_RAQBJ=3Ko#|kHG)>1N90T z1{MzfH3A|Ma6-)+&?_it=vOe%u&^*Nz}ddQ`yd!}SPU}O4{(@DM)2g0SZo0?S+6NX zD%-J@$4@EQjh#LtAmY5m#lwF`MNLCX$HB?i+n3{bu zx3IKwc5!uc_we)z{1Ox#5*ijB8}~gvA@N62a&}Jc&%FGC!lGYQ)iu9s>*^aiI=i}i zdi(kZCMKt*XJ+T-7uGi*n_JsEyL*H|JkS(WVw6zs~U*v3xdh&YrS>+jC~ zsP;F_{(Fjj{$FYKZ;Ji9UJD>(XeglbpwU4>pqqP|Y=0oT>feu@Ci4yR)ATO@zq^oa zOc_P3q|YkzyG7{j_Gh)R*^EaciMVzLN+;aq8a~A`IJXQIL&$MWY249Y8Kvb+m%d@7?E#Uq$|oX^`mClIHiF&*W9D z!5bGnm@A8UGK)3eEl2`;*88p=>4!P$;?&1|kk${b%_f-b?KbQ69@O0;f8?4^VJ`R! zl%a?W>~-j@=nQmWz&I6S!0QK>%>L-iw$!HX72pz}>sT4#anVYffO(yJ=MUsges1Q} z)5Rzu0PZ0EF*xQ>S2+^}9g9mn5j_U~XX&&mV#5l55`g>h{4tdfr9WvnwPs zE;0F5GY+|%V%!O|CiWXD0Z|_9W!d{YpQ@8-s99vse&uF~;?6}8zy}77(2qR6!&-RT z)vN)OtI<(za#Mf(Cc-C@iE4oq8K$vCHVrO z)V_)5Oy)z~3@6%A>k%twO-Zc8R&$Dp<3i>UodgU-@DgedKk}(1F>h&gxnf7e);xzIV z9q$vA&H_(oarSNgR*&ct+qTk^;PDa-Kdwj(tMX84#Fju~V}HKT6I(M=&0{0CZx{il zFct9d#C4o-`Ndk6IB~lAy4|?pRNsrakq2_9L09GYlk2`h>*hg^dUm>FFSARv$Ss_8)F^yc&B z=$CuD(&9ZF^5yD9>y&(t05+ino*QFL$kL46*KA8c?9)%p8&CEhH8s@2R37M-9k<$s zaJYko!ork$SAh|3ysG%C$tj^W;o?_B3|3JWTHAzF;oQfP2?HHc4c6F+f=<-p+435X zt)6&r_HA7IeYS_W)akuk(Ys6?`e4iS_v!=EuYxF`dHQ*}^-tZuaFD#wz1==hpM*5U z^MCNh@a&5JaGqK)0@c6Iv*x7;U&cQ!hL9|UPOenf$O1yso#p3Otnyfy6s_U9SQs^V z*Ps4=Nt8Zlv6tvzph<`_opekP*TY*aX=l>@d1+QDfnwxA@ProOI46p4O~cGOb5Hwi zj}GNT32Bv7wP*Ur0Iovvk9cisj>5#zVpxhmQtN;305VA<_+_YrszdFKD<5pC^u(+Q zsqATRzO50>2|N{Nmc8A`fAr^wen6QA@3spgI76NkMCwI1GLYo*EX(#ols+HX8Aqh2 zoI)v0rn;9UKB(_CN#SG=eHMsFXtj8-sMkFn;kxsc+;w-^uJWVM)z*3BolU+h2rJnX zM(Ek5K!mTSG_ET~a7Dp?0m&z2n@=%3BGH%VNE+{tzp1+RPMt)D@>d zM)aqdpDyXkh(YL*txfOzJ5txKM%S#xQN%~K=gY_%0yaJ*x_*1pWFE__5p10-5R?|u zg@U>=O(HRwU)4~p&X=%a$rYk@xfT=cwR9F0XZzDC{q5=X*Y#Ti`6;T{jqMTIpeA=^ za+IP&55c;VaL`q;ccXO|v$Z4EJ}N?3CkTwlbevULm3+J&-ie4uNhb3q)AW>0VN4_a z)0nsG(b-9`zMgJ!KggEyLh} zgTwuaO^ys2+eJxOuS?Dtw5Y2m=?CpV@zYrS-k{C%N9-?UtM}1uEq5J7}A=DX5DA)-_tfYjWj@QA!`*n&tJ&?ZLZ-tuLU~ z$QMwzGQg$I?)?H1h0A&YfeBtf;hCth;oGh2c+EsUq6H)m7ORhH%#RcrKY%jKfr@`V z^~?b^p`<%^x;0L6PCUiK?|0SO6MT9#kq54IMeF$lux7v7kO2}=~EFfy3-kTz^ zL)SEbYaooDJ!|(Fp?WfZ;!00^VrH|SK=Z;GnrL{N7T`o7^a@`FrWZd*OAV0a?JWdU z^AsLqLUk-zC3Jau04jN_4%Byh5C}ggL<_CItE!k`bh$mmhi3Y9Xvbvc*3WG$2?EiN z@e8akDxfSZ>&*AF{~Vr5v@^5q;)9TSJ8HGgzx_gT`(vLpDreOGnJxo0%$?khw|N)l zEGc(y@wTAudmMvDT*ux9b5+BBLwbs%eFl>^QZ!?Q<2Mh|D84Cuyi>F2;7<*WI>p1H zN{wyl_xA>D=1Swvb7&vb4CET3^rDMap`L&`2S9RnmeNy-YaQv-6&$50+aMVXcvZD5 z=!jgx{B%cl@{#Ty_UCgx4AtiHyDklaPg2~QEJWOU$`<;dstL}Z>EkOs70oFMQ9?{B zmAhbU0XKgT-c`;6?@rOab^_E6o7Cj&iOLJ8ipkCHd1A`{(5D|2e74U-JVA9`oTp>W zt2UD2Q8F{j`ePHZTOKWoh(6LF$jynj6X3LevyX38Av8a$@iPmkzNBeFiHwR++L^hG zoN?s6!sj{R`~r$r^W-S5?#KUmLBmZk@(msMj|xGo^r4)0TY~mXv3-%wK5s&tFEWYQ zMfF}&_UVqG*4kORM^Wu6N(nP({S}RCq*b3D?1NeJ&-Ez2>>N9T7Rj}>@Ug&;jq&b8 z+NWrio4~LrQpwacG|_A!xt@Ok-4?;6O%Ii-d<^U`Ks>3|Bk%G3fPrBAc|PRF1V@QH zS_PBBn0iQv&pX>(AEDaQPE&E41-yCgcd101ehij7owEj)_^tPMz|GmMin05?m?qM7 z@i5(a`#s6+6=?I@u)+FsQpv4}%;{sT``G+mHY>tsy^XUm%z z{HWTpeYe_}*DLgk+uxXQS zyiug4j31b3MLslXnml2?YPMHtsHoTZ>d9<(bGZ1(=NLh}g9j0Qpy27axiG)ZNn&^EY<+M>HyYF6a<2)fc?LBUe(u9LzSyx~ z7lhJ%RX1sBX>&rFVsl!>N*N6Ol(SG`p$}CtcJ+NmsG5`S>7($NK=)ODe3}$|>SYgi z4^4EZ`^g*dtyB#vcv0w4jrEbIpaifC>r_*0@ItJR7Z7o#&%iA2K7EuP+zV(xL-5@c z+F-1E#$c(;3+VMoZh_XLRDmya##yGc)S>Hl4Z3H%){nqliolc;FuNlJk!&Gsacesx z&W}E^=YDoU-O&(pDql~zA~|Q<7rFs@7T@x8C1(c)xUUnH+VLKC9xdQTeuYC)I`0z~ z_ox;a#jFnSw0A9Bv1%Af7;bnsb%Jjyezo8+Y%dsMNgbM~W4pa&voL5WL>8H* zd3F$wy#@ZS6x0F=m$VGLjb-FBn5{nI5@%TOE#02;r2N)o_F+`m8t0dG0M=1{+Yc)SSYF*{@q4K_zT> zaK6$%_Wa4nG2(bpb-xL{*R5s{f`hSZA~(fpYoKV6kGZI~r04fM@85Pl2Nj@eaQ(Xy zD1cNd`uqY)7OJUKw`V?!BjTFOu?8B{~YbV6ucJj>pBnYQ4i1xbq>6i zPUw@UqBc$&WV_vt9ix9h2s1t?3U$(x90`bAuj3*>GF^)`YIL)pDe2sq} zcK^I(ra6e9tdQ}0`5;N5YJ%7>muVbTJ`LOeWxYhN^C)zx_ z$>gv1z+VRQ{T0)YQ02jm!EE2P7ybX6*BbBf;v!9&4bS^kG{Yj29N8O}w|07h} zg9=dja$$$xZ0Im5JAC`C^f!r+sVl}cbMn3VpI>E}aj8|N0I$u!R-z_M&&Fj+BiSS9 z1gK7gVWIA}(2`xT+|*%chtQ`vi0bXEY(;gwD$|%QpreE#fz%M^;6WyZUHz7~fjwTc zdpC=Os`gQIW7t4HrPR&P$n z|N3nxV(vnxk(L=3-K{6Q`L=lL05XdQo2Xy+?majK+h%XxX&OvqrEKBs>FD03Be=l43(-;8VwulerDNm%-qf3nrDB zccZ0Xhe_vF4Pna^u3eG@I|$(`&ka;r;bZLL%uO6k(MIa|%)&&KxSQ;a2>Pq1N*miQ z`Rq^=6;ubAR13Ge(JbVm`nweBe(b~k1t+M;`|MI89Th+>l%Pdvr=ZXiI_Xq^i81hj z2ba5GR#1b%LttNAAi3F_P zHPmX>BB++Jr(S2-9kp$%jjAN)h|w%M`K&n~sA*kWA&cNp3Gx&}1@_=+vhZ&gi)*V} z>Od*<;7Y_PQl&S@B?udc2^df0$4plcZq5MH?}_ zi)G7FA-&@1CT~rCAVz*wPkAmF&t~^5`1%mlG7+&wCiTe1K@8gRSS5<>u-$;JvHP7Vf_}9~qoGLV*C=B34RnK?}5k z8YJ<&a}Awwcs$2w+EkKT%9NtLqJfXQFePQ7_WXNz%3O3MUgh~-Ap?yl0rYf%)2hhl z0?(~!=!>vv{^@dSb|6+#L`%2GQ?o=E(@j&=q}u6c)A3PidWxzw$)alp9Ad6Uw{mnEII zj_2Tm*x7t?@mRWS*uGI{yg!s--&r?KaF9)&c(`9czm3acZzA@^$8AEoR?jYsF5_N6 zW+maXXY^<_^W_dv;7k0zatc;(E12TIiPHxE%18`L1L^>vxe$i^UmOI)m?A4QVId#v zslXg%+ny=!bb_uf%cwg5Kfgny4Ln-qS5h-8o!DXYOHxmY+EQ6TAJ*%K1+8+;Xxy;C zp=@IQCa+vE@iyKih7od^KsM0pz=hv4%wC({bnE3bI!qi_MnR4<|oFty^I7YEjJ#>^Q zo;^6-747G0_diYVcMCBOo$b?PH(_2WW{1;&{x?TqNt^Y7nNd7DDaA7k9e$-T!jvuO zV5b*|5Fk3<#w3s}M6AX=M(4b959eH94;WTA$e?r~l4BTjyP)XhkU=m=(j<%MZYhF-LaLe*5e%IATd)-0TRc0qv{}Mm?fxW zhYIm;a}d+6{{GvbktCgbEbUx8(98P_)G=-nqGNdhtpN98ILHXCcZm01#m`tP03Mo%cEka6 z#r?Afq$C_1Yoh+i0krR^JM&8)(#6H{*i8|+&7khjOT(kfV4bW|(y)MVp zAFcfnWB8G|Z^>yjWH4hSPcMSLIom~%=(GnKItVsW&?&P=2X{nhbW4%3WAXPY!$Z+p z>az=Ed#OG$ZZN_y-OuD1>mDmTVV|DN)Q}sXw=3u>Defa^*~{ts^oemS9s0dOPlD#a z#S|p@UCIqa_~Uxj>*Z?9*XoIm%(3@9Gz*sF#BX36U;%V_1JpHIjk8e6hu># z-BZf`O~H2l(SX;iCg>omsq5t6yGz?xio0lzg7L+uZD*^Hz;7ip<0oBAZNOx>l&NY& zB|p?Khw}Iv@~Tk^uFk-KUTvF%bkhtn)y2`}5i3; zzPP658o2xSPL?wCm_`&X4Db@VWMgT)XMv-J2jRz>y?`Xlz^UvY;YS*#1uhLX8KAsM zL~7vYC6oMS&+Ej-XN(iea zpku#n7!ag<0e!2r?Q^SEIm-+5n@7Qr%kZR=1-da@gjSeL5E+KwZQp z0K|ZTT!)yx>|fYe%yLuw7N?)>lu1A!A^XvKUHI5aUY5ny%~{%LXU}?e&g9^EaH|#{ zA-_lxFJLXWr)+CClsK4c_uzPm_XI4XYw(=r_j+jGKP={iYgdOZ3?2fZ6CR6R&HiWc zEYCMX?fgR!A;&uGLe>06*4QG44+q+Nj5E0-tdg7jlHE-@>&9(6L-m`fFQ7q8sg2HP z#C^dtlM7Pi+fZ<~(z^HyC@)dyo^l#YP^s{GC1$BhhzCnUj`|_^Niw&-5^HjQcH2_` zV0A*j|M5SG_y6@=^{4>c#4ayWQ&Y|<6CiSiou-|RKl=C%U!C`5kyp1O4inGBvykX zA}#m(Q$4g5zuhl)Xv+6vGt6I!TG!ELRDD)3pcqcLA zu4z4AK>o?&i!NdD-%FwbJA}@e0AiFYi0vPW`dYxpc7A@d{1j+1Nn%t3RLvHt9r4(k zX^0F_k{Yccd{BheNieWd8HAD}_zLi{zDgT8o_Za;!;jffK<&mJzFiFy6RVS57wfrv zIyf!?eL6~UpyRdGJ74`ZNr#k4H11*9hxA4$%UV<*Ou-A49Vf7P7KQkS)t;P&J?&JmJKJW)n zcIw3WvkV?vU`E!|#Yzx0z1Bo&^Ow|b^)ECX=xG}gC5CgLD_Vw&krriLoR-{61xHFw z-t9|#gVZtQ6Vbp-SJT6(8?v!+Gw?>F_mq0FmA{@7+kC}cRMCMl_epgy`iFTriS&f4 zZ6;jXnsMw$mB>k(VLD7!fZl=d%?`Fvwpv(dd{PwDT|acKbovH=fpbJwU)BUyD0@$i zKqMb_zjd~*q4S)wEwMbB2+s~Sas|D_d6g@~nz$OB6;^>hdV|QfFxjB*GmQybKN;FL z?$r??{DcL{*mKBIoeTe5QjMd@i_p*>A0F zfX>O-pTm9yN%M%7(LB4Y0*tC+al^@D1T#RWR0-a7QlmRPTRp*eZXhxF4z3s7xdRIB z(to@B{J*sAs5xyJKtQU9w>+Tt@e7_;qAK+yQVigLYG~nU z&hk)Vu#U>tm#cqnQj3o2<=ZgZ|8Nav*R({;Pxy9(OTr~Jy46-}jnOl&d!Z=2eqv4$ zR|7`72>&H)hoWjS{X>dAz*Tq4zqeT_ihC>V*V^V;x2}bW8*C!?p44lkdKN*^hzIrX z8TQyl4ZsJ-?x8qS2m%2yom#+J&w!)An~K0bhZpk`etbSq3Hc8Hk@f|oXV-cuRboIQ ztUlI)cGIltZHtq-{+C;tMQe5_-3g06;2@jJA z1(Agz##02&BukNLFJd!=OR+^lqM8qwyT4KTA$(OZLZypjIC3JXZr=*p^miPHTZzvVmlZva zTg5u7rGxNafmGRB)`Um-9Yry186`;FL{!&9aRtAZLs#&8OO5_1iP-zrE~%Y=;sh4E z4zE3nY+gqhHgHEhkcx zWQ775UP0SkSsJeg+#qp>O*!Uiloo!-z+ISST+*&4gB~-&u56lpQV4_ii)cc2A5zIF zFc?iL5j!N=MkM!cWt5pIlXcfwtqb15cOTc`XGSUOe)E)p*#+i~I_@sic1m;fKxu01 z>t6C~vsl*eDGqDvDR=lXmf7y^u%hOc#FvBHGeZ^Q@x2LiJKsF9aqD7`7{XGWw5*Kh zl)Wau8+q<~at!`%z;5dH2!4&M6S;)0?x#QZNJAIJB22NQY71kC0j2C+*bRyk#o@fj zg%w|QUWt|bZbvY0LO}_=G-)(UG)|!Brt(&( za7o|KmMYhOo;HV_>*+GIC3GCdkJ24femEk~q!E1n{`L-FlSDo`(Fz=(%he60poF75 zTliU3=cyHs$3sxLizdy4_;Wc}3UHE?rN*bj=9lY>$;pstBAv8eMO?yoO`+m4^$T9F z$9is*x1w)(3J7C;%Pv!Sx_r-HibzMrP6DgyU8Jv?m!p?REQ zji88U{^;sK?27MCfHz&H()4#$o&V|M-Xn%|cflLpC4awkZ4D(>OUA_k#PW1h?p?3& zwo_U2!}m@F2TtDibkWkg1~%wbJ}X976y-+uv!x=uR1YL?!wrs9{A@};B@zVonJlJC zRiKaFy@05yuj$GMS{~KBHC6hNHDh8OJi4`&bA58(aA%_xv!^r#77!Ix8!J(MVd1tR zyy7%GrfHX42I%ax*V;$|smUt5qv%zu>(N}C(iv8Pz`sF|yT6dPa|C!6Qxp8Ab<-f^ zxkUpoJ66kQjsTRTyd&^ASr^zyh|?r_vxraB;I#yOM-Ps)tL~K9R!0ZdPUu@-@Xv$; zW$2$6{?iu9baK?|eI!>$??&Y9JD}(#Sx{cXVK{ulo2krYC$Q)UN}fogRlSwhRcA}U zqgE;G99KxDfI0uzg%P0|&re9`C|fd;d;HJvHP{m#h|KIg>TgpCiijwJ8-uet?%Sv+#}LfvTb zE{FND?#F(k!xTN+cWBQoPJFmE~8T!mUHQ#$oh|>PZQAw);oz4}?=H0|gslGr~@C z8)f3EDQV6Y8w+|F1Qivi?TM$W>^IWLpT4-=I7)Vh!@$5T@fn`e05rz@@)?5!g#ERf(=ksSM~h&xAN+XXa}`(x33#?~jL zI;eE|WM1S1r`!g)qwXwRIEK5*bBWX6j<@Kt&oi?wb3=&+q4FaQ-qFYVm zbnAXMq~XDuAdhEKUM&xkJ2L6D&p`&U79RB%e3Yqx!Z>x1_kI4JZhO7c6Dv6#3M=l7DMJw%U0o);v%M!3Sr&`Ez#8GDVvoU&$^u0lMMGdqrS>2d ztTvBxSoRt|zlL|g61wudcf<+K!C8@BY8$5KnC&&8m+Mur`g(#HtaCtmvyk+6Bb-GB zJY0wI_|Xkobu<1`HV5_?rRsBrC}akW2z({}kY`Pjk%E=YuXKsD_3xwCmxm?zt;Si+ zRN6O_gJR5>w8t`j5MoYk#6aF@z9teSba;Y&iy3E;W-Ba4=sMpXWt2D$eyA_-`a>EsU?tM_EcNe_8xs1!9!PD7sjPF9v* zpVE@avnszSNFzw^KS`3M3@Ixk$Be}-1W9-#zvpvHwH>vxL17DW#Q!dE<2BJYk)$r? zZxR9j?BW7*IVB0{uC^=4u_W=1i}t!$W(~aU?EdlwJgJiZF+zbE0 zmf;wfWui+r!S}RQdv~AaV9^TMSe5iZ&RyrbwQ25lk6ki#2+t;-AnjY31;Xe<6*|c zqI`gqLv(mqcYV518Qg2Ez|K!3cQHzmHe~?TN6qP1^zl#~^_jtGL9&+7=mO(1maFUC z?Bym}0d~qyO7A(F6X?(h_Nqf*JKSGRjE%=6>3!G!!G1n@hE{r!WpQS9I4$yjYTUEK zL4V#q^1+TD%QpmX?Ey?EHODf1l1S?AT37L)7J}Q14@05a}B7_LoqG z;eehc=as4m*Gum2di~IL)G#Lb*vLwE?y=_%1G%Uj`80TLM=)N-IZUmVA2QY{?$ih5 zyV+yTETFsfvD%<-YW0K;!pf{S*iGas4YZ;G9@4xs@MB~;KtZR65e1Z-#fH3eD%{#x$WK9}NR z*1SFCdnpuQ}X5{`nxKLvr% ztS;%b_n1OD<+ORR6@T^R5?-v7g~0f~F3`u;%QUCFpZ3qh5QgS_bE7u2kxaiN5r>t; zqk-4!IC(!~5Frde58mqlLL}n-En+sCV&hP;X1WugMa)Ke%dADw{Jr%as?_dM6qvBl z0pNl+5WOx(`ZHy_0!uRJ4jlkwM?6{a_L-lt@dY$VrjrjQWH!)Vg1^oKBA5mp(HY}l zUaOOL(L|0j{zi0fW#LVE))Vna(o9#hYkpSWV2+rDQCfdSH1&sbocWD~GI^%C9z=mh*f~4y4A%?Ndy$?1T@5x$Ztxpm2ja-BzUr1J-Kzs=e_v@CPBeRHHEj^Ql0ncEy!nHhrbFy z?i~(kaX=&WMWruJV1HL{=6oLLpA!{NP>?vNLNy^0;Sa@0$z4S}*o|R1VKZwxgnp^h z$9BDwuQJUeaC=ksO*gmbSJ%FYk5ND$MJ0B$BaGu*UoeY?J#m^B!2a1^oc&PQ1>N zDZd1QaYhi-xi_bNpVKJN{KiuN-E1d0Qg*)*#g~?V>FYupBen{C`|GXFR}cQCqrP|` zw3B%zV@%R;$;i~0@2S+dRN`lmSF0Cgf?*pX@TNTU)T&;IbpiQX$9)}^GL#qkx-Sth6t*`7Kd&DmKHN+_sD7ZJ{ zMwICfy0@u9Y~g$g`yS!5i;Ah%^RqV3?kj#z|o~^@e|po?ed)XV#_U z(D#GdS2|ly5LvX?PBWKvm)v+G4nl?3d6&On6PPa3CGFkG$0I@~X-(;<$wW#w8_bDP z1#A25epWg&MWV2n3T{%O%zMCilK=eCza;4jOslwdM_Y4l6&N5)9sv5Otf{ZLG!h28 z=kD>?X5_n8=HN+kWPVjNlk65c_Av!LCtV;kTr)%&K`0n^`qp^DB^XRSSj*Z`py8;7 zsCfj*r{=%P3&G7R8?;8%0O-&zdF;I$D(^(TCOI_oWa|uSQbfLU_}M46lppH=dJO2XIsl7g;e91i#w) z4ygpa5@MB74K?&zMU0)m08*t`x_3Z~ zU>GV8aKkL11EQB#Sd*@U#lHj05x*k97o9Z*-bN2iBYuh)*|=LWc`y5R30CQeJ_mIn zkxdXBMlYR!;&i+j=^f@b?#i(!au>^fL&zsXuJFeg%CcesWZ@h?de2v zXGt=!8eI-i(?@Fbb6_$dYFmJu?t+nh>E*-a>2%VA(Kxz|NREHzn-{UIr}IqxSjiCxJM3BMujNvcI*loY`*fOfs$O$zH2E@E z-(<%IKry_KtQ+E~h0}Zl5qUOsizi~tNXf$PWnlM_PMWLf-K!;!qHes=1`pON%`8qt*5d+#oQoAx7pR3 zLFHU81h+3lIE!9jnb@G#8|Q6zTKSNBUV15j;vFgKY;Eri{lOL4`Qx(EEa@zY4J>bR zuedLjUN`O#y;9K~WTzGIwv*O5Gz>NjU`^1rhf2hC@unBa_OoA!P}^+AY_1O_ znb|A}9z7w+gUTblHsS?;)7~O1bK-Win568&;1cVA7;zWwu7b)F-PHaF77ZccwD;SA zM$82JqzV>*bk~BLL6}D%#Ook@J90EExg`+pXxtte0DMhN%ZwOHQu~_yVS|{+ zW*Y#+_#{t@5B^{-;_@K_4EA#d5Z1+6y{A#X0DyRCU%;CNlYn>7u?W}{#AUlx?OhsI zHs<!a`jc*kW7?jW|ngClLryAN*CBt@<`&hGm!&2JY>T z^fEp}kaNaG_gr?> zh8V*9PZFi{NwvNRCQ{nCbMbgIs62gbKO?nV*4R^-WtH%dDa5HkS-657sdaiBMn8-^ zsM9ZBiLN-zOa$JvaYGg|EhQ4sp2s)REIzb74DxuoK8otf>jWV{U?Qwq7*J?vg zrVq!IJUS7+ptt!g31=;nC?&Z-<*&46P+nieW2(R7*o01X?6-5#tq5e~=@21i0R$r2 zV`bgG?y2g6E6H)HPjmT9ImNDz+#_Dj0g5fr_Sc>$DUz|V3dxE*$dZ&0!gKbhB) z#7&>_*iXOdQQOqbGP@>}) zE@X?+H8tpOUi}JaBQ#1`OM0LGb!9THZ3z1W^HbZe(O&md8(GsRQGo zA5`uTCcPJ=7d+dbk5Yfv`=EZs- zQJ&K(Zz4Y~Ixp5M`sL0P8al^QV(ul2hcADR44X}L1V9lkc(zzLr|q^#C^0CRn6VD5 zqs>}=Zy=nS+7dggORMhC=}B3k;R0VNj5I(j&()|W1qZGJCyez!(tWGCKT?S`e@n0H z5vZEU3unio%Y|#}=Q&Yaj3};DU}s*ffw>lGs+8W%tQ7zeDi1Q&CMK*^P$IkLaX9lK zki8Dum7rMp0W2^o?x67ux$hOJR*ep>^@>9}%_;qzz#~?)KM4kspg*%DLEv&#JJ>0i z+?{VUcpmrkITMy@=Ob*I9@~^L<+9_ao4Z(pKj|Hex1Aj5631~1Qk>~_#llWtDCqwm zy52IV?Y8aq4g@b=XrTlt1SswT*q&%gHrc=bzjG1vK$H>E9r%X5*+Ywx0kxjQxofBA0-#$D@ z7M?UO^R4A5eI0@%OL#G*+q3Llp?%qy<4aF%t7w)_1eB(EJ^ zH@tWqH=8%?z)I>(UQ?x@IG=A%XJ?{1E1KBoYWDi^#V=3Y@|cq02WBNZ+8IMaCF2>q zN>y-R$Kmzqey8At2yRu>3&E|M{}o^acFm}d{fWUBwD4_bd)CT@=^b<^vlM;(>*-i@ z2*2D;F%ZGcBg7UbcO#SET^@xSQxQ3T0^=Om`N?I=Xh%K{`P?68v;`h1Xl1;!7`;DM zbe9t+F0loOrC|p=?r_Es11IFMpVdnRTQ5%NV+MM1UhP-G$_Og8JHc6S@Vul+pTyfv z2&&cJru5#!fPkE3yv_7(oHn+v)^(rOuoX2wAK^iBunWoIZ%f}cU5@Dfh6Q{}!|wIp z#dno^x5sexfD~D9Sf_MbV*=>9$m{XHVrvq>X%-{qP3KcPKC#J!!MB8?B9Y}SnQ6CA zgy{{Z#zDLaT5q2r$%?iCcXfC3OPwv(QgddlnuqwTvEfs1_Z)ucL zUHQ@Ea+`74Ry|PK6j<#`-Ldf4&6-{#Y+XiMTpkXHOAsz5C&ywJKI~1{c)`s<`SE|P zvz#|F)h5Y1D$QIYBZEpsp6)S%j2WJ`ssnCo9e$4#yfLwkCrWmMT}(Qu0y?P68m%jTtcJHMCpDcD+3POc=2&HH!WL*n3tFeV@^6B0+cQlHDG3 zaPQj_$Gcx@@S`kWnvi8?cl5U3M+lo7S@Bd9MGr&qrKIrVrYS-x}C z+L^NpWy0>Wwh;Z9ZSv8ZiU&x^zqk1JK}xo8{$BhGI2pI-xs&ogF4F#w!09>eTY~GG z$ba?CyfG*XQRr~}9`4uRKB|=hIn?J&d(fK?cMujL{n39;**X86M;X*^lJoo`oxa=3 zP8zPYhgZK-HZlTQ{Phn2XR+>2}^s6n*FY=H0N- zH8U%2y)7-&Ard_ud!x=~ zwhT>%q}VZM68oQ%(hqen^qqs+7eCbZQc=NK8WC?wsi7yKeIdsQfLB-1&ayvWojHi9 z(pBzIl%pL3&>o@wkMsQt(`&AYPfTuE?^JU9au!SrE1H_i0P$J3rM4y>l}H@6ZsFf( zg>zrq>*&_Cta$mJdSpK@S1>hT$RSf>&l>AT~!Bm zDzA4vKR)o9Ha|((k7hQG2Az=w73%4BsLPPr0_hc`m zbjwE}-$7*$mQP~g=~1}B33~wm9NjYJD)b18w}Uf@jd)paJM0i1x6GrUstOmZ{4{UG&K6UENQ1HBz^aYNs#FT8(tgs73jdS9W0mzzgO&YKn|d&euhU}nKF0IG}K7zUyUe>VlG z(X&sxNW25VEJr4l#8sk7Q}+;{yu7NOMOPwiNHM*^ON&Jm6+W#bJ=uWjYJ8{EhF zca4)26McVndK>2$YYJqmXBk~8SQ>A{lj#xdMCyihf^+m`E61kfBcZm%xKV5*t*Cq@ zMePN9-FCbqlMsHnO12Q^=pJjNb8|lUjxAtNo(XLgo9UBKoH?l?Dp?nYVu!l6oGmDh zge*xG%Cw*kBO?7oqUnX7{FO*006MUUSqB7s0>#yazn2x0oX>l$3Vdr_YXS=A{FXQKJ${_ zXGxxfn8%v&3U~ryA~z3j3N1sZ@bv3w?NLcx@lU!qcHT955btZj^8CV=ZQ9WZY{A_f z)W50i3rsE_D}+rI;mIPlULbfeOLwrK{O}#QeH#aRUkUG^3@{N|Tx(aXGUh}9}f*uKy}7@nWFgzGWs&wld@k`{{Y1J=?rvvOdT|ml8wBA z_#;u++0jWab;*fszflubRLd2~agwh%vLle6^HPv2cD*RgW?FrvdavinV+bz;(i_@s zBe}!RWi!Zj{K=JHyxykL>2Q^-DBbZ;z!$$nk{l{2DWywHiiTNP7#$t0k@EhMw_$d> zM{g{K+w*SY;d{iAImSaa$^N&~o%qOvuMVkNDg2*#wwl7*KIcxbSDs$M#=v_0i2ktnca6#dzg za5_ZT%I7lLxL%NjSm7NXQTA1c+nscd2D#jV+sefF?~w5n5d!p zx+7P&8N~YFSuB=3`gTKrPa)6NE_(ta!PCE6v4rBSj7KIjF#eZoMFKzCWgI*G_N+Tc z%tPk4?PvI;fXX7oF+gyv5=Uv{!=An2#Daa%>+LU=m+LDyg|^_4oeBrXF^c`n5@1ww z_gupQsI9FIPGp`SKW4bdv0(X|-c7Ds^?(k4ge%>%7K=>o=v47KH4WNZr-;!o3mO{|B6-hIOl6S zh%EDm?a@;^(Qtz?qSqULxHAFp@ zA3~_ydvkcNL|DZ$oo3m>-AVNifC3Bh`tz>mk?~)PXbJL%X>*z14={A+TVwdR&)|}} z^U>>Zu{d~0?WU-7$q&8n%GYYM^Tu#8P@m)+L3=6ojmVI~!`wYf zdNpr2Wj6Cpw}pu%fE^Q7C?MmWYA*s72iDI5)A+``j2njVrXNZcV;dbj?f$EeaUo_3 zzbI^hyeAwP+C(H8520?@CF={kc08L6FF7KJ$e1fTv}apTe)D8%jX7Phy0B$JclU3X zhnoar`zQPcQ)P?=?2Ia{P_99p`ZmEV_aWh1QI-Ca&98u_KG?l!9NHd~cbKZ$zu4v7 z#<$%FO3`?N@AXib(FA|~+I0K&%EDW)p9{ugGL@ue|+(UySG zDI?Hilem<^JZefynQ%vPy=~Iz*8_sudf^_GdX_|bawbDoDIbN=rR?s8o!XrJ>YaD} zZ{1I6U_EWNWx!8f+60-Z_l~>ec4Oa$fF-gOXz_NiO$s+Ng^IQSQc1BK6vwsM%H;ST zleqY-lKjphH0s^qGJEV<^q=W58aoyuwk{&ZQ(eQJCf%T$oLAEXFxN#)+Aeq;uG z!@N?GUs5VNTh5eXp~ED+yPT?f)%bOsc%ngU1)&1i^a3BfIUO^9U`P)OjxA2he9(NDCo@g_@=$Y8uD5+p;m5l%-+Rh8dc$szv~y@d=b=`z-_boY}t zmn(cr#gRb8i#gUpckST43*!^SNV9s+W`(zsE$No7-7s-&3KQavpA&Rm{f;L?xzQYB zV^6qi)y>Acyvrltq-6LPk36-=+NW-)g-C-ufN)YK@5@L%TiN)*-)r%X=XK27uFc%k zv#p!$1Qu+=aB$>~c3Xy|7D9%Y)I@;d?=S!e5sf4Uz8+H4sh*vA-N=>VN;t_g|8p-z z>j?wajodXm%Uxq85~AQkCHgm9#q}M*#GHQYzM?tKhsIMyE9xW}^5nfAp4zn}D|J(b zohV+<`SC20c3-6_$g&-*5s%R+8Uo{|Et*U_-Em6R^`s#2j)GORIoN2(5x`gpj2>Cr zuBzM4-^$&|@K|_;Xln;~M`HA)ME@RHXj`koGEPU`I^=OaL8c8swTHo#B7h;|gTf6C zChL(r6;#4ON54*jBK$fhePc?{$gNB<=|b1QQ=+h=!^J8Bz_JOxAv=wJ!a&;X$fjQ2 zK-D)2@=H2rJ<+El2AP*ldDKhomE-r{43%(E*Q^=hTkG-10&vDZzQL1d?ZbQnUAM zacO%Su{j>IG=*ykiHGrs4~JJ>o|e6O_f=tn0+l_GAqx|mVYDV9R_l^K8f!HRA>bc? zqtZ={sa3sL_yyXeUf>swvSvZ4Z6sr1Urpg`-hh^y(#%Hib9(iM_ch4-J#39C5^g#p40m>GSuj8vnb%o-*9p_k0qaGnnW7#@8noy7EgC;RTAQB>u zvNbQWLUa^nf2M_iNgSLaJSkb5ekELxENVRRDZ$%fP)a3~IyvirqYCLYj4_CZKNN&`OoSacrlD5)3N`vUbb|EqBAywonu^OP{c}<5!8~_XsAvkIucYNX>5X z{nC&X+Gr`BOo8FEg1mJ_Nsf5v^8!DEl8x~Gre4+aKvdKZ?w8UXPs~$r6%`*4NZkQY zL~X0c$Vns&NiOPlkDs(4rtfM+jkO*t0M3@=+&e8K99*R`ozQBC>jRIh6Gs5tcIRg& zCkqh*zf_tQ6bRF($*dR8b_ztU$_0-+q=Fw^E8Ol;nc8_ov#|aFO#a~b9N3JLc02TU z9_OWq>MdcXb#V3-#IRRGJ)=9Lj&rFmDuMS~%FvgRA`Kb2Zjp5XTNvlh!j~VIE$-~& zQqK+Klz!q>26ZiR8rpxt!6HWV(Fi)Uv?We_Z@rG3glS?@2fE*<&%^oF;KY9b@(PYK z{uLk?IO~;b_3si@|0|KP1JK|e9-pIW^;TruLVfkDxvI$Liy=9hJ9iRXfc=GvAC zHD56+WvZ#1lM-12o6`7BnD=)qolfTiW9R=BMHo~x4VVBhj+ebEK zz|n`^UZO3nti$%`c7>S?)-P}wX@L96au@bwI8{@PLrSYoiV)MOe2trR75a#u&^VAull!k!PRsC_hYW%^`VNpH;A4g ze)RE<5()Y}wn&1ysd27xcJS=%;H+5lY9kI%l*kJ<@)Ik}485wj_*7N0+e^ znyMs7((7id?(6CF*YPM~#Q(zaqV~2Vc<@}}s23zrsm+v|w_~(JxHfVsjE{y6T@sZq ztUXINP$@Uga273crCALd|eA++6lho_}*K$AEhlVU8drwf--ES?psIMwL+q`Z213SORGuS+s zJknqy9zt?rU|Wgao2bbCe&Q327dw5el>vw1F~F~*gEedB{kxc zq;l9^fk`}nJ2t-XO=zbm|2<>%m{9X%HdVXxzzpLhHbRx3cU&=8A67krjT)Ybu=<~u z530T@Tb;D8{br)i9hM0M@b0_|6pFBvTUl|oA<6E`)vZfR{F&u&|x)=41_L9qR z@H4zzfUpW=@`7Rbf;1P#nb9L=g7zQ!%3l%Qu;W|v8b#O&d!sFk3(wJFg}nry`rl|* z9r79uc0?I}mWhyKo`Xs{NBR;dBiRSVBwpoUV>u)A&f6(!{{tu_EfKVZFZL`Epp31L zb=IHAIkaO2n`0{U=Q*y8^S%J`LWMnY%yrcH*;zfN^zouiarRynGWGV`V@;!WCrh7p zCb#)O!RyMyySE4)!@$HjxGkMy?VD^$T^mKS@naOmH>eTj;0m zGPxI!yAOzn59QYgO6%*8jpR*U@|7R~udcb6tc|Z4zjKYlEHOUIlK6QALZuW#tM&By zGORGle;O0-fS>ze$2nHempAOZRy*!|1__wE(O;9)-5x`-@&zA8=lIm6BvAvi98ae> zmkT0wv^@pO;%qU65A8gjku`%>#8>LI!_zp>+1uD&gnFi$C^bfyKNv*O=WZZ<9F!{k zIpi01U2*UDJ<2TKhU}jmI4DCl=E`?3 zI1Z$LU@@Wd^xM5Y#;J1l?p`R7mzGf_y~Ox?C`z7ptZ}6l2P{=qaJ=`e-0VOTa?Hxf zhP-H$;fb18|Jol?wZ#MM0~Q8Y|>w~SV;eD}?j z_(Y20X|c39P#J+Le%fdKm2l)3jdQumN7Oz!XBO8E;ZTrIdDOQT9P4P{ImUb|F&f_j z%zIR&uBej!qpme9vyvM9R?}yH{Y?e(y)Kk6hf-&9OG3~k^em~8{8DDo@_9Wa)}Q0=_C@5} z^!;zkX2c@%P?@_VaR~UyGi}&kIjujOVVtwut29tWL#>GDqC9rvvl26m69^b&wa68d zF~;^1KS)mn45+&LAcU^fF$1M= z_<4B@cvtCsfci&OMo<*-oY9F7$T_^<%vhHl61Zh@TlU38`aX%m_Y=OCodoBRp4%b? zA}gE9TAgJx6?-W!@=`{2uH(8iniTMH-fc31F>@D`!$X$T9=5u!hDjd-hMH0(SZid^ zAb$lUlcEyk%Z1;us_KD!3b+t;*JK5EG35diN&x==vea(KrZyM}sP7vyJq8hq%SEEv z^f_1uw^t@UyIdxl@lxCyThq)@eI};bJJY^|4?~$luAW-o@glcewQ2<&~Fvyt7@ z&DoU9RnXpH8&%W^m7da_D4v}im=L8NeG!XfP<-?B>4vXzw;spsG%45eL5lS8@$$2( zckOre8g~=+$WMjlgz279HaBq>sgRGtP<}rXNZf68cB7ji4wm|42}{c;Fw25G*T2Yk zLr=={+l4Il5NRyM9o6~=S}Z2!k{?0+>b=GvbvG~6=x3By8$(I!<7OoXh{G;%9dieZ ztKU_g_!TJ@T8k2VdcAbLj&@`XGu(56T~tmhVS z-BSfQ0f04&C4d$R^Y%T|@tI2}TWTX*0%CM1|8|vFf2qC$s&0U1`OEdPYndjW9E$lM zgLJi4KJ}N~iVt~PevK#4plGj|I0iNGscx{en#v5?R(MSs2oC*rXfXqTz`W|j?ck)I zi-#fPYUNk9oyR4fFL&xaZg73I09UvS^Za7}27Qa>T=^OqcGyu82Gw2@F`|0QTI0&D2eo zE=)SvCtr8XZ9m*qZOO?CbPWydNNeJ43Sgm1H(UQ912Q4rf(|8qv6XfHUU?_1M;PQ` z`p~UZ^2|p~p1bv_%(leFCOI83ML(L{E6m%{@u$QHod6|;C^1T;3v_mLmgl!gVx%pn zT+s>4#}F_3c!wWJKagG8kzR1E z$xhHBbYM&E_DM{GdW>|^W?)rip%cRCSZxt@KZBzx;73JuSwoJ*isZs|-Xp1buNLPQ zHrtsy*be5GtgT-I)Ea~)jsX#f$Q)0cvwUsF$1RJGa-H@>l=C1mnhLTKl4^7+u?^ZNIG2X zoED`TTc48mh=;;KrINdv!x!y|;tEvTy1lg-1d~TCiFaWpz|+)ZE$2N)$s`qe7~ZP4-^|J1X19Xoimu+5OW<1qc$h7VCaM; zV-Kc#oIfp{-f|6TIsV~vx#;Q{^-R$MxxO6ZX~c{jem!_Sck@U)G1GnSo;gTwC0t8b zCfhjr+(N{N+ahE|`BS8v-!V`%;OP6GS})^H%fZKnVLL5LAI6ymtioJTO`j%~R;YEW z&MxRe=x+sDkvgJt2@cHafVn?d+*`khJ-ZXo_o08OtGUR8Ui=|5Q@vKY(5Z z%N9L4A_okSLB}Kz_fGV=3N}&e^i!%owT0|X+y>lbu#m)x)yJMD71o^pu9sE>|4b)K9 zLMX`fmD%d+)JK58#3|XmZ}LHlzul04AJCoHo+-{jex6k?@{PJaSDgc@yxEz+(p8%e z!z1Qj=U|d?wup2HB)Mqp=x57QLIX&yjF~Z2O`$l(N~k4pkS#w_>37g*C&KW}@DzDq zk(dd@;^QMqOe8!W;(Fpg<>iB0-^SEx2Vdkw3U{9-Az-<#!A`f?&*ewj42W$eanAEz z&KemTY5d}xGpK!aBuc=RaU9TM!9!#o2Mzj=p?wu1e*M6kFSWq2nas@gg{1!-{Nc)M(hZ?UuhLdhLtTwKawR@=?UQMxv)ikXwwqrWd0RUY%;e2z>9qJ%1 zVxC4v4r;*FQAFF}dt5Y8cu53l&akZFxglNit@=49I1Y&jmD#Z{S1odTb9=ZqG<^P9 z%L;GuYCV%1zqN_@{`?sUuE+V_r`*SH4O*lhf}zSRC<{?4!GI& zovXS7NA0R<``!KAqRi|+OfjqzBWdWR$uNnF zHi|Xl{C+-zvwjLT&ELg$LTv(H3;YmyUplEoh)vD1S22umJey@g?{^%Wb*qa!zDjA? zX0D|U#Q1%9`(>uC`VjJ0G*4{%MC#d?}5=4vz z5>?YtFM@_vGuBp=K1!9S$-9ZWdwzN!jWEC8$^MiZAxsOoS%KW(eL16286g%fhQIhK ziy9gGA_x!H=3(p)bf{SP>5yy}Tt7#Y=0{%QRQ*5h8g2OJp#%YfzHay+(_YGke+S7| zf2!VRI}{0Q;Lb1Zq4 z0^wajFib}eCipE2PA`>Nmfy|t(L1~%`Wyd_c3;~+ypx=&NrQLk#~wf*gz zxYKTX`%xxT>FJWhMSz?Y92vXymHXc^x;4B_F#{qfd9^!d?Ty9{g#TGb=2ui`eK`M% zU%^mnYBcJJ1PYeZuy0JA{S9Fpv2xgIjBEbYlEZ^+{>AIUS($oo-A4{l?sZ-v$bXCW z*+vSS%P^BGU`R0_>O7-=>8tqG*EF_78S<|ASSzW_ko?_%O#S8K7=idxc}VQO<8wuV_0_i*4#Xm* zH;VX*hb+Sl@(J48s%Y^=SyrO+W1XphDca6#Nh)A1e+}e(vB$E-0YHv*~&P-z^}=Ek?yfyohHs%I$p8H zFUiV;1xNClzid-8Z)O_#B^Ag7*4lls$%nu?5_;~ZHeTpo2%Nh!Q0rq2d?lp_9Eyhv zKC4XAZ>b&R7dBSHmFLG0p!+J58=}5`-zdVMbiC3{elEPn=%WC@%lC(Wm5u0^LahwG zI;Xu~6AzH#bJ}aHP9|`w^z3sXIBnJQ_I&E9io_icCy9d&NX$ojS?L)m#r-Tyg1LT~ zWfHjz{nIZCS8s%e3-t}cEURr&PO~ztS=F0^xl`6b?^V}>JMSw9<`f9uyU++JkVrZQ z#>+{(|8#8_Is1KHkiF2tw}0%R$oaMlKFsG(zi0sPFpUoh_X#dyc|YjBjQLq8AQ!+N z`7RE)j{d)39{a@vOqA*uGwT5cA<)M zU2(X589i1qDpU}!_psg8PVZL%L^sp6nBC+kGJIc>8S#x;+q<3D7_tTVld)bu&%}k+ zIVLl!%xi?hZ~~u#F6F8MG*vji&5U<}W14H9{fjkiNn{#@#$@1f^wo=V}I^yuapF*J?YJygGYI+yEBLm8?V$bpcY9W` zlJ&ON;M?ky$kURS{Y%S%%{V*;SrOuN&R>%$2mp{YGteibceQSRV*^V(;t zz^xejX&rbYTwcaTC4{)t9_iR98eVGf?+Z2#%zwpSMcg2FIR6)_d$E{~?7Il{uVeH- z`Hyb2t2=*PaK)e0wd!8mHgEZz=*jcR=SL$lz*P`soz)AUmCfMm5ku@uwDaF;&wKzI zJ2Cf13@yjy-a0-cwmlJ;kWK9?J&MXA!AJ=w1qyz<3fiB?b8**22=P zlK)+IZn*h9x9JGIdf;*VQjvOVU4pM9!`^)J2(fZF6|w_IE7|jz5E{&0A0t_pA?mYB z<{sFo6}Fmy35=N~bKs$PO$wG<&iFH;mWs`Dxdw$tO(C!C--BQzjzP;pZDlN^n$*{C zj9L-6uVAEX8r`GJ`Y0wJc7*i}nLW?Ea`RrSg6lXF(RQP0?g!-%rX8H8$ikj)3eTNt zvcJ>$KO9e~t&ta5%Fgtsv(tZ4i|^ZkDq80;Fb@WVMCVYuzZd-GX>TI z`8gzcgjN%P`w@Mcoi-b((pZ*}^FM&4iucGAvE#{;*Z>kqrD^xd6`CB=uVF3X3&nt1 z!*k@*zt>Zg0qo~z6R>E;s-f{_6~Xav9{kg*Prc_cuq#2ggQ~CD3qJeWl&EKP$gw+X z&#$2K@8?y~?yC`zJGQ4IXtF7koDb?2b3wksb`1Wii=9a=PvEc5BbZJM^m~2=oBg8# z(3=RYw&Iz!%8$lFq}*9^sWzBKj`R1=^bEu?8!=VCkT$`xyPrNvN_tOb|G1MWNbK*c{@_@G37zPHOtdyT z=UnTA^8@M3hh;dla4a4ALBwf+lX*N3aZ8$LE|Y2$b8 zkmDbIe?2uXdwaul_DrL@?;h4|Ay6YO!0m%lJ9$n1Hra(9w1OorN_uJdBJgoYWk(h@y8@ z69?{WyTYD3v(*y0jHbqI9gufcPOK9{D`~fS$;%Lqp<_K`XA10kIx)v9yr~`CnW%*6 zZRI4=!pbqTBv&Kh;sOq=O=fLxYzTk#lcGC5QEV!y^J3bp8G`CmFqD_LI#~v*>zgC_ zTN(b`P(}598z`#EQ#*{od7Blee({^_wS7krek7HjYrCGAjn3zmEs6hu|A{&#`u^KL zkZJq+%s7nq8pQ0&?x;6NVgh1o>ZDIxXT&QXbpP)80qpzKX4}g~G>FZBNcVv_LH%j? zXQ;1)tyH;A#o(F2Hq_A}F3r#3&scftMoi?mbYE~U;ZS6Z<`VU*qy|A_ou0znZ<(mH z&jY4c`Qb49ktI~}J^c|m%TNlQt~>WulB0txxj(ypaD|WHs&j9a554sNLU_({l28hW#u7!NK}?z6}vbv>pt8~p;TLxBD$1?KI|LmSd%2G z^K~5Z=Werd2EmX#@sZ7YK9I!^vX^%C_WXYUMf$lclXz>pG^j`oc)9j*F0jaWqNhA<{%s>2 zkm#9j>fy~@Ykx7C!xePY!?31ESdIwy6I3T&4rYBtLg6?^;l35=Bn5I92{H!KIslN* z6XktfsO)?8g-wm*OoITAIQ_5wnN)6RFL%mH#{N?e&xbnMl9%_QrE9YBb;#XQ2~xr_ zv5K3M!3CS4*VOZb%Pg9b0MM0(5gq>77|;8Q-h2eM1mnU7={MX$0sDb>YoS`|tYusF zM&rH!QWWPb*gt^EWr_qk6{a&y@PXK`0BP6~ybQ$~Mo3mVI6Dd9_AGq*T%@5aS;EV> z=^Z$|A5iB+q8|PL)s>Ob0VB8W#NInEy9(Y^k`o@)S5<0y*-bV69{&inU0I0}HS%ue zn3DHijE=%suDWU9=(|KmPp(A_@MP#cJk|EHo~k*js_<0A{TMo-?Nj>wnhw5TuLC;| zVUAN@QIp%{fY2ybsgX?IZIlZ8*I59+cb4X9&x-BobH3OB{+WgU`1Qj)t~jQ290f)s z+vf9reWsGPd+K-)TdOP?%wdzl$t`e`0^~eINJFnVe`u0Jl2G$b7i7u`Qm>u?Hn!@! zRlbq(p!y07Bqmt_tBn9lg}30X#qZTPSsT4kZr9&nJ{tKoNnUm^e}0-PrL9A)!Xe?@ zs))aWLkLW>!`!(E>btS_D#w~gzW4YF>{ZkH$Un)&m1T9_li9q@!o=`TC3Bd#CgbCs z;Os9yK!s(9GBkd^V2w`gokAsOE+-1{?;<|HK`BX~*icaO5ZQXJI{rJm9Kj41;CFbT zLqZ7U$N16pO7n@!kKcOzGk#VL{CxKMH^76FduatM6^NT0WL5jrvtcUXAxo883n_<@#1h_aV zI`?jFhiF$nv{wp6(+1a{f6ZpdbfC9M7&?nZ*4(M~z=O+5#%pjVx4YrdIMH_7C4pEd zT^4qUv~yKtw(c`k&N!pd`LOh2Rza>t5=vf;bEqWO3bxG`sd*Vf*1Hm%86BGZ*YisF z@6u+=CVdf1!Qlmabk@r->zdbWzQ;x1n|r>0Qjy7-uEs^4Jgt;eGP23lgu70%wR}iq z68Z*`n(A*mCodCbCw}z%GbV0RVZvOy+l&bW7>;7b` zO3%2jour7JMMK3A`?J?`+I|wIswwd%(S!Z;rL{xWwfCU=#!BD>8Sp$;vK5`W6Lj#e zu2YF5YtF%^{2$&O9&0x8fekTjBhM9_nadlEEj0NRzGay&8jX`evhZf_=~{nT$Q*em z8_u`3*Q5vU#L4z|)_fL`n4b0Y7J0Nav-wYS{f`k9g&S((xb`*d9LtG)FKOfuQ-Y?U%7rBe`aFnU{`uGKP z*XGOAz~bkSj;4%_tmtmR{&mNf-%@+}McQ*;pA?%)`a~(#8L~j+iLh5|hWb$YiVWzz zVCNTuP~~L!j@|>SzgKflQhFDixWgaKGj{FFe)C4r{ve;Mhh3bNU^K9-6sgQ%tLOGY zA^ZnE>NwBTeuUJqkH>KYIk~MBbEbJJ3u!n@xwGA&Av%5BQNmv|j?_{ab$-be9XXhe zluR`G6POu7M6l0i%ZCR+4H)L zy?^nFfiqJUzI;D@gCviiuXW`s$xPul$uFoNb2`1)zvy5;<6_S&y2cXHCsKmTNbd?z zGU4pl)(G(%UBkAijq4vseqh2%PZwKR6eCr1k#FXF4oYpPCHpqg<{nlr6<(Q7UcLsA z>MHbO_WuCLxvxdf4zKK{#Rz^@Ja}JUTMU=opHb2vjs#{})B{pH&(e zvy`~R^KYl$E>`NT7#alFezP-IoB3|04xc<_0$x$_UBBYQ6v`#&)qh~HCPzP-{RdF> zBvilkJoz-W%ll%Zx%m?ptIE||FfaNv8VU6wcQ|q<$1E&zW^;N{qkzyk)?8h6{HMAr zcnc%tjdx}(R#oM7@Js?nBmDi_amu)k-jR{aoFEFm!%csWB)#JeJWd&zu+&FXi?#)2 zY?ozrc*j4D?}fXyOQqC=a_Oaw%E#+gRAb+-kK)wsKw{jItK%8ZM*|4lPOKZ_1{?Uh zS;CkMdTxJO0@sa8<-=8ldOTPs1>9aW ziZFltFjOv}nr*cpv)U+-{^F*xGSlE;{%X*m!rW zdsN6kC(weuQ)KGVLi_V^8hP-T*!!|C@r6OolIvZ3!5^W`Wj6|d|1=XS?Q44E0jPWC zs>aapwaEy+mr3Lf2)X)W?SF+^9V%}NTZ}_IU%S`3{vl@~Ahm7v>+F>v_vc?_R0s#t z_-ggRTNi5F20B5cbu`}N>)axCn@r0bT#F>|E#voo)0J9 zCw3rH8mB!p#|}O05ayPn29R{cGEM{D@2QGT5+RC0zHG3GGB&}T#~iDDb_ZY(Mpm4Y zaF>+mQWyQN2n6kZ-(T<`QMHhw=cH$E8D(HWlLTWPfB+x`q$Lk40o~{Q>72?!Xkof0 z^E^_rFMaBXq5M$0m}9x^blBz`^t{tTdmQWUqq^Fbu%V(JKMWt(RYd`R&E#*<8o~qOFL4LQ6H4Bu(aj%He3M&$3 zuo`yJ^kdX6>M2vAuFhnHMMCLQ}=0m=!h4Ie1kYVUc7zuZlkrM z_GJYapHOH5|A|#5H!T}ts_krbjJ|^1={_lzJCT$QBV~Cx>*`ilSQP4T-m@biooWCY z1jt7D6KpcWBk8&sYHq2|#aY@^r38ru48)WOqZuvoE%9Ji!0li2P)_{W@@z+VGaCj*2*A&esTZwE!v_Q zzCKLcB~pp(`-i?Bl37xwNIV2fgxO@1T}B~mCyKmq9|(#-V&=eJ;^ouu>j zjJdcYu>ffhMhCwD%`6ZalL&44Y)q$1L*>9bRa$2LR=-AUqqDyA;~3@@yR|)!B_KfN zzLe6;%OpBUcIUf_@!@zotB!)oB`UG;VS1ESnnYkN`X(W^#G!`fPXNHB&Q$nwpi&=xZ5um za|(P0oPF(}(${Zr$3=)hj*(YyB7Dw?|0c+rxXzM4hcc`#<2$!`fI_&oQ?WV*bEt(| zWd0p3?hg8+=Rg%R1}g4MZ{QdRY$-&u{h_c~ae|fh0=XxR(7XaNQ6}-)FYnI|=_?nA z7mDIkk&yYS;4!PQM#)f9fEnpZ(69OQq2@8&Eb9Ld_Eu4C_HDOsC{8IZ!71*=HF(kD z?xkpP_u_>D4T0cLv=n#u;=!f31h?Yu@~k}XT6^qo?XkbL4sw!_gWUHR`RBUlHRo?m zvRefy&|lX7j-V==FkqM5{oF#SK>2t8iZ-~0H zP$OrXZ!*ICAP&3hzW)V9Tf4*I$*EGV*)gH%KydlKz|b$pa0Cyqd=^PqN>|_CBNmrK zlBWnFAlAoP=fQyJ1?uISm$GoVRM*|W@5B^vY4VeV&oekjT{^*^8edqNpsVs+!F(A| z+DJh-lrBdjS2H)DFW9+Bm}OTg09G)ti^eK3GjL)AmwZBb_wrTF@aOl+ZaW|L({`6O zY(+8W_{6&q$qH)I>F39<(g-7Y{&o-p^g%ahF;P`M5Ireg=8)Z4n__^)$L9w3ZdD}X z(a$SvcYOy6)vsO}vNnT2h8r4gFSUDl6Hhe)Kl6ofRzu!hBktD&mfE=lS3^tHwi3cS zT_oI9a9W`cMjx8UEsFXY&thY3a~~}Wv8(X_UBtT)$tld7Kihk4NbSd5oV#~?;QFRZ z)Z%r(;r27U*#$(*p+2nOKY@>7_4zC>dgTJrkT5DL#w{oh%3T2jo>(7jWka;yq3Ja;WH1WlpX!}jI>}4 zwwnsZYJP70i%9k7u2-YO|4@e6umbEdgR$96I~j+nwBzKbKdD0P8f%V^YB)b?Nh7&6 zQSpRoatvKXzr%Z=AEuiYU_G;#b^%iF(se$N@ECF5DVU`D06EtI7tA@k1H~8=*K{3k zmcbq;tRd@QY+U=zl8ia6#z?Kc;XRUU^p0`n8Cvz*x13Ld73{&NcF^rH#@TLU$@WB- zjjyj-wP^t;CO#tkJ$(tPZo06!>`NQo3g(%Kx~Xy}B*8}Sv&$j;Hv`l~C1v);$uvA> zn19)1?hhCCh%J_r&Hb(`Ju9#IKBTA5yD4$Dp(^ft8k9HLdwTFG(`$O|<(L2)Eogn^ zi(VwDY;v5)zHqLiHCujKxQ^jW;h+0LGQfOZ!7{R1Q_kqSc*T!>QX4ws53#!t<2@SO z*NC48PJIrtK)$R=@w2c3ok^t>eI+dh3`SlFc@b zL3Uki^-3QD6RSPb|AyGjnZs$Jh#}QN?_xtiO)%l^a9*-%$H0s|pm%-Da65$lhf)(; zGcC5;#8j&jm;npJT>3x+h=`^}Qsd4=BZy?w?tAD(!wx~#lTP{iJ#4|X{5SsqioL24 zeY+N|m?Fpr?C3qlozadiyfmL7d*(+b z(nZ|kL9u=LevyhG`>AQ3VKc)S`c?)~2lf?jWvp{0L+sjcg6beQSpn*|Di3YqUZtUN zUlhwuAoCR!x~#@{-tiPO1iKhDU6w_v64z`N$bIb&x{}5DEsn<)mhwsj6{V3(?ZmXyI&DjUVSz zRR^bTY1ZB!R;!$!Y82$VFKR;vfO|EEW9*5e>EiVj9{88}vEH4-#7zXvT_P`?ntFs3 zAJ|_3UWas4`%-mHICn-UP-~Jf$}Q!7@|d{4Iqv?cq@o$=J3zC73gJU|JpKU$G>AdA zwN2>S)O9#okBhJF3=iy_u$c{ds^RHxKWLBYErGviq0rEIx_#@M6J2Yao$`?+%gPpTT=Gwcz)@}UOxq1&CfzyDJ?$oao)KV8)^{J9T6&}-Cq zrl;~^cF7n`WBRDmwC}X|rfo#Fn-M55I|d{Lc6=6IzHtS~3JIaM=qN*#7}D46&P%=r z{y75~st3$4ZXs+d+nCH+!F3}1OiFCatK8oaUuPEGYnKUfw^;n1;yUxnXdD`#lX)7l z#MI_&9>*C&DF)$`rQqzOWzxv~^k3}|W^A4JrkV9i zqc{r<%LUe+v%v$Qu5EI%_iwzL-6E`BAnha8*D@uK`lB9*5BV#7&Rl~E9V=HcZ9Yo7 zIBxo;%hI~xKXHjC5h#^P{T61c{Ix@9J{+IPZX_@#qz@OKgGIRrN}M=6|Kyq(5Uj1D z^N&R9aP_{W=~EL$GP(X$;lTJqmY|67RXDhE&O-QsP+wa!PTNk)*pZD5dg+CdwX?Q3OJ98>SEa35uvBK7}c-h{n=LiFeMNE$7K@$03rka1z9P5`tQIC|KIn`qBj&Hnj$$`aRso~Ot+gZ z1a>dkL7e0SWG`~`H6YwQvwG+NHcvmfla59%QV5zD)@iqbA2o@G_WHNct#+LOM3Fmo z39@U--vk6%z5>{Sy|!u*Ty$0bkw932`)s=l@27Dt-`}^A&;HBN-hHM1p<@9_zX^Bj z+uGuO#>lw-dcd0OqurfdKp4jDx{w#;6t~YvEB*QfF-D9Q^PI|;w{2>n~Ced;qBvtD{^mZl?{^7g^$=cGM&xysp|9!KVk1!Y82}TBY7bHAS-mc;70Po z6LPfJIt{}|@0*wi0bR}Oo?9JQ$9&YKY=oCM7@*x>5$h>J&-?4^5j1m&3%`~r(X0{A za9uQ6Jjq~`2=oM`WA#fdfj&1b^mED4;NGkJW4_S7ia06Xr&6zuz9stD42EuDlnp7e zB4qciQAHn|bXtVzO5MK9{g?rIybOb%Uzf=&iEpIt>}7TAGcA*)AXYr6O{l0m%_K0s zsr0=RAWztegg!b`eI*Ig;D|HBEA*A(#1D$QGSFT~SqKp#SM_kHpn8;cuMDm&rx@kP zbz7=1Tq|9w&BZ6yfh!}}AmWJF?ymPpZE?@jK+fe*u_hyxeR7i9 z$Q}SXr2P6N-*uqVKVV-_ZgHy#B4SALj+@IhUzqY7esx`F2d$)GPewr;!P=b}ukHb=PByJl9No~&|huG%st)q93fZOV55G-Ft@A?NPnb@fwdmYCv- z_EzBauu5q3+qgl*)69v-Ll9a)3mWHe5ocVIe}-bdAraa~s5E-c;dRC5?zOaE8Q(v6 z%e@)^HOIFs-UbEzelC0Ogb~gmO^K}W-Pe-hkAAkWfF<;jT8EmOFYdD6Yjs4c1f~?Q zoTTlSVTkfIVXdzN(--7Cw zSvj$zrDp_uIb)Q_r5`up>(%1o1IlypL*#hsXl4E6K-2AkG&Kcb_NxM%{xJR@U6c>= z{1nMg!_01wu>$y))pZrD?PTIJ^y`cUyaBmBneyB<^*WFGKw%#OYf8h#q4^ zdI1dqxix?M_)NlXFFQy)?rXuG_|xtbd${a5%U-Z{FXvs=#Z%d5&V$&gRzVT0vZ1Y_ zJtGq}bqA6~S-dxv4o*A2*vgUvqAnw0f?10XuYOkcw1(4@F~k}a0p7_P-j)deZX#66 z(_}~$J_NrL?~DnvI%#AX@qKF;kGE>C+FTwHJy29BsqE>%cojcJyYZ^FCdeB)Ao}uV>a2=5ZQ0UpF?P#+*5|W7hiy9emSudqZ_OCUc2N z&t$rR^o5%q#f$Q4{YtVItaGA-9n<@1XeAyAJ!dexsM23YjZqW)Gz`DM5k3+1-k;9P zC3`)HZ)zBWuBEGdBd#WTEdFc!sQFeZH0veq4IByi%59;4_&0aVrG$k65v+E(zxi&xSAIG=}k*4=( z@AcNg*T^)~8^!dcxrzxGQ!vIh9JlG&jZOQLB+Pv# z7{9rgJS0wTmK)o-He`OF6H^2>->>+1z}y!>sOyPfETqSR^PLsiY*hK!&M4kwy1Kn- zBfa<~(LQ9nVny2Ptz|@qIc$7)c$cw0mVC;PkDD=i2w-(Bj%xpjjuBMt?w+gl`9~n^ zHS8uvVj5X4#YE&j{_;RHNVvE`XaNcg<4Xl(wMCJEZYHLmvJ^{C!I zHyzkr7(}s@WWtmQY>VrSb5>KxRa$-@*=@@Z`}=j9A3adajA}LK7~AWr#0Yl4{IQmU zA##Kr8{2k)oM3oEn$IxyNcl7(Qb9Yxw@9jq#NOOt$i`dTjLDqzfb>4&y?s5KKm|NV z|KwB8*;+e&yt)PJ@Gj?zr-a^-rR(5cA;wnCGrK&yA42@oUyZ%}EtB?i=C=j5jQPEP z12i)I@kd^nWgF2Z$5L-0@OvYr+hWZ#TS47k(J6&zhu5UGEy0YQ3^;+j+fDPWslq67 z_>Hm>RmG?)OoukoR=xOM@wn-ls`TP-WAVmDg4d1R%D{GC+{f_}3OUBf307>vlDgRB zu6wKa9R=Vx-_XExl~I7YH*tolw5Gf}nGVu^Hs8Qp`3P$0M}eZR#X&dfgngSVp1;FO_;YjS1Q>#?Ixegsq*L^gI24SA<`1mLsO4hlPPm?}C1`0~1 zx^B2{B`BCkb;e~W#o4%m1!O-*D2JxU^QVzflB?GcrY>^G=h3kN;PAwy1UU?88?hfX z;t1zl&~Z3r=B3g$L%s(%u}fmcpwg6|jC%T#pWytEaL0dOpt_UqSh<~5a z0ui{W+K{F^=qc#U#a8p%e$-APZtx@1Nyn9x)hH$;#^@@`<_UQ1tY*h0^z&uX;o*as2R-nQ?KUuf4F^~()mlyMw z%Z4y;x}3$-R&&q9`CbAE<=xe8WI!pmcrfN>tncYa@=J;^(Y;CN-HU%$uT$ar2Z9kk z=fDa`M@LPFBvyrsEnbVFnZQC<-C5Az0h;K6LnD2?8`rLRKDJ*xU}DTuu=X4*C6zNK zwMoz@uvLkpAb;>pb;|ybF!k(CsljkU=hF~{BHvFeL#%= zUn2y3e?Dv0taoV{)=NngleO?n9b@oR={q_PPy{uAzD%B<;fc?ngomiV7 zM%f!E?K;#V`HQ(Vg7;Q4s$&cM#{_Zdy^@(LdJqW z#@Ekk@A^@we0mmujFrAO7Y;!!fq{F$#J-=0*9)DM3(*u#;`U7C{OcP*q6c%*D(PV| zM*&!Y`pu}dINs}AVpbU~V)U|Rj;zGFh)$49a6Az6P zIV^6(oGwhG+yV-dQHf32*IC4`208<_HB{wKE!2~W2SG17)5#|5nHkAs=**$h#2_E# zi-A|Ft`R|J-+=?59ChVaJnAK!F$lh)dv{JKWX&iMsN&vCd&#bP4J}vlky75I>KB$YR&All{Cz zBl_}$;KXPn`4-?0CFZo=J-@MK6)F2^v*WJoJur$snK}I-M9o#*oYfs^8$9*u^)?<+ zCXIi$PyoK$#@0obHK2NHckf>3r>EkGC4o=jpuRI2GEN$?%!LgYhS!vFLTrG&C9b}X zRO-dQ(CR-tnjn5L_>s1H@UZLp$xgRWvPFuNL(O{&ng7xC#SN?Mq6VFF`N>U>VSGwn zh!7^((`NZvQmQWH7eW1>tkNR;(8$xfsn-d50?ZCV+6(?URdW@!#3&^+w2Yx3N?n(l z@~?_r^vx7udoJ@du{gJrB34;{m}YrUk^h|DOUQoIu- zh5#)o@iR$y9$U=#`cWiEAMnk!Ob|U~1J7~OBzNXa0<3Y^^9f{My-R1yqo?Kbh}i~N z`_4;H&!Ncu)V5_3Djta~lGv)+*D468xoEO1Kg-_OcoqZDT)lSw2XHm2w`j}oCBLe| z60uyDI~IFs=j=qVN^0iM%P3^f+|`FAMSI#tf7A9JUnCIAl=JfX2<`Rc^fV3V2@J0) zMi(Cly`jcN9DXiOC?wmS_r_$`xnxB*)=HG+nsqy{&2nEv9pa(p0Dq6XEY89TaVk&k z`WZ!-L}sA<>Nfr{AzRQ{h|fikS$2b(#wPK57oN$t6q$(->F(;6qqhVwU)>|!j>UC5wiADnf$E; z{<`Igp#dy$SjS7>*wu{>3Akdg6(1n}{hcRFj!+RSyIxzV0J3cGNd5H>!1?o?HvKYZ zcl;4$1k!8o?)~toc=i*o!Lb`n*Q3%rS4GcpiwE1h;bPsE)^)ryB;P?Plm|r8bz0H zWoU}T575Qtg`lk8h!A0od}SrdMFeRvnE#3X}?W45br!bc99QXs2et*M} z1yCDvTx=K;#D^#9Nrgqaw{mYw@)LP2QwBh|bKk=QF})SxIUG4&1s4x4SgyWZ1@IhS z%0^+b;@^L0$+#ud3y^-ogL?XoQT=v*hz`H)GVh&j(*|Eu8T-)BkXQK?fB&qT&V3r6 z7e{ur)!Bet>rZDe8v|$t(jRJ!xdCzpIr^KNX#Jr%JG#z=vm`(gRK-;(P(N#%9fK$B zd5C(Iay}!Z4wP5$+qIOp_*>wNJX26(s1`xHh9Bee<7Cvcx-n-Dx-O zV<~=c@qzq3(VOp+ScF*abH_;q2}rCQ{XW^h&eWA*%`E{_rC&M3ATyGE3f@~Mw@)1o z`ufe9wj9voH`S%iG=07_k%|cCyiFSrTq=ddSN+&kCFTDQz;lZ3gSMqgs5wMHewgK6 z$+^L)_STXf$?spIaRW(=#6$=ZnaE%%LJvtdkQdBpOFUJXwIkA;jr(EejWb2%ZF%5o zUzA19)?bgh?soSN;M@Jtv+BYxx6%?`WlZ$UQbboDn|)FOa1HZv6uxEtSMu2t>=zq+ zjB&)Z`XOpCs+4XJ&~xFDxDdEDUU%By_b$WO*n80#W29*HOLj~E_U+;Rq2_D$ER8`% zsAULlW+I|K@cvq&Gc8YbGIE7zu^EdBhhoj8s)fenK@7fhViwLBF{9|jL4xs?+3n&? z%JO+rVGo>mY!)n^LO%+|Nol&+Q^}r~{QVRjm#(Zc{-aFB%(o8^1P56?;{+ENmd=CVM(@hMLa(%+ z-Sq6U2P4iA4zmAu45Oeg*Q|%QmcAzZiz;UmOO?d7g+1-vS9jK3terLxBZSH(-1 zT?-nlqY1y9`0|H3w3x|=@^NjQs>ZzCX%xL7y4N%)JVMLE>0@4d6~LclfX$_qXv5=aAnZ`*1pknKwdY~ zHGb}jTgu1yGr>%Y`~(3*nb0n(fZ4H;HamK6zL+xCeahe4R++P69j}vg!PkDOQzg!r z6Ek|lr6JA8p>uUTW$}NJnDYks&lFGZbVROek{O2r4vbS)MS{*muF>)z$(`PkrDpDl zwcsNI=(GFU0j_qjR4kIpTFb2PHe<6|>|PDh^Ra;@)Y+>?T-uyThKlH9qXZ`^tZ;?Yvda z#E~?DB0*mdzH0OrVisW4zlb(LH9?-(=(iodkjaxJLAs+lY#CHv(SKKyXq(D}`RN%RSL!~K30Sc^j=P2DbSxuA;y?A)z!d?mU))`9 zDTpG?l=d>h4sKri-rTpOhb{xjI1t2+*edW8zjt|oyq?m;iuN?XhyPJkgmYo==wdiH zdP2CQ&IOT*Sb_9u8jtyLXP-Tla>s}EAZjVBe22xn&vvVOgoX_jr7B>?jl`1;CW4Y?x-`-VE+~>2@$;y%q$`F5U z{O}qJko|i9bgoP`&<{lC2MtpsfIo`hMZE2x(QC@ZHCntgJiUn z>v082NN)9N3OHR>z?;}HFr+thqN;&T-e`hwm4?CP5?P5^j>RKHz0l)&3%=QlSMAIu z{nrDgh6_BtI-W~eh+5J0No59QX5ZgTnA}|D)?7rnV#V`)V+OzEBk=Ww#y&E}5dZ*p zQ7*&fgfR0{HXBpV(CgM_YI~eC%0~2cA-Db2WRs|0ZqxuucYmwf>g*?v%$WDym=fds`v!hoF%=2CfIX&K{_kGjVSh**I~N#H@Z{lXX(70@*3sS9 z0%eSS?gpyWesMbq^t|qB{sGjhvp2WhEn%|6FAZn#O7V>ub1CCm^y?mKaRT_AKbZFW!n3H96X@YWkxaE0Kq`XlJK zCCC}+p1XZJTj_~gQqluu5*~Y0HV1cf3TZXbjd8O0K0;3jz3_>%X9qep$n9IPk|+bwyo?6fhBT|u;5ks zW#x%@93>GTa%gBbeTV3hjp`UB7O1z4vH9i-9;i;E9aF`P|2Xr^p?>qs*nC54sk5uyVPp zHBu-B4#HYk6iu&-r^MhWrQt&uFNWuF|2X^kxaWvh$;kHIO(~px~ZX#+;zN>%FGV};rnxd8o zbb}+RgFIy$`~LxO5R(D?k@^L6zHKMMJPh^TCD}dgt7pLZzAT5FNEA)|>S+F9As?N> zo{sbU>s?V30y;jaIy+#xw%qpJ^{0CuJ6m=-!ksx0ld`&EE@8I0oL0w2GhDmb*uU+7 z7p)~oTUu4qea&28U;PTK*NQ$ydSCxmFX%LGY`@=JkepRYm^e{+LKg{ zv=r}k{=td~#J5bm=0EWi{hpUB;&;sygL~~(w1z^H)&%kz?0Wj!(%2LW9DWpZdP9#t zwEpj~w-3kwk{`$|Q4Z>oAxV0gKY9`MdQeu?gada_V>;SIvoQvcsp7Q60zT2R6f|i* zI3;i2e0DbI3)!Y6gL`CdL5fG1tojgx->4Wk}|@1 zDD-Km`5Jry=C&d1Ht$%s8Fgh@?-j0#N}L}NMWLvh-I z6%nh|Ce{$KpkoKPU`Q_8IwX5`Q)oMf@-7V;euH?v`r}}-FtJ`YKdf8B>c=zlFMew_ z`A3!-C>Vt^r>{~HS|(s9GE*S@Si|x(qMK2IPhE~EJ4)#JU*S-!`2mvHmy5V3U)_v~ zK!l;EE7<@2$FT^+ASZK|a}EEmpMCZJ6Da-P-pkK)iGoqs#YgqxZou7gdPPducH@9Q z%xYw_N_X|TVXwjzUc~Ez1PWL#brgFEwHN;+J<@jwk?i9^LMbBuOtc(ZrxucxB zL?%HCg(No}5h0`Ha!~UB7TleKNN*$sL^86lAkm(Pfy28ay)*F`V|T{MjZ4FkXJPY+LI zIJg((C(4x4;)=-o+J*^CpAwcM)f?HUx^mjNMFVE4O*pJ!Q%WM^;$@0AbBtn$L?Sycvwv=@2{t8~Vpr~^=<|Ysk_?d-+bmP~5 zt4;rXBP4=ev#*js9Dm_|O~i^h1W%4$b?2FoUMl~QcH=22!&VL8!tpIY!ayH=JuXs2 zS{bfd5jjG4&6yB@q-pfCJV^TkLFc$KtQar*F9O&qlR0}wyR zuDoG2?TD(D7IO;=$WBUBrR#2TV|dE-pN2?{U>Ofeq5p*T9QupshSe{J(0LsYqKG_g7?)I$X@Fe&@+bgN3ASeaRj}2Mq zH=`pFF-zESKR67EZ@T)8Qq}DUNeM8yA0s_xe138kSbf7%W?v0$yI<-id4zYw_Ka58J_@r3$aR2v)aFlv{Q>a61fI+Pt&Y>vdCfrEgoA0un@Z zr;d6W5+_{)K3m$PrOjp*Gp6miA&`ZT)x{GlJ40#=Bx{}3z9vaCQMb64h7Z=3J7P*a zxJ-iVR`C+yO)4{|tPpwZC;SG!(CG&4R`{40r*Z{jxzGp9G`d0{J7Jvk(2K6?nz1A2 z9ups=c{gG19UIN6Wwu&CpsJi7tu>b5#`vn=lbr~Qg4WNY_C>9I)$55x%|R)otZ%BF zD-RhZTf~sH9`cMnw25lP5FGATl)CrKkYz_K#rRCm{rS#y2j)I=p|1@U@SK_t^Uu?o zYTpy~ph>@4TJUG?KD@}SfDqGOL=%ELjNqPd49wMl82C0;Ks5JfjsGbZ`}lKfMz63u zztpL5+PP8_DS;(hZo(ZcxWH<;8${w}#2V*LS8QI{JV50!v2P^$6vaOu3wd4pPF%#5 zEjnd&V^<9aPI76EP9qEZO!y&BRE@TkJ0dZrz-30<4Z&mt@OMWz)r5F%v;>z`R zBs+wOKcnwWr3wG#R&Bw+9TG-PTzmQl(4pdoFW+@A1x_-3x)P_jyl-=7Q&L`DYDvY7 zu)N?}t2%`Fhffu+^n>*F-Cwk7PrWsKzT^hNEiZ40q7&^*4Dxvx2UC&VR>Atv#A(R= z9`$D37ZLl6@`uqWWJ)IWn&spJ`q*d`+eTyHO~1(u<*G4m-3AKu`RqwOn3@UBQ5h?{q!1HiSgd3_vFF6r8CS z_}w0F)zpY3g3Ls47c|V%YYE4uzDKJs%=q93YUWrqG(mHM0Hm{vKwDKRSC#(kS@M?} zgrK*ToHn1&003mL_aKTDWnvi8{tWrTn(epa$<}Sq)?Kq+(f?Peo)a?&C&=uY#X-Yi5 zM0xJ@oOsGFYdnV&ZW&nihcb4|+{R*qxpWt#&Pu1DF9CXv5#RZzh{4sp$gz2DFjV?` z@Rxr8BEO(g)-25c8uhsfV`KIfC43p_ZZghnX)=k`B!Y4hZ}Mj1T}sI1cXnO9Pr}X)!g!eV#3~2BL1awvLqshhYUuc zORIC@kH4%m1YwvAIWH|0K#6{da92t4!G)?b|_CEezv>fM& zo6lZhSKFPfB0-DXq0JUrE!U?9;Q4OVyTm&J^Oo z#AmWRXr%(f;tpHOXC0`W5JP(4VyB>hO{p;yHxdE4*GWNm`Tmn1 z(QCOcY*5P`Ne~aKdGRe1Q1ioEGlEqX>be_BlfACKdDyJf6^G*g+bjRCrI84rDQ7IG z94U~17`bAtFlrRH**%AJX?1%De$?xZ9_SS*nK}0>vwc7uo12OZu)Bql?k&3f5`U5m zdqmhdM)tp5{?4Aw$e0>!%7nHTzpC7T8FoHm4OhnXXjCm!I=|n+Y<6DX!y=_A3?@J5 zk81*<$KD_`b0;NzY06FVKr!j#E|y2}dr zayga9=tp8-UEovLhphaUg^bn8B`1Nry&0d+tS$G0-5~6s;0?7rUSkSOiY6m1k-jlm1g8JYyH@xXMb(-Im-<+?6C{-@l6weD=BT__AS<=V&Kn9PKj(;J;Otz6akRJ04YG9fAMc@D zv{6SecfP}yK(<9JGQ(ax9JD{CZa%lG171q*m1Z5v(@VX3^r&n_;Y~5N3xuPNKii$U zwD{&K;6$I{JfI71d*KX)?UE%?q2iJf;NoAIDt@@Je;l;E*>n^0qH^P6+f{h;2me-yA)mq&Pk-W^Jli?{w1S#DI>e;lkz!!HPbX%@AXH05}rfBR^@=F(!j@> zvdqntJa@6RyENlQ(r2QqRp+%I^sWAZcCG3;QJbI0T#H88|3sZ$m!TcuVf78ay50i5 zBoz|lr{`H4>L)KK92yL%J@rplpk>mmn*0OMK|9*ErI*}W&26&u?6HaaJTQ!T;y>%% zlAxG2K}aM#1OQ)ZD-y59MU7U9jXUS(cJ>XizAE}BMKg+XOQ3x>S=^-*n{{ca#$;t(~#?L8#MQ%h|v1O z`M*=8Oyjo3mfik!?rgeI*P5FpHRhV23C=Gz9-6zGrE<$pjzRDjchaTqG#1)y;jRbG zlAlx-Gnl5P^xm*d;bHLJTxJ=qamVckIwlf+HCM5d+ZP>z;i=RNq|fhrCA~rzkh1*% z9@k@{0x#pqW7~s<<1=a3pJtpXJrX=1odpKpMl+@ZoTb|7qK$J(4)3-nCkF|*FVQqy zHJ%n8Xf~fdqqL^r(t_Rh*`RB8rwNpLLUC~RmgvlpH^K4+z@bXkfpX#q^X=JZyI1&eADT||s(D}Ok6#4Bc!N`wXSIH^Y@lWqYo>@W!yl)Nmj|$w z$Oj^j=Lkb z8nfMfXQcWVxeJ}61&Wd*^d>6FhpU)ltkyJ!ONu?@D*7suV76=)Jzf>RA<(@;C={OE zK6zA)%bz3%Na+?q?&OF4d;sfY8|tA%0hBn#r6~f=L_MaeFidRyG=jgmAj3Bk#?hJ@ zIr{D)%W0O(R1s>uJSPmrl;;atOv>Ah&}d?C+7d2icJk+lrE$yqK%SXdQiHIntk4#Z zo~wu5s68!uFMY8{Opqnfsioo&Ct2=r1@&`CHFXv{vaTJ$$-Jfc3D+<>qs$iBL$yHZ zG>=$g2*qS3L}bj|Y;4zFZHj<|CF}x?51|Y5+{fhs_ZSvk)OopEvnFFl=}kho%kHj* zB(v=AQD>fFepR9RzN+KD>zt%V^{xx2cXqrOV7?Zp!lH;*`4R6;b|^y>xMz{~8ldYG z3qcc&X(Ei89+Bh{#YwuvQs>=pE#`LX=SV3fN)o3222~sVBUhoZ-o0prSR?0)JM=fa z!iBV}C_FtgzkD~kZhW^F0X|NmehR;vk6+n)A#@?w6M59KmAoEv_yPO};69y_8scj>5AbJew(x|G5(fHNC4vN{WSBnz zGdFv?@?mE(s2Dm>YQkZ#K)H?_FRrks%kr~j`{cw&22`W?uP7S!--w|oHW=W6Trzjzn>XFwBRt4OT7H#MGR{^pi%M_Y=wvWxd^}JmHZos`4}`Ew%WPl8 zj`D;E>sCHd<&!LdKuaDTUuloqc${cM`db!f{f}+T1ALwW{B;seu;qSZS)!T_(Pz5` zcnLJ7)cj({2dtZCdX-M?=ev1Mh)W5NdBX-Gj0zN(rYASOioDO`B6X7^8Cqx)aDv?f zB`1jg%)N{1qUJhl29#WK`AS~*&CPm$dO;4W{L8kI-QAKELgC6QuKsaSS2+_Am27JW zP6@8C1_vF;ZCp8h=U!$W~O5vfff+s z*!)(bQMQ^0vyD8%@~2Thx;#vZxxv`(l^`#mba;3e5+y{5*Jn$%3%$)r|HeEOHT-AN zSx@hMom@Jvl`f4+M(EaCA-@Ekf2%BB8jOCz1Cvte>RO9UFX zBwL!`y)+6ja)n+Lk7d(eRo;VDp?JR-njQL_pa#+dqd%spU;dt7@>Z&G_i5wu(X&t+ zAy4W$I0+7E5I00wQD(JYUzceCz+brl!kZOM4k=3w!8di0y?W^Y^Bw{ zhuea8H0kxmEBJ|1JP`4Nt%hHeu}8YeP09t|sJ>NA6_WBS8>DIQq-eRq@z7lDoOhaZ zd1@2>!jV2$lbl{f>jvWUbXCliC6mg;F+7+5HVZy`tw}dP&e9EV4ScDulo$F`8~*e9 zsU!@!-H)>_TL;lBr(0ENrI_;i(@Qcvsvb<&W404(9{TR~)mBcCtE!HOf+7G}1D^JMt$Vt2_X@SjIG=NVV z%!b~LSm0TrDAA(0%~RcveE`mk#83C)=!9-p?$W5PZD`dUwE*gf&GUDT2ZFNe_f6NqPZ|alCf)+U1_aX7@i_Z46>cmhbs-*TWN0on{CXZFyQw%F z;_>X$wTZclvSdz4lFxTo#owz-h8DEG>I+Js??$PT>pN4AFA8-x{^c@P8xoF&V%^QR z+xp`2*AA(ZU)k3)J96oetIy`f{sXLIh`k*y9X;`Mmkj^2sefAL$HGr-_MMl?6}^wP zm^~7)IM#oF+C6*86Bvob8b?TRQaUT#2%*c*{CuS2*)$<48rOvHzVJv>NEYweY9{uQ z|JhyCuLCe1&YfAqji(yiTj%mDy(Q$kDF^cC6CR1EmDt)&Lue*SyfU-oE zlwSIZK(XlUlpff$8r1`0SdVMZP&M+km*L~f?x!T3(RkguhJ0_-r05K%iDLfZFbWPx zcYQRj2)~&I-!=lW))H1 zv+=4swc4pGy5vaebeq0_kS|>$`qO61>h`C#lZOR-?EP2Ljq>&IFHG-wXl{(nk`8?K z*7h~c7#ZVJ>BrF%GndbvoYiw%yd2;(F%q7{Br<#lGDDE{VDGE4W9BYNGi;85kdSWt zG(f#c#mOlrt~qiXXsb1G=uXI9j$^TxNy(9L(Ra zx23!0R>w7>Gz)5h%&sdN(v0>nzqVu3RlDS|AN6sR1anEDdz7(`gv^r-fQ!ycT_>D( z{qN>PDj$Lz%)1z2JDh;5=7x`zlaw4^wXFY3;Bvz9l!@-HO(X(+Zc;!R$`mizlzqb4 zD&XApT~aV3--xq^I!W0|RunPN;s9mv z!V@&Ms(|C?7}tO`rr;>dqQyMnQ=rAiEfjF&2k2t`i)7c&eo>4w8MR` zR!y%DC!uF$Z(|qd6*2~$5m=3@&i&4(u&q@%Z%a-!PMfEn4ev&u&Asa&2{2eJt;vJf zBs8^WAIgdFkd9nj1@NqrZgGEAozgY<#!ZEg|LG+t|G&@v);AGn&vd> z#)x&?%+$lxk{563>L^w7PfUI90YL|#F6;Ofb4L(HREbSw?@GRs@5=)zXo)O{A@RnL zqNc>3P)4H0895(gB-V2Y(SIo-z_YjGBpT1QZ}QEye-6HtKOBg6UqIEiBp$rdc(@e~pDyQo@qUde zl*Pjy3_&{qly7Fvl9-s1I;hrxe<+dzvTnI*%ifGS4x+sX86w{eDm?a(k&j41Cj1E9 zgY>fgnPre@dPnh`<6|q2F~=Q_p_Jc&B($3$%Kr(|QQ+!Mqg6(GV3(|W`Q&Acm7 zz=!A8ll5cxHQNs`eAk$@==Z%BcyAymWS@EI_iEG={HGGe(J#wz>+pr?P@2a;Usv;a z^-`Id--#vB5|@s=t=*wAZCQWbwZ2(TxMjz$A@$?BSZF*Z)3k9Rya=h-gl4Ri>U=@Q z2|`Ouy|r44wF`Aw)!a+EmXg^}6hoHsCPFDHaQs+>rNi!EZtzEKHfr~Bbj%&g>^O=Q zVJ|4MZgxX^_ZE3>a;_z9{qweRE?3vW@@3b+?XeuIyM-}WUOh5mIFb5_bPs&1VLP|t z75BIu{b?61D-}V1=QO)N*b!9GI6|F<6EP3-O&H*sa+_;~_f{J6Ny`%AGf54-@~2>3 z1-Kvl%oaL9F()gV;QS!$`I{}s!$DGYV`%NN&eE6@Nk|Qn1|_*7T7ZauVFja3Y9?a_ zoqZk(Wq+TPe>i4>x|_A>h5nL(XezCk3!5_{AgJnXtA!(p7d+J@dfLqLDXqe%OulI8 zBa3nH&Z5BA1qSxzPkqj7(`~i4eVLFm#-PA?b_B)UZo?1^@Wzmq1T@fY5B#uQHI3$P zD+XQlA_s`rjA=ICRvv3jrTqobfbZtvWD~_%Jv#qWJc&`}ec{c{de zQ?`oUC#IFyH-#vR-HExqERES#+F(*qS*nk9B>9+Q#(;_Rb2c$ec18dHa~<@*%rQ*X zU-%C_#1=I2r8qWX0UXzD?UVbjZ>A$D-jgp#lEHH=j;MMsxb;SIk=S}_sv0)|ZquZs zC-u5TI|FV5*Qb7Sz4ZFrc98oRGg)!P1lMMpZpJ604GXdzpcy;$zTPJG%U{s8?eC&T z_iz7fsM7K$S%;K8h!rn)OS?ujFuvwGgBc4$$h*{-pckyrOSR@F{IR7)S!}0qZ9mTM zE?YD{QG(HQWnzy5R|aW|+3xrjxI-^no2bIKv5b8IdzN!>ivVfV4%dD*P6iWa?2e*Q z>dT^cB~i#X{acFHf*-E((aqM}J`ZgPVE^C_eO1twq9up@g9!!aTc?t4uyj&2JY=^M z#9H)66ZV_`yW^`^k^(i>`#gl}VUPl?GmUqs-YQ)suH5@BG0UL+JB`m-?4OyFSLC{N z6+YK3$BHTsms0Eq>o)oL5-?V%Sg+utME4=EG*pAdWXE6h3l~U}csq1cSex=<=Uc*J zl`3R@nL1B27bl*CuKf5(NB_2ocpM@~k5NN%7prRxw3%l5LZy_U&kOhAz9+Jdt)BM~ zZc~KJJz{Uw5@RdRNonmQE}d>Le1Lb zo>IhMf9qg)d1YqjRH!Ng!`dp8E-60ZSq||INkbbX_Ex`na({W%=c+&!b8W;Hp1Ac# z`uE=2gH7MO7-0-s$1%KLP`E-ZK8kEsvmn^a5V{>ec#`i+v9H2%9@wEXyY8zIX<`<@ z85nA=BfFcUxj2I-I)v)4{qRB4o|bwfI-!*ySUv&~j0Vn>0_4?mjTXwmnvSVFpgqv# zO{r=Bocxa#H(@K{?p1$>%!f+?wwauFvL8Ww=i|?;W)@PYGs{W@$}{!WOO$a&KLj9l z(;SY@=!{V=F$DLgBIacAUDAkvNP>X7QiEpH%q>upk-s&6#Z+|V3EM*@j@sn?H2qpg z4EsFMcj@;cUE?@nzN#rCa495XkqI08nS(d;D%U$3L*5@@tr;HAor7)SN2ux(=t1$w zb-b&FaKf_bo1_qug9cQo zKLte!ezDP`@o@*`?~O7W|Ctkf!kSa`CRF_k`t`o43~=?F(;Nm|?XW%tTS*AYuj2g$ z!99Ba?^><|jB2(A8PM(horcnT=OIH}(|8cDA3s-cHO!pf_aTIczt$OsHLrtb)Bh~` zEM{d{z#e7z99+Fr&q>%zdiR#HA&ptV9HM zo`9b;w}qe>57KtWIT8HZd(7rne5mk{!z>>ysv931`8+4;H_#zE7u+Qa{}Ax|tm_5r z_2M%QHgatcXG{xtI`3&E*jq#M5D4D3Dcv4Q=tm;mTP(V_YW4=drb_HmCt?afZXtcN z`Y2miZ-!F>CRz$WoF-{c?iGFrbOmM@!IB?Lm?LSCMZ8EaE;RbTvG-w&iZ@}r1&3U2 zy)SD&t}#zKNqS95r?oP1IR?5XJ|9fcowb|ZL9%ls3HekpiJkZGOkI|xsv)3e-=!YU z4sX>!{^Hgo?2Sz(%*n52g4<&AfbGe5d2@~^-2y(?L#_p%pGWCr3D8rk;`c zq2E#*k&A^&bhQ-IK89MjTDY3BF(Swyoyt|W%+|ZC&vQ%U^Lqb?jZsGfu@i>xM(`>T zkMQG$k7c{0bBVW0xig*THi24vn`M@06y`TpQcHxd8d;#>8(N{HjAz>^)!(^rk9D4V z$~nho9|Xw3%ipR7%xpgkUx9(p_Os@KR^SIIoRSS-EP1TjJd+5rpesSN3;fyzdFr(m z=-Wh$zLr5^zJ9*|?8IO7E$MauCUZ46ucghF(Xmc%9rygi!Tb71N!5>mdxfcVCqvk&_;}fDHq}UVGPy`2WK+EMLx0kZw{J+zVyR&GhNk}Qmqwli#+M6dt`3H6Gx6pO3*a5fVCmlp z`-{PAj6QKoeJ4YxF2|HR!SodL+ps%8)9iqqIs_IhEr=o|UXGvWsiElk5D={=%%fH4 zV;U&e`(lv|+fRWTON2j8oNaGDR#dibH0cW=2BZWTYe#YC$j^#aFU~;fQ??4wAROnE zC88Tf0U#oYLxAxBf)oc8xSO`uo=mMlIPp(oGOpkj3~|c%t5JMRm?5+7SzWq`XJ80F ztTt}+{Vl8;GlxGS{ITkv@WLk2_f!=_3fXP|{)hmxp(OT0kSD+WZIU|gNW8SkZ3FLd z&+x_xRT_alo!_vGVE0xh*E+PhtsT4dFDL+h^nB`J_DQ|dG(2lLgu+RG3rw^H0jlq> zK5xHs|4uTSO~JY_9L-|WJWsGx$t)7il+^gv*%$>m0Vjp_bBuq#iwe%{nxXmxP|(cYKxoP(n> zn{{Wc$miVm_nQHs_aNvaJ+SjeTf>BBE6bkGwKv1~Jz9Bw;<_WNrmgIf1I`~DL&3wb zD^eh$+;j7vz`25d)-QMZ1D<6zssxm?II`O`t<8=H>?DH8?_-7UKo19Fn&BBsd9f$3 zCjb(1{zmP9=9?toiOH|d{kJa#nK800;_XMX7=nN{CDGd%ss^OcI`(A8Q(j5HXyoza zw)W??ed3|6NjL-kh<0&ZrlH69s(sJtf7N{dRhs>ut?a_VLsEON-;ZaplWHi@G3Ui9Nn`6%5=h1{xIO z_={;0k%j6L9c$=$B<1C~>@muozii$@HO;$t?(a?~7-r@6Q+Fw*D9nk2IM7f@03+H! zJFXo21MIR8Z(3+7F67krUWKUjF#BDJJF7G$yMn*?qK*Q_VQ3D(wY@Yr*H~^ zomq_3ORk-%L{fSpYK@B~R%xuF2uzrd3 zT-SO}BCnQO>CC9Msq2@Dhda->x}p3MP9vDYD7EQ7rahH*91P>9H%r=yi!*4drY*{i z&91-{b(ncUjk<@VCG1J@RGRMf(ATq0a9So~23F z3=&yH8}-=2UoPRZ+sr^Fnq^8gmGUNgCWlXv_F{i9H$C7rw^n05hhC)C9$KM@VEZrS z;TNb|Fv}vj30+Oi}|xw~in$dSJBOFV0YzMfV#2Gw-i7-jOAjMuT0t z{@W**q3wvdxpA6=T(^fS9CBU zNQAlti%s3_$UiYmOrF|{=wLOhP<>{;M72&AZm5sxwwwbffXZTo8nDyeQ!`DD_DfN+ zDWc8J^3weU327vUGt#+35!Rkluav3Am`x!x~Fn z3dap`?hE7NCo>&(I$tg=$>;7@G3lk*F$eP30CL7~$G+LStM)Q&`TIs@M)V=PbF5Gn zX~8;GFC~iKF+ZWFeql>hk1o3Y9p*CSTlZs38)CUPNEyO^j@|1eHk)c<+gg%F%Wps0O*X@r3Y2o{dwn`E9q)yI+LOcLGT~kNGCBx_5KI#3l)w*MZQ!a+LACpZG4aHd{&}Kg_G~F`TYWrip??NMd@(e*yQp{|h z8}p8WKgTbr#d|PaKB!&KbKkXUDiR2Chpcee!XOGn~3NR zryWQvD~aD#q7MzzdHeB*#tThQuv0FLnNl@oa%Vn^8lHSZNlMZGB|?SjwO{0y-yZZv z2|vyLf*3qJxVEhg_eefOJN8NSYdntCmZvcM>_zH%2fDa$pv?^QnKw1ULss_ZlWdz>`S=;rD{{VeRSL+DuiIo56=sP{NU1%z)4rO6SlrxS`R zBih|dWMxi`cj>>n>1lvp2Y~BrAO16 zwa3$|H$z)MAbZ0#!?03^)oJ}tk-I`#yA*D2r+=Qf>`2=R!hT!=G>G@qz=|dlHN{MN zVImAJ%_j0>*=z!) z1us(l_hEsTT_(WhEYxXsPGN2oAh6Ve~K$9BYD_`_iOvaJ?vLR`0v1iUt_J8%> z$0Y#wiNF+1J+8P*xeaky`X*t(*Q@&FDX9eKD+o3Do4Y6VDQg3(D@IBCS4|{N`mp4o z?Sy#0Tj9Ohb-+F*|H{SRg7!Ac=Tj~-JfA7h@+B=Q{Z^$=>UE*y3yTYMXKKfWq}Y$p z%dUy7+d4hH92fTc+&%}|7K*+3hwH)%ftREUYt#}vtIyYcVpco9N;?OT0Y{n6wY^W` zGl^2QqV|ybrpT-96J87RrG+%VlPG?sW)r8)dF9(nZRCpai_t*Nq00PK=!wi*| zM~$1jLCd|L$;-V^F1Wch+oE((nP0%TTpWZfoNr{F0FQ8NzyZDP^1g$S?nY?=xjv;u+n?E#TmF%QAp3sXOy~Tb?!2Zp7`gq2rLpU(nH2 z0gZPV;^%PYc<9cy=e4W$~Oal$F?wSv3cif-p7$vs6xyM{FvNQGt(2 z{Leps8U&kI*JbvEd%OzAF1|@04wYUv+4V(&t!6zWf1or&gc~~&<6v7>2tF|E{r;PMASB&dUBnzLjmS z@;So@7e6M`(9q#b2Sd4&Bu(_UkEOk~c%+uWt{RT4_IZodJXt}o@a=8H9?Ea-F*I^( z-sKZrNw5fd2I_~MKmpH(XstH*ryW_8<16tc$o?Po%H(SNW-B!(h-w5cj>C5RhyL`3k@M|53O%YEAmlxZ(KW~cK zL&ZmN7kiMzKo>ZCS6j2`oh-X?!R0Re*jc&}odOhHZ&$g&ME9dJk}dd}XN&z%iJu?n z$k;C*=?_Y^u`}z#6VfwRDWx`jFDu=EKx5_=xCzf5O7>=6v!*dmu*jj3I&K+M;9^Xa zWCVQ748yuCvlk@JTO9rDf%a|!Wx71)1<2CA6z~T6^aOqyE?*fUcy^?M>G2MqS8}Ue z-86wl^1FUe>gW>`8Cyu@aY_!d?NLZT(IfZBASq=M$HATu)xFZ1W;3|T6&L1?)ddyY z595gV=r9sA!}sJ)pHE8-^13c8V%fyi6+J&Py6L=It(Q3@^-aAzRm^vf?w@Bsx+?Jf z#qEL_`OxZjX0q}p+BJG?5pFjP%6-28A&DFZauXA-O6N2;26aBA>8Grw{}fjp#@}`J9=M+GH&odX&Vuzmv=u})!o0a_#iI!Wf@T3B&!qp zD-jUI+fs3SjPvo-of<0|UTCU?Z5R0ptq^|-s;+$QoMmI27;+wtioj-5;Nhr6qIPU1 z&z|jKJ&TRQw#~6G?5m%7u8Bp%ppjA<(yyS>78xt>GVdg4_J-TRdz+XVw|)b-ewfrt z^M;3_J5H&wv8}oN1`+r_U|cW)4n*1uqQT=BNJX4-uHDK^%a}%UJj7gkxd{x4`9s!; zp;D}y%x^A||66;jN=~IVxnQb*W-{4qRAC_nai`p>Y%i!4GA7CVqeV(hz?(FY3E<)k zOqZ@2Fbvc#N@U79;rDw2t_ZSHTlJlokVKlXTy)wLm3Rvgq0y>Z9-fQX zWZn%9{LYk=BwH?H5lGoKtHVZXy1mSibFIubFwYHE0Bng zzHIrL%O>A-2s8(TVta;ORf$^CQQQobII7WGjRl~u{~|=0?*B(d$;_|+X{{&fkJY*d zhBRu8GR~~=liLJ(!sF*6m>E#T{__@^(+rkY{#%oHNM5uODbHq~zursFBxabem%%ix z`*Jywvg`SFNbKm3?|~)QgBqTn7kzNyOAmiRA$>G4bCE9W$wWi~zOM4SjhEJ1&S<2@ zTV!`Yb6e;fKAN4pvxHPhi}_Nbn6WNc8OP|A5PWJci|7cfEFn!sB`hDHf=#Fbf zCHK1ABGA32o2K7#Nm!Q2kH2@xtLf_QcUJcP%)%lzuzjM;``i>;iAL5a?;auMDB+B|rf{lUikFdgC%cCWxnUg3c1v11PQAfeG)A|4cE)RJkqCyVaS zDJG(BX?9QFb&&y~bdj1dz>xmjP4B-EGdH65Tn=e;(We(f`-nRuC@f@iyaG#URPE83 z91X&rBL;1gw|fb1h|C^h?<@WA!CoM5n5&o65N(4a z!`zI1R|fQ`%JO8rRV=S63NhOfG;n&cKZ68-?*e-;WY9)o?5DRg&lgf!Dl2hebpj0W zWYeXAUF%NxmKOtCsuG22rBd;-MBZqlk&}rkYd>+u)02hGWuR|dBd8P#*_^WmDr5x~ z-Sb6C(cnKprG0f2eSbk8#9FchlYX?9-pBP!Nvqjj3k`6FPPX|A4*3(R9EC$SEgUFjf!IJ zWg@oye5PAS$7*dMhR02LRDI#r%lXMy0{|l1r>(JPjNAxv*IG@?^@S)%lgpqu593WC zLt&nmPRB&`*UtvszodKujC#HfE9j~6fBAYrlE%Y8yG%T^Fp2Q_;RP@B@YrrtNB;RP zAT$dqcmGxj#=!tYngz1u3bp$M++FH*{Gra|(ZCE|HDki50c{m$C*KxS_7=eBSm7N` zy!I#HiP(smM-b`2kLkfnt=sf3uB`j{s@4$^Ln0q?W=?CQUo5|!q3l0o^0dJ zfqYjtWeTL`+T<94Y)U@KTy%l8Usr|-Oz3PVqsh1FDOi?cfD~whP`U%>Kk9$Xpe&~ze4T&4x zL-&17Qk)@|4*X$Xf@>$|g6A;XAw8M;Z<5#TlDSd9H3RN~12rcMuqW#off+EkPeQen zXBtgo+pT-}e(${fow`?Hpgnc6i1*@JUpQIw#Q84 znNu;Tf|>RldrmXTE$)11_#8*SnD~xax^(gT^A-mQ@u5T<9H#VegF!>x{oWfx!oNSPvjBs@i>gRh#A69(*4-}S59Z6m)-NxNUCv~& z`g)F+Uvck5EJH%+G3tD^)yAF;%Vq>dz<`>nBu znj#=$EF_I8;U9h3=QET8ReZwP+!k%&HCK$AfXMUT9wY+NDW>0TN?$A4oNVOiBg@J- z5(zJEBd^0WwOx1OyrBnPTPU&PSx)`l{v*VcP>$-Ojx4o@PK*YP+{cy6v#eVy)Vy;H z>0iPh%2t-g`iECWK+lv*K_FwK#pEak1+gf)e5C(Ilm9V>F_D5Zvho+y%_Hq9e=56#ocvAa z+zM$Coz$}8we)?Xgd>X>ALN&_V(jT&?Zp^RnNUQ>@s(g*PKj zLTQHt%Uo(6wc>Nz*`5IOp1QV5gGOUjR1cD1rx$w_atZ|{!UtOuG$O>p z0N+4oliO4x#90}H>Vx5v{UTABQ{QlIY=KO+6^o+X0)7$BhvDnvd|B`lKLO!`J^KJf zi><)oql`iG>A%6Xm2wJS%bn~rqtj!Or zsIc#LRT=O6_Q#P*mozLLS>GAOu?PJL_^jKEH7?jpvG=>sFK#eHf5SP}S;gXn{{2e1 z1Rta<&yGFQ>u{)$h)2Ssg$eChAh+tAnlom3bd#eYXs8T^FRLKBa59Fz=Cen1U07Bo z)8$U8E>drUWH1EClb!;Giu$ISmhA}lo)=GX*j>cfeBB@EL%1^q04p>GfX+`UVQ2Bf zUR1Wl#SX`780?wgXL_rQ_b!^%8ws-QiE(-K4?0}Y^dFD!drEg@J)e27KwiKc$~VXh zd6@|fmR~7j1^Z4{PPgbA->E%6beDlXD{xJixZNzUGRN9xC_#gug;DIaTYq3Zin>Wk z-c}nnRp|Egxz}V~KIfGphdzB-enM`nWKmsxx%X(nS)VD?QjY1kT4xAR);qyn0Fo}^ zqZ^E;JcjaQKE)`=ICZJPqwGv zFV_qhcO7Bv_4_W-93jbq-{pLaCvi;;qSy%GF-U@~>AFqDii(OyMI4Wbw^On^RnCj~ zwJq-=Q>$4-u~x7lrM&Yh6Vz-~>|rn8fr%*OTD@5^EiQh*qU)(%eOLE&p5NCKg_JE{ zZV-R7;nZ?Gl^^YFF=%lj;G1YyjlY&D?2)UbL!lg46O7>2oMZIPvWq5C3j`%33xE9W zMgE}CKVyGh9r|7YrU_dj(FZ)HGc<)= zmGf_EK_Ff`qIlUZbU;5dV55W{FxUwM1{(5o-qERAt8P9|nin#wWfLmZUw@L&%GQ(6 z_0?Nl5{Q!;5Gb+lWD~d~``}qP{JWfkXmflSi|T|)QF!8ZSAm0(nPX8sWVD+!ykF~_ zxKyR^en%Z^Rku7ks1>b=G@#+hRlX!e-5?S!p|ZJQ$Oc~S5rG^iiV&CazVhxSl#HG| zN8vOJI*uxX3zQBwVdA7qeFT|3c@J#J`t(r0v5-{TWbwT$hi0-y3xHq8q%op!m z*ec#`$J&wlo2i05*0R3i5xF#Rlr`w<78DN^?(Ky~Xm%E25rM@d3=;UvQ z-S#;uksK+3s*}MUgY%ZQ89bC!HuUDu~ley{I zyiN9H{gK+P(K4mgmf_aUpvuJUcm0_PNBg{FdWYb!xYXf|NFridaIm5xeNs*UmJ)sI zLKYC|pz|#$sc$qvZ#=Sk3(FG);1x^&C$-8i-Q0f6XDs3IJJBN$BtP^P?)JMhQ}M@B zZo<1GsO|(;GW=MC>^Cgrk6wrC3>x35Ea~{@cQe|AHZybQIO!r46S3gM9f#_S_ z)ME%hZ331;yCaQO@ypkM;WNo7!rStk@pZiRqVU46Pmat#@P#!X zs9Cd`Q9|gt&96BywzA|WK?4wyvBo(#v<%k~vv^YTI*rfnH$X*h+Q_GRX@~HjCw)^<>IY zY^X#Fo%hTNWLSL7AK$r+7`l845Dl76vpas)XEF;VUEvzWV$B<2zJa29ow|LWb?@~q-t3Z$Tp&Q% zbf;^@*ZD)~=FvPqEG8Y^t{`a&H*1n1gYYTxP&7)RRyJ>zVEYD{coLO@HvnKZ%iSbDsA9&DF;`0gYd^hT@kgHaf9q3;(GG%!M zdQlaIMpR7mu~9p2Fuf3%K9D?R6=hnKkN&XeU7H|aGoA-yM*&mlo|XMZi}~~sY4DBg z#ABWAbvM3EYV0;jHkmNP8RItYpRK-O5XgY`pBTlt7U!&P%d(_^wkj!c)(Jm{tmT)q zThafp)wnInSjS3+p86PL|KI|+h+kCY^Ko|+D*qdugj~`VadZ8o=4ebLv?^9YrnHH6 zsQ8WCt$N9|VaOUJsP6F~OJD+)>Bl9I&V^|(6AXGLR3H2gox#7enEw|GlkR_RLy8}y z`n>HxfM0WmaVf|$yI`%EJPNYPRqpcH%9`iy>V4JR+7JjUugitQwjGEcISn(XUZ-f> zD#;z@P`KCaUM#FS1@Bi~-QePJ4uNKZg;u)o=<_`uUs8Ij$cXg$&{yPEdNHg>r@X*n zklG5C7NpM!!3usUPm5W1UqpI!^Jv3_BUhT-9xTncX>?2Si5aM-SOP9(D}pmEhXOrG zUA3QRfYG|CXYFcw4 zS$I5Y6+^+njaU3cMeI7Cp!r7SGtVH(Dar{vSkQGbM_+=7M~1n30vSQW-uX_(;kmWo ziMWCCVcN%dQ8#KKRoR*aMf8`4#|VG-x|XGr%Bh1N@g)v(bz+C_%^4J@V6f}!F`FKq z{98xzK8m=pMlvf3Xn1@RZUHLgGfyz5}6hYqViY+p}0b%YZe!&TiQ0&IYL{Ur^ZUla_X#>qy`cwc5U zg{Fm-M`Qm5^fYcCH>N2U7(^&}O>Ia<66-@opQzZ-%G8Y(d6ra~z5?upVV^q+ zxhm=!{Wbrq8vECFrdrV}0Yk;1j(J>pVv7EElU3$L`bLVh-{23~p4d*ZhqnQr?PaRP za0MD@h3N(kH3~XIMzu#0e@P*A-;C);gH%W5Uq2okheY2h90CG9TOEwoj$<{%b%=H6 z#SGFZ{u;)HJJ)VX3Z?Oa6pVZvUq8>ygdjc1t}2?o zy4QOt^zTl5dtA|2&byjSqkKbLItSD%r>6Bza-ISCW@RARNbdp2Q~b2~T-#n5Rej6X2-(e$z_!bhG)+V3N8GtwAUzHBZF0Hkk0AAyTkj&)VOh8F zsmunV<>qqEXn$sxZ5~c;Tsu1kdm5Gqp9mp3A*~oyqTjsRj)`ifwLeWe~+tv zrDVN$$8dw5E^JpXO* zk=h9+wxMK)E%WeQ=+zRNws#9;2qFMzVml|~iO(%Sd7Odhbhn2~2vyoq`EC+|6syFL z2Wl)ozWlE^iM8mx!+BoO)vj@(L=zCS`3Aix{ld+{c%<2%*%oc5XpYsGkz z|19gPIiI}^5%vpPMvB6kZh;rCN$3A+N~!)(ABo$AyXQ&{dYEW8Hyq$j4lnew=+^k0c9wQ_jJ))qmX;ez$*U?F+ay!k#9K8vXM?~R{t&C2(d*1ujT_&?oEGF z5IUf({k+W(N=eEiJx^P6Q)$_U$KRW0m^(xn^{8PkCEm<$2N|d%_2a9IqRu#a`Ld6R zjjc6x5A@I)K{U>uj^@Wg^ZhEqmF9a-xps@(UBCB(vexv*vXeouHqqiezE0 zD+~4bpnu)D(U*uSrjZe65+`btMj;$Z=vvlUK?!C?NfoM-9`$r7 z=)`4-w3_4qaE8A4+$_q}ji05s?Ouo<&-E5zo*vMl> z&-;qpQtOznWM+4woec>`gZcP#N#u(}U3q$_;oUG&7hZdTt1jB}GS`(>JuwcL#11uh zM-?B>Yv__dR4L7gK+jDI=w(X}^YR@of$epA9illyMlg()KiSi1#!>T za8{!-B&(dCi(yghMTJ4~Jzfx*es=PxoN6ZTl(S=}s5do-c1PfKo&CI5kI);{#N&Bv zc{V{AEBY&-C)m@|>~rEkA~EB|CU@810f!By^KNro4toBrmmP)v-kHD?*+Gwe+k1NX zP-1BELM9)no1wR0Eu*+iB~gj79&tC?8O6+55mXY}Ue1}vof766F|<@iv=hMc;Ad;G zC|38nI>{J~EZTBuF|sIrlY1Fgtcq`YJ=6D+^iDJ9v5(|u^v}H+F74v)B?dw7^>RUj zh8_Kp&^0F{wP4Pr3ZXS}BmK;x=b54x_=vsdU!(aPB4nan3Sxc>iae=zSWsDDd+m|g zsF9j&SBYoohMCrMeM&u78fHHf;jfVH$}v%E+8y9h*slHTj)jCu-@Q#5JFE63G3RmpZ$Rm4g>gNtj~4{*my^~pKk(*Jyy$~PdO${edtTyXdbhanF}Y&gf?!n zugIX@yFVPr-1}Fq863a|guiiE7?(TOkfdbZm$w-wZLqnF3FLpF1^!L_nRGpzjlTa=R zU_1X0+z1~@iciCT%4>nLDLLvxToK4m-tq!JRA2Y|b>w@CJ-1>h4bj7xhXA>FevWvS zeNPFP&T9ug!J*UHAGs*>svPLu1bOi-QLyxRQLEB9)UQIz30W(#JDN6c>uSmkrh#=& zRib}ml>R{}{lDIjiZ%xOI>1e)9F);JcX&KFkLdGWwI7_yMJ_9)yC=h2I$DIgYYDC) zOaX!;w_19!iniaHPHhfa{fUJvZ6It}x{zdOHW{*1PLRlK0jv+k1_oHB|mR)oKh z|C1+V!pDAPS#b_G=9ZA~6TL7e^s3Now|Q z`2(uDElJT-0bU6J~wqG%n=5 zeUhg>P4#ydfU_OYDdx{hc3Lv0r_$|+Wf$JYZqf$b&CY4=F8&}?`=)jw)0@YBU}f{m zHz(GmdJJC@lhmwbkNl~g$!UboOy(LJgi=ycDPa;aKu%3b2QDdouMvZ1RC;r&J?>%6 z-ZVr~yI6a|kZ+8w8IIl;hUx>?X>`H2xcymnaY2rBSr$L4A*3w-x~nu=y9p}fZZCJP zSS`v({;5N#u-rPipM)ao(QLt!cC~hH<%Ao*$u5-0^Ui}{>hk(YBPy2BVoJY0#j|Q8 z2l3_nC2T<{G1!OvGQqC|I*LRV&ac1z)(6BwqYvGs#&SPYjrj{2Zj92Ba+cfSiQn@% ziQy&*m!gd|%-Z9s9doH6Mpa4bCc+C~5gxZ0qLP(i$TRMjHu`-m-UmB_Pf1f=j9V{s zWW=ue11XYXt@E~-+Li({mbYoIpPtX$WWcK90MwoP&C<82S93@=_J>RHf zyry_9#<-O*PPNigeVJ?k>oCa25ZEl#AYD7Ch_}QZLzxw9I zuQRxH>&!ac*th>b2BZTe^6Nuu5Hsjc9jnoroGQj1E+-stu@>!VBTEk>$e_mi)R zq(>s}{29=eE;;=RqCop4T!F955*mKeG#&A@w+=|y8J4b69(SMIEtI}>e#Tc;5<|c1 z+)xviyql7wMhB+KEXjb&ZS60}lAzpw<4#4AW4JnCV7pWDslntMH@-6X!(pDE^iwEZ z<6n?+)>ZEVT`nA5rgN_8hxPtV#^c0+Rc_F`t<$XHC-vT&gvYIi;@qI9fFJUg@r40x zomcaJLFQa4A8k$L9j_qhm&tO8qQfr0 z%(@DBTsvSCnUX|~sLxDP5fwK(pf@^+1^%)3C?{$ZMLUxCC_lA3c3jVajB=^N#|>bg zxkWv;;eX-=pY{P!SZ7+%l%#82gB>8ZdiPJL8SsVwuN&5vN7YCAOBIF4|Kp|qyyd^| z|6xa6xde1RKGVyM`a$ll6dmP%mVFHzD76ETBq|^lJvZVAJud(__;bRi!cQTp0VD7K zF_z$KbOw@d0V9-hmZ+lQrHW24$%9n*eSZ}Fm+YPU+{_P8_$uPWtY^G)aeslKfxs%q zmv=hVDmUjuo-`}qcfR9Q^gpK;$M}~R(095liCs1-z}M))#q+y*C4u}`|d zz9m)hkmh18RTRZh6b!Q>bEDGi-qYRp9;yl}^+z!f_EkjuI-<*sN9sLEx5roRa&hM- z%=rtVJOsLhYr|0t{f)wZ7hYnRJD9n;xtN>S|LdWnsm)6a4t7pTHp+iJ6cAul_jWR8 z)mAdKF^9Ubs=1rG{qtPb-o(X1E>NG7&fhaq)uaVK`;VHWD#%B<(oAZF`sq*nPn6#pxLRt8Wn|?j`QE zs}RE5Va-bXUZQF;N9)(0PM^nZ&sBl5!sO}t6s*^^_l7vlCNqPMN_?Lzo{qp7C;IHo zZp{t@yf?Q;_m+m14zVK+d|qz)b$*{_{PxJ%a_$Hn7v;lVEcjKS{a@_8Wl&_#wZALz^=h79?^Yc)5B)hm;Cx3i)zvqMM_ zzg*yIZ#?Yw zjru~JH9FZioO>6mo=(4XObCxfe+anB8WZ>Z1DDOODoC7k$*p&*qR;xb?WOC1ue+f0 z!SN(Ylih~T;|Y$r@Y|dT(EC9e?t;zz>HK5*wC&Q@;T*Go=l4H1(G;TtwUSW3ed=`E zUC8@njKA}0hqEa2B|IscK>u~aEX?n?Uk=Z&?_%ZjWd4=(Bf3TIH|+qcy!S8*Mdb1Q zZXdrsm=G@8me;!a_W5*V^W(bsIblEj!*Qy2O{~hKo)NdR#bQq)R;x~TveO%g)cvSEB z!v7djrl};n%B9|X2&0Uv+|ffsT|GRi?-%5TbfU{#^$}g z|0wYM*25qAVEu!^6Pz{$-n8=Y4Yzt8gaKM)TrUN+c;EYIfUAMu)qiuh*`d`2?~?bWGP%k0f2C zRxjm8)4%TWW5<_O;Q30>dJuA+x7u1&Qwv@SuD8{5?jW`^98wU%Fh!eQpCu z^|gH64m52pH3;>f-N^AN#_S(>*B>-F;{WpBDMptg9KI~!%M9-J*`f~9ltf#5A2bE; z!R{r}tOqnel)`@~c85sf6@uC!7N(#3A8Y^D>HoSX|78%GNB`ZI{>vNwf8h zLd^eUmB;ZPR(b#VT8o#3i}nA$*6Pr+wbyHk1KD+dZ2KkRmYw#wJ1OJ;+^tW~V`@#e zc@$UqY%1qxNxfXN4}C7Y0j#+dK=Ztayig!H^?>4;`6U46+`S!h7;?Tliga(PGRP3_ z(i42%O)euN6G~aY0+ltC7phxXp3jy_b$PizU-bY#Mo$j5gQUA&X)E+QrDt(hPxkxZ z9G$GYoK&?AldK)jHF*EJqWT>5cM14hk)e^5ch-W)#`E6~xMMq;I|PBClN;mv^?duy z_V?3#`w!5=&2;vpL1!m#m+$+*!8A8n)_UI2Ci5iomrX&xcCVW`ucvkH7Bqd8?yWDp zL@e@-ws#Fj8Rg{VIyxg#flqD&$yj@-~1AclzI8UxpCXBHKfmArtbvjL@1EPYf zfUJ4Wc*LBmQ;sGM3R7IuD8j|g_?wW#;n}9fFLoS?sW1=7^a&aEuIKl~D91YbO>BgC zYDLp^C}$M6g^m%*Tm;OhF==9zL~#U3;O7C z55^?8o-GRxa4PdASIcxp7?}4eW<)o&hTFX2F7!y)#D584lSheG_|9s%zB*E1q>FEK zqrdzXc}=PtoTjCk?#R-CFu^m*NVLr0+ieqF6m{s+k6iw#IkXiz_P!3GX}Hw3b)a=# zQm4zXH-(5>v%K51q0}xjqk)rEBPAJSKf2a@NbGz5A0|;Y*g99}kqQ%tHk|d99o|al zLVG8vfZ;y`ktuWDnYuK_lBVz>#@hH&ex~UT!b@=EMmGV7N&dR#sKLW2iyvzbQ zAhz69p=M{7^1R~GL~BR}E%kfx%py+41PUb>WL*uJ)j#uTtfmFtSe(r-^|>rBopDx^ z<7sFrkRsYd5)i}8Ce0vzHGyz3kDsQAK`Yf5;rQw+Z^YuA;0Z&NN^g`{Rv>>vv0#*| zF(qT-1ydesaT8u(OpQ};uJNt8TEUhP!2%?a1c$R?u_Dv9flczqm8pOnH$Q^RmI9uU z1=OQdnWu3pk6Ae07>60dfhS`&a`JT)LtT@eLuc$@7at*KR{GPoaQL^#nkp$MTo~LG z5BXHuk~@+qpHV*tnyghc&=kZviO8 zX{qEILwq-|ycuLu$fq_MmTM{T+$LQ3YD*mBQ&=vu`<<~=h!dv27 z(87(p6|sL(o0nx03kmc{2sEOc;!qFZ`n7=73t>d^GpHGm!f*J8btn|U8oF!yM&xYR znakgu-l$+SfLNj@;km`p;x1^utW`x`F;+}k-VGA*A?gHq+_<3vw>($^Gfqmi&SZ+W z<~J&~jER~yl#ru!^& zNr;E2t1B;^++a@MKS%xh$mT>&J!rxB{YJxL5B}PkZ26&T5UiaCV4iEj{FR@lgkPPY`Xo+b!chJ5$YQ1!y;oBIpLOp*W^0!cQjUYO z`W5OZp!Q(MX!}#2dQT`toq*Bs@{%%??f0KQ$pPO`j3LcDup$O|Y;5cXkK~D6kyisH zA+G5Bq3X~pY{Q^ZBys$_Lt>IxE^K1pKLNZgL!nMvdS9rDOk9)LWPKRi!aXZh|G4Lc zV811=LMEX-s82-kaH_J!0ew{D*gy*E`hF3e zS(=}yquN6}%3RJV8#Tw6MC^8S)ImkzFB+ zYJI4ZwqZ%&2~8VE5qPN0GF@OXB#j(UG#w#FqlfeeSu|x?07BVCv%jdwV-F0{1AJ1o zYsqFw>TqdiLfRAzjtXDTz#Xwnt@qwpaIHe#e}Kha1WH|5<3iHq?I9(kj#7h#OMC z92n%26m7G__xG0>(^h{XfKJE9o*mJp!#|6GwZB>+N)fT)ic;7ig!!((SUo7xQ;Nt7 zGhZ--sN4Q*QUytbsMbWKivDfx1;a1j|K)f~Mmtk>+3R{*!nNFvV*s`nacfIF{z7pL zl7Pq|lmKH0oPP_WaK`Y>wM+^DS|i_-jg$zSf-C*YXpXwW{b&)R(dj}*6-}?~GfM(A z%w|%!2Y4coFRfb)DXhdl#xiYD)79{-g^o`wJGHmpBbB$Wo)oa zNby^8BgD(`p`DXn3}@kShv1=eF$O5z+6!~Kspi++7ap( z6My=koJ2OSJXW7TYDJiv|BVwD!Yg7=`pMFycnJoEWlbgudLCNhK(^hJaR^~LcEw8s zz{TXr34b&CJ6cUK|F}R{`51ntyM;8uFaCQ|0V*6vCxPFSBaZ~ z>TZGlv&|kZ7WQKwhHjnXA5$+jBNY$y5~-YOR%ja4v=Iv%dHESR^epVh1ta={0-gkZ zdvq49zvHRcLE-S*&YWtQsXPIz!D$+{X4}AA5eR_NXS!~QGbX4SpTI`5P~0WX+{&=y z`V07bDRv9orn#uu+#p-Vw8kNdG-|z_Uk86gD3Wn3uQ8CYrPk7wyY<*0S4AL6$%u4z zVIjUv!cZ_l5mFdXjs%JUkh%(6dD=+kVfS0k;EGEQQ`n@BuZ_PNPtR^rz+;5PNSUr6 zmcBmpYKt0P9pDy-HOTMBA+VhGU^aR3Z#EZ&u6I|Y$x;!QjHP+9TiTGHPPytNtWeQa zFeKJGIhOE;#HA+Z@!HLZMYB;(78haiwyTn>`fj#(CaVjwGViA(iPwv%rQ?ftFAm3i z`z4(rUiyhDHhsi)noLY^>_`T+ABpC95v;!uiZLs!&n z`KhQa;FZ_M<+anQaT4IJU&!7 z{)8AveFNGgIv?c~SrYcE4AH=PCS7`Yh(6q0QGW{m2#G+{c6b>z!&v_jXs9YUR%&7i zVq1j+|NaeTY(o{~gpfcPmxdme9!{3y)x)6jj=gv!64whs>4IfsGr$w<88SYi^OZwg z2-37^cQ^#Q0QU_y><<|Z0_vWXgvP4q9uh*Lzg!TBmhEBUp9_$WeG}P3X&6ozqFM=^ zHFR%se!=Fdm_Y+jLy&R#@3)}h5~&WW4}KN%U-AA#9&t$b-Dg}Q5@qr_X~|CMkL^Sr zwH#CKzKG%%`%*lnCzkIV?Kr{28AG<6H??Hsk8hb)Tqo+N&(_pX7@qD#3?cb#jMq?} z=yO_mQ27`wBJ;0fX^1ob@N$bao<>m{luTUHokCccUkr*VQ#cvO#xf37B8{(}Sauw? z5W$KOTTv&|u!azGR}dklXm#YY-$Is%)EE1#2dR*d=Sj^3{7wlYyDixGNC(M3vr4o8oEMgoh@hmG#UwS0O)WwyeEF~}C5BoZ-;&mTf+ z-l9OFPnI=utR>PoIYRulRl0^vnpq8m!VxS%4-I2K>Yd?Qz{OwzD2>D6j9BQXuUl8p zt+r4shua~Rv{+Ij)H#oR4a_r{(~bIS^faDhC6Yc2Bc|Y5F0H1wh(Oozmq+VIRaUWO zwCXHvPFSLU!Qb-F^<}d8Ju}$D2E?yUNis+5e1TD5)$X3rYq^Gb(2-VhnzisN+de~evlj|QF%(2BJg4trMG-5Mk zVm@;kY!i;aorwqaO%>NJ=&RT@kGwGJ6U2#$bzDjxAl3%F+_v(?+phuqj92KDEkxzU z=2jz~&c4IytS;qJmH#EaqfJTqhb4{et6da>vh_};1+5e{W=%|?HVnF-u@8Q#!_5zY zsOG|DrW<*dkwg(mW!dOR`hY)S+NCBh-=s9R;JvA}T*z@+%M!lx9ZYPUR@))Ix%Gut zu;e>h<4|!oE;4khLF!Q`{UP~O1qJolt@vF61Lo?lhX3E5zy3U-wY*Xg7`)_4eMm?t zN7+Y1kO7H_x^d(-W!=Z7B-JJm>R3tGO*pdkj&ca2TiOU%`_r=quP4}EIORlynm<~% zSR8-p)1510OMOy6Ev>>)bnPHKMFvymQ3PTOK|Q-w%SJKq`0_j>^1}pj1f+$a)a;QK zfOqE_aX;1PUxtSiLm(pQe4ljA1MsQQdD4@L23qBjr=P%Xd0ga}sPhf6|BZ*W19#l>zQ$q*^`)w+8;Z{4T zBw5P7djN$}5@L(X>F?6fq6h(B;0*0LRg)E#jX*yDM!`}(p6W_W2lmP4G(19~q-$u+ z&!$x!BPf`4qFot4ZWGld0;3FwA4*|52^Fg0!BT-`i63Q)bPJPM(dkQ~wjC$!)L87*_=-1CF#QCm6 zFm2+Pl5v`g5g9lNI220){P=d8*yN30P2eD|#Oade0kpxY=rC9VIfWCFe>%2V{2Krx z#L_xTwpk?8^jlo%N?t13*hP4u+2dn4tVf?*pq%a9g>g-U?X|sY%^LdI z0oPA#Gj^Og#BuzIHCBgu(9CB=MFOWE zsd(3TA;A&~uxj(g%5dWW-eIIT_2r^13Oyyx)B!Y`jyyUs#cTn;(0kQ+DF@VLl~FHw zAfifXC9Rddb_ibDjb&wFzXN^*GlxU>6c(AkR(!^%s}04fTK-!~uF;Lp9iBW8RHBuN zw@i!h3)ibI3}l~!I046$_O4V#4nM^MN%(HLld6Da0flVV8-# zc0#3@jDpz@S{%97o+4WXdEdTZ$jKPT436Pw=}c{T^{+yQ^<|}XzZq^RNnHSG13KCW zaJXXcmFDt69;Rb|5@mjq>sU*i!rkReFDyxoh_|dsa7*+l#KS6QV4%2=fk;weshaI! z3+ocNu;C#387REukt3(E6fcSUjAzgG-j`Zwe<&oxa1-eA{HW!0+JWsL-nmI5_+@-ZLUhZzH6Jm#j`Y z93D2)LtKM}hk#o#XA+6kXB4IVWD+xtNxu;TMYmBCBnuxUF1$Pc0NI`(g9nd@3cX>2 z-iO42L!ZBZ`RVL-zj+EQ4CUZt8zs?`mzK;7|7vRKp)}mhN_r3>8&0lGA}+eBLPCn6 z*ru)!tE^zt?ij9$D5koIMbn;-LzVk2brdoNMOmuUBaxbc>#jzF;tm>4USLVu{5hx2- zx~{h$J=)zsau>&YXpLSCU_)1r9MRtmHB!$i-{e)S_r)Osy7wU7+YUQ-4bQl1NrqG=-85nNxUzsK*Ae zmMZ9*8w4c#sR|RweAVk4ueRN}@ked-3(xt(S_uo|G2m1`jqjIhtSXoHYwKO9R0&(` zp)tUv%i=^WlFE5)6&cw{x+_a(c*GZj{tS;nf$j)|sQ#_44zjsnkthLN!)AoAhQ)R5>h1Br57wx_WX0RX9< z;?H+3EB8{EkklkP)Fj6KH^tG$^u5f%j%Jt~&xf*PB$AXcsfjtBMXp3s@&v;)cr76! zK^u8qrr%S(hI(u#B5{+;S~7k!t-e#$scLhqE-g;#CFTBuflL@!MEv@P0eh}Duv`;@ zypK4k&XBE4)n;rfA-ZgXNG4r6{4uBg4_d2*KV;D(mf@K8VG0&Eo~7c^%>_-VCj=RG zhR}nlWdl+mk;7ZDJ8zcH>s3$wW-E>=%x0&@Q@8f0rP(?KrfeCehwsbk>G`72)k27J zg=&}g(^gx;{IP-NCJ3}0RMok^N;--hQ@z!_^hk=iSP>h|i;?LD*U<6nI4LzLfM7$$ zqRgEc4fo@aV!-cuJekhk&VEyu4EVg?WWTXC!QA!6P+}a`EGW9SL{de&I&ndItCLBA z$gTeR@a#_4xnZ(?>7)gb^=N+WcjA#;@pGWr{Co0zR7*D5_VifpF=~F$B)6O6rDLO#Zp~V zf7w2o@tynCmhX9c4g_}-sxar^nx<%{6b9Q41bU`<3tH*F#b*^H80MGfb3$AjX?(s5 zi?=WLntj|fcLg=f<0j>;eG(xtD+q5 zT@F~B!fwQPy8^Sd)Q@ay~{lJL18J!mP%xXN7ccC4#l z?6GB{zt^|cR?HeN1A!K>&no#Yj>jJ9E)6nQF0G#2{L+3q&d=|^$H(KN3$u1Se~R}I zbN+y&z2869-V$(QIxcyCT_JcZPp)`(nHX%8c(TemueP}N0a)ANVgvMhDjrim;xz)3 zbx%5)TZCLo@@HV3a(GW^mgObGo0WdtQuPvi5bRV}o)5kLne2Ceit^c|2?Kv=r`xoX z1Umn;?YMaRne=hg9(D`0*{H?QFj@s0lQS|1{$@Qct;ql;yerg*p_qrES(fdw)8c{54s#Lim zQ-SXdOhzm_jL(a({iap}<@&uhV^6;QaYZ}3xqa-Li&x=>-8Itahhqc}YotfG@wa3= zDLAfvEyG}xFH=ayi=$bI})s3!7kF`u&TYZm2b zQLk3i;0HAh%SfNO$9L`@5OZ#ImaJk}VfPdUwU`Y(9eCgJ{vUTYG><@(8vY>6OGyZnMbD9W79nRZVSNb;8aq zCaZxOT&y%e)6z)e(Z8oG(o%tm9lz2<1wY@|KC5ARPl zlEcYA3l2|0NXOX6pWX7f7@O^erVd{$e7lp^b=8E6nSL|&+Y6(xJUU5rPkd8Kwuq9| z(?=YXc5W2l#91d4gB9tf>OD@i!!;MO-PK=`5}dOo_&l`!-2TmrVT1yB^qo95=%vCG zYbY8Hvfn(oZx!8_f-bxS#68gQvaNE?ts0`N*V)N)zaOKk2l^bzzpl4zUWd2M2cYJf z9#J~fOgDRo(e2uB<$q;G_RGvC&&3iwZ55wJgX=+z?jpc01))lzf0j)`chim1?-H)z zlkVQ!I~VZObh{$i!KR=s?u?is z%l0yJli*YKb>m>5N+YiZhsow$-Mn>F7qQZJL2QrnLk}nIx)XaKacZYi(b8FSNOZ{K zQOuXCvp=?-uK`&`qZ-9c9oE${Xi1g!H>bq6+67JI4z!&d?!mW8!i>Ben8LZYABNCR zsA~6vQZFx|pJa}9`i~VOoa*vZ6OuKN!q}i5uUnei+P34!-^pn#^f88auD^WYe#zI> zbxH3q7)!Z`iqO1`iFrvM{&Re-U7wu*B<2$S>SwcbM?}OXz!jdecf1=#cI>$J#m!)Q zbGHsOrKp!qO7|KEj5Kbj?;(VJ50pGdiawW!p~zZU>h~)#5VA`@6Biu()WbcdNUh zb@?f|iQ_Ni#cH;_^yHtM$=P2wfDUpBXwX=9}yYC4A9_U^c zz$FC*e6u^0|INlNJm$RridFyAon7s?TbUqYtSC3XlwTqZxpfU3F*+htI znFh`9NvvU%0-i6YX>`$hp*p-{q?E5JUR61_KM+ zd-|EHQZEzH?_0($>4TahN9~o6x^3meBbIwDJh229`R84 z*~$sAZIvVc>TK@gJFk|M!wlZN7+!6&5)|C2%8z+j*6+8eNDt~`+FvjKrGh#>L5zXO z7k(Z+_E7C(DS2`J9Jc2i9vo5{ZQ|i6hxdUGP<1A)Ud#w4ZHLM8!TGw$M z@Ie?-`j`q9|LU=CVTGj4;bvK}HNyGTl7~8Xe|+g0$s}xY#w}(tK%z`fa|21(c$7cAvev7cE#A9{z{8La+i-QyJ5hQ} z%QmxR!o-I42y<6Ncrlo0b{!_eiO*UX20{P)U%L<6&r@ey6F(6WaI0 z@r%r4u`EA9GFt)8=|!f?{?CbNr0waE5pn08X#pm6t3ZCZ59D-Dpk3#ylK|DNl|2J@ zQC|opBw3ad5UMqkdnxS+c8tr(vm-8g2`*i;2oAEeW3lYo9Qpbjud6o<8xmw+7FM?U zbl?sD_9E8JZ{lNuVbCq%`yn0@rdI05mDD?UaA`3&fq0(~#Wb&VQw|`@Z`OMb zxa->`?pXhUvF`SLWYTEoz7ki+JJezC2Us=Y<;P#6(ByIYJ*s?UU4kEv%Jd*FD!xF7 z3WDeZIrgae!!{lGP4`%jrjU;xF<$OBO&Xj4GXZZ;5XR6NE_Z&8{TEW)tug{F{Uh7{ zx^vzWbmW}Y4$bA-b|5ON-#vQ@^T7C?t}E@7=}_QcLUzEa_1u$XQbiWw#YOQngb>_ZA`i%q7zBNM7wLa^ z@#^Wn`&08K_kE9Kzw_-HD%wlB%<=hrLW90R&tOk%Sr>5?)!RH{`HZisZ8mSl!1wPU z+{NpC02E;AY5$7KNgLbh%4i{yq4pCy|EaQzxcdMr5Dj?j%u7 za5Oa!neQLToD z)e`I;%+kZ(42MN*%3~JCGHCc4zY<64Mt1Zy@N)U$-eKwx8tY)P;}nG%0jnYF0Mge; z6Nng3HZzkv@_IR`kd{Q&g=Z^XSQv{IuNV!as&QvmEdloVVs9z!sR^zjUBRhHDG3f; z?Eb6`<0o?+b7d(BWQBO(z#=|;?(2BgzZTb23PpNV_En$ff1j@?P?EE~GugZtc@3GhfKoHP~>PEf-)>Y3$!R%U0q5#)KF040j5-=7s$p@&l1^e|oC> zPa<|W|3k#i|L3@D6=|{mRUG!eMFL5PtNmNd^?wY^c5!kwV^&o#a<(RCW90((M&;i_ zvUylo*}48>oY2S8#})wntCXx100II6U21b9SbY!qZ9 zBxC|iEHrEqLNZbkLSkZa>MwNUl%J`HiRrmNeP&_h;NT#m;}zs#6Zpc;!S>HZAP^7` zkdct_QBd&ND2OT8{vW?Sx&avQ5Is=UP!N;=NDK%l42X}v05Sjo0tVdMe>(hcF9=8| zXc$;HcmzZwaDfJN03-wy6eKhh3=A|hxU?_$cK|d73?>DuC@hw;5ger>Hd{bkE_MZ zw0|M{KLZx{{|edv0QP_3S^*$KL4Y3~6b3*T@c8mSt34dHo9~!kWd*lJxe43GRZ=y{ z_-r!MtU?|1fYhfJv)_!Q6M7t|o$%Ki_`g-cx@EH%?ymTA-n~2bC*w^^dT%|QGo|w% z66Ou52E`^DPV$g=FBC?WP8M7Ag3~?fW0iawk3ciErT&hYyRld09o&5&%DS%5o!bGd zjnzWA)rLe1vY>(Oq5C(+agOE$jcFgG?b8Rd8D@LCy%xP!4Y%l&0`obn6@S4>6tR)x zUY!k{k-wPGPGy*I`l02EDSdgC-{}Sgxda({Hzs&pv@>U*!6~u+=1?(#9h`c)nB_!Z z4-%MyW&Y`^V4|dBai@oTk}xrb-_RY(BSPkx5|kyg<^7^zAL^s$U246!LAKx$S7f!| zP_QS-^ZS#D{f=rtj7Lvp-U;uI`ZRhv7WwPif?RR@r5GZ(pr8rHi8mVT6}-P4n$mNJ zdP?8g>f{>cM&dq2acwd!Qq#lz!UMdRrvdKLc3rxDaAs^zyi*lIys1LnUGXavea$je&J>j#%@yDpZ{Blm;;md%t!xxcbv%@1Qf}yYU!wFCdpb+8 z9|&}L#9rEVS6qfpmuvcQMQd7B{iH+e3^F$M=l^+WYi6o-VdVA;Gr$zO8V-)MnG?3C zOxqGSL04b5A3uUNv5W_KB%cm&Uqv{(?JK-(9`dGVS1_J)g2y&mZ`#nF%toDmLk_~J z^0u|y<@K@O;r}^vs8l<BTqM>_p6#3I0V*)FLCtuHnwc1mg?e_>vVtMKs9vQ?aYZz`M!d7rTnGV_eGh z`c>=nB98zz;orQE##*~;3wDutmO?mJKRR~a?IpA{)x%X^8P*;5yT@>OLWRS_RR%Y~ z)@{7`trpB(+4TFiHYyIg^e_1qEJecqr(_#nZ>O!@)a_K3W|4_w_pFtJ(zH?lp17kkvtw z(~)*z>MZgpA$$*S_0+>zd(hgV@^7k%SE0*K2p9P={9Bsl);Y)D@dm&d_~qnvvh|)> z5&>K#loABpTaF^6(f=!6!vE}??qRfm3J7cF{L9WPXq{>POvAD7&{N#`5Y7$F@pz+^ z@AfhhcmsR&0eFwX1-@W?gI*Ly=OjTq5q|pW!z`3s#9t0vVOeJyqaQ4M1E{$i;>=c- zIDlwC<2uw_KPJy1uXHQr>;@*8D_JKlGRw$zY#ye3IIkgEP1U`*qoIIUaUoEfJpB%h zx0@E7R59De_D#z^LK{?uvbV~KTd}$kfcstGk1w4gc3XIG0T{pR-&$uzeJ!E*#$BOp zA_)41V5bxzc#qiiiHx?_4RoJ;Z65rP8xvI81HP#0+KLI+bBu@Hy8CWVULD3HwZMf{ zaDD)y62x~HWiF}1L>l8|*7lLxu4JKtCVY#brhFuK($P?l;Ixu{d;1FNj#CXo~W;46FI6t7<5d%XxL6h z-!s13y?(u_4CE9y1nJGMEmGpED57>d$dR@Tu*zQD3R_=i2_G3ZgM}O&)tQ4P%C^Tf z=0Q5moZfK`!A41urlxK?{(RY}r+hKxO^zpN#48H(^#OH#TlUs zyux-7lm^? zomG98jNsjEhUMy6i*EKKsAN`DFuvh6`wZs9B&vqFA-%dZvgr$?-6}d=X6Cdjg_O&5yjMXrz`<$|TsO}ZG6(3J9Wgb&z zXpMEzpy3pOYqE)>Gh?G{AEpQZLO)>p5_QGHZsBBOLN@b@T|t{OqaDR20n}>50Y#8T zDwXS8rHljo-*|H(=h*v9-%^R1`4!4R&0j7(Y;rN)@1X1je--()Yr2rxzXs;6^R9wi zJDWnf4|t?HhP&ifqQvgS?d)5lWXR*LZcUnLq519sg7Ul8WS4Als-RteKuC=Z!3Xw+HJ$KP#b;M#xPi$R4iCDgIv%WRuSYv^TQ zg=Qa(n}xgFB`t6%E9_H8&c5bOwk8IaCkwsV@4a|EroE)iee%d z2QG)D%y5(|qE&xUn$idh^P#aV@DXmh>NAzHSs_^Fp~)cG^ZRTSoaR@U0kj^^08VN< zpmj|~dB0q%)94&sgtVSCseIKkQ{R79i$U`F05A)62!Dk<$f^QQFY*gMtbd;TblQ$= z?xyjBd%i5#Gl`X$#K;WzHNd?wrt{Xno}x(WEV}aR3*^XurTlztBh(P zrMe=7D$XM~Qt+OEb?#1I)R*fO6bRHgy~9lAJmb;cv;1u-|5Wwy<6m;Tj=tOL%w3d! z(b(CLTkUw|`T(G=nZUISc%16IFo&MiQQu%GvdXs$lnzUyev2f!9AJhXEJJ^fWFw3XjOM`0?rxwDDTCYmX856dfY+TZ}5+_!y(i6B-<+`Z5(kjiu~iz{hY73PYf|A1Cn5aRJLWfOv8 zFJBIC%A#|vFhoq#^_!zm6-^VsbR{m3@#gB1jt0xEIjR)%7ZPUq2(7YE=;QVA+}C$S zl}W`7lgaN5E_gQ4Z9XYPUt=#{L5VOEBN01_sb!-SuV3n@283he!tvZ^ku8BW4O_2@ zRUd!^l_@;_?~K8=j0U$+mgQAY)afO_fzTNN@g|3b%KN0^E{Q-q!<8X@aT9yMN~|%LvtA zb>y`_V_s+8mRX648v+Zmtdtl|L4mEwAm|3t5pma@n1_h%3d82#H$3U;bJb2VuW~Ns zzMASS)pG(VRrUvH%{i~mUm$m>GsrFx56e_IG7B)P;8h>u-K2}B^}(bt2rwUj$EsGh zxy=v2&jJH4YbH?@jYLbECJ&Wa`|H*b-w?N8gG&t+0l(&Mw$WGn$RcD@5Q&qfTF=($4Q|D0}P1 z8ZHW7z8tO2TeW#;{@$fLW{CM+Ev|{(c zEreBg89n8tb2puzk!Fuyi9U^Y^% zIcfw!Op{+VT=;A3STKism+U9j&&oKsCxaeDghSLm03pssT%oOYxn)+5H{v|ajo{tp z4}eUgA%IlJpM~dGH^Yy5ZUg&A%sGD4FIRK$luj%>HkYff?j`E zML0ogZ)NbN(QHxut3rQMMu@nH%TM=2h~kHki)51bF$@^`=gCm29mAK5X&p z^Z_5bze{7hbwzvt*t?e0&b-LN{K&pPS*v@$+S-557^NEJ;KnoCO_S2aa~&L8LsiPj z*M9OeDml41S>XF!l(#tnXik^U9=W}q_2_|qU4(Mp5yn{25qETCnqwLNYd13j^)6&* zCDYJ_8?GXkZhd5nc0KO=ndSqqK5;px$?5Sm*t684L-RS~ey>Bmi_oZe-n&;tMj#`3o?Phz#6Y&QC@$UG3+_v)f ztJ6wMAzDtGRgZe4rYORIqe{%!adD-ErGGqZNr@@giRG-6&iW2)K{IpLvCpqoe$&`4 zbDF=DcC42Y)SjST-q8oTeeR%oqw{eiRUXG$;*TD@{;087GPP zXoqg1lss(OM#Yiz$4b; z55SgarLKa<_KNC>^A0;92h*gll4@Ri-8o>V)d z`FC9eivA>c!e?J%1TX4W%r8C6kHN%H^<_ES8`S6S!XRV=@W5Iw2o!0%mX3R`Bi!)K zc27FklyS2ga10@F5M}@x{CU@T8+@-4|JQX6M;MpVw-1s@&d?`~pq0myv~ewU?TJH# zSx(rW)ix(R&&w2+&46TE0PTH#7Z7^e`idLxKU#r|boQwsQT5 zJUpk^mUPhj$iwLdLDBiA^|o$*Zv_}Mo!=%A@;Xk0LkY2Kp=0GkmacI0os>Wlf3mlK zL|XR`Bx6exJg+zozQ6rb#~Xw!Tz}Qr#g!HN77Lx%5&lNBeQbK;vQEpm4AI9o$~MrY zdCU6zqse75w3DE1&i3r!>T0ya+@pb4aUSaTikf3Qoc_HvjzXL60?!Ite1unBH+@x! z>Q+@C!Q`79?TYa6iHP&_EO?6g`h<>-n$AO4XjcHHl9^qhDt^|Fc*zAJK4EAIFV6zE z)UtPV!B1O=z(ZKEIcA|x>h_0i$cpu{LqIx|zn@7TX+C~&$BC&utd*`a%4TRP_l$IGlv>R8NQW@!rvqCS9n6a6t_+GOBs*P z#kcAD&e_&vg)$wqW0rPxN|5-yAhK^aYK6BopLB0HunEpw5o#H%cdzaU)y=G9#-4W~ zUWh$3i9r(f(7yR5 zX@0ti+AeIFv#Hy&{j?pAPclDH#&}Ln>YxgDtngz=>Z}mgy!MG7B&w19fLaIsSMEB^ zef4ggdFB2VXe)e1Vh-k2JI%A({C+3F2c|xP=7@0!Be4J+|m7>vVM^IS~oe$RB9%EMG7N*H6-`~gg$5oM2=8d8fmja9pH+!FYYhwu3?ZT zQSWp*Vp}$u%G$df@PJC|5O@jnWJ3|CH-bpOs>O5;1PEuzZn^ebtx6MfT?14{M@o$x z{n=Lq?vCFCEeB0{u?~j;l|;OU#X@1kK=0gK3Mq!6Vp`J{RbpfONR04GGVl&ck8Za7 z>wK9TGuF=)xOn#8k}26^h7by}j!^uNtFkIcyIsz+r?G8;FdEH`YQG{?_xG=MC>Apg z*E`zobIeLojSw)th3fi)bEMwrmhSP7&u0pfR&ZAdM`RsXSTlADouhV1JO(?&8Ye%q zQ9IXFo2XxlxfeGjg}kUHWf>7sAg>{_5}-_6=9^SCeT`YBGwiOW842tw1Xpw5 zM_oU{Ng9x5kYA*k3n1>LoRMNVq#^nTA?Yiw z5i*4Dp$PQ^`MxtW+*M#QPzUl-J2kU~;6FQOKcPCtDrYIM{xNE_s-V(UqGw`@P17`J zoAYUTyt|b1T4-V>R*|$I$}c}E*sVT|Q<-$;toLW?D1(C-+Q1Vk@S2yE?AVKReTc8= zAAPoc3^+f3Q888gu8myNlx7`|E^1Yi8^aMTrL~vkzg5X1vs?AOiBYh;;(&va1A3G` zF)(!!+HE&?lB87G6)u@l@NWrWZ@LvVt-1(%?~-90$LgVRXocFsBbjJ^M-d&hmKQSd@nHDA>?=Uj8GncJPD z`l{55vC5On*TN%~*)rnxRktwg=R2tl8m`Ja-bbks=9s=w*0MS1h6JQ37EGMz{R#)uj7!S4AWdOeH|k}t#Th_G8@j<3b2>yX(aAHYVx z{`RR^DwaZkmG(pLSGA6L%4TF0<*qpQA%gNxofBKL%>;xw(^4e)DcX>)rDWJHy_GfN zoyo`w7MH~&!lAx7oaNLs6eW$^oD+&}qWA>E{JpdY4xQ_fYl(TP8O-!Ph)iVsR?rR()5_piBDg3WI$m>j}*@{IP@guADreZ^%wTYHpGl&=H}246mgBXfKOZ*K z5_ga}vV(mUeQyK?>1LzqT-s0LQ^kYiU_i~%GwKK@#h3VqfQXUJ%{Z9(+-oMLZ#-fg z9D_J3RWt}YV2@Vy`;H%O!`w}OB#jgXq8}%}S_Z5+?aXF4%~vR~HyaES>|z}4u+=g- zAKoLaR`Hl+EbAe_skQ*DiYP7*c1YYjpH}eBr|*}s1=(p7PTZ4Mo=c;E-avsDwXuli zC&UI#ULIXCMw2u~sED!F(&!lMA9(gr^HTIUoOTu}&7$%bKp?-p?-(|I>5TR)eA)wh7V+mROP<^fvPFV{j+QIxGNAnQx%4H}G{T86NjX+>*@sM2(eGTJ_ zY~2->%sDkFkF0MpVp1{!&!bp7-XkCidXo81fG;}2Ds&fR41jKcS5YChwu)7&{{E)L z9eB%qmbRrzTCk!@DFY7!M;dJro%Cy>tBg4>Tx(hJm(8EY@0?*wySw1HOQw`25wi?O zi}92%z>~NX2ssMXAHV& zTEsxt*h@u$!zK?5JhZQd{>3d{9zd2$|c6afPoEzkZ1Y)b5pJ7+|%>PNbT&b%< z_h^C?2>3FYGL~QG{F+Y>tt6IU7!rPMZ|6roP=!C!dsOjKby>zeDa(|q?!@<}ly5Qb ze#RtH3(aHdQOOvA~EmiQ8UMeCIdZ>g#7+4rbxI8`?MeuBtpQ0eHlP6kgs zuQs#`BamfwMYogFkAWIaqN|>>5^|AS)K-7 z)(a$35{r7JSeYwJD{qaP4cBmANpV+re25e;i@KGa3-~67`36n&U@;@n1h-?hb5x%m z!Oyp>z=RjmW4=9R;Rnz0vNYP9y*f#Lp6BjEt@*or;GYn&+fT43Mh2^HU&BPdoZXE1nJVLzNiK`Yl;~mTVC@qcsG>wUEEbsZ+9}{dFIk~Jg*RZs*hsryWiCprOz5ZByQC~}(R@vX~$2Y}lCa*CQ z!#a%OCd(Ge2!z{x!H}jh4AcLHW%aPCO2&@ z0@u%#%HF3}9Y8GyelM|4mev>(pRulePg&gdPv(z%2lT3Fd(15>y|qvC+v}B}PsC6^ z#ro7P#n9x1p0ib!D7M$2s=rzeyLAVYa~z!F5Ut0#x5fzvS!kX*=hwA4R46d{I1|0K zL>=C>_-2lcKGP5&09@g5W2xMZAhP(ymt3+>lN~+GZ%lMb1PBJtgh!UBT~@RsAnk9p z!Kt4r%TmpO*S{1XJs+Pr=RMY`URmu~C=w35qByt^;4x#B23Uc@75V^qp@Jcbyu(?c zQijQi+QJpwiIG(CeM0Wz7Cz9slMI5ngzWlw>bUjQJ>Vor%s@))2-S51)Oooby8Lp4 zX^k(y)X8M7?ulVUp51YfKxbJk`H^j~WZSI?Q>c{&<+Izn=XsdS79tT~Y1)%CkWGj0 zonUVRR@5l5D=DLIw{TaAO&?JN#x^;QcwD!}@nDJ8Y}rIy__rtzrt;~9Uw;NA%I-_3 zhiAM4HeqRR!o3b2zeUL131RykXo-gn(`0?;7`9kTTAP`cvcD|9VIz*Kh)V0qKb@k_ zkLusXOkG*nzBFN6d6%Jx*NDzfK%iIG)iUcGG;P22VMXVI*yeLkXgOKOXr}q0n|qDj zpPM?Af}hkfRP`SdiFHjw85&^4iQC>8+H5p2dSCBo)8$qk92qXJM2w;mAVbGn2!*K{ zbgfn+S_6uP%a~vzhAbm+Xnw38Y9Ol~{OpI#++OZk9SrV>xSH!XJA8&N_h}fPH&S(H zDGFQ>Sq#vKa!--^)#^%%0a2Tz!|>I=fbW_FSLqGsdNTDwLNhw$1fXh<=1xs}&Dr1<+>CR<2u;7C7;NNZD2fn!J&g|T zcY~rl0;S=QB9ZOI39Cc_5{5Z5BS-@IU?YfDIE^`)zECkCQgV`I{ z-c2q1T~F;7wKVT~xb~sg%6JtH%@h5z^;&lU@z5}jYs+vEXSG_*TdA_%Pof(~$ z9Ai^_mTk}2p(Q(4xuwzOS$(P-b!ka>Js_r- zwWaHI94uBP&%nS5A*0%N;Vi=j(YGjE zEIO+>aP$li6Gt1%rk;T=$+2m}e(>3JUa9(_YNBIMM=`XsAL2yuSo~ z$Vp^4f4}|<;Mm`>h}R4vppva83!AMgw8d%N1y%`AV`Ta*LORE*2d7ybj(D|IMVYd4 zg0hc8qg0xYX?MzTXKSY5XI%H?bx#g8i?qCLQhkHD+%;)$CrMZL3?D7844cy5O1GK~ z;bI_k{Q4*~kPw_^F)l}2t%$?{QF(j)>_;Ny;O20{Vtuc^NnkC?sV9LfvyDVh#P;QV z0#b8?uQi=LL&y%mug(+zRLr%|Dy?~ko<7$*lfwT~5UQr)_C9e~ptUV&qLrGoE;#J5 zTo8NiuFN*Sg;6V8Phfn#J~WEHvil{#G7Cw?$NCF4FERD{tj~ZwCntvRk?+|VYtwVS z2JPDE5DGBG2~}ZvG~;Q-pgFrwon-hz<|!(p`PmPlH0Nb3ROaGChRP}+i-oxlFNuy9n;cu~@Q|ua(A^mNWjoe#5~#K+<%l15leGIZugH979cp_Gxv}p z=q~ND;PvwsOrtapV+k~R_2x(NS91j`pG~lG{GWmxW&Wb~r~r>V2|11mE`H39PmM$O zu^T)6ZB|WgR5~q;7`p%&z}>JhQ$;I{B;aTaU4GlJaWEP|zcpPx;NlXup(MKbzd={N zFH5t?X>_8 zS&NQ28x%0Sxj8{smQo-YbqlAF(iN4aS5|n_x0*2M<~Q4FcW5aEwt78gOB?e}RCGmb zV4uA17ec@)QQ+4SvanA!HL%knLeFVAOj>$okn~3SakoMC*)bs$#SL_Et~{3{zB#li z0#19e`N(jGU}ho1Xz`VIKpKM>7qUz(Ib5k=K1)9@=O;gPR6V{S^9)fu94=0?uJxYH zXRwl7rY-60i0Qft1#E|ZQe%z`X(4r=LGSVlIYBeG;;LKUi?=c|x4-?bl<+I3$+v%! z)$R)<>Z!SE4!kr=3d^#gSkq*$I!TnTRh&9~|2Yv?rh*LcitrrDxN?N1R7wRaBJQzv z7XH(L{1GQ3me$THk==_d^qs$D$ebGzF;O1Ho|;`b*HGfx0Co4uML+(5(A$^7f?EBb z30(IW5vS6 zxmK3S9L1)K0ZWX$T@KQ^Cu%zCtMVWX=O}d1kO5;(@3X;g!-FNt&-M;xD2K8Wjz)4L z+;t2{afVk~n|fbL?b%(;5&QOH7o z)D-0L7ceQNcG#@8MgaTXcGv{R5PKG@c$c?@e0p&5MDZ8Ufj{DWEcQn>(MYB)%v?Yj ze3qPrC_C0X2e82-?XzY1q6b9uWR6l$KFS20trL2JU>H-vsYU3IpxdV7)*VHI(m1}? z*y`>>$J2YI?E`9rH1Tb2U+$DfKJ;WPY*MwV zr4^&(ES?``OPAuwg@r*X;$wUJl(*3ZG!8s6bqXIFCiYE#w+Ce^d-?PjM4L2%9WZ5t zSgiHehVQBE_`AujEBpdGLT7YDusGo4WwoH(@P$kC%NM|AI+KU}#uZUm6noyE=wYG2{c1i1fs4=4D$k&Q z0kSh`{Wfa;m23G?Ooe-xQHJkgvArhu;8F@|H?4zr8n9e=BZ_45!ea@!io7SY!@f}u zq0HFM4}Nlc%acqptrc;fC^M@PY1dWLPpvC{n>HmuDdVe>W{pv_@9RrnKo2_YecGf_ z_sqN3X7b57#CkymU|%LRW@kF( zpXv!Na@4%(nLBV`* zyP}JVe&I~vgSFB!>-NqMWxqGspYfLxH}-95>qCL819HmuwThSZ^|j<9q5Y}C@-ZIc zVCCk9IOasVcHI*nS-p+h<{LzSxx3oX&kO;L(R7hZh}x0xA#HQS7OxUX%W1;wp}vln zokv(=V$E8DU(J1-{kR>)`cr%39? zJd^q>ioOYo^gKTnCCCKmhL|km!-o(B+uR|@IYRl~J~odUApXINIZ}WqnsCYcZkQ?Q zX+Z=*1=1DQ8vsQXU!FdEiyh@z3 zOGYwC2E^{cN?yy&t=E2QSvh@GzTVN!s2iPb_@SY?Rf{c@u9FYvz;HjEjD(?|k!0Sd z=T8+w85Z8|P7D*)-mR2vn^&->?bZvoz0fEj$FpV@0@QiLJajKs#0d6XAPHhFI^e$_ zn*V|8eV;49j2HL>nHC#uS9B?{{lSYCa(}*h)$k2QAWtGDx|m@-W~Ks ze=!o zHdYU9sMKaCX6?-jhld^%2r}g!nv=eluAlBYN!o)U}lW+V^>< zy0}jACMI9~;7y~|gjLVh$=}-ri8BwL47A_&$`Fg#r->|3&Sj=%T1F7Jbn%IkIs(5r z+&t1N9}6jKE?G@o!FxU&Urkm_3V+!0ZT}2A4gCbV#)DpWMPRJj{t zuRo{Rg>pP++N{FU7p1+yL&t|E#p&4jnOA;sBWe3Lz!U%v{PK|m{McIni?-Ye1#D-b zI3Ix+QQep-pDJZW@)E&WK?DbFp3}C)h}R&FI~Yt87u%k4NeJp(1zcCp_Uk~*rmD|O z1l2j^jDJ;`+j;@5XTL@0%Dy68L`_M_YzJ1mYurM8k2N0PZG`IkD<4d0h6U@73O$Zz z^M($7_t_0k>$(#gzcOI8OivBZwW@apvRRmSViyvs{M_1S0VBb$I@a8xm z_}3^c$V)Q(YfTx^rsw%ex?iHuRA9Pp_3tm}&+)DNJM{-85Phsj28>B+cEdzzS%F=D z@SMkWsnhAV@B*k#BZV2Qz>6-f+g($vsU~gJ5w8xlA)l?7ukWu9N`%Yew3(#KL(&lO zO5QIZ^^p5qwS{EGL!>uH)JQEhn^zMmC1u^z&H7dDj#aMp60RqCZ+}|3u?Jne`U_Yn zYR{1TLaJBTrV$DpX2v5Qct=d}`J%|o?UuPY$(;eOdSAQWAL`YFhHySL#%!WY8eb<# zPvLX4y(jJyO5Y(@pl}6s_+M<46|H@5NbIbv6wj)3>}MCUpuutv8>DU~u)aN#RcB`@ z>T@H)$vQof*_uKYyvbudE&W|}XCR~@I6P$7jOCwnd3Q@5uH981Y2MF4bdaE>RluJR z=M2g8pcW|U!AeBK8=|zPZ2Flf9w%*fEzC6_K!8O!J;~j5$l09C2R}vVut>v`d7G;5 zW(NAf!Y#Umwg9tQGgkws8`tE4)+bzX64VHyEi8;!HSxL!o7Nk^T+C`zeF@-oc{^v{ zV#2ds;&bu4$PxLY@zC@byqxrIxD5A*lde}l>r)9mRQdux0D%5TcRZ(wX_?ikOB2Hs zxNqgOk(IlrZM?7*U0Bh^2c)+#w0W*Zdit(_@8dJ0YkEb%K2}dg|5O*_mw}@54Rw5c zN-EeOwIvDX>?37`RsQRa$g#)yVJeHyzVm|oOQjmia&mtgIlF@G`t5q78PaWf0w zN)EpzE{!=iCw4NQP~7A1AWdZOZ;%RRmnCWa$qpwQSuzd0xY|&Lb1a0&Nh&y4=9#oyN9{FEn;)N1Qr{yauj$a7QjizvV}0C{kCwv{#5Gelrs2KW_sOpe_g`Z_XUWj= zz3Jj>M?N=|4 z&Ah}#0Ph)Gy;?NAxSO&z&X@u>TS6kmZDZbHN-Tpq9%DPz)!OFuRx4>TNIj!J_#l!d zXFHB3<=d&xid>!XE_C*lrkB3%trgIjiSu{&weiv} zNnw8hh70WqOiS?ILB>jRlQfZo)s2>H%BM-f`??TxzTsJTYn6k-Hf>QWxAhIani1W5 zO|WG{45TyUUh~tY%}l{(5&5LKnB20wz?X~*sUbJGgZFQ@%jY|}Ub^_Y;wPf>EhsU1o^1og7Bt&jiB~d=Vrf!@ajxLd?!)7>mgyex!4G@opcZx(QX8oJD^_ zmJ-rnB)-k)a08>Dcbt$5t*P%1!sdSgDCySR{-D06@spn0Ux+_vbBHjv{MrvJI7xtI zc6GKBPj+$=ow5|+8Q5ib;IVoQ6J*(sCO|QW2|nLi^-y>&g08O+&Kd$)7V(fK|Dr*a z>vZfZ9?&Yk3hWlX2edL0T7o_!}ov>N&;2K&$^}NzbEYiA8^TOmmuYK`4o|q-47_;PYj^?__&Ot z-Ny(N7^chZoFHUp<$P>{*B5ae;*VWb63=CU983gXf<3T>f^)0qCm2`84&Vp`p_AylC56BEtAW|V z11e7SP{)sQMU|n{PC3A;u4eGP?2l91m$UP=;2FLoph;V&it>rxQ%Lv8W7fV zn88~Hs|)pqG6vJcB`4)7-#E58^$ZP~3u+C>W#eR6^F<;xPr0lDnfix1{sR2>fN?wr z(O33tvpD_u{+0-WN@>&_Q-g9yc>7J|+(vX+7#UGNnZh1u$u!AuNcW3Kvd^^wK!oRi z#yVt-KD1uKP9=}%tD~?cAODf4UW z5%>_{31WLr%dK}Jb#JeMbWR><+D!=6gBhzpHhiy2oL3RLwYup4=>tGgXM>RkfZ#WS z@Fyo1+6cRJ#>73UI2l{!|^rWC9!nI_Mf=c^-sv20LHzu2VNKW#y2d} zjVJ69A4iyrJ|Us}DLZ1a9n-EISXwJZ8mwm2zaL55&rI_QDAIFR8g0j%T-eiX@Q=O3 znD745`kU`<>$8LScOH&|jl+dcR{9o9h%FnFK?u47*4Kp7;OqRTnKfzG5NDuDMnx2=`hiSutzdA5sDnkrSfB*is3(3?N3$aLa{F{&iHRa zh7d)DI4pRB+?8N+%~xgP=_`4iAjmAMmQ8KQE+@TDp|Cz3LvA%c2x=GhD2_9k z6N+VJXcXgEuIVEQhQ5Xu_BkI)+@Gh4kD7snR!l`BH8mz;YgGvH{QkeFCc%Fo^#4Tg z({ScMRdPre*K?Y~Ux4Yc%JVxThSQsBho0QaSB-xGwVoyL=<4L#hsDEU@oA|Sh+Qg} zN*y73X0K_?dWksNtYn7bxG!XB#)~=v^EsagjrF;W#|*F^2M3WiR?QTI4icZYoqL&-EC~`Ph97%9BGz&)7%5~W`X>3 z+F|n)p)M{5YBoW%0|9tfl>)&wb2O9S$;<32yqMg6OAjIQM1aMo2yMC#k>-OaQz!~d zTm$8&k3XWn-X@(6!#$-J{J%8s45?0Za1 z@eL(ddXv{(E2j0r=qG=?Q7MtvOr8H`hK#J~Xt{!dx0nm>EW=5-p zLbF*0z8(NE8Y#|rf9LWTHQ>%tL7SsgK!x(pRZH`me$;}ItW!NQ8>|G z?;g_5Y}9#uI#RNhLA_3?(l0lIWV&loqa2`9jlAR;C<%-!Pdq5Y&Ooia@J2AyX@4m;PK z(Q2M1VQuT`GG-IbZ&K`FEvMz={PI1w?F4z7caO;YXVcgZN1~XOss^03hR-Jyyq{m z3eQk8^A{Rv~_Y z&_8-hS#{KH_x9j(A(01hGno-o&EeL2%)pL*Y#DB9QEWf}+r5F3dc;S;v z&+rf(`qP6Baghxi_b-6(pk@^zAxKqusz6>4Ui1O%KG==~e?er>u8Hm-_(jw%H!+0? zo=?#(CfP={cp1vG?#+Hf(FO5bGn0%I0!PV>$nXZFqLdK<-_b)scrr8j;CC6jm>FfcAatGR6>y*6% zu?;@tmz(?MOfNpg!YG$~g#72d8+>;S*-^;-wkx|bd5I)@{5=jfia)<1(&)M7Ig-A} zo~gSPic((3p#EZ@4`4U&a*s-&`_&hsl1|+HGEU=MRrZ^P8BxG4;{Q5OR_1P4WqvJS zLfZCf{3C&(*@yUq*?XCrYUOUoH|c)UA*|2v7w*pvG6T52ZP{}HTV~KT_vdYQL{nqj zNX24GR2nxz_&F}SNdKuEAo)Y#%;b-F6n(YE@PFPtqZA_6x90O-z{bB0Qt3|Q4*36o zY1hj(k8QAAom5EM-~p_*^4Y1bNH!SZ9I}duQyoJBraFk%H#SW!Z4n6`to1#os3R^R z(CO*80*6&zJuT^D`DkiZ(K114e$@T!9&-Iu~4lK`4x0mEY1e^Os1N*Q9U;t>#Kjp z5s>Colae9 zdaoUC`_q!~(GkCd(EF%iL6ioh;Y|wy1rtvb>g@hz!#cG_7VuB1o_v&>%eRmHr5A}lY} zeZemK>WHf$C|GOd{$nmdJ2^tu(>DDtu<-Bv{}wQScJUkrpZZQg*G3+(IsE5_2VtOH z97NIC^zk2tpgg^)nNZFD{|4Pe-z3w;9=a_VNl<8|iN&eA zsU^_p@Ihz%rma-9`}^tUPS%4P=;MoZsJfg*X8%g^9j>@hK)X-#fNnrXGvF#KZlr-| zz-da#GLhb*b!J^0ySqtBV}>#^5w0u2eYG~U`MMA%8{vZDr}TSV_>|aQX)yw(W*gr- zr7u~evEgAnBs-L28Jf|u{iKB9tAISiEf4-hgxI>C?KZr}870WOtqki2%mCQMO4_Zy zED3U6R|=a#iFp(L*vU3s_9?~fU#w+GRAqHmMq|9-Z&eP(9l>r2+6q*Ld1AL{^hjtb zoI>Bdok1116kMU`UAqj`nklSwuZSi`DfvY{IZa+wNW;Fq4JXKb zJ&JevkeiGIi$cpd(|!BdT0Fj8l>N;~y-hsEt3mm3{~@{rEsMWr2gQcPVuu@8iYf;r(3d%+S<_hOrsLlChJwC&#n1AjRuqqgkSv)pIDuNZuwd zB{h1n0aG}lC^x&!_Xcr_9w^MNa2CBiAad!}O!C#itrQmwBYvFVgNxo2ceqM^O{H6T zL-4`ctxq^oD3BqRs(nR)5_Kzko2BO+c1~Xj{$sQqj#dw2RD1Hd+0c%&8+M7n!A1&m zQ{6hgIJ-M8!Ir@A3+KD*(rPoPuh-zMQ62IOO~PkPVbKY6kx)b=h(r#C4@=MRFzoD(rdNx3MlfI%M-g;MI$_PA_ab`?87WxC*=J{w$DI2e zN6goCl=Ik6h(u^?{vDK+;3%b(*x0Jl6!<84pAAPLn2}v1GZFw#@tT-Y;-)@vvR}oD zL7`t+9>939dl}eTX6YOM`D)Mh5km_M?K?}f|M_X0d1hoQJ{U(`6vd_t6bDQpl-Prg z_VTyf$4L2c3TDuAoMKgK@@iDU@(}IqP?0A#0W9B{Cr^tc298W|1iTQ?oj# zL4LD;&nxTAxGdVD95H4nyG#-1jRgk)`HY$4cp=znIsIeRRum$SDcy_pjQ}h{hy0RD z&GwvMkA~f<(2ku`#)|yWRFkA*#y7rO2i)Tp(6NaX5*Lud|FDn}V`9bL9kv%i)k2pC zz?2<%-K2ko(Lq@-U=)ZD2)5ulUJounehe{%+F>cVQD|T_{pdbj>3oFgS-O zo!qN3Ad+j~B`n+$2~yG^u1DJvrDv}A@d`L0cquCaZ>;{F52!$l68L&s4uGjxMq--JYNYXyDu~oN@L4z>J z*Ldx<;J;*Ho2x+GRa@FnoX)RwlT~OB1{`!9>Y1$29??Z9WNJ3|2It=pOrn$>fl#!W zt$u_*-PX3+E=S7V(&Etx0D1KNk8AklZeIrf1~(_=Rw1h>$=BMG1Q6DK^2gYbhzV?X z^P}T&k>Q&H8JzAyF@dw5bgoBc1N&^T%kR9PJ^eIWe`F^}1xY6iwuoLJYjq(LMK&xdW#qw7)^rLST%6)Lq_LDn|WIsTQK2tl~!rWqXD9G^=pmy)} zE5(=i(8BdSf_767pxORE%O8M-We)`nmVl&n;LFL5spG`_wP@_?D1%asqN+`ym{w<-#k$zAn&vTfu zL9}nOw2^L}-d85_e$N9}djQuhl+t zdJDK?m6BVH2T%bJ$5&- zl5T258owAGX>0eR>`&x{t)aAbUCi?w;*6;+*RnfI_0r_;PL>YY70GJ^8vQuGcUw*} zef$jY5(a&gV8lXpmE93O0yTUiVzj%Y%cMX@FXj2|UIvu$KauKSRgh`0IcNCEN)R&O z9&BZJm z4QRN=uE}%q+>QJ=b~Y0SYCN+ZIVYOR(XYIU#;ZmvU&E*KcN!~NZt%uA#GMWu{QpH` zMv7x3J)y> znWFIBdoo0ybrA7SnQE?BeklscB>99g@<`#JFtSJM1{^|eO|@{fU}03dMvx8+(wEUm zU&DtuLlGViYCwJz{l5cQm!+iDyjJp({RrPWoyG+(If0nS6N}xx-@%FIZPj{us~W>) z9*TE1B{?qzQ7|@L_=}A2yu_K6jRlh~+*+YTd_ra%xubFn)xe5!O{&uJw7K&fLY&_6 zyZLLxts<6CtMdQ(EQFu$4=TXn-k5zjP|)Ha%~bd{4?(^H-#s0dd?6|rSW8-{z5a07 zU_c$iRg%>m^VaaJ=fMUT?igJ($mo7*e9FLRM>qAD#jW)b9QHd>Xuii96}%|4b6L6^ z#?M3qhGHD6ARPXu##}RbIHzf&Lf+~Q`I*t)HuB%sj4tHnnklMgS|NDKQ|s{abAy$R zV4Nps@e+7w-$ixySoC{L2}|;2P})s3pDLvBcp`6~%eCT0HyQ7`|1pg>YH#~Z zGYqanrd?Dai&~XMcsvxvBX*CaIj3fVvFd#C&)Y2e{~Zi|4ukwRz&?ZzF^~_g4=e)m!$J(O?;f95**d7VHv|iws6KkCzl3Q z*-RGbNudzpaWb2UZYWQ&`&|EKQj5OmK0emuX|;-$?DBk-fD)4Q%Pxv8hOUvX!P3oD#N7wb$zc`h60YB2m0CDI;J6Z}1EeKeI)o#dA>hW`m^`)y zVE@&FMjs`%6JFn|{8Q5~cf1q1or|XU}HhDCJ52n7L)37b=&i=(L zZXdtwC=QJ6svO#kmvV&_@j(zw!_N%C8QhZ|OFQd)g%j;>38vT&cN=spDx3@m=87Ar z(d~|Po{_CCYWh7X=?nV*G4Cg$I>ecJU5D;m=99elg{NA*DbpWzL zpslnez17MOxRfm;qY|SDr$az$vYN396nH*AU)PY!meowkg%z# zSwB2I)-)n(b-7@J=6b=URv zT6SQBZw32Lf-x#to3&2~EAMn6^;D_j%9 z06Mjz6Ek&!TP`7=7lQTe%mt&RWONdePd!$Y`aiR@I1$m2gLP;}8*qTztdNVN5h~y6 z9iVM?Dm7U(bVORg%%@wV-T|Q*5)RmUFHbQqJEL!o3F{Ar2CR#rG)23-kMYmU_1F2 zqUx2AOFdRB7snqyK>9}+myworn(sc}e@ZPnkoFI)x5M>n{1A3V$rabu_W!MIy^|KH zw3mk>W4(v&<}MWGxw!p|T=n_rFA^KNyX{FBi_0}$k+ zv;U%x2zA%AA}J(E$1|3~iDZv5Lo)ENg;U#8j{C}RcwdES=zie9F-xn2LOWw_fwSZ! z!(rq1(C_@HFe;yFUYWgNEO%*Azshu&0nren7#X;yjO1}l66#>!OBLf3#aSdNK}6{l zFFL4}MRB8Eqx<`AC5B7E0V#p%aV;e2x3H3na*-1?+QbM^j7H-}PCv)^VYa6~sN+=) zM^V~5mMhfifEDC~%ReF-gN=Xoe>Yi)~RXo51}Te2rKB|*PF`_0;& z<>B%Z3mh8pd%p9}$s)Dy=fhq1E&n4$7S-=Ox`VR#tI^b_9=nNV2X@+>H}0Mcrt&7>IDEexxmbWIk$x{q zYw7U)kXbyWNWh3Xc7~ohMlSfL`-H%m!&s3q$2WT3vk85oa@XF8By|&fFGSBe`y8T#vDT;mq(3p0%`}kv>u}KC0(IEyK+dmJV9?^e&QLo;I zZquvp&oK0Vh_M<)Zm-KCpsq$0E<_{xCOgBQ|ALBvj#xk_QAHmbH9emhN9{){B&DOW z+$v(+gAmZHDgPPdRE^Ob?iynA-gF6a4sn_ZXT2#m}|JHxs?iGm>=KdRVaeLQ3*_CMNL+-}Gu21yp6% zg>V>(P|v?lojt*!i4{teMj!2=u+<2=CqX*Vfse>Frg23EnHsWXfMWn$5eM0WxhBqz zL|Uv={s!DKYVbyY#xtq)EY9Wcm}2WhrhXtV1@(t=C+3_{}@Ycg-3h2&-P6oUVrJD67cSzQ8-@%W?u&u0iS> zw1l%=CK4$Qtatk><^1P4o#@5%t1h=%vDNBIgL}iGF*0V*PCM$h5YAZcVa6t*_&$M2 zRZ?zyk~ll6*6f^@dn`nQL-=fqG!%`QRWuZeDjvnMQ~Q+o2T8-D05py`zjm^jFU8*e zhi}Ok5)$Nu5srSS9o46rbCGE-G_~6AmNoO5NV$`Z$hJL*(L_qNV-+My+)%x@ChS^o zkk6dag%Yyx28|v37_2z@u%zdUtcXJeE{Sz!TL4I_o#MCbk><(bT^&j8e3>!c6YPSw zKb0a2v`ttAEjQ1l6Qx0;$SJ*N4~g7+bE8~^zL1SV(;vP&G;RXqu8azi)N*fZeAXu= zu^<;G*X4=nPRt$Sbz=%OTHT%(!L9O$PmpoD#vM$dAev|qua z#;O!d#^skEja)F8;~2`rIs@$1qL3xzxQ+g5wAZ&7vvLz7NAsa73@@my*td!r_|j8L z4}RY~7TZ!ogLGH!81BC2xv9nsH5Yt)HV9U1*TbTu89e*?@EGKoQa#Gei+3ueQTwTT z*gPofVlmjkoHnHZHN`zn|DZ#O@9VTaEUI#(FDdw?x{Pp(_Cb?O6(KtQREAMm0*-Sf zHDf|Gp-L7dH61ZfWpAZ&gD18F%(nDxEUtk*oNJI~XUhA!s5bTm%0x?)^dM^*%kcR? zp#5TkvsbN^$iCO6_qn2-oq4^Xu3SmciqxA$KeoUd42#b{>JSrYsbw-bE&oe$I4P ztUT#YG}CBaJ@+6kjlGQd)M`U507MvO$bg;D`=_5`jPh++6<992pJnfc43Lx+;=Mfv z-G4PoS(iKSY^gczUe4OOWCzrDXI&k}M6`>6cpW~l-Mp%3{(s0i%b>Ov zuv-V$LZQ&&?pB=OR=haD-QC@#&_Z$d;O?#kio3f*aChh2oX@WP%FLe0PJV28WvypL z-E)e1NYEy;E1Y5=<4xk0LN-DvfR)3x@s8^Od}e(-%qS+f6+WykH(T!wp*DG00~yo} zbq3!_&j1%%(#pX&(SiVc;V9=n1o1L%7udt(2EM3Wi9P7Ti`R$oTJg%CL@8n1^(ZHlxjPY zYO}m?ANw=n#7)X1qe+)6?Dx83H*pd?8F zeKS3GRzq{ZH6v8jlQ!|6Qwrrt+9U_6R9fqVpt&n~#`X_1>v1cODszK5;{02FxhpE7 z$0$z$S5u93YG0{?hPLR-_|R*G((J7JzBDU-U5XnBkZsyr=q#0Ft&=)*Dk>Efb)7w@ zkq8e%GmQ3jD;g>6zRskjEEd-9ijo4GC@MqWEgx%?_}``%t1E59yc?zqXzfGA_X{%M zXYI^^Bq~XRt!KJ2Gj7cK@BaYwq+dsIEl|kGJ_CYc`J>7@UclZbud2S!>T!(WIC2cB z3DG|uUJ(_ybuoUsc{${J(K|7SJARM)XwSM1^UBI7U}x!kJ#<|kDNonCJl8dP`SdA| zGrA-~D|K7s+(uk|+P=Xf+}<6FVowW0(kEh~)S@*T5+ZOdE7Hx*YwPc}OZ#te{)E>i zo0*u>SqR>jkiZR)YOL$%x~@L&Zy-eZ+QOn}l+ay>%sVWB8buFEFD72*4lmNNc2;QS z8MWCfVQeSmb~*NOdRkCESrocsUUQQ0;B*|K4k!8%aDjel%}~l^MrhrZqOPQ*_GCxx z(|(QvYPlV4bzSCy|LxXb*9dmpy*$|{QyXEAs%qxQqVJ)lwmA-tperR?lqaCMTs;Qc zD6$zi#3TCbB5iiflpT3zuE-y@22ygPCK>f0mYVJomsIL~OLtVaJan5g!=Kiz{Mz|I znSLy{`HO&ftj{Z6#&Hl1?oGLBzvG<}swr*$`SV4C^qFokM`PNovV+f|T`1veLNWn+ zGSnTLL3hHUD%G~Ksy90-{yyuQe@9UthzfuMI5KQBZMHQ1j@eLXC24ow9G3u9^8>Sv zB?aU9(?>TW#h^wAqU*?+hz%-@!Lj5Y7E92*_KuBgea_Qed5WN#m&qY4&y9;VSEa)5 zVPd=}B8~W0w>RjwDxw{s6UzUdRQ}Irc^f*jP%~wqdyhkmv0hh>;;VNlX!FB**}B0X z89$9-+4?UfB+^TY-b>uYkl-XeMOC`u$?z`I&7#p!zxGc+4!>jCB5pUb`6ARXD7OFHg?Y=bAy1eFq2l8&Jg^n+>ch?D>i z7I79?2nn9+&^?#jKy$poqm6PhNNIXmwoF5CP<_;E<*%SKkRt zMVwDl^~c!qRDckCTCN)~^`B+0w1?AdrAs#YKY&-mso+?i+>5#D z1Fd3pJN5Tv<7UehUb#$ZA+zfx4aMb_Umo6|KX9JxFlXoVERpBRxdQ zO}uI`RBsAWd(!dM%irRRD(8oWR9ca$q*TERag~HZR#}NR*I5vv=WF0C&Jzv0^w3x4 zoiv@jK9R&hlkBd-?|)@(9n(}szcOe#4?Kr9u*A68bi9sDC$1r>`A zbZ;+*yAnI#E4NkNnLs%48d>lM93=&1mhu-}00HzHk~Z zVK=ma#*3<0EVPzQpPc>UzPV-`Pa<2TA8kv9^!u)$w|P#6vSMRlIyEFsWwL=D4=OX9 zyeV0gsjG_}IgHvzi1ezpUt8XCSxb1H2iJ3FPJ2mmnM+bh;lX5{5n-%%F(8z}uDz8# z`vfppl8c3cog*{RVTNxHF3Wqqm*BIo5Rtsh#>|vO;kDyiu*os{J=jQ4y}K#Mq51r7 z3Y7RH878=AH_v0%4fSOaz3Vq1bv)A(4(z`)0(g>85a61{U-e~aAsA-6OS zNo1AZb%!@~y*Rlo&@qj^*(a=t-xb(Ryelb=n6UHTP!D{%8dEm?aPrw@b{cv$iCHb# zG}P+yd8N=kkW~$eu*GxS5Iuu_u=kszycp63g+<;KbT$R+sNYaTB?X_Ox5C@=k|s;2 zlaS7ugaNl}o6&w!A^#Nl8`NH$TSA#)Nn$pHcRmcNf;2Vl?_Zm4Wt)-~n)PqLaXH9w zr=S@d4fOYrXq`RJr`hHFmTQkj#zxoKwI(C77fKv#70~$fy~-~BD)BR6*1QNM{xJvi zLCL504`6g`c9f9MnC_~Xl*PkoQhUBe- zMa}to8v305tk{Lv7H!r_4HbKZ)fiu$;ls?;+>g7YY*4f>GM)7meq+4J0rimG(r)5T zr)g0~87s1@J0uC(B(zMQ-+l|8IfJbm0FXgG0;|7px#-x<-PBvDMdQ=iZWKT*p)MiO zo#nkky4s8eI?XdV(X%h?F7&1}x|wmaq~ePaL*=DND9+6;+P8Z6E!^Ou66m@ugzWz; z5QKx+UA4R7raDx0HamuJB$vzvb#F3XNEo%|IIY;<7L@|{iWcspoQQ1Y=z0MB!5I8R zF9hj0qIfK+{+YsxH!%yHmQ*{lOD|6YER4!hR6$FobHB;IZN(}+L6M!B8vc7omfge0 z@-FWTo!m`bhCxefx-42hU+aIjzWN_NA2dpJXU2`HSSRr)pGK?pYv-S65Mqt$Bwv&F zOo+Z*Ji)~{R4SSjtsi4dYl)ay&SB>Ub|0-pjD~(|mM6oDz}g!?`VQsnzJr4*<(MUJ z6yhNDnSamQH3KoEc0PF3rDrZSEIqa@{aUOl)W1KmdlUZJS0$<<3jfhj^h`z_p>VEg zMjzSK5>#`&OGfGfI>D!jrtj%Lo$)cK`B(oRikqJoMYX{?|L{a8q*wTJJZ{lJs8Q14 z>tw?4WKzfJq+aW;&||q{gIaZKMalI{lw75^+fxGd+nT$gc?w3;g!6Rt&*I&ca%Bm* z1fMwi5p@+0=!tQ{QN?uj)Fi#|Lci%(4Cdfq<6uhzoMoztdkMq_k>~9fKS>v#9xlJF zkW@%L#2gA0HTO>6*VnI>Zl-J%{w^QASHE~ZcX{ArofVMTwxaIUS9qXNCpsgM`5R;O zd{@;}=c@o6GNX8estU6YyTl#6q%TyL=HlXM+4{L|<7t0Xm%)3k-7L}SpQDhWzZal; zL-PlHVBX%WRB(DAmzdlci2vilp2AI|FEwtC-Ra&AopkCVp@7X@O4c*o00|eZi%%2_ zp%zwBKKfm60(CJtaL)-(3sE*2JMZnpc-1?rb#mv@&_%=@_-lo}86d~Pwh`R0C5jZ<8L$4d)Pv#|ptfvuL7Y`vluGq?OfLR+); za0t=PJ{rC=?hY<1CHZae{4&5pNzbEkS*2!UVeqQ4oq5u@C*LY4*QP^I?9@=3zWOYh-D`j%B*Mk*5eS=t7kzGAvGq7F9YD5)N5|^3# zlrO9C%Lue|^GiD2!r@+zF3Nl&*Nj;gHxW)pr!iS2EEeDFKXd^`7JKwT*?`&l+;R(1@A z^g78f$r#JfQf1#JDr+{awnJMAdVo4hyX{I$D3{M7<*D-Wh>@7^LeuOG*l6|Uw$hWi ztMMzrs?+D1t+f_mpBdpkXTLv<7X5oBm-h9qbhdja(Man88gr&z&TV}l{ohb#1O+Wi zST%H|kNH1hPQw3K>7Q*btG5ikhE(!Fmmhpb81F#+KaF?aqLHYcBeab#2K@E?4jnkG zy732zrWnJ?&_|$AdIAgFRb5wH4Gd+n5{w_6IpXsh+3XtkjN|3ub3)Nrq!}a;Pfdu~ zonFfVb*`!gaUs91@nnFb2y49nM^+*AlbImFC^F5~wILXT#6US%!A{W-%{}Xw57V--r7O3IDePbt`L+4u zdfM71t3kH*gU^kbl4II<2t6`?QT?vC6N+sMv-^oQDWGqvN zjwn0Hf_tJ*h`U1vIk!0)tQWV#1u?+rZSUA?c5pF~TJ0DC<);BMAZmZXiUQP{j5?hb zC?;Dv3_*XMx1@Csjg9Sd?2df1GEgCkk4x~|pHNJ2t!1(tL3fUq!wOmj>$;6=1#eiz z89R<*XoMMS4c_89Z!E*@fpAE=m@N~TDQdd)`IK82hpO#~Ssc}{Vq|L_+kAOzt6dxFF$yA;GHR~d>OS|s8;pq($m5azF+cFchul1=ao?*eI#OYOdzbYxL=mVXb>YBj z&UyMZxKJ_9IkO~cp6mfL@t1x25~oyn@a%auuRTGbIbkANEsQNLfy7bhXZp8hb2%oZ zPs9z>X@x+hW|ma|Jmlsq!V<-L55`P_jjnt0wPEtEurX=;Z^uuT>tJX9!zIsu07ADi zz#C0F;5ya>hVX*2qjQX;;9ks`PqRHC^~CmhBV4kbBHI>>>rdeBn{sLPk+=yHz z{hfArmCT$O$|nw##mInJ%7x$Iojgoy;9Fe?y4{4&hXc;NWGn6llt$PZY-yo;MR=Gw ze~{D}il=Pgce(4N)vPfT;n;V#a+~{ba`-d2T0uX$wiXv!X4I>r>vDYgUC!KI_O__B z0U%uV&$)S<(wOB73e&N;ziexH;a29k`4^vUvse;<-4n~6+SzoDulFf`8#D17ASxwPgiBb2>+;^|pmcsn z9}H(P{XJsk0E)oaB&($Nm2|_+o2beQczlfXVS6{&Rhjd%S0r^4PJ?zn8Zu+y(Dxy{ z#qkWD9f>KwK5#whr4-dk^UD_xp6EI~g&Uw=ZYE@>&7vXteQSArEOvDy6g{m6zk5)? z^p;fnz>U$e;tr*9E6XB^5RKxY8i{Ma?bHi@1Y8%QxZd7XEmld%UUqH_ARaC(PiOAn z(H>Y0U8|Mam;7PMVF3?*fLZ zC{CE?^k3=k3IV|&y3GW`MPFHPVs@kcK8>;F2)1CVZFVM!)5+93?(&`HYUwTZ5M5zG z*1OcFgI=hUzy$gOp(u1IZ{M6J6C!)@oxoyJa93Ol!&azch2yE@t!uyI5rwr=851Qr z$_MgMRgna}XuFJ_W;8W7)xWV5SiQ_RoEz*rUs+f6fzQP{d^=rQObh1J8 zbr2`l*?4Zo?Mv5BV!T~Ag|Ekd*PdeHHaOnC5G#$;l=|{K)o1Bpzc^vK*#hu)INmwq z4u9K8!6g+dCLfGY!&86Z>{O7Q(F97H60hn z2^dPf1MUT2K}ldNWRw(^LwD$m9Sw6@%n{=VeHkt{d6A?yF?;Ijgg%uwa;7*T*H3X# z0uHsTo$3;Fl7l|1(n8){)vkH_=L^| zQ3)Ki*#9jVl#jb7x5f5GAeIpXJf~Y3h!(8YeLY-poach2#&3k8=rE-mwhd-!FYl^m zcsRcQ3iWqisZhktD0p<{w?WX!2&Yc^<3*|3h(^-M_l$lI+jPcE5k?LxlJ}wA9buOw zwOTup2s^4-=msu0nk3R_(c{=To4(ny!)!Yk@)=u~o-+4s_(*#`Wha!fUmu5_pn#Ei zhD`MciR-5R!InBd|htjVX-P;aE_+Iy&i(0+L?w(B!dJ{;ca=cHk zzgds_7E$QlnSJH<^{3FCH+}sZ!N8b?u3j(Am-m@8up+rgMsKMw_ony)xX$QROi}?C zpgmKjt(~_N8u>Beyc{gjhdG7Xt^wM}=kC{8omgK|`{04>LQtD5x&Txg>OC$)>1Q6M zAmhQoIE>saD>X!Ug{ex$+inae4~3Ns1mvhU&@n`uo{wJdMf}bzG>tag_!i>&SM$ru z?B6TQ@j#qyH+vBZ&tHNVS9(mtl+f@X8w;}ZT;>M*&}=#N11FaJMZAOS$_;Em{AGdk z^heWw0GN-6qMgkj8qG9(EldOWu}<@;W|OLl;D+iF5Ax-HEnZCu7upYg#+^YSN6AbQ z0p1b$%%TupqUpJB)%*$Q;;PUMaLe@f4PY>;orA8i^(TT}E$ubEI@Rr*&e)=s~H!{oMK$7W4Dc}N>qiJW4Xw*2`^YgVo0Kgr#@ zwnQml#`R)8q8tnTysUHtvjB#0X}}y(R7*0lUtjB$c!2_U5U16JDxkHhdkxgOUUM^> zyzx_rWou2j0EO&?2uz7tmWd^sfU@^-rCfI`AehBbQ05S+wW`xJ?3LArUaYi-V}NhB zq{N=m)Gc^{EG~CK$&hCjmvs3urjy?C?m%$CAB(J@kP5VJ#m~^g&tb zvXrv8E5Ld-!;rbGMpsjhDRhwS;AiKA4#^AJ;UP_SXPjUF;XaAb42b z!M${M5dqY3o0c8c(4Oi>(H{;T&8coyhWr<$5@k;oTGFq0;mA85#u$cRtReV5LSJpv{vC7UUVFa&Ewr~ZSa(pADBiKdHO1wsoNG!5H@3yZ8S?%rsD$9jntd?UjXR%U{Xp z`gL*#?Wv9|g3wJ6&204<5Fk8|hS6EFin-zCVaeP3A?7JsSX9lj`j4()3WNXT^6OpK zhWDmQ{-_Oc!>2(P2cj$PLx|FdpJ>tAFh!XZGNPBJ6rLcv57>}hai$Kcojg@76>ifS ziu86wd1aTkwOSBY>GWx(_1ubK6R$51@I7c2uvoh1db$&6e{0k9S(j*kjln2`Bt(r9 zdQ#RjM=#K<2c?+vnw!kWw3g|!L=`~$p*9-SCg<3}X!mqz1GUp&OeUWBw$l%F7iwIk zr2BrU^l}RMO)qCw8`QA4Fe~5CR6B|{=uv9Z6Y@^2Ui_Z>AHo%>A$`6@-mT3i_?3YF zQnyIaqCGA;DH_Jma51qu4c(UUMGfSl4KU@%sJ&fxUkx2i76r&oRDq_ApQ7- zA7p%VLpLBjBvb%!T6(k28kL}_=XHiH8XE4QPJ~@^KYmYY^zyMO7RPT%GFG=`aT&fP zd7qC#9awz$!t5yQ#q#l7Ih)UQQqdbZ?gQkL4EM6al9J&Nh5Xtjq6|o zZ4V`aT}u=`Ve%TbK^AH9VwW{~x@FWqtL3)rygiHD++7_m8Xc^QAmFnftUbqcvD1*e zuhx1)hDsf$#U0e18L}DZIe4N|&tx}h;`mT8xE;y=kjEO$8u5Ep9UX1{ zRX_PqnmcHWn+_a~eVd<96f7rS^k$S@GEJu^iuO05fNn~kK%Hjl{CGPcwEY_N)_1Jo zH>4A_$l6icCTC9G78H(@6hj6K@4HEWzbi%F%5=;Zv!JZ4v;|%w$u4teywAcyP9fQB zi+80J_GU@@tuU0|@V<9TjV{v0#k@B%da;QTF;c;^p=Q`mj-Dg(2gus3ieh;hwSrhi zSRW810T2uDwN;GXz>0!JvsM+>>wrNbSL9E)*|={zEBic_xq79ac+G#CdjM zU{GxIaw@s0Tn=9;X*P`?1YkgU*uhKUHfe=~i?JBak}{J|{fzMt+ge1=AUOB){I`{0 zu{bs=00$|V#|=YcnZE3Z1NVTyDV-7wV{;enAM1+G?!%Pp1&~py5ISX$SFFoPCf&tK zaMh?Crz9kx@LFBL5y`D+)Cae7Z9>>n9VFlcUMG1geYdM=*BlnxHUs$hHq00$sKj!b z!pE80BM%M-%`Sq6rl@Y$V)b-Z28kp^6Jug!g9jH$4xZ+J;cp0*)8G&xGLCDs&0=4l zRZ%7D0zt^!TXc}=&el!z-;R%j zJtrzM!n>3Q$Kt_`!m{!CAwo*DrBqOBkqa}l`w14o7es(%;7;@vo3yO|rN;i*To;@a zatWLy!<=X>PbFE{m-9kRiHfKdkBd9fCKw+LvAmSl;AmYdM*1;m(6<2cT`&QT6jqjQ z9jJyR8aa3|zqTW2$@8daegQRw&(JA8pQC0wit0jQZqiGxscc%8=q7mYDt#2sUMhJ` zm7Z!ed3!iYlz4}`g@w1ftF*B?s;gf=C9vf3CGqBDEsT2{`P_23p7hUgKAyw-;MHnG z5^V?d^t|~UUq$l*;KKkAMErx-{k*!Gp9)Pno*d2mX{nG}L79ir<)4XtE-|vVg!Z&+ zs`3)_7juEkH31tU`BszPBM+crKsffY3RayRAxR{F3aqBRuwUC;@^m;_%1bu}0zY** zM|(mYRDq!B;r@P3Kbn;j7jh&idZaP{rewpvE$bYTJvCbS=zWlGIdF>4wz)4zXGnBV za}*)o(1Z*>gOy+WB!=Sdo{*5;3I{&W0I)oQm@|p4A`Rb@3TNT|F!2ABK7)AiMk&=}^qHiOk+W!& z{(Ve;9WR?Wx$u&Ug+TIHVEr(UgNVLROsX# z*CjjfaplUF1nDRrRzKi#syF=(C|X8~X zT(l@;nkaCn$hRLY$s`*e;Z=<>@}z)cGc6)jBIFC!<2ZNm<>~oZ_V^ek@;&a~ zBzksv_g0*KV5LaB>h9eJ~4`Zf@ zNpMwu$m4RcjO+8@d?JnCA_iYP)c}%aZM4}OdnEJRmE^yr+ue*S_gK}5!|{-AN?r}X zk8-|r|5|lfx^88PPNJZqin|}A=~nq7Y;%a{z3)%zRc+3YyuFnJ3K-e;6~5iG?dv|u;~;(knnA~Wu&GDzh7_W9Kz9< z)r%NQ9?x4FJc10*dWTQ+a$BY(kYd*~fnv}1ddLcXnC^a!vbIXsS(RS&_+II{m7~V1 zxyajnM+--LbflLGQu$gZ*ijTs!?E9(yYS|RcEu37npJ?IA)u-c#7c2x@IxjRo{;~J zhd3bVq*h=&`)9lRC1+7bBkq>n>YL9vLYrOl4*+0WQW*88mp?Z=Z9Lyh&R4#2(!}gP zja0cRV&yBPT9%O+cDhlL?5wcSiFd0vpHG2>;T|nWIeB{R5rKk-)XXfB(nI96XW5PB zV-ojE6I&DF0MVnt6HxS2$1cgO9o`n^-*k5m_|x%zhA|w&^Fxk>M5c^PcH9+D+D_%V zuJ2_EU~b3i=&-8titr}llB+P$4IfU{nj?bh`w;mu?wF4-27x4(UX?pIx89WvJaP?!Q{sMBxXmKBD& z)^xYtX=x87^o#PCoXRLdCGbFSf%NlNbxG?Jfq4-OB6OvvyUoc5cJtlA%mo)z=-I67 z0i+|Ts1nY2{`Z^-fuN8_mVGwHD=gH!y1cUSgiXp8|S_0JzT ze->|}RpQo7B;A1^eA<=d3af=K`?;MTG3yfHh0k!;F?~?Fi2eWvE;=)cM)tInn{`Ac z(ekuq^0-a@>L5i@Z16dzxv}PZQJcYsa++`(Dhc>hqh#Hyj+YqOk;<a>O9%}JEH`*TS_wF8J1m&^5;Tf>@IME&|2+t%o^n~_ znv)})Y$TuHS1qlKXDvor2uk{DYuM(wV!6EJoAZ;>^5o=fvC`$^L~RehUp8;B-q>$~ zvJ|DN*OHzIK;^jX^Zvp)?njQlGEiL%4opI}5V*Ps!$0L$<;OhfMU_B3kB>Yb(YOUU z#^K%ObmU68_$`CNL8*xTkuVRtgq=ZW+6&WC$V7Ek7u&_=0yiDukf?tp_ zBQJT6q*L6xy?`sxgG+1$SU+e@O=F;#-%lzWL+u`T-On>IT)&3oe^y~~q7DU#?0g3BiO+H8Pxp;@P%x*`l+AH-D8;iY6*iQ z-RIOlpMJ_|aV3+|6=2`9<(k)9PoQ~@af~z?$T1U`X^&4^txt#eeeVlUnC;bSY+C_T zgGt5OontAfRNmoA?D=Mif&QbMZp))zoU@w9Dd>}Q+JO~un~LCAq*`TpEarH^Y~`0P z?B7AiGaSID7mM6NyE2|~i)=M+YhI6G8i6LHOpB)}I73@?e1Td)c?uSp&NQ`{j26Jm zg%)3ZaOOu01j&l4bCt4UqJ!7lLe1ts`()S(ij{yW^EG3i`Cmi*uv^I{v%JDNq_QO` z@-}2zePP>w8^Sw<#5_UIyP1C04)Ll^d$BT9DdB^wN%#RGYy1{>Wjn{uyUKoTZaeTIPJdWDNIjr*&AU=N z!z7js>16-|A^`;-wo4>5p8K%M^u_P5v>m}#uw zb$oG;%KhEVSh@+3jYdX`eK69GA+lCv@e6fftk=72)KsjeF_b-4bI_7San({34dj1M8VgL)peYS$-txBP)8l3D1rcEOSuy;Svg zujL}5YX3I-<>L#Bf+uk*XbCwLuF*20dJ!4DxG&l9Yn-KK ziw{7>iCGle#sJnIXSyW3wxC1u>wUKmi5j}-u20s53&wI|xu}N6e$D{{CCh7$I^j%J zPL24c9xA*&NEErv4o#X=*OVwEbPuJ!9J{ZPo_0%4G$`ZzN8ORe#D{=o2()4IEQV2< zao7!}cSl1)U6TkU{RZbu-nE$ByO)No zuW4hCeP8RLW91-=+0EN3TB%j&!e23hd)HxQcYx1iM7u2jE6E{nEjB59=oqFSt7>T8 z4}h~gU`z=dCY>m#N=V32)s6j8GJHGEmj=y-3!-vbnla|hGW)%u8T9&bXbkD)J5;DT zrCq$>s^zN5yqD}*_#(PW@Xd=h66R!~_|Mb@Regfi6GDe$o*fg99YVOntItV4OH`43 zi@^rcM*c@}+Shv0jeFYJn&f5u$67S#r~5;V9`(}yGVRvpVlj}OCl<%ufl(hnsnp>)@xS`?LI zG>U1O)w`hXgA15w$o%fmPMI7sYGugdec_iWH_CY|Tz3moIN%`y--cS$Zy`_&$=sm1 z3gGsbjwl4IJ+oqMnw2%!#Dm?^533@o;K@1T$Y&nXJzT&T^<;ua1Z%Z~Kk02{sAhP# zlQJY^>S>Be%MiK62^LXM++v8gRd+D*26Y0<1yY6iwr)>dKoP_vKOItg9V2Tnq)K!l z(U{Prhz4hIA3XI)naBp8u$}C7mrRf-=RE_@_azljh)21dkThy!Pc+8Hrgj+~pS}JU zLFE0SXnC;fF0tr^wy5(RPjm>45^+tA_agt!YOX_GgGAF?VMqS^If}!pE5YISLYXB+ zLB&c(gOBDcqBtuyvQvNCr^u9GR#_okzi(enE;Kc;aN(n+@F?jd!u21tI=$v z?O0*dxw+f+D4Ii^wbKnX;LK5zF>HLbcQM8+sC4;pPlrC(;#G}Qq@I5pl>if6Q$?|#a#9$jSw@6BnHhgDCK zXtdsINtzJc&eM1K`O^gao_qymC<3}ot@Jub@e}LOTBQB6%TCR0zTsjXEUnTa~Y&x$o)3o zv#9{vmGqI0p|%BJnoQzKEF^$C?qXQ(J;aCCTtEGOUL)^KhI!75t}Mf8>T98p z#72gf>e_ymT`X}@ZG%ZR-MH(h4_Gp3w^SroyfK4zZH6y}E;mf{m|?6IX>E{q@Bk!3 zk5A?Uqn0({C6yHQp-ypw5zukTTe|0(7$$~E1Red}fVCa*wlEsyZCUJ?fU?T9lR}9z zh-a?{o%|-jaFQc~Ih5)0m0d=X9}cBBLrbQ_t9(>uI4$rTm1~D?3nu1!CW()hzQwWo z<#8DUn4^6@%`{1Rdpk0M-LTQ4Ii_}Vaoa7}vNr_RWYw^xx90m@q!L?fa^2}`Kf?R= zHhbHq#&fygtJ{xxm3?Vz42#1A`*{$z#X9PgK4TPLR(;icOr01@m#(;;1$1~C%tf?o2~ozf#8F9do2UK|4+-UcS-u|#K-W-5{ayL%2X^Pm>qtaLJZr;1 z^uqIa>JG3_Ofd&uLy2JB^^JQ?XC%cv<*!X4!z#S=4EO8X8mj=-ToYq#seIqr$MB-q z0X}k*phu09yPEguN;{L)zHPyFh5K6cm}V+i86b#QhBgoymw0<|`XV6op|9AtLeLMX z2Fg4+sfdD|JmabKJV~vbSbE!R{Wrtzwkq$>rwA7*?P}=#=+6Jt^+=l58(lpqBvFSd z%@UnaLcI(O7NKmp*B^iUG+8T@*bteUSPoE&{OGedW>kyaI}f6q+Op7Uls?K_ppAn5 z)yiiy`heR{poX*WM@Dw%nHenMj6|t^F)uUO;+nH$$Ip>9xt^;qkV zB-swZd_$~igpZZ2f(>3CK9+(_jqHP&3pt92ckK699l80gB-eC~=rV|3@U5B3)ZEOB z%%o&cTfW|IGPQL8X>{YK*@VDM$9+Mxe11jLq>Aw0z?t1l?kVD+Q9ocwI$OKr09&S7 zJZ@r%Q8zDHbR)^*Dnu^_YsyK49~-K9R)^pAqR2~<*1bq1x`cBpMQ{J3(wl@28<+kO z?n9@)ik~HteXwLyt!(mcLTi_-hHX5lrG7_tLpcoyp#KKti&ZjZfG~F0orZJ#5ckBk zoP~eZo=BHJGzS(7uy{wf5Elr^zy~F~(W6DO@5SIf)r$Oz3|(${+h=84Qr$`VW{m-W z_vh@T7=R@@dj|bnDno>!%_#`i&u8HVqVpQf;!KC>i|m%0qz9-V;lClU$wbxwocV5H zQ=c<0Th~cbL6PwV-$m>)KsrKH=6QV*riC5h$3qhNjR|22otx0mnVgG>S=wC7pbHiBg63->d26)?Kb9EmU`lK3v$W!DsbsD#q%fBqJiM9=pI`n*xV2w_u3m) zuuELKc2&y6g2*Y7N)~C0VKSvYcrv=nhjY0p^}E?06<$v4X|psH_6ZRsc9}y)1f8)? zohHer-q1S`JccmSJC_s0=KflmkpTB=$V2o+`|VxHc_Mje??+MpEdK{K}T#r zOWM|K5s&mVqNii_+%V$ar+gt5nef4Am?%3{kZnTf&wRb5UdI3nAxq2dTO8;sNM&Yw zK1nN&_W?3J<)9fIcE4=gDnaYyg>&gC44G4Z&irbJUB+)=?#yS1d0DRXtq3i72|r|b zR9&g1!}7DH(BK|yMa0ZUO#qS-D<7$T-cKhXd&p{~y&YBoc-W!`J?QEAum5Y)Nw0$9D4X)mPA}yQKIZfV%L8!GX%6^5hhK9rsdNjFCb~l?xvB&yH-ycV7*#=M}TK&yJ0)G+@` zUDKQND{2;tu}M*CT;sg;VH{HczLujihsxjG(KQ83*`mrD)ga&(hDvbSSU9D!Q0oHW4>EA02na_Q8gumLIWg-^(ieu$W2>5u{`dPbC;5OvI+ozMI>HRJ&och zflfm9W(QM%>@ECyOj4ji@kYl*pXp>k1$rcDoMI8BQh@FP=r(A7zizMhx$!A7FFooH zm(!~Vft#1bz<(nqutm{RI0{&Ey@-R$qW6nCYTIWVuvko%8Is~8oiQ+^6rDgjN!v+g zQ4xGZ?UT~wtYe->e0+*GI*sliVQBDC{ua6BMsj<@WDc?g7n(2R;%iwel3q}m5#u;pcTUl}!rnAx zHp8y}18~pnl=CQ|O&w-)8SoMcPXDu$nZn!_OS;j_3r`}wn_F5`|3?Sy@$|F%pU-=_ zW}$P~P7k_OGfT9&CrSlDO>AWL`c`{$DKf%dghhjq3Bi~%&CxMx7M~N^>Bgy7^{hX8 zeS3KA{TtaO!LLY=XR zElEVSndbXA?)x~(hK#Ycc|$bEnjR)*?6sd5Jh?20{{T{1)IMTYn3-#OS z{3?g7vwGed+v>4Q9+x$V?}c~m3Aco9+$t~CPmrA>t>r)ZMI;uR@XEd`nK8am`bPJp zcP}+lr-RaL{V;k`X_1Mu4tvL`C9}cl`ppkX;mt`?JEf2CC6vvorZN$@LR>Rr@`Sl~ zqU#B8#c3R8I6L*D`9z*8wNds2-V(AZY)LE1)<{-AzGgEH`1Cz5qNnLWuw{T%w^m&; zItV|dj~kU=uKgMw$|AjGCU&>#;mAsmO}p!h;cktQf4ZeBc z_w?FbG;b0!9Q9^fe`$Q~3`<(3sd-o+(DjJbDVL&0t*eJEU(AF{n5i?p;(C4lagVd6efmufDf};dyF7!?Ag~{a$mja$7@aPOYx=v#APA3dfvGs12Z^ur}5nCrE6N>1NOl>G?_xhuBg4jQY#uzl^{M#Fhl9)*wUKlH#?c!1znI& zZXYS~k5dNrHvQqX?3#qw{OYg9h~D@pCdtY%_ndHUeO9l-)OF;<8M~XL zIxa5ZuYo!f3IZKp_$k613#sBKjnSzHyp}0A@~hJ2nP>dh%zULQQM721gPrV~ z`Pu<$$ESod&1_8I^jS<%7PNHFJN^d{j&FQ<*X<@2D%NyQW=93suAr)hGZkmOX32!7TT9_%B z@nZ$(uEI|Li>kK{YO9U9zHuvsLZOA?1h*o^B}j31cX#(f@D_>&cZzFpcXudm!QI`Z zZ|>*$-kI!h1IfK-r-4nCZELe6jIf~7hD-L*E3+Y z44QB9XsM8t&|Iq~b@^FnBmVFaqN^=d)h2^2{ubvMc*F0P80lELEzc*gT$w3$E;g z0*B;MO3?Ih)}vsF-tPu_qb8|g7k;c+{J2!TS{7^!1y`9r0OQ?#(xP@=O){_QeG04h z-MLG+k!MD|RQG$~DJT$)MGKXD&AJw9^i$|s3NxzGP zX}*1&T==i&e@mSqpqapU-+!F%T%hiV_~X3?2cWo424;j{{w0z9Y6RFR?Z|R%Sg+Gk5;WtVD?;^v`OmE_c_Th)`D8 z`!3MVoKS(8TDtPd)r8Q(mmFiC6Q7TN1NfD_EfMt4Q&&v*&Y2l;g4nX!!^tWTJgbW2 zLnMo5skRCSlF6t{$PAis-aP z=q=u!ko|-EUHsMUSN%8fti8p)h|ww<5h$xSRaVITxp-jDbCC7SVP|`UZnLR=bNGlU zhKrNPgwO4S4fO8M4sLn*yPpC+W@_AAU)xgl1I|xm|G`Nds-Ns;pC~gmub`Pxqprch z3XKT4aGiOpdUGrD>zL(t#$D8kB=l)fVc$lRt_?{IMONZfwDo(a!EEfU)mZp^8_q-d z?O^Y3D?tF{9~m+J@?VhDyrn{GD?--<_Fb+hU1zi4y6%BLeE?NWL93>&KTOrp@P7S- zGjg*r`ltsxvdGc&tNDnuFvD0XFi}5klq*uh!(!1RHYDpfJ54z#?bpc2P8Ob+G7Lf zZ`Cl^>_Z#{S!=p#03CT`Km-)D{*C^MmSt$5T|q}B*Ng26}Y?nk<&OHwa!yeFV+Nt8kS1V0QRw6n))lyoGve?6F`f9bce^3YePXg5@O;Ae68qB%z;!d_E~-sv8Owwlw0QuFk&h*A5#N zR#E5P_&5N{K#}0NvvKEh+ZWeT!Koh%6`3= zU(LtqhO^2wQ4ppr5rjd$+dtif<3@Xa+Npj69BXiesYH!rSY~LdGw8L{TB$Y^xWz#T zn)M+3ZcnOz%L7~CXVwp8YO=Wgd_SB-oi2fj^Fz(GLJ%wE)Fv{sS+f?Pi3N-K7r(N7 zX#;O7`Ptt!q`5TdhLg(qvQhbmwZ!1sAiU?XR&F>BpZ#g%zvKV5pY!6!m_o$>R)8a3 zNR9+|G6>lU^wEw=eAQn+5Habmdp243>TB(2+ACM@#5jz#F)En*+n`dx5FD8~CPn;& zsJ^Q%t*_i$Y=Vdt;&O&dlz* z_Mja)*N;D!eK+Q!ELGp;XLZhpv|Rpp1ZQkF3r;>@)a4EP9xu*`X4km5+*j7Ocs7eh zFc{WO*uVWHPac{OSpDhX$1z<%bH|~a(C}UDe{u^wD*RxGLHV}2T3JS5?eLc^#fwQ$ zNm-=oZ~GHl4Ce%DTB@`|=pIdzt|Hz+BNMuo#*rwh69rAHSg}3>$+BI4m6K^40rpt% zlO}3O9IV-o5)oo<#?dEPD_Qpsj_+p0w-z~bmQ>4>Z$rpif$i|&)i&>0!b?jv#0>mn ze3kpKR&rryHsK=9aq`;YhfjUl0Ak(LDV+Zus^T7R$>uE68P(NhOPDmUsRm&^S%-nQ zVzVh`G>c$YY+^yF_lh%Ah(7I&`r9i>=h)2}zF?|z3PX}0+&B|X%IUU>_q+H9*xXcS zgik$*H5N9aLZG2T{fnqs?w0EC$@EjDU{yG`y@xi(nQV~o)0g8gcSRz)=|~+Ac_`|; z)}-M_UIR9@cNFm~x>iWU7{4;*=-+udJigt~K5=R$$&093*GCJpU5m3|?{t}7bK+ey zF=aNN@b>8Al>P;L$B5crn9em4!;;{iw=w9idxdD*E0Qr)$6~*{JIkIZ|6al#CSfTm zg-KukbT6jYsQISu|?;O`*c&ux;}^Q^}(JPR``R_uxJDmH@$PJxJbmmD*sT z&Na+yvHunUEO}v!Z)+ysRdXippH&LJoj;gDW`CGF z;?SFafe!Ip^P*wTUV-3ae0Fc&!_F2}Dt*0=gs|zf^i|RB`sKJvZgrwI$Dvay*JtdC z=4{V5-Ou0BsXAv*PxW7#Ry#c2j-nM07;{^u%J=HEwqYf(XJkr{)YwtaR~{xfbz3^eG!<}UI0wii%8LTn2nKh!DKIDM!LNGvu**CZo=3Iw_!0v+A zAbqN{*_iBm`$)W&Srl_}T%q7=>P$?xN5_qiTLamniWV)s@{>kv z7lSPKnpfzptiVKAVSg2zW3g``(bwuz5K?=tX>TSIUzEDfA4cQ|8KjZ5-<>jf!*q}3 zWH<)hzNHpRk#T)N6#RaN)i0KTFD>vg<<{huMzph5& zz8CCxU_|hNeKqNiMr7!RPoj&u=EoM2J$?PZi+pf&agp5le2qV+yUD3Ldp1hknZgLm ztMsoY{aN^)RwiOGcG~5N^+4R@%cbtDrUMyU|K?orthLX9^_TdcJtr2+2Wfs~ zW#tBTBQ8{lja5QR8~y|p4E3DXvc~U=k|HSW&PbkM5JOIlyw5`3CBBmU6|48BC0GhN zRk?}E&`p3R0E{C`HXUC)1o0%K9-EK+Z>Sldp%?+&QJd>Lo>qKCnt%ByMiM%!(!VDU zu%PXFM1ea#aRGhl`hWH_$5C`WZp&cL#!>wccmEGiw=!`h-kFo9>?cc&Hofb@Fdcqt znmBXO-x%JJXoAjzw@+UxH#Rf5CRY^efR9)$(%$Nm_o4pLX66qLtEY90PEI;>=&T1g$Ka+i%3^8Ylx>xsblHkYc)Ct3%DbHQ9zjOR* z6NKDq)UY9`I%ts9_E)SK>9Z112$@}w2#e@|r3Qoa&;T6Ic6Lt%SfIy)2W|&1s@;XR z8@Pu5EqQ)=6is^zY3SM6W-titc!jo8Od(sTu`V&qw<%A;s;5j;!8Pmg$k)ernmUhV z({Wu%G6cVY%E2X6w~3bLz~9hcsNS73&#J_ca~8RUVAqMPP=e2gw4+{OPs<%sk9nw( z@*~<;TN+;D6~Ih^ojAxC`z*94dG#tOG`vgC3?{rc>6}`%! z>`BBcRT!0zx<@pK`Zr<#-m)6^J9*Lp61&MdQNxua?M&dInlhCwT69kC{E^W#PvUF< zQRHSgIo*IHVj9z@BX{SZ>iGDm_1@!0)iAw`$YKDY5Ugpij|{0r{Am3RE3);E=;^f! zM-neV_ck1c+H8G6N>~`QAGb1{l(1mZ(D)JYSlBN5S7kb*b7mWs51Ee7r^wi6S&&y& zeZ=x>pGaVBl*dym=>s8!6yc4)YBy7r5Oe2Ms*BE4pLp%gs zw5S0*ry>}~VxqFGsdHfF>H&^xu#4*=R^E|y6>(3#lv>I5UN@NmTSU3~;zm#x0^9`p zi%ngv9PWlrfAdyowlkrU@Wjmd^zURs?KCIZeSP{^I@XS<=o67QF|yR66a~Dm6x}O$q+K9s8ym~z5rDcnJXoPx-3Zo~YUBR2jr0D9yrEE~a=gD%qg^hSc_*xU<^(*FB_+)L*efBE>61oBpkf%_VD$C?V zdO*Pmf_hu=?$>Z6eJ^&4OHsxgTLbTx&$~YfmuA&!2_YJMt1xIvKjf!@9BkmjB11m8 zobrU844lZs3D3QHiNCsiU5C{IiFv_Zj!c$s&2D6gDxC5wqBRK|L;Yv7(Y%?Gw2woDUJGEcG`h$bd=%6HK5jR#1T?;CnW=|ayYCk;pwy0uz zHlM&V%Ko;Y>R90&&WxWV#!%b1)VvJ;=zs32^vKr2@GVy=my&nhN_1zNwkl7#!+%%y zciZ=KL@05ru*V4Z7(5de&+#Crz@RwObr^<%2&C5(SKr`ah={HA_b`#rfK zt_~dX^Pb|vC%uS(b7GK5UutlMU;tHTzew{PL4Njzi}9tlJ)d(B$Y)`}gi&|J`)%lI*xnjx z%W1(FfM6M|{3Y}nUVUVDh{OkDcsA3aylyn{yF?qtSTSpUS(OQ@k;ljArHZE8!1v`I z4Oioi#0nEcqtcj>gRUG1tVFQEZt8(;_AJEYa}t{*aqb$D@s|MoFcfwt{xcK5aS6%_ z^q$#!*1;_&cWb)850!rS4V`<|;>NztHupHXLl=^nW2lJprLzrhG-(qfwsdD^(S-h2 zDJy^lV&}9;zRVP(LOZqtu8i#Iwnq_dmm>e7pDGF7rYAG)^(`;I-7OW9=HH7FRx9 zW&D?cmilYGw~YPSYH9ll*5#Xa_Tf^?JcFydlADUb25q4UP~rH{qraJvAOz>9h{1T} z`s)mAHoR(v3L+ez@ zAjl_tb^vwDYjRtMC@+ojl8>*@OH7MWp5a;~f|+mR$lg5LT7}RRn&mZsYMeb^m0#Ch z-(gQ{_FtYFa4nQ|z6u*|$^#LKe zzE7;!wxKJeJz8W@Dtm#j1h`4HFhgpm5rQ}>{*L>wjciC&y`-b)JBJ=s-lgu2hql^2 zp}`zxBo$TFgcqD9Ll$6`MWL^$8p=z5=ZWNxe67-7Zc{Y^sWkIw*m&Ox^CpPpt;}>( zUekC(@cDWDv0tJGCN{*sKROX<%K_TPV#r7W(kmPoKD45f&wf7FGKj2l1HkZ|=HUQ{MqG#u6HIg+EWeCNTG z8V0J4+d`_+f+QUpOTH%XM6yDK@+$ZB9{cIU3%=b%C+QfR-NR}abZO;+FE+~_BnoJI zyi{oY0HVx*P04ny@|ATxT`?wQp}AQ1LGq`F3pxe`kMd;$NmWMGI8sfVfygr`vhr~8 z>O9ZVYEW(@*awcGprLh#UGJUlq8=vX*yIK0Z9*K6ynu7u-=G0X=oM719;l%jgso)F z$lE4XG-8$|o%xQDe# z+OpT>o;>=ZVI-+$rNFgXXI;g;ac(O>U~5ezd(d9qx8l&g`t+2=-gE$?z4j~b9ZJi^ zL_GsXBDcj!#ljA)Wpie+&auT}e~}FvoHw%oi02NI2k|KXc>$-`s%2L7+d|U9XDpwQ za*N5`2_VJ|_Ngy1sKW92ZhceJZRM3^OZ(G~9^c99+E6~C!2aHbkGoL)T!sxk>GOM*~M^RG*hQt4;FAY=FKCWc0VMwx71U zt+~f>WDV~CaT)&hZ}>B}2LpQbnv5_DM`hF9p=A}QF9z!DrYT7q#EG^;&7!=0f)M67 zTU_`xH0+XiIc;S~0b$%ullCvkA~2A%a{fTD;PD?^+-z+IAd0O`<>A{7WOUQn& z0g*jt$C7ujTQ5eyjs&m-686r^-ULUtFHVAwfes-_+cbzKNfQlbDULyCdr>gv8wFzw zzwXCJjvZ~84%dB8GiwYjh}~2(gAoevi|r`g0`n8>lPuYJZYE(6D(s$Iaqyd2n$)YckKRg#Q>_!!PzXVWpu6=v&VozS7EM`pHtG9yM!DR!O-8I z+St(0bRE~<-z}3R(gtHV0t#k@B9; z9H%uibr|$xOj1SF@ccDv^}!y=yCex3+z>Q8y_*u;Xh@xw8hV`^?Hb-+37qg_oE@%G ztZ2da$|TO>e_(?drZC%6`)Wzq4>%H2@~~K4!m!- zJ;Pk0IE>MeB&VR-@R>^5F!FcLE@z98X`#B@<^FLUO^0&BZZD>9)sT;__ASb3gstg} zI$*-GWwp<= z=`TF;ClK&jS-_Yo<1d!0y+apqPs|QKODE!X7&QMzwoMbiH3F5MipoZ-dj}N6^G*_1cF{>j@OWpX{g%Nr-)I{8Qvo znX||Gi^jtRYmY#acfh8w=uX)R+}1jz1T)GbQn~)UJ{Jdnd&fusp&1Eb>4M|BP&6p& z5Ttj2tYFW&FcUU8VMWY&a2L2N`rO~oa;PbO1Utt&U}kQk^9 zuc195(sf@(#@Z3?KTPpDlNEl{QM6X}Zd8@=By_a(6Nc#aE`_51AYS0L&bH@rnZyES zYts^IN~O>?a55r#7Z5hB_rBt1oVmo&U`E{S3xoIBA9}QSMNjBx7n;bc4f<{pFP?Di zAR1Bv3cDnr&{e#DJZGUkvoLkj9mJxp)VC2=uOPjblh9lny}9KFMl#MYb9ipYF2Voi z`Jt9y2Nuw*?>S(q!ZD}>N51`}3W1n~O%s_KJ3W85ZC5iwCQs@H%;bzCwSF71-Rr9a z=nO@4{@8INk%nQrAPKrh_Wq+gMX}S74Qe=nS*iPJ&CYI>MH7Ye!7`P@a<0Jx>loB`%v$RwkSnvD)j^&RtHO2v6kO6r5c7fey#YD(f-8q)(5 zAuExgJbC|kIbnn7e^or=PbI&{BgK3_BlTt#8fOxjf2THD9~`Fy?1;qoM69`Ck$)Ob)Gd=i=5ZKz@1 zpDoHV;{wr(UdlSRP=FT^|8x&1028ge8!@~5(vEGe6b@S6+*#AC3Ds8g-S?TXU`Q-W zb6OAK%Hkq2^ZFh5{u#2@q=E?9b5`%zl~BYtf0*B9$vSBvY|k1H0u3Z|hYI9YG&(9m zyq<`+5+*%c-`o0N@uvU>0?n4wF{qimA=Z zesb`6<(hX({%jmJRLNC(h5qZdU&*#LTxD~rP!%Kix(>v4Lx4K{J3_VL*V6Ba)U?mS zAA(z~3YlEk;{F<4&zFs;`2Mje#}pM`tq-6IIgIIzlW%BABcl1xhbVPk&v6Yun*qwo zEyVq`B(}^KVg%24)b9E+{+TgVOZO_<0vYj>kfC(fpdf7ByS=I8zqmO!->&=!1z8du zv|SQDE|8xXp1U7DE&P%FnsOrNSS^ZtIBJ=FeFFhV!c;lvnh}kW+$*X8vYT<+VD>(l zFp}A@qkhp0o5?kLJzc}LE2%WKV#scY)sSeAkKftc=cRhAC-b2f)qijikb#KDucu$4 zR{Q;dd(NXjom}i!kM}x<_P<$`|AVWO^BK>)>fQx&^->Tu4agv_aK>@X&!7D$-iyYQ z`%V)To5-}d86b$K>8=-g?KuB6ofkn|`81T+-x~rI;+)sZDA6tHPTOtzL5g*;3S?=& z`FgB+sEKXoR%VJ&O7@L)K#|~lC3~XgAh)GdenM~T(dRbP`hN@*h=ltEw#P~bmy%X) z%~=xk&(Qq~T0v|BWV65|L~^rRL1Y`-G_@~kf0;i2cB!G+j{MOXci=iW4MBhA!7UOfKe%2sE&@)y=0knfK; zJ<2l-IHIQQ7zH-<8%BG+qcgSHqAL>|aFLT<_Vu_0k1`;HSE-NwmT;^7w^M}6ydcDF zCcZ$1z2sb^@oXKkKqRhHH3O-qAJc%*JXy9E;crXNVu)(^65V;sjf1cYOtz-?8h#QL zapH5;`AL}v(RbkvR7R(g2xTRr*C(;PMY#;WjRpI>wY}BbM99b^WF&>!--qAlMkw*; zCDL91o~G`?FZ(l6Vf0SWK>3uyan<93`9qokY4Z%8KFCgc1YJ&Y$PvQoCCFQ@pp0z^+h1%L6-M}_0^ zU0ON(>E|4{(ogX!^X=``qU7|pn4Ol_qXrVX&P*e~aHn9$F>fGi@n+JpuQY94^aM|T znm)W+`O0rbFt-DdlKn~(f~!7T*DP42V?Pfw8ApY|zQT8X_iw!1LjKIR=hp9y(IPxN z7AI1JLV3$IjPkn;x{R%5Zgsj=2VG?jVOPWh za!KkJC2r3~s8`+Q5tP^-C~zSD4xvDQo}Z$gsWcUepqC=w2*Pf6CKXPAZIx_cNnWFy zkGCJaa;;VnNI4cd{e9-;@qH$xIyxJYww4ht`|qQLPqPGVbzPT4`7+=8dJ-symDt)l z?kWFAYt5i5u|M5wZIU97%8#4CS5t+Y(pES7`u-Y`$`pA^)Pq3h|5jQGDfn8~577Yt zs0DZ-p-Axoyfpc7Q)0~HeHuxnm{%F(f^cVpi&!9q+e06NY^<0fNo#C=iGA0(#aq)e zTUhG8=F(~OAHG0m9%M1+8lm3HBM{5nOv75B)ONOlnc{3XlQi$#s;Vvr#?mP8ExagOX`>>JAkG~h#r`v}AjNfK7R z>$smPJz%n(-+Ar!{2C^{ zf$&p*Hlm9p05&UwC!4Qh+_+|N8og905T~hF&^3H%ArlELJyuaof^BFuf4O}!`P8{| z|DJ;Kfcq?90&Q@20a&0>COQv1*=u>0Imi4wGAIZdF0EgRh|K%)V@h`QaAEv09P4U* zl-=90%E{2W>jm`1Q8^+(Z>&K@JIs($0@_sxC=z>6v#oWyCQRhGW{->&O3c`lg{rNt ztUYN**58HSqHl!lZ7>;a5F5dtpAQ=PgdI@@9Z7-Jzp7j@p?D=5P(zTQyKsw;%GgtS|*+nuGQ0{CtY_hewrQu_rwYRX`6#LU7= zm%RKg__4D#H;CT@5gR~Ua()Fr`Fg`p?&I_Ln{zD2nLVS#A78O18g-$vT`#8=eY-JY z4nhm2N%@)vQ2Nsl2*%RNf*YKTI4t_oG*Y1|&0W^;OBY$zo_h(hmBF%2Wa;1~fb(jT z@A(%>NyKRF@O$}Pn|H2YsVrP3mLc7X6VI`f`#X;?>k9IuGXi_?;VO(R8T}3}C%CyG zNNR|rR$uKZ!=AUKpK2j(>gHYU?%29jOOi{gTogFxf(P+QP3@BO5#LzI>IcCHb{pCd zFp=r+up>pZ8bfb&C10Jbj7o{J;H|&u-)I<@1dgFUszqNPEkEIVt27fR`B?p+!fN6} zaRJXYOBW*?WCQ|%CuhHLbe5L+H7yk<(VFiXstmn-OQ?~!7@3l4H4_Wd3y$VkIsRTU z+&`yW=XiAkU#Bc?1}`p4-BvAzH_;Sr*yOsQ#D>+jZK>;J*RoG88c`5gY=76+DHQ5`2o#Ilpsof0#|`ct3{$m-_JMg z0VgNWvcSg&tU2sxGE%I$VL~#~WHSB2#?Ll|Xh^}4Fa{jY;|pUc4SIh@IgD9Y<7}8? zd?*pAMqVD5kbh$5#R}>xo&5(l`@ifBv9Ic+Tg{H>1?zY2>0(qSz>{NP^`EaCz*n0! zga^18f(a~-oV~_o7JVjtH_b;aGxu_PpHH^Rcud9SX{@qlk@QfnCwhDjw&E7HxIY^7 zp>S@T$tB^)tNEJAI8?me>;!){op^`dZa?E?&JWn7Wv>3#6M1eXnUI!sacu?O%rx+l z4pb8PN%+cY*#0)H8;lf&t)ZuL(oAmKm@}MxcIzB0w7e5&sJzGLn#|%ghZ;SyZCnqN zFFzXPVtiz)6F&N|zi2eBnFc#Mu+6Z3jCt|Tt#54RN|u}qrjZsA5*gn42UjmQyYu@5 z!gLPTwDN1X84!OQFV_%(UzZ9wpSbfd7x8e)n+cwjd;4}`lUOIdUc1U%PLPIG0_(pk zHa@F`tP14Rmgs!|y7);xtLra!=Y)TH*k){fW$t_^jWcP;l8@8-7WkQY7ur0y*%An( zP(2l0R$QkH(nTB*aPd1Lnr~v$86@g|YY<$FydL@oX9HgIquE*pQF@O^f_JmjSB6m` zd>_QQ%xbTgM^-VvU1q#1yd^tTHfj{ret+V5nFQu~?cLwqap{2RHZ;O_ZLREoY2XCK zhBCAf`<<&;UqP~83qCn4n$S)@>H1W{K4VhfFoouR?6L3Voi}qL zuK15?Du$+$_NNS0QGHCPzz-b6X33E#<8~&9nll?!5xNC@f8x@V zq`8@g7Tf%ezS~yopZ>A6f@e@E~sOYEq8H1WSQEDk1m=| zXD?a{SN87WM=L&?#t%u1>pB2Ur^DuxLds^$PQplLL=C|CcuJRrgsJc7SlxA`JG6LG zx$N(%n4lXa`?vWTjaDn{(QR7?uy8usC&tLu5{JO3;Rzt02V-)zfNT@)A0C3|&Q~94 zfqsqGEyiuC1YokxIJa`wNst>YknS_Ef)UDy=|D(!bKxAJNt-VFNy9hfF-@E*V|x_# z$};!DZ+``*q1bDM1NuMVKE_9T4V}v-*ynj+D89UqT^2OCcPcV}QvdZyFPsR>^V0lc zC0uDSGUHb$tK1+phS?h%s^Ge~U&u2q=5ZS+2?SU^G zOJ~Uanw9;B`fSf>#o${ual{k2?`ME!fQS0q!o%{&2pZ2sM zQr1oKf~&JMQT=wte7=wSF{~BEggKkCe_cR@tfbUf@0ZL|RXX1upKN+xhklm+;C_{GyVLFbUrgXW2ax(6* z;v%QpL7khLol1HjV6Q1DSFNN+mmAdjMm!C3$!F4R8nvJ|Cp*zCA*nMY`KF!~T(eMn z8xlZI+3_Ol86jX3O!;g&wo1{4_5lO^OUDCh=KJQ zn~ta5EH>RL<_mY0QMB%B0BTb7_ zm3*voj%-C9GOVCVUrhW=YZhM4NmRjQku;?DXNgL4#M<2MuvN)e<3ZSDk*%vQvxwk!0{9OjHvL z&{dwZuXG#L)w07~lX7leAmb)@x?V_|2-?i~8WR0I4nx2t$K71;7f?i5Sx2V4fW^P? zmW|U!?XF_kK*!FG`sVYe29H)drup|H>E-zI%!9DZ1b{8(bM!4sk#iAyuc!G8>=5VZsO;|&dqU%9>Bj`jZ3x@VxP`LzB)*16>*8KT>Xxm`waol! z&cUK2CD&ikSdY7{y4zKK_us{Py5=F2$lKs`)x$$=H4TRR1U-$h-6-#Yj1tntK<7j^uz1?(l1(iIMcwaw96t0OW$$s=?} zhtJQl_IB@wUKNc`7%&)`Gn*Y@hyO=L@{BLC&h&{yK?xNu_KjBn*u@7YI}x-Yd4p2Y zYQGEzJ?U1K)G+<4>6m+%CqFaB9M%*U63=rmejpge%2*-6c3&rq+B$cx)WxP2IA*F)i>yM8|G?F`nZsLtvd{YEn*VXQMOyDOU=qIn<78J^= zKb7%WA~TBz|J@dl5xK+;xnT8#lJyQ(eCbtl8>a84I8^LEVzxE-+WQ4J%HjLz)*5?1%W@V^sy$;04S zNgH*QF?bFhBMch%bxH{56x_BmPt* zY$|5=^!Oj#QE7t4Mc=T3YTBN?uD-wjA0ycIG6kVr+?CivwQGJ9Fq&CIY|b-yIA1oU zt5nJNaX)NhZkQrgVoVCio;Z?$leKa8ZM6SdV_u3GLX$?f#+B&U$8MAn(6{a4$4juG zqO9*lJkjt`>X>x>!tlU&Mgnp;l6kXG-DoC- zs(f_M$YplC7ytby>I+ zuQyjr=H!~7pY2!aNc~lsoQ+2|aMHt>R5xfSR>F#C7Lb985cFN0?5XGRY`5US-fv%p5Z}__>Qx?p(Oi2ZXa5cm78tglt^=+aHt16O(DCY_- zdrHMVNeL!o8{QqDR_#51vv+nR(9AGPJP;<&f)!UhCBY6gjjMKW?>{MS36}h}s1|W| zid0Yc*Q#X$knTLW!NRZW6}-w;^YIiw~{maekwylq2o4C>XTz{}hBUh3ZP zJfww{kEva~PHgw`s=uvjTKKP1sgC@{**cZUug1$whc^-jgePsPR#Yq=dFW#j)V%<% z_N3T^V*OgY*I{VOrHUP{(&*eKbxJE@cwt25!ecJQd>K!wj=}Oa)%^rfu=JeKbxtbe zOB#%QUw1*?{I*qMC#i_&0X3xfXb$1T5sfc)4W46E9tqN45^#U4aBYyj-fN^ubf>cw ztrPZ`PNz_(tbXsI-r|BgyC>UJ^{(9w4}SQ0>8r$P(mt?y85$Ck3i`R0$q;m0gEEAa zku!X#*!;DD9;0$y$x54qdf0qmW;Ww4$6({+v;h963Mj(F?)?Z3%OCftKHA1Z9|12m?X`i- z6UX#C38r?!AcW_+VOpHc#Q{N-?f9GWCii!DzF=m70&jN6!Qca)-x`1L0$%TTMkx8r zCeSn$#blT*(r@!zTCnemFU5{l4KW!^wgVg}?=e79n)=qEbBZ}6jkq#hUVhS>z<9b- zozG8Wsk_1u24dOGXKtz;NPW|DE0aL1V|^ATJlrjMPz|n9DR1s3yE(qI(*R_Hqa=7ySgH zB+k|qd;5l+^ZZ+z3I*6O!OE^{2RqgN+ECa7aJQ~3kl=V?{=xk!9koT{|B-G=>tq*0 z2up)f!?yq6B=B2J$-6(;=XSGHJ0l%BO=-vk4}hg`h76Kje92m)&zG=_8$#VBr-kV` zj1wDzpsn3@>R8gxM6OxuzBgr6DOqr)5vxiu2}CHwpmjZ^6p_`n?fd}mL2T|Z&?0Pa zxGpq@!;)TQ-m_00LiShHEV9*^r1Ub2Nf*}sEuP`z*KyeW{m3a3xh4|`?df$kY{|{ z*<7mYZa?$*On&r_o{{{WA8pvV(RDCd9A!Af+=Eols)EsOncLKX4eZxcfKKIc(N{W# zF2AHC&3pdlb*faFl0v8f^VT+cOnbZ(1s+DG*(GCCe8~mK;4)$2WTztnV-)8T$G(?+z%-ukJC^`;hbL(RG0kalO*U)_Z#Rc_8v5UO9f_ z2UbZtxBcv1e9T5o+maOHAZ8dSy*d23Pz#L3=T=n4Ij?)7$9~EagdIOBEF@>N^Xz)Y zuZf?_NE`7(tum_TmLod*XuegqSp@Z7MrI&Ysc3fl`1DZE0QR#23?tt3$QoI^28DDM z;xj?bqjUZi51=ig8(3zi@|yCzxs{vlz6#AyWRRhQH2jFKzkxYbW0AF*I$B%R{=+Mv--|Uks~;5RPuI{Z$gt2K^wfWQ z_1IUKIkTtG8X13)<24w(DQ{u;!z;4JRH|Miqc^*n0$X=bjK%Sk;Q!~wf{ql}bu2B% z1ap|@|L;Tp_o@HAM~c-QcjxOyvZsPLmBJtcG#ZT_(&}-un+ee(H-i;gRkQokUq2nK zqbN4lK|J>#oEK&a+}OV&0RBZu+S$P6X16+-an%dpdxm|3Iyle9mF@eCDgXU)(aZg4WvjoBv+FNC(St)93R+=N0u8g(_RZ6+34HV4G^P0e()%7XO=nC z=&q8E{CJ*abIj(+(pO8GpC#|F9#J7vAX8B`JY07^y+5xS!=!Q&0;>@Ms$hUYc+cV8 zl(xaE@L~CN`lkq3Vs64NRYK-z74FK!-2&T03iKzB;GpxPs(I|VGt(HHHIb`nA!w*j zS^c!s7ibRhxNl6+`oFq;n0B8Et8Tgp84ocoPMrLItY zYS!#u++obBMBITPEi(s#p<>E=;F?ytX007?6K@VNGP--Qut4z zkm^@~P@xRWYzIMGAGA;J+#~R{wqiond3v@3V|qF&;p0{Aveq1q`x%k82kPiU?G8xzU z$m8wRj$BsV?gU6+H2krLP||361fcN>%c z;x_OOjQE28LocMxR77Bmb?3nj+VU^u>nDjY>RJ4M*o60)`JK==bathgj>${n+ z21*2p-A24!%pScR7hjTT8hSj_$InX^YvvAyNTZSdbxX2BF=R`l`725k*L;@5S2i=@ zNo&?f=9#i2e?*v1c#qYT>pxv(E8+aQ{)F=pi5DRFq(VFUw{ER;;ArEM1+^w<)gbuz z_+h)j26w(^;NY<=a~ed}d|wtZRo<;m02ZoO*COK2F}3>~|CnaZouiZTY2X7bF)}Ut zOvuHzMcBd#!&wpZbCQi#i&Fl0pKs)`mC6=}t10WPBOIE@6&ybZX9i-E%5)%4I!*jf-_9Y5w zXwW&3^0LbHX?D`m2FlGxuBLS(bA~XY9uUE@hpm%>~?`pmW6ZH31_iZ;0n@1GdXD-PL5@ z37V>)zN*}m4gZKDoxdLWY=%9Gcgks8{~5zwstBtqYTBsy0LArit+E6w5|iD1e}`;a z%2*GfYKTbCBjz$+K3gQ{hAi{Sz3vdupQvhBr6VW*8ei|=LmD}v*oqW1GRnq^E z3dP&mfOmPdX~?-+G8^{uA9>K41N`Pa48EGt*guJRr(oHV8BFh2wh)tyh!BU{(3^&| z)FD9wt6oZf>2=_3&u06}GuP)0D5f_xQm5z-Pj>M1Q-o=_^0qWbNPpfF*BXg*LnKdQ z(b=NA0xMi4@T}J&LN`=sjy5is#{xeLS0Of4jAm>TyWZ}V>tcPP82DSN_=2Ryh^9@2 z9)M1M305S|_Nm0Hp&lJ5hT=5e?a+>3?@MWNnkV*&+sA3K{~A4mqi2%b@;>~YH2OZH z8!6SyZ+tI6dQ$K1@IlScTB{NRrMljs`X2;9dTdU+1`@_7XwF$~ce(7_hCLgF7B5l^>tIGf4xqp3SK0ZFRaHu1R0 z$oKw9-J4U_(#2C@oz;H0IhkPaBGR8MN^*x%PBH1-c9I<%V$5~F^t*GXILQvfp>wF}7(T16EhSy;nFWb(#Mla?un`i<$ zf#T=>aA3*davRJ(!}LRcYkWlQwb>QcR+pP^D?fjoFetm`vtpDPIK@*o#PuLBpmwbp zA@{%OPXX27T|Xw4NBmt_@hEf1csoM@-p^pa(bOKV^e`%iUkHc^+1cuY4J(iEE6a|) zxbIe!dw7spf~kACU~Z#V#c!)zf+Tgv4V_@|R=7tvOA^7R<6~|0)pONQNc;ALgB!i} zx7mdrKIsrToxA!>3fRpKjgtSSN*e70b(txN>6Xw? z_vI}terx+j6hnGDrCoH%} zdIVfF#x7kp7H6B7Y}~r4mfvx!{++a`B>XQKBdZiP1>+IG$29R+Kn`89?&~AJD*zej z1K>+vo4s?_&^bGJd(_P1{}~RslG;4EVr6O96%knxK^n;xh8ODR=se!sNaxP0?aa7R z(tXB%r-qvRvJV%Kf+yyhxzWj4(-vO=1!+Mz>w{mcI1*DVue!0QpevPm%19m%%fuJS zABGjBBn!K@Yrj(H^V7jIFKe2#u7-IsqES)CuzZ)>^sS_7>xee83{IeME^Db@u!*bi+CrY6P3SMn15SO7Bvor&>P5=Wly zO0)N+eo5k5m^V>Qyk0LVOX?u`IVzG6As4c&2!5;1at^m7iebQFK}6>my^kp6ZKUkz2kp`tvY4NIu6xlB~xIr`e5 zq3!$YKya)fJ=3c=CCwh;2lh>W7rAi3HEtPoS(R8@tCFkc_o=(1sQ{9;aF0=4L(tQ^@4St!m{f;yQr9H= zdlM`Kp>zQ#DX;rw>d|y4KkUjMC^{=ZE(h8%4_2;+KnoCB&hl7M_Tc}35L}MC3PWXu z%k^wNrLhqz`_Wu9XZ#VTLA9d!mY6w?&eS&vZRm?%A=S8Z_kk(NwjOQzx_h zHm@Wf1w4YV(QR#Lvz~l0ME}sy|C$4rUQiQQHbV{n@S~plu$-0rD>mLBu=O6Rtb!~{ znL1n9sS$fjfR0Zt@(}+c_k%e5|#dSJ3Qb{?sgzbqdgzSIlI)Uc1vz>R(TFWHjP)6=x6Ry?C(5C+t2Y^{?v=oAE`a zQB9%R%RADBW_Wpf#XhQpfn1N3mJCrg;$%&(bJgumCsPM3s1*~Y07J^CRIBz-!tfbi zUG6zp?08IxPXZmiH(Od>)TFr@UKsjtW-o3jAh2J^X~0_H*G6{iZ+4^xDME}QcO?^y zW5L(Dd24NFb7d7PZ^;6WrJlM0g~ac)6&rFTMS}_ttz$?789+%qqB|C;#;D{6FmCqu z7MH{+r>&@jmsYhOMrps$3rZ(B={h7n5qKajWInw^PLIf&DpB`idvX%VTo|Sv`9?(T zHS9sOq74aK(Mr2%mCPz0Z3~;g($-se3Q+x`Z+}av+B^e(z(jysiI~f0tE8f6V`0>* zw@^6!QJFrrqShxzGhL8ilWk?bQ9lvt4Y73zp9q=wgmYeWRLEh#{Ymj9_Yo49QIh+2 zhl0|yHk@mAp_7&@P?v0NwbP3FV?tOTk{376X@GPRl8kkIaq71*T#_VtC}M3HuZu_B zhTp5K!8pHpUMh|)gWY)jTBo2Q9Qg+ldmr;b&M`rTYKar?lOi2$2$*kP(z7lywYpV3WPC<{6U%( zrY7!upsl=ZB(5ZeqE2VHu^1Bb-Ukxns`B1vTj^!k*HUJRXP-qmC59au=M>~E=PQWSb}_ux`JwbK|OsI$W22ZIgh; zipGl*Tah3f<35pYVU=_j!>6~1;~&>@xr3*AQZh{#wC5jA*k^rRPtCj*u)^(O0rp{K z1*VZk$j0E0u8<3{f^v&P!`>x}(&wm*fO#Op&v#>^FI!Dm3)@z!HV#g(VkXMIW1JTz z(Zsqz)5}=&3@+x?4ZO1aOO}5DKDV|4+?W0#w`U>_s#;!RS*^&Wc|Q^IcoSz--Aiv* z8|&?~3e{0-eM?}2V*iv66{UR)MbwP(p`b<1T4#{Zfn9+B@TcN*qQ z-3};uWcWE$!x(cMMVuR=k`Qb}+WeUxlN*m?S!isshG-N`kn`ShrfeNkKWnhhct#e~ zRV&5s-#T`&R?I||ZtRJ&okAhW`~elD(vXYF$^FuZ&p8NV+NGz5@n*jiSOG#k%1fkDrROtFM&J%U9#*DIh3D$nxB%9VP$XbZcZw(Hs!pf#-EKg5PU{+?IY9h`< zKNUo9ls;Zn1do|<>bzJ$>lB@#4{rSj6BGF_OzeLGU{ER|R!*)IoY(yM92+km+#|yp z*)OagrKOY?7wCIDS&zUK#kmJp=QbkBF47g&g5rLdg+NHFJJ{+!2hF9rMfwZZiYTqd zyL2nIdSm#Bgt(dmEe_{MDfTND?O(gNL&F+&Hv5=k6q@-~1Q1Wnj>@SHokR0!@-8(a1n0Tj!$mb>d=RZZrflEbWa1RJzmY|%D z^ocpDph}B2t2D}XxS~q1F$bD7Y2R<7(Q&?j5vqH$yR3Q zUe!_jz^{`f0w@6qM2qX<>UQ}om<8Cs(tdlUGQCo4VJCdFwPJKEX}OHCQrGy|IdsDm znh-Zi(Y7XZkx-?5XW6)S?uonX9X0>jU#`DfTo)bJ`QxZS~sN9`9i)l3Psw;o&!3Oq!oV z9b@hm@i>edYHLE4ro!DiHgpGoY#4+gXc^%Dx75_#k#ZYYdSSZg3Wg6T#Kj5K!Vn52 zEcc~8U%1+hJ7s=xtsmpRVlQNmi;icR57MEOS>;?m>KX54h3r~{sVSfmhp-qr69ydX zWe~EN5m+(}_kEUr72r*Z%a7fk!>X!eg-nu{!>T*?!C%Ko+tCb(Lp)p?(DgMGKEsmv z>j!K}x|x@B(RGBg&Vp4zGXyq zIZn_~+e1#a7l1Y=tv9BR(xKo_%4f>n|M>46ZuHVg6n;Y(`)ITXqhbt+8&Dz#HQK zs;%L`UG18dpwB;5bC!PKIC@F#8@oGG8#I~N!Zgb`!1oEbKP4sOf5E=uYyUvb4Wc@U zJCdA2TjK0+E??ci^4I5v?p%vuU%wL=cYP|?b45QKnn0!ZJ$LUG$Eh)>;mFua1rebx znZ!i6Hl+AGzZN%}jq1Kto4drKz~fQzquxgL-Y{qJlUE*01mw#k8?ySV9MgHqY&KZX z{~~7~oJ#43{R=SFGPHQ7{5K~_b+Gex+It=F8cg4FPWUfM(%W({kY-xZlRJ0u7e_c9 zCJ8D1s~#UANK*)tb5^qkY- z4U8)h3V&N*A0yeYhv7qk^?;E>YTQ;F70iNaImHV_1}6aODBU!IYvtmWgxuBFWJ8gn zJsGd1{r#kQCzzS%M2(b;&ZknRhw&&-K%q;|?N_aC4Xw97mc%)Pn1?kMwBSZ(J`>)2 zr1$DMo(;$!_0%7DweFCN^24?}WT@+Y*l>R=q3oP=z`4Q&;Jj;d2=AQ=eB;NJV(H#o z9Z`cISfb6V)>4|}+)arj&nRBykKl7jGaV_s&V@S=)tNGV%RZJ_BYZPn`@0(9Nf+4Y zR`B;n=|Hg4W9g@n#wiZ!mBAHoMl8JBW6_Tfz@60nPlvHTypf{b*!6}p7_xrYCG(6O zSYhiNn`A}y_DVwWklbm*ohtCB1p`PEgk8sWlo%%b@?>phSz>ZQ30G?T8S62eOdJUx zFV>V+2y#^3u_$T9*tZdfQF4haqDLdy= zb=sioJSB7X2$>0Rv*tGH5ETPoTzgT}6)O2sq*w*Mz6NSSLUMCGlA6fFc7{wa?Hs-$ z#98)^?fc9ZwxvpjR(*B4bqYNh=~9b&5ow(8ak7+kq2HWCcN)MB~sX#Tu6q~ z*^5!bT^79%L>?-I!O{rP-t?6_+I?}ApV1YX#3wvA$Yxu(JFHCZN}09*1FSyqzK#G? zB`)etYO!C~OeOlLvc<@`sC-h?kN5f2ffo*nJdef0TF6%qURW~sP);*Gi&`ZM%wZg^ zs^Z%X=5s4g!kgPYMWVCTN)YBlGN$f3!9KcE;z*A)qI36J?7aOxukz^AEiqgORPV)% zMQ%}xyVrn>18Y2?8Y@6)g#YpEZc-ysIFw-t&Vj+iRI%`b?c+4R3025iiVt3)PlbDb z2NqDwFm?18u(SVomut=Bt{q|F7Ee1e{mWTro-nXHSxJuV@)z?;fV)$uZDKM}ciLl~ z!s>-|8x8g@MeCQ7neqZ5{|F&fU^6VJizxgcrgn|)%F{K(i1CTjiH%~Q>(0N&DlPQ8d zK09M7xk!$$VXtu}w4@F&(=1`#9cA9U(J}6=@Y7EcWIM(*H#+@rn{elO^*cS&MNK^y zmWp#EjetLU_d9J&5z9@DFF0`gNC(xo531&Qo>`HXbme^4>-!b4nk@Sv9vai6_9V{N zqDs#)3%q5ZhFoBY%kxm~KqfHosbV4%Sox1@NpMjh13$_r;Y(mbdFZE>oD(@%H+S6J z@2%9f&G%zUIRk4|IvDuucAeC8fup&8TMKX&thH$8(PKa^_hXiKtS{eR=1f>hZ$F#Z z5OMlELh=zT>#SL|^EC+zjc5zoz`drH3&fq??|yW_bMg>yu3wzZw+mu@qhD&LX+pE$ z#M_G%K?h@vQhDiG%xA;vH%(fGdqn!GOToUiIg3mSYSz#}20WLP^4H00aOV`nLECjV z=}@xqJ9U#lb|OcSyCzcla>QvwrzH*T7eRzxA^d7;!t%>hI=bTcJh5q z?%P9;b10U;PLP9zjs~LT^C+brTwNfjs z%5Rx|$8CW)IU@Z$)pYiKegemt?o;Fr-f$|2U-pSdu&iS^V4stQCJd`;Kj)5!le-X) zQop|0%#2@eYYq-GnN>WYDXmciFNpG}^`m4V-1QaO*jO>7MWes{=CcP076?r>?)=o{ zNoW&xiqrO62zeJUQq&tpC3e+VA6Jr5but2RT=uQvCdUgKZ=9cYxi>Hibi506(MoxI zAlrsx39jBxnC2E}PhXeOoWuGV=*TS3yJ+P)+uClCol9U|%*og!9V=IoH{cnx*{QW# zWM&k>C`l2Lvq`LQJ7l}$5h+YWd)*5tyJhqgx*uJN@y1oy%|_w-^RJm~By6b&lzK6L zvoQ&=T|zut6W^}zZgP6a7Z}rDpT`y$+V91%o z!vFW!|HpqIK$>>4YJ1hFO@Ur0Gtb|o|D8DQn9llh3C~(#n}&}ro_3@#GhmGSz6df> z{r5?&kf(1*r$Yw|4PQJViqXJBA2n5;4TB53gA>dMR$Ixi?hNw}`h#f1lWsoo}+NZ$}#&6$MPAJQxEvseOINscanD4IHsC%`yg*v z%@JO&fMP$>t#XlP)6!!aLjouz@Y?y)KA%fp4j7$L25a|zqz-YGiV(-xO`7)ADxoPr z#3?2DeGgUERtlTVQ4{jqj2k(F)CMod&r4%Ow*8dTvYGcpP06HN-v<=+hqyY}meyAH zO)X8$k2%|5HjV^)#w(gCnW*Ar@=N!DB5%BI)uF#R9qoHTxtDShHueL)^H7J9&f>fp z6h+u`lJ~o`k)Ou(!(>aN5M|s+BVfL&1jFkmMeLPPDj=Np%^Xyj!K0vjm=AWDbjLWE z9p~P8(cptz_2b~rkj8u8Vhu8QrpGPoo5R@;INv}XecND!hQEMXx03g$>Yw+oHrdx< z0d=;uLWlpBrRCBK8>E!oR|o&jNFx&@kI=WvU`UNOaG(qmN+=nB2(YGQRIL+%ke+_i zT@o04HZAjorst8=kRlM1XYMlpne8=MxXw)RE|ycjV^gULbg$$IJF=?rU6B(eeZi)W z3U&fX-HgId1;Z4NSjINMMr)o4<{Y~f4E{Q6cd+ur!jPYM{OldCHcZ_=627hVXQMt;CE zS`H>|+#3EILY%xS-6Eh~61M-APG+|cW4RA{weC!Dt{UoK=y)Cb>IolR&G$ybMx#A2 zSxSA1ml=y-GL3~b-l$%C$^DU)DEr=L(yuU;z{fBkMy)GBR*|)T1fzr-_msM}O)*wz z&kW_kO;9CXoaewAE7pbofJpokZLH*z{NiCHTh0aUmgNR2Lof)Jpr%U-`KDm<=enTb zS=?n6Hi}a4R~dZUZSm zFBMk`p$A`l;f$x0cvb|uPB7X$*I^zH-C;dO{-{E8Vn|21p0y2smwUm0$n>8HGl3e7(M#e<92FVfadE z9%ilVNuJ&=p)g6+%Mdvv9%27RMO1T)H5H#0loe=kVBj4xy;?jdi=x$8xdZJT?NMmD z-nGg*d@E~=!-g>OyBDkPB-Tmm(fKc+s41E&_Le`FT`VPDgSRvIue&ahM=&_aX;5|O%qE%qK5bg^Ap#EJKa+}tG>8`JX>OVT?xipb~(lYva`@dUar-KZ3-Pfk@WD(T9~ZB* zfEC-Wd4G`7uBQhkkbB4Hf&C?|xzh&e)2Z2kD(8m}&U~>sv9zWw=H|}ZU91>M!nrY> zF4_K#NHQ6!-@i;8h!1@$V|m?jzkIzrd$W>hxgz%z5!A7JyM{HY%X|P4Je2*+GK$9H zhUOINAnLryfizmE|9;m!n7NB*B)J!=4$y|P;X{|AKePa^iZ7GUalao!aIf3)XS1z3 zHwU5@BUr||I`b4{)-4cFg6b@?G21CC@DoHrMa?}5>Ula*zsOb&`OQ5%@Lp0QWB~be zgmz2d_Qi+UkMAeJJa+Xkv3`F6qa|hWZR#EygdU9d+)v&nXKHKTDLW$*>Qo3yh$Qbp z(YJS3YL`q|gF*h5@Lwf+Hyl|S0nT32LV*>$Sd}V^!Fpl`sLbOpCanC%-zp2^KL|x7 zPK)T~goA)gXn(RORW)!TARQBLYu9u$cP~OD^z-=zP(PG{f;Qs0$KHhauiITd+=NFV zoIF4{j#(RhagX;SCbg&ZS^cLbt!xs*cEV9A{QhCV%07wPD&FB6@|?Q$p<#+F4^%}c zheJ4De?t9AjWo};7k>VuRiV*A2*I@}#PDAf7xn+r8~y8fRTLp-Kj?c$NA{hV6WSAo zPzs^E0+wS)MmM8|##5LwfClnDV z%mnDb<_x!`haHzTC%PKTM#BmXDv10^2i1sZw6Lw*Id|@PO1@B{*mVB|&=D?TeJW(I zGlNAXO(+nqJgWH2yRf(`Koq`>raRTVG$-2|AC-wx_yDtUSMiWMS#mu4?Kl77!L_Fa zkGW73ha%crjcRiMQKh{qiKy5}fcpssfnBKqr3piMoB-%U|+f zknh+ct@`3(SH?Koh?telRp^MrK~~H8iWiF9dC+^oTNLIK3(Txvg<>Z1a+Od-Tt+ey zT`fvmQ9%=C^c4QERm+e+j?tD*&KsunkQm6|3GWpWD63~5a3@t}Gv6P8e0@v2SEF!? zR8?%)#~xC!A@$5+aH5WggvbvyR?1#PF5N`mp$9?%y%ityDBJYzl_wAM6K?PK>|~fJ zJ?>BZf+#3SFaAZ1WBvz4{=Xlw1TvMTy$DpK4u(gP-*aNb$bO`Y!m?H*sl)RH@_$*K z0Tx!c+HV>8iO>FLSdbJ}=Of&Y&y7VNG-(J>2N&EZG%(hanPq3O0W69jo)RE%5vF>RepvRSb=WgHRJN!QAJ3OC-(7+Y?OPoH6P`jXGs+W=f%-u$@`n$EqBE z*Re~VlN*Hzdm0@}cuQXn91^QG3^+X0EZ4C{0vn@)svPIsXEB z>;Bwo`&r9(*^o;IVcTS+BFac$|3L@Iyjz zZ--uEc*PCNwSFRfkP;}f?%FUvFs@hT(vu`RD&DI43y2M?@s|_R%l0LM46O_6*ZX!3 zMU`M^iVU{_Q)ez{VIh%5e=M>Ivc^Oj01&!?YYU{qbZ4X#C& z0!kqTg!eV9_BXcA){fFjdY@lRJe)i*Hp*=Y5g`3?Y^5z zpI5xfOfY>BME@-3piUJXurIR&dF8ml8|=(a@8nJrr@Yl1xqq>tky}9K6^d+uGx&aD zFkBr`Gj`51wfg@2*EyKzvZq@AtEKj_q)Jn(ck_vkpEnWq`!B1bYrZ`b`yAF==3EV| zJHROLyYG@&qUf_Jddxu)w8lDHAYSYt_Y^$EyIUS6bH*^=!2roxzWKDumE`#Iu_lpe z!jvvlurP6`7#;7rNE7^aT;}b9+Q%y8r6~hiwbpe~GdMGf#JF!h5AR8)sl^RVKp_^< zFxI@4OF+VMIu!d-DDdK_<|eSD^r%U+-=INOoq1>iuJ26wJeIEsfBj8m-+l+&l;dXS zx+Z>)ua zbddV^Y6VNXT!+fh;^hz@5PqmFT6~q~m27Us#cMYW1Akxs7{#Bk4*X1#&I*_=Epy2l z2e+#66KjXP{GRMyiiaV~+;^IuODme?i;8O*iK8P@G2yw_wzP@AC9K0ZLg$>y3&1zQ*uQ*+>*h?pNEIgKKKfc2clbN_*pbYT|i)dRZ zQSQfO6Spc4U%j_m`O|{-iAR)fpt$4ei8h*OfByy^#by)Btsl+YDzjzt@7+LSW~UIT zd`kR|0v`X(Zog?Lc32y#Auhs@WWocXP4rt~<+Zr5<%3}IW0 zM~xD!w3or=#*dB{1X8#>Zn~o@YrH=1`3a$m6DTdqj5DPQtiq;N= z{LxkX_4sk@yHkQv$>hY%KJ8lAg)K{w&a0K{g=sMwl#3>!<~IsAONyF5&^}cFtvL@iNpkO=x}4 z=6OUaOFt~Hh1JuMEmG1Nzs_|V}u`q_FHLg{9e80l_m9Zlj_9ny%GPLu7s62THH z!tSTS2oohlD%6dexRd7vWqmOhH_A>cih7ESpR9mfsOQ@$0WnohmIy40@6P*XCeGhY zU3;f^BW*_KXllZZo2CjrPBLZcsS3q69}nrJO?eUifr)eeWTV+t>e`VNm)0{8p=p}? zDA;-b_$vFLPaMRl;GS&?NP1m#e3YTb%(wTBdURGv^l=l-#ieq^Df7 zR(oTKyLAmwdUo}l3Zxr6ONNx`?Qm@t`r9E=(F($f`gD9R`=AKUL2kuxzEs~{(1Hbt zx66sH`A?U<0L;&QL7m@lId=lwyUxb`ivtaP>H_6f`wT{ZTKu7RLy?m_3rWGy_^vzL zd~jdYHa-L$DDV+``WU-g0k%dF^7kpNPAMqtRC6z0>I)AN=udc+nDS!QPoR?>3oBdn?TL(b zg0=hXG5X1cah&71WG09_-j8jq{k@Nc)~zr{rV2#Wrn1y$vQ z4dfScpl7XHkTDkB2q1#w-i_s_(a#EJ93+tIf*5;|+9t9p=G2f#6$i!mE+>zIh%M2*Au zQ|H%w#WLEJUzr(lI=PKXY7S|gLC6;9^8J(!mq!);FjUtyv`IW_5Ps2{Sa>sOqMfkS ziLvk^(Rt;kH`#T`v6mslvVVCwl0n%X5kY=s60DGS|GcpKZJky;)L0a$v;+v)YXEr( zt|nq!#vLNz@Zdc^0*FVhYi5kF!i&qQ!x?C;3$q?L*&jaH;*0?WdbagCU(|po!ter5 zMdI6En&;Z^`c7#iC~~xcrk9s^BTA7_u%@5=lL#)F$@sEqkbdS)-#{%T&EhP8ULpCr z&q-C1 zDB(UzJh@WQ8-m5bXQ&n%^l{ex?C30lM=bs1Ig?o?UB0SwBOnt$hmL6)4_{VPR#hCk z<-n@r)+z_-)q3y2EbV72E#Pr3S-|^*`J^kw)?O<7TT*F8g_Z(nN973FSrq;QJwr#* zFzy2p+2>*FaH)O`u$$9&`5tom$mss9 z?9{H0ocqqSc4Rrc@fAM6puZgASuHP9RdG@V`@o>Q61?n1#@hU}E4ZafA`=-tGAy_+ zA5o6^(-Q18{X)|iuq_w#W;HvYUVS0`>6y$7QadX@wAMiJaAgE5Wv{%8I!%RZj|!TG zC#)d$FW?e^tAEZM-JU_M5t3G@MHB)Z?s-8n=9roSD0_usZH}3>Q23IirNpFk^bE#F z2xa?!xO?0&LGal27x@Ld^o!6vYH02iXeeU&R|wdG%8DB(cN`=R7{x8GC^#uy)xmcY z%x8J`S?F1PFt|N|2jSLKPh2zi%_+vzEI#sAs#9tJeJFUY7))LsnQLC=pj0eRK2(*- zI1%=Z6eWoDKuJGLXA2I_#?{Eq>{wxd>ydK{ww*%tp~#& zRR5d3G*wrcaJEC|qrqGf*FL$pU3k1s^tqU?9&NEyL1ZQvz;DPoX#xFJ-z;9( zzkeP^&<_ODVDefs2maIQ@|9bFixLrueQ5xF&@LfK)$|68l9MFnWQVIsVLXCfO58r> zV-cin+fZqnTe^>WptKPo>KK;@t@`eIu3emauJz0O>&r~g+nO!&NVhU>?JX~Y z_iM$4MiIJSJ*R~ttV7PEWefh=jxj$)AOKz=$+Fhjm0Ek9xNhyzm}iL$9GI@o(8!Y4 z4z89L4jvzgcD;DkTI5w9cSUaxvceWCVue884)>8$0h*TIbJEEJ=6afhBl$P!ChkhC zc9-lEWA;Uw0~c%O86PxAP?w?01_~Gonak)%e+(lRfBw zK|P0c?Ah15Kes8>P3J>xzCP~YVGER+658S}^T8dXB=jI{Z;vqjh{nK3h#zfB1@mkX zH&=qM@fBIp(I(pOGDs zK1Uz%JI!C07XK`}-5duT1XAPR>6%b&6TD-68f+Mk!Qd?htNoDnChi)WuCZ0a4{xd$ zzU?e*3=K+yw4}x&Oz|nICOFfDIN3Pt52YcAZ?j8>930iigNmILr`bDP{BKepaKPhU zhGqQ7v2Bl_wXBlS$I%KKe1z9ZysuQo`#V9~{9o3>WrH$1_aGfn0PgWpqL31$OTUxk zN$WqbKdth5TX3Ge(T+9h4ozj$FI-=!`}og+{d_|AD-1h96m=`>g9Tr z%5~Up<1ySCTFj-X+vGVc?A6yC^y8~K;|-gVM3?di{J|UX=bh6%72h(#hX(KL@|wIA z9Cw#&UzaPfV!oY)Wm~b4vs&;FAiEO^8sz04(0rBqQa3fE7l;ht+?9OoKf0On(ZDEx zXxD!f4Bfu2(3pqHh2BL1N1g5`WjFCmfn84*YcF8D=qIaO%Cl7GeTTUcL2V> z8hawrKvzBJr+&1#$A+ZHDE?9W56JHy*zfipq~uw0V2&wb_oKHH@ZMqC=jR z?4;;#6Y9@3|p<3_rl7m1eUV z`8ROe`WKW+oBX*u%kw(^eK}8YucZfLHPZjwsW+bq*=1PH4;?NlnWLi(SIIc zeX|4KfxqmYeo9k7Kz9nK+zGyBEFWk8#y)|(7A|7D=Fj11DXfO@0+^4m&uU58d|cT! z+w~ve5;(aTXka|Xr-}f&1O&lO&r7UwR!)?6DPM9|n5vGxWJ1Y`^=FlBYFNV1%OEEt zu62jNCn}XGq*ru+t%sy56uv9MdH$%A1`cah@AKf{g6=Vsu)6M+x2>669!AMhDZ5sN zDV1{*z^^4%+#4TIcdWHHNiOJv59IS4-C166uf!EQ{bvQhPD}gpR!3 z%V(Q5w*b8a_pLQSGiq6k6fF(0Jm%2~WN8%m!(1#AsJ%D(VPfHjm1hF^J=hldugzi; z9j#Ri+U8@uPpWPvD@eiIjQUtswUi^12X{yJ<%eQDT`}aO7duZAD5@=nsNZ94tT!J9 z_2t=mvF^&Py(jXfeI$|}Oc)>XslA!Z0_Vo@~V5DruWh|)JGZuw0W0|J10o>zK zQ4NY@O`8d{v)5CuDO_@P`BluHHp%bz7kzY^jYSh0t@&z)U2<;!ER1in1D_qKlOi&; zXEQCLMu}*y`>A*2T&CaZIIK(mG`x%Fe1zQa{{@ZSd#B>O6by`XEIs+~{O^eSyR zLcqF;dvS#v^(JLjbRLT7yeC!v=tb{ts)&-w*n{(wr|e=qd_{$S^ryEaj{ketq`Wag zIHAq8MiG8K=T#nsRLfKszn?fd@I{)gSYi^N!KCh&R*2PeL3t0ax>~Mq-##$^ zx&TkjzP!YNJkxY%Zh~BnZFJjf>}#5sJ{6%3IJo7j_Q3eT;O0t$?%etE zONkt9YL$U~jvyre9<;~yb(?{yv%;M8ppYKH+yG)S(VuJBOWZ6rp2Q+ z(4EJGu@1VCuk-t3IWMMf>BUaA;2lOGB*RIn!o{+jEETnyCA0#9=2{CuHun}br8Pds zIw}dR9w(Bo@i|*(YG|vHq@yF(*j){E6Y z8pSHl;9c?zg@~0;;Ese20{VaQCxYzCyHSO1Xd7^+Uu7;(-@jp5DA}!TSd3cnS4er{ zf?U4x<~+!G#OmP1;|J9Cf;T?pDFw0~0di`(6lfY7+tFp`hbub`IS~l5bF^y_JxPR2 zQnSi#(KB5i^NOYl2okkBE@TOQQ2nbw>qo5FM|-{4twrrK8_*#!c>XOxNq-1^Z9RzQ zsVLg{>5@9u3OS|cI1yQrvl-_l>PoFiCQW~9jm<=eRon@Dzaem%)?mGky-#9YD^6+d zK&G$O?mH&KP8-ja#vUv0yx!GSUNLU8WJG7=m@nh?0U+Oz_*UcH;Kb(_Y4(DAk==&4 zeUnSHmWTkYGdM<<(~*$Q-voTeIOKktzsYeezt)4X`!ZrdbKnx(y>Xu}x>+u&y%=_! z3Htc9|Co!R_c4P@^6an{X@EaYM9mEYogV*6RCE+!qt|sm+Yg@ot^AAK3^UXSw}ExA z9ofg=xVqYq0|1jUOHMWF{9XR8vvarEf;iu>ndM3tEZU+K!{+zRLn%oNWCFJ*^@@-9 z5HAQwMwd)+-<8aJRU9E z{fI*vt|@tVk!XtJB|}Q=u43BGwz9(xgTfV!(MOT*)>;B{HoRSKI*}TH7M)e0=6gk@ z&=UCD0}Tzv@m|}O(=qL`!RiY!a{vU5aa-lkITiYVS8@(--E3aygcp zOUt+Jk01{hZOYb3mV9lUK<@=`e=Xx@^5WB%bG%tA&+6$^YUAc{5Eg6r*G0jL1!iJeKk19=&!$|m1E!lKl^89!xX^M~#?(IHePxNw0iCJuXikKJ z`_>eX#?F?B6;5Q_v6U0Z*~<43)zo;+1gt+^(d&%Sr>$f}^Z`Ivbn96~0DRwO+|OlW zQvsvp%lT-qK!w`DO3kZ4B1e|zcR$*+!YVu2b)P>D`5v(zN_a7nR?HeCHzC_k3mE#k zau`F{$0?MEkjA4N`Ry8_Ut!~FnqS}|@zMs`f2pnEv^@&&-el7bayD@MqVXQwu%$mD zrZL|^m4}my?#fP~9gK_|i7<0^{w>KTQSl|`@K$lM2OimXa1{QJu+UO5a1+^qNJ|)+ zWBayjgyOzLgrH-VT-emul+xe;CadiZek}@7_#3%Ya2>f2Sq(#5oUTXi@!kp0rZfrG z*_>NpGPXBy1tcKEyUsb>9yPjUaP78z zBUzt%B}XcVw&gqL@5NKKT0{8$P<4OsI+>Qet2{Q>_n*$BGlVnrT2H)yu;hl%^Gxm> zSX)vag>j_u(C6Zs7sv4Oymlvn3SaYDV+`X+M@(9IK*vt=vmJNkkKZ7Qg(&8@ae_1r zKpntt^m!*+ikn{*44f0eAUwx(poli}f5aWJ7k=py`zo6pLf)8Fg_X*m|UdD}g zarchyqMH)F>=41PSi*x-iXufNsQoD5-*wiGG>P`q5R|#o;*uH6cU1cF3c?yV77gf^ z+l%RO)z8Hpv0QLJxx3JpckfyG$8e&JChbiKLqJX}lD=y@b;hlOOP}}iZkl7s#-ZVR zSKk0TeWc$H zY?EkkrE2tNM{7;SY6cm6ul=931GdJj0ym1wMN}wicF#EsTvGFqk-lr&ceVfBh5}O{ zo~#Buw6A_-gif7+T$2E3pWmt26uZkPoxKv!1 z#AG_J|0vEGNnOhNKlpW<_TkXfYnsKpJP12uli-H9fUA*VCNTXtefRoCOS=%meJgo2 zQHwFW^x(8!aUSK(m^_2ptTzm|9!+~BsGPI={0#B3SC~iA^_MBDQBIQIS+g5`OD~br zB7qnrK8b0V@~G4LiIgCk!a%J6SOPtVSR-2(GSw0-=|e5dhYzV>VAg<_$m!>4~EA(6PoP$_tMI`6!dD_^4= zwx|0ZeIvBivrBtDvW9G*cL{LC9Rn*^&zBQHi0_1we#j581i?hbzVzr1!~c;;jQckv zYV_0;vCdC{(DO~^%S<5Ycew?O7EGbpcMpa67r@Ek$)b*27zR%g zGS?$GMJw(VBf(IevT5qW{ZA?%n2?@LXWXb&7+4Ay+`K!TSF8;DJ(QM~dT(wl^(sf{ zm88eTc~T)!G!+OLRFw=KMj~Tc8C`q1-w#cbcFUT~ZB1+qfTx%?o-kQ{r^YaOY zyt3|pY?vVSlU}SWY=>&N`G8V|`;Tu|50Da~hv_QbgP8rpNkni;+KR_tfXU6NUw4xw z001yV3Dj7t`I(nB#Ox>$`DfNX&RJ5t{y9aNA|5N;%epxp>HG-52^ebCL zp7kr%@ey=#qL%1A4LLOWQ%ZhQ2tmV3;CV``i`K5FKm`v~4acrADywwPAPE$G{@;_P`qZG^~U)a)_Q6bi08mG4jIsN9G;9~WpV5$w;Y&+otjgB zxQ7jtapcB5mU`tWG%HSK2kL}#?XV(C1-f$)cW6gm;^#1~NYUGRkbVkDxMk4%fy#Nu z-cW5y7_ebr9r>^&5e%{#hmNA`&>Z{K@StB_A`@=*`p6U)W;oGsB!G)zr_DPQu zDWLWptQd|7WGvT3G-aGcAA|{XR3N$oAs4)B?_kWhKdbs{(hp8@Z4+vGBiU`QjRrA% zjS+U#OKT$uh+%CcFp1X}mtuHn#--X&(=14{cSA&1T|cUUS)P#g>r@st#KD2|dFt5P zMkgk00kLCkGOFsCp?4iwg^tpdO}iqOjNRsQS1^)9MuoB@{bwJ3t&*&HKae=d$G~Xm zh&K@5TSX^8DB{hxI(2U4Jr?dh`jOazxZ%Qa>8amyKc{l69pd*yCftZ=7r#?P6s(&v zeL#-;gTA2cdja<&etXNI6&YqM;g+ys{*@MC?(lSr&gVxO8CtR9>Bri>v&^99yJ8jZ zWTtx_(}lcPL=qxRz6nm2On=w)xY|4}ZpnYQ>5hu1tjfyFU6on2GxyqS?{Oj?q^l6io9|dz zAv?ZEPK~xDo*~mgAamc#lz@O9-v&h72*q&;KN_1ZPOP@>eptq75Evs#nlQ|;M`as% zTEhMeoqKUIw@|q^V2&ZmhY&l+`VmwDyQd3kgA#dInhS z3zp|L7hfew{h5is#S7E{ta;*wp9a$7HZfX|C1#o-0am%XAYxJQYA;gWy~rtsoQwyPYm5TjwIXhVSl{3kk%wqR^>o&a zecf_V+10F6&oPcq93ZX|;~+ij2c3>c`ao#Ma=L(QTSSP3Q`$jz4`m;?? z*ulhMyk+TA_{bVUaEybvw>29Lz}`c2Ge1DP`I&_%z7ko!d%XZkHrm zQqB6Tbo2Fe>uk74HVJ;VyoOTRUWS*9-Z-6x7dkdWH7_iQ_3ev9nBu4vim2;mEi&|CX+@BDF(m(xaDu%RD~Gpr z_v=sisUH7n$vJIfk?WraA>ZqVu?-)ls}yG9`xP6LcgC^|4EAE^(!^lhFWr@kPJi&$ zcAEHXP|SZOw=jxcSz#3~N691>(SAg2k8|9mb6jNxRq(qHE4ABghizK?W}QiiQ)jzK z8x+Cu4YldWpY@k*h&2b|Wevle!uXX-c%nhX$g|Jl_Zkw=?fl~+GL_DQ#1fhs^(|5N zBAIEp`FDD6l@Bs4!4NgjLhKIgBgps^WT+D4uUv5KnSwmuO-^^(ql~J!kX*m9K4|q3 zN=%h>w724Ga|&~uyH&A~K_h*AcEPiX4N;q0Ro+%PgX6kl*RP^6Mmd>qOcVXuK_XBv z79mQzN5#U``foy`%kcTpAyDD`e?E8EpfCn?H5<;b+{M-A?NUQA_OY6&ez|4xFFYC@?Y7RTnmGQ83?{#* zp)Nrotw7k&@6-20C(!K6>+MB8F;RuFnVq&(JvF^NiKzmCedKuYyQodwfRFonAq1H%%S00PwV6^BA9q*}Cu|XaFJ4xlp*7-J{pwp2bPg38e!aExdkmU>yVGj(#yY`B zojY2bL18gn|2hi6>M1f&GJD;9to!061l=F^EqD3}XZ`xXVA9Dp^YK~h`h zpTa7qV-fmTX+LHqJc&@yTDHJjjx2f;ZXqbGrLxCG0cYlrl2V66$Qg^kN_e&gMvyLI z^K%wD2{jO2BtKnF1=6};JTN4Q(5{a#JMm{=YJh3A>{*Kyu<&(l{=ka_YCu28Px?qtiy-%a&mn?~k_!px1io{epjGZL|M z&F)#h`WF=mkdL{_pL1j&5O=WK;Pv>-TQ4%FaX>N0`5nM;2=e}cafT&#X)>&B>7*=X z18!kX6B6D+={DQ<}pmEvyBn$LfPlNN)t^S>>UmpO)d z&y=leI(-(|C3%?)wwW_hi5ChcNt!}JZNTHDkP)l@;;v~gStz|Vi9fw=yc^TcT1nC4 zJY0~XU|qu1OdJg(eQ_I^qzgkw!+L->TjfPoSN$1rn}p=p+=&W?1LQoq7<^|^qpmqM zKy<~|tL?5hQ9(mj{P9E%4HSC_K|-0%ytiEQwR0|IkEq?mbXq;qT6oOvmbEM{M~@yc zt>K}It3s5zASzTa{O#$M%K~q3^P0qh=k9<8=x<>HxI>HD{{0R>bq4urXoEoRhr|uh z+ZyRWB-WYJM-uiw-W#an6mM7BlyV*74-AG-0zZ?c;7lIPIBDt}Db#Sn%gq)l2XKFo zm*}RTnBIfNF&0Bfs^VUYBPD1KU8S8?86}cAY+{KblRDZ?*?>B|fp?~O|6o7tv4@2f z>ugB9dyw7ZUVnC$FgjsMK!J~i$_f^S1zE^f;_*4HDE1{S?o| zVK>R{XEH@1g3)d1}w#7as2=-OE3txv_%NkKxvR$B~$w+@@F1l>9|cKjc%%ISm)NP*eS8 za$P7Iz+?>P1c$~-uLaJgRD;6$!nP18ZfO^oUzDPZyeb;wRlEz?dvm`Fo{%s_3Rgeh ze2?HAxll(Ap^F$#mlU03Nem(qz<7hSaGZoZh8a)I(}~v z=75_~XYcLYWZi{`!804bAfZ+9JyvZIOew$3<;N{JzTM;8hD1w4ywN7q49P}T>T4Tr ze`y(k^r5fW0`p*TJery2^`xQwFu<11@6lahnZR{c6yJ|(X-Fv&uC1ST8mIN{Ap4gy z79ZLSuEo?Sz3+ARzGg{{^&Lz+=`988IAr1=)Y>x^)Zk9VN$Wp!5v@lb0~W=o?u>WTIGC z|A8!#P}?db4^BrC&x%)4Bi>^E%|a;&UJ51oTd;`olv{aSeh71sRv1xL;uae|MhK?P z&1*SHX660{>N@er^eDy?G%F#eNi-L^6)&aqi8W#J?+o(5xR^wHnYo+te4YjkYkSN# z=Npf@qmevJ$d z!J|`|n3tZc3j7lGnBBPOyN(;{p@=zD1MBOqhkmUny0`3!eyt;?Oz_HrkH^eBA7ch! zVzS~Lw74HehL@E5R-&?+o%%v8A>M0aPnW~X1t~pi15v)G)E;BqIGnGHtR|{eB%bhd z{`2PvLlSTv(lgmfThPQjWa6U|VRn=A2Acmop>D!Bo_f|Y%niNQFgCc9K{6n6CqbOB z_eo5rL_Er~cVdFY@KOW=O*lOsS0!?ev#!B_0%`4_iuz73^5)Q$QFNa*tsV->+Z>G#d)=f4v+v}BrB(j)bvB(Ml%lRO0`q5i)Ri|;NXheDRV*Xc7V=;7UF~fy? zSu1&0-z7A@wa~= zb75L1l%MKTbRj`=9v01z>t8EOzHfU8*>m$LkC}f_oGLUMPM19G)1@#V8JBYJ4)q_K zvXWO8jS#UeLF5LhzfN8sVlAF{NW36aRB z>p?axu$0+8g}vYlmo<<=alirk1pgP)Ak-+qAj-%AY`9uXE}DaIi>c$C8x(P7S|M&w zJ7TY{H(Ca#k40-sJ$9ImX8|y+hAKzjx#ktNrO@sx173Rpad%C~p*`QCg%|qWo27xW zG68;P_2wng+n+`9=n?x*2y}|&(?WAKyoQ#;RUMV~B`7p2L*s|dBR$VHx0G;v z@seI&x--s1_EGole_-BC;d(LC-B(#_6Osom&G8(51EDW{R9;Pii*r8zNLb)iEC59w zX!o_o84&&B?9C{0yf{<8;b+J#@hTLt>%j~P}oijWprH8-zfOb6#u#tvg-4fI=-Xe)aG&2UYdlAcTs{JPqU`e5ScA z!+R3|xgzysp~{n#&L3}HAnr*;yqSaW3!tgV2g(|sB06`Lmw7qfU@b4uXTjt7YYtFr z=NXo?Sbiy}XOZWnF@@*q>`6`t(h&z*=0_-S>lsAS(2V4>;H^Z-bG`Tm(#c8l{kp=Y z#RZQZXM{d{^WKzG$WD~w&8Gs*LSVnXm4Q_EGIP>GiDNdOUqIAl?lV*c=-OHkGQP63 zXXp9m?dr8OzjnX}zVx%iI{=UVP2?JNg|w2eo)Z)pWB@c5R-pScL;LSGOqy3v;nfkZ zC-UJGU%L=xpkH}XLFSaO`G02ydIPbVym zdYJrZpRC&vedJG{p?5WNNnXM6iK_yNd;cL{Wq)9C+A zS9VpvME*lgh_2qT0!9c;SkephMEw8h-T&c#vkyb%z2nnuu5|R6PFhLQz`po{^rinq zo=0XVocv2~Ghsn(ez+(!V!K(RoB-J9{JeU|Ye2QnNrn$OX~oy2_hkfFBWptkM|&eZ ztG{+_^vw}q>FJp9Y4QKs<>aJMbh9<0QI*j*H!^UfQE<|C{F4^5(larlQ86=gG{t9Q zWTX)_GBYuC#Ajq=qY<#Nw6RyP)iW@n5j1i(GcXdd*K?zh(sOh)(f}0;`fK6S@S8b0 z$Qs!T*jU-xSQ}Y8;sdM&(FmJaf)3FL|2ZURWME@xL?dZr zZ33#2o`If)n;QZ4A1!yyJX^CVU3bFiy=v%4+^fyYSfpffO6e$I#$3 z?IxBhbcPNh$67<+3G3grRo2_=R#qBxINlE9qZVm!U(Hqg$>`kvh6nmR6LK`ea=_f?xi~Lv|f9gP^M4rUUBd|u9PB@ zHScP4rcbM%-Y#dRb)1)Fat_cJqrODJ-#AtTjJ~Fvj_nZXw=`PnL1i0O{ zKZcyRd@^z8+P(jMM?(1({u77ATY4N?EA1aSMmpWIGB>Du+!hhWp+sc5jG7l6imBO7 zinDmq)1ME|p)WGi)7gElx`j~i-p8CYjNQGaZRg_CNK|O>yuxqj&%gDDPV_AHo#46d z-}Y&Q zLyS1cTXt0z&rQvmlJ%CoHK7vCrkmA+tcUYHp?*AUF1u|P7f<_{wf3$q=`}jegI+~e zpT8Q;@BTJ%dF<7d?K-T04sSfIqw?x>CfC6--okCW^e21w@0ge#t6NCwiN797tTqqp z>!@Xo$vSZNr6ec)=nh4rhFyQfpntT@$-{%|4(K7n4S=B@`Frk?;LX&tyYt^GTr!il z?oXF-9K~-hLhfAq*^@SSUVd;4e?+G&T;xHV&OEzo@man03+vOYd3bjns&8{@*kq}4 z0KyX1`)aH3T+f>|bY%lKCQnLiazKSv&}g!(o}BfMi!5)9)BXJx7F2Hng9cx^ZPHuq z4>n_P;kg@keyr1Ebv-4gNmNLX>@Q5-yAM@cF+5OGYr7rla{hJmp6=Uk{WU^d@EB4% zvKvm5aW>s1b@zO%xeaMu?=G@m_HSdVJMV>}LsHf_J5T1diG|*kp18HWp8|N;z7zI8$8@+g`k{Zu*WxT6jGBe?4$tog#UlQ*|5l8*nt+EZH8N zzY+GdINUtzY;@?I@N9VUR(P8I^+bRkT)>x;g>~n-MQR?G>ALgL6K+ln%?|5l`;)X2 zYYjHmodui@YixMwuI-uMm!ma0tq)WEeFH5EXLMc_+q$C%-c1gzCx|+p!`ms(k>G#z z>Sdpr8g@^6`@#BvhmAJJpS$NfoBbpu;~A-$YhL{AuZ2o;B`wf6E#|+l5VJL$mUeL& zF1k$z#VVA$thXU;-roP}qL1&$Kl4-$e^NLeqOsq?;%Lxx?V?@y{~2{gixisyJK1!! zHi%I#=zx8xnt#dZ9`vb;Kjg2`{?7&c&*A^MC;!t={xO{XXEglZ9}T$AG(0&l8vjAN zWBDiT?mz2TEDQ_`|E6PQTE!@iIt_0UUg4aNV^XZHxmU-7Lh&v-V=pHs2#vzkpdrxK zy6W}PMl=C$*?Qi~R_DM2y0XpUNyo(DypEMsve*&dZ)98CE-%maB1}wVs8eWsUT*fL zA1szz0Qrak6F@U1M_X{ zNZk_uY)F+qtivgkTure$pIEA!Rex`_VLR=c>9 zY9}mJm$oH?gg~k__75=2P(rDDv@Br{OJ5IQ$@<6@Tl$CUG~A3&I=J;WqH=>GsIZ&3 zU(!qYNlD3^4_H!bBcxHzmdTrUK%v|Tn8jL%F_ZfY6O^f|AL>#WBjE@oHzKlnFfYgq zCkBdF!V;FHV29MSEKNKxP)eAx$u}diP?i*1hcx8{eVn)IRtz|*>#V2ik7&|p?-N8! znRV;c-ItPd9i$?09_p*|Xhn5kL&ab9RF z4DcMLIY?TM(rI~64lzxk=g`Mxmn+^;YhQj31n__=_GK) zr8b{*y#?HLuih`iTTd31Kv5W?PJXf76jK;ZSVsc&5SG zlN3={4A*)S!~w7z#cb|<%mP`@TY^xwWFsO**1Yb}cd?ohxa{>3)~DDdNcN(ix)4<0 z^7O3m&l-0`A5ofDbheZ~*qt^K?~z*hNmXFUB4_(G;}`1XwqYj@PV34a0w*R3oZyMl zQQ=Ye=4Npk`Bq3jLjNHCOmgsn7E!l|t~3l12Z@D${j*0DJHll&l5r6B?iOksm!k(uu_rnUL2 zAXXKzeB$&QeaGaZdM!g)P7uiYn!tgcw zBdRi5QIE3+GBWFK;F$YakT%51q6I!`OJp-Lszpl3j@=Urp|_m25D$l5K7;1 zhA8jaAv=s10&=Z=(z?j)&c)TGn3qCJlFOXQ5@^Tl^@jm+y!qAf+UCy3|*dR6c_-wD1m8qqFV!p!7N5f25`E3HlhO(rv{xpm-UW-I#z z%K1W=Y!EV!Eu4RYx>k_ZStf=>k^I1B$Q*aGo6h3@6P%{h=0^-Bf? zqX+(g!AIAboee<=8Q058%2eir-u@17bW`1v8m9{B5o-OoVGIUA#RjThFj~S!2bZ-N z@KGZ_E)k!sP`~!tq8(BQvZF{n(Si4-v=uGToxl*Q|Ab4qQ4*VX(+sj4AwnJ(Lb^P= z{FKc1ysMiCQMxiciN0#R|D(ETA9|ELehH7uCB}oxso=B?KT4coUrEmOyLOTC z5w@nl4@SSi>hyCBhOO0#uNMMrjrlgJdFwZiZDcB35xm-}++w^mKi<*fmfH-lWfT0^ zV>>jX=UJ7AiMkLgddNV8&sz$1t6EAQFtH%|#i6bT)S^F0sgsX7c3i|mR0_9^3&O^J zlOP$THFxSjti*!QXquX3)VI(A-;b9as3wn$kaNOK6mVwLGRd)&{wijXuG}o?&$=t< zL_HynWUu6gI_Y1|u$*?PZCzqlS2gBlYcG(*Tb+u%-+tN`9Y+~w_j!OIQixoeLH07V zWb8{Vv~Ljqbd``FDOp8R$q(Un6qpdX^E9e5Gb=c4Wj52?$DM6OdvZ3WGg&0snsDyN zugnt6N`sKh;@3wG>n0Vo9j81Cmk z0MQviakBk>BLrfNra_q_-k#PFA4t`Y>yfrq7(zI6mS_#^jU3;BTX- zvdXZOth7$~ESG40(ulc#>{d)}^AS6_vn^bnJ`Sn7@pnwcSCT-fiAE1HiPu42WB?5% zdat4RI1!~zU32-oe|eY*gH(!($wY>kYO=Wb-qF$)>qs$`!wB)HY-5oS8L7LP8g7o9 z?8^1Vm~Xiu@+y&ksEnS)S}b5v`?D3MseCs5hdJ z7GEZd$nal`Pl^+`8Auk%g_nyom!%bqzpVfC4{w}r;E+>Xm=1Ga2e8aOcI2<`67y!Ne&Gc}v2d;hA! zJ~B@@^pg%G4@2jw>qNa^SXy_I86PjNyA8>B@NJh3*h1>0*+_k{oF8Rb!0X0@K4qWo1ykbogc^VEcfsu%IJfz6`#7V!N_J`$`Wa%P;*rVp%Pak zX1GlI$29L!8{a-B@kT}JGqyedXztFwC)JCiM+$gOtRlgyZu zh3aL|Rr&FAK7eF`nM}VG9R2%*p!G8glrdvEeEjA8_TGuC{jg!c(r06hXv?x7VvK+C~HyF-7!r{t~iq{4zI{fW)8iU3KfayjZhy=UD54m+E|$uCt2&m^50>TBdz%WNQ&kB}VxvY;79d$j|GF4ZnxO8r!Jq99`#+j6HixLWIHud3guD|<~)581oHOo_C-dI$#h z4ejbQ0yDe`&;&++*2xt*#6c!f0TEJ~S;8(Qj;)_mP^iiD^F$<9`qjvulTrMGzpHvG zH@tCy%0klAk!MpGV7|7b@BZS_U_@$c8uu*l`@3wumGvs4$LQFS z#KHZ_3*Ap!Yz$ZD$}o@CeVO~++CYlmLaqS`_E;ynXy6;>2rE~r2j3)3-ToRi4&Z_$ zwb& z2|Ml4t0^RGV@S->^A6)4Q|WRXV`bWMn{xUfjRVRLNjh+>(0-*AezKy!+o1{elm;8H zyLKQjoOlvDyIfDsM&S+a&we%F=?+~Lg??U|xIguzfIBF(Xgy}iSmO$F(w$I=O38~T zTlVdZ_hA=~Un6DL z;fpQe>M%dS49bt-M$GCfZ{JgsQZbKH(^(f;$SpQL-WA7>>n4&2E4h?>x3*#ebNR*V zV8~2NKwLc}ZKqGrO;3e@fqKav*iC|+P-U)$ZjBP!Kp}6s?)GzkSASb?J-j1Z^K*8e z^Eye2>|0T4%Rq zmW0iuw4S{j<^`eoQxCm^KN!|fc88i1AjS>4JijfWOK99WVnXco&!%D_#ot+wR#x3o z5g<2;JnWEFj0)Ij+Dm*hO?Tc#xUlSJL~VCh+gc(XqePje4wL4~@o)*$hUxVe^yv?C z5?;b+micvq>w^|XF!eL-+UBr2TGKKZJ}=gGX*0xp3|H)9$7PM`9gA1)$siIfJJB3g5!xAjM9&pU|rrCO`^YE0J20iiaHIr-^i1;mk!Xy2X~xjE8L21 zF|~N%9e1n1<+M;AK2{+6%dbEsseljWiRf5?C;?XxWbNqVg7AgDY2=MEPi4y^4kP}Y zy^>M03iEzQx}CL2V*wx3SPaCRq>@K;yk4XcQxCp2C*8tyinOA)%Tt&SHzl|QmQ0Xv z@K3dg-FnV2J}OjCxY;m}jjk_5k$>+vCLlcyqFxjO0>dSL%9wx$HdWta*qD=lt~jW8 zU~VYg)u+%_bOBj4>lHCuLJyPA)reGb8$Vg*KE0Vbq0c_{*^3^xU?4 z53b&pp-DsrXp20Ia|@&k!MW_@h;U&Tj#(a)+~=C})*N4|xiKL~hh+2#q5FIjrKKIt z+;|AhIb}z;KV9u}0kih@{A>BfK|;3My~}dHh4b-wav8GuVKwLdxx&cnGNU2lV0?6N zoW}bhW6o!--P#^sdr4j@x0q3%J$Tcz*R_>!$BORz#_j{rL9)$S@R?4wH`0&Mh&j7! z&75u?gk|8?&g$If3*87jht*E{&hIt$>y~)})mYIZ=wT!4g|3ohGudr$H1E+XQ!*JR z(@n5Xv)l+~&ocLBTuq<%=}(QOR~?PeCPk$&oL==thZJng+u@`B>yfP6ZwH{J0zy}6l5T_X0OD}H>g zD>iQ<)ZNNQ7{#5OgeP@m2)i{^L4o}dnDm8P`|L|Z{9WUq7jE%=i+mR1Ve4i>bVKz589Pg@xepJE!V$tPzYMd)PulrFGq z>gX``(Gw6cIxv+R`Pv;_SvxH>{#*Q;T@W+I|UJ@1}3E5!6>4^tyHcUw__oTCHu*RJ!PWW?@)WAyv?y(9GJd-S~U zpb8rv8-|Dh6Or>Ssy}q#p*d#sI_svxdd(NM- z+z+-!b@OyAIWUlHcH`aV2|v==ycG&l&X^Jv*n0IHTu2*yiy|cXR@{coU zW@9FtuseCgId4pH7PYF$h#eZG;e703Cm_+BAC|GVf5F}g&T>uLPvGz(f%eD?h^I<7 z*ox431Kvh7hJDC!6Gf&ynmi|Yy4x4rTn)jqUF%5?+5wm3kA7z~30A{)ixafInkE3zhH!o@+U8p1Be( zp5=PbMa`@EL0qk<=T2H*k%dHB5Sh&DLq{j~#LGzMEp$|lkyaD>e1e=C6ukvGDRQW? zA>aH@1d=BbAL5P(6FiOZrfD!W*CKPeYvV3Bn@45~4~Ao8j9O{-S-enJohHZRnS3I| zm-^eHT;`M}SX61BwJq}%f#TUuGf-0)r`PWsPVSyhtzH%_uQz4kb7oO7CYSapkJ#s1 zJn>JmV?J!~oiZ$QS^QphcI@kKd(OOVz4akARQuAScyU%hC*OIV!F#%yEFW9_sGOA} z^=Lw+E*_6IBPI0l2jUcTywJ0~CkGXlp+HC~k2R*49vG?X5Y_xNbPfKU``dvzm_=}5 zC*Z+_(T2Fom(80uC@q>698UMnbihSJ;ZzkHCJ)?ev0VeDo~Cv^%iEp-QcoK4Rf10} zoVK;9Ej0)t;$SRso+W8r0^t~N=W_fqnN>opDF=L8RLG#tCM2+){dKm99H@AV*^;-u zs^G+M0^;rI;S5<{eSo#zDnB`hWwE;>^yhu^lmd9qsjnQA53L+@jLp_~@t|+MIjkEV zi9EDee0gixG+a+#JYiA0dSp>^iQS&DsXy->f4`Jcei{I6?=J-z7cu9#$J4exw><+e z`)@Nitxr78J_9v{7mi-2Q7<9mocGW!B8v2gRgy|E1#7>rMeEu3&*I**&lXI0j`!rg zTF18-?f)_(MTy~V;C5OdfUE}81~Bjr)kL>j+{Pl@OMzm z9Mt#6^q0={?FQe&1i2-pTVol#v7-ev!Plkox1?Vj*wOJ3(%hj}S+z4KJqGT$??g9e zYMjRwjHB;^H>=mzxEVa~40s${5=`g<*>lyB+u+k}t@{)#95*}QDqh3$F2kJ_`#JN6 zE_B&=a*R>aDn-{epQ5}4hkShQX1Co3%bag?46i!i-w*npLf~J1TVy+E!ap~hY<9R$ zG7Q~4dt^he2FElP-~4;D|>f3kS~g=Z7CvHo9RHbr|U zqrZ+y>sf(NXLR&5{CW;Xe`Vnp5R?=Wq7cxtG}E^?qvE%*G!%0LB@AeUtU-V@GiwtN z2+o?%+QIC<(toZKG;%PoH?wuLvB#&UV*^z#4+68e=Hn(9=lj{e7Q~p8jtr zItP3@7WzN1JNZ90R}d)g??}8q7ykz{A18V?irw}k07#Mgscnkyt4Ek@_-{}88|K586NFTxaz-z(52ml|Dz`&8f-Uk49000;y zsI`9@{P!Q&2XF{TDCmzcuyCLZO`icDz`(&jK!8I+LO_6Wdx6daAdn!DztQnQp~&e$ z6WF2B`^DvbB;>E_LzADmBx2CF_lJS~f{uat^*b>MDH%B<6Eh1d8@qs@kg$lTn7D$X zlCp}bn!16Zk+F%XnYn|ble3Gfn|nZDP;f|SSa^IwVp4KSYFc`JL19sGNoiSmeM4hY zb4zPm`;Y#C!J*-i(XrXN`Cki*OUo<2w|92;_74t^j<2q7Ztw0N9-p57$OQ%f|C?C< zCE35pg#?o80|W#(1oR)dz&^NuHgF^e$ZvE|$b53pdUhxT^nM>v`Q!5H`d|ndU333IHA)4D|58kpMh^hv$C>H6L`EY@1wW z2ewB#^H{}I6SjzYZqj^T1>f%jD*ar{dDRn1=(8oV$5?OTkgbMt&Y{)aS@C7MeRCL0 zL7x%w*m^vp%HTNonm?it5R;-i&5Gl(P#jS{U1|!VE|F`Dk@0Lk1kTo%``Tsg#9UT( zvGfB88hV1aZ-!7dR*NN8n-Wd&0)~E%+`UpvGPWit&v?T9KDjrVrLnQzZPR*Dc8*Fd zG?_IaUx5s*9bCDX+MjQxPBP5J%tiiVV~WjDEo&CyW8ssp z33#-B7n7DIawQgM1aba^q6u}9G63mKw_5PW2~!goO})Xaym)S@0okHk9?!})!Jb+k z7*pIl2`SGc>)+q(OA#{0aFxH zuisHu&O;>aSIH>nnhNTFlV0naAsfZOyP$DUB-_UY*T%e|zG zQ5$SzQ6_|U08w;g`EdcZuPVaw@y9`_omQuH3Et?r{;~s@0~ohGO-gw;3=V&`ExIj} zpXob{Pfiwy;pqs4-l)+(NFCGgH5|L5`~~)lkLaO^+?^P~j#r}Ix>JhRHrKnyJwU;& zux5BitBE&TsuvaNo8}wGE3kecSlFQm zk&@t%VQ?;HXsf!;{ciT7+Q_O>xA=;ifxBbk^Jz30?f8q(G4D~1bXF-i2uvS1C#mzL zC#2Xh*sxAxC|OKN(dhokB=h_tMtn1T8?zt7I9e*IshO5TCU4mN+CmGZznkQ->%Jn3 zU_-;>0-?Xu%|V!9pR>m`=EADC>LPfiQpKA&O2xb;lmxarKwsaNBlN<`$WZlM&p8&^ z&k&*(8XC8i396(*&Fo8prncrFMmTX|1uOhm0SVx)=Ih*VFP`5fL9bfYg_F6*==9@_ zhE1I*^h5>M_&~H84=b}BHcy*vj?mcynfkfCImfrPYB~6L)`v~MoO?T79G)OftuhPe zEA#ZY8Oqy^)XpV2>Twy|b6K&RMC7(9jzyJEC3IyFt*a`Iz7VW8u3BW2xcbraB(pu}tM05VSV!cWaid)tcWuAf2&$?mg(%2^!^d=CSsS*Qsv)sH7J73vRRbJ#6JWPg0qdX4QgMy1Tx}%)_mN*P@dcA zOycD8Kz18Q;=9f)odO#@X4`U?g|6nD5rRngg< zd>_qbSrecLS{=qY8SCUB%Etf6jo}KSCO??70j@2|B@<4)a9@zYoEJoMY^fMoJ|jp0FV?A95B_Cx_2SL!d@ z>ua~lx?u9|@Zm>RP8?}>FK^ruM9~||gr?_0Kk5=|N1^D(cINM@C3ZMtbAlI}Gg8h{ z=2nHykOU2KKJR%bwWufc8zh$OSS>dc9 zvhQLf^Qs!u;Fu-@#}FB&I{bMkgS@W68slO=xf`lPO8mC6Kj=?4``L+TqF2VN*BYRt z#m_+TS%A*rA;)%#kL$!o`m#D~nV}ax2{XHJfY?7%~fXkX0tjvj1ds75W^^<%Ul3hm}-jN72Kx6 z#|D+Q6oCMtnHqdy2~uliL6ovSBe);CxV9Xyx9os}PMq!1PJ`bUXQ5QuE5zxlGenkk z9|u0TZe^O_bV)fh^L+LcDL1PsJKBJ;==h#38Wtii!x*Sv7)Z)6R}6}a4Gr=s<@W)R z5_Ev*j;iEeK~yhsSisHdo?8o9Xp!GF$V;vjV(9mf^U!pY@Dn8dtKqIW7k#m#ozI7Ik&q${kL8{|DC7LU&o%_0rzPy8<@|U?|?J%=MUXJ zZ^hmZ!QLr6FXFzO|2t=!|8yR)=dc=Da?Z(1duU44lg|x|S^0WIYk9n*SnQ=APy8q7 z-KwJwFd29dA(?pxJhlT)N~`5K=_(L=wk3+6(eYlmpnp6!`|KKb;5}@<1JHSKw9v+U ze$Z6-{G0^QXvMq(t{g*tJomi8FZw*b1OCckgf@x@ZvhQ7_ULxEeFwa15xSbFD1l-J z!%!{m^t=Nia#h%m$F875&N#(NhK<~3Ddnbddg+=!?OOF;PTINKTcF2{fBSX5L=;_) zEWArLB(3SO5U8A9=|@+p37=<7ya!Y`^meBfFZ)vM!d0gU9mdI!cL;=OoGY2V(-NLt z*d4`Ey>S4?ncOGCV4cQx4{x+&68I{bURcb~XW+O6es*&snLVuhWmZ$;1Zzk0clJJC zYxEi$UKOMk1}@Z3?zx@mM={G&rU)%=4k+L8$_}iEG_87RjCcS5_7)M*)p@SpxkdTj zUh)VOrDZiu!|v1L2=1B+9sJkEQLO4BdjVfzq6F5}OrOe=Gx_h))iYn%I|GVg;x!#M zFK&U2AL5MqzC2wY)V5x)LSsVvf86O3`ke!%`eS*|r9fll4s@($@~r?sYp=cLT61!gE6@$=ecemgL|GCw1}Nw*WLzl= zzszzk&zIxlRD%l+4)>wDFL%@SOMY(3vD#|1EU?~C$jNkt!zgA{T0U%motz|;XIE6_PuATQYVcIP(&XvKWk8_B zH+01YyrgC3|3HzQ9ojq3<^Z8Nlzwih36u-7$pTa2-)s4QKYYXW7d=6a@XfgJP-3yE zlYfv)Kyah5&=#{j-PUt=I2kRM<@Dr8FU#f`-G!Mtc>%jY09u3|$ zL~`UVl3X`skS+b+6Qvv4HiGLN<;&}z>AY$kv&34Bd(&rvR3^mJbbIv2%H%mc%H$$n zO_|&QoPo176W?vVjFwlf3Q-o0CqR#{QLKqr14w?syi3=Oj(pZj-A!Ct-dq~4o&9dP z_t+s8ndE}$Zp`@cS$xA**KI6)RJ_$YylZv_XRO749JGujeU>_Nx1GPC*`>SMP{qc$ zNN29mr+Tyn3U1$uy^m7$co=EG|WgZ)N64&t)o%_W?jpw`;fqltewV~O6Abb7L5zI*NNH6T}*%huaG~I+= zz^PEHFNsFaDH8}eYe$mds`%bod%UL1nDF?$|4_FNI28WFYF~er|Tr{P{G~}M0Xs9b9et*KKC!x`Ue^*|AGl{ zb@uV5*20Il7qx6ML0O8C(r#R*ZrZm%=zt}}0Cx$$n|ZQ7yE9UoufU(4n7 zhX>_PoZ(#-AY@M0kg0Lzye91#k4)z*n?KiC%#*@vdI(we;@|iaxx}w zGy#&S*>|rT~Z<#R4nHDVcy1&|%G^cD%wALZ*PDT1-Y@&J%$LXsHZziuX zBd=u*+qB4lE0)Vmf5pE(_j7venRRY6D8bwN289&9 zI-j#MS$*)RyEQ++fvE}2tXlKcUu=y2V!pwSFFNrLw9F|J5-dfgHNBK6_g1z^LKf%b zPptl|mX+_;83tR3E6;rUP-TUId^T3g9ocP-YnU>~s7Eud0T^_4*0ol*M=PuYRDzRc z;Qg;-$^hSDM_2gO-pFBeB=o-G2GVc=8M&{$;(S=6{0GWB zTqisy$`5_-QNQ4BUEpqVYnz>W@zV5_Q|r)iT-ScX=DkKqFX7^0^?i`to`*+cys~*T zi%Wn8%vIlF<7=mmgbc;{-<&}+d8sJ(-|lZ=E&L`{*1hmd+jj^rd4 z&v;lh$w+kJs8QqQ3JN2{6i(`%)b3{*jAdOq4z6QFvOGUS0`43KZUmXL5M%Ft@QBF8 zbsySmlOjsrB#b#a`j@S)lfQ{Ssrt@yV>Y$PWbirGMm>z7ZQ?iG3_~q7&;zG0bIc-uL}i) zqG^X{{skX!cI?c_cTDa+sKC*+Rst^JMkr{|LvQKP0624v;X>n9ApAVv=p+(yzec(I z4r;vx$))@$;nng4&T86-ypAS5t+l6aHfo94&9W~oL>@b z=Z#}Z*)B$N`~Np{TE|6@s?TR%YB2v_wol%?;|fo*vfMQZI;&SqIr{1LLIgQ#^Rt#1 z$lYH0@wsT0Q@4KFLt-y*^e@ufDm}W$8aq-_L1}okvluo!U&G3FH;pK2ygCqkT~w4`Icq+nMu6 zF|=IX)%b@)2=Hq$6>cL+AouVq(IllQ#OKl*n~gCzGy@LyiX}Q#IKS(^X#UOpC1vMZ zmNOu(H!X~^mG{7HbWZ?W`K{DKCG^7{!gM!rt5K^R7s<=0>uUsJeIK~*3Wg_=Eh%pm zKYlQ}#~ETaRp68(e3HND{3iYPQ%I83R~5qzzTi$S?9O^z%*uKiV@Q*w05!Cov2v3N zm-D3o@2_wYRJs2e_zkGKZGa=kbWpyN@QpFTX=E(c-kzoLbU?03PJ&*(6Fk_eiM8}t z{d3VLJ$yy!410bm{JY@jU<6n|7wPj+<|V4WJj&FkN^DB9Hl%*e3C^Kz%_~TnEmZp6 zb1V8;5tGqRAo#DYRJ>Zsv9f@Du@ng~b5xjIqg-qy{xEa(GSrrK{p;5_+5Ge+4#1Qk?O&#$VxBQlhx8gDGaWn%IzC|}KUqV!WbVmgtQ&6r zf%3~CL-Ah%;kr=|aYn&i7?PHx<}1ht+2w)=x10M9o0`hd271(gAb{m=M`@YHNRNsI zxLka2z{|4|z{UotLSyNl7$GQDRKI~~w5gxJBezVG|KDE%9iDW~3)v-uAYRBIcoe#@ z?wP@C`Fv=I0CS*aijA7Pqxz-e>RR*8es9h{Co)5=6mqsAmj7!u-977OI15ZM+tMTc zx*S5aU3#K%th%5NcZqt)48XXjny?VG`$Ykn{qN+l3#mRTH0wN)c}IIUc#;?E`e!qj z15`%3U~6CPs0aP)cr@rR(;T9A5&FQ^{vJV9?b?O&50s!#`W#XP5JMQaDXbjn#<&9n z5a`zATR4K#Yh8_$22wj>8E&v2RTBS5nRMh;@m(Rh5kZ%{AINxi@H zp}eOz2Opqvt> zie;D^S(|xMk~WRa1Yq(9BtwE1@jhYpdD`aE2iBPv^_svVrxeQOA23vJ=!+?68TBYT zmi%b45qC}0-YWlHO8iGHCYf_%j8&X(yi!2pJ)LCiEpxc#&K`&$KRf;z^SYE-xQ|zy zq?Oo|lPq^b5@zI(N>Q)a8)Ph(`XWN!D$ZxqgQ8=anK>p-J+nrx99bY#qA12>Qj!

    (T8090opw$V3Hs|3x2ilkM4f40G46s_D~nBE`#bKz2{_s z!Et#2IVaztEELW%lkK-#(3Nb>Q`WVh;;!lTEQ7nA9j>R{R67{*7e!6;N$JeUz)Y5C zi}UtvtwDOenm8zlooxQnHx)_Iz9VmrPTrYCr(dp|p{%T27Y*k$){~eyaxa0YgBQ#` zkz13-)QyNB_39fZ!VH@nG<|jS#=m_2@+wV*@dZ~N`U&h)o{;+Yzqo9leIr$Q42Jm< ze0+8wLGKIRDvxUD{`;ezblZGMahsd-?8Q?EmfprA$vCG9mJK>g!U;%KCGy6aYt^AK#xwJZ z9~FwB#6A4<$|0Im*hODnE{wgcl(#ZwPKs>? z#uU;6X6Q!aF#^!6RBi=(qkW^goCZ=kQb#Wuo#2aqz*ag%CY1eGPXiZu9O2{#6byPx zZ3~-norUj)P|buuml;=oUE`EWiA*;9KF`^4W*stt+rn?v+Z-EE9*8B<5kf zg&`wj&9%96lonl^exCYz@5R$9*DGBPs*hK*T#l6=B-t(^x;lphRtV{+?oY%vY+M>* zC66UL{mNfWA%ryEDrLyfXRu`8wK?1T2Hifcx|Qz+Enz5>lE>)gBbZVL$A6<`@2+A$ zr0%*X&<^oQyaG2ni5|G%?rE7fcUoY+`Q{TM009dpF2y!MZcS5SN19nF7q{2iR+1pm zIp*^OjdxMO94LAuMCQ&8$_X$kMi!{BhW3K^aG~#uo8B+g?!FP)L05jiwuht-Q;;H9)-P7xPRWkIgIQGijB&BjR6rO=Ef8P$~F)O1Z!_g3* zh>Cg6NETwh|NbdKs3kK>=tijSn!oyElFzU3Vmqi>TMRwSb^a1cnv{SALbK5oyD`7j zORaHu3Gt+SE5d0TywEAZn_8U;C{1&q4_ne%gOg)?0=rW^)%boti5`y^jKT%T&7Ptz zPBfv7M{kpH+bx({g-rrf9R$U(={7Ce zk0;>Q)8l{M@W#FOT^cvzT-B5_`> z-Ax=}%`v8}JN6!Q%eo8IJjpv#SfS{rm?9ttN3`8SO0Q}-5KE=2+?=nfOHlU3J(3_e zg{xZ2n_NBuVM40uERT>Qb!WxsV&)M8%7}N>gC(r5M{H?XeAV@T#Bm$6C6x83Lj;6+ zS@ckfr97Q3s&^Bsq7sF}So?p(fL)8kIRj6aMh9|Ya{IIPp1aN^@s8PL}&NvDy7f*^!kwvMs z_r&cfuk0( zD5NBs7u}e@o;r9S_n^w7q2dL8$> zWt47iZOUUC5;rrs0paN`qXqL|`fDk+XMGkj8h4i-qwW=UTtyegafT5s%mF0~0J->U z-w?w!Ht^6&QdLd!p(~Mil4o6x{TqI^CJIJUVtbYvSGSit?(fG#@^_Ge><=p4wiAZ3 z{BCK7USr+jCq=`SG2jv;@vd$0A^~Qac2z9gzti-X8MYGDD-tHfP|b+Jae4FBx4ef{ zEFQeheTk)+d}+7>{1Ut8ZCFnHFFwL#7x|YpHX35r0isXATqQ^idr8}-5Q@BVy2F?Sw} zu4w4Z{0Ptj;>2rm+`WgTPg~EjE3ymAzTbOwk-zqFZt`v|fdI5XM|p@Qm_OpPa^X4Q z!+x$7Q%$Ld9~n&UC}~jlq#1ElzTl_Jv3p4Ju6M)bkK`(#XU{$&dJuG`Uq(CvZXigr z6kzd}Iko;$wa1(o4bvEe_)7c&_!g66fVcmcoI&Ap2q}A%Bfy*g9_z#7JyH4;w~V&9 z^PgzPwapECe!plw8^H1&KXnDrifO4V6A|xwh(@8opP6Li*go;yW&8t0To>4y$`WBU zNW4b8CwWlObldv}lDF1=s-qEMW}4eA*)?FeQlQJbh?$k4`$Qb?IvN!*&A2x8d=Wp? zwstq_9gId<$%uBj@@y-mkup^wS#)4*trvr=hoto9A1L>u0f~jE?%PuzH}}}b)UL&& zyA!sze^8*b)))Hy98B?7IAuMRxMjjoS>LnP8RuWU1-n%70}3lAhH)j|^;fFLUvfIR zkm$Al*rn>3)l-};ml4z1*_NOXE&Me{2T&4TIykvFlNT2HQhj33*t^Oo+Ri(M03u*nf7r?F(Hq{VELXUESOhMAi!#4BAqF`kPz zpR>r#NU6=|?LKCeQ$AKJ0Kt=VUndpFvg=*^*4zb8K%;I)3^T8gPzO@|sPyJZkb?g*@foiXyN$1EC68D;YoKuqL$!AeQw?77WeyPvn7sr*TM=z zdpBn1jNq?rnmYK1QA7pjL)MH*cGqU%TM6L+EBeEz zJrZz6ai_pli3zD$8GQ_b0*Z0nL5x2+#O!7eNs6igqY>+=(H||8V$J;?%WBZp^Q(0^!CodrPFIb+bS)a0X*~ao? z0((G6v5+J24wdW-p!vmH!!zu*)pJ+oS8B&qM$AuqUB1de<*qb8r&5H5)9DkXHQRG6 zK+b*`ZzidgoZx&WLtBVtWldX<0Ll&o9iY_SPcNkQcHpK-MG^+(2~><-?Z$2(rgemc&KW8li}!ciEf+EHy-~m?e}n`;bs|K z0unjO#yhW?n%%_LD3$CK%#kijlq~b_V^um+q@^wY;K+;|^HT_Iml(wPoPEhwG0q6T z=?hznNzAWBOsrlg<$ND1(HtH|D}V|7@!dg&@NpDmu^S+vSfi0;c)^R$o4Dc)3v2OQK^B1M%RWLaGXwA#`@|A$@|7feo>Me1 zsd&SxU!ns?r;EJ?Smq6AE%ESo$Hk#Ek@*Hqlr>2H^Y}>kKaeNz^apv~+ZQ-0F^0Gc z`yRyXh$tyLq3P;n6kCl_yJ@b@aM_Pxz5Yl+wesz3f?KuWvu8A+OMk|`jD zq*oKi&D1yxMNw1~!xTYz2;R13gIzsqUW8N@^Y#{^-k1 z;vFwLXh+KvLS1)gMqAjP!D?NdBk}eG;K3wwJ!aZPpJH0ecF}WO8<{E<-YJ$}EF9-5 ztZz8K$jQl9{MlA)8z}+tPN^e2yS1*`(@@m7YkxCE0@HWjU6^ka52J0MXAYd8af8*o zI#LnF&(x6bW{Lr!Ap0CZc%iaYcSDOSljEkVPLs+mNIRhP-%WPo@%CdyUelwHbEnDD&WD>z7uRkuTqh$X-Q7D5rk^@p_EF z?~*~eu+~Milavp~g0|`F>q+v~-(<9jaY*R9`7qkz_Kt|-i(I@Te@V~3j#Kv23%Cw8lwLUjy;=2vPCVmTbX3$JpE$V}1IN&peXe6XhK zu9Q1*4|()~9imC(m^0eTBD5ffIOPoqvDGpZ2l`PlN~nPoS46yddzUu9U2JEsAWvg{ zoSoVZzE!w#8RGNg?|oMu)clqUY_V@{l*V6EM1OU1pQXega`n*@7_DP7PJyvSJ0RED z>ciU$`el6nh@?N=3`6Lv8{0N^7Q~eaE5C(j7149eB+WUzkH@BOMh<|Gzoxcynk`w) zo@O+vuW8ZTj%o{baH#CPs;^pUY-}Z?Py>q}4nN#FOHVwudhF|G8G^1qSFJf_`@&Gj zXzK|*{opza_;tW)F7zmC$r@#!p)aKG1Nh=Dt96a#V2F|xa{ZM5z-lXNgqJIE+Taq! zP?Ma(#OP$mEwTbhhZC_%Egn#GaHmH2&bSFsW_erYM4p4YjH2wck2 z()_4&=UVnq?|gZ8OsHZ&718J~h*+a<>(;hVph0)&i>&I4DW(}o|OP$5qS9@kpf z!gm}cZDtxzz(^L#5+q#zv+oA@62A-v-9^UJIboya%4K9rRAcYkZ5V3EC7GJv``r}n zK8?kwYa{>+x0A~M$-{((smk=AfEPA!R#5EUt<+Ar_37iy_%J*LLR4+pwjoUu*ny~# zBb+;pW@iE3m;mZjQ$a_X&w|B%TkFVN_@%ve28V9f(ok%YYiagt(G_8i*~@IE;ei*R z@~wL7MBcu?{20H+a*%Bo8XR4k+5|)*bT7_G*MJKVE089P5GM9??oxDfA&Mim44d|g zTsTanC>{ZLfa(0#0pCOYYO_r0ZmUpx%s*G#>ip4`)6^0u^313%(N1XP<3> zTiK(^4g2!11(lYW{g*yOX@&dTWQ*aA3%AlS_YjQCSxrJ!t{!qb^lO~dQ z6U`47Zz3G=K$)VBKN0@6(WK7<9SuGdMu`K`2#0TOn|m6eHvUeW(2MQ<^WrjAVv+h$ zL0S0_1gh(^jn5qepxAA;>*J&u^-;Cok>#!hGlQviKJSHuR#maI>4q>PSdKGA zm2-j(UAZ9P)oy-vP|R&bB_Fx~O^dl&M}vhD(>A-R#4vTZCS^e!?v{FCVzq&BZlt&~ zd1?0}{RVt-;TqTe&0?%nws3M?e8xgH$!F0(qizv+<>wvhLSVA zyR*(GMomyiFRFXRhAAGf-Z##QLE2lH;gtE|jNf+a;pQ8xt>pY;oY0?tMgD;xx{XQT zGD0}}1%vN#>TgI0Wl-e^ z&Cm-$R@@H^6~zCeO~fmOH#GT?p8`$oSme(y?0764|61)wxuCt}7&hPGjZMH6>k9LX z*cB(he83o*wkMF8Eo{la6%yJr=1Oi7@ z%=_kLF+Flc42;D$9PGEtxEb)i$oefPN$>`Zj%rsEFS@xZuErgA0JuT!rQSK~yv7QLIe3-54%kfeB^ZpYR9>I+I zo0pXam~uOC1PfZ09mQ1_88UZGrIa|&wb*pIj}B6}y=yeK zH#08 &`qR%s8EosVD=nZZfJ->IYLyif*Fv{uvf44OzZy%CpHXtr!au@QEt_e25n zO)q|krs&?nT~rTeV%giwG20WVEXmva6vwIHD$3-M-zPXnkbKMN4Q#QqW>(xHQ&Xy9 zYyWd&|3e)9Z#UMq_p!VFgk2KSVD|`}6Z|uIDnQ}ST=vVKa3gy@K)suLr_)wmu#AofPMN#>~nS7uH$u-Y>f)j&;-**UKjnX8GG;7+?^kIs&c1pC>q)+W?F zpZ-EC_Q<2{c*F_wbb&7?CduAD+Y)^G@yMHt#n~sO-Q3DjRkil(*)=P_(RE5Uf9Ynr zKAm@l8R@;uTDk^ZsbTI*DUqwWsE?3z*PjQOV|kz*>y;_0_1*`w^)xcfSN0ZPs_l8( z7-=L8*EgM@L*aFeS32(-n{_xI>%lC8{?ag%+JO17`NaK@2(&J*_qP0o}A5etFBEy zI9i^otU#1LcSTvef!|_hK$9f9Q^bF@uY#U;HsWp+*!FUZQco;Q3HQt_X@Yi0sLgUH z1t?l8`C3%P6NBv8$P#*D4jfe>IDvQ@)kvQ9QWB2szqd2j6~*^j0cof7?jOfYP0uNE zZ)m>4grh2|Nd{tkU7uFIkxYo9nDq?2?F6L`lBHScBS#sMV|Bx(utv9hhPS;x+dm91*@o&UQe^I!_bXC+e8t?&xuTx zy)3d^)kx(B*=zhxqwI`7l21Qj?^IOP(zGKSH_o}9M7tCyQM2i9*qhoD`0T>>wQv&z z`3*7rUZ4iv8|?*~=$&yfJ6!Jqi$MKt3zoq-A0k>)4qIml`z z=A&Zlh3QrbN0S%vw282ft*1uXEJuPl^d#e8w#Y~pMu+M=rA#w)ic+KFS`1pb=UkwKXoD<-nRt5Z*9BKjZc>a1o0mqyfhxE*V3&>61{f6(ckd6 zYzw5Bqxajepdv#Ki=`axLNr3ZPW%0)(cU@53(~Av=$eb!Bx>2Dda#wDwXQ66sTkZ_ zXBw`r2u)6P4Gb_s{FEWLI$;@O7V<8`ok)OqNZk~wHMVCRg2OLN)Dr~aJuqJgIILY3 zK3y?M#=ED-N}Umq?@+aKA8WDJM87q1enkbtMZ^%^e0=<|v6cee>8mvCe+*q7u=s|8 zo#)r9G%#Q%ye+`d>JI-|o(`qWc|E}68#!#+=fwGRu}9iu8qMV>BFnh5w%qXM4`$>y z^!5DObF2($t30qww zJRa7OLcX%^QHKJ^Ks9rb+4C`OUlBcuXeznDrFveG`LhDb9~sTYM%=PANKXWjX7yo) zobOm*Q340d4`Y9DbY7>K!tlHB5$vvFDM9?C#V`InSxjQjQ-B$KiOw+J(H?v6WIlNy z>HCYw&rxLgT}q-IDbOD4OE0KY>R4B{jrNVGc8wh$-dqptm!M~h`fz2q`@0F(G3((I z!f0Cjsv^$BUs2a3=QZI6kl!-^fMlGCkSr9%o&L4^yL-!-8i-z0);Wih)cWLf<6dz* zq_lHID|mR-ycpNavhzf0d6hIoz4i0sO3ve)<&tA*)MwAH!j;WBX+$~}lrftY5h&#~ zONiIc=(zV+0no#3BLq{H9|^!(Xv_2%oe8Pbw2i#HzWxr-6@$c^Ytw-HUQWviXO200H8ap}(_=sC=SR5iTb6G$8H^7@0pQ0B1Dt|wHmM$vcmYF2 z_k%HIOsLl#{c2ABP^}z`Epo|4vXP49bV)&4FG<=*VpK|8`I#oAi5P-aXLTg7Us2A3 zXQjoQ1CFE+-f~k+G832lz{MvrC7i#iJA3TywW5V6@TC;%vFs5&asf1l#P=Fue3)+tU%e3x}ETuDt7#`2J69nxLHY7IQeImgC8n~a z72tC*P)pWXxY_rA$W5TzLv}r;MO&yI7?ujPa{f1`TJ6;n*Wu;a-IpgonHo^baHlA8 z9G{7oZ@ES^y_4*mJeYog=-yIQB_kc{tblq4^5Djnygoe5Zf5F{+!eGNDK$l23@Mk0rBSDh! zM*HyA9)J~QaK8sVm6yslKrVZ5-N8_%2MQ&z7FF*kV|E2cduN=JEjAh*LSBvpVsdhg z4?p^2UgqFh18|zsk5A8!`A@Ha1wE>0iL*h>kTagfI11B?Mw5*$m?+kh9NDSBwdbiq zu>3jqrObxQtG^QC`A-@jeyzQv?Z_4TLmWX>HgzPfUorA>u%hNxxieghlutyLk2$}F z9}>&$-%c}?>?9&-=J*%)P};GX_gzz){57q}=0DJez_WF8d*E3;FUM`$#SPUIVZKRh z_u>e5;bSdL??X`UlMS7($1y6YT@l{hp8LnAk!Qw$5m%?Jni^-Sr}I#IwHt@h>j%}D z<3Kwy0#%NcHyr3w8GQIrzsbZ7KsTGdnqfS6v|@>68WbR6mr>kSmZkk>R$E8AnDB zlO&E5pkMsP;v*-M5IZp)Y7W6u16*CEOjii5vMLFPRe>IYr66KZruA3FCbDcQ^&YH) zG-R%UdID2EnHE?ccSJH!KbII{lsH_HNl59Tn%)VgAb!e4q`Krgo01E$eyTsQrtX1gxLb1?Mr} zRA{ZEkAsj#`39N?A>-==JwS7&x8Y+q42|vz z5nGfDXY5Yg&!Z263E%+C#SB+O7+}g_*!Eu+8PjcIt2p8Vn$mZu;P_3o50^kn=SLpJ ziSKk2dgchMsau2E=a6a$kQY?ive;Jp5<1Mb^uJtrwUr}-chM4r1VQ<-ph!9UF&s~4 zC52z`x_lc4bcrclXVs5LKm5Po3&ayQA2Iv#8cQsUO2ypLCrAY_&LHhMxW`lT&db0> z1J9XiIwzdBSw(4De>S>|a}2rg0!gesC1It@y#0hS9pT=@EnC6RT-nwA=+5kSQRA&Gn#BR(IG)9Ys8t6}s+8)s;e%<{*$gK<^_2#_ z7F6_zvA7Ttgm~o`Lk>^7-e^H=k40DVj696=5ARl64(G*5>(#xAGgb?R zntNZZge6v?=)HhwE~BcRW>_ftE0wzBFIY;3(1+`>Xs`7bv5UlJ380>Ywo??m#o(&; zgenf0H-i~X?$8WUz|Tv8o*n*E4h>6c6noCdcYt_sn6?$wnH3~fpZ1mP3JGiasOCG# zaV&qS0|ks~+$oW|aF!RB%|G-XH+MwmwFT_!QkyZO8S#%L+}+>v$?cV>QHBUmv?tFN zSp=IV$@Xot7h{a=IibmeIs@F@?GRH)1gkQfg%O%8TuaS_DA$9!I)+*tp_%Gf$-%|2 zIpU{scP^Rr@rgNByIE&pGUYIqH~c%QZNyuFhg!R~Zqdhejvfi{*eOZkQxFg*El-!H zGogtyJ~#!1mR*kkd6Nqo)AGeZ>%@u8l9nrp4?7gkT-2NL|E1H{Tbw#l6o?J;8N+u$Blr ze)wK>MYmo$u840IPAsBY)RG_vWkf+T*AIa`H4F;(;?2{czU)(2s#UM}zKGtWvog*> zz_jDQ4)siy{KjTc9&lZTS6{ZbeNg(;NO)tH;2MmY1MLa37(d*DH6QAS;9*Q4*5u5b z!Sxw4g~L*Iu05<0{mab1ie^$;a}Ew3wR>*HrHIP0B$-RpC0M3Qkc7<%5KxSQHUpW$ z^z=v7m-KnU$?Hu)45y=-+PR2_j_xU` z^_0`K8nH>f(+I5*1DnTO$#CeH#$K-LSWJq{D+_(OVb-pSwB&{R>f&{y(NpJ8T^;IM zCgf9nG>eXz5Nun(-Rn6eKIkM zaBs|(vS!lP^$a^mjWd&&T4=VMBLro!ibxJEplK2KLNsU3BN>b>$GyKVw0eE2*n#ffi@NMIo1W|d`@vGMc(-5tTqDyUhDIV z;C}BXZ$y(Ptp2%l0NZgApLmlTh(abouW8_F%#}n!Cgq=gZony(@D`gXV~G|op-Io; zQ4F>G@Ymn}AL+aQB=C^Ql;9MNxYaO36wjZ91K#{gp)XW=@y~>|GnMmwP^<^Pj^||v zWFm}E&7gT`;t!XBl+!P7ECAp%g_d5IGbXbAN>x%8D4oW2Sx={WkY7TLtpjE?wsThJ z#+OCsoUb!ESBYtMIM7XO_>!XqO@v%)wuy6Vo@i>%9p0*ejRK z^!#xpW9+_nnF5j8Yc%cu3H%X){?DVgk~7$2hFnIdN*3CY{6CPl+mEQlMSf#4vqM^fN z6p63b;+m*ZlnLG=AxJ~ns7R=jWn87)Tjy+@FTb{~S8z=y-bt`a;cUK^n%lF0Ir`XL zN}FpczU7CGes4Bo+mjf>O0soV9Vfi887$V+SZx~~IYju(;Fx#_q0#XVF)r4%)97&W z;duQ6i8gT#flSG2Wz}-mqE>5#PBnn3rVK6f)vV|h}m^|F9WInh)Z$1>Ri-LCm- ztl!ZWat2%xS&UJ;>+hOBxN5wYOKVkm72^pHn&kfnI=a%*VRxnWGyBp@jL^UWDL4(} zI0s5OF)cTWT1hYua;{4Ap3?0fj>m0>wZiKC|>_8L@d?Plc<^qHJyUk-PG@Agh&Ln85XJfZMAM@}eXdUt|;GDLAwp z?s4H5^8@bffOH^0mHLGvW~Cr%1gs2mEp88`3bKnTE&4?8?&(Lk^+8)=51BNbkQzAH zN&M!n`qev6ZCJ{-q*3^?-QZY;gEHEp0z8+8DE=Z_tN+&*fqRyWU z{k6TDR+aX-O)TUXOBop}&)nPcc<{CaY4~ z$#s|G_!M-c;I$da!J^bi&Llg&7w(Ji^`J&7;n|obj@d6Xpcl+WB@&^?c=u+OwlY|Q z$dhrsKXGVvmrBuf>L-(qy;(a$sPR6Sxz9BTeeLW}MZcf?@+AJa!}LXw3>^-kPf!ky z{|jdP?FeC2ISjZQapEvMH*-G5H7I}AIzsmSpW!3SmsCRDc5iFNIxZo)W^xoiV(D62 z!gho*P*Ff}s~4~un}IKEW+WW#Xd7hcbF49x&O>NTNQBwUWMq0O%+F~;;ge?4+v>*t zeE3MuOeeVoSzn}nEiW{a5WiGuYKVFLYGn7(Rdx7^2KQie=Js{P4n@Qocp>^#mQHbM zKMjbsDDdT!DwGn!#1b(^k@X(eCBiBRtnsI}E(^K>gy$qt$?;azcD?CV_DXL44ke7S z9sB1b_++6te20O3qssN4zohm?j-K#SWF=tNBykd<8pq38{2ej{y;#*YTdD@FG;q4> z^%IJ}*5W+YCwINVsu9|?{64epR4;8jCOvCx9ycm<+f&BlU35hgShEwn3-|6JL7{{* zIp0(>6L*c81fh*#NjNEqfd~^*$n2W-@w`4s#k4;H(!ym2nezRo!Jqk2cM!U&@Jq}? zl+QihfsC-nmlgVJvRC;H%OlQV(V>4Zy0%~a;V*UdO$!ZbdeJK`E|&_&?&P1P(wUIZ5Q^t1r*1dC^2H+ zXf0z$WQK|o^491Mkt)o=DR`m{$G3_hxWX7l{s&U}5?Zg|OjtjV;l2;a@!U=Df3`KS zVt$)3su4VLnQzb+R7$|*GEvL#ZgjJWl)N+|0;K1H(ngBRkw5Y z>AdBRVMr2xne))p<^x_^B%MvxY8)+`$p?Q|sbW$EuXg0AacfQrvjI6GQ`Biv_ZS_yB_>R{a!< zj(Lcz@z{xkzB37g>D8T7*uV8)AFR8iA7c z>%J>AE^A8PMB9i3&a}-qZz4)3i~T<@M7ya-c$@ym=s?qvv7$4J{U2|(Li&{_16OwH z+GTKnAdyib^jl?WW>MjrJS_pcQ2N7>X9er|o#Mw+iAGf;&nJT2*5H=Lp;p#{lmH-+ zhz!8C^`)Zzr|Tp@|M&3|u(r}Q2i>#+TpE%;Njvxdx6D7y70 zeaQC9_1mqw%=f=={mam(?q;Bq?ZZJ)!uBH~wrKqqa8japV$1kRV@Y&2Pvd8<_`c@B z*_~8@+uF2p9l`qKQ|Bu-%ir`_tt>q?f(JPP8f5HNFU)W_dMT_g+S_w0hkVqLMe5;J zaeoyA9az^=s_x$Usk*bmD&0y5mj@D@UI>gwQ)7HGr}zy?zbSdsk5@OPD88%l+kIYf z%$bC!!eUz{$l-;DcTcF`)}A&>)6!)#nxK~wb{Sh-od4Kf#R0nQk?b6fIDo zAwZDgR@~i-yA~-9#VMt@6@5;gefICXXU}{7$lNoTAv4M3CfD~`Ykk%u`at^B zRtemZ^F*xPfKl2%NagT5zLQ@8)mqc$&pUMEkR>Ukhf97@X}zmy;;)F`jan%MGWQl# z^8C3v;bbRlaiN9c-tDmwqAcYmb2q13$K}qK<&!7pms)3TlE#8Qv_?cA1`9Es&Q++7 z#pGhKG3*QL%+9koKm4x$_0_+BU+UyJP978d`xO%w8f({_w6LW^3+7MdxshgW0R@3Q zxPhOIASdDgMj(EvUl_Gze`#0_40;58T7`*d^i^{wm!a-BK`5o)zJtUZT$Mz< zp<7{%dL_Toi@DFblr)U2#8{df+Tl9MJhoC=PBaRZfA<-ag66CT?{aar#DDjlzF|)| zlse@i-G3SshFsQX%h0&dsL|OdNCRv+aA*P(2-}1}Eitrh2m?Ax52`%&)G4X+DZW*h zj%sO(6BTu#4%JX(in<8}#;0wC5UN;y-7FJzg~y1*Tza^mMQINpYWnTlj=9x^ zn&%U;%c9mqoQ;q8SviEN0;=aPGF1B5*_T?QDWWe+vz|N0kxl6MlsTpxD z1yM8FWLRq7d1#QvCdb9Z&v$Smg&%Ps?vY;c#p@31)fIHtt zL3`}3NZMK7L)3RAw}fEBVjN?q#dhil&sM&80U7|N2mHF!tS}}S;u;cA7(W}z6YH78>gYS4u^TP<8tqR&wpTW%|KylCm@-{J(c?W)$~zWgK8^ z-f(e5h%qAU+c-I^%Qnr+(D$@|g>c`>9ysbx+Ej3|vGa%?_|Yv5g-``G2QQM(qHu@h z7TFq;I~}XGXnA5izlpz3GN*IW*R5f@ep|LE{}4Hbls+}<^o*7`@ET|U>Y`<*+{opn zBBQqQ35J?Jl7tHTI8PPWp|qO)S(p#uWn4m_ka61)y24gak5WH~G2lcyfWu$mra2H^ zLNUS+4!$i+-B@^U73HL4%%-rEfLg$-fNfStg#BB5?)N(vS03UGiqGW)?uvIpKa`t+ zN;+=p(L7_9y-vP$RfAb1T#nj8tBp)qAHKRunPZL5trXhvEQ4u7(Ex-pY6bP#0V%Jz zc2|)5FHVMk2SaK%;?~8=r0lvvL<^1gi@V2z>*}a2EqCc&sg#d}uFrGb*-#4N{^K5Q zWN;s8HCgnt|IkttL{2i(KLl#7vh25@sk^;Hss>*SM6@D>X9k&IQ6$2%9&_|H#x9cc zsETN;lAJ9B1*e{ytNM(ssYjCr;cUD5K;O3%bX`vs>E}aVy|AK;MXhjMS(HY9Cc@mD zLwWoj%7j!gghx|MW2Ziz$D6xXO)VktkyTB#s{C_24obaWRH@Gvi^%i*rQ z-&|1ttuL0X;=fFSx(2wj(lZR>A;l@Wl+!#&hW>5L^KIh9ImOnx zv6bW}*Lpe$QFm100jGX$=GsWz49ly!5f*RKX{Iy+N zvDaJaRrMyvfAbx!lr0Z}v=fFo3}6IUcl*^YZ%^XK>PxTZ-Cc%G-NgfUGE_h80IseJ zFTS{LcpPS^mE?IP&d>gviH&umV`b+uD( z?gehsKY&`Ff5*P$>$g?jq})PMn?=@Gc54t@0g3Tls}khqYZ zJ~DP&Ju;n+zE)yxd_ac+H9(1B7iWqYq?^x}p@C$`d?>=jc4GT&+N&4)S=Io&t+oS? zgT>WMOfr?|oP|l^`H(7U(kGntNkz%Jbd9Wfm4*XIhj>~5s(Of6B6q<`BGjoji7&mc zjxLXO_<|I+y8qo-Q_amuKxxC!=tTo@Dv;g}?wZTt;s-S{hq1z|Pbt<;$w?k}o|-`7CF>evrIS3>uWJ0tRq-I+ zDX)3VNvf!?D@xV&_Tm023VatBFRn+is_c+qjHH+A>HVv{zKVQt)h&57m?9VC|>8hAEkjKZ+OJE(yVOyhKSb; z8vSFSBu8PfiOOpMXD^bYOF1|c{oZExSxEb*QHIlKgqR24^SMnb$$+b7C-J<9By!=` zRz&ve0W!(F=7q`lY((FMiE{MUE^Ba4J6wGDXaCDC2~S>s$@j&Eg0pg$)K2Fwb}&2Q-%}%@HI0 zoCJI5aFY6MpVVtSPc}61P*E0*(Ysz-)18I3)0b-dg8E%n75ufko2a^p)2?J~$B9SsVS|D!UmR`ZOe(O) z3Y{X84zQI*hZN`Td@Dratlel-ZrHql$GD8D=cC{&+9!5rpbX%$nklhvylC7r@I2SJ zY1bsXl2W5ByOs7~j>_1u@(VeM!=Z1YY*P;hItO%GTGC-+W@TVDPsf7=`QI#(^}8>b zF=3sG#3Ua(4Hvp$`kCTwUG6wCf1>_T4N6-yAuWK%sr--}xP?TcU6;;FZrem{?XS&o zit~ZebdPTy)-fG{AHFj37>!IRE{*MAVVzocLHIP45!EFe{nU4ivyvC&JvxY8+I7CQ z+hZ-G^32x1x+eY-jVsg#Z@Fq&CGM?%5n4){t!m$7I$Jf9D3O|~TKh-;G6}h(kJL-w z>*%y3QLP)ADAwRs9=#0OPy&xUIptF>QifM_fU*;g!+{i76kJIzv4p&`F?4|6nF30pTwNKI<~0g$OGUE@$l*iF95 zvXN5!MsM56&~V2b{mi`<+-RD*XZbzKS2L;6;=-`6bxL4*GGkQb>CNxsouD`(vl-|f zEU5!698+M>(O)EA3C`(h0?HD3JC*K%KmNvW(1~t>=J7A2iqZI2iAV9M3)h!9tOsfF z1#MD`NMO7)rpAtGO;jPmEM%ZwSz*6Jwr?k%+hfpMMC27!RHmpsDly#_m-?oNRNF2x zBx2n6T{-vV-xB-vSEXXs&qlHBZ;6vr3jTQOMr=W^NE=7tj3GrnX;pp1(VEuuY$e~p z04-^L6@PRC;IK=F9NCTn)SB+RI3!ZRX8FjAmyl7BIB9^p}nzOQwtS zA1W2^i_71N=+7xG-Bm$45e|ik0{V0pD>76Ve~GP9azFSwe(DXHvlg?87^ zE+H=(m#~pvVj=bAAyg-iW~9bE39f}*-_jS}EPS72dpD~;MP0o8Diu&SB$aY-FTuhs zN&yob81q`p$t}ik(f-hwY3BX(_LsXo*;6WhQD=6y!F|x)zdpUoZRB*6_n-OdKiB`i zSMM~BF!28&`zmCOGhQ(Srz358isW95*Is6do=XViD=I)@ZbrR|CLmFi){n4|r-0!q z+V}qeN{p(5-!d){s@6{0>)!=55oSJ4+vWC!BO_uv(gpuhd;V8{22{DdSZ%zYpAEa{ zb&GfI2vN(evRPP+sMZ5@K~ZqTw@m7A0Xxqat-+|Rbr(k|Pu&4P}0A zLi;>L!ox7ofZLc^?S|)OlHnxiH%m|At6EASGdp*%^T%nyH3a)4)8X-Tv8gD0MG+0e zKFCjLtiZ4n>vH+0rH6ssq7Cx)tYq?J{S~#63AnRWW_klT!CJsz#A*-G09r8V$=9Si zEsDZQLIckiVLc3ROul1PxL_K|&-Zjqf-|Q`#*Gc1piKi2_z>DMxobDK|8kW3A{6td zPR2o}73BxU%J!!%dk!$I(u&8O{`G{DyD(SlE(xY+wf*42NEgvUZ(G{Pja%-9S18V7 zTXi(cLMEx}UlGW%KJvht_g@1VaxYh6d>}#j4}jsb>^}g_|E=NvmTD>;5RXBN^%G3L z>&7((*rfLimsUcE`$wHM@7Y4e~6%}*1lE?rZ zvNkc+9c#WysK^huZrYVWf8TQS-kw@f(2?J~^DOPPoHDi%P;XqMn@tJwDWr%z-g7a^ zDcy9)FD2X%(6i%;qxrt~_MnT6GufTH^{YB_t7z}^RCjn4-w6-UK-X-Ree;xo_X@-V zsWNq`;lLr0r4(HgLG7N`#kZQKHk1WxfcYE%d$4qv9AQt#`AD)jDtyU{BRZ z4yjj~-ixgTAnf9-ol7aCtk1B5k>#3&^4=YK8DJ(&oR#scq%|UUu}c*i6VpoKL2Bz1 zr3;Pu-C*4qj;CZOIn}x;ERr)JVAls}C8e5a*iT>9fUs}KOxFP8Wi$}hAXxat275}E zsT_`~ujtXe?gXf_5zj5$0+tK|DE(1nrMNBV+f)7O2C}s#GJW$vjek*xe$XPRAf91l zk1(=nHLxU!>j1$bce;^|+Vtney*mC{4ry5;(_B}1zWwwTGNWA|Ms&}5{O3os#hmwL z0yCVZl|qC({)|TGmBY7=p`0+3j#MD6qU&{OIccf6nY)Uu*J2rK?kw`4?Lj-Bzx^t1 zNg!-Lk4<2TZyK3jg(dv)r&>d;CJPQ8fNy%tebXD;capX0El7n@T5-_I*a0l#ff9b3 zx|IOnJMmBJLT}aWgo_pJUkjx32khk0C(u8)XE+p^c34yk^jsD8X{)x7c3CjMcz?6c z+7?(4%)txwJ>B$4K&);GqBOdt53#2)S&8dWVsolR+P^0f)~lL|Z-0G7o4*hCnbyGj z@`Z28kMe8ln{6h39Q4F#TGaS_sV1qi(vb#<`k_&b_LreDcO6-Tu2}Q)ldhv6{k6Ew zhJ?a4ULRfjKmV>j4?rfkTka9gWv%!{JQw$x%p^(Sv})yTG(wgnhGj0+G^Pn#%#qV|quwP-*g)+_yM$s4V)1 zh=qcp`g6Cke6!N2lw}7FkHD0uhH>os%KgRTy?2DUG=t>Q8+G=QlCLOk3t6(GI#kH| zOVT|O}{}XyG@k6B}vN#r_hA=4IhclPe=Fl%IJM z#*-y@)tpGDE9&0OU#%gN)0Hyziw$@#606C{_NuJkhrWYs;dASj5~D$g*k&q*ED*B3G+4GOaiS6q4N((p;Q&@BGuze{^}r#RQjo^bR*_CD-C{q zw-iZ-gu~0j)YO}#;)Pgd)dPl2Ye>e4kh>JGHp_OcETWCR2z!w$6{X zF<5cAh#&Kf4fi}9-%|)jjq#7-!|{~Hr+>*eBmWsAut11`)vc86;LL<;%0um52hf=Y ze+mw6s?~5!KzK5r*(#JeihxkdM5m0pNc)7ds7L*)knx#+)W(`mhPP=zs2}}|no(&b zQn_pt@<~RusGlz%DU%99b!-Kk^pvvY)0Vaayb^fK##j?-vf z(1HJHQ4<-mUAT$!pmA1V>jj916NuA1P-T$HQ1GM$XF)VB;}^ORIN-(`p)9NICQ?r& z+9)-pdQx>9bRa7XH7J+z#!)gmOSq@?7Y z)I z<8^6;!pMDDA8(^YB?1>tcx^Q034NTDgcHZ-75CxxQb@iDyVo!Drk9xlAIS?XYpL)7 z2=)`;UIu<*g&yrYwgvP9qbwl_nw+jM$rg-uJ?Q60 zt{I_8?Hs*^fBXyS{TQ4q@u9d8NNGcG8SZZ{;sw8huU&5^U!!4xHgV%z@<ZUXtFZPof0<(UQ`bmFsV5P;LrWGwgy=c=spsjZ}#-t!mNYDTl zQS&iee19xKXc(K;H?_YU8!6~X_k#=QyJA`){epO3$CG@eZUu`&zMyz2?Pfqri_?A} z9O6HXV+*vnmkmQA?eT7l*1WQ|5gEpY%0-Dnea#n3cL8<e)mYr$OD@^y zR^UdUB-hbiswv!mdM(hJIxD|j%`1Onatf0A!KwPzpU;3Y?62oxcc!S)fnv%A^zwB+_ z_@Va?K=upx^kU&UE9S;IM>xlca0u^J@BJKKkCW(|`=Gf&C$%dUD(=a*nEwDq=#atT zoBsrd?R!_d>#IEC@34%0{sC0`%+fx(e+zQbk?GmZ)lyM4`#U{8{SANL1&jvX$-wXc zp`^oDtLbx4Zli(sLp z?ao9xSsYeMi;gr40!*y2^#D!Qy22N)#M1$s7YR5PiY+CQ0vd4|Uq~j|GISwA6D<*GO@gZ5bjltq-FYcf~UEgF3__;HA_tSp-E zW)t#=nOlV&*ULoogk!Xy6vzcb5l^<8hhXt011vN#G?q8-fS&L4syc0`?s1d^NspK3 z2%E89&DjrotHb+slp}4+_x+;d$avUv+kOg{t3>U@c^Q7MCXV?q4Z!jDi0@YD0Ybqc z*dh(WW__pKCh}X`$th}xmD=M`3oS|gL9!R8e%JqF1@=X7cDHfk)Go#fUgy!Kj~PC@5tCpJ~|qny?I0W1{5#!TpNNzInA053LFPgEi- z*SHG(W7i7eEocrmOjg5ghg++Q?>8_svA&-2RNJc5qE(Uf-iPUbKJ z9<(ZTa&5p(*97dNT~`fp;0kd zK9ij#5|evx6ENc;QoNU$^!zz1EUscWf^@4t?$t8FO#E_lm%UVB zprTAk(aOx|t;QCo@qS{E!j!~Dz+?H>#jxRXD#S}4f8K}@YZ-~^-&wiIXN1lEk9<1o zORJN1Ghk7-*E~e_ry+dtePQPJS;s%tuRO7kNd_J?cUwkM8~nnZW_1l`5uv!PRQ#I1 zX>m&rR@UwZPlivNwOwJyReo(9t+8zBFgJ?+6rjVVXTYZ4si{VUtNEqjIrBuKzZ&=N zI+@j7vZB|~Qw5Di3%VNr0O*P1?I7cij>hp-qdO-hmyjpNL(xQLBw!>~ER!^}owmC4 zPtCd#jb5`qs5ez1F?8raRET~Var4J`T{WSXDdkcioL`aVJn4IoqyLU!i8oYV9xKW` zs>?~@pxtTfNxhtN4OrY!`Oa*K16~9Nl;|nQxBl3P@|l3rXT-ohS-3;#|LiHOqb>$iivuJ0KBnUCuoSfY@E%Ib#7un`kIN*> zfJMs>rjIF5Q6jhHaqh*R+BHq!yPxkhE#S*G7oyNk6FnN0d?1{v2D7mR3ZGWp%;&f< z<*w8)L)z+>zODG9KFfF^VPbL8#d6JI4Y$f7my_xxe$|qP6UhFfabcd}S_%ESUQLxP zV0wL;iwa0!1rKkRlm18zq4tKY_oeYjU@rHk!;EGrPsw<2Q6lDAebTVyB&6*7YO?7p z(}Ud2Z~VQAg2Y@g2Ag=gLb$;>1znS5)pN#dVUnpla~FZH5nCv?SQWXk!`xiH-;^OrB79ye6?8>=H0-mkt>$K!b0P8kbYoIR?}Mc=#}!=M(M{us zIVbzTAl52i&M>zFO^~HS`-TN#cl#`4i{~s~Qer&+Unu%JgR-dEbiG;a?{K&4*H?oQcmPQb(J5lZiqa=X<6nHg z$Y}mPNJNCX7jDj{;E#BbzjDRtx1TLG!QL}<>Fl6OqTgjJe7(Q64u!e4eYx_46mbXW zLL%wq0zHt_9j&|bFYI)OHniHL{Jf8(FI8SM61Bmkv{ia5L32QB{hQ7wvmH)$#^ikI}1I21g?XOu#M?&j0+EMuy4 zaqPtL!xGOa^TXt1vp9@6St-)sYns409O^TiorMDbD(D9sCf4YbMg>rS(9zRF<~ul~ zbqXQ{N#Xr<9|}1?cl4UW{<&jDcoP128ubUuIJ(Zdg<|B++9M`lUi}%wf`m>jdXOKv5Mk!O21P(PRJ2W#yzZ?;B0w~m8c%kG~Y+9w6bmeNbD8%TSHoM z(r+9jvh{IUnM@rghi{QqUe<#eSV>-oy(62I*W*^qS#JbOc3mi*YEZFi{#caFx9b#% z@6Wccb*ra%Rt5y$o*o;|Ib*b-w0sl7{6S-J4Kdc4^e3xmkNc@Z?@+ZQcTUkyu8q3m z&Jd~yer!-5!3r~~@}sSqNSy?rxn)sGn`R{hHN<|$@{FP#auOYv6KkFwEKC5SS(8hu zsj+;h*S&SPlDRv~qbmZIYxCQ_kGTPXQ zn9`$kO+=qHw1MQ=Bd)sS8&aRhur&>Ba=My0M=orvobG~-e6NO z1&X_5`GD#q1&F{A{HDxeFsR(N2kU61G4_j&VF^-YSZ~n+(g*N{WUEe)eFonlvA|iw zw%gFTcT>tBP*@(r7J zo{wFg;?H{SrOj;|%EmbO0`D;FaL4{Yn+K4}M5Zs|?wm$^IaLDVv2?i&pFi z{!@Ko!|vm?_xhHB0&@GqnmvR~@MZ~NP)BSax<6l;q z)1OEJBt7xsl}5S(zk_{I&HTpbS=8ThOnz7VLdrE#~p-(=tUDM+%A zZy!Qd*uq~loet3AiXCmlU)!a7L>qz_ucuqPnoxiGW+z)>JKxC6g#L1R!UKjE;4b;M z3WY|sqZXUS!t3Xw1OBmP+z7$rJ^m6hJbZHze8h=%n50>#bRih13lMP+m@j5Svv@tZ zO0$#oUAbdE8X>cZlCxjpy^`*#?g>4C6bYe-OEcKy%pbnoeHcb7wO$A-%73Ah<5(87 z=8imM8=IX@pJJmRSwd{MZ{J~jqzkY>(ZHdK@})$=6qJ-=($ZF~Q3d8`rHa35ymr`p zH9a9J@qqjqVHiSP+N?*fOI4*Tt*I@09|y@_s*BwrLQw(cg1#5S?-p+?!6=^fnkMCWui z$K0$_J}2ax8i6=b<;;-kr;}<=|6?P9ju~V9e$b54uGb~yEBa4w$EuDv>XwE{O5X~F z+D@OrHGV;i3vJ;hwhf8-lReO^&JGk!uf^*3XqWk9qg+d>Zl2|aap zmoS=hcz2bWwHH^7&b;KZ3ijuI z{IN1$txv5SNY{kKKY%3FfD_?aFUj^v_xOGO$NWkgFkMzGEBPW{hdl1FQu?@{2}La$ zj5z1hopw;gc${Lk>xB9b`3_Jj7~oxKEkWK#Z92)e(HZK6;8zcsVmJK)w2c-Rz@~2T zp+A`?A&rS)KuNnp>rU6J(!S8w@o(lkuzVAWWA^P%@>0*Dp&3ed%*tW}qI?rufh2&N zZYc)OllhuB6o>$yUL)$gLdC0uO_r)o_B|f@>dSUu&%bVuH7;EuSB8{dy6 zGLpl-GJrk{xGPAh66AC~D}=EY?}q>0SO9PH;}w1g*Cm%~y@gCwN>8018}a6C@|in+ zTS)uz#RZvE-s&rrX+cp0c~48&XEZr6eN_V4phtf6M1wjJUW4}Ls!1}X z{tOh`5ej+MfD4T)`bY;eb4A+5VhQoEP{1^6k&RHYS`pGHn4Uk*pM@!LshD>Y{A|xxAhP?zKuqcm|j8J4}S<_4~#QcC82}r)f2iqx+_} zM?Bg4l2FJT5R69gG<#EB*^{Fi(Lt)095TF$Hh-aUd9~ffP3HUe>mU$v@%PiI>k-xM zsR8t1$j8J(3>PkCll%~NubV6Z2oF?o3Hmi2gO9 zbg*afNLY$?SyC_PI`ZJh-n-%{a9y5n*Vfe%sOwK=<7X9`WeLEFFRMVKpcoRj>QWI! z_9nRmW+(s1i!5K%FZP8i?eS?4kAW#^uF?H4i!$C2JtP+sdxESw>x0UJ2({_`|0y#)uU@Mo(le8KtMhrpZpk(^oF!h~VVs`k<&+BMEO1+lVBG z;oPnrP%6cs4aW>7E@%BPFsC45F$zcac^t}G-VIZ3CmeH!qX2VJSOw1x;0_3jWahkigk0qmB&uV%5^!*JCo0WvZ?s zHr8&&#F^r7UHC^KuKrtp=?SG#@FcUEQOa25o61)bs7k|<6+GJuhNpwSg-1v$z&hb3 zV9_0l-X~6#Vyq9keguiDqoAyzXroWg))^CwJO*X^!9w%+2hnukF54EpaK7IMh!9Q4 zrVvIar<-fyYeofu-+>uZwQrluCC3TKKIf_(k3NPyIT?SWalX^#Jzsh8)}U?coQ_+$ zkT)Sf$M_#W%;{}N8gg5DkSq9~;Ld-pWKJrY_ft7l-`7em%NrN$VK`RXhD%E6&lg$o z^ExJ(mc{wTB!Mj50!s@*GCfZY%d{BsE@EaY{a%zTqMBj{-(mA@sLc==@bs&eN4*VF z^{$Jl#a60Y|%y16CC9~u4d{aCwM1A<#k zd(=l}A^wDA<^1u7RB5Qe$YOM_0k}Sa#QIRW@5{utafw5EQG`Mb1;0rqIhWUJ9rPpy z((qnsN{iBc1?C2fHp2t=2U9wcXs>LAm(TZL`oyYZdPOG|r;cL%c8><^V8cbxp6g%y zA$^^dLseKW%rAb~Yfn;na73UC6Xpt0;9JG6Xmxywdj+8??e^&-;2i(siBB8i7jzzWw{4PzN zLKGuCxMDhsZWAW8+o{YOn{?qZz9$@j+q~q)HcB8v)Npgak4(N-tJdNlMe$IuO6aTf z#ot`Q0%sbnLm{{h%WE$iL`W-mwLW&_O&e?0ySk4UIBe!zD~vtymx+B??&}hxYOm=& zA<=mlxGvu_{WeLKLBH2UdJGX!wpTdFqN^N_ohFcvTVPmEbJMjSoff=QX$Z5pWppNwF zTl}A2v-MxwdQ2}gnjF|JPQ)vg(i2cy(dbfM2m_O{FeC!?0yBTa+*ZKodR!q}_jCGo zqL#hf$lBWd%!OZ*O`gBn;+Pat^{CrP0_IG#8q8bxp7C>*pY?DRsu=9!-_t@VOXUk~ zr?_|Yr-BX71aylyO&tTs<)50y+GY4VP`>LK0TU1SMRj|6Om~qsT&nhBu!X+uU2hM- z>#E%Im4#{9sCZp$iCSwjams#nGZAMCbFE~@e2govA){-+tbBNwuJ;aV5y}soev7L? zONyWREPKA6`X;G)SD;s9_T$FL4b%%o9SZlwI5~udMcR$RCi0wl; z8PJ|OtjJ=FzwJ(gIio0nzgp&(*X&n5BoLk*h?OK=Wnr*%l)Jr4gVY4Tg#=S~ASrQ_ zAuo-f_<36~0ov@1>@2(S$(o^~)M{-P0cPHx~Ku&T6`R&>ODs=QZk8ENUrV&s_Ns(ttG7(_UdWCkV zM{-zY^8%c(2G&m$DH+kg?Kbs_uTr~Ec9p2d0om^kp*4SZ7ahS3f*5y4g<%uq7*Q}7 zchgsi`w8yV&sQ!cy+|-0JB+YM(Aycdz^49$q>7uGy)|`w-J;$p9ZeuIIJI-~58w}y z7g|YDv^q-7fFa#4r}#$QBR6C=n`|Q2trbeJosYuTqb~O3V4A$B^*yh(-9u0ZDATZ) zo}8QB{#XeAIaLWI?->G(aoDzxNo&PM4j zCZ3&W;QoV>xbC6fURoh|YI@;!k;aEAQ{4;1T4017BsX|lmKH7FVO(6GHO-HFv z_^AK&R2%O5=}e_ByK2Bs^Niw(V+}S)o|%vpe?17nvpz>Vc<=EDDbloQb*fEFS6XFr z%~oFv;b?Qg`;0k?GGYzGI82J4BQ-T}AzGJ}h~VyA)iWg*ZyS~%9HxCYm!HaAi)8lO zqy~4Vyu$`@M)3e7y!T7TIbY0>Iz23a^-mkES$_%KZKp)+*u`wfczLv147#ywV9E*; zDBXKM{%*WTDm3Mi#w5zF_&CfR`wd;nbSl3-_9zUV%dOi!0rgL2RHfCZ*7*B_S{(ku zgE?hN_$wFuw<4HfS6BG>W*j|7&Ju`>rtuL_&`JLTkno{(-1U6D?Amh|?T83xv4=v&$#XbpHl{YJ%ntrpDV1nJea;8R`pjg(Aeg$I-^FA)QQqcgA0U~ zscQ02Gr<#b_LRW8`IK2tZ(Jt?Q3@rJ)S-ifq1J-n;#8_~`c!d0sxFw@q~lyC*%;{j z@IUv7lqD77nSdCipBX8uu8O~cWLeyQs;C)e@-OpT2qGD zND#PQy~RmkbAoi3YK*2DseHp|f~}O(0S*kM2UUz3Y5dPXNrxrbd%bVq3W+p`*yhzA zFWvNccbR*uTxVnI)@3D{V^^_{dRTVg4gnXaKK@2k;~fKs047*GFvzjg;;`+#=@l>| zLsU3u4(5aP%?V?C{ulfsizaPtUcln(oxsz&_nwBgE>6W4ir>Rc{sGWpwtKN_`@Wpk zIWqS+7xqn9S+Q-4Sw-vM!|jfLJC#Glm%}7-{m{e_`?>tTQan};W%Ye5KzxQv?5k<; zqnKX1yk>N{7)qFm>17hK07B<-<%gLuqKtdh?G))7D4h5omVy7a4;)JnmwyUtjLF0Y zth*)Mem#L~vR(l<+Mm9P_KeifDk3Pg-`Tt?hMhoPm1mqb5|W$zCVmlk$JE@Vib~mB z`K`X~*-YMv(#-Jwv4S`59fwZv#iO#+Ysk6&d(DtJ6XbO0_+1q7>#S|1bO1 zQK5WuIQ6DDA3Y_F|7&1CGu9^L$%k1H^Fu@KsmP@evp2=JzPjr+>^V1C9+C2X*p2Ut z+{Zvjq_aLjtFQ@nFRRalKl(u^Wp^4`){j3OO?Meu2Bol-hLS^sBl}Idvc~hNZib?_LGC^y;kbXS*cOrqnfB=dew_=im4>$vLbY_U4n5utr;<5092C z-p6^pbSuI(xL5pCIa279zCkS$&$@``q@uRT?bJu{-}KTMJ7mX;pc5?>wLg$*+zOj5 ztBRZ~`h=q_EP61TA-&$6b(`-`ImC{Js?lOBw}wK{cC4bdLL0D|xB@#ir8(co4n?qN zG%8d|W7JJs1?Z1VYp7#*ofOC<4h7J7GqpJH3#<-z#3+YDX{cJO-(7sc_vRTCW&*^g z`JSpJktkGKb4)JB3l3Nic!dXUr$XyxLx>KKjiD>T&dc9~7@0CgX`;1~`D+<=b=Job z$ogpR?=i*2lbMTf+D z>SQ_&a8aBA2W4g}SxrOM7eScm>h~ts50%e*8u_mCZq(`UnM*2I+q5Vp+Md>=HmXnJ zhLk6iI{tbPSInqRRIu``nc}!LA`?1pGk;WWjOjeO$QqXOaq+Cufoq%120>$U83mdB z>?9rtz9b2s616sYLlnSm$bm3P?Yw(kj8H1HMFUv2KCzRC$B?ManW7MKjK2PP^bEM@s&W|Qd>L5o{R3frN)*(CZ3p;ku! zc`>raty{(xx#M*5t$no1?|fMm&M!6i@6NNTr|#d3`%1`?*nef*<@}RMR1L(D&ta_m z16UH9Mh4#(9%r$?I#B0{3eBsq89Ci7`kh+ey6Wv}haR99MQIdEV?CpD8njm1_j|3G zt#Q?_^-7qlTT8?wyYu$IJ|;j9%Bqt+hgZUqo6_+D)J8R5By+@u#KZ%FL17vVbtXz4 z2{xQ@J>EBT^OFYF%#GTpertm;x~-3dPngwB=n2ZzsNu__zZFr_U;`-g9}i;@?t{TP zW0$I$D$OUDUc;1yaxEYmJ6l@@>(XIkwFZ~zw6-Cv@r_TmQxdbCH-&Juua$Ar+K|4` z*_|xm@3dj#LEzF1z7F>xzARk?S#qgmk0=AYiSF;}u2~-OcMoZC5`P6Dee^AVrh*hD z)6-;{Gc=zvypAsI{uD~o#0(-d{BOb9LGQ3!!xiG{lv8(-+PakuoDuZz%sX=$D_HaZ z=1)QY0IIk$^$524Jx23_F!$bUdO|+c9Vu1ZwuF{Q@C3wq(H2TU(ZiCS*k8c-_u?t; z>ZGG#k;|=5`@DQhI@>97jsyVoV8MQ-Ayk^U0>|=`%3iozfDjr}a*HvxDk3lqAaN1W1mllQ+Ycr=_+VSU>z; z1Sz`1VkkN48L(+7OOo@xqzjG3%@beMTPRWV)T?1!jRE%P36{3D|~I?;eGhZ zsJRc?0Ayu0elo-SAI`!Kd+SvW_Sl6vqn5oG3D?Q?{n-x`0i)GKeRs2~$G^X{L`fx3 zb&3);Bt6$18@x8{jtGzK5*(ms$?ZV13y4XZ2CV^c_+FJbsGrIbk>Fm}7U#OzljX0D z>=oZ?F3F|}OH2L%G)1vj3`XoU~D4>ixE=sq;cC{pFX3kZico z^74yXleRW!5>Rihbheyjjt$FM#j>u1ziU-xqkP0`$j=6+XmL{(x%R|*KhUsC8+2Vl zj~o=+#i&s?f!#_2r`by-#EV;Rcda*OI)1w|Pql_5Hsw8SNdGN5eD(_ zF$8-I-s=gm$@^OZ@hy=v_>ZQs@UAZ+oz!p1hld?xjDTOjE^k(_{^Tx+T0&5hbTgIy zTU(7ZbJ4U;(M!!$-EwHrsX5(0fcqQ6U=)4n`mA=qhe`g<`D^9>(@e~NuN9KB^#bC2 zbm`!`f|>leE}o>gi;uzNyeiKH>qS12|9je`6D)1A1df)8OAodla!X@9bq~OHwTT5G zuQD$Izhn)NK^u$==dy3hopEmU)XJl6i^!~35W>@?CTqK2iBy!oidM3P7<2G=Pz)Tb zr6JT&oA$ZdATeASwg@Eln^IDXC=V)R2b5{KR!f#jgBFM0(NmoUcFwvX3AAf`sG_ua zo}laFH78pyEiVG`!gCObm!O8#U4A5C>ygmmfi^g5)v?58vZ6M$vWYhCK9M6fitnr8 zU)**$?{y`;Acuc|4&|+)j)jjCW@&8@!5lF~BWES~lua3|bG@u!ENbVOxgie+#E&7% zO9|BP>mm_cuH`(uv$7ImMV=NbfFK+#?6d-g6KX1I%OWXt*d+Gv$Gl&jbkM6p8nYhc zJScJzBO59EGHz&@es=cF{UpqQz-MsMt<-K9kRE+Ot#*W&`*C9VQ*dqjAiIo3-+MApB8Q^dMxlS zZL6p@`?CEL43{v)&?zUFFGC%hi`m2%4;z^nckcr)x>@L~c$+c0sDn+bKjcuc`zA4% z1A1Sq^QYJf>CLBHL)5~jHxB~)OXT`943Nz%M=%`s8}K3I86OytqzR=Ed3Z}UJ}e`U zW?jw|V2F~t3E9r(X8paox4N zRUvdNhCoqcy%|^SY*v>yl%)}d*80?Q7vPv5qcme{ejEAgmOwy~wm;KjCs8Fk0p*x7 z580ifO>RnG*QDeBXc)tQ*Z)~in``zzST{^eL|_xP@b%Ro?mcVLhD>q!f(}b`1OB#m z?@DQR3OSJ|=P6fpMG(mXvQcQk7bss!%^flN0s`E2My?8t^-0nbM5(cof|0yc|O#Ok$B?7b;jF{ z-%nekzJ6aG$1kXo!~$enKFGk8^Y?CU9jSY}onS;C*O~2-)Xo=H0-w)@Fa6Hwni?78BL~ zIXpZu9CAD;z+Q${nfruhedQXDn*xb-p%d#QPEp9hP}VX4wC}aYX6Hslr>CY9xbY&x zsw_nbrgZk&ciO?u8Nw3-_$dnaqo;Cv26gi9`lRF&Ry=Ym!DIXBPF||685*cWSggFa zLWg6m&x3J%=%Nnq@kf4Ix*`$Mc5^B8aC=nm@I#9vxc4Q^|6-vryt8m23=)LQd}g7S zTZ6M3ZE8J3J>RPAr?%^3^FQM|vnhFkqM;h{@t(d(@|$0w;kj!dBNChKJ@{(us-w7@xm=~=7DyY#d;@aJne51>so)BmO&L=!% z6grYf>B{KJ=o_CVCC!HN;`d!z#V}FF~>EeKuQUbXX5%23Ycbcc?ZgUeAs9o z{eO6PB_OiFNHW(Xx zdm{5{^|33A-;PqSsjF4(A3*7$tjf+l7C~36ofC{Qd{r!qms#_P9g{=Y_3f)Hq;cro z0Nu`oJZXULuL#@Zja6F#JJ3ly`0i?{Y_vePZHzXhXOHU}#c`Io%vVIt9*A8ke&!5> z8s-JWQ-Y`TL_hxc!1Lcoa~Dk=hj4CCf_{D3&M1NF`s|Nx-2&#qR2;sHD=&G3j;axSMO<3f~=EnMbka^0ywmQGPVL{{oQ==yyxf)BRe*n`+ z^QjdH3OeBnWRhoMRWrGz2FVIW3DzwC89hum2CqYf1v~a){g#Y}t0&BjjKr}sY^H?B z-^P-z%#b%7U?P%)jhdE};Uc2_LfyFOZPiUIb=I!Uph< zi83LdOGOL6@gg7;r~xt#Wbx9NoRv<=2?e1DFb`Y#$&yZ^X+r~de`6@MW!)hAs-7{* zrPMJ^);ZDlfiV#8kkD&I$gC(S{iO_=x?dd|x+PhM?lH4nA_3B2wYgp3mc@=J;L5*g z#OghfSL)#V55hW~;+@#TDZiWCayl(}&a}6Z(oKzAfPYlg{T#5K8AOa=G2^lZ(gJ8P z%M)JtQ#`zUHwa0pnubj-OKa{Ymko@P4!s6G6+8%Jkw^_?{#y29C8XAcb}sB23!d*o zM+u-+-V>x>ma2yEA4YPGnPw|MmjIXtr&-Xv>_fhleIa0P2aoml*V8cM(lA z-W*7MXf1mi%OrMRZ5*znji`d%7}PYgK66cpO(Vx6&t=k%j5h+h9uF04ojM{gPLL6s zIp4f0*jDM#%>yy;-#@6Go@q^NG+)U8_yC~Cg~=dpxl+Pm zgeGCt=+DU{K5*h~vO4E=3h1dKP7F!C7Pu83%_CD#g0o2XUXgWwavFoNK!-{)nVxC< zce^FrbKG%xf*|V~HS{T!}O8xpT7V2h1*ZHGYrpeZEF6 znyIEqeUyGD*~m+sE>}B7Tbl+TbZ5p^(t*n-EkDS66FV;FBB}N2Gxcy||2@Cadm&`V zp`nKi0&O7U`l!>C;9`ye_Nh77XQhhc{I5&|zjN#+T!v_-mx&jnDoPlcL-ksj&>{2G zS^iBnzdiEh?5VCQ#iOdel2rc#u)zR87~=njiEwz>Yyb09c)rXar3H!TZs*zm%!TKH@AVy4aPob!v-ur@dqh`V&?seGu6={RRVxK*iILr70q(+b z42i&L&2T9$0MaItk~j~+#SvbrDkqS6J$G&kDDsidkX;>}B8f%M3XvFX{%RFMgFqaM zLO}RpOKBmP+ZVX9p-=j@*pDA$W2J9}o&Qei`uI?Vjp7Ft$q~V>w*-E2xJW2HG-oV< zd_%^O6L6V@aV^f71k7U$RC6iajMKL$z`_aYO7-j#CQ_jccY|vHb2^mmgQcS2O8{A? zd85J6Hv8<(_~M0jn?sBDWhIH;UnVpMaWPC*{N2qxycL{Bh%-Wb9Y$1QAJ3)oY?(*E zs;L^xXh}KgnI&?XK?DKATacMhiMXl4EAWr?^(Hyl4PpIe`oj%ex#D+bYR~f_*EmC| zBZ0(t%8=aQFO{h<)QZHy^TLyRy<8P1I}<@5=e>Zx8-&!-O!(Vo{HgGy7&9lK8Ttm) z>ZZa~o=SEfQ4k|&<4OJaxt{wn)>&mwTyBtXW1F4YDd6*o`Z6nh3v+Vl2o6e5FD+6! z?Z~=KKhhVD;E3;&EvcKK0oJzVn-Q1Pf5 z>uI@^{kH=i>P$ubq!zvJDLJ2<-GO)ZX`c{rXHM?~;e9M{b5cI3@dx1YzLl`J5>8(R zu9pzLUHx3KB8lGx+?F8daiYfHMXcdl3RMp9;09IOs(wZP9Hh{Op%xpGr2RK}jmt^D zm@1@0KxP`WpvGuGsk5C7pgUbzw5Eu$aQ|+MJ>?USEwF4as9+C5mU=4IL^g@|-qy=2 z^c=UZJMOT-eIWqWKutiCZaGIH9Cp|qYs~w}#dw5k=A*>~nG|Sr8$wT@ovHAjMq@-C z{}_^>*kZR152P)F;eo$d#yN=Zgp5JI>YX_E^uAsDwAej?@Me+o6~mfl?3`*~DVHH( z2w*c9r;BGWGvE)#GBVNcK~^c^_a!a5%Ni6qvYV}*B#cypZNgYffh;`Q zVx^7I*&jCCDkPQp=1-n-o-8#x^{@{Q1Q_y$);? zdBkj&_12ia4WI!)xVb{$g&@O^(mk(^ra+9f+Zs%NiT~IRAF^N-q)|$afr# z?t7|wbY()pMzBjkZ4#W@Ew+3fH&)iM3becn^-cZu&8`d$mLh)mct@t2u|&X1(QQ5b zG``G{BK2I}!AnK*!>CFE?QluOuKAfKwMh(qvsTZEsti&CG_<1F2u3e`--p#KMxIIm z;;g`<-U9)Mou~h3j*^-P5CdG$q_*0KcXH0rGUSh~%|n?k;m!P7n?SJ4(9@*tyb@rk z-kRK`(1uC@mx)FmE#LI_TcIwYL!8-ErxjuJRFj%RxPA`_`6~$mG^|8Yevo&ACuDbw zS@)(&I_$YAr%U`ADy^(y>&|9PEO#XOe#mJc9v4IvG>MPy&fnUrJvusc{^$0kte-_m zN*x=V6Hw$DysQ%x*_eSWWiXTH@z_Qm*esWlmgF$b-weF?hF z<(B@YHJRKxwS_E%RV9QjCF57r-3inkwD;d7?^zw{@H2?}juBso@kDC#ZIQ-8Gr^d_ zTQxC}{dg|uZ@SN){*-G}Ndn^R&IPrhi(1CM>>qrC7F%1JYpRH1V&cF9_0T36mc+AbWx%=_>j6+j^TY&A+hJ)#|6kmVMnstlDu|9XD#DD!1t`W zw{G1UV(i|}!vrldeThUT!?eUXkb_KfIiE8loFHF#`MY!i^Se%47(d!1`<7|0plL*g zNI(?fY!9+jwz59TQfNpN?Hmz)%Ux(m8*={|W9Tb8QU7+g0MM#@ADeSNztEVeB^ma8 zkVtCcPmi&uNAW0Xo3cFr&Sg0HTT_s2$#z>yTkIbd97)U|v@#7yiI5-Xp#edxeXe)K zvfwxA+guMvSN@|RgtRmBV{g+j8<*PIZ0JlbY8IK6NkcOhZ*I7M_f&fQAv{?{#_O8s9heeNAvlk zazs>e3mrv+%z^fqqnNrip#mhw@aDd=L7U*U9*V{W%y6P_S?U}}i5jO!)>%K750fcvXQ!gIl{)WSNGojVn zZ{Jx1V0zy}JG4`xisrSes8Vw|>X>Sp+zipR?{&^kuZmZ_gdstHY*|_p={LzP)#O)4 zbyF1ujxb*Hcrx)HFZ9I+x^O zJQ`CWD#wcw^M3#+%*S$n*xgsOYsE~wycLlmfYz8S^ZK{JKET&J$ljaFhX2dym~fN} z@*llsf6lhZ)YIk)Iub*K#+(OK-dEcc&Uf~eiDmaO-FQO3^jR5bLs86xhq_RcjkdwlU@xPLw&l( zL<|Ec)Fdo@(UF1@H#^db%&9Jw8T$u}FKQncS*NcA1vT{Blj^IxMaH0IeIsKWY1H>6 zwTOU%D(~0dWxGTgeMi`ee`&x0!cB}1H3QBN_pYQsZ}y?#n=Pz;L!TmV9a(>)U$LLP zHkhSHKSy7^oOpVxBSIM0auY&BQwXO4Xnz9!a4k{`u$vONtDy&ryuYdQ>d=hRaF_qs z)B-TEvwVB59@*C}V=O&9>Ylh+GK$FP)L1V62jHBwJ3~|{7fAfLXYNpOs7o#U=7jr{ z$T&`YnNkaN@r$C`9&a)X5M01{XfR3+dYkvUT;q+0_0T%#_q8*1jnZdp*Fp}` zapM;8fw?X~fbTM6h1WK)F7{iU`|mbEI^Zp6qeV%m!O+*;*YmsfmcfR;10N%GXwB>O zjK9V^kGZjK=}b&6KiQFm*~!GY~~8Hts;)Tslkl7Q=dX;ph#RDd`4Z zU=dq>WZPXj;H}AeRhP)zB0fC*?UDp=^3FO9ME}RymmvUu)Ps+6V=cw#hnsb`Uj@yo z=RW}D%zxYhn9KBg(4+DHI^p#{PkZUjyLEIK9*;CCQ08n+^zVZM)J|W@O4|gebh#{b zZEzP?e_8dveT;!~;miz)dp5J3$w`Nhri;u!Eg_W@uKj(Zx@g2d9*1SWP}nv87!^#? zJK}UY{R@kAFuH&xfRbu!KaCLtRLrTbccmV{%+gw7Ao$eZO@?e_w8FvJlsKY!>B*S~ zG?;wFgA>8e8==LdJUGvEL+_;|^90<*u z#2&~^>_2$>xftne502$fJ|iFzEBVP((RxGni#I2e#INkLq)G~8MinGW`Soi0Y&MmN zeRPr?Es~HBWmw!gq0}*53ipP$f=>85H@b(=B)o3)mHm!utY~pi>^2)A71x!F#VGGz zHij=rv6xDHyt(#y)bYG)$m5a)k1lnZ^ap+$7nPFVM4vY=bv21t>>)-B9Dkz|M=&|3 ziG4JryH3PA3w31$|Aq|5b{-TV2eus_DtFecBkEwNKyx=fQTxM(xZ1dETL(fCo_n01 zmd&UOtJ7y9xr4V^*npeoikcV`6CHZB#~HrxJ;8j$IX+IHRuGZQo@rL1iJ251k+u^u zK@m2))Tqj-L<<3QLk+H%fPi#yn1*0%T8-B17CYhR&TQicA1BVaLJj~xa@aLVfk~En zL0J99Y!$nD7nJ~kwtSA>LH+xn7j14CIX|7<^B?2|jKuOxX-BbgA8= zVsU-*6IiU!3u|wd1zD(W!U-bG=M=Gcj3%FWmDAfSdCof_^1Sa-4nPMbJuEevpKCAS zblN?AM)K4VJra`UdL&8rFms#KB6F9;z$$6B@k-C}!21cpTY!8jAd8Q7CaK?52$u39 zeA7r};F_9?=gxM{PA(xrn6)8HuDIYLeGF4>2x+dK zWE1t!K&Wi8(Xx(^Om6u1U?B%bS)!p}^4=aa=y7QRuAn7`_?@{Z3JJeQrCAPN5${#M zAtVin*C82sH3iA~Lo-kmh-Zn2@wC7J#~6wjW~e0Oi`LqL&wZknC|}3u?Nm@gB>Ua{ zIA{5)k`=G(&xJ+hl_>UP;d-+E2P9tTp#k?0&O1al@>^oCCK*@)3;FmPjFb|`=NdA< z|FxUrFZXQGf9`?R|J(!r!%`s0DhX>`!8`@$FrR_33)iv2-ah~=yWNa-pMcDFDOiW% zFiuyRoPv7CXEtTW*xx+|7Aq;&PJOx0^Zh!O4(W!&Uc$htxe!&IE5>Pzz4eSHaLVg> zyO?2&IuZ~`vBSZ3t&d@kP|bO$Ja8XvP7DI7TWKNNrwiy!^Ijedk!jyGUJ#csxp8XqDM|ZLI~CJ(_EY2XuckAmR`k%KB{tBbMRiaKo-pV zd#oA$@Ovhv%S)=~{c@2QQx#q(Kvw`>3$4Qox-q9OSORylr#d1f!P=5n;!=})z!vev z!v*tzK#On4rnuxz#VWD0V?;TEFbIL#b>{k9GLZ|Nk)Zm^SSU*mfcpYySn^wl-l4ki znhL$7aprqye2#lP-xHkVpi5WPVGhi|h(tkb{Dp>^TO3LzS6ip2Fz1jQqywj^GbPq@ zUqQz9JJNrY;&nbd^5}QTRt5UF8skaWcn3b3IAos!=s%1bbgc{VT&s{;#^`8WWlO6O zhKNi@#qLvu&*{If`jKERbu^rnaQnjGeU?X$k_7bJ81F$5d$mE`PvOHAZ5T#D{E5UN zO;zkFIXIcS-1MtB{f~P9i-z*RPC}EC>_P6&wuab0yMBp?CRt_<&s|t$cwC+z8U%C| zT?`C7hd`>F!^!}1$dg)iwORNa5y-^p`I~K*y74>mlwPX&+)2a^t})w#ff_2^k*MzP zdu}AM!?01qpL$33{^NTk@pIs2b?l(*bZADKvs+EcR55*sT+OJ0Yez zGaeO`d}N*S>&86O*TimkB9rBjIeq=&C;-hln+{w!2|y2a{i>aPwubcjOljic*q>t!ytClT{xuic~OgWB+u*z|sLJu`HnB-@NT zfL{Dk-npG3aRni-cL)YPvGQ)g=<&-qwz*RJ+y3UxmSIh(zHZ^++JhUMCwomPijqHP^NwE+LwNItAx>AVQjyGWi5rio7UlX8Y!L7}9CQva>^Bp2ot-EwA8v;lSP; zsK%EruQLxIbV$R~|4tj3gmd&B7qR;8>&zqu1Gl)S(c>A+H8pGV$ecHEUc)V91!U(J<3y}V ztnr5$!!aIpxxP$(VocZ8yUMY6hk!3^B-=AA^a$h7-qet$#u0dd&9V&WM)}_047-_r zgX-9S52Ac3Va^Vip6g6J_k8*Cn|h0F+eQH#P|L{Bje1~l_FydnoPeP(t0nftD+aHP zHhBM*C%jS7KC)Hd87`-`+PRqXy#UDO(w$)ovVlCTsG|H&RQ;cCDEqU(oTBC`ipu)oIfSAb!F?o57jkzp0BkBik&Kd6pZ%jcsrYP22NM5q2@{T5+=YSN56rjP$Tp(Oj1k zO1Zx;Yu2Jh2yRE_Q+2*d0i3O8S;Cie!NhuHh4pQ}@J%JyhTVjoFP<{E{F94|?D0HN zTlH5ZccFt@KDzxCu&%o~^Y?Sl1LIk}jGyTHN|m7ap-f1!iS|lz(zug&Aoo?Jz?Imf z$&yPPW8H96zo6iPUf1IMf6mqe*xmoar$?hJqz1_HA|zVD%P=2wwnxpaN&xBmp!u;U zem`Kb30*$0OS)Krb)Bxnh)N1*alM1gRUftsbBn8A3$Rkk)!zX0@LWi*_zMAHbFS?v z>ofGku7^>Fp~RXctNUK86{-h`_b}qxp0hs#=pO(zHC#QYRo+dO>~>%YtRL=p&JHVN zHCZEx$q2k$j8RmWX9#aTvD&QPLBd^(!{wQosp+dkrG?zG@;JFr zk}%1nmf0JJ1tcCbaoS}b!Er%q%|@yBK4*K4an1AM}$u7!HH5?2I6NNgw z*0Y71tn{QiIbJ%iTe_&%K^)ts?fvxMuotwo~AlHWqD?#N(dO%6!svV zTJ_K%FiN|A^HDd)o|XHdvhHbAg`eobsk-m;83|oc6!{k@KJKRj!TmYV@5@MspvUDf zBjw=1yD3~tglvKA?8Zrsul@Tjxq)q@$@vHl0=_|kzRUVwV@ni>Y)-;IwVA!1=ou)X z)06SEmZWG%iM8;Na8B!L@e*Uo*&2`lni2g~kgi(k?DtQpr~Cr{P||}uZ`pWuYW7E5C;`b-0I+AF zg?zA0eZTH1PE8iqmNIbsijMsH)xW8VK;RlTNyXY>Bv%`nit|Z8_+ zRiF*FBL>Ka;d&UU(nT0F7BYn7{N`2Nv1+5iJId))@A_(uK`3*!rP{L;;<6iB&WXAoAMg}rmcsOOtx z?e_hF!|dnBJ>qQOv-+fx%Y{uEkxuu2rCrdOTUcsAb zh|*A*-Zz71p}Do*$lRlxtAXc$CK<)~F?9aqUW9wvg@7iF&C1Ux368NG9o=*5{{T^C z_>9(jt9bn~*e+WJ<5~Vhr5~^Ggcq0#U$5wBY6T01X}9vaY(wxWojZ+=L7NfNf^m0c z%+NUp=8`MgtU_-VoqdDOcppd}qMC)g2<1lAOh1sYr`=KIZ4n>cjV69;IDpWa%5g*3 z-%y(IT(PCeDqFKTd?n0;fF4D)qIY=f_Dc@K;XlBdip6O-C9JDh)B@9Dnlx7J6cTZN zn+}NvKu&*{ye$H5sDHO~lUXLNs!(f<Mm9>%GFY;Dr;`OLGIjNrxuDgx=1K1>o?rQpxlz3;@hkVRa)uJY5Rrnlt z5_p(W!`#(1n}GK#)R>JLVaiLSNSDl%ncESI102`fERDYHu3FpNWQ!hflL(0P{-pR< zWUatNUeb)mBFUCDow=(X7w+dcK6g$T?l=t7=}0&JZVgJI@x8Bv`i}GmS(p_H(}!Qn zxeltRpW^-j1~vSI(NT)p)yfG8ix87sHe#ZOw+f{?@V3_Qn`2;uuK^rzzu6OcASDVr z**69{Kns~U`(5dH9Hqs_HqtH;N};w2jy3BNVC=W9(btvXwan-K*Yd3X;`J@jNgr;& z_SM~n8|=qMzn4teZLzS{*rR@oa!&Z$xWe2sd*ZLIkD}x}< zxBFCs_Y~4r+Y~F18i`MXp?llnK=2pc_&;ulCYRhm##9Dv`@0fvGdp{5^}aqa_z5Ex zSUYT!Xdt}5?-_dv+9t%2E7#bJWzR9@jPlX#$KhTt(a%b{JD?TrvawoPr}oR+fF?TX zy;u=a>gtIPv=4vT;W#Cg@UK zMi%6{#I()#<3L9c!^fbw4j6a7Flj==af|Xdhpfb-d*!@4G3E%Zxa(Dr>(g9UU+vJJ z1Q@;(CWE+mH`bY3wgS@&Rb{6H8y?-uTXaE+2$Re`uSa&~D^75HyijoLO`FsjPasVB zo$iH6_j*6{Zmwp{wS&w@656QZ#&d>3(eCW3c-G9Ch|It}6MQJ@P@z~K5O{&d5f}fO z@}~;1ScDxY33gN!%hqqvjsys3b>-P5wN!XgcXa0OaT6G+Grxg{t@^pyZ}|>SRVSdn ztEl!&9EOkcoz$ZklY~~Ieei8BsKhtZ1b=N#PnN=P#V^h{SQ!cfu#Dcii}-m@|7hx9 zD>&k&gIL($NPb+OKFqyltXA`wsH4J%T?eefPP?TS>toZoJR#+m56O&j-D~v&q`; z#$ih`BJQh8owH|+(CSNa>~?-&_TbcLe-@3JH=T#0Sfrnq1kjWcRQpDuYBLm2^) z5h0?-llt=KpP$}SbY$C3^CQ4f;zf_Y3&AID)^jN%K_=m=v|*G~mDN5gN;kEZPT_dI zaXrpa-jNn62QVE*L*1(zU=zamG!a_|N9|n zoDwO0E-p=w5t+@0jfVb}@`tr>g2-k*=gN+imsxtCMTtbli5a~8D2icKyu$qaXGK;Z z7Q7X*;)Yj6x4Cg!pGDhLaZ25_^2W46lz<6T86{R7DO{BWC*lTWZ-+@DU6t0uYiElc z3DMv4EG;?xHpd)cuajZ&ng*6sxy$*ik{Ko?&g{M@i!Fa=4hq(V#yNgzIZj>P^1Rdv z2Unw6?3Ejv`Tu=$U(nKEj@3O{5>rSI7C-St^V4d5SC8qj!y;go0aJ6~7mGGN3?n+? zc6W#oxMCwD&0iL8D1MePq;V!r6Hu^^2R4gLe|4}hkAz^1z-f#@nnn8Z{{gftDGlW2 zWLDQE{6UXeX={l>$hO+m5$4L*a{gkC46M8_Hf9Wb*nvRBZT8ZZR*fDKK*b0BQG)d* zV1fOfmcX(LUbSW?_5@z>hQ|$huZX^@a*8AxTRA^~mrSlrFj!n6Cgo6l6}y(e0kEg6 zD0OZM{8>68_@+LetiO|$kxU57W1q(p^pv|AhF5e7^S_8D7#7R{%E7Y(%b25*!=+q$ zb70b|ZW4ilODma|dOaHx%9PL~7sd@zO2_*yyYOTJG;iGf9zrIs;|!}FlZ4n@)m9pr z+j31seXY88gN0f+4h-H$uCI*3;^e;yqo5)BnvhY;yEPxyKF-@`)Y%=_~kIV}>o+OWNr3fygebA$Q z)H33bWz2M?u5#%$74{$;9j3Y{PfcL&u1i<{6{{Y!d_eYUldhMow8OjzKVQ{ zeHRUn;R)oKtaeetBO|8?5+v4etg8%_>7i;R3Who^lf_`(&+wW3n*FlKjwppd z)_?dGP{qFf;Y3xM7uqf70_OmA9z{lz_FpZo@NNM(si0Cn-;`!{s-D>cJO1Kuh@k-R zPqSeC66=cu%1=f~`)@2ZRmYa2F+OBzm&-y7I|I&^6r%dUidJ(RN>~08b;H&Ccg5lF zsrYNnr{H>yx4R@TCO+ce*)=23d{rpjj}Q<5#mjPi5q3K@UGVZIN)$Wdgz>9zU$O}< zvC>5Lm-KzjF&PVRB;Z-o8S<#eIbEan1kJscg-MqXCG*uRzwnff$CL;|Y7SM4eCw`S zKqVI*0rgB5A_pYa{{Z>Nxh}GXBGF52{{a6voGJew$S%HM&GSkHkwlPPHZoMlg~7nK z3O9m4!ZwTS4pzrCEtMYGqOH2_GV5A=XDDPh3t5%D{ReOe^u=^+kXpvS4D%k6H4KGE zg~nY+rEwoK`YrVUX3gHH*3z17aX)FH4C=J(M|0w^p8-pNms~sM{O;|+`UfIAR0vdD z;5+6V`h($=RwKz{4fROoY7x&ct@w{YM>hWe=~);sN21#zZ*w$bK{sEbQpv_V(Jc-Z z)7p?=HmbfE#$CnxrZ0|3!D)|@TERTrvpbhR1vNr)c#UJq3!kA}@kt(xlJ6VYWlWmY zF@_mJ%BG9BAGnq(h*cuCeZrW!u2n^iaEz-xTh!(=%2G{XZ1;uQrrW`7pz_SiO!@XV9<;MpNQP}59Myl zHp=-itt5ssa6pjsCZtu!S%FKutM9$=$2-1w3#KH3;VsgeqzxcdS$LnjD4#dQo5YLF z1kH}*`;YSb)iV>J@j_h;V^b4+;=i}#KTFhGxOdf;T3(&$imyitTIcK!%QYGcNMJR> zWoPRKgz*ZzV;IkZ?V4Clk8exY{=n+vIHPL&>4$l|MBNm8EWhZVbone5&@`_^gwowEk`h?Zmlqd>%h7DBGG!MtUBIV=H zv9qv#F&0ILfOW;ADw}IVT1J~WJds8&a~|+S?`Dw^Mw%p%v$T0?3_lm8k9JK`(p>f6 z2w!K*C^*An>B~-cGrn1P69@XM!n^(h#4Zu)Suu}y;twkC<An{f$ zqCAS#nhd|*4x)yVY@YGUAZIyUe;G7T?x?^Bo`5axw zftJbsP}E%WWPt}agphVUN;y&55ks!B=jUcJ;(yeCXzU_dS!7VMsW&*&)1KCG%!@Q_ zw0P91e72mDE040Lm+-Nc^Wg>tcj$Y{n3ppp+IwH8D!M_Bkg!b_f3EXpwyetEE>HYL zvKI}`F;&PpUg+trxaAj9PN!8byIe1fu8-(3tONt*Dv!H+w5Nv?P_CK9pr_@un@5sE zO5}VR49tHI_Or}KkUt7GBJ2%e0$YS3P2S97^SYu*slF#HQ{w|%DMoXe2-7<9 zA}gx^7#n+(-+R&HknN_6NaP%9!V10@6xc_<{okS8Dx&|t9x2E%a%S9fvp~VJya0?u zKR|VNe>Ra9A#2TyUqz*ImMNL*(e`*tl{K1!-C55LgDKR!(5LP<>BU6k+b{oOz7a|~ zp!UMOF!(>9{vyMp&HC?iv29pjZlZv;LW4{NPF65cv)7BQFtE`^zOg|J+pZM(!1){o znLBPu&i6|u7UKV~U;JaT6hBScbet)=pV*A{A;)p*m%UlSz?{4zv>;72bF6Mc&8eb@z|TB;pw{r$!F)zQdA7frM2*Rz?I*u^@Rp){%bPf~WH!vqL?J{_Rzmcu(v{AxR@ z$N0<9{+$#i%+*f6PAxc;KCBx`#khx++NGGn3l}TWk^P=r_e?837CheiJZ~D|Z6Dhe zCakVW-vL)DQHOfplN)VYhC~Rr9VlI7YkfCvSzMD=0hJ$*7kVJ8W@OmQVb1xDTGe5> zNo?MaNW!@mdP~e@kG-wKnIKWU zlm=L(MdpUERHd5;V$5mxdeUs%`s*ay_05V$-#m3s@O=qE>0XSca;_7y;jOF7*_zBI zc(;6mUz)XzkoK$6x%fUFNXSsltz0kI^%k$bJeLKq<6e1DzQ+%c{p&m_h$HZZhv{c$ zF6(0Wl(OFvYt)J9Csz74lqn-+4&|G&dIpZM@traFK^%Yxgs|MMp|@jm=|=3}err>) z5wUE(B0Yty4je22zaxP=&&E^}<8_xH=d3rbNSABznnVP;orUW)t#6~l9^BerLQ_;} zRAybnhi^-gr2wCJO@!+$j@Q$-^4(i#wg(7sxmX0iQFo!CL#aoyXA+o}Z6-9dA7|`hG6FH4lL;RkF3KVSe$^gJmaatcKco zuE~=%i87fAAqae}(pj_8m9GMRyw9sAAn&1y7p=Hnk2FCM(@zMAeOZvjkmde+Z?}e| zsDrl7nPm(;_keXHbsOyorFazO%P`nbqy{Nc6TJ^|+q;6dgnm0%7<&vM$&+1g71%cqPuzEdovQ`!7L0LZ$hA0k@tRvN4C@#G0kdCBg8K>8 zqM~AF_qmnW^-kQj-ox<3LM5*ury@57j$pR){v~7>1_~Qi+!_Cmlq^gyf-_q+cIa6~ zZ$m60?eA7^w8j?1go6*lYPHTe-|$*ju@g?UKhwE41S{5yq!rb!9O=YbeNm`YFfz~d zPHy}Dk%j$f-kj-4Fu;-}$zJrw#9@}}Xob=jJ?}#76n7?%FvONxXqAf8g5H>)s1((N z_BVwOd*J&+nH)9od7lcRia?#TWCPe-st;C84J3B8R9+9AsNkU5Q})Flx>e06)$mT; zROV?>!`SXDD5lmBcwqf=E6B!Jk3clb2{&t8>0{44=oDZnay0|OT?k+qM2WnB&HAlJ znGJoDHDKPihR0W5!vqq;CA^p}_2Hi0dx@k?Iqgbjkp>Nc-(U z$tUiy`XIL~?A|oX+)|os+HP>fK2d?m6{K3TP-l)N-Y?riU|0jW_CB|8Y?)Jxa)|U1 zfWsI_Lk3a%I$35WVk_S38prGFyWqJjDu(h*GK3gC)H{8wCiDjf>mgMiMtdQ@gGFG; ztCnvbj@)D1vlp)-A!m1fuQ=B@twC(|*kz2Py0>iu=eCFqvELqRGV7f(Ei2lxU+c?6 z&Bj#pAQ0aUG0IOESG~oNL!LuktmBgP#}m<|8dJx*!&s;l2)`uxbDqYFFsU^zhA-&T zFH&X+!1Krk7vvI7m-zfHv^oA#UO%xu@(BgDc2u4q-3p@k7gj4 z)rFyfxPpAF{ftC?Oj12l^`jKFU3E(x!8!pX;aoYSQr;z;HD!HDc`!IDm(WxId~@b? zzatU7Eb*<*IsCa5djA7YKlxf6JB$RF;hZBEZd)eURqCi-w}vj2^GDe}%}%4E9j^6J zBS?u#PMeT7;v=#O;a*ZH`DY^UFkqL(+!M zFAF}afAY7R8Kq8v0ovt*P$Fe%g|LKP1@0@_Ix_y!aVR>OMv!E}M7YOayh0tXBA?w7 zsAZEujozZ&SsY5fNe_P3ah`ZJ7~wn|c2XKsN*n(GS!z_*X8OVo}+lLx^i}t@pHwC`;wtP9z2a)x$Klpzoi;rX% z)@F^>sU5%+nZ~1L?dp>xeGG>$)qi(5DikK9$aKfN;%yh>3=LPq`3d5d9TkN2&yPpl zu^ve~VZBr%+ij5^##LtKEp*q<1>tB|48oVDz#|`z8lrBd@23To?( z-v@(JT#LJFk>c*|?q1xBI~0mTaHmk*-QC^YB@mqA&Uf?Mo!Ob)+5hbBMJ`S*lFXTt z_kG^y^T+PkTO@L=CbAjNU+(-F*9HfSk__ZvEikYBx&xJ5d#{pG_&k8|0?)23o9Ue|+#r zfWq8LY8xNsPgR+bQ5u_ET{2Jgcx(5?RyY*HpgN-BRa18q$3sBfg!xls=)Y?$_eTj- z(PSFny3tkQ=|GFr0!4SO@*=H(y%-`(+;Pn}&ij33OEdnrpgP(wl~e}^Mp0BRfi-Re zXK8Pdh>@`o$Es>xqo4uy!(k27D<@za{h<=&)bfN=J8`g@tYX8V2-ss+goe}_;C~>` z@K}?5R%~T?A*WiZ4wiheb2X?Rrp~tXA$OI1R{w)BHONa+?x!hPWmmOkNKAI5x0S*h z>I-ovmNZf;4$`!uX{(LGoZPT5MD@t`_8Np{8pr%Qk z8Bjk$7dA`jzL%sEC$VMp%_;{loVB-;y8~k%&oz9E^{=c<@|WE|{g#D{F4Q~yFik@} z4`H8#7-+Mk!kiA|UPK>Ci9^!xU$x{)P>z&6YvF=t7_m}F|AzC)Ys;q1Q^IA#Oq+$S zfpNJ;EF#;^NCLWT)1+YPU^&WW1;g_H6|g3cB~DV(uJ%zM77%~E6piC_cptF^^#debHJ>GzF2VK5o*(@(GaVVXiGYk- zw_fcsB)XY3Z-JJT8q4en1zdJ5X&^t2hLfVx^|{YtD&o}E=7n+rP(|1#1H)JCKkol? zA7d=CzU4|;jHA+w#|x(E9^FcHpY$d3t#|jl6zI39WUdIi{;Bvx{j;)oJ=~t|&)(zQ z$TT~9C7-GS`^@1YX){T8{Zs;{8yl!nbFrO2jDM;ey=Ua{ZPvSu)&XiefeO;cs8 zDbh76nDh9W6@4o@f#W!s+jaN6;HDa1EVb^_P`r?Rp5O2{F&IVwEjy_5flFhAiKO=z z7gr=|z9|quYzoU;d89*sAm{Ez zRrt?~P^kPrKv_WPXH4}Y8Kp%hQvW}1vb9HxRpqAt0P`Mmy-==aOd8r!{6%VlMTa&l zNxs^i*|<~OUtKQ}+{8!^J4=a|Htt~lZcF9%So(dLVZ#p>nJKVwR6j{*!8MBM?+nuT zT!yy&YSm7;p~%3z8N9hfSf#Yol2%J0TJU!w=hlr;CT)X=DZHgUcESsnLnViFD`!s& znfvzsj^wHob>wvJZ&e>jJ88z~zG&4ZBr7*!Mzw${2P(RVRHb1HIvAZ>5qxH6zTq|| zvIy9F=yY~|tVnUTel!UE_ILAG?mxgcge3^gDXU~-!~APQyq7i5Fzi$%%_tdeuU(?q zeYIFar~ZxE?^^X=+kXIAk#{YfwrmxJ$oxy!B;4OT)QKEIC+5kvcr2G7cER6HV7i>c zZak_dmrBGzPI?*{wJZl6&v-)KE9`Q%Nf9TI@Et|vM8OOWh9cv;yqR5C8@NP++lVG5#FSXA0_oxz0^>bPcl=KalU zLOKC0+VQR+yI?2E*%J{z5j24m#DhwJKGr zODgI|1c zx$4vuawf|~#7+=}f;KjKgfu0MI5r~Ssv*WK^5X@I*5CRH^MhYolH)X6-=nQH6*RuJ zTG^S@%_j4tbNjkDz2*8|UauLCzUdAj!Qy{p+9{+l9e=lRVXKJT-B(p|i-%>x=Om4( zix)_8T}XAZOuUHZ)}1BwNofF|psCyzj#EW$`NUC;SwYUhe0#nN?12_Ep-ci$91>WW zggn4H=|HPdF(qWwcc21Sk@6so#7G~-X)^Gs+m5NcXR%>r=KwK!r06Bdabpx;xE&_H zhEZ4lc-rX4&kUcc`Ol~0HDA}Q4+QW^=uTO~ZH#~mftmycrnm>)pR!9eaHFl|Mx$&M zndyu27Z{Qotr!K4@3Epx%rqG8b({>~rH4vx^&(Fc{7Z&Tm-CrJh(JJ#5?%pJk;QvN z6y^5C7_XFWqcFC*^F{44G2Ly~kFO5|++8VBVebM*!+-2qkYjnxia~tkRh!hnnLY}n znjwZ1;#gPUXMhcEC#DpU7&+^_?9gZv)*wEg$cOVv(K3-$VegpHiWH2WX_EJcYw~8Z zqOr>Np?@U3tg?xwC}blI*C1D}CiSCatcJ2c6>{`3vO$qJPA$tS>oYtrm$S%8JExq> ztuwT>yO2@izE9q1hw8N-rcml_LcCP(VOmef9!Yvgm#9tk7IL7>C&8ISN!PdqI9AU1 z0Fm0}?<2+K8b^Jd7-}ORQ^qt7R?B|TH+cC`q zGw!!YGp&6-FCCDu+vNNIox?m77Of@Yxg(v3L^ul?sM7LtGCsN+ly`jw^iF9(5bO05 zgt3$jF8qHeIsae1SE9fufh|WdP&WSkbq2+QX)xjWKBP{?maKPAB=>t9gP7co0n6y7 z=$&EqX6#pxcv#`L+NI?)`hw2rqOBvB!e|Bz`)A|H%Z^(C^zDsrIXf5LYVWgqOs(zY zJ^iH8Y@AQ-y27}+EKPK&#g=&&nO;z1hGs5-86xWT+8Br|j|)3`d=Bv{B|_cp#~lah zj0rmdI|%S6W(D&4Je4nL{`vXlu@xbmRM+Sb;hvU(I4enJOJB}W#Fxj?jh?p%+Q%RF zhTo<{m=`9f?~K0sP%C9C`w~N3MM4#26Vpwe2Mp3I44gSP0F!6=cP7fOYYT?^D$d)4 zn^h$4Qzp3HTKMmw3b}tj*RpnMHXOMMz)M~>4DByt{emcgLHo)D90o*Rh*~YZ`bHnB zZaA80aZ*9LJBd99k(%+|*XL^K>RbO*c%gHqh^|b5eF$NS-rKrXYzTI@PyCzaAYclt zbvYfix_nhgu;aV+HA=!n)g&R~p9JcA-cJw0#D>HIY4|`hsgYIj=*hP7!7F1lX*(|u z?@g3;lE!JJwDA$nO$3~AmM1Kbd%TOyT)cMTB;wQ}n+G}hTd_B7Ga1^*WMdL!eHZETS|-|ior4voTp-KB4Z@` zVb06WHwB$zgygj!WItsv9!2rubCFK(^p{m}=BTscTlZFD$xwn!ErXhDagAJq+eYOH zZ4e%CMpO-nVb+dQ>Ib1cfv3_t?ClAM@+(^yVPUtyoYN}!J~-@7nl8eB$yO>9wb|Q} z)(_!}n>>=NHiqayNh0#qsRLMsDDH28TVSFfj?Q4cw{8sl#H#f?EQ6&zz}SZlQP8upY!VV7f{ zI_FCD7LLspyWlOG9dDKlsCwjjfBi(f_WPEBZvwEZ&FJ9EZO#5I$c6VH`};3( z+L^hwei-~|p}Al!O`d=G82|*a>y5}ikVNC#Ry;Z?;jo)?ExA#kY?Pq{6Kc3ZriyY= zU^A1_5knitw=@oFmN}?|n-9j+;SK$7X_Ln)bJF=f^^0V=k~&jfNgpAxmQ{fFih#HJ z%AA9=0ylx(=L~}uybqk*9jD!Fst(@(+YXid$OAJ1m(nSw`N->sO85&5q@fAuheQ0& zloDLb%mOPtozyj%bKP;}_u<8A_#Cnw!~X!9@E0I!DiQDwB=O?sz>fr*(TOitzRRBN zNwOKU*f_l7fY>_?nX(OFsGjQxd;XFBNRjb{U2Jy8vX7mT$QEP}Q>tG>MQZ%-FY_+_ zCS=ZAtM&yGyw>WoJ;zQkN+6;b#4qgJ2X%sqbSjAF zd~UlZNkytEylQQnb|3XC8zv>b|Ix9RNK(i)f{KZ?uw@wf;6eN%N z_J;63Nn1Nv?Bq!9OQdM@Tvn)N6T^sz3PM8+&&~v&%@(e28u{Nu$Y+o3;tNnpwHLb* z5#8vQ`ad(*5|GXm2K3m85~nR{T=Unz-5dQ z9;clS2KXFjQYt+P_>UoOli@$%d|@q)aJ=g6aBL%wMf25?m5tsx|9U;yzK5=Htz%@x zjK?&QmmjY7hRssdkDrh^0~^af#}hC~>iqiMvGTtkflXGNgHv7#d1tIEYGg{y%UQ-dqLWn zONe*;bt#7B1y0Wq>N3KqH&w>h*+0X7wh?;ak6=!~8I0>CXPi7YJGWrTVaRsCsTovJ z8!aD<&))*lP>7^P3C|TW(KaKpig)wTmr8rZ2bueOY#9uO- z0=pudS)|=uyzdJPQ!*W$fG&ciXMSkQ#9m0({E<1id-r79`tkTq^O*jf{-kouwm2qV zXf{kmM99C24A7GtIm+(0vFi>K8H|TgZLo3pklvrN{=lNJm&@_rGV^u4)-wN`bL7}D zG-!bixOL;#DC%6I4r&KjjuYv=sZ&gB0_CCn$^%C!+f&R!kW?nRToulOrK6KooPJ<=1 zfYbUk34xD1DfJIg!=I!N+O`iU6mdqln5`G|?Y4QpHeHf^?}r8EfpkM^7Pxd{9uIAL(y&U0DVoGL=lQVhm%ofUfh;M6)uq)_k( zF__d{$6*mPqw?N5pCO zqo$0-DH@7z#VFil+c{-E`{Fv6hA%7R} zl&P27m>l_XC?w4$Qw?p?jwCpz(3XcAse#zXcRwq#Qq6jMCom#=M}!QD_r@0rGJeS0 z_Yb8(KE}@phC%J+@lE3!ijR#hjv~(;A`ZtfT;OO4Z;2~%JZ76h@(2&$0}BSpPqww7 zBXi2o0b zDp)@%4$HXh4wRs9>BP_bj43<8A^eTexV#UDHdCKjKQ^r_4Z#*)zMR#+j)0I0;hMBJ zU;bwEFrWB22N=6u>ktH}mC087>TZ@t55oLLVHoO_IugLQ=W%Xq@8adXI8>CVvaw1{ zd{?LK5ePFgUF=WYt#hm-g|kj9LnIKe44ZW*EM_NRHQjS{aS?QLsLe+kB{WeJ$ z_AsoZbfx)8`#;7Y@&B7K2>O3{&B%9*QR3R3aVhnA^T(F^BC^IPC&nh8+I2F>)i1xc z6fyuSiNN0rr;HLWL;*0=NgOdSd&z>`Tgx9G%WYHXN*UMw_o2F+^N-g!&{y`@%w2oG zZ`vY>BJqs;r(JkINd3CS`h<Hf`4CEZ9Ow+H-HoXWQ2tGYZVa4~S;wE5XeHX8a$ZpP&La*4o-wHcu=&R=+ zpS`F3>O7@siZJk71^8=?s;1DLARMo=e3DUrWNW{oX=OXL`wY5MNz1~@_i%G^VifH7 zW__dYPOO>WG6aJ1xR`47zsa^IuKbIg-lKzz6N6ZWiE;=c?ZWxs=#z82AyafbZ$p6Q zOS&N0>w&#pCmTd6(y#Lq*J;*tYo-sijexYY_JpxmStk);d!u(!WTjz5#DntREBA1Q zV={<9-TPIot^w>aTVgYC#k2@ReVkZFAq^0jX+w*H-Jw8JnKB55R4Ub_uvyNo;O|X%0Tm*O#%PXici%qbufmEZYea8s;{{C^Mi~LxSCoQ(~WI zF%SD|L5{sq-4sGZ0MN3svXYS`ibpi(jJ=b6o1Gd=K9#hxIpJYqqSPy#%H&{7C{Yr< zNzCpVW<;kdpv*G@X~6~j#zp=(LMZX6JT~0Kq-|xMm`@Q8!zW8sB=Y|giWIU^DT!ad zc~6_^;Y>6pIE;P^obA<*d0?@rne6%L{gSCehi}gCI}@0K&H{D9*xZtBS%$PR#DS)~ zL2-RnPucK2qrINCW=y|gmSRC%ikpMOl}~~xcDu5*0r#- ziDPza9ElYFSZpa_T_vM``9cB#MPH>x{PLD$@S`v}4B@G-%>(=v(i5gOSgs<+Pw_`d zA6z#U(4-$3CpL@K2jd4=nl zX6$L7YfZ!y$Rq`>n0ym?hARVF#Nn6*^9nKz149?FS-6#uJ>pdtQTFUcKdkPtD^t229sw$>Lft!)Np*9RWr`C zaCsdCV-U88{O-r-HH|->h{nTb)A*)cD%+Lnm%dRG`G!a}w@t5B6hE@hW-Sgw0w6S_ zv@(Y#@rR0qfqYt;$v?1=lKd_|pm2Kzf^+i+Z_6c1z1SOSwj#{t!1$F%df7B1%6!8z z%qBaNaf5(|GS}Rxk8JUbA{!tNRf+H^FPKZ-o_qI>l3oxhdgXSKdogkCM8;UiuAJ0i zfM!-P2hspn*&JQ2{B3F0z}^}NEC6Qz*#M!t=RlTq#+sG7t~@c;=)XyF2=}Ke9e8Z( z{hcuJVeMQb)t#t!iU^q$f4d#qT?xhA*;pa-W75h z1N?PA`Rw(?2E#&{_Hyowe!c#5i{}+yo_TITr|N$lXs8phNI!<0zq6RD3#R#$dcC** zdA)~15+N`C4^d>HP!J)wiz5HRfEoSe_XY%Mo*-l39i0W(|7oN>mQ9E}(8>NW`GXp7 zbKEQeWP974zY!gi%B&hRY2tpZHZ-$wd4EbEKpBnwK$P(r&uG%b^Oy|fOov&k=$r3L zfMqw7XVtJNTj|!O>Z`DtP%XZ=sbb|ElPGL+6D2gPn*}Ovntt@!BU8DlFw3oW+`PC= z$m5J>Up*J)sRnvybb-k1>B1nkO@!v}a+poo*yvsF*H7hyZZszMw!)|Pk56SN&kb#q zUjUP@es6Qekv}N{XL@_bUXA$kFcf+#lIVta;wIz5{QSM`d!*>d}m@yi$Jqtwct6kH7WaLm^PzMbQ9;NtX_$@KM7)pUDn2Ygn^(HXeUOnM|5B%Wft&yFh`vVVsqs>ngdk zos6%PVyQO!z*lctX(2sxnORCj#Arg@6&;2$9yYklQ?7$-QChBjuxP%JFpBduqmvjX z&Ang%3{12(N6STR0vDZ$P<`jp&%VcsK#dq8OIsQ(Qe7Bw5Hz2l=KNO<#S-|5Hn1td zi_XrUyGPr4Y?w4>CSE|^Uy@S-?rTrw`mRO%@TmdzJ2p7T1TRNBV5|4k(E|0bYnC1r z(+Y$;c9}m}C%kM{!X}G%;dV{M3S!VS9=cm7j6lE|WneVqqbJ}_gHusEAAK2yQM%oZ z{uA096iTGo&mNH1Uj zi5o;N9g%d!bq8^BgZrsNdx8V#87>R7j0IX<{$*AN8dbqVvl;%RDj+v~0~fR89_1iT zgiVNIA8Aj7a^~%H2iW<+g%VimI(8L`^I_KD0h1SFLC00LkeqSrieE1h#0hUUHiTY8 zG!wH3Sq&4K(tEjwyt4>o5%6~OQ{mZ;?d)F+oUi-#(0EBd;)IVKYY7L!d^3HtP(wm; z;txv?qcd67Gjm$66@MM6(o;DTgY&DQla7}$MjBq!>QyTggLrZ~dxiKRYrp#C+t?0< zO4??SKNP-$wNTrrP=z_2t_7SjATHr*v{umiKftn9qewd6Pa$gLNFkN;{FM;>nV}>F zzRdR)wdOIT8Icb5&GYxOo=mSQBZJYNH8JEW2fgA!l-4#7aQyY4nl8uM6vlBoNgj=Z z_xjUUtJ6B=&m9^&WM?TqpIwD~yf|wXb?cj0llXst4%2u8hv38fpj(DBOIEGiCj_I( zZe?NPjMrt)#BpcJA_vV;hS4M;??b^4fn~oKuq(Mq7SwnW8xJvxBY-&1eRhv=Cfpw9 z!8BdXM`DVjXKgA0Ke3X58YRAEsftBXGk`BD|FU%3{yB3v~oW{zx5I`pyqs{gIHw_7?(7L*@QKt*Uq3o0e140{)r!%pfvI$&C3h- z6G(5$_aAwnEbYe6-s(wBO&2ODSl7mMD^+At@Jdn9k0-**dSrm^quNqlpH7kOqsclU zYWE+rV*roozZtiwpsx<%0D1%OdFG4p13A6dnsJ<+#)1)hKq9AmYTXrK& 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�+vnjyH%j3 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�I-08-wCZ+pIT>^7xA~&h(VOuJJ_eV8S2} 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≻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

    R=k}=3QV?Qf=oOAO-^t8*2+QMka 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

    PXcq}FcM+#V!Y`B6;=+;+Cpik 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%0A|h%nUb4&aG|xtfx4jFVc*8)2kop)a@?2Mqf#l29 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 z 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
    DdprW=*x)Svu>nu< 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 ?(2yHN8k%Xy6qe{~o>{@Zd3cRM*vIpu}yB=6* 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

    sVGL-9HPiSwbIGp_`C5JX>)CloDsbgksn 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 E8zd}^761SM literal 0 HcmV?d00001 diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11.geojson new file mode 100644 index 0000000..b7ad3da --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11.geojson @@ -0,0 +1,217 @@ +{ +"type": "FeatureCollection", +"name": "TS11", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 7.0, "TNODE_": 1.0, "LPOLY_": 3.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102384.0, 513017.0 ], [ 102499.0, 513192.0 ], [ 102823.0, 513641.0 ], [ 103145.0, 514093.0 ], [ 103372.0, 514473.0 ], [ 103423.0, 514762.0 ], [ 103322.0, 515180.0 ], [ 103260.0, 515477.0 ], [ 103222.0, 515643.0 ], [ 103034.0, 516017.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 9.0, "TNODE_": 10.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104915.0, 512189.0 ], [ 104913.0, 512180.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 11.0, "TNODE_": 12.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104060.0, 512089.0 ], [ 104141.0, 512256.0 ], [ 104291.0, 512453.0 ], [ 104564.0, 512564.0 ], [ 104837.0, 512646.0 ], [ 105126.0, 512634.0 ], [ 105350.0, 512574.0 ], [ 105559.0, 512515.0 ], [ 105632.0, 512452.0 ], [ 105654.0, 512256.0 ], [ 105625.0, 512024.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 9.0, "TNODE_": 12.0, "LPOLY_": 4.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104915.0, 512189.0 ], [ 104922.0, 512217.0 ], [ 104949.0, 512251.0 ], [ 104976.0, 512271.0 ], [ 105003.0, 512278.0 ], [ 105020.0, 512278.0 ], [ 105057.0, 512241.0 ], [ 105067.0, 512180.0 ], [ 105091.0, 512082.0 ], [ 105111.0, 511974.0 ], [ 105135.0, 511903.0 ], [ 105257.0, 511856.0 ], [ 105311.0, 511849.0 ], [ 105378.0, 511856.0 ], [ 105466.0, 511869.0 ], [ 105527.0, 511893.0 ], [ 105544.0, 511916.0 ], [ 105591.0, 511950.0 ], [ 105608.0, 511967.0 ], [ 105629.0, 511998.0 ], [ 105625.0, 512024.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 10.0, "TNODE_": 13.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104913.0, 512180.0 ], [ 104864.0, 511998.0 ], [ 104834.0, 511835.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 13.0, "TNODE_": 14.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104834.0, 511835.0 ], [ 104834.0, 511812.0 ], [ 104838.0, 511798.0 ], [ 104851.0, 511781.0 ], [ 104878.0, 511778.0 ], [ 104902.0, 511801.0 ], [ 104915.0, 511839.0 ], [ 104949.0, 511899.0 ], [ 104969.0, 511991.0 ], [ 104980.0, 512021.0 ], [ 104996.0, 512031.0 ], [ 105007.0, 512028.0 ], [ 105017.0, 512008.0 ], [ 105020.0, 511981.0 ], [ 105017.0, 511927.0 ], [ 105003.0, 511842.0 ], [ 105000.0, 511761.0 ], [ 105020.0, 511730.0 ], [ 105064.0, 511680.0 ], [ 105122.0, 511649.0 ], [ 105143.0, 511649.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 11.0, "TNODE_": 15.0, "LPOLY_": 4.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104060.0, 512089.0 ], [ 104036.0, 512055.0 ], [ 104019.0, 512021.0 ], [ 104019.0, 511977.0 ], [ 104036.0, 511856.0 ], [ 104053.0, 511798.0 ], [ 104084.0, 511747.0 ], [ 104128.0, 511700.0 ], [ 104158.0, 511663.0 ], [ 104190.0, 511632.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 16.0, "TNODE_": 15.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104573.0, 511397.0 ], [ 104424.0, 511510.0 ], [ 104190.0, 511632.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 21.0, "TNODE_": 8.0, "LPOLY_": 5.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109501.0, 511127.0 ], [ 109293.0, 511413.0 ], [ 109128.0, 511890.0 ], [ 109092.0, 512280.0 ], [ 109226.0, 512590.0 ], [ 109379.0, 512766.0 ], [ 109532.0, 512975.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 19.0, "TNODE_": 22.0, "LPOLY_": 5.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104011.0, 511242.0 ], [ 104042.0, 511261.0 ], [ 104087.0, 511281.0 ], [ 104114.0, 511304.0 ], [ 104183.0, 511340.0 ], [ 104231.0, 511363.0 ], [ 104297.0, 511379.0 ], [ 104365.0, 511376.0 ], [ 104386.0, 511370.0 ], [ 104438.0, 511321.0 ], [ 104447.0, 511297.0 ], [ 104450.0, 511278.0 ], [ 104443.0, 511254.0 ], [ 104431.0, 511225.0 ], [ 104405.0, 511197.0 ], [ 104381.0, 511160.0 ], [ 104368.0, 511136.0 ], [ 104343.0, 511114.0 ], [ 104336.0, 511105.0 ], [ 104304.0, 511087.0 ], [ 104294.0, 511078.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 16.0, "TNODE_": 23.0, "LPOLY_": 4.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104573.0, 511397.0 ], [ 104592.0, 511379.0 ], [ 104609.0, 511350.0 ], [ 104624.0, 511297.0 ], [ 104630.0, 511244.0 ], [ 104624.0, 511210.0 ], [ 104615.0, 511196.0 ], [ 104585.0, 511163.0 ], [ 104553.0, 511133.0 ], [ 104516.0, 511094.0 ], [ 104491.0, 511078.0 ], [ 104434.0, 511052.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 18.0, "TNODE_": 18.0, "LPOLY_": 8.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106194.0, 511251.0 ], [ 106249.0, 511327.0 ], [ 106418.0, 511500.0 ], [ 106578.0, 511683.0 ], [ 106683.0, 511988.0 ], [ 106673.0, 512360.0 ], [ 106714.0, 512606.0 ], [ 106887.0, 512810.0 ], [ 107138.0, 512810.0 ], [ 107418.0, 512595.0 ], [ 107530.0, 512210.0 ], [ 107469.0, 511827.0 ], [ 107238.0, 511518.0 ], [ 106940.0, 511294.0 ], [ 106627.0, 511204.0 ], [ 106316.0, 511086.0 ], [ 106157.0, 511039.0 ], [ 106107.0, 511094.0 ], [ 106156.0, 511214.0 ], [ 106194.0, 511251.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 22.0, "TNODE_": 24.0, "LPOLY_": 5.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104294.0, 511078.0 ], [ 104205.0, 511016.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 25.0, "TNODE_": 19.0, "LPOLY_": 5.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103788.0, 510952.0 ], [ 103862.0, 511109.0 ], [ 104011.0, 511242.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 24.0, "TNODE_": 25.0, "LPOLY_": 5.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104205.0, 511016.0 ], [ 104145.0, 510975.0 ], [ 103908.0, 510881.0 ], [ 103806.0, 510876.0 ], [ 103780.0, 510905.0 ], [ 103788.0, 510952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 26.0, "TNODE_": 20.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102644.0, 510855.0 ], [ 102615.0, 510882.0 ], [ 102413.0, 511002.0 ], [ 102265.0, 511136.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 26.0, "TNODE_": 27.0, "LPOLY_": 13.0, "RPOLY_": 14.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102644.0, 510855.0 ], [ 102680.0, 510828.0 ], [ 102712.0, 510801.0 ], [ 102719.0, 510792.0 ], [ 102720.0, 510774.0 ], [ 102707.0, 510759.0 ], [ 102688.0, 510742.0 ], [ 102663.0, 510732.0 ], [ 102579.0, 510713.0 ], [ 102544.0, 510712.0 ], [ 102532.0, 510709.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 2.0, "TNODE_": 23.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103353.0, 515969.0 ], [ 103350.0, 515496.0 ], [ 103429.0, 515136.0 ], [ 103571.0, 514761.0 ], [ 103781.0, 514436.0 ], [ 103895.0, 514240.0 ], [ 103798.0, 514000.0 ], [ 103525.0, 513753.0 ], [ 103298.0, 513411.0 ], [ 103213.0, 513060.0 ], [ 103035.0, 512760.0 ], [ 102801.0, 512467.0 ], [ 102653.0, 512139.0 ], [ 102633.0, 511798.0 ], [ 102689.0, 511498.0 ], [ 102823.0, 511220.0 ], [ 103046.0, 510936.0 ], [ 103438.0, 510676.0 ], [ 103623.0, 510647.0 ], [ 103845.0, 510670.0 ], [ 104047.0, 510759.0 ], [ 104179.0, 510904.0 ], [ 104322.0, 510999.0 ], [ 104434.0, 511052.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 29.0, "TNODE_": 27.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102230.0, 510522.0 ], [ 102364.0, 510643.0 ], [ 102505.0, 510705.0 ], [ 102532.0, 510709.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 28.0, "TNODE_": 33.0, "LPOLY_": 4.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102681.0, 510538.0 ], [ 102703.0, 510550.0 ], [ 102737.0, 510560.0 ], [ 102774.0, 510567.0 ], [ 102808.0, 510569.0 ], [ 102860.0, 510559.0 ], [ 102895.0, 510554.0 ], [ 102917.0, 510542.0 ], [ 102944.0, 510517.0 ], [ 102971.0, 510495.0 ], [ 102994.0, 510468.0 ], [ 103011.0, 510444.0 ], [ 103021.0, 510424.0 ], [ 103035.0, 510370.0 ], [ 103033.0, 510347.0 ], [ 103028.0, 510323.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 30.0, "TNODE_": 34.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102684.0, 510497.0 ], [ 102702.0, 510512.0 ], [ 102722.0, 510525.0 ], [ 102739.0, 510530.0 ], [ 102771.0, 510528.0 ], [ 102838.0, 510520.0 ], [ 102862.0, 510512.0 ], [ 102902.0, 510481.0 ], [ 102927.0, 510443.0 ], [ 102936.0, 510414.0 ], [ 102937.0, 510402.0 ], [ 102937.0, 510372.0 ], [ 102932.0, 510337.0 ], [ 102927.0, 510314.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 28.0, "TNODE_": 35.0, "LPOLY_": 15.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102681.0, 510538.0 ], [ 102625.0, 510513.0 ], [ 102526.0, 510428.0 ], [ 102400.0, 510334.0 ], [ 102212.0, 510257.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 32.0, "TNODE_": 32.0, "LPOLY_": 5.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107657.0, 510334.0 ], [ 107689.0, 510544.0 ], [ 107823.0, 510802.0 ], [ 108053.0, 510991.0 ], [ 108380.0, 511218.0 ], [ 108544.0, 511365.0 ], [ 108692.0, 511529.0 ], [ 108785.0, 511592.0 ], [ 108847.0, 511533.0 ], [ 108681.0, 511271.0 ], [ 108514.0, 511110.0 ], [ 108348.0, 510987.0 ], [ 108164.0, 510774.0 ], [ 108068.0, 510485.0 ], [ 107911.0, 510259.0 ], [ 107685.0, 510238.0 ], [ 107657.0, 510334.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 36.0, "TNODE_": 36.0, "LPOLY_": 4.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104314.0, 510247.0 ], [ 104360.0, 510327.0 ], [ 104482.0, 510317.0 ], [ 104572.0, 510304.0 ], [ 104729.0, 510306.0 ], [ 104804.0, 510277.0 ], [ 104787.0, 510230.0 ], [ 104551.0, 510212.0 ], [ 104415.0, 510177.0 ], [ 104314.0, 510203.0 ], [ 104314.0, 510247.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 30.0, "TNODE_": 37.0, "LPOLY_": 16.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102684.0, 510497.0 ], [ 102535.0, 510387.0 ], [ 102404.0, 510257.0 ], [ 102184.0, 510124.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 31.0, "TNODE_": 17.0, "LPOLY_": 13.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102222.0, 510389.0 ], [ 102352.0, 510426.0 ], [ 102481.0, 510518.0 ], [ 102601.0, 510585.0 ], [ 102752.0, 510643.0 ], [ 102883.0, 510631.0 ], [ 103010.0, 510555.0 ], [ 103076.0, 510456.0 ], [ 103083.0, 510265.0 ], [ 102997.0, 510137.0 ], [ 102997.0, 510072.0 ], [ 103114.0, 510080.0 ], [ 103268.0, 510156.0 ], [ 103335.0, 510277.0 ], [ 103286.0, 510383.0 ], [ 103175.0, 510511.0 ], [ 103082.0, 510612.0 ], [ 102929.0, 510769.0 ], [ 102755.0, 510922.0 ], [ 102531.0, 511073.0 ], [ 102383.0, 511207.0 ], [ 102269.0, 511360.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 38.0, "TNODE_": 33.0, "LPOLY_": 15.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104365.0, 510046.0 ], [ 104283.0, 510091.0 ], [ 104174.0, 510208.0 ], [ 103926.0, 510285.0 ], [ 103707.0, 510320.0 ], [ 103521.0, 510293.0 ], [ 103382.0, 510187.0 ], [ 103208.0, 510033.0 ], [ 103057.0, 509993.0 ], [ 102952.0, 510038.0 ], [ 102961.0, 510151.0 ], [ 103008.0, 510235.0 ], [ 103028.0, 510323.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 39.0, "TNODE_": 38.0, "LPOLY_": 15.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104314.0, 509763.0 ], [ 104291.0, 509768.0 ], [ 104282.0, 509812.0 ], [ 104295.0, 509870.0 ], [ 104407.0, 509897.0 ], [ 104487.0, 509902.0 ], [ 104505.0, 509911.0 ], [ 104514.0, 509937.0 ], [ 104509.0, 509973.0 ], [ 104483.0, 509995.0 ], [ 104425.0, 510031.0 ], [ 104398.0, 510031.0 ], [ 104365.0, 510046.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 40.0, "TNODE_": 41.0, "LPOLY_": 19.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 509675.0 ], [ 103448.0, 509674.0 ], [ 103421.0, 509670.0 ], [ 103412.0, 509661.0 ], [ 103412.0, 509647.0 ], [ 103419.0, 509619.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 44.0, "TNODE_": 34.0, "LPOLY_": 16.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103297.0, 509293.0 ], [ 103174.0, 509346.0 ], [ 102911.0, 509574.0 ], [ 102829.0, 509949.0 ], [ 102840.0, 510093.0 ], [ 102917.0, 510249.0 ], [ 102927.0, 510314.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 44.0, "TNODE_": 45.0, "LPOLY_": 15.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103297.0, 509293.0 ], [ 103323.0, 509281.0 ], [ 103329.0, 509273.0 ], [ 103333.0, 509261.0 ], [ 103332.0, 509241.0 ], [ 103321.0, 509227.0 ], [ 103315.0, 509225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 43.0, "TNODE_": 43.0, "LPOLY_": 15.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103944.0, 509310.0 ], [ 103892.0, 509364.0 ], [ 103865.0, 509485.0 ], [ 103993.0, 509611.0 ], [ 104291.0, 509632.0 ], [ 104554.0, 509571.0 ], [ 104657.0, 509448.0 ], [ 104582.0, 509261.0 ], [ 104320.0, 509200.0 ], [ 104084.0, 509239.0 ], [ 103994.0, 509267.0 ], [ 103944.0, 509310.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 46.0, "TNODE_": 39.0, "LPOLY_": 15.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103219.0, 509144.0 ], [ 103329.0, 509168.0 ], [ 103441.0, 509235.0 ], [ 103503.0, 509397.0 ], [ 103351.0, 509520.0 ], [ 103304.0, 509650.0 ], [ 103340.0, 509763.0 ], [ 103459.0, 509821.0 ], [ 103606.0, 509855.0 ], [ 103730.0, 509730.0 ], [ 103758.0, 509425.0 ], [ 103814.0, 509280.0 ], [ 103963.0, 509193.0 ], [ 104209.0, 509167.0 ], [ 104451.0, 509151.0 ], [ 104655.0, 509170.0 ], [ 104784.0, 509330.0 ], [ 104755.0, 509586.0 ], [ 104569.0, 509694.0 ], [ 104314.0, 509763.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 47.0, "TNODE_": 41.0, "LPOLY_": 4.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103413.0, 509117.0 ], [ 103485.0, 509172.0 ], [ 103563.0, 509359.0 ], [ 103542.0, 509497.0 ], [ 103429.0, 509593.0 ], [ 103419.0, 509619.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 48.0, "TNODE_": 47.0, "LPOLY_": 4.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103315.0, 509052.0 ], [ 103296.0, 509063.0 ], [ 103283.0, 509099.0 ], [ 103283.0, 509108.0 ], [ 103296.0, 509121.0 ], [ 103327.0, 509117.0 ], [ 103376.0, 509108.0 ], [ 103413.0, 509117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 46.0, "TNODE_": 49.0, "LPOLY_": 4.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103219.0, 509144.0 ], [ 103203.0, 509142.0 ], [ 103179.0, 509135.0 ], [ 103159.0, 509119.0 ], [ 103154.0, 509108.0 ], [ 103159.0, 509095.0 ], [ 103178.0, 509091.0 ], [ 103197.0, 509081.0 ], [ 103206.0, 509061.0 ], [ 103202.0, 509050.0 ], [ 103188.0, 509036.0 ], [ 103165.0, 509026.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 50.0, "TNODE_": 45.0, "LPOLY_": 16.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101929.0, 508941.0 ], [ 102134.0, 508931.0 ], [ 102442.0, 508966.0 ], [ 102707.0, 509010.0 ], [ 102818.0, 509053.0 ], [ 102929.0, 509155.0 ], [ 103161.0, 509176.0 ], [ 103315.0, 509225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 40.0, "TNODE_": 51.0, "LPOLY_": 4.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 509675.0 ], [ 103520.0, 509680.0 ], [ 103652.0, 509580.0 ], [ 103695.0, 509447.0 ], [ 103775.0, 509247.0 ], [ 103909.0, 509175.0 ], [ 104077.0, 509120.0 ], [ 104201.0, 509101.0 ], [ 104259.0, 509042.0 ], [ 104193.0, 508956.0 ], [ 104006.0, 508916.0 ], [ 103836.0, 508890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 51.0, "TNODE_": 48.0, "LPOLY_": 4.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103836.0, 508890.0 ], [ 103755.0, 508887.0 ], [ 103578.0, 508935.0 ], [ 103315.0, 509052.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 53.0, "TNODE_": 49.0, "LPOLY_": 15.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101894.0, 508777.0 ], [ 102151.0, 508802.0 ], [ 102506.0, 508841.0 ], [ 102793.0, 508901.0 ], [ 102971.0, 508965.0 ], [ 103121.0, 509014.0 ], [ 103165.0, 509026.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 52.0, "TNODE_": 52.0, "LPOLY_": 18.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107575.0, 508836.0 ], [ 107481.0, 509100.0 ], [ 107456.0, 509205.0 ], [ 107544.0, 509242.0 ], [ 107691.0, 509181.0 ], [ 107833.0, 509136.0 ], [ 107947.0, 509032.0 ], [ 107891.0, 508846.0 ], [ 107691.0, 508762.0 ], [ 107621.0, 508775.0 ], [ 107575.0, 508836.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 56.0, "TNODE_": 54.0, "LPOLY_": 8.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107381.0, 508671.0 ], [ 107292.0, 508755.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 54.0, "TNODE_": 56.0, "LPOLY_": 8.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107292.0, 508755.0 ], [ 107257.0, 508829.0 ], [ 107172.0, 509134.0 ], [ 107056.0, 509458.0 ], [ 107078.0, 509644.0 ], [ 107201.0, 509715.0 ], [ 107457.0, 509549.0 ], [ 107664.0, 509384.0 ], [ 107915.0, 509276.0 ], [ 108103.0, 509071.0 ], [ 108042.0, 508829.0 ], [ 107779.0, 508690.0 ], [ 107602.0, 508609.0 ], [ 107398.0, 508660.0 ], [ 107381.0, 508671.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 57.0, "TNODE_": 58.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102977.0, 508643.0 ], [ 103010.0, 508639.0 ], [ 103113.0, 508662.0 ], [ 103135.0, 508657.0 ], [ 103158.0, 508635.0 ], [ 103144.0, 508608.0 ], [ 103095.0, 508590.0 ], [ 103033.0, 508581.0 ], [ 103002.0, 508563.0 ], [ 102988.0, 508528.0 ], [ 102997.0, 508510.0 ], [ 103024.0, 508490.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 55.0, "TNODE_": 59.0, "LPOLY_": 5.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104292.0, 508684.0 ], [ 104251.0, 508662.0 ], [ 104228.0, 508626.0 ], [ 104224.0, 508599.0 ], [ 104224.0, 508568.0 ], [ 104242.0, 508550.0 ], [ 104309.0, 508555.0 ], [ 104362.0, 508555.0 ], [ 104393.0, 508546.0 ], [ 104425.0, 508532.0 ], [ 104438.0, 508510.0 ], [ 104425.0, 508483.0 ], [ 104424.0, 508486.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 60.0, "TNODE_": 61.0, "LPOLY_": 23.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102818.0, 508453.0 ], [ 102669.0, 508508.0 ], [ 102353.0, 508526.0 ], [ 102043.0, 508492.0 ], [ 101811.0, 508395.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 62.0, "TNODE_": 55.0, "LPOLY_": 5.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103372.0, 508200.0 ], [ 103334.0, 508333.0 ], [ 103341.0, 508525.0 ], [ 103554.0, 508689.0 ], [ 103789.0, 508683.0 ], [ 104035.0, 508720.0 ], [ 104212.0, 508822.0 ], [ 104333.0, 508883.0 ], [ 104453.0, 508873.0 ], [ 104466.0, 508790.0 ], [ 104292.0, 508684.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 59.0, "TNODE_": 62.0, "LPOLY_": 5.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104424.0, 508486.0 ], [ 104301.0, 508405.0 ], [ 104205.0, 508301.0 ], [ 104166.0, 508003.0 ], [ 104104.0, 507780.0 ], [ 103950.0, 507687.0 ], [ 103851.0, 507729.0 ], [ 103870.0, 507873.0 ], [ 103861.0, 508042.0 ], [ 103687.0, 508060.0 ], [ 103530.0, 508003.0 ], [ 103432.0, 508045.0 ], [ 103372.0, 508200.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 60.0, "TNODE_": 64.0, "LPOLY_": 4.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102818.0, 508453.0 ], [ 102858.0, 508435.0 ], [ 102868.0, 508406.0 ], [ 102843.0, 508357.0 ], [ 102794.0, 508288.0 ], [ 102769.0, 508239.0 ], [ 102760.0, 508199.0 ], [ 102765.0, 508160.0 ], [ 102784.0, 508140.0 ], [ 102878.0, 508115.0 ], [ 102951.0, 508076.0 ], [ 103020.0, 508042.0 ], [ 103050.0, 508017.0 ], [ 103050.0, 508002.0 ], [ 103015.0, 507978.0 ], [ 102942.0, 507948.0 ], [ 102873.0, 507933.0 ], [ 102828.0, 507904.0 ], [ 102809.0, 507884.0 ], [ 102789.0, 507850.0 ], [ 102819.0, 507742.0 ], [ 102873.0, 507707.0 ], [ 102937.0, 507702.0 ], [ 103025.0, 507683.0 ], [ 103045.0, 507668.0 ], [ 103050.0, 507658.0 ], [ 103040.0, 507604.0 ], [ 103001.0, 507560.0 ], [ 102932.0, 507545.0 ], [ 102868.0, 507540.0 ], [ 102843.0, 507520.0 ], [ 102833.0, 507496.0 ], [ 102839.0, 507485.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 14.0, "TNODE_": 57.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105143.0, 511649.0 ], [ 105300.0, 511616.0 ], [ 105490.0, 511608.0 ], [ 105643.0, 511466.0 ], [ 105711.0, 511292.0 ], [ 105718.0, 511051.0 ], [ 105649.0, 510735.0 ], [ 105604.0, 510372.0 ], [ 105614.0, 510152.0 ], [ 105689.0, 509961.0 ], [ 105703.0, 509770.0 ], [ 105678.0, 509548.0 ], [ 105546.0, 509392.0 ], [ 105319.0, 509302.0 ], [ 105114.0, 509243.0 ], [ 104944.0, 509050.0 ], [ 104886.0, 508863.0 ], [ 104949.0, 508550.0 ], [ 104881.0, 508298.0 ], [ 104757.0, 508167.0 ], [ 104677.0, 508055.0 ], [ 104639.0, 507873.0 ], [ 104508.0, 507637.0 ], [ 104415.0, 507494.0 ], [ 104322.0, 507422.0 ], [ 104249.0, 507433.0 ], [ 104253.0, 507606.0 ], [ 104281.0, 507905.0 ], [ 104317.0, 508093.0 ], [ 104409.0, 508169.0 ], [ 104589.0, 508309.0 ], [ 104645.0, 508607.0 ], [ 104531.0, 508849.0 ], [ 104451.0, 508942.0 ], [ 104251.0, 508912.0 ], [ 103995.0, 508825.0 ], [ 103755.0, 508764.0 ], [ 103521.0, 508786.0 ], [ 103313.0, 508893.0 ], [ 103077.0, 508901.0 ], [ 102954.0, 508849.0 ], [ 102871.0, 508725.0 ], [ 102875.0, 508658.0 ], [ 102977.0, 508643.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 65.0, "TNODE_": 65.0, "LPOLY_": 5.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105425.0, 507477.0 ], [ 105497.0, 507582.0 ], [ 105562.0, 507697.0 ], [ 105687.0, 507738.0 ], [ 105758.0, 507631.0 ], [ 105704.0, 507473.0 ], [ 105580.0, 507399.0 ], [ 105472.0, 507406.0 ], [ 105425.0, 507444.0 ], [ 105425.0, 507477.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 69.0, "TNODE_": 68.0, "LPOLY_": 5.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104042.0, 506907.0 ], [ 104009.0, 506930.0 ], [ 103994.0, 506950.0 ], [ 103970.0, 506974.0 ], [ 103970.0, 506994.0 ], [ 104004.0, 507038.0 ], [ 104053.0, 507112.0 ], [ 104147.0, 507161.0 ], [ 104255.0, 507220.0 ], [ 104462.0, 507328.0 ], [ 104486.0, 507363.0 ], [ 104526.0, 507373.0 ], [ 104560.0, 507368.0 ], [ 104604.0, 507353.0 ], [ 104659.0, 507323.0 ], [ 104659.0, 507240.0 ], [ 104624.0, 507191.0 ], [ 104599.0, 507112.0 ], [ 104590.0, 507077.0 ], [ 104585.0, 507038.0 ], [ 104580.0, 507014.0 ], [ 104595.0, 506984.0 ], [ 104633.0, 506968.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 74.0, "TNODE_": 73.0, "LPOLY_": 5.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103670.0, 506769.0 ], [ 103699.0, 506787.0 ], [ 103709.0, 506802.0 ], [ 103729.0, 506836.0 ], [ 103734.0, 506881.0 ], [ 103753.0, 506895.0 ], [ 103783.0, 506891.0 ], [ 103827.0, 506881.0 ], [ 103832.0, 506841.0 ], [ 103841.0, 506802.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 72.0, "TNODE_": 72.0, "LPOLY_": 29.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104881.0, 506803.0 ], [ 104934.0, 506732.0 ], [ 105062.0, 506728.0 ], [ 105163.0, 506769.0 ], [ 105183.0, 506824.0 ], [ 105115.0, 506832.0 ], [ 105021.0, 506847.0 ], [ 104933.0, 506839.0 ], [ 104881.0, 506803.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 75.0, "TNODE_": 70.0, "LPOLY_": 5.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105654.0, 506685.0 ], [ 105705.0, 506734.0 ], [ 105811.0, 506789.0 ], [ 105895.0, 506828.0 ], [ 105941.0, 506872.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 42.0, "TNODE_": 68.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109474.0, 509532.0 ], [ 109267.0, 509250.0 ], [ 109083.0, 509012.0 ], [ 108863.0, 508895.0 ], [ 108701.0, 508950.0 ], [ 108650.0, 509085.0 ], [ 108674.0, 509276.0 ], [ 108609.0, 509503.0 ], [ 108400.0, 509757.0 ], [ 108165.0, 509991.0 ], [ 107977.0, 510099.0 ], [ 107694.0, 510097.0 ], [ 107574.0, 510101.0 ], [ 107500.0, 510309.0 ], [ 107551.0, 510539.0 ], [ 107691.0, 510949.0 ], [ 107881.0, 511139.0 ], [ 108211.0, 511294.0 ], [ 108476.0, 511546.0 ], [ 108678.0, 511856.0 ], [ 108856.0, 512098.0 ], [ 108970.0, 512259.0 ], [ 108892.0, 512541.0 ], [ 108747.0, 512853.0 ], [ 108482.0, 513113.0 ], [ 108067.0, 513349.0 ], [ 107679.0, 513457.0 ], [ 107376.0, 513545.0 ], [ 107123.0, 513601.0 ], [ 106743.0, 513568.0 ], [ 106448.0, 513505.0 ], [ 106289.0, 513234.0 ], [ 106245.0, 512953.0 ], [ 106299.0, 512623.0 ], [ 106384.0, 512332.0 ], [ 106405.0, 511967.0 ], [ 106349.0, 511666.0 ], [ 106044.0, 511383.0 ], [ 105830.0, 511145.0 ], [ 105773.0, 510798.0 ], [ 105753.0, 510483.0 ], [ 105757.0, 510230.0 ], [ 105810.0, 509899.0 ], [ 105800.0, 509616.0 ], [ 105798.0, 509350.0 ], [ 105915.0, 509007.0 ], [ 106075.0, 508690.0 ], [ 106155.0, 508462.0 ], [ 106042.0, 508289.0 ], [ 105844.0, 508295.0 ], [ 105609.0, 508412.0 ], [ 105379.0, 508452.0 ], [ 105195.0, 508372.0 ], [ 105096.0, 508091.0 ], [ 105046.0, 507850.0 ], [ 104963.0, 507736.0 ], [ 104872.0, 507558.0 ], [ 104971.0, 507493.0 ], [ 105156.0, 507468.0 ], [ 105314.0, 507498.0 ], [ 105691.0, 507837.0 ], [ 105945.0, 507851.0 ], [ 106127.0, 507748.0 ], [ 106127.0, 507512.0 ], [ 105907.0, 507300.0 ], [ 105586.0, 507224.0 ], [ 105324.0, 507094.0 ], [ 105279.0, 506946.0 ], [ 105242.0, 506873.0 ], [ 105140.0, 506688.0 ], [ 105022.0, 506679.0 ], [ 104894.0, 506702.0 ], [ 104833.0, 506807.0 ], [ 104736.0, 506897.0 ], [ 104633.0, 506968.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 78.0, "TNODE_": 77.0, "LPOLY_": 8.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105378.0, 506598.0 ], [ 105375.0, 506626.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 77.0, "TNODE_": 78.0, "LPOLY_": 8.0, "RPOLY_": 30.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105375.0, 506626.0 ], [ 105373.0, 506650.0 ], [ 105424.0, 506752.0 ], [ 105506.0, 506834.0 ], [ 105593.0, 506823.0 ], [ 105618.0, 506773.0 ], [ 105589.0, 506700.0 ], [ 105505.0, 506597.0 ], [ 105437.0, 506548.0 ], [ 105389.0, 506568.0 ], [ 105378.0, 506598.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 69.0, "TNODE_": 79.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104042.0, 506907.0 ], [ 104130.0, 506842.0 ], [ 104419.0, 506789.0 ], [ 104603.0, 506692.0 ], [ 104829.0, 506616.0 ], [ 104986.0, 506599.0 ], [ 105131.0, 506592.0 ], [ 105311.0, 506516.0 ], [ 105448.0, 506515.0 ], [ 105537.0, 506565.0 ], [ 105597.0, 506667.0 ], [ 105727.0, 506795.0 ], [ 105879.0, 506881.0 ], [ 105993.0, 506978.0 ], [ 106221.0, 507086.0 ], [ 106389.0, 507009.0 ], [ 106442.0, 506793.0 ], [ 106424.0, 506601.0 ], [ 106384.0, 506530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 70.0, "TNODE_": 80.0, "LPOLY_": 5.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105941.0, 506872.0 ], [ 105958.0, 506886.0 ], [ 105966.0, 506889.0 ], [ 105999.0, 506889.0 ], [ 105999.0, 506870.0 ], [ 105987.0, 506847.0 ], [ 105971.0, 506825.0 ], [ 105943.0, 506767.0 ], [ 105937.0, 506751.0 ], [ 105932.0, 506728.0 ], [ 105932.0, 506710.0 ], [ 105949.0, 506668.0 ], [ 105962.0, 506664.0 ], [ 105977.0, 506676.0 ], [ 106000.0, 506688.0 ], [ 106020.0, 506693.0 ], [ 106042.0, 506688.0 ], [ 106061.0, 506677.0 ], [ 106076.0, 506667.0 ], [ 106080.0, 506655.0 ], [ 106082.0, 506622.0 ], [ 106061.0, 506574.0 ], [ 106040.0, 506541.0 ], [ 106027.0, 506529.0 ], [ 106006.0, 506523.0 ], [ 105994.0, 506512.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 76.0, "TNODE_": 79.0, "LPOLY_": 5.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106126.0, 506664.0 ], [ 106131.0, 506677.0 ], [ 106138.0, 506683.0 ], [ 106156.0, 506691.0 ], [ 106175.0, 506696.0 ], [ 106196.0, 506696.0 ], [ 106211.0, 506689.0 ], [ 106221.0, 506670.0 ], [ 106242.0, 506621.0 ], [ 106255.0, 506566.0 ], [ 106264.0, 506540.0 ], [ 106276.0, 506513.0 ], [ 106282.0, 506504.0 ], [ 106310.0, 506494.0 ], [ 106333.0, 506488.0 ], [ 106357.0, 506491.0 ], [ 106366.0, 506501.0 ], [ 106384.0, 506530.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 71.0, "TNODE_": 71.0, "LPOLY_": 8.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108330.0, 506819.0 ], [ 108246.0, 507077.0 ], [ 108046.0, 507454.0 ], [ 107945.0, 507979.0 ], [ 107967.0, 508282.0 ], [ 108014.0, 508427.0 ], [ 108185.0, 508444.0 ], [ 108351.0, 508232.0 ], [ 108425.0, 507850.0 ], [ 108423.0, 507415.0 ], [ 108416.0, 507091.0 ], [ 108489.0, 506737.0 ], [ 108502.0, 506568.0 ], [ 108462.0, 506464.0 ], [ 108386.0, 506558.0 ], [ 108330.0, 506819.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 66.0, "TNODE_": 64.0, "LPOLY_": 23.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101645.0, 507423.0 ], [ 101926.0, 507425.0 ], [ 102111.0, 507495.0 ], [ 102352.0, 507565.0 ], [ 102577.0, 507553.0 ], [ 102766.0, 507413.0 ], [ 102842.0, 507281.0 ], [ 102908.0, 507225.0 ], [ 103008.0, 507169.0 ], [ 103006.0, 507101.0 ], [ 102863.0, 507074.0 ], [ 102673.0, 506980.0 ], [ 102557.0, 506818.0 ], [ 102528.0, 506643.0 ], [ 102557.0, 506475.0 ], [ 102661.0, 506330.0 ], [ 102829.0, 506369.0 ], [ 102963.0, 506476.0 ], [ 102927.0, 506717.0 ], [ 102837.0, 506723.0 ], [ 102750.0, 506731.0 ], [ 102710.0, 506800.0 ], [ 102732.0, 506912.0 ], [ 102755.0, 506944.0 ], [ 102853.0, 506945.0 ], [ 102999.0, 506889.0 ], [ 103145.0, 506907.0 ], [ 103483.0, 507038.0 ], [ 103570.0, 507112.0 ], [ 103533.0, 507284.0 ], [ 103402.0, 507369.0 ], [ 103283.0, 507342.0 ], [ 103124.0, 507245.0 ], [ 102978.0, 507240.0 ], [ 102846.0, 507345.0 ], [ 102834.0, 507452.0 ], [ 102839.0, 507485.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 80.0, "TNODE_": 81.0, "LPOLY_": 5.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105994.0, 506512.0 ], [ 105869.0, 506445.0 ], [ 105708.0, 506341.0 ], [ 105651.0, 506330.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 81.0, "TNODE_": 75.0, "LPOLY_": 5.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105651.0, 506330.0 ], [ 105628.0, 506325.0 ], [ 105583.0, 506343.0 ], [ 105574.0, 506352.0 ], [ 105573.0, 506356.0 ], [ 105574.0, 506364.0 ], [ 105589.0, 506375.0 ], [ 105599.0, 506401.0 ], [ 105660.0, 506449.0 ], [ 105666.0, 506466.0 ], [ 105670.0, 506486.0 ], [ 105668.0, 506509.0 ], [ 105660.0, 506519.0 ], [ 105676.0, 506551.0 ], [ 105676.0, 506572.0 ], [ 105673.0, 506584.0 ], [ 105644.0, 506646.0 ], [ 105638.0, 506665.0 ], [ 105654.0, 506685.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 82.0, "TNODE_": 67.0, "LPOLY_": 26.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101460.0, 506112.0 ], [ 101668.0, 506206.0 ], [ 101915.0, 506297.0 ], [ 102109.0, 506476.0 ], [ 102349.0, 506776.0 ], [ 102461.0, 506910.0 ], [ 102813.0, 507120.0 ], [ 102772.0, 507227.0 ], [ 102666.0, 507282.0 ], [ 102426.0, 507367.0 ], [ 102247.0, 507421.0 ], [ 102067.0, 507324.0 ], [ 101930.0, 507175.0 ], [ 101782.0, 507188.0 ], [ 101636.0, 507277.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 83.0, "TNODE_": 83.0, "LPOLY_": 5.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102982.0, 506107.0 ], [ 103066.0, 506163.0 ], [ 103181.0, 506276.0 ], [ 103324.0, 506314.0 ], [ 103437.0, 506257.0 ], [ 103373.0, 506079.0 ], [ 103196.0, 505935.0 ], [ 103050.0, 505958.0 ], [ 102931.0, 506009.0 ], [ 102919.0, 506066.0 ], [ 102982.0, 506107.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 85.0, "TNODE_": 86.0, "LPOLY_": 31.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106515.0, 505860.0 ], [ 106561.0, 505946.0 ], [ 106677.0, 506031.0 ], [ 106748.0, 506115.0 ], [ 106872.0, 506082.0 ], [ 106892.0, 505999.0 ], [ 106796.0, 505912.0 ], [ 106697.0, 505826.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 85.0, "TNODE_": 86.0, "LPOLY_": 33.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106515.0, 505860.0 ], [ 106508.0, 505842.0 ], [ 106505.0, 505827.0 ], [ 106505.0, 505796.0 ], [ 106508.0, 505787.0 ], [ 106521.0, 505779.0 ], [ 106547.0, 505771.0 ], [ 106553.0, 505771.0 ], [ 106564.0, 505776.0 ], [ 106591.0, 505799.0 ], [ 106600.0, 505800.0 ], [ 106620.0, 505806.0 ], [ 106655.0, 505811.0 ], [ 106684.0, 505817.0 ], [ 106690.0, 505819.0 ], [ 106697.0, 505826.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 87.0, "TNODE_": 87.0, "LPOLY_": 5.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105497.0, 505745.0 ], [ 105496.0, 505781.0 ], [ 105566.0, 505824.0 ], [ 105587.0, 505850.0 ], [ 105620.0, 505841.0 ], [ 105601.0, 505752.0 ], [ 105542.0, 505726.0 ], [ 105497.0, 505745.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 84.0, "TNODE_": 89.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105913.0, 505937.0 ], [ 105933.0, 506047.0 ], [ 105993.0, 506128.0 ], [ 106077.0, 506133.0 ], [ 106213.0, 506172.0 ], [ 106293.0, 506232.0 ], [ 106383.0, 506271.0 ], [ 106462.0, 506224.0 ], [ 106362.0, 505978.0 ], [ 106180.0, 505758.0 ], [ 106055.0, 505584.0 ], [ 105930.0, 505499.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 90.0, "TNODE_": 84.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105556.0, 505447.0 ], [ 105585.0, 505474.0 ], [ 105608.0, 505489.0 ], [ 105604.0, 505509.0 ], [ 105585.0, 505521.0 ], [ 105483.0, 505540.0 ], [ 105440.0, 505576.0 ], [ 105428.0, 505599.0 ], [ 105408.0, 505631.0 ], [ 105400.0, 505697.0 ], [ 105404.0, 505760.0 ], [ 105416.0, 505772.0 ], [ 105463.0, 505791.0 ], [ 105479.0, 505799.0 ], [ 105502.0, 505815.0 ], [ 105553.0, 505839.0 ], [ 105553.0, 505846.0 ], [ 105557.0, 505854.0 ], [ 105549.0, 505866.0 ], [ 105530.0, 505874.0 ], [ 105510.0, 505870.0 ], [ 105494.0, 505886.0 ], [ 105483.0, 505917.0 ], [ 105479.0, 505941.0 ], [ 105491.0, 505956.0 ], [ 105522.0, 505956.0 ], [ 105561.0, 505948.0 ], [ 105624.0, 505925.0 ], [ 105663.0, 505870.0 ], [ 105679.0, 505827.0 ], [ 105726.0, 505799.0 ], [ 105789.0, 505776.0 ], [ 105828.0, 505772.0 ], [ 105844.0, 505784.0 ], [ 105867.0, 505819.0 ], [ 105895.0, 505870.0 ], [ 105913.0, 505937.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 88.0, "TNODE_": 88.0, "LPOLY_": 5.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102720.0, 505509.0 ], [ 102728.0, 505588.0 ], [ 102801.0, 505659.0 ], [ 102889.0, 505709.0 ], [ 102984.0, 505668.0 ], [ 103045.0, 505562.0 ], [ 102946.0, 505488.0 ], [ 102790.0, 505438.0 ], [ 102718.0, 505470.0 ], [ 102720.0, 505509.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 58.0, "TNODE_": 92.0, "LPOLY_": 5.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103024.0, 508490.0 ], [ 103221.0, 508206.0 ], [ 103330.0, 507901.0 ], [ 103406.0, 507658.0 ], [ 103534.0, 507513.0 ], [ 103677.0, 507421.0 ], [ 103799.0, 507333.0 ], [ 103806.0, 507232.0 ], [ 103645.0, 507079.0 ], [ 103407.0, 506930.0 ], [ 103188.0, 506740.0 ], [ 103085.0, 506548.0 ], [ 103075.0, 506352.0 ], [ 102941.0, 506225.0 ], [ 102786.0, 506114.0 ], [ 102791.0, 505989.0 ], [ 102926.0, 505908.0 ], [ 103073.0, 505750.0 ], [ 103034.0, 505713.0 ], [ 102862.0, 505723.0 ], [ 102711.0, 505624.0 ], [ 102616.0, 505618.0 ], [ 102515.0, 505615.0 ], [ 102469.0, 505581.0 ], [ 102497.0, 505518.0 ], [ 102546.0, 505427.0 ], [ 102512.0, 505382.0 ], [ 102334.0, 505387.0 ], [ 102078.0, 505403.0 ], [ 101842.0, 505307.0 ], [ 101537.0, 505260.0 ], [ 101359.0, 505277.0 ], [ 101285.0, 505333.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 89.0, "TNODE_": 93.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105930.0, 505499.0 ], [ 105910.0, 505474.0 ], [ 105887.0, 505438.0 ], [ 105859.0, 505368.0 ], [ 105852.0, 505332.0 ], [ 105848.0, 505293.0 ], [ 105855.0, 505266.0 ], [ 105885.0, 505215.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 91.0, "TNODE_": 95.0, "LPOLY_": 8.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106442.0, 505385.0 ], [ 106413.0, 505521.0 ], [ 106390.0, 505645.0 ], [ 106424.0, 505794.0 ], [ 106516.0, 505986.0 ], [ 106659.0, 506188.0 ], [ 106770.0, 506323.0 ], [ 106956.0, 506230.0 ], [ 107198.0, 506166.0 ], [ 107451.0, 505982.0 ], [ 107769.0, 505773.0 ], [ 107991.0, 505525.0 ], [ 108291.0, 505248.0 ], [ 108625.0, 505086.0 ], [ 108947.0, 504986.0 ], [ 109397.0, 504948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 91.0, "TNODE_": 94.0, "LPOLY_": 31.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106442.0, 505385.0 ], [ 106444.0, 505352.0 ], [ 106448.0, 505324.0 ], [ 106440.0, 505281.0 ], [ 106409.0, 505250.0 ], [ 106346.0, 505211.0 ], [ 106326.0, 505148.0 ], [ 106315.0, 505097.0 ], [ 106315.0, 505065.0 ], [ 106334.0, 505038.0 ], [ 106393.0, 504999.0 ], [ 106417.0, 504987.0 ], [ 106476.0, 504944.0 ], [ 106534.0, 504920.0 ], [ 106578.0, 504905.0 ], [ 106636.0, 504893.0 ], [ 106680.0, 504889.0 ], [ 106695.0, 504901.0 ], [ 106695.0, 504928.0 ], [ 106672.0, 504956.0 ], [ 106644.0, 505014.0 ], [ 106640.0, 505085.0 ], [ 106660.0, 505132.0 ], [ 106727.0, 505211.0 ], [ 106754.0, 505207.0 ], [ 106838.0, 505176.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 76.0, "TNODE_": 90.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106126.0, 506664.0 ], [ 106060.0, 506502.0 ], [ 105924.0, 506376.0 ], [ 105733.0, 506236.0 ], [ 105602.0, 506221.0 ], [ 105478.0, 506267.0 ], [ 105312.0, 506284.0 ], [ 105119.0, 506151.0 ], [ 104981.0, 506061.0 ], [ 104814.0, 506058.0 ], [ 104693.0, 506040.0 ], [ 104612.0, 505853.0 ], [ 104540.0, 505583.0 ], [ 104509.0, 505365.0 ], [ 104537.0, 505173.0 ], [ 104634.0, 505051.0 ], [ 104798.0, 505034.0 ], [ 104907.0, 504974.0 ], [ 104997.0, 504955.0 ], [ 105043.0, 504905.0 ], [ 105088.0, 504834.0 ], [ 105166.0, 504945.0 ], [ 105201.0, 505055.0 ], [ 105213.0, 505227.0 ], [ 105311.0, 505339.0 ], [ 105487.0, 505381.0 ], [ 105556.0, 505447.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 97.0, "TNODE_": 96.0, "LPOLY_": 5.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104817.0, 504819.0 ], [ 104818.0, 504859.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 96.0, "TNODE_": 97.0, "LPOLY_": 5.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104818.0, 504859.0 ], [ 104862.0, 504901.0 ], [ 104930.0, 504910.0 ], [ 104975.0, 504901.0 ], [ 105017.0, 504860.0 ], [ 105061.0, 504798.0 ], [ 105069.0, 504765.0 ], [ 104999.0, 504729.0 ], [ 104947.0, 504754.0 ], [ 104874.0, 504782.0 ], [ 104817.0, 504819.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 93.0, "TNODE_": 98.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105885.0, 505215.0 ], [ 105976.0, 505087.0 ], [ 106112.0, 504874.0 ], [ 106280.0, 504714.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 100.0, "TNODE_": 99.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102130.0, 504637.0 ], [ 102132.0, 504642.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 101.0, "TNODE_": 98.0, "LPOLY_": 5.0, "RPOLY_": 8.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106165.0, 504605.0 ], [ 106187.0, 504583.0 ], [ 106236.0, 504548.0 ], [ 106288.0, 504527.0 ], [ 106320.0, 504523.0 ], [ 106341.0, 504562.0 ], [ 106341.0, 504596.0 ], [ 106330.0, 504645.0 ], [ 106280.0, 504714.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 103.0, "TNODE_": 102.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504156.0 ], [ 103035.0, 504253.0 ], [ 103061.0, 504426.0 ], [ 102982.0, 504559.0 ], [ 102813.0, 504522.0 ], [ 102485.0, 504540.0 ], [ 102299.0, 504514.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 105.0, "TNODE_": 106.0, "LPOLY_": 40.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101707.0, 504129.0 ], [ 101610.0, 504120.0 ], [ 101040.0, 504081.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 103.0, "TNODE_": 104.0, "LPOLY_": 37.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103000.0, 504156.0 ], [ 102988.0, 504120.0 ], [ 102962.0, 504060.0 ], [ 102959.0, 504017.0 ], [ 102959.0, 504006.0 ], [ 102970.0, 503994.0 ], [ 102993.0, 503991.0 ], [ 103045.0, 503997.0 ], [ 103097.0, 504006.0 ], [ 103120.0, 504029.0 ], [ 103148.0, 504066.0 ], [ 103177.0, 504120.0 ], [ 103187.0, 504144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 102.0, "TNODE_": 110.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102299.0, 504514.0 ], [ 102270.0, 504505.0 ], [ 102259.0, 504479.0 ], [ 102256.0, 504419.0 ], [ 102282.0, 504370.0 ], [ 102333.0, 504344.0 ], [ 102402.0, 504275.0 ], [ 102465.0, 504227.0 ], [ 102546.0, 504169.0 ], [ 102661.0, 504069.0 ], [ 102681.0, 504043.0 ], [ 102686.0, 504000.0 ], [ 102658.0, 503942.0 ], [ 102600.0, 503856.0 ], [ 102566.0, 503831.0 ], [ 102552.0, 503827.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 108.0, "TNODE_": 108.0, "LPOLY_": 31.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108012.0, 503905.0 ], [ 107991.0, 504076.0 ], [ 108103.0, 504257.0 ], [ 108317.0, 504418.0 ], [ 108696.0, 504483.0 ], [ 108887.0, 504508.0 ], [ 108915.0, 504397.0 ], [ 108714.0, 504128.0 ], [ 108398.0, 503984.0 ], [ 108207.0, 503825.0 ], [ 108084.0, 503835.0 ], [ 108012.0, 503905.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 105.0, "TNODE_": 109.0, "LPOLY_": 5.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101707.0, 504129.0 ], [ 101748.0, 504129.0 ], [ 101782.0, 504135.0 ], [ 101834.0, 504132.0 ], [ 101883.0, 504109.0 ], [ 101943.0, 504060.0 ], [ 102009.0, 504011.0 ], [ 102081.0, 503928.0 ], [ 102089.0, 503902.0 ], [ 102101.0, 503871.0 ], [ 102109.0, 503839.0 ], [ 102112.0, 503782.0 ], [ 102098.0, 503750.0 ], [ 102075.0, 503716.0 ], [ 102049.0, 503704.0 ], [ 102009.0, 503696.0 ], [ 101998.0, 503707.0 ], [ 101955.0, 503765.0 ], [ 101911.0, 503876.0 ], [ 101863.0, 503931.0 ], [ 101848.0, 503945.0 ], [ 101808.0, 503954.0 ], [ 101762.0, 503948.0 ], [ 101725.0, 503925.0 ], [ 101711.0, 503899.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 110.0, "TNODE_": 111.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102552.0, 503827.0 ], [ 102262.0, 503721.0 ], [ 102206.0, 503695.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 100.0, "TNODE_": 112.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102130.0, 504637.0 ], [ 102115.0, 504571.0 ], [ 102118.0, 504531.0 ], [ 102141.0, 504462.0 ], [ 102161.0, 504364.0 ], [ 102178.0, 504318.0 ], [ 102198.0, 504273.0 ], [ 102230.0, 504227.0 ], [ 102270.0, 504198.0 ], [ 102308.0, 504186.0 ], [ 102385.0, 504140.0 ], [ 102440.0, 504115.0 ], [ 102480.0, 504063.0 ], [ 102500.0, 504017.0 ], [ 102520.0, 503988.0 ], [ 102520.0, 503974.0 ], [ 102508.0, 503965.0 ], [ 102497.0, 503954.0 ], [ 102457.0, 503957.0 ], [ 102425.0, 503983.0 ], [ 102371.0, 504034.0 ], [ 102342.0, 504074.0 ], [ 102302.0, 504103.0 ], [ 102170.0, 504149.0 ], [ 102141.0, 504161.0 ], [ 102109.0, 504152.0 ], [ 102101.0, 504118.0 ], [ 102101.0, 504066.0 ], [ 102115.0, 504020.0 ], [ 102153.0, 503963.0 ], [ 102175.0, 503942.0 ], [ 102196.0, 503897.0 ], [ 102207.0, 503862.0 ], [ 102207.0, 503822.0 ], [ 102187.0, 503765.0 ], [ 102190.0, 503744.0 ], [ 102204.0, 503736.0 ], [ 102207.0, 503716.0 ], [ 102196.0, 503716.0 ], [ 102155.0, 503693.0 ], [ 102118.0, 503676.0 ], [ 102087.0, 503644.0 ], [ 102078.0, 503621.0 ], [ 102052.0, 503587.0 ], [ 102052.0, 503575.0 ], [ 102067.0, 503553.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 112.0, "TNODE_": 113.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102067.0, 503553.0 ], [ 102069.0, 503549.0 ], [ 102085.0, 503548.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 111.0, "TNODE_": 114.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102206.0, 503695.0 ], [ 102175.0, 503678.0 ], [ 102170.0, 503658.0 ], [ 102167.0, 503627.0 ], [ 102167.0, 503595.0 ], [ 102193.0, 503575.0 ], [ 102273.0, 503535.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 114.0, "TNODE_": 115.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102273.0, 503535.0 ], [ 102290.0, 503527.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 117.0, "TNODE_": 109.0, "LPOLY_": 40.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100976.0, 503338.0 ], [ 101246.0, 503448.0 ], [ 101533.0, 503559.0 ], [ 101654.0, 503688.0 ], [ 101677.0, 503838.0 ], [ 101711.0, 503899.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 113.0, "TNODE_": 118.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102085.0, 503548.0 ], [ 102096.0, 503551.0 ], [ 102136.0, 503527.0 ], [ 102175.0, 503492.0 ], [ 102191.0, 503445.0 ], [ 102203.0, 503374.0 ], [ 102187.0, 503334.0 ], [ 102155.0, 503307.0 ], [ 102135.0, 503297.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 120.0, "TNODE_": 104.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102629.0, 503194.0 ], [ 102866.0, 503445.0 ], [ 103552.0, 504005.0 ], [ 103743.0, 504149.0 ], [ 103759.0, 504287.0 ], [ 103680.0, 504397.0 ], [ 103537.0, 504454.0 ], [ 103436.0, 504414.0 ], [ 103260.0, 504249.0 ], [ 103187.0, 504144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 116.0, "TNODE_": 121.0, "LPOLY_": 41.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102925.0, 503351.0 ], [ 102712.0, 503168.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 99.0, "TNODE_": 122.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102132.0, 504642.0 ], [ 102172.0, 504783.0 ], [ 102398.0, 504846.0 ], [ 102827.0, 504844.0 ], [ 103065.0, 504820.0 ], [ 103357.0, 504762.0 ], [ 103598.0, 504646.0 ], [ 103725.0, 504472.0 ], [ 103833.0, 504331.0 ], [ 103802.0, 504187.0 ], [ 103627.0, 504043.0 ], [ 103167.0, 503619.0 ], [ 102916.0, 503412.0 ], [ 102776.0, 503288.0 ], [ 102653.0, 503145.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 124.0, "TNODE_": 118.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101770.0, 503129.0 ], [ 102028.0, 503254.0 ], [ 102135.0, 503297.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 119.0, "TNODE_": 125.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101316.0, 503204.0 ], [ 101340.0, 503216.0 ], [ 101363.0, 503216.0 ], [ 101446.0, 503208.0 ], [ 101458.0, 503188.0 ], [ 101458.0, 503149.0 ], [ 101449.0, 503112.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 126.0, "TNODE_": 116.0, "LPOLY_": 41.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102850.0, 503102.0 ], [ 103014.0, 503260.0 ], [ 103191.0, 503437.0 ], [ 103322.0, 503576.0 ], [ 103471.0, 503754.0 ], [ 103549.0, 503886.0 ], [ 103633.0, 503972.0 ], [ 103732.0, 504023.0 ], [ 103808.0, 504088.0 ], [ 103787.0, 504099.0 ], [ 103734.0, 504071.0 ], [ 103613.0, 503962.0 ], [ 103512.0, 503879.0 ], [ 103327.0, 503677.0 ], [ 102925.0, 503351.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 121.0, "TNODE_": 126.0, "LPOLY_": 41.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102712.0, 503168.0 ], [ 102696.0, 503155.0 ], [ 102696.0, 503148.0 ], [ 102689.0, 503141.0 ], [ 102685.0, 503109.0 ], [ 102707.0, 503069.0 ], [ 102732.0, 503059.0 ], [ 102750.0, 503055.0 ], [ 102793.0, 503073.0 ], [ 102818.0, 503080.0 ], [ 102850.0, 503102.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 122.0, "TNODE_": 123.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102653.0, 503145.0 ], [ 102631.0, 503102.0 ], [ 102628.0, 503084.0 ], [ 102631.0, 503066.0 ], [ 102657.0, 503037.0 ], [ 102685.0, 503015.0 ], [ 102746.0, 503005.0 ], [ 102789.0, 503015.0 ], [ 102829.0, 503033.0 ], [ 102915.0, 503080.0 ], [ 102973.0, 503116.0 ], [ 103001.0, 503131.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 107.0, "TNODE_": 94.0, "LPOLY_": 8.0, "RPOLY_": 31.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109381.0, 503977.0 ], [ 108986.0, 503891.0 ], [ 108559.0, 503754.0 ], [ 108319.0, 503601.0 ], [ 108313.0, 503495.0 ], [ 108536.0, 503467.0 ], [ 108858.0, 503471.0 ], [ 108977.0, 503332.0 ], [ 108901.0, 503045.0 ], [ 108413.0, 502968.0 ], [ 107993.0, 503102.0 ], [ 107733.0, 503287.0 ], [ 107607.0, 503514.0 ], [ 107548.0, 503794.0 ], [ 107400.0, 504192.0 ], [ 107315.0, 504542.0 ], [ 107226.0, 504822.0 ], [ 107018.0, 505106.0 ], [ 106838.0, 505176.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 120.0, "TNODE_": 127.0, "LPOLY_": 37.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102629.0, 503194.0 ], [ 102603.0, 503159.0 ], [ 102588.0, 503102.0 ], [ 102581.0, 503030.0 ], [ 102592.0, 503012.0 ], [ 102596.0, 502994.0 ], [ 102653.0, 502965.0 ], [ 102696.0, 502940.0 ], [ 102757.0, 502933.0 ], [ 102833.0, 502958.0 ], [ 102894.0, 502969.0 ], [ 102947.0, 502987.0 ], [ 102980.0, 503005.0 ], [ 103005.0, 503029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 129.0, "TNODE_": 119.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100886.0, 502797.0 ], [ 101134.0, 503067.0 ], [ 101316.0, 503204.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 124.0, "TNODE_": 130.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101770.0, 503129.0 ], [ 101730.0, 503091.0 ], [ 101673.0, 503011.0 ], [ 101641.0, 502927.0 ], [ 101610.0, 502851.0 ], [ 101610.0, 502820.0 ], [ 101615.0, 502798.0 ], [ 101637.0, 502749.0 ], [ 101648.0, 502738.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 131.0, "TNODE_": 128.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101687.0, 502736.0 ], [ 101721.0, 502763.0 ], [ 101761.0, 502803.0 ], [ 101810.0, 502856.0 ], [ 101841.0, 502856.0 ], [ 101868.0, 502838.0 ], [ 101881.0, 502820.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 130.0, "TNODE_": 131.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101648.0, 502738.0 ], [ 101661.0, 502732.0 ], [ 101670.0, 502730.0 ], [ 101679.0, 502730.0 ], [ 101687.0, 502736.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 115.0, "TNODE_": 133.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102290.0, 503527.0 ], [ 102348.0, 503491.0 ], [ 102383.0, 503456.0 ], [ 102419.0, 503407.0 ], [ 102414.0, 503376.0 ], [ 102357.0, 503282.0 ], [ 102312.0, 503225.0 ], [ 102263.0, 503193.0 ], [ 102201.0, 503180.0 ], [ 102166.0, 503167.0 ], [ 102108.0, 503149.0 ], [ 102063.0, 503109.0 ], [ 102006.0, 503069.0 ], [ 101988.0, 503011.0 ], [ 101952.0, 502923.0 ], [ 101948.0, 502887.0 ], [ 101952.0, 502856.0 ], [ 101970.0, 502829.0 ], [ 102006.0, 502758.0 ], [ 102010.0, 502714.0 ], [ 102046.0, 502687.0 ], [ 102145.0, 502659.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 134.0, "TNODE_": 128.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101950.0, 502656.0 ], [ 101909.0, 502776.0 ], [ 101881.0, 502820.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 134.0, "TNODE_": 135.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101950.0, 502656.0 ], [ 101958.0, 502634.0 ], [ 101976.0, 502614.0 ], [ 101990.0, 502611.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 133.0, "TNODE_": 136.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102145.0, 502659.0 ], [ 102258.0, 502638.0 ], [ 102358.0, 502597.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 132.0, "TNODE_": 137.0, "LPOLY_": 5.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101431.0, 502714.0 ], [ 101447.0, 502738.0 ], [ 101455.0, 502747.0 ], [ 101461.0, 502747.0 ], [ 101467.0, 502741.0 ], [ 101470.0, 502722.0 ], [ 101477.0, 502695.0 ], [ 101490.0, 502658.0 ], [ 101497.0, 502624.0 ], [ 101497.0, 502628.0 ], [ 101517.0, 502569.0 ], [ 101519.0, 502559.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 138.0, "TNODE_": 135.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102231.0, 502542.0 ], [ 102133.0, 502560.0 ], [ 101990.0, 502611.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 136.0, "TNODE_": 139.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102358.0, 502597.0 ], [ 102408.0, 502597.0 ], [ 102463.0, 502581.0 ], [ 102474.0, 502542.0 ], [ 102474.0, 502503.0 ], [ 102465.0, 502447.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 137.0, "TNODE_": 140.0, "LPOLY_": 5.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101519.0, 502559.0 ], [ 101623.0, 502395.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 140.0, "TNODE_": 141.0, "LPOLY_": 5.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101623.0, 502395.0 ], [ 101636.0, 502373.0 ], [ 101666.0, 502359.0 ], [ 101758.0, 502331.0 ], [ 101797.0, 502328.0 ], [ 101828.0, 502345.0 ], [ 101870.0, 502386.0 ], [ 101945.0, 502470.0 ], [ 101975.0, 502492.0 ], [ 102000.0, 502492.0 ], [ 102056.0, 502487.0 ], [ 102114.0, 502501.0 ], [ 102167.0, 502517.0 ], [ 102215.0, 502526.0 ], [ 102234.0, 502526.0 ], [ 102284.0, 502492.0 ], [ 102306.0, 502437.0 ], [ 102301.0, 502392.0 ], [ 102296.0, 502387.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 138.0, "TNODE_": 142.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102231.0, 502542.0 ], [ 102276.0, 502536.0 ], [ 102298.0, 502536.0 ], [ 102347.0, 502514.0 ], [ 102364.0, 502465.0 ], [ 102364.0, 502349.0 ], [ 102337.0, 502285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 143.0, "TNODE_": 142.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102324.0, 502257.0 ], [ 102337.0, 502285.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 144.0, "TNODE_": 132.0, "LPOLY_": 5.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101413.0, 502183.0 ], [ 101394.0, 502381.0 ], [ 101386.0, 502568.0 ], [ 101396.0, 502675.0 ], [ 101431.0, 502714.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 146.0, "TNODE_": 144.0, "LPOLY_": 5.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101465.0, 502059.0 ], [ 101413.0, 502183.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 141.0, "TNODE_": 147.0, "LPOLY_": 5.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102296.0, 502387.0 ], [ 102193.0, 502202.0 ], [ 102088.0, 502041.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 146.0, "TNODE_": 147.0, "LPOLY_": 43.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101465.0, 502059.0 ], [ 101474.0, 502036.0 ], [ 101502.0, 502016.0 ], [ 101616.0, 502025.0 ], [ 101669.0, 502025.0 ], [ 101742.0, 501980.0 ], [ 101778.0, 501972.0 ], [ 101836.0, 501955.0 ], [ 101892.0, 501950.0 ], [ 101931.0, 501958.0 ], [ 101998.0, 501961.0 ], [ 102023.0, 501969.0 ], [ 102067.0, 502003.0 ], [ 102088.0, 502041.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 148.0, "TNODE_": 127.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102727.0, 501815.0 ], [ 102878.0, 501825.0 ], [ 102976.0, 501908.0 ], [ 102980.0, 502037.0 ], [ 103113.0, 502209.0 ], [ 103236.0, 502192.0 ], [ 103461.0, 502286.0 ], [ 103680.0, 502625.0 ], [ 103814.0, 503010.0 ], [ 103802.0, 503223.0 ], [ 103696.0, 503324.0 ], [ 103441.0, 503364.0 ], [ 103203.0, 503187.0 ], [ 103005.0, 503029.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 148.0, "TNODE_": 149.0, "LPOLY_": 37.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102727.0, 501815.0 ], [ 102719.0, 501815.0 ], [ 102711.0, 501812.0 ], [ 102676.0, 501790.0 ], [ 102670.0, 501783.0 ], [ 102668.0, 501768.0 ], [ 102683.0, 501748.0 ], [ 102707.0, 501724.0 ], [ 102716.0, 501720.0 ], [ 102729.0, 501718.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 101.0, "TNODE_": 145.0, "LPOLY_": 8.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106165.0, 504605.0 ], [ 106092.0, 504737.0 ], [ 105982.0, 504710.0 ], [ 105906.0, 504545.0 ], [ 105809.0, 504508.0 ], [ 105641.0, 504558.0 ], [ 105595.0, 504662.0 ], [ 105652.0, 504788.0 ], [ 105582.0, 504847.0 ], [ 105512.0, 504848.0 ], [ 105439.0, 504919.0 ], [ 105343.0, 504871.0 ], [ 105226.0, 504753.0 ], [ 105101.0, 504709.0 ], [ 104922.0, 504702.0 ], [ 104861.0, 504734.0 ], [ 104781.0, 504684.0 ], [ 104774.0, 504488.0 ], [ 104809.0, 504271.0 ], [ 104935.0, 504105.0 ], [ 105120.0, 504057.0 ], [ 105387.0, 504077.0 ], [ 105555.0, 504155.0 ], [ 105630.0, 504158.0 ], [ 105728.0, 504077.0 ], [ 105795.0, 503996.0 ], [ 105894.0, 503953.0 ], [ 105945.0, 503933.0 ], [ 106009.0, 503818.0 ], [ 105904.0, 503649.0 ], [ 105741.0, 503451.0 ], [ 105743.0, 503305.0 ], [ 105837.0, 503287.0 ], [ 105967.0, 503349.0 ], [ 106107.0, 503310.0 ], [ 106207.0, 503163.0 ], [ 106294.0, 502942.0 ], [ 106333.0, 502737.0 ], [ 106295.0, 502470.0 ], [ 106253.0, 502210.0 ], [ 106280.0, 501963.0 ], [ 106466.0, 501678.0 ], [ 106703.0, 501534.0 ], [ 107008.0, 501479.0 ], [ 107278.0, 501498.0 ], [ 107563.0, 501671.0 ], [ 107851.0, 501841.0 ], [ 108120.0, 501978.0 ], [ 108351.0, 502032.0 ], [ 108893.0, 502114.0 ], [ 109350.0, 502157.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 123.0, "TNODE_": 151.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103001.0, 503131.0 ], [ 103221.0, 503349.0 ], [ 103442.0, 503596.0 ], [ 103568.0, 503820.0 ], [ 103635.0, 503926.0 ], [ 103723.0, 503960.0 ], [ 103753.0, 503895.0 ], [ 103695.0, 503776.0 ], [ 103825.0, 503544.0 ], [ 103932.0, 503297.0 ], [ 103934.0, 503009.0 ], [ 103897.0, 502813.0 ], [ 103889.0, 502642.0 ], [ 103777.0, 502410.0 ], [ 103618.0, 502226.0 ], [ 103437.0, 502041.0 ], [ 103327.0, 501883.0 ], [ 103299.0, 501620.0 ], [ 103299.0, 501424.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 153.0, "TNODE_": 149.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103182.0, 501370.0 ], [ 103212.0, 501545.0 ], [ 103139.0, 501710.0 ], [ 103031.0, 501801.0 ], [ 102830.0, 501730.0 ], [ 102729.0, 501718.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 158.0, "TNODE_": 152.0, "LPOLY_": 42.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103432.0, 501173.0 ], [ 103486.0, 501440.0 ], [ 103601.0, 501765.0 ], [ 103792.0, 501912.0 ], [ 104045.0, 501902.0 ], [ 104148.0, 502036.0 ], [ 104222.0, 502309.0 ], [ 104458.0, 502587.0 ], [ 104734.0, 502799.0 ], [ 104931.0, 502921.0 ], [ 105108.0, 503045.0 ], [ 105154.0, 503128.0 ], [ 105083.0, 503178.0 ], [ 104916.0, 503133.0 ], [ 104663.0, 503057.0 ], [ 104444.0, 502809.0 ], [ 104199.0, 502709.0 ], [ 103989.0, 502641.0 ], [ 103809.0, 502411.0 ], [ 103586.0, 502114.0 ], [ 103413.0, 501872.0 ], [ 103378.0, 501573.0 ], [ 103353.0, 501405.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 152.0, "TNODE_": 158.0, "LPOLY_": 42.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103353.0, 501405.0 ], [ 103351.0, 501387.0 ], [ 103351.0, 501353.0 ], [ 103346.0, 501336.0 ], [ 103331.0, 501289.0 ], [ 103310.0, 501255.0 ], [ 103292.0, 501217.0 ], [ 103287.0, 501197.0 ], [ 103287.0, 501185.0 ], [ 103316.0, 501145.0 ], [ 103331.0, 501138.0 ], [ 103358.0, 501135.0 ], [ 103388.0, 501129.0 ], [ 103403.0, 501129.0 ], [ 103410.0, 501133.0 ], [ 103431.0, 501160.0 ], [ 103432.0, 501173.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 73.0, "TNODE_": 154.0, "LPOLY_": 5.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103841.0, 506802.0 ], [ 103882.0, 506667.0 ], [ 103914.0, 506503.0 ], [ 104007.0, 506408.0 ], [ 104140.0, 506419.0 ], [ 104238.0, 506323.0 ], [ 104233.0, 506180.0 ], [ 104042.0, 506115.0 ], [ 103909.0, 506000.0 ], [ 103915.0, 505871.0 ], [ 104035.0, 505740.0 ], [ 104271.0, 505503.0 ], [ 104329.0, 505326.0 ], [ 104332.0, 505096.0 ], [ 104403.0, 504915.0 ], [ 104542.0, 504794.0 ], [ 104602.0, 504587.0 ], [ 104618.0, 504279.0 ], [ 104728.0, 503992.0 ], [ 104895.0, 503812.0 ], [ 105386.0, 503637.0 ], [ 105480.0, 503573.0 ], [ 105543.0, 503249.0 ], [ 105605.0, 502881.0 ], [ 105697.0, 502533.0 ], [ 105789.0, 501863.0 ], [ 105871.0, 501726.0 ], [ 105920.0, 501486.0 ], [ 105996.0, 501238.0 ], [ 106128.0, 501133.0 ], [ 106473.0, 501126.0 ], [ 106959.0, 501182.0 ], [ 107421.0, 501268.0 ], [ 107774.0, 501355.0 ], [ 107996.0, 501456.0 ], [ 108161.0, 501453.0 ], [ 108423.0, 501510.0 ], [ 108590.0, 501539.0 ], [ 108753.0, 501514.0 ], [ 108755.0, 501430.0 ], [ 108558.0, 501340.0 ], [ 108509.0, 501296.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 139.0, "TNODE_": 159.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102465.0, 502447.0 ], [ 102447.0, 502268.0 ], [ 102376.0, 502058.0 ], [ 102264.0, 501842.0 ], [ 102221.0, 501452.0 ], [ 102154.0, 501100.0 ], [ 102135.0, 501058.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 151.0, "TNODE_": 155.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103299.0, 501424.0 ], [ 103302.0, 501395.0 ], [ 103302.0, 501360.0 ], [ 103287.0, 501319.0 ], [ 103261.0, 501277.0 ], [ 103219.0, 501180.0 ], [ 103216.0, 501150.0 ], [ 103223.0, 501118.0 ], [ 103243.0, 501091.0 ], [ 103288.0, 501058.0 ], [ 103334.0, 501048.0 ], [ 103385.0, 501047.0 ], [ 103425.0, 501050.0 ], [ 103449.0, 501060.0 ], [ 103469.0, 501075.0 ], [ 103510.0, 501118.0 ], [ 103515.0, 501133.0 ], [ 103529.0, 501163.0 ], [ 103532.0, 501189.0 ], [ 103530.0, 501207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 160.0, "TNODE_": 143.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102015.0, 501020.0 ], [ 102042.0, 501084.0 ], [ 102086.0, 501361.0 ], [ 102119.0, 501643.0 ], [ 102142.0, 501861.0 ], [ 102242.0, 502087.0 ], [ 102324.0, 502257.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 125.0, "TNODE_": 161.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101449.0, 503112.0 ], [ 101372.0, 502833.0 ], [ 101321.0, 502526.0 ], [ 101381.0, 502138.0 ], [ 101437.0, 501828.0 ], [ 101529.0, 501630.0 ], [ 101732.0, 501459.0 ], [ 101835.0, 501278.0 ], [ 101845.0, 501072.0 ], [ 101873.0, 500970.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 161.0, "TNODE_": 160.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101873.0, 500970.0 ], [ 101879.0, 500952.0 ], [ 101885.0, 500941.0 ], [ 101901.0, 500933.0 ], [ 101918.0, 500928.0 ], [ 101959.0, 500928.0 ], [ 101967.0, 500933.0 ], [ 101982.0, 500950.0 ], [ 101993.0, 500966.0 ], [ 102015.0, 501020.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 153.0, "TNODE_": 150.0, "LPOLY_": 37.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103182.0, 501370.0 ], [ 103172.0, 501322.0 ], [ 103162.0, 501263.0 ], [ 103148.0, 501107.0 ], [ 103146.0, 501058.0 ], [ 103150.0, 501031.0 ], [ 103160.0, 501011.0 ], [ 103180.0, 500989.0 ], [ 103217.0, 500967.0 ], [ 103253.0, 500959.0 ], [ 103324.0, 500930.0 ], [ 103397.0, 500918.0 ], [ 103454.0, 500916.0 ], [ 103532.0, 500905.0 ], [ 103627.0, 500910.0 ], [ 103759.0, 500911.0 ], [ 103779.0, 500923.0 ], [ 103792.0, 500949.0 ], [ 103821.0, 501023.0 ], [ 103833.0, 501072.0 ], [ 103838.0, 501133.0 ], [ 103801.0, 501234.0 ], [ 103767.0, 501316.0 ], [ 103745.0, 501388.0 ], [ 103728.0, 501415.0 ], [ 103723.0, 501420.0 ], [ 103721.0, 501427.0 ], [ 103727.0, 501447.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 154.0, "TNODE_": 74.0, "LPOLY_": 5.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108509.0, 501296.0 ], [ 108309.0, 501235.0 ], [ 108039.0, 501033.0 ], [ 107732.0, 500895.0 ], [ 107430.0, 500850.0 ], [ 107047.0, 500809.0 ], [ 106842.0, 500816.0 ], [ 106665.0, 500832.0 ], [ 106329.0, 500842.0 ], [ 106048.0, 500868.0 ], [ 105886.0, 500898.0 ], [ 105754.0, 501038.0 ], [ 105610.0, 501279.0 ], [ 105451.0, 501526.0 ], [ 105240.0, 501642.0 ], [ 104983.0, 501717.0 ], [ 104672.0, 501765.0 ], [ 104363.0, 501873.0 ], [ 104258.0, 502043.0 ], [ 104303.0, 502273.0 ], [ 104546.0, 502529.0 ], [ 104780.0, 502716.0 ], [ 104949.0, 502828.0 ], [ 105126.0, 502937.0 ], [ 105213.0, 503028.0 ], [ 105160.0, 503180.0 ], [ 105042.0, 503227.0 ], [ 104870.0, 503173.0 ], [ 104778.0, 503283.0 ], [ 104808.0, 503419.0 ], [ 104874.0, 503465.0 ], [ 105020.0, 503477.0 ], [ 105138.0, 503422.0 ], [ 105238.0, 503416.0 ], [ 105285.0, 503458.0 ], [ 105270.0, 503544.0 ], [ 105188.0, 503539.0 ], [ 105098.0, 503508.0 ], [ 105057.0, 503582.0 ], [ 105004.0, 503653.0 ], [ 104814.0, 503714.0 ], [ 104560.0, 503688.0 ], [ 104351.0, 503630.0 ], [ 104154.0, 503667.0 ], [ 104005.0, 503822.0 ], [ 103989.0, 503859.0 ], [ 103957.0, 503879.0 ], [ 103931.0, 503957.0 ], [ 103933.0, 504061.0 ], [ 103903.0, 504197.0 ], [ 103968.0, 504332.0 ], [ 103930.0, 504555.0 ], [ 103723.0, 504852.0 ], [ 103629.0, 505089.0 ], [ 103455.0, 505331.0 ], [ 103478.0, 505502.0 ], [ 103559.0, 505712.0 ], [ 103490.0, 505767.0 ], [ 103352.0, 505858.0 ], [ 103361.0, 505989.0 ], [ 103557.0, 506119.0 ], [ 103755.0, 506226.0 ], [ 103703.0, 506454.0 ], [ 103531.0, 506563.0 ], [ 103560.0, 506692.0 ], [ 103670.0, 506769.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 162.0, "TNODE_": 159.0, "LPOLY_": 37.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101807.0, 500951.0 ], [ 101826.0, 500886.0 ], [ 101834.0, 500873.0 ], [ 101842.0, 500852.0 ], [ 101850.0, 500842.0 ], [ 101866.0, 500835.0 ], [ 101909.0, 500821.0 ], [ 101936.0, 500814.0 ], [ 101972.0, 500801.0 ], [ 102001.0, 500801.0 ], [ 102018.0, 500810.0 ], [ 102035.0, 500831.0 ], [ 102062.0, 500880.0 ], [ 102113.0, 500995.0 ], [ 102135.0, 501058.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 165.0, "TNODE_": 166.0, "LPOLY_": 44.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105616.0, 500610.0 ], [ 105621.0, 500608.0 ], [ 105622.0, 500604.0 ], [ 105622.0, 500599.0 ], [ 105619.0, 500593.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 166.0, "TNODE_": 167.0, "LPOLY_": 44.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105619.0, 500593.0 ], [ 105594.0, 500541.0 ], [ 105529.0, 500519.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 162.0, "TNODE_": 168.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101807.0, 500951.0 ], [ 101780.0, 501026.0 ], [ 101784.0, 501173.0 ], [ 101675.0, 501365.0 ], [ 101417.0, 501594.0 ], [ 101176.0, 501674.0 ], [ 100946.0, 501576.0 ], [ 100854.0, 501298.0 ], [ 100891.0, 500983.0 ], [ 101100.0, 500741.0 ], [ 101356.0, 500586.0 ], [ 101439.0, 500509.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 167.0, "TNODE_": 165.0, "LPOLY_": 44.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105529.0, 500519.0 ], [ 105513.0, 500511.0 ], [ 105405.0, 500481.0 ], [ 105318.0, 500558.0 ], [ 105328.0, 500651.0 ], [ 105450.0, 500667.0 ], [ 105546.0, 500628.0 ], [ 105616.0, 500610.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 170.0, "TNODE_": 156.0, "LPOLY_": 45.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101217.0, 500349.0 ], [ 100974.0, 500502.0 ], [ 100670.0, 500701.0 ], [ 100487.0, 500962.0 ], [ 100397.0, 501184.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 171.0, "TNODE_": 163.0, "LPOLY_": 46.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101290.0, 500291.0 ], [ 101204.0, 500291.0 ], [ 100969.0, 500367.0 ], [ 100663.0, 500536.0 ], [ 100424.0, 500750.0 ], [ 100257.0, 500938.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 172.0, "TNODE_": 164.0, "LPOLY_": 47.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101259.0, 500253.0 ], [ 100951.0, 500288.0 ], [ 100661.0, 500395.0 ], [ 100380.0, 500567.0 ], [ 100113.0, 500722.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 169.0, "TNODE_": 173.0, "LPOLY_": 47.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99916.0, 500426.0 ], [ 100225.0, 500375.0 ], [ 100628.0, 500272.0 ], [ 100993.0, 500213.0 ], [ 101259.0, 500167.0 ], [ 101377.0, 500156.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 50.0, "FNODE_": 173.0, "TNODE_": 174.0, "LPOLY_": 47.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101377.0, 500156.0 ], [ 101423.0, 500152.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 172.0, "TNODE_": 174.0, "LPOLY_": 46.0, "RPOLY_": 47.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101259.0, 500253.0 ], [ 101301.0, 500257.0 ], [ 101352.0, 500274.0 ], [ 101432.0, 500295.0 ], [ 101518.0, 500322.0 ], [ 101565.0, 500333.0 ], [ 101608.0, 500346.0 ], [ 101619.0, 500346.0 ], [ 101625.0, 500341.0 ], [ 101622.0, 500317.0 ], [ 101624.0, 500305.0 ], [ 101623.0, 500292.0 ], [ 101619.0, 500280.0 ], [ 101578.0, 500209.0 ], [ 101566.0, 500193.0 ], [ 101557.0, 500185.0 ], [ 101544.0, 500179.0 ], [ 101480.0, 500161.0 ], [ 101457.0, 500152.0 ], [ 101437.0, 500149.0 ], [ 101423.0, 500152.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 171.0, "TNODE_": 175.0, "LPOLY_": 45.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101290.0, 500291.0 ], [ 101313.0, 500290.0 ], [ 101361.0, 500292.0 ], [ 101372.0, 500294.0 ], [ 101442.0, 500315.0 ], [ 101521.0, 500341.0 ], [ 101558.0, 500350.0 ], [ 101589.0, 500357.0 ], [ 101613.0, 500360.0 ], [ 101652.0, 500363.0 ], [ 101661.0, 500363.0 ], [ 101668.0, 500361.0 ], [ 101674.0, 500331.0 ], [ 101676.0, 500310.0 ], [ 101676.0, 500289.0 ], [ 101671.0, 500271.0 ], [ 101661.0, 500252.0 ], [ 101634.0, 500213.0 ], [ 101610.0, 500169.0 ], [ 101590.0, 500145.0 ], [ 101559.0, 500112.0 ], [ 101547.0, 500107.0 ], [ 101525.0, 500102.0 ], [ 101444.0, 500104.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 170.0, "TNODE_": 176.0, "LPOLY_": 37.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101217.0, 500349.0 ], [ 101242.0, 500337.0 ], [ 101266.0, 500328.0 ], [ 101292.0, 500327.0 ], [ 101385.0, 500336.0 ], [ 101454.0, 500349.0 ], [ 101502.0, 500364.0 ], [ 101583.0, 500394.0 ], [ 101638.0, 500403.0 ], [ 101657.0, 500391.0 ], [ 101676.0, 500383.0 ], [ 101708.0, 500364.0 ], [ 101744.0, 500346.0 ], [ 101748.0, 500337.0 ], [ 101744.0, 500318.0 ], [ 101712.0, 500256.0 ], [ 101692.0, 500224.0 ], [ 101658.0, 500151.0 ], [ 101635.0, 500049.0 ], [ 101628.0, 500024.0 ], [ 101616.0, 500015.0 ], [ 101601.0, 500009.0 ], [ 101580.0, 500009.0 ], [ 101446.0, 500045.0 ], [ 101419.0, 500048.0 ], [ 101367.0, 500045.0 ], [ 101334.0, 500047.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 168.0, "TNODE_": 177.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101439.0, 500509.0 ], [ 101452.0, 500488.0 ], [ 101478.0, 500471.0 ], [ 101508.0, 500461.0 ], [ 101576.0, 500451.0 ], [ 101717.0, 500427.0 ], [ 101770.0, 500423.0 ], [ 101874.0, 500403.0 ], [ 101886.0, 500389.0 ], [ 101935.0, 500310.0 ], [ 101947.0, 500286.0 ], [ 101945.0, 500262.0 ], [ 101931.0, 500234.0 ], [ 101858.0, 500198.0 ], [ 101798.0, 500163.0 ], [ 101778.0, 500147.0 ], [ 101758.0, 500121.0 ], [ 101737.0, 500097.0 ], [ 101719.0, 500069.0 ], [ 101701.0, 500045.0 ], [ 101697.0, 500029.0 ], [ 101695.0, 499984.0 ], [ 101715.0, 499966.0 ], [ 101741.0, 499958.0 ], [ 101764.0, 499946.0 ], [ 101796.0, 499940.0 ], [ 101820.0, 499944.0 ], [ 101846.0, 499952.0 ], [ 101862.0, 499964.0 ], [ 101884.0, 499962.0 ], [ 101893.0, 499952.0 ], [ 101903.0, 499892.0 ], [ 101890.0, 499877.0 ], [ 101860.0, 499865.0 ], [ 101806.0, 499865.0 ], [ 101764.0, 499857.0 ], [ 101735.0, 499847.0 ], [ 101711.0, 499843.0 ], [ 101685.0, 499861.0 ], [ 101588.0, 499882.0 ], [ 101456.0, 499914.0 ], [ 101286.0, 499960.0 ], [ 101248.0, 499966.0 ], [ 101228.0, 499984.0 ], [ 101212.0, 499984.0 ], [ 101149.0, 499962.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 178.0, "TNODE_": 179.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105071.0, 499709.0 ], [ 105078.0, 499733.0 ], [ 105110.0, 499784.0 ], [ 105135.0, 499817.0 ], [ 105147.0, 499828.0 ], [ 105153.0, 499837.0 ], [ 105163.0, 499840.0 ], [ 105174.0, 499835.0 ], [ 105190.0, 499820.0 ], [ 105273.0, 499734.0 ], [ 105298.0, 499698.0 ], [ 105298.0, 499692.0 ], [ 105301.0, 499684.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 49.0, "FNODE_": 182.0, "TNODE_": 175.0, "LPOLY_": 46.0, "RPOLY_": 45.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99236.0, 499562.0 ], [ 99520.0, 499681.0 ], [ 99846.0, 499768.0 ], [ 100243.0, 499853.0 ], [ 100592.0, 500007.0 ], [ 100890.0, 500110.0 ], [ 101159.0, 500117.0 ], [ 101444.0, 500104.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 183.0, "TNODE_": 184.0, "LPOLY_": 37.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101018.0, 499441.0 ], [ 101061.0, 499473.0 ], [ 101072.0, 499475.0 ], [ 101084.0, 499475.0 ], [ 101121.0, 499496.0 ], [ 101129.0, 499507.0 ], [ 101151.0, 499505.0 ], [ 101195.0, 499505.0 ], [ 101212.0, 499500.0 ], [ 101253.0, 499462.0 ], [ 101268.0, 499409.0 ], [ 101266.0, 499381.0 ], [ 101261.0, 499347.0 ], [ 101253.0, 499311.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 180.0, "TNODE_": 185.0, "LPOLY_": 38.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100620.0, 499613.0 ], [ 100637.0, 499617.0 ], [ 100659.0, 499637.0 ], [ 100678.0, 499649.0 ], [ 100725.0, 499654.0 ], [ 100740.0, 499641.0 ], [ 100748.0, 499603.0 ], [ 100735.0, 499573.0 ], [ 100701.0, 499541.0 ], [ 100669.0, 499520.0 ], [ 100635.0, 499477.0 ], [ 100620.0, 499439.0 ], [ 100586.0, 499368.0 ], [ 100565.0, 499328.0 ], [ 100531.0, 499277.0 ], [ 100516.0, 499258.0 ], [ 100482.0, 499234.0 ], [ 100473.0, 499224.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 157.0, "TNODE_": 188.0, "LPOLY_": 44.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109334.0, 501175.0 ], [ 109012.0, 501183.0 ], [ 108799.0, 501172.0 ], [ 108535.0, 501138.0 ], [ 108238.0, 501050.0 ], [ 107929.0, 500924.0 ], [ 107643.0, 500805.0 ], [ 107338.0, 500729.0 ], [ 106994.0, 500661.0 ], [ 106652.0, 500642.0 ], [ 106303.0, 500638.0 ], [ 105983.0, 500665.0 ], [ 105758.0, 500771.0 ], [ 105603.0, 500984.0 ], [ 105476.0, 501229.0 ], [ 105284.0, 501479.0 ], [ 105151.0, 501500.0 ], [ 105005.0, 501501.0 ], [ 104847.0, 501571.0 ], [ 104718.0, 501545.0 ], [ 104702.0, 501458.0 ], [ 104759.0, 501161.0 ], [ 104795.0, 500924.0 ], [ 104682.0, 500592.0 ], [ 104553.0, 500318.0 ], [ 104409.0, 499968.0 ], [ 104414.0, 499868.0 ], [ 104507.0, 499782.0 ], [ 104743.0, 499905.0 ], [ 104887.0, 500075.0 ], [ 105036.0, 500182.0 ], [ 105148.0, 500182.0 ], [ 105363.0, 500011.0 ], [ 105484.0, 499932.0 ], [ 105559.0, 499803.0 ], [ 105541.0, 499583.0 ], [ 105529.0, 499388.0 ], [ 105586.0, 499189.0 ], [ 105630.0, 499150.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 189.0, "TNODE_": 180.0, "LPOLY_": 38.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99956.0, 499146.0 ], [ 100088.0, 499326.0 ], [ 100368.0, 499464.0 ], [ 100533.0, 499579.0 ], [ 100620.0, 499613.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 188.0, "TNODE_": 187.0, "LPOLY_": 44.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105630.0, 499150.0 ], [ 105696.0, 499135.0 ], [ 105736.0, 499135.0 ], [ 105767.0, 499160.0 ], [ 105787.0, 499181.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 190.0, "TNODE_": 178.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105069.0, 499115.0 ], [ 105074.0, 499351.0 ], [ 105071.0, 499709.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 191.0, "TNODE_": 190.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105069.0, 499054.0 ], [ 105069.0, 499115.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 51.0, "FNODE_": 185.0, "TNODE_": 189.0, "LPOLY_": 38.0, "RPOLY_": 49.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100473.0, 499224.0 ], [ 100274.0, 499094.0 ], [ 100061.0, 499008.0 ], [ 99959.0, 499028.0 ], [ 99956.0, 499146.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 48.0, "FNODE_": 193.0, "TNODE_": 176.0, "LPOLY_": 45.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98776.0, 498938.0 ], [ 99119.0, 499158.0 ], [ 99537.0, 499417.0 ], [ 99904.0, 499625.0 ], [ 100319.0, 499761.0 ], [ 100781.0, 499959.0 ], [ 101170.0, 500039.0 ], [ 101334.0, 500047.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 184.0, "TNODE_": 194.0, "LPOLY_": 37.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101253.0, 499311.0 ], [ 101204.0, 499122.0 ], [ 101199.0, 498930.0 ], [ 101340.0, 498824.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 192.0, "TNODE_": 191.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104492.0, 498979.0 ], [ 104521.0, 498921.0 ], [ 104572.0, 498875.0 ], [ 104608.0, 498845.0 ], [ 104684.0, 498814.0 ], [ 104755.0, 498804.0 ], [ 104857.0, 498809.0 ], [ 104908.0, 498840.0 ], [ 105014.0, 498921.0 ], [ 105055.0, 498962.0 ], [ 105075.0, 498992.0 ], [ 105075.0, 499013.0 ], [ 105069.0, 499054.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 179.0, "TNODE_": 195.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105301.0, 499684.0 ], [ 105401.0, 499299.0 ], [ 105436.0, 498904.0 ], [ 105519.0, 498783.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 195.0, "TNODE_": 186.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105519.0, 498783.0 ], [ 105555.0, 498730.0 ], [ 105662.0, 498698.0 ], [ 105817.0, 498671.0 ], [ 105956.0, 498698.0 ], [ 106062.0, 498704.0 ], [ 106127.0, 498736.0 ], [ 106164.0, 498736.0 ], [ 106207.0, 498757.0 ], [ 106212.0, 498794.0 ], [ 106185.0, 498821.0 ], [ 106121.0, 498843.0 ], [ 106062.0, 498848.0 ], [ 106009.0, 498912.0 ], [ 105993.0, 498987.0 ], [ 105977.0, 499046.0 ], [ 105988.0, 499083.0 ], [ 105988.0, 499104.0 ], [ 106009.0, 499137.0 ], [ 106030.0, 499174.0 ], [ 106057.0, 499185.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 177.0, "TNODE_": 196.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101149.0, 499962.0 ], [ 100753.0, 499835.0 ], [ 100282.0, 499576.0 ], [ 99892.0, 499441.0 ], [ 99520.0, 499255.0 ], [ 99094.0, 498976.0 ], [ 98866.0, 498811.0 ], [ 98700.0, 498667.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 181.0, "TNODE_": 198.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101079.0, 499609.0 ], [ 101128.0, 499645.0 ], [ 101291.0, 499727.0 ], [ 101347.0, 499727.0 ], [ 101383.0, 499696.0 ], [ 101439.0, 499625.0 ], [ 101444.0, 499579.0 ], [ 101439.0, 499497.0 ], [ 101368.0, 499345.0 ], [ 101337.0, 499263.0 ], [ 101332.0, 499177.0 ], [ 101332.0, 499121.0 ], [ 101347.0, 499024.0 ], [ 101403.0, 498973.0 ], [ 101469.0, 498953.0 ], [ 101607.0, 498948.0 ], [ 101724.0, 498963.0 ], [ 101841.0, 498968.0 ], [ 101938.0, 498983.0 ], [ 102019.0, 498988.0 ], [ 102065.0, 498973.0 ], [ 102106.0, 498932.0 ], [ 102116.0, 498887.0 ], [ 102121.0, 498841.0 ], [ 102085.0, 498749.0 ], [ 101999.0, 498642.0 ], [ 101917.0, 498535.0 ], [ 101831.0, 498439.0 ], [ 101810.0, 498410.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 198.0, "TNODE_": 200.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101810.0, 498410.0 ], [ 101800.0, 498397.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 201.0, "TNODE_": 150.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102282.0, 498378.0 ], [ 102307.0, 498804.0 ], [ 102407.0, 499140.0 ], [ 102531.0, 499491.0 ], [ 102704.0, 499895.0 ], [ 102900.0, 500066.0 ], [ 103636.0, 500230.0 ], [ 103934.0, 500365.0 ], [ 104169.0, 500586.0 ], [ 104407.0, 500691.0 ], [ 104631.0, 500810.0 ], [ 104593.0, 501004.0 ], [ 104408.0, 501201.0 ], [ 104216.0, 501364.0 ], [ 104055.0, 501546.0 ], [ 103931.0, 501618.0 ], [ 103779.0, 501578.0 ], [ 103727.0, 501447.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 202.0, "TNODE_": 203.0, "LPOLY_": 5.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105354.0, 498308.0 ], [ 105384.0, 498309.0 ], [ 105420.0, 498288.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 186.0, "TNODE_": 204.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106057.0, 499185.0 ], [ 106323.0, 499309.0 ], [ 106615.0, 499254.0 ], [ 106727.0, 499057.0 ], [ 106663.0, 498734.0 ], [ 106320.0, 498455.0 ], [ 106073.0, 498247.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 197.0, "TNODE_": 205.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105612.0, 498501.0 ], [ 105434.0, 498563.0 ], [ 105184.0, 498495.0 ], [ 105017.0, 498302.0 ], [ 104909.0, 498189.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 206.0, "TNODE_": 201.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102322.0, 498130.0 ], [ 102280.0, 498347.0 ], [ 102282.0, 498378.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 199.0, "TNODE_": 207.0, "LPOLY_": 37.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104544.0, 498404.0 ], [ 104550.0, 498415.0 ], [ 104603.0, 498431.0 ], [ 104657.0, 498436.0 ], [ 104710.0, 498426.0 ], [ 104726.0, 498383.0 ], [ 104742.0, 498313.0 ], [ 104742.0, 498228.0 ], [ 104747.0, 498169.0 ], [ 104731.0, 498132.0 ], [ 104721.0, 498116.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 200.0, "TNODE_": 206.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101800.0, 498397.0 ], [ 101752.0, 498321.0 ], [ 101747.0, 498288.0 ], [ 101745.0, 498254.0 ], [ 101764.0, 498191.0 ], [ 101785.0, 498154.0 ], [ 101809.0, 498129.0 ], [ 101859.0, 498114.0 ], [ 101892.0, 498112.0 ], [ 101960.0, 498124.0 ], [ 101986.0, 498124.0 ], [ 102020.0, 498116.0 ], [ 102050.0, 498099.0 ], [ 102107.0, 498085.0 ], [ 102138.0, 498073.0 ], [ 102166.0, 498060.0 ], [ 102216.0, 498032.0 ], [ 102249.0, 498006.0 ], [ 102293.0, 497957.0 ], [ 102309.0, 497957.0 ], [ 102326.0, 497979.0 ], [ 102337.0, 498004.0 ], [ 102338.0, 498022.0 ], [ 102330.0, 498100.0 ], [ 102322.0, 498130.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 208.0, "TNODE_": 199.0, "LPOLY_": 37.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104453.0, 497934.0 ], [ 104417.0, 498020.0 ], [ 104440.0, 498271.0 ], [ 104544.0, 498404.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 207.0, "TNODE_": 208.0, "LPOLY_": 37.0, "RPOLY_": 51.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104721.0, 498116.0 ], [ 104626.0, 497962.0 ], [ 104482.0, 497923.0 ], [ 104453.0, 497934.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 209.0, "TNODE_": 202.0, "LPOLY_": 5.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104926.0, 497910.0 ], [ 104934.0, 498013.0 ], [ 105020.0, 498138.0 ], [ 105195.0, 498255.0 ], [ 105354.0, 498308.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 194.0, "TNODE_": 210.0, "LPOLY_": 37.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101340.0, 498824.0 ], [ 101381.0, 498809.0 ], [ 101511.0, 498782.0 ], [ 101585.0, 498755.0 ], [ 101605.0, 498732.0 ], [ 101638.0, 498702.0 ], [ 101662.0, 498641.0 ], [ 101685.0, 498524.0 ], [ 101688.0, 498404.0 ], [ 101682.0, 498330.0 ], [ 101675.0, 498207.0 ], [ 101682.0, 498136.0 ], [ 101695.0, 498103.0 ], [ 101735.0, 498043.0 ], [ 101806.0, 497949.0 ], [ 101876.0, 497886.0 ], [ 101950.0, 497832.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 203.0, "TNODE_": 211.0, "LPOLY_": 5.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105420.0, 498288.0 ], [ 105454.0, 498232.0 ], [ 105470.0, 498184.0 ], [ 105482.0, 498125.0 ], [ 105450.0, 498002.0 ], [ 105442.0, 497950.0 ], [ 105426.0, 497891.0 ], [ 105390.0, 497859.0 ], [ 105292.0, 497806.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 211.0, "TNODE_": 212.0, "LPOLY_": 5.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105292.0, 497806.0 ], [ 105242.0, 497783.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 212.0, "TNODE_": 213.0, "LPOLY_": 5.0, "RPOLY_": 52.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105242.0, 497783.0 ], [ 105228.0, 497774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 209.0, "TNODE_": 213.0, "LPOLY_": 52.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104926.0, 497910.0 ], [ 104934.0, 497887.0 ], [ 104962.0, 497843.0 ], [ 104990.0, 497815.0 ], [ 105002.0, 497800.0 ], [ 105037.0, 497784.0 ], [ 105077.0, 497780.0 ], [ 105137.0, 497764.0 ], [ 105192.0, 497764.0 ], [ 105212.0, 497768.0 ], [ 105228.0, 497774.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 205.0, "TNODE_": 214.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104909.0, 498189.0 ], [ 104859.0, 498125.0 ], [ 104823.0, 498049.0 ], [ 104807.0, 497998.0 ], [ 104792.0, 497930.0 ], [ 104788.0, 497887.0 ], [ 104815.0, 497835.0 ], [ 104835.0, 497776.0 ], [ 104891.0, 497740.0 ], [ 104934.0, 497724.0 ], [ 105121.0, 497724.0 ], [ 105163.0, 497730.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 214.0, "TNODE_": 215.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105163.0, 497730.0 ], [ 105235.0, 497742.0 ], [ 105253.0, 497742.0 ], [ 105267.0, 497735.0 ], [ 105275.0, 497727.0 ], [ 105279.0, 497716.0 ], [ 105278.0, 497672.0 ], [ 105286.0, 497651.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 52.0, "FNODE_": 216.0, "TNODE_": 181.0, "LPOLY_": 38.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98565.0, 497627.0 ], [ 98783.0, 497846.0 ], [ 99168.0, 498081.0 ], [ 99494.0, 498227.0 ], [ 99657.0, 498361.0 ], [ 99886.0, 498678.0 ], [ 100124.0, 498845.0 ], [ 100608.0, 499244.0 ], [ 100880.0, 499472.0 ], [ 101079.0, 499609.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 197.0, "TNODE_": 204.0, "LPOLY_": 37.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105612.0, 498501.0 ], [ 105640.0, 498462.0 ], [ 105660.0, 498418.0 ], [ 105668.0, 498383.0 ], [ 105668.0, 498347.0 ], [ 105648.0, 498268.0 ], [ 105581.0, 498077.0 ], [ 105537.0, 497843.0 ], [ 105537.0, 497752.0 ], [ 105565.0, 497669.0 ], [ 105601.0, 497601.0 ], [ 105640.0, 497554.0 ], [ 105672.0, 497546.0 ], [ 105692.0, 497554.0 ], [ 105716.0, 497597.0 ], [ 105739.0, 497685.0 ], [ 105775.0, 497839.0 ], [ 105819.0, 497930.0 ], [ 105858.0, 498018.0 ], [ 105930.0, 498101.0 ], [ 106005.0, 498180.0 ], [ 106073.0, 498247.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 215.0, "TNODE_": 217.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105286.0, 497651.0 ], [ 105290.0, 497622.0 ], [ 105287.0, 497600.0 ], [ 105277.0, 497574.0 ], [ 105263.0, 497550.0 ], [ 105253.0, 497537.0 ], [ 105207.0, 497524.0 ], [ 105180.0, 497513.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 155.0, "TNODE_": 192.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103530.0, 501207.0 ], [ 103544.0, 501314.0 ], [ 103568.0, 501587.0 ], [ 103737.0, 501769.0 ], [ 103951.0, 501797.0 ], [ 104135.0, 501708.0 ], [ 104239.0, 501541.0 ], [ 104338.0, 501368.0 ], [ 104527.0, 501201.0 ], [ 104645.0, 501034.0 ], [ 104687.0, 500779.0 ], [ 104601.0, 500631.0 ], [ 104129.0, 500464.0 ], [ 103900.0, 500206.0 ], [ 103585.0, 500058.0 ], [ 103127.0, 499882.0 ], [ 102767.0, 499577.0 ], [ 102534.0, 499034.0 ], [ 102524.0, 498758.0 ], [ 102599.0, 498461.0 ], [ 102619.0, 498224.0 ], [ 102713.0, 498108.0 ], [ 102918.0, 498005.0 ], [ 103095.0, 497747.0 ], [ 103234.0, 497509.0 ], [ 103333.0, 497239.0 ], [ 103508.0, 497144.0 ], [ 103798.0, 497247.0 ], [ 104116.0, 497565.0 ], [ 104186.0, 497919.0 ], [ 104040.0, 498425.0 ], [ 103731.0, 498765.0 ], [ 103311.0, 498994.0 ], [ 103048.0, 499107.0 ], [ 102912.0, 499341.0 ], [ 102957.0, 499469.0 ], [ 103085.0, 499533.0 ], [ 103314.0, 499485.0 ], [ 103576.0, 499561.0 ], [ 103919.0, 499532.0 ], [ 104220.0, 499415.0 ], [ 104383.0, 499170.0 ], [ 104492.0, 498979.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 217.0, "TNODE_": 218.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105180.0, 497513.0 ], [ 105121.0, 497494.0 ], [ 105073.0, 497466.0 ], [ 105049.0, 497431.0 ], [ 105006.0, 497375.0 ], [ 104962.0, 497248.0 ], [ 104965.0, 497204.0 ], [ 104990.0, 497121.0 ], [ 105010.0, 497090.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 219.0, "TNODE_": 220.0, "LPOLY_": 37.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104270.0, 497085.0 ], [ 104314.0, 497143.0 ], [ 104370.0, 497197.0 ], [ 104407.0, 497226.0 ], [ 104464.0, 497261.0 ], [ 104508.0, 497284.0 ], [ 104575.0, 497280.0 ], [ 104619.0, 497265.0 ], [ 104645.0, 497239.0 ], [ 104680.0, 497158.0 ], [ 104702.0, 497088.0 ], [ 104706.0, 497051.0 ], [ 104728.0, 497008.0 ], [ 104754.0, 496978.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 223.0, "TNODE_": 183.0, "LPOLY_": 37.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100097.0, 496709.0 ], [ 100312.0, 497044.0 ], [ 100550.0, 497283.0 ], [ 100515.0, 497566.0 ], [ 100348.0, 498036.0 ], [ 100277.0, 498506.0 ], [ 100328.0, 498920.0 ], [ 100451.0, 499044.0 ], [ 100749.0, 499217.0 ], [ 100972.0, 499417.0 ], [ 101018.0, 499441.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 210.0, "TNODE_": 224.0, "LPOLY_": 37.0, "RPOLY_": 50.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101950.0, 497832.0 ], [ 101998.0, 497796.0 ], [ 102156.0, 497602.0 ], [ 102241.0, 497278.0 ], [ 102342.0, 496953.0 ], [ 102400.0, 496706.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 225.0, "TNODE_": 219.0, "LPOLY_": 37.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103754.0, 496704.0 ], [ 104112.0, 496919.0 ], [ 104230.0, 497037.0 ], [ 104270.0, 497085.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 45.0, "FNODE_": 220.0, "TNODE_": 226.0, "LPOLY_": 37.0, "RPOLY_": 53.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104754.0, 496978.0 ], [ 104833.0, 496865.0 ], [ 105017.0, 496703.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 218.0, "TNODE_": 227.0, "LPOLY_": 5.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105010.0, 497090.0 ], [ 105059.0, 496984.0 ], [ 105241.0, 496703.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 227.0, "TNODE_": 226.0, "LPOLY_": 1.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105241.0, 496703.0 ], [ 105017.0, 496703.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 187.0, "TNODE_": 228.0, "LPOLY_": 44.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105787.0, 499181.0 ], [ 105908.0, 499253.0 ], [ 105961.0, 499393.0 ], [ 105941.0, 499631.0 ], [ 105874.0, 499888.0 ], [ 105880.0, 500027.0 ], [ 105963.0, 500165.0 ], [ 106193.0, 500287.0 ], [ 106519.0, 500295.0 ], [ 106831.0, 500139.0 ], [ 107014.0, 500063.0 ], [ 107253.0, 499975.0 ], [ 107524.0, 499833.0 ], [ 107608.0, 499762.0 ], [ 107734.0, 499605.0 ], [ 107840.0, 499359.0 ], [ 107875.0, 498971.0 ], [ 107725.0, 498598.0 ], [ 107620.0, 498352.0 ], [ 107525.0, 498045.0 ], [ 107467.0, 497753.0 ], [ 107351.0, 497462.0 ], [ 107115.0, 497436.0 ], [ 107023.0, 497523.0 ], [ 106870.0, 497913.0 ], [ 106747.0, 498051.0 ], [ 106588.0, 498088.0 ], [ 106425.0, 498030.0 ], [ 106262.0, 497802.0 ], [ 106201.0, 497638.0 ], [ 106225.0, 497530.0 ], [ 106356.0, 497337.0 ], [ 106554.0, 497173.0 ], [ 106635.0, 497040.0 ], [ 106707.0, 496890.0 ], [ 106768.0, 496701.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -1.8 }, "geometry": { "type": "LineString", "coordinates": [ [ 104134.0, 523261.0 ], [ 104249.0, 523079.0 ], [ 104452.0, 522784.0 ], [ 104656.0, 522502.0 ], [ 104920.0, 522152.0 ], [ 105149.0, 521835.0 ], [ 104793.0, 522085.0 ], [ 104504.0, 522302.0 ], [ 104285.0, 522562.0 ], [ 104088.0, 522808.0 ], [ 104092.0, 522861.0 ], [ 104119.0, 523051.0 ], [ 104134.0, 523261.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -1.8 }, "geometry": { "type": "LineString", "coordinates": [ [ 108510.0, 522164.0 ], [ 108401.0, 521805.0 ], [ 108198.0, 521608.0 ], [ 107913.0, 521474.0 ], [ 107751.0, 521444.0 ], [ 107368.0, 521444.0 ], [ 107280.0, 521438.0 ], [ 107025.0, 521468.0 ], [ 106921.0, 521474.0 ], [ 106650.0, 521496.0 ], [ 106557.0, 521510.0 ], [ 106672.0, 521531.0 ], [ 107009.0, 521556.0 ], [ 107113.0, 521567.0 ], [ 107294.0, 521625.0 ], [ 107335.0, 521660.0 ], [ 107387.0, 521688.0 ], [ 107601.0, 521753.0 ], [ 107782.0, 521786.0 ], [ 107971.0, 521868.0 ], [ 108510.0, 522164.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -1.8 }, "geometry": { "type": "LineString", "coordinates": [ [ 107956.0, 521123.0 ], [ 107828.0, 520964.0 ], [ 107675.0, 520828.0 ], [ 107457.0, 520875.0 ], [ 107206.0, 520935.0 ], [ 106948.0, 521016.0 ], [ 106638.0, 521111.0 ], [ 106395.0, 521229.0 ], [ 106669.0, 521182.0 ], [ 106909.0, 521130.0 ], [ 107320.0, 521113.0 ], [ 107538.0, 521039.0 ], [ 107730.0, 521034.0 ], [ 107956.0, 521123.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107799.0, 515870.0 ], [ 105469.0, 516086.0 ], [ 105092.0, 516261.0 ], [ 105232.0, 516387.0 ], [ 105290.0, 516567.0 ], [ 105303.0, 516942.0 ], [ 105378.0, 517246.0 ], [ 105506.0, 517411.0 ], [ 105619.0, 517435.0 ], [ 105735.0, 517309.0 ], [ 105762.0, 517065.0 ], [ 105838.0, 517124.0 ], [ 106001.0, 517169.0 ], [ 105981.0, 517442.0 ], [ 105880.0, 517686.0 ], [ 105742.0, 517986.0 ], [ 105661.0, 518350.0 ], [ 105637.0, 518645.0 ], [ 105659.0, 518933.0 ], [ 105692.0, 519125.0 ], [ 105829.0, 519434.0 ], [ 105974.0, 519570.0 ], [ 106173.0, 519502.0 ], [ 106275.0, 519439.0 ], [ 106213.0, 519264.0 ], [ 106103.0, 519178.0 ], [ 106040.0, 519095.0 ], [ 106044.0, 519008.0 ], [ 106093.0, 518949.0 ], [ 106072.0, 518786.0 ], [ 106075.0, 518725.0 ], [ 106124.0, 518699.0 ], [ 106095.0, 518404.0 ], [ 106019.0, 518154.0 ], [ 106026.0, 517995.0 ], [ 106108.0, 517785.0 ], [ 106122.0, 517679.0 ], [ 106037.0, 517460.0 ], [ 106040.0, 517383.0 ], [ 106074.0, 517311.0 ], [ 106189.0, 517244.0 ], [ 106229.0, 517321.0 ], [ 106158.0, 517462.0 ], [ 106142.0, 517586.0 ], [ 106198.0, 517717.0 ], [ 106236.0, 517973.0 ], [ 106226.0, 518151.0 ], [ 106173.0, 518232.0 ], [ 106175.0, 518311.0 ], [ 106180.0, 518411.0 ], [ 106213.0, 518498.0 ], [ 106281.0, 518591.0 ], [ 106379.0, 518583.0 ], [ 106395.0, 518546.0 ], [ 106435.0, 518523.0 ], [ 106446.0, 518586.0 ], [ 106436.0, 518659.0 ], [ 106419.0, 518711.0 ], [ 106420.0, 518807.0 ], [ 106418.0, 518980.0 ], [ 106386.0, 519016.0 ], [ 106315.0, 519004.0 ], [ 106370.0, 519327.0 ], [ 106454.0, 519517.0 ], [ 106557.0, 519730.0 ], [ 106510.0, 519863.0 ], [ 106546.0, 520069.0 ], [ 106677.0, 520156.0 ], [ 106734.0, 520186.0 ], [ 105997.0, 520538.0 ], [ 105380.0, 520892.0 ], [ 104915.0, 521165.0 ], [ 104518.0, 521442.0 ], [ 104249.0, 521668.0 ], [ 103973.0, 521909.0 ], [ 104031.0, 521490.0 ], [ 104066.0, 521076.0 ], [ 104056.0, 520816.0 ], [ 104020.0, 520427.0 ], [ 104013.0, 520049.0 ], [ 104066.0, 519673.0 ], [ 104130.0, 519294.0 ], [ 104263.0, 518923.0 ], [ 104374.0, 518680.0 ], [ 104536.0, 518439.0 ], [ 104608.0, 518292.0 ], [ 104569.0, 518235.0 ], [ 104456.0, 518258.0 ], [ 104328.0, 518318.0 ], [ 104196.0, 518384.0 ], [ 104119.0, 518358.0 ], [ 104126.0, 518162.0 ], [ 104159.0, 517946.0 ], [ 104189.0, 517682.0 ], [ 104232.0, 517451.0 ], [ 104224.0, 517251.0 ], [ 104196.0, 517094.0 ], [ 104158.0, 517061.0 ], [ 104023.0, 517216.0 ], [ 103958.0, 517404.0 ], [ 103903.0, 517594.0 ], [ 103838.0, 517959.0 ], [ 103766.0, 518256.0 ], [ 103710.0, 518546.0 ], [ 103659.0, 518852.0 ], [ 103652.0, 518959.0 ], [ 103598.0, 519220.0 ], [ 103517.0, 518636.0 ], [ 103413.0, 517861.0 ], [ 103277.0, 516866.0 ], [ 103216.0, 516322.0 ], [ 103270.0, 516197.0 ], [ 103326.0, 516078.0 ], [ 103382.0, 516022.0 ], [ 103480.0, 515966.0 ], [ 103618.0, 515204.0 ], [ 103726.0, 514980.0 ], [ 103854.0, 514862.0 ], [ 104066.0, 514887.0 ], [ 104255.0, 514967.0 ], [ 104408.0, 515097.0 ], [ 104517.0, 515216.0 ], [ 104604.0, 515324.0 ], [ 104679.0, 515403.0 ], [ 104808.0, 515437.0 ], [ 104902.0, 515414.0 ], [ 105029.0, 515380.0 ], [ 105079.0, 515386.0 ], [ 105234.0, 515346.0 ], [ 105371.0, 515296.0 ], [ 105710.0, 515241.0 ], [ 106159.0, 515190.0 ], [ 106505.0, 515228.0 ], [ 106854.0, 515250.0 ], [ 107163.0, 515308.0 ], [ 107364.0, 515399.0 ], [ 107535.0, 515503.0 ], [ 107799.0, 515870.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 4.0, "TNODE_": 5.0, "LPOLY_": 1.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104842.0, 515936.0 ], [ 104475.0, 515535.0 ], [ 104216.0, 515351.0 ], [ 104093.0, 515203.0 ], [ 104015.0, 515132.0 ], [ 103864.0, 515080.0 ], [ 103833.0, 514989.0 ], [ 103945.0, 514936.0 ], [ 104134.0, 515064.0 ], [ 104354.0, 515275.0 ], [ 104564.0, 515433.0 ], [ 104726.0, 515471.0 ], [ 104855.0, 515471.0 ], [ 104999.0, 515491.0 ], [ 105162.0, 515929.0 ], [ 104842.0, 515936.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106932.0, 522348.0 ], [ 107072.0, 522314.0 ], [ 107100.0, 522163.0 ], [ 106975.0, 522031.0 ], [ 106786.0, 521905.0 ], [ 106540.0, 521788.0 ], [ 106060.0, 521478.0 ], [ 105860.0, 521442.0 ], [ 105769.0, 521557.0 ], [ 105854.0, 521737.0 ], [ 105986.0, 521890.0 ], [ 106293.0, 522075.0 ], [ 106549.0, 522226.0 ], [ 106770.0, 522307.0 ], [ 106932.0, 522348.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": 2.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106304.0, 524801.0 ], [ 106438.0, 524751.0 ], [ 106486.0, 524679.0 ], [ 106521.0, 524401.0 ], [ 106552.0, 524088.0 ], [ 106570.0, 523818.0 ], [ 106668.0, 523488.0 ], [ 106809.0, 523222.0 ], [ 106910.0, 523010.0 ], [ 106861.0, 522963.0 ], [ 106655.0, 522949.0 ], [ 106371.0, 522995.0 ], [ 106066.0, 523085.0 ], [ 105717.0, 523078.0 ], [ 105398.0, 523119.0 ], [ 105348.0, 523274.0 ], [ 105418.0, 523440.0 ], [ 105533.0, 523611.0 ], [ 105632.0, 523799.0 ], [ 105738.0, 524016.0 ], [ 105933.0, 524446.0 ], [ 106128.0, 524696.0 ], [ 106304.0, 524801.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_interpolation_points.geojson new file mode 100644 index 0000000..b2f628a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_interpolation_points.geojson @@ -0,0 +1,3635 @@ +{ +"type": "FeatureCollection", +"name": "TS11_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 513017.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 513192.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 513641.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 514093.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 514473.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103423.0, 514762.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 515180.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 515477.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 515643.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 516017.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 512189.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104913.0, 512180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 512089.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104141.0, 512256.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 512453.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 512564.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104837.0, 512646.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105126.0, 512634.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 512574.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105559.0, 512515.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105632.0, 512452.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 512256.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105625.0, 512024.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 512189.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 512217.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 512251.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104976.0, 512271.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105003.0, 512278.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 512278.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 512241.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 512180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105091.0, 512082.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105111.0, 511974.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105135.0, 511903.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 511889.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 511849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105466.0, 511869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 511893.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 511916.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105591.0, 511950.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105608.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105629.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105625.0, 512024.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104913.0, 512180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104864.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 511835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 511835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 511812.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 511798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 511781.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104878.0, 511778.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 511801.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 511899.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104959.0, 511943.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104969.0, 511991.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104980.0, 512021.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104996.0, 512031.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 512028.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 512008.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 511981.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 511927.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 511869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105003.0, 511842.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 511781.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 511730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105064.0, 511680.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105081.0, 511670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105122.0, 511649.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 511649.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 512089.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 512055.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 512021.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 511977.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 511923.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 511876.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 511798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 511747.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 511700.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 511663.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 511632.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 511397.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 511510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 511632.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 508490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 508454.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 508206.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 507901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 507513.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 507421.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103799.0, 507333.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 507232.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 507079.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 506740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 506548.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103075.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 505989.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 505908.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103073.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 505723.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102616.0, 505618.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102515.0, 505615.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 505581.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102497.0, 505518.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102512.0, 505382.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 505387.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 505307.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101537.0, 505260.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101359.0, 505277.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101285.0, 505333.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 511397.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 511379.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104609.0, 511350.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104615.0, 511328.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 511268.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104630.0, 511244.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 511210.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104615.0, 511196.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104585.0, 511163.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 511133.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104516.0, 511094.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 511078.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 511065.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 511054.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 511052.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 508639.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103051.0, 508648.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 508662.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 508657.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 508635.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 508608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 508590.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 508581.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 508563.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102988.0, 508528.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 508510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 508490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 511649.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 511616.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 511608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 511466.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 511292.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105718.0, 511051.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105649.0, 510735.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105604.0, 510372.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105614.0, 510152.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105689.0, 509961.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 509770.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105678.0, 509548.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 509392.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 509302.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 509243.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104944.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 508863.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 508550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 508298.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104757.0, 508167.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 508055.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 507873.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104508.0, 507637.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 507494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 507422.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 507433.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 507606.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 507905.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104317.0, 508093.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 508169.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104589.0, 508309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 508607.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104531.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 508942.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 508825.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 508764.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 508786.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 508893.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 508725.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 508658.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 515969.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 515496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 515136.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 514761.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 514436.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 514240.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 513753.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 513411.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 513060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 512760.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 512467.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 512139.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 511798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 511498.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 511220.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103046.0, 510936.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 510805.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103438.0, 510676.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 510647.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103845.0, 510670.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104047.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 510999.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 511052.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109501.0, 511127.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109293.0, 511413.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109128.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109092.0, 512280.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109226.0, 512590.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109379.0, 512766.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109532.0, 512975.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104011.0, 511242.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 511261.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 511281.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 511304.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104183.0, 511340.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104231.0, 511363.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104263.0, 511370.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104297.0, 511379.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104335.0, 511377.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 511376.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 511370.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 511351.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104428.0, 511330.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104438.0, 511321.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 511278.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104443.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 511225.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 511160.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104368.0, 511136.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 511114.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 511105.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 511087.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 511078.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 511078.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 511016.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 511109.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104011.0, 511242.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 511016.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 510975.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 510881.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106194.0, 511251.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 511327.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 511500.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106578.0, 511683.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106683.0, 511988.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106673.0, 512360.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106714.0, 512606.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106887.0, 512810.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 107138.0, 512810.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 107418.0, 512595.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 107530.0, 512210.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 107469.0, 511827.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 107238.0, 511518.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106940.0, 511294.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106627.0, 511204.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106316.0, 511086.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106157.0, 511039.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 511094.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106156.0, 511214.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 106194.0, 511251.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 510855.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 510841.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 510828.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 510814.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 510801.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 510792.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 510774.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102688.0, 510742.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 510732.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102618.0, 510722.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102579.0, 510713.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 510712.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.0, 510709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 510522.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 510705.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.0, 510709.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 510855.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 510882.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102413.0, 511002.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 511136.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 509144.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 509168.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 509235.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509397.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 509520.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 509650.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 509763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 509821.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 509855.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 509730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 509425.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 509280.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 509193.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509151.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104655.0, 509170.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104784.0, 509330.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104755.0, 509586.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 509694.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 509763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 509144.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103179.0, 509135.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 509119.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 509108.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 509095.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 509091.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103197.0, 509081.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 509061.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 509036.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103175.0, 509031.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 509026.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101894.0, 508777.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 508802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102506.0, 508841.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 508965.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 509014.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 509026.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 510538.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 510550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102737.0, 510560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 510567.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 510569.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102860.0, 510559.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 510554.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 510542.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 510517.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 510495.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102994.0, 510468.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 510444.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 510424.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103026.0, 510404.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 510370.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 510347.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 510323.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 510538.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 510513.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 510428.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 510257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 510046.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104283.0, 510091.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 510208.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 510285.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 510293.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 510187.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103208.0, 510033.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 509993.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 510038.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102961.0, 510151.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 510235.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 510323.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 509763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 509768.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104286.0, 509790.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 509812.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104295.0, 509870.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104331.0, 509879.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 509897.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104487.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104505.0, 509911.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104514.0, 509937.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 509973.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 509995.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 510031.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104398.0, 510031.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 510046.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 508941.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102134.0, 508931.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 508966.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 509010.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 509155.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 509176.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 509225.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 510497.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102702.0, 510512.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102722.0, 510525.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 510530.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102771.0, 510528.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 510523.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 510520.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 510512.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102885.0, 510493.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 510459.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 510443.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 510402.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 510372.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 510337.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 510314.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 510497.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 510387.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102404.0, 510257.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 510124.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 509293.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 509346.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 509574.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 509949.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 510093.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 510249.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 510314.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 509293.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 509287.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 509281.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 509261.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 509241.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 509234.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 509227.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 509225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107657.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107689.0, 510544.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107823.0, 510802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108053.0, 510991.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108380.0, 511218.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108544.0, 511365.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108692.0, 511529.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108785.0, 511592.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108847.0, 511533.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108681.0, 511271.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108514.0, 511110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108348.0, 510987.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108164.0, 510774.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108068.0, 510485.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107911.0, 510259.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107685.0, 510238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107657.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 510247.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 510327.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 510317.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104572.0, 510304.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104729.0, 510306.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104804.0, 510277.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 510230.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104551.0, 510212.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 510203.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 510247.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102222.0, 510389.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 510426.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 510518.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102601.0, 510585.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102752.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 510631.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 510555.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 510456.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103083.0, 510265.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 510137.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 510072.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 510080.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 510156.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103335.0, 510277.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 510383.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103175.0, 510511.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103082.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 510922.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 511073.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 511207.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 511360.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 509117.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 509359.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103542.0, 509497.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 509593.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103419.0, 509619.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 509052.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103296.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 509085.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 509099.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 509108.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103296.0, 509121.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 509117.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103354.0, 509112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 509108.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 509117.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 509680.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 509580.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 509447.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 509175.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 509120.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104201.0, 509101.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 508956.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 508916.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103836.0, 508890.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103836.0, 508890.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 508887.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 508935.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 509007.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 509052.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 509674.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 509670.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 509661.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 509647.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103419.0, 509619.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 509310.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103892.0, 509364.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 509485.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 509611.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 509632.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104554.0, 509571.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104657.0, 509448.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 509261.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104320.0, 509200.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 509239.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 509267.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 509310.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107575.0, 508836.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107481.0, 509100.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107456.0, 509205.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107544.0, 509242.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 509181.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107833.0, 509136.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107947.0, 509032.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107891.0, 508846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 508762.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107621.0, 508775.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107575.0, 508836.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107381.0, 508671.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107292.0, 508755.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107292.0, 508755.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107257.0, 508829.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107172.0, 509134.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107056.0, 509458.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107078.0, 509644.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107201.0, 509715.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 509549.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107664.0, 509384.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107915.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 509071.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108042.0, 508829.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107779.0, 508690.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107602.0, 508609.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107398.0, 508660.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107381.0, 508671.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 508684.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 508662.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104228.0, 508626.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 508599.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 508568.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104242.0, 508550.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104309.0, 508555.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104362.0, 508555.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104393.0, 508546.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 508532.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104438.0, 508510.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 508483.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 508486.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 508200.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 508333.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103341.0, 508525.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103554.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103789.0, 508683.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 508720.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104466.0, 508790.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 508684.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 508486.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 508405.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 508301.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104166.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 507780.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507687.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103851.0, 507729.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103870.0, 507873.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 508042.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 508060.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 508045.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 508200.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 508435.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 508406.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 508357.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 508288.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 508239.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 508199.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102765.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 508140.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 508115.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 508076.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508042.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 508017.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 508002.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 507978.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 507948.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 507933.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 507904.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 507884.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 507742.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 507707.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 507702.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 507683.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 507668.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 507604.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 507560.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507545.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 507540.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 507520.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 507496.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 507485.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102669.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 508526.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 508492.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 508395.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101645.0, 507423.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101926.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102111.0, 507495.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 507565.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 507553.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 507413.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 507281.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102908.0, 507225.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 507169.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103006.0, 507101.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 507074.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102673.0, 506980.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 506818.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 506643.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 506475.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 506330.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 506369.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102963.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 506717.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506723.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 506731.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 506800.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 506912.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 506945.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103373.0, 506995.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103533.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 507342.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 507245.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 507345.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 507485.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 507582.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105562.0, 507697.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105687.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 507631.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 507473.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105580.0, 507399.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 507444.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 505937.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 506047.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 506133.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 506172.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106293.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 506271.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106462.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106362.0, 505978.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106055.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105930.0, 505499.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105608.0, 505489.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105604.0, 505509.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105526.0, 505532.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 505540.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 505576.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105428.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105408.0, 505631.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 505697.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105463.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105479.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105502.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 505839.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105557.0, 505854.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 505866.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 505874.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105494.0, 505886.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 505917.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105479.0, 505941.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105491.0, 505956.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 505956.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105522.0, 505956.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105561.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105624.0, 505925.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105663.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105679.0, 505827.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105789.0, 505776.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 505784.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105867.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105910.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 505937.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105930.0, 505499.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105910.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105887.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105859.0, 505368.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 505332.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105848.0, 505293.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105855.0, 505266.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505215.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 506664.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105924.0, 506376.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105602.0, 506221.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 506267.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 506284.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105119.0, 506151.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 506061.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104814.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104693.0, 506040.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104540.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 505365.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104537.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 505051.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 505034.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104907.0, 504974.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104997.0, 504955.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 504905.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 504834.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105166.0, 504945.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105201.0, 505055.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 505227.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 505339.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 505381.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505215.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105976.0, 505087.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106112.0, 504874.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106280.0, 504714.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 504605.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 504583.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106288.0, 504527.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 504523.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106341.0, 504562.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106341.0, 504596.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106330.0, 504645.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106280.0, 504714.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104009.0, 506930.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 506974.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 506994.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 507161.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104368.0, 507279.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104462.0, 507328.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 507363.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 507373.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 507353.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104659.0, 507323.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104659.0, 507304.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104659.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 507191.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104590.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104585.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 507014.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 506984.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109474.0, 509532.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109267.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109083.0, 509012.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108863.0, 508895.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108701.0, 508950.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 509085.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108674.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108609.0, 509503.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 509757.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108165.0, 509991.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107977.0, 510099.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107694.0, 510097.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107574.0, 510101.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107500.0, 510309.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 510539.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 510949.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107881.0, 511139.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108211.0, 511294.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 511546.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108678.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108856.0, 512098.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108970.0, 512259.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108892.0, 512541.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108747.0, 512853.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108482.0, 513113.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108067.0, 513349.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107679.0, 513457.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107376.0, 513545.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107123.0, 513601.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106743.0, 513568.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106448.0, 513505.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106289.0, 513234.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106245.0, 512953.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106299.0, 512623.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 512332.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106405.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 511666.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 511383.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 511145.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105773.0, 510798.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 510483.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 510230.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 509899.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 509616.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105798.0, 509350.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105915.0, 509007.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 508690.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106155.0, 508462.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106042.0, 508289.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105609.0, 508412.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105379.0, 508452.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 508372.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105096.0, 508091.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104963.0, 507736.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 507558.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104971.0, 507493.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 507468.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105314.0, 507498.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 507684.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105691.0, 507837.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 507851.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 507748.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 507512.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105907.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 507224.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105324.0, 507094.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105279.0, 506946.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105022.0, 506679.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 506702.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 506807.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104736.0, 506897.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 506842.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104419.0, 506789.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104829.0, 506616.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104986.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105131.0, 506592.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105448.0, 506515.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 506667.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105727.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106221.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106389.0, 507009.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106442.0, 506793.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 506601.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 506530.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 506664.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106131.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106138.0, 506683.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106156.0, 506691.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 506696.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106196.0, 506696.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106211.0, 506689.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106221.0, 506670.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106242.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106255.0, 506566.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106264.0, 506540.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 506513.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106282.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106293.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106333.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106366.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 506530.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 504605.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106092.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 504710.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 504545.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105809.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105641.0, 504558.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105595.0, 504662.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105652.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 504847.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105439.0, 504919.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 504871.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 504753.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105101.0, 504709.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 504702.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 504684.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104774.0, 504488.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104809.0, 504271.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 504105.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105387.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105555.0, 504155.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105630.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105728.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105795.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 503953.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 503818.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 503649.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105741.0, 503451.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105743.0, 503305.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105837.0, 503287.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105967.0, 503349.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 503310.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106207.0, 503163.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106294.0, 502942.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106333.0, 502737.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106295.0, 502470.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106253.0, 502210.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106280.0, 501963.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106466.0, 501678.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106703.0, 501534.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107008.0, 501479.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107278.0, 501498.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107563.0, 501671.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107851.0, 501841.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108120.0, 501978.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108351.0, 502032.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108647.0, 502076.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108893.0, 502114.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109350.0, 502157.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103841.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 506667.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 506503.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 506408.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104140.0, 506419.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104238.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103915.0, 505871.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 505740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104271.0, 505503.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104329.0, 505326.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 505096.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 504915.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104542.0, 504794.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 504587.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 504279.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 503992.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 503812.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105166.0, 503715.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105386.0, 503637.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 503573.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 503249.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105605.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 502533.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 502171.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105789.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105871.0, 501726.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105920.0, 501486.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105996.0, 501238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106128.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106473.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106959.0, 501182.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107421.0, 501268.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107774.0, 501355.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107996.0, 501456.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108161.0, 501453.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108423.0, 501510.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108590.0, 501539.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108753.0, 501514.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 501430.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108558.0, 501340.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108509.0, 501296.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103709.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 506836.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 506895.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 506891.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103841.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108509.0, 501296.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108309.0, 501235.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108039.0, 501033.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107732.0, 500895.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107430.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107047.0, 500809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106842.0, 500816.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106665.0, 500832.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106329.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 500868.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 500898.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105754.0, 501038.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 501279.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 501526.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 501642.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 501717.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104672.0, 501765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104363.0, 501873.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 502043.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104303.0, 502273.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104546.0, 502529.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 502716.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 502828.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105126.0, 502937.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 503028.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 503180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105042.0, 503227.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 503173.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104778.0, 503283.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104874.0, 503465.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 503477.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105138.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 503416.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 503458.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 503544.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 503539.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105098.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 503582.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105004.0, 503653.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104814.0, 503714.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 503688.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 503630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104154.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104005.0, 503822.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 503859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 503879.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 503957.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103933.0, 504061.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 504197.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 504332.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 504555.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 504852.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 505502.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 505712.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103490.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 505989.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 506119.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 506226.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 506454.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506757.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 506732.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 506728.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105183.0, 506824.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 506832.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105021.0, 506847.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 506839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105651.0, 506330.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105628.0, 506325.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105608.0, 506334.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105583.0, 506343.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 506356.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 506364.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105580.0, 506368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105599.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105631.0, 506426.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105660.0, 506449.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 506466.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 506509.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105660.0, 506519.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105676.0, 506551.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105676.0, 506572.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 506584.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105653.0, 506628.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 506646.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105638.0, 506665.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 506674.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105705.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105811.0, 506789.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 506828.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 506872.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 506872.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105958.0, 506886.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105966.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105978.0, 506890.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105999.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506884.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105999.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105987.0, 506847.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105971.0, 506825.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105956.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 506781.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105943.0, 506767.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105937.0, 506751.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 506728.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105944.0, 506683.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105949.0, 506668.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105962.0, 506664.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 506676.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 506693.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106042.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106061.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 506667.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 506655.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 506622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106071.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106061.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106027.0, 506529.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 506523.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105869.0, 506445.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105708.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105651.0, 506330.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 506626.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 506626.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105373.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105424.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 506834.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506597.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 506548.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 506819.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108246.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108046.0, 507454.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 107945.0, 507979.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 107967.0, 508282.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108014.0, 508427.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 508444.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108351.0, 508232.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108425.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108423.0, 507415.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108416.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108489.0, 506737.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108502.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108462.0, 506464.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108386.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 506819.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101460.0, 506112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 506206.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 506297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102461.0, 506910.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 507037.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 507120.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102772.0, 507227.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102666.0, 507282.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 507367.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102247.0, 507421.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 507324.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101930.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 507277.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102982.0, 506107.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 506163.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 506276.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 506314.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 506257.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103373.0, 506079.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 505935.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 506009.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 506066.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102982.0, 506107.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106515.0, 505860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106561.0, 505946.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106748.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106872.0, 506082.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106892.0, 505999.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106796.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106697.0, 505826.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106515.0, 505860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106512.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106508.0, 505842.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 505827.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 505814.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 505796.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106508.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106516.0, 505783.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 505779.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106529.0, 505777.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106541.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106547.0, 505771.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106553.0, 505771.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106564.0, 505776.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106580.0, 505789.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106591.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106600.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106607.0, 505803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106620.0, 505806.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106684.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106690.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106697.0, 505826.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 505781.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105566.0, 505824.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105587.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105542.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 505509.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102728.0, 505588.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 505659.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102889.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 505668.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 505562.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 505488.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 505470.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 505509.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109381.0, 503977.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108986.0, 503891.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108559.0, 503754.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108319.0, 503601.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108313.0, 503495.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108536.0, 503467.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108858.0, 503471.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108977.0, 503332.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108901.0, 503045.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108413.0, 502968.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107993.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107733.0, 503287.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107607.0, 503514.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107548.0, 503794.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107400.0, 504192.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107315.0, 504542.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107226.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107018.0, 505106.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 505176.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106442.0, 505385.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106413.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 505645.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 505794.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106516.0, 505986.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 506188.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106956.0, 506230.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107198.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107451.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107769.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107991.0, 505525.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108291.0, 505248.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108625.0, 505086.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108947.0, 504986.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109397.0, 504948.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106442.0, 505385.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106444.0, 505352.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106448.0, 505324.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106440.0, 505281.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106362.0, 505222.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106346.0, 505211.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 505148.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106315.0, 505097.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106315.0, 505065.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 505038.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106393.0, 504999.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106417.0, 504987.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106428.0, 504979.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106476.0, 504944.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 504920.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106578.0, 504905.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106680.0, 504889.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 504956.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106644.0, 505014.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106640.0, 505085.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106660.0, 505132.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106676.0, 505152.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106699.0, 505179.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106727.0, 505211.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106754.0, 505207.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106786.0, 505195.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 505176.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 504819.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104818.0, 504859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104818.0, 504859.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 504910.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104975.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 504860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105061.0, 504798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 504765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104999.0, 504729.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 504754.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104874.0, 504782.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 504819.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 503349.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 503596.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 503820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 503926.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 503895.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 503776.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 503544.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 503297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 503009.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 502813.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103889.0, 502642.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103777.0, 502410.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 502226.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 502041.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 501883.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 501620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 501424.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 501424.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 501368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 501360.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 501319.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 501277.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 501214.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 501118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 501091.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 501067.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103288.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 501048.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 501047.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 501118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 501163.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 501189.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 501020.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 501084.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 501361.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102119.0, 501643.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102142.0, 501861.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 502087.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102324.0, 502257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101449.0, 503112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 502526.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101381.0, 502138.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 501828.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 501459.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101835.0, 501278.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101845.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101875.0, 500963.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101879.0, 500952.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 500941.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101901.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101918.0, 500928.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 500928.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101959.0, 500928.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101967.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101982.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 500966.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102012.0, 501015.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 501020.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 499709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 499733.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105090.0, 499751.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 499784.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105135.0, 499817.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105147.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105153.0, 499837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 499840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105174.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105209.0, 499799.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 499772.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 499734.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105289.0, 499711.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 499698.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 499692.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 499684.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 499351.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 499709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499054.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 498979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 498921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104572.0, 498875.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 498814.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104755.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 498809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104908.0, 498840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 498891.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 498921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105055.0, 498962.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 498992.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 499013.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499054.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 499684.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105401.0, 499299.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 498904.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 498783.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 498783.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105555.0, 498730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105662.0, 498698.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105817.0, 498671.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105956.0, 498698.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106062.0, 498704.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 498736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106164.0, 498736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106207.0, 498757.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106212.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 498821.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106121.0, 498843.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106062.0, 498848.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 498912.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 498987.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 499046.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 499104.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 499137.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 499174.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 499185.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 499185.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106323.0, 499309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106615.0, 499254.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106727.0, 499057.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106663.0, 498734.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 498455.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 498247.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 498501.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 498563.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 498495.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 498302.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104909.0, 498189.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104909.0, 498189.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104859.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104823.0, 498049.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104807.0, 497998.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104792.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 497887.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 497835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 497776.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104891.0, 497740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 497724.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105022.0, 497724.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 497724.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 497730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 497730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105186.0, 497733.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 497739.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 497742.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 497742.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 497739.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 497735.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 497727.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105279.0, 497716.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105279.0, 497690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 497672.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 497652.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 497651.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 498501.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105640.0, 498462.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105660.0, 498418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 498347.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105648.0, 498268.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 498168.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105581.0, 498077.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105557.0, 497946.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 497811.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 497752.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105565.0, 497669.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 497601.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105640.0, 497554.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105672.0, 497546.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 497554.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105716.0, 497597.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105739.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 497752.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 497839.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105819.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 498018.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105930.0, 498101.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106005.0, 498180.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 498247.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 497651.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 497622.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105287.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105277.0, 497574.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 497537.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105224.0, 497528.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105207.0, 497524.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 497513.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 501314.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 501587.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 501769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 501797.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 501708.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 501541.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104338.0, 501368.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 501201.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 501034.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104687.0, 500779.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 500631.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104129.0, 500464.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103900.0, 500206.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103585.0, 500058.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 499577.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102534.0, 499034.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 498758.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 498461.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102619.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102713.0, 498108.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 498005.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 497747.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 497509.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 497239.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103508.0, 497144.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 497247.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 497565.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104186.0, 497919.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 498425.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103731.0, 498765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103311.0, 498994.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 499107.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 499341.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102957.0, 499469.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 499533.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 499485.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103576.0, 499561.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103919.0, 499532.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104383.0, 499170.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 498979.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 497513.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 497506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 497494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 497466.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105049.0, 497431.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105006.0, 497375.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104982.0, 497304.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 497248.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104965.0, 497204.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 497177.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104990.0, 497121.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105010.0, 497090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 497085.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 497143.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 497197.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 497226.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104464.0, 497261.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104508.0, 497284.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 497282.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104575.0, 497280.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 497239.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104680.0, 497158.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 497088.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104706.0, 497051.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 497008.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104747.0, 496986.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 496978.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103754.0, 496704.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 496919.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104230.0, 497037.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 497085.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 496978.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 496865.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 496703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105010.0, 497090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 496984.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105241.0, 496703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105241.0, 496703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 496703.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 504637.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102132.0, 504642.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 504637.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504611.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 504571.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 504531.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102141.0, 504462.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102161.0, 504364.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102178.0, 504318.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102198.0, 504273.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 504227.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 504198.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 504186.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 504115.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 504063.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 504017.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 503988.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 503974.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 503965.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102497.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 503957.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102371.0, 504034.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 504074.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102302.0, 504103.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102247.0, 504123.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 504149.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102141.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 504118.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 504066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 504020.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 503963.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 503942.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503897.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503862.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503822.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 503805.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102190.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 503736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 503693.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 503676.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 503644.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 503621.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 503587.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 503575.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102069.0, 503549.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 503551.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 503527.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 503492.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 503445.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 503374.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 503334.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 503307.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 503297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102132.0, 504642.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504783.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 504846.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102827.0, 504844.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 504820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103357.0, 504762.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 504646.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 504472.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 504331.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 504187.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 503837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 503619.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 503412.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102776.0, 503288.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 503129.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 503254.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 503297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101316.0, 503204.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 503216.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101363.0, 503216.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101399.0, 503212.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101446.0, 503208.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101458.0, 503188.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101458.0, 503149.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101449.0, 503112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 503084.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 503066.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102657.0, 503037.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 503015.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 503005.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 503015.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 503033.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102915.0, 503080.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102973.0, 503116.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100886.0, 502797.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101134.0, 503067.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101316.0, 503204.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 503129.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101730.0, 503091.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101673.0, 503011.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101641.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 502851.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101615.0, 502798.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 502749.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101648.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 502736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101721.0, 502763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 502856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 502856.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101868.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101648.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 502732.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101670.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 502736.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 502656.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 502776.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 502656.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 502645.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 502634.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101965.0, 502627.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 502614.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 502611.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 502542.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 502560.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 502611.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 502542.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 502536.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 502536.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102347.0, 502514.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 502465.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 502393.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 502349.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 502285.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102324.0, 502257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 502285.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 501370.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 501545.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 501710.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 501801.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 501730.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 501718.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 502447.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 502268.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 502058.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102264.0, 501842.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102221.0, 501452.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 501370.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 501322.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 501107.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 501031.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 501011.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 500989.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 500967.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 500959.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 500930.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103397.0, 500918.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 500916.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 500905.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 500910.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103721.0, 500910.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 500915.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 500923.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 500949.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 501023.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103828.0, 501162.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103801.0, 501234.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 501316.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 501388.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 501415.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 501420.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103721.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 501437.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103727.0, 501447.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101807.0, 500951.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101813.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 500904.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101826.0, 500886.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 500873.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 500852.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 500835.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101883.0, 500830.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 500821.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101936.0, 500814.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 500804.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101972.0, 500801.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 500800.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 500801.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 500810.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102035.0, 500831.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 500880.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 500935.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 500995.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101807.0, 500951.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101780.0, 501026.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 501173.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 501365.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101417.0, 501594.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101176.0, 501674.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100946.0, 501576.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100854.0, 501298.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100891.0, 500983.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 500741.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101356.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 500509.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504156.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 504253.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103061.0, 504426.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102982.0, 504559.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 504522.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 504540.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 504514.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504156.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102988.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102973.0, 504083.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504060.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 504017.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 504006.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 503994.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 503991.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 503994.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 503997.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 504006.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 504029.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 504066.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 504144.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 504514.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 504505.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 504479.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 504370.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 504344.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102402.0, 504275.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 504227.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 504169.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 504109.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 504069.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102686.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 503942.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 503899.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 503856.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102566.0, 503831.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 503827.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 503827.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 503721.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102206.0, 503695.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 500509.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101452.0, 500488.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101478.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 500461.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101576.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101657.0, 500437.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101717.0, 500427.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 500423.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101822.0, 500413.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 500403.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101886.0, 500389.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 500353.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 500310.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101947.0, 500286.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 500262.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101931.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101897.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101858.0, 500198.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101822.0, 500176.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 500163.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101778.0, 500147.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 500121.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101737.0, 500097.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101719.0, 500069.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101697.0, 500029.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101695.0, 500004.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101695.0, 499984.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 499966.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101741.0, 499958.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 499946.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 499944.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101846.0, 499952.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 499964.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 499962.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101893.0, 499952.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101899.0, 499922.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 499877.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101860.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101806.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 499857.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 499847.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 499843.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 499861.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101588.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101456.0, 499914.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101286.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101248.0, 499966.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101228.0, 499984.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101212.0, 499984.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101184.0, 499974.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101164.0, 499968.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101149.0, 499962.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102206.0, 503695.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 503678.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 503627.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 503595.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102193.0, 503575.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102213.0, 503564.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102253.0, 503544.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 503535.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 503535.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 503527.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 503194.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 503445.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 503755.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 504005.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 504149.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 504287.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 504397.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 504454.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 504414.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 504249.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 504144.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 503194.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 503159.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 503012.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 502994.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 502965.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 502940.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 502933.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 502958.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 502969.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102947.0, 502987.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 503005.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 503029.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101149.0, 499962.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100753.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100282.0, 499576.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 99892.0, 499441.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 99520.0, 499255.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 99094.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 98866.0, 498811.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 98700.0, 498667.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101079.0, 499609.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101128.0, 499645.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101200.0, 499681.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101291.0, 499727.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101347.0, 499727.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101383.0, 499696.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 499625.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 499579.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 499497.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101368.0, 499345.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101337.0, 499263.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101332.0, 499177.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101332.0, 499121.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101347.0, 499024.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101403.0, 498973.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101469.0, 498953.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101607.0, 498948.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 498963.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 498968.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 498983.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 498988.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 498973.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 498887.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 498841.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498749.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101999.0, 498642.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101917.0, 498535.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 498439.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 498410.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 498378.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102307.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102407.0, 499140.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 499491.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 499895.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 500066.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 500152.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 500691.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 500810.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 501004.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104408.0, 501201.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 501364.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 501546.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 501618.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 501578.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103727.0, 501447.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 498410.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 498397.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 503527.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 503491.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 503456.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102419.0, 503407.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102414.0, 503376.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 503349.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102357.0, 503282.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102312.0, 503225.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102263.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 503180.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 503167.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102108.0, 503149.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102063.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 503069.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101988.0, 503011.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101979.0, 502989.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 502923.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101948.0, 502887.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 502856.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101970.0, 502829.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 502758.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102023.0, 502705.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 502687.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 502674.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 502659.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 498130.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102280.0, 498347.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 498378.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 502659.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 502638.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 498397.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 498321.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 498288.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 498254.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 498221.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 498191.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101785.0, 498154.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101809.0, 498129.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101836.0, 498120.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101859.0, 498114.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101892.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101927.0, 498119.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 498124.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 498124.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102020.0, 498116.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 498099.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 498085.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 498073.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 498032.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102249.0, 498006.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 497981.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 497957.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 497957.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102309.0, 497957.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102326.0, 497979.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 498004.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 498022.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 498065.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 498130.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102463.0, 502581.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 502542.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 502503.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 502447.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 98565.0, 497627.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 98783.0, 497846.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 99168.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 99494.0, 498227.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 99657.0, 498361.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 99886.0, 498678.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100124.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100328.0, 499013.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100608.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 100880.0, 499472.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 101079.0, 499609.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102727.0, 501815.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 501825.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 501908.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 502037.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 502209.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103236.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 502286.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 502625.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 503010.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 503223.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 503324.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 503364.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 503187.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 503029.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102727.0, 501815.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 501815.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 501812.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 501804.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 501797.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 501790.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102670.0, 501783.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 501775.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 501768.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102673.0, 501763.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 501748.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102692.0, 501738.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 501730.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 501724.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102716.0, 501720.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 501719.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 501718.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101707.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101156.0, 504089.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101040.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101707.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101748.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 504135.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 504132.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101883.0, 504109.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101943.0, 504060.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 504011.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 503977.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102081.0, 503928.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 503902.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 503839.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 503782.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 503750.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102049.0, 503704.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 503707.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101937.0, 503813.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 503876.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101883.0, 503908.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101863.0, 503931.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 503945.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101808.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 503925.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 503899.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100976.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101246.0, 503448.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101533.0, 503559.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 503688.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101677.0, 503838.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 503899.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108012.0, 503905.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107991.0, 504076.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 504257.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108317.0, 504418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108696.0, 504483.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108887.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108915.0, 504397.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 504128.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108398.0, 503984.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108207.0, 503825.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108084.0, 503835.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 108012.0, 503905.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 503351.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 503168.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 503260.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103191.0, 503437.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 503576.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 503754.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 503886.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 504023.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 504088.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103787.0, 504099.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 504071.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103613.0, 503962.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 503879.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 503677.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103104.0, 503495.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 503351.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 503168.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 503155.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 503148.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 503141.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 503069.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 503059.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 503055.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 503073.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 503080.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101431.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 502726.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101447.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101455.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101461.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 502741.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101470.0, 502722.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101477.0, 502695.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101490.0, 502658.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101497.0, 502624.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101497.0, 502628.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 502591.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101517.0, 502569.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101519.0, 502559.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101519.0, 502559.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 502395.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 502395.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502373.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101666.0, 502359.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101733.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 502331.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101797.0, 502328.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 502345.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 502431.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 502470.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 502492.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502492.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 502489.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102056.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102114.0, 502501.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 502517.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 502526.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 502526.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 502492.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102295.0, 502464.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 502437.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102304.0, 502412.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 502392.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 502387.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101413.0, 502183.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101394.0, 502381.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101386.0, 502568.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101396.0, 502675.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101431.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101465.0, 502059.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101413.0, 502183.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 502387.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102193.0, 502202.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 502041.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101465.0, 502059.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101474.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101502.0, 502016.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101552.0, 502019.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101703.0, 502005.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101742.0, 501980.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101778.0, 501972.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101836.0, 501955.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101892.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101931.0, 501958.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 501961.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102023.0, 501969.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102036.0, 501980.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 502003.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 502022.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 502041.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 501173.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 501440.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 501765.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 501912.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 501902.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104222.0, 502309.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 502587.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 502799.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104931.0, 502921.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105108.0, 503045.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105154.0, 503128.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 503178.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 503133.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104663.0, 503057.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104444.0, 502809.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104199.0, 502709.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 502411.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 502114.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 501872.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 501573.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 501405.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 501405.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 501387.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 501353.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 501336.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 501289.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 501255.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 501217.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 501197.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 501185.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 501167.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 501145.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 501138.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 501135.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 501129.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 501129.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 501145.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 501160.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 501173.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 500519.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105513.0, 500511.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 500481.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105318.0, 500558.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 500651.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 500667.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 500608.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 500604.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 500599.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 500596.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105594.0, 500541.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 500519.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101217.0, 500349.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100974.0, 500502.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100670.0, 500701.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100487.0, 500962.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100397.0, 501184.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 98776.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 99119.0, 499158.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 99537.0, 499417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 99904.0, 499625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100319.0, 499761.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100781.0, 499959.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 500039.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 500047.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101217.0, 500349.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101242.0, 500337.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 500328.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101292.0, 500327.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101342.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101385.0, 500336.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101454.0, 500349.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101502.0, 500364.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101557.0, 500385.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101583.0, 500394.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101604.0, 500397.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101621.0, 500401.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101638.0, 500403.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101657.0, 500391.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101676.0, 500383.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101708.0, 500364.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101748.0, 500337.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 500318.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101729.0, 500289.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101712.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 500224.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101672.0, 500183.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101658.0, 500151.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101645.0, 500096.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101635.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101628.0, 500024.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 500015.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101601.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101580.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 500027.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101446.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101419.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 500047.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101367.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 500047.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101290.0, 500291.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101204.0, 500291.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100969.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100663.0, 500536.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100424.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100257.0, 500938.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101290.0, 500291.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101313.0, 500290.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 500292.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101361.0, 500292.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 500294.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101402.0, 500303.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 500315.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101521.0, 500341.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101558.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101589.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101613.0, 500360.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101640.0, 500362.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101652.0, 500363.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 500363.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 500361.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101670.0, 500352.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101674.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101676.0, 500310.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101676.0, 500289.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101671.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101634.0, 500213.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 500169.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101590.0, 500145.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101571.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101559.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101547.0, 500107.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101525.0, 500102.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101474.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 500104.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 99236.0, 499562.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 99520.0, 499681.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 99846.0, 499768.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100243.0, 499853.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100592.0, 500007.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 100890.0, 500110.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101159.0, 500117.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 500104.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101259.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 100951.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 100661.0, 500395.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 100380.0, 500567.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 100113.0, 500722.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 99916.0, 500426.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 100225.0, 500375.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 100628.0, 500272.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 100993.0, 500213.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101259.0, 500167.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101377.0, 500156.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101377.0, 500156.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101423.0, 500152.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101259.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101280.0, 500254.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101301.0, 500257.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101352.0, 500274.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101432.0, 500295.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101518.0, 500322.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101565.0, 500333.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101608.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101625.0, 500341.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 500334.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 500305.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 500292.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 500280.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101605.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101578.0, 500209.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101566.0, 500193.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101557.0, 500185.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101544.0, 500179.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101527.0, 500175.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101480.0, 500161.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 500152.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101449.0, 500150.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 500149.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 101423.0, 500152.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100097.0, 496709.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100312.0, 497044.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 497283.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 497566.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100348.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100277.0, 498506.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100328.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100451.0, 499044.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100749.0, 499217.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100972.0, 499417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101018.0, 499441.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 497832.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 497796.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102156.0, 497602.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102241.0, 497278.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 496953.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 496706.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101253.0, 499311.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101204.0, 499122.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101199.0, 498930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 498824.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 498824.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101381.0, 498809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101448.0, 498795.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101565.0, 498762.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101585.0, 498755.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101605.0, 498732.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101638.0, 498702.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101662.0, 498641.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 498524.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101688.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 498330.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 498207.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 498136.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101695.0, 498103.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 498043.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101806.0, 497949.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101876.0, 497886.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 497832.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101018.0, 499441.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101031.0, 499451.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101061.0, 499473.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101072.0, 499475.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101084.0, 499475.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101121.0, 499496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101129.0, 499507.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101151.0, 499505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101174.0, 499505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101195.0, 499505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101212.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101234.0, 499479.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101253.0, 499462.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 499436.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101268.0, 499409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 499381.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 499347.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 101253.0, 499311.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100473.0, 499224.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100274.0, 499094.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100061.0, 499008.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99959.0, 499028.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99956.0, 499146.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100620.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100637.0, 499617.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100659.0, 499637.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100678.0, 499649.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100725.0, 499654.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100740.0, 499641.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 499603.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100735.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100701.0, 499541.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100669.0, 499520.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100635.0, 499477.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100620.0, 499439.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100586.0, 499368.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100565.0, 499328.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100531.0, 499277.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100516.0, 499258.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100482.0, 499234.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100473.0, 499224.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 99956.0, 499146.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100088.0, 499326.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100368.0, 499464.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100533.0, 499579.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 100620.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105630.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 499145.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 499135.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105736.0, 499135.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105767.0, 499160.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 499181.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 499181.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 499253.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105961.0, 499393.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 499631.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105874.0, 499888.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 500027.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 500165.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106519.0, 500295.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106831.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107014.0, 500063.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107253.0, 499975.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107524.0, 499833.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107608.0, 499762.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107734.0, 499605.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107840.0, 499359.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107875.0, 498971.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107725.0, 498598.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107620.0, 498352.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107525.0, 498045.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107467.0, 497753.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 497462.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107115.0, 497436.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107023.0, 497523.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 497716.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106870.0, 497913.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 498051.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106588.0, 498088.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106425.0, 498030.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 497802.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106201.0, 497638.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106225.0, 497530.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106356.0, 497337.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106554.0, 497173.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106635.0, 497040.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 496890.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106768.0, 496701.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109334.0, 501175.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 109012.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108799.0, 501172.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108535.0, 501138.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 108238.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107929.0, 500924.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107643.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107338.0, 500729.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106652.0, 500642.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106303.0, 500638.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105983.0, 500665.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 500984.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 501229.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105284.0, 501479.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105151.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 501501.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 501571.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104718.0, 501545.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104759.0, 501161.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 500924.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104682.0, 500592.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 500318.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 500131.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 499968.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 499868.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 499782.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104743.0, 499905.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104887.0, 500075.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 500182.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 500182.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 500011.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105484.0, 499932.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105559.0, 499803.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 499583.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 499388.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 499189.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105630.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105354.0, 498308.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 498309.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 498301.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105420.0, 498288.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104926.0, 497910.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 498013.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 498138.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105354.0, 498308.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105420.0, 498288.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105454.0, 498232.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 498184.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105482.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 498002.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105442.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105426.0, 497891.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 497859.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105359.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 497806.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 497806.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 497783.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 497783.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 497774.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104926.0, 497910.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 497887.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104990.0, 497815.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105037.0, 497784.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105077.0, 497780.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105137.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105192.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 497768.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 497774.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 498415.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 498431.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104657.0, 498436.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104710.0, 498426.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 498313.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 498228.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104747.0, 498169.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 498132.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 498116.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 497934.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104417.0, 498020.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104440.0, 498271.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 498116.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 497962.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 497923.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 497934.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 523261.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104168.0, 523209.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 523079.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 522784.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104656.0, 522502.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 522152.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 521835.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 522085.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104504.0, 522302.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104285.0, 522562.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104088.0, 522808.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104092.0, 522861.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104119.0, 523051.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 523261.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 108510.0, 522164.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 108401.0, 521805.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 108198.0, 521608.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107913.0, 521474.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107751.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107601.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107455.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107368.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107280.0, 521438.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107165.0, 521452.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107025.0, 521468.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106921.0, 521474.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106781.0, 521485.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 521496.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 521510.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 521531.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106765.0, 521537.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106894.0, 521548.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107009.0, 521556.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107113.0, 521567.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107223.0, 521603.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107294.0, 521625.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 521660.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107387.0, 521688.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107601.0, 521753.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107782.0, 521786.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107971.0, 521868.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 108510.0, 522164.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 521123.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107828.0, 520964.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107675.0, 520828.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 520875.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107206.0, 520935.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 521016.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106638.0, 521111.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106395.0, 521229.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106669.0, 521182.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 521130.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107320.0, 521113.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107538.0, 521039.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107730.0, 521034.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 521123.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 515870.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105469.0, 516086.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 516261.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 516387.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 516567.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105303.0, 516942.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 517246.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 517411.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 517435.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 517309.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 517065.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105838.0, 517124.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106001.0, 517169.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 517442.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 517686.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105742.0, 517986.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105661.0, 518350.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 518645.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 518933.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 519125.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 519434.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105974.0, 519570.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106173.0, 519502.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 519439.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 519264.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106103.0, 519178.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 519095.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 519008.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106093.0, 518949.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106072.0, 518786.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 518725.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106124.0, 518699.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106095.0, 518404.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106058.0, 518283.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106019.0, 518154.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 517995.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106108.0, 517785.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106122.0, 517679.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 517562.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106037.0, 517460.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 517383.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106074.0, 517311.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106189.0, 517244.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 517321.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106158.0, 517462.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 517586.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106198.0, 517717.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 517973.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106226.0, 518151.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106173.0, 518232.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 518311.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 518411.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 518498.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106281.0, 518591.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106379.0, 518583.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106395.0, 518546.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106435.0, 518523.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 518586.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 518659.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106419.0, 518711.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106420.0, 518807.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 518980.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 519016.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106315.0, 519004.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 519327.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106454.0, 519517.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 519730.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 519863.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106546.0, 520069.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 520156.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106734.0, 520186.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 520538.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 520892.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 521165.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 521442.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 521668.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 521909.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 521490.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 521076.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104056.0, 520816.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 520427.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 520049.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 519673.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 519294.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104263.0, 518923.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 518680.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 518439.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 518292.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 518235.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 518258.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104328.0, 518318.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 518384.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104119.0, 518358.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104126.0, 518162.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 517946.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 517682.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 517451.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 517251.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 517094.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 517061.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104023.0, 517216.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 517404.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 517594.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 517959.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103766.0, 518256.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 518546.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 518852.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 518959.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 519220.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 518636.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 517861.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 517276.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 516866.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 516322.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 516197.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 516078.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 516022.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 515966.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 515504.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 515204.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 514980.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103854.0, 514862.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 514887.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 514967.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104408.0, 515097.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 515216.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 515324.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 515403.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 515437.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 515414.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105029.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105079.0, 515386.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 515346.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 515296.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105710.0, 515241.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 515190.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 515228.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106854.0, 515250.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107163.0, 515308.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107364.0, 515399.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107535.0, 515503.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 515870.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 515936.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104475.0, 515535.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 515351.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 515203.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104015.0, 515132.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 515080.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 514989.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 514936.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 515064.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 515275.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 515433.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104999.0, 515491.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 105162.0, 515929.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 515936.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 522348.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 107072.0, 522314.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 522163.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106975.0, 522031.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106786.0, 521905.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106540.0, 521788.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106295.0, 521629.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 521478.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 105860.0, 521442.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 521557.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 105854.0, 521737.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 105986.0, 521890.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106293.0, 522075.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106549.0, 522226.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 522307.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 522348.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 524801.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 524751.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106486.0, 524679.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 524401.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106552.0, 524088.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106570.0, 523818.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 523488.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 523222.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106910.0, 523010.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106861.0, 522963.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 522949.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106371.0, 522995.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106066.0, 523085.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 523078.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 523119.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 523274.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105418.0, 523440.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 523611.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105632.0, 523799.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 524016.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105834.0, 524229.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 524446.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106128.0, 524696.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 524801.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.0 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.1 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.7 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 515290.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.08 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 515500.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.25 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 514720.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.1 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.1 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.31 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.31 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.16 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.34 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.16 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.22 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.58 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 506423.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.12 }, "geometry": { "type": "Point", "coordinates": [ 104660.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.53 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.4 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506825.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.72 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 506783.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.2 }, "geometry": { "type": "Point", "coordinates": [ 105025.0, 506338.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.2 }, "geometry": { "type": "Point", "coordinates": [ 105525.0, 506740.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.75 }, "geometry": { "type": "Point", "coordinates": [ 105460.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 506418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.39 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.4 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 506343.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105508.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 506933.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.0 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.25 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.65 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.6 }, "geometry": { "type": "Point", "coordinates": [ 106620.0, 506910.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.0 }, "geometry": { "type": "Point", "coordinates": [ 106460.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.4 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.22 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509471.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.77 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.12 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.85 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.58 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.48 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509088.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.62 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.9 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 508948.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.99 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.07 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.21 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.12 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.77 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.55 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.41 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.8 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.22 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.78 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.8 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.05 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.92 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.2 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.95 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.45 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.88 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.92 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.68 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.2 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.54 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.08 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.24 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.25 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.25 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.25 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.98 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.01 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.94 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.17 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.93 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.31 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.45 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.78 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.89 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.28 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508947.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.09 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.58 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.03 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.56 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.16 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.14 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.19 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 508622.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.8200001 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.08 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.12 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.27 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.23 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510082.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.2 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.29 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.17 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.38 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.29 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.28 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.77 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.32 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.89 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.97 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.23 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.84 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.31 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 509464.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.08 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.78 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.53 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.7 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.4300001 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.27 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.63 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.04 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 510049.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.38 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.25 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.15 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.14 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 509852.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.66 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 509802.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.14 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.02 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.11 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509653.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.17 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.4400001 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509554.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.56 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.42 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.24 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.23 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 507062.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.1900001 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.04 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.24 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.91 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.79 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.36 }, "geometry": { "type": "Point", "coordinates": [ 103665.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.08 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.61 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.47 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.59 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.64 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.77 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.74 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.3200001 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.59 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.55 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.24 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.1400001 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.09 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.73 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.03 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.39 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.07 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.05 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.01 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.23 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.57 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.48 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.19 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.55 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.14 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.25 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.55 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.75 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.64 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.61 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.57 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.59 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.78 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.87 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.28 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.86 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.51 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5700001 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.51 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9200001 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.54 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.3800001 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.35 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.57 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.28 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.44 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.27 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.37 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.32 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.44 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.32 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.26 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.27 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.32 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.21 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.23 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.34 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.18 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.97 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.42 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.22 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.18 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.04 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.35 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.06 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507064.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.46 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.04 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.29 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.79 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.79 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.05 }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.79 }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.6 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.89 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.93 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.08 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.42 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.32 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.81 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 512190.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.7 }, "geometry": { "type": "Point", "coordinates": [ 109019.0, 512181.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.23 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.6 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.89 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508240.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.1 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.4 }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.4 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.6 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.93 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.46 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6500001 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.25 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.5700001 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.79 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.3 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.01 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6700001 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.16 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.37 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.99 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.37 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.72 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.74 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.95 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.35 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.78 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.23 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.33 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.6800001 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.91 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.08 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.8 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.8200001 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.43 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.4 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.66 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.81 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.53 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.31 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.62 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.16 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.32 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.6 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 503360.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.1 }, "geometry": { "type": "Point", "coordinates": [ 105575.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 503409.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 503432.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 503434.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 105268.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 503097.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.29 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 503939.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 503232.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.1 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 503152.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105433.0, 503654.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105665.0, 503272.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.75 }, "geometry": { "type": "Point", "coordinates": [ 105003.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 504810.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 105410.0, 504853.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.71 }, "geometry": { "type": "Point", "coordinates": [ 105615.0, 504828.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.41 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 504753.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.24 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 504898.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.31 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 504164.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.1 }, "geometry": { "type": "Point", "coordinates": [ 105918.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.6 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 504044.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.51 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 504845.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 504278.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.25 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.51 }, "geometry": { "type": "Point", "coordinates": [ 105715.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.51 }, "geometry": { "type": "Point", "coordinates": [ 106043.0, 504703.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.31 }, "geometry": { "type": "Point", "coordinates": [ 106235.0, 504635.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.61 }, "geometry": { "type": "Point", "coordinates": [ 106430.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.4 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 504523.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.5 }, "geometry": { "type": "Point", "coordinates": [ 106853.0, 504458.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.91 }, "geometry": { "type": "Point", "coordinates": [ 106830.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.91 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 504016.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.6 }, "geometry": { "type": "Point", "coordinates": [ 106188.0, 504054.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.71 }, "geometry": { "type": "Point", "coordinates": [ 106313.0, 504286.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 106625.0, 504900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.39 }, "geometry": { "type": "Point", "coordinates": [ 105415.0, 505120.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505082.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105580.0, 505579.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 105975.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.7 }, "geometry": { "type": "Point", "coordinates": [ 105523.0, 505916.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 105098.0, 505976.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 105035.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.11 }, "geometry": { "type": "Point", "coordinates": [ 106243.0, 505052.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 505210.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.3 }, "geometry": { "type": "Point", "coordinates": [ 106898.0, 505529.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 106858.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.61 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 505030.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.11 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.61 }, "geometry": { "type": "Point", "coordinates": [ 106318.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 505480.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506116.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.65 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.2 }, "geometry": { "type": "Point", "coordinates": [ 105545.0, 506024.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.2 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 506238.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 106820.0, 506084.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 106530.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.41 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 506090.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.27 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.33 }, "geometry": { "type": "Point", "coordinates": [ 102754.0, 501964.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.95 }, "geometry": { "type": "Point", "coordinates": [ 102737.0, 501967.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.4 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 501983.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1500001 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 501732.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.3 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.43 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.58 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.17 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.86 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.55 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.65 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.01 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.16 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.35 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.72 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.65 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.85 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.66 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.17 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.66 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.75 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.47 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.25 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.09 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.86 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.97 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.11 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.86 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.49 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.9 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.49 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.89 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.51 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.85 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.36 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.2 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.72 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.81 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.3 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.54 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.59 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.08 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.26 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.28 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 504875.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.66 }, "geometry": { "type": "Point", "coordinates": [ 105090.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.07 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.61 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.94 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.45 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.25 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.6 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.05 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.8 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.2 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.87 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.4 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.3 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.8 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.14 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.81 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.69 }, "geometry": { "type": "Point", "coordinates": [ 107780.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.41 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.41 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.8 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.71 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.53 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.72 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.9 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.1 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.36 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.7 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.89 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.9 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.4 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.8 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.4 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.71 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.8 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.55 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.26 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.01 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.31 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.72 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.45 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.09 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.38 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.54 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.17 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.22 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.05 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.85 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.97 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.1900001 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.21 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.56 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.37 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.45 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.06 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.73 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.83 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.19 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.79 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.76 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.9 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": 9.3500004 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.64 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.99 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.83 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.72 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.51 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.6500001 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.7 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.21 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.1900001 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.1900001 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.32 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.19 }, "geometry": { "type": "Point", "coordinates": [ 101609.0, 503095.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.29 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.18 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.71 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.92 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.92 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.4299998 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.75 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.24 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.57 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.2 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.16 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.15 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.1900001 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.16 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.9 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.31 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.16 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.15 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.49 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.31 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.68 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 501991.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.84 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.1 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.2 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.91 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "value": 5.2 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.79 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.9 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.8 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.44 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.75 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.01 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.87 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.0 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.7 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.79 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.44 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.19 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.77 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.85 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.47 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.31 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.92 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.15 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.5 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.81 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.59 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 498705.0 ] } }, +{ "type": "Feature", "properties": { "value": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.2 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.26 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.49 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "value": 4.4 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.99 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.99 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.29 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values.geojson new file mode 100644 index 0000000..ebb8fdb --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values.geojson @@ -0,0 +1,62 @@ +{ +"type": "FeatureCollection", +"name": "TS11_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102384.0, 513017.0 ], [ 102499.0, 513192.0 ], [ 102823.0, 513641.0 ], [ 103145.0, 514093.0 ], [ 103372.0, 514473.0 ], [ 103423.0, 514762.0 ], [ 103322.0, 515180.0 ], [ 103260.0, 515477.0 ], [ 103222.0, 515643.0 ], [ 103034.0, 516017.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104915.0, 512189.0 ], [ 104913.0, 512180.0 ] ], [ [ 104060.0, 512089.0 ], [ 104141.0, 512256.0 ], [ 104291.0, 512453.0 ], [ 104564.0, 512564.0 ], [ 104837.0, 512646.0 ], [ 105126.0, 512634.0 ], [ 105350.0, 512574.0 ], [ 105559.0, 512515.0 ], [ 105632.0, 512452.0 ], [ 105654.0, 512256.0 ], [ 105625.0, 512024.0 ] ], [ [ 104915.0, 512189.0 ], [ 104922.0, 512217.0 ], [ 104949.0, 512251.0 ], [ 104976.0, 512271.0 ], [ 105003.0, 512278.0 ], [ 105020.0, 512278.0 ], [ 105057.0, 512241.0 ], [ 105067.0, 512180.0 ], [ 105091.0, 512082.0 ], [ 105111.0, 511974.0 ], [ 105135.0, 511903.0 ], [ 105257.0, 511856.0 ], [ 105311.0, 511849.0 ], [ 105378.0, 511856.0 ], [ 105466.0, 511869.0 ], [ 105527.0, 511893.0 ], [ 105544.0, 511916.0 ], [ 105591.0, 511950.0 ], [ 105608.0, 511967.0 ], [ 105629.0, 511998.0 ], [ 105625.0, 512024.0 ] ], [ [ 104913.0, 512180.0 ], [ 104864.0, 511998.0 ], [ 104834.0, 511835.0 ] ], [ [ 104834.0, 511835.0 ], [ 104834.0, 511812.0 ], [ 104838.0, 511798.0 ], [ 104851.0, 511781.0 ], [ 104878.0, 511778.0 ], [ 104902.0, 511801.0 ], [ 104915.0, 511839.0 ], [ 104949.0, 511899.0 ], [ 104969.0, 511991.0 ], [ 104980.0, 512021.0 ], [ 104996.0, 512031.0 ], [ 105007.0, 512028.0 ], [ 105017.0, 512008.0 ], [ 105020.0, 511981.0 ], [ 105017.0, 511927.0 ], [ 105003.0, 511842.0 ], [ 105000.0, 511761.0 ], [ 105020.0, 511730.0 ], [ 105064.0, 511680.0 ], [ 105122.0, 511649.0 ], [ 105143.0, 511649.0 ] ], [ [ 104060.0, 512089.0 ], [ 104036.0, 512055.0 ], [ 104019.0, 512021.0 ], [ 104019.0, 511977.0 ], [ 104036.0, 511856.0 ], [ 104053.0, 511798.0 ], [ 104084.0, 511747.0 ], [ 104128.0, 511700.0 ], [ 104158.0, 511663.0 ], [ 104190.0, 511632.0 ] ], [ [ 104573.0, 511397.0 ], [ 104424.0, 511510.0 ], [ 104190.0, 511632.0 ] ], [ [ 103024.0, 508490.0 ], [ 103221.0, 508206.0 ], [ 103330.0, 507901.0 ], [ 103406.0, 507658.0 ], [ 103534.0, 507513.0 ], [ 103677.0, 507421.0 ], [ 103799.0, 507333.0 ], [ 103806.0, 507232.0 ], [ 103645.0, 507079.0 ], [ 103407.0, 506930.0 ], [ 103188.0, 506740.0 ], [ 103085.0, 506548.0 ], [ 103075.0, 506352.0 ], [ 102941.0, 506225.0 ], [ 102786.0, 506114.0 ], [ 102791.0, 505989.0 ], [ 102926.0, 505908.0 ], [ 103073.0, 505750.0 ], [ 103034.0, 505713.0 ], [ 102862.0, 505723.0 ], [ 102711.0, 505624.0 ], [ 102616.0, 505618.0 ], [ 102515.0, 505615.0 ], [ 102469.0, 505581.0 ], [ 102497.0, 505518.0 ], [ 102546.0, 505427.0 ], [ 102512.0, 505382.0 ], [ 102334.0, 505387.0 ], [ 102078.0, 505403.0 ], [ 101842.0, 505307.0 ], [ 101537.0, 505260.0 ], [ 101359.0, 505277.0 ], [ 101285.0, 505333.0 ] ], [ [ 104573.0, 511397.0 ], [ 104592.0, 511379.0 ], [ 104609.0, 511350.0 ], [ 104624.0, 511297.0 ], [ 104630.0, 511244.0 ], [ 104624.0, 511210.0 ], [ 104615.0, 511196.0 ], [ 104585.0, 511163.0 ], [ 104553.0, 511133.0 ], [ 104516.0, 511094.0 ], [ 104491.0, 511078.0 ], [ 104434.0, 511052.0 ] ], [ [ 102977.0, 508643.0 ], [ 103010.0, 508639.0 ], [ 103113.0, 508662.0 ], [ 103135.0, 508657.0 ], [ 103158.0, 508635.0 ], [ 103144.0, 508608.0 ], [ 103095.0, 508590.0 ], [ 103033.0, 508581.0 ], [ 103002.0, 508563.0 ], [ 102988.0, 508528.0 ], [ 102997.0, 508510.0 ], [ 103024.0, 508490.0 ] ], [ [ 105143.0, 511649.0 ], [ 105300.0, 511616.0 ], [ 105490.0, 511608.0 ], [ 105643.0, 511466.0 ], [ 105711.0, 511292.0 ], [ 105718.0, 511051.0 ], [ 105649.0, 510735.0 ], [ 105604.0, 510372.0 ], [ 105614.0, 510152.0 ], [ 105689.0, 509961.0 ], [ 105703.0, 509770.0 ], [ 105678.0, 509548.0 ], [ 105546.0, 509392.0 ], [ 105319.0, 509302.0 ], [ 105114.0, 509243.0 ], [ 104944.0, 509050.0 ], [ 104886.0, 508863.0 ], [ 104949.0, 508550.0 ], [ 104881.0, 508298.0 ], [ 104757.0, 508167.0 ], [ 104677.0, 508055.0 ], [ 104639.0, 507873.0 ], [ 104508.0, 507637.0 ], [ 104415.0, 507494.0 ], [ 104322.0, 507422.0 ], [ 104249.0, 507433.0 ], [ 104253.0, 507606.0 ], [ 104281.0, 507905.0 ], [ 104317.0, 508093.0 ], [ 104409.0, 508169.0 ], [ 104589.0, 508309.0 ], [ 104645.0, 508607.0 ], [ 104531.0, 508849.0 ], [ 104451.0, 508942.0 ], [ 104251.0, 508912.0 ], [ 103995.0, 508825.0 ], [ 103755.0, 508764.0 ], [ 103521.0, 508786.0 ], [ 103313.0, 508893.0 ], [ 103077.0, 508901.0 ], [ 102954.0, 508849.0 ], [ 102871.0, 508725.0 ], [ 102875.0, 508658.0 ], [ 102977.0, 508643.0 ] ], [ [ 103353.0, 515969.0 ], [ 103350.0, 515496.0 ], [ 103429.0, 515136.0 ], [ 103571.0, 514761.0 ], [ 103781.0, 514436.0 ], [ 103895.0, 514240.0 ], [ 103798.0, 514000.0 ], [ 103525.0, 513753.0 ], [ 103298.0, 513411.0 ], [ 103213.0, 513060.0 ], [ 103035.0, 512760.0 ], [ 102801.0, 512467.0 ], [ 102653.0, 512139.0 ], [ 102633.0, 511798.0 ], [ 102689.0, 511498.0 ], [ 102823.0, 511220.0 ], [ 103046.0, 510936.0 ], [ 103438.0, 510676.0 ], [ 103623.0, 510647.0 ], [ 103845.0, 510670.0 ], [ 104047.0, 510759.0 ], [ 104179.0, 510904.0 ], [ 104322.0, 510999.0 ], [ 104434.0, 511052.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 109501.0, 511127.0 ], [ 109293.0, 511413.0 ], [ 109128.0, 511890.0 ], [ 109092.0, 512280.0 ], [ 109226.0, 512590.0 ], [ 109379.0, 512766.0 ], [ 109532.0, 512975.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104011.0, 511242.0 ], [ 104042.0, 511261.0 ], [ 104087.0, 511281.0 ], [ 104114.0, 511304.0 ], [ 104183.0, 511340.0 ], [ 104231.0, 511363.0 ], [ 104297.0, 511379.0 ], [ 104365.0, 511376.0 ], [ 104386.0, 511370.0 ], [ 104438.0, 511321.0 ], [ 104447.0, 511297.0 ], [ 104450.0, 511278.0 ], [ 104443.0, 511254.0 ], [ 104431.0, 511225.0 ], [ 104405.0, 511197.0 ], [ 104381.0, 511160.0 ], [ 104368.0, 511136.0 ], [ 104343.0, 511114.0 ], [ 104336.0, 511105.0 ], [ 104304.0, 511087.0 ], [ 104294.0, 511078.0 ] ], [ [ 104294.0, 511078.0 ], [ 104205.0, 511016.0 ] ], [ [ 103788.0, 510952.0 ], [ 103862.0, 511109.0 ], [ 104011.0, 511242.0 ] ], [ [ 104205.0, 511016.0 ], [ 104145.0, 510975.0 ], [ 103908.0, 510881.0 ], [ 103806.0, 510876.0 ], [ 103780.0, 510905.0 ], [ 103788.0, 510952.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106194.0, 511251.0 ], [ 106249.0, 511327.0 ], [ 106418.0, 511500.0 ], [ 106578.0, 511683.0 ], [ 106683.0, 511988.0 ], [ 106673.0, 512360.0 ], [ 106714.0, 512606.0 ], [ 106887.0, 512810.0 ], [ 107138.0, 512810.0 ], [ 107418.0, 512595.0 ], [ 107530.0, 512210.0 ], [ 107469.0, 511827.0 ], [ 107238.0, 511518.0 ], [ 106940.0, 511294.0 ], [ 106627.0, 511204.0 ], [ 106316.0, 511086.0 ], [ 106157.0, 511039.0 ], [ 106107.0, 511094.0 ], [ 106156.0, 511214.0 ], [ 106194.0, 511251.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102644.0, 510855.0 ], [ 102680.0, 510828.0 ], [ 102712.0, 510801.0 ], [ 102719.0, 510792.0 ], [ 102720.0, 510774.0 ], [ 102707.0, 510759.0 ], [ 102688.0, 510742.0 ], [ 102663.0, 510732.0 ], [ 102579.0, 510713.0 ], [ 102544.0, 510712.0 ], [ 102532.0, 510709.0 ] ], [ [ 102230.0, 510522.0 ], [ 102364.0, 510643.0 ], [ 102505.0, 510705.0 ], [ 102532.0, 510709.0 ] ], [ [ 102644.0, 510855.0 ], [ 102615.0, 510882.0 ], [ 102413.0, 511002.0 ], [ 102265.0, 511136.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103219.0, 509144.0 ], [ 103329.0, 509168.0 ], [ 103441.0, 509235.0 ], [ 103503.0, 509397.0 ], [ 103351.0, 509520.0 ], [ 103304.0, 509650.0 ], [ 103340.0, 509763.0 ], [ 103459.0, 509821.0 ], [ 103606.0, 509855.0 ], [ 103730.0, 509730.0 ], [ 103758.0, 509425.0 ], [ 103814.0, 509280.0 ], [ 103963.0, 509193.0 ], [ 104209.0, 509167.0 ], [ 104451.0, 509151.0 ], [ 104655.0, 509170.0 ], [ 104784.0, 509330.0 ], [ 104755.0, 509586.0 ], [ 104569.0, 509694.0 ], [ 104314.0, 509763.0 ] ], [ [ 103219.0, 509144.0 ], [ 103203.0, 509142.0 ], [ 103179.0, 509135.0 ], [ 103159.0, 509119.0 ], [ 103154.0, 509108.0 ], [ 103159.0, 509095.0 ], [ 103178.0, 509091.0 ], [ 103197.0, 509081.0 ], [ 103206.0, 509061.0 ], [ 103202.0, 509050.0 ], [ 103188.0, 509036.0 ], [ 103165.0, 509026.0 ] ], [ [ 101894.0, 508777.0 ], [ 102151.0, 508802.0 ], [ 102506.0, 508841.0 ], [ 102793.0, 508901.0 ], [ 102971.0, 508965.0 ], [ 103121.0, 509014.0 ], [ 103165.0, 509026.0 ] ], [ [ 102681.0, 510538.0 ], [ 102703.0, 510550.0 ], [ 102737.0, 510560.0 ], [ 102774.0, 510567.0 ], [ 102808.0, 510569.0 ], [ 102860.0, 510559.0 ], [ 102895.0, 510554.0 ], [ 102917.0, 510542.0 ], [ 102944.0, 510517.0 ], [ 102971.0, 510495.0 ], [ 102994.0, 510468.0 ], [ 103011.0, 510444.0 ], [ 103021.0, 510424.0 ], [ 103035.0, 510370.0 ], [ 103033.0, 510347.0 ], [ 103028.0, 510323.0 ] ], [ [ 102681.0, 510538.0 ], [ 102625.0, 510513.0 ], [ 102526.0, 510428.0 ], [ 102400.0, 510334.0 ], [ 102212.0, 510257.0 ] ], [ [ 104365.0, 510046.0 ], [ 104283.0, 510091.0 ], [ 104174.0, 510208.0 ], [ 103926.0, 510285.0 ], [ 103707.0, 510320.0 ], [ 103521.0, 510293.0 ], [ 103382.0, 510187.0 ], [ 103208.0, 510033.0 ], [ 103057.0, 509993.0 ], [ 102952.0, 510038.0 ], [ 102961.0, 510151.0 ], [ 103008.0, 510235.0 ], [ 103028.0, 510323.0 ] ], [ [ 104314.0, 509763.0 ], [ 104291.0, 509768.0 ], [ 104282.0, 509812.0 ], [ 104295.0, 509870.0 ], [ 104407.0, 509897.0 ], [ 104487.0, 509902.0 ], [ 104505.0, 509911.0 ], [ 104514.0, 509937.0 ], [ 104509.0, 509973.0 ], [ 104483.0, 509995.0 ], [ 104425.0, 510031.0 ], [ 104398.0, 510031.0 ], [ 104365.0, 510046.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101929.0, 508941.0 ], [ 102134.0, 508931.0 ], [ 102442.0, 508966.0 ], [ 102707.0, 509010.0 ], [ 102818.0, 509053.0 ], [ 102929.0, 509155.0 ], [ 103161.0, 509176.0 ], [ 103315.0, 509225.0 ] ], [ [ 102684.0, 510497.0 ], [ 102702.0, 510512.0 ], [ 102722.0, 510525.0 ], [ 102739.0, 510530.0 ], [ 102771.0, 510528.0 ], [ 102838.0, 510520.0 ], [ 102862.0, 510512.0 ], [ 102902.0, 510481.0 ], [ 102927.0, 510443.0 ], [ 102936.0, 510414.0 ], [ 102937.0, 510402.0 ], [ 102937.0, 510372.0 ], [ 102932.0, 510337.0 ], [ 102927.0, 510314.0 ] ], [ [ 102684.0, 510497.0 ], [ 102535.0, 510387.0 ], [ 102404.0, 510257.0 ], [ 102184.0, 510124.0 ] ], [ [ 103297.0, 509293.0 ], [ 103174.0, 509346.0 ], [ 102911.0, 509574.0 ], [ 102829.0, 509949.0 ], [ 102840.0, 510093.0 ], [ 102917.0, 510249.0 ], [ 102927.0, 510314.0 ] ], [ [ 103297.0, 509293.0 ], [ 103323.0, 509281.0 ], [ 103329.0, 509273.0 ], [ 103333.0, 509261.0 ], [ 103332.0, 509241.0 ], [ 103321.0, 509227.0 ], [ 103315.0, 509225.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107657.0, 510334.0 ], [ 107689.0, 510544.0 ], [ 107823.0, 510802.0 ], [ 108053.0, 510991.0 ], [ 108380.0, 511218.0 ], [ 108544.0, 511365.0 ], [ 108692.0, 511529.0 ], [ 108785.0, 511592.0 ], [ 108847.0, 511533.0 ], [ 108681.0, 511271.0 ], [ 108514.0, 511110.0 ], [ 108348.0, 510987.0 ], [ 108164.0, 510774.0 ], [ 108068.0, 510485.0 ], [ 107911.0, 510259.0 ], [ 107685.0, 510238.0 ], [ 107657.0, 510334.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104314.0, 510247.0 ], [ 104360.0, 510327.0 ], [ 104482.0, 510317.0 ], [ 104572.0, 510304.0 ], [ 104729.0, 510306.0 ], [ 104804.0, 510277.0 ], [ 104787.0, 510230.0 ], [ 104551.0, 510212.0 ], [ 104415.0, 510177.0 ], [ 104314.0, 510203.0 ], [ 104314.0, 510247.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102222.0, 510389.0 ], [ 102352.0, 510426.0 ], [ 102481.0, 510518.0 ], [ 102601.0, 510585.0 ], [ 102752.0, 510643.0 ], [ 102883.0, 510631.0 ], [ 103010.0, 510555.0 ], [ 103076.0, 510456.0 ], [ 103083.0, 510265.0 ], [ 102997.0, 510137.0 ], [ 102997.0, 510072.0 ], [ 103114.0, 510080.0 ], [ 103268.0, 510156.0 ], [ 103335.0, 510277.0 ], [ 103286.0, 510383.0 ], [ 103175.0, 510511.0 ], [ 103082.0, 510612.0 ], [ 102929.0, 510769.0 ], [ 102755.0, 510922.0 ], [ 102531.0, 511073.0 ], [ 102383.0, 511207.0 ], [ 102269.0, 511360.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103413.0, 509117.0 ], [ 103485.0, 509172.0 ], [ 103563.0, 509359.0 ], [ 103542.0, 509497.0 ], [ 103429.0, 509593.0 ], [ 103419.0, 509619.0 ] ], [ [ 103315.0, 509052.0 ], [ 103296.0, 509063.0 ], [ 103283.0, 509099.0 ], [ 103283.0, 509108.0 ], [ 103296.0, 509121.0 ], [ 103327.0, 509117.0 ], [ 103376.0, 509108.0 ], [ 103413.0, 509117.0 ] ], [ [ 103491.0, 509675.0 ], [ 103520.0, 509680.0 ], [ 103652.0, 509580.0 ], [ 103695.0, 509447.0 ], [ 103775.0, 509247.0 ], [ 103909.0, 509175.0 ], [ 104077.0, 509120.0 ], [ 104201.0, 509101.0 ], [ 104259.0, 509042.0 ], [ 104193.0, 508956.0 ], [ 104006.0, 508916.0 ], [ 103836.0, 508890.0 ] ], [ [ 103836.0, 508890.0 ], [ 103755.0, 508887.0 ], [ 103578.0, 508935.0 ], [ 103315.0, 509052.0 ] ], [ [ 103491.0, 509675.0 ], [ 103448.0, 509674.0 ], [ 103421.0, 509670.0 ], [ 103412.0, 509661.0 ], [ 103412.0, 509647.0 ], [ 103419.0, 509619.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103944.0, 509310.0 ], [ 103892.0, 509364.0 ], [ 103865.0, 509485.0 ], [ 103993.0, 509611.0 ], [ 104291.0, 509632.0 ], [ 104554.0, 509571.0 ], [ 104657.0, 509448.0 ], [ 104582.0, 509261.0 ], [ 104320.0, 509200.0 ], [ 104084.0, 509239.0 ], [ 103994.0, 509267.0 ], [ 103944.0, 509310.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107575.0, 508836.0 ], [ 107481.0, 509100.0 ], [ 107456.0, 509205.0 ], [ 107544.0, 509242.0 ], [ 107691.0, 509181.0 ], [ 107833.0, 509136.0 ], [ 107947.0, 509032.0 ], [ 107891.0, 508846.0 ], [ 107691.0, 508762.0 ], [ 107621.0, 508775.0 ], [ 107575.0, 508836.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107381.0, 508671.0 ], [ 107292.0, 508755.0 ] ], [ [ 107292.0, 508755.0 ], [ 107257.0, 508829.0 ], [ 107172.0, 509134.0 ], [ 107056.0, 509458.0 ], [ 107078.0, 509644.0 ], [ 107201.0, 509715.0 ], [ 107457.0, 509549.0 ], [ 107664.0, 509384.0 ], [ 107915.0, 509276.0 ], [ 108103.0, 509071.0 ], [ 108042.0, 508829.0 ], [ 107779.0, 508690.0 ], [ 107602.0, 508609.0 ], [ 107398.0, 508660.0 ], [ 107381.0, 508671.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104292.0, 508684.0 ], [ 104251.0, 508662.0 ], [ 104228.0, 508626.0 ], [ 104224.0, 508599.0 ], [ 104224.0, 508568.0 ], [ 104242.0, 508550.0 ], [ 104309.0, 508555.0 ], [ 104362.0, 508555.0 ], [ 104393.0, 508546.0 ], [ 104425.0, 508532.0 ], [ 104438.0, 508510.0 ], [ 104425.0, 508483.0 ], [ 104424.0, 508486.0 ] ], [ [ 103372.0, 508200.0 ], [ 103334.0, 508333.0 ], [ 103341.0, 508525.0 ], [ 103554.0, 508689.0 ], [ 103789.0, 508683.0 ], [ 104035.0, 508720.0 ], [ 104212.0, 508822.0 ], [ 104333.0, 508883.0 ], [ 104453.0, 508873.0 ], [ 104466.0, 508790.0 ], [ 104292.0, 508684.0 ] ], [ [ 104424.0, 508486.0 ], [ 104301.0, 508405.0 ], [ 104205.0, 508301.0 ], [ 104166.0, 508003.0 ], [ 104104.0, 507780.0 ], [ 103950.0, 507687.0 ], [ 103851.0, 507729.0 ], [ 103870.0, 507873.0 ], [ 103861.0, 508042.0 ], [ 103687.0, 508060.0 ], [ 103530.0, 508003.0 ], [ 103432.0, 508045.0 ], [ 103372.0, 508200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102818.0, 508453.0 ], [ 102858.0, 508435.0 ], [ 102868.0, 508406.0 ], [ 102843.0, 508357.0 ], [ 102794.0, 508288.0 ], [ 102769.0, 508239.0 ], [ 102760.0, 508199.0 ], [ 102765.0, 508160.0 ], [ 102784.0, 508140.0 ], [ 102878.0, 508115.0 ], [ 102951.0, 508076.0 ], [ 103020.0, 508042.0 ], [ 103050.0, 508017.0 ], [ 103050.0, 508002.0 ], [ 103015.0, 507978.0 ], [ 102942.0, 507948.0 ], [ 102873.0, 507933.0 ], [ 102828.0, 507904.0 ], [ 102809.0, 507884.0 ], [ 102789.0, 507850.0 ], [ 102819.0, 507742.0 ], [ 102873.0, 507707.0 ], [ 102937.0, 507702.0 ], [ 103025.0, 507683.0 ], [ 103045.0, 507668.0 ], [ 103050.0, 507658.0 ], [ 103040.0, 507604.0 ], [ 103001.0, 507560.0 ], [ 102932.0, 507545.0 ], [ 102868.0, 507540.0 ], [ 102843.0, 507520.0 ], [ 102833.0, 507496.0 ], [ 102839.0, 507485.0 ] ], [ [ 102818.0, 508453.0 ], [ 102669.0, 508508.0 ], [ 102353.0, 508526.0 ], [ 102043.0, 508492.0 ], [ 101811.0, 508395.0 ] ], [ [ 101645.0, 507423.0 ], [ 101926.0, 507425.0 ], [ 102111.0, 507495.0 ], [ 102352.0, 507565.0 ], [ 102577.0, 507553.0 ], [ 102766.0, 507413.0 ], [ 102842.0, 507281.0 ], [ 102908.0, 507225.0 ], [ 103008.0, 507169.0 ], [ 103006.0, 507101.0 ], [ 102863.0, 507074.0 ], [ 102673.0, 506980.0 ], [ 102557.0, 506818.0 ], [ 102528.0, 506643.0 ], [ 102557.0, 506475.0 ], [ 102661.0, 506330.0 ], [ 102829.0, 506369.0 ], [ 102963.0, 506476.0 ], [ 102927.0, 506717.0 ], [ 102837.0, 506723.0 ], [ 102750.0, 506731.0 ], [ 102710.0, 506800.0 ], [ 102732.0, 506912.0 ], [ 102755.0, 506944.0 ], [ 102853.0, 506945.0 ], [ 102999.0, 506889.0 ], [ 103145.0, 506907.0 ], [ 103483.0, 507038.0 ], [ 103570.0, 507112.0 ], [ 103533.0, 507284.0 ], [ 103402.0, 507369.0 ], [ 103283.0, 507342.0 ], [ 103124.0, 507245.0 ], [ 102978.0, 507240.0 ], [ 102846.0, 507345.0 ], [ 102834.0, 507452.0 ], [ 102839.0, 507485.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105425.0, 507477.0 ], [ 105497.0, 507582.0 ], [ 105562.0, 507697.0 ], [ 105687.0, 507738.0 ], [ 105758.0, 507631.0 ], [ 105704.0, 507473.0 ], [ 105580.0, 507399.0 ], [ 105472.0, 507406.0 ], [ 105425.0, 507444.0 ], [ 105425.0, 507477.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105913.0, 505937.0 ], [ 105933.0, 506047.0 ], [ 105993.0, 506128.0 ], [ 106077.0, 506133.0 ], [ 106213.0, 506172.0 ], [ 106293.0, 506232.0 ], [ 106383.0, 506271.0 ], [ 106462.0, 506224.0 ], [ 106362.0, 505978.0 ], [ 106180.0, 505758.0 ], [ 106055.0, 505584.0 ], [ 105930.0, 505499.0 ] ], [ [ 105556.0, 505447.0 ], [ 105585.0, 505474.0 ], [ 105608.0, 505489.0 ], [ 105604.0, 505509.0 ], [ 105585.0, 505521.0 ], [ 105483.0, 505540.0 ], [ 105440.0, 505576.0 ], [ 105428.0, 505599.0 ], [ 105408.0, 505631.0 ], [ 105400.0, 505697.0 ], [ 105404.0, 505760.0 ], [ 105416.0, 505772.0 ], [ 105463.0, 505791.0 ], [ 105479.0, 505799.0 ], [ 105502.0, 505815.0 ], [ 105553.0, 505839.0 ], [ 105553.0, 505846.0 ], [ 105557.0, 505854.0 ], [ 105549.0, 505866.0 ], [ 105530.0, 505874.0 ], [ 105510.0, 505870.0 ], [ 105494.0, 505886.0 ], [ 105483.0, 505917.0 ], [ 105479.0, 505941.0 ], [ 105491.0, 505956.0 ], [ 105522.0, 505956.0 ], [ 105561.0, 505948.0 ], [ 105624.0, 505925.0 ], [ 105663.0, 505870.0 ], [ 105679.0, 505827.0 ], [ 105726.0, 505799.0 ], [ 105789.0, 505776.0 ], [ 105828.0, 505772.0 ], [ 105844.0, 505784.0 ], [ 105867.0, 505819.0 ], [ 105895.0, 505870.0 ], [ 105913.0, 505937.0 ] ], [ [ 105930.0, 505499.0 ], [ 105910.0, 505474.0 ], [ 105887.0, 505438.0 ], [ 105859.0, 505368.0 ], [ 105852.0, 505332.0 ], [ 105848.0, 505293.0 ], [ 105855.0, 505266.0 ], [ 105885.0, 505215.0 ] ], [ [ 106126.0, 506664.0 ], [ 106060.0, 506502.0 ], [ 105924.0, 506376.0 ], [ 105733.0, 506236.0 ], [ 105602.0, 506221.0 ], [ 105478.0, 506267.0 ], [ 105312.0, 506284.0 ], [ 105119.0, 506151.0 ], [ 104981.0, 506061.0 ], [ 104814.0, 506058.0 ], [ 104693.0, 506040.0 ], [ 104612.0, 505853.0 ], [ 104540.0, 505583.0 ], [ 104509.0, 505365.0 ], [ 104537.0, 505173.0 ], [ 104634.0, 505051.0 ], [ 104798.0, 505034.0 ], [ 104907.0, 504974.0 ], [ 104997.0, 504955.0 ], [ 105043.0, 504905.0 ], [ 105088.0, 504834.0 ], [ 105166.0, 504945.0 ], [ 105201.0, 505055.0 ], [ 105213.0, 505227.0 ], [ 105311.0, 505339.0 ], [ 105487.0, 505381.0 ], [ 105556.0, 505447.0 ] ], [ [ 105885.0, 505215.0 ], [ 105976.0, 505087.0 ], [ 106112.0, 504874.0 ], [ 106280.0, 504714.0 ] ], [ [ 106165.0, 504605.0 ], [ 106187.0, 504583.0 ], [ 106236.0, 504548.0 ], [ 106288.0, 504527.0 ], [ 106320.0, 504523.0 ], [ 106341.0, 504562.0 ], [ 106341.0, 504596.0 ], [ 106330.0, 504645.0 ], [ 106280.0, 504714.0 ] ], [ [ 104042.0, 506907.0 ], [ 104009.0, 506930.0 ], [ 103994.0, 506950.0 ], [ 103970.0, 506974.0 ], [ 103970.0, 506994.0 ], [ 104004.0, 507038.0 ], [ 104053.0, 507112.0 ], [ 104147.0, 507161.0 ], [ 104255.0, 507220.0 ], [ 104462.0, 507328.0 ], [ 104486.0, 507363.0 ], [ 104526.0, 507373.0 ], [ 104560.0, 507368.0 ], [ 104604.0, 507353.0 ], [ 104659.0, 507323.0 ], [ 104659.0, 507240.0 ], [ 104624.0, 507191.0 ], [ 104599.0, 507112.0 ], [ 104590.0, 507077.0 ], [ 104585.0, 507038.0 ], [ 104580.0, 507014.0 ], [ 104595.0, 506984.0 ], [ 104633.0, 506968.0 ] ], [ [ 109474.0, 509532.0 ], [ 109267.0, 509250.0 ], [ 109083.0, 509012.0 ], [ 108863.0, 508895.0 ], [ 108701.0, 508950.0 ], [ 108650.0, 509085.0 ], [ 108674.0, 509276.0 ], [ 108609.0, 509503.0 ], [ 108400.0, 509757.0 ], [ 108165.0, 509991.0 ], [ 107977.0, 510099.0 ], [ 107694.0, 510097.0 ], [ 107574.0, 510101.0 ], [ 107500.0, 510309.0 ], [ 107551.0, 510539.0 ], [ 107691.0, 510949.0 ], [ 107881.0, 511139.0 ], [ 108211.0, 511294.0 ], [ 108476.0, 511546.0 ], [ 108678.0, 511856.0 ], [ 108856.0, 512098.0 ], [ 108970.0, 512259.0 ], [ 108892.0, 512541.0 ], [ 108747.0, 512853.0 ], [ 108482.0, 513113.0 ], [ 108067.0, 513349.0 ], [ 107679.0, 513457.0 ], [ 107376.0, 513545.0 ], [ 107123.0, 513601.0 ], [ 106743.0, 513568.0 ], [ 106448.0, 513505.0 ], [ 106289.0, 513234.0 ], [ 106245.0, 512953.0 ], [ 106299.0, 512623.0 ], [ 106384.0, 512332.0 ], [ 106405.0, 511967.0 ], [ 106349.0, 511666.0 ], [ 106044.0, 511383.0 ], [ 105830.0, 511145.0 ], [ 105773.0, 510798.0 ], [ 105753.0, 510483.0 ], [ 105757.0, 510230.0 ], [ 105810.0, 509899.0 ], [ 105800.0, 509616.0 ], [ 105798.0, 509350.0 ], [ 105915.0, 509007.0 ], [ 106075.0, 508690.0 ], [ 106155.0, 508462.0 ], [ 106042.0, 508289.0 ], [ 105844.0, 508295.0 ], [ 105609.0, 508412.0 ], [ 105379.0, 508452.0 ], [ 105195.0, 508372.0 ], [ 105096.0, 508091.0 ], [ 105046.0, 507850.0 ], [ 104963.0, 507736.0 ], [ 104872.0, 507558.0 ], [ 104971.0, 507493.0 ], [ 105156.0, 507468.0 ], [ 105314.0, 507498.0 ], [ 105691.0, 507837.0 ], [ 105945.0, 507851.0 ], [ 106127.0, 507748.0 ], [ 106127.0, 507512.0 ], [ 105907.0, 507300.0 ], [ 105586.0, 507224.0 ], [ 105324.0, 507094.0 ], [ 105279.0, 506946.0 ], [ 105242.0, 506873.0 ], [ 105140.0, 506688.0 ], [ 105022.0, 506679.0 ], [ 104894.0, 506702.0 ], [ 104833.0, 506807.0 ], [ 104736.0, 506897.0 ], [ 104633.0, 506968.0 ] ], [ [ 104042.0, 506907.0 ], [ 104130.0, 506842.0 ], [ 104419.0, 506789.0 ], [ 104603.0, 506692.0 ], [ 104829.0, 506616.0 ], [ 104986.0, 506599.0 ], [ 105131.0, 506592.0 ], [ 105311.0, 506516.0 ], [ 105448.0, 506515.0 ], [ 105537.0, 506565.0 ], [ 105597.0, 506667.0 ], [ 105727.0, 506795.0 ], [ 105879.0, 506881.0 ], [ 105993.0, 506978.0 ], [ 106221.0, 507086.0 ], [ 106389.0, 507009.0 ], [ 106442.0, 506793.0 ], [ 106424.0, 506601.0 ], [ 106384.0, 506530.0 ] ], [ [ 106126.0, 506664.0 ], [ 106131.0, 506677.0 ], [ 106138.0, 506683.0 ], [ 106156.0, 506691.0 ], [ 106175.0, 506696.0 ], [ 106196.0, 506696.0 ], [ 106211.0, 506689.0 ], [ 106221.0, 506670.0 ], [ 106242.0, 506621.0 ], [ 106255.0, 506566.0 ], [ 106264.0, 506540.0 ], [ 106276.0, 506513.0 ], [ 106282.0, 506504.0 ], [ 106310.0, 506494.0 ], [ 106333.0, 506488.0 ], [ 106357.0, 506491.0 ], [ 106366.0, 506501.0 ], [ 106384.0, 506530.0 ] ], [ [ 106165.0, 504605.0 ], [ 106092.0, 504737.0 ], [ 105982.0, 504710.0 ], [ 105906.0, 504545.0 ], [ 105809.0, 504508.0 ], [ 105641.0, 504558.0 ], [ 105595.0, 504662.0 ], [ 105652.0, 504788.0 ], [ 105582.0, 504847.0 ], [ 105512.0, 504848.0 ], [ 105439.0, 504919.0 ], [ 105343.0, 504871.0 ], [ 105226.0, 504753.0 ], [ 105101.0, 504709.0 ], [ 104922.0, 504702.0 ], [ 104861.0, 504734.0 ], [ 104781.0, 504684.0 ], [ 104774.0, 504488.0 ], [ 104809.0, 504271.0 ], [ 104935.0, 504105.0 ], [ 105120.0, 504057.0 ], [ 105387.0, 504077.0 ], [ 105555.0, 504155.0 ], [ 105630.0, 504158.0 ], [ 105728.0, 504077.0 ], [ 105795.0, 503996.0 ], [ 105894.0, 503953.0 ], [ 105945.0, 503933.0 ], [ 106009.0, 503818.0 ], [ 105904.0, 503649.0 ], [ 105741.0, 503451.0 ], [ 105743.0, 503305.0 ], [ 105837.0, 503287.0 ], [ 105967.0, 503349.0 ], [ 106107.0, 503310.0 ], [ 106207.0, 503163.0 ], [ 106294.0, 502942.0 ], [ 106333.0, 502737.0 ], [ 106295.0, 502470.0 ], [ 106253.0, 502210.0 ], [ 106280.0, 501963.0 ], [ 106466.0, 501678.0 ], [ 106703.0, 501534.0 ], [ 107008.0, 501479.0 ], [ 107278.0, 501498.0 ], [ 107563.0, 501671.0 ], [ 107851.0, 501841.0 ], [ 108120.0, 501978.0 ], [ 108351.0, 502032.0 ], [ 108893.0, 502114.0 ], [ 109350.0, 502157.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103841.0, 506802.0 ], [ 103882.0, 506667.0 ], [ 103914.0, 506503.0 ], [ 104007.0, 506408.0 ], [ 104140.0, 506419.0 ], [ 104238.0, 506323.0 ], [ 104233.0, 506180.0 ], [ 104042.0, 506115.0 ], [ 103909.0, 506000.0 ], [ 103915.0, 505871.0 ], [ 104035.0, 505740.0 ], [ 104271.0, 505503.0 ], [ 104329.0, 505326.0 ], [ 104332.0, 505096.0 ], [ 104403.0, 504915.0 ], [ 104542.0, 504794.0 ], [ 104602.0, 504587.0 ], [ 104618.0, 504279.0 ], [ 104728.0, 503992.0 ], [ 104895.0, 503812.0 ], [ 105386.0, 503637.0 ], [ 105480.0, 503573.0 ], [ 105543.0, 503249.0 ], [ 105605.0, 502881.0 ], [ 105697.0, 502533.0 ], [ 105789.0, 501863.0 ], [ 105871.0, 501726.0 ], [ 105920.0, 501486.0 ], [ 105996.0, 501238.0 ], [ 106128.0, 501133.0 ], [ 106473.0, 501126.0 ], [ 106959.0, 501182.0 ], [ 107421.0, 501268.0 ], [ 107774.0, 501355.0 ], [ 107996.0, 501456.0 ], [ 108161.0, 501453.0 ], [ 108423.0, 501510.0 ], [ 108590.0, 501539.0 ], [ 108753.0, 501514.0 ], [ 108755.0, 501430.0 ], [ 108558.0, 501340.0 ], [ 108509.0, 501296.0 ] ], [ [ 103670.0, 506769.0 ], [ 103699.0, 506787.0 ], [ 103709.0, 506802.0 ], [ 103729.0, 506836.0 ], [ 103734.0, 506881.0 ], [ 103753.0, 506895.0 ], [ 103783.0, 506891.0 ], [ 103827.0, 506881.0 ], [ 103832.0, 506841.0 ], [ 103841.0, 506802.0 ] ], [ [ 108509.0, 501296.0 ], [ 108309.0, 501235.0 ], [ 108039.0, 501033.0 ], [ 107732.0, 500895.0 ], [ 107430.0, 500850.0 ], [ 107047.0, 500809.0 ], [ 106842.0, 500816.0 ], [ 106665.0, 500832.0 ], [ 106329.0, 500842.0 ], [ 106048.0, 500868.0 ], [ 105886.0, 500898.0 ], [ 105754.0, 501038.0 ], [ 105610.0, 501279.0 ], [ 105451.0, 501526.0 ], [ 105240.0, 501642.0 ], [ 104983.0, 501717.0 ], [ 104672.0, 501765.0 ], [ 104363.0, 501873.0 ], [ 104258.0, 502043.0 ], [ 104303.0, 502273.0 ], [ 104546.0, 502529.0 ], [ 104780.0, 502716.0 ], [ 104949.0, 502828.0 ], [ 105126.0, 502937.0 ], [ 105213.0, 503028.0 ], [ 105160.0, 503180.0 ], [ 105042.0, 503227.0 ], [ 104870.0, 503173.0 ], [ 104778.0, 503283.0 ], [ 104808.0, 503419.0 ], [ 104874.0, 503465.0 ], [ 105020.0, 503477.0 ], [ 105138.0, 503422.0 ], [ 105238.0, 503416.0 ], [ 105285.0, 503458.0 ], [ 105270.0, 503544.0 ], [ 105188.0, 503539.0 ], [ 105098.0, 503508.0 ], [ 105057.0, 503582.0 ], [ 105004.0, 503653.0 ], [ 104814.0, 503714.0 ], [ 104560.0, 503688.0 ], [ 104351.0, 503630.0 ], [ 104154.0, 503667.0 ], [ 104005.0, 503822.0 ], [ 103989.0, 503859.0 ], [ 103957.0, 503879.0 ], [ 103931.0, 503957.0 ], [ 103933.0, 504061.0 ], [ 103903.0, 504197.0 ], [ 103968.0, 504332.0 ], [ 103930.0, 504555.0 ], [ 103723.0, 504852.0 ], [ 103629.0, 505089.0 ], [ 103455.0, 505331.0 ], [ 103478.0, 505502.0 ], [ 103559.0, 505712.0 ], [ 103490.0, 505767.0 ], [ 103352.0, 505858.0 ], [ 103361.0, 505989.0 ], [ 103557.0, 506119.0 ], [ 103755.0, 506226.0 ], [ 103703.0, 506454.0 ], [ 103531.0, 506563.0 ], [ 103560.0, 506692.0 ], [ 103670.0, 506769.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104881.0, 506803.0 ], [ 104934.0, 506732.0 ], [ 105062.0, 506728.0 ], [ 105163.0, 506769.0 ], [ 105183.0, 506824.0 ], [ 105115.0, 506832.0 ], [ 105021.0, 506847.0 ], [ 104933.0, 506839.0 ], [ 104881.0, 506803.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105651.0, 506330.0 ], [ 105628.0, 506325.0 ], [ 105583.0, 506343.0 ], [ 105574.0, 506352.0 ], [ 105573.0, 506356.0 ], [ 105574.0, 506364.0 ], [ 105589.0, 506375.0 ], [ 105599.0, 506401.0 ], [ 105660.0, 506449.0 ], [ 105666.0, 506466.0 ], [ 105670.0, 506486.0 ], [ 105668.0, 506509.0 ], [ 105660.0, 506519.0 ], [ 105676.0, 506551.0 ], [ 105676.0, 506572.0 ], [ 105673.0, 506584.0 ], [ 105644.0, 506646.0 ], [ 105638.0, 506665.0 ], [ 105654.0, 506685.0 ] ], [ [ 105654.0, 506685.0 ], [ 105705.0, 506734.0 ], [ 105811.0, 506789.0 ], [ 105895.0, 506828.0 ], [ 105941.0, 506872.0 ] ], [ [ 105941.0, 506872.0 ], [ 105958.0, 506886.0 ], [ 105966.0, 506889.0 ], [ 105999.0, 506889.0 ], [ 105999.0, 506870.0 ], [ 105987.0, 506847.0 ], [ 105971.0, 506825.0 ], [ 105943.0, 506767.0 ], [ 105937.0, 506751.0 ], [ 105932.0, 506728.0 ], [ 105932.0, 506710.0 ], [ 105949.0, 506668.0 ], [ 105962.0, 506664.0 ], [ 105977.0, 506676.0 ], [ 106000.0, 506688.0 ], [ 106020.0, 506693.0 ], [ 106042.0, 506688.0 ], [ 106061.0, 506677.0 ], [ 106076.0, 506667.0 ], [ 106080.0, 506655.0 ], [ 106082.0, 506622.0 ], [ 106061.0, 506574.0 ], [ 106040.0, 506541.0 ], [ 106027.0, 506529.0 ], [ 106006.0, 506523.0 ], [ 105994.0, 506512.0 ] ], [ [ 105994.0, 506512.0 ], [ 105869.0, 506445.0 ], [ 105708.0, 506341.0 ], [ 105651.0, 506330.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105378.0, 506598.0 ], [ 105375.0, 506626.0 ] ], [ [ 105375.0, 506626.0 ], [ 105373.0, 506650.0 ], [ 105424.0, 506752.0 ], [ 105506.0, 506834.0 ], [ 105593.0, 506823.0 ], [ 105618.0, 506773.0 ], [ 105589.0, 506700.0 ], [ 105505.0, 506597.0 ], [ 105437.0, 506548.0 ], [ 105389.0, 506568.0 ], [ 105378.0, 506598.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 108330.0, 506819.0 ], [ 108246.0, 507077.0 ], [ 108046.0, 507454.0 ], [ 107945.0, 507979.0 ], [ 107967.0, 508282.0 ], [ 108014.0, 508427.0 ], [ 108185.0, 508444.0 ], [ 108351.0, 508232.0 ], [ 108425.0, 507850.0 ], [ 108423.0, 507415.0 ], [ 108416.0, 507091.0 ], [ 108489.0, 506737.0 ], [ 108502.0, 506568.0 ], [ 108462.0, 506464.0 ], [ 108386.0, 506558.0 ], [ 108330.0, 506819.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101460.0, 506112.0 ], [ 101668.0, 506206.0 ], [ 101915.0, 506297.0 ], [ 102109.0, 506476.0 ], [ 102349.0, 506776.0 ], [ 102461.0, 506910.0 ], [ 102813.0, 507120.0 ], [ 102772.0, 507227.0 ], [ 102666.0, 507282.0 ], [ 102426.0, 507367.0 ], [ 102247.0, 507421.0 ], [ 102067.0, 507324.0 ], [ 101930.0, 507175.0 ], [ 101782.0, 507188.0 ], [ 101636.0, 507277.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102982.0, 506107.0 ], [ 103066.0, 506163.0 ], [ 103181.0, 506276.0 ], [ 103324.0, 506314.0 ], [ 103437.0, 506257.0 ], [ 103373.0, 506079.0 ], [ 103196.0, 505935.0 ], [ 103050.0, 505958.0 ], [ 102931.0, 506009.0 ], [ 102919.0, 506066.0 ], [ 102982.0, 506107.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106515.0, 505860.0 ], [ 106561.0, 505946.0 ], [ 106677.0, 506031.0 ], [ 106748.0, 506115.0 ], [ 106872.0, 506082.0 ], [ 106892.0, 505999.0 ], [ 106796.0, 505912.0 ], [ 106697.0, 505826.0 ] ], [ [ 106515.0, 505860.0 ], [ 106508.0, 505842.0 ], [ 106505.0, 505827.0 ], [ 106505.0, 505796.0 ], [ 106508.0, 505787.0 ], [ 106521.0, 505779.0 ], [ 106547.0, 505771.0 ], [ 106553.0, 505771.0 ], [ 106564.0, 505776.0 ], [ 106591.0, 505799.0 ], [ 106600.0, 505800.0 ], [ 106620.0, 505806.0 ], [ 106655.0, 505811.0 ], [ 106684.0, 505817.0 ], [ 106690.0, 505819.0 ], [ 106697.0, 505826.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105497.0, 505745.0 ], [ 105496.0, 505781.0 ], [ 105566.0, 505824.0 ], [ 105587.0, 505850.0 ], [ 105620.0, 505841.0 ], [ 105601.0, 505752.0 ], [ 105542.0, 505726.0 ], [ 105497.0, 505745.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102720.0, 505509.0 ], [ 102728.0, 505588.0 ], [ 102801.0, 505659.0 ], [ 102889.0, 505709.0 ], [ 102984.0, 505668.0 ], [ 103045.0, 505562.0 ], [ 102946.0, 505488.0 ], [ 102790.0, 505438.0 ], [ 102718.0, 505470.0 ], [ 102720.0, 505509.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109381.0, 503977.0 ], [ 108986.0, 503891.0 ], [ 108559.0, 503754.0 ], [ 108319.0, 503601.0 ], [ 108313.0, 503495.0 ], [ 108536.0, 503467.0 ], [ 108858.0, 503471.0 ], [ 108977.0, 503332.0 ], [ 108901.0, 503045.0 ], [ 108413.0, 502968.0 ], [ 107993.0, 503102.0 ], [ 107733.0, 503287.0 ], [ 107607.0, 503514.0 ], [ 107548.0, 503794.0 ], [ 107400.0, 504192.0 ], [ 107315.0, 504542.0 ], [ 107226.0, 504822.0 ], [ 107018.0, 505106.0 ], [ 106838.0, 505176.0 ] ], [ [ 106442.0, 505385.0 ], [ 106413.0, 505521.0 ], [ 106390.0, 505645.0 ], [ 106424.0, 505794.0 ], [ 106516.0, 505986.0 ], [ 106659.0, 506188.0 ], [ 106770.0, 506323.0 ], [ 106956.0, 506230.0 ], [ 107198.0, 506166.0 ], [ 107451.0, 505982.0 ], [ 107769.0, 505773.0 ], [ 107991.0, 505525.0 ], [ 108291.0, 505248.0 ], [ 108625.0, 505086.0 ], [ 108947.0, 504986.0 ], [ 109397.0, 504948.0 ] ], [ [ 106442.0, 505385.0 ], [ 106444.0, 505352.0 ], [ 106448.0, 505324.0 ], [ 106440.0, 505281.0 ], [ 106409.0, 505250.0 ], [ 106346.0, 505211.0 ], [ 106326.0, 505148.0 ], [ 106315.0, 505097.0 ], [ 106315.0, 505065.0 ], [ 106334.0, 505038.0 ], [ 106393.0, 504999.0 ], [ 106417.0, 504987.0 ], [ 106476.0, 504944.0 ], [ 106534.0, 504920.0 ], [ 106578.0, 504905.0 ], [ 106636.0, 504893.0 ], [ 106680.0, 504889.0 ], [ 106695.0, 504901.0 ], [ 106695.0, 504928.0 ], [ 106672.0, 504956.0 ], [ 106644.0, 505014.0 ], [ 106640.0, 505085.0 ], [ 106660.0, 505132.0 ], [ 106727.0, 505211.0 ], [ 106754.0, 505207.0 ], [ 106838.0, 505176.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104817.0, 504819.0 ], [ 104818.0, 504859.0 ] ], [ [ 104818.0, 504859.0 ], [ 104862.0, 504901.0 ], [ 104930.0, 504910.0 ], [ 104975.0, 504901.0 ], [ 105017.0, 504860.0 ], [ 105061.0, 504798.0 ], [ 105069.0, 504765.0 ], [ 104999.0, 504729.0 ], [ 104947.0, 504754.0 ], [ 104874.0, 504782.0 ], [ 104817.0, 504819.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103001.0, 503131.0 ], [ 103221.0, 503349.0 ], [ 103442.0, 503596.0 ], [ 103568.0, 503820.0 ], [ 103635.0, 503926.0 ], [ 103723.0, 503960.0 ], [ 103753.0, 503895.0 ], [ 103695.0, 503776.0 ], [ 103825.0, 503544.0 ], [ 103932.0, 503297.0 ], [ 103934.0, 503009.0 ], [ 103897.0, 502813.0 ], [ 103889.0, 502642.0 ], [ 103777.0, 502410.0 ], [ 103618.0, 502226.0 ], [ 103437.0, 502041.0 ], [ 103327.0, 501883.0 ], [ 103299.0, 501620.0 ], [ 103299.0, 501424.0 ] ], [ [ 103299.0, 501424.0 ], [ 103302.0, 501395.0 ], [ 103302.0, 501360.0 ], [ 103287.0, 501319.0 ], [ 103261.0, 501277.0 ], [ 103219.0, 501180.0 ], [ 103216.0, 501150.0 ], [ 103223.0, 501118.0 ], [ 103243.0, 501091.0 ], [ 103288.0, 501058.0 ], [ 103334.0, 501048.0 ], [ 103385.0, 501047.0 ], [ 103425.0, 501050.0 ], [ 103449.0, 501060.0 ], [ 103469.0, 501075.0 ], [ 103510.0, 501118.0 ], [ 103515.0, 501133.0 ], [ 103529.0, 501163.0 ], [ 103532.0, 501189.0 ], [ 103530.0, 501207.0 ] ], [ [ 102015.0, 501020.0 ], [ 102042.0, 501084.0 ], [ 102086.0, 501361.0 ], [ 102119.0, 501643.0 ], [ 102142.0, 501861.0 ], [ 102242.0, 502087.0 ], [ 102324.0, 502257.0 ] ], [ [ 101449.0, 503112.0 ], [ 101372.0, 502833.0 ], [ 101321.0, 502526.0 ], [ 101381.0, 502138.0 ], [ 101437.0, 501828.0 ], [ 101529.0, 501630.0 ], [ 101732.0, 501459.0 ], [ 101835.0, 501278.0 ], [ 101845.0, 501072.0 ], [ 101873.0, 500970.0 ] ], [ [ 101873.0, 500970.0 ], [ 101879.0, 500952.0 ], [ 101885.0, 500941.0 ], [ 101901.0, 500933.0 ], [ 101918.0, 500928.0 ], [ 101959.0, 500928.0 ], [ 101967.0, 500933.0 ], [ 101982.0, 500950.0 ], [ 101993.0, 500966.0 ], [ 102015.0, 501020.0 ] ], [ [ 105071.0, 499709.0 ], [ 105078.0, 499733.0 ], [ 105110.0, 499784.0 ], [ 105135.0, 499817.0 ], [ 105147.0, 499828.0 ], [ 105153.0, 499837.0 ], [ 105163.0, 499840.0 ], [ 105174.0, 499835.0 ], [ 105190.0, 499820.0 ], [ 105273.0, 499734.0 ], [ 105298.0, 499698.0 ], [ 105298.0, 499692.0 ], [ 105301.0, 499684.0 ] ], [ [ 105069.0, 499115.0 ], [ 105074.0, 499351.0 ], [ 105071.0, 499709.0 ] ], [ [ 105069.0, 499054.0 ], [ 105069.0, 499115.0 ] ], [ [ 104492.0, 498979.0 ], [ 104521.0, 498921.0 ], [ 104572.0, 498875.0 ], [ 104608.0, 498845.0 ], [ 104684.0, 498814.0 ], [ 104755.0, 498804.0 ], [ 104857.0, 498809.0 ], [ 104908.0, 498840.0 ], [ 105014.0, 498921.0 ], [ 105055.0, 498962.0 ], [ 105075.0, 498992.0 ], [ 105075.0, 499013.0 ], [ 105069.0, 499054.0 ] ], [ [ 105301.0, 499684.0 ], [ 105401.0, 499299.0 ], [ 105436.0, 498904.0 ], [ 105519.0, 498783.0 ] ], [ [ 105519.0, 498783.0 ], [ 105555.0, 498730.0 ], [ 105662.0, 498698.0 ], [ 105817.0, 498671.0 ], [ 105956.0, 498698.0 ], [ 106062.0, 498704.0 ], [ 106127.0, 498736.0 ], [ 106164.0, 498736.0 ], [ 106207.0, 498757.0 ], [ 106212.0, 498794.0 ], [ 106185.0, 498821.0 ], [ 106121.0, 498843.0 ], [ 106062.0, 498848.0 ], [ 106009.0, 498912.0 ], [ 105993.0, 498987.0 ], [ 105977.0, 499046.0 ], [ 105988.0, 499083.0 ], [ 105988.0, 499104.0 ], [ 106009.0, 499137.0 ], [ 106030.0, 499174.0 ], [ 106057.0, 499185.0 ] ], [ [ 106057.0, 499185.0 ], [ 106323.0, 499309.0 ], [ 106615.0, 499254.0 ], [ 106727.0, 499057.0 ], [ 106663.0, 498734.0 ], [ 106320.0, 498455.0 ], [ 106073.0, 498247.0 ] ], [ [ 105612.0, 498501.0 ], [ 105434.0, 498563.0 ], [ 105184.0, 498495.0 ], [ 105017.0, 498302.0 ], [ 104909.0, 498189.0 ] ], [ [ 104909.0, 498189.0 ], [ 104859.0, 498125.0 ], [ 104823.0, 498049.0 ], [ 104807.0, 497998.0 ], [ 104792.0, 497930.0 ], [ 104788.0, 497887.0 ], [ 104815.0, 497835.0 ], [ 104835.0, 497776.0 ], [ 104891.0, 497740.0 ], [ 104934.0, 497724.0 ], [ 105121.0, 497724.0 ], [ 105163.0, 497730.0 ] ], [ [ 105163.0, 497730.0 ], [ 105235.0, 497742.0 ], [ 105253.0, 497742.0 ], [ 105267.0, 497735.0 ], [ 105275.0, 497727.0 ], [ 105279.0, 497716.0 ], [ 105278.0, 497672.0 ], [ 105286.0, 497651.0 ] ], [ [ 105612.0, 498501.0 ], [ 105640.0, 498462.0 ], [ 105660.0, 498418.0 ], [ 105668.0, 498383.0 ], [ 105668.0, 498347.0 ], [ 105648.0, 498268.0 ], [ 105581.0, 498077.0 ], [ 105537.0, 497843.0 ], [ 105537.0, 497752.0 ], [ 105565.0, 497669.0 ], [ 105601.0, 497601.0 ], [ 105640.0, 497554.0 ], [ 105672.0, 497546.0 ], [ 105692.0, 497554.0 ], [ 105716.0, 497597.0 ], [ 105739.0, 497685.0 ], [ 105775.0, 497839.0 ], [ 105819.0, 497930.0 ], [ 105858.0, 498018.0 ], [ 105930.0, 498101.0 ], [ 106005.0, 498180.0 ], [ 106073.0, 498247.0 ] ], [ [ 105286.0, 497651.0 ], [ 105290.0, 497622.0 ], [ 105287.0, 497600.0 ], [ 105277.0, 497574.0 ], [ 105263.0, 497550.0 ], [ 105253.0, 497537.0 ], [ 105207.0, 497524.0 ], [ 105180.0, 497513.0 ] ], [ [ 103530.0, 501207.0 ], [ 103544.0, 501314.0 ], [ 103568.0, 501587.0 ], [ 103737.0, 501769.0 ], [ 103951.0, 501797.0 ], [ 104135.0, 501708.0 ], [ 104239.0, 501541.0 ], [ 104338.0, 501368.0 ], [ 104527.0, 501201.0 ], [ 104645.0, 501034.0 ], [ 104687.0, 500779.0 ], [ 104601.0, 500631.0 ], [ 104129.0, 500464.0 ], [ 103900.0, 500206.0 ], [ 103585.0, 500058.0 ], [ 103127.0, 499882.0 ], [ 102767.0, 499577.0 ], [ 102534.0, 499034.0 ], [ 102524.0, 498758.0 ], [ 102599.0, 498461.0 ], [ 102619.0, 498224.0 ], [ 102713.0, 498108.0 ], [ 102918.0, 498005.0 ], [ 103095.0, 497747.0 ], [ 103234.0, 497509.0 ], [ 103333.0, 497239.0 ], [ 103508.0, 497144.0 ], [ 103798.0, 497247.0 ], [ 104116.0, 497565.0 ], [ 104186.0, 497919.0 ], [ 104040.0, 498425.0 ], [ 103731.0, 498765.0 ], [ 103311.0, 498994.0 ], [ 103048.0, 499107.0 ], [ 102912.0, 499341.0 ], [ 102957.0, 499469.0 ], [ 103085.0, 499533.0 ], [ 103314.0, 499485.0 ], [ 103576.0, 499561.0 ], [ 103919.0, 499532.0 ], [ 104220.0, 499415.0 ], [ 104383.0, 499170.0 ], [ 104492.0, 498979.0 ] ], [ [ 105180.0, 497513.0 ], [ 105121.0, 497494.0 ], [ 105073.0, 497466.0 ], [ 105049.0, 497431.0 ], [ 105006.0, 497375.0 ], [ 104962.0, 497248.0 ], [ 104965.0, 497204.0 ], [ 104990.0, 497121.0 ], [ 105010.0, 497090.0 ] ], [ [ 104270.0, 497085.0 ], [ 104314.0, 497143.0 ], [ 104370.0, 497197.0 ], [ 104407.0, 497226.0 ], [ 104464.0, 497261.0 ], [ 104508.0, 497284.0 ], [ 104575.0, 497280.0 ], [ 104619.0, 497265.0 ], [ 104645.0, 497239.0 ], [ 104680.0, 497158.0 ], [ 104702.0, 497088.0 ], [ 104706.0, 497051.0 ], [ 104728.0, 497008.0 ], [ 104754.0, 496978.0 ] ], [ [ 103754.0, 496704.0 ], [ 104112.0, 496919.0 ], [ 104230.0, 497037.0 ], [ 104270.0, 497085.0 ] ], [ [ 104754.0, 496978.0 ], [ 104833.0, 496865.0 ], [ 105017.0, 496703.0 ] ], [ [ 105010.0, 497090.0 ], [ 105059.0, 496984.0 ], [ 105241.0, 496703.0 ] ], [ [ 105241.0, 496703.0 ], [ 105017.0, 496703.0 ] ], [ [ 102130.0, 504637.0 ], [ 102132.0, 504642.0 ] ], [ [ 102130.0, 504637.0 ], [ 102115.0, 504571.0 ], [ 102118.0, 504531.0 ], [ 102141.0, 504462.0 ], [ 102161.0, 504364.0 ], [ 102178.0, 504318.0 ], [ 102198.0, 504273.0 ], [ 102230.0, 504227.0 ], [ 102270.0, 504198.0 ], [ 102308.0, 504186.0 ], [ 102385.0, 504140.0 ], [ 102440.0, 504115.0 ], [ 102480.0, 504063.0 ], [ 102500.0, 504017.0 ], [ 102520.0, 503988.0 ], [ 102520.0, 503974.0 ], [ 102508.0, 503965.0 ], [ 102497.0, 503954.0 ], [ 102457.0, 503957.0 ], [ 102425.0, 503983.0 ], [ 102371.0, 504034.0 ], [ 102342.0, 504074.0 ], [ 102302.0, 504103.0 ], [ 102170.0, 504149.0 ], [ 102141.0, 504161.0 ], [ 102109.0, 504152.0 ], [ 102101.0, 504118.0 ], [ 102101.0, 504066.0 ], [ 102115.0, 504020.0 ], [ 102153.0, 503963.0 ], [ 102175.0, 503942.0 ], [ 102196.0, 503897.0 ], [ 102207.0, 503862.0 ], [ 102207.0, 503822.0 ], [ 102187.0, 503765.0 ], [ 102190.0, 503744.0 ], [ 102204.0, 503736.0 ], [ 102207.0, 503716.0 ], [ 102196.0, 503716.0 ], [ 102155.0, 503693.0 ], [ 102118.0, 503676.0 ], [ 102087.0, 503644.0 ], [ 102078.0, 503621.0 ], [ 102052.0, 503587.0 ], [ 102052.0, 503575.0 ], [ 102067.0, 503553.0 ] ], [ [ 102067.0, 503553.0 ], [ 102069.0, 503549.0 ], [ 102085.0, 503548.0 ] ], [ [ 102085.0, 503548.0 ], [ 102096.0, 503551.0 ], [ 102136.0, 503527.0 ], [ 102175.0, 503492.0 ], [ 102191.0, 503445.0 ], [ 102203.0, 503374.0 ], [ 102187.0, 503334.0 ], [ 102155.0, 503307.0 ], [ 102135.0, 503297.0 ] ], [ [ 102132.0, 504642.0 ], [ 102172.0, 504783.0 ], [ 102398.0, 504846.0 ], [ 102827.0, 504844.0 ], [ 103065.0, 504820.0 ], [ 103357.0, 504762.0 ], [ 103598.0, 504646.0 ], [ 103725.0, 504472.0 ], [ 103833.0, 504331.0 ], [ 103802.0, 504187.0 ], [ 103627.0, 504043.0 ], [ 103167.0, 503619.0 ], [ 102916.0, 503412.0 ], [ 102776.0, 503288.0 ], [ 102653.0, 503145.0 ] ], [ [ 101770.0, 503129.0 ], [ 102028.0, 503254.0 ], [ 102135.0, 503297.0 ] ], [ [ 101316.0, 503204.0 ], [ 101340.0, 503216.0 ], [ 101363.0, 503216.0 ], [ 101446.0, 503208.0 ], [ 101458.0, 503188.0 ], [ 101458.0, 503149.0 ], [ 101449.0, 503112.0 ] ], [ [ 102653.0, 503145.0 ], [ 102631.0, 503102.0 ], [ 102628.0, 503084.0 ], [ 102631.0, 503066.0 ], [ 102657.0, 503037.0 ], [ 102685.0, 503015.0 ], [ 102746.0, 503005.0 ], [ 102789.0, 503015.0 ], [ 102829.0, 503033.0 ], [ 102915.0, 503080.0 ], [ 102973.0, 503116.0 ], [ 103001.0, 503131.0 ] ], [ [ 100886.0, 502797.0 ], [ 101134.0, 503067.0 ], [ 101316.0, 503204.0 ] ], [ [ 101770.0, 503129.0 ], [ 101730.0, 503091.0 ], [ 101673.0, 503011.0 ], [ 101641.0, 502927.0 ], [ 101610.0, 502851.0 ], [ 101610.0, 502820.0 ], [ 101615.0, 502798.0 ], [ 101637.0, 502749.0 ], [ 101648.0, 502738.0 ] ], [ [ 101687.0, 502736.0 ], [ 101721.0, 502763.0 ], [ 101761.0, 502803.0 ], [ 101810.0, 502856.0 ], [ 101841.0, 502856.0 ], [ 101868.0, 502838.0 ], [ 101881.0, 502820.0 ] ], [ [ 101648.0, 502738.0 ], [ 101661.0, 502732.0 ], [ 101670.0, 502730.0 ], [ 101679.0, 502730.0 ], [ 101687.0, 502736.0 ] ], [ [ 101950.0, 502656.0 ], [ 101909.0, 502776.0 ], [ 101881.0, 502820.0 ] ], [ [ 101950.0, 502656.0 ], [ 101958.0, 502634.0 ], [ 101976.0, 502614.0 ], [ 101990.0, 502611.0 ] ], [ [ 102231.0, 502542.0 ], [ 102133.0, 502560.0 ], [ 101990.0, 502611.0 ] ], [ [ 102231.0, 502542.0 ], [ 102276.0, 502536.0 ], [ 102298.0, 502536.0 ], [ 102347.0, 502514.0 ], [ 102364.0, 502465.0 ], [ 102364.0, 502349.0 ], [ 102337.0, 502285.0 ] ], [ [ 102324.0, 502257.0 ], [ 102337.0, 502285.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103182.0, 501370.0 ], [ 103212.0, 501545.0 ], [ 103139.0, 501710.0 ], [ 103031.0, 501801.0 ], [ 102830.0, 501730.0 ], [ 102729.0, 501718.0 ] ], [ [ 102465.0, 502447.0 ], [ 102447.0, 502268.0 ], [ 102376.0, 502058.0 ], [ 102264.0, 501842.0 ], [ 102221.0, 501452.0 ], [ 102154.0, 501100.0 ], [ 102135.0, 501058.0 ] ], [ [ 103182.0, 501370.0 ], [ 103172.0, 501322.0 ], [ 103162.0, 501263.0 ], [ 103148.0, 501107.0 ], [ 103146.0, 501058.0 ], [ 103150.0, 501031.0 ], [ 103160.0, 501011.0 ], [ 103180.0, 500989.0 ], [ 103217.0, 500967.0 ], [ 103253.0, 500959.0 ], [ 103324.0, 500930.0 ], [ 103397.0, 500918.0 ], [ 103454.0, 500916.0 ], [ 103532.0, 500905.0 ], [ 103627.0, 500910.0 ], [ 103759.0, 500911.0 ], [ 103779.0, 500923.0 ], [ 103792.0, 500949.0 ], [ 103821.0, 501023.0 ], [ 103833.0, 501072.0 ], [ 103838.0, 501133.0 ], [ 103801.0, 501234.0 ], [ 103767.0, 501316.0 ], [ 103745.0, 501388.0 ], [ 103728.0, 501415.0 ], [ 103723.0, 501420.0 ], [ 103721.0, 501427.0 ], [ 103727.0, 501447.0 ] ], [ [ 101807.0, 500951.0 ], [ 101826.0, 500886.0 ], [ 101834.0, 500873.0 ], [ 101842.0, 500852.0 ], [ 101850.0, 500842.0 ], [ 101866.0, 500835.0 ], [ 101909.0, 500821.0 ], [ 101936.0, 500814.0 ], [ 101972.0, 500801.0 ], [ 102001.0, 500801.0 ], [ 102018.0, 500810.0 ], [ 102035.0, 500831.0 ], [ 102062.0, 500880.0 ], [ 102113.0, 500995.0 ], [ 102135.0, 501058.0 ] ], [ [ 101807.0, 500951.0 ], [ 101780.0, 501026.0 ], [ 101784.0, 501173.0 ], [ 101675.0, 501365.0 ], [ 101417.0, 501594.0 ], [ 101176.0, 501674.0 ], [ 100946.0, 501576.0 ], [ 100854.0, 501298.0 ], [ 100891.0, 500983.0 ], [ 101100.0, 500741.0 ], [ 101356.0, 500586.0 ], [ 101439.0, 500509.0 ] ], [ [ 103000.0, 504156.0 ], [ 103035.0, 504253.0 ], [ 103061.0, 504426.0 ], [ 102982.0, 504559.0 ], [ 102813.0, 504522.0 ], [ 102485.0, 504540.0 ], [ 102299.0, 504514.0 ] ], [ [ 103000.0, 504156.0 ], [ 102988.0, 504120.0 ], [ 102962.0, 504060.0 ], [ 102959.0, 504017.0 ], [ 102959.0, 504006.0 ], [ 102970.0, 503994.0 ], [ 102993.0, 503991.0 ], [ 103045.0, 503997.0 ], [ 103097.0, 504006.0 ], [ 103120.0, 504029.0 ], [ 103148.0, 504066.0 ], [ 103177.0, 504120.0 ], [ 103187.0, 504144.0 ] ], [ [ 102299.0, 504514.0 ], [ 102270.0, 504505.0 ], [ 102259.0, 504479.0 ], [ 102256.0, 504419.0 ], [ 102282.0, 504370.0 ], [ 102333.0, 504344.0 ], [ 102402.0, 504275.0 ], [ 102465.0, 504227.0 ], [ 102546.0, 504169.0 ], [ 102661.0, 504069.0 ], [ 102681.0, 504043.0 ], [ 102686.0, 504000.0 ], [ 102658.0, 503942.0 ], [ 102600.0, 503856.0 ], [ 102566.0, 503831.0 ], [ 102552.0, 503827.0 ] ], [ [ 102552.0, 503827.0 ], [ 102262.0, 503721.0 ], [ 102206.0, 503695.0 ] ], [ [ 101439.0, 500509.0 ], [ 101452.0, 500488.0 ], [ 101478.0, 500471.0 ], [ 101508.0, 500461.0 ], [ 101576.0, 500451.0 ], [ 101717.0, 500427.0 ], [ 101770.0, 500423.0 ], [ 101874.0, 500403.0 ], [ 101886.0, 500389.0 ], [ 101935.0, 500310.0 ], [ 101947.0, 500286.0 ], [ 101945.0, 500262.0 ], [ 101931.0, 500234.0 ], [ 101858.0, 500198.0 ], [ 101798.0, 500163.0 ], [ 101778.0, 500147.0 ], [ 101758.0, 500121.0 ], [ 101737.0, 500097.0 ], [ 101719.0, 500069.0 ], [ 101701.0, 500045.0 ], [ 101697.0, 500029.0 ], [ 101695.0, 499984.0 ], [ 101715.0, 499966.0 ], [ 101741.0, 499958.0 ], [ 101764.0, 499946.0 ], [ 101796.0, 499940.0 ], [ 101820.0, 499944.0 ], [ 101846.0, 499952.0 ], [ 101862.0, 499964.0 ], [ 101884.0, 499962.0 ], [ 101893.0, 499952.0 ], [ 101903.0, 499892.0 ], [ 101890.0, 499877.0 ], [ 101860.0, 499865.0 ], [ 101806.0, 499865.0 ], [ 101764.0, 499857.0 ], [ 101735.0, 499847.0 ], [ 101711.0, 499843.0 ], [ 101685.0, 499861.0 ], [ 101588.0, 499882.0 ], [ 101456.0, 499914.0 ], [ 101286.0, 499960.0 ], [ 101248.0, 499966.0 ], [ 101228.0, 499984.0 ], [ 101212.0, 499984.0 ], [ 101149.0, 499962.0 ] ], [ [ 102206.0, 503695.0 ], [ 102175.0, 503678.0 ], [ 102170.0, 503658.0 ], [ 102167.0, 503627.0 ], [ 102167.0, 503595.0 ], [ 102193.0, 503575.0 ], [ 102273.0, 503535.0 ] ], [ [ 102273.0, 503535.0 ], [ 102290.0, 503527.0 ] ], [ [ 102629.0, 503194.0 ], [ 102866.0, 503445.0 ], [ 103552.0, 504005.0 ], [ 103743.0, 504149.0 ], [ 103759.0, 504287.0 ], [ 103680.0, 504397.0 ], [ 103537.0, 504454.0 ], [ 103436.0, 504414.0 ], [ 103260.0, 504249.0 ], [ 103187.0, 504144.0 ] ], [ [ 102629.0, 503194.0 ], [ 102603.0, 503159.0 ], [ 102588.0, 503102.0 ], [ 102581.0, 503030.0 ], [ 102592.0, 503012.0 ], [ 102596.0, 502994.0 ], [ 102653.0, 502965.0 ], [ 102696.0, 502940.0 ], [ 102757.0, 502933.0 ], [ 102833.0, 502958.0 ], [ 102894.0, 502969.0 ], [ 102947.0, 502987.0 ], [ 102980.0, 503005.0 ], [ 103005.0, 503029.0 ] ], [ [ 101149.0, 499962.0 ], [ 100753.0, 499835.0 ], [ 100282.0, 499576.0 ], [ 99892.0, 499441.0 ], [ 99520.0, 499255.0 ], [ 99094.0, 498976.0 ], [ 98866.0, 498811.0 ], [ 98700.0, 498667.0 ] ], [ [ 101079.0, 499609.0 ], [ 101128.0, 499645.0 ], [ 101291.0, 499727.0 ], [ 101347.0, 499727.0 ], [ 101383.0, 499696.0 ], [ 101439.0, 499625.0 ], [ 101444.0, 499579.0 ], [ 101439.0, 499497.0 ], [ 101368.0, 499345.0 ], [ 101337.0, 499263.0 ], [ 101332.0, 499177.0 ], [ 101332.0, 499121.0 ], [ 101347.0, 499024.0 ], [ 101403.0, 498973.0 ], [ 101469.0, 498953.0 ], [ 101607.0, 498948.0 ], [ 101724.0, 498963.0 ], [ 101841.0, 498968.0 ], [ 101938.0, 498983.0 ], [ 102019.0, 498988.0 ], [ 102065.0, 498973.0 ], [ 102106.0, 498932.0 ], [ 102116.0, 498887.0 ], [ 102121.0, 498841.0 ], [ 102085.0, 498749.0 ], [ 101999.0, 498642.0 ], [ 101917.0, 498535.0 ], [ 101831.0, 498439.0 ], [ 101810.0, 498410.0 ] ], [ [ 102282.0, 498378.0 ], [ 102307.0, 498804.0 ], [ 102407.0, 499140.0 ], [ 102531.0, 499491.0 ], [ 102704.0, 499895.0 ], [ 102900.0, 500066.0 ], [ 103636.0, 500230.0 ], [ 103934.0, 500365.0 ], [ 104169.0, 500586.0 ], [ 104407.0, 500691.0 ], [ 104631.0, 500810.0 ], [ 104593.0, 501004.0 ], [ 104408.0, 501201.0 ], [ 104216.0, 501364.0 ], [ 104055.0, 501546.0 ], [ 103931.0, 501618.0 ], [ 103779.0, 501578.0 ], [ 103727.0, 501447.0 ] ], [ [ 101810.0, 498410.0 ], [ 101800.0, 498397.0 ] ], [ [ 102290.0, 503527.0 ], [ 102348.0, 503491.0 ], [ 102383.0, 503456.0 ], [ 102419.0, 503407.0 ], [ 102414.0, 503376.0 ], [ 102357.0, 503282.0 ], [ 102312.0, 503225.0 ], [ 102263.0, 503193.0 ], [ 102201.0, 503180.0 ], [ 102166.0, 503167.0 ], [ 102108.0, 503149.0 ], [ 102063.0, 503109.0 ], [ 102006.0, 503069.0 ], [ 101988.0, 503011.0 ], [ 101952.0, 502923.0 ], [ 101948.0, 502887.0 ], [ 101952.0, 502856.0 ], [ 101970.0, 502829.0 ], [ 102006.0, 502758.0 ], [ 102010.0, 502714.0 ], [ 102046.0, 502687.0 ], [ 102145.0, 502659.0 ] ], [ [ 102322.0, 498130.0 ], [ 102280.0, 498347.0 ], [ 102282.0, 498378.0 ] ], [ [ 102145.0, 502659.0 ], [ 102258.0, 502638.0 ], [ 102358.0, 502597.0 ] ], [ [ 101800.0, 498397.0 ], [ 101752.0, 498321.0 ], [ 101747.0, 498288.0 ], [ 101745.0, 498254.0 ], [ 101764.0, 498191.0 ], [ 101785.0, 498154.0 ], [ 101809.0, 498129.0 ], [ 101859.0, 498114.0 ], [ 101892.0, 498112.0 ], [ 101960.0, 498124.0 ], [ 101986.0, 498124.0 ], [ 102020.0, 498116.0 ], [ 102050.0, 498099.0 ], [ 102107.0, 498085.0 ], [ 102138.0, 498073.0 ], [ 102166.0, 498060.0 ], [ 102216.0, 498032.0 ], [ 102249.0, 498006.0 ], [ 102293.0, 497957.0 ], [ 102309.0, 497957.0 ], [ 102326.0, 497979.0 ], [ 102337.0, 498004.0 ], [ 102338.0, 498022.0 ], [ 102330.0, 498100.0 ], [ 102322.0, 498130.0 ] ], [ [ 102358.0, 502597.0 ], [ 102408.0, 502597.0 ], [ 102463.0, 502581.0 ], [ 102474.0, 502542.0 ], [ 102474.0, 502503.0 ], [ 102465.0, 502447.0 ] ], [ [ 98565.0, 497627.0 ], [ 98783.0, 497846.0 ], [ 99168.0, 498081.0 ], [ 99494.0, 498227.0 ], [ 99657.0, 498361.0 ], [ 99886.0, 498678.0 ], [ 100124.0, 498845.0 ], [ 100608.0, 499244.0 ], [ 100880.0, 499472.0 ], [ 101079.0, 499609.0 ] ], [ [ 102727.0, 501815.0 ], [ 102878.0, 501825.0 ], [ 102976.0, 501908.0 ], [ 102980.0, 502037.0 ], [ 103113.0, 502209.0 ], [ 103236.0, 502192.0 ], [ 103461.0, 502286.0 ], [ 103680.0, 502625.0 ], [ 103814.0, 503010.0 ], [ 103802.0, 503223.0 ], [ 103696.0, 503324.0 ], [ 103441.0, 503364.0 ], [ 103203.0, 503187.0 ], [ 103005.0, 503029.0 ] ], [ [ 102727.0, 501815.0 ], [ 102719.0, 501815.0 ], [ 102711.0, 501812.0 ], [ 102676.0, 501790.0 ], [ 102670.0, 501783.0 ], [ 102668.0, 501768.0 ], [ 102683.0, 501748.0 ], [ 102707.0, 501724.0 ], [ 102716.0, 501720.0 ], [ 102729.0, 501718.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101707.0, 504129.0 ], [ 101610.0, 504120.0 ], [ 101040.0, 504081.0 ] ], [ [ 101707.0, 504129.0 ], [ 101748.0, 504129.0 ], [ 101782.0, 504135.0 ], [ 101834.0, 504132.0 ], [ 101883.0, 504109.0 ], [ 101943.0, 504060.0 ], [ 102009.0, 504011.0 ], [ 102081.0, 503928.0 ], [ 102089.0, 503902.0 ], [ 102101.0, 503871.0 ], [ 102109.0, 503839.0 ], [ 102112.0, 503782.0 ], [ 102098.0, 503750.0 ], [ 102075.0, 503716.0 ], [ 102049.0, 503704.0 ], [ 102009.0, 503696.0 ], [ 101998.0, 503707.0 ], [ 101955.0, 503765.0 ], [ 101911.0, 503876.0 ], [ 101863.0, 503931.0 ], [ 101848.0, 503945.0 ], [ 101808.0, 503954.0 ], [ 101762.0, 503948.0 ], [ 101725.0, 503925.0 ], [ 101711.0, 503899.0 ] ], [ [ 100976.0, 503338.0 ], [ 101246.0, 503448.0 ], [ 101533.0, 503559.0 ], [ 101654.0, 503688.0 ], [ 101677.0, 503838.0 ], [ 101711.0, 503899.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 108012.0, 503905.0 ], [ 107991.0, 504076.0 ], [ 108103.0, 504257.0 ], [ 108317.0, 504418.0 ], [ 108696.0, 504483.0 ], [ 108887.0, 504508.0 ], [ 108915.0, 504397.0 ], [ 108714.0, 504128.0 ], [ 108398.0, 503984.0 ], [ 108207.0, 503825.0 ], [ 108084.0, 503835.0 ], [ 108012.0, 503905.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102925.0, 503351.0 ], [ 102712.0, 503168.0 ] ], [ [ 102850.0, 503102.0 ], [ 103014.0, 503260.0 ], [ 103191.0, 503437.0 ], [ 103322.0, 503576.0 ], [ 103471.0, 503754.0 ], [ 103549.0, 503886.0 ], [ 103633.0, 503972.0 ], [ 103732.0, 504023.0 ], [ 103808.0, 504088.0 ], [ 103787.0, 504099.0 ], [ 103734.0, 504071.0 ], [ 103613.0, 503962.0 ], [ 103512.0, 503879.0 ], [ 103327.0, 503677.0 ], [ 102925.0, 503351.0 ] ], [ [ 102712.0, 503168.0 ], [ 102696.0, 503155.0 ], [ 102696.0, 503148.0 ], [ 102689.0, 503141.0 ], [ 102685.0, 503109.0 ], [ 102707.0, 503069.0 ], [ 102732.0, 503059.0 ], [ 102750.0, 503055.0 ], [ 102793.0, 503073.0 ], [ 102818.0, 503080.0 ], [ 102850.0, 503102.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101431.0, 502714.0 ], [ 101447.0, 502738.0 ], [ 101455.0, 502747.0 ], [ 101461.0, 502747.0 ], [ 101467.0, 502741.0 ], [ 101470.0, 502722.0 ], [ 101477.0, 502695.0 ], [ 101490.0, 502658.0 ], [ 101497.0, 502624.0 ], [ 101497.0, 502628.0 ], [ 101517.0, 502569.0 ], [ 101519.0, 502559.0 ] ], [ [ 101519.0, 502559.0 ], [ 101623.0, 502395.0 ] ], [ [ 101623.0, 502395.0 ], [ 101636.0, 502373.0 ], [ 101666.0, 502359.0 ], [ 101758.0, 502331.0 ], [ 101797.0, 502328.0 ], [ 101828.0, 502345.0 ], [ 101870.0, 502386.0 ], [ 101945.0, 502470.0 ], [ 101975.0, 502492.0 ], [ 102000.0, 502492.0 ], [ 102056.0, 502487.0 ], [ 102114.0, 502501.0 ], [ 102167.0, 502517.0 ], [ 102215.0, 502526.0 ], [ 102234.0, 502526.0 ], [ 102284.0, 502492.0 ], [ 102306.0, 502437.0 ], [ 102301.0, 502392.0 ], [ 102296.0, 502387.0 ] ], [ [ 101413.0, 502183.0 ], [ 101394.0, 502381.0 ], [ 101386.0, 502568.0 ], [ 101396.0, 502675.0 ], [ 101431.0, 502714.0 ] ], [ [ 101465.0, 502059.0 ], [ 101413.0, 502183.0 ] ], [ [ 102296.0, 502387.0 ], [ 102193.0, 502202.0 ], [ 102088.0, 502041.0 ] ], [ [ 101465.0, 502059.0 ], [ 101474.0, 502036.0 ], [ 101502.0, 502016.0 ], [ 101616.0, 502025.0 ], [ 101669.0, 502025.0 ], [ 101742.0, 501980.0 ], [ 101778.0, 501972.0 ], [ 101836.0, 501955.0 ], [ 101892.0, 501950.0 ], [ 101931.0, 501958.0 ], [ 101998.0, 501961.0 ], [ 102023.0, 501969.0 ], [ 102067.0, 502003.0 ], [ 102088.0, 502041.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103432.0, 501173.0 ], [ 103486.0, 501440.0 ], [ 103601.0, 501765.0 ], [ 103792.0, 501912.0 ], [ 104045.0, 501902.0 ], [ 104148.0, 502036.0 ], [ 104222.0, 502309.0 ], [ 104458.0, 502587.0 ], [ 104734.0, 502799.0 ], [ 104931.0, 502921.0 ], [ 105108.0, 503045.0 ], [ 105154.0, 503128.0 ], [ 105083.0, 503178.0 ], [ 104916.0, 503133.0 ], [ 104663.0, 503057.0 ], [ 104444.0, 502809.0 ], [ 104199.0, 502709.0 ], [ 103989.0, 502641.0 ], [ 103809.0, 502411.0 ], [ 103586.0, 502114.0 ], [ 103413.0, 501872.0 ], [ 103378.0, 501573.0 ], [ 103353.0, 501405.0 ] ], [ [ 103353.0, 501405.0 ], [ 103351.0, 501387.0 ], [ 103351.0, 501353.0 ], [ 103346.0, 501336.0 ], [ 103331.0, 501289.0 ], [ 103310.0, 501255.0 ], [ 103292.0, 501217.0 ], [ 103287.0, 501197.0 ], [ 103287.0, 501185.0 ], [ 103316.0, 501145.0 ], [ 103331.0, 501138.0 ], [ 103358.0, 501135.0 ], [ 103388.0, 501129.0 ], [ 103403.0, 501129.0 ], [ 103410.0, 501133.0 ], [ 103431.0, 501160.0 ], [ 103432.0, 501173.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105529.0, 500519.0 ], [ 105513.0, 500511.0 ], [ 105405.0, 500481.0 ], [ 105318.0, 500558.0 ], [ 105328.0, 500651.0 ], [ 105450.0, 500667.0 ], [ 105546.0, 500628.0 ], [ 105616.0, 500610.0 ] ], [ [ 105616.0, 500610.0 ], [ 105621.0, 500608.0 ], [ 105622.0, 500604.0 ], [ 105622.0, 500599.0 ], [ 105619.0, 500593.0 ] ], [ [ 105619.0, 500593.0 ], [ 105594.0, 500541.0 ], [ 105529.0, 500519.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101217.0, 500349.0 ], [ 100974.0, 500502.0 ], [ 100670.0, 500701.0 ], [ 100487.0, 500962.0 ], [ 100397.0, 501184.0 ] ], [ [ 98776.0, 498938.0 ], [ 99119.0, 499158.0 ], [ 99537.0, 499417.0 ], [ 99904.0, 499625.0 ], [ 100319.0, 499761.0 ], [ 100781.0, 499959.0 ], [ 101170.0, 500039.0 ], [ 101334.0, 500047.0 ] ], [ [ 101217.0, 500349.0 ], [ 101242.0, 500337.0 ], [ 101266.0, 500328.0 ], [ 101292.0, 500327.0 ], [ 101385.0, 500336.0 ], [ 101454.0, 500349.0 ], [ 101502.0, 500364.0 ], [ 101583.0, 500394.0 ], [ 101638.0, 500403.0 ], [ 101657.0, 500391.0 ], [ 101676.0, 500383.0 ], [ 101708.0, 500364.0 ], [ 101744.0, 500346.0 ], [ 101748.0, 500337.0 ], [ 101744.0, 500318.0 ], [ 101712.0, 500256.0 ], [ 101692.0, 500224.0 ], [ 101658.0, 500151.0 ], [ 101635.0, 500049.0 ], [ 101628.0, 500024.0 ], [ 101616.0, 500015.0 ], [ 101601.0, 500009.0 ], [ 101580.0, 500009.0 ], [ 101446.0, 500045.0 ], [ 101419.0, 500048.0 ], [ 101367.0, 500045.0 ], [ 101334.0, 500047.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101290.0, 500291.0 ], [ 101204.0, 500291.0 ], [ 100969.0, 500367.0 ], [ 100663.0, 500536.0 ], [ 100424.0, 500750.0 ], [ 100257.0, 500938.0 ] ], [ [ 101290.0, 500291.0 ], [ 101313.0, 500290.0 ], [ 101361.0, 500292.0 ], [ 101372.0, 500294.0 ], [ 101442.0, 500315.0 ], [ 101521.0, 500341.0 ], [ 101558.0, 500350.0 ], [ 101589.0, 500357.0 ], [ 101613.0, 500360.0 ], [ 101652.0, 500363.0 ], [ 101661.0, 500363.0 ], [ 101668.0, 500361.0 ], [ 101674.0, 500331.0 ], [ 101676.0, 500310.0 ], [ 101676.0, 500289.0 ], [ 101671.0, 500271.0 ], [ 101661.0, 500252.0 ], [ 101634.0, 500213.0 ], [ 101610.0, 500169.0 ], [ 101590.0, 500145.0 ], [ 101559.0, 500112.0 ], [ 101547.0, 500107.0 ], [ 101525.0, 500102.0 ], [ 101444.0, 500104.0 ] ], [ [ 99236.0, 499562.0 ], [ 99520.0, 499681.0 ], [ 99846.0, 499768.0 ], [ 100243.0, 499853.0 ], [ 100592.0, 500007.0 ], [ 100890.0, 500110.0 ], [ 101159.0, 500117.0 ], [ 101444.0, 500104.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101259.0, 500253.0 ], [ 100951.0, 500288.0 ], [ 100661.0, 500395.0 ], [ 100380.0, 500567.0 ], [ 100113.0, 500722.0 ] ], [ [ 99916.0, 500426.0 ], [ 100225.0, 500375.0 ], [ 100628.0, 500272.0 ], [ 100993.0, 500213.0 ], [ 101259.0, 500167.0 ], [ 101377.0, 500156.0 ] ], [ [ 101377.0, 500156.0 ], [ 101423.0, 500152.0 ] ], [ [ 101259.0, 500253.0 ], [ 101301.0, 500257.0 ], [ 101352.0, 500274.0 ], [ 101432.0, 500295.0 ], [ 101518.0, 500322.0 ], [ 101565.0, 500333.0 ], [ 101608.0, 500346.0 ], [ 101619.0, 500346.0 ], [ 101625.0, 500341.0 ], [ 101622.0, 500317.0 ], [ 101624.0, 500305.0 ], [ 101623.0, 500292.0 ], [ 101619.0, 500280.0 ], [ 101578.0, 500209.0 ], [ 101566.0, 500193.0 ], [ 101557.0, 500185.0 ], [ 101544.0, 500179.0 ], [ 101480.0, 500161.0 ], [ 101457.0, 500152.0 ], [ 101437.0, 500149.0 ], [ 101423.0, 500152.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100097.0, 496709.0 ], [ 100312.0, 497044.0 ], [ 100550.0, 497283.0 ], [ 100515.0, 497566.0 ], [ 100348.0, 498036.0 ], [ 100277.0, 498506.0 ], [ 100328.0, 498920.0 ], [ 100451.0, 499044.0 ], [ 100749.0, 499217.0 ], [ 100972.0, 499417.0 ], [ 101018.0, 499441.0 ] ], [ [ 101950.0, 497832.0 ], [ 101998.0, 497796.0 ], [ 102156.0, 497602.0 ], [ 102241.0, 497278.0 ], [ 102342.0, 496953.0 ], [ 102400.0, 496706.0 ] ], [ [ 101253.0, 499311.0 ], [ 101204.0, 499122.0 ], [ 101199.0, 498930.0 ], [ 101340.0, 498824.0 ] ], [ [ 101340.0, 498824.0 ], [ 101381.0, 498809.0 ], [ 101511.0, 498782.0 ], [ 101585.0, 498755.0 ], [ 101605.0, 498732.0 ], [ 101638.0, 498702.0 ], [ 101662.0, 498641.0 ], [ 101685.0, 498524.0 ], [ 101688.0, 498404.0 ], [ 101682.0, 498330.0 ], [ 101675.0, 498207.0 ], [ 101682.0, 498136.0 ], [ 101695.0, 498103.0 ], [ 101735.0, 498043.0 ], [ 101806.0, 497949.0 ], [ 101876.0, 497886.0 ], [ 101950.0, 497832.0 ] ], [ [ 101018.0, 499441.0 ], [ 101061.0, 499473.0 ], [ 101072.0, 499475.0 ], [ 101084.0, 499475.0 ], [ 101121.0, 499496.0 ], [ 101129.0, 499507.0 ], [ 101151.0, 499505.0 ], [ 101195.0, 499505.0 ], [ 101212.0, 499500.0 ], [ 101253.0, 499462.0 ], [ 101268.0, 499409.0 ], [ 101266.0, 499381.0 ], [ 101261.0, 499347.0 ], [ 101253.0, 499311.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100473.0, 499224.0 ], [ 100274.0, 499094.0 ], [ 100061.0, 499008.0 ], [ 99959.0, 499028.0 ], [ 99956.0, 499146.0 ] ], [ [ 100620.0, 499613.0 ], [ 100637.0, 499617.0 ], [ 100659.0, 499637.0 ], [ 100678.0, 499649.0 ], [ 100725.0, 499654.0 ], [ 100740.0, 499641.0 ], [ 100748.0, 499603.0 ], [ 100735.0, 499573.0 ], [ 100701.0, 499541.0 ], [ 100669.0, 499520.0 ], [ 100635.0, 499477.0 ], [ 100620.0, 499439.0 ], [ 100586.0, 499368.0 ], [ 100565.0, 499328.0 ], [ 100531.0, 499277.0 ], [ 100516.0, 499258.0 ], [ 100482.0, 499234.0 ], [ 100473.0, 499224.0 ] ], [ [ 99956.0, 499146.0 ], [ 100088.0, 499326.0 ], [ 100368.0, 499464.0 ], [ 100533.0, 499579.0 ], [ 100620.0, 499613.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105630.0, 499150.0 ], [ 105696.0, 499135.0 ], [ 105736.0, 499135.0 ], [ 105767.0, 499160.0 ], [ 105787.0, 499181.0 ] ], [ [ 105787.0, 499181.0 ], [ 105908.0, 499253.0 ], [ 105961.0, 499393.0 ], [ 105941.0, 499631.0 ], [ 105874.0, 499888.0 ], [ 105880.0, 500027.0 ], [ 105963.0, 500165.0 ], [ 106193.0, 500287.0 ], [ 106519.0, 500295.0 ], [ 106831.0, 500139.0 ], [ 107014.0, 500063.0 ], [ 107253.0, 499975.0 ], [ 107524.0, 499833.0 ], [ 107608.0, 499762.0 ], [ 107734.0, 499605.0 ], [ 107840.0, 499359.0 ], [ 107875.0, 498971.0 ], [ 107725.0, 498598.0 ], [ 107620.0, 498352.0 ], [ 107525.0, 498045.0 ], [ 107467.0, 497753.0 ], [ 107351.0, 497462.0 ], [ 107115.0, 497436.0 ], [ 107023.0, 497523.0 ], [ 106870.0, 497913.0 ], [ 106747.0, 498051.0 ], [ 106588.0, 498088.0 ], [ 106425.0, 498030.0 ], [ 106262.0, 497802.0 ], [ 106201.0, 497638.0 ], [ 106225.0, 497530.0 ], [ 106356.0, 497337.0 ], [ 106554.0, 497173.0 ], [ 106635.0, 497040.0 ], [ 106707.0, 496890.0 ], [ 106768.0, 496701.0 ] ], [ [ 109334.0, 501175.0 ], [ 109012.0, 501183.0 ], [ 108799.0, 501172.0 ], [ 108535.0, 501138.0 ], [ 108238.0, 501050.0 ], [ 107929.0, 500924.0 ], [ 107643.0, 500805.0 ], [ 107338.0, 500729.0 ], [ 106994.0, 500661.0 ], [ 106652.0, 500642.0 ], [ 106303.0, 500638.0 ], [ 105983.0, 500665.0 ], [ 105758.0, 500771.0 ], [ 105603.0, 500984.0 ], [ 105476.0, 501229.0 ], [ 105284.0, 501479.0 ], [ 105151.0, 501500.0 ], [ 105005.0, 501501.0 ], [ 104847.0, 501571.0 ], [ 104718.0, 501545.0 ], [ 104702.0, 501458.0 ], [ 104759.0, 501161.0 ], [ 104795.0, 500924.0 ], [ 104682.0, 500592.0 ], [ 104553.0, 500318.0 ], [ 104409.0, 499968.0 ], [ 104414.0, 499868.0 ], [ 104507.0, 499782.0 ], [ 104743.0, 499905.0 ], [ 104887.0, 500075.0 ], [ 105036.0, 500182.0 ], [ 105148.0, 500182.0 ], [ 105363.0, 500011.0 ], [ 105484.0, 499932.0 ], [ 105559.0, 499803.0 ], [ 105541.0, 499583.0 ], [ 105529.0, 499388.0 ], [ 105586.0, 499189.0 ], [ 105630.0, 499150.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105354.0, 498308.0 ], [ 105384.0, 498309.0 ], [ 105420.0, 498288.0 ] ], [ [ 104926.0, 497910.0 ], [ 104934.0, 498013.0 ], [ 105020.0, 498138.0 ], [ 105195.0, 498255.0 ], [ 105354.0, 498308.0 ] ], [ [ 105420.0, 498288.0 ], [ 105454.0, 498232.0 ], [ 105470.0, 498184.0 ], [ 105482.0, 498125.0 ], [ 105450.0, 498002.0 ], [ 105442.0, 497950.0 ], [ 105426.0, 497891.0 ], [ 105390.0, 497859.0 ], [ 105292.0, 497806.0 ] ], [ [ 105292.0, 497806.0 ], [ 105242.0, 497783.0 ] ], [ [ 105242.0, 497783.0 ], [ 105228.0, 497774.0 ] ], [ [ 104926.0, 497910.0 ], [ 104934.0, 497887.0 ], [ 104962.0, 497843.0 ], [ 104990.0, 497815.0 ], [ 105002.0, 497800.0 ], [ 105037.0, 497784.0 ], [ 105077.0, 497780.0 ], [ 105137.0, 497764.0 ], [ 105192.0, 497764.0 ], [ 105212.0, 497768.0 ], [ 105228.0, 497774.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104544.0, 498404.0 ], [ 104550.0, 498415.0 ], [ 104603.0, 498431.0 ], [ 104657.0, 498436.0 ], [ 104710.0, 498426.0 ], [ 104726.0, 498383.0 ], [ 104742.0, 498313.0 ], [ 104742.0, 498228.0 ], [ 104747.0, 498169.0 ], [ 104731.0, 498132.0 ], [ 104721.0, 498116.0 ] ], [ [ 104453.0, 497934.0 ], [ 104417.0, 498020.0 ], [ 104440.0, 498271.0 ], [ 104544.0, 498404.0 ] ], [ [ 104721.0, 498116.0 ], [ 104626.0, 497962.0 ], [ 104482.0, 497923.0 ], [ 104453.0, 497934.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104134.0, 523261.0 ], [ 104249.0, 523079.0 ], [ 104452.0, 522784.0 ], [ 104656.0, 522502.0 ], [ 104920.0, 522152.0 ], [ 105149.0, 521835.0 ], [ 104793.0, 522085.0 ], [ 104504.0, 522302.0 ], [ 104285.0, 522562.0 ], [ 104088.0, 522808.0 ], [ 104092.0, 522861.0 ], [ 104119.0, 523051.0 ], [ 104134.0, 523261.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108510.0, 522164.0 ], [ 108401.0, 521805.0 ], [ 108198.0, 521608.0 ], [ 107913.0, 521474.0 ], [ 107751.0, 521444.0 ], [ 107368.0, 521444.0 ], [ 107280.0, 521438.0 ], [ 107025.0, 521468.0 ], [ 106921.0, 521474.0 ], [ 106650.0, 521496.0 ], [ 106557.0, 521510.0 ], [ 106672.0, 521531.0 ], [ 107009.0, 521556.0 ], [ 107113.0, 521567.0 ], [ 107294.0, 521625.0 ], [ 107335.0, 521660.0 ], [ 107387.0, 521688.0 ], [ 107601.0, 521753.0 ], [ 107782.0, 521786.0 ], [ 107971.0, 521868.0 ], [ 108510.0, 522164.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107956.0, 521123.0 ], [ 107828.0, 520964.0 ], [ 107675.0, 520828.0 ], [ 107457.0, 520875.0 ], [ 107206.0, 520935.0 ], [ 106948.0, 521016.0 ], [ 106638.0, 521111.0 ], [ 106395.0, 521229.0 ], [ 106669.0, 521182.0 ], [ 106909.0, 521130.0 ], [ 107320.0, 521113.0 ], [ 107538.0, 521039.0 ], [ 107730.0, 521034.0 ], [ 107956.0, 521123.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107799.0, 515870.0 ], [ 105469.0, 516086.0 ], [ 105092.0, 516261.0 ], [ 105232.0, 516387.0 ], [ 105290.0, 516567.0 ], [ 105303.0, 516942.0 ], [ 105378.0, 517246.0 ], [ 105506.0, 517411.0 ], [ 105619.0, 517435.0 ], [ 105735.0, 517309.0 ], [ 105762.0, 517065.0 ], [ 105838.0, 517124.0 ], [ 106001.0, 517169.0 ], [ 105981.0, 517442.0 ], [ 105880.0, 517686.0 ], [ 105742.0, 517986.0 ], [ 105661.0, 518350.0 ], [ 105637.0, 518645.0 ], [ 105659.0, 518933.0 ], [ 105692.0, 519125.0 ], [ 105829.0, 519434.0 ], [ 105974.0, 519570.0 ], [ 106173.0, 519502.0 ], [ 106275.0, 519439.0 ], [ 106213.0, 519264.0 ], [ 106103.0, 519178.0 ], [ 106040.0, 519095.0 ], [ 106044.0, 519008.0 ], [ 106093.0, 518949.0 ], [ 106072.0, 518786.0 ], [ 106075.0, 518725.0 ], [ 106124.0, 518699.0 ], [ 106095.0, 518404.0 ], [ 106019.0, 518154.0 ], [ 106026.0, 517995.0 ], [ 106108.0, 517785.0 ], [ 106122.0, 517679.0 ], [ 106037.0, 517460.0 ], [ 106040.0, 517383.0 ], [ 106074.0, 517311.0 ], [ 106189.0, 517244.0 ], [ 106229.0, 517321.0 ], [ 106158.0, 517462.0 ], [ 106142.0, 517586.0 ], [ 106198.0, 517717.0 ], [ 106236.0, 517973.0 ], [ 106226.0, 518151.0 ], [ 106173.0, 518232.0 ], [ 106175.0, 518311.0 ], [ 106180.0, 518411.0 ], [ 106213.0, 518498.0 ], [ 106281.0, 518591.0 ], [ 106379.0, 518583.0 ], [ 106395.0, 518546.0 ], [ 106435.0, 518523.0 ], [ 106446.0, 518586.0 ], [ 106436.0, 518659.0 ], [ 106419.0, 518711.0 ], [ 106420.0, 518807.0 ], [ 106418.0, 518980.0 ], [ 106386.0, 519016.0 ], [ 106315.0, 519004.0 ], [ 106370.0, 519327.0 ], [ 106454.0, 519517.0 ], [ 106557.0, 519730.0 ], [ 106510.0, 519863.0 ], [ 106546.0, 520069.0 ], [ 106677.0, 520156.0 ], [ 106734.0, 520186.0 ], [ 105997.0, 520538.0 ], [ 105380.0, 520892.0 ], [ 104915.0, 521165.0 ], [ 104518.0, 521442.0 ], [ 104249.0, 521668.0 ], [ 103973.0, 521909.0 ], [ 104031.0, 521490.0 ], [ 104066.0, 521076.0 ], [ 104056.0, 520816.0 ], [ 104020.0, 520427.0 ], [ 104013.0, 520049.0 ], [ 104066.0, 519673.0 ], [ 104130.0, 519294.0 ], [ 104263.0, 518923.0 ], [ 104374.0, 518680.0 ], [ 104536.0, 518439.0 ], [ 104608.0, 518292.0 ], [ 104569.0, 518235.0 ], [ 104456.0, 518258.0 ], [ 104328.0, 518318.0 ], [ 104196.0, 518384.0 ], [ 104119.0, 518358.0 ], [ 104126.0, 518162.0 ], [ 104159.0, 517946.0 ], [ 104189.0, 517682.0 ], [ 104232.0, 517451.0 ], [ 104224.0, 517251.0 ], [ 104196.0, 517094.0 ], [ 104158.0, 517061.0 ], [ 104023.0, 517216.0 ], [ 103958.0, 517404.0 ], [ 103903.0, 517594.0 ], [ 103838.0, 517959.0 ], [ 103766.0, 518256.0 ], [ 103710.0, 518546.0 ], [ 103659.0, 518852.0 ], [ 103652.0, 518959.0 ], [ 103598.0, 519220.0 ], [ 103517.0, 518636.0 ], [ 103413.0, 517861.0 ], [ 103277.0, 516866.0 ], [ 103216.0, 516322.0 ], [ 103270.0, 516197.0 ], [ 103326.0, 516078.0 ], [ 103382.0, 516022.0 ], [ 103480.0, 515966.0 ], [ 103618.0, 515204.0 ], [ 103726.0, 514980.0 ], [ 103854.0, 514862.0 ], [ 104066.0, 514887.0 ], [ 104255.0, 514967.0 ], [ 104408.0, 515097.0 ], [ 104517.0, 515216.0 ], [ 104604.0, 515324.0 ], [ 104679.0, 515403.0 ], [ 104808.0, 515437.0 ], [ 104902.0, 515414.0 ], [ 105029.0, 515380.0 ], [ 105079.0, 515386.0 ], [ 105234.0, 515346.0 ], [ 105371.0, 515296.0 ], [ 105710.0, 515241.0 ], [ 106159.0, 515190.0 ], [ 106505.0, 515228.0 ], [ 106854.0, 515250.0 ], [ 107163.0, 515308.0 ], [ 107364.0, 515399.0 ], [ 107535.0, 515503.0 ], [ 107799.0, 515870.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104842.0, 515936.0 ], [ 104475.0, 515535.0 ], [ 104216.0, 515351.0 ], [ 104093.0, 515203.0 ], [ 104015.0, 515132.0 ], [ 103864.0, 515080.0 ], [ 103833.0, 514989.0 ], [ 103945.0, 514936.0 ], [ 104134.0, 515064.0 ], [ 104354.0, 515275.0 ], [ 104564.0, 515433.0 ], [ 104726.0, 515471.0 ], [ 104855.0, 515471.0 ], [ 104999.0, 515491.0 ], [ 105162.0, 515929.0 ], [ 104842.0, 515936.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106932.0, 522348.0 ], [ 107072.0, 522314.0 ], [ 107100.0, 522163.0 ], [ 106975.0, 522031.0 ], [ 106786.0, 521905.0 ], [ 106540.0, 521788.0 ], [ 106060.0, 521478.0 ], [ 105860.0, 521442.0 ], [ 105769.0, 521557.0 ], [ 105854.0, 521737.0 ], [ 105986.0, 521890.0 ], [ 106293.0, 522075.0 ], [ 106549.0, 522226.0 ], [ 106770.0, 522307.0 ], [ 106932.0, 522348.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106304.0, 524801.0 ], [ 106438.0, 524751.0 ], [ 106486.0, 524679.0 ], [ 106521.0, 524401.0 ], [ 106552.0, 524088.0 ], [ 106570.0, 523818.0 ], [ 106668.0, 523488.0 ], [ 106809.0, 523222.0 ], [ 106910.0, 523010.0 ], [ 106861.0, 522963.0 ], [ 106655.0, 522949.0 ], [ 106371.0, 522995.0 ], [ 106066.0, 523085.0 ], [ 105717.0, 523078.0 ], [ 105398.0, 523119.0 ], [ 105348.0, 523274.0 ], [ 105418.0, 523440.0 ], [ 105533.0, 523611.0 ], [ 105632.0, 523799.0 ], [ 105738.0, 524016.0 ], [ 105933.0, 524446.0 ], [ 106128.0, 524696.0 ], [ 106304.0, 524801.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values_edited.geojson new file mode 100644 index 0000000..facbf09 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS11/TS11_union_with_values_edited.geojson @@ -0,0 +1,62 @@ +{ +"type": "FeatureCollection", +"name": "TS11_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": 2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102384.0, 513017.0 ], [ 102499.0, 513192.0 ], [ 102823.0, 513641.0 ], [ 103145.0, 514093.0 ], [ 103372.0, 514473.0 ], [ 103423.0, 514762.0 ], [ 103322.0, 515180.0 ], [ 103260.0, 515477.0 ], [ 103222.0, 515643.0 ], [ 103034.0, 516017.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104915.0, 512189.0 ], [ 104913.0, 512180.0 ] ], [ [ 104060.0, 512089.0 ], [ 104141.0, 512256.0 ], [ 104291.0, 512453.0 ], [ 104564.0, 512564.0 ], [ 104837.0, 512646.0 ], [ 105126.0, 512634.0 ], [ 105350.0, 512574.0 ], [ 105559.0, 512515.0 ], [ 105632.0, 512452.0 ], [ 105654.0, 512256.0 ], [ 105625.0, 512024.0 ] ], [ [ 104915.0, 512189.0 ], [ 104922.0, 512217.0 ], [ 104949.0, 512251.0 ], [ 104976.0, 512271.0 ], [ 105003.0, 512278.0 ], [ 105020.0, 512278.0 ], [ 105057.0, 512241.0 ], [ 105067.0, 512180.0 ], [ 105091.0, 512082.0 ], [ 105111.0, 511974.0 ], [ 105135.0, 511903.0 ], [ 105257.0, 511856.0 ], [ 105311.0, 511849.0 ], [ 105378.0, 511856.0 ], [ 105466.0, 511869.0 ], [ 105527.0, 511893.0 ], [ 105544.0, 511916.0 ], [ 105591.0, 511950.0 ], [ 105608.0, 511967.0 ], [ 105629.0, 511998.0 ], [ 105625.0, 512024.0 ] ], [ [ 104913.0, 512180.0 ], [ 104864.0, 511998.0 ], [ 104834.0, 511835.0 ] ], [ [ 104834.0, 511835.0 ], [ 104834.0, 511812.0 ], [ 104838.0, 511798.0 ], [ 104851.0, 511781.0 ], [ 104878.0, 511778.0 ], [ 104902.0, 511801.0 ], [ 104915.0, 511839.0 ], [ 104949.0, 511899.0 ], [ 104969.0, 511991.0 ], [ 104980.0, 512021.0 ], [ 104996.0, 512031.0 ], [ 105007.0, 512028.0 ], [ 105017.0, 512008.0 ], [ 105020.0, 511981.0 ], [ 105017.0, 511927.0 ], [ 105003.0, 511842.0 ], [ 105000.0, 511761.0 ], [ 105020.0, 511730.0 ], [ 105064.0, 511680.0 ], [ 105122.0, 511649.0 ], [ 105143.0, 511649.0 ] ], [ [ 104060.0, 512089.0 ], [ 104036.0, 512055.0 ], [ 104019.0, 512021.0 ], [ 104019.0, 511977.0 ], [ 104036.0, 511856.0 ], [ 104053.0, 511798.0 ], [ 104084.0, 511747.0 ], [ 104128.0, 511700.0 ], [ 104158.0, 511663.0 ], [ 104190.0, 511632.0 ] ], [ [ 104573.0, 511397.0 ], [ 104424.0, 511510.0 ], [ 104190.0, 511632.0 ] ], [ [ 103024.0, 508490.0 ], [ 103221.0, 508206.0 ], [ 103330.0, 507901.0 ], [ 103406.0, 507658.0 ], [ 103534.0, 507513.0 ], [ 103677.0, 507421.0 ], [ 103799.0, 507333.0 ], [ 103806.0, 507232.0 ], [ 103645.0, 507079.0 ], [ 103407.0, 506930.0 ], [ 103188.0, 506740.0 ], [ 103085.0, 506548.0 ], [ 103075.0, 506352.0 ], [ 102941.0, 506225.0 ], [ 102786.0, 506114.0 ], [ 102791.0, 505989.0 ], [ 102926.0, 505908.0 ], [ 103073.0, 505750.0 ], [ 103034.0, 505713.0 ], [ 102862.0, 505723.0 ], [ 102711.0, 505624.0 ], [ 102616.0, 505618.0 ], [ 102515.0, 505615.0 ], [ 102469.0, 505581.0 ], [ 102497.0, 505518.0 ], [ 102546.0, 505427.0 ], [ 102512.0, 505382.0 ], [ 102334.0, 505387.0 ], [ 102078.0, 505403.0 ], [ 101842.0, 505307.0 ], [ 101537.0, 505260.0 ], [ 101359.0, 505277.0 ], [ 101285.0, 505333.0 ] ], [ [ 104573.0, 511397.0 ], [ 104592.0, 511379.0 ], [ 104609.0, 511350.0 ], [ 104624.0, 511297.0 ], [ 104630.0, 511244.0 ], [ 104624.0, 511210.0 ], [ 104615.0, 511196.0 ], [ 104585.0, 511163.0 ], [ 104553.0, 511133.0 ], [ 104516.0, 511094.0 ], [ 104491.0, 511078.0 ], [ 104434.0, 511052.0 ] ], [ [ 102977.0, 508643.0 ], [ 103010.0, 508639.0 ], [ 103113.0, 508662.0 ], [ 103135.0, 508657.0 ], [ 103158.0, 508635.0 ], [ 103144.0, 508608.0 ], [ 103095.0, 508590.0 ], [ 103033.0, 508581.0 ], [ 103002.0, 508563.0 ], [ 102988.0, 508528.0 ], [ 102997.0, 508510.0 ], [ 103024.0, 508490.0 ] ], [ [ 105143.0, 511649.0 ], [ 105300.0, 511616.0 ], [ 105490.0, 511608.0 ], [ 105643.0, 511466.0 ], [ 105711.0, 511292.0 ], [ 105718.0, 511051.0 ], [ 105649.0, 510735.0 ], [ 105604.0, 510372.0 ], [ 105614.0, 510152.0 ], [ 105689.0, 509961.0 ], [ 105703.0, 509770.0 ], [ 105678.0, 509548.0 ], [ 105546.0, 509392.0 ], [ 105319.0, 509302.0 ], [ 105114.0, 509243.0 ], [ 104944.0, 509050.0 ], [ 104886.0, 508863.0 ], [ 104949.0, 508550.0 ], [ 104881.0, 508298.0 ], [ 104757.0, 508167.0 ], [ 104677.0, 508055.0 ], [ 104639.0, 507873.0 ], [ 104508.0, 507637.0 ], [ 104415.0, 507494.0 ], [ 104322.0, 507422.0 ], [ 104249.0, 507433.0 ], [ 104253.0, 507606.0 ], [ 104281.0, 507905.0 ], [ 104317.0, 508093.0 ], [ 104409.0, 508169.0 ], [ 104589.0, 508309.0 ], [ 104645.0, 508607.0 ], [ 104531.0, 508849.0 ], [ 104451.0, 508942.0 ], [ 104251.0, 508912.0 ], [ 103995.0, 508825.0 ], [ 103755.0, 508764.0 ], [ 103521.0, 508786.0 ], [ 103313.0, 508893.0 ], [ 103077.0, 508901.0 ], [ 102954.0, 508849.0 ], [ 102871.0, 508725.0 ], [ 102875.0, 508658.0 ], [ 102977.0, 508643.0 ] ], [ [ 103353.0, 515969.0 ], [ 103350.0, 515496.0 ], [ 103429.0, 515136.0 ], [ 103571.0, 514761.0 ], [ 103781.0, 514436.0 ], [ 103895.0, 514240.0 ], [ 103798.0, 514000.0 ], [ 103525.0, 513753.0 ], [ 103298.0, 513411.0 ], [ 103213.0, 513060.0 ], [ 103035.0, 512760.0 ], [ 102801.0, 512467.0 ], [ 102653.0, 512139.0 ], [ 102633.0, 511798.0 ], [ 102689.0, 511498.0 ], [ 102823.0, 511220.0 ], [ 103046.0, 510936.0 ], [ 103438.0, 510676.0 ], [ 103623.0, 510647.0 ], [ 103845.0, 510670.0 ], [ 104047.0, 510759.0 ], [ 104179.0, 510904.0 ], [ 104322.0, 510999.0 ], [ 104434.0, 511052.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 109501.0, 511127.0 ], [ 109293.0, 511413.0 ], [ 109128.0, 511890.0 ], [ 109092.0, 512280.0 ], [ 109226.0, 512590.0 ], [ 109379.0, 512766.0 ], [ 109532.0, 512975.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104011.0, 511242.0 ], [ 104042.0, 511261.0 ], [ 104087.0, 511281.0 ], [ 104114.0, 511304.0 ], [ 104183.0, 511340.0 ], [ 104231.0, 511363.0 ], [ 104297.0, 511379.0 ], [ 104365.0, 511376.0 ], [ 104386.0, 511370.0 ], [ 104438.0, 511321.0 ], [ 104447.0, 511297.0 ], [ 104450.0, 511278.0 ], [ 104443.0, 511254.0 ], [ 104431.0, 511225.0 ], [ 104405.0, 511197.0 ], [ 104381.0, 511160.0 ], [ 104368.0, 511136.0 ], [ 104343.0, 511114.0 ], [ 104336.0, 511105.0 ], [ 104304.0, 511087.0 ], [ 104294.0, 511078.0 ] ], [ [ 104294.0, 511078.0 ], [ 104205.0, 511016.0 ] ], [ [ 103788.0, 510952.0 ], [ 103862.0, 511109.0 ], [ 104011.0, 511242.0 ] ], [ [ 104205.0, 511016.0 ], [ 104145.0, 510975.0 ], [ 103908.0, 510881.0 ], [ 103806.0, 510876.0 ], [ 103780.0, 510905.0 ], [ 103788.0, 510952.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106194.0, 511251.0 ], [ 106249.0, 511327.0 ], [ 106418.0, 511500.0 ], [ 106578.0, 511683.0 ], [ 106683.0, 511988.0 ], [ 106673.0, 512360.0 ], [ 106714.0, 512606.0 ], [ 106887.0, 512810.0 ], [ 107138.0, 512810.0 ], [ 107418.0, 512595.0 ], [ 107530.0, 512210.0 ], [ 107469.0, 511827.0 ], [ 107238.0, 511518.0 ], [ 106940.0, 511294.0 ], [ 106627.0, 511204.0 ], [ 106316.0, 511086.0 ], [ 106157.0, 511039.0 ], [ 106107.0, 511094.0 ], [ 106156.0, 511214.0 ], [ 106194.0, 511251.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102644.0, 510855.0 ], [ 102680.0, 510828.0 ], [ 102712.0, 510801.0 ], [ 102719.0, 510792.0 ], [ 102720.0, 510774.0 ], [ 102707.0, 510759.0 ], [ 102688.0, 510742.0 ], [ 102663.0, 510732.0 ], [ 102579.0, 510713.0 ], [ 102544.0, 510712.0 ], [ 102532.0, 510709.0 ] ], [ [ 102230.0, 510522.0 ], [ 102364.0, 510643.0 ], [ 102505.0, 510705.0 ], [ 102532.0, 510709.0 ] ], [ [ 102644.0, 510855.0 ], [ 102615.0, 510882.0 ], [ 102413.0, 511002.0 ], [ 102265.0, 511136.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103219.0, 509144.0 ], [ 103329.0, 509168.0 ], [ 103441.0, 509235.0 ], [ 103503.0, 509397.0 ], [ 103351.0, 509520.0 ], [ 103304.0, 509650.0 ], [ 103340.0, 509763.0 ], [ 103459.0, 509821.0 ], [ 103606.0, 509855.0 ], [ 103730.0, 509730.0 ], [ 103758.0, 509425.0 ], [ 103814.0, 509280.0 ], [ 103963.0, 509193.0 ], [ 104209.0, 509167.0 ], [ 104451.0, 509151.0 ], [ 104655.0, 509170.0 ], [ 104784.0, 509330.0 ], [ 104755.0, 509586.0 ], [ 104569.0, 509694.0 ], [ 104314.0, 509763.0 ] ], [ [ 103219.0, 509144.0 ], [ 103203.0, 509142.0 ], [ 103179.0, 509135.0 ], [ 103159.0, 509119.0 ], [ 103154.0, 509108.0 ], [ 103159.0, 509095.0 ], [ 103178.0, 509091.0 ], [ 103197.0, 509081.0 ], [ 103206.0, 509061.0 ], [ 103202.0, 509050.0 ], [ 103188.0, 509036.0 ], [ 103165.0, 509026.0 ] ], [ [ 101894.0, 508777.0 ], [ 102151.0, 508802.0 ], [ 102506.0, 508841.0 ], [ 102793.0, 508901.0 ], [ 102971.0, 508965.0 ], [ 103121.0, 509014.0 ], [ 103165.0, 509026.0 ] ], [ [ 102681.0, 510538.0 ], [ 102703.0, 510550.0 ], [ 102737.0, 510560.0 ], [ 102774.0, 510567.0 ], [ 102808.0, 510569.0 ], [ 102860.0, 510559.0 ], [ 102895.0, 510554.0 ], [ 102917.0, 510542.0 ], [ 102944.0, 510517.0 ], [ 102971.0, 510495.0 ], [ 102994.0, 510468.0 ], [ 103011.0, 510444.0 ], [ 103021.0, 510424.0 ], [ 103035.0, 510370.0 ], [ 103033.0, 510347.0 ], [ 103028.0, 510323.0 ] ], [ [ 102681.0, 510538.0 ], [ 102625.0, 510513.0 ], [ 102526.0, 510428.0 ], [ 102400.0, 510334.0 ], [ 102212.0, 510257.0 ] ], [ [ 104365.0, 510046.0 ], [ 104283.0, 510091.0 ], [ 104174.0, 510208.0 ], [ 103926.0, 510285.0 ], [ 103707.0, 510320.0 ], [ 103521.0, 510293.0 ], [ 103382.0, 510187.0 ], [ 103208.0, 510033.0 ], [ 103057.0, 509993.0 ], [ 102952.0, 510038.0 ], [ 102961.0, 510151.0 ], [ 103008.0, 510235.0 ], [ 103028.0, 510323.0 ] ], [ [ 104314.0, 509763.0 ], [ 104291.0, 509768.0 ], [ 104282.0, 509812.0 ], [ 104295.0, 509870.0 ], [ 104407.0, 509897.0 ], [ 104487.0, 509902.0 ], [ 104505.0, 509911.0 ], [ 104514.0, 509937.0 ], [ 104509.0, 509973.0 ], [ 104483.0, 509995.0 ], [ 104425.0, 510031.0 ], [ 104398.0, 510031.0 ], [ 104365.0, 510046.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101929.0, 508941.0 ], [ 102134.0, 508931.0 ], [ 102442.0, 508966.0 ], [ 102707.0, 509010.0 ], [ 102818.0, 509053.0 ], [ 102929.0, 509155.0 ], [ 103161.0, 509176.0 ], [ 103315.0, 509225.0 ] ], [ [ 102684.0, 510497.0 ], [ 102702.0, 510512.0 ], [ 102722.0, 510525.0 ], [ 102739.0, 510530.0 ], [ 102771.0, 510528.0 ], [ 102838.0, 510520.0 ], [ 102862.0, 510512.0 ], [ 102902.0, 510481.0 ], [ 102927.0, 510443.0 ], [ 102936.0, 510414.0 ], [ 102937.0, 510402.0 ], [ 102937.0, 510372.0 ], [ 102932.0, 510337.0 ], [ 102927.0, 510314.0 ] ], [ [ 102684.0, 510497.0 ], [ 102535.0, 510387.0 ], [ 102404.0, 510257.0 ], [ 102184.0, 510124.0 ] ], [ [ 103297.0, 509293.0 ], [ 103174.0, 509346.0 ], [ 102911.0, 509574.0 ], [ 102829.0, 509949.0 ], [ 102840.0, 510093.0 ], [ 102917.0, 510249.0 ], [ 102927.0, 510314.0 ] ], [ [ 103297.0, 509293.0 ], [ 103323.0, 509281.0 ], [ 103329.0, 509273.0 ], [ 103333.0, 509261.0 ], [ 103332.0, 509241.0 ], [ 103321.0, 509227.0 ], [ 103315.0, 509225.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107657.0, 510334.0 ], [ 107689.0, 510544.0 ], [ 107823.0, 510802.0 ], [ 108053.0, 510991.0 ], [ 108380.0, 511218.0 ], [ 108544.0, 511365.0 ], [ 108692.0, 511529.0 ], [ 108785.0, 511592.0 ], [ 108847.0, 511533.0 ], [ 108681.0, 511271.0 ], [ 108514.0, 511110.0 ], [ 108348.0, 510987.0 ], [ 108164.0, 510774.0 ], [ 108068.0, 510485.0 ], [ 107911.0, 510259.0 ], [ 107685.0, 510238.0 ], [ 107657.0, 510334.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104314.0, 510247.0 ], [ 104360.0, 510327.0 ], [ 104482.0, 510317.0 ], [ 104572.0, 510304.0 ], [ 104729.0, 510306.0 ], [ 104804.0, 510277.0 ], [ 104787.0, 510230.0 ], [ 104551.0, 510212.0 ], [ 104415.0, 510177.0 ], [ 104314.0, 510203.0 ], [ 104314.0, 510247.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102222.0, 510389.0 ], [ 102352.0, 510426.0 ], [ 102481.0, 510518.0 ], [ 102601.0, 510585.0 ], [ 102752.0, 510643.0 ], [ 102883.0, 510631.0 ], [ 103010.0, 510555.0 ], [ 103076.0, 510456.0 ], [ 103083.0, 510265.0 ], [ 102997.0, 510137.0 ], [ 102997.0, 510072.0 ], [ 103114.0, 510080.0 ], [ 103268.0, 510156.0 ], [ 103335.0, 510277.0 ], [ 103286.0, 510383.0 ], [ 103175.0, 510511.0 ], [ 103082.0, 510612.0 ], [ 102929.0, 510769.0 ], [ 102755.0, 510922.0 ], [ 102531.0, 511073.0 ], [ 102383.0, 511207.0 ], [ 102269.0, 511360.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103413.0, 509117.0 ], [ 103485.0, 509172.0 ], [ 103563.0, 509359.0 ], [ 103542.0, 509497.0 ], [ 103429.0, 509593.0 ], [ 103419.0, 509619.0 ] ], [ [ 103315.0, 509052.0 ], [ 103296.0, 509063.0 ], [ 103283.0, 509099.0 ], [ 103283.0, 509108.0 ], [ 103296.0, 509121.0 ], [ 103327.0, 509117.0 ], [ 103376.0, 509108.0 ], [ 103413.0, 509117.0 ] ], [ [ 103491.0, 509675.0 ], [ 103520.0, 509680.0 ], [ 103652.0, 509580.0 ], [ 103695.0, 509447.0 ], [ 103775.0, 509247.0 ], [ 103909.0, 509175.0 ], [ 104077.0, 509120.0 ], [ 104201.0, 509101.0 ], [ 104259.0, 509042.0 ], [ 104193.0, 508956.0 ], [ 104006.0, 508916.0 ], [ 103836.0, 508890.0 ] ], [ [ 103836.0, 508890.0 ], [ 103755.0, 508887.0 ], [ 103578.0, 508935.0 ], [ 103315.0, 509052.0 ] ], [ [ 103491.0, 509675.0 ], [ 103448.0, 509674.0 ], [ 103421.0, 509670.0 ], [ 103412.0, 509661.0 ], [ 103412.0, 509647.0 ], [ 103419.0, 509619.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 103944.0, 509310.0 ], [ 103892.0, 509364.0 ], [ 103865.0, 509485.0 ], [ 103993.0, 509611.0 ], [ 104291.0, 509632.0 ], [ 104554.0, 509571.0 ], [ 104657.0, 509448.0 ], [ 104582.0, 509261.0 ], [ 104320.0, 509200.0 ], [ 104084.0, 509239.0 ], [ 103994.0, 509267.0 ], [ 103944.0, 509310.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107575.0, 508836.0 ], [ 107481.0, 509100.0 ], [ 107456.0, 509205.0 ], [ 107544.0, 509242.0 ], [ 107691.0, 509181.0 ], [ 107833.0, 509136.0 ], [ 107947.0, 509032.0 ], [ 107891.0, 508846.0 ], [ 107691.0, 508762.0 ], [ 107621.0, 508775.0 ], [ 107575.0, 508836.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107381.0, 508671.0 ], [ 107292.0, 508755.0 ] ], [ [ 107292.0, 508755.0 ], [ 107257.0, 508829.0 ], [ 107172.0, 509134.0 ], [ 107056.0, 509458.0 ], [ 107078.0, 509644.0 ], [ 107201.0, 509715.0 ], [ 107457.0, 509549.0 ], [ 107664.0, 509384.0 ], [ 107915.0, 509276.0 ], [ 108103.0, 509071.0 ], [ 108042.0, 508829.0 ], [ 107779.0, 508690.0 ], [ 107602.0, 508609.0 ], [ 107398.0, 508660.0 ], [ 107381.0, 508671.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104292.0, 508684.0 ], [ 104251.0, 508662.0 ], [ 104228.0, 508626.0 ], [ 104224.0, 508599.0 ], [ 104224.0, 508568.0 ], [ 104242.0, 508550.0 ], [ 104309.0, 508555.0 ], [ 104362.0, 508555.0 ], [ 104393.0, 508546.0 ], [ 104425.0, 508532.0 ], [ 104438.0, 508510.0 ], [ 104425.0, 508483.0 ], [ 104424.0, 508486.0 ] ], [ [ 103372.0, 508200.0 ], [ 103334.0, 508333.0 ], [ 103341.0, 508525.0 ], [ 103554.0, 508689.0 ], [ 103789.0, 508683.0 ], [ 104035.0, 508720.0 ], [ 104212.0, 508822.0 ], [ 104333.0, 508883.0 ], [ 104453.0, 508873.0 ], [ 104466.0, 508790.0 ], [ 104292.0, 508684.0 ] ], [ [ 104424.0, 508486.0 ], [ 104301.0, 508405.0 ], [ 104205.0, 508301.0 ], [ 104166.0, 508003.0 ], [ 104104.0, 507780.0 ], [ 103950.0, 507687.0 ], [ 103851.0, 507729.0 ], [ 103870.0, 507873.0 ], [ 103861.0, 508042.0 ], [ 103687.0, 508060.0 ], [ 103530.0, 508003.0 ], [ 103432.0, 508045.0 ], [ 103372.0, 508200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102818.0, 508453.0 ], [ 102858.0, 508435.0 ], [ 102868.0, 508406.0 ], [ 102843.0, 508357.0 ], [ 102794.0, 508288.0 ], [ 102769.0, 508239.0 ], [ 102760.0, 508199.0 ], [ 102765.0, 508160.0 ], [ 102784.0, 508140.0 ], [ 102878.0, 508115.0 ], [ 102951.0, 508076.0 ], [ 103020.0, 508042.0 ], [ 103050.0, 508017.0 ], [ 103050.0, 508002.0 ], [ 103015.0, 507978.0 ], [ 102942.0, 507948.0 ], [ 102873.0, 507933.0 ], [ 102828.0, 507904.0 ], [ 102809.0, 507884.0 ], [ 102789.0, 507850.0 ], [ 102819.0, 507742.0 ], [ 102873.0, 507707.0 ], [ 102937.0, 507702.0 ], [ 103025.0, 507683.0 ], [ 103045.0, 507668.0 ], [ 103050.0, 507658.0 ], [ 103040.0, 507604.0 ], [ 103001.0, 507560.0 ], [ 102932.0, 507545.0 ], [ 102868.0, 507540.0 ], [ 102843.0, 507520.0 ], [ 102833.0, 507496.0 ], [ 102839.0, 507485.0 ] ], [ [ 102818.0, 508453.0 ], [ 102669.0, 508508.0 ], [ 102353.0, 508526.0 ], [ 102043.0, 508492.0 ], [ 101811.0, 508395.0 ] ], [ [ 101645.0, 507423.0 ], [ 101926.0, 507425.0 ], [ 102111.0, 507495.0 ], [ 102352.0, 507565.0 ], [ 102577.0, 507553.0 ], [ 102766.0, 507413.0 ], [ 102842.0, 507281.0 ], [ 102908.0, 507225.0 ], [ 103008.0, 507169.0 ], [ 103006.0, 507101.0 ], [ 102863.0, 507074.0 ], [ 102673.0, 506980.0 ], [ 102557.0, 506818.0 ], [ 102528.0, 506643.0 ], [ 102557.0, 506475.0 ], [ 102661.0, 506330.0 ], [ 102829.0, 506369.0 ], [ 102963.0, 506476.0 ], [ 102927.0, 506717.0 ], [ 102837.0, 506723.0 ], [ 102750.0, 506731.0 ], [ 102710.0, 506800.0 ], [ 102732.0, 506912.0 ], [ 102755.0, 506944.0 ], [ 102853.0, 506945.0 ], [ 102999.0, 506889.0 ], [ 103145.0, 506907.0 ], [ 103483.0, 507038.0 ], [ 103570.0, 507112.0 ], [ 103533.0, 507284.0 ], [ 103402.0, 507369.0 ], [ 103283.0, 507342.0 ], [ 103124.0, 507245.0 ], [ 102978.0, 507240.0 ], [ 102846.0, 507345.0 ], [ 102834.0, 507452.0 ], [ 102839.0, 507485.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105425.0, 507477.0 ], [ 105497.0, 507582.0 ], [ 105562.0, 507697.0 ], [ 105687.0, 507738.0 ], [ 105758.0, 507631.0 ], [ 105704.0, 507473.0 ], [ 105580.0, 507399.0 ], [ 105472.0, 507406.0 ], [ 105425.0, 507444.0 ], [ 105425.0, 507477.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105913.0, 505937.0 ], [ 105933.0, 506047.0 ], [ 105993.0, 506128.0 ], [ 106077.0, 506133.0 ], [ 106213.0, 506172.0 ], [ 106293.0, 506232.0 ], [ 106383.0, 506271.0 ], [ 106462.0, 506224.0 ], [ 106362.0, 505978.0 ], [ 106180.0, 505758.0 ], [ 106055.0, 505584.0 ], [ 105930.0, 505499.0 ] ], [ [ 105556.0, 505447.0 ], [ 105585.0, 505474.0 ], [ 105608.0, 505489.0 ], [ 105604.0, 505509.0 ], [ 105585.0, 505521.0 ], [ 105483.0, 505540.0 ], [ 105440.0, 505576.0 ], [ 105428.0, 505599.0 ], [ 105408.0, 505631.0 ], [ 105400.0, 505697.0 ], [ 105404.0, 505760.0 ], [ 105416.0, 505772.0 ], [ 105463.0, 505791.0 ], [ 105479.0, 505799.0 ], [ 105502.0, 505815.0 ], [ 105553.0, 505839.0 ], [ 105553.0, 505846.0 ], [ 105557.0, 505854.0 ], [ 105549.0, 505866.0 ], [ 105530.0, 505874.0 ], [ 105510.0, 505870.0 ], [ 105494.0, 505886.0 ], [ 105483.0, 505917.0 ], [ 105479.0, 505941.0 ], [ 105491.0, 505956.0 ], [ 105522.0, 505956.0 ], [ 105561.0, 505948.0 ], [ 105624.0, 505925.0 ], [ 105663.0, 505870.0 ], [ 105679.0, 505827.0 ], [ 105726.0, 505799.0 ], [ 105789.0, 505776.0 ], [ 105828.0, 505772.0 ], [ 105844.0, 505784.0 ], [ 105867.0, 505819.0 ], [ 105895.0, 505870.0 ], [ 105913.0, 505937.0 ] ], [ [ 105930.0, 505499.0 ], [ 105910.0, 505474.0 ], [ 105887.0, 505438.0 ], [ 105859.0, 505368.0 ], [ 105852.0, 505332.0 ], [ 105848.0, 505293.0 ], [ 105855.0, 505266.0 ], [ 105885.0, 505215.0 ] ], [ [ 106126.0, 506664.0 ], [ 106060.0, 506502.0 ], [ 105924.0, 506376.0 ], [ 105733.0, 506236.0 ], [ 105602.0, 506221.0 ], [ 105478.0, 506267.0 ], [ 105312.0, 506284.0 ], [ 105119.0, 506151.0 ], [ 104981.0, 506061.0 ], [ 104814.0, 506058.0 ], [ 104693.0, 506040.0 ], [ 104612.0, 505853.0 ], [ 104540.0, 505583.0 ], [ 104509.0, 505365.0 ], [ 104537.0, 505173.0 ], [ 104634.0, 505051.0 ], [ 104798.0, 505034.0 ], [ 104907.0, 504974.0 ], [ 104997.0, 504955.0 ], [ 105043.0, 504905.0 ], [ 105088.0, 504834.0 ], [ 105166.0, 504945.0 ], [ 105201.0, 505055.0 ], [ 105213.0, 505227.0 ], [ 105311.0, 505339.0 ], [ 105487.0, 505381.0 ], [ 105556.0, 505447.0 ] ], [ [ 105885.0, 505215.0 ], [ 105976.0, 505087.0 ], [ 106112.0, 504874.0 ], [ 106280.0, 504714.0 ] ], [ [ 106165.0, 504605.0 ], [ 106187.0, 504583.0 ], [ 106236.0, 504548.0 ], [ 106288.0, 504527.0 ], [ 106320.0, 504523.0 ], [ 106341.0, 504562.0 ], [ 106341.0, 504596.0 ], [ 106330.0, 504645.0 ], [ 106280.0, 504714.0 ] ], [ [ 104042.0, 506907.0 ], [ 104009.0, 506930.0 ], [ 103994.0, 506950.0 ], [ 103970.0, 506974.0 ], [ 103970.0, 506994.0 ], [ 104004.0, 507038.0 ], [ 104053.0, 507112.0 ], [ 104147.0, 507161.0 ], [ 104255.0, 507220.0 ], [ 104462.0, 507328.0 ], [ 104486.0, 507363.0 ], [ 104526.0, 507373.0 ], [ 104560.0, 507368.0 ], [ 104604.0, 507353.0 ], [ 104659.0, 507323.0 ], [ 104659.0, 507240.0 ], [ 104624.0, 507191.0 ], [ 104599.0, 507112.0 ], [ 104590.0, 507077.0 ], [ 104585.0, 507038.0 ], [ 104580.0, 507014.0 ], [ 104595.0, 506984.0 ], [ 104633.0, 506968.0 ] ], [ [ 109474.0, 509532.0 ], [ 109267.0, 509250.0 ], [ 109083.0, 509012.0 ], [ 108863.0, 508895.0 ], [ 108701.0, 508950.0 ], [ 108650.0, 509085.0 ], [ 108674.0, 509276.0 ], [ 108609.0, 509503.0 ], [ 108400.0, 509757.0 ], [ 108165.0, 509991.0 ], [ 107977.0, 510099.0 ], [ 107694.0, 510097.0 ], [ 107574.0, 510101.0 ], [ 107500.0, 510309.0 ], [ 107551.0, 510539.0 ], [ 107691.0, 510949.0 ], [ 107881.0, 511139.0 ], [ 108211.0, 511294.0 ], [ 108476.0, 511546.0 ], [ 108678.0, 511856.0 ], [ 108856.0, 512098.0 ], [ 108970.0, 512259.0 ], [ 108892.0, 512541.0 ], [ 108747.0, 512853.0 ], [ 108482.0, 513113.0 ], [ 108067.0, 513349.0 ], [ 107679.0, 513457.0 ], [ 107376.0, 513545.0 ], [ 107123.0, 513601.0 ], [ 106743.0, 513568.0 ], [ 106448.0, 513505.0 ], [ 106289.0, 513234.0 ], [ 106245.0, 512953.0 ], [ 106299.0, 512623.0 ], [ 106384.0, 512332.0 ], [ 106405.0, 511967.0 ], [ 106349.0, 511666.0 ], [ 106044.0, 511383.0 ], [ 105830.0, 511145.0 ], [ 105773.0, 510798.0 ], [ 105753.0, 510483.0 ], [ 105757.0, 510230.0 ], [ 105810.0, 509899.0 ], [ 105800.0, 509616.0 ], [ 105798.0, 509350.0 ], [ 105915.0, 509007.0 ], [ 106075.0, 508690.0 ], [ 106155.0, 508462.0 ], [ 106042.0, 508289.0 ], [ 105844.0, 508295.0 ], [ 105609.0, 508412.0 ], [ 105379.0, 508452.0 ], [ 105195.0, 508372.0 ], [ 105096.0, 508091.0 ], [ 105046.0, 507850.0 ], [ 104963.0, 507736.0 ], [ 104872.0, 507558.0 ], [ 104971.0, 507493.0 ], [ 105156.0, 507468.0 ], [ 105314.0, 507498.0 ], [ 105691.0, 507837.0 ], [ 105945.0, 507851.0 ], [ 106127.0, 507748.0 ], [ 106127.0, 507512.0 ], [ 105907.0, 507300.0 ], [ 105586.0, 507224.0 ], [ 105324.0, 507094.0 ], [ 105279.0, 506946.0 ], [ 105242.0, 506873.0 ], [ 105140.0, 506688.0 ], [ 105022.0, 506679.0 ], [ 104894.0, 506702.0 ], [ 104833.0, 506807.0 ], [ 104736.0, 506897.0 ], [ 104633.0, 506968.0 ] ], [ [ 104042.0, 506907.0 ], [ 104130.0, 506842.0 ], [ 104419.0, 506789.0 ], [ 104603.0, 506692.0 ], [ 104829.0, 506616.0 ], [ 104986.0, 506599.0 ], [ 105131.0, 506592.0 ], [ 105311.0, 506516.0 ], [ 105448.0, 506515.0 ], [ 105537.0, 506565.0 ], [ 105597.0, 506667.0 ], [ 105727.0, 506795.0 ], [ 105879.0, 506881.0 ], [ 105993.0, 506978.0 ], [ 106221.0, 507086.0 ], [ 106389.0, 507009.0 ], [ 106442.0, 506793.0 ], [ 106424.0, 506601.0 ], [ 106384.0, 506530.0 ] ], [ [ 106126.0, 506664.0 ], [ 106131.0, 506677.0 ], [ 106138.0, 506683.0 ], [ 106156.0, 506691.0 ], [ 106175.0, 506696.0 ], [ 106196.0, 506696.0 ], [ 106211.0, 506689.0 ], [ 106221.0, 506670.0 ], [ 106242.0, 506621.0 ], [ 106255.0, 506566.0 ], [ 106264.0, 506540.0 ], [ 106276.0, 506513.0 ], [ 106282.0, 506504.0 ], [ 106310.0, 506494.0 ], [ 106333.0, 506488.0 ], [ 106357.0, 506491.0 ], [ 106366.0, 506501.0 ], [ 106384.0, 506530.0 ] ], [ [ 106165.0, 504605.0 ], [ 106092.0, 504737.0 ], [ 105982.0, 504710.0 ], [ 105906.0, 504545.0 ], [ 105809.0, 504508.0 ], [ 105641.0, 504558.0 ], [ 105595.0, 504662.0 ], [ 105652.0, 504788.0 ], [ 105582.0, 504847.0 ], [ 105512.0, 504848.0 ], [ 105439.0, 504919.0 ], [ 105343.0, 504871.0 ], [ 105226.0, 504753.0 ], [ 105101.0, 504709.0 ], [ 104922.0, 504702.0 ], [ 104861.0, 504734.0 ], [ 104781.0, 504684.0 ], [ 104774.0, 504488.0 ], [ 104809.0, 504271.0 ], [ 104935.0, 504105.0 ], [ 105120.0, 504057.0 ], [ 105387.0, 504077.0 ], [ 105555.0, 504155.0 ], [ 105630.0, 504158.0 ], [ 105728.0, 504077.0 ], [ 105795.0, 503996.0 ], [ 105894.0, 503953.0 ], [ 105945.0, 503933.0 ], [ 106009.0, 503818.0 ], [ 105904.0, 503649.0 ], [ 105741.0, 503451.0 ], [ 105743.0, 503305.0 ], [ 105837.0, 503287.0 ], [ 105967.0, 503349.0 ], [ 106107.0, 503310.0 ], [ 106207.0, 503163.0 ], [ 106294.0, 502942.0 ], [ 106333.0, 502737.0 ], [ 106295.0, 502470.0 ], [ 106253.0, 502210.0 ], [ 106280.0, 501963.0 ], [ 106466.0, 501678.0 ], [ 106703.0, 501534.0 ], [ 107008.0, 501479.0 ], [ 107278.0, 501498.0 ], [ 107563.0, 501671.0 ], [ 107851.0, 501841.0 ], [ 108120.0, 501978.0 ], [ 108351.0, 502032.0 ], [ 108893.0, 502114.0 ], [ 109350.0, 502157.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103841.0, 506802.0 ], [ 103882.0, 506667.0 ], [ 103914.0, 506503.0 ], [ 104007.0, 506408.0 ], [ 104140.0, 506419.0 ], [ 104238.0, 506323.0 ], [ 104233.0, 506180.0 ], [ 104042.0, 506115.0 ], [ 103909.0, 506000.0 ], [ 103915.0, 505871.0 ], [ 104035.0, 505740.0 ], [ 104271.0, 505503.0 ], [ 104329.0, 505326.0 ], [ 104332.0, 505096.0 ], [ 104403.0, 504915.0 ], [ 104542.0, 504794.0 ], [ 104602.0, 504587.0 ], [ 104618.0, 504279.0 ], [ 104728.0, 503992.0 ], [ 104895.0, 503812.0 ], [ 105386.0, 503637.0 ], [ 105480.0, 503573.0 ], [ 105543.0, 503249.0 ], [ 105605.0, 502881.0 ], [ 105697.0, 502533.0 ], [ 105789.0, 501863.0 ], [ 105871.0, 501726.0 ], [ 105920.0, 501486.0 ], [ 105996.0, 501238.0 ], [ 106128.0, 501133.0 ], [ 106473.0, 501126.0 ], [ 106959.0, 501182.0 ], [ 107421.0, 501268.0 ], [ 107774.0, 501355.0 ], [ 107996.0, 501456.0 ], [ 108161.0, 501453.0 ], [ 108423.0, 501510.0 ], [ 108590.0, 501539.0 ], [ 108753.0, 501514.0 ], [ 108755.0, 501430.0 ], [ 108558.0, 501340.0 ], [ 108509.0, 501296.0 ] ], [ [ 103670.0, 506769.0 ], [ 103699.0, 506787.0 ], [ 103709.0, 506802.0 ], [ 103729.0, 506836.0 ], [ 103734.0, 506881.0 ], [ 103753.0, 506895.0 ], [ 103783.0, 506891.0 ], [ 103827.0, 506881.0 ], [ 103832.0, 506841.0 ], [ 103841.0, 506802.0 ] ], [ [ 108509.0, 501296.0 ], [ 108309.0, 501235.0 ], [ 108039.0, 501033.0 ], [ 107732.0, 500895.0 ], [ 107430.0, 500850.0 ], [ 107047.0, 500809.0 ], [ 106842.0, 500816.0 ], [ 106665.0, 500832.0 ], [ 106329.0, 500842.0 ], [ 106048.0, 500868.0 ], [ 105886.0, 500898.0 ], [ 105754.0, 501038.0 ], [ 105610.0, 501279.0 ], [ 105451.0, 501526.0 ], [ 105240.0, 501642.0 ], [ 104983.0, 501717.0 ], [ 104672.0, 501765.0 ], [ 104363.0, 501873.0 ], [ 104258.0, 502043.0 ], [ 104303.0, 502273.0 ], [ 104546.0, 502529.0 ], [ 104780.0, 502716.0 ], [ 104949.0, 502828.0 ], [ 105126.0, 502937.0 ], [ 105213.0, 503028.0 ], [ 105160.0, 503180.0 ], [ 105042.0, 503227.0 ], [ 104870.0, 503173.0 ], [ 104778.0, 503283.0 ], [ 104808.0, 503419.0 ], [ 104874.0, 503465.0 ], [ 105020.0, 503477.0 ], [ 105138.0, 503422.0 ], [ 105238.0, 503416.0 ], [ 105285.0, 503458.0 ], [ 105270.0, 503544.0 ], [ 105188.0, 503539.0 ], [ 105098.0, 503508.0 ], [ 105057.0, 503582.0 ], [ 105004.0, 503653.0 ], [ 104814.0, 503714.0 ], [ 104560.0, 503688.0 ], [ 104351.0, 503630.0 ], [ 104154.0, 503667.0 ], [ 104005.0, 503822.0 ], [ 103989.0, 503859.0 ], [ 103957.0, 503879.0 ], [ 103931.0, 503957.0 ], [ 103933.0, 504061.0 ], [ 103903.0, 504197.0 ], [ 103968.0, 504332.0 ], [ 103930.0, 504555.0 ], [ 103723.0, 504852.0 ], [ 103629.0, 505089.0 ], [ 103455.0, 505331.0 ], [ 103478.0, 505502.0 ], [ 103559.0, 505712.0 ], [ 103490.0, 505767.0 ], [ 103352.0, 505858.0 ], [ 103361.0, 505989.0 ], [ 103557.0, 506119.0 ], [ 103755.0, 506226.0 ], [ 103703.0, 506454.0 ], [ 103531.0, 506563.0 ], [ 103560.0, 506692.0 ], [ 103670.0, 506769.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104881.0, 506803.0 ], [ 104934.0, 506732.0 ], [ 105062.0, 506728.0 ], [ 105163.0, 506769.0 ], [ 105183.0, 506824.0 ], [ 105115.0, 506832.0 ], [ 105021.0, 506847.0 ], [ 104933.0, 506839.0 ], [ 104881.0, 506803.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105651.0, 506330.0 ], [ 105628.0, 506325.0 ], [ 105583.0, 506343.0 ], [ 105574.0, 506352.0 ], [ 105573.0, 506356.0 ], [ 105574.0, 506364.0 ], [ 105589.0, 506375.0 ], [ 105599.0, 506401.0 ], [ 105660.0, 506449.0 ], [ 105666.0, 506466.0 ], [ 105670.0, 506486.0 ], [ 105668.0, 506509.0 ], [ 105660.0, 506519.0 ], [ 105676.0, 506551.0 ], [ 105676.0, 506572.0 ], [ 105673.0, 506584.0 ], [ 105644.0, 506646.0 ], [ 105638.0, 506665.0 ], [ 105654.0, 506685.0 ] ], [ [ 105654.0, 506685.0 ], [ 105705.0, 506734.0 ], [ 105811.0, 506789.0 ], [ 105895.0, 506828.0 ], [ 105941.0, 506872.0 ] ], [ [ 105941.0, 506872.0 ], [ 105958.0, 506886.0 ], [ 105966.0, 506889.0 ], [ 105999.0, 506889.0 ], [ 105999.0, 506870.0 ], [ 105987.0, 506847.0 ], [ 105971.0, 506825.0 ], [ 105943.0, 506767.0 ], [ 105937.0, 506751.0 ], [ 105932.0, 506728.0 ], [ 105932.0, 506710.0 ], [ 105949.0, 506668.0 ], [ 105962.0, 506664.0 ], [ 105977.0, 506676.0 ], [ 106000.0, 506688.0 ], [ 106020.0, 506693.0 ], [ 106042.0, 506688.0 ], [ 106061.0, 506677.0 ], [ 106076.0, 506667.0 ], [ 106080.0, 506655.0 ], [ 106082.0, 506622.0 ], [ 106061.0, 506574.0 ], [ 106040.0, 506541.0 ], [ 106027.0, 506529.0 ], [ 106006.0, 506523.0 ], [ 105994.0, 506512.0 ] ], [ [ 105994.0, 506512.0 ], [ 105869.0, 506445.0 ], [ 105708.0, 506341.0 ], [ 105651.0, 506330.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105378.0, 506598.0 ], [ 105375.0, 506626.0 ] ], [ [ 105375.0, 506626.0 ], [ 105373.0, 506650.0 ], [ 105424.0, 506752.0 ], [ 105506.0, 506834.0 ], [ 105593.0, 506823.0 ], [ 105618.0, 506773.0 ], [ 105589.0, 506700.0 ], [ 105505.0, 506597.0 ], [ 105437.0, 506548.0 ], [ 105389.0, 506568.0 ], [ 105378.0, 506598.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 108330.0, 506819.0 ], [ 108246.0, 507077.0 ], [ 108046.0, 507454.0 ], [ 107945.0, 507979.0 ], [ 107967.0, 508282.0 ], [ 108014.0, 508427.0 ], [ 108185.0, 508444.0 ], [ 108351.0, 508232.0 ], [ 108425.0, 507850.0 ], [ 108423.0, 507415.0 ], [ 108416.0, 507091.0 ], [ 108489.0, 506737.0 ], [ 108502.0, 506568.0 ], [ 108462.0, 506464.0 ], [ 108386.0, 506558.0 ], [ 108330.0, 506819.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 101460.0, 506112.0 ], [ 101668.0, 506206.0 ], [ 101915.0, 506297.0 ], [ 102109.0, 506476.0 ], [ 102349.0, 506776.0 ], [ 102461.0, 506910.0 ], [ 102813.0, 507120.0 ], [ 102772.0, 507227.0 ], [ 102666.0, 507282.0 ], [ 102426.0, 507367.0 ], [ 102247.0, 507421.0 ], [ 102067.0, 507324.0 ], [ 101930.0, 507175.0 ], [ 101782.0, 507188.0 ], [ 101636.0, 507277.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102982.0, 506107.0 ], [ 103066.0, 506163.0 ], [ 103181.0, 506276.0 ], [ 103324.0, 506314.0 ], [ 103437.0, 506257.0 ], [ 103373.0, 506079.0 ], [ 103196.0, 505935.0 ], [ 103050.0, 505958.0 ], [ 102931.0, 506009.0 ], [ 102919.0, 506066.0 ], [ 102982.0, 506107.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106515.0, 505860.0 ], [ 106561.0, 505946.0 ], [ 106677.0, 506031.0 ], [ 106748.0, 506115.0 ], [ 106872.0, 506082.0 ], [ 106892.0, 505999.0 ], [ 106796.0, 505912.0 ], [ 106697.0, 505826.0 ] ], [ [ 106515.0, 505860.0 ], [ 106508.0, 505842.0 ], [ 106505.0, 505827.0 ], [ 106505.0, 505796.0 ], [ 106508.0, 505787.0 ], [ 106521.0, 505779.0 ], [ 106547.0, 505771.0 ], [ 106553.0, 505771.0 ], [ 106564.0, 505776.0 ], [ 106591.0, 505799.0 ], [ 106600.0, 505800.0 ], [ 106620.0, 505806.0 ], [ 106655.0, 505811.0 ], [ 106684.0, 505817.0 ], [ 106690.0, 505819.0 ], [ 106697.0, 505826.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 105497.0, 505745.0 ], [ 105496.0, 505781.0 ], [ 105566.0, 505824.0 ], [ 105587.0, 505850.0 ], [ 105620.0, 505841.0 ], [ 105601.0, 505752.0 ], [ 105542.0, 505726.0 ], [ 105497.0, 505745.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 102720.0, 505509.0 ], [ 102728.0, 505588.0 ], [ 102801.0, 505659.0 ], [ 102889.0, 505709.0 ], [ 102984.0, 505668.0 ], [ 103045.0, 505562.0 ], [ 102946.0, 505488.0 ], [ 102790.0, 505438.0 ], [ 102718.0, 505470.0 ], [ 102720.0, 505509.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109381.0, 503977.0 ], [ 108986.0, 503891.0 ], [ 108559.0, 503754.0 ], [ 108319.0, 503601.0 ], [ 108313.0, 503495.0 ], [ 108536.0, 503467.0 ], [ 108858.0, 503471.0 ], [ 108977.0, 503332.0 ], [ 108901.0, 503045.0 ], [ 108413.0, 502968.0 ], [ 107993.0, 503102.0 ], [ 107733.0, 503287.0 ], [ 107607.0, 503514.0 ], [ 107548.0, 503794.0 ], [ 107400.0, 504192.0 ], [ 107315.0, 504542.0 ], [ 107226.0, 504822.0 ], [ 107018.0, 505106.0 ], [ 106838.0, 505176.0 ] ], [ [ 106442.0, 505385.0 ], [ 106413.0, 505521.0 ], [ 106390.0, 505645.0 ], [ 106424.0, 505794.0 ], [ 106516.0, 505986.0 ], [ 106659.0, 506188.0 ], [ 106770.0, 506323.0 ], [ 106956.0, 506230.0 ], [ 107198.0, 506166.0 ], [ 107451.0, 505982.0 ], [ 107769.0, 505773.0 ], [ 107991.0, 505525.0 ], [ 108291.0, 505248.0 ], [ 108625.0, 505086.0 ], [ 108947.0, 504986.0 ], [ 109397.0, 504948.0 ] ], [ [ 106442.0, 505385.0 ], [ 106444.0, 505352.0 ], [ 106448.0, 505324.0 ], [ 106440.0, 505281.0 ], [ 106409.0, 505250.0 ], [ 106346.0, 505211.0 ], [ 106326.0, 505148.0 ], [ 106315.0, 505097.0 ], [ 106315.0, 505065.0 ], [ 106334.0, 505038.0 ], [ 106393.0, 504999.0 ], [ 106417.0, 504987.0 ], [ 106476.0, 504944.0 ], [ 106534.0, 504920.0 ], [ 106578.0, 504905.0 ], [ 106636.0, 504893.0 ], [ 106680.0, 504889.0 ], [ 106695.0, 504901.0 ], [ 106695.0, 504928.0 ], [ 106672.0, 504956.0 ], [ 106644.0, 505014.0 ], [ 106640.0, 505085.0 ], [ 106660.0, 505132.0 ], [ 106727.0, 505211.0 ], [ 106754.0, 505207.0 ], [ 106838.0, 505176.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104817.0, 504819.0 ], [ 104818.0, 504859.0 ] ], [ [ 104818.0, 504859.0 ], [ 104862.0, 504901.0 ], [ 104930.0, 504910.0 ], [ 104975.0, 504901.0 ], [ 105017.0, 504860.0 ], [ 105061.0, 504798.0 ], [ 105069.0, 504765.0 ], [ 104999.0, 504729.0 ], [ 104947.0, 504754.0 ], [ 104874.0, 504782.0 ], [ 104817.0, 504819.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103001.0, 503131.0 ], [ 103221.0, 503349.0 ], [ 103442.0, 503596.0 ], [ 103568.0, 503820.0 ], [ 103635.0, 503926.0 ], [ 103723.0, 503960.0 ], [ 103753.0, 503895.0 ], [ 103695.0, 503776.0 ], [ 103825.0, 503544.0 ], [ 103932.0, 503297.0 ], [ 103934.0, 503009.0 ], [ 103897.0, 502813.0 ], [ 103889.0, 502642.0 ], [ 103777.0, 502410.0 ], [ 103618.0, 502226.0 ], [ 103437.0, 502041.0 ], [ 103327.0, 501883.0 ], [ 103299.0, 501620.0 ], [ 103299.0, 501424.0 ] ], [ [ 103299.0, 501424.0 ], [ 103302.0, 501395.0 ], [ 103302.0, 501360.0 ], [ 103287.0, 501319.0 ], [ 103261.0, 501277.0 ], [ 103219.0, 501180.0 ], [ 103216.0, 501150.0 ], [ 103223.0, 501118.0 ], [ 103243.0, 501091.0 ], [ 103288.0, 501058.0 ], [ 103334.0, 501048.0 ], [ 103385.0, 501047.0 ], [ 103425.0, 501050.0 ], [ 103449.0, 501060.0 ], [ 103469.0, 501075.0 ], [ 103510.0, 501118.0 ], [ 103515.0, 501133.0 ], [ 103529.0, 501163.0 ], [ 103532.0, 501189.0 ], [ 103530.0, 501207.0 ] ], [ [ 102015.0, 501020.0 ], [ 102042.0, 501084.0 ], [ 102086.0, 501361.0 ], [ 102119.0, 501643.0 ], [ 102142.0, 501861.0 ], [ 102242.0, 502087.0 ], [ 102324.0, 502257.0 ] ], [ [ 101449.0, 503112.0 ], [ 101372.0, 502833.0 ], [ 101321.0, 502526.0 ], [ 101381.0, 502138.0 ], [ 101437.0, 501828.0 ], [ 101529.0, 501630.0 ], [ 101732.0, 501459.0 ], [ 101835.0, 501278.0 ], [ 101845.0, 501072.0 ], [ 101873.0, 500970.0 ] ], [ [ 101873.0, 500970.0 ], [ 101879.0, 500952.0 ], [ 101885.0, 500941.0 ], [ 101901.0, 500933.0 ], [ 101918.0, 500928.0 ], [ 101959.0, 500928.0 ], [ 101967.0, 500933.0 ], [ 101982.0, 500950.0 ], [ 101993.0, 500966.0 ], [ 102015.0, 501020.0 ] ], [ [ 105071.0, 499709.0 ], [ 105078.0, 499733.0 ], [ 105110.0, 499784.0 ], [ 105135.0, 499817.0 ], [ 105147.0, 499828.0 ], [ 105153.0, 499837.0 ], [ 105163.0, 499840.0 ], [ 105174.0, 499835.0 ], [ 105190.0, 499820.0 ], [ 105273.0, 499734.0 ], [ 105298.0, 499698.0 ], [ 105298.0, 499692.0 ], [ 105301.0, 499684.0 ] ], [ [ 105069.0, 499115.0 ], [ 105074.0, 499351.0 ], [ 105071.0, 499709.0 ] ], [ [ 105069.0, 499054.0 ], [ 105069.0, 499115.0 ] ], [ [ 104492.0, 498979.0 ], [ 104521.0, 498921.0 ], [ 104572.0, 498875.0 ], [ 104608.0, 498845.0 ], [ 104684.0, 498814.0 ], [ 104755.0, 498804.0 ], [ 104857.0, 498809.0 ], [ 104908.0, 498840.0 ], [ 105014.0, 498921.0 ], [ 105055.0, 498962.0 ], [ 105075.0, 498992.0 ], [ 105075.0, 499013.0 ], [ 105069.0, 499054.0 ] ], [ [ 105301.0, 499684.0 ], [ 105401.0, 499299.0 ], [ 105436.0, 498904.0 ], [ 105519.0, 498783.0 ] ], [ [ 105519.0, 498783.0 ], [ 105555.0, 498730.0 ], [ 105662.0, 498698.0 ], [ 105817.0, 498671.0 ], [ 105956.0, 498698.0 ], [ 106062.0, 498704.0 ], [ 106127.0, 498736.0 ], [ 106164.0, 498736.0 ], [ 106207.0, 498757.0 ], [ 106212.0, 498794.0 ], [ 106185.0, 498821.0 ], [ 106121.0, 498843.0 ], [ 106062.0, 498848.0 ], [ 106009.0, 498912.0 ], [ 105993.0, 498987.0 ], [ 105977.0, 499046.0 ], [ 105988.0, 499083.0 ], [ 105988.0, 499104.0 ], [ 106009.0, 499137.0 ], [ 106030.0, 499174.0 ], [ 106057.0, 499185.0 ] ], [ [ 106057.0, 499185.0 ], [ 106323.0, 499309.0 ], [ 106615.0, 499254.0 ], [ 106727.0, 499057.0 ], [ 106663.0, 498734.0 ], [ 106320.0, 498455.0 ], [ 106073.0, 498247.0 ] ], [ [ 105612.0, 498501.0 ], [ 105434.0, 498563.0 ], [ 105184.0, 498495.0 ], [ 105017.0, 498302.0 ], [ 104909.0, 498189.0 ] ], [ [ 104909.0, 498189.0 ], [ 104859.0, 498125.0 ], [ 104823.0, 498049.0 ], [ 104807.0, 497998.0 ], [ 104792.0, 497930.0 ], [ 104788.0, 497887.0 ], [ 104815.0, 497835.0 ], [ 104835.0, 497776.0 ], [ 104891.0, 497740.0 ], [ 104934.0, 497724.0 ], [ 105121.0, 497724.0 ], [ 105163.0, 497730.0 ] ], [ [ 105163.0, 497730.0 ], [ 105235.0, 497742.0 ], [ 105253.0, 497742.0 ], [ 105267.0, 497735.0 ], [ 105275.0, 497727.0 ], [ 105279.0, 497716.0 ], [ 105278.0, 497672.0 ], [ 105286.0, 497651.0 ] ], [ [ 105612.0, 498501.0 ], [ 105640.0, 498462.0 ], [ 105660.0, 498418.0 ], [ 105668.0, 498383.0 ], [ 105668.0, 498347.0 ], [ 105648.0, 498268.0 ], [ 105581.0, 498077.0 ], [ 105537.0, 497843.0 ], [ 105537.0, 497752.0 ], [ 105565.0, 497669.0 ], [ 105601.0, 497601.0 ], [ 105640.0, 497554.0 ], [ 105672.0, 497546.0 ], [ 105692.0, 497554.0 ], [ 105716.0, 497597.0 ], [ 105739.0, 497685.0 ], [ 105775.0, 497839.0 ], [ 105819.0, 497930.0 ], [ 105858.0, 498018.0 ], [ 105930.0, 498101.0 ], [ 106005.0, 498180.0 ], [ 106073.0, 498247.0 ] ], [ [ 105286.0, 497651.0 ], [ 105290.0, 497622.0 ], [ 105287.0, 497600.0 ], [ 105277.0, 497574.0 ], [ 105263.0, 497550.0 ], [ 105253.0, 497537.0 ], [ 105207.0, 497524.0 ], [ 105180.0, 497513.0 ] ], [ [ 103530.0, 501207.0 ], [ 103544.0, 501314.0 ], [ 103568.0, 501587.0 ], [ 103737.0, 501769.0 ], [ 103951.0, 501797.0 ], [ 104135.0, 501708.0 ], [ 104239.0, 501541.0 ], [ 104338.0, 501368.0 ], [ 104527.0, 501201.0 ], [ 104645.0, 501034.0 ], [ 104687.0, 500779.0 ], [ 104601.0, 500631.0 ], [ 104129.0, 500464.0 ], [ 103900.0, 500206.0 ], [ 103585.0, 500058.0 ], [ 103127.0, 499882.0 ], [ 102767.0, 499577.0 ], [ 102534.0, 499034.0 ], [ 102524.0, 498758.0 ], [ 102599.0, 498461.0 ], [ 102619.0, 498224.0 ], [ 102713.0, 498108.0 ], [ 102918.0, 498005.0 ], [ 103095.0, 497747.0 ], [ 103234.0, 497509.0 ], [ 103333.0, 497239.0 ], [ 103508.0, 497144.0 ], [ 103798.0, 497247.0 ], [ 104116.0, 497565.0 ], [ 104186.0, 497919.0 ], [ 104040.0, 498425.0 ], [ 103731.0, 498765.0 ], [ 103311.0, 498994.0 ], [ 103048.0, 499107.0 ], [ 102912.0, 499341.0 ], [ 102957.0, 499469.0 ], [ 103085.0, 499533.0 ], [ 103314.0, 499485.0 ], [ 103576.0, 499561.0 ], [ 103919.0, 499532.0 ], [ 104220.0, 499415.0 ], [ 104383.0, 499170.0 ], [ 104492.0, 498979.0 ] ], [ [ 105180.0, 497513.0 ], [ 105121.0, 497494.0 ], [ 105073.0, 497466.0 ], [ 105049.0, 497431.0 ], [ 105006.0, 497375.0 ], [ 104962.0, 497248.0 ], [ 104965.0, 497204.0 ], [ 104990.0, 497121.0 ], [ 105010.0, 497090.0 ] ], [ [ 104270.0, 497085.0 ], [ 104314.0, 497143.0 ], [ 104370.0, 497197.0 ], [ 104407.0, 497226.0 ], [ 104464.0, 497261.0 ], [ 104508.0, 497284.0 ], [ 104575.0, 497280.0 ], [ 104619.0, 497265.0 ], [ 104645.0, 497239.0 ], [ 104680.0, 497158.0 ], [ 104702.0, 497088.0 ], [ 104706.0, 497051.0 ], [ 104728.0, 497008.0 ], [ 104754.0, 496978.0 ] ], [ [ 103754.0, 496704.0 ], [ 104112.0, 496919.0 ], [ 104230.0, 497037.0 ], [ 104270.0, 497085.0 ] ], [ [ 104754.0, 496978.0 ], [ 104833.0, 496865.0 ], [ 105017.0, 496703.0 ] ], [ [ 105010.0, 497090.0 ], [ 105059.0, 496984.0 ], [ 105241.0, 496703.0 ] ], [ [ 105241.0, 496703.0 ], [ 105017.0, 496703.0 ] ], [ [ 102130.0, 504637.0 ], [ 102132.0, 504642.0 ] ], [ [ 102130.0, 504637.0 ], [ 102115.0, 504571.0 ], [ 102118.0, 504531.0 ], [ 102141.0, 504462.0 ], [ 102161.0, 504364.0 ], [ 102178.0, 504318.0 ], [ 102198.0, 504273.0 ], [ 102230.0, 504227.0 ], [ 102270.0, 504198.0 ], [ 102308.0, 504186.0 ], [ 102385.0, 504140.0 ], [ 102440.0, 504115.0 ], [ 102480.0, 504063.0 ], [ 102500.0, 504017.0 ], [ 102520.0, 503988.0 ], [ 102520.0, 503974.0 ], [ 102508.0, 503965.0 ], [ 102497.0, 503954.0 ], [ 102457.0, 503957.0 ], [ 102425.0, 503983.0 ], [ 102371.0, 504034.0 ], [ 102342.0, 504074.0 ], [ 102302.0, 504103.0 ], [ 102170.0, 504149.0 ], [ 102141.0, 504161.0 ], [ 102109.0, 504152.0 ], [ 102101.0, 504118.0 ], [ 102101.0, 504066.0 ], [ 102115.0, 504020.0 ], [ 102153.0, 503963.0 ], [ 102175.0, 503942.0 ], [ 102196.0, 503897.0 ], [ 102207.0, 503862.0 ], [ 102207.0, 503822.0 ], [ 102187.0, 503765.0 ], [ 102190.0, 503744.0 ], [ 102204.0, 503736.0 ], [ 102207.0, 503716.0 ], [ 102196.0, 503716.0 ], [ 102155.0, 503693.0 ], [ 102118.0, 503676.0 ], [ 102087.0, 503644.0 ], [ 102078.0, 503621.0 ], [ 102052.0, 503587.0 ], [ 102052.0, 503575.0 ], [ 102067.0, 503553.0 ] ], [ [ 102067.0, 503553.0 ], [ 102069.0, 503549.0 ], [ 102085.0, 503548.0 ] ], [ [ 102085.0, 503548.0 ], [ 102096.0, 503551.0 ], [ 102136.0, 503527.0 ], [ 102175.0, 503492.0 ], [ 102191.0, 503445.0 ], [ 102203.0, 503374.0 ], [ 102187.0, 503334.0 ], [ 102155.0, 503307.0 ], [ 102135.0, 503297.0 ] ], [ [ 102132.0, 504642.0 ], [ 102172.0, 504783.0 ], [ 102398.0, 504846.0 ], [ 102827.0, 504844.0 ], [ 103065.0, 504820.0 ], [ 103357.0, 504762.0 ], [ 103598.0, 504646.0 ], [ 103725.0, 504472.0 ], [ 103833.0, 504331.0 ], [ 103802.0, 504187.0 ], [ 103627.0, 504043.0 ], [ 103167.0, 503619.0 ], [ 102916.0, 503412.0 ], [ 102776.0, 503288.0 ], [ 102653.0, 503145.0 ] ], [ [ 101770.0, 503129.0 ], [ 102028.0, 503254.0 ], [ 102135.0, 503297.0 ] ], [ [ 101316.0, 503204.0 ], [ 101340.0, 503216.0 ], [ 101363.0, 503216.0 ], [ 101446.0, 503208.0 ], [ 101458.0, 503188.0 ], [ 101458.0, 503149.0 ], [ 101449.0, 503112.0 ] ], [ [ 102653.0, 503145.0 ], [ 102631.0, 503102.0 ], [ 102628.0, 503084.0 ], [ 102631.0, 503066.0 ], [ 102657.0, 503037.0 ], [ 102685.0, 503015.0 ], [ 102746.0, 503005.0 ], [ 102789.0, 503015.0 ], [ 102829.0, 503033.0 ], [ 102915.0, 503080.0 ], [ 102973.0, 503116.0 ], [ 103001.0, 503131.0 ] ], [ [ 100886.0, 502797.0 ], [ 101134.0, 503067.0 ], [ 101316.0, 503204.0 ] ], [ [ 101770.0, 503129.0 ], [ 101730.0, 503091.0 ], [ 101673.0, 503011.0 ], [ 101641.0, 502927.0 ], [ 101610.0, 502851.0 ], [ 101610.0, 502820.0 ], [ 101615.0, 502798.0 ], [ 101637.0, 502749.0 ], [ 101648.0, 502738.0 ] ], [ [ 101687.0, 502736.0 ], [ 101721.0, 502763.0 ], [ 101761.0, 502803.0 ], [ 101810.0, 502856.0 ], [ 101841.0, 502856.0 ], [ 101868.0, 502838.0 ], [ 101881.0, 502820.0 ] ], [ [ 101648.0, 502738.0 ], [ 101661.0, 502732.0 ], [ 101670.0, 502730.0 ], [ 101679.0, 502730.0 ], [ 101687.0, 502736.0 ] ], [ [ 101950.0, 502656.0 ], [ 101909.0, 502776.0 ], [ 101881.0, 502820.0 ] ], [ [ 101950.0, 502656.0 ], [ 101958.0, 502634.0 ], [ 101976.0, 502614.0 ], [ 101990.0, 502611.0 ] ], [ [ 102231.0, 502542.0 ], [ 102133.0, 502560.0 ], [ 101990.0, 502611.0 ] ], [ [ 102231.0, 502542.0 ], [ 102276.0, 502536.0 ], [ 102298.0, 502536.0 ], [ 102347.0, 502514.0 ], [ 102364.0, 502465.0 ], [ 102364.0, 502349.0 ], [ 102337.0, 502285.0 ] ], [ [ 102324.0, 502257.0 ], [ 102337.0, 502285.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103182.0, 501370.0 ], [ 103212.0, 501545.0 ], [ 103139.0, 501710.0 ], [ 103031.0, 501801.0 ], [ 102830.0, 501730.0 ], [ 102729.0, 501718.0 ] ], [ [ 102465.0, 502447.0 ], [ 102447.0, 502268.0 ], [ 102376.0, 502058.0 ], [ 102264.0, 501842.0 ], [ 102221.0, 501452.0 ], [ 102154.0, 501100.0 ], [ 102135.0, 501058.0 ] ], [ [ 103182.0, 501370.0 ], [ 103172.0, 501322.0 ], [ 103162.0, 501263.0 ], [ 103148.0, 501107.0 ], [ 103146.0, 501058.0 ], [ 103150.0, 501031.0 ], [ 103160.0, 501011.0 ], [ 103180.0, 500989.0 ], [ 103217.0, 500967.0 ], [ 103253.0, 500959.0 ], [ 103324.0, 500930.0 ], [ 103397.0, 500918.0 ], [ 103454.0, 500916.0 ], [ 103532.0, 500905.0 ], [ 103627.0, 500910.0 ], [ 103759.0, 500911.0 ], [ 103779.0, 500923.0 ], [ 103792.0, 500949.0 ], [ 103821.0, 501023.0 ], [ 103833.0, 501072.0 ], [ 103838.0, 501133.0 ], [ 103801.0, 501234.0 ], [ 103767.0, 501316.0 ], [ 103745.0, 501388.0 ], [ 103728.0, 501415.0 ], [ 103723.0, 501420.0 ], [ 103721.0, 501427.0 ], [ 103727.0, 501447.0 ] ], [ [ 101807.0, 500951.0 ], [ 101826.0, 500886.0 ], [ 101834.0, 500873.0 ], [ 101842.0, 500852.0 ], [ 101850.0, 500842.0 ], [ 101866.0, 500835.0 ], [ 101909.0, 500821.0 ], [ 101936.0, 500814.0 ], [ 101972.0, 500801.0 ], [ 102001.0, 500801.0 ], [ 102018.0, 500810.0 ], [ 102035.0, 500831.0 ], [ 102062.0, 500880.0 ], [ 102113.0, 500995.0 ], [ 102135.0, 501058.0 ] ], [ [ 101807.0, 500951.0 ], [ 101780.0, 501026.0 ], [ 101784.0, 501173.0 ], [ 101675.0, 501365.0 ], [ 101417.0, 501594.0 ], [ 101176.0, 501674.0 ], [ 100946.0, 501576.0 ], [ 100854.0, 501298.0 ], [ 100891.0, 500983.0 ], [ 101100.0, 500741.0 ], [ 101356.0, 500586.0 ], [ 101439.0, 500509.0 ] ], [ [ 103000.0, 504156.0 ], [ 103035.0, 504253.0 ], [ 103061.0, 504426.0 ], [ 102982.0, 504559.0 ], [ 102813.0, 504522.0 ], [ 102485.0, 504540.0 ], [ 102299.0, 504514.0 ] ], [ [ 103000.0, 504156.0 ], [ 102988.0, 504120.0 ], [ 102962.0, 504060.0 ], [ 102959.0, 504017.0 ], [ 102959.0, 504006.0 ], [ 102970.0, 503994.0 ], [ 102993.0, 503991.0 ], [ 103045.0, 503997.0 ], [ 103097.0, 504006.0 ], [ 103120.0, 504029.0 ], [ 103148.0, 504066.0 ], [ 103177.0, 504120.0 ], [ 103187.0, 504144.0 ] ], [ [ 102299.0, 504514.0 ], [ 102270.0, 504505.0 ], [ 102259.0, 504479.0 ], [ 102256.0, 504419.0 ], [ 102282.0, 504370.0 ], [ 102333.0, 504344.0 ], [ 102402.0, 504275.0 ], [ 102465.0, 504227.0 ], [ 102546.0, 504169.0 ], [ 102661.0, 504069.0 ], [ 102681.0, 504043.0 ], [ 102686.0, 504000.0 ], [ 102658.0, 503942.0 ], [ 102600.0, 503856.0 ], [ 102566.0, 503831.0 ], [ 102552.0, 503827.0 ] ], [ [ 102552.0, 503827.0 ], [ 102262.0, 503721.0 ], [ 102206.0, 503695.0 ] ], [ [ 101439.0, 500509.0 ], [ 101452.0, 500488.0 ], [ 101478.0, 500471.0 ], [ 101508.0, 500461.0 ], [ 101576.0, 500451.0 ], [ 101717.0, 500427.0 ], [ 101770.0, 500423.0 ], [ 101874.0, 500403.0 ], [ 101886.0, 500389.0 ], [ 101935.0, 500310.0 ], [ 101947.0, 500286.0 ], [ 101945.0, 500262.0 ], [ 101931.0, 500234.0 ], [ 101858.0, 500198.0 ], [ 101798.0, 500163.0 ], [ 101778.0, 500147.0 ], [ 101758.0, 500121.0 ], [ 101737.0, 500097.0 ], [ 101719.0, 500069.0 ], [ 101701.0, 500045.0 ], [ 101697.0, 500029.0 ], [ 101695.0, 499984.0 ], [ 101715.0, 499966.0 ], [ 101741.0, 499958.0 ], [ 101764.0, 499946.0 ], [ 101796.0, 499940.0 ], [ 101820.0, 499944.0 ], [ 101846.0, 499952.0 ], [ 101862.0, 499964.0 ], [ 101884.0, 499962.0 ], [ 101893.0, 499952.0 ], [ 101903.0, 499892.0 ], [ 101890.0, 499877.0 ], [ 101860.0, 499865.0 ], [ 101806.0, 499865.0 ], [ 101764.0, 499857.0 ], [ 101735.0, 499847.0 ], [ 101711.0, 499843.0 ], [ 101685.0, 499861.0 ], [ 101588.0, 499882.0 ], [ 101456.0, 499914.0 ], [ 101286.0, 499960.0 ], [ 101248.0, 499966.0 ], [ 101228.0, 499984.0 ], [ 101212.0, 499984.0 ], [ 101149.0, 499962.0 ] ], [ [ 102206.0, 503695.0 ], [ 102175.0, 503678.0 ], [ 102170.0, 503658.0 ], [ 102167.0, 503627.0 ], [ 102167.0, 503595.0 ], [ 102193.0, 503575.0 ], [ 102273.0, 503535.0 ] ], [ [ 102273.0, 503535.0 ], [ 102290.0, 503527.0 ] ], [ [ 102629.0, 503194.0 ], [ 102866.0, 503445.0 ], [ 103552.0, 504005.0 ], [ 103743.0, 504149.0 ], [ 103759.0, 504287.0 ], [ 103680.0, 504397.0 ], [ 103537.0, 504454.0 ], [ 103436.0, 504414.0 ], [ 103260.0, 504249.0 ], [ 103187.0, 504144.0 ] ], [ [ 102629.0, 503194.0 ], [ 102603.0, 503159.0 ], [ 102588.0, 503102.0 ], [ 102581.0, 503030.0 ], [ 102592.0, 503012.0 ], [ 102596.0, 502994.0 ], [ 102653.0, 502965.0 ], [ 102696.0, 502940.0 ], [ 102757.0, 502933.0 ], [ 102833.0, 502958.0 ], [ 102894.0, 502969.0 ], [ 102947.0, 502987.0 ], [ 102980.0, 503005.0 ], [ 103005.0, 503029.0 ] ], [ [ 101149.0, 499962.0 ], [ 100753.0, 499835.0 ], [ 100282.0, 499576.0 ], [ 99892.0, 499441.0 ], [ 99520.0, 499255.0 ], [ 99094.0, 498976.0 ], [ 98866.0, 498811.0 ], [ 98700.0, 498667.0 ] ], [ [ 101079.0, 499609.0 ], [ 101128.0, 499645.0 ], [ 101291.0, 499727.0 ], [ 101347.0, 499727.0 ], [ 101383.0, 499696.0 ], [ 101439.0, 499625.0 ], [ 101444.0, 499579.0 ], [ 101439.0, 499497.0 ], [ 101368.0, 499345.0 ], [ 101337.0, 499263.0 ], [ 101332.0, 499177.0 ], [ 101332.0, 499121.0 ], [ 101347.0, 499024.0 ], [ 101403.0, 498973.0 ], [ 101469.0, 498953.0 ], [ 101607.0, 498948.0 ], [ 101724.0, 498963.0 ], [ 101841.0, 498968.0 ], [ 101938.0, 498983.0 ], [ 102019.0, 498988.0 ], [ 102065.0, 498973.0 ], [ 102106.0, 498932.0 ], [ 102116.0, 498887.0 ], [ 102121.0, 498841.0 ], [ 102085.0, 498749.0 ], [ 101999.0, 498642.0 ], [ 101917.0, 498535.0 ], [ 101831.0, 498439.0 ], [ 101810.0, 498410.0 ] ], [ [ 102282.0, 498378.0 ], [ 102307.0, 498804.0 ], [ 102407.0, 499140.0 ], [ 102531.0, 499491.0 ], [ 102704.0, 499895.0 ], [ 102900.0, 500066.0 ], [ 103636.0, 500230.0 ], [ 103934.0, 500365.0 ], [ 104169.0, 500586.0 ], [ 104407.0, 500691.0 ], [ 104631.0, 500810.0 ], [ 104593.0, 501004.0 ], [ 104408.0, 501201.0 ], [ 104216.0, 501364.0 ], [ 104055.0, 501546.0 ], [ 103931.0, 501618.0 ], [ 103779.0, 501578.0 ], [ 103727.0, 501447.0 ] ], [ [ 101810.0, 498410.0 ], [ 101800.0, 498397.0 ] ], [ [ 102290.0, 503527.0 ], [ 102348.0, 503491.0 ], [ 102383.0, 503456.0 ], [ 102419.0, 503407.0 ], [ 102414.0, 503376.0 ], [ 102357.0, 503282.0 ], [ 102312.0, 503225.0 ], [ 102263.0, 503193.0 ], [ 102201.0, 503180.0 ], [ 102166.0, 503167.0 ], [ 102108.0, 503149.0 ], [ 102063.0, 503109.0 ], [ 102006.0, 503069.0 ], [ 101988.0, 503011.0 ], [ 101952.0, 502923.0 ], [ 101948.0, 502887.0 ], [ 101952.0, 502856.0 ], [ 101970.0, 502829.0 ], [ 102006.0, 502758.0 ], [ 102010.0, 502714.0 ], [ 102046.0, 502687.0 ], [ 102145.0, 502659.0 ] ], [ [ 102322.0, 498130.0 ], [ 102280.0, 498347.0 ], [ 102282.0, 498378.0 ] ], [ [ 102145.0, 502659.0 ], [ 102258.0, 502638.0 ], [ 102358.0, 502597.0 ] ], [ [ 101800.0, 498397.0 ], [ 101752.0, 498321.0 ], [ 101747.0, 498288.0 ], [ 101745.0, 498254.0 ], [ 101764.0, 498191.0 ], [ 101785.0, 498154.0 ], [ 101809.0, 498129.0 ], [ 101859.0, 498114.0 ], [ 101892.0, 498112.0 ], [ 101960.0, 498124.0 ], [ 101986.0, 498124.0 ], [ 102020.0, 498116.0 ], [ 102050.0, 498099.0 ], [ 102107.0, 498085.0 ], [ 102138.0, 498073.0 ], [ 102166.0, 498060.0 ], [ 102216.0, 498032.0 ], [ 102249.0, 498006.0 ], [ 102293.0, 497957.0 ], [ 102309.0, 497957.0 ], [ 102326.0, 497979.0 ], [ 102337.0, 498004.0 ], [ 102338.0, 498022.0 ], [ 102330.0, 498100.0 ], [ 102322.0, 498130.0 ] ], [ [ 102358.0, 502597.0 ], [ 102408.0, 502597.0 ], [ 102463.0, 502581.0 ], [ 102474.0, 502542.0 ], [ 102474.0, 502503.0 ], [ 102465.0, 502447.0 ] ], [ [ 98565.0, 497627.0 ], [ 98783.0, 497846.0 ], [ 99168.0, 498081.0 ], [ 99494.0, 498227.0 ], [ 99657.0, 498361.0 ], [ 99886.0, 498678.0 ], [ 100124.0, 498845.0 ], [ 100608.0, 499244.0 ], [ 100880.0, 499472.0 ], [ 101079.0, 499609.0 ] ], [ [ 102727.0, 501815.0 ], [ 102878.0, 501825.0 ], [ 102976.0, 501908.0 ], [ 102980.0, 502037.0 ], [ 103113.0, 502209.0 ], [ 103236.0, 502192.0 ], [ 103461.0, 502286.0 ], [ 103680.0, 502625.0 ], [ 103814.0, 503010.0 ], [ 103802.0, 503223.0 ], [ 103696.0, 503324.0 ], [ 103441.0, 503364.0 ], [ 103203.0, 503187.0 ], [ 103005.0, 503029.0 ] ], [ [ 102727.0, 501815.0 ], [ 102719.0, 501815.0 ], [ 102711.0, 501812.0 ], [ 102676.0, 501790.0 ], [ 102670.0, 501783.0 ], [ 102668.0, 501768.0 ], [ 102683.0, 501748.0 ], [ 102707.0, 501724.0 ], [ 102716.0, 501720.0 ], [ 102729.0, 501718.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101707.0, 504129.0 ], [ 101610.0, 504120.0 ], [ 101040.0, 504081.0 ] ], [ [ 101707.0, 504129.0 ], [ 101748.0, 504129.0 ], [ 101782.0, 504135.0 ], [ 101834.0, 504132.0 ], [ 101883.0, 504109.0 ], [ 101943.0, 504060.0 ], [ 102009.0, 504011.0 ], [ 102081.0, 503928.0 ], [ 102089.0, 503902.0 ], [ 102101.0, 503871.0 ], [ 102109.0, 503839.0 ], [ 102112.0, 503782.0 ], [ 102098.0, 503750.0 ], [ 102075.0, 503716.0 ], [ 102049.0, 503704.0 ], [ 102009.0, 503696.0 ], [ 101998.0, 503707.0 ], [ 101955.0, 503765.0 ], [ 101911.0, 503876.0 ], [ 101863.0, 503931.0 ], [ 101848.0, 503945.0 ], [ 101808.0, 503954.0 ], [ 101762.0, 503948.0 ], [ 101725.0, 503925.0 ], [ 101711.0, 503899.0 ] ], [ [ 100976.0, 503338.0 ], [ 101246.0, 503448.0 ], [ 101533.0, 503559.0 ], [ 101654.0, 503688.0 ], [ 101677.0, 503838.0 ], [ 101711.0, 503899.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 108012.0, 503905.0 ], [ 107991.0, 504076.0 ], [ 108103.0, 504257.0 ], [ 108317.0, 504418.0 ], [ 108696.0, 504483.0 ], [ 108887.0, 504508.0 ], [ 108915.0, 504397.0 ], [ 108714.0, 504128.0 ], [ 108398.0, 503984.0 ], [ 108207.0, 503825.0 ], [ 108084.0, 503835.0 ], [ 108012.0, 503905.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102925.0, 503351.0 ], [ 102712.0, 503168.0 ] ], [ [ 102850.0, 503102.0 ], [ 103014.0, 503260.0 ], [ 103191.0, 503437.0 ], [ 103322.0, 503576.0 ], [ 103471.0, 503754.0 ], [ 103549.0, 503886.0 ], [ 103633.0, 503972.0 ], [ 103732.0, 504023.0 ], [ 103808.0, 504088.0 ], [ 103787.0, 504099.0 ], [ 103734.0, 504071.0 ], [ 103613.0, 503962.0 ], [ 103512.0, 503879.0 ], [ 103327.0, 503677.0 ], [ 102925.0, 503351.0 ] ], [ [ 102712.0, 503168.0 ], [ 102696.0, 503155.0 ], [ 102696.0, 503148.0 ], [ 102689.0, 503141.0 ], [ 102685.0, 503109.0 ], [ 102707.0, 503069.0 ], [ 102732.0, 503059.0 ], [ 102750.0, 503055.0 ], [ 102793.0, 503073.0 ], [ 102818.0, 503080.0 ], [ 102850.0, 503102.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101431.0, 502714.0 ], [ 101447.0, 502738.0 ], [ 101455.0, 502747.0 ], [ 101461.0, 502747.0 ], [ 101467.0, 502741.0 ], [ 101470.0, 502722.0 ], [ 101477.0, 502695.0 ], [ 101490.0, 502658.0 ], [ 101497.0, 502624.0 ], [ 101497.0, 502628.0 ], [ 101517.0, 502569.0 ], [ 101519.0, 502559.0 ] ], [ [ 101519.0, 502559.0 ], [ 101623.0, 502395.0 ] ], [ [ 101623.0, 502395.0 ], [ 101636.0, 502373.0 ], [ 101666.0, 502359.0 ], [ 101758.0, 502331.0 ], [ 101797.0, 502328.0 ], [ 101828.0, 502345.0 ], [ 101870.0, 502386.0 ], [ 101945.0, 502470.0 ], [ 101975.0, 502492.0 ], [ 102000.0, 502492.0 ], [ 102056.0, 502487.0 ], [ 102114.0, 502501.0 ], [ 102167.0, 502517.0 ], [ 102215.0, 502526.0 ], [ 102234.0, 502526.0 ], [ 102284.0, 502492.0 ], [ 102306.0, 502437.0 ], [ 102301.0, 502392.0 ], [ 102296.0, 502387.0 ] ], [ [ 101413.0, 502183.0 ], [ 101394.0, 502381.0 ], [ 101386.0, 502568.0 ], [ 101396.0, 502675.0 ], [ 101431.0, 502714.0 ] ], [ [ 101465.0, 502059.0 ], [ 101413.0, 502183.0 ] ], [ [ 102296.0, 502387.0 ], [ 102193.0, 502202.0 ], [ 102088.0, 502041.0 ] ], [ [ 101465.0, 502059.0 ], [ 101474.0, 502036.0 ], [ 101502.0, 502016.0 ], [ 101616.0, 502025.0 ], [ 101669.0, 502025.0 ], [ 101742.0, 501980.0 ], [ 101778.0, 501972.0 ], [ 101836.0, 501955.0 ], [ 101892.0, 501950.0 ], [ 101931.0, 501958.0 ], [ 101998.0, 501961.0 ], [ 102023.0, 501969.0 ], [ 102067.0, 502003.0 ], [ 102088.0, 502041.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103432.0, 501173.0 ], [ 103486.0, 501440.0 ], [ 103601.0, 501765.0 ], [ 103792.0, 501912.0 ], [ 104045.0, 501902.0 ], [ 104148.0, 502036.0 ], [ 104222.0, 502309.0 ], [ 104458.0, 502587.0 ], [ 104734.0, 502799.0 ], [ 104931.0, 502921.0 ], [ 105108.0, 503045.0 ], [ 105154.0, 503128.0 ], [ 105083.0, 503178.0 ], [ 104916.0, 503133.0 ], [ 104663.0, 503057.0 ], [ 104444.0, 502809.0 ], [ 104199.0, 502709.0 ], [ 103989.0, 502641.0 ], [ 103809.0, 502411.0 ], [ 103586.0, 502114.0 ], [ 103413.0, 501872.0 ], [ 103378.0, 501573.0 ], [ 103353.0, 501405.0 ] ], [ [ 103353.0, 501405.0 ], [ 103351.0, 501387.0 ], [ 103351.0, 501353.0 ], [ 103346.0, 501336.0 ], [ 103331.0, 501289.0 ], [ 103310.0, 501255.0 ], [ 103292.0, 501217.0 ], [ 103287.0, 501197.0 ], [ 103287.0, 501185.0 ], [ 103316.0, 501145.0 ], [ 103331.0, 501138.0 ], [ 103358.0, 501135.0 ], [ 103388.0, 501129.0 ], [ 103403.0, 501129.0 ], [ 103410.0, 501133.0 ], [ 103431.0, 501160.0 ], [ 103432.0, 501173.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105529.0, 500519.0 ], [ 105513.0, 500511.0 ], [ 105405.0, 500481.0 ], [ 105318.0, 500558.0 ], [ 105328.0, 500651.0 ], [ 105450.0, 500667.0 ], [ 105546.0, 500628.0 ], [ 105616.0, 500610.0 ] ], [ [ 105616.0, 500610.0 ], [ 105621.0, 500608.0 ], [ 105622.0, 500604.0 ], [ 105622.0, 500599.0 ], [ 105619.0, 500593.0 ] ], [ [ 105619.0, 500593.0 ], [ 105594.0, 500541.0 ], [ 105529.0, 500519.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101217.0, 500349.0 ], [ 100974.0, 500502.0 ], [ 100670.0, 500701.0 ], [ 100487.0, 500962.0 ], [ 100397.0, 501184.0 ] ], [ [ 98776.0, 498938.0 ], [ 99119.0, 499158.0 ], [ 99537.0, 499417.0 ], [ 99904.0, 499625.0 ], [ 100319.0, 499761.0 ], [ 100781.0, 499959.0 ], [ 101170.0, 500039.0 ], [ 101334.0, 500047.0 ] ], [ [ 101217.0, 500349.0 ], [ 101242.0, 500337.0 ], [ 101266.0, 500328.0 ], [ 101292.0, 500327.0 ], [ 101385.0, 500336.0 ], [ 101454.0, 500349.0 ], [ 101502.0, 500364.0 ], [ 101583.0, 500394.0 ], [ 101638.0, 500403.0 ], [ 101657.0, 500391.0 ], [ 101676.0, 500383.0 ], [ 101708.0, 500364.0 ], [ 101744.0, 500346.0 ], [ 101748.0, 500337.0 ], [ 101744.0, 500318.0 ], [ 101712.0, 500256.0 ], [ 101692.0, 500224.0 ], [ 101658.0, 500151.0 ], [ 101635.0, 500049.0 ], [ 101628.0, 500024.0 ], [ 101616.0, 500015.0 ], [ 101601.0, 500009.0 ], [ 101580.0, 500009.0 ], [ 101446.0, 500045.0 ], [ 101419.0, 500048.0 ], [ 101367.0, 500045.0 ], [ 101334.0, 500047.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101290.0, 500291.0 ], [ 101204.0, 500291.0 ], [ 100969.0, 500367.0 ], [ 100663.0, 500536.0 ], [ 100424.0, 500750.0 ], [ 100257.0, 500938.0 ] ], [ [ 101290.0, 500291.0 ], [ 101313.0, 500290.0 ], [ 101361.0, 500292.0 ], [ 101372.0, 500294.0 ], [ 101442.0, 500315.0 ], [ 101521.0, 500341.0 ], [ 101558.0, 500350.0 ], [ 101589.0, 500357.0 ], [ 101613.0, 500360.0 ], [ 101652.0, 500363.0 ], [ 101661.0, 500363.0 ], [ 101668.0, 500361.0 ], [ 101674.0, 500331.0 ], [ 101676.0, 500310.0 ], [ 101676.0, 500289.0 ], [ 101671.0, 500271.0 ], [ 101661.0, 500252.0 ], [ 101634.0, 500213.0 ], [ 101610.0, 500169.0 ], [ 101590.0, 500145.0 ], [ 101559.0, 500112.0 ], [ 101547.0, 500107.0 ], [ 101525.0, 500102.0 ], [ 101444.0, 500104.0 ] ], [ [ 99236.0, 499562.0 ], [ 99520.0, 499681.0 ], [ 99846.0, 499768.0 ], [ 100243.0, 499853.0 ], [ 100592.0, 500007.0 ], [ 100890.0, 500110.0 ], [ 101159.0, 500117.0 ], [ 101444.0, 500104.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101259.0, 500253.0 ], [ 100951.0, 500288.0 ], [ 100661.0, 500395.0 ], [ 100380.0, 500567.0 ], [ 100113.0, 500722.0 ] ], [ [ 99916.0, 500426.0 ], [ 100225.0, 500375.0 ], [ 100628.0, 500272.0 ], [ 100993.0, 500213.0 ], [ 101259.0, 500167.0 ], [ 101377.0, 500156.0 ] ], [ [ 101377.0, 500156.0 ], [ 101423.0, 500152.0 ] ], [ [ 101259.0, 500253.0 ], [ 101301.0, 500257.0 ], [ 101352.0, 500274.0 ], [ 101432.0, 500295.0 ], [ 101518.0, 500322.0 ], [ 101565.0, 500333.0 ], [ 101608.0, 500346.0 ], [ 101619.0, 500346.0 ], [ 101625.0, 500341.0 ], [ 101622.0, 500317.0 ], [ 101624.0, 500305.0 ], [ 101623.0, 500292.0 ], [ 101619.0, 500280.0 ], [ 101578.0, 500209.0 ], [ 101566.0, 500193.0 ], [ 101557.0, 500185.0 ], [ 101544.0, 500179.0 ], [ 101480.0, 500161.0 ], [ 101457.0, 500152.0 ], [ 101437.0, 500149.0 ], [ 101423.0, 500152.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 0.5, "value": 0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100097.0, 496709.0 ], [ 100312.0, 497044.0 ], [ 100550.0, 497283.0 ], [ 100515.0, 497566.0 ], [ 100348.0, 498036.0 ], [ 100277.0, 498506.0 ], [ 100328.0, 498920.0 ], [ 100451.0, 499044.0 ], [ 100749.0, 499217.0 ], [ 100972.0, 499417.0 ], [ 101018.0, 499441.0 ] ], [ [ 101950.0, 497832.0 ], [ 101998.0, 497796.0 ], [ 102156.0, 497602.0 ], [ 102241.0, 497278.0 ], [ 102342.0, 496953.0 ], [ 102400.0, 496706.0 ] ], [ [ 101253.0, 499311.0 ], [ 101204.0, 499122.0 ], [ 101199.0, 498930.0 ], [ 101340.0, 498824.0 ] ], [ [ 101340.0, 498824.0 ], [ 101381.0, 498809.0 ], [ 101511.0, 498782.0 ], [ 101585.0, 498755.0 ], [ 101605.0, 498732.0 ], [ 101638.0, 498702.0 ], [ 101662.0, 498641.0 ], [ 101685.0, 498524.0 ], [ 101688.0, 498404.0 ], [ 101682.0, 498330.0 ], [ 101675.0, 498207.0 ], [ 101682.0, 498136.0 ], [ 101695.0, 498103.0 ], [ 101735.0, 498043.0 ], [ 101806.0, 497949.0 ], [ 101876.0, 497886.0 ], [ 101950.0, 497832.0 ] ], [ [ 101018.0, 499441.0 ], [ 101061.0, 499473.0 ], [ 101072.0, 499475.0 ], [ 101084.0, 499475.0 ], [ 101121.0, 499496.0 ], [ 101129.0, 499507.0 ], [ 101151.0, 499505.0 ], [ 101195.0, 499505.0 ], [ 101212.0, 499500.0 ], [ 101253.0, 499462.0 ], [ 101268.0, 499409.0 ], [ 101266.0, 499381.0 ], [ 101261.0, 499347.0 ], [ 101253.0, 499311.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 5.0, "value": 5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 100473.0, 499224.0 ], [ 100274.0, 499094.0 ], [ 100061.0, 499008.0 ], [ 99959.0, 499028.0 ], [ 99956.0, 499146.0 ] ], [ [ 100620.0, 499613.0 ], [ 100637.0, 499617.0 ], [ 100659.0, 499637.0 ], [ 100678.0, 499649.0 ], [ 100725.0, 499654.0 ], [ 100740.0, 499641.0 ], [ 100748.0, 499603.0 ], [ 100735.0, 499573.0 ], [ 100701.0, 499541.0 ], [ 100669.0, 499520.0 ], [ 100635.0, 499477.0 ], [ 100620.0, 499439.0 ], [ 100586.0, 499368.0 ], [ 100565.0, 499328.0 ], [ 100531.0, 499277.0 ], [ 100516.0, 499258.0 ], [ 100482.0, 499234.0 ], [ 100473.0, 499224.0 ] ], [ [ 99956.0, 499146.0 ], [ 100088.0, 499326.0 ], [ 100368.0, 499464.0 ], [ 100533.0, 499579.0 ], [ 100620.0, 499613.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105630.0, 499150.0 ], [ 105696.0, 499135.0 ], [ 105736.0, 499135.0 ], [ 105767.0, 499160.0 ], [ 105787.0, 499181.0 ] ], [ [ 105787.0, 499181.0 ], [ 105908.0, 499253.0 ], [ 105961.0, 499393.0 ], [ 105941.0, 499631.0 ], [ 105874.0, 499888.0 ], [ 105880.0, 500027.0 ], [ 105963.0, 500165.0 ], [ 106193.0, 500287.0 ], [ 106519.0, 500295.0 ], [ 106831.0, 500139.0 ], [ 107014.0, 500063.0 ], [ 107253.0, 499975.0 ], [ 107524.0, 499833.0 ], [ 107608.0, 499762.0 ], [ 107734.0, 499605.0 ], [ 107840.0, 499359.0 ], [ 107875.0, 498971.0 ], [ 107725.0, 498598.0 ], [ 107620.0, 498352.0 ], [ 107525.0, 498045.0 ], [ 107467.0, 497753.0 ], [ 107351.0, 497462.0 ], [ 107115.0, 497436.0 ], [ 107023.0, 497523.0 ], [ 106870.0, 497913.0 ], [ 106747.0, 498051.0 ], [ 106588.0, 498088.0 ], [ 106425.0, 498030.0 ], [ 106262.0, 497802.0 ], [ 106201.0, 497638.0 ], [ 106225.0, 497530.0 ], [ 106356.0, 497337.0 ], [ 106554.0, 497173.0 ], [ 106635.0, 497040.0 ], [ 106707.0, 496890.0 ], [ 106768.0, 496701.0 ] ], [ [ 109334.0, 501175.0 ], [ 109012.0, 501183.0 ], [ 108799.0, 501172.0 ], [ 108535.0, 501138.0 ], [ 108238.0, 501050.0 ], [ 107929.0, 500924.0 ], [ 107643.0, 500805.0 ], [ 107338.0, 500729.0 ], [ 106994.0, 500661.0 ], [ 106652.0, 500642.0 ], [ 106303.0, 500638.0 ], [ 105983.0, 500665.0 ], [ 105758.0, 500771.0 ], [ 105603.0, 500984.0 ], [ 105476.0, 501229.0 ], [ 105284.0, 501479.0 ], [ 105151.0, 501500.0 ], [ 105005.0, 501501.0 ], [ 104847.0, 501571.0 ], [ 104718.0, 501545.0 ], [ 104702.0, 501458.0 ], [ 104759.0, 501161.0 ], [ 104795.0, 500924.0 ], [ 104682.0, 500592.0 ], [ 104553.0, 500318.0 ], [ 104409.0, 499968.0 ], [ 104414.0, 499868.0 ], [ 104507.0, 499782.0 ], [ 104743.0, 499905.0 ], [ 104887.0, 500075.0 ], [ 105036.0, 500182.0 ], [ 105148.0, 500182.0 ], [ 105363.0, 500011.0 ], [ 105484.0, 499932.0 ], [ 105559.0, 499803.0 ], [ 105541.0, 499583.0 ], [ 105529.0, 499388.0 ], [ 105586.0, 499189.0 ], [ 105630.0, 499150.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105354.0, 498308.0 ], [ 105384.0, 498309.0 ], [ 105420.0, 498288.0 ] ], [ [ 104926.0, 497910.0 ], [ 104934.0, 498013.0 ], [ 105020.0, 498138.0 ], [ 105195.0, 498255.0 ], [ 105354.0, 498308.0 ] ], [ [ 105420.0, 498288.0 ], [ 105454.0, 498232.0 ], [ 105470.0, 498184.0 ], [ 105482.0, 498125.0 ], [ 105450.0, 498002.0 ], [ 105442.0, 497950.0 ], [ 105426.0, 497891.0 ], [ 105390.0, 497859.0 ], [ 105292.0, 497806.0 ] ], [ [ 105292.0, 497806.0 ], [ 105242.0, 497783.0 ] ], [ [ 105242.0, 497783.0 ], [ 105228.0, 497774.0 ] ], [ [ 104926.0, 497910.0 ], [ 104934.0, 497887.0 ], [ 104962.0, 497843.0 ], [ 104990.0, 497815.0 ], [ 105002.0, 497800.0 ], [ 105037.0, 497784.0 ], [ 105077.0, 497780.0 ], [ 105137.0, 497764.0 ], [ 105192.0, 497764.0 ], [ 105212.0, 497768.0 ], [ 105228.0, 497774.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": 2.5, "value": 2.5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104544.0, 498404.0 ], [ 104550.0, 498415.0 ], [ 104603.0, 498431.0 ], [ 104657.0, 498436.0 ], [ 104710.0, 498426.0 ], [ 104726.0, 498383.0 ], [ 104742.0, 498313.0 ], [ 104742.0, 498228.0 ], [ 104747.0, 498169.0 ], [ 104731.0, 498132.0 ], [ 104721.0, 498116.0 ] ], [ [ 104453.0, 497934.0 ], [ 104417.0, 498020.0 ], [ 104440.0, 498271.0 ], [ 104544.0, 498404.0 ] ], [ [ 104721.0, 498116.0 ], [ 104626.0, 497962.0 ], [ 104482.0, 497923.0 ], [ 104453.0, 497934.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -1.8 }, "geometry": { "type": "LineString", "coordinates": [ [ 104134.0, 523261.0 ], [ 104249.0, 523079.0 ], [ 104452.0, 522784.0 ], [ 104656.0, 522502.0 ], [ 104920.0, 522152.0 ], [ 105149.0, 521835.0 ], [ 104793.0, 522085.0 ], [ 104504.0, 522302.0 ], [ 104285.0, 522562.0 ], [ 104088.0, 522808.0 ], [ 104092.0, 522861.0 ], [ 104119.0, 523051.0 ], [ 104134.0, 523261.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -1.8 }, "geometry": { "type": "LineString", "coordinates": [ [ 108510.0, 522164.0 ], [ 108401.0, 521805.0 ], [ 108198.0, 521608.0 ], [ 107913.0, 521474.0 ], [ 107751.0, 521444.0 ], [ 107368.0, 521444.0 ], [ 107280.0, 521438.0 ], [ 107025.0, 521468.0 ], [ 106921.0, 521474.0 ], [ 106650.0, 521496.0 ], [ 106557.0, 521510.0 ], [ 106672.0, 521531.0 ], [ 107009.0, 521556.0 ], [ 107113.0, 521567.0 ], [ 107294.0, 521625.0 ], [ 107335.0, 521660.0 ], [ 107387.0, 521688.0 ], [ 107601.0, 521753.0 ], [ 107782.0, 521786.0 ], [ 107971.0, 521868.0 ], [ 108510.0, 522164.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -1.8 }, "geometry": { "type": "LineString", "coordinates": [ [ 107956.0, 521123.0 ], [ 107828.0, 520964.0 ], [ 107675.0, 520828.0 ], [ 107457.0, 520875.0 ], [ 107206.0, 520935.0 ], [ 106948.0, 521016.0 ], [ 106638.0, 521111.0 ], [ 106395.0, 521229.0 ], [ 106669.0, 521182.0 ], [ 106909.0, 521130.0 ], [ 107320.0, 521113.0 ], [ 107538.0, 521039.0 ], [ 107730.0, 521034.0 ], [ 107956.0, 521123.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -0.5, "value": -0.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 107799.0, 515870.0 ], [ 105469.0, 516086.0 ], [ 105092.0, 516261.0 ], [ 105232.0, 516387.0 ], [ 105290.0, 516567.0 ], [ 105303.0, 516942.0 ], [ 105378.0, 517246.0 ], [ 105506.0, 517411.0 ], [ 105619.0, 517435.0 ], [ 105735.0, 517309.0 ], [ 105762.0, 517065.0 ], [ 105838.0, 517124.0 ], [ 106001.0, 517169.0 ], [ 105981.0, 517442.0 ], [ 105880.0, 517686.0 ], [ 105742.0, 517986.0 ], [ 105661.0, 518350.0 ], [ 105637.0, 518645.0 ], [ 105659.0, 518933.0 ], [ 105692.0, 519125.0 ], [ 105829.0, 519434.0 ], [ 105974.0, 519570.0 ], [ 106173.0, 519502.0 ], [ 106275.0, 519439.0 ], [ 106213.0, 519264.0 ], [ 106103.0, 519178.0 ], [ 106040.0, 519095.0 ], [ 106044.0, 519008.0 ], [ 106093.0, 518949.0 ], [ 106072.0, 518786.0 ], [ 106075.0, 518725.0 ], [ 106124.0, 518699.0 ], [ 106095.0, 518404.0 ], [ 106019.0, 518154.0 ], [ 106026.0, 517995.0 ], [ 106108.0, 517785.0 ], [ 106122.0, 517679.0 ], [ 106037.0, 517460.0 ], [ 106040.0, 517383.0 ], [ 106074.0, 517311.0 ], [ 106189.0, 517244.0 ], [ 106229.0, 517321.0 ], [ 106158.0, 517462.0 ], [ 106142.0, 517586.0 ], [ 106198.0, 517717.0 ], [ 106236.0, 517973.0 ], [ 106226.0, 518151.0 ], [ 106173.0, 518232.0 ], [ 106175.0, 518311.0 ], [ 106180.0, 518411.0 ], [ 106213.0, 518498.0 ], [ 106281.0, 518591.0 ], [ 106379.0, 518583.0 ], [ 106395.0, 518546.0 ], [ 106435.0, 518523.0 ], [ 106446.0, 518586.0 ], [ 106436.0, 518659.0 ], [ 106419.0, 518711.0 ], [ 106420.0, 518807.0 ], [ 106418.0, 518980.0 ], [ 106386.0, 519016.0 ], [ 106315.0, 519004.0 ], [ 106370.0, 519327.0 ], [ 106454.0, 519517.0 ], [ 106557.0, 519730.0 ], [ 106510.0, 519863.0 ], [ 106546.0, 520069.0 ], [ 106677.0, 520156.0 ], [ 106734.0, 520186.0 ], [ 105997.0, 520538.0 ], [ 105380.0, 520892.0 ], [ 104915.0, 521165.0 ], [ 104518.0, 521442.0 ], [ 104249.0, 521668.0 ], [ 103973.0, 521909.0 ], [ 104031.0, 521490.0 ], [ 104066.0, 521076.0 ], [ 104056.0, 520816.0 ], [ 104020.0, 520427.0 ], [ 104013.0, 520049.0 ], [ 104066.0, 519673.0 ], [ 104130.0, 519294.0 ], [ 104263.0, 518923.0 ], [ 104374.0, 518680.0 ], [ 104536.0, 518439.0 ], [ 104608.0, 518292.0 ], [ 104569.0, 518235.0 ], [ 104456.0, 518258.0 ], [ 104328.0, 518318.0 ], [ 104196.0, 518384.0 ], [ 104119.0, 518358.0 ], [ 104126.0, 518162.0 ], [ 104159.0, 517946.0 ], [ 104189.0, 517682.0 ], [ 104232.0, 517451.0 ], [ 104224.0, 517251.0 ], [ 104196.0, 517094.0 ], [ 104158.0, 517061.0 ], [ 104023.0, 517216.0 ], [ 103958.0, 517404.0 ], [ 103903.0, 517594.0 ], [ 103838.0, 517959.0 ], [ 103766.0, 518256.0 ], [ 103710.0, 518546.0 ], [ 103659.0, 518852.0 ], [ 103652.0, 518959.0 ], [ 103598.0, 519220.0 ], [ 103517.0, 518636.0 ], [ 103413.0, 517861.0 ], [ 103277.0, 516866.0 ], [ 103216.0, 516322.0 ], [ 103270.0, 516197.0 ], [ 103326.0, 516078.0 ], [ 103382.0, 516022.0 ], [ 103480.0, 515966.0 ], [ 103618.0, 515204.0 ], [ 103726.0, 514980.0 ], [ 103854.0, 514862.0 ], [ 104066.0, 514887.0 ], [ 104255.0, 514967.0 ], [ 104408.0, 515097.0 ], [ 104517.0, 515216.0 ], [ 104604.0, 515324.0 ], [ 104679.0, 515403.0 ], [ 104808.0, 515437.0 ], [ 104902.0, 515414.0 ], [ 105029.0, 515380.0 ], [ 105079.0, 515386.0 ], [ 105234.0, 515346.0 ], [ 105371.0, 515296.0 ], [ 105710.0, 515241.0 ], [ 106159.0, 515190.0 ], [ 106505.0, 515228.0 ], [ 106854.0, 515250.0 ], [ 107163.0, 515308.0 ], [ 107364.0, 515399.0 ], [ 107535.0, 515503.0 ], [ 107799.0, 515870.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -2.5, "value": -2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104842.0, 515936.0 ], [ 104475.0, 515535.0 ], [ 104216.0, 515351.0 ], [ 104093.0, 515203.0 ], [ 104015.0, 515132.0 ], [ 103864.0, 515080.0 ], [ 103833.0, 514989.0 ], [ 103945.0, 514936.0 ], [ 104134.0, 515064.0 ], [ 104354.0, 515275.0 ], [ 104564.0, 515433.0 ], [ 104726.0, 515471.0 ], [ 104855.0, 515471.0 ], [ 104999.0, 515491.0 ], [ 105162.0, 515929.0 ], [ 104842.0, 515936.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106932.0, 522348.0 ], [ 107072.0, 522314.0 ], [ 107100.0, 522163.0 ], [ 106975.0, 522031.0 ], [ 106786.0, 521905.0 ], [ 106540.0, 521788.0 ], [ 106060.0, 521478.0 ], [ 105860.0, 521442.0 ], [ 105769.0, 521557.0 ], [ 105854.0, 521737.0 ], [ 105986.0, 521890.0 ], [ 106293.0, 522075.0 ], [ 106549.0, 522226.0 ], [ 106770.0, 522307.0 ], [ 106932.0, 522348.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 2.2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106304.0, 524801.0 ], [ 106438.0, 524751.0 ], [ 106486.0, 524679.0 ], [ 106521.0, 524401.0 ], [ 106552.0, 524088.0 ], [ 106570.0, 523818.0 ], [ 106668.0, 523488.0 ], [ 106809.0, 523222.0 ], [ 106910.0, 523010.0 ], [ 106861.0, 522963.0 ], [ 106655.0, 522949.0 ], [ 106371.0, 522995.0 ], [ 106066.0, 523085.0 ], [ 105717.0, 523078.0 ], [ 105398.0, 523119.0 ], [ 105348.0, 523274.0 ], [ 105418.0, 523440.0 ], [ 105533.0, 523611.0 ], [ 105632.0, 523799.0 ], [ 105738.0, 524016.0 ], [ 105933.0, 524446.0 ], [ 106128.0, 524696.0 ], [ 106304.0, 524801.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12.geojson new file mode 100644 index 0000000..6eb0a53 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12.geojson @@ -0,0 +1,144 @@ +{ +"type": "FeatureCollection", +"name": "TS12", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 5.0, "TNODE_": 4.0, "LPOLY_": 3.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105853.0, 514930.0 ], [ 105569.0, 515125.0 ], [ 105300.0, 515200.0 ], [ 104866.0, 515289.0 ], [ 104552.0, 515304.0 ], [ 104328.0, 515334.0 ], [ 104133.0, 515334.0 ], [ 104014.0, 515319.0 ], [ 103914.0, 515262.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 6.0, "TNODE_": 4.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101545.0, 513947.0 ], [ 101864.0, 513959.0 ], [ 102480.0, 514140.0 ], [ 103000.0, 514477.0 ], [ 103435.0, 514935.0 ], [ 103804.0, 515205.0 ], [ 103914.0, 515262.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 7.0, "TNODE_": 9.0, "LPOLY_": 3.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101414.0, 513314.0 ], [ 101615.0, 513341.0 ], [ 102159.0, 513454.0 ], [ 102592.0, 513637.0 ], [ 103016.0, 513942.0 ], [ 103356.0, 514326.0 ], [ 103557.0, 514443.0 ], [ 103763.0, 514478.0 ], [ 103927.0, 514410.0 ], [ 103971.0, 514258.0 ], [ 103890.0, 514047.0 ], [ 103565.0, 513798.0 ], [ 103247.0, 513563.0 ], [ 103045.0, 513336.0 ], [ 102809.0, 513016.0 ], [ 102558.0, 512697.0 ], [ 102154.0, 512447.0 ], [ 102143.0, 512442.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 8.0, "TNODE_": 10.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104717.0, 513076.0 ], [ 104702.0, 513061.0 ], [ 104657.0, 513165.0 ], [ 104522.0, 513165.0 ], [ 104403.0, 513136.0 ], [ 104283.0, 513001.0 ], [ 104178.0, 512777.0 ], [ 104103.0, 512522.0 ], [ 104029.0, 512208.0 ], [ 104024.0, 512060.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 9.0, "TNODE_": 11.0, "LPOLY_": 3.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102143.0, 512442.0 ], [ 101232.0, 511817.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 5.0, "TNODE_": 8.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105853.0, 514930.0 ], [ 106559.0, 514694.0 ], [ 106969.0, 514583.0 ], [ 107171.0, 514413.0 ], [ 107119.0, 514096.0 ], [ 106809.0, 513846.0 ], [ 106354.0, 513700.0 ], [ 106074.0, 513602.0 ], [ 105989.0, 513447.0 ], [ 105991.0, 513224.0 ], [ 106044.0, 513055.0 ], [ 106197.0, 512932.0 ], [ 106398.0, 512856.0 ], [ 106658.0, 512808.0 ], [ 106972.0, 512792.0 ], [ 107297.0, 512708.0 ], [ 107603.0, 512620.0 ], [ 107903.0, 512470.0 ], [ 108110.0, 512153.0 ], [ 108020.0, 511957.0 ], [ 107716.0, 511839.0 ], [ 107414.0, 511758.0 ], [ 107017.0, 511657.0 ], [ 106631.0, 511575.0 ], [ 106306.0, 511560.0 ], [ 106022.0, 511585.0 ], [ 105895.0, 511643.0 ], [ 105782.0, 511804.0 ], [ 105669.0, 511985.0 ], [ 105473.0, 512090.0 ], [ 105361.0, 512177.0 ], [ 105229.0, 512244.0 ], [ 105109.0, 512144.0 ], [ 105083.0, 512042.0 ], [ 105024.0, 511999.0 ], [ 104950.0, 512062.0 ], [ 104872.0, 512180.0 ], [ 104769.0, 512129.0 ], [ 104669.0, 512000.0 ], [ 104619.0, 511994.0 ], [ 104562.0, 512146.0 ], [ 104558.0, 512393.0 ], [ 104695.0, 512671.0 ], [ 104796.0, 512891.0 ], [ 104717.0, 513076.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 12.0, "TNODE_": 12.0, "LPOLY_": 2.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104639.0, 511366.0 ], [ 104627.0, 511444.0 ], [ 104569.0, 511610.0 ], [ 104666.0, 511760.0 ], [ 104898.0, 511841.0 ], [ 105049.0, 511802.0 ], [ 105248.0, 511702.0 ], [ 105437.0, 511637.0 ], [ 105650.0, 511555.0 ], [ 105754.0, 511473.0 ], [ 105775.0, 511378.0 ], [ 105668.0, 511289.0 ], [ 105457.0, 511328.0 ], [ 105212.0, 511323.0 ], [ 105032.0, 511252.0 ], [ 104925.0, 511175.0 ], [ 104794.0, 511194.0 ], [ 104639.0, 511366.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 10.0, "TNODE_": 13.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104024.0, 512060.0 ], [ 104021.0, 511953.0 ], [ 103934.0, 511824.0 ], [ 103880.0, 511778.0 ], [ 103820.0, 511637.0 ], [ 103840.0, 511469.0 ], [ 104055.0, 511267.0 ], [ 104222.0, 511107.0 ], [ 104308.0, 510931.0 ], [ 104187.0, 510830.0 ], [ 103973.0, 510826.0 ], [ 103806.0, 510956.0 ], [ 103751.0, 511020.0 ], [ 103698.0, 511030.0 ], [ 103702.0, 510943.0 ], [ 103595.0, 510876.0 ], [ 103559.0, 510798.0 ], [ 103474.0, 510777.0 ], [ 103396.0, 510741.0 ], [ 103328.0, 510786.0 ], [ 103318.0, 510898.0 ], [ 103478.0, 510998.0 ], [ 103483.0, 511108.0 ], [ 103331.0, 511232.0 ], [ 103045.0, 511287.0 ], [ 102651.0, 511393.0 ], [ 102175.0, 511454.0 ], [ 101716.0, 511422.0 ], [ 101248.0, 511353.0 ], [ 101173.0, 511330.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 14.0, "TNODE_": 14.0, "LPOLY_": 8.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103269.0, 510487.0 ], [ 103380.0, 510416.0 ], [ 103476.0, 510445.0 ], [ 103526.0, 510483.0 ], [ 103503.0, 510547.0 ], [ 103403.0, 510573.0 ], [ 103328.0, 510543.0 ], [ 103291.0, 510514.0 ], [ 103269.0, 510487.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 16.0, "TNODE_": 15.0, "LPOLY_": 7.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100802.0, 509525.0 ], [ 101140.0, 509641.0 ], [ 101694.0, 510010.0 ], [ 102119.0, 510329.0 ], [ 102545.0, 510602.0 ], [ 102700.0, 510628.0 ], [ 102879.0, 510586.0 ], [ 103119.0, 510693.0 ], [ 103167.0, 510842.0 ], [ 103097.0, 510953.0 ], [ 102814.0, 511070.0 ], [ 102217.0, 511088.0 ], [ 101768.0, 510923.0 ], [ 101462.0, 510707.0 ], [ 101097.0, 510460.0 ], [ 101032.0, 510435.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 18.0, "TNODE_": 18.0, "LPOLY_": 2.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100987.0, 509035.0 ], [ 101082.0, 509161.0 ], [ 101367.0, 509301.0 ], [ 101651.0, 509447.0 ], [ 101945.0, 509662.0 ], [ 102127.0, 509922.0 ], [ 102330.0, 510182.0 ], [ 102563.0, 510448.0 ], [ 102643.0, 510461.0 ], [ 102691.0, 510315.0 ], [ 102809.0, 510262.0 ], [ 102993.0, 510328.0 ], [ 103135.0, 510398.0 ], [ 103231.0, 510417.0 ], [ 103325.0, 510362.0 ], [ 103265.0, 510241.0 ], [ 103132.0, 510162.0 ], [ 103138.0, 510117.0 ], [ 103225.0, 510165.0 ], [ 103322.0, 510213.0 ], [ 103304.0, 510121.0 ], [ 103019.0, 509987.0 ], [ 102928.0, 509797.0 ], [ 102976.0, 509609.0 ], [ 102972.0, 509434.0 ], [ 102829.0, 509212.0 ], [ 102584.0, 509037.0 ], [ 102334.0, 508971.0 ], [ 101983.0, 508928.0 ], [ 101620.0, 508868.0 ], [ 101290.0, 508830.0 ], [ 101050.0, 508856.0 ], [ 100978.0, 508892.0 ], [ 100963.0, 508976.0 ], [ 100987.0, 509035.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 20.0, "TNODE_": 17.0, "LPOLY_": 2.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109071.0, 508128.0 ], [ 108704.0, 508286.0 ], [ 108305.0, 508401.0 ], [ 107936.0, 508547.0 ], [ 107653.0, 508774.0 ], [ 107355.0, 508982.0 ], [ 107047.0, 509092.0 ], [ 106713.0, 509085.0 ], [ 106507.0, 509182.0 ], [ 106383.0, 509515.0 ], [ 106386.0, 509874.0 ], [ 106586.0, 510172.0 ], [ 106864.0, 510292.0 ], [ 107163.0, 510400.0 ], [ 107450.0, 510401.0 ], [ 107894.0, 510191.0 ], [ 107994.0, 509969.0 ], [ 108024.0, 509347.0 ], [ 108118.0, 509139.0 ], [ 108351.0, 509042.0 ], [ 108566.0, 509080.0 ], [ 108681.0, 509159.0 ], [ 109072.0, 509280.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 22.0, "TNODE_": 22.0, "LPOLY_": 13.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104169.0, 507762.0 ], [ 104118.0, 507812.0 ], [ 103942.0, 507887.0 ], [ 103733.0, 507788.0 ], [ 103502.0, 507767.0 ], [ 103361.0, 507910.0 ], [ 103184.0, 508118.0 ], [ 103051.0, 508149.0 ], [ 103044.0, 508123.0 ], [ 103034.0, 508073.0 ], [ 103180.0, 507939.0 ], [ 103135.0, 507736.0 ], [ 103000.0, 507624.0 ], [ 103049.0, 507525.0 ], [ 103534.0, 507325.0 ], [ 103816.0, 507334.0 ], [ 104039.0, 507395.0 ], [ 104207.0, 507494.0 ], [ 104273.0, 507594.0 ], [ 104169.0, 507762.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 23.0, "TNODE_": 21.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105272.0, 507253.0 ], [ 105304.0, 507292.0 ], [ 105399.0, 507437.0 ], [ 105451.0, 507604.0 ], [ 105567.0, 507733.0 ], [ 105703.0, 507677.0 ], [ 105828.0, 507519.0 ], [ 105994.0, 507432.0 ], [ 106192.0, 507583.0 ], [ 106268.0, 507992.0 ], [ 106216.0, 508125.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 21.0, "TNODE_": 25.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106216.0, 508125.0 ], [ 106222.0, 508253.0 ], [ 106178.0, 508689.0 ], [ 105926.0, 509058.0 ], [ 105655.0, 509399.0 ], [ 105639.0, 509797.0 ], [ 105817.0, 510162.0 ], [ 106088.0, 510338.0 ], [ 106276.0, 510562.0 ], [ 106450.0, 510776.0 ], [ 106769.0, 510938.0 ], [ 106843.0, 510994.0 ], [ 106850.0, 511082.0 ], [ 106763.0, 511197.0 ], [ 106531.0, 511134.0 ], [ 106151.0, 511041.0 ], [ 105806.0, 510997.0 ], [ 105621.0, 511100.0 ], [ 105517.0, 511191.0 ], [ 105405.0, 511178.0 ], [ 105228.0, 511051.0 ], [ 105088.0, 510914.0 ], [ 104997.0, 510666.0 ], [ 104922.0, 510541.0 ], [ 104728.0, 510436.0 ], [ 104546.0, 510379.0 ], [ 104293.0, 510369.0 ], [ 104234.0, 510325.0 ], [ 104280.0, 510281.0 ], [ 104367.0, 510278.0 ], [ 104269.0, 510195.0 ], [ 104205.0, 510091.0 ], [ 104207.0, 509980.0 ], [ 104390.0, 509950.0 ], [ 104607.0, 509843.0 ], [ 104661.0, 509644.0 ], [ 104514.0, 509583.0 ], [ 104471.0, 509529.0 ], [ 104559.0, 509475.0 ], [ 104599.0, 509387.0 ], [ 104491.0, 509365.0 ], [ 104315.0, 509404.0 ], [ 104189.0, 509394.0 ], [ 104217.0, 509292.0 ], [ 104333.0, 509207.0 ], [ 104435.0, 509085.0 ], [ 104496.0, 508954.0 ], [ 104592.0, 508873.0 ], [ 104780.0, 508884.0 ], [ 104868.0, 508950.0 ], [ 104960.0, 509031.0 ], [ 105073.0, 509027.0 ], [ 105172.0, 508870.0 ], [ 105181.0, 508674.0 ], [ 105122.0, 508508.0 ], [ 104985.0, 508418.0 ], [ 104760.0, 508323.0 ], [ 104580.0, 508145.0 ], [ 104562.0, 507926.0 ], [ 104570.0, 507714.0 ], [ 104499.0, 507551.0 ], [ 104420.0, 507465.0 ], [ 104184.0, 507307.0 ], [ 103875.0, 507176.0 ], [ 103675.0, 507152.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 25.0, "TNODE_": 26.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103675.0, 507152.0 ], [ 103649.0, 507144.0 ], [ 103638.0, 507114.0 ], [ 103645.0, 507096.0 ], [ 103681.0, 507090.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 27.0, "TNODE_": 24.0, "LPOLY_": 2.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105287.0, 506946.0 ], [ 105358.0, 506997.0 ], [ 105437.0, 507042.0 ], [ 105527.0, 507097.0 ], [ 105621.0, 507132.0 ], [ 105721.0, 507166.0 ], [ 105794.0, 507180.0 ], [ 105912.0, 507191.0 ], [ 106016.0, 507187.0 ], [ 106123.0, 507196.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 24.0, "TNODE_": 30.0, "LPOLY_": 2.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106123.0, 507196.0 ], [ 106150.0, 507192.0 ], [ 106558.0, 507167.0 ], [ 106998.0, 507117.0 ], [ 107437.0, 507024.0 ], [ 107692.0, 506904.0 ], [ 107929.0, 506803.0 ], [ 108289.0, 506737.0 ], [ 108524.0, 506721.0 ], [ 108808.0, 506680.0 ], [ 109068.0, 506629.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 32.0, "TNODE_": 29.0, "LPOLY_": 15.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105436.0, 506587.0 ], [ 105496.0, 506630.0 ], [ 105534.0, 506637.0 ], [ 105600.0, 506661.0 ], [ 105659.0, 506671.0 ], [ 105687.0, 506661.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 32.0, "TNODE_": 27.0, "LPOLY_": 2.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105436.0, 506587.0 ], [ 105407.0, 506571.0 ], [ 105294.0, 506600.0 ], [ 105175.0, 506678.0 ], [ 105169.0, 506752.0 ], [ 105238.0, 506899.0 ], [ 105287.0, 506946.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 28.0, "TNODE_": 28.0, "LPOLY_": 14.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101932.0, 506856.0 ], [ 101801.0, 506763.0 ], [ 101810.0, 506642.0 ], [ 102002.0, 506565.0 ], [ 102167.0, 506591.0 ], [ 102103.0, 506665.0 ], [ 102148.0, 506790.0 ], [ 102266.0, 507235.0 ], [ 102348.0, 507379.0 ], [ 102501.0, 507448.0 ], [ 102592.0, 507516.0 ], [ 102571.0, 507741.0 ], [ 102611.0, 507895.0 ], [ 102481.0, 507829.0 ], [ 102311.0, 507606.0 ], [ 102112.0, 507243.0 ], [ 102027.0, 506989.0 ], [ 101932.0, 506856.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 34.0, "TNODE_": 19.0, "LPOLY_": 11.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100157.0, 506564.0 ], [ 100339.0, 506568.0 ], [ 100923.0, 506633.0 ], [ 101349.0, 506750.0 ], [ 101619.0, 506868.0 ], [ 101941.0, 507079.0 ], [ 102024.0, 507303.0 ], [ 102096.0, 507624.0 ], [ 102296.0, 507983.0 ], [ 102496.0, 508121.0 ], [ 102652.0, 508243.0 ], [ 102824.0, 508416.0 ], [ 102963.0, 508504.0 ], [ 103288.0, 508527.0 ], [ 103552.0, 508389.0 ], [ 103808.0, 508193.0 ], [ 103932.0, 508112.0 ], [ 104113.0, 508090.0 ], [ 104274.0, 508110.0 ], [ 104374.0, 508190.0 ], [ 104470.0, 508361.0 ], [ 104483.0, 508487.0 ], [ 104409.0, 508518.0 ], [ 104257.0, 508496.0 ], [ 104091.0, 508595.0 ], [ 104040.0, 508717.0 ], [ 104087.0, 508826.0 ], [ 104246.0, 508943.0 ], [ 104311.0, 509010.0 ], [ 104262.0, 509048.0 ], [ 104140.0, 509073.0 ], [ 104020.0, 509178.0 ], [ 103920.0, 509273.0 ], [ 103908.0, 509352.0 ], [ 103974.0, 509499.0 ], [ 104116.0, 509597.0 ], [ 104239.0, 509624.0 ], [ 104343.0, 509614.0 ], [ 104481.0, 509652.0 ], [ 104557.0, 509693.0 ], [ 104564.0, 509764.0 ], [ 104416.0, 509868.0 ], [ 104289.0, 509876.0 ], [ 104079.0, 509842.0 ], [ 103917.0, 509777.0 ], [ 103815.0, 509628.0 ], [ 103764.0, 509410.0 ], [ 103678.0, 509205.0 ], [ 103475.0, 509040.0 ], [ 103188.0, 508880.0 ], [ 102949.0, 508853.0 ], [ 102744.0, 508874.0 ], [ 102591.0, 508849.0 ], [ 102554.0, 508780.0 ], [ 102664.0, 508721.0 ], [ 102869.0, 508709.0 ], [ 103036.0, 508728.0 ], [ 103154.0, 508703.0 ], [ 103204.0, 508666.0 ], [ 103147.0, 508607.0 ], [ 102976.0, 508574.0 ], [ 102796.0, 508529.0 ], [ 102597.0, 508524.0 ], [ 102367.0, 508663.0 ], [ 102082.0, 508721.0 ], [ 101762.0, 508653.0 ], [ 101398.0, 508591.0 ], [ 100867.0, 508603.0 ], [ 100584.0, 508651.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 35.0, "TNODE_": 31.0, "LPOLY_": 2.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105458.0, 506563.0 ], [ 105487.0, 506583.0 ], [ 105537.0, 506607.0 ], [ 105610.0, 506623.0 ], [ 105626.0, 506624.0 ], [ 105637.0, 506621.0 ], [ 105661.0, 506609.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 35.0, "TNODE_": 23.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105458.0, 506563.0 ], [ 105444.0, 506550.0 ], [ 105301.0, 506507.0 ], [ 105066.0, 506491.0 ], [ 104911.0, 506465.0 ], [ 104781.0, 506518.0 ], [ 104739.0, 506657.0 ], [ 104848.0, 506825.0 ], [ 105013.0, 506937.0 ], [ 105272.0, 507253.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 33.0, "TNODE_": 33.0, "LPOLY_": 17.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103613.0, 506580.0 ], [ 103684.0, 506429.0 ], [ 103782.0, 506426.0 ], [ 103827.0, 506494.0 ], [ 103760.0, 506612.0 ], [ 103668.0, 506629.0 ], [ 103613.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 36.0, "TNODE_": 36.0, "LPOLY_": 12.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101362.0, 506517.0 ], [ 101472.0, 506501.0 ], [ 101598.0, 506505.0 ], [ 101747.0, 506550.0 ], [ 102043.0, 506420.0 ], [ 102293.0, 506363.0 ], [ 102562.0, 506402.0 ], [ 102784.0, 506377.0 ], [ 102924.0, 506411.0 ], [ 102980.0, 506541.0 ], [ 102979.0, 506666.0 ], [ 103046.0, 506820.0 ], [ 102930.0, 506997.0 ], [ 102729.0, 506996.0 ], [ 102558.0, 506920.0 ], [ 102376.0, 506946.0 ], [ 102338.0, 507167.0 ], [ 102399.0, 507280.0 ], [ 102602.0, 507311.0 ], [ 102833.0, 507275.0 ], [ 103036.0, 507283.0 ], [ 103106.0, 507384.0 ], [ 103023.0, 507429.0 ], [ 102802.0, 507508.0 ], [ 102772.0, 507622.0 ], [ 103063.0, 507879.0 ], [ 102983.0, 507963.0 ], [ 102829.0, 507994.0 ], [ 102820.0, 508136.0 ], [ 102907.0, 508235.0 ], [ 102939.0, 508243.0 ], [ 102978.0, 508172.0 ], [ 103057.0, 508218.0 ], [ 102985.0, 508259.0 ], [ 102951.0, 508305.0 ], [ 103042.0, 508300.0 ], [ 103267.0, 508176.0 ], [ 103376.0, 508023.0 ], [ 103534.0, 507862.0 ], [ 103662.0, 507891.0 ], [ 103857.0, 507949.0 ], [ 103857.0, 508064.0 ], [ 103737.0, 508185.0 ], [ 103636.0, 508233.0 ], [ 103451.0, 508259.0 ], [ 103244.0, 508363.0 ], [ 103092.0, 508410.0 ], [ 102972.0, 508419.0 ], [ 102823.0, 508326.0 ], [ 102665.0, 508132.0 ], [ 102466.0, 507947.0 ], [ 102316.0, 507778.0 ], [ 102194.0, 507575.0 ], [ 102067.0, 507274.0 ], [ 101959.0, 506966.0 ], [ 101743.0, 506821.0 ], [ 101474.0, 506716.0 ], [ 101373.0, 506632.0 ], [ 101334.0, 506563.0 ], [ 101362.0, 506517.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 38.0, "TNODE_": 38.0, "LPOLY_": 18.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103593.0, 506154.0 ], [ 103625.0, 506155.0 ], [ 103722.0, 506141.0 ], [ 103815.0, 506202.0 ], [ 103830.0, 506250.0 ], [ 103736.0, 506255.0 ], [ 103637.0, 506224.0 ], [ 103593.0, 506154.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 40.0, "TNODE_": 37.0, "LPOLY_": 19.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103205.0, 506063.0 ], [ 103276.0, 506045.0 ], [ 103311.0, 506045.0 ], [ 103335.0, 506051.0 ], [ 103359.0, 506069.0 ], [ 103359.0, 506105.0 ], [ 103353.0, 506173.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 42.0, "TNODE_": 37.0, "LPOLY_": 2.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102424.0, 505938.0 ], [ 102583.0, 506055.0 ], [ 102850.0, 506166.0 ], [ 103052.0, 506248.0 ], [ 103319.0, 506224.0 ], [ 103353.0, 506173.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 41.0, "TNODE_": 44.0, "LPOLY_": 2.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103259.0, 505960.0 ], [ 103300.0, 505950.0 ], [ 103317.0, 505920.0 ], [ 103326.0, 505882.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 43.0, "TNODE_": 43.0, "LPOLY_": 19.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102451.0, 505895.0 ], [ 102485.0, 505936.0 ], [ 102662.0, 506020.0 ], [ 102813.0, 506097.0 ], [ 102934.0, 506154.0 ], [ 102987.0, 506163.0 ], [ 102839.0, 506039.0 ], [ 102593.0, 505914.0 ], [ 102472.0, 505873.0 ], [ 102451.0, 505895.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 39.0, "TNODE_": 39.0, "LPOLY_": 16.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104321.0, 506130.0 ], [ 104536.0, 506150.0 ], [ 104769.0, 506096.0 ], [ 104968.0, 505958.0 ], [ 105075.0, 505879.0 ], [ 105356.0, 505862.0 ], [ 105536.0, 506053.0 ], [ 105646.0, 506255.0 ], [ 105679.0, 506385.0 ], [ 105564.0, 506411.0 ], [ 105390.0, 506370.0 ], [ 105181.0, 506294.0 ], [ 104902.0, 506246.0 ], [ 104668.0, 506347.0 ], [ 104434.0, 506611.0 ], [ 104253.0, 506678.0 ], [ 104086.0, 506639.0 ], [ 103988.0, 506757.0 ], [ 103852.0, 506900.0 ], [ 103674.0, 507005.0 ], [ 103480.0, 506986.0 ], [ 103282.0, 506909.0 ], [ 103233.0, 506594.0 ], [ 103280.0, 506338.0 ], [ 103465.0, 506182.0 ], [ 103597.0, 506099.0 ], [ 103681.0, 506053.0 ], [ 103603.0, 506000.0 ], [ 103568.0, 505932.0 ], [ 103793.0, 505975.0 ], [ 104024.0, 506094.0 ], [ 104251.0, 506125.0 ], [ 104321.0, 506130.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 40.0, "TNODE_": 42.0, "LPOLY_": 2.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103205.0, 506063.0 ], [ 103079.0, 506108.0 ], [ 102815.0, 506012.0 ], [ 102591.0, 505883.0 ], [ 102443.0, 505823.0 ], [ 102384.0, 505879.0 ], [ 102424.0, 505938.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 45.0, "TNODE_": 29.0, "LPOLY_": 2.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109067.0, 505719.0 ], [ 108696.0, 505806.0 ], [ 108119.0, 506074.0 ], [ 107749.0, 506231.0 ], [ 107405.0, 506176.0 ], [ 107158.0, 506169.0 ], [ 106958.0, 506237.0 ], [ 106701.0, 506148.0 ], [ 106542.0, 505962.0 ], [ 106500.0, 505793.0 ], [ 106309.0, 505734.0 ], [ 106218.0, 505800.0 ], [ 106060.0, 505870.0 ], [ 105899.0, 505963.0 ], [ 105888.0, 506106.0 ], [ 105956.0, 506224.0 ], [ 106120.0, 506255.0 ], [ 106260.0, 506222.0 ], [ 106399.0, 506311.0 ], [ 106494.0, 506462.0 ], [ 106420.0, 506630.0 ], [ 106408.0, 506748.0 ], [ 106311.0, 506819.0 ], [ 106139.0, 506828.0 ], [ 106001.0, 506725.0 ], [ 105991.0, 506644.0 ], [ 106094.0, 506596.0 ], [ 106187.0, 506538.0 ], [ 106160.0, 506437.0 ], [ 106048.0, 506417.0 ], [ 105916.0, 506458.0 ], [ 105825.0, 506516.0 ], [ 105758.0, 506622.0 ], [ 105687.0, 506661.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 46.0, "TNODE_": 41.0, "LPOLY_": 2.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102806.0, 505646.0 ], [ 102896.0, 505778.0 ], [ 102903.0, 505910.0 ], [ 102796.0, 505925.0 ], [ 102795.0, 505963.0 ], [ 102877.0, 506021.0 ], [ 102960.0, 506004.0 ], [ 103019.0, 505950.0 ], [ 103129.0, 505958.0 ], [ 103259.0, 505960.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 44.0, "TNODE_": 46.0, "LPOLY_": 2.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103326.0, 505882.0 ], [ 103345.0, 505846.0 ], [ 103334.0, 505752.0 ], [ 103297.0, 505665.0 ], [ 103226.0, 505674.0 ], [ 103145.0, 505695.0 ], [ 103052.0, 505548.0 ], [ 102980.0, 505523.0 ], [ 102942.0, 505537.0 ], [ 102849.0, 505562.0 ], [ 102795.0, 505607.0 ], [ 102806.0, 505646.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 47.0, "TNODE_": 47.0, "LPOLY_": 22.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103712.0, 505486.0 ], [ 103688.0, 505564.0 ], [ 103706.0, 505663.0 ], [ 103753.0, 505704.0 ], [ 103839.0, 505630.0 ], [ 103806.0, 505522.0 ], [ 103712.0, 505486.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 48.0, "TNODE_": 48.0, "LPOLY_": 22.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102459.0, 505259.0 ], [ 102385.0, 505306.0 ], [ 102290.0, 505424.0 ], [ 102342.0, 505492.0 ], [ 102509.0, 505445.0 ], [ 102686.0, 505367.0 ], [ 102823.0, 505298.0 ], [ 102750.0, 505206.0 ], [ 102580.0, 505252.0 ], [ 102459.0, 505259.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 26.0, "TNODE_": 31.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103681.0, 507090.0 ], [ 103683.0, 507086.0 ], [ 103845.0, 507033.0 ], [ 104010.0, 506956.0 ], [ 104136.0, 506858.0 ], [ 104268.0, 506812.0 ], [ 104424.0, 506773.0 ], [ 104593.0, 506638.0 ], [ 104720.0, 506494.0 ], [ 104872.0, 506370.0 ], [ 105036.0, 506344.0 ], [ 105190.0, 506386.0 ], [ 105353.0, 506421.0 ], [ 105463.0, 506429.0 ], [ 105543.0, 506441.0 ], [ 105667.0, 506463.0 ], [ 105758.0, 506420.0 ], [ 105820.0, 506310.0 ], [ 105765.0, 506224.0 ], [ 105695.0, 506077.0 ], [ 105654.0, 505935.0 ], [ 105429.0, 505769.0 ], [ 105291.0, 505624.0 ], [ 105382.0, 505428.0 ], [ 105552.0, 505327.0 ], [ 105756.0, 505173.0 ], [ 105948.0, 505069.0 ], [ 106150.0, 505116.0 ], [ 106290.0, 505257.0 ], [ 106338.0, 505438.0 ], [ 106327.0, 505612.0 ], [ 106223.0, 505675.0 ], [ 106060.0, 505590.0 ], [ 105891.0, 505535.0 ], [ 105757.0, 505607.0 ], [ 105703.0, 505766.0 ], [ 105833.0, 506039.0 ], [ 105847.0, 506120.0 ], [ 105903.0, 506296.0 ], [ 106017.0, 506322.0 ], [ 106152.0, 506332.0 ], [ 106298.0, 506350.0 ], [ 106384.0, 506427.0 ], [ 106398.0, 506534.0 ], [ 106361.0, 506633.0 ], [ 106270.0, 506649.0 ], [ 106261.0, 506527.0 ], [ 106240.0, 506411.0 ], [ 106159.0, 506360.0 ], [ 106033.0, 506372.0 ], [ 105894.0, 506391.0 ], [ 105762.0, 506487.0 ], [ 105670.0, 506595.0 ], [ 105661.0, 506609.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 52.0, "TNODE_": 51.0, "LPOLY_": 26.0, "RPOLY_": 29.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108870.0, 503948.0 ], [ 108956.0, 503994.0 ], [ 109035.0, 504039.0 ], [ 109085.0, 504050.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 54.0, "TNODE_": 49.0, "LPOLY_": 2.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108649.0, 503885.0 ], [ 108745.0, 503965.0 ], [ 109024.0, 504164.0 ], [ 109084.0, 504210.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 50.0, "TNODE_": 56.0, "LPOLY_": 2.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108185.0, 504100.0 ], [ 108222.0, 504011.0 ], [ 108251.0, 503948.0 ], [ 108341.0, 503829.0 ], [ 108398.0, 503772.0 ], [ 108427.0, 503760.0 ], [ 108478.0, 503758.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 57.0, "TNODE_": 54.0, "LPOLY_": 2.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108476.0, 503758.0 ], [ 108541.0, 503760.0 ], [ 108649.0, 503885.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 57.0, "TNODE_": 56.0, "LPOLY_": 26.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108476.0, 503758.0 ], [ 108478.0, 503758.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 60.0, "TNODE_": 58.0, "LPOLY_": 25.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104607.0, 503693.0 ], [ 104679.0, 503715.0 ], [ 104912.0, 503749.0 ], [ 105111.0, 503706.0 ], [ 105311.0, 503713.0 ], [ 105474.0, 503832.0 ], [ 105485.0, 504115.0 ], [ 105435.0, 504331.0 ], [ 105281.0, 504519.0 ], [ 105190.0, 504653.0 ], [ 105202.0, 504858.0 ], [ 105182.0, 505027.0 ], [ 105038.0, 505115.0 ], [ 104719.0, 505170.0 ], [ 104422.0, 505134.0 ], [ 104292.0, 504989.0 ], [ 104227.0, 504775.0 ], [ 104202.0, 504586.0 ], [ 104183.0, 504532.0 ], [ 104091.0, 504471.0 ], [ 104063.0, 504343.0 ], [ 104138.0, 504187.0 ], [ 104012.0, 504076.0 ], [ 103803.0, 504081.0 ], [ 103724.0, 504108.0 ], [ 103659.0, 504077.0 ], [ 103673.0, 504026.0 ], [ 103821.0, 503979.0 ], [ 104045.0, 503888.0 ], [ 104246.0, 503764.0 ], [ 104336.0, 503717.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 58.0, "TNODE_": 60.0, "LPOLY_": 25.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104336.0, 503717.0 ], [ 104390.0, 503681.0 ], [ 104451.0, 503667.0 ], [ 104498.0, 503665.0 ], [ 104607.0, 503693.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 59.0, "TNODE_": 59.0, "LPOLY_": 22.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103478.0, 503710.0 ], [ 103479.0, 503739.0 ], [ 103449.0, 503871.0 ], [ 103436.0, 503995.0 ], [ 103457.0, 504057.0 ], [ 103527.0, 503939.0 ], [ 103618.0, 503908.0 ], [ 103753.0, 503872.0 ], [ 103895.0, 503813.0 ], [ 103909.0, 503701.0 ], [ 103728.0, 503647.0 ], [ 103592.0, 503598.0 ], [ 103479.0, 503594.0 ], [ 103478.0, 503710.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 61.0, "TNODE_": 61.0, "LPOLY_": 31.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102196.0, 503548.0 ], [ 102232.0, 503543.0 ], [ 102340.0, 503587.0 ], [ 102357.0, 503656.0 ], [ 102265.0, 503620.0 ], [ 102196.0, 503548.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 53.0, "TNODE_": 52.0, "LPOLY_": 26.0, "RPOLY_": 29.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503892.0 ], [ 108957.0, 503872.0 ], [ 108771.0, 503695.0 ], [ 108706.0, 503549.0 ], [ 108665.0, 503443.0 ], [ 108519.0, 503457.0 ], [ 108480.0, 503574.0 ], [ 108625.0, 503692.0 ], [ 108870.0, 503948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 55.0, "TNODE_": 64.0, "LPOLY_": 30.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503843.0 ], [ 108912.0, 503765.0 ], [ 108837.0, 503707.0 ], [ 108809.0, 503573.0 ], [ 108877.0, 503454.0 ], [ 109056.0, 503328.0 ], [ 109063.0, 503314.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 65.0, "TNODE_": 50.0, "LPOLY_": 2.0, "RPOLY_": 26.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109063.0, 503111.0 ], [ 108813.0, 503129.0 ], [ 108614.0, 503231.0 ], [ 108493.0, 503380.0 ], [ 108377.0, 503466.0 ], [ 108191.0, 503519.0 ], [ 107865.0, 503620.0 ], [ 107457.0, 503691.0 ], [ 107146.0, 503647.0 ], [ 106815.0, 503628.0 ], [ 106503.0, 503723.0 ], [ 106228.0, 503746.0 ], [ 105992.0, 503656.0 ], [ 105760.0, 503496.0 ], [ 105540.0, 503328.0 ], [ 105346.0, 503285.0 ], [ 105264.0, 503319.0 ], [ 105220.0, 503375.0 ], [ 105231.0, 503438.0 ], [ 105481.0, 503577.0 ], [ 105673.0, 503641.0 ], [ 105766.0, 503849.0 ], [ 105784.0, 504095.0 ], [ 105729.0, 504314.0 ], [ 105541.0, 504546.0 ], [ 105462.0, 504647.0 ], [ 105503.0, 504733.0 ], [ 105718.0, 504819.0 ], [ 106006.0, 504796.0 ], [ 106262.0, 504660.0 ], [ 106537.0, 504592.0 ], [ 106831.0, 504620.0 ], [ 107002.0, 504693.0 ], [ 107346.0, 504745.0 ], [ 107650.0, 504671.0 ], [ 107847.0, 504585.0 ], [ 108002.0, 504459.0 ], [ 108150.0, 504181.0 ], [ 108185.0, 504100.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 62.0, "TNODE_": 62.0, "LPOLY_": 2.0, "RPOLY_": 22.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102810.0, 503338.0 ], [ 103233.0, 503508.0 ], [ 103361.0, 503663.0 ], [ 103361.0, 503820.0 ], [ 103345.0, 504004.0 ], [ 103477.0, 504239.0 ], [ 103513.0, 504450.0 ], [ 103555.0, 504627.0 ], [ 103594.0, 504822.0 ], [ 103392.0, 504867.0 ], [ 103048.0, 504778.0 ], [ 102800.0, 504818.0 ], [ 102466.0, 504822.0 ], [ 102206.0, 504897.0 ], [ 102112.0, 505116.0 ], [ 102058.0, 505412.0 ], [ 102167.0, 505544.0 ], [ 102403.0, 505547.0 ], [ 102622.0, 505449.0 ], [ 102818.0, 505408.0 ], [ 103094.0, 505361.0 ], [ 103340.0, 505336.0 ], [ 103602.0, 505444.0 ], [ 103674.0, 505584.0 ], [ 103710.0, 505737.0 ], [ 103839.0, 505719.0 ], [ 103918.0, 505572.0 ], [ 103874.0, 505440.0 ], [ 103840.0, 505315.0 ], [ 103954.0, 505099.0 ], [ 103902.0, 504830.0 ], [ 103697.0, 504667.0 ], [ 103672.0, 504445.0 ], [ 103784.0, 504274.0 ], [ 103642.0, 504161.0 ], [ 103523.0, 504037.0 ], [ 103674.0, 503932.0 ], [ 103954.0, 503842.0 ], [ 104045.0, 503674.0 ], [ 103806.0, 503584.0 ], [ 103560.0, 503463.0 ], [ 103270.0, 503253.0 ], [ 102946.0, 503081.0 ], [ 102715.0, 503108.0 ], [ 102648.0, 503242.0 ], [ 102810.0, 503338.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 66.0, "TNODE_": 67.0, "LPOLY_": 2.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101946.0, 503027.0 ], [ 102009.0, 503029.0 ], [ 102032.0, 503014.0 ], [ 102032.0, 502976.0 ], [ 101994.0, 502961.0 ], [ 101918.0, 502942.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 66.0, "TNODE_": 68.0, "LPOLY_": 33.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101946.0, 503027.0 ], [ 101807.0, 503019.0 ], [ 101577.0, 502942.0 ], [ 101389.0, 502903.0 ], [ 101386.0, 502855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 70.0, "TNODE_": 71.0, "LPOLY_": 34.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101467.0, 502833.0 ], [ 101461.0, 502823.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 68.0, "TNODE_": 72.0, "LPOLY_": 33.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101386.0, 502855.0 ], [ 101384.0, 502823.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 44.0, "FNODE_": 71.0, "TNODE_": 70.0, "LPOLY_": 34.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101461.0, 502823.0 ], [ 101513.0, 502791.0 ], [ 101603.0, 502830.0 ], [ 101761.0, 502929.0 ], [ 101878.0, 502982.0 ], [ 101784.0, 502978.0 ], [ 101649.0, 502923.0 ], [ 101492.0, 502882.0 ], [ 101467.0, 502833.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 72.0, "TNODE_": 67.0, "LPOLY_": 33.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101384.0, 502823.0 ], [ 101437.0, 502750.0 ], [ 101581.0, 502710.0 ], [ 101713.0, 502843.0 ], [ 101918.0, 502942.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 75.0, "TNODE_": 74.0, "LPOLY_": 27.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104044.0, 502640.0 ], [ 104183.0, 502781.0 ], [ 104050.0, 502928.0 ], [ 103739.0, 502835.0 ], [ 103528.0, 502747.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 78.0, "TNODE_": 74.0, "LPOLY_": 2.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102078.0, 502426.0 ], [ 102299.0, 502487.0 ], [ 102940.0, 502671.0 ], [ 103329.0, 502724.0 ], [ 103528.0, 502747.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 79.0, "TNODE_": 75.0, "LPOLY_": 27.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103492.0, 502329.0 ], [ 103673.0, 502434.0 ], [ 103848.0, 502487.0 ], [ 103970.0, 502549.0 ], [ 104044.0, 502640.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 78.0, "TNODE_": 63.0, "LPOLY_": 27.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102078.0, 502426.0 ], [ 101782.0, 502277.0 ], [ 101684.0, 502366.0 ], [ 101766.0, 502493.0 ], [ 101720.0, 502621.0 ], [ 101501.0, 502616.0 ], [ 101306.0, 502713.0 ], [ 101284.0, 502876.0 ], [ 101333.0, 503000.0 ], [ 101658.0, 503137.0 ], [ 101910.0, 503136.0 ], [ 102207.0, 503204.0 ], [ 102396.0, 503423.0 ], [ 102552.0, 503703.0 ], [ 102743.0, 503927.0 ], [ 102555.0, 504458.0 ], [ 102404.0, 504548.0 ], [ 102248.0, 504509.0 ], [ 102226.0, 504284.0 ], [ 102268.0, 504165.0 ], [ 102187.0, 504161.0 ], [ 102129.0, 504129.0 ], [ 102190.0, 504058.0 ], [ 102103.0, 504000.0 ], [ 102278.0, 503954.0 ], [ 102354.0, 503880.0 ], [ 102215.0, 503878.0 ], [ 102113.0, 503905.0 ], [ 101990.0, 503890.0 ], [ 102059.0, 503829.0 ], [ 102084.0, 503783.0 ], [ 102039.0, 503705.0 ], [ 102235.0, 503692.0 ], [ 102162.0, 503597.0 ], [ 102102.0, 503482.0 ], [ 102083.0, 503331.0 ], [ 101862.0, 503259.0 ], [ 101642.0, 503276.0 ], [ 101444.0, 503184.0 ], [ 100907.0, 503160.0 ], [ 100090.0, 503199.0 ], [ 99498.0, 503326.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 80.0, "TNODE_": 79.0, "LPOLY_": 27.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102299.0, 502251.0 ], [ 102700.0, 502305.0 ], [ 102948.0, 502311.0 ], [ 103195.0, 502185.0 ], [ 103416.0, 502238.0 ], [ 103492.0, 502329.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 82.0, "TNODE_": 80.0, "LPOLY_": 27.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101680.0, 502024.0 ], [ 101830.0, 502115.0 ], [ 102299.0, 502251.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 46.0, "FNODE_": 82.0, "TNODE_": 84.0, "LPOLY_": 2.0, "RPOLY_": 27.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101680.0, 502024.0 ], [ 101605.0, 502011.0 ], [ 101550.0, 501993.0 ], [ 101541.0, 501947.0 ], [ 101577.0, 501910.0 ], [ 101621.0, 501890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 85.0, "TNODE_": 83.0, "LPOLY_": 2.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107879.0, 501821.0 ], [ 108003.0, 501900.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 87.0, "TNODE_": 86.0, "LPOLY_": 2.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102058.0, 501610.0 ], [ 102101.0, 501760.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 73.0, "TNODE_": 84.0, "LPOLY_": 27.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99348.0, 502793.0 ], [ 99913.0, 502720.0 ], [ 100840.0, 502567.0 ], [ 101197.0, 502389.0 ], [ 101447.0, 502208.0 ], [ 101478.0, 502040.0 ], [ 101333.0, 501800.0 ], [ 101519.0, 501600.0 ], [ 101758.0, 501611.0 ], [ 101756.0, 501740.0 ], [ 101621.0, 501890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 86.0, "TNODE_": 88.0, "LPOLY_": 2.0, "RPOLY_": 37.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102101.0, 501760.0 ], [ 102178.0, 501911.0 ], [ 102318.0, 502036.0 ], [ 102501.0, 502027.0 ], [ 102588.0, 501888.0 ], [ 102650.0, 501767.0 ], [ 102641.0, 501704.0 ], [ 102532.0, 501709.0 ], [ 102311.0, 501651.0 ], [ 102159.0, 501550.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 87.0, "TNODE_": 88.0, "LPOLY_": 37.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102058.0, 501610.0 ], [ 102025.0, 501511.0 ], [ 102032.0, 501457.0 ], [ 102063.0, 501442.0 ], [ 102086.0, 501488.0 ], [ 102159.0, 501550.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 90.0, "TNODE_": 89.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105768.0, 501269.0 ], [ 105884.0, 501599.0 ], [ 105800.0, 501776.0 ], [ 105524.0, 501969.0 ], [ 105244.0, 502149.0 ], [ 105018.0, 502108.0 ], [ 104889.0, 501842.0 ], [ 104917.0, 501450.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 91.0, "TNODE_": 69.0, "LPOLY_": 2.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105860.0, 501266.0 ], [ 105979.0, 501487.0 ], [ 106010.0, 501737.0 ], [ 105946.0, 502076.0 ], [ 105758.0, 502364.0 ], [ 105419.0, 502565.0 ], [ 105015.0, 502727.0 ], [ 104851.0, 502850.0 ], [ 104822.0, 502984.0 ], [ 105065.0, 503055.0 ], [ 105363.0, 503101.0 ], [ 105823.0, 503157.0 ], [ 105960.0, 503188.0 ], [ 106106.0, 503352.0 ], [ 106331.0, 503413.0 ], [ 106737.0, 503274.0 ], [ 107009.0, 503168.0 ], [ 107299.0, 503245.0 ], [ 107697.0, 503262.0 ], [ 108068.0, 503211.0 ], [ 108322.0, 503067.0 ], [ 108729.0, 502875.0 ], [ 109062.0, 502855.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 89.0, "TNODE_": 92.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104917.0, 501450.0 ], [ 104821.0, 501259.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 93.0, "TNODE_": 77.0, "LPOLY_": 32.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106010.0, 501257.0 ], [ 106123.0, 501401.0 ], [ 106436.0, 501722.0 ], [ 106726.0, 502012.0 ], [ 107032.0, 502241.0 ], [ 107299.0, 502363.0 ], [ 107446.0, 502433.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 95.0, "TNODE_": 83.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108878.0, 501119.0 ], [ 108697.0, 501209.0 ], [ 108500.0, 501351.0 ], [ 108382.0, 501607.0 ], [ 108189.0, 501680.0 ], [ 108136.0, 501789.0 ], [ 108315.0, 501845.0 ], [ 108369.0, 501929.0 ], [ 108122.0, 501963.0 ], [ 108003.0, 501900.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 96.0, "TNODE_": 94.0, "LPOLY_": 2.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106106.0, 501099.0 ], [ 106200.0, 501165.0 ], [ 106276.0, 501187.0 ], [ 106421.0, 501195.0 ], [ 106574.0, 501195.0 ], [ 106676.0, 501178.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 97.0, "TNODE_": 77.0, "LPOLY_": 2.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109061.0, 501094.0 ], [ 108957.0, 501224.0 ], [ 108746.0, 501269.0 ], [ 108610.0, 501427.0 ], [ 108574.0, 501659.0 ], [ 108636.0, 501929.0 ], [ 108524.0, 502201.0 ], [ 108209.0, 502479.0 ], [ 107831.0, 502599.0 ], [ 107446.0, 502433.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 95.0, "TNODE_": 98.0, "LPOLY_": 2.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108878.0, 501119.0 ], [ 108909.0, 501126.0 ], [ 108939.0, 501111.0 ], [ 108920.0, 501086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 81.0, "TNODE_": 99.0, "LPOLY_": 2.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103529.0, 502178.0 ], [ 103612.0, 502251.0 ], [ 103696.0, 502281.0 ], [ 103772.0, 502259.0 ], [ 103825.0, 502190.0 ], [ 103978.0, 501770.0 ], [ 104024.0, 501549.0 ], [ 104100.0, 501350.0 ], [ 104299.0, 501030.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 92.0, "TNODE_": 100.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104821.0, 501259.0 ], [ 104724.0, 501126.0 ], [ 104519.0, 501005.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 97.0, "TNODE_": 101.0, "LPOLY_": 1.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109061.0, 501094.0 ], [ 109060.0, 500990.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 93.0, "TNODE_": 91.0, "LPOLY_": 2.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106010.0, 501257.0 ], [ 106006.0, 501233.0 ], [ 106083.0, 501115.0 ], [ 106033.0, 500963.0 ], [ 105903.0, 500979.0 ], [ 105834.0, 501106.0 ], [ 105860.0, 501266.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 85.0, "TNODE_": 94.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107879.0, 501821.0 ], [ 107823.0, 501669.0 ], [ 107982.0, 501391.0 ], [ 107990.0, 501075.0 ], [ 107789.0, 500960.0 ], [ 107468.0, 501008.0 ], [ 107175.0, 501092.0 ], [ 106818.0, 501167.0 ], [ 106676.0, 501178.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 102.0, "TNODE_": 99.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104341.0, 500944.0 ], [ 104301.0, 500998.0 ], [ 104299.0, 501030.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 102.0, "TNODE_": 100.0, "LPOLY_": 2.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104341.0, 500944.0 ], [ 104376.0, 500886.0 ], [ 104448.0, 500864.0 ], [ 104477.0, 500900.0 ], [ 104520.0, 500972.0 ], [ 104519.0, 501005.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 96.0, "TNODE_": 90.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106106.0, 501099.0 ], [ 106073.0, 500883.0 ], [ 105858.0, 500846.0 ], [ 105693.0, 501045.0 ], [ 105768.0, 501269.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 104.0, "TNODE_": 76.0, "LPOLY_": 35.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101120.0, 500756.0 ], [ 100901.0, 500898.0 ], [ 100759.0, 501321.0 ], [ 100861.0, 501584.0 ], [ 100858.0, 501905.0 ], [ 100302.0, 502321.0 ], [ 99459.0, 502539.0 ], [ 99268.0, 502563.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 81.0, "TNODE_": 106.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103529.0, 502178.0 ], [ 103433.0, 501978.0 ], [ 103514.0, 501553.0 ], [ 103586.0, 501162.0 ], [ 103477.0, 500871.0 ], [ 103240.0, 500888.0 ], [ 102983.0, 500764.0 ], [ 102849.0, 500591.0 ], [ 102824.0, 500547.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 107.0, "TNODE_": 108.0, "LPOLY_": 36.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103474.0, 500502.0 ], [ 103492.0, 500487.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 108.0, "TNODE_": 107.0, "LPOLY_": 36.0, "RPOLY_": 42.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103492.0, 500487.0 ], [ 103477.0, 500486.0 ], [ 103474.0, 500502.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 105.0, "TNODE_": 110.0, "LPOLY_": 2.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102587.0, 500593.0 ], [ 102680.0, 500533.0 ], [ 102774.0, 500595.0 ], [ 102755.0, 500506.0 ], [ 102746.0, 500475.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 104.0, "TNODE_": 111.0, "LPOLY_": 2.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101120.0, 500756.0 ], [ 101546.0, 500455.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 109.0, "TNODE_": 109.0, "LPOLY_": 36.0, "RPOLY_": 39.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105819.0, 500480.0 ], [ 105777.0, 500468.0 ], [ 105560.0, 500451.0 ], [ 105434.0, 500532.0 ], [ 105514.0, 500610.0 ], [ 105701.0, 500564.0 ], [ 105880.0, 500581.0 ], [ 105950.0, 500569.0 ], [ 105819.0, 500480.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 105.0, "TNODE_": 112.0, "LPOLY_": 40.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102587.0, 500593.0 ], [ 102494.0, 500602.0 ], [ 102447.0, 500555.0 ], [ 102499.0, 500396.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 114.0, "TNODE_": 112.0, "LPOLY_": 2.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102516.0, 500288.0 ], [ 102499.0, 500396.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 116.0, "TNODE_": 114.0, "LPOLY_": 2.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102549.0, 500230.0 ], [ 102516.0, 500288.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 117.0, "TNODE_": 110.0, "LPOLY_": 40.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102663.0, 500206.0 ], [ 102750.0, 500287.0 ], [ 102761.0, 500369.0 ], [ 102746.0, 500475.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 35.0, "FNODE_": 117.0, "TNODE_": 116.0, "LPOLY_": 2.0, "RPOLY_": 40.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102663.0, 500206.0 ], [ 102554.0, 500223.0 ], [ 102549.0, 500230.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 37.0, "FNODE_": 115.0, "TNODE_": 118.0, "LPOLY_": 2.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102115.0, 500248.0 ], [ 102168.0, 500334.0 ], [ 102238.0, 500357.0 ], [ 102319.0, 500346.0 ], [ 102342.0, 500264.0 ], [ 102331.0, 500199.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 119.0, "TNODE_": 120.0, "LPOLY_": 2.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101040.0, 500170.0 ], [ 100627.0, 500192.0 ], [ 100362.0, 500170.0 ], [ 100242.0, 500143.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 119.0, "TNODE_": 111.0, "LPOLY_": 35.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101040.0, 500170.0 ], [ 101442.0, 500108.0 ], [ 101606.0, 500231.0 ], [ 101546.0, 500455.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 118.0, "TNODE_": 121.0, "LPOLY_": 2.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102331.0, 500199.0 ], [ 102307.0, 500078.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 122.0, "TNODE_": 113.0, "LPOLY_": 36.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103521.0, 500074.0 ], [ 103378.0, 500090.0 ], [ 103320.0, 500136.0 ], [ 103355.0, 500218.0 ], [ 103425.0, 500264.0 ], [ 103588.0, 500322.0 ], [ 103681.0, 500322.0 ], [ 103809.0, 500311.0 ], [ 103925.0, 500369.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 123.0, "TNODE_": 115.0, "LPOLY_": 2.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102047.0, 500070.0 ], [ 102045.0, 500074.0 ], [ 102099.0, 500173.0 ], [ 102115.0, 500248.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 113.0, "TNODE_": 124.0, "LPOLY_": 36.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103925.0, 500369.0 ], [ 103982.0, 500390.0 ], [ 104230.0, 500586.0 ], [ 104519.0, 500593.0 ], [ 104774.0, 500411.0 ], [ 104842.0, 500167.0 ], [ 104705.0, 500010.0 ], [ 104509.0, 499941.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 36.0, "FNODE_": 121.0, "TNODE_": 123.0, "LPOLY_": 2.0, "RPOLY_": 43.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102307.0, 500078.0 ], [ 102291.0, 500009.0 ], [ 102180.0, 499936.0 ], [ 102046.0, 499970.0 ], [ 102047.0, 500070.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 126.0, "TNODE_": 125.0, "LPOLY_": 2.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101762.0, 499892.0 ], [ 101784.0, 499934.0 ], [ 101934.0, 499988.0 ], [ 101995.0, 499928.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 128.0, "TNODE_": 124.0, "LPOLY_": 41.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104287.0, 499708.0 ], [ 104509.0, 499941.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 128.0, "TNODE_": 122.0, "LPOLY_": 36.0, "RPOLY_": 41.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104287.0, 499708.0 ], [ 104035.0, 499604.0 ], [ 103812.0, 499663.0 ], [ 103694.0, 499801.0 ], [ 103592.0, 500030.0 ], [ 103521.0, 500074.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 130.0, "TNODE_": 127.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104592.0, 499579.0 ], [ 104739.0, 499723.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 131.0, "TNODE_": 106.0, "LPOLY_": 2.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102785.0, 499484.0 ], [ 102773.0, 499601.0 ], [ 102831.0, 499764.0 ], [ 102866.0, 499915.0 ], [ 102878.0, 500043.0 ], [ 102890.0, 500241.0 ], [ 102824.0, 500547.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 126.0, "TNODE_": 132.0, "LPOLY_": 38.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101762.0, 499892.0 ], [ 101725.0, 499729.0 ], [ 101714.0, 499624.0 ], [ 101761.0, 499458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 133.0, "TNODE_": 129.0, "LPOLY_": 36.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102875.0, 499427.0 ], [ 102878.0, 499531.0 ], [ 102936.0, 499624.0 ], [ 103018.0, 499670.0 ], [ 103076.0, 499670.0 ], [ 103089.0, 499648.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 125.0, "TNODE_": 134.0, "LPOLY_": 2.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101995.0, 499928.0 ], [ 102028.0, 499822.0 ], [ 101993.0, 499694.0 ], [ 101982.0, 499507.0 ], [ 101970.0, 499426.0 ], [ 101983.0, 499336.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 129.0, "TNODE_": 135.0, "LPOLY_": 36.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103089.0, 499648.0 ], [ 103109.0, 499496.0 ], [ 103112.0, 499348.0 ], [ 103067.0, 499283.0 ], [ 102935.0, 499271.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 135.0, "TNODE_": 133.0, "LPOLY_": 36.0, "RPOLY_": 44.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102935.0, 499271.0 ], [ 102891.0, 499312.0 ], [ 102875.0, 499427.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 47.0, "FNODE_": 120.0, "TNODE_": 137.0, "LPOLY_": 2.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100242.0, 500143.0 ], [ 100164.0, 500139.0 ], [ 100069.0, 500111.0 ], [ 100007.0, 500058.0 ], [ 99933.0, 499898.0 ], [ 99892.0, 499749.0 ], [ 99886.0, 499586.0 ], [ 99920.0, 499410.0 ], [ 99954.0, 499348.0 ], [ 100019.0, 499289.0 ], [ 100118.0, 499218.0 ], [ 100189.0, 499215.0 ], [ 100253.0, 499210.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 131.0, "TNODE_": 130.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102785.0, 499484.0 ], [ 102787.0, 499343.0 ], [ 102912.0, 499193.0 ], [ 103066.0, 499204.0 ], [ 103183.0, 499348.0 ], [ 103173.0, 499605.0 ], [ 103275.0, 499749.0 ], [ 103375.0, 499812.0 ], [ 103596.0, 499715.0 ], [ 103764.0, 499570.0 ], [ 103949.0, 499375.0 ], [ 104110.0, 499327.0 ], [ 104277.0, 499358.0 ], [ 104482.0, 499476.0 ], [ 104592.0, 499579.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 41.0, "FNODE_": 137.0, "TNODE_": 136.0, "LPOLY_": 2.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100253.0, 499210.0 ], [ 100415.0, 499175.0 ], [ 100923.0, 499218.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 140.0, "TNODE_": 136.0, "LPOLY_": 35.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101220.0, 498625.0 ], [ 101469.0, 498816.0 ], [ 101522.0, 499093.0 ], [ 101304.0, 499186.0 ], [ 100923.0, 499218.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 141.0, "TNODE_": 98.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106433.0, 498498.0 ], [ 106667.0, 498621.0 ], [ 106785.0, 498854.0 ], [ 106808.0, 499194.0 ], [ 106739.0, 499535.0 ], [ 106705.0, 499914.0 ], [ 106702.0, 500126.0 ], [ 106847.0, 500396.0 ], [ 107089.0, 500488.0 ], [ 107421.0, 500455.0 ], [ 107618.0, 500514.0 ], [ 107911.0, 500743.0 ], [ 108185.0, 500881.0 ], [ 108533.0, 500880.0 ], [ 108782.0, 500916.0 ], [ 108920.0, 501086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 127.0, "TNODE_": 141.0, "LPOLY_": 36.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104739.0, 499723.0 ], [ 104847.0, 499832.0 ], [ 105097.0, 500001.0 ], [ 105412.0, 500100.0 ], [ 105698.0, 500103.0 ], [ 105791.0, 499979.0 ], [ 105749.0, 499823.0 ], [ 105578.0, 499637.0 ], [ 105563.0, 499433.0 ], [ 105733.0, 499407.0 ], [ 105973.0, 499561.0 ], [ 106256.0, 499637.0 ], [ 106438.0, 499594.0 ], [ 106548.0, 499395.0 ], [ 106528.0, 499093.0 ], [ 106355.0, 498868.0 ], [ 106265.0, 498586.0 ], [ 106382.0, 498485.0 ], [ 106433.0, 498498.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 139.0, "TNODE_": 139.0, "LPOLY_": 38.0, "RPOLY_": 46.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105270.0, 498690.0 ], [ 105254.0, 498663.0 ], [ 105056.0, 498478.0 ], [ 104803.0, 498446.0 ], [ 104726.0, 498527.0 ], [ 104793.0, 498733.0 ], [ 104987.0, 498843.0 ], [ 105178.0, 498868.0 ], [ 105308.0, 498882.0 ], [ 105310.0, 498805.0 ], [ 105270.0, 498690.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 134.0, "TNODE_": 101.0, "LPOLY_": 2.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101983.0, 499336.0 ], [ 102144.0, 499082.0 ], [ 102457.0, 498926.0 ], [ 102825.0, 498830.0 ], [ 103117.0, 498865.0 ], [ 103304.0, 499070.0 ], [ 103411.0, 499254.0 ], [ 103571.0, 499259.0 ], [ 103647.0, 499029.0 ], [ 103693.0, 498700.0 ], [ 103867.0, 498549.0 ], [ 104204.0, 498611.0 ], [ 104436.0, 498562.0 ], [ 104603.0, 498674.0 ], [ 104528.0, 498917.0 ], [ 104541.0, 499194.0 ], [ 104703.0, 499496.0 ], [ 104961.0, 499706.0 ], [ 105186.0, 499859.0 ], [ 105499.0, 499964.0 ], [ 105616.0, 499931.0 ], [ 105583.0, 499799.0 ], [ 105426.0, 499566.0 ], [ 105450.0, 499352.0 ], [ 105594.0, 499232.0 ], [ 105789.0, 499209.0 ], [ 106028.0, 499323.0 ], [ 106231.0, 499374.0 ], [ 106339.0, 499323.0 ], [ 106359.0, 499096.0 ], [ 106176.0, 498793.0 ], [ 106094.0, 498567.0 ], [ 106175.0, 498340.0 ], [ 106412.0, 498236.0 ], [ 106677.0, 498290.0 ], [ 106922.0, 498356.0 ], [ 107215.0, 498366.0 ], [ 107529.0, 498305.0 ], [ 107816.0, 498227.0 ], [ 108040.0, 498240.0 ], [ 108214.0, 498399.0 ], [ 108284.0, 498691.0 ], [ 108138.0, 499008.0 ], [ 107710.0, 499310.0 ], [ 107459.0, 499415.0 ], [ 107187.0, 499524.0 ], [ 106985.0, 499716.0 ], [ 106955.0, 499970.0 ], [ 107097.0, 500158.0 ], [ 107361.0, 500172.0 ], [ 107689.0, 500261.0 ], [ 107963.0, 500381.0 ], [ 108149.0, 500624.0 ], [ 108397.0, 500783.0 ], [ 108598.0, 500783.0 ], [ 108843.0, 500821.0 ], [ 109021.0, 500893.0 ], [ 109060.0, 500990.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 42.0, "FNODE_": 142.0, "TNODE_": 140.0, "LPOLY_": 35.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100487.0, 498110.0 ], [ 101220.0, 498625.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 43.0, "FNODE_": 143.0, "TNODE_": 138.0, "LPOLY_": 45.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99881.0, 497980.0 ], [ 100278.0, 498276.0 ], [ 100532.0, 498382.0 ], [ 100817.0, 498604.0 ], [ 100987.0, 498710.0 ], [ 101061.0, 498794.0 ], [ 101093.0, 498921.0 ], [ 101072.0, 499017.0 ], [ 100987.0, 499048.0 ], [ 100839.0, 499048.0 ], [ 100246.0, 499017.0 ], [ 99769.0, 499048.0 ], [ 98712.0, 499080.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 39.0, "FNODE_": 145.0, "TNODE_": 143.0, "LPOLY_": 45.0, "RPOLY_": 35.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98699.0, 497051.0 ], [ 99042.0, 497301.0 ], [ 99522.0, 497677.0 ], [ 99881.0, 497980.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 146.0, "TNODE_": 147.0, "LPOLY_": 48.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 497046.0 ], [ 103266.0, 497125.0 ], [ 102867.0, 497185.0 ], [ 102524.0, 496983.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 147.0, "TNODE_": 148.0, "LPOLY_": 48.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102524.0, 496983.0 ], [ 102507.0, 496969.0 ], [ 102501.0, 496967.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 149.0, "TNODE_": 144.0, "LPOLY_": 38.0, "RPOLY_": 47.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106967.0, 496813.0 ], [ 106816.0, 496970.0 ], [ 106576.0, 497141.0 ], [ 106276.0, 497444.0 ], [ 106320.0, 497678.0 ], [ 106549.0, 497710.0 ], [ 106698.0, 497401.0 ], [ 106871.0, 497388.0 ], [ 107014.0, 497597.0 ], [ 107208.0, 497831.0 ], [ 107522.0, 497784.0 ], [ 107816.0, 497594.0 ], [ 108306.0, 497564.0 ], [ 108735.0, 497564.0 ], [ 109054.0, 497480.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 150.0, "TNODE_": 132.0, "LPOLY_": 2.0, "RPOLY_": 38.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106057.0, 496807.0 ], [ 105876.0, 497034.0 ], [ 105563.0, 497256.0 ], [ 105250.0, 497246.0 ], [ 104970.0, 497171.0 ], [ 104825.0, 497373.0 ], [ 104836.0, 497805.0 ], [ 104851.0, 498170.0 ], [ 104726.0, 498350.0 ], [ 103990.0, 498129.0 ], [ 103612.0, 498255.0 ], [ 103374.0, 498358.0 ], [ 103113.0, 498299.0 ], [ 102844.0, 498399.0 ], [ 102494.0, 498334.0 ], [ 102309.0, 498152.0 ], [ 102198.0, 497843.0 ], [ 101964.0, 497827.0 ], [ 101830.0, 498026.0 ], [ 101843.0, 498244.0 ], [ 101798.0, 498537.0 ], [ 101807.0, 498845.0 ], [ 101828.0, 499197.0 ], [ 101761.0, 499458.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 146.0, "TNODE_": 151.0, "LPOLY_": 2.0, "RPOLY_": 48.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103491.0, 497046.0 ], [ 103625.0, 496985.0 ], [ 103730.0, 496918.0 ], [ 103839.0, 496839.0 ], [ 103972.0, 496794.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 38.0, "FNODE_": 148.0, "TNODE_": 153.0, "LPOLY_": 48.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102501.0, 496967.0 ], [ 102308.0, 496832.0 ], [ 102231.0, 496790.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 40.0, "FNODE_": 154.0, "TNODE_": 142.0, "LPOLY_": 35.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99628.0, 496788.0 ], [ 99767.0, 496987.0 ], [ 100200.0, 497196.0 ], [ 100577.0, 497345.0 ], [ 100515.0, 497690.0 ], [ 100322.0, 497894.0 ], [ 100487.0, 498110.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104236.0, 524232.0 ], [ 104190.0, 524270.0 ], [ 102721.0, 526224.0 ], [ 102910.0, 531661.0 ], [ 113549.0, 531777.0 ], [ 113228.0, 523701.0 ], [ 110697.0, 523023.0 ], [ 108672.0, 522598.0 ], [ 108714.0, 522884.0 ], [ 108688.0, 523310.0 ], [ 108536.0, 523516.0 ], [ 108409.0, 523670.0 ], [ 108313.0, 524118.0 ], [ 108157.0, 524462.0 ], [ 107988.0, 524714.0 ], [ 107770.0, 524991.0 ], [ 107606.0, 525243.0 ], [ 107391.0, 525594.0 ], [ 107144.0, 525907.0 ], [ 106855.0, 526123.0 ], [ 106504.0, 526314.0 ], [ 106145.0, 526469.0 ], [ 105787.0, 526605.0 ], [ 105336.0, 526734.0 ], [ 105006.0, 526842.0 ], [ 104790.0, 526880.0 ], [ 104559.0, 526915.0 ], [ 104480.0, 526625.0 ], [ 104427.0, 526333.0 ], [ 104403.0, 526014.0 ], [ 104365.0, 525560.0 ], [ 104355.0, 525172.0 ], [ 104304.0, 524796.0 ], [ 104240.0, 524264.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -999.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104559.0, 526915.0 ], [ 104790.0, 526880.0 ], [ 105006.0, 526842.0 ], [ 105336.0, 526734.0 ], [ 105787.0, 526605.0 ], [ 106145.0, 526469.0 ], [ 106504.0, 526314.0 ], [ 106855.0, 526123.0 ], [ 107144.0, 525907.0 ], [ 107391.0, 525594.0 ], [ 107606.0, 525243.0 ], [ 107770.0, 524991.0 ], [ 107988.0, 524714.0 ], [ 108157.0, 524462.0 ], [ 108313.0, 524118.0 ], [ 108409.0, 523670.0 ], [ 108536.0, 523516.0 ], [ 108688.0, 523310.0 ], [ 108714.0, 522884.0 ], [ 108672.0, 522598.0 ], [ 108433.0, 522559.0 ], [ 108144.0, 522570.0 ], [ 107820.0, 522654.0 ], [ 107583.0, 522727.0 ], [ 107340.0, 522849.0 ], [ 107044.0, 522987.0 ], [ 106801.0, 522966.0 ], [ 106520.0, 522986.0 ], [ 106165.0, 523052.0 ], [ 105917.0, 523067.0 ], [ 105493.0, 523096.0 ], [ 105280.0, 523193.0 ], [ 104943.0, 523479.0 ], [ 104560.0, 523897.0 ], [ 104236.0, 524232.0 ], [ 104304.0, 524796.0 ], [ 104355.0, 525172.0 ], [ 104365.0, 525560.0 ], [ 104403.0, 526014.0 ], [ 104427.0, 526333.0 ], [ 104480.0, 526625.0 ], [ 104559.0, 526915.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_bergen_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_bergen_points.geojson new file mode 100644 index 0000000..9c1d554 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_bergen_points.geojson @@ -0,0 +1,23 @@ +{ +"type": "FeatureCollection", +"name": "TS12_bergen_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "BA1B_": 1, "BA1B_ID": 13, "VALUE": -2.2 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 526421.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 2, "BA1B_ID": 14, "VALUE": -4.1 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 525643.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": -3, "BA1B_ID": 16, "VALUE": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 524492.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 5, "BA1B_ID": 17, "VALUE": -4.3 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 525668.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 6, "BA1B_ID": 18, "VALUE": -6.0 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 524692.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 7, "BA1B_ID": 19, "VALUE": -4.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 524066.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 8, "BA1B_ID": 20, "VALUE": -3.7 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 523500.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 9, "BA1B_ID": 21, "VALUE": -4.2 }, "geometry": { "type": "Point", "coordinates": [ 106265.0, 524505.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 10, "BA1B_ID": 22, "VALUE": -4.2 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 523462.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 11, "BA1B_ID": 23, "VALUE": -6.0 }, "geometry": { "type": "Point", "coordinates": [ 107085.0, 525550.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 12, "BA1B_ID": 24, "VALUE": -2.7 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 524275.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 13, "BA1B_ID": 25, "VALUE": -3.0 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 523403.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 14, "BA1B_ID": 26, "VALUE": -3.0 }, "geometry": { "type": "Point", "coordinates": [ 108137.0, 524148.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 15, "BA1B_ID": 27, "VALUE": -3.0 }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 523265.0 ] } }, +{ "type": "Feature", "properties": { "BA1B_": 16, "BA1B_ID": 28, "VALUE": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 522875.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_interpolation_points.geojson new file mode 100644 index 0000000..f8dce3a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_interpolation_points.geojson @@ -0,0 +1,2128 @@ +{ +"type": "FeatureCollection", +"name": "TS12_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 515125.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 515200.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 515289.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 515304.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104328.0, 515334.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104133.0, 515334.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104014.0, 515319.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 515262.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 513947.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101864.0, 513959.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 514140.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514477.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 514935.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 515205.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 515262.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 513076.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 513061.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104657.0, 513165.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104522.0, 513165.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 513136.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104283.0, 513001.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 512777.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104103.0, 512522.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 512208.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 512060.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106559.0, 514694.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106969.0, 514583.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107171.0, 514413.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107119.0, 514096.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 513846.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106354.0, 513700.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106074.0, 513602.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105989.0, 513447.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 513224.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 513055.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106197.0, 512932.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 512856.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106658.0, 512808.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106972.0, 512792.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107297.0, 512708.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107603.0, 512620.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107903.0, 512470.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108110.0, 512153.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108020.0, 511957.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107716.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107414.0, 511758.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107017.0, 511657.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106631.0, 511575.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106306.0, 511560.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106022.0, 511585.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 511643.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 511804.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105669.0, 511985.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 512090.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 512177.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105229.0, 512244.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 512144.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 512042.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 511999.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 512062.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 512180.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 512129.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 511994.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104562.0, 512146.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104558.0, 512393.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104695.0, 512671.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 512891.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 513076.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 512060.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104021.0, 511953.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 511824.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 511778.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 511637.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 511469.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 511267.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104222.0, 511107.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104187.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 510826.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 510956.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 511020.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 511030.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 510943.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 510798.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 510777.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 510741.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 510786.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 510898.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510998.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 511108.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 511232.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 511287.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 511393.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 511454.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101716.0, 511422.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101248.0, 511353.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101173.0, 511330.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101414.0, 513314.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101615.0, 513341.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102159.0, 513454.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 513637.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 513942.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 514326.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 514443.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103763.0, 514478.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103927.0, 514410.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 514258.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 514047.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 513798.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 513563.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 513336.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 513016.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 512697.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 512447.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102143.0, 512442.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102143.0, 512442.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101232.0, 511817.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 511366.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 511444.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 511610.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 511760.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 511841.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105049.0, 511802.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105248.0, 511702.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 511637.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.0, 511555.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105754.0, 511473.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 511378.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 511289.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 511328.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 511323.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 511252.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 511175.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104794.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104692.0, 511308.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 511366.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 510487.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 510416.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510483.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 510547.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 510573.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 510543.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 510514.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 510487.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100802.0, 509525.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101140.0, 509641.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101694.0, 510010.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102119.0, 510329.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102545.0, 510602.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 510628.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 510586.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 510693.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 510842.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 510953.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 511070.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102217.0, 511088.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101768.0, 510923.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101462.0, 510707.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101097.0, 510460.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 510435.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 509035.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101082.0, 509161.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101367.0, 509301.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101651.0, 509447.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102127.0, 509922.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 510182.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 510448.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102643.0, 510461.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510315.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 510262.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 510328.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 510398.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103231.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103325.0, 510362.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510241.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 510162.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 510165.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 510213.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 510121.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103019.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 509797.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 509609.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 509434.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 509212.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 509037.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 508971.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 508928.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101620.0, 508868.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101290.0, 508830.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101050.0, 508856.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 508892.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100963.0, 508976.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 509035.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109071.0, 508128.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108704.0, 508286.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108305.0, 508401.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107936.0, 508547.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107653.0, 508774.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107355.0, 508982.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107047.0, 509092.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106713.0, 509085.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 509182.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 509515.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 509874.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106586.0, 510172.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 510292.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107163.0, 510400.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 510401.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 510285.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107894.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107994.0, 509969.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108008.0, 509671.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108024.0, 509347.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108118.0, 509139.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108351.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108566.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108681.0, 509159.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109072.0, 509280.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 507762.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 507812.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103942.0, 507887.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 507788.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 507767.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 507910.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103051.0, 508149.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 508123.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 508073.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 507939.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 507736.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 507624.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103049.0, 507525.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 507431.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 507325.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103816.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104039.0, 507395.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104207.0, 507494.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104273.0, 507594.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 507762.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 507090.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103845.0, 507033.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 506956.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104136.0, 506858.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104268.0, 506812.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 506638.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104720.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 506370.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 506344.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 506386.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105353.0, 506421.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105463.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 506441.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105667.0, 506463.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 506310.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105695.0, 506077.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 505935.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105291.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105382.0, 505428.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105552.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105756.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 505069.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106290.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106338.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106327.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105891.0, 505535.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 505891.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 506039.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105847.0, 506120.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105903.0, 506296.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106017.0, 506322.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106152.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106298.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 506427.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 506534.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106361.0, 506633.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 506649.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106261.0, 506527.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 506360.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 506372.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 506391.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 506487.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506595.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105661.0, 506609.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 507292.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105399.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 507604.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105567.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 507519.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 507432.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106192.0, 507583.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106268.0, 507992.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106216.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106216.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106222.0, 508253.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106178.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105926.0, 509058.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105639.0, 509797.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105817.0, 510162.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106088.0, 510338.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 510562.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106450.0, 510776.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106769.0, 510938.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 510994.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 511082.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106763.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106531.0, 511134.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106151.0, 511041.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105806.0, 510997.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 511100.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 511178.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 511051.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 510914.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104997.0, 510666.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 510541.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 510436.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104546.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104293.0, 510369.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 510325.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 510281.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104367.0, 510278.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 510195.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 510091.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104207.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104390.0, 509950.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 509843.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 509644.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104514.0, 509583.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 509529.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 509475.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 509387.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 509365.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 509404.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509292.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104435.0, 509085.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104496.0, 508954.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 508884.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104868.0, 508950.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104960.0, 509031.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 509027.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 508870.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105181.0, 508674.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105122.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 508418.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 508323.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 508145.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104562.0, 507926.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 507714.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 507551.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 507465.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104184.0, 507307.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103875.0, 507176.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 507152.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 507152.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 507144.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 507114.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 507096.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 507090.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 506583.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105579.0, 506616.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 506624.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105649.0, 506615.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105657.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105661.0, 506609.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105444.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 506507.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 506465.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 506518.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 506657.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 506825.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105287.0, 506946.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105358.0, 506997.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 507042.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 507097.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 507132.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 507166.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105794.0, 507180.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105912.0, 507191.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106016.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106123.0, 507196.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109067.0, 505719.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108696.0, 505806.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108119.0, 506074.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107749.0, 506231.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107405.0, 506176.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107158.0, 506169.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106958.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 506148.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106542.0, 505962.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 505793.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106309.0, 505734.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106218.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105888.0, 506106.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105956.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 506255.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106260.0, 506222.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106399.0, 506311.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 506462.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106420.0, 506630.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106408.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106311.0, 506819.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 506828.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106001.0, 506725.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 506644.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106094.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 506538.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106160.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105916.0, 506458.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 506622.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105687.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106123.0, 507196.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 507192.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106558.0, 507167.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106998.0, 507117.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107437.0, 507024.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107692.0, 506904.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107929.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108289.0, 506737.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108524.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108808.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109068.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 506630.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105534.0, 506637.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 506671.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105687.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105407.0, 506571.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105294.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 506899.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105287.0, 506946.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101932.0, 506856.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 506763.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 506642.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102002.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 506591.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 506665.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 506790.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 506971.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 507379.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 507448.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 507516.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 507741.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 507895.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 507829.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102311.0, 507606.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 507243.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 506989.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101932.0, 506856.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100157.0, 506564.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100339.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100923.0, 506633.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 506868.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101941.0, 507079.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 507303.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 507624.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 507983.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102496.0, 508121.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102652.0, 508243.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 508416.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102963.0, 508504.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103288.0, 508527.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 508389.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 508193.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 508112.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 508090.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 508190.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 508361.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 508487.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 508518.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 508496.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 508595.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 508717.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 508826.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104246.0, 508943.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104311.0, 509010.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 509048.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104140.0, 509073.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 509178.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 509352.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 509499.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 509597.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 509624.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 509614.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509652.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104557.0, 509693.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 509764.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104416.0, 509868.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104289.0, 509876.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104079.0, 509842.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 509777.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 509628.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 509410.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 509205.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 509040.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 508880.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102744.0, 508874.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 508721.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102869.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 508728.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 508703.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 508666.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 508607.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 508574.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 508529.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 508524.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 508663.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 508721.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 508653.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101398.0, 508591.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100867.0, 508603.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100584.0, 508651.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103613.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 506426.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 506612.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103613.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101362.0, 506517.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101472.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 506505.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 506363.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102562.0, 506402.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102924.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 506666.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103046.0, 506820.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 506997.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 506996.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 506920.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 506946.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 507167.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 507280.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 507311.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 507275.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 507283.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 507429.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102802.0, 507508.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102772.0, 507622.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 507746.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103063.0, 507879.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 507963.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 507994.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 508136.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 508235.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 508243.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 508172.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 508218.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 508305.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 508300.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103267.0, 508176.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 508023.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 507862.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 507949.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 508363.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 508410.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 508419.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 508132.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 507947.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102316.0, 507778.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 507575.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 507274.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101959.0, 506966.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 506821.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101474.0, 506716.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101373.0, 506632.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101362.0, 506517.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 506154.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 506202.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 506250.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 506255.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 506154.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 506063.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103079.0, 506108.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506012.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 505883.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 505879.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 506063.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 506045.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103311.0, 506045.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103335.0, 506051.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 506069.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 506105.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102583.0, 506055.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 506248.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102806.0, 505646.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 505778.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 505910.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 505925.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 506004.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103019.0, 505950.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 505882.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 505537.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 505562.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102806.0, 505646.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 505950.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 505920.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 505882.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 506020.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 506097.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 506154.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 506163.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506039.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 505873.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104321.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 506150.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 506096.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104968.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 505879.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105356.0, 505862.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105536.0, 506053.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105646.0, 506255.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105679.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105564.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 506370.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105181.0, 506294.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 506246.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104086.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103988.0, 506757.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103852.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 507005.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 506986.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 506909.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 506594.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 506338.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 506182.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506099.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 506053.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 505932.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 505975.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 506094.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104321.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103712.0, 505486.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 505564.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103706.0, 505663.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 505704.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 505630.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 505522.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103712.0, 505486.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 505306.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 505492.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 505445.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102686.0, 505367.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 505298.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 505206.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 505252.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109064.0, 503892.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108957.0, 503872.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108771.0, 503695.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108706.0, 503549.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108665.0, 503443.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108519.0, 503457.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108480.0, 503574.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108625.0, 503692.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108771.0, 503844.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108870.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108870.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108956.0, 503994.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109035.0, 504039.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109085.0, 504050.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109063.0, 503111.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 503129.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108614.0, 503231.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108493.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108377.0, 503466.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108191.0, 503519.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107865.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 503691.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107146.0, 503647.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 503628.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106503.0, 503723.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 503656.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 503496.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105540.0, 503328.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 503285.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105264.0, 503319.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 503375.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 503438.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 503577.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 503641.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105766.0, 503849.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105784.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 504314.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 504546.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.0, 504647.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 504733.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105718.0, 504819.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 504796.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 504660.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106537.0, 504592.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106831.0, 504620.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107002.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 504745.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 504671.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107847.0, 504585.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108002.0, 504459.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 504181.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108649.0, 503885.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108745.0, 503965.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108865.0, 504050.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109024.0, 504164.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109084.0, 504210.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108222.0, 504011.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108251.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108341.0, 503829.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108398.0, 503772.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108427.0, 503760.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108478.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108541.0, 503760.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108649.0, 503885.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108478.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 503693.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 503715.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104912.0, 503749.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105111.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 503713.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105474.0, 503832.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 504115.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105435.0, 504331.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105281.0, 504519.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 504653.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105202.0, 504858.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105182.0, 505027.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 505170.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104422.0, 505134.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 504989.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104227.0, 504775.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 504586.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104183.0, 504532.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 504343.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104138.0, 504187.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104012.0, 504076.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504108.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 504026.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 503979.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 503888.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104246.0, 503764.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104390.0, 503681.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 503665.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 503693.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 503710.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 503739.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 503939.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 503908.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 503872.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 503813.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 503701.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 503647.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 503598.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 503594.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 503710.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102232.0, 503543.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102340.0, 503587.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102357.0, 503656.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109064.0, 503843.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108837.0, 503707.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108809.0, 503573.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108877.0, 503454.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109056.0, 503328.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109063.0, 503314.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103007.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 503663.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 503820.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 504004.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 504239.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 504450.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103555.0, 504627.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 504867.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 504778.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 504818.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102206.0, 504897.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 505412.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102403.0, 505547.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505449.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 505408.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 505361.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 505444.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 505737.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 505719.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103874.0, 505440.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 505315.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 505099.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103697.0, 504667.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 504445.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103784.0, 504274.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103642.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 504037.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 503932.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 503842.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 503674.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 503584.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 503463.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 503253.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 503081.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102715.0, 503108.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102648.0, 503242.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101946.0, 503027.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503029.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 503014.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 502976.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101994.0, 502961.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101918.0, 502942.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101946.0, 503027.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101807.0, 503019.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101577.0, 502942.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101389.0, 502903.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101386.0, 502855.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101386.0, 502855.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101384.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101384.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 502750.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101581.0, 502710.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 502843.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101918.0, 502942.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101461.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101513.0, 502791.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101603.0, 502830.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 502929.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101878.0, 502982.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 502978.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 502923.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101492.0, 502882.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101461.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 502024.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101605.0, 502011.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101550.0, 501993.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101541.0, 501947.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101577.0, 501910.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101621.0, 501890.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 99348.0, 502793.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 99913.0, 502720.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100840.0, 502567.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101197.0, 502389.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101447.0, 502208.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101478.0, 502040.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101333.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101519.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 501611.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 501740.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101621.0, 501890.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 502640.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104183.0, 502781.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 502928.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 502835.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 502426.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 502671.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 502724.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 502329.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 502434.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103848.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 502549.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 502640.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 502426.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 502277.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101684.0, 502366.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101766.0, 502493.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101720.0, 502621.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101501.0, 502616.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101306.0, 502713.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101284.0, 502876.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101333.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101483.0, 503064.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101658.0, 503137.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101910.0, 503136.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503204.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102396.0, 503423.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 503927.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 504248.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 504458.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102404.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 504509.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102226.0, 504284.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 504165.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102129.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102190.0, 504058.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102354.0, 503880.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 503878.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 503905.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 503890.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102059.0, 503829.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102084.0, 503783.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 503705.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 503698.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 503692.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 503597.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 503482.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 503331.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 503259.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101642.0, 503276.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 503184.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100907.0, 503160.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 100090.0, 503199.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 99498.0, 503326.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 502305.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102948.0, 502311.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103195.0, 502185.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 502238.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 502329.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 502024.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 502115.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107879.0, 501821.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108003.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105768.0, 501269.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105884.0, 501599.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 501776.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105524.0, 501969.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105244.0, 502149.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105018.0, 502108.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104889.0, 501842.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104821.0, 501259.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108878.0, 501119.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108697.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 501351.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 501607.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108189.0, 501680.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108136.0, 501789.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108315.0, 501845.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108369.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108122.0, 501963.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108003.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 501099.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106200.0, 501165.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 501187.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106421.0, 501195.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 501195.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106676.0, 501178.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108878.0, 501119.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108909.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108939.0, 501111.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108920.0, 501086.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 502178.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 502281.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 502259.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 501976.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103978.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 501350.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 501030.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104821.0, 501259.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 501005.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107879.0, 501821.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107823.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107982.0, 501391.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107990.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107789.0, 500960.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107468.0, 501008.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 501092.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106818.0, 501167.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106676.0, 501178.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 500944.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 500998.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 501030.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 500944.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104376.0, 500886.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104477.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104520.0, 500972.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 501005.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 501099.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 500883.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 500846.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105693.0, 501045.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105768.0, 501269.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 502178.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103433.0, 501978.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 501553.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 501162.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 500871.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 500888.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 500764.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 500591.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 500547.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 499579.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 499723.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 499484.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 499601.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102831.0, 499764.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 500043.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102855.0, 500404.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 500547.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 499484.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 499343.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 499204.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 499348.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103173.0, 499605.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 499812.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 499715.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 499375.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 499327.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 499358.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 499476.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 499579.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 498498.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106667.0, 498621.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106785.0, 498854.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 499194.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 499535.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106705.0, 499914.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106702.0, 500126.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106847.0, 500396.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107089.0, 500488.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107421.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107618.0, 500514.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107911.0, 500743.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 500881.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108533.0, 500880.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108782.0, 500916.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108920.0, 501086.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 499723.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 499832.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105412.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105698.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105791.0, 499979.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105749.0, 499823.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 499637.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 499433.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105973.0, 499561.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106256.0, 499637.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 499594.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106548.0, 499395.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106528.0, 499093.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106355.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106265.0, 498586.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 498485.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 498498.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102178.0, 501911.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 502027.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 501888.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 501767.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 501704.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102311.0, 501651.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102159.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 501511.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 501457.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102063.0, 501442.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 501488.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102159.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 496807.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 497034.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 497256.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 497246.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104970.0, 497171.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104825.0, 497373.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104836.0, 497805.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 498236.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103990.0, 498129.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 498358.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 498299.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 498399.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 498334.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102309.0, 498152.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102198.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101964.0, 497827.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 498026.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101843.0, 498244.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 498537.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101807.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 499197.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105860.0, 501266.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105979.0, 501487.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 501737.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105946.0, 502076.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 502364.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105419.0, 502565.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 502727.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 502850.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 502984.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105065.0, 503055.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 503101.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 503157.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105960.0, 503188.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 503352.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106331.0, 503413.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106737.0, 503274.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107009.0, 503168.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107299.0, 503245.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107697.0, 503262.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108068.0, 503211.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108322.0, 503067.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108729.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109062.0, 502855.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 501257.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106123.0, 501401.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 501722.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 502012.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107032.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107299.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 502433.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 499934.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101934.0, 499988.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109061.0, 501094.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108957.0, 501224.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108746.0, 501269.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108610.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108574.0, 501659.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108636.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108524.0, 502201.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108209.0, 502479.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107831.0, 502599.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 502433.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 499729.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101714.0, 499624.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109061.0, 501094.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109060.0, 500990.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 501257.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 501233.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106037.0, 501186.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106083.0, 501115.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 500963.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105903.0, 500979.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105834.0, 501106.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105860.0, 501266.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 499822.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 499694.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101982.0, 499507.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101970.0, 499426.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 499336.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 499336.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 499082.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 498926.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 498830.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 498865.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 499254.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 499259.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 499029.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103693.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 498549.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104204.0, 498611.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104436.0, 498562.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 498674.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 498917.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 499194.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104703.0, 499496.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104961.0, 499706.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105186.0, 499859.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 499964.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105583.0, 499799.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105426.0, 499566.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499352.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105594.0, 499232.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105789.0, 499209.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106028.0, 499323.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106231.0, 499374.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106339.0, 499323.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106359.0, 499096.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106176.0, 498793.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106094.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 498340.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106412.0, 498236.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 498290.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106922.0, 498356.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107215.0, 498366.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107529.0, 498305.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 498227.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108040.0, 498240.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108214.0, 498399.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108284.0, 498691.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108138.0, 499008.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107710.0, 499310.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107459.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.0, 499524.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106985.0, 499716.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106955.0, 499970.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107097.0, 500158.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107361.0, 500172.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107689.0, 500261.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107963.0, 500381.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108149.0, 500624.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108397.0, 500783.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108598.0, 500783.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108843.0, 500821.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109021.0, 500893.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109060.0, 500990.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101040.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100627.0, 500192.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100362.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100242.0, 500143.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101040.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 500108.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101606.0, 500231.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101546.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99628.0, 496788.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99767.0, 496987.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100200.0, 497196.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100577.0, 497345.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 497690.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100322.0, 497894.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100487.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100242.0, 500143.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100164.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100069.0, 500111.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100007.0, 500058.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99933.0, 499898.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99892.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99886.0, 499586.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99920.0, 499410.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99954.0, 499348.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100019.0, 499289.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100118.0, 499218.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100189.0, 499215.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100253.0, 499210.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101120.0, 500756.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100901.0, 500898.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100759.0, 501321.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100861.0, 501584.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100858.0, 501905.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100302.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99459.0, 502539.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 99268.0, 502563.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101220.0, 498625.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101469.0, 498816.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101522.0, 499093.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101304.0, 499186.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100923.0, 499218.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100253.0, 499210.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100415.0, 499175.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100923.0, 499218.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101120.0, 500756.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101546.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 100487.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101220.0, 498625.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 500206.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 500369.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 500475.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 500206.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 500223.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102549.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102587.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 500595.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 500475.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102587.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 500602.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 500555.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 500485.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 500396.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 500396.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102549.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105819.0, 500480.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105777.0, 500468.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 500532.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105701.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 500581.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 500569.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105819.0, 500480.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 500248.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102168.0, 500334.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102331.0, 500199.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102331.0, 500199.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102307.0, 500078.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102047.0, 500070.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 500074.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102099.0, 500173.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 500248.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102307.0, 500078.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 499936.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 499970.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102047.0, 500070.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 500074.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 500136.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 500322.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 500322.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 500311.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 500369.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 500369.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 500390.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104230.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104774.0, 500411.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 500167.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104705.0, 500010.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 499941.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 499708.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 499941.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 499708.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 499663.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 499801.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 500074.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 499427.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 499531.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 499624.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 499670.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 499670.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 499648.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 499648.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103109.0, 499496.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 499348.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103067.0, 499283.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102935.0, 499271.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102935.0, 499271.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 499312.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 499427.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 498690.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 105254.0, 498663.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 498478.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 498446.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 498527.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 498733.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104987.0, 498843.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 105178.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 498882.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 105310.0, 498805.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 498690.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 99881.0, 497980.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 100278.0, 498276.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 100532.0, 498382.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 100817.0, 498604.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 498710.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101061.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101093.0, 498921.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101072.0, 499017.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 100839.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 100246.0, 499017.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 99769.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 98712.0, 499080.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 98699.0, 497051.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 99042.0, 497301.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 99522.0, 497677.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 99881.0, 497980.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 496983.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102507.0, 496969.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 496967.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 497046.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 496985.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 496918.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 496839.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 496794.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 496967.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 496832.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 496790.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 497046.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 497125.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 497185.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 496983.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106967.0, 496813.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106816.0, 496970.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106576.0, 497141.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 497444.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 497678.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106549.0, 497710.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.0, 497401.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106871.0, 497388.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107014.0, 497597.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107208.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107522.0, 497784.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 497594.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108306.0, 497564.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108735.0, 497564.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 109054.0, 497480.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104236.0, 524232.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 524270.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 526224.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 531661.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 113549.0, 531777.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 113228.0, 523701.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 110697.0, 523023.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108672.0, 522598.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 522884.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108688.0, 523310.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108536.0, 523516.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108409.0, 523670.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108313.0, 524118.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 108157.0, 524462.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107988.0, 524714.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107770.0, 524991.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107606.0, 525243.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107391.0, 525594.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 107144.0, 525907.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106855.0, 526123.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106504.0, 526314.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 106145.0, 526469.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 526605.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 526734.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 105006.0, 526842.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 526880.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 526915.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 526625.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104427.0, 526333.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 526014.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 525560.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 525172.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 524796.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 524264.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.2 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 526421.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.1 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 525643.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 524492.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.3 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 525668.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.0 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 524692.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 524066.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.7 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 523500.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.2 }, "geometry": { "type": "Point", "coordinates": [ 106265.0, 524505.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.2 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 523462.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.0 }, "geometry": { "type": "Point", "coordinates": [ 107085.0, 525550.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.7 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 524275.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.0 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 523403.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.0 }, "geometry": { "type": "Point", "coordinates": [ 108137.0, 524148.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.0 }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 523265.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 522875.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.1 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 515290.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.1 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.1 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.7 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.3 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.1 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.94 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.46 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.54 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.78 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.72 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 506423.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.4 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.83 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.71 }, "geometry": { "type": "Point", "coordinates": [ 105460.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.66 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 506418.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.66 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 506933.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.4100001 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.4 }, "geometry": { "type": "Point", "coordinates": [ 106460.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.2199998 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509471.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.77 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.12 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.8500004 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.58 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.48 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509088.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.62 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.9 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 508948.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.9899998 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0699997 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.21 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.12 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.3 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.5 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.4899998 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.5 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.9499998 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.85 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.5 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.4 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.0 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.4 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.3 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.4 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.3 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.9300003 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.9 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.15 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.9 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.5 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.1 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.75 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.2 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.0500002 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.22 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.9 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.6799998 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.8200002 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.9 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.56 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.8200002 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.8 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.51 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.5 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.5 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.5 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.15 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.73 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.31 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.4899998 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.7199998 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.33 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.81 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.6 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.58 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.71 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.9200001 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508947.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.59 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.3200002 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.1300001 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.2399998 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.8400002 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.1799998 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.5900002 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 508622.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.1799998 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.1799998 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.62 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.3800001 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0699997 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510082.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.7 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.21 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.73 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.9699998 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.7600002 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5700002 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.0300002 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5300002 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.81 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.08 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.02 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.9099998 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.73 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 509464.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.77 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.4200001 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.9200001 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.32 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.2 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.37 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.03 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.9 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.78 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.77 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.4 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.9399996 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 510049.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.4200001 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.75 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.75 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.76 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 509852.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.54 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 509802.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.2600002 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0200005 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.29 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509653.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.17 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.04 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509554.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.97 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.28 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.04 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.81 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.4300001 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 507062.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.5900002 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.17 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.4400001 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.71 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.9100001 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.9400001 }, "geometry": { "type": "Point", "coordinates": [ 103665.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.06 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.3900001 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.73 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.31 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.5700001 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.3 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.63 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.3600001 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.31 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.38 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.77 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.8800001 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.3800001 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.25 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.22 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.37 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.4400001 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.1400001 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.1700001 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.1500001 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.1800001 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.4100001 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.13 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.34 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.83 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.3200001 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.9700003 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.49 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.85 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.7600002 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.6 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.19 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.09 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.23 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.8600001 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.7199998 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.33 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.32 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.6400003 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.74 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.43 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.79 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.2800002 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.7600002 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.72 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.75 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.73 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.32 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.559999 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.73 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.6300001 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.68 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.56 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6799998 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.5 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.74 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.73 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.68 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.79 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.77 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.6599998 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.75 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.82 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6500001 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.9699998 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.9 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.8500004 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.58 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.7800002 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.8199997 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6500001 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.9 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.96 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.65 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.9400001 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.2 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507064.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.9 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.55 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.55 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.9499998 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.2 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.2 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.2 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.6 }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.2 }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.6 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.1 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.8 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.3 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.08 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.08 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.57 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.62 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.4099998 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.81 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.25 }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 512190.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.8 }, "geometry": { "type": "Point", "coordinates": [ 109019.0, 512181.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.98 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.1 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.0 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.25 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.9 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.0 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508240.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.3 }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.9 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.1 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.8200002 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.46 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.35 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.75 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.2700005 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.7 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.9 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.0 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.4299998 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.39 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.6700001 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.84 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.88 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.33 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.81 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.52 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.4099998 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1599998 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.42 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.25 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.67 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.21 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.03 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.63 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.47 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.79 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.04 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.8900003 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.07 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.3 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.5699997 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.73 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1899996 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.98 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.700001 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0299997 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.81 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.7 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.75 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.7 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 504810.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.74 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 504898.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.12 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 504845.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.8 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 505030.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.8 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.7 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506116.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.1600001 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.16 }, "geometry": { "type": "Point", "coordinates": [ 105545.0, 506024.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.6 }, "geometry": { "type": "Point", "coordinates": [ 106820.0, 506084.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.9 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 506090.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1300001 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.14 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.5 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.5 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.7 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.9 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5700002 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.0 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.3 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.9 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.42 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.17 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.54 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.25 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.46 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.8600001 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.37 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.2800002 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.6 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.75 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.4099998 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.57 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.3 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.6599998 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.35 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.33 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.95 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.6100001 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.2399998 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": 1.96 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.34 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.5 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.4 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.65 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.5 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.5 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.3 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.3 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.9499998 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.55 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.8 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6799998 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.55 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.09 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.8 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.1 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.1900001 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.45 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.04 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.06 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.4 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.75 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.8 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.1 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.3 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.5 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.4 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.3 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.3100004 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.2 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.4 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.8 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.5 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.14 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.1 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.7 }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.5500002 }, "geometry": { "type": "Point", "coordinates": [ 107780.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.7 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.9 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.6 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.6599998 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.8 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.2200003 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.2199998 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.5 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.5 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.7 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.7 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.1 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.9 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.4499998 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.7 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.9499998 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.1 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.9099998 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.6 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.9 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": -0.3 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.1100001 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.55 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.26 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.25 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.6 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.99 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.3 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1300001 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.05 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.29 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.32 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0600004 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.03 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.3200001 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.56 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.6 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.4299998 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.6900001 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.99 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.21 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.9499998 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.84 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.75 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.2399998 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.24 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.3400002 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.4499998 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.6899996 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.5 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.1 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.36 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.49 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.83 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.2199998 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.4899998 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.9899998 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.6 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.3 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.04 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.3900003 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.7 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.4700003 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.1 }, "geometry": { "type": "Point", "coordinates": [ 101609.0, 503095.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.6 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.8 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.3200002 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.29 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.9299998 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.58 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.96 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.9699998 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.37 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.7 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.25 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.7600002 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.42 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.2 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.18 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -1.17 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.1900001 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.1599998 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.9 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.31 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.1599998 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.1500001 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.52 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.32 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.6 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.6799998 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.8 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.31 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.5 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.46 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.5 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.5 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.6100001 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.1 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.0 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.9499998 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.7 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5500002 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.95 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.4 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0600004 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.25 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.8500004 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.1 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.0299997 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "value": -5.0 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.9 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.9 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.5500002 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.6 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.95 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": -9.5500002 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": -2.6500001 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.06 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.45 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.3 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.1 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": -7.7600002 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.8400002 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.4699998 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.7799997 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.31 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": 0.1 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.6 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.5 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.5 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.2 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.73 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": -8.5100002 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.71 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "value": -6.6 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": -4.6500001 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.26 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "value": -3.71 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values.geojson new file mode 100644 index 0000000..652d2ed --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values.geojson @@ -0,0 +1,55 @@ +{ +"type": "FeatureCollection", +"name": "TS12_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105853.0, 514930.0 ], [ 105569.0, 515125.0 ], [ 105300.0, 515200.0 ], [ 104866.0, 515289.0 ], [ 104552.0, 515304.0 ], [ 104328.0, 515334.0 ], [ 104133.0, 515334.0 ], [ 104014.0, 515319.0 ], [ 103914.0, 515262.0 ] ], [ [ 101545.0, 513947.0 ], [ 101864.0, 513959.0 ], [ 102480.0, 514140.0 ], [ 103000.0, 514477.0 ], [ 103435.0, 514935.0 ], [ 103804.0, 515205.0 ], [ 103914.0, 515262.0 ] ], [ [ 104717.0, 513076.0 ], [ 104702.0, 513061.0 ], [ 104657.0, 513165.0 ], [ 104522.0, 513165.0 ], [ 104403.0, 513136.0 ], [ 104283.0, 513001.0 ], [ 104178.0, 512777.0 ], [ 104103.0, 512522.0 ], [ 104029.0, 512208.0 ], [ 104024.0, 512060.0 ] ], [ [ 105853.0, 514930.0 ], [ 106559.0, 514694.0 ], [ 106969.0, 514583.0 ], [ 107171.0, 514413.0 ], [ 107119.0, 514096.0 ], [ 106809.0, 513846.0 ], [ 106354.0, 513700.0 ], [ 106074.0, 513602.0 ], [ 105989.0, 513447.0 ], [ 105991.0, 513224.0 ], [ 106044.0, 513055.0 ], [ 106197.0, 512932.0 ], [ 106398.0, 512856.0 ], [ 106658.0, 512808.0 ], [ 106972.0, 512792.0 ], [ 107297.0, 512708.0 ], [ 107603.0, 512620.0 ], [ 107903.0, 512470.0 ], [ 108110.0, 512153.0 ], [ 108020.0, 511957.0 ], [ 107716.0, 511839.0 ], [ 107414.0, 511758.0 ], [ 107017.0, 511657.0 ], [ 106631.0, 511575.0 ], [ 106306.0, 511560.0 ], [ 106022.0, 511585.0 ], [ 105895.0, 511643.0 ], [ 105782.0, 511804.0 ], [ 105669.0, 511985.0 ], [ 105473.0, 512090.0 ], [ 105361.0, 512177.0 ], [ 105229.0, 512244.0 ], [ 105109.0, 512144.0 ], [ 105083.0, 512042.0 ], [ 105024.0, 511999.0 ], [ 104950.0, 512062.0 ], [ 104872.0, 512180.0 ], [ 104769.0, 512129.0 ], [ 104669.0, 512000.0 ], [ 104619.0, 511994.0 ], [ 104562.0, 512146.0 ], [ 104558.0, 512393.0 ], [ 104695.0, 512671.0 ], [ 104796.0, 512891.0 ], [ 104717.0, 513076.0 ] ], [ [ 104024.0, 512060.0 ], [ 104021.0, 511953.0 ], [ 103934.0, 511824.0 ], [ 103880.0, 511778.0 ], [ 103820.0, 511637.0 ], [ 103840.0, 511469.0 ], [ 104055.0, 511267.0 ], [ 104222.0, 511107.0 ], [ 104308.0, 510931.0 ], [ 104187.0, 510830.0 ], [ 103973.0, 510826.0 ], [ 103806.0, 510956.0 ], [ 103751.0, 511020.0 ], [ 103698.0, 511030.0 ], [ 103702.0, 510943.0 ], [ 103595.0, 510876.0 ], [ 103559.0, 510798.0 ], [ 103474.0, 510777.0 ], [ 103396.0, 510741.0 ], [ 103328.0, 510786.0 ], [ 103318.0, 510898.0 ], [ 103478.0, 510998.0 ], [ 103483.0, 511108.0 ], [ 103331.0, 511232.0 ], [ 103045.0, 511287.0 ], [ 102651.0, 511393.0 ], [ 102175.0, 511454.0 ], [ 101716.0, 511422.0 ], [ 101248.0, 511353.0 ], [ 101173.0, 511330.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101414.0, 513314.0 ], [ 101615.0, 513341.0 ], [ 102159.0, 513454.0 ], [ 102592.0, 513637.0 ], [ 103016.0, 513942.0 ], [ 103356.0, 514326.0 ], [ 103557.0, 514443.0 ], [ 103763.0, 514478.0 ], [ 103927.0, 514410.0 ], [ 103971.0, 514258.0 ], [ 103890.0, 514047.0 ], [ 103565.0, 513798.0 ], [ 103247.0, 513563.0 ], [ 103045.0, 513336.0 ], [ 102809.0, 513016.0 ], [ 102558.0, 512697.0 ], [ 102154.0, 512447.0 ], [ 102143.0, 512442.0 ] ], [ [ 102143.0, 512442.0 ], [ 101232.0, 511817.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104639.0, 511366.0 ], [ 104627.0, 511444.0 ], [ 104569.0, 511610.0 ], [ 104666.0, 511760.0 ], [ 104898.0, 511841.0 ], [ 105049.0, 511802.0 ], [ 105248.0, 511702.0 ], [ 105437.0, 511637.0 ], [ 105650.0, 511555.0 ], [ 105754.0, 511473.0 ], [ 105775.0, 511378.0 ], [ 105668.0, 511289.0 ], [ 105457.0, 511328.0 ], [ 105212.0, 511323.0 ], [ 105032.0, 511252.0 ], [ 104925.0, 511175.0 ], [ 104794.0, 511194.0 ], [ 104639.0, 511366.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103269.0, 510487.0 ], [ 103380.0, 510416.0 ], [ 103476.0, 510445.0 ], [ 103526.0, 510483.0 ], [ 103503.0, 510547.0 ], [ 103403.0, 510573.0 ], [ 103328.0, 510543.0 ], [ 103291.0, 510514.0 ], [ 103269.0, 510487.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100802.0, 509525.0 ], [ 101140.0, 509641.0 ], [ 101694.0, 510010.0 ], [ 102119.0, 510329.0 ], [ 102545.0, 510602.0 ], [ 102700.0, 510628.0 ], [ 102879.0, 510586.0 ], [ 103119.0, 510693.0 ], [ 103167.0, 510842.0 ], [ 103097.0, 510953.0 ], [ 102814.0, 511070.0 ], [ 102217.0, 511088.0 ], [ 101768.0, 510923.0 ], [ 101462.0, 510707.0 ], [ 101097.0, 510460.0 ], [ 101032.0, 510435.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100987.0, 509035.0 ], [ 101082.0, 509161.0 ], [ 101367.0, 509301.0 ], [ 101651.0, 509447.0 ], [ 101945.0, 509662.0 ], [ 102127.0, 509922.0 ], [ 102330.0, 510182.0 ], [ 102563.0, 510448.0 ], [ 102643.0, 510461.0 ], [ 102691.0, 510315.0 ], [ 102809.0, 510262.0 ], [ 102993.0, 510328.0 ], [ 103135.0, 510398.0 ], [ 103231.0, 510417.0 ], [ 103325.0, 510362.0 ], [ 103265.0, 510241.0 ], [ 103132.0, 510162.0 ], [ 103138.0, 510117.0 ], [ 103225.0, 510165.0 ], [ 103322.0, 510213.0 ], [ 103304.0, 510121.0 ], [ 103019.0, 509987.0 ], [ 102928.0, 509797.0 ], [ 102976.0, 509609.0 ], [ 102972.0, 509434.0 ], [ 102829.0, 509212.0 ], [ 102584.0, 509037.0 ], [ 102334.0, 508971.0 ], [ 101983.0, 508928.0 ], [ 101620.0, 508868.0 ], [ 101290.0, 508830.0 ], [ 101050.0, 508856.0 ], [ 100978.0, 508892.0 ], [ 100963.0, 508976.0 ], [ 100987.0, 509035.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109071.0, 508128.0 ], [ 108704.0, 508286.0 ], [ 108305.0, 508401.0 ], [ 107936.0, 508547.0 ], [ 107653.0, 508774.0 ], [ 107355.0, 508982.0 ], [ 107047.0, 509092.0 ], [ 106713.0, 509085.0 ], [ 106507.0, 509182.0 ], [ 106383.0, 509515.0 ], [ 106386.0, 509874.0 ], [ 106586.0, 510172.0 ], [ 106864.0, 510292.0 ], [ 107163.0, 510400.0 ], [ 107450.0, 510401.0 ], [ 107894.0, 510191.0 ], [ 107994.0, 509969.0 ], [ 108024.0, 509347.0 ], [ 108118.0, 509139.0 ], [ 108351.0, 509042.0 ], [ 108566.0, 509080.0 ], [ 108681.0, 509159.0 ], [ 109072.0, 509280.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104169.0, 507762.0 ], [ 104118.0, 507812.0 ], [ 103942.0, 507887.0 ], [ 103733.0, 507788.0 ], [ 103502.0, 507767.0 ], [ 103361.0, 507910.0 ], [ 103184.0, 508118.0 ], [ 103051.0, 508149.0 ], [ 103044.0, 508123.0 ], [ 103034.0, 508073.0 ], [ 103180.0, 507939.0 ], [ 103135.0, 507736.0 ], [ 103000.0, 507624.0 ], [ 103049.0, 507525.0 ], [ 103534.0, 507325.0 ], [ 103816.0, 507334.0 ], [ 104039.0, 507395.0 ], [ 104207.0, 507494.0 ], [ 104273.0, 507594.0 ], [ 104169.0, 507762.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103681.0, 507090.0 ], [ 103683.0, 507086.0 ], [ 103845.0, 507033.0 ], [ 104010.0, 506956.0 ], [ 104136.0, 506858.0 ], [ 104268.0, 506812.0 ], [ 104424.0, 506773.0 ], [ 104593.0, 506638.0 ], [ 104720.0, 506494.0 ], [ 104872.0, 506370.0 ], [ 105036.0, 506344.0 ], [ 105190.0, 506386.0 ], [ 105353.0, 506421.0 ], [ 105463.0, 506429.0 ], [ 105543.0, 506441.0 ], [ 105667.0, 506463.0 ], [ 105758.0, 506420.0 ], [ 105820.0, 506310.0 ], [ 105765.0, 506224.0 ], [ 105695.0, 506077.0 ], [ 105654.0, 505935.0 ], [ 105429.0, 505769.0 ], [ 105291.0, 505624.0 ], [ 105382.0, 505428.0 ], [ 105552.0, 505327.0 ], [ 105756.0, 505173.0 ], [ 105948.0, 505069.0 ], [ 106150.0, 505116.0 ], [ 106290.0, 505257.0 ], [ 106338.0, 505438.0 ], [ 106327.0, 505612.0 ], [ 106223.0, 505675.0 ], [ 106060.0, 505590.0 ], [ 105891.0, 505535.0 ], [ 105757.0, 505607.0 ], [ 105703.0, 505766.0 ], [ 105833.0, 506039.0 ], [ 105847.0, 506120.0 ], [ 105903.0, 506296.0 ], [ 106017.0, 506322.0 ], [ 106152.0, 506332.0 ], [ 106298.0, 506350.0 ], [ 106384.0, 506427.0 ], [ 106398.0, 506534.0 ], [ 106361.0, 506633.0 ], [ 106270.0, 506649.0 ], [ 106261.0, 506527.0 ], [ 106240.0, 506411.0 ], [ 106159.0, 506360.0 ], [ 106033.0, 506372.0 ], [ 105894.0, 506391.0 ], [ 105762.0, 506487.0 ], [ 105670.0, 506595.0 ], [ 105661.0, 506609.0 ] ], [ [ 105272.0, 507253.0 ], [ 105304.0, 507292.0 ], [ 105399.0, 507437.0 ], [ 105451.0, 507604.0 ], [ 105567.0, 507733.0 ], [ 105703.0, 507677.0 ], [ 105828.0, 507519.0 ], [ 105994.0, 507432.0 ], [ 106192.0, 507583.0 ], [ 106268.0, 507992.0 ], [ 106216.0, 508125.0 ] ], [ [ 106216.0, 508125.0 ], [ 106222.0, 508253.0 ], [ 106178.0, 508689.0 ], [ 105926.0, 509058.0 ], [ 105655.0, 509399.0 ], [ 105639.0, 509797.0 ], [ 105817.0, 510162.0 ], [ 106088.0, 510338.0 ], [ 106276.0, 510562.0 ], [ 106450.0, 510776.0 ], [ 106769.0, 510938.0 ], [ 106843.0, 510994.0 ], [ 106850.0, 511082.0 ], [ 106763.0, 511197.0 ], [ 106531.0, 511134.0 ], [ 106151.0, 511041.0 ], [ 105806.0, 510997.0 ], [ 105621.0, 511100.0 ], [ 105517.0, 511191.0 ], [ 105405.0, 511178.0 ], [ 105228.0, 511051.0 ], [ 105088.0, 510914.0 ], [ 104997.0, 510666.0 ], [ 104922.0, 510541.0 ], [ 104728.0, 510436.0 ], [ 104546.0, 510379.0 ], [ 104293.0, 510369.0 ], [ 104234.0, 510325.0 ], [ 104280.0, 510281.0 ], [ 104367.0, 510278.0 ], [ 104269.0, 510195.0 ], [ 104205.0, 510091.0 ], [ 104207.0, 509980.0 ], [ 104390.0, 509950.0 ], [ 104607.0, 509843.0 ], [ 104661.0, 509644.0 ], [ 104514.0, 509583.0 ], [ 104471.0, 509529.0 ], [ 104559.0, 509475.0 ], [ 104599.0, 509387.0 ], [ 104491.0, 509365.0 ], [ 104315.0, 509404.0 ], [ 104189.0, 509394.0 ], [ 104217.0, 509292.0 ], [ 104333.0, 509207.0 ], [ 104435.0, 509085.0 ], [ 104496.0, 508954.0 ], [ 104592.0, 508873.0 ], [ 104780.0, 508884.0 ], [ 104868.0, 508950.0 ], [ 104960.0, 509031.0 ], [ 105073.0, 509027.0 ], [ 105172.0, 508870.0 ], [ 105181.0, 508674.0 ], [ 105122.0, 508508.0 ], [ 104985.0, 508418.0 ], [ 104760.0, 508323.0 ], [ 104580.0, 508145.0 ], [ 104562.0, 507926.0 ], [ 104570.0, 507714.0 ], [ 104499.0, 507551.0 ], [ 104420.0, 507465.0 ], [ 104184.0, 507307.0 ], [ 103875.0, 507176.0 ], [ 103675.0, 507152.0 ] ], [ [ 103675.0, 507152.0 ], [ 103649.0, 507144.0 ], [ 103638.0, 507114.0 ], [ 103645.0, 507096.0 ], [ 103681.0, 507090.0 ] ], [ [ 105458.0, 506563.0 ], [ 105487.0, 506583.0 ], [ 105537.0, 506607.0 ], [ 105610.0, 506623.0 ], [ 105626.0, 506624.0 ], [ 105637.0, 506621.0 ], [ 105661.0, 506609.0 ] ], [ [ 105458.0, 506563.0 ], [ 105444.0, 506550.0 ], [ 105301.0, 506507.0 ], [ 105066.0, 506491.0 ], [ 104911.0, 506465.0 ], [ 104781.0, 506518.0 ], [ 104739.0, 506657.0 ], [ 104848.0, 506825.0 ], [ 105013.0, 506937.0 ], [ 105272.0, 507253.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105287.0, 506946.0 ], [ 105358.0, 506997.0 ], [ 105437.0, 507042.0 ], [ 105527.0, 507097.0 ], [ 105621.0, 507132.0 ], [ 105721.0, 507166.0 ], [ 105794.0, 507180.0 ], [ 105912.0, 507191.0 ], [ 106016.0, 507187.0 ], [ 106123.0, 507196.0 ] ], [ [ 109067.0, 505719.0 ], [ 108696.0, 505806.0 ], [ 108119.0, 506074.0 ], [ 107749.0, 506231.0 ], [ 107405.0, 506176.0 ], [ 107158.0, 506169.0 ], [ 106958.0, 506237.0 ], [ 106701.0, 506148.0 ], [ 106542.0, 505962.0 ], [ 106500.0, 505793.0 ], [ 106309.0, 505734.0 ], [ 106218.0, 505800.0 ], [ 106060.0, 505870.0 ], [ 105899.0, 505963.0 ], [ 105888.0, 506106.0 ], [ 105956.0, 506224.0 ], [ 106120.0, 506255.0 ], [ 106260.0, 506222.0 ], [ 106399.0, 506311.0 ], [ 106494.0, 506462.0 ], [ 106420.0, 506630.0 ], [ 106408.0, 506748.0 ], [ 106311.0, 506819.0 ], [ 106139.0, 506828.0 ], [ 106001.0, 506725.0 ], [ 105991.0, 506644.0 ], [ 106094.0, 506596.0 ], [ 106187.0, 506538.0 ], [ 106160.0, 506437.0 ], [ 106048.0, 506417.0 ], [ 105916.0, 506458.0 ], [ 105825.0, 506516.0 ], [ 105758.0, 506622.0 ], [ 105687.0, 506661.0 ] ], [ [ 106123.0, 507196.0 ], [ 106150.0, 507192.0 ], [ 106558.0, 507167.0 ], [ 106998.0, 507117.0 ], [ 107437.0, 507024.0 ], [ 107692.0, 506904.0 ], [ 107929.0, 506803.0 ], [ 108289.0, 506737.0 ], [ 108524.0, 506721.0 ], [ 108808.0, 506680.0 ], [ 109068.0, 506629.0 ] ], [ [ 105436.0, 506587.0 ], [ 105496.0, 506630.0 ], [ 105534.0, 506637.0 ], [ 105600.0, 506661.0 ], [ 105659.0, 506671.0 ], [ 105687.0, 506661.0 ] ], [ [ 105436.0, 506587.0 ], [ 105407.0, 506571.0 ], [ 105294.0, 506600.0 ], [ 105175.0, 506678.0 ], [ 105169.0, 506752.0 ], [ 105238.0, 506899.0 ], [ 105287.0, 506946.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101932.0, 506856.0 ], [ 101801.0, 506763.0 ], [ 101810.0, 506642.0 ], [ 102002.0, 506565.0 ], [ 102167.0, 506591.0 ], [ 102103.0, 506665.0 ], [ 102148.0, 506790.0 ], [ 102266.0, 507235.0 ], [ 102348.0, 507379.0 ], [ 102501.0, 507448.0 ], [ 102592.0, 507516.0 ], [ 102571.0, 507741.0 ], [ 102611.0, 507895.0 ], [ 102481.0, 507829.0 ], [ 102311.0, 507606.0 ], [ 102112.0, 507243.0 ], [ 102027.0, 506989.0 ], [ 101932.0, 506856.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100157.0, 506564.0 ], [ 100339.0, 506568.0 ], [ 100923.0, 506633.0 ], [ 101349.0, 506750.0 ], [ 101619.0, 506868.0 ], [ 101941.0, 507079.0 ], [ 102024.0, 507303.0 ], [ 102096.0, 507624.0 ], [ 102296.0, 507983.0 ], [ 102496.0, 508121.0 ], [ 102652.0, 508243.0 ], [ 102824.0, 508416.0 ], [ 102963.0, 508504.0 ], [ 103288.0, 508527.0 ], [ 103552.0, 508389.0 ], [ 103808.0, 508193.0 ], [ 103932.0, 508112.0 ], [ 104113.0, 508090.0 ], [ 104274.0, 508110.0 ], [ 104374.0, 508190.0 ], [ 104470.0, 508361.0 ], [ 104483.0, 508487.0 ], [ 104409.0, 508518.0 ], [ 104257.0, 508496.0 ], [ 104091.0, 508595.0 ], [ 104040.0, 508717.0 ], [ 104087.0, 508826.0 ], [ 104246.0, 508943.0 ], [ 104311.0, 509010.0 ], [ 104262.0, 509048.0 ], [ 104140.0, 509073.0 ], [ 104020.0, 509178.0 ], [ 103920.0, 509273.0 ], [ 103908.0, 509352.0 ], [ 103974.0, 509499.0 ], [ 104116.0, 509597.0 ], [ 104239.0, 509624.0 ], [ 104343.0, 509614.0 ], [ 104481.0, 509652.0 ], [ 104557.0, 509693.0 ], [ 104564.0, 509764.0 ], [ 104416.0, 509868.0 ], [ 104289.0, 509876.0 ], [ 104079.0, 509842.0 ], [ 103917.0, 509777.0 ], [ 103815.0, 509628.0 ], [ 103764.0, 509410.0 ], [ 103678.0, 509205.0 ], [ 103475.0, 509040.0 ], [ 103188.0, 508880.0 ], [ 102949.0, 508853.0 ], [ 102744.0, 508874.0 ], [ 102591.0, 508849.0 ], [ 102554.0, 508780.0 ], [ 102664.0, 508721.0 ], [ 102869.0, 508709.0 ], [ 103036.0, 508728.0 ], [ 103154.0, 508703.0 ], [ 103204.0, 508666.0 ], [ 103147.0, 508607.0 ], [ 102976.0, 508574.0 ], [ 102796.0, 508529.0 ], [ 102597.0, 508524.0 ], [ 102367.0, 508663.0 ], [ 102082.0, 508721.0 ], [ 101762.0, 508653.0 ], [ 101398.0, 508591.0 ], [ 100867.0, 508603.0 ], [ 100584.0, 508651.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103613.0, 506580.0 ], [ 103684.0, 506429.0 ], [ 103782.0, 506426.0 ], [ 103827.0, 506494.0 ], [ 103760.0, 506612.0 ], [ 103668.0, 506629.0 ], [ 103613.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101362.0, 506517.0 ], [ 101472.0, 506501.0 ], [ 101598.0, 506505.0 ], [ 101747.0, 506550.0 ], [ 102043.0, 506420.0 ], [ 102293.0, 506363.0 ], [ 102562.0, 506402.0 ], [ 102784.0, 506377.0 ], [ 102924.0, 506411.0 ], [ 102980.0, 506541.0 ], [ 102979.0, 506666.0 ], [ 103046.0, 506820.0 ], [ 102930.0, 506997.0 ], [ 102729.0, 506996.0 ], [ 102558.0, 506920.0 ], [ 102376.0, 506946.0 ], [ 102338.0, 507167.0 ], [ 102399.0, 507280.0 ], [ 102602.0, 507311.0 ], [ 102833.0, 507275.0 ], [ 103036.0, 507283.0 ], [ 103106.0, 507384.0 ], [ 103023.0, 507429.0 ], [ 102802.0, 507508.0 ], [ 102772.0, 507622.0 ], [ 103063.0, 507879.0 ], [ 102983.0, 507963.0 ], [ 102829.0, 507994.0 ], [ 102820.0, 508136.0 ], [ 102907.0, 508235.0 ], [ 102939.0, 508243.0 ], [ 102978.0, 508172.0 ], [ 103057.0, 508218.0 ], [ 102985.0, 508259.0 ], [ 102951.0, 508305.0 ], [ 103042.0, 508300.0 ], [ 103267.0, 508176.0 ], [ 103376.0, 508023.0 ], [ 103534.0, 507862.0 ], [ 103662.0, 507891.0 ], [ 103857.0, 507949.0 ], [ 103857.0, 508064.0 ], [ 103737.0, 508185.0 ], [ 103636.0, 508233.0 ], [ 103451.0, 508259.0 ], [ 103244.0, 508363.0 ], [ 103092.0, 508410.0 ], [ 102972.0, 508419.0 ], [ 102823.0, 508326.0 ], [ 102665.0, 508132.0 ], [ 102466.0, 507947.0 ], [ 102316.0, 507778.0 ], [ 102194.0, 507575.0 ], [ 102067.0, 507274.0 ], [ 101959.0, 506966.0 ], [ 101743.0, 506821.0 ], [ 101474.0, 506716.0 ], [ 101373.0, 506632.0 ], [ 101334.0, 506563.0 ], [ 101362.0, 506517.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103593.0, 506154.0 ], [ 103625.0, 506155.0 ], [ 103722.0, 506141.0 ], [ 103815.0, 506202.0 ], [ 103830.0, 506250.0 ], [ 103736.0, 506255.0 ], [ 103637.0, 506224.0 ], [ 103593.0, 506154.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103205.0, 506063.0 ], [ 103079.0, 506108.0 ], [ 102815.0, 506012.0 ], [ 102591.0, 505883.0 ], [ 102443.0, 505823.0 ], [ 102384.0, 505879.0 ], [ 102424.0, 505938.0 ] ], [ [ 103205.0, 506063.0 ], [ 103276.0, 506045.0 ], [ 103311.0, 506045.0 ], [ 103335.0, 506051.0 ], [ 103359.0, 506069.0 ], [ 103359.0, 506105.0 ], [ 103353.0, 506173.0 ] ], [ [ 102424.0, 505938.0 ], [ 102583.0, 506055.0 ], [ 102850.0, 506166.0 ], [ 103052.0, 506248.0 ], [ 103319.0, 506224.0 ], [ 103353.0, 506173.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102806.0, 505646.0 ], [ 102896.0, 505778.0 ], [ 102903.0, 505910.0 ], [ 102796.0, 505925.0 ], [ 102795.0, 505963.0 ], [ 102877.0, 506021.0 ], [ 102960.0, 506004.0 ], [ 103019.0, 505950.0 ], [ 103129.0, 505958.0 ], [ 103259.0, 505960.0 ] ], [ [ 103326.0, 505882.0 ], [ 103345.0, 505846.0 ], [ 103334.0, 505752.0 ], [ 103297.0, 505665.0 ], [ 103226.0, 505674.0 ], [ 103145.0, 505695.0 ], [ 103052.0, 505548.0 ], [ 102980.0, 505523.0 ], [ 102942.0, 505537.0 ], [ 102849.0, 505562.0 ], [ 102795.0, 505607.0 ], [ 102806.0, 505646.0 ] ], [ [ 103259.0, 505960.0 ], [ 103300.0, 505950.0 ], [ 103317.0, 505920.0 ], [ 103326.0, 505882.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102451.0, 505895.0 ], [ 102485.0, 505936.0 ], [ 102662.0, 506020.0 ], [ 102813.0, 506097.0 ], [ 102934.0, 506154.0 ], [ 102987.0, 506163.0 ], [ 102839.0, 506039.0 ], [ 102593.0, 505914.0 ], [ 102472.0, 505873.0 ], [ 102451.0, 505895.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104321.0, 506130.0 ], [ 104536.0, 506150.0 ], [ 104769.0, 506096.0 ], [ 104968.0, 505958.0 ], [ 105075.0, 505879.0 ], [ 105356.0, 505862.0 ], [ 105536.0, 506053.0 ], [ 105646.0, 506255.0 ], [ 105679.0, 506385.0 ], [ 105564.0, 506411.0 ], [ 105390.0, 506370.0 ], [ 105181.0, 506294.0 ], [ 104902.0, 506246.0 ], [ 104668.0, 506347.0 ], [ 104434.0, 506611.0 ], [ 104253.0, 506678.0 ], [ 104086.0, 506639.0 ], [ 103988.0, 506757.0 ], [ 103852.0, 506900.0 ], [ 103674.0, 507005.0 ], [ 103480.0, 506986.0 ], [ 103282.0, 506909.0 ], [ 103233.0, 506594.0 ], [ 103280.0, 506338.0 ], [ 103465.0, 506182.0 ], [ 103597.0, 506099.0 ], [ 103681.0, 506053.0 ], [ 103603.0, 506000.0 ], [ 103568.0, 505932.0 ], [ 103793.0, 505975.0 ], [ 104024.0, 506094.0 ], [ 104251.0, 506125.0 ], [ 104321.0, 506130.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103712.0, 505486.0 ], [ 103688.0, 505564.0 ], [ 103706.0, 505663.0 ], [ 103753.0, 505704.0 ], [ 103839.0, 505630.0 ], [ 103806.0, 505522.0 ], [ 103712.0, 505486.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102459.0, 505259.0 ], [ 102385.0, 505306.0 ], [ 102290.0, 505424.0 ], [ 102342.0, 505492.0 ], [ 102509.0, 505445.0 ], [ 102686.0, 505367.0 ], [ 102823.0, 505298.0 ], [ 102750.0, 505206.0 ], [ 102580.0, 505252.0 ], [ 102459.0, 505259.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109064.0, 503892.0 ], [ 108957.0, 503872.0 ], [ 108771.0, 503695.0 ], [ 108706.0, 503549.0 ], [ 108665.0, 503443.0 ], [ 108519.0, 503457.0 ], [ 108480.0, 503574.0 ], [ 108625.0, 503692.0 ], [ 108870.0, 503948.0 ] ], [ [ 108870.0, 503948.0 ], [ 108956.0, 503994.0 ], [ 109035.0, 504039.0 ], [ 109085.0, 504050.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109063.0, 503111.0 ], [ 108813.0, 503129.0 ], [ 108614.0, 503231.0 ], [ 108493.0, 503380.0 ], [ 108377.0, 503466.0 ], [ 108191.0, 503519.0 ], [ 107865.0, 503620.0 ], [ 107457.0, 503691.0 ], [ 107146.0, 503647.0 ], [ 106815.0, 503628.0 ], [ 106503.0, 503723.0 ], [ 106228.0, 503746.0 ], [ 105992.0, 503656.0 ], [ 105760.0, 503496.0 ], [ 105540.0, 503328.0 ], [ 105346.0, 503285.0 ], [ 105264.0, 503319.0 ], [ 105220.0, 503375.0 ], [ 105231.0, 503438.0 ], [ 105481.0, 503577.0 ], [ 105673.0, 503641.0 ], [ 105766.0, 503849.0 ], [ 105784.0, 504095.0 ], [ 105729.0, 504314.0 ], [ 105541.0, 504546.0 ], [ 105462.0, 504647.0 ], [ 105503.0, 504733.0 ], [ 105718.0, 504819.0 ], [ 106006.0, 504796.0 ], [ 106262.0, 504660.0 ], [ 106537.0, 504592.0 ], [ 106831.0, 504620.0 ], [ 107002.0, 504693.0 ], [ 107346.0, 504745.0 ], [ 107650.0, 504671.0 ], [ 107847.0, 504585.0 ], [ 108002.0, 504459.0 ], [ 108150.0, 504181.0 ], [ 108185.0, 504100.0 ] ], [ [ 108649.0, 503885.0 ], [ 108745.0, 503965.0 ], [ 109024.0, 504164.0 ], [ 109084.0, 504210.0 ] ], [ [ 108185.0, 504100.0 ], [ 108222.0, 504011.0 ], [ 108251.0, 503948.0 ], [ 108341.0, 503829.0 ], [ 108398.0, 503772.0 ], [ 108427.0, 503760.0 ], [ 108478.0, 503758.0 ] ], [ [ 108476.0, 503758.0 ], [ 108541.0, 503760.0 ], [ 108649.0, 503885.0 ] ], [ [ 108476.0, 503758.0 ], [ 108478.0, 503758.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104607.0, 503693.0 ], [ 104679.0, 503715.0 ], [ 104912.0, 503749.0 ], [ 105111.0, 503706.0 ], [ 105311.0, 503713.0 ], [ 105474.0, 503832.0 ], [ 105485.0, 504115.0 ], [ 105435.0, 504331.0 ], [ 105281.0, 504519.0 ], [ 105190.0, 504653.0 ], [ 105202.0, 504858.0 ], [ 105182.0, 505027.0 ], [ 105038.0, 505115.0 ], [ 104719.0, 505170.0 ], [ 104422.0, 505134.0 ], [ 104292.0, 504989.0 ], [ 104227.0, 504775.0 ], [ 104202.0, 504586.0 ], [ 104183.0, 504532.0 ], [ 104091.0, 504471.0 ], [ 104063.0, 504343.0 ], [ 104138.0, 504187.0 ], [ 104012.0, 504076.0 ], [ 103803.0, 504081.0 ], [ 103724.0, 504108.0 ], [ 103659.0, 504077.0 ], [ 103673.0, 504026.0 ], [ 103821.0, 503979.0 ], [ 104045.0, 503888.0 ], [ 104246.0, 503764.0 ], [ 104336.0, 503717.0 ] ], [ [ 104336.0, 503717.0 ], [ 104390.0, 503681.0 ], [ 104451.0, 503667.0 ], [ 104498.0, 503665.0 ], [ 104607.0, 503693.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103478.0, 503710.0 ], [ 103479.0, 503739.0 ], [ 103449.0, 503871.0 ], [ 103436.0, 503995.0 ], [ 103457.0, 504057.0 ], [ 103527.0, 503939.0 ], [ 103618.0, 503908.0 ], [ 103753.0, 503872.0 ], [ 103895.0, 503813.0 ], [ 103909.0, 503701.0 ], [ 103728.0, 503647.0 ], [ 103592.0, 503598.0 ], [ 103479.0, 503594.0 ], [ 103478.0, 503710.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102196.0, 503548.0 ], [ 102232.0, 503543.0 ], [ 102340.0, 503587.0 ], [ 102357.0, 503656.0 ], [ 102265.0, 503620.0 ], [ 102196.0, 503548.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503843.0 ], [ 108912.0, 503765.0 ], [ 108837.0, 503707.0 ], [ 108809.0, 503573.0 ], [ 108877.0, 503454.0 ], [ 109056.0, 503328.0 ], [ 109063.0, 503314.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102810.0, 503338.0 ], [ 103233.0, 503508.0 ], [ 103361.0, 503663.0 ], [ 103361.0, 503820.0 ], [ 103345.0, 504004.0 ], [ 103477.0, 504239.0 ], [ 103513.0, 504450.0 ], [ 103555.0, 504627.0 ], [ 103594.0, 504822.0 ], [ 103392.0, 504867.0 ], [ 103048.0, 504778.0 ], [ 102800.0, 504818.0 ], [ 102466.0, 504822.0 ], [ 102206.0, 504897.0 ], [ 102112.0, 505116.0 ], [ 102058.0, 505412.0 ], [ 102167.0, 505544.0 ], [ 102403.0, 505547.0 ], [ 102622.0, 505449.0 ], [ 102818.0, 505408.0 ], [ 103094.0, 505361.0 ], [ 103340.0, 505336.0 ], [ 103602.0, 505444.0 ], [ 103674.0, 505584.0 ], [ 103710.0, 505737.0 ], [ 103839.0, 505719.0 ], [ 103918.0, 505572.0 ], [ 103874.0, 505440.0 ], [ 103840.0, 505315.0 ], [ 103954.0, 505099.0 ], [ 103902.0, 504830.0 ], [ 103697.0, 504667.0 ], [ 103672.0, 504445.0 ], [ 103784.0, 504274.0 ], [ 103642.0, 504161.0 ], [ 103523.0, 504037.0 ], [ 103674.0, 503932.0 ], [ 103954.0, 503842.0 ], [ 104045.0, 503674.0 ], [ 103806.0, 503584.0 ], [ 103560.0, 503463.0 ], [ 103270.0, 503253.0 ], [ 102946.0, 503081.0 ], [ 102715.0, 503108.0 ], [ 102648.0, 503242.0 ], [ 102810.0, 503338.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101946.0, 503027.0 ], [ 102009.0, 503029.0 ], [ 102032.0, 503014.0 ], [ 102032.0, 502976.0 ], [ 101994.0, 502961.0 ], [ 101918.0, 502942.0 ] ], [ [ 101946.0, 503027.0 ], [ 101807.0, 503019.0 ], [ 101577.0, 502942.0 ], [ 101389.0, 502903.0 ], [ 101386.0, 502855.0 ] ], [ [ 101386.0, 502855.0 ], [ 101384.0, 502823.0 ] ], [ [ 101384.0, 502823.0 ], [ 101437.0, 502750.0 ], [ 101581.0, 502710.0 ], [ 101713.0, 502843.0 ], [ 101918.0, 502942.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101461.0, 502823.0 ], [ 101513.0, 502791.0 ], [ 101603.0, 502830.0 ], [ 101761.0, 502929.0 ], [ 101878.0, 502982.0 ], [ 101784.0, 502978.0 ], [ 101649.0, 502923.0 ], [ 101492.0, 502882.0 ], [ 101467.0, 502833.0 ] ], [ [ 101467.0, 502833.0 ], [ 101461.0, 502823.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101680.0, 502024.0 ], [ 101605.0, 502011.0 ], [ 101550.0, 501993.0 ], [ 101541.0, 501947.0 ], [ 101577.0, 501910.0 ], [ 101621.0, 501890.0 ] ], [ [ 99348.0, 502793.0 ], [ 99913.0, 502720.0 ], [ 100840.0, 502567.0 ], [ 101197.0, 502389.0 ], [ 101447.0, 502208.0 ], [ 101478.0, 502040.0 ], [ 101333.0, 501800.0 ], [ 101519.0, 501600.0 ], [ 101758.0, 501611.0 ], [ 101756.0, 501740.0 ], [ 101621.0, 501890.0 ] ], [ [ 104044.0, 502640.0 ], [ 104183.0, 502781.0 ], [ 104050.0, 502928.0 ], [ 103739.0, 502835.0 ], [ 103528.0, 502747.0 ] ], [ [ 102078.0, 502426.0 ], [ 102299.0, 502487.0 ], [ 102940.0, 502671.0 ], [ 103329.0, 502724.0 ], [ 103528.0, 502747.0 ] ], [ [ 103492.0, 502329.0 ], [ 103673.0, 502434.0 ], [ 103848.0, 502487.0 ], [ 103970.0, 502549.0 ], [ 104044.0, 502640.0 ] ], [ [ 102078.0, 502426.0 ], [ 101782.0, 502277.0 ], [ 101684.0, 502366.0 ], [ 101766.0, 502493.0 ], [ 101720.0, 502621.0 ], [ 101501.0, 502616.0 ], [ 101306.0, 502713.0 ], [ 101284.0, 502876.0 ], [ 101333.0, 503000.0 ], [ 101658.0, 503137.0 ], [ 101910.0, 503136.0 ], [ 102207.0, 503204.0 ], [ 102396.0, 503423.0 ], [ 102552.0, 503703.0 ], [ 102743.0, 503927.0 ], [ 102555.0, 504458.0 ], [ 102404.0, 504548.0 ], [ 102248.0, 504509.0 ], [ 102226.0, 504284.0 ], [ 102268.0, 504165.0 ], [ 102187.0, 504161.0 ], [ 102129.0, 504129.0 ], [ 102190.0, 504058.0 ], [ 102103.0, 504000.0 ], [ 102278.0, 503954.0 ], [ 102354.0, 503880.0 ], [ 102215.0, 503878.0 ], [ 102113.0, 503905.0 ], [ 101990.0, 503890.0 ], [ 102059.0, 503829.0 ], [ 102084.0, 503783.0 ], [ 102039.0, 503705.0 ], [ 102235.0, 503692.0 ], [ 102162.0, 503597.0 ], [ 102102.0, 503482.0 ], [ 102083.0, 503331.0 ], [ 101862.0, 503259.0 ], [ 101642.0, 503276.0 ], [ 101444.0, 503184.0 ], [ 100907.0, 503160.0 ], [ 100090.0, 503199.0 ], [ 99498.0, 503326.0 ] ], [ [ 102299.0, 502251.0 ], [ 102700.0, 502305.0 ], [ 102948.0, 502311.0 ], [ 103195.0, 502185.0 ], [ 103416.0, 502238.0 ], [ 103492.0, 502329.0 ] ], [ [ 101680.0, 502024.0 ], [ 101830.0, 502115.0 ], [ 102299.0, 502251.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107879.0, 501821.0 ], [ 108003.0, 501900.0 ] ], [ [ 105768.0, 501269.0 ], [ 105884.0, 501599.0 ], [ 105800.0, 501776.0 ], [ 105524.0, 501969.0 ], [ 105244.0, 502149.0 ], [ 105018.0, 502108.0 ], [ 104889.0, 501842.0 ], [ 104917.0, 501450.0 ] ], [ [ 104917.0, 501450.0 ], [ 104821.0, 501259.0 ] ], [ [ 108878.0, 501119.0 ], [ 108697.0, 501209.0 ], [ 108500.0, 501351.0 ], [ 108382.0, 501607.0 ], [ 108189.0, 501680.0 ], [ 108136.0, 501789.0 ], [ 108315.0, 501845.0 ], [ 108369.0, 501929.0 ], [ 108122.0, 501963.0 ], [ 108003.0, 501900.0 ] ], [ [ 106106.0, 501099.0 ], [ 106200.0, 501165.0 ], [ 106276.0, 501187.0 ], [ 106421.0, 501195.0 ], [ 106574.0, 501195.0 ], [ 106676.0, 501178.0 ] ], [ [ 108878.0, 501119.0 ], [ 108909.0, 501126.0 ], [ 108939.0, 501111.0 ], [ 108920.0, 501086.0 ] ], [ [ 103529.0, 502178.0 ], [ 103612.0, 502251.0 ], [ 103696.0, 502281.0 ], [ 103772.0, 502259.0 ], [ 103825.0, 502190.0 ], [ 103978.0, 501770.0 ], [ 104024.0, 501549.0 ], [ 104100.0, 501350.0 ], [ 104299.0, 501030.0 ] ], [ [ 104821.0, 501259.0 ], [ 104724.0, 501126.0 ], [ 104519.0, 501005.0 ] ], [ [ 107879.0, 501821.0 ], [ 107823.0, 501669.0 ], [ 107982.0, 501391.0 ], [ 107990.0, 501075.0 ], [ 107789.0, 500960.0 ], [ 107468.0, 501008.0 ], [ 107175.0, 501092.0 ], [ 106818.0, 501167.0 ], [ 106676.0, 501178.0 ] ], [ [ 104341.0, 500944.0 ], [ 104301.0, 500998.0 ], [ 104299.0, 501030.0 ] ], [ [ 104341.0, 500944.0 ], [ 104376.0, 500886.0 ], [ 104448.0, 500864.0 ], [ 104477.0, 500900.0 ], [ 104520.0, 500972.0 ], [ 104519.0, 501005.0 ] ], [ [ 106106.0, 501099.0 ], [ 106073.0, 500883.0 ], [ 105858.0, 500846.0 ], [ 105693.0, 501045.0 ], [ 105768.0, 501269.0 ] ], [ [ 103529.0, 502178.0 ], [ 103433.0, 501978.0 ], [ 103514.0, 501553.0 ], [ 103586.0, 501162.0 ], [ 103477.0, 500871.0 ], [ 103240.0, 500888.0 ], [ 102983.0, 500764.0 ], [ 102849.0, 500591.0 ], [ 102824.0, 500547.0 ] ], [ [ 104592.0, 499579.0 ], [ 104739.0, 499723.0 ] ], [ [ 102785.0, 499484.0 ], [ 102773.0, 499601.0 ], [ 102831.0, 499764.0 ], [ 102866.0, 499915.0 ], [ 102878.0, 500043.0 ], [ 102890.0, 500241.0 ], [ 102824.0, 500547.0 ] ], [ [ 102785.0, 499484.0 ], [ 102787.0, 499343.0 ], [ 102912.0, 499193.0 ], [ 103066.0, 499204.0 ], [ 103183.0, 499348.0 ], [ 103173.0, 499605.0 ], [ 103275.0, 499749.0 ], [ 103375.0, 499812.0 ], [ 103596.0, 499715.0 ], [ 103764.0, 499570.0 ], [ 103949.0, 499375.0 ], [ 104110.0, 499327.0 ], [ 104277.0, 499358.0 ], [ 104482.0, 499476.0 ], [ 104592.0, 499579.0 ] ], [ [ 106433.0, 498498.0 ], [ 106667.0, 498621.0 ], [ 106785.0, 498854.0 ], [ 106808.0, 499194.0 ], [ 106739.0, 499535.0 ], [ 106705.0, 499914.0 ], [ 106702.0, 500126.0 ], [ 106847.0, 500396.0 ], [ 107089.0, 500488.0 ], [ 107421.0, 500455.0 ], [ 107618.0, 500514.0 ], [ 107911.0, 500743.0 ], [ 108185.0, 500881.0 ], [ 108533.0, 500880.0 ], [ 108782.0, 500916.0 ], [ 108920.0, 501086.0 ] ], [ [ 104739.0, 499723.0 ], [ 104847.0, 499832.0 ], [ 105097.0, 500001.0 ], [ 105412.0, 500100.0 ], [ 105698.0, 500103.0 ], [ 105791.0, 499979.0 ], [ 105749.0, 499823.0 ], [ 105578.0, 499637.0 ], [ 105563.0, 499433.0 ], [ 105733.0, 499407.0 ], [ 105973.0, 499561.0 ], [ 106256.0, 499637.0 ], [ 106438.0, 499594.0 ], [ 106548.0, 499395.0 ], [ 106528.0, 499093.0 ], [ 106355.0, 498868.0 ], [ 106265.0, 498586.0 ], [ 106382.0, 498485.0 ], [ 106433.0, 498498.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102058.0, 501610.0 ], [ 102101.0, 501760.0 ] ], [ [ 102101.0, 501760.0 ], [ 102178.0, 501911.0 ], [ 102318.0, 502036.0 ], [ 102501.0, 502027.0 ], [ 102588.0, 501888.0 ], [ 102650.0, 501767.0 ], [ 102641.0, 501704.0 ], [ 102532.0, 501709.0 ], [ 102311.0, 501651.0 ], [ 102159.0, 501550.0 ] ], [ [ 102058.0, 501610.0 ], [ 102025.0, 501511.0 ], [ 102032.0, 501457.0 ], [ 102063.0, 501442.0 ], [ 102086.0, 501488.0 ], [ 102159.0, 501550.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106057.0, 496807.0 ], [ 105876.0, 497034.0 ], [ 105563.0, 497256.0 ], [ 105250.0, 497246.0 ], [ 104970.0, 497171.0 ], [ 104825.0, 497373.0 ], [ 104836.0, 497805.0 ], [ 104851.0, 498170.0 ], [ 104726.0, 498350.0 ], [ 103990.0, 498129.0 ], [ 103612.0, 498255.0 ], [ 103374.0, 498358.0 ], [ 103113.0, 498299.0 ], [ 102844.0, 498399.0 ], [ 102494.0, 498334.0 ], [ 102309.0, 498152.0 ], [ 102198.0, 497843.0 ], [ 101964.0, 497827.0 ], [ 101830.0, 498026.0 ], [ 101843.0, 498244.0 ], [ 101798.0, 498537.0 ], [ 101807.0, 498845.0 ], [ 101828.0, 499197.0 ], [ 101761.0, 499458.0 ] ], [ [ 105860.0, 501266.0 ], [ 105979.0, 501487.0 ], [ 106010.0, 501737.0 ], [ 105946.0, 502076.0 ], [ 105758.0, 502364.0 ], [ 105419.0, 502565.0 ], [ 105015.0, 502727.0 ], [ 104851.0, 502850.0 ], [ 104822.0, 502984.0 ], [ 105065.0, 503055.0 ], [ 105363.0, 503101.0 ], [ 105823.0, 503157.0 ], [ 105960.0, 503188.0 ], [ 106106.0, 503352.0 ], [ 106331.0, 503413.0 ], [ 106737.0, 503274.0 ], [ 107009.0, 503168.0 ], [ 107299.0, 503245.0 ], [ 107697.0, 503262.0 ], [ 108068.0, 503211.0 ], [ 108322.0, 503067.0 ], [ 108729.0, 502875.0 ], [ 109062.0, 502855.0 ] ], [ [ 106010.0, 501257.0 ], [ 106123.0, 501401.0 ], [ 106436.0, 501722.0 ], [ 106726.0, 502012.0 ], [ 107032.0, 502241.0 ], [ 107299.0, 502363.0 ], [ 107446.0, 502433.0 ] ], [ [ 101762.0, 499892.0 ], [ 101784.0, 499934.0 ], [ 101934.0, 499988.0 ], [ 101995.0, 499928.0 ] ], [ [ 109061.0, 501094.0 ], [ 108957.0, 501224.0 ], [ 108746.0, 501269.0 ], [ 108610.0, 501427.0 ], [ 108574.0, 501659.0 ], [ 108636.0, 501929.0 ], [ 108524.0, 502201.0 ], [ 108209.0, 502479.0 ], [ 107831.0, 502599.0 ], [ 107446.0, 502433.0 ] ], [ [ 101762.0, 499892.0 ], [ 101725.0, 499729.0 ], [ 101714.0, 499624.0 ], [ 101761.0, 499458.0 ] ], [ [ 109061.0, 501094.0 ], [ 109060.0, 500990.0 ] ], [ [ 106010.0, 501257.0 ], [ 106006.0, 501233.0 ], [ 106083.0, 501115.0 ], [ 106033.0, 500963.0 ], [ 105903.0, 500979.0 ], [ 105834.0, 501106.0 ], [ 105860.0, 501266.0 ] ], [ [ 101995.0, 499928.0 ], [ 102028.0, 499822.0 ], [ 101993.0, 499694.0 ], [ 101982.0, 499507.0 ], [ 101970.0, 499426.0 ], [ 101983.0, 499336.0 ] ], [ [ 101983.0, 499336.0 ], [ 102144.0, 499082.0 ], [ 102457.0, 498926.0 ], [ 102825.0, 498830.0 ], [ 103117.0, 498865.0 ], [ 103304.0, 499070.0 ], [ 103411.0, 499254.0 ], [ 103571.0, 499259.0 ], [ 103647.0, 499029.0 ], [ 103693.0, 498700.0 ], [ 103867.0, 498549.0 ], [ 104204.0, 498611.0 ], [ 104436.0, 498562.0 ], [ 104603.0, 498674.0 ], [ 104528.0, 498917.0 ], [ 104541.0, 499194.0 ], [ 104703.0, 499496.0 ], [ 104961.0, 499706.0 ], [ 105186.0, 499859.0 ], [ 105499.0, 499964.0 ], [ 105616.0, 499931.0 ], [ 105583.0, 499799.0 ], [ 105426.0, 499566.0 ], [ 105450.0, 499352.0 ], [ 105594.0, 499232.0 ], [ 105789.0, 499209.0 ], [ 106028.0, 499323.0 ], [ 106231.0, 499374.0 ], [ 106339.0, 499323.0 ], [ 106359.0, 499096.0 ], [ 106176.0, 498793.0 ], [ 106094.0, 498567.0 ], [ 106175.0, 498340.0 ], [ 106412.0, 498236.0 ], [ 106677.0, 498290.0 ], [ 106922.0, 498356.0 ], [ 107215.0, 498366.0 ], [ 107529.0, 498305.0 ], [ 107816.0, 498227.0 ], [ 108040.0, 498240.0 ], [ 108214.0, 498399.0 ], [ 108284.0, 498691.0 ], [ 108138.0, 499008.0 ], [ 107710.0, 499310.0 ], [ 107459.0, 499415.0 ], [ 107187.0, 499524.0 ], [ 106985.0, 499716.0 ], [ 106955.0, 499970.0 ], [ 107097.0, 500158.0 ], [ 107361.0, 500172.0 ], [ 107689.0, 500261.0 ], [ 107963.0, 500381.0 ], [ 108149.0, 500624.0 ], [ 108397.0, 500783.0 ], [ 108598.0, 500783.0 ], [ 108843.0, 500821.0 ], [ 109021.0, 500893.0 ], [ 109060.0, 500990.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101040.0, 500170.0 ], [ 100627.0, 500192.0 ], [ 100362.0, 500170.0 ], [ 100242.0, 500143.0 ] ], [ [ 101040.0, 500170.0 ], [ 101442.0, 500108.0 ], [ 101606.0, 500231.0 ], [ 101546.0, 500455.0 ] ], [ [ 99628.0, 496788.0 ], [ 99767.0, 496987.0 ], [ 100200.0, 497196.0 ], [ 100577.0, 497345.0 ], [ 100515.0, 497690.0 ], [ 100322.0, 497894.0 ], [ 100487.0, 498110.0 ] ], [ [ 100242.0, 500143.0 ], [ 100164.0, 500139.0 ], [ 100069.0, 500111.0 ], [ 100007.0, 500058.0 ], [ 99933.0, 499898.0 ], [ 99892.0, 499749.0 ], [ 99886.0, 499586.0 ], [ 99920.0, 499410.0 ], [ 99954.0, 499348.0 ], [ 100019.0, 499289.0 ], [ 100118.0, 499218.0 ], [ 100189.0, 499215.0 ], [ 100253.0, 499210.0 ] ], [ [ 101120.0, 500756.0 ], [ 100901.0, 500898.0 ], [ 100759.0, 501321.0 ], [ 100861.0, 501584.0 ], [ 100858.0, 501905.0 ], [ 100302.0, 502321.0 ], [ 99459.0, 502539.0 ], [ 99268.0, 502563.0 ] ], [ [ 101220.0, 498625.0 ], [ 101469.0, 498816.0 ], [ 101522.0, 499093.0 ], [ 101304.0, 499186.0 ], [ 100923.0, 499218.0 ] ], [ [ 100253.0, 499210.0 ], [ 100415.0, 499175.0 ], [ 100923.0, 499218.0 ] ], [ [ 101120.0, 500756.0 ], [ 101546.0, 500455.0 ] ], [ [ 100487.0, 498110.0 ], [ 101220.0, 498625.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103474.0, 500502.0 ], [ 103492.0, 500487.0 ] ], [ [ 103492.0, 500487.0 ], [ 103477.0, 500486.0 ], [ 103474.0, 500502.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102663.0, 500206.0 ], [ 102750.0, 500287.0 ], [ 102761.0, 500369.0 ], [ 102746.0, 500475.0 ] ], [ [ 102663.0, 500206.0 ], [ 102554.0, 500223.0 ], [ 102549.0, 500230.0 ] ], [ [ 102587.0, 500593.0 ], [ 102680.0, 500533.0 ], [ 102774.0, 500595.0 ], [ 102755.0, 500506.0 ], [ 102746.0, 500475.0 ] ], [ [ 102587.0, 500593.0 ], [ 102494.0, 500602.0 ], [ 102447.0, 500555.0 ], [ 102499.0, 500396.0 ] ], [ [ 102516.0, 500288.0 ], [ 102499.0, 500396.0 ] ], [ [ 102549.0, 500230.0 ], [ 102516.0, 500288.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105819.0, 500480.0 ], [ 105777.0, 500468.0 ], [ 105560.0, 500451.0 ], [ 105434.0, 500532.0 ], [ 105514.0, 500610.0 ], [ 105701.0, 500564.0 ], [ 105880.0, 500581.0 ], [ 105950.0, 500569.0 ], [ 105819.0, 500480.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102115.0, 500248.0 ], [ 102168.0, 500334.0 ], [ 102238.0, 500357.0 ], [ 102319.0, 500346.0 ], [ 102342.0, 500264.0 ], [ 102331.0, 500199.0 ] ], [ [ 102331.0, 500199.0 ], [ 102307.0, 500078.0 ] ], [ [ 102047.0, 500070.0 ], [ 102045.0, 500074.0 ], [ 102099.0, 500173.0 ], [ 102115.0, 500248.0 ] ], [ [ 102307.0, 500078.0 ], [ 102291.0, 500009.0 ], [ 102180.0, 499936.0 ], [ 102046.0, 499970.0 ], [ 102047.0, 500070.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103521.0, 500074.0 ], [ 103378.0, 500090.0 ], [ 103320.0, 500136.0 ], [ 103355.0, 500218.0 ], [ 103425.0, 500264.0 ], [ 103588.0, 500322.0 ], [ 103681.0, 500322.0 ], [ 103809.0, 500311.0 ], [ 103925.0, 500369.0 ] ], [ [ 103925.0, 500369.0 ], [ 103982.0, 500390.0 ], [ 104230.0, 500586.0 ], [ 104519.0, 500593.0 ], [ 104774.0, 500411.0 ], [ 104842.0, 500167.0 ], [ 104705.0, 500010.0 ], [ 104509.0, 499941.0 ] ], [ [ 104287.0, 499708.0 ], [ 104509.0, 499941.0 ] ], [ [ 104287.0, 499708.0 ], [ 104035.0, 499604.0 ], [ 103812.0, 499663.0 ], [ 103694.0, 499801.0 ], [ 103592.0, 500030.0 ], [ 103521.0, 500074.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102875.0, 499427.0 ], [ 102878.0, 499531.0 ], [ 102936.0, 499624.0 ], [ 103018.0, 499670.0 ], [ 103076.0, 499670.0 ], [ 103089.0, 499648.0 ] ], [ [ 103089.0, 499648.0 ], [ 103109.0, 499496.0 ], [ 103112.0, 499348.0 ], [ 103067.0, 499283.0 ], [ 102935.0, 499271.0 ] ], [ [ 102935.0, 499271.0 ], [ 102891.0, 499312.0 ], [ 102875.0, 499427.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105270.0, 498690.0 ], [ 105254.0, 498663.0 ], [ 105056.0, 498478.0 ], [ 104803.0, 498446.0 ], [ 104726.0, 498527.0 ], [ 104793.0, 498733.0 ], [ 104987.0, 498843.0 ], [ 105178.0, 498868.0 ], [ 105308.0, 498882.0 ], [ 105310.0, 498805.0 ], [ 105270.0, 498690.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99881.0, 497980.0 ], [ 100278.0, 498276.0 ], [ 100532.0, 498382.0 ], [ 100817.0, 498604.0 ], [ 100987.0, 498710.0 ], [ 101061.0, 498794.0 ], [ 101093.0, 498921.0 ], [ 101072.0, 499017.0 ], [ 100987.0, 499048.0 ], [ 100839.0, 499048.0 ], [ 100246.0, 499017.0 ], [ 99769.0, 499048.0 ], [ 98712.0, 499080.0 ] ], [ [ 98699.0, 497051.0 ], [ 99042.0, 497301.0 ], [ 99522.0, 497677.0 ], [ 99881.0, 497980.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102524.0, 496983.0 ], [ 102507.0, 496969.0 ], [ 102501.0, 496967.0 ] ], [ [ 103491.0, 497046.0 ], [ 103625.0, 496985.0 ], [ 103730.0, 496918.0 ], [ 103839.0, 496839.0 ], [ 103972.0, 496794.0 ] ], [ [ 102501.0, 496967.0 ], [ 102308.0, 496832.0 ], [ 102231.0, 496790.0 ] ], [ [ 103491.0, 497046.0 ], [ 103266.0, 497125.0 ], [ 102867.0, 497185.0 ], [ 102524.0, 496983.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106967.0, 496813.0 ], [ 106816.0, 496970.0 ], [ 106576.0, 497141.0 ], [ 106276.0, 497444.0 ], [ 106320.0, 497678.0 ], [ 106549.0, 497710.0 ], [ 106698.0, 497401.0 ], [ 106871.0, 497388.0 ], [ 107014.0, 497597.0 ], [ 107208.0, 497831.0 ], [ 107522.0, 497784.0 ], [ 107816.0, 497594.0 ], [ 108306.0, 497564.0 ], [ 108735.0, 497564.0 ], [ 109054.0, 497480.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104236.0, 524232.0 ], [ 104190.0, 524270.0 ], [ 102721.0, 526224.0 ], [ 102910.0, 531661.0 ], [ 113549.0, 531777.0 ], [ 113228.0, 523701.0 ], [ 110697.0, 523023.0 ], [ 108672.0, 522598.0 ], [ 108714.0, 522884.0 ], [ 108688.0, 523310.0 ], [ 108536.0, 523516.0 ], [ 108409.0, 523670.0 ], [ 108313.0, 524118.0 ], [ 108157.0, 524462.0 ], [ 107988.0, 524714.0 ], [ 107770.0, 524991.0 ], [ 107606.0, 525243.0 ], [ 107391.0, 525594.0 ], [ 107144.0, 525907.0 ], [ 106855.0, 526123.0 ], [ 106504.0, 526314.0 ], [ 106145.0, 526469.0 ], [ 105787.0, 526605.0 ], [ 105336.0, 526734.0 ], [ 105006.0, 526842.0 ], [ 104790.0, 526880.0 ], [ 104559.0, 526915.0 ], [ 104480.0, 526625.0 ], [ 104427.0, 526333.0 ], [ 104403.0, 526014.0 ], [ 104365.0, 525560.0 ], [ 104355.0, 525172.0 ], [ 104304.0, 524796.0 ], [ 104240.0, 524264.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104559.0, 526915.0 ], [ 104790.0, 526880.0 ], [ 105006.0, 526842.0 ], [ 105336.0, 526734.0 ], [ 105787.0, 526605.0 ], [ 106145.0, 526469.0 ], [ 106504.0, 526314.0 ], [ 106855.0, 526123.0 ], [ 107144.0, 525907.0 ], [ 107391.0, 525594.0 ], [ 107606.0, 525243.0 ], [ 107770.0, 524991.0 ], [ 107988.0, 524714.0 ], [ 108157.0, 524462.0 ], [ 108313.0, 524118.0 ], [ 108409.0, 523670.0 ], [ 108536.0, 523516.0 ], [ 108688.0, 523310.0 ], [ 108714.0, 522884.0 ], [ 108672.0, 522598.0 ], [ 108433.0, 522559.0 ], [ 108144.0, 522570.0 ], [ 107820.0, 522654.0 ], [ 107583.0, 522727.0 ], [ 107340.0, 522849.0 ], [ 107044.0, 522987.0 ], [ 106801.0, 522966.0 ], [ 106520.0, 522986.0 ], [ 106165.0, 523052.0 ], [ 105917.0, 523067.0 ], [ 105493.0, 523096.0 ], [ 105280.0, 523193.0 ], [ 104943.0, 523479.0 ], [ 104560.0, 523897.0 ], [ 104236.0, 524232.0 ], [ 104304.0, 524796.0 ], [ 104355.0, 525172.0 ], [ 104365.0, 525560.0 ], [ 104403.0, 526014.0 ], [ 104427.0, 526333.0 ], [ 104480.0, 526625.0 ], [ 104559.0, 526915.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values_edited.geojson new file mode 100644 index 0000000..1d9ead4 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS12/TS12_union_with_values_edited.geojson @@ -0,0 +1,55 @@ +{ +"type": "FeatureCollection", +"name": "TS12_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105853.0, 514930.0 ], [ 105569.0, 515125.0 ], [ 105300.0, 515200.0 ], [ 104866.0, 515289.0 ], [ 104552.0, 515304.0 ], [ 104328.0, 515334.0 ], [ 104133.0, 515334.0 ], [ 104014.0, 515319.0 ], [ 103914.0, 515262.0 ] ], [ [ 101545.0, 513947.0 ], [ 101864.0, 513959.0 ], [ 102480.0, 514140.0 ], [ 103000.0, 514477.0 ], [ 103435.0, 514935.0 ], [ 103804.0, 515205.0 ], [ 103914.0, 515262.0 ] ], [ [ 104717.0, 513076.0 ], [ 104702.0, 513061.0 ], [ 104657.0, 513165.0 ], [ 104522.0, 513165.0 ], [ 104403.0, 513136.0 ], [ 104283.0, 513001.0 ], [ 104178.0, 512777.0 ], [ 104103.0, 512522.0 ], [ 104029.0, 512208.0 ], [ 104024.0, 512060.0 ] ], [ [ 105853.0, 514930.0 ], [ 106559.0, 514694.0 ], [ 106969.0, 514583.0 ], [ 107171.0, 514413.0 ], [ 107119.0, 514096.0 ], [ 106809.0, 513846.0 ], [ 106354.0, 513700.0 ], [ 106074.0, 513602.0 ], [ 105989.0, 513447.0 ], [ 105991.0, 513224.0 ], [ 106044.0, 513055.0 ], [ 106197.0, 512932.0 ], [ 106398.0, 512856.0 ], [ 106658.0, 512808.0 ], [ 106972.0, 512792.0 ], [ 107297.0, 512708.0 ], [ 107603.0, 512620.0 ], [ 107903.0, 512470.0 ], [ 108110.0, 512153.0 ], [ 108020.0, 511957.0 ], [ 107716.0, 511839.0 ], [ 107414.0, 511758.0 ], [ 107017.0, 511657.0 ], [ 106631.0, 511575.0 ], [ 106306.0, 511560.0 ], [ 106022.0, 511585.0 ], [ 105895.0, 511643.0 ], [ 105782.0, 511804.0 ], [ 105669.0, 511985.0 ], [ 105473.0, 512090.0 ], [ 105361.0, 512177.0 ], [ 105229.0, 512244.0 ], [ 105109.0, 512144.0 ], [ 105083.0, 512042.0 ], [ 105024.0, 511999.0 ], [ 104950.0, 512062.0 ], [ 104872.0, 512180.0 ], [ 104769.0, 512129.0 ], [ 104669.0, 512000.0 ], [ 104619.0, 511994.0 ], [ 104562.0, 512146.0 ], [ 104558.0, 512393.0 ], [ 104695.0, 512671.0 ], [ 104796.0, 512891.0 ], [ 104717.0, 513076.0 ] ], [ [ 104024.0, 512060.0 ], [ 104021.0, 511953.0 ], [ 103934.0, 511824.0 ], [ 103880.0, 511778.0 ], [ 103820.0, 511637.0 ], [ 103840.0, 511469.0 ], [ 104055.0, 511267.0 ], [ 104222.0, 511107.0 ], [ 104308.0, 510931.0 ], [ 104187.0, 510830.0 ], [ 103973.0, 510826.0 ], [ 103806.0, 510956.0 ], [ 103751.0, 511020.0 ], [ 103698.0, 511030.0 ], [ 103702.0, 510943.0 ], [ 103595.0, 510876.0 ], [ 103559.0, 510798.0 ], [ 103474.0, 510777.0 ], [ 103396.0, 510741.0 ], [ 103328.0, 510786.0 ], [ 103318.0, 510898.0 ], [ 103478.0, 510998.0 ], [ 103483.0, 511108.0 ], [ 103331.0, 511232.0 ], [ 103045.0, 511287.0 ], [ 102651.0, 511393.0 ], [ 102175.0, 511454.0 ], [ 101716.0, 511422.0 ], [ 101248.0, 511353.0 ], [ 101173.0, 511330.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101414.0, 513314.0 ], [ 101615.0, 513341.0 ], [ 102159.0, 513454.0 ], [ 102592.0, 513637.0 ], [ 103016.0, 513942.0 ], [ 103356.0, 514326.0 ], [ 103557.0, 514443.0 ], [ 103763.0, 514478.0 ], [ 103927.0, 514410.0 ], [ 103971.0, 514258.0 ], [ 103890.0, 514047.0 ], [ 103565.0, 513798.0 ], [ 103247.0, 513563.0 ], [ 103045.0, 513336.0 ], [ 102809.0, 513016.0 ], [ 102558.0, 512697.0 ], [ 102154.0, 512447.0 ], [ 102143.0, 512442.0 ] ], [ [ 102143.0, 512442.0 ], [ 101232.0, 511817.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104639.0, 511366.0 ], [ 104627.0, 511444.0 ], [ 104569.0, 511610.0 ], [ 104666.0, 511760.0 ], [ 104898.0, 511841.0 ], [ 105049.0, 511802.0 ], [ 105248.0, 511702.0 ], [ 105437.0, 511637.0 ], [ 105650.0, 511555.0 ], [ 105754.0, 511473.0 ], [ 105775.0, 511378.0 ], [ 105668.0, 511289.0 ], [ 105457.0, 511328.0 ], [ 105212.0, 511323.0 ], [ 105032.0, 511252.0 ], [ 104925.0, 511175.0 ], [ 104794.0, 511194.0 ], [ 104639.0, 511366.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103269.0, 510487.0 ], [ 103380.0, 510416.0 ], [ 103476.0, 510445.0 ], [ 103526.0, 510483.0 ], [ 103503.0, 510547.0 ], [ 103403.0, 510573.0 ], [ 103328.0, 510543.0 ], [ 103291.0, 510514.0 ], [ 103269.0, 510487.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100802.0, 509525.0 ], [ 101140.0, 509641.0 ], [ 101694.0, 510010.0 ], [ 102119.0, 510329.0 ], [ 102545.0, 510602.0 ], [ 102700.0, 510628.0 ], [ 102879.0, 510586.0 ], [ 103119.0, 510693.0 ], [ 103167.0, 510842.0 ], [ 103097.0, 510953.0 ], [ 102814.0, 511070.0 ], [ 102217.0, 511088.0 ], [ 101768.0, 510923.0 ], [ 101462.0, 510707.0 ], [ 101097.0, 510460.0 ], [ 101032.0, 510435.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100987.0, 509035.0 ], [ 101082.0, 509161.0 ], [ 101367.0, 509301.0 ], [ 101651.0, 509447.0 ], [ 101945.0, 509662.0 ], [ 102127.0, 509922.0 ], [ 102330.0, 510182.0 ], [ 102563.0, 510448.0 ], [ 102643.0, 510461.0 ], [ 102691.0, 510315.0 ], [ 102809.0, 510262.0 ], [ 102993.0, 510328.0 ], [ 103135.0, 510398.0 ], [ 103231.0, 510417.0 ], [ 103325.0, 510362.0 ], [ 103265.0, 510241.0 ], [ 103132.0, 510162.0 ], [ 103138.0, 510117.0 ], [ 103225.0, 510165.0 ], [ 103322.0, 510213.0 ], [ 103304.0, 510121.0 ], [ 103019.0, 509987.0 ], [ 102928.0, 509797.0 ], [ 102976.0, 509609.0 ], [ 102972.0, 509434.0 ], [ 102829.0, 509212.0 ], [ 102584.0, 509037.0 ], [ 102334.0, 508971.0 ], [ 101983.0, 508928.0 ], [ 101620.0, 508868.0 ], [ 101290.0, 508830.0 ], [ 101050.0, 508856.0 ], [ 100978.0, 508892.0 ], [ 100963.0, 508976.0 ], [ 100987.0, 509035.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109071.0, 508128.0 ], [ 108704.0, 508286.0 ], [ 108305.0, 508401.0 ], [ 107936.0, 508547.0 ], [ 107653.0, 508774.0 ], [ 107355.0, 508982.0 ], [ 107047.0, 509092.0 ], [ 106713.0, 509085.0 ], [ 106507.0, 509182.0 ], [ 106383.0, 509515.0 ], [ 106386.0, 509874.0 ], [ 106586.0, 510172.0 ], [ 106864.0, 510292.0 ], [ 107163.0, 510400.0 ], [ 107450.0, 510401.0 ], [ 107894.0, 510191.0 ], [ 107994.0, 509969.0 ], [ 108024.0, 509347.0 ], [ 108118.0, 509139.0 ], [ 108351.0, 509042.0 ], [ 108566.0, 509080.0 ], [ 108681.0, 509159.0 ], [ 109072.0, 509280.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104169.0, 507762.0 ], [ 104118.0, 507812.0 ], [ 103942.0, 507887.0 ], [ 103733.0, 507788.0 ], [ 103502.0, 507767.0 ], [ 103361.0, 507910.0 ], [ 103184.0, 508118.0 ], [ 103051.0, 508149.0 ], [ 103044.0, 508123.0 ], [ 103034.0, 508073.0 ], [ 103180.0, 507939.0 ], [ 103135.0, 507736.0 ], [ 103000.0, 507624.0 ], [ 103049.0, 507525.0 ], [ 103534.0, 507325.0 ], [ 103816.0, 507334.0 ], [ 104039.0, 507395.0 ], [ 104207.0, 507494.0 ], [ 104273.0, 507594.0 ], [ 104169.0, 507762.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103681.0, 507090.0 ], [ 103683.0, 507086.0 ], [ 103845.0, 507033.0 ], [ 104010.0, 506956.0 ], [ 104136.0, 506858.0 ], [ 104268.0, 506812.0 ], [ 104424.0, 506773.0 ], [ 104593.0, 506638.0 ], [ 104720.0, 506494.0 ], [ 104872.0, 506370.0 ], [ 105036.0, 506344.0 ], [ 105190.0, 506386.0 ], [ 105353.0, 506421.0 ], [ 105463.0, 506429.0 ], [ 105543.0, 506441.0 ], [ 105667.0, 506463.0 ], [ 105758.0, 506420.0 ], [ 105820.0, 506310.0 ], [ 105765.0, 506224.0 ], [ 105695.0, 506077.0 ], [ 105654.0, 505935.0 ], [ 105429.0, 505769.0 ], [ 105291.0, 505624.0 ], [ 105382.0, 505428.0 ], [ 105552.0, 505327.0 ], [ 105756.0, 505173.0 ], [ 105948.0, 505069.0 ], [ 106150.0, 505116.0 ], [ 106290.0, 505257.0 ], [ 106338.0, 505438.0 ], [ 106327.0, 505612.0 ], [ 106223.0, 505675.0 ], [ 106060.0, 505590.0 ], [ 105891.0, 505535.0 ], [ 105757.0, 505607.0 ], [ 105703.0, 505766.0 ], [ 105833.0, 506039.0 ], [ 105847.0, 506120.0 ], [ 105903.0, 506296.0 ], [ 106017.0, 506322.0 ], [ 106152.0, 506332.0 ], [ 106298.0, 506350.0 ], [ 106384.0, 506427.0 ], [ 106398.0, 506534.0 ], [ 106361.0, 506633.0 ], [ 106270.0, 506649.0 ], [ 106261.0, 506527.0 ], [ 106240.0, 506411.0 ], [ 106159.0, 506360.0 ], [ 106033.0, 506372.0 ], [ 105894.0, 506391.0 ], [ 105762.0, 506487.0 ], [ 105670.0, 506595.0 ], [ 105661.0, 506609.0 ] ], [ [ 105272.0, 507253.0 ], [ 105304.0, 507292.0 ], [ 105399.0, 507437.0 ], [ 105451.0, 507604.0 ], [ 105567.0, 507733.0 ], [ 105703.0, 507677.0 ], [ 105828.0, 507519.0 ], [ 105994.0, 507432.0 ], [ 106192.0, 507583.0 ], [ 106268.0, 507992.0 ], [ 106216.0, 508125.0 ] ], [ [ 106216.0, 508125.0 ], [ 106222.0, 508253.0 ], [ 106178.0, 508689.0 ], [ 105926.0, 509058.0 ], [ 105655.0, 509399.0 ], [ 105639.0, 509797.0 ], [ 105817.0, 510162.0 ], [ 106088.0, 510338.0 ], [ 106276.0, 510562.0 ], [ 106450.0, 510776.0 ], [ 106769.0, 510938.0 ], [ 106843.0, 510994.0 ], [ 106850.0, 511082.0 ], [ 106763.0, 511197.0 ], [ 106531.0, 511134.0 ], [ 106151.0, 511041.0 ], [ 105806.0, 510997.0 ], [ 105621.0, 511100.0 ], [ 105517.0, 511191.0 ], [ 105405.0, 511178.0 ], [ 105228.0, 511051.0 ], [ 105088.0, 510914.0 ], [ 104997.0, 510666.0 ], [ 104922.0, 510541.0 ], [ 104728.0, 510436.0 ], [ 104546.0, 510379.0 ], [ 104293.0, 510369.0 ], [ 104234.0, 510325.0 ], [ 104280.0, 510281.0 ], [ 104367.0, 510278.0 ], [ 104269.0, 510195.0 ], [ 104205.0, 510091.0 ], [ 104207.0, 509980.0 ], [ 104390.0, 509950.0 ], [ 104607.0, 509843.0 ], [ 104661.0, 509644.0 ], [ 104514.0, 509583.0 ], [ 104471.0, 509529.0 ], [ 104559.0, 509475.0 ], [ 104599.0, 509387.0 ], [ 104491.0, 509365.0 ], [ 104315.0, 509404.0 ], [ 104189.0, 509394.0 ], [ 104217.0, 509292.0 ], [ 104333.0, 509207.0 ], [ 104435.0, 509085.0 ], [ 104496.0, 508954.0 ], [ 104592.0, 508873.0 ], [ 104780.0, 508884.0 ], [ 104868.0, 508950.0 ], [ 104960.0, 509031.0 ], [ 105073.0, 509027.0 ], [ 105172.0, 508870.0 ], [ 105181.0, 508674.0 ], [ 105122.0, 508508.0 ], [ 104985.0, 508418.0 ], [ 104760.0, 508323.0 ], [ 104580.0, 508145.0 ], [ 104562.0, 507926.0 ], [ 104570.0, 507714.0 ], [ 104499.0, 507551.0 ], [ 104420.0, 507465.0 ], [ 104184.0, 507307.0 ], [ 103875.0, 507176.0 ], [ 103675.0, 507152.0 ] ], [ [ 103675.0, 507152.0 ], [ 103649.0, 507144.0 ], [ 103638.0, 507114.0 ], [ 103645.0, 507096.0 ], [ 103681.0, 507090.0 ] ], [ [ 105458.0, 506563.0 ], [ 105487.0, 506583.0 ], [ 105537.0, 506607.0 ], [ 105610.0, 506623.0 ], [ 105626.0, 506624.0 ], [ 105637.0, 506621.0 ], [ 105661.0, 506609.0 ] ], [ [ 105458.0, 506563.0 ], [ 105444.0, 506550.0 ], [ 105301.0, 506507.0 ], [ 105066.0, 506491.0 ], [ 104911.0, 506465.0 ], [ 104781.0, 506518.0 ], [ 104739.0, 506657.0 ], [ 104848.0, 506825.0 ], [ 105013.0, 506937.0 ], [ 105272.0, 507253.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105287.0, 506946.0 ], [ 105358.0, 506997.0 ], [ 105437.0, 507042.0 ], [ 105527.0, 507097.0 ], [ 105621.0, 507132.0 ], [ 105721.0, 507166.0 ], [ 105794.0, 507180.0 ], [ 105912.0, 507191.0 ], [ 106016.0, 507187.0 ], [ 106123.0, 507196.0 ] ], [ [ 109067.0, 505719.0 ], [ 108696.0, 505806.0 ], [ 108119.0, 506074.0 ], [ 107749.0, 506231.0 ], [ 107405.0, 506176.0 ], [ 107158.0, 506169.0 ], [ 106958.0, 506237.0 ], [ 106701.0, 506148.0 ], [ 106542.0, 505962.0 ], [ 106500.0, 505793.0 ], [ 106309.0, 505734.0 ], [ 106218.0, 505800.0 ], [ 106060.0, 505870.0 ], [ 105899.0, 505963.0 ], [ 105888.0, 506106.0 ], [ 105956.0, 506224.0 ], [ 106120.0, 506255.0 ], [ 106260.0, 506222.0 ], [ 106399.0, 506311.0 ], [ 106494.0, 506462.0 ], [ 106420.0, 506630.0 ], [ 106408.0, 506748.0 ], [ 106311.0, 506819.0 ], [ 106139.0, 506828.0 ], [ 106001.0, 506725.0 ], [ 105991.0, 506644.0 ], [ 106094.0, 506596.0 ], [ 106187.0, 506538.0 ], [ 106160.0, 506437.0 ], [ 106048.0, 506417.0 ], [ 105916.0, 506458.0 ], [ 105825.0, 506516.0 ], [ 105758.0, 506622.0 ], [ 105687.0, 506661.0 ] ], [ [ 106123.0, 507196.0 ], [ 106150.0, 507192.0 ], [ 106558.0, 507167.0 ], [ 106998.0, 507117.0 ], [ 107437.0, 507024.0 ], [ 107692.0, 506904.0 ], [ 107929.0, 506803.0 ], [ 108289.0, 506737.0 ], [ 108524.0, 506721.0 ], [ 108808.0, 506680.0 ], [ 109068.0, 506629.0 ] ], [ [ 105436.0, 506587.0 ], [ 105496.0, 506630.0 ], [ 105534.0, 506637.0 ], [ 105600.0, 506661.0 ], [ 105659.0, 506671.0 ], [ 105687.0, 506661.0 ] ], [ [ 105436.0, 506587.0 ], [ 105407.0, 506571.0 ], [ 105294.0, 506600.0 ], [ 105175.0, 506678.0 ], [ 105169.0, 506752.0 ], [ 105238.0, 506899.0 ], [ 105287.0, 506946.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101932.0, 506856.0 ], [ 101801.0, 506763.0 ], [ 101810.0, 506642.0 ], [ 102002.0, 506565.0 ], [ 102167.0, 506591.0 ], [ 102103.0, 506665.0 ], [ 102148.0, 506790.0 ], [ 102266.0, 507235.0 ], [ 102348.0, 507379.0 ], [ 102501.0, 507448.0 ], [ 102592.0, 507516.0 ], [ 102571.0, 507741.0 ], [ 102611.0, 507895.0 ], [ 102481.0, 507829.0 ], [ 102311.0, 507606.0 ], [ 102112.0, 507243.0 ], [ 102027.0, 506989.0 ], [ 101932.0, 506856.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100157.0, 506564.0 ], [ 100339.0, 506568.0 ], [ 100923.0, 506633.0 ], [ 101349.0, 506750.0 ], [ 101619.0, 506868.0 ], [ 101941.0, 507079.0 ], [ 102024.0, 507303.0 ], [ 102096.0, 507624.0 ], [ 102296.0, 507983.0 ], [ 102496.0, 508121.0 ], [ 102652.0, 508243.0 ], [ 102824.0, 508416.0 ], [ 102963.0, 508504.0 ], [ 103288.0, 508527.0 ], [ 103552.0, 508389.0 ], [ 103808.0, 508193.0 ], [ 103932.0, 508112.0 ], [ 104113.0, 508090.0 ], [ 104274.0, 508110.0 ], [ 104374.0, 508190.0 ], [ 104470.0, 508361.0 ], [ 104483.0, 508487.0 ], [ 104409.0, 508518.0 ], [ 104257.0, 508496.0 ], [ 104091.0, 508595.0 ], [ 104040.0, 508717.0 ], [ 104087.0, 508826.0 ], [ 104246.0, 508943.0 ], [ 104311.0, 509010.0 ], [ 104262.0, 509048.0 ], [ 104140.0, 509073.0 ], [ 104020.0, 509178.0 ], [ 103920.0, 509273.0 ], [ 103908.0, 509352.0 ], [ 103974.0, 509499.0 ], [ 104116.0, 509597.0 ], [ 104239.0, 509624.0 ], [ 104343.0, 509614.0 ], [ 104481.0, 509652.0 ], [ 104557.0, 509693.0 ], [ 104564.0, 509764.0 ], [ 104416.0, 509868.0 ], [ 104289.0, 509876.0 ], [ 104079.0, 509842.0 ], [ 103917.0, 509777.0 ], [ 103815.0, 509628.0 ], [ 103764.0, 509410.0 ], [ 103678.0, 509205.0 ], [ 103475.0, 509040.0 ], [ 103188.0, 508880.0 ], [ 102949.0, 508853.0 ], [ 102744.0, 508874.0 ], [ 102591.0, 508849.0 ], [ 102554.0, 508780.0 ], [ 102664.0, 508721.0 ], [ 102869.0, 508709.0 ], [ 103036.0, 508728.0 ], [ 103154.0, 508703.0 ], [ 103204.0, 508666.0 ], [ 103147.0, 508607.0 ], [ 102976.0, 508574.0 ], [ 102796.0, 508529.0 ], [ 102597.0, 508524.0 ], [ 102367.0, 508663.0 ], [ 102082.0, 508721.0 ], [ 101762.0, 508653.0 ], [ 101398.0, 508591.0 ], [ 100867.0, 508603.0 ], [ 100584.0, 508651.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103613.0, 506580.0 ], [ 103684.0, 506429.0 ], [ 103782.0, 506426.0 ], [ 103827.0, 506494.0 ], [ 103760.0, 506612.0 ], [ 103668.0, 506629.0 ], [ 103613.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 101362.0, 506517.0 ], [ 101472.0, 506501.0 ], [ 101598.0, 506505.0 ], [ 101747.0, 506550.0 ], [ 102043.0, 506420.0 ], [ 102293.0, 506363.0 ], [ 102562.0, 506402.0 ], [ 102784.0, 506377.0 ], [ 102924.0, 506411.0 ], [ 102980.0, 506541.0 ], [ 102979.0, 506666.0 ], [ 103046.0, 506820.0 ], [ 102930.0, 506997.0 ], [ 102729.0, 506996.0 ], [ 102558.0, 506920.0 ], [ 102376.0, 506946.0 ], [ 102338.0, 507167.0 ], [ 102399.0, 507280.0 ], [ 102602.0, 507311.0 ], [ 102833.0, 507275.0 ], [ 103036.0, 507283.0 ], [ 103106.0, 507384.0 ], [ 103023.0, 507429.0 ], [ 102802.0, 507508.0 ], [ 102772.0, 507622.0 ], [ 103063.0, 507879.0 ], [ 102983.0, 507963.0 ], [ 102829.0, 507994.0 ], [ 102820.0, 508136.0 ], [ 102907.0, 508235.0 ], [ 102939.0, 508243.0 ], [ 102978.0, 508172.0 ], [ 103057.0, 508218.0 ], [ 102985.0, 508259.0 ], [ 102951.0, 508305.0 ], [ 103042.0, 508300.0 ], [ 103267.0, 508176.0 ], [ 103376.0, 508023.0 ], [ 103534.0, 507862.0 ], [ 103662.0, 507891.0 ], [ 103857.0, 507949.0 ], [ 103857.0, 508064.0 ], [ 103737.0, 508185.0 ], [ 103636.0, 508233.0 ], [ 103451.0, 508259.0 ], [ 103244.0, 508363.0 ], [ 103092.0, 508410.0 ], [ 102972.0, 508419.0 ], [ 102823.0, 508326.0 ], [ 102665.0, 508132.0 ], [ 102466.0, 507947.0 ], [ 102316.0, 507778.0 ], [ 102194.0, 507575.0 ], [ 102067.0, 507274.0 ], [ 101959.0, 506966.0 ], [ 101743.0, 506821.0 ], [ 101474.0, 506716.0 ], [ 101373.0, 506632.0 ], [ 101334.0, 506563.0 ], [ 101362.0, 506517.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103593.0, 506154.0 ], [ 103625.0, 506155.0 ], [ 103722.0, 506141.0 ], [ 103815.0, 506202.0 ], [ 103830.0, 506250.0 ], [ 103736.0, 506255.0 ], [ 103637.0, 506224.0 ], [ 103593.0, 506154.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103205.0, 506063.0 ], [ 103079.0, 506108.0 ], [ 102815.0, 506012.0 ], [ 102591.0, 505883.0 ], [ 102443.0, 505823.0 ], [ 102384.0, 505879.0 ], [ 102424.0, 505938.0 ] ], [ [ 103205.0, 506063.0 ], [ 103276.0, 506045.0 ], [ 103311.0, 506045.0 ], [ 103335.0, 506051.0 ], [ 103359.0, 506069.0 ], [ 103359.0, 506105.0 ], [ 103353.0, 506173.0 ] ], [ [ 102424.0, 505938.0 ], [ 102583.0, 506055.0 ], [ 102850.0, 506166.0 ], [ 103052.0, 506248.0 ], [ 103319.0, 506224.0 ], [ 103353.0, 506173.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102806.0, 505646.0 ], [ 102896.0, 505778.0 ], [ 102903.0, 505910.0 ], [ 102796.0, 505925.0 ], [ 102795.0, 505963.0 ], [ 102877.0, 506021.0 ], [ 102960.0, 506004.0 ], [ 103019.0, 505950.0 ], [ 103129.0, 505958.0 ], [ 103259.0, 505960.0 ] ], [ [ 103326.0, 505882.0 ], [ 103345.0, 505846.0 ], [ 103334.0, 505752.0 ], [ 103297.0, 505665.0 ], [ 103226.0, 505674.0 ], [ 103145.0, 505695.0 ], [ 103052.0, 505548.0 ], [ 102980.0, 505523.0 ], [ 102942.0, 505537.0 ], [ 102849.0, 505562.0 ], [ 102795.0, 505607.0 ], [ 102806.0, 505646.0 ] ], [ [ 103259.0, 505960.0 ], [ 103300.0, 505950.0 ], [ 103317.0, 505920.0 ], [ 103326.0, 505882.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102451.0, 505895.0 ], [ 102485.0, 505936.0 ], [ 102662.0, 506020.0 ], [ 102813.0, 506097.0 ], [ 102934.0, 506154.0 ], [ 102987.0, 506163.0 ], [ 102839.0, 506039.0 ], [ 102593.0, 505914.0 ], [ 102472.0, 505873.0 ], [ 102451.0, 505895.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104321.0, 506130.0 ], [ 104536.0, 506150.0 ], [ 104769.0, 506096.0 ], [ 104968.0, 505958.0 ], [ 105075.0, 505879.0 ], [ 105356.0, 505862.0 ], [ 105536.0, 506053.0 ], [ 105646.0, 506255.0 ], [ 105679.0, 506385.0 ], [ 105564.0, 506411.0 ], [ 105390.0, 506370.0 ], [ 105181.0, 506294.0 ], [ 104902.0, 506246.0 ], [ 104668.0, 506347.0 ], [ 104434.0, 506611.0 ], [ 104253.0, 506678.0 ], [ 104086.0, 506639.0 ], [ 103988.0, 506757.0 ], [ 103852.0, 506900.0 ], [ 103674.0, 507005.0 ], [ 103480.0, 506986.0 ], [ 103282.0, 506909.0 ], [ 103233.0, 506594.0 ], [ 103280.0, 506338.0 ], [ 103465.0, 506182.0 ], [ 103597.0, 506099.0 ], [ 103681.0, 506053.0 ], [ 103603.0, 506000.0 ], [ 103568.0, 505932.0 ], [ 103793.0, 505975.0 ], [ 104024.0, 506094.0 ], [ 104251.0, 506125.0 ], [ 104321.0, 506130.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103712.0, 505486.0 ], [ 103688.0, 505564.0 ], [ 103706.0, 505663.0 ], [ 103753.0, 505704.0 ], [ 103839.0, 505630.0 ], [ 103806.0, 505522.0 ], [ 103712.0, 505486.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102459.0, 505259.0 ], [ 102385.0, 505306.0 ], [ 102290.0, 505424.0 ], [ 102342.0, 505492.0 ], [ 102509.0, 505445.0 ], [ 102686.0, 505367.0 ], [ 102823.0, 505298.0 ], [ 102750.0, 505206.0 ], [ 102580.0, 505252.0 ], [ 102459.0, 505259.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109064.0, 503892.0 ], [ 108957.0, 503872.0 ], [ 108771.0, 503695.0 ], [ 108706.0, 503549.0 ], [ 108665.0, 503443.0 ], [ 108519.0, 503457.0 ], [ 108480.0, 503574.0 ], [ 108625.0, 503692.0 ], [ 108870.0, 503948.0 ] ], [ [ 108870.0, 503948.0 ], [ 108956.0, 503994.0 ], [ 109035.0, 504039.0 ], [ 109085.0, 504050.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109063.0, 503111.0 ], [ 108813.0, 503129.0 ], [ 108614.0, 503231.0 ], [ 108493.0, 503380.0 ], [ 108377.0, 503466.0 ], [ 108191.0, 503519.0 ], [ 107865.0, 503620.0 ], [ 107457.0, 503691.0 ], [ 107146.0, 503647.0 ], [ 106815.0, 503628.0 ], [ 106503.0, 503723.0 ], [ 106228.0, 503746.0 ], [ 105992.0, 503656.0 ], [ 105760.0, 503496.0 ], [ 105540.0, 503328.0 ], [ 105346.0, 503285.0 ], [ 105264.0, 503319.0 ], [ 105220.0, 503375.0 ], [ 105231.0, 503438.0 ], [ 105481.0, 503577.0 ], [ 105673.0, 503641.0 ], [ 105766.0, 503849.0 ], [ 105784.0, 504095.0 ], [ 105729.0, 504314.0 ], [ 105541.0, 504546.0 ], [ 105462.0, 504647.0 ], [ 105503.0, 504733.0 ], [ 105718.0, 504819.0 ], [ 106006.0, 504796.0 ], [ 106262.0, 504660.0 ], [ 106537.0, 504592.0 ], [ 106831.0, 504620.0 ], [ 107002.0, 504693.0 ], [ 107346.0, 504745.0 ], [ 107650.0, 504671.0 ], [ 107847.0, 504585.0 ], [ 108002.0, 504459.0 ], [ 108150.0, 504181.0 ], [ 108185.0, 504100.0 ] ], [ [ 108649.0, 503885.0 ], [ 108745.0, 503965.0 ], [ 109024.0, 504164.0 ], [ 109084.0, 504210.0 ] ], [ [ 108185.0, 504100.0 ], [ 108222.0, 504011.0 ], [ 108251.0, 503948.0 ], [ 108341.0, 503829.0 ], [ 108398.0, 503772.0 ], [ 108427.0, 503760.0 ], [ 108478.0, 503758.0 ] ], [ [ 108476.0, 503758.0 ], [ 108541.0, 503760.0 ], [ 108649.0, 503885.0 ] ], [ [ 108476.0, 503758.0 ], [ 108478.0, 503758.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104607.0, 503693.0 ], [ 104679.0, 503715.0 ], [ 104912.0, 503749.0 ], [ 105111.0, 503706.0 ], [ 105311.0, 503713.0 ], [ 105474.0, 503832.0 ], [ 105485.0, 504115.0 ], [ 105435.0, 504331.0 ], [ 105281.0, 504519.0 ], [ 105190.0, 504653.0 ], [ 105202.0, 504858.0 ], [ 105182.0, 505027.0 ], [ 105038.0, 505115.0 ], [ 104719.0, 505170.0 ], [ 104422.0, 505134.0 ], [ 104292.0, 504989.0 ], [ 104227.0, 504775.0 ], [ 104202.0, 504586.0 ], [ 104183.0, 504532.0 ], [ 104091.0, 504471.0 ], [ 104063.0, 504343.0 ], [ 104138.0, 504187.0 ], [ 104012.0, 504076.0 ], [ 103803.0, 504081.0 ], [ 103724.0, 504108.0 ], [ 103659.0, 504077.0 ], [ 103673.0, 504026.0 ], [ 103821.0, 503979.0 ], [ 104045.0, 503888.0 ], [ 104246.0, 503764.0 ], [ 104336.0, 503717.0 ] ], [ [ 104336.0, 503717.0 ], [ 104390.0, 503681.0 ], [ 104451.0, 503667.0 ], [ 104498.0, 503665.0 ], [ 104607.0, 503693.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103478.0, 503710.0 ], [ 103479.0, 503739.0 ], [ 103449.0, 503871.0 ], [ 103436.0, 503995.0 ], [ 103457.0, 504057.0 ], [ 103527.0, 503939.0 ], [ 103618.0, 503908.0 ], [ 103753.0, 503872.0 ], [ 103895.0, 503813.0 ], [ 103909.0, 503701.0 ], [ 103728.0, 503647.0 ], [ 103592.0, 503598.0 ], [ 103479.0, 503594.0 ], [ 103478.0, 503710.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102196.0, 503548.0 ], [ 102232.0, 503543.0 ], [ 102340.0, 503587.0 ], [ 102357.0, 503656.0 ], [ 102265.0, 503620.0 ], [ 102196.0, 503548.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109064.0, 503843.0 ], [ 108912.0, 503765.0 ], [ 108837.0, 503707.0 ], [ 108809.0, 503573.0 ], [ 108877.0, 503454.0 ], [ 109056.0, 503328.0 ], [ 109063.0, 503314.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102810.0, 503338.0 ], [ 103233.0, 503508.0 ], [ 103361.0, 503663.0 ], [ 103361.0, 503820.0 ], [ 103345.0, 504004.0 ], [ 103477.0, 504239.0 ], [ 103513.0, 504450.0 ], [ 103555.0, 504627.0 ], [ 103594.0, 504822.0 ], [ 103392.0, 504867.0 ], [ 103048.0, 504778.0 ], [ 102800.0, 504818.0 ], [ 102466.0, 504822.0 ], [ 102206.0, 504897.0 ], [ 102112.0, 505116.0 ], [ 102058.0, 505412.0 ], [ 102167.0, 505544.0 ], [ 102403.0, 505547.0 ], [ 102622.0, 505449.0 ], [ 102818.0, 505408.0 ], [ 103094.0, 505361.0 ], [ 103340.0, 505336.0 ], [ 103602.0, 505444.0 ], [ 103674.0, 505584.0 ], [ 103710.0, 505737.0 ], [ 103839.0, 505719.0 ], [ 103918.0, 505572.0 ], [ 103874.0, 505440.0 ], [ 103840.0, 505315.0 ], [ 103954.0, 505099.0 ], [ 103902.0, 504830.0 ], [ 103697.0, 504667.0 ], [ 103672.0, 504445.0 ], [ 103784.0, 504274.0 ], [ 103642.0, 504161.0 ], [ 103523.0, 504037.0 ], [ 103674.0, 503932.0 ], [ 103954.0, 503842.0 ], [ 104045.0, 503674.0 ], [ 103806.0, 503584.0 ], [ 103560.0, 503463.0 ], [ 103270.0, 503253.0 ], [ 102946.0, 503081.0 ], [ 102715.0, 503108.0 ], [ 102648.0, 503242.0 ], [ 102810.0, 503338.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101946.0, 503027.0 ], [ 102009.0, 503029.0 ], [ 102032.0, 503014.0 ], [ 102032.0, 502976.0 ], [ 101994.0, 502961.0 ], [ 101918.0, 502942.0 ] ], [ [ 101946.0, 503027.0 ], [ 101807.0, 503019.0 ], [ 101577.0, 502942.0 ], [ 101389.0, 502903.0 ], [ 101386.0, 502855.0 ] ], [ [ 101386.0, 502855.0 ], [ 101384.0, 502823.0 ] ], [ [ 101384.0, 502823.0 ], [ 101437.0, 502750.0 ], [ 101581.0, 502710.0 ], [ 101713.0, 502843.0 ], [ 101918.0, 502942.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101461.0, 502823.0 ], [ 101513.0, 502791.0 ], [ 101603.0, 502830.0 ], [ 101761.0, 502929.0 ], [ 101878.0, 502982.0 ], [ 101784.0, 502978.0 ], [ 101649.0, 502923.0 ], [ 101492.0, 502882.0 ], [ 101467.0, 502833.0 ] ], [ [ 101467.0, 502833.0 ], [ 101461.0, 502823.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101680.0, 502024.0 ], [ 101605.0, 502011.0 ], [ 101550.0, 501993.0 ], [ 101541.0, 501947.0 ], [ 101577.0, 501910.0 ], [ 101621.0, 501890.0 ] ], [ [ 99348.0, 502793.0 ], [ 99913.0, 502720.0 ], [ 100840.0, 502567.0 ], [ 101197.0, 502389.0 ], [ 101447.0, 502208.0 ], [ 101478.0, 502040.0 ], [ 101333.0, 501800.0 ], [ 101519.0, 501600.0 ], [ 101758.0, 501611.0 ], [ 101756.0, 501740.0 ], [ 101621.0, 501890.0 ] ], [ [ 104044.0, 502640.0 ], [ 104183.0, 502781.0 ], [ 104050.0, 502928.0 ], [ 103739.0, 502835.0 ], [ 103528.0, 502747.0 ] ], [ [ 102078.0, 502426.0 ], [ 102299.0, 502487.0 ], [ 102940.0, 502671.0 ], [ 103329.0, 502724.0 ], [ 103528.0, 502747.0 ] ], [ [ 103492.0, 502329.0 ], [ 103673.0, 502434.0 ], [ 103848.0, 502487.0 ], [ 103970.0, 502549.0 ], [ 104044.0, 502640.0 ] ], [ [ 102078.0, 502426.0 ], [ 101782.0, 502277.0 ], [ 101684.0, 502366.0 ], [ 101766.0, 502493.0 ], [ 101720.0, 502621.0 ], [ 101501.0, 502616.0 ], [ 101306.0, 502713.0 ], [ 101284.0, 502876.0 ], [ 101333.0, 503000.0 ], [ 101658.0, 503137.0 ], [ 101910.0, 503136.0 ], [ 102207.0, 503204.0 ], [ 102396.0, 503423.0 ], [ 102552.0, 503703.0 ], [ 102743.0, 503927.0 ], [ 102555.0, 504458.0 ], [ 102404.0, 504548.0 ], [ 102248.0, 504509.0 ], [ 102226.0, 504284.0 ], [ 102268.0, 504165.0 ], [ 102187.0, 504161.0 ], [ 102129.0, 504129.0 ], [ 102190.0, 504058.0 ], [ 102103.0, 504000.0 ], [ 102278.0, 503954.0 ], [ 102354.0, 503880.0 ], [ 102215.0, 503878.0 ], [ 102113.0, 503905.0 ], [ 101990.0, 503890.0 ], [ 102059.0, 503829.0 ], [ 102084.0, 503783.0 ], [ 102039.0, 503705.0 ], [ 102235.0, 503692.0 ], [ 102162.0, 503597.0 ], [ 102102.0, 503482.0 ], [ 102083.0, 503331.0 ], [ 101862.0, 503259.0 ], [ 101642.0, 503276.0 ], [ 101444.0, 503184.0 ], [ 100907.0, 503160.0 ], [ 100090.0, 503199.0 ], [ 99498.0, 503326.0 ] ], [ [ 102299.0, 502251.0 ], [ 102700.0, 502305.0 ], [ 102948.0, 502311.0 ], [ 103195.0, 502185.0 ], [ 103416.0, 502238.0 ], [ 103492.0, 502329.0 ] ], [ [ 101680.0, 502024.0 ], [ 101830.0, 502115.0 ], [ 102299.0, 502251.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107879.0, 501821.0 ], [ 108003.0, 501900.0 ] ], [ [ 105768.0, 501269.0 ], [ 105884.0, 501599.0 ], [ 105800.0, 501776.0 ], [ 105524.0, 501969.0 ], [ 105244.0, 502149.0 ], [ 105018.0, 502108.0 ], [ 104889.0, 501842.0 ], [ 104917.0, 501450.0 ] ], [ [ 104917.0, 501450.0 ], [ 104821.0, 501259.0 ] ], [ [ 108878.0, 501119.0 ], [ 108697.0, 501209.0 ], [ 108500.0, 501351.0 ], [ 108382.0, 501607.0 ], [ 108189.0, 501680.0 ], [ 108136.0, 501789.0 ], [ 108315.0, 501845.0 ], [ 108369.0, 501929.0 ], [ 108122.0, 501963.0 ], [ 108003.0, 501900.0 ] ], [ [ 106106.0, 501099.0 ], [ 106200.0, 501165.0 ], [ 106276.0, 501187.0 ], [ 106421.0, 501195.0 ], [ 106574.0, 501195.0 ], [ 106676.0, 501178.0 ] ], [ [ 108878.0, 501119.0 ], [ 108909.0, 501126.0 ], [ 108939.0, 501111.0 ], [ 108920.0, 501086.0 ] ], [ [ 103529.0, 502178.0 ], [ 103612.0, 502251.0 ], [ 103696.0, 502281.0 ], [ 103772.0, 502259.0 ], [ 103825.0, 502190.0 ], [ 103978.0, 501770.0 ], [ 104024.0, 501549.0 ], [ 104100.0, 501350.0 ], [ 104299.0, 501030.0 ] ], [ [ 104821.0, 501259.0 ], [ 104724.0, 501126.0 ], [ 104519.0, 501005.0 ] ], [ [ 107879.0, 501821.0 ], [ 107823.0, 501669.0 ], [ 107982.0, 501391.0 ], [ 107990.0, 501075.0 ], [ 107789.0, 500960.0 ], [ 107468.0, 501008.0 ], [ 107175.0, 501092.0 ], [ 106818.0, 501167.0 ], [ 106676.0, 501178.0 ] ], [ [ 104341.0, 500944.0 ], [ 104301.0, 500998.0 ], [ 104299.0, 501030.0 ] ], [ [ 104341.0, 500944.0 ], [ 104376.0, 500886.0 ], [ 104448.0, 500864.0 ], [ 104477.0, 500900.0 ], [ 104520.0, 500972.0 ], [ 104519.0, 501005.0 ] ], [ [ 106106.0, 501099.0 ], [ 106073.0, 500883.0 ], [ 105858.0, 500846.0 ], [ 105693.0, 501045.0 ], [ 105768.0, 501269.0 ] ], [ [ 103529.0, 502178.0 ], [ 103433.0, 501978.0 ], [ 103514.0, 501553.0 ], [ 103586.0, 501162.0 ], [ 103477.0, 500871.0 ], [ 103240.0, 500888.0 ], [ 102983.0, 500764.0 ], [ 102849.0, 500591.0 ], [ 102824.0, 500547.0 ] ], [ [ 104592.0, 499579.0 ], [ 104739.0, 499723.0 ] ], [ [ 102785.0, 499484.0 ], [ 102773.0, 499601.0 ], [ 102831.0, 499764.0 ], [ 102866.0, 499915.0 ], [ 102878.0, 500043.0 ], [ 102890.0, 500241.0 ], [ 102824.0, 500547.0 ] ], [ [ 102785.0, 499484.0 ], [ 102787.0, 499343.0 ], [ 102912.0, 499193.0 ], [ 103066.0, 499204.0 ], [ 103183.0, 499348.0 ], [ 103173.0, 499605.0 ], [ 103275.0, 499749.0 ], [ 103375.0, 499812.0 ], [ 103596.0, 499715.0 ], [ 103764.0, 499570.0 ], [ 103949.0, 499375.0 ], [ 104110.0, 499327.0 ], [ 104277.0, 499358.0 ], [ 104482.0, 499476.0 ], [ 104592.0, 499579.0 ] ], [ [ 106433.0, 498498.0 ], [ 106667.0, 498621.0 ], [ 106785.0, 498854.0 ], [ 106808.0, 499194.0 ], [ 106739.0, 499535.0 ], [ 106705.0, 499914.0 ], [ 106702.0, 500126.0 ], [ 106847.0, 500396.0 ], [ 107089.0, 500488.0 ], [ 107421.0, 500455.0 ], [ 107618.0, 500514.0 ], [ 107911.0, 500743.0 ], [ 108185.0, 500881.0 ], [ 108533.0, 500880.0 ], [ 108782.0, 500916.0 ], [ 108920.0, 501086.0 ] ], [ [ 104739.0, 499723.0 ], [ 104847.0, 499832.0 ], [ 105097.0, 500001.0 ], [ 105412.0, 500100.0 ], [ 105698.0, 500103.0 ], [ 105791.0, 499979.0 ], [ 105749.0, 499823.0 ], [ 105578.0, 499637.0 ], [ 105563.0, 499433.0 ], [ 105733.0, 499407.0 ], [ 105973.0, 499561.0 ], [ 106256.0, 499637.0 ], [ 106438.0, 499594.0 ], [ 106548.0, 499395.0 ], [ 106528.0, 499093.0 ], [ 106355.0, 498868.0 ], [ 106265.0, 498586.0 ], [ 106382.0, 498485.0 ], [ 106433.0, 498498.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102058.0, 501610.0 ], [ 102101.0, 501760.0 ] ], [ [ 102101.0, 501760.0 ], [ 102178.0, 501911.0 ], [ 102318.0, 502036.0 ], [ 102501.0, 502027.0 ], [ 102588.0, 501888.0 ], [ 102650.0, 501767.0 ], [ 102641.0, 501704.0 ], [ 102532.0, 501709.0 ], [ 102311.0, 501651.0 ], [ 102159.0, 501550.0 ] ], [ [ 102058.0, 501610.0 ], [ 102025.0, 501511.0 ], [ 102032.0, 501457.0 ], [ 102063.0, 501442.0 ], [ 102086.0, 501488.0 ], [ 102159.0, 501550.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106057.0, 496807.0 ], [ 105876.0, 497034.0 ], [ 105563.0, 497256.0 ], [ 105250.0, 497246.0 ], [ 104970.0, 497171.0 ], [ 104825.0, 497373.0 ], [ 104836.0, 497805.0 ], [ 104851.0, 498170.0 ], [ 104726.0, 498350.0 ], [ 103990.0, 498129.0 ], [ 103612.0, 498255.0 ], [ 103374.0, 498358.0 ], [ 103113.0, 498299.0 ], [ 102844.0, 498399.0 ], [ 102494.0, 498334.0 ], [ 102309.0, 498152.0 ], [ 102198.0, 497843.0 ], [ 101964.0, 497827.0 ], [ 101830.0, 498026.0 ], [ 101843.0, 498244.0 ], [ 101798.0, 498537.0 ], [ 101807.0, 498845.0 ], [ 101828.0, 499197.0 ], [ 101761.0, 499458.0 ] ], [ [ 105860.0, 501266.0 ], [ 105979.0, 501487.0 ], [ 106010.0, 501737.0 ], [ 105946.0, 502076.0 ], [ 105758.0, 502364.0 ], [ 105419.0, 502565.0 ], [ 105015.0, 502727.0 ], [ 104851.0, 502850.0 ], [ 104822.0, 502984.0 ], [ 105065.0, 503055.0 ], [ 105363.0, 503101.0 ], [ 105823.0, 503157.0 ], [ 105960.0, 503188.0 ], [ 106106.0, 503352.0 ], [ 106331.0, 503413.0 ], [ 106737.0, 503274.0 ], [ 107009.0, 503168.0 ], [ 107299.0, 503245.0 ], [ 107697.0, 503262.0 ], [ 108068.0, 503211.0 ], [ 108322.0, 503067.0 ], [ 108729.0, 502875.0 ], [ 109062.0, 502855.0 ] ], [ [ 106010.0, 501257.0 ], [ 106123.0, 501401.0 ], [ 106436.0, 501722.0 ], [ 106726.0, 502012.0 ], [ 107032.0, 502241.0 ], [ 107299.0, 502363.0 ], [ 107446.0, 502433.0 ] ], [ [ 101762.0, 499892.0 ], [ 101784.0, 499934.0 ], [ 101934.0, 499988.0 ], [ 101995.0, 499928.0 ] ], [ [ 109061.0, 501094.0 ], [ 108957.0, 501224.0 ], [ 108746.0, 501269.0 ], [ 108610.0, 501427.0 ], [ 108574.0, 501659.0 ], [ 108636.0, 501929.0 ], [ 108524.0, 502201.0 ], [ 108209.0, 502479.0 ], [ 107831.0, 502599.0 ], [ 107446.0, 502433.0 ] ], [ [ 101762.0, 499892.0 ], [ 101725.0, 499729.0 ], [ 101714.0, 499624.0 ], [ 101761.0, 499458.0 ] ], [ [ 109061.0, 501094.0 ], [ 109060.0, 500990.0 ] ], [ [ 106010.0, 501257.0 ], [ 106006.0, 501233.0 ], [ 106083.0, 501115.0 ], [ 106033.0, 500963.0 ], [ 105903.0, 500979.0 ], [ 105834.0, 501106.0 ], [ 105860.0, 501266.0 ] ], [ [ 101995.0, 499928.0 ], [ 102028.0, 499822.0 ], [ 101993.0, 499694.0 ], [ 101982.0, 499507.0 ], [ 101970.0, 499426.0 ], [ 101983.0, 499336.0 ] ], [ [ 101983.0, 499336.0 ], [ 102144.0, 499082.0 ], [ 102457.0, 498926.0 ], [ 102825.0, 498830.0 ], [ 103117.0, 498865.0 ], [ 103304.0, 499070.0 ], [ 103411.0, 499254.0 ], [ 103571.0, 499259.0 ], [ 103647.0, 499029.0 ], [ 103693.0, 498700.0 ], [ 103867.0, 498549.0 ], [ 104204.0, 498611.0 ], [ 104436.0, 498562.0 ], [ 104603.0, 498674.0 ], [ 104528.0, 498917.0 ], [ 104541.0, 499194.0 ], [ 104703.0, 499496.0 ], [ 104961.0, 499706.0 ], [ 105186.0, 499859.0 ], [ 105499.0, 499964.0 ], [ 105616.0, 499931.0 ], [ 105583.0, 499799.0 ], [ 105426.0, 499566.0 ], [ 105450.0, 499352.0 ], [ 105594.0, 499232.0 ], [ 105789.0, 499209.0 ], [ 106028.0, 499323.0 ], [ 106231.0, 499374.0 ], [ 106339.0, 499323.0 ], [ 106359.0, 499096.0 ], [ 106176.0, 498793.0 ], [ 106094.0, 498567.0 ], [ 106175.0, 498340.0 ], [ 106412.0, 498236.0 ], [ 106677.0, 498290.0 ], [ 106922.0, 498356.0 ], [ 107215.0, 498366.0 ], [ 107529.0, 498305.0 ], [ 107816.0, 498227.0 ], [ 108040.0, 498240.0 ], [ 108214.0, 498399.0 ], [ 108284.0, 498691.0 ], [ 108138.0, 499008.0 ], [ 107710.0, 499310.0 ], [ 107459.0, 499415.0 ], [ 107187.0, 499524.0 ], [ 106985.0, 499716.0 ], [ 106955.0, 499970.0 ], [ 107097.0, 500158.0 ], [ 107361.0, 500172.0 ], [ 107689.0, 500261.0 ], [ 107963.0, 500381.0 ], [ 108149.0, 500624.0 ], [ 108397.0, 500783.0 ], [ 108598.0, 500783.0 ], [ 108843.0, 500821.0 ], [ 109021.0, 500893.0 ], [ 109060.0, 500990.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101040.0, 500170.0 ], [ 100627.0, 500192.0 ], [ 100362.0, 500170.0 ], [ 100242.0, 500143.0 ] ], [ [ 101040.0, 500170.0 ], [ 101442.0, 500108.0 ], [ 101606.0, 500231.0 ], [ 101546.0, 500455.0 ] ], [ [ 99628.0, 496788.0 ], [ 99767.0, 496987.0 ], [ 100200.0, 497196.0 ], [ 100577.0, 497345.0 ], [ 100515.0, 497690.0 ], [ 100322.0, 497894.0 ], [ 100487.0, 498110.0 ] ], [ [ 100242.0, 500143.0 ], [ 100164.0, 500139.0 ], [ 100069.0, 500111.0 ], [ 100007.0, 500058.0 ], [ 99933.0, 499898.0 ], [ 99892.0, 499749.0 ], [ 99886.0, 499586.0 ], [ 99920.0, 499410.0 ], [ 99954.0, 499348.0 ], [ 100019.0, 499289.0 ], [ 100118.0, 499218.0 ], [ 100189.0, 499215.0 ], [ 100253.0, 499210.0 ] ], [ [ 101120.0, 500756.0 ], [ 100901.0, 500898.0 ], [ 100759.0, 501321.0 ], [ 100861.0, 501584.0 ], [ 100858.0, 501905.0 ], [ 100302.0, 502321.0 ], [ 99459.0, 502539.0 ], [ 99268.0, 502563.0 ] ], [ [ 101220.0, 498625.0 ], [ 101469.0, 498816.0 ], [ 101522.0, 499093.0 ], [ 101304.0, 499186.0 ], [ 100923.0, 499218.0 ] ], [ [ 100253.0, 499210.0 ], [ 100415.0, 499175.0 ], [ 100923.0, 499218.0 ] ], [ [ 101120.0, 500756.0 ], [ 101546.0, 500455.0 ] ], [ [ 100487.0, 498110.0 ], [ 101220.0, 498625.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103474.0, 500502.0 ], [ 103492.0, 500487.0 ] ], [ [ 103492.0, 500487.0 ], [ 103477.0, 500486.0 ], [ 103474.0, 500502.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102663.0, 500206.0 ], [ 102750.0, 500287.0 ], [ 102761.0, 500369.0 ], [ 102746.0, 500475.0 ] ], [ [ 102663.0, 500206.0 ], [ 102554.0, 500223.0 ], [ 102549.0, 500230.0 ] ], [ [ 102587.0, 500593.0 ], [ 102680.0, 500533.0 ], [ 102774.0, 500595.0 ], [ 102755.0, 500506.0 ], [ 102746.0, 500475.0 ] ], [ [ 102587.0, 500593.0 ], [ 102494.0, 500602.0 ], [ 102447.0, 500555.0 ], [ 102499.0, 500396.0 ] ], [ [ 102516.0, 500288.0 ], [ 102499.0, 500396.0 ] ], [ [ 102549.0, 500230.0 ], [ 102516.0, 500288.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105819.0, 500480.0 ], [ 105777.0, 500468.0 ], [ 105560.0, 500451.0 ], [ 105434.0, 500532.0 ], [ 105514.0, 500610.0 ], [ 105701.0, 500564.0 ], [ 105880.0, 500581.0 ], [ 105950.0, 500569.0 ], [ 105819.0, 500480.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102115.0, 500248.0 ], [ 102168.0, 500334.0 ], [ 102238.0, 500357.0 ], [ 102319.0, 500346.0 ], [ 102342.0, 500264.0 ], [ 102331.0, 500199.0 ] ], [ [ 102331.0, 500199.0 ], [ 102307.0, 500078.0 ] ], [ [ 102047.0, 500070.0 ], [ 102045.0, 500074.0 ], [ 102099.0, 500173.0 ], [ 102115.0, 500248.0 ] ], [ [ 102307.0, 500078.0 ], [ 102291.0, 500009.0 ], [ 102180.0, 499936.0 ], [ 102046.0, 499970.0 ], [ 102047.0, 500070.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103521.0, 500074.0 ], [ 103378.0, 500090.0 ], [ 103320.0, 500136.0 ], [ 103355.0, 500218.0 ], [ 103425.0, 500264.0 ], [ 103588.0, 500322.0 ], [ 103681.0, 500322.0 ], [ 103809.0, 500311.0 ], [ 103925.0, 500369.0 ] ], [ [ 103925.0, 500369.0 ], [ 103982.0, 500390.0 ], [ 104230.0, 500586.0 ], [ 104519.0, 500593.0 ], [ 104774.0, 500411.0 ], [ 104842.0, 500167.0 ], [ 104705.0, 500010.0 ], [ 104509.0, 499941.0 ] ], [ [ 104287.0, 499708.0 ], [ 104509.0, 499941.0 ] ], [ [ 104287.0, 499708.0 ], [ 104035.0, 499604.0 ], [ 103812.0, 499663.0 ], [ 103694.0, 499801.0 ], [ 103592.0, 500030.0 ], [ 103521.0, 500074.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102875.0, 499427.0 ], [ 102878.0, 499531.0 ], [ 102936.0, 499624.0 ], [ 103018.0, 499670.0 ], [ 103076.0, 499670.0 ], [ 103089.0, 499648.0 ] ], [ [ 103089.0, 499648.0 ], [ 103109.0, 499496.0 ], [ 103112.0, 499348.0 ], [ 103067.0, 499283.0 ], [ 102935.0, 499271.0 ] ], [ [ 102935.0, 499271.0 ], [ 102891.0, 499312.0 ], [ 102875.0, 499427.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": 0.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105270.0, 498690.0 ], [ 105254.0, 498663.0 ], [ 105056.0, 498478.0 ], [ 104803.0, 498446.0 ], [ 104726.0, 498527.0 ], [ 104793.0, 498733.0 ], [ 104987.0, 498843.0 ], [ 105178.0, 498868.0 ], [ 105308.0, 498882.0 ], [ 105310.0, 498805.0 ], [ 105270.0, 498690.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 99881.0, 497980.0 ], [ 100278.0, 498276.0 ], [ 100532.0, 498382.0 ], [ 100817.0, 498604.0 ], [ 100987.0, 498710.0 ], [ 101061.0, 498794.0 ], [ 101093.0, 498921.0 ], [ 101072.0, 499017.0 ], [ 100987.0, 499048.0 ], [ 100839.0, 499048.0 ], [ 100246.0, 499017.0 ], [ 99769.0, 499048.0 ], [ 98712.0, 499080.0 ] ], [ [ 98699.0, 497051.0 ], [ 99042.0, 497301.0 ], [ 99522.0, 497677.0 ], [ 99881.0, 497980.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -10.0, "value": -10.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102524.0, 496983.0 ], [ 102507.0, 496969.0 ], [ 102501.0, 496967.0 ] ], [ [ 103491.0, 497046.0 ], [ 103625.0, 496985.0 ], [ 103730.0, 496918.0 ], [ 103839.0, 496839.0 ], [ 103972.0, 496794.0 ] ], [ [ 102501.0, 496967.0 ], [ 102308.0, 496832.0 ], [ 102231.0, 496790.0 ] ], [ [ 103491.0, 497046.0 ], [ 103266.0, 497125.0 ], [ 102867.0, 497185.0 ], [ 102524.0, 496983.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -5.0, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106967.0, 496813.0 ], [ 106816.0, 496970.0 ], [ 106576.0, 497141.0 ], [ 106276.0, 497444.0 ], [ 106320.0, 497678.0 ], [ 106549.0, 497710.0 ], [ 106698.0, 497401.0 ], [ 106871.0, 497388.0 ], [ 107014.0, 497597.0 ], [ 107208.0, 497831.0 ], [ 107522.0, 497784.0 ], [ 107816.0, 497594.0 ], [ 108306.0, 497564.0 ], [ 108735.0, 497564.0 ], [ 109054.0, 497480.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -5.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104236.0, 524232.0 ], [ 104190.0, 524270.0 ], [ 102721.0, 526224.0 ], [ 102910.0, 531661.0 ], [ 113549.0, 531777.0 ], [ 113228.0, 523701.0 ], [ 110697.0, 523023.0 ], [ 108672.0, 522598.0 ], [ 108714.0, 522884.0 ], [ 108688.0, 523310.0 ], [ 108536.0, 523516.0 ], [ 108409.0, 523670.0 ], [ 108313.0, 524118.0 ], [ 108157.0, 524462.0 ], [ 107988.0, 524714.0 ], [ 107770.0, 524991.0 ], [ 107606.0, 525243.0 ], [ 107391.0, 525594.0 ], [ 107144.0, 525907.0 ], [ 106855.0, 526123.0 ], [ 106504.0, 526314.0 ], [ 106145.0, 526469.0 ], [ 105787.0, 526605.0 ], [ 105336.0, 526734.0 ], [ 105006.0, 526842.0 ], [ 104790.0, 526880.0 ], [ 104559.0, 526915.0 ], [ 104480.0, 526625.0 ], [ 104427.0, 526333.0 ], [ 104403.0, 526014.0 ], [ 104365.0, 525560.0 ], [ 104355.0, 525172.0 ], [ 104304.0, 524796.0 ], [ 104240.0, 524264.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104559.0, 526915.0 ], [ 104790.0, 526880.0 ], [ 105006.0, 526842.0 ], [ 105336.0, 526734.0 ], [ 105787.0, 526605.0 ], [ 106145.0, 526469.0 ], [ 106504.0, 526314.0 ], [ 106855.0, 526123.0 ], [ 107144.0, 525907.0 ], [ 107391.0, 525594.0 ], [ 107606.0, 525243.0 ], [ 107770.0, 524991.0 ], [ 107988.0, 524714.0 ], [ 108157.0, 524462.0 ], [ 108313.0, 524118.0 ], [ 108409.0, 523670.0 ], [ 108536.0, 523516.0 ], [ 108688.0, 523310.0 ], [ 108714.0, 522884.0 ], [ 108672.0, 522598.0 ], [ 108433.0, 522559.0 ], [ 108144.0, 522570.0 ], [ 107820.0, 522654.0 ], [ 107583.0, 522727.0 ], [ 107340.0, 522849.0 ], [ 107044.0, 522987.0 ], [ 106801.0, 522966.0 ], [ 106520.0, 522986.0 ], [ 106165.0, 523052.0 ], [ 105917.0, 523067.0 ], [ 105493.0, 523096.0 ], [ 105280.0, 523193.0 ], [ 104943.0, 523479.0 ], [ 104560.0, 523897.0 ], [ 104236.0, 524232.0 ], [ 104304.0, 524796.0 ], [ 104355.0, 525172.0 ], [ 104365.0, 525560.0 ], [ 104403.0, 526014.0 ], [ 104427.0, 526333.0 ], [ 104480.0, 526625.0 ], [ 104559.0, 526915.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13.geojson new file mode 100644 index 0000000..21aaf6f --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13.geojson @@ -0,0 +1,159 @@ +{ +"type": "FeatureCollection", +"name": "TS13", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 12.0, "TNODE_": 4.0, "LPOLY_": 4.0, "RPOLY_": 3.0, "CVALUE": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102020.0, 510611.0 ], [ 102380.0, 510713.0 ], [ 102460.0, 510742.0 ], [ 102502.0, 510762.0 ], [ 102553.0, 510804.0 ], [ 102580.0, 510855.0 ], [ 102615.0, 510911.0 ], [ 102626.0, 510962.0 ], [ 102633.0, 510985.0 ], [ 102665.0, 511339.0 ], [ 102814.0, 511544.0 ], [ 103202.0, 511657.0 ], [ 103376.0, 511695.0 ], [ 103679.0, 511725.0 ], [ 103927.0, 511659.0 ], [ 104088.0, 511619.0 ], [ 104264.0, 511678.0 ], [ 104458.0, 511869.0 ], [ 104528.0, 512000.0 ], [ 104548.0, 512125.0 ], [ 104619.0, 512238.0 ], [ 104874.0, 512321.0 ], [ 105059.0, 512424.0 ], [ 105146.0, 512469.0 ], [ 105241.0, 512476.0 ], [ 105399.0, 512446.0 ], [ 105504.0, 512382.0 ], [ 105501.0, 512225.0 ], [ 105519.0, 512072.0 ], [ 105515.0, 511934.0 ], [ 105472.0, 511876.0 ], [ 105449.0, 511839.0 ], [ 105444.0, 511807.0 ], [ 105449.0, 511783.0 ], [ 105470.0, 511773.0 ], [ 105530.0, 511786.0 ], [ 105703.0, 511844.0 ], [ 105792.0, 511889.0 ], [ 105898.0, 511989.0 ], [ 105984.0, 512056.0 ], [ 106079.0, 512172.0 ], [ 106139.0, 512232.0 ], [ 106361.0, 512485.0 ], [ 106733.0, 512896.0 ], [ 107095.0, 513143.0 ], [ 107396.0, 513378.0 ], [ 107725.0, 513641.0 ], [ 108212.0, 513808.0 ], [ 109284.0, 514222.0 ], [ 113042.0, 516352.0 ], [ 114594.0, 520838.0 ], [ 114966.0, 522539.0 ], [ 114988.0, 524645.0 ], [ 114311.0, 524706.0 ], [ 113849.0, 524706.0 ], [ 113264.0, 524638.0 ], [ 112882.0, 524676.0 ], [ 112813.0, 524863.0 ], [ 113117.0, 525190.0 ], [ 113388.0, 525629.0 ], [ 113816.0, 526080.0 ], [ 113985.0, 526530.0 ], [ 113917.0, 527004.0 ], [ 113444.0, 527184.0 ], [ 112813.0, 527161.0 ], [ 112047.0, 526970.0 ], [ 111215.0, 526498.0 ], [ 110505.0, 525597.0 ], [ 110224.0, 525135.0 ], [ 109908.0, 524380.0 ], [ 109694.0, 523547.0 ], [ 109469.0, 522894.0 ], [ 109064.0, 522184.0 ], [ 108072.0, 521993.0 ], [ 106326.0, 521790.0 ], [ 104989.0, 520903.0 ], [ 104425.0, 519878.0 ], [ 102420.0, 519472.0 ], [ 102837.0, 517772.0 ], [ 104031.0, 516983.0 ], [ 104425.0, 516360.0 ], [ 104409.0, 516185.0 ], [ 104482.0, 515950.0 ], [ 104734.0, 515580.0 ], [ 104981.0, 515363.0 ], [ 105250.0, 515210.0 ], [ 105342.0, 515003.0 ], [ 105227.0, 514726.0 ], [ 104795.0, 514449.0 ], [ 104330.0, 514157.0 ], [ 104032.0, 513821.0 ], [ 103893.0, 513469.0 ], [ 103855.0, 513264.0 ], [ 103649.0, 512983.0 ], [ 103176.0, 512808.0 ], [ 102586.0, 512729.0 ], [ 102328.0, 512757.0 ], [ 102325.0, 512709.0 ], [ 102321.0, 512369.0 ], [ 102283.0, 512171.0 ], [ 102286.0, 511906.0 ], [ 102272.0, 511769.0 ], [ 102150.0, 511373.0 ], [ 102020.0, 510611.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 15.0, "TNODE_": 15.0, "LPOLY_": 8.0, "RPOLY_": 3.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103903.0, 511890.0 ], [ 103982.0, 511855.0 ], [ 104128.0, 511881.0 ], [ 104276.0, 511924.0 ], [ 104373.0, 512024.0 ], [ 104374.0, 512229.0 ], [ 104267.0, 512286.0 ], [ 104159.0, 512174.0 ], [ 104024.0, 512100.0 ], [ 103944.0, 512046.0 ], [ 103900.0, 511969.0 ], [ 103903.0, 511890.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 11.0, "TNODE_": 18.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108668.0, 512770.0 ], [ 108611.0, 512764.0 ], [ 108061.0, 512768.0 ], [ 107494.0, 512689.0 ], [ 107064.0, 512600.0 ], [ 106731.0, 512318.0 ], [ 106587.0, 511967.0 ], [ 106560.0, 511652.0 ], [ 106584.0, 511443.0 ], [ 106608.0, 511314.0 ], [ 106636.0, 511306.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 108.0, "FNODE_": 18.0, "TNODE_": 11.0, "LPOLY_": 7.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106636.0, 511306.0 ], [ 106706.0, 511275.0 ], [ 106792.0, 511284.0 ], [ 106837.0, 511338.0 ], [ 107005.0, 511452.0 ], [ 107446.0, 511634.0 ], [ 107764.0, 511752.0 ], [ 108096.0, 511884.0 ], [ 108477.0, 512129.0 ], [ 108632.0, 512338.0 ], [ 108773.0, 512538.0 ], [ 108814.0, 512683.0 ], [ 108809.0, 512752.0 ], [ 108755.0, 512770.0 ], [ 108668.0, 512770.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 95.0, "FNODE_": 16.0, "TNODE_": 22.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105078.0, 511504.0 ], [ 105066.0, 511466.0 ], [ 105056.0, 511383.0 ], [ 105066.0, 511328.0 ], [ 105086.0, 511285.0 ], [ 105109.0, 511265.0 ], [ 105156.0, 511245.0 ], [ 105239.0, 511250.0 ], [ 105312.0, 511250.0 ], [ 105407.0, 511248.0 ], [ 105444.0, 511240.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 94.0, "FNODE_": 22.0, "TNODE_": 23.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105444.0, 511240.0 ], [ 105502.0, 511243.0 ], [ 105549.0, 511235.0 ], [ 105603.0, 511220.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 94.0, "FNODE_": 23.0, "TNODE_": 24.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105603.0, 511220.0 ], [ 105650.0, 511208.0 ], [ 105700.0, 511173.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 103.0, "FNODE_": 25.0, "TNODE_": 20.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103184.0, 511160.0 ], [ 103205.0, 511224.0 ], [ 103238.0, 511254.0 ], [ 103282.0, 511281.0 ], [ 103321.0, 511293.0 ], [ 103351.0, 511293.0 ], [ 103386.0, 511290.0 ], [ 103418.0, 511280.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 20.0, "TNODE_": 26.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103418.0, 511280.0 ], [ 103571.0, 511233.0 ], [ 103659.0, 511115.0 ], [ 103681.0, 511077.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 28.0, "TNODE_": 10.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105897.0, 511034.0 ], [ 106024.0, 511036.0 ], [ 106273.0, 511129.0 ], [ 106455.0, 511339.0 ], [ 106449.0, 511739.0 ], [ 106398.0, 512062.0 ], [ 106578.0, 512477.0 ], [ 106984.0, 512840.0 ], [ 107295.0, 512999.0 ], [ 107874.0, 513084.0 ], [ 108571.0, 513077.0 ], [ 109263.0, 513084.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 96.0, "FNODE_": 24.0, "TNODE_": 28.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105700.0, 511173.0 ], [ 105730.0, 511153.0 ], [ 105757.0, 511123.0 ], [ 105775.0, 511093.0 ], [ 105787.0, 511058.0 ], [ 105815.0, 511035.0 ], [ 105870.0, 511028.0 ], [ 105897.0, 511034.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 27.0, "TNODE_": 29.0, "LPOLY_": 11.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103606.0, 511066.0 ], [ 103562.0, 511095.0 ], [ 103529.0, 511070.0 ], [ 103511.0, 511026.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 116.0, "FNODE_": 30.0, "TNODE_": 27.0, "LPOLY_": 11.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103677.0, 511001.0 ], [ 103662.0, 511035.0 ], [ 103606.0, 511066.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 116.0, "FNODE_": 29.0, "TNODE_": 31.0, "LPOLY_": 11.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103511.0, 511026.0 ], [ 103526.0, 510975.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 134.0, "FNODE_": 31.0, "TNODE_": 30.0, "LPOLY_": 11.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103526.0, 510975.0 ], [ 103548.0, 510953.0 ], [ 103598.0, 510931.0 ], [ 103648.0, 510936.0 ], [ 103668.0, 510951.0 ], [ 103683.0, 510971.0 ], [ 103683.0, 510995.0 ], [ 103677.0, 511001.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 33.0, "TNODE_": 16.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102760.0, 510838.0 ], [ 102802.0, 510923.0 ], [ 102916.0, 511201.0 ], [ 103143.0, 511381.0 ], [ 103481.0, 511481.0 ], [ 103794.0, 511445.0 ], [ 103995.0, 511313.0 ], [ 104189.0, 511192.0 ], [ 104385.0, 511233.0 ], [ 104543.0, 511426.0 ], [ 104790.0, 511713.0 ], [ 104909.0, 512002.0 ], [ 105053.0, 512170.0 ], [ 105238.0, 512198.0 ], [ 105313.0, 512160.0 ], [ 105324.0, 512002.0 ], [ 105235.0, 511848.0 ], [ 105143.0, 511697.0 ], [ 105097.0, 511583.0 ], [ 105078.0, 511504.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 34.0, "TNODE_": 25.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102926.0, 510796.0 ], [ 102976.0, 510854.0 ], [ 103118.0, 511068.0 ], [ 103184.0, 511160.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 35.0, "TNODE_": 36.0, "LPOLY_": 12.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103336.0, 510796.0 ], [ 103290.0, 510807.0 ], [ 103045.0, 510753.0 ], [ 102996.0, 510714.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 138.0, "FNODE_": 37.0, "TNODE_": 33.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102668.0, 510714.0 ], [ 102719.0, 510763.0 ], [ 102743.0, 510801.0 ], [ 102760.0, 510838.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 119.0, "FNODE_": 40.0, "TNODE_": 39.0, "LPOLY_": 12.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103129.0, 510661.0 ], [ 103125.0, 510687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 139.0, "FNODE_": 42.0, "TNODE_": 34.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102689.0, 510562.0 ], [ 102733.0, 510587.0 ], [ 102758.0, 510608.0 ], [ 102785.0, 510635.0 ], [ 102885.0, 510748.0 ], [ 102910.0, 510781.0 ], [ 102926.0, 510796.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 118.0, "FNODE_": 43.0, "TNODE_": 35.0, "LPOLY_": 12.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103220.0, 510504.0 ], [ 103302.0, 510539.0 ], [ 103379.0, 510628.0 ], [ 103402.0, 510746.0 ], [ 103379.0, 510787.0 ], [ 103336.0, 510796.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 44.0, "TNODE_": 43.0, "LPOLY_": 12.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103196.0, 510496.0 ], [ 103220.0, 510504.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 140.0, "FNODE_": 40.0, "TNODE_": 39.0, "LPOLY_": 13.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103129.0, 510661.0 ], [ 103146.0, 510617.0 ], [ 103146.0, 510610.0 ], [ 103142.0, 510597.0 ], [ 103119.0, 510581.0 ], [ 103105.0, 510574.0 ], [ 103066.0, 510566.0 ], [ 103042.0, 510563.0 ], [ 103032.0, 510558.0 ], [ 103025.0, 510548.0 ], [ 103018.0, 510520.0 ], [ 103018.0, 510497.0 ], [ 103025.0, 510483.0 ], [ 103039.0, 510476.0 ], [ 103052.0, 510474.0 ], [ 103066.0, 510474.0 ], [ 103084.0, 510480.0 ], [ 103131.0, 510503.0 ], [ 103166.0, 510534.0 ], [ 103184.0, 510556.0 ], [ 103203.0, 510572.0 ], [ 103225.0, 510586.0 ], [ 103257.0, 510613.0 ], [ 103269.0, 510634.0 ], [ 103279.0, 510645.0 ], [ 103283.0, 510680.0 ], [ 103282.0, 510700.0 ], [ 103274.0, 510719.0 ], [ 103266.0, 510727.0 ], [ 103252.0, 510731.0 ], [ 103202.0, 510731.0 ], [ 103167.0, 510728.0 ], [ 103146.0, 510719.0 ], [ 103129.0, 510706.0 ], [ 103126.0, 510697.0 ], [ 103125.0, 510687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 45.0, "TNODE_": 42.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102420.0, 510456.0 ], [ 102689.0, 510562.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 46.0, "TNODE_": 37.0, "LPOLY_": 5.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101981.0, 510429.0 ], [ 102520.0, 510630.0 ], [ 102668.0, 510714.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 48.0, "TNODE_": 44.0, "LPOLY_": 12.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102979.0, 510417.0 ], [ 103196.0, 510496.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 141.0, "FNODE_": 36.0, "TNODE_": 48.0, "LPOLY_": 12.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102996.0, 510714.0 ], [ 102960.0, 510691.0 ], [ 102848.0, 510603.0 ], [ 102824.0, 510586.0 ], [ 102780.0, 510534.0 ], [ 102756.0, 510486.0 ], [ 102749.0, 510463.0 ], [ 102749.0, 510433.0 ], [ 102757.0, 510403.0 ], [ 102764.0, 510388.0 ], [ 102773.0, 510379.0 ], [ 102787.0, 510369.0 ], [ 102798.0, 510364.0 ], [ 102812.0, 510363.0 ], [ 102842.0, 510366.0 ], [ 102872.0, 510372.0 ], [ 102894.0, 510379.0 ], [ 102928.0, 510401.0 ], [ 102939.0, 510403.0 ], [ 102953.0, 510410.0 ], [ 102966.0, 510412.0 ], [ 102979.0, 510417.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 47.0, "TNODE_": 50.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103303.0, 510417.0 ], [ 103255.0, 510388.0 ], [ 103117.0, 510344.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 115.0, "FNODE_": 50.0, "TNODE_": 51.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103117.0, 510344.0 ], [ 103057.0, 510304.0 ], [ 103042.0, 510234.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 113.0, "FNODE_": 45.0, "TNODE_": 52.0, "LPOLY_": 10.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102420.0, 510456.0 ], [ 101936.0, 510228.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 104.0, "FNODE_": 49.0, "TNODE_": 53.0, "LPOLY_": 14.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103407.0, 510359.0 ], [ 103346.0, 510361.0 ], [ 103289.0, 510350.0 ], [ 103285.0, 510344.0 ], [ 103328.0, 510288.0 ], [ 103347.0, 510267.0 ], [ 103380.0, 510238.0 ], [ 103387.0, 510227.0 ], [ 103386.0, 510188.0 ], [ 103383.0, 510174.0 ], [ 103378.0, 510168.0 ], [ 103351.0, 510167.0 ], [ 103342.0, 510163.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 137.0, "FNODE_": 53.0, "TNODE_": 54.0, "LPOLY_": 14.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103342.0, 510163.0 ], [ 103340.0, 510155.0 ], [ 103342.0, 510148.0 ], [ 103351.0, 510139.0 ], [ 103361.0, 510132.0 ], [ 103379.0, 510124.0 ], [ 103390.0, 510121.0 ], [ 103418.0, 510119.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 136.0, "FNODE_": 49.0, "TNODE_": 55.0, "LPOLY_": 6.0, "RPOLY_": 14.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103407.0, 510359.0 ], [ 103445.0, 510387.0 ], [ 103468.0, 510407.0 ], [ 103503.0, 510418.0 ], [ 103521.0, 510418.0 ], [ 103532.0, 510414.0 ], [ 103565.0, 510393.0 ], [ 103577.0, 510379.0 ], [ 103600.0, 510341.0 ], [ 103608.0, 510319.0 ], [ 103620.0, 510227.0 ], [ 103618.0, 510202.0 ], [ 103611.0, 510171.0 ], [ 103598.0, 510145.0 ], [ 103588.0, 510131.0 ], [ 103579.0, 510125.0 ], [ 103548.0, 510117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 54.0, "TNODE_": 55.0, "LPOLY_": 14.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103418.0, 510119.0 ], [ 103518.0, 510113.0 ], [ 103548.0, 510117.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 135.0, "FNODE_": 51.0, "TNODE_": 57.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103042.0, 510234.0 ], [ 103036.0, 510213.0 ], [ 103039.0, 510191.0 ], [ 103054.0, 510169.0 ], [ 103089.0, 510139.0 ], [ 103118.0, 510123.0 ], [ 103132.0, 510105.0 ], [ 103137.0, 510085.0 ], [ 103129.0, 510064.0 ], [ 103115.0, 510048.0 ], [ 103054.0, 510015.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 114.0, "FNODE_": 26.0, "TNODE_": 47.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103681.0, 511077.0 ], [ 103814.0, 511022.0 ], [ 104148.0, 510981.0 ], [ 104623.0, 511001.0 ], [ 104825.0, 511062.0 ], [ 105028.0, 511133.0 ], [ 105159.0, 511113.0 ], [ 105300.0, 511052.0 ], [ 105371.0, 510931.0 ], [ 105341.0, 510789.0 ], [ 105220.0, 510658.0 ], [ 104906.0, 510587.0 ], [ 104643.0, 510557.0 ], [ 104482.0, 510547.0 ], [ 104441.0, 510486.0 ], [ 104431.0, 510425.0 ], [ 104532.0, 510395.0 ], [ 104654.0, 510395.0 ], [ 104724.0, 510365.0 ], [ 104734.0, 510314.0 ], [ 104249.0, 510000.0 ], [ 104037.0, 509940.0 ], [ 103926.0, 509980.0 ], [ 103865.0, 510102.0 ], [ 103835.0, 510294.0 ], [ 103835.0, 510445.0 ], [ 103794.0, 510516.0 ], [ 103663.0, 510547.0 ], [ 103572.0, 510526.0 ], [ 103303.0, 510417.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 58.0, "TNODE_": 21.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107786.0, 509911.0 ], [ 107943.0, 510090.0 ], [ 108101.0, 510317.0 ], [ 108285.0, 510633.0 ], [ 108330.0, 510981.0 ], [ 108131.0, 511264.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 112.0, "FNODE_": 21.0, "TNODE_": 60.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108131.0, 511264.0 ], [ 108060.0, 511325.0 ], [ 107818.0, 511386.0 ], [ 107555.0, 511346.0 ], [ 107201.0, 511254.0 ], [ 107080.0, 511153.0 ], [ 106837.0, 510992.0 ], [ 106564.0, 510850.0 ], [ 105958.0, 510506.0 ], [ 105442.0, 510324.0 ], [ 105028.0, 510132.0 ], [ 104694.0, 509960.0 ], [ 104431.0, 509849.0 ], [ 104249.0, 509707.0 ], [ 104137.0, 509658.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 60.0, "TNODE_": 59.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104137.0, 509658.0 ], [ 103957.0, 509655.0 ], [ 103608.0, 509890.0 ], [ 103465.0, 509935.0 ], [ 103333.0, 509939.0 ], [ 103279.0, 509895.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 115.0, "FNODE_": 57.0, "TNODE_": 61.0, "LPOLY_": 6.0, "RPOLY_": 10.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103054.0, 510015.0 ], [ 102996.0, 509991.0 ], [ 102773.0, 509920.0 ], [ 102561.0, 509900.0 ], [ 102318.0, 509859.0 ], [ 102187.0, 509748.0 ], [ 102046.0, 509667.0 ], [ 101796.0, 509609.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 56.0, "TNODE_": 62.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109288.0, 510035.0 ], [ 108614.0, 509798.0 ], [ 108407.0, 509533.0 ], [ 108227.0, 509394.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 89.0, "FNODE_": 62.0, "TNODE_": 64.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108227.0, 509394.0 ], [ 108144.0, 509323.0 ], [ 108094.0, 509238.0 ], [ 108067.0, 509166.0 ], [ 108058.0, 509071.0 ], [ 108072.0, 508999.0 ], [ 108117.0, 508916.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 120.0, "FNODE_": 63.0, "TNODE_": 65.0, "LPOLY_": 6.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101655.0, 508985.0 ], [ 101803.0, 508964.0 ], [ 102016.0, 508969.0 ], [ 102216.0, 508981.0 ], [ 102441.0, 508952.0 ], [ 102665.0, 508911.0 ], [ 102789.0, 508883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 142.0, "FNODE_": 59.0, "TNODE_": 65.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103279.0, 509895.0 ], [ 103254.0, 509855.0 ], [ 103259.0, 509826.0 ], [ 103269.0, 509808.0 ], [ 103290.0, 509793.0 ], [ 103334.0, 509785.0 ], [ 103469.0, 509751.0 ], [ 103547.0, 509733.0 ], [ 103557.0, 509720.0 ], [ 103550.0, 509702.0 ], [ 103529.0, 509673.0 ], [ 103399.0, 509626.0 ], [ 103337.0, 509600.0 ], [ 103259.0, 509590.0 ], [ 103233.0, 509595.0 ], [ 103204.0, 509582.0 ], [ 103144.0, 509546.0 ], [ 103113.0, 509520.0 ], [ 103100.0, 509481.0 ], [ 103103.0, 509457.0 ], [ 103111.0, 509426.0 ], [ 103137.0, 509390.0 ], [ 103186.0, 509367.0 ], [ 103321.0, 509338.0 ], [ 103344.0, 509328.0 ], [ 103363.0, 509317.0 ], [ 103378.0, 509299.0 ], [ 103383.0, 509276.0 ], [ 103386.0, 509252.0 ], [ 103368.0, 509250.0 ], [ 103342.0, 509250.0 ], [ 103274.0, 509263.0 ], [ 103212.0, 509265.0 ], [ 103186.0, 509260.0 ], [ 103181.0, 509216.0 ], [ 103196.0, 509195.0 ], [ 103225.0, 509143.0 ], [ 103217.0, 509125.0 ], [ 103064.0, 509143.0 ], [ 103038.0, 509130.0 ], [ 103020.0, 509112.0 ], [ 103017.0, 509089.0 ], [ 103015.0, 509042.0 ], [ 103030.0, 509013.0 ], [ 103043.0, 508998.0 ], [ 103087.0, 508974.0 ], [ 103111.0, 508972.0 ], [ 103119.0, 508964.0 ], [ 103126.0, 508954.0 ], [ 103134.0, 508930.0 ], [ 103139.0, 508899.0 ], [ 103137.0, 508871.0 ], [ 103126.0, 508850.0 ], [ 103077.0, 508842.0 ], [ 103030.0, 508842.0 ], [ 102976.0, 508839.0 ], [ 102906.0, 508863.0 ], [ 102789.0, 508883.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 109.0, "FNODE_": 66.0, "TNODE_": 58.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106693.0, 508769.0 ], [ 106847.0, 509010.0 ], [ 106918.0, 509192.0 ], [ 107161.0, 509475.0 ], [ 107786.0, 509911.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 67.0, "TNODE_": 64.0, "LPOLY_": 6.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108306.0, 508709.0 ], [ 108117.0, 508916.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 69.0, "TNODE_": 66.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106488.0, 508586.0 ], [ 106514.0, 508598.0 ], [ 106693.0, 508769.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 68.0, "TNODE_": 70.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104472.0, 508636.0 ], [ 104318.0, 508586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 67.0, "TNODE_": 71.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108306.0, 508709.0 ], [ 108384.0, 508644.0 ], [ 108451.0, 508575.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 144.0, "FNODE_": 72.0, "TNODE_": 70.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101538.0, 508449.0 ], [ 101724.0, 508470.0 ], [ 101846.0, 508488.0 ], [ 102025.0, 508488.0 ], [ 102239.0, 508470.0 ], [ 102384.0, 508447.0 ], [ 102442.0, 508436.0 ], [ 102551.0, 508424.0 ], [ 102661.0, 508395.0 ], [ 102777.0, 508384.0 ], [ 102841.0, 508366.0 ], [ 102887.0, 508337.0 ], [ 102939.0, 508326.0 ], [ 102968.0, 508337.0 ], [ 102968.0, 508366.0 ], [ 102933.0, 508395.0 ], [ 102852.0, 508424.0 ], [ 102812.0, 508453.0 ], [ 102829.0, 508476.0 ], [ 102864.0, 508482.0 ], [ 103153.0, 508482.0 ], [ 103240.0, 508465.0 ], [ 103384.0, 508441.0 ], [ 103760.0, 508441.0 ], [ 103917.0, 508453.0 ], [ 104318.0, 508586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 145.0, "FNODE_": 73.0, "TNODE_": 74.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101502.0, 508282.0 ], [ 101736.0, 508291.0 ], [ 101886.0, 508303.0 ], [ 102025.0, 508308.0 ], [ 102256.0, 508274.0 ], [ 102563.0, 508239.0 ], [ 102777.0, 508210.0 ], [ 102927.0, 508193.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 111.0, "FNODE_": 68.0, "TNODE_": 76.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104472.0, 508636.0 ], [ 104856.0, 508706.0 ], [ 105078.0, 508726.0 ], [ 105300.0, 508737.0 ], [ 105503.0, 508706.0 ], [ 105644.0, 508656.0 ], [ 105664.0, 508585.0 ], [ 105634.0, 508454.0 ], [ 105543.0, 508352.0 ], [ 105450.0, 508111.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 90.0, "FNODE_": 71.0, "TNODE_": 78.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108451.0, 508575.0 ], [ 108517.0, 508519.0 ], [ 108561.0, 508456.0 ], [ 108606.0, 508357.0 ], [ 108624.0, 508312.0 ], [ 108620.0, 508195.0 ], [ 108602.0, 508137.0 ], [ 108573.0, 508066.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 79.0, "TNODE_": 76.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105404.0, 508017.0 ], [ 105450.0, 508111.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 147.0, "FNODE_": 74.0, "TNODE_": 75.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102927.0, 508193.0 ], [ 103026.0, 508164.0 ], [ 103072.0, 508117.0 ], [ 103083.0, 508071.0 ], [ 103101.0, 508019.0 ], [ 103124.0, 507909.0 ], [ 103147.0, 507886.0 ], [ 103170.0, 507880.0 ], [ 103211.0, 507897.0 ], [ 103257.0, 507932.0 ], [ 103286.0, 507990.0 ], [ 103332.0, 508025.0 ], [ 103442.0, 508071.0 ], [ 103552.0, 508083.0 ], [ 103685.0, 508094.0 ], [ 103807.0, 508146.0 ], [ 103899.0, 508210.0 ], [ 104044.0, 508285.0 ], [ 104160.0, 508320.0 ], [ 104304.0, 508326.0 ], [ 104345.0, 508308.0 ], [ 104379.0, 508239.0 ], [ 104374.0, 508175.0 ], [ 104358.0, 508120.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 80.0, "TNODE_": 77.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107772.0, 507806.0 ], [ 107540.0, 508018.0 ], [ 107436.0, 508133.0 ], [ 107271.0, 508232.0 ], [ 107092.0, 508279.0 ], [ 106882.0, 508249.0 ], [ 106605.0, 508069.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 88.0, "FNODE_": 78.0, "TNODE_": 81.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108573.0, 508066.0 ], [ 108544.0, 508020.0 ], [ 108403.0, 507778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 91.0, "FNODE_": 80.0, "TNODE_": 81.0, "LPOLY_": 6.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107772.0, 507806.0 ], [ 107838.0, 507750.0 ], [ 107879.0, 507719.0 ], [ 108009.0, 507692.0 ], [ 108126.0, 507678.0 ], [ 108278.0, 507696.0 ], [ 108364.0, 507750.0 ], [ 108403.0, 507778.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 110.0, "FNODE_": 77.0, "TNODE_": 69.0, "LPOLY_": 9.0, "RPOLY_": 6.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106605.0, 508069.0 ], [ 106241.0, 507786.0 ], [ 105948.0, 507665.0 ], [ 105523.0, 507604.0 ], [ 105412.0, 507644.0 ], [ 105361.0, 507796.0 ], [ 105452.0, 507928.0 ], [ 105634.0, 508019.0 ], [ 105745.0, 508049.0 ], [ 105998.0, 508211.0 ], [ 106220.0, 508433.0 ], [ 106488.0, 508586.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 131.0, "FNODE_": 84.0, "TNODE_": 75.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103220.0, 507524.0 ], [ 103289.0, 507593.0 ], [ 103446.0, 507671.0 ], [ 103596.0, 507735.0 ], [ 103788.0, 507785.0 ], [ 104002.0, 507792.0 ], [ 104187.0, 507813.0 ], [ 104279.0, 507878.0 ], [ 104343.0, 507984.0 ], [ 104358.0, 508120.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 128.0, "FNODE_": 85.0, "TNODE_": 86.0, "LPOLY_": 15.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103346.0, 507343.0 ], [ 103396.0, 507429.0 ], [ 103475.0, 507443.0 ], [ 103560.0, 507422.0 ], [ 103603.0, 507386.0 ], [ 103624.0, 507329.0 ], [ 103631.0, 507245.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 125.0, "FNODE_": 79.0, "TNODE_": 87.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105404.0, 508017.0 ], [ 105148.0, 507728.0 ], [ 104991.0, 507486.0 ], [ 104906.0, 507372.0 ], [ 104788.0, 507183.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 127.0, "FNODE_": 88.0, "TNODE_": 89.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103916.0, 507158.0 ], [ 103873.0, 507187.0 ], [ 103824.0, 507187.0 ], [ 103767.0, 507172.0 ], [ 103742.0, 507139.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 148.0, "FNODE_": 84.0, "TNODE_": 90.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103220.0, 507524.0 ], [ 103167.0, 507497.0 ], [ 103095.0, 507470.0 ], [ 103052.0, 507465.0 ], [ 103017.0, 507425.0 ], [ 103007.0, 507405.0 ], [ 102995.0, 507375.0 ], [ 102967.0, 507363.0 ], [ 102945.0, 507358.0 ], [ 102930.0, 507350.0 ], [ 102923.0, 507328.0 ], [ 102933.0, 507310.0 ], [ 103005.0, 507273.0 ], [ 103017.0, 507258.0 ], [ 103022.0, 507238.0 ], [ 103017.0, 507205.0 ], [ 102995.0, 507198.0 ], [ 102955.0, 507198.0 ], [ 102893.0, 507180.0 ], [ 102883.0, 507133.0 ], [ 102893.0, 507056.0 ], [ 102891.0, 507015.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 91.0, "TNODE_": 85.0, "LPOLY_": 15.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103340.0, 506989.0 ], [ 103307.0, 507053.0 ], [ 103313.0, 507211.0 ], [ 103346.0, 507343.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 86.0, "TNODE_": 91.0, "LPOLY_": 15.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103631.0, 507245.0 ], [ 103630.0, 507217.0 ], [ 103574.0, 507114.0 ], [ 103474.0, 507061.0 ], [ 103355.0, 506983.0 ], [ 103340.0, 506989.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 88.0, "TNODE_": 92.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103916.0, 507158.0 ], [ 104004.0, 507027.0 ], [ 104028.0, 506913.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 93.0, "TNODE_": 89.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103344.0, 506891.0 ], [ 103349.0, 506895.0 ], [ 103476.0, 506950.0 ], [ 103584.0, 507034.0 ], [ 103736.0, 507140.0 ], [ 103742.0, 507139.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 130.0, "FNODE_": 94.0, "TNODE_": 90.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102551.0, 506888.0 ], [ 102613.0, 506923.0 ], [ 102684.0, 506937.0 ], [ 102756.0, 506944.0 ], [ 102848.0, 506937.0 ], [ 102884.0, 506966.0 ], [ 102891.0, 507015.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 95.0, "TNODE_": 87.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104394.0, 506844.0 ], [ 104595.0, 506936.0 ], [ 104788.0, 507183.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 126.0, "FNODE_": 95.0, "TNODE_": 92.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104394.0, 506844.0 ], [ 104286.0, 506802.0 ], [ 104151.0, 506809.0 ], [ 104051.0, 506873.0 ], [ 104028.0, 506913.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 129.0, "FNODE_": 93.0, "TNODE_": 97.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103344.0, 506891.0 ], [ 103275.0, 506873.0 ], [ 103254.0, 506831.0 ], [ 103252.0, 506777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 98.0, "TNODE_": 99.0, "LPOLY_": 18.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105429.0, 506712.0 ], [ 105258.0, 506736.0 ], [ 105099.0, 506655.0 ], [ 104950.0, 506661.0 ], [ 104910.0, 506619.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 34.0, "FNODE_": 98.0, "TNODE_": 100.0, "LPOLY_": 9.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105429.0, 506712.0 ], [ 105471.0, 506660.0 ], [ 105539.0, 506596.0 ], [ 105596.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 132.0, "FNODE_": 82.0, "TNODE_": 101.0, "LPOLY_": 9.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101387.0, 507755.0 ], [ 101545.0, 507742.0 ], [ 101630.0, 507678.0 ], [ 101937.0, 507429.0 ], [ 101951.0, 507308.0 ], [ 101880.0, 507172.0 ], [ 101794.0, 507094.0 ], [ 101794.0, 506980.0 ], [ 101880.0, 506781.0 ], [ 102022.0, 506617.0 ], [ 102107.0, 506581.0 ], [ 102191.0, 506556.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 152.0, "FNODE_": 101.0, "TNODE_": 102.0, "LPOLY_": 9.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102191.0, 506556.0 ], [ 102230.0, 506547.0 ], [ 102255.0, 506533.0 ], [ 102275.0, 506513.0 ], [ 102284.0, 506482.0 ], [ 102281.0, 506451.0 ], [ 102264.0, 506431.0 ], [ 102244.0, 506420.0 ], [ 102219.0, 506411.0 ], [ 102138.0, 506395.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 132.0, "FNODE_": 102.0, "TNODE_": 105.0, "LPOLY_": 9.0, "RPOLY_": 16.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102138.0, 506395.0 ], [ 102093.0, 506389.0 ], [ 101716.0, 506353.0 ], [ 101417.0, 506353.0 ], [ 101049.0, 506305.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 149.0, "FNODE_": 94.0, "TNODE_": 106.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102551.0, 506888.0 ], [ 102546.0, 506873.0 ], [ 102553.0, 506854.0 ], [ 102568.0, 506834.0 ], [ 102596.0, 506804.0 ], [ 102641.0, 506781.0 ], [ 102701.0, 506769.0 ], [ 102755.0, 506761.0 ], [ 102790.0, 506746.0 ], [ 102813.0, 506711.0 ], [ 102810.0, 506701.0 ], [ 102785.0, 506701.0 ], [ 102750.0, 506714.0 ], [ 102725.0, 506721.0 ], [ 102671.0, 506711.0 ], [ 102641.0, 506691.0 ], [ 102611.0, 506661.0 ], [ 102593.0, 506634.0 ], [ 102586.0, 506611.0 ], [ 102596.0, 506579.0 ], [ 102611.0, 506549.0 ], [ 102628.0, 506522.0 ], [ 102651.0, 506512.0 ], [ 102773.0, 506504.0 ], [ 102815.0, 506499.0 ], [ 102838.0, 506487.0 ], [ 102840.0, 506474.0 ], [ 102818.0, 506469.0 ], [ 102775.0, 506464.0 ], [ 102738.0, 506457.0 ], [ 102693.0, 506454.0 ], [ 102653.0, 506449.0 ], [ 102633.0, 506437.0 ], [ 102636.0, 506417.0 ], [ 102646.0, 506392.0 ], [ 102666.0, 506369.0 ], [ 102703.0, 506347.0 ], [ 102763.0, 506327.0 ], [ 102833.0, 506322.0 ], [ 102910.0, 506320.0 ], [ 103020.0, 506322.0 ], [ 103077.0, 506320.0 ], [ 103112.0, 506317.0 ], [ 103140.0, 506307.0 ], [ 103170.0, 506305.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 104.0, "TNODE_": 97.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103552.0, 506308.0 ], [ 103507.0, 506305.0 ], [ 103391.0, 506331.0 ], [ 103259.0, 506457.0 ], [ 103186.0, 506571.0 ], [ 103210.0, 506699.0 ], [ 103252.0, 506777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 74.0, "FNODE_": 106.0, "TNODE_": 107.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103170.0, 506305.0 ], [ 103175.0, 506307.0 ], [ 103204.0, 506293.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 158.0, "FNODE_": 104.0, "TNODE_": 109.0, "LPOLY_": 9.0, "RPOLY_": 15.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103552.0, 506308.0 ], [ 103620.0, 506345.0 ], [ 103657.0, 506341.0 ], [ 103682.0, 506333.0 ], [ 103699.0, 506308.0 ], [ 103699.0, 506279.0 ], [ 103690.0, 506262.0 ], [ 103677.0, 506252.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 111.0, "TNODE_": 100.0, "LPOLY_": 18.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105520.0, 506237.0 ], [ 105626.0, 506286.0 ], [ 105760.0, 506387.0 ], [ 105966.0, 506372.0 ], [ 106216.0, 506371.0 ], [ 106418.0, 506407.0 ], [ 106524.0, 506553.0 ], [ 106505.0, 506701.0 ], [ 106336.0, 506789.0 ], [ 106149.0, 506582.0 ], [ 105965.0, 506508.0 ], [ 105770.0, 506484.0 ], [ 105610.0, 506566.0 ], [ 105596.0, 506580.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 110.0, "TNODE_": 108.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102983.0, 506246.0 ], [ 102883.0, 506228.0 ], [ 102746.0, 506243.0 ], [ 102715.0, 506256.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 107.0, "TNODE_": 109.0, "LPOLY_": 15.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103204.0, 506293.0 ], [ 103321.0, 506250.0 ], [ 103516.0, 506220.0 ], [ 103677.0, 506252.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 113.0, "TNODE_": 103.0, "LPOLY_": 20.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105317.0, 506213.0 ], [ 105452.0, 506257.0 ], [ 105528.0, 506329.0 ], [ 105611.0, 506402.0 ], [ 105603.0, 506488.0 ], [ 105518.0, 506552.0 ], [ 105377.0, 506521.0 ], [ 105244.0, 506512.0 ], [ 105167.0, 506456.0 ], [ 105155.0, 506358.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 156.0, "FNODE_": 113.0, "TNODE_": 103.0, "LPOLY_": 18.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105317.0, 506213.0 ], [ 105275.0, 506217.0 ], [ 105225.0, 506237.0 ], [ 105184.0, 506283.0 ], [ 105163.0, 506321.0 ], [ 105155.0, 506358.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 115.0, "TNODE_": 114.0, "LPOLY_": 22.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102880.0, 506178.0 ], [ 102798.0, 506195.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 157.0, "FNODE_": 111.0, "TNODE_": 99.0, "LPOLY_": 9.0, "RPOLY_": 18.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105520.0, 506237.0 ], [ 105449.0, 506204.0 ], [ 105321.0, 506175.0 ], [ 105242.0, 506171.0 ], [ 105163.0, 506200.0 ], [ 105068.0, 506262.0 ], [ 104914.0, 506337.0 ], [ 104864.0, 506412.0 ], [ 104831.0, 506545.0 ], [ 104848.0, 506582.0 ], [ 104894.0, 506611.0 ], [ 104910.0, 506619.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 155.0, "FNODE_": 114.0, "TNODE_": 115.0, "LPOLY_": 22.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102798.0, 506195.0 ], [ 102779.0, 506195.0 ], [ 102755.0, 506179.0 ], [ 102746.0, 506155.0 ], [ 102746.0, 506112.0 ], [ 102773.0, 506093.0 ], [ 102821.0, 506091.0 ], [ 102875.0, 506091.0 ], [ 102904.0, 506104.0 ], [ 102912.0, 506134.0 ], [ 102899.0, 506168.0 ], [ 102880.0, 506178.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 98.0, "FNODE_": 116.0, "TNODE_": 112.0, "LPOLY_": 9.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105086.0, 506056.0 ], [ 105424.0, 506113.0 ], [ 105633.0, 506174.0 ], [ 105805.0, 506216.0 ], [ 105899.0, 506225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 97.0, "FNODE_": 118.0, "TNODE_": 116.0, "LPOLY_": 9.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103704.0, 505861.0 ], [ 103858.0, 505942.0 ], [ 104022.0, 505984.0 ], [ 104213.0, 506003.0 ], [ 104300.0, 506018.0 ], [ 104441.0, 506060.0 ], [ 104525.0, 506083.0 ], [ 104662.0, 506075.0 ], [ 104773.0, 506048.0 ], [ 104910.0, 506029.0 ], [ 105039.0, 506045.0 ], [ 105086.0, 506056.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 118.0, "TNODE_": 119.0, "LPOLY_": 21.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103704.0, 505861.0 ], [ 103684.0, 505849.0 ], [ 103571.0, 505829.0 ], [ 103482.0, 505829.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 121.0, "TNODE_": 120.0, "LPOLY_": 9.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104726.0, 505784.0 ], [ 104577.0, 505817.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 150.0, "FNODE_": 108.0, "TNODE_": 122.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102715.0, 506256.0 ], [ 102687.0, 506262.0 ], [ 102656.0, 506253.0 ], [ 102642.0, 506225.0 ], [ 102625.0, 506174.0 ], [ 102588.0, 506005.0 ], [ 102577.0, 505923.0 ], [ 102582.0, 505864.0 ], [ 102602.0, 505819.0 ], [ 102625.0, 505791.0 ], [ 102653.0, 505766.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 123.0, "TNODE_": 112.0, "LPOLY_": 21.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106659.0, 505762.0 ], [ 106698.0, 505863.0 ], [ 106609.0, 506163.0 ], [ 106245.0, 506240.0 ], [ 105905.0, 506227.0 ], [ 105899.0, 506225.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 124.0, "TNODE_": 120.0, "LPOLY_": 21.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103855.0, 505693.0 ], [ 103971.0, 505725.0 ], [ 104194.0, 505766.0 ], [ 104409.0, 505793.0 ], [ 104577.0, 505817.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 153.0, "FNODE_": 124.0, "TNODE_": 119.0, "LPOLY_": 9.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103855.0, 505693.0 ], [ 103828.0, 505698.0 ], [ 103802.0, 505722.0 ], [ 103770.0, 505757.0 ], [ 103714.0, 505781.0 ], [ 103663.0, 505808.0 ], [ 103639.0, 505808.0 ], [ 103615.0, 505813.0 ], [ 103575.0, 505797.0 ], [ 103548.0, 505759.0 ], [ 103535.0, 505706.0 ], [ 103513.0, 505671.0 ], [ 103463.0, 505604.0 ], [ 103430.0, 505607.0 ], [ 103406.0, 505615.0 ], [ 103385.0, 505647.0 ], [ 103366.0, 505695.0 ], [ 103358.0, 505799.0 ], [ 103374.0, 505832.0 ], [ 103396.0, 505850.0 ], [ 103422.0, 505858.0 ], [ 103441.0, 505853.0 ], [ 103460.0, 505840.0 ], [ 103482.0, 505829.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4.0, "FNODE_": 121.0, "TNODE_": 126.0, "LPOLY_": 21.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104726.0, 505784.0 ], [ 104917.0, 505720.0 ], [ 105153.0, 505596.0 ], [ 105320.0, 505584.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 154.0, "FNODE_": 125.0, "TNODE_": 110.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103708.0, 505687.0 ], [ 103692.0, 505701.0 ], [ 103671.0, 505709.0 ], [ 103652.0, 505711.0 ], [ 103617.0, 505690.0 ], [ 103596.0, 505674.0 ], [ 103569.0, 505604.0 ], [ 103537.0, 505546.0 ], [ 103521.0, 505530.0 ], [ 103492.0, 505524.0 ], [ 103463.0, 505527.0 ], [ 103430.0, 505535.0 ], [ 103396.0, 505548.0 ], [ 103350.0, 505599.0 ], [ 103283.0, 505738.0 ], [ 103251.0, 505799.0 ], [ 103203.0, 505837.0 ], [ 103169.0, 505888.0 ], [ 103150.0, 506008.0 ], [ 103123.0, 506120.0 ], [ 103094.0, 506187.0 ], [ 103054.0, 506232.0 ], [ 103030.0, 506251.0 ], [ 102983.0, 506246.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 101.0, "FNODE_": 127.0, "TNODE_": 117.0, "LPOLY_": 23.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102173.0, 505452.0 ], [ 102049.0, 505578.0 ], [ 101912.0, 505686.0 ], [ 101649.0, 505823.0 ], [ 101530.0, 505848.0 ], [ 101358.0, 505870.0 ], [ 101106.0, 505906.0 ], [ 100954.0, 505902.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 151.0, "FNODE_": 122.0, "TNODE_": 128.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102653.0, 505766.0 ], [ 102695.0, 505732.0 ], [ 102701.0, 505715.0 ], [ 102695.0, 505703.0 ], [ 102684.0, 505692.0 ], [ 102647.0, 505678.0 ], [ 102625.0, 505687.0 ], [ 102594.0, 505715.0 ], [ 102543.0, 505729.0 ], [ 102509.0, 505729.0 ], [ 102430.0, 505723.0 ], [ 102402.0, 505698.0 ], [ 102385.0, 505670.0 ], [ 102380.0, 505624.0 ], [ 102396.0, 505593.0 ], [ 102416.0, 505565.0 ], [ 102475.0, 505557.0 ], [ 102537.0, 505546.0 ], [ 102735.0, 505506.0 ], [ 102929.0, 505436.0 ], [ 103065.0, 505405.0 ], [ 103127.0, 505396.0 ], [ 103239.0, 505396.0 ], [ 103330.0, 505402.0 ], [ 103417.0, 505419.0 ], [ 103483.0, 505424.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 127.0, "TNODE_": 129.0, "LPOLY_": 9.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102173.0, 505452.0 ], [ 102175.0, 505448.0 ], [ 102339.0, 505319.0 ], [ 102474.0, 505294.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 129.0, "TNODE_": 130.0, "LPOLY_": 9.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102474.0, 505294.0 ], [ 102498.0, 505295.0 ], [ 102564.0, 505278.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 83.0, "FNODE_": 131.0, "TNODE_": 123.0, "LPOLY_": 21.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106239.0, 505264.0 ], [ 106498.0, 505438.0 ], [ 106631.0, 505677.0 ], [ 106659.0, 505762.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 130.0, "TNODE_": 132.0, "LPOLY_": 9.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102564.0, 505278.0 ], [ 102697.0, 505263.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 99.0, "FNODE_": 126.0, "TNODE_": 131.0, "LPOLY_": 21.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105320.0, 505584.0 ], [ 105397.0, 505590.0 ], [ 105483.0, 505605.0 ], [ 105540.0, 505617.0 ], [ 105613.0, 505624.0 ], [ 105702.0, 505635.0 ], [ 105732.0, 505635.0 ], [ 105751.0, 505629.0 ], [ 105776.0, 505619.0 ], [ 105825.0, 505583.0 ], [ 105840.0, 505566.0 ], [ 105853.0, 505544.0 ], [ 105853.0, 505521.0 ], [ 105845.0, 505482.0 ], [ 105830.0, 505427.0 ], [ 105820.0, 505380.0 ], [ 105811.0, 505327.0 ], [ 105816.0, 505255.0 ], [ 105820.0, 505237.0 ], [ 105831.0, 505223.0 ], [ 105847.0, 505216.0 ], [ 105885.0, 505208.0 ], [ 105936.0, 505200.0 ], [ 106006.0, 505203.0 ], [ 106082.0, 505223.0 ], [ 106154.0, 505235.0 ], [ 106239.0, 505264.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 100.0, "FNODE_": 132.0, "TNODE_": 133.0, "LPOLY_": 9.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102697.0, 505263.0 ], [ 102772.0, 505258.0 ], [ 102844.0, 505229.0 ], [ 102862.0, 505197.0 ], [ 102862.0, 505157.0 ], [ 102812.0, 505135.0 ], [ 102707.0, 505099.0 ], [ 102560.0, 505089.0 ], [ 102376.0, 505089.0 ], [ 102157.0, 505121.0 ], [ 101984.0, 505125.0 ], [ 101746.0, 505114.0 ], [ 101203.0, 505103.0 ], [ 100776.0, 505147.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 96.0, "TNODE_": 134.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109291.0, 506789.0 ], [ 108851.0, 506352.0 ], [ 108172.0, 505769.0 ], [ 107747.0, 505386.0 ], [ 107278.0, 505043.0 ], [ 107043.0, 504867.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 135.0, "TNODE_": 125.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105471.0, 504854.0 ], [ 105371.0, 504834.0 ], [ 105150.0, 504823.0 ], [ 105078.0, 504946.0 ], [ 105184.0, 505142.0 ], [ 105208.0, 505311.0 ], [ 105017.0, 505494.0 ], [ 104783.0, 505620.0 ], [ 104613.0, 505661.0 ], [ 104402.0, 505612.0 ], [ 104186.0, 505568.0 ], [ 103953.0, 505591.0 ], [ 103884.0, 505626.0 ], [ 103815.0, 505644.0 ], [ 103708.0, 505687.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 143.0, "FNODE_": 138.0, "TNODE_": 137.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102028.0, 504638.0 ], [ 101599.0, 504693.0 ], [ 101202.0, 504693.0 ], [ 100931.0, 504677.0 ], [ 100660.0, 504656.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 128.0, "TNODE_": 138.0, "LPOLY_": 19.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103483.0, 505424.0 ], [ 103655.0, 505424.0 ], [ 103790.0, 505343.0 ], [ 103912.0, 505240.0 ], [ 104038.0, 505174.0 ], [ 104110.0, 505116.0 ], [ 104122.0, 505011.0 ], [ 104101.0, 504901.0 ], [ 104010.0, 504815.0 ], [ 103808.0, 504799.0 ], [ 103548.0, 504748.0 ], [ 103290.0, 504705.0 ], [ 103060.0, 504720.0 ], [ 102735.0, 504713.0 ], [ 102505.0, 504643.0 ], [ 102170.0, 504603.0 ], [ 102028.0, 504638.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 86.0, "FNODE_": 135.0, "TNODE_": 139.0, "LPOLY_": 9.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105471.0, 504854.0 ], [ 105510.0, 504878.0 ], [ 105544.0, 504889.0 ], [ 105574.0, 504876.0 ], [ 105616.0, 504861.0 ], [ 105644.0, 504831.0 ], [ 105667.0, 504787.0 ], [ 105695.0, 504712.0 ], [ 105735.0, 504572.0 ], [ 105745.0, 504516.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 84.0, "FNODE_": 140.0, "TNODE_": 134.0, "LPOLY_": 9.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106230.0, 504418.0 ], [ 106357.0, 504495.0 ], [ 106688.0, 504643.0 ], [ 106948.0, 504777.0 ], [ 107043.0, 504867.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 141.0, "TNODE_": 141.0, "LPOLY_": 24.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104451.0, 504369.0 ], [ 104568.0, 504422.0 ], [ 104748.0, 504817.0 ], [ 104872.0, 504983.0 ], [ 104879.0, 505234.0 ], [ 104760.0, 505365.0 ], [ 104579.0, 505390.0 ], [ 104410.0, 505287.0 ], [ 104319.0, 505142.0 ], [ 104280.0, 504926.0 ], [ 104302.0, 504712.0 ], [ 104344.0, 504522.0 ], [ 104409.0, 504397.0 ], [ 104451.0, 504369.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 85.0, "FNODE_": 139.0, "TNODE_": 140.0, "LPOLY_": 9.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105745.0, 504516.0 ], [ 105773.0, 504439.0 ], [ 105794.0, 504355.0 ], [ 105808.0, 504333.0 ], [ 105900.0, 504277.0 ], [ 106012.0, 504284.0 ], [ 106118.0, 504333.0 ], [ 106230.0, 504418.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 143.0, "TNODE_": 142.0, "LPOLY_": 19.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109195.0, 504042.0 ], [ 109293.0, 504059.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 146.0, "TNODE_": 146.0, "LPOLY_": 27.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102278.0, 503956.0 ], [ 102328.0, 503975.0 ], [ 102294.0, 503996.0 ], [ 102196.0, 503998.0 ], [ 102112.0, 504002.0 ], [ 102044.0, 504013.0 ], [ 101986.0, 504041.0 ], [ 101955.0, 504062.0 ], [ 101899.0, 504064.0 ], [ 101938.0, 503998.0 ], [ 102045.0, 503960.0 ], [ 102278.0, 503956.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 145.0, "TNODE_": 145.0, "LPOLY_": 29.0, "RPOLY_": 25.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103948.0, 503972.0 ], [ 103684.0, 503966.0 ], [ 103616.0, 503904.0 ], [ 103629.0, 503825.0 ], [ 103662.0, 503771.0 ], [ 103701.0, 503744.0 ], [ 103766.0, 503775.0 ], [ 103822.0, 503846.0 ], [ 103907.0, 503885.0 ], [ 103964.0, 503930.0 ], [ 103948.0, 503972.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 148.0, "TNODE_": 143.0, "LPOLY_": 19.0, "RPOLY_": 28.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108766.0, 503651.0 ], [ 108840.0, 503763.0 ], [ 108886.0, 503950.0 ], [ 109168.0, 504037.0 ], [ 109195.0, 504042.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 149.0, "TNODE_": 147.0, "LPOLY_": 26.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100344.0, 503417.0 ], [ 100347.0, 503413.0 ], [ 100506.0, 503391.0 ], [ 100723.0, 503481.0 ], [ 101014.0, 503553.0 ], [ 101194.0, 503521.0 ], [ 101335.0, 503483.0 ], [ 101554.0, 503571.0 ], [ 101659.0, 503663.0 ], [ 101747.0, 503745.0 ], [ 101935.0, 503744.0 ], [ 102118.0, 503735.0 ], [ 102230.0, 503739.0 ], [ 102321.0, 503820.0 ], [ 102293.0, 503898.0 ], [ 102145.0, 503914.0 ], [ 101940.0, 503923.0 ], [ 101811.0, 503994.0 ], [ 101756.0, 504053.0 ], [ 101762.0, 504095.0 ], [ 101887.0, 504117.0 ], [ 102008.0, 504097.0 ], [ 102097.0, 504070.0 ], [ 102239.0, 504057.0 ], [ 102356.0, 504064.0 ], [ 102443.0, 504112.0 ], [ 102370.0, 504203.0 ], [ 102240.0, 504255.0 ], [ 102117.0, 504276.0 ], [ 102030.0, 504242.0 ], [ 101968.0, 504247.0 ], [ 101794.0, 504223.0 ], [ 101575.0, 504209.0 ], [ 101407.0, 504196.0 ], [ 101234.0, 504209.0 ], [ 101086.0, 504175.0 ], [ 100808.0, 504057.0 ], [ 100591.0, 503995.0 ], [ 100493.0, 503948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 82.0, "FNODE_": 148.0, "TNODE_": 150.0, "LPOLY_": 28.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108766.0, 503651.0 ], [ 108757.0, 503632.0 ], [ 108764.0, 503583.0 ], [ 108799.0, 503548.0 ], [ 108868.0, 503486.0 ], [ 108972.0, 503458.0 ], [ 109115.0, 503444.0 ], [ 109257.0, 503399.0 ], [ 109294.0, 503341.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 144.0, "TNODE_": 144.0, "LPOLY_": 25.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104560.0, 503983.0 ], [ 104568.0, 504056.0 ], [ 104459.0, 504075.0 ], [ 104316.0, 504110.0 ], [ 104118.0, 504240.0 ], [ 103961.0, 504322.0 ], [ 103786.0, 504346.0 ], [ 103657.0, 504393.0 ], [ 103476.0, 504392.0 ], [ 103289.0, 504371.0 ], [ 103099.0, 504374.0 ], [ 102995.0, 504415.0 ], [ 102859.0, 504428.0 ], [ 102783.0, 504338.0 ], [ 102786.0, 504222.0 ], [ 102819.0, 504147.0 ], [ 102844.0, 504096.0 ], [ 102990.0, 504090.0 ], [ 103084.0, 504160.0 ], [ 103177.0, 504215.0 ], [ 103262.0, 504213.0 ], [ 103322.0, 504133.0 ], [ 103290.0, 503929.0 ], [ 103286.0, 503738.0 ], [ 103363.0, 503600.0 ], [ 103421.0, 503440.0 ], [ 103530.0, 503338.0 ], [ 103728.0, 503330.0 ], [ 103938.0, 503453.0 ], [ 104230.0, 503703.0 ], [ 104436.0, 503787.0 ], [ 104539.0, 503886.0 ], [ 104560.0, 503983.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 151.0, "TNODE_": 151.0, "LPOLY_": 30.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102975.0, 502800.0 ], [ 102954.0, 502870.0 ], [ 102752.0, 502933.0 ], [ 102523.0, 502868.0 ], [ 102250.0, 502799.0 ], [ 102015.0, 502818.0 ], [ 101844.0, 502929.0 ], [ 101662.0, 502833.0 ], [ 101608.0, 502825.0 ], [ 101599.0, 502889.0 ], [ 101490.0, 502963.0 ], [ 101335.0, 502912.0 ], [ 101319.0, 502686.0 ], [ 101437.0, 502591.0 ], [ 101507.0, 502551.0 ], [ 101653.0, 502549.0 ], [ 101819.0, 502601.0 ], [ 102134.0, 502680.0 ], [ 102333.0, 502680.0 ], [ 102494.0, 502669.0 ], [ 102711.0, 502662.0 ], [ 102886.0, 502693.0 ], [ 102975.0, 502800.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 154.0, "TNODE_": 153.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102882.0, 500782.0 ], [ 102757.0, 500938.0 ], [ 102636.0, 501114.0 ], [ 102631.0, 501187.0 ], [ 102647.0, 501343.0 ], [ 102604.0, 501512.0 ], [ 102498.0, 501622.0 ], [ 102294.0, 501675.0 ], [ 102213.0, 501691.0 ], [ 102038.0, 501771.0 ], [ 101895.0, 501903.0 ], [ 101782.0, 501997.0 ], [ 101713.0, 502007.0 ], [ 101696.0, 501959.0 ], [ 101747.0, 501892.0 ], [ 101864.0, 501761.0 ], [ 101955.0, 501674.0 ], [ 102057.0, 501648.0 ], [ 102268.0, 501500.0 ], [ 102337.0, 501383.0 ], [ 102358.0, 501190.0 ], [ 102268.0, 501104.0 ], [ 102224.0, 501020.0 ], [ 102254.0, 500888.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 78.0, "FNODE_": 153.0, "TNODE_": 156.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102254.0, 500888.0 ], [ 102266.0, 500815.0 ], [ 102271.0, 500758.0 ], [ 102273.0, 500707.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 152.0, "TNODE_": 152.0, "LPOLY_": 31.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104845.0, 501052.0 ], [ 104945.0, 501325.0 ], [ 104985.0, 501714.0 ], [ 104936.0, 501943.0 ], [ 104981.0, 502254.0 ], [ 104960.0, 502625.0 ], [ 104798.0, 502738.0 ], [ 104606.0, 502656.0 ], [ 104468.0, 502468.0 ], [ 104344.0, 502409.0 ], [ 104190.0, 502230.0 ], [ 104023.0, 502054.0 ], [ 103850.0, 501924.0 ], [ 103638.0, 501880.0 ], [ 103499.0, 501904.0 ], [ 103426.0, 501962.0 ], [ 103470.0, 502165.0 ], [ 103683.0, 502498.0 ], [ 103824.0, 502680.0 ], [ 103762.0, 502777.0 ], [ 103542.0, 502752.0 ], [ 103285.0, 502652.0 ], [ 103037.0, 502623.0 ], [ 102823.0, 502556.0 ], [ 102521.0, 502543.0 ], [ 102270.0, 502563.0 ], [ 102055.0, 502540.0 ], [ 102000.0, 502371.0 ], [ 101929.0, 502260.0 ], [ 101724.0, 502154.0 ], [ 101813.0, 502067.0 ], [ 102079.0, 502108.0 ], [ 102375.0, 502223.0 ], [ 102576.0, 502266.0 ], [ 102743.0, 502205.0 ], [ 102731.0, 501980.0 ], [ 102638.0, 501738.0 ], [ 102712.0, 501583.0 ], [ 102914.0, 501508.0 ], [ 103174.0, 501530.0 ], [ 103351.0, 501568.0 ], [ 103595.0, 501662.0 ], [ 103726.0, 501692.0 ], [ 103906.0, 501697.0 ], [ 104091.0, 501671.0 ], [ 104156.0, 501555.0 ], [ 104135.0, 501384.0 ], [ 104036.0, 501228.0 ], [ 104008.0, 501058.0 ], [ 104032.0, 500943.0 ], [ 104175.0, 500743.0 ], [ 104334.0, 500662.0 ], [ 104550.0, 500682.0 ], [ 104718.0, 500824.0 ], [ 104799.0, 500937.0 ], [ 104845.0, 501052.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 81.0, "FNODE_": 155.0, "TNODE_": 156.0, "LPOLY_": 19.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102207.0, 500718.0 ], [ 102210.0, 500679.0 ], [ 102220.0, 500642.0 ], [ 102232.0, 500639.0 ], [ 102249.0, 500637.0 ], [ 102269.0, 500652.0 ], [ 102276.0, 500679.0 ], [ 102273.0, 500707.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 79.0, "FNODE_": 157.0, "TNODE_": 155.0, "LPOLY_": 19.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101981.0, 500577.0 ], [ 101999.0, 500681.0 ], [ 102019.0, 500741.0 ], [ 102034.0, 500778.0 ], [ 102066.0, 500798.0 ], [ 102098.0, 500808.0 ], [ 102126.0, 500805.0 ], [ 102163.0, 500793.0 ], [ 102187.0, 500768.0 ], [ 102197.0, 500753.0 ], [ 102207.0, 500718.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 80.0, "FNODE_": 154.0, "TNODE_": 159.0, "LPOLY_": 19.0, "RPOLY_": 32.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102882.0, 500782.0 ], [ 102910.0, 500748.0 ], [ 102962.0, 500711.0 ], [ 102991.0, 500652.0 ], [ 103001.0, 500617.0 ], [ 103004.0, 500582.0 ], [ 102996.0, 500543.0 ], [ 102991.0, 500501.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 157.0, "TNODE_": 158.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101981.0, 500577.0 ], [ 101980.0, 500564.0 ], [ 101995.0, 500374.0 ], [ 101990.0, 500171.0 ], [ 101937.0, 500030.0 ], [ 101761.0, 499956.0 ], [ 101655.0, 499976.0 ], [ 101395.0, 500099.0 ], [ 101190.0, 500264.0 ], [ 101015.0, 500384.0 ], [ 100748.0, 500493.0 ], [ 100345.0, 500555.0 ], [ 99994.0, 500580.0 ], [ 99682.0, 500530.0 ], [ 99401.0, 500547.0 ], [ 99378.0, 500551.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 160.0, "TNODE_": 159.0, "LPOLY_": 32.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99164.0, 499927.0 ], [ 99838.0, 499949.0 ], [ 100463.0, 499832.0 ], [ 101270.0, 499732.0 ], [ 101796.0, 499671.0 ], [ 102090.0, 499724.0 ], [ 102359.0, 499823.0 ], [ 102610.0, 499913.0 ], [ 102628.0, 500012.0 ], [ 102570.0, 500098.0 ], [ 102580.0, 500180.0 ], [ 102792.0, 500318.0 ], [ 102952.0, 500450.0 ], [ 102991.0, 500501.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 107.0, "FNODE_": 161.0, "TNODE_": 164.0, "LPOLY_": 19.0, "RPOLY_": 33.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103980.0, 499199.0 ], [ 103952.0, 499162.0 ], [ 103930.0, 499103.0 ], [ 103916.0, 499053.0 ], [ 103916.0, 498944.0 ], [ 103934.0, 498916.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 165.0, "TNODE_": 163.0, "LPOLY_": 35.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106521.0, 498857.0 ], [ 106650.0, 498985.0 ], [ 106762.0, 499121.0 ], [ 106771.0, 499193.0 ], [ 106659.0, 499118.0 ], [ 106473.0, 499009.0 ], [ 106383.0, 498964.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 77.0, "FNODE_": 163.0, "TNODE_": 165.0, "LPOLY_": 35.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106383.0, 498964.0 ], [ 106239.0, 498849.0 ], [ 106214.0, 498792.0 ], [ 106247.0, 498759.0 ], [ 106304.0, 498783.0 ], [ 106394.0, 498808.0 ], [ 106521.0, 498857.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 166.0, "TNODE_": 167.0, "LPOLY_": 34.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106599.0, 498721.0 ], [ 106773.0, 498828.0 ], [ 107017.0, 499163.0 ], [ 107300.0, 499398.0 ], [ 107316.0, 499453.0 ], [ 107250.0, 499519.0 ], [ 106974.0, 499444.0 ], [ 106690.0, 499250.0 ], [ 106428.0, 499087.0 ], [ 106223.0, 498932.0 ], [ 106048.0, 498794.0 ], [ 105998.0, 498689.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1.0, "FNODE_": 168.0, "TNODE_": 167.0, "LPOLY_": 19.0, "RPOLY_": 34.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106024.0, 498646.0 ], [ 106013.0, 498651.0 ], [ 105997.0, 498665.0 ], [ 105996.0, 498674.0 ], [ 105998.0, 498689.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 76.0, "FNODE_": 169.0, "TNODE_": 166.0, "LPOLY_": 34.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106177.0, 498614.0 ], [ 106362.0, 498644.0 ], [ 106468.0, 498685.0 ], [ 106599.0, 498721.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 168.0, "TNODE_": 169.0, "LPOLY_": 34.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106024.0, 498646.0 ], [ 106128.0, 498610.0 ], [ 106177.0, 498614.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 162.0, "TNODE_": 170.0, "LPOLY_": 33.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 109302.0, 499167.0 ], [ 108364.0, 499081.0 ], [ 107661.0, 498965.0 ], [ 107176.0, 498722.0 ], [ 106830.0, 498554.0 ], [ 106386.0, 498444.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 170.0, "TNODE_": 164.0, "LPOLY_": 33.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106386.0, 498444.0 ], [ 106381.0, 498442.0 ], [ 106041.0, 498449.0 ], [ 105802.0, 498587.0 ], [ 105782.0, 498765.0 ], [ 106057.0, 498938.0 ], [ 106364.0, 499116.0 ], [ 106615.0, 499360.0 ], [ 106913.0, 499597.0 ], [ 107120.0, 499755.0 ], [ 107144.0, 499931.0 ], [ 107004.0, 500047.0 ], [ 106640.0, 500120.0 ], [ 106412.0, 500179.0 ], [ 106161.0, 500065.0 ], [ 106014.0, 499859.0 ], [ 105975.0, 499578.0 ], [ 105781.0, 499379.0 ], [ 105416.0, 499134.0 ], [ 105089.0, 498940.0 ], [ 104754.0, 498812.0 ], [ 104365.0, 498776.0 ], [ 104055.0, 498825.0 ], [ 103934.0, 498916.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 173.0, "TNODE_": 173.0, "LPOLY_": 37.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99726.0, 497044.0 ], [ 99887.0, 497042.0 ], [ 100109.0, 497044.0 ], [ 100336.0, 497084.0 ], [ 100466.0, 497169.0 ], [ 100572.0, 497289.0 ], [ 100644.0, 497443.0 ], [ 100608.0, 497645.0 ], [ 100425.0, 497772.0 ], [ 100092.0, 497773.0 ], [ 99736.0, 497722.0 ], [ 99415.0, 497763.0 ], [ 99193.0, 497702.0 ], [ 98970.0, 497621.0 ], [ 98913.0, 497555.0 ], [ 98964.0, 497459.0 ], [ 99080.0, 497372.0 ], [ 99203.0, 497331.0 ], [ 99357.0, 497276.0 ], [ 99477.0, 497151.0 ], [ 99639.0, 497068.0 ], [ 99726.0, 497044.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 161.0, "TNODE_": 175.0, "LPOLY_": 33.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103980.0, 499199.0 ], [ 104047.0, 499307.0 ], [ 104216.0, 499634.0 ], [ 104202.0, 499879.0 ], [ 104179.0, 500077.0 ], [ 104073.0, 500287.0 ], [ 103892.0, 500393.0 ], [ 103762.0, 500424.0 ], [ 103620.0, 500385.0 ], [ 103459.0, 500106.0 ], [ 103443.0, 499851.0 ], [ 103445.0, 499701.0 ], [ 103368.0, 499568.0 ], [ 103241.0, 499394.0 ], [ 103092.0, 499253.0 ], [ 102864.0, 499165.0 ], [ 102586.0, 499172.0 ], [ 102355.0, 499069.0 ], [ 102308.0, 498976.0 ], [ 102323.0, 498786.0 ], [ 102188.0, 498613.0 ], [ 101991.0, 498523.0 ], [ 101911.0, 498409.0 ], [ 101923.0, 498338.0 ], [ 102005.0, 498374.0 ], [ 102212.0, 498403.0 ], [ 102397.0, 498335.0 ], [ 102581.0, 498279.0 ], [ 102808.0, 498213.0 ], [ 103031.0, 498189.0 ], [ 103174.0, 498143.0 ], [ 103361.0, 498046.0 ], [ 103477.0, 498124.0 ], [ 103557.0, 498262.0 ], [ 103659.0, 498478.0 ], [ 103780.0, 498552.0 ], [ 104006.0, 498528.0 ], [ 104191.0, 498382.0 ], [ 104333.0, 498140.0 ], [ 104516.0, 498064.0 ], [ 104749.0, 498125.0 ], [ 105022.0, 498259.0 ], [ 105312.0, 498300.0 ], [ 105529.0, 498218.0 ], [ 105648.0, 498059.0 ], [ 105655.0, 497811.0 ], [ 105596.0, 497684.0 ], [ 105582.0, 497577.0 ], [ 105610.0, 497420.0 ], [ 105545.0, 497309.0 ], [ 105326.0, 497293.0 ], [ 105123.0, 497235.0 ], [ 104866.0, 496985.0 ], [ 104717.0, 496725.0 ], [ 104701.0, 496670.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 176.0, "TNODE_": 171.0, "LPOLY_": 33.0, "RPOLY_": 36.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107337.0, 496615.0 ], [ 107327.0, 496696.0 ], [ 107297.0, 497062.0 ], [ 107092.0, 497263.0 ], [ 106799.0, 497473.0 ], [ 106518.0, 497769.0 ], [ 106700.0, 497972.0 ], [ 106975.0, 498038.0 ], [ 107293.0, 497908.0 ], [ 107593.0, 497821.0 ], [ 107970.0, 497803.0 ], [ 108409.0, 497857.0 ], [ 108752.0, 497911.0 ], [ 109069.0, 497927.0 ], [ 109304.0, 497906.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 3.0, "TNODE_": 8.0, "LPOLY_": 2.0, "RPOLY_": 3.0, "CVALUE": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106612.0, 513686.0 ], [ 106730.0, 513837.0 ], [ 106922.0, 514256.0 ], [ 106840.0, 514675.0 ], [ 106520.0, 514991.0 ], [ 106029.0, 515255.0 ], [ 105709.0, 515436.0 ], [ 105452.0, 515754.0 ], [ 105184.0, 516139.0 ], [ 105228.0, 516428.0 ], [ 105476.0, 516783.0 ], [ 105785.0, 517042.0 ], [ 106067.0, 517160.0 ], [ 106473.0, 517313.0 ], [ 106982.0, 517490.0 ], [ 107588.0, 517594.0 ], [ 108140.0, 517634.0 ], [ 108579.0, 517566.0 ], [ 109058.0, 517476.0 ], [ 109373.0, 517245.0 ], [ 109655.0, 516887.0 ], [ 109891.0, 516437.0 ], [ 110263.0, 515829.0 ], [ 110184.0, 514984.0 ], [ 109508.0, 514590.0 ], [ 108539.0, 514364.0 ], [ 107897.0, 513993.0 ], [ 107363.0, 513593.0 ], [ 107103.0, 513343.0 ], [ 106916.0, 513264.0 ], [ 106838.0, 513226.0 ], [ 106756.0, 513193.0 ], [ 106708.0, 513171.0 ], [ 106645.0, 513169.0 ], [ 106568.0, 513183.0 ], [ 106494.0, 513205.0 ], [ 106444.0, 513236.0 ], [ 106422.0, 513306.0 ], [ 106415.0, 513363.0 ], [ 106412.0, 513423.0 ], [ 106434.0, 513481.0 ], [ 106463.0, 513524.0 ], [ 106516.0, 513591.0 ], [ 106612.0, 513686.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107899.0, 519472.0 ], [ 107854.0, 518841.0 ], [ 108260.0, 518290.0 ], [ 108981.0, 518177.0 ], [ 109685.0, 518081.0 ], [ 110113.0, 517901.0 ], [ 111093.0, 518002.0 ], [ 112574.0, 518785.0 ], [ 113362.0, 519101.0 ], [ 113762.0, 521151.0 ], [ 113509.0, 522299.0 ], [ 113137.0, 522919.0 ], [ 112450.0, 522682.0 ], [ 111932.0, 522029.0 ], [ 111999.0, 521038.0 ], [ 112416.0, 520407.0 ], [ 112326.0, 520159.0 ], [ 111830.0, 519686.0 ], [ 111166.0, 519303.0 ], [ 110073.0, 519033.0 ], [ 109262.0, 519236.0 ], [ 108451.0, 519483.0 ], [ 107899.0, 519472.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113357.0, 527039.0 ], [ 111994.0, 526656.0 ], [ 111250.0, 526138.0 ], [ 110462.0, 525293.0 ], [ 110201.0, 524566.0 ], [ 110055.0, 524290.0 ], [ 109920.0, 523885.0 ], [ 109661.0, 523198.0 ], [ 109463.0, 522651.0 ], [ 109245.0, 522173.0 ], [ 109030.0, 521711.0 ], [ 108658.0, 521407.0 ], [ 108343.0, 521350.0 ], [ 107971.0, 521446.0 ], [ 107487.0, 521548.0 ], [ 106980.0, 521480.0 ], [ 106507.0, 521305.0 ], [ 106383.0, 521215.0 ], [ 106326.0, 521125.0 ], [ 106394.0, 521058.0 ], [ 106546.0, 520956.0 ], [ 106704.0, 520894.0 ], [ 107109.0, 520708.0 ], [ 107757.0, 520427.0 ], [ 108303.0, 520269.0 ], [ 108855.0, 520190.0 ], [ 109475.0, 520179.0 ], [ 110067.0, 520258.0 ], [ 110710.0, 520787.0 ], [ 111239.0, 522060.0 ], [ 111385.0, 523141.0 ], [ 112016.0, 524212.0 ], [ 112591.0, 524887.0 ], [ 113345.0, 525822.0 ], [ 113559.0, 526577.0 ], [ 113357.0, 527039.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -12.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105115.0, 529673.0 ], [ 104803.0, 528175.0 ], [ 105338.0, 528124.0 ], [ 105769.0, 528110.0 ], [ 106187.0, 528113.0 ], [ 106673.0, 528085.0 ], [ 107402.0, 527903.0 ], [ 107691.0, 527928.0 ], [ 108044.0, 528051.0 ], [ 108376.0, 528263.0 ], [ 108307.0, 528436.0 ], [ 107999.0, 528417.0 ], [ 107659.0, 528387.0 ], [ 107295.0, 528465.0 ], [ 106979.0, 528649.0 ], [ 106750.0, 528858.0 ], [ 106507.0, 529122.0 ], [ 106168.0, 529410.0 ], [ 105812.0, 529551.0 ], [ 105446.0, 529629.0 ], [ 105115.0, 529673.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108664.0, 529978.0 ], [ 106352.0, 529968.0 ], [ 106494.0, 529720.0 ], [ 106692.0, 529473.0 ], [ 106909.0, 529302.0 ], [ 107128.0, 529181.0 ], [ 107454.0, 529052.0 ], [ 107922.0, 529007.0 ], [ 108169.0, 529066.0 ], [ 108357.0, 529354.0 ], [ 108451.0, 529618.0 ], [ 108538.0, 529755.0 ], [ 108664.0, 529978.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110526.0, 529982.0 ], [ 109146.0, 529976.0 ], [ 109229.0, 529733.0 ], [ 109476.0, 529628.0 ], [ 109701.0, 529626.0 ], [ 110033.0, 529725.0 ], [ 110526.0, 529982.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 106494.0, 529720.0 ], [ 106692.0, 529473.0 ], [ 106909.0, 529302.0 ], [ 107128.0, 529181.0 ], [ 107454.0, 529052.0 ], [ 107922.0, 529007.0 ], [ 108169.0, 529066.0 ], [ 108357.0, 529354.0 ], [ 108451.0, 529618.0 ], [ 108538.0, 529755.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 109229.0, 529733.0 ], [ 109476.0, 529628.0 ], [ 109701.0, 529626.0 ], [ 110033.0, 529725.0 ], [ 110526.0, 529982.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105338.0, 528124.0 ], [ 105769.0, 528110.0 ], [ 106187.0, 528113.0 ], [ 106673.0, 528085.0 ], [ 107402.0, 527903.0 ], [ 107691.0, 527928.0 ], [ 108044.0, 528051.0 ], [ 108376.0, 528263.0 ], [ 108307.0, 528436.0 ], [ 107999.0, 528417.0 ], [ 107659.0, 528387.0 ], [ 107295.0, 528465.0 ], [ 106979.0, 528649.0 ], [ 106750.0, 528858.0 ], [ 106507.0, 529122.0 ], [ 106168.0, 529410.0 ], [ 105812.0, 529551.0 ], [ 105446.0, 529629.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_interpolation_points.geojson new file mode 100644 index 0000000..16ca5a8 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_interpolation_points.geojson @@ -0,0 +1,2480 @@ +{ +"type": "FeatureCollection", +"name": "TS13_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102020.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 510713.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 510742.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 510762.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 510804.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 510855.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 510911.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102626.0, 510962.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 510985.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 511339.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 511544.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 511657.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 511695.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103679.0, 511725.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103927.0, 511659.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104088.0, 511619.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 511678.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 511869.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 512125.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 512238.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104874.0, 512321.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 512424.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105146.0, 512469.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105241.0, 512476.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105399.0, 512446.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105504.0, 512382.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 512225.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 512072.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105515.0, 511934.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105491.0, 511902.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 511876.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105444.0, 511807.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 511783.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 511773.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 511786.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 511804.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 511844.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105792.0, 511889.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105898.0, 511989.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105984.0, 512056.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106079.0, 512172.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 512232.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106361.0, 512485.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106733.0, 512896.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107095.0, 513143.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107396.0, 513378.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107725.0, 513641.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108212.0, 513808.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108866.0, 514060.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109284.0, 514222.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113042.0, 516352.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 114594.0, 520838.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 114966.0, 522539.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 114988.0, 524645.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 114311.0, 524706.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113849.0, 524706.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113264.0, 524638.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112882.0, 524676.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112813.0, 524863.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113117.0, 525190.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113388.0, 525629.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113816.0, 526080.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113985.0, 526530.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113917.0, 527004.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113444.0, 527184.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112813.0, 527161.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112047.0, 526970.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111215.0, 526498.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110505.0, 525597.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 525135.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109908.0, 524380.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109694.0, 523547.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109469.0, 522894.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109064.0, 522184.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108072.0, 521993.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 521790.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 520903.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 519878.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 519472.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 517772.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 516983.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 516360.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 516185.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 515950.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 515580.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 515363.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 515210.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105342.0, 515003.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105227.0, 514726.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 514449.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104330.0, 514157.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 513821.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103893.0, 513469.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 513264.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 512983.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103176.0, 512808.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 512729.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102328.0, 512757.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102325.0, 512709.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102321.0, 512369.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 512171.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102286.0, 511906.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 511769.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 511373.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102020.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 511855.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 511881.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104276.0, 511924.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 512024.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 512229.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 512286.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 512174.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 512100.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 512046.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103900.0, 511969.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108668.0, 512770.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108611.0, 512764.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108061.0, 512768.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107494.0, 512689.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107064.0, 512600.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106731.0, 512318.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106587.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106560.0, 511652.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106584.0, 511443.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106608.0, 511314.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 511306.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 511306.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106706.0, 511275.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 511284.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106837.0, 511338.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107005.0, 511452.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 511634.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107764.0, 511752.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108096.0, 511884.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108477.0, 512129.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108632.0, 512338.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108773.0, 512538.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108814.0, 512683.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108809.0, 512752.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 512770.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108668.0, 512770.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 511504.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 511466.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 511383.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105061.0, 511361.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 511328.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 511285.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 511265.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 511245.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105239.0, 511250.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 511250.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105407.0, 511248.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105444.0, 511240.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105444.0, 511240.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105502.0, 511243.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 511235.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 511220.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 511220.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105609.0, 511218.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.0, 511208.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 511173.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105897.0, 511034.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106024.0, 511036.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106273.0, 511129.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106455.0, 511339.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106449.0, 511739.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 512062.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106578.0, 512477.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106984.0, 512840.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 512999.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107874.0, 513084.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108571.0, 513077.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 109263.0, 513084.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 511173.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105730.0, 511153.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 511123.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 511093.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 511058.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105815.0, 511035.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105870.0, 511028.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105897.0, 511034.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 510838.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102802.0, 510923.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 511201.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 511381.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 511481.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 511445.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 511313.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 511192.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104385.0, 511233.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 511426.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 511713.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104909.0, 512002.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 512198.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105313.0, 512160.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105324.0, 512002.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 511848.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 511697.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 511583.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 511504.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 510714.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 510729.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 510746.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 510763.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 510779.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 510801.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102752.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 510838.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 510429.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 510630.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 510714.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 510234.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 510213.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 510169.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 510139.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 510123.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 510105.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 510085.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 510064.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103115.0, 510048.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 510034.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 510015.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 511077.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 511022.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 510981.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104391.0, 510992.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104623.0, 511001.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104825.0, 511062.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 511133.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105159.0, 511113.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 511052.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105341.0, 510789.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 510658.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104906.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 510557.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 510547.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104441.0, 510486.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 510425.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104654.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 510365.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 510314.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104623.0, 510243.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 510102.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103835.0, 510294.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103835.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 510516.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 510547.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 510526.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 511160.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 511224.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103238.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 511281.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 511290.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 511280.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 511280.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 511233.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 511077.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 510015.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 509991.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 509920.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 509900.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 509748.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 509667.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 509609.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 510854.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 511068.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 511160.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 510562.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 510574.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102733.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102758.0, 510608.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 510635.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 510674.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102854.0, 510713.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102885.0, 510748.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 510781.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 510456.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 510562.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 510388.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 510344.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 510344.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 510304.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 510234.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 510456.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101936.0, 510228.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 511066.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103562.0, 511095.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 511070.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 511026.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 511001.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 511035.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 511066.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 511026.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510975.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510975.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 510953.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 510941.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 510933.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 510936.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 510951.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 510971.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 510995.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 511001.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 510807.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 510753.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 510714.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 510504.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 510539.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 510628.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 510746.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 510787.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 510504.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 510430.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 510714.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 510691.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 510645.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 510603.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 510586.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 510571.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102797.0, 510554.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 510534.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 510508.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 510486.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102749.0, 510463.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102749.0, 510433.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 510403.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102764.0, 510388.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 510369.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 510364.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 510363.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 510366.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 510372.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102915.0, 510393.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 510401.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 510403.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 510410.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102966.0, 510412.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 510687.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 510648.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 510635.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 510626.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 510617.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 510610.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 510604.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103142.0, 510597.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 510592.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 510581.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 510574.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 510572.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 510566.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 510563.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 510558.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 510548.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 510534.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 510520.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 510508.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 510497.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 510483.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 510476.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 510474.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 510474.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 510480.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103104.0, 510490.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 510503.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103151.0, 510521.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 510534.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 510556.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 510572.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 510586.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 510602.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 510613.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 510634.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 510645.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 510665.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 510680.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 510700.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 510719.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 510727.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103252.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 510730.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 510729.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 510728.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 510724.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 510719.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 510711.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 510697.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 510687.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 510163.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 510155.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 510139.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 510132.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 510124.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 510121.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 510119.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 510119.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 510369.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 510375.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 510387.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 510400.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 510407.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510410.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 510415.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 510418.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 510418.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 510418.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 510404.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 510393.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 510341.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 510330.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 510319.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103614.0, 510277.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 510249.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 510227.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 510202.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 510171.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 510154.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 510145.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 510131.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103579.0, 510125.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103566.0, 510121.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 510118.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 510119.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510113.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103395.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103357.0, 510361.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 510361.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510357.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 510353.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 510351.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 510350.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 510347.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 510344.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 510340.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103312.0, 510310.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 510288.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 510267.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 510246.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 510238.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 510227.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 510216.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 510188.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 510174.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 510168.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 510167.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 510167.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 510163.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107786.0, 509911.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107943.0, 510090.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108101.0, 510317.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108285.0, 510633.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 510981.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108131.0, 511264.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108131.0, 511264.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108060.0, 511325.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107818.0, 511386.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107555.0, 511346.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107201.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107080.0, 511153.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106837.0, 510992.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106564.0, 510850.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105958.0, 510506.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105442.0, 510324.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 510132.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104694.0, 509960.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509707.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 509658.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 509658.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 509655.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 509761.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 509890.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 509935.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 509939.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 509895.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 109288.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108614.0, 509798.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108407.0, 509533.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108227.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108227.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108144.0, 509323.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 509238.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108067.0, 509166.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108058.0, 509071.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108072.0, 508999.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 508916.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101655.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101803.0, 508964.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102016.0, 508969.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 508981.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 508952.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 508911.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 509895.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 509855.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 509826.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 509808.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 509793.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 509785.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 509764.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 509751.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 509738.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 509733.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 509720.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 509702.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 509673.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103487.0, 509657.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 509626.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 509600.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103295.0, 509595.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 509590.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 509595.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 509582.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 509546.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 509520.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103100.0, 509481.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103103.0, 509457.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 509426.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 509367.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 509346.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 509338.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 509328.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 509317.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 509299.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509252.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 509263.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 509265.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 509260.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 509216.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 509195.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 509156.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 509143.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 509125.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 509130.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 509135.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 509143.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 509130.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 509112.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 509089.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 509013.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 508998.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 508987.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 508974.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 508972.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 508964.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 508954.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 508930.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 508899.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 508850.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 508842.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508842.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 508839.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 508863.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 508769.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106847.0, 509010.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106918.0, 509192.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107161.0, 509475.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107464.0, 509687.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107786.0, 509911.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108306.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108236.0, 508786.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 508916.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106488.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106514.0, 508598.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 508769.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108306.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108384.0, 508644.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108517.0, 508519.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108561.0, 508456.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108606.0, 508357.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108624.0, 508312.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108620.0, 508195.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108602.0, 508137.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108573.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107772.0, 507806.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107540.0, 508018.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107436.0, 508133.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107271.0, 508232.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 508279.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106882.0, 508249.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106605.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108573.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108544.0, 508020.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 507903.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 507778.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107772.0, 507806.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107838.0, 507750.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 107879.0, 507719.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108009.0, 507692.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108126.0, 507678.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108278.0, 507696.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108364.0, 507750.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 507778.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106605.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 507665.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105523.0, 507604.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105412.0, 507644.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 507796.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 507928.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 508019.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105745.0, 508049.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105998.0, 508211.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106220.0, 508433.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106488.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 507524.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 507497.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 507482.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 507470.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 507465.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 507445.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103007.0, 507405.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 507375.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102967.0, 507363.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 507358.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507350.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102923.0, 507328.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507310.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 507283.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 507273.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 507258.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 507205.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 507198.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102955.0, 507198.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 507180.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 507160.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 507093.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 507056.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 507015.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 507027.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104028.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 506891.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 506895.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 507034.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 507140.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103742.0, 507139.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102551.0, 506888.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102613.0, 506923.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 506966.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 507015.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104394.0, 506844.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 506936.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104394.0, 506844.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104286.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 506809.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104051.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104028.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 506891.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 506831.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103252.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102551.0, 506888.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 506854.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 506834.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 506804.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 506781.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506761.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506746.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 506714.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 506716.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 506691.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 506634.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 506579.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 506549.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 506509.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506499.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 506487.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 506474.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102775.0, 506464.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 506454.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 506449.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102646.0, 506392.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102666.0, 506369.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 506327.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506322.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 506322.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 506317.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 506307.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 506331.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 506571.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103252.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103175.0, 506307.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 506293.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506345.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103682.0, 506333.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 506279.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 506262.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 506293.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 506250.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 506220.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506240.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 508636.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101538.0, 508449.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 508470.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101846.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102239.0, 508470.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 508447.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 508436.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102551.0, 508424.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 508395.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 508384.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 508366.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102887.0, 508337.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 508337.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 508366.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508395.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102852.0, 508424.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 508476.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 508482.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 508482.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 508482.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 508465.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 508441.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 508441.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 508441.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101502.0, 508282.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101736.0, 508291.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101886.0, 508303.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 508308.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 508274.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 508239.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 508210.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 508193.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 508636.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104856.0, 508706.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 508726.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 508737.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 508706.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 508656.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105664.0, 508585.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 508454.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 508352.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 508111.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 508017.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 508111.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 508193.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103026.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 508117.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103083.0, 508071.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103101.0, 508019.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 507886.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 507880.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 507897.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 507932.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 507990.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 508025.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 508071.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 508083.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 508094.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 508146.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 508210.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 508285.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104160.0, 508320.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 508308.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104379.0, 508239.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 507524.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 507593.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 507671.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 507735.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 507785.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104002.0, 507792.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104187.0, 507813.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104279.0, 507878.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 507984.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 508017.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 507728.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104991.0, 507486.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104906.0, 507372.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 507172.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103742.0, 507139.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 506989.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 507053.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 507211.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 507343.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 507245.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 507217.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 507114.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 507061.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 506983.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 506989.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 507343.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 507429.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 507443.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507422.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 507386.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 507329.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 507245.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 506712.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 506736.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 506655.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 506619.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 506712.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 506660.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 506286.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506387.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105966.0, 506372.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106216.0, 506371.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 506407.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106524.0, 506553.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106336.0, 506789.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 506582.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105965.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105770.0, 506484.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 506566.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 506204.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 506175.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 506171.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 506200.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105068.0, 506262.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506337.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104864.0, 506412.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104831.0, 506545.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 506582.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 506619.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101387.0, 507755.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 507742.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101630.0, 507678.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101780.0, 507557.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101937.0, 507429.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 507308.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101880.0, 507172.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 507094.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 506980.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101880.0, 506781.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 506617.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 506581.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 506556.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 506556.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 506547.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 506533.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 506513.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 506482.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102281.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102264.0, 506431.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 506395.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 506395.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 506389.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101716.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101417.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101049.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103692.0, 505701.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 505711.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 505690.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 505642.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103569.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 505546.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 505524.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 505527.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103430.0, 505535.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 505888.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 506008.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 506120.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 506187.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 506251.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 506246.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 505732.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 505703.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 505692.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102430.0, 505723.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102402.0, 505698.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102396.0, 505593.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102416.0, 505565.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 505557.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102537.0, 505546.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 505506.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 505469.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 505436.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 505405.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 505396.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 505396.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 505419.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109291.0, 506789.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108851.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108172.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107747.0, 505386.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107278.0, 505043.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.0, 504867.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 504854.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 504834.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504823.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 504946.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 505142.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105208.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 505494.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 505620.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 505661.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104402.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104186.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 505591.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103884.0, 505626.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 505644.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 504638.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101599.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101202.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 504677.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100725.0, 504661.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100660.0, 504656.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 505425.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103790.0, 505343.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103912.0, 505240.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 505174.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 505011.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104101.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 504799.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 504748.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 504705.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103060.0, 504720.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 504713.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 504643.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 504603.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 504638.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 504854.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 504878.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 504889.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 504876.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 504861.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 504831.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105667.0, 504787.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105695.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 504572.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105745.0, 504516.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106230.0, 504418.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 504495.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 504643.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 504777.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.0, 504867.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 506246.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 506228.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 506243.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102715.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105745.0, 504516.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105773.0, 504439.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105794.0, 504355.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105808.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 504277.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106012.0, 504284.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106118.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106230.0, 504418.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102715.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 506262.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 506253.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102642.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102605.0, 506079.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 506005.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 505923.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102582.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 506213.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 506257.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 506329.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105611.0, 506402.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.0, 506552.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105377.0, 506521.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105244.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105167.0, 506456.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105155.0, 506358.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 506213.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 506217.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 506283.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 506321.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105155.0, 506358.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 506195.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 506195.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506179.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 506112.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 506093.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102821.0, 506091.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 506091.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102904.0, 506104.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 506134.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 506168.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102880.0, 506178.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102880.0, 506178.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 506195.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 505693.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 505725.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 505793.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104577.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 505693.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103828.0, 505698.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 505757.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 505781.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103639.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 505813.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 505805.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103575.0, 505797.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 505775.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 505759.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103543.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103535.0, 505706.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 505671.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103430.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 505615.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 505647.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 505832.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103422.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 505840.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 505784.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105153.0, 505596.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105320.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106239.0, 505264.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106498.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106554.0, 505537.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106631.0, 505677.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105320.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105352.0, 505587.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105397.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 505605.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105540.0, 505617.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 505629.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105702.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105732.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105751.0, 505629.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105776.0, 505619.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105799.0, 505603.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105840.0, 505566.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105845.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 505380.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105811.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105813.0, 505284.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 505255.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 505237.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105831.0, 505223.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105847.0, 505216.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505208.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 505200.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 505203.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 505223.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106154.0, 505235.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106239.0, 505264.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 506056.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 506087.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105424.0, 506113.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105633.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 506216.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 505942.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104022.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 506003.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 506018.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104441.0, 506060.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 506075.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104773.0, 506048.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 506029.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105039.0, 506045.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 506056.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 505784.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 505794.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 104577.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.0, 505863.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106609.0, 506163.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106245.0, 506240.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105905.0, 506227.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 505452.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102049.0, 505578.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 505848.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101358.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101106.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 100954.0, 505902.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 505452.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 505448.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 505319.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 505294.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 505294.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102498.0, 505295.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 505278.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 505278.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 505263.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 505263.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102772.0, 505258.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 505229.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 505197.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 505157.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 505135.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 505099.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102560.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 505121.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 505125.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101746.0, 505114.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 101203.0, 505103.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 100776.0, 505147.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 504369.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104568.0, 504422.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104667.0, 504637.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104748.0, 504817.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 504983.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104879.0, 505234.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 505365.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104579.0, 505390.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 505142.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 504926.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 504522.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 504397.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 504369.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109195.0, 504042.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109293.0, 504059.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108766.0, 503651.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108840.0, 503763.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108886.0, 503950.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109168.0, 504037.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109195.0, 504042.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108766.0, 503651.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108757.0, 503632.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108764.0, 503583.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108799.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 503486.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108972.0, 503458.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109115.0, 503444.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109257.0, 503399.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109294.0, 503341.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102328.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 504002.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102044.0, 504013.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 504041.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 504062.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101899.0, 504064.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 503959.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103919.0, 503971.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 503968.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 503966.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 503904.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 503825.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 503771.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103701.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103766.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 503846.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103907.0, 503885.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103964.0, 503930.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100344.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100347.0, 503413.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100506.0, 503391.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100723.0, 503481.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101014.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101194.0, 503521.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101335.0, 503483.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101554.0, 503571.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101659.0, 503663.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 503745.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 503739.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102321.0, 503820.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 503898.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 503914.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101940.0, 503923.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 503994.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 504117.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102008.0, 504097.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102239.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102356.0, 504064.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 504112.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102370.0, 504203.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102240.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102030.0, 504242.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101968.0, 504247.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 504223.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101575.0, 504209.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101407.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101234.0, 504209.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101086.0, 504175.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100808.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100591.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100493.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104568.0, 504056.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 504075.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104316.0, 504110.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 504240.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 504322.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 504346.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 504393.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 504392.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 504374.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102859.0, 504428.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102783.0, 504338.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 504222.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 504147.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 504090.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 504160.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 504215.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 504213.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 504133.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 503929.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 503738.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 503600.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 503440.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 503330.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 503453.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 503584.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104230.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104436.0, 503787.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 503886.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 502800.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 502870.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102752.0, 502933.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102523.0, 502868.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 502799.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 502818.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101844.0, 502929.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101662.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101608.0, 502825.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101599.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101490.0, 502963.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101335.0, 502912.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101319.0, 502686.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 502591.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101507.0, 502551.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101653.0, 502549.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 502601.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502647.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102134.0, 502680.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 502680.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 502669.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 502662.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102886.0, 502693.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 502800.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101999.0, 500681.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 500741.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102034.0, 500778.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102066.0, 500798.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102126.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102163.0, 500793.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 500768.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102197.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 500718.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 500782.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 500748.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 500728.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 500711.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 500652.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 500617.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103004.0, 500582.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 500543.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 500501.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 500171.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101937.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 499956.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101655.0, 499976.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 500099.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101190.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101015.0, 500384.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 500493.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100345.0, 500555.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99994.0, 500580.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99682.0, 500530.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99401.0, 500547.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99378.0, 500551.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99164.0, 499927.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99838.0, 499949.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100463.0, 499832.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101270.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 499671.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 499724.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 499823.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102610.0, 499913.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 500012.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 500098.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 500180.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102792.0, 500318.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 500501.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 500782.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 500938.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 501114.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 501187.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501343.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102604.0, 501512.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102498.0, 501622.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 501675.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102213.0, 501691.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 501771.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101895.0, 501903.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 501997.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 502007.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101696.0, 501959.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 501892.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101864.0, 501761.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 501674.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 501383.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 501190.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 501104.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102224.0, 501020.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 500888.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 500888.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 500815.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102271.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 500707.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 500718.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102210.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 500642.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102232.0, 500639.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102249.0, 500637.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 500652.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 500707.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104845.0, 501052.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104945.0, 501325.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 501714.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104936.0, 501943.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 502254.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104960.0, 502625.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104606.0, 502656.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 502468.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 502409.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 502230.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104023.0, 502054.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 501924.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 501880.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 501904.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 501962.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 502498.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 502680.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 502777.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103542.0, 502752.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 502652.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502623.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 502556.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 502543.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 502563.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102055.0, 502540.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502371.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 502260.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 502154.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101813.0, 502067.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 502108.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 502223.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102576.0, 502266.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102731.0, 501980.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102638.0, 501738.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 501583.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 501530.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 501568.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 501662.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 501692.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103906.0, 501697.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 501671.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104156.0, 501555.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 501384.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 501228.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104175.0, 500743.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 500662.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 500682.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104718.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104799.0, 500937.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104845.0, 501052.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 499199.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 499162.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 499103.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 499053.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 498998.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 498944.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 498916.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109302.0, 499167.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108364.0, 499081.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107661.0, 498965.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107176.0, 498722.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106830.0, 498554.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 498444.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 498444.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 498442.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106041.0, 498449.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105802.0, 498587.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 498765.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106364.0, 499116.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106615.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106913.0, 499597.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107120.0, 499755.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107144.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107004.0, 500047.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106640.0, 500120.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106412.0, 500179.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106161.0, 500065.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106014.0, 499859.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105975.0, 499578.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105781.0, 499379.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 499134.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 498940.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 498812.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 498776.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 498825.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 498916.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 499199.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104047.0, 499307.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 499432.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 499634.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 499879.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 500077.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104073.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103892.0, 500393.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 500385.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 500106.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 499851.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 499701.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 499568.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 499394.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 499253.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 499165.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 499172.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102355.0, 499069.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102323.0, 498786.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 498613.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101991.0, 498523.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 498409.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 498338.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102005.0, 498374.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 498403.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 498335.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 498279.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 498213.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 498189.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 498143.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 498046.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 498124.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 498262.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 498478.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 498552.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 498528.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 498382.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 498140.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104516.0, 498064.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105022.0, 498259.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 498218.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105648.0, 498059.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 497811.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 497684.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 497577.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 497420.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105545.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 497293.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105123.0, 497235.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 496985.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 496725.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104701.0, 496670.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 498857.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 498985.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 499121.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106771.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 499118.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106473.0, 499009.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 498964.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 498964.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106280.0, 498882.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106239.0, 498849.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106214.0, 498792.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106247.0, 498759.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 498783.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106394.0, 498808.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.0 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 498857.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106599.0, 498721.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106773.0, 498828.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107017.0, 499163.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 499398.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107316.0, 499453.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 499519.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106974.0, 499444.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106690.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106428.0, 499087.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105998.0, 498689.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106024.0, 498646.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106013.0, 498651.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 498656.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 498665.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105996.0, 498674.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105998.0, 498689.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106177.0, 498614.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106362.0, 498644.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106468.0, 498685.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106599.0, 498721.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106024.0, 498646.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106128.0, 498610.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106177.0, 498614.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99726.0, 497044.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99887.0, 497042.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100109.0, 497044.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100336.0, 497084.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100466.0, 497169.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100572.0, 497289.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100644.0, 497443.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100608.0, 497645.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100425.0, 497772.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 100092.0, 497773.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99736.0, 497722.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99415.0, 497763.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99193.0, 497702.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 98970.0, 497621.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 98913.0, 497555.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 98964.0, 497459.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99080.0, 497372.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99203.0, 497331.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99357.0, 497276.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99477.0, 497151.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99639.0, 497068.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 99726.0, 497044.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 496615.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107327.0, 496696.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107297.0, 497062.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 497263.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106799.0, 497473.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106518.0, 497769.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 497972.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106975.0, 498038.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107293.0, 497908.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107593.0, 497821.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107970.0, 497803.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108409.0, 497857.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108752.0, 497911.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109069.0, 497927.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109304.0, 497906.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106612.0, 513686.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 513837.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106922.0, 514256.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 514675.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106520.0, 514991.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 515255.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 515436.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 515754.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 516139.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 516428.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 516783.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105785.0, 517042.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 517160.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106473.0, 517313.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.0, 517490.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107588.0, 517594.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108140.0, 517634.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108579.0, 517566.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109058.0, 517476.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109373.0, 517245.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109655.0, 516887.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109891.0, 516437.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110263.0, 515829.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110184.0, 514984.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109508.0, 514590.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108539.0, 514364.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107897.0, 513993.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107363.0, 513593.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107103.0, 513343.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 513264.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 513226.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106756.0, 513193.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 513171.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 513169.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106568.0, 513183.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 513205.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106444.0, 513236.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106422.0, 513306.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106415.0, 513363.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106412.0, 513423.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106434.0, 513481.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 513524.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106516.0, 513591.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106612.0, 513686.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107899.0, 519472.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107854.0, 518841.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 518290.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108981.0, 518177.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109685.0, 518081.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110113.0, 517901.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111093.0, 518002.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112574.0, 518785.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113362.0, 519101.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113762.0, 521151.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113509.0, 522299.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113137.0, 522919.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112450.0, 522682.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111932.0, 522029.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111999.0, 521038.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112416.0, 520407.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112326.0, 520159.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111830.0, 519686.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111166.0, 519303.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110073.0, 519033.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109262.0, 519236.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 519483.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107899.0, 519472.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113357.0, 527039.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111994.0, 526656.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111250.0, 526138.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110462.0, 525293.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110201.0, 524566.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110055.0, 524290.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109920.0, 523885.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109661.0, 523198.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109463.0, 522651.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109245.0, 522173.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 521711.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108658.0, 521407.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108343.0, 521350.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107971.0, 521446.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107487.0, 521548.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106980.0, 521480.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 521305.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 521215.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 521125.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106394.0, 521058.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106546.0, 520956.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 106704.0, 520894.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107109.0, 520708.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 107757.0, 520427.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108303.0, 520269.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 108855.0, 520190.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 109475.0, 520179.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110067.0, 520258.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 110710.0, 520787.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111239.0, 522060.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 111385.0, 523141.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112016.0, 524212.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 112591.0, 524887.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113345.0, 525822.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113559.0, 526577.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 113357.0, 527039.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 529673.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 528175.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 528124.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 528110.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 528113.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 106673.0, 528085.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 107033.0, 527996.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 107402.0, 527903.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 527928.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 108044.0, 528051.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 108376.0, 528263.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 108307.0, 528436.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 107999.0, 528417.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 107659.0, 528387.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 528465.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 106979.0, 528649.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 528858.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 529122.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 106168.0, 529410.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 105812.0, 529551.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 529629.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.0 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 529673.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108664.0, 529978.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106352.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 529720.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106692.0, 529473.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 529302.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107128.0, 529181.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107454.0, 529052.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 107922.0, 529007.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108169.0, 529066.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108357.0, 529354.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 529618.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108538.0, 529755.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 108664.0, 529978.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 110526.0, 529982.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109146.0, 529976.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109229.0, 529733.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109476.0, 529628.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 109701.0, 529626.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 110033.0, 529725.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 110283.0, 529855.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 110526.0, 529982.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106352.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 529720.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106692.0, 529473.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 529302.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107128.0, 529181.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107454.0, 529052.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107922.0, 529007.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108169.0, 529066.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108357.0, 529354.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 529618.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108538.0, 529755.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108664.0, 529978.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109146.0, 529976.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109229.0, 529733.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109476.0, 529628.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109701.0, 529626.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110033.0, 529725.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110283.0, 529855.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110526.0, 529982.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110752.0, 529984.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110553.0, 529542.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110352.0, 529000.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 110155.0, 528575.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109969.0, 528070.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109782.0, 527609.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109625.0, 527053.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109454.0, 526200.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109379.0, 525828.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109244.0, 525147.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 109139.0, 524675.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108915.0, 524353.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108678.0, 524207.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108486.0, 524168.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108205.0, 524234.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107973.0, 524344.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 524372.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107425.0, 524342.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.0, 524352.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106904.0, 524337.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106548.0, 524246.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106234.0, 524181.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 524194.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105693.0, 524229.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105484.0, 524243.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 524183.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105112.0, 523998.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 523791.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105351.0, 523646.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105396.0, 523502.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 523325.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 523209.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 522946.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 522639.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 522357.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104144.0, 522997.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 523469.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104256.0, 524004.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 524520.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104349.0, 525146.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104388.0, 525661.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104416.0, 526142.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 526611.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104577.0, 527018.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104698.0, 527688.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 528175.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 528124.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 528110.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 528113.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106673.0, 528085.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107033.0, 527996.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107402.0, 527903.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 527928.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108044.0, 528051.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108376.0, 528263.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 108307.0, 528436.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107999.0, 528417.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107659.0, 528387.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 528465.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106979.0, 528649.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 528858.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 529122.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 106168.0, 529410.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105812.0, 529551.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 529629.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 529673.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.0 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.6 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.1 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.809999 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.9 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.11 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.1 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.040001 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.66 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.139999 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.780001 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.23 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509471.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.780001 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.120001 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.85 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.58 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.48 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509088.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.620001 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.9 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 508948.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.99 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.07 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.209999 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.120001 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.309999 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.51 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.9 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.16 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.049999 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.709999 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.1 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.51 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.309999 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.700001 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.309999 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.809999 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.309999 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.809999 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.51 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.940001 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.51 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.51 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.41 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.91 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.51 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.309999 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.200001 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.26 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.959999 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.629999 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.610001 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.809999 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.32 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.200001 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.67 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.23 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.82 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.5 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.01 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.9 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.11 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.82 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.129999 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.219999 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.65 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.83 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.540001 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.219999 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.110001 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.889999 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.02 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.129999 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508947.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.8 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.73 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.139999 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.450001 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.049999 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.59 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.8 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 508622.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.09 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.49 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.73 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.290001 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.08 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510082.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.209999 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.719999 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.98 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.780001 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.52 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.83 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.33 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.34 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.52 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.889999 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.030001 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.41 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.040001 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 509464.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.77 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.42 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.32 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.83 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.209999 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.080002 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.639999 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.91 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.59 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.780001 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.01 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.450001 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 510049.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.93 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.26 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.26 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.27 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 509852.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.15 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 509802.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.67 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.530001 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.6 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509653.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.43 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.85 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509554.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.18 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.389999 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.85 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.52 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.440001 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 507062.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.1 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.370001 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.65 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.4 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.120001 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.620001 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.25 }, "geometry": { "type": "Point", "coordinates": [ 103665.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.43 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.6 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.74 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.51 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.82 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.77 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.809999 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.84 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.370001 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.26 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.530001 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.27 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.389999 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.030001 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.309999 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.200001 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.780001 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.889999 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.7 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.58 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.959999 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.709999 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.780001 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.139999 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.389999 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.74 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.83 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.48 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.48 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.139999 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.849998 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.990002 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.040001 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.41 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.150002 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.940001 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.02 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.219999 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.240002 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.280001 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.049999 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.950001 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.73 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.8 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.290001 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.77 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.73 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.26 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.24 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.330002 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.57 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.74 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.639999 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.690001 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.57 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.69 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.5 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.74 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.73 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.68 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.790001 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.780001 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.67 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.75 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.82 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.65 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.969999 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.9 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.85 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.58 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.780001 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.82 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.65 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.9 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.959999 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.65 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.94 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.200001 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507064.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.9 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.559999 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.059999 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.95 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.200001 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.200001 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.3 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.6 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.1 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.690001 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.450001 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.030001 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.969999 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.110001 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.309999 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.8 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.15 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.450001 }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 512190.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.700001 }, "geometry": { "type": "Point", "coordinates": [ 109019.0, 512181.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.780001 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.700001 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.0 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.190001 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.8 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.6 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.709999 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.700001 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.700001 }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.1 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.8 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.049999 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.02 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.16 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.35 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.75 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.219999 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.709999 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.9 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.0 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.55 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.33 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.370001 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.99 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.58 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.66 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.209999 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.870001 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.4 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.209999 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.879999 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.73 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.879999 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.139999 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.719999 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.17 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.360001 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.59 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.360001 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.8 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.950001 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.379999 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.790001 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.3 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.77 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.280001 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.59 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.27 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.200001 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.25 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.809999 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.700001 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.629999 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.139999 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.9 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.51 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.709999 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.01 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.58 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.110001 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.01 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.91 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.5 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.620001 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.84 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.450001 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.959999 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.959999 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.0 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.969999 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.76 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.790001 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.76 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.66 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.27 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.38 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.809999 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.17 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.16 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.040001 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.76 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.219999 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.049999 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.84 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.049999 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.200001 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.700001 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.15 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.5 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.1 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.5 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.700001 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.6 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.35 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.15 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.6 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.68 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.3 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.74 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.84 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.129999 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.790001 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.950001 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.73 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.559999 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.610001 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.200001 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.65 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.309999 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.5 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.01 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.6 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.8 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.5 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.1 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.3 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.96 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.1 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.700001 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.81 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.5 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.139999 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.65 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.9 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.07 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.65 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.9 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.25 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.219999 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.719999 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.0 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.5 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.5 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.49 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.5 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.1 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.6 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.9 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.41 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.71 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.9 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.1 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.51 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.41 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.15 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.110001 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.549999 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.0 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.51 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.25 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.8 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.49 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.3 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.43 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.25 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.83 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.309999 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.459999 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.129999 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.17 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.07 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.9 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.129999 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.690001 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.190001 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.51 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.950001 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.629999 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": -24.74 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.84 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.690001 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.440001 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.08 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": -22.09 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.6 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.1 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.11 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.76 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.43 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.82 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.09 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.99 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.34 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.8 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.1 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.09 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.700001 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.18 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.8 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.0 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.82 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.290001 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.43 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.58 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.950001 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.969999 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.870001 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.2 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.25 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.26 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.23 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.200001 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -25.16 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.15 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.190001 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.16 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.91 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.32 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.16 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.15 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.51 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.309999 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.6 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "value": -13.68 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.81 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.32 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.51 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.459999 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.9 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "value": -10.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.5 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.200001 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.6 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "value": -23.110001 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.5 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "value": -12.96 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.700001 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.049999 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.309999 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.96 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.4 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.059999 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.75 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.66 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.4 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.030001 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.7 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.8 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.9 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.65 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.4 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.35 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.360001 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.6 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.4 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.51 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.85 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.9 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.77 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.040001 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.47 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.58 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.51 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.9 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.5 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.5 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -16.809999 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": -19.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.1 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.24 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.51 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -15.17 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.4 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": -17.4 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "value": -14.5 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "value": -11.4 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values.geojson new file mode 100644 index 0000000..5f74273 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values.geojson @@ -0,0 +1,48 @@ +{ +"type": "FeatureCollection", +"name": "TS13_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102020.0, 510611.0 ], [ 102380.0, 510713.0 ], [ 102460.0, 510742.0 ], [ 102502.0, 510762.0 ], [ 102553.0, 510804.0 ], [ 102580.0, 510855.0 ], [ 102615.0, 510911.0 ], [ 102626.0, 510962.0 ], [ 102633.0, 510985.0 ], [ 102665.0, 511339.0 ], [ 102814.0, 511544.0 ], [ 103202.0, 511657.0 ], [ 103376.0, 511695.0 ], [ 103679.0, 511725.0 ], [ 103927.0, 511659.0 ], [ 104088.0, 511619.0 ], [ 104264.0, 511678.0 ], [ 104458.0, 511869.0 ], [ 104528.0, 512000.0 ], [ 104548.0, 512125.0 ], [ 104619.0, 512238.0 ], [ 104874.0, 512321.0 ], [ 105059.0, 512424.0 ], [ 105146.0, 512469.0 ], [ 105241.0, 512476.0 ], [ 105399.0, 512446.0 ], [ 105504.0, 512382.0 ], [ 105501.0, 512225.0 ], [ 105519.0, 512072.0 ], [ 105515.0, 511934.0 ], [ 105472.0, 511876.0 ], [ 105449.0, 511839.0 ], [ 105444.0, 511807.0 ], [ 105449.0, 511783.0 ], [ 105470.0, 511773.0 ], [ 105530.0, 511786.0 ], [ 105703.0, 511844.0 ], [ 105792.0, 511889.0 ], [ 105898.0, 511989.0 ], [ 105984.0, 512056.0 ], [ 106079.0, 512172.0 ], [ 106139.0, 512232.0 ], [ 106361.0, 512485.0 ], [ 106733.0, 512896.0 ], [ 107095.0, 513143.0 ], [ 107396.0, 513378.0 ], [ 107725.0, 513641.0 ], [ 108212.0, 513808.0 ], [ 109284.0, 514222.0 ], [ 113042.0, 516352.0 ], [ 114594.0, 520838.0 ], [ 114966.0, 522539.0 ], [ 114988.0, 524645.0 ], [ 114311.0, 524706.0 ], [ 113849.0, 524706.0 ], [ 113264.0, 524638.0 ], [ 112882.0, 524676.0 ], [ 112813.0, 524863.0 ], [ 113117.0, 525190.0 ], [ 113388.0, 525629.0 ], [ 113816.0, 526080.0 ], [ 113985.0, 526530.0 ], [ 113917.0, 527004.0 ], [ 113444.0, 527184.0 ], [ 112813.0, 527161.0 ], [ 112047.0, 526970.0 ], [ 111215.0, 526498.0 ], [ 110505.0, 525597.0 ], [ 110224.0, 525135.0 ], [ 109908.0, 524380.0 ], [ 109694.0, 523547.0 ], [ 109469.0, 522894.0 ], [ 109064.0, 522184.0 ], [ 108072.0, 521993.0 ], [ 106326.0, 521790.0 ], [ 104989.0, 520903.0 ], [ 104425.0, 519878.0 ], [ 102420.0, 519472.0 ], [ 102837.0, 517772.0 ], [ 104031.0, 516983.0 ], [ 104425.0, 516360.0 ], [ 104409.0, 516185.0 ], [ 104482.0, 515950.0 ], [ 104734.0, 515580.0 ], [ 104981.0, 515363.0 ], [ 105250.0, 515210.0 ], [ 105342.0, 515003.0 ], [ 105227.0, 514726.0 ], [ 104795.0, 514449.0 ], [ 104330.0, 514157.0 ], [ 104032.0, 513821.0 ], [ 103893.0, 513469.0 ], [ 103855.0, 513264.0 ], [ 103649.0, 512983.0 ], [ 103176.0, 512808.0 ], [ 102586.0, 512729.0 ], [ 102328.0, 512757.0 ], [ 102325.0, 512709.0 ], [ 102321.0, 512369.0 ], [ 102283.0, 512171.0 ], [ 102286.0, 511906.0 ], [ 102272.0, 511769.0 ], [ 102150.0, 511373.0 ], [ 102020.0, 510611.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103903.0, 511890.0 ], [ 103982.0, 511855.0 ], [ 104128.0, 511881.0 ], [ 104276.0, 511924.0 ], [ 104373.0, 512024.0 ], [ 104374.0, 512229.0 ], [ 104267.0, 512286.0 ], [ 104159.0, 512174.0 ], [ 104024.0, 512100.0 ], [ 103944.0, 512046.0 ], [ 103900.0, 511969.0 ], [ 103903.0, 511890.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108668.0, 512770.0 ], [ 108611.0, 512764.0 ], [ 108061.0, 512768.0 ], [ 107494.0, 512689.0 ], [ 107064.0, 512600.0 ], [ 106731.0, 512318.0 ], [ 106587.0, 511967.0 ], [ 106560.0, 511652.0 ], [ 106584.0, 511443.0 ], [ 106608.0, 511314.0 ], [ 106636.0, 511306.0 ] ], [ [ 106636.0, 511306.0 ], [ 106706.0, 511275.0 ], [ 106792.0, 511284.0 ], [ 106837.0, 511338.0 ], [ 107005.0, 511452.0 ], [ 107446.0, 511634.0 ], [ 107764.0, 511752.0 ], [ 108096.0, 511884.0 ], [ 108477.0, 512129.0 ], [ 108632.0, 512338.0 ], [ 108773.0, 512538.0 ], [ 108814.0, 512683.0 ], [ 108809.0, 512752.0 ], [ 108755.0, 512770.0 ], [ 108668.0, 512770.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105078.0, 511504.0 ], [ 105066.0, 511466.0 ], [ 105056.0, 511383.0 ], [ 105066.0, 511328.0 ], [ 105086.0, 511285.0 ], [ 105109.0, 511265.0 ], [ 105156.0, 511245.0 ], [ 105239.0, 511250.0 ], [ 105312.0, 511250.0 ], [ 105407.0, 511248.0 ], [ 105444.0, 511240.0 ] ], [ [ 105444.0, 511240.0 ], [ 105502.0, 511243.0 ], [ 105549.0, 511235.0 ], [ 105603.0, 511220.0 ] ], [ [ 105603.0, 511220.0 ], [ 105650.0, 511208.0 ], [ 105700.0, 511173.0 ] ], [ [ 105897.0, 511034.0 ], [ 106024.0, 511036.0 ], [ 106273.0, 511129.0 ], [ 106455.0, 511339.0 ], [ 106449.0, 511739.0 ], [ 106398.0, 512062.0 ], [ 106578.0, 512477.0 ], [ 106984.0, 512840.0 ], [ 107295.0, 512999.0 ], [ 107874.0, 513084.0 ], [ 108571.0, 513077.0 ], [ 109263.0, 513084.0 ] ], [ [ 105700.0, 511173.0 ], [ 105730.0, 511153.0 ], [ 105757.0, 511123.0 ], [ 105775.0, 511093.0 ], [ 105787.0, 511058.0 ], [ 105815.0, 511035.0 ], [ 105870.0, 511028.0 ], [ 105897.0, 511034.0 ] ], [ [ 102760.0, 510838.0 ], [ 102802.0, 510923.0 ], [ 102916.0, 511201.0 ], [ 103143.0, 511381.0 ], [ 103481.0, 511481.0 ], [ 103794.0, 511445.0 ], [ 103995.0, 511313.0 ], [ 104189.0, 511192.0 ], [ 104385.0, 511233.0 ], [ 104543.0, 511426.0 ], [ 104790.0, 511713.0 ], [ 104909.0, 512002.0 ], [ 105053.0, 512170.0 ], [ 105238.0, 512198.0 ], [ 105313.0, 512160.0 ], [ 105324.0, 512002.0 ], [ 105235.0, 511848.0 ], [ 105143.0, 511697.0 ], [ 105097.0, 511583.0 ], [ 105078.0, 511504.0 ] ], [ [ 102668.0, 510714.0 ], [ 102719.0, 510763.0 ], [ 102743.0, 510801.0 ], [ 102760.0, 510838.0 ] ], [ [ 101981.0, 510429.0 ], [ 102520.0, 510630.0 ], [ 102668.0, 510714.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103042.0, 510234.0 ], [ 103036.0, 510213.0 ], [ 103039.0, 510191.0 ], [ 103054.0, 510169.0 ], [ 103089.0, 510139.0 ], [ 103118.0, 510123.0 ], [ 103132.0, 510105.0 ], [ 103137.0, 510085.0 ], [ 103129.0, 510064.0 ], [ 103115.0, 510048.0 ], [ 103054.0, 510015.0 ] ], [ [ 103681.0, 511077.0 ], [ 103814.0, 511022.0 ], [ 104148.0, 510981.0 ], [ 104623.0, 511001.0 ], [ 104825.0, 511062.0 ], [ 105028.0, 511133.0 ], [ 105159.0, 511113.0 ], [ 105300.0, 511052.0 ], [ 105371.0, 510931.0 ], [ 105341.0, 510789.0 ], [ 105220.0, 510658.0 ], [ 104906.0, 510587.0 ], [ 104643.0, 510557.0 ], [ 104482.0, 510547.0 ], [ 104441.0, 510486.0 ], [ 104431.0, 510425.0 ], [ 104532.0, 510395.0 ], [ 104654.0, 510395.0 ], [ 104724.0, 510365.0 ], [ 104734.0, 510314.0 ], [ 104249.0, 510000.0 ], [ 104037.0, 509940.0 ], [ 103926.0, 509980.0 ], [ 103865.0, 510102.0 ], [ 103835.0, 510294.0 ], [ 103835.0, 510445.0 ], [ 103794.0, 510516.0 ], [ 103663.0, 510547.0 ], [ 103572.0, 510526.0 ], [ 103303.0, 510417.0 ] ], [ [ 103184.0, 511160.0 ], [ 103205.0, 511224.0 ], [ 103238.0, 511254.0 ], [ 103282.0, 511281.0 ], [ 103321.0, 511293.0 ], [ 103351.0, 511293.0 ], [ 103386.0, 511290.0 ], [ 103418.0, 511280.0 ] ], [ [ 103418.0, 511280.0 ], [ 103571.0, 511233.0 ], [ 103659.0, 511115.0 ], [ 103681.0, 511077.0 ] ], [ [ 103054.0, 510015.0 ], [ 102996.0, 509991.0 ], [ 102773.0, 509920.0 ], [ 102561.0, 509900.0 ], [ 102318.0, 509859.0 ], [ 102187.0, 509748.0 ], [ 102046.0, 509667.0 ], [ 101796.0, 509609.0 ] ], [ [ 102926.0, 510796.0 ], [ 102976.0, 510854.0 ], [ 103118.0, 511068.0 ], [ 103184.0, 511160.0 ] ], [ [ 102689.0, 510562.0 ], [ 102733.0, 510587.0 ], [ 102758.0, 510608.0 ], [ 102785.0, 510635.0 ], [ 102885.0, 510748.0 ], [ 102910.0, 510781.0 ], [ 102926.0, 510796.0 ] ], [ [ 102420.0, 510456.0 ], [ 102689.0, 510562.0 ] ], [ [ 103303.0, 510417.0 ], [ 103255.0, 510388.0 ], [ 103117.0, 510344.0 ] ], [ [ 103117.0, 510344.0 ], [ 103057.0, 510304.0 ], [ 103042.0, 510234.0 ] ], [ [ 102420.0, 510456.0 ], [ 101936.0, 510228.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -35.0, "value": -35.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103606.0, 511066.0 ], [ 103562.0, 511095.0 ], [ 103529.0, 511070.0 ], [ 103511.0, 511026.0 ] ], [ [ 103677.0, 511001.0 ], [ 103662.0, 511035.0 ], [ 103606.0, 511066.0 ] ], [ [ 103511.0, 511026.0 ], [ 103526.0, 510975.0 ] ], [ [ 103526.0, 510975.0 ], [ 103548.0, 510953.0 ], [ 103598.0, 510931.0 ], [ 103648.0, 510936.0 ], [ 103668.0, 510951.0 ], [ 103683.0, 510971.0 ], [ 103683.0, 510995.0 ], [ 103677.0, 511001.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103336.0, 510796.0 ], [ 103290.0, 510807.0 ], [ 103045.0, 510753.0 ], [ 102996.0, 510714.0 ] ], [ [ 103220.0, 510504.0 ], [ 103302.0, 510539.0 ], [ 103379.0, 510628.0 ], [ 103402.0, 510746.0 ], [ 103379.0, 510787.0 ], [ 103336.0, 510796.0 ] ], [ [ 103196.0, 510496.0 ], [ 103220.0, 510504.0 ] ], [ [ 102979.0, 510417.0 ], [ 103196.0, 510496.0 ] ], [ [ 102996.0, 510714.0 ], [ 102960.0, 510691.0 ], [ 102848.0, 510603.0 ], [ 102824.0, 510586.0 ], [ 102780.0, 510534.0 ], [ 102756.0, 510486.0 ], [ 102749.0, 510463.0 ], [ 102749.0, 510433.0 ], [ 102757.0, 510403.0 ], [ 102764.0, 510388.0 ], [ 102773.0, 510379.0 ], [ 102787.0, 510369.0 ], [ 102798.0, 510364.0 ], [ 102812.0, 510363.0 ], [ 102842.0, 510366.0 ], [ 102872.0, 510372.0 ], [ 102894.0, 510379.0 ], [ 102928.0, 510401.0 ], [ 102939.0, 510403.0 ], [ 102953.0, 510410.0 ], [ 102966.0, 510412.0 ], [ 102979.0, 510417.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103129.0, 510661.0 ], [ 103125.0, 510687.0 ] ], [ [ 103129.0, 510661.0 ], [ 103146.0, 510617.0 ], [ 103146.0, 510610.0 ], [ 103142.0, 510597.0 ], [ 103119.0, 510581.0 ], [ 103105.0, 510574.0 ], [ 103066.0, 510566.0 ], [ 103042.0, 510563.0 ], [ 103032.0, 510558.0 ], [ 103025.0, 510548.0 ], [ 103018.0, 510520.0 ], [ 103018.0, 510497.0 ], [ 103025.0, 510483.0 ], [ 103039.0, 510476.0 ], [ 103052.0, 510474.0 ], [ 103066.0, 510474.0 ], [ 103084.0, 510480.0 ], [ 103131.0, 510503.0 ], [ 103166.0, 510534.0 ], [ 103184.0, 510556.0 ], [ 103203.0, 510572.0 ], [ 103225.0, 510586.0 ], [ 103257.0, 510613.0 ], [ 103269.0, 510634.0 ], [ 103279.0, 510645.0 ], [ 103283.0, 510680.0 ], [ 103282.0, 510700.0 ], [ 103274.0, 510719.0 ], [ 103266.0, 510727.0 ], [ 103252.0, 510731.0 ], [ 103202.0, 510731.0 ], [ 103167.0, 510728.0 ], [ 103146.0, 510719.0 ], [ 103129.0, 510706.0 ], [ 103126.0, 510697.0 ], [ 103125.0, 510687.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103342.0, 510163.0 ], [ 103340.0, 510155.0 ], [ 103342.0, 510148.0 ], [ 103351.0, 510139.0 ], [ 103361.0, 510132.0 ], [ 103379.0, 510124.0 ], [ 103390.0, 510121.0 ], [ 103418.0, 510119.0 ] ], [ [ 103407.0, 510359.0 ], [ 103445.0, 510387.0 ], [ 103468.0, 510407.0 ], [ 103503.0, 510418.0 ], [ 103521.0, 510418.0 ], [ 103532.0, 510414.0 ], [ 103565.0, 510393.0 ], [ 103577.0, 510379.0 ], [ 103600.0, 510341.0 ], [ 103608.0, 510319.0 ], [ 103620.0, 510227.0 ], [ 103618.0, 510202.0 ], [ 103611.0, 510171.0 ], [ 103598.0, 510145.0 ], [ 103588.0, 510131.0 ], [ 103579.0, 510125.0 ], [ 103548.0, 510117.0 ] ], [ [ 103418.0, 510119.0 ], [ 103518.0, 510113.0 ], [ 103548.0, 510117.0 ] ], [ [ 103407.0, 510359.0 ], [ 103346.0, 510361.0 ], [ 103289.0, 510350.0 ], [ 103285.0, 510344.0 ], [ 103328.0, 510288.0 ], [ 103347.0, 510267.0 ], [ 103380.0, 510238.0 ], [ 103387.0, 510227.0 ], [ 103386.0, 510188.0 ], [ 103383.0, 510174.0 ], [ 103378.0, 510168.0 ], [ 103351.0, 510167.0 ], [ 103342.0, 510163.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107786.0, 509911.0 ], [ 107943.0, 510090.0 ], [ 108101.0, 510317.0 ], [ 108285.0, 510633.0 ], [ 108330.0, 510981.0 ], [ 108131.0, 511264.0 ] ], [ [ 108131.0, 511264.0 ], [ 108060.0, 511325.0 ], [ 107818.0, 511386.0 ], [ 107555.0, 511346.0 ], [ 107201.0, 511254.0 ], [ 107080.0, 511153.0 ], [ 106837.0, 510992.0 ], [ 106564.0, 510850.0 ], [ 105958.0, 510506.0 ], [ 105442.0, 510324.0 ], [ 105028.0, 510132.0 ], [ 104694.0, 509960.0 ], [ 104431.0, 509849.0 ], [ 104249.0, 509707.0 ], [ 104137.0, 509658.0 ] ], [ [ 104137.0, 509658.0 ], [ 103957.0, 509655.0 ], [ 103608.0, 509890.0 ], [ 103465.0, 509935.0 ], [ 103333.0, 509939.0 ], [ 103279.0, 509895.0 ] ], [ [ 109288.0, 510035.0 ], [ 108614.0, 509798.0 ], [ 108407.0, 509533.0 ], [ 108227.0, 509394.0 ] ], [ [ 108227.0, 509394.0 ], [ 108144.0, 509323.0 ], [ 108094.0, 509238.0 ], [ 108067.0, 509166.0 ], [ 108058.0, 509071.0 ], [ 108072.0, 508999.0 ], [ 108117.0, 508916.0 ] ], [ [ 101655.0, 508985.0 ], [ 101803.0, 508964.0 ], [ 102016.0, 508969.0 ], [ 102216.0, 508981.0 ], [ 102441.0, 508952.0 ], [ 102665.0, 508911.0 ], [ 102789.0, 508883.0 ] ], [ [ 103279.0, 509895.0 ], [ 103254.0, 509855.0 ], [ 103259.0, 509826.0 ], [ 103269.0, 509808.0 ], [ 103290.0, 509793.0 ], [ 103334.0, 509785.0 ], [ 103469.0, 509751.0 ], [ 103547.0, 509733.0 ], [ 103557.0, 509720.0 ], [ 103550.0, 509702.0 ], [ 103529.0, 509673.0 ], [ 103399.0, 509626.0 ], [ 103337.0, 509600.0 ], [ 103259.0, 509590.0 ], [ 103233.0, 509595.0 ], [ 103204.0, 509582.0 ], [ 103144.0, 509546.0 ], [ 103113.0, 509520.0 ], [ 103100.0, 509481.0 ], [ 103103.0, 509457.0 ], [ 103111.0, 509426.0 ], [ 103137.0, 509390.0 ], [ 103186.0, 509367.0 ], [ 103321.0, 509338.0 ], [ 103344.0, 509328.0 ], [ 103363.0, 509317.0 ], [ 103378.0, 509299.0 ], [ 103383.0, 509276.0 ], [ 103386.0, 509252.0 ], [ 103368.0, 509250.0 ], [ 103342.0, 509250.0 ], [ 103274.0, 509263.0 ], [ 103212.0, 509265.0 ], [ 103186.0, 509260.0 ], [ 103181.0, 509216.0 ], [ 103196.0, 509195.0 ], [ 103225.0, 509143.0 ], [ 103217.0, 509125.0 ], [ 103064.0, 509143.0 ], [ 103038.0, 509130.0 ], [ 103020.0, 509112.0 ], [ 103017.0, 509089.0 ], [ 103015.0, 509042.0 ], [ 103030.0, 509013.0 ], [ 103043.0, 508998.0 ], [ 103087.0, 508974.0 ], [ 103111.0, 508972.0 ], [ 103119.0, 508964.0 ], [ 103126.0, 508954.0 ], [ 103134.0, 508930.0 ], [ 103139.0, 508899.0 ], [ 103137.0, 508871.0 ], [ 103126.0, 508850.0 ], [ 103077.0, 508842.0 ], [ 103030.0, 508842.0 ], [ 102976.0, 508839.0 ], [ 102906.0, 508863.0 ], [ 102789.0, 508883.0 ] ], [ [ 106693.0, 508769.0 ], [ 106847.0, 509010.0 ], [ 106918.0, 509192.0 ], [ 107161.0, 509475.0 ], [ 107786.0, 509911.0 ] ], [ [ 108306.0, 508709.0 ], [ 108117.0, 508916.0 ] ], [ [ 106488.0, 508586.0 ], [ 106514.0, 508598.0 ], [ 106693.0, 508769.0 ] ], [ [ 108306.0, 508709.0 ], [ 108384.0, 508644.0 ], [ 108451.0, 508575.0 ] ], [ [ 108451.0, 508575.0 ], [ 108517.0, 508519.0 ], [ 108561.0, 508456.0 ], [ 108606.0, 508357.0 ], [ 108624.0, 508312.0 ], [ 108620.0, 508195.0 ], [ 108602.0, 508137.0 ], [ 108573.0, 508066.0 ] ], [ [ 107772.0, 507806.0 ], [ 107540.0, 508018.0 ], [ 107436.0, 508133.0 ], [ 107271.0, 508232.0 ], [ 107092.0, 508279.0 ], [ 106882.0, 508249.0 ], [ 106605.0, 508069.0 ] ], [ [ 108573.0, 508066.0 ], [ 108544.0, 508020.0 ], [ 108403.0, 507778.0 ] ], [ [ 107772.0, 507806.0 ], [ 107838.0, 507750.0 ], [ 107879.0, 507719.0 ], [ 108009.0, 507692.0 ], [ 108126.0, 507678.0 ], [ 108278.0, 507696.0 ], [ 108364.0, 507750.0 ], [ 108403.0, 507778.0 ] ], [ [ 106605.0, 508069.0 ], [ 106241.0, 507786.0 ], [ 105948.0, 507665.0 ], [ 105523.0, 507604.0 ], [ 105412.0, 507644.0 ], [ 105361.0, 507796.0 ], [ 105452.0, 507928.0 ], [ 105634.0, 508019.0 ], [ 105745.0, 508049.0 ], [ 105998.0, 508211.0 ], [ 106220.0, 508433.0 ], [ 106488.0, 508586.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103220.0, 507524.0 ], [ 103167.0, 507497.0 ], [ 103095.0, 507470.0 ], [ 103052.0, 507465.0 ], [ 103017.0, 507425.0 ], [ 103007.0, 507405.0 ], [ 102995.0, 507375.0 ], [ 102967.0, 507363.0 ], [ 102945.0, 507358.0 ], [ 102930.0, 507350.0 ], [ 102923.0, 507328.0 ], [ 102933.0, 507310.0 ], [ 103005.0, 507273.0 ], [ 103017.0, 507258.0 ], [ 103022.0, 507238.0 ], [ 103017.0, 507205.0 ], [ 102995.0, 507198.0 ], [ 102955.0, 507198.0 ], [ 102893.0, 507180.0 ], [ 102883.0, 507133.0 ], [ 102893.0, 507056.0 ], [ 102891.0, 507015.0 ] ], [ [ 103916.0, 507158.0 ], [ 104004.0, 507027.0 ], [ 104028.0, 506913.0 ] ], [ [ 103344.0, 506891.0 ], [ 103349.0, 506895.0 ], [ 103476.0, 506950.0 ], [ 103584.0, 507034.0 ], [ 103736.0, 507140.0 ], [ 103742.0, 507139.0 ] ], [ [ 102551.0, 506888.0 ], [ 102613.0, 506923.0 ], [ 102684.0, 506937.0 ], [ 102756.0, 506944.0 ], [ 102848.0, 506937.0 ], [ 102884.0, 506966.0 ], [ 102891.0, 507015.0 ] ], [ [ 104394.0, 506844.0 ], [ 104595.0, 506936.0 ], [ 104788.0, 507183.0 ] ], [ [ 104394.0, 506844.0 ], [ 104286.0, 506802.0 ], [ 104151.0, 506809.0 ], [ 104051.0, 506873.0 ], [ 104028.0, 506913.0 ] ], [ [ 103344.0, 506891.0 ], [ 103275.0, 506873.0 ], [ 103254.0, 506831.0 ], [ 103252.0, 506777.0 ] ], [ [ 102551.0, 506888.0 ], [ 102546.0, 506873.0 ], [ 102553.0, 506854.0 ], [ 102568.0, 506834.0 ], [ 102596.0, 506804.0 ], [ 102641.0, 506781.0 ], [ 102701.0, 506769.0 ], [ 102755.0, 506761.0 ], [ 102790.0, 506746.0 ], [ 102813.0, 506711.0 ], [ 102810.0, 506701.0 ], [ 102785.0, 506701.0 ], [ 102750.0, 506714.0 ], [ 102725.0, 506721.0 ], [ 102671.0, 506711.0 ], [ 102641.0, 506691.0 ], [ 102611.0, 506661.0 ], [ 102593.0, 506634.0 ], [ 102586.0, 506611.0 ], [ 102596.0, 506579.0 ], [ 102611.0, 506549.0 ], [ 102628.0, 506522.0 ], [ 102651.0, 506512.0 ], [ 102773.0, 506504.0 ], [ 102815.0, 506499.0 ], [ 102838.0, 506487.0 ], [ 102840.0, 506474.0 ], [ 102818.0, 506469.0 ], [ 102775.0, 506464.0 ], [ 102738.0, 506457.0 ], [ 102693.0, 506454.0 ], [ 102653.0, 506449.0 ], [ 102633.0, 506437.0 ], [ 102636.0, 506417.0 ], [ 102646.0, 506392.0 ], [ 102666.0, 506369.0 ], [ 102703.0, 506347.0 ], [ 102763.0, 506327.0 ], [ 102833.0, 506322.0 ], [ 102910.0, 506320.0 ], [ 103020.0, 506322.0 ], [ 103077.0, 506320.0 ], [ 103112.0, 506317.0 ], [ 103140.0, 506307.0 ], [ 103170.0, 506305.0 ] ], [ [ 103552.0, 506308.0 ], [ 103507.0, 506305.0 ], [ 103391.0, 506331.0 ], [ 103259.0, 506457.0 ], [ 103186.0, 506571.0 ], [ 103210.0, 506699.0 ], [ 103252.0, 506777.0 ] ], [ [ 103170.0, 506305.0 ], [ 103175.0, 506307.0 ], [ 103204.0, 506293.0 ] ], [ [ 103552.0, 506308.0 ], [ 103620.0, 506345.0 ], [ 103657.0, 506341.0 ], [ 103682.0, 506333.0 ], [ 103699.0, 506308.0 ], [ 103699.0, 506279.0 ], [ 103690.0, 506262.0 ], [ 103677.0, 506252.0 ] ], [ [ 103204.0, 506293.0 ], [ 103321.0, 506250.0 ], [ 103516.0, 506220.0 ], [ 103677.0, 506252.0 ] ], [ [ 104472.0, 508636.0 ], [ 104318.0, 508586.0 ] ], [ [ 101538.0, 508449.0 ], [ 101724.0, 508470.0 ], [ 101846.0, 508488.0 ], [ 102025.0, 508488.0 ], [ 102239.0, 508470.0 ], [ 102384.0, 508447.0 ], [ 102442.0, 508436.0 ], [ 102551.0, 508424.0 ], [ 102661.0, 508395.0 ], [ 102777.0, 508384.0 ], [ 102841.0, 508366.0 ], [ 102887.0, 508337.0 ], [ 102939.0, 508326.0 ], [ 102968.0, 508337.0 ], [ 102968.0, 508366.0 ], [ 102933.0, 508395.0 ], [ 102852.0, 508424.0 ], [ 102812.0, 508453.0 ], [ 102829.0, 508476.0 ], [ 102864.0, 508482.0 ], [ 103153.0, 508482.0 ], [ 103240.0, 508465.0 ], [ 103384.0, 508441.0 ], [ 103760.0, 508441.0 ], [ 103917.0, 508453.0 ], [ 104318.0, 508586.0 ] ], [ [ 101502.0, 508282.0 ], [ 101736.0, 508291.0 ], [ 101886.0, 508303.0 ], [ 102025.0, 508308.0 ], [ 102256.0, 508274.0 ], [ 102563.0, 508239.0 ], [ 102777.0, 508210.0 ], [ 102927.0, 508193.0 ] ], [ [ 104472.0, 508636.0 ], [ 104856.0, 508706.0 ], [ 105078.0, 508726.0 ], [ 105300.0, 508737.0 ], [ 105503.0, 508706.0 ], [ 105644.0, 508656.0 ], [ 105664.0, 508585.0 ], [ 105634.0, 508454.0 ], [ 105543.0, 508352.0 ], [ 105450.0, 508111.0 ] ], [ [ 105404.0, 508017.0 ], [ 105450.0, 508111.0 ] ], [ [ 102927.0, 508193.0 ], [ 103026.0, 508164.0 ], [ 103072.0, 508117.0 ], [ 103083.0, 508071.0 ], [ 103101.0, 508019.0 ], [ 103124.0, 507909.0 ], [ 103147.0, 507886.0 ], [ 103170.0, 507880.0 ], [ 103211.0, 507897.0 ], [ 103257.0, 507932.0 ], [ 103286.0, 507990.0 ], [ 103332.0, 508025.0 ], [ 103442.0, 508071.0 ], [ 103552.0, 508083.0 ], [ 103685.0, 508094.0 ], [ 103807.0, 508146.0 ], [ 103899.0, 508210.0 ], [ 104044.0, 508285.0 ], [ 104160.0, 508320.0 ], [ 104304.0, 508326.0 ], [ 104345.0, 508308.0 ], [ 104379.0, 508239.0 ], [ 104374.0, 508175.0 ], [ 104358.0, 508120.0 ] ], [ [ 103220.0, 507524.0 ], [ 103289.0, 507593.0 ], [ 103446.0, 507671.0 ], [ 103596.0, 507735.0 ], [ 103788.0, 507785.0 ], [ 104002.0, 507792.0 ], [ 104187.0, 507813.0 ], [ 104279.0, 507878.0 ], [ 104343.0, 507984.0 ], [ 104358.0, 508120.0 ] ], [ [ 105404.0, 508017.0 ], [ 105148.0, 507728.0 ], [ 104991.0, 507486.0 ], [ 104906.0, 507372.0 ], [ 104788.0, 507183.0 ] ], [ [ 103916.0, 507158.0 ], [ 103873.0, 507187.0 ], [ 103824.0, 507187.0 ], [ 103767.0, 507172.0 ], [ 103742.0, 507139.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103340.0, 506989.0 ], [ 103307.0, 507053.0 ], [ 103313.0, 507211.0 ], [ 103346.0, 507343.0 ] ], [ [ 103631.0, 507245.0 ], [ 103630.0, 507217.0 ], [ 103574.0, 507114.0 ], [ 103474.0, 507061.0 ], [ 103355.0, 506983.0 ], [ 103340.0, 506989.0 ] ], [ [ 103346.0, 507343.0 ], [ 103396.0, 507429.0 ], [ 103475.0, 507443.0 ], [ 103560.0, 507422.0 ], [ 103603.0, 507386.0 ], [ 103624.0, 507329.0 ], [ 103631.0, 507245.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105429.0, 506712.0 ], [ 105258.0, 506736.0 ], [ 105099.0, 506655.0 ], [ 104950.0, 506661.0 ], [ 104910.0, 506619.0 ] ], [ [ 105429.0, 506712.0 ], [ 105471.0, 506660.0 ], [ 105539.0, 506596.0 ], [ 105596.0, 506580.0 ] ], [ [ 105520.0, 506237.0 ], [ 105626.0, 506286.0 ], [ 105760.0, 506387.0 ], [ 105966.0, 506372.0 ], [ 106216.0, 506371.0 ], [ 106418.0, 506407.0 ], [ 106524.0, 506553.0 ], [ 106505.0, 506701.0 ], [ 106336.0, 506789.0 ], [ 106149.0, 506582.0 ], [ 105965.0, 506508.0 ], [ 105770.0, 506484.0 ], [ 105610.0, 506566.0 ], [ 105596.0, 506580.0 ] ], [ [ 105520.0, 506237.0 ], [ 105449.0, 506204.0 ], [ 105321.0, 506175.0 ], [ 105242.0, 506171.0 ], [ 105163.0, 506200.0 ], [ 105068.0, 506262.0 ], [ 104914.0, 506337.0 ], [ 104864.0, 506412.0 ], [ 104831.0, 506545.0 ], [ 104848.0, 506582.0 ], [ 104894.0, 506611.0 ], [ 104910.0, 506619.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101387.0, 507755.0 ], [ 101545.0, 507742.0 ], [ 101630.0, 507678.0 ], [ 101937.0, 507429.0 ], [ 101951.0, 507308.0 ], [ 101880.0, 507172.0 ], [ 101794.0, 507094.0 ], [ 101794.0, 506980.0 ], [ 101880.0, 506781.0 ], [ 102022.0, 506617.0 ], [ 102107.0, 506581.0 ], [ 102191.0, 506556.0 ] ], [ [ 102191.0, 506556.0 ], [ 102230.0, 506547.0 ], [ 102255.0, 506533.0 ], [ 102275.0, 506513.0 ], [ 102284.0, 506482.0 ], [ 102281.0, 506451.0 ], [ 102264.0, 506431.0 ], [ 102244.0, 506420.0 ], [ 102219.0, 506411.0 ], [ 102138.0, 506395.0 ] ], [ [ 102138.0, 506395.0 ], [ 102093.0, 506389.0 ], [ 101716.0, 506353.0 ], [ 101417.0, 506353.0 ], [ 101049.0, 506305.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103708.0, 505687.0 ], [ 103692.0, 505701.0 ], [ 103671.0, 505709.0 ], [ 103652.0, 505711.0 ], [ 103617.0, 505690.0 ], [ 103596.0, 505674.0 ], [ 103569.0, 505604.0 ], [ 103537.0, 505546.0 ], [ 103521.0, 505530.0 ], [ 103492.0, 505524.0 ], [ 103463.0, 505527.0 ], [ 103430.0, 505535.0 ], [ 103396.0, 505548.0 ], [ 103350.0, 505599.0 ], [ 103283.0, 505738.0 ], [ 103251.0, 505799.0 ], [ 103203.0, 505837.0 ], [ 103169.0, 505888.0 ], [ 103150.0, 506008.0 ], [ 103123.0, 506120.0 ], [ 103094.0, 506187.0 ], [ 103054.0, 506232.0 ], [ 103030.0, 506251.0 ], [ 102983.0, 506246.0 ] ], [ [ 102653.0, 505766.0 ], [ 102695.0, 505732.0 ], [ 102701.0, 505715.0 ], [ 102695.0, 505703.0 ], [ 102684.0, 505692.0 ], [ 102647.0, 505678.0 ], [ 102625.0, 505687.0 ], [ 102594.0, 505715.0 ], [ 102543.0, 505729.0 ], [ 102509.0, 505729.0 ], [ 102430.0, 505723.0 ], [ 102402.0, 505698.0 ], [ 102385.0, 505670.0 ], [ 102380.0, 505624.0 ], [ 102396.0, 505593.0 ], [ 102416.0, 505565.0 ], [ 102475.0, 505557.0 ], [ 102537.0, 505546.0 ], [ 102735.0, 505506.0 ], [ 102929.0, 505436.0 ], [ 103065.0, 505405.0 ], [ 103127.0, 505396.0 ], [ 103239.0, 505396.0 ], [ 103330.0, 505402.0 ], [ 103417.0, 505419.0 ], [ 103483.0, 505424.0 ] ], [ [ 109291.0, 506789.0 ], [ 108851.0, 506352.0 ], [ 108172.0, 505769.0 ], [ 107747.0, 505386.0 ], [ 107278.0, 505043.0 ], [ 107043.0, 504867.0 ] ], [ [ 105471.0, 504854.0 ], [ 105371.0, 504834.0 ], [ 105150.0, 504823.0 ], [ 105078.0, 504946.0 ], [ 105184.0, 505142.0 ], [ 105208.0, 505311.0 ], [ 105017.0, 505494.0 ], [ 104783.0, 505620.0 ], [ 104613.0, 505661.0 ], [ 104402.0, 505612.0 ], [ 104186.0, 505568.0 ], [ 103953.0, 505591.0 ], [ 103884.0, 505626.0 ], [ 103815.0, 505644.0 ], [ 103708.0, 505687.0 ] ], [ [ 102028.0, 504638.0 ], [ 101599.0, 504693.0 ], [ 101202.0, 504693.0 ], [ 100931.0, 504677.0 ], [ 100660.0, 504656.0 ] ], [ [ 103483.0, 505424.0 ], [ 103655.0, 505424.0 ], [ 103790.0, 505343.0 ], [ 103912.0, 505240.0 ], [ 104038.0, 505174.0 ], [ 104110.0, 505116.0 ], [ 104122.0, 505011.0 ], [ 104101.0, 504901.0 ], [ 104010.0, 504815.0 ], [ 103808.0, 504799.0 ], [ 103548.0, 504748.0 ], [ 103290.0, 504705.0 ], [ 103060.0, 504720.0 ], [ 102735.0, 504713.0 ], [ 102505.0, 504643.0 ], [ 102170.0, 504603.0 ], [ 102028.0, 504638.0 ] ], [ [ 105471.0, 504854.0 ], [ 105510.0, 504878.0 ], [ 105544.0, 504889.0 ], [ 105574.0, 504876.0 ], [ 105616.0, 504861.0 ], [ 105644.0, 504831.0 ], [ 105667.0, 504787.0 ], [ 105695.0, 504712.0 ], [ 105735.0, 504572.0 ], [ 105745.0, 504516.0 ] ], [ [ 106230.0, 504418.0 ], [ 106357.0, 504495.0 ], [ 106688.0, 504643.0 ], [ 106948.0, 504777.0 ], [ 107043.0, 504867.0 ] ], [ [ 102983.0, 506246.0 ], [ 102883.0, 506228.0 ], [ 102746.0, 506243.0 ], [ 102715.0, 506256.0 ] ], [ [ 105745.0, 504516.0 ], [ 105773.0, 504439.0 ], [ 105794.0, 504355.0 ], [ 105808.0, 504333.0 ], [ 105900.0, 504277.0 ], [ 106012.0, 504284.0 ], [ 106118.0, 504333.0 ], [ 106230.0, 504418.0 ] ], [ [ 102715.0, 506256.0 ], [ 102687.0, 506262.0 ], [ 102656.0, 506253.0 ], [ 102642.0, 506225.0 ], [ 102625.0, 506174.0 ], [ 102588.0, 506005.0 ], [ 102577.0, 505923.0 ], [ 102582.0, 505864.0 ], [ 102602.0, 505819.0 ], [ 102625.0, 505791.0 ], [ 102653.0, 505766.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105317.0, 506213.0 ], [ 105452.0, 506257.0 ], [ 105528.0, 506329.0 ], [ 105611.0, 506402.0 ], [ 105603.0, 506488.0 ], [ 105518.0, 506552.0 ], [ 105377.0, 506521.0 ], [ 105244.0, 506512.0 ], [ 105167.0, 506456.0 ], [ 105155.0, 506358.0 ] ], [ [ 105317.0, 506213.0 ], [ 105275.0, 506217.0 ], [ 105225.0, 506237.0 ], [ 105184.0, 506283.0 ], [ 105163.0, 506321.0 ], [ 105155.0, 506358.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102798.0, 506195.0 ], [ 102779.0, 506195.0 ], [ 102755.0, 506179.0 ], [ 102746.0, 506155.0 ], [ 102746.0, 506112.0 ], [ 102773.0, 506093.0 ], [ 102821.0, 506091.0 ], [ 102875.0, 506091.0 ], [ 102904.0, 506104.0 ], [ 102912.0, 506134.0 ], [ 102899.0, 506168.0 ], [ 102880.0, 506178.0 ] ], [ [ 102880.0, 506178.0 ], [ 102798.0, 506195.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103855.0, 505693.0 ], [ 103971.0, 505725.0 ], [ 104194.0, 505766.0 ], [ 104409.0, 505793.0 ], [ 104577.0, 505817.0 ] ], [ [ 103855.0, 505693.0 ], [ 103828.0, 505698.0 ], [ 103802.0, 505722.0 ], [ 103770.0, 505757.0 ], [ 103714.0, 505781.0 ], [ 103663.0, 505808.0 ], [ 103639.0, 505808.0 ], [ 103615.0, 505813.0 ], [ 103575.0, 505797.0 ], [ 103548.0, 505759.0 ], [ 103535.0, 505706.0 ], [ 103513.0, 505671.0 ], [ 103463.0, 505604.0 ], [ 103430.0, 505607.0 ], [ 103406.0, 505615.0 ], [ 103385.0, 505647.0 ], [ 103366.0, 505695.0 ], [ 103358.0, 505799.0 ], [ 103374.0, 505832.0 ], [ 103396.0, 505850.0 ], [ 103422.0, 505858.0 ], [ 103441.0, 505853.0 ], [ 103460.0, 505840.0 ], [ 103482.0, 505829.0 ] ], [ [ 104726.0, 505784.0 ], [ 104917.0, 505720.0 ], [ 105153.0, 505596.0 ], [ 105320.0, 505584.0 ] ], [ [ 106239.0, 505264.0 ], [ 106498.0, 505438.0 ], [ 106631.0, 505677.0 ], [ 106659.0, 505762.0 ] ], [ [ 105320.0, 505584.0 ], [ 105397.0, 505590.0 ], [ 105483.0, 505605.0 ], [ 105540.0, 505617.0 ], [ 105613.0, 505624.0 ], [ 105702.0, 505635.0 ], [ 105732.0, 505635.0 ], [ 105751.0, 505629.0 ], [ 105776.0, 505619.0 ], [ 105825.0, 505583.0 ], [ 105840.0, 505566.0 ], [ 105853.0, 505544.0 ], [ 105853.0, 505521.0 ], [ 105845.0, 505482.0 ], [ 105830.0, 505427.0 ], [ 105820.0, 505380.0 ], [ 105811.0, 505327.0 ], [ 105816.0, 505255.0 ], [ 105820.0, 505237.0 ], [ 105831.0, 505223.0 ], [ 105847.0, 505216.0 ], [ 105885.0, 505208.0 ], [ 105936.0, 505200.0 ], [ 106006.0, 505203.0 ], [ 106082.0, 505223.0 ], [ 106154.0, 505235.0 ], [ 106239.0, 505264.0 ] ], [ [ 105086.0, 506056.0 ], [ 105424.0, 506113.0 ], [ 105633.0, 506174.0 ], [ 105805.0, 506216.0 ], [ 105899.0, 506225.0 ] ], [ [ 103704.0, 505861.0 ], [ 103858.0, 505942.0 ], [ 104022.0, 505984.0 ], [ 104213.0, 506003.0 ], [ 104300.0, 506018.0 ], [ 104441.0, 506060.0 ], [ 104525.0, 506083.0 ], [ 104662.0, 506075.0 ], [ 104773.0, 506048.0 ], [ 104910.0, 506029.0 ], [ 105039.0, 506045.0 ], [ 105086.0, 506056.0 ] ], [ [ 103704.0, 505861.0 ], [ 103684.0, 505849.0 ], [ 103571.0, 505829.0 ], [ 103482.0, 505829.0 ] ], [ [ 104726.0, 505784.0 ], [ 104577.0, 505817.0 ] ], [ [ 106659.0, 505762.0 ], [ 106698.0, 505863.0 ], [ 106609.0, 506163.0 ], [ 106245.0, 506240.0 ], [ 105905.0, 506227.0 ], [ 105899.0, 506225.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102173.0, 505452.0 ], [ 102049.0, 505578.0 ], [ 101912.0, 505686.0 ], [ 101649.0, 505823.0 ], [ 101530.0, 505848.0 ], [ 101358.0, 505870.0 ], [ 101106.0, 505906.0 ], [ 100954.0, 505902.0 ] ], [ [ 102173.0, 505452.0 ], [ 102175.0, 505448.0 ], [ 102339.0, 505319.0 ], [ 102474.0, 505294.0 ] ], [ [ 102474.0, 505294.0 ], [ 102498.0, 505295.0 ], [ 102564.0, 505278.0 ] ], [ [ 102564.0, 505278.0 ], [ 102697.0, 505263.0 ] ], [ [ 102697.0, 505263.0 ], [ 102772.0, 505258.0 ], [ 102844.0, 505229.0 ], [ 102862.0, 505197.0 ], [ 102862.0, 505157.0 ], [ 102812.0, 505135.0 ], [ 102707.0, 505099.0 ], [ 102560.0, 505089.0 ], [ 102376.0, 505089.0 ], [ 102157.0, 505121.0 ], [ 101984.0, 505125.0 ], [ 101746.0, 505114.0 ], [ 101203.0, 505103.0 ], [ 100776.0, 505147.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104451.0, 504369.0 ], [ 104568.0, 504422.0 ], [ 104748.0, 504817.0 ], [ 104872.0, 504983.0 ], [ 104879.0, 505234.0 ], [ 104760.0, 505365.0 ], [ 104579.0, 505390.0 ], [ 104410.0, 505287.0 ], [ 104319.0, 505142.0 ], [ 104280.0, 504926.0 ], [ 104302.0, 504712.0 ], [ 104344.0, 504522.0 ], [ 104409.0, 504397.0 ], [ 104451.0, 504369.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109195.0, 504042.0 ], [ 109293.0, 504059.0 ] ], [ [ 108766.0, 503651.0 ], [ 108840.0, 503763.0 ], [ 108886.0, 503950.0 ], [ 109168.0, 504037.0 ], [ 109195.0, 504042.0 ] ], [ [ 108766.0, 503651.0 ], [ 108757.0, 503632.0 ], [ 108764.0, 503583.0 ], [ 108799.0, 503548.0 ], [ 108868.0, 503486.0 ], [ 108972.0, 503458.0 ], [ 109115.0, 503444.0 ], [ 109257.0, 503399.0 ], [ 109294.0, 503341.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102278.0, 503956.0 ], [ 102328.0, 503975.0 ], [ 102294.0, 503996.0 ], [ 102196.0, 503998.0 ], [ 102112.0, 504002.0 ], [ 102044.0, 504013.0 ], [ 101986.0, 504041.0 ], [ 101955.0, 504062.0 ], [ 101899.0, 504064.0 ], [ 101938.0, 503998.0 ], [ 102045.0, 503960.0 ], [ 102278.0, 503956.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103948.0, 503972.0 ], [ 103684.0, 503966.0 ], [ 103616.0, 503904.0 ], [ 103629.0, 503825.0 ], [ 103662.0, 503771.0 ], [ 103701.0, 503744.0 ], [ 103766.0, 503775.0 ], [ 103822.0, 503846.0 ], [ 103907.0, 503885.0 ], [ 103964.0, 503930.0 ], [ 103948.0, 503972.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100344.0, 503417.0 ], [ 100347.0, 503413.0 ], [ 100506.0, 503391.0 ], [ 100723.0, 503481.0 ], [ 101014.0, 503553.0 ], [ 101194.0, 503521.0 ], [ 101335.0, 503483.0 ], [ 101554.0, 503571.0 ], [ 101659.0, 503663.0 ], [ 101747.0, 503745.0 ], [ 101935.0, 503744.0 ], [ 102118.0, 503735.0 ], [ 102230.0, 503739.0 ], [ 102321.0, 503820.0 ], [ 102293.0, 503898.0 ], [ 102145.0, 503914.0 ], [ 101940.0, 503923.0 ], [ 101811.0, 503994.0 ], [ 101756.0, 504053.0 ], [ 101762.0, 504095.0 ], [ 101887.0, 504117.0 ], [ 102008.0, 504097.0 ], [ 102097.0, 504070.0 ], [ 102239.0, 504057.0 ], [ 102356.0, 504064.0 ], [ 102443.0, 504112.0 ], [ 102370.0, 504203.0 ], [ 102240.0, 504255.0 ], [ 102117.0, 504276.0 ], [ 102030.0, 504242.0 ], [ 101968.0, 504247.0 ], [ 101794.0, 504223.0 ], [ 101575.0, 504209.0 ], [ 101407.0, 504196.0 ], [ 101234.0, 504209.0 ], [ 101086.0, 504175.0 ], [ 100808.0, 504057.0 ], [ 100591.0, 503995.0 ], [ 100493.0, 503948.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104560.0, 503983.0 ], [ 104568.0, 504056.0 ], [ 104459.0, 504075.0 ], [ 104316.0, 504110.0 ], [ 104118.0, 504240.0 ], [ 103961.0, 504322.0 ], [ 103786.0, 504346.0 ], [ 103657.0, 504393.0 ], [ 103476.0, 504392.0 ], [ 103289.0, 504371.0 ], [ 103099.0, 504374.0 ], [ 102995.0, 504415.0 ], [ 102859.0, 504428.0 ], [ 102783.0, 504338.0 ], [ 102786.0, 504222.0 ], [ 102819.0, 504147.0 ], [ 102844.0, 504096.0 ], [ 102990.0, 504090.0 ], [ 103084.0, 504160.0 ], [ 103177.0, 504215.0 ], [ 103262.0, 504213.0 ], [ 103322.0, 504133.0 ], [ 103290.0, 503929.0 ], [ 103286.0, 503738.0 ], [ 103363.0, 503600.0 ], [ 103421.0, 503440.0 ], [ 103530.0, 503338.0 ], [ 103728.0, 503330.0 ], [ 103938.0, 503453.0 ], [ 104230.0, 503703.0 ], [ 104436.0, 503787.0 ], [ 104539.0, 503886.0 ], [ 104560.0, 503983.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102975.0, 502800.0 ], [ 102954.0, 502870.0 ], [ 102752.0, 502933.0 ], [ 102523.0, 502868.0 ], [ 102250.0, 502799.0 ], [ 102015.0, 502818.0 ], [ 101844.0, 502929.0 ], [ 101662.0, 502833.0 ], [ 101608.0, 502825.0 ], [ 101599.0, 502889.0 ], [ 101490.0, 502963.0 ], [ 101335.0, 502912.0 ], [ 101319.0, 502686.0 ], [ 101437.0, 502591.0 ], [ 101507.0, 502551.0 ], [ 101653.0, 502549.0 ], [ 101819.0, 502601.0 ], [ 102134.0, 502680.0 ], [ 102333.0, 502680.0 ], [ 102494.0, 502669.0 ], [ 102711.0, 502662.0 ], [ 102886.0, 502693.0 ], [ 102975.0, 502800.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101981.0, 500577.0 ], [ 101999.0, 500681.0 ], [ 102019.0, 500741.0 ], [ 102034.0, 500778.0 ], [ 102066.0, 500798.0 ], [ 102098.0, 500808.0 ], [ 102126.0, 500805.0 ], [ 102163.0, 500793.0 ], [ 102187.0, 500768.0 ], [ 102197.0, 500753.0 ], [ 102207.0, 500718.0 ] ], [ [ 102882.0, 500782.0 ], [ 102910.0, 500748.0 ], [ 102962.0, 500711.0 ], [ 102991.0, 500652.0 ], [ 103001.0, 500617.0 ], [ 103004.0, 500582.0 ], [ 102996.0, 500543.0 ], [ 102991.0, 500501.0 ] ], [ [ 101981.0, 500577.0 ], [ 101980.0, 500564.0 ], [ 101995.0, 500374.0 ], [ 101990.0, 500171.0 ], [ 101937.0, 500030.0 ], [ 101761.0, 499956.0 ], [ 101655.0, 499976.0 ], [ 101395.0, 500099.0 ], [ 101190.0, 500264.0 ], [ 101015.0, 500384.0 ], [ 100748.0, 500493.0 ], [ 100345.0, 500555.0 ], [ 99994.0, 500580.0 ], [ 99682.0, 500530.0 ], [ 99401.0, 500547.0 ], [ 99378.0, 500551.0 ] ], [ [ 99164.0, 499927.0 ], [ 99838.0, 499949.0 ], [ 100463.0, 499832.0 ], [ 101270.0, 499732.0 ], [ 101796.0, 499671.0 ], [ 102090.0, 499724.0 ], [ 102359.0, 499823.0 ], [ 102610.0, 499913.0 ], [ 102628.0, 500012.0 ], [ 102570.0, 500098.0 ], [ 102580.0, 500180.0 ], [ 102792.0, 500318.0 ], [ 102952.0, 500450.0 ], [ 102991.0, 500501.0 ] ], [ [ 102882.0, 500782.0 ], [ 102757.0, 500938.0 ], [ 102636.0, 501114.0 ], [ 102631.0, 501187.0 ], [ 102647.0, 501343.0 ], [ 102604.0, 501512.0 ], [ 102498.0, 501622.0 ], [ 102294.0, 501675.0 ], [ 102213.0, 501691.0 ], [ 102038.0, 501771.0 ], [ 101895.0, 501903.0 ], [ 101782.0, 501997.0 ], [ 101713.0, 502007.0 ], [ 101696.0, 501959.0 ], [ 101747.0, 501892.0 ], [ 101864.0, 501761.0 ], [ 101955.0, 501674.0 ], [ 102057.0, 501648.0 ], [ 102268.0, 501500.0 ], [ 102337.0, 501383.0 ], [ 102358.0, 501190.0 ], [ 102268.0, 501104.0 ], [ 102224.0, 501020.0 ], [ 102254.0, 500888.0 ] ], [ [ 102254.0, 500888.0 ], [ 102266.0, 500815.0 ], [ 102271.0, 500758.0 ], [ 102273.0, 500707.0 ] ], [ [ 102207.0, 500718.0 ], [ 102210.0, 500679.0 ], [ 102220.0, 500642.0 ], [ 102232.0, 500639.0 ], [ 102249.0, 500637.0 ], [ 102269.0, 500652.0 ], [ 102276.0, 500679.0 ], [ 102273.0, 500707.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104845.0, 501052.0 ], [ 104945.0, 501325.0 ], [ 104985.0, 501714.0 ], [ 104936.0, 501943.0 ], [ 104981.0, 502254.0 ], [ 104960.0, 502625.0 ], [ 104798.0, 502738.0 ], [ 104606.0, 502656.0 ], [ 104468.0, 502468.0 ], [ 104344.0, 502409.0 ], [ 104190.0, 502230.0 ], [ 104023.0, 502054.0 ], [ 103850.0, 501924.0 ], [ 103638.0, 501880.0 ], [ 103499.0, 501904.0 ], [ 103426.0, 501962.0 ], [ 103470.0, 502165.0 ], [ 103683.0, 502498.0 ], [ 103824.0, 502680.0 ], [ 103762.0, 502777.0 ], [ 103542.0, 502752.0 ], [ 103285.0, 502652.0 ], [ 103037.0, 502623.0 ], [ 102823.0, 502556.0 ], [ 102521.0, 502543.0 ], [ 102270.0, 502563.0 ], [ 102055.0, 502540.0 ], [ 102000.0, 502371.0 ], [ 101929.0, 502260.0 ], [ 101724.0, 502154.0 ], [ 101813.0, 502067.0 ], [ 102079.0, 502108.0 ], [ 102375.0, 502223.0 ], [ 102576.0, 502266.0 ], [ 102743.0, 502205.0 ], [ 102731.0, 501980.0 ], [ 102638.0, 501738.0 ], [ 102712.0, 501583.0 ], [ 102914.0, 501508.0 ], [ 103174.0, 501530.0 ], [ 103351.0, 501568.0 ], [ 103595.0, 501662.0 ], [ 103726.0, 501692.0 ], [ 103906.0, 501697.0 ], [ 104091.0, 501671.0 ], [ 104156.0, 501555.0 ], [ 104135.0, 501384.0 ], [ 104036.0, 501228.0 ], [ 104008.0, 501058.0 ], [ 104032.0, 500943.0 ], [ 104175.0, 500743.0 ], [ 104334.0, 500662.0 ], [ 104550.0, 500682.0 ], [ 104718.0, 500824.0 ], [ 104799.0, 500937.0 ], [ 104845.0, 501052.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103980.0, 499199.0 ], [ 103952.0, 499162.0 ], [ 103930.0, 499103.0 ], [ 103916.0, 499053.0 ], [ 103916.0, 498944.0 ], [ 103934.0, 498916.0 ] ], [ [ 109302.0, 499167.0 ], [ 108364.0, 499081.0 ], [ 107661.0, 498965.0 ], [ 107176.0, 498722.0 ], [ 106830.0, 498554.0 ], [ 106386.0, 498444.0 ] ], [ [ 106386.0, 498444.0 ], [ 106381.0, 498442.0 ], [ 106041.0, 498449.0 ], [ 105802.0, 498587.0 ], [ 105782.0, 498765.0 ], [ 106057.0, 498938.0 ], [ 106364.0, 499116.0 ], [ 106615.0, 499360.0 ], [ 106913.0, 499597.0 ], [ 107120.0, 499755.0 ], [ 107144.0, 499931.0 ], [ 107004.0, 500047.0 ], [ 106640.0, 500120.0 ], [ 106412.0, 500179.0 ], [ 106161.0, 500065.0 ], [ 106014.0, 499859.0 ], [ 105975.0, 499578.0 ], [ 105781.0, 499379.0 ], [ 105416.0, 499134.0 ], [ 105089.0, 498940.0 ], [ 104754.0, 498812.0 ], [ 104365.0, 498776.0 ], [ 104055.0, 498825.0 ], [ 103934.0, 498916.0 ] ], [ [ 103980.0, 499199.0 ], [ 104047.0, 499307.0 ], [ 104216.0, 499634.0 ], [ 104202.0, 499879.0 ], [ 104179.0, 500077.0 ], [ 104073.0, 500287.0 ], [ 103892.0, 500393.0 ], [ 103762.0, 500424.0 ], [ 103620.0, 500385.0 ], [ 103459.0, 500106.0 ], [ 103443.0, 499851.0 ], [ 103445.0, 499701.0 ], [ 103368.0, 499568.0 ], [ 103241.0, 499394.0 ], [ 103092.0, 499253.0 ], [ 102864.0, 499165.0 ], [ 102586.0, 499172.0 ], [ 102355.0, 499069.0 ], [ 102308.0, 498976.0 ], [ 102323.0, 498786.0 ], [ 102188.0, 498613.0 ], [ 101991.0, 498523.0 ], [ 101911.0, 498409.0 ], [ 101923.0, 498338.0 ], [ 102005.0, 498374.0 ], [ 102212.0, 498403.0 ], [ 102397.0, 498335.0 ], [ 102581.0, 498279.0 ], [ 102808.0, 498213.0 ], [ 103031.0, 498189.0 ], [ 103174.0, 498143.0 ], [ 103361.0, 498046.0 ], [ 103477.0, 498124.0 ], [ 103557.0, 498262.0 ], [ 103659.0, 498478.0 ], [ 103780.0, 498552.0 ], [ 104006.0, 498528.0 ], [ 104191.0, 498382.0 ], [ 104333.0, 498140.0 ], [ 104516.0, 498064.0 ], [ 104749.0, 498125.0 ], [ 105022.0, 498259.0 ], [ 105312.0, 498300.0 ], [ 105529.0, 498218.0 ], [ 105648.0, 498059.0 ], [ 105655.0, 497811.0 ], [ 105596.0, 497684.0 ], [ 105582.0, 497577.0 ], [ 105610.0, 497420.0 ], [ 105545.0, 497309.0 ], [ 105326.0, 497293.0 ], [ 105123.0, 497235.0 ], [ 104866.0, 496985.0 ], [ 104717.0, 496725.0 ], [ 104701.0, 496670.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106521.0, 498857.0 ], [ 106650.0, 498985.0 ], [ 106762.0, 499121.0 ], [ 106771.0, 499193.0 ], [ 106659.0, 499118.0 ], [ 106473.0, 499009.0 ], [ 106383.0, 498964.0 ] ], [ [ 106383.0, 498964.0 ], [ 106239.0, 498849.0 ], [ 106214.0, 498792.0 ], [ 106247.0, 498759.0 ], [ 106304.0, 498783.0 ], [ 106394.0, 498808.0 ], [ 106521.0, 498857.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106599.0, 498721.0 ], [ 106773.0, 498828.0 ], [ 107017.0, 499163.0 ], [ 107300.0, 499398.0 ], [ 107316.0, 499453.0 ], [ 107250.0, 499519.0 ], [ 106974.0, 499444.0 ], [ 106690.0, 499250.0 ], [ 106428.0, 499087.0 ], [ 106223.0, 498932.0 ], [ 106048.0, 498794.0 ], [ 105998.0, 498689.0 ] ], [ [ 106024.0, 498646.0 ], [ 106013.0, 498651.0 ], [ 105997.0, 498665.0 ], [ 105996.0, 498674.0 ], [ 105998.0, 498689.0 ] ], [ [ 106177.0, 498614.0 ], [ 106362.0, 498644.0 ], [ 106468.0, 498685.0 ], [ 106599.0, 498721.0 ] ], [ [ 106024.0, 498646.0 ], [ 106128.0, 498610.0 ], [ 106177.0, 498614.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 99726.0, 497044.0 ], [ 99887.0, 497042.0 ], [ 100109.0, 497044.0 ], [ 100336.0, 497084.0 ], [ 100466.0, 497169.0 ], [ 100572.0, 497289.0 ], [ 100644.0, 497443.0 ], [ 100608.0, 497645.0 ], [ 100425.0, 497772.0 ], [ 100092.0, 497773.0 ], [ 99736.0, 497722.0 ], [ 99415.0, 497763.0 ], [ 99193.0, 497702.0 ], [ 98970.0, 497621.0 ], [ 98913.0, 497555.0 ], [ 98964.0, 497459.0 ], [ 99080.0, 497372.0 ], [ 99203.0, 497331.0 ], [ 99357.0, 497276.0 ], [ 99477.0, 497151.0 ], [ 99639.0, 497068.0 ], [ 99726.0, 497044.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107337.0, 496615.0 ], [ 107327.0, 496696.0 ], [ 107297.0, 497062.0 ], [ 107092.0, 497263.0 ], [ 106799.0, 497473.0 ], [ 106518.0, 497769.0 ], [ 106700.0, 497972.0 ], [ 106975.0, 498038.0 ], [ 107293.0, 497908.0 ], [ 107593.0, 497821.0 ], [ 107970.0, 497803.0 ], [ 108409.0, 497857.0 ], [ 108752.0, 497911.0 ], [ 109069.0, 497927.0 ], [ 109304.0, 497906.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106612.0, 513686.0 ], [ 106730.0, 513837.0 ], [ 106922.0, 514256.0 ], [ 106840.0, 514675.0 ], [ 106520.0, 514991.0 ], [ 106029.0, 515255.0 ], [ 105709.0, 515436.0 ], [ 105452.0, 515754.0 ], [ 105184.0, 516139.0 ], [ 105228.0, 516428.0 ], [ 105476.0, 516783.0 ], [ 105785.0, 517042.0 ], [ 106067.0, 517160.0 ], [ 106473.0, 517313.0 ], [ 106982.0, 517490.0 ], [ 107588.0, 517594.0 ], [ 108140.0, 517634.0 ], [ 108579.0, 517566.0 ], [ 109058.0, 517476.0 ], [ 109373.0, 517245.0 ], [ 109655.0, 516887.0 ], [ 109891.0, 516437.0 ], [ 110263.0, 515829.0 ], [ 110184.0, 514984.0 ], [ 109508.0, 514590.0 ], [ 108539.0, 514364.0 ], [ 107897.0, 513993.0 ], [ 107363.0, 513593.0 ], [ 107103.0, 513343.0 ], [ 106916.0, 513264.0 ], [ 106838.0, 513226.0 ], [ 106756.0, 513193.0 ], [ 106708.0, 513171.0 ], [ 106645.0, 513169.0 ], [ 106568.0, 513183.0 ], [ 106494.0, 513205.0 ], [ 106444.0, 513236.0 ], [ 106422.0, 513306.0 ], [ 106415.0, 513363.0 ], [ 106412.0, 513423.0 ], [ 106434.0, 513481.0 ], [ 106463.0, 513524.0 ], [ 106516.0, 513591.0 ], [ 106612.0, 513686.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107899.0, 519472.0 ], [ 107854.0, 518841.0 ], [ 108260.0, 518290.0 ], [ 108981.0, 518177.0 ], [ 109685.0, 518081.0 ], [ 110113.0, 517901.0 ], [ 111093.0, 518002.0 ], [ 112574.0, 518785.0 ], [ 113362.0, 519101.0 ], [ 113762.0, 521151.0 ], [ 113509.0, 522299.0 ], [ 113137.0, 522919.0 ], [ 112450.0, 522682.0 ], [ 111932.0, 522029.0 ], [ 111999.0, 521038.0 ], [ 112416.0, 520407.0 ], [ 112326.0, 520159.0 ], [ 111830.0, 519686.0 ], [ 111166.0, 519303.0 ], [ 110073.0, 519033.0 ], [ 109262.0, 519236.0 ], [ 108451.0, 519483.0 ], [ 107899.0, 519472.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 113357.0, 527039.0 ], [ 111994.0, 526656.0 ], [ 111250.0, 526138.0 ], [ 110462.0, 525293.0 ], [ 110201.0, 524566.0 ], [ 110055.0, 524290.0 ], [ 109920.0, 523885.0 ], [ 109661.0, 523198.0 ], [ 109463.0, 522651.0 ], [ 109245.0, 522173.0 ], [ 109030.0, 521711.0 ], [ 108658.0, 521407.0 ], [ 108343.0, 521350.0 ], [ 107971.0, 521446.0 ], [ 107487.0, 521548.0 ], [ 106980.0, 521480.0 ], [ 106507.0, 521305.0 ], [ 106383.0, 521215.0 ], [ 106326.0, 521125.0 ], [ 106394.0, 521058.0 ], [ 106546.0, 520956.0 ], [ 106704.0, 520894.0 ], [ 107109.0, 520708.0 ], [ 107757.0, 520427.0 ], [ 108303.0, 520269.0 ], [ 108855.0, 520190.0 ], [ 109475.0, 520179.0 ], [ 110067.0, 520258.0 ], [ 110710.0, 520787.0 ], [ 111239.0, 522060.0 ], [ 111385.0, 523141.0 ], [ 112016.0, 524212.0 ], [ 112591.0, 524887.0 ], [ 113345.0, 525822.0 ], [ 113559.0, 526577.0 ], [ 113357.0, 527039.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105115.0, 529673.0 ], [ 104803.0, 528175.0 ], [ 105338.0, 528124.0 ], [ 105769.0, 528110.0 ], [ 106187.0, 528113.0 ], [ 106673.0, 528085.0 ], [ 107402.0, 527903.0 ], [ 107691.0, 527928.0 ], [ 108044.0, 528051.0 ], [ 108376.0, 528263.0 ], [ 108307.0, 528436.0 ], [ 107999.0, 528417.0 ], [ 107659.0, 528387.0 ], [ 107295.0, 528465.0 ], [ 106979.0, 528649.0 ], [ 106750.0, 528858.0 ], [ 106507.0, 529122.0 ], [ 106168.0, 529410.0 ], [ 105812.0, 529551.0 ], [ 105446.0, 529629.0 ], [ 105115.0, 529673.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108664.0, 529978.0 ], [ 106352.0, 529968.0 ], [ 106494.0, 529720.0 ], [ 106692.0, 529473.0 ], [ 106909.0, 529302.0 ], [ 107128.0, 529181.0 ], [ 107454.0, 529052.0 ], [ 107922.0, 529007.0 ], [ 108169.0, 529066.0 ], [ 108357.0, 529354.0 ], [ 108451.0, 529618.0 ], [ 108538.0, 529755.0 ], [ 108664.0, 529978.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 110526.0, 529982.0 ], [ 109146.0, 529976.0 ], [ 109229.0, 529733.0 ], [ 109476.0, 529628.0 ], [ 109701.0, 529626.0 ], [ 110033.0, 529725.0 ], [ 110526.0, 529982.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 106494.0, 529720.0 ], [ 106692.0, 529473.0 ], [ 106909.0, 529302.0 ], [ 107128.0, 529181.0 ], [ 107454.0, 529052.0 ], [ 107922.0, 529007.0 ], [ 108169.0, 529066.0 ], [ 108357.0, 529354.0 ], [ 108451.0, 529618.0 ], [ 108538.0, 529755.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 109229.0, 529733.0 ], [ 109476.0, 529628.0 ], [ 109701.0, 529626.0 ], [ 110033.0, 529725.0 ], [ 110526.0, 529982.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105338.0, 528124.0 ], [ 105769.0, 528110.0 ], [ 106187.0, 528113.0 ], [ 106673.0, 528085.0 ], [ 107402.0, 527903.0 ], [ 107691.0, 527928.0 ], [ 108044.0, 528051.0 ], [ 108376.0, 528263.0 ], [ 108307.0, 528436.0 ], [ 107999.0, 528417.0 ], [ 107659.0, 528387.0 ], [ 107295.0, 528465.0 ], [ 106979.0, 528649.0 ], [ 106750.0, 528858.0 ], [ 106507.0, 529122.0 ], [ 106168.0, 529410.0 ], [ 105812.0, 529551.0 ], [ 105446.0, 529629.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values_edited.geojson new file mode 100644 index 0000000..2e8da25 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS13/TS13_union_with_values_edited.geojson @@ -0,0 +1,48 @@ +{ +"type": "FeatureCollection", +"name": "TS13_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102020.0, 510611.0 ], [ 102380.0, 510713.0 ], [ 102460.0, 510742.0 ], [ 102502.0, 510762.0 ], [ 102553.0, 510804.0 ], [ 102580.0, 510855.0 ], [ 102615.0, 510911.0 ], [ 102626.0, 510962.0 ], [ 102633.0, 510985.0 ], [ 102665.0, 511339.0 ], [ 102814.0, 511544.0 ], [ 103202.0, 511657.0 ], [ 103376.0, 511695.0 ], [ 103679.0, 511725.0 ], [ 103927.0, 511659.0 ], [ 104088.0, 511619.0 ], [ 104264.0, 511678.0 ], [ 104458.0, 511869.0 ], [ 104528.0, 512000.0 ], [ 104548.0, 512125.0 ], [ 104619.0, 512238.0 ], [ 104874.0, 512321.0 ], [ 105059.0, 512424.0 ], [ 105146.0, 512469.0 ], [ 105241.0, 512476.0 ], [ 105399.0, 512446.0 ], [ 105504.0, 512382.0 ], [ 105501.0, 512225.0 ], [ 105519.0, 512072.0 ], [ 105515.0, 511934.0 ], [ 105472.0, 511876.0 ], [ 105449.0, 511839.0 ], [ 105444.0, 511807.0 ], [ 105449.0, 511783.0 ], [ 105470.0, 511773.0 ], [ 105530.0, 511786.0 ], [ 105703.0, 511844.0 ], [ 105792.0, 511889.0 ], [ 105898.0, 511989.0 ], [ 105984.0, 512056.0 ], [ 106079.0, 512172.0 ], [ 106139.0, 512232.0 ], [ 106361.0, 512485.0 ], [ 106733.0, 512896.0 ], [ 107095.0, 513143.0 ], [ 107396.0, 513378.0 ], [ 107725.0, 513641.0 ], [ 108212.0, 513808.0 ], [ 109284.0, 514222.0 ], [ 113042.0, 516352.0 ], [ 114594.0, 520838.0 ], [ 114966.0, 522539.0 ], [ 114988.0, 524645.0 ], [ 114311.0, 524706.0 ], [ 113849.0, 524706.0 ], [ 113264.0, 524638.0 ], [ 112882.0, 524676.0 ], [ 112813.0, 524863.0 ], [ 113117.0, 525190.0 ], [ 113388.0, 525629.0 ], [ 113816.0, 526080.0 ], [ 113985.0, 526530.0 ], [ 113917.0, 527004.0 ], [ 113444.0, 527184.0 ], [ 112813.0, 527161.0 ], [ 112047.0, 526970.0 ], [ 111215.0, 526498.0 ], [ 110505.0, 525597.0 ], [ 110224.0, 525135.0 ], [ 109908.0, 524380.0 ], [ 109694.0, 523547.0 ], [ 109469.0, 522894.0 ], [ 109064.0, 522184.0 ], [ 108072.0, 521993.0 ], [ 106326.0, 521790.0 ], [ 104989.0, 520903.0 ], [ 104425.0, 519878.0 ], [ 102420.0, 519472.0 ], [ 102837.0, 517772.0 ], [ 104031.0, 516983.0 ], [ 104425.0, 516360.0 ], [ 104409.0, 516185.0 ], [ 104482.0, 515950.0 ], [ 104734.0, 515580.0 ], [ 104981.0, 515363.0 ], [ 105250.0, 515210.0 ], [ 105342.0, 515003.0 ], [ 105227.0, 514726.0 ], [ 104795.0, 514449.0 ], [ 104330.0, 514157.0 ], [ 104032.0, 513821.0 ], [ 103893.0, 513469.0 ], [ 103855.0, 513264.0 ], [ 103649.0, 512983.0 ], [ 103176.0, 512808.0 ], [ 102586.0, 512729.0 ], [ 102328.0, 512757.0 ], [ 102325.0, 512709.0 ], [ 102321.0, 512369.0 ], [ 102283.0, 512171.0 ], [ 102286.0, 511906.0 ], [ 102272.0, 511769.0 ], [ 102150.0, 511373.0 ], [ 102020.0, 510611.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103903.0, 511890.0 ], [ 103982.0, 511855.0 ], [ 104128.0, 511881.0 ], [ 104276.0, 511924.0 ], [ 104373.0, 512024.0 ], [ 104374.0, 512229.0 ], [ 104267.0, 512286.0 ], [ 104159.0, 512174.0 ], [ 104024.0, 512100.0 ], [ 103944.0, 512046.0 ], [ 103900.0, 511969.0 ], [ 103903.0, 511890.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108668.0, 512770.0 ], [ 108611.0, 512764.0 ], [ 108061.0, 512768.0 ], [ 107494.0, 512689.0 ], [ 107064.0, 512600.0 ], [ 106731.0, 512318.0 ], [ 106587.0, 511967.0 ], [ 106560.0, 511652.0 ], [ 106584.0, 511443.0 ], [ 106608.0, 511314.0 ], [ 106636.0, 511306.0 ] ], [ [ 106636.0, 511306.0 ], [ 106706.0, 511275.0 ], [ 106792.0, 511284.0 ], [ 106837.0, 511338.0 ], [ 107005.0, 511452.0 ], [ 107446.0, 511634.0 ], [ 107764.0, 511752.0 ], [ 108096.0, 511884.0 ], [ 108477.0, 512129.0 ], [ 108632.0, 512338.0 ], [ 108773.0, 512538.0 ], [ 108814.0, 512683.0 ], [ 108809.0, 512752.0 ], [ 108755.0, 512770.0 ], [ 108668.0, 512770.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105078.0, 511504.0 ], [ 105066.0, 511466.0 ], [ 105056.0, 511383.0 ], [ 105066.0, 511328.0 ], [ 105086.0, 511285.0 ], [ 105109.0, 511265.0 ], [ 105156.0, 511245.0 ], [ 105239.0, 511250.0 ], [ 105312.0, 511250.0 ], [ 105407.0, 511248.0 ], [ 105444.0, 511240.0 ] ], [ [ 105444.0, 511240.0 ], [ 105502.0, 511243.0 ], [ 105549.0, 511235.0 ], [ 105603.0, 511220.0 ] ], [ [ 105603.0, 511220.0 ], [ 105650.0, 511208.0 ], [ 105700.0, 511173.0 ] ], [ [ 105897.0, 511034.0 ], [ 106024.0, 511036.0 ], [ 106273.0, 511129.0 ], [ 106455.0, 511339.0 ], [ 106449.0, 511739.0 ], [ 106398.0, 512062.0 ], [ 106578.0, 512477.0 ], [ 106984.0, 512840.0 ], [ 107295.0, 512999.0 ], [ 107874.0, 513084.0 ], [ 108571.0, 513077.0 ], [ 109263.0, 513084.0 ] ], [ [ 105700.0, 511173.0 ], [ 105730.0, 511153.0 ], [ 105757.0, 511123.0 ], [ 105775.0, 511093.0 ], [ 105787.0, 511058.0 ], [ 105815.0, 511035.0 ], [ 105870.0, 511028.0 ], [ 105897.0, 511034.0 ] ], [ [ 102760.0, 510838.0 ], [ 102802.0, 510923.0 ], [ 102916.0, 511201.0 ], [ 103143.0, 511381.0 ], [ 103481.0, 511481.0 ], [ 103794.0, 511445.0 ], [ 103995.0, 511313.0 ], [ 104189.0, 511192.0 ], [ 104385.0, 511233.0 ], [ 104543.0, 511426.0 ], [ 104790.0, 511713.0 ], [ 104909.0, 512002.0 ], [ 105053.0, 512170.0 ], [ 105238.0, 512198.0 ], [ 105313.0, 512160.0 ], [ 105324.0, 512002.0 ], [ 105235.0, 511848.0 ], [ 105143.0, 511697.0 ], [ 105097.0, 511583.0 ], [ 105078.0, 511504.0 ] ], [ [ 102668.0, 510714.0 ], [ 102719.0, 510763.0 ], [ 102743.0, 510801.0 ], [ 102760.0, 510838.0 ] ], [ [ 101981.0, 510429.0 ], [ 102520.0, 510630.0 ], [ 102668.0, 510714.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103042.0, 510234.0 ], [ 103036.0, 510213.0 ], [ 103039.0, 510191.0 ], [ 103054.0, 510169.0 ], [ 103089.0, 510139.0 ], [ 103118.0, 510123.0 ], [ 103132.0, 510105.0 ], [ 103137.0, 510085.0 ], [ 103129.0, 510064.0 ], [ 103115.0, 510048.0 ], [ 103054.0, 510015.0 ] ], [ [ 103681.0, 511077.0 ], [ 103814.0, 511022.0 ], [ 104148.0, 510981.0 ], [ 104623.0, 511001.0 ], [ 104825.0, 511062.0 ], [ 105028.0, 511133.0 ], [ 105159.0, 511113.0 ], [ 105300.0, 511052.0 ], [ 105371.0, 510931.0 ], [ 105341.0, 510789.0 ], [ 105220.0, 510658.0 ], [ 104906.0, 510587.0 ], [ 104643.0, 510557.0 ], [ 104482.0, 510547.0 ], [ 104441.0, 510486.0 ], [ 104431.0, 510425.0 ], [ 104532.0, 510395.0 ], [ 104654.0, 510395.0 ], [ 104724.0, 510365.0 ], [ 104734.0, 510314.0 ], [ 104249.0, 510000.0 ], [ 104037.0, 509940.0 ], [ 103926.0, 509980.0 ], [ 103865.0, 510102.0 ], [ 103835.0, 510294.0 ], [ 103835.0, 510445.0 ], [ 103794.0, 510516.0 ], [ 103663.0, 510547.0 ], [ 103572.0, 510526.0 ], [ 103303.0, 510417.0 ] ], [ [ 103184.0, 511160.0 ], [ 103205.0, 511224.0 ], [ 103238.0, 511254.0 ], [ 103282.0, 511281.0 ], [ 103321.0, 511293.0 ], [ 103351.0, 511293.0 ], [ 103386.0, 511290.0 ], [ 103418.0, 511280.0 ] ], [ [ 103418.0, 511280.0 ], [ 103571.0, 511233.0 ], [ 103659.0, 511115.0 ], [ 103681.0, 511077.0 ] ], [ [ 103054.0, 510015.0 ], [ 102996.0, 509991.0 ], [ 102773.0, 509920.0 ], [ 102561.0, 509900.0 ], [ 102318.0, 509859.0 ], [ 102187.0, 509748.0 ], [ 102046.0, 509667.0 ], [ 101796.0, 509609.0 ] ], [ [ 102926.0, 510796.0 ], [ 102976.0, 510854.0 ], [ 103118.0, 511068.0 ], [ 103184.0, 511160.0 ] ], [ [ 102689.0, 510562.0 ], [ 102733.0, 510587.0 ], [ 102758.0, 510608.0 ], [ 102785.0, 510635.0 ], [ 102885.0, 510748.0 ], [ 102910.0, 510781.0 ], [ 102926.0, 510796.0 ] ], [ [ 102420.0, 510456.0 ], [ 102689.0, 510562.0 ] ], [ [ 103303.0, 510417.0 ], [ 103255.0, 510388.0 ], [ 103117.0, 510344.0 ] ], [ [ 103117.0, 510344.0 ], [ 103057.0, 510304.0 ], [ 103042.0, 510234.0 ] ], [ [ 102420.0, 510456.0 ], [ 101936.0, 510228.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -35.0, "value": -35.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103606.0, 511066.0 ], [ 103562.0, 511095.0 ], [ 103529.0, 511070.0 ], [ 103511.0, 511026.0 ] ], [ [ 103677.0, 511001.0 ], [ 103662.0, 511035.0 ], [ 103606.0, 511066.0 ] ], [ [ 103511.0, 511026.0 ], [ 103526.0, 510975.0 ] ], [ [ 103526.0, 510975.0 ], [ 103548.0, 510953.0 ], [ 103598.0, 510931.0 ], [ 103648.0, 510936.0 ], [ 103668.0, 510951.0 ], [ 103683.0, 510971.0 ], [ 103683.0, 510995.0 ], [ 103677.0, 511001.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103336.0, 510796.0 ], [ 103290.0, 510807.0 ], [ 103045.0, 510753.0 ], [ 102996.0, 510714.0 ] ], [ [ 103220.0, 510504.0 ], [ 103302.0, 510539.0 ], [ 103379.0, 510628.0 ], [ 103402.0, 510746.0 ], [ 103379.0, 510787.0 ], [ 103336.0, 510796.0 ] ], [ [ 103196.0, 510496.0 ], [ 103220.0, 510504.0 ] ], [ [ 102979.0, 510417.0 ], [ 103196.0, 510496.0 ] ], [ [ 102996.0, 510714.0 ], [ 102960.0, 510691.0 ], [ 102848.0, 510603.0 ], [ 102824.0, 510586.0 ], [ 102780.0, 510534.0 ], [ 102756.0, 510486.0 ], [ 102749.0, 510463.0 ], [ 102749.0, 510433.0 ], [ 102757.0, 510403.0 ], [ 102764.0, 510388.0 ], [ 102773.0, 510379.0 ], [ 102787.0, 510369.0 ], [ 102798.0, 510364.0 ], [ 102812.0, 510363.0 ], [ 102842.0, 510366.0 ], [ 102872.0, 510372.0 ], [ 102894.0, 510379.0 ], [ 102928.0, 510401.0 ], [ 102939.0, 510403.0 ], [ 102953.0, 510410.0 ], [ 102966.0, 510412.0 ], [ 102979.0, 510417.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103129.0, 510661.0 ], [ 103125.0, 510687.0 ] ], [ [ 103129.0, 510661.0 ], [ 103146.0, 510617.0 ], [ 103146.0, 510610.0 ], [ 103142.0, 510597.0 ], [ 103119.0, 510581.0 ], [ 103105.0, 510574.0 ], [ 103066.0, 510566.0 ], [ 103042.0, 510563.0 ], [ 103032.0, 510558.0 ], [ 103025.0, 510548.0 ], [ 103018.0, 510520.0 ], [ 103018.0, 510497.0 ], [ 103025.0, 510483.0 ], [ 103039.0, 510476.0 ], [ 103052.0, 510474.0 ], [ 103066.0, 510474.0 ], [ 103084.0, 510480.0 ], [ 103131.0, 510503.0 ], [ 103166.0, 510534.0 ], [ 103184.0, 510556.0 ], [ 103203.0, 510572.0 ], [ 103225.0, 510586.0 ], [ 103257.0, 510613.0 ], [ 103269.0, 510634.0 ], [ 103279.0, 510645.0 ], [ 103283.0, 510680.0 ], [ 103282.0, 510700.0 ], [ 103274.0, 510719.0 ], [ 103266.0, 510727.0 ], [ 103252.0, 510731.0 ], [ 103202.0, 510731.0 ], [ 103167.0, 510728.0 ], [ 103146.0, 510719.0 ], [ 103129.0, 510706.0 ], [ 103126.0, 510697.0 ], [ 103125.0, 510687.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103342.0, 510163.0 ], [ 103340.0, 510155.0 ], [ 103342.0, 510148.0 ], [ 103351.0, 510139.0 ], [ 103361.0, 510132.0 ], [ 103379.0, 510124.0 ], [ 103390.0, 510121.0 ], [ 103418.0, 510119.0 ] ], [ [ 103407.0, 510359.0 ], [ 103445.0, 510387.0 ], [ 103468.0, 510407.0 ], [ 103503.0, 510418.0 ], [ 103521.0, 510418.0 ], [ 103532.0, 510414.0 ], [ 103565.0, 510393.0 ], [ 103577.0, 510379.0 ], [ 103600.0, 510341.0 ], [ 103608.0, 510319.0 ], [ 103620.0, 510227.0 ], [ 103618.0, 510202.0 ], [ 103611.0, 510171.0 ], [ 103598.0, 510145.0 ], [ 103588.0, 510131.0 ], [ 103579.0, 510125.0 ], [ 103548.0, 510117.0 ] ], [ [ 103418.0, 510119.0 ], [ 103518.0, 510113.0 ], [ 103548.0, 510117.0 ] ], [ [ 103407.0, 510359.0 ], [ 103346.0, 510361.0 ], [ 103289.0, 510350.0 ], [ 103285.0, 510344.0 ], [ 103328.0, 510288.0 ], [ 103347.0, 510267.0 ], [ 103380.0, 510238.0 ], [ 103387.0, 510227.0 ], [ 103386.0, 510188.0 ], [ 103383.0, 510174.0 ], [ 103378.0, 510168.0 ], [ 103351.0, 510167.0 ], [ 103342.0, 510163.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107786.0, 509911.0 ], [ 107943.0, 510090.0 ], [ 108101.0, 510317.0 ], [ 108285.0, 510633.0 ], [ 108330.0, 510981.0 ], [ 108131.0, 511264.0 ] ], [ [ 108131.0, 511264.0 ], [ 108060.0, 511325.0 ], [ 107818.0, 511386.0 ], [ 107555.0, 511346.0 ], [ 107201.0, 511254.0 ], [ 107080.0, 511153.0 ], [ 106837.0, 510992.0 ], [ 106564.0, 510850.0 ], [ 105958.0, 510506.0 ], [ 105442.0, 510324.0 ], [ 105028.0, 510132.0 ], [ 104694.0, 509960.0 ], [ 104431.0, 509849.0 ], [ 104249.0, 509707.0 ], [ 104137.0, 509658.0 ] ], [ [ 104137.0, 509658.0 ], [ 103957.0, 509655.0 ], [ 103608.0, 509890.0 ], [ 103465.0, 509935.0 ], [ 103333.0, 509939.0 ], [ 103279.0, 509895.0 ] ], [ [ 109288.0, 510035.0 ], [ 108614.0, 509798.0 ], [ 108407.0, 509533.0 ], [ 108227.0, 509394.0 ] ], [ [ 108227.0, 509394.0 ], [ 108144.0, 509323.0 ], [ 108094.0, 509238.0 ], [ 108067.0, 509166.0 ], [ 108058.0, 509071.0 ], [ 108072.0, 508999.0 ], [ 108117.0, 508916.0 ] ], [ [ 101655.0, 508985.0 ], [ 101803.0, 508964.0 ], [ 102016.0, 508969.0 ], [ 102216.0, 508981.0 ], [ 102441.0, 508952.0 ], [ 102665.0, 508911.0 ], [ 102789.0, 508883.0 ] ], [ [ 103279.0, 509895.0 ], [ 103254.0, 509855.0 ], [ 103259.0, 509826.0 ], [ 103269.0, 509808.0 ], [ 103290.0, 509793.0 ], [ 103334.0, 509785.0 ], [ 103469.0, 509751.0 ], [ 103547.0, 509733.0 ], [ 103557.0, 509720.0 ], [ 103550.0, 509702.0 ], [ 103529.0, 509673.0 ], [ 103399.0, 509626.0 ], [ 103337.0, 509600.0 ], [ 103259.0, 509590.0 ], [ 103233.0, 509595.0 ], [ 103204.0, 509582.0 ], [ 103144.0, 509546.0 ], [ 103113.0, 509520.0 ], [ 103100.0, 509481.0 ], [ 103103.0, 509457.0 ], [ 103111.0, 509426.0 ], [ 103137.0, 509390.0 ], [ 103186.0, 509367.0 ], [ 103321.0, 509338.0 ], [ 103344.0, 509328.0 ], [ 103363.0, 509317.0 ], [ 103378.0, 509299.0 ], [ 103383.0, 509276.0 ], [ 103386.0, 509252.0 ], [ 103368.0, 509250.0 ], [ 103342.0, 509250.0 ], [ 103274.0, 509263.0 ], [ 103212.0, 509265.0 ], [ 103186.0, 509260.0 ], [ 103181.0, 509216.0 ], [ 103196.0, 509195.0 ], [ 103225.0, 509143.0 ], [ 103217.0, 509125.0 ], [ 103064.0, 509143.0 ], [ 103038.0, 509130.0 ], [ 103020.0, 509112.0 ], [ 103017.0, 509089.0 ], [ 103015.0, 509042.0 ], [ 103030.0, 509013.0 ], [ 103043.0, 508998.0 ], [ 103087.0, 508974.0 ], [ 103111.0, 508972.0 ], [ 103119.0, 508964.0 ], [ 103126.0, 508954.0 ], [ 103134.0, 508930.0 ], [ 103139.0, 508899.0 ], [ 103137.0, 508871.0 ], [ 103126.0, 508850.0 ], [ 103077.0, 508842.0 ], [ 103030.0, 508842.0 ], [ 102976.0, 508839.0 ], [ 102906.0, 508863.0 ], [ 102789.0, 508883.0 ] ], [ [ 106693.0, 508769.0 ], [ 106847.0, 509010.0 ], [ 106918.0, 509192.0 ], [ 107161.0, 509475.0 ], [ 107786.0, 509911.0 ] ], [ [ 108306.0, 508709.0 ], [ 108117.0, 508916.0 ] ], [ [ 106488.0, 508586.0 ], [ 106514.0, 508598.0 ], [ 106693.0, 508769.0 ] ], [ [ 108306.0, 508709.0 ], [ 108384.0, 508644.0 ], [ 108451.0, 508575.0 ] ], [ [ 108451.0, 508575.0 ], [ 108517.0, 508519.0 ], [ 108561.0, 508456.0 ], [ 108606.0, 508357.0 ], [ 108624.0, 508312.0 ], [ 108620.0, 508195.0 ], [ 108602.0, 508137.0 ], [ 108573.0, 508066.0 ] ], [ [ 107772.0, 507806.0 ], [ 107540.0, 508018.0 ], [ 107436.0, 508133.0 ], [ 107271.0, 508232.0 ], [ 107092.0, 508279.0 ], [ 106882.0, 508249.0 ], [ 106605.0, 508069.0 ] ], [ [ 108573.0, 508066.0 ], [ 108544.0, 508020.0 ], [ 108403.0, 507778.0 ] ], [ [ 107772.0, 507806.0 ], [ 107838.0, 507750.0 ], [ 107879.0, 507719.0 ], [ 108009.0, 507692.0 ], [ 108126.0, 507678.0 ], [ 108278.0, 507696.0 ], [ 108364.0, 507750.0 ], [ 108403.0, 507778.0 ] ], [ [ 106605.0, 508069.0 ], [ 106241.0, 507786.0 ], [ 105948.0, 507665.0 ], [ 105523.0, 507604.0 ], [ 105412.0, 507644.0 ], [ 105361.0, 507796.0 ], [ 105452.0, 507928.0 ], [ 105634.0, 508019.0 ], [ 105745.0, 508049.0 ], [ 105998.0, 508211.0 ], [ 106220.0, 508433.0 ], [ 106488.0, 508586.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103220.0, 507524.0 ], [ 103167.0, 507497.0 ], [ 103095.0, 507470.0 ], [ 103052.0, 507465.0 ], [ 103017.0, 507425.0 ], [ 103007.0, 507405.0 ], [ 102995.0, 507375.0 ], [ 102967.0, 507363.0 ], [ 102945.0, 507358.0 ], [ 102930.0, 507350.0 ], [ 102923.0, 507328.0 ], [ 102933.0, 507310.0 ], [ 103005.0, 507273.0 ], [ 103017.0, 507258.0 ], [ 103022.0, 507238.0 ], [ 103017.0, 507205.0 ], [ 102995.0, 507198.0 ], [ 102955.0, 507198.0 ], [ 102893.0, 507180.0 ], [ 102883.0, 507133.0 ], [ 102893.0, 507056.0 ], [ 102891.0, 507015.0 ] ], [ [ 103916.0, 507158.0 ], [ 104004.0, 507027.0 ], [ 104028.0, 506913.0 ] ], [ [ 103344.0, 506891.0 ], [ 103349.0, 506895.0 ], [ 103476.0, 506950.0 ], [ 103584.0, 507034.0 ], [ 103736.0, 507140.0 ], [ 103742.0, 507139.0 ] ], [ [ 102551.0, 506888.0 ], [ 102613.0, 506923.0 ], [ 102684.0, 506937.0 ], [ 102756.0, 506944.0 ], [ 102848.0, 506937.0 ], [ 102884.0, 506966.0 ], [ 102891.0, 507015.0 ] ], [ [ 104394.0, 506844.0 ], [ 104595.0, 506936.0 ], [ 104788.0, 507183.0 ] ], [ [ 104394.0, 506844.0 ], [ 104286.0, 506802.0 ], [ 104151.0, 506809.0 ], [ 104051.0, 506873.0 ], [ 104028.0, 506913.0 ] ], [ [ 103344.0, 506891.0 ], [ 103275.0, 506873.0 ], [ 103254.0, 506831.0 ], [ 103252.0, 506777.0 ] ], [ [ 102551.0, 506888.0 ], [ 102546.0, 506873.0 ], [ 102553.0, 506854.0 ], [ 102568.0, 506834.0 ], [ 102596.0, 506804.0 ], [ 102641.0, 506781.0 ], [ 102701.0, 506769.0 ], [ 102755.0, 506761.0 ], [ 102790.0, 506746.0 ], [ 102813.0, 506711.0 ], [ 102810.0, 506701.0 ], [ 102785.0, 506701.0 ], [ 102750.0, 506714.0 ], [ 102725.0, 506721.0 ], [ 102671.0, 506711.0 ], [ 102641.0, 506691.0 ], [ 102611.0, 506661.0 ], [ 102593.0, 506634.0 ], [ 102586.0, 506611.0 ], [ 102596.0, 506579.0 ], [ 102611.0, 506549.0 ], [ 102628.0, 506522.0 ], [ 102651.0, 506512.0 ], [ 102773.0, 506504.0 ], [ 102815.0, 506499.0 ], [ 102838.0, 506487.0 ], [ 102840.0, 506474.0 ], [ 102818.0, 506469.0 ], [ 102775.0, 506464.0 ], [ 102738.0, 506457.0 ], [ 102693.0, 506454.0 ], [ 102653.0, 506449.0 ], [ 102633.0, 506437.0 ], [ 102636.0, 506417.0 ], [ 102646.0, 506392.0 ], [ 102666.0, 506369.0 ], [ 102703.0, 506347.0 ], [ 102763.0, 506327.0 ], [ 102833.0, 506322.0 ], [ 102910.0, 506320.0 ], [ 103020.0, 506322.0 ], [ 103077.0, 506320.0 ], [ 103112.0, 506317.0 ], [ 103140.0, 506307.0 ], [ 103170.0, 506305.0 ] ], [ [ 103552.0, 506308.0 ], [ 103507.0, 506305.0 ], [ 103391.0, 506331.0 ], [ 103259.0, 506457.0 ], [ 103186.0, 506571.0 ], [ 103210.0, 506699.0 ], [ 103252.0, 506777.0 ] ], [ [ 103170.0, 506305.0 ], [ 103175.0, 506307.0 ], [ 103204.0, 506293.0 ] ], [ [ 103552.0, 506308.0 ], [ 103620.0, 506345.0 ], [ 103657.0, 506341.0 ], [ 103682.0, 506333.0 ], [ 103699.0, 506308.0 ], [ 103699.0, 506279.0 ], [ 103690.0, 506262.0 ], [ 103677.0, 506252.0 ] ], [ [ 103204.0, 506293.0 ], [ 103321.0, 506250.0 ], [ 103516.0, 506220.0 ], [ 103677.0, 506252.0 ] ], [ [ 104472.0, 508636.0 ], [ 104318.0, 508586.0 ] ], [ [ 101538.0, 508449.0 ], [ 101724.0, 508470.0 ], [ 101846.0, 508488.0 ], [ 102025.0, 508488.0 ], [ 102239.0, 508470.0 ], [ 102384.0, 508447.0 ], [ 102442.0, 508436.0 ], [ 102551.0, 508424.0 ], [ 102661.0, 508395.0 ], [ 102777.0, 508384.0 ], [ 102841.0, 508366.0 ], [ 102887.0, 508337.0 ], [ 102939.0, 508326.0 ], [ 102968.0, 508337.0 ], [ 102968.0, 508366.0 ], [ 102933.0, 508395.0 ], [ 102852.0, 508424.0 ], [ 102812.0, 508453.0 ], [ 102829.0, 508476.0 ], [ 102864.0, 508482.0 ], [ 103153.0, 508482.0 ], [ 103240.0, 508465.0 ], [ 103384.0, 508441.0 ], [ 103760.0, 508441.0 ], [ 103917.0, 508453.0 ], [ 104318.0, 508586.0 ] ], [ [ 101502.0, 508282.0 ], [ 101736.0, 508291.0 ], [ 101886.0, 508303.0 ], [ 102025.0, 508308.0 ], [ 102256.0, 508274.0 ], [ 102563.0, 508239.0 ], [ 102777.0, 508210.0 ], [ 102927.0, 508193.0 ] ], [ [ 104472.0, 508636.0 ], [ 104856.0, 508706.0 ], [ 105078.0, 508726.0 ], [ 105300.0, 508737.0 ], [ 105503.0, 508706.0 ], [ 105644.0, 508656.0 ], [ 105664.0, 508585.0 ], [ 105634.0, 508454.0 ], [ 105543.0, 508352.0 ], [ 105450.0, 508111.0 ] ], [ [ 105404.0, 508017.0 ], [ 105450.0, 508111.0 ] ], [ [ 102927.0, 508193.0 ], [ 103026.0, 508164.0 ], [ 103072.0, 508117.0 ], [ 103083.0, 508071.0 ], [ 103101.0, 508019.0 ], [ 103124.0, 507909.0 ], [ 103147.0, 507886.0 ], [ 103170.0, 507880.0 ], [ 103211.0, 507897.0 ], [ 103257.0, 507932.0 ], [ 103286.0, 507990.0 ], [ 103332.0, 508025.0 ], [ 103442.0, 508071.0 ], [ 103552.0, 508083.0 ], [ 103685.0, 508094.0 ], [ 103807.0, 508146.0 ], [ 103899.0, 508210.0 ], [ 104044.0, 508285.0 ], [ 104160.0, 508320.0 ], [ 104304.0, 508326.0 ], [ 104345.0, 508308.0 ], [ 104379.0, 508239.0 ], [ 104374.0, 508175.0 ], [ 104358.0, 508120.0 ] ], [ [ 103220.0, 507524.0 ], [ 103289.0, 507593.0 ], [ 103446.0, 507671.0 ], [ 103596.0, 507735.0 ], [ 103788.0, 507785.0 ], [ 104002.0, 507792.0 ], [ 104187.0, 507813.0 ], [ 104279.0, 507878.0 ], [ 104343.0, 507984.0 ], [ 104358.0, 508120.0 ] ], [ [ 105404.0, 508017.0 ], [ 105148.0, 507728.0 ], [ 104991.0, 507486.0 ], [ 104906.0, 507372.0 ], [ 104788.0, 507183.0 ] ], [ [ 103916.0, 507158.0 ], [ 103873.0, 507187.0 ], [ 103824.0, 507187.0 ], [ 103767.0, 507172.0 ], [ 103742.0, 507139.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103340.0, 506989.0 ], [ 103307.0, 507053.0 ], [ 103313.0, 507211.0 ], [ 103346.0, 507343.0 ] ], [ [ 103631.0, 507245.0 ], [ 103630.0, 507217.0 ], [ 103574.0, 507114.0 ], [ 103474.0, 507061.0 ], [ 103355.0, 506983.0 ], [ 103340.0, 506989.0 ] ], [ [ 103346.0, 507343.0 ], [ 103396.0, 507429.0 ], [ 103475.0, 507443.0 ], [ 103560.0, 507422.0 ], [ 103603.0, 507386.0 ], [ 103624.0, 507329.0 ], [ 103631.0, 507245.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105429.0, 506712.0 ], [ 105258.0, 506736.0 ], [ 105099.0, 506655.0 ], [ 104950.0, 506661.0 ], [ 104910.0, 506619.0 ] ], [ [ 105429.0, 506712.0 ], [ 105471.0, 506660.0 ], [ 105539.0, 506596.0 ], [ 105596.0, 506580.0 ] ], [ [ 105520.0, 506237.0 ], [ 105626.0, 506286.0 ], [ 105760.0, 506387.0 ], [ 105966.0, 506372.0 ], [ 106216.0, 506371.0 ], [ 106418.0, 506407.0 ], [ 106524.0, 506553.0 ], [ 106505.0, 506701.0 ], [ 106336.0, 506789.0 ], [ 106149.0, 506582.0 ], [ 105965.0, 506508.0 ], [ 105770.0, 506484.0 ], [ 105610.0, 506566.0 ], [ 105596.0, 506580.0 ] ], [ [ 105520.0, 506237.0 ], [ 105449.0, 506204.0 ], [ 105321.0, 506175.0 ], [ 105242.0, 506171.0 ], [ 105163.0, 506200.0 ], [ 105068.0, 506262.0 ], [ 104914.0, 506337.0 ], [ 104864.0, 506412.0 ], [ 104831.0, 506545.0 ], [ 104848.0, 506582.0 ], [ 104894.0, 506611.0 ], [ 104910.0, 506619.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101387.0, 507755.0 ], [ 101545.0, 507742.0 ], [ 101630.0, 507678.0 ], [ 101937.0, 507429.0 ], [ 101951.0, 507308.0 ], [ 101880.0, 507172.0 ], [ 101794.0, 507094.0 ], [ 101794.0, 506980.0 ], [ 101880.0, 506781.0 ], [ 102022.0, 506617.0 ], [ 102107.0, 506581.0 ], [ 102191.0, 506556.0 ] ], [ [ 102191.0, 506556.0 ], [ 102230.0, 506547.0 ], [ 102255.0, 506533.0 ], [ 102275.0, 506513.0 ], [ 102284.0, 506482.0 ], [ 102281.0, 506451.0 ], [ 102264.0, 506431.0 ], [ 102244.0, 506420.0 ], [ 102219.0, 506411.0 ], [ 102138.0, 506395.0 ] ], [ [ 102138.0, 506395.0 ], [ 102093.0, 506389.0 ], [ 101716.0, 506353.0 ], [ 101417.0, 506353.0 ], [ 101049.0, 506305.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103708.0, 505687.0 ], [ 103692.0, 505701.0 ], [ 103671.0, 505709.0 ], [ 103652.0, 505711.0 ], [ 103617.0, 505690.0 ], [ 103596.0, 505674.0 ], [ 103569.0, 505604.0 ], [ 103537.0, 505546.0 ], [ 103521.0, 505530.0 ], [ 103492.0, 505524.0 ], [ 103463.0, 505527.0 ], [ 103430.0, 505535.0 ], [ 103396.0, 505548.0 ], [ 103350.0, 505599.0 ], [ 103283.0, 505738.0 ], [ 103251.0, 505799.0 ], [ 103203.0, 505837.0 ], [ 103169.0, 505888.0 ], [ 103150.0, 506008.0 ], [ 103123.0, 506120.0 ], [ 103094.0, 506187.0 ], [ 103054.0, 506232.0 ], [ 103030.0, 506251.0 ], [ 102983.0, 506246.0 ] ], [ [ 102653.0, 505766.0 ], [ 102695.0, 505732.0 ], [ 102701.0, 505715.0 ], [ 102695.0, 505703.0 ], [ 102684.0, 505692.0 ], [ 102647.0, 505678.0 ], [ 102625.0, 505687.0 ], [ 102594.0, 505715.0 ], [ 102543.0, 505729.0 ], [ 102509.0, 505729.0 ], [ 102430.0, 505723.0 ], [ 102402.0, 505698.0 ], [ 102385.0, 505670.0 ], [ 102380.0, 505624.0 ], [ 102396.0, 505593.0 ], [ 102416.0, 505565.0 ], [ 102475.0, 505557.0 ], [ 102537.0, 505546.0 ], [ 102735.0, 505506.0 ], [ 102929.0, 505436.0 ], [ 103065.0, 505405.0 ], [ 103127.0, 505396.0 ], [ 103239.0, 505396.0 ], [ 103330.0, 505402.0 ], [ 103417.0, 505419.0 ], [ 103483.0, 505424.0 ] ], [ [ 109291.0, 506789.0 ], [ 108851.0, 506352.0 ], [ 108172.0, 505769.0 ], [ 107747.0, 505386.0 ], [ 107278.0, 505043.0 ], [ 107043.0, 504867.0 ] ], [ [ 105471.0, 504854.0 ], [ 105371.0, 504834.0 ], [ 105150.0, 504823.0 ], [ 105078.0, 504946.0 ], [ 105184.0, 505142.0 ], [ 105208.0, 505311.0 ], [ 105017.0, 505494.0 ], [ 104783.0, 505620.0 ], [ 104613.0, 505661.0 ], [ 104402.0, 505612.0 ], [ 104186.0, 505568.0 ], [ 103953.0, 505591.0 ], [ 103884.0, 505626.0 ], [ 103815.0, 505644.0 ], [ 103708.0, 505687.0 ] ], [ [ 102028.0, 504638.0 ], [ 101599.0, 504693.0 ], [ 101202.0, 504693.0 ], [ 100931.0, 504677.0 ], [ 100660.0, 504656.0 ] ], [ [ 103483.0, 505424.0 ], [ 103655.0, 505424.0 ], [ 103790.0, 505343.0 ], [ 103912.0, 505240.0 ], [ 104038.0, 505174.0 ], [ 104110.0, 505116.0 ], [ 104122.0, 505011.0 ], [ 104101.0, 504901.0 ], [ 104010.0, 504815.0 ], [ 103808.0, 504799.0 ], [ 103548.0, 504748.0 ], [ 103290.0, 504705.0 ], [ 103060.0, 504720.0 ], [ 102735.0, 504713.0 ], [ 102505.0, 504643.0 ], [ 102170.0, 504603.0 ], [ 102028.0, 504638.0 ] ], [ [ 105471.0, 504854.0 ], [ 105510.0, 504878.0 ], [ 105544.0, 504889.0 ], [ 105574.0, 504876.0 ], [ 105616.0, 504861.0 ], [ 105644.0, 504831.0 ], [ 105667.0, 504787.0 ], [ 105695.0, 504712.0 ], [ 105735.0, 504572.0 ], [ 105745.0, 504516.0 ] ], [ [ 106230.0, 504418.0 ], [ 106357.0, 504495.0 ], [ 106688.0, 504643.0 ], [ 106948.0, 504777.0 ], [ 107043.0, 504867.0 ] ], [ [ 102983.0, 506246.0 ], [ 102883.0, 506228.0 ], [ 102746.0, 506243.0 ], [ 102715.0, 506256.0 ] ], [ [ 105745.0, 504516.0 ], [ 105773.0, 504439.0 ], [ 105794.0, 504355.0 ], [ 105808.0, 504333.0 ], [ 105900.0, 504277.0 ], [ 106012.0, 504284.0 ], [ 106118.0, 504333.0 ], [ 106230.0, 504418.0 ] ], [ [ 102715.0, 506256.0 ], [ 102687.0, 506262.0 ], [ 102656.0, 506253.0 ], [ 102642.0, 506225.0 ], [ 102625.0, 506174.0 ], [ 102588.0, 506005.0 ], [ 102577.0, 505923.0 ], [ 102582.0, 505864.0 ], [ 102602.0, 505819.0 ], [ 102625.0, 505791.0 ], [ 102653.0, 505766.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105317.0, 506213.0 ], [ 105452.0, 506257.0 ], [ 105528.0, 506329.0 ], [ 105611.0, 506402.0 ], [ 105603.0, 506488.0 ], [ 105518.0, 506552.0 ], [ 105377.0, 506521.0 ], [ 105244.0, 506512.0 ], [ 105167.0, 506456.0 ], [ 105155.0, 506358.0 ] ], [ [ 105317.0, 506213.0 ], [ 105275.0, 506217.0 ], [ 105225.0, 506237.0 ], [ 105184.0, 506283.0 ], [ 105163.0, 506321.0 ], [ 105155.0, 506358.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102798.0, 506195.0 ], [ 102779.0, 506195.0 ], [ 102755.0, 506179.0 ], [ 102746.0, 506155.0 ], [ 102746.0, 506112.0 ], [ 102773.0, 506093.0 ], [ 102821.0, 506091.0 ], [ 102875.0, 506091.0 ], [ 102904.0, 506104.0 ], [ 102912.0, 506134.0 ], [ 102899.0, 506168.0 ], [ 102880.0, 506178.0 ] ], [ [ 102880.0, 506178.0 ], [ 102798.0, 506195.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103855.0, 505693.0 ], [ 103971.0, 505725.0 ], [ 104194.0, 505766.0 ], [ 104409.0, 505793.0 ], [ 104577.0, 505817.0 ] ], [ [ 103855.0, 505693.0 ], [ 103828.0, 505698.0 ], [ 103802.0, 505722.0 ], [ 103770.0, 505757.0 ], [ 103714.0, 505781.0 ], [ 103663.0, 505808.0 ], [ 103639.0, 505808.0 ], [ 103615.0, 505813.0 ], [ 103575.0, 505797.0 ], [ 103548.0, 505759.0 ], [ 103535.0, 505706.0 ], [ 103513.0, 505671.0 ], [ 103463.0, 505604.0 ], [ 103430.0, 505607.0 ], [ 103406.0, 505615.0 ], [ 103385.0, 505647.0 ], [ 103366.0, 505695.0 ], [ 103358.0, 505799.0 ], [ 103374.0, 505832.0 ], [ 103396.0, 505850.0 ], [ 103422.0, 505858.0 ], [ 103441.0, 505853.0 ], [ 103460.0, 505840.0 ], [ 103482.0, 505829.0 ] ], [ [ 104726.0, 505784.0 ], [ 104917.0, 505720.0 ], [ 105153.0, 505596.0 ], [ 105320.0, 505584.0 ] ], [ [ 106239.0, 505264.0 ], [ 106498.0, 505438.0 ], [ 106631.0, 505677.0 ], [ 106659.0, 505762.0 ] ], [ [ 105320.0, 505584.0 ], [ 105397.0, 505590.0 ], [ 105483.0, 505605.0 ], [ 105540.0, 505617.0 ], [ 105613.0, 505624.0 ], [ 105702.0, 505635.0 ], [ 105732.0, 505635.0 ], [ 105751.0, 505629.0 ], [ 105776.0, 505619.0 ], [ 105825.0, 505583.0 ], [ 105840.0, 505566.0 ], [ 105853.0, 505544.0 ], [ 105853.0, 505521.0 ], [ 105845.0, 505482.0 ], [ 105830.0, 505427.0 ], [ 105820.0, 505380.0 ], [ 105811.0, 505327.0 ], [ 105816.0, 505255.0 ], [ 105820.0, 505237.0 ], [ 105831.0, 505223.0 ], [ 105847.0, 505216.0 ], [ 105885.0, 505208.0 ], [ 105936.0, 505200.0 ], [ 106006.0, 505203.0 ], [ 106082.0, 505223.0 ], [ 106154.0, 505235.0 ], [ 106239.0, 505264.0 ] ], [ [ 105086.0, 506056.0 ], [ 105424.0, 506113.0 ], [ 105633.0, 506174.0 ], [ 105805.0, 506216.0 ], [ 105899.0, 506225.0 ] ], [ [ 103704.0, 505861.0 ], [ 103858.0, 505942.0 ], [ 104022.0, 505984.0 ], [ 104213.0, 506003.0 ], [ 104300.0, 506018.0 ], [ 104441.0, 506060.0 ], [ 104525.0, 506083.0 ], [ 104662.0, 506075.0 ], [ 104773.0, 506048.0 ], [ 104910.0, 506029.0 ], [ 105039.0, 506045.0 ], [ 105086.0, 506056.0 ] ], [ [ 103704.0, 505861.0 ], [ 103684.0, 505849.0 ], [ 103571.0, 505829.0 ], [ 103482.0, 505829.0 ] ], [ [ 104726.0, 505784.0 ], [ 104577.0, 505817.0 ] ], [ [ 106659.0, 505762.0 ], [ 106698.0, 505863.0 ], [ 106609.0, 506163.0 ], [ 106245.0, 506240.0 ], [ 105905.0, 506227.0 ], [ 105899.0, 506225.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102173.0, 505452.0 ], [ 102049.0, 505578.0 ], [ 101912.0, 505686.0 ], [ 101649.0, 505823.0 ], [ 101530.0, 505848.0 ], [ 101358.0, 505870.0 ], [ 101106.0, 505906.0 ], [ 100954.0, 505902.0 ] ], [ [ 102173.0, 505452.0 ], [ 102175.0, 505448.0 ], [ 102339.0, 505319.0 ], [ 102474.0, 505294.0 ] ], [ [ 102474.0, 505294.0 ], [ 102498.0, 505295.0 ], [ 102564.0, 505278.0 ] ], [ [ 102564.0, 505278.0 ], [ 102697.0, 505263.0 ] ], [ [ 102697.0, 505263.0 ], [ 102772.0, 505258.0 ], [ 102844.0, 505229.0 ], [ 102862.0, 505197.0 ], [ 102862.0, 505157.0 ], [ 102812.0, 505135.0 ], [ 102707.0, 505099.0 ], [ 102560.0, 505089.0 ], [ 102376.0, 505089.0 ], [ 102157.0, 505121.0 ], [ 101984.0, 505125.0 ], [ 101746.0, 505114.0 ], [ 101203.0, 505103.0 ], [ 100776.0, 505147.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104451.0, 504369.0 ], [ 104568.0, 504422.0 ], [ 104748.0, 504817.0 ], [ 104872.0, 504983.0 ], [ 104879.0, 505234.0 ], [ 104760.0, 505365.0 ], [ 104579.0, 505390.0 ], [ 104410.0, 505287.0 ], [ 104319.0, 505142.0 ], [ 104280.0, 504926.0 ], [ 104302.0, 504712.0 ], [ 104344.0, 504522.0 ], [ 104409.0, 504397.0 ], [ 104451.0, 504369.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109195.0, 504042.0 ], [ 109293.0, 504059.0 ] ], [ [ 108766.0, 503651.0 ], [ 108840.0, 503763.0 ], [ 108886.0, 503950.0 ], [ 109168.0, 504037.0 ], [ 109195.0, 504042.0 ] ], [ [ 108766.0, 503651.0 ], [ 108757.0, 503632.0 ], [ 108764.0, 503583.0 ], [ 108799.0, 503548.0 ], [ 108868.0, 503486.0 ], [ 108972.0, 503458.0 ], [ 109115.0, 503444.0 ], [ 109257.0, 503399.0 ], [ 109294.0, 503341.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102278.0, 503956.0 ], [ 102328.0, 503975.0 ], [ 102294.0, 503996.0 ], [ 102196.0, 503998.0 ], [ 102112.0, 504002.0 ], [ 102044.0, 504013.0 ], [ 101986.0, 504041.0 ], [ 101955.0, 504062.0 ], [ 101899.0, 504064.0 ], [ 101938.0, 503998.0 ], [ 102045.0, 503960.0 ], [ 102278.0, 503956.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103948.0, 503972.0 ], [ 103684.0, 503966.0 ], [ 103616.0, 503904.0 ], [ 103629.0, 503825.0 ], [ 103662.0, 503771.0 ], [ 103701.0, 503744.0 ], [ 103766.0, 503775.0 ], [ 103822.0, 503846.0 ], [ 103907.0, 503885.0 ], [ 103964.0, 503930.0 ], [ 103948.0, 503972.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100344.0, 503417.0 ], [ 100347.0, 503413.0 ], [ 100506.0, 503391.0 ], [ 100723.0, 503481.0 ], [ 101014.0, 503553.0 ], [ 101194.0, 503521.0 ], [ 101335.0, 503483.0 ], [ 101554.0, 503571.0 ], [ 101659.0, 503663.0 ], [ 101747.0, 503745.0 ], [ 101935.0, 503744.0 ], [ 102118.0, 503735.0 ], [ 102230.0, 503739.0 ], [ 102321.0, 503820.0 ], [ 102293.0, 503898.0 ], [ 102145.0, 503914.0 ], [ 101940.0, 503923.0 ], [ 101811.0, 503994.0 ], [ 101756.0, 504053.0 ], [ 101762.0, 504095.0 ], [ 101887.0, 504117.0 ], [ 102008.0, 504097.0 ], [ 102097.0, 504070.0 ], [ 102239.0, 504057.0 ], [ 102356.0, 504064.0 ], [ 102443.0, 504112.0 ], [ 102370.0, 504203.0 ], [ 102240.0, 504255.0 ], [ 102117.0, 504276.0 ], [ 102030.0, 504242.0 ], [ 101968.0, 504247.0 ], [ 101794.0, 504223.0 ], [ 101575.0, 504209.0 ], [ 101407.0, 504196.0 ], [ 101234.0, 504209.0 ], [ 101086.0, 504175.0 ], [ 100808.0, 504057.0 ], [ 100591.0, 503995.0 ], [ 100493.0, 503948.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104560.0, 503983.0 ], [ 104568.0, 504056.0 ], [ 104459.0, 504075.0 ], [ 104316.0, 504110.0 ], [ 104118.0, 504240.0 ], [ 103961.0, 504322.0 ], [ 103786.0, 504346.0 ], [ 103657.0, 504393.0 ], [ 103476.0, 504392.0 ], [ 103289.0, 504371.0 ], [ 103099.0, 504374.0 ], [ 102995.0, 504415.0 ], [ 102859.0, 504428.0 ], [ 102783.0, 504338.0 ], [ 102786.0, 504222.0 ], [ 102819.0, 504147.0 ], [ 102844.0, 504096.0 ], [ 102990.0, 504090.0 ], [ 103084.0, 504160.0 ], [ 103177.0, 504215.0 ], [ 103262.0, 504213.0 ], [ 103322.0, 504133.0 ], [ 103290.0, 503929.0 ], [ 103286.0, 503738.0 ], [ 103363.0, 503600.0 ], [ 103421.0, 503440.0 ], [ 103530.0, 503338.0 ], [ 103728.0, 503330.0 ], [ 103938.0, 503453.0 ], [ 104230.0, 503703.0 ], [ 104436.0, 503787.0 ], [ 104539.0, 503886.0 ], [ 104560.0, 503983.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102975.0, 502800.0 ], [ 102954.0, 502870.0 ], [ 102752.0, 502933.0 ], [ 102523.0, 502868.0 ], [ 102250.0, 502799.0 ], [ 102015.0, 502818.0 ], [ 101844.0, 502929.0 ], [ 101662.0, 502833.0 ], [ 101608.0, 502825.0 ], [ 101599.0, 502889.0 ], [ 101490.0, 502963.0 ], [ 101335.0, 502912.0 ], [ 101319.0, 502686.0 ], [ 101437.0, 502591.0 ], [ 101507.0, 502551.0 ], [ 101653.0, 502549.0 ], [ 101819.0, 502601.0 ], [ 102134.0, 502680.0 ], [ 102333.0, 502680.0 ], [ 102494.0, 502669.0 ], [ 102711.0, 502662.0 ], [ 102886.0, 502693.0 ], [ 102975.0, 502800.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101981.0, 500577.0 ], [ 101999.0, 500681.0 ], [ 102019.0, 500741.0 ], [ 102034.0, 500778.0 ], [ 102066.0, 500798.0 ], [ 102098.0, 500808.0 ], [ 102126.0, 500805.0 ], [ 102163.0, 500793.0 ], [ 102187.0, 500768.0 ], [ 102197.0, 500753.0 ], [ 102207.0, 500718.0 ] ], [ [ 102882.0, 500782.0 ], [ 102910.0, 500748.0 ], [ 102962.0, 500711.0 ], [ 102991.0, 500652.0 ], [ 103001.0, 500617.0 ], [ 103004.0, 500582.0 ], [ 102996.0, 500543.0 ], [ 102991.0, 500501.0 ] ], [ [ 101981.0, 500577.0 ], [ 101980.0, 500564.0 ], [ 101995.0, 500374.0 ], [ 101990.0, 500171.0 ], [ 101937.0, 500030.0 ], [ 101761.0, 499956.0 ], [ 101655.0, 499976.0 ], [ 101395.0, 500099.0 ], [ 101190.0, 500264.0 ], [ 101015.0, 500384.0 ], [ 100748.0, 500493.0 ], [ 100345.0, 500555.0 ], [ 99994.0, 500580.0 ], [ 99682.0, 500530.0 ], [ 99401.0, 500547.0 ], [ 99378.0, 500551.0 ] ], [ [ 99164.0, 499927.0 ], [ 99838.0, 499949.0 ], [ 100463.0, 499832.0 ], [ 101270.0, 499732.0 ], [ 101796.0, 499671.0 ], [ 102090.0, 499724.0 ], [ 102359.0, 499823.0 ], [ 102610.0, 499913.0 ], [ 102628.0, 500012.0 ], [ 102570.0, 500098.0 ], [ 102580.0, 500180.0 ], [ 102792.0, 500318.0 ], [ 102952.0, 500450.0 ], [ 102991.0, 500501.0 ] ], [ [ 102882.0, 500782.0 ], [ 102757.0, 500938.0 ], [ 102636.0, 501114.0 ], [ 102631.0, 501187.0 ], [ 102647.0, 501343.0 ], [ 102604.0, 501512.0 ], [ 102498.0, 501622.0 ], [ 102294.0, 501675.0 ], [ 102213.0, 501691.0 ], [ 102038.0, 501771.0 ], [ 101895.0, 501903.0 ], [ 101782.0, 501997.0 ], [ 101713.0, 502007.0 ], [ 101696.0, 501959.0 ], [ 101747.0, 501892.0 ], [ 101864.0, 501761.0 ], [ 101955.0, 501674.0 ], [ 102057.0, 501648.0 ], [ 102268.0, 501500.0 ], [ 102337.0, 501383.0 ], [ 102358.0, 501190.0 ], [ 102268.0, 501104.0 ], [ 102224.0, 501020.0 ], [ 102254.0, 500888.0 ] ], [ [ 102254.0, 500888.0 ], [ 102266.0, 500815.0 ], [ 102271.0, 500758.0 ], [ 102273.0, 500707.0 ] ], [ [ 102207.0, 500718.0 ], [ 102210.0, 500679.0 ], [ 102220.0, 500642.0 ], [ 102232.0, 500639.0 ], [ 102249.0, 500637.0 ], [ 102269.0, 500652.0 ], [ 102276.0, 500679.0 ], [ 102273.0, 500707.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104845.0, 501052.0 ], [ 104945.0, 501325.0 ], [ 104985.0, 501714.0 ], [ 104936.0, 501943.0 ], [ 104981.0, 502254.0 ], [ 104960.0, 502625.0 ], [ 104798.0, 502738.0 ], [ 104606.0, 502656.0 ], [ 104468.0, 502468.0 ], [ 104344.0, 502409.0 ], [ 104190.0, 502230.0 ], [ 104023.0, 502054.0 ], [ 103850.0, 501924.0 ], [ 103638.0, 501880.0 ], [ 103499.0, 501904.0 ], [ 103426.0, 501962.0 ], [ 103470.0, 502165.0 ], [ 103683.0, 502498.0 ], [ 103824.0, 502680.0 ], [ 103762.0, 502777.0 ], [ 103542.0, 502752.0 ], [ 103285.0, 502652.0 ], [ 103037.0, 502623.0 ], [ 102823.0, 502556.0 ], [ 102521.0, 502543.0 ], [ 102270.0, 502563.0 ], [ 102055.0, 502540.0 ], [ 102000.0, 502371.0 ], [ 101929.0, 502260.0 ], [ 101724.0, 502154.0 ], [ 101813.0, 502067.0 ], [ 102079.0, 502108.0 ], [ 102375.0, 502223.0 ], [ 102576.0, 502266.0 ], [ 102743.0, 502205.0 ], [ 102731.0, 501980.0 ], [ 102638.0, 501738.0 ], [ 102712.0, 501583.0 ], [ 102914.0, 501508.0 ], [ 103174.0, 501530.0 ], [ 103351.0, 501568.0 ], [ 103595.0, 501662.0 ], [ 103726.0, 501692.0 ], [ 103906.0, 501697.0 ], [ 104091.0, 501671.0 ], [ 104156.0, 501555.0 ], [ 104135.0, 501384.0 ], [ 104036.0, 501228.0 ], [ 104008.0, 501058.0 ], [ 104032.0, 500943.0 ], [ 104175.0, 500743.0 ], [ 104334.0, 500662.0 ], [ 104550.0, 500682.0 ], [ 104718.0, 500824.0 ], [ 104799.0, 500937.0 ], [ 104845.0, 501052.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103980.0, 499199.0 ], [ 103952.0, 499162.0 ], [ 103930.0, 499103.0 ], [ 103916.0, 499053.0 ], [ 103916.0, 498944.0 ], [ 103934.0, 498916.0 ] ], [ [ 109302.0, 499167.0 ], [ 108364.0, 499081.0 ], [ 107661.0, 498965.0 ], [ 107176.0, 498722.0 ], [ 106830.0, 498554.0 ], [ 106386.0, 498444.0 ] ], [ [ 106386.0, 498444.0 ], [ 106381.0, 498442.0 ], [ 106041.0, 498449.0 ], [ 105802.0, 498587.0 ], [ 105782.0, 498765.0 ], [ 106057.0, 498938.0 ], [ 106364.0, 499116.0 ], [ 106615.0, 499360.0 ], [ 106913.0, 499597.0 ], [ 107120.0, 499755.0 ], [ 107144.0, 499931.0 ], [ 107004.0, 500047.0 ], [ 106640.0, 500120.0 ], [ 106412.0, 500179.0 ], [ 106161.0, 500065.0 ], [ 106014.0, 499859.0 ], [ 105975.0, 499578.0 ], [ 105781.0, 499379.0 ], [ 105416.0, 499134.0 ], [ 105089.0, 498940.0 ], [ 104754.0, 498812.0 ], [ 104365.0, 498776.0 ], [ 104055.0, 498825.0 ], [ 103934.0, 498916.0 ] ], [ [ 103980.0, 499199.0 ], [ 104047.0, 499307.0 ], [ 104216.0, 499634.0 ], [ 104202.0, 499879.0 ], [ 104179.0, 500077.0 ], [ 104073.0, 500287.0 ], [ 103892.0, 500393.0 ], [ 103762.0, 500424.0 ], [ 103620.0, 500385.0 ], [ 103459.0, 500106.0 ], [ 103443.0, 499851.0 ], [ 103445.0, 499701.0 ], [ 103368.0, 499568.0 ], [ 103241.0, 499394.0 ], [ 103092.0, 499253.0 ], [ 102864.0, 499165.0 ], [ 102586.0, 499172.0 ], [ 102355.0, 499069.0 ], [ 102308.0, 498976.0 ], [ 102323.0, 498786.0 ], [ 102188.0, 498613.0 ], [ 101991.0, 498523.0 ], [ 101911.0, 498409.0 ], [ 101923.0, 498338.0 ], [ 102005.0, 498374.0 ], [ 102212.0, 498403.0 ], [ 102397.0, 498335.0 ], [ 102581.0, 498279.0 ], [ 102808.0, 498213.0 ], [ 103031.0, 498189.0 ], [ 103174.0, 498143.0 ], [ 103361.0, 498046.0 ], [ 103477.0, 498124.0 ], [ 103557.0, 498262.0 ], [ 103659.0, 498478.0 ], [ 103780.0, 498552.0 ], [ 104006.0, 498528.0 ], [ 104191.0, 498382.0 ], [ 104333.0, 498140.0 ], [ 104516.0, 498064.0 ], [ 104749.0, 498125.0 ], [ 105022.0, 498259.0 ], [ 105312.0, 498300.0 ], [ 105529.0, 498218.0 ], [ 105648.0, 498059.0 ], [ 105655.0, 497811.0 ], [ 105596.0, 497684.0 ], [ 105582.0, 497577.0 ], [ 105610.0, 497420.0 ], [ 105545.0, 497309.0 ], [ 105326.0, 497293.0 ], [ 105123.0, 497235.0 ], [ 104866.0, 496985.0 ], [ 104717.0, 496725.0 ], [ 104701.0, 496670.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -25.0, "value": -25.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106521.0, 498857.0 ], [ 106650.0, 498985.0 ], [ 106762.0, 499121.0 ], [ 106771.0, 499193.0 ], [ 106659.0, 499118.0 ], [ 106473.0, 499009.0 ], [ 106383.0, 498964.0 ] ], [ [ 106383.0, 498964.0 ], [ 106239.0, 498849.0 ], [ 106214.0, 498792.0 ], [ 106247.0, 498759.0 ], [ 106304.0, 498783.0 ], [ 106394.0, 498808.0 ], [ 106521.0, 498857.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -20.0, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106599.0, 498721.0 ], [ 106773.0, 498828.0 ], [ 107017.0, 499163.0 ], [ 107300.0, 499398.0 ], [ 107316.0, 499453.0 ], [ 107250.0, 499519.0 ], [ 106974.0, 499444.0 ], [ 106690.0, 499250.0 ], [ 106428.0, 499087.0 ], [ 106223.0, 498932.0 ], [ 106048.0, 498794.0 ], [ 105998.0, 498689.0 ] ], [ [ 106024.0, 498646.0 ], [ 106013.0, 498651.0 ], [ 105997.0, 498665.0 ], [ 105996.0, 498674.0 ], [ 105998.0, 498689.0 ] ], [ [ 106177.0, 498614.0 ], [ 106362.0, 498644.0 ], [ 106468.0, 498685.0 ], [ 106599.0, 498721.0 ] ], [ [ 106024.0, 498646.0 ], [ 106128.0, 498610.0 ], [ 106177.0, 498614.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 99726.0, 497044.0 ], [ 99887.0, 497042.0 ], [ 100109.0, 497044.0 ], [ 100336.0, 497084.0 ], [ 100466.0, 497169.0 ], [ 100572.0, 497289.0 ], [ 100644.0, 497443.0 ], [ 100608.0, 497645.0 ], [ 100425.0, 497772.0 ], [ 100092.0, 497773.0 ], [ 99736.0, 497722.0 ], [ 99415.0, 497763.0 ], [ 99193.0, 497702.0 ], [ 98970.0, 497621.0 ], [ 98913.0, 497555.0 ], [ 98964.0, 497459.0 ], [ 99080.0, 497372.0 ], [ 99203.0, 497331.0 ], [ 99357.0, 497276.0 ], [ 99477.0, 497151.0 ], [ 99639.0, 497068.0 ], [ 99726.0, 497044.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107337.0, 496615.0 ], [ 107327.0, 496696.0 ], [ 107297.0, 497062.0 ], [ 107092.0, 497263.0 ], [ 106799.0, 497473.0 ], [ 106518.0, 497769.0 ], [ 106700.0, 497972.0 ], [ 106975.0, 498038.0 ], [ 107293.0, 497908.0 ], [ 107593.0, 497821.0 ], [ 107970.0, 497803.0 ], [ 108409.0, 497857.0 ], [ 108752.0, 497911.0 ], [ 109069.0, 497927.0 ], [ 109304.0, 497906.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -15.0, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106612.0, 513686.0 ], [ 106730.0, 513837.0 ], [ 106922.0, 514256.0 ], [ 106840.0, 514675.0 ], [ 106520.0, 514991.0 ], [ 106029.0, 515255.0 ], [ 105709.0, 515436.0 ], [ 105452.0, 515754.0 ], [ 105184.0, 516139.0 ], [ 105228.0, 516428.0 ], [ 105476.0, 516783.0 ], [ 105785.0, 517042.0 ], [ 106067.0, 517160.0 ], [ 106473.0, 517313.0 ], [ 106982.0, 517490.0 ], [ 107588.0, 517594.0 ], [ 108140.0, 517634.0 ], [ 108579.0, 517566.0 ], [ 109058.0, 517476.0 ], [ 109373.0, 517245.0 ], [ 109655.0, 516887.0 ], [ 109891.0, 516437.0 ], [ 110263.0, 515829.0 ], [ 110184.0, 514984.0 ], [ 109508.0, 514590.0 ], [ 108539.0, 514364.0 ], [ 107897.0, 513993.0 ], [ 107363.0, 513593.0 ], [ 107103.0, 513343.0 ], [ 106916.0, 513264.0 ], [ 106838.0, 513226.0 ], [ 106756.0, 513193.0 ], [ 106708.0, 513171.0 ], [ 106645.0, 513169.0 ], [ 106568.0, 513183.0 ], [ 106494.0, 513205.0 ], [ 106444.0, 513236.0 ], [ 106422.0, 513306.0 ], [ 106415.0, 513363.0 ], [ 106412.0, 513423.0 ], [ 106434.0, 513481.0 ], [ 106463.0, 513524.0 ], [ 106516.0, 513591.0 ], [ 106612.0, 513686.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 107899.0, 519472.0 ], [ 107854.0, 518841.0 ], [ 108260.0, 518290.0 ], [ 108981.0, 518177.0 ], [ 109685.0, 518081.0 ], [ 110113.0, 517901.0 ], [ 111093.0, 518002.0 ], [ 112574.0, 518785.0 ], [ 113362.0, 519101.0 ], [ 113762.0, 521151.0 ], [ 113509.0, 522299.0 ], [ 113137.0, 522919.0 ], [ 112450.0, 522682.0 ], [ 111932.0, 522029.0 ], [ 111999.0, 521038.0 ], [ 112416.0, 520407.0 ], [ 112326.0, 520159.0 ], [ 111830.0, 519686.0 ], [ 111166.0, 519303.0 ], [ 110073.0, 519033.0 ], [ 109262.0, 519236.0 ], [ 108451.0, 519483.0 ], [ 107899.0, 519472.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113357.0, 527039.0 ], [ 111994.0, 526656.0 ], [ 111250.0, 526138.0 ], [ 110462.0, 525293.0 ], [ 110201.0, 524566.0 ], [ 110055.0, 524290.0 ], [ 109920.0, 523885.0 ], [ 109661.0, 523198.0 ], [ 109463.0, 522651.0 ], [ 109245.0, 522173.0 ], [ 109030.0, 521711.0 ], [ 108658.0, 521407.0 ], [ 108343.0, 521350.0 ], [ 107971.0, 521446.0 ], [ 107487.0, 521548.0 ], [ 106980.0, 521480.0 ], [ 106507.0, 521305.0 ], [ 106383.0, 521215.0 ], [ 106326.0, 521125.0 ], [ 106394.0, 521058.0 ], [ 106546.0, 520956.0 ], [ 106704.0, 520894.0 ], [ 107109.0, 520708.0 ], [ 107757.0, 520427.0 ], [ 108303.0, 520269.0 ], [ 108855.0, 520190.0 ], [ 109475.0, 520179.0 ], [ 110067.0, 520258.0 ], [ 110710.0, 520787.0 ], [ 111239.0, 522060.0 ], [ 111385.0, 523141.0 ], [ 112016.0, 524212.0 ], [ 112591.0, 524887.0 ], [ 113345.0, 525822.0 ], [ 113559.0, 526577.0 ], [ 113357.0, 527039.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -12.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105115.0, 529673.0 ], [ 104803.0, 528175.0 ], [ 105338.0, 528124.0 ], [ 105769.0, 528110.0 ], [ 106187.0, 528113.0 ], [ 106673.0, 528085.0 ], [ 107402.0, 527903.0 ], [ 107691.0, 527928.0 ], [ 108044.0, 528051.0 ], [ 108376.0, 528263.0 ], [ 108307.0, 528436.0 ], [ 107999.0, 528417.0 ], [ 107659.0, 528387.0 ], [ 107295.0, 528465.0 ], [ 106979.0, 528649.0 ], [ 106750.0, 528858.0 ], [ 106507.0, 529122.0 ], [ 106168.0, 529410.0 ], [ 105812.0, 529551.0 ], [ 105446.0, 529629.0 ], [ 105115.0, 529673.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108664.0, 529978.0 ], [ 106352.0, 529968.0 ], [ 106494.0, 529720.0 ], [ 106692.0, 529473.0 ], [ 106909.0, 529302.0 ], [ 107128.0, 529181.0 ], [ 107454.0, 529052.0 ], [ 107922.0, 529007.0 ], [ 108169.0, 529066.0 ], [ 108357.0, 529354.0 ], [ 108451.0, 529618.0 ], [ 108538.0, 529755.0 ], [ 108664.0, 529978.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -10.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110526.0, 529982.0 ], [ 109146.0, 529976.0 ], [ 109229.0, 529733.0 ], [ 109476.0, 529628.0 ], [ 109701.0, 529626.0 ], [ 110033.0, 529725.0 ], [ 110526.0, 529982.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -15.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 106494.0, 529720.0 ], [ 106692.0, 529473.0 ], [ 106909.0, 529302.0 ], [ 107128.0, 529181.0 ], [ 107454.0, 529052.0 ], [ 107922.0, 529007.0 ], [ 108169.0, 529066.0 ], [ 108357.0, 529354.0 ], [ 108451.0, 529618.0 ], [ 108538.0, 529755.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 109229.0, 529733.0 ], [ 109476.0, 529628.0 ], [ 109701.0, 529626.0 ], [ 110033.0, 529725.0 ], [ 110526.0, 529982.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105338.0, 528124.0 ], [ 105769.0, 528110.0 ], [ 106187.0, 528113.0 ], [ 106673.0, 528085.0 ], [ 107402.0, 527903.0 ], [ 107691.0, 527928.0 ], [ 108044.0, 528051.0 ], [ 108376.0, 528263.0 ], [ 108307.0, 528436.0 ], [ 107999.0, 528417.0 ], [ 107659.0, 528387.0 ], [ 107295.0, 528465.0 ], [ 106979.0, 528649.0 ], [ 106750.0, 528858.0 ], [ 106507.0, 529122.0 ], [ 106168.0, 529410.0 ], [ 105812.0, 529551.0 ], [ 105446.0, 529629.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21.geojson new file mode 100644 index 0000000..0c7da7e --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21.geojson @@ -0,0 +1,97 @@ +{ +"type": "FeatureCollection", +"name": "TS21", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 2.0, "TNODE_": 3.0, "LPOLY_": 3.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106723.0, 515833.0 ], [ 106357.0, 515274.0 ], [ 106158.0, 515008.0 ], [ 105709.0, 514675.0 ], [ 105593.0, 514409.0 ], [ 105659.0, 514177.0 ], [ 105792.0, 514077.0 ], [ 105992.0, 513894.0 ], [ 106125.0, 513562.0 ], [ 106125.0, 513345.0 ], [ 106075.0, 513079.0 ], [ 105908.0, 512814.0 ], [ 105825.0, 512531.0 ], [ 105825.0, 512232.0 ], [ 105925.0, 512132.0 ], [ 106058.0, 512115.0 ], [ 106307.0, 512232.0 ], [ 106374.0, 512365.0 ], [ 106440.0, 512647.0 ], [ 107039.0, 513794.0 ], [ 107388.0, 514276.0 ], [ 107704.0, 514742.0 ], [ 107903.0, 514991.0 ], [ 108252.0, 515440.0 ], [ 108552.0, 515765.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 7.0, "TNODE_": 6.0, "LPOLY_": 4.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104026.0, 510535.0 ], [ 103945.0, 510628.0 ], [ 103794.0, 510717.0 ], [ 103684.0, 510738.0 ], [ 103522.0, 510759.0 ], [ 103386.0, 510759.0 ], [ 103318.0, 510743.0 ], [ 103276.0, 510696.0 ], [ 103219.0, 510623.0 ], [ 103229.0, 510578.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 8.0, "TNODE_": 9.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107157.0, 510289.0 ], [ 107066.0, 510426.0 ], [ 106806.0, 510569.0 ], [ 106378.0, 510432.0 ], [ 106130.0, 510199.0 ], [ 106110.0, 510032.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 10.0, "TNODE_": 7.0, "LPOLY_": 4.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104270.0, 509938.0 ], [ 104215.0, 510028.0 ], [ 104177.0, 510223.0 ], [ 104095.0, 510466.0 ], [ 104026.0, 510535.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 10.0, "TNODE_": 11.0, "LPOLY_": 2.0, "RPOLY_": 4.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104270.0, 509938.0 ], [ 104312.0, 509906.0 ], [ 104406.0, 509849.0 ], [ 104459.0, 509833.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 12.0, "TNODE_": 11.0, "LPOLY_": 4.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104521.0, 509828.0 ], [ 104459.0, 509833.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 13.0, "TNODE_": 12.0, "LPOLY_": 4.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104333.0, 509645.0 ], [ 104333.0, 509666.0 ], [ 104353.0, 509681.0 ], [ 104432.0, 509681.0 ], [ 104510.0, 509708.0 ], [ 104531.0, 509749.0 ], [ 104542.0, 509807.0 ], [ 104542.0, 509817.0 ], [ 104526.0, 509828.0 ], [ 104521.0, 509828.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 9.0, "TNODE_": 14.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106110.0, 510032.0 ], [ 106249.0, 509472.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 6.0, "TNODE_": 13.0, "LPOLY_": 4.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103229.0, 510578.0 ], [ 103263.0, 510556.0 ], [ 103411.0, 510548.0 ], [ 103735.0, 510421.0 ], [ 103973.0, 510360.0 ], [ 104077.0, 510172.0 ], [ 104067.0, 509946.0 ], [ 103989.0, 509715.0 ], [ 104082.0, 509538.0 ], [ 104311.0, 509460.0 ], [ 104491.0, 509458.0 ], [ 104633.0, 509510.0 ], [ 104604.0, 509562.0 ], [ 104447.0, 509596.0 ], [ 104333.0, 509645.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 8.0, "TNODE_": 15.0, "LPOLY_": 2.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107157.0, 510289.0 ], [ 107373.0, 509238.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 18.0, "TNODE_": 16.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103381.0, 509053.0 ], [ 103375.0, 509119.0 ], [ 103356.0, 509204.0 ], [ 103326.0, 509234.0 ], [ 103272.0, 509264.0 ], [ 102212.0, 509470.0 ], [ 102145.0, 509476.0 ], [ 102085.0, 509428.0 ], [ 102073.0, 509373.0 ], [ 102097.0, 509343.0 ], [ 102145.0, 509343.0 ], [ 102188.0, 509331.0 ], [ 102206.0, 509283.0 ], [ 102177.0, 509223.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 19.0, "TNODE_": 18.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102878.0, 508725.0 ], [ 102969.0, 508762.0 ], [ 103090.0, 508828.0 ], [ 103120.0, 508828.0 ], [ 103211.0, 508853.0 ], [ 103302.0, 508853.0 ], [ 103368.0, 508871.0 ], [ 103393.0, 508901.0 ], [ 103393.0, 508950.0 ], [ 103381.0, 509053.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6.0, "FNODE_": 16.0, "TNODE_": 19.0, "LPOLY_": 6.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102177.0, 509223.0 ], [ 102136.0, 509182.0 ], [ 102144.0, 509060.0 ], [ 102270.0, 508918.0 ], [ 102475.0, 508820.0 ], [ 102620.0, 508760.0 ], [ 102711.0, 508714.0 ], [ 102878.0, 508725.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 14.0, "TNODE_": 21.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106249.0, 509472.0 ], [ 106287.0, 509303.0 ], [ 106238.0, 509148.0 ], [ 106127.0, 508941.0 ], [ 105904.0, 508688.0 ], [ 105622.0, 508668.0 ], [ 105390.0, 508729.0 ], [ 105143.0, 508688.0 ], [ 104906.0, 508685.0 ], [ 104628.0, 508715.0 ], [ 104365.0, 508643.0 ], [ 104216.0, 508488.0 ], [ 104218.0, 508350.0 ], [ 104389.0, 508234.0 ], [ 104639.0, 508155.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 20.0, "TNODE_": 22.0, "LPOLY_": 7.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102850.0, 508225.0 ], [ 102739.0, 508224.0 ], [ 102624.0, 508181.0 ], [ 102596.0, 508136.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 22.0, "TNODE_": 23.0, "LPOLY_": 7.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102596.0, 508136.0 ], [ 102599.0, 508120.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 20.0, "TNODE_": 24.0, "LPOLY_": 2.0, "RPOLY_": 7.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102850.0, 508225.0 ], [ 102945.0, 508241.0 ], [ 103035.0, 508259.0 ], [ 103072.0, 508259.0 ], [ 103108.0, 508235.0 ], [ 103126.0, 508211.0 ], [ 103114.0, 508175.0 ], [ 103084.0, 508120.0 ], [ 103056.0, 508086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 23.0, "TNODE_": 24.0, "LPOLY_": 7.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102599.0, 508120.0 ], [ 102605.0, 508093.0 ], [ 102795.0, 508039.0 ], [ 103014.0, 508075.0 ], [ 103056.0, 508086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 21.0, "TNODE_": 25.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104639.0, 508155.0 ], [ 105150.0, 508109.0 ], [ 105505.0, 508094.0 ], [ 105736.0, 508094.0 ], [ 105921.0, 508109.0 ], [ 106168.0, 508156.0 ], [ 106246.0, 508078.0 ], [ 106246.0, 507677.0 ], [ 106199.0, 507538.0 ], [ 106153.0, 507368.0 ], [ 106149.0, 507336.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 26.0, "TNODE_": 15.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108046.0, 506734.0 ], [ 107787.0, 507269.0 ], [ 107742.0, 507690.0 ], [ 107691.0, 507904.0 ], [ 107712.0, 508164.0 ], [ 107637.0, 508278.0 ], [ 107453.0, 508468.0 ], [ 107436.0, 508489.0 ], [ 107300.0, 508747.0 ], [ 107315.0, 508980.0 ], [ 107357.0, 509202.0 ], [ 107373.0, 509238.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 27.0, "TNODE_": 28.0, "LPOLY_": 8.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103407.0, 506532.0 ], [ 103420.0, 506522.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 28.0, "TNODE_": 27.0, "LPOLY_": 8.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103420.0, 506522.0 ], [ 103487.0, 506469.0 ], [ 103622.0, 506464.0 ], [ 103795.0, 506488.0 ], [ 103908.0, 506554.0 ], [ 103864.0, 506604.0 ], [ 103670.0, 506641.0 ], [ 103470.0, 506591.0 ], [ 103407.0, 506532.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 31.0, "TNODE_": 29.0, "LPOLY_": 2.0, "RPOLY_": 9.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104984.0, 506099.0 ], [ 105074.0, 506138.0 ], [ 105149.0, 506164.0 ], [ 105308.0, 506197.0 ], [ 105400.0, 506205.0 ], [ 105481.0, 506216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 31.0, "TNODE_": 32.0, "LPOLY_": 9.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104984.0, 506099.0 ], [ 104872.0, 506017.0 ], [ 104860.0, 505948.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 32.0, "TNODE_": 33.0, "LPOLY_": 9.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104860.0, 505948.0 ], [ 104974.0, 505929.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 33.0, "TNODE_": 34.0, "LPOLY_": 9.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104974.0, 505929.0 ], [ 105141.0, 505930.0 ], [ 105216.0, 505938.0 ], [ 105333.0, 505913.0 ], [ 105441.0, 505896.0 ], [ 105514.0, 505894.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 34.0, "TNODE_": 29.0, "LPOLY_": 9.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105514.0, 505894.0 ], [ 105572.0, 505888.0 ], [ 105801.0, 505800.0 ], [ 106009.0, 505782.0 ], [ 106077.0, 505947.0 ], [ 106060.0, 506166.0 ], [ 105917.0, 506264.0 ], [ 105667.0, 506242.0 ], [ 105481.0, 506216.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 25.0, "TNODE_": 36.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106149.0, 507336.0 ], [ 106055.0, 507252.0 ], [ 105797.0, 507237.0 ], [ 105564.0, 507251.0 ], [ 105375.0, 507196.0 ], [ 105231.0, 507157.0 ], [ 105134.0, 507107.0 ], [ 105095.0, 507027.0 ], [ 105156.0, 506931.0 ], [ 105363.0, 506923.0 ], [ 105688.0, 506838.0 ], [ 105788.0, 506703.0 ], [ 105882.0, 506588.0 ], [ 106071.0, 506439.0 ], [ 106406.0, 506205.0 ], [ 106457.0, 506041.0 ], [ 106406.0, 505896.0 ], [ 106383.0, 505717.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 35.0, "TNODE_": 37.0, "LPOLY_": 10.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102729.0, 505846.0 ], [ 102546.0, 505837.0 ], [ 102419.0, 505837.0 ], [ 102408.0, 505826.0 ], [ 102377.0, 505805.0 ], [ 102377.0, 505752.0 ], [ 102429.0, 505721.0 ], [ 102535.0, 505721.0 ], [ 102649.0, 505701.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 37.0, "TNODE_": 35.0, "LPOLY_": 10.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102649.0, 505701.0 ], [ 102672.0, 505702.0 ], [ 102943.0, 505758.0 ], [ 103057.0, 505809.0 ], [ 103201.0, 505815.0 ], [ 103317.0, 505733.0 ], [ 103399.0, 505636.0 ], [ 103522.0, 505563.0 ], [ 103635.0, 505575.0 ], [ 103538.0, 505753.0 ], [ 103393.0, 505926.0 ], [ 103264.0, 506041.0 ], [ 103048.0, 505973.0 ], [ 102872.0, 505871.0 ], [ 102729.0, 505846.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 40.0, "TNODE_": 39.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105600.0, 505089.0 ], [ 105259.0, 505173.0 ], [ 104989.0, 505177.0 ], [ 104761.0, 505173.0 ], [ 104555.0, 505139.0 ], [ 104529.0, 505124.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 41.0, "TNODE_": 39.0, "LPOLY_": 2.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104391.0, 505022.0 ], [ 104397.0, 505031.0 ], [ 104409.0, 505044.0 ], [ 104421.0, 505054.0 ], [ 104454.0, 505077.0 ], [ 104529.0, 505124.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 40.0, "TNODE_": 36.0, "LPOLY_": 2.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105600.0, 505089.0 ], [ 105809.0, 505061.0 ], [ 106068.0, 504969.0 ], [ 106302.0, 504919.0 ], [ 106486.0, 504902.0 ], [ 106644.0, 504969.0 ], [ 106745.0, 505069.0 ], [ 106745.0, 505153.0 ], [ 106711.0, 505303.0 ], [ 106569.0, 505420.0 ], [ 106452.0, 505512.0 ], [ 106402.0, 505604.0 ], [ 106383.0, 505717.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2.0, "FNODE_": 42.0, "TNODE_": 38.0, "LPOLY_": 11.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101491.0, 504712.0 ], [ 101023.0, 504862.0 ], [ 100741.0, 505003.0 ], [ 100374.0, 505144.0 ], [ 100007.0, 505229.0 ], [ 99527.0, 505229.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 43.0, "TNODE_": 44.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103578.0, 504245.0 ], [ 103611.0, 504245.0 ], [ 103627.0, 504237.0 ], [ 103695.0, 504183.0 ], [ 103730.0, 504161.0 ], [ 103765.0, 504142.0 ], [ 103799.0, 504110.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 44.0, "TNODE_": 45.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103799.0, 504110.0 ], [ 103819.0, 504096.0 ], [ 103838.0, 504080.0 ], [ 103844.0, 504066.0 ], [ 103855.0, 504053.0 ], [ 103865.0, 504020.0 ], [ 103871.0, 503991.0 ], [ 103868.0, 503972.0 ], [ 103868.0, 503952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 26.0, "TNODE_": 46.0, "LPOLY_": 2.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108046.0, 506734.0 ], [ 108329.0, 505285.0 ], [ 108407.0, 504837.0 ], [ 108391.0, 504497.0 ], [ 108499.0, 504173.0 ], [ 108638.0, 504050.0 ], [ 108916.0, 503942.0 ], [ 109317.0, 503895.0 ], [ 109807.0, 503895.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10.0, "FNODE_": 47.0, "TNODE_": 45.0, "LPOLY_": 11.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103630.0, 503886.0 ], [ 103724.0, 503883.0 ], [ 103806.0, 503874.0 ], [ 103860.0, 503910.0 ], [ 103868.0, 503952.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 41.0, "TNODE_": 49.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104391.0, 505022.0 ], [ 104389.0, 504860.0 ], [ 104456.0, 504810.0 ], [ 104547.0, 504760.0 ], [ 104798.0, 504727.0 ], [ 105141.0, 504710.0 ], [ 105224.0, 504676.0 ], [ 105383.0, 504543.0 ], [ 105425.0, 504459.0 ], [ 105416.0, 504342.0 ], [ 105374.0, 504167.0 ], [ 105149.0, 503983.0 ], [ 105024.0, 503891.0 ], [ 104948.0, 503758.0 ], [ 104895.0, 503608.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 50.0, "TNODE_": 48.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108591.0, 503541.0 ], [ 108792.0, 503618.0 ], [ 109194.0, 503679.0 ], [ 109820.0, 503695.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 42.0, "TNODE_": 43.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101491.0, 504712.0 ], [ 101680.0, 504555.0 ], [ 101744.0, 504298.0 ], [ 101434.0, 504020.0 ], [ 101390.0, 503754.0 ], [ 101699.0, 503514.0 ], [ 101979.0, 503499.0 ], [ 102220.0, 503417.0 ], [ 102438.0, 503431.0 ], [ 102659.0, 503623.0 ], [ 102932.0, 503853.0 ], [ 103133.0, 503986.0 ], [ 103315.0, 504121.0 ], [ 103578.0, 504245.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 52.0, "TNODE_": 51.0, "LPOLY_": 11.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98248.0, 503271.0 ], [ 98649.0, 503305.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12.0, "FNODE_": 53.0, "TNODE_": 50.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108540.0, 503265.0 ], [ 108535.0, 503421.0 ], [ 108576.0, 503541.0 ], [ 108591.0, 503541.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18.0, "FNODE_": 55.0, "TNODE_": 54.0, "LPOLY_": 14.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98257.0, 502193.0 ], [ 99347.0, 502329.0 ], [ 99890.0, 502365.0 ], [ 100666.0, 502439.0 ], [ 101107.0, 502414.0 ], [ 101321.0, 502408.0 ], [ 101487.0, 502468.0 ], [ 101493.0, 502635.0 ], [ 101236.0, 502791.0 ], [ 100609.0, 502927.0 ], [ 100216.0, 503026.0 ], [ 99744.0, 503083.0 ], [ 99338.0, 503100.0 ], [ 98250.0, 502980.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20.0, "FNODE_": 56.0, "TNODE_": 56.0, "LPOLY_": 16.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102322.0, 501987.0 ], [ 102336.0, 501949.0 ], [ 102428.0, 501817.0 ], [ 102570.0, 501762.0 ], [ 102676.0, 501835.0 ], [ 102724.0, 501967.0 ], [ 102699.0, 502124.0 ], [ 102589.0, 502251.0 ], [ 102495.0, 502338.0 ], [ 102440.0, 502408.0 ], [ 102341.0, 502309.0 ], [ 102310.0, 502154.0 ], [ 102322.0, 501987.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25.0, "FNODE_": 57.0, "TNODE_": 57.0, "LPOLY_": 15.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102118.0, 501690.0 ], [ 102189.0, 501694.0 ], [ 102186.0, 501807.0 ], [ 102122.0, 501945.0 ], [ 102097.0, 502143.0 ], [ 102087.0, 502282.0 ], [ 102066.0, 502453.0 ], [ 101954.0, 502532.0 ], [ 101800.0, 502475.0 ], [ 101780.0, 502371.0 ], [ 101788.0, 502231.0 ], [ 101671.0, 502025.0 ], [ 101682.0, 501960.0 ], [ 101781.0, 501903.0 ], [ 101872.0, 501876.0 ], [ 102032.0, 501804.0 ], [ 102079.0, 501736.0 ], [ 102118.0, 501690.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 47.0, "TNODE_": 59.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103630.0, 503886.0 ], [ 103478.0, 503861.0 ], [ 103432.0, 503726.0 ], [ 103533.0, 503560.0 ], [ 103450.0, 503339.0 ], [ 103328.0, 503163.0 ], [ 103215.0, 502930.0 ], [ 103366.0, 502760.0 ], [ 103538.0, 502619.0 ], [ 103601.0, 502341.0 ], [ 103577.0, 501998.0 ], [ 103643.0, 501650.0 ], [ 103744.0, 501460.0 ], [ 103923.0, 501411.0 ], [ 104122.0, 501473.0 ], [ 104186.0, 501652.0 ], [ 104174.0, 502006.0 ], [ 104234.0, 502252.0 ], [ 104436.0, 502412.0 ], [ 104671.0, 502443.0 ], [ 104873.0, 502379.0 ], [ 104994.0, 502130.0 ], [ 105017.0, 501920.0 ], [ 105066.0, 501592.0 ], [ 105129.0, 501461.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 49.0, "TNODE_": 60.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104895.0, 503608.0 ], [ 104800.0, 503391.0 ], [ 104764.0, 503179.0 ], [ 104822.0, 503049.0 ], [ 104960.0, 503002.0 ], [ 105169.0, 503031.0 ], [ 105496.0, 503189.0 ], [ 105763.0, 503383.0 ], [ 106018.0, 503677.0 ], [ 106289.0, 503924.0 ], [ 106614.0, 504034.0 ], [ 106866.0, 503996.0 ], [ 107087.0, 503675.0 ], [ 106909.0, 503179.0 ], [ 106542.0, 502739.0 ], [ 106162.0, 502434.0 ], [ 105937.0, 502214.0 ], [ 105713.0, 502020.0 ], [ 105519.0, 501832.0 ], [ 105450.0, 501718.0 ], [ 105363.0, 501504.0 ], [ 105413.0, 501396.0 ], [ 105504.0, 501320.0 ], [ 105514.0, 501318.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 61.0, "TNODE_": 58.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105733.0, 501315.0 ], [ 106008.0, 501380.0 ], [ 106271.0, 501500.0 ], [ 106482.0, 501617.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 61.0, "TNODE_": 60.0, "LPOLY_": 2.0, "RPOLY_": 5.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105733.0, 501315.0 ], [ 105652.0, 501310.0 ], [ 105514.0, 501318.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 64.0, "TNODE_": 63.0, "LPOLY_": 12.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102386.0, 501126.0 ], [ 102370.0, 501166.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24.0, "FNODE_": 63.0, "TNODE_": 64.0, "LPOLY_": 12.0, "RPOLY_": 17.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102370.0, 501166.0 ], [ 102375.0, 501203.0 ], [ 102494.0, 501370.0 ], [ 102685.0, 501419.0 ], [ 102847.0, 501468.0 ], [ 102985.0, 501584.0 ], [ 103039.0, 501685.0 ], [ 103035.0, 501946.0 ], [ 103028.0, 502094.0 ], [ 103064.0, 502185.0 ], [ 103118.0, 502241.0 ], [ 103223.0, 502267.0 ], [ 103323.0, 502223.0 ], [ 103309.0, 502009.0 ], [ 103289.0, 501761.0 ], [ 103286.0, 501545.0 ], [ 103202.0, 501427.0 ], [ 103069.0, 501325.0 ], [ 103009.0, 501170.0 ], [ 102928.0, 501066.0 ], [ 102830.0, 501041.0 ], [ 102719.0, 501124.0 ], [ 102564.0, 501150.0 ], [ 102458.0, 501096.0 ], [ 102402.0, 501098.0 ], [ 102386.0, 501126.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19.0, "FNODE_": 51.0, "TNODE_": 66.0, "LPOLY_": 11.0, "RPOLY_": 13.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98649.0, 503305.0 ], [ 99491.0, 503209.0 ], [ 100061.0, 503155.0 ], [ 100434.0, 503095.0 ], [ 100701.0, 503048.0 ], [ 100919.0, 502986.0 ], [ 101145.0, 502924.0 ], [ 101378.0, 502904.0 ], [ 101481.0, 502927.0 ], [ 101653.0, 502938.0 ], [ 101710.0, 502712.0 ], [ 101696.0, 502453.0 ], [ 101639.0, 502270.0 ], [ 101476.0, 502190.0 ], [ 101298.0, 502193.0 ], [ 101137.0, 502133.0 ], [ 101170.0, 502025.0 ], [ 101340.0, 501954.0 ], [ 101445.0, 501904.0 ], [ 101598.0, 501771.0 ], [ 101743.0, 501692.0 ], [ 101818.0, 501627.0 ], [ 101732.0, 501526.0 ], [ 101555.0, 501505.0 ], [ 101228.0, 501436.0 ], [ 100973.0, 501334.0 ], [ 100776.0, 501300.0 ], [ 100498.0, 501368.0 ], [ 100305.0, 501272.0 ], [ 100138.0, 501203.0 ], [ 99779.0, 501123.0 ], [ 99560.0, 501120.0 ], [ 99275.0, 501106.0 ], [ 98267.0, 501023.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 67.0, "TNODE_": 65.0, "LPOLY_": 12.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104191.0, 501021.0 ], [ 104191.0, 501028.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28.0, "FNODE_": 62.0, "TNODE_": 68.0, "LPOLY_": 11.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104749.0, 501207.0 ], [ 104768.0, 501192.0 ], [ 104792.0, 501160.0 ], [ 104815.0, 501124.0 ], [ 104835.0, 501084.0 ], [ 104885.0, 501008.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 62.0, "TNODE_": 69.0, "LPOLY_": 12.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104749.0, 501207.0 ], [ 104545.0, 501301.0 ], [ 104145.0, 501265.0 ], [ 103859.0, 501247.0 ], [ 103668.0, 501326.0 ], [ 103552.0, 501525.0 ], [ 103495.0, 501821.0 ], [ 103486.0, 502075.0 ], [ 103511.0, 502273.0 ], [ 103436.0, 502469.0 ], [ 103219.0, 502580.0 ], [ 103058.0, 502503.0 ], [ 102937.0, 502296.0 ], [ 102893.0, 502080.0 ], [ 102864.0, 501872.0 ], [ 102729.0, 501665.0 ], [ 102469.0, 501627.0 ], [ 102352.0, 501685.0 ], [ 102252.0, 501795.0 ], [ 102205.0, 501915.0 ], [ 102165.0, 502190.0 ], [ 102147.0, 502411.0 ], [ 102177.0, 502549.0 ], [ 102276.0, 502718.0 ], [ 102499.0, 502845.0 ], [ 102691.0, 502921.0 ], [ 102794.0, 502954.0 ], [ 102941.0, 502974.0 ], [ 103092.0, 503124.0 ], [ 103041.0, 503317.0 ], [ 102939.0, 503406.0 ], [ 102744.0, 503370.0 ], [ 102581.0, 503219.0 ], [ 102389.0, 503027.0 ], [ 102169.0, 502834.0 ], [ 102038.0, 502705.0 ], [ 101870.0, 502603.0 ], [ 101770.0, 502531.0 ], [ 101732.0, 502466.0 ], [ 101730.0, 502374.0 ], [ 101687.0, 502252.0 ], [ 101586.0, 502148.0 ], [ 101552.0, 502054.0 ], [ 101602.0, 501929.0 ], [ 101705.0, 501825.0 ], [ 101887.0, 501731.0 ], [ 101979.0, 501655.0 ], [ 101936.0, 501533.0 ], [ 101705.0, 501433.0 ], [ 101439.0, 501363.0 ], [ 101224.0, 501300.0 ], [ 100888.0, 501161.0 ], [ 100452.0, 501001.0 ], [ 100016.0, 500939.0 ], [ 99598.0, 500950.0 ], [ 98268.0, 500875.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 30.0, "FNODE_": 59.0, "TNODE_": 70.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105129.0, 501461.0 ], [ 105263.0, 501272.0 ], [ 105385.0, 501191.0 ], [ 105466.0, 501048.0 ], [ 105507.0, 500926.0 ], [ 105527.0, 500808.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32.0, "FNODE_": 71.0, "TNODE_": 53.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107295.0, 500683.0 ], [ 107640.0, 500886.0 ], [ 107986.0, 501150.0 ], [ 108270.0, 501475.0 ], [ 108697.0, 502145.0 ], [ 108900.0, 502633.0 ], [ 108879.0, 502857.0 ], [ 108778.0, 502938.0 ], [ 108636.0, 503019.0 ], [ 108595.0, 503141.0 ], [ 108540.0, 503265.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23.0, "FNODE_": 65.0, "TNODE_": 67.0, "LPOLY_": 12.0, "RPOLY_": 19.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104191.0, 501028.0 ], [ 104190.0, 501038.0 ], [ 104294.0, 501105.0 ], [ 104518.0, 501115.0 ], [ 104681.0, 501075.0 ], [ 104777.0, 500931.0 ], [ 104782.0, 500745.0 ], [ 104666.0, 500635.0 ], [ 104530.0, 500659.0 ], [ 104467.0, 500792.0 ], [ 104354.0, 500925.0 ], [ 104254.0, 500958.0 ], [ 104191.0, 501021.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31.0, "FNODE_": 58.0, "TNODE_": 72.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106482.0, 501617.0 ], [ 106970.0, 501800.0 ], [ 107112.0, 501881.0 ], [ 107356.0, 501902.0 ], [ 107457.0, 501820.0 ], [ 107518.0, 501597.0 ], [ 107518.0, 501475.0 ], [ 107396.0, 501211.0 ], [ 107132.0, 500926.0 ], [ 106746.0, 500744.0 ], [ 106429.0, 500577.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 72.0, "TNODE_": 73.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106429.0, 500577.0 ], [ 106343.0, 500552.0 ], [ 106248.0, 500496.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11.0, "FNODE_": 75.0, "TNODE_": 71.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106306.0, 500364.0 ], [ 106494.0, 500372.0 ], [ 106906.0, 500524.0 ], [ 107295.0, 500683.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33.0, "FNODE_": 73.0, "TNODE_": 75.0, "LPOLY_": 5.0, "RPOLY_": 2.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106248.0, 500496.0 ], [ 106199.0, 500467.0 ], [ 106191.0, 500450.0 ], [ 106188.0, 500430.0 ], [ 106188.0, 500408.0 ], [ 106193.0, 500398.0 ], [ 106237.0, 500366.0 ], [ 106286.0, 500361.0 ], [ 106306.0, 500364.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 77.0, "TNODE_": 76.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 106475.0, 499584.0 ], [ 106837.0, 499705.0 ], [ 107101.0, 499663.0 ], [ 107173.0, 499635.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 78.0, "TNODE_": 79.0, "LPOLY_": 22.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101696.0, 499147.0 ], [ 101716.0, 499128.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26.0, "FNODE_": 79.0, "TNODE_": 78.0, "LPOLY_": 22.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101716.0, 499128.0 ], [ 101757.0, 499106.0 ], [ 101903.0, 499117.0 ], [ 102223.0, 499211.0 ], [ 102421.0, 499255.0 ], [ 102538.0, 499285.0 ], [ 102625.0, 499375.0 ], [ 102629.0, 499480.0 ], [ 102505.0, 499576.0 ], [ 102255.0, 499571.0 ], [ 102022.0, 499507.0 ], [ 101820.0, 499398.0 ], [ 101695.0, 499236.0 ], [ 101674.0, 499187.0 ], [ 101696.0, 499147.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13.0, "FNODE_": 70.0, "TNODE_": 77.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105527.0, 500808.0 ], [ 105512.0, 500691.0 ], [ 105269.0, 500429.0 ], [ 105011.0, 500133.0 ], [ 104809.0, 499720.0 ], [ 104737.0, 499388.0 ], [ 104756.0, 499130.0 ], [ 104873.0, 498978.0 ], [ 105150.0, 498936.0 ], [ 105437.0, 498937.0 ], [ 105777.0, 499041.0 ], [ 106114.0, 499326.0 ], [ 106475.0, 499584.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27.0, "FNODE_": 80.0, "TNODE_": 74.0, "LPOLY_": 18.0, "RPOLY_": 12.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98287.0, 498927.0 ], [ 99146.0, 499044.0 ], [ 99587.0, 499141.0 ], [ 99933.0, 499202.0 ], [ 100278.0, 499395.0 ], [ 100594.0, 499679.0 ], [ 100748.0, 499953.0 ], [ 100802.0, 500324.0 ], [ 100937.0, 500617.0 ], [ 101220.0, 500914.0 ], [ 101388.0, 501005.0 ], [ 101573.0, 501036.0 ], [ 101689.0, 501092.0 ], [ 101750.0, 501274.0 ], [ 101714.0, 501336.0 ], [ 101448.0, 501308.0 ], [ 101208.0, 501117.0 ], [ 100847.0, 500875.0 ], [ 100471.0, 500702.0 ], [ 100084.0, 500558.0 ], [ 99648.0, 500517.0 ], [ 98271.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16.0, "FNODE_": 81.0, "TNODE_": 81.0, "LPOLY_": 20.0, "RPOLY_": 21.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103806.0, 498367.0 ], [ 103678.0, 498377.0 ], [ 103616.0, 498513.0 ], [ 103647.0, 498756.0 ], [ 103585.0, 499216.0 ], [ 103392.0, 499394.0 ], [ 103217.0, 499515.0 ], [ 103184.0, 499732.0 ], [ 103372.0, 499753.0 ], [ 103657.0, 499717.0 ], [ 103814.0, 499644.0 ], [ 103858.0, 499558.0 ], [ 103842.0, 499365.0 ], [ 103958.0, 499054.0 ], [ 104050.0, 498782.0 ], [ 103965.0, 498498.0 ], [ 103806.0, 498367.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9.0, "FNODE_": 83.0, "TNODE_": 82.0, "LPOLY_": 11.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105578.0, 497763.0 ], [ 105597.0, 497775.0 ], [ 105646.0, 497791.0 ], [ 105717.0, 497804.0 ], [ 105776.0, 497807.0 ], [ 105857.0, 497801.0 ], [ 105909.0, 497791.0 ], [ 105941.0, 497777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 83.0, "TNODE_": 87.0, "LPOLY_": 20.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 105578.0, 497763.0 ], [ 105278.0, 497392.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8.0, "FNODE_": 88.0, "TNODE_": 87.0, "LPOLY_": 11.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104886.0, 497212.0 ], [ 105002.0, 497222.0 ], [ 105064.0, 497229.0 ], [ 105129.0, 497255.0 ], [ 105171.0, 497287.0 ], [ 105236.0, 497346.0 ], [ 105278.0, 497392.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 88.0, "TNODE_": 84.0, "LPOLY_": 20.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104886.0, 497212.0 ], [ 104834.0, 497215.0 ], [ 104599.0, 497329.0 ], [ 104331.0, 497504.0 ], [ 104227.0, 497755.0 ], [ 104232.0, 498224.0 ], [ 104352.0, 498618.0 ], [ 104285.0, 498970.0 ], [ 104223.0, 499513.0 ], [ 104217.0, 500082.0 ], [ 104094.0, 500594.0 ], [ 103868.0, 500753.0 ], [ 103626.0, 500677.0 ], [ 103517.0, 500424.0 ], [ 103338.0, 500237.0 ], [ 103145.0, 500168.0 ], [ 103022.0, 500264.0 ], [ 102977.0, 500438.0 ], [ 102910.0, 500563.0 ], [ 102830.0, 500559.0 ], [ 102764.0, 500441.0 ], [ 102661.0, 500427.0 ], [ 102586.0, 500514.0 ], [ 102557.0, 500660.0 ], [ 102501.0, 500719.0 ], [ 102434.0, 500622.0 ], [ 102489.0, 500451.0 ], [ 102620.0, 500251.0 ], [ 102782.0, 500144.0 ], [ 103023.0, 500087.0 ], [ 103163.0, 499988.0 ], [ 103156.0, 499859.0 ], [ 103080.0, 499743.0 ], [ 103073.0, 499565.0 ], [ 103163.0, 499416.0 ], [ 103188.0, 499115.0 ], [ 103072.0, 498868.0 ], [ 102696.0, 498666.0 ], [ 102274.0, 498517.0 ], [ 101794.0, 498341.0 ], [ 101319.0, 498044.0 ], [ 101031.0, 497694.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29.0, "FNODE_": 76.0, "TNODE_": 90.0, "LPOLY_": 2.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107173.0, 499635.0 ], [ 107498.0, 499443.0 ], [ 107701.0, 499220.0 ], [ 108026.0, 498814.0 ], [ 108432.0, 497899.0 ], [ 108919.0, 496787.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 93.0, "TNODE_": 94.0, "LPOLY_": 1.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107356.0, 496702.0 ], [ 107343.0, 496702.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17.0, "FNODE_": 94.0, "TNODE_": 82.0, "LPOLY_": 20.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 107343.0, 496702.0 ], [ 106936.0, 497129.0 ], [ 106389.0, 497444.0 ], [ 105947.0, 497778.0 ], [ 105941.0, 497777.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 95.0, "TNODE_": 86.0, "LPOLY_": 23.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104485.0, 496562.0 ], [ 104415.0, 496620.0 ], [ 104208.0, 496819.0 ], [ 103930.0, 497152.0 ], [ 103530.0, 497418.0 ], [ 103028.0, 497485.0 ], [ 102818.0, 497438.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5.0, "FNODE_": 96.0, "TNODE_": 97.0, "LPOLY_": 1.0, "RPOLY_": 23.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103873.0, 496532.0 ], [ 103854.0, 496531.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14.0, "FNODE_": 89.0, "TNODE_": 97.0, "LPOLY_": 23.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102704.0, 497091.0 ], [ 102909.0, 497189.0 ], [ 103215.0, 497245.0 ], [ 103457.0, 497130.0 ], [ 103658.0, 496867.0 ], [ 103845.0, 496542.0 ], [ 103854.0, 496531.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7.0, "FNODE_": 98.0, "TNODE_": 89.0, "LPOLY_": 23.0, "RPOLY_": 24.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101773.0, 496415.0 ], [ 102040.0, 496696.0 ], [ 102338.0, 496900.0 ], [ 102704.0, 497091.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15.0, "FNODE_": 86.0, "TNODE_": 99.0, "LPOLY_": 23.0, "RPOLY_": 20.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102818.0, 497438.0 ], [ 101778.0, 496877.0 ], [ 101282.0, 496587.0 ], [ 101098.0, 496397.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22.0, "FNODE_": 84.0, "TNODE_": 101.0, "LPOLY_": 20.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 101031.0, 497694.0 ], [ 100775.0, 497430.0 ], [ 100316.0, 496801.0 ], [ 100081.0, 496347.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21.0, "FNODE_": 102.0, "TNODE_": 68.0, "LPOLY_": 12.0, "RPOLY_": 11.0, "CVALUE": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98951.0, 496292.0 ], [ 99059.0, 496634.0 ], [ 99426.0, 497255.0 ], [ 99839.0, 497776.0 ], [ 100256.0, 498171.0 ], [ 100771.0, 498440.0 ], [ 101323.0, 498742.0 ], [ 101798.0, 498932.0 ], [ 102116.0, 499063.0 ], [ 102534.0, 499131.0 ], [ 102807.0, 499166.0 ], [ 103056.0, 499238.0 ], [ 103111.0, 499374.0 ], [ 102989.0, 499504.0 ], [ 102802.0, 499591.0 ], [ 102541.0, 499666.0 ], [ 102076.0, 499607.0 ], [ 101726.0, 499548.0 ], [ 101435.0, 499377.0 ], [ 101212.0, 499198.0 ], [ 100967.0, 499184.0 ], [ 100892.0, 499235.0 ], [ 100866.0, 499369.0 ], [ 100944.0, 499681.0 ], [ 100987.0, 500018.0 ], [ 100970.0, 500309.0 ], [ 101142.0, 500521.0 ], [ 101440.0, 500693.0 ], [ 101690.0, 500849.0 ], [ 101823.0, 501083.0 ], [ 101885.0, 501183.0 ], [ 102044.0, 501250.0 ], [ 102115.0, 501176.0 ], [ 102042.0, 500929.0 ], [ 101895.0, 500711.0 ], [ 101893.0, 500515.0 ], [ 102004.0, 500428.0 ], [ 102138.0, 500405.0 ], [ 102267.0, 500457.0 ], [ 102362.0, 500648.0 ], [ 102426.0, 500755.0 ], [ 102499.0, 500836.0 ], [ 102588.0, 500854.0 ], [ 102621.0, 500706.0 ], [ 102634.0, 500533.0 ], [ 102662.0, 500465.0 ], [ 102703.0, 500466.0 ], [ 102756.0, 500601.0 ], [ 102847.0, 500735.0 ], [ 102925.0, 500775.0 ], [ 103044.0, 500747.0 ], [ 103130.0, 500590.0 ], [ 103166.0, 500435.0 ], [ 103199.0, 500397.0 ], [ 103304.0, 500428.0 ], [ 103422.0, 500586.0 ], [ 103570.0, 500804.0 ], [ 103748.0, 500933.0 ], [ 104037.0, 500909.0 ], [ 104294.0, 500714.0 ], [ 104407.0, 500516.0 ], [ 104486.0, 500389.0 ], [ 104561.0, 500346.0 ], [ 104678.0, 500371.0 ], [ 104863.0, 500529.0 ], [ 104933.0, 500859.0 ], [ 104885.0, 501008.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3.0, "FNODE_": 16.0, "TNODE_": 1.0, "LPOLY_": 3.0, "RPOLY_": 2.0, "CVALUE": -999.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102659.0, 512515.0 ], [ 102879.0, 512481.0 ], [ 102958.0, 512683.0 ], [ 103020.0, 512745.0 ], [ 103228.0, 512892.0 ], [ 103352.0, 512948.0 ], [ 103600.0, 513050.0 ], [ 103820.0, 513145.0 ], [ 104022.0, 513241.0 ], [ 104191.0, 513331.0 ], [ 104293.0, 513427.0 ], [ 104417.0, 513607.0 ], [ 104569.0, 513894.0 ], [ 104718.0, 514252.0 ], [ 104850.0, 514686.0 ], [ 104960.0, 514981.0 ], [ 105084.0, 515269.0 ], [ 105470.0, 515961.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -33.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108403.0, 523386.0 ], [ 108604.0, 523269.0 ], [ 108801.0, 522990.0 ], [ 108864.0, 522679.0 ], [ 108931.0, 522437.0 ], [ 109087.0, 522328.0 ], [ 109277.0, 522414.0 ], [ 109517.0, 522562.0 ], [ 109754.0, 522725.0 ], [ 110198.0, 523050.0 ], [ 110435.0, 523184.0 ], [ 110590.0, 523104.0 ], [ 110591.0, 522842.0 ], [ 110424.0, 522567.0 ], [ 110103.0, 522354.0 ], [ 109799.0, 522142.0 ], [ 109555.0, 521931.0 ], [ 109319.0, 521701.0 ], [ 109086.0, 521502.0 ], [ 108832.0, 521393.0 ], [ 108565.0, 521373.0 ], [ 108281.0, 521359.0 ], [ 108062.0, 521368.0 ], [ 107808.0, 521470.0 ], [ 107550.0, 521727.0 ], [ 107367.0, 521766.0 ], [ 107172.0, 521798.0 ], [ 107034.0, 521896.0 ], [ 107117.0, 522036.0 ], [ 107338.0, 522038.0 ], [ 107567.0, 521983.0 ], [ 107859.0, 521944.0 ], [ 108073.0, 521993.0 ], [ 108185.0, 522173.0 ], [ 108150.0, 522460.0 ], [ 108080.0, 522654.0 ], [ 107978.0, 522849.0 ], [ 107906.0, 523171.0 ], [ 107996.0, 523322.0 ], [ 108153.0, 523419.0 ], [ 108403.0, 523386.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -31.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108790.0, 530006.0 ], [ 109762.0, 530006.0 ], [ 109582.0, 529668.0 ], [ 109381.0, 529565.0 ], [ 109141.0, 529539.0 ], [ 108936.0, 529655.0 ], [ 108824.0, 529860.0 ], [ 108790.0, 530006.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113367.0, 529993.0 ], [ 115543.0, 529972.0 ], [ 115543.0, 529518.0 ], [ 115234.0, 529338.0 ], [ 114339.0, 528974.0 ], [ 113954.0, 528897.0 ], [ 113629.0, 528953.0 ], [ 113333.0, 529132.0 ], [ 113196.0, 529381.0 ], [ 113209.0, 529608.0 ], [ 113299.0, 529869.0 ], [ 113367.0, 529993.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -37.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113193.0, 524463.0 ], [ 113554.0, 524395.0 ], [ 113868.0, 524224.0 ], [ 114315.0, 523848.0 ], [ 114715.0, 523493.0 ], [ 115201.0, 522969.0 ], [ 115556.0, 522492.0 ], [ 115530.0, 521917.0 ], [ 115538.0, 521413.0 ], [ 115521.0, 520691.0 ], [ 115539.0, 520281.0 ], [ 115246.0, 520251.0 ], [ 114896.0, 520274.0 ], [ 114358.0, 520400.0 ], [ 113904.0, 520674.0 ], [ 113487.0, 520983.0 ], [ 112929.0, 521733.0 ], [ 112749.0, 522168.0 ], [ 112564.0, 522455.0 ], [ 112295.0, 522824.0 ], [ 112079.0, 523212.0 ], [ 112061.0, 523553.0 ], [ 112296.0, 523931.0 ], [ 112533.0, 524161.0 ], [ 112800.0, 524390.0 ], [ 113193.0, 524463.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": null, "FNODE_": null, "TNODE_": null, "LPOLY_": null, "RPOLY_": null, "CVALUE": -35.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110659.0, 517037.0 ], [ 110875.0, 517025.0 ], [ 111275.0, 516933.0 ], [ 111572.0, 516964.0 ], [ 111972.0, 517001.0 ], [ 112261.0, 516888.0 ], [ 112295.0, 516694.0 ], [ 112051.0, 516605.0 ], [ 111713.0, 516543.0 ], [ 111356.0, 516531.0 ], [ 111020.0, 516448.0 ], [ 110641.0, 516370.0 ], [ 110351.0, 516532.0 ], [ 110224.0, 516706.0 ], [ 110295.0, 516916.0 ], [ 110456.0, 517027.0 ], [ 110659.0, 517037.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_bergen_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_bergen_points.geojson new file mode 100644 index 0000000..86ef552 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_bergen_points.geojson @@ -0,0 +1,42 @@ +{ +"type": "FeatureCollection", +"name": "TS21_bergen_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "BAQ2_POI_1": 20, "VALUE": -47.0 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 526530.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 21, "VALUE": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 105684.0, 526243.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 22, "VALUE": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 525124.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 23, "VALUE": -41.0 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 523935.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 24, "VALUE": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 523177.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 25, "VALUE": -45.0 }, "geometry": { "type": "Point", "coordinates": [ 105081.0, 523193.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 26, "VALUE": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 522983.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 27, "VALUE": -39.0 }, "geometry": { "type": "Point", "coordinates": [ 106492.0, 521595.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 28, "VALUE": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 107382.0, 521553.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 29, "VALUE": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105905.0, 521500.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 30, "VALUE": -45.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 521948.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 31, "VALUE": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 104368.0, 521964.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 32, "VALUE": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 521095.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 33, "VALUE": -38.0 }, "geometry": { "type": "Point", "coordinates": [ 105034.0, 521125.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 34, "VALUE": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 521379.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 35, "VALUE": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105552.0, 520891.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 36, "VALUE": -45.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 520646.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 37, "VALUE": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 106530.0, 521089.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 38, "VALUE": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 107249.0, 520897.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 39, "VALUE": -38.0 }, "geometry": { "type": "Point", "coordinates": [ 106329.0, 520049.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 40, "VALUE": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 520087.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 41, "VALUE": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105179.0, 520527.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 42, "VALUE": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 104120.0, 520477.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 43, "VALUE": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 105864.0, 519185.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 44, "VALUE": -49.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 519294.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 45, "VALUE": -47.0 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 518829.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 46, "VALUE": -49.0 }, "geometry": { "type": "Point", "coordinates": [ 104621.0, 518443.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 47, "VALUE": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 518067.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 48, "VALUE": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 104170.0, 517516.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 49, "VALUE": -41.0 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 515180.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 50, "VALUE": -38.0 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 515423.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 51, "VALUE": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104016.0, 514764.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 52, "VALUE": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 103651.0, 514315.0 ] } }, +{ "type": "Feature", "properties": { "BAQ2_POI_1": 53, "VALUE": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 513318.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_interpolation_points.geojson new file mode 100644 index 0000000..db4d8fb --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_interpolation_points.geojson @@ -0,0 +1,1453 @@ +{ +"type": "FeatureCollection", +"name": "TS21_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106723.0, 515833.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 515274.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106158.0, 515008.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 514675.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 514409.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 514177.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105792.0, 514077.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 513894.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106125.0, 513562.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106125.0, 513345.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 513079.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 512814.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 512531.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 512232.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105925.0, 512132.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106058.0, 512115.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106307.0, 512232.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106374.0, 512365.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106440.0, 512647.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106640.0, 513030.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107039.0, 513794.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107388.0, 514276.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107704.0, 514742.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107903.0, 514991.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108252.0, 515440.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108552.0, 515765.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 510535.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 510628.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 510717.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 510738.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 510743.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510696.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 510649.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510623.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 510578.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 509938.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 510028.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 510535.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 509938.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 509906.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 509880.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104406.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509833.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 509828.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509832.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509833.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509645.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509666.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 509681.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 509681.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104510.0, 509708.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104531.0, 509749.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104542.0, 509807.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104542.0, 509817.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 509828.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 509828.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 510578.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 510556.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510548.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 510421.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 510360.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 510172.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 509946.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 509715.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104082.0, 509538.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104311.0, 509460.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 509458.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 509510.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 509562.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 509596.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509645.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.0, 510289.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107066.0, 510426.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106806.0, 510569.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106378.0, 510432.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106130.0, 510199.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106110.0, 510032.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106110.0, 510032.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 509472.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.0, 510289.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107373.0, 509238.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 509472.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106287.0, 509303.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106238.0, 509148.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 508941.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 508688.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 508688.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104906.0, 508685.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 508350.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104389.0, 508234.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 508155.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 508155.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 508094.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105736.0, 508094.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105921.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106168.0, 508156.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106246.0, 508078.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106246.0, 507970.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106246.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106199.0, 507538.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106153.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 507336.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108046.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108016.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107787.0, 507269.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107742.0, 507690.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 507904.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107712.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 508278.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107453.0, 508468.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107436.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 508747.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107315.0, 508980.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107357.0, 509202.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107373.0, 509238.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 507336.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106055.0, 507252.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105564.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 507196.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 507157.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105134.0, 507107.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 507027.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 506931.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 506923.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105688.0, 506838.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105788.0, 506703.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 506588.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106071.0, 506439.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.0, 506205.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 506041.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 505717.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 505117.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105259.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 505177.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104761.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 505139.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104529.0, 505124.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104391.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104397.0, 505031.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 505044.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 505054.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 505077.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 505095.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104529.0, 505124.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105809.0, 505061.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.0, 504969.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106302.0, 504919.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106486.0, 504902.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106644.0, 504969.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106745.0, 505069.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106745.0, 505153.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106711.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106569.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106452.0, 505512.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106402.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 505717.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108046.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108329.0, 505285.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108407.0, 504837.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108391.0, 504497.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108499.0, 504173.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108638.0, 504050.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108916.0, 503942.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 109317.0, 503895.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 109807.0, 503895.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104391.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104389.0, 504860.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 504810.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104547.0, 504760.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 504727.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104982.0, 504718.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105141.0, 504710.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105224.0, 504676.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 504543.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 504459.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 504342.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 504167.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105283.0, 504092.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 503891.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104948.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 503608.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108591.0, 503541.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 503618.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 109194.0, 503679.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 109820.0, 503695.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108540.0, 503265.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108535.0, 503421.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108576.0, 503541.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108591.0, 503541.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 503608.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 503391.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 503179.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 503049.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104960.0, 503002.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 503031.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 503189.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105763.0, 503383.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 503677.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106289.0, 503924.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.0, 504034.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106866.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107087.0, 503675.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 503179.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106542.0, 502739.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 502434.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105937.0, 502214.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.0, 502020.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 501832.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 501718.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 501504.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105413.0, 501396.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105504.0, 501320.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 501318.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 501315.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106008.0, 501380.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106482.0, 501617.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 501315.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105652.0, 501310.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 501318.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 500683.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 500886.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107986.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108270.0, 501475.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108697.0, 502145.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 502633.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108879.0, 502857.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108778.0, 502938.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108636.0, 503019.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108595.0, 503141.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108540.0, 503265.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106482.0, 501617.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 501678.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106970.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107112.0, 501881.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107356.0, 501902.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 501820.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107518.0, 501597.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107518.0, 501475.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107396.0, 501211.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107132.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106746.0, 500744.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106429.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106429.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106343.0, 500552.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106248.0, 500496.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106306.0, 500364.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 500372.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106906.0, 500524.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 500683.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106248.0, 500496.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 500482.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106199.0, 500467.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106191.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106188.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106188.0, 500408.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 500398.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106207.0, 500387.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 500366.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 500363.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106286.0, 500361.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106306.0, 500364.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 509119.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 509204.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 509234.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 509264.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 509470.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 509476.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 509428.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102073.0, 509373.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 509343.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 509343.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 509331.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102206.0, 509283.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102177.0, 509223.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 508725.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 508762.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 508786.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103090.0, 508828.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 508828.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 508950.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102177.0, 509223.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 509182.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 508918.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 508820.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102620.0, 508760.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 508714.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 508725.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 508224.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102624.0, 508181.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 508136.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 508136.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 508241.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 508235.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 508211.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 508086.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102605.0, 508093.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 508039.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 508075.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 508086.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103487.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103622.0, 506464.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 506554.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 506604.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 506641.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506591.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104984.0, 506099.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 506138.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 506197.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 506205.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 506216.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104984.0, 506099.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 506017.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104860.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104860.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105141.0, 505930.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105216.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105333.0, 505913.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105441.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 505894.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 505894.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105572.0, 505888.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105801.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 505782.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 505947.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105917.0, 506264.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105667.0, 506242.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 506216.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102419.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 505826.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 505805.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 505721.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 505721.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 505701.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 505701.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102672.0, 505702.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102943.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103201.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 505733.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 505636.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 505563.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 505575.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505753.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 505926.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103264.0, 506041.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 505973.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 505871.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101491.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101023.0, 504862.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100741.0, 505003.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100374.0, 505144.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100007.0, 505229.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 99527.0, 505229.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 504245.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 504245.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 504237.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 504213.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103765.0, 504142.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103799.0, 504110.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103799.0, 504110.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103819.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 504080.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 504066.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 504020.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 503991.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 503952.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 500691.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 500429.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105011.0, 500133.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104809.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104737.0, 499388.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104756.0, 499130.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104873.0, 498978.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 498936.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 498937.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105777.0, 499041.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 499326.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106475.0, 499584.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 503886.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 503883.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 503874.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103860.0, 503910.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 503952.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101491.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 504555.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 504298.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101434.0, 504020.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101390.0, 503754.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101699.0, 503514.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101979.0, 503499.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 503431.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102659.0, 503623.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 503853.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 503986.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 504121.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 504245.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 499635.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107498.0, 499443.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107701.0, 499220.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108026.0, 498814.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108919.0, 496787.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 503886.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 503885.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 503861.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 503726.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103533.0, 503560.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 503339.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 503163.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 502930.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 502760.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 502619.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 502341.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 501998.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103744.0, 501460.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103923.0, 501411.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 501473.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104186.0, 501652.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 502006.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 502252.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104436.0, 502412.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104671.0, 502443.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104873.0, 502379.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104994.0, 502130.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 501920.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 501592.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105129.0, 501461.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105129.0, 501461.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 501191.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105466.0, 501048.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105507.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106475.0, 499584.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106837.0, 499705.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107101.0, 499663.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 499635.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 503271.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 98649.0, 503305.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 98649.0, 503305.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 99491.0, 503209.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100061.0, 503155.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100434.0, 503095.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100701.0, 503048.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100919.0, 502986.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101145.0, 502924.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101378.0, 502904.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101481.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101653.0, 502938.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101710.0, 502712.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101696.0, 502453.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101476.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101298.0, 502193.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101137.0, 502133.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 501954.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101445.0, 501904.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 501771.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 501692.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 501627.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 501526.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101555.0, 501505.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101228.0, 501436.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100973.0, 501334.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100776.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100638.0, 501334.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100498.0, 501368.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100305.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100138.0, 501203.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 99779.0, 501123.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 99560.0, 501120.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 99275.0, 501106.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 98267.0, 501023.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 98257.0, 502193.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 99347.0, 502329.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 99890.0, 502365.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 100666.0, 502439.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101107.0, 502414.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 502408.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101487.0, 502468.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101493.0, 502635.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101236.0, 502791.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 100940.0, 502855.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 100609.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 100216.0, 503026.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 99744.0, 503083.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 99338.0, 503100.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 98250.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 501987.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 501949.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 501817.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 501762.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 501835.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 501967.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 502124.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102495.0, 502338.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 502408.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 502309.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102310.0, 502154.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 501987.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 501690.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102189.0, 501694.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102186.0, 501807.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102122.0, 501945.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 502143.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 502282.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102066.0, 502453.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 502532.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502475.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101780.0, 502371.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101788.0, 502231.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101733.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101671.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 501960.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101781.0, 501903.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101872.0, 501876.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 501804.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 501736.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 501690.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102370.0, 501166.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102370.0, 501166.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 501203.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 501370.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 501419.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 501468.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 501584.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 501946.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 502094.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 502185.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 502267.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 502223.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 502009.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 501761.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 501545.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 501325.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 501170.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 501066.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 501041.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 501124.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102458.0, 501096.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102402.0, 501098.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 501028.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 501038.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 501105.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 501115.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104777.0, 500931.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104782.0, 500745.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 500635.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 500659.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104467.0, 500792.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 500925.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 501021.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 501021.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 501028.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 98951.0, 496292.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99059.0, 496634.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99426.0, 497255.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99839.0, 497776.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100256.0, 498171.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100771.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101323.0, 498742.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 499063.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102534.0, 499131.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102807.0, 499166.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 499238.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 499374.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102989.0, 499504.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102802.0, 499591.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 499666.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102076.0, 499607.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101726.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101435.0, 499377.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101212.0, 499198.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100967.0, 499184.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100892.0, 499235.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100866.0, 499369.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100944.0, 499681.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 500018.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100970.0, 500309.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101142.0, 500521.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101440.0, 500693.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101690.0, 500849.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101823.0, 501083.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102044.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 501176.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 500929.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101895.0, 500711.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101893.0, 500515.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102004.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 500405.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102267.0, 500457.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 500755.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 500836.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 500854.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102621.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 500466.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 500601.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 500775.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 500747.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 500590.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 500435.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 500397.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103422.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 500804.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 500909.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 500714.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 500516.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 500389.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104678.0, 500371.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104863.0, 500529.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 500859.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104885.0, 501008.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104768.0, 501192.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104792.0, 501160.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 501124.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 501084.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 501043.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104885.0, 501008.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104545.0, 501301.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 501265.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103859.0, 501247.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 501326.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 501525.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 501821.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 502075.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 502273.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 502469.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 502580.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103058.0, 502503.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 502296.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 502080.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 501872.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 501665.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 501627.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102252.0, 501795.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102205.0, 501915.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102165.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 502411.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102177.0, 502549.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 502718.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 502845.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 502921.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 502954.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 503124.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 503317.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 503406.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102744.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 503219.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102389.0, 503027.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102169.0, 502834.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 502705.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 502603.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 502531.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 502466.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101730.0, 502374.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 502252.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 502148.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101552.0, 502054.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101602.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101705.0, 501825.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 501731.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101979.0, 501655.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101936.0, 501533.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101705.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 501363.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101224.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100888.0, 501161.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100452.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100016.0, 500939.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99598.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 98268.0, 500875.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101696.0, 499147.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101716.0, 499128.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101716.0, 499128.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101757.0, 499106.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 499117.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 499211.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102421.0, 499255.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102538.0, 499285.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 499375.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 499480.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 499576.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 499571.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 499507.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 499398.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101695.0, 499236.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101674.0, 499187.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101696.0, 499147.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 98287.0, 498927.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 98759.0, 498992.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99146.0, 499044.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99587.0, 499141.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99933.0, 499202.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100278.0, 499395.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100594.0, 499679.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 499953.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100802.0, 500324.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100937.0, 500617.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101220.0, 500914.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101388.0, 501005.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 501036.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101689.0, 501092.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101750.0, 501274.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101714.0, 501336.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101448.0, 501308.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101208.0, 501117.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100847.0, 500875.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100471.0, 500702.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100084.0, 500558.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99648.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 98271.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 498367.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 498377.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 498513.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 498756.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103585.0, 499216.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 499394.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 499515.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 499753.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 499717.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 499644.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 499558.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103842.0, 499365.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 499054.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 498498.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 498367.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 497763.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 497775.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105646.0, 497791.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 497804.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105776.0, 497807.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105821.0, 497804.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105909.0, 497791.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 497777.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 497763.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 497392.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 497212.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105064.0, 497229.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105129.0, 497255.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 497287.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105236.0, 497346.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 497392.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 497212.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 497215.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 497329.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104331.0, 497504.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104227.0, 497755.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 498618.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104285.0, 498970.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104223.0, 499513.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 500082.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 500594.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 500677.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 500168.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 500438.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 500559.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102764.0, 500441.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 500427.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 500514.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 500719.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 500622.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102620.0, 500251.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102782.0, 500144.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 500087.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103163.0, 499988.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 499859.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 499743.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103073.0, 499565.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103163.0, 499416.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 498666.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102274.0, 498517.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 498341.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101319.0, 498044.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101031.0, 497694.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107356.0, 496702.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107343.0, 496702.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107343.0, 496702.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106936.0, 497129.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106389.0, 497444.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 497778.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 497777.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101031.0, 497694.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100775.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100316.0, 496801.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100081.0, 496347.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 497438.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101778.0, 496877.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101282.0, 496587.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 101098.0, 496397.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104485.0, 496562.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 496620.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 496819.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 497152.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 497418.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 497485.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 497438.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 496532.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103854.0, 496531.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 497091.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 497189.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 497245.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 497130.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 496867.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103845.0, 496542.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 103854.0, 496531.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 101773.0, 496415.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102040.0, 496696.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 496900.0 ] } }, +{ "type": "Feature", "properties": { "value": -20.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 497091.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 523386.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108604.0, 523269.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108801.0, 522990.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108864.0, 522679.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108931.0, 522437.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109087.0, 522328.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109277.0, 522414.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109517.0, 522562.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109754.0, 522725.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 110198.0, 523050.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 110435.0, 523184.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 110590.0, 523104.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 110591.0, 522842.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 110424.0, 522567.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 110103.0, 522354.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109799.0, 522142.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109555.0, 521931.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109319.0, 521701.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 109086.0, 521502.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108832.0, 521393.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108565.0, 521373.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108281.0, 521359.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108062.0, 521368.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107808.0, 521470.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 521627.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 521727.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107367.0, 521766.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107172.0, 521798.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107034.0, 521896.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107117.0, 522036.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107338.0, 522038.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107567.0, 521983.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107859.0, 521944.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108073.0, 521993.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 522173.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 522460.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108080.0, 522654.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107978.0, 522849.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107906.0, 523171.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 107996.0, 523322.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108153.0, 523419.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 523386.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 108790.0, 530006.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 109762.0, 530006.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 109582.0, 529668.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 109381.0, 529565.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 109141.0, 529539.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 108936.0, 529655.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 108824.0, 529860.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 108790.0, 530006.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113367.0, 529993.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 115543.0, 529972.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 115543.0, 529518.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 115234.0, 529338.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 114339.0, 528974.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113954.0, 528897.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113629.0, 528953.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113333.0, 529132.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113196.0, 529381.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113209.0, 529608.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113299.0, 529869.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 113367.0, 529993.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 113193.0, 524463.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 113554.0, 524395.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 113868.0, 524224.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 114315.0, 523848.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 114715.0, 523493.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 115201.0, 522969.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 115556.0, 522492.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 115530.0, 521917.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 115538.0, 521413.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 115521.0, 520691.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 115539.0, 520281.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 115246.0, 520251.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 114896.0, 520274.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 114358.0, 520400.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 113904.0, 520674.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 113487.0, 520983.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 113206.0, 521362.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112929.0, 521733.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112749.0, 522168.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112564.0, 522455.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112295.0, 522824.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112079.0, 523212.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112061.0, 523553.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112296.0, 523931.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112533.0, 524161.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 112800.0, 524390.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 113193.0, 524463.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110659.0, 517037.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110875.0, 517025.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 111275.0, 516933.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 111572.0, 516964.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 111972.0, 517001.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 112261.0, 516888.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 112295.0, 516694.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 112051.0, 516605.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 111713.0, 516543.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 111356.0, 516531.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 111020.0, 516448.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110641.0, 516370.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110351.0, 516532.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 516706.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110295.0, 516916.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110456.0, 517027.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 110659.0, 517037.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.0 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 526530.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 105684.0, 526243.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 525124.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.0 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 523935.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 523177.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.0 }, "geometry": { "type": "Point", "coordinates": [ 105081.0, 523193.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 522983.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.0 }, "geometry": { "type": "Point", "coordinates": [ 106492.0, 521595.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 107382.0, 521553.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105905.0, 521500.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 521948.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 104368.0, 521964.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 521095.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.0 }, "geometry": { "type": "Point", "coordinates": [ 105034.0, 521125.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 521379.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105552.0, 520891.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 520646.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.0 }, "geometry": { "type": "Point", "coordinates": [ 106530.0, 521089.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 107249.0, 520897.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.0 }, "geometry": { "type": "Point", "coordinates": [ 106329.0, 520049.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 520087.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105179.0, 520527.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 104120.0, 520477.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 105864.0, 519185.0 ] } }, +{ "type": "Feature", "properties": { "value": -49.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 519294.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.0 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 518829.0 ] } }, +{ "type": "Feature", "properties": { "value": -49.0 }, "geometry": { "type": "Point", "coordinates": [ 104621.0, 518443.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 518067.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 104170.0, 517516.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.0 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 515180.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.0 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 515423.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104016.0, 514764.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 103651.0, 514315.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 513318.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.099998 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.400002 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.77 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.8 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.84 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.66 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.25 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.790001 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.77 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.119999 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.849998 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.580002 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.48 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509088.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.619999 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.900002 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.099998 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.200001 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.700001 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.849998 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.900002 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.599998 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.0 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.099998 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.900002 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.200001 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.5 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.029999 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.099998 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.200001 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.8 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.3 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.200001 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.8 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.099998 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.439999 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.849998 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.619999 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.700001 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.48 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.92 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.76 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.02 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.900002 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.310001 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.0 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.25 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.0 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.5 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.110001 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.439999 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.009998 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.59 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.119999 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.290001 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.41 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.919998 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.080002 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.009998 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.889999 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 508904.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.43 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 508809.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.580002 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.689999 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 508622.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.18 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.880001 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.419998 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.279999 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.77 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 510082.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.5 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.560001 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.48 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.720001 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.459999 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.82 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.630001 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.43 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.209999 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.580002 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 509585.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.91 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.529999 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 509464.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.07 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.720001 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.369999 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.919998 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.5 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.07 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.93 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.900002 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.880001 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.77 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.3 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.889999 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 510049.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.419998 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.25 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.75 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.16 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 509852.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.040001 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 509802.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.759998 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509752.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.720001 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509703.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.889999 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509653.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.919998 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.939999 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509554.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.009998 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.98 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.040001 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.310001 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.029999 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 507062.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.59 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.860001 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.740002 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.990002 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.91 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.41 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.84 }, "geometry": { "type": "Point", "coordinates": [ 103665.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.119999 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.889999 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.23 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.099998 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.810001 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.560001 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.400002 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.330002 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.360001 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.85 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.669998 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.34 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.02 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.34 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.969999 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.630001 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.290001 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.880001 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.529999 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.02 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.150002 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.870001 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.470001 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.23 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.48 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.790001 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.16 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.869999 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.009998 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.060001 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.3 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.169998 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.02 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.84 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.310001 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.919998 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.869999 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.84 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.540001 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.529999 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.290001 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.98 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.860001 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.720001 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.75 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.73 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.119999 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.560001 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.73 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.630001 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.68 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.560001 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.68 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.5 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.74 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.73 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.68 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.790001 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.77 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.66 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.75 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.32 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.650002 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.970001 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.900002 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.849998 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.580002 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.150002 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.939999 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.200001 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507064.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.540001 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.700001 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": -26.200001 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.3 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.599998 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.099998 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.0 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.73 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.83 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.17 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.0 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.41 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.450001 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.580002 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.01 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.48 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.5 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.5 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -21.8 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.5 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.459999 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.349998 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.75 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.349998 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.01 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.049999 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.09 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.860001 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.09 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.889999 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.84 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.950001 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.869999 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.41 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.959999 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.540001 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.619999 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.689999 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.810001 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.099998 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.360001 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.66 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.879999 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.59 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.93 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.639999 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.080002 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.029999 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.57 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.07 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.91 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.700001 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.18 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.8 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.349998 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.810001 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.3 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.130001 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.139999 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.6 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.5 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.77 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.5 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.099998 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.5 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.02 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.830002 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.439999 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.450001 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.150002 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.990002 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.959999 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.35 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.880001 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.849998 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.75 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.57 }, "geometry": { "type": "Point", "coordinates": [ 102124.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.8 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.560001 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.150002 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.529999 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.150002 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.41 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.130001 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.639999 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": -66.0 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.5 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -64.900002 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": -27.15 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.48 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.200001 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.849998 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.150002 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.900002 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "value": -57.279999 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.119999 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.68 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.59 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.129999 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.139999 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.5 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.98 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.349998 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.3 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.700001 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.700001 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.3 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.5 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.139999 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.849998 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": -49.220001 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "value": -51.5 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -51.8 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.200001 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": -52.5 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.5 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": -48.5 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.880001 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.5 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.049999 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.259998 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.25 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.549999 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.990002 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.3 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.220001 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.049999 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.84 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.720001 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.759998 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.080002 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.57 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.560001 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.599998 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.130001 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.970001 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.779999 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.810001 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.849998 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.93 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.93 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.84 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.290001 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.830002 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.599998 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": -49.169998 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": -51.5 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.099998 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": -62.099998 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.360001 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -52.630001 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.919998 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": -52.75 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": -56.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.0 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 501918.0 ] } }, +{ "type": "Feature", "properties": { "value": -61.389999 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.990002 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": -55.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.199997 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": -57.18 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.02 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.490002 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.919998 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.580002 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.950001 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.970001 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.27 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.900002 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.75 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.759998 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.919998 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.200001 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.16 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.150002 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.190001 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.16 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.900002 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.310001 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.16 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.150002 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.509998 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.309999 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": -54.8 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": -61.310001 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.200001 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.200001 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.049999 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": -18.450001 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.900002 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.959999 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": -52.0 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.849998 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.150002 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.900002 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.3 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.3 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.599998 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.5 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.599998 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.900002 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.950001 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.900002 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.400002 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.200001 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.5 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": -57.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.700001 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": -55.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": -56.200001 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.830002 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.51 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -48.599998 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.900002 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values.geojson new file mode 100644 index 0000000..b536719 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values.geojson @@ -0,0 +1,36 @@ +{ +"type": "FeatureCollection", +"name": "TS21_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106723.0, 515833.0 ], [ 106357.0, 515274.0 ], [ 106158.0, 515008.0 ], [ 105709.0, 514675.0 ], [ 105593.0, 514409.0 ], [ 105659.0, 514177.0 ], [ 105792.0, 514077.0 ], [ 105992.0, 513894.0 ], [ 106125.0, 513562.0 ], [ 106125.0, 513345.0 ], [ 106075.0, 513079.0 ], [ 105908.0, 512814.0 ], [ 105825.0, 512531.0 ], [ 105825.0, 512232.0 ], [ 105925.0, 512132.0 ], [ 106058.0, 512115.0 ], [ 106307.0, 512232.0 ], [ 106374.0, 512365.0 ], [ 106440.0, 512647.0 ], [ 107039.0, 513794.0 ], [ 107388.0, 514276.0 ], [ 107704.0, 514742.0 ], [ 107903.0, 514991.0 ], [ 108252.0, 515440.0 ], [ 108552.0, 515765.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104026.0, 510535.0 ], [ 103945.0, 510628.0 ], [ 103794.0, 510717.0 ], [ 103684.0, 510738.0 ], [ 103522.0, 510759.0 ], [ 103386.0, 510759.0 ], [ 103318.0, 510743.0 ], [ 103276.0, 510696.0 ], [ 103219.0, 510623.0 ], [ 103229.0, 510578.0 ] ], [ [ 104270.0, 509938.0 ], [ 104215.0, 510028.0 ], [ 104177.0, 510223.0 ], [ 104095.0, 510466.0 ], [ 104026.0, 510535.0 ] ], [ [ 104270.0, 509938.0 ], [ 104312.0, 509906.0 ], [ 104406.0, 509849.0 ], [ 104459.0, 509833.0 ] ], [ [ 104521.0, 509828.0 ], [ 104459.0, 509833.0 ] ], [ [ 104333.0, 509645.0 ], [ 104333.0, 509666.0 ], [ 104353.0, 509681.0 ], [ 104432.0, 509681.0 ], [ 104510.0, 509708.0 ], [ 104531.0, 509749.0 ], [ 104542.0, 509807.0 ], [ 104542.0, 509817.0 ], [ 104526.0, 509828.0 ], [ 104521.0, 509828.0 ] ], [ [ 103229.0, 510578.0 ], [ 103263.0, 510556.0 ], [ 103411.0, 510548.0 ], [ 103735.0, 510421.0 ], [ 103973.0, 510360.0 ], [ 104077.0, 510172.0 ], [ 104067.0, 509946.0 ], [ 103989.0, 509715.0 ], [ 104082.0, 509538.0 ], [ 104311.0, 509460.0 ], [ 104491.0, 509458.0 ], [ 104633.0, 509510.0 ], [ 104604.0, 509562.0 ], [ 104447.0, 509596.0 ], [ 104333.0, 509645.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107157.0, 510289.0 ], [ 107066.0, 510426.0 ], [ 106806.0, 510569.0 ], [ 106378.0, 510432.0 ], [ 106130.0, 510199.0 ], [ 106110.0, 510032.0 ] ], [ [ 106110.0, 510032.0 ], [ 106249.0, 509472.0 ] ], [ [ 107157.0, 510289.0 ], [ 107373.0, 509238.0 ] ], [ [ 106249.0, 509472.0 ], [ 106287.0, 509303.0 ], [ 106238.0, 509148.0 ], [ 106127.0, 508941.0 ], [ 105904.0, 508688.0 ], [ 105622.0, 508668.0 ], [ 105390.0, 508729.0 ], [ 105143.0, 508688.0 ], [ 104906.0, 508685.0 ], [ 104628.0, 508715.0 ], [ 104365.0, 508643.0 ], [ 104216.0, 508488.0 ], [ 104218.0, 508350.0 ], [ 104389.0, 508234.0 ], [ 104639.0, 508155.0 ] ], [ [ 104639.0, 508155.0 ], [ 105150.0, 508109.0 ], [ 105505.0, 508094.0 ], [ 105736.0, 508094.0 ], [ 105921.0, 508109.0 ], [ 106168.0, 508156.0 ], [ 106246.0, 508078.0 ], [ 106246.0, 507677.0 ], [ 106199.0, 507538.0 ], [ 106153.0, 507368.0 ], [ 106149.0, 507336.0 ] ], [ [ 108046.0, 506734.0 ], [ 107787.0, 507269.0 ], [ 107742.0, 507690.0 ], [ 107691.0, 507904.0 ], [ 107712.0, 508164.0 ], [ 107637.0, 508278.0 ], [ 107453.0, 508468.0 ], [ 107436.0, 508489.0 ], [ 107300.0, 508747.0 ], [ 107315.0, 508980.0 ], [ 107357.0, 509202.0 ], [ 107373.0, 509238.0 ] ], [ [ 106149.0, 507336.0 ], [ 106055.0, 507252.0 ], [ 105797.0, 507237.0 ], [ 105564.0, 507251.0 ], [ 105375.0, 507196.0 ], [ 105231.0, 507157.0 ], [ 105134.0, 507107.0 ], [ 105095.0, 507027.0 ], [ 105156.0, 506931.0 ], [ 105363.0, 506923.0 ], [ 105688.0, 506838.0 ], [ 105788.0, 506703.0 ], [ 105882.0, 506588.0 ], [ 106071.0, 506439.0 ], [ 106406.0, 506205.0 ], [ 106457.0, 506041.0 ], [ 106406.0, 505896.0 ], [ 106383.0, 505717.0 ] ], [ [ 105600.0, 505089.0 ], [ 105259.0, 505173.0 ], [ 104989.0, 505177.0 ], [ 104761.0, 505173.0 ], [ 104555.0, 505139.0 ], [ 104529.0, 505124.0 ] ], [ [ 104391.0, 505022.0 ], [ 104397.0, 505031.0 ], [ 104409.0, 505044.0 ], [ 104421.0, 505054.0 ], [ 104454.0, 505077.0 ], [ 104529.0, 505124.0 ] ], [ [ 105600.0, 505089.0 ], [ 105809.0, 505061.0 ], [ 106068.0, 504969.0 ], [ 106302.0, 504919.0 ], [ 106486.0, 504902.0 ], [ 106644.0, 504969.0 ], [ 106745.0, 505069.0 ], [ 106745.0, 505153.0 ], [ 106711.0, 505303.0 ], [ 106569.0, 505420.0 ], [ 106452.0, 505512.0 ], [ 106402.0, 505604.0 ], [ 106383.0, 505717.0 ] ], [ [ 108046.0, 506734.0 ], [ 108329.0, 505285.0 ], [ 108407.0, 504837.0 ], [ 108391.0, 504497.0 ], [ 108499.0, 504173.0 ], [ 108638.0, 504050.0 ], [ 108916.0, 503942.0 ], [ 109317.0, 503895.0 ], [ 109807.0, 503895.0 ] ], [ [ 104391.0, 505022.0 ], [ 104389.0, 504860.0 ], [ 104456.0, 504810.0 ], [ 104547.0, 504760.0 ], [ 104798.0, 504727.0 ], [ 105141.0, 504710.0 ], [ 105224.0, 504676.0 ], [ 105383.0, 504543.0 ], [ 105425.0, 504459.0 ], [ 105416.0, 504342.0 ], [ 105374.0, 504167.0 ], [ 105149.0, 503983.0 ], [ 105024.0, 503891.0 ], [ 104948.0, 503758.0 ], [ 104895.0, 503608.0 ] ], [ [ 108591.0, 503541.0 ], [ 108792.0, 503618.0 ], [ 109194.0, 503679.0 ], [ 109820.0, 503695.0 ] ], [ [ 108540.0, 503265.0 ], [ 108535.0, 503421.0 ], [ 108576.0, 503541.0 ], [ 108591.0, 503541.0 ] ], [ [ 104895.0, 503608.0 ], [ 104800.0, 503391.0 ], [ 104764.0, 503179.0 ], [ 104822.0, 503049.0 ], [ 104960.0, 503002.0 ], [ 105169.0, 503031.0 ], [ 105496.0, 503189.0 ], [ 105763.0, 503383.0 ], [ 106018.0, 503677.0 ], [ 106289.0, 503924.0 ], [ 106614.0, 504034.0 ], [ 106866.0, 503996.0 ], [ 107087.0, 503675.0 ], [ 106909.0, 503179.0 ], [ 106542.0, 502739.0 ], [ 106162.0, 502434.0 ], [ 105937.0, 502214.0 ], [ 105713.0, 502020.0 ], [ 105519.0, 501832.0 ], [ 105450.0, 501718.0 ], [ 105363.0, 501504.0 ], [ 105413.0, 501396.0 ], [ 105504.0, 501320.0 ], [ 105514.0, 501318.0 ] ], [ [ 105733.0, 501315.0 ], [ 106008.0, 501380.0 ], [ 106271.0, 501500.0 ], [ 106482.0, 501617.0 ] ], [ [ 105733.0, 501315.0 ], [ 105652.0, 501310.0 ], [ 105514.0, 501318.0 ] ], [ [ 107295.0, 500683.0 ], [ 107640.0, 500886.0 ], [ 107986.0, 501150.0 ], [ 108270.0, 501475.0 ], [ 108697.0, 502145.0 ], [ 108900.0, 502633.0 ], [ 108879.0, 502857.0 ], [ 108778.0, 502938.0 ], [ 108636.0, 503019.0 ], [ 108595.0, 503141.0 ], [ 108540.0, 503265.0 ] ], [ [ 106482.0, 501617.0 ], [ 106970.0, 501800.0 ], [ 107112.0, 501881.0 ], [ 107356.0, 501902.0 ], [ 107457.0, 501820.0 ], [ 107518.0, 501597.0 ], [ 107518.0, 501475.0 ], [ 107396.0, 501211.0 ], [ 107132.0, 500926.0 ], [ 106746.0, 500744.0 ], [ 106429.0, 500577.0 ] ], [ [ 106429.0, 500577.0 ], [ 106343.0, 500552.0 ], [ 106248.0, 500496.0 ] ], [ [ 106306.0, 500364.0 ], [ 106494.0, 500372.0 ], [ 106906.0, 500524.0 ], [ 107295.0, 500683.0 ] ], [ [ 106248.0, 500496.0 ], [ 106199.0, 500467.0 ], [ 106191.0, 500450.0 ], [ 106188.0, 500430.0 ], [ 106188.0, 500408.0 ], [ 106193.0, 500398.0 ], [ 106237.0, 500366.0 ], [ 106286.0, 500361.0 ], [ 106306.0, 500364.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103381.0, 509053.0 ], [ 103375.0, 509119.0 ], [ 103356.0, 509204.0 ], [ 103326.0, 509234.0 ], [ 103272.0, 509264.0 ], [ 102212.0, 509470.0 ], [ 102145.0, 509476.0 ], [ 102085.0, 509428.0 ], [ 102073.0, 509373.0 ], [ 102097.0, 509343.0 ], [ 102145.0, 509343.0 ], [ 102188.0, 509331.0 ], [ 102206.0, 509283.0 ], [ 102177.0, 509223.0 ] ], [ [ 102878.0, 508725.0 ], [ 102969.0, 508762.0 ], [ 103090.0, 508828.0 ], [ 103120.0, 508828.0 ], [ 103211.0, 508853.0 ], [ 103302.0, 508853.0 ], [ 103368.0, 508871.0 ], [ 103393.0, 508901.0 ], [ 103393.0, 508950.0 ], [ 103381.0, 509053.0 ] ], [ [ 102177.0, 509223.0 ], [ 102136.0, 509182.0 ], [ 102144.0, 509060.0 ], [ 102270.0, 508918.0 ], [ 102475.0, 508820.0 ], [ 102620.0, 508760.0 ], [ 102711.0, 508714.0 ], [ 102878.0, 508725.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102850.0, 508225.0 ], [ 102739.0, 508224.0 ], [ 102624.0, 508181.0 ], [ 102596.0, 508136.0 ] ], [ [ 102596.0, 508136.0 ], [ 102599.0, 508120.0 ] ], [ [ 102850.0, 508225.0 ], [ 102945.0, 508241.0 ], [ 103035.0, 508259.0 ], [ 103072.0, 508259.0 ], [ 103108.0, 508235.0 ], [ 103126.0, 508211.0 ], [ 103114.0, 508175.0 ], [ 103084.0, 508120.0 ], [ 103056.0, 508086.0 ] ], [ [ 102599.0, 508120.0 ], [ 102605.0, 508093.0 ], [ 102795.0, 508039.0 ], [ 103014.0, 508075.0 ], [ 103056.0, 508086.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103407.0, 506532.0 ], [ 103420.0, 506522.0 ] ], [ [ 103420.0, 506522.0 ], [ 103487.0, 506469.0 ], [ 103622.0, 506464.0 ], [ 103795.0, 506488.0 ], [ 103908.0, 506554.0 ], [ 103864.0, 506604.0 ], [ 103670.0, 506641.0 ], [ 103470.0, 506591.0 ], [ 103407.0, 506532.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104984.0, 506099.0 ], [ 105074.0, 506138.0 ], [ 105149.0, 506164.0 ], [ 105308.0, 506197.0 ], [ 105400.0, 506205.0 ], [ 105481.0, 506216.0 ] ], [ [ 104984.0, 506099.0 ], [ 104872.0, 506017.0 ], [ 104860.0, 505948.0 ] ], [ [ 104860.0, 505948.0 ], [ 104974.0, 505929.0 ] ], [ [ 104974.0, 505929.0 ], [ 105141.0, 505930.0 ], [ 105216.0, 505938.0 ], [ 105333.0, 505913.0 ], [ 105441.0, 505896.0 ], [ 105514.0, 505894.0 ] ], [ [ 105514.0, 505894.0 ], [ 105572.0, 505888.0 ], [ 105801.0, 505800.0 ], [ 106009.0, 505782.0 ], [ 106077.0, 505947.0 ], [ 106060.0, 506166.0 ], [ 105917.0, 506264.0 ], [ 105667.0, 506242.0 ], [ 105481.0, 506216.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102729.0, 505846.0 ], [ 102546.0, 505837.0 ], [ 102419.0, 505837.0 ], [ 102408.0, 505826.0 ], [ 102377.0, 505805.0 ], [ 102377.0, 505752.0 ], [ 102429.0, 505721.0 ], [ 102535.0, 505721.0 ], [ 102649.0, 505701.0 ] ], [ [ 102649.0, 505701.0 ], [ 102672.0, 505702.0 ], [ 102943.0, 505758.0 ], [ 103057.0, 505809.0 ], [ 103201.0, 505815.0 ], [ 103317.0, 505733.0 ], [ 103399.0, 505636.0 ], [ 103522.0, 505563.0 ], [ 103635.0, 505575.0 ], [ 103538.0, 505753.0 ], [ 103393.0, 505926.0 ], [ 103264.0, 506041.0 ], [ 103048.0, 505973.0 ], [ 102872.0, 505871.0 ], [ 102729.0, 505846.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101491.0, 504712.0 ], [ 101023.0, 504862.0 ], [ 100741.0, 505003.0 ], [ 100374.0, 505144.0 ], [ 100007.0, 505229.0 ], [ 99527.0, 505229.0 ] ], [ [ 103578.0, 504245.0 ], [ 103611.0, 504245.0 ], [ 103627.0, 504237.0 ], [ 103695.0, 504183.0 ], [ 103730.0, 504161.0 ], [ 103765.0, 504142.0 ], [ 103799.0, 504110.0 ] ], [ [ 103799.0, 504110.0 ], [ 103819.0, 504096.0 ], [ 103838.0, 504080.0 ], [ 103844.0, 504066.0 ], [ 103855.0, 504053.0 ], [ 103865.0, 504020.0 ], [ 103871.0, 503991.0 ], [ 103868.0, 503972.0 ], [ 103868.0, 503952.0 ] ], [ [ 105527.0, 500808.0 ], [ 105512.0, 500691.0 ], [ 105269.0, 500429.0 ], [ 105011.0, 500133.0 ], [ 104809.0, 499720.0 ], [ 104737.0, 499388.0 ], [ 104756.0, 499130.0 ], [ 104873.0, 498978.0 ], [ 105150.0, 498936.0 ], [ 105437.0, 498937.0 ], [ 105777.0, 499041.0 ], [ 106114.0, 499326.0 ], [ 106475.0, 499584.0 ] ], [ [ 103630.0, 503886.0 ], [ 103724.0, 503883.0 ], [ 103806.0, 503874.0 ], [ 103860.0, 503910.0 ], [ 103868.0, 503952.0 ] ], [ [ 101491.0, 504712.0 ], [ 101680.0, 504555.0 ], [ 101744.0, 504298.0 ], [ 101434.0, 504020.0 ], [ 101390.0, 503754.0 ], [ 101699.0, 503514.0 ], [ 101979.0, 503499.0 ], [ 102220.0, 503417.0 ], [ 102438.0, 503431.0 ], [ 102659.0, 503623.0 ], [ 102932.0, 503853.0 ], [ 103133.0, 503986.0 ], [ 103315.0, 504121.0 ], [ 103578.0, 504245.0 ] ], [ [ 107173.0, 499635.0 ], [ 107498.0, 499443.0 ], [ 107701.0, 499220.0 ], [ 108026.0, 498814.0 ], [ 108432.0, 497899.0 ], [ 108919.0, 496787.0 ] ], [ [ 103630.0, 503886.0 ], [ 103478.0, 503861.0 ], [ 103432.0, 503726.0 ], [ 103533.0, 503560.0 ], [ 103450.0, 503339.0 ], [ 103328.0, 503163.0 ], [ 103215.0, 502930.0 ], [ 103366.0, 502760.0 ], [ 103538.0, 502619.0 ], [ 103601.0, 502341.0 ], [ 103577.0, 501998.0 ], [ 103643.0, 501650.0 ], [ 103744.0, 501460.0 ], [ 103923.0, 501411.0 ], [ 104122.0, 501473.0 ], [ 104186.0, 501652.0 ], [ 104174.0, 502006.0 ], [ 104234.0, 502252.0 ], [ 104436.0, 502412.0 ], [ 104671.0, 502443.0 ], [ 104873.0, 502379.0 ], [ 104994.0, 502130.0 ], [ 105017.0, 501920.0 ], [ 105066.0, 501592.0 ], [ 105129.0, 501461.0 ] ], [ [ 105129.0, 501461.0 ], [ 105263.0, 501272.0 ], [ 105385.0, 501191.0 ], [ 105466.0, 501048.0 ], [ 105507.0, 500926.0 ], [ 105527.0, 500808.0 ] ], [ [ 106475.0, 499584.0 ], [ 106837.0, 499705.0 ], [ 107101.0, 499663.0 ], [ 107173.0, 499635.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98248.0, 503271.0 ], [ 98649.0, 503305.0 ] ], [ [ 98649.0, 503305.0 ], [ 99491.0, 503209.0 ], [ 100061.0, 503155.0 ], [ 100434.0, 503095.0 ], [ 100701.0, 503048.0 ], [ 100919.0, 502986.0 ], [ 101145.0, 502924.0 ], [ 101378.0, 502904.0 ], [ 101481.0, 502927.0 ], [ 101653.0, 502938.0 ], [ 101710.0, 502712.0 ], [ 101696.0, 502453.0 ], [ 101639.0, 502270.0 ], [ 101476.0, 502190.0 ], [ 101298.0, 502193.0 ], [ 101137.0, 502133.0 ], [ 101170.0, 502025.0 ], [ 101340.0, 501954.0 ], [ 101445.0, 501904.0 ], [ 101598.0, 501771.0 ], [ 101743.0, 501692.0 ], [ 101818.0, 501627.0 ], [ 101732.0, 501526.0 ], [ 101555.0, 501505.0 ], [ 101228.0, 501436.0 ], [ 100973.0, 501334.0 ], [ 100776.0, 501300.0 ], [ 100498.0, 501368.0 ], [ 100305.0, 501272.0 ], [ 100138.0, 501203.0 ], [ 99779.0, 501123.0 ], [ 99560.0, 501120.0 ], [ 99275.0, 501106.0 ], [ 98267.0, 501023.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 98257.0, 502193.0 ], [ 99347.0, 502329.0 ], [ 99890.0, 502365.0 ], [ 100666.0, 502439.0 ], [ 101107.0, 502414.0 ], [ 101321.0, 502408.0 ], [ 101487.0, 502468.0 ], [ 101493.0, 502635.0 ], [ 101236.0, 502791.0 ], [ 100609.0, 502927.0 ], [ 100216.0, 503026.0 ], [ 99744.0, 503083.0 ], [ 99338.0, 503100.0 ], [ 98250.0, 502980.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102322.0, 501987.0 ], [ 102336.0, 501949.0 ], [ 102428.0, 501817.0 ], [ 102570.0, 501762.0 ], [ 102676.0, 501835.0 ], [ 102724.0, 501967.0 ], [ 102699.0, 502124.0 ], [ 102589.0, 502251.0 ], [ 102495.0, 502338.0 ], [ 102440.0, 502408.0 ], [ 102341.0, 502309.0 ], [ 102310.0, 502154.0 ], [ 102322.0, 501987.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102118.0, 501690.0 ], [ 102189.0, 501694.0 ], [ 102186.0, 501807.0 ], [ 102122.0, 501945.0 ], [ 102097.0, 502143.0 ], [ 102087.0, 502282.0 ], [ 102066.0, 502453.0 ], [ 101954.0, 502532.0 ], [ 101800.0, 502475.0 ], [ 101780.0, 502371.0 ], [ 101788.0, 502231.0 ], [ 101671.0, 502025.0 ], [ 101682.0, 501960.0 ], [ 101781.0, 501903.0 ], [ 101872.0, 501876.0 ], [ 102032.0, 501804.0 ], [ 102079.0, 501736.0 ], [ 102118.0, 501690.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102386.0, 501126.0 ], [ 102370.0, 501166.0 ] ], [ [ 102370.0, 501166.0 ], [ 102375.0, 501203.0 ], [ 102494.0, 501370.0 ], [ 102685.0, 501419.0 ], [ 102847.0, 501468.0 ], [ 102985.0, 501584.0 ], [ 103039.0, 501685.0 ], [ 103035.0, 501946.0 ], [ 103028.0, 502094.0 ], [ 103064.0, 502185.0 ], [ 103118.0, 502241.0 ], [ 103223.0, 502267.0 ], [ 103323.0, 502223.0 ], [ 103309.0, 502009.0 ], [ 103289.0, 501761.0 ], [ 103286.0, 501545.0 ], [ 103202.0, 501427.0 ], [ 103069.0, 501325.0 ], [ 103009.0, 501170.0 ], [ 102928.0, 501066.0 ], [ 102830.0, 501041.0 ], [ 102719.0, 501124.0 ], [ 102564.0, 501150.0 ], [ 102458.0, 501096.0 ], [ 102402.0, 501098.0 ], [ 102386.0, 501126.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104191.0, 501028.0 ], [ 104190.0, 501038.0 ], [ 104294.0, 501105.0 ], [ 104518.0, 501115.0 ], [ 104681.0, 501075.0 ], [ 104777.0, 500931.0 ], [ 104782.0, 500745.0 ], [ 104666.0, 500635.0 ], [ 104530.0, 500659.0 ], [ 104467.0, 500792.0 ], [ 104354.0, 500925.0 ], [ 104254.0, 500958.0 ], [ 104191.0, 501021.0 ] ], [ [ 104191.0, 501021.0 ], [ 104191.0, 501028.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98951.0, 496292.0 ], [ 99059.0, 496634.0 ], [ 99426.0, 497255.0 ], [ 99839.0, 497776.0 ], [ 100256.0, 498171.0 ], [ 100771.0, 498440.0 ], [ 101323.0, 498742.0 ], [ 101798.0, 498932.0 ], [ 102116.0, 499063.0 ], [ 102534.0, 499131.0 ], [ 102807.0, 499166.0 ], [ 103056.0, 499238.0 ], [ 103111.0, 499374.0 ], [ 102989.0, 499504.0 ], [ 102802.0, 499591.0 ], [ 102541.0, 499666.0 ], [ 102076.0, 499607.0 ], [ 101726.0, 499548.0 ], [ 101435.0, 499377.0 ], [ 101212.0, 499198.0 ], [ 100967.0, 499184.0 ], [ 100892.0, 499235.0 ], [ 100866.0, 499369.0 ], [ 100944.0, 499681.0 ], [ 100987.0, 500018.0 ], [ 100970.0, 500309.0 ], [ 101142.0, 500521.0 ], [ 101440.0, 500693.0 ], [ 101690.0, 500849.0 ], [ 101823.0, 501083.0 ], [ 101885.0, 501183.0 ], [ 102044.0, 501250.0 ], [ 102115.0, 501176.0 ], [ 102042.0, 500929.0 ], [ 101895.0, 500711.0 ], [ 101893.0, 500515.0 ], [ 102004.0, 500428.0 ], [ 102138.0, 500405.0 ], [ 102267.0, 500457.0 ], [ 102362.0, 500648.0 ], [ 102426.0, 500755.0 ], [ 102499.0, 500836.0 ], [ 102588.0, 500854.0 ], [ 102621.0, 500706.0 ], [ 102634.0, 500533.0 ], [ 102662.0, 500465.0 ], [ 102703.0, 500466.0 ], [ 102756.0, 500601.0 ], [ 102847.0, 500735.0 ], [ 102925.0, 500775.0 ], [ 103044.0, 500747.0 ], [ 103130.0, 500590.0 ], [ 103166.0, 500435.0 ], [ 103199.0, 500397.0 ], [ 103304.0, 500428.0 ], [ 103422.0, 500586.0 ], [ 103570.0, 500804.0 ], [ 103748.0, 500933.0 ], [ 104037.0, 500909.0 ], [ 104294.0, 500714.0 ], [ 104407.0, 500516.0 ], [ 104486.0, 500389.0 ], [ 104561.0, 500346.0 ], [ 104678.0, 500371.0 ], [ 104863.0, 500529.0 ], [ 104933.0, 500859.0 ], [ 104885.0, 501008.0 ] ], [ [ 104749.0, 501207.0 ], [ 104768.0, 501192.0 ], [ 104792.0, 501160.0 ], [ 104815.0, 501124.0 ], [ 104835.0, 501084.0 ], [ 104885.0, 501008.0 ] ], [ [ 104749.0, 501207.0 ], [ 104545.0, 501301.0 ], [ 104145.0, 501265.0 ], [ 103859.0, 501247.0 ], [ 103668.0, 501326.0 ], [ 103552.0, 501525.0 ], [ 103495.0, 501821.0 ], [ 103486.0, 502075.0 ], [ 103511.0, 502273.0 ], [ 103436.0, 502469.0 ], [ 103219.0, 502580.0 ], [ 103058.0, 502503.0 ], [ 102937.0, 502296.0 ], [ 102893.0, 502080.0 ], [ 102864.0, 501872.0 ], [ 102729.0, 501665.0 ], [ 102469.0, 501627.0 ], [ 102352.0, 501685.0 ], [ 102252.0, 501795.0 ], [ 102205.0, 501915.0 ], [ 102165.0, 502190.0 ], [ 102147.0, 502411.0 ], [ 102177.0, 502549.0 ], [ 102276.0, 502718.0 ], [ 102499.0, 502845.0 ], [ 102691.0, 502921.0 ], [ 102794.0, 502954.0 ], [ 102941.0, 502974.0 ], [ 103092.0, 503124.0 ], [ 103041.0, 503317.0 ], [ 102939.0, 503406.0 ], [ 102744.0, 503370.0 ], [ 102581.0, 503219.0 ], [ 102389.0, 503027.0 ], [ 102169.0, 502834.0 ], [ 102038.0, 502705.0 ], [ 101870.0, 502603.0 ], [ 101770.0, 502531.0 ], [ 101732.0, 502466.0 ], [ 101730.0, 502374.0 ], [ 101687.0, 502252.0 ], [ 101586.0, 502148.0 ], [ 101552.0, 502054.0 ], [ 101602.0, 501929.0 ], [ 101705.0, 501825.0 ], [ 101887.0, 501731.0 ], [ 101979.0, 501655.0 ], [ 101936.0, 501533.0 ], [ 101705.0, 501433.0 ], [ 101439.0, 501363.0 ], [ 101224.0, 501300.0 ], [ 100888.0, 501161.0 ], [ 100452.0, 501001.0 ], [ 100016.0, 500939.0 ], [ 99598.0, 500950.0 ], [ 98268.0, 500875.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101696.0, 499147.0 ], [ 101716.0, 499128.0 ] ], [ [ 101716.0, 499128.0 ], [ 101757.0, 499106.0 ], [ 101903.0, 499117.0 ], [ 102223.0, 499211.0 ], [ 102421.0, 499255.0 ], [ 102538.0, 499285.0 ], [ 102625.0, 499375.0 ], [ 102629.0, 499480.0 ], [ 102505.0, 499576.0 ], [ 102255.0, 499571.0 ], [ 102022.0, 499507.0 ], [ 101820.0, 499398.0 ], [ 101695.0, 499236.0 ], [ 101674.0, 499187.0 ], [ 101696.0, 499147.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98287.0, 498927.0 ], [ 99146.0, 499044.0 ], [ 99587.0, 499141.0 ], [ 99933.0, 499202.0 ], [ 100278.0, 499395.0 ], [ 100594.0, 499679.0 ], [ 100748.0, 499953.0 ], [ 100802.0, 500324.0 ], [ 100937.0, 500617.0 ], [ 101220.0, 500914.0 ], [ 101388.0, 501005.0 ], [ 101573.0, 501036.0 ], [ 101689.0, 501092.0 ], [ 101750.0, 501274.0 ], [ 101714.0, 501336.0 ], [ 101448.0, 501308.0 ], [ 101208.0, 501117.0 ], [ 100847.0, 500875.0 ], [ 100471.0, 500702.0 ], [ 100084.0, 500558.0 ], [ 99648.0, 500517.0 ], [ 98271.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103806.0, 498367.0 ], [ 103678.0, 498377.0 ], [ 103616.0, 498513.0 ], [ 103647.0, 498756.0 ], [ 103585.0, 499216.0 ], [ 103392.0, 499394.0 ], [ 103217.0, 499515.0 ], [ 103184.0, 499732.0 ], [ 103372.0, 499753.0 ], [ 103657.0, 499717.0 ], [ 103814.0, 499644.0 ], [ 103858.0, 499558.0 ], [ 103842.0, 499365.0 ], [ 103958.0, 499054.0 ], [ 104050.0, 498782.0 ], [ 103965.0, 498498.0 ], [ 103806.0, 498367.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105578.0, 497763.0 ], [ 105597.0, 497775.0 ], [ 105646.0, 497791.0 ], [ 105717.0, 497804.0 ], [ 105776.0, 497807.0 ], [ 105857.0, 497801.0 ], [ 105909.0, 497791.0 ], [ 105941.0, 497777.0 ] ], [ [ 105578.0, 497763.0 ], [ 105278.0, 497392.0 ] ], [ [ 104886.0, 497212.0 ], [ 105002.0, 497222.0 ], [ 105064.0, 497229.0 ], [ 105129.0, 497255.0 ], [ 105171.0, 497287.0 ], [ 105236.0, 497346.0 ], [ 105278.0, 497392.0 ] ], [ [ 104886.0, 497212.0 ], [ 104834.0, 497215.0 ], [ 104599.0, 497329.0 ], [ 104331.0, 497504.0 ], [ 104227.0, 497755.0 ], [ 104232.0, 498224.0 ], [ 104352.0, 498618.0 ], [ 104285.0, 498970.0 ], [ 104223.0, 499513.0 ], [ 104217.0, 500082.0 ], [ 104094.0, 500594.0 ], [ 103868.0, 500753.0 ], [ 103626.0, 500677.0 ], [ 103517.0, 500424.0 ], [ 103338.0, 500237.0 ], [ 103145.0, 500168.0 ], [ 103022.0, 500264.0 ], [ 102977.0, 500438.0 ], [ 102910.0, 500563.0 ], [ 102830.0, 500559.0 ], [ 102764.0, 500441.0 ], [ 102661.0, 500427.0 ], [ 102586.0, 500514.0 ], [ 102557.0, 500660.0 ], [ 102501.0, 500719.0 ], [ 102434.0, 500622.0 ], [ 102489.0, 500451.0 ], [ 102620.0, 500251.0 ], [ 102782.0, 500144.0 ], [ 103023.0, 500087.0 ], [ 103163.0, 499988.0 ], [ 103156.0, 499859.0 ], [ 103080.0, 499743.0 ], [ 103073.0, 499565.0 ], [ 103163.0, 499416.0 ], [ 103188.0, 499115.0 ], [ 103072.0, 498868.0 ], [ 102696.0, 498666.0 ], [ 102274.0, 498517.0 ], [ 101794.0, 498341.0 ], [ 101319.0, 498044.0 ], [ 101031.0, 497694.0 ] ], [ [ 107356.0, 496702.0 ], [ 107343.0, 496702.0 ] ], [ [ 107343.0, 496702.0 ], [ 106936.0, 497129.0 ], [ 106389.0, 497444.0 ], [ 105947.0, 497778.0 ], [ 105941.0, 497777.0 ] ], [ [ 101031.0, 497694.0 ], [ 100775.0, 497430.0 ], [ 100316.0, 496801.0 ], [ 100081.0, 496347.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102818.0, 497438.0 ], [ 101778.0, 496877.0 ], [ 101282.0, 496587.0 ], [ 101098.0, 496397.0 ] ], [ [ 104485.0, 496562.0 ], [ 104415.0, 496620.0 ], [ 104208.0, 496819.0 ], [ 103930.0, 497152.0 ], [ 103530.0, 497418.0 ], [ 103028.0, 497485.0 ], [ 102818.0, 497438.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103873.0, 496532.0 ], [ 103854.0, 496531.0 ] ], [ [ 102704.0, 497091.0 ], [ 102909.0, 497189.0 ], [ 103215.0, 497245.0 ], [ 103457.0, 497130.0 ], [ 103658.0, 496867.0 ], [ 103845.0, 496542.0 ], [ 103854.0, 496531.0 ] ], [ [ 101773.0, 496415.0 ], [ 102040.0, 496696.0 ], [ 102338.0, 496900.0 ], [ 102704.0, 497091.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102659.0, 512515.0 ], [ 102879.0, 512481.0 ], [ 102958.0, 512683.0 ], [ 103020.0, 512745.0 ], [ 103228.0, 512892.0 ], [ 103352.0, 512948.0 ], [ 103600.0, 513050.0 ], [ 103820.0, 513145.0 ], [ 104022.0, 513241.0 ], [ 104191.0, 513331.0 ], [ 104293.0, 513427.0 ], [ 104417.0, 513607.0 ], [ 104569.0, 513894.0 ], [ 104718.0, 514252.0 ], [ 104850.0, 514686.0 ], [ 104960.0, 514981.0 ], [ 105084.0, 515269.0 ], [ 105470.0, 515961.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108403.0, 523386.0 ], [ 108604.0, 523269.0 ], [ 108801.0, 522990.0 ], [ 108864.0, 522679.0 ], [ 108931.0, 522437.0 ], [ 109087.0, 522328.0 ], [ 109277.0, 522414.0 ], [ 109517.0, 522562.0 ], [ 109754.0, 522725.0 ], [ 110198.0, 523050.0 ], [ 110435.0, 523184.0 ], [ 110590.0, 523104.0 ], [ 110591.0, 522842.0 ], [ 110424.0, 522567.0 ], [ 110103.0, 522354.0 ], [ 109799.0, 522142.0 ], [ 109555.0, 521931.0 ], [ 109319.0, 521701.0 ], [ 109086.0, 521502.0 ], [ 108832.0, 521393.0 ], [ 108565.0, 521373.0 ], [ 108281.0, 521359.0 ], [ 108062.0, 521368.0 ], [ 107808.0, 521470.0 ], [ 107550.0, 521727.0 ], [ 107367.0, 521766.0 ], [ 107172.0, 521798.0 ], [ 107034.0, 521896.0 ], [ 107117.0, 522036.0 ], [ 107338.0, 522038.0 ], [ 107567.0, 521983.0 ], [ 107859.0, 521944.0 ], [ 108073.0, 521993.0 ], [ 108185.0, 522173.0 ], [ 108150.0, 522460.0 ], [ 108080.0, 522654.0 ], [ 107978.0, 522849.0 ], [ 107906.0, 523171.0 ], [ 107996.0, 523322.0 ], [ 108153.0, 523419.0 ], [ 108403.0, 523386.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 108790.0, 530006.0 ], [ 109762.0, 530006.0 ], [ 109582.0, 529668.0 ], [ 109381.0, 529565.0 ], [ 109141.0, 529539.0 ], [ 108936.0, 529655.0 ], [ 108824.0, 529860.0 ], [ 108790.0, 530006.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 113367.0, 529993.0 ], [ 115543.0, 529972.0 ], [ 115543.0, 529518.0 ], [ 115234.0, 529338.0 ], [ 114339.0, 528974.0 ], [ 113954.0, 528897.0 ], [ 113629.0, 528953.0 ], [ 113333.0, 529132.0 ], [ 113196.0, 529381.0 ], [ 113209.0, 529608.0 ], [ 113299.0, 529869.0 ], [ 113367.0, 529993.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 113193.0, 524463.0 ], [ 113554.0, 524395.0 ], [ 113868.0, 524224.0 ], [ 114315.0, 523848.0 ], [ 114715.0, 523493.0 ], [ 115201.0, 522969.0 ], [ 115556.0, 522492.0 ], [ 115530.0, 521917.0 ], [ 115538.0, 521413.0 ], [ 115521.0, 520691.0 ], [ 115539.0, 520281.0 ], [ 115246.0, 520251.0 ], [ 114896.0, 520274.0 ], [ 114358.0, 520400.0 ], [ 113904.0, 520674.0 ], [ 113487.0, 520983.0 ], [ 112929.0, 521733.0 ], [ 112749.0, 522168.0 ], [ 112564.0, 522455.0 ], [ 112295.0, 522824.0 ], [ 112079.0, 523212.0 ], [ 112061.0, 523553.0 ], [ 112296.0, 523931.0 ], [ 112533.0, 524161.0 ], [ 112800.0, 524390.0 ], [ 113193.0, 524463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 110659.0, 517037.0 ], [ 110875.0, 517025.0 ], [ 111275.0, 516933.0 ], [ 111572.0, 516964.0 ], [ 111972.0, 517001.0 ], [ 112261.0, 516888.0 ], [ 112295.0, 516694.0 ], [ 112051.0, 516605.0 ], [ 111713.0, 516543.0 ], [ 111356.0, 516531.0 ], [ 111020.0, 516448.0 ], [ 110641.0, 516370.0 ], [ 110351.0, 516532.0 ], [ 110224.0, 516706.0 ], [ 110295.0, 516916.0 ], [ 110456.0, 517027.0 ], [ 110659.0, 517037.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values_edited.geojson new file mode 100644 index 0000000..20477b0 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21/TS21_union_with_values_edited.geojson @@ -0,0 +1,36 @@ +{ +"type": "FeatureCollection", +"name": "TS21_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 106723.0, 515833.0 ], [ 106357.0, 515274.0 ], [ 106158.0, 515008.0 ], [ 105709.0, 514675.0 ], [ 105593.0, 514409.0 ], [ 105659.0, 514177.0 ], [ 105792.0, 514077.0 ], [ 105992.0, 513894.0 ], [ 106125.0, 513562.0 ], [ 106125.0, 513345.0 ], [ 106075.0, 513079.0 ], [ 105908.0, 512814.0 ], [ 105825.0, 512531.0 ], [ 105825.0, 512232.0 ], [ 105925.0, 512132.0 ], [ 106058.0, 512115.0 ], [ 106307.0, 512232.0 ], [ 106374.0, 512365.0 ], [ 106440.0, 512647.0 ], [ 107039.0, 513794.0 ], [ 107388.0, 514276.0 ], [ 107704.0, 514742.0 ], [ 107903.0, 514991.0 ], [ 108252.0, 515440.0 ], [ 108552.0, 515765.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104026.0, 510535.0 ], [ 103945.0, 510628.0 ], [ 103794.0, 510717.0 ], [ 103684.0, 510738.0 ], [ 103522.0, 510759.0 ], [ 103386.0, 510759.0 ], [ 103318.0, 510743.0 ], [ 103276.0, 510696.0 ], [ 103219.0, 510623.0 ], [ 103229.0, 510578.0 ] ], [ [ 104270.0, 509938.0 ], [ 104215.0, 510028.0 ], [ 104177.0, 510223.0 ], [ 104095.0, 510466.0 ], [ 104026.0, 510535.0 ] ], [ [ 104270.0, 509938.0 ], [ 104312.0, 509906.0 ], [ 104406.0, 509849.0 ], [ 104459.0, 509833.0 ] ], [ [ 104521.0, 509828.0 ], [ 104459.0, 509833.0 ] ], [ [ 104333.0, 509645.0 ], [ 104333.0, 509666.0 ], [ 104353.0, 509681.0 ], [ 104432.0, 509681.0 ], [ 104510.0, 509708.0 ], [ 104531.0, 509749.0 ], [ 104542.0, 509807.0 ], [ 104542.0, 509817.0 ], [ 104526.0, 509828.0 ], [ 104521.0, 509828.0 ] ], [ [ 103229.0, 510578.0 ], [ 103263.0, 510556.0 ], [ 103411.0, 510548.0 ], [ 103735.0, 510421.0 ], [ 103973.0, 510360.0 ], [ 104077.0, 510172.0 ], [ 104067.0, 509946.0 ], [ 103989.0, 509715.0 ], [ 104082.0, 509538.0 ], [ 104311.0, 509460.0 ], [ 104491.0, 509458.0 ], [ 104633.0, 509510.0 ], [ 104604.0, 509562.0 ], [ 104447.0, 509596.0 ], [ 104333.0, 509645.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107157.0, 510289.0 ], [ 107066.0, 510426.0 ], [ 106806.0, 510569.0 ], [ 106378.0, 510432.0 ], [ 106130.0, 510199.0 ], [ 106110.0, 510032.0 ] ], [ [ 106110.0, 510032.0 ], [ 106249.0, 509472.0 ] ], [ [ 107157.0, 510289.0 ], [ 107373.0, 509238.0 ] ], [ [ 106249.0, 509472.0 ], [ 106287.0, 509303.0 ], [ 106238.0, 509148.0 ], [ 106127.0, 508941.0 ], [ 105904.0, 508688.0 ], [ 105622.0, 508668.0 ], [ 105390.0, 508729.0 ], [ 105143.0, 508688.0 ], [ 104906.0, 508685.0 ], [ 104628.0, 508715.0 ], [ 104365.0, 508643.0 ], [ 104216.0, 508488.0 ], [ 104218.0, 508350.0 ], [ 104389.0, 508234.0 ], [ 104639.0, 508155.0 ] ], [ [ 104639.0, 508155.0 ], [ 105150.0, 508109.0 ], [ 105505.0, 508094.0 ], [ 105736.0, 508094.0 ], [ 105921.0, 508109.0 ], [ 106168.0, 508156.0 ], [ 106246.0, 508078.0 ], [ 106246.0, 507677.0 ], [ 106199.0, 507538.0 ], [ 106153.0, 507368.0 ], [ 106149.0, 507336.0 ] ], [ [ 108046.0, 506734.0 ], [ 107787.0, 507269.0 ], [ 107742.0, 507690.0 ], [ 107691.0, 507904.0 ], [ 107712.0, 508164.0 ], [ 107637.0, 508278.0 ], [ 107453.0, 508468.0 ], [ 107436.0, 508489.0 ], [ 107300.0, 508747.0 ], [ 107315.0, 508980.0 ], [ 107357.0, 509202.0 ], [ 107373.0, 509238.0 ] ], [ [ 106149.0, 507336.0 ], [ 106055.0, 507252.0 ], [ 105797.0, 507237.0 ], [ 105564.0, 507251.0 ], [ 105375.0, 507196.0 ], [ 105231.0, 507157.0 ], [ 105134.0, 507107.0 ], [ 105095.0, 507027.0 ], [ 105156.0, 506931.0 ], [ 105363.0, 506923.0 ], [ 105688.0, 506838.0 ], [ 105788.0, 506703.0 ], [ 105882.0, 506588.0 ], [ 106071.0, 506439.0 ], [ 106406.0, 506205.0 ], [ 106457.0, 506041.0 ], [ 106406.0, 505896.0 ], [ 106383.0, 505717.0 ] ], [ [ 105600.0, 505089.0 ], [ 105259.0, 505173.0 ], [ 104989.0, 505177.0 ], [ 104761.0, 505173.0 ], [ 104555.0, 505139.0 ], [ 104529.0, 505124.0 ] ], [ [ 104391.0, 505022.0 ], [ 104397.0, 505031.0 ], [ 104409.0, 505044.0 ], [ 104421.0, 505054.0 ], [ 104454.0, 505077.0 ], [ 104529.0, 505124.0 ] ], [ [ 105600.0, 505089.0 ], [ 105809.0, 505061.0 ], [ 106068.0, 504969.0 ], [ 106302.0, 504919.0 ], [ 106486.0, 504902.0 ], [ 106644.0, 504969.0 ], [ 106745.0, 505069.0 ], [ 106745.0, 505153.0 ], [ 106711.0, 505303.0 ], [ 106569.0, 505420.0 ], [ 106452.0, 505512.0 ], [ 106402.0, 505604.0 ], [ 106383.0, 505717.0 ] ], [ [ 108046.0, 506734.0 ], [ 108329.0, 505285.0 ], [ 108407.0, 504837.0 ], [ 108391.0, 504497.0 ], [ 108499.0, 504173.0 ], [ 108638.0, 504050.0 ], [ 108916.0, 503942.0 ], [ 109317.0, 503895.0 ], [ 109807.0, 503895.0 ] ], [ [ 104391.0, 505022.0 ], [ 104389.0, 504860.0 ], [ 104456.0, 504810.0 ], [ 104547.0, 504760.0 ], [ 104798.0, 504727.0 ], [ 105141.0, 504710.0 ], [ 105224.0, 504676.0 ], [ 105383.0, 504543.0 ], [ 105425.0, 504459.0 ], [ 105416.0, 504342.0 ], [ 105374.0, 504167.0 ], [ 105149.0, 503983.0 ], [ 105024.0, 503891.0 ], [ 104948.0, 503758.0 ], [ 104895.0, 503608.0 ] ], [ [ 108591.0, 503541.0 ], [ 108792.0, 503618.0 ], [ 109194.0, 503679.0 ], [ 109820.0, 503695.0 ] ], [ [ 108540.0, 503265.0 ], [ 108535.0, 503421.0 ], [ 108576.0, 503541.0 ], [ 108591.0, 503541.0 ] ], [ [ 104895.0, 503608.0 ], [ 104800.0, 503391.0 ], [ 104764.0, 503179.0 ], [ 104822.0, 503049.0 ], [ 104960.0, 503002.0 ], [ 105169.0, 503031.0 ], [ 105496.0, 503189.0 ], [ 105763.0, 503383.0 ], [ 106018.0, 503677.0 ], [ 106289.0, 503924.0 ], [ 106614.0, 504034.0 ], [ 106866.0, 503996.0 ], [ 107087.0, 503675.0 ], [ 106909.0, 503179.0 ], [ 106542.0, 502739.0 ], [ 106162.0, 502434.0 ], [ 105937.0, 502214.0 ], [ 105713.0, 502020.0 ], [ 105519.0, 501832.0 ], [ 105450.0, 501718.0 ], [ 105363.0, 501504.0 ], [ 105413.0, 501396.0 ], [ 105504.0, 501320.0 ], [ 105514.0, 501318.0 ] ], [ [ 105733.0, 501315.0 ], [ 106008.0, 501380.0 ], [ 106271.0, 501500.0 ], [ 106482.0, 501617.0 ] ], [ [ 105733.0, 501315.0 ], [ 105652.0, 501310.0 ], [ 105514.0, 501318.0 ] ], [ [ 107295.0, 500683.0 ], [ 107640.0, 500886.0 ], [ 107986.0, 501150.0 ], [ 108270.0, 501475.0 ], [ 108697.0, 502145.0 ], [ 108900.0, 502633.0 ], [ 108879.0, 502857.0 ], [ 108778.0, 502938.0 ], [ 108636.0, 503019.0 ], [ 108595.0, 503141.0 ], [ 108540.0, 503265.0 ] ], [ [ 106482.0, 501617.0 ], [ 106970.0, 501800.0 ], [ 107112.0, 501881.0 ], [ 107356.0, 501902.0 ], [ 107457.0, 501820.0 ], [ 107518.0, 501597.0 ], [ 107518.0, 501475.0 ], [ 107396.0, 501211.0 ], [ 107132.0, 500926.0 ], [ 106746.0, 500744.0 ], [ 106429.0, 500577.0 ] ], [ [ 106429.0, 500577.0 ], [ 106343.0, 500552.0 ], [ 106248.0, 500496.0 ] ], [ [ 106306.0, 500364.0 ], [ 106494.0, 500372.0 ], [ 106906.0, 500524.0 ], [ 107295.0, 500683.0 ] ], [ [ 106248.0, 500496.0 ], [ 106199.0, 500467.0 ], [ 106191.0, 500450.0 ], [ 106188.0, 500430.0 ], [ 106188.0, 500408.0 ], [ 106193.0, 500398.0 ], [ 106237.0, 500366.0 ], [ 106286.0, 500361.0 ], [ 106306.0, 500364.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103381.0, 509053.0 ], [ 103375.0, 509119.0 ], [ 103356.0, 509204.0 ], [ 103326.0, 509234.0 ], [ 103272.0, 509264.0 ], [ 102212.0, 509470.0 ], [ 102145.0, 509476.0 ], [ 102085.0, 509428.0 ], [ 102073.0, 509373.0 ], [ 102097.0, 509343.0 ], [ 102145.0, 509343.0 ], [ 102188.0, 509331.0 ], [ 102206.0, 509283.0 ], [ 102177.0, 509223.0 ] ], [ [ 102878.0, 508725.0 ], [ 102969.0, 508762.0 ], [ 103090.0, 508828.0 ], [ 103120.0, 508828.0 ], [ 103211.0, 508853.0 ], [ 103302.0, 508853.0 ], [ 103368.0, 508871.0 ], [ 103393.0, 508901.0 ], [ 103393.0, 508950.0 ], [ 103381.0, 509053.0 ] ], [ [ 102177.0, 509223.0 ], [ 102136.0, 509182.0 ], [ 102144.0, 509060.0 ], [ 102270.0, 508918.0 ], [ 102475.0, 508820.0 ], [ 102620.0, 508760.0 ], [ 102711.0, 508714.0 ], [ 102878.0, 508725.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102850.0, 508225.0 ], [ 102739.0, 508224.0 ], [ 102624.0, 508181.0 ], [ 102596.0, 508136.0 ] ], [ [ 102596.0, 508136.0 ], [ 102599.0, 508120.0 ] ], [ [ 102850.0, 508225.0 ], [ 102945.0, 508241.0 ], [ 103035.0, 508259.0 ], [ 103072.0, 508259.0 ], [ 103108.0, 508235.0 ], [ 103126.0, 508211.0 ], [ 103114.0, 508175.0 ], [ 103084.0, 508120.0 ], [ 103056.0, 508086.0 ] ], [ [ 102599.0, 508120.0 ], [ 102605.0, 508093.0 ], [ 102795.0, 508039.0 ], [ 103014.0, 508075.0 ], [ 103056.0, 508086.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103407.0, 506532.0 ], [ 103420.0, 506522.0 ] ], [ [ 103420.0, 506522.0 ], [ 103487.0, 506469.0 ], [ 103622.0, 506464.0 ], [ 103795.0, 506488.0 ], [ 103908.0, 506554.0 ], [ 103864.0, 506604.0 ], [ 103670.0, 506641.0 ], [ 103470.0, 506591.0 ], [ 103407.0, 506532.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104984.0, 506099.0 ], [ 105074.0, 506138.0 ], [ 105149.0, 506164.0 ], [ 105308.0, 506197.0 ], [ 105400.0, 506205.0 ], [ 105481.0, 506216.0 ] ], [ [ 104984.0, 506099.0 ], [ 104872.0, 506017.0 ], [ 104860.0, 505948.0 ] ], [ [ 104860.0, 505948.0 ], [ 104974.0, 505929.0 ] ], [ [ 104974.0, 505929.0 ], [ 105141.0, 505930.0 ], [ 105216.0, 505938.0 ], [ 105333.0, 505913.0 ], [ 105441.0, 505896.0 ], [ 105514.0, 505894.0 ] ], [ [ 105514.0, 505894.0 ], [ 105572.0, 505888.0 ], [ 105801.0, 505800.0 ], [ 106009.0, 505782.0 ], [ 106077.0, 505947.0 ], [ 106060.0, 506166.0 ], [ 105917.0, 506264.0 ], [ 105667.0, 506242.0 ], [ 105481.0, 506216.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102729.0, 505846.0 ], [ 102546.0, 505837.0 ], [ 102419.0, 505837.0 ], [ 102408.0, 505826.0 ], [ 102377.0, 505805.0 ], [ 102377.0, 505752.0 ], [ 102429.0, 505721.0 ], [ 102535.0, 505721.0 ], [ 102649.0, 505701.0 ] ], [ [ 102649.0, 505701.0 ], [ 102672.0, 505702.0 ], [ 102943.0, 505758.0 ], [ 103057.0, 505809.0 ], [ 103201.0, 505815.0 ], [ 103317.0, 505733.0 ], [ 103399.0, 505636.0 ], [ 103522.0, 505563.0 ], [ 103635.0, 505575.0 ], [ 103538.0, 505753.0 ], [ 103393.0, 505926.0 ], [ 103264.0, 506041.0 ], [ 103048.0, 505973.0 ], [ 102872.0, 505871.0 ], [ 102729.0, 505846.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101491.0, 504712.0 ], [ 101023.0, 504862.0 ], [ 100741.0, 505003.0 ], [ 100374.0, 505144.0 ], [ 100007.0, 505229.0 ], [ 99527.0, 505229.0 ] ], [ [ 103578.0, 504245.0 ], [ 103611.0, 504245.0 ], [ 103627.0, 504237.0 ], [ 103695.0, 504183.0 ], [ 103730.0, 504161.0 ], [ 103765.0, 504142.0 ], [ 103799.0, 504110.0 ] ], [ [ 103799.0, 504110.0 ], [ 103819.0, 504096.0 ], [ 103838.0, 504080.0 ], [ 103844.0, 504066.0 ], [ 103855.0, 504053.0 ], [ 103865.0, 504020.0 ], [ 103871.0, 503991.0 ], [ 103868.0, 503972.0 ], [ 103868.0, 503952.0 ] ], [ [ 105527.0, 500808.0 ], [ 105512.0, 500691.0 ], [ 105269.0, 500429.0 ], [ 105011.0, 500133.0 ], [ 104809.0, 499720.0 ], [ 104737.0, 499388.0 ], [ 104756.0, 499130.0 ], [ 104873.0, 498978.0 ], [ 105150.0, 498936.0 ], [ 105437.0, 498937.0 ], [ 105777.0, 499041.0 ], [ 106114.0, 499326.0 ], [ 106475.0, 499584.0 ] ], [ [ 103630.0, 503886.0 ], [ 103724.0, 503883.0 ], [ 103806.0, 503874.0 ], [ 103860.0, 503910.0 ], [ 103868.0, 503952.0 ] ], [ [ 101491.0, 504712.0 ], [ 101680.0, 504555.0 ], [ 101744.0, 504298.0 ], [ 101434.0, 504020.0 ], [ 101390.0, 503754.0 ], [ 101699.0, 503514.0 ], [ 101979.0, 503499.0 ], [ 102220.0, 503417.0 ], [ 102438.0, 503431.0 ], [ 102659.0, 503623.0 ], [ 102932.0, 503853.0 ], [ 103133.0, 503986.0 ], [ 103315.0, 504121.0 ], [ 103578.0, 504245.0 ] ], [ [ 107173.0, 499635.0 ], [ 107498.0, 499443.0 ], [ 107701.0, 499220.0 ], [ 108026.0, 498814.0 ], [ 108432.0, 497899.0 ], [ 108919.0, 496787.0 ] ], [ [ 103630.0, 503886.0 ], [ 103478.0, 503861.0 ], [ 103432.0, 503726.0 ], [ 103533.0, 503560.0 ], [ 103450.0, 503339.0 ], [ 103328.0, 503163.0 ], [ 103215.0, 502930.0 ], [ 103366.0, 502760.0 ], [ 103538.0, 502619.0 ], [ 103601.0, 502341.0 ], [ 103577.0, 501998.0 ], [ 103643.0, 501650.0 ], [ 103744.0, 501460.0 ], [ 103923.0, 501411.0 ], [ 104122.0, 501473.0 ], [ 104186.0, 501652.0 ], [ 104174.0, 502006.0 ], [ 104234.0, 502252.0 ], [ 104436.0, 502412.0 ], [ 104671.0, 502443.0 ], [ 104873.0, 502379.0 ], [ 104994.0, 502130.0 ], [ 105017.0, 501920.0 ], [ 105066.0, 501592.0 ], [ 105129.0, 501461.0 ] ], [ [ 105129.0, 501461.0 ], [ 105263.0, 501272.0 ], [ 105385.0, 501191.0 ], [ 105466.0, 501048.0 ], [ 105507.0, 500926.0 ], [ 105527.0, 500808.0 ] ], [ [ 106475.0, 499584.0 ], [ 106837.0, 499705.0 ], [ 107101.0, 499663.0 ], [ 107173.0, 499635.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98248.0, 503271.0 ], [ 98649.0, 503305.0 ] ], [ [ 98649.0, 503305.0 ], [ 99491.0, 503209.0 ], [ 100061.0, 503155.0 ], [ 100434.0, 503095.0 ], [ 100701.0, 503048.0 ], [ 100919.0, 502986.0 ], [ 101145.0, 502924.0 ], [ 101378.0, 502904.0 ], [ 101481.0, 502927.0 ], [ 101653.0, 502938.0 ], [ 101710.0, 502712.0 ], [ 101696.0, 502453.0 ], [ 101639.0, 502270.0 ], [ 101476.0, 502190.0 ], [ 101298.0, 502193.0 ], [ 101137.0, 502133.0 ], [ 101170.0, 502025.0 ], [ 101340.0, 501954.0 ], [ 101445.0, 501904.0 ], [ 101598.0, 501771.0 ], [ 101743.0, 501692.0 ], [ 101818.0, 501627.0 ], [ 101732.0, 501526.0 ], [ 101555.0, 501505.0 ], [ 101228.0, 501436.0 ], [ 100973.0, 501334.0 ], [ 100776.0, 501300.0 ], [ 100498.0, 501368.0 ], [ 100305.0, 501272.0 ], [ 100138.0, 501203.0 ], [ 99779.0, 501123.0 ], [ 99560.0, 501120.0 ], [ 99275.0, 501106.0 ], [ 98267.0, 501023.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98257.0, 502193.0 ], [ 99347.0, 502329.0 ], [ 99890.0, 502365.0 ], [ 100666.0, 502439.0 ], [ 101107.0, 502414.0 ], [ 101321.0, 502408.0 ], [ 101487.0, 502468.0 ], [ 101493.0, 502635.0 ], [ 101236.0, 502791.0 ], [ 100609.0, 502927.0 ], [ 100216.0, 503026.0 ], [ 99744.0, 503083.0 ], [ 99338.0, 503100.0 ], [ 98250.0, 502980.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102322.0, 501987.0 ], [ 102336.0, 501949.0 ], [ 102428.0, 501817.0 ], [ 102570.0, 501762.0 ], [ 102676.0, 501835.0 ], [ 102724.0, 501967.0 ], [ 102699.0, 502124.0 ], [ 102589.0, 502251.0 ], [ 102495.0, 502338.0 ], [ 102440.0, 502408.0 ], [ 102341.0, 502309.0 ], [ 102310.0, 502154.0 ], [ 102322.0, 501987.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102118.0, 501690.0 ], [ 102189.0, 501694.0 ], [ 102186.0, 501807.0 ], [ 102122.0, 501945.0 ], [ 102097.0, 502143.0 ], [ 102087.0, 502282.0 ], [ 102066.0, 502453.0 ], [ 101954.0, 502532.0 ], [ 101800.0, 502475.0 ], [ 101780.0, 502371.0 ], [ 101788.0, 502231.0 ], [ 101671.0, 502025.0 ], [ 101682.0, 501960.0 ], [ 101781.0, 501903.0 ], [ 101872.0, 501876.0 ], [ 102032.0, 501804.0 ], [ 102079.0, 501736.0 ], [ 102118.0, 501690.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102386.0, 501126.0 ], [ 102370.0, 501166.0 ] ], [ [ 102370.0, 501166.0 ], [ 102375.0, 501203.0 ], [ 102494.0, 501370.0 ], [ 102685.0, 501419.0 ], [ 102847.0, 501468.0 ], [ 102985.0, 501584.0 ], [ 103039.0, 501685.0 ], [ 103035.0, 501946.0 ], [ 103028.0, 502094.0 ], [ 103064.0, 502185.0 ], [ 103118.0, 502241.0 ], [ 103223.0, 502267.0 ], [ 103323.0, 502223.0 ], [ 103309.0, 502009.0 ], [ 103289.0, 501761.0 ], [ 103286.0, 501545.0 ], [ 103202.0, 501427.0 ], [ 103069.0, 501325.0 ], [ 103009.0, 501170.0 ], [ 102928.0, 501066.0 ], [ 102830.0, 501041.0 ], [ 102719.0, 501124.0 ], [ 102564.0, 501150.0 ], [ 102458.0, 501096.0 ], [ 102402.0, 501098.0 ], [ 102386.0, 501126.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104191.0, 501028.0 ], [ 104190.0, 501038.0 ], [ 104294.0, 501105.0 ], [ 104518.0, 501115.0 ], [ 104681.0, 501075.0 ], [ 104777.0, 500931.0 ], [ 104782.0, 500745.0 ], [ 104666.0, 500635.0 ], [ 104530.0, 500659.0 ], [ 104467.0, 500792.0 ], [ 104354.0, 500925.0 ], [ 104254.0, 500958.0 ], [ 104191.0, 501021.0 ] ], [ [ 104191.0, 501021.0 ], [ 104191.0, 501028.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 98951.0, 496292.0 ], [ 99059.0, 496634.0 ], [ 99426.0, 497255.0 ], [ 99839.0, 497776.0 ], [ 100256.0, 498171.0 ], [ 100771.0, 498440.0 ], [ 101323.0, 498742.0 ], [ 101798.0, 498932.0 ], [ 102116.0, 499063.0 ], [ 102534.0, 499131.0 ], [ 102807.0, 499166.0 ], [ 103056.0, 499238.0 ], [ 103111.0, 499374.0 ], [ 102989.0, 499504.0 ], [ 102802.0, 499591.0 ], [ 102541.0, 499666.0 ], [ 102076.0, 499607.0 ], [ 101726.0, 499548.0 ], [ 101435.0, 499377.0 ], [ 101212.0, 499198.0 ], [ 100967.0, 499184.0 ], [ 100892.0, 499235.0 ], [ 100866.0, 499369.0 ], [ 100944.0, 499681.0 ], [ 100987.0, 500018.0 ], [ 100970.0, 500309.0 ], [ 101142.0, 500521.0 ], [ 101440.0, 500693.0 ], [ 101690.0, 500849.0 ], [ 101823.0, 501083.0 ], [ 101885.0, 501183.0 ], [ 102044.0, 501250.0 ], [ 102115.0, 501176.0 ], [ 102042.0, 500929.0 ], [ 101895.0, 500711.0 ], [ 101893.0, 500515.0 ], [ 102004.0, 500428.0 ], [ 102138.0, 500405.0 ], [ 102267.0, 500457.0 ], [ 102362.0, 500648.0 ], [ 102426.0, 500755.0 ], [ 102499.0, 500836.0 ], [ 102588.0, 500854.0 ], [ 102621.0, 500706.0 ], [ 102634.0, 500533.0 ], [ 102662.0, 500465.0 ], [ 102703.0, 500466.0 ], [ 102756.0, 500601.0 ], [ 102847.0, 500735.0 ], [ 102925.0, 500775.0 ], [ 103044.0, 500747.0 ], [ 103130.0, 500590.0 ], [ 103166.0, 500435.0 ], [ 103199.0, 500397.0 ], [ 103304.0, 500428.0 ], [ 103422.0, 500586.0 ], [ 103570.0, 500804.0 ], [ 103748.0, 500933.0 ], [ 104037.0, 500909.0 ], [ 104294.0, 500714.0 ], [ 104407.0, 500516.0 ], [ 104486.0, 500389.0 ], [ 104561.0, 500346.0 ], [ 104678.0, 500371.0 ], [ 104863.0, 500529.0 ], [ 104933.0, 500859.0 ], [ 104885.0, 501008.0 ] ], [ [ 104749.0, 501207.0 ], [ 104768.0, 501192.0 ], [ 104792.0, 501160.0 ], [ 104815.0, 501124.0 ], [ 104835.0, 501084.0 ], [ 104885.0, 501008.0 ] ], [ [ 104749.0, 501207.0 ], [ 104545.0, 501301.0 ], [ 104145.0, 501265.0 ], [ 103859.0, 501247.0 ], [ 103668.0, 501326.0 ], [ 103552.0, 501525.0 ], [ 103495.0, 501821.0 ], [ 103486.0, 502075.0 ], [ 103511.0, 502273.0 ], [ 103436.0, 502469.0 ], [ 103219.0, 502580.0 ], [ 103058.0, 502503.0 ], [ 102937.0, 502296.0 ], [ 102893.0, 502080.0 ], [ 102864.0, 501872.0 ], [ 102729.0, 501665.0 ], [ 102469.0, 501627.0 ], [ 102352.0, 501685.0 ], [ 102252.0, 501795.0 ], [ 102205.0, 501915.0 ], [ 102165.0, 502190.0 ], [ 102147.0, 502411.0 ], [ 102177.0, 502549.0 ], [ 102276.0, 502718.0 ], [ 102499.0, 502845.0 ], [ 102691.0, 502921.0 ], [ 102794.0, 502954.0 ], [ 102941.0, 502974.0 ], [ 103092.0, 503124.0 ], [ 103041.0, 503317.0 ], [ 102939.0, 503406.0 ], [ 102744.0, 503370.0 ], [ 102581.0, 503219.0 ], [ 102389.0, 503027.0 ], [ 102169.0, 502834.0 ], [ 102038.0, 502705.0 ], [ 101870.0, 502603.0 ], [ 101770.0, 502531.0 ], [ 101732.0, 502466.0 ], [ 101730.0, 502374.0 ], [ 101687.0, 502252.0 ], [ 101586.0, 502148.0 ], [ 101552.0, 502054.0 ], [ 101602.0, 501929.0 ], [ 101705.0, 501825.0 ], [ 101887.0, 501731.0 ], [ 101979.0, 501655.0 ], [ 101936.0, 501533.0 ], [ 101705.0, 501433.0 ], [ 101439.0, 501363.0 ], [ 101224.0, 501300.0 ], [ 100888.0, 501161.0 ], [ 100452.0, 501001.0 ], [ 100016.0, 500939.0 ], [ 99598.0, 500950.0 ], [ 98268.0, 500875.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101696.0, 499147.0 ], [ 101716.0, 499128.0 ] ], [ [ 101716.0, 499128.0 ], [ 101757.0, 499106.0 ], [ 101903.0, 499117.0 ], [ 102223.0, 499211.0 ], [ 102421.0, 499255.0 ], [ 102538.0, 499285.0 ], [ 102625.0, 499375.0 ], [ 102629.0, 499480.0 ], [ 102505.0, 499576.0 ], [ 102255.0, 499571.0 ], [ 102022.0, 499507.0 ], [ 101820.0, 499398.0 ], [ 101695.0, 499236.0 ], [ 101674.0, 499187.0 ], [ 101696.0, 499147.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98287.0, 498927.0 ], [ 99146.0, 499044.0 ], [ 99587.0, 499141.0 ], [ 99933.0, 499202.0 ], [ 100278.0, 499395.0 ], [ 100594.0, 499679.0 ], [ 100748.0, 499953.0 ], [ 100802.0, 500324.0 ], [ 100937.0, 500617.0 ], [ 101220.0, 500914.0 ], [ 101388.0, 501005.0 ], [ 101573.0, 501036.0 ], [ 101689.0, 501092.0 ], [ 101750.0, 501274.0 ], [ 101714.0, 501336.0 ], [ 101448.0, 501308.0 ], [ 101208.0, 501117.0 ], [ 100847.0, 500875.0 ], [ 100471.0, 500702.0 ], [ 100084.0, 500558.0 ], [ 99648.0, 500517.0 ], [ 98271.0, 500465.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103806.0, 498367.0 ], [ 103678.0, 498377.0 ], [ 103616.0, 498513.0 ], [ 103647.0, 498756.0 ], [ 103585.0, 499216.0 ], [ 103392.0, 499394.0 ], [ 103217.0, 499515.0 ], [ 103184.0, 499732.0 ], [ 103372.0, 499753.0 ], [ 103657.0, 499717.0 ], [ 103814.0, 499644.0 ], [ 103858.0, 499558.0 ], [ 103842.0, 499365.0 ], [ 103958.0, 499054.0 ], [ 104050.0, 498782.0 ], [ 103965.0, 498498.0 ], [ 103806.0, 498367.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105578.0, 497763.0 ], [ 105597.0, 497775.0 ], [ 105646.0, 497791.0 ], [ 105717.0, 497804.0 ], [ 105776.0, 497807.0 ], [ 105857.0, 497801.0 ], [ 105909.0, 497791.0 ], [ 105941.0, 497777.0 ] ], [ [ 105578.0, 497763.0 ], [ 105278.0, 497392.0 ] ], [ [ 104886.0, 497212.0 ], [ 105002.0, 497222.0 ], [ 105064.0, 497229.0 ], [ 105129.0, 497255.0 ], [ 105171.0, 497287.0 ], [ 105236.0, 497346.0 ], [ 105278.0, 497392.0 ] ], [ [ 104886.0, 497212.0 ], [ 104834.0, 497215.0 ], [ 104599.0, 497329.0 ], [ 104331.0, 497504.0 ], [ 104227.0, 497755.0 ], [ 104232.0, 498224.0 ], [ 104352.0, 498618.0 ], [ 104285.0, 498970.0 ], [ 104223.0, 499513.0 ], [ 104217.0, 500082.0 ], [ 104094.0, 500594.0 ], [ 103868.0, 500753.0 ], [ 103626.0, 500677.0 ], [ 103517.0, 500424.0 ], [ 103338.0, 500237.0 ], [ 103145.0, 500168.0 ], [ 103022.0, 500264.0 ], [ 102977.0, 500438.0 ], [ 102910.0, 500563.0 ], [ 102830.0, 500559.0 ], [ 102764.0, 500441.0 ], [ 102661.0, 500427.0 ], [ 102586.0, 500514.0 ], [ 102557.0, 500660.0 ], [ 102501.0, 500719.0 ], [ 102434.0, 500622.0 ], [ 102489.0, 500451.0 ], [ 102620.0, 500251.0 ], [ 102782.0, 500144.0 ], [ 103023.0, 500087.0 ], [ 103163.0, 499988.0 ], [ 103156.0, 499859.0 ], [ 103080.0, 499743.0 ], [ 103073.0, 499565.0 ], [ 103163.0, 499416.0 ], [ 103188.0, 499115.0 ], [ 103072.0, 498868.0 ], [ 102696.0, 498666.0 ], [ 102274.0, 498517.0 ], [ 101794.0, 498341.0 ], [ 101319.0, 498044.0 ], [ 101031.0, 497694.0 ] ], [ [ 107356.0, 496702.0 ], [ 107343.0, 496702.0 ] ], [ [ 107343.0, 496702.0 ], [ 106936.0, 497129.0 ], [ 106389.0, 497444.0 ], [ 105947.0, 497778.0 ], [ 105941.0, 497777.0 ] ], [ [ 101031.0, 497694.0 ], [ 100775.0, 497430.0 ], [ 100316.0, 496801.0 ], [ 100081.0, 496347.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -30.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102818.0, 497438.0 ], [ 101778.0, 496877.0 ], [ 101282.0, 496587.0 ], [ 101098.0, 496397.0 ] ], [ [ 104485.0, 496562.0 ], [ 104415.0, 496620.0 ], [ 104208.0, 496819.0 ], [ 103930.0, 497152.0 ], [ 103530.0, 497418.0 ], [ 103028.0, 497485.0 ], [ 102818.0, 497438.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -20.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103873.0, 496532.0 ], [ 103854.0, 496531.0 ] ], [ [ 102704.0, 497091.0 ], [ 102909.0, 497189.0 ], [ 103215.0, 497245.0 ], [ 103457.0, 497130.0 ], [ 103658.0, 496867.0 ], [ 103845.0, 496542.0 ], [ 103854.0, 496531.0 ] ], [ [ 101773.0, 496415.0 ], [ 102040.0, 496696.0 ], [ 102338.0, 496900.0 ], [ 102704.0, 497091.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 102659.0, 512515.0 ], [ 102879.0, 512481.0 ], [ 102958.0, 512683.0 ], [ 103020.0, 512745.0 ], [ 103228.0, 512892.0 ], [ 103352.0, 512948.0 ], [ 103600.0, 513050.0 ], [ 103820.0, 513145.0 ], [ 104022.0, 513241.0 ], [ 104191.0, 513331.0 ], [ 104293.0, 513427.0 ], [ 104417.0, 513607.0 ], [ 104569.0, 513894.0 ], [ 104718.0, 514252.0 ], [ 104850.0, 514686.0 ], [ 104960.0, 514981.0 ], [ 105084.0, 515269.0 ], [ 105470.0, 515961.0 ], [ 105753.0, 516374.0 ], [ 106175.0, 516909.0 ], [ 106443.0, 517507.0 ], [ 106499.0, 518244.0 ], [ 106382.0, 518763.0 ], [ 106302.0, 519213.0 ], [ 106182.0, 519755.0 ], [ 106338.0, 520086.0 ], [ 106631.0, 520333.0 ], [ 107070.0, 520577.0 ], [ 107448.0, 520884.0 ], [ 107571.0, 521230.0 ], [ 107567.0, 521527.0 ], [ 107444.0, 521683.0 ], [ 107291.0, 521730.0 ], [ 107086.0, 521675.0 ], [ 107128.0, 521572.0 ], [ 107114.0, 521412.0 ], [ 106900.0, 521384.0 ], [ 106587.0, 521588.0 ], [ 106463.0, 521745.0 ], [ 106446.0, 522056.0 ], [ 106375.0, 522475.0 ], [ 106244.0, 522840.0 ], [ 106105.0, 523114.0 ], [ 105838.0, 523335.0 ], [ 105584.0, 523622.0 ], [ 105395.0, 523841.0 ], [ 105214.0, 524144.0 ], [ 105070.0, 524409.0 ], [ 105097.0, 524740.0 ], [ 105270.0, 525057.0 ], [ 105445.0, 525254.0 ], [ 105613.0, 525515.0 ], [ 105822.0, 525868.0 ], [ 105971.0, 526189.0 ], [ 105929.0, 526608.0 ], [ 105758.0, 526871.0 ], [ 105541.0, 527127.0 ], [ 105172.0, 527339.0 ], [ 104867.0, 527508.0 ], [ 104721.0, 527691.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -33.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108403.0, 523386.0 ], [ 108604.0, 523269.0 ], [ 108801.0, 522990.0 ], [ 108864.0, 522679.0 ], [ 108931.0, 522437.0 ], [ 109087.0, 522328.0 ], [ 109277.0, 522414.0 ], [ 109517.0, 522562.0 ], [ 109754.0, 522725.0 ], [ 110198.0, 523050.0 ], [ 110435.0, 523184.0 ], [ 110590.0, 523104.0 ], [ 110591.0, 522842.0 ], [ 110424.0, 522567.0 ], [ 110103.0, 522354.0 ], [ 109799.0, 522142.0 ], [ 109555.0, 521931.0 ], [ 109319.0, 521701.0 ], [ 109086.0, 521502.0 ], [ 108832.0, 521393.0 ], [ 108565.0, 521373.0 ], [ 108281.0, 521359.0 ], [ 108062.0, 521368.0 ], [ 107808.0, 521470.0 ], [ 107550.0, 521727.0 ], [ 107367.0, 521766.0 ], [ 107172.0, 521798.0 ], [ 107034.0, 521896.0 ], [ 107117.0, 522036.0 ], [ 107338.0, 522038.0 ], [ 107567.0, 521983.0 ], [ 107859.0, 521944.0 ], [ 108073.0, 521993.0 ], [ 108185.0, 522173.0 ], [ 108150.0, 522460.0 ], [ 108080.0, 522654.0 ], [ 107978.0, 522849.0 ], [ 107906.0, 523171.0 ], [ 107996.0, 523322.0 ], [ 108153.0, 523419.0 ], [ 108403.0, 523386.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -31.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108790.0, 530006.0 ], [ 109762.0, 530006.0 ], [ 109582.0, 529668.0 ], [ 109381.0, 529565.0 ], [ 109141.0, 529539.0 ], [ 108936.0, 529655.0 ], [ 108824.0, 529860.0 ], [ 108790.0, 530006.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113367.0, 529993.0 ], [ 115543.0, 529972.0 ], [ 115543.0, 529518.0 ], [ 115234.0, 529338.0 ], [ 114339.0, 528974.0 ], [ 113954.0, 528897.0 ], [ 113629.0, 528953.0 ], [ 113333.0, 529132.0 ], [ 113196.0, 529381.0 ], [ 113209.0, 529608.0 ], [ 113299.0, 529869.0 ], [ 113367.0, 529993.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -37.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 113193.0, 524463.0 ], [ 113554.0, 524395.0 ], [ 113868.0, 524224.0 ], [ 114315.0, 523848.0 ], [ 114715.0, 523493.0 ], [ 115201.0, 522969.0 ], [ 115556.0, 522492.0 ], [ 115530.0, 521917.0 ], [ 115538.0, 521413.0 ], [ 115521.0, 520691.0 ], [ 115539.0, 520281.0 ], [ 115246.0, 520251.0 ], [ 114896.0, 520274.0 ], [ 114358.0, 520400.0 ], [ 113904.0, 520674.0 ], [ 113487.0, 520983.0 ], [ 112929.0, 521733.0 ], [ 112749.0, 522168.0 ], [ 112564.0, 522455.0 ], [ 112295.0, 522824.0 ], [ 112079.0, 523212.0 ], [ 112061.0, 523553.0 ], [ 112296.0, 523931.0 ], [ 112533.0, 524161.0 ], [ 112800.0, 524390.0 ], [ 113193.0, 524463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -35.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 110659.0, 517037.0 ], [ 110875.0, 517025.0 ], [ 111275.0, 516933.0 ], [ 111572.0, 516964.0 ], [ 111972.0, 517001.0 ], [ 112261.0, 516888.0 ], [ 112295.0, 516694.0 ], [ 112051.0, 516605.0 ], [ 111713.0, 516543.0 ], [ 111356.0, 516531.0 ], [ 111020.0, 516448.0 ], [ 110641.0, 516370.0 ], [ 110351.0, 516532.0 ], [ 110224.0, 516706.0 ], [ 110295.0, 516916.0 ], [ 110456.0, 517027.0 ], [ 110659.0, 517037.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21_0/TS21_0.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21_0/TS21_0.geojson new file mode 100644 index 0000000..5718bfe --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS21_0/TS21_0.geojson @@ -0,0 +1,11 @@ +{ +"type": "FeatureCollection", +"name": "TS21_0", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "CVALUE": -20.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105164.0, 529968.0 ], [ 106352.0, 529968.0 ], [ 108664.0, 529978.0 ], [ 109146.0, 529976.0 ], [ 110752.0, 529984.0 ], [ 110553.0, 529542.0 ], [ 110352.0, 529000.0 ], [ 110155.0, 528575.0 ], [ 109969.0, 528070.0 ], [ 109782.0, 527609.0 ], [ 109625.0, 527053.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526611.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 105115.0, 529673.0 ], [ 105164.0, 529968.0 ] ] } }, +{ "type": "Feature", "properties": { "CVALUE": -25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105487.0, 526525.0 ], [ 105437.0, 526380.0 ], [ 105545.0, 526025.0 ], [ 105635.0, 525552.0 ], [ 105765.0, 525163.0 ], [ 105888.0, 524668.0 ], [ 106159.0, 524282.0 ], [ 106428.0, 524280.0 ], [ 106484.0, 524405.0 ], [ 106453.0, 524647.0 ], [ 106411.0, 524937.0 ], [ 106452.0, 525186.0 ], [ 106660.0, 525411.0 ], [ 106942.0, 525591.0 ], [ 107314.0, 525715.0 ], [ 107370.0, 525749.0 ], [ 107381.0, 525805.0 ], [ 107370.0, 525918.0 ], [ 107308.0, 525985.0 ], [ 107122.0, 526070.0 ], [ 106767.0, 526126.0 ], [ 106328.0, 526222.0 ], [ 106000.0, 526230.0 ], [ 105786.0, 526494.0 ], [ 105687.0, 526613.0 ], [ 105487.0, 526525.0 ] ] } }, +{ "type": "Feature", "properties": { "CVALUE": -25.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 108546.0, 525193.0 ], [ 108298.0, 524996.0 ], [ 108326.0, 524641.0 ], [ 108439.0, 524292.0 ], [ 108562.0, 524281.0 ], [ 108703.0, 524343.0 ], [ 108878.0, 524501.0 ], [ 108900.0, 524895.0 ], [ 108760.0, 525137.0 ], [ 108546.0, 525193.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22.geojson new file mode 100644 index 0000000..221ad06 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22.geojson @@ -0,0 +1,77 @@ +{ +"type": "FeatureCollection", +"name": "TS22", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 2, "TNODE_": 2, "LPOLY_": 4, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104908.0, 515482.0 ], [ 104898.0, 515474.0 ], [ 104813.0, 515360.0 ], [ 104779.0, 515272.0 ], [ 104791.0, 515172.0 ], [ 104832.0, 515075.0 ], [ 104916.0, 514954.0 ], [ 104988.0, 514857.0 ], [ 105036.0, 514862.0 ], [ 105079.0, 514959.0 ], [ 105043.0, 515100.0 ], [ 104998.0, 515239.0 ], [ 104998.0, 515328.0 ], [ 104995.0, 515467.0 ], [ 104932.0, 515501.0 ], [ 104908.0, 515482.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 4, "TNODE_": 1, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104686.0, 513417.0 ], [ 104711.0, 513517.0 ], [ 104811.0, 513692.0 ], [ 104911.0, 513818.0 ], [ 104961.0, 513993.0 ], [ 104861.0, 514118.0 ], [ 104636.0, 514268.0 ], [ 104486.0, 514468.0 ], [ 104386.0, 514819.0 ], [ 104244.0, 515979.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 5, "TNODE_": 3, "LPOLY_": 5, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 104521.0, 513364.0 ], [ 104548.0, 513480.0 ], [ 104601.0, 513588.0 ], [ 104772.0, 513776.0 ], [ 104781.0, 513884.0 ], [ 104772.0, 514010.0 ], [ 104700.0, 514100.0 ], [ 104548.0, 514189.0 ], [ 104323.0, 514234.0 ], [ 104099.0, 514252.0 ], [ 104000.0, 514306.0 ], [ 103839.0, 514414.0 ], [ 103677.0, 514467.0 ], [ 103525.0, 514467.0 ], [ 103139.0, 514432.0 ], [ 101685.0, 514055.0 ], [ 100752.0, 513848.0 ], [ 99637.0, 513793.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 9, "TNODE_": 5, "LPOLY_": 5, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 104336.0, 512984.0 ], [ 104494.0, 513174.0 ], [ 104521.0, 513364.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 9, "TNODE_": 8, "LPOLY_": 3, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104336.0, 512984.0 ], [ 103785.0, 512892.0 ], [ 103435.0, 512942.0 ], [ 103059.0, 513017.0 ], [ 102634.0, 513042.0 ], [ 102058.0, 513042.0 ], [ 101057.0, 512992.0 ], [ 99512.0, 513048.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 11, "TNODE_": 4, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 104324.0, 512785.0 ], [ 104358.0, 512786.0 ], [ 104580.0, 512945.0 ], [ 104687.0, 513204.0 ], [ 104686.0, 513417.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 11, "TNODE_": 10, "LPOLY_": 2, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 104324.0, 512785.0 ], [ 104085.0, 512741.0 ], [ 103735.0, 512691.0 ], [ 103234.0, 512791.0 ], [ 102609.0, 512842.0 ], [ 102058.0, 512816.0 ], [ 101032.0, 512741.0 ], [ 99470.0, 512798.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 14, "TNODE_": 6, "LPOLY_": 2, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 108048.0, 512305.0 ], [ 108254.0, 512558.0 ], [ 108714.0, 512891.0 ], [ 109031.0, 513129.0 ], [ 109591.0, 513319.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 15, "TNODE_": 13, "LPOLY_": 6, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103674.0, 511885.0 ], [ 103560.0, 512116.0 ], [ 103209.0, 512191.0 ], [ 102909.0, 512241.0 ], [ 101758.0, 512316.0 ], [ 100331.0, 512441.0 ], [ 99406.0, 512416.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 15, "TNODE_": 7, "LPOLY_": 2, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 103674.0, 511885.0 ], [ 103735.0, 511838.0 ], [ 103820.0, 511664.0 ], [ 103868.0, 511576.0 ], [ 103920.0, 511526.0 ], [ 104025.0, 511521.0 ], [ 104177.0, 511603.0 ], [ 104308.0, 511757.0 ], [ 104446.0, 511973.0 ], [ 104541.0, 512246.0 ], [ 104636.0, 512562.0 ], [ 104830.0, 512853.0 ], [ 105163.0, 513256.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 12, "TNODE_": 12, "LPOLY_": 7, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 105099.0, 512712.0 ], [ 104962.0, 512615.0 ], [ 104844.0, 512459.0 ], [ 104777.0, 512245.0 ], [ 104753.0, 511981.0 ], [ 104711.0, 511781.0 ], [ 104614.0, 511660.0 ], [ 104586.0, 511545.0 ], [ 104689.0, 511486.0 ], [ 104853.0, 511547.0 ], [ 105012.0, 511689.0 ], [ 105011.0, 511757.0 ], [ 104907.0, 511872.0 ], [ 104904.0, 512030.0 ], [ 104959.0, 512217.0 ], [ 105035.0, 512388.0 ], [ 105117.0, 512508.0 ], [ 105158.0, 512603.0 ], [ 105099.0, 512712.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 16, "TNODE_": 14, "LPOLY_": 2, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 107147.0, 511156.0 ], [ 107300.0, 511311.0 ], [ 107519.0, 511545.0 ], [ 107816.0, 511899.0 ], [ 108048.0, 512305.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 7, "TNODE_": 16, "LPOLY_": 2, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 105163.0, 513256.0 ], [ 105385.0, 513351.0 ], [ 105686.0, 513430.0 ], [ 106114.0, 513525.0 ], [ 106368.0, 513541.0 ], [ 106574.0, 513541.0 ], [ 106685.0, 513494.0 ], [ 106732.0, 513288.0 ], [ 106653.0, 513129.0 ], [ 106304.0, 512083.0 ], [ 106193.0, 511560.0 ], [ 106114.0, 511243.0 ], [ 106082.0, 511036.0 ], [ 106177.0, 510941.0 ], [ 106257.0, 510910.0 ], [ 106463.0, 510910.0 ], [ 106701.0, 510957.0 ], [ 107018.0, 511052.0 ], [ 107147.0, 511156.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 17, "TNODE_": 18, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 102243.0, 510379.0 ], [ 101382.0, 510189.0 ], [ 100782.0, 510063.0 ], [ 100081.0, 509963.0 ], [ 99355.0, 509888.0 ], [ 98988.0, 509927.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 19, "TNODE_": 17, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 102751.0, 509678.0 ], [ 102732.0, 509766.0 ], [ 102747.0, 509917.0 ], [ 102784.0, 509988.0 ], [ 102885.0, 510117.0 ], [ 103108.0, 510134.0 ], [ 103219.0, 510118.0 ], [ 103296.0, 510133.0 ], [ 103395.0, 510275.0 ], [ 103616.0, 510553.0 ], [ 103511.0, 510718.0 ], [ 103273.0, 510807.0 ], [ 103008.0, 510772.0 ], [ 102791.0, 510662.0 ], [ 102527.0, 510556.0 ], [ 102353.0, 510443.0 ], [ 102243.0, 510379.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 21, "TNODE_": 20, "LPOLY_": 9, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 102158.0, 509488.0 ], [ 101933.0, 509538.0 ], [ 101508.0, 509613.0 ], [ 100682.0, 509588.0 ], [ 99856.0, 509688.0 ], [ 99280.0, 509713.0 ], [ 98942.0, 509655.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 23, "TNODE_": 19, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 103270.0, 509170.0 ], [ 103178.0, 509169.0 ], [ 103040.0, 509249.0 ], [ 102751.0, 509678.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 24, "TNODE_": 23, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 103427.0, 509167.0 ], [ 103381.0, 509143.0 ], [ 103281.0, 509159.0 ], [ 103270.0, 509170.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 22, "TNODE_": 24, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 105191.0, 509190.0 ], [ 105053.0, 509181.0 ], [ 104756.0, 509033.0 ], [ 104569.0, 509054.0 ], [ 104517.0, 509142.0 ], [ 104559.0, 509365.0 ], [ 104707.0, 509559.0 ], [ 104885.0, 509877.0 ], [ 104830.0, 509990.0 ], [ 104659.0, 510010.0 ], [ 104499.0, 509835.0 ], [ 104284.0, 509662.0 ], [ 104030.0, 509474.0 ], [ 103884.0, 509311.0 ], [ 103835.0, 509095.0 ], [ 103746.0, 508928.0 ], [ 103630.0, 508933.0 ], [ 103520.0, 509097.0 ], [ 103450.0, 509167.0 ], [ 103427.0, 509167.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 26, "TNODE_": 21, "LPOLY_": 9, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 101654.0, 508682.0 ], [ 102001.0, 508871.0 ], [ 102418.0, 508996.0 ], [ 102656.0, 508992.0 ], [ 102801.0, 509149.0 ], [ 102518.0, 509450.0 ], [ 102158.0, 509488.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 27, "TNODE_": 22, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 104511.0, 508658.0 ], [ 104653.0, 508664.0 ], [ 104807.0, 508701.0 ], [ 104981.0, 508738.0 ], [ 105117.0, 508812.0 ], [ 105265.0, 508911.0 ], [ 105358.0, 509053.0 ], [ 105321.0, 509134.0 ], [ 105271.0, 509171.0 ], [ 105216.0, 509177.0 ], [ 105191.0, 509190.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 25, "TNODE_": 25, "LPOLY_": 10, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103771.0, 508697.0 ], [ 103815.0, 508646.0 ], [ 103966.0, 508655.0 ], [ 104069.0, 508729.0 ], [ 104165.0, 508876.0 ], [ 104165.0, 508965.0 ], [ 104095.0, 508952.0 ], [ 103993.0, 508807.0 ], [ 103869.0, 508767.0 ], [ 103772.0, 508726.0 ], [ 103771.0, 508697.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 26, "TNODE_": 29, "LPOLY_": 8, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 101654.0, 508682.0 ], [ 100807.0, 508336.0 ], [ 100081.0, 508061.0 ], [ 99405.0, 507861.0 ], [ 98608.0, 507664.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 32, "TNODE_": 30, "LPOLY_": 6, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103224.0, 506301.0 ], [ 103242.0, 506319.0 ], [ 103255.0, 506337.0 ], [ 103269.0, 506373.0 ], [ 103282.0, 506422.0 ], [ 103278.0, 506467.0 ], [ 103246.0, 506504.0 ], [ 103210.0, 506535.0 ], [ 103160.0, 506562.0 ], [ 103138.0, 506588.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 28, "TNODE_": 30, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 109628.0, 507842.0 ], [ 109584.0, 507834.0 ], [ 109034.0, 507704.0 ], [ 108520.0, 507406.0 ], [ 107917.0, 506975.0 ], [ 107394.0, 506750.0 ], [ 106780.0, 506496.0 ], [ 106298.0, 506332.0 ], [ 105923.0, 506263.0 ], [ 105613.0, 506237.0 ], [ 105368.0, 506231.0 ], [ 105231.0, 506374.0 ], [ 105246.0, 506484.0 ], [ 105342.0, 506574.0 ], [ 105512.0, 506586.0 ], [ 105640.0, 506617.0 ], [ 105671.0, 506759.0 ], [ 105571.0, 507047.0 ], [ 105618.0, 507446.0 ], [ 105654.0, 507627.0 ], [ 105620.0, 507718.0 ], [ 105527.0, 507725.0 ], [ 105314.0, 507504.0 ], [ 105255.0, 507325.0 ], [ 105227.0, 507118.0 ], [ 105169.0, 506877.0 ], [ 105024.0, 506734.0 ], [ 104833.0, 506719.0 ], [ 104552.0, 506792.0 ], [ 104332.0, 506844.0 ], [ 104167.0, 506841.0 ], [ 104087.0, 506679.0 ], [ 103857.0, 506530.0 ], [ 103690.0, 506634.0 ], [ 103580.0, 506823.0 ], [ 103470.0, 506962.0 ], [ 103232.0, 506927.0 ], [ 103096.0, 506748.0 ], [ 103132.0, 506596.0 ], [ 103138.0, 506588.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 32, "TNODE_": 27, "LPOLY_": 8, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 103224.0, 506301.0 ], [ 103080.0, 506257.0 ], [ 103022.0, 506137.0 ], [ 102814.0, 506094.0 ], [ 102579.0, 506055.0 ], [ 102386.0, 505997.0 ], [ 102256.0, 505975.0 ], [ 102156.0, 506109.0 ], [ 102171.0, 506473.0 ], [ 102320.0, 506760.0 ], [ 102460.0, 507040.0 ], [ 102548.0, 507235.0 ], [ 102497.0, 507610.0 ], [ 102373.0, 507897.0 ], [ 102296.0, 508315.0 ], [ 102308.0, 508516.0 ], [ 102482.0, 508567.0 ], [ 102683.0, 508629.0 ], [ 102842.0, 508703.0 ], [ 103025.0, 508711.0 ], [ 103356.0, 508625.0 ], [ 103595.0, 508434.0 ], [ 103777.0, 508385.0 ], [ 103997.0, 508459.0 ], [ 104200.0, 508562.0 ], [ 104361.0, 508668.0 ], [ 104511.0, 508658.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 33, "TNODE_": 33, "LPOLY_": 11, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 105418.0, 506086.0 ], [ 105449.0, 505996.0 ], [ 105740.0, 505858.0 ], [ 106053.0, 505895.0 ], [ 106311.0, 505973.0 ], [ 106542.0, 506031.0 ], [ 106704.0, 506128.0 ], [ 106653.0, 506259.0 ], [ 106327.0, 506237.0 ], [ 105974.0, 506220.0 ], [ 105666.0, 506169.0 ], [ 105473.0, 506141.0 ], [ 105418.0, 506086.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 38, "TNODE_": 35, "LPOLY_": 12, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 102611.0, 504301.0 ], [ 102636.0, 504381.0 ], [ 102681.0, 504487.0 ], [ 102761.0, 504582.0 ], [ 102897.0, 504723.0 ], [ 102977.0, 504773.0 ], [ 103053.0, 504808.0 ], [ 103113.0, 504818.0 ], [ 103145.0, 504814.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 37, "TNODE_": 37, "LPOLY_": 13, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 105170.0, 504475.0 ], [ 105194.0, 504426.0 ], [ 105644.0, 504322.0 ], [ 106358.0, 504454.0 ], [ 106944.0, 504451.0 ], [ 107476.0, 504335.0 ], [ 107938.0, 504289.0 ], [ 108278.0, 504183.0 ], [ 108429.0, 504114.0 ], [ 108626.0, 504100.0 ], [ 108787.0, 504199.0 ], [ 108755.0, 504480.0 ], [ 108553.0, 504734.0 ], [ 108148.0, 504974.0 ], [ 107645.0, 505162.0 ], [ 107112.0, 505206.0 ], [ 106566.0, 505147.0 ], [ 106263.0, 505025.0 ], [ 105994.0, 504981.0 ], [ 105748.0, 505042.0 ], [ 105446.0, 505078.0 ], [ 105152.0, 504902.0 ], [ 104981.0, 504686.0 ], [ 105042.0, 504574.0 ], [ 105170.0, 504475.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 34, "TNODE_": 38, "LPOLY_": 12, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 109625.0, 505980.0 ], [ 109468.0, 506099.0 ], [ 108973.0, 506168.0 ], [ 108515.0, 506141.0 ], [ 108078.0, 506043.0 ], [ 107450.0, 505912.0 ], [ 107007.0, 505815.0 ], [ 106591.0, 505773.0 ], [ 106129.0, 505711.0 ], [ 105726.0, 505738.0 ], [ 105395.0, 505874.0 ], [ 105137.0, 506009.0 ], [ 104828.0, 506087.0 ], [ 104614.0, 506062.0 ], [ 104590.0, 505938.0 ], [ 104681.0, 505751.0 ], [ 104808.0, 505613.0 ], [ 104900.0, 505423.0 ], [ 104751.0, 505302.0 ], [ 104433.0, 505274.0 ], [ 104118.0, 505295.0 ], [ 103890.0, 505379.0 ], [ 103339.0, 505364.0 ], [ 103088.0, 505382.0 ], [ 102972.0, 505498.0 ], [ 102993.0, 505644.0 ], [ 103147.0, 505692.0 ], [ 103282.0, 505722.0 ], [ 103302.0, 505807.0 ], [ 103213.0, 505846.0 ], [ 103006.0, 505813.0 ], [ 102830.0, 505770.0 ], [ 102630.0, 505771.0 ], [ 102500.0, 505799.0 ], [ 102359.0, 505761.0 ], [ 102349.0, 505691.0 ], [ 102433.0, 505597.0 ], [ 102568.0, 505507.0 ], [ 102594.0, 505380.0 ], [ 102437.0, 505306.0 ], [ 102184.0, 505296.0 ], [ 102015.0, 505266.0 ], [ 101934.0, 505197.0 ], [ 101958.0, 505099.0 ], [ 102039.0, 504876.0 ], [ 102093.0, 504693.0 ], [ 102075.0, 504460.0 ], [ 101956.0, 504226.0 ], [ 101898.0, 504093.0 ], [ 101895.0, 503901.0 ], [ 101944.0, 503777.0 ], [ 102038.0, 503633.0 ], [ 102133.0, 503572.0 ], [ 102309.0, 503619.0 ], [ 102430.0, 503725.0 ], [ 102539.0, 503917.0 ], [ 102568.0, 504210.0 ], [ 102611.0, 504301.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 39, "TNODE_": 36, "LPOLY_": 14, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103023.0, 503830.0 ], [ 102893.0, 503814.0 ], [ 102683.0, 503686.0 ], [ 102491.0, 503599.0 ], [ 102320.0, 503502.0 ], [ 102153.0, 503476.0 ], [ 101988.0, 503555.0 ], [ 101709.0, 503540.0 ], [ 101524.0, 503441.0 ], [ 101349.0, 503521.0 ], [ 101282.0, 503689.0 ], [ 101337.0, 503933.0 ], [ 101220.0, 504166.0 ], [ 100935.0, 504435.0 ], [ 100404.0, 504646.0 ], [ 99934.0, 504734.0 ], [ 99493.0, 504783.0 ], [ 98378.0, 504704.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 40, "TNODE_": 41, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 104244.0, 502817.0 ], [ 104081.0, 502822.0 ], [ 103932.0, 502823.0 ], [ 103719.0, 502841.0 ], [ 103581.0, 502875.0 ], [ 103405.0, 502884.0 ], [ 103262.0, 502889.0 ], [ 103199.0, 502881.0 ], [ 103073.0, 502838.0 ], [ 102991.0, 502748.0 ], [ 102914.0, 502589.0 ], [ 102787.0, 502502.0 ], [ 102712.0, 502485.0 ], [ 102619.0, 502483.0 ], [ 102527.0, 502537.0 ], [ 102488.0, 502604.0 ], [ 102469.0, 502674.0 ], [ 102523.0, 502803.0 ], [ 102659.0, 502877.0 ], [ 102895.0, 502997.0 ], [ 103038.0, 503062.0 ], [ 103147.0, 503273.0 ], [ 103144.0, 503426.0 ], [ 103043.0, 503555.0 ], [ 102839.0, 503587.0 ], [ 102626.0, 503492.0 ], [ 102410.0, 503426.0 ], [ 102213.0, 503422.0 ], [ 102110.0, 503432.0 ], [ 101985.0, 503478.0 ], [ 101818.0, 503473.0 ], [ 101711.0, 503391.0 ], [ 101618.0, 503177.0 ], [ 101513.0, 503004.0 ], [ 101342.0, 502854.0 ], [ 101230.0, 502738.0 ], [ 101070.0, 502631.0 ], [ 100679.0, 502639.0 ], [ 100216.0, 502597.0 ], [ 99868.0, 502623.0 ], [ 99343.0, 502679.0 ], [ 98343.0, 502803.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 40, "TNODE_": 42, "LPOLY_": 14, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 104244.0, 502817.0 ], [ 104403.0, 502837.0 ], [ 104481.0, 502826.0 ], [ 104605.0, 502792.0 ], [ 104684.0, 502747.0 ], [ 104717.0, 502669.0 ], [ 104728.0, 502523.0 ], [ 104672.0, 502433.0 ], [ 104627.0, 502354.0 ], [ 104582.0, 502332.0 ], [ 104526.0, 502321.0 ], [ 104425.0, 502321.0 ], [ 104369.0, 502354.0 ], [ 104329.0, 502390.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 39, "TNODE_": 44, "LPOLY_": 8, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 103023.0, 503830.0 ], [ 103280.0, 503859.0 ], [ 103561.0, 503848.0 ], [ 103752.0, 503758.0 ], [ 103976.0, 503702.0 ], [ 104279.0, 503612.0 ], [ 104560.0, 503567.0 ], [ 104886.0, 503545.0 ], [ 105020.0, 503500.0 ], [ 105245.0, 503387.0 ], [ 105380.0, 503275.0 ], [ 105481.0, 503084.0 ], [ 105503.0, 502905.0 ], [ 105391.0, 502579.0 ], [ 105267.0, 502366.0 ], [ 105121.0, 502220.0 ], [ 104964.0, 502152.0 ], [ 104818.0, 502062.0 ], [ 104661.0, 501984.0 ], [ 104526.0, 501984.0 ], [ 104414.0, 502006.0 ], [ 104336.0, 502038.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 35, "TNODE_": 45, "LPOLY_": 12, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103145.0, 504814.0 ], [ 103283.0, 504851.0 ], [ 103474.0, 504853.0 ], [ 103785.0, 504788.0 ], [ 103961.0, 504773.0 ], [ 104130.0, 504754.0 ], [ 104336.0, 504568.0 ], [ 104414.0, 504462.0 ], [ 104541.0, 504200.0 ], [ 104618.0, 504098.0 ], [ 104741.0, 504030.0 ], [ 105030.0, 503964.0 ], [ 105224.0, 503935.0 ], [ 105446.0, 503905.0 ], [ 105643.0, 503806.0 ], [ 105889.0, 503638.0 ], [ 106057.0, 503472.0 ], [ 106143.0, 503302.0 ], [ 106212.0, 503110.0 ], [ 106258.0, 502869.0 ], [ 106223.0, 502639.0 ], [ 106084.0, 502446.0 ], [ 105904.0, 502247.0 ], [ 105653.0, 502060.0 ], [ 105374.0, 501865.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 46, "TNODE_": 44, "LPOLY_": 14, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 104302.0, 501797.0 ], [ 104087.0, 501823.0 ], [ 103879.0, 501807.0 ], [ 103672.0, 501863.0 ], [ 103536.0, 501976.0 ], [ 103545.0, 502116.0 ], [ 103629.0, 502224.0 ], [ 103774.0, 502293.0 ], [ 104052.0, 502224.0 ], [ 104332.0, 502039.0 ], [ 104336.0, 502038.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 45, "TNODE_": 47, "LPOLY_": 12, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 105374.0, 501865.0 ], [ 105253.0, 501709.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 48, "TNODE_": 42, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 104266.0, 501644.0 ], [ 104137.0, 501724.0 ], [ 103974.0, 501714.0 ], [ 103813.0, 501673.0 ], [ 103659.0, 501685.0 ], [ 103498.0, 501766.0 ], [ 103402.0, 501933.0 ], [ 103421.0, 502172.0 ], [ 103559.0, 502389.0 ], [ 103758.0, 502533.0 ], [ 103887.0, 502591.0 ], [ 104023.0, 502592.0 ], [ 104159.0, 502510.0 ], [ 104245.0, 502428.0 ], [ 104329.0, 502390.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 47, "TNODE_": 49, "LPOLY_": 12, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 105253.0, 501709.0 ], [ 105202.0, 501639.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 49, "TNODE_": 51, "LPOLY_": 12, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 105202.0, 501639.0 ], [ 105193.0, 501467.0 ], [ 105389.0, 501262.0 ], [ 105676.0, 501126.0 ], [ 105878.0, 500965.0 ], [ 106139.0, 500823.0 ], [ 106174.0, 500811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 54, "TNODE_": 53, "LPOLY_": 14, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 105663.0, 500778.0 ], [ 105567.0, 500815.0 ], [ 105455.0, 500793.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 46, "TNODE_": 53, "LPOLY_": 8, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 104302.0, 501797.0 ], [ 104521.0, 501669.0 ], [ 104639.0, 501577.0 ], [ 104744.0, 501433.0 ], [ 104822.0, 501263.0 ], [ 104835.0, 501040.0 ], [ 104848.0, 500949.0 ], [ 104901.0, 500844.0 ], [ 105045.0, 500752.0 ], [ 105124.0, 500726.0 ], [ 105215.0, 500726.0 ], [ 105455.0, 500793.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 55, "TNODE_": 56, "LPOLY_": 17, "RPOLY_": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 102338.0, 500553.0 ], [ 102328.0, 500570.0 ], [ 102331.0, 500685.0 ], [ 102322.0, 500849.0 ], [ 102322.0, 501022.0 ], [ 102373.0, 501120.0 ], [ 102380.0, 501322.0 ], [ 102433.0, 501459.0 ], [ 102569.0, 501508.0 ], [ 102740.0, 501420.0 ], [ 102810.0, 501328.0 ], [ 102869.0, 501139.0 ], [ 102788.0, 501078.0 ], [ 102619.0, 501079.0 ], [ 102525.0, 500936.0 ], [ 102437.0, 500822.0 ], [ 102393.0, 500738.0 ], [ 102361.0, 500628.0 ], [ 102343.0, 500545.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 56, "TNODE_": 55, "LPOLY_": 17, "RPOLY_": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 102343.0, 500545.0 ], [ 102338.0, 500553.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 57, "TNODE_": 57, "LPOLY_": 16, "RPOLY_": 17 }, "geometry": { "type": "LineString", "coordinates": [ [ 102352.0, 500522.0 ], [ 102303.0, 500561.0 ], [ 102295.0, 500685.0 ], [ 102284.0, 500785.0 ], [ 102287.0, 500953.0 ], [ 102223.0, 501125.0 ], [ 102192.0, 501238.0 ], [ 102236.0, 501392.0 ], [ 102290.0, 501524.0 ], [ 102250.0, 501660.0 ], [ 101971.0, 501733.0 ], [ 101776.0, 501748.0 ], [ 101679.0, 501827.0 ], [ 101644.0, 501897.0 ], [ 101688.0, 502035.0 ], [ 101811.0, 502094.0 ], [ 101912.0, 502156.0 ], [ 101935.0, 502311.0 ], [ 101866.0, 502391.0 ], [ 101759.0, 502453.0 ], [ 101687.0, 502520.0 ], [ 101694.0, 502577.0 ], [ 101903.0, 502595.0 ], [ 102051.0, 502522.0 ], [ 102199.0, 502349.0 ], [ 102291.0, 502186.0 ], [ 102431.0, 502098.0 ], [ 102519.0, 502098.0 ], [ 102613.0, 502111.0 ], [ 102687.0, 502118.0 ], [ 102769.0, 502068.0 ], [ 102820.0, 501994.0 ], [ 102936.0, 501909.0 ], [ 103014.0, 501859.0 ], [ 103080.0, 501751.0 ], [ 103132.0, 501611.0 ], [ 103182.0, 501507.0 ], [ 103167.0, 501355.0 ], [ 103142.0, 501235.0 ], [ 103150.0, 501079.0 ], [ 103225.0, 500926.0 ], [ 103251.0, 500834.0 ], [ 103279.0, 500661.0 ], [ 103298.0, 500448.0 ], [ 103273.0, 500391.0 ], [ 103226.0, 500374.0 ], [ 103184.0, 500505.0 ], [ 103172.0, 500671.0 ], [ 103154.0, 500793.0 ], [ 103078.0, 500889.0 ], [ 102985.0, 500900.0 ], [ 102753.0, 500822.0 ], [ 102693.0, 500931.0 ], [ 102576.0, 500921.0 ], [ 102491.0, 500842.0 ], [ 102442.0, 500763.0 ], [ 102400.0, 500671.0 ], [ 102372.0, 500569.0 ], [ 102352.0, 500522.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 58, "TNODE_": 59, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 104556.0, 500424.0 ], [ 104593.0, 500523.0 ], [ 104645.0, 500571.0 ], [ 104684.0, 500571.0 ], [ 104719.0, 500514.0 ], [ 104766.0, 500419.0 ], [ 104760.0, 500374.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 52, "TNODE_": 62, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 103847.0, 500794.0 ], [ 103980.0, 500692.0 ], [ 104059.0, 500614.0 ], [ 104150.0, 500436.0 ], [ 104185.0, 500358.0 ], [ 104215.0, 500275.0 ], [ 104244.0, 500207.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 60, "TNODE_": 63, "LPOLY_": 14, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103957.0, 500334.0 ], [ 103993.0, 500354.0 ], [ 104024.0, 500358.0 ], [ 104059.0, 500340.0 ], [ 104072.0, 500293.0 ], [ 104076.0, 500262.0 ], [ 104072.0, 500190.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 64, "TNODE_": 64, "LPOLY_": 22, "RPOLY_": 23 }, "geometry": { "type": "LineString", "coordinates": [ [ 104573.0, 499212.0 ], [ 104532.0, 499226.0 ], [ 104478.0, 499332.0 ], [ 104468.0, 499436.0 ], [ 104413.0, 499614.0 ], [ 104413.0, 499787.0 ], [ 104441.0, 499881.0 ], [ 104500.0, 499974.0 ], [ 104527.0, 500039.0 ], [ 104564.0, 500081.0 ], [ 104569.0, 500034.0 ], [ 104548.0, 499912.0 ], [ 104535.0, 499737.0 ], [ 104527.0, 499542.0 ], [ 104563.0, 499410.0 ], [ 104597.0, 499316.0 ], [ 104613.0, 499249.0 ], [ 104573.0, 499212.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 59, "TNODE_": 65, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 104760.0, 500374.0 ], [ 104766.0, 500365.0 ], [ 104796.0, 500139.0 ], [ 104705.0, 499865.0 ], [ 104685.0, 499616.0 ], [ 104749.0, 499417.0 ], [ 104907.0, 499240.0 ], [ 105069.0, 499144.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 66, "TNODE_": 66, "LPOLY_": 16, "RPOLY_": 24 }, "geometry": { "type": "LineString", "coordinates": [ [ 103069.0, 499109.0 ], [ 103013.0, 499114.0 ], [ 102949.0, 499213.0 ], [ 102861.0, 499315.0 ], [ 102766.0, 499440.0 ], [ 102781.0, 499537.0 ], [ 102872.0, 499569.0 ], [ 103011.0, 499540.0 ], [ 103118.0, 499458.0 ], [ 103152.0, 499286.0 ], [ 103152.0, 499182.0 ], [ 103118.0, 499115.0 ], [ 103069.0, 499109.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 68, "TNODE_": 61, "LPOLY_": 20, "RPOLY_": 19 }, "geometry": { "type": "LineString", "coordinates": [ [ 98270.0, 498780.0 ], [ 99214.0, 499677.0 ], [ 99661.0, 499816.0 ], [ 99978.0, 500020.0 ], [ 100038.0, 500342.0 ], [ 99781.0, 500615.0 ], [ 99406.0, 500656.0 ], [ 98298.0, 500298.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 69, "TNODE_": 67, "LPOLY_": 22, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105190.0, 498637.0 ], [ 105175.0, 498695.0 ], [ 105130.0, 498896.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 69, "TNODE_": 70, "LPOLY_": 21, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 105190.0, 498637.0 ], [ 105195.0, 498620.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 70, "TNODE_": 71, "LPOLY_": 21, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 105195.0, 498620.0 ], [ 105156.0, 498510.0 ], [ 105143.0, 498504.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 71, "TNODE_": 72, "LPOLY_": 21, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 105143.0, 498504.0 ], [ 105109.0, 498488.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 72, "TNODE_": 67, "LPOLY_": 21, "RPOLY_": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ 105109.0, 498488.0 ], [ 105074.0, 498529.0 ], [ 105066.0, 498645.0 ], [ 104920.0, 498845.0 ], [ 104780.0, 498996.0 ], [ 104578.0, 499109.0 ], [ 104468.0, 499168.0 ], [ 104418.0, 499255.0 ], [ 104383.0, 499413.0 ], [ 104361.0, 499604.0 ], [ 104361.0, 499771.0 ], [ 104412.0, 499917.0 ], [ 104494.0, 500053.0 ], [ 104637.0, 500305.0 ], [ 104661.0, 500326.0 ], [ 104699.0, 500286.0 ], [ 104630.0, 499910.0 ], [ 104602.0, 499702.0 ], [ 104609.0, 499509.0 ], [ 104717.0, 499288.0 ], [ 104850.0, 499168.0 ], [ 105015.0, 499036.0 ], [ 105130.0, 498896.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 65, "TNODE_": 73, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105069.0, 499144.0 ], [ 105163.0, 499099.0 ], [ 105203.0, 499019.0 ], [ 105253.0, 498888.0 ], [ 105294.0, 498747.0 ], [ 105273.0, 498657.0 ], [ 105245.0, 498426.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 73, "TNODE_": 74, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105245.0, 498426.0 ], [ 105221.0, 498318.0 ], [ 105209.0, 498243.0 ], [ 105123.0, 498196.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 74, "TNODE_": 58, "LPOLY_": 15, "RPOLY_": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ 105123.0, 498196.0 ], [ 105038.0, 498255.0 ], [ 104920.0, 498632.0 ], [ 104715.0, 498850.0 ], [ 104476.0, 498938.0 ], [ 104355.0, 499084.0 ], [ 104259.0, 499411.0 ], [ 104252.0, 499720.0 ], [ 104308.0, 499980.0 ], [ 104428.0, 500134.0 ], [ 104531.0, 500324.0 ], [ 104556.0, 500424.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 48, "TNODE_": 75, "LPOLY_": 14, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 104266.0, 501644.0 ], [ 104351.0, 501499.0 ], [ 104403.0, 501263.0 ], [ 104521.0, 501080.0 ], [ 104665.0, 500870.0 ], [ 104875.0, 500634.0 ], [ 105163.0, 500346.0 ], [ 105359.0, 499940.0 ], [ 105490.0, 499573.0 ], [ 105569.0, 499272.0 ], [ 105569.0, 498866.0 ], [ 105516.0, 498565.0 ], [ 105490.0, 498342.0 ], [ 105438.0, 498146.0 ], [ 105402.0, 498020.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 54, "TNODE_": 76, "LPOLY_": 8, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 105663.0, 500778.0 ], [ 105778.0, 500660.0 ], [ 105896.0, 500569.0 ], [ 106067.0, 500451.0 ], [ 106250.0, 500359.0 ], [ 106735.0, 500097.0 ], [ 106905.0, 500019.0 ], [ 107036.0, 499940.0 ], [ 107088.0, 499875.0 ], [ 107101.0, 499757.0 ], [ 107036.0, 499639.0 ], [ 106826.0, 499442.0 ], [ 106708.0, 499416.0 ], [ 106499.0, 499403.0 ], [ 106355.0, 499455.0 ], [ 106250.0, 499547.0 ], [ 106171.0, 499613.0 ], [ 106027.0, 499626.0 ], [ 105949.0, 499626.0 ], [ 105870.0, 499573.0 ], [ 105818.0, 499468.0 ], [ 105818.0, 499364.0 ], [ 105962.0, 499220.0 ], [ 106014.0, 499089.0 ], [ 106014.0, 498945.0 ], [ 105988.0, 498696.0 ], [ 105936.0, 498447.0 ], [ 105857.0, 498277.0 ], [ 105726.0, 498093.0 ], [ 105634.0, 497936.0 ], [ 105556.0, 497844.0 ], [ 105510.0, 497802.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 62, "TNODE_": 75, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 104244.0, 500207.0 ], [ 104214.0, 500110.0 ], [ 104153.0, 499879.0 ], [ 104081.0, 499744.0 ], [ 104067.0, 499506.0 ], [ 104031.0, 499175.0 ], [ 104074.0, 498936.0 ], [ 104190.0, 498678.0 ], [ 104315.0, 498562.0 ], [ 104528.0, 498439.0 ], [ 104677.0, 498365.0 ], [ 104830.0, 498167.0 ], [ 104897.0, 497942.0 ], [ 104911.0, 497727.0 ], [ 104972.0, 497585.0 ], [ 105074.0, 497521.0 ], [ 105181.0, 497547.0 ], [ 105302.0, 497779.0 ], [ 105402.0, 498020.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 77, "TNODE_": 50, "LPOLY_": 19, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 98245.0, 497407.0 ], [ 99043.0, 498012.0 ], [ 99208.0, 498237.0 ], [ 99493.0, 498505.0 ], [ 99805.0, 498648.0 ], [ 100154.0, 498716.0 ], [ 100375.0, 498775.0 ], [ 100531.0, 498877.0 ], [ 100571.0, 499106.0 ], [ 100510.0, 499427.0 ], [ 100632.0, 499724.0 ], [ 100992.0, 499915.0 ], [ 101316.0, 499959.0 ], [ 101616.0, 499929.0 ], [ 101865.0, 499982.0 ], [ 101940.0, 500139.0 ], [ 101795.0, 500275.0 ], [ 101679.0, 500392.0 ], [ 101644.0, 500628.0 ], [ 101414.0, 500787.0 ], [ 100950.0, 500893.0 ], [ 100539.0, 500979.0 ], [ 100108.0, 501075.0 ], [ 99870.0, 501223.0 ], [ 99582.0, 501409.0 ], [ 99226.0, 501508.0 ], [ 98319.0, 501478.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 51, "TNODE_": 78, "LPOLY_": 12, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 106174.0, 500811.0 ], [ 106424.0, 500592.0 ], [ 106510.0, 500392.0 ], [ 106638.0, 500234.0 ], [ 106881.0, 500120.0 ], [ 106996.0, 500049.0 ], [ 107224.0, 500049.0 ], [ 107367.0, 499977.0 ], [ 107382.0, 499777.0 ], [ 107282.0, 499577.0 ], [ 107210.0, 499119.0 ], [ 107296.0, 498790.0 ], [ 107653.0, 498233.0 ], [ 108869.0, 497232.0 ], [ 109778.0, 496888.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 79, "TNODE_": 43, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 98235.0, 496857.0 ], [ 99501.0, 497841.0 ], [ 99824.0, 498245.0 ], [ 100286.0, 498539.0 ], [ 100658.0, 498708.0 ], [ 100820.0, 498871.0 ], [ 100734.0, 499126.0 ], [ 100729.0, 499442.0 ], [ 100981.0, 499716.0 ], [ 101318.0, 499838.0 ], [ 101809.0, 499800.0 ], [ 102179.0, 499668.0 ], [ 102423.0, 499564.0 ], [ 102568.0, 499364.0 ], [ 102748.0, 499101.0 ], [ 102894.0, 499040.0 ], [ 103009.0, 498996.0 ], [ 103087.0, 498919.0 ], [ 103189.0, 498947.0 ], [ 103219.0, 499115.0 ], [ 103206.0, 499377.0 ], [ 103124.0, 499521.0 ], [ 103038.0, 499596.0 ], [ 102796.0, 499679.0 ], [ 102511.0, 499749.0 ], [ 102329.0, 499839.0 ], [ 102207.0, 499958.0 ], [ 102153.0, 500167.0 ], [ 102027.0, 500278.0 ], [ 101905.0, 500421.0 ], [ 101880.0, 500565.0 ], [ 101963.0, 500764.0 ], [ 102094.0, 500873.0 ], [ 102169.0, 500911.0 ], [ 102238.0, 500870.0 ], [ 102235.0, 500654.0 ], [ 102242.0, 500545.0 ], [ 102258.0, 500496.0 ], [ 102340.0, 500451.0 ], [ 102388.0, 500471.0 ], [ 102401.0, 500571.0 ], [ 102442.0, 500739.0 ], [ 102509.0, 500797.0 ], [ 102552.0, 500864.0 ], [ 102617.0, 500839.0 ], [ 102565.0, 500486.0 ], [ 102606.0, 500374.0 ], [ 102690.0, 500365.0 ], [ 102760.0, 500493.0 ], [ 102791.0, 500629.0 ], [ 102828.0, 500694.0 ], [ 102907.0, 500771.0 ], [ 102993.0, 500783.0 ], [ 103086.0, 500633.0 ], [ 103120.0, 500399.0 ], [ 103193.0, 500294.0 ], [ 103253.0, 500254.0 ], [ 103333.0, 500293.0 ], [ 103367.0, 500465.0 ], [ 103381.0, 500639.0 ], [ 103461.0, 500846.0 ], [ 103479.0, 501019.0 ], [ 103499.0, 501150.0 ], [ 103662.0, 501308.0 ], [ 103698.0, 501412.0 ], [ 103578.0, 501491.0 ], [ 103418.0, 501626.0 ], [ 103355.0, 501712.0 ], [ 103270.0, 501850.0 ], [ 103221.0, 502050.0 ], [ 103194.0, 502213.0 ], [ 103105.0, 502326.0 ], [ 102952.0, 502347.0 ], [ 102684.0, 502250.0 ], [ 102445.0, 502276.0 ], [ 102304.0, 502386.0 ], [ 102248.0, 502562.0 ], [ 102284.0, 502697.0 ], [ 102358.0, 502799.0 ], [ 102524.0, 502917.0 ], [ 102734.0, 503042.0 ], [ 102867.0, 503164.0 ], [ 102933.0, 503252.0 ], [ 102938.0, 503364.0 ], [ 102805.0, 503426.0 ], [ 102592.0, 503316.0 ], [ 102424.0, 503293.0 ], [ 102276.0, 503348.0 ], [ 102104.0, 503402.0 ], [ 101978.0, 503425.0 ], [ 101841.0, 503414.0 ], [ 101732.0, 503236.0 ], [ 101614.0, 503033.0 ], [ 101512.0, 502898.0 ], [ 101384.0, 502794.0 ], [ 101355.0, 502714.0 ], [ 101416.0, 502552.0 ], [ 101529.0, 502452.0 ], [ 101671.0, 502384.0 ], [ 101755.0, 502339.0 ], [ 101789.0, 502269.0 ], [ 101749.0, 502105.0 ], [ 101591.0, 502080.0 ], [ 101477.0, 502071.0 ], [ 101380.0, 501936.0 ], [ 101375.0, 501785.0 ], [ 101496.0, 501654.0 ], [ 101638.0, 501514.0 ], [ 101732.0, 501333.0 ], [ 101752.0, 501147.0 ], [ 101600.0, 501014.0 ], [ 101440.0, 501013.0 ], [ 101311.0, 501083.0 ], [ 101261.0, 501172.0 ], [ 101175.0, 501458.0 ], [ 101015.0, 501733.0 ], [ 100616.0, 501895.0 ], [ 100178.0, 501990.0 ], [ 99740.0, 502129.0 ], [ 99370.0, 502153.0 ], [ 98330.0, 502080.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 63, "TNODE_": 76, "LPOLY_": 14, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 104072.0, 500190.0 ], [ 103975.0, 499862.0 ], [ 103902.0, 499558.0 ], [ 103850.0, 499144.0 ], [ 103871.0, 498765.0 ], [ 103982.0, 498436.0 ], [ 104148.0, 498237.0 ], [ 104357.0, 498129.0 ], [ 104589.0, 498029.0 ], [ 104704.0, 497772.0 ], [ 104770.0, 497517.0 ], [ 104741.0, 497297.0 ], [ 104814.0, 497073.0 ], [ 104985.0, 496931.0 ], [ 105165.0, 496862.0 ], [ 105298.0, 496843.0 ], [ 105443.0, 496958.0 ], [ 105344.0, 497197.0 ], [ 105300.0, 497453.0 ], [ 105322.0, 497651.0 ], [ 105480.0, 497801.0 ], [ 105510.0, 497802.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 81, "TNODE_": 52, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 99285.0, 496418.0 ], [ 99729.0, 497034.0 ], [ 100002.0, 497555.0 ], [ 100420.0, 498115.0 ], [ 100911.0, 498574.0 ], [ 101425.0, 498804.0 ], [ 102037.0, 498874.0 ], [ 102399.0, 498908.0 ], [ 102664.0, 498882.0 ], [ 102911.0, 498788.0 ], [ 103055.0, 498686.0 ], [ 103117.0, 498606.0 ], [ 103251.0, 498542.0 ], [ 103382.0, 498567.0 ], [ 103388.0, 498750.0 ], [ 103323.0, 499018.0 ], [ 103339.0, 499322.0 ], [ 103254.0, 499543.0 ], [ 103044.0, 499719.0 ], [ 102811.0, 499873.0 ], [ 102743.0, 499948.0 ], [ 102455.0, 500109.0 ], [ 102354.0, 500209.0 ], [ 102347.0, 500326.0 ], [ 102441.0, 500435.0 ], [ 102435.0, 500513.0 ], [ 102445.0, 500622.0 ], [ 102478.0, 500729.0 ], [ 102523.0, 500748.0 ], [ 102562.0, 500692.0 ], [ 102536.0, 500587.0 ], [ 102525.0, 500430.0 ], [ 102555.0, 500288.0 ], [ 102659.0, 500211.0 ], [ 102716.0, 500200.0 ], [ 102805.0, 500253.0 ], [ 102891.0, 500335.0 ], [ 103039.0, 500295.0 ], [ 103131.0, 500225.0 ], [ 103237.0, 500148.0 ], [ 103328.0, 500095.0 ], [ 103465.0, 500155.0 ], [ 103536.0, 500201.0 ], [ 103556.0, 500326.0 ], [ 103508.0, 500468.0 ], [ 103482.0, 500599.0 ], [ 103503.0, 500727.0 ], [ 103647.0, 500816.0 ], [ 103780.0, 500818.0 ], [ 103847.0, 500794.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 82, "TNODE_": 60, "LPOLY_": 14, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 100028.0, 496412.0 ], [ 100113.0, 496567.0 ], [ 100291.0, 497020.0 ], [ 100531.0, 497420.0 ], [ 101102.0, 498094.0 ], [ 101528.0, 498388.0 ], [ 101899.0, 498560.0 ], [ 102274.0, 498590.0 ], [ 102602.0, 498586.0 ], [ 102919.0, 498500.0 ], [ 103159.0, 498420.0 ], [ 103371.0, 498441.0 ], [ 103530.0, 498530.0 ], [ 103556.0, 498784.0 ], [ 103486.0, 499107.0 ], [ 103514.0, 499347.0 ], [ 103554.0, 499657.0 ], [ 103687.0, 499944.0 ], [ 103822.0, 500221.0 ], [ 103929.0, 500317.0 ], [ 103957.0, 500334.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_interpolation_points.geojson new file mode 100644 index 0000000..8fcaa60 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_interpolation_points.geojson @@ -0,0 +1,1436 @@ +{ +"type": "FeatureCollection", +"name": "TS22_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104908.0, 515482.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 515474.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104813.0, 515360.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104779.0, 515272.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104791.0, 515172.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 515075.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 514954.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 514857.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 514862.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105079.0, 514959.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 515100.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 515239.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 515328.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104995.0, 515467.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104932.0, 515501.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104908.0, 515482.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 513417.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104711.0, 513517.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104811.0, 513692.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 513818.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104961.0, 513993.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 514118.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104636.0, 514268.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 514468.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 514819.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 515979.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 512785.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 512786.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 512945.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104687.0, 513204.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 513417.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 512785.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 512741.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 512691.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 512791.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102609.0, 512842.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 512816.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 512741.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99470.0, 512798.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 513364.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 513480.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 513588.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104682.0, 513678.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104772.0, 513776.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 513884.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104772.0, 514010.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 514100.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 514189.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104323.0, 514234.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 514252.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514306.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 514414.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 514467.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 514467.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 514432.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 514279.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 514055.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100752.0, 513848.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99637.0, 513793.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 512984.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 513174.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 513364.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 512984.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 512892.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 512942.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 513017.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 513042.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 513042.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101057.0, 512992.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99512.0, 513048.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108048.0, 512305.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108254.0, 512558.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 512891.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109031.0, 513129.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109591.0, 513319.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 511885.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 512116.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 512191.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 512241.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 512316.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100331.0, 512441.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 99406.0, 512416.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 511885.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 511838.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 511664.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 511576.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 511526.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 511521.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 511603.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 511757.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 511973.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 512246.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104636.0, 512562.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 512853.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104975.0, 513030.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 513256.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107147.0, 511156.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 511311.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107519.0, 511545.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 511899.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108048.0, 512305.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 513256.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 513351.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105686.0, 513430.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 513525.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106368.0, 513541.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 513541.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106685.0, 513494.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106732.0, 513288.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106653.0, 513129.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 512083.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 511560.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 511243.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 511036.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106177.0, 510941.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106257.0, 510910.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 510910.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 510957.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106859.0, 511005.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107018.0, 511052.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107147.0, 511156.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 512712.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 512615.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104844.0, 512459.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104777.0, 512245.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104753.0, 511981.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104711.0, 511781.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 511660.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104586.0, 511545.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 511486.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104853.0, 511547.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105012.0, 511689.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105011.0, 511757.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104907.0, 511872.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104959.0, 512217.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105035.0, 512388.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105117.0, 512508.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 512603.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 512712.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 510189.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100782.0, 510063.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 100081.0, 509963.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 99355.0, 509888.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 98988.0, 509927.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 509678.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 509766.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 509917.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 509988.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102885.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 510134.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510118.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103296.0, 510133.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103395.0, 510275.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 510425.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 510553.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 510718.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 510807.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 510772.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 510662.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 510556.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 510443.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 509170.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 509169.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 509249.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 509678.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103427.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 509143.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103281.0, 509159.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 509170.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 509190.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 509181.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104756.0, 509033.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 509054.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 509365.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104707.0, 509559.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104885.0, 509877.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 509990.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104659.0, 510010.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 509835.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104030.0, 509474.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103884.0, 509311.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103835.0, 509095.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 508928.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 508933.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 509097.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103427.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 508658.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 508664.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104807.0, 508701.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 508738.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105117.0, 508812.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 508911.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105358.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 509134.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105271.0, 509171.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105216.0, 509177.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 509190.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 506301.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 506319.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 506337.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 506373.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 506422.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103246.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 506535.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 506562.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 506588.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109628.0, 507842.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109584.0, 507834.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109034.0, 507704.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108520.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107917.0, 506975.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107394.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106780.0, 506496.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106298.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105923.0, 506263.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105368.0, 506231.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 506374.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105246.0, 506484.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105342.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 506586.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105640.0, 506617.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105671.0, 506759.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105571.0, 507047.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 507446.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 507627.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 507718.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 507725.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105314.0, 507504.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 507325.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105227.0, 507118.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 506877.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 506719.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 506792.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 506844.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 506679.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 506530.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 506634.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103580.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 506927.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 506588.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 506301.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 506257.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 506137.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 506094.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102579.0, 506055.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 505997.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 505975.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102156.0, 506109.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 506473.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 506760.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 507040.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102497.0, 507610.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102373.0, 507897.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102326.0, 508148.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 508315.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102482.0, 508567.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 508629.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 508703.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 508711.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103509.0, 508504.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 508434.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103777.0, 508385.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 508459.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 508562.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 508658.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 508682.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 508996.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 508992.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 509149.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 509450.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102158.0, 509488.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 508682.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 508336.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100081.0, 508061.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99405.0, 507861.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 98608.0, 507664.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102158.0, 509488.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101933.0, 509538.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 509613.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100682.0, 509588.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99856.0, 509688.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99280.0, 509713.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 98942.0, 509655.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 508697.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 508646.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 508655.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104069.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104165.0, 508876.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104165.0, 508965.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 508952.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 508807.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 508767.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 508726.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 508697.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105418.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 505996.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106053.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106311.0, 505973.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106542.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106704.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106653.0, 506259.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106327.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105974.0, 506220.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 506169.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105418.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106174.0, 500811.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 500592.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500392.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106638.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106881.0, 500120.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106996.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107224.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107367.0, 499977.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107382.0, 499777.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107282.0, 499577.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107210.0, 499119.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107296.0, 498790.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107653.0, 498233.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108869.0, 497232.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109284.0, 497074.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109778.0, 496888.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 504814.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 504851.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 504853.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 504773.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 504754.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 504568.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 504462.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 504200.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 504098.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104741.0, 504030.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105030.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105224.0, 503935.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 503905.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 503806.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105889.0, 503638.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106143.0, 503302.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106212.0, 503110.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 502869.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 502639.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106084.0, 502446.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 502247.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105653.0, 502060.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 501865.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 501865.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105344.0, 501826.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105218.0, 501661.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105202.0, 501639.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105202.0, 501639.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105193.0, 501467.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 501262.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105676.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105878.0, 500965.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106174.0, 500811.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 504301.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 504381.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 504487.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 504582.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 504723.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 504773.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 504808.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 504818.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 504814.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109625.0, 505980.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 109468.0, 506099.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108973.0, 506168.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108515.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 108078.0, 506043.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 107007.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106591.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 106129.0, 505711.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 505874.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 105137.0, 506009.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104828.0, 506087.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 506062.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104590.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 505751.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 505613.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 505423.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104751.0, 505302.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104433.0, 505274.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 505295.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 505379.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 505372.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 505364.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 505382.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 505644.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 505692.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 103006.0, 505813.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 505771.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 505597.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505380.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 505306.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 505296.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 505266.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101934.0, 505197.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 505099.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 504876.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 504460.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101956.0, 504226.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101898.0, 504093.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101895.0, 503901.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 101944.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 503633.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 503572.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102309.0, 503619.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102430.0, 503725.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102539.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 504210.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 504301.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 504475.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 504426.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 504322.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105927.0, 504375.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106358.0, 504454.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106944.0, 504451.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107476.0, 504335.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107938.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108278.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108429.0, 504114.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108626.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108787.0, 504199.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 504480.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108553.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 108148.0, 504974.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107645.0, 505162.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 107112.0, 505206.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106566.0, 505147.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 106263.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 504981.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 505042.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 505078.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 504902.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 504686.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105042.0, 504574.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.0 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 504475.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 503830.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 503859.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 503848.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103752.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103976.0, 503702.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104279.0, 503612.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 503567.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 503545.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 503500.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105245.0, 503387.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 503275.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 503084.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 502579.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 502366.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 502220.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104964.0, 502152.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104818.0, 502062.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 501984.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 501984.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 502006.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 502038.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 500190.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103975.0, 499862.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 499558.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 499144.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 498765.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 498436.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 498237.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104357.0, 498129.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104589.0, 498029.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 497772.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104770.0, 497517.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104741.0, 497297.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104814.0, 497073.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 496931.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105165.0, 496862.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 496843.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105443.0, 496958.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105344.0, 497197.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 497453.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 497651.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 497802.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 501797.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 501823.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 501807.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 501976.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 502116.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 502293.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 502039.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 502038.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100028.0, 496412.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100113.0, 496567.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100291.0, 497020.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100531.0, 497420.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100776.0, 497708.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101102.0, 498094.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 498388.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101899.0, 498560.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102274.0, 498590.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 498586.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 498420.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 498441.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 498530.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 498784.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 499107.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 499347.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103554.0, 499657.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 499944.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 500221.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 500334.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105663.0, 500778.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105567.0, 500815.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 500793.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 501797.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 501577.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104744.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 501040.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 500949.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104901.0, 500844.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105045.0, 500752.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105124.0, 500726.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105215.0, 500726.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 500752.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 500793.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 500334.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 500354.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 500358.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 500340.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 500293.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 500262.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 500190.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105663.0, 500778.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105778.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105896.0, 500569.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 500359.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106564.0, 500189.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106735.0, 500097.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106905.0, 500019.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107036.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107088.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107101.0, 499757.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107036.0, 499639.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 499442.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 499416.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106499.0, 499403.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106355.0, 499455.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 499547.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106171.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106027.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105949.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105870.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105818.0, 499468.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105818.0, 499364.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105870.0, 499311.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105962.0, 499220.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106014.0, 499089.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106014.0, 498945.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 498696.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 498447.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 498277.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 497936.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 497844.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 497802.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 503830.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 503814.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 503686.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102491.0, 503599.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 503502.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 503476.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101988.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101709.0, 503540.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101524.0, 503441.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 503521.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101282.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101337.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 101220.0, 504166.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100935.0, 504435.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 100404.0, 504646.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99934.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 99493.0, 504783.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 98378.0, 504704.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 502817.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 502837.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 502826.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104605.0, 502792.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 502669.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 502523.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104672.0, 502433.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 502354.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 502332.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 502354.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104329.0, 502390.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99285.0, 496418.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99729.0, 497034.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100002.0, 497555.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 498115.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100911.0, 498574.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101425.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102037.0, 498874.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 498908.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 498882.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 498788.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103055.0, 498686.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 498606.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 498542.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 499018.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 499322.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 499543.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 499719.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102811.0, 499873.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 499948.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 500109.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102354.0, 500209.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102347.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 500435.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102435.0, 500513.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 500622.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102478.0, 500729.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102523.0, 500748.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102562.0, 500692.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102536.0, 500587.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102659.0, 500211.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102716.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 500295.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 500225.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 500148.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 500095.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 500155.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 500201.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103508.0, 500468.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 500599.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 500727.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 500816.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 500818.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103847.0, 500794.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 501644.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 501724.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 501714.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501673.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 501766.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 501933.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 502172.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 502389.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 502533.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103887.0, 502591.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104023.0, 502592.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 502510.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104245.0, 502428.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104329.0, 502390.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103847.0, 500794.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 500692.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 500614.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 500562.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 500436.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104185.0, 500358.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 500275.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 500207.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 501644.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 501499.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 501080.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104665.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104875.0, 500634.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105359.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 499272.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 498866.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105516.0, 498565.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 498342.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105438.0, 498146.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 498020.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 500207.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104214.0, 500110.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104153.0, 499879.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 499744.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 499506.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 499280.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 499175.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104074.0, 498936.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 498678.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 498562.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 498439.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 498365.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104897.0, 497942.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 497727.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104972.0, 497585.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 497521.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105181.0, 497547.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105302.0, 497779.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 498020.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 502817.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 502822.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103719.0, 502841.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103581.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103405.0, 502884.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103073.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 502748.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 502589.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 502502.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 502485.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102619.0, 502483.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 502537.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 502604.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 502674.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102523.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102659.0, 502877.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 502997.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 503062.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 503273.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 503426.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 503587.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102626.0, 503492.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102410.0, 503426.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102213.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 503432.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101985.0, 503478.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 503473.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 503391.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 503177.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101513.0, 503004.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101342.0, 502854.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101230.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 101070.0, 502631.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100679.0, 502639.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 100216.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99868.0, 502623.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 99343.0, 502679.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 98343.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 500553.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102328.0, 500570.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102331.0, 500685.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 500849.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 501022.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102373.0, 501120.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 501322.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 501459.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102569.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 501420.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 501328.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102869.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102788.0, 501078.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102619.0, 501079.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 500936.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 500822.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102393.0, 500738.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102361.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102343.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102343.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 500553.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 500522.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102303.0, 500561.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102295.0, 500685.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 500785.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 500953.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 501125.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102192.0, 501238.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102236.0, 501392.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 501524.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 501660.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101971.0, 501733.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101776.0, 501748.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 501827.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 501897.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101688.0, 502035.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 502094.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 502156.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 502311.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 502391.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101759.0, 502453.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 502520.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101694.0, 502577.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 502595.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102051.0, 502522.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102199.0, 502349.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 502186.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 502098.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102519.0, 502098.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102613.0, 502111.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 502118.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 502068.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 501994.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 501909.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 501859.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 501751.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 501611.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 501507.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 501355.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103142.0, 501235.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 501079.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 500834.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 500448.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 500391.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 500671.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 500793.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103078.0, 500889.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102817.0, 500843.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 500822.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102726.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 500931.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102576.0, 500921.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102491.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 500763.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 500671.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 500569.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 500522.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 500523.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 500514.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104766.0, 500419.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104766.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104705.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104685.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 499417.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104907.0, 499240.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499144.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499144.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 499099.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105203.0, 499019.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 498888.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105294.0, 498747.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 498657.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105245.0, 498426.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105245.0, 498426.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105221.0, 498318.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105209.0, 498243.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105123.0, 498196.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105123.0, 498196.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 498632.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104715.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 499084.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 499411.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104252.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 499980.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104428.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104531.0, 500324.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 499212.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 499226.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104478.0, 499332.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 499436.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 499614.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104441.0, 499881.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 499974.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 500039.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 500081.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 500034.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 499912.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104535.0, 499737.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104563.0, 499410.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104597.0, 499316.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 499212.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 499109.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103013.0, 499114.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 499315.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 499440.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 499537.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 499569.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 499540.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103152.0, 499286.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103152.0, 499182.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 499109.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 98270.0, 498780.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99214.0, 499677.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99661.0, 499816.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99978.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100038.0, 500342.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99781.0, 500615.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99406.0, 500656.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 98298.0, 500298.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 498637.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 498896.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 498637.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 498620.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 498620.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 498510.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 498504.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 498504.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 498488.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 498488.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 498529.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 498645.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 498996.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104578.0, 499109.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 499168.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 499255.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104383.0, 499413.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 499771.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 499917.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 500053.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104565.0, 500180.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 500274.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104637.0, 500305.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104699.0, 500286.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104664.0, 500095.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104630.0, 499910.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 499702.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104609.0, 499509.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 499288.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104850.0, 499168.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 499036.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 498896.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 98245.0, 497407.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99043.0, 498012.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99208.0, 498237.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99493.0, 498505.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99805.0, 498648.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100154.0, 498716.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100375.0, 498775.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100531.0, 498877.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100571.0, 499106.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100510.0, 499427.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100632.0, 499724.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100992.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101316.0, 499959.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 499929.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101865.0, 499982.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101940.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101795.0, 500275.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 500392.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101414.0, 500787.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100950.0, 500893.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100539.0, 500979.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100108.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99870.0, 501223.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99582.0, 501409.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99226.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 98319.0, 501478.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 98235.0, 496857.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 99501.0, 497841.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 99824.0, 498245.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100286.0, 498539.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100658.0, 498708.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100820.0, 498871.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100734.0, 499126.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100729.0, 499442.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100981.0, 499716.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101318.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101809.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 499668.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102423.0, 499564.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 499364.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102748.0, 499101.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 498996.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 498919.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 498947.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 499377.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 499521.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 499596.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 499679.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102511.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 499839.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 499958.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 500167.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 500278.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101880.0, 500565.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 500764.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102094.0, 500873.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102169.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102237.0, 500754.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 500654.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 500496.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102340.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102388.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 500739.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 500839.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102583.0, 500609.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102565.0, 500486.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102606.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 500493.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 500629.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 500694.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 500783.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103086.0, 500633.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 500399.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103193.0, 500294.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 500254.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 500293.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 500639.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 500846.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 501019.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 501308.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 501412.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 501491.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 501626.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 501712.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 502050.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 502213.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 502326.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 502347.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 502250.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 502276.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102304.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 502562.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 502697.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 502799.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 502917.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 503164.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 503252.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 503364.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 503426.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 503293.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 503348.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102104.0, 503402.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101978.0, 503425.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 503414.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 503236.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101614.0, 503033.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101512.0, 502898.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101384.0, 502794.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101355.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101416.0, 502552.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 502452.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101671.0, 502384.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101755.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101789.0, 502269.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101749.0, 502105.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101591.0, 502080.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101477.0, 502071.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101380.0, 501936.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101375.0, 501785.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 501654.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101638.0, 501514.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 501333.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 501147.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101600.0, 501014.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101440.0, 501013.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 501083.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 501172.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101175.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101015.0, 501733.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100616.0, 501895.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 100178.0, 501990.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 99740.0, 502129.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 99370.0, 502153.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 99010.0, 502127.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 98330.0, 502080.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.099998 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.700001 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.790001 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.3 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "value": -67.639999 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": -61.060001 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": -61.139999 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.810001 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.5 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.220001 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.400002 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.630001 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.200001 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.200001 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.900002 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.099998 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.119999 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.459999 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.869999 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.639999 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.720001 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.5 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.720001 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.700001 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.23 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.5 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.700001 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.810001 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.700001 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.759998 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.3 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.310001 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.349998 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.68 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 509284.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.880001 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.240002 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 509217.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.889999 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.080002 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.91 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.740002 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.48 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.130001 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.41 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.66 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.389999 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.529999 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.52 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.07 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.950001 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510297.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.3 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.900002 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.790001 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.599998 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.869999 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.080002 }, "geometry": { "type": "Point", "coordinates": [ 103756.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.439999 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.110001 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.740002 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.099998 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.16 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.98 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.040001 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.360001 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.349998 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.84 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.900002 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.549999 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.040001 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.889999 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.060001 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.029999 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.349998 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.16 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.200001 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.700001 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.3 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.639999 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.389999 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.630001 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.209999 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.32 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.889999 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.84 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.990002 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.84 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.599998 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.880001 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.560001 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.419998 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.459999 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.43 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.919998 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.560001 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.630001 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506837.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.68 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.57 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.700001 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.52 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.740002 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.75 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.68 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506544.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.809999 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.790001 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.66 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.75 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.830002 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.650002 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.990002 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.919998 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.169998 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.049999 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.110001 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.5 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.900002 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.099998 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.709999 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.709999 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.93 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.02 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.41 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "value": -49.209999 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.240002 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.030001 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.5 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.52 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.52 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.5 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.459999 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.349998 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.75 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.030001 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.400002 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.529999 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.169998 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.549999 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.98 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.529999 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.970001 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.889999 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.27 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.98 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.389999 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.220001 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.82 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -53.709999 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.759998 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.68 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.740002 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.240002 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.82 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "value": -35.23 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.099998 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 508006.0 ] } }, +{ "type": "Feature", "properties": { "value": -33.049999 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.619999 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.200001 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.57 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.790001 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.880001 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.650002 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.150002 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.32 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.700001 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.130001 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": -48.150002 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.3 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.200001 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.580002 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.82 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.360001 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 504259.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.0 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.869999 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.259998 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.580002 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.75 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.43 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.23 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.010002 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": -72.800003 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -81.699997 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.650002 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": -30.5 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "value": -59.400002 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "value": -57.259998 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.009998 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "value": -29.15 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.450001 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.0 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "value": -52.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -72.010002 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.0 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.700001 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "value": -54.790001 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": -67.5 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.139999 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.259998 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "value": -63.509998 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -94.209999 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": -51.810001 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": -73.760002 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -63.009998 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": -66.010002 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.900002 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": -82.010002 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.549999 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": -34.27 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.25 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "value": -36.990002 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "value": -28.32 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.240002 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.400002 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.09 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.369999 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.77 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.779999 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": -31.52 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.860001 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.110001 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.639999 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.990002 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.290001 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.410004 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503430.0 ] } }, +{ "type": "Feature", "properties": { "value": -53.849998 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.040001 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": -37.950001 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "value": -62.639999 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": -32.490002 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.439999 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.32 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 503875.0 ] } }, +{ "type": "Feature", "properties": { "value": -55.470001 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": -71.010002 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": -62.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": -58.099998 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": -68.089996 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.669998 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.139999 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": -62.619999 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "value": -63.509998 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.010002 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": -69.889999 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.889999 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.510002 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": -87.699997 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": -73.379997 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.830002 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.3 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.419998 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.080002 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.950001 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.970001 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.200001 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.25 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": -71.260002 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.200001 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.169998 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.16 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.189999 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.16 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.900002 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -44.32 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.169998 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.150002 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -39.52 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -38.310001 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 505705.0 ] } }, +{ "type": "Feature", "properties": { "value": -67.809998 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 502423.0 ] } }, +{ "type": "Feature", "properties": { "value": -72.32 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": -69.209999 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.560001 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.900002 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.959999 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "value": -81.5 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": -43.009998 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.5 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "value": -40.880001 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "value": -52.3 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.110001 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -42.709999 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": -47.209999 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.849998 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": -41.310001 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "value": -53.25 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "value": -45.599998 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": -58.900002 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "value": -92.5 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.8 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": -64.010002 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": -51.830002 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": -52.009998 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -63.310001 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values.geojson new file mode 100644 index 0000000..15881a2 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values.geojson @@ -0,0 +1,30 @@ +{ +"type": "FeatureCollection", +"name": "TS22_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 104908.0, 515482.0 ], [ 104898.0, 515474.0 ], [ 104813.0, 515360.0 ], [ 104779.0, 515272.0 ], [ 104791.0, 515172.0 ], [ 104832.0, 515075.0 ], [ 104916.0, 514954.0 ], [ 104988.0, 514857.0 ], [ 105036.0, 514862.0 ], [ 105079.0, 514959.0 ], [ 105043.0, 515100.0 ], [ 104998.0, 515239.0 ], [ 104998.0, 515328.0 ], [ 104995.0, 515467.0 ], [ 104932.0, 515501.0 ], [ 104908.0, 515482.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104686.0, 513417.0 ], [ 104711.0, 513517.0 ], [ 104811.0, 513692.0 ], [ 104911.0, 513818.0 ], [ 104961.0, 513993.0 ], [ 104861.0, 514118.0 ], [ 104636.0, 514268.0 ], [ 104486.0, 514468.0 ], [ 104386.0, 514819.0 ], [ 104244.0, 515979.0 ] ], [ [ 104324.0, 512785.0 ], [ 104358.0, 512786.0 ], [ 104580.0, 512945.0 ], [ 104687.0, 513204.0 ], [ 104686.0, 513417.0 ] ], [ [ 104324.0, 512785.0 ], [ 104085.0, 512741.0 ], [ 103735.0, 512691.0 ], [ 103234.0, 512791.0 ], [ 102609.0, 512842.0 ], [ 102058.0, 512816.0 ], [ 101032.0, 512741.0 ], [ 99470.0, 512798.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104521.0, 513364.0 ], [ 104548.0, 513480.0 ], [ 104601.0, 513588.0 ], [ 104772.0, 513776.0 ], [ 104781.0, 513884.0 ], [ 104772.0, 514010.0 ], [ 104700.0, 514100.0 ], [ 104548.0, 514189.0 ], [ 104323.0, 514234.0 ], [ 104099.0, 514252.0 ], [ 104000.0, 514306.0 ], [ 103839.0, 514414.0 ], [ 103677.0, 514467.0 ], [ 103525.0, 514467.0 ], [ 103139.0, 514432.0 ], [ 101685.0, 514055.0 ], [ 100752.0, 513848.0 ], [ 99637.0, 513793.0 ] ], [ [ 104336.0, 512984.0 ], [ 104494.0, 513174.0 ], [ 104521.0, 513364.0 ] ], [ [ 104336.0, 512984.0 ], [ 103785.0, 512892.0 ], [ 103435.0, 512942.0 ], [ 103059.0, 513017.0 ], [ 102634.0, 513042.0 ], [ 102058.0, 513042.0 ], [ 101057.0, 512992.0 ], [ 99512.0, 513048.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108048.0, 512305.0 ], [ 108254.0, 512558.0 ], [ 108714.0, 512891.0 ], [ 109031.0, 513129.0 ], [ 109591.0, 513319.0 ] ], [ [ 103674.0, 511885.0 ], [ 103560.0, 512116.0 ], [ 103209.0, 512191.0 ], [ 102909.0, 512241.0 ], [ 101758.0, 512316.0 ], [ 100331.0, 512441.0 ], [ 99406.0, 512416.0 ] ], [ [ 103674.0, 511885.0 ], [ 103735.0, 511838.0 ], [ 103820.0, 511664.0 ], [ 103868.0, 511576.0 ], [ 103920.0, 511526.0 ], [ 104025.0, 511521.0 ], [ 104177.0, 511603.0 ], [ 104308.0, 511757.0 ], [ 104446.0, 511973.0 ], [ 104541.0, 512246.0 ], [ 104636.0, 512562.0 ], [ 104830.0, 512853.0 ], [ 105163.0, 513256.0 ] ], [ [ 107147.0, 511156.0 ], [ 107300.0, 511311.0 ], [ 107519.0, 511545.0 ], [ 107816.0, 511899.0 ], [ 108048.0, 512305.0 ] ], [ [ 105163.0, 513256.0 ], [ 105385.0, 513351.0 ], [ 105686.0, 513430.0 ], [ 106114.0, 513525.0 ], [ 106368.0, 513541.0 ], [ 106574.0, 513541.0 ], [ 106685.0, 513494.0 ], [ 106732.0, 513288.0 ], [ 106653.0, 513129.0 ], [ 106304.0, 512083.0 ], [ 106193.0, 511560.0 ], [ 106114.0, 511243.0 ], [ 106082.0, 511036.0 ], [ 106177.0, 510941.0 ], [ 106257.0, 510910.0 ], [ 106463.0, 510910.0 ], [ 106701.0, 510957.0 ], [ 107018.0, 511052.0 ], [ 107147.0, 511156.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105099.0, 512712.0 ], [ 104962.0, 512615.0 ], [ 104844.0, 512459.0 ], [ 104777.0, 512245.0 ], [ 104753.0, 511981.0 ], [ 104711.0, 511781.0 ], [ 104614.0, 511660.0 ], [ 104586.0, 511545.0 ], [ 104689.0, 511486.0 ], [ 104853.0, 511547.0 ], [ 105012.0, 511689.0 ], [ 105011.0, 511757.0 ], [ 104907.0, 511872.0 ], [ 104904.0, 512030.0 ], [ 104959.0, 512217.0 ], [ 105035.0, 512388.0 ], [ 105117.0, 512508.0 ], [ 105158.0, 512603.0 ], [ 105099.0, 512712.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102243.0, 510379.0 ], [ 101382.0, 510189.0 ], [ 100782.0, 510063.0 ], [ 100081.0, 509963.0 ], [ 99355.0, 509888.0 ], [ 98988.0, 509927.0 ] ], [ [ 102751.0, 509678.0 ], [ 102732.0, 509766.0 ], [ 102747.0, 509917.0 ], [ 102784.0, 509988.0 ], [ 102885.0, 510117.0 ], [ 103108.0, 510134.0 ], [ 103219.0, 510118.0 ], [ 103296.0, 510133.0 ], [ 103395.0, 510275.0 ], [ 103616.0, 510553.0 ], [ 103511.0, 510718.0 ], [ 103273.0, 510807.0 ], [ 103008.0, 510772.0 ], [ 102791.0, 510662.0 ], [ 102527.0, 510556.0 ], [ 102353.0, 510443.0 ], [ 102243.0, 510379.0 ] ], [ [ 103270.0, 509170.0 ], [ 103178.0, 509169.0 ], [ 103040.0, 509249.0 ], [ 102751.0, 509678.0 ] ], [ [ 103427.0, 509167.0 ], [ 103381.0, 509143.0 ], [ 103281.0, 509159.0 ], [ 103270.0, 509170.0 ] ], [ [ 105191.0, 509190.0 ], [ 105053.0, 509181.0 ], [ 104756.0, 509033.0 ], [ 104569.0, 509054.0 ], [ 104517.0, 509142.0 ], [ 104559.0, 509365.0 ], [ 104707.0, 509559.0 ], [ 104885.0, 509877.0 ], [ 104830.0, 509990.0 ], [ 104659.0, 510010.0 ], [ 104499.0, 509835.0 ], [ 104284.0, 509662.0 ], [ 104030.0, 509474.0 ], [ 103884.0, 509311.0 ], [ 103835.0, 509095.0 ], [ 103746.0, 508928.0 ], [ 103630.0, 508933.0 ], [ 103520.0, 509097.0 ], [ 103450.0, 509167.0 ], [ 103427.0, 509167.0 ] ], [ [ 104511.0, 508658.0 ], [ 104653.0, 508664.0 ], [ 104807.0, 508701.0 ], [ 104981.0, 508738.0 ], [ 105117.0, 508812.0 ], [ 105265.0, 508911.0 ], [ 105358.0, 509053.0 ], [ 105321.0, 509134.0 ], [ 105271.0, 509171.0 ], [ 105216.0, 509177.0 ], [ 105191.0, 509190.0 ] ], [ [ 103224.0, 506301.0 ], [ 103242.0, 506319.0 ], [ 103255.0, 506337.0 ], [ 103269.0, 506373.0 ], [ 103282.0, 506422.0 ], [ 103278.0, 506467.0 ], [ 103246.0, 506504.0 ], [ 103210.0, 506535.0 ], [ 103160.0, 506562.0 ], [ 103138.0, 506588.0 ] ], [ [ 109628.0, 507842.0 ], [ 109584.0, 507834.0 ], [ 109034.0, 507704.0 ], [ 108520.0, 507406.0 ], [ 107917.0, 506975.0 ], [ 107394.0, 506750.0 ], [ 106780.0, 506496.0 ], [ 106298.0, 506332.0 ], [ 105923.0, 506263.0 ], [ 105613.0, 506237.0 ], [ 105368.0, 506231.0 ], [ 105231.0, 506374.0 ], [ 105246.0, 506484.0 ], [ 105342.0, 506574.0 ], [ 105512.0, 506586.0 ], [ 105640.0, 506617.0 ], [ 105671.0, 506759.0 ], [ 105571.0, 507047.0 ], [ 105618.0, 507446.0 ], [ 105654.0, 507627.0 ], [ 105620.0, 507718.0 ], [ 105527.0, 507725.0 ], [ 105314.0, 507504.0 ], [ 105255.0, 507325.0 ], [ 105227.0, 507118.0 ], [ 105169.0, 506877.0 ], [ 105024.0, 506734.0 ], [ 104833.0, 506719.0 ], [ 104552.0, 506792.0 ], [ 104332.0, 506844.0 ], [ 104167.0, 506841.0 ], [ 104087.0, 506679.0 ], [ 103857.0, 506530.0 ], [ 103690.0, 506634.0 ], [ 103580.0, 506823.0 ], [ 103470.0, 506962.0 ], [ 103232.0, 506927.0 ], [ 103096.0, 506748.0 ], [ 103132.0, 506596.0 ], [ 103138.0, 506588.0 ] ], [ [ 103224.0, 506301.0 ], [ 103080.0, 506257.0 ], [ 103022.0, 506137.0 ], [ 102814.0, 506094.0 ], [ 102579.0, 506055.0 ], [ 102386.0, 505997.0 ], [ 102256.0, 505975.0 ], [ 102156.0, 506109.0 ], [ 102171.0, 506473.0 ], [ 102320.0, 506760.0 ], [ 102460.0, 507040.0 ], [ 102548.0, 507235.0 ], [ 102497.0, 507610.0 ], [ 102373.0, 507897.0 ], [ 102296.0, 508315.0 ], [ 102308.0, 508516.0 ], [ 102482.0, 508567.0 ], [ 102683.0, 508629.0 ], [ 102842.0, 508703.0 ], [ 103025.0, 508711.0 ], [ 103356.0, 508625.0 ], [ 103595.0, 508434.0 ], [ 103777.0, 508385.0 ], [ 103997.0, 508459.0 ], [ 104200.0, 508562.0 ], [ 104361.0, 508668.0 ], [ 104511.0, 508658.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101654.0, 508682.0 ], [ 102001.0, 508871.0 ], [ 102418.0, 508996.0 ], [ 102656.0, 508992.0 ], [ 102801.0, 509149.0 ], [ 102518.0, 509450.0 ], [ 102158.0, 509488.0 ] ], [ [ 101654.0, 508682.0 ], [ 100807.0, 508336.0 ], [ 100081.0, 508061.0 ], [ 99405.0, 507861.0 ], [ 98608.0, 507664.0 ] ], [ [ 102158.0, 509488.0 ], [ 101933.0, 509538.0 ], [ 101508.0, 509613.0 ], [ 100682.0, 509588.0 ], [ 99856.0, 509688.0 ], [ 99280.0, 509713.0 ], [ 98942.0, 509655.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103771.0, 508697.0 ], [ 103815.0, 508646.0 ], [ 103966.0, 508655.0 ], [ 104069.0, 508729.0 ], [ 104165.0, 508876.0 ], [ 104165.0, 508965.0 ], [ 104095.0, 508952.0 ], [ 103993.0, 508807.0 ], [ 103869.0, 508767.0 ], [ 103772.0, 508726.0 ], [ 103771.0, 508697.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105418.0, 506086.0 ], [ 105449.0, 505996.0 ], [ 105740.0, 505858.0 ], [ 106053.0, 505895.0 ], [ 106311.0, 505973.0 ], [ 106542.0, 506031.0 ], [ 106704.0, 506128.0 ], [ 106653.0, 506259.0 ], [ 106327.0, 506237.0 ], [ 105974.0, 506220.0 ], [ 105666.0, 506169.0 ], [ 105473.0, 506141.0 ], [ 105418.0, 506086.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106174.0, 500811.0 ], [ 106424.0, 500592.0 ], [ 106510.0, 500392.0 ], [ 106638.0, 500234.0 ], [ 106881.0, 500120.0 ], [ 106996.0, 500049.0 ], [ 107224.0, 500049.0 ], [ 107367.0, 499977.0 ], [ 107382.0, 499777.0 ], [ 107282.0, 499577.0 ], [ 107210.0, 499119.0 ], [ 107296.0, 498790.0 ], [ 107653.0, 498233.0 ], [ 108869.0, 497232.0 ], [ 109778.0, 496888.0 ] ], [ [ 103145.0, 504814.0 ], [ 103283.0, 504851.0 ], [ 103474.0, 504853.0 ], [ 103785.0, 504788.0 ], [ 103961.0, 504773.0 ], [ 104130.0, 504754.0 ], [ 104336.0, 504568.0 ], [ 104414.0, 504462.0 ], [ 104541.0, 504200.0 ], [ 104618.0, 504098.0 ], [ 104741.0, 504030.0 ], [ 105030.0, 503964.0 ], [ 105224.0, 503935.0 ], [ 105446.0, 503905.0 ], [ 105643.0, 503806.0 ], [ 105889.0, 503638.0 ], [ 106057.0, 503472.0 ], [ 106143.0, 503302.0 ], [ 106212.0, 503110.0 ], [ 106258.0, 502869.0 ], [ 106223.0, 502639.0 ], [ 106084.0, 502446.0 ], [ 105904.0, 502247.0 ], [ 105653.0, 502060.0 ], [ 105374.0, 501865.0 ] ], [ [ 105374.0, 501865.0 ], [ 105253.0, 501709.0 ] ], [ [ 105253.0, 501709.0 ], [ 105202.0, 501639.0 ] ], [ [ 105202.0, 501639.0 ], [ 105193.0, 501467.0 ], [ 105389.0, 501262.0 ], [ 105676.0, 501126.0 ], [ 105878.0, 500965.0 ], [ 106139.0, 500823.0 ], [ 106174.0, 500811.0 ] ], [ [ 102611.0, 504301.0 ], [ 102636.0, 504381.0 ], [ 102681.0, 504487.0 ], [ 102761.0, 504582.0 ], [ 102897.0, 504723.0 ], [ 102977.0, 504773.0 ], [ 103053.0, 504808.0 ], [ 103113.0, 504818.0 ], [ 103145.0, 504814.0 ] ], [ [ 109625.0, 505980.0 ], [ 109468.0, 506099.0 ], [ 108973.0, 506168.0 ], [ 108515.0, 506141.0 ], [ 108078.0, 506043.0 ], [ 107450.0, 505912.0 ], [ 107007.0, 505815.0 ], [ 106591.0, 505773.0 ], [ 106129.0, 505711.0 ], [ 105726.0, 505738.0 ], [ 105395.0, 505874.0 ], [ 105137.0, 506009.0 ], [ 104828.0, 506087.0 ], [ 104614.0, 506062.0 ], [ 104590.0, 505938.0 ], [ 104681.0, 505751.0 ], [ 104808.0, 505613.0 ], [ 104900.0, 505423.0 ], [ 104751.0, 505302.0 ], [ 104433.0, 505274.0 ], [ 104118.0, 505295.0 ], [ 103890.0, 505379.0 ], [ 103339.0, 505364.0 ], [ 103088.0, 505382.0 ], [ 102972.0, 505498.0 ], [ 102993.0, 505644.0 ], [ 103147.0, 505692.0 ], [ 103282.0, 505722.0 ], [ 103302.0, 505807.0 ], [ 103213.0, 505846.0 ], [ 103006.0, 505813.0 ], [ 102830.0, 505770.0 ], [ 102630.0, 505771.0 ], [ 102500.0, 505799.0 ], [ 102359.0, 505761.0 ], [ 102349.0, 505691.0 ], [ 102433.0, 505597.0 ], [ 102568.0, 505507.0 ], [ 102594.0, 505380.0 ], [ 102437.0, 505306.0 ], [ 102184.0, 505296.0 ], [ 102015.0, 505266.0 ], [ 101934.0, 505197.0 ], [ 101958.0, 505099.0 ], [ 102039.0, 504876.0 ], [ 102093.0, 504693.0 ], [ 102075.0, 504460.0 ], [ 101956.0, 504226.0 ], [ 101898.0, 504093.0 ], [ 101895.0, 503901.0 ], [ 101944.0, 503777.0 ], [ 102038.0, 503633.0 ], [ 102133.0, 503572.0 ], [ 102309.0, 503619.0 ], [ 102430.0, 503725.0 ], [ 102539.0, 503917.0 ], [ 102568.0, 504210.0 ], [ 102611.0, 504301.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105170.0, 504475.0 ], [ 105194.0, 504426.0 ], [ 105644.0, 504322.0 ], [ 106358.0, 504454.0 ], [ 106944.0, 504451.0 ], [ 107476.0, 504335.0 ], [ 107938.0, 504289.0 ], [ 108278.0, 504183.0 ], [ 108429.0, 504114.0 ], [ 108626.0, 504100.0 ], [ 108787.0, 504199.0 ], [ 108755.0, 504480.0 ], [ 108553.0, 504734.0 ], [ 108148.0, 504974.0 ], [ 107645.0, 505162.0 ], [ 107112.0, 505206.0 ], [ 106566.0, 505147.0 ], [ 106263.0, 505025.0 ], [ 105994.0, 504981.0 ], [ 105748.0, 505042.0 ], [ 105446.0, 505078.0 ], [ 105152.0, 504902.0 ], [ 104981.0, 504686.0 ], [ 105042.0, 504574.0 ], [ 105170.0, 504475.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103023.0, 503830.0 ], [ 103280.0, 503859.0 ], [ 103561.0, 503848.0 ], [ 103752.0, 503758.0 ], [ 103976.0, 503702.0 ], [ 104279.0, 503612.0 ], [ 104560.0, 503567.0 ], [ 104886.0, 503545.0 ], [ 105020.0, 503500.0 ], [ 105245.0, 503387.0 ], [ 105380.0, 503275.0 ], [ 105481.0, 503084.0 ], [ 105503.0, 502905.0 ], [ 105391.0, 502579.0 ], [ 105267.0, 502366.0 ], [ 105121.0, 502220.0 ], [ 104964.0, 502152.0 ], [ 104818.0, 502062.0 ], [ 104661.0, 501984.0 ], [ 104526.0, 501984.0 ], [ 104414.0, 502006.0 ], [ 104336.0, 502038.0 ] ], [ [ 104072.0, 500190.0 ], [ 103975.0, 499862.0 ], [ 103902.0, 499558.0 ], [ 103850.0, 499144.0 ], [ 103871.0, 498765.0 ], [ 103982.0, 498436.0 ], [ 104148.0, 498237.0 ], [ 104357.0, 498129.0 ], [ 104589.0, 498029.0 ], [ 104704.0, 497772.0 ], [ 104770.0, 497517.0 ], [ 104741.0, 497297.0 ], [ 104814.0, 497073.0 ], [ 104985.0, 496931.0 ], [ 105165.0, 496862.0 ], [ 105298.0, 496843.0 ], [ 105443.0, 496958.0 ], [ 105344.0, 497197.0 ], [ 105300.0, 497453.0 ], [ 105322.0, 497651.0 ], [ 105480.0, 497801.0 ], [ 105510.0, 497802.0 ] ], [ [ 104302.0, 501797.0 ], [ 104087.0, 501823.0 ], [ 103879.0, 501807.0 ], [ 103672.0, 501863.0 ], [ 103536.0, 501976.0 ], [ 103545.0, 502116.0 ], [ 103629.0, 502224.0 ], [ 103774.0, 502293.0 ], [ 104052.0, 502224.0 ], [ 104332.0, 502039.0 ], [ 104336.0, 502038.0 ] ], [ [ 100028.0, 496412.0 ], [ 100113.0, 496567.0 ], [ 100291.0, 497020.0 ], [ 100531.0, 497420.0 ], [ 101102.0, 498094.0 ], [ 101528.0, 498388.0 ], [ 101899.0, 498560.0 ], [ 102274.0, 498590.0 ], [ 102602.0, 498586.0 ], [ 102919.0, 498500.0 ], [ 103159.0, 498420.0 ], [ 103371.0, 498441.0 ], [ 103530.0, 498530.0 ], [ 103556.0, 498784.0 ], [ 103486.0, 499107.0 ], [ 103514.0, 499347.0 ], [ 103554.0, 499657.0 ], [ 103687.0, 499944.0 ], [ 103822.0, 500221.0 ], [ 103929.0, 500317.0 ], [ 103957.0, 500334.0 ] ], [ [ 105663.0, 500778.0 ], [ 105567.0, 500815.0 ], [ 105455.0, 500793.0 ] ], [ [ 104302.0, 501797.0 ], [ 104521.0, 501669.0 ], [ 104639.0, 501577.0 ], [ 104744.0, 501433.0 ], [ 104822.0, 501263.0 ], [ 104835.0, 501040.0 ], [ 104848.0, 500949.0 ], [ 104901.0, 500844.0 ], [ 105045.0, 500752.0 ], [ 105124.0, 500726.0 ], [ 105215.0, 500726.0 ], [ 105455.0, 500793.0 ] ], [ [ 103957.0, 500334.0 ], [ 103993.0, 500354.0 ], [ 104024.0, 500358.0 ], [ 104059.0, 500340.0 ], [ 104072.0, 500293.0 ], [ 104076.0, 500262.0 ], [ 104072.0, 500190.0 ] ], [ [ 105663.0, 500778.0 ], [ 105778.0, 500660.0 ], [ 105896.0, 500569.0 ], [ 106067.0, 500451.0 ], [ 106250.0, 500359.0 ], [ 106735.0, 500097.0 ], [ 106905.0, 500019.0 ], [ 107036.0, 499940.0 ], [ 107088.0, 499875.0 ], [ 107101.0, 499757.0 ], [ 107036.0, 499639.0 ], [ 106826.0, 499442.0 ], [ 106708.0, 499416.0 ], [ 106499.0, 499403.0 ], [ 106355.0, 499455.0 ], [ 106250.0, 499547.0 ], [ 106171.0, 499613.0 ], [ 106027.0, 499626.0 ], [ 105949.0, 499626.0 ], [ 105870.0, 499573.0 ], [ 105818.0, 499468.0 ], [ 105818.0, 499364.0 ], [ 105962.0, 499220.0 ], [ 106014.0, 499089.0 ], [ 106014.0, 498945.0 ], [ 105988.0, 498696.0 ], [ 105936.0, 498447.0 ], [ 105857.0, 498277.0 ], [ 105726.0, 498093.0 ], [ 105634.0, 497936.0 ], [ 105556.0, 497844.0 ], [ 105510.0, 497802.0 ] ], [ [ 103023.0, 503830.0 ], [ 102893.0, 503814.0 ], [ 102683.0, 503686.0 ], [ 102491.0, 503599.0 ], [ 102320.0, 503502.0 ], [ 102153.0, 503476.0 ], [ 101988.0, 503555.0 ], [ 101709.0, 503540.0 ], [ 101524.0, 503441.0 ], [ 101349.0, 503521.0 ], [ 101282.0, 503689.0 ], [ 101337.0, 503933.0 ], [ 101220.0, 504166.0 ], [ 100935.0, 504435.0 ], [ 100404.0, 504646.0 ], [ 99934.0, 504734.0 ], [ 99493.0, 504783.0 ], [ 98378.0, 504704.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104244.0, 502817.0 ], [ 104403.0, 502837.0 ], [ 104481.0, 502826.0 ], [ 104605.0, 502792.0 ], [ 104684.0, 502747.0 ], [ 104717.0, 502669.0 ], [ 104728.0, 502523.0 ], [ 104672.0, 502433.0 ], [ 104627.0, 502354.0 ], [ 104582.0, 502332.0 ], [ 104526.0, 502321.0 ], [ 104425.0, 502321.0 ], [ 104369.0, 502354.0 ], [ 104329.0, 502390.0 ] ], [ [ 99285.0, 496418.0 ], [ 99729.0, 497034.0 ], [ 100002.0, 497555.0 ], [ 100420.0, 498115.0 ], [ 100911.0, 498574.0 ], [ 101425.0, 498804.0 ], [ 102037.0, 498874.0 ], [ 102399.0, 498908.0 ], [ 102664.0, 498882.0 ], [ 102911.0, 498788.0 ], [ 103055.0, 498686.0 ], [ 103117.0, 498606.0 ], [ 103251.0, 498542.0 ], [ 103382.0, 498567.0 ], [ 103388.0, 498750.0 ], [ 103323.0, 499018.0 ], [ 103339.0, 499322.0 ], [ 103254.0, 499543.0 ], [ 103044.0, 499719.0 ], [ 102811.0, 499873.0 ], [ 102743.0, 499948.0 ], [ 102455.0, 500109.0 ], [ 102354.0, 500209.0 ], [ 102347.0, 500326.0 ], [ 102441.0, 500435.0 ], [ 102435.0, 500513.0 ], [ 102445.0, 500622.0 ], [ 102478.0, 500729.0 ], [ 102523.0, 500748.0 ], [ 102562.0, 500692.0 ], [ 102536.0, 500587.0 ], [ 102525.0, 500430.0 ], [ 102555.0, 500288.0 ], [ 102659.0, 500211.0 ], [ 102716.0, 500200.0 ], [ 102805.0, 500253.0 ], [ 102891.0, 500335.0 ], [ 103039.0, 500295.0 ], [ 103131.0, 500225.0 ], [ 103237.0, 500148.0 ], [ 103328.0, 500095.0 ], [ 103465.0, 500155.0 ], [ 103536.0, 500201.0 ], [ 103556.0, 500326.0 ], [ 103508.0, 500468.0 ], [ 103482.0, 500599.0 ], [ 103503.0, 500727.0 ], [ 103647.0, 500816.0 ], [ 103780.0, 500818.0 ], [ 103847.0, 500794.0 ] ], [ [ 104266.0, 501644.0 ], [ 104137.0, 501724.0 ], [ 103974.0, 501714.0 ], [ 103813.0, 501673.0 ], [ 103659.0, 501685.0 ], [ 103498.0, 501766.0 ], [ 103402.0, 501933.0 ], [ 103421.0, 502172.0 ], [ 103559.0, 502389.0 ], [ 103758.0, 502533.0 ], [ 103887.0, 502591.0 ], [ 104023.0, 502592.0 ], [ 104159.0, 502510.0 ], [ 104245.0, 502428.0 ], [ 104329.0, 502390.0 ] ], [ [ 103847.0, 500794.0 ], [ 103980.0, 500692.0 ], [ 104059.0, 500614.0 ], [ 104150.0, 500436.0 ], [ 104185.0, 500358.0 ], [ 104215.0, 500275.0 ], [ 104244.0, 500207.0 ] ], [ [ 104266.0, 501644.0 ], [ 104351.0, 501499.0 ], [ 104403.0, 501263.0 ], [ 104521.0, 501080.0 ], [ 104665.0, 500870.0 ], [ 104875.0, 500634.0 ], [ 105163.0, 500346.0 ], [ 105359.0, 499940.0 ], [ 105490.0, 499573.0 ], [ 105569.0, 499272.0 ], [ 105569.0, 498866.0 ], [ 105516.0, 498565.0 ], [ 105490.0, 498342.0 ], [ 105438.0, 498146.0 ], [ 105402.0, 498020.0 ] ], [ [ 104244.0, 500207.0 ], [ 104214.0, 500110.0 ], [ 104153.0, 499879.0 ], [ 104081.0, 499744.0 ], [ 104067.0, 499506.0 ], [ 104031.0, 499175.0 ], [ 104074.0, 498936.0 ], [ 104190.0, 498678.0 ], [ 104315.0, 498562.0 ], [ 104528.0, 498439.0 ], [ 104677.0, 498365.0 ], [ 104830.0, 498167.0 ], [ 104897.0, 497942.0 ], [ 104911.0, 497727.0 ], [ 104972.0, 497585.0 ], [ 105074.0, 497521.0 ], [ 105181.0, 497547.0 ], [ 105302.0, 497779.0 ], [ 105402.0, 498020.0 ] ], [ [ 104244.0, 502817.0 ], [ 104081.0, 502822.0 ], [ 103932.0, 502823.0 ], [ 103719.0, 502841.0 ], [ 103581.0, 502875.0 ], [ 103405.0, 502884.0 ], [ 103262.0, 502889.0 ], [ 103199.0, 502881.0 ], [ 103073.0, 502838.0 ], [ 102991.0, 502748.0 ], [ 102914.0, 502589.0 ], [ 102787.0, 502502.0 ], [ 102712.0, 502485.0 ], [ 102619.0, 502483.0 ], [ 102527.0, 502537.0 ], [ 102488.0, 502604.0 ], [ 102469.0, 502674.0 ], [ 102523.0, 502803.0 ], [ 102659.0, 502877.0 ], [ 102895.0, 502997.0 ], [ 103038.0, 503062.0 ], [ 103147.0, 503273.0 ], [ 103144.0, 503426.0 ], [ 103043.0, 503555.0 ], [ 102839.0, 503587.0 ], [ 102626.0, 503492.0 ], [ 102410.0, 503426.0 ], [ 102213.0, 503422.0 ], [ 102110.0, 503432.0 ], [ 101985.0, 503478.0 ], [ 101818.0, 503473.0 ], [ 101711.0, 503391.0 ], [ 101618.0, 503177.0 ], [ 101513.0, 503004.0 ], [ 101342.0, 502854.0 ], [ 101230.0, 502738.0 ], [ 101070.0, 502631.0 ], [ 100679.0, 502639.0 ], [ 100216.0, 502597.0 ], [ 99868.0, 502623.0 ], [ 99343.0, 502679.0 ], [ 98343.0, 502803.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -90.0, "value": -90.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102338.0, 500553.0 ], [ 102328.0, 500570.0 ], [ 102331.0, 500685.0 ], [ 102322.0, 500849.0 ], [ 102322.0, 501022.0 ], [ 102373.0, 501120.0 ], [ 102380.0, 501322.0 ], [ 102433.0, 501459.0 ], [ 102569.0, 501508.0 ], [ 102740.0, 501420.0 ], [ 102810.0, 501328.0 ], [ 102869.0, 501139.0 ], [ 102788.0, 501078.0 ], [ 102619.0, 501079.0 ], [ 102525.0, 500936.0 ], [ 102437.0, 500822.0 ], [ 102393.0, 500738.0 ], [ 102361.0, 500628.0 ], [ 102343.0, 500545.0 ] ], [ [ 102343.0, 500545.0 ], [ 102338.0, 500553.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102352.0, 500522.0 ], [ 102303.0, 500561.0 ], [ 102295.0, 500685.0 ], [ 102284.0, 500785.0 ], [ 102287.0, 500953.0 ], [ 102223.0, 501125.0 ], [ 102192.0, 501238.0 ], [ 102236.0, 501392.0 ], [ 102290.0, 501524.0 ], [ 102250.0, 501660.0 ], [ 101971.0, 501733.0 ], [ 101776.0, 501748.0 ], [ 101679.0, 501827.0 ], [ 101644.0, 501897.0 ], [ 101688.0, 502035.0 ], [ 101811.0, 502094.0 ], [ 101912.0, 502156.0 ], [ 101935.0, 502311.0 ], [ 101866.0, 502391.0 ], [ 101759.0, 502453.0 ], [ 101687.0, 502520.0 ], [ 101694.0, 502577.0 ], [ 101903.0, 502595.0 ], [ 102051.0, 502522.0 ], [ 102199.0, 502349.0 ], [ 102291.0, 502186.0 ], [ 102431.0, 502098.0 ], [ 102519.0, 502098.0 ], [ 102613.0, 502111.0 ], [ 102687.0, 502118.0 ], [ 102769.0, 502068.0 ], [ 102820.0, 501994.0 ], [ 102936.0, 501909.0 ], [ 103014.0, 501859.0 ], [ 103080.0, 501751.0 ], [ 103132.0, 501611.0 ], [ 103182.0, 501507.0 ], [ 103167.0, 501355.0 ], [ 103142.0, 501235.0 ], [ 103150.0, 501079.0 ], [ 103225.0, 500926.0 ], [ 103251.0, 500834.0 ], [ 103279.0, 500661.0 ], [ 103298.0, 500448.0 ], [ 103273.0, 500391.0 ], [ 103226.0, 500374.0 ], [ 103184.0, 500505.0 ], [ 103172.0, 500671.0 ], [ 103154.0, 500793.0 ], [ 103078.0, 500889.0 ], [ 102985.0, 500900.0 ], [ 102753.0, 500822.0 ], [ 102693.0, 500931.0 ], [ 102576.0, 500921.0 ], [ 102491.0, 500842.0 ], [ 102442.0, 500763.0 ], [ 102400.0, 500671.0 ], [ 102372.0, 500569.0 ], [ 102352.0, 500522.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104556.0, 500424.0 ], [ 104593.0, 500523.0 ], [ 104645.0, 500571.0 ], [ 104684.0, 500571.0 ], [ 104719.0, 500514.0 ], [ 104766.0, 500419.0 ], [ 104760.0, 500374.0 ] ], [ [ 104760.0, 500374.0 ], [ 104766.0, 500365.0 ], [ 104796.0, 500139.0 ], [ 104705.0, 499865.0 ], [ 104685.0, 499616.0 ], [ 104749.0, 499417.0 ], [ 104907.0, 499240.0 ], [ 105069.0, 499144.0 ] ], [ [ 105069.0, 499144.0 ], [ 105163.0, 499099.0 ], [ 105203.0, 499019.0 ], [ 105253.0, 498888.0 ], [ 105294.0, 498747.0 ], [ 105273.0, 498657.0 ], [ 105245.0, 498426.0 ] ], [ [ 105245.0, 498426.0 ], [ 105221.0, 498318.0 ], [ 105209.0, 498243.0 ], [ 105123.0, 498196.0 ] ], [ [ 105123.0, 498196.0 ], [ 105038.0, 498255.0 ], [ 104920.0, 498632.0 ], [ 104715.0, 498850.0 ], [ 104476.0, 498938.0 ], [ 104355.0, 499084.0 ], [ 104259.0, 499411.0 ], [ 104252.0, 499720.0 ], [ 104308.0, 499980.0 ], [ 104428.0, 500134.0 ], [ 104531.0, 500324.0 ], [ 104556.0, 500424.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -90.0, "value": -90.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104573.0, 499212.0 ], [ 104532.0, 499226.0 ], [ 104478.0, 499332.0 ], [ 104468.0, 499436.0 ], [ 104413.0, 499614.0 ], [ 104413.0, 499787.0 ], [ 104441.0, 499881.0 ], [ 104500.0, 499974.0 ], [ 104527.0, 500039.0 ], [ 104564.0, 500081.0 ], [ 104569.0, 500034.0 ], [ 104548.0, 499912.0 ], [ 104535.0, 499737.0 ], [ 104527.0, 499542.0 ], [ 104563.0, 499410.0 ], [ 104597.0, 499316.0 ], [ 104613.0, 499249.0 ], [ 104573.0, 499212.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103069.0, 499109.0 ], [ 103013.0, 499114.0 ], [ 102949.0, 499213.0 ], [ 102861.0, 499315.0 ], [ 102766.0, 499440.0 ], [ 102781.0, 499537.0 ], [ 102872.0, 499569.0 ], [ 103011.0, 499540.0 ], [ 103118.0, 499458.0 ], [ 103152.0, 499286.0 ], [ 103152.0, 499182.0 ], [ 103118.0, 499115.0 ], [ 103069.0, 499109.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -90.0, "value": -90.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98270.0, 498780.0 ], [ 99214.0, 499677.0 ], [ 99661.0, 499816.0 ], [ 99978.0, 500020.0 ], [ 100038.0, 500342.0 ], [ 99781.0, 500615.0 ], [ 99406.0, 500656.0 ], [ 98298.0, 500298.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105190.0, 498637.0 ], [ 105175.0, 498695.0 ], [ 105130.0, 498896.0 ] ], [ [ 105190.0, 498637.0 ], [ 105195.0, 498620.0 ] ], [ [ 105195.0, 498620.0 ], [ 105156.0, 498510.0 ], [ 105143.0, 498504.0 ] ], [ [ 105143.0, 498504.0 ], [ 105109.0, 498488.0 ] ], [ [ 105109.0, 498488.0 ], [ 105074.0, 498529.0 ], [ 105066.0, 498645.0 ], [ 104920.0, 498845.0 ], [ 104780.0, 498996.0 ], [ 104578.0, 499109.0 ], [ 104468.0, 499168.0 ], [ 104418.0, 499255.0 ], [ 104383.0, 499413.0 ], [ 104361.0, 499604.0 ], [ 104361.0, 499771.0 ], [ 104412.0, 499917.0 ], [ 104494.0, 500053.0 ], [ 104637.0, 500305.0 ], [ 104661.0, 500326.0 ], [ 104699.0, 500286.0 ], [ 104630.0, 499910.0 ], [ 104602.0, 499702.0 ], [ 104609.0, 499509.0 ], [ 104717.0, 499288.0 ], [ 104850.0, 499168.0 ], [ 105015.0, 499036.0 ], [ 105130.0, 498896.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98245.0, 497407.0 ], [ 99043.0, 498012.0 ], [ 99208.0, 498237.0 ], [ 99493.0, 498505.0 ], [ 99805.0, 498648.0 ], [ 100154.0, 498716.0 ], [ 100375.0, 498775.0 ], [ 100531.0, 498877.0 ], [ 100571.0, 499106.0 ], [ 100510.0, 499427.0 ], [ 100632.0, 499724.0 ], [ 100992.0, 499915.0 ], [ 101316.0, 499959.0 ], [ 101616.0, 499929.0 ], [ 101865.0, 499982.0 ], [ 101940.0, 500139.0 ], [ 101795.0, 500275.0 ], [ 101679.0, 500392.0 ], [ 101644.0, 500628.0 ], [ 101414.0, 500787.0 ], [ 100950.0, 500893.0 ], [ 100539.0, 500979.0 ], [ 100108.0, 501075.0 ], [ 99870.0, 501223.0 ], [ 99582.0, 501409.0 ], [ 99226.0, 501508.0 ], [ 98319.0, 501478.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98235.0, 496857.0 ], [ 99501.0, 497841.0 ], [ 99824.0, 498245.0 ], [ 100286.0, 498539.0 ], [ 100658.0, 498708.0 ], [ 100820.0, 498871.0 ], [ 100734.0, 499126.0 ], [ 100729.0, 499442.0 ], [ 100981.0, 499716.0 ], [ 101318.0, 499838.0 ], [ 101809.0, 499800.0 ], [ 102179.0, 499668.0 ], [ 102423.0, 499564.0 ], [ 102568.0, 499364.0 ], [ 102748.0, 499101.0 ], [ 102894.0, 499040.0 ], [ 103009.0, 498996.0 ], [ 103087.0, 498919.0 ], [ 103189.0, 498947.0 ], [ 103219.0, 499115.0 ], [ 103206.0, 499377.0 ], [ 103124.0, 499521.0 ], [ 103038.0, 499596.0 ], [ 102796.0, 499679.0 ], [ 102511.0, 499749.0 ], [ 102329.0, 499839.0 ], [ 102207.0, 499958.0 ], [ 102153.0, 500167.0 ], [ 102027.0, 500278.0 ], [ 101905.0, 500421.0 ], [ 101880.0, 500565.0 ], [ 101963.0, 500764.0 ], [ 102094.0, 500873.0 ], [ 102169.0, 500911.0 ], [ 102238.0, 500870.0 ], [ 102235.0, 500654.0 ], [ 102242.0, 500545.0 ], [ 102258.0, 500496.0 ], [ 102340.0, 500451.0 ], [ 102388.0, 500471.0 ], [ 102401.0, 500571.0 ], [ 102442.0, 500739.0 ], [ 102509.0, 500797.0 ], [ 102552.0, 500864.0 ], [ 102617.0, 500839.0 ], [ 102565.0, 500486.0 ], [ 102606.0, 500374.0 ], [ 102690.0, 500365.0 ], [ 102760.0, 500493.0 ], [ 102791.0, 500629.0 ], [ 102828.0, 500694.0 ], [ 102907.0, 500771.0 ], [ 102993.0, 500783.0 ], [ 103086.0, 500633.0 ], [ 103120.0, 500399.0 ], [ 103193.0, 500294.0 ], [ 103253.0, 500254.0 ], [ 103333.0, 500293.0 ], [ 103367.0, 500465.0 ], [ 103381.0, 500639.0 ], [ 103461.0, 500846.0 ], [ 103479.0, 501019.0 ], [ 103499.0, 501150.0 ], [ 103662.0, 501308.0 ], [ 103698.0, 501412.0 ], [ 103578.0, 501491.0 ], [ 103418.0, 501626.0 ], [ 103355.0, 501712.0 ], [ 103270.0, 501850.0 ], [ 103221.0, 502050.0 ], [ 103194.0, 502213.0 ], [ 103105.0, 502326.0 ], [ 102952.0, 502347.0 ], [ 102684.0, 502250.0 ], [ 102445.0, 502276.0 ], [ 102304.0, 502386.0 ], [ 102248.0, 502562.0 ], [ 102284.0, 502697.0 ], [ 102358.0, 502799.0 ], [ 102524.0, 502917.0 ], [ 102734.0, 503042.0 ], [ 102867.0, 503164.0 ], [ 102933.0, 503252.0 ], [ 102938.0, 503364.0 ], [ 102805.0, 503426.0 ], [ 102592.0, 503316.0 ], [ 102424.0, 503293.0 ], [ 102276.0, 503348.0 ], [ 102104.0, 503402.0 ], [ 101978.0, 503425.0 ], [ 101841.0, 503414.0 ], [ 101732.0, 503236.0 ], [ 101614.0, 503033.0 ], [ 101512.0, 502898.0 ], [ 101384.0, 502794.0 ], [ 101355.0, 502714.0 ], [ 101416.0, 502552.0 ], [ 101529.0, 502452.0 ], [ 101671.0, 502384.0 ], [ 101755.0, 502339.0 ], [ 101789.0, 502269.0 ], [ 101749.0, 502105.0 ], [ 101591.0, 502080.0 ], [ 101477.0, 502071.0 ], [ 101380.0, 501936.0 ], [ 101375.0, 501785.0 ], [ 101496.0, 501654.0 ], [ 101638.0, 501514.0 ], [ 101732.0, 501333.0 ], [ 101752.0, 501147.0 ], [ 101600.0, 501014.0 ], [ 101440.0, 501013.0 ], [ 101311.0, 501083.0 ], [ 101261.0, 501172.0 ], [ 101175.0, 501458.0 ], [ 101015.0, 501733.0 ], [ 100616.0, 501895.0 ], [ 100178.0, 501990.0 ], [ 99740.0, 502129.0 ], [ 99370.0, 502153.0 ], [ 98330.0, 502080.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values_edited.geojson new file mode 100644 index 0000000..228b40c --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS22/TS22_union_with_values_edited.geojson @@ -0,0 +1,30 @@ +{ +"type": "FeatureCollection", +"name": "TS22_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": -40.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104908.0, 515482.0 ], [ 104898.0, 515474.0 ], [ 104813.0, 515360.0 ], [ 104779.0, 515272.0 ], [ 104791.0, 515172.0 ], [ 104832.0, 515075.0 ], [ 104916.0, 514954.0 ], [ 104988.0, 514857.0 ], [ 105036.0, 514862.0 ], [ 105079.0, 514959.0 ], [ 105043.0, 515100.0 ], [ 104998.0, 515239.0 ], [ 104998.0, 515328.0 ], [ 104995.0, 515467.0 ], [ 104932.0, 515501.0 ], [ 104908.0, 515482.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104686.0, 513417.0 ], [ 104711.0, 513517.0 ], [ 104811.0, 513692.0 ], [ 104911.0, 513818.0 ], [ 104961.0, 513993.0 ], [ 104861.0, 514118.0 ], [ 104636.0, 514268.0 ], [ 104486.0, 514468.0 ], [ 104386.0, 514819.0 ], [ 104244.0, 515979.0 ] ], [ [ 104324.0, 512785.0 ], [ 104358.0, 512786.0 ], [ 104580.0, 512945.0 ], [ 104687.0, 513204.0 ], [ 104686.0, 513417.0 ] ], [ [ 104324.0, 512785.0 ], [ 104085.0, 512741.0 ], [ 103735.0, 512691.0 ], [ 103234.0, 512791.0 ], [ 102609.0, 512842.0 ], [ 102058.0, 512816.0 ], [ 101032.0, 512741.0 ], [ 99470.0, 512798.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104521.0, 513364.0 ], [ 104548.0, 513480.0 ], [ 104601.0, 513588.0 ], [ 104772.0, 513776.0 ], [ 104781.0, 513884.0 ], [ 104772.0, 514010.0 ], [ 104700.0, 514100.0 ], [ 104548.0, 514189.0 ], [ 104323.0, 514234.0 ], [ 104099.0, 514252.0 ], [ 104000.0, 514306.0 ], [ 103839.0, 514414.0 ], [ 103677.0, 514467.0 ], [ 103525.0, 514467.0 ], [ 103139.0, 514432.0 ], [ 101685.0, 514055.0 ], [ 100752.0, 513848.0 ], [ 99637.0, 513793.0 ] ], [ [ 104336.0, 512984.0 ], [ 104494.0, 513174.0 ], [ 104521.0, 513364.0 ] ], [ [ 104336.0, 512984.0 ], [ 103785.0, 512892.0 ], [ 103435.0, 512942.0 ], [ 103059.0, 513017.0 ], [ 102634.0, 513042.0 ], [ 102058.0, 513042.0 ], [ 101057.0, 512992.0 ], [ 99512.0, 513048.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108048.0, 512305.0 ], [ 108254.0, 512558.0 ], [ 108714.0, 512891.0 ], [ 109031.0, 513129.0 ], [ 109591.0, 513319.0 ] ], [ [ 103674.0, 511885.0 ], [ 103560.0, 512116.0 ], [ 103209.0, 512191.0 ], [ 102909.0, 512241.0 ], [ 101758.0, 512316.0 ], [ 100331.0, 512441.0 ], [ 99406.0, 512416.0 ] ], [ [ 103674.0, 511885.0 ], [ 103735.0, 511838.0 ], [ 103820.0, 511664.0 ], [ 103868.0, 511576.0 ], [ 103920.0, 511526.0 ], [ 104025.0, 511521.0 ], [ 104177.0, 511603.0 ], [ 104308.0, 511757.0 ], [ 104446.0, 511973.0 ], [ 104541.0, 512246.0 ], [ 104636.0, 512562.0 ], [ 104830.0, 512853.0 ], [ 105163.0, 513256.0 ] ], [ [ 107147.0, 511156.0 ], [ 107300.0, 511311.0 ], [ 107519.0, 511545.0 ], [ 107816.0, 511899.0 ], [ 108048.0, 512305.0 ] ], [ [ 105163.0, 513256.0 ], [ 105385.0, 513351.0 ], [ 105686.0, 513430.0 ], [ 106114.0, 513525.0 ], [ 106368.0, 513541.0 ], [ 106574.0, 513541.0 ], [ 106685.0, 513494.0 ], [ 106732.0, 513288.0 ], [ 106653.0, 513129.0 ], [ 106304.0, 512083.0 ], [ 106193.0, 511560.0 ], [ 106114.0, 511243.0 ], [ 106082.0, 511036.0 ], [ 106177.0, 510941.0 ], [ 106257.0, 510910.0 ], [ 106463.0, 510910.0 ], [ 106701.0, 510957.0 ], [ 107018.0, 511052.0 ], [ 107147.0, 511156.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105099.0, 512712.0 ], [ 104962.0, 512615.0 ], [ 104844.0, 512459.0 ], [ 104777.0, 512245.0 ], [ 104753.0, 511981.0 ], [ 104711.0, 511781.0 ], [ 104614.0, 511660.0 ], [ 104586.0, 511545.0 ], [ 104689.0, 511486.0 ], [ 104853.0, 511547.0 ], [ 105012.0, 511689.0 ], [ 105011.0, 511757.0 ], [ 104907.0, 511872.0 ], [ 104904.0, 512030.0 ], [ 104959.0, 512217.0 ], [ 105035.0, 512388.0 ], [ 105117.0, 512508.0 ], [ 105158.0, 512603.0 ], [ 105099.0, 512712.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102243.0, 510379.0 ], [ 101382.0, 510189.0 ], [ 100782.0, 510063.0 ], [ 100081.0, 509963.0 ], [ 99355.0, 509888.0 ], [ 98988.0, 509927.0 ] ], [ [ 102751.0, 509678.0 ], [ 102732.0, 509766.0 ], [ 102747.0, 509917.0 ], [ 102784.0, 509988.0 ], [ 102885.0, 510117.0 ], [ 103108.0, 510134.0 ], [ 103219.0, 510118.0 ], [ 103296.0, 510133.0 ], [ 103395.0, 510275.0 ], [ 103616.0, 510553.0 ], [ 103511.0, 510718.0 ], [ 103273.0, 510807.0 ], [ 103008.0, 510772.0 ], [ 102791.0, 510662.0 ], [ 102527.0, 510556.0 ], [ 102353.0, 510443.0 ], [ 102243.0, 510379.0 ] ], [ [ 103270.0, 509170.0 ], [ 103178.0, 509169.0 ], [ 103040.0, 509249.0 ], [ 102751.0, 509678.0 ] ], [ [ 103427.0, 509167.0 ], [ 103381.0, 509143.0 ], [ 103281.0, 509159.0 ], [ 103270.0, 509170.0 ] ], [ [ 105191.0, 509190.0 ], [ 105053.0, 509181.0 ], [ 104756.0, 509033.0 ], [ 104569.0, 509054.0 ], [ 104517.0, 509142.0 ], [ 104559.0, 509365.0 ], [ 104707.0, 509559.0 ], [ 104885.0, 509877.0 ], [ 104830.0, 509990.0 ], [ 104659.0, 510010.0 ], [ 104499.0, 509835.0 ], [ 104284.0, 509662.0 ], [ 104030.0, 509474.0 ], [ 103884.0, 509311.0 ], [ 103835.0, 509095.0 ], [ 103746.0, 508928.0 ], [ 103630.0, 508933.0 ], [ 103520.0, 509097.0 ], [ 103450.0, 509167.0 ], [ 103427.0, 509167.0 ] ], [ [ 104511.0, 508658.0 ], [ 104653.0, 508664.0 ], [ 104807.0, 508701.0 ], [ 104981.0, 508738.0 ], [ 105117.0, 508812.0 ], [ 105265.0, 508911.0 ], [ 105358.0, 509053.0 ], [ 105321.0, 509134.0 ], [ 105271.0, 509171.0 ], [ 105216.0, 509177.0 ], [ 105191.0, 509190.0 ] ], [ [ 103224.0, 506301.0 ], [ 103242.0, 506319.0 ], [ 103255.0, 506337.0 ], [ 103269.0, 506373.0 ], [ 103282.0, 506422.0 ], [ 103278.0, 506467.0 ], [ 103246.0, 506504.0 ], [ 103210.0, 506535.0 ], [ 103160.0, 506562.0 ], [ 103138.0, 506588.0 ] ], [ [ 109628.0, 507842.0 ], [ 109584.0, 507834.0 ], [ 109034.0, 507704.0 ], [ 108520.0, 507406.0 ], [ 107917.0, 506975.0 ], [ 107394.0, 506750.0 ], [ 106780.0, 506496.0 ], [ 106298.0, 506332.0 ], [ 105923.0, 506263.0 ], [ 105613.0, 506237.0 ], [ 105368.0, 506231.0 ], [ 105231.0, 506374.0 ], [ 105246.0, 506484.0 ], [ 105342.0, 506574.0 ], [ 105512.0, 506586.0 ], [ 105640.0, 506617.0 ], [ 105671.0, 506759.0 ], [ 105571.0, 507047.0 ], [ 105618.0, 507446.0 ], [ 105654.0, 507627.0 ], [ 105620.0, 507718.0 ], [ 105527.0, 507725.0 ], [ 105314.0, 507504.0 ], [ 105255.0, 507325.0 ], [ 105227.0, 507118.0 ], [ 105169.0, 506877.0 ], [ 105024.0, 506734.0 ], [ 104833.0, 506719.0 ], [ 104552.0, 506792.0 ], [ 104332.0, 506844.0 ], [ 104167.0, 506841.0 ], [ 104087.0, 506679.0 ], [ 103857.0, 506530.0 ], [ 103690.0, 506634.0 ], [ 103580.0, 506823.0 ], [ 103470.0, 506962.0 ], [ 103232.0, 506927.0 ], [ 103096.0, 506748.0 ], [ 103132.0, 506596.0 ], [ 103138.0, 506588.0 ] ], [ [ 103224.0, 506301.0 ], [ 103080.0, 506257.0 ], [ 103022.0, 506137.0 ], [ 102814.0, 506094.0 ], [ 102579.0, 506055.0 ], [ 102386.0, 505997.0 ], [ 102256.0, 505975.0 ], [ 102156.0, 506109.0 ], [ 102171.0, 506473.0 ], [ 102320.0, 506760.0 ], [ 102460.0, 507040.0 ], [ 102548.0, 507235.0 ], [ 102497.0, 507610.0 ], [ 102373.0, 507897.0 ], [ 102296.0, 508315.0 ], [ 102308.0, 508516.0 ], [ 102482.0, 508567.0 ], [ 102683.0, 508629.0 ], [ 102842.0, 508703.0 ], [ 103025.0, 508711.0 ], [ 103356.0, 508625.0 ], [ 103595.0, 508434.0 ], [ 103777.0, 508385.0 ], [ 103997.0, 508459.0 ], [ 104200.0, 508562.0 ], [ 104361.0, 508668.0 ], [ 104511.0, 508658.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101654.0, 508682.0 ], [ 102001.0, 508871.0 ], [ 102418.0, 508996.0 ], [ 102656.0, 508992.0 ], [ 102801.0, 509149.0 ], [ 102518.0, 509450.0 ], [ 102158.0, 509488.0 ] ], [ [ 101654.0, 508682.0 ], [ 100807.0, 508336.0 ], [ 100081.0, 508061.0 ], [ 99405.0, 507861.0 ], [ 98608.0, 507664.0 ] ], [ [ 102158.0, 509488.0 ], [ 101933.0, 509538.0 ], [ 101508.0, 509613.0 ], [ 100682.0, 509588.0 ], [ 99856.0, 509688.0 ], [ 99280.0, 509713.0 ], [ 98942.0, 509655.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103771.0, 508697.0 ], [ 103815.0, 508646.0 ], [ 103966.0, 508655.0 ], [ 104069.0, 508729.0 ], [ 104165.0, 508876.0 ], [ 104165.0, 508965.0 ], [ 104095.0, 508952.0 ], [ 103993.0, 508807.0 ], [ 103869.0, 508767.0 ], [ 103772.0, 508726.0 ], [ 103771.0, 508697.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105418.0, 506086.0 ], [ 105449.0, 505996.0 ], [ 105740.0, 505858.0 ], [ 106053.0, 505895.0 ], [ 106311.0, 505973.0 ], [ 106542.0, 506031.0 ], [ 106704.0, 506128.0 ], [ 106653.0, 506259.0 ], [ 106327.0, 506237.0 ], [ 105974.0, 506220.0 ], [ 105666.0, 506169.0 ], [ 105473.0, 506141.0 ], [ 105418.0, 506086.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -40.0, "value": -40.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106174.0, 500811.0 ], [ 106424.0, 500592.0 ], [ 106510.0, 500392.0 ], [ 106638.0, 500234.0 ], [ 106881.0, 500120.0 ], [ 106996.0, 500049.0 ], [ 107224.0, 500049.0 ], [ 107367.0, 499977.0 ], [ 107382.0, 499777.0 ], [ 107282.0, 499577.0 ], [ 107210.0, 499119.0 ], [ 107296.0, 498790.0 ], [ 107653.0, 498233.0 ], [ 108869.0, 497232.0 ], [ 109778.0, 496888.0 ] ], [ [ 103145.0, 504814.0 ], [ 103283.0, 504851.0 ], [ 103474.0, 504853.0 ], [ 103785.0, 504788.0 ], [ 103961.0, 504773.0 ], [ 104130.0, 504754.0 ], [ 104336.0, 504568.0 ], [ 104414.0, 504462.0 ], [ 104541.0, 504200.0 ], [ 104618.0, 504098.0 ], [ 104741.0, 504030.0 ], [ 105030.0, 503964.0 ], [ 105224.0, 503935.0 ], [ 105446.0, 503905.0 ], [ 105643.0, 503806.0 ], [ 105889.0, 503638.0 ], [ 106057.0, 503472.0 ], [ 106143.0, 503302.0 ], [ 106212.0, 503110.0 ], [ 106258.0, 502869.0 ], [ 106223.0, 502639.0 ], [ 106084.0, 502446.0 ], [ 105904.0, 502247.0 ], [ 105653.0, 502060.0 ], [ 105374.0, 501865.0 ] ], [ [ 105374.0, 501865.0 ], [ 105253.0, 501709.0 ] ], [ [ 105253.0, 501709.0 ], [ 105202.0, 501639.0 ] ], [ [ 105202.0, 501639.0 ], [ 105193.0, 501467.0 ], [ 105389.0, 501262.0 ], [ 105676.0, 501126.0 ], [ 105878.0, 500965.0 ], [ 106139.0, 500823.0 ], [ 106174.0, 500811.0 ] ], [ [ 102611.0, 504301.0 ], [ 102636.0, 504381.0 ], [ 102681.0, 504487.0 ], [ 102761.0, 504582.0 ], [ 102897.0, 504723.0 ], [ 102977.0, 504773.0 ], [ 103053.0, 504808.0 ], [ 103113.0, 504818.0 ], [ 103145.0, 504814.0 ] ], [ [ 109625.0, 505980.0 ], [ 109468.0, 506099.0 ], [ 108973.0, 506168.0 ], [ 108515.0, 506141.0 ], [ 108078.0, 506043.0 ], [ 107450.0, 505912.0 ], [ 107007.0, 505815.0 ], [ 106591.0, 505773.0 ], [ 106129.0, 505711.0 ], [ 105726.0, 505738.0 ], [ 105395.0, 505874.0 ], [ 105137.0, 506009.0 ], [ 104828.0, 506087.0 ], [ 104614.0, 506062.0 ], [ 104590.0, 505938.0 ], [ 104681.0, 505751.0 ], [ 104808.0, 505613.0 ], [ 104900.0, 505423.0 ], [ 104751.0, 505302.0 ], [ 104433.0, 505274.0 ], [ 104118.0, 505295.0 ], [ 103890.0, 505379.0 ], [ 103339.0, 505364.0 ], [ 103088.0, 505382.0 ], [ 102972.0, 505498.0 ], [ 102993.0, 505644.0 ], [ 103147.0, 505692.0 ], [ 103282.0, 505722.0 ], [ 103302.0, 505807.0 ], [ 103213.0, 505846.0 ], [ 103006.0, 505813.0 ], [ 102830.0, 505770.0 ], [ 102630.0, 505771.0 ], [ 102500.0, 505799.0 ], [ 102359.0, 505761.0 ], [ 102349.0, 505691.0 ], [ 102433.0, 505597.0 ], [ 102568.0, 505507.0 ], [ 102594.0, 505380.0 ], [ 102437.0, 505306.0 ], [ 102184.0, 505296.0 ], [ 102015.0, 505266.0 ], [ 101934.0, 505197.0 ], [ 101958.0, 505099.0 ], [ 102039.0, 504876.0 ], [ 102093.0, 504693.0 ], [ 102075.0, 504460.0 ], [ 101956.0, 504226.0 ], [ 101898.0, 504093.0 ], [ 101895.0, 503901.0 ], [ 101944.0, 503777.0 ], [ 102038.0, 503633.0 ], [ 102133.0, 503572.0 ], [ 102309.0, 503619.0 ], [ 102430.0, 503725.0 ], [ 102539.0, 503917.0 ], [ 102568.0, 504210.0 ], [ 102611.0, 504301.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -30.0, "value": -30.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 105170.0, 504475.0 ], [ 105194.0, 504426.0 ], [ 105644.0, 504322.0 ], [ 106358.0, 504454.0 ], [ 106944.0, 504451.0 ], [ 107476.0, 504335.0 ], [ 107938.0, 504289.0 ], [ 108278.0, 504183.0 ], [ 108429.0, 504114.0 ], [ 108626.0, 504100.0 ], [ 108787.0, 504199.0 ], [ 108755.0, 504480.0 ], [ 108553.0, 504734.0 ], [ 108148.0, 504974.0 ], [ 107645.0, 505162.0 ], [ 107112.0, 505206.0 ], [ 106566.0, 505147.0 ], [ 106263.0, 505025.0 ], [ 105994.0, 504981.0 ], [ 105748.0, 505042.0 ], [ 105446.0, 505078.0 ], [ 105152.0, 504902.0 ], [ 104981.0, 504686.0 ], [ 105042.0, 504574.0 ], [ 105170.0, 504475.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103023.0, 503830.0 ], [ 103280.0, 503859.0 ], [ 103561.0, 503848.0 ], [ 103752.0, 503758.0 ], [ 103976.0, 503702.0 ], [ 104279.0, 503612.0 ], [ 104560.0, 503567.0 ], [ 104886.0, 503545.0 ], [ 105020.0, 503500.0 ], [ 105245.0, 503387.0 ], [ 105380.0, 503275.0 ], [ 105481.0, 503084.0 ], [ 105503.0, 502905.0 ], [ 105391.0, 502579.0 ], [ 105267.0, 502366.0 ], [ 105121.0, 502220.0 ], [ 104964.0, 502152.0 ], [ 104818.0, 502062.0 ], [ 104661.0, 501984.0 ], [ 104526.0, 501984.0 ], [ 104414.0, 502006.0 ], [ 104336.0, 502038.0 ] ], [ [ 104072.0, 500190.0 ], [ 103975.0, 499862.0 ], [ 103902.0, 499558.0 ], [ 103850.0, 499144.0 ], [ 103871.0, 498765.0 ], [ 103982.0, 498436.0 ], [ 104148.0, 498237.0 ], [ 104357.0, 498129.0 ], [ 104589.0, 498029.0 ], [ 104704.0, 497772.0 ], [ 104770.0, 497517.0 ], [ 104741.0, 497297.0 ], [ 104814.0, 497073.0 ], [ 104985.0, 496931.0 ], [ 105165.0, 496862.0 ], [ 105298.0, 496843.0 ], [ 105443.0, 496958.0 ], [ 105344.0, 497197.0 ], [ 105300.0, 497453.0 ], [ 105322.0, 497651.0 ], [ 105480.0, 497801.0 ], [ 105510.0, 497802.0 ] ], [ [ 104302.0, 501797.0 ], [ 104087.0, 501823.0 ], [ 103879.0, 501807.0 ], [ 103672.0, 501863.0 ], [ 103536.0, 501976.0 ], [ 103545.0, 502116.0 ], [ 103629.0, 502224.0 ], [ 103774.0, 502293.0 ], [ 104052.0, 502224.0 ], [ 104332.0, 502039.0 ], [ 104336.0, 502038.0 ] ], [ [ 100028.0, 496412.0 ], [ 100113.0, 496567.0 ], [ 100291.0, 497020.0 ], [ 100531.0, 497420.0 ], [ 101102.0, 498094.0 ], [ 101528.0, 498388.0 ], [ 101899.0, 498560.0 ], [ 102274.0, 498590.0 ], [ 102602.0, 498586.0 ], [ 102919.0, 498500.0 ], [ 103159.0, 498420.0 ], [ 103371.0, 498441.0 ], [ 103530.0, 498530.0 ], [ 103556.0, 498784.0 ], [ 103486.0, 499107.0 ], [ 103514.0, 499347.0 ], [ 103554.0, 499657.0 ], [ 103687.0, 499944.0 ], [ 103822.0, 500221.0 ], [ 103929.0, 500317.0 ], [ 103957.0, 500334.0 ] ], [ [ 105663.0, 500778.0 ], [ 105567.0, 500815.0 ], [ 105455.0, 500793.0 ] ], [ [ 104302.0, 501797.0 ], [ 104521.0, 501669.0 ], [ 104639.0, 501577.0 ], [ 104744.0, 501433.0 ], [ 104822.0, 501263.0 ], [ 104835.0, 501040.0 ], [ 104848.0, 500949.0 ], [ 104901.0, 500844.0 ], [ 105045.0, 500752.0 ], [ 105124.0, 500726.0 ], [ 105215.0, 500726.0 ], [ 105455.0, 500793.0 ] ], [ [ 103957.0, 500334.0 ], [ 103993.0, 500354.0 ], [ 104024.0, 500358.0 ], [ 104059.0, 500340.0 ], [ 104072.0, 500293.0 ], [ 104076.0, 500262.0 ], [ 104072.0, 500190.0 ] ], [ [ 105663.0, 500778.0 ], [ 105778.0, 500660.0 ], [ 105896.0, 500569.0 ], [ 106067.0, 500451.0 ], [ 106250.0, 500359.0 ], [ 106735.0, 500097.0 ], [ 106905.0, 500019.0 ], [ 107036.0, 499940.0 ], [ 107088.0, 499875.0 ], [ 107101.0, 499757.0 ], [ 107036.0, 499639.0 ], [ 106826.0, 499442.0 ], [ 106708.0, 499416.0 ], [ 106499.0, 499403.0 ], [ 106355.0, 499455.0 ], [ 106250.0, 499547.0 ], [ 106171.0, 499613.0 ], [ 106027.0, 499626.0 ], [ 105949.0, 499626.0 ], [ 105870.0, 499573.0 ], [ 105818.0, 499468.0 ], [ 105818.0, 499364.0 ], [ 105962.0, 499220.0 ], [ 106014.0, 499089.0 ], [ 106014.0, 498945.0 ], [ 105988.0, 498696.0 ], [ 105936.0, 498447.0 ], [ 105857.0, 498277.0 ], [ 105726.0, 498093.0 ], [ 105634.0, 497936.0 ], [ 105556.0, 497844.0 ], [ 105510.0, 497802.0 ] ], [ [ 103023.0, 503830.0 ], [ 102893.0, 503814.0 ], [ 102683.0, 503686.0 ], [ 102491.0, 503599.0 ], [ 102320.0, 503502.0 ], [ 102153.0, 503476.0 ], [ 101988.0, 503555.0 ], [ 101709.0, 503540.0 ], [ 101524.0, 503441.0 ], [ 101349.0, 503521.0 ], [ 101282.0, 503689.0 ], [ 101337.0, 503933.0 ], [ 101220.0, 504166.0 ], [ 100935.0, 504435.0 ], [ 100404.0, 504646.0 ], [ 99934.0, 504734.0 ], [ 99493.0, 504783.0 ], [ 98378.0, 504704.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104244.0, 502817.0 ], [ 104403.0, 502837.0 ], [ 104481.0, 502826.0 ], [ 104605.0, 502792.0 ], [ 104684.0, 502747.0 ], [ 104717.0, 502669.0 ], [ 104728.0, 502523.0 ], [ 104672.0, 502433.0 ], [ 104627.0, 502354.0 ], [ 104582.0, 502332.0 ], [ 104526.0, 502321.0 ], [ 104425.0, 502321.0 ], [ 104369.0, 502354.0 ], [ 104329.0, 502390.0 ] ], [ [ 99285.0, 496418.0 ], [ 99729.0, 497034.0 ], [ 100002.0, 497555.0 ], [ 100420.0, 498115.0 ], [ 100911.0, 498574.0 ], [ 101425.0, 498804.0 ], [ 102037.0, 498874.0 ], [ 102399.0, 498908.0 ], [ 102664.0, 498882.0 ], [ 102911.0, 498788.0 ], [ 103055.0, 498686.0 ], [ 103117.0, 498606.0 ], [ 103251.0, 498542.0 ], [ 103382.0, 498567.0 ], [ 103388.0, 498750.0 ], [ 103323.0, 499018.0 ], [ 103339.0, 499322.0 ], [ 103254.0, 499543.0 ], [ 103044.0, 499719.0 ], [ 102811.0, 499873.0 ], [ 102743.0, 499948.0 ], [ 102455.0, 500109.0 ], [ 102354.0, 500209.0 ], [ 102347.0, 500326.0 ], [ 102441.0, 500435.0 ], [ 102435.0, 500513.0 ], [ 102445.0, 500622.0 ], [ 102478.0, 500729.0 ], [ 102523.0, 500748.0 ], [ 102562.0, 500692.0 ], [ 102536.0, 500587.0 ], [ 102525.0, 500430.0 ], [ 102555.0, 500288.0 ], [ 102659.0, 500211.0 ], [ 102716.0, 500200.0 ], [ 102805.0, 500253.0 ], [ 102891.0, 500335.0 ], [ 103039.0, 500295.0 ], [ 103131.0, 500225.0 ], [ 103237.0, 500148.0 ], [ 103328.0, 500095.0 ], [ 103465.0, 500155.0 ], [ 103536.0, 500201.0 ], [ 103556.0, 500326.0 ], [ 103508.0, 500468.0 ], [ 103482.0, 500599.0 ], [ 103503.0, 500727.0 ], [ 103647.0, 500816.0 ], [ 103780.0, 500818.0 ], [ 103847.0, 500794.0 ] ], [ [ 104266.0, 501644.0 ], [ 104137.0, 501724.0 ], [ 103974.0, 501714.0 ], [ 103813.0, 501673.0 ], [ 103659.0, 501685.0 ], [ 103498.0, 501766.0 ], [ 103402.0, 501933.0 ], [ 103421.0, 502172.0 ], [ 103559.0, 502389.0 ], [ 103758.0, 502533.0 ], [ 103887.0, 502591.0 ], [ 104023.0, 502592.0 ], [ 104159.0, 502510.0 ], [ 104245.0, 502428.0 ], [ 104329.0, 502390.0 ] ], [ [ 103847.0, 500794.0 ], [ 103980.0, 500692.0 ], [ 104059.0, 500614.0 ], [ 104150.0, 500436.0 ], [ 104185.0, 500358.0 ], [ 104215.0, 500275.0 ], [ 104244.0, 500207.0 ] ], [ [ 104266.0, 501644.0 ], [ 104351.0, 501499.0 ], [ 104403.0, 501263.0 ], [ 104521.0, 501080.0 ], [ 104665.0, 500870.0 ], [ 104875.0, 500634.0 ], [ 105163.0, 500346.0 ], [ 105359.0, 499940.0 ], [ 105490.0, 499573.0 ], [ 105569.0, 499272.0 ], [ 105569.0, 498866.0 ], [ 105516.0, 498565.0 ], [ 105490.0, 498342.0 ], [ 105438.0, 498146.0 ], [ 105402.0, 498020.0 ] ], [ [ 104244.0, 500207.0 ], [ 104214.0, 500110.0 ], [ 104153.0, 499879.0 ], [ 104081.0, 499744.0 ], [ 104067.0, 499506.0 ], [ 104031.0, 499175.0 ], [ 104074.0, 498936.0 ], [ 104190.0, 498678.0 ], [ 104315.0, 498562.0 ], [ 104528.0, 498439.0 ], [ 104677.0, 498365.0 ], [ 104830.0, 498167.0 ], [ 104897.0, 497942.0 ], [ 104911.0, 497727.0 ], [ 104972.0, 497585.0 ], [ 105074.0, 497521.0 ], [ 105181.0, 497547.0 ], [ 105302.0, 497779.0 ], [ 105402.0, 498020.0 ] ], [ [ 104244.0, 502817.0 ], [ 104081.0, 502822.0 ], [ 103932.0, 502823.0 ], [ 103719.0, 502841.0 ], [ 103581.0, 502875.0 ], [ 103405.0, 502884.0 ], [ 103262.0, 502889.0 ], [ 103199.0, 502881.0 ], [ 103073.0, 502838.0 ], [ 102991.0, 502748.0 ], [ 102914.0, 502589.0 ], [ 102787.0, 502502.0 ], [ 102712.0, 502485.0 ], [ 102619.0, 502483.0 ], [ 102527.0, 502537.0 ], [ 102488.0, 502604.0 ], [ 102469.0, 502674.0 ], [ 102523.0, 502803.0 ], [ 102659.0, 502877.0 ], [ 102895.0, 502997.0 ], [ 103038.0, 503062.0 ], [ 103147.0, 503273.0 ], [ 103144.0, 503426.0 ], [ 103043.0, 503555.0 ], [ 102839.0, 503587.0 ], [ 102626.0, 503492.0 ], [ 102410.0, 503426.0 ], [ 102213.0, 503422.0 ], [ 102110.0, 503432.0 ], [ 101985.0, 503478.0 ], [ 101818.0, 503473.0 ], [ 101711.0, 503391.0 ], [ 101618.0, 503177.0 ], [ 101513.0, 503004.0 ], [ 101342.0, 502854.0 ], [ 101230.0, 502738.0 ], [ 101070.0, 502631.0 ], [ 100679.0, 502639.0 ], [ 100216.0, 502597.0 ], [ 99868.0, 502623.0 ], [ 99343.0, 502679.0 ], [ 98343.0, 502803.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -90.0, "value": -90.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102338.0, 500553.0 ], [ 102328.0, 500570.0 ], [ 102331.0, 500685.0 ], [ 102322.0, 500849.0 ], [ 102322.0, 501022.0 ], [ 102373.0, 501120.0 ], [ 102380.0, 501322.0 ], [ 102433.0, 501459.0 ], [ 102569.0, 501508.0 ], [ 102740.0, 501420.0 ], [ 102810.0, 501328.0 ], [ 102869.0, 501139.0 ], [ 102788.0, 501078.0 ], [ 102619.0, 501079.0 ], [ 102525.0, 500936.0 ], [ 102437.0, 500822.0 ], [ 102393.0, 500738.0 ], [ 102361.0, 500628.0 ], [ 102343.0, 500545.0 ] ], [ [ 102343.0, 500545.0 ], [ 102338.0, 500553.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 102352.0, 500522.0 ], [ 102303.0, 500561.0 ], [ 102295.0, 500685.0 ], [ 102284.0, 500785.0 ], [ 102287.0, 500953.0 ], [ 102223.0, 501125.0 ], [ 102192.0, 501238.0 ], [ 102236.0, 501392.0 ], [ 102290.0, 501524.0 ], [ 102250.0, 501660.0 ], [ 101971.0, 501733.0 ], [ 101776.0, 501748.0 ], [ 101679.0, 501827.0 ], [ 101644.0, 501897.0 ], [ 101688.0, 502035.0 ], [ 101811.0, 502094.0 ], [ 101912.0, 502156.0 ], [ 101935.0, 502311.0 ], [ 101866.0, 502391.0 ], [ 101759.0, 502453.0 ], [ 101687.0, 502520.0 ], [ 101694.0, 502577.0 ], [ 101903.0, 502595.0 ], [ 102051.0, 502522.0 ], [ 102199.0, 502349.0 ], [ 102291.0, 502186.0 ], [ 102431.0, 502098.0 ], [ 102519.0, 502098.0 ], [ 102613.0, 502111.0 ], [ 102687.0, 502118.0 ], [ 102769.0, 502068.0 ], [ 102820.0, 501994.0 ], [ 102936.0, 501909.0 ], [ 103014.0, 501859.0 ], [ 103080.0, 501751.0 ], [ 103132.0, 501611.0 ], [ 103182.0, 501507.0 ], [ 103167.0, 501355.0 ], [ 103142.0, 501235.0 ], [ 103150.0, 501079.0 ], [ 103225.0, 500926.0 ], [ 103251.0, 500834.0 ], [ 103279.0, 500661.0 ], [ 103298.0, 500448.0 ], [ 103273.0, 500391.0 ], [ 103226.0, 500374.0 ], [ 103184.0, 500505.0 ], [ 103172.0, 500671.0 ], [ 103154.0, 500793.0 ], [ 103078.0, 500889.0 ], [ 102985.0, 500900.0 ], [ 102753.0, 500822.0 ], [ 102693.0, 500931.0 ], [ 102576.0, 500921.0 ], [ 102491.0, 500842.0 ], [ 102442.0, 500763.0 ], [ 102400.0, 500671.0 ], [ 102372.0, 500569.0 ], [ 102352.0, 500522.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104556.0, 500424.0 ], [ 104593.0, 500523.0 ], [ 104645.0, 500571.0 ], [ 104684.0, 500571.0 ], [ 104719.0, 500514.0 ], [ 104766.0, 500419.0 ], [ 104760.0, 500374.0 ] ], [ [ 104760.0, 500374.0 ], [ 104766.0, 500365.0 ], [ 104796.0, 500139.0 ], [ 104705.0, 499865.0 ], [ 104685.0, 499616.0 ], [ 104749.0, 499417.0 ], [ 104907.0, 499240.0 ], [ 105069.0, 499144.0 ] ], [ [ 105069.0, 499144.0 ], [ 105163.0, 499099.0 ], [ 105203.0, 499019.0 ], [ 105253.0, 498888.0 ], [ 105294.0, 498747.0 ], [ 105273.0, 498657.0 ], [ 105245.0, 498426.0 ] ], [ [ 105245.0, 498426.0 ], [ 105221.0, 498318.0 ], [ 105209.0, 498243.0 ], [ 105123.0, 498196.0 ] ], [ [ 105123.0, 498196.0 ], [ 105038.0, 498255.0 ], [ 104920.0, 498632.0 ], [ 104715.0, 498850.0 ], [ 104476.0, 498938.0 ], [ 104355.0, 499084.0 ], [ 104259.0, 499411.0 ], [ 104252.0, 499720.0 ], [ 104308.0, 499980.0 ], [ 104428.0, 500134.0 ], [ 104531.0, 500324.0 ], [ 104556.0, 500424.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -90.0, "value": -90.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104573.0, 499212.0 ], [ 104532.0, 499226.0 ], [ 104478.0, 499332.0 ], [ 104468.0, 499436.0 ], [ 104413.0, 499614.0 ], [ 104413.0, 499787.0 ], [ 104441.0, 499881.0 ], [ 104500.0, 499974.0 ], [ 104527.0, 500039.0 ], [ 104564.0, 500081.0 ], [ 104569.0, 500034.0 ], [ 104548.0, 499912.0 ], [ 104535.0, 499737.0 ], [ 104527.0, 499542.0 ], [ 104563.0, 499410.0 ], [ 104597.0, 499316.0 ], [ 104613.0, 499249.0 ], [ 104573.0, 499212.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103069.0, 499109.0 ], [ 103013.0, 499114.0 ], [ 102949.0, 499213.0 ], [ 102861.0, 499315.0 ], [ 102766.0, 499440.0 ], [ 102781.0, 499537.0 ], [ 102872.0, 499569.0 ], [ 103011.0, 499540.0 ], [ 103118.0, 499458.0 ], [ 103152.0, 499286.0 ], [ 103152.0, 499182.0 ], [ 103118.0, 499115.0 ], [ 103069.0, 499109.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -90.0, "value": -90.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98270.0, 498780.0 ], [ 99214.0, 499677.0 ], [ 99661.0, 499816.0 ], [ 99978.0, 500020.0 ], [ 100038.0, 500342.0 ], [ 99781.0, 500615.0 ], [ 99406.0, 500656.0 ], [ 98298.0, 500298.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105190.0, 498637.0 ], [ 105175.0, 498695.0 ], [ 105130.0, 498896.0 ] ], [ [ 105190.0, 498637.0 ], [ 105195.0, 498620.0 ] ], [ [ 105195.0, 498620.0 ], [ 105156.0, 498510.0 ], [ 105143.0, 498504.0 ] ], [ [ 105143.0, 498504.0 ], [ 105109.0, 498488.0 ] ], [ [ 105109.0, 498488.0 ], [ 105074.0, 498529.0 ], [ 105066.0, 498645.0 ], [ 104920.0, 498845.0 ], [ 104780.0, 498996.0 ], [ 104578.0, 499109.0 ], [ 104468.0, 499168.0 ], [ 104418.0, 499255.0 ], [ 104383.0, 499413.0 ], [ 104361.0, 499604.0 ], [ 104361.0, 499771.0 ], [ 104412.0, 499917.0 ], [ 104494.0, 500053.0 ], [ 104637.0, 500305.0 ], [ 104661.0, 500326.0 ], [ 104699.0, 500286.0 ], [ 104630.0, 499910.0 ], [ 104602.0, 499702.0 ], [ 104609.0, 499509.0 ], [ 104717.0, 499288.0 ], [ 104850.0, 499168.0 ], [ 105015.0, 499036.0 ], [ 105130.0, 498896.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98245.0, 497407.0 ], [ 99043.0, 498012.0 ], [ 99208.0, 498237.0 ], [ 99493.0, 498505.0 ], [ 99805.0, 498648.0 ], [ 100154.0, 498716.0 ], [ 100375.0, 498775.0 ], [ 100531.0, 498877.0 ], [ 100571.0, 499106.0 ], [ 100510.0, 499427.0 ], [ 100632.0, 499724.0 ], [ 100992.0, 499915.0 ], [ 101316.0, 499959.0 ], [ 101616.0, 499929.0 ], [ 101865.0, 499982.0 ], [ 101940.0, 500139.0 ], [ 101795.0, 500275.0 ], [ 101679.0, 500392.0 ], [ 101644.0, 500628.0 ], [ 101414.0, 500787.0 ], [ 100950.0, 500893.0 ], [ 100539.0, 500979.0 ], [ 100108.0, 501075.0 ], [ 99870.0, 501223.0 ], [ 99582.0, 501409.0 ], [ 99226.0, 501508.0 ], [ 98319.0, 501478.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 98235.0, 496857.0 ], [ 99501.0, 497841.0 ], [ 99824.0, 498245.0 ], [ 100286.0, 498539.0 ], [ 100658.0, 498708.0 ], [ 100820.0, 498871.0 ], [ 100734.0, 499126.0 ], [ 100729.0, 499442.0 ], [ 100981.0, 499716.0 ], [ 101318.0, 499838.0 ], [ 101809.0, 499800.0 ], [ 102179.0, 499668.0 ], [ 102423.0, 499564.0 ], [ 102568.0, 499364.0 ], [ 102748.0, 499101.0 ], [ 102894.0, 499040.0 ], [ 103009.0, 498996.0 ], [ 103087.0, 498919.0 ], [ 103189.0, 498947.0 ], [ 103219.0, 499115.0 ], [ 103206.0, 499377.0 ], [ 103124.0, 499521.0 ], [ 103038.0, 499596.0 ], [ 102796.0, 499679.0 ], [ 102511.0, 499749.0 ], [ 102329.0, 499839.0 ], [ 102207.0, 499958.0 ], [ 102153.0, 500167.0 ], [ 102027.0, 500278.0 ], [ 101905.0, 500421.0 ], [ 101880.0, 500565.0 ], [ 101963.0, 500764.0 ], [ 102094.0, 500873.0 ], [ 102169.0, 500911.0 ], [ 102238.0, 500870.0 ], [ 102235.0, 500654.0 ], [ 102242.0, 500545.0 ], [ 102258.0, 500496.0 ], [ 102340.0, 500451.0 ], [ 102388.0, 500471.0 ], [ 102401.0, 500571.0 ], [ 102442.0, 500739.0 ], [ 102509.0, 500797.0 ], [ 102552.0, 500864.0 ], [ 102617.0, 500839.0 ], [ 102565.0, 500486.0 ], [ 102606.0, 500374.0 ], [ 102690.0, 500365.0 ], [ 102760.0, 500493.0 ], [ 102791.0, 500629.0 ], [ 102828.0, 500694.0 ], [ 102907.0, 500771.0 ], [ 102993.0, 500783.0 ], [ 103086.0, 500633.0 ], [ 103120.0, 500399.0 ], [ 103193.0, 500294.0 ], [ 103253.0, 500254.0 ], [ 103333.0, 500293.0 ], [ 103367.0, 500465.0 ], [ 103381.0, 500639.0 ], [ 103461.0, 500846.0 ], [ 103479.0, 501019.0 ], [ 103499.0, 501150.0 ], [ 103662.0, 501308.0 ], [ 103698.0, 501412.0 ], [ 103578.0, 501491.0 ], [ 103418.0, 501626.0 ], [ 103355.0, 501712.0 ], [ 103270.0, 501850.0 ], [ 103221.0, 502050.0 ], [ 103194.0, 502213.0 ], [ 103105.0, 502326.0 ], [ 102952.0, 502347.0 ], [ 102684.0, 502250.0 ], [ 102445.0, 502276.0 ], [ 102304.0, 502386.0 ], [ 102248.0, 502562.0 ], [ 102284.0, 502697.0 ], [ 102358.0, 502799.0 ], [ 102524.0, 502917.0 ], [ 102734.0, 503042.0 ], [ 102867.0, 503164.0 ], [ 102933.0, 503252.0 ], [ 102938.0, 503364.0 ], [ 102805.0, 503426.0 ], [ 102592.0, 503316.0 ], [ 102424.0, 503293.0 ], [ 102276.0, 503348.0 ], [ 102104.0, 503402.0 ], [ 101978.0, 503425.0 ], [ 101841.0, 503414.0 ], [ 101732.0, 503236.0 ], [ 101614.0, 503033.0 ], [ 101512.0, 502898.0 ], [ 101384.0, 502794.0 ], [ 101355.0, 502714.0 ], [ 101416.0, 502552.0 ], [ 101529.0, 502452.0 ], [ 101671.0, 502384.0 ], [ 101755.0, 502339.0 ], [ 101789.0, 502269.0 ], [ 101749.0, 502105.0 ], [ 101591.0, 502080.0 ], [ 101477.0, 502071.0 ], [ 101380.0, 501936.0 ], [ 101375.0, 501785.0 ], [ 101496.0, 501654.0 ], [ 101638.0, 501514.0 ], [ 101732.0, 501333.0 ], [ 101752.0, 501147.0 ], [ 101600.0, 501014.0 ], [ 101440.0, 501013.0 ], [ 101311.0, 501083.0 ], [ 101261.0, 501172.0 ], [ 101175.0, 501458.0 ], [ 101015.0, 501733.0 ], [ 100616.0, 501895.0 ], [ 100178.0, 501990.0 ], [ 99740.0, 502129.0 ], [ 99370.0, 502153.0 ], [ 98330.0, 502080.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31.geojson new file mode 100644 index 0000000..703cc70 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31.geojson @@ -0,0 +1,55 @@ +{ +"type": "FeatureCollection", +"name": "TS31", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 5, "TNODE_": 1, "LPOLY_": 2, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 106134.0, 513094.0 ], [ 106652.0, 513318.0 ], [ 107050.0, 513462.0 ], [ 107353.0, 513637.0 ], [ 107656.0, 513844.0 ], [ 107926.0, 514035.0 ], [ 108197.0, 514195.0 ], [ 108691.0, 514466.0 ], [ 109245.0, 514624.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 6, "TNODE_": 3, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 106367.0, 512785.0 ], [ 106668.0, 512952.0 ], [ 106891.0, 513047.0 ], [ 107209.0, 513239.0 ], [ 107624.0, 513462.0 ], [ 107990.0, 513637.0 ], [ 108388.0, 513844.0 ], [ 108787.0, 513940.0 ], [ 109243.0, 513991.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 7, "TNODE_": 8, "LPOLY_": 4, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106563.0, 512509.0 ], [ 106907.0, 512617.0 ], [ 107193.0, 512729.0 ], [ 107337.0, 512793.0 ], [ 107528.0, 512793.0 ], [ 107608.0, 512745.0 ], [ 107592.0, 512569.0 ], [ 107496.0, 512458.0 ], [ 107273.0, 512283.0 ], [ 107066.0, 512139.0 ], [ 106923.0, 512091.0 ], [ 106843.0, 512044.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 9, "TNODE_": 7, "LPOLY_": 4, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 104553.0, 511958.0 ], [ 104559.0, 512044.0 ], [ 104647.0, 512176.0 ], [ 104817.0, 512237.0 ], [ 105103.0, 512258.0 ], [ 105409.0, 512226.0 ], [ 105748.0, 512246.0 ], [ 106101.0, 512346.0 ], [ 106413.0, 512482.0 ], [ 106563.0, 512509.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 8, "TNODE_": 9, "LPOLY_": 4, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 106843.0, 512044.0 ], [ 106628.0, 511889.0 ], [ 106306.0, 511699.0 ], [ 105948.0, 511569.0 ], [ 105574.0, 511493.0 ], [ 105148.0, 511469.0 ], [ 104824.0, 511506.0 ], [ 104639.0, 511648.0 ], [ 104544.0, 511761.0 ], [ 104553.0, 511958.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 16, "FNODE_": 10, "TNODE_": 4, "LPOLY_": 4, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 107668.0, 511318.0 ], [ 108118.0, 511789.0 ], [ 108564.0, 512330.0 ], [ 108962.0, 513063.0 ], [ 109242.0, 513562.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 11, "TNODE_": 6, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 103468.0, 511283.0 ], [ 103448.0, 511345.0 ], [ 103571.0, 511491.0 ], [ 103812.0, 511606.0 ], [ 104144.0, 511702.0 ], [ 104278.0, 511770.0 ], [ 104382.0, 511892.0 ], [ 104418.0, 512132.0 ], [ 104518.0, 512314.0 ], [ 104752.0, 512453.0 ], [ 105000.0, 512518.0 ], [ 105273.0, 512533.0 ], [ 105535.0, 512596.0 ], [ 105782.0, 512608.0 ], [ 106070.0, 512658.0 ], [ 106367.0, 512785.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 10, "TNODE_": 11, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 107668.0, 511318.0 ], [ 107479.0, 511163.0 ], [ 107086.0, 510896.0 ], [ 106720.0, 510733.0 ], [ 106381.0, 510573.0 ], [ 106076.0, 510473.0 ], [ 105753.0, 510566.0 ], [ 105601.0, 510669.0 ], [ 105528.0, 510889.0 ], [ 105461.0, 511047.0 ], [ 105269.0, 511194.0 ], [ 105037.0, 511227.0 ], [ 104676.0, 511269.0 ], [ 104313.0, 511297.0 ], [ 104066.0, 511354.0 ], [ 103826.0, 511304.0 ], [ 103652.0, 511203.0 ], [ 103545.0, 511194.0 ], [ 103468.0, 511283.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 5, "TNODE_": 13, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 106134.0, 513094.0 ], [ 106091.0, 513054.0 ], [ 105838.0, 512903.0 ], [ 105332.0, 512788.0 ], [ 104917.0, 512676.0 ], [ 104517.0, 512643.0 ], [ 104176.0, 512723.0 ], [ 104026.0, 512902.0 ], [ 103930.0, 513155.0 ], [ 103820.0, 513485.0 ], [ 103703.0, 513559.0 ], [ 103475.0, 513557.0 ], [ 103285.0, 513458.0 ], [ 103141.0, 513337.0 ], [ 103089.0, 513189.0 ], [ 103106.0, 513025.0 ], [ 103222.0, 512844.0 ], [ 103429.0, 512723.0 ], [ 103714.0, 512602.0 ], [ 103905.0, 512470.0 ], [ 103968.0, 512267.0 ], [ 103928.0, 511998.0 ], [ 103678.0, 511793.0 ], [ 103249.0, 511660.0 ], [ 102942.0, 511476.0 ], [ 102803.0, 511145.0 ], [ 102701.0, 510765.0 ], [ 102493.0, 510427.0 ], [ 102025.0, 510334.0 ], [ 101753.0, 510327.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 12, "TNODE_": 12, "LPOLY_": 3, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 104592.0, 510360.0 ], [ 104548.0, 510509.0 ], [ 104457.0, 510661.0 ], [ 104402.0, 510733.0 ], [ 104336.0, 510842.0 ], [ 104384.0, 510963.0 ], [ 104499.0, 511013.0 ], [ 104656.0, 511066.0 ], [ 104848.0, 511115.0 ], [ 105027.0, 511064.0 ], [ 105174.0, 510917.0 ], [ 105212.0, 510796.0 ], [ 105194.0, 510611.0 ], [ 105119.0, 510365.0 ], [ 105060.0, 510215.0 ], [ 104943.0, 510109.0 ], [ 104826.0, 510098.0 ], [ 104688.0, 510145.0 ], [ 104607.0, 510250.0 ], [ 104592.0, 510360.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 17, "FNODE_": 15, "TNODE_": 16, "LPOLY_": 3, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 103515.0, 508633.0 ], [ 103603.0, 508591.0 ], [ 103678.0, 508516.0 ], [ 103816.0, 508365.0 ], [ 103917.0, 508202.0 ], [ 103992.0, 508051.0 ], [ 104024.0, 508008.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 17, "TNODE_": 15, "LPOLY_": 3, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 101114.0, 507441.0 ], [ 101314.0, 507437.0 ], [ 101602.0, 507385.0 ], [ 101771.0, 507369.0 ], [ 102028.0, 507453.0 ], [ 102235.0, 507472.0 ], [ 102442.0, 507437.0 ], [ 102562.0, 507433.0 ], [ 102632.0, 507528.0 ], [ 102755.0, 507642.0 ], [ 102984.0, 507660.0 ], [ 103097.0, 507689.0 ], [ 103141.0, 507799.0 ], [ 103122.0, 507945.0 ], [ 102985.0, 508090.0 ], [ 102850.0, 508280.0 ], [ 102891.0, 508550.0 ], [ 103053.0, 508698.0 ], [ 103335.0, 508714.0 ], [ 103515.0, 508633.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 19, "TNODE_": 18, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 107378.0, 507128.0 ], [ 107615.0, 507183.0 ], [ 107937.0, 507220.0 ], [ 108252.0, 507266.0 ], [ 108836.0, 507384.0 ], [ 109066.0, 507368.0 ], [ 109226.0, 507335.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 20, "TNODE_": 14, "LPOLY_": 3, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 104483.0, 506889.0 ], [ 104836.0, 507030.0 ], [ 105923.0, 507425.0 ], [ 106938.0, 508003.0 ], [ 107446.0, 508398.0 ], [ 107940.0, 508709.0 ], [ 108391.0, 508977.0 ], [ 108660.0, 509033.0 ], [ 109083.0, 509061.0 ], [ 109231.0, 509048.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 16, "TNODE_": 20, "LPOLY_": 3, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 104024.0, 508008.0 ], [ 103955.0, 507909.0 ], [ 103940.0, 507760.0 ], [ 104027.0, 507688.0 ], [ 103952.0, 507463.0 ], [ 103684.0, 507373.0 ], [ 103568.0, 507284.0 ], [ 103547.0, 507175.0 ], [ 103647.0, 507070.0 ], [ 103685.0, 506941.0 ], [ 103673.0, 506855.0 ], [ 103672.0, 506790.0 ], [ 103706.0, 506737.0 ], [ 103849.0, 506765.0 ], [ 104049.0, 506818.0 ], [ 104228.0, 506798.0 ], [ 104295.0, 506770.0 ], [ 104483.0, 506889.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 23, "TNODE_": 19, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 104681.0, 506409.0 ], [ 105005.0, 506451.0 ], [ 105499.0, 506607.0 ], [ 105908.0, 506776.0 ], [ 106289.0, 506875.0 ], [ 106557.0, 506973.0 ], [ 106840.0, 507030.0 ], [ 107108.0, 507058.0 ], [ 107378.0, 507128.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 24, "TNODE_": 25, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103741.0, 506180.0 ], [ 103684.0, 506223.0 ], [ 103497.0, 506279.0 ], [ 103420.0, 506226.0 ], [ 103446.0, 506133.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 24, "TNODE_": 26, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 103741.0, 506180.0 ], [ 103768.0, 506129.0 ], [ 103825.0, 506001.0 ], [ 103844.0, 505963.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 27, "TNODE_": 23, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103297.0, 505951.0 ], [ 103209.0, 505981.0 ], [ 103114.0, 505970.0 ], [ 103072.0, 505986.0 ], [ 103117.0, 506059.0 ], [ 103128.0, 506209.0 ], [ 103046.0, 506403.0 ], [ 102946.0, 506556.0 ], [ 102780.0, 506656.0 ], [ 102571.0, 506721.0 ], [ 102365.0, 506727.0 ], [ 102294.0, 506748.0 ], [ 102230.0, 506815.0 ], [ 102223.0, 506909.0 ], [ 102265.0, 507044.0 ], [ 102337.0, 507137.0 ], [ 102434.0, 507207.0 ], [ 102612.0, 507287.0 ], [ 102723.0, 507288.0 ], [ 102853.0, 507293.0 ], [ 102992.0, 507312.0 ], [ 103105.0, 507368.0 ], [ 103203.0, 507437.0 ], [ 103289.0, 507547.0 ], [ 103377.0, 507700.0 ], [ 103465.0, 507746.0 ], [ 103551.0, 507758.0 ], [ 103600.0, 507748.0 ], [ 103586.0, 507654.0 ], [ 103453.0, 507483.0 ], [ 103284.0, 507259.0 ], [ 103177.0, 507069.0 ], [ 103108.0, 506897.0 ], [ 103104.0, 506747.0 ], [ 103145.0, 506621.0 ], [ 103256.0, 506517.0 ], [ 103417.0, 506458.0 ], [ 103539.0, 506457.0 ], [ 103643.0, 506481.0 ], [ 103738.0, 506500.0 ], [ 103828.0, 506467.0 ], [ 103832.0, 506391.0 ], [ 103882.0, 506327.0 ], [ 104021.0, 506264.0 ], [ 104199.0, 506277.0 ], [ 104447.0, 506332.0 ], [ 104681.0, 506409.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 25, "TNODE_": 28, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103446.0, 506133.0 ], [ 103507.0, 506005.0 ], [ 103521.0, 505970.0 ], [ 103538.0, 505939.0 ], [ 103556.0, 505900.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 22, "TNODE_": 29, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 109226.0, 506720.0 ], [ 108894.0, 506446.0 ], [ 108346.0, 506189.0 ], [ 108025.0, 505914.0 ], [ 107847.0, 505858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 28, "TNODE_": 30, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 103556.0, 505900.0 ], [ 103561.0, 505877.0 ], [ 103512.0, 505782.0 ], [ 103434.0, 505716.0 ], [ 103403.0, 505718.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25, "FNODE_": 27, "TNODE_": 30, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 103297.0, 505951.0 ], [ 103313.0, 505921.0 ], [ 103313.0, 505899.0 ], [ 103291.0, 505886.0 ], [ 103273.0, 505837.0 ], [ 103269.0, 505802.0 ], [ 103278.0, 505749.0 ], [ 103313.0, 505714.0 ], [ 103375.0, 505700.0 ], [ 103403.0, 505718.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 31, "TNODE_": 29, "LPOLY_": 8, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105210.0, 505678.0 ], [ 105361.0, 505691.0 ], [ 105637.0, 505754.0 ], [ 105875.0, 505791.0 ], [ 106227.0, 505804.0 ], [ 106503.0, 505829.0 ], [ 106779.0, 505816.0 ], [ 107194.0, 505791.0 ], [ 107445.0, 505804.0 ], [ 107633.0, 505816.0 ], [ 107847.0, 505858.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 31, "TNODE_": 26, "LPOLY_": 7, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 105210.0, 505678.0 ], [ 104929.0, 505685.0 ], [ 104556.0, 505728.0 ], [ 104222.0, 505686.0 ], [ 104081.0, 505695.0 ], [ 103894.0, 505788.0 ], [ 103844.0, 505963.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 18, "FNODE_": 33, "TNODE_": 32, "LPOLY_": 7, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 104858.0, 505239.0 ], [ 105122.0, 505289.0 ], [ 105825.0, 505415.0 ], [ 106378.0, 505528.0 ], [ 106691.0, 505590.0 ], [ 106993.0, 505590.0 ], [ 107156.0, 505578.0 ], [ 107282.0, 505553.0 ], [ 107407.0, 505540.0 ], [ 107537.0, 505503.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 32, "TNODE_": 34, "LPOLY_": 7, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 107537.0, 505503.0 ], [ 108206.0, 505402.0 ], [ 108881.0, 505231.0 ], [ 109224.0, 505162.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 36, "TNODE_": 35, "LPOLY_": 11, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 103947.0, 504916.0 ], [ 104005.0, 504850.0 ], [ 104067.0, 504837.0 ], [ 104155.0, 504837.0 ], [ 104205.0, 504850.0 ], [ 104243.0, 504912.0 ], [ 104231.0, 504988.0 ], [ 104168.0, 505063.0 ], [ 104042.0, 505076.0 ], [ 103997.0, 505114.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 36, "TNODE_": 35, "LPOLY_": 10, "RPOLY_": 11 }, "geometry": { "type": "LineString", "coordinates": [ [ 103947.0, 504916.0 ], [ 103846.0, 504963.0 ], [ 103659.0, 505018.0 ], [ 103403.0, 504947.0 ], [ 103186.0, 504951.0 ], [ 103020.0, 504980.0 ], [ 102833.0, 504947.0 ], [ 102600.0, 504815.0 ], [ 102421.0, 504732.0 ], [ 102208.0, 504757.0 ], [ 102160.0, 504832.0 ], [ 102200.0, 504982.0 ], [ 102348.0, 505136.0 ], [ 102591.0, 505273.0 ], [ 102785.0, 505331.0 ], [ 103009.0, 505355.0 ], [ 103196.0, 505408.0 ], [ 103358.0, 505477.0 ], [ 103493.0, 505543.0 ], [ 103589.0, 505585.0 ], [ 103659.0, 505506.0 ], [ 103728.0, 505306.0 ], [ 103997.0, 505114.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 37, "TNODE_": 21, "LPOLY_": 9, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 100280.0, 504510.0 ], [ 100456.0, 504491.0 ], [ 100744.0, 504506.0 ], [ 100926.0, 504567.0 ], [ 101094.0, 504749.0 ], [ 101077.0, 505089.0 ], [ 101122.0, 505337.0 ], [ 101365.0, 505492.0 ], [ 101873.0, 505600.0 ], [ 101905.0, 505724.0 ], [ 101743.0, 505826.0 ], [ 101557.0, 506010.0 ], [ 101563.0, 506244.0 ], [ 101550.0, 506516.0 ], [ 101353.0, 506742.0 ], [ 101034.0, 506867.0 ], [ 100981.0, 506870.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 40, "TNODE_": 39, "LPOLY_": 13, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 103687.0, 503492.0 ], [ 103723.0, 503650.0 ], [ 103730.0, 503819.0 ], [ 103604.0, 503956.0 ], [ 103265.0, 503662.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 38, "TNODE_": 41, "LPOLY_": 12, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 102820.0, 503752.0 ], [ 102546.0, 503658.0 ], [ 102278.0, 503609.0 ], [ 101594.0, 503536.0 ], [ 100812.0, 503536.0 ], [ 100128.0, 503389.0 ], [ 99882.0, 503382.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 42, "TNODE_": 38, "LPOLY_": 12, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 104122.0, 503198.0 ], [ 104124.0, 503240.0 ], [ 104048.0, 503631.0 ], [ 104041.0, 503849.0 ], [ 104106.0, 504154.0 ], [ 104113.0, 504427.0 ], [ 103943.0, 504665.0 ], [ 103669.0, 504697.0 ], [ 103390.0, 504518.0 ], [ 103274.0, 504205.0 ], [ 103212.0, 503933.0 ], [ 102869.0, 503757.0 ], [ 102820.0, 503752.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 39, "TNODE_": 43, "LPOLY_": 13, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 103265.0, 503662.0 ], [ 102962.0, 503487.0 ], [ 102620.0, 503414.0 ], [ 102204.0, 503365.0 ], [ 101887.0, 503389.0 ], [ 101545.0, 503316.0 ], [ 101129.0, 503169.0 ], [ 100861.0, 503047.0 ], [ 100519.0, 502803.0 ], [ 100225.0, 502632.0 ], [ 99932.0, 502583.0 ], [ 99617.0, 502582.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 42, "TNODE_": 44, "LPOLY_": 7, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 104122.0, 503198.0 ], [ 103988.0, 502998.0 ], [ 103914.0, 502803.0 ], [ 103866.0, 502559.0 ], [ 103817.0, 502290.0 ], [ 103818.0, 502205.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 46, "TNODE_": 40, "LPOLY_": 13, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 103811.0, 500753.0 ], [ 103621.0, 500897.0 ], [ 103426.0, 500946.0 ], [ 103011.0, 500922.0 ], [ 102791.0, 500995.0 ], [ 102595.0, 501239.0 ], [ 102522.0, 501508.0 ], [ 102571.0, 501801.0 ], [ 102815.0, 502192.0 ], [ 103108.0, 502656.0 ], [ 103426.0, 503047.0 ], [ 103572.0, 503316.0 ], [ 103687.0, 503492.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 47, "TNODE_": 45, "LPOLY_": 14, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 103722.0, 500421.0 ], [ 103182.0, 500506.0 ], [ 102864.0, 500580.0 ], [ 102571.0, 500506.0 ], [ 102278.0, 500287.0 ], [ 102082.0, 500213.0 ], [ 101862.0, 500287.0 ], [ 101862.0, 500506.0 ], [ 101984.0, 500751.0 ], [ 102082.0, 500922.0 ], [ 101984.0, 501142.0 ], [ 101838.0, 501386.0 ], [ 101838.0, 501630.0 ], [ 101984.0, 501923.0 ], [ 102082.0, 502046.0 ], [ 102082.0, 502241.0 ], [ 102033.0, 502436.0 ], [ 101838.0, 502681.0 ], [ 101667.0, 502827.0 ], [ 101496.0, 502852.0 ], [ 101325.0, 502730.0 ], [ 101227.0, 502534.0 ], [ 101080.0, 502363.0 ], [ 100836.0, 502070.0 ], [ 100299.0, 501850.0 ], [ 99883.0, 501850.0 ], [ 99382.0, 501871.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 48, "TNODE_": 47, "LPOLY_": 14, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 104745.0, 499952.0 ], [ 104737.0, 500031.0 ], [ 104529.0, 500243.0 ], [ 104179.0, 500324.0 ], [ 103815.0, 500374.0 ], [ 103722.0, 500421.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 49, "TNODE_": 46, "LPOLY_": 13, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 105034.0, 499776.0 ], [ 105043.0, 499922.0 ], [ 104870.0, 500230.0 ], [ 104619.0, 500483.0 ], [ 104341.0, 500533.0 ], [ 104021.0, 500638.0 ], [ 103811.0, 500753.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 50, "TNODE_": 44, "LPOLY_": 12, "RPOLY_": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 105426.0, 499391.0 ], [ 105520.0, 499626.0 ], [ 105520.0, 499972.0 ], [ 105375.0, 500314.0 ], [ 105089.0, 500638.0 ], [ 104805.0, 500892.0 ], [ 104644.0, 501071.0 ], [ 104487.0, 501253.0 ], [ 104196.0, 501281.0 ], [ 103918.0, 501291.0 ], [ 103802.0, 501481.0 ], [ 103813.0, 501820.0 ], [ 103818.0, 502205.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 51, "TNODE_": 33, "LPOLY_": 7, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 108525.0, 498203.0 ], [ 108595.0, 498446.0 ], [ 108866.0, 498969.0 ], [ 108968.0, 499213.0 ], [ 108938.0, 499645.0 ], [ 108779.0, 500251.0 ], [ 108551.0, 500862.0 ], [ 108243.0, 501329.0 ], [ 107812.0, 501539.0 ], [ 107305.0, 501614.0 ], [ 107112.0, 501756.0 ], [ 107113.0, 502138.0 ], [ 107267.0, 502590.0 ], [ 107323.0, 502995.0 ], [ 107231.0, 503551.0 ], [ 106977.0, 503873.0 ], [ 106604.0, 504211.0 ], [ 106017.0, 504240.0 ], [ 105417.0, 504222.0 ], [ 104942.0, 504289.0 ], [ 104560.0, 504413.0 ], [ 104284.0, 504572.0 ], [ 103938.0, 504746.0 ], [ 103648.0, 504815.0 ], [ 103352.0, 504780.0 ], [ 103067.0, 504802.0 ], [ 102857.0, 504799.0 ], [ 102765.0, 504737.0 ], [ 102712.0, 504533.0 ], [ 102628.0, 504423.0 ], [ 102454.0, 504413.0 ], [ 102290.0, 504467.0 ], [ 102037.0, 504510.0 ], [ 101825.0, 504593.0 ], [ 101756.0, 504764.0 ], [ 101863.0, 505005.0 ], [ 102036.0, 505245.0 ], [ 102266.0, 505356.0 ], [ 102509.0, 505446.0 ], [ 102721.0, 505575.0 ], [ 102707.0, 505780.0 ], [ 102090.0, 505958.0 ], [ 101911.0, 506126.0 ], [ 101981.0, 506311.0 ], [ 102144.0, 506509.0 ], [ 102345.0, 506562.0 ], [ 102514.0, 506564.0 ], [ 102720.0, 506523.0 ], [ 102803.0, 506452.0 ], [ 102815.0, 506331.0 ], [ 102809.0, 506190.0 ], [ 102828.0, 506039.0 ], [ 102845.0, 505948.0 ], [ 102902.0, 505904.0 ], [ 102997.0, 505892.0 ], [ 103044.0, 505873.0 ], [ 103054.0, 505818.0 ], [ 103015.0, 505736.0 ], [ 102936.0, 505654.0 ], [ 102932.0, 505523.0 ], [ 102993.0, 505472.0 ], [ 103107.0, 505507.0 ], [ 103205.0, 505550.0 ], [ 103286.0, 505594.0 ], [ 103318.0, 505621.0 ], [ 103397.0, 505675.0 ], [ 103531.0, 505675.0 ], [ 103633.0, 505652.0 ], [ 103764.0, 505595.0 ], [ 103848.0, 505462.0 ], [ 103943.0, 505359.0 ], [ 104180.0, 505276.0 ], [ 104315.0, 505256.0 ], [ 104517.0, 505223.0 ], [ 104765.0, 505216.0 ], [ 104858.0, 505239.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 48, "TNODE_": 52, "LPOLY_": 13, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 104745.0, 499952.0 ], [ 104672.0, 499676.0 ], [ 104525.0, 499383.0 ], [ 104281.0, 499041.0 ], [ 104086.0, 498601.0 ], [ 103866.0, 498186.0 ], [ 103597.0, 498088.0 ], [ 103328.0, 498063.0 ], [ 103108.0, 498161.0 ], [ 102986.0, 498381.0 ], [ 102986.0, 498650.0 ], [ 103035.0, 498992.0 ], [ 103059.0, 499285.0 ], [ 102986.0, 499602.0 ], [ 102815.0, 499725.0 ], [ 102644.0, 499773.0 ], [ 102351.0, 499749.0 ], [ 102107.0, 499676.0 ], [ 101618.0, 499383.0 ], [ 100616.0, 498992.0 ], [ 99566.0, 498723.0 ], [ 98637.0, 498357.0 ], [ 98265.0, 498185.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 50, "TNODE_": 53, "LPOLY_": 7, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 105426.0, 499391.0 ], [ 105307.0, 499089.0 ], [ 105283.0, 498845.0 ], [ 105331.0, 498528.0 ], [ 105405.0, 498259.0 ], [ 105405.0, 498186.0 ], [ 105451.0, 497811.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 49, "TNODE_": 54, "LPOLY_": 12, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 105034.0, 499776.0 ], [ 104818.0, 499187.0 ], [ 104525.0, 498772.0 ], [ 104257.0, 498186.0 ], [ 104061.0, 497770.0 ], [ 103792.0, 497550.0 ], [ 103450.0, 497501.0 ], [ 103157.0, 497575.0 ], [ 102888.0, 497795.0 ], [ 102717.0, 497990.0 ], [ 102644.0, 498210.0 ], [ 102595.0, 498650.0 ], [ 102644.0, 499138.0 ], [ 102693.0, 499358.0 ], [ 102571.0, 499456.0 ], [ 102400.0, 499505.0 ], [ 102204.0, 499407.0 ], [ 102009.0, 499114.0 ], [ 101618.0, 498918.0 ], [ 100812.0, 498405.0 ], [ 99957.0, 497941.0 ], [ 99444.0, 497746.0 ], [ 99004.0, 497648.0 ], [ 98248.0, 497354.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 53, "TNODE_": 55, "LPOLY_": 7, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 105451.0, 497811.0 ], [ 105191.0, 497633.0 ], [ 104840.0, 497463.0 ], [ 104539.0, 497262.0 ], [ 104308.0, 497081.0 ], [ 104073.0, 496935.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 56, "TNODE_": 51, "LPOLY_": 7, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 107875.0, 496375.0 ], [ 108525.0, 498203.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 55, "TNODE_": 58, "LPOLY_": 7, "RPOLY_": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ 104073.0, 496935.0 ], [ 103621.0, 496720.0 ], [ 103157.0, 496549.0 ], [ 102962.0, 496622.0 ], [ 102840.0, 496891.0 ], [ 102693.0, 497111.0 ], [ 102473.0, 497404.0 ], [ 102180.0, 497526.0 ], [ 101765.0, 497501.0 ], [ 101496.0, 497282.0 ], [ 101080.0, 496866.0 ], [ 100615.0, 496213.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_interpolation_points.geojson new file mode 100644 index 0000000..e904697 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_interpolation_points.geojson @@ -0,0 +1,756 @@ +{ +"type": "FeatureCollection", +"name": "TS31_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106134.0, 513094.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106652.0, 513318.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107050.0, 513462.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107353.0, 513637.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107656.0, 513844.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107926.0, 514035.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108197.0, 514195.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108691.0, 514466.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 109245.0, 514624.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106134.0, 513094.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106091.0, 513054.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105838.0, 512903.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105332.0, 512788.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 512676.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 512643.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104176.0, 512723.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 512902.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 513155.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 513485.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 513559.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 513557.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 513458.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 513337.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 513189.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 513025.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 512844.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 512723.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 512602.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 512470.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 512267.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 511793.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 511660.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 511476.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102803.0, 511145.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 510765.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102493.0, 510427.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101753.0, 510327.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106367.0, 512785.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 512952.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106891.0, 513047.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 107209.0, 513239.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 107624.0, 513462.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 107990.0, 513637.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 108388.0, 513844.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 108787.0, 513940.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 109243.0, 513991.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 107668.0, 511318.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 108118.0, 511789.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 108564.0, 512330.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 108962.0, 513063.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 109242.0, 513562.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 511283.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 511345.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 511491.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 511606.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104144.0, 511702.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104278.0, 511770.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104382.0, 511892.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 512132.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 512314.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104752.0, 512453.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 512518.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 512533.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105535.0, 512596.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 512608.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106070.0, 512658.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106367.0, 512785.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 107668.0, 511318.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 107479.0, 511163.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 510896.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106720.0, 510733.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 510573.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 510473.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 510566.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 510669.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 510889.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105461.0, 511047.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 105037.0, 511227.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104676.0, 511269.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 511354.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103826.0, 511304.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 511203.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 511283.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106563.0, 512509.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106907.0, 512617.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107193.0, 512729.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 512793.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107528.0, 512793.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107608.0, 512745.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107592.0, 512569.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107496.0, 512458.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 512283.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 107066.0, 512139.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106923.0, 512091.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 512044.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 511958.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 512044.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104647.0, 512176.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 512237.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105103.0, 512258.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 512226.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 512246.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106101.0, 512346.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106413.0, 512482.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106563.0, 512509.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 512044.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106628.0, 511889.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 106306.0, 511699.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 511569.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 511493.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 511469.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104824.0, 511506.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 511648.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "value": -50.0 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 511958.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 510360.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 510509.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104457.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104402.0, 510733.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 510842.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104384.0, 510963.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 511013.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104656.0, 511066.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 511064.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105174.0, 510917.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105119.0, 510365.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105060.0, 510215.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104943.0, 510109.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104826.0, 510098.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104688.0, 510145.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 510250.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 510360.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 508633.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 508591.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103816.0, 508365.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 508202.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103992.0, 508051.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 508008.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101114.0, 507441.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101314.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101602.0, 507385.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101771.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 507453.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 507472.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102562.0, 507433.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 507528.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 507642.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507660.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 507689.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 507799.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 507945.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 508090.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 508280.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 508550.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 508698.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103335.0, 508714.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 508633.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104836.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105923.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106543.0, 507778.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106938.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 508398.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107940.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108391.0, 508977.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108660.0, 509033.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 109083.0, 509061.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 109231.0, 509048.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 508008.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 507760.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104027.0, 507688.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 507463.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 507373.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 507070.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506941.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 506790.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103706.0, 506737.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104049.0, 506818.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104228.0, 506798.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104295.0, 506770.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107378.0, 507128.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107615.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107937.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 108252.0, 507266.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 108523.0, 507321.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 108836.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 109066.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 109226.0, 507335.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 106289.0, 506875.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 506973.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107108.0, 507058.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107378.0, 507128.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 506279.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 506226.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 506133.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 506129.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 506089.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 506001.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 505981.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 505970.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 505986.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 506059.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103046.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 506556.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506656.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102365.0, 506727.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 506815.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 506909.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 507044.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 507137.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 507207.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102612.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102723.0, 507288.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507293.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507312.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 507547.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103377.0, 507700.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 507746.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 507758.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 507748.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 507654.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 507483.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103284.0, 507259.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 507069.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 506897.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103104.0, 506747.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103256.0, 506517.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 506458.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 506481.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103738.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103828.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 506391.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 506327.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104021.0, 506264.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104199.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 506133.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 506085.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103490.0, 506041.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 506005.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505970.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505939.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 109226.0, 506720.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 108894.0, 506446.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 108346.0, 506189.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 108025.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107847.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505877.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 505782.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103434.0, 505716.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 505718.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 505921.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 505886.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 505802.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 505749.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 505718.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105875.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 106227.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 106503.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 106779.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107194.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107445.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107633.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 107847.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104929.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 505728.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104222.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 505788.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108525.0, 498203.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108595.0, 498446.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108866.0, 498969.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108968.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108938.0, 499645.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108779.0, 500251.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108551.0, 500862.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108243.0, 501329.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107812.0, 501539.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107305.0, 501614.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107112.0, 501756.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107113.0, 502138.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107267.0, 502590.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107323.0, 502995.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107231.0, 503551.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106977.0, 503873.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106604.0, 504211.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106017.0, 504240.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 504222.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104942.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 504413.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 504572.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 504746.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103067.0, 504802.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 504799.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102765.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 504423.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 504413.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 504467.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102037.0, 504510.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101825.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 504764.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101863.0, 505005.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102036.0, 505245.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 505356.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 505446.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 505575.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 505780.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 505871.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 506126.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 506311.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 506509.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 506562.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102514.0, 506564.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 506523.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102803.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506331.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 506190.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 506039.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102845.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 505904.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 505873.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 505818.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 505736.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 505654.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 505472.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 505550.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 505594.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 505621.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103397.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 505652.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 505595.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103848.0, 505462.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 505359.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104180.0, 505276.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 505256.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 505223.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104765.0, 505216.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104858.0, 505239.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 104858.0, 505239.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105122.0, 505289.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 505415.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106378.0, 505528.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106691.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106842.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107156.0, 505578.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107282.0, 505553.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107407.0, 505540.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107537.0, 505503.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107537.0, 505503.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108206.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108881.0, 505231.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 109224.0, 505162.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 107875.0, 496375.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.0 }, "geometry": { "type": "Point", "coordinates": [ 108525.0, 498203.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 504916.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104005.0, 504850.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 504837.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104155.0, 504837.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 504850.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104243.0, 504912.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104231.0, 504988.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104168.0, 505063.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 505076.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 505114.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 504916.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 504963.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 505018.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 504947.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 504951.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 504980.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 504947.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102421.0, 504732.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102208.0, 504757.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 504832.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 504982.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 505136.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 505273.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 505355.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 505408.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 505477.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 505543.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 505585.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 505506.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 505306.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 505177.0 ] } }, +{ "type": "Feature", "properties": { "value": -60.0 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 505114.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100280.0, 504510.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100456.0, 504491.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100744.0, 504506.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100926.0, 504567.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101094.0, 504749.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101077.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101122.0, 505337.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101365.0, 505492.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101663.0, 505556.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 505724.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 505826.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101557.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101563.0, 506244.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101550.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101353.0, 506742.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101034.0, 506867.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100981.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 503662.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 503487.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102620.0, 503414.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 503365.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 503389.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101129.0, 503169.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100861.0, 503047.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100519.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100225.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99932.0, 502583.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99617.0, 502582.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103811.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 500897.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 500946.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 500922.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 500995.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102522.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 501801.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 502656.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 503047.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 503492.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105034.0, 499776.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 499922.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 500483.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104021.0, 500638.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103811.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105034.0, 499776.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104818.0, 499187.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 498772.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 497770.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 497501.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 497575.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 497795.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102717.0, 497990.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 498210.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 499138.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 499358.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 499456.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 499505.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 499114.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100812.0, 498405.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99957.0, 497941.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99444.0, 497746.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99004.0, 497648.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 497354.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 503492.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 503650.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 503819.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103423.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 503662.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 503198.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 503240.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104048.0, 503631.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 503849.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104106.0, 504154.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 504427.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 504665.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 504697.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 504518.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 504205.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102869.0, 503757.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 503752.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 503198.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103988.0, 502998.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103866.0, 502559.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 502290.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105426.0, 499391.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 500314.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 500638.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104805.0, 500892.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104644.0, 501071.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104487.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 501281.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 501291.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 501481.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501820.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105426.0, 499391.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 499089.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105283.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105331.0, 498528.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 498259.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 497811.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 497811.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 497633.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 497463.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 497262.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 497081.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104073.0, 496935.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104073.0, 496935.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 496720.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 496549.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 496622.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 496891.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 497111.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 497404.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 497526.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101765.0, 497501.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 497282.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 496866.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100615.0, 496213.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 503752.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 503609.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101594.0, 503536.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100812.0, 503536.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100470.0, 503463.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 100128.0, 503389.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 99882.0, 503382.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 500580.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 500213.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 500751.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 500922.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 501142.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101838.0, 501386.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101838.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 502046.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102033.0, 502436.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101838.0, 502681.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101667.0, 502827.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 502852.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101325.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101227.0, 502534.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100836.0, 502070.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100299.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99883.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99382.0, 501871.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104745.0, 499952.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104737.0, 500031.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104529.0, 500243.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 500324.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104745.0, 499952.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104672.0, 499676.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 499383.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 499041.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104086.0, 498601.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103866.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 498088.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 498063.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 498161.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 498381.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 498992.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 499285.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 499602.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 499725.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 499773.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102351.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 499676.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 499383.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100616.0, 498992.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99566.0, 498723.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98637.0, 498357.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98265.0, 498185.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.239998 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": -69.610001 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.739998 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.779999 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": -67.099998 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "value": -73.199997 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.93 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "value": -64.949997 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "value": -79.480003 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -46.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.5 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.300003 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.150002 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": -78.290001 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.370003 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": -63.84 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "value": -78.18 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": -62.610001 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.870003 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.309998 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.470001 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": -67.339996 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -68.089996 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": -72.379997 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.029999 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": -71.550003 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -65.889999 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "value": -71.980003 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": -79.809998 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.199997 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -81.129997 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": -81.139999 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.2 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "value": -102.0 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": -93.559998 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -106.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.800003 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "value": -79.510002 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.139999 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "value": -97.809998 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.5 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.209999 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": -99.510002 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.0 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": -71.900002 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "value": -106.0 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": -67.43 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "value": -84.75 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -81.139999 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "value": -83.470001 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -79.910004 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "value": -55.630001 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": -61.849998 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": -76.059998 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.199997 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.43 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -77.110001 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -66.839996 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.190002 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "value": -102.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": -76.099998 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": -82.099998 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": -94.370003 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.839996 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": -103.2 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": -104.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": -106.1 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.1 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": -88.010002 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": -113.2 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": -92.190002 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.82 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": -79.290001 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -76.919998 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -78.580002 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": -76.449997 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.970001 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": -61.25 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.2 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": -73.199997 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -71.160004 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -81.150002 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": -76.190002 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -77.160004 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.900002 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -76.309998 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.160004 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.150002 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -78.510002 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.32 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": -89.709999 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": -99.110001 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.5 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -81.889999 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": -83.25 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": -77.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": -104.5 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -70.800003 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": -74.779999 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "value": -109.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.110001 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values.geojson new file mode 100644 index 0000000..3f09388 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values.geojson @@ -0,0 +1,20 @@ +{ +"type": "FeatureCollection", +"name": "TS31_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106134.0, 513094.0 ], [ 106652.0, 513318.0 ], [ 107050.0, 513462.0 ], [ 107353.0, 513637.0 ], [ 107656.0, 513844.0 ], [ 107926.0, 514035.0 ], [ 108197.0, 514195.0 ], [ 108691.0, 514466.0 ], [ 109245.0, 514624.0 ] ], [ [ 106134.0, 513094.0 ], [ 106091.0, 513054.0 ], [ 105838.0, 512903.0 ], [ 105332.0, 512788.0 ], [ 104917.0, 512676.0 ], [ 104517.0, 512643.0 ], [ 104176.0, 512723.0 ], [ 104026.0, 512902.0 ], [ 103930.0, 513155.0 ], [ 103820.0, 513485.0 ], [ 103703.0, 513559.0 ], [ 103475.0, 513557.0 ], [ 103285.0, 513458.0 ], [ 103141.0, 513337.0 ], [ 103089.0, 513189.0 ], [ 103106.0, 513025.0 ], [ 103222.0, 512844.0 ], [ 103429.0, 512723.0 ], [ 103714.0, 512602.0 ], [ 103905.0, 512470.0 ], [ 103968.0, 512267.0 ], [ 103928.0, 511998.0 ], [ 103678.0, 511793.0 ], [ 103249.0, 511660.0 ], [ 102942.0, 511476.0 ], [ 102803.0, 511145.0 ], [ 102701.0, 510765.0 ], [ 102493.0, 510427.0 ], [ 102025.0, 510334.0 ], [ 101753.0, 510327.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106367.0, 512785.0 ], [ 106668.0, 512952.0 ], [ 106891.0, 513047.0 ], [ 107209.0, 513239.0 ], [ 107624.0, 513462.0 ], [ 107990.0, 513637.0 ], [ 108388.0, 513844.0 ], [ 108787.0, 513940.0 ], [ 109243.0, 513991.0 ] ], [ [ 107668.0, 511318.0 ], [ 108118.0, 511789.0 ], [ 108564.0, 512330.0 ], [ 108962.0, 513063.0 ], [ 109242.0, 513562.0 ] ], [ [ 103468.0, 511283.0 ], [ 103448.0, 511345.0 ], [ 103571.0, 511491.0 ], [ 103812.0, 511606.0 ], [ 104144.0, 511702.0 ], [ 104278.0, 511770.0 ], [ 104382.0, 511892.0 ], [ 104418.0, 512132.0 ], [ 104518.0, 512314.0 ], [ 104752.0, 512453.0 ], [ 105000.0, 512518.0 ], [ 105273.0, 512533.0 ], [ 105535.0, 512596.0 ], [ 105782.0, 512608.0 ], [ 106070.0, 512658.0 ], [ 106367.0, 512785.0 ] ], [ [ 107668.0, 511318.0 ], [ 107479.0, 511163.0 ], [ 107086.0, 510896.0 ], [ 106720.0, 510733.0 ], [ 106381.0, 510573.0 ], [ 106076.0, 510473.0 ], [ 105753.0, 510566.0 ], [ 105601.0, 510669.0 ], [ 105528.0, 510889.0 ], [ 105461.0, 511047.0 ], [ 105269.0, 511194.0 ], [ 105037.0, 511227.0 ], [ 104676.0, 511269.0 ], [ 104313.0, 511297.0 ], [ 104066.0, 511354.0 ], [ 103826.0, 511304.0 ], [ 103652.0, 511203.0 ], [ 103545.0, 511194.0 ], [ 103468.0, 511283.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106563.0, 512509.0 ], [ 106907.0, 512617.0 ], [ 107193.0, 512729.0 ], [ 107337.0, 512793.0 ], [ 107528.0, 512793.0 ], [ 107608.0, 512745.0 ], [ 107592.0, 512569.0 ], [ 107496.0, 512458.0 ], [ 107273.0, 512283.0 ], [ 107066.0, 512139.0 ], [ 106923.0, 512091.0 ], [ 106843.0, 512044.0 ] ], [ [ 104553.0, 511958.0 ], [ 104559.0, 512044.0 ], [ 104647.0, 512176.0 ], [ 104817.0, 512237.0 ], [ 105103.0, 512258.0 ], [ 105409.0, 512226.0 ], [ 105748.0, 512246.0 ], [ 106101.0, 512346.0 ], [ 106413.0, 512482.0 ], [ 106563.0, 512509.0 ] ], [ [ 106843.0, 512044.0 ], [ 106628.0, 511889.0 ], [ 106306.0, 511699.0 ], [ 105948.0, 511569.0 ], [ 105574.0, 511493.0 ], [ 105148.0, 511469.0 ], [ 104824.0, 511506.0 ], [ 104639.0, 511648.0 ], [ 104544.0, 511761.0 ], [ 104553.0, 511958.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104592.0, 510360.0 ], [ 104548.0, 510509.0 ], [ 104457.0, 510661.0 ], [ 104402.0, 510733.0 ], [ 104336.0, 510842.0 ], [ 104384.0, 510963.0 ], [ 104499.0, 511013.0 ], [ 104656.0, 511066.0 ], [ 104848.0, 511115.0 ], [ 105027.0, 511064.0 ], [ 105174.0, 510917.0 ], [ 105212.0, 510796.0 ], [ 105194.0, 510611.0 ], [ 105119.0, 510365.0 ], [ 105060.0, 510215.0 ], [ 104943.0, 510109.0 ], [ 104826.0, 510098.0 ], [ 104688.0, 510145.0 ], [ 104607.0, 510250.0 ], [ 104592.0, 510360.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103515.0, 508633.0 ], [ 103603.0, 508591.0 ], [ 103678.0, 508516.0 ], [ 103816.0, 508365.0 ], [ 103917.0, 508202.0 ], [ 103992.0, 508051.0 ], [ 104024.0, 508008.0 ] ], [ [ 101114.0, 507441.0 ], [ 101314.0, 507437.0 ], [ 101602.0, 507385.0 ], [ 101771.0, 507369.0 ], [ 102028.0, 507453.0 ], [ 102235.0, 507472.0 ], [ 102442.0, 507437.0 ], [ 102562.0, 507433.0 ], [ 102632.0, 507528.0 ], [ 102755.0, 507642.0 ], [ 102984.0, 507660.0 ], [ 103097.0, 507689.0 ], [ 103141.0, 507799.0 ], [ 103122.0, 507945.0 ], [ 102985.0, 508090.0 ], [ 102850.0, 508280.0 ], [ 102891.0, 508550.0 ], [ 103053.0, 508698.0 ], [ 103335.0, 508714.0 ], [ 103515.0, 508633.0 ] ], [ [ 104483.0, 506889.0 ], [ 104836.0, 507030.0 ], [ 105923.0, 507425.0 ], [ 106938.0, 508003.0 ], [ 107446.0, 508398.0 ], [ 107940.0, 508709.0 ], [ 108391.0, 508977.0 ], [ 108660.0, 509033.0 ], [ 109083.0, 509061.0 ], [ 109231.0, 509048.0 ] ], [ [ 104024.0, 508008.0 ], [ 103955.0, 507909.0 ], [ 103940.0, 507760.0 ], [ 104027.0, 507688.0 ], [ 103952.0, 507463.0 ], [ 103684.0, 507373.0 ], [ 103568.0, 507284.0 ], [ 103547.0, 507175.0 ], [ 103647.0, 507070.0 ], [ 103685.0, 506941.0 ], [ 103673.0, 506855.0 ], [ 103672.0, 506790.0 ], [ 103706.0, 506737.0 ], [ 103849.0, 506765.0 ], [ 104049.0, 506818.0 ], [ 104228.0, 506798.0 ], [ 104295.0, 506770.0 ], [ 104483.0, 506889.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107378.0, 507128.0 ], [ 107615.0, 507183.0 ], [ 107937.0, 507220.0 ], [ 108252.0, 507266.0 ], [ 108836.0, 507384.0 ], [ 109066.0, 507368.0 ], [ 109226.0, 507335.0 ] ], [ [ 104681.0, 506409.0 ], [ 105005.0, 506451.0 ], [ 105499.0, 506607.0 ], [ 105908.0, 506776.0 ], [ 106289.0, 506875.0 ], [ 106557.0, 506973.0 ], [ 106840.0, 507030.0 ], [ 107108.0, 507058.0 ], [ 107378.0, 507128.0 ] ], [ [ 103741.0, 506180.0 ], [ 103684.0, 506223.0 ], [ 103497.0, 506279.0 ], [ 103420.0, 506226.0 ], [ 103446.0, 506133.0 ] ], [ [ 103741.0, 506180.0 ], [ 103768.0, 506129.0 ], [ 103825.0, 506001.0 ], [ 103844.0, 505963.0 ] ], [ [ 103297.0, 505951.0 ], [ 103209.0, 505981.0 ], [ 103114.0, 505970.0 ], [ 103072.0, 505986.0 ], [ 103117.0, 506059.0 ], [ 103128.0, 506209.0 ], [ 103046.0, 506403.0 ], [ 102946.0, 506556.0 ], [ 102780.0, 506656.0 ], [ 102571.0, 506721.0 ], [ 102365.0, 506727.0 ], [ 102294.0, 506748.0 ], [ 102230.0, 506815.0 ], [ 102223.0, 506909.0 ], [ 102265.0, 507044.0 ], [ 102337.0, 507137.0 ], [ 102434.0, 507207.0 ], [ 102612.0, 507287.0 ], [ 102723.0, 507288.0 ], [ 102853.0, 507293.0 ], [ 102992.0, 507312.0 ], [ 103105.0, 507368.0 ], [ 103203.0, 507437.0 ], [ 103289.0, 507547.0 ], [ 103377.0, 507700.0 ], [ 103465.0, 507746.0 ], [ 103551.0, 507758.0 ], [ 103600.0, 507748.0 ], [ 103586.0, 507654.0 ], [ 103453.0, 507483.0 ], [ 103284.0, 507259.0 ], [ 103177.0, 507069.0 ], [ 103108.0, 506897.0 ], [ 103104.0, 506747.0 ], [ 103145.0, 506621.0 ], [ 103256.0, 506517.0 ], [ 103417.0, 506458.0 ], [ 103539.0, 506457.0 ], [ 103643.0, 506481.0 ], [ 103738.0, 506500.0 ], [ 103828.0, 506467.0 ], [ 103832.0, 506391.0 ], [ 103882.0, 506327.0 ], [ 104021.0, 506264.0 ], [ 104199.0, 506277.0 ], [ 104447.0, 506332.0 ], [ 104681.0, 506409.0 ] ], [ [ 103446.0, 506133.0 ], [ 103507.0, 506005.0 ], [ 103521.0, 505970.0 ], [ 103538.0, 505939.0 ], [ 103556.0, 505900.0 ] ], [ [ 109226.0, 506720.0 ], [ 108894.0, 506446.0 ], [ 108346.0, 506189.0 ], [ 108025.0, 505914.0 ], [ 107847.0, 505858.0 ] ], [ [ 103556.0, 505900.0 ], [ 103561.0, 505877.0 ], [ 103512.0, 505782.0 ], [ 103434.0, 505716.0 ], [ 103403.0, 505718.0 ] ], [ [ 103297.0, 505951.0 ], [ 103313.0, 505921.0 ], [ 103313.0, 505899.0 ], [ 103291.0, 505886.0 ], [ 103273.0, 505837.0 ], [ 103269.0, 505802.0 ], [ 103278.0, 505749.0 ], [ 103313.0, 505714.0 ], [ 103375.0, 505700.0 ], [ 103403.0, 505718.0 ] ], [ [ 105210.0, 505678.0 ], [ 105361.0, 505691.0 ], [ 105637.0, 505754.0 ], [ 105875.0, 505791.0 ], [ 106227.0, 505804.0 ], [ 106503.0, 505829.0 ], [ 106779.0, 505816.0 ], [ 107194.0, 505791.0 ], [ 107445.0, 505804.0 ], [ 107633.0, 505816.0 ], [ 107847.0, 505858.0 ] ], [ [ 105210.0, 505678.0 ], [ 104929.0, 505685.0 ], [ 104556.0, 505728.0 ], [ 104222.0, 505686.0 ], [ 104081.0, 505695.0 ], [ 103894.0, 505788.0 ], [ 103844.0, 505963.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108525.0, 498203.0 ], [ 108595.0, 498446.0 ], [ 108866.0, 498969.0 ], [ 108968.0, 499213.0 ], [ 108938.0, 499645.0 ], [ 108779.0, 500251.0 ], [ 108551.0, 500862.0 ], [ 108243.0, 501329.0 ], [ 107812.0, 501539.0 ], [ 107305.0, 501614.0 ], [ 107112.0, 501756.0 ], [ 107113.0, 502138.0 ], [ 107267.0, 502590.0 ], [ 107323.0, 502995.0 ], [ 107231.0, 503551.0 ], [ 106977.0, 503873.0 ], [ 106604.0, 504211.0 ], [ 106017.0, 504240.0 ], [ 105417.0, 504222.0 ], [ 104942.0, 504289.0 ], [ 104560.0, 504413.0 ], [ 104284.0, 504572.0 ], [ 103938.0, 504746.0 ], [ 103648.0, 504815.0 ], [ 103352.0, 504780.0 ], [ 103067.0, 504802.0 ], [ 102857.0, 504799.0 ], [ 102765.0, 504737.0 ], [ 102712.0, 504533.0 ], [ 102628.0, 504423.0 ], [ 102454.0, 504413.0 ], [ 102290.0, 504467.0 ], [ 102037.0, 504510.0 ], [ 101825.0, 504593.0 ], [ 101756.0, 504764.0 ], [ 101863.0, 505005.0 ], [ 102036.0, 505245.0 ], [ 102266.0, 505356.0 ], [ 102509.0, 505446.0 ], [ 102721.0, 505575.0 ], [ 102707.0, 505780.0 ], [ 102090.0, 505958.0 ], [ 101911.0, 506126.0 ], [ 101981.0, 506311.0 ], [ 102144.0, 506509.0 ], [ 102345.0, 506562.0 ], [ 102514.0, 506564.0 ], [ 102720.0, 506523.0 ], [ 102803.0, 506452.0 ], [ 102815.0, 506331.0 ], [ 102809.0, 506190.0 ], [ 102828.0, 506039.0 ], [ 102845.0, 505948.0 ], [ 102902.0, 505904.0 ], [ 102997.0, 505892.0 ], [ 103044.0, 505873.0 ], [ 103054.0, 505818.0 ], [ 103015.0, 505736.0 ], [ 102936.0, 505654.0 ], [ 102932.0, 505523.0 ], [ 102993.0, 505472.0 ], [ 103107.0, 505507.0 ], [ 103205.0, 505550.0 ], [ 103286.0, 505594.0 ], [ 103318.0, 505621.0 ], [ 103397.0, 505675.0 ], [ 103531.0, 505675.0 ], [ 103633.0, 505652.0 ], [ 103764.0, 505595.0 ], [ 103848.0, 505462.0 ], [ 103943.0, 505359.0 ], [ 104180.0, 505276.0 ], [ 104315.0, 505256.0 ], [ 104517.0, 505223.0 ], [ 104765.0, 505216.0 ], [ 104858.0, 505239.0 ] ], [ [ 104858.0, 505239.0 ], [ 105122.0, 505289.0 ], [ 105825.0, 505415.0 ], [ 106378.0, 505528.0 ], [ 106691.0, 505590.0 ], [ 106993.0, 505590.0 ], [ 107156.0, 505578.0 ], [ 107282.0, 505553.0 ], [ 107407.0, 505540.0 ], [ 107537.0, 505503.0 ] ], [ [ 107537.0, 505503.0 ], [ 108206.0, 505402.0 ], [ 108881.0, 505231.0 ], [ 109224.0, 505162.0 ] ], [ [ 107875.0, 496375.0 ], [ 108525.0, 498203.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103947.0, 504916.0 ], [ 104005.0, 504850.0 ], [ 104067.0, 504837.0 ], [ 104155.0, 504837.0 ], [ 104205.0, 504850.0 ], [ 104243.0, 504912.0 ], [ 104231.0, 504988.0 ], [ 104168.0, 505063.0 ], [ 104042.0, 505076.0 ], [ 103997.0, 505114.0 ] ], [ [ 103947.0, 504916.0 ], [ 103846.0, 504963.0 ], [ 103659.0, 505018.0 ], [ 103403.0, 504947.0 ], [ 103186.0, 504951.0 ], [ 103020.0, 504980.0 ], [ 102833.0, 504947.0 ], [ 102600.0, 504815.0 ], [ 102421.0, 504732.0 ], [ 102208.0, 504757.0 ], [ 102160.0, 504832.0 ], [ 102200.0, 504982.0 ], [ 102348.0, 505136.0 ], [ 102591.0, 505273.0 ], [ 102785.0, 505331.0 ], [ 103009.0, 505355.0 ], [ 103196.0, 505408.0 ], [ 103358.0, 505477.0 ], [ 103493.0, 505543.0 ], [ 103589.0, 505585.0 ], [ 103659.0, 505506.0 ], [ 103728.0, 505306.0 ], [ 103997.0, 505114.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 100280.0, 504510.0 ], [ 100456.0, 504491.0 ], [ 100744.0, 504506.0 ], [ 100926.0, 504567.0 ], [ 101094.0, 504749.0 ], [ 101077.0, 505089.0 ], [ 101122.0, 505337.0 ], [ 101365.0, 505492.0 ], [ 101873.0, 505600.0 ], [ 101905.0, 505724.0 ], [ 101743.0, 505826.0 ], [ 101557.0, 506010.0 ], [ 101563.0, 506244.0 ], [ 101550.0, 506516.0 ], [ 101353.0, 506742.0 ], [ 101034.0, 506867.0 ], [ 100981.0, 506870.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103265.0, 503662.0 ], [ 102962.0, 503487.0 ], [ 102620.0, 503414.0 ], [ 102204.0, 503365.0 ], [ 101887.0, 503389.0 ], [ 101545.0, 503316.0 ], [ 101129.0, 503169.0 ], [ 100861.0, 503047.0 ], [ 100519.0, 502803.0 ], [ 100225.0, 502632.0 ], [ 99932.0, 502583.0 ], [ 99617.0, 502582.0 ] ], [ [ 103811.0, 500753.0 ], [ 103621.0, 500897.0 ], [ 103426.0, 500946.0 ], [ 103011.0, 500922.0 ], [ 102791.0, 500995.0 ], [ 102595.0, 501239.0 ], [ 102522.0, 501508.0 ], [ 102571.0, 501801.0 ], [ 102815.0, 502192.0 ], [ 103108.0, 502656.0 ], [ 103426.0, 503047.0 ], [ 103572.0, 503316.0 ], [ 103687.0, 503492.0 ] ], [ [ 105034.0, 499776.0 ], [ 105043.0, 499922.0 ], [ 104870.0, 500230.0 ], [ 104619.0, 500483.0 ], [ 104341.0, 500533.0 ], [ 104021.0, 500638.0 ], [ 103811.0, 500753.0 ] ], [ [ 105034.0, 499776.0 ], [ 104818.0, 499187.0 ], [ 104525.0, 498772.0 ], [ 104257.0, 498186.0 ], [ 104061.0, 497770.0 ], [ 103792.0, 497550.0 ], [ 103450.0, 497501.0 ], [ 103157.0, 497575.0 ], [ 102888.0, 497795.0 ], [ 102717.0, 497990.0 ], [ 102644.0, 498210.0 ], [ 102595.0, 498650.0 ], [ 102644.0, 499138.0 ], [ 102693.0, 499358.0 ], [ 102571.0, 499456.0 ], [ 102400.0, 499505.0 ], [ 102204.0, 499407.0 ], [ 102009.0, 499114.0 ], [ 101618.0, 498918.0 ], [ 100812.0, 498405.0 ], [ 99957.0, 497941.0 ], [ 99444.0, 497746.0 ], [ 99004.0, 497648.0 ], [ 98248.0, 497354.0 ] ], [ [ 103687.0, 503492.0 ], [ 103723.0, 503650.0 ], [ 103730.0, 503819.0 ], [ 103604.0, 503956.0 ], [ 103265.0, 503662.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104122.0, 503198.0 ], [ 104124.0, 503240.0 ], [ 104048.0, 503631.0 ], [ 104041.0, 503849.0 ], [ 104106.0, 504154.0 ], [ 104113.0, 504427.0 ], [ 103943.0, 504665.0 ], [ 103669.0, 504697.0 ], [ 103390.0, 504518.0 ], [ 103274.0, 504205.0 ], [ 103212.0, 503933.0 ], [ 102869.0, 503757.0 ], [ 102820.0, 503752.0 ] ], [ [ 104122.0, 503198.0 ], [ 103988.0, 502998.0 ], [ 103914.0, 502803.0 ], [ 103866.0, 502559.0 ], [ 103817.0, 502290.0 ], [ 103818.0, 502205.0 ] ], [ [ 105426.0, 499391.0 ], [ 105520.0, 499626.0 ], [ 105520.0, 499972.0 ], [ 105375.0, 500314.0 ], [ 105089.0, 500638.0 ], [ 104805.0, 500892.0 ], [ 104644.0, 501071.0 ], [ 104487.0, 501253.0 ], [ 104196.0, 501281.0 ], [ 103918.0, 501291.0 ], [ 103802.0, 501481.0 ], [ 103813.0, 501820.0 ], [ 103818.0, 502205.0 ] ], [ [ 105426.0, 499391.0 ], [ 105307.0, 499089.0 ], [ 105283.0, 498845.0 ], [ 105331.0, 498528.0 ], [ 105405.0, 498259.0 ], [ 105405.0, 498186.0 ], [ 105451.0, 497811.0 ] ], [ [ 105451.0, 497811.0 ], [ 105191.0, 497633.0 ], [ 104840.0, 497463.0 ], [ 104539.0, 497262.0 ], [ 104308.0, 497081.0 ], [ 104073.0, 496935.0 ] ], [ [ 104073.0, 496935.0 ], [ 103621.0, 496720.0 ], [ 103157.0, 496549.0 ], [ 102962.0, 496622.0 ], [ 102840.0, 496891.0 ], [ 102693.0, 497111.0 ], [ 102473.0, 497404.0 ], [ 102180.0, 497526.0 ], [ 101765.0, 497501.0 ], [ 101496.0, 497282.0 ], [ 101080.0, 496866.0 ], [ 100615.0, 496213.0 ] ], [ [ 102820.0, 503752.0 ], [ 102546.0, 503658.0 ], [ 102278.0, 503609.0 ], [ 101594.0, 503536.0 ], [ 100812.0, 503536.0 ], [ 100128.0, 503389.0 ], [ 99882.0, 503382.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103722.0, 500421.0 ], [ 103182.0, 500506.0 ], [ 102864.0, 500580.0 ], [ 102571.0, 500506.0 ], [ 102278.0, 500287.0 ], [ 102082.0, 500213.0 ], [ 101862.0, 500287.0 ], [ 101862.0, 500506.0 ], [ 101984.0, 500751.0 ], [ 102082.0, 500922.0 ], [ 101984.0, 501142.0 ], [ 101838.0, 501386.0 ], [ 101838.0, 501630.0 ], [ 101984.0, 501923.0 ], [ 102082.0, 502046.0 ], [ 102082.0, 502241.0 ], [ 102033.0, 502436.0 ], [ 101838.0, 502681.0 ], [ 101667.0, 502827.0 ], [ 101496.0, 502852.0 ], [ 101325.0, 502730.0 ], [ 101227.0, 502534.0 ], [ 101080.0, 502363.0 ], [ 100836.0, 502070.0 ], [ 100299.0, 501850.0 ], [ 99883.0, 501850.0 ], [ 99382.0, 501871.0 ] ], [ [ 104745.0, 499952.0 ], [ 104737.0, 500031.0 ], [ 104529.0, 500243.0 ], [ 104179.0, 500324.0 ], [ 103815.0, 500374.0 ], [ 103722.0, 500421.0 ] ], [ [ 104745.0, 499952.0 ], [ 104672.0, 499676.0 ], [ 104525.0, 499383.0 ], [ 104281.0, 499041.0 ], [ 104086.0, 498601.0 ], [ 103866.0, 498186.0 ], [ 103597.0, 498088.0 ], [ 103328.0, 498063.0 ], [ 103108.0, 498161.0 ], [ 102986.0, 498381.0 ], [ 102986.0, 498650.0 ], [ 103035.0, 498992.0 ], [ 103059.0, 499285.0 ], [ 102986.0, 499602.0 ], [ 102815.0, 499725.0 ], [ 102644.0, 499773.0 ], [ 102351.0, 499749.0 ], [ 102107.0, 499676.0 ], [ 101618.0, 499383.0 ], [ 100616.0, 498992.0 ], [ 99566.0, 498723.0 ], [ 98637.0, 498357.0 ], [ 98265.0, 498185.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values_edited.geojson new file mode 100644 index 0000000..4dac451 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS31/TS31_union_with_values_edited.geojson @@ -0,0 +1,20 @@ +{ +"type": "FeatureCollection", +"name": "TS31_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106134.0, 513094.0 ], [ 106652.0, 513318.0 ], [ 107050.0, 513462.0 ], [ 107353.0, 513637.0 ], [ 107656.0, 513844.0 ], [ 107926.0, 514035.0 ], [ 108197.0, 514195.0 ], [ 108691.0, 514466.0 ], [ 109245.0, 514624.0 ] ], [ [ 106134.0, 513094.0 ], [ 106091.0, 513054.0 ], [ 105838.0, 512903.0 ], [ 105332.0, 512788.0 ], [ 104917.0, 512676.0 ], [ 104517.0, 512643.0 ], [ 104176.0, 512723.0 ], [ 104026.0, 512902.0 ], [ 103930.0, 513155.0 ], [ 103820.0, 513485.0 ], [ 103703.0, 513559.0 ], [ 103475.0, 513557.0 ], [ 103285.0, 513458.0 ], [ 103141.0, 513337.0 ], [ 103089.0, 513189.0 ], [ 103106.0, 513025.0 ], [ 103222.0, 512844.0 ], [ 103429.0, 512723.0 ], [ 103714.0, 512602.0 ], [ 103905.0, 512470.0 ], [ 103968.0, 512267.0 ], [ 103928.0, 511998.0 ], [ 103678.0, 511793.0 ], [ 103249.0, 511660.0 ], [ 102942.0, 511476.0 ], [ 102803.0, 511145.0 ], [ 102701.0, 510765.0 ], [ 102493.0, 510427.0 ], [ 102025.0, 510334.0 ], [ 101753.0, 510327.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106367.0, 512785.0 ], [ 106668.0, 512952.0 ], [ 106891.0, 513047.0 ], [ 107209.0, 513239.0 ], [ 107624.0, 513462.0 ], [ 107990.0, 513637.0 ], [ 108388.0, 513844.0 ], [ 108787.0, 513940.0 ], [ 109243.0, 513991.0 ] ], [ [ 107668.0, 511318.0 ], [ 108118.0, 511789.0 ], [ 108564.0, 512330.0 ], [ 108962.0, 513063.0 ], [ 109242.0, 513562.0 ] ], [ [ 103468.0, 511283.0 ], [ 103448.0, 511345.0 ], [ 103571.0, 511491.0 ], [ 103812.0, 511606.0 ], [ 104144.0, 511702.0 ], [ 104278.0, 511770.0 ], [ 104382.0, 511892.0 ], [ 104418.0, 512132.0 ], [ 104518.0, 512314.0 ], [ 104752.0, 512453.0 ], [ 105000.0, 512518.0 ], [ 105273.0, 512533.0 ], [ 105535.0, 512596.0 ], [ 105782.0, 512608.0 ], [ 106070.0, 512658.0 ], [ 106367.0, 512785.0 ] ], [ [ 107668.0, 511318.0 ], [ 107479.0, 511163.0 ], [ 107086.0, 510896.0 ], [ 106720.0, 510733.0 ], [ 106381.0, 510573.0 ], [ 106076.0, 510473.0 ], [ 105753.0, 510566.0 ], [ 105601.0, 510669.0 ], [ 105528.0, 510889.0 ], [ 105461.0, 511047.0 ], [ 105269.0, 511194.0 ], [ 105037.0, 511227.0 ], [ 104676.0, 511269.0 ], [ 104313.0, 511297.0 ], [ 104066.0, 511354.0 ], [ 103826.0, 511304.0 ], [ 103652.0, 511203.0 ], [ 103545.0, 511194.0 ], [ 103468.0, 511283.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -50.0, "value": -50.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106563.0, 512509.0 ], [ 106907.0, 512617.0 ], [ 107193.0, 512729.0 ], [ 107337.0, 512793.0 ], [ 107528.0, 512793.0 ], [ 107608.0, 512745.0 ], [ 107592.0, 512569.0 ], [ 107496.0, 512458.0 ], [ 107273.0, 512283.0 ], [ 107066.0, 512139.0 ], [ 106923.0, 512091.0 ], [ 106843.0, 512044.0 ] ], [ [ 104553.0, 511958.0 ], [ 104559.0, 512044.0 ], [ 104647.0, 512176.0 ], [ 104817.0, 512237.0 ], [ 105103.0, 512258.0 ], [ 105409.0, 512226.0 ], [ 105748.0, 512246.0 ], [ 106101.0, 512346.0 ], [ 106413.0, 512482.0 ], [ 106563.0, 512509.0 ] ], [ [ 106843.0, 512044.0 ], [ 106628.0, 511889.0 ], [ 106306.0, 511699.0 ], [ 105948.0, 511569.0 ], [ 105574.0, 511493.0 ], [ 105148.0, 511469.0 ], [ 104824.0, 511506.0 ], [ 104639.0, 511648.0 ], [ 104544.0, 511761.0 ], [ 104553.0, 511958.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104592.0, 510360.0 ], [ 104548.0, 510509.0 ], [ 104457.0, 510661.0 ], [ 104402.0, 510733.0 ], [ 104336.0, 510842.0 ], [ 104384.0, 510963.0 ], [ 104499.0, 511013.0 ], [ 104656.0, 511066.0 ], [ 104848.0, 511115.0 ], [ 105027.0, 511064.0 ], [ 105174.0, 510917.0 ], [ 105212.0, 510796.0 ], [ 105194.0, 510611.0 ], [ 105119.0, 510365.0 ], [ 105060.0, 510215.0 ], [ 104943.0, 510109.0 ], [ 104826.0, 510098.0 ], [ 104688.0, 510145.0 ], [ 104607.0, 510250.0 ], [ 104592.0, 510360.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103515.0, 508633.0 ], [ 103603.0, 508591.0 ], [ 103678.0, 508516.0 ], [ 103816.0, 508365.0 ], [ 103917.0, 508202.0 ], [ 103992.0, 508051.0 ], [ 104024.0, 508008.0 ] ], [ [ 101114.0, 507441.0 ], [ 101314.0, 507437.0 ], [ 101602.0, 507385.0 ], [ 101771.0, 507369.0 ], [ 102028.0, 507453.0 ], [ 102235.0, 507472.0 ], [ 102442.0, 507437.0 ], [ 102562.0, 507433.0 ], [ 102632.0, 507528.0 ], [ 102755.0, 507642.0 ], [ 102984.0, 507660.0 ], [ 103097.0, 507689.0 ], [ 103141.0, 507799.0 ], [ 103122.0, 507945.0 ], [ 102985.0, 508090.0 ], [ 102850.0, 508280.0 ], [ 102891.0, 508550.0 ], [ 103053.0, 508698.0 ], [ 103335.0, 508714.0 ], [ 103515.0, 508633.0 ] ], [ [ 104483.0, 506889.0 ], [ 104836.0, 507030.0 ], [ 105923.0, 507425.0 ], [ 106938.0, 508003.0 ], [ 107446.0, 508398.0 ], [ 107940.0, 508709.0 ], [ 108391.0, 508977.0 ], [ 108660.0, 509033.0 ], [ 109083.0, 509061.0 ], [ 109231.0, 509048.0 ] ], [ [ 104024.0, 508008.0 ], [ 103955.0, 507909.0 ], [ 103940.0, 507760.0 ], [ 104027.0, 507688.0 ], [ 103952.0, 507463.0 ], [ 103684.0, 507373.0 ], [ 103568.0, 507284.0 ], [ 103547.0, 507175.0 ], [ 103647.0, 507070.0 ], [ 103685.0, 506941.0 ], [ 103673.0, 506855.0 ], [ 103672.0, 506790.0 ], [ 103706.0, 506737.0 ], [ 103849.0, 506765.0 ], [ 104049.0, 506818.0 ], [ 104228.0, 506798.0 ], [ 104295.0, 506770.0 ], [ 104483.0, 506889.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 107378.0, 507128.0 ], [ 107615.0, 507183.0 ], [ 107937.0, 507220.0 ], [ 108252.0, 507266.0 ], [ 108836.0, 507384.0 ], [ 109066.0, 507368.0 ], [ 109226.0, 507335.0 ] ], [ [ 104681.0, 506409.0 ], [ 105005.0, 506451.0 ], [ 105499.0, 506607.0 ], [ 105908.0, 506776.0 ], [ 106289.0, 506875.0 ], [ 106557.0, 506973.0 ], [ 106840.0, 507030.0 ], [ 107108.0, 507058.0 ], [ 107378.0, 507128.0 ] ], [ [ 103741.0, 506180.0 ], [ 103684.0, 506223.0 ], [ 103497.0, 506279.0 ], [ 103420.0, 506226.0 ], [ 103446.0, 506133.0 ] ], [ [ 103741.0, 506180.0 ], [ 103768.0, 506129.0 ], [ 103825.0, 506001.0 ], [ 103844.0, 505963.0 ] ], [ [ 103297.0, 505951.0 ], [ 103209.0, 505981.0 ], [ 103114.0, 505970.0 ], [ 103072.0, 505986.0 ], [ 103117.0, 506059.0 ], [ 103128.0, 506209.0 ], [ 103046.0, 506403.0 ], [ 102946.0, 506556.0 ], [ 102780.0, 506656.0 ], [ 102571.0, 506721.0 ], [ 102365.0, 506727.0 ], [ 102294.0, 506748.0 ], [ 102230.0, 506815.0 ], [ 102223.0, 506909.0 ], [ 102265.0, 507044.0 ], [ 102337.0, 507137.0 ], [ 102434.0, 507207.0 ], [ 102612.0, 507287.0 ], [ 102723.0, 507288.0 ], [ 102853.0, 507293.0 ], [ 102992.0, 507312.0 ], [ 103105.0, 507368.0 ], [ 103203.0, 507437.0 ], [ 103289.0, 507547.0 ], [ 103377.0, 507700.0 ], [ 103465.0, 507746.0 ], [ 103551.0, 507758.0 ], [ 103600.0, 507748.0 ], [ 103586.0, 507654.0 ], [ 103453.0, 507483.0 ], [ 103284.0, 507259.0 ], [ 103177.0, 507069.0 ], [ 103108.0, 506897.0 ], [ 103104.0, 506747.0 ], [ 103145.0, 506621.0 ], [ 103256.0, 506517.0 ], [ 103417.0, 506458.0 ], [ 103539.0, 506457.0 ], [ 103643.0, 506481.0 ], [ 103738.0, 506500.0 ], [ 103828.0, 506467.0 ], [ 103832.0, 506391.0 ], [ 103882.0, 506327.0 ], [ 104021.0, 506264.0 ], [ 104199.0, 506277.0 ], [ 104447.0, 506332.0 ], [ 104681.0, 506409.0 ] ], [ [ 103446.0, 506133.0 ], [ 103507.0, 506005.0 ], [ 103521.0, 505970.0 ], [ 103538.0, 505939.0 ], [ 103556.0, 505900.0 ] ], [ [ 109226.0, 506720.0 ], [ 108894.0, 506446.0 ], [ 108346.0, 506189.0 ], [ 108025.0, 505914.0 ], [ 107847.0, 505858.0 ] ], [ [ 103556.0, 505900.0 ], [ 103561.0, 505877.0 ], [ 103512.0, 505782.0 ], [ 103434.0, 505716.0 ], [ 103403.0, 505718.0 ] ], [ [ 103297.0, 505951.0 ], [ 103313.0, 505921.0 ], [ 103313.0, 505899.0 ], [ 103291.0, 505886.0 ], [ 103273.0, 505837.0 ], [ 103269.0, 505802.0 ], [ 103278.0, 505749.0 ], [ 103313.0, 505714.0 ], [ 103375.0, 505700.0 ], [ 103403.0, 505718.0 ] ], [ [ 105210.0, 505678.0 ], [ 105361.0, 505691.0 ], [ 105637.0, 505754.0 ], [ 105875.0, 505791.0 ], [ 106227.0, 505804.0 ], [ 106503.0, 505829.0 ], [ 106779.0, 505816.0 ], [ 107194.0, 505791.0 ], [ 107445.0, 505804.0 ], [ 107633.0, 505816.0 ], [ 107847.0, 505858.0 ] ], [ [ 105210.0, 505678.0 ], [ 104929.0, 505685.0 ], [ 104556.0, 505728.0 ], [ 104222.0, 505686.0 ], [ 104081.0, 505695.0 ], [ 103894.0, 505788.0 ], [ 103844.0, 505963.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -70.0, "value": -70.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 108525.0, 498203.0 ], [ 108595.0, 498446.0 ], [ 108866.0, 498969.0 ], [ 108968.0, 499213.0 ], [ 108938.0, 499645.0 ], [ 108779.0, 500251.0 ], [ 108551.0, 500862.0 ], [ 108243.0, 501329.0 ], [ 107812.0, 501539.0 ], [ 107305.0, 501614.0 ], [ 107112.0, 501756.0 ], [ 107113.0, 502138.0 ], [ 107267.0, 502590.0 ], [ 107323.0, 502995.0 ], [ 107231.0, 503551.0 ], [ 106977.0, 503873.0 ], [ 106604.0, 504211.0 ], [ 106017.0, 504240.0 ], [ 105417.0, 504222.0 ], [ 104942.0, 504289.0 ], [ 104560.0, 504413.0 ], [ 104284.0, 504572.0 ], [ 103938.0, 504746.0 ], [ 103648.0, 504815.0 ], [ 103352.0, 504780.0 ], [ 103067.0, 504802.0 ], [ 102857.0, 504799.0 ], [ 102765.0, 504737.0 ], [ 102712.0, 504533.0 ], [ 102628.0, 504423.0 ], [ 102454.0, 504413.0 ], [ 102290.0, 504467.0 ], [ 102037.0, 504510.0 ], [ 101825.0, 504593.0 ], [ 101756.0, 504764.0 ], [ 101863.0, 505005.0 ], [ 102036.0, 505245.0 ], [ 102266.0, 505356.0 ], [ 102509.0, 505446.0 ], [ 102721.0, 505575.0 ], [ 102707.0, 505780.0 ], [ 102090.0, 505958.0 ], [ 101911.0, 506126.0 ], [ 101981.0, 506311.0 ], [ 102144.0, 506509.0 ], [ 102345.0, 506562.0 ], [ 102514.0, 506564.0 ], [ 102720.0, 506523.0 ], [ 102803.0, 506452.0 ], [ 102815.0, 506331.0 ], [ 102809.0, 506190.0 ], [ 102828.0, 506039.0 ], [ 102845.0, 505948.0 ], [ 102902.0, 505904.0 ], [ 102997.0, 505892.0 ], [ 103044.0, 505873.0 ], [ 103054.0, 505818.0 ], [ 103015.0, 505736.0 ], [ 102936.0, 505654.0 ], [ 102932.0, 505523.0 ], [ 102993.0, 505472.0 ], [ 103107.0, 505507.0 ], [ 103205.0, 505550.0 ], [ 103286.0, 505594.0 ], [ 103318.0, 505621.0 ], [ 103397.0, 505675.0 ], [ 103531.0, 505675.0 ], [ 103633.0, 505652.0 ], [ 103764.0, 505595.0 ], [ 103848.0, 505462.0 ], [ 103943.0, 505359.0 ], [ 104180.0, 505276.0 ], [ 104315.0, 505256.0 ], [ 104517.0, 505223.0 ], [ 104765.0, 505216.0 ], [ 104858.0, 505239.0 ] ], [ [ 104858.0, 505239.0 ], [ 105122.0, 505289.0 ], [ 105825.0, 505415.0 ], [ 106378.0, 505528.0 ], [ 106691.0, 505590.0 ], [ 106993.0, 505590.0 ], [ 107156.0, 505578.0 ], [ 107282.0, 505553.0 ], [ 107407.0, 505540.0 ], [ 107537.0, 505503.0 ] ], [ [ 107537.0, 505503.0 ], [ 108206.0, 505402.0 ], [ 108881.0, 505231.0 ], [ 109224.0, 505162.0 ] ], [ [ 107875.0, 496375.0 ], [ 108525.0, 498203.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -60.0, "value": -60.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103947.0, 504916.0 ], [ 104005.0, 504850.0 ], [ 104067.0, 504837.0 ], [ 104155.0, 504837.0 ], [ 104205.0, 504850.0 ], [ 104243.0, 504912.0 ], [ 104231.0, 504988.0 ], [ 104168.0, 505063.0 ], [ 104042.0, 505076.0 ], [ 103997.0, 505114.0 ] ], [ [ 103947.0, 504916.0 ], [ 103846.0, 504963.0 ], [ 103659.0, 505018.0 ], [ 103403.0, 504947.0 ], [ 103186.0, 504951.0 ], [ 103020.0, 504980.0 ], [ 102833.0, 504947.0 ], [ 102600.0, 504815.0 ], [ 102421.0, 504732.0 ], [ 102208.0, 504757.0 ], [ 102160.0, 504832.0 ], [ 102200.0, 504982.0 ], [ 102348.0, 505136.0 ], [ 102591.0, 505273.0 ], [ 102785.0, 505331.0 ], [ 103009.0, 505355.0 ], [ 103196.0, 505408.0 ], [ 103358.0, 505477.0 ], [ 103493.0, 505543.0 ], [ 103589.0, 505585.0 ], [ 103659.0, 505506.0 ], [ 103728.0, 505306.0 ], [ 103997.0, 505114.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -80.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 100280.0, 504510.0 ], [ 100456.0, 504491.0 ], [ 100744.0, 504506.0 ], [ 100926.0, 504567.0 ], [ 101094.0, 504749.0 ], [ 101077.0, 505089.0 ], [ 101122.0, 505337.0 ], [ 101365.0, 505492.0 ], [ 101873.0, 505600.0 ], [ 101905.0, 505724.0 ], [ 101743.0, 505826.0 ], [ 101557.0, 506010.0 ], [ 101563.0, 506244.0 ], [ 101550.0, 506516.0 ], [ 101353.0, 506742.0 ], [ 101034.0, 506867.0 ], [ 100981.0, 506870.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -90.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103265.0, 503662.0 ], [ 102962.0, 503487.0 ], [ 102620.0, 503414.0 ], [ 102204.0, 503365.0 ], [ 101887.0, 503389.0 ], [ 101545.0, 503316.0 ], [ 101129.0, 503169.0 ], [ 100861.0, 503047.0 ], [ 100519.0, 502803.0 ], [ 100225.0, 502632.0 ], [ 99932.0, 502583.0 ], [ 99617.0, 502582.0 ] ], [ [ 103811.0, 500753.0 ], [ 103621.0, 500897.0 ], [ 103426.0, 500946.0 ], [ 103011.0, 500922.0 ], [ 102791.0, 500995.0 ], [ 102595.0, 501239.0 ], [ 102522.0, 501508.0 ], [ 102571.0, 501801.0 ], [ 102815.0, 502192.0 ], [ 103108.0, 502656.0 ], [ 103426.0, 503047.0 ], [ 103572.0, 503316.0 ], [ 103687.0, 503492.0 ] ], [ [ 105034.0, 499776.0 ], [ 105043.0, 499922.0 ], [ 104870.0, 500230.0 ], [ 104619.0, 500483.0 ], [ 104341.0, 500533.0 ], [ 104021.0, 500638.0 ], [ 103811.0, 500753.0 ] ], [ [ 105034.0, 499776.0 ], [ 104818.0, 499187.0 ], [ 104525.0, 498772.0 ], [ 104257.0, 498186.0 ], [ 104061.0, 497770.0 ], [ 103792.0, 497550.0 ], [ 103450.0, 497501.0 ], [ 103157.0, 497575.0 ], [ 102888.0, 497795.0 ], [ 102717.0, 497990.0 ], [ 102644.0, 498210.0 ], [ 102595.0, 498650.0 ], [ 102644.0, 499138.0 ], [ 102693.0, 499358.0 ], [ 102571.0, 499456.0 ], [ 102400.0, 499505.0 ], [ 102204.0, 499407.0 ], [ 102009.0, 499114.0 ], [ 101618.0, 498918.0 ], [ 100812.0, 498405.0 ], [ 99957.0, 497941.0 ], [ 99444.0, 497746.0 ], [ 99004.0, 497648.0 ], [ 98248.0, 497354.0 ] ], [ [ 103687.0, 503492.0 ], [ 103723.0, 503650.0 ], [ 103730.0, 503819.0 ], [ 103604.0, 503956.0 ], [ 103265.0, 503662.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -80.0, "value": -80.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 104122.0, 503198.0 ], [ 104124.0, 503240.0 ], [ 104048.0, 503631.0 ], [ 104041.0, 503849.0 ], [ 104106.0, 504154.0 ], [ 104113.0, 504427.0 ], [ 103943.0, 504665.0 ], [ 103669.0, 504697.0 ], [ 103390.0, 504518.0 ], [ 103274.0, 504205.0 ], [ 103212.0, 503933.0 ], [ 102869.0, 503757.0 ], [ 102820.0, 503752.0 ] ], [ [ 104122.0, 503198.0 ], [ 103988.0, 502998.0 ], [ 103914.0, 502803.0 ], [ 103866.0, 502559.0 ], [ 103817.0, 502290.0 ], [ 103818.0, 502205.0 ] ], [ [ 105426.0, 499391.0 ], [ 105520.0, 499626.0 ], [ 105520.0, 499972.0 ], [ 105375.0, 500314.0 ], [ 105089.0, 500638.0 ], [ 104805.0, 500892.0 ], [ 104644.0, 501071.0 ], [ 104487.0, 501253.0 ], [ 104196.0, 501281.0 ], [ 103918.0, 501291.0 ], [ 103802.0, 501481.0 ], [ 103813.0, 501820.0 ], [ 103818.0, 502205.0 ] ], [ [ 105426.0, 499391.0 ], [ 105307.0, 499089.0 ], [ 105283.0, 498845.0 ], [ 105331.0, 498528.0 ], [ 105405.0, 498259.0 ], [ 105405.0, 498186.0 ], [ 105451.0, 497811.0 ] ], [ [ 105451.0, 497811.0 ], [ 105191.0, 497633.0 ], [ 104840.0, 497463.0 ], [ 104539.0, 497262.0 ], [ 104308.0, 497081.0 ], [ 104073.0, 496935.0 ] ], [ [ 104073.0, 496935.0 ], [ 103621.0, 496720.0 ], [ 103157.0, 496549.0 ], [ 102962.0, 496622.0 ], [ 102840.0, 496891.0 ], [ 102693.0, 497111.0 ], [ 102473.0, 497404.0 ], [ 102180.0, 497526.0 ], [ 101765.0, 497501.0 ], [ 101496.0, 497282.0 ], [ 101080.0, 496866.0 ], [ 100615.0, 496213.0 ] ], [ [ 102820.0, 503752.0 ], [ 102546.0, 503658.0 ], [ 102278.0, 503609.0 ], [ 101594.0, 503536.0 ], [ 100812.0, 503536.0 ], [ 100128.0, 503389.0 ], [ 99882.0, 503382.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -100.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103722.0, 500421.0 ], [ 103182.0, 500506.0 ], [ 102864.0, 500580.0 ], [ 102571.0, 500506.0 ], [ 102278.0, 500287.0 ], [ 102082.0, 500213.0 ], [ 101862.0, 500287.0 ], [ 101862.0, 500506.0 ], [ 101984.0, 500751.0 ], [ 102082.0, 500922.0 ], [ 101984.0, 501142.0 ], [ 101838.0, 501386.0 ], [ 101838.0, 501630.0 ], [ 101984.0, 501923.0 ], [ 102082.0, 502046.0 ], [ 102082.0, 502241.0 ], [ 102033.0, 502436.0 ], [ 101838.0, 502681.0 ], [ 101667.0, 502827.0 ], [ 101496.0, 502852.0 ], [ 101325.0, 502730.0 ], [ 101227.0, 502534.0 ], [ 101080.0, 502363.0 ], [ 100836.0, 502070.0 ], [ 100299.0, 501850.0 ], [ 99883.0, 501850.0 ], [ 99382.0, 501871.0 ] ], [ [ 104745.0, 499952.0 ], [ 104737.0, 500031.0 ], [ 104529.0, 500243.0 ], [ 104179.0, 500324.0 ], [ 103815.0, 500374.0 ], [ 103722.0, 500421.0 ] ], [ [ 104745.0, 499952.0 ], [ 104672.0, 499676.0 ], [ 104525.0, 499383.0 ], [ 104281.0, 499041.0 ], [ 104086.0, 498601.0 ], [ 103866.0, 498186.0 ], [ 103597.0, 498088.0 ], [ 103328.0, 498063.0 ], [ 103108.0, 498161.0 ], [ 102986.0, 498381.0 ], [ 102986.0, 498650.0 ], [ 103035.0, 498992.0 ], [ 103059.0, 499285.0 ], [ 102986.0, 499602.0 ], [ 102815.0, 499725.0 ], [ 102644.0, 499773.0 ], [ 102351.0, 499749.0 ], [ 102107.0, 499676.0 ], [ 101618.0, 499383.0 ], [ 100616.0, 498992.0 ], [ 99566.0, 498723.0 ], [ 98637.0, 498357.0 ], [ 98265.0, 498185.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32.geojson new file mode 100644 index 0000000..19b2c8e --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32.geojson @@ -0,0 +1,82 @@ +{ +"type": "FeatureCollection", +"name": "TS32", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 4, "TNODE_": 9, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 105429.0, 516009.0 ], [ 105350.0, 515910.0 ], [ 105272.0, 515722.0 ], [ 105225.0, 515457.0 ], [ 105147.0, 515050.0 ], [ 105116.0, 514956.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 10, "TNODE_": 5, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 105311.0, 514468.0 ], [ 105533.0, 514729.0 ], [ 105720.0, 515102.0 ], [ 105876.0, 515603.0 ], [ 105919.0, 516009.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 33, "FNODE_": 8, "TNODE_": 11, "LPOLY_": 2, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 103953.0, 515988.0 ], [ 103813.0, 515736.0 ], [ 103654.0, 515417.0 ], [ 103574.0, 514979.0 ], [ 103495.0, 514651.0 ], [ 103445.0, 514243.0 ], [ 103435.0, 514203.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 24, "FNODE_": 13, "TNODE_": 10, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 103901.0, 512841.0 ], [ 104162.0, 513276.0 ], [ 104631.0, 513873.0 ], [ 104930.0, 514193.0 ], [ 105207.0, 514385.0 ], [ 105311.0, 514468.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 31, "FNODE_": 14, "TNODE_": 9, "LPOLY_": 2, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 103404.0, 512429.0 ], [ 103531.0, 512699.0 ], [ 103716.0, 513026.0 ], [ 103972.0, 513310.0 ], [ 104171.0, 513595.0 ], [ 104598.0, 514348.0 ], [ 104896.0, 514732.0 ], [ 105067.0, 514860.0 ], [ 105116.0, 514956.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 32, "FNODE_": 11, "TNODE_": 15, "LPOLY_": 2, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 103435.0, 514203.0 ], [ 103332.0, 513737.0 ], [ 103275.0, 513452.0 ], [ 103147.0, 512955.0 ], [ 103047.0, 512514.0 ], [ 103005.0, 512357.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 29, "FNODE_": 16, "TNODE_": 12, "LPOLY_": 7, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 102763.0, 511476.0 ], [ 102678.0, 511589.0 ], [ 102564.0, 511788.0 ], [ 102336.0, 512172.0 ], [ 102180.0, 512556.0 ], [ 102009.0, 512898.0 ], [ 101981.0, 513068.0 ], [ 101910.0, 513297.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 14, "TNODE_": 17, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103404.0, 512429.0 ], [ 103317.0, 512077.0 ], [ 103301.0, 511890.0 ], [ 103426.0, 511780.0 ], [ 103598.0, 511718.0 ], [ 103849.0, 511702.0 ], [ 104036.0, 511733.0 ], [ 104193.0, 511733.0 ], [ 104396.0, 511608.0 ], [ 104631.0, 511483.0 ], [ 104834.0, 511311.0 ], [ 104944.0, 511029.0 ], [ 104912.0, 510748.0 ], [ 104631.0, 510513.0 ], [ 103856.0, 510347.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 18, "TNODE_": 15, "LPOLY_": 6, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 102964.0, 510252.0 ], [ 103170.0, 510424.0 ], [ 103713.0, 510550.0 ], [ 104250.0, 510653.0 ], [ 104536.0, 510854.0 ], [ 104539.0, 511223.0 ], [ 104149.0, 511529.0 ], [ 103559.0, 511590.0 ], [ 103086.0, 511826.0 ], [ 103005.0, 512357.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 19, "TNODE_": 16, "LPOLY_": 7, "RPOLY_": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 101741.0, 510203.0 ], [ 102732.0, 510661.0 ], [ 103219.0, 510842.0 ], [ 103686.0, 510916.0 ], [ 103966.0, 510957.0 ], [ 104123.0, 511086.0 ], [ 104107.0, 511194.0 ], [ 103683.0, 511275.0 ], [ 103070.0, 511244.0 ], [ 102763.0, 511476.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 20, "TNODE_": 13, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 104674.0, 510157.0 ], [ 104905.0, 510125.0 ], [ 105170.0, 510195.0 ], [ 105388.0, 510454.0 ], [ 105401.0, 510950.0 ], [ 105201.0, 511369.0 ], [ 105035.0, 511512.0 ], [ 104593.0, 511753.0 ], [ 104229.0, 511923.0 ], [ 103869.0, 511938.0 ], [ 103568.0, 511886.0 ], [ 103416.0, 512004.0 ], [ 103494.0, 512327.0 ], [ 103685.0, 512600.0 ], [ 103901.0, 512841.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 27, "FNODE_": 21, "TNODE_": 20, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102548.0, 509573.0 ], [ 102637.0, 509664.0 ], [ 102770.0, 509768.0 ], [ 103029.0, 509938.0 ], [ 103221.0, 510019.0 ], [ 103383.0, 510071.0 ], [ 103583.0, 510100.0 ], [ 103805.0, 510122.0 ], [ 104019.0, 510137.0 ], [ 104196.0, 510159.0 ], [ 104359.0, 510167.0 ], [ 104507.0, 510152.0 ], [ 104674.0, 510157.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 26, "FNODE_": 23, "TNODE_": 17, "LPOLY_": 2, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 102426.0, 509571.0 ], [ 102489.0, 509671.0 ], [ 102578.0, 509760.0 ], [ 102666.0, 509878.0 ], [ 102800.0, 509982.0 ], [ 102910.0, 510048.0 ], [ 103043.0, 510159.0 ], [ 103206.0, 510204.0 ], [ 103516.0, 510307.0 ], [ 103657.0, 510322.0 ], [ 103775.0, 510329.0 ], [ 103856.0, 510347.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 28, "FNODE_": 25, "TNODE_": 22, "LPOLY_": 4, "RPOLY_": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 102718.0, 509550.0 ], [ 102814.0, 509635.0 ], [ 102925.0, 509716.0 ], [ 103095.0, 509797.0 ], [ 103287.0, 509878.0 ], [ 103450.0, 509923.0 ], [ 103605.0, 509960.0 ], [ 103775.0, 509989.0 ], [ 103938.0, 509989.0 ], [ 104041.0, 509967.0 ], [ 104093.0, 509901.0 ], [ 104108.0, 509805.0 ], [ 104004.0, 509745.0 ], [ 103709.0, 509590.0 ], [ 103638.0, 509572.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 25, "FNODE_": 26, "TNODE_": 18, "LPOLY_": 6, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 102287.0, 509524.0 ], [ 102341.0, 509627.0 ], [ 102607.0, 509945.0 ], [ 102726.0, 510071.0 ], [ 102822.0, 510137.0 ], [ 102903.0, 510226.0 ], [ 102964.0, 510252.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 4, "FNODE_": 29, "TNODE_": 26, "LPOLY_": 6, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 101479.0, 508373.0 ], [ 101544.0, 508467.0 ], [ 101963.0, 509036.0 ], [ 102287.0, 509524.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 25, "TNODE_": 30, "LPOLY_": 8, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102718.0, 509550.0 ], [ 102598.0, 509434.0 ], [ 102470.0, 509218.0 ], [ 102394.0, 508854.0 ], [ 102349.0, 508417.0 ], [ 102406.0, 508208.0 ], [ 102463.0, 508057.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 30, "TNODE_": 22, "LPOLY_": 8, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102463.0, 508057.0 ], [ 102535.0, 508034.0 ], [ 102608.0, 508213.0 ], [ 102654.0, 508548.0 ], [ 102793.0, 508924.0 ], [ 103050.0, 509230.0 ], [ 103416.0, 509461.0 ], [ 103638.0, 509572.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 32, "TNODE_": 21, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102558.0, 507154.0 ], [ 102447.0, 507487.0 ], [ 102315.0, 507863.0 ], [ 102228.0, 508318.0 ], [ 102224.0, 508659.0 ], [ 102262.0, 508990.0 ], [ 102379.0, 509301.0 ], [ 102520.0, 509547.0 ], [ 102548.0, 509573.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 31, "TNODE_": 31, "LPOLY_": 11, "RPOLY_": 10 }, "geometry": { "type": "LineString", "coordinates": [ [ 103309.0, 507463.0 ], [ 103322.0, 507382.0 ], [ 103363.0, 507246.0 ], [ 103417.0, 507164.0 ], [ 103512.0, 507083.0 ], [ 103621.0, 507069.0 ], [ 103852.0, 507029.0 ], [ 104001.0, 507056.0 ], [ 104069.0, 507151.0 ], [ 104082.0, 507260.0 ], [ 104042.0, 507355.0 ], [ 103879.0, 507382.0 ], [ 103702.0, 507450.0 ], [ 103607.0, 507640.0 ], [ 103553.0, 507694.0 ], [ 103404.0, 507734.0 ], [ 103336.0, 507708.0 ], [ 103309.0, 507626.0 ], [ 103309.0, 507463.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 23, "TNODE_": 33, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 102426.0, 509571.0 ], [ 102198.0, 509118.0 ], [ 102070.0, 508798.0 ], [ 101942.0, 508158.0 ], [ 101921.0, 507390.0 ], [ 102014.0, 506905.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 34, "TNODE_": 6, "LPOLY_": 4, "RPOLY_": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 109856.0, 506739.0 ], [ 109657.0, 506905.0 ], [ 109410.0, 507250.0 ], [ 109261.0, 507672.0 ], [ 109007.0, 508175.0 ], [ 108557.0, 508776.0 ], [ 107853.0, 509316.0 ], [ 107240.0, 509589.0 ], [ 106748.0, 509848.0 ], [ 106482.0, 509974.0 ], [ 106233.0, 510024.0 ], [ 105983.0, 510129.0 ], [ 105945.0, 510331.0 ], [ 106079.0, 510706.0 ], [ 105943.0, 511354.0 ], [ 105750.0, 511802.0 ], [ 105328.0, 512139.0 ], [ 104886.0, 512375.0 ], [ 104634.0, 512518.0 ], [ 104476.0, 512719.0 ], [ 104632.0, 513053.0 ], [ 105092.0, 513411.0 ], [ 105541.0, 513814.0 ], [ 105973.0, 514271.0 ], [ 106445.0, 514806.0 ], [ 106830.0, 515158.0 ], [ 107556.0, 516007.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 36, "TNODE_": 28, "LPOLY_": 10, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 106107.0, 506525.0 ], [ 106120.0, 506570.0 ], [ 106162.0, 506926.0 ], [ 106162.0, 507188.0 ], [ 106120.0, 507502.0 ], [ 106026.0, 508141.0 ], [ 105952.0, 508497.0 ], [ 105774.0, 508717.0 ], [ 105492.0, 508822.0 ], [ 105240.0, 508874.0 ], [ 105052.0, 508884.0 ], [ 104925.0, 508848.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 39, "TNODE_": 33, "LPOLY_": 2, "RPOLY_": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ 103573.0, 506145.0 ], [ 103621.0, 506201.0 ], [ 103634.0, 506296.0 ], [ 103621.0, 506350.0 ], [ 103560.0, 506431.0 ], [ 103463.0, 506499.0 ], [ 103362.0, 506539.0 ], [ 103207.0, 506596.0 ], [ 103065.0, 506635.0 ], [ 102834.0, 506635.0 ], [ 102671.0, 506540.0 ], [ 102454.0, 506459.0 ], [ 102278.0, 506526.0 ], [ 102074.0, 506649.0 ], [ 102014.0, 506905.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 39, "TNODE_": 40, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103573.0, 506145.0 ], [ 103493.0, 506105.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 41, "TNODE_": 36, "LPOLY_": 10, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 105879.0, 506085.0 ], [ 106009.0, 506171.0 ], [ 106096.0, 506367.0 ], [ 106107.0, 506525.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 28, "TNODE_": 41, "LPOLY_": 10, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 104925.0, 508848.0 ], [ 104361.0, 508727.0 ], [ 104057.0, 508654.0 ], [ 103774.0, 508549.0 ], [ 103544.0, 508361.0 ], [ 103418.0, 508204.0 ], [ 103303.0, 507942.0 ], [ 103254.0, 507694.0 ], [ 103268.0, 507382.0 ], [ 103322.0, 507178.0 ], [ 103472.0, 507029.0 ], [ 103701.0, 506999.0 ], [ 103952.0, 506926.0 ], [ 104078.0, 506926.0 ], [ 104298.0, 506979.0 ], [ 104455.0, 507104.0 ], [ 104633.0, 507209.0 ], [ 104905.0, 507272.0 ], [ 105219.0, 507073.0 ], [ 105429.0, 506821.0 ], [ 105628.0, 506497.0 ], [ 105743.0, 506256.0 ], [ 105879.0, 506085.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 3, "FNODE_": 42, "TNODE_": 32, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 103496.0, 506057.0 ], [ 103675.0, 506092.0 ], [ 103743.0, 506241.0 ], [ 103729.0, 506418.0 ], [ 103594.0, 506594.0 ], [ 103268.0, 506730.0 ], [ 103051.0, 506784.0 ], [ 102753.0, 506947.0 ], [ 102558.0, 507154.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 37, "TNODE_": 42, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102933.0, 506173.0 ], [ 103023.0, 506261.0 ], [ 103196.0, 506339.0 ], [ 103209.0, 506333.0 ], [ 103323.0, 506261.0 ], [ 103391.0, 506122.0 ], [ 103496.0, 506057.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 44, "TNODE_": 44, "LPOLY_": 12, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 104610.0, 505259.0 ], [ 104654.0, 505249.0 ], [ 104845.0, 505303.0 ], [ 104970.0, 505669.0 ], [ 104855.0, 506100.0 ], [ 104683.0, 506422.0 ], [ 104425.0, 506642.0 ], [ 104097.0, 506744.0 ], [ 103897.0, 506643.0 ], [ 103882.0, 506408.0 ], [ 103920.0, 506128.0 ], [ 103779.0, 506007.0 ], [ 103561.0, 505983.0 ], [ 103429.0, 505896.0 ], [ 103397.0, 505821.0 ], [ 103415.0, 505752.0 ], [ 103471.0, 505696.0 ], [ 103527.0, 505720.0 ], [ 103552.0, 505804.0 ], [ 103595.0, 505844.0 ], [ 103717.0, 505884.0 ], [ 103864.0, 505897.0 ], [ 104098.0, 505885.0 ], [ 104244.0, 505807.0 ], [ 104382.0, 505686.0 ], [ 104451.0, 505517.0 ], [ 104465.0, 505364.0 ], [ 104499.0, 505311.0 ], [ 104610.0, 505259.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 40, "TNODE_": 43, "LPOLY_": 3, "RPOLY_": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ 103493.0, 506105.0 ], [ 103392.0, 506180.0 ], [ 103365.0, 506241.0 ], [ 103363.0, 506251.0 ], [ 103291.0, 506352.0 ], [ 103248.0, 506366.0 ], [ 103177.0, 506366.0 ], [ 103032.0, 506347.0 ], [ 102890.0, 506223.0 ], [ 102868.0, 506110.0 ], [ 102933.0, 505993.0 ], [ 102898.0, 505897.0 ], [ 102747.0, 505864.0 ], [ 102614.0, 505763.0 ], [ 102546.0, 505563.0 ], [ 102675.0, 505277.0 ], [ 102689.0, 505162.0 ], [ 102689.0, 505047.0 ], [ 102761.0, 504990.0 ], [ 102861.0, 504889.0 ], [ 102790.0, 504717.0 ], [ 102632.0, 504674.0 ], [ 102345.0, 504746.0 ], [ 101356.0, 505047.0 ], [ 100607.0, 505336.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 45, "TNODE_": 37, "LPOLY_": 3, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 100536.0, 505058.0 ], [ 100635.0, 505012.0 ], [ 101311.0, 504737.0 ], [ 102188.0, 504525.0 ], [ 102738.0, 504458.0 ], [ 103219.0, 504371.0 ], [ 103463.0, 504488.0 ], [ 103603.0, 504752.0 ], [ 103880.0, 504907.0 ], [ 104132.0, 505077.0 ], [ 104040.0, 505313.0 ], [ 103588.0, 505432.0 ], [ 103256.0, 505713.0 ], [ 103009.0, 506017.0 ], [ 102933.0, 506173.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 48, "TNODE_": 24, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 109846.0, 503294.0 ], [ 109459.0, 503695.0 ], [ 108657.0, 504451.0 ], [ 107885.0, 505257.0 ], [ 107441.0, 506151.0 ], [ 107391.0, 506815.0 ], [ 107429.0, 507419.0 ], [ 107366.0, 508005.0 ], [ 106756.0, 508915.0 ], [ 105654.0, 509491.0 ], [ 104612.0, 509579.0 ], [ 104584.0, 509567.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 49, "TNODE_": 50, "LPOLY_": 14, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 101210.0, 502876.0 ], [ 100956.0, 502821.0 ], [ 100751.0, 502821.0 ], [ 100342.0, 502798.0 ], [ 99978.0, 502821.0 ], [ 99722.0, 502756.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 51, "TNODE_": 49, "LPOLY_": 14, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102235.0, 502600.0 ], [ 102243.0, 502636.0 ], [ 102144.0, 502833.0 ], [ 101830.0, 502959.0 ], [ 101472.0, 503029.0 ], [ 101210.0, 502876.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 24, "TNODE_": 52, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 104584.0, 509567.0 ], [ 103672.0, 509160.0 ], [ 103087.0, 508452.0 ], [ 102863.0, 507847.0 ], [ 102990.0, 507322.0 ], [ 103425.0, 506912.0 ], [ 104055.0, 506832.0 ], [ 104811.0, 506668.0 ], [ 105212.0, 506208.0 ], [ 105291.0, 505446.0 ], [ 105127.0, 504591.0 ], [ 104869.0, 504084.0 ], [ 104638.0, 503661.0 ], [ 104106.0, 503286.0 ], [ 103560.0, 503056.0 ], [ 103003.0, 502879.0 ], [ 102623.0, 502747.0 ], [ 102509.0, 502537.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 46, "TNODE_": 53, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 106030.0, 504999.0 ], [ 105735.0, 504874.0 ], [ 105517.0, 504242.0 ], [ 105128.0, 503586.0 ], [ 104763.0, 503173.0 ], [ 104423.0, 502857.0 ], [ 104010.0, 502735.0 ], [ 103451.0, 502614.0 ], [ 103062.0, 502541.0 ], [ 102774.0, 502449.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 14, "FNODE_": 53, "TNODE_": 54, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 102774.0, 502449.0 ], [ 102760.0, 502447.0 ], [ 102707.0, 502445.0 ], [ 102704.0, 502442.0 ], [ 102703.0, 502434.0 ], [ 102707.0, 502428.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 54, "TNODE_": 56, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 102707.0, 502428.0 ], [ 102755.0, 502372.0 ], [ 102784.0, 502343.0 ], [ 102787.0, 502328.0 ], [ 102785.0, 502312.0 ], [ 102779.0, 502300.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 15, "FNODE_": 56, "TNODE_": 57, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 102779.0, 502300.0 ], [ 102769.0, 502277.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 57, "TNODE_": 58, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 102769.0, 502277.0 ], [ 102754.0, 502239.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 58, "TNODE_": 59, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 102754.0, 502239.0 ], [ 102750.0, 502229.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 59, "TNODE_": 60, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 102750.0, 502229.0 ], [ 102751.0, 502215.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 52, "TNODE_": 62, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102509.0, 502537.0 ], [ 102500.0, 502504.0 ], [ 102483.0, 502452.0 ], [ 102448.0, 502245.0 ], [ 102448.0, 502141.0 ], [ 102468.0, 502057.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 63, "TNODE_": 61, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 101184.0, 502002.0 ], [ 101001.0, 502047.0 ], [ 100660.0, 502116.0 ], [ 99841.0, 502116.0 ], [ 99301.0, 502087.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 51, "TNODE_": 64, "LPOLY_": 4, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 102235.0, 502600.0 ], [ 102230.0, 502480.0 ], [ 102207.0, 502320.0 ], [ 102116.0, 502184.0 ], [ 102048.0, 501994.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 67, "TNODE_": 66, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 100819.0, 501722.0 ], [ 100637.0, 501843.0 ], [ 100364.0, 501911.0 ], [ 99909.0, 501934.0 ], [ 99591.0, 501843.0 ], [ 99098.0, 501766.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 68, "TNODE_": 46, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 106757.0, 501298.0 ], [ 106747.0, 501784.0 ], [ 106725.0, 502283.0 ], [ 106617.0, 502718.0 ], [ 106378.0, 503239.0 ], [ 106313.0, 503674.0 ], [ 106291.0, 504130.0 ], [ 106270.0, 504477.0 ], [ 106226.0, 504782.0 ], [ 106161.0, 504890.0 ], [ 106030.0, 504999.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 12, "FNODE_": 69, "TNODE_": 67, "LPOLY_": 16, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 101104.0, 501224.0 ], [ 101077.0, 501468.0 ], [ 100976.0, 501681.0 ], [ 100819.0, 501722.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 11, "FNODE_": 65, "TNODE_": 65, "LPOLY_": 9, "RPOLY_": 17 }, "geometry": { "type": "LineString", "coordinates": [ [ 103785.0, 501767.0 ], [ 103934.0, 501787.0 ], [ 104113.0, 501748.0 ], [ 104322.0, 501688.0 ], [ 104392.0, 501608.0 ], [ 104481.0, 501409.0 ], [ 104491.0, 501280.0 ], [ 104452.0, 501180.0 ], [ 104322.0, 501140.0 ], [ 104233.0, 501140.0 ], [ 104153.0, 501160.0 ], [ 104093.0, 501359.0 ], [ 103974.0, 501449.0 ], [ 103715.0, 501459.0 ], [ 103646.0, 501558.0 ], [ 103636.0, 501648.0 ], [ 103666.0, 501738.0 ], [ 103785.0, 501767.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 9, "FNODE_": 70, "TNODE_": 63, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 101766.0, 501130.0 ], [ 101818.0, 501279.0 ], [ 101802.0, 501452.0 ], [ 101770.0, 501689.0 ], [ 101612.0, 501815.0 ], [ 101184.0, 502002.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 71, "TNODE_": 64, "LPOLY_": 14, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102152.0, 501061.0 ], [ 102062.0, 501166.0 ], [ 101971.0, 501345.0 ], [ 101963.0, 501577.0 ], [ 102040.0, 501972.0 ], [ 102048.0, 501994.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 10, "FNODE_": 72, "TNODE_": 71, "LPOLY_": 14, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102385.0, 500602.0 ], [ 102401.0, 500648.0 ], [ 102432.0, 500772.0 ], [ 102422.0, 500838.0 ], [ 102353.0, 500901.0 ], [ 102322.0, 500901.0 ], [ 102290.0, 500885.0 ], [ 102243.0, 500727.0 ], [ 102209.0, 500636.0 ], [ 102191.0, 500641.0 ], [ 102180.0, 500774.0 ], [ 102175.0, 500911.0 ], [ 102164.0, 501011.0 ], [ 102152.0, 501061.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 73, "TNODE_": 72, "LPOLY_": 14, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102385.0, 500573.0 ], [ 102385.0, 500602.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 2, "FNODE_": 60, "TNODE_": 74, "LPOLY_": 13, "RPOLY_": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ 102751.0, 502215.0 ], [ 102770.0, 501957.0 ], [ 102867.0, 501909.0 ], [ 103232.0, 501836.0 ], [ 103596.0, 501909.0 ], [ 104107.0, 501884.0 ], [ 104423.0, 501812.0 ], [ 104593.0, 501641.0 ], [ 104714.0, 501423.0 ], [ 104714.0, 501155.0 ], [ 104593.0, 501058.0 ], [ 104471.0, 500864.0 ], [ 104520.0, 500620.0 ], [ 104827.0, 500323.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 62, "TNODE_": 75, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102468.0, 502057.0 ], [ 102477.0, 501826.0 ], [ 102690.0, 501326.0 ], [ 102797.0, 501139.0 ], [ 103047.0, 501004.0 ], [ 103466.0, 500981.0 ], [ 103959.0, 500808.0 ], [ 104351.0, 500507.0 ], [ 104506.0, 500278.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 76, "TNODE_": 73, "LPOLY_": 14, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 104301.0, 500256.0 ], [ 104043.0, 500536.0 ], [ 103735.0, 500737.0 ], [ 103314.0, 500872.0 ], [ 103054.0, 500821.0 ], [ 102897.0, 500719.0 ], [ 102809.0, 500633.0 ], [ 102690.0, 500494.0 ], [ 102553.0, 500430.0 ], [ 102425.0, 500432.0 ], [ 102384.0, 500517.0 ], [ 102385.0, 500573.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 77, "TNODE_": 70, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 102088.0, 500218.0 ], [ 101730.0, 500682.0 ], [ 101752.0, 500932.0 ], [ 101766.0, 501130.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 69, "TNODE_": 78, "LPOLY_": 15, "RPOLY_": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ 101104.0, 501224.0 ], [ 101024.0, 501046.0 ], [ 100956.0, 500955.0 ], [ 100774.0, 500864.0 ], [ 100615.0, 500591.0 ], [ 100569.0, 500432.0 ], [ 100637.0, 500250.0 ], [ 100706.0, 500159.0 ], [ 100683.0, 500068.0 ], [ 100501.0, 500022.0 ], [ 100205.0, 499931.0 ], [ 99682.0, 499908.0 ], [ 98772.0, 499931.0 ], [ 98075.0, 500077.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 8, "FNODE_": 80, "TNODE_": 77, "LPOLY_": 15, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 101623.0, 499740.0 ], [ 101928.0, 499938.0 ], [ 102117.0, 500001.0 ], [ 102149.0, 500128.0 ], [ 102088.0, 500218.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 82, "TNODE_": 81, "LPOLY_": 18, "RPOLY_": 19 }, "geometry": { "type": "LineString", "coordinates": [ [ 103045.0, 499553.0 ], [ 103016.0, 499639.0 ], [ 103094.0, 499828.0 ], [ 103094.0, 499875.0 ], [ 103016.0, 500080.0 ], [ 103031.0, 500080.0 ], [ 103205.0, 500049.0 ], [ 103410.0, 500001.0 ], [ 103583.0, 499828.0 ], [ 103745.0, 499652.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 19, "FNODE_": 68, "TNODE_": 74, "LPOLY_": 9, "RPOLY_": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ 106757.0, 501298.0 ], [ 106757.0, 501168.0 ], [ 106701.0, 500926.0 ], [ 106608.0, 500721.0 ], [ 106533.0, 500517.0 ], [ 106533.0, 500256.0 ], [ 106552.0, 500051.0 ], [ 106459.0, 499902.0 ], [ 106273.0, 499735.0 ], [ 106105.0, 499548.0 ], [ 105900.0, 499474.0 ], [ 105528.0, 499548.0 ], [ 105416.0, 499586.0 ], [ 105193.0, 499735.0 ], [ 105118.0, 499995.0 ], [ 105025.0, 500144.0 ], [ 104895.0, 500275.0 ], [ 104827.0, 500323.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 13, "FNODE_": 79, "TNODE_": 83, "LPOLY_": 18, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 103822.0, 499835.0 ], [ 103745.0, 499914.0 ], [ 103474.0, 500045.0 ], [ 103014.0, 500176.0 ], [ 102878.0, 500227.0 ], [ 102763.0, 500227.0 ], [ 102737.0, 500158.0 ], [ 102843.0, 500089.0 ], [ 102912.0, 499989.0 ], [ 102894.0, 499761.0 ], [ 102850.0, 499582.0 ], [ 102859.0, 499462.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 22, "FNODE_": 82, "TNODE_": 81, "LPOLY_": 19, "RPOLY_": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 103045.0, 499553.0 ], [ 103108.0, 499437.0 ], [ 103312.0, 499269.0 ], [ 103499.0, 499213.0 ], [ 103703.0, 499213.0 ], [ 103834.0, 499325.0 ], [ 103852.0, 499474.0 ], [ 103815.0, 499604.0 ], [ 103745.0, 499652.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 80, "TNODE_": 84, "LPOLY_": 14, "RPOLY_": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ 101623.0, 499740.0 ], [ 101206.0, 499704.0 ], [ 100933.0, 499704.0 ], [ 100569.0, 499635.0 ], [ 100319.0, 499522.0 ], [ 100137.0, 499431.0 ], [ 99727.0, 499249.0 ], [ 98885.0, 499180.0 ], [ 98004.0, 499159.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 23, "FNODE_": 83, "TNODE_": 79, "LPOLY_": 18, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 102859.0, 499462.0 ], [ 102921.0, 499325.0 ], [ 103126.0, 499139.0 ], [ 103443.0, 499046.0 ], [ 103741.0, 498990.0 ], [ 103890.0, 498990.0 ], [ 104057.0, 499083.0 ], [ 104094.0, 499176.0 ], [ 104038.0, 499362.0 ], [ 103964.0, 499660.0 ], [ 103908.0, 499753.0 ], [ 103822.0, 499835.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 85, "TNODE_": 86, "LPOLY_": 4, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 100916.0, 498711.0 ], [ 100069.0, 498611.0 ], [ 99409.0, 498589.0 ], [ 98749.0, 498589.0 ], [ 97961.0, 498615.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 21, "FNODE_": 76, "TNODE_": 87, "LPOLY_": 4, "RPOLY_": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ 104301.0, 500256.0 ], [ 104448.0, 499865.0 ], [ 104634.0, 499493.0 ], [ 104783.0, 499027.0 ], [ 104820.0, 498729.0 ], [ 104839.0, 498543.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 20, "FNODE_": 75, "TNODE_": 88, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 104506.0, 500278.0 ], [ 104560.0, 500144.0 ], [ 104653.0, 499921.0 ], [ 104783.0, 499697.0 ], [ 104913.0, 499418.0 ], [ 105007.0, 499046.0 ], [ 105062.0, 498711.0 ], [ 105156.0, 498506.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 89, "TNODE_": 90, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102170.0, 498357.0 ], [ 102195.0, 498312.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 1, "FNODE_": 90, "TNODE_": 91, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102195.0, 498312.0 ], [ 102201.0, 498277.0 ], [ 102204.0, 498212.0 ], [ 102202.0, 498190.0 ], [ 102191.0, 498167.0 ], [ 102175.0, 498151.0 ], [ 102146.0, 498146.0 ], [ 102131.0, 498147.0 ], [ 102102.0, 498175.0 ], [ 102092.0, 498190.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 7, "FNODE_": 85, "TNODE_": 87, "LPOLY_": 14, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 100916.0, 498711.0 ], [ 101304.0, 498782.0 ], [ 101634.0, 499098.0 ], [ 101890.0, 499535.0 ], [ 102203.0, 499852.0 ], [ 102377.0, 500014.0 ], [ 102467.0, 500114.0 ], [ 102586.0, 500114.0 ], [ 102603.0, 499787.0 ], [ 102564.0, 499480.0 ], [ 102663.0, 499110.0 ], [ 102819.0, 498852.0 ], [ 103066.0, 498604.0 ], [ 103409.0, 498407.0 ], [ 103688.0, 498350.0 ], [ 104055.0, 498290.0 ], [ 104410.0, 498218.0 ], [ 104656.0, 498093.0 ], [ 104844.0, 498125.0 ], [ 104954.0, 498204.0 ], [ 104986.0, 498345.0 ], [ 104839.0, 498543.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 5, "FNODE_": 88, "TNODE_": 89, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 105156.0, 498506.0 ], [ 105227.0, 498308.0 ], [ 105435.0, 497987.0 ], [ 105612.0, 497690.0 ], [ 105617.0, 497462.0 ], [ 105495.0, 497303.0 ], [ 104877.0, 497461.0 ], [ 104528.0, 497626.0 ], [ 103914.0, 497925.0 ], [ 103289.0, 498240.0 ], [ 102793.0, 498535.0 ], [ 102557.0, 498794.0 ], [ 102382.0, 499114.0 ], [ 102353.0, 499371.0 ], [ 102306.0, 499544.0 ], [ 102243.0, 499528.0 ], [ 102009.0, 498968.0 ], [ 102054.0, 498565.0 ], [ 102170.0, 498357.0 ] ] } }, +{ "type": "Feature", "properties": { "UserId": 6, "FNODE_": 91, "TNODE_": 93, "LPOLY_": 9, "RPOLY_": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ 102092.0, 498190.0 ], [ 102018.0, 498239.0 ], [ 101851.0, 498331.0 ], [ 101692.0, 498322.0 ], [ 101668.0, 498218.0 ], [ 101709.0, 498136.0 ], [ 101833.0, 498172.0 ], [ 102038.0, 498093.0 ], [ 102038.0, 497809.0 ], [ 102022.0, 497683.0 ], [ 101928.0, 497446.0 ], [ 101721.0, 497210.0 ], [ 101308.0, 496803.0 ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_interpolation_points.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_interpolation_points.geojson new file mode 100644 index 0000000..2de59d9 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_interpolation_points.geojson @@ -0,0 +1,841 @@ +{ +"type": "FeatureCollection", +"name": "TS32_interpolation_points", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 516009.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 515910.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 515722.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 515457.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105147.0, 515050.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 514956.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 512429.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 512699.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 513026.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 513310.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104171.0, 513595.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 513822.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 514348.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104896.0, 514732.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 514860.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 514956.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 512429.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103364.0, 512265.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 512077.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103301.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 511780.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 511718.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 511702.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 511733.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 511733.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 511608.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 511483.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 511311.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104944.0, 511029.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104912.0, 510748.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 510513.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 510419.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103856.0, 510347.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 509571.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 509671.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 509760.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102666.0, 509878.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 509982.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 510048.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 510159.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 510204.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 510255.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 510322.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 510329.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103856.0, 510347.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 509571.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102198.0, 509118.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101942.0, 508158.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101921.0, 507390.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102014.0, 506905.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 506145.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 506201.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 506296.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 506431.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 506499.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103362.0, 506539.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 506635.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 506635.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 506540.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 506526.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102074.0, 506649.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102014.0, 506905.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 506145.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 506105.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 506105.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103365.0, 506241.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 506251.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103248.0, 506366.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 506366.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 506110.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 505993.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102898.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102614.0, 505763.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 505563.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102675.0, 505277.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 505162.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 505047.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 504990.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 504889.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 504717.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 504674.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 504746.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101356.0, 505047.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100607.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 514468.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 514729.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105720.0, 515102.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 515603.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105919.0, 516009.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103901.0, 512841.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 513276.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 513873.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 514193.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105207.0, 514385.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 514468.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104674.0, 510157.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 510125.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 510195.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 510454.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105401.0, 510950.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105201.0, 511369.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105035.0, 511512.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 511753.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104229.0, 511923.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 511938.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 511886.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 512004.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103494.0, 512327.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 512600.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103901.0, 512841.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 509573.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102637.0, 509664.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 509768.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 509856.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 509938.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 510019.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103805.0, 510122.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 510137.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 510159.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 510167.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 510152.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104674.0, 510157.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 507154.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 507487.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102315.0, 507863.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102228.0, 508318.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102224.0, 508659.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 508990.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 509301.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 509573.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 506057.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506092.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 506241.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 506418.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 506594.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103051.0, 506784.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 507154.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 506261.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 506339.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 506333.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 506261.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 506122.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 506057.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100536.0, 505058.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100635.0, 505012.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 504525.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 504458.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 504488.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 504752.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 504907.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104132.0, 505077.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 505432.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103256.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 506017.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 515988.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 515736.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 515417.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 514979.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 514651.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 514243.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 514203.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 514203.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 513737.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 513452.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 512955.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103047.0, 512514.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 512357.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 510252.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 510424.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 510550.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 510653.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 510854.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 511223.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 511529.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 511590.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103086.0, 511826.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 512357.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 509524.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 509627.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102496.0, 509812.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102607.0, 509945.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102726.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 510137.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 510226.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 510252.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 508373.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101544.0, 508467.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 509036.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 509524.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101741.0, 510203.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510842.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 510957.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 511086.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 104107.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 511275.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 511244.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 511476.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 511476.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102678.0, 511589.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 511788.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 512172.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 512556.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 512898.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 513068.0 ] } }, +{ "type": "Feature", "properties": { "value": -80.0 }, "geometry": { "type": "Point", "coordinates": [ 101910.0, 513297.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 509550.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102598.0, 509434.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 509218.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 508854.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 508417.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102406.0, 508208.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102463.0, 508057.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102463.0, 508057.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 508034.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102608.0, 508213.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102654.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 508924.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 509230.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 509461.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 509572.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 509550.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 509635.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 509716.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509797.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 509878.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 509923.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509960.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 509989.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 509989.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 509967.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 509805.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 509745.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 509664.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103709.0, 509590.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 509572.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 507463.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 507382.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 507164.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 507083.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 507069.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103852.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 507056.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104069.0, 507151.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104082.0, 507260.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 507355.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 507382.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 507450.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 507640.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 507694.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 507734.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 507708.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 507626.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 507463.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 109856.0, 506739.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 109657.0, 506905.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 109410.0, 507250.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 109261.0, 507672.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 109007.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 108557.0, 508776.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107853.0, 509316.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107240.0, 509589.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106748.0, 509848.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106482.0, 509974.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106233.0, 510024.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105983.0, 510129.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 510331.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106079.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105943.0, 511354.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105750.0, 511802.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 512139.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 512375.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 512518.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 512719.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 513053.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 513411.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 513814.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105973.0, 514271.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106445.0, 514806.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106830.0, 515158.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107556.0, 516007.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 506525.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 506570.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 506926.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 507502.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 508141.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105952.0, 508497.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105774.0, 508717.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105492.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 508874.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105052.0, 508884.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 508848.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 506085.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 506171.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106096.0, 506367.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 506525.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 508848.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104057.0, 508654.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 508549.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 508361.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 508204.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 507942.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 507694.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 507382.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 507178.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103701.0, 506999.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 506926.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104078.0, 506926.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 507104.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 507209.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105219.0, 507073.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 506821.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105628.0, 506497.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105743.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 506085.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104654.0, 505249.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104845.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104970.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 506422.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 506642.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104097.0, 506744.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 506643.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 506408.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 506007.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505983.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103397.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 505696.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 505844.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 505884.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104098.0, 505885.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104382.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 505364.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 109846.0, 503294.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 109459.0, 503695.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 108657.0, 504451.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107885.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107441.0, 506151.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107391.0, 506815.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107429.0, 507419.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107366.0, 508005.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106756.0, 508915.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 509491.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 509579.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104584.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104584.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 508452.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 507847.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 507322.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 506912.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 506832.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104811.0, 506668.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105291.0, 505446.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105127.0, 504591.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104869.0, 504084.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 503661.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104106.0, 503286.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 503056.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103003.0, 502879.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 502537.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104506.0, 500278.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 500144.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 499921.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499697.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104913.0, 499418.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 499046.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 498711.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 498506.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 498357.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 498312.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 498312.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 498277.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 498254.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 498230.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 498212.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102202.0, 498190.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 498151.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102146.0, 498146.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102131.0, 498147.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 498175.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102092.0, 498190.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 498506.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105227.0, 498308.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105435.0, 497987.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 497690.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105617.0, 497462.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 497303.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104877.0, 497461.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 497626.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 497925.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 498240.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 498535.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102382.0, 499114.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 499544.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 499528.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 498968.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 498565.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 498357.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102092.0, 498190.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 498239.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101851.0, 498331.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 498322.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 498218.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101709.0, 498136.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101833.0, 498172.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 497809.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 497683.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101928.0, 497446.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101721.0, 497210.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101308.0, 496803.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 502537.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 502504.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 502452.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 502348.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 502245.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 502141.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102468.0, 502057.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102468.0, 502057.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 501826.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 501326.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102797.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103047.0, 501004.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103466.0, 500981.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 500507.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104506.0, 500278.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 502876.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100956.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100751.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100342.0, 502798.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99978.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99722.0, 502756.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 502600.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 502636.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 502959.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101472.0, 503029.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101215.0, 502878.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 502876.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 499493.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499027.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104820.0, 498729.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104839.0, 498543.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100916.0, 498711.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100069.0, 498611.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99409.0, 498589.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98749.0, 498589.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 97961.0, 498615.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100916.0, 498711.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101304.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101634.0, 499098.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 499535.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 499852.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 500014.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 499480.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 499110.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 498852.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 498604.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103409.0, 498407.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 498290.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 498218.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104656.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104844.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104954.0, 498204.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104986.0, 498345.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104839.0, 498543.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 502600.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 502480.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 502320.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 502184.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102048.0, 501994.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 501061.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 501166.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101971.0, 501345.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 501577.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102040.0, 501972.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102048.0, 501994.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500602.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102432.0, 500772.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102422.0, 500838.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 500901.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 500901.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 500885.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 500727.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 500636.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 500641.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 500774.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102164.0, 501011.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 501061.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500573.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500602.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 500536.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 500737.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 500872.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 500821.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 500719.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 500633.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 500494.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 500432.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500573.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 504999.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 504874.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 504242.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105128.0, 503586.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104763.0, 503173.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104423.0, 502857.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 502735.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 502614.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103062.0, 502541.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 502447.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 502447.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 502446.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 502445.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 502445.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 502442.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 502434.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 502428.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 502428.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 502372.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 502360.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102775.0, 502353.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 502343.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 502336.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 502328.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 502312.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 502300.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 502300.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 502291.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 502277.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 502277.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102754.0, 502239.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102754.0, 502239.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502229.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502229.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 502215.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 501298.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 501784.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106725.0, 502283.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106617.0, 502718.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106378.0, 503239.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106313.0, 503674.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106291.0, 504130.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 504477.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106226.0, 504782.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106161.0, 504890.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 504999.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 502215.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 501957.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 501909.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 501836.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 501909.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104107.0, 501884.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104423.0, 501812.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 501641.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 501423.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 501155.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104520.0, 500620.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104827.0, 500323.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 501298.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 501168.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106608.0, 500721.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106533.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106533.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106552.0, 500051.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106459.0, 499902.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106273.0, 499735.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 106105.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 499474.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 499586.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105193.0, 499735.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105118.0, 499995.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 105025.0, 500144.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 500275.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104827.0, 500323.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 499740.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101206.0, 499704.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100933.0, 499704.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100569.0, 499635.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100319.0, 499522.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100137.0, 499431.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99727.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98885.0, 499180.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98004.0, 499159.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101766.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 501279.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101802.0, 501452.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 501689.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101612.0, 501815.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101184.0, 502002.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101730.0, 500682.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 500932.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101766.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 499740.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101928.0, 499938.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102149.0, 500128.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101184.0, 502002.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101001.0, 502047.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100660.0, 502116.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100251.0, 502116.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99841.0, 502116.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99301.0, 502087.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101104.0, 501224.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101077.0, 501468.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100976.0, 501681.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100819.0, 501722.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101104.0, 501224.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101024.0, 501046.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100956.0, 500955.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100774.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100615.0, 500591.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100569.0, 500432.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100637.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100706.0, 500159.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100683.0, 500068.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100501.0, 500022.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100205.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 99682.0, 499908.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98772.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98075.0, 500077.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100819.0, 501722.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100637.0, 501843.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100364.0, 501911.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 99909.0, 501934.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 99591.0, 501843.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 99098.0, 501766.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 501767.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 501787.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 501748.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 501688.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104392.0, 501608.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 501409.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 501280.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 501140.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 501140.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104153.0, 501160.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 501359.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 501449.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 501459.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103646.0, 501558.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 501738.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 501767.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 499553.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 499639.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 499652.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 499553.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 499437.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103312.0, 499269.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103834.0, 499325.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103852.0, 499474.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 499652.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102859.0, 499462.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 499325.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 499139.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 499046.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 498990.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 498990.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104057.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 499176.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 499362.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103964.0, 499660.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 499753.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 499914.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 500117.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 500176.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 500227.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 500227.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102737.0, 500158.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 500089.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 499989.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 499761.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 499582.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 499466.0 ] } }, +{ "type": "Feature", "properties": { "value": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102859.0, 499462.0 ] } }, +{ "type": "Feature", "properties": { "value": -86.440002 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.7 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 512962.0 ] } }, +{ "type": "Feature", "properties": { "value": -88.480003 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.1 }, "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "value": -84.800003 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "value": -93.529999 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.019997 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 507213.0 ] } }, +{ "type": "Feature", "properties": { "value": -96.18 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "value": -76.57 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.510002 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.93 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.0 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "value": -89.970001 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "value": -88.440002 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 507846.0 ] } }, +{ "type": "Feature", "properties": { "value": -75.699997 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.480003 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.8 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.199997 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "value": -99.129997 }, "geometry": { "type": "Point", "coordinates": [ 103348.0, 505974.0 ] } }, +{ "type": "Feature", "properties": { "value": -104.2 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "value": -93.580002 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "value": -106.0 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "value": -97.5 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "value": -97.830002 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.5 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.230003 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "value": -99.529999 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.0 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "value": -106.0 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "value": -99.75 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "value": -93.769997 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.68 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "value": -97.370003 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.629997 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.190002 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "value": -102.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "value": -88.099998 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.099998 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.8 }, "geometry": { "type": "Point", "coordinates": [ 101109.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.860001 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "value": -103.2 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "value": -104.0 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "value": -106.1 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "value": -110.1 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "value": -94.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "value": -113.2 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.68 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 501496.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.82 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 504615.0 ] } }, +{ "type": "Feature", "properties": { "value": -91.790001 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.9 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.580002 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 505520.0 ] } }, +{ "type": "Feature", "properties": { "value": -91.949997 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.970001 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.75 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.2 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.199997 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.160004 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "value": -99.150002 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.190002 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "value": -87.160004 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "value": -97.900002 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -102.3 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "value": -100.1 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.1 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.510002 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "value": -85.339996 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 502134.0 ] } }, +{ "type": "Feature", "properties": { "value": -94.300003 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "value": -112.0 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.900002 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "value": -90.400002 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "value": -96.75 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "value": -95.300003 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "value": -104.5 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "value": -101.5 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "value": -113.5 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "value": -98.129997 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values.geojson new file mode 100644 index 0000000..29d9163 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values.geojson @@ -0,0 +1,25 @@ +{ +"type": "FeatureCollection", +"name": "TS32_union_with_values", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105429.0, 516009.0 ], [ 105350.0, 515910.0 ], [ 105272.0, 515722.0 ], [ 105225.0, 515457.0 ], [ 105147.0, 515050.0 ], [ 105116.0, 514956.0 ] ], [ [ 103404.0, 512429.0 ], [ 103531.0, 512699.0 ], [ 103716.0, 513026.0 ], [ 103972.0, 513310.0 ], [ 104171.0, 513595.0 ], [ 104598.0, 514348.0 ], [ 104896.0, 514732.0 ], [ 105067.0, 514860.0 ], [ 105116.0, 514956.0 ] ], [ [ 103404.0, 512429.0 ], [ 103317.0, 512077.0 ], [ 103301.0, 511890.0 ], [ 103426.0, 511780.0 ], [ 103598.0, 511718.0 ], [ 103849.0, 511702.0 ], [ 104036.0, 511733.0 ], [ 104193.0, 511733.0 ], [ 104396.0, 511608.0 ], [ 104631.0, 511483.0 ], [ 104834.0, 511311.0 ], [ 104944.0, 511029.0 ], [ 104912.0, 510748.0 ], [ 104631.0, 510513.0 ], [ 103856.0, 510347.0 ] ], [ [ 102426.0, 509571.0 ], [ 102489.0, 509671.0 ], [ 102578.0, 509760.0 ], [ 102666.0, 509878.0 ], [ 102800.0, 509982.0 ], [ 102910.0, 510048.0 ], [ 103043.0, 510159.0 ], [ 103206.0, 510204.0 ], [ 103516.0, 510307.0 ], [ 103657.0, 510322.0 ], [ 103775.0, 510329.0 ], [ 103856.0, 510347.0 ] ], [ [ 102426.0, 509571.0 ], [ 102198.0, 509118.0 ], [ 102070.0, 508798.0 ], [ 101942.0, 508158.0 ], [ 101921.0, 507390.0 ], [ 102014.0, 506905.0 ] ], [ [ 103573.0, 506145.0 ], [ 103621.0, 506201.0 ], [ 103634.0, 506296.0 ], [ 103621.0, 506350.0 ], [ 103560.0, 506431.0 ], [ 103463.0, 506499.0 ], [ 103362.0, 506539.0 ], [ 103207.0, 506596.0 ], [ 103065.0, 506635.0 ], [ 102834.0, 506635.0 ], [ 102671.0, 506540.0 ], [ 102454.0, 506459.0 ], [ 102278.0, 506526.0 ], [ 102074.0, 506649.0 ], [ 102014.0, 506905.0 ] ], [ [ 103573.0, 506145.0 ], [ 103493.0, 506105.0 ] ], [ [ 103493.0, 506105.0 ], [ 103392.0, 506180.0 ], [ 103365.0, 506241.0 ], [ 103363.0, 506251.0 ], [ 103291.0, 506352.0 ], [ 103248.0, 506366.0 ], [ 103177.0, 506366.0 ], [ 103032.0, 506347.0 ], [ 102890.0, 506223.0 ], [ 102868.0, 506110.0 ], [ 102933.0, 505993.0 ], [ 102898.0, 505897.0 ], [ 102747.0, 505864.0 ], [ 102614.0, 505763.0 ], [ 102546.0, 505563.0 ], [ 102675.0, 505277.0 ], [ 102689.0, 505162.0 ], [ 102689.0, 505047.0 ], [ 102761.0, 504990.0 ], [ 102861.0, 504889.0 ], [ 102790.0, 504717.0 ], [ 102632.0, 504674.0 ], [ 102345.0, 504746.0 ], [ 101356.0, 505047.0 ], [ 100607.0, 505336.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105311.0, 514468.0 ], [ 105533.0, 514729.0 ], [ 105720.0, 515102.0 ], [ 105876.0, 515603.0 ], [ 105919.0, 516009.0 ] ], [ [ 103901.0, 512841.0 ], [ 104162.0, 513276.0 ], [ 104631.0, 513873.0 ], [ 104930.0, 514193.0 ], [ 105207.0, 514385.0 ], [ 105311.0, 514468.0 ] ], [ [ 104674.0, 510157.0 ], [ 104905.0, 510125.0 ], [ 105170.0, 510195.0 ], [ 105388.0, 510454.0 ], [ 105401.0, 510950.0 ], [ 105201.0, 511369.0 ], [ 105035.0, 511512.0 ], [ 104593.0, 511753.0 ], [ 104229.0, 511923.0 ], [ 103869.0, 511938.0 ], [ 103568.0, 511886.0 ], [ 103416.0, 512004.0 ], [ 103494.0, 512327.0 ], [ 103685.0, 512600.0 ], [ 103901.0, 512841.0 ] ], [ [ 102548.0, 509573.0 ], [ 102637.0, 509664.0 ], [ 102770.0, 509768.0 ], [ 103029.0, 509938.0 ], [ 103221.0, 510019.0 ], [ 103383.0, 510071.0 ], [ 103583.0, 510100.0 ], [ 103805.0, 510122.0 ], [ 104019.0, 510137.0 ], [ 104196.0, 510159.0 ], [ 104359.0, 510167.0 ], [ 104507.0, 510152.0 ], [ 104674.0, 510157.0 ] ], [ [ 102558.0, 507154.0 ], [ 102447.0, 507487.0 ], [ 102315.0, 507863.0 ], [ 102228.0, 508318.0 ], [ 102224.0, 508659.0 ], [ 102262.0, 508990.0 ], [ 102379.0, 509301.0 ], [ 102520.0, 509547.0 ], [ 102548.0, 509573.0 ] ], [ [ 103496.0, 506057.0 ], [ 103675.0, 506092.0 ], [ 103743.0, 506241.0 ], [ 103729.0, 506418.0 ], [ 103594.0, 506594.0 ], [ 103268.0, 506730.0 ], [ 103051.0, 506784.0 ], [ 102753.0, 506947.0 ], [ 102558.0, 507154.0 ] ], [ [ 102933.0, 506173.0 ], [ 103023.0, 506261.0 ], [ 103196.0, 506339.0 ], [ 103209.0, 506333.0 ], [ 103323.0, 506261.0 ], [ 103391.0, 506122.0 ], [ 103496.0, 506057.0 ] ], [ [ 100536.0, 505058.0 ], [ 100635.0, 505012.0 ], [ 101311.0, 504737.0 ], [ 102188.0, 504525.0 ], [ 102738.0, 504458.0 ], [ 103219.0, 504371.0 ], [ 103463.0, 504488.0 ], [ 103603.0, 504752.0 ], [ 103880.0, 504907.0 ], [ 104132.0, 505077.0 ], [ 104040.0, 505313.0 ], [ 103588.0, 505432.0 ], [ 103256.0, 505713.0 ], [ 103009.0, 506017.0 ], [ 102933.0, 506173.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -85.0, "value": -85.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103953.0, 515988.0 ], [ 103813.0, 515736.0 ], [ 103654.0, 515417.0 ], [ 103574.0, 514979.0 ], [ 103495.0, 514651.0 ], [ 103445.0, 514243.0 ], [ 103435.0, 514203.0 ] ], [ [ 103435.0, 514203.0 ], [ 103332.0, 513737.0 ], [ 103275.0, 513452.0 ], [ 103147.0, 512955.0 ], [ 103047.0, 512514.0 ], [ 103005.0, 512357.0 ] ], [ [ 102964.0, 510252.0 ], [ 103170.0, 510424.0 ], [ 103713.0, 510550.0 ], [ 104250.0, 510653.0 ], [ 104536.0, 510854.0 ], [ 104539.0, 511223.0 ], [ 104149.0, 511529.0 ], [ 103559.0, 511590.0 ], [ 103086.0, 511826.0 ], [ 103005.0, 512357.0 ] ], [ [ 102287.0, 509524.0 ], [ 102341.0, 509627.0 ], [ 102607.0, 509945.0 ], [ 102726.0, 510071.0 ], [ 102822.0, 510137.0 ], [ 102903.0, 510226.0 ], [ 102964.0, 510252.0 ] ], [ [ 101479.0, 508373.0 ], [ 101544.0, 508467.0 ], [ 101963.0, 509036.0 ], [ 102287.0, 509524.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101741.0, 510203.0 ], [ 102732.0, 510661.0 ], [ 103219.0, 510842.0 ], [ 103686.0, 510916.0 ], [ 103966.0, 510957.0 ], [ 104123.0, 511086.0 ], [ 104107.0, 511194.0 ], [ 103683.0, 511275.0 ], [ 103070.0, 511244.0 ], [ 102763.0, 511476.0 ] ], [ [ 102763.0, 511476.0 ], [ 102678.0, 511589.0 ], [ 102564.0, 511788.0 ], [ 102336.0, 512172.0 ], [ 102180.0, 512556.0 ], [ 102009.0, 512898.0 ], [ 101981.0, 513068.0 ], [ 101910.0, 513297.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102718.0, 509550.0 ], [ 102598.0, 509434.0 ], [ 102470.0, 509218.0 ], [ 102394.0, 508854.0 ], [ 102349.0, 508417.0 ], [ 102406.0, 508208.0 ], [ 102463.0, 508057.0 ] ], [ [ 102463.0, 508057.0 ], [ 102535.0, 508034.0 ], [ 102608.0, 508213.0 ], [ 102654.0, 508548.0 ], [ 102793.0, 508924.0 ], [ 103050.0, 509230.0 ], [ 103416.0, 509461.0 ], [ 103638.0, 509572.0 ] ], [ [ 102718.0, 509550.0 ], [ 102814.0, 509635.0 ], [ 102925.0, 509716.0 ], [ 103095.0, 509797.0 ], [ 103287.0, 509878.0 ], [ 103450.0, 509923.0 ], [ 103605.0, 509960.0 ], [ 103775.0, 509989.0 ], [ 103938.0, 509989.0 ], [ 104041.0, 509967.0 ], [ 104093.0, 509901.0 ], [ 104108.0, 509805.0 ], [ 104004.0, 509745.0 ], [ 103709.0, 509590.0 ], [ 103638.0, 509572.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -85.0, "value": -85.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103309.0, 507463.0 ], [ 103322.0, 507382.0 ], [ 103363.0, 507246.0 ], [ 103417.0, 507164.0 ], [ 103512.0, 507083.0 ], [ 103621.0, 507069.0 ], [ 103852.0, 507029.0 ], [ 104001.0, 507056.0 ], [ 104069.0, 507151.0 ], [ 104082.0, 507260.0 ], [ 104042.0, 507355.0 ], [ 103879.0, 507382.0 ], [ 103702.0, 507450.0 ], [ 103607.0, 507640.0 ], [ 103553.0, 507694.0 ], [ 103404.0, 507734.0 ], [ 103336.0, 507708.0 ], [ 103309.0, 507626.0 ], [ 103309.0, 507463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109856.0, 506739.0 ], [ 109657.0, 506905.0 ], [ 109410.0, 507250.0 ], [ 109261.0, 507672.0 ], [ 109007.0, 508175.0 ], [ 108557.0, 508776.0 ], [ 107853.0, 509316.0 ], [ 107240.0, 509589.0 ], [ 106748.0, 509848.0 ], [ 106482.0, 509974.0 ], [ 106233.0, 510024.0 ], [ 105983.0, 510129.0 ], [ 105945.0, 510331.0 ], [ 106079.0, 510706.0 ], [ 105943.0, 511354.0 ], [ 105750.0, 511802.0 ], [ 105328.0, 512139.0 ], [ 104886.0, 512375.0 ], [ 104634.0, 512518.0 ], [ 104476.0, 512719.0 ], [ 104632.0, 513053.0 ], [ 105092.0, 513411.0 ], [ 105541.0, 513814.0 ], [ 105973.0, 514271.0 ], [ 106445.0, 514806.0 ], [ 106830.0, 515158.0 ], [ 107556.0, 516007.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106107.0, 506525.0 ], [ 106120.0, 506570.0 ], [ 106162.0, 506926.0 ], [ 106162.0, 507188.0 ], [ 106120.0, 507502.0 ], [ 106026.0, 508141.0 ], [ 105952.0, 508497.0 ], [ 105774.0, 508717.0 ], [ 105492.0, 508822.0 ], [ 105240.0, 508874.0 ], [ 105052.0, 508884.0 ], [ 104925.0, 508848.0 ] ], [ [ 105879.0, 506085.0 ], [ 106009.0, 506171.0 ], [ 106096.0, 506367.0 ], [ 106107.0, 506525.0 ] ], [ [ 104925.0, 508848.0 ], [ 104361.0, 508727.0 ], [ 104057.0, 508654.0 ], [ 103774.0, 508549.0 ], [ 103544.0, 508361.0 ], [ 103418.0, 508204.0 ], [ 103303.0, 507942.0 ], [ 103254.0, 507694.0 ], [ 103268.0, 507382.0 ], [ 103322.0, 507178.0 ], [ 103472.0, 507029.0 ], [ 103701.0, 506999.0 ], [ 103952.0, 506926.0 ], [ 104078.0, 506926.0 ], [ 104298.0, 506979.0 ], [ 104455.0, 507104.0 ], [ 104633.0, 507209.0 ], [ 104905.0, 507272.0 ], [ 105219.0, 507073.0 ], [ 105429.0, 506821.0 ], [ 105628.0, 506497.0 ], [ 105743.0, 506256.0 ], [ 105879.0, 506085.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104610.0, 505259.0 ], [ 104654.0, 505249.0 ], [ 104845.0, 505303.0 ], [ 104970.0, 505669.0 ], [ 104855.0, 506100.0 ], [ 104683.0, 506422.0 ], [ 104425.0, 506642.0 ], [ 104097.0, 506744.0 ], [ 103897.0, 506643.0 ], [ 103882.0, 506408.0 ], [ 103920.0, 506128.0 ], [ 103779.0, 506007.0 ], [ 103561.0, 505983.0 ], [ 103429.0, 505896.0 ], [ 103397.0, 505821.0 ], [ 103415.0, 505752.0 ], [ 103471.0, 505696.0 ], [ 103527.0, 505720.0 ], [ 103552.0, 505804.0 ], [ 103595.0, 505844.0 ], [ 103717.0, 505884.0 ], [ 103864.0, 505897.0 ], [ 104098.0, 505885.0 ], [ 104244.0, 505807.0 ], [ 104382.0, 505686.0 ], [ 104451.0, 505517.0 ], [ 104465.0, 505364.0 ], [ 104499.0, 505311.0 ], [ 104610.0, 505259.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109846.0, 503294.0 ], [ 109459.0, 503695.0 ], [ 108657.0, 504451.0 ], [ 107885.0, 505257.0 ], [ 107441.0, 506151.0 ], [ 107391.0, 506815.0 ], [ 107429.0, 507419.0 ], [ 107366.0, 508005.0 ], [ 106756.0, 508915.0 ], [ 105654.0, 509491.0 ], [ 104612.0, 509579.0 ], [ 104584.0, 509567.0 ] ], [ [ 104584.0, 509567.0 ], [ 103672.0, 509160.0 ], [ 103087.0, 508452.0 ], [ 102863.0, 507847.0 ], [ 102990.0, 507322.0 ], [ 103425.0, 506912.0 ], [ 104055.0, 506832.0 ], [ 104811.0, 506668.0 ], [ 105212.0, 506208.0 ], [ 105291.0, 505446.0 ], [ 105127.0, 504591.0 ], [ 104869.0, 504084.0 ], [ 104638.0, 503661.0 ], [ 104106.0, 503286.0 ], [ 103560.0, 503056.0 ], [ 103003.0, 502879.0 ], [ 102623.0, 502747.0 ], [ 102509.0, 502537.0 ] ], [ [ 104506.0, 500278.0 ], [ 104560.0, 500144.0 ], [ 104653.0, 499921.0 ], [ 104783.0, 499697.0 ], [ 104913.0, 499418.0 ], [ 105007.0, 499046.0 ], [ 105062.0, 498711.0 ], [ 105156.0, 498506.0 ] ], [ [ 102170.0, 498357.0 ], [ 102195.0, 498312.0 ] ], [ [ 102195.0, 498312.0 ], [ 102201.0, 498277.0 ], [ 102204.0, 498212.0 ], [ 102202.0, 498190.0 ], [ 102191.0, 498167.0 ], [ 102175.0, 498151.0 ], [ 102146.0, 498146.0 ], [ 102131.0, 498147.0 ], [ 102102.0, 498175.0 ], [ 102092.0, 498190.0 ] ], [ [ 105156.0, 498506.0 ], [ 105227.0, 498308.0 ], [ 105435.0, 497987.0 ], [ 105612.0, 497690.0 ], [ 105617.0, 497462.0 ], [ 105495.0, 497303.0 ], [ 104877.0, 497461.0 ], [ 104528.0, 497626.0 ], [ 103914.0, 497925.0 ], [ 103289.0, 498240.0 ], [ 102793.0, 498535.0 ], [ 102557.0, 498794.0 ], [ 102382.0, 499114.0 ], [ 102353.0, 499371.0 ], [ 102306.0, 499544.0 ], [ 102243.0, 499528.0 ], [ 102009.0, 498968.0 ], [ 102054.0, 498565.0 ], [ 102170.0, 498357.0 ] ], [ [ 102092.0, 498190.0 ], [ 102018.0, 498239.0 ], [ 101851.0, 498331.0 ], [ 101692.0, 498322.0 ], [ 101668.0, 498218.0 ], [ 101709.0, 498136.0 ], [ 101833.0, 498172.0 ], [ 102038.0, 498093.0 ], [ 102038.0, 497809.0 ], [ 102022.0, 497683.0 ], [ 101928.0, 497446.0 ], [ 101721.0, 497210.0 ], [ 101308.0, 496803.0 ] ], [ [ 102509.0, 502537.0 ], [ 102500.0, 502504.0 ], [ 102483.0, 502452.0 ], [ 102448.0, 502245.0 ], [ 102448.0, 502141.0 ], [ 102468.0, 502057.0 ] ], [ [ 102468.0, 502057.0 ], [ 102477.0, 501826.0 ], [ 102690.0, 501326.0 ], [ 102797.0, 501139.0 ], [ 103047.0, 501004.0 ], [ 103466.0, 500981.0 ], [ 103959.0, 500808.0 ], [ 104351.0, 500507.0 ], [ 104506.0, 500278.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101210.0, 502876.0 ], [ 100956.0, 502821.0 ], [ 100751.0, 502821.0 ], [ 100342.0, 502798.0 ], [ 99978.0, 502821.0 ], [ 99722.0, 502756.0 ] ], [ [ 102235.0, 502600.0 ], [ 102243.0, 502636.0 ], [ 102144.0, 502833.0 ], [ 101830.0, 502959.0 ], [ 101472.0, 503029.0 ], [ 101210.0, 502876.0 ] ], [ [ 104301.0, 500256.0 ], [ 104448.0, 499865.0 ], [ 104634.0, 499493.0 ], [ 104783.0, 499027.0 ], [ 104820.0, 498729.0 ], [ 104839.0, 498543.0 ] ], [ [ 100916.0, 498711.0 ], [ 100069.0, 498611.0 ], [ 99409.0, 498589.0 ], [ 98749.0, 498589.0 ], [ 97961.0, 498615.0 ] ], [ [ 100916.0, 498711.0 ], [ 101304.0, 498782.0 ], [ 101634.0, 499098.0 ], [ 101890.0, 499535.0 ], [ 102203.0, 499852.0 ], [ 102377.0, 500014.0 ], [ 102467.0, 500114.0 ], [ 102586.0, 500114.0 ], [ 102603.0, 499787.0 ], [ 102564.0, 499480.0 ], [ 102663.0, 499110.0 ], [ 102819.0, 498852.0 ], [ 103066.0, 498604.0 ], [ 103409.0, 498407.0 ], [ 103688.0, 498350.0 ], [ 104055.0, 498290.0 ], [ 104410.0, 498218.0 ], [ 104656.0, 498093.0 ], [ 104844.0, 498125.0 ], [ 104954.0, 498204.0 ], [ 104986.0, 498345.0 ], [ 104839.0, 498543.0 ] ], [ [ 102235.0, 502600.0 ], [ 102230.0, 502480.0 ], [ 102207.0, 502320.0 ], [ 102116.0, 502184.0 ], [ 102048.0, 501994.0 ] ], [ [ 102152.0, 501061.0 ], [ 102062.0, 501166.0 ], [ 101971.0, 501345.0 ], [ 101963.0, 501577.0 ], [ 102040.0, 501972.0 ], [ 102048.0, 501994.0 ] ], [ [ 102385.0, 500602.0 ], [ 102401.0, 500648.0 ], [ 102432.0, 500772.0 ], [ 102422.0, 500838.0 ], [ 102353.0, 500901.0 ], [ 102322.0, 500901.0 ], [ 102290.0, 500885.0 ], [ 102243.0, 500727.0 ], [ 102209.0, 500636.0 ], [ 102191.0, 500641.0 ], [ 102180.0, 500774.0 ], [ 102175.0, 500911.0 ], [ 102164.0, 501011.0 ], [ 102152.0, 501061.0 ] ], [ [ 102385.0, 500573.0 ], [ 102385.0, 500602.0 ] ], [ [ 104301.0, 500256.0 ], [ 104043.0, 500536.0 ], [ 103735.0, 500737.0 ], [ 103314.0, 500872.0 ], [ 103054.0, 500821.0 ], [ 102897.0, 500719.0 ], [ 102809.0, 500633.0 ], [ 102690.0, 500494.0 ], [ 102553.0, 500430.0 ], [ 102425.0, 500432.0 ], [ 102384.0, 500517.0 ], [ 102385.0, 500573.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106030.0, 504999.0 ], [ 105735.0, 504874.0 ], [ 105517.0, 504242.0 ], [ 105128.0, 503586.0 ], [ 104763.0, 503173.0 ], [ 104423.0, 502857.0 ], [ 104010.0, 502735.0 ], [ 103451.0, 502614.0 ], [ 103062.0, 502541.0 ], [ 102774.0, 502449.0 ] ], [ [ 102774.0, 502449.0 ], [ 102760.0, 502447.0 ], [ 102707.0, 502445.0 ], [ 102704.0, 502442.0 ], [ 102703.0, 502434.0 ], [ 102707.0, 502428.0 ] ], [ [ 102707.0, 502428.0 ], [ 102755.0, 502372.0 ], [ 102784.0, 502343.0 ], [ 102787.0, 502328.0 ], [ 102785.0, 502312.0 ], [ 102779.0, 502300.0 ] ], [ [ 102779.0, 502300.0 ], [ 102769.0, 502277.0 ] ], [ [ 102769.0, 502277.0 ], [ 102754.0, 502239.0 ] ], [ [ 102754.0, 502239.0 ], [ 102750.0, 502229.0 ] ], [ [ 102750.0, 502229.0 ], [ 102751.0, 502215.0 ] ], [ [ 106757.0, 501298.0 ], [ 106747.0, 501784.0 ], [ 106725.0, 502283.0 ], [ 106617.0, 502718.0 ], [ 106378.0, 503239.0 ], [ 106313.0, 503674.0 ], [ 106291.0, 504130.0 ], [ 106270.0, 504477.0 ], [ 106226.0, 504782.0 ], [ 106161.0, 504890.0 ], [ 106030.0, 504999.0 ] ], [ [ 102751.0, 502215.0 ], [ 102770.0, 501957.0 ], [ 102867.0, 501909.0 ], [ 103232.0, 501836.0 ], [ 103596.0, 501909.0 ], [ 104107.0, 501884.0 ], [ 104423.0, 501812.0 ], [ 104593.0, 501641.0 ], [ 104714.0, 501423.0 ], [ 104714.0, 501155.0 ], [ 104593.0, 501058.0 ], [ 104471.0, 500864.0 ], [ 104520.0, 500620.0 ], [ 104827.0, 500323.0 ] ], [ [ 106757.0, 501298.0 ], [ 106757.0, 501168.0 ], [ 106701.0, 500926.0 ], [ 106608.0, 500721.0 ], [ 106533.0, 500517.0 ], [ 106533.0, 500256.0 ], [ 106552.0, 500051.0 ], [ 106459.0, 499902.0 ], [ 106273.0, 499735.0 ], [ 106105.0, 499548.0 ], [ 105900.0, 499474.0 ], [ 105528.0, 499548.0 ], [ 105416.0, 499586.0 ], [ 105193.0, 499735.0 ], [ 105118.0, 499995.0 ], [ 105025.0, 500144.0 ], [ 104895.0, 500275.0 ], [ 104827.0, 500323.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -105.0, "value": -105.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101623.0, 499740.0 ], [ 101206.0, 499704.0 ], [ 100933.0, 499704.0 ], [ 100569.0, 499635.0 ], [ 100319.0, 499522.0 ], [ 100137.0, 499431.0 ], [ 99727.0, 499249.0 ], [ 98885.0, 499180.0 ], [ 98004.0, 499159.0 ] ], [ [ 101766.0, 501130.0 ], [ 101818.0, 501279.0 ], [ 101802.0, 501452.0 ], [ 101770.0, 501689.0 ], [ 101612.0, 501815.0 ], [ 101184.0, 502002.0 ] ], [ [ 102088.0, 500218.0 ], [ 101730.0, 500682.0 ], [ 101752.0, 500932.0 ], [ 101766.0, 501130.0 ] ], [ [ 101623.0, 499740.0 ], [ 101928.0, 499938.0 ], [ 102117.0, 500001.0 ], [ 102149.0, 500128.0 ], [ 102088.0, 500218.0 ] ], [ [ 101184.0, 502002.0 ], [ 101001.0, 502047.0 ], [ 100660.0, 502116.0 ], [ 99841.0, 502116.0 ], [ 99301.0, 502087.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -110.0, "value": -110.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101104.0, 501224.0 ], [ 101077.0, 501468.0 ], [ 100976.0, 501681.0 ], [ 100819.0, 501722.0 ] ], [ [ 101104.0, 501224.0 ], [ 101024.0, 501046.0 ], [ 100956.0, 500955.0 ], [ 100774.0, 500864.0 ], [ 100615.0, 500591.0 ], [ 100569.0, 500432.0 ], [ 100637.0, 500250.0 ], [ 100706.0, 500159.0 ], [ 100683.0, 500068.0 ], [ 100501.0, 500022.0 ], [ 100205.0, 499931.0 ], [ 99682.0, 499908.0 ], [ 98772.0, 499931.0 ], [ 98075.0, 500077.0 ] ], [ [ 100819.0, 501722.0 ], [ 100637.0, 501843.0 ], [ 100364.0, 501911.0 ], [ 99909.0, 501934.0 ], [ 99591.0, 501843.0 ], [ 99098.0, 501766.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": null }, "geometry": { "type": "LineString", "coordinates": [ [ 103785.0, 501767.0 ], [ 103934.0, 501787.0 ], [ 104113.0, 501748.0 ], [ 104322.0, 501688.0 ], [ 104392.0, 501608.0 ], [ 104481.0, 501409.0 ], [ 104491.0, 501280.0 ], [ 104452.0, 501180.0 ], [ 104322.0, 501140.0 ], [ 104233.0, 501140.0 ], [ 104153.0, 501160.0 ], [ 104093.0, 501359.0 ], [ 103974.0, 501449.0 ], [ 103715.0, 501459.0 ], [ 103646.0, 501558.0 ], [ 103636.0, 501648.0 ], [ 103666.0, 501738.0 ], [ 103785.0, 501767.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -110.0, "value": -110.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103045.0, 499553.0 ], [ 103016.0, 499639.0 ], [ 103094.0, 499828.0 ], [ 103094.0, 499875.0 ], [ 103016.0, 500080.0 ], [ 103031.0, 500080.0 ], [ 103205.0, 500049.0 ], [ 103410.0, 500001.0 ], [ 103583.0, 499828.0 ], [ 103745.0, 499652.0 ] ], [ [ 103045.0, 499553.0 ], [ 103108.0, 499437.0 ], [ 103312.0, 499269.0 ], [ 103499.0, 499213.0 ], [ 103703.0, 499213.0 ], [ 103834.0, 499325.0 ], [ 103852.0, 499474.0 ], [ 103815.0, 499604.0 ], [ 103745.0, 499652.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -105.0, "value": -105.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102859.0, 499462.0 ], [ 102921.0, 499325.0 ], [ 103126.0, 499139.0 ], [ 103443.0, 499046.0 ], [ 103741.0, 498990.0 ], [ 103890.0, 498990.0 ], [ 104057.0, 499083.0 ], [ 104094.0, 499176.0 ], [ 104038.0, 499362.0 ], [ 103964.0, 499660.0 ], [ 103908.0, 499753.0 ], [ 103822.0, 499835.0 ] ], [ [ 103822.0, 499835.0 ], [ 103745.0, 499914.0 ], [ 103474.0, 500045.0 ], [ 103014.0, 500176.0 ], [ 102878.0, 500227.0 ], [ 102763.0, 500227.0 ], [ 102737.0, 500158.0 ], [ 102843.0, 500089.0 ], [ 102912.0, 499989.0 ], [ 102894.0, 499761.0 ], [ 102850.0, 499582.0 ], [ 102859.0, 499462.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values_edited.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values_edited.geojson new file mode 100644 index 0000000..b62302d --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/top_aquitard/TS32/TS32_union_with_values_edited.geojson @@ -0,0 +1,25 @@ +{ +"type": "FeatureCollection", +"name": "TS32_union_with_values_edited", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.1, +"features": [ +{ "type": "Feature", "properties": { "script_val": null, "value": -90.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105429.0, 516009.0 ], [ 105350.0, 515910.0 ], [ 105272.0, 515722.0 ], [ 105225.0, 515457.0 ], [ 105147.0, 515050.0 ], [ 105116.0, 514956.0 ] ], [ [ 103404.0, 512429.0 ], [ 103531.0, 512699.0 ], [ 103716.0, 513026.0 ], [ 103972.0, 513310.0 ], [ 104171.0, 513595.0 ], [ 104598.0, 514348.0 ], [ 104896.0, 514732.0 ], [ 105067.0, 514860.0 ], [ 105116.0, 514956.0 ] ], [ [ 103404.0, 512429.0 ], [ 103317.0, 512077.0 ], [ 103301.0, 511890.0 ], [ 103426.0, 511780.0 ], [ 103598.0, 511718.0 ], [ 103849.0, 511702.0 ], [ 104036.0, 511733.0 ], [ 104193.0, 511733.0 ], [ 104396.0, 511608.0 ], [ 104631.0, 511483.0 ], [ 104834.0, 511311.0 ], [ 104944.0, 511029.0 ], [ 104912.0, 510748.0 ], [ 104631.0, 510513.0 ], [ 103856.0, 510347.0 ] ], [ [ 102426.0, 509571.0 ], [ 102489.0, 509671.0 ], [ 102578.0, 509760.0 ], [ 102666.0, 509878.0 ], [ 102800.0, 509982.0 ], [ 102910.0, 510048.0 ], [ 103043.0, 510159.0 ], [ 103206.0, 510204.0 ], [ 103516.0, 510307.0 ], [ 103657.0, 510322.0 ], [ 103775.0, 510329.0 ], [ 103856.0, 510347.0 ] ], [ [ 102426.0, 509571.0 ], [ 102198.0, 509118.0 ], [ 102070.0, 508798.0 ], [ 101942.0, 508158.0 ], [ 101921.0, 507390.0 ], [ 102014.0, 506905.0 ] ], [ [ 103573.0, 506145.0 ], [ 103621.0, 506201.0 ], [ 103634.0, 506296.0 ], [ 103621.0, 506350.0 ], [ 103560.0, 506431.0 ], [ 103463.0, 506499.0 ], [ 103362.0, 506539.0 ], [ 103207.0, 506596.0 ], [ 103065.0, 506635.0 ], [ 102834.0, 506635.0 ], [ 102671.0, 506540.0 ], [ 102454.0, 506459.0 ], [ 102278.0, 506526.0 ], [ 102074.0, 506649.0 ], [ 102014.0, 506905.0 ] ], [ [ 103573.0, 506145.0 ], [ 103493.0, 506105.0 ] ], [ [ 103493.0, 506105.0 ], [ 103392.0, 506180.0 ], [ 103365.0, 506241.0 ], [ 103363.0, 506251.0 ], [ 103291.0, 506352.0 ], [ 103248.0, 506366.0 ], [ 103177.0, 506366.0 ], [ 103032.0, 506347.0 ], [ 102890.0, 506223.0 ], [ 102868.0, 506110.0 ], [ 102933.0, 505993.0 ], [ 102898.0, 505897.0 ], [ 102747.0, 505864.0 ], [ 102614.0, 505763.0 ], [ 102546.0, 505563.0 ], [ 102675.0, 505277.0 ], [ 102689.0, 505162.0 ], [ 102689.0, 505047.0 ], [ 102761.0, 504990.0 ], [ 102861.0, 504889.0 ], [ 102790.0, 504717.0 ], [ 102632.0, 504674.0 ], [ 102345.0, 504746.0 ], [ 101356.0, 505047.0 ], [ 100607.0, 505336.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -95.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 105311.0, 514468.0 ], [ 105533.0, 514729.0 ], [ 105720.0, 515102.0 ], [ 105876.0, 515603.0 ], [ 105919.0, 516009.0 ] ], [ [ 103901.0, 512841.0 ], [ 104162.0, 513276.0 ], [ 104631.0, 513873.0 ], [ 104930.0, 514193.0 ], [ 105207.0, 514385.0 ], [ 105311.0, 514468.0 ] ], [ [ 104674.0, 510157.0 ], [ 104905.0, 510125.0 ], [ 105170.0, 510195.0 ], [ 105388.0, 510454.0 ], [ 105401.0, 510950.0 ], [ 105201.0, 511369.0 ], [ 105035.0, 511512.0 ], [ 104593.0, 511753.0 ], [ 104229.0, 511923.0 ], [ 103869.0, 511938.0 ], [ 103568.0, 511886.0 ], [ 103416.0, 512004.0 ], [ 103494.0, 512327.0 ], [ 103685.0, 512600.0 ], [ 103901.0, 512841.0 ] ], [ [ 102548.0, 509573.0 ], [ 102637.0, 509664.0 ], [ 102770.0, 509768.0 ], [ 103029.0, 509938.0 ], [ 103221.0, 510019.0 ], [ 103383.0, 510071.0 ], [ 103583.0, 510100.0 ], [ 103805.0, 510122.0 ], [ 104019.0, 510137.0 ], [ 104196.0, 510159.0 ], [ 104359.0, 510167.0 ], [ 104507.0, 510152.0 ], [ 104674.0, 510157.0 ] ], [ [ 102558.0, 507154.0 ], [ 102447.0, 507487.0 ], [ 102315.0, 507863.0 ], [ 102228.0, 508318.0 ], [ 102224.0, 508659.0 ], [ 102262.0, 508990.0 ], [ 102379.0, 509301.0 ], [ 102520.0, 509547.0 ], [ 102548.0, 509573.0 ] ], [ [ 103496.0, 506057.0 ], [ 103675.0, 506092.0 ], [ 103743.0, 506241.0 ], [ 103729.0, 506418.0 ], [ 103594.0, 506594.0 ], [ 103268.0, 506730.0 ], [ 103051.0, 506784.0 ], [ 102753.0, 506947.0 ], [ 102558.0, 507154.0 ] ], [ [ 102933.0, 506173.0 ], [ 103023.0, 506261.0 ], [ 103196.0, 506339.0 ], [ 103209.0, 506333.0 ], [ 103323.0, 506261.0 ], [ 103391.0, 506122.0 ], [ 103496.0, 506057.0 ] ], [ [ 100536.0, 505058.0 ], [ 100635.0, 505012.0 ], [ 101311.0, 504737.0 ], [ 102188.0, 504525.0 ], [ 102738.0, 504458.0 ], [ 103219.0, 504371.0 ], [ 103463.0, 504488.0 ], [ 103603.0, 504752.0 ], [ 103880.0, 504907.0 ], [ 104132.0, 505077.0 ], [ 104040.0, 505313.0 ], [ 103588.0, 505432.0 ], [ 103256.0, 505713.0 ], [ 103009.0, 506017.0 ], [ 102933.0, 506173.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -85.0, "value": -85.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103953.0, 515988.0 ], [ 103813.0, 515736.0 ], [ 103654.0, 515417.0 ], [ 103574.0, 514979.0 ], [ 103495.0, 514651.0 ], [ 103445.0, 514243.0 ], [ 103435.0, 514203.0 ] ], [ [ 103435.0, 514203.0 ], [ 103332.0, 513737.0 ], [ 103275.0, 513452.0 ], [ 103147.0, 512955.0 ], [ 103047.0, 512514.0 ], [ 103005.0, 512357.0 ] ], [ [ 102964.0, 510252.0 ], [ 103170.0, 510424.0 ], [ 103713.0, 510550.0 ], [ 104250.0, 510653.0 ], [ 104536.0, 510854.0 ], [ 104539.0, 511223.0 ], [ 104149.0, 511529.0 ], [ 103559.0, 511590.0 ], [ 103086.0, 511826.0 ], [ 103005.0, 512357.0 ] ], [ [ 102287.0, 509524.0 ], [ 102341.0, 509627.0 ], [ 102607.0, 509945.0 ], [ 102726.0, 510071.0 ], [ 102822.0, 510137.0 ], [ 102903.0, 510226.0 ], [ 102964.0, 510252.0 ] ], [ [ 101479.0, 508373.0 ], [ 101544.0, 508467.0 ], [ 101963.0, 509036.0 ], [ 102287.0, 509524.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -80.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101741.0, 510203.0 ], [ 102732.0, 510661.0 ], [ 103219.0, 510842.0 ], [ 103686.0, 510916.0 ], [ 103966.0, 510957.0 ], [ 104123.0, 511086.0 ], [ 104107.0, 511194.0 ], [ 103683.0, 511275.0 ], [ 103070.0, 511244.0 ], [ 102763.0, 511476.0 ] ], [ [ 102763.0, 511476.0 ], [ 102678.0, 511589.0 ], [ 102564.0, 511788.0 ], [ 102336.0, 512172.0 ], [ 102180.0, 512556.0 ], [ 102009.0, 512898.0 ], [ 101981.0, 513068.0 ], [ 101910.0, 513297.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102718.0, 509550.0 ], [ 102598.0, 509434.0 ], [ 102470.0, 509218.0 ], [ 102394.0, 508854.0 ], [ 102349.0, 508417.0 ], [ 102406.0, 508208.0 ], [ 102463.0, 508057.0 ] ], [ [ 102463.0, 508057.0 ], [ 102535.0, 508034.0 ], [ 102608.0, 508213.0 ], [ 102654.0, 508548.0 ], [ 102793.0, 508924.0 ], [ 103050.0, 509230.0 ], [ 103416.0, 509461.0 ], [ 103638.0, 509572.0 ] ], [ [ 102718.0, 509550.0 ], [ 102814.0, 509635.0 ], [ 102925.0, 509716.0 ], [ 103095.0, 509797.0 ], [ 103287.0, 509878.0 ], [ 103450.0, 509923.0 ], [ 103605.0, 509960.0 ], [ 103775.0, 509989.0 ], [ 103938.0, 509989.0 ], [ 104041.0, 509967.0 ], [ 104093.0, 509901.0 ], [ 104108.0, 509805.0 ], [ 104004.0, 509745.0 ], [ 103709.0, 509590.0 ], [ 103638.0, 509572.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -85.0, "value": -85.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103309.0, 507463.0 ], [ 103322.0, 507382.0 ], [ 103363.0, 507246.0 ], [ 103417.0, 507164.0 ], [ 103512.0, 507083.0 ], [ 103621.0, 507069.0 ], [ 103852.0, 507029.0 ], [ 104001.0, 507056.0 ], [ 104069.0, 507151.0 ], [ 104082.0, 507260.0 ], [ 104042.0, 507355.0 ], [ 103879.0, 507382.0 ], [ 103702.0, 507450.0 ], [ 103607.0, 507640.0 ], [ 103553.0, 507694.0 ], [ 103404.0, 507734.0 ], [ 103336.0, 507708.0 ], [ 103309.0, 507626.0 ], [ 103309.0, 507463.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 109856.0, 506739.0 ], [ 109657.0, 506905.0 ], [ 109410.0, 507250.0 ], [ 109261.0, 507672.0 ], [ 109007.0, 508175.0 ], [ 108557.0, 508776.0 ], [ 107853.0, 509316.0 ], [ 107240.0, 509589.0 ], [ 106748.0, 509848.0 ], [ 106482.0, 509974.0 ], [ 106233.0, 510024.0 ], [ 105983.0, 510129.0 ], [ 105945.0, 510331.0 ], [ 106079.0, 510706.0 ], [ 105943.0, 511354.0 ], [ 105750.0, 511802.0 ], [ 105328.0, 512139.0 ], [ 104886.0, 512375.0 ], [ 104634.0, 512518.0 ], [ 104476.0, 512719.0 ], [ 104632.0, 513053.0 ], [ 105092.0, 513411.0 ], [ 105541.0, 513814.0 ], [ 105973.0, 514271.0 ], [ 106445.0, 514806.0 ], [ 106830.0, 515158.0 ], [ 107556.0, 516007.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -90.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106107.0, 506525.0 ], [ 106120.0, 506570.0 ], [ 106162.0, 506926.0 ], [ 106162.0, 507188.0 ], [ 106120.0, 507502.0 ], [ 106026.0, 508141.0 ], [ 105952.0, 508497.0 ], [ 105774.0, 508717.0 ], [ 105492.0, 508822.0 ], [ 105240.0, 508874.0 ], [ 105052.0, 508884.0 ], [ 104925.0, 508848.0 ] ], [ [ 105879.0, 506085.0 ], [ 106009.0, 506171.0 ], [ 106096.0, 506367.0 ], [ 106107.0, 506525.0 ] ], [ [ 104925.0, 508848.0 ], [ 104361.0, 508727.0 ], [ 104057.0, 508654.0 ], [ 103774.0, 508549.0 ], [ 103544.0, 508361.0 ], [ 103418.0, 508204.0 ], [ 103303.0, 507942.0 ], [ 103254.0, 507694.0 ], [ 103268.0, 507382.0 ], [ 103322.0, 507178.0 ], [ 103472.0, 507029.0 ], [ 103701.0, 506999.0 ], [ 103952.0, 506926.0 ], [ 104078.0, 506926.0 ], [ 104298.0, 506979.0 ], [ 104455.0, 507104.0 ], [ 104633.0, 507209.0 ], [ 104905.0, 507272.0 ], [ 105219.0, 507073.0 ], [ 105429.0, 506821.0 ], [ 105628.0, 506497.0 ], [ 105743.0, 506256.0 ], [ 105879.0, 506085.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 104610.0, 505259.0 ], [ 104654.0, 505249.0 ], [ 104845.0, 505303.0 ], [ 104970.0, 505669.0 ], [ 104855.0, 506100.0 ], [ 104683.0, 506422.0 ], [ 104425.0, 506642.0 ], [ 104097.0, 506744.0 ], [ 103897.0, 506643.0 ], [ 103882.0, 506408.0 ], [ 103920.0, 506128.0 ], [ 103779.0, 506007.0 ], [ 103561.0, 505983.0 ], [ 103429.0, 505896.0 ], [ 103397.0, 505821.0 ], [ 103415.0, 505752.0 ], [ 103471.0, 505696.0 ], [ 103527.0, 505720.0 ], [ 103552.0, 505804.0 ], [ 103595.0, 505844.0 ], [ 103717.0, 505884.0 ], [ 103864.0, 505897.0 ], [ 104098.0, 505885.0 ], [ 104244.0, 505807.0 ], [ 104382.0, 505686.0 ], [ 104451.0, 505517.0 ], [ 104465.0, 505364.0 ], [ 104499.0, 505311.0 ], [ 104610.0, 505259.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -95.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 109846.0, 503294.0 ], [ 109459.0, 503695.0 ], [ 108657.0, 504451.0 ], [ 107885.0, 505257.0 ], [ 107441.0, 506151.0 ], [ 107391.0, 506815.0 ], [ 107429.0, 507419.0 ], [ 107366.0, 508005.0 ], [ 106756.0, 508915.0 ], [ 105654.0, 509491.0 ], [ 104612.0, 509579.0 ], [ 104584.0, 509567.0 ] ], [ [ 104584.0, 509567.0 ], [ 103672.0, 509160.0 ], [ 103087.0, 508452.0 ], [ 102863.0, 507847.0 ], [ 102990.0, 507322.0 ], [ 103425.0, 506912.0 ], [ 104055.0, 506832.0 ], [ 104811.0, 506668.0 ], [ 105212.0, 506208.0 ], [ 105291.0, 505446.0 ], [ 105127.0, 504591.0 ], [ 104869.0, 504084.0 ], [ 104638.0, 503661.0 ], [ 104106.0, 503286.0 ], [ 103560.0, 503056.0 ], [ 103003.0, 502879.0 ], [ 102623.0, 502747.0 ], [ 102509.0, 502537.0 ] ], [ [ 104506.0, 500278.0 ], [ 104560.0, 500144.0 ], [ 104653.0, 499921.0 ], [ 104783.0, 499697.0 ], [ 104913.0, 499418.0 ], [ 105007.0, 499046.0 ], [ 105062.0, 498711.0 ], [ 105156.0, 498506.0 ] ], [ [ 102170.0, 498357.0 ], [ 102195.0, 498312.0 ] ], [ [ 102195.0, 498312.0 ], [ 102201.0, 498277.0 ], [ 102204.0, 498212.0 ], [ 102202.0, 498190.0 ], [ 102191.0, 498167.0 ], [ 102175.0, 498151.0 ], [ 102146.0, 498146.0 ], [ 102131.0, 498147.0 ], [ 102102.0, 498175.0 ], [ 102092.0, 498190.0 ] ], [ [ 105156.0, 498506.0 ], [ 105227.0, 498308.0 ], [ 105435.0, 497987.0 ], [ 105612.0, 497690.0 ], [ 105617.0, 497462.0 ], [ 105495.0, 497303.0 ], [ 104877.0, 497461.0 ], [ 104528.0, 497626.0 ], [ 103914.0, 497925.0 ], [ 103289.0, 498240.0 ], [ 102793.0, 498535.0 ], [ 102557.0, 498794.0 ], [ 102382.0, 499114.0 ], [ 102353.0, 499371.0 ], [ 102306.0, 499544.0 ], [ 102243.0, 499528.0 ], [ 102009.0, 498968.0 ], [ 102054.0, 498565.0 ], [ 102170.0, 498357.0 ] ], [ [ 102092.0, 498190.0 ], [ 102018.0, 498239.0 ], [ 101851.0, 498331.0 ], [ 101692.0, 498322.0 ], [ 101668.0, 498218.0 ], [ 101709.0, 498136.0 ], [ 101833.0, 498172.0 ], [ 102038.0, 498093.0 ], [ 102038.0, 497809.0 ], [ 102022.0, 497683.0 ], [ 101928.0, 497446.0 ], [ 101721.0, 497210.0 ], [ 101308.0, 496803.0 ] ], [ [ 102509.0, 502537.0 ], [ 102500.0, 502504.0 ], [ 102483.0, 502452.0 ], [ 102448.0, 502245.0 ], [ 102448.0, 502141.0 ], [ 102468.0, 502057.0 ] ], [ [ 102468.0, 502057.0 ], [ 102477.0, 501826.0 ], [ 102690.0, 501326.0 ], [ 102797.0, 501139.0 ], [ 103047.0, 501004.0 ], [ 103466.0, 500981.0 ], [ 103959.0, 500808.0 ], [ 104351.0, 500507.0 ], [ 104506.0, 500278.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -100.0, "value": -100.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101210.0, 502876.0 ], [ 100956.0, 502821.0 ], [ 100751.0, 502821.0 ], [ 100342.0, 502798.0 ], [ 99978.0, 502821.0 ], [ 99722.0, 502756.0 ] ], [ [ 102235.0, 502600.0 ], [ 102243.0, 502636.0 ], [ 102144.0, 502833.0 ], [ 101830.0, 502959.0 ], [ 101472.0, 503029.0 ], [ 101210.0, 502876.0 ] ], [ [ 104301.0, 500256.0 ], [ 104448.0, 499865.0 ], [ 104634.0, 499493.0 ], [ 104783.0, 499027.0 ], [ 104820.0, 498729.0 ], [ 104839.0, 498543.0 ] ], [ [ 100916.0, 498711.0 ], [ 100069.0, 498611.0 ], [ 99409.0, 498589.0 ], [ 98749.0, 498589.0 ], [ 97961.0, 498615.0 ] ], [ [ 100916.0, 498711.0 ], [ 101304.0, 498782.0 ], [ 101634.0, 499098.0 ], [ 101890.0, 499535.0 ], [ 102203.0, 499852.0 ], [ 102377.0, 500014.0 ], [ 102467.0, 500114.0 ], [ 102586.0, 500114.0 ], [ 102603.0, 499787.0 ], [ 102564.0, 499480.0 ], [ 102663.0, 499110.0 ], [ 102819.0, 498852.0 ], [ 103066.0, 498604.0 ], [ 103409.0, 498407.0 ], [ 103688.0, 498350.0 ], [ 104055.0, 498290.0 ], [ 104410.0, 498218.0 ], [ 104656.0, 498093.0 ], [ 104844.0, 498125.0 ], [ 104954.0, 498204.0 ], [ 104986.0, 498345.0 ], [ 104839.0, 498543.0 ] ], [ [ 102235.0, 502600.0 ], [ 102230.0, 502480.0 ], [ 102207.0, 502320.0 ], [ 102116.0, 502184.0 ], [ 102048.0, 501994.0 ] ], [ [ 102152.0, 501061.0 ], [ 102062.0, 501166.0 ], [ 101971.0, 501345.0 ], [ 101963.0, 501577.0 ], [ 102040.0, 501972.0 ], [ 102048.0, 501994.0 ] ], [ [ 102385.0, 500602.0 ], [ 102401.0, 500648.0 ], [ 102432.0, 500772.0 ], [ 102422.0, 500838.0 ], [ 102353.0, 500901.0 ], [ 102322.0, 500901.0 ], [ 102290.0, 500885.0 ], [ 102243.0, 500727.0 ], [ 102209.0, 500636.0 ], [ 102191.0, 500641.0 ], [ 102180.0, 500774.0 ], [ 102175.0, 500911.0 ], [ 102164.0, 501011.0 ], [ 102152.0, 501061.0 ] ], [ [ 102385.0, 500573.0 ], [ 102385.0, 500602.0 ] ], [ [ 104301.0, 500256.0 ], [ 104043.0, 500536.0 ], [ 103735.0, 500737.0 ], [ 103314.0, 500872.0 ], [ 103054.0, 500821.0 ], [ 102897.0, 500719.0 ], [ 102809.0, 500633.0 ], [ 102690.0, 500494.0 ], [ 102553.0, 500430.0 ], [ 102425.0, 500432.0 ], [ 102384.0, 500517.0 ], [ 102385.0, 500573.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -90.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 106030.0, 504999.0 ], [ 105735.0, 504874.0 ], [ 105517.0, 504242.0 ], [ 105128.0, 503586.0 ], [ 104763.0, 503173.0 ], [ 104423.0, 502857.0 ], [ 104010.0, 502735.0 ], [ 103451.0, 502614.0 ], [ 103062.0, 502541.0 ], [ 102774.0, 502449.0 ] ], [ [ 102774.0, 502449.0 ], [ 102760.0, 502447.0 ], [ 102707.0, 502445.0 ], [ 102704.0, 502442.0 ], [ 102703.0, 502434.0 ], [ 102707.0, 502428.0 ] ], [ [ 102707.0, 502428.0 ], [ 102755.0, 502372.0 ], [ 102784.0, 502343.0 ], [ 102787.0, 502328.0 ], [ 102785.0, 502312.0 ], [ 102779.0, 502300.0 ] ], [ [ 102779.0, 502300.0 ], [ 102769.0, 502277.0 ] ], [ [ 102769.0, 502277.0 ], [ 102754.0, 502239.0 ] ], [ [ 102754.0, 502239.0 ], [ 102750.0, 502229.0 ] ], [ [ 102750.0, 502229.0 ], [ 102751.0, 502215.0 ] ], [ [ 106757.0, 501298.0 ], [ 106747.0, 501784.0 ], [ 106725.0, 502283.0 ], [ 106617.0, 502718.0 ], [ 106378.0, 503239.0 ], [ 106313.0, 503674.0 ], [ 106291.0, 504130.0 ], [ 106270.0, 504477.0 ], [ 106226.0, 504782.0 ], [ 106161.0, 504890.0 ], [ 106030.0, 504999.0 ] ], [ [ 102751.0, 502215.0 ], [ 102770.0, 501957.0 ], [ 102867.0, 501909.0 ], [ 103232.0, 501836.0 ], [ 103596.0, 501909.0 ], [ 104107.0, 501884.0 ], [ 104423.0, 501812.0 ], [ 104593.0, 501641.0 ], [ 104714.0, 501423.0 ], [ 104714.0, 501155.0 ], [ 104593.0, 501058.0 ], [ 104471.0, 500864.0 ], [ 104520.0, 500620.0 ], [ 104827.0, 500323.0 ] ], [ [ 106757.0, 501298.0 ], [ 106757.0, 501168.0 ], [ 106701.0, 500926.0 ], [ 106608.0, 500721.0 ], [ 106533.0, 500517.0 ], [ 106533.0, 500256.0 ], [ 106552.0, 500051.0 ], [ 106459.0, 499902.0 ], [ 106273.0, 499735.0 ], [ 106105.0, 499548.0 ], [ 105900.0, 499474.0 ], [ 105528.0, 499548.0 ], [ 105416.0, 499586.0 ], [ 105193.0, 499735.0 ], [ 105118.0, 499995.0 ], [ 105025.0, 500144.0 ], [ 104895.0, 500275.0 ], [ 104827.0, 500323.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -105.0, "value": -105.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101623.0, 499740.0 ], [ 101206.0, 499704.0 ], [ 100933.0, 499704.0 ], [ 100569.0, 499635.0 ], [ 100319.0, 499522.0 ], [ 100137.0, 499431.0 ], [ 99727.0, 499249.0 ], [ 98885.0, 499180.0 ], [ 98004.0, 499159.0 ] ], [ [ 101766.0, 501130.0 ], [ 101818.0, 501279.0 ], [ 101802.0, 501452.0 ], [ 101770.0, 501689.0 ], [ 101612.0, 501815.0 ], [ 101184.0, 502002.0 ] ], [ [ 102088.0, 500218.0 ], [ 101730.0, 500682.0 ], [ 101752.0, 500932.0 ], [ 101766.0, 501130.0 ] ], [ [ 101623.0, 499740.0 ], [ 101928.0, 499938.0 ], [ 102117.0, 500001.0 ], [ 102149.0, 500128.0 ], [ 102088.0, 500218.0 ] ], [ [ 101184.0, 502002.0 ], [ 101001.0, 502047.0 ], [ 100660.0, 502116.0 ], [ 99841.0, 502116.0 ], [ 99301.0, 502087.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -110.0, "value": -110.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 101104.0, 501224.0 ], [ 101077.0, 501468.0 ], [ 100976.0, 501681.0 ], [ 100819.0, 501722.0 ] ], [ [ 101104.0, 501224.0 ], [ 101024.0, 501046.0 ], [ 100956.0, 500955.0 ], [ 100774.0, 500864.0 ], [ 100615.0, 500591.0 ], [ 100569.0, 500432.0 ], [ 100637.0, 500250.0 ], [ 100706.0, 500159.0 ], [ 100683.0, 500068.0 ], [ 100501.0, 500022.0 ], [ 100205.0, 499931.0 ], [ 99682.0, 499908.0 ], [ 98772.0, 499931.0 ], [ 98075.0, 500077.0 ] ], [ [ 100819.0, 501722.0 ], [ 100637.0, 501843.0 ], [ 100364.0, 501911.0 ], [ 99909.0, 501934.0 ], [ 99591.0, 501843.0 ], [ 99098.0, 501766.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": null, "value": -95.0 }, "geometry": { "type": "LineString", "coordinates": [ [ 103785.0, 501767.0 ], [ 103934.0, 501787.0 ], [ 104113.0, 501748.0 ], [ 104322.0, 501688.0 ], [ 104392.0, 501608.0 ], [ 104481.0, 501409.0 ], [ 104491.0, 501280.0 ], [ 104452.0, 501180.0 ], [ 104322.0, 501140.0 ], [ 104233.0, 501140.0 ], [ 104153.0, 501160.0 ], [ 104093.0, 501359.0 ], [ 103974.0, 501449.0 ], [ 103715.0, 501459.0 ], [ 103646.0, 501558.0 ], [ 103636.0, 501648.0 ], [ 103666.0, 501738.0 ], [ 103785.0, 501767.0 ] ] } }, +{ "type": "Feature", "properties": { "script_val": -110.0, "value": -110.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 103045.0, 499553.0 ], [ 103016.0, 499639.0 ], [ 103094.0, 499828.0 ], [ 103094.0, 499875.0 ], [ 103016.0, 500080.0 ], [ 103031.0, 500080.0 ], [ 103205.0, 500049.0 ], [ 103410.0, 500001.0 ], [ 103583.0, 499828.0 ], [ 103745.0, 499652.0 ] ], [ [ 103045.0, 499553.0 ], [ 103108.0, 499437.0 ], [ 103312.0, 499269.0 ], [ 103499.0, 499213.0 ], [ 103703.0, 499213.0 ], [ 103834.0, 499325.0 ], [ 103852.0, 499474.0 ], [ 103815.0, 499604.0 ], [ 103745.0, 499652.0 ] ] ] } }, +{ "type": "Feature", "properties": { "script_val": -105.0, "value": -105.0 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 102859.0, 499462.0 ], [ 102921.0, 499325.0 ], [ 103126.0, 499139.0 ], [ 103443.0, 499046.0 ], [ 103741.0, 498990.0 ], [ 103890.0, 498990.0 ], [ 104057.0, 499083.0 ], [ 104094.0, 499176.0 ], [ 104038.0, 499362.0 ], [ 103964.0, 499660.0 ], [ 103908.0, 499753.0 ], [ 103822.0, 499835.0 ] ], [ [ 103822.0, 499835.0 ], [ 103745.0, 499914.0 ], [ 103474.0, 500045.0 ], [ 103014.0, 500176.0 ], [ 102878.0, 500227.0 ], [ 102763.0, 500227.0 ], [ 102737.0, 500158.0 ], [ 102843.0, 500089.0 ], [ 102912.0, 499989.0 ], [ 102894.0, 499761.0 ], [ 102850.0, 499582.0 ], [ 102859.0, 499462.0 ] ] ] } } +] +} From 765e0976dd76431c08a08c2be5b78236606a27f8 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Wed, 18 Feb 2026 10:19:19 +0100 Subject: [PATCH 02/10] Update interpolate_layer_boundaries.py --- .../v2.0.0/interpolate_layer_boundaries.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py index 3b9892a..b70d33c 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py @@ -13,12 +13,13 @@ polyline_from_points, ) # TODO: Alle boring na de Koster dataset toevoegen/evalueren, zodat er meer punten zijn voor de interpolatie (get_point_values()). -# TODO: Koster "daw_bestanden" en "kaarten_2024_voor_interpolatie" mapjes op de juiste plek zetten +# TODO: Koster "daw_bestanden" en "kaarten_2024_voor_interpolatie" mapjes op de juiste plek zetten. DAW -> geojson. src\nhflodata\data\mockup\bodemlagen_pwn_2024\v2.0.0\koster_daw # TODO: "if fpath_shp_ber.exists() is True:" in get_point_values() eruit. Als laag is S11 dan skip -# TODO: get_point_values(layer_name) label bij punten met de bron van de data -# TODO: "daw_data_TS_DS.shp" in get_point_values() heeft 0.01m dikte voor aquitards die afwezig zijn. Check of deze punten in masks liggen -# TODO: Waarom gdf_t = gdf_t.drop_duplicates() and gdf_d = gdf_d.drop_duplicates() -# TODO: Verkennen. Laagdikte nul als contouren interpreteren ipv aanpak met gdf_within +# TODO: get_point_values(layer_name) label bij punten met de bron van de data. Niet vereist voor implementatie NHFLO. Wel van toegevowegde waarde bij latere inversie stap. +# TODO: "daw_data_TS_DS.shp" in get_point_values() heeft 0.01m dikte voor aquitards die afwezig zijn. Check of deze punten in masks liggen en andersom. Dubbel check of er geen 1cm laagdikten in eindproduct zitten, want speciale betekenis. +# TODO: Waarom gdf_t = gdf_t.drop_duplicates() and gdf_d = gdf_d.drop_duplicates(). Drop_duplicates kijkt naar index en velden +# TODO: Controleer of er geen locaties zijn die meerdere keren voorkomen en verschillende waarden hebben +# TODO: Bergen mask en Koster 0.01 mask samenvoegen tot 1 mask. # TODO: Sanity checks voor gdf_d en gdf_t. Geen negatieve dikten. Hoe wordt omgegaan met ontbrekende waarden? Doorsnijdt Top min dikte de top van de onderliggende laag? From 15f56ed1bbf5632735b9e741c2fc45d3ffe1b78b Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Mon, 23 Feb 2026 12:16:12 -0600 Subject: [PATCH 03/10] Refactor interpolation scripts and update repository metadata - Updated `interpolate_layer_boundaries.py` to import helper functions directly and removed unused PyVista plotting code. - Modified `get_point_values` function in `interpolation_helper_functions.py` to accept a path parameter for improved flexibility. - Updated paths for reading shapefiles and GeoJSON in `get_point_values`. - Added new version 2.0.0 entry in `repository.yaml` for bodemlagen_pwn_2024, including metadata and changelog for Koster contour interpretations. --- ...koster_interpretation_shapes_to_geojson.py | 12 + .../daw_data_TS_DS.geojson | 625 ++++++++++++++++++ .../v2.0.0/interpolate_layer_boundaries.py | 47 +- .../v2.0.0/interpolation_helper_functions.py | 17 +- src/nhflodata/data/repository.yaml | 21 + 5 files changed, 687 insertions(+), 35 deletions(-) create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/daw_data_TS_DS.geojson diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py new file mode 100644 index 0000000..105911d --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py @@ -0,0 +1,12 @@ +from nhflotools.geoconverter.geoconverter import GeoConverter, print_results +from pathlib import Path + +converter = GeoConverter() + +# Convert folder with all files +input_folder = Path("/Users/bdestombe/Downloads/daw_data_TS_DS") +output_folder = Path("/Users/bdestombe/Projects/NHFLO/data/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations_geojson") +results = converter.convert_folder( + input_folder=input_folder, output_folder=output_folder, coordinate_precision=0.01, overwrite_with_target_crs=True +) +print_results(results) \ No newline at end of file diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/daw_data_TS_DS.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/daw_data_TS_DS.geojson new file mode 100644 index 0000000..2bae3c1 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/daw_data_TS_DS.geojson @@ -0,0 +1,625 @@ +{ +"type": "FeatureCollection", +"name": "daw_data_TS_DS", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.001, +"bbox": [ 100340.000, 496750.000, 109470.000, 515620.000 ], +"features": [ +{ "type": "Feature", "properties": { "index": "19AZ-RG19A183", "TS11": -2.0, "TS12": -10.0, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.9, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103960.0, 515230.0, 103960.0, 515230.0 ], "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A184", "TS11": -3.1, "TS12": -10.1, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.7, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103960.0, 515230.0, 103960.0, 515230.0 ], "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A208", "TS11": 3.7, "TS12": -6.5, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103200.0, 515290.0, 103200.0, 515290.0 ], "geometry": { "type": "Point", "coordinates": [ 103200.0, 515290.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A223", "TS11": -1.08, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.02, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104200.0, 515500.0, 104200.0, 515500.0 ], "geometry": { "type": "Point", "coordinates": [ 104200.0, 515500.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A254", "TS11": -0.25, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.55, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103950.0, 514720.0, 103950.0, 514720.0 ], "geometry": { "type": "Point", "coordinates": [ 103950.0, 514720.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A255", "TS11": -0.1, "TS12": -11.1, "TS13": -20.6, "TS21": -36.099998, "TS22": -45.099998, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 0.01, "DS13": 10.5, "DS21": 5.1500001, "DS22": 0.5, "DS31": null, "DS32": null }, "bbox": [ 104920.0, 515380.0, 104920.0, 515380.0 ], "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A256", "TS11": -4.1, "TS12": -11.1, "TS13": -20.1, "TS21": -39.400002, "TS22": -43.700001, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 0.01, "DS13": 11.0, "DS21": 2.7, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 104925.0, 515390.0, 104925.0, 515390.0 ], "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A270", "TS11": -0.31, "TS12": -12.7, "TS13": -17.809999, "TS21": -41.77, "TS22": -41.790001, "TS31": null, "TS32": null, "DS11": 0.39, "DS12": 5.1, "DS13": 14.99, "DS21": 0.01, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 106390.0, 514180.0, 106390.0, 514180.0 ], "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A273", "TS11": -0.8, "TS12": -9.3, "TS13": -15.9, "TS21": -36.8, "TS22": -43.3, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 0.01, "DS13": 12.6, "DS21": 1.0, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 105295.0, 515620.0, 105295.0, 515620.0 ], "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A292", "TS11": -0.5, "TS12": -8.1, "TS13": -15.11, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.35, "DS12": 7.0, "DS13": 22.040001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106320.0, 513370.0, 106320.0, 513370.0 ], "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-RG19A293", "TS11": -0.31, "TS12": -9.1, "TS13": -12.1, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.54, "DS12": 1.0, "DS13": 18.200001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107490.0, 514930.0, 107490.0, 514930.0 ], "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-W193", "TS11": 1.16, "TS12": -15.94, "TS13": -22.040001, "TS21": -37.84, "TS22": -67.639999, "TS31": -75.239998, "TS32": -86.440002, "DS11": 0.01, "DS12": 1.2, "DS13": 11.6, "DS21": 9.3500004, "DS22": 0.01, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 103649.0, 514303.0, 103649.0, 514303.0 ], "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-W194", "TS11": 0.34, "TS12": -10.46, "TS13": -21.66, "TS21": -37.66, "TS22": -61.060001, "TS31": -69.610001, "TS32": null, "DS11": 3.05, "DS12": 0.6, "DS13": 12.2, "DS21": 7.3, "DS22": 0.01, "DS31": 1.45, "DS32": null }, "bbox": [ 103553.0, 513324.0, 103553.0, 513324.0 ], "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-W195", "TS11": 0.16, "TS12": -8.54, "TS13": -19.139999, "TS21": -33.25, "TS22": -61.139999, "TS31": -74.739998, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 14.1, "DS21": 2.1900001, "DS22": 0.3, "DS31": null, "DS32": null }, "bbox": [ 104421.1, 513078.0, 104421.1, 513078.0 ], "geometry": { "type": "Point", "coordinates": [ 104421.1, 513078.0 ] } }, +{ "type": "Feature", "properties": { "index": "19AZ-W259", "TS11": 0.22, "TS12": -13.78, "TS13": -19.780001, "TS21": -32.790001, "TS22": -32.810001, "TS31": -75.779999, "TS32": -101.7, "DS11": 0.01, "DS12": 4.0, "DS13": 13.0, "DS21": 0.01, "DS22": 3.97, "DS31": 1.0, "DS32": 1.0 }, "bbox": [ 105115.7, 512962.3, 105115.7, 512962.3 ], "geometry": { "type": "Point", "coordinates": [ 105115.7, 512962.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610401", "TS11": 0.58, "TS12": -3.72, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.6, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104072.0, 506423.0, 104072.0, 506423.0 ], "geometry": { "type": "Point", "coordinates": [ 104072.0, 506423.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610402", "TS11": 0.05, "TS12": -1.4, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104345.0, 506508.0, 104345.0, 506508.0 ], "geometry": { "type": "Point", "coordinates": [ 104345.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610403", "TS11": -0.12, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.15, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104660.0, 506625.0, 104660.0, 506625.0 ], "geometry": { "type": "Point", "coordinates": [ 104660.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610404", "TS11": -0.53, "TS12": -5.83, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.8, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104950.0, 506788.0, 104950.0, 506788.0 ], "geometry": { "type": "Point", "coordinates": [ 104950.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610405", "TS11": 1.4, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104950.0, 506825.0, 104950.0, 506825.0 ], "geometry": { "type": "Point", "coordinates": [ 104950.0, 506825.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610501", "TS11": -0.72, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105250.0, 506783.0, 105250.0, 506783.0 ], "geometry": { "type": "Point", "coordinates": [ 105250.0, 506783.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610502", "TS11": -0.2, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.6, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105025.0, 506338.0, 105025.0, 506338.0 ], "geometry": { "type": "Point", "coordinates": [ 105025.0, 506338.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610503", "TS11": -3.2, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.8, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105525.0, 506740.0, 105525.0, 506740.0 ], "geometry": { "type": "Point", "coordinates": [ 105525.0, 506740.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610504", "TS11": -0.75, "TS12": -3.71, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.95, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105460.0, 506320.0, 105460.0, 506320.0 ], "geometry": { "type": "Point", "coordinates": [ 105460.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610506", "TS11": 0.15, "TS12": -0.66, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.8, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105620.0, 506418.0, 105620.0, 506418.0 ], "geometry": { "type": "Point", "coordinates": [ 105620.0, 506418.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610509", "TS11": 0.39, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.99, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105350.0, 506491.0, 105350.0, 506491.0 ], "geometry": { "type": "Point", "coordinates": [ 105350.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610510", "TS11": -1.4, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105828.0, 506343.0, 105828.0, 506343.0 ], "geometry": { "type": "Point", "coordinates": [ 105828.0, 506343.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610511", "TS11": 0.2, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.9, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105508.0, 506488.0, 105508.0, 506488.0 ], "geometry": { "type": "Point", "coordinates": [ 105508.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610512", "TS11": -0.9, "TS12": -1.66, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.75, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105800.0, 506933.0, 105800.0, 506933.0 ], "geometry": { "type": "Point", "coordinates": [ 105800.0, 506933.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610513", "TS11": -1.0, "TS12": -2.4100001, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.4, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105913.0, 506750.0, 105913.0, 506750.0 ], "geometry": { "type": "Point", "coordinates": [ 105913.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610601", "TS11": -1.25, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.03, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106948.0, 506501.0, 106948.0, 506501.0 ], "geometry": { "type": "Point", "coordinates": [ 106948.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610604", "TS11": -0.65, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106185.0, 506623.0, 106185.0, 506623.0 ], "geometry": { "type": "Point", "coordinates": [ 106185.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610605", "TS11": -0.6, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.1, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106620.0, 506910.0, 106620.0, 506910.0 ], "geometry": { "type": "Point", "coordinates": [ 106620.0, 506910.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610606", "TS11": -1.2, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106240.0, 506580.0, 106240.0, 506580.0 ], "geometry": { "type": "Point", "coordinates": [ 106240.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610607", "TS11": -1.0, "TS12": -4.4, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.4, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106460.0, 506640.0, 106460.0, 506640.0 ], "geometry": { "type": "Point", "coordinates": [ 106460.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-50610608", "TS11": -1.4, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.72, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106150.0, 506350.0, 106150.0, 506350.0 ], "geometry": { "type": "Point", "coordinates": [ 106150.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 01", "TS11": -1.22, "TS12": -6.2199998, "TS13": -22.23, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.0, "DS13": 0.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104200.4, 509470.9, 104200.4, 509470.9 ], "geometry": { "type": "Point", "coordinates": [ 104200.4, 509470.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 02", "TS11": -2.77, "TS12": -12.77, "TS13": -20.780001, "TS21": -34.77, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.0, "DS13": 2.99, "DS21": 1.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104200.4, 509398.9, 104200.4, 509398.9 ], "geometry": { "type": "Point", "coordinates": [ 104200.4, 509398.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 03", "TS11": -1.12, "TS12": -6.12, "TS13": -22.120001, "TS21": -36.119999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.0, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104217.0, 509321.6, 104217.0, 509321.6 ], "geometry": { "type": "Point", "coordinates": [ 104217.0, 509321.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 04", "TS11": -0.85, "TS12": -8.8500004, "TS13": -22.85, "TS21": -35.849998, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 11.0, "DS13": 0.01, "DS21": 1.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104225.0, 509247.0, 104225.0, 509247.0 ], "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 05", "TS11": -0.58, "TS12": -9.58, "TS13": -21.58, "TS21": -34.580002, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.0, "DS12": 10.0, "DS13": 1.0, "DS21": 1.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104234.0, 509166.5, 104234.0, 509166.5 ], "geometry": { "type": "Point", "coordinates": [ 104234.0, 509166.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 06", "TS11": -0.48, "TS12": -7.48, "TS13": -22.48, "TS21": -35.48, "TS22": null, "TS31": null, "TS32": null, "DS11": 6.0, "DS12": 13.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104248.7, 509088.0, 104248.7, 509088.0 ], "geometry": { "type": "Point", "coordinates": [ 104248.7, 509088.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 07", "TS11": -0.62, "TS12": -7.62, "TS13": -22.620001, "TS21": -35.619999, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.0, "DS12": 13.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104264.8, 509019.8, 104264.8, 509019.8 ], "geometry": { "type": "Point", "coordinates": [ 104264.8, 509019.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 08", "TS11": -1.9, "TS12": -6.9, "TS13": -22.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104280.4, 508947.9, 104280.4, 508947.9 ], "geometry": { "type": "Point", "coordinates": [ 104280.4, 508947.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 09", "TS11": -0.99, "TS12": -7.9899998, "TS13": -23.99, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104296.0, 508872.0, 104296.0, 508872.0 ], "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 10", "TS11": -0.07, "TS12": -8.0699997, "TS13": -23.07, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 11.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104311.8, 508798.1, 104311.8, 508798.1 ], "geometry": { "type": "Point", "coordinates": [ 104311.8, 508798.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 11", "TS11": -0.21, "TS12": -7.21, "TS13": -23.209999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104327.3, 508727.2, 104327.3, 508727.2 ], "geometry": { "type": "Point", "coordinates": [ 104327.3, 508727.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCA 12", "TS11": -1.12, "TS12": -8.12, "TS13": -18.120001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.0, "DS13": 2.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104352.2, 508639.9, 104352.2, 508639.9 ], "geometry": { "type": "Point", "coordinates": [ 104352.2, 508639.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 01", "TS11": 1.77, "TS12": -9.3, "TS13": -19.309999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.17, "DS12": 10.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102944.0, 508489.0, 102944.0, 508489.0 ], "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 02", "TS11": 2.4, "TS12": -14.0, "TS13": -19.51, "TS21": -35.900002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.05, "DS12": 5.5, "DS13": 0.01, "DS21": 0.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102933.0, 508440.0, 102933.0, 508440.0 ], "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 03", "TS11": 0.8, "TS12": -8.1, "TS13": -21.9, "TS21": -36.099998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 11.0, "DS13": 0.1, "DS21": 0.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102921.0, 508392.0, 102921.0, 508392.0 ], "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 04", "TS11": 1.55, "TS12": -9.5, "TS13": -19.16, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.6499996, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102931.0, 508343.0, 102931.0, 508343.0 ], "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 05", "TS11": 0.41, "TS12": -9.4899998, "TS13": -17.049999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 7.5500002, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102941.0, 508295.0, 102941.0, 508295.0 ], "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 06", "TS11": 2.8, "TS12": -9.5, "TS13": -20.709999, "TS21": -34.200001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.2, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102953.0, 508233.0, 102953.0, 508233.0 ], "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 07", "TS11": 2.22, "TS12": -8.9499998, "TS13": -23.1, "TS21": -31.700001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.75, "DS13": 0.05, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102944.0, 508185.0, 102944.0, 508185.0 ], "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 08", "TS11": 2.78, "TS12": -6.85, "TS13": -21.51, "TS21": -32.849998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.65, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102934.0, 508127.0, 102934.0, 508127.0 ], "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 09", "TS11": 1.9, "TS12": -9.5, "TS13": -20.309999, "TS21": -33.900002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.8, "DS13": 0.01, "DS21": 2.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102925.0, 508068.0, 102925.0, 508068.0 ], "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 10", "TS11": 1.9, "TS12": -11.4, "TS13": -25.700001, "TS21": -34.599998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.4, "DS13": 0.05, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102916.0, 508010.0, 102916.0, 508010.0 ], "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 11", "TS11": 2.8, "TS12": -7.0, "TS13": -20.309999, "TS21": -34.0, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.3, "DS13": 0.01, "DS21": 0.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102907.0, 507952.0, 102907.0, 507952.0 ], "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 12", "TS11": 0.6, "TS12": -7.4, "TS13": -20.809999, "TS21": -34.099998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 13.4, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102899.0, 507893.0, 102899.0, 507893.0 ], "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 13", "TS11": 0.6, "TS12": -10.3, "TS13": -20.309999, "TS21": -32.900002, "TS22": -34.5, "TS31": -67.099998, "TS32": null, "DS11": 0.3, "DS12": 10.0, "DS13": 0.01, "DS21": 0.01, "DS22": 15.2, "DS31": 4.0300002, "DS32": null }, "bbox": [ 102918.0, 507839.0, 102918.0, 507839.0 ], "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 14", "TS11": 2.05, "TS12": -7.4, "TS13": -19.809999, "TS21": -33.200001, "TS22": -33.220001, "TS31": null, "TS32": null, "DS11": 0.11, "DS12": 12.4, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102944.3, 507786.0, 102944.3, 507786.0 ], "geometry": { "type": "Point", "coordinates": [ 102944.3, 507786.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 15", "TS11": 2.6, "TS12": -8.3, "TS13": -21.51, "TS21": -32.5, "TS22": -33.400002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.2, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102970.0, 507733.0, 102970.0, 507733.0 ], "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 16", "TS11": 0.92, "TS12": -8.9300003, "TS13": -19.940001, "TS21": -34.029999, "TS22": -35.630001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102998.0, 507677.0, 102998.0, 507677.0 ], "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 17", "TS11": 3.0, "TS12": -3.0, "TS13": -19.51, "TS21": -34.099998, "TS22": -35.200001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.5, "DS13": 0.01, "DS21": 0.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102984.0, 507620.0, 102984.0, 507620.0 ], "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 18", "TS11": 0.1, "TS12": -9.9, "TS13": -20.51, "TS21": -31.200001, "TS22": -35.200001, "TS31": -73.199997, "TS32": null, "DS11": 0.45, "DS12": 10.6, "DS13": 0.01, "DS21": 3.2, "DS22": 15.45, "DS31": 0.05, "DS32": null }, "bbox": [ 102969.0, 507563.0, 102969.0, 507563.0 ], "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 19", "TS11": 2.2, "TS12": -13.15, "TS13": -18.41, "TS21": -34.8, "TS22": -34.900002, "TS31": null, "TS32": null, "DS11": 1.75, "DS12": 5.25, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102954.0, 507506.0, 102954.0, 507506.0 ], "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 20", "TS11": 1.9, "TS12": -12.9, "TS13": -19.91, "TS21": -33.3, "TS22": -34.099998, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 7.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102940.0, 507449.0, 102940.0, 507449.0 ], "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 21", "TS11": 1.95, "TS12": -3.5, "TS13": -20.51, "TS21": -34.200001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102925.0, 507391.0, 102925.0, 507391.0 ], "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 22", "TS11": 2.45, "TS12": -5.1, "TS13": -21.309999, "TS21": -34.8, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.200001, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102911.0, 507334.0, 102911.0, 507334.0 ], "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 26", "TS11": 0.9, "TS12": -9.75, "TS13": -20.200001, "TS21": -33.099998, "TS22": -33.119999, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 9.4499998, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102866.0, 507112.0, 102866.0, 507112.0 ], "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 27", "TS11": 0.9, "TS12": -10.2, "TS13": -19.26, "TS21": -34.439999, "TS22": -34.459999, "TS31": null, "TS32": null, "DS11": 0.6, "DS12": 9.0500002, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102857.0, 507063.0, 102857.0, 507063.0 ], "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 28", "TS11": 1.5, "TS12": -9.0500002, "TS13": -19.959999, "TS21": -34.849998, "TS22": -34.869999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.9, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102853.0, 507013.0, 102853.0, 507013.0 ], "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 29", "TS11": 1.88, "TS12": -12.22, "TS13": -23.629999, "TS21": -35.619999, "TS22": -35.639999, "TS31": null, "TS32": null, "DS11": 0.15, "DS12": 11.4, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102848.0, 506963.0, 102848.0, 506963.0 ], "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCB 30", "TS11": 1.5, "TS12": -10.9, "TS13": -19.610001, "TS21": -35.700001, "TS22": -35.720001, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 8.7, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102844.0, 506913.0, 102844.0, 506913.0 ], "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 01", "TS11": 0.92, "TS12": -7.6799998, "TS13": -20.809999, "TS21": -36.48, "TS22": -36.5, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.12, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102839.0, 506869.0, 102839.0, 506869.0 ], "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 02", "TS11": 0.68, "TS12": -6.8200002, "TS13": -21.32, "TS21": -29.92, "TS22": -37.720001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.55, "DS13": 4.6, "DS21": 0.05, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102835.0, 506833.0, 102835.0, 506833.0 ], "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 03", "TS11": 1.2, "TS12": -1.9, "TS13": -21.200001, "TS21": -32.0, "TS22": -36.700001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.6, "DS13": 0.3, "DS21": 0.11, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102830.0, 506794.0, 102830.0, 506794.0 ], "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 04", "TS11": 0.54, "TS12": -1.56, "TS13": -17.67, "TS21": -29.76, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.1, "DS13": 2.49, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102826.0, 506749.0, 102826.0, 506749.0 ], "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 05", "TS11": 2.08, "TS12": -4.8200002, "TS13": -17.23, "TS21": -37.02, "TS22": -37.23, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.4, "DS13": 0.01, "DS21": 0.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102820.0, 506699.0, 102820.0, 506699.0 ], "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 06", "TS11": 2.5, "TS12": -4.8, "TS13": -19.0, "TS21": -32.900002, "TS22": -36.5, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.2, "DS13": 0.1, "DS21": 0.6, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102815.0, 506650.0, 102815.0, 506650.0 ], "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 07", "TS11": 2.5, "TS12": -8.5, "TS13": -20.5, "TS21": -33.5, "TS22": -36.700001, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 10.3, "DS13": 0.5, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102810.0, 506600.0, 102810.0, 506600.0 ], "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 08", "TS11": 2.24, "TS12": -14.51, "TS13": -17.82, "TS21": -34.310001, "TS22": -36.810001, "TS31": null, "TS32": null, "DS11": 0.25, "DS12": 3.3, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102805.0, 506550.0, 102805.0, 506550.0 ], "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 09", "TS11": 2.25, "TS12": -10.5, "TS13": -21.5, "TS21": -31.0, "TS22": -36.700001, "TS31": null, "TS32": null, "DS11": 0.25, "DS12": 2.0, "DS13": 2.5, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102800.0, 506500.0, 102800.0, 506500.0 ], "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 10", "TS11": 2.25, "TS12": -7.0, "TS13": -18.01, "TS21": -36.25, "TS22": -36.759998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.0, "DS13": 0.01, "DS21": 0.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102795.0, 506450.0, 102795.0, 506450.0 ], "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 11", "TS11": 2.25, "TS12": -9.5, "TS13": -20.9, "TS21": -36.0, "TS22": -36.3, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.5, "DS13": 1.6, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102790.0, 506401.0, 102790.0, 506401.0 ], "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCC 12", "TS11": 2.0, "TS12": -8.5, "TS13": -14.11, "TS21": -36.5, "TS22": -37.310001, "TS31": null, "TS32": null, "DS11": 0.25, "DS12": 5.6, "DS13": 0.01, "DS21": 0.8, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102785.0, 506346.0, 102785.0, 506346.0 ], "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 01", "TS11": -0.8, "TS12": -14.15, "TS13": -22.82, "TS21": -36.110001, "TS22": -39.349998, "TS31": null, "TS32": null, "DS11": 0.02, "DS12": 8.6599998, "DS13": 2.73, "DS21": 0.01, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 103330.4, 509319.6, 103330.4, 509319.6 ], "geometry": { "type": "Point", "coordinates": [ 103330.4, 509319.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 02", "TS11": -0.98, "TS12": -6.73, "TS13": -27.129999, "TS21": -37.439999, "TS22": -38.68, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.049999, "DS13": 0.08, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103298.5, 509284.3, 103298.5, 509284.3 ], "geometry": { "type": "Point", "coordinates": [ 103298.5, 509284.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 03", "TS11": -0.01, "TS12": -5.31, "TS13": -23.219999, "TS21": -36.009998, "TS22": -40.880001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.9, "DS13": 0.01, "DS21": 2.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103264.7, 509250.1, 103264.7, 509250.1 ], "geometry": { "type": "Point", "coordinates": [ 103264.7, 509250.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 04", "TS11": -0.94, "TS12": -4.4899998, "TS13": -22.65, "TS21": -40.59, "TS22": -45.240002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.15, "DS13": 0.01, "DS21": 3.35, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103230.4, 509216.9, 103230.4, 509216.9 ], "geometry": { "type": "Point", "coordinates": [ 103230.4, 509216.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 05", "TS11": -1.17, "TS12": -5.7199998, "TS13": -23.83, "TS21": -36.119999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.1, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103200.4, 509179.7, 103200.4, 509179.7 ], "geometry": { "type": "Point", "coordinates": [ 103200.4, 509179.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 06", "TS11": -1.93, "TS12": -7.33, "TS13": -22.540001, "TS21": -37.290001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.2, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103170.9, 509142.1, 103170.9, 509142.1 ], "geometry": { "type": "Point", "coordinates": [ 103170.9, 509142.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 07", "TS11": -2.31, "TS12": -3.81, "TS13": -21.219999, "TS21": -38.41, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.4, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103140.6, 509104.6, 103140.6, 509104.6 ], "geometry": { "type": "Point", "coordinates": [ 103140.6, 509104.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 08", "TS11": -0.45, "TS12": -1.6, "TS13": -23.110001, "TS21": -35.919998, "TS22": -43.889999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 21.5, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103121.9, 509060.4, 103121.9, 509060.4 ], "geometry": { "type": "Point", "coordinates": [ 103121.9, 509060.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 09", "TS11": -0.78, "TS12": -5.58, "TS13": -23.889999, "TS21": -42.080002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.3, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103094.5, 509022.5, 103094.5, 509022.5 ], "geometry": { "type": "Point", "coordinates": [ 103094.5, 509022.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 10", "TS11": 0.89, "TS12": -3.71, "TS13": -21.02, "TS21": -42.009998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.3, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103065.2, 508984.7, 103065.2, 508984.7 ], "geometry": { "type": "Point", "coordinates": [ 103065.2, 508984.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 11", "TS11": 1.28, "TS12": -4.9200001, "TS13": -24.129999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 19.200001, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103034.6, 508946.9, 103034.6, 508946.9 ], "geometry": { "type": "Point", "coordinates": [ 103034.6, 508946.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 12", "TS11": -0.09, "TS12": -3.59, "TS13": -19.8, "TS21": -41.889999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.200001, "DS13": 3.99, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103011.8, 508904.0, 103011.8, 508904.0 ], "geometry": { "type": "Point", "coordinates": [ 103011.8, 508904.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 13", "TS11": 1.58, "TS12": -4.3200002, "TS13": -23.73, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.5, "DS12": 19.4, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103007.8, 508855.1, 103007.8, 508855.1 ], "geometry": { "type": "Point", "coordinates": [ 103007.8, 508855.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 14", "TS11": -0.03, "TS12": -5.1300001, "TS13": -21.139999, "TS21": -38.43, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103020.5, 508808.8, 103020.5, 508808.8 ], "geometry": { "type": "Point", "coordinates": [ 103020.5, 508808.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 15", "TS11": 0.56, "TS12": -5.2399998, "TS13": -22.450001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.200001, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103030.0, 508762.8, 103030.0, 508762.8 ], "geometry": { "type": "Point", "coordinates": [ 103030.0, 508762.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 16", "TS11": 0.16, "TS12": -7.8400002, "TS13": -21.049999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.2, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103028.2, 508715.2, 103028.2, 508715.2 ], "geometry": { "type": "Point", "coordinates": [ 103028.2, 508715.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 17", "TS11": 1.14, "TS12": -4.1799998, "TS13": -20.59, "TS21": -39.580002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.4, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103020.3, 508667.8, 103020.3, 508667.8 ], "geometry": { "type": "Point", "coordinates": [ 103020.3, 508667.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 18", "TS11": -0.19, "TS12": -7.5900002, "TS13": -19.8, "TS21": -37.689999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.2, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103008.9, 508621.5, 103008.9, 508621.5 ], "geometry": { "type": "Point", "coordinates": [ 103008.9, 508621.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCD 19", "TS11": 1.8200001, "TS12": -6.1799998, "TS13": -22.09, "TS21": -36.18, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.9, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102998.5, 508574.7, 102998.5, 508574.7 ], "geometry": { "type": "Point", "coordinates": [ 102998.5, 508574.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 01", "TS11": -0.08, "TS12": -5.1799998, "TS13": -21.49, "TS21": -35.880001, "TS22": -38.080002, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 16.3, "DS13": 7.6900001, "DS21": 1.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103480.8, 510222.5, 103480.8, 510222.5 ], "geometry": { "type": "Point", "coordinates": [ 103480.8, 510222.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 02", "TS11": -0.12, "TS12": -5.62, "TS13": -19.73, "TS21": -36.419998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 14.1, "DS13": 9.3900003, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103480.1, 510176.8, 103480.1, 510176.8 ], "geometry": { "type": "Point", "coordinates": [ 103480.1, 510176.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 03", "TS11": 0.27, "TS12": -5.3800001, "TS13": -30.290001, "TS21": -36.279999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 24.9, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103479.4, 510129.7, 103479.4, 510129.7 ], "geometry": { "type": "Point", "coordinates": [ 103479.4, 510129.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 04", "TS11": 0.23, "TS12": -8.0699997, "TS13": -21.08, "TS21": -33.77, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.45, "DS12": 13.0, "DS13": 8.29, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103478.5, 510082.0, 103478.5, 510082.0 ], "geometry": { "type": "Point", "coordinates": [ 103478.5, 510082.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 05", "TS11": -0.2, "TS12": -7.7, "TS13": -22.209999, "TS21": -35.5, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 14.5, "DS13": 7.89, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103477.8, 510034.6, 103477.8, 510034.6 ], "geometry": { "type": "Point", "coordinates": [ 103477.8, 510034.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 06", "TS11": 0.29, "TS12": -8.21, "TS13": -20.719999, "TS21": -36.560001, "TS22": -36.91, "TS31": null, "TS32": null, "DS11": 0.35, "DS12": 12.5, "DS13": 8.3900003, "DS21": 0.15, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103476.7, 509987.0, 103476.7, 509987.0 ], "geometry": { "type": "Point", "coordinates": [ 103476.7, 509987.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 07", "TS11": 0.17, "TS12": -5.73, "TS13": -20.98, "TS21": -35.48, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 15.25, "DS13": 6.75, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103476.0, 509939.5, 103476.0, 509939.5 ], "geometry": { "type": "Point", "coordinates": [ 103476.0, 509939.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 08", "TS11": 0.38, "TS12": -7.9699998, "TS13": -16.780001, "TS21": -36.720001, "TS22": -36.740002, "TS31": null, "TS32": null, "DS11": 0.35, "DS12": 8.8, "DS13": 11.09, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103478.5, 509893.9, 103478.5, 509893.9 ], "geometry": { "type": "Point", "coordinates": [ 103478.5, 509893.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 09", "TS11": 0.29, "TS12": -7.7600002, "TS13": -25.52, "TS21": -36.459999, "TS22": -36.48, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.75, "DS13": 1.24, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103495.6, 509848.6, 103495.6, 509848.6 ], "geometry": { "type": "Point", "coordinates": [ 103495.6, 509848.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 10", "TS11": 1.28, "TS12": -6.5700002, "TS13": -22.83, "TS21": -35.82, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.35, "DS12": 16.25, "DS13": 4.4899998, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103512.3, 509803.9, 103512.3, 509803.9 ], "geometry": { "type": "Point", "coordinates": [ 103512.3, 509803.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 12", "TS11": 0.77, "TS12": -7.0300002, "TS13": -24.33, "TS21": -36.630001, "TS22": -38.130001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.3, "DS13": 0.2, "DS21": 0.6, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103503.3, 509709.0, 103503.3, 509709.0 ], "geometry": { "type": "Point", "coordinates": [ 103503.3, 509709.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 13", "TS11": 3.32, "TS12": -6.5300002, "TS13": -22.34, "TS21": -37.43, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 15.8, "DS13": 1.1900001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103497.7, 509661.7, 103497.7, 509661.7 ], "geometry": { "type": "Point", "coordinates": [ 103497.7, 509661.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 14", "TS11": 0.89, "TS12": -6.81, "TS13": -22.52, "TS21": -32.209999, "TS22": -37.41, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.7, "DS13": 2.79, "DS21": 0.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103470.3, 509622.5, 103470.3, 509622.5 ], "geometry": { "type": "Point", "coordinates": [ 103470.3, 509622.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 15", "TS11": 2.97, "TS12": -7.08, "TS13": -23.889999, "TS21": -37.580002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.8, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103442.1, 509584.8, 103442.1, 509584.8 ], "geometry": { "type": "Point", "coordinates": [ 103442.1, 509584.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 16", "TS11": 0.23, "TS12": -7.02, "TS13": -23.030001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.25, "DS12": 16.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103413.6, 509546.8, 103413.6, 509546.8 ], "geometry": { "type": "Point", "coordinates": [ 103413.6, 509546.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 17", "TS11": 0.84, "TS12": -6.9099998, "TS13": -26.41, "TS21": -33.91, "TS22": -36.66, "TS31": null, "TS32": null, "DS11": 0.35, "DS12": 15.4, "DS13": 0.1, "DS21": 0.01, "DS22": 4.6100001, "DS31": null, "DS32": null }, "bbox": [ 103386.0, 509508.1, 103386.0, 509508.1 ], "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 18", "TS11": -0.31, "TS12": -5.73, "TS13": -17.040001, "TS21": -32.529999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.04, "DS12": 11.3, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103370.8, 509463.8, 103370.8, 509463.8 ], "geometry": { "type": "Point", "coordinates": [ 103370.8, 509463.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 19", "TS11": 0.03, "TS12": -6.77, "TS13": -25.77, "TS21": -36.07, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.3, "DS13": 0.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103369.8, 509417.8, 103369.8, 509417.8 ], "geometry": { "type": "Point", "coordinates": [ 103369.8, 509417.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCE 20", "TS11": 0.08, "TS12": -6.4200001, "TS13": -22.42, "TS21": -37.720001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 12.5, "DS13": 0.2, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103349.0, 509371.6, 103349.0, 509371.6 ], "geometry": { "type": "Point", "coordinates": [ 103349.0, 509371.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 01", "TS11": 1.78, "TS12": -9.9200001, "TS13": -28.32, "TS21": -39.369999, "TS22": -39.389999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.3, "DS13": 3.45, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104352.3, 510493.8, 104352.3, 510493.8 ], "geometry": { "type": "Point", "coordinates": [ 104352.3, 510493.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 02", "TS11": 0.53, "TS12": -11.32, "TS13": -29.83, "TS21": -38.919998, "TS22": -39.529999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.5, "DS13": 1.99, "DS21": 0.6, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104360.8, 510444.6, 104360.8, 510444.6 ], "geometry": { "type": "Point", "coordinates": [ 104360.8, 510444.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 03", "TS11": 1.7, "TS12": -8.2, "TS13": -31.209999, "TS21": -38.5, "TS22": -38.52, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 23.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104369.1, 510394.8, 104369.1, 510394.8 ], "geometry": { "type": "Point", "coordinates": [ 104369.1, 510394.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 04", "TS11": 3.4300001, "TS12": -4.37, "TS13": -32.080002, "TS21": -34.07, "TS22": -38.07, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 27.700001, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104377.8, 510346.1, 104377.8, 510346.1 ], "geometry": { "type": "Point", "coordinates": [ 104377.8, 510346.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 05", "TS11": 0.27, "TS12": -14.03, "TS13": -28.639999, "TS21": -36.93, "TS22": -36.950001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.6, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104386.3, 510296.5, 104386.3, 510296.5 ], "geometry": { "type": "Point", "coordinates": [ 104386.3, 510296.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 06", "TS11": 0.8, "TS12": -13.9, "TS13": -28.91, "TS21": -38.900002, "TS22": -39.3, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 15.0, "DS13": 0.01, "DS21": 0.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104395.6, 510247.8, 104395.6, 510247.8 ], "geometry": { "type": "Point", "coordinates": [ 104395.6, 510247.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 07", "TS11": 0.0, "TS12": -13.78, "TS13": -28.59, "TS21": -35.880001, "TS22": -35.900002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.8, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104403.1, 510198.1, 104403.1, 510198.1 ], "geometry": { "type": "Point", "coordinates": [ 104403.1, 510198.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 08", "TS11": 1.63, "TS12": -13.77, "TS13": -27.780001, "TS21": -35.77, "TS22": -35.790001, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 14.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104411.8, 510148.9, 104411.8, 510148.9 ], "geometry": { "type": "Point", "coordinates": [ 104411.8, 510148.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 09", "TS11": 1.0, "TS12": -7.4, "TS13": -28.01, "TS21": -34.3, "TS22": -36.599998, "TS31": null, "TS32": null, "DS11": 1.1, "DS12": 20.6, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104420.0, 510099.6, 104420.0, 510099.6 ], "geometry": { "type": "Point", "coordinates": [ 104420.0, 510099.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 10", "TS11": -0.04, "TS12": -9.9399996, "TS13": -25.450001, "TS21": -38.889999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104428.7, 510049.1, 104428.7, 510049.1 ], "geometry": { "type": "Point", "coordinates": [ 104428.7, 510049.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 11", "TS11": 1.38, "TS12": -6.4200001, "TS13": -27.93, "TS21": -36.419998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 21.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104437.1, 510000.7, 104437.1, 510000.7 ], "geometry": { "type": "Point", "coordinates": [ 104437.1, 510000.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 12", "TS11": 1.25, "TS12": -4.75, "TS13": -25.26, "TS21": -38.25, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 20.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104445.6, 509951.4, 104445.6, 509951.4 ], "geometry": { "type": "Point", "coordinates": [ 104445.6, 509951.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 13", "TS11": 1.15, "TS12": -4.75, "TS13": -26.26, "TS21": -40.75, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 21.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104451.2, 509901.5, 104451.2, 509901.5 ], "geometry": { "type": "Point", "coordinates": [ 104451.2, 509901.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 14", "TS11": 0.14, "TS12": -2.76, "TS13": -25.27, "TS21": -41.16, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 22.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104454.6, 509852.1, 104454.6, 509852.1 ], "geometry": { "type": "Point", "coordinates": [ 104454.6, 509852.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 15", "TS11": 0.66, "TS12": -7.54, "TS13": -24.15, "TS21": -39.040001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 16.6, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104457.6, 509802.0, 104457.6, 509802.0 ], "geometry": { "type": "Point", "coordinates": [ 104457.6, 509802.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 16", "TS11": 0.14, "TS12": -6.2600002, "TS13": -23.67, "TS21": -33.759998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.4, "DS13": 0.01, "DS21": 0.15, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104458.9, 509752.3, 104458.9, 509752.3 ], "geometry": { "type": "Point", "coordinates": [ 104458.9, 509752.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 17", "TS11": -0.02, "TS12": -8.0200005, "TS13": -23.530001, "TS21": -41.720001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.5, "DS13": 0.01, "DS21": 0.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104460.0, 509702.5, 104460.0, 509702.5 ], "geometry": { "type": "Point", "coordinates": [ 104460.0, 509702.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 18", "TS11": 1.11, "TS12": -9.29, "TS13": -23.6, "TS21": -41.889999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.3, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104462.5, 509652.5, 104462.5, 509652.5 ], "geometry": { "type": "Point", "coordinates": [ 104462.5, 509652.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 19", "TS11": -0.17, "TS12": -13.17, "TS13": -23.43, "TS21": -39.919998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.25, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104470.3, 509603.0, 104470.3, 509603.0 ], "geometry": { "type": "Point", "coordinates": [ 104470.3, 509603.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCF 20", "TS11": -1.4400001, "TS12": -7.04, "TS13": -21.85, "TS21": -39.939999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.8, "DS13": 2.59, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104481.0, 509553.8, 104481.0, 509553.8 ], "geometry": { "type": "Point", "coordinates": [ 104481.0, 509553.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 01", "TS11": -0.56, "TS12": -10.97, "TS13": -16.18, "TS21": -34.009998, "TS22": -35.869999, "TS31": null, "TS32": null, "DS11": 1.9, "DS12": 5.2, "DS13": 4.1900001, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103763.9, 507238.1, 103763.9, 507238.1 ], "geometry": { "type": "Point", "coordinates": [ 103763.9, 507238.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 02", "TS11": 0.42, "TS12": -1.28, "TS13": -25.389999, "TS21": -33.98, "TS22": -36.080002, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 24.1, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103756.3, 507193.9, 103756.3, 507193.9 ], "geometry": { "type": "Point", "coordinates": [ 103756.3, 507193.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 03", "TS11": -0.24, "TS12": -2.04, "TS13": -26.85, "TS21": -35.040001, "TS22": -37.439999, "TS31": null, "TS32": null, "DS11": 0.9, "DS12": 24.8, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103748.8, 507150.0, 103748.8, 507150.0 ], "geometry": { "type": "Point", "coordinates": [ 103748.8, 507150.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 04", "TS11": 0.19, "TS12": -1.81, "TS13": -22.52, "TS21": -34.310001, "TS22": -37.110001, "TS31": null, "TS32": null, "DS11": 0.8, "DS12": 20.700001, "DS13": 2.79, "DS21": 0.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103741.3, 507105.7, 103741.3, 507105.7 ], "geometry": { "type": "Point", "coordinates": [ 103741.3, 507105.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 05", "TS11": -0.23, "TS12": -2.4300001, "TS13": -23.440001, "TS21": -33.029999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 21.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103733.7, 507061.5, 103733.7, 507061.5 ], "geometry": { "type": "Point", "coordinates": [ 103733.7, 507061.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 06", "TS11": -1.1900001, "TS12": -4.5900002, "TS13": -23.1, "TS21": -35.59, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 18.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103724.9, 507009.7, 103724.9, 507009.7 ], "geometry": { "type": "Point", "coordinates": [ 103724.9, 507009.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 07", "TS11": 1.04, "TS12": -0.17, "TS13": -21.370001, "TS21": -35.860001, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.2, "DS12": 21.190001, "DS13": 0.19, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103714.9, 506958.1, 103714.9, 506958.1 ], "geometry": { "type": "Point", "coordinates": [ 103714.9, 506958.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 08", "TS11": -0.24, "TS12": -2.4400001, "TS13": -22.65, "TS21": -38.740002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 20.200001, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103704.8, 506906.5, 103704.8, 506906.5 ], "geometry": { "type": "Point", "coordinates": [ 103704.8, 506906.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 09", "TS11": 0.91, "TS12": -1.6900001, "TS13": -21.4, "TS21": -36.990002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 19.700001, "DS13": 0.49, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103694.6, 506855.0, 103694.6, 506855.0 ], "geometry": { "type": "Point", "coordinates": [ 103694.6, 506855.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 10", "TS11": 0.19, "TS12": -1.71, "TS13": -21.120001, "TS21": -34.91, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 19.4, "DS13": 3.79, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103684.8, 506803.3, 103684.8, 506803.3 ], "geometry": { "type": "Point", "coordinates": [ 103684.8, 506803.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 11", "TS11": 0.79, "TS12": -2.9100001, "TS13": -21.620001, "TS21": -32.41, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 18.700001, "DS13": 2.29, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103674.7, 506751.5, 103674.7, 506751.5 ], "geometry": { "type": "Point", "coordinates": [ 103674.7, 506751.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 12", "TS11": 1.36, "TS12": -2.9400001, "TS13": -21.25, "TS21": -37.84, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.3, "DS13": 2.1900001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103664.5, 506699.7, 103664.5, 506699.7 ], "geometry": { "type": "Point", "coordinates": [ 103664.5, 506699.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 13", "TS11": 1.08, "TS12": 1.06, "TS13": -21.43, "TS21": -40.119999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 22.48, "DS13": 2.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103654.5, 506648.0, 103654.5, 506648.0 ], "geometry": { "type": "Point", "coordinates": [ 103654.5, 506648.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 14", "TS11": 0.61, "TS12": -2.3900001, "TS13": -21.6, "TS21": -39.889999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 19.200001, "DS13": 2.79, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103645.0, 506599.1, 103645.0, 506599.1 ], "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 15", "TS11": 1.47, "TS12": -0.73, "TS13": -20.74, "TS21": -39.23, "TS22": -40.740002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 20.0, "DS13": 2.79, "DS21": 1.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103635.7, 506550.0, 103635.7, 506550.0 ], "geometry": { "type": "Point", "coordinates": [ 103635.7, 506550.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 16", "TS11": 0.4, "TS12": -1.2, "TS13": -20.51, "TS21": -35.099998, "TS22": -41.099998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 19.3, "DS13": 0.01, "DS21": 5.7, "DS22": 3.3, "DS31": null, "DS32": null }, "bbox": [ 103625.8, 506500.7, 103625.8, 506500.7 ], "geometry": { "type": "Point", "coordinates": [ 103625.8, 506500.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 17", "TS11": 0.59, "TS12": -6.31, "TS13": -22.82, "TS21": -38.810001, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.9, "DS12": 16.5, "DS13": 0.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103616.3, 506451.6, 103616.3, 506451.6 ], "geometry": { "type": "Point", "coordinates": [ 103616.3, 506451.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 18", "TS11": 0.64, "TS12": -1.5700001, "TS13": -20.77, "TS21": -35.560001, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.2, "DS12": 19.190001, "DS13": 0.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103606.9, 506402.5, 103606.9, 506402.5 ], "geometry": { "type": "Point", "coordinates": [ 103606.9, 506402.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 19", "TS11": 0.4, "TS12": -7.3, "TS13": -19.809999, "TS21": -33.400002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103597.1, 506353.6, 103597.1, 506353.6 ], "geometry": { "type": "Point", "coordinates": [ 103597.1, 506353.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 20", "TS11": 0.77, "TS12": -0.63, "TS13": -20.84, "TS21": -34.330002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 20.200001, "DS13": 3.49, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103587.6, 506304.4, 103587.6, 506304.4 ], "geometry": { "type": "Point", "coordinates": [ 103587.6, 506304.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCG 21", "TS11": 1.74, "TS12": -5.3600001, "TS13": -20.370001, "TS21": -33.360001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.8, "DS12": 15.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103589.2, 506256.0, 103589.2, 506256.0 ], "geometry": { "type": "Point", "coordinates": [ 103589.2, 506256.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP01", "TS11": -1.2, "TS12": -1.31, "TS13": -20.26, "TS21": -30.85, "TS22": -32.16, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 18.940001, "DS13": 0.01, "DS21": 1.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104053.0, 508245.0, 104053.0, 508245.0 ], "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP02", "TS11": -1.3200001, "TS12": -1.38, "TS13": -20.530001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.05, "DS12": 19.139999, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104062.9, 508174.8, 104062.9, 508174.8 ], "geometry": { "type": "Point", "coordinates": [ 104062.9, 508174.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP03", "TS11": -0.59, "TS12": -5.77, "TS13": -24.27, "TS21": -32.669998, "TS22": -32.98, "TS31": null, "TS32": null, "DS11": 0.28, "DS12": 13.2, "DS13": 0.6, "DS21": 0.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104062.4, 508110.4, 104062.4, 508110.4 ], "geometry": { "type": "Point", "coordinates": [ 104062.4, 508110.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP04", "TS11": -0.55, "TS12": -6.8800001, "TS13": -20.389999, "TS21": -33.34, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.17, "DS12": 13.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104034.0, 508069.0, 104034.0, 508069.0 ], "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP05", "TS11": -1.24, "TS12": -7.3800001, "TS13": -20.030001, "TS21": -34.02, "TS22": -34.040001, "TS31": null, "TS32": null, "DS11": 0.23, "DS12": 12.64, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104007.0, 508027.0, 104007.0, 508027.0 ], "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP06", "TS11": -2.1400001, "TS12": -5.25, "TS13": -20.309999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.37, "DS12": 15.05, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103979.0, 507986.0, 103979.0, 507986.0 ], "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP07", "TS11": -1.09, "TS12": -1.22, "TS13": -19.200001, "TS21": -34.34, "TS22": -34.360001, "TS31": null, "TS32": null, "DS11": 0.12, "DS12": 17.969999, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103959.0, 507941.0, 103959.0, 507941.0 ], "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP08", "TS11": 0.73, "TS12": -2.37, "TS13": -17.780001, "TS21": -31.969999, "TS22": -32.349998, "TS31": null, "TS32": null, "DS11": 1.5, "DS12": 15.4, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103954.0, 507891.0, 103954.0, 507891.0 ], "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP09", "TS11": -0.03, "TS12": -2.4400001, "TS13": -17.889999, "TS21": -35.630001, "TS22": -38.84, "TS31": -70.93, "TS32": null, "DS11": 2.4, "DS12": 15.44, "DS13": 0.01, "DS21": 3.2, "DS22": 6.0900002, "DS31": null, "DS32": null }, "bbox": [ 103944.0, 507738.0, 103944.0, 507738.0 ], "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP10", "TS11": -0.39, "TS12": -3.1400001, "TS13": -13.7, "TS21": -33.290001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.12, "DS12": 10.55, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103929.0, 507695.0, 103929.0, 507695.0 ], "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP11", "TS11": -0.07, "TS12": -2.1700001, "TS13": -18.58, "TS21": -32.880001, "TS22": -32.900002, "TS31": null, "TS32": null, "DS11": 0.14, "DS12": 16.4, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103921.0, 507647.0, 103921.0, 507647.0 ], "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP12", "TS11": -0.05, "TS12": -3.1500001, "TS13": -18.959999, "TS21": -33.529999, "TS22": -33.549999, "TS31": null, "TS32": null, "DS11": 0.8, "DS12": 15.8, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103905.0, 507596.0, 103905.0, 507596.0 ], "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP13", "TS11": 2.9, "TS12": -2.1800001, "TS13": -17.709999, "TS21": -32.02, "TS22": -32.040001, "TS31": null, "TS32": null, "DS11": 2.36, "DS12": 15.52, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103885.0, 507550.0, 103885.0, 507550.0 ], "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP14", "TS11": -1.01, "TS12": -3.4100001, "TS13": -18.780001, "TS21": -34.150002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.15, "DS12": 15.36, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103864.0, 507505.0, 103864.0, 507505.0 ], "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP15", "TS11": 0.35, "TS12": -0.13, "TS13": -18.139999, "TS21": -31.870001, "TS22": -31.889999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103840.0, 507461.0, 103840.0, 507461.0 ], "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP16", "TS11": 0.23, "TS12": -3.34, "TS13": -17.389999, "TS21": -32.470001, "TS22": -34.060001, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 14.04, "DS13": 0.01, "DS21": 1.29, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103815.0, 507418.0, 103815.0, 507418.0 ], "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP17", "TS11": 0.57, "TS12": -2.83, "TS13": -18.74, "TS21": -33.23, "TS22": -35.029999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.9, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103781.0, 507357.0, 103781.0, 507357.0 ], "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCHP18", "TS11": 1.48, "TS12": -1.3200001, "TS13": -18.83, "TS21": -34.48, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103774.0, 507287.0, 103774.0, 507287.0 ], "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 01", "TS11": 0.03, "TS12": -8.9700003, "TS13": -33.48, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.55, "DS12": 24.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103669.0, 510955.0, 103669.0, 510955.0 ], "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 02", "TS11": -0.19, "TS12": -11.49, "TS13": -35.48, "TS21": -38.790001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 23.98, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103631.0, 510942.0, 103631.0, 510942.0 ], "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 03", "TS11": -0.55, "TS12": -11.85, "TS13": -34.139999, "TS21": -34.16, "TS22": -40.349998, "TS31": null, "TS32": null, "DS11": 0.7, "DS12": 22.280001, "DS13": 0.01, "DS21": 1.6900001, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103593.0, 510929.0, 103593.0, 510929.0 ], "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 04", "TS11": 0.14, "TS12": -6.7600002, "TS13": -34.849998, "TS21": -34.869999, "TS22": -39.16, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 28.08, "DS13": 0.01, "DS21": 0.79, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103556.0, 510916.0, 103556.0, 510916.0 ], "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 05", "TS11": -0.25, "TS12": -11.6, "TS13": -34.990002, "TS21": -35.009998, "TS22": -39.200001, "TS31": null, "TS32": null, "DS11": 0.9, "DS12": 23.379999, "DS13": 0.01, "DS21": 1.09, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103518.0, 510904.0, 103518.0, 510904.0 ], "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 06", "TS11": -0.55, "TS12": -6.6, "TS13": -34.040001, "TS21": -34.060001, "TS22": -39.700001, "TS31": null, "TS32": null, "DS11": 0.7, "DS12": 27.43, "DS13": 0.01, "DS21": 2.6900001, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103482.0, 510885.0, 103482.0, 510885.0 ], "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 07", "TS11": -0.75, "TS12": -6.6, "TS13": -31.41, "TS21": -32.3, "TS22": -39.3, "TS31": null, "TS32": null, "DS11": 0.65, "DS12": 24.8, "DS13": 0.01, "DS21": 4.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103447.0, 510867.0, 103447.0, 510867.0 ], "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 08", "TS11": -0.64, "TS12": -14.19, "TS13": -34.150002, "TS21": -34.169998, "TS22": -39.639999, "TS31": null, "TS32": null, "DS11": 0.15, "DS12": 19.950001, "DS13": 0.01, "DS21": 2.57, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103411.0, 510849.0, 103411.0, 510849.0 ], "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 09", "TS11": 2.61, "TS12": -12.09, "TS13": -33.0, "TS21": -33.02, "TS22": -40.389999, "TS31": null, "TS32": null, "DS11": 0.25, "DS12": 20.9, "DS13": 0.01, "DS21": 2.97, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103375.0, 510830.0, 103375.0, 510830.0 ], "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 10", "TS11": 2.57, "TS12": -7.23, "TS13": -31.940001, "TS21": -33.84, "TS22": -39.630001, "TS31": null, "TS32": null, "DS11": 0.25, "DS12": 24.700001, "DS13": 1.89, "DS21": 2.6900001, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103331.0, 510808.0, 103331.0, 510808.0 ], "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 11", "TS11": 2.59, "TS12": -7.8600001, "TS13": -31.02, "TS21": -35.310001, "TS22": -43.209999, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 23.15, "DS13": 0.01, "DS21": 2.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103320.0, 510758.0, 103320.0, 510758.0 ], "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 12", "TS11": 1.78, "TS12": -5.7199998, "TS13": -28.219999, "TS21": -37.919998, "TS22": -42.32, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 21.200001, "DS13": 4.5, "DS21": 2.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103309.0, 510710.0, 103309.0, 510710.0 ], "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 13", "TS11": 1.87, "TS12": -12.33, "TS13": -32.240002, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 19.9, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103298.0, 510661.0, 103298.0, 510661.0 ], "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 14", "TS11": 2.28, "TS12": -14.32, "TS13": -27.280001, "TS21": -41.869999, "TS22": -41.889999, "TS31": null, "TS32": null, "DS11": 0.05, "DS12": 12.95, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103287.0, 510612.0, 103287.0, 510612.0 ], "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 15", "TS11": 1.86, "TS12": -8.6400003, "TS13": -23.049999, "TS21": -38.84, "TS22": -42.84, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 14.4, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103276.0, 510564.0, 103276.0, 510564.0 ], "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 16", "TS11": 0.51, "TS12": -13.74, "TS13": -33.950001, "TS21": -38.540001, "TS22": -43.990002, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 20.200001, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103265.0, 510515.0, 103265.0, 510515.0 ], "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 17", "TS11": 1.5700001, "TS12": -0.43, "TS13": -28.73, "TS21": -39.529999, "TS22": -44.84, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 22.3, "DS13": 5.5, "DS21": 5.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103254.0, 510466.0, 103254.0, 510466.0 ], "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 18", "TS11": 2.51, "TS12": -10.79, "TS13": -26.8, "TS21": -32.290001, "TS22": -42.599998, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 16.0, "DS13": 0.01, "DS21": 10.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103244.0, 510417.0, 103244.0, 510417.0 ], "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 19", "TS11": 2.9200001, "TS12": -5.2800002, "TS13": -21.290001, "TS21": -38.98, "TS22": -41.880001, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 16.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103233.0, 510368.0, 103233.0, 510368.0 ], "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 20", "TS11": 2.54, "TS12": -5.7600002, "TS13": -20.77, "TS21": -36.860001, "TS22": -40.560001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103222.0, 510320.0, 103222.0, 510320.0 ], "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 21", "TS11": 3.3800001, "TS12": -10.72, "TS13": -31.73, "TS21": -37.720001, "TS22": -40.419998, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 21.0, "DS13": 0.01, "DS21": 0.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103211.0, 510271.0, 103211.0, 510271.0 ], "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 22", "TS11": 3.35, "TS12": -4.75, "TS13": -21.26, "TS21": -37.75, "TS22": -39.459999, "TS31": null, "TS32": null, "DS11": 1.8, "DS12": 16.5, "DS13": 0.01, "DS21": 1.7, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103200.0, 510222.0, 103200.0, 510222.0 ], "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 23", "TS11": 3.57, "TS12": -10.73, "TS13": -30.24, "TS21": -37.73, "TS22": -39.43, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 19.5, "DS13": 0.01, "DS21": 0.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103192.0, 510185.0, 103192.0, 510185.0 ], "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCL 24", "TS11": 3.28, "TS12": -11.32, "TS13": -32.330002, "TS21": -38.119999, "TS22": -39.919998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 21.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103183.0, 510148.0, 103183.0, 510148.0 ], "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 01", "TS11": 0.44, "TS12": -17.559999, "TS13": -18.57, "TS21": -32.560001, "TS22": -33.560001, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 1.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102836.9, 506921.2, 102836.9, 506921.2 ], "geometry": { "type": "Point", "coordinates": [ 102836.9, 506921.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 02", "TS11": 0.27, "TS12": -7.73, "TS13": -17.74, "TS21": -29.73, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102833.3, 506878.9, 102833.3, 506878.9 ], "geometry": { "type": "Point", "coordinates": [ 102833.3, 506878.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 03", "TS11": 0.37, "TS12": -4.6300001, "TS13": -17.639999, "TS21": -32.630001, "TS22": -33.630001, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 13.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102830.4, 506837.0, 102830.4, 506837.0 ], "geometry": { "type": "Point", "coordinates": [ 102830.4, 506837.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 04", "TS11": 0.32, "TS12": -14.68, "TS13": -17.690001, "TS21": -32.68, "TS22": -34.68, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102825.8, 506794.6, 102825.8, 506794.6 ], "geometry": { "type": "Point", "coordinates": [ 102825.8, 506794.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 05", "TS11": 0.44, "TS12": -12.56, "TS13": -16.57, "TS21": -33.560001, "TS22": -34.57, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.0, "DS13": 0.01, "DS21": 1.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102821.9, 506752.6, 102821.9, 506752.6 ], "geometry": { "type": "Point", "coordinates": [ 102821.9, 506752.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 06", "TS11": 0.32, "TS12": -6.6799998, "TS13": -15.69, "TS21": -32.68, "TS22": -32.700001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102814.8, 506709.5, 102814.8, 506709.5 ], "geometry": { "type": "Point", "coordinates": [ 102814.8, 506709.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 07", "TS11": 0.5, "TS12": -12.5, "TS13": -21.5, "TS21": -31.5, "TS22": -31.52, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.0, "DS13": 2.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102804.6, 506668.6, 102804.6, 506668.6 ], "geometry": { "type": "Point", "coordinates": [ 102804.6, 506668.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 08", "TS11": 1.26, "TS12": -11.74, "TS13": -21.74, "TS21": -31.74, "TS22": -32.740002, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 0.01, "DS13": 3.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102791.0, 506628.8, 102791.0, 506628.8 ], "geometry": { "type": "Point", "coordinates": [ 102791.0, 506628.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 09", "TS11": 0.27, "TS12": -12.73, "TS13": -20.73, "TS21": -31.73, "TS22": -31.75, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.0, "DS13": 3.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102794.4, 506586.6, 102794.4, 506586.6 ], "geometry": { "type": "Point", "coordinates": [ 102794.4, 506586.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 10", "TS11": 0.32, "TS12": -10.68, "TS13": -18.68, "TS21": -30.68, "TS22": -31.68, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 6.0, "DS13": 2.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102794.6, 506544.3, 102794.6, 506544.3 ], "geometry": { "type": "Point", "coordinates": [ 102794.6, 506544.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 11", "TS11": 1.21, "TS12": -6.79, "TS13": -20.790001, "TS21": -31.790001, "TS22": -31.809999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.0, "DS13": 2.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102794.1, 506501.9, 102794.1, 506501.9 ], "geometry": { "type": "Point", "coordinates": [ 102794.1, 506501.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 12", "TS11": 1.23, "TS12": -6.77, "TS13": -19.780001, "TS21": -32.77, "TS22": -32.790001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102792.9, 506459.5, 102792.9, 506459.5 ], "geometry": { "type": "Point", "coordinates": [ 102792.9, 506459.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 13", "TS11": 1.34, "TS12": -8.6599998, "TS13": -19.67, "TS21": -30.66, "TS22": -32.66, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102788.7, 506417.0, 102788.7, 506417.0 ], "geometry": { "type": "Point", "coordinates": [ 102788.7, 506417.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 14", "TS11": 0.25, "TS12": -7.75, "TS13": -16.75, "TS21": -30.75, "TS22": -32.75, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.0, "DS13": 3.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102784.9, 506374.7, 102784.9, 506374.7 ], "geometry": { "type": "Point", "coordinates": [ 102784.9, 506374.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCR 15", "TS11": 1.0, "TS12": -6.0, "TS13": -23.0, "TS21": -30.0, "TS22": -35.0, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.0, "DS13": 1.0, "DS21": 3.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102780.1, 506332.3, 102780.1, 506332.3 ], "geometry": { "type": "Point", "coordinates": [ 102780.1, 506332.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 01", "TS11": 0.18, "TS12": -11.82, "TS13": -22.82, "TS21": -34.32, "TS22": -35.830002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.0, "DS13": 1.0, "DS21": 1.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103011.3, 507503.0, 103011.3, 507503.0 ], "geometry": { "type": "Point", "coordinates": [ 103011.3, 507503.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 02", "TS11": 0.35, "TS12": -6.6500001, "TS13": -17.65, "TS21": -33.650002, "TS22": -35.650002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.0, "DS13": 4.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102991.7, 507474.3, 102991.7, 507474.3 ], "geometry": { "type": "Point", "coordinates": [ 102991.7, 507474.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 03", "TS11": -1.97, "TS12": -7.9699998, "TS13": -20.969999, "TS21": -36.970001, "TS22": -36.990002, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 2.0, "DS13": 2.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102978.5, 507442.2, 102978.5, 507442.2 ], "geometry": { "type": "Point", "coordinates": [ 102978.5, 507442.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 04", "TS11": 1.1, "TS12": -7.9, "TS13": -18.9, "TS21": -34.900002, "TS22": -34.919998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.0, "DS13": 3.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102968.5, 507408.5, 102968.5, 507408.5 ], "geometry": { "type": "Point", "coordinates": [ 102968.5, 507408.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 05", "TS11": 0.15, "TS12": -8.8500004, "TS13": -15.85, "TS21": -34.849998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 6.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102962.2, 507374.4, 102962.2, 507374.4 ], "geometry": { "type": "Point", "coordinates": [ 102962.2, 507374.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 06", "TS11": 1.42, "TS12": -7.58, "TS13": -17.58, "TS21": -36.580002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.0, "DS13": 6.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102955.6, 507339.7, 102955.6, 507339.7 ], "geometry": { "type": "Point", "coordinates": [ 102955.6, 507339.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 07", "TS11": 0.22, "TS12": -7.7800002, "TS13": -20.780001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102949.0, 507305.3, 102949.0, 507305.3 ], "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 08", "TS11": 0.18, "TS12": -8.8199997, "TS13": -16.82, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.0, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102938.8, 507271.8, 102938.8, 507271.8 ], "geometry": { "type": "Point", "coordinates": [ 102938.8, 507271.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 09", "TS11": 0.35, "TS12": -6.6500001, "TS13": -16.65, "TS21": -32.150002, "TS22": -32.169998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.0, "DS13": 3.0, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102931.6, 507236.5, 102931.6, 507236.5 ], "geometry": { "type": "Point", "coordinates": [ 102931.6, 507236.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 10", "TS11": 0.1, "TS12": -6.9, "TS13": -16.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.0, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102930.9, 507203.3, 102930.9, 507203.3 ], "geometry": { "type": "Point", "coordinates": [ 102930.9, 507203.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 11", "TS11": 0.04, "TS12": -7.96, "TS13": -21.959999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 1.5, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102930.1, 507168.0, 102930.1, 507168.0 ], "geometry": { "type": "Point", "coordinates": [ 102930.1, 507168.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 12", "TS11": 0.35, "TS12": -10.65, "TS13": -16.65, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 2.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102932.6, 507132.8, 102932.6, 507132.8 ], "geometry": { "type": "Point", "coordinates": [ 102932.6, 507132.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 13", "TS11": 0.06, "TS12": -7.9400001, "TS13": -15.94, "TS21": -33.939999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.0, "DS13": 5.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102938.3, 507098.4, 102938.3, 507098.4 ], "geometry": { "type": "Point", "coordinates": [ 102938.3, 507098.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 14", "TS11": -1.2, "TS12": -7.2, "TS13": -19.200001, "TS21": -33.200001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102944.2, 507064.0, 102944.2, 507064.0 ], "geometry": { "type": "Point", "coordinates": [ 102944.2, 507064.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-PCS 15", "TS11": 1.1, "TS12": -8.9, "TS13": -17.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.0, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102950.0, 507030.3, 102950.0, 507030.3 ], "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C015", "TS11": 0.46, "TS12": -12.55, "TS13": -16.559999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104790.0, 508074.0, 104790.0, 508074.0 ], "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C019", "TS11": -1.04, "TS12": -11.55, "TS13": -17.059999, "TS21": -28.540001, "TS22": -33.049999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.5, "DS13": 2.99, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105258.0, 508228.0, 105258.0, 508228.0 ], "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C026", "TS11": 0.29, "TS12": -9.9499998, "TS13": -10.95, "TS21": -37.700001, "TS22": -39.110001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 12.5, "DS21": 1.4, "DS22": 27.34, "DS31": null, "DS32": null }, "bbox": [ 105505.0, 506486.0, 105505.0, 506486.0 ], "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C027", "TS11": 0.79, "TS12": -10.2, "TS13": -23.200001, "TS21": -26.200001, "TS22": null, "TS31": null, "TS32": null, "DS11": 5.9899998, "DS12": 4.0, "DS13": 0.01, "DS21": 7.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105928.0, 506870.0, 105928.0, 506870.0 ], "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C029", "TS11": 0.79, "TS12": -8.2, "TS13": -21.200001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106018.0, 506658.0, 106018.0, 506658.0 ], "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C060", "TS11": 2.1, "TS12": -2.2, "TS13": -11.3, "TS21": -34.3, "TS22": -35.5, "TS31": null, "TS32": null, "DS11": 2.2, "DS12": 7.8, "DS13": 8.2, "DS21": 0.4, "DS22": 2.5, "DS31": null, "DS32": null }, "bbox": [ 105505.0, 506483.0, 105505.0, 506483.0 ], "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C082", "TS11": -1.05, "TS12": -5.6, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.85, "DS12": 4.9, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108370.0, 509382.0, 108370.0, 509382.0 ], "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C083", "TS11": 1.79, "TS12": -4.2, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.2, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107693.0, 509080.0, 107693.0, 509080.0 ], "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C086", "TS11": -1.6, "TS12": -10.6, "TS13": -22.6, "TS21": -37.599998, "TS22": -39.900002, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 6.3, "DS13": 0.01, "DS21": 2.0, "DS22": 11.2, "DS31": null, "DS32": null }, "bbox": [ 105623.0, 506608.0, 105623.0, 506608.0 ], "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C087", "TS11": 0.89, "TS12": -12.1, "TS13": -24.1, "TS21": -38.099998, "TS22": -40.099998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 0.01, "DS21": 1.5, "DS22": 12.0, "DS31": null, "DS32": null }, "bbox": [ 105600.0, 506678.0, 105600.0, 506678.0 ], "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C112", "TS11": 0.99, "TS12": -9.8, "TS13": -26.690001, "TS21": -33.0, "TS22": -38.709999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.2, "DS13": 0.01, "DS21": 5.7, "DS22": 13.09, "DS31": null, "DS32": null }, "bbox": [ 105600.0, 507630.0, 105600.0, 507630.0 ], "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C113", "TS11": 0.99, "TS12": -9.3, "TS13": -27.450001, "TS21": -34.0, "TS22": -40.709999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.9, "DS13": 0.01, "DS21": 6.7, "DS22": 10.79, "DS31": null, "DS32": null }, "bbox": [ 105585.0, 507639.0, 105585.0, 507639.0 ], "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C116", "TS11": -0.93, "TS12": -12.08, "TS13": -26.030001, "TS21": -39.73, "TS22": -45.93, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.1499996, "DS13": 0.15, "DS21": 6.1900001, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 106035.0, 510859.0, 106035.0, 510859.0 ], "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C124", "TS11": -1.08, "TS12": -8.08, "TS13": -20.969999, "TS21": -30.83, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.2, "DS12": 10.45, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105890.0, 509859.0, 105890.0, 509859.0 ], "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C131", "TS11": -0.42, "TS12": -12.57, "TS13": -21.110001, "TS21": -30.17, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.5, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105725.0, 508860.0, 105725.0, 508860.0 ], "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C147", "TS11": -0.32, "TS12": -10.62, "TS13": -30.309999, "TS21": -36.0, "TS22": -36.02, "TS31": null, "TS32": null, "DS11": 2.1, "DS12": 2.01, "DS13": 0.01, "DS21": 0.01, "DS22": 3.25, "DS31": null, "DS32": null }, "bbox": [ 105893.0, 507709.0, 105893.0, 507709.0 ], "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C150", "TS11": -2.81, "TS12": -7.4099998, "TS13": -27.8, "TS21": -33.41, "TS22": -35.41, "TS31": null, "TS32": null, "DS11": 0.6, "DS12": 5.6500001, "DS13": 0.01, "DS21": 1.4, "DS22": 4.4, "DS31": null, "DS32": null }, "bbox": [ 108103.0, 508124.0, 108103.0, 508124.0 ], "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C225", "TS11": 3.2, "TS12": -0.81, "TS13": -22.15, "TS21": -37.450001, "TS22": -49.209999, "TS31": -64.949997, "TS32": null, "DS11": 4.0, "DS12": 19.440001, "DS13": 0.01, "DS21": 11.75, "DS22": 14.54, "DS31": null, "DS32": null }, "bbox": [ 104205.0, 509077.0, 104205.0, 509077.0 ], "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C524", "TS11": 0.19, "TS12": -7.25, "TS13": -28.450001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 6.5500002, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 109030.0, 512190.0, 109030.0, 512190.0 ], "geometry": { "type": "Point", "coordinates": [ 109030.0, 512190.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C526", "TS11": -0.7, "TS12": -6.8, "TS13": -27.700001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.1, "DS12": 6.0, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 109019.0, 512181.0, 109019.0, 512181.0 ], "geometry": { "type": "Point", "coordinates": [ 109019.0, 512181.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C562", "TS11": -0.23, "TS12": -11.98, "TS13": -24.780001, "TS21": -34.580002, "TS22": -37.240002, "TS31": -79.480003, "TS32": -88.480003, "DS11": 0.01, "DS12": 6.5, "DS13": 0.01, "DS21": 2.6500001, "DS22": 3.74, "DS31": 5.0, "DS32": 8.0 }, "bbox": [ 103725.0, 508066.0, 103725.0, 508066.0 ], "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C587", "TS11": -4.6, "TS12": -12.1, "TS13": -33.700001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.15, "DS12": 7.9, "DS13": 0.45, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106840.0, 512170.0, 106840.0, 512170.0 ], "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C628", "TS11": 1.0, "TS12": -5.5, "TS13": -23.0, "TS21": -29.01, "TS22": -29.030001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.5, "DS13": 6.0, "DS21": 0.01, "DS22": 4.4699998, "DS31": null, "DS32": null }, "bbox": [ 104880.0, 512030.0, 104880.0, 512030.0 ], "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C629", "TS11": 2.0, "TS12": -10.0, "TS13": -22.0, "TS21": -34.48, "TS22": -34.5, "TS31": -46.0, "TS32": null, "DS11": 0.5, "DS12": 10.0, "DS13": 12.47, "DS21": 0.01, "DS22": 4.7, "DS31": null, "DS32": null }, "bbox": [ 104670.0, 512070.0, 104670.0, 512070.0 ], "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C631", "TS11": 1.0, "TS12": -13.0, "TS13": -30.190001, "TS21": -36.5, "TS22": -36.52, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105430.0, 511115.0, 105430.0, 511115.0 ], "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C719", "TS11": 1.89, "TS12": -8.25, "TS13": -20.8, "TS21": -34.5, "TS22": -34.52, "TS31": -65.5, "TS32": null, "DS11": 0.01, "DS12": 10.85, "DS13": 0.8, "DS21": 0.01, "DS22": 1.58, "DS31": 0.2, "DS32": null }, "bbox": [ 107850.0, 510710.0, 107850.0, 510710.0 ], "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C730", "TS11": 0.19, "TS12": -10.9, "TS13": -16.6, "TS21": -21.8, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.6900001, "DS12": 4.7, "DS13": 3.0, "DS21": 6.9, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106380.0, 506625.0, 106380.0, 506625.0 ], "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C733", "TS11": 0.3, "TS12": -2.0, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.5, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102920.0, 508240.0, 102920.0, 508240.0 ], "geometry": { "type": "Point", "coordinates": [ 102920.0, 508240.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C734", "TS11": -0.1, "TS12": -5.0, "TS13": -18.709999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 13.7, "DS13": 1.79, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104370.0, 508545.0, 104370.0, 508545.0 ], "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C735", "TS11": -1.2, "TS12": -7.0, "TS13": -25.700001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.0, "DS12": 8.7, "DS13": 1.62, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106770.0, 508515.0, 106770.0, 508515.0 ], "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C736", "TS11": -0.4, "TS12": -6.3, "TS13": -26.700001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.0, "DS12": 9.4, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107440.0, 508780.0, 107440.0, 508780.0 ], "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C738", "TS11": -0.8, "TS12": -3.9, "TS13": -21.1, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.0, "DS13": 0.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107010.0, 510140.0, 107010.0, 510140.0 ], "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C739", "TS11": -0.4, "TS12": -10.1, "TS13": -21.8, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 10.7, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106050.0, 511840.0, 106050.0, 511840.0 ], "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C742", "TS11": -1.6, "TS12": -5.5, "TS13": -20.049999, "TS21": -38.5, "TS22": -45.5, "TS31": -80.300003, "TS32": -100.1, "DS11": 0.2, "DS12": 5.0, "DS13": 0.65, "DS21": 3.0, "DS22": 5.0, "DS31": 3.2, "DS32": 3.5 }, "bbox": [ 109470.0, 507240.0, 109470.0, 507240.0 ], "geometry": { "type": "Point", "coordinates": [ 109470.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C743", "TS11": 0.93, "TS12": -5.8200002, "TS13": -20.02, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 8.5, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104240.0, 509390.0, 104240.0, 509390.0 ], "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C745", "TS11": -1.46, "TS12": -7.46, "TS13": -22.16, "TS21": -30.459999, "TS22": -39.459999, "TS31": null, "TS32": null, "DS11": 4.0, "DS12": 14.0, "DS13": 0.03, "DS21": 2.0, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 106860.0, 510720.0, 106860.0, 510720.0 ], "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C747", "TS11": 2.6500001, "TS12": -6.35, "TS13": -25.35, "TS21": -38.349998, "TS22": -41.349998, "TS31": null, "TS32": null, "DS11": 3.0, "DS12": 18.0, "DS13": 6.5, "DS21": 0.01, "DS22": 10.0, "DS31": null, "DS32": null }, "bbox": [ 105180.0, 512050.0, 105180.0, 512050.0 ], "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C748", "TS11": 1.25, "TS12": -4.75, "TS13": -20.75, "TS21": -35.75, "TS22": -37.75, "TS31": null, "TS32": null, "DS11": 3.0, "DS12": 13.0, "DS13": 13.0, "DS21": 1.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105400.0, 511480.0, 105400.0, 511480.0 ], "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C749", "TS11": -1.5700001, "TS12": -8.2700005, "TS13": -25.219999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.35, "DS12": 5.0, "DS13": 1.05, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107640.0, 508160.0, 107640.0, 508160.0 ], "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C751", "TS11": 0.79, "TS12": -8.7, "TS13": -19.709999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.49, "DS12": 11.0, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105670.0, 506430.0, 105670.0, 506430.0 ], "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C764", "TS11": -0.3, "TS12": -4.9, "TS13": -23.9, "TS21": -38.349998, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.6, "DS12": 15.0, "DS13": 3.0, "DS21": 0.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108830.0, 509160.0, 108830.0, 509160.0 ], "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-RG19C771", "TS11": -0.01, "TS12": -9.0, "TS13": -29.0, "TS21": -31.01, "TS22": -31.030001, "TS31": null, "TS32": null, "DS11": 2.99, "DS12": 9.0, "DS13": 2.0, "DS21": 0.01, "DS22": 15.97, "DS31": null, "DS32": null }, "bbox": [ 108600.0, 510500.0, 108600.0, 510500.0 ], "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W071", "TS11": 2.6700001, "TS12": -6.4299998, "TS13": -14.55, "TS21": -32.049999, "TS22": -39.400002, "TS31": -70.150002, "TS32": -84.800003, "DS11": 4.35, "DS12": 1.72, "DS13": 3.5, "DS21": 2.09, "DS22": 12.65, "DS31": 10.49, "DS32": 15.65 }, "bbox": [ 103467.4, 507200.1, 103467.4, 507200.1 ], "geometry": { "type": "Point", "coordinates": [ 103467.4, 507200.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W072", "TS11": 0.16, "TS12": -10.39, "TS13": -21.33, "TS21": -31.09, "TS22": -37.529999, "TS31": -78.290001, "TS32": -93.529999, "DS11": 1.1, "DS12": 5.5, "DS13": 2.06, "DS21": 2.3, "DS22": 14.86, "DS31": 0.01, "DS32": 1.16 }, "bbox": [ 104914.0, 506979.0, 104914.0, 506979.0 ], "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W094", "TS11": -0.37, "TS12": -8.6700001, "TS13": -26.370001, "TS21": -32.860001, "TS22": -33.169998, "TS31": -80.370003, "TS32": -95.019997, "DS11": 0.01, "DS12": 0.1, "DS13": 0.01, "DS21": 0.01, "DS22": 17.200001, "DS31": 0.05, "DS32": 2.0 }, "bbox": [ 102710.1, 507212.6, 102710.1, 507212.6 ], "geometry": { "type": "Point", "coordinates": [ 102710.1, 507212.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W095", "TS11": -0.99, "TS12": -10.84, "TS13": -18.99, "TS21": -37.09, "TS22": -39.549999, "TS31": -63.84, "TS32": null, "DS11": 3.0, "DS12": 8.1400003, "DS13": 3.45, "DS21": 2.45, "DS22": 2.84, "DS31": 0.01, "DS32": null }, "bbox": [ 104189.5, 507085.9, 104189.5, 507085.9 ], "geometry": { "type": "Point", "coordinates": [ 104189.5, 507085.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W116", "TS11": -0.37, "TS12": -12.88, "TS13": -18.58, "TS21": -34.889999, "TS22": -40.98, "TS31": -78.18, "TS32": -96.18, "DS11": 0.01, "DS12": 0.01, "DS13": 16.3, "DS21": 2.3900001, "DS22": 0.01, "DS31": 0.07, "DS32": 0.6 }, "bbox": [ 103617.0, 512254.0, 103617.0, 512254.0 ], "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W117", "TS11": -1.72, "TS12": -10.33, "TS13": -28.66, "TS21": -34.84, "TS22": -35.529999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.32, "DS13": 6.1700001, "DS21": 0.01, "DS22": 2.8, "DS31": null, "DS32": null }, "bbox": [ 104957.0, 512025.0, 104957.0, 512025.0 ], "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W118", "TS11": 0.0, "TS12": -7.81, "TS13": -30.209999, "TS21": -37.950001, "TS22": -37.970001, "TS31": -62.610001, "TS32": null, "DS11": 0.01, "DS12": 17.1, "DS13": 7.0, "DS21": 0.01, "DS22": 5.4400001, "DS31": 7.6, "DS32": null }, "bbox": [ 103277.0, 511191.0, 103277.0, 511191.0 ], "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W119", "TS11": -1.74, "TS12": -12.52, "TS13": -26.870001, "TS21": -38.869999, "TS22": -38.889999, "TS31": -65.870003, "TS32": -76.57, "DS11": 0.01, "DS12": 10.95, "DS13": 9.5, "DS21": 0.01, "DS22": 13.28, "DS31": 7.9, "DS32": 1.6 }, "bbox": [ 104010.0, 511117.0, 104010.0, 511117.0 ], "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W120", "TS11": 0.95, "TS12": -6.4099998, "TS13": -31.4, "TS21": -37.41, "TS22": -38.27, "TS31": -74.309998, "TS32": null, "DS11": 0.01, "DS12": 14.5, "DS13": 0.01, "DS21": 0.85, "DS22": 11.74, "DS31": 1.5, "DS32": null }, "bbox": [ 104800.0, 511014.0, 104800.0, 511014.0 ], "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W121", "TS11": -0.35, "TS12": -6.6, "TS13": -33.209999, "TS21": -39.959999, "TS22": -39.98, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.2, "DS13": 0.01, "DS21": 0.01, "DS22": 12.23, "DS31": null, "DS32": null }, "bbox": [ 103216.0, 510128.0, 103216.0, 510128.0 ], "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W122", "TS11": 0.05, "TS12": -8.1599998, "TS13": -30.879999, "TS21": -33.540001, "TS22": -37.389999, "TS31": -65.470001, "TS32": -98.510002, "DS11": 0.01, "DS12": 14.78, "DS13": 0.01, "DS21": 0.01, "DS22": 17.9, "DS31": 10.62, "DS32": 0.01 }, "bbox": [ 103894.0, 510108.0, 103894.0, 510108.0 ], "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W123", "TS11": 0.78, "TS12": -13.42, "TS13": -24.73, "TS21": -38.619999, "TS22": -40.220001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 6.4299998, "DS13": 0.01, "DS21": 1.59, "DS22": 5.0, "DS31": null, "DS32": null }, "bbox": [ 104669.0, 510001.0, 104669.0, 510001.0 ], "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W124", "TS11": 2.23, "TS12": -12.25, "TS13": -21.879999, "TS21": -32.689999, "TS22": -34.82, "TS31": -67.339996, "TS32": -95.93, "DS11": 0.2, "DS12": 8.3199997, "DS13": 0.01, "DS21": 0.01, "DS22": 16.33, "DS31": 14.87, "DS32": 4.5900002 }, "bbox": [ 105385.0, 509901.0, 105385.0, 509901.0 ], "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W125", "TS11": -2.33, "TS12": -11.67, "TS13": -27.139999, "TS21": -40.810001, "TS22": -53.709999, "TS31": -68.089996, "TS32": -101.0, "DS11": 0.01, "DS12": 0.7, "DS13": 0.01, "DS21": 4.4699998, "DS22": 1.1, "DS31": 7.0, "DS32": 0.82 }, "bbox": [ 102516.0, 509272.0, 102516.0, 509272.0 ], "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W126", "TS11": 2.6800001, "TS12": -7.21, "TS13": -24.719999, "TS21": -40.099998, "TS22": -41.759998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.5, "DS13": 0.01, "DS21": 0.01, "DS22": 3.45, "DS31": null, "DS32": null }, "bbox": [ 103148.0, 509199.0, 103148.0, 509199.0 ], "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W127", "TS11": 3.1, "TS12": -2.03, "TS13": -24.17, "TS21": -35.360001, "TS22": -38.68, "TS31": null, "TS32": null, "DS11": 5.12, "DS12": 11.95, "DS13": 0.01, "DS21": 3.31, "DS22": 7.7, "DS31": null, "DS32": null }, "bbox": [ 103738.8, 509112.8, 103738.8, 509112.8 ], "geometry": { "type": "Point", "coordinates": [ 103738.8, 509112.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W128", "TS11": 0.91, "TS12": -10.63, "TS13": -22.360001, "TS21": -35.66, "TS22": -40.740002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.12, "DS13": 0.01, "DS21": 5.0700002, "DS22": 10.17, "DS31": null, "DS32": null }, "bbox": [ 104560.6, 509006.1, 104560.6, 509006.1 ], "geometry": { "type": "Point", "coordinates": [ 104560.6, 509006.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W129", "TS11": 0.08, "TS12": -10.0, "TS13": -20.59, "TS21": -30.879999, "TS22": -43.240002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.58, "DS13": 0.01, "DS21": 0.49, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 105184.0, 508920.0, 105184.0, 508920.0 ], "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W130", "TS11": 4.8, "TS12": -0.47, "TS13": -17.360001, "TS21": -33.59, "TS22": -40.82, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.879999, "DS13": 0.01, "DS21": 7.2199998, "DS22": 3.28, "DS31": null, "DS32": null }, "bbox": [ 102148.2, 508409.3, 102148.2, 508409.3 ], "geometry": { "type": "Point", "coordinates": [ 102148.2, 508409.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W131", "TS11": 1.8200001, "TS12": -8.79, "TS13": -22.8, "TS21": -41.93, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102865.0, 508225.0, 102865.0, 508225.0 ], "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W132", "TS11": -1.43, "TS12": -13.04, "TS13": -18.950001, "TS21": -32.639999, "TS22": -35.23, "TS31": -72.379997, "TS32": -89.970001, "DS11": 0.01, "DS12": 5.9, "DS13": 0.01, "DS21": 0.01, "DS22": 4.8400002, "DS31": 0.01, "DS32": 12.33 }, "bbox": [ 103629.0, 508117.7, 103629.0, 508117.7 ], "geometry": { "type": "Point", "coordinates": [ 103629.0, 508117.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W133", "TS11": 1.4, "TS12": -9.8900003, "TS13": -23.379999, "TS21": -33.080002, "TS22": -33.099998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.1300001, "DS13": 0.01, "DS21": 0.01, "DS22": 5.0, "DS31": null, "DS32": null }, "bbox": [ 104341.7, 508005.7, 104341.7, 508005.7 ], "geometry": { "type": "Point", "coordinates": [ 104341.7, 508005.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W134", "TS11": -0.66, "TS12": -12.07, "TS13": -19.790001, "TS21": -33.029999, "TS22": -33.049999, "TS31": -65.029999, "TS32": -88.440002, "DS11": 0.3, "DS12": 7.71, "DS13": 0.01, "DS21": 0.01, "DS22": 5.96, "DS31": 0.01, "DS32": 0.28 }, "bbox": [ 105150.2, 507846.1, 105150.2, 507846.1 ], "geometry": { "type": "Point", "coordinates": [ 105150.2, 507846.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W152", "TS11": 6.5, "TS12": -0.3, "TS13": -18.3, "TS21": -31.57, "TS22": -34.619999, "TS31": -71.550003, "TS32": -75.699997, "DS11": 0.01, "DS12": 2.75, "DS13": 0.15, "DS21": 1.65, "DS22": 0.3, "DS31": 0.1, "DS32": 0.15 }, "bbox": [ 102469.0, 510808.0, 102469.0, 510808.0 ], "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W153", "TS11": -0.81, "TS12": -9.5699997, "TS13": -33.77, "TS21": -38.07, "TS22": -42.200001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 3.3, "DS13": 0.3, "DS21": 2.3, "DS22": 1.5, "DS31": null, "DS32": null }, "bbox": [ 102690.6, 510481.0, 102690.6, 510481.0 ], "geometry": { "type": "Point", "coordinates": [ 102690.6, 510481.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W154", "TS11": -0.53, "TS12": -7.73, "TS13": -28.280001, "TS21": -37.91, "TS22": -46.57, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.2, "DS13": 0.15, "DS21": 8.6499996, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102905.8, 510457.7, 102905.8, 510457.7 ], "geometry": { "type": "Point", "coordinates": [ 102905.8, 510457.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W581", "TS11": 1.31, "TS12": -8.1899996, "TS13": -14.59, "TS21": -39.700001, "TS22": -44.790001, "TS31": -65.889999, "TS32": null, "DS11": 1.5, "DS12": 0.7, "DS13": 25.1, "DS21": 2.3900001, "DS22": 0.01, "DS31": 2.2, "DS32": null }, "bbox": [ 104282.0, 512095.0, 104282.0, 512095.0 ], "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W582", "TS11": 0.62, "TS12": -4.98, "TS13": -27.27, "TS21": -36.18, "TS22": -41.880001, "TS31": -71.980003, "TS32": -90.480003, "DS11": 0.01, "DS12": 16.700001, "DS13": 0.01, "DS21": 3.7, "DS22": 1.3, "DS31": 1.3, "DS32": null }, "bbox": [ 101954.1, 507308.9, 101954.1, 507308.9 ], "geometry": { "type": "Point", "coordinates": [ 101954.1, 507308.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W618", "TS11": 0.16, "TS12": -18.700001, "TS13": -23.200001, "TS21": -33.8, "TS22": -45.650002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.2, "DS13": 0.15, "DS21": 1.0, "DS22": 0.08, "DS31": null, "DS32": null }, "bbox": [ 102171.4, 507284.3, 102171.4, 507284.3 ], "geometry": { "type": "Point", "coordinates": [ 102171.4, 507284.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W619", "TS11": 0.32, "TS12": -8.0299997, "TS13": -21.25, "TS21": -38.349998, "TS22": -44.150002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.8200002, "DS13": 0.08, "DS21": 4.5, "DS22": 1.9400001, "DS31": null, "DS32": null }, "bbox": [ 102458.8, 507241.4, 102458.8, 507241.4 ], "geometry": { "type": "Point", "coordinates": [ 102458.8, 507241.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W646", "TS11": 0.19, "TS12": -4.81, "TS13": -22.809999, "TS21": -34.810001, "TS22": -40.32, "TS31": -79.809998, "TS32": -100.8, "DS11": 2.0, "DS12": 15.0, "DS13": 0.01, "DS21": 5.5, "DS22": 4.4899998, "DS31": 5.0, "DS32": 2.5 }, "bbox": [ 104060.4, 506564.8, 104060.4, 506564.8 ], "geometry": { "type": "Point", "coordinates": [ 104060.4, 506564.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CN-W647", "TS11": 0.3, "TS12": -2.7, "TS13": -20.700001, "TS21": -37.3, "TS22": -43.700001, "TS31": -75.199997, "TS32": -95.199997, "DS11": 1.0, "DS12": 1.0, "DS13": 1.0, "DS21": 5.4, "DS22": 0.01, "DS31": 2.5, "DS32": 10.5 }, "bbox": [ 103399.5, 506765.3, 103399.5, 506765.3 ], "geometry": { "type": "Point", "coordinates": [ 103399.5, 506765.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310501", "TS11": -0.5, "TS12": -5.75, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.15, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105948.0, 503392.0, 105948.0, 503392.0 ], "geometry": { "type": "Point", "coordinates": [ 105948.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310502", "TS11": -0.6, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105755.0, 503360.0, 105755.0, 503360.0 ], "geometry": { "type": "Point", "coordinates": [ 105755.0, 503360.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310503", "TS11": -0.1, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.15, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105575.0, 503380.0, 105575.0, 503380.0 ], "geometry": { "type": "Point", "coordinates": [ 105575.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310504", "TS11": 0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105395.0, 503409.0, 105395.0, 503409.0 ], "geometry": { "type": "Point", "coordinates": [ 105395.0, 503409.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310505", "TS11": 1.0, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105185.0, 503432.0, 105185.0, 503432.0 ], "geometry": { "type": "Point", "coordinates": [ 105185.0, 503432.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310506", "TS11": 0.6, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105007.0, 503434.0, 105007.0, 503434.0 ], "geometry": { "type": "Point", "coordinates": [ 105007.0, 503434.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310507", "TS11": 0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105268.0, 503042.0, 105268.0, 503042.0 ], "geometry": { "type": "Point", "coordinates": [ 105268.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310508", "TS11": 0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105380.0, 503097.0, 105380.0, 503097.0 ], "geometry": { "type": "Point", "coordinates": [ 105380.0, 503097.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310509", "TS11": 0.29, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105078.0, 503964.0, 105078.0, 503964.0 ], "geometry": { "type": "Point", "coordinates": [ 105078.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310510", "TS11": 0.09, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.0900002, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105900.0, 503939.0, 105900.0, 503939.0 ], "geometry": { "type": "Point", "coordinates": [ 105900.0, 503939.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310511", "TS11": -0.8, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105075.0, 503232.0, 105075.0, 503232.0 ], "geometry": { "type": "Point", "coordinates": [ 105075.0, 503232.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310512", "TS11": -0.1, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105880.0, 503152.0, 105880.0, 503152.0 ], "geometry": { "type": "Point", "coordinates": [ 105880.0, 503152.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310513", "TS11": 0.5, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105433.0, 503654.0, 105433.0, 503654.0 ], "geometry": { "type": "Point", "coordinates": [ 105433.0, 503654.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50310514", "TS11": 0.3, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105665.0, 503272.0, 105665.0, 503272.0 ], "geometry": { "type": "Point", "coordinates": [ 105665.0, 503272.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410501", "TS11": 1.75, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.05, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105003.0, 504848.0, 105003.0, 504848.0 ], "geometry": { "type": "Point", "coordinates": [ 105003.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410502", "TS11": -0.8, "TS12": -5.7, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105170.0, 504810.0, 105170.0, 504810.0 ], "geometry": { "type": "Point", "coordinates": [ 105170.0, 504810.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410503", "TS11": -0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105410.0, 504853.0, 105410.0, 504853.0 ], "geometry": { "type": "Point", "coordinates": [ 105410.0, 504853.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410504", "TS11": -0.71, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105615.0, 504828.0, 105615.0, 504828.0 ], "geometry": { "type": "Point", "coordinates": [ 105615.0, 504828.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410505", "TS11": -0.41, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 5.39, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105820.0, 504753.0, 105820.0, 504753.0 ], "geometry": { "type": "Point", "coordinates": [ 105820.0, 504753.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410506", "TS11": -1.24, "TS12": -3.74, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.6, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105075.0, 504898.0, 105075.0, 504898.0 ], "geometry": { "type": "Point", "coordinates": [ 105075.0, 504898.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410507", "TS11": -0.31, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.99, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105495.0, 504081.0, 105495.0, 504081.0 ], "geometry": { "type": "Point", "coordinates": [ 105495.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410508", "TS11": -0.8, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105338.0, 504164.0, 105338.0, 504164.0 ], "geometry": { "type": "Point", "coordinates": [ 105338.0, 504164.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410509", "TS11": -1.1, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105918.0, 504161.0, 105918.0, 504161.0 ], "geometry": { "type": "Point", "coordinates": [ 105918.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410510", "TS11": -0.6, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105970.0, 504044.0, 105970.0, 504044.0 ], "geometry": { "type": "Point", "coordinates": [ 105970.0, 504044.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410511", "TS11": -0.51, "TS12": -9.12, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 6.6900001, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105588.0, 504845.0, 105588.0, 504845.0 ], "geometry": { "type": "Point", "coordinates": [ 105588.0, 504845.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410512", "TS11": -1.8, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105028.0, 504278.0, 105028.0, 504278.0 ], "geometry": { "type": "Point", "coordinates": [ 105028.0, 504278.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410513", "TS11": -1.25, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.45, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105343.0, 504548.0, 105343.0, 504548.0 ], "geometry": { "type": "Point", "coordinates": [ 105343.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410514", "TS11": -0.51, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105715.0, 504471.0, 105715.0, 504471.0 ], "geometry": { "type": "Point", "coordinates": [ 105715.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410601", "TS11": -0.51, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 5.4899998, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106043.0, 504703.0, 106043.0, 504703.0 ], "geometry": { "type": "Point", "coordinates": [ 106043.0, 504703.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410602", "TS11": -0.31, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106235.0, 504635.0, 106235.0, 504635.0 ], "geometry": { "type": "Point", "coordinates": [ 106235.0, 504635.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410603", "TS11": -0.61, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106430.0, 504593.0, 106430.0, 504593.0 ], "geometry": { "type": "Point", "coordinates": [ 106430.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410604", "TS11": -1.4, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106650.0, 504523.0, 106650.0, 504523.0 ], "geometry": { "type": "Point", "coordinates": [ 106650.0, 504523.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410605", "TS11": -1.5, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106853.0, 504458.0, 106853.0, 504458.0 ], "geometry": { "type": "Point", "coordinates": [ 106853.0, 504458.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410606", "TS11": -0.91, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106830.0, 504228.0, 106830.0, 504228.0 ], "geometry": { "type": "Point", "coordinates": [ 106830.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410607", "TS11": -0.91, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.8900001, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106650.0, 504016.0, 106650.0, 504016.0 ], "geometry": { "type": "Point", "coordinates": [ 106650.0, 504016.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410608", "TS11": -0.6, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106188.0, 504054.0, 106188.0, 504054.0 ], "geometry": { "type": "Point", "coordinates": [ 106188.0, 504054.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410609", "TS11": -0.71, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106313.0, 504286.0, 106313.0, 504286.0 ], "geometry": { "type": "Point", "coordinates": [ 106313.0, 504286.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50410610", "TS11": -0.5, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.7, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106625.0, 504900.0, 106625.0, 504900.0 ], "geometry": { "type": "Point", "coordinates": [ 106625.0, 504900.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510501", "TS11": 0.39, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105415.0, 505120.0, 105415.0, 505120.0 ], "geometry": { "type": "Point", "coordinates": [ 105415.0, 505120.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510502", "TS11": 0.09, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.59, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105885.0, 505082.0, 105885.0, 505082.0 ], "geometry": { "type": "Point", "coordinates": [ 105885.0, 505082.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510503", "TS11": -0.5, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105580.0, 505579.0, 105580.0, 505579.0 ], "geometry": { "type": "Point", "coordinates": [ 105580.0, 505579.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510504", "TS11": -1.2, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105975.0, 505402.0, 105975.0, 505402.0 ], "geometry": { "type": "Point", "coordinates": [ 105975.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510505", "TS11": -0.7, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105523.0, 505916.0, 105523.0, 505916.0 ], "geometry": { "type": "Point", "coordinates": [ 105523.0, 505916.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510506", "TS11": -0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105098.0, 505976.0, 105098.0, 505976.0 ], "geometry": { "type": "Point", "coordinates": [ 105098.0, 505976.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510507", "TS11": -0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.6, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105035.0, 505622.0, 105035.0, 505622.0 ], "geometry": { "type": "Point", "coordinates": [ 105035.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510601", "TS11": -0.11, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106243.0, 505052.0, 106243.0, 505052.0 ], "geometry": { "type": "Point", "coordinates": [ 106243.0, 505052.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510602", "TS11": -0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106730.0, 505210.0, 106730.0, 505210.0 ], "geometry": { "type": "Point", "coordinates": [ 106730.0, 505210.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510603", "TS11": -0.3, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106898.0, 505529.0, 106898.0, 505529.0 ], "geometry": { "type": "Point", "coordinates": [ 106898.0, 505529.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510604", "TS11": 0.1, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106858.0, 505861.0, 106858.0, 505861.0 ], "geometry": { "type": "Point", "coordinates": [ 106858.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510605", "TS11": -0.61, "TS12": -9.8, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 6.0900002, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106285.0, 505030.0, 106285.0, 505030.0 ], "geometry": { "type": "Point", "coordinates": [ 106285.0, 505030.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510606", "TS11": -0.11, "TS12": -6.8, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.09, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106790.0, 505447.0, 106790.0, 505447.0 ], "geometry": { "type": "Point", "coordinates": [ 106790.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510607", "TS11": -0.61, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.0900002, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106318.0, 505482.0, 106318.0, 505482.0 ], "geometry": { "type": "Point", "coordinates": [ 106318.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50510608", "TS11": -0.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106020.0, 505480.0, 106020.0, 505480.0 ], "geometry": { "type": "Point", "coordinates": [ 106020.0, 505480.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50610505", "TS11": -0.5, "TS12": -2.7, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105928.0, 506116.0, 105928.0, 506116.0 ], "geometry": { "type": "Point", "coordinates": [ 105928.0, 506116.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50610507", "TS11": -0.65, "TS12": -3.1600001, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.5, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105480.0, 506164.0, 105480.0, 506164.0 ], "geometry": { "type": "Point", "coordinates": [ 105480.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50610508", "TS11": -0.2, "TS12": -1.16, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.95, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105545.0, 506024.0, 105545.0, 506024.0 ], "geometry": { "type": "Point", "coordinates": [ 105545.0, 506024.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50610602", "TS11": -0.2, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.8, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106790.0, 506238.0, 106790.0, 506238.0 ], "geometry": { "type": "Point", "coordinates": [ 106790.0, 506238.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50610603", "TS11": 0.5, "TS12": -5.6, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.4, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106820.0, 506084.0, 106820.0, 506084.0 ], "geometry": { "type": "Point", "coordinates": [ 106820.0, 506084.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50610609", "TS11": -0.8, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.6, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106530.0, 506210.0, 106530.0, 506210.0 ], "geometry": { "type": "Point", "coordinates": [ 106530.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-50610610", "TS11": -0.41, "TS12": -4.9, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.79, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106190.0, 506090.0, 106190.0, 506090.0 ], "geometry": { "type": "Point", "coordinates": [ 106190.0, 506090.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-IM8 01", "TS11": 1.27, "TS12": -8.1300001, "TS13": -23.629999, "TS21": -41.130001, "TS22": -47.130001, "TS31": -81.129997, "TS32": -99.129997, "DS11": 0.75, "DS12": 0.01, "DS13": 0.01, "DS21": 2.2, "DS22": 1.0, "DS31": 0.01, "DS32": 6.0 }, "bbox": [ 103348.2, 505974.0, 103348.2, 505974.0 ], "geometry": { "type": "Point", "coordinates": [ 103348.2, 505974.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-IM8 14", "TS11": 0.0, "TS12": -7.14, "TS13": -27.139999, "TS21": -40.139999, "TS22": -48.150002, "TS31": -81.139999, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 0.01, "DS21": 8.0, "DS22": 5.9899998, "DS31": 0.01, "DS32": null }, "bbox": [ 103442.9, 505770.1, 103442.9, 505770.1 ], "geometry": { "type": "Point", "coordinates": [ 103442.9, 505770.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-LB 130", "TS11": 3.33, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102754.0, 501964.0, 102754.0, 501964.0 ], "geometry": { "type": "Point", "coordinates": [ 102754.0, 501964.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-LB 131", "TS11": 2.95, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102737.0, 501967.0, 102737.0, 501967.0 ], "geometry": { "type": "Point", "coordinates": [ 102737.0, 501967.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-LB 132", "TS11": 3.4, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102682.0, 501983.0, 102682.0, 501983.0 ], "geometry": { "type": "Point", "coordinates": [ 102682.0, 501983.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-LB 133", "TS11": 3.1500001, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102884.0, 501732.0, 102884.0, 501732.0 ], "geometry": { "type": "Point", "coordinates": [ 102884.0, 501732.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-LB 67", "TS11": 1.9, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.1, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102700.0, 501800.0, 102700.0, 501800.0 ], "geometry": { "type": "Point", "coordinates": [ 102700.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 16", "TS11": 0.5, "TS12": -4.5, "TS13": -11.9, "TS21": -28.6, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102756.4, 506114.4, 102756.4, 506114.4 ], "geometry": { "type": "Point", "coordinates": [ 102756.4, 506114.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 17", "TS11": 2.0, "TS12": -16.5, "TS13": -18.51, "TS21": -32.5, "TS22": -44.3, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.0, "DS13": 0.01, "DS21": 3.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102738.0, 506058.0, 102738.0, 506058.0 ], "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 18", "TS11": 2.3, "TS12": -5.7, "TS13": -18.709999, "TS21": -32.0, "TS22": -40.200001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.0, "DS13": 0.01, "DS21": 4.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102718.0, 506000.0, 102718.0, 506000.0 ], "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 19", "TS11": 1.5, "TS12": -6.9, "TS13": -21.01, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.1, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102701.0, 505949.0, 102701.0, 505949.0 ], "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 20", "TS11": 1.43, "TS12": -6.5700002, "TS13": -20.58, "TS21": -39.77, "TS22": -40.580002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.0, "DS13": 0.01, "DS21": 0.8, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102683.0, 505896.0, 102683.0, 505896.0 ], "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 21", "TS11": 0.5, "TS12": -9.0, "TS13": -21.110001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.1, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102667.0, 505849.0, 102667.0, 505849.0 ], "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 22", "TS11": -0.5, "TS12": -9.3, "TS13": -19.01, "TS21": -40.5, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.7, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102647.0, 505804.0, 102647.0, 505804.0 ], "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 23", "TS11": -0.5, "TS12": -8.9, "TS13": -22.91, "TS21": -35.099998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.0, "DS13": 0.01, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102622.0, 505761.0, 102622.0, 505761.0 ], "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 24", "TS11": 1.5, "TS12": -8.1, "TS13": -18.5, "TS21": -37.5, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.2, "DS13": 4.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102594.0, 505720.0, 102594.0, 505720.0 ], "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCC 30", "TS11": 0.58, "TS12": -16.42, "TS13": -24.620001, "TS21": -33.02, "TS22": -40.82, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 6.0, "DS13": 1.1, "DS21": 4.4, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102441.0, 505498.0, 102441.0, 505498.0 ], "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCG 22", "TS11": 1.17, "TS12": 0.17, "TS13": -18.84, "TS21": -35.830002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 19.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103604.7, 506208.6, 103604.7, 506208.6 ], "geometry": { "type": "Point", "coordinates": [ 103604.7, 506208.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCG 23", "TS11": 0.86, "TS12": -2.54, "TS13": -22.450001, "TS21": -33.439999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 19.9, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103620.2, 506161.1, 103620.2, 506161.1 ], "geometry": { "type": "Point", "coordinates": [ 103620.2, 506161.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCG 24", "TS11": 1.55, "TS12": -1.25, "TS13": -21.959999, "TS21": -33.450001, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 20.700001, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103635.7, 506113.6, 103635.7, 506113.6 ], "geometry": { "type": "Point", "coordinates": [ 103635.7, 506113.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCG 25", "TS11": 1.65, "TS12": -1.46, "TS13": -20.959999, "TS21": -35.150002, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.1, "DS12": 19.49, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103648.6, 506065.3, 103648.6, 506065.3 ], "geometry": { "type": "Point", "coordinates": [ 103648.6, 506065.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PCG 26", "TS11": 1.01, "TS12": -5.9899998, "TS13": -24.0, "TS21": -34.990002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 18.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103654.3, 506015.5, 103654.3, 506015.5 ], "geometry": { "type": "Point", "coordinates": [ 103654.3, 506015.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 01", "TS11": -1.16, "TS12": -5.8600001, "TS13": -20.969999, "TS21": -31.959999, "TS22": -34.360001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.1, "DS13": 5.29, "DS21": 0.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102283.4, 504258.6, 102283.4, 504258.6 ], "geometry": { "type": "Point", "coordinates": [ 102283.4, 504258.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 02", "TS11": -0.35, "TS12": -0.37, "TS13": -20.76, "TS21": -30.35, "TS22": -34.0, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 20.379999, "DS13": 4.5900002, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102243.8, 504228.3, 102243.8, 504228.3 ], "geometry": { "type": "Point", "coordinates": [ 102243.8, 504228.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 03", "TS11": 0.72, "TS12": -6.2800002, "TS13": -20.790001, "TS21": -35.880001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.5, "DS13": 6.1900001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102220.0, 504184.3, 102220.0, 504184.3 ], "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 04", "TS11": 1.65, "TS12": -5.6, "TS13": -20.76, "TS21": -36.849998, "TS22": -36.869999, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 15.15, "DS13": 9.0900002, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102195.8, 504140.4, 102195.8, 504140.4 ], "geometry": { "type": "Point", "coordinates": [ 102195.8, 504140.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 05", "TS11": 1.85, "TS12": -2.75, "TS13": -20.66, "TS21": -30.75, "TS22": -37.259998, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 17.9, "DS13": 8.5900002, "DS21": 6.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102171.8, 504096.4, 102171.8, 504096.4 ], "geometry": { "type": "Point", "coordinates": [ 102171.8, 504096.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 06", "TS11": -0.66, "TS12": -5.4099998, "TS13": -20.27, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 14.85, "DS13": 8.8900003, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102147.9, 504052.6, 102147.9, 504052.6 ], "geometry": { "type": "Point", "coordinates": [ 102147.9, 504052.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 07", "TS11": -0.17, "TS12": -2.57, "TS13": -14.38, "TS21": -34.57, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.8, "DS13": 11.89, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102123.5, 504008.1, 102123.5, 504008.1 ], "geometry": { "type": "Point", "coordinates": [ 102123.5, 504008.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 08", "TS11": 0.3, "TS12": -3.3, "TS13": -19.809999, "TS21": -30.8, "TS22": -37.0, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 16.5, "DS13": 3.99, "DS21": 0.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102099.8, 503964.2, 102099.8, 503964.2 ], "geometry": { "type": "Point", "coordinates": [ 102099.8, 503964.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 09", "TS11": -1.66, "TS12": -5.6599998, "TS13": -21.17, "TS21": -38.560001, "TS22": -38.580002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.5, "DS13": 3.6900001, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102079.0, 503919.3, 102079.0, 503919.3 ], "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 10", "TS11": -0.75, "TS12": -2.35, "TS13": -20.16, "TS21": -34.150002, "TS22": -38.75, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.8, "DS13": 5.9899998, "DS21": 0.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102092.8, 503871.2, 102092.8, 503871.2 ], "geometry": { "type": "Point", "coordinates": [ 102092.8, 503871.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 11", "TS11": 0.47, "TS12": -7.33, "TS13": -20.040001, "TS21": -32.529999, "TS22": -36.43, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.7, "DS13": 5.79, "DS21": 3.1, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102106.7, 503823.2, 102106.7, 503823.2 ], "geometry": { "type": "Point", "coordinates": [ 102106.7, 503823.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 12", "TS11": -0.25, "TS12": -3.95, "TS13": -19.76, "TS21": -37.150002, "TS22": -39.23, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.8, "DS13": 5.9899998, "DS21": 0.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102120.8, 503775.0, 102120.8, 503775.0 ], "geometry": { "type": "Point", "coordinates": [ 102120.8, 503775.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 13", "TS11": 2.09, "TS12": -5.6100001, "TS13": -17.219999, "TS21": -36.41, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.6, "DS13": 6.39, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102150.7, 503735.0, 102150.7, 503735.0 ], "geometry": { "type": "Point", "coordinates": [ 102150.7, 503735.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 14", "TS11": 2.86, "TS12": -4.2399998, "TS13": -18.049999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.8, "DS13": 5.39, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102181.8, 503695.9, 102181.8, 503695.9 ], "geometry": { "type": "Point", "coordinates": [ 102181.8, 503695.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 15", "TS11": 2.97, "TS12": 1.96, "TS13": -17.84, "TS21": -36.130001, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 19.790001, "DS13": 5.9899998, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102222.6, 503666.7, 102222.6, 503666.7 ], "geometry": { "type": "Point", "coordinates": [ 102222.6, 503666.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-PM3 16", "TS11": 0.0, "TS12": -2.34, "TS13": -18.049999, "TS21": -35.639999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.7, "DS13": 5.79, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102271.9, 503657.6, 102271.9, 503657.6 ], "geometry": { "type": "Point", "coordinates": [ 102271.9, 503657.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C011", "TS11": 0.0, "TS12": -7.5, "TS13": -20.0, "TS21": -66.0, "TS22": -80.010002, "TS31": -100.2, "TS32": null, "DS11": 0.01, "DS12": 7.5, "DS13": 2.0, "DS21": 14.0, "DS22": 20.190001, "DS31": 0.01, "DS32": null }, "bbox": [ 101725.0, 501970.0, 101725.0, 501970.0 ], "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C012", "TS11": 0.11, "TS12": -5.5, "TS13": -20.200001, "TS21": -44.5, "TS22": -72.800003, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.5, "DS13": 2.6, "DS21": 22.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101831.0, 502840.0, 101831.0, 502840.0 ], "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C013", "TS11": 0.01, "TS12": -8.4, "TS13": -19.700001, "TS21": -64.900002, "TS22": -81.699997, "TS31": -102.0, "TS32": -104.2, "DS11": 0.01, "DS12": 0.2, "DS13": 2.9, "DS21": 11.8, "DS22": 20.3, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 101800.0, 502490.0, 101800.0, 502490.0 ], "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C046", "TS11": 0.86, "TS12": -12.65, "TS13": -18.15, "TS21": -27.15, "TS22": -34.650002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.4899998, "DS13": 1.5, "DS21": 2.0, "DS22": 5.5, "DS31": null, "DS32": null }, "bbox": [ 105670.0, 501630.0, 105670.0, 501630.0 ], "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C047", "TS11": 0.49, "TS12": -2.5, "TS13": -16.5, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.0, "DS13": 2.4, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108731.0, 501393.0, 108731.0, 501393.0 ], "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C054", "TS11": 4.9, "TS12": -8.1, "TS13": -19.1, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 0.01, "DS13": 2.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102010.0, 502900.0, 102010.0, 502900.0 ], "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C056", "TS11": 0.49, "TS12": -8.5, "TS13": -17.5, "TS21": -30.48, "TS22": -30.5, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 1.0, "DS21": 0.01, "DS22": 8.0, "DS31": null, "DS32": null }, "bbox": [ 108468.0, 503954.0, 108468.0, 503954.0 ], "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C061", "TS11": -0.89, "TS12": -6.3, "TS13": -18.700001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.15, "DS13": 3.35, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101596.0, 502902.0, 101596.0, 502902.0 ], "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C073", "TS11": 0.51, "TS12": -4.3, "TS13": -19.6, "TS21": -42.200001, "TS22": -59.400002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 13.7, "DS13": 0.9, "DS21": 14.8, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101395.0, 503145.0, 101395.0, 503145.0 ], "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C074", "TS11": 3.85, "TS12": -8.9499998, "TS13": -20.35, "TS21": -46.849998, "TS22": -57.259998, "TS31": -93.559998, "TS32": -93.580002, "DS11": 4.8, "DS12": 7.4, "DS13": 1.1, "DS21": 10.4, "DS22": 36.290001, "DS31": 0.01, "DS32": null }, "bbox": [ 102750.0, 502840.0, 102750.0, 502840.0 ], "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C077", "TS11": 1.36, "TS12": -10.55, "TS13": -19.15, "TS21": -39.150002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.5900002, "DS13": 2.2, "DS21": 12.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 100825.0, 501604.0, 100825.0, 501604.0 ], "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C078", "TS11": -0.2, "TS12": -3.8, "TS13": -17.6, "TS21": -33.900002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.5, "DS13": 2.9, "DS21": 11.7, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101637.0, 501792.0, 101637.0, 501792.0 ], "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C079", "TS11": 3.72, "TS12": -6.6799998, "TS13": -18.68, "TS21": -57.279999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 1.9, "DS13": 4.2, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101586.0, 501128.0, 101586.0, 501128.0 ], "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C084", "TS11": -0.81, "TS12": -11.55, "TS13": -17.3, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.5, "DS13": 2.4, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108703.0, 501272.0, 108703.0, 501272.0 ], "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C114", "TS11": -1.3, "TS12": -11.09, "TS13": -26.74, "TS21": -46.119999, "TS22": -50.009998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.51, "DS13": 0.01, "DS21": 3.8800001, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105760.0, 506130.0, 105760.0, 506130.0 ], "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C115", "TS11": -1.54, "TS12": -10.8, "TS13": -29.84, "TS21": -46.68, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 15.25, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105740.0, 505960.0, 105740.0, 505960.0 ], "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C133", "TS11": -0.59, "TS12": -9.1, "TS13": -17.129999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 7.6799998, "DS13": 1.87, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104587.0, 500218.0, 104587.0, 500218.0 ], "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C134", "TS11": -0.08, "TS12": -5.1900001, "TS13": -17.790001, "TS21": -31.59, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.3, "DS13": 3.6, "DS21": 0.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104370.0, 503030.0, 104370.0, 503030.0 ], "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C140", "TS11": -0.26, "TS12": -11.45, "TS13": -19.950001, "TS21": -29.129999, "TS22": -29.15, "TS31": null, "TS32": null, "DS11": 6.04, "DS12": 7.0, "DS13": 0.55, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105560.0, 504780.0, 105560.0, 504780.0 ], "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C141", "TS11": -0.28, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.5, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105265.0, 504875.0, 105265.0, 504875.0 ], "geometry": { "type": "Point", "coordinates": [ 105265.0, 504875.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C142", "TS11": -0.66, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": null, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105090.0, 504830.0, 105090.0, 504830.0 ], "geometry": { "type": "Point", "coordinates": [ 105090.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C144", "TS11": 0.07, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.24, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105758.0, 505544.0, 105758.0, 505544.0 ], "geometry": { "type": "Point", "coordinates": [ 105758.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C145", "TS11": -0.61, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105618.0, 505612.0, 105618.0, 505612.0 ], "geometry": { "type": "Point", "coordinates": [ 105618.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C146", "TS11": -0.94, "TS12": -5.04, "TS13": -28.73, "TS21": -39.139999, "TS22": -39.450001, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 11.8, "DS13": 0.01, "DS21": 0.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104817.0, 505924.0, 104817.0, 505924.0 ], "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C151", "TS11": -1.45, "TS12": -4.06, "TS13": -17.559999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.0, "DS13": 2.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107950.0, 502980.0, 107950.0, 502980.0 ], "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C410", "TS11": 1.1, "TS12": -18.0, "TS13": -23.610001, "TS21": -34.5, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 5.6, "DS13": 3.3900001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103700.0, 505750.0, 103700.0, 505750.0 ], "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C420", "TS11": 0.8, "TS12": -12.4, "TS13": -24.200001, "TS21": -35.98, "TS22": -36.0, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 7.6, "DS13": 3.1, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103750.0, 505250.0, 103750.0, 505250.0 ], "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C474", "TS11": 3.25, "TS12": -11.75, "TS13": -20.65, "TS21": -33.349998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 8.2, "DS13": 4.5, "DS21": 0.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103700.0, 504250.0, 103700.0, 504250.0 ], "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C519", "TS11": -1.6, "TS12": -12.8, "TS13": -16.309999, "TS21": -32.0, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.8, "DS12": 3.5, "DS13": 3.8900001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105550.0, 500380.0, 105550.0, 500380.0 ], "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C520", "TS11": -1.05, "TS12": -18.1, "TS13": -18.5, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.85, "DS12": 0.25, "DS13": 0.2, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108744.0, 503777.0, 108744.0, 503777.0 ], "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C523", "TS11": -2.8, "TS12": -15.0, "TS13": -18.01, "TS21": -41.0, "TS22": -52.0, "TS31": null, "TS32": null, "DS11": 3.9, "DS12": 3.0, "DS13": 4.9899998, "DS21": 1.0, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 105425.0, 500610.0, 105425.0, 500610.0 ], "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C529", "TS11": 4.2, "TS12": -12.3, "TS13": -20.6, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 1.6, "DS13": 2.6, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102070.0, 500125.0, 102070.0, 500125.0 ], "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C530", "TS11": 4.5, "TS12": -6.5, "TS13": -19.8, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 0.3, "DS13": 3.6, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101950.0, 500080.0, 101950.0, 500080.0 ], "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C532", "TS11": 2.87, "TS12": -7.5, "TS13": -20.5, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 3.5, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102025.0, 500220.0, 102025.0, 500220.0 ], "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C540", "TS11": -1.4, "TS12": -7.4, "TS13": -16.1, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106082.0, 501395.0, 106082.0, 501395.0 ], "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C542", "TS11": 1.0, "TS12": -5.0, "TS13": -22.0, "TS21": -45.0, "TS22": -72.010002, "TS31": -106.0, "TS32": -106.0, "DS11": 0.01, "DS12": 0.01, "DS13": 1.0, "DS21": 27.0, "DS22": 33.990002, "DS31": 0.01, "DS32": 2.97 }, "bbox": [ 101975.0, 500030.0, 101975.0, 500030.0 ], "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C544", "TS11": -1.3, "TS12": -15.3, "TS13": -17.3, "TS21": -37.3, "TS22": -38.0, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 4.5, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106132.0, 501209.0, 106132.0, 501209.0 ], "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C545", "TS11": -1.2, "TS12": -8.3100004, "TS13": -13.96, "TS21": -29.700001, "TS22": -39.700001, "TS31": null, "TS32": null, "DS11": 7.1, "DS12": 5.64, "DS13": 5.54, "DS21": 0.01, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 108912.0, 503717.0, 108912.0, 503717.0 ], "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C551", "TS11": -3.8, "TS12": -10.2, "TS13": -19.1, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.4, "DS13": 2.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101530.0, 500400.0, 101530.0, 500400.0 ], "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C553", "TS11": 1.5, "TS12": -11.4, "TS13": -19.700001, "TS21": -46.700001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.9, "DS13": 3.3, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101400.0, 500450.0, 101400.0, 500450.0 ], "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C565", "TS11": 0.19, "TS12": -13.8, "TS13": -14.81, "TS21": -39.3, "TS22": -54.790001, "TS31": -75.800003, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 3.59, "DS21": 1.5, "DS22": 0.01, "DS31": 3.0, "DS32": null }, "bbox": [ 106510.0, 500020.0, 106510.0, 500020.0 ], "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C566", "TS11": 2.5, "TS12": -12.5, "TS13": -15.5, "TS21": -33.5, "TS22": -67.5, "TS31": -79.510002, "TS32": -97.5, "DS11": 4.0, "DS12": 0.01, "DS13": 6.0, "DS21": 6.0, "DS22": 12.0, "DS31": 15.49, "DS32": 2.0 }, "bbox": [ 104000.0, 501610.0, 104000.0, 501610.0 ], "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C567", "TS11": -0.14, "TS12": -10.14, "TS13": -17.139999, "TS21": -29.139999, "TS22": -46.139999, "TS31": -75.139999, "TS32": null, "DS11": 0.01, "DS12": 5.5, "DS13": 4.5, "DS21": 4.0, "DS22": 0.01, "DS31": 4.0, "DS32": null }, "bbox": [ 105226.0, 503490.0, 105226.0, 503490.0 ], "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C570", "TS11": -0.81, "TS12": -5.1, "TS13": -17.65, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.59, "DS12": 2.4, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107143.0, 500430.0, 107143.0, 500430.0 ], "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C571", "TS11": -0.8, "TS12": -11.7, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.3, "DS12": 1.4, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107380.0, 500740.0, 107380.0, 500740.0 ], "geometry": { "type": "Point", "coordinates": [ 107380.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C572", "TS11": 0.69, "TS12": -8.5500002, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.89, "DS12": 1.85, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107780.0, 501250.0, 107780.0, 501250.0 ], "geometry": { "type": "Point", "coordinates": [ 107780.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C573", "TS11": -0.41, "TS12": -7.7, "TS13": -15.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.64, "DS12": 7.37, "DS13": 3.47, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108290.0, 501870.0, 108290.0, 501870.0 ], "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C574", "TS11": -0.41, "TS12": -11.9, "TS13": -17.07, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.1599998, "DS13": 3.53, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108255.0, 501900.0, 108255.0, 501900.0 ], "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C576", "TS11": 0.3, "TS12": -13.6, "TS13": -15.65, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.9, "DS12": 0.4, "DS13": 3.5, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108210.0, 501770.0, 108210.0, 501770.0 ], "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C586", "TS11": 3.8, "TS12": -8.6599998, "TS13": -22.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 6.9299998, "DS13": 1.31, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102962.0, 504341.0, 102962.0, 504341.0 ], "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C589", "TS11": -0.71, "TS12": -2.8, "TS13": -16.25, "TS21": -38.849998, "TS22": -39.259998, "TS31": null, "TS32": null, "DS11": 1.6900001, "DS12": 12.3, "DS13": 2.6500001, "DS21": 0.4, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108260.0, 500330.0, 108260.0, 500330.0 ], "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C591", "TS11": 3.53, "TS12": -8.2200003, "TS13": -18.219999, "TS21": -49.220001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.35, "DS12": 3.5, "DS13": 3.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101960.0, 500220.0, 101960.0, 500220.0 ], "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C592", "TS11": -0.72, "TS12": -6.2199998, "TS13": -17.719999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.0, "DS13": 3.3, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101925.0, 500260.0, 101925.0, 500260.0 ], "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C595", "TS11": 3.6, "TS12": -5.5, "TS13": -19.0, "TS21": -51.5, "TS22": -63.509998, "TS31": -97.809998, "TS32": -97.830002, "DS11": 0.4, "DS12": 2.1, "DS13": 1.5, "DS21": 12.0, "DS22": 34.290001, "DS31": 0.01, "DS32": 8.37 }, "bbox": [ 102250.0, 500710.0, 102250.0, 500710.0 ], "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C596", "TS11": 2.9, "TS12": -13.5, "TS13": -21.0, "TS21": -51.8, "TS22": -94.209999, "TS31": -100.5, "TS32": -100.5, "DS11": 0.01, "DS12": 0.01, "DS13": 0.01, "DS21": 42.400002, "DS22": 6.29, "DS31": 0.01, "DS32": 2.6700001 }, "bbox": [ 102390.0, 500680.0, 102390.0, 500680.0 ], "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C597", "TS11": 3.5, "TS12": -13.0, "TS13": -21.5, "TS21": -35.200001, "TS22": -51.810001, "TS31": -95.209999, "TS32": -95.230003, "DS11": 0.2, "DS12": 0.01, "DS13": 0.3, "DS21": 16.6, "DS22": 43.389999, "DS31": 0.01, "DS32": 14.97 }, "bbox": [ 102460.0, 500670.0, 102460.0, 500670.0 ], "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C600", "TS11": 3.2, "TS12": -4.5, "TS13": -20.5, "TS21": -52.5, "TS22": -73.760002, "TS31": -99.510002, "TS32": -99.529999, "DS11": 0.4, "DS12": 15.0, "DS13": 0.01, "DS21": 21.25, "DS22": 25.74, "DS31": 0.01, "DS32": 4.4699998 }, "bbox": [ 102770.0, 500610.0, 102770.0, 500610.0 ], "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C602", "TS11": 3.1, "TS12": -12.0, "TS13": -20.0, "TS21": -35.5, "TS22": -63.009998, "TS31": -101.0, "TS32": -101.0, "DS11": 0.01, "DS12": 0.01, "DS13": 0.7, "DS21": 27.5, "DS22": 37.990002, "DS31": 0.01, "DS32": 5.4699998 }, "bbox": [ 102810.0, 500600.0, 102810.0, 500600.0 ], "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C604", "TS11": 3.5, "TS12": -12.0, "TS13": -19.49, "TS21": -48.5, "TS22": -66.010002, "TS31": -101.0, "TS32": -101.0, "DS11": 0.01, "DS12": 0.01, "DS13": 0.01, "DS21": 17.5, "DS22": 34.990002, "DS31": 0.01, "DS32": 7.9699998 }, "bbox": [ 103140.0, 500550.0, 103140.0, 500550.0 ], "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C608", "TS11": 3.36, "TS12": -7.0, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.29, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102540.0, 501630.0, 102540.0, 501630.0 ], "geometry": { "type": "Point", "coordinates": [ 102540.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C609", "TS11": 3.6, "TS12": -5.7, "TS13": -20.5, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 2.2, "DS13": 5.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102480.0, 501100.0, 102480.0, 501100.0 ], "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C612", "TS11": 3.7, "TS12": -6.7, "TS13": -21.1, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.1, "DS12": 10.1, "DS13": 4.7, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102465.0, 501560.0, 102465.0, 501560.0 ], "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C613", "TS11": 1.89, "TS12": -4.1, "TS13": -17.6, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.0, "DS13": 6.5, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106050.0, 501200.0, 106050.0, 501200.0 ], "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C614", "TS11": -1.9, "TS12": -14.9, "TS13": -16.9, "TS21": -40.880001, "TS22": -40.900002, "TS31": -71.900002, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 3.0, "DS21": 0.01, "DS22": 5.0, "DS31": null, "DS32": null }, "bbox": [ 105290.0, 501219.0, 105290.0, 501219.0 ], "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C675", "TS11": -0.4, "TS12": -9.4499998, "TS13": -16.41, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 6.9499998, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104380.0, 500415.0, 104380.0, 500415.0 ], "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C683", "TS11": 0.3, "TS12": -6.7, "TS13": -13.71, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 7.0, "DS13": 6.4899998, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104400.0, 501650.0, 104400.0, 501650.0 ], "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C713", "TS11": 3.5, "TS12": -5.5, "TS13": -17.5, "TS21": -44.5, "TS22": -82.010002, "TS31": -106.0, "TS32": -106.0, "DS11": 1.5, "DS12": 4.5, "DS13": 4.5, "DS21": 37.5, "DS22": 23.99, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 101861.0, 500116.0, 101861.0, 500116.0 ], "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C721", "TS11": -0.8, "TS12": -6.9499998, "TS13": -16.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.9, "DS12": 4.6500001, "DS13": 2.05, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107250.0, 501670.0, 107250.0, 501670.0 ], "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C722", "TS11": -0.4, "TS12": -4.1, "TS13": -17.1, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.8, "DS13": 3.5, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106113.0, 502000.0, 106113.0, 502000.0 ], "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C723", "TS11": -0.71, "TS12": -4.9099998, "TS13": -17.51, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.1900001, "DS12": 12.59, "DS13": 1.49, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 108460.0, 500740.0, 108460.0, 500740.0 ], "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C724", "TS11": 1.1, "TS12": -11.6, "TS13": -17.41, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 5.8, "DS13": 3.74, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105270.0, 502100.0, 105270.0, 502100.0 ], "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C726", "TS11": -1.8, "TS12": -5.9, "TS13": -19.15, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.1, "DS13": 3.2, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105095.0, 503555.0, 105095.0, 503555.0 ], "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C728", "TS11": 0.5, "TS12": -0.3, "TS13": -20.0, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 16.200001, "DS13": 2.7, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105150.0, 504830.0, 105150.0, 504830.0 ], "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C731", "TS11": -0.5, "TS12": -5.1100001, "TS13": -21.110001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.6, "DS12": 15.99, "DS13": 2.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107350.0, 506035.0, 107350.0, 506035.0 ], "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C746", "TS11": -0.55, "TS12": -10.55, "TS13": -22.549999, "TS21": -35.049999, "TS22": -37.549999, "TS31": null, "TS32": null, "DS11": 3.0, "DS12": 8.0, "DS13": 2.55, "DS21": 1.5, "DS22": 6.0, "DS31": null, "DS32": null }, "bbox": [ 105600.0, 505600.0, 105600.0, 505600.0 ], "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C750", "TS11": -0.9, "TS12": -12.0, "TS13": -18.0, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 3.5, "DS13": 2.9, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106968.0, 504371.0, 106968.0, 504371.0 ], "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C765", "TS11": -2.26, "TS12": -10.26, "TS13": -19.51, "TS21": -33.259998, "TS22": -34.27, "TS31": null, "TS32": null, "DS11": 6.0, "DS12": 8.0, "DS13": 3.75, "DS21": 1.0, "DS22": 6.9899998, "DS31": null, "DS32": null }, "bbox": [ 106730.0, 503800.0, 106730.0, 503800.0 ], "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C767", "TS11": -0.01, "TS12": -9.25, "TS13": -17.25, "TS21": -29.25, "TS22": -32.25, "TS31": null, "TS32": null, "DS11": 7.2399998, "DS12": 5.1, "DS13": 2.95, "DS21": 1.0, "DS22": 6.8, "DS31": null, "DS32": null }, "bbox": [ 108470.0, 503370.0, 108470.0, 503370.0 ], "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C768", "TS11": 0.9, "TS12": -7.6, "TS13": -17.8, "TS21": -33.549999, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 7.5, "DS13": 3.5, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105340.0, 502165.0, 105340.0, 502165.0 ], "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C784", "TS11": 0.0, "TS12": -10.99, "TS13": -19.49, "TS21": -32.990002, "TS22": -36.990002, "TS31": null, "TS32": null, "DS11": 5.9899998, "DS12": 4.0, "DS13": 0.05, "DS21": 0.01, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 108750.0, 503415.0, 108750.0, 503415.0 ], "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-RG19C787", "TS11": -0.31, "TS12": -13.3, "TS13": -21.3, "TS21": -28.3, "TS22": -28.32, "TS31": null, "TS32": null, "DS11": 6.9899998, "DS12": 4.0, "DS13": 1.0, "DS21": 0.01, "DS22": 11.98, "DS31": null, "DS32": null }, "bbox": [ 105805.0, 504690.0, 105805.0, 504690.0 ], "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W096", "TS11": 0.72, "TS12": -8.1300001, "TS13": -24.43, "TS21": -37.220001, "TS22": -37.240002, "TS31": -67.43, "TS32": null, "DS11": 0.01, "DS12": 0.25, "DS13": 0.01, "DS21": 0.01, "DS22": 10.69, "DS31": 0.3, "DS32": null }, "bbox": [ 102578.2, 506236.2, 102578.2, 506236.2 ], "geometry": { "type": "Point", "coordinates": [ 102578.2, 506236.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W097", "TS11": -1.45, "TS12": -14.05, "TS13": -23.25, "TS21": -37.049999, "TS22": -44.400002, "TS31": -84.75, "TS32": -99.75, "DS11": 0.3, "DS12": 0.01, "DS13": 0.01, "DS21": 7.2, "DS22": 0.35, "DS31": 0.05, "DS32": 4.2 }, "bbox": [ 103315.6, 506155.1, 103315.6, 506155.1 ], "geometry": { "type": "Point", "coordinates": [ 103315.6, 506155.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W098", "TS11": -0.09, "TS12": -5.29, "TS13": -30.83, "TS21": -33.84, "TS22": -45.09, "TS31": -81.139999, "TS32": null, "DS11": 3.5, "DS12": 6.3, "DS13": 0.01, "DS21": 9.5, "DS22": 4.75, "DS31": null, "DS32": null }, "bbox": [ 104084.5, 506036.9, 104084.5, 506036.9 ], "geometry": { "type": "Point", "coordinates": [ 104084.5, 506036.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W099", "TS11": 1.38, "TS12": -11.32, "TS13": -29.309999, "TS21": -37.720001, "TS22": -38.369999, "TS31": -83.470001, "TS32": -93.769997, "DS11": 6.3, "DS12": 14.7, "DS13": 0.01, "DS21": 0.01, "DS22": 6.33, "DS31": 0.01, "DS32": 9.25 }, "bbox": [ 105517.0, 505836.7, 105517.0, 505836.7 ], "geometry": { "type": "Point", "coordinates": [ 105517.0, 505836.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W100", "TS11": 0.54, "TS12": -8.0600004, "TS13": -27.459999, "TS21": -35.759998, "TS22": -40.77, "TS31": -79.910004, "TS32": null, "DS11": 0.01, "DS12": 5.3, "DS13": 0.01, "DS21": 5.0, "DS22": 23.49, "DS31": 0.2, "DS32": null }, "bbox": [ 101715.4, 505429.4, 101715.4, 505429.4 ], "geometry": { "type": "Point", "coordinates": [ 101715.4, 505429.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W101", "TS11": 0.17, "TS12": -11.03, "TS13": -24.129999, "TS21": -35.080002, "TS22": -38.779999, "TS31": -55.630001, "TS32": -90.68, "DS11": 6.6, "DS12": 9.2, "DS13": 2.6, "DS21": 3.6500001, "DS22": 9.75, "DS31": 4.0, "DS32": 16.25 }, "bbox": [ 103161.0, 505168.2, 103161.0, 505168.2 ], "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W102", "TS11": -0.22, "TS12": -1.3200001, "TS13": -10.17, "TS21": -29.57, "TS22": -31.52, "TS31": -61.849998, "TS32": -97.370003, "DS11": 1.09, "DS12": 8.8400002, "DS13": 13.15, "DS21": 0.01, "DS22": 17.549999, "DS31": 0.01, "DS32": 6.0 }, "bbox": [ 104637.8, 505087.5, 104637.8, 505087.5 ], "geometry": { "type": "Point", "coordinates": [ 104637.8, 505087.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W103", "TS11": -0.05, "TS12": -7.56, "TS13": -19.07, "TS21": -42.560001, "TS22": -42.860001, "TS31": -76.059998, "TS32": null, "DS11": 0.01, "DS12": 11.5, "DS13": 5.6900001, "DS21": 0.29, "DS22": 10.6, "DS31": 0.3, "DS32": null }, "bbox": [ 101572.6, 504406.8, 101572.6, 504406.8 ], "geometry": { "type": "Point", "coordinates": [ 101572.6, 504406.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W104", "TS11": 2.85, "TS12": -3.6, "TS13": -17.9, "TS21": -36.599998, "TS22": -39.110001, "TS31": -70.199997, "TS32": null, "DS11": 0.55, "DS12": 11.55, "DS13": 11.0, "DS21": 2.3, "DS22": 9.5900002, "DS31": 6.8, "DS32": null }, "bbox": [ 102333.7, 504362.0, 102333.7, 504362.0 ], "geometry": { "type": "Point", "coordinates": [ 102333.7, 504362.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W105", "TS11": 1.97, "TS12": -6.4299998, "TS13": -20.129999, "TS21": -36.130001, "TS22": -41.639999, "TS31": -74.43, "TS32": -98.629997, "DS11": 0.25, "DS12": 12.6, "DS13": 2.3, "DS21": 5.5, "DS22": 0.01, "DS31": 19.6, "DS32": 2.8 }, "bbox": [ 103015.3, 504255.3, 103015.3, 504255.3 ], "geometry": { "type": "Point", "coordinates": [ 103015.3, 504255.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W106", "TS11": -1.1900001, "TS12": -4.6900001, "TS13": -22.690001, "TS21": -46.970001, "TS22": -46.990002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 17.200001, "DS13": 6.5, "DS21": 0.01, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 103724.2, 504141.2, 103724.2, 504141.2 ], "geometry": { "type": "Point", "coordinates": [ 103724.2, 504141.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W107", "TS11": 1.21, "TS12": -3.99, "TS13": -20.190001, "TS21": -37.779999, "TS22": -42.290001, "TS31": -77.110001, "TS32": -98.190002, "DS11": 0.01, "DS12": 12.4, "DS13": 2.4, "DS21": 0.01, "DS22": 9.7, "DS31": 14.28, "DS32": 9.2 }, "bbox": [ 104405.0, 503983.0, 104405.0, 503983.0 ], "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W108", "TS11": 0.3, "TS12": -5.21, "TS13": -18.51, "TS21": -40.810001, "TS22": -70.410004, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.0, "DS13": 5.0, "DS21": 28.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102008.5, 503430.4, 102008.5, 503430.4 ], "geometry": { "type": "Point", "coordinates": [ 102008.5, 503430.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W109", "TS11": 4.56, "TS12": -8.9499998, "TS13": -18.950001, "TS21": -35.849998, "TS22": -53.849998, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 9.9899998, "DS13": 8.8, "DS21": 5.5, "DS22": 9.9, "DS31": null, "DS32": null }, "bbox": [ 103519.1, 503131.3, 103519.1, 503131.3 ], "geometry": { "type": "Point", "coordinates": [ 103519.1, 503131.3 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W110", "TS11": 0.37, "TS12": -11.84, "TS13": -28.629999, "TS21": -33.93, "TS22": -39.040001, "TS31": -66.839996, "TS32": null, "DS11": 0.01, "DS12": 8.6, "DS13": 0.01, "DS21": 0.01, "DS22": 2.1, "DS31": 0.05, "DS32": null }, "bbox": [ 102397.6, 505257.1, 102397.6, 505257.1 ], "geometry": { "type": "Point", "coordinates": [ 102397.6, 505257.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W136", "TS11": 1.45, "TS12": -10.75, "TS13": -24.74, "TS21": -37.93, "TS22": -37.950001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.6, "DS13": 0.01, "DS21": 0.01, "DS22": 2.1, "DS31": null, "DS32": null }, "bbox": [ 103891.2, 505025.0, 103891.2, 505025.0 ], "geometry": { "type": "Point", "coordinates": [ 103891.2, 505025.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W140", "TS11": 2.06, "TS12": -9.2399998, "TS13": -18.84, "TS21": -39.84, "TS22": -62.639999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.9, "DS13": 7.6, "DS21": 17.9, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101073.9, 502363.2, 101073.9, 502363.2 ], "geometry": { "type": "Point", "coordinates": [ 101073.9, 502363.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W143", "TS11": -0.73, "TS12": -12.24, "TS13": -26.690001, "TS21": -31.290001, "TS22": -32.490002, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.25, "DS13": 0.25, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106001.8, 505419.6, 106001.8, 505419.6 ], "geometry": { "type": "Point", "coordinates": [ 106001.8, 505419.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W155", "TS11": -0.83, "TS12": -6.3400002, "TS13": -21.440001, "TS21": -37.830002, "TS22": -45.439999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.4, "DS13": 2.8, "DS21": 0.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101511.3, 503916.9, 101511.3, 503916.9 ], "geometry": { "type": "Point", "coordinates": [ 101511.3, 503916.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W156", "TS11": -0.19, "TS12": -8.4499998, "TS13": -20.08, "TS21": -36.599998, "TS22": -44.32, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.2, "DS13": 4.0500002, "DS21": 2.62, "DS22": 12.15, "DS31": null, "DS32": null }, "bbox": [ 101757.9, 503874.5, 101757.9, 503874.5 ], "geometry": { "type": "Point", "coordinates": [ 101757.9, 503874.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W157", "TS11": -0.79, "TS12": -8.6899996, "TS13": -22.09, "TS21": -49.169998, "TS22": -55.470001, "TS31": -74.190002, "TS32": null, "DS11": 0.01, "DS12": 2.1500001, "DS13": 3.75, "DS21": 0.2, "DS22": 2.2, "DS31": 0.6, "DS32": null }, "bbox": [ 101260.9, 503975.0, 101260.9, 503975.0 ], "geometry": { "type": "Point", "coordinates": [ 101260.9, 503975.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W527", "TS11": 3.76, "TS12": -9.0, "TS13": -20.6, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 3.2, "DS13": 1.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102380.0, 500060.0, 102380.0, 500060.0 ], "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W541", "TS11": -1.0, "TS12": -10.0, "TS13": -19.0, "TS21": -47.0, "TS22": -71.010002, "TS31": -102.0, "TS32": -102.0, "DS11": 0.01, "DS12": 0.01, "DS13": 3.0, "DS21": 24.0, "DS22": 30.99, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 101870.0, 501060.0, 101870.0, 501060.0 ], "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W554", "TS11": 1.5, "TS12": -11.5, "TS13": -17.0, "TS21": -51.5, "TS22": -62.0, "TS31": null, "TS32": null, "DS11": 0.5, "DS12": 1.0, "DS13": 3.5, "DS21": 9.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103735.0, 501130.0, 103735.0, 501130.0 ], "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W556", "TS11": 1.9, "TS12": -8.1, "TS13": -12.1, "TS21": -46.099998, "TS22": -58.099998, "TS31": -76.099998, "TS32": -88.099998, "DS11": 0.01, "DS12": 0.01, "DS13": 8.0, "DS21": 6.0, "DS22": 0.01, "DS31": 0.01, "DS32": 4.0 }, "bbox": [ 104620.0, 502270.0, 104620.0, 502270.0 ], "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W557", "TS11": 9.3500004, "TS12": -10.1, "TS13": -12.11, "TS21": -62.099998, "TS22": -68.089996, "TS31": -82.099998, "TS32": -90.099998, "DS11": 0.45, "DS12": 2.0, "DS13": 3.99, "DS21": 2.0, "DS22": 0.01, "DS31": 4.0, "DS32": 12.0 }, "bbox": [ 104430.0, 500970.0, 104430.0, 500970.0 ], "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W558", "TS11": 0.64, "TS12": -3.36, "TS13": -18.76, "TS21": -29.360001, "TS22": -60.669998, "TS31": -94.370003, "TS32": -100.8, "DS11": 0.01, "DS12": 5.0, "DS13": 5.6, "DS21": 31.3, "DS22": 33.689999, "DS31": 0.01, "DS32": null }, "bbox": [ 101108.7, 502596.9, 101108.7, 502596.9 ], "geometry": { "type": "Point", "coordinates": [ 101108.7, 502596.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W564", "TS11": -1.99, "TS12": -12.49, "TS13": -18.0, "TS21": -36.0, "TS22": -46.0, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 5.5, "DS21": 3.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103700.0, 502165.0, 103700.0, 502165.0 ], "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W568", "TS11": -0.83, "TS12": -10.83, "TS13": -19.43, "TS21": -52.630001, "TS22": -74.139999, "TS31": -98.839996, "TS32": -98.860001, "DS11": 0.01, "DS12": 6.6, "DS13": 10.8, "DS21": 21.5, "DS22": 24.690001, "DS31": 0.01, "DS32": null }, "bbox": [ 102746.9, 503192.8, 102746.9, 503192.8 ], "geometry": { "type": "Point", "coordinates": [ 102746.9, 503192.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W590", "TS11": -1.72, "TS12": -4.2199998, "TS13": -15.82, "TS21": -36.919998, "TS22": -62.619999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.1, "DS13": 8.6, "DS21": 13.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101616.4, 502318.8, 101616.4, 502318.8 ], "geometry": { "type": "Point", "coordinates": [ 101616.4, 502318.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W594", "TS11": 3.5, "TS12": -6.4899998, "TS13": -21.09, "TS21": -52.75, "TS22": -63.509998, "TS31": -103.2, "TS32": -103.2, "DS11": 0.4, "DS12": 0.01, "DS13": 0.01, "DS21": 10.75, "DS22": 39.689999, "DS31": 0.01, "DS32": 2.47 }, "bbox": [ 102160.0, 500730.0, 102160.0, 500730.0 ], "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W605", "TS11": 3.51, "TS12": -7.9899998, "TS13": -21.99, "TS21": -56.0, "TS22": -80.010002, "TS31": -104.0, "TS32": -104.0, "DS11": 0.01, "DS12": 0.01, "DS13": 0.01, "DS21": 24.0, "DS22": 23.99, "DS31": 0.01, "DS32": 6.4699998 }, "bbox": [ 103220.0, 500540.0, 103220.0, 500540.0 ], "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W606", "TS11": 3.6500001, "TS12": -7.6, "TS13": -20.34, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.56, "DS12": 4.6100001, "DS13": 4.3600001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102730.0, 500650.0, 102730.0, 500650.0 ], "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W615", "TS11": 3.7, "TS12": -13.3, "TS13": -18.8, "TS21": -36.0, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.1, "DS12": 4.2, "DS13": 3.3, "DS21": 15.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102450.8, 501917.5, 102450.8, 501917.5 ], "geometry": { "type": "Point", "coordinates": [ 102450.8, 501917.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W616", "TS11": 3.21, "TS12": -8.04, "TS13": -19.1, "TS21": -61.389999, "TS22": -69.889999, "TS31": -106.1, "TS32": -106.1, "DS11": 0.2, "DS12": 11.05, "DS13": 2.99, "DS21": 7.7, "DS22": 36.200001, "DS31": 0.01, "DS32": null }, "bbox": [ 101592.1, 501253.0, 101592.1, 501253.0 ], "geometry": { "type": "Point", "coordinates": [ 101592.1, 501253.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W617", "TS11": -3.1900001, "TS12": -8.3900003, "TS13": -19.09, "TS21": -36.990002, "TS22": -74.889999, "TS31": -110.1, "TS32": -110.1, "DS11": 0.01, "DS12": 4.5, "DS13": 3.0, "DS21": 3.9, "DS22": 35.200001, "DS31": 0.01, "DS32": 2.77 }, "bbox": [ 100977.6, 501561.9, 100977.6, 501561.9 ], "geometry": { "type": "Point", "coordinates": [ 100977.6, 501561.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W620", "TS11": -1.0, "TS12": -5.5, "TS13": -16.0, "TS21": -55.0, "TS22": -74.510002, "TS31": -88.010002, "TS32": -94.0, "DS11": 0.01, "DS12": 3.0, "DS13": 4.5, "DS21": 19.5, "DS22": 13.49, "DS31": 0.01, "DS32": 3.0 }, "bbox": [ 103320.0, 501225.0, 103320.0, 501225.0 ], "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W621", "TS11": -2.1900001, "TS12": -9.7, "TS13": -21.700001, "TS21": -65.199997, "TS22": -87.699997, "TS31": -113.2, "TS32": -113.2, "DS11": 0.01, "DS12": 3.0, "DS13": 4.5, "DS21": 12.0, "DS22": 25.5, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 100530.0, 500090.0, 100530.0, 500090.0 ], "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W622", "TS11": 0.32, "TS12": -9.4700003, "TS13": -17.18, "TS21": -57.18, "TS22": -73.379997, "TS31": -92.190002, "TS32": -98.68, "DS11": 0.01, "DS12": 0.01, "DS13": 4.0, "DS21": 13.0, "DS22": 18.8, "DS31": 0.01, "DS32": 8.5 }, "bbox": [ 102054.3, 501496.4, 102054.3, 501496.4 ], "geometry": { "type": "Point", "coordinates": [ 102054.3, 501496.4 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W623", "TS11": 0.2, "TS12": -5.5, "TS13": -20.8, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 2.5, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101622.0, 503090.0, 101622.0, 503090.0 ], "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W624", "TS11": -0.19, "TS12": -6.1, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101609.0, 503095.0, 101609.0, 503095.0 ], "geometry": { "type": "Point", "coordinates": [ 101609.0, 503095.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W625", "TS11": -0.9, "TS12": -7.6, "TS13": -18.0, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.6, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101596.0, 503099.0, 101596.0, 503099.0 ], "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W626", "TS11": -0.29, "TS12": -4.8, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.2, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101636.0, 502641.0, 101636.0, 502641.0 ], "geometry": { "type": "Point", "coordinates": [ 101636.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W640", "TS11": 0.18, "TS12": -5.3200002, "TS13": -17.82, "TS21": -33.02, "TS22": -47.830002, "TS31": -85.82, "TS32": -98.82, "DS11": 5.4899998, "DS12": 10.5, "DS13": 6.0, "DS21": 14.8, "DS22": 0.01, "DS31": 4.0, "DS32": 9.0 }, "bbox": [ 103828.9, 504615.2, 103828.9, 504615.2 ], "geometry": { "type": "Point", "coordinates": [ 103828.9, 504615.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W641", "TS11": 1.71, "TS12": -7.29, "TS13": -19.290001, "TS21": -34.490002, "TS22": -44.3, "TS31": -79.290001, "TS32": -91.790001, "DS11": 3.0, "DS12": 9.0, "DS13": 9.0, "DS21": 9.8, "DS22": 0.01, "DS31": 1.0, "DS32": 15.5 }, "bbox": [ 103207.2, 504533.2, 103207.2, 504533.2 ], "geometry": { "type": "Point", "coordinates": [ 103207.2, 504533.2 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W642", "TS11": -0.92, "TS12": -7.9299998, "TS13": -15.43, "TS21": -33.919998, "TS22": -44.419998, "TS31": -76.919998, "TS32": -100.9, "DS11": 7.0, "DS12": 7.4899998, "DS13": 7.4899998, "DS21": 1.0, "DS22": 5.0, "DS31": 2.0, "DS32": 8.5 }, "bbox": [ 104644.7, 505473.9, 104644.7, 505473.9 ], "geometry": { "type": "Point", "coordinates": [ 104644.7, 505473.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W643", "TS11": 1.92, "TS12": -8.58, "TS13": -18.58, "TS21": -33.580002, "TS22": -47.080002, "TS31": -78.580002, "TS32": -95.580002, "DS11": 5.5, "DS12": 5.0, "DS13": 6.0, "DS21": 7.0, "DS22": 5.5, "DS31": 1.0, "DS32": 19.0 }, "bbox": [ 103958.2, 505519.8, 103958.2, 505519.8 ], "geometry": { "type": "Point", "coordinates": [ 103958.2, 505519.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W644", "TS11": 0.05, "TS12": -7.96, "TS13": -17.950001, "TS21": -33.950001, "TS22": -45.950001, "TS31": -76.449997, "TS32": -91.949997, "DS11": 8.0, "DS12": 0.99, "DS13": 3.0, "DS21": 11.99, "DS22": 8.0, "DS31": 1.5, "DS32": 12.0 }, "bbox": [ 103159.7, 505685.1, 103159.7, 505685.1 ], "geometry": { "type": "Point", "coordinates": [ 103159.7, 505685.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W645", "TS11": 0.0, "TS12": -5.9699998, "TS13": -19.969999, "TS21": -38.970001, "TS22": -39.970001, "TS31": -75.970001, "TS32": -90.970001, "DS11": 0.01, "DS12": 5.0, "DS13": 3.0, "DS21": 0.01, "DS22": 14.5, "DS31": 3.0, "DS32": 12.0 }, "bbox": [ 102586.2, 505735.1, 102586.2, 505735.1 ], "geometry": { "type": "Point", "coordinates": [ 102586.2, 505735.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W690", "TS11": 5.4299998, "TS12": -11.37, "TS13": -16.870001, "TS21": -35.27, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.1, "DS12": 3.2, "DS13": 3.7, "DS21": 0.2, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103830.0, 500710.0, 103830.0, 500710.0 ], "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W708", "TS11": 0.3, "TS12": -6.7, "TS13": -11.2, "TS21": -35.900002, "TS22": -43.200001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.6, "DS13": 5.5, "DS21": 4.3, "DS22": 2.5, "DS31": null, "DS32": null }, "bbox": [ 103940.0, 500035.0, 103940.0, 500035.0 ], "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W714", "TS11": 1.75, "TS12": -5.25, "TS13": -17.25, "TS21": -34.75, "TS22": -43.25, "TS31": -61.25, "TS32": -98.75, "DS11": 1.5, "DS12": 6.5, "DS13": 4.8, "DS21": 7.2, "DS22": 14.0, "DS31": 1.0, "DS32": 11.5 }, "bbox": [ 103520.0, 505689.0, 103520.0, 505689.0 ], "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W718", "TS11": 1.24, "TS12": -5.7600002, "TS13": -18.26, "TS21": -38.759998, "TS22": -71.260002, "TS31": -100.2, "TS32": -100.2, "DS11": 0.01, "DS12": 1.0, "DS13": 6.0, "DS21": 17.8, "DS22": 29.0, "DS31": 0.01, "DS32": 2.97 }, "bbox": [ 101624.1, 502889.6, 101624.1, 502889.6 ], "geometry": { "type": "Point", "coordinates": [ 101624.1, 502889.6 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W744", "TS11": 0.57, "TS12": -16.42, "TS13": -25.23, "TS21": -39.919998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 8.8, "DS13": 3.6900001, "DS21": 0.26, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103690.0, 503960.0, 103690.0, 503960.0 ], "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W772", "TS11": -0.2, "TS12": -1.2, "TS13": -26.200001, "TS21": -32.200001, "TS22": -42.200001, "TS31": -73.199997, "TS32": -98.199997, "DS11": 0.01, "DS12": 12.0, "DS13": 0.01, "DS21": 4.0, "DS22": 10.0, "DS31": 2.0, "DS32": 6.0 }, "bbox": [ 103156.6, 505983.8, 103156.6, 505983.8 ], "geometry": { "type": "Point", "coordinates": [ 103156.6, 505983.8 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W773", "TS11": -1.16, "TS12": -1.18, "TS13": -25.16, "TS21": -45.16, "TS22": -46.169998, "TS31": -71.160004, "TS32": -95.160004, "DS11": 0.01, "DS12": 10.98, "DS13": 0.01, "DS21": 1.0, "DS22": 6.9899998, "DS31": 1.0, "DS32": 9.0 }, "bbox": [ 103142.6, 506009.5, 103142.6, 506009.5 ], "geometry": { "type": "Point", "coordinates": [ 103142.6, 506009.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W774", "TS11": -1.15, "TS12": -1.17, "TS13": -26.15, "TS21": -40.150002, "TS22": -43.16, "TS31": -81.150002, "TS32": -99.150002, "DS11": 0.01, "DS12": 11.98, "DS13": 0.01, "DS21": 3.0, "DS22": 7.9899998, "DS31": 1.0, "DS32": 10.0 }, "bbox": [ 103121.2, 506041.7, 103121.2, 506041.7 ], "geometry": { "type": "Point", "coordinates": [ 103121.2, 506041.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W775", "TS11": -1.1900001, "TS12": -7.1900001, "TS13": -23.190001, "TS21": -31.190001, "TS22": -40.189999, "TS31": -76.190002, "TS32": -95.190002, "DS11": 0.01, "DS12": 13.0, "DS13": 0.01, "DS21": 2.0, "DS22": 6.0, "DS31": 1.0, "DS32": 14.0 }, "bbox": [ 103092.4, 506082.9, 103092.4, 506082.9 ], "geometry": { "type": "Point", "coordinates": [ 103092.4, 506082.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W776", "TS11": -1.16, "TS12": -4.1599998, "TS13": -17.16, "TS21": -42.16, "TS22": -47.16, "TS31": -77.160004, "TS32": -87.160004, "DS11": 0.01, "DS12": 7.0, "DS13": 5.0, "DS21": 3.0, "DS22": 3.0, "DS31": 3.0, "DS32": 2.0 }, "bbox": [ 103487.9, 506174.1, 103487.9, 506174.1 ], "geometry": { "type": "Point", "coordinates": [ 103487.9, 506174.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W777", "TS11": -0.9, "TS12": -5.9, "TS13": -18.91, "TS21": -33.900002, "TS22": -47.900002, "TS31": -75.900002, "TS32": -97.900002, "DS11": 0.01, "DS12": 13.0, "DS13": 1.99, "DS21": 8.0, "DS22": 4.0, "DS31": 9.0, "DS32": 3.0 }, "bbox": [ 103625.3, 505768.9, 103625.3, 505768.9 ], "geometry": { "type": "Point", "coordinates": [ 103625.3, 505768.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W778", "TS11": -0.31, "TS12": -6.31, "TS13": -19.32, "TS21": -33.310001, "TS22": -44.32, "TS31": -76.309998, "TS32": -102.3, "DS11": 0.01, "DS12": 13.0, "DS13": 1.99, "DS21": 11.0, "DS22": 2.99, "DS31": 2.0, "DS32": 5.0 }, "bbox": [ 103514.8, 505761.5, 103514.8, 505761.5 ], "geometry": { "type": "Point", "coordinates": [ 103514.8, 505761.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W779", "TS11": -0.16, "TS12": -6.1599998, "TS13": -27.16, "TS21": -35.16, "TS22": -42.169998, "TS31": -74.160004, "TS32": -100.1, "DS11": 0.01, "DS12": 9.0, "DS13": 0.01, "DS21": 7.0, "DS22": 10.99, "DS31": 1.0, "DS32": 6.0 }, "bbox": [ 103472.8, 505766.0, 103472.8, 505766.0 ], "geometry": { "type": "Point", "coordinates": [ 103472.8, 505766.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W780", "TS11": -0.15, "TS12": -6.1500001, "TS13": -28.15, "TS21": -36.150002, "TS22": -50.150002, "TS31": -75.150002, "TS32": -101.1, "DS11": 0.01, "DS12": 15.0, "DS13": 0.01, "DS21": 13.0, "DS22": 4.0, "DS31": 1.0, "DS32": 2.5 }, "bbox": [ 103452.9, 505768.7, 103452.9, 505768.7 ], "geometry": { "type": "Point", "coordinates": [ 103452.9, 505768.7 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W781", "TS11": 0.49, "TS12": -3.52, "TS13": -19.51, "TS21": -34.509998, "TS22": -39.52, "TS31": -78.510002, "TS32": -95.510002, "DS11": 4.0, "DS12": 9.9899998, "DS13": 2.0, "DS21": 5.0, "DS22": 12.99, "DS31": 0.01, "DS32": 4.0 }, "bbox": [ 103266.4, 505809.1, 103266.4, 505809.1 ], "geometry": { "type": "Point", "coordinates": [ 103266.4, 505809.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W782", "TS11": -1.31, "TS12": -2.32, "TS13": -17.309999, "TS21": -30.309999, "TS22": -38.310001, "TS31": null, "TS32": null, "DS11": 1.0, "DS12": 2.99, "DS13": 4.0, "DS21": 7.0, "DS22": 17.0, "DS31": null, "DS32": null }, "bbox": [ 102852.8, 505704.9, 102852.8, 505704.9 ], "geometry": { "type": "Point", "coordinates": [ 102852.8, 505704.9 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W791", "TS11": 0.4, "TS12": -4.6, "TS13": -19.6, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 4.0, "DS13": 7.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102488.4, 504040.1, 102488.4, 504040.1 ], "geometry": { "type": "Point", "coordinates": [ 102488.4, 504040.1 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W792", "TS11": -0.68, "TS12": -4.6799998, "TS13": -13.68, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 9.8, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102211.7, 502486.5, 102211.7, 502486.5 ], "geometry": { "type": "Point", "coordinates": [ 102211.7, 502486.5 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W806", "TS11": 3.2, "TS12": -2.8, "TS13": -10.81, "TS21": -54.8, "TS22": -67.809998, "TS31": null, "TS32": null, "DS11": 3.0, "DS12": 8.0, "DS13": 10.99, "DS21": 13.0, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103352.7, 502423.0, 103352.7, 502423.0 ], "geometry": { "type": "Point", "coordinates": [ 103352.7, 502423.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-W807", "TS11": 1.6900001, "TS12": -5.31, "TS13": -14.32, "TS21": -61.310001, "TS22": -72.32, "TS31": -85.32, "TS32": -85.339996, "DS11": 1.0, "DS12": 9.0, "DS13": 7.9899998, "DS21": 11.0, "DS22": 12.99, "DS31": 0.01, "DS32": 5.9699998 }, "bbox": [ 103131.2, 502134.0, 103131.2, 502134.0 ], "geometry": { "type": "Point", "coordinates": [ 103131.2, 502134.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-WP 116", "TS11": 2.5, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.5, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102814.0, 501991.0, 102814.0, 501991.0 ], "geometry": { "type": "Point", "coordinates": [ 102814.0, 501991.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-WP 117", "TS11": 3.5, "TS12": -8.5, "TS13": -14.51, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.5, "DS12": 6.0, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102755.0, 501923.0, 102755.0, 501923.0 ], "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "index": "19CZ-WP 220", "TS11": 3.84, "TS12": -8.46, "TS13": -18.459999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 9.0, "DS13": 3.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102649.0, 502026.0, 102649.0, 502026.0 ], "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG251030", "TS11": 0.0, "TS12": -6.0, "TS13": -15.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.5, "DS13": 1.9, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102780.0, 499270.0, 102780.0, 499270.0 ], "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG251031", "TS11": 1.0, "TS12": -5.5, "TS13": -10.0, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 1.5, "DS13": 6.8, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103450.0, 499570.0, 103450.0, 499570.0 ], "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG251082", "TS11": 4.1, "TS12": -6.5, "TS13": -18.5, "TS21": -60.200001, "TS22": -69.209999, "TS31": -89.709999, "TS32": -94.300003, "DS11": 1.0, "DS12": 0.01, "DS13": 2.0, "DS21": 9.0, "DS22": 20.49, "DS31": 0.01, "DS32": 6.4 }, "bbox": [ 102300.0, 499510.0, 102300.0, 499510.0 ], "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG251145", "TS11": 3.2, "TS12": -9.5, "TS13": -17.200001, "TS21": -36.200001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.4, "DS12": 5.5, "DS13": 3.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104465.0, 497060.0, 104465.0, 497060.0 ], "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG251219", "TS11": -0.91, "TS12": -5.6100001, "TS13": -14.6, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 4.6900001, "DS12": 4.4899998, "DS13": 3.8, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107960.0, 498660.0, 107960.0, 498660.0 ], "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A001", "TS11": 0.9, "TS12": -11.1, "TS13": -23.110001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 12.0, "DS13": 2.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 100340.0, 497610.0, 100340.0, 497610.0 ], "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A025", "TS11": 5.2, "TS12": -11.0, "TS13": -17.5, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 1.2, "DS12": 0.01, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 100420.0, 499360.0, 100420.0, 499360.0 ], "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A033", "TS11": 3.79, "TS12": -5.9499998, "TS13": -12.96, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.74, "DS12": 7.0, "DS13": 3.49, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104610.0, 498315.0, 104610.0, 498315.0 ], "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A034", "TS11": 0.8, "TS12": -4.7, "TS13": -16.700001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 7.0, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101980.0, 498820.0, 101980.0, 498820.0 ], "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A035", "TS11": 0.2, "TS12": -6.5500002, "TS13": -18.049999, "TS21": -39.049999, "TS22": -40.560001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 11.0, "DS13": 3.5, "DS21": 1.5, "DS22": 9.4899998, "DS31": null, "DS32": null }, "bbox": [ 101100.0, 497225.0, 101100.0, 497225.0 ], "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A041", "TS11": 0.09, "TS12": -6.6, "TS13": -17.309999, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.7, "DS13": 3.09, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107160.0, 499040.0, 107160.0, 499040.0 ], "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A073", "TS11": 0.8, "TS12": -10.95, "TS13": -15.96, "TS21": -18.450001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.0, "DS13": 0.99, "DS21": 1.5, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103130.0, 497120.0, 103130.0, 497120.0 ], "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A101", "TS11": -1.9, "TS12": -13.4, "TS13": -16.4, "TS21": -32.900002, "TS22": -41.900002, "TS31": null, "TS32": null, "DS11": 4.0, "DS12": 1.0, "DS13": 3.1, "DS21": 0.01, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105600.0, 499700.0, 105600.0, 499700.0 ], "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A103", "TS11": 1.8, "TS12": -8.0, "TS13": -17.0, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 1.0, "DS13": 1.75, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104085.0, 499120.0, 104085.0, 499120.0 ], "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A129", "TS11": 0.44, "TS12": -8.0600004, "TS13": -19.059999, "TS21": -45.959999, "TS22": -65.959999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 6.1, "DS13": 2.9, "DS21": 14.4, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101130.0, 499430.0, 101130.0, 499430.0 ], "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A132", "TS11": 0.75, "TS12": -15.25, "TS13": -16.75, "TS21": -52.0, "TS22": -81.5, "TS31": -99.110001, "TS32": -112.0, "DS11": 0.01, "DS12": 0.15, "DS13": 5.0500002, "DS21": 15.5, "DS22": 17.6, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 103050.0, 499450.0, 103050.0, 499450.0 ], "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A143", "TS11": -0.01, "TS12": -9.8500004, "TS13": -17.66, "TS21": -35.849998, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.74, "DS12": 7.8, "DS13": 1.0700001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 101800.0, 497930.0, 101800.0, 497930.0 ], "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A155", "TS11": 0.0, "TS12": -8.1, "TS13": -17.4, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.1, "DS13": 2.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 100810.0, 498060.0, 100810.0, 498060.0 ], "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A160", "TS11": 0.87, "TS12": -8.0299997, "TS13": -16.030001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.2, "DS13": 2.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 102930.0, 497830.0, 102930.0, 497830.0 ], "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A161", "TS11": 3.5, "TS12": -5.0, "TS13": -15.7, "TS21": -39.150002, "TS22": -43.009998, "TS31": null, "TS32": null, "DS11": 1.2, "DS12": 1.7, "DS13": 3.3, "DS21": 3.85, "DS22": 1.39, "DS31": null, "DS32": null }, "bbox": [ 101850.0, 498270.0, 101850.0, 498270.0 ], "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A162", "TS11": 4.0, "TS12": -3.9, "TS13": -16.8, "TS21": -36.900002, "TS22": -46.5, "TS31": null, "TS32": null, "DS11": 0.3, "DS12": 7.7, "DS13": 1.95, "DS21": 6.8, "DS22": 3.0, "DS31": null, "DS32": null }, "bbox": [ 102085.0, 498200.0, 102085.0, 498200.0 ], "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A163", "TS11": 0.7, "TS12": -6.9, "TS13": -16.9, "TS21": -35.3, "TS22": -40.880001, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.5, "DS13": 1.8, "DS21": 3.9, "DS22": 3.27, "DS31": null, "DS32": null }, "bbox": [ 102510.0, 498070.0, 102510.0, 498070.0 ], "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A165", "TS11": -0.5, "TS12": -6.5500002, "TS13": -15.65, "TS21": -35.3, "TS22": -52.3, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 1.95, "DS13": 1.85, "DS21": 0.01, "DS22": 6.75, "DS31": null, "DS32": null }, "bbox": [ 103465.0, 497970.0, 103465.0, 497970.0 ], "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A167", "TS11": 0.79, "TS12": -4.6, "TS13": -17.4, "TS21": -37.599998, "TS22": -41.110001, "TS31": -80.5, "TS32": -95.900002, "DS11": 0.01, "DS12": 3.75, "DS13": 1.1, "DS21": 3.5, "DS22": 3.09, "DS31": 0.01, "DS32": 6.0 }, "bbox": [ 101980.0, 498110.0, 101980.0, 498110.0 ], "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A168", "TS11": 3.5, "TS12": -3.95, "TS13": -18.35, "TS21": -37.5, "TS22": -42.709999, "TS31": -81.889999, "TS32": -90.400002, "DS11": 0.35, "DS12": 8.3500004, "DS13": 1.1, "DS21": 5.2, "DS22": 0.69, "DS31": 0.01, "DS32": 11.4 }, "bbox": [ 102000.0, 498170.0, 102000.0, 498170.0 ], "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A175", "TS11": 0.8, "TS12": -9.5500002, "TS13": -16.360001, "TS21": -44.599998, "TS22": -47.209999, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 6.8, "DS13": 1.74, "DS21": 2.6, "DS22": 3.49, "DS31": null, "DS32": null }, "bbox": [ 104580.0, 497800.0, 104580.0, 497800.0 ], "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A176", "TS11": 0.9, "TS12": -2.6500001, "TS13": -17.6, "TS21": -47.900002, "TS22": -65.849998, "TS31": -83.25, "TS32": -96.75, "DS11": 1.1, "DS12": 14.9, "DS13": 6.6, "DS21": 7.7, "DS22": 9.25, "DS31": 0.01, "DS32": null }, "bbox": [ 105120.0, 497720.0, 105120.0, 497720.0 ], "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A177", "TS11": 0.44, "TS12": -4.06, "TS13": -14.4, "TS21": -39.950001, "TS22": -41.310001, "TS31": null, "TS32": null, "DS11": 4.4899998, "DS12": 6.2399998, "DS13": 3.8, "DS21": 1.35, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 105820.0, 497625.0, 105820.0, 497625.0 ], "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A178", "TS11": 0.19, "TS12": -3.45, "TS13": -15.51, "TS21": -40.900002, "TS22": -53.25, "TS31": null, "TS32": null, "DS11": 1.09, "DS12": 12.05, "DS13": 2.29, "DS21": 0.01, "DS22": 6.1500001, "DS31": null, "DS32": null }, "bbox": [ 105140.0, 497430.0, 105140.0, 497430.0 ], "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A180", "TS11": 0.09, "TS12": -4.3, "TS13": -16.85, "TS21": -34.400002, "TS22": -45.599998, "TS31": -77.0, "TS32": -95.300003, "DS11": 3.84, "DS12": 8.25, "DS13": 2.05, "DS21": 5.9, "DS22": 4.7, "DS31": 5.5500002, "DS32": 2.2 }, "bbox": [ 105400.0, 497450.0, 105400.0, 497450.0 ], "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A208", "TS11": 0.8, "TS12": -4.1, "TS13": -15.9, "TS21": -32.200001, "TS22": -58.900002, "TS31": null, "TS32": null, "DS11": 0.45, "DS12": 10.3, "DS13": 3.75, "DS21": 2.7, "DS22": 0.01, "DS31": null, "DS32": null }, "bbox": [ 105250.0, 499690.0, 105250.0, 499690.0 ], "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A213", "TS11": -1.77, "TS12": -7.7600002, "TS13": -11.77, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.99, "DS12": 4.0, "DS13": 3.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106510.0, 497620.0, 106510.0, 497620.0 ], "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A214", "TS11": -1.85, "TS12": -4.8400002, "TS13": -16.040001, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.79, "DS12": 5.8, "DS13": 0.7, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106740.0, 497685.0, 106740.0, 497685.0 ], "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A215", "TS11": -0.47, "TS12": -6.4699998, "TS13": -15.47, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 5.9899998, "DS12": 8.9899998, "DS13": 0.99, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 107175.0, 497650.0, 107175.0, 497650.0 ], "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A216", "TS11": 0.31, "TS12": -8.7799997, "TS13": -14.58, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.3900001, "DS12": 1.55, "DS13": 1.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105330.0, 497250.0, 105330.0, 497250.0 ], "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A225", "TS11": -0.92, "TS12": -6.31, "TS13": -16.51, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 2.59, "DS12": 3.0, "DS13": 1.3, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105125.0, 498110.0, 105125.0, 498110.0 ], "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A228", "TS11": 0.99, "TS12": 0.1, "TS13": -14.9, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.59, "DS12": 8.4, "DS13": 2.34, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104915.0, 498750.0, 104915.0, 498750.0 ], "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A229", "TS11": -0.5, "TS12": -3.6, "TS13": -16.5, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.5700002, "DS13": 3.0, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104840.0, 499010.0, 104840.0, 499010.0 ], "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A818", "TS11": 1.15, "TS12": -6.6, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.85, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 104445.0, 498760.0, 104445.0, 498760.0 ], "geometry": { "type": "Point", "coordinates": [ 104445.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A875", "TS11": -0.5, "TS12": -14.5, "TS13": -16.5, "TS21": -42.5, "TS22": -92.5, "TS31": -104.5, "TS32": -104.5, "DS11": 0.01, "DS12": 0.01, "DS13": 4.0, "DS21": 2.0, "DS22": 12.0, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 104480.0, 499860.0, 104480.0, 499860.0 ], "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A876", "TS11": 0.5, "TS12": -15.5, "TS13": -19.5, "TS21": -57.5, "TS22": -85.5, "TS31": -101.5, "TS32": -101.5, "DS11": 0.01, "DS12": 0.01, "DS13": 4.0, "DS21": 22.0, "DS22": 16.0, "DS31": 0.01, "DS32": 0.01 }, "bbox": [ 100350.0, 499070.0, 100350.0, 499070.0 ], "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A905", "TS11": -0.81, "TS12": -11.5, "TS13": -16.809999, "TS21": -40.700001, "TS22": -50.8, "TS31": -70.800003, "TS32": null, "DS11": 7.9899998, "DS12": 5.3, "DS13": 2.99, "DS21": 2.6, "DS22": 0.01, "DS31": 0.01, "DS32": null }, "bbox": [ 107650.0, 496750.0, 107650.0, 496750.0 ], "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A925", "TS11": 0.59, "TS12": null, "TS13": null, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 7.5900002, "DS12": null, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105950.0, 498705.0, 105950.0, 498705.0 ], "geometry": { "type": "Point", "coordinates": [ 105950.0, 498705.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A926", "TS11": 3.5, "TS12": -10.0, "TS13": -19.0, "TS21": -55.0, "TS22": -64.010002, "TS31": -100.0, "TS32": -101.5, "DS11": 1.5, "DS12": 1.5, "DS13": 6.0, "DS21": 9.0, "DS22": 35.990002, "DS31": 0.01, "DS32": 1.5 }, "bbox": [ 101420.0, 499275.0, 101420.0, 499275.0 ], "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A933", "TS11": -0.2, "TS12": -15.2, "TS13": -18.1, "TS21": -56.200001, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 0.01, "DS13": 3.2, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 100800.0, 498850.0, 100800.0, 498850.0 ], "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A935", "TS11": 0.26, "TS12": -4.73, "TS13": -17.24, "TS21": -41.830002, "TS22": -51.830002, "TS31": -74.779999, "TS32": null, "DS11": 2.99, "DS12": 12.5, "DS13": 1.49, "DS21": 1.0, "DS22": 0.01, "DS31": 5.7, "DS32": null }, "bbox": [ 106080.0, 498920.0, 106080.0, 498920.0 ], "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A938", "TS11": 0.49, "TS12": -8.5100002, "TS13": -17.51, "TS21": -29.51, "TS22": -52.009998, "TS31": -109.0, "TS32": -113.5, "DS11": 0.01, "DS12": 7.5, "DS13": 3.0, "DS21": 3.0, "DS22": 54.0, "DS31": 3.0, "DS32": 6.0 }, "bbox": [ 103370.0, 499720.0, 103370.0, 499720.0 ], "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A945", "TS11": 0.0, "TS12": -4.71, "TS13": -15.17, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 10.05, "DS13": 3.4300001, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 103830.0, 498440.0, 103830.0, 498440.0 ], "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A946", "TS11": 4.4, "TS12": -6.6, "TS13": -20.4, "TS21": -48.599998, "TS22": -63.310001, "TS31": -98.110001, "TS32": -98.129997, "DS11": 1.5, "DS12": 0.75, "DS13": 1.2, "DS21": 14.7, "DS22": 34.790001, "DS31": 0.01, "DS32": 1.47 }, "bbox": [ 102470.0, 499960.0, 102470.0, 499960.0 ], "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A947", "TS11": 0.3, "TS12": -4.6500001, "TS13": -17.4, "TS21": -33.900002, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.2, "DS12": 10.0, "DS13": 3.0, "DS21": 0.3, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 105450.0, 499820.0, 105450.0, 499820.0 ], "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A948", "TS11": 1.99, "TS12": -3.26, "TS13": -14.5, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 5.2399998, "DS12": 8.9899998, "DS13": 3.1, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106080.0, 499070.0, 106080.0, 499070.0 ], "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A952", "TS11": 0.99, "TS12": -11.0, "TS13": -26.0, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 0.01, "DS12": 5.0, "DS13": 0.01, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106350.0, 498880.0, 106350.0, 498880.0 ], "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "index": "25AN-RG25A956", "TS11": 0.29, "TS12": -3.71, "TS13": -11.4, "TS21": null, "TS22": null, "TS31": null, "TS32": null, "DS11": 3.99, "DS12": 4.29, "DS13": null, "DS21": null, "DS22": null, "DS31": null, "DS32": null }, "bbox": [ 106370.0, 497060.0, 106370.0, 497060.0 ], "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py index b70d33c..c1c6793 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py @@ -6,12 +6,15 @@ import numpy as np import pandas as pd import xarray as xr -from nhflotools.pwnlayers2.prepare_data.interpolation_helper_functions import ( +from interpolation_helper_functions import ( CRS_RD, get_point_values, interpolate_gdf, polyline_from_points, ) + +from nhflodata.get_paths import get_abs_data_path + # TODO: Alle boring na de Koster dataset toevoegen/evalueren, zodat er meer punten zijn voor de interpolatie (get_point_values()). # TODO: Koster "daw_bestanden" en "kaarten_2024_voor_interpolatie" mapjes op de juiste plek zetten. DAW -> geojson. src\nhflodata\data\mockup\bodemlagen_pwn_2024\v2.0.0\koster_daw # TODO: "if fpath_shp_ber.exists() is True:" in get_point_values() eruit. Als laag is S11 dan skip @@ -22,12 +25,7 @@ # TODO: Bergen mask en Koster 0.01 mask samenvoegen tot 1 mask. # TODO: Sanity checks voor gdf_d en gdf_t. Geen negatieve dikten. Hoe wordt omgegaan met ontbrekende waarden? Doorsnijdt Top min dikte de top van de onderliggende laag? - -try: - import pyvista as pv -except ImportError as e: - msg = "pyvista is not installed. Please install it to run this script." - raise ImportError(msg) from e +data_path = get_abs_data_path("bodemlagen_pwn_2024", "2.0.0") # Define the interpolation grid (to be replaced with the model grid in NHFLO) xmin, ymin = 95000, 496000 @@ -78,11 +76,6 @@ ]) ) -# Create a plotter instance for the 3D plot -plotter = pv.Plotter() -# Same for the cross section -plotter_xs = pv.Plotter() - overlap = np.zeros(X.shape) da = xr.DataArray( @@ -104,7 +97,7 @@ # Loop over the layers # TODO: omit the following line -fpath_gpkg = os.path.join(__file__, "..", "interpolation_points.gpkg") +# fpath_gpkg = os.path.join(__file__, "..", "interpolation_points.gpkg") for c, layer_name in enumerate(layer_names): # Create GeoDataFrames with the data points of the top and thicknesses gdf_t = get_point_values(f"T{layer_name}") @@ -140,24 +133,24 @@ # ) # # Store the interpolation points (layer top) so that they can be visualised in QGIS - fpath_shp = os.path.join( - __file__, - "..", - "top_aquitard", - f"T{layer_name}", - f"T{layer_name}_interpolation_points.shp", - ) + # fpath_shp = os.path.join( + # __file__, + # "..", + # "top_aquitard", + # f"T{layer_name}", + # f"T{layer_name}_interpolation_points.shp", + # ) gdf_t.set_crs(CRS_RD) # gdf_t.to_file(fpath_shp) # # Store the interpolation points (layer thickness) so that they can be visualised in QGIS - fpath_shp = os.path.join( - __file__, - "..", - "dikte_aquitard", - f"D{layer_name}", - f"D{layer_name}_interpolation_points.shp", - ) + # fpath_shp = os.path.join( + # __file__, + # "..", + # "dikte_aquitard", + # f"D{layer_name}", + # f"D{layer_name}_interpolation_points.shp", + # ) gdf_d.set_crs(CRS_RD) # gdf_d.to_file(fpath_shp) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py index ac11feb..1181e1a 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py @@ -3,7 +3,6 @@ import geopandas as gpd import numpy as np import pandas as pd -import pyvista as pv from scipy.interpolate import griddata # Default CRS, Amersfoort RD @@ -424,7 +423,7 @@ def join_contour_line_segments(gdf_ln): ) -def get_point_values(layer_name): +def get_point_values(path, layer_name): """This function is called from interpolate_layer_boundaries.py to convert line segments to points and combine it with point data from the geo_daw data (top/thickness values for borehole interpreted by Koster, 1997) and @@ -433,6 +432,8 @@ def get_point_values(layer_name): Parameters ---------- + path : str + Path to the data. layer_name : str Name of the layer. @@ -442,14 +443,14 @@ def get_point_values(layer_name): GeoDataFrame with points and their corresponding top/thickness values """ # Folder with the contour lines - src_dir = Path("..", "gis", "kaarten_2024_voor_interpolatie") + # src_dir = Path("..", "gis", "kaarten_2024_voor_interpolatie") # Set the paths to the files to be read if layer_name.find("T") == 0: - fpath_shp = Path(src_dir, "top_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") - fpath_shp_ber = Path(src_dir, "top_aquitard", layer_name, f"{layer_name}_bergen_points.shp") + fpath_shp = Path(path, "top_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") + fpath_shp_ber = Path(path, "top_aquitard", layer_name, f"{layer_name}_bergen_points.shp") elif layer_name.find("D") == 0: - fpath_shp = Path(src_dir, "dikte_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") - fpath_shp_ber = Path(src_dir, "dikte_aquitard", layer_name, f"{layer_name}_bergen_points.shp") + fpath_shp = Path(path, "dikte_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") + fpath_shp_ber = Path(path, "dikte_aquitard", layer_name, f"{layer_name}_bergen_points.shp") # Import the contour lines gdf_ln = gpd.read_file(fpath_shp) @@ -495,7 +496,7 @@ def get_point_values(layer_name): gdf_pts = pd.concat([gdf_pts, gdf_pts_ber]) # Read the point data for the boreholes - fpath_daw = Path("..", "gis", "koster_1997", "daw_bestanden", "daw_data_TS_DS", "daw_data_TS_DS.shp") + fpath_daw = Path(path, "Koster_drilling_interpretations", "daw_data_TS_DS.geojson") gdf_daw = gpd.read_file(fpath_daw) # Select the column for the layer being processed gdf_daw = gdf_daw[[layer_name, "geometry"]].dropna() diff --git a/src/nhflodata/data/repository.yaml b/src/nhflodata/data/repository.yaml index aab6a5c..ce44292 100644 --- a/src/nhflodata/data/repository.yaml +++ b/src/nhflodata/data/repository.yaml @@ -46,6 +46,27 @@ data: previous_version: 0.0.0 log: Initial version of drains of PWN. Uses mostly data from drains_en_damwand_bergen v1.0.0. bodemlagen_pwn_2024: + - version_nhflo: 2.0.0 + owner: PWN + publication_date: "2026-02-23" + version_owner: "2026-02-23" + description_short: Bodemlagen van NHDZ en Bergen + description_long: Bodemlagen van NHDZ en Bergen + contact: bas.des.tombe@pwn.nl + timezone: Europe/Amsterdam + extent: + - -7000 + - 289000 + - 300000 + - 629000 + paths: + local: bodemlagen_pwn_2024/v2.0.0 + nhflo_server: /data/bodemlagen_pwn_2024/v2.0.0 + mockup: mockup/bodemlagen_pwn_2024/v2.0.0 + changelog: + previous_version: 1.0.0 + log: + Added Koster contour interpretations to dataset. Use Vincent's interpolation script to interpolate data. - version_nhflo: 1.0.0 owner: PWN publication_date: "2024-12-09" From d11e91decf68c1e55f9a9384c358dfe7622238a3 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Tue, 24 Feb 2026 13:21:25 -0600 Subject: [PATCH 04/10] Add new boundary geojson files, scripts for aquitard thickness layers, and ultimately compute the bottoms - Created geojson files for boundaries S13, S21, S22, S31, and S32. - Added Python script to convert boundary files and generate geojson outputs. - Included zip file containing necessary shapefiles for boundaries. - Implemented new geojson files for triwaco models (bergen and nhdz). - Added initialization and merging scripts for aquitard thickness layers. --- .../daw_data_TS_DS.zip | Bin 0 -> 281448 bytes .../v2.0.0/botm/__init__.py | 0 .../v2.0.0/botm/botm.geojson | 40804 ++++++++++++++++ .../bodemlagen_pwn_2024/v2.0.0/botm/botm.py | 336 + .../interpolation_helper_functions.py | 253 +- .../v2.0.0/boundaries/S11/S11.geojson | 8 + .../v2.0.0/boundaries/S12/S12.geojson | 8 + .../v2.0.0/boundaries/S13/S13.geojson | 8 + .../v2.0.0/boundaries/S21/S21.geojson | 8 + .../v2.0.0/boundaries/S22/S22.geojson | 8 + .../v2.0.0/boundaries/S31/S31.geojson | 8 + .../v2.0.0/boundaries/S32/S32.geojson | 8 + .../v2.0.0/boundaries/_convert_boundaries.py | 46 + .../v2.0.0/boundaries/boundaries.zip | Bin 0 -> 7752 bytes .../boundaries/triwaco_model_bergen.geojson | 10 + .../boundaries/triwaco_model_nhdz.geojson | 10 + .../v2.0.0/dikte_aquitard/__init__.py | 0 .../_merge_masks.py} | 5 +- .../v2.0.0/interpolate_layer_boundaries.py | 261 - 19 files changed, 41445 insertions(+), 336 deletions(-) create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/daw_data_TS_DS.zip create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py rename src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/{ => botm}/interpolation_helper_functions.py (68%) create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S11/S11.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S12/S12.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S13/S13.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S21/S21.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S22/S22.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S31/S31.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S32/S32.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/boundaries.zip create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_bergen.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_nhdz.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/__init__.py rename src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/{merge_masks.py => dikte_aquitard/_merge_masks.py} (92%) delete mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/daw_data_TS_DS.zip b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/daw_data_TS_DS.zip new file mode 100644 index 0000000000000000000000000000000000000000..65ca2a911416698d9467719f980f1d21d924bbb2 GIT binary patch literal 281448 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

    dgN;O&e2+)X*4M$d$%K)^M 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 literal 0 HcmV?d00001 diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.geojson new file mode 100644 index 0000000..e9b001c --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.geojson @@ -0,0 +1,40804 @@ +{ +"type": "FeatureCollection", +"name": "botm", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96135.245614035084145, 497848.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96184.28070175438188, 497855.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96194.148936170211527, 497973.40425531915389 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96233.315789473679615, 497861.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -90.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 96233.80000000000291, 498225.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -90.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 96237.171428571426077, 498176.771428571431898 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.000000000000036, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96240.542857142863795, 498127.942857142828871 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96243.553191489365418, 497973.78723404253833 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.000000000000021, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96243.914285714286962, 498079.114285714284051 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.000000000000014, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96247.285714285710128, 498030.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96250.657142857147846, 497981.457142857136205 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96254.028571428571013, 497932.628571428591385 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96257.399999999994179, 497883.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96260.771428571431898, 497834.971428571443539 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96264.142857142855064, 497786.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96267.514285714292782, 497737.314285714295693 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96270.885714285715949, 497688.485714285692666 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96274.257142857139115, 497639.657142857147846 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96277.628571428576834, 497590.828571428544819 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96281.0, 497542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96282.35087719297735, 497868.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.197032635885115, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96292.957446808504756, 497974.170212765980978 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96312.941176470587379, 497503.921568627469242 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.187574843459693, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96331.385964912275085, 497874.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.445254615537031, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96342.361702127658646, 497974.553191489365418 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96344.882352941174759, 497465.843137254880276 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96376.823529411762138, 497427.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.446664343065386, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96380.42105263157282, 497881.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.693476595188955, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96391.765957446812536, 497974.936170212749857 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96408.764705882349517, 497389.686274509818759 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.705753842671072, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96429.456140350870555, 497888.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96440.705882352936896, 497351.607843137229793 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.941698574840913, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96441.170212765951874, 497975.319148936192505 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96472.647058823524276, 497313.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.964843342276765, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96478.49122807016829, 497894.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.189920554492829, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96490.574468085105764, 497975.702127659576945 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96504.588235294111655, 497275.450980392168276 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.223932841882529, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96527.526315789480577, 497901.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96536.529411764699034, 497237.37254901957931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.438142534144745, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96539.978723404259654, 497976.085106382961385 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96568.470588235300966, 497199.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.483022341488336, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96576.561403508778312, 497908.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.686364513796704, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96589.382978723398992, 497976.468085106404033 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.000000000000028, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96600.411764705888345, 497161.215686274517793 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96624.184615384612698, 499691.015384615398943 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.742111841094022, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96625.596491228076047, 497914.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -59.99999999999995, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96632.352941176475724, 497123.137254901987035 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.93458649344862, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96638.787234042552882, 497976.851063829788473 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -59.999999999999993, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96664.294117647063104, 497085.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96664.640625, 499901.171875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.084444849902546, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96671.553846153852646, 499705.046153846138623 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.001201340699716, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96674.631578947373782, 497921.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.182808473100543, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96688.191489361706772, 497977.234042553172912 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.000000000000014, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96696.235294117650483, 497046.98039215686731 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96713.71875, 499910.65625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.388641941857607, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96718.923076923078042, 499719.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.260290840305402, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96723.666666666671517, 497928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96728.176470588237862, 497008.901960784336552 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.431030452752502, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96737.59574468084611, 497977.61702127661556 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.0, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96760.117647058825241, 496970.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -14.999999999999945, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.29046994984364, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96762.796875, 499920.140625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.692839033812795, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96766.292307692303439, 499733.107692307676189 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.519380339911095, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96772.701754385969252, 497934.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.679252432404418, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96787.0, 497978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.000000000000014, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96792.058823529412621, 496932.745098039216828 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.000000000000064, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.615848104176948, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96811.875, 499929.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.997036125767956, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96813.661538461543387, 499747.138461538474075 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.778469839516788, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96821.736842105266987, 497941.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.928141224144049, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96836.5, 497978.474999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.000000000000039, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.941226258510248, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96860.953125, 499939.109375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.301233217723144, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96861.030769230768783, 499761.169230769213755 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.037559339122474, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96870.771929824564722, 497947.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.177030015883801, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96886.0, 497978.950000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.605430309678205, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96908.399999999994179, 499775.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.266604412843556, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96910.03125, 499948.59375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.296648838728281, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96919.807017543862457, 497954.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.425918807623432, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96935.5, 497979.424999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.716863531360325, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96955.769230769234127, 499789.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -14.999999999999988, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.591982567176863, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 96959.109375, 499958.078125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.555738338333967, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96968.842105263160192, 497961.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.674807599363177, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 96985.0, 497979.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.723357886937222, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97003.138461538459524, 499803.261538461549208 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -14.999999999999892, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.917360721510171, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97008.1875, 499967.5625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.81482783793966, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97017.877192982457927, 497967.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.923696391102808, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97034.5, 497980.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.729852242514049, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97050.507692307699472, 499817.292307692288887 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.919864923397128, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97057.265625, 499977.046875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.073917337545353, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97066.912280701755662, 497974.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.17258518284244, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97084.0, 497980.849999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.736346598090947, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97097.876923076924868, 499831.323076923086774 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.920537446061999, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97106.34375, 499986.53125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.333006837151046, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97115.947368421053397, 497981.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.421473974582184, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97133.5, 497981.325000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.74284095366778, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97145.246153846150264, 499845.353846153826453 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.921209968726863, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97155.421875, 499996.015625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.592096336756725, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97164.982456140351132, 497987.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.670362766321816, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97183.0, 497981.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.749335309244678, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97192.615384615390212, 499859.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.921882491391727, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97204.5, 500005.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.851185836362546, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97214.017543859648868, 497994.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -64.919251558061575, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97232.5, 497982.275000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.755829664821505, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97239.984615384615608, 499873.415384615364019 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.922555014056591, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97253.578125, 500014.984375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.110275335968225, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97263.052631578946603, 498000.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.168140349801206, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97282.0, 497982.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.762324020398403, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97287.353846153841005, 499887.446153846161906 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.923227536721456, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97302.65625, 500024.46875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.369364835573919, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97312.087719298244338, 498007.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.417029141540837, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97331.5, 497983.224999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.768818375975229, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97334.723076923080953, 499901.476923076901585 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.92390005938632, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97351.734375, 500033.953125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.628454335179612, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97361.122807017542073, 498014.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.665917933280582, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97381.0, 497983.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.775312731552127, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97382.092307692306349, 499915.507692307699472 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.924572582051184, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97400.8125, 500043.4375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.887543834785291, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97410.157894736839808, 498020.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -54.615359818319448, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97411.914285714286962, 496907.657142857147846 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.781807087128961, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97429.461538461531745, 499929.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.914806725020213, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97430.5, 497984.174999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.925245104716048, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97449.890625, 500052.921875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.146633334390984, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97459.192982456137543, 498027.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -54.923948249010316, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97460.857142857144936, 496917.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.788301442705858, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97476.830769230771693, 499943.569230769237038 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.163695516759972, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97480.0, 497984.650000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.925917627380912, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97498.96875, 500062.40625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.405722833996791, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97508.228070175435278, 498034.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -55.232536679701191, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97509.80000000000291, 496927.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.794795798282685, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97524.19999999999709, 499957.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.412584308499603, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97529.5, 497985.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.926590150045776, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97548.046875, 500071.890625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.664812333602484, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97557.263157894733013, 498040.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -55.541125110392066, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97558.742857142860885, 496936.971428571443539 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.801290153859583, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97571.569230769237038, 499971.630769230774604 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.661473100239235, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97579.0, 497985.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.92726267271064, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97597.125, 500081.375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.923901833208177, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97606.298245614030748, 498047.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -55.849713541082934, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97607.685714285718859, 496946.742857142875437 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.807784509436409, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97618.938461538462434, 499985.661538461514283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.91036189197898, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97628.5, 497986.075000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.927935195375504, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97646.203125, 500090.859375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.18299133281387, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97655.333333333328483, 498054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -56.15830197177381, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97656.628571428576834, 496956.514285714307334 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.814278865013314, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97666.30769230768783, 499999.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.159250683718611, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97678.0, 497986.549999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.928607718040368, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97695.28125, 500100.34375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.442080832419549, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97704.368421052626218, 498060.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -56.466890402464685, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97705.571428571434808, 496966.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97713.0, 503366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.820773220590141, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97713.676923076927778, 500013.723076923051849 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97723.279999999998836, 503414.71999999997206 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.408139475458356, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97727.5, 497987.025000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97733.559999999997672, 503463.44 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97743.839999999996508, 503512.159999999974389 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.929280240705239, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97744.359375, 500109.828125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.701170332025242, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97753.403508771923953, 498067.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97754.119999999995343, 503560.88 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -56.77547883315556, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97754.514285714292782, 496976.057142857171129 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.827267576167038, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97761.046153846153175, 500027.753846153849736 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97761.636363636367605, 503357.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97764.399999999994179, 503609.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97774.679999999993015, 503658.32 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.657028267197987, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97777.0, 497987.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97784.960000000006403, 503707.039999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.929952763370103, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97793.4375, 500119.3125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97795.240000000005239, 503755.76 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.960259831630935, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97802.438596491221688, 498073.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -57.084067263846322, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97803.457142857136205, 496985.828571428544819 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97805.520000000004075, 503804.479999999981374 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.833761931743865, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97808.415384615378571, 500041.784615384589415 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97810.272727272720658, 503348.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97815.80000000000291, 503853.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97826.080000000001746, 503901.919999999983702 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.905917058937618, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97826.5, 497987.974999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97836.36, 503950.64000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97839.661538461543387, 504573.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.930625286034967, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97842.515625, 500128.796875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97846.64, 503999.35999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.219349331236742, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97851.473684210519423, 498080.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -57.392655694537197, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97852.399999999994179, 496995.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.840256287320763, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97855.784615384618519, 500055.815384615387302 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97856.919999999998254, 504048.080000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97858.909090909088263, 503340.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97867.19999999999709, 504096.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.154805850677377, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97876.0, 497988.450000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97877.479999999995925, 504145.520000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97887.759999999994761, 504194.24 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.260481131467635, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97888.876923076924868, 504566.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.931297808699831, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97891.59375, 500138.28125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97898.039999999993597, 504242.960000000020955 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.478438830842506, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97900.50877192983171, 498087.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -57.701244125228072, "W22": -80.0, "S22": -95.633768110281196, "W31": -95.633768110281196, "S31": -95.633768110281196, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97901.342857142852154, 497005.371428571408615 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.84675064289759, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97903.153846153843915, 500069.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97907.545454545455868, 503331.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97908.320000000006985, 504291.68 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.063309070304676, "W22": -90.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97909.0, 498583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.942008455738147, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97914.0, 499317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97918.600000000005821, 504340.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -17.821042151735938, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.55056008368566, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97925.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.403694642417008, "W22": -80.0, "S22": -98.290079719877752, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97925.5, 497988.924999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.806107197440117, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -43.018785686265971, "W22": -80.0, "S22": -80.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97927.0, 501052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999993, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97928.880000000004657, 504389.12 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.795999089205928, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -43.376520071481501, "W22": -80.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97930.0, 501351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.950348417829497, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -43.472409885368094, "W22": -80.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97930.0, 501431.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.971549943438465, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.097783376498221, "W22": -70.0, "S22": -95.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97935.0, 502109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.554268408266893, "W22": -70.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97937.0, 502385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.554080743758846, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97938.092307692306349, 504559.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999986, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97939.160000000003492, 504437.840000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.92484773926472, "W22": -60.0, "S22": -60.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97940.0, 502707.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.931970331364695, "W22": -90.0, "S22": -97.863003072063066, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97940.671875, 500147.765625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.359111362155211, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97942.0, 502994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97949.440000000002328, 504486.56 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.7375283304482, "W22": -80.0, "S22": -98.500453540915601, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97949.543859649129445, 498093.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.009832555918948, "W22": -80.0, "S22": -95.494920981482622, "W31": -95.494920981482622, "S31": -95.494920981482622, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97950.285714285710128, 497015.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.853244998474487, "W22": -90.0, "S22": -98.172424879193386, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97950.523076923083863, 500083.876923076924868 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.621841743408893, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97954.0, 504650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 97956.181818181823473, 503322.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.26475430084362, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 97957.0, 505040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97959.720000000001164, 504535.28000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.090332563309083, "W22": -90.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97961.0, 498615.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.000000000000014, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97970.0, 504584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.617270899102863, "W22": -80.0, "S22": -98.123460535217902, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97975.0, 497989.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97980.279999999998836, 504632.71999999997206 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97987.30769230768783, 504551.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.932642854029559, "W22": -90.0, "S22": -93.534833487744308, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97989.75, 500157.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.580135191953374, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 97990.559999999997672, 504681.44 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.859739354051321, "W22": -90.0, "S22": -93.907632106766386, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 97997.892307692309259, 500097.907692307664547 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.996617830053879, "W22": -90.0, "S22": -108.35166878456594, "W31": -108.35166878456594, "S31": -108.35166878456594, "W32": -108.35166878456594, "S32": -108.35166878456594 }, "geometry": { "type": "Point", "coordinates": [ 97998.57894736842718, 498100.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.318420986609816, "W22": -80.0, "S22": -95.356073852684062, "W31": -95.356073852684062, "S31": -95.356073852684062, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 97999.228571428568102, 497024.91428571427241 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999993, "W22": -50.0, "S22": -52.487803262399424, "W31": -80.0, "S31": -80.02711818141475, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98000.839999999996508, 504730.159999999974389 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.733012247744419, "W22": -90.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98004.0, 499159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98004.818181818176527, 503314.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -53.020915790345029, "W31": -80.0, "S31": -80.184977925650429, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98011.119999999995343, 504778.88 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999964, "W22": -50.0, "S22": -53.554028318290662, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98021.399999999994179, 504827.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.825065960712593, "W22": -80.0, "S22": -97.954027972758183, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98024.5, 497989.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -54.087140846236267, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98031.679999999993015, 504876.32 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98036.523076923083863, 504544.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.933315376694424, "W22": -90.0, "S22": -90.649930882581174, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98038.828125, 500166.734375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999993, "W22": -50.0, "S22": -54.620253374182681, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98041.960000000006403, 504925.039999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.866233709628219, "W22": -90.0, "S22": -90.292599501849296, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98045.261538461534656, 500111.938461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.255707329659572, "W22": -90.0, "S22": -108.18769798694733, "W31": -108.18769798694733, "S31": -108.18769798694733, "W32": -108.18769798694733, "S32": -108.18769798694733 }, "geometry": { "type": "Point", "coordinates": [ 98047.614035087724915, 498107.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.627009417300691, "W22": -80.0, "S22": -95.217226723885489, "W31": -95.217226723885489, "S31": -95.217226723885489, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98048.171428571426077, 497034.685714285704307 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999979, "W22": -50.0, "S22": -55.153365902128286, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98052.240000000005239, 504973.76 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98053.454545454544132, 503305.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999993, "W22": -50.0, "S22": -53.756597312084565, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98062.520000000004075, 505022.479999999981374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -51.773483156886947, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98072.80000000000291, 505071.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.076301693378227, "W22": -80.0, "S22": -97.77154517292982, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98074.0, 497990.349999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.817874733034046, "W22": -90.0, "S22": -91.844262791989081, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98075.0, 500077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98083.080000000001746, 505119.919999999983702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98085.738461538465344, 504537.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.933987899359288, "W22": -90.0, "S22": -94.195730815350629, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98087.90625, 500176.21875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.05346289216547, "W22": -80.0, "S22": -96.601501316842828, "W31": -96.601501316842828, "S31": -96.601501316842828, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98090.0, 497583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.872728065205045, "W22": -90.0, "S22": -93.786478757537452, "W31": -100.0, "S31": -100.0, "W32": -109.86142330912712, "S32": -114.86142330912712 }, "geometry": { "type": "Point", "coordinates": [ 98092.630769230774604, 500125.969230769202113 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98093.36, 505168.64000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.514796829265265, "W22": -90.0, "S22": -108.02372718932871, "W31": -108.02372718932871, "S31": -108.02372718932871, "W32": -108.02372718932871, "S32": -108.02372718932871 }, "geometry": { "type": "Point", "coordinates": [ 98096.64912280702265, 498113.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.0848216682583, "W22": -80.0, "S22": -96.463725911057992, "W31": -96.463725911057992, "S31": -96.463725911057992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98097.0, 497542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.935597847991566, "W22": -80.0, "S22": -95.078379595086929, "W31": -95.078379595086929, "S31": -95.078379595086929, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98097.114285714284051, 497044.457142857136205 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98102.090909090911737, 503296.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.000000000000021, "W22": -50.0, "S22": -50.092347611275699, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98103.64, 505217.35999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -18.205594296427222, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -52.567449766813411, "W22": -90.0, "S22": -120.0, "W31": -120.0, "S31": -120.0, "W32": -120.0, "S32": -120.0 }, "geometry": { "type": "Point", "coordinates": [ 98106.0, 500708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999993, "W22": -50.0, "S22": -50.456734013216732, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98113.919999999998254, 505266.080000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.385567896718712, "W22": -80.0, "S22": -97.589062373101626, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98123.5, 497990.825000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -39.999999999999993, "W22": -50.0, "S22": -50.821120415157189, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98124.19999999999709, 505314.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.281623444018734, "W22": -80.0, "S22": -96.562324759352322, "W31": -96.562324759352322, "S31": -96.562324759352322, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98124.933333333334303, 497616.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -51.185506817098215, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98134.479999999995925, 505363.520000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98134.953846153846825, 504529.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.934660422024152, "W22": -90.0, "S22": -97.741530748120084, "W31": -100.0, "S31": -100.0, "W32": -109.8819714629843, "S32": -114.8819714629843 }, "geometry": { "type": "Point", "coordinates": [ 98136.984375, 500185.703125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.879222420781943, "W22": -90.0, "S22": -97.280358013225438, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98140.0, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -60.0, "W31": -80.0, "S31": -80.332773604510152, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98142.0, 504936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.362130128810634, "W22": -80.0, "S22": -96.248013133621839, "W31": -96.248013133621839, "S31": -96.248013133621839, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98142.25, 497524.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -51.549893219038672, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98144.759999999994761, 505412.24 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.773886328871072, "W22": -90.0, "S22": -107.84668605795196, "W31": -107.84668605795196, "S31": -107.84668605795196, "W32": -107.84668605795196, "S32": -107.84668605795196 }, "geometry": { "type": "Point", "coordinates": [ 98145.684210526320385, 498120.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.244186278682434, "W22": -80.0, "S22": -94.970075087419971, "W31": -94.970075087419971, "S31": -94.970075087419971, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98146.057142857142026, 497054.228571428568102 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98150.727272727279342, 503288.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -51.914279620979698, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98155.039999999993597, 505460.960000000020955 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.509783995872013, "W22": -80.0, "S22": -96.523148201861815, "W31": -96.523148201861815, "S31": -96.523148201861815, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98159.866666666668607, 497649.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -52.278666022919992, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98165.320000000006985, 505509.68 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.125397724796244, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -107.09644700497684, "S32": -112.09644700497684 }, "geometry": { "type": "Point", "coordinates": [ 98167.0, 499516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.694834100059182, "W22": -80.0, "S22": -97.403892836259871, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98173.0, 497991.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.435493969242984, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98174.0, 497110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -39.999999999999993, "W22": -50.0, "S22": -52.643052424861025, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98175.600000000005821, 505558.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.332345377675118, "W22": -90.0, "S22": -90.0, "W31": -100.0, "S31": -100.0, "W32": -102.27434328392935, "S32": -107.27434328392935 }, "geometry": { "type": "Point", "coordinates": [ 98176.0, 498856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98184.169230769228307, 504522.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -53.007438826801476, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98185.880000000004657, 505607.12 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.935332944689016, "W22": -90.0, "S22": -101.28733068088955, "W31": -101.28733068088955, "S31": -101.28733068088955, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98186.0625, 500195.1875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.63943858936296, "W22": -80.0, "S22": -96.032300356185686, "W31": -96.032300356185686, "S31": -96.032300356185686, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98187.5, 497507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.868507460518103, "W22": -90.0, "S22": -100.69316160144105, "W31": -100.69316160144105, "S31": -100.69316160144105, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98189.166666666671517, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.012737837798625, "W22": -90.0, "S22": -107.66388946656559, "W31": -107.66388946656559, "S31": -107.66388946656559, "W32": -107.66388946656559, "S32": -107.66388946656559 }, "geometry": { "type": "Point", "coordinates": [ 98194.71929824561812, 498126.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.737944547725277, "W22": -80.0, "S22": -96.483971644371152, "W31": -96.483971644371152, "S31": -96.483971644371152, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98194.80000000000291, 497682.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.55277470937331, "W22": -80.0, "S22": -94.901360722268265, "W31": -94.901360722268265, "S31": -94.901360722268265, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98195.0, 497064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -53.371825228742509, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98196.160000000003492, 505655.840000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98199.363636363632395, 503279.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -53.736211630682966, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98206.440000000002328, 505704.56 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -54.100598032623992, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98216.720000000001164, 505753.28000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.683834259743236, "W22": -80.0, "S22": -94.835487620953359, "W31": -94.835487620953359, "S31": -94.835487620953359, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98217.0, 497043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.004100303399682, "W22": -80.0, "S22": -97.203383861651105, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98222.5, 497991.775000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -54.46498443456445, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98227.0, 505802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.966105099578542, "W22": -80.0, "S22": -96.444795086880646, "W31": -96.444795086880646, "S31": -96.444795086880646, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98229.733333333337214, 497715.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.916747049915287, "W22": -80.0, "S22": -95.81658757874952, "W31": -95.81658757874952, "S31": -95.81658757874952, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98232.75, 497489.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98233.384615384609788, 504515.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.379690396147829, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98235.0, 502920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.93600546735388, "W22": -90.0, "S22": -107.04719025458638, "W31": -107.04719025458638, "S31": -107.04719025458638, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98235.140625, 500204.671875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.857792500254263, "W22": -90.0, "S22": -104.10596518965566, "W31": -104.10596518965566, "S31": -104.10596518965566, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98238.333333333328483, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.240102832680265, "W22": -90.0, "S22": -107.48109287517926, "W31": -107.48109287517926, "S31": -107.48109287517926, "W32": -107.48109287517926, "S32": -107.48109287517926 }, "geometry": { "type": "Point", "coordinates": [ 98243.754385964915855, 498133.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.968385331098446, "W22": -80.0, "S22": -95.546170713879633, "W31": -95.546170713879633, "S31": -95.546170713879633, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98245.0, 497407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.971148194063559, "W22": -80.0, "S22": -90.0, "W31": -90.0, "S31": -95.390528013365667, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 497354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 503271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98248.0, 503292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.72933914518913, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98250.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -29.999999999999996, "S21": -32.999999999999993, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98251.0, 502951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -35.0, "W22": -60.0, "S22": -68.926631900737277, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98252.0, 502764.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -14.442449031739198, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -43.051366429847889, "W22": -80.0, "S22": -80.0, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98256.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.037441505408731, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.314496796408491, "W22": -70.0, "S22": -76.191071344527714, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98257.0, 502193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.967456228828496, "W22": -80.0, "S22": -94.79106012464301, "W31": -94.79106012464301, "S31": -94.79106012464301, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98261.363636363632395, 497064.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.020229904901093, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98262.514285714292782, 506466.742857142875437 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.19426565143182, "W22": -82.415647027212259, "S22": -98.821265556602398, "W31": -98.821265556602398, "S31": -98.821265556602398, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98264.666666666671517, 497749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.503121392177292, "W22": -85.633759019887478, "S22": -100.0, "W31": -100.0, "S31": -103.17858855021495, "W32": -103.17858855021495, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98265.0, 498185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.187462674653519, "W13": -20.0, "S13": -20.0, "W21": -39.999999999999993, "S21": -42.909928954365164, "W22": -80.0, "S22": -86.548805348143901, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98267.0, 501023.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -18.842368929700822, "W13": -20.0, "S13": -20.0, "W21": -50.000000000000014, "S21": -52.732314867279797, "W22": -90.0, "S22": -105.29122953105545, "W31": -105.29122953105545, "S31": -105.29122953105545, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98268.0, 500875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.220764503334358, "W22": -90.0, "S22": -91.998116832716221, "W31": -100.0, "S31": -100.0, "W32": -101.60606342632448, "S32": -106.60606342632448 }, "geometry": { "type": "Point", "coordinates": [ 98270.0, 498780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -16.765313337550381, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000163, "S21": -62.240225776925591, "W22": -90.0, "S22": -118.56641135029081, "W31": -118.56641135029081, "S31": -118.56641135029081, "W32": -118.56641135029081, "S32": -118.56641135029081 }, "geometry": { "type": "Point", "coordinates": [ 98271.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.313366506740152, "W22": -84.17105417809239, "S22": -101.17392906513457, "W31": -101.17392906513457, "S31": -101.17392906513457, "W32": -101.17392906513457, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98272.0, 497992.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -53.976129049456993, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98274.80000000000291, 505807.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.194055510467614, "W22": -80.295272038048026, "S22": -95.896146839361393, "W31": -95.896146839361393, "S31": -95.896146839361393, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98278.0, 497472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98282.600000000005821, 504508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.936677990018744, "W22": -90.0, "S22": -114.97307841938905, "W31": -114.97307841938905, "S31": -114.97307841938905, "W32": -114.97307841938905, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 98284.21875, 500214.15625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.393257202632618, "W22": -90.0, "S22": -97.460536193711746, "W31": -100.0, "S31": -100.0, "W32": -102.95879382954466, "S32": -107.95879382954466 }, "geometry": { "type": "Point", "coordinates": [ 98287.0, 498927.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -61.847077539990408, "W22": -90.0, "S22": -110.71665688454766, "W31": -110.71665688454766, "S31": -110.71665688454766, "W32": -110.71665688454766, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98287.5, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.487783696910327, "W22": -85.147380296327526, "S22": -102.45435676448174, "W31": -102.45435676448174, "S31": -102.45435676448174, "W32": -102.45435676448174, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98292.78947368421359, 498140.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.321526312990528, "W13": -20.0, "S13": -20.0, "W21": -36.081588557774595, "S21": -39.538198416990916, "W22": -80.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98294.0, 501484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.999107848931651, "S21": -39.999107848931651, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98294.5, 503274.916666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.565548616846955, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.034171642766864, "W22": -90.0, "S22": -117.74104356204747, "W31": -117.74104356204747, "S31": -117.74104356204747, "W32": -117.74104356204747, "S32": -117.74104356204747 }, "geometry": { "type": "Point", "coordinates": [ 98298.0, 500298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.422426203285099, "W22": -82.465242487707471, "S22": -98.815969847418302, "W31": -98.815969847418302, "S31": -98.815969847418302, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98299.600000000005821, 497782.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98303.0, 504852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.251078197913841, "W22": -80.0, "S22": -94.744821071646783, "W31": -94.744821071646783, "S31": -94.744821071646783, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98305.727272727279342, 497086.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.025335867557523, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98311.600000000005821, 506473.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.808400046510412, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -35.64417968862179, "W22": -60.0, "S22": -75.0, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98315.0, 502695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.439616224868359, "W22": -79.883902117486329, "S22": -95.285904646752698, "W31": -95.285904646752698, "S31": -95.285904646752698, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98318.19999999999709, 497453.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.331910999016991, "W13": -20.0, "S13": -20.0, "W21": -36.150416458366877, "S21": -39.594386296661781, "W22": -79.999999999999986, "S22": -106.50532987611638, "W31": -106.50532987611638, "S31": -106.50532987611638, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98319.0, 501478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.622632710080623, "W22": -83.897406270446993, "S22": -100.69977218288027, "W31": -100.69977218288027, "S31": -100.69977218288027, "W32": -100.69977218288027, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98321.5, 497992.724999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -53.487273664349544, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98322.600000000005821, 505812.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.016471924012237, "S21": -35.179615366456559, "W22": -69.999999999999773, "S22": -72.231570295355795, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98330.0, 502080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98331.815384615387302, 504500.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.937350512683608, "W22": -90.0, "S22": -117.33047069738376, "W31": -117.33047069738376, "S31": -117.33047069738376, "W32": -117.33047069738376, "S32": -117.33047069738376 }, "geometry": { "type": "Point", "coordinates": [ 98333.296875, 500223.640625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.650586755138363, "W22": -82.514837948202668, "S22": -98.808498726297444, "W31": -98.808498726297444, "S31": -98.808498726297444, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98334.533333333340124, 497815.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.836362579726568, "W22": -90.000000000000014, "S22": -116.93587765295128, "W31": -116.93587765295128, "S31": -116.93587765295128, "W32": -116.93587765295128, "S32": -116.93587765295128 }, "geometry": { "type": "Point", "coordinates": [ 98336.666666666671517, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.998215697861312, "S21": -39.998215697861312, "W22": -60.0, "S22": -60.0, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98341.0, 503278.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.796001886759583, "W22": -84.921803490242894, "S22": -102.09752178618629, "W31": -102.09752178618629, "S31": -102.09752178618629, "W32": -102.09752178618629, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98341.824561403511325, 498146.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.494246492164198, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.492599869024232, "W22": -60.0, "S22": -65.930252707581232, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98343.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.534700166999095, "W22": -80.0, "S22": -94.696246631170681, "W31": -94.696246631170681, "S31": -94.696246631170681, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98350.090909090911737, 497108.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.882218248924261, "S21": -35.061706546008338, "W22": -69.710520940862153, "S22": -69.710520940862153, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98354.0, 502098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.291174274368242, "W13": -20.0, "S13": -20.0, "W21": -36.535862869537958, "S21": -39.921209162524924, "W22": -80.462643143203977, "S22": -115.46264314320398, "W31": -115.46264314320398, "S31": -115.46264314320398, "W32": -115.46264314320398, "S32": -115.46264314320398 }, "geometry": { "type": "Point", "coordinates": [ 98357.0, 501436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.685176939269098, "W22": -79.234041058190883, "S22": -94.437171315410268, "W31": -94.437171315410268, "S31": -94.437171315410268, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98358.399999999994179, 497435.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.071851499023396, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98360.685714285718859, 506479.657142857147846 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98363.0, 504529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.878747306991528, "W22": -82.564433408697525, "S22": -98.801027605176159, "W31": -98.801027605176159, "S31": -98.801027605176159, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98369.466666666659876, 497848.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -52.998418279241676, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98370.399999999994179, 505817.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.931898913421108, "W22": -83.623758362802008, "S22": -100.22561530062652, "W31": -100.22561530062652, "S31": -100.22561530062652, "W32": -100.22561530062652, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98371.0, 497993.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98378.0, 504704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.103422849626625, "S22": -51.208186169352331, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98381.030769230768783, 504493.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.938023035348479, "W22": -89.999999999999986, "S22": -117.28369966694827, "W31": -117.28369966694827, "S31": -117.28369966694827, "W32": -117.28369966694827, "S32": -117.28369966694827 }, "geometry": { "type": "Point", "coordinates": [ 98382.375, 500233.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.825647619462728, "W22": -90.000000000000014, "S22": -116.84490519313977, "W31": -116.84490519313977, "S31": -116.84490519313977, "W32": -116.84490519313977, "S32": -116.84490519313977 }, "geometry": { "type": "Point", "coordinates": [ 98385.833333333328483, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.99732354679297, "S21": -39.99732354679297, "W22": -57.453115979300286, "S22": -57.453115979300286, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98387.5, 503282.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.10422007660884, "W22": -84.696226684158262, "S22": -101.74068680789085, "W31": -101.74068680789085, "S31": -101.74068680789085, "W32": -101.74068680789085, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98390.85964912280906, 498153.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.818322136084355, "W22": -80.0, "S22": -94.647672190694578, "W31": -94.647672190694578, "S31": -94.647672190694578, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98394.454545454544132, 497130.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.930737653669951, "W22": -78.58417999889609, "S22": -93.588437984068605, "W31": -93.588437984068605, "S31": -93.588437984068605, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98398.600000000005821, 497417.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.106907858844806, "W22": -82.614028869192722, "S22": -98.793556484055301, "W31": -98.793556484055301, "S31": -98.793556484055301, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98404.399999999994179, 497881.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.999481806237789, "W22": -78.647130761522206, "S22": -93.647130761522206, "W31": -93.647130761522206, "S31": -93.647130761522206, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98409.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.121761754387641, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98409.771428571431898, 506486.114285714284051 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -52.50956289413422, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98418.19999999999709, 505822.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.241165116761579, "W22": -83.350110455156596, "S22": -99.763671681723821, "W31": -99.763671681723821, "S31": -99.763671681723821, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98420.5, 497993.674999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.109747099447553, "S22": -52.009186754326223, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98430.246153846150264, 504486.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.938695558013343, "W22": -90.0, "S22": -117.2369286365128, "W31": -117.2369286365128, "S31": -117.2369286365128, "W32": -117.2369286365128, "S32": -117.2369286365128 }, "geometry": { "type": "Point", "coordinates": [ 98431.453125, 500242.609375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.99643139572462, "S21": -39.99643139572462, "W22": -57.402297402738171, "S22": -57.402297402738171, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98434.0, 503286.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -61.814932659198895, "W22": -89.999999999999986, "S22": -116.7539327333282, "W31": -116.7539327333282, "S31": -116.7539327333282, "W32": -116.7539327333282, "S32": -116.7539327333282 }, "geometry": { "type": "Point", "coordinates": [ 98435.0, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.176298368070697, "W22": -77.934318939600644, "S22": -92.844476675065692, "W31": -92.844476675065692, "S31": -92.844476675065692, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98438.80000000000291, 497399.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.101944105169608, "W22": -80.0, "S22": -94.599097750218476, "W31": -94.599097750218476, "S31": -94.599097750218476, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98438.818181818176527, 497152.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.335068410698085, "W22": -82.663624329687934, "S22": -98.786085362934472, "W31": -98.786085362934472, "S31": -98.786085362934472, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98439.333333333328483, 497915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.412438266458111, "W22": -84.470649878074056, "S22": -101.38385182959601, "W31": -101.38385182959601, "S31": -101.38385182959601, "W32": -101.38385182959601, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98439.894736842106795, 498160.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.558449200191788, "W22": -90.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98442.0, 499093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.045419283750894, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -37.108485413706205, "W22": -64.191760555994108, "S22": -84.191760555994108, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98458.0, 502485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.171672009751894, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98458.857142857144936, 506492.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.867076053210541, "W13": -20.0, "S13": -20.0, "W21": -31.534674511662022, "S21": -34.534674511662018, "W22": -59.198925126224189, "S22": -59.198925126224189, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98461.0, 502941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -61.85749284458587, "W22": -90.000000000000014, "S22": -116.89255881935379, "W31": -116.89255881935379, "S31": -116.89255881935379, "W32": -116.89255881935379, "S32": -116.89255881935379 }, "geometry": { "type": "Point", "coordinates": [ 98461.083333333328483, 500180.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -52.020707509026764, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98466.0, 505828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.550431320102078, "W22": -83.076462547511625, "S22": -99.336579534967257, "W31": -99.336579534967257, "S31": -99.336579534967257, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98470.0, 497994.150000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.371769167066212, "W22": -89.999999999999986, "S22": -114.99999999999999, "W31": -114.99999999999999, "S31": -114.99999999999999, "W32": -114.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 98472.0, 499777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.563228962551349, "W22": -82.713219790183132, "S22": -98.805254098150968, "W31": -98.805254098150968, "S31": -98.805254098150968, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98474.266666666662786, 497948.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.421859082471435, "W22": -77.284457880305212, "S22": -92.10280768347063, "W31": -92.10280768347063, "S31": -92.10280768347063, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98479.0, 497381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.116071349268481, "S22": -52.810187339300114, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98479.461538461531745, 504478.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.995539244654275, "S21": -39.995539244654275, "W22": -57.351478826176361, "S22": -57.351478826176361, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98480.5, 503290.583333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.939368080678207, "W22": -90.0, "S22": -117.19015760607732, "W31": -117.19015760607732, "S31": -117.19015760607732, "W32": -117.19015760607732, "S32": -117.19015760607732 }, "geometry": { "type": "Point", "coordinates": [ 98480.53125, 500252.09375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.264787123162037, "W22": -80.0, "S22": -94.550523309742417, "W31": -94.550523309742417, "S31": -94.550523309742417, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98483.181818181823473, 497173.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.900053029972831, "W22": -90.0, "S22": -117.03118490537932, "W31": -117.03118490537932, "S31": -117.03118490537932, "W32": -117.03118490537932, "S32": -117.03118490537932 }, "geometry": { "type": "Point", "coordinates": [ 98487.166666666671517, 500220.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.720656456307367, "W22": -84.245073071989424, "S22": -101.02701685130057, "W31": -101.02701685130057, "S31": -101.02701685130057, "W32": -101.02701685130057, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98488.92982456140453, 498166.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.511196083907276, "W13": -20.0, "S13": -20.0, "W21": -36.618646150196156, "S21": -39.975443430412341, "W22": -80.535619740825851, "S22": -80.535619740825851, "W31": -100.0, "S31": -100.0, "W32": -106.6775853030209, "S32": -111.6775853030209 }, "geometry": { "type": "Point", "coordinates": [ 98499.0, 501438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.22158226511614, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98507.942857142857974, 506499.028571428556461 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.791389514404628, "W22": -82.762815250678329, "S22": -98.857219585635278, "W31": -98.857219585635278, "S31": -98.857219585635278, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98509.19999999999709, 497981.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.942613215359806, "W22": -90.0, "S22": -117.16981099140489, "W31": -117.16981099140489, "S31": -117.16981099140489, "W32": -117.16981099140489, "S32": -117.16981099140489 }, "geometry": { "type": "Point", "coordinates": [ 98513.25, 500260.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -51.531852123919315, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98513.80000000000291, 505833.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.859697523442549, "W22": -82.802814639866213, "S22": -98.909487388210067, "W31": -98.909487388210067, "S31": -98.909487388210067, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98519.5, 497994.625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.686556162539645, "W22": -76.966157356830848, "S22": -91.709164681761337, "W31": -91.709164681761337, "S31": -91.709164681761337, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98521.0, 497389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.994647093585932, "S21": -39.994647093585932, "W22": -57.300660249614239, "S22": -57.300660249614239, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98527.0, 503294.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.292773643443894, "W22": -80.0, "S22": -94.501948869266315, "W31": -94.501948869266315, "S31": -94.501948869266315, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98527.545454545455868, 497195.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.161829826094042, "S22": -53.650622151278881, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98528.676923076927778, 504471.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.940040603343071, "W22": -90.0, "S22": -117.14338657564184, "W31": -117.14338657564184, "S31": -117.14338657564184, "W32": -117.14338657564184, "S32": -117.14338657564184 }, "geometry": { "type": "Point", "coordinates": [ 98529.609375, 500261.578125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.028874646156623, "W22": -84.019496265904777, "S22": -100.67018187300511, "W31": -100.67018187300511, "S31": -100.67018187300511, "W32": -100.67018187300511, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98537.964912280702265, 498173.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.985173400746781, "W22": -90.0, "S22": -116.23736904968058, "W31": -116.23736904968058, "S31": -116.23736904968058, "W32": -116.23736904968058, "S32": -116.23736904968058 }, "geometry": { "type": "Point", "coordinates": [ 98539.333333333328483, 500301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.019550066257892, "W22": -82.812410711173101, "S22": -98.909185073118948, "W31": -98.909185073118948, "S31": -98.909185073118948, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98544.133333333331393, 498014.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.271492520480393, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98557.028571428571013, 506505.485714285692666 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.87120461501177, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98561.600000000005821, 505838.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.763685084288753, "W22": -76.260696593986978, "S22": -90.906599593778736, "W31": -90.906599593778736, "S31": -90.906599593778736, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98563.0, 497368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.033054942740627, "W22": -79.698195025571451, "S22": -94.63394043156562, "W31": -94.63394043156562, "S31": -94.63394043156562, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98565.0, 497627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.027733586133749, "W22": -90.0, "S22": -114.02263756445777, "W31": -114.02263756445777, "S31": -114.02263756445777, "W32": -114.02263756445777, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 98565.416666666671517, 500341.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.168963726783019, "W22": -82.529166732220801, "S22": -98.482395241452863, "W31": -98.482395241452863, "S31": -98.482395241452863, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98569.0, 497995.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.320760163725751, "W22": -80.0, "S22": -94.453374428790212, "W31": -94.453374428790212, "S31": -94.453374428790212, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98571.909090909088263, 497217.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.99375494251759, "S21": -39.99375494251759, "W22": -57.249841673052124, "S22": -57.249841673052124, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98573.5, 503298.416666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.354483417005994, "S21": -40.354483417005994, "W22": -51.213395914700349, "S22": -54.496864575038153, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98577.892307692309259, 504464.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.940713126007935, "W22": -90.0, "S22": -115.67993322684154, "W31": -115.67993322684154, "S31": -115.67993322684154, "W32": -115.67993322684154, "S32": -115.67993322684154 }, "geometry": { "type": "Point", "coordinates": [ 98578.6875, 500271.0625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.247710618111157, "W22": -82.862006171668298, "S22": -98.961150560603272, "W31": -98.961150560603272, "S31": -98.961150560603272, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98579.066666666665697, 498047.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.337092836005866, "W22": -83.793919459820145, "S22": -100.31334689470965, "W31": -100.31334689470965, "S31": -100.31334689470965, "W32": -100.31334689470965, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98587.0, 498180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.576673283114701, "W22": -50.0, "S22": -60.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98588.0, 506159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.070293771520724, "W22": -90.0, "S22": -111.80790607923551, "W31": -111.80790607923551, "S31": -111.80790607923551, "W32": -111.80790607923551, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98591.5, 500381.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.669507860636649, "W22": -75.555235831143122, "S22": -90.104034505796164, "W31": -90.104034505796164, "S31": -90.104034505796164, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98605.0, 497347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.318315617625316, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98606.114285714284051, 506511.942857142828871 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.478777079607511, "W22": -83.994158185481368, "S22": -100.59292801618628, "W31": -100.59292801618628, "S31": -100.59292801618628, "W32": -100.59292801618628, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98607.625, 498222.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.573701198600808, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 98608.0, 507664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.953131592346608, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98609.399999999994179, 505843.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.364235226022195, "W22": -80.493045536029101, "S22": -95.493045536029101, "W31": -95.493045536029101, "S31": -95.493045536029101, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98612.0, 497752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.475871169964435, "W22": -82.91160163216351, "S22": -99.013116048087582, "W31": -99.013116048087582, "S31": -99.013116048087582, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98614.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.348746684007608, "W22": -74.184939593228663, "S22": -88.589739581542773, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98616.272727272720658, 497239.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -62.112853956907706, "W22": -89.825342084627621, "S22": -109.41851667864086, "W31": -109.41851667864086, "S31": -109.41851667864086, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 98617.583333333328483, 500421.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.478229930123518, "W22": -82.25551882457583, "S22": -98.055303094696299, "W31": -98.055303094696299, "S31": -98.055303094696299, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98618.5, 497995.575000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.4385708086509315, "W13": -20.0, "S13": -20.0, "W21": -39.992862791447237, "S21": -39.992862791447237, "W22": -57.199023096490315, "S22": -57.199023096490315, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98620.0, 503302.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98623.0, 505803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.285461993096888, "S21": -40.285461993096888, "W22": -51.264962003306934, "S22": -55.343106998797367, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98627.107692307690741, 504456.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.941385648672799, "W22": -89.999999999999986, "S22": -113.54706982166785, "W31": -113.54706982166785, "S31": -113.54706982166785, "W32": -113.54706982166785, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 98627.765625, 500280.546875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.620461323209156, "W22": -84.19439691114259, "S22": -100.87250913766287, "W31": -100.87250913766287, "S31": -100.87250913766287, "W32": -100.87250913766287, "S32": -104.03769780599238 }, "geometry": { "type": "Point", "coordinates": [ 98628.25, 498265.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.702678362050477, "W22": -84.821157044373635, "S22": -97.199649321029739, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.30741613055756 }, "geometry": { "type": "Point", "coordinates": [ 98637.0, 498357.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.155414142294674, "W22": -89.554101451215274, "S22": -106.93254456000571, "W31": -106.93254456000571, "S31": -106.93254456000571, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98643.666666666671517, 500462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.972305333442533, "W13": -20.0, "S13": -20.0, "W21": -35.840898499394164, "S21": -44.880649009033057, "W22": -79.131530336238555, "S22": -79.131530336238555, "W31": -100.0, "S31": -100.0, "W32": -105.52122377116487, "S32": -110.52122377116487 }, "geometry": { "type": "Point", "coordinates": [ 98644.0, 501541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.575330636984546, "W22": -74.849775068299266, "S22": -89.301469417813593, "W31": -89.301469417813593, "S31": -89.301469417813593, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98647.0, 497326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.6869926957541, "W22": -82.69169082921421, "S22": -98.673242205030533, "W31": -98.673242205030533, "S31": -98.673242205030533, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98648.0, 498077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.762145566810801, "W22": -84.394635636803841, "S22": -98.827324491991433, "W31": -99.382709439780712, "S31": -99.382709439780712, "W32": -99.382709439780712, "S32": -104.16531707131531 }, "geometry": { "type": "Point", "coordinates": [ 98648.875, 498308.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.4665049798975014, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -57.166154072239074, "S22": -57.166154072239074, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98649.0, 503305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.323859908477232, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98655.19999999999709, 506518.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -54.269190962740382, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98657.19999999999709, 505848.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.376733204289451, "W22": -73.946993585893892, "S22": -88.303219133731872, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98660.636363636367605, 497261.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.160361063255726, "W13": -20.0, "S13": -20.0, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -57.1482045199282, "S22": -57.1482045199282, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98666.5, 503306.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.787496133463989, "W22": -81.981870916930419, "S22": -97.628210947939095, "W31": -97.628210947939095, "S31": -97.628210947939095, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98668.0, 497996.049999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.903829810412432, "W22": -84.594874362465063, "S22": -96.435431425917187, "W31": -99.797573758866065, "S31": -99.797573758866065, "W32": -99.797573758866065, "S32": -104.29293633663825 }, "geometry": { "type": "Point", "coordinates": [ 98669.5, 498351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -59.264054746287854, "S21": -61.462029073969504, "W22": -89.282860817802927, "S22": -104.4465724413711, "W31": -104.4465724413711, "S31": -104.4465724413711, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 98669.75, 500502.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -45.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98672.0, 506858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.190890057650698, "S21": -40.190890057650698, "W22": -51.316528091913248, "S22": -56.189349422556646, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98676.323076923072222, 504449.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.942058171337663, "W22": -90.000000000000014, "S22": -111.41420641649418, "W31": -111.41420641649418, "S31": -111.41420641649418, "W32": -111.41420641649418, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 98676.84375, 500290.03125 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.181584692601282, "W13": -20.0, "S13": -20.0, "W21": -38.930324778213681, "S21": -48.320325366826488, "W22": -83.508918227401338, "S22": -118.50891822740134, "W31": -118.50891822740134, "S31": -118.50891822740134, "W32": -118.50891822740134, "S32": -118.50891822740134 }, "geometry": { "type": "Point", "coordinates": [ 98677.0, 501182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.898114221543764, "W22": -82.471780026264909, "S22": -98.333368361973484, "W31": -98.333368361973484, "S31": -98.333368361973484, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98682.0, 498073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.482086550567679, "W22": -74.168003653780843, "S22": -88.529269409118371, "W31": -88.616820469798654, "S31": -88.616820469798654, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98686.0, 497304.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -56.780988632765244, "S21": -69.826502686779321, "W22": -84.736005089058523, "S22": -94.186544909139698, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.42055560196117 }, "geometry": { "type": "Point", "coordinates": [ 98690.125, 498393.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -57.96191778985424, "S21": -60.386225543877543, "W22": -89.011620184390537, "S22": -101.96060032273644, "W31": -101.96060032273644, "S31": -101.96060032273644, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98695.833333333328483, 500542.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.737401254582124, "W22": -80.0, "S22": -94.025923247904444, "W31": -94.025923247904444, "S31": -94.025923247904444, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98699.0, 497051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.269136055752391, "S21": -59.114051929929069, "W22": -86.369592676398966, "S22": -104.15720623759154, "W31": -104.15720623759154, "S31": -104.15720623759154, "W32": -104.15720623759154, "S32": -105.67347411720402 }, "geometry": { "type": "Point", "coordinates": [ 98700.0, 498667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.319810013853242, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98704.285714285710128, 506524.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.404719724571315, "W22": -73.709047578559279, "S22": -88.016698685921156, "W31": -88.435053131991054, "S31": -88.435053131991054, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98705.0, 497283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -57.367435920021137, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98705.0, 505854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -56.999586176841063, "S21": -70.24258235429339, "W22": -84.816270019458159, "S22": -96.591031124419288, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.54817486728409 }, "geometry": { "type": "Point", "coordinates": [ 98710.75, 498436.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.484025628732077, "W22": -89.165034559876645, "S22": -108.45732721635626, "W31": -108.45732721635626, "S31": -108.45732721635626, "W32": -108.45732721635626, "S32": -109.1843901779593 }, "geometry": { "type": "Point", "coordinates": [ 98712.0, 499080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6016213455253876, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -57.097385943366085, "S22": -57.097385943366085, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98713.0, 503310.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.414956379316109, "W22": -73.677957810087477, "S22": -87.974292129469148, "W31": -88.450782997762857, "S31": -88.450782997762857, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98714.0, 497289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.109235747333429, "W22": -82.251869223315609, "S22": -97.993494518916435, "W31": -97.993494518916435, "S31": -97.993494518916435, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98716.0, 498069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.096762336804474, "W22": -81.708223009285433, "S22": -97.201118801182531, "W31": -97.201118801182531, "S31": -97.201118801182531, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98717.5, 497996.525000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -56.659780833420641, "S21": -61.733472100786244, "W22": -88.74037955097819, "S22": -99.474628204101293, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98721.916666666671517, 500582.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.388842464150819, "W22": -73.494388931401645, "S22": -87.765226092562358, "W31": -88.386115771812086, "S31": -88.386115771812086, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98725.0, 497283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.160713273247758, "S21": -40.160713273247758, "W22": -51.368094180519556, "S22": -57.035591846316166, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98725.538461538468255, 504442.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.942730694002528, "W22": -90.0, "S22": -109.28134301132047, "W31": -109.28134301132047, "S31": -109.28134301132047, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98725.921875, 500299.515625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.070144740751445, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98731.0, 505503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -57.218183720916898, "S21": -70.655984438725909, "W22": -84.896534949857795, "S22": -98.995517339698878, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -104.67579413260702 }, "geometry": { "type": "Point", "coordinates": [ 98731.375, 498479.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.338887661973558, "S21": -40.338887661973558, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98738.0, 504758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.535325549178708, "W22": -50.0, "S22": -65.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98739.0, 505969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.344089016649818, "W22": -73.181223899320074, "S22": -87.408773436510216, "W31": -88.275424123788326, "S31": -88.275424123788326, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98743.666666666671517, 497272.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.434197506431822, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98745.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -55.357643876987026, "S21": -63.080718657693822, "W22": -88.469138917565829, "S22": -96.988656085466673, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98748.0, 500623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -57.805711460448514, "S21": -69.140751694537499, "W22": -85.498905547115641, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98749.0, 498589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -57.436781264992732, "S21": -71.064883253156964, "W22": -85.008950137760721, "S22": -101.43215381248174, "W31": -101.43215381248174, "S31": -101.43215381248174, "W32": -101.43215381248174, "S32": -104.80341339792994 }, "geometry": { "type": "Point", "coordinates": [ 98752.0, 498522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.303186226004406, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98753.371428571423166, 506531.314285714295693 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -60.744145269972691, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98753.75, 505863.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.975044582547504, "W13": -20.0, "S13": -20.0, "W21": -36.535320583973764, "S21": -46.728448722945046, "W22": -80.273759773004159, "S22": -115.27375977300414, "W31": -115.27375977300414, "S31": -115.27375977300414, "W32": -115.27375977300414, "S32": -115.27375977300414 }, "geometry": { "type": "Point", "coordinates": [ 98757.0, 501469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.377405262507054, "W22": -82.002245196565667, "S22": -97.605145608449178, "W31": -97.605145608449178, "S31": -97.605145608449178, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98759.0, 498067.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -13.222508159178847, "W13": -20.0, "S13": -20.0, "W21": -47.581771096543939, "S21": -57.818377151027491, "W22": -86.249205721574072, "S22": -86.249205721574072, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98759.0, 500887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.5270457236242407, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -57.046567366804283, "S22": -57.046567366804283, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98759.5, 503314.083333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.635899157918249, "S12": -14.635899157918249, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.734210870417996, "W22": -89.999999999999986, "S22": -109.99999999999999, "W31": -109.99999999999999, "S31": -109.99999999999999, "W32": -109.99999999999999, "S32": -110.80210360178553 }, "geometry": { "type": "Point", "coordinates": [ 98763.0, 499298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.295598377733953, "W22": -72.841072504593228, "S22": -87.02054011392346, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98764.0, 497261.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -57.678488279586482, "S21": -71.436567194154676, "W22": -85.246524420994476, "S22": -102.50725983123519, "W31": -102.50725983123519, "S31": -102.50725983123519, "W32": -102.50725983123519, "S32": -104.93955864918274 }, "geometry": { "type": "Point", "coordinates": [ 98764.818181818176527, 498567.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -30.911623725810273, "S21": -35.520966664033367, "W22": -60.352574895254286, "S22": -60.352574895254286, "W31": -90.0, "S31": -90.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98766.0, 502725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -63.406028540144952, "W22": -81.434575101640036, "S22": -96.774026654425342, "W31": -96.774026654425342, "S31": -96.774026654425342, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98767.0, 497997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.416726678076628, "W22": -81.696752238949628, "S22": -97.155736155132104, "W31": -97.155736155132104, "S31": -97.155736155132104, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98767.0, 498032.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.427424816008312, "W22": -81.958929376259235, "S22": -97.537445655838894, "W31": -97.537445655838894, "S31": -97.537445655838894, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98767.0, 498068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.890964084157375, "S21": -36.890964084157375, "W22": -59.265495921987679, "S22": -59.265495921987679, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98770.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -53.986102029677596, "S21": -64.147258437394711, "W22": -88.172290337420037, "S22": -94.536383573890745, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98770.888888888890506, 500665.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.490977640238853, "W22": -89.999999999999986, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98772.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.273221653983377, "W22": -72.684489988552201, "S22": -86.841457754100333, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98773.333333333328483, 497256.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.819406649956179, "W22": -90.0, "S22": -108.5678362563977, "W31": -108.5678362563977, "S31": -108.5678362563977, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98774.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.130536488844818, "S21": -40.130536488844818, "W22": -51.41966026912587, "S22": -57.881834270075437, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98774.753846153849736, 504434.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -64.633563805187407, "W22": -89.999999999999986, "S22": -107.14847960614676, "W31": -107.14847960614676, "S31": -107.14847960614676, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98775.0, 500309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -59.695675914345294, "S21": -59.99554951413608, "W22": -87.753773870713559, "S22": -106.34812058227553, "W31": -106.34812058227553, "S31": -106.34812058227553, "W32": -106.34812058227553, "S32": -107.96343288626247 }, "geometry": { "type": "Point", "coordinates": [ 98776.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -57.920195294179898, "S21": -66.888074525410019, "W22": -85.484098704227705, "S22": -102.87961923401218, "W31": -102.87961923401218, "S31": -102.87961923401218, "W32": -102.87961923401218, "S32": -105.20996769727731 }, "geometry": { "type": "Point", "coordinates": [ 98777.636363636367605, 498613.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -59.410415329538594, "S21": -67.59004539921672, "W22": -89.588621471134431, "S22": -100.62295415293354, "W31": -100.62295415293354, "S31": -100.62295415293354, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98780.0, 500502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.97375516707335, "W22": -80.22981335993758, "S22": -95.105429057787745, "W31": -95.105429057787745, "S31": -95.105429057787745, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98783.0, 497846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -52.651469265421476, "S21": -63.159984904089796, "W22": -87.863579507078114, "S22": -92.645391031063824, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98785.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.221258579445006, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -39.798238623180367, "W22": -63.596021042985761, "S22": -83.596021042985768, "W31": -90.0, "S31": -90.0, "W32": -104.40373474936629, "S32": -109.40373474936629 }, "geometry": { "type": "Point", "coordinates": [ 98790.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.161902308773655, "S21": -61.869756269002252, "W22": -85.72167298746146, "S22": -103.25197863678996, "W31": -103.25197863678996, "S31": -103.25197863678996, "W32": -103.25197863678996, "S32": -105.59836948161839 }, "geometry": { "type": "Point", "coordinates": [ 98790.454545454544132, 498659.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.446555501215947, "S21": -53.013474157981157, "W22": -85.12121496520561, "S22": -94.621421131879913, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98792.0, 501030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98792.0, 505317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.00834449475934, "W13": -20.0, "S13": -20.0, "W21": -52.614560182370099, "S21": -63.212390063583271, "W22": -87.875441757274729, "S22": -92.664488614405485, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98793.777777777781012, 500707.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.597728716114517, "W22": -81.752621169815725, "S22": -97.216796697981906, "W31": -97.216796697981906, "S31": -97.216796697981906, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98802.0, 498066.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.314100084726931, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98802.457142857136205, 506537.771428571431898 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -64.120854619924245, "W31": -80.0, "S31": -80.137267532983273, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98802.5, 505873.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.238224629323788, "W22": -72.187756077784798, "S22": -86.273318863998341, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98803.0, 497240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.403609323367078, "S21": -58.419023016590991, "W22": -85.956565130157628, "S22": -103.62165589902992, "W31": -103.62165589902992, "S31": -103.62165589902992, "W32": -103.62165589902992, "S32": -105.98677126595901 }, "geometry": { "type": "Point", "coordinates": [ 98803.272727272720658, 498705.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.452470101723164, "W13": -20.0, "S13": -20.0, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -56.99574879024216, "S22": -57.668676347018391, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98806.0, 503318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.593400073536785, "W22": -81.720134304585997, "S22": -97.166021733524332, "W31": -97.166021733524332, "S31": -97.166021733524332, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98808.0, 498066.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.645316337960821, "S21": -58.712964224224429, "W22": -86.191266185398803, "S22": -103.99114207381507, "W31": -103.99114207381507, "S31": -103.99114207381507, "W32": -103.99114207381507, "S32": -106.37517305030009 }, "geometry": { "type": "Point", "coordinates": [ 98816.090909090911737, 498751.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.624880413291956, "W13": -20.0, "S13": -20.0, "W21": -51.243018335060675, "S21": -62.072216273055695, "W22": -87.578593177128923, "S22": -91.398460442351009, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98816.666666666671517, 500749.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.040171761576616, "W22": -90.0, "S22": -107.393598559241, "W31": -107.393598559241, "S31": -107.393598559241, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98820.125, 500245.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.220509674026367, "W22": -71.994563295342942, "S22": -86.044098443985135, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98821.0, 497240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.100359704441878, "S21": -40.100359704441878, "W22": -51.471226357732178, "S22": -58.728076693834709, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98823.969230769231217, 504427.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.477140271484277, "W13": -20.0, "S13": -20.0, "W21": -31.620611844223209, "S21": -42.472155343829812, "W22": -70.750914752350482, "S22": -70.750914752350482, "W31": -100.0, "S31": -100.0, "W32": -104.10788457527467, "S32": -109.10788457527467 }, "geometry": { "type": "Point", "coordinates": [ 98824.0, 502067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3183100020831207, "S11": 2.3183100020831207, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.887023352554252, "S21": -59.00690543185749, "W22": -86.425967240639679, "S22": -104.36062824859975, "W31": -104.36062824859975, "S31": -104.36062824859975, "W32": -104.36062824859975, "S32": -106.76357483464069 }, "geometry": { "type": "Point", "coordinates": [ 98828.909090909088263, 498797.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.241416331823674, "W13": -20.0, "S13": -20.0, "W21": -49.871476487753185, "S21": -60.932042482530051, "W22": -87.281744596983643, "S22": -90.132432270298551, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98839.555555555562023, 500791.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9790178976771537, "S11": 1.9790178976771537, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.128730367147995, "S21": -59.300846639490928, "W22": -86.660668295880853, "S22": -104.73362596831208, "W31": -104.73362596831208, "S31": -104.73362596831208, "W32": -104.73362596831208, "S32": -107.15197661898178 }, "geometry": { "type": "Point", "coordinates": [ 98841.727272727279342, 498843.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1184838113224602, "W13": -20.0, "S13": -20.0, "W21": -37.225458749390789, "S21": -38.720810869148167, "W22": -58.163708314526538, "S22": -58.163708314526538, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98842.0, 503091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -63.560116321823777, "W22": -81.50299714306621, "S22": -96.828447787515259, "W31": -96.828447787515259, "S31": -96.828447787515259, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98845.0, 498065.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -63.557230560105182, "W22": -81.481339232912759, "S22": -96.794597811209783, "W31": -96.794597811209783, "S31": -96.794597811209783, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98849.0, 498065.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -66.592478094298826, "W31": -80.0, "S31": -80.301549234165989, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98851.25, 505883.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.334714575529446, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98851.542857142863795, 506544.228571428568102 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.3832425876926324, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.921318967928421, "S22": -58.432243387310777, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98852.529411764699034, 503326.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5989279177200943, "S11": 1.5989279177200943, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.370437381741418, "S21": -59.594787847123982, "W22": -86.895369351121715, "S22": -105.1122998165861, "W31": -105.1122998165861, "S31": -105.1122998165861, "W32": -105.1122998165861, "S32": -107.54037840332238 }, "geometry": { "type": "Point", "coordinates": [ 98854.545454545455868, 498889.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.857952250356313, "W13": -20.0, "S13": -20.0, "W21": -48.499934640443733, "S21": -59.791868692002303, "W22": -86.984896016837808, "S22": -91.005354794727566, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98862.444444444437977, 500834.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.125782333637837, "W22": -71.353736995099396, "S22": -85.307483060092835, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98862.600000000005821, 497222.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.933508589618043, "S21": -59.061543284296157, "W22": -86.274978236528568, "S22": -104.16525583596167, "W31": -104.16525583596167, "S31": -104.16525583596167, "W32": -104.16525583596167, "S32": -106.87817258883248 }, "geometry": { "type": "Point", "coordinates": [ 98866.0, 498811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -70.260936873197039, "W22": -90.0, "S22": -107.48003710171362, "W31": -107.48003710171362, "S31": -107.48003710171362, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 98866.25, 500227.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2175978384031225, "S11": 1.2175978384031225, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.612144396335175, "S21": -59.888729054757441, "W22": -87.130070406362989, "S22": -105.49097366486076, "W31": -105.49097366486076, "S31": -105.49097366486076, "W32": -105.49097366486076, "S32": -107.92878018766348 }, "geometry": { "type": "Point", "coordinates": [ 98867.363636363632395, 498935.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.700589177397832, "S12": -13.700589177397832, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.839254824705975, "W22": -90.000000000000014, "S22": -115.00000000000001, "W31": -115.00000000000001, "S31": -115.00000000000001, "W32": -115.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 98871.0, 499936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.070182920038945, "S21": -40.070182920038945, "W22": -51.522792446338485, "S22": -59.57431911759398, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98873.184615384612698, 504420.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7859789263896434, "S11": 0.7859789263896434, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -59.853851410928591, "S21": -60.182670262390481, "W22": -87.364771461603766, "S22": -105.86964751313468, "W31": -105.86964751313468, "S31": -105.86964751313468, "W32": -105.86964751313468, "S32": -108.31718197200409 }, "geometry": { "type": "Point", "coordinates": [ 98880.181818181823473, 498981.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44123776027129913, "S11": 0.44123776027129913, "W12": -14.269598560559601, "S12": -14.269598560559601, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.566185764721268, "W22": -88.717005582210632, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 98885.0, 499180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.47448816888803, "W13": -20.0, "S13": -20.0, "W21": -47.29547050066585, "S21": -58.818772609006267, "W22": -86.688047436692514, "S22": -91.880912584676224, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98885.333333333328483, 500876.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.829840631891145, "S21": -68.352344559424012, "W22": -81.253373116316268, "S22": -96.440098877047987, "W31": -96.440098877047987, "S31": -96.440098877047987, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98888.0, 498064.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.828623373776935, "S21": -68.349684420450515, "W22": -81.242544161239536, "S22": -96.423173888895249, "W31": -96.423173888895249, "S31": -96.423173888895249, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98890.0, 498064.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45757409245604086, "S11": 0.45757409245604086, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -60.381053044501598, "W22": -87.59947251684504, "S22": -106.24832136140932, "W31": -106.24832136140932, "S31": -106.24832136140932, "W32": -106.24832136140932, "S32": -108.70558375634516 }, "geometry": { "type": "Point", "coordinates": [ 98893.0, 499027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.3140150736620058, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.846889145614988, "S22": -58.582293084508599, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98899.058823529412621, 503334.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -67.037514698630659, "W31": -80.0, "S31": -80.865974721382329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98900.0, 505893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.355329066331969, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98900.628571428576834, 506550.685714285704307 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34135706182635639, "S11": 0.34135706182635639, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -60.432936283086697, "W22": -87.841857618510403, "S22": -106.63673168678696, "W31": -106.63673168678696, "S31": -106.63673168678696, "W32": -106.63673168678696, "S32": -109.08871162678291 }, "geometry": { "type": "Point", "coordinates": [ 98904.0, 499072.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.03105499324932, "W22": -70.712910694855992, "S22": -84.570867676200706, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98904.19999999999709, 497204.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.563842950700412, "W13": -20.0, "S13": -20.0, "W21": -31.290205330745742, "S21": -36.290205330745735, "W22": -60.979006695997306, "S22": -71.211464492232679, "W31": -90.0, "S31": -90.0, "W32": -103.46776702349345, "S32": -108.46776702349345 }, "geometry": { "type": "Point", "coordinates": [ 98908.0, 502662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -13.091024087420646, "W13": -20.0, "S13": -20.0, "W21": -46.165254413743611, "S21": -57.919924578865874, "W22": -86.391198856546708, "S22": -91.866173512048874, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98908.222222222218988, 500918.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.315064762623599, "S12": -13.315064762623599, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.825107936109646, "W22": -90.0, "S22": -108.17876013258508, "W31": -108.17876013258508, "S31": -108.17876013258508, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 98912.375, 500209.625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1393551336408425, "S11": 2.1393551336408425, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.081799421188435, "W22": -75.214684719199255, "S22": -89.355658332213551, "W31": -89.637513982102902, "S31": -89.637513982102902, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98913.0, 497555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22514003119684889, "S11": 0.22514003119684889, "W12": -14.596364493981662, "S12": -14.596364493981662, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -60.484819521671703, "W22": -88.084242720175354, "S22": -106.71558721333109, "W31": -106.71558721333109, "S31": -106.71558721333109, "W32": -106.71558721333109, "S32": -109.47183949722015 }, "geometry": { "type": "Point", "coordinates": [ 98915.0, 499117.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.040006135635998, "S21": -40.040006135635998, "W22": -51.574358534944793, "S22": -60.420561541353251, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98922.399999999994179, 504413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21438074812318819, "S11": 0.21438074812318819, "W12": -14.175171642703503, "S12": -14.175171642703503, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.536702760256809, "W22": -88.326627821840717, "S22": -106.05011706428266, "W31": -106.05011706428266, "S31": -106.05011706428266, "W32": -106.05011706428266, "S32": -109.83829152087317 }, "geometry": { "type": "Point", "coordinates": [ 98926.0, 499162.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.791218411339578, "S21": -68.333395348735479, "W22": -81.003749089566313, "S22": -96.051749966580701, "W31": -96.051749966580701, "S31": -96.051749966580701, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98931.0, 498063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 98931.0, 507758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -13.707560005952363, "W13": -20.0, "S13": -20.0, "W21": -45.035038326822807, "S21": -57.021076548726924, "W22": -86.094350276401414, "S22": -90.930080385665306, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98931.111111111109494, 500960.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.247943131991476, "S11": 0.247943131991476, "W12": -14.047410460973255, "S12": -14.047410460973255, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.588585998841829, "W22": -88.569012923505667, "S22": -105.38464691523461, "W31": -105.38464691523461, "S31": -105.38464691523461, "W32": -105.38464691523461, "S32": -110.18018726120933 }, "geometry": { "type": "Point", "coordinates": [ 98937.0, 499208.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.244787559631475, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.772459323301248, "S22": -58.510636129245071, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98945.588235294111655, 503343.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.764478584874221, "S12": -14.764478584874221, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.936327652860612, "W22": -70.072084394611807, "S22": -83.834252292307752, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98945.80000000000291, 497186.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28150551585987416, "S11": 0.28150551585987416, "W12": -14.075626512509082, "S12": -14.075626512509082, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -60.640469237426927, "W22": -88.811398025171016, "S22": -104.71917676618617, "W31": -104.71917676618617, "S31": -104.71917676618617, "W32": -105.50137997182777, "S32": -110.50137997182777 }, "geometry": { "type": "Point", "coordinates": [ 98948.0, 499253.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -67.409807518477166, "W31": -80.0, "S31": -81.222950068782978, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98948.75, 505902.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.375943557134491, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98949.714285714289872, 506557.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -14.542579480112151, "W13": -20.0, "S13": -20.0, "W21": -43.904822239900575, "S21": -56.122228518586539, "W22": -85.781236346065867, "S22": -89.977721909089183, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98954.0, 501003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.186307467863223, "S12": -13.186307467863223, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -72.295452976252434, "W22": -89.999999999999986, "S22": -108.87748316345653, "W31": -108.87748316345653, "S31": -108.87748316345653, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98958.5, 500191.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31506789972816207, "S11": 0.31506789972816207, "W12": -14.016359300218747, "S12": -14.016359300218747, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -62.101162141730654, "W22": -89.053783126835981, "S22": -104.05370661713813, "W31": -104.05370661713813, "S31": -104.05370661713813, "W32": -105.80589179669525, "S32": -110.80589179669525 }, "geometry": { "type": "Point", "coordinates": [ 98959.0, 499298.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.741524654850544, "W22": -73.416853900628539, "S22": -87.332519196999016, "W31": -88.908696868008946, "S31": -88.908696868008946, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98964.0, 497459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1468303095821555, "S11": 2.1468303095821555, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.225133707930823, "W22": -75.518882050132419, "S22": -89.631877053422073, "W31": -89.913310961968676, "S31": -89.913310961968676, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98970.0, 497621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34863028359656001, "S11": 0.34863028359656001, "W12": -13.939442869254348, "S12": -13.939442869254348, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -63.682707712119694, "W22": -89.296168228501344, "S22": -103.3882364680897, "W31": -103.3882364680897, "S31": -103.3882364680897, "W32": -106.11040362156311, "S32": -111.11040362156311 }, "geometry": { "type": "Point", "coordinates": [ 98970.0, 499344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.009829351233059, "S21": -40.009829351233059, "W22": -51.625924623551107, "S22": -61.211328328487276, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98971.615384615390212, 504405.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.607465956253726, "W13": -20.0, "S13": -20.0, "W21": -35.619454113194656, "S21": -47.996418252010329, "W22": -78.331195343825357, "S22": -108.33119534382536, "W31": -108.33119534382536, "S31": -108.33119534382536, "W32": -109.22066976071432, "S32": -114.22066976071432 }, "geometry": { "type": "Point", "coordinates": [ 98972.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.767559768615833, "S21": -68.329123082665703, "W22": -80.775465073126227, "S22": -95.729565576353636, "W31": -95.729565576353636, "S31": -95.729565576353636, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98973.75, 498064.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.029055110153124, "S21": -40.029055110153124, "W22": -51.357750920050897, "S22": -61.357750920050897, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 98974.0, 504462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.05604278013508, "W13": -20.0, "S13": -20.0, "W21": -42.446674601737278, "S21": -54.895448937205089, "W22": -85.297933483315688, "S22": -88.855174500098428, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98976.888888888890506, 501045.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3631835280983059, "S11": 0.3631835280983059, "W12": -13.848302305526342, "S12": -13.848302305526342, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -65.603479592930583, "W22": -89.515131059739801, "S22": -103.38112654939832, "W31": -103.38112654939832, "S31": -103.38112654939832, "W32": -106.4204145108252, "S32": -111.4204145108252 }, "geometry": { "type": "Point", "coordinates": [ 98985.294117647063104, 499390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.508548373591642, "S12": -14.508548373591642, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.841600312472096, "W22": -69.431258094368417, "S22": -83.097636908415637, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98987.399999999994179, 497168.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1755600456009185, "W13": -20.0, "S13": -20.0, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -56.698029500987495, "S22": -58.438979173981508, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 98992.117647058825241, 503351.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -57.700443004222336, "S21": -72.700443004222336, "W22": -83.987058617862345, "S22": -100.79365804810345, "W31": -100.79365804810345, "S31": -100.79365804810345, "W32": -100.79365804810345, "S32": -105.11844331641286 }, "geometry": { "type": "Point", "coordinates": [ 98993.0, 498603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.776203375703268, "W22": -50.0, "S22": -65.0, "W31": -80.0, "S31": -80.199571483588088, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98995.0, 506061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.75978757373845, "S21": -40.75978757373845, "W22": -50.0, "S22": -67.542005636199292, "W31": -80.0, "S31": -80.695272139655728, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98997.5, 505912.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.390498020420793, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 98998.80000000000291, 506563.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -55.008706533436211, "S21": -68.688950052561296, "W22": -80.878112059073004, "S22": -95.878112059073004, "W31": -95.878112059073004, "S31": -95.878112059073004, "W32": -98.622588627675, "S32": -103.622588627675 }, "geometry": { "type": "Point", "coordinates": [ 98999.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.175810209935037, "W13": -20.0, "S13": -20.0, "W21": -39.964925609906558, "S21": -52.645068002156222, "W22": -84.814630620566206, "S22": -87.732627091110672, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 98999.777777777781012, 501087.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.561941208029547, "S12": -13.561941208029547, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.319138302747355, "W22": -67.453103493316874, "S22": -80.898940508929741, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.827866488452795, "S12": -13.827866488452795, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.47022288243236, "W22": -67.998992016226325, "S22": -81.507762536565906, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.093791768876041, "S12": -14.093791768876041, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.621307462117372, "W22": -68.544880539135775, "S22": -82.116584564202057, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.359717049299292, "S12": -14.359717049299292, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.772392041802377, "W22": -69.090769062045212, "S22": -82.725406591838194, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.625642329722538, "S12": -14.625642329722538, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.923476621487382, "W22": -69.636657584954662, "S22": -83.278785581377946, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.891567610145785, "S12": -14.891567610145785, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.074561201172386, "W22": -70.262255808156425, "S22": -83.910891111136621, "W31": -87.505592841163306, "S31": -87.505592841163306, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.225645780857391, "W22": -70.929773462241755, "S22": -84.584916071778864, "W31": -87.820190156599551, "S31": -87.820190156599551, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.376730360542396, "W22": -71.597291116327085, "S22": -85.301394977751499, "W31": -88.134787472035796, "S31": -88.134787472035796, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.527814940227401, "W22": -72.264808770412401, "S22": -86.03259626909481, "W31": -88.449384787472042, "S31": -88.449384787472042, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.678899519912406, "W22": -72.932326424497731, "S22": -86.763797560438135, "W31": -88.763982102908273, "S31": -88.763982102908273, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0175431196008531, "S11": 2.0175431196008531, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.829984099597411, "W22": -73.599844078583061, "S22": -87.494998851781475, "W31": -89.078579418344518, "S31": -89.078579418344518, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0603144675065286, "S11": 2.0603144675065286, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.981068679282423, "W22": -74.267361732668391, "S22": -88.2262001431248, "W31": -89.393176733780749, "S31": -89.393176733780749, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1030858154122041, "S11": 2.1030858154122041, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.132153258967428, "W22": -74.934879386753707, "S22": -88.957401434468125, "W31": -89.707774049217008, "S31": -89.707774049217008, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1458571633178796, "S11": 2.1458571633178796, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.283237838652433, "W22": -75.602397040839037, "S22": -89.717481415894611, "W31": -90.043129590942783, "S31": -90.043129590942783, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1886285112235546, "S11": 2.1886285112235546, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.434322418337445, "W22": -76.269914694924353, "S22": -90.480576714591123, "W31": -90.66887786483332, "S31": -90.66887786483332, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2366951810024172, "S11": 2.2366951810024172, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.585406998022442, "W22": -76.937432349009683, "S22": -91.24367201328765, "W31": -91.301196231382534, "S31": -91.301196231382534, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2943225787137864, "S11": 2.2943225787137864, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.736491577707454, "W22": -77.604950003095013, "S22": -92.006767311984177, "W31": -92.006767311984177, "S31": -92.006767311984177, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3519499764251552, "S11": 2.3519499764251552, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.887576157392459, "W22": -78.272467657180329, "S22": -92.76986261068069, "W31": -92.76986261068069, "S31": -92.76986261068069, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4095773741365241, "S11": 2.4095773741365241, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -53.847676123327588, "S21": -66.886336860405052, "W22": -78.939985311265659, "S22": -93.532957909377217, "W31": -93.532957909377217, "S31": -93.532957909377217, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4672047718478933, "S11": 2.4672047718478933, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -54.121328235354831, "S21": -67.311073552117307, "W22": -79.607502965350989, "S22": -94.296053208073758, "W31": -94.296053208073758, "S31": -94.296053208073758, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -54.394980347382081, "S21": -67.735810243829548, "W22": -80.152138443299535, "S22": -94.936266330633501, "W31": -94.936266330633501, "S31": -94.936266330633501, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.668632459409331, "S21": -68.160546935541817, "W22": -80.521402016975003, "S22": -95.401107548920166, "W31": -95.401107548920166, "S31": -95.401107548920166, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.942284571436581, "S21": -68.585283627254071, "W22": -80.804769745048148, "S22": -95.780052921604508, "W31": -95.780052921604508, "S31": -95.780052921604508, "W32": -98.587423946588473, "S32": -103.58742394658847 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -55.215936683463831, "S21": -69.010020318966326, "W22": -81.079179763508463, "S22": -96.215262056106582, "W31": -96.232118667734284, "S31": -96.232118667734284, "W32": -98.734347428540744, "S32": -103.73434742854074 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -55.48958879549108, "S21": -69.434757010678581, "W22": -81.353589781968765, "S22": -96.67208467441597, "W31": -96.770369220179816, "S31": -96.770369220179816, "W32": -98.881270910493015, "S32": -103.88127091049301 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -55.763240907518323, "S21": -69.859493702390836, "W22": -81.627999800429066, "S22": -97.128907292725359, "W31": -97.308619772625349, "S31": -97.308619772625349, "W32": -99.028194392445286, "S32": -104.02819439244529 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -56.03689301954558, "S21": -70.280304403889659, "W22": -81.902409818889382, "S22": -97.585729911034747, "W31": -97.846870325070881, "S31": -97.846870325070881, "W32": -99.175117874397571, "S32": -104.17511787439757 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -56.310545131572823, "S21": -70.680503656767954, "W22": -82.176819837349697, "S22": -98.04255252934415, "W31": -98.385120877516414, "S31": -98.385120877516414, "W32": -99.322041356349857, "S32": -104.32204135634986 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -56.58419724360008, "S21": -71.080702909646263, "W22": -82.516355237985039, "S22": -98.564500529828578, "W31": -98.923371429961961, "S31": -98.923371429961961, "W32": -99.468964838302128, "S32": -104.46896483830213 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -56.857849355627323, "S21": -71.480902162524558, "W22": -82.867220335894871, "S22": -99.097778227587497, "W31": -99.461621982407493, "S31": -99.461621982407493, "W32": -99.610862262038083, "S32": -104.61086226203808 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -57.131501467654573, "S21": -71.881101415402853, "W22": -83.218085433804688, "S22": -99.631055925346402, "W31": -99.999872534853026, "S31": -99.999872534853026, "W32": -99.999872534853026, "S32": -104.7508398656215 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -57.405153579681823, "S21": -72.281300668281148, "W22": -83.568950531714506, "S22": -100.16433362310529, "W31": -100.16433362310529, "S31": -100.16433362310529, "W32": -100.16433362310529, "S32": -104.89081746920493 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -57.678805691709073, "S21": -72.58446606906756, "W22": -83.919815629624338, "S22": -100.69761132086421, "W31": -100.69761132086421, "S31": -100.69761132086421, "W32": -100.69761132086421, "S32": -105.09306260575296 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -57.952457803736323, "S21": -67.433072288008447, "W22": -84.268669962576411, "S22": -101.22887825366537, "W31": -101.22887825366537, "S31": -101.22887825366537, "W32": -101.22887825366537, "S32": -105.51607445008459 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.226109915763566, "S21": -61.671611013056875, "W22": -84.61659065729738, "S22": -101.75921154823541, "W31": -101.75921154823541, "S31": -101.75921154823541, "W32": -101.75921154823541, "S32": -105.93908629441624 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -58.499762027790823, "S21": -58.525477932424046, "W22": -84.964511352018349, "S22": -102.29536926124804, "W31": -102.29536926124804, "S31": -102.29536926124804, "W32": -102.29536926124804, "S32": -106.36209813874788 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.773414139818065, "S21": -58.859061178130403, "W22": -85.312432046739318, "S22": -102.83411875934758, "W31": -102.83411875934758, "S31": -102.83411875934758, "W32": -102.83411875934758, "S32": -106.78510998307954 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.047066251845322, "S21": -59.192644423836782, "W22": -85.660352741460272, "S22": -103.3728682574471, "W31": -103.3728682574471, "S31": -103.3728682574471, "W32": -103.3728682574471, "S32": -107.20812182741116 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.320718363872565, "S21": -59.52622766954314, "W22": -86.008273436181241, "S22": -103.91161775554662, "W31": -103.91161775554662, "S31": -103.91161775554662, "W32": -103.91161775554662, "S32": -107.63113367174282 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0625256814135051, "S11": 2.0625256814135051, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.594370475899815, "S21": -59.859810915249511, "W22": -86.35619413090221, "S22": -104.45036725364615, "W31": -104.45036725364615, "S31": -104.45036725364615, "W32": -104.45036725364615, "S32": -108.05414551607444 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 498950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4842251343849908, "S11": 1.4842251343849908, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.868022587927065, "S21": -60.198105808196324, "W22": -86.704114825623179, "S22": -104.8012421218705, "W31": -104.8012421218705, "S31": -104.8012421218705, "W32": -104.8012421218705, "S32": -108.4771573604061 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88168850788743269, "S11": 0.88168850788743269, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.149957457246451, "W22": -87.052035520344134, "S22": -104.45601437777184, "W31": -104.45601437777184, "S31": -104.45601437777184, "W32": -104.45601437777184, "S32": -108.90016920473772 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44428885422575159, "S11": 0.44428885422575159, "W12": -14.734840411593089, "S12": -14.734840411593089, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -61.969831694223636, "W22": -87.399956215065117, "S22": -104.11078663367321, "W31": -104.11078663367321, "S31": -104.11078663367321, "W32": -104.29469742102522, "S32": -109.29469742102522 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29229296653431652, "S11": 0.29229296653431652, "W12": -14.273195786237137, "S12": -14.273195786237137, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -62.789705931200821, "W22": -87.747876909786072, "S22": -103.76555888957456, "W31": -103.76555888957456, "S31": -103.76555888957456, "W32": -104.68905612445623, "S32": -109.68905612445623 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14029707884288151, "S11": 0.14029707884288151, "W12": -13.811551160881187, "S12": -13.811551160881187, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -63.60958016817802, "W22": -88.095797604507041, "S22": -103.42033114547593, "W31": -103.42033114547593, "S31": -103.42033114547593, "W32": -105.07979633788128, "S32": -110.07979633788128 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028449893184364999, "S11": 0.028449893184364999, "W12": -13.788942725637, "S12": -13.788942725637, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -64.429454405155198, "W22": -88.44371829922801, "S22": -103.07510340137728, "W31": -103.07510340137728, "S31": -103.07510340137728, "W32": -105.45704797457988, "S32": -110.45704797457988 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12309400195583831, "S11": 0.12309400195583831, "W12": -13.88570321502643, "S12": -13.88570321502643, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -65.249328642132397, "W22": -88.791638993948993, "S22": -102.72987565727865, "W31": -102.72987565727865, "S31": -102.72987565727865, "W32": -105.82141005359783, "S32": -110.82141005359783 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21773811072731164, "S11": 0.21773811072731164, "W12": -13.839128175768527, "S12": -13.839128175768527, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.069202879109596, "W22": -89.139559688669948, "S22": -102.38464791318, "W31": -102.38464791318, "S31": -102.38464791318, "W32": -106.15557034184231, "S32": -111.15557034184231 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31238221949878497, "S11": 0.31238221949878497, "W12": -13.79255313651062, "S12": -13.79255313651062, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -66.889077116086781, "W22": -89.487480383390917, "S22": -103.0003217192959, "W31": -103.0003217192959, "S31": -103.0003217192959, "W32": -106.48973063008677, "S32": -111.48973063008677 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40608278347379134, "S11": 0.40608278347379134, "W12": -13.745978097252715, "S12": -13.745978097252715, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.708951353063966, "W22": -89.835401078111886, "S22": -104.02076297030557, "W31": -104.02076297030557, "S31": -104.02076297030557, "W32": -106.82389091833123, "S32": -111.82389091833123 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4857592253506367, "S11": 0.4857592253506367, "W12": -13.699403057994811, "S12": -13.699403057994811, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -68.528825590041166, "W22": -90.0, "S22": -104.85788244848239, "W31": -104.85788244848239, "S31": -104.85788244848239, "W32": -107.15805120657569, "S32": -112.15805120657569 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57004871481943553, "S11": 0.57004871481943553, "W12": -13.652828018736905, "S12": -13.652828018736905, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -69.348699827018351, "W22": -90.0, "S22": -105.53040300477109, "W31": -105.53040300477109, "S31": -105.53040300477109, "W32": -107.49221149482015, "S32": -112.49221149482015 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65534214256818535, "S11": 0.65534214256818535, "W12": -13.606252979478999, "S12": -13.606252979478999, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.16857406399555, "W22": -90.0, "S22": -106.20292356105979, "W31": -106.20292356105979, "S31": -106.20292356105979, "W32": -107.82637178306462, "S32": -112.82637178306462 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64574483247528836, "S11": 0.64574483247528836, "W12": -13.559677940221095, "S12": -13.559677940221095, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -70.988448300972735, "W22": -90.0, "S22": -106.87544411734849, "W31": -106.87544411734849, "S31": -106.87544411734849, "W32": -108.16053207130906, "S32": -113.16053207130906 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63908893682114676, "S11": 0.63908893682114676, "W12": -13.51310290096319, "S12": -13.51310290096319, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.80832253794992, "W22": -90.0, "S22": -107.5479646736372, "W31": -107.5479646736372, "S31": -107.5479646736372, "W32": -108.49469235955354, "S32": -113.49469235955354 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63243304116700527, "S11": 0.63243304116700527, "W12": -13.466527861705284, "S12": -13.466527861705284, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.628196774927119, "W22": -90.0, "S22": -108.2204852299259, "W31": -108.2204852299259, "S31": -108.2204852299259, "W32": -108.828852647798, "S32": -113.828852647798 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62577714551286379, "S11": 0.62577714551286379, "W12": -13.419952822447378, "S12": -13.419952822447378, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.733537222835167, "W22": -90.0, "S22": -108.8930057862146, "W31": -108.8930057862146, "S31": -108.8930057862146, "W32": -109.16301293604245, "S32": -114.16301293604245 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56566022582835429, "S11": 0.56566022582835429, "W12": -13.373377783189474, "S12": -13.373377783189474, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.731551418383745, "W22": -90.0, "S22": -110.01648561569864, "W31": -110.01648561569864, "S31": -110.01648561569864, "W32": -110.01648561569864, "S32": -114.49717322428693 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48850455871895992, "S11": 0.48850455871895992, "W12": -13.326802743931569, "S12": -13.326802743931569, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.729565613932323, "W22": -90.0, "S22": -112.25392661494355, "W31": -112.25392661494355, "S31": -112.25392661494355, "W32": -112.25392661494355, "S32": -114.83133351253139 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41134889160956573, "S11": 0.41134889160956573, "W12": -13.280227704673663, "S12": -13.280227704673663, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.727579809480901, "W22": -90.0, "S22": -114.49136761418846, "W31": -114.49136761418846, "S31": -114.49136761418846, "W32": -114.49136761418846, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.603749022772593, "S11": 1.603749022772593, "W12": -13.233652665415757, "S12": -13.233652665415757, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.725594005029478, "W22": -90.0, "S22": -114.00738234283158, "W31": -114.00738234283158, "S31": -114.00738234283158, "W32": -114.00738234283158, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.187077626157851, "S12": -13.187077626157851, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.72360820057807, "W22": -90.0, "S22": -112.72272687231518, "W31": -112.72272687231518, "S31": -112.72272687231518, "W32": -112.72272687231518, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.140502586899949, "S12": -13.140502586899949, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -72.721622396126634, "W22": -90.0, "S22": -111.43807140179878, "W31": -111.43807140179878, "S31": -111.43807140179878, "W32": -111.43807140179878, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.093927547642043, "S12": -13.093927547642043, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -72.719636591675226, "W22": -90.0, "S22": -110.15341593128238, "W31": -110.15341593128238, "S31": -110.15341593128238, "W32": -110.15341593128238, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.047352508384137, "S12": -13.1051341576292, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.717650787223803, "W22": -90.0, "S22": -108.86876046076597, "W31": -108.86876046076597, "S31": -108.86876046076597, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.000777469126232, "S12": -13.175018745700489, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.715664982772381, "W22": -90.0, "S22": -107.58410499024957, "W31": -107.58410499024957, "S31": -107.58410499024957, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.954202429868326, "S12": -13.219187852506071, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.713679178320959, "W22": -90.0, "S22": -106.29944951973317, "W31": -106.29944951973317, "S31": -106.29944951973317, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.907627390610422, "S12": -13.219279761943607, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -72.711693373869537, "W22": -90.0, "S22": -105.01479404921677, "W31": -105.01479404921677, "S31": -105.01479404921677, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.861052351352516, "S12": -13.219371671381142, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.709707569418129, "W22": -90.0, "S22": -103.73013857870036, "W31": -103.73013857870036, "S31": -103.73013857870036, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.814477312094612, "S12": -13.219463580818678, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.707721764966706, "W22": -90.0, "S22": -102.44548310818396, "W31": -102.44548310818396, "S31": -102.44548310818396, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.767902272836707, "S12": -13.219555490256214, "W13": -20.0, "S13": -20.0, "W21": -59.752254503286778, "S21": -72.457990463802062, "W22": -90.0, "S22": -101.16082763766757, "W31": -101.16082763766757, "S31": -101.16082763766757, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.721327233578801, "S12": -13.171535999740529, "W13": -20.0, "S13": -20.0, "W21": -58.094115352056541, "S21": -70.79786550812041, "W22": -89.785371737688877, "S22": -99.661543904840045, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.674752194320897, "S12": -13.122439630026971, "W13": -20.0, "S13": -20.0, "W21": -56.435976200826303, "S21": -69.137740552438743, "W22": -89.359192320770021, "S22": -97.95070901740479, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.628177155062991, "S12": -12.934001614566057, "W13": -20.0, "S13": -20.0, "W21": -54.777837049596059, "S21": -67.47761559675709, "W22": -88.933012903851164, "S22": -97.702957014736171, "W31": -98.121615763211793, "S31": -98.121615763211793, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.581602115805085, "S12": -12.691798953494661, "W13": -20.0, "S13": -20.0, "W21": -53.119697898365821, "S21": -65.817490641075423, "W22": -88.50683348693228, "S22": -97.539003538292391, "W31": -97.539003538292391, "S31": -97.539003538292391, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.535027076547181, "S12": -12.872739940888019, "W13": -20.0, "S13": -20.0, "W21": -51.461558747135584, "S21": -64.157365685393771, "W22": -88.080654070013438, "S22": -97.375050061848654, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.488452037289274, "S12": -13.599492282202853, "W13": -20.0, "S13": -20.0, "W21": -49.803419595905346, "S21": -62.497240729712111, "W22": -87.654474653094582, "S22": -97.211096585404903, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.441876998031368, "S12": -14.326244623517688, "W13": -20.0, "S13": -20.0, "W21": -48.145280444675109, "S21": -60.837115774030451, "W22": -87.228295236175711, "S22": -97.047143108961137, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.657695006059059, "W13": -20.0, "S13": -20.0, "W21": -46.487141293444871, "S21": -59.176990818348798, "W22": -86.802115819256855, "S22": -96.883189632517386, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -13.502494891412821, "W13": -20.0, "S13": -20.0, "W21": -45.000084630394888, "S21": -57.687948350847392, "W22": -86.375936402337985, "S22": -94.742014200558245, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -14.506391674190944, "W13": -20.0, "S13": -20.0, "W21": -43.77898893276236, "S21": -56.464866848763442, "W22": -85.833937319125525, "S22": -92.221736290326675, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.071089843447426, "W13": -20.0, "S13": -20.0, "W21": -42.252540749127398, "S21": -54.936432860677058, "W22": -85.251155283462097, "S22": -89.660675427644136, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.210945770326443, "W13": -20.0, "S13": -20.0, "W21": -39.857844923275067, "S21": -52.539751230373312, "W22": -84.668373247798655, "S22": -87.09961456496157, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.350801697205462, "W13": -20.0, "S13": -20.0, "W21": -39.430795041476372, "S21": -52.110715544123195, "W22": -84.085591212135228, "S22": -84.538553702279032, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.490657624084481, "W13": -20.0, "S13": -20.0, "W21": -39.003745159677678, "S21": -51.681679857873078, "W22": -83.5028091764718, "S22": -86.976992527367472, "W31": -100.0, "S31": -100.0, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.630513550963499, "W13": -20.0, "S13": -20.0, "W21": -38.57669527787899, "S21": -51.252644171622975, "W22": -82.920027140808372, "S22": -87.933005414217334, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.770369477842518, "W13": -20.0, "S13": -20.0, "W21": -38.149645396080288, "S21": -50.823608485372851, "W22": -82.33724510514493, "S22": -87.903001690417, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.910225404721535, "W13": -20.0, "S13": -20.0, "W21": -37.722595514281601, "S21": -50.394572799122741, "W22": -81.754463069481503, "S22": -87.872997966616666, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.050081331600552, "W13": -20.0, "S13": -20.0, "W21": -37.295655183566872, "S21": -49.965646663956598, "W22": -81.171681033818061, "S22": -87.842994242816332, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.189937258479571, "W13": -20.0, "S13": -20.0, "W21": -36.883799171451507, "S21": -49.551804847389811, "W22": -80.588898998154619, "S22": -88.010958723174326, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.329793185358589, "W13": -20.0, "S13": -20.0, "W21": -36.471943159336135, "S21": -49.137963030823016, "W22": -80.006116962491191, "S22": -93.990704054180483, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.469649112237608, "W13": -20.0, "S13": -20.0, "W21": -36.060087147220763, "S21": -48.724121214256229, "W22": -79.177655932737636, "S22": -99.724770391096513, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.609505039116627, "W13": -20.0, "S13": -20.0, "W21": -35.648231135105398, "S21": -48.310279397689442, "W22": -78.346588868282737, "S22": -105.48329891027558, "W31": -105.48329891027558, "S31": -105.48329891027558, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.749360965995646, "W13": -20.0, "S13": -20.0, "W21": -35.236375122990033, "S21": -47.896437581122655, "W22": -77.515521803827852, "S22": -106.32887419217148, "W31": -106.32887419217148, "S31": -106.32887419217148, "W32": -109.15074102168828, "S32": -114.15074102168828 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.884538295467699, "W13": -20.0, "S13": -20.0, "W21": -34.824519110874668, "S21": -47.482595764555867, "W22": -76.726004410196765, "S22": -105.11606019228019, "W31": -105.11606019228019, "S31": -105.11606019228019, "W32": -108.2236142717705, "S32": -113.2236142717705 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -17.001636339032316, "W13": -20.0, "S13": -20.0, "W21": -34.412663098759296, "S21": -47.06875394798908, "W22": -75.938469274013769, "S22": -102.39447471843818, "W31": -102.39447471843818, "S31": -102.39447471843818, "W32": -107.29648752185275, "S32": -112.29648752185275 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -17.118734382596934, "W13": -20.0, "S13": -20.0, "W21": -34.000807086643924, "S21": -46.654912131422286, "W22": -75.15093413783076, "S22": -99.672889244596149, "W31": -100.0, "S31": -100.0, "W32": -106.36936077193501, "S32": -111.36936077193501 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.235832426161551, "W13": -20.0, "S13": -20.0, "W21": -33.588951074528559, "S21": -46.241070314855506, "W22": -74.363399001647764, "S22": -96.951303770754151, "W31": -100.0, "S31": -100.0, "W32": -105.44223402201725, "S32": -110.44223402201725 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.352930469726168, "W13": -20.0, "S13": -20.0, "W21": -33.177095062413194, "S21": -45.827228498288719, "W22": -73.575863865464768, "S22": -94.229718296912139, "W31": -100.0, "S31": -100.0, "W32": -104.51510727209948, "S32": -109.51510727209948 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.470028513290785, "W13": -20.0, "S13": -20.0, "W21": -32.765239050297822, "S21": -45.413386681721924, "W22": -72.788328729281758, "S22": -91.508132823070113, "W31": -100.0, "S31": -100.0, "W32": -103.58798052218174, "S32": -108.58798052218174 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.587126556855402, "W13": -20.0, "S13": -20.0, "W21": -32.353383038182457, "S21": -44.999544865155144, "W22": -72.000793593098777, "S22": -88.786547349228115, "W31": -100.0, "S31": -100.0, "W32": -102.69362089926362, "S32": -107.69362089926362 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.704224600420019, "W13": -20.0, "S13": -20.0, "W21": -31.941527026067085, "S21": -44.58570304858835, "W22": -71.213258456915767, "S22": -86.064961875386089, "W31": -100.0, "S31": -100.0, "W32": -102.69640185572473, "S32": -107.69640185572473 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.821322643984633, "W13": -20.0, "S13": -20.0, "W21": -31.52967101395172, "S21": -44.171861232021563, "W22": -70.425723320732772, "S22": -83.343376401544077, "W31": -100.0, "S31": -100.0, "W32": -102.69918281218585, "S32": -107.69918281218585 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.93842068754925, "W13": -20.0, "S13": -20.0, "W21": -31.117815001836348, "S21": -43.758019415454768, "W22": -69.564853891816369, "S22": -84.72471059073483, "W31": -100.0, "S31": -100.0, "W32": -102.70196376864698, "S32": -107.70196376864698 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.055518731113867, "W13": -20.0, "S13": -20.0, "W21": -30.705958989720983, "S21": -43.344177598887988, "W22": -68.617696184593754, "S22": -86.406774905197352, "W31": -100.0, "S31": -100.0, "W32": -102.70474472510809, "S32": -107.70474472510809 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.172616774678485, "W13": -20.0, "S13": -20.0, "W21": -30.294102977605615, "S21": -42.930335782321194, "W22": -67.670538477371124, "S22": -88.08883921965986, "W31": -100.0, "S31": -100.0, "W32": -102.70752568156921, "S32": -107.70752568156921 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.289714818243098, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -42.63424700026416, "W22": -66.723380770148509, "S22": -89.443037109306559, "W31": -100.0, "S31": -100.0, "W32": -102.71030663803033, "S32": -107.71030663803033 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.406812861807715, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -42.387795454316176, "W22": -65.77622306292588, "S22": -88.013900246873703, "W31": -100.0, "S31": -100.0, "W32": -102.71308759449145, "S32": -107.71308759449145 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.593315198699305, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -41.146962986875423, "W22": -64.82906535570325, "S22": -86.584763384440848, "W31": -90.0, "S31": -90.0, "W32": -102.71586855095256, "S32": -107.71586855095256 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.090028753322557, "W13": -20.0, "S13": -20.0, "W21": -30.000000000000004, "S21": -39.906130519434669, "W22": -63.881907648480635, "S22": -85.155626522008006, "W31": -90.0, "S31": -90.0, "W32": -102.71864950741369, "S32": -107.71864950741369 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.93649708371229, "W13": -20.0, "S13": -20.0, "W21": -30.000000000000004, "S21": -38.665298051993908, "W22": -63.057249948938193, "S22": -83.848989667255339, "W31": -90.0, "S31": -90.0, "W32": -102.7214304638748, "S32": -107.7214304638748 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.782965414102021, "W13": -20.0, "S13": -20.0, "W21": -30.268387113524177, "S21": -37.692852698077324, "W22": -62.367225494471519, "S22": -82.676986057578446, "W31": -90.0, "S31": -90.0, "W32": -102.72421142033593, "S32": -107.72421142033593 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.629433744491752, "W13": -20.0, "S13": -20.0, "W21": -31.158413303173589, "S21": -36.796478031388574, "W22": -61.67720104000486, "S22": -80.24146402474139, "W31": -90.0, "S31": -90.0, "W32": -102.72699237679704, "S32": -107.72699237679704 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.475902074881486, "W13": -20.0, "S13": -20.0, "W21": -32.048439492823, "S21": -35.244562639915358, "W22": -60.987176585538187, "S22": -75.533317570382593, "W31": -90.0, "S31": -90.0, "W32": -102.72977333325818, "S32": -107.72977333325818 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.322370405271215, "W13": -20.0, "S13": -20.0, "W21": -32.938465682472412, "S21": -35.658126865075445, "W22": -60.29715213107152, "S22": -74.228406109429258, "W31": -90.0, "S31": -90.0, "W32": -102.73255428971929, "S32": -107.73255428971929 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.168838735660948, "W13": -20.0, "S13": -20.583249476531847, "W21": -33.828491872121816, "S21": -36.071691090235518, "W22": -59.850588346436858, "S22": -73.177131949237619, "W31": -90.0, "S31": -90.0, "W32": -102.73533524618043, "S32": -107.73533524618043 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0153070660506796, "W13": -20.0, "S13": -20.0, "W21": -34.718518061771228, "S21": -36.485255315395598, "W22": -59.588167991014728, "S22": -72.078356827064411, "W31": -90.0, "S31": -90.0, "W32": -102.73811620264152, "S32": -107.73811620264152 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.965260855274337, "S21": -35.949366302066352, "W22": -59.325747635592599, "S22": -70.078783325144286, "W31": -90.0, "S31": -90.0, "W32": -102.74089715910264, "S32": -107.74089715910264 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.956760248897758, "S21": -35.415425584761103, "W22": -59.063327280170469, "S22": -68.079209823224161, "W31": -90.0, "S31": -90.0, "W32": -102.74367811556378, "S32": -107.74367811556378 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.948259642521165, "S21": -35.227741374080004, "W22": -58.800906924748347, "S22": -66.079636321304051, "W31": -90.0, "S31": -90.0, "W32": -102.74645907202489, "S32": -107.74645907202489 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 502950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.939759036144579, "S21": -35.040057163398906, "W22": -58.53848656932621, "S22": -64.080062819383926, "W31": -90.0, "S31": -90.0, "W32": -102.74924002848601, "S32": -107.74924002848601 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.931258429767986, "S21": -34.931258429767986, "W22": -58.276066213904073, "S22": -62.080489317463794, "W31": -90.0, "S31": -90.0, "W32": -102.75202098494714, "S32": -107.75202098494714 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.9227578233914, "S21": -34.9227578233914, "W22": -58.013645858481944, "S22": -59.04579499092209, "W31": -90.0, "S31": -90.0, "W32": -102.75480194140826, "S32": -107.75480194140826 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.914257217014814, "S21": -34.914257217014814, "W22": -57.751225503059814, "S22": -57.986395839582052, "W31": -90.0, "S31": -90.0, "W32": -102.75758289786937, "S32": -107.75758289786937 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.905756610638221, "S21": -34.905756610638221, "W22": -57.488805147637692, "S22": -58.09484114416545, "W31": -90.0, "S31": -90.0, "W32": -102.76036385433049, "S32": -107.76036385433049 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0400512094278733, "W13": -20.0, "S13": -20.0, "W21": -38.815208611199822, "S21": -38.815208611199822, "W22": -57.226384792215562, "S22": -58.203286448748841, "W31": -80.0, "S31": -80.0, "W32": -102.76314481079162, "S32": -107.76314481079162 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1000972063202825, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.963964436793432, "S22": -58.311731753332239, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1601432032126917, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.70154408137131, "S22": -58.420177057915637, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2201892001051009, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.439705069598261, "S22": -58.52920370614811, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2802351969975101, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.200856000788313, "S22": -58.661220297343682, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.3402811938899193, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.962006931978358, "S22": -58.793236888539248, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.4003271907823285, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.723157863168403, "S22": -58.92525347973482, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.4603731876747377, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.484308794358455, "S22": -59.057270070930393, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.5204191845671469, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.245459725548493, "S22": -59.189286662125951, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.5804651814595561, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.006610656738545, "S22": -59.321303253321524, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.6405111783519652, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -54.76776158792859, "S22": -59.453319844517097, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.7005571752443744, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -54.528912519118634, "S22": -59.585336435712662, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.0928111380049987, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -54.290063450308679, "S22": -59.717353026908228, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.6473756249298201, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -54.051214381498738, "S22": -59.849369618103808, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.9851286479562953, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.812365312688776, "S22": -59.981386209299373, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 503950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.9819488662759337, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.573516243878828, "S22": -60.113402800494946, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.334667175068866, "S22": -60.245419391690504, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.095818106258918, "S22": -60.377435982886077, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.856969037448962, "S22": -60.509452574081649, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.618119968639014, "S22": -60.641469165277222, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.379270899829052, "S22": -60.77348575647278, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.140421831019104, "S22": -60.905502347668353, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.901572762209149, "S22": -61.040777182238031, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.662723693399194, "S22": -61.190604312253697, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.010141212880498, "S21": -40.010141212880498, "W22": -51.423874624589246, "S22": -61.340431442269363, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.028396823400065, "S21": -40.028396823400065, "W22": -51.185025555779291, "S22": -59.710175265502421, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.046652433919633, "S21": -40.046652433919633, "W22": -50.946176486969343, "S22": -57.599903195043879, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.064908044439214, "S21": -40.064908044439214, "W22": -50.707327418159387, "S22": -55.517110026855036, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.083163654958781, "S21": -40.083163654958781, "W22": -50.468478349349432, "S22": -53.4343168586662, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.101419265478349, "S21": -40.101419265478349, "W22": -50.229629280539477, "S22": -51.351523690477364, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.119674875997916, "S21": -40.119674875997916, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.13793048651749, "S21": -40.13793048651749, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.156186097037065, "S21": -40.156186097037065, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.174441707556632, "S21": -40.174441707556632, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.192697318076206, "S21": -40.192697318076206, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 504950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.210952928595773, "S21": -40.210952928595773, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.229208539115348, "S21": -40.229208539115348, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.247464149634915, "S21": -40.247464149634915, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.265719760154489, "S21": -40.265719760154489, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.283975370674057, "S21": -40.283975370674057, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.302230981193631, "S21": -40.302230981193631, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.320486591713198, "S21": -40.320486591713198, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.338742202232773, "S21": -40.338742202232773, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.35699781275234, "S21": -40.35699781275234, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.375253423271914, "S21": -40.375253423271914, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.436614303529112, "S21": -40.436614303529112, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.518056207561344, "S21": -40.518056207561344, "W22": -50.0, "S22": -54.488996028511473, "W31": -80.0, "S31": -80.234023407498725, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.550948549009632, "S21": -40.550948549009632, "W22": -50.0, "S22": -61.547493106258997, "W31": -80.0, "S31": -80.318788438379883, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.583840890457914, "S21": -40.583840890457914, "W22": -50.0, "S22": -66.097609760976098, "W31": -80.0, "S31": -80.256784545361626, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.616733231906203, "S21": -40.616733231906203, "W22": -50.000000000000007, "S22": -67.411642297190184, "W31": -80.0, "S31": -80.194780652343368, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.649625573354484, "S21": -40.649625573354484, "W22": -49.999999999999993, "S22": -68.805712551682277, "W31": -80.0, "S31": -80.132776759325111, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.682517914802773, "S21": -40.682517914802773, "W22": -50.0, "S22": -68.54334989695154, "W31": -80.0, "S31": -80.070772866306839, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.715410256251054, "S21": -40.715410256251054, "W22": -50.0, "S22": -68.280987242220789, "W31": -80.0, "S31": -80.008768973288582, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.748302597699343, "S21": -40.748302597699343, "W22": -50.0, "S22": -67.769979263040355, "W31": -80.0, "S31": -80.512893374634118, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.781194939147625, "S21": -40.97394342841622, "W22": -50.0, "S22": -66.919232200776307, "W31": -80.0, "S31": -81.110271676171436, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 505950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.814087280595913, "S21": -41.267306701308563, "W22": -50.0, "S22": -66.068485138512258, "W31": -80.0, "S31": -81.376435194663827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.713690352156696, "W22": -50.0, "S22": -65.21773807624821, "W31": -80.0, "S31": -80.145410096461973, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.97416128360075, "W22": -50.0, "S22": -63.846595502853191, "W31": -80.0, "S31": -80.766501190664286, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.234632215044797, "W22": -49.999999999999993, "S22": -62.226661823465307, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.495103146488852, "W22": -50.0, "S22": -60.606728144077429, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.755574077932906, "W22": -50.000000000000007, "S22": -58.986794464689552, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.016045009376953, "W22": -50.0, "S22": -57.366860785301668, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.276515940821007, "W22": -49.999999999999993, "S22": -56.352675568188651, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.536986872265054, "W22": -50.0, "S22": -55.379153509433394, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.797457803709108, "W22": -50.0, "S22": -53.890667303710451, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.057928735153155, "W22": -50.0, "S22": -52.180602006688417, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.318399666597209, "W22": -50.0, "S22": -50.470536709666391, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.578870598041256, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.83934152948531, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.099812460929357, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.357936533301675, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.615900308795574, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.873864084289472, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.855967967754914, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.574122788055753, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.289291514993657, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.965828309330348, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.642365103667046, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.318901898003737, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.995438692340436, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.671975486677127, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.348512281013818, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.025049075350516, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.701585869687207, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.378122664023905, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.054659458360597, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.731196252697288, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.407733047033986, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.084269841370677, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.506290816349399, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.190952161109443, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.396030578632249, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.228566298590536, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.06110201854883, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.893637738507117, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 507950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.726173458465404, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.558709178423697, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.391244898381984, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.223780618340271, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.056316338298565, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -36.18, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -71.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -33.59, "S21": -33.59, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -71.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -33.59, "S21": -33.59, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -33.59, "S21": -33.59, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -33.59, "S21": -33.59, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.59, "S21": -33.59, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 508950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99000.0, 509400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37773677260012084, "S11": 0.37773677260012084, "W12": -13.757161741798383, "S12": -13.757161741798383, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -67.52425147374035, "W22": -89.734093890978329, "S22": -103.71164369681092, "W31": -103.71164369681092, "S31": -103.71164369681092, "W32": -106.73042540008727, "S32": -111.73042540008727 }, "geometry": { "type": "Point", "coordinates": [ 99000.588235294111655, 499436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1407089056617101, "S11": 2.1407089056617101, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.273257798732274, "W22": -75.535210301520564, "S22": -89.639358815843877, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99004.0, 497648.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.057550173102845, "S12": -13.057550173102845, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.765798016395209, "W22": -90.0, "S22": -109.57620619432799, "W31": -109.57620619432799, "S31": -109.57620619432799, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99004.625, 500173.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.249542063457774, "S21": -40.249542063457774, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99010.0, 505121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -45.0, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99011.0, 506875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39229001710186645, "S11": 0.39229001710186645, "W12": -13.666021178070375, "S12": -13.666021178070375, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -69.445023354551225, "W22": -89.953056722216772, "S22": -104.04216084422296, "W31": -104.04216084422296, "S31": -104.04216084422296, "W32": -107.04043628934937, "S32": -112.04043628934937 }, "geometry": { "type": "Point", "coordinates": [ 99015.882352941174759, 499482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -54.743901125892073, "S21": -68.267923958501129, "W22": -80.494686424188004, "S22": -95.375636688249031, "W31": -95.375636688249031, "S31": -95.375636688249031, "W32": -98.48911572946389, "S32": -103.48911572946389 }, "geometry": { "type": "Point", "coordinates": [ 99016.5, 498066.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.677490712157415, "S22": -61.200697028203329, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99020.830769230771693, 504398.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.295577639735159, "W13": -20.0, "S13": -20.0, "W21": -39.620402929471645, "S21": -52.531913378503155, "W22": -84.331327757816027, "S22": -86.610079682119917, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99022.666666666671517, 501129.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.252618162309007, "S12": -14.252618162309007, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.746872972083565, "W22": -68.790431794124856, "S22": -82.361021524523323, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99029.0, 497151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40375090304511918, "S11": 0.40375090304511918, "W12": -13.574880614342369, "S12": -13.574880614342369, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.3657952353621, "W22": -90.0, "S22": -104.20065843817977, "W31": -104.20065843817977, "S31": -104.20065843817977, "W32": -107.35044717861146, "S32": -112.35044717861146 }, "geometry": { "type": "Point", "coordinates": [ 99031.176470588237862, 499528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1063325315703167, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.643583761741219, "S22": -58.38730630178501, "W31": -80.0, "S31": -80.0, "W32": -102.45953258488471, "S32": -107.45953258488471 }, "geometry": { "type": "Point", "coordinates": [ 99038.647058823524276, 503360.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.513150429365972, "W13": -20.0, "S13": -20.0, "W21": -38.972089239868161, "S21": -52.057008959395176, "W22": -83.436640605322268, "S22": -83.436640605322268, "W31": -100.0, "S31": -100.0, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99040.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.187332576757115, "W22": -70.518020467195441, "S22": -84.078921966478873, "W31": -87.723713646532445, "S31": -87.723713646532445, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99042.0, 497301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.428602284405784, "S21": -67.763373420100493, "W22": -80.0, "S22": -94.730604406351688, "W31": -94.730604406351688, "S31": -94.730604406351688, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99043.0, 498012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.415345069535118, "W13": -20.0, "S13": -20.0, "W21": -39.275880249037229, "S21": -52.418758754850586, "W22": -83.848024895066544, "S22": -85.48753227313216, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99045.555555555562023, 501171.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.702594712118717, "S21": -40.702594712118717, "W22": -50.0, "S22": -67.674203753921404, "W31": -80.0, "S31": -80.167594210528492, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99046.25, 505922.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41493426025727043, "S11": 0.41493426025727043, "W12": -13.483740050614363, "S12": -13.483740050614363, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.215656877814922, "W22": -90.0, "S22": -104.31221275435337, "W31": -104.31221275435337, "S31": -104.31221275435337, "W32": -107.66045806787355, "S32": -112.66045806787355 }, "geometry": { "type": "Point", "coordinates": [ 99046.470588235300966, 499574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.372420793778055, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99047.885714285715949, 506570.057142857171129 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.372906687817871, "S12": -13.372906687817871, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.271145825814159, "W22": -66.929715203629641, "S22": -80.291972744229241, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99048.764705882349517, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.82626918933466, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99049.395833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.36811811734205, "S12": -13.36811811734205, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.26993009358786, "W22": -66.916456875422824, "S22": -80.276597203748253, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4896570047224529, "S11": 2.4896570047224529, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -54.357707591727618, "S21": -67.649329279015603, "W22": -79.768945204998175, "S22": -94.464163655484512, "W31": -94.464163655484512, "S31": -94.464163655484512, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8706917752872148, "S11": 1.8706917752872148, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.830749832272602, "S21": -63.974350150129567, "W22": -86.373516453626678, "S22": -103.19764007917409, "W31": -103.19764007917409, "S31": -103.19764007917409, "W32": -103.47366320830008, "S32": -108.47366320830008 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65284213133162461, "S11": 0.65284213133162461, "W12": -13.075776517457635, "S12": -13.075776517457635, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.234672797472996, "W22": -90.0, "S22": -114.25999526728606, "W31": -114.25999526728606, "S31": -114.25999526728606, "W32": -114.25999526728606, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -12.144275732299532, "S12": -16.676804364148602, "W13": -20.0, "S13": -20.0, "W21": -43.562576922983915, "S21": -56.757533631428515, "W22": -85.853213461429732, "S22": -94.493856648453345, "W31": -100.0, "S31": -100.0, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.662949756783728, "W13": -20.0, "S13": -20.0, "W21": -32.404770577308774, "S21": -45.560011196724972, "W22": -72.056072501696235, "S22": -92.874248503185299, "W31": -100.0, "S31": -100.0, "W32": -104.19156450599917, "S32": -109.19156450599917 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.232621927030792, "S21": -34.232621927030792, "W22": -59.156748926700743, "S22": -69.759616095083402, "W31": -90.0, "S31": -90.0, "W32": -102.34162246261212, "S32": -107.34162246261212 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 502876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.21154042321686, "S21": -34.21154042321686, "W22": -58.505946445253869, "S22": -64.800673810321513, "W31": -90.0, "S31": -90.0, "W32": -102.34851923463569, "S32": -107.34851923463569 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.8421959450226133, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.590439182386433, "S22": -60.06625892182398, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.183005715618975, "S21": -40.183005715618975, "W22": -50.0, "S22": -51.013761851062938, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.748849467055251, "S21": -41.149974701479088, "W22": -50.000000000000007, "S22": -66.362365298049383, "W31": -80.0, "S31": -81.046966184963097, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.844066382484918, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -41.839724598948948, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42834681736931018, "S11": 0.42834681736931018, "W12": -12.928792878342467, "S12": -12.928792878342467, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -73.236143056537983, "W22": -90.0, "S22": -110.27492922519946, "W31": -110.27492922519946, "S31": -110.27492922519946, "W32": -110.27492922519946, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99050.75, 500155.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -58.395321855023631, "S21": -58.395321855023631, "W22": -84.537188078408946, "S22": -101.69550345837823, "W31": -101.69550345837823, "S31": -101.69550345837823, "W32": -101.69550345837823, "S32": -106.26057529610829 }, "geometry": { "type": "Point", "coordinates": [ 99052.0, 498738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -57.457195266551174, "S21": -72.457195266551167, "W22": -83.325314732148357, "S22": -99.842397526692764, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.9384098544233 }, "geometry": { "type": "Point", "coordinates": [ 99055.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -54.720242483168327, "S21": -68.206724834336555, "W22": -80.182981589582397, "S22": -94.990781614477044, "W31": -95.092719306682298, "S31": -95.092719306682298, "W32": -98.497668242302922, "S32": -103.49766824230292 }, "geometry": { "type": "Point", "coordinates": [ 99059.25, 498067.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.07608635869606, "S21": -40.07608635869606, "W22": -50.135627712489985, "S22": -50.135627712489985, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99061.0, 504724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42611761746948051, "S11": 0.42611761746948051, "W12": -13.392599486886404, "S12": -13.392599486886404, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.369548156584585, "W22": -90.0, "S22": -104.42376707052745, "W31": -104.42376707052745, "S31": -104.42376707052745, "W32": -107.97046895713564, "S32": -112.97046895713564 }, "geometry": { "type": "Point", "coordinates": [ 99061.764705882349517, 499620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.174945365158031, "W13": -20.0, "S13": -20.0, "W21": -37.006207312446818, "S21": -50.315930279487148, "W22": -80.694776422450786, "S22": -80.694776422450786, "W31": -100.0, "S31": -100.0, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99063.0, 501443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.886592307386135, "S12": -17.421704806721372, "W13": -20.0, "S13": -20.0, "W21": -38.931357568602301, "S21": -52.305604131197363, "W22": -83.364722032316379, "S22": -86.068057960172155, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99068.444444444437977, 501214.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.729056800763722, "S22": -61.214081032229267, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99070.046153846153175, 504391.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.97164600770958, "S12": -13.97164600770958, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.637430839399819, "W22": -68.099309814533612, "S22": -81.57435850449798, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99070.19999999999709, 497128.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.412584505349557, "S21": -40.412584505349557, "W22": -49.999999999999993, "S22": -70.0, "W31": -80.0, "S31": -80.339542344744473, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99073.0, 505664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99076.75, 509638.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43730097468163165, "S11": 0.43730097468163165, "W12": -13.301458923158396, "S12": -13.301458923158396, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.523439435354391, "W22": -90.0, "S22": -104.53532138670103, "W31": -104.53532138670103, "S31": -104.53532138670103, "W32": -108.28047984639772, "S32": -113.28047984639772 }, "geometry": { "type": "Point", "coordinates": [ 99077.058823529412621, 499666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.364474440948612, "W22": -71.081278221023624, "S22": -84.65177820345572, "W31": -88.077460850111862, "S31": -88.077460850111862, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99080.0, 497372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0371050175397603, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.619149205881946, "S22": -58.365644612975927, "W31": -80.0, "S31": -80.0, "W32": -102.08709438351796, "S32": -107.08709438351796 }, "geometry": { "type": "Point", "coordinates": [ 99085.176470588237862, 503368.470588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.642516919273724, "W13": -20.0, "S13": -20.0, "W21": -32.479611341708399, "S21": -34.559042310955732, "W22": -61.222999343096717, "S22": -81.222999343096717, "W31": -90.0, "S31": -90.0, "W32": -102.02294740046337, "S32": -107.02294740046337 }, "geometry": { "type": "Point", "coordinates": [ 99088.0, 502622.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.774990082058656, "S12": -17.429870011193852, "W13": -20.0, "S13": -20.0, "W21": -38.586834888167886, "S21": -52.192449507544794, "W22": -82.881419169566882, "S22": -87.41357946392705, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99091.333333333328483, 501256.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44848433189378289, "S11": 0.44848433189378289, "W12": -13.21031835943039, "S12": -13.21031835943039, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.67733071412421, "W22": -90.0, "S22": -104.64687570287462, "W31": -104.64687570287462, "S31": -104.64687570287462, "W32": -108.59049073565981, "S32": -113.59049073565981 }, "geometry": { "type": "Point", "coordinates": [ 99092.352941176475724, 499712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.0, "W22": -60.0, "S22": -73.190326986422434, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99094.0, 496925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -59.666596793523588, "S21": -66.772552523508693, "W22": -85.915587952803676, "S22": -101.95217959876858, "W31": -101.95217959876858, "S31": -101.95217959876858, "W32": -103.25593224149365, "S32": -108.25593224149365 }, "geometry": { "type": "Point", "coordinates": [ 99094.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.645401850498999, "S21": -40.645401850498999, "W22": -50.0, "S22": -67.795775928704586, "W31": -80.0, "S31": -80.037374294158582, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99095.0, 505932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.875659178024108, "S21": -42.706423789713533, "W22": -50.0, "S22": -60.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99096.0, 506284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68492137040825996, "S11": 0.68492137040825996, "W12": -12.800035583582092, "S12": -12.800035583582092, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.706488096680772, "W22": -89.999999999999986, "S22": -110.97365225607091, "W31": -110.97365225607091, "S31": -110.97365225607091, "W32": -110.97365225607091, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99096.875, 500137.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.351987304129118, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99096.971428571428987, 506576.514285714307334 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.183872167606195, "S12": -13.183872167606195, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.237877889250925, "W22": -66.406326913942422, "S22": -79.685004979528756, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99097.529411764699034, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.080963506375113, "W13": -20.0, "S13": -20.0, "W21": -34.381588751569964, "S21": -48.034838576564582, "W22": -75.794804691286217, "S22": -99.405098182612079, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99098.0, 501766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.926364920204243, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99098.791666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.174295026654551, "S12": -13.174295026654551, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.242296323291221, "W22": -66.37981025752876, "S22": -79.654253898566765, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4544818398856436, "S11": 2.4544818398856436, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.320434836073147, "S21": -67.650275700990548, "W22": -78.87212889955434, "S22": -93.478437913193048, "W31": -94.18111897357484, "S31": -94.18111897357484, "W32": -98.303272440883816, "S32": -103.30327244088382 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2576427569199371, "S11": 2.2576427569199371, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -59.793477076618132, "S21": -67.750594492062817, "W22": -86.042918081630148, "S22": -101.59403803647766, "W31": -101.59403803647766, "S31": -101.59403803647766, "W32": -103.44134640243698, "S32": -108.44134640243698 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70653069976695115, "S11": 0.70653069976695115, "W12": -12.917900369499513, "S12": -12.917900369499513, "W13": -20.0, "S13": -20.0, "W21": -60.000000000000007, "S21": -73.743751589916513, "W22": -90.0, "S22": -114.51260819174055, "W31": -114.51260819174055, "S31": -114.51260819174055, "W32": -114.51260819174055, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.98639958434141, "S12": -16.545065173848609, "W13": -20.0, "S13": -20.0, "W21": -43.346164913205484, "S21": -57.050200414093595, "W22": -85.872489603733911, "S22": -96.765977006580002, "W31": -97.17169184212986, "S31": -97.17169184212986, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.735634892944837, "W13": -20.0, "S13": -20.0, "W21": -32.456158116435098, "S21": -46.120477528294813, "W22": -72.111351410293693, "S22": -96.961949657142497, "W31": -100.0, "S31": -100.0, "W32": -105.72227523973433, "S32": -110.72227523973433 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.483321810289134, "S21": -33.846800807572656, "W22": -58.473406321181521, "S22": -65.521284801259085, "W31": -90.0, "S31": -90.0, "W32": -101.94779844078536, "S32": -106.94779844078536 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.9278872912657716, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.607362120894045, "S22": -60.06367586221387, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.155058502642191, "S21": -40.155058502642191, "W22": -50.0, "S22": -53.086392682621224, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.683611653514596, "S21": -41.031990356476996, "W22": -50.0, "S22": -66.623812122038828, "W31": -80.0, "S31": -80.386282392217439, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.398841249976179, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.953275739432485, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99100.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.696583840444568, "S21": -68.243042106290588, "W22": -79.705176551251284, "S22": -93.864484356949674, "W31": -94.927559239427055, "S31": -94.927559239427055, "W32": -98.506220755141953, "S32": -103.50622075514195 }, "geometry": { "type": "Point", "coordinates": [ 99102.0, 498069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45966768910599287, "S11": 0.45966768910599287, "W12": -13.119177795702431, "S12": -13.119177795702431, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.831221992893873, "W22": -90.0, "S22": -104.95237026735334, "W31": -104.95237026735334, "S31": -104.95237026735334, "W32": -108.90050162492189, "S32": -113.90050162492189 }, "geometry": { "type": "Point", "coordinates": [ 99107.647058823524276, 499758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.690673853110154, "S12": -13.690673853110154, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.586759609325853, "W22": -67.408187834942353, "S22": -80.787695484472621, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99111.399999999994179, 497105.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.663387856731122, "S12": -17.438035215666439, "W13": -20.0, "S13": -20.0, "W21": -38.248657248640569, "S21": -52.085639924799324, "W22": -82.398116306816704, "S22": -88.759100967680695, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99114.222222222218988, 501298.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.166069775161162, "S12": -14.166069775161162, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -71.997056501375937, "W22": -87.016720095589733, "S22": -99.893749588901315, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -104.67523951905099, "S32": -109.67523951905099 }, "geometry": { "type": "Point", "coordinates": [ 99119.0, 499158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.780622889370029, "S22": -61.227465036255204, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99119.261538461534656, 504383.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9700159117262164, "S11": 1.9700159117262164, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -62.032279181513871, "W22": -73.259493723828371, "S22": -86.998980182921144, "W31": -89.201621923937367, "S31": -89.201621923937367, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99122.0, 497567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47085104631814412, "S11": 0.47085104631814412, "W12": -13.028037231974425, "S12": -13.028037231974425, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -73.985113271663678, "W22": -90.0, "S22": -106.87623772625915, "W31": -106.87623772625915, "S31": -106.87623772625915, "W32": -109.21051251418399, "S32": -114.21051251418399 }, "geometry": { "type": "Point", "coordinates": [ 99122.941176470587379, 499804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509674.673469387751538 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509682.510204081656411 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -47.659623119321168, "S22": -47.659623119321168, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509724.346938775503077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -47.186332489200723, "S22": -47.186332489200723, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509732.020408163254615 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -45.576803301129608, "S22": -45.576803301129608, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509774.020408163254615 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -45.58051408836716, "S22": -45.58051408836716, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509781.530612244911026 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -45.60134693193443, "S22": -45.60134693193443, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509823.693877551006153 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -45.604977049884198, "S22": -45.604977049884198, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509831.04081632650923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -45.625890562739258, "S22": -45.625890562739258, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509873.367346938757692 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -45.629440011401257, "S22": -45.629440011401257, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509880.551020408165641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -45.650434193544079, "S22": -45.650434193544079, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509923.04081632650923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -45.653902972918324, "S22": -45.653902972918324, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99125.0, 509930.061224489822052 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.594714650022667, "S22": -58.343982924166859, "W31": -80.0, "S31": -80.0, "W32": -101.71465618215136, "S32": -106.71465618215136 }, "geometry": { "type": "Point", "coordinates": [ 99131.705882352936896, 503376.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.551785631403643, "S12": -17.446200420138918, "W13": -20.0, "S13": -20.0, "W21": -37.924391800765683, "S21": -51.992742533706291, "W22": -81.914813444067207, "S22": -90.10462247143559, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99137.111111111109494, 501340.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.325867643445712, "S21": -40.325867643445712, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99138.0, 505526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48203440353029514, "S11": 0.48203440353029514, "W12": -12.936896668246419, "S12": -12.936896668246419, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -74.139004550433484, "W22": -90.0, "S22": -108.80010518516497, "W31": -108.80010518516497, "S31": -108.80010518516497, "W32": -109.52052340344609, "S32": -114.52052340344609 }, "geometry": { "type": "Point", "coordinates": [ 99138.235294117650483, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.566248147650882, "S21": -40.566248147650882, "W22": -49.999999999999993, "S22": -67.865191955016428, "W31": -80.0, "S31": -80.088642479587904, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99141.222222222218988, 505941.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73686183696447527, "S11": 0.73686183696447527, "W12": -12.671278288821712, "S12": -12.671278288821712, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -74.176833136823561, "W22": -90.0, "S22": -111.67237528694237, "W31": -111.67237528694237, "S31": -111.67237528694237, "W32": -111.67237528694237, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99143.0, 500119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -54.734351442370802, "S21": -68.395628122355021, "W22": -79.138765093513456, "S22": -93.027094667998341, "W31": -94.884375592664895, "S31": -94.884375592664895, "W32": -98.547545781207873, "S32": -103.54754578120787 }, "geometry": { "type": "Point", "coordinates": [ 99144.333333333328483, 498081.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0901186274926657, "S11": 2.0901186274926657, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -72.187042473765302, "W22": -86.044937790747824, "S22": -99.814923742390164, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -103.75865060006221, "S32": -108.75865060006221 }, "geometry": { "type": "Point", "coordinates": [ 99146.0, 499044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -43.331553814480245, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99146.057142857142026, 506582.971428571443539 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.994837647394462, "S12": -12.994837647394462, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.199576522480442, "W22": -65.882938624255047, "S22": -79.078037214828086, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99146.294117647063104, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.026460651073499, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99148.1875, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.980471935967055, "S12": -12.980471935967055, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.195927851291742, "W22": -65.84316363963471, "S22": -79.031910593385277, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4193066750488339, "S11": 2.4193066750488339, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.283162080418677, "S21": -67.702423634246557, "W22": -78.015083990401109, "S22": -92.532483567192187, "W31": -93.981200049595529, "S31": -93.981200049595529, "W32": -98.308120169983752, "S32": -103.30812016998375 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.756204320963661, "S21": -71.526838833996052, "W22": -85.712319709633647, "S22": -99.990435993781247, "W31": -100.0, "S31": -100.0, "W32": -103.40902959657387, "S32": -108.40902959657387 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68549569793412435, "S11": 0.68549569793412435, "W12": -12.760024221541391, "S12": -12.760024221541391, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -74.252830382360031, "W22": -90.0, "S22": -114.76522111619504, "W31": -114.76522111619504, "S31": -114.76522111619504, "W32": -114.76522111619504, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.828523436383286, "S12": -16.413325983548614, "W13": -20.0, "S13": -20.0, "W21": -43.358713178051872, "S21": -57.5718274713835, "W22": -85.891765746038118, "S22": -99.038097364706687, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.739276112342871, "W13": -20.0, "S13": -20.0, "W21": -32.507545655561415, "S21": -46.680943859864641, "W22": -72.166630318891151, "S22": -96.084517105629629, "W31": -100.0, "S31": -100.0, "W32": -107.25298597346952, "S32": -112.25298597346952 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -32.755103197361407, "S21": -33.729006798782962, "W22": -58.44086619710918, "S22": -66.241895792196672, "W31": -90.0, "S31": -90.0, "W32": -101.54707764693502, "S32": -106.54707764693502 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.685001727359154, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.624285059401657, "S22": -60.099520157256606, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.127111289665393, "S21": -40.127111289665393, "W22": -50.0, "S22": -55.159023514179509, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.618373839973934, "S21": -40.911708507708184, "W22": -50.0, "S22": -66.885258946028273, "W31": -80.0, "S31": -80.028481039633732, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.953616117467433, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -44.066826879916029, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99150.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.409701698510361, "S12": -13.409701698510361, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.46987240075606, "W22": -66.717065855350313, "S22": -80.001032464446439, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99152.600000000005821, 497082.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49321776074250534, "S11": 0.49321776074250534, "W12": -12.845756104518458, "S12": -12.845756104518458, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -74.292895829203161, "W22": -90.0, "S22": -110.72397264407091, "W31": -110.72397264407091, "S31": -110.72397264407091, "W32": -110.72397264407091, "S32": -114.83053429270817 }, "geometry": { "type": "Point", "coordinates": [ 99153.529411764699034, 499896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.424975197681093, "S21": -40.424975197681093, "W22": -50.0, "S22": -70.0, "W31": -80.0, "S31": -80.253723615013627, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99156.0, 505825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.440183406076107, "S12": -17.454365624611505, "W13": -20.0, "S13": -20.0, "W21": -37.600126352890328, "S21": -51.899845142612783, "W22": -81.431510581317042, "S22": -91.450143975189249, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99160.0, 501383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50009586586937071, "S11": 0.50009586586937071, "W12": -12.783818457429657, "S12": -12.783818457429657, "W13": -20.0, "S13": -20.000561425396715, "W21": -60.0, "S21": -74.398271718743288, "W22": -90.000000000000014, "S22": -112.01905171609846, "W31": -112.01905171609846, "S31": -112.01905171609846, "W32": -112.01905171609846, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99164.0, 499927.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99165.25, 509621.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.951502863824377, "W13": -20.0, "S13": -20.0, "W21": -32.572113477428054, "S21": -32.572113477428054, "W22": -61.115410730156277, "S22": -81.314460718846618, "W31": -90.0, "S31": -90.0, "W32": -101.3896973079214, "S32": -106.3896973079214 }, "geometry": { "type": "Point", "coordinates": [ 99167.0, 502620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.71306030986721, "S21": -68.414604419574587, "W22": -78.724717175179975, "S22": -92.468012331574087, "W31": -94.776825909261035, "S31": -94.776825909261035, "W32": -98.547881393222426, "S32": -103.54788139322243 }, "geometry": { "type": "Point", "coordinates": [ 99168.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.832188977976344, "S22": -61.240849040281148, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99168.476923076930689, 504376.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5047113855417823, "S11": 0.5047113855417823, "W12": -12.754615540790454, "S12": -12.754615540790454, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -74.446787107972966, "W22": -90.0, "S22": -112.64784010297673, "W31": -112.64784010297673, "S31": -112.64784010297673, "W32": -112.64784010297673, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99168.823529411762138, 499942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.132256370975377, "W13": -20.0, "S13": -20.0, "W21": -31.373876086506385, "S21": -45.735163979474173, "W22": -69.978998599299473, "S22": -94.978998599299473, "W31": -100.0, "S31": -100.0, "W32": -105.23870115251917, "S32": -110.23870115251917 }, "geometry": { "type": "Point", "coordinates": [ 99169.0, 502140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.570280094163664, "S22": -58.322321235357613, "W31": -80.0, "S31": -80.0, "W32": -101.34221798078462, "S32": -106.34221798078462 }, "geometry": { "type": "Point", "coordinates": [ 99178.235294117650483, 503385.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.862752197746644, "S21": -43.356747393903568, "W22": -50.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99179.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5166831409050231, "S11": 0.5166831409050231, "W12": -12.663474977062444, "S12": -12.663474977062444, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -74.600678386742786, "W22": -90.0, "S22": -114.57170756188253, "W31": -114.57170756188253, "S31": -114.57170756188253, "W32": -114.57170756188253, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99184.117647058825241, 499988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.320098900425732, "S12": -17.449463922519108, "W13": -20.0, "S13": -20.0, "W21": -37.2933301493211, "S21": -51.857009874162557, "W22": -80.969512853331679, "S22": -93.282938477652593, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99186.083333333328483, 501423.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.772119044296701, "S21": -68.548214138418956, "W22": -78.572353635774633, "S22": -92.318002603231719, "W31": -94.841191945902011, "S31": -94.841191945902011, "W32": -98.588870807273622, "S32": -103.58887080727362 }, "geometry": { "type": "Point", "coordinates": [ 99186.666666666671517, 498094.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72721392366765125, "S11": 0.72721392366765125, "W12": -12.533951722545369, "S12": -12.533951722545369, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -74.622311831789531, "W22": -90.0, "S22": -111.91589306657409, "W31": -111.91589306657409, "S31": -111.91589306657409, "W32": -111.91589306657409, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99186.75, 500118.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.453606484590786, "S21": -40.453606484590786, "W22": -49.999999999999993, "S22": -67.934607981327247, "W31": -80.0, "S31": -80.139910665017155, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99187.444444444437977, 505951.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0455967429294173, "S11": 2.0455967429294173, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -52.620140922873432, "S21": -65.123685346313891, "W22": -74.343164301356609, "S22": -88.214459000575985, "W31": -90.15054925472657, "S31": -90.15054925472657, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99193.0, 497702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.128729543910934, "S12": -13.128729543910934, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.352985192186473, "W22": -66.025943875759069, "S22": -79.214369444421095, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99193.80000000000291, 497059.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.805803127182786, "S12": -12.805803127182786, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.151564642870383, "W22": -65.359550334567828, "S22": -78.471069450127601, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99195.058823529412621, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.947227130650454, "S21": -43.828570002436564, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99195.142857142855064, 506589.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -45.126556381942756, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99197.583333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5286548962682639, "S11": 0.5286548962682639, "W12": -12.572334413334438, "S12": -12.572334413334438, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -74.754569665512591, "W22": -90.0, "S22": -114.14129640394012, "W31": -114.14129640394012, "S31": -114.14129640394012, "W32": -114.14129640394012, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99199.411764705888345, 500034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.786648845279556, "S12": -12.786648845279556, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.146699747952113, "W22": -65.30651702174066, "S22": -78.409567288203803, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3841315102120237, "S11": 2.3841315102120237, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.245889324764214, "S21": -67.740100099811471, "W22": -77.158039081247864, "S22": -91.030305172124031, "W31": -93.7691443959948, "S31": -93.7691443959948, "W32": -98.312967899083702, "S32": -103.3129678990837 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.606614847487819, "S21": -74.408240111319756, "W22": -85.381721337637131, "S22": -98.386833951084824, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -103.37671279071076, "S32": -108.37671279071076 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4701986607752463, "S11": 0.4701986607752463, "W12": -12.602148073583267, "S12": -12.602148073583267, "W13": -20.0, "S13": -20.040791063979093, "W21": -60.0, "S21": -74.761909174803549, "W22": -90.0, "S22": -114.96893905436342, "W31": -114.96893905436342, "S31": -114.96893905436342, "W32": -114.96893905436342, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.670647288425165, "S12": -16.281586793248621, "W13": -20.0, "S13": -20.0, "W21": -43.421329907074366, "S21": -58.143522992849512, "W22": -85.911041888342311, "S22": -101.31021772283336, "W31": -101.31021772283336, "S31": -101.31021772283336, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.73914650326706, "S12": -18.482063835007963, "W13": -20.0, "S13": -20.0, "W21": -32.558933194687732, "S21": -47.241410191434476, "W22": -72.221909227488609, "S22": -92.432113753369038, "W31": -100.0, "S31": -100.0, "W32": -108.91785920786357, "S32": -113.91785920786357 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.1299010908152702, "W13": -20.0, "S13": -20.0, "W21": -32.026884584433688, "S21": -33.611212789993274, "W22": -58.418189374108337, "S22": -66.97237008420575, "W31": -90.0, "S31": -90.0, "W32": -101.14635685308471, "S32": -106.14635685308471 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.5997552488742022, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.64120799790927, "S22": -60.135364452299342, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.099164076688595, "S21": -40.099164076688595, "W22": -50.0, "S22": -57.231654345737795, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.464276287080018, "S21": -40.702566919586054, "W22": -50.0, "S22": -67.146705770017732, "W31": -80.0, "S31": -80.097055621433697, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.508390984958695, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -45.180378020399566, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99200.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.455069451006331, "S12": -14.455069451006331, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -61.251772211720223, "W22": -69.288968225155884, "S22": -82.558749680480716, "W31": -87.518526286353463, "S31": -87.518526286353463, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99203.0, 497331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99205.5, 509618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -55.537036694868654, "S21": -69.7917743041981, "W22": -80.0, "S22": -94.821775566673608, "W31": -96.286523110010535, "S31": -96.286523110010535, "W32": -99.010160840193493, "S32": -104.01016084019349 }, "geometry": { "type": "Point", "coordinates": [ 99208.0, 498237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.200014394775312, "S12": -17.444562220426668, "W13": -20.0, "S13": -20.0, "W21": -36.986533945751887, "S21": -51.814174605712495, "W22": -80.507515125346345, "S22": -93.437363805419864, "W31": -93.437363805419864, "S31": -93.437363805419864, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99212.166666666671517, 501464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17800227481627295, "S11": -0.17800227481627295, "W12": -12.858817505761062, "S12": -12.858817505761062, "W13": -19.99033553245156, "S13": -19.99033553245156, "W21": -60.0, "S21": -74.917279533443903, "W22": -90.0, "S22": -100.39187933010641, "W31": -100.39187933010641, "S31": -100.39187933010641, "W32": -108.37712669154875, "S32": -113.37712669154875 }, "geometry": { "type": "Point", "coordinates": [ 99214.0, 499677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54062665163156809, "S11": 0.54062665163156809, "W12": -12.48119384960648, "S12": -12.48119384960648, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -74.908460944282254, "W22": -90.0, "S22": -113.03668320678047, "W31": -113.03668320678047, "S31": -113.03668320678047, "W32": -113.03668320678047, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99214.705882352936896, 500080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.3327346909846742, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.883755066582658, "S22": -61.254233044307092, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99217.69230769231217, 504369.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -58.785887783601233, "S21": -73.785887783601225, "W22": -84.393250633370457, "S22": -98.633629980224811, "W31": -100.0, "S31": -100.0, "W32": -102.38642281997384, "S32": -107.38642281997384 }, "geometry": { "type": "Point", "coordinates": [ 99219.0, 498876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.545845538304377, "S22": -58.336331768936496, "W31": -80.0, "S31": -80.0, "W32": -100.96977977941802, "S32": -105.96977977941802 }, "geometry": { "type": "Point", "coordinates": [ 99224.764705882349517, 503393.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.115349292626622, "S12": -17.483977737964967, "W13": -20.0, "S13": -20.0, "W21": -36.638317874248649, "S21": -51.605056158867995, "W22": -80.0, "S22": -88.388822419584926, "W31": -92.793966389268959, "S31": -92.793966389268959, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99226.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4978808469219915, "S11": 2.4978808469219915, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -54.809886646222935, "S21": -68.633728801232394, "W22": -78.00594217803679, "S22": -91.608910538466674, "W31": -94.798008299139852, "S31": -94.798008299139852, "W32": -98.630195833339556, "S32": -103.63019583333956 }, "geometry": { "type": "Point", "coordinates": [ 99229.0, 498107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55259840699480889, "S11": 0.55259840699480889, "W12": -12.390053285878473, "S12": -12.412845754454073, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -75.062352223052073, "W22": -90.000000000000014, "S22": -111.9320700096209, "W31": -111.9320700096209, "S31": -111.9320700096209, "W32": -111.9320700096209, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99230.0, 500126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53549807758336421, "S11": 0.53549807758336421, "W12": -12.396625156269025, "S12": -12.396625156269025, "W13": -20.0, "S13": -20.011693438340679, "W21": -59.999999999999993, "S21": -75.067790526755502, "W22": -90.0, "S22": -112.1594108462058, "W31": -112.1594108462058, "S31": -112.1594108462058, "W32": -112.1594108462058, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99230.5, 500117.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.431340824873828, "S21": -40.431340824873836, "W22": -49.999999999999993, "S22": -68.017535849567466, "W31": -80.0, "S31": -80.191178850446505, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99233.666666666671517, 505961.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.847757389311509, "S12": -12.847757389311509, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.236097983616887, "W22": -65.33482189616781, "S22": -78.424455275027512, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99235.0, 497037.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.896474590952668, "S12": -12.896474590952668, "W13": -19.986350029365525, "S13": -19.986350029365525, "W21": -60.0, "S21": -75.145841552357311, "W22": -89.054319118463312, "S22": -96.9201872198405, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -107.61227418475906, "S32": -112.61227418475906 }, "geometry": { "type": "Point", "coordinates": [ 99236.0, 499562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -56.736759059471908, "S21": -71.736759059471908, "W22": -81.373913857078492, "S22": -97.03739709838834, "W31": -98.570652192806108, "S31": -98.570652192806108, "W32": -99.641657334826434, "S32": -104.64165733482643 }, "geometry": { "type": "Point", "coordinates": [ 99238.0, 498461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.079929889124935, "S12": -17.439660518334268, "W13": -20.0, "S13": -20.0, "W21": -36.679737742182667, "S21": -51.771339337262269, "W22": -80.001164656102461, "S22": -90.164971544878867, "W31": -94.879251281441086, "S31": -94.879251281441086, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99238.25, 501504.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.61676860697111, "S12": -12.61676860697111, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.103552763260318, "W22": -64.836162044880609, "S22": -77.864101685427116, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99243.823529411762138, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.887430048081569, "S21": -43.309872562230098, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99244.228571428568102, 506595.885714285715949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99245.75, 509614.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56167204731805032, "S11": 0.56167204731805032, "W12": -12.295361210122453, "S12": -12.440698692809383, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -75.225666591556831, "W22": -90.0, "S22": -110.81501709707251, "W31": -110.81501709707251, "S31": -110.81501709707251, "W32": -110.81501709707251, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99246.222222222218988, 500172.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -46.226652112812332, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99246.979166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.592825754592056, "S12": -12.592825754592056, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.097471644612476, "W22": -64.769870403846596, "S22": -77.787223983022301, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3489563453752145, "S11": 2.3489563453752145, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.208616569109743, "S21": -67.653599240817371, "W22": -76.300994172094619, "S22": -89.384028191255339, "W31": -93.5570887423941, "S31": -93.5570887423941, "W32": -98.317815628183652, "S32": -103.31781562818365 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -59.529189395426947, "S21": -74.73454968244323, "W22": -85.051122965640616, "S22": -96.783231908388416, "W31": -100.0, "S31": -100.0, "W32": -103.34439598484764, "S32": -108.34439598484764 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26269930874125424, "S11": 0.26269930874125424, "W12": -12.444271925625147, "S12": -12.444271925625147, "W13": -20.0, "S13": -20.212288978127795, "W21": -59.999999999999993, "S21": -75.270987967247052, "W22": -90.0, "S22": -114.52897166459593, "W31": -114.52897166459593, "S31": -114.52897166459593, "W32": -114.52897166459593, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4350303219369554, "S11": 0.4350303219369554, "W12": -11.51277114046704, "S12": -16.149847602948626, "W13": -20.0, "S13": -20.0, "W21": -43.48394663609686, "S21": -58.715218514315517, "W22": -85.93031803064649, "S22": -103.58233808096001, "W31": -103.58233808096001, "S31": -103.58233808096001, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.581270355308936, "S12": -18.327828906447877, "W13": -20.0, "S13": -20.0, "W21": -32.610320733814063, "S21": -47.801876523004324, "W22": -72.277188136086068, "S22": -89.138326257121406, "W31": -100.0, "S31": -100.0, "W32": -106.36598841693427, "S32": -111.36598841693427 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.5620812666166888, "W13": -20.0, "S13": -20.0, "W21": -31.298665971505969, "S21": -33.437285075589116, "W22": -58.435112312615942, "S22": -67.545726193573557, "W31": -90.0, "S31": -90.0, "W32": -100.74563605923437, "S32": -105.74563605923437 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.5145087703892495, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.658130936416882, "S22": -60.171208747342071, "W31": -80.0, "S31": -80.0, "W32": -100.80125518845678, "S32": -105.80125518845678 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.071216863711811, "S21": -40.071216863711811, "W22": -50.0, "S22": -59.30428517729608, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.43632907410322, "S21": -40.619575671381057, "W22": -50.0, "S22": -67.420606737012989, "W31": -80.0, "S31": -80.165630203233675, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.063165852449956, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -46.29392916088311, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99250.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.136907557342248, "S21": -35.408531576386622, "W22": -57.662256705982152, "S22": -57.662256705982152, "W31": -80.0, "S31": -80.0, "W32": -100.73060311053739, "S32": -105.73060311053739 }, "geometry": { "type": "Point", "coordinates": [ 99253.0, 503162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57074568764119216, "S11": 0.57074568764119216, "W12": -12.200669134366485, "S12": -12.468551631164594, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -75.388980960061588, "W22": -90.0, "S22": -109.69796418452565, "W31": -109.69796418452565, "S31": -109.69796418452565, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99262.444444444437977, 500219.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.95984538347456, "S12": -17.434758816241871, "W13": -20.0, "S13": -20.0, "W21": -36.372941538613446, "S21": -51.72850406881205, "W22": -79.30427758369008, "S22": -86.70204268116936, "W31": -97.04281103810095, "S31": -97.04281103810095, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99264.333333333328483, 501545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81821779043082032, "S11": 0.81821779043082032, "W12": -11.928001165699495, "S12": -12.928001165699495, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -75.41403513631478, "W22": -89.999999999999986, "S22": -109.034843419269, "W31": -109.034843419269, "S31": -109.034843419269, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99266.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.3202971569718098, "W13": -20.0, "S13": -20.0, "W21": -31.067846173027007, "S21": -33.291805024935513, "W22": -58.502628410828969, "S22": -68.502628410828976, "W31": -90.0, "S31": -90.0, "W32": -100.61668235652238, "S32": -105.61668235652238 }, "geometry": { "type": "Point", "coordinates": [ 99266.0, 502987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4790515968598785, "S11": 2.4790515968598785, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.809421533203654, "S21": -68.61324425952165, "W22": -77.428865272540364, "S22": -90.854024954315364, "W31": -94.693498466362541, "S31": -94.693498466362541, "W32": -98.648507819262747, "S32": -103.64850781926275 }, "geometry": { "type": "Point", "coordinates": [ 99266.333333333328483, 498112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.8891248752235263, "W13": -20.0, "S13": -20.0, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -51.935321155189243, "S22": -61.267617048332852, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99266.907692307693651, 504361.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000023, "S12": -19.312062879008842, "W13": -20.0, "S13": -20.0, "W21": -31.110802570583367, "S21": -33.863612923364585, "W22": -62.097681102928718, "S22": -83.105371670673577, "W31": -90.0, "S31": -90.0, "W32": -100.57707101397807, "S32": -105.57707101397807 }, "geometry": { "type": "Point", "coordinates": [ 99268.0, 502563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.521410982445389, "S22": -58.394894259490563, "W31": -80.0, "S31": -80.0, "W32": -100.59734157805127, "S32": -105.59734157805127 }, "geometry": { "type": "Point", "coordinates": [ 99271.294117647063104, 503402.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.204771142109436, "S21": -40.204771142109436, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99273.0, 505401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35406992917720187, "S11": 0.35406992917720187, "W12": -12.259298589992683, "S12": -12.259298589992683, "W13": -20.0, "S13": -20.16275195914071, "W21": -60.0, "S21": -75.513269221721487, "W22": -90.0, "S22": -112.4029286258375, "W31": -112.4029286258375, "S31": -112.4029286258375, "W32": -112.4029286258375, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99274.25, 500116.375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.581497182587469, "S12": -12.581497182587469, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.126142091997437, "W22": -64.678341041081922, "S22": -77.673418837605823, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99274.600000000005821, 497015.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4358553516275066, "S11": 0.4358553516275066, "W12": -11.335093983261221, "S12": -16.582849171502332, "W13": -20.0, "S13": -20.0, "W21": -40.000000000000007, "S21": -55.481601369003414, "W22": -84.704458186192113, "S22": -102.55460597295185, "W31": -102.55460597295185, "S31": -102.55460597295185, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99275.0, 501106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5798193279643703, "S11": 0.5798193279643703, "W12": -12.105977058610415, "S12": -12.496404569519854, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -75.552295328566501, "W22": -90.000000000000014, "S22": -108.58091127197736, "W31": -108.58091127197736, "S31": -108.58091127197736, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99278.666666666671517, 500266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.409075165156899, "S21": -40.409075165156899, "W22": -50.0, "S22": -68.122829861110887, "W31": -80.0, "S31": -80.242447035875742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99279.888888888890506, 505971.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99280.0, 509713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99286.0, 509611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.839760877824139, "S12": -17.429857114149428, "W13": -20.0, "S13": -20.0, "W21": -36.06614533504424, "S21": -51.685668800361995, "W22": -78.6071917695878, "S22": -83.238915075771487, "W31": -99.206370794763373, "S31": -99.206370794763373, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99290.416666666671517, 501585.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -12.266275919781275, "W13": -20.0, "S13": -20.0, "W21": -30.727538564417593, "S21": -33.727538564417593, "W22": -59.179867272750641, "S22": -73.314118744575708, "W31": -90.0, "S31": -90.0, "W32": -100.40853528150608, "S32": -105.40853528150608 }, "geometry": { "type": "Point", "coordinates": [ 99291.0, 502847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.427734086759434, "S12": -12.427734086759434, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.055540883650252, "W22": -64.312773755193376, "S22": -77.257133920726616, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99292.588235294111655, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.827632965512691, "S21": -42.791175122023638, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99293.314285714281141, 506602.342857142852154 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58889296828761162, "S11": 0.58889296828761162, "W12": -12.011284982854397, "S12": -12.524257507875165, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -75.715609697071258, "W22": -90.0, "S22": -109.25262505508377, "W31": -109.25262505508377, "S31": -109.25262505508377, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99294.888888888890506, 500312.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -43.506747843681588, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99296.375, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.399002663904559, "S12": -12.399002663904559, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.048243541272839, "W22": -64.233223785952561, "S22": -77.164880677840841, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2985751027285897, "S11": 2.2985751027285897, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.171343813455273, "S21": -67.567098381823257, "W22": -75.443949262941388, "S22": -87.737751210386662, "W31": -93.345033088793372, "S31": -93.345033088793372, "W32": -98.322663357283602, "S32": -103.3226633572836 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.986895662450873, "S13": -19.986895662450873, "W21": -59.451763943366075, "S21": -74.603082049588593, "W22": -84.720524593644114, "S22": -95.179629865692007, "W31": -100.0, "S31": -100.0, "W32": -103.31207917898452, "S32": -108.31207917898452 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025616865538212186, "S11": 0.025616865538212186, "W12": -12.286395777667023, "S12": -12.286395777667023, "W13": -20.0, "S13": -20.383786892276497, "W21": -60.000000000000007, "S21": -75.780066759690584, "W22": -90.0, "S22": -114.08900427482845, "W31": -114.08900427482845, "S31": -114.08900427482845, "W32": -114.08900427482845, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76382040986188904, "S11": 0.76382040986188904, "W12": -11.354894992508919, "S12": -16.018108412648633, "W13": -20.0, "S13": -20.0, "W21": -43.546563365119354, "S21": -59.286914035781528, "W22": -85.949594172950682, "S22": -105.85445843908668, "W31": -105.85445843908668, "S31": -105.85445843908668, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.423394207350814, "S12": -18.173593977887787, "W13": -20.0, "S13": -20.0, "W21": -32.66170827294038, "S21": -48.362342854574152, "W22": -72.33246704468354, "S22": -88.556942666297658, "W31": -100.0, "S31": -100.0, "W32": -106.50096058111652, "S32": -111.50096058111652 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.9942614424181073, "W13": -20.0, "S13": -20.0, "W21": -30.570447358578246, "S21": -32.757605098963289, "W22": -58.452035251123554, "S22": -67.943447116149741, "W31": -90.0, "S31": -90.0, "W32": -100.34491526538405, "S32": -105.34491526538405 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.4292622919042977, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.675053874924487, "S22": -60.2070530423848, "W31": -80.0, "S31": -80.0, "W32": -100.40053439460644, "S32": -105.40053439460644 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.043269650735013, "S21": -40.043269650735013, "W22": -50.0, "S22": -61.376916008854359, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.408381861126422, "S21": -40.53658442317608, "W22": -50.0, "S22": -67.724989853896105, "W31": -80.0, "S31": -80.23420478503364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.080507228317671, "S21": -42.698447948258888, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -43.587480301366647, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99300.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.339196116082897, "S12": -18.332818023777321, "W13": -20.0, "S13": -20.0, "W21": -31.946106562642168, "S21": -47.653467420379343, "W22": -70.963261485897064, "S22": -91.591787934676319, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 99301.0, 502087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4602223467977549, "S11": 2.4602223467977549, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -54.744253565372134, "S21": -68.559939913450904, "W22": -76.85685669427744, "S22": -90.104207697397484, "W31": -94.588988633585188, "S31": -94.588988633585188, "W32": -98.666819805185924, "S32": -103.66681980518592 }, "geometry": { "type": "Point", "coordinates": [ 99303.666666666671517, 498117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.461449308018629, "S21": -41.380384456137044, "W22": -50.0, "S22": -65.0, "W31": -80.0, "S31": -80.05133033057777, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99305.0, 506153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59796660861075335, "S11": 0.59796660861075335, "W12": -11.916592907098428, "S12": -12.552110446230374, "W13": -20.0, "S13": -20.0, "W21": -59.999999999999993, "S21": -75.878924065576015, "W22": -90.0, "S22": -110.17135851471157, "W31": -110.17135851471157, "S31": -110.17135851471157, "W32": -110.17135851471157, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99311.111111111109494, 500359.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.315236975863487, "S12": -12.315236975863487, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.016186200377994, "W22": -64.021860185996189, "S22": -76.922382400184318, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99314.19999999999709, 496994.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.908112101482887, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.98688724379555, "S22": -61.281001052358789, "W31": -80.0, "S31": -80.0, "W32": -100.29103647143458, "S32": -105.29103647143458 }, "geometry": { "type": "Point", "coordinates": [ 99316.123076923075132, 504354.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.719676372173764, "S12": -17.424955412057034, "W13": -20.0, "S13": -20.0, "W21": -35.752545698855116, "S21": -51.636030099291872, "W22": -77.910105955485577, "S22": -79.775787470372151, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99316.5, 501626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.496976426586109, "S22": -58.877358275872808, "W31": -80.0, "S31": -80.0, "W32": -100.22490337668467, "S32": -105.22490337668467 }, "geometry": { "type": "Point", "coordinates": [ 99317.823529411762138, 503410.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15889507724722055, "S11": 0.15889507724722055, "W12": -12.121972023716337, "S12": -12.121972023716337, "W13": -20.0, "S13": -20.313810479940742, "W21": -60.0, "S21": -75.958747916687457, "W22": -90.0, "S22": -112.64644640546922, "W31": -112.64644640546922, "S31": -112.64644640546922, "W32": -112.64644640546922, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99318.0, 500115.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.386809505439956, "S21": -40.386809505439956, "W22": -50.0, "S22": -68.228123872655345, "W31": -80.0, "S31": -80.293715221305064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99326.111111111109494, 505980.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99327.0, 509600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.607040248933995, "S11": 0.607040248933995, "W12": -11.821900831342408, "S12": -12.572335514846099, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -76.042238434080787, "W22": -90.0, "S22": -111.09009197433966, "W31": -111.09009197433966, "S31": -111.09009197433966, "W32": -111.09009197433966, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99327.333333333328483, 500406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.7756550368066408, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -31.68323821767077, "W22": -57.987198546769427, "S22": -62.068694465882594, "W31": -90.0, "S31": -90.0, "W32": -100.04592937498003, "S32": -105.04592937498003 }, "geometry": { "type": "Point", "coordinates": [ 99338.0, 503100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4413930967356419, "S11": 2.4413930967356419, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -54.547746957570446, "S21": -68.408181316038124, "W22": -76.310012993340919, "S22": -89.379555317806094, "W31": -94.484478800807892, "S31": -94.484478800807892, "W32": -98.685131791109114, "S32": -103.68513179110911 }, "geometry": { "type": "Point", "coordinates": [ 99341.0, 498122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.238699566547702, "S12": -12.238699566547702, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.007529004040173, "W22": -63.789385465506001, "S22": -76.638486475476, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99341.352941176475724, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.7678358829438, "S21": -42.272477681817165, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.052213161855377, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99342.399999999994179, 506608.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.59959186652339, "S12": -17.420053709964638, "W13": -20.0, "S13": -20.0, "W21": -35.430939316600821, "S21": -51.578384652156572, "W22": -77.213020141383353, "S22": -78.082459977559907, "W31": -100.0, "S31": -100.0, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99342.583333333328483, 501666.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3875681570338054, "S12": -17.040142863270155, "W13": -20.0, "S13": -21.085186141779072, "W21": -30.0, "S21": -33.687145756070251, "W22": -60.0, "S22": -79.987068965517238, "W31": -90.0, "S31": -90.0, "W32": -100.5711481418042, "S32": -105.5711481418042 }, "geometry": { "type": "Point", "coordinates": [ 99343.0, 502679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6161138892571727, "S11": 0.6161138892571727, "W12": -11.727208755586339, "S12": -12.530562453456501, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -76.205552802585686, "W22": -90.0, "S22": -112.00882543396835, "W31": -112.00882543396835, "S31": -112.00882543396835, "W32": -112.00882543396835, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99343.555555555562023, 500452.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -44.606843574550844, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99345.770833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.673874515635063, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -39.949690926318638, "W22": -66.635422605375851, "S22": -90.19852770164006, "W31": -90.19852770164006, "S31": -90.19852770164006, "W32": -107.26158565498021, "S32": -112.26158565498021 }, "geometry": { "type": "Point", "coordinates": [ 99347.0, 502329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -14.971810341460314, "W13": -20.0, "S13": -20.0, "W21": -30.000000000000004, "S21": -33.491599164209866, "W22": -59.45711641696407, "S22": -75.33763098229781, "W31": -90.0, "S31": -90.0, "W32": -99.94871014353869, "S32": -104.94871014353869 }, "geometry": { "type": "Point", "coordinates": [ 99348.0, 502793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.205179573217061, "S12": -12.205179573217061, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.983886561392197, "W22": -63.696577168058496, "S22": -76.526248801713976, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2455701067194846, "S11": 2.2455701067194846, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -53.925245581455279, "S21": -67.355386157014635, "W22": -74.586904353788142, "S22": -86.575721192747807, "W31": -93.132977435192657, "S31": -93.132977435192657, "W32": -98.327511086383552, "S32": -103.32751108638355 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.963888063138636, "S13": -19.963888063138636, "W21": -59.374338491305203, "S21": -74.471614416733971, "W22": -84.389926221647599, "S22": -93.576027822995584, "W31": -100.0, "S31": -100.0, "W32": -103.27976237312141, "S32": -108.27976237312141 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21146557766482987, "S11": -0.21146557766482987, "W12": -12.128519629708899, "S12": -12.128519629708899, "W13": -20.0, "S13": -20.555284806425195, "W21": -60.0, "S21": -76.289145552134087, "W22": -90.0, "S22": -113.64903688506097, "W31": -113.64903688506097, "S31": -113.64903688506097, "W32": -113.64903688506097, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84185562886075394, "S11": 0.84185562886075394, "W12": -11.197018844550795, "S12": -15.886369222348637, "W13": -20.0, "S13": -20.0, "W21": -43.764453766876926, "S21": -60.013883229982611, "W22": -85.904613789528241, "S22": -108.06232227148672, "W31": -108.06232227148672, "S31": -108.06232227148672, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.265518059392692, "S12": -18.019359049327697, "W13": -20.0, "S13": -20.0, "W21": -32.699116953965934, "S21": -48.908830328043223, "W22": -72.314618904689269, "S22": -87.902432026882167, "W31": -100.0, "S31": -100.0, "W32": -106.63593274529876, "S32": -111.63593274529876 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.426441618219517, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.225335242396824, "W22": -58.468958189631167, "S22": -68.29536822739459, "W31": -90.0, "S31": -90.0, "W32": -99.94419447153372, "S32": -104.94419447153372 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.344015813419345, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.691976813432099, "S22": -60.242897337427529, "W31": -80.0, "S31": -80.0, "W32": -99.999813600756127, "S32": -104.99981360075613 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.015322437758215, "S21": -40.015322437758215, "W22": -49.999999999999993, "S22": -63.062207353273863, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.380434648149631, "S21": -40.453593174971047, "W22": -50.0, "S22": -68.029372970779221, "W31": -80.0, "S31": -80.302779366833619, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.015269414777016, "S21": -42.187985002209487, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -44.701031441850191, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99350.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.414918281478087, "W22": -59.41036197951253, "S22": -75.010895277165247, "W31": -90.0, "S31": -90.0, "W32": -99.925223087199896, "S32": -104.9252230871999 }, "geometry": { "type": "Point", "coordinates": [ 99351.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.048976769139756, "S12": -12.048976769139756, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.465356106994463, "W22": -63.36537933091094, "S22": -76.171345962763354, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99353.80000000000291, 496973.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -73.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99355.0, 509888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.459321553434755, "S12": -13.459321553434755, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.916036546943921, "W22": -66.995986529192606, "S22": -79.884588475715915, "W31": -86.795651565995527, "S31": -86.795651565995527, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99357.0, 497276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7985772768435158, "S11": 1.7985772768435158, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -51.877941600919009, "S21": -63.843154152665576, "W22": -70.978531114458377, "S22": -84.338641006522323, "W31": -88.890467702108396, "S31": -88.890467702108396, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99359.0, 497589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62518752958031498, "S11": 0.62518752958031498, "W12": -11.632516679830374, "S12": -12.430938295272499, "W13": -20.0, "S13": -20.0, "W21": -60.0, "S21": -76.368867171090443, "W22": -90.0, "S22": -112.92755889359614, "W31": -112.92755889359614, "S31": -112.92755889359614, "W32": -112.92755889359614, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99359.777777777781012, 500499.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.050208332458942018, "S11": -0.050208332458942018, "W12": -11.984645457439994, "S12": -11.984645457439994, "W13": -20.0, "S13": -20.464869000740773, "W21": -60.0, "S21": -76.404226611653428, "W22": -90.0, "S22": -112.88996418510094, "W31": -112.88996418510094, "S31": -112.88996418510094, "W32": -112.88996418510094, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99361.75, 500114.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.472541870726829, "S22": -59.762368386056664, "W31": -80.0, "S31": -80.0, "W32": -99.852465175317931, "S32": -104.85246517531793 }, "geometry": { "type": "Point", "coordinates": [ 99364.352941176475724, 503418.941176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.7348611705923105, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.038453332401858, "S22": -61.294385056384726, "W31": -80.0, "S31": -80.0, "W32": -99.896197464097298, "S32": -104.8961974640973 }, "geometry": { "type": "Point", "coordinates": [ 99365.338461538456613, 504347.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8927144573302479, "S11": 0.8927144573302479, "W12": -11.361312137972032, "S12": -11.361312137972032, "W13": -20.0, "S13": -20.0, "W21": -51.390561009767005, "S21": -67.822370827136126, "W22": -88.70284413054317, "S22": -113.32900507987183, "W31": -113.32900507987183, "S31": -113.32900507987183, "W32": -113.32900507987183, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99367.0, 500766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -75.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99368.0, 509589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.479507360872969, "S12": -17.415152007872198, "W13": -20.0, "S13": -20.0, "W21": -35.109332934346533, "S21": -51.520739205021435, "W22": -76.515934327281059, "S22": -79.005515590274541, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99368.666666666671517, 501707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.059847980080251, "S12": -18.243104594024267, "W13": -19.15, "S13": -19.15, "W21": -31.45252296811654, "S21": -47.301484401429363, "W22": -70.0, "S22": -93.100595982246205, "W31": -100.0, "S31": -100.0, "W32": -104.51813631818847, "S32": -109.51813631818847 }, "geometry": { "type": "Point", "coordinates": [ 99370.0, 502153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.36454384572302, "S21": -40.36454384572302, "W22": -50.0, "S22": -68.333417884198752, "W31": -80.0, "S31": -80.344983406734315, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99372.333333333328483, 505990.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63426116990355619, "S11": 0.63426116990355619, "W12": -11.537824604074352, "S12": -12.211734279810408, "W13": -20.0, "S13": -20.0, "W21": -58.697644286404099, "S21": -75.229825825999313, "W22": -90.0, "S22": -113.84629235322424, "W31": -113.84629235322424, "S31": -113.84629235322424, "W32": -113.84629235322424, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99376.0, 500546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4341460860351507, "S11": 2.4341460860351507, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.997826292199914, "S13": -19.997826292199914, "W21": -54.390906563193361, "S21": -68.318220619498618, "W22": -75.87439093714471, "S22": -88.830206769338446, "W31": -94.456656635545855, "S31": -94.456656635545855, "W32": -98.722390318264601, "S32": -103.7223903182646 }, "geometry": { "type": "Point", "coordinates": [ 99376.75, 498133.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63409459445677707, "S11": 0.63409459445677707, "W12": -11.526852054230238, "S12": -12.181796732860779, "W13": -20.0, "S13": -20.0, "W21": -58.534335040441981, "S21": -75.086681151289781, "W22": -90.0, "S22": -113.95560951215754, "W31": -113.95560951215754, "S31": -113.95560951215754, "W32": -113.95560951215754, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99378.0, 500551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.284640925984888, "S12": -17.679984004986771, "W13": -20.0, "S13": -20.0, "W21": -33.769849833259961, "S21": -50.31049700998576, "W22": -74.067804950056583, "S22": -82.699129406495643, "W31": -100.0, "S31": -100.0, "W32": -108.95187979414115, "S32": -113.95187979414115 }, "geometry": { "type": "Point", "coordinates": [ 99382.0, 501871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.043587151922717, "S12": -12.043587151922717, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.337453318420479, "W22": -63.265997175818775, "S22": -76.005527077185121, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99390.117647058825241, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -65.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99391.0, 504972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.581884341684564, "S21": -41.627625782920347, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -81.030730491499284, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99391.485714285707218, 506615.257142857124563 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.782716562415771, "S12": -11.782716562415771, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -57.436486136305106, "W22": -62.708898475825208, "S22": -75.42030952534185, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99393.399999999994179, 496952.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63146009611514475, "S11": 0.63146009611514475, "W12": -11.443009420636749, "S12": -11.954244238175422, "W13": -19.997945714247258, "S13": -19.997945714247258, "W21": -57.301746806045095, "S21": -74.009559595535549, "W22": -90.0, "S22": -114.79411070154435, "W31": -114.79411070154435, "S31": -114.79411070154435, "W32": -114.79411070154435, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99393.416666666671517, 500588.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -46.18, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99394.0, 507851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25148355736012251, "S11": 0.25148355736012251, "W12": -10.359422855222594, "S12": -17.410250305779797, "W13": -20.0, "S13": -20.0, "W21": -34.787726552092238, "S21": -51.463093757886142, "W22": -75.818848513178835, "S22": -78.018021348030231, "W31": -100.06994449516159, "S31": -100.06994449516159, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99394.75, 501747.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -44.977091107805478, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99395.166666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.991262285747734, "S12": -11.991262285747734, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.178214631002255, "W22": -63.159930550164439, "S22": -75.877255450028471, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2029341645670213, "S11": 2.2029341645670213, "W12": -15.0, "S12": -15.0, "W13": -19.994252990881591, "S13": -19.994252990881591, "W21": -53.63080779937993, "S21": -67.096905201733691, "W22": -73.742122787071636, "S22": -85.436393431849567, "W31": -92.920921781591943, "S31": -92.920921781591943, "W32": -98.332358815483488, "S32": -103.33235881548349 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.940880463826396, "S13": -19.940880463826396, "W21": -59.296913039244323, "S21": -74.340146783879334, "W22": -84.135974612943556, "S22": -92.049072543591635, "W31": -100.0, "S31": -100.0, "W32": -103.2474455672583, "S32": -108.2474455672583 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44854802086787193, "S11": -0.44854802086787193, "W12": -11.970643481750777, "S12": -11.970643481750777, "W13": -20.0, "S13": -20.726782720573897, "W21": -60.0, "S21": -76.798224344577605, "W22": -90.000000000000014, "S22": -113.20906949529349, "W31": -113.20906949529349, "S31": -113.20906949529349, "W32": -113.20906949529349, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89554419729608048, "S11": 0.89554419729608048, "W12": -11.039142696592673, "S12": -15.754630032048645, "W13": -20.0, "S13": -20.0, "W21": -44.813227421076945, "S21": -61.571735676626147, "W22": -85.731228896081149, "S22": -111.07487762653946, "W31": -111.07487762653946, "S31": -111.07487762653946, "W32": -111.07487762653946, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.10764191143457, "S12": -17.865124120767611, "W13": -20.0, "S13": -20.0, "W21": -32.719258114729804, "S21": -49.438050281250611, "W22": -72.111646902524228, "S22": -87.062797525295906, "W31": -96.695667326867323, "S31": -96.695667326867323, "W32": -106.77090490948102, "S32": -111.77090490948102 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0479115479115437, "S12": -13.90653334193248, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.260717668862505, "W22": -58.456460232631251, "S22": -68.538194857268849, "W31": -90.0, "S31": -90.0, "W32": -99.543473677683394, "S32": -104.54347367768339 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2587693349343931, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.708899751939711, "S22": -60.397028264272514, "W31": -80.0, "S31": -80.0, "W32": -99.599092806905787, "S32": -104.59909280690579 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -63.649106880623719, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.352487435172833, "S21": -40.370601926766092, "W22": -50.0, "S22": -68.023236426471044, "W31": -80.0, "S31": -80.371353948633597, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.950031601236347, "S21": -41.677522056160079, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -44.982931316855563, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99400.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52726806068785437, "S11": 0.52726806068785437, "W12": -11.457955029310133, "S12": -12.087354851564244, "W13": -20.0, "S13": -20.082600762978931, "W21": -58.695789867890745, "S21": -75.482471087618691, "W22": -90.0, "S22": -114.89021893310604, "W31": -114.89021893310604, "S31": -114.89021893310604, "W32": -114.89021893310604, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99401.0, 500547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34511416964410824, "S11": 0.34511416964410824, "W12": -10.375188096352726, "S12": -17.310463104413063, "W13": -20.0, "S13": -20.0, "W21": -35.130960704595346, "S21": -51.881792552988237, "W22": -76.395217241548977, "S22": -76.395217241548977, "W31": -100.13094759905059, "S31": -100.13094759905059, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99402.0, 501706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8661516226969066, "S11": 0.8661516226969066, "W12": -10.801452435351452, "S12": -16.447328621975203, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -38.91171553775461, "S21": -55.691038079038464, "W22": -82.665748952685178, "S22": -117.66574895268518, "W31": -117.66574895268518, "S31": -117.66574895268518, "W32": -117.66574895268518, "S32": -117.66574895268518 }, "geometry": { "type": "Point", "coordinates": [ 99403.0, 501245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -46.112464758719902, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99405.0, 507861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25931174216510455, "S11": -0.25931174216510455, "W12": -11.847318891163649, "S12": -11.847318891163649, "W13": -20.0, "S13": -20.615927521540804, "W21": -60.0, "S21": -76.849705306619413, "W22": -90.0, "S22": -113.13348196473265, "W31": -113.13348196473265, "S31": -113.13348196473265, "W32": -113.13348196473265, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99405.5, 500113.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69146793762599379, "S11": 0.69146793762599379, "W12": -11.340633828932086, "S12": -11.620485761714788, "W13": -20.077677529808916, "S13": -20.077677529808916, "W21": -55.08730819111107, "S21": -71.920568236379268, "W22": -90.0, "S22": -115.66960789555623, "W31": -115.66960789555623, "S31": -115.66960789555623, "W32": -115.66960789555623, "S32": -115.66960789555623 }, "geometry": { "type": "Point", "coordinates": [ 99406.0, 500656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.958675204569879, "S13": -19.958675204569879, "W21": -56.389483548288737, "S21": -71.389483548288737, "W22": -81.139912032085363, "S22": -94.521549469104642, "W31": -99.223343271752213, "S31": -99.223343271752213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99409.0, 498589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99409.0, 509578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62865902232679682, "S11": 0.62865902232679682, "W12": -11.348194237199191, "S12": -11.696754196540507, "W13": -19.995652030771335, "S13": -19.995652030771339, "W21": -55.905849325686056, "S21": -72.7892933650716, "W22": -90.0, "S22": -115.74192904986387, "W31": -115.74192904986387, "S31": -115.74192904986387, "W32": -115.74192904986387, "S32": -115.74192904986387 }, "geometry": { "type": "Point", "coordinates": [ 99410.833333333328483, 500631.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.435576431138436, "S22": -60.634847612510853, "W31": -80.0, "S31": -80.0, "W32": -99.480026973951311, "S32": -104.48002697395131 }, "geometry": { "type": "Point", "coordinates": [ 99410.882352941174759, 503427.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": 2.42689907533466, "S11": 2.42689907533466, "W12": -15.0, "S12": -15.0, "W13": -19.980762074630526, "S13": -19.980762074630526, "W21": -54.23406616881627, "S21": -68.228259922959126, "W22": -75.438768880948516, "S22": -88.280858220870812, "W31": -94.428834470283817, "S31": -94.428834470283817, "W32": -98.756998880179168, "S32": -103.75699888017917 }, "geometry": { "type": "Point", "coordinates": [ 99412.5, 498145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.6421764526854474, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.090019421008172, "S22": -61.307769060410678, "W31": -80.0, "S31": -80.0, "W32": -99.501358456759903, "S32": -104.5013584567599 }, "geometry": { "type": "Point", "coordinates": [ 99414.553846153852646, 504339.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9597244362618529, "S11": 1.9597244362618529, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -52.43614769134782, "S21": -65.0645604632127, "W22": -71.111736203110539, "S22": -84.704877729152116, "W31": -90.296672280887321, "S31": -90.296672280887321, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99415.0, 497763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5738276990185387, "S12": -18.043895836591545, "W13": -20.0, "S13": -20.0, "W21": -30.000000000000004, "S21": -35.0, "W22": -61.148815464621528, "S22": -81.98007536057267, "W31": -90.0, "S31": -90.0, "W32": -103.99917890827427, "S32": -108.99917890827427 }, "geometry": { "type": "Point", "coordinates": [ 99415.0, 502613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82684665327393114, "S11": 0.82684665327393114, "W12": -10.551953920584706, "S12": -16.805897195682803, "W13": -20.0, "S13": -20.0, "W21": -37.13828633249603, "S21": -54.061714120193777, "W22": -79.892076301071043, "S22": -114.89207630107104, "W31": -114.89207630107104, "S31": -114.89207630107104, "W32": -114.89207630107104, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99418.0, 501462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.342278186006062, "S21": -40.342278186006062, "W22": -50.0, "S22": -67.149575758800623, "W31": -80.0, "S31": -80.396251592163651, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99418.555555555562023, 506000.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34242314203639557, "S11": 0.34242314203639557, "W12": -10.239338349572218, "S12": -17.405348603687404, "W13": -20.0, "S13": -20.0, "W21": -34.466120169837936, "S21": -51.405448310750842, "W22": -75.121762699076598, "S22": -79.576118961873618, "W31": -100.42969825330162, "S31": -100.42969825330162, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99420.833333333328483, 501788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.033827837097231, "S12": -13.033827837097231, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.817658241304699, "W22": -66.017245042552162, "S22": -78.739698575456842, "W31": -86.494686800894854, "S31": -86.494686800894854, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99426.0, 497255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62585794853838528, "S11": 0.62585794853838528, "W12": -11.253379053761586, "S12": -11.439264154905519, "W13": -19.993358347295398, "S13": -19.993358347295398, "W21": -54.509951845327045, "S21": -71.569027134607836, "W22": -89.665183100293973, "S22": -116.35493049847797, "W31": -116.35493049847797, "S31": -116.35493049847797, "W32": -116.35493049847797, "S32": -116.35493049847797 }, "geometry": { "type": "Point", "coordinates": [ 99428.25, 500674.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.516456355691732, "S12": -11.516456355691732, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -56.878428904601492, "W22": -62.052417620739327, "S22": -74.669273087920175, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99433.0, 496931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.903698894748326, "S12": -11.903698894748326, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.0, "W22": -63.067955111451212, "S22": -75.712137885615519, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99434.0, 497025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.954404126568161, "S13": -19.954404126568161, "W21": -55.362949667528319, "S21": -70.356414905093516, "W22": -79.399906638494414, "S22": -94.399906638494414, "W31": -97.270299114348987, "S31": -97.270299114348987, "W32": -99.524076147816345, "S32": -104.52407614781634 }, "geometry": { "type": "Point", "coordinates": [ 99438.0, 498419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.785388853952092, "S12": -11.785388853952092, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.188662974907501, "W22": -62.742608886131549, "S22": -75.372567678894242, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99438.882352941174759, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.922474384376606, "S13": -19.922474384376606, "W21": -59.234972677595628, "S21": -74.234972677595636, "W22": -83.994935410456137, "S22": -90.889630404544292, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -103.22159212256781, "S32": -108.22159212256781 }, "geometry": { "type": "Point", "coordinates": [ 99440.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.301285800170483, "S21": -40.301285800170483, "W22": -50.0, "S22": -70.0, "W31": -80.0, "S31": -80.327756239799271, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99440.0, 505921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.556805745160716, "S21": -41.143646828758783, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.053062384232788, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99440.571428571434808, 506621.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9197295254346378, "S11": 1.9197295254346378, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -52.186016861508001, "S21": -64.774423755213363, "W22": -70.435608466568667, "S22": -83.944686120070813, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99444.0, 497746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.087020610657281283, "S11": 0.087020610657281283, "W12": -11.897507513566898, "S12": -11.897507513566898, "W13": -19.894481238174585, "S13": -19.894481238174585, "W21": -60.0, "S21": -75.939584328464889, "W22": -87.868355616551554, "S22": -87.868355616551554, "W31": -100.0, "S31": -100.0, "W32": -106.99333133805152, "S32": -111.99333133805152 }, "geometry": { "type": "Point", "coordinates": [ 99444.0, 499490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -45.036777037364821, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99444.5625, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62305687474997384, "S11": 0.62305687474997384, "W12": -11.158563870323984, "S12": -11.181774113270535, "W13": -19.991064663819458, "S13": -19.991064663819458, "W21": -53.114054364968034, "S21": -70.348760904144072, "W22": -89.000560897435875, "S22": -116.63812664393998, "W31": -116.63812664393998, "S31": -116.63812664393998, "W32": -116.63812664393998, "S32": -116.63812664393998 }, "geometry": { "type": "Point", "coordinates": [ 99445.666666666671517, 500717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.667788592014729, "S12": -11.667788592014729, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.510818864990931, "W22": -62.431529806375934, "S22": -75.042168372196187, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99446.25, 496978.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45144588087868937, "S11": 0.45144588087868937, "W12": -10.119253843921797, "S12": -17.400446901594961, "W13": -20.0, "S13": -20.0, "W21": -34.146148113015784, "S21": -51.349437189047833, "W22": -74.424676884974303, "S22": -82.14647245185796, "W31": -100.3030111510033, "S31": -100.3030111510033, "W32": -109.86166521761487, "S32": -114.86166521761487 }, "geometry": { "type": "Point", "coordinates": [ 99446.916666666671517, 501828.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4196520646341688, "S11": 2.4196520646341688, "W12": -15.0, "S12": -15.0, "W13": -19.963697857061142, "S13": -19.963697857061142, "W21": -54.077225774439185, "S21": -68.138299226419619, "W22": -75.003146824752321, "S22": -87.731509672403178, "W31": -94.40101230502178, "S31": -94.40101230502178, "W32": -98.789193729003358, "S32": -103.78919372900336 }, "geometry": { "type": "Point", "coordinates": [ 99448.25, 498156.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46841515187126703, "S11": -0.46841515187126703, "W12": -11.709992324887306, "S12": -11.709992324887306, "W13": -20.0, "S13": -20.766986042340836, "W21": -60.0, "S21": -77.072258926770218, "W22": -90.0, "S22": -114.6180985828005, "W31": -114.6180985828005, "S31": -114.6180985828005, "W32": -114.6180985828005, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99449.25, 500112.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.726523379505219, "S12": -11.726523379505219, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.184428926880166, "W22": -62.62328393227039, "S22": -75.228262098342981, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1669578448706024, "S11": 2.1669578448706024, "W12": -15.0, "S12": -15.0, "W13": -19.971245391569351, "S13": -19.971245391569351, "W21": -53.336370017304574, "S21": -66.838424246452746, "W22": -72.921918141952247, "S22": -84.321642592548443, "W31": -92.708866127991229, "S31": -92.708866127991229, "W32": -98.337206544583452, "S32": -103.33720654458345 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.917872864514159, "S13": -19.917872864514159, "W21": -59.219487587183458, "S21": -74.023905442682761, "W22": -83.959675609834278, "S22": -90.895625005690491, "W31": -100.0, "S31": -100.0, "W32": -103.21512876139519, "S32": -108.21512876139519 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42361762261014124, "S11": -0.42361762261014124, "W12": -11.812767333792655, "S12": -11.812767333792655, "W13": -20.0, "S13": -20.8982806347226, "W21": -60.0, "S21": -76.915533814715516, "W22": -90.0, "S22": -112.76910210552599, "W31": -112.76910210552599, "S31": -112.76910210552599, "W32": -112.76910210552599, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95333360383376409, "S11": 0.95333360383376409, "W12": -10.881266548634551, "S12": -15.622890841748651, "W13": -20.0, "S13": -20.0, "W21": -45.862001075276964, "S21": -63.129588123269684, "W22": -85.557844002634056, "S22": -115.52205467889203, "W31": -115.52205467889203, "S31": -115.52205467889203, "W32": -115.52205467889203, "S32": -115.52205467889203 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27266436335193894, "S11": 0.27266436335193894, "W12": -10.0, "S12": -17.761123428731075, "W13": -19.15, "S13": -19.15, "W21": -32.745669309122121, "S21": -49.973540268086438, "W22": -72.024116184046903, "S22": -86.752724262924119, "W31": -98.170905949394424, "S31": -98.170905949394424, "W32": -106.82995648141542, "S32": -111.82995648141542 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -11.960440830552933, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.296100095328185, "W22": -58.430561588386745, "S22": -68.681934113215561, "W31": -90.0, "S31": -90.0, "W32": -99.142752883833069, "S32": -104.14275288383307 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.1735228564494404, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.714764749030707, "S22": -61.337674703940323, "W31": -80.0, "S31": -80.0, "W32": -99.198372013055462, "S32": -104.19837201305546 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -63.308680212533048, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.324540222196042, "S21": -40.324540222196042, "W22": -50.0, "S22": -65.726877254676083, "W31": -80.0, "S31": -80.439928530433562, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.884793787695699, "S21": -41.167059110110692, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -45.043347272546171, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99450.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2518655791223985, "S12": -9.2518655791223985, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.371531951353326, "S22": -61.480247798768879, "W31": -80.0, "S31": -80.0, "W32": -99.107588772584577, "S32": -104.10758877258458 }, "geometry": { "type": "Point", "coordinates": [ 99457.411764705888345, 503435.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -19.263286826735886, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -36.859357481482789, "W22": -62.51405158375794, "S22": -84.198059726712017, "W31": -90.0, "S31": -90.0, "W32": -105.16271688326769, "S32": -110.16271688326769 }, "geometry": { "type": "Point", "coordinates": [ 99459.0, 502539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.774229596479371, "S12": -11.774229596479371, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.001305695400532, "W22": -62.810641992012535, "S22": -75.397723151139914, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99459.5, 497026.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6202558009616258, "S11": 0.6202558009616258, "W12": -11.063748686886425, "S12": -11.642642291330295, "W13": -19.988770980343535, "S13": -19.988770980343535, "W21": -51.718156884609002, "S21": -69.128494673680137, "W22": -88.377504006410305, "S22": -116.96288810123394, "W31": -116.96288810123394, "S31": -116.96288810123394, "W32": -116.96288810123394, "S32": -116.96288810123394 }, "geometry": { "type": "Point", "coordinates": [ 99463.083333333328483, 500759.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.549491734778611, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.139103168653662, "S22": -61.583234367428815, "W31": -80.0, "S31": -80.0, "W32": -99.10651944942262, "S32": -104.10651944942262 }, "geometry": { "type": "Point", "coordinates": [ 99463.769230769234127, 504332.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.320012526289126, "S21": -40.320012526289126, "W22": -50.0, "S22": -64.554681473845207, "W31": -80.0, "S31": -80.447519777592902, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99464.777777777781012, 506010.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47649210307564427, "S11": -0.47649210307564427, "W12": -11.712877424832676, "S12": -11.712877424832676, "W13": -20.0, "S13": -20.892719014386515, "W21": -60.0, "S21": -77.000336456157839, "W22": -89.999999999999986, "S22": -114.99999999999999, "W31": -114.99999999999999, "S31": -114.99999999999999, "W32": -114.99999999999999, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99466.0, 500053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.941273209075284, "S13": -19.941273209075284, "W21": -55.173503538339645, "S21": -70.173503538339645, "W22": -78.852513390005399, "S22": -93.659539626744007, "W31": -97.104246791064924, "S31": -97.104246791064924, "W32": -99.512877939529673, "S32": -104.51287793952967 }, "geometry": { "type": "Point", "coordinates": [ 99467.0, 498415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.6705419865420623, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.639258646764716, "S22": -61.639258646764716, "W31": -80.0, "S31": -80.0, "W32": -99.086488121745759, "S32": -104.08648812174576 }, "geometry": { "type": "Point", "coordinates": [ 99467.0, 504438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.052671218785861, "S21": -40.052671218785861, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99470.0, 505286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.880670600944013, "S12": -11.880670600944013, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.190998978275516, "W22": -63.189754177649128, "S22": -75.753277930083627, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99472.75, 497074.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56046861972088879, "S11": 0.56046861972088879, "W12": -10.0, "S12": -17.396375861231142, "W13": -20.0, "S13": -20.0, "W21": -33.829166384353051, "S21": -51.29641639550411, "W22": -73.79759578373897, "S22": -84.786830654708339, "W31": -99.97483012410494, "S31": -99.97483012410494, "W32": -109.23209603006549, "S32": -114.23209603006549 }, "geometry": { "type": "Point", "coordinates": [ 99473.0, 501869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88539099336757743, "S11": 0.88539099336757743, "W12": -10.858581542368666, "S12": -14.468309242791609, "W13": -20.230380791144189, "S13": -20.230380791144189, "W21": -47.5437493847447, "S21": -65.057958070184924, "W22": -86.181730769230768, "S22": -116.18173076923077, "W31": -116.18173076923077, "S31": -116.18173076923077, "W32": -116.18173076923077, "S32": -116.18173076923077 }, "geometry": { "type": "Point", "coordinates": [ 99474.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.367046560674886, "W13": -20.0, "S13": -20.0, "W21": -30.985613298100596, "S21": -43.115224426042275, "W22": -68.648052296207709, "S22": -93.648052296207709, "W31": -98.299997449868556, "S31": -98.299997449868556, "W32": -104.06711340176651, "S32": -109.06711340176651 }, "geometry": { "type": "Point", "coordinates": [ 99476.0, 502217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.217707644335254, "S12": -12.217707644335254, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.499061040903229, "W22": -64.112611399327804, "S22": -76.676574394954898, "W31": -85.715534116331085, "S31": -85.715534116331085, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99477.0, 497151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -14.472551932132681, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.272032515671064, "W22": -59.180311357040786, "S22": -74.180311357040779, "W31": -90.0, "S31": -90.0, "W32": -101.81703248750011, "S32": -106.81703248750011 }, "geometry": { "type": "Point", "coordinates": [ 99480.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61745472717321481, "S11": 0.61745472717321481, "W12": -10.96893350344882, "S12": -12.223062434394143, "W13": -19.986477296867598, "S13": -19.986477296867598, "W21": -50.584587192088385, "S21": -68.170556231054761, "W22": -87.754447115384608, "S22": -116.957725989362, "W31": -116.957725989362, "S31": -116.957725989362, "W32": -116.957725989362, "S32": -116.957725989362 }, "geometry": { "type": "Point", "coordinates": [ 99480.5, 500802.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4124050539336781, "S11": 2.4124050539336781, "W12": -15.0, "S12": -15.0, "W13": -19.946633639491758, "S13": -19.946633639491758, "W21": -53.9203853800621, "S21": -68.067358772992264, "W22": -74.567524768556112, "S22": -87.182161123935529, "W31": -94.373190139759743, "S31": -94.373190139759743, "W32": -98.821388577827548, "S32": -103.82138857782755 }, "geometry": { "type": "Point", "coordinates": [ 99484.0, 498168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.013323254275726, "S12": -12.013323254275726, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.3806922611505, "W22": -63.634357585359453, "S22": -76.174323931101071, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99486.0, 497122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.527190555981468, "S12": -11.527190555981468, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.129434427274404, "W22": -62.219220596444337, "S22": -74.739608280603377, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99487.647058823524276, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.531727148636904, "S21": -40.65966787459746, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -81.309542445392125, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99489.657142857147846, 506628.171428571455181 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.246243976188227, "S12": -12.246243976188227, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.560849686633105, "W22": -64.184515932592433, "S22": -76.719104180856135, "W31": -85.781949105145415, "S31": -85.781949105145415, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99491.0, 497167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.7285036412314732, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.220918978402153, "W22": -57.423242167033422, "S22": -62.093773122892806, "W31": -80.0, "S31": -80.0, "W32": -98.825786230883267, "S32": -103.82578623088327 }, "geometry": { "type": "Point", "coordinates": [ 99491.0, 503209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.924505729997957, "S13": -19.924505729997957, "W21": -55.668037975188739, "S21": -70.964504577318451, "W22": -80.0, "S22": -94.251884398318253, "W31": -97.962828845594515, "S31": -97.962828845594515, "W32": -99.764837625979837, "S32": -104.76483762597984 }, "geometry": { "type": "Point", "coordinates": [ 99493.0, 498505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47766916043225272, "S11": -0.47766916043225272, "W12": -11.572665758610961, "S12": -11.572665758610961, "W13": -20.0, "S13": -20.918044563140867, "W21": -60.0, "S21": -77.084807871330796, "W22": -89.999999999999986, "S22": -115.30624456696475, "W31": -115.30624456696475, "S31": -115.30624456696475, "W32": -115.30624456696475, "S32": -115.30624456696475 }, "geometry": { "type": "Point", "coordinates": [ 99493.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.29904657809419, "S12": -16.042979089450451, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.298716052304599, "W22": -59.768654038639504, "S22": -79.768654038639511, "W31": -90.0, "S31": -90.0, "W32": -104.551376688064, "S32": -109.551376688064 }, "geometry": { "type": "Point", "coordinates": [ 99493.0, 502712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.4259011379796629, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -55.993649217259495, "W31": -80.0, "S31": -80.0, "W32": -98.897301908525321, "S32": -103.89730190852532 }, "geometry": { "type": "Point", "coordinates": [ 99493.0, 504783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99493.75, 509550.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63228840699782463, "S11": 0.63228840699782463, "W12": -10.0, "S12": -17.515307069723846, "W13": -20.0, "S13": -20.0, "W21": -33.497045117480113, "S21": -51.174177573307418, "W22": -73.203993209766878, "S22": -87.182765398794658, "W31": -99.380102968513199, "S31": -99.380102968513199, "W32": -108.56227962337118, "S32": -113.56227962337118 }, "geometry": { "type": "Point", "coordinates": [ 99493.777777777781012, 501911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -45.096462966924165, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99493.958333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.938883140533054, "S13": -19.938883140533054, "W21": -54.136913003525336, "S21": -68.509454281849102, "W22": -75.177277895078774, "S22": -88.230010938364586, "W31": -94.965914660925321, "S31": -94.965914660925321, "W32": -98.986562150055988, "S32": -103.98656215005599 }, "geometry": { "type": "Point", "coordinates": [ 99494.0, 498227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -53.0, "W22": -60.011706413019503, "S22": -72.362795028750199, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99497.0, 496807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61465365338480327, "S11": 0.61465365338480327, "W12": -10.874118320011217, "S12": -12.803482577457991, "W13": -19.984183613391657, "S13": -19.984183613391657, "W21": -50.066157298379359, "S21": -67.827757587240967, "W22": -87.131390224358938, "S22": -116.55861186441118, "W31": -116.55861186441118, "S31": -116.55861186441118, "W32": -116.55861186441118, "S32": -116.55861186441118 }, "geometry": { "type": "Point", "coordinates": [ 99497.916666666671517, 500845.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.9174368258755434, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.614045864950768, "W22": -56.867861259561977, "S22": -62.219339081970858, "W31": -80.0, "S31": -80.0, "W32": -98.776192757863242, "S32": -103.77619275786324 }, "geometry": { "type": "Point", "coordinates": [ 99498.0, 503326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.461784473262702, "S12": -11.461784473262702, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.111389357091255, "W22": -62.08663731437634, "S22": -74.579268746657476, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1309815251741835, "S11": 2.1309815251741835, "W12": -15.0, "S12": -15.0, "W13": -19.948237792257114, "S13": -19.948237792257114, "W21": -53.041932235229218, "S21": -66.615591659095216, "W22": -72.101713496832872, "S22": -83.206891753247334, "W31": -92.50061267964081, "S31": -92.50061267964081, "W32": -98.342054273683402, "S32": -103.3420542736834 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.894865265201922, "S13": -19.894865265201922, "W21": -59.142062135122579, "S21": -72.968569268118443, "W22": -83.783376606725, "S22": -91.137870754673941, "W31": -100.0, "S31": -100.0, "W32": -103.18281195553207, "S32": -108.18281195553207 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74920692327563965, "S11": -0.74920692327563965, "W12": -11.654891185834533, "S12": -11.654891185834533, "W13": -20.0, "S13": -21.069778548871302, "W21": -60.0, "S21": -76.861491633921759, "W22": -90.0, "S22": -112.41099455682682, "W31": -112.41099455682682, "S31": -112.41099455682682, "W32": -112.41099455682682, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86957856411964851, "S11": 0.86957856411964851, "W12": -10.723390400676429, "S12": -15.491151651448657, "W13": -20.347999232595718, "S13": -20.347999232595718, "W21": -46.810665142297175, "S21": -64.587330982733405, "W22": -85.330288461538458, "S22": -113.162151484219, "W31": -113.162151484219, "S31": -113.162151484219, "W32": -113.162151484219, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53586741937373938, "S11": 0.53586741937373938, "W12": -10.0, "S12": -17.762804185593772, "W13": -19.15, "S13": -19.15, "W21": -32.772771416310952, "S21": -50.50972116771878, "W22": -71.979703322082074, "S22": -89.888663643135558, "W31": -98.141831835324226, "S31": -98.141831835324226, "W32": -106.88167938931298, "S32": -111.88167938931298 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -11.966084400720572, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.331482521793866, "W22": -58.405381075585602, "S22": -68.826391500605652, "W31": -90.0, "S31": -90.0, "W32": -99.425426111260663, "S32": -104.42542611126066 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0882763779644886, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.688567536414126, "S22": -62.246258933900549, "W31": -80.0, "S31": -80.0, "W32": -98.797651219205136, "S32": -103.79765121920514 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -62.968253544442369, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.296593009219251, "S21": -40.296593009219251, "W22": -50.0, "S22": -65.344719763191904, "W31": -80.0, "S31": -80.508503112233541, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.763809129292028, "S21": -41.10873949777654, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.18, "S21": -45.103763228236787, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99500.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9647890738167737, "S11": 1.9647890738167737, "W12": -15.0, "S12": -15.0, "W13": -19.96880855766333, "S13": -19.96880855766333, "W21": -52.293822910085147, "S21": -65.30294573689244, "W22": -70.0, "S22": -82.024228876724081, "W31": -90.788000276491331, "S31": -90.788000276491331, "W32": -97.874934555657148, "S32": -102.87493455565715 }, "geometry": { "type": "Point", "coordinates": [ 99501.0, 497841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2119716749936256, "S12": -6.2119716749936256, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.307487471568237, "S22": -62.325647985026649, "W31": -80.0, "S31": -80.0, "W32": -98.735150571217972, "S32": -103.73515057121797 }, "geometry": { "type": "Point", "coordinates": [ 99503.941176470587379, 503444.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9470411209980192, "S11": 1.9470411209980192, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.973797834376541, "S13": -19.973797834376541, "W21": -52.18846956779246, "S21": -65.153494031632505, "W22": -69.787053338405599, "S22": -81.990455485162968, "W31": -90.602311216121961, "S31": -90.602311216121961, "W32": -97.831439238563448, "S32": -102.83143923856345 }, "geometry": { "type": "Point", "coordinates": [ 99507.0, 497826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.297746866572183, "S21": -40.297746866572183, "W22": -50.0, "S22": -64.13705407396084, "W31": -80.0, "S31": -80.498787963022224, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99511.0, 506020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.377870169139296, "S12": -12.377870169139296, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.716577051725594, "W22": -64.50152826410303, "S22": -76.994093347376136, "W31": -85.980145413870375, "S31": -85.980145413870375, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99512.0, 497206.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.4568070168717737, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.147776461199932, "S22": -62.147776461199932, "W31": -80.0, "S31": -80.0, "W32": -98.711680442085367, "S32": -103.71168044208537 }, "geometry": { "type": "Point", "coordinates": [ 99512.984615384615608, 504325.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70410819427476157, "S11": 0.70410819427476157, "W12": -10.0, "S12": -17.631741654048597, "W13": -20.0, "S13": -20.0, "W21": -33.164923850607167, "S21": -51.05193875111074, "W22": -72.610390635794786, "S22": -89.578700142880962, "W31": -98.785375812921444, "S31": -98.785375812921444, "W32": -107.80206574556294, "S32": -112.80206574556294 }, "geometry": { "type": "Point", "coordinates": [ 99514.555555555562023, 501953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61185257959645534, "S11": 0.61185257959645534, "W12": -10.779303136573663, "S12": -13.383902720521791, "W13": -19.981889929915731, "S13": -19.981889929915731, "W21": -49.547727404670034, "S21": -67.484958943426747, "W22": -86.508333333333368, "S22": -116.17526248227122, "W31": -116.17526248227122, "S31": -116.17526248227122, "W32": -116.17526248227122, "S32": -116.17526248227122 }, "geometry": { "type": "Point", "coordinates": [ 99515.333333333328483, 500888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.158391712234238, "S12": -13.158391712234238, "W13": -19.872052231077951, "S13": -19.872052231077951, "W21": -59.999999999999993, "S21": -74.63050845538703, "W22": -85.735788914467861, "S22": -89.674313970336954, "W31": -100.0, "S31": -100.0, "W32": -105.17325796664056, "S32": -110.17325796664056 }, "geometry": { "type": "Point", "coordinates": [ 99520.0, 499255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.85503011243955, "S12": -11.85503011243955, "W13": -19.856192542777162, "S13": -20.005625652860545, "W21": -60.0, "S21": -76.225371583575367, "W22": -89.248384097751014, "S22": -97.28219520518256, "W31": -100.1263845170714, "S31": -100.1263845170714, "W32": -108.38744191131271, "S32": -113.38744191131271 }, "geometry": { "type": "Point", "coordinates": [ 99520.0, 499681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7853304594475252, "S11": 1.7853304594475252, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -51.404598202629707, "S21": -63.862403366121477, "W22": -68.45513553406046, "S22": -81.69361731651685, "W31": -89.305898511126372, "S31": -89.305898511126372, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99522.0, 497677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0158314835712146, "S12": -5.0158314835712154, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.27004086765168, "S22": -62.671897493477204, "W31": -80.0, "S31": -80.0, "W32": -98.58272913296166, "S32": -103.58272913296166 }, "geometry": { "type": "Point", "coordinates": [ 99523.0, 503450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -52.215688228844812, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99527.0, 505229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4042372794345988, "S11": 2.4042372794345988, "W12": -15.0, "S12": -15.0, "W13": -19.924477094538556, "S13": -19.924477094538556, "W21": -53.720672546380186, "S21": -67.995287963534551, "W22": -74.012939201992651, "S22": -86.486602742610799, "W31": -94.3502977518325, "S31": -94.3502977518325, "W32": -98.865248226950413, "S32": -103.86524822695041 }, "geometry": { "type": "Point", "coordinates": [ 99530.333333333328483, 498183.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60905150580804379, "S11": 0.60905150580804379, "W12": -10.684487953136056, "S12": -14.078971867026661, "W13": -19.979596246439794, "S13": -19.979596246439794, "W21": -49.029297510961008, "S21": -67.142160299612968, "W22": -85.885276442307685, "S22": -115.81067388327452, "W31": -115.81067388327452, "S31": -115.81067388327452, "W32": -115.81067388327452, "S32": -115.81067388327452 }, "geometry": { "type": "Point", "coordinates": [ 99532.75, 500930.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.509496362090035, "S12": -12.509496362090035, "W13": -20.0, "S13": -20.0, "W21": -49.088957890555449, "S21": -59.961262307373296, "W22": -64.818540595612859, "S22": -77.313782622714243, "W31": -86.178341722594951, "S31": -86.178341722594951, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99533.0, 497246.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77592798155160081, "S11": 0.77592798155160081, "W12": -10.0, "S12": -17.74817623837335, "W13": -20.0, "S13": -20.0, "W21": -32.832802583734214, "S21": -50.929699928913891, "W22": -72.016788061822709, "S22": -91.974634886966371, "W31": -98.190648657329717, "S31": -98.190648657329717, "W32": -107.01454186582957, "S32": -112.01454186582957 }, "geometry": { "type": "Point", "coordinates": [ 99535.333333333328483, 501995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.268992258010766, "S12": -11.268992258010766, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.0581993645038, "W22": -61.695832306756955, "S22": -74.106648882312314, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99536.411764705888345, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.657911287363952, "S12": -11.657911287363952, "W13": -19.855583297928849, "S13": -19.855583297928849, "W21": -60.0, "S21": -75.002602092996057, "W22": -87.027975768844811, "S22": -88.465893049691076, "W31": -100.14622749680481, "S31": -100.14622749680481, "W32": -106.38504219662606, "S32": -111.38504219662606 }, "geometry": { "type": "Point", "coordinates": [ 99537.0, 499417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.364634338741538, "S21": -40.364634338741538, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.257909382696781, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99537.0, 506243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99537.5, 509533.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.50664855211307, "S21": -40.50664855211307, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -82.171143256414524, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99538.742857142860885, 506634.628571428591385 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46015155429268539, "S11": -0.46015155429268539, "W12": -11.412970025898558, "S12": -11.412970025898558, "W13": -20.0, "S13": -21.056784869461765, "W21": -60.0, "S21": -77.065816596721731, "W22": -90.0, "S22": -115.35192837192187, "W31": -115.35192837192187, "S31": -115.35192837192187, "W32": -115.35192837192187, "S32": -115.35192837192187 }, "geometry": { "type": "Point", "coordinates": [ 99538.888888888890506, 500127.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.607925247247664, "S21": -40.607925247247664, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99542.0, 506917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.420836182296526, "S21": -50.396985078780048, "W22": -50.396985078780048, "S22": -50.396985078780048, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99543.354166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.410890830021764, "S21": -40.410890830021764, "W22": -50.0, "S22": -60.0, "W31": -80.0, "S31": -80.095533242884912, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99547.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.197045567020183, "S12": -11.197045567020183, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.038349787302352, "W22": -61.549990696482283, "S22": -73.930275394971972, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0950052054777641, "S11": 2.0950052054777641, "W12": -15.0, "S12": -15.0, "W13": -19.925230192944877, "S13": -19.925230192944877, "W21": -52.747494453153877, "S21": -66.398704954979848, "W22": -71.281508851713497, "S22": -82.09214091394621, "W31": -92.296386132703276, "S31": -92.296386132703276, "W32": -98.346902002783338, "S32": -103.34690200278334 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.871857665889681, "S13": -19.871857665889681, "W21": -59.064636683061714, "S21": -71.913233093554126, "W22": -83.607077603615735, "S22": -91.380116503657405, "W31": -100.00241007851012, "S31": -100.00241007851012, "W32": -103.15049514966897, "S32": -108.15049514966897 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2228571428571433, "S11": -1.2228571428571433, "W12": -11.497015037876411, "S12": -11.497015037876411, "W13": -20.0, "S13": -21.24127646302, "W21": -60.0, "S21": -76.807449453128001, "W22": -90.0, "S22": -112.04190919674039, "W31": -112.04190919674039, "S31": -112.04190919674039, "W32": -112.04190919674039, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6521806085782953, "S11": 0.6521806085782953, "W12": -10.565514252718305, "S12": -15.359412461148661, "W13": -19.984426075078897, "S13": -19.984426075078897, "W21": -46.953574782573185, "S21": -65.23931941545294, "W22": -84.957692307692312, "S22": -109.40671936123616, "W31": -109.40671936123616, "S31": -109.40671936123616, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8646575072986733, "S11": 0.8646575072986733, "W12": -10.0, "S12": -17.761790233614537, "W13": -20.0, "S13": -20.0, "W21": -32.799873523499784, "S21": -51.045902067351136, "W22": -71.935290460117244, "S22": -93.024603023346998, "W31": -98.112757721253999, "S31": -98.112757721253999, "W32": -106.93340229721052, "S32": -111.93340229721052 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -11.971727970888207, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.372775364272364, "W22": -58.380200562784459, "S22": -68.970848887995743, "W31": -90.0, "S31": -90.0, "W32": -100.95613684499585, "S32": -105.95613684499585 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0030298994795368, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.662370323797546, "S22": -63.154843163860775, "W31": -80.0, "S31": -80.0, "W32": -98.39693042535481, "S32": -103.39693042535481 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.5172847315361411, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -62.627826876351691, "W31": -80.0, "S31": -80.0, "W32": -98.452549554577217, "S32": -103.45254955457722 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.268645796242453, "S21": -40.268645796242453, "W22": -50.0, "S22": -65.692149478160573, "W31": -80.0, "S31": -80.26683491134601, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.633758006633869, "S21": -41.489336710239755, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.412164989580084, "S21": -50.39634417350748, "W22": -50.39634417350748, "S22": -50.39634417350748, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99550.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60625043201963236, "S11": 0.60625043201963236, "W12": -10.589672769698453, "S12": -14.851592806448602, "W13": -19.977302562963857, "S13": -19.97730256296386, "W21": -48.495944088304562, "S21": -66.784438126851754, "W22": -85.262219551282016, "S22": -112.29679957635514, "W31": -112.29679957635514, "S31": -112.29679957635514, "W32": -112.29679957635514, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99550.166666666671517, 500973.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0604297762500243, "S12": -5.0604297762500243, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.243442991783411, "S22": -63.171048171284681, "W31": -80.0, "S31": -80.0, "W32": -98.362712369851238, "S32": -103.36271236985124 }, "geometry": { "type": "Point", "coordinates": [ 99550.470588235300966, 503452.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.641122555041104, "S12": -12.641122555041104, "W13": -20.0, "S13": -20.0, "W21": -49.172517475644661, "S21": -60.200549257554997, "W22": -65.11950347530987, "S22": -77.622841376297188, "W31": -86.37653803131991, "S31": -86.37653803131991, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99554.0, 497286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84774776882853664, "S11": 0.84774776882853664, "W12": -9.9999999999999982, "S12": -17.864610822698104, "W13": -20.0, "S13": -20.0, "W21": -32.500681316861275, "S21": -50.510229674019271, "W22": -71.423185487850617, "S22": -94.370569631052689, "W31": -97.59592150173799, "S31": -97.59592150173799, "W32": -106.22701798609624, "S32": -111.22701798609624 }, "geometry": { "type": "Point", "coordinates": [ 99556.111111111109494, 502037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.275247921811697, "S21": -40.275247921811697, "W22": -50.000000000000007, "S22": -63.751246738167808, "W31": -80.0, "S31": -80.415610931382787, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99558.538461538468255, 506031.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81340524406702452, "S11": 0.81340524406702452, "W12": -10.422158928907708, "S12": -15.729828727243738, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -58.382794460685048, "W22": -83.498557692307699, "S22": -106.35024010520669, "W31": -106.35024010520669, "S31": -106.35024010520669, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99560.0, 501120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.3641222989649355, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.156449753746202, "S22": -62.156449753746202, "W31": -80.0, "S31": -80.0, "W32": -98.316841434748085, "S32": -103.31684143474808 }, "geometry": { "type": "Point", "coordinates": [ 99562.19999999999709, 504318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3845381577320786, "S11": 1.3845381577320786, "W12": -12.826892185580515, "S12": -12.826892185580515, "W13": -20.0, "S13": -20.0, "W21": -49.350004299806976, "S21": -60.539559878194268, "W22": -65.209577216001378, "S22": -77.744423145518937, "W31": -86.60752237136451, "S31": -86.60752237136451, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99564.0, 497326.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.879279424104055, "S13": -19.879279424104055, "W21": -57.089744879144455, "S21": -73.202855963365167, "W22": -81.419687790492674, "S22": -93.219202960372598, "W31": -100.0, "S31": -100.0, "W32": -100.99142798480648, "S32": -105.99142798480648 }, "geometry": { "type": "Point", "coordinates": [ 99566.0, 498723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60344935823128432, "S11": 0.60344935823128432, "W12": -10.494857586260895, "S12": -15.512878587931663, "W13": -19.97500887948793, "S13": -19.975008879487934, "W21": -46.05833095150598, "S21": -64.522456239948269, "W22": -84.639162660256446, "S22": -107.50511907298197, "W31": -107.50511907298197, "S31": -107.50511907298197, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99567.583333333328483, 501016.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -13.770356357594665, "W13": -20.0, "S13": -20.0, "W21": -29.999999999999996, "S21": -33.0, "W22": -58.917804511088868, "S22": -71.298703212117289, "W31": -90.0, "S31": -90.0, "W32": -103.7193551982991, "S32": -108.7193551982991 }, "geometry": { "type": "Point", "coordinates": [ 99570.0, 502884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4106749828816609, "S11": 1.4106749828816609, "W12": -13.012661816120259, "S12": -13.012661816120259, "W13": -20.0, "S13": -20.0, "W21": -49.527491123969654, "S21": -60.878570498834137, "W22": -65.299650956693299, "S22": -77.866004914741168, "W31": -86.838506711409465, "S31": -86.838506711409465, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99574.0, 497367.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0101685246958709, "S12": -5.0101685246958709, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.016242271822279, "S22": -63.631361592531988, "W31": -80.0, "S31": -80.0, "W32": -98.172426065078142, "S32": -103.17242606507814 }, "geometry": { "type": "Point", "coordinates": [ 99576.0, 503710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3145810751134182, "S11": 2.3145810751134182, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.902320549585344, "S13": -19.902320549585344, "W21": -53.52095971269793, "S21": -67.923217154076298, "W22": -73.458353635428182, "S22": -85.791044361284477, "W31": -94.329393331950655, "S31": -94.329393331950655, "W32": -98.909107876073122, "S32": -103.90910787607312 }, "geometry": { "type": "Point", "coordinates": [ 99576.666666666671517, 498199.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91956755610547258, "S11": 0.91956755610547258, "W12": -10.0, "S12": -17.981045407022858, "W13": -20.0, "S13": -20.0, "W21": -32.168560049988329, "S21": -48.587695617704817, "W22": -70.829582913878525, "S22": -96.766504375139007, "W31": -97.001194346146249, "S31": -97.001194346146249, "W32": -105.43949410636291, "S32": -110.43949410636291 }, "geometry": { "type": "Point", "coordinates": [ 99576.888888888890506, 502079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99578.235294117650483, 511737.029411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99581.25, 509516.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0408743056954373, "S11": 1.0408743056954373, "W12": -10.083489696895443, "S12": -16.200301020711148, "W13": -20.461479362274634, "S13": -20.461479362274634, "W21": -37.649118052261898, "S21": -56.24442923189288, "W22": -80.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99582.0, 501409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4368118080311936, "S11": 1.4368118080311936, "W12": -13.198431446659672, "S12": -13.198431446659672, "W13": -20.0, "S13": -20.0, "W21": -49.704977948131976, "S21": -61.217581119473415, "W22": -65.389724697384807, "S22": -78.003368739563427, "W31": -87.069491051454079, "S31": -87.069491051454079, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99584.0, 497407.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81317575131334774, "S11": -0.81317575131334774, "W12": -11.253274293186154, "S12": -11.253274293186154, "W13": -20.0, "S13": -21.195179735005212, "W21": -60.0, "S21": -77.046825322112653, "W22": -90.0, "S22": -115.39761217687897, "W31": -115.39761217687897, "S31": -115.39761217687897, "W32": -115.39761217687897, "S32": -115.39761217687897 }, "geometry": { "type": "Point", "coordinates": [ 99584.777777777781012, 500143.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60064828444287288, "S11": 0.60064828444287288, "W12": -10.400042402823294, "S12": -15.538908580065939, "W13": -19.972715196011993, "S13": -19.97271519601199, "W21": -43.597365038560412, "S21": -62.18203606654393, "W22": -84.016105769230776, "S22": -105.01601635844784, "W31": -105.01601635844784, "S31": -105.01601635844784, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99585.0, 501059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.7287590038927823, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.560096405742428, "S22": -50.560096405742428, "W31": -80.0, "S31": -80.0, "W32": -98.15280078017102, "S32": -103.15280078017102 }, "geometry": { "type": "Point", "coordinates": [ 99585.0, 504654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.010793960040141, "S12": -11.010793960040141, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.986964301733209, "W22": -61.172444017069736, "S22": -73.473689484021435, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99585.176470588237862, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.192213623102322, "S12": -14.192213623102322, "W13": -19.84730651608384, "S13": -19.84730651608384, "W21": -60.0, "S21": -73.125948132630214, "W22": -84.624007585148448, "S22": -90.725367382125839, "W31": -100.57448238086543, "S31": -100.57448238086543, "W32": -104.23867225700572, "S32": -109.23867225700572 }, "geometry": { "type": "Point", "coordinates": [ 99587.0, 499141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.481569955589237, "S21": -40.481569955589237, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -81.59968767939182, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99587.828571428573923, 506641.08571428572759 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98841612799020195, "S11": 0.98841612799020195, "W12": -10.0, "S12": -17.324140168721609, "W13": -20.03688923901586, "S13": -20.03688923901586, "W21": -34.105698218036451, "S21": -52.775406797668943, "W22": -74.048824539586661, "S22": -91.51116615077882, "W31": -100.14655466134053, "S31": -100.14655466134053, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99591.0, 501843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.356386659002823, "S21": -50.392221485045695, "W22": -50.392221485045695, "S22": -50.392221485045695, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99592.75, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4712057597461667, "S11": 1.4712057597461667, "W12": -13.384201077199414, "S12": -13.384201077199414, "W13": -20.0, "S13": -20.0, "W21": -49.882464772294647, "S21": -61.556591740113277, "W22": -65.479798438076742, "S22": -78.153269640310185, "W31": -87.339971654417852, "S31": -87.339971654417852, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99594.0, 497448.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1618369510225701, "S12": -5.1618369510225701, "W13": -20.0, "S13": -20.0, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -56.179990305502571, "S22": -64.0170401510467, "W31": -80.0, "S31": -80.0, "W32": -97.990274168484618, "S32": -102.99027416848462 }, "geometry": { "type": "Point", "coordinates": [ 99597.0, 503461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9585678239445572, "S11": 0.9585678239445572, "W12": -10.0, "S12": -18.097479991347608, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -31.836438783115391, "S21": -46.961316373941074, "W22": -70.235980339906433, "S22": -94.735204766854437, "W31": -96.406467190554508, "S31": -96.406467190554508, "W32": -104.86024009862933, "S32": -109.86024009862933 }, "geometry": { "type": "Point", "coordinates": [ 99597.666666666671517, 502121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36752433958105857, "S11": 0.36752433958105857, "W12": -10.460528189936413, "S12": -14.438820843146827, "W13": -19.933815925692024, "S13": -20.148698280114029, "W21": -50.0, "S21": -68.462016196432174, "W22": -85.176923076923075, "S22": -114.51084992879174, "W31": -114.51084992879174, "S31": -114.51084992879174, "W32": -114.51084992879174, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99598.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.932306660777668, "S12": -10.932306660777668, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.965310217513448, "W22": -61.013344078588226, "S22": -73.281282043286467, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0590288857813452, "S11": 2.0590288857813452, "W12": -15.0, "S12": -15.0, "W13": -19.908642401317369, "S13": -19.908642401317369, "W21": -52.453056671078528, "S21": -66.181818250864481, "W22": -70.461304206594122, "S22": -80.977390074645101, "W31": -92.092159585765728, "S31": -92.092159585765728, "W32": -98.35106382978725, "S32": -103.35106382978725 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.848850066577441, "S13": -19.848850066577441, "W21": -58.987211231000828, "S21": -70.85789691898978, "W22": -83.430778600506457, "S22": -91.622362252640841, "W31": -100.63465400766843, "S31": -100.63465400766843, "W32": -103.11817834380585, "S32": -108.11817834380585 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4859901736634722, "S11": -1.4859901736634722, "W12": -11.339138889918287, "S12": -11.339138889918287, "W13": -20.0, "S13": -21.412774377168702, "W21": -60.0, "S21": -76.309009393197201, "W22": -90.0, "S22": -111.66938300349244, "W31": -111.66938300349244, "S31": -111.66938300349244, "W32": -111.66938300349244, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43907753162446572, "S11": 0.43907753162446572, "W12": -10.407638104760183, "S12": -15.227673270848669, "W13": -19.945452452565032, "S13": -20.156858885074659, "W21": -47.069408740359897, "S21": -65.602032158902219, "W22": -84.585096153846152, "S22": -109.04093655792326, "W31": -109.04093655792326, "S31": -109.04093655792326, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97718055795455672, "S11": 0.97718055795455672, "W12": -10.0, "S12": -17.760776281635302, "W13": -20.0, "S13": -20.0, "W21": -32.826975630688622, "S21": -51.582082966983485, "W22": -71.890877598152429, "S22": -96.160542403558466, "W31": -98.083683607183787, "S31": -98.083683607183787, "W32": -106.98512520510809, "S32": -111.98512520510809 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -11.977371541055845, "W13": -20.0, "S13": -20.0, "W21": -29.999999999999996, "S21": -32.441536654923667, "W22": -58.355020049983324, "S22": -69.115306275385834, "W31": -90.0, "S31": -90.0, "W32": -102.48684757873102, "S32": -107.48684757873102 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3538481252299297, "S12": -7.3538481252299297, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.636173111180973, "S22": -63.636173111180973, "W31": -80.0, "S31": -80.0, "W32": -97.996209631504485, "S32": -102.99620963150448 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.299005776887709, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -62.283464566929133, "W31": -80.0, "S31": -80.0, "W32": -98.051828760726877, "S32": -103.05182876072688 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.240698583265662, "S21": -40.240698583265662, "W22": -50.000000000000007, "S22": -66.039579193129242, "W31": -80.0, "S31": -80.018845600536892, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.605810793657078, "S21": -41.666455718537989, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.346927176039429, "S21": -50.39152231565744, "W22": -50.39152231565744, "S22": -50.39152231565744, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99600.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59390456246751189, "S11": 0.59390456246751189, "W12": -10.301387394159947, "S12": -15.562436343403368, "W13": -19.969695843294222, "S13": -19.969695843294222, "W21": -41.078807840616285, "S21": -59.754693312820109, "W22": -83.379783653846019, "S22": -102.83166575082689, "W31": -102.83166575082689, "S31": -102.83166575082689, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99603.5, 501102.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5109641737204096, "S11": 1.5109641737204096, "W12": -13.592156582613045, "S12": -13.592156582613045, "W13": -20.0, "S13": -20.0, "W21": -50.04412610753252, "S21": -61.879776871828099, "W22": -65.583620122737017, "S22": -78.316918485025184, "W31": -87.648339445653917, "S31": -87.648339445653917, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99604.0, 497489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.252748977051191, "S21": -40.252748977051191, "W22": -50.0, "S22": -63.365439402378414, "W31": -80.0, "S31": -80.248257781310514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99606.076923076921958, 506042.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2714375810580982, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.165123046292472, "S22": -62.165123046292472, "W31": -80.0, "S31": -80.0, "W32": -97.922002427410803, "S32": -102.9220024274108 }, "geometry": { "type": "Point", "coordinates": [ 99611.415384615378571, 504310.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40714425996473647, "S11": 0.40714425996473647, "W12": -8.5948798473494854, "S12": -17.974600807764801, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -36.48387082535114, "W22": -61.33503178021747, "S22": -74.496373737619791, "W31": -90.0, "S31": -90.0, "W32": -101.30231685341111, "S32": -106.30231685341111 }, "geometry": { "type": "Point", "coordinates": [ 99617.0, 502582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97528745447819087, "S11": 0.97528745447819087, "W12": -10.0, "S12": -18.213914575672362, "W13": -20.0, "S13": -20.0, "W21": -31.504317516242441, "S21": -46.484583673578904, "W22": -69.501852501048276, "S22": -90.807874538195179, "W31": -95.811740034962781, "S31": -95.811740034962781, "W32": -104.54399054706745, "S32": -109.54399054706745 }, "geometry": { "type": "Point", "coordinates": [ 99618.444444444437977, 502163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.106670715222187, "S21": -40.106670715222187, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99619.0, 505662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0001663112835804, "S12": -5.0001663112835804, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.955255160850882, "S22": -63.955255160850882, "W31": -80.0, "S31": -80.0, "W32": -97.824013559041774, "S32": -102.82401355904177 }, "geometry": { "type": "Point", "coordinates": [ 99621.0, 503930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.8044208938290858, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -65.0, "W31": -80.0, "S31": -80.0, "W32": -97.880077641297959, "S32": -102.88007764129796 }, "geometry": { "type": "Point", "coordinates": [ 99621.0, 504938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58716084049215089, "S11": 0.58716084049215089, "W12": -10.202732385496599, "S12": -15.58532242443242, "W13": -19.96667649057645, "S13": -19.96667649057645, "W21": -39.802087129368701, "S21": -58.569187045792837, "W22": -82.743461538461275, "S22": -100.64731514320596, "W31": -102.49848661676101, "S31": -102.49848661676101, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99622.0, 501145.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2356305257300662, "S11": 2.2356305257300662, "W12": -15.0, "S12": -15.0, "W13": -19.880164004632139, "S13": -19.880164004632139, "W21": -53.425094467033517, "S21": -67.954993932636086, "W22": -72.903768068864707, "S22": -85.095485979959733, "W31": -94.308488912069478, "S31": -94.308488912069478, "W32": -98.952967525195959, "S32": -103.95296752519596 }, "geometry": { "type": "Point", "coordinates": [ 99623.0, 498215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99625.0, 509500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99627.470588235300966, 511736.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -52.945755652473053, "W22": -58.398254635431485, "S22": -70.500903198672958, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99628.0, 496788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1661999483337104, "S11": -1.1661999483337104, "W12": -11.093578560473695, "S12": -11.093578560473695, "W13": -20.0, "S13": -21.333574600548577, "W21": -60.0, "S21": -76.426156412394931, "W22": -90.000000000000014, "S22": -115.44329598183641, "W31": -115.44329598183641, "S31": -115.44329598183641, "W32": -115.44329598183641, "S32": -115.44329598183641 }, "geometry": { "type": "Point", "coordinates": [ 99630.666666666671517, 500159.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.752595662069517, "S12": -10.752595662069517, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.915729238962626, "W22": -60.649055727382503, "S22": -72.840730085730556, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99633.941176470587379, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.456491359065396, "S21": -40.456491359065396, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -81.028232102369131, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99636.914285714286962, 506647.542857142863795 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30154564040614978, "S11": 0.30154564040614978, "W12": -10.283357748989909, "S12": -15.283357748989909, "W13": -19.918723247388542, "S13": -20.28994725963657, "W21": -46.629980719794347, "S21": -65.239969480277352, "W22": -84.217067307692318, "S22": -107.89741215407398, "W31": -107.89741215407398, "S31": -107.89741215407398, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99637.0, 501008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.027685911367287, "S12": -11.027685911367287, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.135007477425027, "W22": -61.364847750766643, "S22": -73.55400520002496, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99639.0, 497068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9920070850118401, "S11": 0.9920070850118401, "W12": -10.0, "S12": -18.330349159997116, "W13": -20.0, "S13": -20.0, "W21": -31.172196249369499, "S21": -46.24346439377868, "W22": -68.674997766000601, "S22": -86.787817413345721, "W31": -95.217012879371055, "S31": -95.217012879371055, "W32": -104.22774099550558, "S32": -109.22774099550558 }, "geometry": { "type": "Point", "coordinates": [ 99639.222222222218988, 502205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58041711851669064, "S11": 0.58041711851669064, "W12": -10.104077376833306, "S12": -15.606486932316693, "W13": -19.963657137858668, "S13": -19.963657137858668, "W21": -39.45587764342131, "S21": -58.314192004065674, "W22": -82.107139423077186, "S22": -98.462964535585797, "W31": -102.76434559065179, "S31": -102.76434559065179, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99640.5, 501188.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.291937135709119, "S21": -50.387457891311335, "W22": -50.387457891311335, "S22": -50.387457891311335, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99642.145833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2632071722993601, "S12": -5.2632071722993601, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.100231031204871, "S22": -64.875728195194199, "W31": -80.0, "S31": -80.0, "W32": -97.612538731395276, "S32": -102.61253873139528 }, "geometry": { "type": "Point", "coordinates": [ 99644.214285714289872, 503472.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4919306675048811, "S11": 1.4919306675048811, "W12": -13.523020215729685, "S12": -13.523020215729685, "W13": -20.0, "S13": -20.0, "W21": -49.782601751864256, "S21": -61.646715248901828, "W22": -65.013851412124438, "S22": -77.690025461238008, "W31": -87.64584824885668, "S31": -87.64584824885668, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99645.80000000000291, 497498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.705991881951752, "S12": -10.897487467009196, "W13": -20.0, "S13": -20.953267540222271, "W21": -60.0, "S21": -77.608680310515169, "W22": -90.000000000000014, "S22": -117.43733403193733, "W31": -117.43733403193733, "S31": -117.43733403193733, "W32": -117.43733403193733, "S32": -117.43733403193733 }, "geometry": { "type": "Point", "coordinates": [ 99648.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.667567754535149, "S12": -10.667567754535149, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.892270647724537, "W22": -60.476697460694176, "S22": -72.632288691600976, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0230525660849263, "S11": 2.0230525660849263, "W12": -15.0, "S12": -15.0, "W13": -19.906403833302029, "S13": -19.906403833302029, "W21": -52.158618889003172, "S21": -65.964931546749114, "W22": -69.700151298247519, "S22": -79.921690972116764, "W31": -91.88793303882818, "S31": -91.88793303882818, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.825842467265204, "S13": -19.825842467265204, "W21": -58.748671018101071, "S21": -69.641445983586578, "W22": -83.299853166873262, "S22": -91.909981571100374, "W31": -101.26689793682672, "S31": -101.26689793682672, "W32": -103.10260753516067, "S32": -108.10260753516067 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.413630393539913, "S11": -1.413630393539913, "W12": -11.181262741960165, "S12": -11.181262741960165, "W13": -20.0, "S13": -21.584272291317404, "W21": -60.0, "S21": -75.411957173964737, "W22": -90.0, "S22": -111.29685681024446, "W31": -111.29685681024446, "S31": -111.29685681024446, "W32": -111.29685681024446, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23599628578850476, "S11": 0.23599628578850476, "W12": -10.249761956802061, "S12": -15.026187313482879, "W13": -19.906478830051167, "S13": -20.336497213548228, "W21": -47.109575835475582, "S21": -65.732259486301245, "W22": -84.2125, "S22": -108.67515375461036, "W31": -108.67515375461036, "S31": -108.67515375461036, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0308691263898833, "S11": 1.0308691263898833, "W12": -10.0, "S12": -17.759762329656066, "W13": -20.272732025703611, "S13": -20.272732025703611, "W21": -32.854077737877454, "S21": -51.3046807377292, "W22": -71.846464736187599, "S22": -99.29648178376992, "W31": -99.29648178376992, "S31": -99.29648178376992, "W32": -107.03684811300563, "S32": -112.03684811300563 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -11.98301511122348, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.532405077447855, "W22": -58.329839537182181, "S22": -69.25976366277591, "W31": -88.38648940420434, "S31": -88.38648940420434, "W32": -103.64659034827123, "S32": -108.64659034827123 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0335487593474593, "S12": -5.0335487593474593, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.609975898564393, "S22": -63.609975898564393, "W31": -80.0, "S31": -80.0, "W32": -97.595488837654159, "S32": -102.59548883765416 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.961781838436889, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -62.390063930214495, "W31": -80.0, "S31": -80.0, "W32": -97.651107966876552, "S32": -102.65110796687655 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.212751370288863, "S21": -40.212751370288863, "W22": -50.0, "S22": -66.400221886250677, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.577863580680287, "S21": -42.041586556129168, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.695768157879883, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.281689362498767, "S21": -50.386700457807386, "W22": -50.386700457807386, "S22": -50.386700457807386, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99650.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.230250032290705, "S21": -40.230250032290705, "W22": -50.0, "S22": -63.101797429230587, "W31": -80.0, "S31": -80.080904631238539, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99653.615384615390212, 506053.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2090314558731072, "S11": 2.2090314558731072, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.865341043359898, "S13": -19.865341043359898, "W21": -53.471475239553136, "S21": -68.096410026146614, "W22": -72.575577932975676, "S22": -84.69895856853006, "W31": -94.326502740824765, "S31": -94.326502740824765, "W32": -98.990294886151503, "S32": -103.9902948861515 }, "geometry": { "type": "Point", "coordinates": [ 99653.666666666671517, 498228.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.856726448149757, "S13": -19.856726448149757, "W21": -54.400303954764375, "S21": -69.661029968150586, "W22": -74.779617709203478, "S22": -88.070236408564071, "W31": -95.738451774257399, "S31": -95.738451774257399, "W32": -99.361199733232397, "S32": -104.3611997332324 }, "geometry": { "type": "Point", "coordinates": [ 99657.0, 498361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57367339654132965, "S11": 0.57367339654132965, "W12": -10.00542236816996, "S12": -15.627651440201076, "W13": -19.960637785140904, "S13": -19.960637785140904, "W21": -39.10966815747345, "S21": -58.059196962338127, "W22": -81.470817307692442, "S22": -96.278613927964869, "W31": -103.03020456454263, "S31": -103.03020456454263, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99659.0, 501231.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0087267155454891, "S11": 1.0087267155454891, "W12": -10.0, "S12": -18.44678374432187, "W13": -20.065165118196653, "S13": -20.065165118196653, "W21": -30.840074982496553, "S21": -45.141497210211895, "W22": -67.843672847612552, "S22": -82.763290105155903, "W31": -94.622285723779314, "S31": -94.622285723779314, "W32": -103.91149144394372, "S32": -108.91149144394372 }, "geometry": { "type": "Point", "coordinates": [ 99660.0, 502247.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4284179422630183, "S12": -7.6071708054142553, "W13": -20.0, "S13": -20.0, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -52.173796338838734, "S22": -62.173796338838734, "W31": -80.0, "S31": -80.0, "W32": -97.527163420073407, "S32": -102.52716342007341 }, "geometry": { "type": "Point", "coordinates": [ 99660.630769230774604, 504303.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80460900689959625, "S11": -0.80460900689959625, "W12": -11.317926133878469, "S12": -11.317926133878469, "W13": -19.928982458465157, "S13": -20.992133453809402, "W21": -60.0, "S21": -74.445563610701228, "W22": -90.0, "S22": -103.11804423748545, "W31": -103.11804423748545, "S31": -103.11804423748545, "W32": -109.31884125502032, "S32": -114.31884125502032 }, "geometry": { "type": "Point", "coordinates": [ 99661.0, 499816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0504499365500557, "S12": -5.0504499365500557, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.822487687310065, "S22": -62.822487687310065, "W31": -80.0, "S31": -80.0, "W32": -97.46040650818972, "S32": -102.46040650818972 }, "geometry": { "type": "Point", "coordinates": [ 99668.0, 504165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99668.604651162793743, 512030.348837209283374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99670.6875, 509489.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.181297481477479, "S21": -40.181297481477479, "W22": -50.0, "S22": -70.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99671.0, 505946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0197473285576002, "S11": 1.0197473285576002, "W12": -10.0, "S12": -18.575203159105598, "W13": -20.12497065137811, "S13": -20.12497065137811, "W21": -30.470430985100176, "S21": -43.776287792829052, "W22": -66.898551624349167, "S22": -78.617869857884841, "W31": -93.971063327196589, "S31": -93.971063327196589, "W32": -103.56020649235697, "S32": -108.56020649235697 }, "geometry": { "type": "Point", "coordinates": [ 99676.0, 502293.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5192241453543729, "S11": -1.5192241453543729, "W12": -10.933882827761289, "S12": -10.933882827761289, "W13": -20.0, "S13": -21.471969466091995, "W21": -60.000000000000007, "S21": -75.669270646604616, "W22": -90.0, "S22": -115.48897978679351, "W31": -115.48897978679351, "S31": -115.48897978679351, "W32": -115.48897978679351, "S32": -115.48897978679351 }, "geometry": { "type": "Point", "coordinates": [ 99676.555555555562023, 500175.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99676.705882352936896, 511735.088235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56692967456596866, "S11": 0.56692967456596866, "W12": -10.0, "S12": -15.742048588578845, "W13": -19.957618432423132, "S13": -19.957618432423132, "W21": -38.763458671525591, "S21": -57.804201920610581, "W22": -80.834495192307685, "S22": -96.939285086158023, "W31": -103.29606353843346, "S31": -103.29606353843346, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99677.5, 501275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0748831674807358, "S11": -1.0748831674807358, "W12": -11.165920079501513, "S12": -11.165920079501513, "W13": -19.979955607824948, "S13": -21.461924950913232, "W21": -59.999999999999993, "S21": -74.453322716139766, "W22": -90.0, "S22": -107.01001164144354, "W31": -107.01001164144354, "S31": -107.01001164144354, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99682.0, 499908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.58652659113317, "S12": -10.713412093351721, "W13": -20.0, "S13": -21.049676563277501, "W21": -59.7469568512291, "S21": -76.799976147097823, "W22": -90.0, "S22": -117.49980567299666, "W31": -117.49980567299666, "S31": -117.49980567299666, "W32": -117.49980567299666, "S32": -117.49980567299666 }, "geometry": { "type": "Point", "coordinates": [ 99682.0, 500530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.494397364098891, "S12": -10.494397364098891, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.849501245128522, "W22": -60.125667437695284, "S22": -72.207770687439691, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99682.705882352936896, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.182432386016306, "S11": 2.182432386016306, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.850518082087657, "S13": -19.850518082087657, "W21": -53.517856012073189, "S21": -68.23782611965774, "W22": -72.247387797087654, "S22": -84.307909793603102, "W31": -94.344516569580733, "S31": -94.344516569580733, "W32": -99.027622247107189, "S32": -104.02762224710719 }, "geometry": { "type": "Point", "coordinates": [ 99684.333333333328483, 498241.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.383583062980286, "S21": -40.383583062980286, "W22": -50.0, "S22": -55.0, "W31": -80.0, "S31": -80.115039835558449, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99686.0, 506523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.431412762541562, "S21": -40.431412762541562, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.456776525346427, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99686.0, 506654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4728971612893527, "S11": 1.4728971612893527, "W12": -13.453883848846328, "S12": -13.453883848846328, "W13": -20.0, "S13": -20.0, "W21": -49.505251907271536, "S21": -61.397828137051093, "W22": -64.44408270151186, "S22": -77.063132437450818, "W31": -87.643357052059415, "S31": -87.643357052059415, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99687.600000000005821, 497507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3645773935761429, "S12": -5.3645773935761429, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -56.020471756907455, "S22": -65.734416239341442, "W31": -80.0, "S31": -80.0, "W32": -97.234803294306033, "S32": -102.23480329430603 }, "geometry": { "type": "Point", "coordinates": [ 99691.428571428565192, 503484.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.227487612415402, "S21": -50.382694297576975, "W22": -50.382694297576975, "S22": -50.382694297576975, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99691.541666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0307679415697033, "S11": 1.0307679415697033, "W12": -10.0, "S12": -18.70362257388949, "W13": -20.184776184559503, "S13": -20.184776184559503, "W21": -30.100786987703316, "S21": -42.41107837544439, "W22": -65.95343040108466, "S22": -76.276268741367019, "W31": -93.319840930613083, "S31": -93.319840930613083, "W32": -103.20892154076978, "S32": -108.20892154076978 }, "geometry": { "type": "Point", "coordinates": [ 99692.0, 502339.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5601859525906081, "S11": 0.5601859525906081, "W12": -10.0, "S12": -15.861868105126572, "W13": -19.954599079705364, "S13": -19.954599079705364, "W21": -38.417249185577731, "S21": -57.549206878883027, "W22": -80.198173076922942, "S22": -99.404173603286139, "W31": -103.56192251232426, "S31": -103.56192251232426, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99696.0, 501318.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.402828848292634, "S12": -10.402828848292634, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.855935581599297, "W22": -59.940050842800119, "S22": -71.983295339915472, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9870762463885072, "S11": 1.9870762463885072, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.904165265286693, "S13": -19.904165265286693, "W21": -51.864181106927823, "S21": -65.738343464086171, "W22": -69.014899145809451, "S22": -78.941892625496962, "W31": -91.683706491890618, "S31": -91.683706491890618, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6546518937146417, "S11": 2.6546518937146417, "W12": -15.0, "S12": -15.0, "W13": -19.802834867952967, "S13": -19.802834867952967, "W21": -58.520863164102657, "S21": -68.435727407084713, "W22": -83.171650876571633, "S22": -91.929389539538775, "W31": -101.89914186598503, "S31": -101.89914186598503, "W32": -103.08977517708655, "S32": -108.08977517708655 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3476619101996949, "S11": -1.3476619101996949, "W12": -11.023386594002043, "S12": -11.023386594002043, "W13": -20.0, "S13": -21.755770205466106, "W21": -60.0, "S21": -74.514904954732259, "W22": -90.0, "S22": -110.92433061699651, "W31": -110.92433061699651, "S31": -110.92433061699651, "W32": -110.92433061699651, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.021839495343341953, "S11": 0.021839495343341953, "W12": -10.091885808843939, "S12": -14.431088770143409, "W13": -19.867505207537302, "S13": -20.516135542021793, "W21": -47.03626943005181, "S21": -65.607934591672802, "W22": -83.910873778863703, "S22": -108.38034088400732, "W31": -108.38034088400732, "S31": -108.38034088400732, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0845576948252098, "S11": 1.0845576948252098, "W12": -10.000000000000002, "S12": -17.758748377676834, "W13": -20.622040542163148, "S13": -20.622040542163148, "W21": -32.881179845066285, "S21": -51.660137488931909, "W22": -71.802051874222769, "S22": -98.022384782792386, "W31": -98.025535379043376, "S31": -98.025535379043376, "W32": -107.08857102090319, "S32": -112.08857102090319 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30791442888559173, "S11": 0.30791442888559173, "W12": -5.0, "S12": -11.988658681391117, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.623273499972044, "W22": -58.304659024381039, "S22": -68.410709907993876, "W31": -95.693130576450173, "S31": -95.693130576450173, "W32": -101.55234869611094, "S32": -106.55234869611094 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1466823593964852, "S12": -5.1466823593964852, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.583778685947813, "S22": -63.583778685947813, "W31": -80.0, "S31": -80.0, "W32": -97.194768043803819, "S32": -102.19476804380382 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.0474731846800482, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -66.188052642401814, "W31": -80.0, "S31": -80.0, "W32": -97.250387173026212, "S32": -102.25038717302621 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.184804157312072, "S21": -40.184804157312072, "W22": -50.0, "S22": -66.978635204081627, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.549916367703489, "S21": -42.416717393720347, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.868506349509246, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.216451548958112, "S21": -50.381878599957346, "W22": -50.381878599957346, "S22": -50.381878599957346, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99700.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.207751087530205, "S21": -40.207751087530205, "W22": -50.0, "S22": -62.922497943871349, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99701.153846153843915, 506064.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0417885545818144, "S11": 1.0417885545818144, "W12": -10.0, "S12": -18.832041988673218, "W13": -20.244581717740964, "S13": -20.244581717740964, "W21": -30.0, "S21": -41.314725967754612, "W22": -65.008309177821289, "S22": -73.949299342106286, "W31": -92.680933294372622, "S31": -92.680933294372622, "W32": -102.85763658918302, "S32": -107.85763658918302 }, "geometry": { "type": "Point", "coordinates": [ 99708.0, 502385.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0326173839077057, "S12": -5.1604611039825397, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.182469631385004, "S22": -62.182469631385004, "W31": -80.0, "S31": -80.0, "W32": -97.132324412736125, "S32": -102.13232441273612 }, "geometry": { "type": "Point", "coordinates": [ 99709.846153846156085, 504296.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55344223061524711, "S11": 0.55344223061524711, "W12": -10.0, "S12": -15.981687621674302, "W13": -19.951579726987593, "S13": -19.951579726987593, "W21": -38.071039699629878, "S21": -57.294211837155487, "W22": -79.60687171080987, "S22": -101.91408286968593, "W31": -103.7756503830456, "S31": -103.7756503830456, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99714.5, 501361.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.155833316159347, "S11": 2.155833316159347, "W12": -15.0, "S12": -15.0, "W13": -19.835695120815412, "S13": -19.835695120815412, "W21": -53.564236784592815, "S21": -68.379242213168268, "W22": -71.969313547245832, "S22": -83.985078083233532, "W31": -94.362530398336034, "S31": -94.362530398336034, "W32": -99.064949608062719, "S32": -104.06494960806272 }, "geometry": { "type": "Point", "coordinates": [ 99715.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.515638287820089, "S12": -10.515638287820089, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.0, "W22": -60.184981020080741, "S22": -72.197220115366079, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99716.0, 497038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99716.375, 509478.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99718.023255813954165, 512027.744186046533287 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1173658009394691, "S11": 1.1173658009394691, "W12": -10.0, "S12": -17.566324626865672, "W13": -20.853236589588025, "S13": -20.853236589588025, "W21": -33.457235133364954, "S21": -53.457235133364954, "W22": -72.64512839364167, "S22": -101.52318327918303, "W31": -101.52318327918303, "S31": -101.52318327918303, "W32": -108.74633179320679, "S32": -113.74633179320679 }, "geometry": { "type": "Point", "coordinates": [ 99722.0, 501931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82910172306640662, "S11": 0.82910172306640662, "W12": -5.0, "S12": -14.861709117456197, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.295340924211608, "W22": -59.445588059400826, "S22": -77.86534354400024, "W31": -87.826881442787055, "S31": -87.826881442787055, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99722.0, 502756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8722483423748968, "S11": -1.8722483423748968, "W12": -10.774187095048934, "S12": -10.774187095048934, "W13": -20.0, "S13": -21.61036433163537, "W21": -60.0, "S21": -74.912384880814542, "W22": -90.0, "S22": -115.53466359175061, "W31": -115.53466359175061, "S31": -115.53466359175061, "W32": -115.53466359175061, "S32": -115.53466359175061 }, "geometry": { "type": "Point", "coordinates": [ 99722.444444444437977, 500191.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1172415110904299, "S11": 1.1172415110904299, "W12": -10.0, "S12": -17.591344905905256, "W13": -20.850114025110777, "S13": -20.850114025110777, "W21": -33.384194954491051, "S21": -53.384194954491051, "W22": -72.524146068148539, "S22": -100.87712472377135, "W31": -100.87712472377135, "S31": -100.87712472377135, "W32": -108.53006368631368, "S32": -113.53006368631368 }, "geometry": { "type": "Point", "coordinates": [ 99723.0, 501940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0528091675939253, "S11": 1.0528091675939253, "W12": -10.0, "S12": -18.96046140345695, "W13": -20.304387250922421, "S13": -20.304387250922421, "W21": -30.0, "S21": -40.319160547768142, "W22": -64.063187954557918, "S22": -71.622329942845553, "W31": -92.050213719811993, "S31": -92.050213719811993, "W32": -102.50635163759627, "S32": -107.50635163759627 }, "geometry": { "type": "Point", "coordinates": [ 99724.0, 502432.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99725.941176470587379, 511734.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.505244259661723, "S12": -10.505244259661723, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -60.006314606789758, "W22": -60.127276796786624, "S22": -72.117827422100504, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99726.0, 497044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3371559633027523, "S11": 3.3371559633027523, "W12": -13.15592844289932, "S12": -13.15592844289932, "W13": -19.777121005087611, "S13": -19.777121005087611, "W21": -60.0, "S21": -71.99339016109225, "W22": -85.155558261023558, "S22": -89.844320942025902, "W31": -102.42458718276428, "S31": -102.42458718276428, "W32": -105.00000000000001, "S32": -110.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99727.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.435226306340356, "S12": -10.435226306340356, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.977890337615314, "W22": -60.0, "S22": -71.982508359975014, "W31": -90.0, "S31": -90.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99729.0, 497034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4538636550738344, "S11": 1.4538636550738344, "W12": -13.384747481963014, "S12": -13.384747481963014, "W13": -20.0, "S13": -20.0, "W21": -49.22790206267895, "S21": -61.1489410252005, "W22": -63.874313990899502, "S22": -76.436239413663884, "W31": -87.640865855262206, "S31": -87.640865855262206, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99729.399999999994179, 497516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44695352302715863, "S11": 0.44695352302715863, "W12": -5.0, "S12": -11.341747520215268, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.457669294861041, "W22": -58.09075056813532, "S22": -68.09075056813532, "W31": -91.510987825960086, "S31": -91.510987825960086, "W32": -101.15057139357855, "S32": -106.15057139357855 }, "geometry": { "type": "Point", "coordinates": [ 99731.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.236199066128192, "S12": -10.236199066128192, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.867644323136254, "W22": -59.602279148007902, "S22": -71.574811289148613, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99731.470588235300966, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54669850863978686, "S11": 0.54669850863978686, "W12": -10.0, "S12": -16.049386855463432, "W13": -19.94856037426981, "S13": -19.94856037426981, "W21": -37.72483021368248, "S21": -57.039216795428317, "W22": -79.035933051505722, "S22": -104.44435484288846, "W31": -104.44435484288846, "S31": -104.44435484288846, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99733.0, 501404.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5705093564312531, "S11": 1.5705093564312531, "W12": -13.936750643618977, "S12": -13.936750643618977, "W13": -20.0, "S13": -20.0, "W21": -50.016140389742937, "S21": -62.463484476869212, "W22": -64.858286223197354, "S22": -76.746889446793688, "W31": -88.606845261272483, "S31": -88.606845261272483, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99734.0, 497647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.406881389820512, "S21": -40.795324598415107, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.010511018827387, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99734.19999999999709, 506660.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6253259230791972, "S11": 1.6253259230791972, "W12": -14.301675572898088, "S12": -14.301675572898088, "W13": -20.0, "S13": -20.0, "W21": -50.354466920678121, "S21": -63.103248271637632, "W22": -65.475402161597387, "S22": -75.963030509129396, "W31": -89.101160345767468, "S31": -89.101160345767468, "W32": -97.548040995380489, "S32": -102.54804099538049 }, "geometry": { "type": "Point", "coordinates": [ 99736.0, 497722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54193009950333315, "S11": 0.54193009950333315, "W12": -10.0, "S12": -16.054288004274646, "W13": -19.947395414291194, "S13": -22.947395414291194, "W21": -37.665617580475953, "S21": -56.990944535669755, "W22": -78.93257699939609, "S22": -104.80537285868199, "W31": -104.80537285868199, "S31": -104.80537285868199, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99737.0, 501412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.465947614852932, "S12": -5.465947614852932, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.940712482609747, "S22": -65.94071248260974, "W31": -80.0, "S31": -80.0, "W32": -97.523596676947889, "S32": -102.52359667694789 }, "geometry": { "type": "Point", "coordinates": [ 99738.642857142855064, 503496.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1103363387857859, "S11": 1.1103363387857859, "W12": -10.0, "S12": -18.116851881894874, "W13": -20.756595489771858, "S13": -20.756595489771858, "W21": -31.848183029563881, "S21": -49.152306695397755, "W22": -70.0, "S22": -87.510808719792479, "W31": -96.212722832317127, "S31": -96.212722832317127, "W32": -104.85748500935392, "S32": -109.85748500935392 }, "geometry": { "type": "Point", "coordinates": [ 99740.0, 502129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0638297806060282, "S11": 1.0638297806060282, "W12": -9.798422900468001, "S12": -18.887303718708843, "W13": -20.36419278410381, "S13": -20.36419278410381, "W21": -30.0, "S21": -39.323595127780351, "W22": -63.118066731293396, "S22": -69.751808887827224, "W31": -91.419494145250567, "S31": -91.419494145250567, "W32": -102.15506668600908, "S32": -107.15506668600908 }, "geometry": { "type": "Point", "coordinates": [ 99740.0, 502478.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.163038089121699, "S21": -50.377930703842615, "W22": -50.377930703842615, "S22": -50.377930703842615, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99740.9375, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1951823533856794, "S11": 2.1951823533856794, "W12": -15.0, "S12": -15.0, "W13": -19.820392515598172, "S13": -19.820392515598172, "W21": -53.806570516415078, "S21": -68.819759340905023, "W22": -72.217888555844922, "S22": -84.451552327239597, "W31": -94.686685057529047, "S31": -94.686685057529047, "W32": -99.177661817985197, "S32": -104.1776618179852 }, "geometry": { "type": "Point", "coordinates": [ 99743.5, 498296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46917129885793785, "S11": 0.46917129885793785, "W12": -5.0, "S12": -10.708290630319064, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -30.0, "S21": -32.264636805905049, "W22": -57.890628442648236, "S22": -67.510617738121354, "W31": -91.050006802066449, "S31": -91.050006802066449, "W32": -101.09032305170335, "S32": -106.09032305170335 }, "geometry": { "type": "Point", "coordinates": [ 99744.0, 503083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.18525214276972, "S21": -40.18525214276972, "W22": -50.0, "S22": -62.879586930925122, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99748.69230769231217, 506075.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65181210289603286, "S11": 0.65181210289603286, "W12": -10.0, "S12": -16.378726956986377, "W13": -19.963113141257633, "S13": -19.963113141257633, "W21": -36.901109822759651, "S21": -56.38154153548912, "W22": -77.868820636700889, "S22": -112.86882063670089, "W31": -112.86882063670089, "S31": -112.86882063670089, "W32": -112.86882063670089, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99749.0, 501507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.7732079443361028, "W13": -25.0, "S13": -25.0, "W21": -39.977960478869178, "S21": -39.977960478869178, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -96.871085005195496, "S32": -101.8710850051955 }, "geometry": { "type": "Point", "coordinates": [ 99749.0, 505241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.149201549655107, "S12": -10.149201549655107, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.017737804056004, "W22": -59.380638008365672, "S22": -71.311535771689577, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9510999266920883, "S11": 1.9510999266920883, "W12": -15.0, "S12": -15.0, "W13": -19.901926697271346, "S13": -19.901926697271346, "W21": -51.714806141035645, "S21": -65.579693066386966, "W22": -68.329646993371369, "S22": -77.962094278877132, "W31": -91.479479944953084, "S31": -91.479479944953084, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0783657715558013, "S11": 3.0783657715558013, "W12": -15.0, "S12": -15.0, "W13": -19.779827268640727, "S13": -19.779827268640727, "W21": -58.439838588419065, "S21": -67.376792108897661, "W22": -83.043448586269989, "S22": -91.922578040878506, "W31": -102.53138579514332, "S31": -102.53138579514332, "W32": -103.07694281901243, "S32": -108.07694281901243 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3059188745693751, "S11": -1.3059188745693751, "W12": -10.86551044604392, "S12": -10.86551044604392, "W13": -20.0, "S13": -21.927268119614805, "W21": -59.999999999999993, "S21": -73.617852735499781, "W22": -90.0, "S22": -110.55180442374855, "W31": -110.55180442374855, "S31": -110.55180442374855, "W32": -110.55180442374855, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2152429478597, "S11": -0.2152429478597, "W12": -10.0, "S12": -13.902668214560991, "W13": -19.828531585023441, "S13": -20.695773870495366, "W21": -46.962250185048113, "S21": -64.759679415289, "W22": -83.822377821618062, "S22": -108.29865827729495, "W31": -108.29865827729495, "S31": -108.29865827729495, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1382462632605368, "S11": 1.1382462632605368, "W12": -10.0, "S12": -17.757734425697599, "W13": -20.971349058622685, "S13": -20.971349058622685, "W21": -32.908281952255123, "S21": -52.908281952255123, "W22": -71.63380983155561, "S22": -95.548756584388627, "W31": -97.996461264973178, "S31": -97.996461264973178, "W32": -107.23268918581418, "S32": -112.23268918581418 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63670451681052531, "S11": 0.63670451681052531, "W12": -5.0, "S12": -11.994302251558754, "W13": -20.0, "S13": -20.0, "W21": -29.999999999999996, "S21": -32.714141922496225, "W22": -58.279478511579889, "S22": -66.152651019861054, "W31": -85.751851582393513, "S31": -85.751851582393513, "W32": -100.59080117576123, "S32": -105.59080117576123 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2598159594455103, "S12": -5.2598159594455103, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.558132361365537, "S22": -63.558132361365537, "W31": -80.0, "S31": -80.0, "W32": -96.794047249953493, "S32": -101.79404724995349 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8629639233879125, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -66.213756940160394, "W31": -80.0, "S31": -80.0, "W32": -96.849666379175886, "S32": -101.84966637917589 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.156856944335274, "S21": -40.156856944335274, "W22": -50.0, "S22": -67.855548469387756, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.521969154726698, "S21": -42.791848231311526, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.342339606377735, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.15121373541745, "S21": -50.377056742107293, "W22": -50.377056742107293, "S22": -50.377056742107293, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99750.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23266597778351938, "S11": -0.23266597778351938, "W12": -10.337917981040746, "S12": -10.337917981040746, "W13": -19.97906331627917, "S13": -21.215337988695826, "W21": -59.062603609150756, "S21": -75.015616866805132, "W22": -90.0, "S22": -117.69885566742032, "W31": -117.69885566742032, "S31": -117.69885566742032, "W32": -117.69885566742032, "S32": -117.69885566742032 }, "geometry": { "type": "Point", "coordinates": [ 99751.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53995478666442587, "S11": 0.53995478666442587, "W12": -10.0, "S12": -16.110239780924346, "W13": -19.945541021552039, "S13": -19.945541021552039, "W21": -37.378620727734621, "S21": -56.757238503079506, "W22": -78.464994392200964, "S22": -106.97462681609656, "W31": -106.97462681609656, "S31": -106.97462681609656, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99751.5, 501447.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1386632731278725, "S11": 1.1386632731278725, "W12": -10.0, "S12": -17.793863562621674, "W13": -20.970719893449548, "S13": -20.970719893449548, "W21": -32.803080606183798, "S21": -52.803080606183798, "W22": -71.456768310397777, "S22": -94.587656218284735, "W31": -97.814955724277723, "S31": -97.814955724277723, "W32": -106.92424762737262, "S32": -111.92424762737262 }, "geometry": { "type": "Point", "coordinates": [ 99752.0, 502013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.621638861314672, "S21": -39.621638861314672, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -96.873905796978903, "S32": -101.8739057969789 }, "geometry": { "type": "Point", "coordinates": [ 99752.0, 505724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0748503936181391, "S11": 1.0748503936181391, "W12": -8.9537585310280932, "S12": -18.171058764052663, "W13": -20.423998317285271, "S13": -20.423998317285271, "W21": -30.0, "S21": -38.328029707793881, "W22": -62.172945508030026, "S22": -71.020702983939231, "W31": -90.788774570689924, "S31": -90.788774570689924, "W32": -101.80378173442233, "S32": -106.80378173442233 }, "geometry": { "type": "Point", "coordinates": [ 99756.0, 502524.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1473408531742288, "S12": -5.322630397392123, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.191142923931274, "S22": -62.191142923931274, "W31": -80.0, "S31": -80.0, "W32": -96.737485405398843, "S32": -101.73748540539884 }, "geometry": { "type": "Point", "coordinates": [ 99759.061538461537566, 504288.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0596618572690224, "S11": 1.0596618572690224, "W12": -6.4347116471083474, "S12": -16.059156001423727, "W13": -20.28754842245694, "S13": -20.28754842245694, "W21": -29.999999999999996, "S21": -35.0, "W22": -59.827765292440183, "S22": -75.989636339899349, "W31": -88.892009454386553, "S31": -88.892009454386553, "W32": -100.70610520180679, "S32": -105.70610520180679 }, "geometry": { "type": "Point", "coordinates": [ 99760.0, 502671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.0106319972395, "W22": -40.058474803273626, "S22": -40.058474803273626, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99760.176470588237862, 512427.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99762.0625, 509467.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34493386761446965, "S11": 0.34493386761446965, "W12": -5.0, "S12": -8.0059869196376354, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.402549380464933, "W22": -57.07742378173532, "S22": -67.07742378173532, "W31": -94.391581166430058, "S31": -94.391581166430058, "W32": -102.24107065096429, "S32": -107.24107065096429 }, "geometry": { "type": "Point", "coordinates": [ 99765.0, 503253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -58.728020337807905, "W22": -59.003678879201729, "S22": -70.894686853331734, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99767.0, 496987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99767.441860465114587, 512025.139534883724991 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9584691346012921, "S11": -1.9584691346012921, "W12": -10.61449136233653, "S12": -10.61449136233653, "W13": -20.0, "S13": -21.74875919717881, "W21": -60.0, "S21": -74.155499115024213, "W22": -90.0, "S22": -115.58034739670772, "W31": -115.58034739670772, "S31": -115.58034739670772, "W32": -115.58034739670772, "S32": -115.58034739670772 }, "geometry": { "type": "Point", "coordinates": [ 99768.333333333328483, 500207.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4973945635379886, "S11": 3.4973945635379886, "W12": -15.0, "S12": -15.0, "W13": -19.768522499603428, "S13": -19.768522499603428, "W21": -58.850247988332455, "S21": -69.523280662055413, "W22": -83.466741619438764, "S22": -91.594982320037047, "W31": -102.80711484389265, "S31": -102.80711484389265, "W32": -103.44163843547889, "S32": -108.44163843547889 }, "geometry": { "type": "Point", "coordinates": [ 99769.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.458630167168252, "S21": -39.458630167168252, "W22": -50.000000000000007, "S22": -75.0, "W31": -80.0, "S31": -80.0, "W32": -96.725313280382423, "S32": -101.72531328038242 }, "geometry": { "type": "Point", "coordinates": [ 99769.0, 505502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1172811518936037, "S11": 2.1172811518936037, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.808892330814405, "S13": -19.808892330814405, "W21": -53.568983693336023, "S21": -68.568983693336023, "W22": -71.554100535600213, "S22": -83.526664179698543, "W31": -94.438754029546857, "S31": -94.438754029546857, "W32": -99.140125092377289, "S32": -104.14012509237729 }, "geometry": { "type": "Point", "coordinates": [ 99770.0, 498283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53321106468906487, "S11": 0.53321106468906487, "W12": -10.0, "S12": -16.171092706385252, "W13": -19.942521668834271, "S13": -19.942521668834271, "W21": -37.032411241786761, "S21": -56.474251395475747, "W22": -77.89405573289622, "S22": -108.89912341772788, "W31": -108.89912341772788, "S31": -108.89912341772788, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99770.0, 501491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.434830148858306, "S11": 1.434830148858306, "W12": -13.265234576130943, "S12": -13.265234576130943, "W13": -20.0, "S13": -20.0, "W21": -48.950552218086237, "S21": -60.953234864835693, "W22": -63.304545280286916, "S22": -75.809346389876694, "W31": -87.638374658464954, "S31": -87.638374658464954, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99771.19999999999709, 497525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1529872884867167, "S11": 2.1529872884867167, "W12": -15.0, "S12": -15.0, "W13": -19.805089910380936, "S13": -19.805089910380936, "W21": -53.893890795445195, "S21": -69.391118450705477, "W22": -72.813480416961852, "S22": -85.265043423763487, "W31": -95.024058282638748, "S31": -95.024058282638748, "W32": -99.285946033634346, "S32": -104.28594603363435 }, "geometry": { "type": "Point", "coordinates": [ 99772.0, 498337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0858710066302424, "S11": 1.0858710066302424, "W12": -8.1090941615872083, "S12": -17.45481380939567, "W13": -20.483803850466664, "S13": -24.948019154498652, "W21": -30.0, "S21": -37.486845166459737, "W22": -61.227824284765511, "S22": -72.289597080053014, "W31": -90.158054996128499, "S31": -90.158054996128499, "W32": -101.47554342786729, "S32": -106.47554342786729 }, "geometry": { "type": "Point", "coordinates": [ 99772.0, 502570.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1477602401406028, "S11": 1.1477602401406028, "W12": -10.0, "S12": -17.378836794289423, "W13": -21.390489549371953, "S13": -21.390489549371953, "W21": -34.026061509579812, "S21": -54.026061509579812, "W22": -73.296701667842598, "S22": -103.2967016678426, "W31": -103.2967016678426, "S31": -103.2967016678426, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99775.0, 501864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99775.176470588237862, 511733.14705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11992625733964035, "S11": -0.11992625733964035, "W12": -10.0, "S12": -14.545585092172054, "W13": -19.838387744528362, "S13": -20.798641892075114, "W21": -40.0, "S21": -57.791226851939214, "W22": -81.831971153846141, "S22": -94.311440257572585, "W31": -104.46717692167246, "S31": -104.46717692167246, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99779.0, 501123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.040900400448763, "S12": -10.040900400448763, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.278612787487383, "W22": -59.278612787487383, "S22": -70.724723290089415, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99780.235294117650483, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24953500387496844, "S11": -0.24953500387496844, "W12": -10.194754251437649, "S12": -10.250146828103526, "W13": -19.934033849275735, "S13": -21.199915421675797, "W21": -57.793125088807848, "S21": -73.425244992649283, "W22": -90.0, "S22": -118.01317537082662, "W31": -118.01317537082662, "S31": -118.01317537082662, "W32": -118.01317537082662, "S32": -118.01317537082662 }, "geometry": { "type": "Point", "coordinates": [ 99781.0, 500615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.382350017099483, "S21": -41.19875369535945, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.068432401804102, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99782.399999999994179, 506667.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.087931067744310254, "S11": 0.087931067744310254, "W12": -5.5673178361297211, "S12": -5.5673178361297211, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.860953208312047, "S22": -65.860953208312054, "W31": -80.0, "S31": -80.0, "W32": -98.749163469108566, "S32": -103.74916346910857 }, "geometry": { "type": "Point", "coordinates": [ 99785.857142857144936, 503508.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5410804514081442, "S11": 0.5410804514081442, "W12": -10.0, "S12": -16.257429423813385, "W13": -19.942041965546682, "S13": -19.942041965546682, "W21": -36.670507181025542, "S21": -56.064769661364679, "W22": -77.320790076591848, "S22": -107.6238870102881, "W31": -107.6238870102881, "S31": -107.6238870102881, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99785.888888888890506, 501536.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0968916196423535, "S11": 1.0968916196423535, "W12": -7.2644297921473004, "S12": -16.738568854739491, "W13": -20.543609383648121, "S13": -20.543609383648121, "W21": -30.0, "S21": -36.664471077034619, "W22": -60.28270306150214, "S22": -73.558491176165006, "W31": -89.566557184051689, "S31": -89.566557184051689, "W32": -101.16064270859546, "S32": -106.16064270859546 }, "geometry": { "type": "Point", "coordinates": [ 99788.0, 502617.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.098588565827995, "S21": -50.373167110108255, "W22": -50.373167110108255, "S22": -50.373167110108255, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99790.333333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0743896982051409, "S11": 2.0743896982051409, "W12": -15.0, "S12": -15.0, "W13": -19.794067154546852, "S13": -19.794067154546852, "W21": -54.003274790839562, "S21": -69.906955998110462, "W22": -73.474091691124372, "S22": -86.147746889167166, "W31": -95.371423443937687, "S31": -95.371423443937687, "W32": -99.382176138719146, "S32": -104.38217613871915 }, "geometry": { "type": "Point", "coordinates": [ 99791.75, 498373.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.28880472852191, "S21": -40.28880472852191, "W22": -49.999999999999993, "S22": -62.984203296704109, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99796.230769230765873, 506086.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.449145850586447, "W22": -59.449145850586447, "S22": -70.332037208824346, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9151236069956694, "S11": 1.9151236069956694, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.89968812925601, "S13": -19.89968812925601, "W21": -51.627122445775292, "S21": -65.548708102300012, "W22": -67.644394840933302, "S22": -76.98229593225733, "W31": -91.27525339801555, "S31": -91.27525339801555, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5020796493969599, "S11": 3.5020796493969599, "W12": -15.0, "S12": -15.0, "W13": -19.75681966932849, "S13": -19.75681966932849, "W21": -58.358814012735472, "S21": -66.317856810710623, "W22": -83.13505839432807, "S22": -92.135578640577961, "W31": -102.54208919996744, "S31": -102.54208919996744, "W32": -103.06411046093831, "S32": -108.06411046093831 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2641758389390552, "S11": -1.2641758389390552, "W12": -10.707634298085797, "S12": -10.707634298085797, "W13": -20.0, "S13": -22.098766033763507, "W21": -60.0, "S21": -72.720800516267332, "W22": -90.0, "S22": -110.17927823050059, "W31": -110.17927823050059, "S31": -110.17927823050059, "W32": -110.17927823050059, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45232539106274205, "S11": -0.45232539106274205, "W12": -10.0, "S12": -13.466133467822512, "W13": -19.789557962509573, "S13": -20.875412198968931, "W21": -46.888230940044416, "S21": -63.788607951052839, "W22": -83.733881864372393, "S22": -108.21697567058254, "W31": -108.21697567058254, "S31": -108.21697567058254, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2057684699867715, "S11": 1.2057684699867715, "W12": -10.000000000000002, "S12": -17.756720473718367, "W13": -21.320657575082222, "S13": -21.320657575082222, "W21": -32.932471978355693, "S21": -52.932471978355693, "W22": -71.427775241460679, "S22": -92.806318876813663, "W31": -97.967387150902965, "S31": -97.967387150902965, "W32": -107.58780282217781, "S32": -112.58780282217781 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96549460473545978, "S11": 0.96549460473545978, "W12": -5.0, "S12": -11.99994582172639, "W13": -20.197464818811508, "S13": -20.197464818811508, "W21": -30.0, "S21": -32.805010345020413, "W22": -58.254297998778739, "S22": -63.750790857732511, "W31": -84.776769221602081, "S31": -84.776769221602081, "W32": -99.629253655411532, "S32": -104.62925365541153 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3729495594945353, "S12": -5.3729495594945353, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.532951848564394, "S22": -63.532951848564394, "W31": -80.0, "S31": -80.0, "W32": -96.393326456103168, "S32": -101.39332645610317 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6748725930089057, "S12": -8.4525900379118664, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -66.239461237918988, "W31": -80.0, "S31": -80.0, "W32": -96.448945585325575, "S32": -101.44894558532557 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.205187692632961, "S21": -40.205187692632961, "W22": -50.0, "S22": -68.732461734693885, "W31": -80.0, "S31": -80.0, "W32": -96.504564714547982, "S32": -101.50456471454798 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.494021941749899, "S21": -43.166979068902705, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -81.914766698094454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.085975921876795, "S21": -50.372234884257253, "W22": -50.372234884257253, "S22": -50.372234884257253, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99800.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8308601666984952, "S11": 1.8308601666984952, "W12": -15.0, "S12": -15.0, "W13": -19.917870761462559, "S13": -19.917870761462559, "W21": -51.269745485776866, "S21": -64.986972323824133, "W22": -67.060912810144444, "S22": -75.95488385570988, "W31": -90.71240503465566, "S31": -90.71240503465566, "W32": -98.205487122060475, "S32": -103.20548712206048 }, "geometry": { "type": "Point", "coordinates": [ 99801.0, 497948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54894983812722353, "S11": 0.54894983812722353, "W12": -10.0, "S12": -16.343766141241517, "W13": -19.94156226225909, "S13": -19.94156226225909, "W21": -36.30860312026433, "S21": -55.606347679476826, "W22": -76.74752442028749, "S22": -104.86400675868522, "W31": -104.86400675868522, "S31": -104.86400675868522, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99801.777777777781012, 501581.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1079122326544644, "S11": 1.1079122326544644, "W12": -6.4197654227073917, "S12": -16.022323900083315, "W13": -20.603414916829575, "S13": -20.603414916829575, "W21": -30.0, "S21": -35.014135371895151, "W22": -59.841231143945052, "S22": -75.331034577983303, "W31": -88.988174794201171, "S31": -88.988174794201171, "W32": -100.84574198932363, "S32": -105.84574198932363 }, "geometry": { "type": "Point", "coordinates": [ 99804.0, 502663.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.773306038920694, "S13": -19.773306038920694, "W21": -55.638232809217264, "S21": -74.067111076400224, "W22": -80.0, "S22": -94.85409643574107, "W31": -98.422775503662692, "S31": -98.422775503662692, "W32": -100.35263319987681, "S32": -105.35263319987681 }, "geometry": { "type": "Point", "coordinates": [ 99805.0, 498648.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99807.75, 509456.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2620643224407546, "S12": -5.3833960004882684, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.199906154165646, "S22": -62.199906154165646, "W31": -80.0, "S31": -80.0, "W32": -96.342646398061589, "S32": -101.34264639806159 }, "geometry": { "type": "Point", "coordinates": [ 99808.276923076919047, 504281.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.771892411192155, "S13": -19.771892411192155, "W21": -55.564721979229759, "S21": -73.953711553778021, "W22": -79.745948313622435, "S22": -94.745948313622435, "W31": -98.320473713381375, "S31": -98.320473713381375, "W32": -100.2900112924751, "S32": -105.2900112924751 }, "geometry": { "type": "Point", "coordinates": [ 99809.0, 498640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.080933671911836, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99809.235294117650483, 512425.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0362904460158573, "S11": 2.0362904460158573, "W12": -15.0, "S12": -15.0, "W13": -19.783044398712764, "S13": -19.783044398712764, "W21": -54.112658786233922, "S21": -70.422793545515447, "W22": -74.13470296528692, "S22": -87.030450354570888, "W31": -95.718788605236625, "S31": -95.718788605236625, "W32": -99.47840624380396, "S32": -104.47840624380396 }, "geometry": { "type": "Point", "coordinates": [ 99811.5, 498409.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4009767345611497, "S11": 1.4009767345611497, "W12": -13.117554420283192, "S12": -13.117554420283192, "W13": -20.0, "S13": -20.0, "W21": -48.673202373493531, "S21": -60.748011702386982, "W22": -62.734776569674345, "S22": -75.182453366089518, "W31": -87.635883461667717, "S31": -87.635883461667717, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99813.0, 497534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9506147368376994, "S11": -1.9506147368376994, "W12": -10.454795629624071, "S12": -10.454795629624071, "W13": -20.0, "S13": -21.887154062722185, "W21": -60.010256717471144, "S21": -73.408870066705276, "W22": -90.0, "S22": -115.64284123727924, "W31": -115.64284123727924, "S31": -115.64284123727924, "W32": -115.64284123727924, "S32": -115.64284123727924 }, "geometry": { "type": "Point", "coordinates": [ 99814.222222222218988, 500223.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87490149951897067, "S11": 0.87490149951897067, "W12": -10.0, "S12": -17.212236174191826, "W13": -19.990576880745234, "S13": -19.990576880745234, "W21": -34.498039865275246, "S21": -54.498039865275246, "W22": -73.884982301776944, "S22": -99.241682114713825, "W31": -100.35687633685914, "S31": -100.35687633685914, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99815.0, 501806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99816.860465116275009, 512022.534883720916696 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55681922484620361, "S11": 0.55681922484620361, "W12": -10.0, "S12": -16.4301028586694, "W13": -19.941082558971488, "S13": -19.941082558971488, "W21": -35.946699059503587, "S21": -55.147925697589201, "W22": -76.174258763983715, "S22": -102.10412650708321, "W31": -102.10412650708321, "S31": -102.10412650708321, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99817.666666666671517, 501626.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8824332610877992, "S12": -9.8824332610877992, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -43.0, "W22": -56.512031111949042, "S22": -68.2622515948065, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99819.0, 496803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1189328456665677, "S11": 1.1189328456665677, "W12": -5.4650088588137598, "S12": -15.195986750973574, "W13": -20.663220450010972, "S13": -20.663220450010972, "W21": -30.0, "S21": -33.885768779893858, "W22": -59.614703817079501, "S22": -77.318522570496043, "W31": -88.409792404349901, "S31": -88.409792404349901, "W32": -100.53084127005137, "S32": -105.53084127005137 }, "geometry": { "type": "Point", "coordinates": [ 99820.0, 502709.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9327638439502914, "S11": 1.9327638439502914, "W12": -15.0, "S12": -15.0, "W13": -19.812734503649413, "S13": -19.812734503649413, "W21": -53.013076733283988, "S21": -67.936987993645474, "W22": -70.0, "S22": -81.336114511294497, "W31": -93.829181385347866, "S31": -93.829181385347866, "W32": -99.032516808161645, "S32": -104.03251680816165 }, "geometry": { "type": "Point", "coordinates": [ 99824.0, 498245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.22247294677431, "S21": -40.22247294677431, "W22": -50.0, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.589523589210359, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99824.0, 506293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99824.411764705888345, 511732.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89909582974535607, "S11": 0.89909582974535607, "W12": -10.385807375832009, "S12": -10.385807375832009, "W13": -19.775239767438009, "S13": -20.227257911008884, "W21": -60.0, "S21": -70.338864589269335, "W22": -88.107811532019355, "S22": -88.107811532019355, "W31": -103.90858499178383, "S31": -103.90858499178383, "W32": -106.86022702780373, "S32": -111.86022702780373 }, "geometry": { "type": "Point", "coordinates": [ 99827.0, 499546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.699362517574102, "W22": -59.699362517574102, "S22": -69.755863881253759, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99829.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56233117238519015, "S11": 0.56233117238519015, "W12": -10.0, "S12": -16.495631846112744, "W13": -19.940617925847743, "S13": -19.940617925847743, "W21": -35.673618643563586, "S21": -54.798464386056388, "W22": -75.705942689774176, "S22": -99.94026384759637, "W31": -101.45660645977242, "S31": -101.45660645977242, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99830.0, 501661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.357818644378412, "S21": -41.602182792303601, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.126353784780918, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99830.600000000005821, 506673.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0612759053479044, "S11": 2.0612759053479044, "W12": -15.0, "S12": -15.0, "W13": -19.772021642878681, "S13": -19.772021642878681, "W21": -54.222042781628268, "S21": -70.938631092920417, "W22": -74.725142356548403, "S22": -87.842981937073532, "W31": -96.06615376653555, "S31": -96.06615376653555, "W32": -99.57463634888876, "S32": -104.57463634888876 }, "geometry": { "type": "Point", "coordinates": [ 99831.25, 498445.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38010593542748505, "S11": 0.38010593542748505, "W12": -5.668688057406511, "S12": -5.668688057406511, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.781193934014347, "S22": -65.78119393401434, "W31": -92.366485445428864, "S31": -92.366485445428864, "W32": -99.974730261269272, "S32": -104.97473026126927 }, "geometry": { "type": "Point", "coordinates": [ 99833.071428571434808, 503520.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56468861156528294, "S11": 0.56468861156528294, "W12": -10.0, "S12": -16.516439576097536, "W13": -19.940602855683895, "S13": -19.940602855683895, "W21": -35.594325120226905, "S21": -54.69903383718588, "W22": -75.55567413661467, "S22": -99.29892728441564, "W31": -101.3759119438177, "S31": -101.3759119438177, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99833.555555555562023, 501671.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3809921068968576, "S11": 1.3809921068968576, "W12": -13.037040272158883, "S12": -13.037040272158883, "W13": -20.0, "S13": -20.0, "W21": -48.524214056683739, "S21": -60.568131128421534, "W22": -62.436279670538696, "S22": -74.754880287391174, "W31": -87.621330114477061, "S31": -87.621330114477061, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99834.0, 497537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1299534586786781, "S11": 1.1299534586786781, "W12": -5.0, "S12": -14.859397306943544, "W13": -20.723025983192429, "S13": -20.723025983192429, "W21": -30.0, "S21": -33.830475965652575, "W22": -59.388176490214228, "S22": -79.30601056300614, "W31": -87.831410014499369, "S31": -87.831410014499369, "W32": -100.21594055077954, "S32": -105.21594055077954 }, "geometry": { "type": "Point", "coordinates": [ 99836.0, 502756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0729063708508861, "S11": -1.0729063708508861, "W12": -10.635154965680687, "S12": -10.635154965680687, "W13": -20.0, "S13": -22.06674220043001, "W21": -60.0, "S21": -71.825882428418851, "W22": -90.000000000000014, "S22": -107.65192083818394, "W31": -107.65192083818394, "S31": -107.65192083818394, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99838.0, 499949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5571301031720224, "S11": 1.5571301031720224, "W12": -14.132096635982156, "S12": -14.132096635982156, "W13": -19.984427318569512, "S13": -19.984427318569512, "W21": -50.0, "S21": -63.088976058825232, "W22": -64.655474214843508, "S22": -72.531312467540801, "W31": -89.200023362666457, "S31": -89.200023362666457, "W32": -97.716704677834841, "S32": -102.71670467783484 }, "geometry": { "type": "Point", "coordinates": [ 99839.0, 497776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.946692849431955, "S21": -50.284294904384339, "W22": -50.284294904384339, "S22": -50.284294904384339, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99839.729166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2356143282145979, "S11": 1.2356143282145979, "W12": -10.0, "S12": -18.078634003893576, "W13": -21.495248565723966, "S13": -21.495248565723966, "W21": -32.001877312130752, "S21": -51.015771027969109, "W22": -69.692234499240271, "S22": -81.653180544534251, "W31": -96.368488082964404, "S31": -96.368488082964404, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 99841.0, 502116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5654224991842689, "S12": -8.5124138000355032, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -70.0, "W31": -80.0, "S31": -80.0, "W32": -96.115560766717209, "S32": -101.11556076671721 }, "geometry": { "type": "Point", "coordinates": [ 99843.0, 505202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.138542052256042, "S21": -40.138542052256042, "W22": -50.0, "S22": -63.088819662479558, "W31": -80.0, "S31": -80.0, "W32": -96.159234849604999, "S32": -101.159234849605 }, "geometry": { "type": "Point", "coordinates": [ 99843.769230769234127, 506098.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -1.593456419311192, "S11": -1.593456419311192, "W12": -10.459717696019153, "S12": -10.459717696019153, "W13": -20.0, "S13": -22.115846358134881, "W21": -60.0, "S21": -72.420405013227466, "W22": -90.0, "S22": -115.0, "W31": -115.0, "S31": -115.0, "W32": -115.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99844.0, 500117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.257192147771764, "S12": -10.257192147771764, "W13": -19.898817312948271, "S13": -21.27546887286228, "W21": -60.0, "S21": -70.925850727793517, "W22": -88.214017112465399, "S22": -97.941620506639609, "W31": -104.31291582983386, "S31": -104.31291582983386, "W32": -108.51902006647791, "S32": -113.51902006647791 }, "geometry": { "type": "Point", "coordinates": [ 99846.0, 499768.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19532781277674438, "S11": -0.19532781277674438, "W12": -10.0, "S12": -14.644910499599252, "W13": -19.819943498100098, "S13": -20.795867275653205, "W21": -39.071117030283894, "S21": -56.195279699778453, "W22": -79.870589250280389, "S22": -79.870589250280389, "W31": -104.57462187835834, "S31": -104.57462187835834, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99846.0, 501251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090077567826595817, "S11": 0.090077567826595817, "W12": -10.0, "S12": -15.31288405022709, "W13": -19.861377279469085, "S13": -22.861377279469085, "W21": -37.781339960365948, "S21": -55.56169613953486, "W22": -78.245190233802091, "S22": -92.511972601035694, "W31": -103.37869387783311, "S31": -103.37869387783311, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99846.0, 501408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1356282001974221, "S11": 1.1356282001974221, "W12": -5.0, "S12": -14.991174787295389, "W13": -20.747748962209808, "S13": -20.747748962209808, "W21": -30.0, "S21": -33.893812643237084, "W22": -59.158551197228498, "S22": -73.982179322300993, "W31": -87.23817374090487, "S31": -87.23817374090487, "W32": -99.962621835447649, "S32": -104.96262183544765 }, "geometry": { "type": "Point", "coordinates": [ 99847.166666666671517, 502803.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57255799828442533, "S11": 0.57255799828442533, "W12": -10.0, "S12": -16.602776293525764, "W13": -19.940123152396318, "S13": -19.940123152396318, "W21": -35.252818344960573, "S21": -54.261009140793178, "W22": -74.904450017754158, "S22": -96.461088570258397, "W31": -101.02721047533147, "S31": -101.02721047533147, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99849.444444444437977, 501716.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -50.0, "S21": -59.880553897116883, "W22": -59.880553897116883, "S22": -69.338634919909538, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7976273636035169, "S11": 1.7976273636035169, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.89744956124067, "S13": -19.89744956124067, "W21": -51.331793134901943, "S21": -65.322133676642196, "W22": -66.959142688495234, "S22": -76.002497585637528, "W31": -91.071026851078003, "S31": -91.071026851078003, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9257935272381199, "S11": 3.9257935272381199, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.733812070016253, "S13": -19.733812070016253, "W21": -58.277789437051872, "S21": -65.258921512523571, "W22": -83.293090195718506, "S22": -92.523279596092209, "W31": -102.3705054122243, "S31": -102.3705054122243, "W32": -103.05127810286419, "S32": -108.05127810286419 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2224328033087355, "S11": -1.2224328033087355, "W12": -10.549758150127674, "S12": -10.549758150127674, "W13": -20.0, "S13": -22.270263947912209, "W21": -60.0, "S21": -71.823748297034854, "W22": -90.0, "S22": -109.88338832218422, "W31": -109.88338832218422, "S31": -109.88338832218422, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.029598721084033, "W13": -19.750584339995712, "S13": -21.055050527442503, "W21": -46.814211695040711, "S21": -62.817536486816664, "W22": -83.549241176619631, "S22": -108.03914833336303, "W31": -108.03914833336303, "S31": -108.03914833336303, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0536614303051732, "S11": 1.0536614303051732, "W12": -10.0, "S12": -17.755706521739128, "W13": -20.0, "S13": -20.0, "W21": -32.937993484622602, "S21": -52.937993484622602, "W22": -71.221740651365749, "S22": -87.355434997687183, "W31": -97.951751384039568, "S31": -97.951751384039568, "W32": -107.94291645854146, "S32": -112.94291645854146 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1125054870483588, "S11": 1.1125054870483588, "W12": -5.0, "S12": -12.005589391894027, "W13": -20.546773335271041, "S13": -20.546773335271041, "W21": -30.000000000000004, "S21": -32.895878767544602, "W22": -58.229117485977596, "S22": -60.753695643108784, "W31": -84.778755437265389, "S31": -84.778755437265389, "W32": -99.495303895212928, "S32": -104.49530389521293 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4860831595435613, "S12": -5.4860831595435613, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.507771335763252, "S22": -63.507771335763252, "W31": -80.0, "S31": -80.0, "W32": -95.992605662252842, "S32": -100.99260566225284 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0255825886213401, "S12": -5.7504505213013744, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -66.265165535677568, "W31": -80.0, "S31": -80.0, "W32": -96.048224791475249, "S32": -101.04822479147525 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.692297309508682, "S21": -39.692297309508682, "W22": -50.0, "S22": -69.609375, "W31": -80.0, "S31": -80.0, "W32": -96.103843920697642, "S32": -101.10384392069764 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.466074728773108, "S21": -43.542109906493884, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -82.423591531778911, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.890092332477323, "S21": -50.259657395754914, "W22": -50.259657395754914, "S22": -50.259657395754914, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99850.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0862613646799524, "S11": 2.0862613646799524, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.760998887044597, "S13": -19.760998887044597, "W21": -54.331426777022635, "S21": -71.41863259914544, "W22": -75.295663600525614, "S22": -88.635595372291903, "W31": -96.413518927834502, "S31": -96.413518927834502, "W32": -99.670866453973574, "S32": -104.67086645397357 }, "geometry": { "type": "Point", "coordinates": [ 99851.0, 498482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1997153762457009, "S11": 1.1997153762457009, "W12": -10.0, "S12": -18.760070571057753, "W13": -21.278465847186414, "S13": -21.278465847186414, "W21": -30.012105607877679, "S21": -43.565389864299277, "W22": -65.226660579776308, "S22": -65.226660579776308, "W31": -93.025826741637289, "S31": -93.025826741637289, "W32": -103.1930642576133, "S32": -108.1930642576133 }, "geometry": { "type": "Point", "coordinates": [ 99852.0, 502361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99853.4375, 509445.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99856.0, 509688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3767877917072795, "S12": -5.3767877917072795, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.209622926663087, "S22": -62.209622926663087, "W31": -80.0, "S31": -80.0, "W32": -95.947807390724307, "S32": -100.94780739072431 }, "geometry": { "type": "Point", "coordinates": [ 99857.492307692300528, 504274.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.151235346583931, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99858.294117647063104, 512424.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": 1.14130294171615, "S11": 1.14130294171615, "W12": -5.0, "S12": -14.315658173219177, "W13": -20.772471941227089, "S13": -20.772471941227089, "W21": -30.0, "S21": -33.950431184696669, "W22": -58.928925904242774, "S22": -68.384843390076583, "W31": -86.644937467310356, "S31": -86.644937467310356, "W32": -99.856172340065044, "S32": -104.85617234006504 }, "geometry": { "type": "Point", "coordinates": [ 99858.333333333328483, 502850.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9620095726430531, "S11": -1.9620095726430531, "W12": -10.295099896911664, "S12": -10.295099896911664, "W13": -20.0, "S13": -22.025548928265604, "W21": -60.454037749288361, "S21": -73.095765332732157, "W22": -89.999999999999986, "S22": -115.73857310281463, "W31": -115.73857310281463, "S31": -115.73857310281463, "W32": -115.73857310281463, "S32": -115.73857310281463 }, "geometry": { "type": "Point", "coordinates": [ 99860.111111111109494, 500239.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58042738500350466, "S11": 0.58042738500350466, "W12": -10.0, "S12": -16.689113010953896, "W13": -19.939643449108726, "S13": -19.939643449108726, "W21": -34.911311569694277, "S21": -53.787357216217131, "W22": -74.253225898893604, "S22": -93.638294831522217, "W31": -100.67850900684527, "S31": -100.67850900684527, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99865.333333333328483, 501761.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99866.279069767435431, 512019.930232558166608 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013637355672980411, "S11": 0.013637355672980411, "W12": -10.0, "S12": -15.198851188885921, "W13": -19.846591814626091, "S13": -19.846591814626091, "W21": -37.770493228801968, "S21": -55.199164934861692, "W22": -78.042662410490891, "S22": -90.313679418474223, "W31": -103.32628450781124, "S31": -103.32628450781124, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 99867.0, 501414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1820188249173038, "S11": 1.1820188249173038, "W12": -6.8202977480073939, "S12": -16.309002322958726, "W13": -21.095968070310541, "S13": -21.095968070310541, "W21": -30.000000000000004, "S21": -36.256643276199249, "W22": -60.0, "S22": -73.033726610603367, "W31": -89.496931296800199, "S31": -89.496931296800199, "W32": -101.26877458837242, "S32": -106.26877458837242 }, "geometry": { "type": "Point", "coordinates": [ 99868.0, 502623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1469776832348937, "S11": 1.1469776832348937, "W12": -5.0, "S12": -13.58219596582585, "W13": -20.797194920244475, "S13": -20.797194920244475, "W21": -29.999999999999996, "S21": -33.637120535290116, "W22": -58.699300611257037, "S22": -62.787507457852399, "W31": -86.051701193715857, "S31": -86.051701193715857, "W32": -99.749722844682452, "S32": -104.74972284468245 }, "geometry": { "type": "Point", "coordinates": [ 99869.5, 502898.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36212808642622996, "S11": -0.36212808642622996, "W12": -10.0, "S12": -14.366283729628641, "W13": -19.79384669510025, "S13": -21.040476396722475, "W21": -39.345077094174343, "S21": -55.92162655658457, "W22": -80.0, "S22": -82.735151438071185, "W31": -104.78024541191675, "S31": -104.78024541191675, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99870.0, 501223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0872164569748555, "S11": 2.0872164569748555, "W12": -15.0, "S12": -15.0, "W13": -19.749409960688617, "S13": -19.749409960688617, "W21": -54.392596081715105, "S21": -70.959654460466794, "W22": -75.69426193604852, "S22": -89.192262845540782, "W31": -96.688418929837567, "S31": -96.688418929837567, "W32": -99.750926777098798, "S32": -104.7509267770988 }, "geometry": { "type": "Point", "coordinates": [ 99872.666666666671517, 498512.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99873.647058823524276, 511731.205882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -50.0, "W22": -57.143185657088338, "S22": -68.787004472418104, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99877.764705882349517, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3374344951271573, "S11": 1.3374344951271573, "W12": -12.858894153411121, "S12": -12.858894153411121, "W13": -20.0, "S13": -20.0, "W21": -48.197827983144677, "S21": -60.166093957098539, "W22": -61.793674806865567, "S22": -73.350390132751272, "W31": -87.535913610051011, "S31": -87.535913610051011, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99877.833333333328483, 497540.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.33328727165739, "S21": -42.005611889247952, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.184275167757633, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99878.80000000000291, 506680.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67228080311065497, "S11": 0.67228080311065497, "W12": -5.7700582786832948, "S12": -5.7700582786832948, "W13": -20.160655491368182, "S13": -20.160655491368182, "W21": -40.0, "S21": -40.0, "W22": -55.701434659716924, "S22": -65.701434659716924, "W31": -87.323789429922456, "S31": -87.323789429922456, "W32": -101.34375695526364, "S32": -106.34375695526364 }, "geometry": { "type": "Point", "coordinates": [ 99880.285714285710128, 503532.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1526524247536372, "S11": 1.1526524247536372, "W12": -5.0, "S12": -12.848733758432523, "W13": -20.821917899261855, "S13": -20.821917899261855, "W21": -30.0, "S21": -33.32380988588357, "W22": -58.468701492195116, "S22": -58.826814309749011, "W31": -85.458464920121358, "S31": -85.458464920121358, "W32": -99.643273349299861, "S32": -104.64327334929986 }, "geometry": { "type": "Point", "coordinates": [ 99880.666666666671517, 502945.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7366734915090936, "S11": 1.7366734915090936, "W12": -15.0, "S12": -15.0, "W13": -19.905865030073077, "S13": -19.905865030073077, "W21": -51.023977749366352, "S21": -64.977817890639557, "W22": -66.315141358698966, "S22": -75.00740103011205, "W31": -90.729497225660907, "S31": -90.729497225660907, "W32": -98.295072788353863, "S32": -103.29507278835386 }, "geometry": { "type": "Point", "coordinates": [ 99881.0, 497980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58829677172248473, "S11": 0.58829677172248473, "W12": -10.0, "S12": -16.77544972838178, "W13": -19.939163745821123, "S13": -19.939163745821123, "W21": -34.56980479442845, "S21": -53.947766009752485, "W22": -73.602001780033802, "S22": -90.840910419012317, "W31": -100.3298075383595, "S31": -100.3298075383595, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99881.222222222218988, 501806.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1555188351973522, "S11": 1.1555188351973522, "W12": -5.0, "S12": -13.015788451900979, "W13": -20.843338314962747, "S13": -20.843338314962747, "W21": -30.0, "S21": -33.404546923413236, "W22": -58.518283970187717, "S22": -58.518283970187717, "W31": -85.593381929409887, "S31": -85.593381929409887, "W32": -99.669799888889301, "S32": -104.6697998888893 }, "geometry": { "type": "Point", "coordinates": [ 99882.0, 502935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91524105221657781, "S11": 0.91524105221657781, "W12": -5.497100158695261, "S12": -6.3302535695751718, "W13": -20.341271152909734, "S13": -20.341271152909734, "W21": -40.0, "S21": -40.844102755468128, "W22": -56.409447728402988, "S22": -66.409447728402995, "W31": -80.0, "S31": -80.0, "W32": -99.820267749472421, "S32": -104.82026774947242 }, "geometry": { "type": "Point", "coordinates": [ 99882.0, 503382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.23240719612663, "S21": -40.665795347517538, "W22": -50.0, "S22": -60.0, "W31": -80.0, "S31": -80.525221072295963, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99882.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65429849640163074, "S11": 0.65429849640163074, "W12": -10.0, "S12": -16.947528720277852, "W13": -19.949184769287111, "S13": -19.949184769287111, "W21": -34.217982690996301, "S21": -54.217982690996301, "W22": -73.033451716757284, "S22": -89.863417900751045, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99883.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.734432552223211, "S13": -19.734432552223211, "W21": -55.346866144793609, "S21": -74.384171676922307, "W22": -80.247609283420132, "S22": -95.04748613071078, "W31": -98.511906272328446, "S31": -98.511906272328446, "W32": -100.56282722513089, "S32": -105.56282722513089 }, "geometry": { "type": "Point", "coordinates": [ 99886.0, 498678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82503998031738202, "S11": 0.82503998031738202, "W12": -10.0, "S12": -10.0, "W13": -19.796493349455865, "S13": -20.566000394977209, "W21": -60.0, "S21": -69.447526030364671, "W22": -88.416095726364716, "S22": -91.979379957401093, "W31": -104.68419645791491, "S31": -104.68419645791491, "W32": -106.96192255190746, "S32": -111.96192255190746 }, "geometry": { "type": "Point", "coordinates": [ 99886.0, 499586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -44.960779616457202, "S21": -54.960779616457202, "W22": -57.298465397270618, "S22": -68.926999247513763, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99887.0, 497042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.782004697263261, "S21": -50.782004697263261, "W22": -50.782004697263261, "S22": -50.782004697263261, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99889.0, 507925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.809318245010182, "S21": -50.300640974889745, "W22": -50.300640974889745, "S22": -50.300640974889745, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99889.125, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.244735023091561, "S11": 1.244735023091561, "W12": -10.0, "S12": -18.770429104477611, "W13": -21.539447548670577, "S13": -21.539447548670577, "W21": -30.0, "S21": -44.033726425916583, "W22": -65.090846838621317, "S22": -66.079886965897259, "W31": -92.9728910182546, "S31": -92.9728910182546, "W32": -103.23377128316865, "S32": -108.23377128316865 }, "geometry": { "type": "Point", "coordinates": [ 99890.0, 502365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.694382404679963, "S21": -39.694382404679963, "W22": -50.0, "S22": -63.038196862899397, "W31": -80.0, "S31": -80.0, "W32": -95.778862215893312, "S32": -100.77886221589331 }, "geometry": { "type": "Point", "coordinates": [ 99891.30769230768783, 506109.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1583271662723573, "S11": 1.1583271662723573, "W12": -5.0, "S12": -12.112598220166694, "W13": -20.846640878279072, "S13": -20.846640878279072, "W21": -30.000000000000004, "S21": -33.010499236476576, "W22": -58.235414229794749, "S22": -60.294162357113919, "W31": -84.865228646526106, "S31": -84.865228646526106, "W32": -99.536823853917127, "S32": -104.53682385391713 }, "geometry": { "type": "Point", "coordinates": [ 99891.833333333328483, 502993.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.498148338648289, "S12": -10.498148338648289, "W13": -19.715442845074623, "S13": -19.931004862676833, "W21": -60.0, "S21": -69.052770353247126, "W22": -87.373365188261488, "S22": -88.669292454174766, "W31": -104.65289757166332, "S31": -104.65289757166332, "W32": -105.87452403189884, "S32": -110.87452403189884 }, "geometry": { "type": "Point", "coordinates": [ 99892.0, 499441.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31437902140970164, "S11": -0.31437902140970164, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.887373076477115, "S13": -21.314192460554708, "W21": -60.0, "S21": -70.021150732699567, "W22": -87.694403879814772, "S22": -96.619497966243117, "W31": -104.88053752054044, "S31": -104.88053752054044, "W32": -108.30752569863353, "S32": -113.30752569863353 }, "geometry": { "type": "Point", "coordinates": [ 99892.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0881715492699788, "S11": 2.0881715492699788, "W12": -15.0, "S12": -15.0, "W13": -19.73782103433264, "S13": -19.73782103433264, "W21": -54.453765386408016, "S21": -70.500676321792625, "W22": -76.092860271573031, "S22": -89.878913541546453, "W31": -96.963318931841329, "S31": -96.963318931841329, "W32": -99.830987100224164, "S32": -104.83098710022416 }, "geometry": { "type": "Point", "coordinates": [ 99894.333333333328483, 498542.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59616615844156406, "S11": 0.59616615844156406, "W12": -10.000000000000002, "S12": -16.861786445809916, "W13": -19.938684042533534, "S13": -19.938684042533531, "W21": -34.228298019162153, "S21": -54.228298019162153, "W22": -72.950777661173248, "S22": -88.043526006501395, "W31": -99.97423071092939, "S31": -99.97423071092939, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99897.111111111109494, 501851.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3348623853211006, "S11": 4.3348623853211006, "W12": -12.081867499589018, "S12": -12.081867499589018, "W13": -19.700836779157239, "S13": -19.700836779157239, "W21": -60.0, "S21": -75.0, "W22": -85.270868228437692, "S22": -91.370855488502244, "W31": -104.55360233704582, "S31": -104.55360233704582, "W32": -104.55360233704582, "S32": -109.07106908810553 }, "geometry": { "type": "Point", "coordinates": [ 99898.0, 499204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.6636275185612677, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99899.125, 509434.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -50.0, "W22": -56.751375069045189, "S22": -68.345232630994744, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6705648560761175, "S11": 1.6705648560761175, "W12": -15.0, "S12": -15.0, "W13": -19.899008859184885, "S13": -19.899008859184885, "W21": -51.036463824028587, "S21": -65.069385546490366, "W22": -66.26462251996908, "S22": -75.01343122292964, "W31": -90.866800304140455, "S31": -90.866800304140455, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3495074050792795, "S11": 4.3495074050792795, "W12": -15.0, "S12": -15.0, "W13": -19.710804470704012, "S13": -19.710804470704012, "W21": -58.19676486136828, "S21": -64.199986214336533, "W22": -83.45112199710897, "S22": -92.962651638692122, "W31": -102.19892162448116, "S31": -102.19892162448116, "W32": -102.89132089836316, "S32": -107.89132089836316 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1856422068662935, "S11": -1.1856422068662935, "W12": -10.391882002169552, "S12": -10.391882002169552, "W13": -20.05725069125954, "S13": -22.492885870916474, "W21": -60.000000000000007, "S21": -70.926696077802404, "W22": -90.0, "S22": -109.91491862659039, "W31": -109.91491862659039, "S31": -109.91491862659039, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4914480465502914, "S11": -0.4914480465502914, "W12": -10.0, "S12": -12.593063974345554, "W13": -19.711610717481847, "S13": -21.234688855916069, "W21": -46.740192450037007, "S21": -61.846465022580489, "W22": -83.0805188882414, "S22": -107.57723939551806, "W31": -107.57723939551806, "S31": -107.57723939551806, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83626347476381946, "S11": 0.83626347476381946, "W12": -10.0, "S12": -17.472742452578146, "W13": -19.975520152953084, "S13": -19.975520152953084, "W21": -33.016833028984117, "S21": -53.016833028984117, "W22": -71.015706061270834, "S22": -81.904551118560732, "W31": -97.953615279672576, "S31": -97.953615279672576, "W32": -108.1646481057529, "S32": -113.1646481057529 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1661940554836858, "S11": 1.1661940554836858, "W12": -5.0, "S12": -11.996936820230481, "W13": -20.896081851730578, "S13": -20.896081851730578, "W21": -30.0, "S21": -32.986747190068783, "W22": -58.196292904252402, "S22": -60.545897538088056, "W31": -84.780741652928668, "S31": -84.780741652928668, "W32": -99.525598338559504, "S32": -104.5255983385595 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079961438397441797, "S11": 0.079961438397441797, "W12": -5.5992167595925864, "S12": -5.5992167595925864, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -53.482590822962109, "S22": -63.482590822962109, "W31": -80.0, "S31": -80.0, "W32": -95.591884868402516, "S32": -100.59188486840252 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1387161886703652, "S12": -5.9165181671361164, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -66.290869833436147, "W31": -80.0, "S31": -80.0, "W32": -95.647503997624909, "S32": -100.64750399762491 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.179406926384395, "S21": -39.179406926384395, "W22": -50.0, "S22": -69.389572700890625, "W31": -80.0, "S31": -80.0, "W32": -95.703123126847316, "S32": -100.70312312684732 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.43812751579631, "S21": -43.917240744085063, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -81.762907739033253, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.803239726187726, "S21": -50.289945311280391, "W22": -50.289945311280391, "S22": -50.289945311280391, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99900.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1640019077911012, "S11": 1.1640019077911012, "W12": -5.0, "S12": -11.337108706147337, "W13": -20.871363857296455, "S13": -20.871363857296455, "W21": -30.0, "S21": -32.777302466029084, "W22": -58.002126967394645, "S22": -61.761510404477207, "W31": -84.271992372931606, "S31": -84.271992372931606, "W32": -99.430374358534536, "S32": -104.43037435853454 }, "geometry": { "type": "Point", "coordinates": [ 99903.0, 503040.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.030543677458764, "S12": -10.030543677458764, "W13": -19.817935763860131, "S13": -20.78968562078424, "W21": -60.0, "S21": -69.287590714735884, "W22": -87.807112962694305, "S22": -92.710704977632474, "W31": -104.9406288113931, "S31": -104.9406288113931, "W32": -107.19027947410015, "S32": -112.19027947410015 }, "geometry": { "type": "Point", "coordinates": [ 99904.0, 499625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9747880725175886, "S11": -1.9747880725175886, "W12": -10.135404164199262, "S12": -10.135404164199262, "W13": -20.0, "S13": -22.163943793809054, "W21": -60.897818781105585, "S21": -72.782660598759065, "W22": -90.0, "S22": -115.83471019989678, "W31": -115.83471019989678, "S31": -115.83471019989678, "W32": -115.83471019989678, "S32": -115.83471019989678 }, "geometry": { "type": "Point", "coordinates": [ 99906.0, 500255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.491511260973863, "S12": -5.491511260973863, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.219339699160791, "S22": -62.219339699160791, "W31": -80.0, "S31": -80.0, "W32": -95.552968383386897, "S32": -100.5529683833869 }, "geometry": { "type": "Point", "coordinates": [ 99906.707692307696561, 504266.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0187456339413785, "S12": -6.0187456339413785, "W13": -25.0, "S13": -25.0, "W21": -39.801644309822592, "S21": -39.801644309822592, "W22": -50.0, "S22": -72.69815968700189, "W31": -80.0, "S31": -80.0, "W32": -95.610146733033815, "S32": -100.61014673303382 }, "geometry": { "type": "Point", "coordinates": [ 99907.0, 505337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.22153702125626, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99907.352941176475724, 512422.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68454451813802675, "S11": 0.68454451813802675, "W12": -10.0, "S12": -17.132126636387923, "W13": -19.951086878159487, "S13": -19.951086878159487, "W21": -33.575508354729308, "S21": -53.575508354729308, "W22": -71.835605148789583, "S22": -84.691672139411608, "W31": -98.85402455661665, "S31": -98.85402455661665, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99909.0, 501934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6428760688907629, "S11": 1.6428760688907629, "W12": -14.881162025285711, "S12": -14.881162025285711, "W13": -19.90212874575878, "S13": -19.90212874575878, "W21": -50.922264839363287, "S21": -64.899925711743904, "W22": -66.012419479515586, "S22": -74.63410319638794, "W31": -90.749228652041964, "S31": -90.749228652041964, "W32": -98.334266517357221, "S32": -103.33426651735722 }, "geometry": { "type": "Point", "coordinates": [ 99913.0, 497994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60403554516064339, "S11": 0.60403554516064339, "W12": -10.0, "S12": -16.948123163238044, "W13": -19.938204339245942, "S13": -19.938204339245942, "W21": -33.88679124389585, "S21": -53.88679124389585, "W22": -72.29955354231268, "S22": -85.246141593990473, "W31": -99.358799454297412, "S31": -99.358799454297412, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99913.0, 501897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2174260989400634, "S11": 1.2174260989400634, "W12": -5.0, "S12": -14.757673588578843, "W13": -21.301396037765862, "S13": -21.301396037765862, "W21": -30.0, "S21": -31.930480463207946, "W22": -59.513524807086945, "S22": -77.111944051431522, "W31": -88.284942499056541, "S31": -88.284942499056541, "W32": -100.63036572927292, "S32": -105.63036572927292 }, "geometry": { "type": "Point", "coordinates": [ 99913.0, 502720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1696766493098447, "S11": 1.1696766493098447, "W12": -5.0, "S12": -10.56161919212798, "W13": -20.896086836313838, "S13": -20.896086836313838, "W21": -32.326848489895077, "S21": -34.863755328291944, "W22": -57.768839704994541, "S22": -63.228858451840502, "W31": -83.706743453421694, "S31": -83.706743453421694, "W32": -99.323924863151944, "S32": -104.32392486315194 }, "geometry": { "type": "Point", "coordinates": [ 99914.166666666671517, 503088.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99915.697674418610404, 512017.325581395358313 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0891266415648819, "S11": 2.0891266415648819, "W12": -15.0, "S12": -15.0, "W13": -19.726232107976664, "S13": -19.726232107976664, "W21": -54.5149346911005, "S21": -70.041698183113979, "W22": -76.491458607095936, "S22": -90.887572181522359, "W31": -97.238218933844408, "S31": -97.238218933844408, "W32": -99.911047423349387, "S32": -104.91104742334939 }, "geometry": { "type": "Point", "coordinates": [ 99916.0, 498573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -21.977939956875101, "W21": -61.184940890767948, "S21": -73.605079845175652, "W22": -90.0, "S22": -116.86868226014133, "W31": -116.86868226014133, "S31": -116.86868226014133, "W32": -116.86868226014133, "S32": -116.86868226014133 }, "geometry": { "type": "Point", "coordinates": [ 99916.0, 500426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.051803483040288, "S21": -39.051803483040288, "W22": -50.0, "S22": -70.0, "W31": -80.0, "S31": -80.0, "W32": -95.567545486488882, "S32": -100.56754548648888 }, "geometry": { "type": "Point", "coordinates": [ 99917.0, 506012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9524375743162898, "S11": 2.9524375743162898, "W12": -10.0, "S12": -10.0, "W13": -19.697628000198769, "S13": -19.867296682817759, "W21": -60.0, "S21": -70.131474391389148, "W22": -87.184372347016051, "S22": -88.636243311038186, "W31": -104.98404235895565, "S31": -104.98404235895565, "W32": -105.55470939004238, "S32": -110.55470939004238 }, "geometry": { "type": "Point", "coordinates": [ 99920.0, 499410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2938768833574856, "S11": 1.2938768833574856, "W12": -12.680748034663539, "S12": -12.680748034663539, "W13": -20.0, "S13": -20.0, "W21": -47.871441909605856, "S21": -59.764056785776035, "W22": -61.151069943192674, "S22": -71.945899978110305, "W31": -87.450497105625317, "S31": -87.450497105625317, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99921.666666666671517, 497544.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99922.882352941174759, 511730.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1753513908285727, "S11": 1.1753513908285727, "W12": -5.0, "S12": -9.7861296781086331, "W13": -20.920809815331118, "S13": -20.920809815331118, "W21": -36.834599997707983, "S21": -39.121257825316157, "W22": -57.535552442594458, "S22": -64.696206499203711, "W31": -83.142225998619935, "S31": -83.142225998619935, "W32": -99.217475367769339, "S32": -104.21747536776934 }, "geometry": { "type": "Point", "coordinates": [ 99925.333333333328483, 503135.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9947257940606988, "S12": -9.9947257940606988, "W13": -20.0, "S13": -20.0, "W21": -44.378143104807677, "S21": -54.378143104807677, "W22": -56.283897356856336, "S22": -67.818145063582449, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99926.529411764699034, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62166435758272087, "S11": 0.62166435758272087, "W12": -10.0, "S12": -17.049343623248106, "W13": -19.939475085832491, "S13": -19.939475085832491, "W21": -33.541326796170296, "S21": -53.541326796170296, "W22": -71.657873701470351, "S22": -82.307045039734945, "W31": -98.743643805035703, "S31": -98.743643805035703, "W32": -109.74847992516628, "S32": -114.74847992516628 }, "geometry": { "type": "Point", "coordinates": [ 99926.636363636367605, 501942.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.308755898936333, "S21": -42.409040986191997, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -80.24219655073442, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99927.0, 506687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96445567079382977, "S11": 0.96445567079382977, "W12": -5.8714284999600839, "S12": -5.8714284999600839, "W13": -20.477184676372058, "S13": -20.477184676372058, "W21": -40.0, "S21": -40.0, "W22": -55.610063548495063, "S22": -65.610063548495063, "W31": -79.711025928132329, "S31": -79.711025928132329, "W32": -99.695019266279772, "S32": -104.69501926627977 }, "geometry": { "type": "Point", "coordinates": [ 99927.5, 503544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54112890725910701, "S11": -0.54112890725910701, "W12": -10.0, "S12": -10.0, "W13": -19.765077437932913, "S13": -21.456255459777186, "W21": -52.576670771562547, "S21": -66.456304629339954, "W22": -85.356355620867006, "S22": -114.67496910614716, "W31": -114.67496910614716, "S31": -114.67496910614716, "W32": -114.67496910614716, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99929.0, 500831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2560649090378351, "S11": 1.2560649090378351, "W12": -7.2132138101011707, "S12": -16.589329157278328, "W13": -21.588010681629573, "S13": -21.588010681629573, "W21": -30.000000000000004, "S21": -37.480309827830823, "W22": -60.699383702351057, "S22": -70.915355499952042, "W31": -90.0, "S31": -90.0, "W32": -101.68783274499464, "S32": -106.68783274499464 }, "geometry": { "type": "Point", "coordinates": [ 99932.0, 502583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4839449541284413, "S11": 4.4839449541284413, "W12": -11.768727919440504, "S12": -11.768727919440504, "W13": -19.684838204692785, "S13": -19.684838204692785, "W21": -59.999999999999993, "S21": -75.591686116192506, "W22": -85.363587866828809, "S22": -91.693849460170071, "W31": -104.52506429559698, "S31": -104.52506429559698, "W32": -104.52506429559698, "S32": -108.93633550349081 }, "geometry": { "type": "Point", "coordinates": [ 99933.0, 499202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84640937651796488, "S11": -0.84640937651796488, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.827017874819603, "S13": -21.951116109959052, "W21": -60.0, "S21": -69.908324810645368, "W22": -89.005291576309659, "S22": -104.47708582720007, "W31": -105.50910206317327, "S31": -105.50910206317327, "W32": -109.78835174812261, "S32": -114.78835174812261 }, "geometry": { "type": "Point", "coordinates": [ 99933.0, 499898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.687697930191181, "S11": 1.687697930191181, "W12": -15.0, "S12": -15.0, "W13": -19.814469666857402, "S13": -19.814469666857402, "W21": -52.244876597208204, "S21": -67.244876597208204, "W22": -68.252409853623718, "S22": -78.821836889672539, "W31": -93.277908956748789, "S31": -93.277908956748789, "W32": -98.971232358189582, "S32": -103.97123235818958 }, "geometry": { "type": "Point", "coordinates": [ 99934.0, 498226.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.338140188569013, "S12": -5.9824019773291424, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -61.904243427643443, "W31": -80.0, "S31": -80.0, "W32": -95.36021916943352, "S32": -100.36021916943352 }, "geometry": { "type": "Point", "coordinates": [ 99934.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1318517157988186, "S11": 2.1318517157988186, "W12": -15.0, "S12": -15.0, "W13": -19.71567274688196, "S13": -19.71567274688196, "W21": -54.659679698539804, "S21": -70.452463479769136, "W22": -77.187363118703459, "S22": -91.81512848722393, "W31": -97.638014597370329, "S31": -97.638014597370329, "W32": -100.05383174212093, "S32": -105.05383174212093 }, "geometry": { "type": "Point", "coordinates": [ 99934.25, 498613.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63367849578972058, "S11": 0.63367849578972058, "W12": -10.0, "S12": -17.118621426663104, "W13": -19.940333589985382, "S13": -19.940333589985382, "W21": -33.304546016228912, "S21": -53.304546016228912, "W22": -71.21794605747624, "S22": -79.521483865218897, "W31": -98.321964529331495, "S31": -98.321964529331495, "W32": -108.86972897127244, "S32": -113.86972897127244 }, "geometry": { "type": "Point", "coordinates": [ 99936.0, 501973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1810261323473161, "S11": 1.1810261323473161, "W12": -5.0, "S12": -9.0106401640892777, "W13": -20.945532794348505, "S13": -20.945532794348505, "W21": -40.0, "S21": -42.03640881681946, "W22": -57.302265180194354, "S22": -66.163554546566999, "W31": -82.57770854381819, "S31": -82.57770854381819, "W32": -99.111025872386747, "S32": -104.11102587238675 }, "geometry": { "type": "Point", "coordinates": [ 99936.5, 503183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.781708727523529, "S21": -49.142440738033891, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99938.520833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.25022275710397, "S21": -39.25022275710397, "W22": -50.0, "S22": -61.916890234208523, "W31": -80.0, "S31": -80.0, "W32": -95.398489582181512, "S32": -100.39848958218151 }, "geometry": { "type": "Point", "coordinates": [ 99938.846153846156085, 506120.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63929317000496066, "S11": 0.63929317000496066, "W12": -10.0, "S12": -17.150564083258512, "W13": -19.940745832419065, "S13": -19.940745832419065, "W21": -33.19586234844423, "S21": -53.19586234844423, "W22": -71.016193860627325, "S22": -78.245967977561435, "W31": -98.128488155773212, "S31": -98.128488155773212, "W32": -108.46657066194015, "S32": -113.46657066194015 }, "geometry": { "type": "Point", "coordinates": [ 99940.272727272720658, 501987.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -9.9528287001902171, "W13": -25.0, "S13": -25.0, "W21": -41.83372255800321, "S21": -41.83372255800321, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99944.8125, 509423.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88190242758217452, "S11": 0.88190242758217452, "W12": -10.0, "S12": -17.779702110606465, "W13": -19.97766737894819, "S13": -19.97766737894819, "W21": -31.930755898203309, "S21": -51.930755898203309, "W22": -68.701668461504411, "S22": -68.959364898947314, "W31": -95.989085948158248, "S31": -95.989085948158248, "W32": -105.23305854925326, "S32": -110.23305854925326 }, "geometry": { "type": "Point", "coordinates": [ 99946.0, 502144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1867008738660598, "S11": 1.1867008738660598, "W12": -5.0032693666849761, "S12": -8.2384200167548975, "W13": -20.970255773365885, "S13": -20.970255773365885, "W21": -40.0, "S21": -41.794989152577905, "W22": -57.06897791779425, "S22": -67.068977917794257, "W31": -82.013191089016459, "S31": -82.013191089016459, "W32": -99.00457637700417, "S32": -104.00457637700417 }, "geometry": { "type": "Point", "coordinates": [ 99947.666666666671517, 503230.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2158714303984397, "S11": 1.2158714303984397, "W12": -5.0, "S12": -11.734924747433855, "W13": -21.215693328943942, "S13": -21.215693328943942, "W21": -30.0, "S21": -33.0, "W22": -58.088034004757617, "S22": -61.26538396990771, "W31": -84.694767011756142, "S31": -84.694767011756142, "W32": -99.521273224186345, "S32": -104.52127322418634 }, "geometry": { "type": "Point", "coordinates": [ 99948.0, 503014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0148022793629865, "S11": -2.0148022793629865, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.284007793112469, "W21": -61.343293229691099, "S21": -72.55460116981709, "W22": -90.0, "S22": -115.97061876441091, "W31": -115.97061876441091, "S31": -115.97061876441091, "W32": -115.97061876441091, "S32": -115.97061876441091 }, "geometry": { "type": "Point", "coordinates": [ 99948.666666666671517, 500277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.900498562577436, "S12": -9.900498562577436, "W13": -20.0, "S13": -20.0, "W21": -44.190361675204855, "S21": -54.190361675204855, "W22": -55.870319513921849, "S22": -67.351830342079964, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5435023485487174, "S11": 1.5435023485487174, "W12": -14.620957262050789, "S12": -14.620957262050789, "W13": -19.901851199579109, "S13": -19.901851199579109, "W21": -50.741134513155238, "S21": -64.667651358896578, "W22": -65.543158979644431, "S22": -73.997421488423242, "W31": -90.685452044366386, "S31": -90.685452044366386, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7732212829204386, "S11": 4.7732212829204386, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.687796871391775, "S13": -19.687796871391775, "W21": -58.115740285684687, "S21": -66.498546001323746, "W22": -83.609153798499406, "S22": -93.402023681292007, "W31": -102.02733783673801, "S31": -102.02733783673801, "W32": -102.6923653406928, "S32": -107.6923653406928 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1523449129569563, "S11": -1.1523449129569563, "W12": -10.179042928768505, "S12": -10.179042928768505, "W13": -20.205325462507009, "S13": -22.77670873577425, "W21": -60.094778419745374, "S21": -70.124422278315294, "W22": -89.978820204445739, "S22": -109.92526913544231, "W31": -109.92526913544231, "S31": -109.92526913544231, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17756608478803024, "S11": -0.17756608478803024, "W12": -10.0, "S12": -12.156529227607075, "W13": -19.672637094967985, "S13": -21.414327184389641, "W21": -46.803072362849342, "S21": -61.01229271616036, "W22": -82.611796599863169, "S22": -107.11533045767308, "W31": -107.11533045767308, "S31": -107.11533045767308, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61886551922246669, "S11": 0.61886551922246669, "W12": -10.0, "S12": -17.140455516965002, "W13": -19.93654653043922, "S13": -20.13341508574166, "W21": -33.108366628680223, "S21": -53.108366628680223, "W22": -70.809671471175903, "S22": -76.453667239434253, "W31": -97.95361527967259, "S31": -97.95361527967259, "W32": -108.09387539078848, "S32": -113.09387539078848 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2198826239190124, "S11": 1.2198826239190124, "W12": -5.0, "S12": -11.959827814212076, "W13": -21.245390368190119, "S13": -21.245390368190119, "W21": -30.0, "S21": -32.859984065626016, "W22": -58.152203755994627, "S22": -60.866330385327835, "W31": -84.872314072295481, "S31": -84.872314072295481, "W32": -99.55589278190611, "S32": -104.55589278190611 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40875152632237538, "S11": 0.40875152632237538, "W12": -5.7123503596416114, "S12": -5.7123503596416114, "W13": -20.122197611919404, "S13": -20.122197611919404, "W21": -40.0, "S21": -40.0, "W22": -53.442681101186601, "S22": -63.442681101186601, "W31": -87.910464888941704, "S31": -87.910464888941704, "W32": -95.191164074552191, "S32": -100.19116407455219 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2518497887193902, "S12": -6.0825858129708603, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.977608372504122, "S22": -66.292789616268664, "W31": -80.0, "S31": -80.0, "W32": -95.246783203774584, "S32": -100.24678320377458 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.138190995732216, "S21": -39.138190995732216, "W22": -50.0, "S22": -68.493302568098045, "W31": -80.0, "S31": -80.0, "W32": -95.302402332996991, "S32": -100.30240233299699 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.410180302819512, "S21": -44.292371581676235, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -81.10222394628758, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.775292513210935, "S21": -48.766160170581273, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99950.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8587942454541619, "S11": 3.8587942454541619, "W12": -15.0, "S12": -15.0, "W13": -19.693421187489822, "S13": -19.693421187489822, "W21": -57.06627278982225, "S21": -57.06627278982225, "W22": -82.591864947341861, "S22": -94.290523007474363, "W31": -100.65330844791089, "S31": -100.65330844791089, "W32": -102.03813166159117, "S32": -107.03813166159117 }, "geometry": { "type": "Point", "coordinates": [ 99951.0, 498886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6939416951440744, "S11": 3.6939416951440744, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.693975113517624, "S13": -19.693975113517624, "W21": -56.890011130917124, "S21": -76.890011130917117, "W22": -82.424950668838761, "S22": -94.445929095881397, "W31": -100.43641730048813, "S31": -100.43641730048813, "W32": -101.92577678911306, "S32": -106.92577678911306 }, "geometry": { "type": "Point", "coordinates": [ 99952.0, 498867.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5193209587179393, "S12": -5.9273494382506611, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.420532316343646, "S22": -61.420532316343646, "W31": -80.0, "S31": -80.028257200971936, "W32": -95.198995849234578, "S32": -100.19899584923458 }, "geometry": { "type": "Point", "coordinates": [ 99952.0, 504429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1833846356593525, "S11": 2.1833846356593525, "W12": -15.0, "S12": -15.0, "W13": -19.705113385787257, "S13": -19.705113385787257, "W21": -54.931381482298129, "S21": -70.990185552743299, "W22": -78.878288032339668, "S22": -93.691890646556544, "W31": -98.037810260896279, "S31": -98.037810260896279, "W32": -100.36097423262498, "S32": -105.36097423262498 }, "geometry": { "type": "Point", "coordinates": [ 99952.5, 498654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65692198242703803, "S11": 0.65692198242703803, "W12": -10.0, "S12": -17.251784543268577, "W13": -19.942016579005614, "S13": -19.942016579005614, "W21": -32.850397900718662, "S21": -52.850397900718662, "W22": -70.374514019784996, "S22": -74.184890915389659, "W31": -97.513332506511503, "S31": -97.513332506511503, "W32": -107.18466139871562, "S32": -112.18466139871562 }, "geometry": { "type": "Point", "coordinates": [ 99953.909090909088263, 502032.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6611177170035671, "S11": 3.6611177170035671, "W12": -9.9999999999999964, "S12": -9.9999999999999964, "W13": -19.667382624031589, "S13": -19.685535475495609, "W21": -60.0, "S21": -72.045727082279853, "W22": -86.736852671913368, "S22": -89.066656926987164, "W31": -105.36814460471061, "S31": -105.36814460471061, "W32": -105.36814460471061, "S32": -109.9864329464171 }, "geometry": { "type": "Point", "coordinates": [ 99954.0, 499348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047203243157994623, "S11": 0.047203243157994623, "W12": -5.6062347302403879, "S12": -5.6062347302403879, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.215155968445231, "S22": -62.215155968445231, "W31": -80.0, "S31": -80.0, "W32": -95.158129376049629, "S32": -100.15812937604963 }, "geometry": { "type": "Point", "coordinates": [ 99955.923076923078042, 504259.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -12.238698358528202, "S12": -12.238698358528202, "W13": -19.677243570524247, "S13": -19.677243570524247, "W21": -59.439123294886791, "S21": -76.448361170175474, "W22": -84.935009063166831, "S22": -92.32809977150724, "W31": -103.76986978106943, "S31": -103.76986978106943, "W32": -103.76986978106943, "S32": -108.50127283974115 }, "geometry": { "type": "Point", "coordinates": [ 99956.0, 499146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.29183869592859, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99956.411764705888345, 512421.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5782970010839459, "S11": 1.5782970010839459, "W12": -14.250738099857715, "S12": -14.250738099857715, "W13": -19.925661094936398, "S13": -19.925661094936398, "W21": -50.331890331890335, "S21": -63.972153937241345, "W22": -64.80669930430301, "S22": -72.722719419153634, "W31": -90.0, "S31": -90.0, "W32": -98.185890257558796, "S32": -103.1858902575588 }, "geometry": { "type": "Point", "coordinates": [ 99957.0, 497941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1923756153847878, "S11": 1.1923756153847878, "W12": -5.1823108494203112, "S12": -7.641971985470887, "W13": -20.994978752383165, "S13": -20.994978752383165, "W21": -40.0, "S21": -41.559020937450377, "W22": -56.835690655394167, "S22": -66.83569065539416, "W31": -81.399091854333037, "S31": -81.399091854333037, "W32": -98.898126881621565, "S32": -103.89812688162156 }, "geometry": { "type": "Point", "coordinates": [ 99958.833333333328483, 503277.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -15.0, "S12": -15.0, "W13": -19.682161072758024, "S13": -19.682161072758024, "W21": -58.358521792954313, "S21": -70.343995859426244, "W22": -83.88823623890049, "S22": -93.265041063089384, "W31": -102.33458574102711, "S31": -102.33458574102711, "W32": -102.81626498858013, "S32": -107.81626498858013 }, "geometry": { "type": "Point", "coordinates": [ 99959.0, 499028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6847164212687566, "S11": 2.6847164212687566, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.696431738239013, "S13": -19.696431738239013, "W21": -55.820008554069958, "S21": -75.820008554069958, "W22": -81.285252862508855, "S22": -95.268075182875762, "W31": -99.117681114902538, "S31": -99.117681114902538, "W32": -101.11359203367212, "S32": -106.11359203367212 }, "geometry": { "type": "Point", "coordinates": [ 99960.0, 498752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0290588327691026, "S12": -8.0290588327691026, "W13": -25.0, "S13": -25.0, "W21": -39.300125138049758, "S21": -39.300125138049758, "W22": -50.0, "S22": -59.213569362688546, "W31": -80.0, "S31": -80.0, "W32": -95.184426643817716, "S32": -100.18442664381772 }, "geometry": { "type": "Point", "coordinates": [ 99962.0, 505608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6939386165356574, "S12": -9.6939386165356574, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -50.0, "W22": -55.425979663759641, "S22": -66.870402672370716, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99965.0, 496974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99965.116279069770826, 512014.720930232550018 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2503192715877849, "S11": 1.2503192715877849, "W12": -12.502601915915777, "S12": -12.502601915915777, "W13": -20.0, "S13": -20.0, "W21": -47.538772911265745, "S21": -59.355736689651991, "W22": -60.50846507951956, "S22": -70.541409823470417, "W31": -87.365080601199281, "S31": -87.365080601199281, "W32": -97.060467589574841, "S32": -102.06046758957484 }, "geometry": { "type": "Point", "coordinates": [ 99965.5, 497548.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67455079484921476, "S11": 0.67455079484921476, "W12": -10.0, "S12": -17.353005003278884, "W13": -19.943287325592181, "S13": -19.943287325592181, "W21": -32.528148901381257, "S21": -52.528148901381257, "W22": -69.667632034567987, "S22": -70.058611708840644, "W31": -96.898176857249013, "S31": -96.898176857249013, "W32": -106.08759007231104, "S32": -111.08759007231104 }, "geometry": { "type": "Point", "coordinates": [ 99967.545454545455868, 502077.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1980503569035317, "S11": 1.1980503569035317, "W12": -5.3613523321556551, "S12": -7.0455239541868737, "W13": -21.019701731400545, "S13": -21.019701731400545, "W21": -40.0, "S21": -41.323052722322885, "W22": -56.602403392994056, "S22": -66.602403392994063, "W31": -80.778808032060013, "S31": -80.778808032060013, "W32": -98.791677386238973, "S32": -103.79167738623897 }, "geometry": { "type": "Point", "coordinates": [ 99970.0, 503325.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3074750783654796, "S11": 2.3074750783654796, "W12": -15.0, "S12": -15.0, "W13": -19.694554024692554, "S13": -19.694554024692554, "W21": -55.274068947929095, "S21": -71.598893307590103, "W22": -80.247384728447258, "S22": -95.246824588360525, "W31": -98.437605924422215, "S31": -98.437605924422215, "W32": -100.66811672312906, "S32": -105.66811672312906 }, "geometry": { "type": "Point", "coordinates": [ 99970.75, 498694.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 99972.117647058825241, 511729.264705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2754715492985234, "S11": 1.2754715492985234, "W12": -5.0, "S12": -14.912244484101233, "W13": -21.664653633495334, "S13": -21.664653633495334, "W21": -30.0, "S21": -30.803033432677271, "W22": -59.219990528456414, "S22": -79.219990528456407, "W31": -87.696495981940927, "S31": -87.696495981940927, "W32": -100.31704847731271, "S32": -105.31704847731271 }, "geometry": { "type": "Point", "coordinates": [ 99974.0, 502776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1724255734877196, "S11": 1.1724255734877196, "W12": -5.9727987212368729, "S12": -5.9727987212368729, "W13": -20.793713861375931, "S13": -20.793713861375931, "W21": -40.0, "S21": -40.0, "W22": -55.512589312733127, "S22": -65.512589312733127, "W31": -80.0, "S31": -80.0, "W32": -98.841920275421003, "S32": -103.841920275421 }, "geometry": { "type": "Point", "coordinates": [ 99974.714285714289872, 503555.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7989504183724279, "S12": -9.7989504183724279, "W13": -20.0, "S13": -20.0, "W21": -43.987990710971268, "S21": -53.987990710971268, "W22": -55.424609056624078, "S22": -66.84928565474651, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 99975.294117647063104, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.365991651183755, "S21": -42.908210304861136, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.298361096443742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 99975.75, 506695.625 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1959056080477601, "S11": -1.1959056080477601, "W12": -10.067790073278541, "S12": -10.067790073278541, "W13": -20.238693599077227, "S13": -22.925184300469102, "W21": -60.412409524017683, "S21": -70.02329566971224, "W22": -90.0, "S22": -110.83938715177932, "W31": -110.83938715177932, "S31": -110.83938715177932, "W32": -110.83938715177932, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 99978.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2737763286846222, "S11": 1.2737763286846222, "W12": -5.0, "S12": -14.792023152182255, "W13": -21.642054640779914, "S13": -21.642054640779914, "W21": -30.0, "S21": -31.014134379887278, "W22": -59.000417862216899, "S22": -75.969924396530971, "W31": -87.147410560668249, "S31": -87.147410560668249, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 99978.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3551486618561848, "S12": -6.1728145293050494, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.797396180681105, "S22": -64.797396180681105, "W31": -80.0, "S31": -80.0, "W32": -94.994331734283364, "S32": -99.994331734283364 }, "geometry": { "type": "Point", "coordinates": [ 99981.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2037250984222752, "S11": 1.2037250984222752, "W12": -5.5403938148909999, "S12": -6.4490759229028614, "W13": -21.044424710417928, "S13": -21.044424710417928, "W21": -40.0, "S21": -41.087084507195399, "W22": -56.369116130593952, "S22": -66.369116130593952, "W31": -80.158524209786989, "S31": -80.158524209786989, "W32": -98.685227890856382, "S32": -103.68522789085638 }, "geometry": { "type": "Point", "coordinates": [ 99981.166666666671517, 503372.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69217960727129213, "S11": 0.69217960727129213, "W12": -10.0, "S12": -17.454225463288946, "W13": -19.944558072178726, "S13": -19.944558072178726, "W21": -32.216106587407033, "S21": -52.216106587407026, "W22": -68.869349446193326, "S22": -71.575992472232372, "W31": -96.283021207987318, "S31": -96.283021207987318, "W32": -105.65583862904684, "S32": -110.65583862904684 }, "geometry": { "type": "Point", "coordinates": [ 99981.181818181823473, 502122.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.198693066318551, "S12": -11.198693066318551, "W13": -25.0, "S13": -25.0, "W21": -38.806063109527884, "S21": -38.806063109527884, "W22": -50.0, "S22": -60.568935021275202, "W31": -80.0, "S31": -80.0, "W32": -95.018116948469824, "S32": -100.01811694846982 }, "geometry": { "type": "Point", "coordinates": [ 99986.384615384609788, 506131.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.7015315810906326, "W13": -25.0, "S13": -25.0, "W21": -40.75409921003687, "S21": -47.523273359758122, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99987.916666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4315655210716067, "S11": 2.4315655210716067, "W12": -15.0, "S12": -15.0, "W13": -19.683994663597854, "S13": -19.683994663597854, "W21": -55.616756413560061, "S21": -71.189381145412526, "W22": -80.890784626830452, "S22": -95.320141684754688, "W31": -98.837401587948165, "S31": -98.837401587948165, "W32": -100.97525921363309, "S32": -105.97525921363309 }, "geometry": { "type": "Point", "coordinates": [ 99989.0, 498735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.766957421615423, "S21": -41.766957421615416, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 99990.5, 509413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0585359770544929, "S11": -2.0585359770544929, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.404071792415849, "W21": -61.7887676782765, "S21": -72.326541740875257, "W22": -90.0, "S22": -116.10652732892505, "W31": -116.10652732892505, "S31": -116.10652732892505, "W32": -116.10652732892505, "S32": -116.10652732892505 }, "geometry": { "type": "Point", "coordinates": [ 99991.333333333328483, 500299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2093998399409953, "S11": 1.2093998399409953, "W12": -5.7194352976265437, "S12": -5.852627891618118, "W13": -21.069147689435145, "S13": -21.069147689435145, "W21": -40.0, "S21": -40.851116292067552, "W22": -56.135828868193592, "S22": -66.135828868193585, "W31": -80.0, "S31": -80.0, "W32": -98.578778395473634, "S32": -103.57877839547363 }, "geometry": { "type": "Point", "coordinates": [ 99992.333333333328483, 503420.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3791445098268014, "S11": -2.3791445098268014, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.036719965886345, "W21": -59.213636148344619, "S21": -70.878028420939813, "W22": -87.631029779604901, "S22": -115.43067356975877, "W31": -115.43067356975877, "S31": -115.43067356975877, "W32": -115.43067356975877, "S32": -115.43067356975877 }, "geometry": { "type": "Point", "coordinates": [ 99994.0, 500580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70980841969353281, "S11": 0.70980841969353281, "W12": -10.0, "S12": -17.555445923299352, "W13": -19.9458288187653, "S13": -19.9458288187653, "W21": -31.920788899324499, "S21": -51.920788899324499, "W22": -68.071066857817783, "S22": -73.833790328036699, "W31": -95.667865558724827, "S31": -95.667865558724827, "W32": -105.22408718578193, "S32": -110.22408718578193 }, "geometry": { "type": "Point", "coordinates": [ 99994.818181818176527, 502167.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.27837753772306, "S21": -40.040437577618938, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.0, "W32": -94.94920132057851, "S32": -99.94920132057851 }, "geometry": { "type": "Point", "coordinates": [ 99996.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.699763858916409, "S12": -9.699763858916409, "W13": -20.0, "S13": -20.0, "W21": -43.790326048231549, "S21": -53.760159682226337, "W22": -54.989263958798496, "S22": -66.358428053165156, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9811860415000062, "S12": -9.9811860415000062, "W13": -20.0, "S13": -20.0, "W21": -44.107436823548205, "S21": -54.107436823548205, "W22": -55.387325368142832, "S22": -66.762996769066405, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.003314522465891, "S12": -10.003314522465891, "W13": -20.0, "S13": -20.0, "W21": -44.424547598864848, "S21": -54.424547598864848, "W22": -55.847503910674796, "S22": -67.229682618155294, "W31": -84.114932885906043, "S31": -84.114932885906043, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85879274927553584, "S11": 0.85879274927553584, "W12": -10.312622330166441, "S12": -10.312622330166441, "W13": -20.0, "S13": -20.0, "W21": -44.741658374181497, "S21": -54.741658374181497, "W22": -56.307682453206752, "S22": -67.736743273276318, "W31": -84.429530201342288, "S31": -84.429530201342288, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90156409718121133, "S11": 0.90156409718121133, "W12": -10.621930137866991, "S12": -10.621930137866991, "W13": -20.0, "S13": -20.0, "W21": -45.058769149498147, "S21": -55.199470167339861, "W22": -56.767860995738708, "S22": -68.260605453066276, "W31": -84.744127516778534, "S31": -84.744127516778534, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95691790715253289, "S11": 0.95691790715253289, "W12": -10.93123794556754, "S12": -10.93123794556754, "W13": -20.0, "S13": -20.0, "W21": -45.375879924814804, "S21": -55.746544127105217, "W22": -57.228039538270671, "S22": -68.800314019484105, "W31": -85.058724832214764, "S31": -85.058724832214764, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0145453048639022, "S11": 1.0145453048639022, "W12": -11.240545753268091, "S12": -11.240545753268091, "W13": -20.0, "S13": -20.0, "W21": -45.692990700131453, "S21": -56.293618086870566, "W22": -57.688218080802635, "S22": -69.356070206627265, "W31": -85.420727341798042, "S31": -85.420727341798042, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0630531823691136, "S11": 1.0630531823691136, "W12": -11.525242506436189, "S12": -11.525242506436189, "W13": -20.0, "S13": -20.0, "W21": -46.010101475448103, "S21": -56.840692046635915, "W22": -58.148396623334591, "S22": -69.911826393770426, "W31": -85.822533276836978, "S31": -85.822533276836978, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1010110266946525, "S11": 1.1010110266946525, "W12": -11.732953291651341, "S12": -11.732953291651341, "W13": -20.0, "S13": -20.0, "W21": -46.327212250764752, "S21": -57.387766006401264, "W22": -58.608575165866554, "S22": -70.467582580913586, "W31": -86.224339211875915, "S31": -86.224339211875915, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1389688710201911, "S11": 1.1389688710201911, "W12": -11.940664076866494, "S12": -11.940664076866494, "W13": -20.0, "S13": -20.0, "W21": -46.643698549142677, "S21": -57.934215489227888, "W22": -59.068753708398511, "S22": -70.355614335262743, "W31": -86.621914181138536, "S31": -86.621914181138536, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1769267153457297, "S11": 1.1769267153457297, "W12": -12.148374862081647, "S12": -12.148374862081647, "W13": -20.0, "S13": -20.0, "W21": -46.950698139809894, "S21": -58.471178264343806, "W22": -59.528932250930474, "S22": -69.902855815664225, "W31": -86.954832178179259, "S31": -86.954832178179259, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2148845596712685, "S11": 1.2148845596712685, "W12": -12.356085647296799, "S12": -12.356085647296799, "W13": -20.0, "S13": -20.0, "W21": -47.257697730477098, "S21": -59.008141039459709, "W22": -59.98911079346243, "S22": -69.450097296065707, "W31": -87.287750175219998, "S31": -87.287750175219998, "W32": -97.068220227112377, "S32": -102.06822022711238 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2528424039968074, "S11": 1.2528424039968074, "W12": -12.563796432511953, "S12": -12.563796432511953, "W13": -20.0, "S13": -20.0, "W21": -47.564697321144308, "S21": -59.545103814575619, "W22": -60.513527441381086, "S22": -69.061576881853895, "W31": -87.620668172260736, "S31": -87.620668172260736, "W32": -97.215143709064662, "S32": -102.21514370906466 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2908002483223462, "S11": 1.2908002483223462, "W12": -12.783597700684426, "S12": -12.783597700684426, "W13": -20.0, "S13": -20.0, "W21": -47.871696911811526, "S21": -60.082066589691536, "W22": -61.052048441123425, "S22": -68.68716081946576, "W31": -87.95358616930146, "S31": -87.95358616930146, "W32": -97.362067191016934, "S32": -102.36206719101693 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3287580926478848, "S11": 1.3287580926478848, "W12": -13.041057052595187, "S12": -13.041057052595187, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -48.178696502478743, "S21": -60.619029364807446, "W22": -61.590569440865757, "S22": -68.312744757077624, "W31": -88.286504166342198, "S31": -88.286504166342198, "W32": -97.508990672969205, "S32": -102.5089906729692 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3695648959828497, "S11": 1.3695648959828497, "W12": -13.29851640450595, "S12": -13.29851640450595, "W13": -20.0, "S13": -20.0, "W21": -48.5518149734826, "S21": -61.222111020260002, "W22": -62.129090440608088, "S22": -68.182849438498607, "W31": -88.619422163382922, "S31": -88.619422163382922, "W32": -97.651175811870104, "S32": -102.6511758118701 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4498955824282784, "S11": 1.4498955824282784, "W12": -13.555975756416716, "S12": -13.555975756416716, "W13": -19.984056142353325, "S13": -19.984056142353325, "W21": -48.957455418461407, "S21": -61.857714649687509, "W22": -62.66761144035042, "S22": -69.142561901582255, "W31": -88.952340160423645, "S31": -88.952340160423645, "W32": -97.791153415453522, "S32": -102.79115341545352 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5302262688737072, "S11": 1.5302262688737072, "W12": -13.81343510832748, "S12": -13.81343510832748, "W13": -19.964215491758328, "S13": -19.964215491758328, "W21": -49.363095863440229, "S21": -62.49331827911503, "W22": -63.206132440092766, "S22": -70.102274364665917, "W31": -89.285258157464369, "S31": -89.285258157464369, "W32": -97.931131019036954, "S32": -102.93113101903695 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5055642538841385, "S11": 1.5055642538841385, "W12": -13.914844457379383, "S12": -13.914844457379383, "W13": -19.944374841163334, "S13": -19.944374841163334, "W21": -49.768736308419037, "S21": -63.128921908542537, "W22": -63.744653439835098, "S22": -71.06198682774955, "W31": -89.618059196068316, "S31": -89.618059196068316, "W32": -98.071108622620386, "S32": -103.07110862262039 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4610020474527281, "S11": 1.4610020474527281, "W12": -13.682379381709998, "S12": -13.682379381709998, "W13": -19.924534190568334, "S13": -19.924534190568334, "W21": -50.134027170296598, "S21": -63.724175954868798, "W22": -64.283174439577422, "S22": -72.021699290833197, "W31": -89.914893587474495, "S31": -89.914893587474495, "W32": -98.211086226203804, "S32": -103.2110862262038 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4164398410213179, "S11": 1.4164398410213179, "W12": -14.17159547723436, "S12": -14.17159547723436, "W13": -19.904693539973341, "S13": -19.904693539973341, "W21": -50.445805202281889, "S21": -64.265917171302789, "W22": -64.821695439319768, "S22": -72.984585865037218, "W31": -90.447886372315736, "S31": -90.447886372315736, "W32": -98.351063829787236, "S32": -103.35106382978724 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3718776345899075, "S11": 1.3718776345899075, "W12": -14.774286789978019, "S12": -14.774286789978019, "W13": -19.88485288937834, "S13": -19.88485288937834, "W21": -50.757583234267173, "S21": -64.80765838773678, "W22": -65.3602164390621, "S22": -73.976630659090816, "W31": -91.075805646132608, "S31": -91.075805646132608, "W32": -98.489428432379825, "S32": -103.48942843237982 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3273154281584971, "S11": 1.3273154281584971, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.865012238783343, "S13": -19.865012238783343, "W21": -51.069361266252457, "S21": -65.349399604170756, "W22": -65.898737438804432, "S22": -74.968675453144428, "W31": -91.657452605290032, "S31": -91.657452605290032, "W32": -98.624614719082885, "S32": -103.62461471908289 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3959874698596542, "S11": 1.3959874698596542, "W12": -15.0, "S12": -15.0, "W13": -19.845171588188347, "S13": -19.845171588188347, "W21": -51.381139298237748, "S21": -65.900860733316591, "W22": -66.437258438546763, "S22": -75.960720247198026, "W31": -92.220145840150124, "S31": -92.220145840150124, "W32": -98.759801005785988, "S32": -103.75980100578599 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5070833126170471, "S11": 1.5070833126170471, "W12": -15.0, "S12": -15.0, "W13": -19.825330937593353, "S13": -19.825330937593353, "W21": -51.692917330223032, "S21": -66.52982494660381, "W22": -66.975779438289095, "S22": -76.952765041251624, "W31": -92.782839075010187, "S31": -92.782839075010187, "W32": -98.894987292489049, "S32": -103.89498729248905 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4835496113624689, "S11": 1.4835496113624689, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.805490286998356, "S13": -19.805490286998356, "W21": -52.004695362208317, "S21": -66.002927037030275, "W22": -67.898964655480185, "S22": -78.329474052753994, "W31": -93.345532309870251, "S31": -93.345532309870251, "W32": -99.030173579192123, "S32": -104.03017357919212 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4600159101078902, "S11": 1.4600159101078902, "W12": -15.0, "S12": -15.0, "W13": -19.78564963640336, "S13": -19.78564963640336, "W21": -52.316473394193601, "S21": -64.252668345988567, "W22": -68.880756872545518, "S22": -79.764790064130594, "W31": -93.908225544730314, "S31": -93.908225544730314, "W32": -99.165359865895198, "S32": -104.1653598658952 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.436482208853312, "S11": 1.436482208853312, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.768049410110027, "S13": -19.768049410110027, "W21": -52.628251426178892, "S21": -62.502409654946881, "W22": -69.862549089610852, "S22": -81.200106075507193, "W31": -94.470918779590392, "S31": -94.470918779590392, "W32": -99.300546152598272, "S32": -104.30054615259827 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.412948507598734, "S11": 1.412948507598734, "W12": -15.0, "S12": -15.0, "W13": -19.750523060526511, "S13": -19.750523060526511, "W21": -52.940029458164176, "S21": -60.900667616919243, "W22": -71.035917652211992, "S22": -82.949414749241669, "W31": -95.033612014450469, "S31": -95.033612014450469, "W32": -99.435732439301361, "S32": -104.43573243930136 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4181743043438333, "S11": 1.4181743043438333, "W12": -15.0, "S12": -15.0, "W13": -19.732996710942992, "S13": -19.732996710942992, "W21": -53.25180749014946, "S21": -59.425252414084774, "W22": -72.240473061760838, "S22": -84.988067431682197, "W31": -95.596305249310518, "S31": -95.596305249310518, "W32": -99.570918726004436, "S32": -104.57091872600444 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5583769553371907, "S11": 1.5583769553371907, "W12": -15.0, "S12": -15.0, "W13": -19.715470361359476, "S13": -19.715470361359476, "W21": -53.563585522134751, "S21": -58.096523992882361, "W22": -73.445028471309683, "S22": -87.026720114122725, "W31": -96.15899848417061, "S31": -96.15899848417061, "W32": -99.706105012707511, "S32": -104.70610501270751 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6985796063305476, "S11": 1.6985796063305476, "W12": -15.0, "S12": -15.0, "W13": -19.697944011775963, "S13": -19.697944011775963, "W21": -53.898477534940191, "S21": -60.786414272913163, "W22": -74.649583880858529, "S22": -88.813579110188499, "W31": -96.721691719030659, "S31": -96.721691719030659, "W32": -99.841291299410585, "S32": -104.84129129941059 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.838782257323905, "S11": 1.838782257323905, "W12": -15.0, "S12": -15.0, "W13": -19.686138282901613, "S13": -19.686138282901613, "W21": -54.358059554391403, "S21": -63.600994559589729, "W22": -75.854139290407375, "S22": -90.288725269325425, "W31": -97.284384953890736, "S31": -97.284384953890736, "W32": -99.97647758611366, "S32": -104.97647758611366 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0161202262950306, "S11": 2.0161202262950306, "W12": -15.0, "S12": -15.0, "W13": -19.683469656548851, "S13": -19.683469656548851, "W21": -54.817641573842614, "S21": -66.415574846266296, "W22": -78.224427200384454, "S22": -92.929603928890586, "W31": -97.847078188750814, "S31": -97.847078188750814, "W32": -100.31798583307669, "S32": -105.31798583307669 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2401560720303486, "S11": 2.2401560720303486, "W12": -15.0, "S12": -15.0, "W13": -19.68080103019609, "S13": -19.68080103019609, "W21": -55.277223593293826, "S21": -69.230155132942855, "W22": -80.243916601644017, "S22": -95.219684079738229, "W31": -98.409771423610877, "S31": -98.409771423610877, "W32": -100.70295657530028, "S32": -105.70295657530028 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4641919177656662, "S11": 2.4641919177656662, "W12": -15.0, "S12": -15.0, "W13": -19.678132403843332, "S13": -19.678132403843332, "W21": -55.73680561274503, "S21": -69.392607979363262, "W22": -81.11469088533633, "S22": -95.355921563100893, "W31": -98.972464658470955, "S31": -98.972464658470955, "W32": -101.06741292348687, "S32": -106.06741292348687 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8515026227341127, "S11": 2.8515026227341127, "W12": -15.0, "S12": -15.0, "W13": -19.675463777490574, "S13": -19.675463777490574, "W21": -56.196387632196249, "S21": -71.049706116765663, "W22": -81.976923341669917, "S22": -95.384749908681982, "W31": -99.535157893331018, "S31": -99.535157893331018, "W32": -101.352612295394, "S32": -106.352612295394 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2698744181467889, "S11": 3.2698744181467889, "W12": -15.0, "S12": -15.0, "W13": -19.672795151137812, "S13": -19.672795151137812, "W21": -56.65596965164746, "S21": -74.4540550177623, "W22": -82.424488906224909, "S22": -94.998911362484463, "W31": -100.0978511281911, "S31": -100.0978511281911, "W32": -101.63781166730109, "S32": -106.63781166730109 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6882462135594651, "S11": 3.6882462135594651, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.670126524785054, "S13": -19.670126524785054, "W21": -57.115551671098672, "S21": -77.339050622207097, "W22": -82.872054470779887, "S22": -94.613072816286945, "W31": -100.66054436305116, "S31": -100.66054436305116, "W32": -101.92301103920822, "S32": -106.92301103920822 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1066180089721414, "S11": 4.1066180089721414, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.667457898432293, "S13": -19.667457898432293, "W21": -57.575133690549883, "S21": -77.694688431350812, "W22": -83.319620035334879, "S22": -94.227234270089426, "W31": -101.2519451452755, "S31": -101.2519451452755, "W32": -102.20821041111533, "S32": -107.20821041111533 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 498950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6687491865156829, "S11": 4.6687491865156829, "W12": -15.0, "S12": -15.0, "W13": -19.664789272079531, "S13": -19.664789272079531, "W21": -58.028672238704232, "S21": -78.044282769197679, "W22": -83.767185599889871, "S22": -93.841395723891907, "W31": -101.85575404899487, "S31": -101.85575404899487, "W32": -102.49340978302247, "S32": -107.49340978302247 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -14.558530720604075, "S12": -14.558530720604075, "W13": -19.662120645726777, "S13": -19.662120645726777, "W21": -58.462777343134753, "S21": -77.946249129698472, "W22": -84.214751164444863, "S22": -93.455557177694402, "W31": -102.45956295271426, "S31": -102.45956295271426, "W32": -102.77860915492958, "S32": -107.77860915492958 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -13.261051692434908, "S12": -13.261051692434908, "W13": -19.659452019374012, "S13": -19.659452019374012, "W21": -58.896882447565275, "S21": -77.466907610434532, "W22": -84.662316728999841, "S22": -92.819496445328255, "W31": -103.06337185643363, "S31": -103.06337185643363, "W32": -103.0638085268367, "S32": -108.0638085268367 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9999999999999991, "S11": 4.9999999999999991, "W12": -11.963572664265742, "S12": -11.963572664265742, "W13": -19.656783393021254, "S13": -19.656783393021254, "W21": -59.33098755199579, "S21": -76.987566091170578, "W22": -85.109882293554833, "S22": -91.85356887104561, "W31": -103.667180760153, "S31": -103.667180760153, "W32": -103.667180760153, "S32": -108.34900789874382 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -11.220889711360522, "S12": -11.220889711360522, "W13": -19.654114766668496, "S13": -19.654114766668496, "W21": -59.729787098975564, "S21": -76.41779567779345, "W22": -85.557447858109825, "S22": -90.887641296762965, "W31": -104.27098966387237, "S31": -104.27098966387237, "W32": -104.27098966387237, "S32": -108.69246584143573 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7122473246135552, "S11": 4.7122473246135552, "W12": -10.626066476002787, "S12": -10.626066476002787, "W13": -19.651446140315734, "S13": -19.651446140315734, "W21": -59.999999999999993, "S21": -75.392425124961051, "W22": -86.005013422664803, "S22": -89.921713722480305, "W31": -104.87479856759178, "S31": -104.87479856759178, "W32": -104.87479856759178, "S32": -109.07661583929413 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3852556480380498, "S11": 4.3852556480380498, "W12": -10.066743383199077, "S12": -10.066743383199077, "W13": -19.648777513962976, "S13": -19.648777513962976, "W21": -60.0, "S21": -73.955562214832568, "W22": -86.452578987219795, "S22": -88.95578614819766, "W31": -105.47860747131114, "S31": -105.47860747131114, "W32": -105.47860747131114, "S32": -109.46076583715252 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0582639714625444, "S11": 4.0582639714625444, "W12": -10.067326732673267, "S12": -10.067326732673267, "W13": -19.662677444468368, "S13": -19.813583849628387, "W21": -60.0, "S21": -72.504514917286713, "W22": -86.900144551774773, "S22": -87.989858573915001, "W31": -105.95128720102245, "S31": -105.95128720102245, "W32": -105.95128720102245, "S32": -109.84491583501092 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6254673645977995, "S11": 3.6254673645977995, "W12": -10.156435643564356, "S12": -10.156435643564356, "W13": -19.690588196319425, "S13": -20.038127290842329, "W21": -60.0, "S21": -71.263815646897342, "W22": -87.34771011632975, "S22": -88.07420221466694, "W31": -105.98824173817783, "S31": -105.98824173817783, "W32": -105.98824173817783, "S32": -110.21955600258639 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0619591923939753, "S11": 3.0619591923939753, "W12": -10.17891077636153, "S12": -10.17891077636153, "W13": -19.718498948170481, "S13": -20.262670732056275, "W21": -60.0, "S21": -70.023116376507986, "W22": -87.777141676224161, "S22": -91.675214470974979, "W31": -106.02519627533322, "S31": -106.02519627533322, "W32": -106.02519627533322, "S32": -110.58775774121703 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4505124704343983, "S11": 2.4505124704343983, "W12": -10.198609501738124, "S12": -10.198609501738124, "W13": -19.74640970002153, "S13": -20.48721417327021, "W21": -60.0, "S21": -68.782417106118615, "W22": -87.357045490005007, "S22": -94.426698981169451, "W31": -106.0621508124886, "S31": -106.0621508124886, "W32": -106.0621508124886, "S32": -110.95595947984769 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8096840566890378, "S11": 1.8096840566890378, "W12": -10.212651869951809, "S12": -10.212651869951809, "W13": -19.774320451872587, "S13": -20.711757614484153, "W21": -60.0, "S21": -67.541717835729244, "W22": -86.936949303785866, "S22": -96.314751337035915, "W31": -106.09910534964396, "S31": -106.09910534964396, "W32": -106.32416121847834, "S32": -111.32416121847834 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1688556429436767, "S11": 1.1688556429436767, "W12": -10.209258128011946, "S12": -10.209258128011946, "W13": -19.80223120372364, "S13": -20.936301055698092, "W21": -60.000000000000007, "S21": -67.460761041441032, "W22": -86.516853117566711, "S22": -96.367110656558381, "W31": -106.13605988679934, "S31": -106.13605988679934, "W32": -106.76077957651114, "S32": -111.76077957651114 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62327447833065786, "S11": 0.62327447833065786, "W12": -10.205864386072085, "S12": -10.205864386072085, "W13": -19.830141955574696, "S13": -21.160844496912038, "W21": -59.999999999999993, "S21": -67.669739866178062, "W22": -86.096756931347571, "S22": -96.419469976080876, "W31": -106.17301442395473, "S31": -106.17301442395473, "W32": -107.26378800935616, "S32": -112.26378800935616 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14968152866242035, "S11": 0.14968152866242035, "W12": -10.191300028534892, "S12": -10.191300028534892, "W13": -19.704656921098994, "S13": -21.231992151799222, "W21": -60.0, "S21": -67.878718690915122, "W22": -86.427494612305182, "S22": -97.222663162780123, "W31": -106.20996896111011, "S31": -106.20996896111011, "W32": -107.76679644220116, "S32": -112.76679644220116 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17203124746762616, "S11": -0.17203124746762616, "W12": -10.16963464769977, "S12": -10.16963464769977, "W13": -19.469191943240794, "S13": -21.193159863303908, "W21": -60.0, "S21": -68.087697515652181, "W22": -86.962048369526727, "S22": -98.229672425743303, "W31": -106.24692349826549, "S31": -106.24692349826549, "W32": -108.26980487504615, "S32": -113.26980487504615 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49374402359767267, "S11": -0.49374402359767267, "W12": -10.147969266864649, "S12": -10.147969266864649, "W13": -19.381972196206391, "S13": -21.302572805632394, "W21": -60.000000000000007, "S21": -68.29667634038924, "W22": -87.496602126748272, "S22": -99.236681688706469, "W31": -106.28387803542086, "S31": -106.28387803542086, "W32": -108.77281330789117, "S32": -113.77281330789117 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65249377144737464, "S11": -0.65249377144737464, "W12": -10.109424738318443, "S12": -10.109424738318443, "W13": -19.642361955931221, "S13": -21.759595254720111, "W21": -60.0, "S21": -68.505655165126299, "W22": -88.031155883969788, "S22": -101.44452574200774, "W31": -106.32083257257624, "S31": -106.32083257257624, "W32": -109.27582174073616, "S32": -114.27582174073616 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80801172064745597, "S11": -0.80801172064745597, "W12": -10.055319953634477, "S12": -10.055319953634477, "W13": -19.902751715656049, "S13": -22.216617703807824, "W21": -60.044986193748493, "S21": -68.759620183611844, "W22": -88.565709641191319, "S22": -104.16728262501753, "W31": -106.35778710973162, "S31": -106.35778710973162, "W32": -109.77883017358118, "S32": -114.77883017358118 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96352966984753763, "S11": -0.96352966984753763, "W12": -10.001215168950507, "S12": -10.001215168950507, "W13": -20.196844972641625, "S13": -22.707343650156286, "W21": -60.272298529821235, "S21": -69.195911344421631, "W22": -89.100263398412864, "S22": -106.89003950802734, "W31": -106.89003950802734, "S31": -106.89003950802734, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1190476190476191, "S11": -1.1190476190476191, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -20.353400233754474, "S13": -23.060531600632025, "W21": -60.49961086589397, "S21": -69.632202505231419, "W22": -89.610418927718683, "S22": -109.58839816312141, "W31": -109.58839816312141, "S31": -109.58839816312141, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2745655682477004, "S11": -1.2745655682477004, "W12": -10.019580502566232, "S12": -10.019580502566232, "W13": -20.229515895433575, "S13": -22.957253818939364, "W21": -60.726923201966713, "S21": -70.068493666041221, "W22": -89.929970406052647, "S22": -112.09615276724364, "W31": -112.09615276724364, "S31": -112.09615276724364, "W32": -112.09615276724364, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4300835174477822, "S11": -1.4300835174477822, "W12": -10.0, "S12": -10.0, "W13": -20.105631557112673, "S13": -22.776349713765956, "W21": -60.954235538039455, "S21": -70.504784826851022, "W22": -89.969729827294529, "S22": -114.32411531427377, "W31": -114.32411531427377, "S31": -114.32411531427377, "W32": -114.32411531427377, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5856014666478637, "S11": -1.5856014666478637, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.611367495319776, "W21": -61.181547874112191, "S21": -70.94107598766081, "W22": -90.0, "S22": -115.21182962185529, "W31": -115.21182962185529, "S31": -115.21182962185529, "W32": -115.21182962185529, "S32": -115.21182962185529 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7411194158479448, "S11": -1.7411194158479448, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.551776307196654, "W21": -61.408860210184926, "S21": -71.377367148470597, "W22": -90.0, "S22": -115.51231559513542, "W31": -115.51231559513542, "S31": -115.51231559513542, "W32": -115.51231559513542, "S32": -115.51231559513542 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8966373650480264, "S11": -1.8966373650480264, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.492185119073536, "W21": -61.636172546257669, "S21": -71.813658309280399, "W22": -90.0, "S22": -115.81280156841555, "W31": -115.81280156841555, "S31": -115.81280156841555, "W32": -115.81280156841555, "S32": -115.81280156841555 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0679012345679015, "S11": -2.0679012345679015, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.432492950738098, "W21": -61.863484882330418, "S21": -72.249949470090201, "W22": -90.0, "S22": -116.11328754169568, "W31": -116.11328754169568, "S31": -116.11328754169568, "W32": -116.11328754169568, "S32": -116.11328754169568 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2605686494575385, "S11": -2.2605686494575385, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.36407364405375, "W21": -62.040482059729953, "S21": -72.635925472226788, "W22": -90.0, "S22": -116.4137735149758, "W31": -116.4137735149758, "S31": -116.4137735149758, "W32": -116.4137735149758, "S32": -116.4137735149758 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.453236064347176, "S11": -2.453236064347176, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.295654337369374, "W21": -61.530618815241937, "S21": -72.33504105247583, "W22": -89.781580887845749, "S22": -116.49584037610168, "W31": -116.49584037610168, "S31": -116.49584037610168, "W32": -116.49584037610168, "S32": -116.49584037610168 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.227235030685023, "W21": -61.020755570753913, "S21": -72.034156632724859, "W22": -89.162276918035005, "S22": -116.17702237957107, "W31": -116.17702237957107, "S31": -116.17702237957107, "W32": -116.17702237957107, "S32": -116.17702237957107 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.158815724000668, "W21": -60.510892326265889, "S21": -71.733272212973887, "W22": -88.542972948224261, "S22": -115.85860731605317, "W31": -115.85860731605317, "S31": -115.85860731605317, "W32": -115.85860731605317, "S32": -115.85860731605317 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.090396417316299, "W21": -60.001029081777865, "S21": -71.432387793222915, "W22": -87.923668978413531, "S22": -115.54177755144499, "W31": -115.54177755144499, "S31": -115.54177755144499, "W32": -115.54177755144499, "S32": -115.54177755144499 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3430712297254495, "S11": -2.3430712297254495, "W12": -10.0, "S12": -10.0, "W13": -19.981834078103752, "S13": -22.039899318127841, "W21": -58.71193103774926, "S21": -70.352268573931369, "W22": -87.304365008602772, "S22": -115.22494778683679, "W31": -115.22494778683679, "S31": -115.22494778683679, "W32": -115.22494778683679, "S32": -115.22494778683679 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.144195298372515, "S11": -2.144195298372515, "W12": -10.0, "S12": -10.0, "W13": -19.934125596356022, "S13": -21.979970436428236, "W21": -57.421257045422259, "S21": -69.270573406341427, "W22": -86.685061038792057, "S22": -114.90811802222863, "W31": -114.90811802222863, "S31": -114.90811802222863, "W32": -114.90811802222863, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8871557737018871, "S11": -1.8871557737018871, "W12": -10.0, "S12": -10.0, "W13": -19.886417114608292, "S13": -21.92004155472863, "W21": -56.130583053095251, "S21": -68.188878238751471, "W22": -86.065757068981299, "S22": -114.59128825762043, "W31": -114.59128825762043, "S31": -114.59128825762043, "W32": -114.59128825762043, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6301162490312593, "S11": -1.6301162490312593, "W12": -10.0, "S12": -10.0, "W13": -19.838708632860563, "S13": -21.860112673029025, "W21": -54.83990906076825, "S21": -67.107183071161529, "W22": -85.446453099170569, "S22": -114.27445849301226, "W31": -114.27445849301226, "S31": -114.27445849301226, "W32": -114.27445849301226, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3730767243606317, "S11": -1.3730767243606317, "W12": -10.0, "S12": -10.0, "W13": -19.79100015111284, "S13": -21.800183791329427, "W21": -53.549235068441249, "S21": -66.025487903571573, "W22": -84.827149129359825, "S22": -113.95762872840407, "W31": -113.95762872840407, "S31": -113.95762872840407, "W32": -113.95762872840407, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1160371996900038, "S11": -1.1160371996900038, "W12": -10.0, "S12": -10.0, "W13": -19.747755934313954, "S13": -21.744719174578666, "W21": -52.258561076114241, "S21": -64.943792735981617, "W22": -84.20784515954908, "S22": -113.64079896379589, "W31": -113.64079896379589, "S31": -113.64079896379589, "W32": -113.64079896379589, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85899767501937607, "S11": -0.85899767501937607, "W12": -10.0, "S12": -10.335453758243013, "W13": -19.710577943808858, "S13": -21.695320784121698, "W21": -50.96788708378724, "S21": -63.862097568391675, "W22": -83.588541189738351, "S22": -113.32396919918772, "W31": -113.32396919918772, "S31": -113.32396919918772, "W32": -113.32396919918772, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60195815034874833, "S11": -0.60195815034874833, "W12": -10.0, "S12": -11.027724119555806, "W13": -19.673399953303761, "S13": -21.645922393664726, "W21": -49.40488527017024, "S21": -62.508074579511735, "W22": -82.896830423876963, "S22": -112.28553661403303, "W31": -112.28553661403303, "S31": -112.28553661403303, "W32": -112.28553661403303, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34491862567812048, "S11": -0.34491862567812048, "W12": -10.0, "S12": -11.719994480868598, "W13": -19.636993034958508, "S13": -21.597295075367597, "W21": -47.273572033499576, "S21": -60.585740167578123, "W22": -82.143074311484966, "S22": -106.65342151982814, "W31": -106.65342151982814, "S31": -106.65342151982814, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087879101007492744, "S11": -0.087879101007492744, "W12": -10.0, "S12": -12.41226484218139, "W13": -19.646858944227684, "S13": -21.594940584684899, "W21": -45.162204761456664, "S21": -58.68335172027227, "W22": -81.389318199092955, "S22": -101.02130642562324, "W31": -106.05654356908128, "S31": -106.05654356908128, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15296093100581876, "S11": -0.15296093100581876, "W12": -10.0, "S12": -12.979020838899279, "W13": -19.660054416001245, "S13": -21.595915656506584, "W21": -43.050837489413759, "S21": -56.780963272966417, "W22": -80.635562086700943, "S22": -95.389191331418331, "W31": -105.67567477910509, "S31": -105.67567477910509, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29759933499584368, "S11": -0.29759933499584368, "W12": -10.0, "S12": -13.191751269035533, "W13": -19.673249887774809, "S13": -21.596890728328273, "W21": -40.939470217370847, "S21": -54.878574825660564, "W22": -79.91820453250341, "S22": -92.569807265031002, "W31": -105.2948059891289, "S31": -105.2948059891289, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4422377389858686, "S11": -0.4422377389858686, "W12": -10.0, "S12": -13.404481699171788, "W13": -19.686445359548369, "S13": -21.597865800149957, "W21": -39.772012686556913, "S21": -53.920096119583683, "W22": -79.396572129925929, "S22": -90.979686510728172, "W31": -104.9139371991527, "S31": -104.9139371991527, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.617212129308042, "W13": -19.699640831321933, "S13": -21.598840871971646, "W21": -39.361255657920637, "S21": -53.718317915684459, "W22": -78.874939727348433, "S22": -89.122688673057183, "W31": -104.53306840917652, "S31": -104.53306840917652, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.829942559444296, "W13": -19.712836303095493, "S13": -21.522652940948547, "W21": -38.95049862928434, "S21": -53.516539711785214, "W22": -78.353307324770967, "S22": -86.114448618794754, "W31": -104.1521996192003, "S31": -104.1521996192003, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.04267298958055, "W13": -19.726031774869057, "S13": -20.977030219812761, "W21": -38.539741600648057, "S21": -53.31476150788599, "W22": -77.831674922193486, "S22": -83.106208564532295, "W31": -103.77133082922414, "S31": -103.77133082922414, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.255403419716806, "W13": -19.739227246642614, "S13": -20.240466355077, "W21": -38.128984572011774, "S21": -53.095278404192193, "W22": -77.310042519616005, "S22": -80.097968510269851, "W31": -103.39046203924794, "S31": -103.39046203924794, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.468133849853061, "W13": -19.752422718416177, "S13": -19.752422718416177, "W21": -37.718227543375484, "S21": -52.870204279510631, "W22": -76.788410117038524, "S22": -77.089728456007407, "W31": -103.00959324927175, "S31": -103.00959324927175, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45421407616017706, "S11": -0.45421407616017706, "W12": -10.0, "S12": -14.680864279989315, "W13": -19.765618190189741, "S13": -20.019054436433802, "W21": -37.307470514739201, "S21": -52.645130154829083, "W22": -76.266777714461043, "S22": -80.259766260104911, "W31": -102.62872445929555, "S31": -102.62872445929555, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35956996738870384, "S11": -0.35956996738870384, "W12": -10.0, "S12": -14.893594710125569, "W13": -19.778813661963301, "S13": -20.565299551992133, "W21": -36.896713486102911, "S21": -52.420056030147521, "W22": -75.745405918384947, "S22": -79.567394993213696, "W31": -102.25, "S31": -102.25, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2649258586172305, "S11": -0.2649258586172305, "W12": -10.0, "S12": -15.106325140261823, "W13": -19.792009133736862, "S13": -21.111544667550465, "W21": -36.485956457466628, "S21": -52.194981905465973, "W22": -75.227762919506517, "S22": -78.828647338131333, "W31": -101.875, "S31": -101.875, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17028174984575728, "S11": -0.17028174984575728, "W12": -10.0, "S12": -15.319055570398078, "W13": -19.805204605510426, "S13": -21.657789783108804, "W21": -36.075199428830338, "S21": -51.969907780784418, "W22": -74.710119920628074, "S22": -78.089899683048955, "W31": -101.5, "S31": -101.5, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075637641074283835, "S11": -0.075637641074283835, "W12": -10.0, "S12": -15.531786000534332, "W13": -19.818400077283986, "S13": -21.890783744447511, "W21": -35.664442400194055, "S21": -51.74483365610287, "W22": -74.19247692174963, "S22": -77.351152027966577, "W31": -101.125, "S31": -101.125, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.009574193089458144, "S11": 0.009574193089458144, "W12": -10.0, "S12": -15.744516430670586, "W13": -19.83159554905755, "S13": -21.670606352752326, "W21": -35.253685371557765, "S21": -51.5197595314213, "W22": -73.674833922871187, "S22": -76.6124043728842, "W31": -100.75, "S31": -100.75, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089250634966303477, "S11": 0.089250634966303477, "W12": -10.0, "S12": -15.957246860806841, "W13": -19.84479102083111, "S13": -21.574618686950018, "W21": -34.842928342921475, "S21": -52.703433362978515, "W22": -73.157190923992758, "S22": -75.873656717801822, "W31": -100.375, "S31": -100.375, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16892707684314881, "S11": 0.16892707684314881, "W12": -10.0, "S12": -16.169977290943095, "W13": -19.85798649260467, "S13": -21.864854566594474, "W21": -34.43229497172841, "S21": -54.43229497172841, "W22": -72.551330775935156, "S22": -75.046691913540286, "W31": -100.0, "S31": -100.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2486035187199942, "S11": 0.2486035187199942, "W12": -10.0, "S12": -16.382707721079349, "W13": -19.871181964378234, "S13": -22.155090446238933, "W21": -34.036871466050407, "S21": -54.036871466050407, "W22": -71.902099477650438, "S22": -74.176355959051634, "W31": -99.317871759890863, "S31": -99.317871759890863, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32827996059683962, "S11": 0.32827996059683962, "W12": -10.0, "S12": -16.595438151215603, "W13": -19.884377436151794, "S13": -22.272443212771673, "W21": -33.64144796037241, "S21": -53.64144796037241, "W22": -71.252868179365706, "S22": -73.306020004562967, "W31": -98.635743519781727, "S31": -98.635743519781727, "W32": -109.42317160229427, "S32": -114.42317160229427 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40795640247368492, "S11": 0.40795640247368492, "W12": -10.0, "S12": -16.808168581351858, "W13": -19.897572907925355, "S13": -21.776846760090812, "W21": -33.246024454694414, "S21": -53.246024454694414, "W22": -70.603636881080973, "S22": -71.002783360307788, "W31": -97.953615279672576, "S31": -97.953615279672576, "W32": -108.02310267582403, "S32": -113.02310267582403 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48763284435053028, "S11": 0.48763284435053028, "W12": -10.0, "S12": -17.020899011488112, "W13": -19.910768379698922, "S13": -21.281250307409806, "W21": -32.850600949016417, "S21": -52.850600949016417, "W22": -69.943278209686213, "S22": -71.557727159188602, "W31": -97.271487039563439, "S31": -97.271487039563439, "W32": -106.62303374935381, "S32": -111.62303374935381 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57205441917861266, "S11": 0.57205441917861266, "W12": -10.0, "S12": -17.233629441624366, "W13": -19.923963851472482, "S13": -20.785653854728498, "W21": -32.460434867557986, "S21": -52.460434867557993, "W22": -69.135601221473138, "S22": -72.721235606639567, "W31": -96.589358799454288, "S31": -96.589358799454288, "W32": -106.00379633035911, "S32": -111.00379633035911 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65734784692736248, "S11": 0.65734784692736248, "W12": -10.0, "S12": -17.44635987176062, "W13": -19.937159323246039, "S13": -20.290057402047982, "W21": -32.075649250963956, "S21": -52.075649250963956, "W22": -68.327924233260063, "S22": -73.884744054090518, "W31": -95.907230559345152, "S31": -95.907230559345152, "W32": -105.44653682810504, "S32": -110.44653682810504 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7426412746761123, "S11": 0.7426412746761123, "W12": -10.0, "S12": -17.659090301896875, "W13": -19.950354795019607, "S13": -19.950354795019607, "W21": -31.663441900462217, "S21": -51.156031264019319, "W22": -67.520247245046988, "S22": -75.048252501541484, "W31": -95.225102319236015, "S31": -95.225102319236015, "W32": -104.88927732585095, "S32": -109.88927732585095 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82793470242486211, "S11": 0.82793470242486211, "W12": -10.0, "S12": -17.871820732033129, "W13": -19.963550266793167, "S13": -19.963550266793167, "W21": -31.189498988596057, "S21": -49.518870805234428, "W22": -66.712570256833899, "S22": -76.211760948992421, "W31": -94.542974079126878, "S31": -94.542974079126878, "W32": -104.3320178235969, "S32": -109.3320178235969 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91322813017361193, "S11": 0.91322813017361193, "W12": -10.0, "S12": -18.084551162169383, "W13": -19.976745738566731, "S13": -19.976745738566731, "W21": -30.715556076729893, "S21": -47.881710346449523, "W22": -65.904893268620825, "S22": -74.07751126402475, "W31": -93.860845839017742, "S31": -93.860845839017742, "W32": -103.77475832134282, "S32": -108.77475832134282 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99852155792236175, "S11": 0.99852155792236175, "W12": -10.0, "S12": -18.297281592305637, "W13": -19.989941210340291, "S13": -19.989941210340291, "W21": -30.241613164863729, "S21": -46.244549887664633, "W22": -65.09721628040775, "S22": -70.448845530304624, "W31": -93.178717598908591, "S31": -93.178717598908591, "W32": -103.29016710872268, "S32": -108.29016710872268 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0838149856711117, "S11": 1.0838149856711117, "W12": -9.9848740832024809, "S12": -18.494886105644373, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -44.60431765021665, "W22": -64.232595297877197, "S22": -66.763235802267033, "W31": -92.496589358799454, "S31": -92.496589358799454, "W32": -102.9398585677385, "S32": -107.9398585677385 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1691084134198615, "S11": 1.1691084134198615, "W12": -9.1470851304883638, "S12": -17.86982758306651, "W13": -20.0, "S13": -20.0, "W21": -30.000000000000004, "S21": -42.531768856167801, "W22": -63.23967130792056, "S22": -63.53724587140993, "W31": -91.817427992025856, "S31": -91.817427992025856, "W32": -102.58955002675434, "S32": -107.58955002675434 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2544018411686113, "S11": 1.2544018411686113, "W12": -8.3092961777742449, "S12": -17.244769060488647, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -40.459220062118945, "W22": -62.246747317963944, "S22": -65.43552070987613, "W31": -91.188002680965141, "S31": -91.188002680965141, "W32": -102.23924148577015, "S32": -107.23924148577015 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3396952689173611, "S11": 1.3396952689173611, "W12": -7.471507225060126, "S12": -16.619710537910784, "W13": -20.306885348573218, "S13": -21.355502112404018, "W21": -30.0, "S21": -38.386671268070096, "W22": -61.2538233280073, "S22": -67.333795548342323, "W31": -90.558577369904455, "S31": -90.558577369904455, "W32": -101.88893294478598, "S32": -106.88893294478598 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3431440458266382, "S11": 1.3431440458266382, "W12": -6.633718272346008, "S12": -15.994652015332917, "W13": -22.209079957203397, "S13": -22.209079957203397, "W21": -30.0, "S21": -36.314122474021246, "W22": -60.260899338050677, "S22": -69.232070386808516, "W31": -89.930291642183491, "S31": -89.930291642183491, "W32": -101.53862440380182, "S32": -106.53862440380182 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3311164373934008, "S11": 1.3311164373934008, "W12": -5.8309650852569312, "S12": -15.392114501220592, "W13": -22.021634190107918, "S13": -22.021634190107918, "W21": -29.999999999999996, "S21": -34.24157367997239, "W22": -59.821322116054262, "S22": -71.68369199323493, "W31": -89.31099058577847, "S31": -89.31099058577847, "W32": -101.18831586281763, "S32": -106.18831586281763 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3190888289601632, "S11": 1.3190888289601632, "W12": -5.0842419672891781, "S12": -14.784505594803779, "W13": -21.93165671153087, "S13": -21.93165671153087, "W21": -30.0, "S21": -32.169024885923541, "W22": -59.57896203025323, "S22": -74.332530735856722, "W31": -88.691689529373463, "S31": -88.691689529373463, "W32": -100.83800732183346, "S32": -105.83800732183346 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3070612205269259, "S11": 1.3070612205269259, "W12": -5.0, "S12": -14.839377839065541, "W13": -21.875497073717334, "S13": -21.875497073717334, "W21": -30.0, "S21": -30.096476091874688, "W22": -59.336601944452184, "S22": -76.981369478478499, "W31": -88.072388472968456, "S31": -88.072388472968456, "W32": -100.48769878084929, "S32": -105.48769878084929 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3001947749709051, "S11": 1.3001947749709051, "W12": -5.0, "S12": -14.978492050616483, "W13": -21.819337435903797, "S13": -21.819337435903797, "W21": -30.0, "S21": -30.620883002207506, "W22": -59.094241858651138, "S22": -78.513138439948222, "W31": -87.453087416563449, "S31": -87.453087416563449, "W32": -100.13739023986511, "S32": -105.13739023986511 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2935388793167637, "S11": 1.2935388793167637, "W12": -5.0, "S12": -14.345413583396164, "W13": -21.763177798090265, "S13": -21.763177798090265, "W21": -30.000000000000004, "S21": -31.286445916114793, "W22": -58.851881772850106, "S22": -75.568870989446552, "W31": -86.833786360158442, "S31": -86.833786360158442, "W32": -99.931937462698514, "S32": -104.93193746269851 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2868829836626221, "S11": 1.2868829836626221, "W12": -5.0, "S12": -13.539771858329061, "W13": -21.707018160276725, "S13": -21.707018160276725, "W21": -30.0, "S21": -31.952008830022073, "W22": -58.609521687049053, "S22": -71.570172976058558, "W31": -86.214485303753435, "S31": -86.214485303753435, "W32": -99.821289113870776, "S32": -104.82128911387078 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2802270880084805, "S11": 1.2802270880084805, "W12": -5.0, "S12": -12.731245333261365, "W13": -21.650858522463192, "S13": -21.650858522463192, "W21": -29.999999999999996, "S21": -32.617571743929354, "W22": -58.367161601248014, "S22": -67.571474962670564, "W31": -85.595184247348413, "S31": -85.595184247348413, "W32": -99.705500725202356, "S32": -104.70550072520236 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 502950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2735711923543389, "S11": 1.2735711923543389, "W12": -5.0, "S12": -11.922718808193668, "W13": -21.594698884649656, "S13": -21.594698884649656, "W21": -30.0, "S21": -33.283134657836648, "W22": -58.124801515446975, "S22": -63.572776949282584, "W31": -84.975883190943406, "S31": -84.975883190943406, "W32": -99.586187225252715, "S32": -104.58618722525271 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2669152967001975, "S11": 1.2669152967001975, "W12": -5.0000000000000009, "S12": -11.114192283125973, "W13": -21.538539246836116, "S13": -21.538539246836116, "W21": -30.000000000000004, "S21": -32.930039311413346, "W22": -57.88244142964593, "S22": -62.667533681750946, "W31": -84.356582134538385, "S31": -84.356582134538385, "W32": -99.466873725303046, "S32": -104.46687372530305 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2602594010460559, "S11": 1.2602594010460559, "W12": -5.0, "S12": -10.305665758058277, "W13": -21.482379609022583, "S13": -21.482379609022583, "W21": -34.34480241292529, "S21": -36.996669779119841, "W22": -57.640081343844884, "S22": -64.131617223224154, "W31": -83.737281078133392, "S31": -83.737281078133392, "W32": -99.347560225353376, "S32": -104.34756022535338 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2536035053919143, "S11": 1.2536035053919143, "W12": -5.0, "S12": -9.4971392329905804, "W13": -21.426219971209047, "S13": -21.426219971209047, "W21": -38.943567522954709, "S21": -41.317262943930473, "W22": -57.401686209515645, "S22": -65.59966571616917, "W31": -83.097789738952713, "S31": -83.097789738952713, "W32": -99.228246725403707, "S32": -104.22824672540371 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2469476097377727, "S11": 1.2469476097377727, "W12": -5.0, "S12": -8.6886127079228856, "W13": -21.370060333395511, "S13": -21.370060333395511, "W21": -40.0, "S21": -42.095523475756977, "W22": -57.166210076775243, "S22": -67.070633210703022, "W31": -82.439687321095136, "S31": -82.439687321095136, "W32": -99.108933225454052, "S32": -104.10893322545405 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2402917140836314, "S11": 1.2402917140836314, "W12": -5.1138500143730523, "S12": -7.9939361972282414, "W13": -21.313900695581978, "S13": -21.313900695581978, "W21": -40.0, "S21": -41.817351530538183, "W22": -56.930733944034841, "S22": -66.930733944034841, "W31": -81.78158490323753, "S31": -81.78158490323753, "W32": -98.989619725504383, "S32": -103.98961972550438 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2336358184294898, "S11": 1.2336358184294898, "W12": -5.2934662826516137, "S12": -7.3650259404391072, "W13": -21.257741057768442, "S13": -21.257741057768442, "W21": -40.0, "S21": -41.539179585319395, "W22": -56.695257811294439, "S22": -66.695257811294439, "W31": -81.123482485379952, "S31": -81.123482485379952, "W32": -98.870306225554728, "S32": -103.87030622555473 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2269799227753482, "S11": 1.2269799227753482, "W12": -5.4730825509301742, "S12": -6.736115683649972, "W13": -21.201581419954902, "S13": -21.201581419954902, "W21": -40.0, "S21": -41.261007640100601, "W22": -56.459781678554037, "S22": -66.459781678554037, "W31": -80.465380067522389, "S31": -80.465380067522389, "W32": -98.750992725605045, "S32": -103.75099272560504 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2203240271212066, "S11": 1.2203240271212066, "W12": -5.6526988192087346, "S12": -6.1072054268608369, "W13": -21.145421782141369, "S13": -21.145421782141369, "W21": -40.0, "S21": -40.982835694881814, "W22": -56.224305545813635, "S22": -66.224305545813635, "W31": -80.0, "S31": -80.0, "W32": -98.631679225655375, "S32": -103.63167922565538 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2136681314670652, "S11": 1.2136681314670652, "W12": -5.832315087487296, "S12": -5.832315087487296, "W13": -21.089262144327829, "S13": -21.089262144327829, "W21": -40.0, "S21": -40.704663749663027, "W22": -55.988829413073233, "S22": -65.988829413073233, "W31": -80.0, "S31": -80.0, "W32": -98.512365725705706, "S32": -103.51236572570571 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2070122358129236, "S11": 1.2070122358129236, "W12": -6.0119313557658565, "S12": -6.0119313557658565, "W13": -21.033102506514297, "S13": -21.033102506514297, "W21": -40.0, "S21": -40.394755032161086, "W22": -55.753353280332838, "S22": -65.753353280332846, "W31": -80.0, "S31": -80.0, "W32": -98.393052225756065, "S32": -103.39305222575607 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.200356340158782, "S11": 1.200356340158782, "W12": -6.0327092166056362, "S12": -6.0327092166056362, "W13": -20.97694286870076, "S13": -20.97694286870076, "W21": -40.0, "S21": -40.077464878876128, "W22": -55.517877147592429, "S22": -65.517877147592429, "W31": -80.0, "S31": -80.0, "W32": -98.328544241784741, "S32": -103.32854424178474 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1937004445046404, "S11": 1.1937004445046404, "W12": -6.0096841880595253, "S12": -6.0096841880595253, "W13": -20.920783230887224, "S13": -20.920783230887224, "W21": -40.0, "S21": -40.0, "W22": -55.282401014852034, "S22": -65.282401014852041, "W31": -80.0, "S31": -80.0, "W32": -98.559951575218577, "S32": -103.55995157521858 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.187044548850499, "S11": 1.187044548850499, "W12": -5.9866591595134144, "S12": -5.9866591595134144, "W13": -20.864623593073691, "S13": -20.864623593073691, "W21": -40.0, "S21": -40.0, "W22": -55.046924882111632, "S22": -65.046924882111625, "W31": -80.0, "S31": -80.0, "W32": -98.791358908652398, "S32": -103.7913589086524 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1803886531963574, "S11": 1.1803886531963574, "W12": -5.9636341309673035, "S12": -5.9636341309673035, "W13": -20.808463955260155, "S13": -20.808463955260155, "W21": -40.0, "S21": -40.0, "W22": -54.811448749371237, "S22": -64.811448749371237, "W31": -80.0, "S31": -80.0, "W32": -99.022766242086234, "S32": -104.02276624208623 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1233199497942805, "S11": 1.1233199497942805, "W12": -5.9406091024211927, "S12": -5.9406091024211927, "W13": -20.752304317446615, "S13": -20.752304317446615, "W21": -40.0, "S21": -40.0, "W22": -54.575972616630828, "S22": -64.575972616630821, "W31": -79.408289265056311, "S31": -79.408289265056311, "W32": -99.254173575520056, "S32": -104.25417357552006 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0461642826848863, "S11": 1.0461642826848863, "W12": -5.9175840738750809, "S12": -5.9175840738750809, "W13": -20.696144679633083, "S13": -20.696144679633083, "W21": -40.0, "S21": -40.0, "W22": -54.340496483890419, "S22": -64.340496483890419, "W31": -79.236409797359471, "S31": -79.236409797359471, "W32": -99.970582258392284, "S32": -104.97058225839228 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.969008615575492, "S11": 0.969008615575492, "W12": -5.89455904532897, "S12": -5.89455904532897, "W13": -20.639985041819543, "S13": -20.639985041819543, "W21": -40.0, "S21": -40.0, "W22": -54.105020351150031, "S22": -64.105020351150031, "W31": -80.771131320480094, "S31": -80.771131320480094, "W32": -99.887973402717563, "S32": -104.88797340271756 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89185294846609797, "S11": 0.89185294846609797, "W12": -5.8715340167828591, "S12": -5.8715340167828591, "W13": -20.583825404006014, "S13": -20.583825404006014, "W21": -40.0, "S21": -40.0, "W22": -53.869544218409622, "S22": -63.869544218409622, "W31": -83.107981084030484, "S31": -83.107981084030484, "W32": -98.044251950092857, "S32": -103.04425195009286 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81469728135670394, "S11": 0.81469728135670394, "W12": -5.8485089882367483, "S12": -5.8485089882367483, "W13": -20.527665766192474, "S13": -20.527665766192474, "W21": -40.0, "S21": -40.0, "W22": -53.634068085669227, "S22": -63.634068085669227, "W31": -85.444830847580874, "S31": -85.444830847580874, "W32": -97.11712520017511, "S32": -102.11712520017511 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 503950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73754161424730946, "S11": 0.73754161424730946, "W12": -5.8254839596906374, "S12": -5.8254839596906374, "W13": -20.471506128378937, "S13": -20.471506128378937, "W21": -40.0, "S21": -40.0, "W22": -53.398591952928825, "S22": -63.398591952928825, "W31": -88.031681039488475, "S31": -88.031681039488475, "W32": -96.189998450257349, "S32": -101.18999845025735 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66038594713791543, "S11": 0.66038594713791543, "W12": -5.8024589311445256, "S12": -5.8024589311445256, "W13": -20.415346490565405, "S13": -20.415346490565405, "W21": -40.0, "S21": -40.0, "W22": -53.163115820188423, "S22": -63.163115820188423, "W31": -90.79564269574189, "S31": -90.79564269574189, "W32": -95.262871700339588, "S32": -100.26287170033959 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58323028002852118, "S11": 0.58323028002852118, "W12": -5.7794339025984147, "S12": -5.7794339025984147, "W13": -20.359186852751868, "S13": -20.359186852751868, "W21": -40.0, "S21": -40.0, "W22": -52.927639687448014, "S22": -62.927639687448014, "W31": -90.996123800375699, "S31": -90.996123800375699, "W32": -94.796005193624097, "S32": -99.796005193624097 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50607461291912714, "S11": 0.50607461291912714, "W12": -5.7564088740523038, "S12": -5.7564088740523038, "W13": -20.303027214938329, "S13": -20.303027214938329, "W21": -40.0, "S21": -40.0, "W22": -52.692163554707619, "S22": -62.692163554707619, "W31": -88.622376552392424, "S31": -88.622376552392424, "W32": -94.79878615008522, "S32": -99.79878615008522 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42891894580973294, "S11": 0.42891894580973294, "W12": -5.7333838455061921, "S12": -5.7333838455061921, "W13": -20.246867577124796, "S13": -20.246867577124796, "W21": -40.0, "S21": -40.0, "W22": -52.456687421967217, "S22": -62.456687421967217, "W31": -86.24862930440915, "S31": -86.24862930440915, "W32": -94.801567106546344, "S32": -99.801567106546344 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35176327870033897, "S11": 0.35176327870033897, "W12": -5.7103588169600812, "S12": -5.7103588169600812, "W13": -20.19070793931126, "S13": -20.19070793931126, "W21": -40.0, "S21": -40.0, "W22": -52.221211289226815, "S22": -62.221211289226815, "W31": -80.0, "S31": -80.0, "W32": -94.804348063007453, "S32": -99.804348063007453 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27460761159094466, "S11": 0.27460761159094466, "W12": -5.6873337884139703, "S12": -5.6873337884139703, "W13": -20.134548301497723, "S13": -20.134548301497723, "W21": -40.0, "S21": -40.0, "W22": -51.985735156486413, "S22": -61.985735156486413, "W31": -80.0, "S31": -80.007026676419116, "W32": -94.807129019468576, "S32": -99.807129019468576 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19745194448155035, "S11": 0.19745194448155035, "W12": -5.6643087598678594, "S12": -5.6643087598678594, "W13": -20.078388663684187, "S13": -20.078388663684187, "W21": -40.0, "S21": -40.0, "W22": -51.750259023746018, "S22": -61.750259023746018, "W31": -80.0, "S31": -80.016064853150965, "W32": -94.809909975929699, "S32": -99.809909975929699 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1202962773721562, "S11": 0.1202962773721562, "W12": -5.6412837313217485, "S12": -5.6945874143819619, "W13": -20.022229025870651, "S13": -20.022229025870651, "W21": -40.0, "S21": -40.0, "W22": -51.514782891005616, "S22": -61.514782891005616, "W31": -80.0, "S31": -80.024597401679017, "W32": -94.812690932390822, "S32": -99.812690932390822 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043140610262762169, "S11": 0.043140610262762169, "W12": -5.6182587027756377, "S12": -5.9593163776470313, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.279306758265207, "S22": -61.279306758265207, "W31": -80.0, "S31": -80.03296350902211, "W32": -94.815471888851931, "S32": -99.815471888851931 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12265049302692256, "S11": 0.12265049302692256, "W12": -5.5952336742295268, "S12": -6.1602282915601156, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -51.043830625524812, "S22": -61.30910606986118, "W31": -80.0, "S31": -80.041329616365203, "W32": -94.818252845313054, "S32": -99.818252845313054 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4518311350968927, "S11": 1.4518311350968927, "W12": -5.572208645683415, "S12": -6.1690708082846637, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.808354492784417, "S22": -61.604180825793527, "W31": -80.0, "S31": -80.049695723708297, "W32": -94.821033801774178, "S32": -99.821033801774178 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5491836171373041, "S12": -6.1779133250092126, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.572878360044008, "S22": -61.899255581725853, "W31": -80.0, "S31": -80.05806183105139, "W32": -94.823814758235301, "S32": -99.823814758235301 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5261585885911932, "S12": -6.1867558417337616, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.337402227303606, "S22": -62.194330337658194, "W31": -80.0, "S31": -80.066427938394483, "W32": -94.82659571469641, "S32": -99.82659571469641 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5031335600450815, "S12": -6.1955983584583096, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -50.101926094563211, "S22": -62.489405093590534, "W31": -80.0, "S31": -80.074794045737576, "W32": -94.829376671157533, "S32": -99.829376671157533 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4801085314989697, "S12": -6.2044408751828577, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.745622136586931, "S22": -62.663652024286989, "W31": -80.0, "S31": -80.083160153080669, "W32": -94.832157627618656, "S32": -99.832157627618656 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4570835029528588, "S12": -6.2132833919074066, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.667405889679003, "S22": -63.115986666051803, "W31": -80.0, "S31": -80.037927543137442, "W32": -94.834938584079779, "S32": -99.834938584079779 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4340584744067479, "S12": -6.2221259086319556, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.679053339225689, "S22": -63.658185004271232, "W31": -80.0, "S31": -80.0, "W32": -94.837719540540903, "S32": -99.837719540540903 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4110334458606371, "S12": -6.2309684253565045, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.690700788772382, "S22": -64.085019144790877, "W31": -80.0, "S31": -80.0, "W32": -94.840500497002012, "S32": -99.840500497002012 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3880084173145271, "S12": -6.2398109420810552, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.702348238319068, "S22": -64.722381460078481, "W31": -80.0, "S31": -80.0, "W32": -94.843281453463149, "S32": -99.843281453463149 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 504950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3649833887684153, "S12": -6.2486534588056033, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.713995687865761, "S22": -66.041647832860775, "W31": -80.0, "S31": -80.0, "W32": -94.846062409924258, "S32": -99.846062409924258 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3419583602223035, "S12": -6.2574959755301514, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.725643137412447, "S22": -66.971985006384841, "W31": -80.0, "S31": -80.0, "W32": -94.848843366385381, "S32": -99.848843366385381 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3189333316761935, "S12": -6.2663384922547012, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -49.737290586959148, "S22": -67.902322179908936, "W31": -80.0, "S31": -80.0, "W32": -94.85162432284649, "S32": -99.85162432284649 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2959083031300827, "S12": -6.2751810089792501, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -49.748938036505827, "S22": -68.832659353433002, "W31": -80.0, "S31": -80.0, "W32": -94.854405279307628, "S32": -99.854405279307628 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2728832745839709, "S12": -6.2728832745839709, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -49.76058548605252, "S22": -69.763641914036754, "W31": -80.0, "S31": -80.0, "W32": -94.857186235768737, "S32": -99.857186235768737 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.24985824603786, "S12": -6.3339426135176886, "W13": -25.0, "S13": -25.0, "W21": -39.961430838021059, "S21": -39.961430838021059, "W22": -49.772232935599213, "S22": -70.939893819644652, "W31": -80.0, "S31": -80.0, "W32": -94.85996719222986, "S32": -99.85996719222986 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2268332174917482, "S12": -6.4996591505828629, "W13": -25.0, "S13": -25.0, "W21": -39.869599499975962, "S21": -39.869599499975962, "W22": -49.783880385145906, "S22": -72.116145725252565, "W31": -80.0, "S31": -80.0, "W32": -94.862748148690983, "S32": -99.862748148690983 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2038081889456382, "S12": -6.7171492209762711, "W13": -25.0, "S13": -25.0, "W21": -39.777768161930865, "S21": -39.777768161930865, "W22": -49.795527834692592, "S22": -73.153478028246326, "W31": -80.0, "S31": -80.0, "W32": -94.865529105152092, "S32": -99.865529105152092 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1807831603995265, "S12": -7.0162538952199238, "W13": -25.0, "S13": -25.0, "W21": -39.685936823885768, "S21": -39.685936823885768, "W22": -49.807175284239285, "S22": -74.05526562311357, "W31": -80.0, "S31": -80.0, "W32": -94.868310061613215, "S32": -99.868310061613215 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1577581318534147, "S12": -7.3153585694635774, "W13": -25.0, "S13": -25.0, "W21": -39.594105485840672, "S21": -39.594105485840672, "W22": -49.818822733785971, "S22": -73.926764755027037, "W31": -80.0, "S31": -80.0, "W32": -94.871091018074338, "S32": -99.871091018074338 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1347331033073047, "S12": -7.6144632437072319, "W13": -25.0, "S13": -25.0, "W21": -39.502274147795575, "S21": -39.502274147795575, "W22": -49.830470183332665, "S22": -68.193972955358589, "W31": -80.0, "S31": -80.0, "W32": -94.873871974535462, "S32": -99.873871974535462 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1117080747611929, "S12": -7.9135679179508855, "W13": -25.0, "S13": -25.0, "W21": -39.410442809750471, "S21": -39.410442809750471, "W22": -49.842117632879351, "S22": -63.761338929180617, "W31": -80.0, "S31": -80.0, "W32": -94.876652930996585, "S32": -99.876652930996585 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0886830462150821, "S12": -7.8721991410152237, "W13": -25.0, "S13": -25.0, "W21": -39.318611471705381, "S21": -39.318611471705381, "W22": -49.853765082426044, "S22": -59.668050260118804, "W31": -80.0, "S31": -80.0, "W32": -94.879433887457694, "S32": -99.879433887457694 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0656580176689712, "S12": -7.28674043719497, "W13": -25.0, "S13": -25.0, "W21": -39.217239010357972, "S21": -39.217239010357972, "W22": -49.86541253197273, "S22": -55.574761591056983, "W31": -80.0, "S31": -80.0, "W32": -94.882214843918817, "S32": -99.882214843918817 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0426329891228594, "S12": -6.7012817333747163, "W13": -25.0, "S13": -25.0, "W21": -39.094950737454447, "S21": -39.094950737454447, "W22": -49.877059981519423, "S22": -51.48147292199517, "W31": -80.0, "S31": -80.0, "W32": -94.88499580037994, "S32": -99.88499580037994 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0196079605767494, "S12": -6.1158230295544644, "W13": -25.0, "S13": -25.0, "W21": -38.972662464550922, "S21": -38.972662464550922, "W22": -49.888707431066109, "S22": -51.982254387055576, "W31": -80.0, "S31": -80.0, "W32": -94.887776756841063, "S32": -99.887776756841063 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1010652149650912, "S12": -5.6029628477797075, "W13": -25.0, "S13": -25.0, "W21": -38.85037419164739, "S21": -38.85037419164739, "W22": -49.900354880612802, "S22": -55.430733212851067, "W31": -80.0, "S31": -80.0, "W32": -94.890557713302186, "S32": -99.890557713302186 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7820670213249672, "S12": -5.7820670213249672, "W13": -25.0, "S13": -25.0, "W21": -39.121337714436784, "S21": -39.121337714436784, "W22": -49.912002330159496, "S22": -58.879212038646557, "W31": -80.0, "S31": -80.0, "W32": -94.893338669763295, "S32": -99.893338669763295 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5482561377179502, "S12": -6.5482561377179502, "W13": -25.0, "S13": -25.0, "W21": -39.416430418098599, "S21": -39.416430418098599, "W22": -49.923649779706182, "S22": -62.327690864442047, "W31": -80.0, "S31": -80.0, "W32": -94.896119626224419, "S32": -99.896119626224419 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3292705145585426, "S12": -7.3292705145585426, "W13": -25.0, "S13": -25.0, "W21": -39.711523121760422, "S21": -39.711523121760422, "W22": -49.935297229252875, "S22": -65.776169690237538, "W31": -80.0, "S31": -80.0, "W32": -94.898900582685528, "S32": -99.898900582685528 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 505950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1102848913991377, "S12": -8.1102848913991377, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -49.946944678799568, "S22": -66.102888462324188, "W31": -80.0, "S31": -80.0, "W32": -94.901681539146665, "S32": -99.901681539146665 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8912992682397309, "S12": -8.8912992682397309, "W13": -25.0, "S13": -25.0, "W21": -39.498888139697883, "S21": -39.498888139697883, "W22": -49.958592128346254, "S22": -65.501247352980272, "W31": -80.0, "S31": -80.0, "W32": -94.904462495607774, "S32": -99.904462495607774 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.672313645080326, "S12": -9.672313645080326, "W13": -25.0, "S13": -25.0, "W21": -38.936631409494247, "S21": -38.936631409494247, "W22": -49.970239577892947, "S22": -62.60986408255458, "W31": -80.0, "S31": -80.0, "W32": -94.907243452068911, "S32": -99.907243452068911 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.453328021920921, "S12": -10.453328021920921, "W13": -25.0, "S13": -25.0, "W21": -38.738367246612775, "S21": -38.834393480552521, "W22": -49.981887027439633, "S22": -59.056357704690619, "W31": -80.0, "S31": -80.0, "W32": -94.91002440853002, "S32": -99.91002440853002 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.234342398761514, "S12": -11.234342398761514, "W13": -25.0, "S13": -25.0, "W21": -38.933280942105092, "S21": -39.343796908820181, "W22": -49.993534476986326, "S22": -55.502851326826665, "W31": -80.0, "S31": -80.0, "W32": -94.912805364991144, "S32": -99.912805364991144 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.128194637597417, "S21": -39.792676490743794, "W22": -50.0, "S22": -51.944163022429692, "W31": -80.0, "S31": -80.0, "W32": -94.915586321452267, "S32": -99.915586321452267 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.323108333089735, "S21": -40.220697398444933, "W22": -50.0, "S22": -51.704799964867597, "W31": -80.0, "S31": -80.0, "W32": -94.918367277913376, "S32": -99.918367277913376 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.518022028582052, "S21": -40.648718306146073, "W22": -50.000000000000007, "S22": -55.569364542620008, "W31": -80.0, "S31": -80.182137498423174, "W32": -94.921148234374499, "S32": -99.921148234374499 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.712935724074377, "S21": -41.076739213847219, "W22": -50.0, "S22": -59.433929120372404, "W31": -80.0, "S31": -80.488881267617344, "W32": -94.923929190835622, "S32": -99.923929190835622 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.907849419566702, "S21": -41.504760121548365, "W22": -49.999999999999993, "S22": -58.951094849737451, "W31": -80.0, "S31": -80.636213893068927, "W32": -94.926710147296731, "S32": -99.926710147296731 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.10276311505902, "S21": -41.932781029249497, "W22": -50.0, "S22": -57.519420099405473, "W31": -80.0, "S31": -80.57421000005067, "W32": -94.929491103757869, "S32": -99.929491103757869 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.297676810551337, "S21": -42.360801936950637, "W22": -50.000000000000007, "S22": -55.646294549655053, "W31": -80.0, "S31": -80.512206107032412, "W32": -94.932272060218978, "S32": -99.932272060218978 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.492590506043662, "S21": -42.788822844651783, "W22": -50.0, "S22": -53.77316899990462, "W31": -80.0, "S31": -80.450202214014155, "W32": -94.935053016680101, "S32": -99.935053016680101 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.68750420153598, "S21": -43.216843752352922, "W22": -50.0, "S22": -51.900043450154193, "W31": -80.0, "S31": -80.388198320995897, "W32": -94.937833973141224, "S32": -99.937833973141224 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.62150455527771, "S21": -43.383951318303474, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.32619442797764, "W32": -94.940614929602333, "S32": -99.940614929602333 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.464095862929391, "S21": -43.459649838163976, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.264190534959369, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.309210647764445, "S21": -43.537871835207852, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.202186641941111, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.327466258284012, "S21": -43.789234657936234, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -80.0, "S31": -80.140182748922854, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.345721868803587, "S21": -44.04059748066463, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.078178855904596, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.363977479323154, "S21": -44.291973082108058, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.016174962886339, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.382233089842721, "S21": -44.667502419267421, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.441540153541922, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.400488700362295, "S21": -45.043031756426785, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -81.038918455079241, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.41874431088187, "S21": -45.418561093586156, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -81.636296756616559, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.436999921401437, "S21": -45.79409043074552, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -82.233675058153878, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.455255531921011, "S21": -46.169619767904891, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -80.0, "S31": -82.831053359691197, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.473511142440579, "S21": -46.545149105064247, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -82.049349573952114, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.491766752960146, "S21": -46.920678442223611, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.818324475750259, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.51002236347972, "S21": -47.296207779382982, "W22": -50.0, "S22": -50.0, "W31": -80.0, "S31": -80.291388308000577, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.528277973999295, "S21": -47.671737116542353, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -71.16055666141969, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.546533584518862, "S21": -48.04726645370171, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -71.306321044840089, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.564789195038429, "S21": -48.134945023824017, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.058381692185179, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.583044805558004, "S21": -48.020055785898592, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.601300416077571, "S21": -47.90516654797316, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.3221735248689956, "W13": -25.0, "S13": -25.0, "W21": -40.619556026597145, "S21": -47.790277310047735, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.8137705085963454, "W13": -25.0, "S13": -25.0, "W21": -40.637811637116712, "S21": -47.675388072122303, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.3053674923236951, "W13": -25.0, "S13": -25.0, "W21": -40.656067247636287, "S21": -47.560498834196878, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.7969644760510457, "W13": -25.0, "S13": -25.0, "W21": -40.674322858155854, "S21": -47.445609596271446, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -7.1721972145377801, "W13": -25.0, "S13": -25.0, "W21": -40.692578468675428, "S21": -47.330720358346021, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.6436681777068394, "W13": -25.0, "S13": -25.0, "W21": -40.710834079194996, "S21": -47.215831120420589, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.1151391408758995, "W13": -25.0, "S13": -25.0, "W21": -40.72908968971457, "S21": -47.1380546531852, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 507950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.6831138208215251, "W13": -25.0, "S13": -25.0, "W21": -40.747345300234144, "S21": -47.127188551913591, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100000.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2165601442634582, "S11": 1.2165601442634582, "W12": -12.36800179293858, "S12": -12.36800179293858, "W13": -20.0, "S13": -20.0, "W21": -47.271569563833175, "S21": -59.040752996191834, "W22": -60.0, "S22": -69.338123513521623, "W31": -87.31598006385795, "S31": -87.31598006385795, "W32": -97.0831064844716, "S32": -102.0831064844716 }, "geometry": { "type": "Point", "coordinates": [ 100002.0, 497555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3093971849599835, "S11": 1.3093971849599835, "W12": -5.0, "S12": -14.84490184944841, "W13": -21.887223028863176, "S13": -21.887223028863176, "W21": -30.0, "S21": -30.0, "W22": -59.326183246510844, "S22": -77.02107495865917, "W31": -88.051759195458175, "S31": -88.051759195458175, "W32": -100.47280104399644, "S32": -105.47280104399644 }, "geometry": { "type": "Point", "coordinates": [ 100002.0, 502752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2150745814597388, "S11": 1.2150745814597388, "W12": -5.8984767803618876, "S12": -5.8984767803618876, "W13": -21.093870668452528, "S13": -21.093870668452528, "W21": -40.0, "S21": -40.605513776440745, "W22": -55.902541605793495, "S22": -65.902541605793502, "W31": -80.0, "S31": -80.0, "W32": -98.472328900091057, "S32": -103.47232890009106 }, "geometry": { "type": "Point", "coordinates": [ 100003.5, 503467.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38211045335760335, "S11": 0.38211045335760335, "W12": -5.7209581995069128, "S12": -5.7209581995069128, "W13": -20.22410052300804, "S13": -20.22410052300804, "W21": -40.0, "S21": -40.0, "W22": -52.206174423145228, "S22": -62.206174423145228, "W31": -80.0, "S31": -80.0, "W32": -94.763290368712347, "S32": -99.763290368712347 }, "geometry": { "type": "Point", "coordinates": [ 100005.138461538459524, 504252.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.362140370600926, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100005.470588235300966, 512419.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -15.0, "S12": -15.0, "W13": -19.660073777418276, "S13": -19.660073777418276, "W21": -58.249042709487178, "S21": -78.249042709487185, "W22": -84.039946768235311, "S22": -93.686838223985262, "W31": -102.16986530479369, "S31": -102.16986530479369, "W32": -102.6252676532166, "S32": -107.6252676532166 }, "geometry": { "type": "Point", "coordinates": [ 100007.0, 499028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2947868189724063, "S11": -1.2947868189724063, "W12": -10.0, "S12": -10.0, "W13": -20.230424869276877, "S13": -22.973049338067078, "W21": -60.819969718199154, "S21": -70.069389483539055, "W22": -89.906459334958285, "S22": -112.42716843889227, "W31": -112.42716843889227, "S31": -112.42716843889227, "W32": -112.42716843889227, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100007.0, 500058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2753674620340902, "S12": -6.3112283595002348, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -49.730435230940238, "S22": -70.411175518876831, "W31": -80.0, "S31": -80.0, "W32": -94.80269827937714, "S32": -99.80269827937714 }, "geometry": { "type": "Point", "coordinates": [ 100007.0, 505229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72743723211561018, "S11": 0.72743723211561018, "W12": -10.0, "S12": -17.656666383309414, "W13": -19.947099565351849, "S13": -19.947099565351849, "W21": -31.551305763803299, "S21": -50.87444955893374, "W22": -67.272784269443093, "S22": -76.09158818384094, "W31": -95.052709909463118, "S31": -95.052709909463118, "W32": -104.79233574251774, "S32": -109.79233574251774 }, "geometry": { "type": "Point", "coordinates": [ 100008.454545454544132, 502212.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0571876175477311, "S12": -5.0571876175477213, "W13": -25.0, "S13": -25.0, "W21": -38.981765588062245, "S21": -38.981765588062245, "W22": -49.862455506006178, "S22": -58.22215472710338, "W31": -80.0, "S31": -80.0, "W32": -94.820708354707236, "S32": -99.820708354707236 }, "geometry": { "type": "Point", "coordinates": [ 100009.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2067616598180846, "S11": 1.2067616598180846, "W12": -12.324455797168016, "S12": -12.324455797168016, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -47.193493124725137, "S21": -58.934805805327457, "W22": -59.8535519125682, "S22": -69.124611365552283, "W31": -87.279664096773232, "S31": -87.279664096773232, "W32": -97.075981565702094, "S32": -102.07598156570209 }, "geometry": { "type": "Point", "coordinates": [ 100009.333333333328483, 497552.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.270306778496324, "S11": 2.270306778496324, "W12": -15.0, "S12": -15.0, "W13": -19.674221856198677, "S13": -19.674221856198677, "W21": -55.399437875402803, "S21": -67.447739031032171, "W22": -80.471440690268381, "S22": -95.35805526475454, "W31": -98.545859849218374, "S31": -98.545859849218374, "W32": -100.81908941587106, "S32": -105.81908941587106 }, "geometry": { "type": "Point", "coordinates": [ 100012.5, 498715.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100014.534883720931248, 512012.116279069741722 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2207493229784823, "S11": 1.2207493229784823, "W12": -6.0775182630972333, "S12": -6.0775182630972333, "W13": -21.118593647469911, "S13": -21.118593647469911, "W21": -40.0, "S21": -40.322236444899538, "W22": -55.669254343393391, "S22": -65.669254343393391, "W31": -80.0, "S31": -80.0, "W32": -98.365879404708465, "S32": -103.36587940470847 }, "geometry": { "type": "Point", "coordinates": [ 100014.666666666671517, 503515.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81007491604236725, "S11": -0.81007491604236725, "W12": -10.0, "S12": -10.735733521110678, "W13": -19.680859366487663, "S13": -21.726026119154017, "W21": -50.0, "S21": -62.770157257744955, "W22": -82.894968938411793, "S22": -112.86619164391682, "W31": -112.86619164391682, "S31": -112.86619164391682, "W32": -112.86619164391682, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100016.0, 500939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29675806751760669, "S11": 0.29675806751760669, "W12": -10.0, "S12": -16.578453112476623, "W13": -19.877447975092252, "S13": -22.590053882131524, "W21": -33.527651231732378, "S21": -53.527651231732378, "W22": -70.914259965255752, "S22": -70.914259965255752, "W31": -98.349249658935875, "S31": -98.349249658935875, "W32": -108.81249538438816, "S32": -113.81249538438816 }, "geometry": { "type": "Point", "coordinates": [ 100016.0, 501971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6266349583828781, "S11": 4.6266349583828781, "W12": -10.0, "S12": -10.0, "W13": -19.640621724021933, "S13": -19.640621724021933, "W21": -60.000000000000007, "S21": -74.606976451937214, "W22": -86.414166647546054, "S22": -88.739484480802517, "W31": -105.28056767315049, "S31": -105.28056767315049, "W32": -105.28056767315049, "S32": -109.31145329164347 }, "geometry": { "type": "Point", "coordinates": [ 100019.0, 499289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100021.352941176475724, 511728.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2215445235693765, "S11": 1.2215445235693765, "W12": -6.0741689425136567, "S12": -6.0741689425136567, "W13": -21.110243046379772, "S13": -21.110243046379772, "W21": -40.0, "S21": -40.0, "W22": -55.415115076971475, "S22": -65.415115076971475, "W31": -80.0, "S31": -80.0, "W32": -98.244753934549138, "S32": -103.24475393454914 }, "geometry": { "type": "Point", "coordinates": [ 100021.928571428565192, 503567.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74506604453778691, "S11": 0.74506604453778691, "W12": -10.0, "S12": -17.757886843319724, "W13": -19.948370311938412, "S13": -19.948370311938408, "W21": -31.136221497908146, "S21": -49.611211382065662, "W22": -66.47450168106748, "S22": -77.73830196068775, "W31": -94.437554260200628, "S31": -94.437554260200628, "W32": -104.36058429925288, "S32": -109.36058429925288 }, "geometry": { "type": "Point", "coordinates": [ 100022.090909090911737, 502257.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6031750426842173, "S12": -9.6031750426842173, "W13": -20.0, "S13": -20.0, "W21": -43.597838317134979, "S21": -52.456114760604692, "W22": -54.565320756392069, "S22": -65.88042624591084, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100024.058823529412621, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.647669273414238, "S21": -43.631821493513328, "W22": -49.981828790191898, "S22": -49.981828790191898, "W31": -80.0, "S31": -80.354525642153064, "W32": -94.744498121914873, "S32": -99.744498121914873 }, "geometry": { "type": "Point", "coordinates": [ 100024.5, 506704.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2264240644972109, "S11": 1.2264240644972109, "W12": -6.0853797361293731, "S12": -6.0853797361293731, "W13": -21.143316626487191, "S13": -21.143316626487191, "W21": -40.0, "S21": -40.038959113358104, "W22": -55.435967080993294, "S22": -65.435967080993294, "W31": -80.0, "S31": -80.0, "W32": -98.25942990932586, "S32": -103.25942990932586 }, "geometry": { "type": "Point", "coordinates": [ 100025.833333333328483, 503562.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.305717339032862, "W13": -19.732432600000578, "S13": -19.732432600000578, "W21": -37.734795124920481, "S21": -52.387026781652594, "W22": -76.571516240739925, "S22": -78.461869950705349, "W31": -102.97050288364186, "S31": -102.97050288364186, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100027.0, 501454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.461554902484639, "W13": -19.739895599330591, "S13": -20.282961144065453, "W21": -37.367882690538629, "S21": -52.076587127415884, "W22": -76.052689256125888, "S22": -76.052689256125888, "W31": -102.625, "S31": -102.625, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100033.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7635913129426797, "S12": -7.7635913129426797, "W13": -25.0, "S13": -25.0, "W21": -39.082739368333669, "S21": -39.082739368333669, "W22": -49.801333640312784, "S22": -58.953124947611151, "W31": -80.0, "S31": -80.0, "W32": -94.63774431475801, "S32": -99.63774431475801 }, "geometry": { "type": "Point", "coordinates": [ 100033.923076923078042, 506142.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1704451926674149, "S11": -2.1704451926674149, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.517954884723835, "W21": -62.234242126862, "S21": -72.098482311933267, "W22": -90.0, "S22": -116.24243589343919, "W31": -116.24243589343919, "S31": -116.24243589343919, "W32": -116.24243589343919, "S32": -116.24243589343919 }, "geometry": { "type": "Point", "coordinates": [ 100034.0, 500321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76269485695986439, "S11": 0.76269485695986439, "W12": -10.0, "S12": -17.859107303329786, "W13": -19.949641058524961, "S13": -19.949641058524957, "W21": -30.721137232013547, "S21": -48.347973205199487, "W22": -65.676219092692804, "S22": -74.831904459709776, "W31": -93.822398610938933, "S31": -93.822398610938933, "W32": -103.92883285598867, "S32": -108.92883285598867 }, "geometry": { "type": "Point", "coordinates": [ 100035.727272727279342, 502302.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1090480359210413, "S11": 2.1090480359210413, "W12": -15.0, "S12": -15.0, "W13": -19.664449048799504, "S13": -19.664449048799504, "W21": -55.182119337245538, "S21": -63.706096916651809, "W22": -80.052096753706294, "S22": -94.940447908111921, "W31": -98.254318110488612, "S31": -98.254318110488612, "W32": -100.61614960030452, "S32": -105.61614960030452 }, "geometry": { "type": "Point", "coordinates": [ 100036.0, 498696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.700192285227651, "S21": -41.700192285227651, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100036.1875, 509402.125 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3452249669965339, "S11": 1.3452249669965339, "W12": -5.0, "S12": -15.0, "W13": -22.068840196033687, "S13": -22.068840196033687, "W21": -30.0, "S21": -31.061434878587196, "W22": -59.042064796501101, "S22": -78.359361648915225, "W31": -87.430640395338131, "S31": -87.430640395338131, "W32": -100.06496106185833, "S32": -105.06496106185833 }, "geometry": { "type": "Point", "coordinates": [ 100037.0, 502808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2320988060159543, "S11": 1.2320988060159543, "W12": -6.0887980463865823, "S12": -6.0887980463865823, "W13": -21.168039605504575, "S13": -21.168039605504575, "W21": -40.0, "S21": -40.0, "W22": -55.20267981859319, "S22": -65.202679818593197, "W31": -80.0, "S31": -80.0, "W32": -98.152980413943268, "S32": -103.15298041394327 }, "geometry": { "type": "Point", "coordinates": [ 100037.0, 503610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.72648969255021, "S21": -45.904105981482829, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100037.3125, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.253909465020576, "S11": -2.253909465020576, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.502653839774432, "W21": -62.158499029073376, "S21": -72.038746142995606, "W22": -90.0, "S22": -116.36898638374224, "W31": -116.36898638374224, "S31": -116.36898638374224, "W32": -116.36898638374224, "S32": -116.36898638374224 }, "geometry": { "type": "Point", "coordinates": [ 100038.0, 500342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0345486603395309, "S11": 1.0345486603395309, "W12": -5.9276813117349336, "S12": -5.9276813117349336, "W13": -20.787048154914086, "S13": -20.787048154914086, "W21": -40.0, "S21": -40.0, "W22": -53.358764755669291, "S22": -63.358764755669291, "W31": -79.704585910027021, "S31": -79.704585910027021, "W32": -97.697722928913663, "S32": -102.69772292891366 }, "geometry": { "type": "Point", "coordinates": [ 100045.166666666671517, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5110732374750437, "S12": -9.5110732374750437, "W13": -20.0, "S13": -20.0, "W21": -43.414292558876639, "S21": -51.21264894292154, "W22": -54.161071736982549, "S22": -65.424629901585249, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100047.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3243740002362669, "S11": 1.3243740002362669, "W12": -5.0, "S12": -11.887604411248752, "W13": -21.925232068349491, "S13": -21.925232068349491, "W21": -30.000000000000004, "S21": -33.446890192027226, "W22": -58.107667423461571, "S22": -67.697978428246259, "W31": -85.073885469464017, "S31": -85.073885469464017, "W32": -99.589297855125608, "S32": -104.58929785512561 }, "geometry": { "type": "Point", "coordinates": [ 100047.3125, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4723574600876699, "S12": -6.4062667517614829, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.463803285354459, "S22": -64.394908732190203, "W31": -80.0, "S31": -80.0, "W32": -94.465741947397234, "S32": -99.465741947397234 }, "geometry": { "type": "Point", "coordinates": [ 100047.454545454544132, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2955489410023759, "S11": 1.2955489410023759, "W12": -13.744059836251816, "S12": -13.744059836251816, "W13": -19.907397823834131, "S13": -19.907397823834131, "W21": -50.164820457936628, "S21": -63.883695787106362, "W22": -64.135274413810777, "S22": -72.041128439106558, "W31": -90.123672294334099, "S31": -90.123672294334099, "W32": -98.349954809155591, "S32": -103.34995480915559 }, "geometry": { "type": "Point", "coordinates": [ 100047.571428571434808, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8245956554799774, "S11": 4.8245956554799774, "W12": -15.0, "S12": -15.0, "W13": -19.642750413790967, "S13": -19.642750413790967, "W21": -57.873162217611693, "S21": -78.180234303170224, "W22": -83.918563430695457, "S22": -93.670428553170652, "W31": -101.69139484178828, "S31": -101.69139484178828, "W32": -102.30283130146454, "S32": -107.30283130146454 }, "geometry": { "type": "Point", "coordinates": [ 100047.894736842106795, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78032366938210407, "S11": 0.78032366938210407, "W12": -10.0, "S12": -17.960327763340192, "W13": -19.950911805111538, "S13": -19.950911805111538, "W21": -30.306052966118376, "S21": -46.734555174442363, "W22": -64.877936504317262, "S22": -71.925506958727183, "W31": -93.207242961676442, "S31": -93.207242961676442, "W32": -103.49708141272376, "S32": -108.49708141272376 }, "geometry": { "type": "Point", "coordinates": [ 100049.363636363632395, 502347.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0164850818947286, "S12": -5.0743210905496872, "W13": -25.0, "S13": -25.0, "W21": -39.5311109069875, "S21": -39.5311109069875, "W22": -49.685968121007591, "S22": -63.527926707804511, "W31": -80.0, "S31": -80.0, "W32": -94.504967953234839, "S32": -99.504967953234839 }, "geometry": { "type": "Point", "coordinates": [ 100049.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.23945042102494, "S11": 1.23945042102494, "W12": -6.0958022025547693, "S12": -6.0958022025547693, "W13": -21.203747370483228, "S13": -21.203747370483228, "W21": -40.0, "S21": -40.0, "W22": -54.969415851158608, "S22": -64.969415851158601, "W31": -80.0, "S31": -80.0, "W32": -98.048148733455591, "S32": -103.04814873345559 }, "geometry": { "type": "Point", "coordinates": [ 100049.69230769231217, 503657.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0857503251382816, "S11": -1.0857503251382816, "W12": -10.0, "S12": -10.0, "W13": -20.501475005001939, "S13": -23.344354465489797, "W21": -60.904443312042567, "S21": -69.139982732147558, "W22": -89.140737647983471, "S22": -109.15024718779237, "W31": -109.15024718779237, "S31": -109.15024718779237, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100050.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81856884525962337, "S11": -0.81856884525962337, "W12": -9.9999999999999982, "S12": -11.283459734130117, "W13": -19.63397276052611, "S13": -21.81288675192263, "W21": -47.722893806955554, "S21": -60.138009721801637, "W22": -81.674352023106735, "S22": -106.19151258198318, "W31": -106.4214477989986, "S31": -106.4214477989986, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100050.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20487515663772438, "S11": 0.20487515663772438, "W12": -10.0, "S12": -16.475881645738713, "W13": -19.858599285411493, "S13": -23.420278434440021, "W21": -33.421402055114058, "S21": -53.421402055114058, "W22": -70.397602290986072, "S22": -74.728440926220614, "W31": -97.953615279672576, "S31": -97.953615279672576, "W32": -107.95232996085961, "S32": -112.95232996085961 }, "geometry": { "type": "Point", "coordinates": [ 100050.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.35428587686593, "S21": -45.042633256858601, "W22": -49.916280985095007, "S22": -49.916280985095007, "W31": -80.0, "S31": -80.022745651668046, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100050.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.719398087257346, "S21": -45.488216933245901, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100050.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1632040480484127, "S11": 1.1632040480484127, "W12": -12.146309678420433, "S12": -12.146309678420433, "W13": -20.0, "S13": -20.0, "W21": -46.848213338184763, "S21": -58.513874921003392, "W22": -59.201359155395657, "S22": -67.710533317411659, "W31": -87.194247592347537, "S31": -87.194247592347537, "W32": -97.091495541829502, "S32": -102.0914955418295 }, "geometry": { "type": "Point", "coordinates": [ 100053.166666666671517, 497556.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71701766355721497, "S11": 0.71701766355721497, "W12": -5.8356816687734376, "S12": -5.8356816687734376, "W13": -20.576135529812781, "S13": -20.576135529812781, "W21": -40.0, "S21": -40.0, "W22": -52.197192877845225, "S22": -62.197192877845225, "W31": -90.167280298995166, "S31": -90.167280298995166, "W32": -94.368451361375065, "S32": -99.368451361375065 }, "geometry": { "type": "Point", "coordinates": [ 100054.353846153841005, 504244.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.432442045273234, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100054.529411764699034, 512418.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -52.336956098927168, "S22": -63.547070137560667, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100057.0, 496762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.005803281466211, "S11": 2.005803281466211, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.653238798042185, "S13": -19.653238798042185, "W21": -55.091053027264103, "S21": -61.969450217421084, "W22": -79.635966586100167, "S22": -94.448879797133372, "W31": -98.11572890025576, "S31": -98.11572890025576, "W32": -100.48529989055957, "S32": -105.48529989055957 }, "geometry": { "type": "Point", "coordinates": [ 100061.0, 498690.5 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -15.0, "S12": -15.0, "W13": -19.636293020702162, "S13": -19.636293020702162, "W21": -57.900067391186468, "S21": -78.270259971459751, "W22": -84.03159488791502, "S22": -93.220111089483282, "W31": -101.74303125254333, "S31": -101.74303125254333, "W32": -102.29631590216978, "S32": -107.29631590216978 }, "geometry": { "type": "Point", "coordinates": [ 100061.0, 499008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3184379693175989, "S11": 1.3184379693175989, "W12": -4.9999999999999991, "S12": -9.3710135931413561, "W13": -21.84676039750833, "S13": -21.84676039750833, "W21": -40.0, "S21": -42.498757261650489, "W22": -57.351394266930384, "S22": -66.164734970818358, "W31": -83.054825816876317, "S31": -83.054825816876317, "W32": -99.25327459629159, "S32": -104.25327459629159 }, "geometry": { "type": "Point", "coordinates": [ 100061.0, 503155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2468020360339185, "S11": 1.2468020360339185, "W12": -6.1028063587229502, "S12": -6.1028063587229502, "W13": -21.239455135461853, "S13": -21.239455135461853, "W21": -40.0, "S21": -40.0, "W22": -54.736151883724304, "S22": -64.736151883724304, "W31": -80.0, "S31": -80.0, "W32": -97.943317052968027, "S32": -102.94331705296803 }, "geometry": { "type": "Point", "coordinates": [ 100062.384615384609788, 503704.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79795248180418143, "S11": 0.79795248180418143, "W12": -9.8291824849436509, "S12": -17.890730708293908, "W13": -19.952182551698083, "S13": -19.952182551698083, "W21": -30.0, "S21": -44.466889067832355, "W22": -64.079653915942586, "S22": -69.019109457749195, "W31": -92.667603285900881, "S31": -92.667603285900881, "W32": -103.06532996945955, "S32": -108.06532996945955 }, "geometry": { "type": "Point", "coordinates": [ 100063.0, 502393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100063.95348837209167, 512009.511627906991635 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -44.071057383997349, "S21": -54.071057383997349, "W22": -54.953476455040722, "S22": -66.221395712972623, "W31": -84.115631991051444, "S31": -84.115631991051444, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100064.0, 497125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4181547832176458, "S12": -6.5935900684533371, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -49.422928300724486, "S22": -69.422928300724493, "W31": -80.0, "S31": -80.0, "W32": -94.344208000511088, "S32": -99.344208000511088 }, "geometry": { "type": "Point", "coordinates": [ 100064.0, 505199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6244340270913935, "S11": 1.6244340270913935, "W12": -15.0, "S12": -15.0, "W13": -19.673472641422901, "S13": -19.673472641422901, "W21": -54.347353684227308, "S21": -57.90206210551208, "W22": -75.637394168115449, "S22": -90.005452739809925, "W31": -97.196504911420803, "S31": -97.196504911420803, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100069.0, 498611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4183472006769144, "S11": -1.4183472006769144, "W12": -10.0, "S12": -10.0, "W13": -20.28272018700358, "S13": -23.177137662731742, "W21": -61.562913027660514, "S21": -69.921505595373418, "W22": -89.684018626250392, "S22": -114.56332062098357, "W31": -114.56332062098357, "S31": -114.56332062098357, "W32": -114.56332062098357, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100069.0, 500111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2706634736510405, "S11": 1.2706634736510405, "W12": -6.1755391637904458, "S12": -6.1755391637904458, "W13": -21.426772231383652, "S13": -21.426772231383652, "W21": -40.0, "S21": -40.0, "W22": -55.317640841209531, "S22": -65.317640841209538, "W31": -80.0, "S31": -80.0, "W32": -98.245066200349768, "S32": -103.24506620034977 }, "geometry": { "type": "Point", "coordinates": [ 100069.142857142855064, 503579.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40755306155854276, "S11": -0.40755306155854276, "W12": -10.0, "S12": -15.06658429067593, "W13": -19.763837005764579, "S13": -22.763837005764579, "W21": -35.8472954926456, "S21": -50.593539347800345, "W22": -73.726121071318985, "S22": -78.562764227516524, "W31": -101.125, "S31": -101.125, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100070.0, 501700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100070.588235294111655, 511727.323529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4073996669960049, "S12": -9.4073996669960049, "W13": -20.0, "S13": -20.0, "W21": -43.207685923298683, "S21": -49.812952804555216, "W22": -53.706032456160067, "S22": -64.911566837075185, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100072.823529411762138, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3109561850404043, "S11": 1.3109561850404043, "W12": -5.378462399873837, "S12": -7.2664786648636266, "W13": -21.758745949749198, "S13": -21.758745949749198, "W21": -40.0, "S21": -41.677625673581957, "W22": -56.605426637323454, "S22": -66.605426637323461, "W31": -81.045526776207723, "S31": -81.045526776207723, "W32": -98.895445952848803, "S32": -103.8954459528488 }, "geometry": { "type": "Point", "coordinates": [ 100073.0, 503308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.181223762340494, "S21": -43.607309548861302, "W22": -49.726815607716311, "S22": -49.726815607716311, "W31": -80.0, "S31": -80.4106901878624, "W32": -94.354275062900356, "S32": -99.354275062900356 }, "geometry": { "type": "Point", "coordinates": [ 100073.25, 506712.875 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2007587618932918, "S11": 1.2007587618932918, "W12": -13.880208649607113, "S12": -13.880208649607113, "W13": -19.896599000387898, "S13": -19.896599000387898, "W21": -50.202020202020201, "S21": -64.007230127853049, "W22": -64.087812419479519, "S22": -72.132053197014073, "W31": -90.332863311888602, "S31": -90.332863311888602, "W32": -98.431388453288619, "S32": -103.43138845328862 }, "geometry": { "type": "Point", "coordinates": [ 100074.0, 498031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.254153651042905, "S11": 1.254153651042905, "W12": -6.1098105148911372, "S12": -6.1098105148911372, "W13": -21.275162900440506, "S13": -21.275162900440506, "W21": -40.0, "S21": -40.0, "W22": -54.502887916289708, "S22": -64.502887916289708, "W31": -80.0, "S31": -80.0, "W32": -97.838485372480349, "S32": -102.83848537248035 }, "geometry": { "type": "Point", "coordinates": [ 100075.076923076921958, 503751.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82371910906652546, "S11": 0.82371910906652546, "W12": -8.967039749599131, "S12": -17.147212211879712, "W13": -19.954785867553486, "S13": -19.954785867553486, "W21": -30.000000000000004, "S21": -42.476100558479445, "W22": -63.236210871048421, "S22": -65.875457697676836, "W31": -92.089287264872496, "S31": -92.089287264872496, "W32": -102.61824635422799, "S32": -107.61824635422799 }, "geometry": { "type": "Point", "coordinates": [ 100075.947368421053397, 502441.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2823544082803378, "S11": -2.2823544082803378, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.631157737601605, "W21": -62.185379892483091, "S21": -71.376086200026876, "W22": -89.640950411862107, "S22": -116.01929486981544, "W31": -116.01929486981544, "S31": -116.01929486981544, "W32": -116.01929486981544, "S32": -116.01929486981544 }, "geometry": { "type": "Point", "coordinates": [ 100076.666666666671517, 500343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80976223085385846, "S11": 0.80976223085385846, "W12": -10.204403885991857, "S12": -10.204403885991857, "W13": -20.0, "S13": -20.0, "W21": -44.236788074792074, "S21": -54.236788074792074, "W22": -55.100202613409564, "S22": -66.39489095886475, "W31": -84.366523350111862, "S31": -84.366523350111862, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100079.75, 497171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.128385659257118, "W13": -25.0, "S13": -25.0, "W21": -40.724342660045615, "S21": -44.458797886120571, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100081.0, 508061.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.9138011678975451, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -42.010692735037971, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100081.0, 509963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.017957318399568, "S12": -5.080397080117236, "W13": -25.0, "S13": -25.0, "W21": -39.834829011960167, "S21": -39.834829011960167, "W22": -49.553297088124765, "S22": -57.287944681450639, "W31": -80.0, "S31": -80.0, "W32": -94.257371681046322, "S32": -99.257371681046322 }, "geometry": { "type": "Point", "coordinates": [ 100081.461538461531745, 506153.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.633427148839871, "S21": -41.633427148839871, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100081.875, 509391.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.435598453642552, "W21": -60.0, "S21": -69.957747595092442, "W22": -86.977712208230145, "S22": -114.64878138408459, "W31": -114.64878138408459, "S31": -114.64878138408459, "W32": -114.64878138408459, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100084.0, 500558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9025585270113807, "S11": 1.9025585270113807, "W12": -15.0, "S12": -15.0, "W13": -19.646772530914077, "S13": -19.646772530914077, "W21": -54.999986717282674, "S21": -60.92909814726147, "W22": -79.124369249035325, "S22": -93.86184451669611, "W31": -97.977139690022895, "S31": -97.977139690022895, "W32": -100.35445018081461, "S32": -105.35445018081461 }, "geometry": { "type": "Point", "coordinates": [ 100086.0, 498685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3189887940504359, "S11": 1.3189887940504359, "W12": -5.5543609350320429, "S12": -6.6865799486367425, "W13": -21.799146772271843, "S13": -21.799146772271843, "W21": -40.0, "S21": -41.454047712857665, "W22": -56.377028721062906, "S22": -66.377028721062914, "W31": -80.443261405770599, "S31": -80.443261405770599, "W32": -98.793357096605334, "S32": -103.79335709660533 }, "geometry": { "type": "Point", "coordinates": [ 100086.2, 503354.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.69888017506355, "S21": -44.284938603207536, "W22": -49.955694330056851, "S22": -49.955694330056851, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100086.708333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024317986805911546, "S11": 0.024317986805911546, "W12": -9.9999999999999982, "S12": -16.149151749933207, "W13": -19.824744525477279, "S13": -24.824744525477279, "W21": -33.709253595652122, "S21": -53.709253595652122, "W22": -70.491844587664019, "S22": -78.187441778918298, "W31": -98.212824010914048, "S31": -98.212824010914048, "W32": -108.43198434384462, "S32": -113.43198434384462 }, "geometry": { "type": "Point", "coordinates": [ 100087.0, 501981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2615052660518982, "S11": 1.2615052660518982, "W12": -6.1168146710593509, "S12": -6.1168146710593509, "W13": -21.31087066541923, "S13": -21.31087066541923, "W21": -40.0, "S21": -40.0, "W22": -54.26962394885539, "S22": -64.269623948855383, "W31": -80.0, "S31": -80.0, "W32": -97.791286981690945, "S32": -102.79128698169094 }, "geometry": { "type": "Point", "coordinates": [ 100087.769230769234127, 503798.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.216237623762376, "S12": -10.216237623762376, "W13": -19.647676864719816, "S13": -19.943116223739789, "W21": -60.0, "S21": -74.718844250251337, "W22": -86.963449051235571, "S22": -88.076352472661625, "W31": -105.49060063481728, "S31": -105.49060063481728, "W32": -105.49060063481728, "S32": -109.36039962307791 }, "geometry": { "type": "Point", "coordinates": [ 100088.0, 499326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84948573632876911, "S11": 0.84948573632876911, "W12": -8.1048970142555863, "S12": -16.403693715466247, "W13": -19.957389183408871, "S13": -19.957389183408871, "W21": -30.0, "S21": -40.960917038720382, "W22": -62.329118562212486, "S22": -62.66815667366599, "W31": -91.510971243844864, "S31": -91.510971243844864, "W32": -102.27548089420461, "S32": -107.27548089420461 }, "geometry": { "type": "Point", "coordinates": [ 100088.894736842106795, 502489.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2695893050704568, "S11": 1.2695893050704568, "W12": -12.773938526710646, "S12": -12.773938526710646, "W13": -19.945069263934158, "S13": -19.945069263934158, "W21": -49.174030451243382, "S21": -62.39540727138322, "W22": -62.578922958000511, "S22": -69.464626242206563, "W31": -89.396624211826563, "S31": -89.396624211826563, "W32": -98.101903695408737, "S32": -103.10190369540874 }, "geometry": { "type": "Point", "coordinates": [ 100089.0, 497911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3437201508344441, "S11": 1.3437201508344441, "W12": -5.0, "S12": -8.6379870275911088, "W13": -21.99993885577895, "S13": -21.99993885577895, "W21": -40.130780940345652, "S21": -42.457427087264286, "W22": -57.127615121040755, "S22": -67.127615121040748, "W31": -82.486557054269383, "S31": -82.486557054269383, "W32": -99.138634974972788, "S32": -104.13863497497279 }, "geometry": { "type": "Point", "coordinates": [ 100090.0, 503199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2374506262446601, "S11": 1.2374506262446601, "W12": -6.0298786637791979, "S12": -6.0298786637791979, "W13": -21.102590181449134, "S13": -21.102590181449134, "W21": -40.0, "S21": -40.0, "W22": -53.318937558409779, "S22": -63.318937558409779, "W31": -79.514407447760021, "S31": -79.514407447760021, "W32": -98.891939796850124, "S32": -103.89193979685012 }, "geometry": { "type": "Point", "coordinates": [ 100090.333333333328483, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3403205835063359, "S11": 1.3403205835063359, "W12": -13.017118352966271, "S12": -13.017118352966271, "W13": -20.0, "S13": -20.0, "W21": -48.031408438099461, "S21": -60.611702576557668, "W22": -61.0493171862922, "S22": -66.754859260025327, "W31": -88.539716532980293, "S31": -88.539716532980293, "W32": -97.715565509518484, "S32": -102.71556550951848 }, "geometry": { "type": "Point", "coordinates": [ 100092.0, 497773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85686511808159493, "S11": 0.85686511808159493, "W12": -7.8392995567569717, "S12": -16.173737173641825, "W13": -19.958092325527076, "S13": -24.958092325527076, "W21": -30.0, "S21": -40.497212931995541, "W22": -62.029331202921703, "S22": -62.402544962914455, "W31": -91.333436447377466, "S31": -91.333436447377466, "W32": -102.17004592506477, "S32": -107.17004592506477 }, "geometry": { "type": "Point", "coordinates": [ 100093.0, 502504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3223826160336785, "S12": -9.3223826160336785, "W13": -20.0, "S13": -20.0, "W21": -43.038259069521736, "S21": -48.665138203616742, "W22": -53.332879515166603, "S22": -64.490831750005341, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100094.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.380205744559684, "S11": 1.380205744559684, "W12": -5.0, "S12": -11.852490014303836, "W13": -22.255765252049329, "S13": -22.255765252049329, "W21": -30.0, "S21": -33.609045333009234, "W22": -58.090533331476166, "S22": -71.823179907209934, "W31": -85.107536877812322, "S31": -85.107536877812322, "W32": -99.582602429134852, "S32": -104.58260242913485 }, "geometry": { "type": "Point", "coordinates": [ 100094.625, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5797315314069236, "S12": -6.5638800447173624, "W13": -20.011364446987759, "S13": -20.011364446987759, "W21": -40.0, "S21": -40.0, "W22": -49.213610882843149, "S22": -62.651376237662703, "W31": -80.0, "S31": -80.054874615150183, "W32": -94.085421484870196, "S32": -99.085421484870196 }, "geometry": { "type": "Point", "coordinates": [ 100094.909090909088263, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1746580409834708, "S11": 1.1746580409834708, "W12": -13.316524195269402, "S12": -13.316524195269402, "W13": -19.910102107694925, "S13": -19.910102107694925, "W21": -49.848863845443638, "S21": -63.466502534762235, "W22": -63.466502534762235, "S22": -71.09767101317621, "W31": -89.905198485246899, "S31": -89.905198485246899, "W32": -98.345667472634446, "S32": -103.34566747263445 }, "geometry": { "type": "Point", "coordinates": [ 100095.142857142855064, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85169925982472283, "S11": 0.85169925982472283, "W12": -10.44193870990785, "S12": -10.44193870990785, "W13": -20.0, "S13": -20.0, "W21": -44.402518765586798, "S21": -54.418173951605034, "W22": -55.246928771778407, "S22": -66.586304983169484, "W31": -84.617414709172252, "S31": -84.617414709172252, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100095.5, 497217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4933216727619367, "S11": 4.4933216727619367, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.620711555502403, "S13": -19.620711555502403, "W21": -57.717652196519154, "S21": -78.316185837142768, "W22": -84.069941261501057, "S22": -92.589505512447772, "W31": -101.52703563458169, "S31": -101.52703563458169, "W32": -102.11225281990663, "S32": -107.11225281990663 }, "geometry": { "type": "Point", "coordinates": [ 100095.78947368421359, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1196464362787124, "S11": 1.1196464362787124, "W12": -11.968163559672673, "S12": -11.968163559672673, "W13": -20.000419276512321, "S13": -20.000419276512321, "W21": -46.502933551644155, "S21": -58.092944036678858, "W22": -58.550769841494883, "S22": -66.298058712544105, "W31": -87.108831087921502, "S31": -87.108831087921502, "W32": -97.10700951795674, "S32": -102.10700951795674 }, "geometry": { "type": "Point", "coordinates": [ 100097.0, 497560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4378253461730346, "S11": 1.4378253461730346, "W12": -15.0, "S12": -15.0, "W13": -19.679930637151056, "S13": -19.679930637151056, "W21": -54.099763833285962, "S21": -54.099763833285962, "W22": -74.283028735388484, "S22": -88.480873661036355, "W31": -96.863023779156336, "S31": -96.863023779156336, "W32": -99.935255510259324, "S32": -104.93525551025932 }, "geometry": { "type": "Point", "coordinates": [ 100097.0, 498589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1284873459432632, "S12": -5.538151211489482, "W13": -25.0, "S13": -25.0, "W21": -39.05560598855277, "S21": -39.05560598855277, "W22": -49.42499156321562, "S22": -60.952964953284841, "W31": -80.0, "S31": -80.0, "W32": -94.108254367322999, "S32": -99.108254367322999 }, "geometry": { "type": "Point", "coordinates": [ 100099.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3270214030604752, "S11": 1.3270214030604752, "W12": -5.7302594701900373, "S12": -6.1066812324105877, "W13": -21.839547594794553, "S13": -21.839547594794553, "W21": -40.0, "S21": -41.186052033665092, "W22": -56.14863080480265, "S22": -66.14863080480265, "W31": -80.0, "S31": -80.0, "W32": -98.691268240362021, "S32": -103.69126824036202 }, "geometry": { "type": "Point", "coordinates": [ 100099.4, 503400.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0524530312289442, "S11": -1.0524530312289442, "W12": -10.032907615642412, "S12": -10.032907615642412, "W13": -20.628659241754345, "S13": -23.607286795852509, "W21": -61.309275758191163, "S21": -68.647762959063684, "W22": -88.810674138527148, "S22": -108.85171398274223, "W31": -108.85171398274223, "S31": -108.85171398274223, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100100.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2922190648411274, "S11": -1.2922190648411274, "W12": -10.0, "S12": -10.84692498739164, "W13": -19.631723558253558, "S13": -22.029249500637512, "W21": -48.011158638646087, "S21": -59.5292223342597, "W22": -81.034213532153203, "S22": -105.55818744156289, "W31": -106.40548323893971, "S31": -106.40548323893971, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100100.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0017939108017629435, "S11": 0.0017939108017629435, "W12": -10.0, "S12": -16.143594710125569, "W13": -19.819625662897629, "S13": -24.412973135112434, "W21": -33.61279800948207, "S21": -53.61279800948207, "W22": -70.191567700891142, "S22": -79.344784114082927, "W31": -97.953615279672576, "S31": -97.953615279672576, "W32": -107.88155724589519, "S32": -112.88155724589519 }, "geometry": { "type": "Point", "coordinates": [ 100100.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.9302544789027571, "W13": -25.0, "S13": -25.0, "W21": -40.787510812216382, "S21": -45.87893624277703, "W22": -49.652668300456654, "S22": -49.652668300456654, "W31": -80.0, "S31": -80.091320233468025, "W32": -94.155859080668407, "S32": -99.155859080668407 }, "geometry": { "type": "Point", "coordinates": [ 100100.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.1645967459809485, "W13": -25.0, "S13": -25.0, "W21": -40.691450874280555, "S21": -43.849245314578219, "W22": -49.88561729139046, "S22": -49.88561729139046, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100100.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2688568810608689, "S11": 1.2688568810608689, "W12": -6.1238188272275051, "S12": -6.1238188272275051, "W13": -21.346578430397784, "S13": -21.346578430397784, "W21": -40.0, "S21": -40.0, "W22": -54.036359981420816, "S22": -64.036359981420816, "W31": -80.0, "S31": -80.0, "W32": -97.765436757902393, "S32": -102.76543675790239 }, "geometry": { "type": "Point", "coordinates": [ 100100.461538461531745, 503845.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87525236359111214, "S11": 0.87525236359111214, "W12": -7.2628114335248632, "S12": -15.680232373665849, "W13": -19.959992499264274, "S13": -19.959992499264274, "W21": -30.0, "S21": -39.445733518959216, "W22": -61.354611420127092, "S22": -63.364592552046481, "W31": -90.932655222816479, "S31": -90.932655222816479, "W32": -101.93271543418082, "S32": -106.93271543418082 }, "geometry": { "type": "Point", "coordinates": [ 100101.842105263160192, 502537.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8592757887928411, "S12": -9.8592757887928411, "W13": -20.0, "S13": -20.0, "W21": -43.614264303001185, "S21": -53.614264303001185, "W22": -54.062359530359331, "S22": -65.222690041116721, "W31": -83.872925988068502, "S31": -83.872925988068502, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100102.333333333328483, 497101.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0519248737569211, "S11": 1.0519248737569211, "W12": -5.9504051380399945, "S12": -5.9504051380399945, "W13": -20.928170536617618, "S13": -20.928170536617618, "W21": -40.0, "S21": -40.0, "W22": -52.188211332545208, "S22": -62.188211332545208, "W31": -80.365962447881543, "S31": -80.365962447881543, "W32": -94.954697529342468, "S32": -99.954697529342468 }, "geometry": { "type": "Point", "coordinates": [ 100103.569230769237038, 504237.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.502743719945563, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100103.588235294111655, 512416.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8441635206731704, "S12": -9.8441635206731704, "W13": -20.0, "S13": -20.0, "W21": -43.589950648744313, "S21": -53.589950648744313, "W22": -54.01460145793034, "S22": -65.169182664292919, "W31": -83.860308804729854, "S31": -83.860308804729854, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100104.428571428565192, 497100.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98244381296822658, "S11": -0.98244381296822658, "W12": -10.0, "S12": -11.815484969882672, "W13": -19.575892291798578, "S13": -21.990065546412708, "W21": -45.016551980658363, "S21": -56.704555558300363, "W22": -80.0, "S22": -101.6132422490804, "W31": -105.83162572436599, "S31": -105.83162572436599, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100108.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5098137256089359, "S12": -9.5098137256089359, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.197305863708401, "S21": -50.816668461423376, "W22": -53.417592642537358, "S22": -64.547567287008746, "W31": -83.49587527964205, "S31": -83.49587527964205, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100109.0, 497044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87907041712241707, "S11": 0.87907041712241707, "W12": -10.671270098726552, "S12": -10.671270098726552, "W13": -20.093695198112862, "S13": -20.093695198112862, "W21": -44.559455587392549, "S21": -54.75315936693665, "W22": -55.393654930147257, "S22": -66.79295610197363, "W31": -84.924268713198231, "S31": -84.924268713198231, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100111.25, 497263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3350540120705225, "S11": 1.3350540120705225, "W12": -5.9061580053482574, "S12": -5.9061580053482574, "W13": -21.879948417317294, "S13": -21.879948417317294, "W21": -40.0, "S21": -40.914335178725516, "W22": -55.920232888542103, "S22": -65.920232888542103, "W31": -80.0, "S31": -80.0, "W32": -98.589179384118566, "S32": -103.58917938411857 }, "geometry": { "type": "Point", "coordinates": [ 100112.6, 503446.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -12.473642407163609, "S12": -12.473642407163609, "W13": -19.606227276806088, "S13": -19.606227276806088, "W21": -58.729669679904774, "S21": -78.729669679904774, "W22": -85.225348759837559, "S22": -89.82490408156265, "W31": -102.95334459184504, "S31": -102.95334459184504, "W32": -102.95334459184504, "S32": -107.74536067757899 }, "geometry": { "type": "Point", "coordinates": [ 100113.0, 499123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -19.881918547918328, "S13": -22.404229021291439, "W21": -56.229179783641463, "S21": -66.352087636716618, "W22": -84.700644365444148, "S22": -113.35981879971652, "W31": -113.35981879971652, "S31": -113.35981879971652, "W32": -113.35981879971652, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100113.0, 500722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4304785890883354, "S12": -7.8716747235319016, "W13": -20.0, "S13": -20.0, "W21": -39.662060675994049, "S21": -39.662060675994049, "W22": -49.214438953838737, "S22": -74.214438953838737, "W31": -80.0, "S31": -80.0, "W32": -93.96340411619137, "S32": -98.96340411619137 }, "geometry": { "type": "Point", "coordinates": [ 100113.0, 505413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2762084960698623, "S11": 1.2762084960698623, "W12": -6.1308229833957197, "S12": -6.1308229833957197, "W13": -21.382286195376508, "S13": -21.382286195376508, "W21": -40.0, "S21": -40.0, "W22": -53.803096013986504, "S22": -63.803096013986504, "W31": -80.0, "S31": -80.0, "W32": -97.739586534113286, "S32": -102.73958653411329 }, "geometry": { "type": "Point", "coordinates": [ 100113.153846153843915, 503892.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100113.372093023252091, 512006.906976744183339 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90101899085335579, "S11": 0.90101899085335579, "W12": -6.5124710773570884, "S12": -15.301600471893547, "W13": -19.962595815119659, "S13": -19.962595815119659, "W21": -30.0, "S21": -37.93054999920016, "W22": -60.380104278042865, "S22": -64.747542791893906, "W31": -90.354339201788846, "S31": -90.354339201788846, "W32": -101.58994997415743, "S32": -106.58994997415743 }, "geometry": { "type": "Point", "coordinates": [ 100114.78947368421359, 502585.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34084527527273811, "S11": 0.34084527527273811, "W12": -10.0, "S12": -17.111815388725624, "W13": -19.874174844446753, "S13": -21.305720360629806, "W21": -31.28396998035824, "S21": -51.283969980358236, "W22": -66.106886276129643, "S22": -80.720197218325154, "W31": -94.564643912834271, "S31": -94.564643912834271, "W32": -104.91791306316405, "S32": -109.91791306316405 }, "geometry": { "type": "Point", "coordinates": [ 100115.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3197824237327049, "S11": 1.3197824237327049, "W12": -6.2769093850672348, "S12": -6.2769093850672348, "W13": -21.743301416387528, "S13": -21.743301416387528, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -55.220166605447602, "S22": -65.220166605447602, "W31": -80.0, "S31": -80.0, "W32": -98.24537846615037, "S32": -103.24537846615037 }, "geometry": { "type": "Point", "coordinates": [ 100116.357142857144936, 503591.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.59885612680462, "S13": -19.59885612680462, "W21": -59.401191071329386, "S21": -77.579333384700561, "W22": -86.091526512631063, "S22": -87.876798076284203, "W31": -104.08342313013753, "S31": -104.08342313013753, "W32": -104.08342313013753, "S32": -108.42832055510344 }, "geometry": { "type": "Point", "coordinates": [ 100118.0, 499218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3942636238932504, "S11": -2.3942636238932504, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.744360590479335, "W21": -62.001953861652581, "S21": -70.519126291669139, "W22": -89.065681606697865, "S22": -115.57993462916532, "W31": -115.57993462916532, "S31": -115.57993462916532, "W32": -115.57993462916532, "S32": -115.57993462916532 }, "geometry": { "type": "Point", "coordinates": [ 100119.333333333328483, 500365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100119.823529411762138, 511726.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3638047322062894, "S11": 1.3638047322062894, "W12": -5.3752109004226609, "S12": -7.4082971402536115, "W13": -22.1054600829405, "S13": -22.1054600829405, "W21": -40.078038373438226, "S21": -41.937669669707738, "W22": -56.642231012805254, "S22": -66.642231012805254, "W31": -81.21041799312674, "S31": -81.21041799312674, "W32": -98.914097349978817, "S32": -103.91409734997882 }, "geometry": { "type": "Point", "coordinates": [ 100120.833333333328483, 503296.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2116242913077944, "S12": -9.2116242913077944, "W13": -20.0, "S13": -20.0, "W21": -42.817533529462395, "S21": -47.169790848505741, "W22": -52.846744155928064, "S22": -63.942707428239537, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100121.588235294111655, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.117548453771688, "S12": -12.961783668235359, "W13": -25.0, "S13": -25.0, "W21": -39.714778251266736, "S21": -43.225379303229815, "W22": -49.471802425240718, "S22": -49.471802425240718, "W31": -80.0, "S31": -80.466854733571722, "W32": -93.964052003885826, "S32": -98.964052003885826 }, "geometry": { "type": "Point", "coordinates": [ 100122.0, 506721.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0595530579010286, "S11": 2.0595530579010286, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.623733844090836, "S13": -19.623733844090836, "W21": -55.424048067215601, "S21": -64.020240215931679, "W22": -80.627656099729634, "S22": -95.627656099729634, "W31": -98.550119864042799, "S31": -98.550119864042799, "W32": -100.55516630186526, "S32": -105.55516630186526 }, "geometry": { "type": "Point", "coordinates": [ 100123.0, 498746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -19.616003167478738, "S13": -19.616003167478738, "W21": -56.280329261459727, "S21": -70.682145379507404, "W22": -82.348395906294797, "S22": -94.523950132540179, "W31": -99.661184750889802, "S31": -99.661184750889802, "W32": -101.11588194708793, "S32": -106.11588194708793 }, "geometry": { "type": "Point", "coordinates": [ 100124.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0564642468884724, "S12": -5.0564642468884724, "W13": -25.0, "S13": -25.0, "W21": -38.464357217385228, "S21": -39.987576533772092, "W22": -49.387762511215563, "S22": -59.377009522722659, "W31": -80.0, "S31": -80.0, "W32": -93.930475336862145, "S32": -98.930475336862145 }, "geometry": { "type": "Point", "coordinates": [ 100124.0, 506406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1638443935926777, "S11": 1.1638443935926777, "W12": -12.258746442892251, "S12": -12.258746442892251, "W13": -19.931719668688753, "S13": -19.931719668688753, "W21": -49.027182773607883, "S21": -62.245536301532596, "W22": -62.245536301532596, "S22": -69.057145667853462, "W31": -89.37562708435027, "S31": -89.37562708435027, "W32": -98.14560464319834, "S32": -103.14560464319834 }, "geometry": { "type": "Point", "coordinates": [ 100125.0, 497927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6683304938614212, "W13": -25.0, "S13": -25.0, "W21": -40.609844881867801, "S21": -45.609844881867801, "W22": -49.511311049509189, "S22": -49.511311049509189, "W31": -80.0, "S31": -80.176450716642989, "W32": -93.953218299445126, "S32": -98.953218299445126 }, "geometry": { "type": "Point", "coordinates": [ 100125.0, 506959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3430866210805619, "S11": 1.3430866210805619, "W12": -6.0820565405062519, "S12": -6.0820565405062519, "W13": -21.920349239840007, "S13": -21.920349239840007, "W21": -40.000000000000007, "S21": -40.642618323786415, "W22": -55.691834972281846, "S22": -65.691834972281839, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -98.487090527875253, "S32": -103.48709052787525 }, "geometry": { "type": "Point", "coordinates": [ 100125.8, 503492.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2835601110788486, "S11": 1.2835601110788486, "W12": -6.1378271395639068, "S12": -6.1378271395639068, "W13": -21.417993960355162, "S13": -21.417993960355162, "W21": -40.0, "S21": -40.0, "W22": -53.569832046551909, "S22": -63.569832046551909, "W31": -80.0, "S31": -80.0, "W32": -97.71373631032445, "S32": -102.71373631032445 }, "geometry": { "type": "Point", "coordinates": [ 100125.846153846156085, 503940.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92491016824120131, "S11": 0.92491016824120131, "W12": -5.848944438000232, "S12": -15.234922213413423, "W13": -19.965094504666357, "S13": -19.965094504666357, "W21": -30.0, "S21": -37.077625570776256, "W22": -59.882329999721428, "S22": -66.344574566456785, "W31": -89.844477229589486, "S31": -89.844477229589486, "W32": -101.28667172240165, "S32": -106.28667172240165 }, "geometry": { "type": "Point", "coordinates": [ 100126.0, 502628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89729506015904459, "S11": 0.89729506015904459, "W12": -10.79263142469658, "S12": -10.79263142469658, "W13": -20.30794112844552, "S13": -20.30794112844552, "W21": -44.709373720835039, "S21": -55.081126093905013, "W22": -55.540381088516106, "S22": -66.99960722077779, "W31": -85.265739834309841, "S31": -85.265739834309841, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100127.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.566662012452092, "S21": -41.566662012452092, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100127.5625, 509380.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92678561811569882, "S11": 0.92678561811569882, "W12": -5.7621307211884449, "S12": -15.229518221314345, "W13": -19.965199130975062, "S13": -19.965199130975062, "W21": -30.0, "S21": -36.981323170940591, "W22": -59.854913839743134, "S22": -66.579809735529182, "W31": -89.779625829581704, "S31": -89.779625829581704, "W32": -101.24718451413365, "S32": -106.24718451413365 }, "geometry": { "type": "Point", "coordinates": [ 100127.736842105266987, 502633.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3592310593595542, "S11": 1.3592310593595542, "W12": -5.7118265529285432, "S12": -6.2492099406884183, "W13": -22.052006704596764, "S13": -22.052006704596764, "W21": -40.0, "S21": -41.303126500047924, "W22": -56.192885199320273, "S22": -66.192885199320273, "W31": -80.0, "S31": -80.0, "W32": -98.722701724996057, "S32": -103.72270172499606 }, "geometry": { "type": "Point", "coordinates": [ 100128.0, 503389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.120384911770512, "S12": -5.5045745157558184, "W13": -25.0, "S13": -25.0, "W21": -39.741227111585424, "S21": -39.741227111585424, "W22": -49.305260535936682, "S22": -55.622764415285722, "W31": -80.0, "S31": -80.0, "W32": -93.876999047334508, "S32": -98.876999047334508 }, "geometry": { "type": "Point", "coordinates": [ 100129.0, 506165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6961066711850366, "S11": 1.6961066711850366, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.649840461079492, "S13": -19.649840461079492, "W21": -54.742574059299081, "S21": -58.692052567854965, "W22": -77.976579174263946, "S22": -92.553371794892271, "W31": -97.675911333996652, "S31": -97.675911333996652, "W32": -100.18380846362219, "S32": -105.18380846362219 }, "geometry": { "type": "Point", "coordinates": [ 100131.0, 498670.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2208496325363922, "S11": 1.2208496325363922, "W12": -12.550579058280954, "S12": -12.550579058280954, "W13": -20.505525184877065, "S13": -20.505525184877065, "W21": -47.262014544690487, "S21": -59.497497917655394, "W22": -59.839963705447026, "S22": -64.832243461008858, "W31": -88.063079199439287, "S31": -88.063079199439287, "W32": -97.558790593505023, "S32": -102.55879059350502 }, "geometry": { "type": "Point", "coordinates": [ 100133.0, 497717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0837124190735064, "S11": 1.0837124190735064, "W12": -11.822348902782805, "S12": -11.822348902782805, "W13": -20.472920612759161, "S13": -20.472920612759161, "W21": -46.218219857188224, "S21": -57.749420876101937, "W22": -58.014612338257443, "S22": -65.098748264186284, "W31": -87.044038626275082, "S31": -87.044038626275082, "W32": -97.123330205926507, "S32": -102.12333020592651 }, "geometry": { "type": "Point", "coordinates": [ 100134.0, 497564.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2859492997312438, "S11": 1.2859492997312438, "W12": -6.1320760158234959, "S12": -6.1320760158234959, "W13": -21.418132207984282, "S13": -21.418132207984282, "W21": -40.0, "S21": -40.0, "W22": -53.279110361150245, "S22": -63.279110361150245, "W31": -80.0, "S31": -80.0, "W32": -97.805416462541459, "S32": -102.80541646254146 }, "geometry": { "type": "Point", "coordinates": [ 100135.5, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.041863008839093, "S11": 1.041863008839093, "W12": -11.59609001471129, "S12": -11.59609001471129, "W13": -20.482849313502339, "S13": -20.482849313502339, "W21": -45.880065493246008, "S21": -57.16631551736802, "W22": -57.380327868852461, "S22": -65.388435303608887, "W31": -86.690522544973135, "S31": -86.690522544973135, "W32": -96.969744203980511, "S32": -101.96974420398051 }, "geometry": { "type": "Point", "coordinates": [ 100136.0, 497512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -9.6678505653184317, "W13": -25.0, "S13": -25.0, "W21": -40.671270657576891, "S21": -42.665771224931767, "W22": -49.718911557841444, "S22": -49.718911557841444, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100136.104166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8321106474626463, "S11": 3.8321106474626463, "W12": -10.450822711471611, "S12": -10.450822711471611, "W13": -19.705396630832684, "S13": -20.546797769252819, "W21": -60.0, "S21": -72.49243581316216, "W22": -85.795713773461472, "S22": -96.397768327075141, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100137.0, 499431.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6086127615603214, "S11": -0.6086127615603214, "W12": -10.0, "S12": -12.500133582687685, "W13": -19.57966988971652, "S13": -22.09372609104631, "W21": -40.0, "S21": -51.604526886255059, "W22": -78.553973786264791, "S22": -99.476026685196302, "W31": -104.8525, "S31": -104.8525, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100138.0, 501203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2909117260878424, "S11": 1.2909117260878424, "W12": -6.1448312957321205, "S12": -6.1448312957321205, "W13": -21.453701725333886, "S13": -21.453701725333886, "W21": -40.0, "S21": -40.0, "W22": -53.33656807911759, "S22": -63.33656807911759, "W31": -80.0, "S31": -80.0, "W32": -97.687886086535357, "S32": -102.68788608653536 }, "geometry": { "type": "Point", "coordinates": [ 100138.538461538468255, 503987.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3511192300905932, "S11": 1.3511192300905932, "W12": -6.2579550756644586, "S12": -6.2579550756644586, "W13": -21.960750062362656, "S13": -21.960750062362656, "W21": -40.0, "S21": -40.370901468846931, "W22": -55.463437056021299, "S22": -65.463437056021291, "W31": -80.0, "S31": -80.0, "W32": -98.385001671631798, "S32": -103.3850016716318 }, "geometry": { "type": "Point", "coordinates": [ 100139.0, 503538.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91638661424306034, "S11": 0.91638661424306034, "W12": -10.915646118747702, "S12": -10.915646118747702, "W13": -20.492938154580077, "S13": -20.492938154580077, "W21": -44.865943512075312, "S21": -55.411334170745619, "W22": -55.742622950819673, "S22": -66.58283935669661, "W31": -85.595165909323356, "S31": -85.595165909323356, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100140.5, 497353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5721726828966638, "S12": -9.5721726828966638, "W13": -20.166286457028676, "S13": -20.166286457028676, "W21": -43.15747122200527, "S21": -51.368602377214351, "W22": -53.171242605678216, "S22": -64.234445905163341, "W31": -83.630219985085873, "S31": -83.630219985085873, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100140.666666666671517, 497077.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95255224537794247, "S11": 0.95255224537794247, "W12": -5.0117903650206701, "S12": -14.696114941753848, "W13": -19.967802446830447, "S13": -19.967802446830447, "W21": -30.0, "S21": -36.077522573557566, "W22": -59.617049071686139, "S22": -69.651218113993238, "W31": -89.210611974459155, "S31": -89.210611974459155, "W32": -100.90441905411028, "S32": -105.90441905411028 }, "geometry": { "type": "Point", "coordinates": [ 100140.684210526320385, 502681.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9997855078783221, "S11": 0.9997855078783221, "W12": -11.3724031752109, "S12": -11.3724031752109, "W13": -20.529262895856565, "S13": -20.529262895856565, "W21": -45.540511154318459, "S21": -56.592372107266598, "W22": -56.822438524590169, "S22": -65.645189278066013, "W31": -86.353826366715992, "S31": -86.353826366715992, "W32": -96.82695737317222, "S32": -101.82695737317222 }, "geometry": { "type": "Point", "coordinates": [ 100140.78125, 497463.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1336919945923132, "S12": -9.1336919945923132, "W13": -20.0, "S13": -20.0, "W21": -42.662225580166833, "S21": -46.117627464311951, "W22": -52.504687293350656, "S22": -63.557033598425434, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100141.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4468470276591556, "S11": 1.4468470276591556, "W12": -5.0, "S12": -11.924307681711333, "W13": -20.119210425881711, "S13": -20.119210425881711, "W21": -30.0, "S21": -33.77120047399125, "W22": -58.073399239490762, "S22": -72.406849860915926, "W31": -85.125256820455746, "S31": -85.125256820455746, "W32": -99.575907003144096, "S32": -104.5759070031441 }, "geometry": { "type": "Point", "coordinates": [ 100141.9375, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13058332240566589, "S11": 0.13058332240566589, "W12": -5.6871056027261764, "S12": -6.6871056027261764, "W13": -20.342889984427529, "S13": -20.342889984427529, "W21": -40.0, "S21": -40.0, "W22": -48.963418480331846, "S22": -60.90784374313521, "W31": -80.0, "S31": -80.128527663820492, "W32": -93.705101022343186, "S32": -98.705101022343186 }, "geometry": { "type": "Point", "coordinates": [ 100142.363636363632395, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0537671409645293, "S11": 1.0537671409645293, "W12": -12.888988554286856, "S12": -12.888988554286856, "W13": -19.891550846610212, "S13": -19.891550846610212, "W21": -49.483287168977071, "S21": -63.055438342026989, "W22": -63.055438342026989, "S22": -70.15421358724555, "W31": -89.751933738430026, "S31": -89.751933738430026, "W32": -98.341380136113273, "S32": -103.34138013611327 }, "geometry": { "type": "Point", "coordinates": [ 100142.714285714289872, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0488948958498536, "S11": 4.0488948958498536, "W12": -15.0, "S12": -15.0, "W13": -19.598672697213836, "S13": -19.598672697213836, "W21": -57.562142175426629, "S21": -78.452137371115313, "W22": -84.221319092306658, "S22": -91.508582471724878, "W31": -101.36267642737509, "S31": -101.36267642737509, "W32": -101.92167433834871, "S32": -106.92167433834871 }, "geometry": { "type": "Point", "coordinates": [ 100143.684210526320385, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73852858870994531, "S11": 0.73852858870994531, "W12": -5.8690218778565075, "S12": -6.5846751223662761, "W13": -20.788997496188454, "S13": -20.788997496188454, "W21": -40.0, "S21": -40.0, "W22": -50.384677818549108, "S22": -60.384677818549108, "W31": -89.200958849380797, "S31": -89.263625917183205, "W32": -93.670461920626252, "S32": -98.670461920626252 }, "geometry": { "type": "Point", "coordinates": [ 100144.0, 504613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5419481466573242, "S12": -9.5419481466573242, "W13": -20.147818325845307, "S13": -20.147818325845307, "W21": -43.108843913491533, "S21": -50.981048477820195, "W22": -53.075726460820242, "S22": -64.129204162303949, "W31": -83.604985618408591, "S31": -83.604985618408591, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100144.857142857144936, 497075.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0131033427991554, "S12": -8.0131033427991554, "W13": -25.0, "S13": -25.0, "W21": -38.638770647457662, "S21": -40.754533819491755, "W22": -49.300340082760833, "S22": -56.82442956996897, "W31": -80.0, "S31": -80.420009056962556, "W32": -93.767734516367241, "S32": -98.767734516367241 }, "geometry": { "type": "Point", "coordinates": [ 100145.0, 506506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95770800691755098, "S11": 0.95770800691755098, "W12": -11.14871633571051, "S12": -11.14871633571051, "W13": -20.575676478210788, "S13": -20.575676478210788, "W21": -45.20095681539091, "S21": -56.018428697165177, "W22": -56.264549180327869, "S22": -65.901943252523139, "W31": -86.017130188458836, "S31": -86.017130188458836, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100145.5625, 497414.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2404896099917986, "S12": -6.0019813324292768, "W13": -25.0, "S13": -25.0, "W21": -38.580101070118033, "S21": -38.580101070118033, "W22": -49.164015005423643, "S22": -58.378003198765164, "W31": -80.0, "S31": -80.0, "W32": -93.711540781411188, "S32": -98.711540781411188 }, "geometry": { "type": "Point", "coordinates": [ 100148.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.019155737319607, "S11": -1.019155737319607, "W12": -10.075806231330347, "S12": -10.075806231330347, "W13": -20.687474456522896, "S13": -23.801850104231367, "W21": -61.714108204339759, "S21": -68.155543185979809, "W22": -88.48061062907081, "S22": -110.20878295918979, "W31": -110.20878295918979, "S31": -110.20878295918979, "W32": -110.20878295918979, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100150.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7658692844226311, "S11": -1.7658692844226311, "W12": -10.0, "S12": -10.410390240653161, "W13": -19.62947435598101, "S13": -22.245612249352398, "W21": -48.29942347033662, "S21": -58.920434946717762, "W22": -80.876913492621881, "S22": -106.9546854316655, "W31": -106.9546854316655, "S31": -106.9546854316655, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100150.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21902031805457023, "S11": -0.21902031805457023, "W12": -10.0, "S12": -15.811307774512423, "W13": -19.780652040383767, "S13": -24.382931041871252, "W21": -33.694800308795791, "S21": -53.694800308795791, "W22": -69.982002448847126, "S22": -84.534732988964933, "W31": -97.953615279672576, "S31": -97.953615279672576, "W32": -107.89706372131801, "S32": -112.89706372131801 }, "geometry": { "type": "Point", "coordinates": [ 100150.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.513228920609357, "S21": -45.151142786678562, "W22": -49.389055615818293, "S22": -49.389055615818293, "W31": -80.0, "S31": -80.159894815268004, "W32": -93.755138286818067, "S32": -98.755138286818067 }, "geometry": { "type": "Point", "coordinates": [ 100150.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -11.016188878934694, "W13": -25.0, "S13": -25.0, "W21": -40.663503661303764, "S21": -42.210273695910537, "W22": -49.664730436988826, "S22": -49.664730436988826, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100150.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91563050595678019, "S11": 0.91563050595678019, "W12": -10.925029496210119, "S12": -10.925029496210119, "W13": -20.622090060565011, "S13": -20.622090060565011, "W21": -44.861402476463361, "S21": -55.444485287063756, "W22": -55.706659836065576, "S22": -66.158697226980266, "W31": -85.680007460805669, "S31": -85.680007460805669, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100150.34375, 497365.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2982633410968127, "S11": 1.2982633410968127, "W12": -6.1518354519002747, "S12": -6.1518354519002747, "W13": -21.48940949031244, "S13": -21.48940949031244, "W21": -40.0, "S21": -40.0, "W22": -53.103304111683009, "S22": -63.103304111683009, "W31": -80.0, "S31": -80.0, "W32": -97.662035862746805, "S32": -102.66203586274681 }, "geometry": { "type": "Point", "coordinates": [ 100151.230769230765873, 504034.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3591518391006325, "S11": 1.3591518391006325, "W12": -6.3610624752867757, "S12": -6.3610624752867757, "W13": -22.001150884885362, "S13": -22.001150884885362, "W21": -40.0, "S21": -40.099184613907823, "W22": -55.235039139761042, "S22": -65.235039139761042, "W31": -80.0, "S31": -80.0, "W32": -98.282912815388485, "S32": -103.28291281538849 }, "geometry": { "type": "Point", "coordinates": [ 100152.2, 503584.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.5730453946179, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100152.647058823524276, 512415.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2738509454834295, "S11": 1.2738509454834295, "W12": -6.0651286073065194, "S12": -6.0651286073065194, "W13": -21.280205543422358, "S13": -21.280205543422358, "W21": -40.0, "S21": -40.0, "W22": -52.179229787245212, "S22": -62.179229787245212, "W31": -78.574693940961353, "S31": -78.574693940961353, "W32": -97.167644235402648, "S32": -102.16764423540265 }, "geometry": { "type": "Point", "coordinates": [ 100152.784615384618519, 504230.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97831887264028561, "S11": 0.97831887264028561, "W12": -5.0, "S12": -14.385500182523586, "W13": -19.97040576268585, "S13": -19.97040576268585, "W21": -29.999999999999996, "S21": -35.17372197617297, "W22": -59.379184303628861, "S22": -73.489431284197522, "W31": -88.641598119335896, "S31": -88.641598119335896, "W32": -100.56165359408648, "S32": -105.56165359408648 }, "geometry": { "type": "Point", "coordinates": [ 100153.631578947373782, 502729.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93547816832707598, "S11": 0.93547816832707598, "W12": -11.038660812798822, "S12": -11.038660812798822, "W13": -20.677935180714634, "S13": -20.677935180714634, "W21": -45.022513303315598, "S21": -55.741542247586246, "W22": -55.954098360655735, "S22": -65.777837492494683, "W31": -85.879253952184413, "S31": -85.879253952184413, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100154.0, 497397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8276665442941462, "S11": 1.8276665442941462, "W12": -15.0, "S12": -15.0, "W13": -19.632861741671434, "S13": -19.632861741671434, "W21": -55.062930716179821, "S21": -61.116814595990498, "W22": -80.0, "S22": -94.782294489611559, "W31": -98.117404659672914, "S31": -98.117404659672914, "W32": -100.33452046590679, "S32": -105.33452046590679 }, "geometry": { "type": "Point", "coordinates": [ 100154.0, 498716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87355300499600907, "S11": 0.87355300499600907, "W12": -10.701342656709727, "S12": -10.701342656709727, "W13": -20.668503642919234, "S13": -20.668503642919234, "W21": -44.521848137535812, "S21": -54.870541876962328, "W22": -55.148770491803283, "S22": -66.415451201437392, "W31": -85.279688892622843, "S31": -85.279688892622843, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100155.125, 497317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000053, "S12": -6.2796739538647914, "W13": -25.0, "S13": -25.0, "W21": -38.741776842278924, "S21": -41.200861634945134, "W22": -49.250584079921794, "S22": -55.34494504517707, "W31": -80.0, "S31": -80.710169203839214, "W32": -93.674787435338061, "S32": -98.674787435338061 }, "geometry": { "type": "Point", "coordinates": [ 100157.0, 506564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9999999999999885, "W13": -25.0, "S13": -25.0, "W21": -38.756345692142574, "S21": -41.268458590536923, "W22": -49.242136113454656, "S22": -55.114594497992698, "W31": -80.0, "S31": -80.701751486367925, "W32": -93.659259175747053, "S32": -98.659259175747053 }, "geometry": { "type": "Point", "coordinates": [ 100159.0, 506573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83147550403523818, "S11": 0.83147550403523818, "W12": -10.477655817209337, "S12": -10.477655817209337, "W13": -20.714917225273457, "S13": -20.714917225273457, "W21": -44.182293798608264, "S21": -54.296598466860907, "W22": -54.590881147540983, "S22": -65.913697976319185, "W31": -84.879370324440032, "S31": -84.879370324440032, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100159.90625, 497268.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99368401862808475, "S11": 0.99368401862808475, "W12": -15.0, "S12": -15.0, "W13": -19.824562948365262, "S13": -19.824562948365262, "W21": -50.897845965203473, "S21": -65.897845965203473, "W22": -65.897845965203473, "S22": -75.163550515301097, "W31": -92.176258041773153, "S31": -92.176258041773153, "W32": -98.948070441067784, "S32": -103.94807044106778 }, "geometry": { "type": "Point", "coordinates": [ 100161.0, 498225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0458799775327579, "S11": 1.0458799775327579, "W12": -11.653097042800759, "S12": -11.653097042800759, "W13": -20.819751967036481, "S13": -20.819751967036481, "W21": -45.916632555601183, "S21": -57.336725977474913, "W22": -57.442430600845256, "S22": -64.301247162203666, "W31": -86.898310100459625, "S31": -86.898310100459625, "W32": -97.092399954058507, "S32": -102.09239995405851 }, "geometry": { "type": "Point", "coordinates": [ 100161.5, 497552.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.857563443357112, "W21": -61.818527830822092, "S21": -69.66216638331116, "W22": -88.490412801533466, "S22": -115.14057438851506, "W31": -115.14057438851506, "S31": -115.14057438851506, "W32": -115.14057438851506, "S32": -115.14057438851506 }, "geometry": { "type": "Point", "coordinates": [ 100162.0, 500387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100162.790697674412513, 512004.302325581375044 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3689013738143694, "S11": 1.3689013738143694, "W12": -6.3782796063440248, "S12": -6.3782796063440248, "W13": -22.059830601391408, "S13": -22.059830601391408, "W21": -40.0, "S21": -40.0, "W22": -55.141317022114741, "S22": -65.141317022114748, "W31": -80.0, "S31": -80.0, "W32": -98.245690731950972, "S32": -103.24569073195097 }, "geometry": { "type": "Point", "coordinates": [ 100163.571428571434808, 503603.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3056149561058068, "S11": 1.3056149561058068, "W12": -6.1588396080684884, "S12": -6.1588396080684884, "W13": -21.525117255291164, "S13": -21.525117255291164, "W21": -40.0, "S21": -40.0, "W22": -52.870040144248698, "S22": -62.870040144248698, "W31": -80.0, "S31": -80.0, "W32": -97.636185638957684, "S32": -102.63618563895768 }, "geometry": { "type": "Point", "coordinates": [ 100163.923076923078042, 504081.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5518144407033296, "S11": -1.5518144407033296, "W12": -10.0, "S12": -10.0, "W13": -20.494687022914064, "S13": -23.681444173856633, "W21": -62.459389583543576, "S21": -69.230611076567556, "W22": -89.300870336882852, "S22": -114.4607946871577, "W31": -114.4607946871577, "S31": -114.4607946871577, "W32": -114.4607946871577, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100164.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78939800307446717, "S11": 0.78939800307446717, "W12": -10.250815236802628, "S12": -10.250815236802628, "W13": -20.761330807627683, "S13": -20.761330807627683, "W21": -43.842739459680722, "S21": -53.842739459680722, "W22": -54.05470604199256, "S22": -65.275832702376292, "W31": -84.479051756257206, "S31": -84.479051756257206, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100164.6875, 497219.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3671844481106643, "S11": 1.3671844481106643, "W12": -6.3696853193611531, "S12": -6.3696853193611531, "W13": -22.041551707408011, "S13": -22.041551707408011, "W21": -40.0, "S21": -40.0, "W22": -55.006641223500495, "S22": -65.006641223500495, "W31": -80.0, "S31": -80.0, "W32": -98.18082395914503, "S32": -103.18082395914503 }, "geometry": { "type": "Point", "coordinates": [ 100165.4, 503630.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0040854999025293, "S11": 1.0040854999025293, "W12": -5.0, "S12": -14.694304269204409, "W13": -19.973009078541235, "S13": -19.973009078541235, "W21": -30.0, "S21": -34.269921378789952, "W22": -59.14131953557186, "S22": -77.327644454397003, "W31": -88.058538731031135, "S31": -88.058538731031135, "W32": -100.21888813406309, "S32": -105.21888813406309 }, "geometry": { "type": "Point", "coordinates": [ 100166.57894736842718, 502777.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95456972241109173, "S11": 0.95456972241109173, "W12": -11.161675506849944, "S12": -11.161675506849944, "W13": -20.862932206849191, "S13": -20.862932206849191, "W21": -45.179083094555871, "S21": -56.071750324426858, "W22": -56.165573770491797, "S22": -64.972835628292771, "W31": -86.138053889883963, "S31": -86.138053889883963, "W32": -96.764166928941236, "S32": -101.76416692894124 }, "geometry": { "type": "Point", "coordinates": [ 100167.5, 497441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3675712567062797, "S11": 1.3675712567062797, "W12": -6.3672485562490619, "S12": -6.3672485562490619, "W13": -22.039423401134002, "S13": -22.039423401134002, "W21": -40.0, "S21": -40.0, "W22": -54.918126862969046, "S22": -64.918126862969046, "W31": -80.0, "S31": -80.0, "W32": -98.139287325550612, "S32": -103.13928732555061 }, "geometry": { "type": "Point", "coordinates": [ 100168.0, 503649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3465386264391923, "S11": 1.3465386264391923, "W12": -6.2944894660433501, "S12": -6.2944894660433501, "W13": -21.861958945643227, "S13": -21.861958945643227, "W21": -40.0, "S21": -40.0, "W22": -54.15939028716064, "S22": -64.159390287160647, "W31": -80.0, "S31": -80.0, "W32": -97.762256665709671, "S32": -102.76225666570967 }, "geometry": { "type": "Point", "coordinates": [ 100168.0, 503807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4166532793721818, "S11": 1.4166532793721818, "W12": -5.3719594009717069, "S12": -7.5501156156428664, "W13": -22.452174216131837, "S13": -22.452174216131837, "W21": -40.608351624388042, "S21": -42.632019581762592, "W22": -56.679035388286763, "S22": -66.679035388286763, "W31": -81.561144912082426, "S31": -81.561144912082426, "W32": -98.932337396247959, "S32": -103.93233739624796 }, "geometry": { "type": "Point", "coordinates": [ 100168.666666666671517, 503285.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100169.058823529412621, 511725.382352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74635665746125124, "S11": 0.74635665746125124, "W12": -9.9804554262182972, "S12": -9.9804554262182972, "W13": -20.687336771888258, "S13": -20.687336771888258, "W21": -43.503185120753173, "S21": -53.503185120753173, "W22": -53.522052539578731, "S22": -64.641489031567986, "W31": -84.145420424356814, "S31": -84.145420424356814, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100169.46875, 497170.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0158489156195252, "S12": -9.0158489156195252, "W13": -20.0, "S13": -20.0, "W21": -42.427381135625993, "S21": -44.590753367109464, "W22": -51.987455855695799, "S22": -62.97384801940359, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100170.352941176475724, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5509600944114013, "S12": -6.7173321476477268, "W13": -25.0, "S13": -25.0, "W21": -39.248332740192978, "S21": -42.727535464228055, "W22": -49.216789242765117, "S22": -49.216789242765117, "W31": -80.0, "S31": -80.523019279281044, "W32": -93.573828944871295, "S32": -98.573828944871295 }, "geometry": { "type": "Point", "coordinates": [ 100170.75, 506730.125 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0477784018683447, "S11": 1.0477784018683447, "W12": -11.676534245893178, "S12": -11.676534245893178, "W13": -20.945421949006022, "S13": -20.945421949006022, "W21": -45.933506162732641, "S21": -57.405897715525633, "W22": -57.478454835020699, "S22": -63.899437815828094, "W31": -86.97924616462906, "S31": -86.97924616462906, "W32": -97.139650893896444, "S32": -102.13965089389644 }, "geometry": { "type": "Point", "coordinates": [ 100171.0, 497568.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3234025937549116, "S11": 1.3234025937549116, "W12": -6.2100983690036919, "S12": -6.2100983690036919, "W13": -21.660525290889201, "S13": -21.660525290889201, "W21": -40.0, "S21": -40.0, "W22": -53.224259452613182, "S22": -63.224259452613182, "W31": -80.0, "S31": -80.0, "W32": -97.291592872509796, "S32": -102.2915928725098 }, "geometry": { "type": "Point", "coordinates": [ 100171.0, 504005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -41.499896876064312, "S21": -41.499896876064312, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100173.25, 509369.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68680631955514637, "S11": 0.68680631955514637, "W12": -9.686873542161706, "S12": -9.686873542161706, "W13": -20.39372515637108, "S13": -20.39372515637108, "W21": -43.163630781825631, "S21": -52.529009615259184, "W22": -52.989399037164894, "S22": -64.030758265582733, "W31": -83.826988954138713, "S31": -83.826988954138713, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100174.25, 497122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4896548153586926, "S11": 1.4896548153586926, "W12": -15.0, "S12": -15.0, "W13": -19.654389242354661, "S13": -19.654389242354661, "W21": -54.470572515240477, "S21": -63.227075777872962, "W22": -76.828789099492568, "S22": -91.244899073088419, "W31": -97.374682977970394, "S31": -97.374682977970394, "W32": -100.11401602005141, "S32": -105.11401602005141 }, "geometry": { "type": "Point", "coordinates": [ 100176.0, 498656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3129665711147929, "S11": 1.3129665711147929, "W12": -6.1658437642366755, "S12": -6.1658437642366755, "W13": -21.560825020269821, "S13": -21.560825020269821, "W21": -40.0, "S21": -40.0, "W22": -52.636776176814102, "S22": -62.636776176814102, "W31": -80.0, "S31": -80.0, "W32": -97.610335415168848, "S32": -102.61033541516885 }, "geometry": { "type": "Point", "coordinates": [ 100176.615384615390212, 504128.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2229193120323743, "S12": -5.9291939285747244, "W13": -25.0, "S13": -25.0, "W21": -39.359737974104718, "S21": -39.359737974104718, "W22": -49.054889640042688, "S22": -53.771012226307192, "W31": -80.0, "S31": -80.0, "W32": -93.492336944647846, "S32": -98.492336944647846 }, "geometry": { "type": "Point", "coordinates": [ 100177.090909090911737, 506178.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37071530800256824, "S11": -0.37071530800256824, "W12": -10.0, "S12": -15.582681004541811, "W13": -19.756187717421291, "S13": -24.578718230773106, "W21": -33.814898419864562, "S21": -53.814898419864562, "W22": -70.0, "S22": -87.548171320177048, "W31": -98.090040927694417, "S31": -98.090040927694417, "W32": -108.15388198723963, "S32": -113.15388198723963 }, "geometry": { "type": "Point", "coordinates": [ 100178.0, 501990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3752170571207192, "S11": 1.3752170571207192, "W12": -6.3783081634355918, "S12": -6.3783081634355918, "W13": -22.081952529930817, "S13": -22.081952529930817, "W21": -40.0, "S21": -40.0, "W22": -54.778243307240238, "S22": -64.778243307240245, "W31": -80.0, "S31": -80.0, "W32": -98.078735102901717, "S32": -103.07873510290172 }, "geometry": { "type": "Point", "coordinates": [ 100178.6, 503677.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2850695770002183, "S12": -9.2850695770002183, "W13": -19.979329652083251, "S13": -19.979329652083251, "W21": -42.700678141009099, "S21": -47.696268439666142, "W22": -52.280125680996818, "S22": -63.254116359471567, "W31": -83.387513982102917, "S31": -83.387513982102917, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100179.0, 497054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3932916581051131, "S12": -9.3932916581051131, "W13": -20.100113540853894, "S13": -20.100113540853894, "W21": -42.822515767239153, "S21": -48.991572066096637, "W22": -52.456745534751064, "S22": -63.433171309541606, "W31": -83.508557483920583, "S31": -83.508557483920583, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100179.03125, 497073.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0298521271648733, "S11": 1.0298521271648733, "W12": -5.0, "S12": -14.966088050855513, "W13": -19.975612394396638, "S13": -19.975612394396638, "W21": -30.0, "S21": -33.366120781405364, "W22": -58.903454767514582, "S22": -78.18629776897788, "W31": -87.430224106823587, "S31": -87.430224106823587, "W32": -99.960400749608212, "S32": -104.96040074960821 }, "geometry": { "type": "Point", "coordinates": [ 100179.526315789480577, 502825.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3344479732178272, "S11": 1.3344479732178272, "W12": -6.2342733678677931, "S12": -6.2342733678677931, "W13": -21.733674234519434, "S13": -21.733674234519434, "W21": -40.0, "S21": -40.0, "W22": -53.239283163890718, "S22": -63.239283163890718, "W31": -80.0, "S31": -80.0, "W32": -97.309381148218449, "S32": -102.30938114821845 }, "geometry": { "type": "Point", "coordinates": [ 100180.666666666671517, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97366127649510759, "S11": 0.97366127649510759, "W12": -11.284690200901068, "S12": -11.284690200901068, "W13": -21.047929232983751, "S13": -21.047929232983751, "W21": -45.335652885796151, "S21": -56.401958401267471, "W22": -56.401958401267471, "S22": -64.167833764090844, "W31": -86.396853827583527, "S31": -86.396853827583527, "W32": -96.894768479916223, "S32": -101.89476847991622 }, "geometry": { "type": "Point", "coordinates": [ 100181.0, 497485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0133646978844348, "S12": -5.0133646978844348, "W13": -25.0, "S13": -25.0, "W21": -38.964819341627887, "S21": -42.152782044836854, "W22": -49.147430463487467, "S22": -50.934341681572896, "W31": -80.0, "S31": -80.591926917914279, "W32": -93.481268191307265, "S32": -98.481268191307265 }, "geometry": { "type": "Point", "coordinates": [ 100182.0, 506687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.099709774048522, "S12": -9.099709774048522, "W13": -20.0, "S13": -20.0, "W21": -42.475079354476108, "S21": -45.44781311875753, "W22": -51.924092032337235, "S22": -62.883430026815979, "W31": -83.190126013702454, "S31": -83.190126013702454, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100183.8125, 497024.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.239732772641208, "S12": -9.239732772641208, "W13": -19.937905383414595, "S13": -19.937905383414595, "W21": -42.627737178238505, "S21": -47.114937590574911, "W22": -52.136851463709853, "S22": -63.09625374518248, "W31": -83.349662432087001, "S31": -83.349662432087001, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100185.285714285710128, 497050.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -11.224229735040002, "W13": -25.0, "S13": -25.0, "W21": -40.643661140090231, "S21": -41.046603846656474, "W22": -49.526312700957497, "S22": -49.526312700957497, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100185.5, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0498969462263785, "S11": 1.0498969462263785, "W12": -11.710104070889985, "S12": -11.710104070889985, "W13": -21.156654620570603, "S13": -21.156654620570603, "W21": -45.953199617955995, "S21": -57.507136437581181, "W22": -57.522284288428139, "S22": -63.231809976389577, "W31": -87.106097655945717, "S31": -87.106097655945717, "W32": -97.213885778275454, "S32": -102.21388577827545 }, "geometry": { "type": "Point", "coordinates": [ 100187.0, 497593.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9450013731509479, "S12": -8.9450013731509479, "W13": -20.0, "S13": -20.0, "W21": -42.286192090811923, "S21": -43.711293305386818, "W22": -51.67649507153471, "S22": -62.623235446845527, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100188.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8061278899919273, "S12": -8.8061278899919273, "W13": -20.0, "S13": -20.0, "W21": -42.127642941713042, "S21": -42.824294426193475, "W22": -51.498126298244117, "S22": -62.440376512411063, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100188.59375, 496975.75 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0066852234006811, "S11": 5.0066852234006811, "W12": -10.0, "S12": -10.0, "W13": -19.583874708055191, "S13": -19.717000645782374, "W21": -59.108819165059792, "S21": -78.479285322884806, "W22": -86.28907773673221, "S22": -86.332374409933323, "W31": -103.80354561731912, "S31": -103.80354561731912, "W32": -103.80354561731912, "S32": -108.16312588341115 }, "geometry": { "type": "Point", "coordinates": [ 100189.0, 499215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2844848569320879, "S11": 1.2844848569320879, "W12": -5.0, "S12": -12.014710652725503, "W13": -20.0, "S13": -20.0, "W21": -29.999999999999996, "S21": -33.933355614973259, "W22": -58.056265147505364, "S22": -72.54351158044885, "W31": -85.220253402747289, "S31": -85.220253402747289, "W32": -99.569211577153339, "S32": -104.56921157715334 }, "geometry": { "type": "Point", "coordinates": [ 100189.25, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3203181861237709, "S11": 1.3203181861237709, "W12": -6.1728479204048572, "S12": -6.1728479204048572, "W13": -21.596532785248442, "S13": -21.596532785248442, "W21": -40.0, "S21": -40.0, "W22": -52.403512209379805, "S22": -62.403512209379805, "W31": -80.0, "S31": -80.0, "W32": -97.58448519138004, "S32": -102.58448519138004 }, "geometry": { "type": "Point", "coordinates": [ 100189.30769230768783, 504175.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44263500585441251, "S11": 0.44263500585441251, "W12": -5.7944796740454301, "S12": -6.7944796740454301, "W13": -20.674415521867299, "S13": -20.674415521867299, "W21": -40.0, "S21": -40.0, "W22": -48.713226077820529, "S22": -59.164311248607703, "W31": -80.0, "S31": -80.129706655161954, "W32": -93.324780559816148, "S32": -98.324780559816148 }, "geometry": { "type": "Point", "coordinates": [ 100189.818181818176527, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1509026654886729, "S11": -2.1509026654886729, "W12": -10.0, "S12": -10.0, "W13": -19.682652965769343, "S13": -22.487367267876778, "W21": -50.654391753204294, "S21": -60.3060002706994, "W22": -81.505967896405622, "S22": -111.50596789640562, "W31": -111.50596789640562, "S31": -111.50596789640562, "W32": -111.50596789640562, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100190.0, 500944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93287624094562449, "S11": 0.93287624094562449, "W12": -12.461452913304443, "S12": -12.461452913304443, "W13": -19.712369942003882, "S13": -19.712369942003882, "W21": -49.117710492510625, "S21": -62.691191092852847, "W22": -62.691191092852847, "S22": -69.210756161315189, "W31": -89.598668991613167, "S31": -89.598668991613167, "W32": -98.337092799592128, "S32": -103.33709279959213 }, "geometry": { "type": "Point", "coordinates": [ 100190.285714285710128, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4649457538346429, "S11": -1.4649457538346429, "W12": -10.0, "S12": -10.0, "W13": -20.64154494208098, "S13": -23.953051755612272, "W21": -62.555250442984537, "S21": -68.729215172264972, "W22": -89.164177446653298, "S22": -114.1641774466533, "W31": -114.1641774466533, "S31": -114.1641774466533, "W32": -114.1641774466533, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100191.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.476983794609027, "S11": 1.476983794609027, "W12": -5.0, "S12": -9.2537582040605937, "W13": -20.324141125507239, "S13": -20.324141125507239, "W21": -40.252660681580721, "S21": -43.038281650827763, "W22": -57.270384711814359, "S22": -67.270384711814359, "W31": -83.241171674088946, "S31": -83.241171674088946, "W32": -99.206144209885124, "S32": -104.20614420988512 }, "geometry": { "type": "Point", "coordinates": [ 100191.0, 503162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6044681189377714, "S11": 3.6044681189377714, "W12": -15.0, "S12": -15.0, "W13": -19.576633838925268, "S13": -19.576633838925268, "W21": -57.406632154334091, "S21": -78.588088905087844, "W22": -84.372696923112244, "S22": -90.42765943100197, "W31": -101.19831722016849, "S31": -101.19831722016849, "W32": -101.7310958567908, "S32": -106.7310958567908 }, "geometry": { "type": "Point", "coordinates": [ 100191.57894736842718, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.383249666130751, "S11": 1.383249666130751, "W12": -6.386931007509971, "S12": -6.386931007509971, "W13": -22.122353352453462, "S13": -22.122353352453462, "W21": -40.0, "S21": -40.0, "W22": -54.549845390979691, "S22": -64.549845390979698, "W31": -80.0, "S31": -80.0, "W32": -97.976646246658262, "S32": -102.97664624665826 }, "geometry": { "type": "Point", "coordinates": [ 100191.8, 503723.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.05561875442718, "S11": 1.05561875442718, "W12": -5.0, "S12": -14.169980487766338, "W13": -19.978215710252034, "S13": -19.978215710252034, "W21": -30.0, "S21": -33.344403392587161, "W22": -58.665589999457588, "S22": -76.656360808364525, "W31": -86.801909482616807, "S31": -86.801909482616807, "W32": -99.850830615026595, "S32": -104.8508306150266 }, "geometry": { "type": "Point", "coordinates": [ 100192.473684210519423, 502874.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.903222559476216, "S12": -8.903222559476216, "W13": -20.0, "S13": -20.0, "W21": -41.780206528949989, "S21": -42.175130558757402, "W22": -51.076331891488188, "S22": -62.00149432534333, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100193.375, 496927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9591101997997233, "W13": -25.0, "S13": -25.0, "W21": -38.533762010800189, "S21": -41.203556555122141, "W22": -49.065760448890501, "S22": -54.065760448890501, "W31": -80.0, "S31": -80.706350968515125, "W32": -93.380701289574603, "S32": -98.380701289574603 }, "geometry": { "type": "Point", "coordinates": [ 100194.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99275283057912311, "S11": 0.99275283057912311, "W12": -11.407704894952188, "S12": -11.407704894952188, "W13": -21.232926259118308, "S13": -21.232926259118308, "W21": -45.49222267703643, "S21": -56.732166478108091, "W22": -56.732166478108091, "S22": -63.40946198690196, "W31": -86.655653765283077, "S31": -86.655653765283077, "W32": -97.025370030891224, "S32": -102.02537003089122 }, "geometry": { "type": "Point", "coordinates": [ 100194.5, 497529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3524918740403331, "S12": -6.4658114533690707, "W13": -20.0, "S13": -20.0, "W21": -38.464577212305429, "S21": -38.464577212305429, "W22": -48.903038447631666, "S22": -55.803041444245494, "W31": -80.0, "S31": -80.0, "W32": -93.314827195499362, "S32": -98.314827195499362 }, "geometry": { "type": "Point", "coordinates": [ 100198.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2891187011265863, "S12": -9.2891187011265863, "W13": -20.0, "S13": -20.0, "W21": -41.43277011618693, "S21": -42.522367764498163, "W22": -50.654537484732259, "S22": -61.562612138275604, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100198.15625, 496878.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -10.517444081770611, "W13": -25.0, "S13": -25.0, "W21": -40.616034221014971, "S21": -40.616034221014971, "W22": -49.413957346922764, "S22": -49.413957346922764, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100199.0, 507945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73412303781003341, "S11": 0.73412303781003341, "W12": -10.0, "S12": -10.0, "W13": -20.804977028765034, "S13": -20.804977028765034, "W21": -43.401328057488513, "S21": -53.401328057488513, "W22": -53.401328057488513, "S22": -64.336363697314965, "W31": -84.229586129753912, "S31": -84.229586129753912, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100200.0, 497196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0390946502057614, "S11": -1.0390946502057614, "W12": -10.118704847018282, "S12": -10.118704847018282, "W13": -20.74628967129145, "S13": -23.996413412610227, "W21": -62.118940650488348, "S21": -67.663323412895934, "W22": -88.150547119614473, "S22": -112.21825570540662, "W31": -112.21825570540662, "S31": -112.21825570540662, "W32": -112.21825570540662, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100200.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0163446631882511, "S11": -2.0163446631882511, "W12": -10.0, "S12": -10.0, "W13": -19.630748584216619, "S13": -22.46549842857544, "W21": -48.587688302027153, "S21": -58.25666918612955, "W22": -80.728142250103048, "S22": -110.21281557292666, "W31": -110.21281557292666, "S31": -110.21281557292666, "W32": -110.21281557292666, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100200.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45610276125761229, "S11": -0.45610276125761229, "W12": -10.0, "S12": -15.479020838899279, "W13": -19.741678417869903, "S13": -24.352888948630071, "W21": -33.739995895752102, "S21": -53.739995895752102, "W22": -69.759904407071502, "S22": -89.712149074115331, "W31": -97.953615279672576, "S31": -97.953615279672576, "W32": -108.15664651680159, "S32": -113.15664651680159 }, "geometry": { "type": "Point", "coordinates": [ 100200.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5456971897893315, "S12": -8.5456971897893315, "W13": -25.0, "S13": -25.0, "W21": -40.000338537485064, "S21": -44.286621833477099, "W22": -49.12544293117994, "S22": -49.12544293117994, "W31": -80.0, "S31": -80.228469397067968, "W32": -93.354417492967741, "S32": -98.354417492967741 }, "geometry": { "type": "Point", "coordinates": [ 100200.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.6868979331220579, "W13": -25.0, "S13": -25.0, "W21": -40.635556448326966, "S21": -40.635556448326966, "W22": -49.469775879198224, "S22": -49.469775879198224, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100200.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.636240609919888, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100201.705882352936896, 512413.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9273599600023075, "S11": 2.9273599600023075, "W12": -10.587162605488812, "S12": -10.587162605488812, "W13": -18.72191324222656, "S13": -20.089793089406033, "W21": -60.0, "S21": -71.01190936509164, "W22": -84.032109062143306, "S22": -104.03210906214331, "W31": -107.44216814519412, "S31": -107.44216814519412, "W32": -107.44216814519412, "S32": -110.60622317596567 }, "geometry": { "type": "Point", "coordinates": [ 100202.0, 499520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.327669801132757, "S11": 1.327669801132757, "W12": -6.1798520765730443, "S12": -6.1798520765730443, "W13": -21.632240550227095, "S13": -21.632240550227095, "W21": -40.0, "S21": -40.0, "W22": -52.17024824194521, "S22": -62.17024824194521, "W31": -80.0, "S31": -80.0, "W32": -97.558634967591203, "S32": -102.5586349675912 }, "geometry": { "type": "Point", "coordinates": [ 100202.0, 504223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6750148427769584, "S12": -9.6750148427769584, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.784271266815061, "W22": -50.232743077976338, "S22": -61.123729951207878, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100202.9375, 496829.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -39.143131045610176, "S21": -42.928762461642492, "W22": -49.060240984023679, "S22": -49.060240984023679, "W31": -80.0, "S31": -80.495480378373387, "W32": -93.318582989941575, "S32": -98.318582989941575 }, "geometry": { "type": "Point", "coordinates": [ 100203.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -22.999598753882164, "W21": -61.635101799991617, "S21": -68.805206474953195, "W22": -87.915143996369096, "S22": -113.67119722077595, "W31": -113.67119722077595, "S31": -113.67119722077595, "W32": -113.67119722077595, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100204.666666666671517, 500409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77639356528245429, "S11": -0.77639356528245429, "W12": -10.197659311450954, "S12": -10.197659311450954, "W13": -20.31859749415397, "S13": -23.310942933512994, "W21": -61.845732871322824, "S21": -67.012019633670022, "W22": -86.792841169190908, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100205.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3912822751407903, "S11": 1.3912822751407903, "W12": -6.3955538515843759, "S12": -6.3955538515843759, "W13": -22.162754174976175, "S13": -22.162754174976175, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -54.321447474719427, "S22": -64.321447474719434, "W31": -80.0, "S31": -80.0, "W32": -97.87455739041495, "S32": -102.87455739041495 }, "geometry": { "type": "Point", "coordinates": [ 100205.0, 503769.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0813853816895229, "S11": 1.0813853816895229, "W12": -5.0, "S12": -13.373872924676196, "W13": -19.980819026107433, "S13": -19.980819026107433, "W21": -30.0, "S21": -34.101642848844072, "W22": -58.427725231400309, "S22": -75.126423847749308, "W31": -86.29285910001731, "S31": -86.29285910001731, "W32": -99.741260480444836, "S32": -104.74126048044484 }, "geometry": { "type": "Point", "coordinates": [ 100205.42105263157282, 502922.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.451306588364375, "W22": -49.860966401282759, "S22": -60.734865494202502, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100207.71875, 496780.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0118443846631391, "S11": 1.0118443846631391, "W12": -11.53071958900331, "S12": -11.53071958900331, "W13": -21.417923285252865, "S13": -21.417923285252865, "W21": -45.64879246827671, "S21": -57.062374554948704, "W22": -57.062374554948704, "S22": -62.700127367470273, "W31": -86.914453702982627, "S31": -86.914453702982627, "W32": -97.155655095184756, "S32": -102.15565509518476 }, "geometry": { "type": "Point", "coordinates": [ 100208.0, 497573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4180203238960256, "S11": 1.4180203238960256, "W12": -6.4796498276208077, "S12": -6.4796498276208077, "W13": -22.376359786395248, "S13": -22.376359786395248, "W21": -40.0, "S21": -40.0, "W22": -55.066744534959234, "S22": -65.066744534959241, "W31": -80.0, "S31": -80.0, "W32": -98.192693637902906, "S32": -103.19269363790291 }, "geometry": { "type": "Point", "coordinates": [ 100210.785714285710128, 503615.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100212.209302325587487, 512001.697674418624956 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0539139149200432, "S11": 1.0539139149200432, "W12": -11.781296252027406, "S12": -11.781296252027406, "W13": -21.493557274104745, "S13": -21.493557274104745, "W21": -45.98976668031117, "S21": -57.677546897688082, "W22": -57.677546897688082, "S22": -62.16237279057512, "W31": -87.313885211432208, "S31": -87.313885211432208, "W32": -97.328387458006745, "S32": -102.32838745800674 }, "geometry": { "type": "Point", "coordinates": [ 100212.5, 497634.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3023683789405283, "S11": 1.3023683789405283, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.662407243100734, "S13": -19.662407243100734, "W21": -54.217687733512861, "S21": -68.336525507128727, "W22": -75.718864371245886, "S22": -89.984960212076359, "W31": -97.03897750751517, "S31": -97.03897750751517, "W32": -100.04627044441912, "S32": -105.04627044441912 }, "geometry": { "type": "Point", "coordinates": [ 100214.666666666671517, 498641.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48198213647186749, "S11": 0.48198213647186749, "W12": -6.0900707574527315, "S12": -15.51600910508585, "W13": -19.886760791641795, "S13": -21.536778821226079, "W21": -30.0, "S21": -40.627038486627526, "W22": -60.0, "S22": -61.857197403589154, "W31": -90.421650512133084, "S31": -90.421650512133084, "W32": -101.58603455444273, "S32": -106.58603455444273 }, "geometry": { "type": "Point", "coordinates": [ 100216.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2125295331468138, "S11": 1.2125295331468138, "W12": -5.0, "S12": -11.622171071049276, "W13": -19.999977939458955, "S13": -19.999977939458955, "W21": -30.0, "S21": -33.827224112785608, "W22": -57.920550463827055, "S22": -71.773663122641466, "W31": -85.091889857617772, "S31": -85.091889857617772, "W32": -99.507195727479115, "S32": -104.50719572747911 }, "geometry": { "type": "Point", "coordinates": [ 100216.0, 503026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4858393024566747, "S11": 1.4858393024566747, "W12": -5.3616775332049063, "S12": -7.7445099948452292, "W13": -21.614165394501647, "S13": -21.614165394501647, "W21": -41.138664875337938, "S21": -43.309423939627997, "W22": -56.715839763768564, "S22": -66.715839763768571, "W31": -82.053742867187722, "S31": -82.053742867187722, "W32": -98.950577442517243, "S32": -103.95057744251724 }, "geometry": { "type": "Point", "coordinates": [ 100216.5, 503274.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.997966471103771, "S12": -8.997966471103771, "W13": -19.87094424496145, "S13": -19.87094424496145, "W21": -42.238292324252129, "S21": -44.018341766357139, "W22": -51.38900875631542, "S22": -62.273786813779793, "W31": -83.144807979119946, "S31": -83.144807979119946, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100217.333333333328483, 497030.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3993148841508216, "S11": 1.3993148841508216, "W12": -6.4041766956587542, "S12": -6.4041766956587542, "W13": -22.203154997498817, "S13": -22.203154997498817, "W21": -40.0, "S21": -40.0, "W22": -54.093049558458887, "S22": -64.093049558458887, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -97.772468534171495, "S32": -102.77246853417149 }, "geometry": { "type": "Point", "coordinates": [ 100218.2, 503815.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100218.294117647063104, 511724.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1071520089517668, "S11": 1.1071520089517668, "W12": -5.0, "S12": -12.577765361587044, "W13": -19.983422341962822, "S13": -19.983422341962822, "W21": -30.0, "S21": -34.259396668628426, "W22": -58.189860463343315, "S22": -73.596486887135995, "W31": -85.794042592525528, "S31": -85.794042592525528, "W32": -99.63169034586322, "S32": -104.63169034586322 }, "geometry": { "type": "Point", "coordinates": [ 100218.368421052626218, 502970.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2961166984131829, "W13": -25.0, "S13": -25.0, "W21": -41.433131739676533, "S21": -41.433131739676533, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100218.9375, 509358.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8200735399313128, "S12": -8.8200735399313128, "W13": -20.0, "S13": -20.0, "W21": -42.037032578074189, "S21": -42.160315899499857, "W22": -51.128167555463797, "S22": -62.004988610567935, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100219.117647058825241, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -38.781887229119221, "S21": -42.22840206652824, "W22": -48.96177606028953, "S22": -48.96177606028953, "W31": -80.0, "S31": -80.579183824990366, "W32": -93.18360588585675, "S32": -98.18360588585675 }, "geometry": { "type": "Point", "coordinates": [ 100219.5, 506738.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.09060416696132, "S13": -23.187414986212293, "W21": -62.001306787504376, "S21": -68.664504625823639, "W22": -88.022208026825524, "S22": -112.08523767657412, "W31": -112.08523767657412, "S31": -112.08523767657412, "W32": -112.08523767657412, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100225.0, 500375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50128569048922145, "S11": 0.50128569048922145, "W12": -5.545180373506553, "S12": -14.757061011788512, "W13": -19.888982369830792, "S13": -21.440152891903328, "W21": -30.0, "S21": -39.956784083496416, "W22": -59.801191346065416, "S22": -64.628333657743809, "W31": -90.0, "S31": -90.0, "W32": -101.24267780605193, "S32": -106.24267780605193 }, "geometry": { "type": "Point", "coordinates": [ 100225.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3254537122942347, "S12": -6.3538133413936286, "W13": -20.0, "S13": -20.0, "W21": -38.978248836624019, "S21": -38.978248836624019, "W22": -48.804518744148687, "S22": -51.624990915729214, "W31": -80.0, "S31": -80.0, "W32": -93.107674841961185, "S32": -98.107674841961185 }, "geometry": { "type": "Point", "coordinates": [ 100225.181818181823473, 506192.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9375173986250349, "S12": -8.9375173986250349, "W13": -19.800655693809357, "S13": -19.800655693809357, "W21": -42.138536407877297, "S21": -43.240732668220787, "W22": -51.197976466599222, "S22": -62.063303328060734, "W31": -83.094339245765354, "S31": -83.094339245765354, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100225.714285714289872, 497025.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3829466467043954, "S11": 1.3829466467043954, "W12": -6.3364707199120573, "S12": -6.3364707199120573, "W13": -22.049216261054479, "S13": -22.049216261054479, "W21": -40.0, "S21": -40.0, "W22": -53.199455966631199, "S22": -63.199455966631199, "W31": -80.0, "S31": -80.0, "W32": -97.336747128708183, "S32": -102.33674712870818 }, "geometry": { "type": "Point", "coordinates": [ 100225.833333333328483, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.800283398796798, "S11": 0.800283398796798, "W12": -14.530204398887527, "S12": -14.530204398887527, "W13": -19.646467918805413, "S13": -19.646467918805413, "W21": -50.345886698218301, "S21": -64.380606681019543, "W22": -64.380606681019543, "S22": -73.711508300680947, "W31": -91.399929496783301, "S31": -91.399929496783301, "W32": -98.871825375367251, "S32": -103.87182537536725 }, "geometry": { "type": "Point", "coordinates": [ 100227.0, 498199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8366833526656254, "S12": -8.8366833526656254, "W13": -20.0, "S13": -20.0, "W21": -42.0152817574021, "S21": -42.0152817574021, "W22": -51.023269202343258, "S22": -61.879186717256474, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100229.0, 497010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98047240370118538, "S11": 0.98047240370118538, "W12": -11.387892205314452, "S12": -11.387892205314452, "W13": -21.681805440195259, "S13": -21.681805440195259, "W21": -45.398417246554779, "S21": -56.712118120736505, "W22": -56.712118120736505, "S22": -62.11206930724677, "W31": -86.781403317498629, "S31": -86.781403317498629, "W32": -97.12206047032474, "S32": -102.12206047032474 }, "geometry": { "type": "Point", "coordinates": [ 100229.0, 497561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1329186362141097, "S11": 1.1329186362141097, "W12": -5.0, "S12": -11.781657798496903, "W13": -19.986025657818224, "S13": -19.986025657818224, "W21": -30.0, "S21": -33.93777857380438, "W22": -57.95199569528603, "S22": -72.066549926520793, "W31": -85.29522608503305, "S31": -85.29522608503305, "W32": -99.522120211281475, "S32": -104.52212021128148 }, "geometry": { "type": "Point", "coordinates": [ 100231.315789473679615, 503018.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4073474931608609, "S11": 1.4073474931608609, "W12": -6.4127995397331592, "S12": -6.4127995397331592, "W13": -22.243555820021527, "S13": -22.243555820021527, "W21": -40.0, "S21": -40.0, "W22": -53.864651642198631, "S22": -63.864651642198631, "W31": -80.0, "S31": -80.0, "W32": -97.670379677928167, "S32": -102.67037967792817 }, "geometry": { "type": "Point", "coordinates": [ 100231.4, 503861.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0254547280515718, "S12": -5.0254547280515718, "W13": -25.0, "S13": -25.0, "W21": -39.416239628302719, "S21": -43.530620775654448, "W22": -48.936782772889792, "S22": -48.936782772889792, "W31": -80.0, "S31": -80.351853526258964, "W32": -93.086437763885513, "S32": -98.086437763885513 }, "geometry": { "type": "Point", "coordinates": [ 100233.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2189304367494529, "S12": -6.0036634916480587, "W13": -25.0, "S13": -25.0, "W21": -39.837534620968448, "S21": -41.153204598573126, "W22": -48.807348707029313, "S22": -58.807348707029313, "W31": -80.0, "S31": -80.0, "W32": -93.04877835213297, "S32": -98.04877835213297 }, "geometry": { "type": "Point", "coordinates": [ 100234.0, 506404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.616051622603578, "S21": -41.482525325334493, "W22": -49.337259759715899, "S22": -49.337259759715899, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100234.895833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7563107517095826, "S12": -8.7563107517095826, "W13": -20.0, "S13": -20.0, "W21": -41.903397462136716, "S21": -42.081676425755994, "W22": -50.848302849718756, "S22": -61.689437295265613, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100235.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37453421514100038, "S11": 0.37453421514100038, "W12": -6.3269922282797824, "S12": -15.678204629236738, "W13": -19.866936535812574, "S13": -22.23833012362055, "W21": -30.0, "S21": -41.711513372472275, "W22": -60.280698367005435, "S22": -60.280698367005435, "W31": -90.715199420467926, "S31": -90.715199420467926, "W32": -101.89643462758303, "S32": -106.89643462758303 }, "geometry": { "type": "Point", "coordinates": [ 100235.0, 502578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0787720415010826, "S11": 1.0787720415010826, "W12": -5.0, "S12": -12.105113623739674, "W13": -19.977088391877874, "S13": -19.977088391877874, "W21": -30.0, "S21": -34.095510755955274, "W22": -58.03913105551996, "S22": -72.680173299981774, "W31": -85.55856018315248, "S31": -85.55856018315248, "W32": -99.562516151162583, "S32": -104.56251615116258 }, "geometry": { "type": "Point", "coordinates": [ 100236.5625, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75468668930315952, "S11": 0.75468668930315952, "W12": -5.9018537453646847, "S12": -7.0946360963124384, "W13": -21.005941059307069, "S13": -21.005941059307069, "W21": -40.0, "S21": -40.0, "W22": -48.463033675309227, "S22": -57.420778754080217, "W31": -85.440546779067134, "S31": -85.571432425570549, "W32": -92.94446009728911, "S32": -97.94446009728911 }, "geometry": { "type": "Point", "coordinates": [ 100237.272727272720658, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81198534092668218, "S11": 0.81198534092668218, "W12": -12.033917272321899, "S12": -12.033917272321899, "W13": -19.533189037397499, "S13": -19.533189037397499, "W21": -48.752133816044058, "S21": -62.326943843678578, "W22": -62.326943843678578, "S22": -68.267298735384543, "W31": -89.445404244796265, "S31": -89.445404244796265, "W32": -98.332805463070969, "S32": -103.33280546307097 }, "geometry": { "type": "Point", "coordinates": [ 100237.857142857144936, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0787855527970598, "S11": 1.0787855527970598, "W12": -11.881075735453546, "S12": -11.881075735453546, "W13": -21.830459927638866, "S13": -21.830459927638866, "W21": -46.119240781164088, "S21": -57.940864396292447, "W22": -57.940864396292447, "S22": -61.706977879727972, "W31": -87.519082458857923, "S31": -87.519082458857923, "W32": -97.442889137737893, "S32": -102.44288913773789 }, "geometry": { "type": "Point", "coordinates": [ 100238.0, 497675.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0380908960023039, "S11": 5.0380908960023039, "W12": -10.073023478677529, "S12": -10.073023478677529, "W13": -19.587429394908153, "S13": -19.887764656543705, "W21": -58.972135596448211, "S21": -78.972135596448211, "W22": -85.94923672375613, "S22": -89.246103953989845, "W31": -103.72857125417107, "S31": -103.72857125417107, "W32": -103.72857125417107, "S32": -108.05406476206794 }, "geometry": { "type": "Point", "coordinates": [ 100239.0, 499223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.760339300026716, "W13": -19.682776773278196, "S13": -24.040024102898357, "W21": -34.798965143208939, "S21": -54.798965143208939, "W22": -70.911320013745026, "S22": -94.769684684782334, "W31": -99.427012278308325, "S31": -99.427012278308325, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100239.0, 501892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1600413420258229, "S11": 3.1600413420258229, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.554594980636711, "S13": -19.554594980636711, "W21": -57.251122133241601, "S21": -77.893204176419658, "W22": -84.524074753917787, "S22": -89.346736390279389, "W31": -101.05129305906185, "S31": -101.05129305906185, "W32": -101.54051737523295, "S32": -106.54051737523295 }, "geometry": { "type": "Point", "coordinates": [ 100239.473684210519423, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1525310969163138, "S11": 1.1525310969163138, "W12": -5.0, "S12": -11.224376891322025, "W13": -19.988132245974551, "S13": -19.988132245974551, "W21": -32.869361362289716, "S21": -36.581028839197835, "W22": -57.785831685099041, "S22": -70.995871315217926, "W31": -84.943862510192545, "S31": -84.943862510192545, "W32": -99.445569043912712, "S32": -104.44556904391271 }, "geometry": { "type": "Point", "coordinates": [ 100240.0, 503052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.049961725151794, "S12": -10.049961725151794, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -43.0, "W22": -49.461498358492911, "S22": -60.261430070052342, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100241.0, 496787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6349534038798028, "S11": -1.6349534038798028, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -20.715772918994436, "S13": -24.165188435560246, "W21": -63.109113186421197, "S21": -68.497651523421482, "W22": -88.971185215945226, "S22": -110.41328629882412, "W31": -110.41328629882412, "S31": -110.41328629882412, "W32": -110.41328629882412, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100242.0, 500143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4874782452443871, "S11": 1.4874782452443871, "W12": -5.9002658635745702, "S12": -5.9002658635745702, "W13": -22.994330292078416, "S13": -22.994330292078416, "W21": -40.863666899389777, "S21": -42.170787127237034, "W22": -56.015878764242139, "S22": -66.015878764242146, "W31": -80.0, "S31": -80.0, "W32": -98.627821838832929, "S32": -103.62782183883293 }, "geometry": { "type": "Point", "coordinates": [ 100242.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.314665723480777, "S12": -10.314665723480777, "W13": -19.894885861794283, "S13": -22.683652856891037, "W21": -61.798798286122278, "S21": -65.957318395263002, "W22": -85.698762752333394, "S22": -108.60438759220239, "W31": -109.39575534051488, "S31": -109.39575534051488, "W32": -109.39575534051488, "S32": -113.96666435048466 }, "geometry": { "type": "Point", "coordinates": [ 100243.0, 499853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1586852634763543, "S11": 1.1586852634763543, "W12": -5.0, "S12": -10.985550235407754, "W13": -19.988628973673606, "S13": -19.988628973673606, "W21": -34.326061695700929, "S21": -37.94222217468171, "W22": -57.714130927229029, "S22": -70.552111498960869, "W31": -84.796409577541283, "S31": -84.796409577541283, "W32": -99.412550076699858, "S32": -104.41255007669986 }, "geometry": { "type": "Point", "coordinates": [ 100244.263157894733013, 503066.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4153801021709083, "S11": 1.4153801021709083, "W12": -6.4214223838075712, "S12": -6.4214223838075712, "W13": -22.283956642544272, "S13": -22.283956642544272, "W21": -40.0, "S21": -40.0, "W22": -53.636253725938083, "S22": -63.636253725938083, "W31": -80.0, "S31": -80.0, "W32": -97.568290821684727, "S32": -102.56829082168473 }, "geometry": { "type": "Point", "coordinates": [ 100244.6, 503907.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82464488435796801, "S11": 0.82464488435796801, "W12": -15.0, "S12": -15.0, "W13": -19.697992973288688, "S13": -19.697992973288688, "W21": -53.378325341926356, "S21": -73.378325341926356, "W22": -73.378325341926356, "S22": -84.981538701828796, "W31": -95.760597514761614, "S31": -95.760597514761614, "W32": -99.806119946160038, "S32": -104.80611994616004 }, "geometry": { "type": "Point", "coordinates": [ 100245.0, 498556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.974952397405254, "W22": -49.361058533624053, "S22": -60.148844548886366, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100246.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4901812688821754, "S11": 3.4901812688821754, "W12": -15.0, "S12": -15.0, "W13": -19.55068455050338, "S13": -19.55068455050338, "W21": -57.377527492247431, "S21": -78.854820407032079, "W22": -84.696874354679565, "S22": -88.871030402880677, "W31": -101.222587861345, "S31": -101.222587861345, "W32": -101.61151622573277, "S32": -106.61151622573277 }, "geometry": { "type": "Point", "coordinates": [ 100246.0, 499017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3774079657867551, "S11": 1.3774079657867551, "W12": -6.2868212114680588, "S12": -6.2868212114680588, "W13": -21.958932166394362, "S13": -21.958932166394362, "W21": -40.0, "S21": -40.0, "W22": -52.187229244198441, "S22": -62.187229244198441, "W31": -80.0, "S31": -80.0, "W32": -96.845967825126181, "S32": -101.84596782512618 }, "geometry": { "type": "Point", "coordinates": [ 100246.833333333328483, 504211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.017993772532432, "S13": -23.198764415278337, "W21": -61.540224105294676, "S21": -68.036794902729028, "W22": -87.339875191204825, "S22": -110.09608679344517, "W31": -110.09608679344517, "S31": -110.09608679344517, "W32": -110.09608679344517, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100247.333333333328483, 500431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4644941380888694, "S12": -6.853472727920602, "W13": -20.0, "S13": -20.0, "W21": -38.490416240373463, "S21": -38.490416240373463, "W22": -48.642061889839695, "S22": -53.228079689725824, "W31": -80.0, "S31": -80.0, "W32": -92.918113609587536, "S32": -97.918113609587536 }, "geometry": { "type": "Point", "coordinates": [ 100247.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.968835725011722, "W22": -49.309222315263938, "S22": -60.088020591822939, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100250.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0951908140576325, "S11": -1.0951908140576325, "W12": -10.16160346270622, "S12": -10.16160346270622, "W13": -20.805104886060004, "S13": -24.190976720989088, "W21": -62.523773096636937, "S21": -67.17110363981206, "W22": -87.820483610158149, "S22": -111.98686752296379, "W31": -111.98686752296379, "S31": -111.98686752296379, "W32": -111.98686752296379, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100250.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4011818722165275, "S11": -1.4011818722165275, "W12": -10.0, "S12": -10.0, "W13": -19.638394174240297, "S13": -22.691755969586549, "W21": -48.875953133717687, "S21": -57.591971588710038, "W22": -80.579371007584228, "S22": -110.40959367487245, "W31": -110.40959367487245, "S31": -110.40959367487245, "W32": -110.40959367487245, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100250.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -15.146733903286135, "W13": -19.702704795356038, "S13": -24.322846855388889, "W21": -33.785191482708413, "S21": -54.566704845185313, "W22": -69.583636390624761, "S22": -94.935395184594611, "W31": -98.008567058500034, "S31": -98.008567058500034, "W32": -108.41622931228517, "S32": -113.41622931228517 }, "geometry": { "type": "Point", "coordinates": [ 100250.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.1901337655410114, "W13": -25.0, "S13": -25.0, "W21": -39.487448154360777, "S21": -43.422100880275636, "W22": -48.861830246541579, "S22": -48.861830246541579, "W31": -80.0, "S31": -80.297043978867947, "W32": -92.953696699117415, "S32": -97.953696699117415 }, "geometry": { "type": "Point", "coordinates": [ 100250.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.607609235350168, "S21": -41.866828383094266, "W22": -49.305475065862503, "S22": -49.305475065862503, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100250.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.676420232029109, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100250.764705882349517, 512412.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9483944565584927, "S12": -9.9483944565584927, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.991945227547319, "W22": -49.3467263341768, "S22": -60.120735998675386, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100253.0, 496795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0400825454719964, "S11": 5.0400825454719964, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.579917510062778, "S13": -19.867137738674867, "W21": -58.829560152672961, "S21": -78.955899739859902, "W22": -85.839666824513529, "S22": -89.120160693599416, "W31": -103.52353747863596, "S31": -103.52353747863596, "W32": -103.52353747863596, "S32": -107.90643872874459 }, "geometry": { "type": "Point", "coordinates": [ 100253.0, 499210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89567908124674134, "S11": 0.89567908124674134, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.67042524384679, "S13": -19.67042524384679, "W21": -53.964802951785792, "S21": -73.445975236381827, "W22": -74.541449028178505, "S22": -88.669121416013624, "W31": -96.591262497185042, "S31": -96.591262497185042, "W32": -99.984402399760981, "S32": -104.98440239976098 }, "geometry": { "type": "Point", "coordinates": [ 100253.333333333328483, 498626.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4728368600481201, "S11": 1.4728368600481201, "W12": -6.4239868523015202, "S12": -6.4239868523015202, "W13": -22.747184375081687, "S13": -22.747184375081687, "W21": -40.459169715867169, "S21": -40.879557568278436, "W22": -55.318021004540775, "S22": -65.318021004540768, "W31": -80.0, "S31": -80.0, "W32": -98.30571535806358, "S32": -103.30571535806358 }, "geometry": { "type": "Point", "coordinates": [ 100255.0, 503560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7108633652075937, "S12": -8.7108633652075937, "W13": -20.0, "S13": -20.0, "W21": -41.770440108549067, "S21": -42.06391973748061, "W22": -50.530293010940959, "S22": -61.325858447394936, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100255.666666666671517, 497006.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72310611710502337, "S11": 0.72310611710502337, "W12": -13.93206742855755, "S12": -13.93206742855755, "W13": -19.527052729818013, "S13": -19.54643306245671, "W21": -50.0, "S21": -63.187412662581963, "W22": -63.187412662581963, "S22": -72.471494872434832, "W31": -90.850650685937538, "S31": -90.850650685937538, "W32": -98.793507453270607, "S32": -103.79350745327061 }, "geometry": { "type": "Point", "coordinates": [ 100256.0, 498171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4045039908779935, "S11": -1.4045039908779935, "W12": -10.0, "S12": -10.0, "W13": -19.838557702676756, "S13": -22.979472234936985, "W21": -56.440386926907451, "S21": -64.157708309395346, "W22": -83.671054385187347, "S22": -107.7077034884615, "W31": -108.13020308164387, "S31": -108.13020308164387, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100257.0, 500767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -19.698623074210797, "S13": -22.797743838635615, "W21": -51.169056271000905, "S21": -59.521413185013984, "W22": -81.386764938337421, "S22": -108.19958399023173, "W31": -108.19958399023173, "S31": -108.19958399023173, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100257.0, 500938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1844518907386974, "S11": 1.1844518907386974, "W12": -5.0, "S12": -10.189442672317613, "W13": -19.991232289529009, "S13": -19.991232289529009, "W21": -39.148718073877561, "S21": -42.443260458034295, "W22": -57.476266159171757, "S22": -69.450256000828077, "W31": -84.297593070048791, "S31": -84.297593070048791, "W32": -99.302979942118114, "S32": -104.30297994211811 }, "geometry": { "type": "Point", "coordinates": [ 100257.21052631578641, 503114.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4234127111809476, "S11": 1.4234127111809476, "W12": -6.4300452278819762, "S12": -6.4300452278819762, "W13": -22.324357465066985, "S13": -22.324357465066985, "W21": -40.0, "S21": -40.0, "W22": -53.407855809677812, "S22": -63.407855809677812, "W31": -80.0, "S31": -80.0, "W32": -97.4662019654414, "S32": -102.4662019654414 }, "geometry": { "type": "Point", "coordinates": [ 100257.8, 503953.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4671392739776903, "S11": 1.4671392739776903, "W12": -6.5810200488975967, "S12": -6.5810200488975967, "W13": -22.692888971399125, "S13": -22.692888971399125, "W21": -40.23809291167354, "S21": -40.23809291167354, "W22": -54.992172047803436, "S22": -64.992172047803436, "W31": -80.0, "S31": -80.0, "W32": -98.155235745445367, "S32": -103.15523574544537 }, "geometry": { "type": "Point", "coordinates": [ 100258.0, 503627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2369284167513703, "S11": 1.2369284167513703, "W12": -5.0, "S12": -9.5069565101470399, "W13": -19.998945996372267, "S13": -19.998945996372267, "W21": -40.291223530781728, "S21": -43.291223530781728, "W22": -57.278964816001334, "S22": -68.618992315662425, "W31": -83.827761399987452, "S31": -83.827761399987452, "W32": -99.211915558645643, "S32": -104.21191555864564 }, "geometry": { "type": "Point", "coordinates": [ 100261.0, 503155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100261.627906976747909, 511999.093023255816661 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60088349263756335, "S11": -0.60088349263756335, "W12": -10.0, "S12": -12.654621960993856, "W13": -19.54371447604052, "S13": -22.54371447604052, "W21": -38.596389793810729, "S21": -48.69171121406464, "W22": -75.792204604584938, "S22": -101.06610703906628, "W31": -103.1275, "S31": -103.1275, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100262.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99948813681801796, "S11": 0.99948813681801796, "W12": -11.541556315483119, "S12": -11.541556315483119, "W13": -21.073083019803448, "S13": -21.073083019803448, "W21": -46.255092392636605, "S21": -58.21055940551669, "W22": -58.21055940551669, "S22": -61.981147625292245, "W31": -87.679737563680519, "S31": -87.679737563680519, "W32": -97.557390817469212, "S32": -102.55739081746921 }, "geometry": { "type": "Point", "coordinates": [ 100263.5, 497716.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3248891932764071, "S11": 1.3248891932764071, "W12": -6.0802169431833573, "S12": -7.0802169431833573, "W13": -21.48019968461988, "S13": -21.48019968461988, "W21": -40.0, "S21": -40.0, "W22": -49.356039232326154, "S22": -54.72346619472016, "W31": -77.586590854508657, "S31": -77.672155782883451, "W32": -92.716018121313581, "S32": -97.716018121313581 }, "geometry": { "type": "Point", "coordinates": [ 100264.0, 504744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.407237646504226, "S11": 1.407237646504226, "W12": -5.3222741530342388, "S12": -7.9870478313124451, "W13": -20.0, "S13": -20.0, "W21": -41.27673204848945, "S21": -43.597773425056104, "W22": -56.752644139250364, "S22": -67.346275321025757, "W31": -82.577390449919505, "S31": -82.577390449919505, "W32": -98.968817488786527, "S32": -103.96881748878653 }, "geometry": { "type": "Point", "coordinates": [ 100264.333333333328483, 503263.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.4887505930149558, "W13": -25.0, "S13": -25.0, "W21": -41.366366603288753, "S21": -41.366366603288753, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100264.625, 509347.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7308049173874256, "S12": -9.7308049173874256, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.737973777240796, "W22": -49.318290792758503, "S22": -60.066669325077612, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100266.0, 496822.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6353020246089187, "S12": -8.6353020246089187, "W13": -20.0, "S13": -20.0, "W21": -41.645745213080325, "S21": -42.064177856644164, "W22": -50.304476795813919, "S22": -61.075728237264343, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100266.142857142855064, 497000.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0828750890067309, "S11": 1.0828750890067309, "W12": -6.0087198621295208, "S12": -7.0087198621295208, "W13": -21.310215427041431, "S13": -21.310215427041431, "W21": -40.0, "S21": -40.0, "W22": -48.286270338676623, "S22": -53.892943070957656, "W31": -82.752040742087985, "S31": -82.868315917289436, "W32": -92.701430125650376, "S32": -97.701430125650376 }, "geometry": { "type": "Point", "coordinates": [ 100267.0, 504914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100267.529411764699034, 511723.441176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6242981642431022, "S12": -8.6242981642431022, "W13": -20.0, "S13": -20.0, "W21": -41.626723277658741, "S21": -42.068390668201999, "W22": -50.268879255231795, "S22": -61.03612920173228, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100267.882352941174759, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5397360302226302, "S11": 1.5397360302226302, "W12": -5.6868016377129758, "S12": -6.8403569464541434, "W13": -20.0, "S13": -20.0, "W21": -41.373310367833724, "S21": -43.140890435468499, "W22": -56.321531047162715, "S22": -66.321531047162722, "W31": -81.343014935070627, "S31": -81.343014935070627, "W32": -98.769718262196434, "S32": -103.76971826219643 }, "geometry": { "type": "Point", "coordinates": [ 100268.0, 503352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -38.315441718045463, "S21": -41.729268668828304, "W22": -48.706762877813929, "S22": -48.706762877813929, "W31": -80.0, "S31": -80.635348370699688, "W32": -92.793382826842247, "S32": -97.793382826842247 }, "geometry": { "type": "Point", "coordinates": [ 100268.25, 506747.375 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0574698853001872, "S11": 5.0574698853001872, "W12": -10.124197412553904, "S12": -10.124197412553904, "W13": -19.485200704728346, "S13": -19.890580745253629, "W21": -58.89833837217607, "S21": -78.492102135058133, "W22": -85.429978950710719, "S22": -90.839373621484881, "W31": -103.69807804997151, "S31": -103.69807804997151, "W32": -103.69807804997151, "S32": -107.99358288770053 }, "geometry": { "type": "Point", "coordinates": [ 100269.0, 499229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.210218518000941, "S11": 1.210218518000941, "W12": -5.0, "S12": -9.3933351092284632, "W13": -19.993835605384398, "S13": -19.993835605384398, "W21": -40.374117498766914, "S21": -43.347254663341516, "W22": -57.228312144669317, "S22": -68.679530824053785, "W31": -83.798776562557023, "S31": -83.798776562557023, "W32": -99.193409807536483, "S32": -104.19340980753648 }, "geometry": { "type": "Point", "coordinates": [ 100270.157894736839808, 503162.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4314453201909791, "S11": 1.4314453201909791, "W12": -6.4386680719563545, "S12": -6.4386680719563545, "W13": -22.364758287589627, "S13": -22.364758287589627, "W21": -40.0, "S21": -40.0, "W22": -53.179457893417279, "S22": -63.179457893417279, "W31": -80.0, "S31": -80.0, "W32": -97.364113109197945, "S32": -102.36411310919794 }, "geometry": { "type": "Point", "coordinates": [ 100271.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3549025201683516, "S11": 1.3549025201683516, "W12": -6.1738802436760771, "S12": -6.1738802436760771, "W13": -21.718922452733967, "S13": -21.718922452733967, "W21": -40.0, "S21": -40.0, "W22": -50.451653242857056, "S22": -59.055141669575264, "W31": -78.404595501935461, "S31": -78.459565766812801, "W32": -93.824493003047834, "S32": -98.824493003047834 }, "geometry": { "type": "Point", "coordinates": [ 100271.0, 504575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062433113389516445, "S11": 0.062433113389516445, "W12": -7.7118373738545412, "S12": -17.161287283866798, "W13": -19.811189548590384, "S13": -24.811189548590384, "W21": -30.0, "S21": -45.521852576647099, "W22": -61.716998916415562, "S22": -69.12869213812769, "W31": -92.125585148573862, "S31": -92.125585148573862, "W32": -103.19709136661363, "S32": -108.19709136661363 }, "geometry": { "type": "Point", "coordinates": [ 100273.0, 502479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4279881125560365, "S12": -6.7784327542122869, "W13": -20.0, "S13": -20.0, "W21": -38.596759699143796, "S21": -38.596759699143796, "W22": -48.554147848254786, "S22": -48.926611876356347, "W31": -80.0, "S31": -80.0, "W32": -92.723012739274623, "S32": -97.723012739274623 }, "geometry": { "type": "Point", "coordinates": [ 100273.272727272720658, 506205.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -13.467717374752551, "S12": -13.467717374752551, "W13": -19.533690610305278, "S13": -19.533690610305278, "W21": -57.955135802277873, "S21": -79.255682250365311, "W22": -85.474623132872921, "S22": -86.751577699293591, "W31": -102.05063563115488, "S31": -102.05063563115488, "W32": -102.05063563115488, "S32": -106.94359018289289 }, "geometry": { "type": "Point", "coordinates": [ 100274.0, 499094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4199213165155085, "S12": -6.7450232135617521, "W13": -20.0, "S13": -20.0, "W21": -38.714248868711202, "S21": -38.845576936876107, "W22": -48.555226587923343, "S22": -48.555226587923343, "W31": -80.0, "S31": -80.0, "W32": -92.718357131180341, "S32": -97.718357131180341 }, "geometry": { "type": "Point", "coordinates": [ 100274.0, 506227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0394618547135677, "S11": 5.0394618547135677, "W12": -11.080701754386013, "S12": -11.080701754386013, "W13": -19.563898781423752, "S13": -19.798923890599674, "W21": -58.55624591668586, "S21": -79.038869207641795, "W22": -85.74151892474363, "S22": -88.477527786572395, "W31": -103.11219540978271, "S31": -103.11219540978271, "W32": -103.11219540978271, "S32": -107.61855734498366 }, "geometry": { "type": "Point", "coordinates": [ 100274.333333333328483, 499182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -19.569808562762486, "S13": -19.66331526604144, "W21": -52.84031903659006, "S21": -71.855781123810431, "W22": -71.855781123810431, "S22": -82.88429593523378, "W31": -94.914588290590757, "S31": -94.914588290590757, "W32": -99.66852959868929, "S32": -104.66852959868929 }, "geometry": { "type": "Point", "coordinates": [ 100277.0, 498506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6051392963091865, "S11": 0.6051392963091865, "W12": -15.0, "S12": -15.0, "W13": -19.482381241250582, "S13": -20.046910396475909, "W21": -50.825173235488315, "S21": -66.300903654917306, "W22": -66.300903654917306, "S22": -76.11560290806375, "W31": -92.019344320084599, "S31": -92.019344320084599, "W32": -99.075415923142089, "S32": -104.07541592314209 }, "geometry": { "type": "Point", "coordinates": [ 100278.0, 498276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0380207185364778, "S11": 5.0380207185364778, "W12": -10.724194669756663, "S12": -10.724194669756663, "W13": -18.621903718870527, "S13": -19.704538944930452, "W21": -60.0, "S21": -75.924914999390438, "W22": -83.894605743253408, "S22": -99.127460921087945, "W31": -105.6718385285261, "S31": -105.6718385285261, "W32": -105.6718385285261, "S32": -109.20267379679144 }, "geometry": { "type": "Point", "coordinates": [ 100278.0, 499395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5132153782163584, "S12": -9.5132153782163584, "W13": -20.0, "S13": -20.0, "W21": -40.606794923770565, "S21": -43.090797250704831, "W22": -49.2898552513402, "S22": -60.012602651479838, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100279.0, 496850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0214538241269562, "S11": 5.0214538241269562, "W12": -12.482234404345046, "S12": -12.482234404345046, "W13": -19.537565497783152, "S13": -19.602235675609755, "W21": -58.214153461195608, "S21": -79.211893053444413, "W22": -85.859537166632265, "S22": -85.922160219516485, "W31": -102.52631276959387, "S31": -102.52631276959387, "W32": -102.52631276959387, "S32": -107.23926700075668 }, "geometry": { "type": "Point", "coordinates": [ 100279.666666666671517, 499135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3732191268370939, "S11": 1.3732191268370939, "W12": -6.2241768287948451, "S12": -6.2241768287948451, "W13": -21.854805514854277, "S13": -21.854805514854277, "W21": -40.0, "S21": -40.0, "W22": -50.749836168733182, "S22": -60.584072144224265, "W31": -80.0, "S31": -80.04316197294105, "W32": -96.266382384118728, "S32": -101.26638238411873 }, "geometry": { "type": "Point", "coordinates": [ 100280.0, 504510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5676201302682156, "S12": -8.5676201302682156, "W13": -20.0, "S13": -20.0, "W21": -41.507936507936506, "S21": -42.062686586246791, "W22": -50.020110627902817, "S22": -60.755639143685713, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100282.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.647867150866551, "S12": -10.647867150866551, "W13": -18.490347664074712, "S13": -20.295653073117112, "W21": -60.855257252275209, "S21": -71.613125939925041, "W22": -83.161624099099853, "S22": -103.99037896264417, "W31": -107.84390005697078, "S31": -107.84390005697078, "W32": -107.84390005697078, "S32": -110.77789699570815 }, "geometry": { "type": "Point", "coordinates": [ 100282.0, 499576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2359851452632842, "S11": 1.2359851452632842, "W12": -5.0931820642436012, "S12": -8.6904096103819217, "W13": -19.996438921239797, "S13": -19.996438921239797, "W21": -40.828428761379037, "S21": -43.527448790066209, "W22": -56.952269880426563, "S22": -68.283022105218407, "W31": -83.339700496610206, "S31": -83.339700496610206, "W32": -99.083839672954738, "S32": -104.08383967295474 }, "geometry": { "type": "Point", "coordinates": [ 100283.105263157893205, 503210.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87305922607007713, "S11": 0.87305922607007713, "W12": -5.0, "S12": -12.195516594753844, "W13": -19.940209601574132, "S13": -19.940209601574132, "W21": -29.999999999999996, "S21": -34.257665896937283, "W22": -57.883762022862769, "S22": -72.732807295755293, "W31": -85.89686696355767, "S31": -85.89686696355767, "W32": -99.555820725171813, "S32": -104.55582072517181 }, "geometry": { "type": "Point", "coordinates": [ 100283.875, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.588442105116918, "S21": -42.739328842504584, "W22": -49.23331285057607, "S22": -49.23331285057607, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100284.291666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4397068780724742, "S11": 1.4397068780724742, "W12": -6.4476473672314096, "S12": -6.4476473672314096, "W13": -22.406468726281712, "S13": -22.406468726281712, "W21": -40.0, "S21": -40.0, "W22": -52.947558291779359, "S22": -62.947558291779359, "W31": -80.0, "S31": -80.0, "W32": -97.259419093517238, "S32": -102.25941909351724 }, "geometry": { "type": "Point", "coordinates": [ 100284.5, 504046.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0667383727520012, "S11": 1.0667383727520012, "W12": -6.0092278166839712, "S12": -7.4124913299366613, "W13": -21.337466596746939, "S13": -21.337466596746939, "W21": -40.0, "S21": -40.0, "W22": -48.212841272797839, "S22": -56.24019523197002, "W31": -83.601277820032493, "S31": -83.732983112484945, "W32": -92.564139634761972, "S32": -97.564139634761972 }, "geometry": { "type": "Point", "coordinates": [ 100284.727272727279342, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3277162977867203, "S11": 4.3277162977867203, "W12": -13.82899345210903, "S12": -13.82899345210903, "W13": -19.528949173618916, "S13": -19.528949173618916, "W21": -57.867327151934852, "S21": -79.290067292826279, "W22": -85.455682261432216, "S22": -86.619233057096423, "W31": -101.94043012940507, "S31": -101.94043012940507, "W32": -101.94043012940507, "S32": -106.86131399885801 }, "geometry": { "type": "Point", "coordinates": [ 100285.0, 499088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6910944409077775, "S11": 0.6910944409077775, "W12": -11.606381631339485, "S12": -11.606381631339485, "W13": -19.354008132791172, "S13": -19.354008132791172, "W21": -48.386557139577604, "S21": -61.67041142874168, "W22": -61.67041142874168, "S22": -67.323841309454181, "W31": -89.292139497979406, "S31": -89.292139497979406, "W32": -98.32851812654981, "S32": -103.32851812654981 }, "geometry": { "type": "Point", "coordinates": [ 100285.428571428565192, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49281277327141693, "S11": 0.49281277327141693, "W12": -15.0, "S12": -15.0, "W13": -19.547912972468502, "S13": -19.702476047900582, "W21": -53.09760619275945, "S21": -70.0, "W22": -70.0, "S22": -83.58196659152172, "W31": -95.267677212772838, "S31": -95.267677212772838, "W32": -99.750241047414448, "S32": -104.75024104741445 }, "geometry": { "type": "Point", "coordinates": [ 100286.0, 498539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0851478139847384, "S11": 5.0851478139847384, "W12": -10.373670340201244, "S12": -10.373670340201244, "W13": -19.134988810056662, "S13": -19.744273565899572, "W21": -59.097094928623008, "S21": -77.731919791361193, "W22": -84.81498865418672, "S22": -93.68151449423388, "W31": -104.10943995686497, "S31": -104.10943995686497, "W32": -104.10943995686497, "S32": -108.21911764705882 }, "geometry": { "type": "Point", "coordinates": [ 100287.25, 499268.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7156145651137407, "S11": 2.7156145651137407, "W12": -15.131819425160826, "S12": -15.131819425160826, "W13": -19.532556122348144, "S13": -19.532556122348144, "W21": -57.095612112149063, "S21": -76.539633361812449, "W22": -84.49344218300385, "S22": -88.083802947836972, "W31": -100.90436550431994, "S31": -100.90436550431994, "W32": -101.34993889367502, "S32": -106.34993889367502 }, "geometry": { "type": "Point", "coordinates": [ 100287.368421052626218, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7232814024300116, "S11": 0.7232814024300116, "W12": -10.22948054253132, "S12": -10.22948054253132, "W13": -21.363380287767733, "S13": -21.363380287767733, "W21": -43.327875562832581, "S21": -53.341078344261419, "W22": -53.341078344261419, "S22": -62.20025963062897, "W31": -84.931664200607429, "S31": -84.931664200607429, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100289.0, 497306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89823437311812959, "S11": 0.89823437311812959, "W12": -11.039164241365821, "S12": -11.039164241365821, "W13": -20.287671207228737, "S13": -20.287671207228737, "W21": -46.390944004109123, "S21": -58.480254414740926, "W22": -58.480254414740926, "S22": -62.255317370856517, "W31": -87.840392668503128, "S31": -87.840392668503128, "W32": -97.671892497200517, "S32": -102.67189249720052 }, "geometry": { "type": "Point", "coordinates": [ 100289.0, 497757.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.089841801802425, "S13": -23.451784333412135, "W21": -61.489991803631696, "S21": -67.313028723538551, "W22": -86.764606386040441, "S22": -106.5209763661132, "W31": -110.43351907978821, "S31": -110.43351907978821, "W32": -110.43351907978821, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100290.0, 500453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6440567566426694, "S12": -8.6440567566426694, "W13": -20.0, "S13": -20.0, "W21": -41.555009778505479, "S21": -43.207187554308959, "W22": -50.0, "S22": -60.717909026323206, "W31": -82.899538590604024, "S31": -82.899538590604024, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100291.0, 497020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.012863923218873, "W13": -19.691331360861426, "S13": -24.176051055398045, "W21": -33.082900921501377, "S21": -54.963652645328494, "W22": -68.17130282474136, "S22": -98.17130282474136, "W31": -98.17130282474136, "S31": -98.17130282474136, "W32": -107.75976238106536, "S32": -112.75976238106536 }, "geometry": { "type": "Point", "coordinates": [ 100291.0, 502078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4271461304407693, "S11": 1.4271461304407693, "W12": -6.3937903463631063, "S12": -6.3937903463631063, "W13": -22.285623782561732, "S13": -22.285623782561732, "W21": -40.0, "S21": -40.0, "W22": -52.20738037533313, "S22": -62.20738037533313, "W31": -80.0, "S31": -80.0, "W32": -96.90176708264822, "S32": -101.90176708264822 }, "geometry": { "type": "Point", "coordinates": [ 100291.666666666671517, 504199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73376592662665918, "S11": 0.73376592662665918, "W12": -10.281048381132688, "S12": -10.281048381132688, "W13": -21.466819210009898, "S13": -21.466819210009898, "W21": -43.413153226906807, "S21": -53.502758462133954, "W22": -53.502758462133954, "S22": -61.952117216418088, "W31": -85.043921812942912, "S31": -85.043921812942912, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100292.0, 497324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.497171546603142, "S11": 0.497171546603142, "W12": -15.0, "S12": -15.0, "W13": -19.551866775548298, "S13": -19.645809595771201, "W21": -53.711918170058176, "S21": -73.878209421626607, "W22": -73.878209421626607, "S22": -87.364033685108197, "W31": -96.143547486854089, "S31": -96.143547486854089, "W32": -99.93519811801778, "S32": -104.93519811801778 }, "geometry": { "type": "Point", "coordinates": [ 100292.0, 498612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26296057684639995, "S11": -0.26296057684639995, "W12": -9.8131017283377791, "S12": -18.509317196875166, "W13": -19.757597140876982, "S13": -24.657461958380612, "W21": -30.648642177987551, "S21": -50.648642177987554, "W22": -63.987034095800738, "S22": -80.250469148460738, "W31": -93.999160962279987, "S31": -93.999160962279987, "W32": -104.90583185129879, "S32": -109.90583185129879 }, "geometry": { "type": "Point", "coordinates": [ 100293.0, 502335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4605820998236325, "S12": -8.4605820998236325, "W13": -20.0, "S13": -20.0, "W21": -41.302587892845771, "S21": -42.174830251999126, "W22": -49.772715918945295, "S22": -60.479068734388896, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100294.0, 496983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -15.0, "W13": -25.0, "S13": -25.0, "W21": -39.953636000092366, "S21": -42.490541651075688, "W22": -48.680020690209311, "S22": -48.680020690209311, "W31": -80.0, "S31": -80.063622571720998, "W32": -92.606285337407058, "S32": -97.606285337407058 }, "geometry": { "type": "Point", "coordinates": [ 100295.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2617517725255276, "S11": 1.2617517725255276, "W12": -5.309302251712551, "S12": -8.1065107892797421, "W13": -19.999042237095185, "S13": -19.999042237095185, "W21": -41.282740023990634, "S21": -43.707642916790739, "W22": -56.67622761618405, "S22": -67.886513386383697, "W31": -82.890338660020831, "S31": -82.890338660020831, "W32": -98.974269538373122, "S32": -103.97426953837312 }, "geometry": { "type": "Point", "coordinates": [ 100296.052631578946603, 503258.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5764964021374039, "S12": -7.1319107510474504, "W13": -20.300013203607154, "S13": -20.300013203607154, "W21": -38.516255268441498, "S21": -38.516255268441498, "W22": -48.381085332047725, "S22": -50.653117935206154, "W31": -80.0, "S31": -80.0, "W32": -92.52140002367571, "S32": -97.52140002367571 }, "geometry": { "type": "Point", "coordinates": [ 100297.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4596384396675586, "S11": 1.4596384396675586, "W12": -6.4969972125572948, "S12": -6.4969972125572948, "W13": -22.546645729940153, "S13": -22.546645729940153, "W21": -40.0, "S21": -40.0, "W22": -53.140596707245734, "S22": -63.140596707245734, "W31": -80.0, "S31": -80.0, "W32": -97.32864351295467, "S32": -102.32864351295467 }, "geometry": { "type": "Point", "coordinates": [ 100298.0, 504006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4479684359539613, "S11": 1.4479684359539613, "W12": -6.4566266625064381, "S12": -6.4566266625064381, "W13": -22.448179164973734, "S13": -22.448179164973734, "W21": -40.0, "S21": -40.0, "W22": -52.71565869014114, "S22": -62.71565869014114, "W31": -80.0, "S31": -80.0, "W32": -97.153048383246102, "S32": -102.1530483832461 }, "geometry": { "type": "Point", "coordinates": [ 100298.0, 504093.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44552285951787185, "S11": -0.44552285951787185, "W12": -10.0, "S12": -14.18290141597649, "W13": -19.624924229971768, "S13": -23.612556881619014, "W21": -35.251311893524083, "S21": -52.5884788654906, "W22": -71.222939472779927, "S22": -100.0, "W31": -100.0, "S31": -101.44191514584725, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100299.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.7165998541386, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100299.823529411762138, 512410.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69415969491826057, "S11": 0.69415969491826057, "W12": -10.145608572823145, "S12": -10.145608572823145, "W13": -21.215733354128581, "S13": -21.215733354128581, "W21": -43.094101059717104, "S21": -53.094101059717104, "W22": -53.094101059717104, "S22": -62.040022246382406, "W31": -84.747154483423671, "S31": -84.747154483423671, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100300.0, 497283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.227647996105919, "S11": -1.227647996105919, "W12": -10.148664784560559, "S12": -10.148664784560559, "W13": -20.863920100828558, "S13": -24.385540029367949, "W21": -62.928605542785533, "S21": -66.678883866728185, "W22": -87.490420100701812, "S22": -111.75547934052094, "W31": -111.75547934052094, "S31": -111.75547934052094, "W32": -111.75547934052094, "S32": -115.68540719778179 }, "geometry": { "type": "Point", "coordinates": [ 100300.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21578354002254782, "S11": -0.21578354002254782, "W12": -10.0, "S12": -10.0, "W13": -19.646039764263971, "S13": -22.918013510597657, "W21": -49.16421796540822, "S21": -56.927273991290527, "W22": -80.430599765065423, "S22": -108.07817655333871, "W31": -108.07817655333871, "S31": -108.07817655333871, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100300.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -15.332933746457797, "W13": -19.663731172842176, "S13": -24.292804762147711, "W21": -33.830387069664724, "S21": -55.4208598264361, "W22": -69.407368374178034, "S22": -100.14599903955894, "W31": -100.14599903955894, "S31": -100.14599903955894, "W32": -108.67581210776876, "S32": -113.67581210776876 }, "geometry": { "type": "Point", "coordinates": [ 100300.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.396998481802143, "W13": -25.0, "S13": -25.0, "W21": -38.974557771236491, "S21": -42.55757992707418, "W22": -48.598217561903226, "S22": -48.598217561903226, "W31": -80.0, "S31": -80.365618560667912, "W32": -92.55297590526709, "S32": -97.55297590526709 }, "geometry": { "type": "Point", "coordinates": [ 100300.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.579662022373377, "S21": -43.139004022574497, "W22": -49.200256768968572, "S22": -49.200256768968572, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100300.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2468740934069338, "S12": -9.2468740934069338, "W13": -20.0, "S13": -20.0, "W21": -40.628174224162841, "S21": -42.855333723573438, "W22": -49.167550001765768, "S22": -59.843748469001596, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100301.666666666671517, 496883.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5174400322282067, "S11": 1.5174400322282067, "W12": -6.6729412736341729, "S12": -6.6729412736341729, "W13": -23.099472624493611, "S13": -23.099472624493611, "W21": -40.626670090224138, "S21": -40.626670090224138, "W22": -54.900693651280164, "S22": -64.900693651280164, "W31": -80.0, "S31": -80.0, "W32": -98.114099195825972, "S32": -103.11409919582597 }, "geometry": { "type": "Point", "coordinates": [ 100301.8, 503642.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8133154436939023, "S11": 4.8133154436939023, "W12": -10.776782280142085, "S12": -10.776782280142085, "W13": -18.178381981810393, "S13": -19.514943674591635, "W21": -60.293345412044417, "S21": -75.293345412044417, "W22": -83.116236419923737, "S22": -101.38151447062131, "W31": -106.16913485797998, "S31": -106.16913485797998, "W32": -106.16913485797998, "S32": -109.47219251336898 }, "geometry": { "type": "Point", "coordinates": [ 100302.0, 499443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33213576707895853, "S11": -0.33213576707895853, "W12": -10.0, "S12": -18.677541489722401, "W13": -19.746887156727887, "S13": -24.461802292160719, "W21": -30.789481398962216, "S21": -51.231699022314793, "W22": -64.18285858480904, "S22": -81.692715457614867, "W31": -94.216898127983058, "S31": -94.216898127983058, "W32": -105.10858941511698, "S32": -110.10858941511698 }, "geometry": { "type": "Point", "coordinates": [ 100302.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74503680491914737, "S11": 0.74503680491914737, "W12": -10.366498543093375, "S12": -10.366498543093375, "W13": -21.648632807324603, "S13": -21.648632807324603, "W21": -43.506390139627968, "S21": -53.720105808643936, "W22": -53.720105808643936, "S22": -61.255853826602028, "W31": -85.230745269060037, "S31": -85.230745269060037, "W32": -96.530666734286271, "S32": -101.53066673428627 }, "geometry": { "type": "Point", "coordinates": [ 100305.0, 497357.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6412092216906433, "S11": -1.6412092216906433, "W12": -10.0, "S12": -11.683863211327813, "W13": -19.467707741567732, "S13": -22.644899064169447, "W21": -40.0, "S21": -48.677874780485041, "W22": -77.418645011785529, "S22": -107.53506053137127, "W31": -107.53506053137127, "S31": -107.53506053137127, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100305.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1128257426692905, "S11": 5.1128257426692905, "W12": -10.583221540820237, "S12": -10.583221540820237, "W13": -18.784776915384981, "S13": -19.597966386545522, "W21": -59.190328598304689, "S21": -76.86621456089901, "W22": -84.199998357662736, "S22": -95.515089731213536, "W31": -104.52080186375844, "S31": -104.52080186375844, "W32": -104.52080186375844, "S32": -108.44465240641711 }, "geometry": { "type": "Point", "coordinates": [ 100305.5, 499307.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5171958531553003, "S12": -8.5171958531553003, "W13": -20.0, "S13": -20.0, "W21": -41.15295401828358, "S21": -42.218907262247129, "W22": -49.57343009805971, "S22": -60.250606119499032, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100306.571428571434808, 496975.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2875183997878707, "S11": 1.2875183997878707, "W12": -5.5254224391817575, "S12": -7.4993336332645146, "W13": -20.0, "S13": -20.0, "W21": -41.737051286602764, "S21": -43.887837043515432, "W22": -56.400185351941289, "S22": -67.206270561705395, "W31": -82.420254098144753, "S31": -82.420254098144753, "W32": -98.864699403791377, "S32": -103.86469940379138 }, "geometry": { "type": "Point", "coordinates": [ 100309.0, 503307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.681384487616727, "W13": -25.0, "S13": -25.0, "W21": -41.100764833609851, "S21": -41.100764833609851, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100310.3125, 509336.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100311.04651162790833, 511996.488372093008365 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4562299938354561, "S11": 1.4562299938354561, "W12": -6.4656059577814924, "S12": -6.4656059577814924, "W13": -22.489889603665819, "S13": -22.489889603665819, "W21": -40.0, "S21": -40.0, "W22": -52.48375908850322, "S22": -62.48375908850322, "W31": -80.0, "S31": -80.0, "W32": -97.046677672975065, "S32": -102.04667767297506 }, "geometry": { "type": "Point", "coordinates": [ 100311.5, 504140.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6948308287451663, "S12": -8.6948308287451663, "W13": -19.76744382339918, "S13": -19.76744382339918, "W21": -41.525674262063944, "S21": -44.863723703460565, "W22": -49.909177852186588, "S22": -60.583024757464699, "W31": -82.999161073825505, "S31": -82.999161073825505, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100312.0, 497044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1802114035058018, "S11": 1.1802114035058018, "W12": -5.2828707728638342, "S12": -8.2121702663688705, "W13": -19.984706189479702, "S13": -20.166395997106591, "W21": -41.245300131021686, "S21": -43.75133006935458, "W22": -56.628151901002688, "S22": -68.185061997767875, "W31": -83.101038032650735, "S31": -83.101038032650735, "W32": -98.987057535055669, "S32": -103.98705753505567 }, "geometry": { "type": "Point", "coordinates": [ 100312.166666666671517, 503252.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12465568281345155, "S11": 0.12465568281345155, "W12": -5.5074817306576973, "S12": -14.064666614984283, "W13": -19.817221880980739, "S13": -22.817221880980739, "W21": -30.0, "S21": -42.727968361718894, "W22": -59.857320799263931, "S22": -60.379679327162627, "W31": -90.688742311157583, "S31": -90.688742311157583, "W32": -101.83328580664401, "S32": -106.83328580664401 }, "geometry": { "type": "Point", "coordinates": [ 100313.0, 502620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59878399923851244, "S11": 0.59878399923851244, "W12": -5.0, "S12": -13.686417141765279, "W13": -19.894559601429947, "S13": -19.960413731495187, "W21": -30.0, "S21": -35.0, "W22": -58.110764460533886, "S22": -75.333198012651295, "W31": -87.144953898262557, "S31": -87.144953898262557, "W32": -99.739686329040708, "S32": -104.73968632904071 }, "geometry": { "type": "Point", "coordinates": [ 100314.0, 502916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79698060941829318, "S11": 0.79698060941829318, "W12": -10.536772167248794, "S12": -10.536772167248794, "W13": -19.766502508074758, "S13": -19.766502508074758, "W21": -46.526795615581165, "S21": -58.824218442925613, "W22": -58.824218442925613, "S22": -62.555631963022805, "W31": -88.001047773325382, "S31": -88.001047773325382, "W32": -97.780556607004428, "S32": -102.78055660700443 }, "geometry": { "type": "Point", "coordinates": [ 100314.5, 497798.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9012862673536262, "S12": -9.9012862673536262, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.920115916826923, "W22": -48.560858368078129, "S22": -59.194092024786322, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100316.0, 496801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4285227885548917, "S12": -8.4285227885548917, "W13": -20.0, "S13": -20.0, "W21": -41.216413977243278, "S21": -42.233240671050666, "W22": -49.565796787721652, "S22": -60.223475625618491, "W31": -82.710944696670623, "S31": -82.710944696670623, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100316.647058823524276, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100316.764705882349517, 511722.470588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.4077058795479473, "W13": -20.0, "S13": -20.0, "W21": -37.848996206971712, "S21": -40.974367549345523, "W22": -48.451749695338336, "S22": -48.451749695338336, "W31": -80.0, "S31": -80.69151291640901, "W32": -92.403159767827717, "S32": -97.403159767827717 }, "geometry": { "type": "Point", "coordinates": [ 100317.0, 506756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.0, "S13": -20.0, "W21": -37.946453054717871, "S21": -41.117616876350382, "W22": -48.457573420111679, "S22": -48.457573420111679, "W31": -80.0, "S31": -80.660510969899889, "W32": -92.404550246058278, "S32": -97.404550246058278 }, "geometry": { "type": "Point", "coordinates": [ 100317.0, 506781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3234406438630182, "S11": 2.3234406438630182, "W12": -14.709735546419481, "S12": -14.709735546419481, "W13": -19.513819940514797, "S13": -19.513819940514797, "W21": -57.673005139115723, "S21": -79.399781095400044, "W22": -85.476614543896915, "S22": -86.038642478629939, "W31": -101.70701676568707, "S31": -101.70701676568707, "W32": -101.70701676568707, "S32": -106.6708856744067 }, "geometry": { "type": "Point", "coordinates": [ 100319.0, 499078.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6697279541038212, "S11": 3.6697279541038212, "W12": -10.738045293934311, "S12": -10.738045293934311, "W13": -18.245197996207061, "S13": -19.938593690009171, "W21": -60.909335939466608, "S21": -73.889988054538918, "W22": -82.329743785180213, "S22": -102.81291920449894, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100319.0, 499522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.479424423144943, "S12": -10.479424423144943, "W13": -19.48986104769174, "S13": -22.123160996648448, "W21": -61.995888905894297, "S21": -67.976212353423492, "W22": -84.231604080746692, "S22": -106.55190598534011, "W31": -109.95102099780256, "S31": -109.95102099780256, "W32": -109.95102099780256, "S32": -112.59484765312858 }, "geometry": { "type": "Point", "coordinates": [ 100319.0, 499761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4727806817546414, "S12": -7.1453103359679355, "W13": -20.22362985286432, "S13": -20.22362985286432, "W21": -38.215270561663097, "S21": -38.215270561663097, "W22": -48.303776952360792, "S22": -48.303776952360792, "W31": -80.0, "S31": -80.0, "W32": -92.338350636587961, "S32": -97.338350636587961 }, "geometry": { "type": "Point", "coordinates": [ 100321.363636363632395, 506219.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69262917017945358, "S11": 0.69262917017945358, "W12": -10.0, "S12": -10.0, "W13": -19.177702753149788, "S13": -19.177702753149788, "W21": -47.245555464764728, "S21": -60.150282237514105, "W22": -60.150282237514105, "S22": -64.398339750524798, "W31": -88.545025437492228, "S31": -88.545025437492228, "W32": -98.038627228320621, "S32": -103.03862722832062 }, "geometry": { "type": "Point", "coordinates": [ 100322.0, 497894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3013039506548718, "S11": 1.3013039506548718, "W12": -5.7274486890593046, "S12": -6.9358789383002808, "W13": -20.0, "S13": -20.0, "W21": -41.939754171301431, "S21": -43.840554137199746, "W22": -56.13139110833324, "S22": -66.131391108333247, "W31": -81.584344202766403, "S31": -81.584344202766403, "W32": -98.762194237616754, "S32": -103.76219423761675 }, "geometry": { "type": "Point", "coordinates": [ 100323.428571428565192, 503351.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1405036713538426, "S11": 5.1405036713538426, "W12": -10.766732673267326, "S12": -10.766732673267326, "W13": -18.434565020713297, "S13": -19.451659207191465, "W21": -59.038719164182886, "S21": -75.336984596540518, "W22": -83.585008061138751, "S22": -97.348664968193177, "W31": -104.93216377065191, "S31": -104.93216377065191, "W32": -104.93216377065191, "S32": -108.6701871657754 }, "geometry": { "type": "Point", "coordinates": [ 100323.75, 499346.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.980532808597971, "S12": -8.980532808597971, "W13": -20.0, "S13": -20.0, "W21": -40.644168523824604, "S21": -42.61448519571217, "W22": -49.045244752191209, "S22": -59.674894286523255, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100324.333333333328483, 496917.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.464491551716951, "S11": 1.464491551716951, "W12": -6.4745852530565475, "S12": -6.4745852530565475, "W13": -22.531600042357901, "S13": -22.531600042357901, "W21": -40.0, "S21": -40.0, "W22": -52.2518594868653, "S22": -62.2518594868653, "W31": -80.0, "S31": -80.0, "W32": -96.940306962704028, "S32": -101.94030696270403 }, "geometry": { "type": "Point", "coordinates": [ 100325.0, 504187.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64050743657042863, "S11": 0.64050743657042863, "W12": -10.003685160259728, "S12": -10.003685160259728, "W13": -20.975471288648293, "S13": -20.975471288648293, "W21": -42.654295720198299, "S21": -52.637859560647286, "W22": -52.637859560647286, "S22": -61.506608384971855, "W31": -84.411317777355691, "S31": -84.411317777355691, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100326.0, 497247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4514991969365691, "S11": 1.4514991969365691, "W12": -6.4281883647300715, "S12": -6.4281883647300715, "W13": -22.419902178107797, "S13": -22.419902178107797, "W21": -40.0, "S21": -40.0, "W22": -51.739309691617684, "S22": -61.739309691617684, "W31": -80.0, "S31": -80.012806860838083, "W32": -96.698259887174174, "S32": -101.69825988717417 }, "geometry": { "type": "Point", "coordinates": [ 100326.0, 504293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.228181596851961, "S21": -41.856511196055344, "W22": -48.551989072355461, "S22": -48.551989072355461, "W31": -70.0, "S31": -70.793432576831307, "W32": -92.366292552861665, "S32": -97.366292552861665 }, "geometry": { "type": "Point", "coordinates": [ 100326.0, 507390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.14980664548388, "S12": -15.14980664548388, "W13": -19.528303079794682, "S13": -19.528303079794682, "W21": -56.269116762331166, "S21": -77.672917273298822, "W22": -82.872341382930856, "S22": -90.427461422127323, "W31": -99.766179019417748, "S31": -99.766179019417748, "W32": -100.98076235260196, "S32": -105.98076235260196 }, "geometry": { "type": "Point", "coordinates": [ 100328.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -15.549212325056162, "W13": -19.637419483831401, "S13": -24.637419483831401, "W21": -34.016837188394746, "S21": -48.714323304071485, "W22": -69.584972316644155, "S22": -96.920054283857269, "W31": -98.5089657828497, "S31": -98.5089657828497, "W32": -109.01064670400596, "S32": -114.01064670400596 }, "geometry": { "type": "Point", "coordinates": [ 100328.0, 501983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3789295088268503, "S12": -8.3789295088268503, "W13": -20.0, "S13": -20.0, "W21": -41.112475553736303, "S21": -42.349621012723929, "W22": -49.405714348668283, "S22": -60.035636934687219, "W31": -82.680718680089484, "S31": -82.680718680089484, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100329.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.884012930066511, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100331.0, 512441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66734641063907163, "S11": 0.66734641063907163, "W12": -5.0, "S12": -12.285919565768015, "W13": -19.90333081127039, "S13": -19.90333081127039, "W21": -30.243446990697961, "S21": -34.64465547736372, "W22": -57.654962219634982, "S22": -73.176360622531988, "W31": -86.235173743962861, "S31": -86.235173743962861, "W32": -99.549125299181057, "S32": -104.54912529918106 }, "geometry": { "type": "Point", "coordinates": [ 100331.1875, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3120437447520228, "S11": 1.3120437447520228, "W12": -5.8367084043195145, "S12": -6.5644301237230644, "W13": -20.0, "S13": -20.0, "W21": -41.921538412459427, "S21": -43.664352217909993, "W22": -55.965078238934211, "S22": -65.965078238934211, "W31": -81.057834985468816, "S31": -81.057834985468816, "W32": -98.697951724944161, "S32": -103.69795172494416 }, "geometry": { "type": "Point", "coordinates": [ 100332.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3640226917571991, "S11": 1.3640226917571991, "W12": -6.1166018880032249, "S12": -7.7598173283506, "W13": -21.668992134186713, "S13": -21.668992134186713, "W21": -40.0, "S21": -40.0, "W22": -47.962648870286536, "S22": -56.266544469636713, "W31": -77.241540246121872, "S31": -77.37293622887222, "W32": -92.183819172234934, "S32": -97.183819172234934 }, "geometry": { "type": "Point", "coordinates": [ 100332.181818181823473, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6481421449016, "S12": -8.6481421449016, "W13": -20.0, "S13": -20.0, "W21": -40.834735677142476, "S21": -42.322213489227835, "W22": -49.155439626983252, "S22": -59.772579821416478, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100332.333333333328483, 496959.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57020354088883585, "S11": 0.57020354088883585, "W12": -11.041856232939036, "S12": -11.041856232939036, "W13": -19.174827228184785, "S13": -19.174827228184785, "W21": -48.020980463111037, "S21": -59.261994073033108, "W22": -60.016748260757545, "S22": -66.856501804501661, "W31": -89.138874751162504, "S31": -89.138874751162504, "W32": -98.324230790028651, "S32": -103.32423079002865 }, "geometry": { "type": "Point", "coordinates": [ 100333.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -20.164905448216977, "S13": -23.710207117573802, "W21": -61.447310243516135, "S21": -66.585455624848237, "W22": -86.191610423348891, "S22": -102.91007343739724, "W31": -110.33588380426482, "S31": -110.33588380426482, "W32": -110.33588380426482, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100333.125, 500474.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.560832587630259, "S21": -43.432462833724408, "W22": -49.129365941436284, "S22": -49.129365941436284, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100333.6875, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75296515937753306, "S11": 0.75296515937753306, "W12": -15.319097177659275, "S12": -15.319097177659275, "W13": -19.526939168401015, "S13": -19.526939168401015, "W21": -56.940102091056524, "S21": -78.610854465157985, "W22": -84.295516803107233, "S22": -87.788386655346812, "W31": -100.72134917800362, "S31": -100.72134917800362, "W32": -101.2595481955006, "S32": -106.2595481955006 }, "geometry": { "type": "Point", "coordinates": [ 100335.263157894733013, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51182352205974257, "S11": 0.51182352205974257, "W12": -8.8236159170547506, "S12": -8.8236159170547506, "W13": -20.0, "S13": -20.0, "W21": -41.569336426069952, "S21": -46.968131452348636, "W22": -49.909177852186588, "S22": -60.575352617655128, "W31": -83.192114093959731, "S31": -83.192114093959731, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100336.0, 497084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4768842950947678, "S11": 1.4768842950947678, "W12": -6.5007594812581226, "S12": -6.5007594812581226, "W13": -22.612315398728995, "S13": -22.612315398728995, "W21": -40.0, "S21": -40.0, "W22": -52.249310527342118, "S22": -62.249310527342118, "W31": -80.0, "S31": -80.0, "W32": -96.930271799167244, "S32": -101.93027179916724 }, "geometry": { "type": "Point", "coordinates": [ 100336.5, 504187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43122003437565254, "S11": 0.43122003437565254, "W12": -15.0, "S12": -15.0, "W13": -19.381808135013202, "S13": -20.11409155718524, "W21": -53.475687630083669, "S21": -73.556217948002299, "W22": -73.556217948002299, "S22": -86.228116656058575, "W31": -95.776338337103255, "S31": -95.776338337103255, "W32": -99.908913478275934, "S32": -104.90891347827593 }, "geometry": { "type": "Point", "coordinates": [ 100336.666666666671517, 498607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3150895015217094, "S11": 1.3150895015217094, "W12": -5.9012653691600292, "S12": -6.3442146735602503, "W13": -20.0, "S13": -20.0, "W21": -41.918545598008528, "S21": -43.569359772892888, "W22": -55.862596864725383, "S22": -65.86259686472539, "W31": -80.748434307389275, "S31": -80.748434307389275, "W32": -98.659689071442259, "S32": -103.65968907144226 }, "geometry": { "type": "Point", "coordinates": [ 100337.857142857144936, 503396.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4727531095984381, "S11": 1.4727531095984381, "W12": -6.483564548331576, "S12": -6.483564548331576, "W13": -22.573310481049923, "S13": -22.573310481049923, "W21": -40.0, "S21": -40.0, "W22": -52.019959885227081, "S22": -62.019959885227081, "W31": -80.0, "S31": -80.0059202933856, "W32": -96.833936252432892, "S32": -101.83393625243289 }, "geometry": { "type": "Point", "coordinates": [ 100338.5, 504234.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9666356300434513, "W13": -20.0, "S13": -20.0, "W21": -39.931535681656051, "S21": -42.091257144428297, "W22": -48.2919657038019, "S22": -54.83577833175147, "W31": -80.0, "S31": -80.0, "W32": -92.216386222239763, "S32": -97.216386222239763 }, "geometry": { "type": "Point", "coordinates": [ 100339.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71780402449693792, "S11": 0.71780402449693792, "W12": -10.348609652561048, "S12": -10.348609652561048, "W13": -21.654187774691358, "S13": -21.654187774691358, "W21": -43.261017874198394, "S21": -53.437044239021851, "W22": -53.437044239021851, "S22": -60.062239479247232, "W31": -85.195428704929526, "S31": -85.195428704929526, "W32": -96.557567901768607, "S32": -101.55756790176861 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -11.1, "S12": -11.1, "W13": -23.110001, "S13": -23.110001, "W21": -44.803191427270711, "S21": -56.106037395892798, "W22": -56.106037395892798, "S22": -58.283511115928235, "W31": -86.801014027942017, "S31": -86.801014027942017, "W32": -97.259238521836508, "S32": -102.25923852183651 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69572684571840471, "S11": 0.69572684571840471, "W12": -10.148510754790722, "S12": -10.148510754790722, "W13": -19.398054191028987, "S13": -19.398054191028987, "W21": -46.662647227053682, "S21": -59.220240971639235, "W22": -59.220240971639235, "S22": -62.868687341154214, "W31": -88.161702878147992, "S31": -88.161702878147992, "W32": -97.888840822653648, "S32": -102.88884082265365 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497839.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3480311876012461, "S11": -1.3480311876012461, "W12": -10.08929467302263, "S12": -10.08929467302263, "W13": -20.930999607313307, "S13": -24.575730933974924, "W21": -63.274206888791753, "S21": -66.301441122447997, "W22": -87.277363657707539, "S22": -111.64878451317068, "W31": -111.64878451317068, "S31": -111.64878451317068, "W32": -111.64878451317068, "S32": -116.27842666437984 }, "geometry": { "type": "Point", "coordinates": [ 100341.0, 500003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1005730659025792, "S11": 5.1005730659025792, "W12": -10.851170336037081, "S12": -10.851170336037081, "W13": -18.084353126041616, "S13": -19.305352027837412, "W21": -58.887109730061091, "S21": -73.18460197194652, "W22": -82.970017764614752, "S22": -99.182240205172818, "W31": -105.34352567754537, "S31": -105.34352567754537, "W32": -105.34352567754537, "S32": -108.90048754109337 }, "geometry": { "type": "Point", "coordinates": [ 100342.0, 499386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52014046594573549, "S11": -0.52014046594573549, "W12": -10.253866802425138, "S12": -10.253866802425138, "W13": -20.272389848499898, "S13": -23.506907489371656, "W21": -62.804947631961959, "S21": -65.491359536895857, "W22": -85.254915170921535, "S22": -108.73763487067156, "W31": -110.68085740368815, "S31": -110.68085740368815, "W32": -110.68085740368815, "S32": -114.07921981116448 }, "geometry": { "type": "Point", "coordinates": [ 100342.0, 499898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29051669331016428, "S11": 0.29051669331016428, "W12": -5.0, "S12": -14.697824622436721, "W13": -19.841593059436576, "S13": -21.189828610863753, "W21": -30.0, "S21": -38.33247469543609, "W22": -58.498891829860256, "S22": -76.649985486108562, "W31": -88.795835162767361, "S31": -88.795835162767361, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100342.0, 502798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95838208606127495, "S11": -0.95838208606127495, "W12": -10.2045906419216, "S12": -10.2045906419216, "W13": -20.460110922440254, "S13": -23.816071773780529, "W21": -62.955255208090826, "S21": -65.61310828324018, "W22": -85.808069705682399, "S22": -109.54497358552702, "W31": -110.72795033777616, "S31": -110.72795033777616, "W32": -110.72795033777616, "S32": -114.43328640053005 }, "geometry": { "type": "Point", "coordinates": [ 100344.0, 499927.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3229853719561735, "S11": 1.3229853719561735, "W12": -5.9788722534151271, "S12": -6.075287405717984, "W13": -20.0, "S13": -20.0, "W21": -41.905052677160697, "S21": -43.441903681735987, "W22": -55.742888357290632, "S22": -65.742888357290639, "W31": -80.368767176209246, "S31": -80.368767176209246, "W32": -98.613387314107811, "S32": -103.61338731410781 }, "geometry": { "type": "Point", "coordinates": [ 100344.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12518709875961037, "S11": -0.12518709875961037, "W12": -5.6713294719104326, "S12": -7.4770788972456828, "W13": -20.600283390172351, "S13": -20.600283390172351, "W21": -38.479645158640189, "S21": -38.479645158640189, "W22": -48.139113133261006, "S22": -48.139113133261006, "W31": -80.0, "S31": -80.0, "W32": -92.146112955686959, "S32": -97.146112955686959 }, "geometry": { "type": "Point", "coordinates": [ 100344.0, 506025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60847081614798149, "S11": 0.60847081614798149, "W12": -9.6799491932514385, "S12": -9.6799491932514385, "W13": -20.790984234347444, "S13": -20.790984234347444, "W21": -42.34706872242689, "S21": -49.987978724431301, "W22": -51.111475409836068, "S22": -61.097369003936059, "W31": -84.184443535307778, "S31": -84.184443535307778, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100345.0, 497223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -23.577486061794062, "W21": -60.821202754402051, "S21": -66.074014748888217, "W22": -85.39197448337336, "S22": -101.72046411758589, "W31": -109.71698912543928, "S31": -109.71698912543928, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100345.0, 500555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5753812244685133, "S11": 1.5753812244685133, "W12": -6.7648624983707233, "S12": -6.7648624983707233, "W13": -20.37292049947127, "S13": -20.37292049947127, "W21": -41.015247268774523, "S21": -41.015247268774523, "W22": -54.665013254583947, "S22": -64.665013254583954, "W31": -80.0, "S31": -80.0, "W32": -98.072962646206435, "S32": -103.07296264620643 }, "geometry": { "type": "Point", "coordinates": [ 100345.6, 503658.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1808296051648495, "S11": -1.1808296051648495, "W12": -10.155314481418058, "S12": -10.155314481418058, "W13": -20.647831996380603, "S13": -24.125236058189394, "W21": -63.105562784219678, "S21": -65.850831277194587, "W22": -86.361224240443264, "S22": -110.35231230038247, "W31": -110.77504327186416, "S31": -110.77504327186416, "W32": -110.77504327186416, "S32": -114.78735298989564 }, "geometry": { "type": "Point", "coordinates": [ 100346.0, 499957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070169760808667048, "S11": -0.070169760808667048, "W12": -5.6884986661859394, "S12": -7.4103487741743006, "W13": -20.645828634902095, "S13": -20.645828634902095, "W21": -38.542094296509532, "S21": -38.542094296509532, "W22": -48.120108774255748, "S22": -48.120108774255748, "W31": -80.0, "S31": -80.0, "W32": -92.124686437763884, "S32": -97.124686437763884 }, "geometry": { "type": "Point", "coordinates": [ 100346.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7141915237885463, "S12": -8.7141915237885463, "W13": -20.0, "S13": -20.0, "W21": -40.660162823486601, "S21": -42.373636667850498, "W22": -48.922939502616771, "S22": -59.506040104045013, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100347.0, 496951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3031180204037924, "S11": 1.3031180204037924, "W12": -5.9668149045952115, "S12": -6.1355414211252111, "W13": -20.0, "S13": -20.040240259953343, "W21": -41.950708882424998, "S21": -43.520084255410872, "W22": -55.746127468369401, "S22": -65.746127468369394, "W31": -80.46174918563915, "S31": -80.46174918563915, "W32": -98.621921280771801, "S32": -103.6219212807718 }, "geometry": { "type": "Point", "coordinates": [ 100347.0, 503413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.22797584581024, "S12": -11.22797584581024, "W13": -19.131423471768549, "S13": -19.131423471768549, "W21": -48.197769658483821, "S21": -58.214301872291308, "W22": -60.188044318474617, "S22": -67.700376485630827, "W31": -89.304268791005683, "S31": -89.304268791005683, "W32": -98.42021305358783, "S32": -103.42021305358783 }, "geometry": { "type": "Point", "coordinates": [ 100348.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.756779476248084, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100348.882352941174759, 512409.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70893381687872026, "S11": -0.70893381687872026, "W12": -10.0, "S12": -11.157447234838365, "W13": -19.459170052144135, "S13": -22.689802203458349, "W21": -42.234284423699464, "S21": -49.869301072217461, "W22": -77.903020477985407, "S22": -112.90302047798541, "W31": -112.90302047798541, "S31": -112.90302047798541, "W32": -112.90302047798541, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100349.0, 501217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49, "W12": -15.5, "S12": -15.5, "W13": -19.5, "S13": -19.5, "W21": -57.5, "S21": -79.5, "W22": -85.5, "S22": -85.5, "W31": -101.5, "S31": -101.5, "W32": -101.5, "S32": -106.5 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3601051781542057, "S11": -1.3601051781542057, "W12": -10.082042856481696, "S12": -10.082042856481696, "W13": -20.922735315597112, "S13": -24.580103337746809, "W21": -63.333437988934129, "S21": -66.18666409364431, "W22": -87.160356591245474, "S22": -111.52409115807811, "W31": -111.52409115807811, "S31": -111.52409115807811, "W32": -111.52409115807811, "S32": -116.32270570072616 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0072153325817361225, "S11": -0.0072153325817361225, "W12": -10.0, "S12": -10.0, "W13": -19.650519859336818, "S13": -23.133753160505755, "W21": -49.452482797098753, "S21": -56.262576393871022, "W22": -80.28182852254659, "S22": -105.74675943180492, "W31": -106.375, "S31": -106.375, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.032799382489571, "W13": -19.624757550328312, "S13": -24.031606796811062, "W21": -33.875582656621035, "S21": -47.785165867403229, "W22": -69.231100357731307, "S22": -94.068474292470469, "W31": -98.410642482818076, "S31": -98.410642482818076, "W32": -108.93539490325236, "S32": -113.93539490325236 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.6038631980632729, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -38.461667388112204, "S21": -41.693058973872724, "W22": -48.334604877264866, "S22": -48.334604877264866, "W31": -80.0, "S31": -80.43419314246789, "W32": -92.15225511141675, "S32": -97.15225511141675 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -40.551714809396579, "S21": -43.21790494520787, "W22": -49.095038472074634, "S22": -49.095038472074634, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4606043574418307, "S11": 0.4606043574418307, "W12": -14.062781802916756, "S12": -14.062781802916756, "W13": -19.201238334111061, "S13": -20.369531496537828, "W21": -50.338674522902721, "S21": -65.338674522902721, "W22": -65.338674522902721, "S22": -74.936565381046492, "W31": -91.308334067741839, "S31": -91.308334067741839, "W32": -99.014230859385393, "S32": -104.01423085938539 }, "geometry": { "type": "Point", "coordinates": [ 100351.0, 498259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81680444329630775, "S11": -0.81680444329630775, "W12": -10.0, "S12": -12.582213465134918, "W13": -19.506538379093335, "S13": -22.506538379093335, "W21": -37.998197688096369, "S21": -46.850312270183949, "W22": -74.273108831181574, "S22": -109.27310883118157, "W31": -109.27310883118157, "S31": -109.27310883118157, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100351.0, 501555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4810146674799329, "S11": 1.4810146674799329, "W12": -6.4925438436066312, "S12": -6.6548690341714236, "W13": -22.615020919742008, "S13": -22.615020919742008, "W21": -40.0, "S21": -40.0, "W22": -51.788060283589161, "S22": -61.788060283589161, "W31": -80.0, "S31": -80.012181235674291, "W32": -96.727565542161841, "S32": -101.72756554216184 }, "geometry": { "type": "Point", "coordinates": [ 100352.0, 504281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3288750523887103, "S11": 1.3288750523887103, "W12": -6.0735262125528156, "S12": -6.0735262125528156, "W13": -20.0, "S13": -20.0, "W21": -41.897337024715249, "S21": -43.298165408585248, "W22": -55.593802621117334, "S22": -65.593802621117334, "W31": -80.0, "S31": -80.0, "W32": -98.557183905267621, "S32": -103.55718390526762 }, "geometry": { "type": "Point", "coordinates": [ 100352.285714285710128, 503441.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.492680747359097, "S12": -15.492680747359097, "W13": -19.489933744573804, "S13": -19.510953229612031, "W21": -57.489493175621213, "S21": -79.471378946029091, "W22": -85.417186980956927, "S22": -85.502000470071849, "W31": -101.47546277232722, "S31": -101.47546277232722, "W32": -101.49535069731185, "S32": -106.49535069731185 }, "geometry": { "type": "Point", "coordinates": [ 100353.0, 499068.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -8.8740183822185017, "W13": -25.0, "S13": -25.0, "W21": -41.032499934818389, "S21": -41.032499934818382, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100356.0, 509326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8235499817206513, "W13": -20.0, "S13": -20.0, "W21": -38.04025663355619, "S21": -40.857521125101442, "W22": -48.230087373541203, "S22": -48.230087373541203, "W31": -80.0, "S31": -80.732531016404266, "W32": -92.061996204787761, "S32": -97.061996204787761 }, "geometry": { "type": "Point", "coordinates": [ 100359.666666666671517, 506770.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95318516050734092, "S11": 0.95318516050734092, "W12": -5.2434673926931685, "S12": -8.4119339664105865, "W13": -19.944474435245343, "S13": -19.944474435245343, "W21": -41.213868213553383, "S21": -43.904886713652843, "W22": -56.446376794017802, "S22": -68.476024575429832, "W31": -83.624685615382532, "S31": -83.624685615382532, "W32": -99.005297581324939, "S32": -104.00529758132494 }, "geometry": { "type": "Point", "coordinates": [ 100360.0, 503241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100360.465116279068752, 511993.883720930258278 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0587653607372793, "S11": -2.0587653607372793, "W12": -10.0, "S12": -10.0, "W13": -21.004254827295071, "S13": -24.830511254563277, "W21": -64.203459718657101, "S21": -67.551921294857479, "W22": -88.48055395782049, "S22": -101.27909026298384, "W31": -111.13478765747672, "S31": -111.13478765747672, "W32": -111.13478765747672, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100362.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5243235058469011, "S12": -8.5243235058469011, "W13": -20.0, "S13": -20.0, "W21": -40.672897621321695, "S21": -42.202006673990958, "W22": -48.837804521469025, "S22": -59.388077675231315, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100363.0, 496975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4868032910248294, "S11": 1.4868032910248294, "W12": -6.4961141322515203, "S12": -7.0266856780133473, "W13": -22.640359144022209, "S13": -22.640359144022209, "W21": -40.0, "S21": -40.0, "W22": -51.551613412448511, "S22": -61.551613412448511, "W31": -80.0, "S31": -80.018506724393973, "W32": -96.621008021386743, "S32": -101.62100802138674 }, "geometry": { "type": "Point", "coordinates": [ 100363.333333333328483, 504328.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57643419572553434, "S11": 0.57643419572553434, "W12": -9.3584755029468489, "S12": -9.3584755029468489, "W13": -20.574554858465607, "S13": -20.574554858465607, "W21": -42.039841724655474, "S21": -47.338097888215302, "W22": -50.563934426229501, "S22": -60.688129622900249, "W31": -83.957569293259894, "S31": -83.957569293259894, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100364.0, 497199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21393516209476349, "S11": -0.21393516209476349, "W12": -10.0, "S12": -15.309202360309692, "W13": -19.590356996267491, "S13": -23.691806271629812, "W21": -34.731855804090564, "S21": -53.557638266312914, "W22": -70.415590790830109, "S22": -94.64155028938363, "W31": -99.576881989115435, "S31": -99.576881989115435, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100364.0, 501911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48778029917298188, "S11": 0.48778029917298188, "W12": -5.8602590900577756, "S12": -6.5812868429507754, "W13": -21.09044293671263, "S13": -21.09044293671263, "W21": -39.111072647723461, "S21": -39.111072647723461, "W22": -47.960987974234321, "S22": -47.960987974234321, "W31": -80.0, "S31": -80.0, "W32": -91.968471469829439, "S32": -96.968471469829439 }, "geometry": { "type": "Point", "coordinates": [ 100364.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3264576276665085, "S12": -8.3264576276665085, "W13": -20.0, "S13": -20.0, "W21": -40.806104676827701, "S21": -42.692665924608356, "W22": -48.933852302125374, "S22": -59.481960031418524, "W31": -82.591623897881277, "S31": -82.591623897881277, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100365.411764705888345, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5951125470615144, "S11": 0.5951125470615144, "W12": -10.0, "S12": -10.0, "W13": -19.029605873983737, "S13": -19.029605873983737, "W21": -46.798498838525724, "S21": -58.576740798793907, "W22": -58.576740798793907, "S22": -63.181742719284415, "W31": -88.322357982970246, "S31": -88.322357982970246, "W32": -97.997125038302713, "S32": -102.99712503830271 }, "geometry": { "type": "Point", "coordinates": [ 100365.5, 497880.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100366.0, 511721.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69615516810398703, "S11": 0.69615516810398703, "W12": -10.308821310772235, "S12": -10.308821310772235, "W13": -21.536374318231921, "S13": -21.536374318231921, "W21": -43.022695228998955, "S21": -53.130828849938148, "W22": -53.130828849938148, "S22": -59.23057694090194, "W31": -85.111712483451456, "S31": -85.111712483451456, "W32": -96.552791024093963, "S32": -101.55279102409396 }, "geometry": { "type": "Point", "coordinates": [ 100366.5, 497362.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3426606032556472, "S11": 1.3426606032556472, "W12": -6.2457870559456152, "S12": -6.2457870559456152, "W13": -20.0, "S13": -20.0, "W21": -41.876128451422119, "S21": -43.025702673897072, "W22": -55.325008377509207, "S22": -65.325008377509207, "W31": -80.0, "S31": -80.0, "W32": -98.454678739092998, "S32": -103.454678739093 }, "geometry": { "type": "Point", "coordinates": [ 100366.714285714289872, 503486.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.842847487541892, "S12": -10.842847487541892, "W13": -17.990915938686339, "S13": -19.589250844565598, "W21": -59.785626227112914, "S21": -71.37794987856519, "W22": -81.908334314173644, "S22": -102.05712594369423, "W31": -106.19624399772117, "S31": -106.19624399772117, "W32": -106.19624399772117, "S32": -109.39804554389158 }, "geometry": { "type": "Point", "coordinates": [ 100368.0, 499464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3974004160105027, "S12": -7.3920150827808406, "W13": -20.544284870200833, "S13": -20.544284870200833, "W21": -37.983768545893554, "S21": -37.983768545893554, "W22": -48.053406056466805, "S22": -48.235980486862339, "W31": -80.0, "S31": -80.0, "W32": -91.953688533901285, "S32": -96.953688533901285 }, "geometry": { "type": "Point", "coordinates": [ 100369.454545454544132, 506233.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8357021899791075, "S12": -8.8357021899791075, "W13": -20.0, "S13": -20.0, "W21": -40.366883461439414, "S21": -42.469596726456132, "W22": -48.538163335021316, "S22": -59.066090908444139, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100370.666666666671517, 496935.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5223396744944184, "S11": -1.5223396744944184, "W12": -10.010858055259868, "S12": -10.010858055259868, "W13": -21.115131445070347, "S13": -24.936443953770912, "W21": -63.632039803358062, "S21": -66.201321708716591, "W22": -87.523890087463911, "S22": -112.15583111770357, "W31": -112.15583111770357, "S31": -112.15583111770357, "W32": -112.15583111770357, "S32": -116.49116237410551 }, "geometry": { "type": "Point", "coordinates": [ 100372.0, 500026.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20810508536474018, "S11": -0.20810508536474018, "W12": -10.25193849215532, "S12": -10.25193849215532, "W13": -20.154317048116674, "S13": -23.375291008302906, "W21": -62.94051237943696, "S21": -66.571968711156956, "W22": -84.583212079613901, "S22": -107.98009737814434, "W31": -111.04841847726858, "S31": -111.04841847726858, "W32": -111.04841847726858, "S32": -113.66396803047871 }, "geometry": { "type": "Point", "coordinates": [ 100372.5, 499873.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3897568786009935, "S11": 1.3897568786009935, "W12": -6.1449106349223248, "S12": -8.5155786202521959, "W13": -21.799401318322573, "S13": -21.799401318322573, "W21": -40.0, "S21": -40.0, "W22": -47.77571746146532, "S22": -65.917714353462216, "W31": -76.943455899094559, "S31": -77.100609259064512, "W32": -91.856680026531834, "S32": -96.856680026531834 }, "geometry": { "type": "Point", "coordinates": [ 100374.0, 505144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.492591914569749, "S11": 1.492591914569749, "W12": -6.499684420896469, "S12": -7.2777277853930196, "W13": -22.665697368302574, "S13": -22.665697368302574, "W21": -40.0, "S21": -40.0, "W22": -51.31516654130813, "S22": -61.31516654130813, "W31": -80.0, "S31": -80.02508600911878, "W32": -96.51445050061173, "S32": -101.51445050061173 }, "geometry": { "type": "Point", "coordinates": [ 100374.666666666671517, 504376.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40553176733106167, "S11": 0.40553176733106167, "W12": -15.078222370009112, "S12": -15.078222370009112, "W13": -19.298531847876809, "S13": -20.236344802165291, "W21": -54.781522233315592, "S21": -75.509923267344831, "W22": -80.0, "S22": -94.955736224028911, "W31": -97.624893510766427, "S31": -97.624893510766427, "W32": -100.45044125842522, "S32": -105.45044125842522 }, "geometry": { "type": "Point", "coordinates": [ 100375.0, 498775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1963212919968518, "S11": 0.1963212919968518, "W12": -5.0, "S12": -14.84362802932821, "W13": -19.822468204464208, "S13": -21.053498909573165, "W21": -30.0, "S21": -37.939776700124057, "W22": -58.228388155667332, "S22": -78.228388155667332, "W31": -88.724455874051301, "S31": -88.724455874051301, "W32": -99.947340137318406, "S32": -104.94734013731841 }, "geometry": { "type": "Point", "coordinates": [ 100375.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3265220212362951, "S12": -8.3265220212362951, "W13": -20.0, "S13": -20.0, "W21": -40.717014599536093, "S21": -42.79242050318534, "W22": -48.79663878293691, "S22": -59.320955439191884, "W31": -82.565715883668901, "S31": -82.565715883668901, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100376.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.212986909427315, "S13": -23.941647716531254, "W21": -61.404628683400588, "S21": -65.840876503986834, "W22": -85.618614460657312, "S22": -99.480938757846062, "W31": -110.16024513547414, "S31": -110.16024513547414, "W32": -110.16024513547414, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100376.25, 500495.5 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0726113070310781, "S11": 5.0726113070310781, "W12": -10.896614336192075, "S12": -10.896614336192075, "W13": -17.776813062650195, "S13": -19.230782935505992, "W21": -58.872768366741248, "S21": -70.377284323295811, "W22": -82.130769736103773, "S22": -100.95691436176696, "W31": -105.64996022218605, "S31": -105.64996022218605, "W32": -105.64996022218605, "S32": -109.04726595023304 }, "geometry": { "type": "Point", "coordinates": [ 100376.75, 499421.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46416020903236754, "S11": 0.46416020903236754, "W12": -5.0, "S12": -12.371860008979844, "W13": -19.866452020966644, "S13": -19.866452020966644, "W21": -31.20526088831393, "S21": -35.778819410825825, "W22": -57.426162416407188, "S22": -73.619913949308668, "W31": -86.573480524368051, "S31": -86.573480524368051, "W32": -99.545061844463703, "S32": -104.5450618444637 }, "geometry": { "type": "Point", "coordinates": [ 100378.5, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4149780239812715, "S11": 1.4149780239812715, "W12": -6.2239759593224786, "S12": -8.12979597284221, "W13": -22.000517671626479, "S13": -22.000517671626479, "W21": -40.0, "S21": -40.0, "W22": -47.712456467775233, "S22": -56.292893707303406, "W31": -76.340331915257039, "S31": -76.471418588305298, "W32": -91.80349870970791, "S32": -96.80349870970791 }, "geometry": { "type": "Point", "coordinates": [ 100379.636363636367605, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -19.986839761594847, "S13": -23.714421293091661, "W21": -60.829595999743212, "S21": -65.459898190801482, "W22": -84.971893900260667, "S22": -99.743955118105021, "W31": -109.6225, "S31": -109.6225, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100380.0, 500567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47898110896645141, "S11": 0.47898110896645141, "W12": -10.333538163383384, "S12": -10.333538163383384, "W13": -18.995646323578406, "S13": -18.995646323578406, "W21": -47.653503478817463, "S21": -56.851676409497536, "W22": -59.263050443757521, "S22": -66.331237506051366, "W31": -88.985610004345617, "S31": -88.985610004345617, "W32": -98.319943453507506, "S32": -103.31994345350751 }, "geometry": { "type": "Point", "coordinates": [ 100380.571428571434808, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8173259592550931, "S11": 0.8173259592550931, "W12": -10.835620257658004, "S12": -10.835620257658004, "W13": -22.489669762486663, "S13": -22.489669762486663, "W21": -43.990539864465369, "S21": -54.884185375948519, "W22": -54.884185375948519, "S22": -57.43374836293544, "W31": -86.253352839923991, "S31": -86.253352839923991, "W32": -97.063269876819703, "S32": -102.0632698768197 }, "geometry": { "type": "Point", "coordinates": [ 100381.0, 497540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.356446154122648, "S11": 1.356446154122648, "W12": -6.4180478993384025, "S12": -6.4180478993384025, "W13": -20.0, "S13": -20.0, "W21": -41.85491987812884, "S21": -42.749830623783033, "W22": -55.056214133901157, "S22": -65.056214133901165, "W31": -80.0, "S31": -80.0, "W32": -98.352173572918389, "S32": -103.35217357291839 }, "geometry": { "type": "Point", "coordinates": [ 100381.142857142855064, 503531.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36526852214818423, "S11": 0.36526852214818423, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -19.211749494478163, "S13": -20.58237351859913, "W21": -53.22568134722723, "S21": -73.202164409594729, "W22": -73.202164409594729, "S22": -84.862880643425669, "W31": -95.409129187352534, "S31": -95.409129187352534, "W32": -99.882628838534075, "S32": -104.88262883853407 }, "geometry": { "type": "Point", "coordinates": [ 100381.333333333328483, 498602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5266224597487663, "S11": 1.5266224597487663, "W12": -6.6077286161531363, "S12": -6.6077286161531363, "W13": -22.939007014896266, "S13": -22.939007014896266, "W21": -40.0, "S21": -40.0, "W22": -52.199310943546507, "S22": -62.199310943546507, "W31": -80.0, "S31": -80.0, "W32": -96.912582125809124, "S32": -101.91258212580912 }, "geometry": { "type": "Point", "coordinates": [ 100381.333333333328483, 504175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8086506199854121, "S11": 0.8086506199854121, "W12": -10.883703987143186, "S12": -10.883703987143186, "W13": -22.667285697892591, "S13": -22.667285697892591, "W21": -44.265440601398439, "S21": -55.357025985817543, "W22": -55.357025985817543, "S22": -57.123410748692692, "W31": -86.508376978982739, "S31": -86.508376978982739, "W32": -97.185050391937295, "S32": -102.1850503919373 }, "geometry": { "type": "Point", "coordinates": [ 100382.0, 497583.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77691116392085657, "S11": 0.77691116392085657, "W12": -10.832487946736052, "S12": -10.832487946736052, "W13": -22.450795526050292, "S13": -22.450795526050292, "W21": -44.610662993529203, "S21": -55.90018825088427, "W22": -55.90018825088427, "S22": -57.56493152750668, "W31": -86.763401118041486, "S31": -86.763401118041486, "W32": -97.306830907054874, "S32": -102.30683090705487 }, "geometry": { "type": "Point", "coordinates": [ 100383.0, 497627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.265496852096412, "S12": -10.265496852096412, "W13": -25.0, "S13": -25.0, "W21": -40.782859650470073, "S21": -43.032397302080696, "W22": -49.02541903229649, "S22": -49.02541903229649, "W31": -70.0, "S31": -70.54034684629012, "W32": -91.942730648708249, "S32": -96.942730648708249 }, "geometry": { "type": "Point", "coordinates": [ 100383.083333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.443892190782639, "S12": -15.443892190782639, "W13": -19.351015239769396, "S13": -19.784295030285637, "W21": -56.729445229183582, "S21": -78.373825137329675, "W22": -83.880449270179795, "S22": -87.566104115240122, "W31": -100.39493165362512, "S31": -100.39493165362512, "W32": -101.23962929243241, "S32": -106.23962929243241 }, "geometry": { "type": "Point", "coordinates": [ 100383.157894736839808, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4983805381146453, "S11": 1.4983805381146453, "W12": -6.5032547095413582, "S12": -7.5287698927725941, "W13": -22.691035592582775, "S13": -22.691035592582775, "W21": -40.0, "S21": -40.0, "W22": -51.068449845321133, "S22": -60.878499037641205, "W31": -80.0, "S31": -80.032019921808399, "W32": -96.407892979836632, "S32": -101.40789297983663 }, "geometry": { "type": "Point", "coordinates": [ 100386.0, 504424.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2635812948147973, "S11": 1.2635812948147973, "W12": -6.0983826075865357, "S12": -9.0983826075865366, "W13": -21.70352452126955, "S13": -21.70352452126955, "W21": -39.754306400289053, "S21": -39.754306400289053, "W22": -47.749722255701521, "S22": -70.729776048874314, "W31": -79.698857766460492, "S31": -79.884304421921442, "W32": -91.76940609668334, "S32": -96.76940609668334 }, "geometry": { "type": "Point", "coordinates": [ 100386.0, 505304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.192526401299755, "S12": -15.192526401299755, "W13": -19.345921864290609, "S13": -19.592346707714409, "W21": -57.295275787208645, "S21": -79.08424031965437, "W22": -84.502999857633881, "S22": -85.38265137380867, "W31": -101.28882743834042, "S31": -101.28882743834042, "W32": -101.47421883431934, "S32": -106.47421883431934 }, "geometry": { "type": "Point", "coordinates": [ 100387.0, 499059.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53917322834645665, "S11": 0.53917322834645665, "W12": -9.1173970598245369, "S12": -9.1173970598245369, "W13": -20.32887209281305, "S13": -20.32887209281305, "W21": -41.67599035793878, "S21": -47.629073296023641, "W22": -49.922938783673473, "S22": -60.108986475551731, "W31": -83.711919755701985, "S31": -83.711919755701985, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100389.0, 497174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.563655073242209, "S11": 1.563655073242209, "W12": -6.8567837231072675, "S12": -6.8567837231072675, "W13": -20.0, "S13": -20.0, "W21": -41.403824447324979, "S21": -41.403824447324979, "W22": -54.383986764618271, "S22": -64.383986764618271, "W31": -80.0, "S31": -80.0, "W32": -98.031826096587054, "S32": -103.03182609658705 }, "geometry": { "type": "Point", "coordinates": [ 100389.4, 503673.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49772776602094515, "S11": 0.49772776602094515, "W12": -10.0, "S12": -10.0, "W13": -18.927630774615025, "S13": -18.927630774615025, "W21": -46.934350449998249, "S21": -56.958222692342666, "W22": -58.161113789094621, "S22": -63.96150417779954, "W31": -88.483013087792841, "S31": -88.483013087792841, "W32": -98.105409253951962, "S32": -103.10540925395196 }, "geometry": { "type": "Point", "coordinates": [ 100391.0, 497921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67450631171103614, "S11": 0.67450631171103614, "W12": -10.269032968983419, "S12": -10.269032968983419, "W13": -21.418560861772484, "S13": -21.418560861772484, "W21": -42.784372583799517, "S21": -52.824613460854444, "W22": -52.824613460854444, "S22": -58.398914402556656, "W31": -85.027996261973371, "S31": -85.027996261973371, "W32": -96.54801414641932, "S32": -101.54801414641932 }, "geometry": { "type": "Point", "coordinates": [ 100393.0, 497360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3702317049894857, "S11": 1.3702317049894857, "W12": -6.5903087427309917, "S12": -6.5903087427309917, "W13": -20.0, "S13": -20.0, "W21": -41.83371130483593, "S21": -42.473958573669819, "W22": -54.787419890293293, "S22": -64.787419890293293, "W31": -80.0, "S31": -80.0, "W32": -98.249668406743879, "S32": -103.24966840674388 }, "geometry": { "type": "Point", "coordinates": [ 100395.571428571434808, 503576.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25533242623701718, "S11": 0.25533242623701718, "W12": -5.8005009302344739, "S12": -7.688786797301149, "W13": -20.99164406619704, "S13": -20.99164406619704, "W21": -38.567933324577567, "S21": -38.567933324577567, "W22": -47.85913221646377, "S22": -47.85913221646377, "W31": -80.0, "S31": -80.0, "W32": -91.727972851852059, "S32": -96.727972851852059 }, "geometry": { "type": "Point", "coordinates": [ 100396.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.698049692759819, "W13": -19.485304996078263, "S13": -22.742776498334699, "W21": -43.887073703229696, "S21": -50.484695703191932, "W22": -78.142087779844246, "S22": -109.02479126283643, "W31": -109.02479126283643, "S31": -109.02479126283643, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100397.0, 501184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5041691616595418, "S11": 1.5041691616595418, "W12": -6.5068249981862474, "S12": -7.7798120001521687, "W13": -22.716373816862976, "S13": -22.716373816862976, "W21": -40.0, "S21": -40.0, "W22": -50.800975742207868, "S22": -59.391073299145908, "W31": -80.0, "S31": -80.038953834498002, "W32": -96.301335459061519, "S32": -101.30133545906152 }, "geometry": { "type": "Point", "coordinates": [ 100397.333333333328483, 504472.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.796959098357576, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100397.941176470587379, 512407.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73907837318115954, "S11": 0.73907837318115954, "W12": -5.1416787959131032, "S12": -8.7788104451317572, "W13": -19.906786769856165, "S13": -19.906786769856165, "W21": -41.046588608518285, "S21": -43.989360142236087, "W22": -56.365536296067134, "S22": -68.763712976791268, "W31": -84.237600400248581, "S31": -84.237600400248581, "W32": -99.055907202336741, "S32": -104.05590720233674 }, "geometry": { "type": "Point", "coordinates": [ 100399.5, 503216.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.492562360202492, "S11": -1.492562360202492, "W12": -10.015420928402833, "S12": -10.015420928402833, "W13": -20.981550530365666, "S13": -24.77466664612567, "W21": -63.738270435082725, "S21": -65.694444320560436, "W22": -86.830293081789151, "S22": -111.29270297563528, "W31": -111.48964761730876, "S31": -111.48964761730876, "W32": -111.48964761730876, "S32": -115.49018240036595 }, "geometry": { "type": "Point", "coordinates": [ 100400.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20135287485907549, "S11": 0.20135287485907549, "W12": -10.0, "S12": -10.0, "W13": -19.647725270187454, "S13": -23.118863325325648, "W21": -49.740747628789286, "S21": -55.597878796451511, "W22": -80.133057280027771, "S22": -103.41534231027116, "W31": -106.375, "S31": -106.375, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100400.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24539650872817995, "S11": -0.24539650872817995, "W12": -10.0, "S12": -16.732665018521342, "W13": -19.585783927814447, "S13": -22.750956911342211, "W21": -33.920778243577345, "S21": -49.716207230238012, "W22": -69.054832341284566, "S22": -97.872739866682181, "W31": -98.662812289380909, "S31": -98.662812289380909, "W32": -108.65540586081134, "S32": -113.65540586081134 }, "geometry": { "type": "Point", "coordinates": [ 100400.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.810727914324401, "W13": -20.0, "S13": -20.0, "W21": -37.948777004987917, "S21": -40.82853802067126, "W22": -48.070992192626505, "S22": -48.070992192626505, "W31": -80.0, "S31": -80.502767724267855, "W32": -91.751534317566424, "S32": -96.751534317566424 }, "geometry": { "type": "Point", "coordinates": [ 100400.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9811094881795448, "S12": -8.9811094881795448, "W13": -25.0, "S13": -25.0, "W21": -40.970712198335796, "S21": -43.007200846690061, "W22": -48.989820175180697, "S22": -48.989820175180697, "W31": -70.0, "S31": -71.112710520898247, "W32": -91.807153446788845, "S32": -96.807153446788845 }, "geometry": { "type": "Point", "coordinates": [ 100400.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -6.239394083893135, "W13": -20.15505709230866, "S13": -20.15505709230866, "W21": -38.669162595656189, "S21": -41.178320236373004, "W22": -48.00842505174414, "S22": -48.00842505174414, "W31": -80.0, "S31": -80.773549116399508, "W32": -91.720832641747919, "S32": -96.720832641747919 }, "geometry": { "type": "Point", "coordinates": [ 100402.333333333328483, 506784.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36672496456894732, "S11": 0.36672496456894732, "W12": -15.207080223650827, "S12": -15.207080223650827, "W13": -19.197069178721421, "S13": -20.50695449611764, "W21": -54.74953107043882, "S21": -75.483359246223785, "W22": -79.710056462688854, "S22": -94.710056462688854, "W31": -97.572207044446401, "S31": -97.572207044446401, "W32": -100.47754475660778, "S32": -105.47754475660778 }, "geometry": { "type": "Point", "coordinates": [ 100403.0, 498786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094266411028941954, "S11": 0.094266411028941954, "W12": -10.2500101818855, "S12": -10.2500101818855, "W13": -20.036244247733443, "S13": -23.243674527234148, "W21": -63.076077126911969, "S21": -67.934387582406515, "W22": -83.911508988306281, "S22": -107.32110467987614, "W31": -110.72546390494018, "S31": -110.72546390494018, "W32": -110.72546390494018, "S32": -113.24871624979295 }, "geometry": { "type": "Point", "coordinates": [ 100403.0, 499849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.696648161387591, "S11": -1.696648161387591, "W12": -9.9324214374971067, "S12": -9.9324214374971067, "W13": -21.299263282827386, "S13": -25.297156973566896, "W21": -63.989872717924371, "S21": -66.1012022949852, "W22": -87.770416517220269, "S22": -112.66287772223643, "W31": -112.66287772223643, "S31": -112.66287772223643, "W32": -112.66287772223643, "S32": -116.70389808383121 }, "geometry": { "type": "Point", "coordinates": [ 100403.0, 500050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4882627403774393, "S11": 1.4882627403774393, "W12": -6.4421200792710067, "S12": -7.9283552705702878, "W13": -22.568336420821112, "S13": -22.568336420821112, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -54.77648701067735, "W31": -80.0, "S31": -80.066937579104447, "W32": -95.903165909150218, "S32": -100.90316590915022 }, "geometry": { "type": "Point", "coordinates": [ 100404.0, 504646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -8.7288225882019876, "W13": -25.0, "S13": -25.0, "W21": -41.004583429927649, "S21": -41.004583429927649, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100404.047619047618355, 509323.095238095265813 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4596512171286746, "S11": 1.4596512171286746, "W12": -6.3416911239563314, "S12": -8.3793500349661656, "W13": -22.324850606501933, "S13": -22.324850606501933, "W21": -40.0, "S21": -40.0, "W22": -47.997919484070806, "S22": -47.997919484070806, "W31": -80.0, "S31": -80.107241329307968, "W32": -92.475292479941714, "S32": -97.475292479941714 }, "geometry": { "type": "Point", "coordinates": [ 100405.0, 504869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42636307141159913, "S11": 0.42636307141159913, "W12": -11.160559186036892, "S12": -11.160559186036892, "W13": -18.938424638357443, "S13": -19.540158606037227, "W21": -48.374364168850335, "S21": -59.217103070279983, "W22": -60.105076011337282, "S22": -69.063654896671508, "W31": -89.532973614026403, "S31": -89.532973614026403, "W32": -98.604246651886299, "S32": -103.6042466518863 }, "geometry": { "type": "Point", "coordinates": [ 100406.0, 498106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4270911909067443, "S11": -0.4270911909067443, "W12": -10.0, "S12": -14.082300134852375, "W13": -19.51012771082716, "S13": -22.51012771082716, "W21": -36.448481916879203, "S21": -47.006600960633691, "W22": -72.218177801777031, "S22": -95.029595352403845, "W31": -102.01946786129164, "S31": -102.01946786129164, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100407.0, 501734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4218633859412386, "S11": 1.4218633859412386, "W12": -6.2080662966816265, "S12": -8.8386757663317681, "W13": -22.001865120279099, "S13": -22.001865120279099, "W21": -39.907238043716205, "S21": -39.907238043716205, "W22": -47.607556814377347, "S22": -67.607556814377347, "W31": -76.119388553944432, "S31": -76.280845907602412, "W32": -91.593594780821178, "S32": -96.593594780821178 }, "geometry": { "type": "Point", "coordinates": [ 100407.0, 505169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5099577852044541, "S11": 1.5099577852044541, "W12": -6.5103952868311694, "S12": -7.9975772639141596, "W13": -22.741712041143277, "S13": -22.741712041143277, "W21": -40.0, "S21": -40.0, "W22": -50.533501639094531, "S22": -57.903647560650292, "W31": -80.0, "S31": -80.045887747187621, "W32": -96.194777938286393, "S32": -101.19477793828639 }, "geometry": { "type": "Point", "coordinates": [ 100408.666666666671517, 504520.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.023262235057075, "S12": -9.023262235057075, "W13": -20.0, "S13": -20.0, "W21": -39.975979473576309, "S21": -42.693928191525025, "W22": -47.920887043059274, "S22": -58.359601995471721, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100409.0, 496912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100409.883720930229174, 511991.279069767449982 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3840172558564867, "S11": 1.3840172558564867, "W12": -6.7625695861237798, "S12": -6.7625695861237798, "W13": -20.0, "S13": -20.0, "W21": -41.812502731542651, "S21": -42.198086523555737, "W22": -54.518625646685244, "S22": -64.518625646685251, "W31": -80.0, "S31": -80.0, "W32": -98.147163240569256, "S32": -103.14716324056926 }, "geometry": { "type": "Point", "coordinates": [ 100410.0, 503621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0539325842696625, "S11": 5.0539325842696625, "W12": -10.85885152959689, "S12": -10.85885152959689, "W13": -17.994265592555433, "S13": -19.681206436471228, "W21": -58.945253641386245, "S21": -67.656793312609935, "W22": -81.291521707592793, "S22": -101.54475428003627, "W31": -105.95639476682673, "S31": -105.95639476682673, "W32": -105.95639476682673, "S32": -109.19404435937271 }, "geometry": { "type": "Point", "coordinates": [ 100411.5, 499456.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50191226096737906, "S11": 0.50191226096737906, "W12": -8.876318616702223, "S12": -8.876318616702223, "W13": -20.083189327160493, "S13": -20.083189327160493, "W21": -41.312138991222085, "S21": -50.207152451034929, "W22": -50.207152451034929, "S22": -59.620401711284025, "W31": -83.466270218144089, "S31": -83.466270218144089, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100414.0, 497149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3267541958295901, "S12": -8.3267541958295901, "W13": -20.0, "S13": -20.0, "W21": -40.395795376412245, "S21": -43.152091178165904, "W22": -48.30190781652928, "S22": -58.740444437218784, "W31": -82.472303099091988, "S31": -82.472303099091988, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100414.176470588237862, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74861102427842041, "S11": 0.74861102427842041, "W12": -10.753611205608721, "S12": -10.753611205608721, "W13": -22.185827521329028, "S13": -22.185827521329028, "W21": -43.625778869331874, "S21": -54.386043053611182, "W22": -54.386043053611182, "S22": -56.459505900092132, "W31": -86.065277875179575, "S31": -86.065277875179575, "W32": -97.025475923852184, "S32": -102.02547592385218 }, "geometry": { "type": "Point", "coordinates": [ 100414.5, 497526.5 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3211312772925758, "S11": 4.3211312772925758, "W12": -10.0, "S12": -10.0, "W13": -18.545921864290612, "S13": -19.17931649172905, "W21": -56.822114063457839, "S21": -73.592093231821679, "W22": -83.449259608679597, "S22": -88.731890240023205, "W31": -102.60386879730866, "S31": -102.60386879730866, "W32": -102.60386879730866, "S32": -107.175389233731 }, "geometry": { "type": "Point", "coordinates": [ 100415.0, 499175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100415.235294117650483, 511720.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65435570553680789, "S11": 0.65435570553680789, "W12": -10.228886686683724, "S12": -10.228886686683724, "W13": -21.298070762971584, "S13": -21.298070762971584, "W21": -42.566289170873695, "S21": -52.566289170873695, "W22": -52.566289170873695, "S22": -57.692509171915049, "W31": -84.94315084494977, "S31": -84.94315084494977, "W32": -96.538490223249113, "S32": -101.53849022324911 }, "geometry": { "type": "Point", "coordinates": [ 100416.0, 497356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87516870013359971, "S11": 0.87516870013359971, "W12": -5.6855840680384278, "S12": -7.2222005578652109, "W13": -19.887764680678323, "S13": -20.887764680678323, "W21": -42.173474016106759, "S21": -44.383116944294542, "W22": -55.745202729949099, "S22": -65.745202729949099, "W31": -82.260015979910975, "S31": -82.260015979910975, "W32": -98.780812361549508, "S32": -103.78081236154951 }, "geometry": { "type": "Point", "coordinates": [ 100416.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.016142634666496569, "S11": 0.016142634666496569, "W12": -5.3777544893395177, "S12": -7.6944541686668995, "W13": -20.864939887537346, "S13": -20.864939887537346, "W21": -37.97552068055257, "S21": -37.97552068055257, "W22": -47.803035160572811, "S22": -48.47565671482954, "W31": -80.0, "S31": -80.0, "W32": -91.569026431214624, "S32": -96.569026431214624 }, "geometry": { "type": "Point", "coordinates": [ 100417.545454545455868, 506246.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48994795324053042, "S11": 0.48994795324053042, "W12": -8.7549331606060257, "S12": -8.7549331606060257, "W13": -19.960464472323537, "S13": -19.960464472323537, "W21": -41.159548824305269, "S21": -51.159548824305269, "W22": -51.159548824305269, "S22": -59.65271312898674, "W31": -83.312670767522391, "S31": -83.312670767522391, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100419.0, 497131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.104396537180616, "S13": -24.016416482031669, "W21": -61.361947123285034, "S21": -65.055180082944631, "W22": -85.045618497965734, "S22": -97.089308460518652, "W31": -109.999375, "S31": -109.999375, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100419.375, 500516.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40986958746869917, "S11": 0.40986958746869917, "W12": -11.054471006700306, "S12": -11.054471006700306, "W13": -18.888966402239848, "S13": -19.636046966860619, "W21": -48.393499658688043, "S21": -59.402045289129838, "W22": -60.0, "S22": -69.175943075589487, "W31": -89.541298863974859, "S31": -89.541298863974859, "W32": -98.624966470848364, "S32": -103.62496647084836 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 498115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.2, "S11": 5.2, "W12": -11.0, "S12": -11.0, "W13": -17.5, "S13": -18.848337064278862, "W21": -57.471198765510394, "S21": -68.206311572689799, "W22": -81.969467581631008, "S22": -98.595523781277308, "W31": -104.78574432296047, "S31": -104.78574432296047, "W32": -104.78574432296047, "S32": -108.4404221350523 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5157464087493582, "S11": 1.5157464087493582, "W12": -6.5139655754760852, "S12": -8.1445710328464394, "W13": -22.767050265423542, "S13": -22.767050265423542, "W21": -40.0, "S21": -40.0, "W22": -50.266027535981529, "S22": -56.416221822156501, "W31": -80.0, "S31": -80.052842193194863, "W32": -96.088220417511408, "S32": -101.08822041751141 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 504568.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4379080977444969, "S11": 0.4379080977444969, "W12": -10.0, "S12": -10.0, "W13": -18.841550746616889, "S13": -18.870403025152651, "W21": -47.287641715027306, "S21": -55.228091032451793, "W22": -58.561828338106444, "S22": -65.74073986455123, "W31": -88.825674543135435, "S31": -88.825674543135435, "W32": -98.302781232538436, "S32": -103.30278123253844 }, "geometry": { "type": "Point", "coordinates": [ 100421.0, 497995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.054105353278801199, "S11": 0.054105353278801199, "W12": -4.9999999999999991, "S12": -15.0, "W13": -19.79400193594465, "S13": -20.699040242961374, "W21": -30.0, "S21": -37.650887076431516, "W22": -57.881707259146062, "S22": -77.520872868613026, "W31": -88.709151351690394, "S31": -88.709151351690394, "W32": -99.88951776116032, "S32": -104.88951776116032 }, "geometry": { "type": "Point", "coordinates": [ 100421.0, 502851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1830151450508761, "S11": 1.1830151450508761, "W12": -13.668854589765001, "S12": -13.668854589765001, "W13": -19.032117888965146, "S13": -19.434617888965139, "W21": -56.676726375882176, "S21": -78.339998803302905, "W22": -83.714885395269476, "S22": -84.464193155113065, "W31": -101.4616736753573, "S31": -101.4616736753573, "W32": -101.63010609646815, "S32": -106.63010609646815 }, "geometry": { "type": "Point", "coordinates": [ 100421.4, 499079.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4115157175832276, "S11": 1.4115157175832276, "W12": -6.9329448573638732, "S12": -6.9329448573638732, "W13": -20.0, "S13": -20.0, "W21": -41.759316346247473, "S21": -41.87810953046116, "W22": -54.259427910323616, "S22": -64.259427910323609, "W31": -80.0, "S31": -80.0, "W32": -98.043055153912888, "S32": -103.04305515391289 }, "geometry": { "type": "Point", "coordinates": [ 100421.625, 503666.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40853301895414085, "S11": 0.40853301895414085, "W12": -10.967821986930268, "S12": -10.967821986930268, "W13": -18.879614559029395, "S13": -19.609496995234327, "W21": -48.324951005218772, "S21": -59.19671280248847, "W22": -59.910889010916783, "S22": -69.013026170807777, "W31": -89.505171861904998, "S31": -89.505171861904998, "W32": -98.611569913416247, "S32": -103.61156991341625 }, "geometry": { "type": "Point", "coordinates": [ 100422.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3268078571377444, "S12": -8.3268078571377444, "W13": -20.0, "S13": -20.0, "W21": -40.321553645335882, "S21": -43.235219993646744, "W22": -48.187563217205529, "S22": -58.606273943696543, "W31": -82.450713087248317, "S31": -82.450713087248317, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100423.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -19.842564025681288, "S13": -23.599190204631796, "W21": -58.187499049733162, "S21": -62.658793731648906, "W22": -83.00482576281911, "S22": -98.394628215874576, "W31": -108.25, "S31": -108.25, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100424.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0282344105498, "S12": -19.297578218155707, "W13": -19.623289298763169, "S13": -21.739582000752943, "W21": -31.923475320766517, "S21": -56.378327733357736, "W22": -65.508171414151917, "S22": -95.508171414151917, "W31": -96.161723374307101, "S31": -96.161723374307101, "W32": -105.9925410578817, "S32": -110.9925410578817 }, "geometry": { "type": "Point", "coordinates": [ 100424.0, 502213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54217777896451369, "S11": 0.54217777896451369, "W12": -10.054505279624561, "S12": -10.054505279624561, "W13": -20.0, "S13": -20.0, "W21": -45.464258893934264, "S21": -56.43005573292011, "W22": -56.43005573292011, "S22": -59.653694463422035, "W31": -87.488906031605396, "S31": -87.488906031605396, "W32": -97.699489897078166, "S32": -102.69948989707817 }, "geometry": { "type": "Point", "coordinates": [ 100425.0, 497772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27199458016008959, "S11": 0.27199458016008959, "W12": -5.0, "S12": -12.416581988326206, "W13": -19.829573230662902, "S13": -19.829573230662902, "W21": -32.167074785929898, "S21": -36.997026420797717, "W22": -57.197362613179394, "S22": -73.943165443701616, "W31": -86.953790531952293, "S31": -86.953790531952293, "W32": -99.551115489543122, "S32": -104.55111548954312 }, "geometry": { "type": "Point", "coordinates": [ 100425.8125, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48747573216572349, "S11": 0.48747573216572349, "W12": -8.7380871893968273, "S12": -8.7380871893968273, "W13": -19.946449232353572, "S13": -19.946449232353572, "W21": -41.112930367944692, "S21": -50.871829100107441, "W22": -50.871829100107441, "S22": -59.425889753837446, "W31": -83.316213965313196, "S31": -83.316213965313196, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100426.0, 497133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.302449773169151, "S11": 0.302449773169151, "W12": -15.0, "S12": -15.0, "W13": -19.041690853943074, "S13": -21.050655480013177, "W21": -52.975675064370719, "S21": -72.566575504803538, "W22": -72.566575504803538, "S22": -83.668563458266263, "W31": -95.041920037601713, "S31": -95.041920037601713, "W32": -99.856344198792215, "S32": -104.85634419879221 }, "geometry": { "type": "Point", "coordinates": [ 100426.0, 498597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5763606244027804, "S11": 1.5763606244027804, "W12": -6.7146977510481856, "S12": -6.7819731246752637, "W13": -23.265698631063632, "S13": -23.265698631063632, "W21": -40.0, "S21": -40.0, "W22": -52.035740887283964, "S22": -62.035740887283964, "W31": -80.0, "S31": -80.0, "W32": -96.930997106121865, "S32": -101.93099710612186 }, "geometry": { "type": "Point", "coordinates": [ 100426.166666666671517, 504163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4659333562053438, "S11": 1.4659333562053438, "W12": -6.3313500306417314, "S12": -8.6014169749711087, "W13": -22.332043209066246, "S13": -22.332043209066246, "W21": -40.0, "S21": -40.0, "W22": -47.462264065263923, "S22": -56.545985228252505, "W31": -80.0, "S31": -80.130777363346155, "W32": -91.423178247180886, "S32": -96.423178247180886 }, "geometry": { "type": "Point", "coordinates": [ 100427.090909090911737, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42842995899320385, "S11": 0.42842995899320385, "W12": -10.0, "S12": -10.0, "W13": -18.816465418972076, "S13": -18.921939184776893, "W21": -47.269102013831329, "S21": -55.30456676406552, "W22": -58.507670059829337, "S22": -65.804290640672846, "W31": -88.832345257528758, "S31": -88.832345257528758, "W32": -98.315656116986347, "S32": -103.31565611698635 }, "geometry": { "type": "Point", "coordinates": [ 100428.142857142855064, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46936208375208438, "S11": 0.46936208375208438, "W12": -15.426764083379542, "S12": -15.426764083379542, "W13": -19.221958377404025, "S13": -19.909853053631618, "W21": -56.815883059698571, "S21": -78.232652483767254, "W22": -83.110571915766371, "S22": -86.768749477393996, "W31": -100.26634110871053, "S31": -100.26634110871053, "W32": -101.21971038936421, "S32": -106.21971038936421 }, "geometry": { "type": "Point", "coordinates": [ 100431.052631578946603, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5215350322942545, "S11": 1.5215350322942545, "W12": -6.5175358641209744, "S12": -8.2915648017787156, "W13": -22.792388489703743, "S13": -22.792388489703743, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -54.930242650792941, "W31": -80.0, "S31": -80.061432921055655, "W32": -95.98166289673631, "S32": -100.98166289673631 }, "geometry": { "type": "Point", "coordinates": [ 100431.333333333328483, 504616.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65428159461697133, "S11": 0.65428159461697133, "W12": -10.54852822632075, "S12": -10.54852822632075, "W13": -21.975392667188228, "S13": -21.975392667188228, "W21": -44.233396303256733, "S21": -55.446363302852326, "W22": -55.446363302852326, "S22": -56.496646548696575, "W31": -86.604812860092395, "S31": -86.604812860092395, "W32": -97.306364315042885, "S32": -102.30636431504288 }, "geometry": { "type": "Point", "coordinates": [ 100431.916666666671517, 497626.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.477339079638015, "S12": -6.477339079638015, "W13": -25.0, "S13": -25.0, "W21": -41.331379836417845, "S21": -42.958824893544758, "W22": -48.921472123156661, "S22": -48.921472123156661, "W31": -70.0, "S31": -71.987670349388523, "W32": -91.546851897783526, "S32": -96.546851897783526 }, "geometry": { "type": "Point", "coordinates": [ 100432.479166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70453058247368983, "S11": 0.70453058247368983, "W12": -10.64540292339481, "S12": -10.64540292339481, "W13": -22.040951370054387, "S13": -22.040951370054387, "W21": -43.479328694228414, "S21": -54.207121969654622, "W22": -54.207121969654622, "S22": -55.864121543436227, "W31": -86.014579949826313, "S31": -86.014579949826313, "W32": -97.029675251959688, "S32": -102.02967525195969 }, "geometry": { "type": "Point", "coordinates": [ 100433.0, 497528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3998260136456406, "S11": 1.3998260136456406, "W12": -6.9487049478438179, "S12": -6.9487049478438179, "W13": -20.0, "S13": -20.061658706035512, "W21": -41.79240162587535, "S21": -41.79240162587535, "W22": -54.102960274652276, "S22": -64.102960274652276, "W31": -80.0, "S31": -80.0, "W32": -97.990689546967531, "S32": -102.99068954696753 }, "geometry": { "type": "Point", "coordinates": [ 100433.2, 503689.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4390141793099693, "S11": 1.4390141793099693, "W12": -6.9381805182555807, "S12": -6.9381805182555807, "W13": -20.0, "S13": -20.0, "W21": -41.706129960952289, "S21": -41.706129960952289, "W22": -54.000230173961995, "S22": -64.000230173961995, "W31": -80.0, "S31": -80.0, "W32": -97.938947067256521, "S32": -102.93894706725652 }, "geometry": { "type": "Point", "coordinates": [ 100433.25, 503712.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8709566482807631, "S11": -1.8709566482807631, "W12": -9.8539848197343449, "S12": -9.8539848197343449, "W13": -21.45657927085076, "S13": -25.631054143629218, "W21": -64.347705632490701, "S21": -66.001082881253808, "W22": -88.016942946976641, "S22": -105.08882265701754, "W31": -111.9738966587548, "S31": -111.9738966587548, "W32": -111.9738966587548, "S32": -116.91663379355687 }, "geometry": { "type": "Point", "coordinates": [ 100434.0, 500073.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38375115037030905, "S11": 0.38375115037030905, "W12": -5.0, "S12": -10.843750738473901, "W13": -19.845858263409422, "S13": -19.845858263409422, "W21": -39.677200763876051, "S21": -43.710880866081617, "W22": -56.754026654700652, "S22": -71.754026654700652, "W31": -85.969251156124074, "S31": -85.969251156124074, "W32": -99.345111800682474, "S32": -104.34511180068247 }, "geometry": { "type": "Point", "coordinates": [ 100434.0, 503091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39012526572045669, "S11": 0.39012526572045669, "W12": -5.0, "S12": -10.774275114020371, "W13": -19.846170060247847, "S13": -19.846170060247847, "W21": -40.0, "S21": -43.996728860436058, "W22": -56.736279762175471, "S22": -71.648146236729275, "W31": -85.923006193038916, "S31": -85.923006193038916, "W32": -99.336010645458813, "S32": -104.33601064545881 }, "geometry": { "type": "Point", "coordinates": [ 100434.0, 503095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8036837385656801, "S11": -1.8036837385656801, "W12": -9.8805507474429586, "S12": -9.8805507474429586, "W13": -21.369499708532192, "S13": -25.476650409990796, "W21": -64.279793365989718, "S21": -65.819966360830819, "W22": -87.648567325578952, "S22": -112.64856732557895, "W31": -112.64856732557895, "S31": -112.64856732557895, "W32": -112.64856732557895, "S32": -117.15251217257908 }, "geometry": { "type": "Point", "coordinates": [ 100436.0, 500055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44837450485647612, "S11": 0.44837450485647612, "W12": -10.0, "S12": -10.0, "W13": -18.754823436770881, "S13": -18.754823436770881, "W21": -46.588310193687406, "S21": -54.616672201150912, "W22": -57.445501460288654, "S22": -63.487631947401461, "W31": -88.342232000205527, "S31": -88.342232000205527, "W32": -98.104643198327295, "S32": -103.1046431983273 }, "geometry": { "type": "Point", "coordinates": [ 100437.0, 497922.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6223816403629179, "S11": 1.6223816403629179, "W12": -6.8151926252609627, "S12": -6.8151926252609627, "W13": -22.344012995655067, "S13": -22.344012995655067, "W21": -40.671848960525246, "S21": -40.671848960525246, "W22": -52.715410993169066, "S22": -62.715410993169066, "W31": -80.0, "S31": -80.0, "W32": -97.299002627255788, "S32": -102.29900262725579 }, "geometry": { "type": "Point", "coordinates": [ 100437.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52497158585487802, "S11": 0.52497158585487802, "W12": -5.0398901991327811, "S12": -9.1456869238536811, "W13": -19.846262955307846, "S13": -19.846262955307846, "W21": -40.879309003482653, "S21": -44.11625113847591, "W22": -56.284695798116722, "S22": -69.051401378154239, "W31": -84.850515185115299, "S31": -84.850515185115299, "W32": -99.11746424162051, "S32": -104.11746424162051 }, "geometry": { "type": "Point", "coordinates": [ 100439.0, 503191.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49247788811112914, "S11": 0.49247788811112914, "W12": -10.0, "S12": -10.0, "W13": -19.774802936991762, "S13": -19.774802936991762, "W21": -45.551807191411704, "S21": -55.470449491927567, "W22": -55.913346754756574, "S22": -59.880469290661736, "W31": -87.588996505339196, "S31": -87.588996505339196, "W32": -97.765731177562671, "S32": -102.76573117756267 }, "geometry": { "type": "Point", "coordinates": [ 100440.0, 497797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.646933026044259, "W22": -46.716839253567564, "S22": -57.064911253469575, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100441.0, 496768.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.029133440834087, "S12": -19.264629222626418, "W13": -19.60556406256158, "S13": -21.386754019248979, "W21": -32.072449747393314, "S21": -57.072449747393307, "W22": -65.672267660199793, "S22": -95.531253682861276, "W31": -96.424851105191493, "S31": -96.424851105191493, "W32": -105.99272828032441, "S32": -110.99272828032441 }, "geometry": { "type": "Point", "coordinates": [ 100442.0, 502199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.012246250358949, "S12": -19.207137212084454, "W13": -19.608203156916293, "S13": -21.394277993272823, "W21": -31.977661165020081, "S21": -56.977661165020081, "W22": -65.533107487435132, "S22": -93.99223500119426, "W31": -96.301746390533097, "S31": -96.301746390533097, "W32": -105.87777370048903, "S32": -110.87777370048903 }, "geometry": { "type": "Point", "coordinates": [ 100442.0, 502209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51611620795137025, "S11": 0.51611620795137025, "W12": -10.215590626494524, "S12": -10.215590626494524, "W13": -20.009594755548736, "S13": -23.278837561795548, "W21": -63.266839495339205, "S21": -69.165895872963233, "W22": -83.425675580070859, "S22": -106.98875691129879, "W31": -110.4484520224625, "S31": -110.4484520224625, "W32": -110.4484520224625, "S32": -112.95622825906882 }, "geometry": { "type": "Point", "coordinates": [ 100442.666666666671517, 499837.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5273236558391665, "S11": 1.5273236558391665, "W12": -6.5211061527658964, "S12": -8.4385585707111854, "W13": -22.817726713984047, "S13": -22.817726713984047, "W21": -40.0, "S21": -40.0, "W22": -49.760626202436384, "S22": -53.962240962149977, "W31": -80.0, "S31": -80.070023648916447, "W32": -95.875105375961169, "S32": -100.87510537596117 }, "geometry": { "type": "Point", "coordinates": [ 100442.666666666671517, 504664.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3323406375656148, "S12": -5.3323406375656148, "W13": -25.0, "S13": -25.0, "W21": -41.335796254970198, "S21": -41.335796254970198, "W22": -48.799332970483917, "S22": -48.799332970483917, "W31": -70.0, "S31": -71.441161774081479, "W32": -91.461532419751563, "S32": -96.461532419751563 }, "geometry": { "type": "Point", "coordinates": [ 100443.0, 507982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4665126410367113, "S11": 1.4665126410367113, "W12": -6.9434161791472864, "S12": -6.9434161791472864, "W13": -20.0, "S13": -20.0, "W21": -41.652943575657112, "S21": -41.652943575657112, "W22": -53.741032437600374, "S22": -63.741032437600374, "W31": -80.0, "S31": -80.0, "W32": -97.834838980600153, "S32": -102.83483898060015 }, "geometry": { "type": "Point", "coordinates": [ 100444.875, 503758.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9769263195261022, "S12": -19.115353145492392, "W13": -19.607976015049228, "S13": -21.3432481028468, "W21": -31.904542034338874, "S21": -56.904542034338874, "W22": -65.428434349639886, "S22": -93.11802539983259, "W31": -96.218392807200132, "S31": -96.218392807200132, "W32": -105.75901850506624, "S32": -110.75901850506624 }, "geometry": { "type": "Point", "coordinates": [ 100445.0, 502217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.908086925543139, "W13": -20.43728419523795, "S13": -20.43728419523795, "W21": -39.298068557757112, "S21": -41.499119347645262, "W22": -47.786762729947007, "S22": -47.786762729947007, "W31": -80.0, "S31": -80.725501762663001, "W32": -91.379669078707948, "S32": -96.379669078707948 }, "geometry": { "type": "Point", "coordinates": [ 100445.0, 506798.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58083461328270136, "S11": 0.58083461328270136, "W12": -5.7540086941574913, "S12": -7.8087303203024803, "W13": -21.337459497491981, "S13": -21.337459497491981, "W21": -38.5839607673446, "S21": -38.5839607673446, "W22": -47.5981556586718, "S22": -47.5981556586718, "W31": -80.0, "S31": -80.0, "W32": -91.331259265940233, "S32": -96.331259265940233 }, "geometry": { "type": "Point", "coordinates": [ 100445.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1211519668522012, "S12": -8.1211519668522012, "W13": -19.814594839203476, "S13": -19.814594839203476, "W21": -40.287669986810386, "S21": -45.032156138332937, "W22": -48.021899011618636, "S22": -58.392314039975183, "W31": -82.558025727069349, "S31": -82.558025727069349, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100446.0, 497026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0382022471910108, "S11": 5.0382022471910108, "W12": -10.739627304872698, "S12": -10.739627304872698, "W13": -18.2219087148091, "S13": -20.162480748707406, "W21": -59.017738916031234, "S21": -66.901057620148691, "W22": -81.130851002836351, "S22": -101.84373602622975, "W31": -106.29050357443229, "S31": -106.29050357443229, "W32": -106.29050357443229, "S32": -109.34082276851241 }, "geometry": { "type": "Point", "coordinates": [ 100446.25, 499491.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.83713872046706, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100447.0, 512406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67352089194539966, "S11": 0.67352089194539966, "W12": -10.573932807836535, "S12": -10.573932807836535, "W13": -21.861772182596873, "S13": -21.861772182596873, "W21": -43.261017874198387, "S21": -53.887900731273852, "W22": -53.887900731273852, "S22": -55.485263437248847, "W31": -85.877202910435173, "S31": -85.877202910435173, "W32": -96.987681970884665, "S32": -101.98768197088467 }, "geometry": { "type": "Point", "coordinates": [ 100448.0, 497513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46383369821140896, "S11": 0.46383369821140896, "W12": -8.5050381344209551, "S12": -8.5050381344209551, "W13": -19.72869005610384, "S13": -19.72869005610384, "W21": -40.765907126938643, "S21": -49.214359964648544, "W22": -49.214359964648544, "S22": -58.996396135412127, "W31": -83.074144153358375, "S31": -83.074144153358375, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100449.0, 497108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2312853939519659, "S12": -9.2312853939519659, "W13": -20.0, "S13": -20.0, "W21": -39.85581597863753, "S21": -42.781900136038381, "W22": -47.257518616996649, "S22": -57.600973778592206, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100449.875, 496885.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3523497843048164, "S11": -1.3523497843048164, "W12": -9.9487990003239695, "S12": -9.9487990003239695, "W13": -21.040365745134221, "S13": -24.969229954504534, "W21": -64.143102881231314, "S21": -65.492160166501847, "W22": -86.500229572332813, "S22": -111.20936467594872, "W31": -112.12189154646704, "S31": -112.12189154646704, "W32": -112.12189154646704, "S32": -114.92251946330958 }, "geometry": { "type": "Point", "coordinates": [ 100450.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40992108229988722, "S11": 0.40992108229988722, "W12": -10.0, "S12": -10.0, "W13": -19.644930681038087, "S13": -23.103973490145538, "W21": -50.023718660199783, "S21": -54.927887398751963, "W22": -79.987393955065798, "S22": -101.08703310629424, "W31": -106.86362450853882, "S31": -106.86362450853882, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100450.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068485453034081378, "S11": 0.068485453034081378, "W12": -10.003668900481747, "S12": -17.436199555034861, "W13": -19.546810305300585, "S13": -21.47030702587336, "W21": -33.965973830533649, "S21": -51.647248593072788, "W22": -68.878564324837825, "S22": -89.025974811284414, "W31": -98.914982095943742, "S31": -98.914982095943742, "W32": -108.2088803349035, "S32": -113.2088803349035 }, "geometry": { "type": "Point", "coordinates": [ 100450.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4762143859995029, "S11": 1.4762143859995029, "W12": -6.9463779874475202, "S12": -6.9463779874475202, "W13": -20.0, "S13": -22.999999999999996, "W21": -41.634828050843261, "S21": -41.634828050843261, "W22": -53.633059752250958, "S22": -63.633059752250958, "W31": -80.0, "S31": -80.0, "W32": -97.792120693792427, "S32": -102.79212069379243 }, "geometry": { "type": "Point", "coordinates": [ 100450.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.364445683885361, "W13": -20.245704507702619, "S13": -20.245704507702619, "W21": -37.435886621863631, "S21": -39.964017067469804, "W22": -47.807379507988152, "S22": -47.807379507988152, "W31": -80.0, "S31": -80.571342306067834, "W32": -91.350813523716099, "S32": -96.350813523716099 }, "geometry": { "type": "Point", "coordinates": [ 100450.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0649308009934675, "S12": -5.0649308009934675, "W13": -25.0, "S13": -25.0, "W21": -41.334160531710033, "S21": -42.740947692607271, "W22": -48.884601878286759, "S22": -48.884601878286759, "W31": -70.0, "S31": -71.598632129285363, "W32": -91.40643265293852, "S32": -96.40643265293852 }, "geometry": { "type": "Point", "coordinates": [ 100450.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.500024370430546, "S12": -14.500024370430546, "W13": -19.057272104180946, "S13": -19.720466258669465, "W21": -56.885580292299345, "S21": -78.318662560533411, "W22": -82.796477455307212, "S22": -85.074622927043549, "W31": -100.97331581160638, "S31": -100.97331581160638, "W32": -101.4529681660396, "S32": -106.4529681660396 }, "geometry": { "type": "Point", "coordinates": [ 100451.0, 499044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41995490417136405, "S11": 0.41995490417136405, "W12": -10.0, "S12": -10.0, "W13": -19.644034176838971, "S13": -23.101428000737563, "W21": -50.0, "S21": -54.869763899466868, "W22": -79.971903686833031, "S22": -101.02797624793848, "W31": -106.8825303654979, "S31": -106.8825303654979, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100452.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -8.5727492878706624, "W13": -25.0, "S13": -25.0, "W21": -40.976666925036902, "S21": -40.976666925036909, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100452.095238095236709, 509320.190476190473419 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45362926018287675, "S11": -0.45362926018287675, "W12": -10.035499547171479, "S12": -19.231793420789558, "W13": -19.593822952382876, "S13": -21.168545328388348, "W21": -32.196139075371583, "S21": -32.196139075371583, "W22": -65.84461100091859, "S22": -94.671631098511838, "W31": -96.6280541202254, "S31": -96.6280541202254, "W32": -106.03243816042715, "S32": -111.03243816042715 }, "geometry": { "type": "Point", "coordinates": [ 100453.0, 502187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.533112279384063, "S11": 1.533112279384063, "W12": -6.5246764414107856, "S12": -8.7655698529321455, "W13": -22.843064938264249, "S13": -22.843064938264249, "W21": -40.0, "S21": -40.0, "W22": -49.32038663262189, "S22": -52.845993415610749, "W31": -80.0, "S31": -80.078614376777239, "W32": -95.768547855186071, "S32": -100.76854785518607 }, "geometry": { "type": "Point", "coordinates": [ 100454.0, 504712.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9017864761086689, "S11": 1.9017864761086689, "W12": -12.145182778229954, "S12": -12.145182778229954, "W13": -18.718313913639591, "S13": -19.276889070215862, "W21": -56.058176964555564, "S21": -77.085909807551474, "W22": -82.80565650765007, "S22": -83.424620511162672, "W31": -101.63377628259012, "S31": -101.63377628259012, "W32": -101.78599335861696, "S32": -106.78599335861696 }, "geometry": { "type": "Point", "coordinates": [ 100455.8, 499100.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5647321280780178, "S11": 1.5647321280780178, "W12": -6.6311566118149363, "S12": -8.6252695463653346, "W13": -23.105712155160994, "S13": -23.105712155160994, "W21": -40.0, "S21": -40.0, "W22": -50.436223873613024, "S22": -57.916316732003978, "W31": -80.0, "S31": -80.042724001409653, "W32": -96.210147654482839, "S32": -101.21014765448284 }, "geometry": { "type": "Point", "coordinates": [ 100456.0, 504491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4940111027634519, "S11": 1.4940111027634519, "W12": -6.9486518400389947, "S12": -6.9486518400389947, "W13": -20.0, "S13": -20.0, "W21": -41.599757190361927, "S21": -41.599757190361927, "W22": -53.481834701238746, "S22": -63.481834701238746, "W31": -80.0, "S31": -80.0, "W32": -97.730730893943772, "S32": -102.73073089394377 }, "geometry": { "type": "Point", "coordinates": [ 100456.5, 503804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100459.302325581389596, 511988.674418604641687 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10286073040654967, "S11": 0.10286073040654967, "W12": -5.0, "S12": -12.778906822317273, "W13": -19.797910736995096, "S13": -19.797910736995096, "W21": -31.328774718166699, "S21": -36.757156959821451, "W22": -57.116332093274274, "S22": -74.372222948670156, "W31": -87.455445276793682, "S31": -87.455445276793682, "W32": -99.598720275215385, "S32": -104.59872027521538 }, "geometry": { "type": "Point", "coordinates": [ 100460.0, 502981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0000000000000009, "W13": -25.0, "S13": -25.0, "W21": -41.399208233208569, "S21": -46.25131347845177, "W22": -49.10244584017596, "S22": -49.10244584017596, "W31": -70.0, "S31": -72.069541030904361, "W32": -91.32868011672501, "S32": -96.32868011672501 }, "geometry": { "type": "Point", "coordinates": [ 100460.0, 508043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.589411910382605, "S11": 1.589411910382605, "W12": -6.7078212220371647, "S12": -8.3814902695133071, "W13": -23.301506584745226, "S13": -23.301506584745226, "W21": -40.0, "S21": -40.0, "W22": -51.015039379707702, "S22": -61.015039379707702, "W31": -80.0, "S31": -80.024895360038983, "W32": -96.498157229260386, "S32": -101.49815722926039 }, "geometry": { "type": "Point", "coordinates": [ 100462.0, 504354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26334701519407722, "S11": 0.26334701519407722, "W12": -15.085685608019849, "S12": -15.085685608019849, "W13": -18.900595310312656, "S13": -21.277248540763008, "W21": -52.705249497942496, "S21": -71.839427447301446, "W22": -71.839427447301446, "S22": -82.980935576705349, "W31": -94.647782575913155, "S31": -94.647782575913155, "W32": -99.815520191194665, "S32": -104.81552019119466 }, "geometry": { "type": "Point", "coordinates": [ 100462.333333333328483, 498585.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1976854747904411, "S11": -2.1976854747904411, "W12": -10.0, "S12": -10.0, "W13": -19.999184763992602, "S13": -23.993514781436634, "W21": -61.319265563169473, "S21": -64.269483661902427, "W22": -84.472622535274169, "S22": -94.697678163191242, "W31": -109.84, "S31": -109.84, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100462.5, 500538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3270507639926681, "S12": -8.3270507639926681, "W13": -20.0, "S13": -20.0, "W21": -39.996547128885837, "S21": -43.622577484612506, "W22": -47.669963330933193, "S22": -57.998928843019044, "W31": -82.352982300302671, "S31": -82.352982300302671, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100462.941176470587379, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61776965379327575, "S11": 0.61776965379327575, "W12": -10.165783401618127, "S12": -10.165783401618127, "W13": -21.003890989719718, "S13": -21.003890989719718, "W21": -42.158548233046801, "S21": -52.158548233046801, "W22": -52.158548233046801, "S22": -56.196984572561519, "W31": -84.81087921501441, "S31": -84.81087921501441, "W32": -96.537170149324979, "S32": -101.53717014932498 }, "geometry": { "type": "Point", "coordinates": [ 100463.0, 497354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75776758409785905, "S11": 0.75776758409785905, "W12": -10.196924607766002, "S12": -10.196924607766002, "W13": -20.0, "S13": -23.303472877449693, "W21": -63.00482359808715, "S21": -69.564851492697827, "W22": -83.189057513319185, "S22": -106.83520410215107, "W31": -110.31426833238383, "S31": -110.31426833238383, "W32": -110.31426833238383, "S32": -112.81422892164983 }, "geometry": { "type": "Point", "coordinates": [ 100463.0, 499832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.641593751957728, "W22": -46.469301285868838, "S22": -56.767255541800438, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100464.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100464.470588235300966, 511719.558823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0452651351739357, "S11": -2.0452651351739357, "W12": -9.7755482019715831, "S12": -9.7755482019715831, "W13": -21.490159990013368, "S13": -25.758962506448562, "W21": -64.705538547057003, "S21": -65.900963467522402, "W22": -87.982951547837999, "S22": -92.792933606229781, "W31": -112.38325652729597, "S31": -112.38325652729597, "W32": -112.38325652729597, "S32": -117.12936950328255 }, "geometry": { "type": "Point", "coordinates": [ 100465.0, 500097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35515544472152949, "S11": -0.35515544472152949, "W12": -10.033847275297651, "S12": -19.166703886146156, "W13": -19.582358007495777, "S13": -20.934329870588883, "W21": -32.282816882139677, "S21": -57.282816882139677, "W22": -65.967714568230619, "S22": -95.066837883092916, "W31": -96.787058645527196, "S31": -96.787058645527196, "W32": -106.0172356980776, "S32": -111.0172356980776 }, "geometry": { "type": "Point", "coordinates": [ 100465.0, 502179.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5389009029289675, "S11": 1.5389009029289675, "W12": -6.5282467300557006, "S12": -8.9891741560176097, "W13": -22.868403162544514, "S13": -22.868403162544514, "W21": -40.0, "S21": -40.0, "W22": -48.871370004871991, "S22": -51.720968811137155, "W31": -80.0, "S31": -80.087205104638016, "W32": -95.661990334411087, "S32": -100.66199033441109 }, "geometry": { "type": "Point", "coordinates": [ 100465.333333333328483, 504760.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31133646456813119, "S11": 0.31133646456813119, "W12": -5.3630384363317329, "S12": -8.0018231282161594, "W13": -21.185594904873856, "S13": -21.185594904873856, "W21": -37.967272815211579, "S21": -37.967272815211579, "W22": -47.55266426467881, "S22": -48.715332942796735, "W31": -80.0, "S31": -80.0, "W32": -91.184364328527948, "S32": -96.184364328527948 }, "geometry": { "type": "Point", "coordinates": [ 100465.636363636367605, 506260.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48542690734850669, "S11": 0.48542690734850669, "W12": -8.780123397928195, "S12": -8.780123397928195, "W13": -20.0, "S13": -20.0, "W21": -40.997407559012146, "S21": -49.883673539596728, "W22": -49.883673539596728, "S22": -57.883988272372555, "W31": -83.533919726479738, "S31": -83.533919726479738, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100466.0, 497169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1406130817537923, "S11": 5.1406130817537923, "W12": -10.762003155996867, "S12": -10.762003155996867, "W13": -17.809165939667579, "S13": -19.495390755785262, "W21": -57.133007625222589, "S21": -64.213733952489221, "W22": -80.872483460295115, "S22": -100.87248346029511, "W31": -105.21957737594617, "S31": -105.21957737594617, "W32": -105.21957737594617, "S32": -108.62223719560869 }, "geometry": { "type": "Point", "coordinates": [ 100466.0, 499405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2811824137122185, "S11": 1.2811824137122185, "W12": -7.0175389519996667, "S12": -7.0175389519996667, "W13": -20.0, "S13": -20.375075987841946, "W21": -42.075125356596338, "S21": -42.075125356596338, "W22": -53.865856333043276, "S22": -63.865856333043276, "W31": -80.0, "S31": -80.0, "W32": -97.950031542512306, "S32": -102.95003154251231 }, "geometry": { "type": "Point", "coordinates": [ 100467.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63422944670209436, "S11": 0.63422944670209436, "W12": -10.484675135838371, "S12": -10.484675135838371, "W13": -21.615519724082258, "S13": -21.615519724082258, "W21": -42.955723836812659, "S21": -53.435325727120755, "W22": -53.435325727120755, "S22": -55.015169953701275, "W31": -85.677834351828253, "S31": -85.677834351828253, "W32": -96.923292273236299, "S32": -101.9232922732363 }, "geometry": { "type": "Point", "coordinates": [ 100467.5, 497490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4580774985541141, "S11": 1.4580774985541141, "W12": -6.2447791631385483, "S12": -6.7715374924929979, "W13": -22.180919103980177, "S13": -22.180919103980177, "W21": -39.597344628729495, "S21": -39.597344628729495, "W22": -47.337198117123982, "S22": -72.33719811712399, "W31": -75.750662004821962, "S31": -75.951489736847009, "W32": -91.116951620752701, "S32": -96.116951620752701 }, "geometry": { "type": "Point", "coordinates": [ 100468.0, 505389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5215095644901937, "S11": 1.5215095644901937, "W12": -6.9538875009307004, "S12": -6.9538875009307004, "W13": -20.0, "S13": -20.0, "W21": -41.546570805066743, "S21": -41.546570805066743, "W22": -53.222636964877118, "S22": -63.222636964877118, "W31": -80.0, "S31": -80.0, "W32": -97.626622807287404, "S32": -102.6266228072874 }, "geometry": { "type": "Point", "coordinates": [ 100468.125, 503849.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3270936930391954, "S12": -8.3270936930391954, "W13": -20.0, "S13": -20.0, "W21": -39.98241740746014, "S21": -43.734344200432623, "W22": -47.578487651474148, "S22": -57.891592448201202, "W31": -82.335710290827748, "S31": -82.335710290827748, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100470.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67588078178657729, "S11": -0.67588078178657729, "W12": -10.0, "S12": -10.0, "W13": -19.874046036856889, "S13": -23.675231102184657, "W21": -60.0, "S21": -63.397254410755764, "W22": -82.990154606367255, "S22": -95.30692167464035, "W31": -108.87421344265205, "S31": -108.87421344265205, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100471.0, 500702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6334673276537941, "S11": 1.6334673276537941, "W12": -6.8216668859432001, "S12": -7.2267596174719202, "W13": -23.884023723473266, "S13": -23.884023723473266, "W21": -40.444186701748492, "S21": -40.444186701748492, "W22": -51.872170831021485, "S22": -61.872170831021485, "W31": -80.0, "S31": -80.0, "W32": -96.951528053800288, "S32": -101.95152805380029 }, "geometry": { "type": "Point", "coordinates": [ 100471.0, 504151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44019166425709444, "S11": 0.44019166425709444, "W12": -8.2719890794450848, "S12": -8.2719890794450848, "W13": -19.778983279916591, "S13": -19.778983279916591, "W21": -40.418883885932594, "S21": -47.569165414658492, "W22": -48.029434611078713, "S22": -58.443174675449143, "W31": -82.853048098434002, "S31": -82.853048098434002, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100472.0, 497083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29229207172175414, "S11": 0.29229207172175414, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -18.80428103126458, "S13": -21.80428103126458, "W21": -51.294159913547894, "S21": -67.453082756242694, "W22": -67.453082756242694, "S22": -78.712506451390183, "W31": -92.636908433947298, "S31": -92.636908433947298, "W32": -99.417438541971251, "S32": -104.41743854197125 }, "geometry": { "type": "Point", "coordinates": [ 100473.0, 498431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.238873780195167, "S12": -10.238873780195167, "W13": -17.940260452364633, "S13": -18.970545070209212, "W21": -56.040094489187652, "S21": -70.545197658156667, "W22": -81.824384374529998, "S22": -88.619786309516044, "W31": -103.05914844407066, "S31": -103.05914844407066, "W32": -103.05914844407066, "S32": -107.51897286972499 }, "geometry": { "type": "Point", "coordinates": [ 100473.0, 499224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079828951287811645, "S11": 0.079828951287811645, "W12": -5.0, "S12": -12.461303967672567, "W13": -19.780733025402085, "S13": -19.834597405118277, "W21": -33.128888683545867, "S21": -38.322813155924578, "W22": -56.968562809951599, "S22": -73.906240887442607, "W31": -87.344041566379104, "S31": -87.344041566379104, "W32": -99.557169134622555, "S32": -104.55716913462255 }, "geometry": { "type": "Point", "coordinates": [ 100473.125, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6533288217725817, "S11": 1.6533288217725817, "W12": -6.8583874390560862, "S12": -6.8583874390560862, "W13": -21.069597212980003, "S13": -21.069597212980003, "W21": -40.719007886969592, "S21": -40.719007886969592, "W22": -52.146050053109299, "S22": -62.146050053109299, "W31": -80.0, "S31": -80.0, "W32": -97.09667932097436, "S32": -102.09667932097436 }, "geometry": { "type": "Point", "coordinates": [ 100474.0, 504086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5168886884294164, "S11": 1.5168886884294164, "W12": -6.4387241019609851, "S12": -9.0730379771000074, "W13": -22.663568746506016, "S13": -22.663568746506016, "W21": -40.0, "S21": -40.0, "W22": -47.212071662752614, "S22": -57.079458941939947, "W31": -80.0, "S31": -80.130468053644066, "W32": -92.59066707841653, "S32": -97.59066707841653 }, "geometry": { "type": "Point", "coordinates": [ 100474.545454545455868, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37787880901994081, "S11": 0.37787880901994081, "W12": -10.0, "S12": -10.0, "W13": -18.637284514365692, "S13": -19.051945444203781, "W21": -46.884700548845082, "S21": -54.70283909094362, "W22": -57.811630254666369, "S22": -65.336684354059599, "W31": -88.679080510711856, "S31": -88.679080510711856, "W32": -98.311368780465187, "S32": -103.31136878046519 }, "geometry": { "type": "Point", "coordinates": [ 100475.714285714289872, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.090058978061553, "S12": -10.090058978061553, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.638159530865266, "W22": -46.337994308897024, "S22": -56.60976622550551, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100476.0, 496786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5446895264738791, "S11": 1.5446895264738791, "W12": -6.5318170187006235, "S12": -9.0904321942023785, "W13": -22.893741386824818, "S13": -22.893741386824818, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -48.422353377121532, "S22": -50.120016686298662, "W31": -80.0, "S31": -80.095795832498808, "W32": -95.55543281363596, "S32": -100.55543281363596 }, "geometry": { "type": "Point", "coordinates": [ 100476.666666666671517, 504808.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 1.235996954048973, "S11": 1.235996954048973, "W12": -7.040626172580394, "S12": -7.040626172580394, "W13": -20.0, "S13": -20.483716891011724, "W21": -42.180978804425955, "S21": -42.180978804425955, "W22": -53.821933784686529, "S22": -63.821933784686529, "W31": -80.0, "S31": -80.0, "W32": -97.953586333580702, "S32": -102.9535863335807 }, "geometry": { "type": "Point", "coordinates": [ 100477.0, 503705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32332026881034059, "S11": 0.32332026881034059, "W12": -5.0, "S12": -9.5744618002221333, "W13": -19.785739140759535, "S13": -19.81465438452064, "W21": -40.712029398447555, "S21": -44.289406590321654, "W22": -56.203855300166047, "S22": -69.339089779515675, "W31": -85.463429969981348, "S31": -85.463429969981348, "W32": -99.179021280904138, "S32": -104.17902128090414 }, "geometry": { "type": "Point", "coordinates": [ 100478.5, 503166.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40744091901832896, "S11": 0.40744091901832896, "W12": -15.409635975976444, "S12": -15.409635975976444, "W13": -19.092901515038655, "S13": -20.035411076977596, "W21": -57.024393938205876, "S21": -78.213552878197163, "W22": -81.883713101215875, "S22": -85.917011718868281, "W31": -100.23216798581286, "S31": -100.23216798581286, "W32": -101.22660010312018, "S32": -106.22660010312018 }, "geometry": { "type": "Point", "coordinates": [ 100478.947368421053397, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60953943257092869, "S11": 0.60953943257092869, "W12": -10.161724030824299, "S12": -10.161724030824299, "W13": -20.934015753079237, "S13": -20.934015753079237, "W21": -42.054623186428344, "S21": -51.805174399096217, "W22": -51.805174399096217, "S22": -55.640021849301156, "W31": -84.803675726189553, "S31": -84.803675726189553, "W32": -96.553413770832179, "S32": -101.55341377083218 }, "geometry": { "type": "Point", "coordinates": [ 100479.0, 497359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5490080262169357, "S11": 1.5490080262169357, "W12": -6.959123161822407, "S12": -6.959123161822407, "W13": -20.0, "S13": -20.0, "W21": -41.493384419771559, "S21": -41.493384419771559, "W22": -52.963439228515497, "S22": -62.963439228515497, "W31": -80.0, "S31": -80.0, "W32": -97.522514720631037, "S32": -102.52251472063104 }, "geometry": { "type": "Point", "coordinates": [ 100479.75, 503895.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53165202531307054, "S11": 0.53165202531307054, "W12": -10.264568505905469, "S12": -10.264568505905469, "W13": -21.479191091071574, "S13": -21.479191091071574, "W21": -43.856129612984837, "S21": -54.767162064600001, "W22": -54.767162064600001, "S22": -55.428361569887969, "W31": -86.446224602143687, "S31": -86.446224602143687, "W32": -97.301516489722886, "S32": -102.30151648972289 }, "geometry": { "type": "Point", "coordinates": [ 100480.833333333328483, 497626.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0224719101123592, "S11": 5.0224719101123592, "W12": -10.558361947638073, "S12": -10.558361947638073, "W13": -18.461919660320376, "S13": -20.66247130726633, "W21": -59.090224190676224, "S21": -67.988245256747092, "W22": -80.903538094204464, "S22": -102.07607556854776, "W31": -106.63311606391926, "S31": -106.63311606391926, "W32": -106.63311606391926, "S32": -109.48760117765207 }, "geometry": { "type": "Point", "coordinates": [ 100481.0, 499527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.5006437119766636, "W13": -25.0, "S13": -25.0, "W21": -41.007192912468305, "S21": -43.268570931734416, "W22": -48.817525214016875, "S22": -48.817525214016875, "W31": -70.0, "S31": -70.890869374519596, "W32": -91.150973146858931, "S32": -96.150973146858931 }, "geometry": { "type": "Point", "coordinates": [ 100481.875, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.288924438756466, "S12": -10.288924438756466, "W13": -17.833104866346812, "S13": -18.934000293273577, "W21": -55.928245291394511, "S21": -69.953103601355295, "W22": -81.561254905177961, "S22": -88.763043481241908, "W31": -103.15820016820858, "S31": -103.15820016820858, "W32": -103.15820016820858, "S32": -107.58617984945195 }, "geometry": { "type": "Point", "coordinates": [ 100482.0, 499234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0044036697244705, "S11": 1.0044036697244705, "W12": -10.181171071103476, "S12": -10.181171071103476, "W13": -19.988409594184564, "S13": -23.31946492717767, "W21": -62.741683772053321, "S21": -69.970201652933881, "W22": -82.939842171836659, "S22": -106.65640914272298, "W31": -110.17144013998561, "S31": -110.17144013998561, "W32": -110.17144013998561, "S32": -112.66374026834548 }, "geometry": { "type": "Point", "coordinates": [ 100482.333333333328483, 499825.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39902124369200714, "S11": 0.39902124369200714, "W12": -10.0, "S12": -10.0, "W13": -18.636194165481001, "S13": -18.636194165481001, "W21": -46.226401234114448, "S21": -52.259253006697037, "W22": -56.781392913100348, "S22": -63.065263498621043, "W31": -88.201450912618199, "S31": -88.201450912618199, "W32": -98.103877142702643, "S32": -103.10387714270264 }, "geometry": { "type": "Point", "coordinates": [ 100483.0, 497923.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19587364921030795, "S11": -0.19587364921030795, "W12": -10.038123743676968, "S12": -19.092066388397846, "W13": -19.564104952423246, "S13": -20.579997094280152, "W21": -32.45074902524113, "S21": -32.45074902524113, "W22": -66.206549531047955, "S22": -94.615490065329652, "W31": -97.074807319343265, "S31": -97.074807319343265, "W32": -106.04041383648742, "S32": -111.04041383648742 }, "geometry": { "type": "Point", "coordinates": [ 100483.0, 502163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57532609693331149, "S11": 0.57532609693331149, "W12": -5.6775922742188678, "S12": -7.3643848162232635, "W13": -19.893252627154265, "S13": -19.893252627154265, "W21": -42.22577290850964, "S21": -44.624648655084187, "W22": -55.443379226635706, "S22": -65.443379226635699, "W31": -82.648362937142764, "S31": -82.648362937142764, "W32": -98.800761470737797, "S32": -103.8007614707378 }, "geometry": { "type": "Point", "coordinates": [ 100483.0, 503333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45873529505531291, "S11": 0.45873529505531291, "W12": -8.1241145144147957, "S12": -8.1241145144147957, "W13": -19.608199405336524, "S13": -19.608199405336524, "W21": -40.205121207986537, "S21": -46.579330187008907, "W22": -47.720179036428711, "S22": -58.07830624805095, "W31": -82.714275727069349, "S31": -82.714275727069349, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100485.0, 497066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56692088726569634, "S11": 0.56692088726569634, "W12": -10.0, "S12": -10.0, "W13": -19.638210253051692, "S13": -23.081553432811241, "W21": -50.275953138755334, "S21": -54.516270876822844, "W22": -79.8371657036013, "S22": -99.627735292164644, "W31": -107.27441592807281, "S31": -107.27441592807281, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100486.0, 501006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59493800145878917, "S11": 0.59493800145878917, "W12": -10.395417463840207, "S12": -10.395417463840207, "W13": -21.36926726556764, "S13": -21.36926726556764, "W21": -42.650429799426938, "S21": -52.982750722967666, "W22": -52.982750722967666, "S22": -54.54507647015371, "W31": -85.478465793221332, "S31": -85.478465793221332, "W32": -96.858902575587905, "S32": -101.8589025755879 }, "geometry": { "type": "Point", "coordinates": [ 100487.0, 497467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33873444097165106, "S11": 0.33873444097165106, "W12": -10.0, "S12": -10.0, "W13": -18.634787797480165, "S13": -19.736018665509704, "W21": -47.939929095193008, "S21": -58.783570593740421, "W22": -58.982039990756029, "S22": -68.396301027344052, "W31": -89.295756066704769, "S31": -89.295756066704769, "W32": -98.591935725522504, "S32": -103.5919357255225 }, "geometry": { "type": "Point", "coordinates": [ 100487.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -19.672682069126957, "S13": -23.167051060141532, "W21": -51.790581707875653, "S21": -55.848439241880797, "W22": -80.381815195122783, "S22": -98.20420508445099, "W31": -107.54525441863959, "S31": -107.54525441863959, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100487.0, 500962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9735662607308342, "S12": -9.9735662607308342, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.635489893821997, "W22": -46.21422532504765, "S22": -56.460938369670927, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100487.5, 496792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.6281714606156932, "W13": -20.719511298167177, "S13": -20.719511298167177, "W21": -39.926974519857374, "S21": -41.819918458916973, "W22": -47.565100408149867, "S22": -47.565100408149867, "W31": -80.0, "S31": -80.600454125634087, "W32": -91.038505515668007, "S32": -96.038505515668007 }, "geometry": { "type": "Point", "coordinates": [ 100487.666666666671517, 506812.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5504781500187756, "S11": 1.5504781500187756, "W12": -6.5353873073455127, "S12": -9.2039888904589748, "W13": -22.919079611105019, "S13": -22.919079611105019, "W21": -40.0, "S21": -40.0, "W22": -47.973336749371114, "S22": -48.105257605350232, "W31": -79.999999999999986, "S31": -80.104386560359586, "W32": -95.448875292860848, "S32": -100.44887529286085 }, "geometry": { "type": "Point", "coordinates": [ 100488.0, 504856.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7619237217106873, "S11": 1.7619237217106873, "W12": -10.984592542601549, "S12": -10.984592542601549, "W13": -18.404509938313801, "S13": -19.119160251466131, "W21": -55.537858498660889, "S21": -75.666316375694777, "W22": -81.879837838576876, "S22": -82.368458085756515, "W31": -101.80587888982366, "S31": -101.80587888982366, "W32": -101.94188062076614, "S32": -106.94188062076614 }, "geometry": { "type": "Point", "coordinates": [ 100490.2, 499121.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4393085528468568, "S12": -9.4393085528468568, "W13": -20.0, "S13": -20.0, "W21": -39.373672555887516, "S21": -42.171995359381341, "W22": -46.594150190934037, "S22": -56.842345561712705, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100490.75, 496859.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5765064879436765, "S11": 1.5765064879436765, "W12": -6.9643588227141153, "S12": -6.9643588227141153, "W13": -20.0, "S13": -20.0, "W21": -41.440198034476374, "S21": -41.440198034476374, "W22": -52.704241492153876, "S22": -62.704241492153876, "W31": -80.0, "S31": -80.0, "W32": -97.418406633974655, "S32": -102.41840663397466 }, "geometry": { "type": "Point", "coordinates": [ 100491.375, 503941.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5809556671346638, "S11": 1.5809556671346638, "W12": -6.9649272858619824, "S12": -6.9649272858619824, "W13": -20.0, "S13": -20.0, "W21": -41.431430319356039, "S21": -41.431430319356039, "W22": -52.666435229400818, "S22": -62.666435229400818, "W31": -80.0, "S31": -80.0, "W32": -97.403059184012491, "S32": -102.40305918401249 }, "geometry": { "type": "Point", "coordinates": [ 100493.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7494051815297844, "S11": 4.7494051815297844, "W12": -10.451809464690561, "S12": -10.451809464690561, "W13": -18.705429507148985, "S13": -21.11822331910933, "W21": -59.634320350668915, "S21": -72.255709594205456, "W22": -80.949446494464951, "S22": -102.5675986586126, "W31": -107.10951587468462, "S31": -107.10951587468462, "W32": -107.10951587468462, "S32": -109.76114992746967 }, "geometry": { "type": "Point", "coordinates": [ 100495.0, 499569.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90633680032838571, "S11": 0.90633680032838571, "W12": -5.7026356797197515, "S12": -7.9237930649430552, "W13": -21.683274928786922, "S13": -21.683274928786922, "W21": -38.5839607673446, "S21": -38.5839607673446, "W22": -47.337179100879823, "S22": -47.337179100879823, "W31": -80.0, "S31": -80.0, "W32": -90.934545680028421, "S32": -95.934545680028421 }, "geometry": { "type": "Point", "coordinates": [ 100495.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.877318342576551, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100496.058823529412621, 512404.470588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62933585437870121, "S11": 0.62933585437870121, "W12": -10.0, "S12": -11.574496710426027, "W13": -19.342604864469454, "S13": -22.361251702100184, "W21": -40.0, "S21": -45.355950979713356, "W22": -75.929192318020426, "S22": -92.920488183556557, "W31": -105.29676657312935, "S31": -105.29676657312935, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100498.0, 501368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.078566916043225632, "S11": -0.078566916043225632, "W12": -10.032680965739656, "S12": -18.999206067985206, "W13": -19.55030159018532, "S13": -20.288732566835595, "W21": -32.540138567226599, "S21": -57.540138567226599, "W22": -66.333339184263338, "S22": -95.631577543373425, "W31": -97.24894203303883, "S31": -97.24894203303883, "W32": -105.99841984258337, "S32": -110.99841984258337 }, "geometry": { "type": "Point", "coordinates": [ 100498.0, 502155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22424425721897093, "S11": 0.22424425721897093, "W12": -15.13308107038632, "S12": -15.13308107038632, "W13": -18.759499766682207, "S13": -21.372140559035035, "W21": -52.434823931514728, "S21": -71.112279389800818, "W22": -71.112279389800818, "S22": -82.29330769514587, "W31": -94.253645114225208, "S31": -94.253645114225208, "W32": -99.774696183597243, "S32": -104.77469618359724 }, "geometry": { "type": "Point", "coordinates": [ 100498.666666666671517, 498573.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5562667735636722, "S11": 1.5562667735636722, "W12": -6.5389575959904009, "S12": -9.3175455867155712, "W13": -22.94441783538522, "S13": -22.94441783538522, "W21": -40.0, "S21": -40.0, "W22": -47.52432012162069, "S22": -51.334102730318278, "W31": -80.0, "S31": -80.112977288220392, "W32": -95.34231777208575, "S32": -100.34231777208575 }, "geometry": { "type": "Point", "coordinates": [ 100499.333333333328483, 504904.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0144814013371417, "S11": -1.0144814013371417, "W12": -9.8821770722451046, "S12": -9.8821770722451046, "W13": -21.099180959902775, "S13": -25.163793262883395, "W21": -64.500351333342337, "S21": -66.628405030467889, "W22": -86.170166062876476, "S22": -111.09642587759127, "W31": -112.21609424595101, "S31": -112.21609424595101, "W32": -112.21609424595101, "S32": -114.7340980619513 }, "geometry": { "type": "Point", "coordinates": [ 100500.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61289542940007524, "S11": 0.61289542940007524, "W12": -10.0, "S12": -10.0, "W13": -19.64213609188872, "S13": -23.089083654965428, "W21": -50.687004808017875, "S21": -54.63821111746001, "W22": -79.868046784091021, "S22": -98.785040056304524, "W31": -107.48311675391292, "S31": -107.48311675391292, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100500.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059369671919399125, "S11": 0.059369671919399125, "W12": -10.144455565168867, "S12": -18.276851855753751, "W13": -19.507836682786724, "S13": -20.18965714040451, "W21": -34.01116941748996, "S21": -53.578289955907579, "W22": -68.702296308391098, "S22": -86.427400218816075, "W31": -99.167151902506575, "S31": -99.167151902506575, "W32": -107.7957893630163, "S32": -112.7957893630163 }, "geometry": { "type": "Point", "coordinates": [ 100500.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.6176010281604007, "W13": -20.595013024162157, "S13": -20.595013024162157, "W21": -38.045549007521807, "S21": -40.185504677323401, "W22": -47.543766823349799, "S22": -47.543766823349799, "W31": -80.0, "S31": -80.639916887867813, "W32": -90.950092729865773, "S32": -95.950092729865773 }, "geometry": { "type": "Point", "coordinates": [ 100500.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.8771929824561413, "W13": -25.0, "S13": -25.0, "W21": -40.821270148585747, "S21": -43.985879398224306, "W22": -48.779383581392821, "S22": -48.779383581392821, "W31": -70.0, "S31": -70.488416043378294, "W32": -91.00571185908818, "S32": -96.00571185908818 }, "geometry": { "type": "Point", "coordinates": [ 100500.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -8.416675987539179, "W13": -25.0, "S13": -25.0, "W21": -40.948750420146169, "S21": -40.948750420146169, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100500.142857142855064, 509317.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3446270784084122, "S11": -1.3446270784084122, "W12": -9.8460836765862911, "S12": -9.8460836765862911, "W13": -21.238598153611409, "S13": -25.392443801783905, "W21": -64.65604940417488, "S21": -66.145275875445463, "W22": -86.585932780926697, "S22": -106.59652644134795, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100501.0, 500022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -41.316336315843365, "S21": -48.824055722870561, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -91.003587809639768, "S32": -96.003587809639768 }, "geometry": { "type": "Point", "coordinates": [ 100502.0, 508250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6040049496704183, "S11": 1.6040049496704183, "W12": -6.9695944836058201, "S12": -7.1630345037936092, "W13": -20.0, "S13": -20.0, "W21": -41.387011649181204, "S21": -41.387011649181204, "W22": -52.445043755792248, "S22": -62.445043755792248, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -97.315281596195774, "S32": -102.31528159619577 }, "geometry": { "type": "Point", "coordinates": [ 100503.0, 503987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58048348442221531, "S11": 0.58048348442221531, "W12": -10.16701178837137, "S12": -10.16701178837137, "W13": -20.841116877315486, "S13": -20.841116877315486, "W21": -41.909537453950058, "S21": -51.191257237473806, "W22": -51.191257237473806, "S22": -54.711270093648977, "W31": -84.81777120161982, "S31": -84.81777120161982, "W32": -96.590145576707712, "S32": -101.59014557670771 }, "geometry": { "type": "Point", "coordinates": [ 100505.0, 497371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5777226509208728, "S11": -1.5777226509208728, "W12": -10.0, "S12": -10.0, "W13": -19.97807597451531, "S13": -23.937213865695725, "W21": -60.985423517579186, "S21": -63.192626755385483, "W22": -83.899626572582591, "S22": -92.306047865863817, "W31": -110.14170146275234, "S31": -110.14170146275234, "W32": -110.14170146275234, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100505.625, 500559.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2145562658904483, "S11": -2.2145562658904483, "W12": -9.7784773228057009, "S12": -9.7784773228057009, "W13": -21.572577109155674, "S13": -25.961502129414907, "W21": -64.946679165089549, "S21": -65.474166248971599, "W22": -87.725401881619518, "S22": -89.630226259513549, "W31": -112.91139883669373, "S31": -112.91139883669373, "W32": -112.91139883669373, "S32": -117.58067986763652 }, "geometry": { "type": "Point", "coordinates": [ 100505.857142857144936, 500112.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48766436956246495, "S11": 0.48766436956246495, "W12": -10.121170888497742, "S12": -10.121170888497742, "W13": -21.199177221460033, "S13": -21.199177221460033, "W21": -43.64109478173237, "S21": -53.514393541473339, "W22": -53.514393541473339, "S22": -54.845303906631749, "W31": -86.349311934408959, "S31": -86.349311934408959, "W32": -97.292038428955095, "S32": -102.2920384289551 }, "geometry": { "type": "Point", "coordinates": [ 100506.0, 497624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5742634135728395, "S11": 0.5742634135728395, "W12": -5.9397307123912926, "S12": -6.6408673714172162, "W13": -19.999999999999996, "S13": -20.401326967331222, "W21": -42.784291103293867, "S21": -44.863502040144816, "W22": -55.074822960598063, "S22": -65.074822960598055, "W31": -81.586225667951496, "S31": -81.586225667951496, "W32": -98.671737575198563, "S32": -103.67173757519856 }, "geometry": { "type": "Point", "coordinates": [ 100506.0, 503391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.574310355628867, "W22": -45.805957891092682, "S22": -56.005047021287808, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100508.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100508.720930232564569, 511986.069767441833392 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2735936823885767, "S11": 4.2735936823885767, "W12": -10.345256981743047, "S12": -10.345256981743047, "W13": -18.9489393539776, "S13": -21.573975330952337, "W21": -60.109793792870072, "S21": -74.742532912882282, "W22": -80.995354894725409, "S22": -103.0591217486774, "W31": -107.58591568544995, "S31": -107.58591568544995, "W32": -107.58591568544995, "S32": -110.05015981655838 }, "geometry": { "type": "Point", "coordinates": [ 100509.0, 499612.5 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0943079172999166, "S11": 5.0943079172999166, "W12": -10.559065458934587, "S12": -10.559065458934587, "W13": -17.99667098371323, "S13": -19.926851668075237, "W21": -56.816583717638466, "S21": -60.943649053543858, "W22": -79.999999999999986, "S22": -100.41994963853463, "W31": -105.38513246425568, "S31": -105.38513246425568, "W32": -105.38513246425568, "S32": -108.73370213171825 }, "geometry": { "type": "Point", "coordinates": [ 100510.0, 499427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5620553971085918, "S11": 1.5620553971085918, "W12": -6.5425278846353505, "S12": -9.4311022829723115, "W13": -22.969756059665585, "S13": -22.969756059665585, "W21": -40.0, "S21": -40.0, "W22": -47.075303493870763, "S22": -54.348919400723972, "W31": -80.0, "S31": -80.121568016081184, "W32": -95.235760251310737, "S32": -100.23576025131074 }, "geometry": { "type": "Point", "coordinates": [ 100510.666666666671517, 504952.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.878726516791339, "S12": -9.878726516791339, "W13": -20.0, "S13": -20.0, "W21": -39.309771556650688, "S21": -41.939157592336961, "W22": -45.959149364226469, "S22": -56.154621197541431, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100511.0, 496804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97564316021268593, "S11": 0.97564316021268593, "W12": -10.0, "S12": -10.0, "W13": -19.48614659691372, "S13": -22.699728483073265, "W21": -44.410293474332889, "S21": -48.887152349031545, "W22": -77.719946890508922, "S22": -98.68825683773386, "W31": -106.45638614242841, "S31": -106.45638614242841, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100511.0, 501198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3273473321557496, "S12": -8.3273473321557496, "W13": -20.0, "S13": -20.0, "W21": -39.898934303369963, "S21": -44.22050136758682, "W22": -47.038018845337106, "S22": -57.257413248819304, "W31": -82.233661501513367, "S31": -82.233661501513367, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100511.705882352936896, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0621983121782144, "S12": -8.0621983121782144, "W13": -19.704377341863115, "S13": -19.704377341863115, "W21": -39.944276706719819, "S21": -44.687437800944743, "W22": -47.18535341813314, "S22": -57.430676781754954, "W31": -82.440051733780749, "S31": -82.440051733780749, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100513.5, 497033.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100513.705882352936896, 511718.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60653029446976636, "S11": 0.60653029446976636, "W12": -5.3645514515649637, "S12": -8.3254211560064331, "W13": -21.506249922210369, "S13": -21.506249922210369, "W21": -37.959024949870589, "S21": -37.959024949870589, "W22": -47.302293368784824, "S22": -48.955009170763937, "W31": -80.0, "S31": -80.0, "W32": -90.799702225841273, "S32": -95.799702225841273 }, "geometry": { "type": "Point", "coordinates": [ 100513.727272727279342, 506274.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -9.5937967759654565, "S12": -9.5937967759654565, "W13": -20.0, "S13": -20.0, "W21": -38.97621373045704, "S21": -41.690507038377007, "W22": -46.193556634228017, "S22": -56.386972924236467, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100514.0, 496840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.068111599070009188, "S11": -0.068111599070009188, "W12": -10.185162621396501, "S12": -18.523853418163192, "W13": -19.497187977918312, "S13": -19.868601662094559, "W21": -34.014345323600402, "S21": -54.014345323600402, "W22": -68.636687497216812, "S22": -85.802901764754353, "W31": -99.225448976878326, "S31": -99.225448976878326, "W32": -107.71529575650848, "S32": -112.71529575650848 }, "geometry": { "type": "Point", "coordinates": [ 100514.0, 502001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92500603411057203, "S11": 0.92500603411057203, "W12": -6.8283479762636308, "S12": -6.8283479762636308, "W13": -20.0, "S13": -21.12165386833739, "W21": -42.889335050089933, "S21": -43.533610465252721, "W22": -54.033436115734801, "S22": -64.033436115734801, "W31": -80.0, "S31": -80.0, "W32": -98.158545906872263, "S32": -103.15854590687226 }, "geometry": { "type": "Point", "coordinates": [ 100514.0, 503617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5621419702836405, "S12": -9.5621419702836405, "W13": -20.0, "S13": -20.0, "W21": -39.014829542994519, "S21": -41.737537546874862, "W22": -46.200965895020104, "S22": -56.392655834877282, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 496844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.129437514349124, "S12": -10.129437514349124, "W13": -21.214335360495344, "S13": -21.214335360495344, "W21": -43.10138871054977, "S21": -53.523200257032045, "W22": -53.523200257032045, "S22": -53.523200257032045, "W31": -85.975988007196236, "S31": -85.975988007196236, "W32": -97.134411218659309, "S32": -102.13441121865931 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 497566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45318067538481016, "S11": 0.45318067538481016, "W12": -10.0, "S12": -10.0, "W13": -20.275002190252465, "S13": -20.275002190252465, "W21": -44.107377014097224, "S21": -52.53023125622213, "W22": -53.497314797343002, "S22": -56.065726396468712, "W31": -86.712137297883558, "S31": -86.712137297883558, "W32": -97.469673209682952, "S32": -102.46967320968295 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 497690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25606826528407861, "S11": 0.25606826528407861, "W12": -15.0, "S12": -15.0, "W13": -18.628989384041063, "S13": -21.499122296246469, "W21": -50.685813766995125, "S21": -65.685813766995125, "W22": -65.685813766995125, "S22": -77.014531434931115, "W31": -91.760421256719852, "S31": -91.760421256719852, "W32": -99.284503007353464, "S32": -104.28450300735346 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 498384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.545019061068017, "S11": 1.545019061068017, "W12": -6.4773019036173203, "S12": -9.4773019036173203, "W13": -22.817023924670316, "S13": -22.817023924670316, "W21": -39.866716873885601, "S21": -39.866716873885601, "W22": -47.025574170048067, "S22": -65.215035211933667, "W31": -80.0, "S31": -80.150992176569019, "W32": -91.34278331887829, "S32": -96.34278331887829 }, "geometry": { "type": "Point", "coordinates": [ 100515.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9999999999999991, "S11": 4.9999999999999991, "W12": -10.403359462486003, "S12": -10.403359462486003, "W13": -17.66309747826087, "S13": -18.978863388078587, "W21": -55.451096032299652, "S21": -68.402159144010753, "W22": -80.630412786961458, "S22": -88.380645262279501, "W31": -103.36909587888982, "S31": -103.36909587888982, "W32": -103.36909587888982, "S32": -107.76020616900637 }, "geometry": { "type": "Point", "coordinates": [ 100516.0, 499258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30566252120523885, "S11": 0.30566252120523885, "W12": -5.3208553200736075, "S12": -8.4630913008851021, "W13": -19.758150483396378, "S13": -19.932015378191505, "W21": -41.53154454838112, "S21": -44.53154454838112, "W22": -55.647604927491415, "S22": -66.751430006632802, "W31": -84.431879044366212, "S31": -84.431879044366212, "W32": -98.991557510288871, "S32": -103.99155751028887 }, "geometry": { "type": "Point", "coordinates": [ 100516.0, 503251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7024137816105136, "S11": 1.7024137816105136, "W12": -6.9337559742647805, "S12": -7.6743229338045218, "W13": -20.0, "S13": -20.0, "W21": -40.980177513235219, "S21": -40.980177513235219, "W22": -51.730183689433424, "S22": -61.730183689433424, "W31": -80.0, "S31": -80.0, "W32": -96.985349357337554, "S32": -101.98534935733755 }, "geometry": { "type": "Point", "coordinates": [ 100516.875, 504133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3273795289406429, "S12": -8.3273795289406429, "W13": -20.0, "S13": -20.0, "W21": -39.888337012300681, "S21": -43.99596569335106, "W22": -46.969412085742768, "S22": -57.17691095270586, "W31": -82.220707494407151, "S31": -82.220707494407151, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100517.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1849055361053153, "S12": -8.1849055361053153, "W13": -19.73617599555357, "S13": -19.73617599555357, "W21": -39.914629750683375, "S21": -44.28774251165801, "W22": -47.061069504962319, "S22": -57.277506032139861, "W31": -82.333962527964218, "S31": -82.333962527964218, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100517.0, 497018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12331345180112918, "S11": 0.12331345180112918, "W12": -5.0, "S12": -10.043126875723368, "W13": -19.725215326211224, "S13": -19.940526906044159, "W21": -40.549481281186679, "S21": -44.570320171713298, "W22": -56.12301480221538, "S22": -69.667608940029325, "W31": -86.076344754847383, "S31": -86.076344754847383, "W32": -99.240578320187794, "S32": -104.24057832018779 }, "geometry": { "type": "Point", "coordinates": [ 100518.0, 503141.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.987307030144466, "W13": -19.681458043157917, "S13": -19.790633040822122, "W21": -30.0, "S21": -41.925002819442881, "W22": -59.100632779542735, "S22": -59.100632779542735, "W31": -90.970156724469717, "S31": -90.970156724469717, "W32": -100.67120928412727, "S32": -105.67120928412727 }, "geometry": { "type": "Point", "coordinates": [ 100519.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44870436202315944, "S11": -0.44870436202315944, "W12": -5.0, "S12": -13.685109355852935, "W13": -19.697333284798262, "S13": -19.732936314235243, "W21": -29.999999999999996, "S21": -39.839527453123679, "W22": -58.20643022064823, "S22": -71.023957415377808, "W31": -90.0, "S31": -90.0, "W32": -100.03538839903301, "S32": -105.03538839903301 }, "geometry": { "type": "Point", "coordinates": [ 100519.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11161097256857788, "S11": 0.11161097256857788, "W12": -10.035280864129353, "S12": -18.899039257986296, "W13": -19.528402826440736, "S13": -19.856829569528632, "W21": -32.730644073759201, "S21": -57.730644073759201, "W22": -66.60417873420981, "S22": -95.485991652909675, "W31": -97.5814852343116, "S31": -97.5814852343116, "W32": -106.00886685488763, "S32": -111.00886685488763 }, "geometry": { "type": "Point", "coordinates": [ 100520.0, 502137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5943842317642705, "S11": 1.5943842317642705, "W12": -6.9909213202134444, "S12": -7.5968325570310142, "W13": -20.0, "S13": -20.0, "W21": -41.419108005679604, "S21": -41.419108005679604, "W22": -52.192382985217286, "S22": -62.192382985217286, "W31": -80.0, "S31": -80.0, "W32": -97.230566307701352, "S32": -102.23056630770135 }, "geometry": { "type": "Point", "coordinates": [ 100520.2, 504025.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11233667758446632, "S11": -0.11233667758446632, "W12": -5.0, "S12": -12.50602594701893, "W13": -19.710557118102674, "S13": -19.89664989760578, "W21": -34.090702581161828, "S21": -39.860468672560131, "W22": -56.739763006723805, "S22": -73.869316331183597, "W31": -87.734292600805901, "S31": -87.734292600805901, "W32": -99.563222779701974, "S32": -104.56322277970197 }, "geometry": { "type": "Point", "coordinates": [ 100520.4375, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0721678944523054, "S11": 1.0721678944523054, "W12": -7.1325473973169711, "S12": -7.1325473973169711, "W13": -20.000000000000004, "S13": -20.90577507598794, "W21": -42.56955598297656, "S21": -42.56955598297656, "W22": -53.540907294720796, "S22": -63.540907294720796, "W31": -80.0, "S31": -80.0, "W32": -97.923696048118231, "S32": -102.92369604811823 }, "geometry": { "type": "Point", "coordinates": [ 100520.8, 503720.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4829059640425986, "S11": 1.4829059640425986, "W12": -6.2537201415982588, "S12": -7.1961819058479772, "W13": -22.280496677166045, "S13": -22.280496677166045, "W21": -39.215059535319185, "S21": -39.215059535319185, "W22": -47.113909378222374, "S22": -47.113909378222374, "W31": -75.761484886952346, "S31": -76.004832589382332, "W32": -90.705591789413958, "S32": -95.705591789413958 }, "geometry": { "type": "Point", "coordinates": [ 100521.0, 505630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52133861276092075, "S11": 0.52133861276092075, "W12": -10.222011938470928, "S12": -10.222011938470928, "W13": -20.999826913375216, "S13": -20.999826913375216, "W21": -42.215589515016404, "S21": -52.364818110929448, "W22": -52.364818110929448, "S22": -53.616991165222473, "W31": -85.225907751971874, "S31": -85.225907751971874, "W32": -96.79171332586786, "S32": -101.79171332586786 }, "geometry": { "type": "Point", "coordinates": [ 100521.166666666671517, 497443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17614171527327716, "S11": 0.17614171527327716, "W12": -15.174254340406589, "S12": -15.174254340406589, "W13": -18.700106392907138, "S13": -21.149186204032326, "W21": -53.018529857276349, "S21": -73.018529857276349, "W22": -73.018529857276349, "S22": -84.385109864316235, "W31": -95.078361387738312, "S31": -95.078361387738312, "W32": -99.968062727907608, "S32": -104.96806272790761 }, "geometry": { "type": "Point", "coordinates": [ 100522.0, 498652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4926911314984708, "S11": 1.4926911314984708, "W12": -10.056308675691342, "S12": -10.056308675691342, "W13": -19.968537026991161, "S13": -23.3999409284942, "W21": -62.216528048766648, "S21": -70.774507432905949, "W22": -82.454008763601252, "S22": -106.32406137414563, "W31": -109.94604709840202, "S31": -109.94604709840202, "W32": -109.94604709840202, "S32": -112.37125227762134 }, "geometry": { "type": "Point", "coordinates": [ 100522.0, 499814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.567844020653488, "S11": 1.567844020653488, "W12": -6.5460981732802397, "S12": -9.5446589792289078, "W13": -22.995094283945782, "S13": -22.995094283945782, "W21": -40.0, "S21": -40.0, "W22": -46.961879260241311, "S22": -57.61293265562739, "W31": -80.0, "S31": -80.130158743941976, "W32": -95.129202730535638, "S32": -100.12920273053564 }, "geometry": { "type": "Point", "coordinates": [ 100522.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6420651233232384, "S11": 3.6420651233232384, "W12": -10.238704498795535, "S12": -10.238704498795535, "W13": -19.192449200806209, "S13": -22.029727342795336, "W21": -60.444619201517035, "S21": -74.060485350971135, "W22": -81.041263294985896, "S22": -103.55064483874224, "W31": -108.06231549621532, "S31": -108.06231549621532, "W32": -108.06231549621532, "S32": -110.44559722753013 }, "geometry": { "type": "Point", "coordinates": [ 100523.0, 499655.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0158853415570288, "S12": -15.734970421863839, "W13": -19.598903413279967, "S13": -20.007442182941606, "W21": -30.11719093547536, "S21": -50.117190935475364, "W22": -62.869471602511211, "S22": -68.267226136625027, "W31": -94.276609234397071, "S31": -94.276609234397071, "W32": -102.8231767812976, "S32": -107.8231767812976 }, "geometry": { "type": "Point", "coordinates": [ 100523.0, 502413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3273276590466932, "S11": 0.3273276590466932, "W12": -9.8279159839118382, "S12": -9.8279159839118382, "W13": -18.458103609759366, "S13": -18.903610559194391, "W21": -46.500299083858948, "S21": -54.1213435032058, "W22": -57.131835257493897, "S22": -64.885322875436785, "W31": -88.525815763895011, "S31": -88.525815763895011, "W32": -98.299541673326473, "S32": -103.29954167332647 }, "geometry": { "type": "Point", "coordinates": [ 100523.285714285710128, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5609178541493951, "S11": 1.5609178541493951, "W12": -11.291584086624107, "S12": -11.291584086624107, "W13": -18.090705962988253, "S13": -19.001906794456179, "W21": -55.035661353649232, "S21": -74.264844264724331, "W22": -80.95401916950361, "S22": -81.312295660352262, "W31": -101.97798149705646, "S31": -101.97798149705646, "W32": -102.09776788291495, "S32": -107.09776788291495 }, "geometry": { "type": "Point", "coordinates": [ 100524.6, 499142.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34551975428457365, "S11": 0.34551975428457365, "W12": -14.725597503099703, "S12": -14.725597503099703, "W13": -18.859366545218414, "S13": -20.078174917924724, "W21": -56.762008175387805, "S21": -77.713758900611495, "W22": -80.656854286665364, "S22": -85.393678619395644, "W31": -100.19799486291517, "S31": -100.19799486291517, "W32": -101.27576779017807, "S32": -106.27576779017807 }, "geometry": { "type": "Point", "coordinates": [ 100526.842105263160192, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10538331041245996, "S11": -0.10538331041245996, "W12": -5.0, "S12": -8.0, "W13": -21.017263716354616, "S13": -21.017263716354616, "W21": -39.618437948090005, "S21": -41.166069822734045, "W22": -47.352962583530854, "S22": -48.380790590764015, "W31": -80.0, "S31": -80.279945082171579, "W32": -90.72213472230834, "S32": -95.72213472230834 }, "geometry": { "type": "Point", "coordinates": [ 100527.0, 506792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34966798252753811, "S11": 0.34966798252753811, "W12": -9.823769551616266, "S12": -9.823769551616266, "W13": -18.623712469752515, "S13": -18.623712469752515, "W21": -45.864492274541497, "S21": -51.518112074605995, "W22": -56.139186361333081, "S22": -62.664797045261665, "W31": -88.060669825030885, "S31": -88.060669825030885, "W32": -98.103111087077991, "S32": -103.10311108707799 }, "geometry": { "type": "Point", "coordinates": [ 100529.0, 497924.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46148280789335649, "S11": 0.46148280789335649, "W12": -9.9770309126295551, "S12": -9.9770309126295551, "W13": -20.924786834293091, "S13": -20.924786834293091, "W21": -43.478862922712366, "S21": -52.291973448450484, "W22": -52.517793575443278, "S22": -54.43053323404132, "W31": -86.287636344194581, "S31": -86.287636344194581, "W32": -97.296657293750783, "S32": -102.29665729375078 }, "geometry": { "type": "Point", "coordinates": [ 100529.75, 497626.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1900001, "S11": -2.1900001, "W12": -9.7, "S12": -9.7, "W13": -21.700001, "S13": -26.200001, "W21": -65.199997, "S21": -65.199997, "W22": -87.699997, "S22": -87.699997, "W31": -113.2, "S31": -113.2, "W32": -113.2, "S32": -118.2 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13678711004199884, "S11": -0.13678711004199884, "W12": -4.9999999999999991, "S12": -7.9275451442519982, "W13": -21.001738401096301, "S13": -21.001738401096301, "W21": -39.790359261170664, "S21": -41.375196349401826, "W22": -47.343438086352819, "S22": -47.343438086352819, "W31": -80.0, "S31": -80.47540648860523, "W32": -90.697341952628165, "S32": -95.697341952628165 }, "geometry": { "type": "Point", "coordinates": [ 100530.333333333328483, 506826.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51564655621548405, "S11": 0.51564655621548405, "W12": -10.172299545918444, "S12": -10.172299545918444, "W13": -20.691451955846361, "S13": -20.691451955846361, "W21": -41.764451721471779, "S21": -50.57734007585141, "W22": -50.57734007585141, "S22": -53.823059009492283, "W31": -84.831866677050073, "S31": -84.831866677050073, "W32": -96.623740201567742, "S32": -101.62374020156774 }, "geometry": { "type": "Point", "coordinates": [ 100531.0, 497383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50485151609878098, "S11": 0.50485151609878098, "W12": -10.188903344302441, "S12": -10.188903344302441, "W13": -20.832258255370498, "S13": -20.832258255370498, "W21": -41.991631418565518, "S21": -50.0, "W22": -50.0, "S22": -53.452978262524482, "W31": -85.057683080856293, "S31": -85.057683080856293, "W32": -96.72732362821948, "S32": -101.72732362821948 }, "geometry": { "type": "Point", "coordinates": [ 100531.0, 497420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19662726532581495, "S11": 0.19662726532581495, "W12": -15.313267547113815, "S12": -15.313267547113815, "W13": -18.84784885366544, "S13": -20.518676908485201, "W21": -55.428881667943209, "S21": -76.022679630183632, "W22": -79.999999999999986, "S22": -90.110485351487782, "W31": -98.128931375750781, "S31": -98.128931375750781, "W32": -100.74486584801191, "S32": -105.74486584801191 }, "geometry": { "type": "Point", "coordinates": [ 100531.0, 498877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.499418759665121, "S12": -10.499418759665121, "W13": -17.7035739, "S13": -19.145810868340259, "W21": -55.273928805462191, "S21": -67.299182800132087, "W22": -80.181160014766803, "S22": -88.775821985761795, "W31": -103.56183767872162, "S31": -103.56183767872162, "W32": -103.56183767872162, "S32": -107.88574361651662 }, "geometry": { "type": "Point", "coordinates": [ 100531.0, 499277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.5629568713449231, "W13": -20.0, "S13": -20.0, "W21": -40.500499954806813, "S21": -45.223442626041745, "W22": -48.713578304877082, "S22": -48.713578304877082, "W31": -70.0, "S31": -70.291666128369314, "W32": -90.755094395934321, "S32": -95.755094395934321 }, "geometry": { "type": "Point", "coordinates": [ 100531.270833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6473317117417476, "S12": -9.6473317117417476, "W13": -20.0, "S13": -20.0, "W21": -38.767394252473657, "S21": -41.437955702060464, "W22": -45.89003083051491, "S22": -56.042966410476694, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100531.625, 496833.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5727223391488983, "S11": 1.5727223391488983, "W12": -6.5488182013110663, "S12": -9.4348053383213948, "W13": -23.016035348892025, "S13": -23.016035348892025, "W21": -40.0, "S21": -40.0, "W22": -46.920258644356053, "S22": -60.527699969482413, "W31": -80.0, "S31": -80.137687261696442, "W32": -95.035605292299437, "S32": -100.03560529229944 }, "geometry": { "type": "Point", "coordinates": [ 100531.75, 505042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5965882951867982, "S12": -8.5965882951867982, "W13": -20.0, "S13": -20.0, "W21": -39.808647292881545, "S21": -42.808647292881545, "W22": -46.601895586144302, "S22": -56.771265464511259, "W31": -81.97007829977629, "S31": -81.97007829977629, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100532.0, 496966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23684597105206306, "S11": 0.23684597105206306, "W12": -15.0, "S12": -15.0, "W13": -18.564230284647689, "S13": -21.326614092140346, "W21": -50.58980600823854, "S21": -65.439920734442524, "W22": -65.439920734442524, "S22": -76.709234495191993, "W31": -91.619444199641606, "S31": -91.619444199641606, "W32": -99.274250940628633, "S32": -104.27425094062863 }, "geometry": { "type": "Point", "coordinates": [ 100532.0, 498382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.287994562005483, "S12": -10.287994562005483, "W13": -18.81722500400771, "S13": -21.403993472188073, "W21": -59.185197022966989, "S21": -69.514753358747384, "W22": -80.50848708487085, "S22": -102.37461907653523, "W31": -107.13693439865433, "S31": -107.13693439865433, "W32": -107.13693439865433, "S32": -109.70162141747423 }, "geometry": { "type": "Point", "coordinates": [ 100533.0, 499579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51027899767502116, "S11": -0.51027899767502116, "W12": -10.173035258100354, "S12": -18.250736463820829, "W13": -19.46891862015401, "S13": -19.46891862015401, "W21": -34.514941416747291, "S21": -52.264916953881922, "W22": -69.39864774599593, "S22": -86.511745372342048, "W31": -99.94910754813003, "S31": -99.94910754813003, "W32": -108.54526697593732, "S32": -113.54526697593732 }, "geometry": { "type": "Point", "coordinates": [ 100533.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18514149924389711, "S11": 0.18514149924389711, "W12": -15.112712568630361, "S12": -15.112712568630361, "W13": -18.618404223051794, "S13": -21.467032577307236, "W21": -52.164398365086505, "S21": -70.002732643545045, "W22": -70.002732643545045, "S22": -81.614029869995932, "W31": -93.859507652536649, "S31": -93.859507652536649, "W32": -99.73387217599965, "S32": -104.73387217599965 }, "geometry": { "type": "Point", "coordinates": [ 100535.0, 498562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5751559808565756, "S11": 1.5751559808565756, "W12": -6.5510665481804784, "S12": -9.3879404519029492, "W13": -23.027755488690758, "S13": -23.027755488690758, "W21": -40.0, "S21": -40.0, "W22": -46.901578750016725, "S22": -61.644109901495483, "W31": -80.0, "S31": -80.14055177666333, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100536.0, 505058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.168593272171254, "S11": 3.168593272171254, "W12": -10.132152015848021, "S12": -10.132152015848021, "W13": -19.435959047634821, "S13": -22.48547935463834, "W21": -60.779444610163992, "S21": -73.378437789059973, "W22": -81.087171695246369, "S22": -104.04216792880707, "W31": -108.53871530698066, "S31": -108.53871530698066, "W32": -108.53871530698066, "S32": -110.89282756335929 }, "geometry": { "type": "Point", "coordinates": [ 100537.0, 499698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5847635138581215, "S11": 1.5847635138581215, "W12": -7.0122481568210686, "S12": -8.0306306102684193, "W13": -20.0, "S13": -20.0, "W21": -41.451204362178018, "S21": -41.451204362178018, "W22": -51.939722214642323, "S22": -61.939722214642323, "W31": -80.0, "S31": -80.0, "W32": -97.145851019206944, "S32": -102.14585101920694 }, "geometry": { "type": "Point", "coordinates": [ 100537.4, 504063.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76568882432421859, "S11": 0.76568882432421859, "W12": -10.0, "S12": -10.0, "W13": -19.656435445648199, "S13": -23.118417399541123, "W21": -51.990248527121281, "S21": -55.12015732219659, "W22": -80.0, "S22": -96.296005340792021, "W31": -108.08967119527847, "S31": -108.08967119527847, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100539.0, 500979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6219068525407807, "S11": 1.6219068525407807, "W12": -6.7084382508749858, "S12": -9.7084382508749858, "W13": -23.415998030978852, "S13": -23.415998030978852, "W21": -40.0, "S21": -40.0, "W22": -49.01077396003155, "S22": -53.047079569512476, "W31": -80.0, "S31": -80.0814225467754, "W32": -95.652184468965856, "S32": -100.65218446896586 }, "geometry": { "type": "Point", "coordinates": [ 100539.0, 504731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5776006576443078, "S11": 1.5776006576443078, "W12": -6.5515382293418929, "S12": -9.3217584593165554, "W13": -23.036976413838264, "S13": -23.036976413838264, "W21": -39.976951743454457, "S21": -39.976951743454457, "W22": -46.878638028470782, "S22": -63.442467283337422, "W31": -80.0, "S31": -80.145215779450908, "W32": -94.44796786161703, "S32": -99.44796786161703 }, "geometry": { "type": "Point", "coordinates": [ 100541.5, 505084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3196163474895712, "S12": -8.3196163474895712, "W13": -20.0, "S13": -20.0, "W21": -39.839754956605915, "S21": -42.951868166033393, "W22": -46.650527799837569, "S22": -56.801983446036076, "W31": -82.165827740492176, "S31": -82.165827740492176, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100542.0, 497001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8341118476765157, "S12": -8.8341118476765157, "W13": -20.0, "S13": -20.0, "W21": -39.742807246355355, "S21": -42.652469781624333, "W22": -46.306583620288073, "S22": -56.447332833286765, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100543.0, 496936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2318389873740698, "S11": 1.2318389873740698, "W12": -5.6697592203133089, "S12": -8.0573523646149265, "W13": -22.02909036008186, "S13": -22.02909036008186, "W21": -38.5839607673446, "S21": -38.5839607673446, "W22": -47.076202543087852, "S22": -47.076202543087852, "W31": -84.352808258040483, "S31": -84.411548329366099, "W32": -90.537832094116581, "S32": -95.537832094116581 }, "geometry": { "type": "Point", "coordinates": [ 100544.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.914847313011293, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100545.117647058825241, 512402.941176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20935986408812474, "S11": 0.20935986408812474, "W12": -5.0, "S12": -6.419297928906686, "W13": -21.288153661630538, "S13": -21.288153661630538, "W21": -38.709992857682735, "S21": -39.883611771900704, "W22": -47.224137037483423, "S22": -52.224137037483423, "W31": -80.0, "S31": -80.0, "W32": -90.563019667750865, "S32": -95.563019667750865 }, "geometry": { "type": "Point", "coordinates": [ 100546.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2535052842808967, "S11": -2.2535052842808967, "W12": -9.8173699733749, "S12": -9.8173699733749, "W13": -21.541448357961045, "S13": -25.988450395931668, "W21": -64.653566485303102, "S21": -64.75407946975497, "W22": -87.340095951374096, "S22": -87.594822915815612, "W31": -113.08608759556886, "S31": -113.08608759556886, "W32": -113.08608759556886, "S32": -117.6058679016181 }, "geometry": { "type": "Point", "coordinates": [ 100546.714285714289872, 500128.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -8.2606026872078537, "W13": -25.0, "S13": -25.0, "W21": -40.920833915255415, "S21": -40.920833915255415, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100548.190476190473419, 509314.380952380946837 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1240141115279672, "S11": -1.1240141115279672, "W12": -10.0, "S12": -10.0, "W13": -19.956967185038021, "S13": -23.879676890692277, "W21": -60.312311352521213, "S21": -61.776499729400861, "W22": -83.426644083661742, "S22": -90.014431042307137, "W31": -110.55119457619979, "S31": -110.55119457619979, "W32": -110.55119457619979, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100548.75, 500580.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4579640152816911, "S12": -9.4579640152816911, "W13": -20.100740988652895, "S13": -20.100740988652895, "W21": -40.990585345886203, "S21": -48.833670593353183, "W22": -48.833670593353183, "S22": -54.261911359037796, "W31": -84.117942527840512, "S31": -84.117942527840512, "W32": -96.336973853586656, "S32": -101.33697385358666 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 497283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0242709259312361, "S11": 5.0242709259312361, "W12": -10.308815573184489, "S12": -10.308815573184489, "W13": -18.455117595944117, "S13": -20.817949383600016, "W21": -57.538925163234552, "S21": -57.538925163234552, "W22": -79.587426636925954, "S22": -101.18389645352579, "W31": -106.19937132043734, "S31": -106.19937132043734, "W32": -106.19937132043734, "S32": -109.21532036013062 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 499503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67661301836946652, "S11": -0.67661301836946652, "W12": -9.7251860748139425, "S12": -9.7251860748139425, "W13": -21.141286628926135, "S13": -25.375616657707717, "W21": -63.955806204750708, "S21": -67.293352786571262, "W22": -85.840102553420152, "S22": -101.47094464556423, "W31": -112.06470075953833, "S31": -112.06470075953833, "W32": -112.06470075953833, "S32": -114.57464451754983 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8319509204370612, "S11": 0.8319509204370612, "W12": -10.0, "S12": -10.0, "W13": -19.639258066726036, "S13": -23.073521816215187, "W21": -51.364190424595385, "S21": -54.362434304927476, "W22": -79.800454954422335, "S22": -96.534802347620882, "W31": -108.10260899928701, "S31": -108.10260899928701, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41428054766210376, "S11": -0.41428054766210376, "W12": -10.22873031300391, "S12": -19.060992239620568, "W13": -19.468863060272859, "S13": -19.656771498654461, "W21": -34.05636500444627, "S21": -53.776038082223558, "W22": -68.526028291944371, "S22": -84.104003523092047, "W31": -99.419321709069393, "S31": -99.419321709069393, "W32": -107.57237853679051, "S32": -112.57237853679051 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6776274890266218, "S11": 1.6776274890266218, "W12": -6.8719383147333613, "S12": -9.8719383147333613, "W13": -24.094278902452384, "S13": -24.094278902452384, "W21": -40.202602173215432, "S21": -40.202602173215432, "W22": -50.252286832634475, "S22": -60.252286832634475, "W31": -80.0, "S31": -80.037250995648307, "W32": -96.315492195142966, "S32": -101.31549219514297 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 504430.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.027363377298150873, "S11": -0.027363377298150873, "W12": -5.0, "S12": -9.5502316470258997, "W13": -20.944321540621697, "S13": -20.944321540621697, "W21": -38.968502881691094, "S21": -40.717106018668332, "W22": -47.280154138711438, "S22": -47.280154138711438, "W31": -80.0, "S31": -80.708491469667777, "W32": -90.549371936015447, "S32": -95.549371936015447 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.9736842105263159, "W13": -20.0, "S13": -20.0, "W21": -40.30837976546146, "S21": -45.964661374748168, "W22": -48.674165284498883, "S22": -48.674165284498883, "W31": -70.0, "S31": -70.880671109808375, "W32": -90.604991065237854, "S32": -95.604991065237854 }, "geometry": { "type": "Point", "coordinates": [ 100550.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77659399072959112, "S11": 0.77659399072959112, "W12": -10.0, "S12": -12.368014925084243, "W13": -19.334087944587125, "S13": -22.334087944587125, "W21": -39.951676949911203, "S21": -44.316056045163386, "W22": -75.749102409818292, "S22": -87.810056362946028, "W31": -105.92405918894642, "S31": -105.92405918894642, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100551.0, 501373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.333161052080028, "W13": -19.632235256685689, "S13": -19.632235256685689, "W21": -30.0, "S21": -44.622194654336305, "W22": -60.072990351816415, "S22": -60.966535985627523, "W31": -92.175900692969094, "S31": -92.175900692969094, "W32": -101.34131813926192, "S32": -106.34131813926192 }, "geometry": { "type": "Point", "coordinates": [ 100551.0, 502622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.582478976139718, "S11": 1.582478976139718, "W12": -6.5542582573727204, "S12": -8.9585576329116119, "W13": -23.057917478784507, "S13": -23.057917478784507, "W21": -39.734728634171802, "S21": -39.734728634171802, "W22": -46.837017412585531, "S22": -66.357234597192445, "W31": -80.0, "S31": -80.152744297205373, "W32": -93.620281030162872, "S32": -98.620281030162872 }, "geometry": { "type": "Point", "coordinates": [ 100551.25, 505126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7496928929392226, "S12": -9.7496928929392226, "W13": -20.0, "S13": -20.0, "W21": -38.468358408395972, "S21": -41.075907524971498, "W22": -45.478582039247421, "S22": -55.584429760107966, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100551.833333333328483, 496820.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28473239640421799, "S11": 0.28473239640421799, "W12": -9.6445672575599577, "S12": -9.6445672575599577, "W13": -18.361589127391508, "S13": -18.991547384910504, "W21": -46.670358707858981, "S21": -55.323295775751156, "W22": -57.10890707057429, "S22": -65.534100238148326, "W31": -88.623278620910895, "S31": -88.623278620910895, "W32": -98.372739651876785, "S32": -103.37273965187678 }, "geometry": { "type": "Point", "coordinates": [ 100552.0, 498032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5751427959518112, "S11": 1.5751427959518112, "W12": -7.0335749934287515, "S12": -8.4166359146771867, "W13": -20.0, "S13": -20.0, "W21": -41.483300718676794, "S21": -41.483300718676794, "W22": -51.687061444067545, "S22": -61.687061444067545, "W31": -80.0, "S31": -80.0, "W32": -97.061135730712664, "S32": -102.06113573071266 }, "geometry": { "type": "Point", "coordinates": [ 100554.6, 504101.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48775680249967712, "S11": 0.48775680249967712, "W12": -10.048606413101735, "S12": -10.048606413101735, "W13": -20.630386561182906, "S13": -20.630386561182906, "W21": -41.780749230606006, "S21": -51.666631504943098, "W22": -51.666631504943098, "S22": -52.763384958222971, "W31": -84.973349710722474, "S31": -84.973349710722474, "W32": -96.724524076147816, "S32": -101.72452407614782 }, "geometry": { "type": "Point", "coordinates": [ 100555.333333333328483, 497419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076693365208174935, "S11": -0.076693365208174935, "W12": -5.0, "S12": -10.511791951225614, "W13": -19.663404802403299, "S13": -20.065112718308082, "W21": -40.389606608076612, "S21": -44.853907197256291, "W22": -56.042174304264968, "S22": -70.241676935971526, "W31": -86.689259539714101, "S31": -86.689259539714101, "W32": -99.302135359471563, "S32": -104.30213535947156 }, "geometry": { "type": "Point", "coordinates": [ 100557.5, 503116.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9898470948015228, "S11": 2.9898470948015228, "W12": -10.018043917289466, "S12": -10.018043917289466, "W13": -19.606311736134522, "S13": -22.830666815550309, "W21": -60.86556565306757, "S21": -73.12949661390688, "W22": -80.960176542941738, "S22": -104.23752008597459, "W31": -108.80611438183324, "S31": -108.80611438183324, "W32": -108.80611438183324, "S32": -111.14053451510266 }, "geometry": { "type": "Point", "coordinates": [ 100557.666666666671517, 499724.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100558.139534883724991, 511983.465116279083304 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5344338604765868, "S11": 1.5344338604765868, "W12": -10.742495286895151, "S12": -10.742495286895151, "W13": -17.776901987662782, "S13": -18.892388076565883, "W21": -54.533464208637781, "S21": -72.863372153753986, "W22": -80.0282005004307, "S22": -80.256133234948152, "W31": -102.15008410428933, "S31": -102.15008410428933, "W32": -102.25365514506376, "S32": -107.25365514506376 }, "geometry": { "type": "Point", "coordinates": [ 100559.0, 499163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3276439003188312, "S12": -8.3276439003188312, "W13": -20.0, "S13": -20.0, "W21": -39.801321477854067, "S21": -42.171385160947409, "W22": -46.406074359740821, "S22": -56.515897654619337, "W31": -82.114340702724036, "S31": -82.114340702724036, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100560.470588235300966, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5873572946351275, "S11": 1.5873572946351275, "W12": -6.556978285403547, "S12": -8.4896289623329686, "W13": -23.078858543730746, "S13": -23.078858543730746, "W21": -39.492505524889154, "S21": -39.492505524889154, "W22": -46.795396796700267, "S22": -67.586654431081371, "W31": -80.0, "S31": -80.160272814959839, "W32": -92.792594198708684, "S32": -97.792594198708684 }, "geometry": { "type": "Point", "coordinates": [ 100561.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90172412437121641, "S11": 0.90172412437121641, "W12": -5.4800142872292996, "S12": -8.7629690042276245, "W13": -21.826904939546715, "S13": -21.826904939546715, "W21": -37.950777084529449, "S21": -37.950777084529442, "W22": -47.051922472890915, "S22": -49.194685398733434, "W31": -80.0, "S31": -80.0, "W32": -90.415040123154739, "S32": -95.415040123154739 }, "geometry": { "type": "Point", "coordinates": [ 100561.818181818176527, 506287.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5625655678353005, "S11": 1.5625655678353005, "W12": -7.0458450625863618, "S12": -8.4759023752588298, "W13": -20.0, "S13": -20.027045560981961, "W21": -41.516168324721946, "S21": -41.516168324721946, "W22": -51.588196547845357, "S22": -61.588196547845357, "W31": -80.0, "S31": -80.0, "W32": -97.031689655057306, "S32": -102.03168965505731 }, "geometry": { "type": "Point", "coordinates": [ 100562.75, 504115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.536146618039801, "S21": -42.536146618039801, "W22": -42.536146618039801, "S22": -42.536146618039801, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100562.941176470587379, 511717.617647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5572007161285324, "S12": -8.5572007161285324, "W13": -20.0, "S13": -20.0, "W21": -39.753897804726655, "S21": -42.664575313155467, "W22": -46.225625288081048, "S22": -56.325990922152997, "W31": -81.925685123042513, "S31": -81.925685123042513, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100563.0, 496971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48413487827105839, "S11": 0.48413487827105839, "W12": -10.013469044157036, "S12": -10.013469044157036, "W13": -20.533731986709718, "S13": -20.533731986709718, "W21": -41.660981489061719, "S21": -51.590560821723116, "W22": -51.590560821723116, "S22": -52.610089820862989, "W31": -84.895219195707256, "S31": -84.895219195707256, "W32": -96.699328107502808, "S32": -101.69932810750281 }, "geometry": { "type": "Point", "coordinates": [ 100563.0, 497410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4021741096460289, "S11": 0.4021741096460289, "W12": -9.7068080694294814, "S12": -9.7068080694294814, "W13": -19.935511176291104, "S13": -19.935511176291104, "W21": -43.738506854058933, "S21": -50.100116446858848, "W22": -52.811395520916598, "S22": -55.584184305660258, "W31": -86.557491787581839, "S31": -86.557491787581839, "W32": -97.465347248508436, "S32": -102.46534724850844 }, "geometry": { "type": "Point", "coordinates": [ 100563.0, 497690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.327665364842094, "S12": -8.327665364842094, "W13": -20.0, "S13": -20.0, "W21": -39.79425661714123, "S21": -42.197477613264105, "W22": -46.360336520011394, "S22": -56.462229457210526, "W31": -82.105704697986582, "S31": -82.105704697986582, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100564.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41055085282254411, "S11": 0.41055085282254411, "W12": -9.7073276920494873, "S12": -9.7073276920494873, "W13": -20.148267400113745, "S13": -20.148267400113745, "W21": -43.528001836568734, "S21": -50.24968441806363, "W22": -52.494450439830473, "S22": -54.854992493923632, "W31": -86.405852810414132, "S31": -86.405852810414132, "W32": -97.397663980965774, "S32": -102.39766398096577 }, "geometry": { "type": "Point", "coordinates": [ 100564.0, 497665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90833883485573608, "S11": 0.90833883485573608, "W12": -7.2244686220535197, "S12": -7.2244686220535197, "W13": -20.0, "S13": -21.327833260963992, "W21": -42.958133161526931, "S21": -42.958133161526931, "W22": -53.259880804754793, "S22": -63.259880804754793, "W31": -80.0, "S31": -80.0, "W32": -97.893805762655646, "S32": -102.89380576265565 }, "geometry": { "type": "Point", "coordinates": [ 100564.6, 503736.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42034857604887255, "S11": 0.42034857604887255, "W12": -9.7178097796468084, "S12": -9.7178097796468084, "W13": -20.490328290002719, "S13": -20.490328290002719, "W21": -43.317496819078528, "S21": -50.399252389268412, "W22": -52.177505358744341, "S22": -54.125800682186998, "W31": -86.254213833246425, "S31": -86.254213833246425, "W32": -97.329980713423097, "S32": -102.3299807134231 }, "geometry": { "type": "Point", "coordinates": [ 100565.0, 497640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.661233858689995, "S12": -10.661233858689995, "W13": -17.798724821739128, "S13": -19.557503203574754, "W21": -54.903793307544341, "S21": -64.404183173360678, "W22": -78.368860055607044, "S22": -89.445764869330006, "W31": -104.09274810765348, "S31": -104.09274810765348, "W32": -104.09274810765348, "S32": -108.21628293395514 }, "geometry": { "type": "Point", "coordinates": [ 100565.0, 499328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30696195558651962, "S11": -0.30696195558651962, "W12": -5.0, "S12": -12.551049550192774, "W13": -19.640381210803266, "S13": -19.951367235647986, "W21": -34.791638229914554, "S21": -41.137245940332448, "W22": -56.510963203496019, "S22": -73.832391774924588, "W31": -88.124543635232712, "S31": -88.124543635232712, "W32": -99.569276424781407, "S32": -104.56927642478141 }, "geometry": { "type": "Point", "coordinates": [ 100567.75, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38024761698048365, "S11": 0.38024761698048365, "W12": -9.6646023367295868, "S12": -9.6646023367295868, "W13": -19.713203870116832, "S13": -19.713203870116832, "W21": -44.054702612698648, "S21": -49.492291790615454, "W22": -53.272618565531459, "S22": -56.803422479396495, "W31": -86.802597144696179, "S31": -86.802597144696179, "W32": -97.583860559851459, "S32": -102.58386055985146 }, "geometry": { "type": "Point", "coordinates": [ 100568.0, 497734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2896581566421474, "S11": 4.2896581566421474, "W12": -10.077331044669016, "S12": -10.077331044669016, "W13": -19.166058298446298, "S13": -22.095519443313584, "W21": -59.61166156796493, "S21": -73.254336320598185, "W22": -80.340915997395271, "S22": -102.97784344266165, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100569.0, 499635.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.344793154361231, "S13": -24.433018037469253, "W21": -61.509375065302045, "S21": -62.036135433646571, "W22": -84.673522361660275, "S22": -87.977617119068285, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100569.0, 500432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8982161060144895, "S11": 1.8982161060144895, "W12": -9.8665716614284271, "S12": -9.8665716614284271, "W13": -19.98383932926675, "S13": -23.586051246972662, "W21": -61.736985101873948, "S21": -71.461089968176452, "W22": -82.128749611368931, "S22": -106.26434603336658, "W31": -109.8012130565628, "S31": -109.8012130565628, "W32": -109.8012130565628, "S32": -112.20503339586539 }, "geometry": { "type": "Point", "coordinates": [ 100569.333333333328483, 499813.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4437342833193632, "S11": 2.4437342833193632, "W12": -10.123958833253345, "S12": -10.123958833253345, "W13": -17.759291947826085, "S13": -19.09580457974166, "W21": -54.355909273469038, "S21": -70.176035659820243, "W22": -79.145673603504932, "S22": -81.670652334486476, "W31": -102.69519974768711, "S31": -102.69519974768711, "W32": -102.69519974768711, "S32": -107.54319283353121 }, "geometry": { "type": "Point", "coordinates": [ 100570.0, 499211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36430128239911508, "S11": 0.36430128239911508, "W12": -9.6395481404240737, "S12": -9.6395481404240737, "W13": -19.538589290576933, "S13": -19.538589290576933, "W21": -44.315319506680893, "S21": -49.077740389862292, "W22": -53.671063204561221, "S22": -57.808060953278414, "W31": -87.006821520481935, "S31": -87.006821520481935, "W32": -97.680083154587095, "S32": -102.68008315458709 }, "geometry": { "type": "Point", "coordinates": [ 100570.333333333328483, 497769.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27677650907343015, "S11": 0.27677650907343015, "W12": -9.5451660956353219, "S12": -9.5451660956353219, "W13": -18.278922705152979, "S13": -18.768160087236989, "W21": -46.195768360853236, "S21": -53.931179908986849, "W22": -56.452040260321212, "S22": -64.433961396813828, "W31": -88.372551017078109, "S31": -88.372551017078109, "W32": -98.285172036911931, "S32": -103.28517203691193 }, "geometry": { "type": "Point", "coordinates": [ 100570.857142857144936, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48647251436258876, "S11": 0.48647251436258876, "W12": -11.909721612957652, "S12": -11.909721612957652, "W13": -18.02064427690199, "S13": -19.253139057695311, "W21": -54.873565129737969, "S21": -75.844191518724628, "W22": -80.0, "S22": -82.146113324778824, "W31": -101.44853448275862, "S31": -101.44853448275862, "W32": -101.93555775317448, "S32": -106.93555775317448 }, "geometry": { "type": "Point", "coordinates": [ 100571.0, 499106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.074463840399003001, "S11": -0.074463840399003001, "W12": -8.5176824262862478, "S12": -16.263191713975864, "W13": -19.534833882684062, "S13": -19.874440353419342, "W21": -31.117943380923066, "S21": -56.117943380923066, "W22": -64.296484176159808, "S22": -73.923225624504965, "W31": -95.684365930483651, "S31": -95.684365930483651, "W32": -103.56401003311768, "S32": -108.56401003311768 }, "geometry": { "type": "Point", "coordinates": [ 100571.0, 502312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5655220780456627, "S11": 1.5655220780456627, "W12": -7.0549018300363757, "S12": -8.4592321208452681, "W13": -20.0, "S13": -19.999999999999996, "W21": -41.515397075175201, "S21": -41.515397075175201, "W22": -51.43440067349259, "S22": -61.43440067349259, "W31": -80.0, "S31": -80.0, "W32": -96.97642044221827, "S32": -101.97642044221827 }, "geometry": { "type": "Point", "coordinates": [ 100571.8, 504139.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48743132404634809, "S11": 0.48743132404634809, "W12": -9.4295050953047479, "S12": -9.4295050953047479, "W13": -20.0, "S13": -20.0, "W21": -40.84231591394915, "S21": -47.92178119430563, "W22": -48.354192594169092, "S22": -53.551895660668741, "W31": -84.102211665758119, "S31": -84.102211665758119, "W32": -96.356737672224909, "S32": -101.35673767222491 }, "geometry": { "type": "Point", "coordinates": [ 100572.0, 497289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8553548706366385, "S12": -9.8553548706366385, "W13": -20.0, "S13": -20.0, "W21": -38.906878534637592, "S21": -41.449678630317372, "W22": -45.446906371273144, "S22": -55.504582160418039, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100572.5, 496807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13780730179304382, "S11": 0.13780730179304382, "W12": -15.108151802938121, "S12": -15.108151802938121, "W13": -18.482250408306111, "S13": -21.478832234863752, "W21": -52.115092220909801, "S21": -69.047277432576749, "W22": -69.047277432576749, "S22": -81.650271473696861, "W31": -93.779750888634297, "S31": -93.779750888634297, "W32": -99.758363559913874, "S32": -104.75836355991387 }, "geometry": { "type": "Point", "coordinates": [ 100572.5, 498576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34835494781775317, "S11": 0.34835494781775317, "W12": -9.611546750086875, "S12": -9.611546750086875, "W13": -19.363974711037255, "S13": -19.363974711037255, "W21": -44.575936400662577, "S21": -48.663188989108882, "W22": -54.069507843590088, "S22": -58.812699427158542, "W31": -87.211045896267294, "S31": -87.211045896267294, "W32": -97.776305749322518, "S32": -102.77630574932252 }, "geometry": { "type": "Point", "coordinates": [ 100572.666666666671517, 497805.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12200538782530546, "S11": 0.12200538782530546, "W12": -5.0, "S12": -6.7061809965105121, "W13": -21.283965504025531, "S13": -21.283965504025531, "W21": -39.46377815444221, "S21": -40.740508391844813, "W22": -47.121775764555679, "S22": -47.121775764555679, "W31": -80.0, "S31": -80.350358851576317, "W32": -90.356178389588194, "S32": -95.356178389588194 }, "geometry": { "type": "Point", "coordinates": [ 100573.0, 506840.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43355506500506952, "S11": 0.43355506500506952, "W12": -9.7069309976536893, "S12": -9.7069309976536893, "W13": -20.479165617282838, "S13": -20.479165617282838, "W21": -42.939832918938059, "S21": -50.277220417566092, "W22": -51.589951638789884, "S22": -53.039540818763449, "W31": -85.99826620941441, "S31": -85.99826620941441, "W32": -97.225121217037085, "S32": -102.22512121703708 }, "geometry": { "type": "Point", "coordinates": [ 100573.5, 497601.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5947594297596048, "S11": 1.5947594297596048, "W12": -6.5642688904502755, "S12": -7.923889957994886, "W13": -23.115152103748052, "S13": -23.115152103748052, "W21": -39.386819756576088, "S21": -39.386819756576088, "W22": -46.739636780465354, "S22": -68.578886169838455, "W31": -80.0, "S31": -80.168533519991641, "W32": -92.023771135869438, "S32": -97.023771135869438 }, "geometry": { "type": "Point", "coordinates": [ 100573.615384615390212, 505214.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47634682983986454, "S11": 0.47634682983986454, "W12": -9.9093601023671205, "S12": -9.9093601023671205, "W13": -20.539334639768867, "S13": -20.539334639768867, "W21": -41.721926592986769, "S21": -51.721926592986769, "W22": -51.721926592986769, "S22": -52.110873738628818, "W31": -85.008196795299526, "S31": -85.008196795299526, "W32": -96.769316909294517, "S32": -101.76931690929452 }, "geometry": { "type": "Point", "coordinates": [ 100574.0, 497435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29555684895423578, "S11": 0.29555684895423578, "W12": -13.759532258754037, "S12": -13.759532258754037, "W13": -18.581649291151091, "S13": -20.085926293678309, "W21": -56.300487016984384, "S21": -77.011422718314464, "W22": -78.604939676922243, "S22": -84.045289724730409, "W31": -100.16382174001747, "S31": -100.16382174001747, "W32": -101.32493547723595, "S32": -106.32493547723595 }, "geometry": { "type": "Point", "coordinates": [ 100574.736842105266987, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33240861323638471, "S11": 0.33240861323638471, "W12": -9.5835453597497384, "S12": -9.5835453597497384, "W13": -19.189360131497356, "S13": -19.189360131497356, "W21": -44.836553294644823, "S21": -48.24863758835572, "W22": -54.467952482619857, "S22": -59.817337901040467, "W31": -87.415270272053064, "S31": -87.415270272053064, "W32": -97.872528344058097, "S32": -102.8725283440581 }, "geometry": { "type": "Point", "coordinates": [ 100575.0, 497841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31636166729972692, "S11": 0.31636166729972692, "W12": -9.5667049009384773, "S12": -9.5667049009384773, "W13": -18.990327660705322, "S13": -18.990327660705322, "W21": -45.169568304806681, "S21": -49.559953126907075, "W22": -54.982466146092833, "S22": -61.04083424647137, "W31": -87.667579504748318, "S31": -87.667579504748318, "W32": -97.985857041363488, "S32": -102.98585704136349 }, "geometry": { "type": "Point", "coordinates": [ 100575.0, 497883.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30031472136306908, "S11": 0.30031472136306908, "W12": -9.5498644421272161, "S12": -9.5498644421272161, "W13": -18.61123077402403, "S13": -18.61123077402403, "W21": -45.502583314968533, "S21": -51.021340464043831, "W22": -55.496979809565815, "S22": -62.264330591902286, "W31": -87.919888737443557, "S31": -87.919888737443557, "W32": -98.094592684241178, "S32": -103.09459268424118 }, "geometry": { "type": "Point", "coordinates": [ 100575.0, 497926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47599336023955202, "S11": 0.47599336023955202, "W12": -9.9092005601930691, "S12": -9.9092005601930691, "W13": -20.481193900475866, "S13": -20.481193900475866, "W21": -41.637558557329335, "S21": -51.33081090468491, "W22": -51.33081090468491, "S22": -52.134616393329516, "W31": -84.936449666260927, "S31": -84.936449666260927, "W32": -96.738521836506152, "S32": -101.73852183650615 }, "geometry": { "type": "Point", "coordinates": [ 100576.0, 497424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48084038536648865, "S11": 0.48084038536648865, "W12": -10.0, "S12": -10.0, "W13": -20.172413719612507, "S13": -20.172413719612507, "W21": -41.144085141219811, "S21": -49.173102169494172, "W22": -49.173102169494172, "S22": -52.844045584435847, "W31": -84.462425044778442, "S31": -84.462425044778442, "W32": -96.517357222844339, "S32": -101.51735722284434 }, "geometry": { "type": "Point", "coordinates": [ 100577.0, 497345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8111009174308923, "S11": 2.8111009174308923, "W12": -9.9039358187309023, "S12": -9.9039358187309023, "W13": -19.7766644246345, "S13": -23.175854276462719, "W21": -60.951686695971951, "S21": -72.880555438752396, "W22": -80.866229364682752, "S22": -104.46592021718823, "W31": -109.03099357313749, "S31": -109.03099357313749, "W32": -109.03099357313749, "S32": -111.40167477773876 }, "geometry": { "type": "Point", "coordinates": [ 100578.333333333328483, 499750.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41632489272773787, "S11": 0.41632489272773787, "W12": -9.6406777860835966, "S12": -9.6406777860835966, "W13": -20.370382577514608, "S13": -21.093911989279537, "W21": -43.101596232439888, "S21": -49.816784832300968, "W22": -51.816757445527081, "S22": -53.602692226915337, "W31": -86.129048086245476, "S31": -86.129048086245476, "W32": -97.291798097778695, "S32": -102.2917980977787 }, "geometry": { "type": "Point", "coordinates": [ 100578.666666666671517, 497626.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0255706069349646, "S12": -10.025570606934965, "W13": -20.0, "S13": -20.0, "W21": -40.976743293057545, "S21": -46.702194745480405, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -90.39976549772544, "S32": -95.39976549772544 }, "geometry": { "type": "Point", "coordinates": [ 100580.0, 508633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -7.6461988304094639, "W13": -20.03537134111286, "S13": -20.03537134111286, "W21": -39.993806997145178, "S21": -47.178314320349656, "W22": -48.609631395737267, "S22": -48.609631395737267, "W31": -70.0, "S31": -71.845093059394785, "W32": -90.359215645009613, "S32": -95.359215645009613 }, "geometry": { "type": "Point", "coordinates": [ 100580.666666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4343434343434343, "S11": 3.4343434343434343, "W12": -10.378968698341598, "S12": -10.378968698341598, "W13": -17.803593404347826, "S13": -19.361132579275871, "W21": -54.361008941594264, "S21": -67.67135376918047, "W22": -78.238689021821557, "S22": -83.822845086954217, "W31": -103.24031539108495, "S31": -103.24031539108495, "W32": -103.24031539108495, "S32": -107.83273052199864 }, "geometry": { "type": "Point", "coordinates": [ 100581.0, 499259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44676155396126649, "S11": 0.44676155396126649, "W12": -9.6960522156605684, "S12": -9.6960522156605684, "W13": -20.460582861650661, "S13": -20.460582861650661, "W21": -42.56216901879759, "S21": -50.155188445863772, "W22": -51.002397918835428, "S22": -52.056846852789647, "W31": -85.742318585582382, "S31": -85.742318585582382, "W32": -97.120261720651058, "S32": -102.12026172065106 }, "geometry": { "type": "Point", "coordinates": [ 100582.0, 497563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7947850847674935, "S12": -8.7947850847674935, "W13": -20.0, "S13": -20.0, "W21": -39.618391829592511, "S21": -42.441310562143734, "W22": -45.80072277632452, "S22": -55.849998398269918, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100584.0, 496941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -9.9375340281484164, "W13": -20.0, "S13": -20.0, "W21": -40.964494500253302, "S21": -46.53623123603289, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -90.368708978543424, "S32": -95.368708978543424 }, "geometry": { "type": "Point", "coordinates": [ 100584.0, 508651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.359904219939718, "S12": -10.359904219939718, "W13": -17.86114204347826, "S13": -19.847438813545416, "W21": -54.708869723296765, "S21": -62.19296668932607, "W22": -77.079647260370152, "S22": -90.592054863326851, "W31": -104.52140874684609, "S31": -104.52140874684609, "W32": -104.52140874684609, "S32": -108.46971218164155 }, "geometry": { "type": "Point", "coordinates": [ 100586.0, 499368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62176937795886056, "S11": 0.62176937795886056, "W12": -10.0, "S12": -15.895566529621309, "W13": -19.352920210050954, "S13": -20.921855804212601, "W21": -37.400051157816783, "S21": -42.879912961327342, "W22": -72.514943260365797, "S22": -72.514943260365797, "W31": -104.63079690107575, "S31": -104.63079690107575, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100586.0, 501667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6021615648840744, "S11": 1.6021615648840744, "W12": -6.5715594954969978, "S12": -7.3581509536575034, "W13": -23.151445663765323, "S13": -23.151445663765323, "W21": -39.374862810909072, "S21": -39.374862810909072, "W22": -46.683876764230511, "S22": -69.571117908594303, "W31": -80.0, "S31": -80.176794225023414, "W32": -91.254948073031258, "S32": -96.254948073031258 }, "geometry": { "type": "Point", "coordinates": [ 100586.230769230765873, 505260.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -1.865663922035927, "S11": -1.865663922035927, "W12": -9.8589510038085937, "S12": -9.8589510038085937, "W13": -21.433191315256277, "S13": -25.825118806407211, "W21": -64.059400617090404, "S21": -64.197276109409742, "W22": -86.685525398380435, "S22": -88.794200485464728, "W31": -112.77671315955929, "S31": -112.77671315955929, "W32": -112.77671315955929, "S32": -116.82227875604224 }, "geometry": { "type": "Point", "coordinates": [ 100587.571428571434808, 500143.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.937243815594341, "S12": -9.937243815594341, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.495586140107498, "W22": -45.608909267646226, "S22": -55.628914769510118, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100588.666666666671517, 496796.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5559013601395149, "S11": 1.5559013601395149, "W12": -7.076228666644, "S12": -8.8421126013572753, "W13": -20.0, "S13": -20.0, "W21": -41.547493431673608, "S21": -41.547493431673608, "W22": -51.181739902917627, "S22": -61.181739902917627, "W31": -80.0, "S31": -80.005335930863708, "W32": -96.891705153723848, "S32": -101.89170515372385 }, "geometry": { "type": "Point", "coordinates": [ 100589.0, 504178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47051458143470898, "S11": 0.47051458143470898, "W12": -9.8521742043556166, "S12": -9.8521742043556166, "W13": -20.260946208990482, "S13": -20.260946208990482, "W21": -41.345908946195479, "S21": -49.850249909099979, "W22": -49.850249909099979, "S22": -51.974616805396941, "W31": -84.720791669472987, "S31": -84.720791669472987, "W32": -96.657334826427771, "S32": -101.65733482642777 }, "geometry": { "type": "Point", "coordinates": [ 100589.5, 497395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4670941283687019, "S11": 0.4670941283687019, "W12": -9.7918572911783581, "S12": -9.7918572911783581, "W13": -20.431932837729434, "S13": -20.431932837729434, "W21": -41.624141538181654, "S21": -51.023881217446863, "W22": -51.023881217446863, "S22": -51.608402529330611, "W31": -84.992268418834371, "S31": -84.992268418834371, "W32": -96.786114221724517, "S32": -101.78611422172452 }, "geometry": { "type": "Point", "coordinates": [ 100590.0, 497441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2350314963574367, "S11": 1.2350314963574367, "W12": -7.1650256151247271, "S12": -7.8162237393427132, "W13": -20.0, "S13": -20.480575955884373, "W21": -42.255407700519932, "S21": -42.255407700519932, "W22": -51.983988381647123, "S22": -61.983988381647123, "W31": -80.0, "S31": -80.0, "W32": -97.308338905658402, "S32": -102.3083389056584 }, "geometry": { "type": "Point", "coordinates": [ 100591.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67030557213506126, "S11": -0.67030557213506126, "W12": -10.0, "S12": -10.0, "W13": -19.935858395560729, "S13": -23.818444306738915, "W21": -60.0, "S21": -60.721173515952991, "W22": -83.16498512505018, "S22": -87.93413774905973, "W31": -110.96068768964722, "S31": -110.96068768964722, "W32": -110.96068768964722, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100591.875, 500601.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9085820895522385, "S11": 3.9085820895522385, "W12": -10.633978563429851, "S12": -10.633978563429851, "W13": -17.847894860869566, "S13": -19.626460578810082, "W21": -54.36610860971949, "S21": -65.166671878540697, "W22": -77.331704440138168, "S22": -85.975037839421944, "W31": -103.78411738119124, "S31": -103.78411738119124, "W32": -103.78411738119124, "S32": -108.12226821046609 }, "geometry": { "type": "Point", "coordinates": [ 100592.0, 499307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5479130860869557, "S12": -9.5479130860869557, "W13": -21.219196551631878, "S13": -25.223165197356206, "W21": -63.284818097488554, "S21": -66.31387587739745, "W22": -85.575856385395596, "S22": -96.968316277319317, "W31": -111.97363817754896, "S31": -111.97363817754896, "W32": -111.97363817754896, "S32": -114.52992033930562 }, "geometry": { "type": "Point", "coordinates": [ 100592.0, 500007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -40.364836082367859, "S21": -50.364836082367859, "W22": -50.364836082367859, "S22": -50.364836082367859, "W31": -70.0, "S31": -70.618539328857054, "W32": -90.275337989556377, "S32": -95.275337989556377 }, "geometry": { "type": "Point", "coordinates": [ 100592.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37335600703312499, "S11": 0.37335600703312499, "W12": -9.5246235588773409, "S12": -9.5246235588773409, "W13": -19.85674268447524, "S13": -21.145489677360704, "W21": -43.475511768436697, "S21": -48.613325949097437, "W22": -52.334271157764398, "S22": -55.184389334536895, "W31": -86.437091592330773, "S31": -86.437091592330773, "W32": -97.451828619838139, "S32": -102.45182861983814 }, "geometry": { "type": "Point", "coordinates": [ 100593.0, 497686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3008445552784712, "S11": -0.3008445552784712, "W12": -7.4193530494974826, "S12": -14.477386219836212, "W13": -19.550938077647334, "S13": -20.114020604519457, "W21": -30.0, "S21": -49.852825081763839, "W22": -62.616857699531337, "S22": -62.616857699531337, "W31": -94.447904964239228, "S31": -94.447904964239228, "W32": -102.67269748333636, "S32": -107.67269748333636 }, "geometry": { "type": "Point", "coordinates": [ 100593.0, 502438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.900122324159021, "S11": 3.900122324159021, "W12": -9.9250349329651382, "S12": -9.9250349329651382, "W13": -19.434588213510583, "S13": -22.621276732858199, "W21": -60.0, "S21": -74.580273280013955, "W22": -80.251617104406336, "S22": -103.45543289060275, "W31": -108.12802663344834, "S31": -108.12802663344834, "W32": -108.12802663344834, "S32": -110.47717468246231 }, "geometry": { "type": "Point", "coordinates": [ 100594.0, 499679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5120376461175278, "S11": 1.5120376461175278, "W12": -5.671031915812474, "S12": -8.2250608191924055, "W13": -22.374905791376804, "S13": -22.374905791376804, "W21": -38.5839607673446, "S21": -38.5839607673446, "W22": -46.815225985295882, "S22": -46.815225985295882, "W31": -76.029218662765842, "S31": -76.248372805738768, "W32": -90.141118508204755, "S32": -95.141118508204755 }, "geometry": { "type": "Point", "coordinates": [ 100594.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.92076151691181, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100594.176470588237862, 512401.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45920453066007028, "S11": 0.45920453066007028, "W12": -9.6647221212312484, "S12": -9.6647221212312484, "W13": -20.408146928839628, "S13": -20.408146928839628, "W21": -42.080964665507139, "S21": -49.873399634226274, "W22": -50.247636534021403, "S22": -50.937558585459612, "W31": -85.421411098620538, "S31": -85.421411098620538, "W32": -96.992014996665404, "S32": -101.9920149966654 }, "geometry": { "type": "Point", "coordinates": [ 100595.0, 497516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -8.1045293868763721, "W13": -25.0, "S13": -25.0, "W21": -40.892917410364682, "S21": -40.892917410364682, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100596.238095238091773, 509311.476190476212651 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27670018221738635, "S11": -0.27670018221738635, "W12": -5.0, "S12": -10.980532152886857, "W13": -19.597594549516284, "S13": -20.114364735851687, "W21": -40.229731934967063, "S21": -45.137494222799269, "W22": -55.961333806314293, "S22": -70.815744931911865, "W31": -87.30217432458015, "S31": -87.30217432458015, "W32": -99.363692398755205, "S32": -104.36369239875521 }, "geometry": { "type": "Point", "coordinates": [ 100597.0, 503092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6095637000085516, "S11": 1.6095637000085516, "W12": -6.5788501005437263, "S12": -6.5884861631184819, "W13": -23.187739223782625, "S13": -23.187739223782625, "W21": -39.362905865242055, "S21": -39.362905865242055, "W22": -46.628116747995598, "S22": -70.513250892375339, "W31": -80.0, "S31": -80.185054930055216, "W32": -90.486125010191998, "S32": -95.486125010191998 }, "geometry": { "type": "Point", "coordinates": [ 100598.846153846156085, 505306.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46102655904179141, "S11": 0.46102655904179141, "W12": -9.7101517552923493, "S12": -9.7101517552923493, "W13": -20.419564716825292, "S13": -20.419564716825292, "W21": -41.646654841497252, "S21": -50.736977793543765, "W22": -50.736977793543765, "S22": -51.232765589609308, "W31": -85.058259390902776, "S31": -85.058259390902776, "W32": -96.830907054871219, "S32": -101.83090705487122 }, "geometry": { "type": "Point", "coordinates": [ 100599.0, 497457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.632354740061162, "S11": 2.632354740061162, "W12": -9.7898277201723456, "S12": -9.7898277201723456, "W13": -19.887713004396346, "S13": -23.461737628636833, "W21": -60.882770739007796, "S21": -72.476577263731571, "W22": -81.23536479699959, "S22": -105.15740295897722, "W31": -109.25396933184881, "S31": -109.25396933184881, "W32": -109.25396933184881, "S32": -111.66281504037411 }, "geometry": { "type": "Point", "coordinates": [ 100599.0, 499777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37627118644067781, "S11": -0.37627118644067781, "W12": -9.5239326760673713, "S12": -9.5239326760673713, "W13": -21.180838828492458, "S13": -25.094032107462585, "W21": -63.074450781021902, "S21": -66.299576650118041, "W22": -85.369765565015001, "S22": -97.981679188093707, "W31": -111.85879862864199, "S31": -111.85879862864199, "W32": -111.85879862864199, "S32": -114.41831380332236 }, "geometry": { "type": "Point", "coordinates": [ 100600.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0779735545193967, "S11": 1.0779735545193967, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.633434952387475, "S13": -23.049839088094796, "W21": -52.041376041172889, "S21": -54.086657492394934, "W22": -79.744270978818335, "S22": -93.179700523179292, "W31": -108.72210124466113, "S31": -108.72210124466113, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100600.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42497437266877458, "S11": -0.42497437266877458, "W12": -10.165555211945838, "S12": -18.946125515231408, "W13": -19.429889437758995, "S13": -20.380320845568917, "W21": -34.112335442790496, "S21": -53.505530485654617, "W22": -68.558126064137895, "S22": -81.988972616008283, "W31": -99.671491515632226, "S31": -99.671491515632226, "W32": -107.34896771056471, "S32": -112.34896771056471 }, "geometry": { "type": "Point", "coordinates": [ 100600.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053682642782862167, "S11": 0.053682642782862167, "W12": -4.9999999999999991, "S12": -9.4828622658913986, "W13": -21.293630057081231, "S13": -21.293630057081231, "W21": -39.891456755860382, "S21": -41.248707360013256, "W22": -47.016541454073085, "S22": -47.016541454073085, "W31": -80.0, "S31": -80.777066051467756, "W32": -90.148651142165122, "S32": -95.148651142165122 }, "geometry": { "type": "Point", "coordinates": [ 100600.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.0701754385964914, "W13": -20.170437300810512, "S13": -20.170437300810512, "W21": -39.795489382337166, "S21": -47.943443351272023, "W22": -48.568946987604953, "S22": -48.568946987604953, "W31": -70.0, "S31": -72.453098201525094, "W32": -90.204270271387529, "S32": -95.204270271387529 }, "geometry": { "type": "Point", "coordinates": [ 100600.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39056066783315835, "S11": 0.39056066783315835, "W12": -9.4846188552889181, "S12": -9.4846188552889181, "W13": -20.083637995138016, "S13": -21.933877437889841, "W21": -43.034772022071422, "S21": -48.55031946777212, "W22": -51.652436753388521, "S22": -53.772561311914203, "W31": -86.135120557966701, "S31": -86.135120557966701, "W32": -97.326085345606174, "S32": -102.32608534560617 }, "geometry": { "type": "Point", "coordinates": [ 100601.555555555562023, 497639.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45793321182137736, "S11": 0.45793321182137736, "W12": -9.6635454976976209, "S12": -9.6635454976976209, "W13": -20.405564431078059, "S13": -20.405564431078059, "W21": -41.750352481011504, "S21": -50.194944041658559, "W22": -50.194944041658559, "S22": -50.992151201884909, "W31": -85.173264490899513, "S31": -85.173264490899513, "W32": -96.888642549433115, "S32": -101.88864254943311 }, "geometry": { "type": "Point", "coordinates": [ 100602.0, 497478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34291778959491426, "S11": 0.34291778959491426, "W12": -9.4516136552973116, "S12": -9.4516136552973116, "W13": -19.59609182505088, "S13": -20.100768848135846, "W21": -43.779761175999951, "S21": -47.708082710409428, "W22": -52.78493926049665, "S22": -56.496911180780508, "W31": -86.695318996868622, "S31": -86.695318996868622, "W32": -97.582974338638579, "S32": -102.58297433863858 }, "geometry": { "type": "Point", "coordinates": [ 100602.833333333328483, 497734.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.555844855449811, "S11": 4.555844855449811, "W12": -10.37245658596192, "S12": -10.37245658596192, "W13": -17.892196317391306, "S13": -19.891788578344297, "W21": -54.371208277844715, "S21": -62.661989987900924, "W22": -76.424719858454793, "S22": -88.407550254035982, "W31": -104.30038605271571, "S31": -104.30038605271571, "W32": -104.30038605271571, "S32": -108.41180589893352 }, "geometry": { "type": "Point", "coordinates": [ 100603.0, 499355.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8511391725210532, "S11": 0.8511391725210532, "W12": -5.2401570603975287, "S12": -6.7197768308249568, "W13": -21.880677717229243, "S13": -21.880677717229243, "W21": -37.462887774750008, "S21": -37.873480845077992, "W22": -46.883318401564139, "S22": -56.883318401564139, "W31": -80.0, "S31": -80.0, "W32": -90.096575853406009, "S32": -95.096575853406009 }, "geometry": { "type": "Point", "coordinates": [ 100603.0, 506496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0323694534064529, "S12": -9.0323694534064529, "W13": -20.0, "S13": -20.0, "W21": -39.116777073060341, "S21": -41.851937029733975, "W22": -45.375820264567999, "S22": -55.35891361140763, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100605.0, 496911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6143869681977128, "S11": 1.6143869681977128, "W12": -6.5836971015337165, "S12": -6.729811256689727, "W13": -23.21152599582004, "S13": -23.21152599582004, "W21": -39.354989617893217, "S21": -39.354989617893217, "W22": -46.59200855730986, "S22": -71.102729724531216, "W31": -80.0, "S31": -80.190341259833914, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100607.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9032591129464915, "S11": 4.9032591129464915, "W12": -10.195587517079275, "S12": -10.195587517079275, "W13": -18.03461009902432, "S13": -20.228917742132658, "W21": -54.791295679040182, "S21": -60.566822191856367, "W22": -75.816435906797523, "S22": -91.389813712552368, "W31": -104.83562245764091, "S31": -104.83562245764091, "W32": -104.83562245764091, "S32": -108.69080631140528 }, "geometry": { "type": "Point", "coordinates": [ 100607.5, 499402.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -31.57, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100607.558139534885413, 511980.860465116275009 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38255425645237884, "S11": 0.38255425645237884, "W12": -9.4438706526320253, "S12": -9.4438706526320253, "W13": -20.0, "S13": -21.914905051952815, "W21": -43.027614678542108, "S21": -48.182235466600503, "W22": -51.62356702617781, "S22": -53.86175402610921, "W31": -86.145360669408419, "S31": -86.145360669408419, "W32": -97.339624001874583, "S32": -102.33962400187458 }, "geometry": { "type": "Point", "coordinates": [ 100608.0, 497645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.285319682184184, "S12": -10.285319682184184, "W13": -17.855338173913044, "S13": -19.455258225080296, "W21": -53.847105079586534, "S21": -68.135163547821193, "W22": -77.150139017608893, "S22": -80.730456766852114, "W31": -102.98117182763221, "S31": -102.98117182763221, "W32": -102.98117182763221, "S32": -107.77349646470603 }, "geometry": { "type": "Point", "coordinates": [ 100608.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74450977525913242, "S11": 0.74450977525913242, "W12": -7.3163898467900648, "S12": -7.3163898467900648, "W13": -20.0, "S13": -21.749891445940047, "W21": -43.346710340077387, "S21": -43.346710340077387, "W22": -52.978854314789125, "S22": -62.978854314789125, "W31": -80.0, "S31": -80.0, "W32": -97.863915477193189, "S32": -102.86391547719319 }, "geometry": { "type": "Point", "coordinates": [ 100608.4, 503751.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3323973096365591, "S11": 1.3323973096365591, "W12": -7.157934150907943, "S12": -8.7859590334087052, "W13": -20.0, "S13": -20.553094691677543, "W21": -42.052159136208672, "S21": -42.052159136208672, "W22": -51.446209406257296, "S22": -61.446209406257296, "W31": -80.0, "S31": -80.0, "W32": -97.078514570192937, "S32": -102.07851457019294 }, "geometry": { "type": "Point", "coordinates": [ 100608.625, 504097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3754303684588045, "S12": -8.3754303684588045, "W13": -20.0, "S13": -20.0, "W21": -39.69541539692483, "S21": -42.486266515935036, "W22": -45.746626590386896, "S22": -55.746626590386896, "W31": -81.957843959731548, "S31": -81.957843959731548, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100609.0, 496994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.858584416202579, "W13": -19.573507168412718, "S13": -19.920584904908861, "W21": -30.0, "S21": -38.362229883124527, "W22": -57.042601947815214, "S22": -75.958434986519123, "W31": -89.308759499148124, "S31": -89.308759499148124, "W32": -99.740650454445827, "S32": -104.74065045444583 }, "geometry": { "type": "Point", "coordinates": [ 100609.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3279404684819127, "S12": -8.3279404684819127, "W13": -20.0, "S13": -20.0, "W21": -39.703708652338193, "S21": -42.498747926953584, "W22": -45.774129874144734, "S22": -55.660863393410366, "W31": -81.995019903934718, "S31": -81.995019903934718, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100609.235294117650483, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3336799184505197, "S11": 3.3336799184505197, "W12": -9.8022533730800561, "S12": -9.8022533730800561, "W13": -19.727920969721872, "S13": -23.166565570510684, "W21": -60.244892431605514, "S21": -73.547243860114563, "W22": -80.329324940308297, "S22": -104.03554704076183, "W31": -108.67324771532198, "S31": -108.67324771532198, "W32": -108.67324771532198, "S32": -111.07385172224969 }, "geometry": { "type": "Point", "coordinates": [ 100609.333333333328483, 499731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.196917954272851, "S11": 1.196917954272851, "W12": -5.5954771228936613, "S12": -9.2005168524490308, "W13": -22.147559956883224, "S13": -22.147559956883224, "W21": -37.942529219188458, "S21": -37.942529219188458, "W22": -46.801551576996921, "S22": -49.434361626700635, "W31": -82.03673580098372, "S31": -82.03673580098372, "W32": -90.030378020468063, "S32": -95.030378020468063 }, "geometry": { "type": "Point", "coordinates": [ 100609.909090909088263, 506301.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090473104342190511, "S11": 0.090473104342190511, "W12": -15.103591037245883, "S12": -15.103591037245883, "W13": -18.390461364279648, "S13": -21.276310517926227, "W21": -52.065786076733097, "S21": -68.091822221608467, "W22": -68.091822221608467, "S22": -81.686513077397777, "W31": -93.699994124731944, "S31": -93.699994124731944, "W32": -99.782854943828099, "S32": -104.7828549438281 }, "geometry": { "type": "Point", "coordinates": [ 100610.0, 498590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40776532863317311, "S11": 0.40776532863317311, "W12": -9.4648600944155774, "S12": -9.4648600944155774, "W13": -20.080032478939522, "S13": -22.465326596586507, "W21": -42.594032275706738, "S21": -48.48731298644708, "W22": -50.970602349013546, "S22": -52.360733289293321, "W31": -85.833149523603026, "S31": -85.833149523603026, "W32": -97.200342071374379, "S32": -102.20034207137438 }, "geometry": { "type": "Point", "coordinates": [ 100610.111111111109494, 497593.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3279512007435432, "S12": -8.3279512007435432, "W13": -20.0, "S13": -20.0, "W21": -39.700176221981778, "S21": -42.489898414540015, "W22": -45.751260954280013, "S22": -55.615853253769984, "W31": -81.990701901566013, "S31": -81.990701901566013, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100611.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6169658351330209, "S11": 1.6169658351330209, "W12": -6.5861407055904486, "S12": -6.8086034955025045, "W13": -23.224032783799892, "S13": -23.224032783799892, "W21": -39.350948919575039, "S21": -39.350948919575039, "W22": -46.572356731760756, "S22": -71.434455406287739, "W31": -80.0, "S31": -80.193315635087004, "W32": -89.970313026098395, "S32": -94.970313026098395 }, "geometry": { "type": "Point", "coordinates": [ 100611.461538461531745, 505352.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 5.00110113841653, "S11": 5.00110113841653, "W12": -10.121890949442463, "S12": -10.121890949442463, "W13": -18.285633815799084, "S13": -20.674656841062987, "W21": -55.572043894495273, "S21": -59.392367427139533, "W22": -75.645094099842694, "S22": -94.809019315775771, "W31": -105.37085886256679, "S31": -105.37085886256679, "W32": -105.37085886256679, "S32": -108.96980672387738 }, "geometry": { "type": "Point", "coordinates": [ 100612.0, 499449.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.471268060901679, "S21": -42.471268060901679, "W22": -42.471268060901679, "S22": -42.471268060901679, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100612.176470588237862, 511716.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31403027233646202, "S11": 0.31403027233646202, "W12": -9.3786037517171792, "S12": -9.3786037517171792, "W13": -19.335440965626194, "S13": -19.597828494475259, "W21": -44.082943591501703, "S21": -46.801772479658354, "W22": -53.235607363229391, "S22": -57.809433027025655, "W31": -86.953546401406754, "S31": -86.953546401406754, "W32": -97.714120057439203, "S32": -102.7141200574392 }, "geometry": { "type": "Point", "coordinates": [ 100612.666666666671517, 497783.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.428545696021011, "W22": -45.858173001340113, "S22": -55.507961846515833, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100613.375, 496780.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55399471350613905, "S11": -0.55399471350613905, "W12": -10.0, "S12": -10.0, "W13": -19.941303007467287, "S13": -23.828134197110643, "W21": -60.0, "S21": -60.240506568139331, "W22": -83.216076179094529, "S22": -86.670501990448045, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100615.0, 500591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.596089771050503, "W13": -19.570205303503855, "S13": -20.006084573690188, "W21": -35.398688951980567, "S21": -42.320138281418053, "W22": -56.314680333489576, "S22": -73.688240742007608, "W31": -88.514794669659523, "S31": -88.514794669659523, "W32": -99.575330069860826, "S32": -104.57533006986083 }, "geometry": { "type": "Point", "coordinates": [ 100615.0625, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38079788569269885, "S11": 0.38079788569269885, "W12": -5.0000000000000009, "S12": -6.3460747834673379, "W13": -21.566192606954818, "S13": -21.566192606954818, "W21": -39.137197047713414, "S21": -40.105820434287359, "W22": -46.900113442758538, "S22": -46.900113442758538, "W31": -80.0, "S31": -80.225311214547034, "W32": -90.015014826548239, "S32": -95.015014826548239 }, "geometry": { "type": "Point", "coordinates": [ 100615.666666666671517, 506854.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23915762042152824, "S11": 0.23915762042152824, "W12": -13.2463850528026, "S12": -13.2463850528026, "W13": -18.386360520904731, "S13": -20.155410625288866, "W21": -56.013278650917357, "S21": -76.498561677374724, "W22": -76.498561677374724, "S22": -82.221351116342703, "W31": -100.0, "S31": -100.0, "W32": -101.32092110910592, "S32": -106.32092110910592 }, "geometry": { "type": "Point", "coordinates": [ 100616.0, 498992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5098734803622389, "S11": 0.5098734803622389, "W12": -10.32265467959621, "S12": -18.993865796019513, "W13": -19.389707387830079, "S13": -20.354355838886228, "W21": -35.244291528401092, "S21": -49.780426206142849, "W22": -70.0, "S22": -85.21465598870148, "W31": -101.51416094054743, "S31": -101.51416094054743, "W32": -109.16102663845558, "S32": -114.16102663845558 }, "geometry": { "type": "Point", "coordinates": [ 100616.0, 501895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.048194381805718, "S12": -10.048194381805718, "W13": -18.536657532573546, "S13": -21.120395939992797, "W21": -56.35279210994932, "S21": -58.488944726707743, "W22": -76.347191242307758, "S22": -98.690545580730458, "W31": -105.90609526749198, "S31": -105.90609526749198, "W32": -105.90609526749198, "S32": -109.24880713634914 }, "geometry": { "type": "Point", "coordinates": [ 100616.5, 499497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3021262002741292, "S11": 2.3021262002741292, "W12": -9.6768346471653839, "S12": -9.6768346471653839, "W13": -19.999141631542521, "S13": -23.772161565451576, "W21": -60.924715537275866, "S21": -71.814945885740073, "W22": -81.774207090539534, "S22": -106.09181352412486, "W31": -109.59849282903244, "S31": -109.59849282903244, "W32": -109.59849282903244, "S32": -112.04952608639542 }, "geometry": { "type": "Point", "coordinates": [ 100616.666666666671517, 499812.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4795980772434132, "S11": 1.4795980772434132, "W12": -7.1270447998272308, "S12": -9.3436392904782224, "W13": -20.0, "S13": -20.0, "W21": -41.733134744511332, "S21": -41.733134744511332, "W22": -50.932188123124625, "S22": -60.932188123124625, "W31": -80.0, "S31": -80.009151629463219, "W32": -96.836098263548536, "S32": -101.83609826354854 }, "geometry": { "type": "Point", "coordinates": [ 100616.75, 504204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2262253591001826, "S11": 0.2262253591001826, "W12": -9.2624162073588927, "S12": -9.2624162073588927, "W13": -18.099741800546653, "S13": -18.807528169516434, "W21": -45.913983094834428, "S21": -53.763761771754773, "W22": -55.772245263148733, "S22": -63.982599918191013, "W31": -88.21928627026125, "S31": -88.21928627026125, "W32": -98.270802400497402, "S32": -103.2708024004974 }, "geometry": { "type": "Point", "coordinates": [ 100618.428571428565192, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42496998943320652, "S11": 0.42496998943320652, "W12": -9.4631472319080405, "S12": -9.4631472319080405, "W13": -20.076426962740975, "S13": -22.22706633002549, "W21": -42.153292529341456, "S21": -48.424306505121756, "W22": -50.288767944637662, "S22": -51.002996611905019, "W31": -85.531178489238954, "S31": -85.531178489238954, "W32": -97.074598797142414, "S32": -102.07459879714241 }, "geometry": { "type": "Point", "coordinates": [ 100618.666666666671517, 497547.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0342935528121115, "S11": 4.0342935528121115, "W12": -9.8146790259877079, "S12": -9.8146790259877079, "W13": -19.508824826309564, "S13": -22.812089403646752, "W21": -59.360964655340617, "S21": -74.321066793865555, "W22": -79.826776137819522, "S22": -103.3702987383548, "W31": -108.09252609879508, "S31": -108.09252609879508, "W32": -108.09252609879508, "S32": -110.4909647002257 }, "geometry": { "type": "Point", "coordinates": [ 100619.666666666671517, 499685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -10.102216323783784, "S12": -10.102216323783784, "W13": -18.244300349272834, "S13": -20.622450333283066, "W21": -55.249988584996125, "S21": -59.708244755878191, "W22": -75.063357220824827, "S22": -93.149520002077367, "W31": -105.21312182377389, "S31": -105.21312182377389, "W32": -105.21312182377389, "S32": -108.91618705306833 }, "geometry": { "type": "Point", "coordinates": [ 100620.0, 499439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.8978872841128069, "S12": -9.8978872841128069, "W13": -19.139118594679474, "S13": -22.172481242584816, "W21": -58.388201451988493, "S21": -64.973788856106381, "W22": -78.421527217502728, "S22": -101.5236385195692, "W31": -107.24880270743995, "S31": -107.24880270743995, "W32": -107.24880270743995, "S32": -109.84002675704106 }, "geometry": { "type": "Point", "coordinates": [ 100620.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.9744978141689735, "S12": -9.9744978141689735, "W13": -18.787681249348008, "S13": -21.566135038922607, "W21": -57.133540325403359, "S21": -57.585522026275932, "W22": -77.049288384772808, "S22": -99.738465643926787, "W31": -106.44133167241718, "S31": -106.44133167241718, "W32": -106.44133167241718, "S32": -109.49218984916308 }, "geometry": { "type": "Point", "coordinates": [ 100621.0, 499544.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40775594542911042, "S11": 0.40775594542911042, "W12": -9.406004543235353, "S12": -9.406004543235353, "W13": -19.992872397370171, "S13": -22.992872397370171, "W21": -42.352130925560601, "S21": -48.033998997122453, "W22": -50.576072967970504, "S22": -51.713750466988294, "W31": -85.684687580935119, "S31": -85.684687580935119, "W32": -97.149101461814382, "S32": -102.14910146181438 }, "geometry": { "type": "Point", "coordinates": [ 100622.0, 497575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28514275507804726, "S11": 0.28514275507804726, "W12": -9.30458811261731, "S12": -9.30458811261731, "W13": -19.074790106201831, "S13": -19.464312831963102, "W21": -44.386126007003114, "S21": -47.257511581548961, "W22": -53.686275465961636, "S22": -59.12195487326926, "W31": -87.211773805944603, "S31": -87.211773805944603, "W32": -97.84102620952639, "S32": -102.84102620952639 }, "geometry": { "type": "Point", "coordinates": [ 100622.5, 497832.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24648246274588195, "S11": 0.24648246274588195, "W12": -12.803514099911554, "S12": -12.803514099911554, "W13": -18.303932037083769, "S13": -20.093677669431894, "W21": -55.838965858580977, "S21": -76.309086536017432, "W22": -76.309086536017432, "S22": -81.746133933842174, "W31": -100.06628539865751, "S31": -100.06628539865751, "W32": -101.37410316429384, "S32": -106.37410316429384 }, "geometry": { "type": "Point", "coordinates": [ 100622.631578947373782, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45327236036974078, "S11": 0.45327236036974078, "W12": -9.6467736266504467, "S12": -9.6467736266504467, "W13": -19.953413616705443, "S13": -19.953413616705443, "W21": -40.911068661784952, "S21": -47.187779468882241, "W22": -48.320248963168055, "S22": -51.205195440334364, "W31": -84.46823362822353, "S31": -84.46823362822353, "W32": -96.590145576707727, "S32": -101.59014557670773 }, "geometry": { "type": "Point", "coordinates": [ 100623.666666666671517, 497371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6243679702574982, "S11": 1.6243679702574982, "W12": -6.593431310637178, "S12": -7.028720827886799, "W13": -23.260326343817198, "S13": -23.260326343817198, "W21": -39.338991973908016, "S21": -39.338991973908016, "W22": -46.516596715525843, "S22": -71.51659671552585, "W31": -80.0, "S31": -80.201576340118791, "W32": -89.88952546030329, "S32": -94.88952546030329 }, "geometry": { "type": "Point", "coordinates": [ 100624.076923076921958, 505398.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.395807531497653, "W22": -45.979675173620109, "S22": -55.366202639797883, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100625.5, 496773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.9008012465321613, "S12": -9.9008012465321613, "W13": -19.038704966122772, "S13": -22.011874137852939, "W21": -57.914288540858458, "S21": -61.590989186803348, "W22": -77.751385527238966, "S22": -100.78638570712457, "W31": -106.97656807734307, "S31": -106.97656807734307, "W32": -106.97656807734307, "S32": -109.72699167404531 }, "geometry": { "type": "Point", "coordinates": [ 100625.5, 499591.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4097645353041228, "S11": 1.4097645353041228, "W12": -5.6222812552257349, "S12": -9.1404969124963724, "W13": -22.337882522456102, "S13": -22.337882522456102, "W21": -38.120575868722334, "S21": -38.120575868722334, "W22": -46.700558033023974, "S22": -46.700558033023974, "W31": -80.151909785376461, "S31": -80.151909785376461, "W32": -89.897560838120143, "S32": -94.897560838120143 }, "geometry": { "type": "Point", "coordinates": [ 100626.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8692168690707129, "S11": -1.8692168690707129, "W12": -10.0, "S12": -10.0, "W13": -21.2107312832076, "S13": -25.517617478638257, "W21": -63.168458814411707, "S21": -63.431604893446661, "W22": -85.982384516029754, "S22": -89.35291960399519, "W31": -112.53419969467591, "S31": -112.53419969467591, "W32": -112.53419969467591, "S32": -115.75652885402127 }, "geometry": { "type": "Point", "coordinates": [ 100627.0, 500192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44217465023322128, "S11": 0.44217465023322128, "W12": -9.4614343694005338, "S12": -9.4614343694005338, "W13": -20.072821446542481, "S13": -20.842033263134386, "W21": -41.712552782976765, "S21": -49.21262420895885, "W22": -49.646335385545868, "S22": -50.099493582601674, "W31": -85.229207454875279, "S31": -85.229207454875279, "W32": -96.948855522910605, "S32": -101.94885552291061 }, "geometry": { "type": "Point", "coordinates": [ 100627.222222222218988, 497501.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37639588707641275, "S11": 0.37639588707641275, "W12": -9.3292453505757287, "S12": -9.3292453505757287, "W13": -19.924145800367501, "S13": -22.109134539682429, "W21": -42.724329542167993, "S21": -47.341596216151714, "W22": -51.115721315611793, "S22": -53.133768997913016, "W31": -85.970459828296768, "S31": -85.970459828296768, "W32": -97.286938901806749, "S32": -102.28693890180675 }, "geometry": { "type": "Point", "coordinates": [ 100627.583333333328483, 497626.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.932529182907487, "S13": -25.161719357743912, "W21": -62.393723587108227, "S21": -62.871356722918286, "W22": -85.907235721723509, "S22": -88.060915679073602, "W31": -112.53667777774379, "S31": -112.53667777774379, "W32": -112.53667777774379, "S32": -115.01497002042564 }, "geometry": { "type": "Point", "coordinates": [ 100628.0, 500272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6062421939360654, "S11": -1.6062421939360654, "W12": -9.9086337228068615, "S12": -9.9086337228068615, "W13": -21.321754239283436, "S13": -25.658607183614642, "W21": -63.269315126083661, "S21": -63.44455312627062, "W22": -85.981983603671353, "S22": -90.489620734090551, "W31": -112.38340617404523, "S31": -112.38340617404523, "W32": -112.38340617404523, "S32": -116.08416587022721 }, "geometry": { "type": "Point", "coordinates": [ 100628.428571428565192, 500159.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3174633978352972, "S12": -9.3174633978352972, "W13": -20.0, "S13": -20.0, "W21": -38.52376551943231, "S21": -41.157230560851708, "W22": -44.767173806604504, "S22": -54.204118053883924, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100629.0, 496875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7345679012345672, "S11": 4.7345679012345672, "W12": -9.8271046788954166, "S12": -9.8271046788954166, "W13": -19.289728682897234, "S13": -22.457613236782748, "W21": -58.683834048640911, "S21": -67.38795150794509, "W22": -78.453482669704016, "S22": -101.8343057703209, "W31": -107.51180448226826, "S31": -107.51180448226826, "W32": -107.51180448226826, "S32": -109.96179349892722 }, "geometry": { "type": "Point", "coordinates": [ 100630.0, 499639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.729440789473685, "W13": -20.380459046331811, "S13": -20.380459046331811, "W21": -39.487114039483693, "S21": -48.417303604410321, "W22": -48.505684486597474, "S22": -48.505684486597474, "W31": -70.0, "S31": -73.398519990419771, "W32": -89.963336894085018, "S32": -94.963336894085018 }, "geometry": { "type": "Point", "coordinates": [ 100630.0625, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5769569591292143, "S11": 0.5769569591292143, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -21.742702237834184, "S13": -21.742702237834184, "W21": -38.625299165451878, "S21": -39.3607494709916, "W22": -46.804881148474003, "S22": -48.858776909463536, "W31": -80.0, "S31": -80.0, "W32": -89.888691090228889, "S32": -94.888691090228889 }, "geometry": { "type": "Point", "coordinates": [ 100631.0, 506793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6141975308641978, "S11": 3.6141975308641978, "W12": -9.7192386327614564, "S12": -9.7192386327614564, "W13": -19.730232861365213, "S13": -23.225515880233139, "W21": -59.635743576868357, "S21": -73.708356735279239, "W22": -80.0, "S22": -103.93015185102161, "W31": -108.4980102080187, "S31": -108.4980102080187, "W32": -108.4980102080187, "S32": -110.93655256233889 }, "geometry": { "type": "Point", "coordinates": [ 100632.0, 499724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2562552378196325, "S11": 0.2562552378196325, "W12": -9.2267917970108115, "S12": -9.2267917970108115, "W13": -18.814139246777469, "S13": -19.309847643637767, "W21": -44.689308422504517, "S21": -49.001909015687374, "W22": -54.136943568693887, "S22": -60.43447671951288, "W31": -87.470001210482451, "S31": -87.470001210482451, "W32": -97.962995295044408, "S32": -102.96299529504441 }, "geometry": { "type": "Point", "coordinates": [ 100632.333333333328483, 497881.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68813098949214835, "S11": 0.68813098949214835, "W12": -7.3594861316314768, "S12": -7.3594861316314768, "W13": -20.0, "S13": -21.903920279678516, "W21": -43.487108695975337, "S21": -43.487108695975337, "W22": -52.712192094951938, "S22": -62.712192094951938, "W31": -80.0, "S31": -80.0, "W32": -97.793926703434735, "S32": -102.79392670343474 }, "geometry": { "type": "Point", "coordinates": [ 100634.0, 503784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.997216720783392, "S12": -9.997216720783392, "W13": -18.465072848005178, "S13": -21.041240100963286, "W21": -55.692205835349981, "S21": -59.124814475853292, "W22": -75.091990571559649, "S22": -95.721356585693343, "W31": -105.59592517059296, "S31": -105.59592517059296, "W32": -105.59592517059296, "S32": -109.13863977639552 }, "geometry": { "type": "Point", "coordinates": [ 100635.0, 499477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21659703274215511, "S11": -0.21659703274215511, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.914749606083443, "S13": -23.757211722785563, "W21": -60.0, "S21": -60.02779353468123, "W22": -82.903326166438617, "S22": -85.853844455812322, "W31": -111.37018080309464, "S31": -111.37018080309464, "W32": -111.37018080309464, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100635.0, 500623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6875827703603328, "S11": 1.6875827703603328, "W12": -6.7962541025399705, "S12": -8.7338880920157056, "W13": -23.771053218069092, "S13": -23.771053218069092, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -46.368909980849828, "S22": -59.68472842652865, "W31": -80.0, "S31": -80.131591370036347, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100635.0, 505012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44084515905046995, "S11": 0.44084515905046995, "W12": -9.4597215068930005, "S12": -9.4597215068930005, "W13": -20.06921593034394, "S13": -20.227389968104511, "W21": -41.324242102656513, "S21": -48.909892808987443, "W22": -49.03284955949416, "S22": -50.194920975048532, "W31": -84.927236420511221, "S31": -84.927236420511221, "W32": -96.82311224867864, "S32": -101.82311224867864 }, "geometry": { "type": "Point", "coordinates": [ 100635.777777777781012, 497454.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6317701053819831, "S11": 1.6317701053819831, "W12": -6.5923407739931825, "S12": -7.2404570185801527, "W13": -23.296619903834568, "S13": -23.296619903834568, "W21": -39.32703502824095, "S21": -39.32703502824095, "W22": -46.460836699290923, "S22": -71.460836699290923, "W31": -80.0, "S31": -80.209837045150579, "W32": -89.808737894508411, "S32": -94.808737894508411 }, "geometry": { "type": "Point", "coordinates": [ 100636.69230769231217, 505444.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.8247639092361929, "S12": -9.8247639092361929, "W13": -19.188421874159165, "S13": -22.299095043330894, "W21": -58.184786082827266, "S21": -63.773451807494205, "W22": -77.699998418046917, "S22": -101.02727099436679, "W31": -107.22559324462866, "S31": -107.22559324462866, "W32": -107.22559324462866, "S32": -109.84395426877504 }, "geometry": { "type": "Point", "coordinates": [ 100637.0, 499617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3011479896893521, "S11": -2.3011479896893521, "W12": -10.0, "S12": -10.0, "W13": -20.996217176678364, "S13": -25.237660917963357, "W21": -62.505644529916239, "S21": -62.923293321689513, "W22": -85.77076218517567, "S22": -88.735982870380084, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100637.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61502923807795729, "S11": 0.61502923807795729, "W12": -10.328184978318854, "S12": -18.756069001044303, "W13": -19.359615175729751, "S13": -19.687218535052335, "W21": -35.865915426645934, "S21": -47.918000361714498, "W22": -70.649317075396027, "S22": -94.035425021278655, "W31": -102.59538647316785, "S31": -102.59538647316785, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100637.0, 501843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -11.418201723071064, "W13": -19.530766213989011, "S13": -20.120983605293357, "W21": -40.087036924049471, "S21": -45.843910715355278, "W22": -55.869941352381936, "S22": -71.328437658335872, "W31": -87.898017686670102, "S31": -87.898017686670102, "W32": -99.421142050341189, "S32": -104.42114205034119 }, "geometry": { "type": "Point", "coordinates": [ 100637.0, 503069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12144576063532786, "S11": 0.12144576063532786, "W12": -6.2477622437408522, "S12": -6.2477622437408522, "W13": -20.0, "S13": -21.659753514120855, "W21": -43.551155465724854, "S21": -45.513474654138143, "W22": -54.142459238237883, "S22": -64.142459238237876, "W31": -80.905850227845434, "S31": -80.905850227845434, "W32": -98.545667660969727, "S32": -103.54566766096973 }, "geometry": { "type": "Point", "coordinates": [ 100641.0, 503454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22736772056118032, "S11": 0.22736772056118032, "W12": -9.1489954814042047, "S12": -9.1489954814042047, "W13": -18.553488387352786, "S13": -19.125119593026586, "W21": -44.992490838006269, "S21": -50.79809672530201, "W22": -54.587611671426629, "S22": -61.746998565758027, "W31": -87.728228615020598, "S31": -87.728228615020598, "W32": -98.084964380562553, "S32": -103.08496438056255 }, "geometry": { "type": "Point", "coordinates": [ 100642.166666666671517, 497930.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.540409191191775, "S11": 1.540409191191775, "W12": -9.4964685515315317, "S12": -9.4964685515315317, "W13": -20.423271818878952, "S13": -24.471882792875437, "W21": -61.087991454459974, "S21": -69.90213674335952, "W22": -82.678926106127932, "S22": -107.67892610612793, "W31": -110.23100768357347, "S31": -110.23100768357347, "W32": -110.23100768357347, "S32": -112.75860457040588 }, "geometry": { "type": "Point", "coordinates": [ 100643.0, 499876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45744687548528745, "S11": -0.45744687548528745, "W12": -5.0, "S12": -10.72897329715836, "W13": -19.541056525298099, "S13": -20.203013047037231, "W21": -40.45413917931316, "S21": -45.45413917931316, "W22": -55.663456864237283, "S22": -70.01663664114588, "W31": -87.485058279471019, "S31": -87.485058279471019, "W32": -99.330898199462155, "S32": -104.33089819946215 }, "geometry": { "type": "Point", "coordinates": [ 100643.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.926675720812163, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100643.235294117650483, 512399.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5651893288685015, "S11": 1.5651893288685015, "W12": -5.67230461131164, "S12": -8.3927692737698862, "W13": -22.720721222671749, "S13": -22.720721222671749, "W21": -38.5839607673446, "S21": -38.5839607673446, "W22": -46.554249427503912, "S22": -46.554249427503912, "W31": -74.543988621938325, "S31": -74.852288987735193, "W32": -89.744404922292944, "S32": -94.744404922292944 }, "geometry": { "type": "Point", "coordinates": [ 100643.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4371136570759015, "S11": 0.4371136570759015, "W12": -9.4178505496586613, "S12": -9.4178505496586613, "W13": -20.0, "S13": -20.07249770755449, "W21": -41.182062127620867, "S21": -48.017642569183778, "W22": -48.797630606038993, "S22": -50.046993337906549, "W31": -84.830165595401184, "S31": -84.830165595401184, "W32": -96.790226932713281, "S32": -101.79022693271328 }, "geometry": { "type": "Point", "coordinates": [ 100644.0, 497443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.874130995135669, "S12": -13.822587081680716, "W13": -25.0, "S13": -25.0, "W21": -40.865000905473927, "S21": -40.865000905473927, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100644.285714285710128, 509308.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43927613591980341, "S11": 0.43927613591980341, "W12": -9.4580086443854938, "S12": -9.4580086443854938, "W13": -19.942731581432387, "S13": -19.942731581432387, "W21": -40.968451054411098, "S21": -46.775183374295338, "W22": -48.419363733443269, "S22": -50.290348367495369, "W31": -84.625265386147532, "S31": -84.625265386147532, "W32": -96.695595371407293, "S32": -101.69559537140729 }, "geometry": { "type": "Point", "coordinates": [ 100644.333333333328483, 497408.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4032947943473135, "S11": 1.4032947943473135, "W12": -7.1778609330104617, "S12": -9.8451659795991677, "W13": -20.0, "S13": -20.0, "W21": -41.918776057349049, "S21": -41.918776057349049, "W22": -50.682636343331623, "S22": -60.682636343331623, "W31": -80.0, "S31": -80.012967328062715, "W32": -96.780491373373223, "S32": -101.78049137337322 }, "geometry": { "type": "Point", "coordinates": [ 100644.5, 504230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.335990754988828, "W22": -46.204624567885055, "S22": -55.133887701750794, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100646.5, 496758.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6674547843402692, "S11": 1.6674547843402692, "W12": -6.7092020249630258, "S12": -6.7092020249630258, "W13": -23.576335458464243, "S13": -23.576335458464243, "W21": -39.174277043133138, "S21": -39.174277043133138, "W22": -46.363414286288197, "S22": -69.515880515384239, "W31": -80.0, "S31": -80.176342510379811, "W32": -90.966903113596828, "S32": -95.966903113596828 }, "geometry": { "type": "Point", "coordinates": [ 100647.0, 505260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8574019422203047, "S12": -9.8574019422203047, "W13": -20.0, "S13": -20.0, "W21": -38.76069111906174, "S21": -41.213589354196891, "W22": -45.557216104920919, "S22": -54.496897874626548, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100648.8, 496806.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6391722405064448, "S11": 1.6391722405064448, "W12": -6.4930430356740985, "S12": -7.3539860075985839, "W13": -23.332913463851774, "S13": -23.332913463851774, "W21": -39.315078082573976, "S21": -39.315078082573976, "W22": -46.405076683056095, "S22": -71.405076683056095, "W31": -80.0, "S31": -80.21809775018238, "W32": -89.727950328713177, "S32": -94.727950328713177 }, "geometry": { "type": "Point", "coordinates": [ 100649.30769230768783, 505491.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26133368866779194, "S11": -0.26133368866779194, "W12": -9.4829953775351008, "S12": -9.4829953775351008, "W13": -21.220391028058778, "S13": -25.335801988429004, "W21": -62.193095357293082, "S21": -64.346535779254239, "W22": -84.883558219502518, "S22": -102.16230672136336, "W31": -111.62209017825934, "S31": -111.62209017825934, "W32": -111.62209017825934, "S32": -114.26198308909493 }, "geometry": { "type": "Point", "coordinates": [ 100650.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3239961886017322, "S11": 1.3239961886017322, "W12": -10.0, "S12": -10.0, "W13": -19.627611838048914, "S13": -23.026156359974404, "W21": -52.718561657750392, "S21": -53.810880679862393, "W22": -79.665029443105908, "S22": -88.838327736772854, "W31": -109.34159349003521, "S31": -109.34159349003521, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100650.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51607455091301979, "S11": 0.51607455091301979, "W12": -10.102380110887765, "S12": -18.483279085744037, "W13": -19.39091581524513, "S13": -21.335893493546823, "W21": -34.34572192727542, "S21": -53.412438935226383, "W22": -68.524655494130428, "S22": -86.533505051652554, "W31": -99.923661322195073, "S31": -99.923661322195073, "W32": -107.12555688433891, "S32": -112.12555688433891 }, "geometry": { "type": "Point", "coordinates": [ 100650.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38247273070779625, "S11": 0.38247273070779625, "W12": -5.0, "S12": -9.4154928847568993, "W13": -21.642938573540768, "S13": -21.642938573540768, "W21": -39.664465919212624, "S21": -40.630363990541142, "W22": -46.752928769434725, "S22": -46.752928769434725, "W31": -80.0, "S31": -80.84564063326772, "W32": -89.747930348314796, "S32": -94.747930348314796 }, "geometry": { "type": "Point", "coordinates": [ 100650.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -9.1666666666666679, "W13": -20.519745817270049, "S13": -20.519745817270049, "W21": -39.28259899921288, "S21": -48.316377308561236, "W22": -48.463728690711015, "S22": -48.463728690711015, "W31": -70.0, "S31": -73.800216878594711, "W32": -89.803549477537203, "S32": -94.803549477537203 }, "geometry": { "type": "Point", "coordinates": [ 100650.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4751107158265917, "S12": -9.4751107158265917, "W13": -20.0, "S13": -20.0, "W21": -38.130255497682015, "S21": -40.680890900205284, "W22": -44.909807641956775, "S22": -53.859908047502287, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100651.1, 496855.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19848020330276556, "S11": 0.19848020330276556, "W12": -9.0711991657977062, "S12": -9.0711991657977062, "W13": -18.132592507970795, "S13": -18.850371310023039, "W21": -45.476977957853478, "S21": -52.775589139260312, "W22": -55.038279774158873, "S22": -63.059520412001632, "W31": -87.986456019558432, "S31": -87.986456019558432, "W32": -98.206933466080585, "S32": -103.20693346608059 }, "geometry": { "type": "Point", "coordinates": [ 100652.0, 497979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58068071566256318, "S11": 0.58068071566256318, "W12": -7.4083110715266152, "S12": -7.4083110715266152, "W13": -20.0, "S13": -22.117071883855587, "W21": -43.735287518627764, "S21": -43.735287518627764, "W22": -52.697827824823122, "S22": -62.697827824823122, "W31": -80.0, "S31": -80.0, "W32": -97.834025191730575, "S32": -102.83402519173057 }, "geometry": { "type": "Point", "coordinates": [ 100652.2, 503767.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43770711278913288, "S11": 0.43770711278913288, "W12": -9.4562957818779569, "S12": -9.4562957818779569, "W13": -19.837298178512295, "S13": -19.837298178512295, "W21": -40.612660006165207, "S21": -45.183581888320781, "W22": -47.847484516974333, "S22": -50.445016079035348, "W31": -84.32329435178346, "S31": -84.32329435178346, "W32": -96.566193853427876, "S32": -101.56619385342788 }, "geometry": { "type": "Point", "coordinates": [ 100652.888888888890506, 497362.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6025573422641415, "S12": -9.6025573422641415, "W13": -20.0, "S13": -20.0, "W21": -37.930753965804278, "S21": -40.452697836352783, "W22": -45.129371599532824, "S22": -54.020166747252034, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100653.0, 496839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.036456038021170881, "S11": 0.036456038021170881, "W12": -15.096973957560468, "S12": -15.096973957560468, "W13": -18.285847721483158, "S13": -20.702606205018984, "W21": -51.989976273649241, "S21": -66.974064458139296, "W22": -67.312913297530244, "S22": -81.082593541224938, "W31": -93.581049322875359, "S31": -93.581049322875359, "W32": -99.805609457274798, "S32": -104.8056094572748 }, "geometry": { "type": "Point", "coordinates": [ 100653.25, 498604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0928194894324186, "S12": -9.0928194894324186, "W13": -20.0, "S13": -20.0, "W21": -38.669252398579658, "S21": -41.252379524851641, "W22": -44.634116069940006, "S22": -53.594635111325786, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100653.4, 496903.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.315981778011405, "W22": -46.269439631407089, "S22": -55.031589059113315, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100654.25, 496754.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1022290514378177, "S11": 1.1022290514378177, "W12": -7.2700232392295234, "S12": -8.9412172628029722, "W13": -20.0, "S13": -20.996479365714332, "W21": -42.588149947695399, "S21": -42.588149947695399, "W22": -51.304222264669235, "S22": -61.304222264669235, "W31": -80.0, "S31": -80.0, "W32": -97.125339485328567, "S32": -102.12533948532857 }, "geometry": { "type": "Point", "coordinates": [ 100654.5, 504079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7105282630387073, "S12": -8.7105282630387073, "W13": -20.0, "S13": -20.0, "W21": -39.208249299476513, "S21": -41.82386814949713, "W22": -44.926043805866691, "S22": -53.896981483092361, "W31": -81.577425894854656, "S31": -81.577425894854656, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100655.7, 496951.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.584913112982669, "S21": -42.584913112982669, "W22": -42.584913112982669, "S22": -42.584913112982669, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100656.976744186045835, 511978.255813953466713 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43603013930478068, "S11": 0.43603013930478068, "W12": -9.441373048945378, "S12": -9.441373048945378, "W13": -19.794779340754982, "S13": -19.794779340754982, "W21": -40.476228377374554, "S21": -44.525309028665411, "W22": -47.65192639062203, "S22": -50.481313544448149, "W31": -84.215675586974115, "S31": -84.215675586974115, "W32": -96.522956326987682, "S32": -101.52295632698768 }, "geometry": { "type": "Point", "coordinates": [ 100657.833333333328483, 497347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3282370366449925, "S12": -8.3282370366449925, "W13": -20.0, "S13": -20.0, "W21": -39.606095826822319, "S21": -42.254206400591563, "W22": -45.142185388548647, "S22": -54.123541701614208, "W31": -81.875699105145401, "S31": -81.875699105145401, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100658.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0030762583711384517, "S11": 0.0030762583711384517, "W12": -15.16101795518623, "S12": -15.16101795518623, "W13": -18.361652986130768, "S13": -21.328120796795286, "W21": -53.47820956432313, "S21": -70.0, "W22": -70.0, "S22": -84.483710913817916, "W31": -95.199532849617341, "S31": -95.199532849617341, "W32": -100.0967316655253, "S32": -105.0967316655253 }, "geometry": { "type": "Point", "coordinates": [ 100658.0, 498708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4921117841744862, "S11": 1.4921117841744862, "W12": -5.6834100566679924, "S12": -9.6105347987804066, "W13": -22.468214974219737, "S13": -22.468214974219737, "W21": -37.934281353847467, "S21": -37.934281353847467, "W22": -46.551180681102927, "S22": -51.076481669602025, "W31": -78.308563113859563, "S31": -78.308563113859563, "W32": -89.645715917781402, "S32": -94.645715917781402 }, "geometry": { "type": "Point", "coordinates": [ 100658.0, 506315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63959038355990672, "S11": 0.63959038355990672, "W12": -5.0, "S12": -6.5913338791977916, "W13": -21.848419709883945, "S13": -21.848419709883945, "W21": -38.810615940985109, "S21": -39.47113247673061, "W22": -46.678451120961476, "S22": -46.678451120961476, "W31": -80.0, "S31": -80.100263577518177, "W32": -89.673851263508396, "S32": -94.673851263508396 }, "geometry": { "type": "Point", "coordinates": [ 100658.333333333328483, 506868.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0000000000000009, "S11": 5.0000000000000009, "W12": -9.7127263172737948, "S12": -9.7127263172737948, "W13": -19.328458098530607, "S13": -22.594999512025971, "W21": -57.839771101573675, "S21": -63.832655639320947, "W22": -77.052346827393094, "S22": -100.762692456591, "W31": -107.36898261550165, "S31": -107.36898261550165, "W32": -107.36898261550165, "S32": -109.9239200730545 }, "geometry": { "type": "Point", "coordinates": [ 100659.0, 499637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47697899065897276, "S11": 0.47697899065897276, "W12": -7.9720642177865217, "S12": -7.9720642177865217, "W13": -19.361155675277107, "S13": -19.361155675277107, "W21": -39.667824251708424, "S21": -41.785181841926139, "W22": -45.345410827417446, "S22": -53.801326242569232, "W31": -82.190207624084977, "S31": -82.190207624084977, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100660.0, 497045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.092602961571924686, "S11": 0.092602961571924686, "W12": -9.5153972444700816, "S12": -17.345346040865319, "W13": -19.413734585257021, "S13": -21.084903782854404, "W21": -33.224364942012883, "S21": -57.45230611848347, "W22": -66.965063102139922, "S22": -79.39844192432848, "W31": -98.54608059347018, "S31": -98.54608059347018, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100660.0, 502116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7782014812796851, "S11": 1.7782014812796851, "W12": -7.0167591058127927, "S12": -8.8110959165430458, "W13": -20.0, "S13": -20.0, "W21": -40.476627800164742, "S21": -40.476627800164742, "W22": -49.209490035092152, "S22": -55.140761442900093, "W31": -80.0, "S31": -80.070016097808832, "W32": -95.80657748741389, "S32": -100.80657748741389 }, "geometry": { "type": "Point", "coordinates": [ 100660.0, 504656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.433762369691632, "S13": -24.512582491969869, "W21": -60.859512456920172, "S21": -61.663525890746662, "W22": -84.826932215232432, "S22": -86.72744850356824, "W31": -112.30653460167522, "S31": -112.30653460167522, "W32": -112.30653460167522, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100661.0, 500395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.406389503763521, "S21": -42.406389503763521, "W22": -42.406389503763521, "S22": -42.406389503763521, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100661.411764705888345, 511715.676470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4361380896584664, "S11": 0.4361380896584664, "W12": -9.3436677141847451, "S12": -9.3436677141847451, "W13": -19.731864775592349, "S13": -19.731864775592349, "W21": -40.256868957919792, "S21": -43.59994631573089, "W22": -47.348115603239698, "S22": -50.711720346743569, "W31": -84.021323317419785, "S31": -84.021323317419785, "W32": -96.436792335448629, "S32": -101.43679233544863 }, "geometry": { "type": "Point", "coordinates": [ 100661.444444444437977, 497316.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6465743756309299, "S11": 1.6465743756309299, "W12": -6.3937452973551085, "S12": -7.4675149966169432, "W13": -23.369207023869141, "S13": -23.369207023869141, "W21": -39.30312113690691, "S21": -39.30312113690691, "W22": -46.34931666682116, "S22": -70.982590671119013, "W31": -79.999999999999986, "S31": -80.226358455214154, "W32": -89.647162762918285, "S32": -94.647162762918285 }, "geometry": { "type": "Point", "coordinates": [ 100661.923076923078042, 505537.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41444830554404311, "S11": 0.41444830554404311, "W12": -7.6158913989280492, "S12": -7.6158913989280492, "W13": -19.517020371051984, "S13": -19.517020371051984, "W21": -39.72955267659453, "S21": -40.677957090552177, "W22": -45.548636266286252, "S22": -53.139304183397215, "W31": -82.548253240016948, "S31": -82.548253240016948, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100662.0, 497090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.64112999190823, "W13": -19.493059834871026, "S13": -20.053832350398977, "W21": -36.005739674046573, "S21": -43.503030622503651, "W22": -56.357801459993404, "S22": -73.697092348013101, "W31": -88.905045704086319, "S31": -88.905045704086319, "W32": -99.581383714940259, "S32": -104.58138371494026 }, "geometry": { "type": "Point", "coordinates": [ 100662.375, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41610662628181272, "S11": 0.41610662628181272, "W12": -9.2228301846527359, "S12": -9.2228301846527359, "W13": -19.867861652544388, "S13": -20.546625788844189, "W21": -41.388029618561795, "S21": -48.684980475353768, "W22": -49.119755494366991, "S22": -49.119755494366991, "W31": -85.07765951463584, "S31": -85.07765951463584, "W32": -96.929108311252918, "S32": -101.92910831125292 }, "geometry": { "type": "Point", "coordinates": [ 100663.0, 497495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -19.977348085222989, "S13": -23.904965789177727, "W21": -60.0, "S21": -61.118020963961023, "W22": -83.604637366819333, "S22": -83.828980686042172, "W31": -112.22811991896684, "S31": -112.22811991896684, "W32": -112.22811991896684, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100663.0, 500536.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37097773555289348, "S11": 0.37097773555289348, "W12": -7.7938468872736824, "S12": -7.7938468872736824, "W13": -19.224272913941874, "S13": -19.224272913941874, "W21": -39.791281101480635, "S21": -39.978074050704521, "W22": -45.816676827988331, "S22": -52.542097247058464, "W31": -82.843976325831335, "S31": -82.843976325831335, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100664.0, 497135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5238833617782959, "S11": 2.5238833617782959, "W12": -9.4870976329024685, "S12": -9.4870976329024685, "W13": -20.031325342056526, "S13": -23.975153292168454, "W21": -60.083760931510582, "S21": -71.808143573562845, "W22": -81.301711980111335, "S22": -106.1534309934533, "W31": -109.39577260150145, "S31": -109.39577260150145, "W32": -109.39577260150145, "S32": -111.9323721501743 }, "geometry": { "type": "Point", "coordinates": [ 100664.0, 499812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36655169565037793, "S11": 0.36655169565037793, "W12": -7.744804643987087, "S12": -7.744804643987087, "W13": -19.27446940019648, "S13": -19.27446940019648, "W21": -39.777593729441911, "S21": -39.777593729441911, "W22": -45.736863425364426, "S22": -52.600432244765159, "W31": -82.788178490771756, "S31": -82.788178490771756, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100665.0, 497127.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39211037217563716, "S11": 0.39211037217563716, "W12": -8.0390974634524781, "S12": -8.0390974634524781, "W13": -19.348605115425876, "S13": -19.348605115425876, "W21": -39.853009526366741, "S21": -40.682615770337627, "W22": -46.160700115160353, "S22": -52.020873036189656, "W31": -83.138540612101849, "S31": -83.138540612101849, "W32": -96.045558212276831, "S32": -101.04555821227683 }, "geometry": { "type": "Point", "coordinates": [ 100666.0, 497180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1756742091269195, "S11": 0.1756742091269195, "W12": -8.9796663190823782, "S12": -8.9796663190823782, "W13": -17.943389172179582, "S13": -18.869724528035199, "W21": -45.632197828815535, "S21": -53.596343634522647, "W22": -55.092450265976055, "S22": -63.531238439568071, "W31": -88.066021523444363, "S31": -88.066021523444363, "W32": -98.256432764082845, "S32": -103.25643276408285 }, "geometry": { "type": "Point", "coordinates": [ 100666.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15453034081462924, "S11": 0.15453034081462924, "W12": -6.9905486654981921, "S12": -13.983177404149906, "W13": -19.450923135819778, "S13": -20.889590421467744, "W21": -30.0, "S21": -50.936695831188885, "W22": -62.678132395846788, "S22": -69.029384776101665, "W31": -94.899836490439696, "S31": -94.899836490439696, "W32": -102.69488073445774, "S32": -107.69488073445774 }, "geometry": { "type": "Point", "coordinates": [ 100666.0, 502439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41324300879838077, "S11": 0.41324300879838077, "W12": -8.3529960278305069, "S12": -8.3529960278305069, "W13": -19.491149374087591, "S13": -19.491149374087591, "W21": -39.914737951252846, "S21": -41.387157489970726, "W22": -46.50472340233236, "S22": -51.499648825320833, "W31": -83.433104898372392, "S31": -83.433104898372392, "W32": -96.177983255197887, "S32": -101.17798325519789 }, "geometry": { "type": "Point", "coordinates": [ 100668.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.8098693021308261, "S12": -9.8098693021308261, "W13": -18.743671582764748, "S13": -21.606255529039132, "W21": -55.916624811652426, "S21": -58.676715123431009, "W22": -74.324426937497037, "S22": -97.324234020593451, "W31": -105.95898228478829, "S31": -105.95898228478829, "W32": -105.95898228478829, "S32": -109.3233022185584 }, "geometry": { "type": "Point", "coordinates": [ 100669.0, 499520.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6177220908295125, "S11": -1.6177220908295125, "W12": -9.9583164418049641, "S12": -9.9583164418049641, "W13": -21.210317163310773, "S13": -25.492095560822293, "W21": -62.425947733975725, "S21": -62.638548242030154, "W22": -85.278441808962057, "S22": -92.547899595229026, "W31": -111.99009918853078, "S31": -111.99009918853078, "W32": -111.99009918853078, "S32": -115.34605298441258 }, "geometry": { "type": "Point", "coordinates": [ 100669.285714285710128, 500174.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43437564542112439, "S11": 0.43437564542112439, "W12": -8.8198511648931941, "S12": -8.8198511648931941, "W13": -19.61708323200844, "S13": -19.61708323200844, "W21": -39.976466376138951, "S21": -42.091699209603831, "W22": -46.848746689504381, "S22": -50.978424614452031, "W31": -83.719352283055713, "S31": -83.719352283055713, "W32": -96.307390817469212, "S32": -101.30739081746921 }, "geometry": { "type": "Point", "coordinates": [ 100670.0, 497270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -19.851627046653419, "S13": -23.589587572012313, "W21": -59.999999999999993, "S21": -60.508052998510195, "W22": -82.165865337779564, "S22": -84.571840590140354, "W31": -111.34566641209688, "S31": -111.34566641209688, "W32": -111.34566641209688, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100670.0, 500701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19740807653752812, "S11": 0.19740807653752812, "W12": -13.323161624324088, "S12": -13.323161624324088, "W13": -18.026214783016446, "S13": -20.10142904518548, "W21": -55.377444700177548, "S21": -75.606750353720386, "W22": -75.606750353720386, "S22": -80.53996211334875, "W31": -99.737687433512804, "S31": -99.737687433512804, "W32": -101.42327085135173, "S32": -106.42327085135173 }, "geometry": { "type": "Point", "coordinates": [ 100670.526315789480577, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3269915114512119, "S11": 1.3269915114512119, "W12": -7.2286770661936943, "S12": -10.129059108238113, "W13": -20.0, "S13": -20.0, "W21": -42.104417370186766, "S21": -42.104417370186766, "W22": -50.433084563538628, "S22": -60.433084563538628, "W31": -80.0, "S31": -80.016783026662225, "W32": -96.724884483197897, "S32": -101.7248844831979 }, "geometry": { "type": "Point", "coordinates": [ 100672.25, 504256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.004126161157917474, "S11": 0.004126161157917474, "W12": -15.112035910372459, "S12": -15.112035910372459, "W13": -18.262448344183412, "S13": -20.807262215007363, "W21": -52.521344939433149, "S21": -67.521344939433149, "W22": -67.759247145739081, "S22": -81.770576419973722, "W31": -94.029800360657134, "S31": -94.029800360657134, "W32": -99.889190684816313, "S32": -104.88919068481631 }, "geometry": { "type": "Point", "coordinates": [ 100673.0, 498639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6539765107554074, "S11": 1.6539765107554074, "W12": -6.2944475590360103, "S12": -7.581043985635409, "W13": -23.40550058388645, "S13": -23.40550058388645, "W21": -39.231745136817914, "S21": -39.231745136817914, "W22": -46.293556650586254, "S22": -66.368469276271355, "W31": -80.0, "S31": -80.234619160245956, "W32": -89.566375197123165, "S32": -94.566375197123165 }, "geometry": { "type": "Point", "coordinates": [ 100674.538461538468255, 505583.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8757647703231282, "S12": -9.8757647703231282, "W13": -20.0, "S13": -20.0, "W21": -38.912240793243186, "S21": -41.321622704884902, "W22": -45.62480011502501, "S22": -54.018373803421838, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100674.75, 496804.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.037270994071911659, "S11": 0.037270994071911659, "W12": -15.281998812880248, "S12": -15.281998812880248, "W13": -18.487090291536937, "S13": -20.805952435957067, "W21": -56.529837787976739, "S21": -76.529837787976732, "W22": -76.529837787976732, "S22": -84.300166462270781, "W31": -98.306256210016215, "S31": -98.306256210016215, "W32": -100.9003566668591, "S32": -105.9003566668591 }, "geometry": { "type": "Point", "coordinates": [ 100675.0, 498909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7960895563993866, "S11": 1.7960895563993866, "W12": -7.105038253196323, "S12": -8.7904128636827075, "W13": -20.0, "S13": -20.0, "W21": -41.073075515597161, "S21": -41.073075515597161, "W22": -50.0, "S22": -60.0, "W31": -80.0, "S31": -80.054807255775501, "W32": -96.067556527115357, "S32": -101.06755652711536 }, "geometry": { "type": "Point", "coordinates": [ 100675.0, 504538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33646688142510622, "S11": 0.33646688142510622, "W12": -9.0304984538055848, "S12": -9.0304984538055848, "W13": -19.607587858053076, "S13": -21.727603725381822, "W21": -42.331717231078137, "S21": -45.656166025045096, "W22": -50.414685185695603, "S22": -52.66484576890889, "W31": -85.811871570347662, "S31": -85.811871570347662, "W32": -97.282079705834647, "S32": -102.28207970583465 }, "geometry": { "type": "Point", "coordinates": [ 100676.5, 497626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -11.855871293255271, "W13": -19.463937878461742, "S13": -20.127602474735035, "W21": -39.546285932679965, "S21": -46.722945085513537, "W22": -55.908958734788122, "S22": -71.971540221098422, "W31": -88.493861048760024, "S31": -88.493861048760024, "W32": -99.478591701927144, "S32": -104.47859170192714 }, "geometry": { "type": "Point", "coordinates": [ 100677.0, 503046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9999999999999982, "S11": 4.9999999999999982, "W12": -9.6221583678417542, "S12": -9.6221583678417542, "W13": -19.422282769717867, "S13": -22.803582737738335, "W21": -57.381974248927037, "S21": -63.121275823412304, "W22": -76.773519591978868, "S22": -100.78208767586639, "W31": -107.43113159084143, "S31": -107.43113159084143, "W32": -107.43113159084143, "S32": -109.96634552666127 }, "geometry": { "type": "Point", "coordinates": [ 100678.0, 499649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15810670572032637, "S11": 0.15810670572032637, "W12": -10.0, "S12": -10.0, "W13": -19.898786993902856, "S13": -23.703950950384755, "W21": -60.0, "S21": -61.017910173875421, "W22": -82.70018428716854, "S22": -83.701800549515212, "W31": -111.82625143988008, "S31": -111.82625143988008, "W32": -111.82625143988008, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100678.625, 500637.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34241396508728128, "S11": -0.34241396508728128, "W12": -5.0, "S12": -12.338399457697093, "W13": -19.447230826197671, "S13": -20.835144739686474, "W21": -31.14741695388734, "S21": -46.336898161320285, "W22": -60.0, "S22": -77.045354210201026, "W31": -93.197844943381938, "S31": -93.197844943381938, "W32": -101.27129242765116, "S32": -106.27129242765116 }, "geometry": { "type": "Point", "coordinates": [ 100679.0, 502639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -9.812682748537906, "W13": -20.725546751550763, "S13": -20.725546751550763, "W21": -38.9804210818222, "S21": -48.167255278957697, "W22": -48.401737577457681, "S22": -48.401737577457681, "W31": -70.0, "S31": -73.410964010702131, "W32": -89.567458143160422, "S32": -94.567458143160422 }, "geometry": { "type": "Point", "coordinates": [ 100679.458333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.375452010462263, "S12": -14.437392495185723, "W13": -30.0, "S13": -30.0, "W21": -40.945943505332238, "S21": -40.945943505332238, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100682.0, 509588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73398262071164733, "S11": -0.73398262071164733, "W12": -9.6684337217472702, "S12": -9.6684337217472702, "W13": -21.329134027514794, "S13": -24.860550633245033, "W21": -61.786328209536002, "S21": -61.786328209536002, "W22": -85.123838124647349, "S22": -100.8901704697345, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100683.0, 500068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82490098642429455, "S11": 0.82490098642429455, "W12": -10.348573703098843, "S12": -18.535436279611201, "W13": -19.300019849680723, "S13": -19.449569175737118, "W21": -36.961324433681398, "S21": -44.952853292873144, "W22": -71.773851232798265, "S22": -106.77385123279826, "W31": -106.77385123279826, "S31": -106.77385123279826, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100684.0, 501756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3688969239615385, "S11": -0.3688969239615385, "W12": -5.4235976476832217, "S12": -8.4669372038899482, "W13": -19.762385423549414, "S13": -20.784529359130694, "W21": -41.927203118583705, "S21": -45.380682509075946, "W22": -54.754110538076489, "S22": -64.754110538076489, "W31": -84.867287717418989, "S31": -84.867287717418989, "W32": -98.979307666888815, "S32": -103.97930766688881 }, "geometry": { "type": "Point", "coordinates": [ 100687.0, 503266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6613786458798767, "S11": 1.6613786458798767, "W12": -6.1951498207170355, "S12": -7.6945729746537355, "W13": -23.441794143903717, "S13": -23.441794143903717, "W21": -39.157671974349419, "S21": -39.157671974349419, "W22": -46.237796634351405, "S22": -62.1245824226609, "W31": -80.0, "S31": -80.242879865277743, "W32": -89.485587631328187, "S32": -94.485587631328187 }, "geometry": { "type": "Point", "coordinates": [ 100687.153846153843915, 505629.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1851588075917614, "S11": 1.1851588075917614, "W12": -7.2841156747587927, "S12": -10.284115674758795, "W13": -20.0, "S13": -20.807441557669218, "W21": -42.426762112726784, "S21": -42.426762112726784, "W22": -50.54769780559068, "S22": -60.54769780559068, "W31": -80.0, "S31": -80.007228157652463, "W32": -96.813218319422361, "S32": -101.81321831942236 }, "geometry": { "type": "Point", "coordinates": [ 100688.0, 504213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6526453815093873, "S11": 3.6526453815093873, "W12": -9.4681701178300042, "S12": -9.4681701178300042, "W13": -19.809051924416213, "S13": -23.573194872929164, "W21": -58.214913381872954, "S21": -73.214913381872961, "W22": -79.183479773939794, "S22": -103.8901972513365, "W31": -108.43465346752946, "S31": -108.43465346752946, "W32": -108.43465346752946, "S32": -110.98523499792982 }, "geometry": { "type": "Point", "coordinates": [ 100690.0, 499739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51454955215017417, "S11": 0.51454955215017417, "W12": -9.1746721984336528, "S12": -16.671554649062394, "W13": -19.390301413858591, "S13": -21.501443363920924, "W21": -33.157610080278459, "S21": -58.157610080278452, "W22": -66.608258600126632, "S22": -74.737991815488868, "W31": -98.443905972756497, "S31": -98.443905972756497, "W32": -104.79963805584283, "S32": -109.79963805584283 }, "geometry": { "type": "Point", "coordinates": [ 100691.0, 502137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23437096357530246, "S11": 0.23437096357530246, "W12": -7.2549530761209597, "S12": -13.865705564990996, "W13": -19.409710767050473, "S13": -21.165379802510959, "W21": -30.820860528002413, "S21": -55.820860528002413, "W22": -63.315272639181067, "S22": -68.256508537480443, "W31": -95.636074435780785, "S31": -95.636074435780785, "W32": -103.08355924150749, "S32": -108.08355924150749 }, "geometry": { "type": "Point", "coordinates": [ 100691.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41878791823981248, "S11": 0.41878791823981248, "W12": -9.235972471240208, "S12": -9.235972471240208, "W13": -19.636145064804467, "S13": -19.636145064804467, "W21": -40.04138809296402, "S21": -41.862838588447666, "W22": -46.983603818075807, "S22": -49.867076969923424, "W31": -83.963117545724657, "S31": -83.963117545724657, "W32": -96.455767077267652, "S32": -101.45576707726765 }, "geometry": { "type": "Point", "coordinates": [ 100692.0, 497323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.932589924712254, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100692.294117647063104, 512398.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0646140653795779, "S12": -9.8569968515931414, "W13": -25.0, "S13": -25.0, "W21": -40.837084400583201, "S21": -40.837084400583201, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100692.333333333328483, 509305.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13229714942029988, "S11": 0.13229714942029988, "W12": -8.8053840806395343, "S12": -8.8053840806395343, "W13": -17.834608220563048, "S13": -19.157049402441338, "W21": -45.925964665036929, "S21": -55.152780572340475, "W22": -55.193614454510261, "S22": -64.42495094338139, "W31": -88.216585416207963, "S31": -88.216585416207963, "W32": -98.350290726944181, "S32": -103.35029072694418 }, "geometry": { "type": "Point", "coordinates": [ 100692.666666666671517, 498039.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6183410116194747, "S11": 1.6183410116194747, "W12": -5.7429810997820541, "S12": -8.6298815213186142, "W13": -23.066536653966686, "S13": -23.066536653966686, "W21": -38.583960767344607, "S21": -38.583960767344607, "W22": -46.293272869711927, "S22": -46.293272869711927, "W31": -74.368295642776786, "S31": -74.677825818507415, "W32": -89.347691336381104, "S32": -94.347691336381104 }, "geometry": { "type": "Point", "coordinates": [ 100693.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26530410565088491, "S11": 0.26530410565088491, "W12": -8.8891304652753629, "S12": -8.8891304652753629, "W13": -19.158137262718842, "S13": -19.956024586662483, "W21": -43.020642033350477, "S21": -43.020642033350477, "W22": -51.445684276140177, "S22": -55.569648280555434, "W31": -86.387494210861419, "S31": -86.387494210861419, "W32": -97.564557209794614, "S32": -102.56455720979461 }, "geometry": { "type": "Point", "coordinates": [ 100695.0, 497733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42232737776541385, "S11": 0.42232737776541385, "W12": -7.5002322962631922, "S12": -7.5002322962631922, "W13": -20.0, "S13": -21.989588031555087, "W21": -44.123864697178355, "S21": -44.123864697178355, "W22": -52.416801334857382, "S22": -62.416801334857382, "W31": -80.0, "S31": -80.0, "W32": -97.804134906268118, "S32": -102.80413490626812 }, "geometry": { "type": "Point", "coordinates": [ 100696.0, 503783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -42.296819952734921, "W22": -46.120228630517182, "S22": -54.016580859591635, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100696.5, 496770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.017561028299848777, "S11": -0.017561028299848777, "W12": -15.083214227708298, "S12": -15.083214227708298, "W13": -18.181234078686671, "S13": -20.128901892111745, "W21": -52.312558298423092, "S21": -67.013735338688292, "W22": -67.013735338688292, "S22": -80.468509927364295, "W31": -93.66028476294602, "S31": -93.66028476294602, "W32": -99.828363970721497, "S32": -104.8283639707215 }, "geometry": { "type": "Point", "coordinates": [ 100696.5, 498618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2467281355371087, "S11": 2.2467281355371087, "W12": -9.3178345085656353, "S12": -9.3178345085656353, "W13": -20.2344116480376, "S13": -23.574327141551699, "W21": -59.606285044773252, "S21": -69.152772697615518, "W22": -81.476950271551118, "S22": -105.14713306859676, "W31": -109.57866025817663, "S31": -109.57866025817663, "W32": -109.57866025817663, "S32": -112.18948753222095 }, "geometry": { "type": "Point", "coordinates": [ 100698.0, 499839.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45701982279936726, "S11": -0.45701982279936726, "W12": -5.3416491857861867, "S12": -8.7254370862098156, "W13": -19.734401470321455, "S13": -20.734401470321455, "W21": -41.774628964690123, "S21": -45.474111678918995, "W22": -54.785213078934255, "S22": -65.414264794324851, "W31": -85.294969840113097, "S31": -85.294969840113097, "W32": -99.023945606689907, "S32": -104.02394560668991 }, "geometry": { "type": "Point", "coordinates": [ 100698.0, 503247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18864199459762568, "S11": 0.18864199459762568, "W12": -7.0679111740801615, "S12": -7.0679111740801615, "W13": -20.0, "S13": -23.0, "W21": -44.676689300707721, "S21": -45.564096365249092, "W22": -53.01899806866107, "S22": -63.01899806866107, "W31": -80.0, "S31": -80.0, "W32": -98.120783900968746, "S32": -103.12078390096875 }, "geometry": { "type": "Point", "coordinates": [ 100699.0, 503644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.668780781004354, "S11": 1.668780781004354, "W12": -6.0958520823979363, "S12": -7.8081019636722004, "W13": -23.478087703921023, "S13": -23.478087703921023, "W21": -39.08359881188084, "S21": -39.08359881188084, "W22": -46.182036618116499, "S22": -58.827228889319059, "W31": -80.0, "S31": -80.251140570309545, "W32": -89.404800065533067, "S32": -94.404800065533067 }, "geometry": { "type": "Point", "coordinates": [ 100699.769230769234127, 505675.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10883598353617008, "S11": -0.10883598353617008, "W12": -9.4916797290691619, "S12": -9.4916797290691619, "W13": -21.259943227625104, "S13": -25.689584003866933, "W21": -61.198503998391402, "S21": -62.280258973217585, "W22": -84.397350873990035, "S22": -106.34293425463302, "W31": -111.34308602555438, "S31": -111.34308602555438, "W32": -111.34308602555438, "S32": -114.1343675290158 }, "geometry": { "type": "Point", "coordinates": [ 100700.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5700188226840677, "S11": 1.5700188226840677, "W12": -10.0, "S12": -10.0, "W13": -19.621788723710353, "S13": -23.002473631854016, "W21": -53.395747274327896, "S21": -53.535103867329852, "W22": -79.585787907393495, "S22": -84.496954950366444, "W31": -109.96108573540933, "S31": -109.96108573540933, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100700.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65908751628919737, "S11": 0.65908751628919737, "W12": -10.039205009829692, "S12": -18.020432656256663, "W13": -19.351942192731268, "S13": -22.291466141524737, "W21": -34.579108411760352, "S21": -53.319347384798149, "W22": -68.397102599834213, "S22": -96.692528950012033, "W31": -100.25482423289081, "S31": -100.25482423289081, "W32": -106.9431770173215, "S32": -111.9431770173215 }, "geometry": { "type": "Point", "coordinates": [ 100700.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2506882285551102, "S11": 1.2506882285551102, "W12": -7.2794931993769252, "S12": -9.7994266884303318, "W13": -20.0, "S13": -20.0, "W21": -42.290058683024483, "S21": -42.290058683024483, "W22": -50.183532783745619, "S22": -60.183532783745619, "W31": -80.0, "S31": -80.020598725261735, "W32": -96.640904461446752, "S32": -101.64090446144675 }, "geometry": { "type": "Point", "coordinates": [ 100700.0, 504282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71126281863272989, "S11": 0.71126281863272989, "W12": -5.0, "S12": -9.3481235036224, "W13": -21.992247090000305, "S13": -21.992247090000305, "W21": -39.184157920793695, "S21": -39.758703459297855, "W22": -46.489316084796371, "S22": -46.489316084796371, "W31": -80.0, "S31": -80.697956146619802, "W32": -89.347209554464456, "S32": -94.347209554464456 }, "geometry": { "type": "Point", "coordinates": [ 100700.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -10.263157894736842, "W13": -20.86905433372959, "S13": -20.86905433372959, "W21": -38.769708616088593, "S21": -48.063270610507104, "W22": -48.358510393817077, "S22": -48.358510393817077, "W31": -70.0, "S31": -73.139533085849052, "W32": -89.402828683686877, "S32": -94.402828683686877 }, "geometry": { "type": "Point", "coordinates": [ 100700.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87206079323907626, "S11": 0.87206079323907626, "W12": -7.3821123275511038, "S12": -9.0964754921972393, "W13": -20.000000000000004, "S13": -21.439864039751125, "W21": -43.124140759182126, "S21": -43.124140759182126, "W22": -51.162235123081167, "S22": -61.162235123081167, "W31": -80.0, "S31": -80.0, "W32": -97.155985977935657, "S32": -102.15598597793566 }, "geometry": { "type": "Point", "coordinates": [ 100700.375, 504061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.6564067255934205, "S12": -9.6564067255934205, "W13": -18.905752055496674, "S13": -21.96458640151522, "W21": -55.77667686407014, "S21": -58.649656899078636, "W22": -73.340775485958915, "S22": -96.952488521567943, "W31": -106.07289054490536, "S31": -106.07289054490536, "W32": -106.07289054490536, "S32": -109.39874375137047 }, "geometry": { "type": "Point", "coordinates": [ 100701.0, 499541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0000000000000009, "S11": 5.0000000000000009, "W12": -9.5683338636662754, "S12": -9.5683338636662754, "W13": -19.291449575068501, "S13": -22.632703172765975, "W21": -56.487839771101569, "S21": -56.487839771101569, "W22": -75.276417934905055, "S22": -99.352027954249664, "W31": -106.95033920165798, "S31": -106.95033920165798, "W32": -106.95033920165798, "S32": -109.77761679143109 }, "geometry": { "type": "Point", "coordinates": [ 100701.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -11.843971631205674, "W13": -19.448629189619684, "S13": -20.178442854215959, "W21": -40.0, "S21": -48.146888615577765, "W22": -55.910738155998821, "S22": -71.900887366487012, "W31": -88.668699461827615, "S31": -88.668699461827615, "W32": -99.477111929745305, "S32": -104.47711192974531 }, "geometry": { "type": "Point", "coordinates": [ 100701.0, 503048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89838288142721157, "S11": 0.89838288142721157, "W12": -5.0, "S12": -6.8712454254609083, "W13": -22.130646812813168, "S13": -22.130646812813168, "W21": -38.484034834256661, "S21": -38.836444519173611, "W22": -46.456788799164343, "S22": -46.456788799164343, "W31": -80.0, "S31": -80.0, "W32": -89.332687700468441, "S32": -94.332687700468441 }, "geometry": { "type": "Point", "coordinates": [ 100701.0, 506883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5871985598484852, "S11": 1.5871985598484852, "W12": -5.6610241153030305, "S12": -9.8050217140185154, "W13": -22.77915999655583, "S13": -22.77915999655583, "W21": -37.92287455370392, "S21": -37.92287455370392, "W22": -46.307504309902264, "S22": -53.083570861527519, "W31": -74.892824356371278, "S31": -74.992218062025216, "W32": -89.270922707574272, "S32": -94.270922707574272 }, "geometry": { "type": "Point", "coordinates": [ 100704.866666666668607, 506329.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.391658473067418, "S11": -1.391658473067418, "W12": -9.9194012652507908, "S12": -9.9194012652507908, "W13": -21.185349534473325, "S13": -25.380225483840412, "W21": -61.573146946871177, "S21": -61.739251666266291, "W22": -84.667956227237752, "S22": -96.435150659416735, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100706.0, 500159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.518720417161255, "S21": -42.518720417161255, "W22": -42.518720417161255, "S22": -42.518720417161255, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100706.395348837206257, 511975.651162790716626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.686170212765957, "W13": -19.411670521139108, "S13": -20.097336282008673, "W21": -36.906248051867088, "S21": -46.029624838226233, "W22": -56.400922586497231, "S22": -73.705943954018593, "W31": -89.29529673851313, "S31": -89.29529673851313, "W32": -99.587437360019678, "S32": -104.58743736001968 }, "geometry": { "type": "Point", "coordinates": [ 100709.6875, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6292019877229595, "S11": -1.6292019877229595, "W12": -10.0, "S12": -10.0, "W13": -21.092370520754329, "S13": -25.31907437144616, "W21": -61.582580341867782, "S21": -61.832543357789682, "W22": -84.574900014252762, "S22": -94.606178456367516, "W31": -111.59679220301632, "S31": -111.59679220301632, "W32": -111.59679220301632, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100710.142857142855064, 500190.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -42.341510946625377, "S21": -42.341510946625377, "W22": -42.341510946625377, "S22": -42.341510946625377, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100710.647058823524276, 511714.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3885731201894611, "S11": 1.3885731201894611, "W12": -10.237625979843225, "S12": -10.237625979843225, "W13": -18.079445060869567, "S13": -20.060177392177529, "W21": -52.329038716555289, "S21": -67.277937200151825, "W22": -71.232754611688108, "S22": -71.232754611688108, "W31": -102.55289539536781, "S31": -102.55289539536781, "W32": -102.88026058517463, "S32": -107.88026058517463 }, "geometry": { "type": "Point", "coordinates": [ 100712.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5545993576546158, "S11": 1.5545993576546158, "W12": -10.0, "S12": -10.0, "W13": -19.653699390285674, "S13": -23.08128267883589, "W21": -55.182162930859349, "S21": -55.503799005400978, "W22": -79.900026667153526, "S22": -83.754081521504489, "W31": -110.3682125199584, "S31": -110.3682125199584, "W32": -110.3682125199584, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100712.0, 500956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6761829161288233, "S11": 1.6761829161288233, "W12": -5.9994743765116487, "S12": -7.9245509851232132, "W13": -23.514381263938287, "S13": -23.514381263938287, "W21": -39.009525649412339, "S21": -39.009525649412339, "W22": -46.126276601881649, "S22": -55.529875355981488, "W31": -80.0, "S31": -80.259401275341318, "W32": -89.32401249973806, "S32": -94.32401249973806 }, "geometry": { "type": "Point", "coordinates": [ 100712.384615384609788, 505721.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35621128980850564, "S11": 0.35621128980850564, "W12": -8.0898764226920754, "S12": -14.891544404290901, "W13": -19.362730156770326, "S13": -21.656182382190565, "W21": -32.225691069462698, "S21": -32.225691069462698, "W22": -64.931051280547365, "S22": -66.096230603665731, "W31": -97.178959545287697, "S31": -97.178959545287697, "W32": -103.90916771960103, "S32": -108.90916771960103 }, "geometry": { "type": "Point", "coordinates": [ 100716.0, 502259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.293540863439478, "W13": -19.408873255016466, "S13": -20.145985056258702, "W21": -38.610435758369178, "S21": -47.835866071214603, "W22": -56.17650122389459, "S22": -72.843167890561261, "W31": -89.08970441084999, "S31": -89.08970441084999, "W32": -99.536041353513127, "S32": -104.53604135351313 }, "geometry": { "type": "Point", "coordinates": [ 100717.0, 503023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14833369032918914, "S11": 0.14833369032918914, "W12": -13.842809148736462, "S12": -13.842809148736462, "W13": -17.988575915331797, "S13": -20.349258807321654, "W21": -54.915923541774283, "S21": -74.589233379136147, "W22": -74.589233379136147, "S22": -79.574544840037191, "W31": -99.342592362466988, "S31": -99.342592362466988, "W32": -101.47243853840961, "S32": -106.47243853840961 }, "geometry": { "type": "Point", "coordinates": [ 100718.42105263157282, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16712578769716491, "S11": 0.16712578769716491, "W12": -8.7027677729487447, "S12": -8.7027677729487447, "W13": -18.524664612840674, "S13": -19.666043897705187, "W21": -44.002056857415702, "S21": -48.573162952223825, "W22": -52.918655214890421, "S22": -59.660156777068863, "W31": -87.200674629929111, "S31": -87.200674629929111, "W32": -97.941080520710756, "S32": -102.94108052071076 }, "geometry": { "type": "Point", "coordinates": [ 100719.0, 497883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094169819597523574, "S11": 0.094169819597523574, "W12": -8.73961371421845, "S12": -8.73961371421845, "W13": -17.748655545185901, "S13": -19.467202553087198, "W21": -46.219731501259069, "S21": -56.709217510160769, "W22": -56.709217510160769, "S22": -65.318663447196528, "W31": -88.367149308971975, "S31": -88.367149308971975, "W32": -98.444148689805644, "S32": -103.44414868980564 }, "geometry": { "type": "Point", "coordinates": [ 100719.333333333328483, 498079.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41127092506740615, "S11": 0.41127092506740615, "W12": -10.0, "S12": -10.0, "W13": -19.882824381722273, "S13": -23.648941860232302, "W21": -60.0, "S21": -61.486122557814006, "W22": -82.497042407898476, "S22": -83.476569751538875, "W31": -111.87624906881705, "S31": -111.87624906881705, "W32": -111.87624906881705, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100722.25, 500651.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16858220392215106, "S11": -0.16858220392215106, "W12": -6.3848877440809497, "S12": -6.3848877440809497, "W13": -20.0, "S13": -22.184234363608244, "W21": -43.914966461553938, "S21": -45.889219361718858, "W22": -53.626121687490965, "S22": -63.425940219871592, "W31": -80.718130174813197, "S31": -80.718130174813197, "W32": -98.487251037802508, "S32": -103.48725103780251 }, "geometry": { "type": "Point", "coordinates": [ 100723.0, 503481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41553317770292969, "S11": 0.41553317770292969, "W12": -7.9126639007831736, "S12": -14.581356275719708, "W13": -19.352189353922366, "S13": -21.74016855983437, "W21": -32.220371551166316, "S21": -62.220371551166316, "W22": -64.685820482776919, "S22": -67.195165490353958, "W31": -97.044370043268856, "S31": -97.044370043268856, "W32": -103.77674710057836, "S32": -108.77674710057836 }, "geometry": { "type": "Point", "coordinates": [ 100724.0, 502276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0000000000000009, "S11": 5.0000000000000009, "W12": -9.4271086488914992, "S12": -9.4271086488914992, "W13": -19.527433527090423, "S13": -23.099659302594102, "W21": -56.072961373390562, "S21": -61.376424874530585, "W22": -75.583662768071122, "S22": -100.17725995189471, "W31": -107.29608016491572, "S31": -107.29608016491572, "W32": -107.29608016491572, "S32": -109.94659694292478 }, "geometry": { "type": "Point", "coordinates": [ 100725.0, 499654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6835850512533006, "S11": 1.6835850512533006, "W12": -5.9458055885312726, "S12": -8.0837089244804012, "W13": -23.550674823955596, "S13": -23.550674823955596, "W21": -38.93545248694376, "S21": -38.93545248694376, "W22": -46.070516585646736, "S22": -52.23252182263964, "W31": -80.000000000000014, "S31": -80.267661980373134, "W32": -89.243224933942955, "S32": -94.243224933942955 }, "geometry": { "type": "Point", "coordinates": [ 100725.0, 505768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2965378757737997, "S11": 0.2965378757737997, "W12": -8.7317515570354409, "S12": -8.7317515570354409, "W13": -19.286311535189345, "S13": -21.341354530531909, "W21": -41.935139613277968, "S21": -44.742561305882376, "W22": -49.74235350338963, "S22": -52.360671828080655, "W31": -85.653283312398571, "S31": -85.653283312398571, "W32": -97.277220509862545, "S32": -102.27722050986254 }, "geometry": { "type": "Point", "coordinates": [ 100725.416666666671517, 497625.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -10.895924707602445, "W13": -21.070634456769813, "S13": -21.070634456769813, "W21": -38.473728124160566, "S21": -47.721136867539116, "W22": -48.297790668317859, "S22": -48.297790668317859, "W31": -70.0, "S31": -72.758263480452015, "W32": -89.171579392235714, "S32": -94.171579392235714 }, "geometry": { "type": "Point", "coordinates": [ 100728.854166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8037659131613335, "S11": 3.8037659131613335, "W12": -9.6599610000391678, "S12": -9.6599610000391678, "W13": -18.4439558510072, "S13": -21.232523167924374, "W21": -53.537281402675674, "S21": -61.005253700298653, "W22": -70.0, "S22": -85.073968402241903, "W31": -104.79935312468996, "S31": -104.79935312468996, "W32": -104.79935312468996, "S32": -108.87181878488616 }, "geometry": { "type": "Point", "coordinates": [ 100729.0, 499442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9487005649715607, "S11": 1.9487005649715607, "W12": -9.1485713842287364, "S12": -9.1485713842287364, "W13": -20.43749795401904, "S13": -23.38797079711405, "W21": -59.076366223115095, "S21": -66.444958886744303, "W22": -81.652188562991981, "S22": -104.01036461553815, "W31": -109.76154791485247, "S31": -109.76154791485247, "W32": -109.76154791485247, "S32": -112.44660291426831 }, "geometry": { "type": "Point", "coordinates": [ 100732.0, 499867.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99887142668624118, "S11": 0.99887142668624118, "W12": -10.43635981999785, "S12": -18.906137724197947, "W13": -19.251533231633758, "S13": -19.251533231633758, "W21": -37.582744369547505, "S21": -43.328442399937373, "W22": -72.367820543877855, "S22": -105.90065190498427, "W31": -105.90065190498427, "S31": -105.90065190498427, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100733.0, 501717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39778935034500978, "S11": 0.39778935034500978, "W12": -8.8202339784494779, "S12": -8.8202339784494779, "W13": -19.445719377454523, "S13": -19.445719377454523, "W21": -39.8861489563402, "S21": -39.945789048748864, "W22": -46.183023404017042, "S22": -49.109210552894453, "W31": -83.664024975595638, "S31": -83.664024975595638, "W32": -96.377690680602257, "S32": -101.37769068060226 }, "geometry": { "type": "Point", "coordinates": [ 100733.444444444437977, 497295.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35475721090795259, "S11": 0.35475721090795259, "W12": -12.332926475564365, "S12": -12.332926475564365, "W13": -18.076215921739131, "S13": -20.233167905037668, "W21": -53.026847036063884, "S21": -70.0, "W22": -70.0, "S22": -74.258560567083975, "W31": -101.08177923781597, "S31": -101.08177923781597, "W32": -102.21882553443555, "S32": -107.21882553443555 }, "geometry": { "type": "Point", "coordinates": [ 100734.0, 499126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0000000000000009, "S11": 5.0000000000000009, "W12": -9.481976660023502, "S12": -9.481976660023502, "W13": -19.12778182071904, "S13": -22.431611369807623, "W21": -55.207439198855511, "S21": -57.966366525999497, "W22": -73.212551975584276, "S22": -97.423034594495505, "W31": -106.30725518944362, "S31": -106.30725518944362, "W32": -106.30725518944362, "S32": -109.52783814765777 }, "geometry": { "type": "Point", "coordinates": [ 100735.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50166153934975188, "S11": 0.50166153934975188, "W12": -7.6873072571162329, "S12": -14.182801817657989, "W13": -19.337510620633608, "S13": -21.8593639605383, "W21": -32.231799494346127, "S21": -62.231799494346127, "W22": -64.380037138482137, "S22": -68.632436532319488, "W31": -96.885198491707726, "S31": -96.885198491707726, "W32": -103.6108868275345, "S32": -108.6108868275345 }, "geometry": { "type": "Point", "coordinates": [ 100735.0, 502297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29484221269958, "S11": 0.29484221269958, "W12": -7.5817195843157972, "S12": -7.5817195843157972, "W13": -20.0, "S13": -21.798240985796898, "W21": -44.450419268906593, "S21": -44.450419268906593, "W22": -52.109828605039674, "S22": -62.109828605039674, "W31": -80.0, "S31": -80.0, "W32": -97.712473502914676, "S32": -102.71247350291468 }, "geometry": { "type": "Point", "coordinates": [ 100737.0, 503807.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1396965154003089, "S11": 1.1396965154003089, "W12": -7.3499276584760098, "S12": -9.388481573252113, "W13": -20.0, "S13": -20.0, "W21": -42.558066058973303, "S21": -42.558066058973303, "W22": -50.000000000000007, "S22": -60.000000000000007, "W31": -80.0, "S31": -80.024662905561158, "W32": -96.536449707979997, "S32": -101.53644970798 }, "geometry": { "type": "Point", "coordinates": [ 100737.166666666671517, 504311.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6917969164269153, "S11": 1.6917969164269153, "W12": -5.8918690103868183, "S12": -8.2347831752340781, "W13": -23.592173362475723, "S13": -23.592173362475723, "W21": -38.860733501660349, "S21": -38.860733501660349, "W22": -46.010677219343023, "S22": -48.982196326774478, "W31": -80.0, "S31": -80.275962066905009, "W32": -89.167417438061236, "S32": -94.167417438061236 }, "geometry": { "type": "Point", "coordinates": [ 100738.4, 505814.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5895942796003535, "S11": 1.5895942796003535, "W12": -5.060452993314497, "S12": -5.060452993314497, "W13": -22.728586341178552, "S13": -22.728586341178552, "W21": -37.311315195181798, "S21": -37.311315195181798, "W22": -46.187490257522789, "S22": -51.97246828180073, "W31": -76.535903965078205, "S31": -76.535903965078205, "W32": -89.011676634892353, "S32": -94.011676634892353 }, "geometry": { "type": "Point", "coordinates": [ 100739.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071578094620868449, "S11": -0.071578094620868449, "W12": -15.068024200097449, "S12": -15.068024200097449, "W13": -18.076620435890177, "S13": -19.555197579204499, "W21": -52.708244505157694, "S21": -66.185923798306817, "W22": -66.185923798306817, "S22": -79.854426313503652, "W31": -93.835414959820113, "S31": -93.835414959820113, "W32": -99.851118484168197, "S32": -104.8511184841682 }, "geometry": { "type": "Point", "coordinates": [ 100739.75, 498632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.3819985920015672, "S12": -9.3819985920015672, "W13": -19.485931712513924, "S13": -23.064129665823806, "W21": -55.550786838340485, "S21": -59.606919443023628, "W22": -74.827225988816295, "S22": -99.517255628408805, "W31": -107.08221842514304, "S31": -107.08221842514304, "W32": -107.08221842514304, "S32": -109.86656174797865 }, "geometry": { "type": "Point", "coordinates": [ 100740.0, 499641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4366373960032037, "S12": -8.0729468818854428, "W13": -20.0, "S13": -20.0, "W21": -40.809167895692447, "S21": -40.809167895692447, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 100740.380952380946837, 509302.761904761893675 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38842663715662018, "S11": 0.38842663715662018, "W12": -8.8394902259510388, "S12": -8.8394902259510388, "W13": -19.543320296531657, "S13": -19.543320296531657, "W21": -39.981876404612755, "S21": -39.981876404612755, "W22": -46.766179737979719, "S22": -48.18483448260217, "W31": -84.090211269708249, "S31": -84.090211269708249, "W32": -96.586816633320723, "S32": -101.58681663332072 }, "geometry": { "type": "Point", "coordinates": [ 100741.0, 497371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8088211639536969, "S11": 1.8088211639536969, "W12": -7.0402418397822046, "S12": -7.7559683310423617, "W13": -23.664781252854219, "S13": -23.664781252854219, "W21": -40.0, "S21": -40.0, "W22": -46.231550748840242, "S22": -60.454122080361984, "W31": -79.999999999999986, "S31": -80.129273588047113, "W32": -94.480343343771821, "S32": -99.480343343771821 }, "geometry": { "type": "Point", "coordinates": [ 100741.0, 505003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -31.57, "S21": -33.938504128612699, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100741.352941176475724, 512396.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6714926943704485, "S11": 1.6714926943704485, "W12": -5.8595811660452517, "S12": -8.9129173466601266, "W13": -23.412352085261631, "S13": -23.412352085261631, "W21": -38.579161809284585, "S21": -38.579161809284585, "W22": -46.032296311919957, "S22": -46.032296311919957, "W31": -80.0, "S31": -80.309485055049421, "W32": -88.856989367005298, "S32": -93.856989367005298 }, "geometry": { "type": "Point", "coordinates": [ 100742.5, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1361230885967373, "S11": 1.1361230885967373, "W12": -10.310344492169703, "S12": -17.673573208962068, "W13": -19.210762083553213, "S13": -20.879214988904266, "W21": -38.862539244612307, "S21": -40.372915457058724, "W22": -73.768087474082705, "S22": -86.988156114320418, "W31": -107.0113083620822, "S31": -107.0113083620822, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100744.0, 501595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4414925839931185, "S11": 1.4414925839931185, "W12": -7.275898639533489, "S12": -8.4603497679521098, "W13": -20.0, "S13": -20.0, "W21": -41.897760059669302, "S21": -41.897760059669302, "W22": -50.0, "S22": -60.0, "W31": -80.0, "S31": -80.053127848993654, "W32": -96.076723552596718, "S32": -101.07672355259672 }, "geometry": { "type": "Point", "coordinates": [ 100744.0, 504506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058444588464031104, "S11": 0.058444588464031104, "W12": -9.4123981754822097, "S12": -9.4123981754822097, "W13": -17.66270286980868, "S13": -19.777355703732649, "W21": -46.513498337480456, "S21": -57.820450690199145, "W22": -57.820450690199145, "S22": -65.916310052062599, "W31": -88.517713201735603, "S31": -88.517713201735603, "W32": -98.538006652666979, "S32": -103.53800665266698 }, "geometry": { "type": "Point", "coordinates": [ 100746.0, 498119.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1630475126580357, "S11": 1.1630475126580357, "W12": -5.0, "S12": -7.3203610668796015, "W13": -22.422480969868218, "S13": -22.422480969868218, "W21": -38.172677155193746, "S21": -38.209957620660781, "W22": -46.223865307285187, "S22": -46.223865307285187, "W31": -80.0, "S31": -80.0, "W32": -88.972458179317343, "S32": -93.972458179317343 }, "geometry": { "type": "Point", "coordinates": [ 100746.090909090911737, 506903.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64189253504033483, "S11": 0.64189253504033483, "W12": -7.4942014158726842, "S12": -9.2517337215915063, "W13": -20.0, "S13": -21.883248713787914, "W21": -43.660131570668852, "S21": -43.660131570668852, "W22": -51.0202479814931, "S22": -61.0202479814931, "W31": -80.0, "S31": -80.0, "W32": -97.154441608428286, "S32": -102.15444160842829 }, "geometry": { "type": "Point", "coordinates": [ 100746.25, 504043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -9.3944216315785347, "S12": -9.3944216315785347, "W13": -19.304032927743819, "S13": -22.768431712521561, "W21": -55.050071530758231, "S21": -58.054011350586357, "W22": -73.62200692325024, "S22": -98.171310766434374, "W31": -106.60470009811162, "S31": -106.60470009811162, "W32": -106.60470009811162, "S32": -109.66693867808004 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 499603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56101694915254263, "S11": 0.56101694915254263, "W12": -9.3758076831097235, "S12": -9.3758076831097235, "W13": -20.997878263738567, "S13": -25.134504017740287, "W21": -60.0, "S21": -62.520690481898825, "W22": -83.069164776636114, "S22": -107.32603050682008, "W31": -110.60195088233323, "S31": -110.60195088233323, "W32": -110.60195088233323, "S32": -113.45254631175459 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 499953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70253193378719914, "S11": -0.70253193378719914, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -23.899367156494691, "W21": -60.0, "S21": -61.057508369086307, "W22": -83.713369053090531, "S22": -88.533650205760352, "W31": -111.72465050004165, "S31": -111.72465050004165, "W32": -111.72465050004165, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 500493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7115248227054494, "S12": -7.7356573373420332, "W13": -19.805973180934014, "S13": -21.225855123515178, "W21": -42.577585612606342, "S21": -45.577585612606342, "W22": -54.18404214785911, "S22": -62.157894657904954, "W31": -83.888562071417908, "S31": -83.888562071417908, "W32": -98.820372532458919, "S32": -103.82037253245892 }, "geometry": { "type": "Point", "coordinates": [ 100748.0, 503328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.074377432944063, "S12": -10.074377432944063, "W13": -18.147589108695655, "S13": -20.179744641054736, "W21": -51.914051327387604, "S21": -68.574291313181249, "W22": -69.834292846805525, "S22": -72.855358415890294, "W31": -102.08464630207357, "S31": -102.08464630207357, "W32": -102.71604784070124, "S32": -107.71604784070124 }, "geometry": { "type": "Point", "coordinates": [ 100749.0, 499217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043661721595451786, "S11": 0.043661721595451786, "W12": -9.500364080603223, "S12": -9.500364080603223, "W13": -21.188473195266273, "S13": -25.707448421121839, "W21": -60.105795398658756, "S21": -60.115864926349957, "W22": -83.911143528477538, "S22": -109.39071087612182, "W31": -111.06280272979092, "S31": -111.06280272979092, "W32": -111.06280272979092, "S32": -113.7691986376197 }, "geometry": { "type": "Point", "coordinates": [ 100750.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8160414567664034, "S11": 1.8160414567664034, "W12": -10.0, "S12": -10.0, "W13": -19.615965609371788, "S13": -22.974997215265347, "W21": -54.072932890905392, "S21": -55.108262081941625, "W22": -79.506546371681083, "S22": -80.15558216396002, "W31": -110.58057798078342, "S31": -110.58057798078342, "W32": -110.58057798078342, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100750.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80210048166537473, "S11": 0.80210048166537473, "W12": -9.8905664144831711, "S12": -17.472122732480845, "W13": -19.292111068984529, "S13": -23.226181288269771, "W21": -34.817138075593896, "S21": -50.92098883377426, "W22": -68.206386168738788, "S22": -96.100664920044352, "W31": -100.62028271552431, "S31": -100.62028271552431, "W32": -106.76098436839882, "S32": -111.76098436839882 }, "geometry": { "type": "Point", "coordinates": [ 100750.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0400529065576638, "S11": 1.0400529065576638, "W12": -5.0, "S12": -9.2807541224878989, "W13": -22.341555606459842, "S13": -22.341555606459842, "W21": -38.703849922374779, "S21": -38.887042928054584, "W22": -46.239500772023852, "S22": -46.239500772023852, "W31": -80.0, "S31": -80.449966835810685, "W32": -88.94648876061413, "S32": -93.94648876061413 }, "geometry": { "type": "Point", "coordinates": [ 100750.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -11.359649122807017, "W13": -21.218362850189127, "S13": -21.218362850189127, "W21": -38.256818232964307, "S21": -47.407271994990751, "W22": -48.25329209692314, "S22": -48.25329209692314, "W31": -70.0, "S31": -72.478849293103394, "W32": -89.002107889836552, "S32": -94.002107889836552 }, "geometry": { "type": "Point", "coordinates": [ 100750.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6759793340174811, "S11": -1.6759793340174811, "W12": -10.0, "S12": -10.0, "W13": -20.974109100136801, "S13": -25.145738404008945, "W21": -60.739212949759839, "S21": -61.026538473549202, "W22": -83.871358219543481, "S22": -96.664457317506006, "W31": -111.20348521750189, "S31": -111.20348521750189, "W32": -111.20348521750189, "S32": -114.82414072249158 }, "geometry": { "type": "Point", "coordinates": [ 100751.0, 500206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41690773067331788, "S11": -0.41690773067331788, "W12": -5.0, "S12": -13.35212041258009, "W13": -19.354624127644605, "S13": -20.065062679212822, "W21": -34.090324165982295, "S21": -46.884664717701924, "W22": -58.237027585368821, "S22": -78.330137455015006, "W31": -91.028466231083257, "S31": -91.028466231083257, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100751.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.445475748488743, "W13": -19.349132426369568, "S13": -20.043537970810839, "W21": -34.385196872797351, "S21": -46.378241835428852, "W22": -57.433250004340046, "S22": -77.433250004340039, "W31": -90.470731432018042, "S31": -90.470731432018042, "W32": -99.81341635753401, "S32": -104.81341635753401 }, "geometry": { "type": "Point", "coordinates": [ 100751.0, 502901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1925459149167972, "S11": 1.1925459149167972, "W12": -10.280272460592551, "S12": -17.336595630345521, "W13": -19.194281715512254, "S13": -21.441722631741666, "W21": -39.300784432378016, "S21": -40.517764032435814, "W22": -74.240040242770192, "S22": -86.883454990728907, "W31": -107.34042449761485, "S31": -107.34042449761485, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100751.6, 501555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6355702486033241, "S11": 1.6355702486033241, "W12": -5.6386381739382072, "S12": -9.9943697362469308, "W13": -23.09010501889199, "S13": -23.09010501889199, "W21": -37.911467753560494, "S21": -37.911467753560494, "W22": -46.063827938701586, "S22": -55.090660053450613, "W31": -73.584043682441205, "S31": -73.814005241777593, "W32": -88.896129497367141, "S32": -93.896129497367141 }, "geometry": { "type": "Point", "coordinates": [ 100751.733333333337214, 506344.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7000087816005538, "S11": 1.7000087816005538, "W12": -5.8592143647480839, "S12": -8.3977261395452878, "W13": -23.633671900996021, "S13": -23.633671900996021, "W21": -38.78601451637703, "S21": -38.78601451637703, "W22": -45.950837853039218, "S22": -45.950837853039218, "W31": -80.0, "S31": -80.284262153436899, "W32": -89.091609942179844, "S32": -94.091609942179844 }, "geometry": { "type": "Point", "coordinates": [ 100751.8, 505860.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8712227150804495, "S11": 1.8712227150804495, "W12": -7.1549288431228222, "S12": -8.0723079913865288, "W13": -21.502775119617226, "S13": -21.502775119617226, "W21": -40.844882884639212, "S21": -40.844882884639212, "W22": -47.875352899157924, "S22": -47.875352899157924, "W31": -80.0, "S31": -80.093953000566955, "W32": -95.364779991388446, "S32": -100.36477999138845 }, "geometry": { "type": "Point", "coordinates": [ 100752.0, 504808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -37.66, "S21": -45.143066149440422, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100752.0, 513848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1018575721425776, "S12": -9.1018575721425776, "W13": -20.248553932514682, "S13": -22.92358721775744, "W21": -57.955686668340448, "S21": -66.564845143526256, "W22": -80.857812310423029, "S22": -102.5802205988918, "W31": -109.29835106324342, "S31": -109.29835106324342, "W32": -109.29835106324342, "S32": -112.00686495799555 }, "geometry": { "type": "Point", "coordinates": [ 100753.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59702441860069866, "S11": 0.59702441860069866, "W12": -7.5158417981649537, "S12": -9.2766112473117044, "W13": -20.0, "S13": -21.966761512744807, "W21": -43.764493346738867, "S21": -43.764493346738867, "W22": -50.995680511466254, "S22": -60.995680511466254, "W31": -80.0, "S31": -80.0, "W32": -97.155468888005657, "S32": -102.15546888800566 }, "geometry": { "type": "Point", "coordinates": [ 100755.0, 504039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.452527721339806, "S21": -42.452527721339806, "W22": -42.452527721339806, "S22": -42.452527721339806, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100755.813953488366678, 511973.04651162790833 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050170663210196587, "S11": 0.050170663210196587, "W12": -9.1468858899518324, "S12": -9.1468858899518324, "W13": -17.620490433971067, "S13": -19.695228047596267, "W21": -46.312509633805298, "S21": -57.450789997318992, "W22": -57.450789997318992, "S22": -65.496471895867657, "W31": -88.411286789237863, "S31": -88.411286789237863, "W32": -98.503004936941039, "S32": -103.50300493694104 }, "geometry": { "type": "Point", "coordinates": [ 100756.0, 498107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3193472233659995, "S11": 1.3193472233659995, "W12": -10.0, "S12": -10.0, "W13": -19.74925669658149, "S13": -23.304665187847327, "W21": -60.0, "S21": -61.941849519979961, "W22": -80.955872718885274, "S22": -80.955872718885274, "W31": -111.63588199540679, "S31": -111.63588199540679, "W32": -111.63588199540679, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100756.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.731210433623685, "W13": -19.378400654852751, "S13": -20.188959661063929, "W21": -37.820584751574089, "S21": -48.501530708093902, "W22": -56.444043713001058, "S22": -74.062226966098677, "W31": -89.685547772939941, "S31": -89.685547772939941, "W32": -99.576826366807978, "S32": -104.57682636680798 }, "geometry": { "type": "Point", "coordinates": [ 100757.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9481751368744971, "S11": 1.9481751368744971, "W12": -10.0, "S12": -10.0, "W13": -19.499852709460846, "S13": -22.682643443056548, "W21": -47.871224084356378, "S21": -48.406525960384023, "W22": -78.341032379200286, "S22": -78.341032379200286, "W31": -109.79926399085502, "S31": -109.79926399085502, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100759.0, 501152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9332108028054882, "S11": 1.9332108028054882, "W12": -10.0, "S12": -10.749232761010072, "W13": -19.371918887442625, "S13": -22.341792615173805, "W21": -39.954695931014072, "S21": -40.161641101055558, "W22": -76.881723802509853, "S22": -82.490383100107294, "W31": -108.80658623820912, "S31": -108.80658623820912, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100759.0, 501321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3067980831027877, "S11": 1.3067980831027877, "W12": -10.250200429015356, "S12": -16.920410060582363, "W13": -19.223517815670213, "S13": -21.700744829245473, "W21": -39.432706357351677, "S21": -40.356289345021132, "W22": -74.711993011457636, "S22": -86.778753867135919, "W31": -107.66954063314732, "S31": -107.66954063314732, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100759.2, 501515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.276632389487226, "S21": -42.276632389487226, "W22": -42.276632389487226, "S22": -42.276632389487226, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100759.882352941174759, 511713.735294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7454209935312359, "S11": 1.7454209935312359, "W12": -6.1529272006696569, "S12": -7.6270674845124518, "W13": -23.993613751955618, "S13": -23.993613751955618, "W21": -39.016553832501344, "S21": -39.016553832501344, "W22": -45.833365004754043, "S22": -70.833365004754043, "W31": -80.0, "S31": -80.238853657119861, "W32": -89.909953490063799, "S32": -94.909953490063799 }, "geometry": { "type": "Point", "coordinates": [ 100763.0, 505610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97307944179601813, "S11": 0.97307944179601813, "W12": -10.213337456649954, "S12": -18.296118585696483, "W13": -19.259575344364322, "S13": -23.114781912851225, "W21": -36.398301530919056, "S21": -47.83003204435348, "W22": -69.84145878402984, "S22": -69.84145878402984, "W31": -103.41660490714374, "S31": -103.41660490714374, "W32": -108.98616518011137, "S32": -113.98616518011137 }, "geometry": { "type": "Point", "coordinates": [ 100764.0, 501849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93145761509658054, "S11": 0.93145761509658054, "W12": -10.132278942369286, "S12": -18.020156935095056, "W13": -19.263316906425406, "S13": -24.263316906425406, "W21": -35.914977000370286, "S21": -48.384217489862174, "W22": -69.301369604332109, "S22": -82.481420882142046, "W31": -102.5602360118382, "S31": -102.5602360118382, "W32": -108.44804858818311, "S32": -113.44804858818311 }, "geometry": { "type": "Point", "coordinates": [ 100764.0, 501897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7082206467741687, "S11": 1.7082206467741687, "W12": -5.8982033206015299, "S12": -8.6323127053489284, "W13": -23.675170439516148, "S13": -23.675170439516148, "W21": -38.711295531093626, "S21": -38.711295531093626, "W22": -45.890998486735505, "S22": -45.890998486735505, "W31": -80.0, "S31": -80.292562239968802, "W32": -89.01580244629811, "S32": -94.01580244629811 }, "geometry": { "type": "Point", "coordinates": [ 100765.2, 505907.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67348050752072042, "S11": 0.67348050752072042, "W12": -10.0, "S12": -10.0, "W13": -19.864061987246227, "S13": -23.579853846089947, "W21": -60.0, "S21": -61.519977180411502, "W22": -82.293900528628413, "S22": -85.288662236308198, "W31": -111.58829014565856, "S31": -111.58829014565856, "W32": -111.58829014565856, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100765.875, 500666.125 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5349152542374789, "S11": 1.5349152542374789, "W12": -9.2251262802204579, "S12": -9.2251262802204579, "W13": -20.640584260000111, "S13": -24.153947161188814, "W21": -58.546447401456, "S21": -63.737145075875219, "W22": -81.827426854431749, "S22": -104.01740564728615, "W31": -109.91204194337632, "S31": -109.91204194337632, "W32": -109.91204194337632, "S32": -112.70371829631495 }, "geometry": { "type": "Point", "coordinates": [ 100766.0, 499894.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099259304120835279, "S11": 0.099259304120835279, "W12": -14.362456673148994, "S12": -14.362456673148994, "W13": -18.091783034324934, "S13": -20.737934556135695, "W21": -54.454402383370862, "S21": -67.292247123668915, "W22": -70.354674658605845, "S22": -79.72549065417671, "W31": -98.947497291421044, "S31": -98.947497291421044, "W32": -101.52160622546751, "S32": -106.52160622546751 }, "geometry": { "type": "Point", "coordinates": [ 100766.315789473679615, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4755611534915065, "S11": 1.4755611534915065, "W12": -10.220128397438204, "S12": -15.576888828391263, "W13": -19.254431732547783, "S13": -21.827279112957804, "W21": -39.53530526898593, "S21": -40.165491644266758, "W22": -75.183945780145123, "S22": -86.674052743544408, "W31": -107.99865676867998, "S31": -107.99865676867998, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100766.8, 501475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1697156194843543, "S11": 1.1697156194843543, "W12": -10.431706116796617, "S12": -18.560569950896827, "W13": -19.202746140847182, "S13": -20.53087173934567, "W21": -38.560374671147159, "S21": -40.664810138108315, "W22": -73.384627355108762, "S22": -93.892490631618685, "W31": -107.06946649578306, "S31": -107.06946649578306, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100768.25, 501636.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.864248655338189, "W13": -19.369084400787575, "S13": -20.201537816936643, "W21": -37.576834361947512, "S21": -48.648722071443274, "W22": -56.525311181709284, "S22": -74.487699988546041, "W31": -89.865456905644052, "S31": -89.865456905644052, "W32": -99.581766969175064, "S32": -104.58176696917506 }, "geometry": { "type": "Point", "coordinates": [ 100769.0, 502993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056465759343270701, "S11": -0.056465759343270701, "W12": -13.357874985340683, "S12": -13.357874985340683, "W13": -17.828836682705916, "S13": -18.623096183617061, "W21": -50.0, "S21": -63.181396308136534, "W22": -63.181396308136534, "S22": -72.605584168858016, "W31": -90.718971240562851, "S31": -90.718971240562851, "W32": -99.350449713522096, "S32": -104.3504497135221 }, "geometry": { "type": "Point", "coordinates": [ 100771.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14924173687621517, "S11": -0.14924173687621517, "W12": -15.164365762546694, "S12": -15.164365762546694, "W13": -18.117514859892442, "S13": -20.916065601094594, "W21": -55.070748871605197, "S21": -60.927109161608058, "W22": -68.952452062846518, "S22": -83.952452062846518, "W31": -95.654505203339895, "S31": -95.654505203339895, "W32": -100.30999132177901, "S32": -105.30999132177901 }, "geometry": { "type": "Point", "coordinates": [ 100772.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.016781162238063935, "S11": 0.016781162238063935, "W12": -9.7452718814742347, "S12": -9.7452718814742347, "W13": -17.585226908198855, "S13": -19.467703612211956, "W21": -46.80726517370185, "S21": -58.243490840276088, "W22": -58.243490840276088, "S22": -66.394159716403578, "W31": -88.668277094499203, "S31": -88.668277094499203, "W32": -98.631864615528315, "S32": -103.63186461552831 }, "geometry": { "type": "Point", "coordinates": [ 100772.666666666671517, 498159.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5426308710093606, "S11": 1.5426308710093606, "W12": -10.0, "S12": -10.0, "W13": -19.715986371131432, "S13": -23.215753654013632, "W21": -59.266016195521601, "S21": -61.315904126721904, "W22": -80.568951828429647, "S22": -82.469853741834726, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100774.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25660887012247457, "S11": 0.25660887012247457, "W12": -8.4330046602653717, "S12": -8.4330046602653717, "W13": -18.965035212325535, "S13": -20.955105335681022, "W21": -41.538561995478368, "S21": -43.828956586718682, "W22": -49.111590774942627, "S22": -52.194481394600544, "W31": -85.494695054449849, "S31": -85.494695054449849, "W32": -97.265982631698137, "S32": -102.26598263169814 }, "geometry": { "type": "Point", "coordinates": [ 100774.333333333328483, 497625.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0287048022454703, "S11": 1.0287048022454703, "W12": -7.4203621175750891, "S12": -8.9775364580743329, "W13": -20.0, "S13": -20.0, "W21": -42.826073434922193, "S21": -42.826073434922193, "W22": -49.999999999999993, "S22": -59.999999999999993, "W31": -79.772412556716915, "S31": -79.801139642577496, "W32": -96.431994954513385, "S32": -101.43199495451339 }, "geometry": { "type": "Point", "coordinates": [ 100774.333333333328483, 504341.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6443242238801499, "S11": 1.6443242238801499, "W12": -10.190056365861009, "S12": -14.233367596200299, "W13": -19.283826813728847, "S13": -21.952294560973641, "W21": -39.637904180620197, "S21": -39.974693943512683, "W22": -75.655898548832567, "S22": -86.569351619951419, "W31": -108.32777290421245, "S31": -108.32777290421245, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100774.4, 501435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37679078245019909, "S11": 0.37679078245019909, "W12": -8.3527532680146965, "S12": -8.3527532680146965, "W13": -19.255293690104526, "S13": -19.255293690104526, "W21": -39.762451660858048, "S21": -40.008003478634542, "W22": -45.382442989958079, "S22": -48.351344135865105, "W31": -83.36493240546659, "S31": -83.36493240546659, "W32": -96.299614283936862, "S32": -101.29961428393686 }, "geometry": { "type": "Point", "coordinates": [ 100774.888888888890506, 497267.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35852124696792742, "S11": 0.35852124696792742, "W12": -8.5326108541634156, "S12": -8.5326108541634156, "W13": -19.398458107922721, "S13": -19.976260181704198, "W21": -40.0, "S21": -40.94534911430614, "W22": -46.971690304245115, "S22": -47.036594133394182, "W31": -84.330935281770479, "S31": -84.330935281770479, "W32": -96.743272229131748, "S32": -101.74327222913175 }, "geometry": { "type": "Point", "coordinates": [ 100775.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0892444183642107, "S11": 2.0892444183642107, "W12": -9.9465051774982722, "S12": -9.9465051774982722, "W13": -19.385836130711787, "S13": -22.390387918764834, "W21": -40.0, "S21": -40.248203473401134, "W22": -77.171358536114951, "S22": -83.762593095274596, "W31": -109.14056409161006, "S31": -109.14056409161006, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100776.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8234803551477476, "S11": 1.8234803551477476, "W12": -7.0042151656105274, "S12": -7.0042151656105274, "W13": -25.0, "S13": -25.0, "W21": -39.166324001269935, "S21": -39.166324001269935, "W22": -45.656970323945721, "S22": -67.076481714863888, "W31": -80.000000000000014, "S31": -80.155075406315902, "W32": -91.976264365856153, "S32": -96.976264365856153 }, "geometry": { "type": "Point", "coordinates": [ 100776.0, 505147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16735704763374692, "S11": 0.16735704763374692, "W12": -7.6632068723684048, "S12": -7.7001915317520462, "W13": -20.0, "S13": -21.820014527692091, "W21": -44.776973840634817, "S21": -44.776973840634817, "W22": -51.802855875221965, "S22": -61.802855875221965, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -97.616431919051408, "S32": -102.61643191905141 }, "geometry": { "type": "Point", "coordinates": [ 100778.0, 503832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31729403595263156, "S11": -0.31729403595263156, "W12": -5.0, "S12": -11.979166666666668, "W13": -21.415722161988764, "S13": -21.415722161988764, "W21": -37.96703516649908, "S21": -46.987960894325049, "W22": -48.193843759178073, "S22": -48.193843759178073, "W31": -70.0, "S31": -72.105562950202099, "W32": -88.77570064131109, "S32": -93.77570064131109 }, "geometry": { "type": "Point", "coordinates": [ 100778.25, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.716432511947807, "S11": 1.716432511947807, "W12": -5.9371922764550025, "S12": -8.8668992711523451, "W13": -23.716668978036445, "S13": -23.716668978036445, "W21": -38.636576545810314, "S21": -38.636576545810314, "W22": -45.8311591204317, "S22": -45.8311591204317, "W31": -80.0, "S31": -80.300862326500678, "W32": -88.939994950416718, "S32": -93.939994950416718 }, "geometry": { "type": "Point", "coordinates": [ 100778.6, 505953.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3973958261986485, "S12": -9.3973958261986485, "W13": -21.062285065512363, "S13": -25.482218537837447, "W21": -58.60279364099398, "S21": -60.101139361444709, "W22": -82.858237338682358, "S22": -106.38716614516549, "W31": -110.47722729171933, "S31": -110.47722729171933, "W32": -110.47722729171933, "S32": -113.1644817171133 }, "geometry": { "type": "Point", "coordinates": [ 100781.0, 499959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8130872942688685, "S11": 1.8130872942688685, "W12": -10.071641466805699, "S12": -12.801503496531044, "W13": -19.313221894909912, "S13": -22.077310008989468, "W21": -39.740503092254457, "S21": -39.783896242758317, "W22": -76.127851317520054, "S22": -86.464650496359894, "W31": -108.65688903974511, "S31": -108.65688903974511, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100782.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.202650971237064, "S12": -12.635140887843239, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -41.06347737931457, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100782.0, 510063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12559516094188811, "S11": -0.12559516094188811, "W12": -15.052834172486602, "S12": -15.052834172486602, "W13": -17.972006793093691, "S13": -18.98149326629726, "W21": -53.103930711892296, "S21": -64.763115172116386, "W22": -65.167521883489286, "S22": -78.996218724368092, "W31": -93.645353600502034, "S31": -93.645353600502034, "W32": -99.873872997614896, "S32": -104.8738729976149 }, "geometry": { "type": "Point", "coordinates": [ 100783.0, 498646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1937867175584165, "S11": 1.1937867175584165, "W12": -5.0, "S12": -10.128087094621034, "W13": -22.526048324316037, "S13": -22.526048324316037, "W21": -38.628822660420973, "S21": -38.628822660420973, "W22": -46.155347537712643, "S22": -46.155347537712643, "W31": -80.0, "S31": -80.537823781415895, "W32": -88.684293420971031, "S32": -93.684293420971031 }, "geometry": { "type": "Point", "coordinates": [ 100783.0, 507041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40206303194769949, "S11": 0.40206303194769949, "W12": -11.460276985546479, "S12": -11.460276985546479, "W13": -18.206740130434785, "S13": -20.607872698284471, "W21": -52.051053925432839, "S21": -72.051053925432839, "W22": -72.051053925432839, "S22": -76.391108144731035, "W31": -101.24548234541906, "S31": -101.24548234541906, "W32": -102.38570663291503, "S32": -107.38570663291503 }, "geometry": { "type": "Point", "coordinates": [ 100788.0, 499159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37077639235245163, "S11": 0.37077639235245163, "W12": -5.0, "S12": -10.470555125335441, "W13": -19.284777909623184, "S13": -22.061567527280161, "W21": -33.147978463108764, "S21": -49.871576377848527, "W22": -60.076618496636371, "S22": -90.076618496636371, "W31": -93.909246507811559, "S31": -93.909246507811559, "W32": -101.23556195876608, "S32": -106.23556195876608 }, "geometry": { "type": "Point", "coordinates": [ 100788.0, 502629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7146752309118654, "S12": -8.1072246379803268, "W13": -20.026841268652642, "S13": -20.026841268652642, "W21": -41.191873678667157, "S21": -41.191873678667164, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -88.766422259248003, "S32": -93.766422259248003 }, "geometry": { "type": "Point", "coordinates": [ 100788.428571428565192, 509299.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.685160258855383, "S21": -45.059578591368428, "W22": -45.059578591368428, "S22": -45.059578591368428, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100790.411764705888345, 512395.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4277121438888585, "S11": 1.4277121438888585, "W12": -5.0, "S12": -7.7694767082982956, "W13": -22.714315126923257, "S13": -22.714315126923257, "W21": -37.861319476130845, "S21": -37.861319476130845, "W22": -45.99670633158528, "S22": -45.99670633158528, "W31": -80.862902621305011, "S31": -80.862902621305011, "W32": -88.612228658166259, "S32": -93.612228658166259 }, "geometry": { "type": "Point", "coordinates": [ 100791.181818181823473, 506924.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5347428260820317, "S11": 4.5347428260820317, "W12": -9.2302359937641985, "S12": -9.2302359937641985, "W13": -19.321831063177864, "S13": -22.788403614365496, "W21": -53.712446351931327, "S21": -59.57010596071413, "W22": -72.103398127854817, "S22": -97.103398127854817, "W31": -106.2948137532658, "S31": -106.2948137532658, "W32": -106.2948137532658, "S32": -109.56923661939774 }, "geometry": { "type": "Point", "coordinates": [ 100792.0, 499592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1754093665297454, "S11": 2.1754093665297454, "W12": -9.8622911851256347, "S12": -9.8622911851256347, "W13": -19.38472973898746, "S13": -22.38472973898746, "W21": -40.237568529383474, "S21": -40.878549914513179, "W22": -77.175352532342416, "S22": -85.314114353318203, "W31": -109.34467544298566, "S31": -109.34467544298566, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100792.0, 501299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7246443771214217, "S11": 1.7246443771214217, "W12": -5.9761812323084493, "S12": -9.1014858369559839, "W13": -23.758167516556568, "S13": -23.758167516556568, "W21": -38.56185756052691, "S21": -38.56185756052691, "W22": -45.77131975412798, "S22": -45.77131975412798, "W31": -80.0, "S31": -80.309162413032581, "W32": -88.864187454534999, "S32": -93.864187454534999 }, "geometry": { "type": "Point", "coordinates": [ 100792.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4175376613297096, "S11": 0.4175376613297096, "W12": -7.6062905041942646, "S12": -9.4069919509857733, "W13": -20.0, "S13": -22.326633387824703, "W21": -44.196122382155586, "S21": -44.196122382155586, "W22": -50.878260839905039, "S22": -60.878260839905039, "W31": -79.825516501599012, "S31": -79.825516501599012, "W32": -97.1528972389209, "S32": -102.1528972389209 }, "geometry": { "type": "Point", "coordinates": [ 100792.125, 504025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2033081503719714, "S11": 1.2033081503719714, "W12": -10.466942965695479, "S12": -19.018284101683356, "W13": -19.194730198141148, "S13": -20.431479449781172, "W21": -38.258210097681996, "S21": -41.797231996140667, "W22": -73.001167236134805, "S22": -106.53720019464831, "W31": -106.68465094109695, "S31": -106.68465094109695, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100792.5, 501677.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.121162358989006, "W13": -19.351203557443398, "S13": -20.22682467545582, "W21": -37.113646281403902, "S21": -48.941486103696931, "W22": -56.6823668038123, "S22": -75.313633926713862, "W31": -90.129873114212145, "S31": -90.129873114212145, "W32": -99.590956420574983, "S32": -104.59095642057498 }, "geometry": { "type": "Point", "coordinates": [ 100792.5, 502979.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8619554832088894, "S11": -1.8619554832088894, "W12": -10.0, "S12": -10.0, "W13": -20.840194292681257, "S13": -24.949870362615826, "W21": -59.630455970596181, "S21": -59.962552859604777, "W22": -83.095496289946141, "S22": -98.839309238073724, "W31": -110.77585864274552, "S31": -110.77585864274552, "W32": -110.77585864274552, "S32": -114.59622505311579 }, "geometry": { "type": "Point", "coordinates": [ 100796.0, 500224.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -6.5500002, "S12": -6.5500002, "W13": -20.0, "S13": -20.307662197051688, "W21": -40.0, "S21": -42.044543776411544, "W22": -46.145405689709563, "S22": -51.918935007058963, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100798.4, 496778.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.683941937358155, "S11": 1.683941937358155, "W12": -5.6162522325732454, "S12": -10.183717758475424, "W13": -23.401050041228082, "S13": -23.401050041228082, "W21": -37.900060953416933, "S21": -37.900060953416933, "W22": -45.820151567500922, "S22": -57.097749245376107, "W31": -73.315741454297722, "S31": -73.676270867316489, "W32": -88.436664230644439, "S32": -93.436664230644439 }, "geometry": { "type": "Point", "coordinates": [ 100798.6, 506359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024882263987901918, "S11": -0.024882263987901918, "W12": -9.9894912239555769, "S12": -9.9894912239555769, "W13": -17.547307764883509, "S13": -19.079393280269453, "W21": -47.101032009923991, "S21": -58.598396849854041, "W22": -58.598396849854041, "S22": -66.89581504476628, "W31": -88.818840987263215, "S31": -88.818840987263215, "W32": -98.725722578389806, "S32": -103.72572257838981 }, "geometry": { "type": "Point", "coordinates": [ 100799.333333333328483, 498199.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2, "S11": -0.2, "W12": -15.2, "S12": -15.2, "W13": -18.1, "S13": -21.3, "W21": -56.200001, "S21": -58.233223240185048, "W22": -69.97744133953961, "S22": -85.12778719216638, "W31": -96.359509822720369, "S31": -96.359509822720369, "W32": -100.68666904277242, "S32": -105.68666904277242 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2423640994112048, "S11": 1.2423640994112048, "W12": -9.30397140621535, "S12": -9.30397140621535, "W13": -20.843670565981554, "S13": -24.919923525264686, "W21": -57.576812265267399, "S21": -60.58961495047356, "W22": -82.002665145872598, "S22": -104.02444667903683, "W31": -110.0031129933305, "S31": -110.0031129933305, "W32": -110.0031129933305, "S32": -112.75146198830417 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 499922.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19615942672707354, "S11": 0.19615942672707354, "W12": -9.5090484321372859, "S12": -9.5090484321372859, "W13": -21.064596286982248, "S13": -24.89005219616984, "W21": -58.032621331861577, "S21": -58.032621331861577, "W22": -83.191069341626047, "S22": -107.32075868021575, "W31": -110.78251943402748, "S31": -110.78251943402748, "W32": -110.78251943402748, "S32": -113.25274725274726 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0620640908487391, "S11": 2.0620640908487391, "W12": -10.0, "S12": -10.0, "W13": -19.602108747351405, "S13": -22.934959677492635, "W21": -54.750118507482902, "S21": -56.998110854351452, "W22": -79.42730483596867, "S22": -83.998451099537178, "W31": -111.20007022615752, "S31": -111.20007022615752, "W32": -111.20007022615752, "S32": -115.01129789724273 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94511344704155198, "S11": 0.94511344704155198, "W12": -9.6021454085594478, "S12": -16.784030398127822, "W13": -19.217948947664148, "S13": -24.146565437441168, "W21": -35.622361544753666, "S21": -46.696616665796498, "W22": -67.977964993114753, "S22": -82.526531779699425, "W31": -100.98574119815781, "S31": -100.98574119815781, "W32": -106.57879171947613, "S32": -111.57879171947613 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3688429944825975, "S11": 1.3688429944825975, "W12": -5.0, "S12": -9.3093884502957636, "W13": -22.690864122919379, "S13": -22.690864122919379, "W21": -38.22354192395585, "S21": -38.22354192395585, "W22": -46.04454621423325, "S22": -46.04454621423325, "W31": -78.649237935753646, "S31": -78.851215460755213, "W32": -88.545767966763805, "S32": -93.545767966763805 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17427034770528532, "S11": -0.17427034770528532, "W12": -5.0, "S12": -12.456140350877192, "W13": -21.567671366648664, "S13": -21.567671366648664, "W21": -37.74392784984002, "S21": -46.665128453989517, "W22": -48.148073800029209, "S22": -48.148073800029209, "W31": -70.0, "S31": -71.818165500357736, "W32": -88.601387095986212, "S32": -93.601387095986212 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40042624644794417, "S11": 0.40042624644794417, "W12": -4.9999999999999991, "S12": -10.311384437475784, "W13": -19.264872164403037, "S13": -22.264872164403037, "W21": -32.842405341618118, "S21": -49.912983213744354, "W22": -60.152883912643091, "S22": -89.277257316596561, "W31": -94.088374614319974, "S31": -94.088374614319974, "W32": -101.26364962453906, "S32": -106.26364962453906 }, "geometry": { "type": "Point", "coordinates": [ 100801.0, 502621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0167919915052703, "S11": 2.0167919915052703, "W12": -9.6966084799385612, "S12": -11.215050511681991, "W13": -19.335194446347423, "S13": -22.131913290773209, "W21": -39.83138343637571, "S21": -40.396283691411512, "W22": -76.548055984803, "S22": -87.732890639292364, "W31": -109.08438869267829, "S31": -109.08438869267829, "W32": -110.00069582428657, "S32": -115.00069582428657 }, "geometry": { "type": "Point", "coordinates": [ 100801.333333333328483, 501363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13133722186217325, "S11": -0.13133722186217325, "W12": -14.906268324146827, "S12": -14.906268324146827, "W13": -17.868839513161621, "S13": -17.868839513161621, "W21": -52.014155370322023, "S21": -65.773234597051271, "W22": -65.773234597051271, "S22": -75.599885993041454, "W31": -92.618404309097571, "S31": -92.618404309097571, "W32": -99.712066144860444, "S32": -104.71206614486044 }, "geometry": { "type": "Point", "coordinates": [ 100802.0, 498585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.507775699679513, "S13": -24.516144250575145, "W21": -60.0, "S21": -60.598352155761191, "W22": -82.921448356245179, "S22": -93.197550379309803, "W31": -111.11866436240656, "S31": -111.11866436240656, "W32": -111.11866436240656, "S32": -114.74307156822347 }, "geometry": { "type": "Point", "coordinates": [ 100802.0, 500324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.8233280056595387, "W13": -20.0, "S13": -20.0, "W21": -40.855868124933274, "S21": -40.855868124933274, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100802.0, 509525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.220939974588344, "S11": 0.220939974588344, "W12": -8.2517179886348533, "S12": -8.2517179886348533, "W13": -18.70498570992665, "S13": -20.287291079226069, "W21": -41.489752442518189, "S21": -43.837087865715681, "W22": -48.997170244313942, "S22": -52.714479582683957, "W31": -85.54086003512019, "S31": -85.54086003512019, "W32": -97.317021451407498, "S32": -102.3170214514075 }, "geometry": { "type": "Point", "coordinates": [ 100803.0, 497649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.775953162930172, "W13": -19.388835496752097, "S13": -20.323462825944645, "W21": -38.728882239261893, "S21": -49.672109334606731, "W22": -56.486880023609885, "S22": -74.770080131843542, "W31": -90.044154004926, "S31": -90.044154004926, "W32": -99.533442269928756, "S32": -104.53344226992876 }, "geometry": { "type": "Point", "coordinates": [ 100804.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7976989302593398, "S11": 1.7976989302593398, "W12": -6.2261778706946886, "S12": -7.4166910480889143, "W13": -24.349684686341224, "S13": -24.349684686341224, "W21": -38.841535325863738, "S21": -38.841535325863738, "W22": -45.602759765912701, "S22": -70.602759765912708, "W31": -80.0, "S31": -80.227379079130145, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100804.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.386335025518328, "S21": -42.386335025518328, "W22": -42.386335025518328, "S22": -42.386335025518328, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100805.232558139541652, 511970.441860465100035 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7331620959945933, "S11": 1.7331620959945933, "W12": -6.0165041303107616, "S12": -9.3435853517184242, "W13": -23.801278918521234, "S13": -23.801278918521234, "W21": -38.484761700100293, "S21": -38.484761700100293, "W22": -45.709361661287623, "S22": -45.709361661287623, "W31": -80.0, "S31": -80.317724577672351, "W32": -88.786308879517563, "S32": -93.786308879517563 }, "geometry": { "type": "Point", "coordinates": [ 100805.866666666668607, 506047.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8842589036907385, "S11": 1.8842589036907385, "W12": -7.1168986874502691, "S12": -7.1168986874502691, "W13": -24.18607829989168, "S13": -24.18607829989168, "W21": -39.513007291744373, "S21": -39.513007291744373, "W22": -45.521361650881026, "S22": -65.521361650881033, "W31": -80.000000000000014, "S31": -80.14096107353258, "W32": -93.020730314087913, "S32": -98.020730314087913 }, "geometry": { "type": "Point", "coordinates": [ 100806.0, 505070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0061195887932030202, "S11": 0.0061195887932030202, "W12": -8.1201802762559208, "S12": -8.1201802762559208, "W13": -17.441176561590893, "S13": -19.411523340968863, "W21": -45.398035804725524, "S21": -55.295898927137941, "W22": -55.295898927137941, "S22": -63.71919119533392, "W31": -87.926394791823625, "S31": -87.926394791823625, "W32": -98.349441422457645, "S32": -103.34944142245764 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 498053.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11659060071543112, "S11": -0.11659060071543112, "W12": -15.146914121815421, "S12": -15.146914121815421, "W13": -18.132678108695654, "S13": -21.277892096169559, "W21": -55.566697361222801, "S21": -55.566697361222801, "W22": -70.217958703999784, "S22": -84.826230584180422, "W31": -96.87295832098593, "S31": -96.87295832098593, "W32": -100.93152297501825, "S32": -105.93152297501825 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 498891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0011737323358268492, "S11": 0.0011737323358268492, "W12": -5.0, "S12": -12.458697377007415, "W13": -19.261672799376498, "S13": -20.836711208549733, "W21": -35.77271522151019, "S21": -51.343186404501282, "W22": -58.309083368885297, "S22": -83.309083368885297, "W31": -91.467356224645883, "S31": -91.467356224645883, "W32": -100.08210620258814, "S32": -105.08210620258814 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 502798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6359871500558318, "S11": 1.6359871500558318, "W12": -5.0, "S12": -5.0, "W13": -22.979007372309379, "S13": -22.979007372309379, "W21": -36.899203886577851, "S21": -36.899203886577851, "W22": -45.875566804601384, "S22": -46.263577247993453, "W31": -74.866616554954973, "S31": -74.866616554954973, "W32": -88.477820181100398, "S32": -93.477820181100398 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.1483855989713554, "W13": -21.239181792846036, "S13": -21.239181792846036, "W21": -38.98194322991101, "S21": -47.483930066567488, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.690457701315907, "W32": -88.56397421226589, "S32": -93.56397421226589 }, "geometry": { "type": "Point", "coordinates": [ 100807.0, 508336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40405228857797393, "S11": 0.40405228857797393, "W12": -7.6274744039403206, "S12": -9.7471883064883755, "W13": -20.0, "S13": -22.551328170939495, "W21": -44.237983111498217, "S21": -44.237983111498217, "W22": -50.659515356216318, "S22": -60.659515356216318, "W31": -79.606061194957931, "S31": -79.857910121503494, "W32": -97.063201758744029, "S32": -102.06320175874403 }, "geometry": { "type": "Point", "coordinates": [ 100808.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.211753832349061, "S21": -42.211753832349061, "W22": -42.211753832349061, "S22": -42.211753832349061, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100809.117647058825241, 511712.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94057096081039604, "S11": 0.94057096081039604, "W12": -10.0, "S12": -10.0, "W13": -19.816794844989388, "S13": -23.475939969949167, "W21": -60.0, "S21": -61.553831803008997, "W22": -82.090758649358321, "S22": -87.100754721077507, "W31": -111.30033122250009, "S31": -111.30033122250009, "W32": -111.30033122250009, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 100809.5, 500680.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0, "S11": 0.0, "W12": -8.1, "S12": -8.1, "W13": -17.4, "S13": -19.4, "W21": -45.459648118380201, "S21": -55.575349259195477, "W22": -55.575349259195477, "S22": -63.631083298049042, "W31": -87.958286262226622, "S31": -87.958286262226622, "W32": -98.366444629173628, "S32": -103.36644462917363 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0240090807119411, "S11": 1.0240090807119411, "W12": -9.9916246977126004, "S12": -17.329083377982702, "W13": -19.198595469242925, "S13": -24.474311922518119, "W21": -36.2411124653499, "S21": -45.055790571229124, "W22": -68.584888516791366, "S22": -103.58488851679135, "W31": -103.58488851679135, "S31": -103.58488851679135, "W32": -107.58681875792142, "S32": -112.58681875792142 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 501942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24633725631120296, "S11": 0.24633725631120296, "W12": -8.2190244692032515, "S12": -8.2190244692032515, "W13": -18.839209238948861, "S13": -21.37290171988252, "W21": -40.947133867136806, "S21": -43.947133867136806, "W22": -48.229858306423552, "S22": -51.080710368137012, "W31": -85.152947825887708, "S31": -85.152947825887708, "W32": -97.158537307373521, "S32": -102.15853730737352 }, "geometry": { "type": "Point", "coordinates": [ 100811.0, 497588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91771308909066718, "S11": 0.91771308909066718, "W12": -7.4907965766741738, "S12": -8.566591342896114, "W13": -20.0, "S13": -20.0, "W21": -43.094080810871013, "S21": -43.094080810871013, "W22": -50.0, "S22": -60.0, "W31": -79.29704624604274, "S31": -79.329837512202758, "W32": -96.327540201046631, "S32": -101.32754020104663 }, "geometry": { "type": "Point", "coordinates": [ 100811.5, 504371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07916076370971524, "S11": -0.07916076370971524, "W12": -12.500263867714319, "S12": -12.500263867714319, "W13": -17.694178705839505, "S13": -18.379655313499942, "W21": -49.201237215871942, "S21": -61.86749353225845, "W22": -61.86749353225845, "S22": -70.084912604647855, "W31": -90.0, "S31": -90.0, "W32": -99.248518071910667, "S32": -104.24851807191067 }, "geometry": { "type": "Point", "coordinates": [ 100812.0, 498405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45052484460318787, "S11": -0.45052484460318787, "W12": -6.6476939748075905, "S12": -6.6476939748075905, "W13": -20.0, "S13": -22.480944700969886, "W21": -44.542431827250738, "S21": -46.412752471698695, "W22": -52.951704399026141, "S22": -62.951704399026141, "W31": -80.0, "S31": -80.0, "W32": -98.274532574854263, "S32": -103.27453257485426 }, "geometry": { "type": "Point", "coordinates": [ 100812.0, 503536.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10048106574565066, "S11": 0.10048106574565066, "W12": -14.882104197561526, "S12": -14.882104197561526, "W13": -18.19499015331807, "S13": -21.12661030494974, "W21": -53.992881224967455, "S21": -62.064064007907632, "W22": -69.694349974605842, "S22": -82.131655723973068, "W31": -98.5524022203751, "S31": -98.5524022203751, "W32": -101.55739681863516, "S32": -106.55739681863516 }, "geometry": { "type": "Point", "coordinates": [ 100814.21052631578641, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34706858330923046, "S11": 0.34706858330923046, "W12": -7.8852725575793619, "S12": -7.8852725575793619, "W13": -19.038547351381876, "S13": -19.038547351381876, "W21": -39.638754365375839, "S21": -40.070217908520171, "W22": -44.581862575898839, "S22": -47.593477718836745, "W31": -83.065839835337229, "S31": -83.065839835337229, "W32": -96.22153788727131, "S32": -101.22153788727131 }, "geometry": { "type": "Point", "coordinates": [ 100816.333333333328483, 497239.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.236900681259588, "S11": 1.236900681259588, "W12": -10.366643380972366, "S12": -18.556649039896385, "W13": -19.171181421820144, "S13": -21.123025550583339, "W21": -38.111592032395521, "S21": -41.421772599035585, "W22": -72.486999660930934, "S22": -107.51821684747117, "W31": -107.51821684747117, "S31": -107.51821684747117, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100816.75, 501718.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1198794389454426, "S11": -0.1198794389454426, "W12": -15.0, "S12": -15.0, "W13": -17.856906640767271, "S13": -18.04029945698154, "W21": -52.183944239508733, "S21": -64.79316165460331, "W22": -64.79316165460331, "S22": -75.015568884394312, "W31": -92.751215855805611, "S31": -92.751215855805611, "W32": -99.756146407004024, "S32": -104.75614640700402 }, "geometry": { "type": "Point", "coordinates": [ 100817.0, 498604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2405181201854081, "S11": 1.2405181201854081, "W12": -10.358312164520335, "S12": -18.517136047143314, "W13": -19.168097461291946, "S13": -21.248769949236689, "W21": -38.122179756835571, "S21": -41.2762765911, "W22": -72.377706478998064, "S22": -107.40490282626556, "W31": -107.40490282626556, "S31": -107.40490282626556, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100819.0, 501722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039871882567912964, "S11": 0.039871882567912964, "W12": -7.7446941604210107, "S12": -8.1780928587292312, "W13": -20.0, "S13": -22.291940063494732, "W21": -45.103528412363048, "S21": -45.103528412363048, "W22": -51.49588314540425, "S22": -61.49588314540425, "W31": -79.643072562339214, "S31": -79.643072562339214, "W32": -97.520390335188125, "S32": -102.52039033518813 }, "geometry": { "type": "Point", "coordinates": [ 100819.0, 503856.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7416798148677568, "S11": 1.7416798148677568, "W12": -6.0568270283130818, "S12": -9.5856848664811167, "W13": -23.844390320485832, "S13": -23.844390320485832, "W21": -38.407665839673598, "S21": -38.407665839673598, "W22": -45.647403568447281, "S22": -45.647403568447281, "W31": -80.0, "S31": -80.326286742312121, "W32": -88.708430304499899, "S32": -93.708430304499899 }, "geometry": { "type": "Point", "coordinates": [ 100819.733333333337214, 506095.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15054582459602814, "S11": -0.15054582459602814, "W12": -15.178693251670877, "S12": -15.178693251670877, "W13": -18.138943220788697, "S13": -21.315380567916815, "W21": -55.675093018825436, "S21": -56.215273089212062, "W22": -70.0, "S22": -85.923655176356249, "W31": -96.475709031324627, "S31": -96.475709031324627, "W32": -100.82893293608861, "S32": -105.82893293608861 }, "geometry": { "type": "Point", "coordinates": [ 100820.0, 498871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.220496688741747, "S11": 2.220496688741747, "W12": -9.6504216932976732, "S12": -9.9574437270590153, "W13": -19.350216681724323, "S13": -21.960807171572373, "W21": -39.933013737819607, "S21": -41.118032872702052, "W22": -76.887552188838683, "S22": -88.920422318979007, "W31": -109.51188834561164, "S31": -109.51188834561164, "W32": -110.0132778907242, "S32": -115.0132778907242 }, "geometry": { "type": "Point", "coordinates": [ 100820.666666666671517, 501331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29307314193308265, "S11": 0.29307314193308265, "W12": -8.1743585300303998, "S12": -8.1743585300303998, "W13": -19.091085832970037, "S13": -20.434621136630895, "W21": -40.003917823648962, "S21": -41.916642084057706, "W22": -46.899161651786095, "S22": -48.19529288838973, "W31": -84.473124162874939, "S31": -84.473124162874939, "W32": -96.874132554660321, "S32": -101.87413255466032 }, "geometry": { "type": "Point", "coordinates": [ 100823.0, 497480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21667986447116805, "S11": 0.21667986447116805, "W12": -8.1342577634952278, "S12": -8.1342577634952278, "W13": -18.6437588894618, "S13": -20.568856140831105, "W21": -41.141984377678199, "S21": -43.997184451438109, "W22": -48.4808280464948, "S22": -52.028290961118856, "W31": -85.336106796500758, "S31": -85.336106796500758, "W32": -97.250780232420453, "S32": -102.25078023242045 }, "geometry": { "type": "Point", "coordinates": [ 100823.25, 497625.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63916323012717957, "S11": 0.63916323012717957, "W12": -6.1331062942337997, "S12": -12.494642885529693, "W13": -19.21602518798014, "S13": -22.878359554726757, "W21": -32.757602548782714, "S21": -57.757602548782714, "W22": -62.367639152387248, "S22": -81.831166323912072, "W31": -96.620064548656217, "S31": -96.620064548656217, "W32": -102.50730890525651, "S32": -107.50730890525651 }, "geometry": { "type": "Point", "coordinates": [ 100824.0, 502432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.36, "S11": 1.36, "W12": -10.55, "S12": -19.1400002, "W13": -19.15, "S13": -21.35, "W21": -39.150002, "S21": -39.150002, "W22": -73.92801660458332, "S22": -95.671088424889547, "W31": -107.96202130388521, "S31": -107.96202130388521, "W32": -110.00729882686957, "S32": -115.00729882686957 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.02184688276962049, "S11": -0.02184688276962049, "W12": -10.191297441632242, "S12": -10.191297441632242, "W13": -17.525566346970983, "S13": -18.843048238445373, "W21": -47.394798846145378, "S21": -58.953302859430735, "W22": -58.953302859430735, "S22": -65.905219154321458, "W31": -88.969404880026829, "S31": -88.969404880026829, "W32": -98.819580541251128, "S32": -103.81958054125113 }, "geometry": { "type": "Point", "coordinates": [ 100826.0, 498239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12013181967443824, "S11": -0.12013181967443824, "W12": -15.037776809866582, "S12": -15.037776809866582, "W13": -17.886194761442272, "S13": -18.636324512072932, "W21": -52.958246172616306, "S21": -62.843467623128042, "W22": -64.356303715824424, "S22": -75.898354433649203, "W31": -93.430384628793561, "S31": -93.430384628793561, "W32": -99.892920802935578, "S32": -104.89292080293558 }, "geometry": { "type": "Point", "coordinates": [ 100826.875, 498658.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0075231717431771261, "S11": 0.0075231717431771261, "W12": -5.0, "S12": -13.062408625730889, "W13": -21.760809867207715, "S13": -21.760809867207715, "W21": -37.460342208837595, "S21": -46.254784921110982, "W22": -48.089896850038279, "S22": -48.089896850038279, "W31": -70.0, "S31": -71.452862419952183, "W32": -88.379821890386509, "S32": -93.379821890386509 }, "geometry": { "type": "Point", "coordinates": [ 100827.645833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33273150457190381, "S11": -0.33273150457190381, "W12": -5.0, "S12": -13.511114284354324, "W13": -19.324006460034049, "S13": -20.264689689847714, "W21": -37.02883415350194, "S21": -50.003567841568184, "W22": -56.920689894623543, "S22": -76.167348256294872, "W31": -90.449367906088938, "S31": -90.449367906088938, "W32": -99.67002014299311, "S32": -104.67002014299311 }, "geometry": { "type": "Point", "coordinates": [ 100828.0, 502959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6681296666046768, "S11": 1.6681296666046768, "W12": -5.0, "S12": -5.0, "W13": -23.204587455952897, "S13": -23.204587455952897, "W21": -37.025671143917002, "S21": -37.025671143917002, "W22": -45.744668487940743, "S22": -46.905648177577596, "W31": -73.781334115159211, "S31": -73.781334115159211, "W32": -88.29794340753601, "S32": -93.29794340753601 }, "geometry": { "type": "Point", "coordinates": [ 100829.0, 506723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -9.7761831912269397, "S12": -9.7761831912269397, "W13": -18.049999, "S13": -18.390421350809177, "W21": -37.433730647626184, "S21": -39.415609852495813, "W22": -45.672122088793472, "S22": -50.838980768433686, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100829.6, 496817.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2656026204331567, "S12": -6.2656026204331567, "W13": -20.0, "S13": -22.051623289508989, "W21": -43.788567609740994, "S21": -46.254706450366484, "W22": -53.250652622770389, "S22": -59.929795188268855, "W31": -81.861782091512808, "S31": -81.861782091512808, "W32": -98.460364086512968, "S32": -103.46036408651297 }, "geometry": { "type": "Point", "coordinates": [ 100830.0, 503449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7501975337409283, "S11": 1.7501975337409283, "W12": -6.0971499263153923, "S12": -9.8277843812435535, "W13": -23.887501722450494, "S13": -23.887501722450494, "W21": -38.320221164479115, "S21": -38.320221164479115, "W22": -45.585445475606925, "S22": -48.12307183277553, "W31": -80.0, "S31": -80.334848906951891, "W32": -88.630551729482448, "S32": -93.630551729482448 }, "geometry": { "type": "Point", "coordinates": [ 100833.6, 506143.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95205058399929743, "S11": 0.95205058399929743, "W12": -9.3828165322100876, "S12": -9.3828165322100876, "W13": -20.998988095857989, "S13": -25.638131113234813, "W21": -56.255723619900195, "S21": -57.09063131589636, "W22": -82.177903437312381, "S22": -104.03148771078483, "W31": -110.08973192132507, "S31": -110.08973192132507, "W32": -110.08973192132507, "S32": -112.70329670329672 }, "geometry": { "type": "Point", "coordinates": [ 100834.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7118453104801086, "S11": 1.7118453104801086, "W12": -5.4268701701836903, "S12": -10.42687017018369, "W13": -23.560998449683844, "S13": -23.560998449683844, "W21": -37.713617475578928, "S21": -37.713617475578928, "W22": -45.647809248322673, "S22": -57.225601915604891, "W31": -74.764153673415038, "S31": -75.12058218294483, "W32": -88.070234874480334, "S32": -93.070234874480334 }, "geometry": { "type": "Point", "coordinates": [ 100835.0, 506443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98738428484238661, "S11": 0.98738428484238661, "W12": -8.8548022097486303, "S12": -15.464690102380134, "W13": -19.17000866498589, "S13": -24.279533637008306, "W21": -35.649718375764223, "S21": -44.615700019818497, "W22": -67.025871692939589, "S22": -68.691640340860118, "W31": -100.0, "S31": -100.0, "W32": -105.18705111956062, "S32": -110.18705111956062 }, "geometry": { "type": "Point", "coordinates": [ 100836.0, 502070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2973606290432793, "S11": 1.2973606290432793, "W12": -7.4149893779853633, "S12": -7.4149893779853633, "W13": -20.0, "S13": -20.0, "W21": -42.273528750043994, "S21": -42.273528750043994, "W22": -48.714658459445417, "S22": -52.364808211123012, "W31": -80.0, "S31": -80.074800501238329, "W32": -95.639590647632929, "S32": -100.63959064763293 }, "geometry": { "type": "Point", "coordinates": [ 100836.0, 504656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6463988378466055, "S11": 1.6463988378466055, "W12": -5.0, "S12": -8.2185923497181612, "W13": -23.006149283978139, "S13": -23.006149283978139, "W21": -37.549961797068413, "S21": -37.549961797068413, "W22": -45.843299213880165, "S22": -45.843299213880165, "W31": -75.868347498266218, "S31": -75.868347498266218, "W32": -88.251999137015275, "S32": -93.251999137015275 }, "geometry": { "type": "Point", "coordinates": [ 100836.272727272720658, 506944.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5331758442635142, "S12": -8.6665354159171653, "W13": -20.365772726761527, "S13": -20.365772726761527, "W21": -41.734567201140742, "S21": -41.734567201140742, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -88.381187097972671, "S32": -93.381187097972671 }, "geometry": { "type": "Point", "coordinates": [ 100836.476190476183547, 509296.952380952367093 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84266337141905301, "S11": 0.84266337141905301, "W12": -7.5388242007098096, "S12": -8.2808171537166579, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -43.275534393361404, "S21": -43.275534393361404, "W22": -50.000000000000007, "S22": -60.000000000000007, "W31": -78.970349753196416, "S31": -79.006060487513111, "W32": -96.254367878908326, "S32": -101.25436787890833 }, "geometry": { "type": "Point", "coordinates": [ 100837.0, 504392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20252709919955159, "S11": 0.20252709919955159, "W12": -7.7183795925158458, "S12": -9.530985761492154, "W13": -20.047659644527879, "S13": -22.817677706389375, "W21": -44.732113193642313, "S21": -44.732113193642313, "W22": -50.736273698316978, "S22": -60.736273698316978, "W31": -79.285146167394174, "S31": -79.285146167394174, "W32": -97.151352869413529, "S32": -102.15135286941353 }, "geometry": { "type": "Point", "coordinates": [ 100838.0, 504007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53904708459319806, "S11": 0.53904708459319806, "W12": -9.4770040680256038, "S12": -9.4770040680256038, "W13": -20.974262389151871, "S13": -24.763767988430025, "W21": -56.255083627880055, "S21": -56.255083627880055, "W22": -82.54663984688375, "S22": -105.23402170624227, "W31": -110.41845652297242, "S31": -110.41845652297242, "W32": -110.41845652297242, "S32": -113.09157509157487 }, "geometry": { "type": "Point", "coordinates": [ 100838.666666666671517, 499985.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20493709140249164, "S11": 0.20493709140249164, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -18.269006186956524, "S13": -21.235394495933559, "W21": -53.091546811768048, "S21": -64.625645726802574, "W22": -69.362270695800959, "S22": -82.227416754224322, "W31": -99.472835813934509, "S31": -99.472835813934509, "W32": -101.77613738241752, "S32": -106.77613738241752 }, "geometry": { "type": "Point", "coordinates": [ 100839.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76097516619104977, "S11": 0.76097516619104977, "W12": -6.7481640893661403, "S12": -12.937528514119034, "W13": -19.186683173509881, "S13": -23.228005297501277, "W21": -33.762789006638577, "S21": -63.762789006638577, "W22": -63.762789006638577, "S22": -77.989037327198673, "W31": -97.598929831857006, "S31": -97.598929831857006, "W32": -103.09809239113692, "S32": -108.09809239113692 }, "geometry": { "type": "Point", "coordinates": [ 100839.0, 502341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62223574385959135, "S11": 0.62223574385959135, "W12": -5.5146096332615979, "S12": -11.2633859112072, "W13": -19.199155047046833, "S13": -22.977771600241603, "W21": -29.756598787511859, "S21": -49.756598787511862, "W22": -61.416859102149608, "S22": -86.946740455599155, "W31": -96.162225419805466, "S31": -96.162225419805466, "W32": -102.00550607620168, "S32": -107.00550607620168 }, "geometry": { "type": "Point", "coordinates": [ 100839.0, 502501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015354680034053903, "S11": -0.015354680034053903, "W12": -10.599548642242762, "S12": -10.599548642242762, "W13": -17.540488215196255, "S13": -18.684446412554784, "W21": -47.752001928128784, "S21": -59.514204885702732, "W22": -59.514204885702732, "S22": -65.883171130438754, "W31": -89.180962921970192, "S31": -89.180962921970192, "W32": -98.931752598530849, "S32": -103.93175259853085 }, "geometry": { "type": "Point", "coordinates": [ 100839.428571428565192, 498284.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.620144332537073, "S21": -45.000476868950635, "W22": -45.000476868950635, "S22": -45.000476868950635, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100839.470588235300966, 512393.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4242013859781486, "S11": 2.4242013859781486, "W12": -9.6042349066568651, "S12": -9.6042349066568651, "W13": -19.361921006040625, "S13": -22.170320882594574, "W21": -40.760796383572185, "S21": -42.565934398300918, "W22": -77.099280658058504, "S22": -90.016448582336565, "W31": -109.93938799854479, "S31": -109.93938799854479, "W32": -110.02585995716179, "S32": -115.02585995716179 }, "geometry": { "type": "Point", "coordinates": [ 100840.0, 501299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5678659914553883, "S11": 0.5678659914553883, "W12": -5.0, "S12": -10.114156929584107, "W13": -19.202816452454421, "S13": -22.888371888619197, "W21": -31.244864959947051, "S21": -50.629256065903064, "W22": -60.677511288228956, "S22": -90.392634715827555, "W31": -95.344325465877048, "S31": -95.344325465877048, "W32": -101.55277255590829, "S32": -106.55277255590829 }, "geometry": { "type": "Point", "coordinates": [ 100840.0, 502567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.036952911431394946, "S11": 0.036952911431394946, "W12": -7.942195148292682, "S12": -7.942195148292682, "W13": -17.560583741945194, "S13": -19.645737919480275, "W21": -43.926518838218129, "S21": -50.283465224113428, "W22": -51.877436877065847, "S22": -60.470986815875861, "W31": -87.151945185276745, "S31": -87.151945185276745, "W32": -98.052620831812945, "S32": -103.05262083181294 }, "geometry": { "type": "Point", "coordinates": [ 100841.0, 497941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0479316324002972, "S11": -2.0479316324002972, "W12": -10.0, "S12": -10.0, "W13": -20.706279485225718, "S13": -24.754002321222714, "W21": -57.787315492196946, "S21": -58.164183746424769, "W22": -82.3196343603488, "S22": -101.01416115864144, "W31": -110.34823206798916, "S31": -110.34823206798916, "W32": -110.34823206798916, "S32": -114.36830938374 }, "geometry": { "type": "Point", "coordinates": [ 100841.0, 500243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2951807091428895, "S11": 1.2951807091428895, "W12": -10.266343796249254, "S12": -18.095013978109407, "W13": -19.13842819787601, "S13": -22.627154901903118, "W21": -38.176601589868582, "S21": -39.939038408171321, "W22": -71.145728074257804, "S22": -100.31474215876484, "W31": -105.56726163044503, "S31": -105.56726163044503, "W32": -109.41286097765315, "S32": -114.41286097765315 }, "geometry": { "type": "Point", "coordinates": [ 100841.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18999475027583046, "S11": 0.18999475027583046, "W12": -9.571191603841271, "S12": -9.571191603841271, "W13": -20.949536682445764, "S13": -23.468873874261007, "W21": -56.2758291353041, "S21": -56.2758291353041, "W22": -82.441868083867718, "S22": -105.96304752911428, "W31": -110.74718112462044, "S31": -110.74718112462044, "W32": -110.74718112462044, "S32": -113.47985347985369 }, "geometry": { "type": "Point", "coordinates": [ 100843.333333333328483, 500020.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7323136261129699, "S11": 1.7323136261129699, "W12": -5.5938662912082799, "S12": -10.2989935590915, "W13": -23.711995063564071, "S13": -23.711995063564071, "W21": -37.888654153273364, "S21": -37.888654153273364, "W22": -45.576475196300343, "S22": -58.404212708863, "W31": -80.0, "S31": -80.375840864834956, "W32": -87.906050207868603, "S32": -92.906050207868603 }, "geometry": { "type": "Point", "coordinates": [ 100845.466666666659876, 506373.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9090019569471623, "S11": 1.9090019569471623, "W12": -10.0, "S12": -10.0, "W13": -19.655961808790071, "S13": -23.091752863171706, "W21": -60.0, "S21": -62.071520937145245, "W22": -80.341854774457673, "S22": -88.875523645144213, "W31": -111.03279286784066, "S31": -111.03279286784066, "W32": -111.03279286784066, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100847.0, 500875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7587152526140764, "S11": 1.7587152526140764, "W12": -6.0259883760285797, "S12": -9.9583994477171132, "W13": -23.930613124414993, "S13": -23.930613124414993, "W21": -38.232307963523894, "S21": -38.232307963523894, "W22": -45.52348738276666, "S22": -50.984976099965017, "W31": -80.0, "S31": -80.343411071591674, "W32": -88.552673154464671, "S32": -93.552673154464671 }, "geometry": { "type": "Point", "coordinates": [ 100847.466666666659876, 506191.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15159456338278401, "S11": -0.15159456338278401, "W12": -9.6653791396567854, "S12": -9.6653791396567854, "W13": -20.924810975739646, "S13": -23.449792694811642, "W21": -56.296574642727137, "S21": -56.296574642727137, "W22": -82.337096320851501, "S22": -106.69207335198412, "W31": -111.07590572626779, "S31": -111.07590572626779, "W32": -111.07590572626779, "S32": -113.67443842621869 }, "geometry": { "type": "Point", "coordinates": [ 100848.0, 500056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80672137593586579, "S11": 0.80672137593586579, "W12": -7.5612310357732584, "S12": -8.1815326113762143, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.362088186819832, "S21": -43.362088186819832, "W22": -49.999999999999993, "S22": -59.999999999999993, "W31": -78.841592602211691, "S31": -78.878448048671146, "W32": -96.223085447579891, "S32": -101.22308544757989 }, "geometry": { "type": "Point", "coordinates": [ 100848.666666666671517, 504400.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6604808251263752, "S11": 1.6604808251263752, "W12": -7.3311209735512435, "S12": -7.3311209735512435, "W13": -22.399885167464117, "S13": -22.399885167464117, "W21": -40.561148240348935, "S21": -40.561148240348935, "W22": -46.937536733561402, "S22": -49.723792972202027, "W31": -80.0, "S31": -80.110312524830235, "W32": -95.053511691838906, "S32": -100.05351169183891 }, "geometry": { "type": "Point", "coordinates": [ 100849.0, 504902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6804199579760919, "S11": 1.6804199579760919, "W12": -5.0, "S12": -5.0, "W13": -23.266810562354035, "S13": -23.266810562354035, "W21": -36.867353338650751, "S21": -36.867353338650751, "W22": -45.655296894459831, "S22": -45.655296894459831, "W31": -73.639638571878606, "S31": -73.639638571878606, "W32": -88.128554212785716, "S32": -93.128554212785716 }, "geometry": { "type": "Point", "coordinates": [ 100849.0, 506792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4460364584276173, "S11": 0.4460364584276173, "W12": -9.517732783671347, "S12": -9.517732783671347, "W13": -20.940719378698223, "S13": -24.072655971217841, "W21": -55.854343052407849, "S21": -55.854343052407849, "W22": -82.343956376763273, "S22": -105.12376770629838, "W31": -110.50223613826401, "S31": -110.50223613826401, "W32": -110.50223613826401, "S32": -113.25274725274724 }, "geometry": { "type": "Point", "coordinates": [ 100850.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3080867249310746, "S11": 2.3080867249310746, "W12": -10.0, "S12": -10.0, "W13": -19.572462717103754, "S13": -22.879132971492652, "W21": -55.427304124060406, "S21": -57.833806038368621, "W22": -79.348063300256257, "S22": -89.311490383882273, "W31": -110.99936736091074, "S31": -110.99936736091074, "W32": -110.99936736091074, "S32": -115.01467619658885 }, "geometry": { "type": "Point", "coordinates": [ 100850.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1027475386680987, "S11": 1.1027475386680987, "W12": -9.3137244026357227, "S12": -16.095938063774799, "W13": -19.143786826343767, "S13": -24.745193340050282, "W21": -36.427585013913429, "S21": -42.472244497818721, "W22": -67.749543817490718, "S22": -68.952398639354499, "W31": -101.3511996807913, "S31": -101.3511996807913, "W32": -106.39659907055344, "S32": -111.39659907055344 }, "geometry": { "type": "Point", "coordinates": [ 100850.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6538052034235695, "S11": 1.6538052034235695, "W12": -4.9999999999999991, "S12": -9.34391327364375, "W13": -23.040172639378916, "S13": -23.040172639378916, "W21": -37.743233925536927, "S21": -37.894208866935415, "W22": -45.849591656442641, "S22": -45.849591656442641, "W31": -75.988301200436482, "S31": -75.988301200436482, "W32": -88.145047172913479, "S32": -93.145047172913479 }, "geometry": { "type": "Point", "coordinates": [ 100850.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15451974021964782, "S11": 0.15451974021964782, "W12": -5.0, "S12": -13.552631578947368, "W13": -21.916979883108201, "S13": -21.916979883108201, "W21": -37.231037466715726, "S21": -45.922984912988277, "W22": -48.042855503135272, "S22": -48.042855503135272, "W31": -70.0, "S31": -71.157481707612078, "W32": -88.200666302135886, "S32": -93.200666302135886 }, "geometry": { "type": "Point", "coordinates": [ 100850.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88461178100720861, "S11": 0.88461178100720861, "W12": -7.509190768534677, "S12": -13.317016285514729, "W13": -19.160855495803577, "S13": -23.554953502078657, "W21": -34.565515656229415, "S21": -64.565515656229408, "W22": -64.864380173497167, "S22": -75.078557644451877, "W31": -98.653200016192358, "S31": -98.653200016192358, "W32": -103.81978197173392, "S32": -108.81978197173392 }, "geometry": { "type": "Point", "coordinates": [ 100851.0, 502238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0088624772984686219, "S11": -0.0088624772984686219, "W12": -11.007799842853093, "S12": -11.007799842853093, "W13": -17.555410083421506, "S13": -18.525844586664174, "W21": -48.026106338536174, "S21": -59.97399799133018, "W22": -59.97399799133018, "S22": -65.86112310655507, "W31": -89.358052019922596, "S31": -89.358052019922596, "W32": -99.043924655810557, "S32": -104.04392465581056 }, "geometry": { "type": "Point", "coordinates": [ 100852.857142857144936, 498329.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2076614141000717, "S11": 1.2076614141000717, "W12": -10.0, "S12": -10.0, "W13": -19.759524661033879, "S13": -23.362023052109713, "W21": -60.0, "S21": -61.587686425606492, "W22": -81.785433491279804, "S22": -88.810663927038377, "W31": -111.01237229934162, "S31": -111.01237229934162, "W32": -111.01237229934162, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100853.125, 500694.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5307732592204246, "S12": -9.5307732592204246, "W13": -19.354344100571655, "S13": -22.115453784619966, "W21": -40.976563752364463, "S21": -43.125973152588472, "W22": -77.084667044612004, "S22": -91.554097420432555, "W31": -110.11871966010544, "S31": -110.11871966010544, "W32": -110.11871966010544, "S32": -115.03427475497843 }, "geometry": { "type": "Point", "coordinates": [ 100854.0, 501298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.320142329696921, "S21": -42.320142329696921, "W22": -42.320142329696921, "S22": -42.320142329696921, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100854.651162790702074, 511967.837209302349947 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1393950041196783, "S11": 1.1393950041196783, "W12": -9.2966045608976202, "S12": -16.034918144631863, "W13": -19.134809422575714, "S13": -24.740893268971718, "W21": -36.532103316880956, "S21": -41.951596533161883, "W22": -67.733385134326198, "S22": -67.733385134326198, "W31": -101.41089342733453, "S31": -101.41089342733453, "W32": -106.39274397972117, "S32": -111.39274397972117 }, "geometry": { "type": "Point", "coordinates": [ 100856.0, 501999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8986021890247378, "S11": 1.8986021890247378, "W12": -6.6175706679459649, "S12": -6.6886262079538188, "W13": -25.0, "S13": -25.0, "W21": -38.513267054333539, "S21": -38.513267054333539, "W22": -45.267655511362861, "S22": -70.267655511362861, "W31": -80.0, "S31": -80.183831139263162, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100857.0, 505309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31290199696163945, "S11": 0.31290199696163945, "W12": -7.4461516393462626, "S12": -7.4461516393462626, "W13": -18.81810595564043, "S13": -18.81810595564043, "W21": -39.515057069893686, "S21": -40.132432338405842, "W22": -43.781282161839876, "S22": -46.835611301807404, "W31": -82.766747265208195, "S31": -82.766747265208195, "W32": -96.143461490605915, "S32": -101.14346149060592 }, "geometry": { "type": "Point", "coordinates": [ 100857.777777777781012, 497211.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2475675237853978, "S11": 1.2475675237853978, "W12": -10.0, "S12": -17.104012039225228, "W13": -19.124515712019942, "S13": -24.305577722184143, "W21": -37.306112002472211, "S21": -40.492631023488443, "W22": -68.78192293087595, "S22": -83.908112186273883, "W31": -103.10456980997157, "S31": -103.10456980997157, "W32": -107.65775144138372, "S32": -112.65775144138372 }, "geometry": { "type": "Point", "coordinates": [ 100858.0, 501905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.146875275210903, "S21": -42.146875275210903, "W22": -42.146875275210903, "S22": -42.146875275210903, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100858.352941176475724, 511711.794117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": -0.005741427030069894, "S11": -0.005741427030069894, "W12": -11.186349590341647, "S12": -11.186349590341647, "W13": -17.561685079519243, "S13": -18.455173652179873, "W21": -48.145484031283516, "S21": -60.145458250114082, "W22": -60.145458250114082, "S22": -65.838602005605338, "W31": -89.444812042055133, "S31": -89.444812042055133, "W32": -99.093604329429041, "S32": -104.09360432942904 }, "geometry": { "type": "Point", "coordinates": [ 100859.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.079777223607647968, "S11": -0.079777223607647968, "W12": -5.0, "S12": -13.854300537864724, "W13": -19.291178998131628, "S13": -20.291178998131628, "W21": -37.972297485175531, "S21": -51.958687623479626, "W22": -57.049762895126236, "S22": -76.7842836183342, "W31": -90.734024658067966, "S31": -90.734024658067966, "W32": -99.747627585465423, "S32": -104.74762758546542 }, "geometry": { "type": "Point", "coordinates": [ 100860.0, 502941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087613282497920886, "S11": -0.087613282497920886, "W12": -7.8261814484736165, "S12": -8.6559941857064171, "W13": -20.0, "S13": -22.763865599297372, "W21": -45.430082984091271, "S21": -45.430082984091271, "W22": -51.188910415586541, "S22": -61.188910415586541, "W31": -79.125662636964421, "S31": -79.125662636964421, "W32": -97.424348751324857, "S32": -102.42434875132486 }, "geometry": { "type": "Point", "coordinates": [ 100860.0, 503881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -9.4724284195641584, "S12": -9.4724284195641584, "W13": -18.049999, "S13": -18.3797745680499, "W21": -36.576166833682137, "S21": -38.49538146700985, "W22": -45.198838487878135, "S22": -49.759026529809404, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100860.8, 496855.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.3294716044746586, "S12": -8.3294716044746586, "W13": -18.049999, "S13": -18.049999, "W21": -38.237238446418374, "S21": -40.273707347545773, "W22": -43.253898775845919, "S22": -47.985015221311265, "W31": -81.446499493808886, "S31": -81.446499493808886, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100861.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7329695697796432, "S11": 1.7329695697796432, "W12": -10.0, "S12": -16.400754661097206, "W13": -19.143134518229221, "S13": -20.834523831907081, "W21": -38.769813071029951, "S21": -39.737444580473749, "W22": -74.267596130158594, "S22": -98.681579581539921, "W31": -108.52553237767242, "S31": -108.52553237767242, "W32": -110.02948424554711, "S32": -115.02948424554711 }, "geometry": { "type": "Point", "coordinates": [ 100861.0, 501584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38013300083125579, "S11": -0.38013300083125579, "W12": -5.0, "S12": -12.013660812032938, "W13": -19.416578633640921, "S13": -20.416578633640921, "W21": -40.0, "S21": -49.086042914082306, "W22": -56.066611114004473, "S22": -73.789246715499374, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -99.446360189603439, "S32": -104.44636018960344 }, "geometry": { "type": "Point", "coordinates": [ 100861.0, 503047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7672329714872479, "S11": 1.7672329714872479, "W12": -5.9162579185985296, "S12": -10.050445607047189, "W13": -23.973724526379655, "S13": -23.973724526379655, "W21": -38.144394762568773, "S21": -38.144394762568773, "W22": -45.461529289926304, "S22": -53.846880367151925, "W31": -80.0, "S31": -80.35197323623143, "W32": -88.474794579447234, "S32": -93.474794579447234 }, "geometry": { "type": "Point", "coordinates": [ 100861.333333333328483, 506239.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028475265328460005, "S11": 0.028475265328460005, "W12": -8.188886515840041, "S12": -8.188886515840041, "W13": -17.414500283718866, "S13": -19.508294315914583, "W21": -45.060907669610017, "S21": -55.060907669610017, "W22": -55.060907669610017, "S22": -62.349687951202966, "W31": -87.743260123441445, "S31": -87.743260123441445, "W32": -98.330269393140469, "S32": -103.33026939314047 }, "geometry": { "type": "Point", "coordinates": [ 100862.0, 498052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12012458369310412, "S11": 0.12012458369310412, "W12": -15.048484848484849, "S12": -15.048484848484849, "W13": -18.29819727231121, "S13": -21.415255443900605, "W21": -53.537037415887802, "S21": -61.405762525830482, "W22": -69.306215789810707, "S22": -84.810011292974281, "W31": -98.157307149329171, "S31": -98.157307149329171, "W32": -101.5115332401015, "S32": -106.5115332401015 }, "geometry": { "type": "Point", "coordinates": [ 100862.105263157893205, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9146112742842987, "S11": -1.9146112742842987, "W12": -10.0, "S12": -10.0, "W13": -20.691046918125856, "S13": -24.725749267155138, "W21": -56.58009993214484, "S21": -56.926267888644823, "W22": -81.929130874583223, "S22": -103.52621029172825, "W31": -110.04184278554415, "S31": -110.04184278554415, "W32": -110.04184278554415, "S32": -114.19923153061505 }, "geometry": { "type": "Point", "coordinates": [ 100864.5, 500232.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67550953856187834, "S11": 0.67550953856187834, "W12": -9.5486529449503781, "S12": -9.5486529449503781, "W13": -18.4499166, "S13": -21.333447140454112, "W21": -50.088730856236509, "S21": -66.21227006613239, "W22": -68.63632103688731, "S22": -87.490281565314319, "W31": -102.97165522031023, "S31": -102.97165522031023, "W32": -103.19505161277787, "S32": -108.19505161277787 }, "geometry": { "type": "Point", "coordinates": [ 100866.0, 499334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1845589434208381, "S11": 1.1845589434208381, "W12": -9.3508385440241124, "S12": -9.3508385440241124, "W13": -18.464935860869566, "S13": -21.480262052107175, "W21": -50.0, "S21": -64.818201726735197, "W22": -68.630738986490968, "S22": -89.251359941724431, "W31": -103.38113126012809, "S31": -103.38113126012809, "W32": -103.38113126012809, "S32": -108.37185903147282 }, "geometry": { "type": "Point", "coordinates": [ 100866.0, 499369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0023702745629020391, "S11": -0.0023702745629020391, "W12": -11.416051043463609, "S12": -11.416051043463609, "W13": -17.570331951646779, "S13": -18.367242760773582, "W21": -48.320734534050622, "S21": -60.389585909292023, "W22": -60.389585909292023, "S22": -65.839075082672366, "W31": -89.504209262535099, "S31": -89.504209262535099, "W32": -99.156096713090292, "S32": -104.15609671309029 }, "geometry": { "type": "Point", "coordinates": [ 100866.285714285710128, 498375.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.1404178958387163, "W13": -21.358459546673199, "S13": -21.358459546673199, "W21": -39.407313904090849, "S21": -45.861409686250163, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -71.863182777648618, "W32": -88.097959567147882, "S32": -93.097959567147882 }, "geometry": { "type": "Point", "coordinates": [ 100867.0, 508603.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38938240897040699, "S11": -0.38938240897040699, "W12": -9.7608733162281673, "S12": -9.7608733162281673, "W13": -20.856563802859966, "S13": -23.363291184366407, "W21": -55.543434438325505, "S21": -55.543434438325505, "W22": -81.933496364708972, "S22": -106.62720491161022, "W31": -111.29890096512472, "S31": -111.29890096512472, "W32": -111.29890096512472, "S32": -113.64916646045852 }, "geometry": { "type": "Point", "coordinates": [ 100870.333333333328483, 500090.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066748135291082228, "S11": -0.066748135291082228, "W12": -15.026294071798635, "S12": -15.026294071798635, "W13": -17.817726417384971, "S13": -18.651810108161303, "W21": -52.779245445093807, "S21": -60.890503885893182, "W22": -63.545085548159562, "S22": -73.033766514785924, "W31": -93.215415657085074, "S31": -93.215415657085074, "W32": -99.911968608256274, "S32": -104.91196860825627 }, "geometry": { "type": "Point", "coordinates": [ 100870.75, 498671.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.039650872817955679, "S11": -0.039650872817955679, "W12": -5.0, "S12": -13.691037174544242, "W13": -19.297637254499513, "S13": -20.297637254499513, "W21": -38.356278654707936, "S21": -51.94123037492642, "W22": -56.903072459715474, "S22": -76.497362214269202, "W31": -90.719021265812415, "S31": -90.719021265812415, "W32": -99.728172363307493, "S32": -104.72817236330749 }, "geometry": { "type": "Point", "coordinates": [ 100871.0, 502951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7309327465303677, "S11": 1.7309327465303677, "W12": -5.0881484467733937, "S12": -6.0881484467733937, "W13": -23.647391246362915, "S13": -23.647391246362915, "W21": -37.372881973655687, "S21": -37.372881973655687, "W22": -45.492251617050321, "S22": -51.81597506341528, "W31": -72.860850539891757, "S31": -73.120335401959707, "W32": -87.748050778962451, "S32": -92.748050778962451 }, "geometry": { "type": "Point", "coordinates": [ 100871.0, 506590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17675085881986152, "S11": 0.17675085881986152, "W12": -7.8355108667250848, "S12": -7.8355108667250848, "W13": -18.322482566598069, "S13": -20.277089374109845, "W21": -40.74540675987803, "S21": -43.627782077493059, "W22": -47.850065318046973, "S22": -51.86210052763716, "W31": -85.177518538551652, "S31": -85.177518538551652, "W32": -97.235577833142784, "S32": -102.23557783314278 }, "geometry": { "type": "Point", "coordinates": [ 100872.166666666671517, 497625.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5039816309242502, "S11": 2.5039816309242502, "W12": -9.7048316089854829, "S12": -9.7048316089854829, "W13": -19.457006064927551, "S13": -22.593901909472518, "W21": -50.635877293966274, "S21": -53.412541371346613, "W22": -78.255654231536184, "S22": -90.995803180659394, "W31": -110.81998315237193, "S31": -110.81998315237193, "W32": -110.81998315237193, "S32": -115.0366526512191 }, "geometry": { "type": "Point", "coordinates": [ 100875.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7757506903604117, "S11": 1.7757506903604117, "W12": -5.8065274611683408, "S12": -10.142491766377374, "W13": -24.016835928344257, "S13": -24.016835928344257, "W21": -38.056481561613538, "S21": -38.056481561613538, "W22": -45.399571197085962, "S22": -56.434373148150144, "W31": -80.0, "S31": -80.360535400871214, "W32": -88.396916004429571, "S32": -93.396916004429571 }, "geometry": { "type": "Point", "coordinates": [ 100875.2, 506287.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2775302421659402, "S12": -9.2313119547653031, "W13": -19.731423086454562, "S13": -20.731423086454562, "W21": -40.0, "S21": -42.163193236154612, "W22": -54.302835789802614, "S22": -67.983985293736936, "W31": -86.68072684813545, "S31": -86.68072684813545, "W32": -98.955082232109262, "S32": -103.95508223210926 }, "geometry": { "type": "Point", "coordinates": [ 100877.0, 503224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0050822709278479372, "S11": 0.0050822709278479372, "W12": -7.8179060645416802, "S12": -9.5517236774160654, "W13": -20.192111874176803, "S13": -23.321922292306635, "W21": -45.2223317809501, "S21": -45.2223317809501, "W22": -50.656372256230362, "S22": -60.656372256230362, "W31": -78.833567527051144, "S31": -78.833567527051144, "W32": -97.171491344285457, "S32": -102.17149134428546 }, "geometry": { "type": "Point", "coordinates": [ 100877.0, 503982.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3323403794390814, "S11": 0.3323403794390814, "W12": -5.0, "S12": -14.145650584795428, "W13": -22.105897572426766, "S13": -22.105897572426766, "W21": -36.95364925117596, "S21": -45.521608947896702, "W22": -47.985949940898458, "S22": -47.985949940898458, "W31": -70.0, "S31": -70.800161889702068, "W32": -87.9839431394618, "S32": -92.9839431394618 }, "geometry": { "type": "Point", "coordinates": [ 100877.041666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5022133892465872, "S11": 1.5022133892465872, "W12": -9.7161990020902902, "S12": -16.97102660402296, "W13": -19.08279103999957, "S13": -23.172054561910219, "W21": -38.62569503264853, "S21": -39.021825753741531, "W22": -70.156119019248507, "S22": -90.489452352581708, "W31": -105.45738044666659, "S31": -105.45738044666659, "W32": -108.98205299183292, "S32": -113.98205299183292 }, "geometry": { "type": "Point", "coordinates": [ 100879.666666666671517, 501782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0041219281726970307, "S11": 0.0041219281726970307, "W12": -11.82430224407319, "S12": -11.82430224407319, "W13": -17.585253819871976, "S13": -18.208640934883139, "W21": -48.868034706331791, "S21": -61.057845804020161, "W22": -61.057845804020161, "S22": -65.817027058787545, "W31": -89.775926984243625, "S31": -89.775926984243625, "W32": -99.268268770369872, "S32": -104.26826877036987 }, "geometry": { "type": "Point", "coordinates": [ 100879.714285714289872, 498420.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0169465910536619, "S12": -9.0169465910536619, "W13": -18.853449241805425, "S13": -21.631807288678882, "W21": -50.336194563662382, "S21": -61.788656256287588, "W22": -68.789982162536091, "S22": -92.151264619165872, "W31": -104.52850815208406, "S31": -104.52850815208406, "W32": -104.52850815208406, "S32": -108.87877172968727 }, "geometry": { "type": "Point", "coordinates": [ 100880.0, 499472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5422341165455435, "S11": 2.5422341165455435, "W12": -9.4117475968947719, "S12": -9.4117475968947719, "W13": -19.347253969347207, "S13": -22.103401786772711, "W21": -41.986310153569939, "S21": -44.820649966242357, "W22": -77.130562636400782, "S22": -94.234337048513865, "W31": -110.50840470554274, "S31": -110.50840470554274, "W32": -110.50840470554274, "S32": -115.05020508321626 }, "geometry": { "type": "Point", "coordinates": [ 100880.0, 501286.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6920690953564859, "S11": 1.6920690953564859, "W12": -4.9999999999999991, "S12": -8.5829651322975913, "W13": -23.297983441033182, "S13": -23.297983441033182, "W21": -37.238604118005505, "S21": -37.366889885485648, "W22": -45.689892096174923, "S22": -45.689892096174923, "W31": -73.821517999244293, "S31": -73.821517999244293, "W32": -87.864957843324092, "S32": -92.864957843324092 }, "geometry": { "type": "Point", "coordinates": [ 100881.363636363632395, 506965.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2958681157137768, "S12": -9.1700378519524097, "W13": -20.704704184870447, "S13": -20.704704184870447, "W21": -41.92145094027638, "S21": -41.921450940276387, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -87.99595193669721, "S32": -92.99595193669721 }, "geometry": { "type": "Point", "coordinates": [ 100884.523809523816453, 509294.047619047632907 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69572966278102721, "S11": 0.69572966278102721, "W12": -7.6316654948723377, "S12": -7.8612633276712698, "W13": -20.0, "S13": -20.0, "W21": -43.630095562768723, "S21": -43.630095562768723, "W22": -50.0, "S22": -60.0, "W31": -78.983571773073564, "S31": -79.024491399832442, "W32": -96.118630694113278, "S32": -101.11863069411328 }, "geometry": { "type": "Point", "coordinates": [ 100885.833333333328483, 504430.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8762931259128539, "S12": -12.152362252348661, "W13": -19.125859232205173, "S13": -21.586922136939997, "W21": -36.025649749940818, "S21": -55.197474517139824, "W22": -59.555925472929168, "S22": -74.43436743877092, "W31": -91.867270014414217, "S31": -91.867270014414217, "W32": -100.08567603748328, "S32": -105.08567603748328 }, "geometry": { "type": "Point", "coordinates": [ 100886.0, 502797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99204848089576425, "S11": 0.99204848089576425, "W12": -9.249712386761761, "S12": -9.249712386761761, "W13": -18.510897239130426, "S13": -21.619505063456174, "W21": -49.690063574874451, "S21": -65.012659561752344, "W22": -68.424989925120059, "S22": -91.187554329391233, "W31": -103.35589430401379, "S31": -103.35589430401379, "W32": -103.37764621307377, "S32": -108.37764621307377 }, "geometry": { "type": "Point", "coordinates": [ 100886.333333333328483, 499374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7812909161683004, "S11": -1.7812909161683004, "W12": -10.0, "S12": -10.0, "W13": -20.675814351025991, "S13": -24.419075110519664, "W21": -55.210659428782925, "S21": -55.526127087555068, "W22": -81.538627388817645, "S22": -106.03825942481504, "W31": -109.73545350309912, "S31": -109.73545350309912, "W32": -109.73545350309912, "S32": -114.00343680404717 }, "geometry": { "type": "Point", "coordinates": [ 100888.0, 500222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5306835792946631, "S11": 2.5306835792946631, "W12": -9.5952364903272791, "S12": -9.5952364903272791, "W13": -19.433370471054872, "S13": -22.538660422038831, "W21": -50.0, "S21": -52.834275496854332, "W22": -78.068423068085465, "S22": -92.840667744156889, "W31": -110.73222683076888, "S31": -110.73222683076888, "W32": -110.73222683076888, "S32": -115.03893325415987 }, "geometry": { "type": "Point", "coordinates": [ 100888.0, 501161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.555128406218785, "S21": -44.9413751465327, "W22": -44.9413751465327, "S22": -44.9413751465327, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100888.529411764699034, 512392.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7842684092335832, "S11": 1.7842684092335832, "W12": -5.6967970037382898, "S12": -10.23453792570745, "W13": -24.059947330308923, "S13": -24.059947330308923, "W21": -37.968568360658416, "S21": -37.968568360658416, "W22": -45.337613104245605, "S22": -58.820641043558474, "W31": -80.0, "S31": -80.369097565510984, "W32": -88.319037429412134, "S32": -93.319037429412134 }, "geometry": { "type": "Point", "coordinates": [ 100889.066666666665697, 506335.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6660017221788195, "S12": -9.6660017221788195, "W13": -18.485063915652173, "S13": -21.320222214341079, "W21": -50.0, "S21": -68.246321894762318, "W22": -68.406136417000425, "S22": -87.637697630029891, "W31": -102.45879739397911, "S31": -102.45879739397911, "W32": -102.99280557567897, "S32": -107.99280557567897 }, "geometry": { "type": "Point", "coordinates": [ 100889.4, 499298.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8153822346333861, "S12": -9.8153822346333861, "W13": -20.800636017751479, "S13": -23.254900459684606, "W21": -54.809239187872095, "S21": -54.82405824245393, "W22": -81.586232019235695, "S22": -106.27415458323939, "W31": -110.79794353509833, "S31": -110.79794353509833, "W32": -110.79794353509833, "S32": -113.58659371477276 }, "geometry": { "type": "Point", "coordinates": [ 100890.0, 500110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9003565197401908, "S12": -9.9003565197401908, "W13": -19.540908707364387, "S13": -22.82990581130089, "W21": -56.329618667859421, "S21": -58.686096893805477, "W22": -79.411843522372692, "S22": -93.813658587979162, "W31": -110.73208713234428, "S31": -110.73208713234428, "W32": -110.73208713234428, "S32": -115.00615340729647 }, "geometry": { "type": "Point", "coordinates": [ 100891.0, 500983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -9.1686736479009188, "S12": -9.1686736479009188, "W13": -18.049999, "S13": -18.369127785290427, "W21": -36.786207858251949, "S21": -38.642757920037788, "W22": -44.725554886962016, "S22": -48.775650537994743, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100892.0, 496894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.015010965666397, "S12": -10.015010965666397, "W13": -18.463460269565218, "S13": -21.305574048270856, "W21": -50.0, "S21": -69.546065556819357, "W22": -69.546065556819357, "S22": -86.088646923988094, "W31": -101.70635388533066, "S31": -101.70635388533066, "W32": -102.67004182869387, "S32": -107.67004182869387 }, "geometry": { "type": "Point", "coordinates": [ 100892.0, 499235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7806853148678088, "S11": 1.7806853148678088, "W12": -5.5714803498434549, "S12": -10.334798477312702, "W13": -24.022940085900235, "S13": -24.022940085900235, "W21": -37.870737375194381, "S21": -37.870737375194381, "W22": -45.332798825099658, "S22": -58.032479336282094, "W31": -80.0, "S31": -80.378704944255546, "W32": -88.140615899188361, "S32": -93.140615899188361 }, "geometry": { "type": "Point", "coordinates": [ 100892.333333333328483, 506388.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67374995576608021, "S11": -0.67374995576608021, "W12": -9.8563674927993947, "S12": -9.8563674927993947, "W13": -20.788316629980272, "S13": -23.276789673920884, "W21": -54.790294233922879, "S21": -54.845956353706576, "W22": -81.529896408566231, "S22": -106.56233647123413, "W31": -110.24775656377085, "S31": -110.24775656377085, "W32": -110.24775656377085, "S32": -113.62389449469805 }, "geometry": { "type": "Point", "coordinates": [ 100892.666666666671517, 500125.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010614130908263622, "S11": 0.010614130908263622, "W12": -12.23255344468371, "S12": -12.23255344468371, "W13": -17.600175688097252, "S13": -18.050039108992554, "W21": -49.415334878613905, "S21": -61.771597084021174, "W22": -61.771597084021174, "S22": -65.794979034904841, "W31": -90.133436594956066, "S31": -90.133436594956066, "W32": -99.380440827649593, "S32": -104.38044082764959 }, "geometry": { "type": "Point", "coordinates": [ 100893.142857142855064, 498466.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2021200950418343, "S11": 1.2021200950418343, "W12": -8.5962420261951138, "S12": -14.385188761260569, "W13": -19.090840134699572, "S13": -24.681260133910104, "W21": -35.889326773174787, "S21": -35.889326773174787, "W22": -65.770739633103204, "S22": -75.620714376325978, "W31": -99.835205882244693, "S31": -99.835205882244693, "W32": -104.34358841778699, "S32": -109.34358841778699 }, "geometry": { "type": "Point", "coordinates": [ 100894.0, 502158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4487134451567576, "S11": 1.4487134451567576, "W12": -9.3696267344669781, "S12": -9.3696267344669781, "W13": -20.851211326923078, "S13": -25.3718377892469, "W21": -53.561892267325206, "S21": -53.561892267325206, "W22": -81.419776360660393, "S22": -101.38203561967343, "W31": -109.65739122360867, "S31": -109.65739122360867, "W32": -109.65739122360867, "S32": -112.60439560439561 }, "geometry": { "type": "Point", "coordinates": [ 100895.0, 499941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4747518673897473, "S11": 1.4747518673897473, "W12": -10.0, "S12": -10.0, "W13": -19.70225447707837, "S13": -23.248106134270262, "W21": -60.0, "S21": -61.621541048203987, "W22": -81.035868442677611, "S22": -90.076333242475584, "W31": -110.72441337618315, "S31": -110.72441337618315, "W32": -110.72441337618315, "S32": -114.89570821533884 }, "geometry": { "type": "Point", "coordinates": [ 100896.75, 500709.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.586944352318876, "S11": 1.586944352318876, "W12": -9.4751448292530434, "S12": -15.869500883371261, "W13": -19.095381077775563, "S13": -22.095381077775563, "W21": -39.240097026250133, "S21": -40.581424892420522, "W22": -72.506983290133093, "S22": -107.57014446214913, "W31": -107.57014446214913, "S31": -107.57014446214913, "W32": -110.01379265929984, "S32": -115.01379265929984 }, "geometry": { "type": "Point", "coordinates": [ 100898.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2787354106140556, "S11": 0.2787354106140556, "W12": -7.1227938342484807, "S12": -7.1227938342484833, "W13": -18.590748253986408, "S13": -18.590748253986408, "W21": -39.391359774411555, "S21": -40.194646768291484, "W22": -42.980701747781112, "S22": -46.077744884778433, "W31": -82.467654695079176, "S31": -82.467654695079176, "W32": -96.065385093940549, "S32": -101.06538509394055 }, "geometry": { "type": "Point", "coordinates": [ 100899.222222222218988, 497183.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72209952752484574, "S11": 0.72209952752484574, "W12": -9.5264171352054081, "S12": -9.5264171352054081, "W13": -20.816842470414201, "S13": -23.255259746265846, "W21": -53.67606477295412, "S21": -53.67606477295412, "W22": -81.4968434119005, "S22": -102.92677673238101, "W31": -110.22195284250057, "S31": -110.22195284250057, "W32": -110.22195284250057, "S32": -113.12317505705094 }, "geometry": { "type": "Point", "coordinates": [ 100900.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.518842034865576, "S11": 2.518842034865576, "W12": -9.8212899265391371, "S12": -9.8212899265391371, "W13": -19.520494443438448, "S13": -22.784347280508062, "W21": -55.759571370112013, "S21": -58.160680274050257, "W22": -79.26882176454383, "S22": -94.624529668227339, "W31": -110.67113839850138, "S31": -110.67113839850138, "W32": -110.67113839850138, "S32": -115.00805415231284 }, "geometry": { "type": "Point", "coordinates": [ 100900.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.399606011335605, "S11": 1.399606011335605, "W12": -9.8097473106856388, "S12": -16.192289643395416, "W13": -19.069624705023386, "S13": -24.747961032701774, "W21": -37.2328084830732, "S21": -38.247872329840959, "W22": -67.521122641866668, "S22": -82.058252736785704, "W31": -101.29908833665613, "S31": -101.29908833665613, "W32": -106.21440642163076, "S32": -111.21440642163076 }, "geometry": { "type": "Point", "coordinates": [ 100900.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9736022977079488, "S11": 1.9736022977079488, "W12": -6.6850101104354325, "S12": -6.6850101104354325, "W13": -25.0, "S13": -25.0, "W21": -38.373983373433752, "S21": -38.373983373433752, "W22": -45.026971663117841, "S22": -65.131167119422088, "W31": -80.0, "S31": -80.172705052301623, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 100900.0, 505249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7074937718588969, "S11": 1.7074937718588969, "W12": -5.0000000000000009, "S12": -9.3011561342462699, "W13": -23.389481155838453, "S13": -23.389481155838453, "W21": -37.262925927118005, "S21": -37.713742263552192, "W22": -45.654637098652032, "S22": -45.654637098652032, "W31": -73.491237208257829, "S31": -73.491237208257829, "W32": -87.67196945131424, "S32": -92.67196945131424 }, "geometry": { "type": "Point", "coordinates": [ 100900.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4833098281445814, "S11": 0.4833098281445814, "W12": -5.0, "S12": -14.649122807017545, "W13": -22.266288399567738, "S13": -22.266288399567738, "W21": -36.71814708359144, "S21": -45.180841371987036, "W22": -47.937637206241334, "S22": -47.937637206241334, "W31": -70.0, "S31": -70.49679791486642, "W32": -87.79994550828556, "S32": -92.79994550828556 }, "geometry": { "type": "Point", "coordinates": [ 100900.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.227005870841487, "S11": 2.227005870841487, "W12": -10.0, "S12": -10.0, "W13": -19.58188146499824, "S13": -22.942561503612421, "W21": -59.383987285756426, "S21": -61.511379810334574, "W22": -80.045402587232658, "S22": -93.233336400844948, "W31": -110.67577894290845, "S31": -110.67577894290845, "W32": -110.67577894290845, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100901.0, 500898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21509844756375487, "S11": -0.21509844756375487, "W12": -7.9076687365262233, "S12": -9.1030420042955562, "W13": -20.154874068929498, "S13": -23.390665204029514, "W21": -45.756637555819502, "S21": -45.756637555819502, "W22": -50.881937685768825, "S22": -60.881937685768825, "W31": -78.608252711589657, "S31": -78.608252711589657, "W32": -97.328307167461574, "S32": -102.32830716746157 }, "geometry": { "type": "Point", "coordinates": [ 100901.0, 503905.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4193177394812273, "S11": -1.4193177394812273, "W12": -10.0, "S12": -10.0, "W13": -20.734806633789333, "S13": -23.863323089485537, "W21": -54.511237225752062, "S21": -54.74209324139359, "W22": -81.332461920620673, "S22": -107.91017713325721, "W31": -109.51846846846847, "S31": -109.51846846846847, "W32": -109.51846846846847, "S32": -113.80102966649254 }, "geometry": { "type": "Point", "coordinates": [ 100901.5, 500191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7927861281067468, "S11": 1.7927861281067468, "W12": -5.587066546308102, "S12": -10.326584085037632, "W13": -24.103058732273517, "S13": -24.103058732273517, "W21": -37.880655159703188, "S21": -37.880655159703188, "W22": -45.275655011405263, "S22": -58.099870793008648, "W31": -80.0, "S31": -80.377659730150768, "W32": -88.241158854394456, "S32": -93.241158854394456 }, "geometry": { "type": "Point", "coordinates": [ 100902.933333333334303, 506382.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": 0.014136296572928558, "S11": 0.014136296572928558, "W12": -7.8446909160344491, "S12": -10.247641296007627, "W13": -20.310546681322489, "S13": -23.85993632274716, "W21": -45.218110902341451, "S21": -45.218110902341451, "W22": -50.195266349931124, "S22": -60.195266349931124, "W31": -78.44327491609657, "S31": -78.94327491609657, "W32": -96.972118027954423, "S32": -101.97211802795442 }, "geometry": { "type": "Point", "coordinates": [ 100904.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.253949633875465, "S21": -42.253949633875465, "W22": -42.253949633875465, "S22": -42.253949633875465, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100904.069767441862496, 511965.232558139541652 ] } }, +{ "type": "Feature", "properties": { "W11": 0.01710633364384892, "S11": 0.01710633364384892, "W12": -12.64080464529404, "S12": -12.64080464529404, "W13": -17.6150975563225, "S13": -17.89143728310194, "W21": -49.962635050895905, "S21": -62.522484781379127, "W22": -62.522484781379127, "S22": -65.772931011021157, "W31": -90.6516190243767, "S31": -90.6516190243767, "W32": -99.492612884929315, "S32": -104.49261288492931 }, "geometry": { "type": "Point", "coordinates": [ 100906.571428571434808, 498511.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3085874232294601, "S11": 1.3085874232294601, "W12": -8.9777211249457967, "S12": -8.9777211249457967, "W13": -18.600247466046401, "S13": -21.32619701225175, "W21": -49.522237737688364, "S21": -64.043890501548759, "W22": -68.213658813352652, "S22": -91.922281884208417, "W31": -103.74013338771728, "S31": -103.74013338771728, "W32": -103.74013338771728, "S32": -108.56024081336963 }, "geometry": { "type": "Point", "coordinates": [ 100906.666666666671517, 499414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41747563833723944, "S11": 0.41747563833723944, "W12": -12.235294117647058, "S12": -12.235294117647058, "W13": -18.455875056521737, "S13": -21.5091068032675, "W21": -51.147019579050855, "S21": -68.110363597249602, "W22": -68.554295919802712, "S22": -85.060750630140916, "W31": -100.55654691168851, "S31": -100.55654691168851, "W32": -102.18587539101641, "S32": -107.18587539101641 }, "geometry": { "type": "Point", "coordinates": [ 100907.0, 499142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.418244389027431, "S11": -0.418244389027431, "W12": -5.0, "S12": -10.094245323432816, "W13": -19.646220918210755, "S13": -20.646220918210755, "W21": -40.0, "S21": -44.112839573331925, "W22": -54.973200180546158, "S22": -70.727171566275103, "W31": -88.199518353645189, "S31": -88.199518353645189, "W32": -99.162140817546231, "S32": -104.16214081754623 }, "geometry": { "type": "Point", "coordinates": [ 100907.0, 503160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.081996718072766, "S21": -42.081996718072766, "W22": -42.081996718072766, "S22": -42.081996718072766, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100907.588235294111655, 511710.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32490645943838359, "S11": 0.32490645943838359, "W12": -13.627450980391586, "S12": -13.627450980391586, "W13": -18.43771816811595, "S13": -21.495348876504337, "W21": -51.793303235588255, "S21": -66.50433136954301, "W22": -68.675557814873613, "S22": -84.831353466467107, "W31": -99.997318269001397, "S31": -99.997318269001397, "W32": -101.94580681453365, "S32": -106.94580681453365 }, "geometry": { "type": "Point", "coordinates": [ 100908.0, 499094.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23233728053941335, "S11": 0.23233728053941335, "W12": -15.000673400673421, "S12": -15.000673400673421, "W13": -18.419561279710138, "S13": -21.481590949741161, "W21": -52.38998921198872, "S21": -63.578636997436533, "W22": -68.796819709944671, "S22": -86.159860164222096, "W31": -98.87976517364163, "S31": -98.87976517364163, "W32": -101.7057382380506, "S32": -106.7057382380506 }, "geometry": { "type": "Point", "coordinates": [ 100909.0, 499047.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097002971750271949, "S11": -0.097002971750271949, "W12": -7.8822528085819172, "S12": -9.8489492770664953, "W13": -20.387229667842494, "S13": -23.882348754312336, "W21": -45.483296992937554, "S21": -45.483296992937554, "W22": -50.423979932670953, "S22": -60.423979932670953, "W31": -78.431112611160884, "S31": -78.636677511637473, "W32": -97.100314928899479, "S32": -102.10031492889948 }, "geometry": { "type": "Point", "coordinates": [ 100909.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13976810164055756, "S11": 0.13976810164055756, "W12": -15.048484848484849, "S12": -15.048484848484849, "W13": -18.361089372008209, "S13": -21.427518003681858, "W21": -52.917878406261998, "S21": -61.922448602420978, "W22": -68.916927957746481, "S22": -87.487213214706401, "W31": -97.762212078283241, "S31": -97.762212078283241, "W32": -101.46566966156783, "S32": -106.46566966156783 }, "geometry": { "type": "Point", "coordinates": [ 100910.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0080072242810901983, "S11": 0.0080072242810901983, "W12": -13.38523130291896, "S12": -13.38523130291896, "W13": -17.660973655457084, "S13": -17.699314057529126, "W21": -50.903032844375396, "S21": -60.0, "W22": -60.0, "S22": -66.690017361611808, "W31": -91.489131382153502, "S31": -91.489131382153502, "W32": -99.650997779222322, "S32": -104.65099777922232 }, "geometry": { "type": "Point", "coordinates": [ 100911.0, 498574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043534051505506134, "S11": 0.043534051505506134, "W12": -15.089158613427129, "S12": -15.089158613427129, "W13": -18.294750785229052, "S13": -21.365678653129006, "W21": -53.465821084330798, "S21": -60.458335319834532, "W22": -69.040676718309939, "S22": -85.70078308267685, "W31": -96.781823851497705, "S31": -96.781823851497705, "W32": -101.21595269838701, "S32": -106.21595269838701 }, "geometry": { "type": "Point", "coordinates": [ 100911.111111111109494, 498950.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0044533090722527618, "S11": -0.0044533090722527618, "W12": -15.111853226138939, "S12": -15.111853226138939, "W13": -18.163477357010205, "S13": -21.23890446113646, "W21": -54.013763762398924, "S21": -58.994222037249855, "W22": -68.816008203519033, "S22": -83.344016320800151, "W31": -96.080321051785603, "S31": -96.080321051785603, "W32": -100.96623573520648, "S32": -105.96623573520648 }, "geometry": { "type": "Point", "coordinates": [ 100912.222222222218988, 498901.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7833504994075398, "S12": -9.7833504994075398, "W13": -18.520211231304351, "S13": -21.420862588298132, "W21": -50.0, "S21": -69.760366042808045, "W22": -69.760366042808045, "S22": -88.708699498506817, "W31": -101.94593956764726, "S31": -101.94593956764726, "W32": -102.79055953857977, "S32": -107.79055953857977 }, "geometry": { "type": "Point", "coordinates": [ 100912.8, 499262.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03873458518439804, "S11": -0.03873458518439804, "W12": -15.118036196418519, "S12": -15.118036196418519, "W13": -17.969209289225315, "S13": -20.578152950226169, "W21": -54.561706440467709, "S21": -57.530108754663395, "W22": -68.210628998931824, "S22": -80.606538869124677, "W31": -95.378818252072691, "S31": -95.378818252072691, "W32": -100.71651877202567, "S32": -105.71651877202567 }, "geometry": { "type": "Point", "coordinates": [ 100913.333333333328483, 498852.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6860548244711744, "S11": 1.6860548244711744, "W12": -9.0999168841174249, "S12": -9.0999168841174249, "W13": -19.275329884251867, "S13": -21.281348804024933, "W21": -39.901688596544261, "S21": -43.222751672033468, "W22": -76.535136208578464, "S22": -99.313313868157095, "W31": -110.50968038320077, "S31": -110.50968038320077, "W32": -110.50968038320077, "S32": -115.0683191970034 }, "geometry": { "type": "Point", "coordinates": [ 100914.0, 501358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23925073724833432, "S11": 0.23925073724833432, "W12": -4.805183562800071, "S12": -13.676143627534232, "W13": -19.266955063653445, "S13": -20.329984226400388, "W21": -39.071856869029034, "S21": -53.267026621399751, "W22": -56.616338249182888, "S22": -76.558259396619007, "W31": -90.988674625535907, "S31": -90.988674625535907, "W32": -99.786324583621877, "S32": -104.78632458362188 }, "geometry": { "type": "Point", "coordinates": [ 100914.0, 502943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.041843494759019578, "S11": -0.041843494759019578, "W12": -15.099623207679072, "S12": -15.099623207679072, "W13": -17.785411619086119, "S13": -19.795933194795431, "W21": -54.477465026089369, "S21": -56.630870782294352, "W22": -66.738420218499954, "S22": -77.002231841607014, "W31": -94.677315452360574, "S31": -94.677315452360574, "W32": -100.46680180884513, "S32": -105.46680180884513 }, "geometry": { "type": "Point", "coordinates": [ 100914.444444444437977, 498803.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013364450907726222, "S11": -0.013364450907726222, "W12": -15.014811333730687, "S12": -15.014811333730687, "W13": -17.749258073327667, "S13": -18.786471163927189, "W21": -52.600244717571307, "S21": -58.937540148658321, "W22": -63.205405903633896, "S22": -71.222718614473436, "W31": -93.000446685376616, "S31": -93.000446685376616, "W32": -99.931016413576941, "S32": -104.93101641357694 }, "geometry": { "type": "Point", "coordinates": [ 100914.625, 498683.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49922829036635014, "S11": 0.49922829036635014, "W12": -11.058823529411764, "S12": -11.058823529411764, "W13": -18.489740198913044, "S13": -21.530168661900476, "W21": -50.519899091808917, "S21": -68.280816611541454, "W22": -68.382167482873015, "S22": -86.801919252139342, "W31": -100.9926046983343, "S31": -100.9926046983343, "W32": -102.38051968058087, "S32": -107.38051968058087 }, "geometry": { "type": "Point", "coordinates": [ 100914.75, 499182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8286949681227238, "S12": -8.8286949681227238, "W13": -19.879345735664341, "S13": -22.30721629352929, "W21": -51.555667026804549, "S21": -71.555667026804542, "W22": -72.796416399430527, "S22": -90.461711044896077, "W31": -107.46129661680246, "S31": -107.46129661680246, "W32": -107.46129661680246, "S32": -110.37770708823341 }, "geometry": { "type": "Point", "coordinates": [ 100915.0, 499735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1596962907642518, "S11": -1.1596962907642518, "W12": -9.9533664708540428, "S12": -9.9533664708540428, "W13": -20.720069457100593, "S13": -23.233841608999327, "W21": -53.811815022721198, "S21": -53.958059395232112, "W22": -81.126296452423702, "S22": -106.49746803086023, "W31": -109.38468468468469, "S31": -109.38468468468469, "W32": -109.38468468468469, "S32": -113.59862252893788 }, "geometry": { "type": "Point", "coordinates": [ 100915.0, 500160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.028755088531312093, "S11": -0.028755088531312093, "W12": -15.068929541159136, "S12": -15.068929541159136, "W13": -17.808009253638708, "S13": -19.390764675312219, "W21": -53.693602930300067, "S21": -56.8621446392834, "W22": -65.266211438066165, "S22": -74.354748132101747, "W31": -93.975812652647519, "S31": -93.975812652647519, "W32": -100.2170848456643, "S32": -105.2170848456643 }, "geometry": { "type": "Point", "coordinates": [ 100915.555555555562023, 498753.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.018023643101749767, "S11": -0.018023643101749767, "W12": -15.035284947962037, "S12": -15.035284947962037, "W13": -17.770184533203835, "S13": -19.021184827889666, "W21": -53.015106065406641, "S21": -58.096840362099961, "W22": -63.990367997787864, "S22": -72.384062436928161, "W31": -93.369254100789647, "S31": -93.369254100789647, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100916.0, 498711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19236255734385577, "S11": -0.19236255734385577, "W12": -7.9174325365675147, "S12": -9.5724615933399786, "W13": -20.336564103825719, "S13": -23.826166878223894, "W21": -45.712550368257894, "S21": -45.712550368257894, "W22": -50.576470814143747, "S22": -60.576470814143747, "W31": -78.381988886708129, "S31": -78.381988886708129, "W32": -97.191629819157384, "S32": -102.19162981915738 }, "geometry": { "type": "Point", "coordinates": [ 100916.0, 503958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6878004518342571, "S11": 1.6878004518342571, "W12": -5.0, "S12": -15.0, "W13": -23.190135487618516, "S13": -23.190135487618516, "W21": -38.744040945910427, "S21": -41.828239153145788, "W22": -45.893011307258369, "S22": -45.893011307258369, "W31": -77.131757002546408, "S31": -77.998712843668841, "W32": -87.631502223825649, "S32": -92.631502223825649 }, "geometry": { "type": "Point", "coordinates": [ 100916.0, 507277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015666682303637089, "S11": -0.015666682303637089, "W12": -15.030024605321488, "S12": -15.030024605321488, "W13": -17.763511796366, "S13": -18.966962894889459, "W21": -52.909740834511801, "S21": -58.257456170754111, "W22": -63.794002657634287, "S22": -72.062201159745456, "W31": -93.274309852935431, "S31": -93.274309852935431, "W32": -99.983594880853758, "S32": -104.98359488085376 }, "geometry": { "type": "Point", "coordinates": [ 100916.666666666671517, 498704.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8013038469799183, "S11": 1.8013038469799183, "W12": -5.4773360888780509, "S12": -10.418630244367709, "W13": -24.146170134238183, "S13": -24.146170134238183, "W21": -37.78615546055056, "S21": -37.78615546055056, "W22": -45.213696918564914, "S22": -57.233568959616576, "W31": -80.0, "S31": -80.386221894790523, "W32": -88.16328027937702, "S32": -93.16328027937702 }, "geometry": { "type": "Point", "coordinates": [ 100916.8, 506430.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043733998337490032, "S11": 0.043733998337490032, "W12": -4.8418119715919676, "S12": -12.343120934417424, "W13": -19.359302656615569, "S13": -20.359302656615569, "W21": -40.0, "S21": -50.555606514442914, "W22": -56.17573723886423, "S22": -74.628482937662255, "W31": -90.955892741092356, "S31": -90.955892741092356, "W32": -99.563648854189395, "S32": -104.5636488541894 }, "geometry": { "type": "Point", "coordinates": [ 100917.0, 503022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0025782760759482885, "S11": -0.0025782760759482885, "W12": -14.7526196882484, "S12": -14.7526196882484, "W13": -17.719014339093242, "S13": -18.543161114466194, "W21": -52.125878738722626, "S21": -59.652767702226519, "W22": -62.321793877200705, "S22": -69.76965418738655, "W31": -92.572807053222505, "S31": -92.572807053222505, "W32": -99.857324901305461, "S32": -104.85732490130546 }, "geometry": { "type": "Point", "coordinates": [ 100917.777777777781012, 498655.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6354251717751418, "S11": 1.6354251717751418, "W12": -9.2677287040722511, "S12": -15.304509917497416, "W13": -19.05545581751748, "S13": -23.565316951142574, "W21": -39.074788475428228, "S21": -40.289766593142531, "W22": -69.642732361236938, "S22": -86.27904080082385, "W31": -105.27051145771009, "S31": -105.27051145771009, "W32": -108.55124500601275, "S32": -113.55124500601275 }, "geometry": { "type": "Point", "coordinates": [ 100918.333333333328483, 501804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010510130151726705, "S11": 0.010510130151726705, "W12": -13.6961938669165, "S12": -13.6961938669165, "W13": -17.674516881820534, "S13": -17.986193771793129, "W21": -51.342016642934354, "S21": -61.048079233697216, "W22": -61.048079233697216, "S22": -67.477107215030259, "W31": -91.871304253510388, "S31": -91.871304253510388, "W32": -99.73105492175732, "S32": -104.73105492175732 }, "geometry": { "type": "Point", "coordinates": [ 100918.888888888890506, 498606.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15447628062766225, "S11": 0.15447628062766225, "W12": -4.8043079833070372, "S12": -12.932967129387288, "W13": -19.3155616524697, "S13": -20.3155616524697, "W21": -40.0, "S21": -52.232931529660071, "W22": -56.296678201498359, "S22": -75.443339930059693, "W31": -91.176306169966736, "S31": -91.176306169966736, "W32": -99.667889634105848, "S32": -104.66788963410585 }, "geometry": { "type": "Point", "coordinates": [ 100919.0, 502986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.023598536379415485, "S11": 0.023598536379415485, "W12": -13.049055845904558, "S12": -13.049055845904558, "W13": -17.630019424547772, "S13": -17.732835457211348, "W21": -50.558154547145179, "S21": -62.443390765169625, "W22": -62.443390765169625, "S22": -65.757399232249057, "W31": -91.169801453797476, "S31": -91.169801453797476, "W32": -99.604784942209022, "S32": -104.60478494220902 }, "geometry": { "type": "Point", "coordinates": [ 100920.0, 498557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6082546702929243, "S11": 2.6082546702929243, "W12": -9.2192602871326805, "S12": -9.2192602871326805, "W13": -19.330390256742469, "S13": -22.034286015039527, "W21": -43.2118239235677, "S21": -46.345763214023044, "W22": -77.161844614743075, "S22": -98.452225514691179, "W31": -110.50974677548334, "S31": -110.50974677548334, "W32": -110.50974677548334, "S32": -115.05525259096578 }, "geometry": { "type": "Point", "coordinates": [ 100920.0, 501274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1368218531685364, "S11": 0.1368218531685364, "W12": -7.5367639699550137, "S12": -7.5367639699550137, "W13": -18.001206243734256, "S13": -20.296608812251431, "W21": -40.348829142078436, "S21": -43.084578935259366, "W22": -47.21930258959997, "S22": -51.69591009415705, "W31": -85.018930280602945, "S31": -85.018930280602945, "W32": -97.220375433865257, "S32": -102.22037543386526 }, "geometry": { "type": "Point", "coordinates": [ 100921.083333333328483, 497625.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9791844503153726, "S12": -9.9791844503153726, "W13": -18.523605341304346, "S13": -21.551230520533451, "W21": -50.0, "S21": -68.55849102126632, "W22": -68.55849102126632, "S22": -88.543087874137797, "W31": -101.42866248498009, "S31": -101.42866248498009, "W32": -102.57516397014537, "S32": -107.57516397014537 }, "geometry": { "type": "Point", "coordinates": [ 100922.5, 499222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.52296629130435, "S13": -21.550523996047243, "W21": -50.0, "S21": -68.450608347981941, "W22": -68.450608347981941, "S22": -88.485598956944401, "W31": -101.37980620197767, "S31": -101.37980620197767, "W32": -102.55447861240872, "S32": -107.55447861240872 }, "geometry": { "type": "Point", "coordinates": [ 100923.0, 499218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58473794962622416, "S11": 0.58473794962622416, "W12": -7.7020999539714223, "S12": -8.2224829064111997, "W13": -20.0, "S13": -20.0, "W21": -43.898102938717543, "S21": -43.898102938717543, "W22": -49.856851152058034, "S22": -59.856851152058034, "W31": -79.125550943935878, "S31": -79.170534750994179, "W32": -96.014175940646538, "S32": -101.01417594064654 }, "geometry": { "type": "Point", "coordinates": [ 100923.0, 504460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7810447874405457, "S11": 1.7810447874405457, "W12": -5.0, "S12": -5.8309539260220635, "W13": -23.962374814961191, "S13": -23.962374814961191, "W21": -37.294858088444258, "S21": -37.294858088444258, "W22": -45.228111231636589, "S22": -49.07838831304575, "W31": -80.0, "S31": -80.365516556857955, "W32": -87.439223764039454, "S32": -92.439223764039454 }, "geometry": { "type": "Point", "coordinates": [ 100923.0, 506633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75422200767606851, "S11": 0.75422200767606851, "W12": -7.6596144088856857, "S12": -9.2409338962235488, "W13": -20.0, "S13": -20.0, "W21": -43.526754016519455, "S21": -43.526754016519455, "W22": -49.091338603024624, "S22": -54.860844261154462, "W31": -80.0, "S31": -80.066539349849521, "W32": -95.761773952261095, "S32": -100.76177395226109 }, "geometry": { "type": "Point", "coordinates": [ 100926.0, 504567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65715758713488992, "S11": 0.65715758713488992, "W12": -5.0, "S12": -15.228892543859651, "W13": -22.450985277645717, "S13": -22.450985277645717, "W21": -36.446956293514475, "S21": -44.788432974682635, "W22": -47.882003031758664, "S22": -47.882003031758664, "W31": -70.0, "S31": -70.147461359452151, "W32": -87.588064388537191, "S32": -92.588064388537191 }, "geometry": { "type": "Point", "coordinates": [ 100926.4375, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7377393528663665, "S11": 1.7377393528663665, "W12": -5.0, "S12": -9.0321635935061657, "W13": -23.589817598088224, "S13": -23.589817598088224, "W21": -36.927246438942589, "S21": -37.45217508011099, "W22": -45.536484978469694, "S22": -45.536484978469694, "W31": -72.605677632360624, "S31": -72.605677632360624, "W32": -87.358554155588351, "S32": -92.358554155588351 }, "geometry": { "type": "Point", "coordinates": [ 100926.454545454544132, 506986.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.8871021748365049, "S12": -8.8871021748365049, "W13": -18.049999, "S13": -18.3804305620585, "W21": -36.938720120492135, "S21": -38.720076052695489, "W22": -44.29478571741523, "S22": -47.919312509799795, "W31": -80.785662103125119, "S31": -80.785662103125119, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100926.6, 496929.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6743351625158296, "S11": 1.6743351625158296, "W12": -8.8489058830943996, "S12": -8.8489058830943996, "W13": -18.840319426509289, "S13": -20.918487926124271, "W21": -49.354411900502512, "S21": -63.075121441344905, "W22": -68.16683049099187, "S22": -88.855122856386629, "W31": -104.12437247142086, "S31": -104.12437247142086, "W32": -104.12437247142086, "S32": -108.74283541366553 }, "geometry": { "type": "Point", "coordinates": [ 100927.0, 499454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1067389199418365, "S12": -7.1067389199418365, "W13": -20.0, "S13": -23.0, "W21": -45.597000769466518, "S21": -47.253758160362814, "W22": -51.960773910046704, "S22": -61.960773910046704, "W31": -78.703007280182234, "S31": -78.703007280182234, "W32": -97.936856893658373, "S32": -102.93685689365837 }, "geometry": { "type": "Point", "coordinates": [ 100927.0, 503634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8653437386781531, "S11": 1.8653437386781531, "W12": -6.2993017533511555, "S12": -9.5487753965202131, "W13": -24.665358342796658, "S13": -24.665358342796658, "W21": -38.466364428761118, "S21": -38.466364428761118, "W22": -45.067019873314301, "S22": -45.067019873314301, "W31": -80.0, "S31": -80.314066913367753, "W32": -89.415184152978142, "S32": -94.415184152978142 }, "geometry": { "type": "Point", "coordinates": [ 100927.0, 506032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4816324371126133, "S11": 1.4816324371126133, "W12": -9.5163668339853942, "S12": -15.309777379618119, "W13": -19.033470205102891, "S13": -25.157199383752836, "W21": -37.005387268371095, "S21": -37.005387268371095, "W22": -66.398474863892218, "S22": -75.735737029239928, "W31": -100.01604692551523, "S31": -100.01604692551523, "W32": -104.80582126852811, "S32": -109.80582126852811 }, "geometry": { "type": "Point", "coordinates": [ 100929.0, 502088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26157848907553083, "S11": 0.26157848907553083, "W12": -7.8004080910269948, "S12": -9.0202251842568124, "W13": -20.0, "S13": -23.306940647877514, "W21": -44.650612668465776, "S21": -44.650612668465776, "W22": -50.0, "S22": -60.0, "W31": -77.954510090847521, "S31": -77.961839138877878, "W32": -96.437625585143962, "S32": -101.43762558514396 }, "geometry": { "type": "Point", "coordinates": [ 100929.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7253377877277067, "S12": -9.7253377877277067, "W13": -18.557470483695653, "S13": -21.564012759269765, "W21": -49.920725603548121, "S21": -69.276790126348246, "W22": -69.276790126348246, "S22": -90.284256496136237, "W31": -101.8647202716259, "S31": -101.8647202716259, "W32": -102.76136495587552, "S32": -107.76136495587552 }, "geometry": { "type": "Point", "coordinates": [ 100930.25, 499262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8098215658530821, "S11": 1.8098215658530821, "W12": -5.3676056314478622, "S12": -9.4449014562679103, "W13": -24.189281536202781, "S13": -24.189281536202781, "W21": -37.676323228487, "S21": -37.676323228487, "W22": -45.151738825724564, "S22": -56.367267126223489, "W31": -80.0, "S31": -80.394784059430307, "W32": -88.085401704359356, "S32": -93.085401704359356 }, "geometry": { "type": "Point", "coordinates": [ 100930.666666666671517, 506478.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78169078100145262, "S11": 0.78169078100145262, "W12": -4.5373813207165723, "S12": -8.7472676592778988, "W13": -19.055943811132394, "S13": -22.698568339294631, "W21": -33.621965856933386, "S21": -55.710898090183385, "W22": -59.959101145362204, "S22": -59.959101145362204, "W31": -92.697634389601419, "S31": -92.697634389601419, "W32": -100.39625167336014, "S32": -105.39625167336014 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 502710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41918223834593049, "S11": 0.41918223834593049, "W12": -7.7570413756530439, "S12": -7.7570413756530439, "W13": -20.0, "S13": -21.513180632795919, "W21": -44.280324490630065, "S21": -44.280324490630065, "W22": -50.0, "S22": -60.0, "W31": -78.443434444238989, "S31": -78.471762876552106, "W32": -96.193169272213382, "S32": -101.19316927221338 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 504380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92012775316918338, "S11": 0.92012775316918338, "W12": -7.6202727060891453, "S12": -9.2389338784043424, "W13": -20.0, "S13": -20.0, "W21": -42.757983904693695, "S21": -42.757983904693695, "W22": -48.298976484168719, "S22": -49.78777354221171, "W31": -80.0, "S31": -80.080562619726933, "W32": -95.500477499558386, "S32": -100.50047749955839 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 504677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.197162420761739, "S13": -20.197162420761739, "W21": -40.969971542752766, "S21": -40.969971542752766, "W22": -40.984131726587655, "S22": -40.984131726587655, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100931.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7675657437325318, "S12": -9.3825456445563553, "W13": -21.043635642979336, "S13": -21.043635642979336, "W21": -41.417264147897754, "S21": -41.417264147897761, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -87.610716775421878, "S32": -92.610716775421878 }, "geometry": { "type": "Point", "coordinates": [ 100932.571428571434808, 509291.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5765313831555412, "S11": 2.5765313831555412, "W12": -8.7498962341133648, "S12": -8.7498962341133648, "W13": -19.794662702468628, "S13": -21.943423121498796, "W21": -50.604002675309971, "S21": -70.351066349153314, "W22": -71.037258556768592, "S22": -88.638256010964994, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 100933.0, 499704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6258470193694801, "S11": 1.6258470193694801, "W12": -9.4705808058523129, "S12": -15.426179118372605, "W13": -19.016308134326213, "S13": -24.666518922016486, "W21": -37.938511671515336, "S21": -38.632803871605319, "W22": -67.5637612613165, "S22": -102.5637612613165, "W31": -102.5637612613165, "S31": -102.5637612613165, "W32": -106.22061794707535, "S32": -111.22061794707535 }, "geometry": { "type": "Point", "coordinates": [ 100935.0, 501982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49057982474358297, "S11": 0.49057982474358297, "W12": -7.7407645322562448, "S12": -8.3515775341092411, "W13": -20.0, "S13": -20.600141328487783, "W21": -44.114538986325734, "S21": -44.114538986325734, "W22": -50.0, "S22": -60.0, "W31": -78.886121162476627, "S31": -78.925400186909584, "W32": -96.06109786256846, "S32": -101.06109786256846 }, "geometry": { "type": "Point", "coordinates": [ 100935.0, 504435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0332383053160195, "S12": -7.0332383053160195, "W13": -20.0, "S13": -22.888491962235264, "W21": -45.45757346613869, "S21": -47.243495568438078, "W22": -51.992674858939488, "S22": -61.992674858939488, "W31": -78.927995813211851, "S31": -78.927995813211851, "W32": -97.967966817920868, "S32": -102.96796681792087 }, "geometry": { "type": "Point", "coordinates": [ 100936.0, 503617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9128158905559935, "S12": -9.9128158905559935, "W13": -18.555358546956523, "S13": -21.567902053942944, "W21": -49.999999999999993, "S21": -68.382190742081477, "W22": -68.382190742081477, "S22": -89.930459553424498, "W31": -101.43308174131617, "S31": -101.43308174131617, "W32": -102.56839660693774, "S32": -107.56839660693774 }, "geometry": { "type": "Point", "coordinates": [ 100936.2, 499227.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0647600532078174, "S11": 1.0647600532078174, "W12": -10.0, "S12": -10.0, "W13": -19.728250621916768, "S13": -23.323016255296579, "W21": -60.0, "S21": -61.369744911210709, "W22": -80.421061916645286, "S22": -92.993594815997113, "W31": -110.47032310710243, "S31": -110.47032310710243, "W32": -110.47032310710243, "S32": -114.49312782565747 }, "geometry": { "type": "Point", "coordinates": [ 100937.0, 500617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.490112479900482, "S21": -44.699027807514391, "W22": -44.699027807514391, "S22": -44.699027807514391, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100937.588235294111655, 512390.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4714911251400427, "S12": -9.4714911251400427, "W13": -18.591335626086959, "S13": -21.572153838419379, "W21": -49.518660996109162, "S21": -69.282014658287551, "W22": -69.282014658287551, "S22": -92.075337225484773, "W31": -102.3007780582717, "S31": -102.3007780582717, "W32": -102.94362517417557, "S32": -107.94362517417557 }, "geometry": { "type": "Point", "coordinates": [ 100938.0, 499302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8290570036226397, "S11": 1.8290570036226397, "W12": -5.5490944084784939, "S12": -10.370603395534015, "W13": -24.333885108236327, "S13": -24.333885108236327, "W21": -37.843800182701116, "S21": -37.843800182701116, "W22": -45.089122453898995, "S22": -57.66074596370018, "W31": -80.0, "S31": -80.381050664867473, "W32": -88.363970484603513, "S32": -93.363970484603513 }, "geometry": { "type": "Point", "coordinates": [ 100939.2, 506403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35282793017456354, "S11": -0.35282793017456354, "W12": -5.219433713730079, "S12": -9.0515354429772383, "W13": -19.834241722555458, "S13": -20.834241722555458, "W21": -40.0, "S21": -42.029159924681728, "W22": -54.510962970678612, "S22": -69.510962970678605, "W31": -87.534992337444351, "S31": -87.534992337444351, "W32": -99.049627022599992, "S32": -104.04962702259999 }, "geometry": { "type": "Point", "coordinates": [ 100940.0, 503209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7418423206794227, "S11": 1.7418423206794227, "W12": -10.0, "S12": -10.0, "W13": -19.64498429312286, "S13": -23.134189216430809, "W21": -59.999999999999993, "S21": -61.655395670801475, "W22": -80.286303394075404, "S22": -91.342002557912778, "W31": -110.43645445302467, "S31": -110.43645445302467, "W32": -110.43645445302467, "S32": -114.66825466059963 }, "geometry": { "type": "Point", "coordinates": [ 100940.375, 500723.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30605732138869335, "S11": 0.30605732138869335, "W12": -7.0978199091653691, "S12": -7.0978199091653691, "W13": -18.714004825209312, "S13": -18.714004825209312, "W21": -39.267662478929402, "S21": -41.100796985341105, "W22": -42.271759564721272, "S22": -45.411516698748216, "W31": -82.168562124950128, "S31": -82.168562124950128, "W32": -95.986619561756143, "S32": -100.98661956175614 }, "geometry": { "type": "Point", "coordinates": [ 100940.666666666671517, 497155.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5172586628773068, "S12": -9.5172586628773068, "W13": -18.593509030434785, "S13": -21.593509030434785, "W21": -49.552082214905184, "S21": -69.397410171338507, "W22": -69.397410171338507, "S22": -92.060029510978495, "W31": -102.17143077618424, "S31": -102.17143077618424, "W32": -102.88467743906911, "S32": -107.88467743906911 }, "geometry": { "type": "Point", "coordinates": [ 100941.0, 499292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34258361262958881, "S11": -0.34258361262958881, "W12": -7.98915602457883, "S12": -9.4993482463043559, "W13": -20.409101687281431, "S13": -24.116818358184087, "W21": -46.083192127547726, "S21": -46.083192127547726, "W22": -50.574964955951117, "S22": -60.574964955951117, "W31": -78.090842786214878, "S31": -78.090842786214878, "W32": -97.232265583598306, "S32": -102.23226558359831 }, "geometry": { "type": "Point", "coordinates": [ 100942.0, 503930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3857509406101585, "S12": -9.3857509406101585, "W13": -18.607259456521742, "S13": -21.413170961645442, "W21": -49.361691447610042, "S21": -68.84738715200784, "W22": -68.84738715200784, "S22": -92.863382492862556, "W31": -102.42057963026248, "S31": -102.42057963026248, "W32": -102.99105287603588, "S32": -107.99105287603588 }, "geometry": { "type": "Point", "coordinates": [ 100943.0, 499314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7658577861049833, "S11": 2.7658577861049833, "W12": -8.6910236523244926, "S12": -8.6910236523244926, "W13": -19.73097443772166, "S13": -21.657853930159167, "W21": -50.0, "S21": -69.752707283554741, "W22": -70.134982896704287, "S22": -87.775497691579289, "W31": -106.71011034802068, "S31": -106.71011034802068, "W32": -106.71011034802068, "S32": -109.85330750238346 }, "geometry": { "type": "Point", "coordinates": [ 100944.0, 499681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8183392847262536, "S11": 1.8183392847262536, "W12": -5.257875174017812, "S12": -8.033856105444503, "W13": -24.232392938167443, "S13": -24.232392938167443, "W21": -37.566490996423589, "S21": -37.566490996423589, "W22": -45.089780732884208, "S22": -55.500965292831417, "W31": -80.0, "S31": -80.403346224070077, "W32": -88.007523129341905, "S32": -93.007523129341905 }, "geometry": { "type": "Point", "coordinates": [ 100944.533333333340124, 506526.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8252810501040422, "S12": -10.775897998917632, "W13": -19.101045521817372, "S13": -19.850647534330189, "W21": -37.497068849277042, "S21": -40.561565352201484, "W22": -74.630582653772166, "S22": -108.26649941879685, "W31": -109.61747187597999, "S31": -109.61747187597999, "W32": -110.08063465874947, "S32": -115.08063465874947 }, "geometry": { "type": "Point", "coordinates": [ 100946.0, 501576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6450575594096923, "S11": 2.6450575594096923, "W12": -9.1684249431101765, "S12": -9.1684249431101765, "W13": -19.329194471253931, "S13": -22.329194471253931, "W21": -46.76497461928934, "S21": -49.769927170417674, "W22": -77.475032963448299, "S22": -100.59788691761565, "W31": -110.33766628099599, "S31": -110.33766628099599, "W32": -110.33766628099599, "S32": -115.04312624527178 }, "geometry": { "type": "Point", "coordinates": [ 100947.0, 501227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99816259662207418, "S11": 0.99816259662207418, "W12": -9.535101486739471, "S12": -9.535101486739471, "W13": -20.69296556213018, "S13": -22.437863521313854, "W21": -51.504218758038789, "S21": -51.504218758038789, "W22": -80.649730447037697, "S22": -100.72978575846363, "W31": -109.94166954673709, "S31": -109.94166954673709, "W32": -109.94166954673709, "S32": -112.7870556212367 }, "geometry": { "type": "Point", "coordinates": [ 100950.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4193737769080235, "S11": 2.4193737769080235, "W12": -9.8681579438322924, "S12": -9.8681579438322924, "W13": -19.530511823444531, "S13": -22.847843154561126, "W21": -59.743335966272994, "S21": -61.852031158377159, "W22": -80.0, "S22": -96.062370472712928, "W31": -110.35466383051471, "S31": -110.35466383051471, "W32": -110.35466383051471, "S32": -114.92164873734939 }, "geometry": { "type": "Point", "coordinates": [ 100950.0, 500893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6045123723750501, "S11": 2.6045123723750501, "W12": -9.5964588745976513, "S12": -9.5964588745976513, "W13": -19.464950296169501, "S13": -22.679677315369329, "W21": -55.945146032984709, "S21": -58.340861926552982, "W22": -79.189580228831417, "S22": -99.937568952572434, "W31": -110.34290943609204, "S31": -110.34290943609204, "W32": -110.34290943609204, "S32": -115.00143210803684 }, "geometry": { "type": "Point", "coordinates": [ 100950.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6964644840031116, "S11": 1.6964644840031116, "W12": -9.3764166916394753, "S12": -14.884427084808223, "W13": -18.995462583703006, "S13": -24.750728725353266, "W21": -38.03803195223297, "S21": -41.234894301360676, "W22": -67.292701466242633, "S22": -98.887341332239274, "W31": -101.19528318381214, "S31": -101.19528318381214, "W32": -105.90702458976001, "S32": -110.90702458976001 }, "geometry": { "type": "Point", "coordinates": [ 100950.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7611823402942233, "S11": 1.7611823402942233, "W12": -5.0000000000000009, "S12": -9.3292176450780104, "W13": -23.73878967229799, "S13": -23.73878967229799, "W21": -36.782617928699082, "S21": -37.533275660168975, "W22": -45.459682540861429, "S22": -45.459682540861429, "W31": -71.991004843785575, "S31": -71.991004843785575, "W32": -87.096035736928968, "S32": -92.096035736928968 }, "geometry": { "type": "Point", "coordinates": [ 100950.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81209991606951526, "S11": 0.81209991606951526, "W12": -5.0, "S12": -15.745614035087719, "W13": -22.615596916027272, "S13": -22.615596916027272, "W21": -36.205256700467153, "S21": -44.438697830985802, "W22": -47.832418909347396, "S22": -47.832418909347396, "W31": -70.0, "S31": -70.017010263702375, "W32": -87.399224714435235, "S32": -92.399224714435235 }, "geometry": { "type": "Point", "coordinates": [ 100950.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35498334772418894, "S11": 0.35498334772418894, "W12": -13.441176470588236, "S12": -13.441176470588236, "W13": -18.519704164827903, "S13": -21.531149524551257, "W21": -51.178115363484473, "S21": -66.178115363484466, "W22": -68.309564944718304, "S22": -88.02728250224169, "W31": -99.791029026823139, "S31": -99.791029026823139, "W32": -101.8869783900066, "S32": -106.8869783900066 }, "geometry": { "type": "Point", "coordinates": [ 100951.0, 499101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.379535106976743, "S13": -24.276029797526995, "W21": -51.210289309727955, "S21": -51.696002581944505, "W22": -80.423244661708125, "S22": -106.34563579692964, "W31": -109.30200700381403, "S31": -109.30200700381403, "W32": -109.30200700381403, "S32": -113.81077629414017 }, "geometry": { "type": "Point", "coordinates": [ 100951.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2332041344391138, "S11": 1.2332041344391138, "W12": -7.1009733570589209, "S12": -11.236238336350521, "W13": -19.02968007927613, "S13": -24.593051018067172, "W21": -33.483538539723362, "S21": -58.483538539723362, "W22": -61.729968985112599, "S22": -88.333014478350094, "W31": -97.75599577526468, "S31": -97.75599577526468, "W32": -102.07047212548932, "S32": -107.07047212548932 }, "geometry": { "type": "Point", "coordinates": [ 100951.0, 502458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.187756938054008, "S21": -42.187756938054008, "W22": -42.187756938054008, "S22": -42.187756938054008, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100953.488372093022917, 511962.627906976733357 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9116408943339978, "S11": 1.9116408943339978, "W12": -6.3421004069248346, "S12": -9.0267873824023361, "W13": -25.0, "S13": -25.0, "W21": -38.574265240454167, "S21": -38.574265240454167, "W22": -44.894385654788195, "S22": -52.788428377153977, "W31": -80.0, "S31": -80.290391667310303, "W32": -89.92956222465709, "S32": -94.92956222465709 }, "geometry": { "type": "Point", "coordinates": [ 100954.0, 505902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38980738561555939, "S11": -0.38980738561555939, "W12": -8.01695900859335, "S12": -9.59319950926389, "W13": -20.481016333474642, "S13": -24.330411464141157, "W21": -46.202768955565695, "S21": -46.202768955565695, "W22": -50.496569372057138, "S22": -60.496569372057138, "W31": -77.930410246365099, "S31": -77.930410246365099, "W32": -97.211768294029326, "S32": -102.21176829402933 }, "geometry": { "type": "Point", "coordinates": [ 100955.0, 503933.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5607126627874757, "S11": 2.5607126627874757, "W12": -9.6586363725529853, "S12": -9.6586363725529853, "W13": -19.485857603425977, "S13": -22.737840870614651, "W21": -57.564784590641324, "S21": -59.839143682162536, "W22": -79.429364268671009, "S22": -99.108301075802828, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100956.0, 500955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51651623907327227, "S11": 0.51651623907327227, "W12": -4.4603720195912073, "S12": -12.427517713742715, "W13": -19.101371938099234, "S13": -21.126314577430151, "W21": -35.902501985497942, "S21": -55.978495686618842, "W22": -59.789751665134041, "S22": -69.433652160884748, "W31": -92.048126123233885, "S31": -92.048126123233885, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 100956.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.017118160934608, "S21": -42.017118160934608, "W22": -42.017118160934608, "S22": -42.017118160934608, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100956.823529411762138, 511709.85294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7588264656732151, "S11": 1.7588264656732151, "W12": -8.8945760424626688, "S12": -13.71331086737985, "W13": -19.031881803914288, "S13": -23.962340549253888, "W21": -39.508625283795666, "S21": -42.201498473377171, "W22": -69.218545778059536, "S22": -82.918201718152631, "W31": -104.74019123697944, "S31": -104.74019123697944, "W32": -108.12043702019251, "S32": -113.12043702019251 }, "geometry": { "type": "Point", "coordinates": [ 100957.0, 501826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36298103178359487, "S11": 0.36298103178359487, "W12": -4.533806037786686, "S12": -13.584688992710765, "W13": -19.23627287280738, "S13": -20.412660455121586, "W21": -38.719152810494663, "S21": -53.524540595017619, "W22": -57.467262331113332, "S22": -77.894240372242649, "W31": -91.908946327526067, "S31": -91.908946327526067, "W32": -99.84447680393626, "S32": -104.84447680393626 }, "geometry": { "type": "Point", "coordinates": [ 100957.0, 502935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8268570035994016, "S11": 1.8268570035994016, "W12": -5.1481447165876189, "S12": -6.9081978021877593, "W13": -24.275504340131942, "S13": -24.275504340131942, "W21": -37.456658764360029, "S21": -37.456658764360029, "W22": -45.027822640043937, "S22": -53.440673939685965, "W31": -80.0, "S31": -80.411908388709847, "W32": -87.929644554324128, "S32": -92.929644554324128 }, "geometry": { "type": "Point", "coordinates": [ 100958.4, 506574.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040019233475629787, "S11": 0.040019233475629787, "W12": -15.00332859566274, "S12": -15.00332859566274, "W13": -17.680789729270366, "S13": -18.921132219693078, "W21": -52.421243990048815, "S21": -56.984576411423468, "W22": -62.997903080858123, "S22": -69.543847535910842, "W31": -92.785477713668129, "S31": -92.785477713668129, "W32": -99.823368454609351, "S32": -104.82336845460935 }, "geometry": { "type": "Point", "coordinates": [ 100958.5, 498696.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3872441581397228, "S11": 1.3872441581397228, "W12": -7.9476418801932844, "S12": -12.910613379071838, "W13": -19.009707422065844, "S13": -24.8662764292636, "W21": -36.877710748735396, "S21": -36.877710748735396, "W22": -63.05478410868605, "S22": -88.737367966896102, "W31": -98.776114789149631, "S31": -98.776114789149631, "W32": -102.80702774905214, "S32": -107.80702774905214 }, "geometry": { "type": "Point", "coordinates": [ 100959.0, 502354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.618773759626299, "S12": -10.618773759626299, "W13": -18.590505862608701, "S13": -21.590505862608701, "W21": -50.0, "S21": -67.004015441353175, "W22": -67.992469972864313, "S22": -90.584295519553322, "W31": -100.92022391498433, "S31": -100.92022391498433, "W32": -102.32406617449323, "S32": -107.32406617449323 }, "geometry": { "type": "Point", "coordinates": [ 100959.6, 499191.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6742752240403052, "S11": 2.6742752240403052, "W12": -9.0469239600347855, "S12": -9.0469239600347855, "W13": -19.29361399585196, "S13": -22.06466440895958, "W21": -44.684517766497464, "S21": -47.780612192878316, "W22": -77.193126593085353, "S22": -102.67011398086848, "W31": -110.24853678247439, "S31": -110.24853678247439, "W32": -110.24853678247439, "S32": -115.04768090187876 }, "geometry": { "type": "Point", "coordinates": [ 100960.0, 501261.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1689301470968241, "S12": -6.1689301470968241, "W13": -20.0, "S13": -21.900027196083762, "W21": -42.793151909811073, "S21": -45.793151909811073, "W22": -52.746210341102149, "S22": -56.096556263751573, "W31": -83.133514986376028, "S31": -83.133514986376028, "W32": -98.461891164593865, "S32": -103.46189116459387 }, "geometry": { "type": "Point", "coordinates": [ 100960.0, 503421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46393505718983741, "S11": 0.46393505718983741, "W12": -7.7756878054474132, "S12": -9.4833391334276484, "W13": -20.0, "S13": -20.0, "W21": -44.193210859869247, "S21": -44.193210859869247, "W22": -49.597163178722752, "S22": -58.368753411003873, "W31": -79.204741369571877, "S31": -79.252242337497194, "W32": -95.92776025105988, "S32": -100.92776025105988 }, "geometry": { "type": "Point", "coordinates": [ 100960.0, 504482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30997594671271733, "S11": 0.30997594671271733, "W12": -14.176470588235295, "S12": -14.176470588235295, "W13": -18.490914649213583, "S13": -21.494670728945934, "W21": -51.322243075893269, "S21": -65.707320615176414, "W22": -68.295361698239432, "S22": -88.295361698239432, "W31": -99.122636724557097, "S31": -99.122636724557097, "W32": -101.73283301146503, "S32": -106.73283301146503 }, "geometry": { "type": "Point", "coordinates": [ 100961.0, 499076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.6055307017716327, "S12": -8.6055307017716327, "W13": -18.049999, "S13": -18.391733338826324, "W21": -37.091232382733104, "S21": -38.797394185354058, "W22": -43.864016547867642, "S22": -47.062974481603284, "W31": -80.961186823456188, "S31": -80.961186823456188, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 100961.2, 496965.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0101825336102306, "S11": 2.0101825336102306, "W12": -8.6114718844526585, "S12": -11.111287998529189, "W13": -19.083117450830795, "S13": -22.083117450830795, "W21": -37.775021703119492, "S21": -41.012991558737291, "W22": -73.609882252915625, "S22": -108.74675490407735, "W31": -109.00293682568255, "S31": -109.00293682568255, "W32": -110.05700608057705, "S32": -115.05700608057705 }, "geometry": { "type": "Point", "coordinates": [ 100962.0, 501617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.134701852487696, "W13": -21.610181000186532, "S13": -21.610181000186532, "W21": -39.876620536864934, "S21": -43.309388692037132, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -87.349321578155212, "S32": -92.349321578155212 }, "geometry": { "type": "Point", "coordinates": [ 100963.0, 508976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.18498554622119, "S11": 1.18498554622119, "W12": -4.2386315129805006, "S12": -6.8520589224603565, "W13": -19.005901809688371, "S13": -24.005901809688371, "W21": -30.610167566849071, "S21": -55.472109637384463, "W22": -60.405563543255283, "S22": -89.155930123707662, "W31": -94.624466633578308, "S31": -94.624466633578308, "W32": -101.12480610599205, "S32": -106.12480610599205 }, "geometry": { "type": "Point", "coordinates": [ 100966.0, 502592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.803893445476447, "S12": -10.803893445476447, "W13": -18.603190604347827, "S13": -21.603190604347827, "W21": -50.0, "S21": -66.656757315686065, "W22": -67.953272518147628, "S22": -90.537179443895326, "W31": -100.80083560239436, "S31": -100.80083560239436, "W32": -102.2653885643044, "S32": -107.2653885643044 }, "geometry": { "type": "Point", "coordinates": [ 100967.0, 499184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096322081712696003, "S11": 0.096322081712696003, "W12": -7.9122736745497173, "S12": -7.9122736745497173, "W13": -17.572177477267253, "S13": -20.077028032774315, "W21": -42.227071543390657, "S21": -45.227071543390657, "W22": -49.139385158591168, "S22": -55.738290150293622, "W31": -86.104039845047041, "S31": -86.104039845047041, "W32": -97.801602270557908, "S32": -102.80160227055791 }, "geometry": { "type": "Point", "coordinates": [ 100969.0, 497858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1456289580180847, "S12": -9.1456289580180847, "W13": -18.674443343478263, "S13": -21.016907493317301, "W21": -48.815493243286483, "S21": -68.214918549712294, "W22": -68.214918549712294, "S22": -89.715978723193842, "W31": -102.61769272320396, "S31": -102.61769272320396, "W32": -103.05270491602904, "S32": -108.05270491602904 }, "geometry": { "type": "Point", "coordinates": [ 100969.0, 499340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.123627730433991, "S13": -23.926682541117248, "W21": -51.698792769959319, "S21": -52.394477038962904, "W22": -80.060805041036176, "S22": -102.32782074784245, "W31": -109.42598177303279, "S31": -109.42598177303279, "W32": -109.42598177303279, "S32": -113.8503902950812 }, "geometry": { "type": "Point", "coordinates": [ 100969.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.562378559330343, "S11": 1.562378559330343, "W12": -8.8830454570315425, "S12": -13.957200574950338, "W13": -18.9860667371163, "S13": -25.433753554947057, "W21": -36.442168583441422, "S21": -36.442168583441422, "W22": -64.494203663106475, "S22": -83.563575611245895, "W31": -99.898613712725364, "S31": -99.898613712725364, "W32": -103.6223285074113, "S32": -108.6223285074113 }, "geometry": { "type": "Point", "coordinates": [ 100969.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10900585709725126, "S11": 0.10900585709725126, "W12": -7.3113189491729509, "S12": -7.3113189491729509, "W13": -17.74012179498067, "S13": -20.386850925778489, "W21": -39.989282603702634, "S21": -42.578406872449307, "W22": -46.588539861152142, "S22": -51.289589610125212, "W31": -84.809075816270067, "S31": -84.809075816270067, "W32": -97.205173034587588, "S32": -102.20517303458759 }, "geometry": { "type": "Point", "coordinates": [ 100970.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5115681233933163, "S11": -1.5115681233933163, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -20.287209471272231, "S13": -24.144899056169795, "W21": -50.0, "S21": -50.539995093983869, "W22": -80.086062519620413, "S22": -106.36357045712961, "W31": -109.17579793555826, "S31": -109.17579793555826, "W32": -109.17579793555826, "S32": -113.73863526771233 }, "geometry": { "type": "Point", "coordinates": [ 100970.0, 500309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5333563704366209, "S11": 1.5333563704366209, "W12": -8.644836380663925, "S12": -8.644836380663925, "W13": -19.024812576097528, "S13": -20.163692963879626, "W21": -48.717959481658291, "S21": -63.667271741179519, "W22": -67.922135927421209, "S22": -84.586025763446131, "W31": -104.18973002766968, "S31": -104.18973002766968, "W32": -104.18973002766968, "S32": -108.73322185078348 }, "geometry": { "type": "Point", "coordinates": [ 100971.5, 499475.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7834096103762469, "S11": 1.7834096103762469, "W12": -5.0, "S12": -9.4813620547147366, "W13": -23.88165175514327, "S13": -23.88165175514327, "W21": -36.615888759879681, "S21": -37.537460274736333, "W22": -45.383077860764459, "S22": -45.383077860764459, "W31": -71.38983726547697, "S31": -71.38983726547697, "W32": -86.852150467852624, "S32": -91.852150467852624 }, "geometry": { "type": "Point", "coordinates": [ 100971.545454545455868, 507006.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7112271027732078, "S12": -8.7112271027732078, "W13": -18.726099249968385, "S13": -20.276516846272212, "W21": -48.473326255276376, "S21": -65.102940892044813, "W22": -67.554647259798188, "S22": -86.454660691909197, "W31": -103.50618588294951, "S31": -103.50618588294951, "W32": -103.50618588294951, "S32": -108.43586061065342 }, "geometry": { "type": "Point", "coordinates": [ 100972.0, 499417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4941363742461635, "S11": 1.4941363742461635, "W12": -8.3110964190420589, "S12": -13.311096419042057, "W13": -18.988164743443974, "S13": -25.091313237355589, "W21": -37.025563201055739, "S21": -40.058490657752706, "W22": -63.405140809451844, "S22": -88.199340311429282, "W31": -99.176691826167598, "S31": -99.176691826167598, "W32": -103.00075405032754, "S32": -108.00075405032754 }, "geometry": { "type": "Point", "coordinates": [ 100972.0, 502325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8353747224725732, "S11": 1.8353747224725732, "W12": -5.5799992131869027, "S12": -6.6923194963101409, "W13": -24.318615742096608, "S13": -24.318615742096608, "W21": -37.346826532296625, "S21": -37.346826532296625, "W22": -44.96586454720358, "S22": -50.13165159034935, "W31": -80.0, "S31": -80.420470553349617, "W32": -87.851765979306705, "S32": -92.851765979306705 }, "geometry": { "type": "Point", "coordinates": [ 100972.266666666662786, 506622.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 2.543552958296659, "S11": 2.543552958296659, "W12": -8.8516629919453447, "S12": -8.8516629919453447, "W13": -19.234749987399042, "S13": -21.408209994826695, "W21": -40.0, "S21": -43.289168887200056, "W22": -76.495651599195213, "S22": -105.30576704886344, "W31": -110.15523282612044, "S31": -110.15523282612044, "W32": -110.15523282612044, "S32": -115.05914868163103 }, "geometry": { "type": "Point", "coordinates": [ 100973.0, 501334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -19.8632019226715, "S13": -23.531890113168121, "W21": -55.393850463549661, "S21": -56.451124353924236, "W22": -80.0, "S22": -96.29815651393136, "W31": -109.92626083463443, "S31": -109.92626083463443, "W32": -109.92626083463443, "S32": -114.06789468608351 }, "geometry": { "type": "Point", "coordinates": [ 100974.0, 500502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8074486481364525, "S11": 1.8074486481364525, "W12": -8.8128593929538148, "S12": -13.216696038953859, "W13": -19.00610738193409, "S13": -24.317088461933992, "W21": -39.277141273657911, "S21": -46.266359000502717, "W22": -68.371187816929762, "S22": -68.371187816929762, "W31": -103.31177556201048, "S31": -103.31177556201048, "W32": -107.14466462632723, "S32": -112.14466462632723 }, "geometry": { "type": "Point", "coordinates": [ 100975.0, 501894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98197479483069905, "S11": 0.98197479483069905, "W12": -5.0, "S12": -16.312134502923868, "W13": -22.796072982864668, "S13": -22.796072982864668, "W21": -35.94026333585299, "S21": -44.055257001468568, "W22": -47.778056122618871, "S22": -47.778056122618871, "W31": -70.0, "S31": -70.052440464299025, "W32": -87.192185637612596, "S32": -92.192185637612596 }, "geometry": { "type": "Point", "coordinates": [ 100975.833333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8432650060508444, "S11": 1.8432650060508444, "W12": -8.538484841574471, "S12": -12.348326929458178, "W13": -19.060223520277152, "S13": -22.711018884072452, "W21": -38.330622430922695, "S21": -43.206522126690714, "W22": -71.780664717649259, "S22": -106.84120003544638, "W31": -107.66694592436995, "S31": -107.66694592436995, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 100976.0, 501681.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8041579654699405, "S12": -6.4917681533989713, "W13": -20.0, "S13": -21.46815338591243, "W21": -40.213226330328297, "S21": -41.876374884944653, "W22": -53.24768241237436, "S22": -56.411384088734266, "W31": -85.332554914982126, "S31": -85.332554914982126, "W32": -98.711587596722737, "S32": -103.71158759672274 }, "geometry": { "type": "Point", "coordinates": [ 100976.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36698583755051506, "S11": 0.36698583755051506, "W12": -4.4241501298496466, "S12": -13.146602412204828, "W13": -19.316061552353336, "S13": -20.388968419709872, "W21": -39.523698046214484, "S21": -53.515048095041749, "W22": -57.314971015385026, "S22": -77.314971015385026, "W31": -92.456042276822259, "S31": -92.456042276822259, "W32": -99.803922033651759, "S32": -104.80392203365176 }, "geometry": { "type": "Point", "coordinates": [ 100977.0, 502955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1900001, "S11": -3.1900001, "W12": -8.3900003, "S12": -8.3900003, "W13": -19.09, "S13": -19.09, "W21": -36.990002, "S21": -40.890002, "W22": -74.889999, "S22": -110.09, "W31": -110.1, "S31": -110.1, "W32": -110.1, "S32": -115.1 }, "geometry": { "type": "Point", "coordinates": [ 100977.6, 501561.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38023473592411405, "S11": -0.38023473592411405, "W12": -10.0, "S12": -12.23515802553915, "W13": -21.809321746651136, "S13": -21.809321746651136, "W21": -39.395298413500541, "S21": -43.587007446782607, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -87.224433333145427, "S32": -92.224433333145427 }, "geometry": { "type": "Point", "coordinates": [ 100978.0, 508892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8327895555638931, "S11": 1.8327895555638931, "W12": -5.0, "S12": -5.5243348475016223, "W13": -24.282839209750819, "S13": -24.282839209750819, "W21": -37.170006896339551, "S21": -37.170006896339551, "W22": -45.016533306013656, "S22": -45.016533306013656, "W31": -80.0, "S31": -80.433091958452636, "W32": -87.621471228623633, "S32": -92.621471228623633 }, "geometry": { "type": "Point", "coordinates": [ 100979.0, 506696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6871054497429721, "S11": 1.6871054497429721, "W12": -9.4325542909428055, "S12": -14.432554290942806, "W13": -18.96523001626867, "S13": -25.60008087894774, "W21": -37.077023973420843, "S21": -43.529546501465958, "W22": -65.096558763270622, "S22": -82.410584693561916, "W31": -100.01026407888318, "S31": -100.01026407888318, "W32": -104.03207945536025, "S32": -109.03207945536025 }, "geometry": { "type": "Point", "coordinates": [ 100980.0, 502183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2206112906084012, "S12": -9.5764013560172856, "W13": -21.382567101088156, "S13": -21.382567101088156, "W21": -40.913077355519356, "S21": -40.913077355519356, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -87.225481614146545, "S32": -92.225481614146545 }, "geometry": { "type": "Point", "coordinates": [ 100980.619047619053163, 509288.238095238106325 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7899461537389492, "S12": -8.7899461537389492, "W13": -19.84749248464577, "S13": -22.449745606608893, "W21": -50.0, "S21": -67.020382377389865, "W22": -70.0, "S22": -85.589916948374452, "W31": -106.90681579867179, "S31": -106.90681579867179, "W32": -106.90681579867179, "S32": -110.13186813186813 }, "geometry": { "type": "Point", "coordinates": [ 100981.0, 499716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8117745814248938, "S11": 1.8117745814248938, "W12": -5.0, "S12": -6.6762824110450101, "W13": -24.101376010818097, "S13": -24.101376010818097, "W21": -36.74548770776935, "S21": -36.886787869200006, "W22": -45.197659968739153, "S22": -45.197659968739153, "W31": -80.0, "S31": -80.209087382855557, "W32": -86.973237207930353, "S32": -91.973237207930353 }, "geometry": { "type": "Point", "coordinates": [ 100981.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11794299811043457, "S11": 0.11794299811043457, "W12": -15.065391063325659, "S12": -15.065391063325659, "W13": -18.13392753438529, "S13": -21.13392753438529, "W21": -52.856109386658225, "S21": -61.450902444068106, "W22": -67.847750917567282, "S22": -80.229752946887459, "W31": -95.659281468440042, "S31": -95.659281468440042, "W32": -100.86285049013615, "S32": -105.86285049013615 }, "geometry": { "type": "Point", "coordinates": [ 100982.0, 498916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34215736283358711, "S11": 0.34215736283358711, "W12": -7.3188187003031988, "S12": -7.3188187003031988, "W13": -18.837261396432606, "S13": -18.837261396432606, "W21": -38.807536277107616, "S21": -40.583385895967794, "W22": -41.703414302585699, "S22": -44.053768030510653, "W31": -81.869469554820796, "S31": -81.869469554820796, "W32": -95.907480508140139, "S32": -100.90748050814014 }, "geometry": { "type": "Point", "coordinates": [ 100982.111111111109494, 497127.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47614715677809305, "S11": 0.47614715677809305, "W12": -11.511007756255832, "S12": -11.511007756255832, "W13": -18.611105940528837, "S13": -21.611105940528837, "W21": -50.09316827123569, "S21": -65.800303636487413, "W22": -67.89982703838028, "S22": -90.204145732416947, "W31": -100.40736608865322, "S31": -100.40736608865322, "W32": -102.07973574204904, "S32": -107.07973574204904 }, "geometry": { "type": "Point", "coordinates": [ 100983.0, 499156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47006877769542266, "S11": -0.47006877769542266, "W12": -8.0706433126314359, "S12": -9.8956544883131521, "W13": -20.663329305633361, "S13": -24.698287196108684, "W21": -46.409746699275956, "S21": -46.409746699275956, "W22": -50.267992226133408, "S22": -59.835392846658486, "W31": -77.573432860840114, "S31": -77.647704506305857, "W32": -97.136223999735023, "S32": -102.13622399973502 }, "geometry": { "type": "Point", "coordinates": [ 100983.0, 503954.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23342974532119198, "S11": -0.23342974532119198, "W12": -8.0022589778494861, "S12": -11.002258977849486, "W13": -20.215529485218699, "S13": -24.671988518179717, "W21": -45.851861461184392, "S21": -45.851861461184392, "W22": -50.0, "S22": -58.916574689447778, "W31": -77.447339477636262, "S31": -77.873355321650777, "W32": -96.789878113407525, "S32": -101.78987811340753 }, "geometry": { "type": "Point", "coordinates": [ 100983.0, 504103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9894324853228962, "S11": 1.9894324853228962, "W12": -10.0, "S12": -10.0, "W13": -19.587714109167347, "S13": -23.020272298591351, "W21": -60.0, "S21": -61.689250293398977, "W22": -80.0, "S22": -93.070933527876761, "W31": -110.14849552986621, "S31": -110.14849552986621, "W32": -110.14849552986621, "S32": -114.44080110586043 }, "geometry": { "type": "Point", "coordinates": [ 100984.0, 500738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8617008369998447, "S11": 1.8617008369998447, "W12": -8.5127735070987338, "S12": -12.192940469594419, "W13": -19.04344403634185, "S13": -23.200034656013344, "W21": -38.808370605793328, "S21": -45.819192291955972, "W22": -70.356646103390844, "S22": -105.35664610339084, "W31": -106.60705273495606, "S31": -106.60705273495606, "W32": -109.2883573410863, "S32": -114.2883573410863 }, "geometry": { "type": "Point", "coordinates": [ 100984.0, 501732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8545090304919185, "S11": 1.8545090304919185, "W12": -8.5919851995352907, "S12": -12.44319277298008, "W13": -19.019454300041776, "S13": -24.019454300041776, "W21": -39.558475615154535, "S21": -47.941177808581614, "W22": -69.131068927839067, "S22": -84.888390138762418, "W31": -104.76181047303257, "S31": -104.76181047303257, "W32": -108.07255186996166, "S32": -113.07255186996166 }, "geometry": { "type": "Point", "coordinates": [ 100986.0, 501822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8774286923774706, "S11": 1.8774286923774706, "W12": -5.5267084671135329, "S12": -10.406408313755328, "W13": -24.644830130572423, "S13": -24.644830130572423, "W21": -37.816862990207852, "S21": -37.816862990207852, "W22": -44.845446082698331, "S22": -57.289012591118272, "W31": -80.0, "S31": -80.383396385479415, "W32": -88.538989996347638, "S32": -93.538989996347638 }, "geometry": { "type": "Point", "coordinates": [ 100986.066666666665697, 506417.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8438924413457367, "S11": 1.8438924413457367, "W12": -5.0, "S12": -5.7382003028334498, "W13": -24.361727144061206, "S13": -24.361727144061206, "W21": -37.236994300233064, "S21": -37.236994300233064, "W22": -44.960634409840011, "S22": -46.879357196485373, "W31": -80.0, "S31": -80.428941117389058, "W32": -87.773887404289027, "S32": -92.773887404289027 }, "geometry": { "type": "Point", "coordinates": [ 100986.133333333331393, 506670.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.425096553582179, "S21": -44.249435243127557, "W22": -44.249435243127557, "S22": -44.249435243127557, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 100986.647058823524276, 512389.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 0.073440446591921907, "S11": 0.073440446591921907, "W12": -15.0, "S12": -15.0, "W13": -17.64088867306058, "S13": -19.054300152710887, "W21": -52.388329229405869, "S21": -56.504287315340626, "W22": -63.020024425651549, "S22": -68.693968371506898, "W31": -92.720292154025827, "S31": -92.720292154025827, "W32": -99.889057365659085, "S32": -104.88905736565908 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 498710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26563772048846673, "S11": 0.26563772048846673, "W12": -15.0, "S12": -15.0, "W13": -18.466362237132437, "S13": -21.466362237132437, "W21": -51.273213916582783, "S21": -65.607967947598496, "W22": -68.158591493309856, "S22": -86.25183563363565, "W31": -98.251948627361827, "S31": -98.251948627361827, "W32": -101.520076026108, "S32": -106.520076026108 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0115041364204125, "S11": 1.0115041364204125, "W12": -9.5890973201040026, "S12": -9.5890973201040026, "W13": -20.594590531656806, "S13": -22.181062644932084, "W21": -50.0, "S21": -50.0, "W22": -80.009770382662225, "S22": -99.579863654213412, "W31": -109.91505006164211, "S31": -109.91505006164211, "W32": -109.91505006164211, "S32": -112.60315911028017 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 500018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999964, "S12": -11.873285263484897, "W13": -21.711580715467139, "S13": -21.711580715467139, "W21": -39.86043131364621, "S21": -42.834199993112691, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -87.160257125731178, "S32": -92.160257125731178 }, "geometry": { "type": "Point", "coordinates": [ 100987.0, 509035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10326860657137973, "S11": 0.10326860657137973, "W12": -8.5656231646519227, "S12": -8.5656231646519227, "W13": -17.121007648415681, "S13": -19.345342723293793, "W21": -44.424093013523056, "S21": -52.775628518164957, "W22": -52.775628518164957, "S22": -60.148365784949824, "W31": -87.405058389007777, "S31": -87.405058389007777, "W32": -98.450231260526948, "S32": -103.45023126052695 }, "geometry": { "type": "Point", "coordinates": [ 100990.0, 498114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.441731799420392, "S11": 2.441731799420392, "W12": -9.3177630017784718, "S12": -9.3177630017784718, "W13": -20.620576740236686, "S13": -24.682797569325317, "W21": -50.0, "S21": -57.97467058100635, "W22": -80.0, "S22": -96.63723815158788, "W31": -108.85250029660428, "S31": -108.85250029660428, "W32": -108.85250029660428, "S32": -112.1985647906299 }, "geometry": { "type": "Point", "coordinates": [ 100992.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -20.504884017920656, "S13": -23.248742245768756, "W21": -49.86903718476087, "S21": -50.149037593595544, "W22": -80.0, "S22": -104.7050411844091, "W31": -108.61171171171172, "S31": -108.61171171171172, "W32": -108.61171171171172, "S32": -113.26517005306425 }, "geometry": { "type": "Point", "coordinates": [ 100993.0, 500213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8031932325950217, "S11": -2.8031932325950217, "W12": -8.3474442927942949, "S12": -8.3474442927942949, "W13": -19.081330344853257, "S13": -19.363599708474982, "W21": -37.179298992601232, "S21": -41.20288055774013, "W22": -74.406205784897466, "S22": -107.12619528346011, "W31": -109.96319125678397, "S31": -109.96319125678397, "W32": -110.07434785212564, "S32": -115.07434785212564 }, "geometry": { "type": "Point", "coordinates": [ 100994.0, 501557.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1164854806191826, "S12": -9.6110757495052255, "W13": -20.625468563123562, "S13": -24.489239831712194, "W21": -46.692987542873489, "S21": -46.692987542873489, "W22": -50.416667929970522, "S22": -59.808333710868432, "W31": -77.478831606022084, "S31": -77.478831606022084, "W32": -97.231906768901254, "S32": -102.23190676890125 }, "geometry": { "type": "Point", "coordinates": [ 100994.0, 503909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.3239592287072206, "S12": -8.3239592287072206, "W13": -19.548834208288625, "S13": -19.901871323883018, "W21": -37.243744644973283, "S21": -38.874712318011753, "W22": -43.433247378320864, "S22": -46.206636453408336, "W31": -81.071539518551887, "S31": -81.071539518551887, "W32": -95.550960074103102, "S32": -100.5509600741031 }, "geometry": { "type": "Point", "coordinates": [ 100995.8, 497000.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25104097950383103, "S11": 0.25104097950383103, "W12": -7.1851774804416317, "S12": -13.875733938536836, "W13": -18.482005772382035, "S13": -18.66054142872682, "W21": -39.353122895387244, "S21": -40.66901658942853, "W22": -42.605205986529285, "S22": -42.616701215125168, "W31": -82.78778528215237, "S31": -82.78778528215237, "W32": -96.340226644982479, "S32": -101.34022664498248 }, "geometry": { "type": "Point", "coordinates": [ 100996.0, 497290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4983802507623336, "S12": -7.4983802507623336, "W13": -20.248423425128308, "S13": -23.453589753474262, "W21": -46.466909724539114, "S21": -47.222029651685858, "W22": -51.249973470619089, "S22": -61.249973470619089, "W31": -77.615938493284744, "S31": -77.615938493284744, "W32": -97.673145342033209, "S32": -102.67314534203321 }, "geometry": { "type": "Point", "coordinates": [ 100996.0, 503719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34871256969703857, "S11": 0.34871256969703857, "W12": -7.8492756569234032, "S12": -10.744195360444095, "W13": -20.0, "S13": -20.0, "W21": -44.429489301477751, "S21": -44.429489301477751, "W22": -49.271481077774425, "S22": -56.706859279084725, "W31": -79.231114457280341, "S31": -79.281132586072673, "W32": -95.841344561473235, "S32": -100.84134456147324 }, "geometry": { "type": "Point", "coordinates": [ 100997.0, 504504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23781973125248662, "S11": 0.23781973125248662, "W12": -7.1385473548787557, "S12": -14.120382001322502, "W13": -18.447478554447926, "S13": -18.8470835484523, "W21": -39.379105507839171, "S21": -40.939226021212527, "W22": -42.760736260989674, "S22": -43.104107581632277, "W31": -82.887695225028239, "S31": -82.887695225028239, "W32": -96.387629615846549, "S32": -101.38762961584655 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14984284843082984, "S11": 0.14984284843082984, "W12": -10.730566218590958, "S12": -10.730566218590958, "W13": -17.399851887823235, "S13": -17.877240111686643, "W21": -48.458113765595385, "S21": -60.024955498377444, "W22": -60.024955498377444, "S22": -60.024955498377444, "W31": -89.454571281202817, "S31": -89.454571281202817, "W32": -99.17125773894027, "S32": -104.17125773894027 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 498458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.819766790896125, "S12": -8.819766790896125, "W13": -18.757551060869567, "S13": -20.725229475519008, "W21": -48.11232549046381, "S21": -67.147822441137052, "W22": -67.278638790771851, "S22": -85.689155100454329, "W31": -102.9346073881362, "S31": -102.9346073881362, "W32": -103.16178465788252, "S32": -108.16178465788252 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49502047107555119, "S11": 0.49502047107555119, "W12": -8.5881371183247772, "S12": -8.5881371183247772, "W13": -18.81891629926308, "S13": -19.810973691986057, "W21": -48.054490434557295, "S21": -65.305548012647051, "W22": -67.271007943856404, "S22": -83.815295362420315, "W31": -103.49437463377704, "S31": -103.49437463377704, "W32": -103.49437463377704, "S32": -108.40492199943196 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499425.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1906877982575916, "S11": 1.1906877982575916, "W12": -8.5319511489722437, "S12": -8.5319511489722437, "W13": -19.06497153739009, "S13": -19.711741564014766, "W21": -48.248760293235428, "S21": -65.244040662015479, "W22": -67.628647791350161, "S22": -82.306706318793218, "W31": -104.05414187941857, "S31": -104.05414187941857, "W32": -104.05414187941857, "S32": -108.64805934098173 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499473.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9648470482274485, "S11": 1.9648470482274485, "W12": -8.4757651796197795, "S12": -8.4757651796197795, "W13": -19.28202538205673, "S13": -19.583508042583524, "W21": -48.443030151913327, "S21": -67.135959921035194, "W22": -68.060110034834508, "S22": -80.871939671158998, "W31": -104.61390912505942, "S31": -104.61390912505942, "W32": -104.61390912505942, "S32": -108.89119668253119 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499521.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6664404718558337, "S11": 2.6664404718558337, "W12": -8.419579210267246, "S12": -8.419579210267246, "W13": -19.422860470552056, "S13": -20.28944435907863, "W21": -48.637300010591453, "S21": -68.202426336395391, "W22": -68.491572278319381, "S22": -81.988056098025496, "W31": -105.17367637070095, "S31": -105.17367637070095, "W32": -105.17367637070095, "S32": -109.13433402408093 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499569.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0730700655304717, "S11": 3.0730700655304717, "W12": -8.5322242988327055, "S12": -8.5322242988327055, "W13": -19.563695559047215, "S13": -21.035661201234003, "W21": -49.134619979762135, "S21": -66.87316592259765, "W22": -68.923034521803729, "S22": -84.688662532828999, "W31": -105.73344361634177, "S31": -105.73344361634177, "W32": -105.73344361634177, "S32": -109.37747136563038 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499617.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6586694912628861, "S12": -8.6586694912628861, "W13": -19.704530647542548, "S13": -21.781878043390286, "W21": -50.000000000000007, "S21": -66.930371507129394, "W22": -69.354496765288602, "S22": -85.230234743348845, "W31": -106.28473745059569, "S31": -106.28473745059569, "W32": -106.28473745059569, "S32": -109.68244575936895 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499665.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7851146836929104, "S12": -8.7851146836929104, "W13": -19.845365736037703, "S13": -22.528094885545656, "W21": -50.0, "S21": -66.122197071424239, "W22": -69.881687390138708, "S22": -84.82764925766088, "W31": -106.77039012717434, "S31": -106.77039012717434, "W32": -106.77039012717434, "S32": -110.09805579036333 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499712.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9115598761230927, "S12": -8.9115598761230927, "W13": -19.986200824533032, "S13": -23.274311727701935, "W21": -50.0, "S21": -67.941393457851007, "W22": -71.942945294386391, "S22": -85.959131051369354, "W31": -107.25604280375357, "S31": -107.25604280375357, "W32": -107.25604280375357, "S32": -110.62383770076096 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499760.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0380050685531188, "S12": -9.0380050685531188, "W13": -20.275509669262139, "S13": -24.169002326091253, "W21": -50.0, "S21": -68.168934567856667, "W22": -74.396370203645958, "S22": -87.92782167344356, "W31": -107.73913880405182, "S31": -107.73913880405182, "W32": -107.73913880405182, "S32": -111.14961961115797 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499808.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1644502609832976, "S12": -9.1644502609832976, "W13": -20.580946358202549, "S13": -25.079820768692613, "W21": -50.000000000000007, "S21": -63.791666447839731, "W22": -76.84979511290851, "S22": -91.680928040850333, "W31": -108.21970066578257, "S31": -108.21970066578257, "W32": -108.21970066578257, "S32": -111.67540152155561 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499856.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2908954534133237, "S12": -9.2908954534133237, "W13": -20.604739983841604, "S13": -24.920778893603728, "W21": -50.000000000000007, "S21": -59.41439832782811, "W22": -79.303220022168077, "S22": -95.434034408252558, "W31": -108.70026252751273, "S31": -108.70026252751273, "W32": -108.70026252751273, "S32": -112.10627444096416 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499904.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8403037201662547, "S11": 1.8403037201662547, "W12": -9.4173406458435043, "S12": -9.4173406458435043, "W13": -20.586914318843867, "S13": -23.270623094981786, "W21": -49.999999999999993, "S21": -55.507877907561245, "W22": -80.0, "S22": -97.430495844228702, "W31": -109.18082438924347, "S31": -109.18082438924347, "W32": -109.18082438924347, "S32": -112.27860531319341 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 499952.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2742256657193027, "S11": 1.2742256657193027, "W12": -9.5437858382735321, "S12": -9.5437858382735321, "W13": -20.569088653846155, "S13": -22.020827003909307, "W21": -49.999999999999993, "S21": -52.044584316810905, "W22": -80.0, "S22": -98.730177302371345, "W31": -109.66138625097364, "S31": -109.66138625097364, "W32": -109.66138625097364, "S32": -112.45093618542245 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70211704481367399, "S11": 0.70211704481367399, "W12": -9.6759230972438903, "S12": -9.6759230972438903, "W13": -20.550460547337277, "S13": -22.164732966402624, "W21": -49.888030803884668, "S21": -49.888030803884668, "W22": -80.0, "S22": -100.08836532133147, "W31": -110.16358112255688, "S31": -110.16358112255688, "W32": -110.16358112255688, "S32": -112.6310247174947 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33569970084049572, "S11": -0.33569970084049572, "W12": -9.8080603562142485, "S12": -9.8080603562142485, "W13": -20.531832440828403, "S13": -22.308638928895942, "W21": -49.866035468387089, "S21": -49.866035468387089, "W22": -80.0, "S22": -101.44655334029159, "W31": -110.62883884433704, "S31": -110.62883884433704, "W32": -110.62883884433704, "S32": -112.81111324956696 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2403839027643964, "S11": -1.2403839027643964, "W12": -9.9401976151846068, "S12": -9.9401976151846068, "W13": -20.513204334319528, "S13": -22.452544891389262, "W21": -49.844040132889504, "S21": -49.954292023148653, "W22": -80.0, "S22": -102.80474135925169, "W31": -108.87583434032737, "S31": -108.87583434032737, "W32": -108.87583434032737, "S32": -112.99120178163922 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.23719706514489, "S11": -2.23719706514489, "W12": -10.0, "S12": -10.0, "W13": -20.494576227810651, "S13": -22.969766101228373, "W21": -49.822044797391925, "S21": -50.066418510765146, "W22": -80.0, "S22": -104.16292937821183, "W31": -108.54234234234234, "S31": -108.54234234234234, "W32": -108.54234234234234, "S32": -113.17129031371148 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9630157714019669, "S11": -1.9630157714019669, "W12": -10.0, "S12": -10.0, "W13": -20.391473098495212, "S13": -23.681346516216731, "W21": -49.800049461894346, "S21": -50.178544998381632, "W22": -80.0, "S22": -105.52111739717193, "W31": -108.59678694432424, "S31": -108.59678694432424, "W32": -108.59678694432424, "S32": -113.35137884578373 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2792003724611536, "S11": -1.2792003724611536, "W12": -10.0, "S12": -10.0, "W13": -20.255814103967168, "S13": -24.092658467369507, "W21": -49.778054126396761, "S21": -50.290671485998118, "W22": -80.0, "S22": -106.87930541613206, "W31": -108.80281026773298, "S31": -108.80281026773298, "W32": -108.80281026773298, "S32": -113.53146737785599 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59538497352033992, "S11": -0.59538497352033992, "W12": -10.0, "S12": -10.0, "W13": -20.120155109439125, "S13": -23.909053532693441, "W21": -50.115387180684316, "S21": -50.762126363399737, "W22": -80.0, "S22": -106.30858512584369, "W31": -109.00883359114172, "S31": -109.00883359114172, "W32": -109.00883359114172, "S32": -113.63905230334008 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11983914209115273, "S11": -0.11983914209115273, "W12": -10.0, "S12": -10.0, "W13": -19.986657671712276, "S13": -23.727610154818571, "W21": -51.549389715200434, "S21": -52.33025072102992, "W22": -80.0, "S22": -102.93172690763052, "W31": -109.21485691455045, "S31": -109.21485691455045, "W32": -109.21485691455045, "S32": -113.73037930661617 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24209115281501337, "S11": 0.24209115281501337, "W12": -10.0, "S12": -10.0, "W13": -19.919111186069063, "S13": -23.612117729027339, "W21": -52.98339224971653, "S21": -53.898375078660088, "W22": -80.0, "S22": -99.554868689417361, "W31": -109.42088023795918, "S31": -109.42088023795918, "W32": -109.42088023795918, "S32": -113.82170630989225 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58856425473636154, "S11": 0.58856425473636154, "W12": -10.0, "S12": -10.0, "W13": -19.851564700425854, "S13": -23.496625303236108, "W21": -54.417394784232641, "S21": -55.466499436290263, "W22": -80.0, "S22": -97.666741491063163, "W31": -109.62690356136793, "S31": -109.62690356136793, "W32": -109.62690356136793, "S32": -113.91303331316833 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90434125430532497, "S11": 0.90434125430532497, "W12": -10.0, "S12": -10.0, "W13": -19.784018214782648, "S13": -23.38113287744488, "W21": -55.851397318748745, "S21": -57.034623793920439, "W22": -80.0, "S22": -96.87407054069979, "W31": -109.83292688477667, "S31": -109.83292688477667, "W32": -109.83292688477667, "S32": -114.00436031644442 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2155632866059551, "S11": 1.2155632866059551, "W12": -10.0, "S12": -10.0, "W13": -19.716471729139435, "S13": -23.265640451653645, "W21": -57.328654333185696, "S21": -58.646002631471454, "W22": -80.0, "S22": -96.081399590336432, "W31": -110.0389502081854, "S31": -110.0389502081854, "W32": -110.0389502081854, "S32": -114.0956873197205 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5266243732733038, "S11": 1.5266243732733038, "W12": -10.0, "S12": -10.0, "W13": -19.648925243496226, "S13": -23.150148025862418, "W21": -58.935641034377021, "S21": -60.38711115577685, "W22": -80.0, "S22": -95.288728639973058, "W31": -110.05312942740171, "S31": -110.05312942740171, "W32": -110.05312942740171, "S32": -114.18701432299659 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8376854599406529, "S11": 1.8376854599406529, "W12": -10.0, "S12": -10.0, "W13": -19.59322351509223, "S13": -23.0465003573104, "W21": -60.0, "S21": -61.585591944513894, "W22": -80.0, "S22": -94.4960576896097, "W31": -110.04763671972756, "S31": -110.04763671972756, "W32": -110.04763671972756, "S32": -114.27834132627267 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1029354207436399, "S11": 2.1029354207436399, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.562587287393619, "S13": -22.967918189463767, "W21": -60.000000000000007, "S21": -61.719713767627972, "W22": -80.0, "S22": -93.703386739246326, "W31": -110.04214401205341, "S31": -110.04214401205341, "W32": -110.04214401205341, "S32": -114.36966832954873 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2888454011741683, "S11": 2.2888454011741683, "W12": -10.0, "S12": -10.0, "W13": -19.531951059695004, "S13": -22.889336021617133, "W21": -60.0, "S21": -61.85383559074203, "W22": -80.0, "S22": -94.412480673706369, "W31": -110.03665130437928, "S31": -110.03665130437928, "W32": -110.03665130437928, "S32": -114.46099533282482 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4747553816046963, "S11": 2.4747553816046963, "W12": -9.9202606291709561, "S12": -9.9202606291709561, "W13": -19.501314831996389, "S13": -22.810753853770496, "W21": -60.0, "S21": -61.987957413856094, "W22": -80.0, "S22": -97.019474324813316, "W31": -110.03115859670513, "S31": -110.03115859670513, "W32": -110.03115859670513, "S32": -114.5523223361009 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5555067885840952, "S11": 2.5555067885840952, "W12": -9.6740265314332152, "S12": -9.6740265314332152, "W13": -19.470678604297778, "S13": -22.732171685923863, "W21": -59.680430913883846, "S21": -61.802510150854012, "W22": -79.323873253919288, "S22": -98.950341229839552, "W31": -110.02566588903099, "S31": -110.02566588903099, "W32": -110.02566588903099, "S32": -114.64364933937698 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6197351066777501, "S11": 2.6197351066777501, "W12": -9.4837627137982903, "S12": -9.4837627137982903, "W13": -19.440042376599159, "S13": -22.653589518077226, "W21": -57.905575804870622, "S21": -60.161776864954852, "W22": -78.299805206304228, "S22": -100.53326683333142, "W31": -110.02017318135684, "S31": -110.02017318135684, "W32": -110.02017318135684, "S32": -114.75594957190049 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.683963424771405, "S11": 2.683963424771405, "W12": -9.3867101019377017, "S12": -9.3867101019377017, "W13": -19.409406148900548, "S13": -22.575007350230592, "W21": -56.130720695857399, "S21": -58.5210435790557, "W22": -77.919072073667436, "S22": -102.75952735180158, "W31": -110.01468047368269, "S31": -110.01468047368269, "W32": -110.01468047368269, "S32": -114.94696510033933 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7002053234651546, "S11": 2.7002053234651546, "W12": -9.290045700524578, "S12": -9.290045700524578, "W13": -19.378892466112738, "S13": -22.496739511055363, "W21": -54.36296500728065, "S21": -56.88687322630053, "W22": -77.575419584162688, "S22": -103.66671607297542, "W31": -110.00920973683925, "S31": -110.00920973683925, "W32": -110.00920973683925, "S32": -115.003869893567 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501049.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7102279370457842, "S11": 2.7102279370457842, "W12": -9.1933812991114561, "S12": -9.1933812991114561, "W13": -19.348378783324925, "S13": -22.418471671880134, "W21": -53.414328284082401, "S21": -56.07182183892386, "W22": -77.252884227198621, "S22": -103.29520766102554, "W31": -110.0037389999958, "S31": -110.0037389999958, "W32": -110.01292972337318, "S32": -115.01292972337318 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501099.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7202505506264258, "S11": 2.7202505506264258, "W12": -9.0967168976982187, "S12": -9.0967168976982187, "W13": -19.317865100537077, "S13": -22.346877871119442, "W21": -53.239593908627846, "S21": -56.03067279929104, "W22": -76.930348870234198, "S22": -104.02794629912594, "W31": -109.99826826315234, "S31": -109.99826826315234, "W32": -110.02198955317938, "S32": -115.02198955317938 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501149.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7302731642070555, "S11": 2.7302731642070555, "W12": -9.0000524962850967, "S12": -9.0000524962850967, "W13": -19.287351417749264, "S13": -22.293586360236354, "W21": -49.826903553298692, "S21": -52.751567779783471, "W22": -76.607813513270116, "S22": -104.98840916552506, "W31": -109.99279752630889, "S31": -109.99279752630889, "W32": -110.03104938298557, "S32": -115.03104938298557 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501199.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7402957777876855, "S11": 2.7402957777876855, "W12": -8.903388094871973, "S12": -8.903388094871973, "W13": -19.256837734961454, "S13": -22.256837734961454, "W21": -46.414213197969545, "S21": -49.472462760275903, "W22": -76.285278156306077, "S22": -105.94887203192422, "W31": -109.98732678946546, "S31": -109.98732678946546, "W32": -110.04010921279175, "S32": -115.04010921279175 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8965866097692068, "S11": 1.8965866097692068, "W12": -8.4757626677747204, "S12": -11.930818500528009, "W13": -19.006553893725467, "S13": -24.1062298086729, "W21": -39.597309023283088, "S21": -51.019022588301709, "W22": -68.785814550905116, "S22": -79.585465372791333, "W31": -104.22133112584466, "S31": -104.22133112584466, "W32": -107.6904101140919, "S32": -112.6904101140919 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.890743512909945, "S11": 1.890743512909945, "W12": -8.5400632250415587, "S12": -12.095861086990009, "W13": -18.996752552646544, "S13": -24.292954433920745, "W21": -39.618283550202335, "S21": -51.455003430686531, "W22": -68.355430985833479, "S22": -70.952443207067461, "W31": -103.43886785212554, "S31": -103.43886785212554, "W32": -107.17650103519669, "S32": -112.17650103519669 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501885.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.884900416050683, "S11": 1.884900416050683, "W12": -8.6544242867596335, "S12": -12.310964177903244, "W13": -18.986951211567625, "S13": -24.470747425673942, "W21": -39.446954151521481, "S21": -51.69868034747126, "W22": -67.925047420761842, "S22": -77.722951612378608, "W31": -102.65640457840638, "S31": -102.65640457840638, "W32": -106.6625919563015, "S32": -111.6625919563015 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501923.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8790573191914208, "S11": 1.8790573191914208, "W12": -8.7687853484777083, "S12": -12.52606726881648, "W13": -18.977149870488706, "S13": -24.635145955352932, "W21": -39.145104786457111, "S21": -51.811837297872465, "W22": -67.49466385569022, "S22": -91.629711068955999, "W31": -101.87394130468726, "S31": -101.87394130468726, "W32": -106.14868287740627, "S32": -111.14868287740627 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 501961.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8732142223321591, "S11": 1.8732142223321591, "W12": -8.8831464101957831, "S12": -12.741170359729715, "W13": -18.96734852940979, "S13": -24.799544485031923, "W21": -38.843255421392733, "S21": -51.924994248273663, "W22": -67.064280290618598, "S22": -96.602636078355744, "W31": -101.09147803096812, "S31": -101.09147803096812, "W32": -105.63477379851108, "S32": -110.63477379851108 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8657611080720473, "S11": 1.8657611080720473, "W12": -9.0290187242138931, "S12": -13.015543342566428, "W13": -18.95484650921005, "S13": -25.009241680783465, "W21": -38.458233940257969, "S21": -52.069330667980481, "W22": -66.51530806520212, "S22": -92.066690709415894, "W31": -100.09341342176594, "S31": -100.09341342176594, "W32": -104.98834000072567, "S32": -109.98834000072567 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502048.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8583079938119356, "S11": 1.8583079938119356, "W12": -9.1748910382320048, "S12": -13.289916325403144, "W13": -18.942344489010313, "S13": -25.218938876535006, "W21": -38.073212459123205, "S21": -52.861402446286831, "W22": -65.966335839785643, "S22": -80.975977725270795, "W31": -100.02901093232667, "S31": -100.02901093232667, "W32": -104.62990302799395, "S32": -109.62990302799395 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502097.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8433760133946668, "S11": 1.8433760133946668, "W12": -9.3207633522501165, "S12": -13.712010400063917, "W13": -18.932709765114954, "S13": -25.431503368590924, "W21": -37.688190977988434, "S21": -49.544217976151792, "W22": -65.417363614369165, "S22": -82.587576568880792, "W31": -100.02065319788061, "S31": -100.02065319788061, "W32": -104.27146605526221, "S32": -109.27146605526221 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502146.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7933936989693497, "S11": 1.7933936989693497, "W12": -9.4666356662682265, "S12": -14.205700294791137, "W13": -18.93651286602573, "S13": -25.657505685452982, "W21": -37.30316949685367, "S21": -46.708051393518424, "W22": -64.868391388952688, "S22": -84.199175412490774, "W31": -100.01229546343454, "S31": -100.01229546343454, "W32": -103.91302908253049, "S32": -108.91302908253049 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502195.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7434113845440329, "S11": 1.7434113845440329, "W12": -9.2283593262337273, "S12": -14.205838251018378, "W13": -18.940315966936502, "S13": -25.883508002315033, "W21": -37.228098287948271, "S21": -45.905100106145241, "W22": -64.31941916353621, "S22": -85.913476813888437, "W31": -100.00393772898848, "S31": -100.00393772898848, "W32": -103.55459210979875, "S32": -108.55459210979875 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502243.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 1.693429070118716, "S11": 1.693429070118716, "W12": -8.8755480709616315, "S12": -13.850385336031664, "W13": -18.944119067847279, "S13": -25.61288545281435, "W21": -37.532302974421775, "S21": -47.874530090832721, "W22": -63.760386393477589, "S22": -88.731187315514433, "W31": -99.768309720435553, "S31": -99.768309720435553, "W32": -103.19615513706701, "S32": -108.19615513706701 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502292.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6434467556933987, "S11": 1.6434467556933987, "W12": -8.5227368156895373, "S12": -13.505291169786524, "W13": -18.947922168758055, "S13": -25.452474008389309, "W21": -37.836507660895279, "S21": -49.433823278872346, "W22": -63.115153253381052, "S22": -91.462697447102528, "W31": -99.33020939478692, "S31": -99.33020939478692, "W32": -102.83771816433527, "S32": -107.83771816433527 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502341.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5934644412680818, "S11": 1.5934644412680818, "W12": -8.1699255604174414, "S12": -12.055878868899228, "W13": -18.951725269668827, "S13": -25.376169193468343, "W21": -37.426505725231806, "S21": -45.318506628752928, "W22": -62.469920113284516, "S22": -89.797820873410714, "W31": -98.892109069138272, "S31": -98.892109069138272, "W32": -102.47928119160355, "S32": -107.47928119160355 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502390.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5434821268427648, "S11": 1.5434821268427648, "W12": -7.6164155778204217, "S12": -11.046537687842324, "W13": -18.955528370579604, "S13": -25.27234348123568, "W21": -35.126969691858712, "S21": -52.289369003727046, "W22": -61.906404437650416, "S22": -84.001423030189528, "W31": -98.253969460672579, "S31": -98.253969460672579, "W32": -102.1208442188718, "S32": -107.1208442188718 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502439.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4934998124175074, "S11": 1.4934998124175074, "W12": -6.413256266628701, "S12": -9.3875471781912623, "W13": -18.956382904145379, "S13": -24.972763453009605, "W21": -32.82743365848836, "S21": -57.34574658660577, "W22": -61.425289603873019, "S22": -78.287426028831305, "W31": -97.085353363843254, "S31": -97.085353363843254, "W32": -101.76628939447789, "S32": -106.76628939447789 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502487.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4308261321594364, "S11": 1.4308261321594364, "W12": -5.2100969554355441, "S12": -7.7285566685382197, "W13": -18.95217926184333, "S13": -24.310944829743335, "W21": -30.527897625115266, "S21": -57.353569642062823, "W22": -60.944174770095053, "S22": -81.161706645195835, "W31": -95.91673726701255, "S31": -95.91673726701255, "W32": -101.43312244910125, "S32": -106.43312244910125 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502536.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1653287766638192, "S11": 1.1653287766638192, "W12": -4.0239137464013091, "S12": -6.0865422610441007, "W13": -18.947975619541282, "S13": -22.967806885198048, "W21": -30.137696911338644, "S21": -56.610646708989677, "W22": -60.46305993631708, "S22": -89.067750322922834, "W31": -94.748121170181847, "S31": -94.748121170181847, "W32": -101.09995550372459, "S32": -106.09995550372459 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502585.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89983142116820203, "S11": 0.89983142116820203, "W12": -4.05798728445445, "S12": -5.664784600637355, "W13": -18.943771977239233, "S13": -23.183790831272642, "W21": -31.244926881415189, "S21": -57.229191803352577, "W22": -59.999999999999993, "S22": -83.646566916915788, "W31": -93.579505073351143, "S31": -93.579505073351143, "W32": -100.76678855834793, "S32": -105.76678855834793 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502634.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63433406567258499, "S11": 0.63433406567258499, "W12": -4.0920608225075927, "S12": -7.2488263331206273, "W13": -18.939568334937185, "S13": -22.533201592828618, "W21": -32.352156851491728, "S21": -57.847736897715464, "W22": -60.0, "S22": -72.422225046656109, "W31": -93.228705551342983, "S31": -93.228705551342983, "W32": -100.49244932948179, "S32": -105.49244932948179 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502683.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55987475700398504, "S11": 0.55987475700398504, "W12": -4.1261343605607346, "S12": -8.9550195227002298, "W13": -18.969197579466631, "S13": -21.916445241216088, "W21": -33.459386821568273, "S21": -57.90735600226229, "W22": -59.94408402551921, "S22": -70.819067717929443, "W31": -92.888560710070962, "S31": -92.888560710070962, "W32": -100.31827896380852, "S32": -105.31827896380852 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502731.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54444048022891223, "S11": 0.54444048022891223, "W12": -4.1602078986138764, "S12": -10.661212712279834, "W13": -19.0317544117507, "S13": -21.332616477358183, "W21": -34.566616791644812, "S21": -56.75649513133412, "W22": -59.866508077644511, "S22": -73.440980177688729, "W31": -92.548415868798941, "S31": -92.548415868798941, "W32": -100.15521859583217, "S32": -105.15521859583217 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502780.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5290062034538392, "S11": 0.5290062034538392, "W12": -4.1942814366670182, "S12": -12.367405901859435, "W13": -19.089699835154235, "S13": -21.02201651584943, "W21": -35.75869981785155, "S21": -55.690487316536156, "W22": -59.788932129769826, "S22": -76.06289263744803, "W31": -92.572952246868894, "S31": -92.572952246868894, "W32": -100.00344216854687, "S32": -105.00344216854687 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502829.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51357192667876639, "S11": 0.51357192667876639, "W12": -4.2283549747201592, "S12": -14.073599091439039, "W13": -19.185323541049819, "S13": -20.79635488233815, "W21": -37.298848172875161, "S21": -54.972544830555059, "W22": -59.445462812178832, "S22": -78.418911727491022, "W31": -92.741161986335413, "S31": -92.741161986335413, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502878.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48671132631885539, "S11": 0.48671132631885539, "W12": -4.3500662877993337, "S12": -13.474564581058647, "W13": -19.300450022838483, "S13": -20.590196024719951, "W21": -38.838996527898772, "S21": -54.254602344573961, "W22": -58.318186413043776, "S22": -79.780535629570849, "W31": -92.909371725801947, "S31": -92.909371725801947, "W32": -99.902629024250643, "S32": -104.90262902425064 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13232242327156218, "S11": 0.13232242327156218, "W12": -4.97630025695796, "S12": -10.773404424406102, "W13": -19.670916360676209, "S13": -20.670916360676209, "W21": -40.121474258718379, "S21": -48.27075323751157, "W22": -55.121407016440045, "S22": -72.850344478137885, "W31": -90.497442852702676, "S31": -90.497442852702676, "W32": -99.455194488978265, "S32": -104.45519448897826 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 503084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35028323403152639, "S11": -0.35028323403152639, "W12": -8.0545394189938211, "S12": -10.857004207726215, "W13": -20.499155541447731, "S13": -24.921516354785929, "W21": -46.138129845982895, "S21": -46.138129845982895, "W22": -50.0, "S22": -58.468283349948813, "W31": -77.266902818169484, "S31": -77.752171759523947, "W32": -96.843717568671607, "S32": -101.84371756867161 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 504073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2666427568576388, "S11": 1.2666427568576388, "W12": -6.941706835693175, "S12": -6.941706835693175, "W13": -24.252050343013359, "S13": -24.252050343013359, "W21": -39.153020616243452, "S21": -39.153020616243452, "W22": -45.321111610144989, "S22": -51.191997885892761, "W31": -80.0, "S31": -80.137165888062455, "W32": -92.049223305937332, "S32": -97.049223305937332 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 505056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8524101602189083, "S11": 1.8524101602189083, "W12": -5.0, "S12": -5.4214795587280982, "W13": -24.404838546025868, "S13": -24.404838546025868, "W21": -37.127162068169653, "S21": -37.127162068169653, "W22": -44.958539441114112, "S22": -44.958539441114112, "W31": -80.0, "S31": -80.437294783231252, "W32": -87.696008829271591, "S32": -92.696008829271591 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 506718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8461536183040153, "S11": 1.8461536183040153, "W12": -5.0, "S12": -5.0814497928386162, "W13": -24.352048486481145, "S13": -24.352048486481145, "W21": -37.012211091640339, "S21": -37.012211091640339, "W22": -45.009570864773565, "S22": -45.009570864773565, "W31": -80.0, "S31": -80.423237908605671, "W32": -87.516836111020837, "S32": -92.516836111020837 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.839897076389122, "S11": 1.839897076389122, "W12": -5.0, "S12": -5.4955662812885837, "W13": -24.299258426936422, "S13": -24.299258426936422, "W21": -36.897260115111024, "S21": -36.897260115111024, "W22": -45.060602288433024, "S22": -45.060602288433024, "W31": -80.0, "S31": -80.35494133675833, "W32": -87.337663392770096, "S32": -92.337663392770096 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 506812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.833640534474229, "S11": 1.833640534474229, "W12": -5.0, "S12": -6.460994499943876, "W13": -24.246468367391699, "S13": -24.246468367391699, "W21": -36.782309138581709, "S21": -36.97025786409074, "W22": -45.111633712092477, "S22": -45.111633712092477, "W31": -80.0, "S31": -80.286644764910974, "W32": -87.158490674519356, "S32": -92.158490674519356 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 506859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8273839925593358, "S11": 1.8273839925593358, "W12": -5.0, "S12": -7.4264227185991691, "W13": -24.193678307846973, "S13": -24.193678307846973, "W21": -36.667358162052395, "S21": -37.142823687893618, "W22": -45.162665135751922, "S22": -45.162665135751922, "W31": -79.359141608505638, "S31": -79.577489801569271, "W32": -86.979317956268602, "S32": -91.979317956268602 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 506906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8211274506444428, "S11": 1.8211274506444428, "W12": -5.0, "S12": -8.2886523424666532, "W13": -24.14088824830225, "S13": -24.14088824830225, "W21": -36.55240718552308, "S21": -37.315389511696488, "W22": -45.213696559411375, "S22": -45.213696559411375, "W31": -78.455510411964198, "S31": -78.605562033180476, "W32": -86.800145238017848, "S32": -91.800145238017848 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 506953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8148709087295498, "S11": 1.8148709087295498, "W12": -5.0, "S12": -9.0967431062049631, "W13": -24.088098188757527, "S13": -24.088098188757527, "W21": -36.437456208993765, "S21": -37.487955335499365, "W22": -45.264727983070834, "S22": -45.264727983070834, "W31": -74.641802965586692, "S31": -74.723558014955628, "W32": -86.620972519767122, "S32": -91.620972519767122 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8082150130754084, "S11": 1.8082150130754084, "W12": -5.0, "S12": -9.9564141314584838, "W13": -24.031938550943991, "S13": -24.031938550943991, "W21": -36.597402633941982, "S21": -37.953770696971183, "W22": -45.319016731644723, "S22": -45.319016731644723, "W31": -71.196974125942262, "S31": -71.206073247814018, "W32": -86.551560586774826, "S32": -91.551560586774826 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8015591174212668, "S11": 1.8015591174212668, "W12": -5.0, "S12": -10.816085156712004, "W13": -23.975778913130455, "S13": -23.975778913130455, "W21": -36.892495337603798, "S21": -38.618249932045458, "W22": -45.373305480218605, "S22": -45.373305480218605, "W31": -71.155116540919536, "S31": -71.155116540919536, "W32": -86.583019151005956, "S32": -91.583019151005956 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7949032217671252, "S11": 1.7949032217671252, "W12": -5.0, "S12": -11.675756181965525, "W13": -23.919619275316919, "S13": -23.919619275316919, "W21": -37.18758804126562, "S21": -39.420370941840488, "W22": -45.427594228792486, "S22": -45.427594228792486, "W31": -71.487288571722644, "S31": -71.617540161070266, "W32": -86.614477715237072, "S32": -91.614477715237072 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7882473261129839, "S11": 1.7882473261129839, "W12": -5.0, "S12": -12.98500808114585, "W13": -23.863459637503382, "S13": -23.863459637503382, "W21": -37.482680744927436, "S21": -40.222491951635511, "W22": -45.481882977366382, "S22": -45.481882977366382, "W31": -71.819460602525766, "S31": -72.256455961067559, "W32": -86.645936279468202, "S32": -91.645936279468202 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7815914304588421, "S11": 1.7815914304588421, "W12": -5.0, "S12": -14.475840160508277, "W13": -23.807299999689846, "S13": -23.807299999689846, "W21": -37.777773448589258, "S21": -41.024612961430542, "W22": -45.536171725940257, "S22": -45.536171725940257, "W31": -72.151632633328859, "S31": -72.895371761064823, "W32": -86.677394843699332, "S32": -91.677394843699332 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7749355348047007, "S11": 1.7749355348047007, "W12": -5.0, "S12": -17.321643688930536, "W13": -23.751140361876313, "S13": -23.751140361876313, "W21": -38.072866152251073, "S21": -41.826733971225572, "W22": -45.590460474514153, "S22": -45.590460474514153, "W31": -72.483804664131966, "S31": -73.437444011889951, "W32": -86.708853407930462, "S32": -91.708853407930462 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7682796391505593, "S11": 1.7682796391505593, "W12": -5.0, "S12": -17.639656056033257, "W13": -23.694980724062777, "S13": -23.694980724062777, "W21": -38.367958855912896, "S21": -42.628854981020602, "W22": -45.644749223088034, "S22": -45.644749223088034, "W31": -72.815976694935074, "S31": -73.707612149674802, "W32": -86.740311972161592, "S32": -91.740311972161592 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7616237434964175, "S11": 1.7616237434964175, "W12": -5.0, "S12": -17.454586868629349, "W13": -23.638821086249241, "S13": -23.638821086249241, "W21": -38.663051559574711, "S21": -43.430975990815625, "W22": -45.699037971661923, "S22": -45.699037971661923, "W31": -73.148148725738196, "S31": -73.977780287459652, "W32": -86.771770536392722, "S32": -91.771770536392722 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7549678478422761, "S11": 1.7549678478422761, "W12": -5.0, "S12": -17.269517681225445, "W13": -23.582661448435704, "S13": -23.582661448435704, "W21": -38.958144263236534, "S21": -44.233097000610663, "W22": -45.753326720235812, "S22": -45.753326720235812, "W31": -73.480320756541289, "S31": -74.247948425244488, "W32": -86.803229100623838, "S32": -91.803229100623838 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7483119521881341, "S11": 1.7483119521881341, "W12": -5.0, "S12": -17.084448493821537, "W13": -23.526501810622168, "S13": -23.526501810622168, "W21": -39.253236966898349, "S21": -45.035218010405686, "W22": -45.807615468809693, "S22": -45.807615468809693, "W31": -73.812492787344397, "S31": -74.518116563029338, "W32": -86.834687664854968, "S32": -91.834687664854968 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7416560565339929, "S11": 1.7416560565339929, "W12": -5.0000000000000009, "S12": -16.899379306417629, "W13": -23.470342172808632, "S13": -23.470342172808632, "W21": -39.548329670560172, "S21": -45.837339020200716, "W22": -45.861904217383582, "S22": -45.861904217383582, "W31": -74.869348854128731, "S31": -75.512968736795415, "W32": -86.866146229086112, "S32": -91.866146229086112 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7350001608798511, "S11": 1.7350001608798511, "W12": -5.0, "S12": -16.842105263157894, "W13": -23.414182534995096, "S13": -23.414182534995096, "W21": -39.843422374221987, "S21": -46.639460029995746, "W22": -46.639460029995746, "S22": -46.639460029995746, "W31": -77.234644749634114, "S31": -77.816260739282541, "W32": -86.897604793317228, "S32": -91.897604793317228 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6809796737602078, "S11": 1.6809796737602078, "W12": -5.0, "S12": -16.842105263157897, "W13": -23.358022897181559, "S13": -23.358022897181559, "W21": -39.965750256567503, "S21": -47.26881621847447, "W22": -47.26881621847447, "S22": -47.26881621847447, "W31": -79.123137341573056, "S31": -79.642749438203225, "W32": -86.929063357548372, "S32": -91.929063357548372 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6038240066508138, "S11": 1.6038240066508138, "W12": -5.0, "S12": -16.842105263157897, "W13": -23.301863259368027, "S13": -23.301863259368027, "W21": -39.403493526363874, "S21": -47.107426477207838, "W22": -47.107426477207838, "S22": -47.107426477207838, "W31": -76.749390093589781, "S31": -77.206998297201693, "W32": -86.960521921779488, "S32": -91.960521921779488 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5266683395414198, "S11": 1.5266683395414198, "W12": -5.0, "S12": -16.842105263157897, "W13": -23.245703621554487, "S13": -23.245703621554487, "W21": -38.841236796160246, "S21": -46.595212250637161, "W22": -46.595212250637161, "S22": -46.595212250637161, "W31": -70.0, "S31": -70.39560431059364, "W32": -86.984599138279307, "S32": -91.984599138279307 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4495126724320255, "S11": 1.4495126724320255, "W12": -5.0, "S12": -16.842105263157897, "W13": -23.189543983740954, "S13": -23.189543983740954, "W21": -38.278980065956617, "S21": -46.082998024066491, "W22": -46.616095397253495, "S22": -46.616095397253495, "W31": -70.0, "S31": -70.333600417575383, "W32": -86.987380094740416, "S32": -91.987380094740416 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3723570053226313, "S11": 1.3723570053226313, "W12": -5.0, "S12": -16.842105263157894, "W13": -23.133384345927414, "S13": -23.133384345927414, "W21": -37.716723335752995, "S21": -45.570783797495828, "W22": -46.893871701053484, "S22": -46.893871701053484, "W31": -70.0, "S31": -70.271596524557125, "W32": -86.99016105120154, "S32": -91.99016105120154 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2952013382132375, "S11": 1.2952013382132375, "W12": -5.0, "S12": -16.842105263157894, "W13": -23.077224708113881, "S13": -23.077224708113881, "W21": -37.154466605549366, "S21": -45.058569570925151, "W22": -47.171648004853473, "S22": -47.171648004853473, "W31": -70.0, "S31": -70.209592631538868, "W32": -86.992942007662663, "S32": -91.992942007662663 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.218045671103843, "S11": 1.218045671103843, "W12": -5.0, "S12": -16.842105263157894, "W13": -23.021065070300345, "S13": -23.021065070300345, "W21": -36.592209875345738, "S21": -44.546355344354481, "W22": -47.449424308653462, "S22": -47.449424308653462, "W31": -70.0, "S31": -70.147588738520611, "W32": -86.995722964123772, "S32": -91.995722964123772 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 507950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.140890003994449, "S11": 1.140890003994449, "W12": -5.0, "S12": -16.842105263157894, "W13": -22.964905432486812, "S13": -22.964905432486812, "W21": -36.029953145142109, "S21": -44.034141117783804, "W22": -47.727200612453458, "S22": -47.727200612453458, "W31": -70.0, "S31": -70.085584845502353, "W32": -86.998503920584909, "S32": -91.998503920584909 }, "geometry": { "type": "Point", "coordinates": [ 101000.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8693127976737902, "S11": 1.8693127976737902, "W12": -9.0138030934753939, "S12": -12.962614905565978, "W13": -18.954841172837323, "S13": -25.002625239134236, "W21": -38.488460017363494, "S21": -52.277838774502293, "W22": -66.530874545318753, "S22": -93.270684707239468, "W31": -100.12794378765506, "S31": -100.12794378765506, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101001.0, 502047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9135289384520155, "S11": 1.9135289384520155, "W12": -5.8688576448549776, "S12": -10.142278086994715, "W13": -24.884793055651002, "S13": -24.884793055651002, "W21": -38.073369825246232, "S21": -38.073369825246232, "W22": -44.728207451153679, "S22": -59.728207451153679, "W31": -80.0, "S31": -80.357503600743883, "W32": -89.039531172568687, "S32": -94.039531172568687 }, "geometry": { "type": "Point", "coordinates": [ 101002.0, 506275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.093402917858985787, "S11": 0.093402917858985787, "W12": -14.73779096744258, "S12": -14.73779096744258, "W13": -17.612321385213061, "S13": -19.05579327545896, "W21": -52.242243262526316, "S21": -56.490138586595691, "W22": -62.790400258082357, "S22": -67.864976457348263, "W31": -92.570508741959671, "S31": -92.570508741959671, "W32": -99.859812057578182, "S32": -104.85981205757818 }, "geometry": { "type": "Point", "coordinates": [ 101002.375, 498709.125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.121564242232559, "S21": -42.121564242232559, "W22": -42.121564242232559, "S22": -42.121564242232559, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101002.906976744183339, 511960.023255813925061 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51377883954815318, "S11": 0.51377883954815318, "W12": -4.2007939706029873, "S12": -14.200793970602987, "W13": -19.207594388038252, "S13": -20.794141895093755, "W21": -37.493338749960451, "S21": -54.973269623515655, "W22": -59.412254174828718, "S22": -79.351170605423619, "W31": -92.877210149540957, "S31": -92.877210149540957, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101005.0, 502883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -41.952239603796485, "S21": -41.952239603796485, "W22": -41.952239603796485, "S22": -41.952239603796485, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101006.058823529412621, 511708.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11840605197990706, "S11": -0.11840605197990706, "W12": -7.9984205413759266, "S12": -8.7584205413759264, "W13": -20.0, "S13": -25.0, "W21": -45.597813186393317, "S21": -45.597813186393317, "W22": -50.0, "S22": -57.686165968254542, "W31": -77.102999368977379, "S31": -77.103748350706823, "W32": -96.435407144276624, "S32": -101.43540714427662 }, "geometry": { "type": "Point", "coordinates": [ 101010.0, 504244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59028593185364409, "S11": 0.59028593185364409, "W12": -7.62427300817144, "S12": -10.597600174375572, "W13": -20.040686265684915, "S13": -20.040686265684915, "W21": -42.19086600221339, "S21": -42.19086600221339, "W22": -48.020260627108115, "S22": -48.020260627108115, "W31": -80.0, "S31": -80.084394873022418, "W32": -95.406864815182828, "S32": -100.40686481518283 }, "geometry": { "type": "Point", "coordinates": [ 101010.0, 504685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41495004317256695, "S11": 0.41495004317256695, "W12": -12.430131034770863, "S12": -12.430131034770863, "W13": -18.575357751971737, "S13": -21.575357751971737, "W21": -50.118776677279754, "S21": -64.354892766775038, "W22": -67.771009888380291, "S22": -89.858327912379806, "W31": -99.717922707848729, "S31": -99.717922707848729, "W32": -101.81582308651332, "S32": -106.81582308651332 }, "geometry": { "type": "Point", "coordinates": [ 101011.0, 499119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41339583076353764, "S11": 0.41339583076353764, "W12": -12.454430256360268, "S12": -12.454430256360268, "W13": -18.574518002917713, "S13": -21.574518002917713, "W21": -50.116009939943332, "S21": -64.340525751933853, "W22": -67.765541924647877, "S22": -89.852403105131515, "W31": -99.686237473109827, "S31": -99.686237473109827, "W32": -101.80803102158553, "S32": -106.80803102158553 }, "geometry": { "type": "Point", "coordinates": [ 101012.0, 499118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8600860457463286, "S11": 1.8600860457463286, "W12": -5.0, "S12": -5.1358425264978003, "W13": -24.443681187828378, "S13": -24.443681187828378, "W21": -37.028111532984113, "S21": -37.028111532984113, "W22": -44.956670087935272, "S22": -44.956670087935272, "W31": -80.0, "S31": -80.444828080634878, "W32": -87.625738584900006, "S32": -92.625738584900006 }, "geometry": { "type": "Point", "coordinates": [ 101012.5, 506761.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16522540695219776, "S11": 0.16522540695219776, "W12": -10.688865965264624, "S12": -10.688865965264624, "W13": -17.384022095423092, "S13": -17.81904155492386, "W21": -48.506123596675764, "S21": -60.048195336534967, "W22": -60.048195336534967, "S22": -60.048195336534967, "W31": -89.47166732338826, "S31": -89.47166732338826, "W32": -99.115920238823776, "S32": -104.11592023882378 }, "geometry": { "type": "Point", "coordinates": [ 101014.0, 498469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7658715400727818, "S12": -6.7658715400727818, "W13": -20.0, "S13": -22.160244960449095, "W21": -44.783163866217748, "S21": -46.389352285014439, "W22": -51.899422821735698, "S22": -59.975866056396015, "W31": -79.775011466970398, "S31": -79.775011466970398, "W32": -98.130100967938802, "S32": -103.1301009679388 }, "geometry": { "type": "Point", "coordinates": [ 101014.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16729222520107234, "S11": -0.16729222520107234, "W12": -10.0, "S12": -10.0, "W13": -20.000000000000004, "S13": -23.741557438592732, "W21": -50.560261455345831, "S21": -51.29658557466783, "W22": -80.0, "S22": -105.41237200109339, "W31": -108.98097771625379, "S31": -108.98097771625379, "W32": -108.98097771625379, "S32": -113.6139191120385 }, "geometry": { "type": "Point", "coordinates": [ 101015.0, 500384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9631762549978709, "S11": 1.9631762549978709, "W12": -8.1951631628898962, "S12": -10.854972308873046, "W13": -18.998819986045955, "S13": -23.290482156083296, "W21": -38.475677736185801, "S21": -47.67957079752027, "W22": -69.999999999999986, "S22": -103.93407761828813, "W31": -106.52223698401711, "S31": -106.52223698401711, "W32": -109.11638970348648, "S32": -114.11638970348648 }, "geometry": { "type": "Point", "coordinates": [ 101015.0, 501733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3814944304414993, "S11": 1.3814944304414993, "W12": -8.4407668782334504, "S12": -8.4407668782334504, "W13": -19.209305725685766, "S13": -19.408898001634984, "W21": -48.081507062814069, "S21": -67.065678663855465, "W22": -67.677441363850562, "S22": -80.316928670505661, "W31": -104.25508758391852, "S31": -104.25508758391852, "W32": -104.25508758391852, "S32": -108.72059335810498 }, "geometry": { "type": "Point", "coordinates": [ 101016.0, 499496.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9703355042335327, "S12": -6.9703355042335327, "W13": -20.103664670794664, "S13": -22.634505702932444, "W21": -45.422544369349261, "S21": -46.719544650080806, "W22": -51.685661703398488, "S22": -61.685661703398488, "W31": -79.166218965831433, "S31": -79.166218965831433, "W32": -98.000649824974147, "S32": -103.00064982497415 }, "geometry": { "type": "Point", "coordinates": [ 101016.0, 503599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8290798678861273, "S11": 1.8290798678861273, "W12": -5.0, "S12": -9.3428668709564313, "W13": -24.173485912198313, "S13": -24.173485912198313, "W21": -36.378993021305568, "S21": -37.697207409850478, "W22": -45.229670743059224, "S22": -45.229670743059224, "W31": -76.958732022803559, "S31": -77.054505632151134, "W32": -86.641800915060969, "S32": -91.641800915060969 }, "geometry": { "type": "Point", "coordinates": [ 101016.636363636367605, 507027.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4978906601096753, "S12": -8.4978906601096753, "W13": -18.927269884155852, "S13": -19.722528883277889, "W21": -47.823677853266332, "S21": -65.121158094027109, "W22": -67.157349116565385, "S22": -81.817981665670089, "W31": -103.59753949268573, "S31": -103.59753949268573, "W32": -103.59753949268573, "S32": -108.43314102720805 }, "geometry": { "type": "Point", "coordinates": [ 101018.0, 499441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13549752751011473, "S11": 0.13549752751011473, "W12": -7.4120005705355219, "S12": -7.4120005705355219, "W13": -17.749077375663855, "S13": -20.622071377933267, "W21": -39.898651903731562, "S21": -42.344552361712083, "W22": -45.947628462765557, "S22": -50.089429554718372, "W31": -84.532374100719423, "S31": -84.532374100719423, "W32": -97.187813391845225, "S32": -102.18781339184522 }, "geometry": { "type": "Point", "coordinates": [ 101019.0, 497624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48461491959859754, "S11": 0.48461491959859754, "W12": -8.5734401507520399, "S12": -8.5734401507520399, "W13": -18.81955769130435, "S13": -20.490359146214672, "W21": -47.604421517587937, "S21": -66.339830207007864, "W22": -67.042183135982498, "S22": -82.669927677895856, "W31": -103.17917255520157, "S31": -103.17917255520157, "W32": -103.24681289265895, "S32": -108.24681289265895 }, "geometry": { "type": "Point", "coordinates": [ 101023.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83570119764346706, "S11": 0.83570119764346706, "W12": -7.2801849140574522, "S12": -9.8233953270427996, "W13": -22.141718677464283, "S13": -22.141718677464283, "W21": -40.0, "S21": -40.0, "W22": -46.731348027142907, "S22": -46.731348027142907, "W31": -80.0, "S31": -80.106579122205446, "W32": -94.880595669903357, "S32": -99.880595669903357 }, "geometry": { "type": "Point", "coordinates": [ 101023.0, 504862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37825740427839927, "S11": 0.37825740427839927, "W12": -7.5398174914405667, "S12": -7.5398174914405667, "W13": -18.960517967655505, "S13": -19.089257702943769, "W21": -38.178152723280974, "S21": -39.806367239647834, "W22": -42.137561670906102, "S22": -43.670197713538982, "W31": -81.570376984691734, "S31": -81.570376984691734, "W32": -95.828341454524306, "S32": -100.82834145452431 }, "geometry": { "type": "Point", "coordinates": [ 101023.555555555562023, 497099.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7405623077266039, "S11": 2.7405623077266039, "W12": -9.1967422881491849, "S12": -9.1967422881491849, "W13": -19.354559628728726, "S13": -22.452470172545095, "W21": -54.586929833744136, "S21": -57.149955132009921, "W22": -76.961041260846471, "S22": -105.64436944306482, "W31": -109.85207728066599, "S31": -109.85207728066599, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 101024.0, 501046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1521306006840426, "S12": -10.268199742809522, "W13": -20.917556923985298, "S13": -24.98462567911713, "W21": -46.736301271004187, "S21": -46.736301271004187, "W22": -50.0, "S22": -58.061753278057964, "W31": -77.056022935465336, "S31": -77.214778548037501, "W32": -97.040182415871769, "S32": -102.04018241587177 }, "geometry": { "type": "Point", "coordinates": [ 101024.0, 503979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8677619312737566, "S11": 1.8677619312737566, "W12": -5.0, "S12": -5.3521158379163145, "W13": -24.482523829630953, "S13": -24.482523829630953, "W21": -36.929060997798722, "S21": -36.932513716893013, "W22": -44.954800734756368, "S22": -44.954800734756368, "W31": -80.0, "S31": -80.447099120210609, "W32": -87.555468340528662, "S32": -92.555468340528662 }, "geometry": { "type": "Point", "coordinates": [ 101025.0, 506804.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3067920025266033, "S11": 1.3067920025266033, "W12": -4.9999632881888951, "S12": -17.395339750177307, "W13": -23.141160688083719, "S13": -23.141160688083719, "W21": -36.495660287483453, "S21": -44.384170937546386, "W22": -47.674109213479049, "S22": -47.674109213479049, "W31": -70.0, "S31": -70.120186436568929, "W32": -86.796306886687887, "S32": -91.796306886687887 }, "geometry": { "type": "Point", "coordinates": [ 101025.229166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1863296899188441, "S11": 0.1863296899188441, "W12": -10.223495903416483, "S12": -10.223495903416483, "W13": -17.341598883088505, "S13": -17.867665880539391, "W21": -48.066849263710402, "S21": -59.369788139562452, "W22": -59.369788139562452, "S22": -59.369788139562452, "W31": -89.21279020003405, "S31": -89.21279020003405, "W32": -99.016436219948986, "S32": -104.01643621994899 }, "geometry": { "type": "Point", "coordinates": [ 101026.0, 498445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4499159764736422, "S12": -9.546516206467718, "W13": -21.721498559197038, "S13": -21.721498559197038, "W21": -40.40889056314073, "S21": -40.40889056314073, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -86.840246452871199, "S32": -91.840246452871199 }, "geometry": { "type": "Point", "coordinates": [ 101028.666666666671517, 509285.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0450233035650545, "S11": 1.0450233035650545, "W12": -7.0162049192706881, "S12": -7.2178696064660128, "W13": -23.668257079486253, "S13": -23.668257079486253, "W21": -39.345621407618225, "S21": -39.345621407618225, "W22": -45.738060517044609, "S22": -46.969344595168259, "W31": -80.0, "S31": -80.126854107527052, "W32": -92.741726181089064, "S32": -97.741726181089064 }, "geometry": { "type": "Point", "coordinates": [ 101029.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9576628487867529, "S11": 1.9576628487867529, "W12": -8.8592589241098239, "S12": -12.334716215225694, "W13": -18.930113946826559, "S13": -25.221790494135035, "W21": -38.608264216068783, "S21": -58.608264216068783, "W22": -65.903308515400568, "S22": -82.839156301223099, "W31": -100.03630900353487, "S31": -100.03630900353487, "W32": -104.62741685011692, "S32": -109.62741685011692 }, "geometry": { "type": "Point", "coordinates": [ 101030.0, 502091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46587878981091591, "S11": 0.46587878981091591, "W12": -8.0423877556423484, "S12": -8.0423877556423484, "W13": -19.002362157285049, "S13": -19.366702049647266, "W21": -37.396256907214251, "S21": -38.952030450670328, "W22": -43.002478208773276, "S22": -45.350298425211825, "W31": -81.171411966557514, "S31": -81.171411966557514, "W32": -95.653415453527487, "S32": -100.65341545352749 }, "geometry": { "type": "Point", "coordinates": [ 101030.4, 497036.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13832404928040445, "S11": 0.13832404928040445, "W12": -7.6184686584447689, "S12": -7.6184686584447689, "W13": -17.700689354699282, "S13": -20.507084855777876, "W21": -40.0, "S21": -42.618558167319343, "W22": -46.555823754111842, "S22": -51.129440814394592, "W31": -84.853348090758161, "S31": -84.853348090758161, "W32": -97.363282618729443, "S32": -102.36328261872944 }, "geometry": { "type": "Point", "coordinates": [ 101031.0, 497694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13279922339711642, "S11": 0.13279922339711642, "W12": -7.8928231692604101, "S12": -7.8928231692604101, "W13": -17.624361963787312, "S13": -20.300565562425664, "W21": -40.998142868352915, "S21": -43.873501999043299, "W22": -47.710444800596541, "S22": -53.142346704352683, "W31": -85.439955727725518, "S31": -85.439955727725518, "W32": -97.634482104494964, "S32": -102.63448210449496 }, "geometry": { "type": "Point", "coordinates": [ 101031.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2147097195043122, "S11": 2.2147097195043122, "W12": -10.0, "S12": -10.0, "W13": -19.531724142651694, "S13": -22.912190730659827, "W21": -60.0, "S21": -61.70072255516866, "W22": -80.0, "S22": -95.389835105735912, "W31": -109.83928287125495, "S31": -109.83928287125495, "W32": -109.83928287125495, "S32": -114.17872670187266 }, "geometry": { "type": "Point", "coordinates": [ 101031.0, 500744.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0171965200422799, "S11": 1.0171965200422799, "W12": -8.3898702961300433, "S12": -8.3898702961300433, "W13": -19.177208022977332, "S13": -19.177208022977332, "W21": -47.774954223115579, "S21": -67.530731473536065, "W22": -67.530731473536065, "S22": -79.355938682740813, "W31": -104.05465677466294, "S31": -104.05465677466294, "W32": -104.05465677466294, "S32": -108.61878773803994 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 499485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7187143252978663, "S11": 2.7187143252978663, "W12": -9.2718814098074525, "S12": -9.2718814098074525, "W13": -19.379985140188143, "S13": -22.523735006111131, "W21": -56.604459501898567, "S21": -59.095075557103193, "W22": -77.184876925801305, "S22": -103.55136924462758, "W31": -109.80571247927553, "S31": -109.80571247927553, "W32": -109.80571247927553, "S32": -114.74516281264748 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 500990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8775857080148022, "S11": 1.8775857080148022, "W12": -5.0, "S12": -5.0, "W13": -24.550895696377292, "S13": -24.550895696377292, "W21": -36.975108269707775, "S21": -36.975108269707775, "W22": -44.908686997160089, "S22": -44.908686997160089, "W31": -80.000000000000014, "S31": -80.449635040008786, "W32": -87.650261646806356, "S32": -92.650261646806356 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.5232635611570711, "W13": -20.453488521501718, "S13": -20.453488521501718, "W21": -41.059563056696206, "S21": -41.059563056696206, "W22": -41.059563056696206, "S22": -41.059563056696206, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 510435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.597368012361386, "S21": -46.94054119724715, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101032.0, 512741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.925800381132309, "S11": 1.925800381132309, "W12": -5.5043225257487087, "S12": -10.442213231976533, "W13": -24.867033148517265, "S13": -24.867033148517265, "W21": -37.789925797714695, "S21": -37.789925797714695, "W22": -44.601769711497653, "S22": -56.902673431162874, "W31": -80.0, "S31": -80.385742106091328, "W32": -88.714009508091948, "S32": -93.714009508091948 }, "geometry": { "type": "Point", "coordinates": [ 101032.933333333334303, 506432.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14748196939194338, "S11": 0.14748196939194338, "W12": -7.2215049894239183, "S12": -7.2215049894239183, "W13": -17.812636305469294, "S13": -20.812636305469294, "W21": -39.723765980561183, "S21": -41.973876776519347, "W22": -44.841747739014366, "S22": -48.137829656481983, "W31": -83.984504703929161, "S31": -83.984504703929161, "W32": -96.966113204081978, "S32": -101.96611320408198 }, "geometry": { "type": "Point", "coordinates": [ 101033.0, 497539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1892628186838206, "S12": -9.5804199889783153, "W13": -20.769920792772481, "S13": -24.499172657337756, "W21": -47.18320613018129, "S21": -47.193962970160165, "W22": -50.336766487883907, "S22": -58.505743961483347, "W31": -77.027252965679068, "S31": -77.027252965679068, "W32": -97.252045243773182, "S32": -102.25204524377318 }, "geometry": { "type": "Point", "coordinates": [ 101033.0, 503884.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15057548097909296, "S11": 0.15057548097909296, "W12": -7.0967882828214712, "S12": -7.0967882828214712, "W13": -17.848087793675138, "S13": -20.33351489390791, "W21": -39.635773408909465, "S21": -41.797114483187073, "W22": -44.295150295850668, "S22": -47.18322990642951, "W31": -83.707802988378532, "S31": -83.707802988378532, "W32": -96.84044533962917, "S32": -101.84044533962917 }, "geometry": { "type": "Point", "coordinates": [ 101034.0, 497490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23349008220423983, "S11": 0.23349008220423983, "W12": -7.8963411196306454, "S12": -11.978529198691795, "W13": -20.0, "S13": -20.0, "W21": -43.945946668836648, "S21": -43.945946668836648, "W22": -48.845869263886939, "S22": -54.945035434226426, "W31": -79.236448465039203, "S31": -79.288983754698549, "W32": -95.754928871886591, "S32": -100.75492887188659 }, "geometry": { "type": "Point", "coordinates": [ 101034.0, 504526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9094185453696864, "S11": 1.9094185453696864, "W12": -6.0262288743716503, "S12": -8.3965009380743716, "W13": -24.780554791852797, "S13": -24.780554791852797, "W21": -37.521557967991569, "S21": -37.521557967991569, "W22": -44.658760996208933, "S22": -54.658760996208933, "W31": -80.0, "S31": -80.409535685596637, "W32": -88.325701399844519, "S32": -93.325701399844519 }, "geometry": { "type": "Point", "coordinates": [ 101034.0, 506564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8690838177055884, "S11": 1.8690838177055884, "W12": -5.0, "S12": -6.3483146067415728, "W13": -24.47501261653402, "S13": -24.47501261653402, "W21": -36.780491034196203, "S21": -37.221270938173291, "W22": -44.987750812566681, "S22": -44.987750812566681, "W31": -80.0, "S31": -80.385203219259083, "W32": -87.384459532088613, "S32": -92.384459532088613 }, "geometry": { "type": "Point", "coordinates": [ 101034.0, 506867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0087311699126604, "S11": 2.0087311699126604, "W12": -8.1347649346771753, "S12": -10.479604492083944, "W13": -18.948393562551704, "S13": -24.063483278779668, "W21": -39.669442452759363, "S21": -52.893024948783953, "W22": -68.523215903810026, "S22": -76.686077846689756, "W31": -103.80090606386759, "S31": -103.80090606386759, "W32": -107.34637240650191, "S32": -112.34637240650191 }, "geometry": { "type": "Point", "coordinates": [ 101035.0, 501864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.360080627263869, "S21": -43.79984267874071, "W22": -43.79984267874071, "S22": -43.79984267874071, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101035.705882352936896, 512387.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51275072024841128, "S11": 0.51275072024841128, "W12": -4.4303174266269574, "S12": -13.292652848060619, "W13": -19.362911563500521, "S13": -20.749553143933259, "W21": -38.929787222901872, "S21": -54.870265586846642, "W22": -59.037573175362063, "S22": -81.217070630577865, "W31": -93.745894858327802, "S31": -93.745894858327802, "W32": -99.952176202176204, "S32": -104.9521762021762 }, "geometry": { "type": "Point", "coordinates": [ 101036.0, 502920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.952022981820825, "S12": -5.952022981820825, "W13": -20.0, "S13": -21.482163817300332, "W21": -40.0, "S21": -41.615517559222049, "W22": -52.961673003142195, "S22": -52.961673003142195, "W31": -84.468664850136236, "S31": -84.468664850136236, "W32": -98.664842887815865, "S32": -103.66484288781587 }, "geometry": { "type": "Point", "coordinates": [ 101037.0, 503372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8754378168011767, "S11": 1.8754378168011767, "W12": -5.0, "S12": -5.9655145979805946, "W13": -24.521366471433463, "S13": -24.521366471433463, "W21": -36.830010462613181, "S21": -37.17249037899856, "W22": -44.952931381577528, "S22": -44.952931381577528, "W31": -80.0, "S31": -80.424881440089351, "W32": -87.485198096157063, "S32": -92.485198096157063 }, "geometry": { "type": "Point", "coordinates": [ 101037.5, 506847.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6183576669384125, "S11": -1.6183576669384125, "W12": -10.0, "S12": -10.0, "W13": -20.406651565088758, "S13": -22.176478062462952, "W21": -49.534035286700068, "S21": -49.693621497908872, "W22": -80.0, "S22": -102.26811415959207, "W31": -108.14594594594595, "S31": -108.14594594594595, "W32": -108.14594594594595, "S32": -112.79434164581673 }, "geometry": { "type": "Point", "coordinates": [ 101040.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1413622944656634, "S12": -10.491960064324253, "W13": -20.567581081400146, "S13": -24.966360560918435, "W21": -46.51646200190001, "S21": -46.51646200190001, "W22": -50.0, "S22": -57.069054195445695, "W31": -76.775615625777718, "S31": -77.252523696009035, "W32": -96.787107649929339, "S32": -101.78710764992934 }, "geometry": { "type": "Point", "coordinates": [ 101040.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8583586491621644, "S11": 1.8583586491621644, "W12": -5.0, "S12": -8.5467726745077428, "W13": -24.371038087089751, "S13": -24.371038087089751, "W21": -36.458597231958521, "S21": -37.751967888443041, "W22": -45.10681479126044, "S22": -45.10681479126044, "W31": -77.69470354184331, "S31": -77.907706468014595, "W32": -86.926469191291716, "S32": -91.926469191291716 }, "geometry": { "type": "Point", "coordinates": [ 101040.5, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3506445047489824, "S11": 0.3506445047489824, "W12": -13.397852756464706, "S12": -13.397852756464706, "W13": -18.53793006530659, "S13": -21.53793006530659, "W21": -50.138851608650981, "S21": -64.034790210720701, "W22": -67.631256810915488, "S22": -88.826302598782576, "W31": -98.556441692755243, "S31": -98.556441692755243, "W32": -101.53632630112206, "S32": -106.53632630112206 }, "geometry": { "type": "Point", "coordinates": [ 101041.0, 499080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -46.589099089721564, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101041.24, 514907.64000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8102462882874848, "S11": 2.8102462882874848, "W12": -8.7466096482097342, "S12": -8.7466096482097342, "W13": -19.216307896795257, "S13": -22.216307896795257, "W21": -48.01624365482234, "S21": -51.94708257975558, "W22": -75.166444472587031, "S22": -109.30648458709885, "W31": -109.71271300257642, "S31": -109.71271300257642, "W32": -110.02470362115191, "S32": -115.02470362115191 }, "geometry": { "type": "Point", "coordinates": [ 101042.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48305572949279901, "S11": 0.48305572949279901, "W12": -8.3910602809400689, "S12": -8.3910602809400689, "W13": -18.948881237529736, "S13": -20.322805732700939, "W21": -47.348622459296486, "S21": -66.397996926499218, "W22": -66.837721763273038, "S22": -79.682694537417262, "W31": -103.42373772226694, "S31": -103.42373772226694, "W32": -103.42373772226694, "S32": -108.33184112743541 }, "geometry": { "type": "Point", "coordinates": [ 101046.0, 499436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1467866022423418, "S11": 0.1467866022423418, "W12": -14.205881215683242, "S12": -14.205881215683242, "W13": -17.511908950532181, "S13": -19.158510240601267, "W21": -52.063242535003816, "S21": -56.459928109293614, "W22": -62.582897435306585, "S22": -66.186105378785669, "W31": -92.355539770251184, "S31": -92.355539770251184, "W32": -99.896255660547027, "S32": -104.89625566054703 }, "geometry": { "type": "Point", "coordinates": [ 101046.25, 498721.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4458428105448247, "S11": 1.4458428105448247, "W12": -4.9993997602255247, "S12": -17.858500637418508, "W13": -23.288889081503029, "S13": -23.288889081503029, "W21": -36.885992863434126, "S21": -44.677548532144954, "W22": -47.629610642084344, "S22": -47.629610642084344, "W31": -70.0, "S31": -70.149187770121827, "W32": -86.615094787073915, "S32": -91.615094787073915 }, "geometry": { "type": "Point", "coordinates": [ 101046.375, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5344151083434405, "S11": 1.5344151083434405, "W12": -9.5519708395943841, "S12": -9.5519708395943841, "W13": -20.45233466778846, "S13": -21.62777008625552, "W21": -49.829756240661254, "S21": -54.708679223439468, "W22": -80.0, "S22": -97.4579172788374, "W31": -109.39721924471658, "S31": -109.39721924471658, "W32": -109.39721924471658, "S32": -112.13414361716752 }, "geometry": { "type": "Point", "coordinates": [ 101047.125, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1518375378328316, "S11": -2.1518375378328316, "W12": -7.9265289076579899, "S12": -8.867326094058928, "W13": -18.972253989747692, "S13": -20.333414381312647, "W21": -37.731952441588781, "S21": -42.362191651272255, "W22": -72.187197184222711, "S22": -72.187197184222711, "W31": -109.26220477345312, "S31": -109.26220477345312, "W32": -109.72460084718151, "S32": -114.72460084718151 }, "geometry": { "type": "Point", "coordinates": [ 101048.0, 501571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9600026553887375, "S11": 1.9600026553887375, "W12": -5.8101853053290649, "S12": -10.206800051118211, "W13": -25.0, "S13": -25.0, "W21": -38.011658535261923, "S21": -38.011658535261923, "W22": -44.487399997321639, "S22": -59.042501315266648, "W31": -80.0, "S31": -80.36262015981751, "W32": -89.169372547771559, "S32": -94.169372547771559 }, "geometry": { "type": "Point", "coordinates": [ 101049.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7569944028816935, "S11": 2.7569944028816935, "W12": -9.1807368071856068, "S12": -9.1807368071856068, "W13": -19.354861796282432, "S13": -22.472221444464342, "W21": -56.312955014798405, "S21": -59.271167017458666, "W22": -76.675703913582282, "S22": -104.65769345271224, "W31": -109.69235963259669, "S31": -109.69235963259669, "W32": -109.69594260545178, "S32": -114.69594260545178 }, "geometry": { "type": "Point", "coordinates": [ 101049.1, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0371306395905928, "S11": 2.0371306395905928, "W12": -8.3898761287520891, "S12": -10.913065560644615, "W13": -18.908980652014378, "S13": -24.692001757065341, "W21": -39.648478890552504, "S21": -57.017706536954492, "W22": -66.950578377539387, "S22": -90.522478295053816, "W31": -100.98767287812413, "S31": -100.98767287812413, "W32": -105.46958283776044, "S32": -110.46958283776044 }, "geometry": { "type": "Point", "coordinates": [ 101050.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8831137023285969, "S11": 1.8831137023285969, "W12": -5.0, "S12": -6.5379532893827577, "W13": -24.560209113235974, "S13": -24.560209113235974, "W21": -36.730959927427648, "S21": -37.412467041104115, "W22": -44.951062028398688, "S22": -44.951062028398688, "W31": -79.559578164152896, "S31": -79.962241924121003, "W32": -87.414927851785478, "S32": -92.414927851785478 }, "geometry": { "type": "Point", "coordinates": [ 101050.0, 506890.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14877507100655429, "S11": 0.14877507100655429, "W12": -9.9999999999999982, "S12": -11.915836889521099, "W13": -22.352760949578617, "S13": -22.352760949578617, "W21": -38.516398401047098, "S21": -43.173993906825046, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -70.0, "S31": -71.740287630747218, "W32": -86.645393101348944, "S32": -91.645393101348944 }, "geometry": { "type": "Point", "coordinates": [ 101050.0, 508856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32920932527445418, "S11": 0.32920932527445418, "W12": -13.720426663695987, "S12": -13.720426663695987, "W13": -18.525454169751541, "S13": -21.525454169751541, "W21": -50.145543252441392, "S21": -63.928089358702593, "W22": -67.584672451760568, "S22": -88.448326358641026, "W31": -98.169281354390748, "S31": -98.169281354390748, "W32": -101.44316070599164, "S32": -106.44316070599164 }, "geometry": { "type": "Point", "coordinates": [ 101051.0, 499067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8470032033095021, "S11": 1.8470032033095021, "W12": -5.0, "S12": -12.261048876999388, "W13": -24.253450106980232, "S13": -24.253450106980232, "W21": -36.815710964343047, "S21": -39.516284546142757, "W22": -45.250456079275629, "S22": -45.250456079275629, "W31": -74.745939599504268, "S31": -74.745939599504268, "W32": -86.357600497958927, "S32": -91.357600497958927 }, "geometry": { "type": "Point", "coordinates": [ 101051.0, 507170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.055371546411138, "S21": -42.055371546411138, "W22": -42.055371546411138, "S22": -42.055371546411138, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101052.325581395343761, 511957.418604651174974 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13718299031200934, "S11": 0.13718299031200934, "W12": -8.3398872981101455, "S12": -8.3398872981101455, "W13": -17.517336874047782, "S13": -20.041533539758468, "W21": -42.1850723235071, "S21": -45.1850723235071, "W22": -49.09219002808522, "S22": -55.512330236507275, "W31": -86.16491422246817, "S31": -86.16491422246817, "W32": -98.0215414226993, "S32": -103.0215414226993 }, "geometry": { "type": "Point", "coordinates": [ 101054.0, 497954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -6.5500002, "S12": -7.7095856922279697, "W13": -18.049999, "S13": -19.105883067627218, "W21": -39.049999, "S21": -40.321566834749575, "W22": -46.504626844900478, "S22": -52.154826727797371, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101055.0, 496779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -41.867950614876278, "S21": -41.867950614876278, "W22": -41.867950614876278, "S22": -41.867950614876278, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101055.294117647063104, 511707.911764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8936615540108417, "S11": 1.8936615540108417, "W12": -8.2166551631472888, "S12": -13.216655163147291, "W13": -18.865298464601221, "S13": -25.839516685031626, "W21": -37.515957315626714, "S21": -44.420191011681908, "W22": -62.21149530383488, "S22": -80.148504667307876, "W31": -98.968199466873969, "S31": -98.968199466873969, "W32": -102.27197518097219, "S32": -107.27197518097219 }, "geometry": { "type": "Point", "coordinates": [ 101057.0, 502407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93010392268179709, "S11": 0.93010392268179709, "W12": -6.9796743359873181, "S12": -7.4086885592138589, "W13": -23.744081085263321, "S13": -23.744081085263321, "W21": -39.262083714973748, "S21": -39.262083714973748, "W22": -45.631035333513957, "S22": -45.631035333513957, "W31": -80.0, "S31": -80.12739465709042, "W32": -92.507333228197453, "S32": -97.507333228197453 }, "geometry": { "type": "Point", "coordinates": [ 101057.0, 505004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.729868659661449, "S21": -48.23176018420375, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101057.0, 512992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18587837052417239, "S11": 0.18587837052417239, "W12": -9.0200551215114668, "S12": -9.0200551215114668, "W13": -17.139480393347093, "S13": -18.293120384395177, "W21": -45.436045906146504, "S21": -55.436045906146504, "W22": -55.436045906146504, "S22": -57.57542736965641, "W31": -87.7787320084106, "S31": -87.7787320084106, "W32": -98.588701535517586, "S32": -103.58870153551759 }, "geometry": { "type": "Point", "coordinates": [ 101059.0, 498280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2296324904463778, "S11": 1.2296324904463778, "W12": -8.2798300408606345, "S12": -8.2798300408606345, "W13": -19.292941171803825, "S13": -19.381623295049707, "W21": -47.445054643969847, "S21": -64.083643741541991, "W22": -67.432746800279901, "S22": -76.047831577565177, "W31": -104.32044514016734, "S31": -104.32044514016734, "W32": -104.32044514016734, "S32": -108.70796486542646 }, "geometry": { "type": "Point", "coordinates": [ 101060.5, 499517.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14862269550124313, "S11": 0.14862269550124313, "W12": -15.0, "S12": -15.0, "W13": -17.558280970231831, "S13": -19.80089909013622, "W21": -53.072842260266036, "S21": -59.969473666243239, "W22": -64.526810609028274, "S22": -68.710291397435554, "W31": -93.238743528509417, "S31": -93.238743528509417, "W32": -100.17953487609807, "S32": -105.17953487609807 }, "geometry": { "type": "Point", "coordinates": [ 101061.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2872349827653746, "S12": -8.2872349827653746, "W13": -19.161401980827584, "S13": -19.98259989749425, "W21": -47.255235501507535, "S21": -65.620640906912939, "W22": -67.024302262608728, "S22": -77.34894605335711, "W31": -103.79484175366265, "S31": -103.79484175366265, "W32": -103.79484175366265, "S32": -108.47920588163394 }, "geometry": { "type": "Point", "coordinates": [ 101061.0, 499473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14100721451921994, "S11": -0.14100721451921994, "W12": -5.4391769613222438, "S12": -6.768221561644836, "W13": -20.0, "S13": -21.0, "W21": -40.0, "S21": -40.251430508920087, "W22": -53.829622379903753, "S22": -59.868023745285633, "W31": -87.465940054495917, "S31": -87.465940054495917, "W32": -98.998063964280192, "S32": -103.99806396428019 }, "geometry": { "type": "Point", "coordinates": [ 101061.0, 503262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8747501253960079, "S11": 1.8747501253960079, "W12": -5.0, "S12": -9.0853637896802173, "W13": -24.465320069253359, "S13": -24.465320069253359, "W21": -36.352058796056994, "S21": -38.066916058290161, "W22": -45.076263625353988, "S22": -45.076263625353988, "W31": -76.844241581907085, "S31": -77.056153690704875, "W32": -86.90325775396272, "S32": -91.90325775396272 }, "geometry": { "type": "Point", "coordinates": [ 101061.727272727279342, 507048.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8907895878560248, "S11": 1.8907895878560248, "W12": -5.0, "S12": -7.1103919807839198, "W13": -24.599051755038548, "S13": -24.599051755038548, "W21": -36.63190939224225, "S21": -37.652443703209457, "W22": -44.949192675219784, "S22": -44.949192675219784, "W31": -78.828990039379548, "S31": -79.209436119226481, "W32": -87.344657607414121, "S32": -92.344657607414121 }, "geometry": { "type": "Point", "coordinates": [ 101062.5, 506933.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0139298198714468, "S11": 2.0139298198714468, "W12": -9.2426985916439133, "S12": -14.154159533479664, "W13": -18.854748666833004, "S13": -26.355090708621233, "W21": -39.450945962323161, "S21": -69.450945962323161, "W22": -69.450945962323161, "S22": -86.681204942559802, "W31": -99.978324310996456, "S31": -99.978324310996456, "W32": -102.71743545111701, "S32": -107.71743545111701 }, "geometry": { "type": "Point", "coordinates": [ 101063.0, 502345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41435744572321231, "S11": 0.41435744572321231, "W12": -7.7608162825779345, "S12": -7.7608162825779345, "W13": -18.75650306985365, "S13": -19.13214573898394, "W21": -37.548769169454438, "S21": -39.02934858332803, "W22": -42.571709039226491, "S22": -44.493960397016878, "W31": -81.223021582733807, "S31": -81.223021582733807, "W32": -95.749202400908459, "S32": -100.74920240090846 }, "geometry": { "type": "Point", "coordinates": [ 101065.0, 497072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2336178887366493, "S12": -10.311965467084221, "W13": -21.171784542337232, "S13": -25.270964162125569, "W21": -47.062855842732418, "S21": -47.062855842732418, "W22": -50.0, "S22": -56.556105935590857, "W31": -76.538613010090558, "S31": -76.787169777248991, "W32": -96.944140832008472, "S32": -101.94414083200847 }, "geometry": { "type": "Point", "coordinates": [ 101065.0, 504003.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8497579918855056, "S11": 2.8497579918855056, "W12": -8.6614586552306534, "S12": -8.6614586552306534, "W13": -19.194548502537938, "S13": -22.194548502537938, "W21": -49.088324873096454, "S21": -53.569702550880102, "W22": -74.54191462724738, "S22": -109.58476558422973, "W31": -109.58476558422973, "S31": -109.58476558422973, "W32": -110.01478663953225, "S32": -115.01478663953225 }, "geometry": { "type": "Point", "coordinates": [ 101066.0, 501231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8418109077468472, "S11": 1.8418109077468472, "W12": -5.0, "S12": -20.0, "W13": -24.178531820914781, "S13": -24.178531820914781, "W21": -37.615915216535186, "S21": -42.016914483482211, "W22": -45.365693707374888, "S22": -45.365693707374888, "W31": -70.702801161510465, "S31": -71.609984429689078, "W32": -85.967496043480566, "S32": -90.967496043480566 }, "geometry": { "type": "Point", "coordinates": [ 101066.0, 507330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1619891979229782, "S11": 0.1619891979229782, "W12": -7.5126821918980919, "S12": -7.5126821918980919, "W13": -17.758032956347044, "S13": -20.711379091489256, "W21": -39.703275973314412, "S21": -42.159298464614679, "W22": -45.306717064378979, "S22": -48.889269499311538, "W31": -84.255672385168793, "S31": -84.255672385168793, "W32": -97.170453749102876, "S32": -102.17045374910288 }, "geometry": { "type": "Point", "coordinates": [ 101068.0, 497623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46596421230806434, "S11": 0.46596421230806434, "W12": -8.3633788717871056, "S12": -8.3633788717871056, "W13": -18.922114865217392, "S13": -21.165390085753366, "W21": -46.900200319976008, "S21": -66.900200319976008, "W22": -66.900200319976008, "S22": -78.589686385387878, "W31": -103.08333711816388, "S31": -103.08333711816388, "W32": -103.16278693133205, "S32": -108.16278693133205 }, "geometry": { "type": "Point", "coordinates": [ 101069.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28789317873442705, "S11": 0.28789317873442705, "W12": -14.341275256569144, "S12": -14.341275256569144, "W13": -18.501342127695466, "S13": -21.501342127695466, "W21": -50.16169327735863, "S21": -63.729054669507562, "W22": -67.496971697183099, "S22": -87.720297194534069, "W31": -97.426645912400673, "S31": -97.426645912400673, "W32": -101.26462158065856, "S32": -106.26462158065856 }, "geometry": { "type": "Point", "coordinates": [ 101070.0, 499042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1208757300561145, "S11": 2.1208757300561145, "W12": -7.8367780463850449, "S12": -9.2307877792248654, "W13": -18.869104512736289, "S13": -23.999608030244783, "W21": -39.509585768642765, "S21": -53.348037671368068, "W22": -68.553591990807419, "S22": -74.07966505468066, "W31": -103.3804810018905, "S31": -103.3804810018905, "W32": -107.00233469891194, "S32": -112.00233469891194 }, "geometry": { "type": "Point", "coordinates": [ 101070.0, 501881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61933168238399627, "S11": 0.61933168238399627, "W12": -3.623026164420275, "S12": -4.8643818388060778, "W13": -18.823635648288978, "S13": -21.123185075992328, "W21": -30.503068087307557, "S21": -59.70221512134993, "W22": -60.0, "S22": -85.984928689593673, "W31": -93.939776650063365, "S31": -93.939776650063365, "W32": -100.67826863007593, "S32": -105.67826863007593 }, "geometry": { "type": "Point", "coordinates": [ 101070.0, 502631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11826759471144108, "S11": 0.11826759471144108, "W12": -7.8168500366067679, "S12": -13.086306491208372, "W13": -20.0, "S13": -20.0, "W21": -43.462404036195544, "S21": -43.462404036195544, "W22": -48.420257449999447, "S22": -52.940158968259603, "W31": -79.193932705989454, "S31": -79.248985156515815, "W32": -95.668513182299961, "S32": -100.66851318229996 }, "geometry": { "type": "Point", "coordinates": [ 101071.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27202787108964938, "S11": 0.27202787108964938, "W12": -15.0, "S12": -15.0, "W13": -18.418610103340285, "S13": -21.418610103340285, "W21": -50.419578934204381, "S21": -63.983751912177439, "W22": -67.286516585018617, "S22": -85.421633778502766, "W31": -96.824247512111512, "S31": -96.824247512111512, "W32": -101.13215953259832, "S32": -106.13215953259832 }, "geometry": { "type": "Point", "coordinates": [ 101072.0, 499017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2406106253897384, "S12": -8.2406106253897384, "W13": -19.171301181934236, "S13": -20.247342848600901, "W21": -47.084702795979908, "S21": -64.468120111600612, "W22": -66.934483111605161, "S22": -76.391205883166279, "W31": -103.7729419157122, "S31": -103.7729419157122, "W32": -103.7729419157122, "S32": -108.45955459945731 }, "geometry": { "type": "Point", "coordinates": [ 101072.0, 499475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1313062315781277, "S12": -9.4190303032810725, "W13": -20.914373022421401, "S13": -24.509105482963321, "W21": -47.673424717489077, "S21": -47.702876673026175, "W22": -50.256865045797298, "S22": -57.203154212098262, "W31": -76.575674325336053, "S31": -76.575674325336053, "W32": -97.302866660974772, "S32": -102.30286666097477 }, "geometry": { "type": "Point", "coordinates": [ 101072.0, 503860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71476810318159134, "S11": 0.71476810318159134, "W12": -7.1284709639747126, "S12": -9.2503798503531076, "W13": -22.791999793676176, "S13": -22.791999793676176, "W21": -39.635682840411569, "S21": -39.635682840411569, "W22": -46.211505710773181, "S22": -46.211505710773181, "W31": -80.0, "S31": -80.114908795293232, "W32": -93.75461283709194, "S32": -98.75461283709194 }, "geometry": { "type": "Point", "coordinates": [ 101072.0, 504916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.06, "S11": 2.06, "W12": -9.2399998, "S12": -14.1399998, "W13": -18.84, "S13": -26.44, "W21": -39.84, "S21": -39.84, "W22": -62.639999, "S22": -83.020988312399041, "W31": -99.932429995620552, "S31": -99.932429995620552, "W32": -102.56528439051864, "S32": -107.56528439051864 }, "geometry": { "type": "Point", "coordinates": [ 101073.9, 502363.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13386314958854695, "S11": -0.13386314958854695, "W12": -5.4688148286169262, "S12": -6.5012616570801089, "W13": -20.0, "S13": -20.929114570043378, "W21": -40.0, "S21": -40.0, "W22": -53.675067286518228, "S22": -58.665964740649933, "W31": -87.275204359673026, "S31": -87.275204359673026, "W32": -98.988802772586553, "S32": -103.98880277258655 }, "geometry": { "type": "Point", "coordinates": [ 101074.0, 503269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.631609210222412, "S11": 1.631609210222412, "W12": -4.9986469090744619, "S12": -18.477265330127093, "W13": -23.48624839330267, "S13": -23.48624839330267, "W21": -37.407461802339768, "S21": -45.06948943685012, "W22": -47.570162304339263, "S22": -47.570162304339263, "W31": -70.0, "S31": -70.187932408838805, "W32": -86.289692238446236, "S32": -91.289692238446236 }, "geometry": { "type": "Point", "coordinates": [ 101074.625, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8984654733834452, "S11": 1.8984654733834452, "W12": -5.0, "S12": -7.6828306721860828, "W13": -24.617943386716149, "S13": -24.617943386716149, "W21": -36.532858857056716, "S21": -37.892420365315012, "W22": -44.947323322040937, "S22": -44.947323322040937, "W31": -78.074704656011122, "S31": -78.432933055736811, "W32": -87.27438736304255, "S32": -92.27438736304255 }, "geometry": { "type": "Point", "coordinates": [ 101075.0, 506977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33358470007794261, "S11": -0.33358470007794261, "W12": -8.6606821338545465, "S12": -9.4980925284336841, "W13": -22.060430017305858, "S13": -22.060430017305858, "W21": -39.904703770762332, "S21": -39.904703770762332, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -86.455011291595866, "S32": -91.455011291595866 }, "geometry": { "type": "Point", "coordinates": [ 101076.714285714289872, 509282.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99089890115123724, "S11": 0.99089890115123724, "W12": -8.1552845450262765, "S12": -9.2336811025129073, "W13": -19.037113070847344, "S13": -20.756528916500081, "W21": -38.769690280456629, "S21": -43.946101882440153, "W22": -72.696966776593172, "S22": -107.76750658482776, "W31": -109.4577961277423, "S31": -109.4577961277423, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101077.0, 501468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98814356763812916, "S11": 0.98814356763812916, "W12": -6.800156679633897, "S12": -6.800156679633897, "W13": -24.702842110692732, "S13": -24.702842110692732, "W21": -38.821190337127874, "S21": -38.821190337127874, "W22": -44.89576159033529, "S22": -52.323488084171998, "W31": -80.0, "S31": -80.142629197123725, "W32": -91.048089383760185, "S32": -96.048089383760185 }, "geometry": { "type": "Point", "coordinates": [ 101077.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4399869536855117, "S11": 2.4399869536855117, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.475734176136076, "S13": -22.804109162728391, "W21": -59.529412210069829, "S21": -61.99875495321929, "W22": -80.0, "S22": -97.708736683595987, "W31": -109.53007021264368, "S31": -109.53007021264368, "W32": -109.53007021264368, "S32": -113.91665229788478 }, "geometry": { "type": "Point", "coordinates": [ 101078.0, 500750.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8947294168839499, "S11": 1.8947294168839499, "W12": -6.5895464945987081, "S12": -7.9228449868199071, "W13": -25.0, "S13": -25.0, "W21": -37.986182315293469, "S21": -37.986182315293469, "W22": -44.175633428414535, "S22": -69.175633428414528, "W31": -80.0, "S31": -80.23915040659935, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101078.0, 505623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5241937485491412, "S12": -8.5241937485491412, "W13": -19.568283219534056, "S13": -21.016330976875135, "W21": -50.0, "S21": -63.926916043225269, "W22": -68.306733170260131, "S22": -79.72025021633354, "W31": -105.27815449143655, "S31": -105.27815449143655, "W32": -105.27815449143655, "S32": -109.22494172494173 }, "geometry": { "type": "Point", "coordinates": [ 101079.0, 499609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9741720698871399, "S11": 1.9741720698871399, "W12": -5.9185082261138255, "S12": -10.914589791927924, "W13": -24.993226384936271, "S13": -24.993226384936271, "W21": -37.76298860522143, "S21": -37.76298860522143, "W22": -44.358093340296989, "S22": -56.482036253944294, "W31": -80.0, "S31": -80.38808782670327, "W32": -88.889029019836073, "S32": -93.889029019836073 }, "geometry": { "type": "Point", "coordinates": [ 101079.8, 506447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -9.3914432025838934, "S12": -10.338449918417574, "W13": -18.049999, "S13": -19.163192132836052, "W21": -35.065397111271743, "S21": -36.332647565130685, "W22": -45.367904838621826, "S22": -49.929241378830589, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 496866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1012620926521972, "S11": 2.1012620926521972, "W12": -8.7636362559603498, "S12": -12.278117878527985, "W13": -18.832180485509227, "S13": -25.704443547717695, "W21": -39.126302914416804, "S21": -69.126302914416812, "W22": -69.126302914416812, "S22": -91.494544508650392, "W31": -100.02381097807123, "S31": -100.02381097807123, "W32": -103.56867864639332, "S32": -108.56867864639332 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0132094351081626, "S11": 2.0132094351081626, "W12": -9.0844407093570236, "S12": -13.871965314590504, "W13": -18.810829028609383, "S13": -26.419327130278891, "W21": -39.268577204003719, "S21": -40.848438186330092, "W22": -62.741802415392172, "S22": -82.330755408866111, "W31": -100.0, "S31": -100.0, "W32": -102.5558115326201, "S32": -107.5558115326201 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1302263649314418, "S11": -0.1302263649314418, "W12": -8.0559235757995182, "S12": -12.394895424530336, "W13": -20.0, "S13": -21.972346994209698, "W21": -44.996607203958057, "S21": -44.996607203958057, "W22": -48.545378953329312, "S22": -58.545378953329312, "W31": -78.218594765104868, "S31": -78.246183960956856, "W32": -95.970169388138132, "S32": -100.97016938813813 }, "geometry": { "type": "Point", "coordinates": [ 101080.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9018463895947795, "S11": 1.9018463895947795, "W12": -5.0, "S12": -7.9968022428105225, "W13": -24.619611599880841, "S13": -24.619611599880841, "W21": -36.479738254923284, "S21": -38.015980441386723, "W22": -44.948901599450053, "S22": -44.948901599450053, "W31": -77.673036831132734, "S31": -78.017287634106367, "W32": -87.231965862816324, "S32": -92.231965862816324 }, "geometry": { "type": "Point", "coordinates": [ 101081.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53199313372293988, "S11": 0.53199313372293988, "W12": -4.5212630745021904, "S12": -14.331119794820193, "W13": -19.435612941180405, "S13": -20.961389046542735, "W21": -38.963086456268378, "S21": -55.684535876055648, "W22": -59.686291096776714, "S22": -82.879975222934817, "W31": -94.519510610042502, "S31": -94.519510610042502, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101081.4, 502908.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11144884208879302, "S11": -0.11144884208879302, "W12": -10.0, "S12": -11.073249292850019, "W13": -22.233744609450149, "S13": -22.233744609450149, "W21": -39.377122098350711, "S21": -40.86878725950551, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -86.405895627697575, "S32": -91.405895627697575 }, "geometry": { "type": "Point", "coordinates": [ 101082.0, 509161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8511123991261313, "S11": 2.8511123991261313, "W12": -8.858009281261495, "S12": -8.858009281261495, "W13": -19.260219480914671, "S13": -22.304880290623935, "W21": -56.017041221753168, "S21": -60.253376988290327, "W22": -75.109084469629892, "S22": -110.10908446962989, "W31": -110.10908446962989, "S31": -110.10908446962989, "W32": -110.10908446962989, "S32": -114.68905817993469 }, "geometry": { "type": "Point", "coordinates": [ 101083.0, 501093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1923098096905598, "S12": -8.1923098096905598, "W13": -19.175678131576092, "S13": -20.54859479824276, "W21": -46.889808275376886, "S21": -63.288159168643034, "W22": -66.816823602242721, "S22": -75.411824790467932, "W31": -103.72352540429706, "S31": -103.72352540429706, "W32": -103.72352540429706, "S32": -108.42702960373529 }, "geometry": { "type": "Point", "coordinates": [ 101084.0, 499475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.880196798787285, "S11": 2.880196798787285, "W12": -8.5898312015474954, "S12": -9.1057020344223982, "W13": -19.175778058629064, "S13": -22.175778058629064, "W21": -49.618274111675134, "S21": -54.531750016147441, "W22": -74.048167168408, "S22": -109.07012264711878, "W31": -109.4380992156874, "S31": -109.4380992156874, "W32": -110.00799496075201, "S32": -115.00799496075201 }, "geometry": { "type": "Point", "coordinates": [ 101084.0, 501229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.295064700945517, "S21": -43.350250114353152, "W22": -43.350250114353152, "S22": -43.350250114353152, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101084.764705882349517, 512386.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -46.972976256914158, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101085.08, 514885.88 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41306578591428994, "S11": -0.41306578591428994, "W12": -8.2021581528440777, "S12": -8.8688248195107455, "W13": -20.0, "S13": -24.713292911284107, "W21": -46.632967091035241, "S21": -46.632967091035241, "W22": -51.469080068430074, "S22": -56.865168656573594, "W31": -76.32360602130403, "S31": -76.614767847200696, "W32": -96.524227582361775, "S32": -101.52422758236177 }, "geometry": { "type": "Point", "coordinates": [ 101086.0, 504175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.326803073047115, "S11": 1.326803073047115, "W12": -4.9966384832423572, "S12": -4.9966384832423572, "W13": -23.289410662754619, "S13": -23.289410662754619, "W21": -35.769170240191308, "S21": -43.625251899158798, "W22": -48.892652504217736, "S22": -48.892652504217736, "W31": -70.0, "S31": -70.978155449416178, "W32": -86.313443454440744, "S32": -91.313443454440744 }, "geometry": { "type": "Point", "coordinates": [ 101086.0, 508246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20017028662569777, "S11": 0.20017028662569777, "W12": -13.673971463923904, "S12": -13.673971463923904, "W13": -17.291972784426186, "S13": -19.141703474318462, "W21": -51.884241807481317, "S21": -57.541817292743715, "W22": -62.375394612530819, "S22": -64.507234300223089, "W31": -92.140570798542711, "S31": -92.140570798542711, "W32": -99.932699263515829, "S32": -104.93269926351583 }, "geometry": { "type": "Point", "coordinates": [ 101090.125, 498734.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47590180032733281, "S11": 0.47590180032733281, "W12": -8.189666179934207, "S12": -8.189666179934207, "W13": -19.12201308150896, "S13": -20.812585998175557, "W21": -46.711967025326679, "S21": -63.351967025326914, "W22": -66.584696562908135, "S22": -75.475565827138638, "W31": -103.47570654702194, "S31": -103.47570654702194, "W32": -103.47570654702194, "S32": -108.31367369887795 }, "geometry": { "type": "Point", "coordinates": [ 101090.2, 499456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.949828025566402, "S12": -10.949828025566402, "W13": -18.684068962571235, "S13": -21.684068962571235, "W21": -50.0, "S21": -63.782016154011103, "W22": -66.977309438732391, "S22": -91.977309438732391, "W31": -100.09889122837961, "S31": -100.09889122837961, "W32": -101.84528014765201, "S32": -106.84528014765201 }, "geometry": { "type": "Point", "coordinates": [ 101092.0, 499168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60574576916699652, "S11": 0.60574576916699652, "W12": -3.669206526977292, "S12": -6.4279790199606772, "W13": -18.93596765482221, "S13": -21.93596765482221, "W21": -32.059585493020819, "S21": -59.096353459106169, "W22": -60.0, "S22": -87.435511991221077, "W31": -94.281388457661762, "S31": -94.281388457661762, "W32": -100.50846373004249, "S32": -105.50846373004249 }, "geometry": { "type": "Point", "coordinates": [ 101092.0, 502687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19837109683237514, "S11": 0.19837109683237514, "W12": -4.7400948528386104, "S12": -8.0257394756676739, "W13": -20.0, "S13": -21.0, "W21": -40.410265117903251, "S21": -46.157012229276667, "W22": -54.521588418732819, "S22": -69.188704927954589, "W31": -89.983507261183675, "S31": -89.983507261183675, "W32": -99.334190280136227, "S32": -104.33419028013623 }, "geometry": { "type": "Point", "coordinates": [ 101092.0, 503153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7507956170952004, "S11": 1.7507956170952004, "W12": -4.9981638851058587, "S12": -18.874260376333929, "W13": -23.612872730519253, "S13": -23.612872730519253, "W21": -37.742032581726136, "S21": -45.320955946506089, "W22": -47.532020671715216, "S22": -47.532020671715216, "W31": -77.037406176418074, "S31": -77.250196871159375, "W32": -86.080916266981575, "S32": -91.080916266981575 }, "geometry": { "type": "Point", "coordinates": [ 101092.75, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31347233886206172, "S11": 0.31347233886206172, "W12": -15.0, "S12": -15.0, "W13": -18.016468189834963, "S13": -19.917426731718049, "W21": -51.220452879004554, "S21": -64.606277010356806, "W22": -66.157401121080738, "S22": -75.145298787423997, "W31": -94.736921923754082, "S31": -94.736921923754082, "W32": -100.58740252279561, "S32": -105.58740252279561 }, "geometry": { "type": "Point", "coordinates": [ 101093.0, 498921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34514951797181603, "S11": 0.34514951797181603, "W12": -7.4175569535231238, "S12": -11.780730782469387, "W13": -20.760797162763069, "S13": -20.760797162763069, "W21": -40.963956563762174, "S21": -40.963956563762174, "W22": -47.331259358432412, "S22": -47.331259358432412, "W31": -80.0, "S31": -80.094630758252237, "W32": -95.177899636769126, "S32": -100.17789963676913 }, "geometry": { "type": "Point", "coordinates": [ 101094.0, 504749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6965966769337553, "S11": 1.6965966769337553, "W12": -9.5681590133285361, "S12": -9.5681590133285361, "W13": -20.335580681730768, "S13": -21.234713168601736, "W21": -49.577650237374847, "S21": -57.290911886120369, "W22": -80.0, "S22": -96.185657255303454, "W31": -109.13305223845951, "S31": -109.13305223845951, "W32": -109.13305223845951, "S32": -111.8173510489126 }, "geometry": { "type": "Point", "coordinates": [ 101094.25, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9103357126348799, "S11": 1.9103357126348799, "W12": -5.0, "S12": -8.7585555316705701, "W13": -24.627067929721886, "S13": -24.627067929721886, "W21": -36.370481812369384, "S21": -38.280841085579496, "W22": -44.946760577368728, "S22": -44.946760577368728, "W31": -76.840944438929057, "S31": -77.160751482937329, "W32": -87.154600221672183, "S32": -92.154600221672183 }, "geometry": { "type": "Point", "coordinates": [ 101094.809523809526581, 507047.619047619053163 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2279570474455186, "S11": 2.2279570474455186, "W12": -7.3679244108812778, "S12": -7.3679244108812778, "W13": -18.816771778373457, "S13": -23.483517585716275, "W21": -38.239236823289673, "S21": -47.5544281649981, "W22": -70.0, "S22": -100.76820839978734, "W31": -106.25178985553151, "S31": -106.25178985553151, "W32": -107.95913978494623, "S32": -112.95913978494623 }, "geometry": { "type": "Point", "coordinates": [ 101096.0, 501738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.8237850373489701, "W13": -20.87950977399235, "S13": -20.87950977399235, "W21": -41.032359485086161, "S21": -41.032359485086161, "W22": -41.032359485086161, "S22": -41.032359485086161, "W31": -70.0, "S31": -70.0, "W32": -86.35792863840237, "S32": -91.35792863840237 }, "geometry": { "type": "Point", "coordinates": [ 101097.0, 510460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8707137571090602, "S11": 1.8707137571090602, "W12": -5.0, "S12": -20.0, "W13": -24.35603836844178, "S13": -24.35603836844178, "W21": -37.550494114549764, "S21": -42.53351815097092, "W22": -45.28543956421948, "S22": -45.28543956421948, "W31": -71.225621290196329, "S31": -72.225621290196329, "W32": -85.945878215047259, "S32": -90.945878215047259 }, "geometry": { "type": "Point", "coordinates": [ 101098.0, 507371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8300253809919602, "S11": 2.8300253809919602, "W12": -8.9747635124335741, "S12": -8.9747635124335741, "W13": -19.300317443664333, "S13": -22.385656633955069, "W21": -56.495189333739368, "S21": -60.658247981330589, "W22": -75.54642196545683, "S22": -106.66994576558164, "W31": -109.37003879151075, "S31": -109.37003879151075, "W32": -109.4449201105643, "S32": -114.4449201105643 }, "geometry": { "type": "Point", "coordinates": [ 101098.2, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32024196934705018, "S11": 0.32024196934705018, "W12": -14.550946903683048, "S12": -14.550946903683048, "W13": -18.33432721517714, "S13": -20.893243116072803, "W21": -50.184534946066279, "S21": -63.423319128294409, "W22": -66.756671275089587, "S22": -84.578251216875827, "W31": -96.296850132046103, "S31": -96.296850132046103, "W32": -100.99291686019508, "S32": -105.99291686019508 }, "geometry": { "type": "Point", "coordinates": [ 101099.0, 499004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -6.5500002, "S12": -17.5500002, "W13": -18.049999, "S13": -18.049999, "W21": -39.049999, "S21": -40.549999, "W22": -40.560001, "S22": -40.560001, "W31": -81.876037631433306, "S31": -81.876037631433306, "W32": -96.142510372892502, "S32": -101.1425103728925 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -19.470840325504913, "S13": -22.786549861062134, "W21": -58.487388277514682, "S21": -61.451794463085022, "W22": -80.0, "S22": -98.987906506916573, "W31": -109.38667477461608, "S31": -109.38667477461608, "W32": -109.38667477461608, "S32": -113.77165911209696 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 500741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2010470568490268, "S11": 2.2010470568490268, "W12": -7.896605847308396, "S12": -9.4765343297561238, "W13": -18.796735465601923, "S13": -24.476997895449347, "W21": -39.860668323851975, "S21": -57.434471831259749, "W22": -67.293153136454436, "S22": -84.898597183746162, "W31": -100.88386772528011, "S31": -100.88386772528011, "W32": -105.30439187700982, "S32": -110.30439187700982 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -41.989178850589674, "S21": -41.989178850589674, "W22": -41.989178850589674, "S22": -41.989178850589674, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101101.744186046518735, 511954.813953488366678 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16791044776119404, "S11": 0.16791044776119404, "W12": -8.753551065724313, "S12": -8.753551065724313, "W13": -17.064807927717865, "S13": -19.494562157925976, "W21": -42.954081766106036, "S21": -48.442320896842496, "W22": -50.0, "S22": -57.458256755171469, "W31": -86.74320565279065, "S31": -86.74320565279065, "W32": -98.076506394624602, "S32": -103.0765063946246 }, "geometry": { "type": "Point", "coordinates": [ 101102.0, 498094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46785222470202759, "S11": -0.46785222470202759, "W12": -9.8732586763549151, "S12": -9.8732586763549151, "W13": -20.274280240236685, "S13": -21.495299983638933, "W21": -49.127081976422005, "S21": -49.127081976422005, "W22": -80.0, "S22": -99.04593108674986, "W31": -109.69114885202681, "S31": -109.69114885202681, "W32": -109.69114885202681, "S32": -112.17225261884468 }, "geometry": { "type": "Point", "coordinates": [ 101102.0, 500113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9134586472869946, "S11": 2.9134586472869946, "W12": -8.5156369536695742, "S12": -9.5761034091835384, "W13": -19.156624022491343, "S13": -22.156624022491343, "W21": -50.518966370462806, "S21": -55.899222136498302, "W22": -73.579776872675751, "S22": -108.23306826185282, "W31": -109.30735690149109, "S31": -109.30735690149109, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 101104.0, 501224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.393640449470233, "S12": -13.393640449470233, "W13": -20.0, "S13": -20.0, "W21": -41.594630094271778, "S21": -41.594630094271778, "W22": -41.594630094271778, "S22": -41.594630094271778, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101104.529411764699034, 511706.941176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1992176962503374, "S11": 1.1992176962503374, "W12": -8.3437174487883521, "S12": -8.3437174487883521, "W13": -19.371721706034595, "S13": -20.222484366193228, "W21": -48.741425539709432, "S21": -62.550502846442605, "W22": -67.362961288608588, "S22": -74.15279899691923, "W31": -104.38580269641616, "S31": -104.38580269641616, "W32": -104.38580269641616, "S32": -108.69533637274795 }, "geometry": { "type": "Point", "coordinates": [ 101105.0, 499539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2330202901995686, "S11": 2.2330202901995686, "W12": -7.5423159879158259, "S12": -8.3834538160406851, "W13": -18.789815462920874, "S13": -23.935732781709898, "W21": -39.310247917437124, "S21": -53.482073648506784, "W22": -68.583968077804812, "S22": -71.473252262671565, "W31": -102.96005593991342, "S31": -102.96005593991342, "W32": -106.65829699132196, "S32": -111.65829699132196 }, "geometry": { "type": "Point", "coordinates": [ 101105.0, 501898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57584642230899008, "S11": -0.57584642230899008, "W12": -8.3151051767892543, "S12": -9.9764588381428929, "W13": -21.185000957525244, "S13": -25.31629144197009, "W21": -47.389410414460642, "S21": -47.389410414460642, "W22": -50.0, "S22": -55.05045859312375, "W31": -76.021203084715779, "S31": -76.359561006460481, "W32": -96.8520367506854, "S32": -101.8520367506854 }, "geometry": { "type": "Point", "coordinates": [ 101106.0, 504028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1057176062450855, "S11": 2.1057176062450855, "W12": -6.7007850973847596, "S12": -9.2945215237505074, "W13": -25.0, "S13": -25.0, "W21": -38.075610235831647, "S21": -38.075610235831647, "W22": -44.093934889451326, "S22": -55.572051730072296, "W31": -80.0, "S31": -80.290123982326435, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101106.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9204203829058648, "S11": 1.9204203829058648, "W12": -5.0, "S12": -9.4280879350271878, "W13": -24.647360044530753, "S13": -24.647360044530753, "W21": -36.325124570808271, "S21": -38.436624706729958, "W22": -44.922856507648874, "S22": -44.922856507648874, "W31": -76.470054962410387, "S31": -76.798105570658251, "W32": -87.15808129257357, "S32": -92.15808129257357 }, "geometry": { "type": "Point", "coordinates": [ 101106.818181818176527, 507068.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6859274530100594, "S11": 1.6859274530100594, "W12": -7.1929772200808957, "S12": -11.452980420592976, "W13": -18.918644262120583, "S13": -26.064680530131437, "W21": -30.0, "S21": -31.867940741474115, "W22": -62.939771067364276, "S22": -73.458072400949817, "W31": -99.44990462077115, "S31": -99.44990462077115, "W32": -102.13580436526232, "S32": -107.13580436526232 }, "geometry": { "type": "Point", "coordinates": [ 101107.0, 502414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0030451072186404859, "S11": 0.0030451072186404859, "W12": -7.7373589535828904, "S12": -13.662484289628811, "W13": -20.0, "S13": -20.0, "W21": -42.985210824071793, "S21": -42.985210824071793, "W22": -47.994645636111954, "S22": -50.771010018549376, "W31": -79.111151540442691, "S31": -79.168721151836067, "W32": -95.582097492713302, "S32": -100.5820974927133 }, "geometry": { "type": "Point", "coordinates": [ 101108.0, 504570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9188250356749803, "S11": 1.9188250356749803, "W12": -5.0, "S12": -10.224573583544004, "W13": -24.634524259562909, "S13": -24.634524259562909, "W21": -36.261225369815492, "S21": -38.545701729772283, "W22": -44.944619555287403, "S22": -44.944619555287403, "W31": -76.008852046725366, "S31": -76.30421533176829, "W32": -87.077234580528057, "S32": -92.077234580528057 }, "geometry": { "type": "Point", "coordinates": [ 101108.619047619053163, 507095.238095238106325 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64, "S11": 0.64, "W12": -3.36, "S12": -3.36, "W13": -18.76, "S13": -18.76, "W21": -29.360001, "S21": -60.660001, "W22": -60.669998, "S22": -94.359997, "W31": -94.370003, "S31": -94.370003, "W32": -100.8, "S32": -105.8 }, "geometry": { "type": "Point", "coordinates": [ 101108.7, 502596.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17355289304119512, "S11": 0.17355289304119512, "W12": -8.2390548946701312, "S12": -8.2390548946701312, "W13": -17.589899167653208, "S13": -20.31622309498216, "W21": -40.690669875232139, "S21": -43.079578882343014, "W22": -47.415131475843765, "S22": -52.467198795746981, "W31": -85.356945213060314, "S31": -85.356945213060314, "W32": -97.666105693809783, "S32": -102.66610569380978 }, "geometry": { "type": "Point", "coordinates": [ 101113.0, 497867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15483809708903148, "S11": 0.15483809708903148, "W12": -7.5304500502398346, "S12": -12.285867312595117, "W13": -20.0, "S13": -20.0, "W21": -41.698184412985825, "S21": -41.698184412985825, "W22": -47.78020015568277, "S22": -47.78020015568277, "W31": -79.580753451908365, "S31": -79.659976276820785, "W32": -95.325465631072248, "S32": -100.32546563107225 }, "geometry": { "type": "Point", "coordinates": [ 101113.0, 504678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0562431111653101, "S12": -9.2748437300301561, "W13": -21.077922069525005, "S13": -24.547808722582886, "W21": -47.725533332094052, "S21": -47.776556026173481, "W22": -50.149411788881984, "S22": -55.777366415357079, "W31": -76.09272010162374, "S31": -76.09272010162374, "W32": -97.396222345546605, "S32": -102.3962223455466 }, "geometry": { "type": "Point", "coordinates": [ 101113.333333333328483, 503839.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8785758450925665, "S11": 1.8785758450925665, "W12": -5.0, "S12": -20.0, "W13": -24.389193600769886, "S13": -24.389193600769886, "W21": -37.809925340182261, "S21": -43.585919784412361, "W22": -45.299058353729933, "S22": -45.299058353729933, "W31": -70.0, "S31": -70.935138415950433, "W32": -85.799715273489937, "S32": -90.799715273489937 }, "geometry": { "type": "Point", "coordinates": [ 101114.0, 507441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18848086833584166, "S11": 0.18848086833584166, "W12": -7.6133638132606629, "S12": -7.6133638132606629, "W13": -17.76698853703023, "S13": -20.633670003164116, "W21": -39.419942308835502, "S21": -41.886086833455508, "W22": -44.706565933069008, "S22": -47.729869710981312, "W31": -83.97897066961815, "S31": -83.97897066961815, "W32": -97.153094106360513, "S32": -102.15309410636051 }, "geometry": { "type": "Point", "coordinates": [ 101117.0, 497622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65234053795740654, "S11": 0.65234053795740654, "W12": -3.4665913794146963, "S12": -8.4665913794146963, "W13": -18.796538575879644, "S13": -20.611212749690125, "W21": -29.382995873772543, "S21": -59.683400004886252, "W22": -60.981406849843232, "S22": -93.973217899739865, "W31": -94.806755810467649, "S31": -94.806755810467649, "W32": -100.87113367698019, "S32": -105.87113367698019 }, "geometry": { "type": "Point", "coordinates": [ 101117.0, 502591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2321256607109814, "S11": 2.2321256607109814, "W12": -7.9492455852642685, "S12": -9.6761076854426147, "W13": -18.753077710954862, "S13": -24.791967917262635, "W21": -39.935194569233474, "S21": -59.935194569233474, "W22": -66.467902355150798, "S22": -91.741846081665329, "W31": -100.05680907900603, "S31": -100.05680907900603, "W32": -104.57175037116676, "S32": -109.57175037116676 }, "geometry": { "type": "Point", "coordinates": [ 101118.0, 502077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5485476083989869, "S11": 2.5485476083989869, "W12": -10.0, "S12": -10.0, "W13": -19.439546316987816, "S13": -22.721221743352718, "W21": -58.294890577265967, "S21": -61.82204743465374, "W22": -80.0, "S22": -99.796210401657959, "W31": -109.2537353773501, "S31": -109.2537353773501, "W32": -109.2537353773501, "S32": -113.68274314170736 }, "geometry": { "type": "Point", "coordinates": [ 101120.0, 500756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2328583985647423, "S12": -8.2328583985647423, "W13": -19.250987197622173, "S13": -21.357705947622172, "W21": -47.757183725999674, "S21": -61.492445571386213, "W22": -66.783092779155027, "S22": -71.902018623569859, "W31": -103.81684345132452, "S31": -103.81684345132452, "W32": -103.81684345132452, "S32": -108.43345882122864 }, "geometry": { "type": "Point", "coordinates": [ 101121.0, 499496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2155408092847102, "S11": 1.2155408092847102, "W12": -6.6474279562900298, "S12": -6.6550588374640585, "W13": -25.0, "S13": -25.0, "W21": -37.657405714738125, "S21": -37.657405714738125, "W22": -43.877030854525714, "S22": -68.877030854525714, "W31": -79.999999999999986, "S31": -80.187165242789291, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101122.0, 505337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9273143587150652, "S11": 1.9273143587150652, "W12": -5.0, "S12": -11.690591635417391, "W13": -24.641980589403904, "S13": -24.641980589403904, "W21": -36.151968927261585, "S21": -38.948418121546482, "W22": -44.942478533206128, "S22": -44.942478533206128, "W31": -75.176759654521703, "S31": -75.629646166269268, "W32": -86.999868939383816, "S32": -91.999868939383816 }, "geometry": { "type": "Point", "coordinates": [ 101122.428571428565192, 507142.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -6.9602012808783167, "S12": -7.9602012808783167, "W13": -20.686250835748453, "S13": -20.686250835748453, "W21": -41.141406141611775, "S21": -41.141406141611775, "W22": -41.141406141611775, "S22": -41.141406141611775, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101124.0, 510800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8149230156031719, "S11": 1.8149230156031719, "W12": -4.9973305299600277, "S12": -19.559190910076879, "W13": -23.831336098521618, "S13": -23.831336098521618, "W21": -38.319263317196089, "S21": -45.75480793615386, "W22": -47.46621539519947, "S22": -47.46621539519947, "W31": -73.72251667273035, "S31": -73.978195053839045, "W32": -85.720717723109843, "S32": -90.720717723109843 }, "geometry": { "type": "Point", "coordinates": [ 101124.020833333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013150705401774876, "S11": -0.013150705401774876, "W12": -8.9200878517402771, "S12": -9.4983084109046043, "W13": -22.399361475414743, "S13": -22.399361475414743, "W21": -39.400516978383706, "S21": -39.400516978383706, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -86.06977613032052, "S32": -91.06977613032052 }, "geometry": { "type": "Point", "coordinates": [ 101124.761904761908227, 509279.523809523787349 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5548643937569522, "S11": 2.5548643937569522, "W12": -9.9809071482583409, "S12": -9.9809071482583409, "W13": -19.436113336425347, "S13": -22.712396721601792, "W21": -58.142312016626349, "S21": -61.794561285302166, "W22": -80.0, "S22": -100.14219217737426, "W31": -109.22085755403241, "S31": -109.22085755403241, "W32": -109.22085755403241, "S32": -113.65457789389701 }, "geometry": { "type": "Point", "coordinates": [ 101125.0, 500756.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58905266374656584, "S11": 0.58905266374656584, "W12": -4.0635321623240959, "S12": -7.945000328217068, "W13": -19.182979914236618, "S13": -21.743626595526731, "W21": -34.681341408725842, "S21": -59.049805847793223, "W22": -59.933432951472192, "S22": -89.933432951472184, "W31": -95.325451021081832, "S31": -95.325451021081832, "W32": -100.30049035592525, "S32": -105.30049035592525 }, "geometry": { "type": "Point", "coordinates": [ 101125.0, 502761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9501473092870842, "S11": 2.9501473092870842, "W12": -8.4330527548852547, "S12": -10.088106022953207, "W13": -19.13524822046287, "S13": -22.13524822046287, "W21": -51.511500311982267, "S21": -57.407613195993633, "W22": -73.060740216043925, "S22": -102.51925900724905, "W31": -109.16348542879837, "S31": -109.16348542879837, "W32": -109.80094558062861, "S32": -114.80094558062861 }, "geometry": { "type": "Point", "coordinates": [ 101126.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9501661011865732, "S11": 1.9501661011865732, "W12": -5.0, "S12": -7.4430139887421278, "W13": -24.749725481787589, "S13": -24.749725481787589, "W21": -36.503228280439671, "S21": -38.309327722435242, "W22": -44.773442497438509, "S22": -44.773442497438509, "W31": -77.512936401789418, "S31": -78.000546455721647, "W32": -87.452933126622497, "S32": -92.452933126622497 }, "geometry": { "type": "Point", "coordinates": [ 101126.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0225437586419708, "S11": 2.0225437586419708, "W12": -6.6145936048714633, "S12": -11.264575269704086, "W13": -25.0, "S13": -25.0, "W21": -37.736051412728166, "S21": -37.736051412728166, "W22": -44.186334243689132, "S22": -55.862662703990793, "W31": -80.0, "S31": -80.390433547315197, "W32": -89.064048531580198, "S32": -94.064048531580198 }, "geometry": { "type": "Point", "coordinates": [ 101126.666666666671517, 506461.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5500289294081675, "S11": 0.5500289294081675, "W12": -4.6122087223776997, "S12": -13.383748123061375, "W13": -19.508314318860457, "S13": -21.173224949152011, "W21": -38.996385689636853, "S21": -57.275326445298276, "W22": -59.717387269610704, "S22": -83.925258066708778, "W31": -95.126585855160727, "S31": -95.126585855160727, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101126.8, 502897.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3731314297711526, "S11": 0.3731314297711526, "W12": -14.166376205414199, "S12": -14.166376205414199, "W13": -18.149602800447965, "S13": -19.899980839298728, "W21": -50.207376614773921, "S21": -63.117583587081256, "W22": -65.986913309753362, "S22": -80.980019575391921, "W31": -95.167054351691533, "S31": -95.167054351691533, "W32": -100.72121213973159, "S32": -105.72121213973159 }, "geometry": { "type": "Point", "coordinates": [ 101128.0, 498966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6335995965659471, "S12": -8.6335995965659471, "W13": -19.692121714734164, "S13": -20.505287252004251, "W21": -50.0, "S21": -60.868428927680796, "W22": -68.523756268671434, "S22": -79.187309621610467, "W31": -105.37227542817197, "S31": -105.37227542817197, "W32": -105.37227542817197, "S32": -109.51864801864802 }, "geometry": { "type": "Point", "coordinates": [ 101128.0, 499645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -47.356853424106752, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101128.92, 514864.12 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.265312039750599, "S12": -8.265312039750599, "W13": -19.286283649025663, "S13": -21.454923063302662, "W21": -48.231647762358122, "S21": -61.381040946065525, "W22": -66.879402509697968, "S22": -70.994794675677525, "W31": -103.91259158003815, "S31": -103.91259158003815, "W32": -103.91259158003815, "S32": -108.46767362554087 }, "geometry": { "type": "Point", "coordinates": [ 101129.0, 499507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22876507721790107, "S11": 0.22876507721790107, "W12": -4.9824707846410687, "S12": -7.5070966145671729, "W13": -20.0, "S13": -20.949760263185524, "W21": -40.568295181581739, "S21": -46.655078605633847, "W22": -54.725052594942767, "S22": -66.411962176589185, "W31": -90.0, "S31": -90.0, "W32": -99.31901188657946, "S32": -104.31901188657946 }, "geometry": { "type": "Point", "coordinates": [ 101129.0, 503169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44, "S11": 0.44, "W12": -8.0600004, "S12": -8.0600004, "W13": -19.059999, "S13": -21.959999, "W21": -45.959999, "S21": -60.359999, "W22": -65.959999, "S22": -75.724986524445342, "W31": -103.00762624982087, "S31": -103.00762624982087, "W32": -103.0736762656758, "S32": -108.0736762656758 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7026234413965087, "S11": 2.7026234413965087, "W12": -9.4362026211433214, "S12": -9.4362026211433214, "W13": -19.348321905341507, "S13": -22.516608937412727, "W21": -60.0, "S21": -64.290785514824023, "W22": -79.555154794108802, "S22": -105.62229516056823, "W31": -109.17622533629206, "S31": -109.17622533629206, "W32": -109.17622533629206, "S32": -113.82185243309749 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9207823546514431, "S11": 1.9207823546514431, "W12": -5.0, "S12": -15.0, "W13": -24.588910749879702, "S13": -24.588910749879702, "W21": -36.546678214919766, "S21": -40.499377007311445, "W22": -45.032547200599126, "S22": -45.032547200599126, "W31": -73.260597637248097, "S31": -74.074990924154122, "W32": -86.63709618956436, "S32": -91.63709618956436 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1317787333141478, "S12": -9.1317787333141478, "W13": -20.307494154142013, "S13": -25.307494154142013, "W21": -50.0, "S21": -67.025874560132479, "W22": -73.112399385280199, "S22": -83.715220799843323, "W31": -107.22962535012199, "S31": -107.22962535012199, "W32": -107.22962535012199, "S32": -110.9616040251849 }, "geometry": { "type": "Point", "coordinates": [ 101131.0, 499831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.230048774627214, "S21": -42.900657549966319, "W22": -42.900657549966319, "S22": -42.900657549966319, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101133.823529411762138, 512384.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2535539710090538, "S11": 0.2535539710090538, "W12": -12.895590016014999, "S12": -12.895590016014999, "W13": -17.283958985776462, "S13": -19.336819075491924, "W21": -51.70524107995881, "S21": -59.783704672441097, "W22": -62.167891789755053, "S22": -62.82836322166051, "W31": -91.925601826834253, "S31": -91.925601826834253, "W32": -99.96914286648466, "S32": -104.96914286648466 }, "geometry": { "type": "Point", "coordinates": [ 101134.0, 498747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.6293559398327027, "W13": -19.924780111310142, "S13": -20.924780111310142, "W21": -40.960963561072525, "S21": -51.790296714056666, "W22": -57.159205137576414, "S22": -76.067192413964776, "W31": -91.974089457771754, "S31": -91.974089457771754, "W32": -99.613812654353197, "S32": -104.6138126543532 }, "geometry": { "type": "Point", "coordinates": [ 101134.0, 503067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47902183406113696, "S11": 0.47902183406113696, "W12": -8.1847133307779352, "S12": -8.1847133307779352, "W13": -19.197004818706006, "S13": -21.808150652039195, "W21": -47.409110173270058, "S21": -60.812082741848904, "W22": -66.487752342922505, "S22": -71.424518097239286, "W31": -103.52767537177695, "S31": -103.52767537177695, "W32": -103.52767537177695, "S32": -108.2955062703205 }, "geometry": { "type": "Point", "coordinates": [ 101134.4, 499476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9358036817551656, "S11": 1.9358036817551656, "W12": -5.0, "S12": -13.156609687290826, "W13": -24.649436919244948, "S13": -24.649436919244948, "W21": -36.117747674252456, "S21": -39.468830749302711, "W22": -44.940337511124802, "S22": -44.940337511124802, "W31": -74.344667262318026, "S31": -75.047263828665649, "W32": -86.92250329823969, "S32": -91.92250329823969 }, "geometry": { "type": "Point", "coordinates": [ 101136.238095238091773, 507190.476190476212651 ] } }, +{ "type": "Feature", "properties": { "W11": 2.949271568059209, "S11": 2.949271568059209, "W12": -8.5771311441468203, "S12": -8.5771311441468203, "W13": -19.183075514352979, "S13": -22.208326850282695, "W21": -57.770517755152724, "S21": -63.466298579188042, "W22": -73.528422171064278, "S22": -97.020403389431252, "W31": -109.10204076410966, "S31": -109.10204076410966, "W32": -109.34906068697687, "S32": -114.34906068697687 }, "geometry": { "type": "Point", "coordinates": [ 101137.0, 501121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0264812329455362, "S11": 2.0264812329455362, "W12": -7.9292334523342838, "S12": -9.6514800713823288, "W13": -18.708061276453709, "S13": -24.995627476754045, "W21": -40.0, "S21": -63.280537997942083, "W22": -65.908206076619919, "S22": -96.054113876088337, "W31": -100.05112452040706, "S31": -100.05112452040706, "W32": -104.12964385057769, "S32": -109.12964385057769 }, "geometry": { "type": "Point", "coordinates": [ 101137.0, 502133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8311414373180157, "S11": 1.8311414373180157, "W12": -4.9969280099861928, "S12": -19.996928009986192, "W13": -23.93685637953547, "S13": -23.93685637953547, "W21": -38.598072300018146, "S21": -45.964363360867232, "W22": -47.434430701346081, "S22": -47.434430701346081, "W31": -72.959816541231433, "S31": -73.236210160592208, "W32": -85.546737746889235, "S32": -90.546737746889235 }, "geometry": { "type": "Point", "coordinates": [ 101139.125, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47074674434605418, "S11": -0.47074674434605418, "W12": -5.0, "S12": -5.2204483578065535, "W13": -22.099809965533268, "S13": -22.099809965533268, "W21": -40.653340730652815, "S21": -40.653340730652815, "W22": -49.170757983839941, "S22": -49.170757983839941, "W31": -70.0, "S31": -70.0, "W32": -85.967756688857946, "S32": -90.967756688857946 }, "geometry": { "type": "Point", "coordinates": [ 101140.0, 509641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5243327586966264, "S11": 1.5243327586966264, "W12": -8.2647634092889906, "S12": -10.489132560358509, "W13": -19.084003905587288, "S13": -21.747175299324116, "W21": -38.946559305880058, "S21": -43.878474702055634, "W22": -70.694657461299585, "S22": -105.69465746129958, "W31": -109.00726205583891, "S31": -109.00726205583891, "W32": -109.44599810664795, "S32": -114.44599810664795 }, "geometry": { "type": "Point", "coordinates": [ 101141.0, 501483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5637119864647953, "S11": 1.5637119864647953, "W12": -9.5875772861318946, "S12": -9.5875772861318946, "W13": -20.218826695673076, "S13": -20.841656250947956, "W21": -49.325544234088433, "S21": -59.873144548801257, "W22": -80.0, "S22": -94.913397231769494, "W31": -108.86888523220246, "S31": -108.86888523220246, "W32": -108.86888523220246, "S32": -111.50055848065766 }, "geometry": { "type": "Point", "coordinates": [ 101141.375, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2690025108422733, "S11": 1.2690025108422733, "W12": -10.235303351718287, "S12": -10.235303351718287, "W13": -19.744979201383696, "S13": -23.230385186581593, "W21": -50.0, "S21": -52.939349657439919, "W22": -80.0, "S22": -108.01354107529596, "W31": -108.12349026770408, "S31": -108.12349026770408, "W32": -108.12556074780012, "S32": -113.12556074780012 }, "geometry": { "type": "Point", "coordinates": [ 101142.0, 500521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3375262641232544, "S11": 2.3375262641232544, "W12": -7.1861925469873729, "S12": -7.3515880892391898, "W13": -18.702456183503653, "S13": -23.813692449411484, "W21": -39.284335650018264, "S21": -53.694404671546664, "W22": -68.741670596132948, "S22": -70.871451206865231, "W31": -102.70061207992225, "S31": -102.70061207992225, "W32": -106.18563049853373, "S32": -111.18563049853373 }, "geometry": { "type": "Point", "coordinates": [ 101143.75, 501906.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18689208998690457, "S11": 0.18689208998690457, "W12": -8.4726251516167057, "S12": -8.4726251516167057, "W13": -17.548304856708285, "S13": -20.24485210909927, "W21": -40.947987235489521, "S21": -42.842757285966243, "W22": -47.802740782135139, "S22": -53.032427079635944, "W31": -85.575292719575643, "S31": -85.575292719575643, "W32": -97.606857951421361, "S32": -102.60685795142136 }, "geometry": { "type": "Point", "coordinates": [ 101144.0, 497932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8283889979554901, "S11": 1.8283889979554901, "W12": -4.9963821696210253, "S12": -19.996382169621025, "W13": -23.903522394514034, "S13": -23.903522394514034, "W21": -38.013352226505297, "S21": -45.417342108820925, "W22": -47.754244104748572, "S22": -47.754244104748572, "W31": -73.212150322659127, "S31": -73.420825292123482, "W32": -85.528334486814018, "S32": -90.528334486814018 }, "geometry": { "type": "Point", "coordinates": [ 101144.0, 508060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53738752504159615, "S11": 0.53738752504159615, "W12": -4.7737944168576689, "S12": -14.727122495736307, "W13": -19.611481505780816, "S13": -21.125592512365952, "W21": -40.0, "S21": -57.592673616744293, "W22": -59.679974325958774, "S22": -82.955532375091138, "W31": -94.776073012912875, "S31": -94.776073012912875, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101145.0, 502924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.089218561973525845, "S11": -0.089218561973525845, "W12": -7.6578678705590146, "S12": -13.945196214670037, "W13": -20.0, "S13": -20.0, "W21": -42.542424783492791, "S21": -42.542424783492791, "W22": -47.569033822224469, "S22": -48.601861068839156, "W31": -79.028370374895943, "S31": -79.088457147156333, "W32": -95.495681803126658, "S32": -100.49568180312666 }, "geometry": { "type": "Point", "coordinates": [ 101145.0, 504592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58526438717253892, "S11": 0.58526438717253892, "W12": -3.6753993334120705, "S12": -6.5584534902330649, "W13": -18.975071905462237, "S13": -23.975071905462237, "W21": -29.477310061425918, "S21": -58.525710729136797, "W22": -60.910386472758205, "S22": -87.413988033605563, "W31": -95.355170766895199, "S31": -95.355170766895199, "W32": -100.7383627838862, "S32": -105.7383627838862 }, "geometry": { "type": "Point", "coordinates": [ 101146.0, 502624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59531378358170939, "S11": -0.59531378358170939, "W12": -8.3965924648418611, "S12": -9.4256288483341777, "W13": -21.130912980631766, "S13": -25.294314329733119, "W21": -47.715964986188872, "S21": -47.715964986188872, "W22": -51.665505493614567, "S22": -55.210316744271211, "W31": -75.503793159341001, "S31": -75.931952235671986, "W32": -96.815922846328263, "S32": -101.81592284632826 }, "geometry": { "type": "Point", "coordinates": [ 101147.0, 504052.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9030563591022487, "S11": 2.9030563591022487, "W12": -8.7687902176814809, "S12": -8.7687902176814809, "W13": -19.245773091046217, "S13": -22.325108749048209, "W21": -57.869676558232023, "S21": -63.237581850754559, "W22": -74.496697014100675, "S22": -106.13078046463906, "W31": -109.04771795042474, "S31": -109.04771795042474, "W32": -109.13724608147069, "S32": -114.13724608147069 }, "geometry": { "type": "Point", "coordinates": [ 101147.3, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0542857142855477, "S11": 1.0542857142855477, "W12": -8.371213819902124, "S12": -8.371213819902124, "W13": -19.401315721546329, "S13": -21.300522554981434, "W21": -49.664937410503768, "S21": -61.272584958301429, "W22": -67.237585838580543, "S22": -72.128756008859483, "W31": -104.23765676336936, "S31": -104.23765676336936, "W32": -104.23765676336936, "S32": -108.6930069930069 }, "geometry": { "type": "Point", "coordinates": [ 101147.4, 499543.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45818764357393305, "S11": 0.45818764357393305, "W12": -8.7992095935511916, "S12": -8.7992095935511916, "W13": -18.948880984294508, "S13": -21.892456582364488, "W21": -47.497676831120231, "S21": -64.714637591238699, "W22": -66.044997513028179, "S22": -96.044997513028179, "W31": -101.88814436740047, "S31": -101.88814436740047, "W32": -102.56991162881658, "S32": -107.56991162881658 }, "geometry": { "type": "Point", "coordinates": [ 101149.0, 499341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4891932536594723, "S12": -9.4891932536594723, "W13": -20.214092828106509, "S13": -20.668689650548842, "W21": -49.604393193736783, "S21": -63.361190116544719, "W22": -80.000000000000014, "S22": -93.675317940978999, "W31": -108.44447392719526, "S31": -108.44447392719526, "W32": -108.44447392719526, "S32": -111.31243298232107 }, "geometry": { "type": "Point", "coordinates": [ 101149.0, 499962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9802978287039101, "S11": 2.9802978287039101, "W12": -8.4258567223734211, "S12": -9.8689894606400497, "W13": -19.137883242201873, "S13": -22.137883242201873, "W21": -54.891451685780062, "S21": -61.131220154952445, "W22": -72.828581547724454, "S22": -95.424166644376697, "W31": -109.01755339715029, "S31": -109.01755339715029, "W32": -109.44240780115844, "S32": -114.44240780115844 }, "geometry": { "type": "Point", "coordinates": [ 101149.0, 501173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49749599111878628, "S11": 0.49749599111878628, "W12": -11.775583807945637, "S12": -11.775583807945637, "W13": -18.665271820879873, "S13": -21.665271820879873, "W21": -50.0, "S21": -62.491423368214143, "W22": -66.600802169014088, "S22": -83.578306746570973, "W31": -98.875946621893419, "S31": -98.875946621893419, "W32": -101.50513665142884, "S32": -106.50513665142884 }, "geometry": { "type": "Point", "coordinates": [ 101150.0, 499132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1531113047571115, "S11": 2.1531113047571115, "W12": -7.4033355658647029, "S12": -8.0400030988676328, "W13": -18.684490279189468, "S13": -24.261994033833354, "W21": -39.944124781341927, "S21": -57.191943450081801, "W22": -67.635727895369499, "S22": -79.274716072438508, "W31": -100.78006257243611, "S31": -100.78006257243611, "W32": -105.13920091625918, "S32": -110.13920091625918 }, "geometry": { "type": "Point", "coordinates": [ 101150.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9442930047952665, "S11": 1.9442930047952665, "W12": -4.9999999999999991, "S12": -14.883167854502215, "W13": -24.657121995615118, "S13": -24.657121995615118, "W21": -36.266131849605159, "S21": -40.17184880542078, "W22": -44.93819648904347, "S22": -44.93819648904347, "W31": -73.512574870114349, "S31": -74.323611199895964, "W32": -86.845137657095563, "S32": -91.845137657095563 }, "geometry": { "type": "Point", "coordinates": [ 101150.047619047618355, 507238.095238095265813 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2690338615251804, "S12": -8.2690338615251804, "W13": -19.2884210594341, "S13": -22.059514809434098, "W21": -48.577274187924495, "S21": -60.660266706627738, "W22": -66.760981391000342, "S22": -69.631492954737041, "W31": -103.79859601159701, "S31": -103.79859601159701, "W32": -103.79859601159701, "S32": -108.39788116948199 }, "geometry": { "type": "Point", "coordinates": [ 101151.0, 499505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.684188893722897, "S12": -13.684188893722897, "W13": -20.0, "S13": -20.0, "W21": -41.841684402919888, "S21": -41.841684402919888, "W22": -41.841684402919888, "S22": -41.841684402919888, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101151.162790697679156, 511952.209302325558383 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9660906404157454, "S11": 1.9660906404157454, "W12": -5.0, "S12": -10.194175495128819, "W13": -24.764676313641257, "S13": -24.764676313641257, "W21": -36.298190345559689, "S21": -38.806333355169635, "W22": -44.769449389943638, "S22": -44.769449389943638, "W31": -76.048856875725718, "S31": -76.553012515254267, "W32": -87.306977978353174, "S32": -92.306977978353174 }, "geometry": { "type": "Point", "coordinates": [ 101151.909090909088263, 507089.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18700532285701255, "S11": 0.18700532285701255, "W12": -8.7215830140961401, "S12": -8.7215830140961401, "W13": -17.444303701544737, "S13": -20.04361539649592, "W21": -41.701891135465985, "S21": -44.701891135465985, "W22": -48.700528288374073, "S22": -54.838002826505551, "W31": -86.073386252636197, "S31": -86.073386252636197, "W32": -97.701969643783528, "S32": -102.70196964378353 }, "geometry": { "type": "Point", "coordinates": [ 101153.0, 498023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.539358671124928, "S12": -12.539358671124928, "W13": -20.0, "S13": -20.0, "W21": -41.45555025414226, "S21": -41.45555025414226, "W22": -41.45555025414226, "S22": -41.45555025414226, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101153.764705882349517, 511705.970588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37064415335326489, "S11": -0.37064415335326489, "W12": -8.346349336921385, "S12": -9.5613026079494219, "W13": -20.0, "S13": -24.863258735143297, "W21": -47.169564219777328, "S21": -47.169564219777328, "W22": -51.159164808336499, "S22": -54.759004302743882, "W31": -76.281760303590403, "S31": -76.568608291915254, "W32": -96.412717122176574, "S32": -101.41271712217657 }, "geometry": { "type": "Point", "coordinates": [ 101154.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54540626604075659, "S11": -0.54540626604075659, "W12": -7.972585353692339, "S12": -8.9980296013587431, "W13": -21.241471116628567, "S13": -24.61522069948365, "W21": -47.601961449966119, "S21": -47.67455488258787, "W22": -50.04195853196687, "S22": -54.351578618615846, "W31": -76.263425735763363, "S31": -76.263425735763363, "W32": -97.489578030118622, "S32": -102.48957803011862 }, "geometry": { "type": "Point", "coordinates": [ 101154.666666666671517, 503818.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5376921818707282, "S11": -0.5376921818707282, "W12": -7.8871115262246221, "S12": -8.8871115262246221, "W13": -21.208735598685919, "S13": -24.526355797450357, "W21": -47.391682870562576, "S21": -47.458583412586712, "W22": -50.121287276306788, "S22": -54.411923042044222, "W31": -76.519295047835996, "S31": -76.519295047835996, "W32": -97.545772343069629, "S32": -102.54577234306963 }, "geometry": { "type": "Point", "coordinates": [ 101156.0, 503799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42602089019525508, "S11": 0.42602089019525508, "W12": -13.980458967937928, "S12": -13.980458967937926, "W13": -17.964878385718791, "S13": -19.116970179089268, "W21": -50.230218283481562, "S21": -62.811848045868103, "W22": -65.217155344417108, "S22": -77.381787933907987, "W31": -94.262956054874763, "S31": -94.262956054874763, "W32": -100.54973285695554, "S32": -105.54973285695554 }, "geometry": { "type": "Point", "coordinates": [ 101157.0, 498928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9074329755779367, "S12": -9.9074329755779367, "W13": -20.131570316272189, "S13": -21.031390830797218, "W21": -48.772732738256984, "S21": -49.144810660334905, "W22": -80.0, "S22": -97.615725197944442, "W31": -109.28160650335055, "S31": -109.28160650335055, "W32": -109.28160650335055, "S32": -111.80348354458224 }, "geometry": { "type": "Point", "coordinates": [ 101159.0, 500117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9774891917198802, "S11": 1.9774891917198802, "W12": -5.0, "S12": -9.6140556205762682, "W13": -24.802472775590296, "S13": -24.802472775590296, "W21": -36.352218483111862, "S21": -38.784309206134282, "W22": -44.715791871172861, "S22": -44.715791871172861, "W31": -76.301803256007005, "S31": -76.801803256007005, "W32": -87.405582101630799, "S32": -92.405582101630799 }, "geometry": { "type": "Point", "coordinates": [ 101160.0, 507069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2110448191565322, "S11": 2.2110448191565322, "W12": -7.0526397379558725, "S12": -7.1531663578845661, "W13": -18.663214630264765, "S13": -23.801938841789543, "W21": -39.392086445965546, "S21": -54.191786500309853, "W22": -68.708948800195202, "S22": -68.708948800195202, "W31": -102.41420648903919, "S31": -102.41420648903919, "W32": -105.86555881394592, "S32": -110.86555881394592 }, "geometry": { "type": "Point", "coordinates": [ 101161.0, 501919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3900915105813336, "S12": -7.3900915105813336, "W13": -20.727331005666535, "S13": -23.727331005666535, "W21": -44.403500446244507, "S21": -44.436214466997626, "W22": -50.58514718500529, "S22": -54.728742549865906, "W31": -77.975103202733493, "S31": -77.975103202733493, "W32": -97.863372322831779, "S32": -102.86337232283178 }, "geometry": { "type": "Point", "coordinates": [ 101161.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57142857142857129, "S11": 0.57142857142857129, "W12": -8.2869251904844123, "S12": -8.2869251904844123, "W13": -19.307150756443189, "S13": -22.307150756443189, "W21": -48.928533851762452, "S21": -60.376979404547157, "W22": -66.773077413547469, "S22": -69.32908075377911, "W31": -103.81179411991666, "S31": -103.81179411991666, "W32": -103.81179411991666, "S32": -108.41724941724942 }, "geometry": { "type": "Point", "coordinates": [ 101162.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9527823278353749, "S11": 1.9527823278353749, "W12": -5.0, "S12": -20.0, "W13": -24.665098803351235, "S13": -24.665098803351235, "W21": -36.414516024957514, "S21": -40.874866861537903, "W22": -44.936055466962081, "S22": -44.936055466962081, "W31": -72.680482477911681, "S31": -73.599958571127175, "W32": -86.76777201595165, "S32": -91.76777201595165 }, "geometry": { "type": "Point", "coordinates": [ 101163.857142857144936, 507285.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4350133844215831, "S11": 0.4350133844215831, "W12": -13.379654337205961, "S12": -14.342223342187784, "W13": -18.242313856718461, "S13": -19.949595466582366, "W21": -50.0, "S21": -62.430820373475171, "W22": -65.717339552371584, "S22": -85.717339552371584, "W31": -95.690341687508379, "S31": -95.690341687508379, "W32": -100.80149485418143, "S32": -105.80149485418143 }, "geometry": { "type": "Point", "coordinates": [ 101164.0, 499001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21497253874870514, "S11": 0.21497253874870514, "W12": -7.714045434623233, "S12": -7.714045434623233, "W13": -17.775944117713415, "S13": -20.324733027979313, "W21": -39.136608644356599, "S21": -41.612875202296351, "W22": -44.189818956524022, "S22": -46.65387407741607, "W31": -83.702268954067506, "S31": -83.702268954067506, "W32": -97.00872290788449, "S32": -102.00872290788449 }, "geometry": { "type": "Point", "coordinates": [ 101166.0, 497621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8054101443652093, "S11": 1.8054101443652093, "W12": -7.7208723127484431, "S12": -9.0603028609600553, "W13": -18.641861838776002, "S13": -25.003414285222885, "W21": -39.990419161676648, "S21": -64.475205285445583, "W22": -65.78660047500702, "S22": -95.78660047500702, "W31": -100.05263604994435, "S31": -100.05263604994435, "W32": -103.89888632278192, "S32": -108.89888632278192 }, "geometry": { "type": "Point", "coordinates": [ 101166.0, 502159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19575826280710668, "S11": 0.19575826280710668, "W12": -8.6970997716914873, "S12": -8.6970997716914873, "W13": -17.503205763369031, "S13": -20.15337347537821, "W21": -41.325102665376264, "S21": -43.864252871429983, "W22": -48.30559996100007, "S22": -54.040892510315217, "W31": -85.868620859824333, "S31": -85.868620859824333, "W32": -97.59369049209252, "S32": -102.59369049209252 }, "geometry": { "type": "Point", "coordinates": [ 101167.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0200978197868826, "S11": 3.0200978197868826, "W12": -8.2762743082230177, "S12": -11.057155390860506, "W13": -19.094718382296669, "S13": -21.883621843550021, "W21": -53.432450459366997, "S21": -60.311200322917422, "W22": -72.073313263679836, "S22": -91.56850605998855, "W31": -108.88887164190936, "S31": -108.88887164190936, "W32": -109.41925550307586, "S32": -114.41925550307586 }, "geometry": { "type": "Point", "coordinates": [ 101168.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42407104794851441, "S11": -0.42407104794851441, "W12": -8.4024332751939905, "S12": -8.4024332751939923, "W13": -20.442381549852872, "S13": -25.158940501236266, "W21": -47.590377273450727, "S21": -47.590377273450727, "W22": -52.587214543422064, "S22": -55.642110191987733, "W31": -75.829674875184494, "S31": -76.21914216825293, "W32": -96.575272183380292, "S32": -101.57527218338029 }, "geometry": { "type": "Point", "coordinates": [ 101168.0, 504143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93024126243791683, "S11": 0.93024126243791683, "W12": -6.7477830416658584, "S12": -6.7477830416658584, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.627580553948761, "S21": -37.627580553948761, "W22": -43.622859735111739, "S22": -68.622859735111746, "W31": -80.0, "S31": -80.17782723711251, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101168.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7035701878753002, "S12": -9.7035701878753002, "W13": -20.133377242603551, "S13": -20.715149495478641, "W21": -48.847524727286753, "S21": -57.276017253780594, "W22": -80.0, "S22": -95.199978726374638, "W31": -109.10013504521281, "S31": -109.10013504521281, "W32": -109.10013504521281, "S32": -111.44859915867038 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 500039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9896175349993883, "S11": 1.9896175349993883, "W12": -7.2807732452598222, "S12": -7.6980933983324782, "W13": -18.63853717620287, "S13": -24.303385804769764, "W21": -40.0, "S21": -57.969909956254085, "W22": -67.464778027989709, "S22": -81.27088113640518, "W31": -100.22712660690692, "S31": -100.22712660690692, "W32": -104.85748903564908, "S32": -109.85748903564908 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4007046802891945, "S11": 1.4007046802891945, "W12": -7.5658911953459755, "S12": -10.493597894774126, "W13": -18.518787798594293, "S13": -26.004803741342268, "W21": -33.571808507512706, "S21": -63.571808507512706, "W22": -64.29155173053563, "S22": -74.452338640589545, "W31": -100.02251258434187, "S31": -100.02251258434187, "W32": -102.73261925453276, "S32": -107.73261925453276 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0364155899429304, "S11": 2.0364155899429304, "W12": -5.0, "S12": -6.0, "W13": -25.0, "S13": -25.0, "W21": -37.242805584603694, "S21": -37.520373486202359, "W22": -44.283750419939807, "S22": -44.283750419939807, "W31": -80.0, "S31": -80.434498420255977, "W32": -88.533568535096123, "S32": -93.533568535096123 }, "geometry": { "type": "Point", "coordinates": [ 101170.0, 506707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6168686903438001, "S11": 2.6168686903438001, "W12": -9.7944906784592938, "S12": -9.7944906784592938, "W13": -19.40186195555928, "S13": -22.626053739319854, "W21": -56.755211823182869, "S21": -61.590367617385027, "W22": -80.0, "S22": -103.47089268287435, "W31": -108.78336619456799, "S31": -108.78336619456799, "W32": -108.78336619456799, "S32": -113.39250348990926 }, "geometry": { "type": "Point", "coordinates": [ 101172.0, 500762.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55599120170072869, "S11": -0.55599120170072869, "W12": -8.4418770008787796, "S12": -8.912569034445827, "W13": -21.024697720738416, "S13": -25.266848337699805, "W21": -47.879164926109894, "S21": -47.879164926109894, "W22": -53.444143123061593, "S22": -56.187967989572826, "W31": -75.277313288316009, "S31": -75.777313288316009, "W32": -96.766654334221897, "S32": -101.7666543342219 }, "geometry": { "type": "Point", "coordinates": [ 101172.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54062809412244639, "S11": 0.54062809412244639, "W12": -4.7031543702529319, "S12": -12.093235814300119, "W13": -19.581015696540344, "S13": -21.386962564685678, "W21": -37.135109191263744, "S21": -57.230514317888577, "W22": -59.748483442444787, "S22": -84.97054091048517, "W31": -95.733661100279932, "S31": -95.733661100279932, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101172.2, 502885.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -47.740730591299346, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101172.76, 514842.35999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30728328927430165, "S11": 0.30728328927430165, "W12": -9.2136270112645153, "S12": -9.5326577350139043, "W13": -22.738292933523564, "S13": -22.738292933523564, "W21": -38.896330186005308, "S21": -38.896330186005308, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.684540969045187, "S32": -90.684540969045187 }, "geometry": { "type": "Point", "coordinates": [ 101172.809523809526581, 509276.619047619053163 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.414274130826893, "W13": -20.433281021055322, "S13": -20.433281021055322, "W21": -41.307527344401961, "S21": -41.307527344401961, "W22": -41.307527344401961, "S22": -41.307527344401961, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101173.0, 511330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8679628471699155, "S11": 1.8679628471699155, "W12": -4.9960141508455953, "S12": -19.599223811280574, "W13": -24.176423803740672, "S13": -24.176423803740672, "W21": -39.231064832052667, "S21": -46.440126435457785, "W22": -47.362268486059648, "S22": -47.362268486059648, "W31": -71.930907177930735, "S31": -72.254331531309333, "W32": -85.151743207773279, "S32": -90.151743207773279 }, "geometry": { "type": "Point", "coordinates": [ 101173.416666666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0709154473968092, "S11": 2.0709154473968092, "W12": -7.3106789836287511, "S12": -11.852240585044704, "W13": -25.0, "S13": -25.0, "W21": -37.709114220235008, "S21": -37.709114220235008, "W22": -44.019521537768362, "S22": -54.378088860856344, "W31": -80.0, "S31": -80.392779267927125, "W32": -89.239068043324494, "S32": -94.239068043324494 }, "geometry": { "type": "Point", "coordinates": [ 101173.533333333340124, 506476.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29273115353942858, "S11": 0.29273115353942858, "W12": -12.713630934759752, "S12": -12.713630934759752, "W13": -17.456711887821136, "S13": -20.050163313773133, "W21": -51.394435617555182, "S21": -63.626899415439539, "W22": -63.626899415439539, "S22": -63.626899415439539, "W31": -92.359806160336078, "S31": -92.359806160336078, "W32": -100.14500295004589, "S32": -105.14500295004589 }, "geometry": { "type": "Point", "coordinates": [ 101175.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5143739905156663, "S11": 2.5143739905156663, "W12": -8.2278480309355277, "S12": -10.937051740828576, "W13": -19.077900625933985, "S13": -22.25264988647028, "W21": -39.424790260992708, "S21": -44.615830288570024, "W22": -70.0, "S22": -96.384993808774809, "W31": -108.8155659029548, "S31": -108.8155659029548, "W32": -109.20656430129284, "S32": -114.20656430129284 }, "geometry": { "type": "Point", "coordinates": [ 101175.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82838830740017522, "S11": 0.82838830740017522, "W12": -4.2664345634802716, "S12": -8.0711437987384649, "W13": -19.066099234580264, "S13": -25.111720958863085, "W21": -29.573538882679337, "S21": -49.573538882679337, "W22": -63.357413768873812, "S22": -94.514756407247731, "W31": -98.301580516630935, "S31": -98.301580516630935, "W32": -101.47176521708089, "S32": -106.47176521708089 }, "geometry": { "type": "Point", "coordinates": [ 101175.0, 502534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30510015480602337, "S11": 0.30510015480602337, "W12": -12.079654148079339, "S12": -12.079654148079339, "W13": -17.262109791508795, "S13": -19.472636624290956, "W21": -51.466060485953435, "S21": -61.648483203422884, "W22": -61.84010415466507, "S22": -62.6791943165967, "W31": -91.659865427859216, "S31": -91.659865427859216, "W32": -99.968396982131466, "S32": -104.96839698213147 }, "geometry": { "type": "Point", "coordinates": [ 101175.5, 498754.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5791763428141117, "S11": 2.5791763428141117, "W12": -7.8350935347829562, "S12": -10.519519764291154, "W13": -18.957159162399464, "S13": -21.957159162399464, "W21": -39.94940284703177, "S21": -45.726484403965856, "W22": -70.271648663006914, "S22": -95.10348160032494, "W31": -108.81328563569245, "S31": -108.81328563569245, "W32": -109.2571809668717, "S32": -114.2571809668717 }, "geometry": { "type": "Point", "coordinates": [ 101176.0, 501419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6113334054293782, "S12": -8.979445949391863, "W13": -18.639880352872865, "S13": -22.904698527264511, "W21": -38.878283455607473, "S21": -46.401989971243331, "W22": -70.0, "S22": -94.270578789359774, "W31": -107.39492120622359, "S31": -107.39492120622359, "W32": -107.85402778392427, "S32": -112.85402778392427 }, "geometry": { "type": "Point", "coordinates": [ 101176.0, 501674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9612716508754751, "S11": 1.9612716508754751, "W12": -5.0, "S12": -20.0, "W13": -24.673075611087317, "S13": -24.673075611087317, "W21": -36.562900200310217, "S21": -41.577884917655965, "W22": -44.933914444880756, "S22": -44.933914444880756, "W31": -71.848390085708004, "S31": -72.871036579643771, "W32": -86.690406374807523, "S32": -91.690406374807523 }, "geometry": { "type": "Point", "coordinates": [ 101177.666666666671517, 507333.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30862222639207521, "S11": 0.30862222639207521, "W12": -12.058387181293284, "S12": -12.058387181293284, "W13": -17.260570863985592, "S13": -19.481768598178959, "W21": -51.449541360770766, "S21": -61.775103648949667, "W22": -61.8173683280719, "S22": -62.761155025540184, "W31": -91.641553506371295, "S31": -91.641553506371295, "W32": -99.968250529952542, "S32": -104.96825052995254 }, "geometry": { "type": "Point", "coordinates": [ 101178.333333333328483, 498755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4928, "S11": 0.4928, "W12": -8.0928098787245801, "S12": -8.0928098787245801, "W13": -19.286448671579436, "S13": -22.250994126124812, "W21": -48.817831633857708, "S21": -60.317238796392552, "W22": -66.592634351521752, "S22": -67.652204841301071, "W31": -103.5796441965319, "S31": -103.5796441965319, "W32": -103.5796441965319, "S32": -108.3030303030303 }, "geometry": { "type": "Point", "coordinates": [ 101178.6, 499496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30982814967709493, "S11": 0.30982814967709493, "W12": -12.052874783502078, "S12": -12.052874783502078, "W13": -17.260642439930457, "S13": -19.486823638974204, "W21": -51.446178640635509, "S21": -61.828825588701996, "W22": -61.828825588701996, "S22": -62.792131240201826, "W31": -91.637294379463, "S31": -91.637294379463, "W32": -99.969442582571631, "S32": -104.96944258257163 }, "geometry": { "type": "Point", "coordinates": [ 101179.333333333328483, 498755.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47950409244102066, "S11": 0.47950409244102066, "W12": -9.6645023347247019, "S12": -9.6645023347247019, "W13": -18.822767825871896, "S13": -21.816329927299165, "W21": -49.321139378078229, "S21": -63.359761283679717, "W22": -66.067007775704226, "S22": -66.067007775704226, "W31": -100.52793888417315, "S31": -100.52793888417315, "W32": -101.94960520204366, "S32": -106.94960520204366 }, "geometry": { "type": "Point", "coordinates": [ 101181.0, 499236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054433664259927794, "S11": -0.054433664259927794, "W12": -7.5783767875351371, "S12": -14.227908139711261, "W13": -20.0, "S13": -20.0, "W21": -42.099638742913797, "S21": -42.099638742913797, "W22": -47.143422008336969, "S22": -47.143422008336969, "W31": -78.94558920934918, "S31": -79.008193142476586, "W32": -95.409266113540014, "S32": -100.40926611354001 }, "geometry": { "type": "Point", "coordinates": [ 101182.0, 504614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0415800074086046, "S11": 2.0415800074086046, "W12": -5.0, "S12": -8.0, "W13": -25.0, "S13": -25.0, "W21": -37.107215194839981, "S21": -37.811552997614598, "W22": -44.299936274415771, "S22": -44.299936274415771, "W31": -80.0, "S31": -80.444904489018413, "W32": -88.416352584415762, "S32": -93.416352584415762 }, "geometry": { "type": "Point", "coordinates": [ 101182.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0826884709244715, "S11": 2.0826884709244715, "W12": -6.8300691060589198, "S12": -7.4509463698159113, "W13": -18.615096904086435, "S13": -23.691652117113073, "W21": -39.422434882408183, "S21": -54.148738775296266, "W22": -68.899373114461085, "S22": -71.191949533675057, "W31": -102.4411682199311, "S31": -102.4411682199311, "W32": -105.75036912468167, "S32": -110.75036912468167 }, "geometry": { "type": "Point", "coordinates": [ 101182.5, 501915.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.165032848308904, "S21": -42.451064985579471, "W22": -42.451064985579471, "S22": -42.451064985579471, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101182.882352941174759, 512383.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23415267543602472, "S11": 0.23415267543602472, "W12": -7.2529297377856654, "S12": -7.2529297377856654, "W13": -17.917054723112997, "S13": -20.476654105458369, "W21": -38.812460847967209, "S21": -40.82793072839921, "W22": -41.924047063221707, "S22": -42.64225716197106, "W31": -82.545655783065854, "S31": -82.545655783065854, "W32": -96.621764245397017, "S32": -101.62176424539702 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 497429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3482425461678655, "S12": -9.3482425461678655, "W13": -20.15146513402367, "S13": -21.939720644675546, "W21": -49.9103749570573, "S21": -69.9103749570573, "W22": -76.954087346024636, "S22": -88.135990138852762, "W31": -107.67133523503954, "S31": -107.67133523503954, "W32": -107.67133523503954, "S32": -110.87496906876356 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 499904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1381947024519361, "S11": 1.1381947024519361, "W12": -4.5515696221789526, "S12": -7.9362476434858671, "W13": -19.14852138393012, "S13": -25.832530118485309, "W21": -29.775653466187183, "S21": -29.775653466187183, "W22": -64.320632018683355, "S22": -83.20909837544427, "W31": -100.00119238870444, "S31": -100.00119238870444, "W32": -101.88381626409222, "S32": -106.88381626409222 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 502476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0845859213984026, "S11": 2.0845859213984026, "W12": -7.275514569586349, "S12": -12.275514569586349, "W13": -25.0, "S13": -25.0, "W21": -37.745956576619044, "S21": -37.745956576619044, "W22": -43.954018067244469, "S22": -55.001545374524376, "W31": -80.0, "S31": -80.38795745758722, "W32": -89.361927320836713, "S32": -94.361927320836713 }, "geometry": { "type": "Point", "coordinates": [ 101183.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9383711685123048, "S11": 1.9383711685123048, "W12": -7.073891437840798, "S12": -7.081778085209077, "W13": -18.60807915015527, "S13": -24.125982873181101, "W21": -39.904996198962195, "S21": -57.209923934777727, "W22": -67.844040349756071, "S22": -79.960700698505121, "W31": -100.66856195615087, "S31": -100.66856195615087, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101184.0, 502002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.08434806403064718, "S11": -0.08434806403064718, "W12": -10.539997878659312, "S12": -10.539997878659312, "W13": -19.94948068787879, "S13": -22.926311067625626, "W21": -48.374855229112271, "S21": -51.419254877907768, "W22": -80.0, "S22": -102.50952327135174, "W31": -106.82617626722866, "S31": -106.82617626722866, "W32": -107.37066619009651, "S32": -112.37066619009651 }, "geometry": { "type": "Point", "coordinates": [ 101185.0, 500323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8809375845417811, "S11": 1.8809375845417811, "W12": -4.9956921348665269, "S12": -19.149761305989152, "W13": -24.240959430201372, "S13": -24.240959430201372, "W21": -39.454112018310155, "S21": -46.607770775228367, "W22": -47.336473027281087, "S22": -47.336473027281087, "W31": -71.568351023183425, "S31": -71.908347567163673, "W32": -85.012559226796895, "S32": -90.012559226796895 }, "geometry": { "type": "Point", "coordinates": [ 101185.5, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4083025348116624, "S11": 0.4083025348116624, "W12": -13.69938036565572, "S12": -13.69938036565572, "W13": -17.780153970989616, "S13": -19.744787080820572, "W21": -50.253059952189204, "S21": -62.506112504654951, "W22": -64.447397379080883, "S22": -72.129905767547456, "W31": -93.469729984137217, "S31": -93.469729984137217, "W32": -100.41203946505834, "S32": -105.41203946505834 }, "geometry": { "type": "Point", "coordinates": [ 101186.0, 498890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6606420849314336, "S11": 1.6606420849314336, "W12": -7.6298091190422648, "S12": -8.6973021695930637, "W13": -18.596415149431785, "S13": -24.98365726467955, "W21": -39.986921333130958, "S21": -64.986921333130965, "W22": -65.76348089768122, "S22": -94.086153112018323, "W31": -100.05452318017953, "S31": -100.05452318017953, "W32": -103.89158700491664, "S32": -108.89158700491664 }, "geometry": { "type": "Point", "coordinates": [ 101186.0, 502172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5108364023398544, "S11": 1.5108364023398544, "W12": -8.0401088605471784, "S12": -10.002017298765841, "W13": -18.799605443934226, "S13": -25.644291208009481, "W21": -39.926381089007599, "S21": -69.926381089007606, "W22": -69.926381089007606, "S22": -80.449139253423382, "W31": -100.03807818813031, "S31": -100.03807818813031, "W32": -103.26125165176612, "S32": -108.26125165176612 }, "geometry": { "type": "Point", "coordinates": [ 101186.0, 502268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9402682183430313, "S11": 2.9402682183430313, "W12": -8.6681546203914923, "S12": -8.6681546203914923, "W13": -19.212087355532201, "S13": -22.294344397466809, "W21": -59.088806804072512, "S21": -65.349320447670479, "W22": -74.70979070760761, "S22": -98.383020899825141, "W31": -108.78897167488094, "S31": -108.78897167488094, "W32": -108.85815249203287, "S32": -113.85815249203287 }, "geometry": { "type": "Point", "coordinates": [ 101187.0, 500983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56181960776740614, "S11": -0.56181960776740614, "W12": -8.4780797528944678, "S12": -8.7170210105102548, "W13": -21.056682776974458, "S13": -25.345454515353129, "W21": -48.042519557917103, "S21": -48.042519557917103, "W22": -54.226045365850375, "S22": -56.532127707043223, "W31": -75.233071814119825, "S31": -75.732150393391436, "W32": -96.779808941971112, "S32": -101.77980894197111 }, "geometry": { "type": "Point", "coordinates": [ 101188.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8050808840282524, "S11": 1.8050808840282524, "W12": -9.6069955589352514, "S12": -9.6069955589352514, "W13": -20.102072709615385, "S13": -20.448599333294172, "W21": -49.073438230802019, "S21": -61.349966588701847, "W22": -80.0, "S22": -93.641137208235548, "W31": -108.6047182259454, "S31": -108.6047182259454, "W32": -108.6047182259454, "S32": -111.18376591240273 }, "geometry": { "type": "Point", "coordinates": [ 101188.5, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48626384207992296, "S11": 0.48626384207992296, "W12": -9.9632848260973041, "S12": -9.9632848260973041, "W13": -18.777984719968089, "S13": -21.777984719968089, "W21": -49.943428281506513, "S21": -62.325477791882726, "W22": -66.098819995422545, "S22": -80.704550518747197, "W31": -100.07381918798849, "S31": -100.07381918798849, "W32": -101.74498252132886, "S32": -106.74498252132886 }, "geometry": { "type": "Point", "coordinates": [ 101189.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086300625169883127, "S11": 0.086300625169883127, "W12": -5.4266150454192763, "S12": -5.4266150454192763, "W13": -19.930325907481478, "S13": -20.371494143228514, "W21": -40.574834356630511, "S21": -44.27925947111985, "W22": -53.436401887231106, "S22": -53.436401887231106, "W31": -87.3841961852861, "S31": -87.3841961852861, "W32": -99.094751121778145, "S32": -104.09475112177815 }, "geometry": { "type": "Point", "coordinates": [ 101189.0, 503265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0296611916794567, "S11": 2.0296611916794567, "W12": -5.0, "S12": -4.9999999999999982, "W13": -24.996288318843973, "S13": -24.996288318843973, "W21": -36.753787441930903, "S21": -38.393240334659446, "W22": -44.431165782160832, "S22": -44.431165782160832, "W31": -78.459115436055896, "S31": -78.930365774987521, "W32": -88.012934581478774, "S32": -93.012934581478774 }, "geometry": { "type": "Point", "coordinates": [ 101189.0, 506911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1383514071353384, "S11": 1.1383514071353384, "W12": -8.3546466924550433, "S12": -8.3546466924550433, "W13": -19.434778732051551, "S13": -21.568596913869978, "W21": -50.0, "S21": -59.406217788861426, "W22": -67.128454513140937, "S22": -70.120957145387436, "W31": -104.05162950017453, "S31": -104.05162950017453, "W32": -104.05162950017453, "S32": -108.73216783216763 }, "geometry": { "type": "Point", "coordinates": [ 101189.8, 499548.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57354535598120715, "S11": -0.57354535598120715, "W12": -10.488754448398577, "S12": -10.488754448398577, "W13": -20.0, "S13": -21.974896202531646, "W21": -48.363158886000612, "S21": -51.247137785577806, "W22": -80.0, "S22": -100.77187360807335, "W31": -106.65945945945947, "S31": -106.65945945945947, "W32": -107.12454977866982, "S32": -112.12454977866982 }, "geometry": { "type": "Point", "coordinates": [ 101190.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48227010110736634, "S11": 0.48227010110736634, "W12": -9.5708886302862837, "S12": -9.5708886302862837, "W13": -18.84176963936061, "S13": -21.828540820654265, "W21": -49.155691485846212, "S21": -63.334124213205584, "W22": -65.959726608186614, "S22": -70.970127447489119, "W31": -100.6077059517379, "S31": -100.6077059517379, "W32": -101.97526554134988, "S32": -106.97526554134988 }, "geometry": { "type": "Point", "coordinates": [ 101190.75, 499246.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9697609739155597, "S11": 1.9697609739155597, "W12": -4.9998241467570015, "S12": -19.999824146757, "W13": -24.681052418823352, "S13": -24.681052418823352, "W21": -36.711284375663062, "S21": -42.280902973774097, "W22": -44.93177342279948, "S22": -44.93177342279948, "W31": -71.016297693504328, "S31": -72.126914994706993, "W32": -86.613040733663283, "S32": -91.613040733663283 }, "geometry": { "type": "Point", "coordinates": [ 101191.476190476183547, 507380.952380952367093 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47827636013480984, "S11": 0.47827636013480984, "W12": -9.1784924344752596, "S12": -9.1784924344752596, "W13": -18.905554558753135, "S13": -21.867955442783231, "W21": -48.505758054566805, "S21": -64.031655759403918, "W22": -65.820633220950697, "S22": -86.607660208867628, "W31": -101.14159271548731, "S31": -101.14159271548731, "W32": -102.2055485613709, "S32": -107.2055485613709 }, "geometry": { "type": "Point", "coordinates": [ 101192.5, 499292.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.73568740445795, "S11": 1.73568740445795, "W12": -7.2443222326534125, "S12": -7.6322018895842518, "W13": -18.581832010554958, "S13": -24.541598036956007, "W21": -40.0, "S21": -60.0, "W22": -66.803828126134206, "S22": -90.835765199674768, "W31": -100.06987296271726, "S31": -100.06987296271726, "W32": -104.44808990369164, "S32": -109.44808990369164 }, "geometry": { "type": "Point", "coordinates": [ 101194.0, 502092.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6075899072293076, "S12": -6.6075899072293076, "W13": -20.0, "S13": -21.525403066773436, "W21": -40.0, "S21": -40.0, "W22": -51.517005138243206, "S22": -54.351499735839894, "W31": -80.40871934604904, "S31": -80.40871934604904, "W32": -98.369287153070943, "S32": -103.36928715307094 }, "geometry": { "type": "Point", "coordinates": [ 101194.0, 503521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47428261916225328, "S11": 0.47428261916225328, "W12": -8.7860962386642409, "S12": -8.7860962386642409, "W13": -18.96933947814566, "S13": -21.922106930379694, "W21": -47.897422010954017, "S21": -62.918614334351318, "W22": -65.68153983371478, "S22": -89.680476003927538, "W31": -101.67547947923671, "S31": -101.67547947923671, "W32": -102.43583158139194, "S32": -107.43583158139194 }, "geometry": { "type": "Point", "coordinates": [ 101194.25, 499338.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.491075, "S11": 0.491075, "W12": -7.9184177429837295, "S12": -7.9184177429837295, "W13": -19.292738191572109, "S13": -22.101829100663018, "W21": -48.971116287299274, "S21": -62.101782953965937, "W22": -66.521637904930145, "S22": -66.521637904930145, "W31": -103.43818245368752, "S31": -103.43818245368752, "W32": -103.43818245368752, "S32": -108.26223776223776 }, "geometry": { "type": "Point", "coordinates": [ 101195.0, 499491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0136263332004827, "S12": -8.0136263332004827, "W13": -19.328737478724381, "S13": -21.946919296906199, "W21": -49.387491339760409, "S21": -61.178271872359119, "W22": -66.667676126576694, "S22": -67.331637931754045, "W31": -103.58028661307235, "S31": -103.58028661307235, "W32": -103.58028661307235, "S32": -108.37645687645688 }, "geometry": { "type": "Point", "coordinates": [ 101195.0, 499505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47051301115241634, "S11": 0.47051301115241634, "W12": -8.5514905932495999, "S12": -8.5514905932495999, "W13": -19.033124397538185, "S13": -21.986060982178731, "W21": -47.289085967341222, "S21": -62.403274114510204, "W22": -65.542446446478877, "S22": -80.808711204077468, "W31": -102.20936624298612, "S31": -102.20936624298612, "W32": -102.66611460141297, "S32": -107.66611460141297 }, "geometry": { "type": "Point", "coordinates": [ 101196.0, 499385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57359511567143229, "S11": -0.57359511567143229, "W12": -7.6506674334802698, "S12": -7.6506674334802698, "W13": -21.015432240093112, "S13": -24.117760434714299, "W21": -44.978081363235162, "S21": -45.05495678327226, "W22": -50.158559793182, "S22": -52.870930604331335, "W31": -77.207495266514812, "S31": -77.207495266514812, "W32": -97.726853740367247, "S32": -102.72685374036725 }, "geometry": { "type": "Point", "coordinates": [ 101196.0, 503747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59916317566107657, "S11": -0.59916317566107657, "W12": -7.8838367123403907, "S12": -8.6499976622084649, "W13": -21.241975511800511, "S13": -24.528450251135844, "W21": -46.288877043554564, "S21": -46.383041214718645, "W22": -50.0, "S22": -52.687856248042493, "W31": -76.539146977220966, "S31": -76.539146977220966, "W32": -97.582933714690469, "S32": -102.58293371469047 }, "geometry": { "type": "Point", "coordinates": [ 101196.0, 503797.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34400890979450965, "S11": 0.34400890979450965, "W12": -13.056386385057801, "S12": -13.056386385057801, "W13": -17.600189513073385, "S13": -20.58104148255687, "W21": -50.594784184601629, "S21": -62.756100212429267, "W22": -63.929963864539765, "S22": -66.753291068445861, "W31": -92.777862999052658, "S31": -92.777862999052658, "W32": -100.27036897425806, "S32": -105.27036897425806 }, "geometry": { "type": "Point", "coordinates": [ 101196.333333333328483, 498847.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9760873372125158, "S11": 2.9760873372125158, "W12": -8.5628169229294482, "S12": -9.364848896633017, "W13": -19.191228738428119, "S13": -22.264560864141369, "W21": -59.416625279364112, "S21": -65.989377216817616, "W22": -74.007055510733608, "S22": -92.73536224344474, "W31": -108.72539710933881, "S31": -108.72539710933881, "W32": -108.80460467838796, "S32": -113.80460467838796 }, "geometry": { "type": "Point", "coordinates": [ 101196.4, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23130604179109268, "S11": 0.23130604179109268, "W12": -9.1673693180412972, "S12": -9.1673693180412972, "W13": -16.830291368216582, "S13": -19.02953392189276, "W21": -43.359334319218512, "S21": -48.256545798966123, "W22": -50.840719169409979, "S22": -56.427032041806761, "W31": -86.540540854509331, "S31": -86.540540854509331, "W32": -97.766956550102364, "S32": -102.76695655010236 }, "geometry": { "type": "Point", "coordinates": [ 101197.0, 498211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1284302897058878, "S11": 1.1284302897058878, "W12": -5.0, "S12": -7.9141875849814927, "W13": -18.728570105111576, "S13": -26.226261644005504, "W21": -31.042298691167545, "S21": -49.661918698922491, "W22": -64.657465373304888, "S22": -65.854854950529898, "W31": -100.01926029060012, "S31": -100.01926029060012, "W32": -102.50969869406326, "S32": -107.50969869406326 }, "geometry": { "type": "Point", "coordinates": [ 101197.0, 502389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0117608979256261, "S11": 2.0117608979256261, "W12": -5.0, "S12": -11.591332044950255, "W13": -24.883268845918941, "S13": -24.883268845918941, "W21": -36.271256120311115, "S21": -39.176042003609311, "W22": -44.616042272238403, "S22": -44.616042272238403, "W31": -75.485311073190985, "S31": -76.110191108626665, "W32": -87.455874664132793, "S32": -92.455874664132793 }, "geometry": { "type": "Point", "coordinates": [ 101197.0, 507110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29771944732823208, "S11": 0.29771944732823208, "W12": -9.5835138783351024, "S12": -9.5835138783351024, "W13": -17.013983246327548, "S13": -17.599154724649175, "W21": -46.462269063339654, "S21": -56.462269063339654, "W22": -56.462269063339654, "S22": -57.515624583772762, "W31": -88.17270313474927, "S31": -88.17270313474927, "W32": -98.094496615524164, "S32": -103.09449661552416 }, "geometry": { "type": "Point", "coordinates": [ 101199.0, 498428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.328954390574326, "S12": -13.941529202612408, "W13": -17.92085797249177, "S13": -18.654071684834769, "W21": -50.0, "S21": -62.056134011678324, "W22": -64.578466032520552, "S22": -75.311153564510462, "W31": -93.915474053026998, "S31": -93.915474053026998, "W32": -100.53165563130982, "S32": -105.53165563130982 }, "geometry": { "type": "Point", "coordinates": [ 101199.0, 498930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49460519980741452, "S11": 0.49460519980741452, "W12": -10.975589377967777, "S12": -10.975589377967777, "W13": -18.726344102245271, "S13": -21.726344102245271, "W21": -50.000000000000007, "S21": -61.85151760420883, "W22": -66.12640679700705, "S22": -90.703604404877922, "W31": -99.076945275198071, "S31": -99.076945275198071, "W32": -101.50309390813308, "S32": -106.50309390813308 }, "geometry": { "type": "Point", "coordinates": [ 101199.5, 499158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8419066216333635, "S11": 1.8419066216333635, "W12": -6.9100652844210089, "S12": -7.2830604761520945, "W13": -18.572245092777013, "S13": -24.04699017221736, "W21": -39.930930021193362, "S21": -57.199247373104484, "W22": -67.978302654284548, "S22": -81.158458075057865, "W31": -100.67625741959212, "S31": -100.67625741959212, "W32": -104.99472683733676, "S32": -109.99472683733676 }, "geometry": { "type": "Point", "coordinates": [ 101200.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.192997794192165, "S12": -13.192997794192165, "W13": -20.0, "S13": -20.0, "W21": -41.563995591399419, "S21": -41.563995591399419, "W22": -41.563995591399419, "S22": -41.563995591399419, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101200.581395348839578, 511949.604651162808295 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -6.5500002, "S12": -8.3697044085804055, "W13": -18.049999, "S13": -19.530260514116765, "W21": -39.049999, "S21": -39.897788230977895, "W22": -46.724020138186582, "S22": -52.506724462925625, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101201.0, 496778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2593316505461609, "S11": 2.2593316505461609, "W12": -6.2773064725674832, "S12": -8.7640319433090035, "W13": -18.581478898275947, "S13": -23.581478898275947, "W21": -39.022746949961061, "S21": -48.190763255314771, "W22": -70.0, "S22": -99.292929292929301, "W31": -106.23836459631573, "S31": -106.23836459631573, "W32": -107.29507042536842, "S32": -112.29507042536842 }, "geometry": { "type": "Point", "coordinates": [ 101201.0, 501728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011055956678700324, "S11": 0.011055956678700324, "W12": -7.410065781735355, "S12": -13.686170959320643, "W13": -20.0, "S13": -20.0, "W21": -41.076168866344474, "S21": -41.076168866344474, "W22": -46.881344529253781, "S22": -46.881344529253781, "W31": -78.9131800583787, "S31": -78.99076281757354, "W32": -95.206038989357012, "S32": -100.20603898935701 }, "geometry": { "type": "Point", "coordinates": [ 101202.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.83015166292566, "S12": -8.83015166292566, "W13": -19.90197456531271, "S13": -19.90197456531271, "W21": -50.0, "S21": -56.070556940980879, "W22": -68.937912795766408, "S22": -76.47998637366382, "W31": -105.58057412269616, "S31": -105.58057412269616, "W32": -105.58057412269616, "S32": -110.0309724780732 }, "geometry": { "type": "Point", "coordinates": [ 101203.0, 499707.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51415841584158417, "S11": -0.51415841584158417, "W12": -10.583701809015421, "S12": -10.583701809015421, "W13": -19.973032557424244, "S13": -22.180442684006522, "W21": -48.256138640372235, "S21": -51.558689422270582, "W22": -80.0, "S22": -100.9845533535876, "W31": -106.53063063063064, "S31": -106.53063063063064, "W32": -107.11189546616809, "S32": -112.11189546616809 }, "geometry": { "type": "Point", "coordinates": [ 101203.0, 500284.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46654161053748588, "S11": 0.46654161053748588, "W12": -6.8007855760949267, "S12": -7.0533130231563197, "W13": -25.0, "S13": -25.0, "W21": -38.463834651926483, "S21": -38.463834651926483, "W22": -44.520076085895845, "S22": -55.940868758269467, "W31": -78.628948526176856, "S31": -78.773287142197177, "W32": -90.048447464447705, "S32": -95.048447464447705 }, "geometry": { "type": "Point", "coordinates": [ 101203.0, 505103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.415276099166176, "S12": -14.415276099166176, "W13": -20.221668847329529, "S13": -20.221668847329529, "W21": -41.427676095512673, "S21": -41.427676095512673, "W22": -41.427676095512673, "S22": -41.427676095512673, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101203.0, 511705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.920543634160945, "S12": -13.4217555921464, "W13": -18.667110026220669, "S13": -21.286395823591846, "W21": -49.999999999999993, "S21": -61.826724287448684, "W22": -66.103289245892768, "S22": -78.089978204802165, "W31": -98.19612781363135, "S31": -98.19612781363135, "W32": -101.30795768450389, "S32": -106.30795768450389 }, "geometry": { "type": "Point", "coordinates": [ 101204.0, 499122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.610424080664295, "S12": -10.610424080664295, "W13": -19.966727383636368, "S13": -22.267851434269279, "W21": -48.245859055635272, "S21": -51.602939343944406, "W22": -80.0, "S22": -101.12732929577652, "W31": -106.52072072072073, "S31": -106.52072072072073, "W32": -107.12768414396085, "S32": -112.12768414396085 }, "geometry": { "type": "Point", "coordinates": [ 101204.0, 500291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22617927697890075, "S11": 0.22617927697890075, "W12": -8.9594088531102578, "S12": -8.9594088531102578, "W13": -17.020547362285047, "S13": -19.617851500843845, "W21": -41.765975255682562, "S21": -43.660269305482416, "W22": -48.925774483301659, "S22": -55.323715493529065, "W31": -86.082280825622107, "S31": -86.082280825622107, "W32": -97.541808916129, "S32": -102.541808916129 }, "geometry": { "type": "Point", "coordinates": [ 101205.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9782502969556603, "S11": 1.9782502969556603, "W12": -4.9991260304209142, "S12": -19.999126030420914, "W13": -24.689029226559438, "S13": -24.689029226559438, "W21": -36.859668551015766, "S21": -42.983921029892159, "W22": -44.929632400718162, "S22": -44.929632400718162, "W31": -70.184205301300651, "S31": -71.38279340977023, "W32": -86.535675092519156, "S32": -91.535675092519156 }, "geometry": { "type": "Point", "coordinates": [ 101205.285714285710128, 507428.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8233726304076736, "S12": -8.8233726304076736, "W13": -19.894238306820739, "S13": -19.89884251540844, "W21": -50.0, "S21": -55.971205320033249, "W22": -68.88935237871857, "S22": -76.378605748778256, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101206.0, 499704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.348366358253477, "S12": -14.348366358253477, "W13": -20.198198327927084, "S13": -20.198198327927084, "W21": -41.440784052066128, "S21": -41.440784052066128, "W22": -41.440784052066128, "S22": -41.440784052066128, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101206.2, 511745.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33326140326187398, "S11": 0.33326140326187398, "W12": -12.413392404460478, "S12": -12.413392404460478, "W13": -17.42022505515736, "S13": -20.094747827823774, "W21": -50.936508417013172, "S21": -63.006087920202475, "W22": -63.006087920202475, "S22": -63.117123722755089, "W31": -92.085996013968767, "S31": -92.085996013968767, "W32": -100.12869848345795, "S32": -105.12869848345795 }, "geometry": { "type": "Point", "coordinates": [ 101206.666666666671517, 498804.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.070118418119399, "S11": 3.070118418119399, "W12": -8.2870520959185399, "S12": -11.218086578677161, "W13": -19.106653723446961, "S13": -22.106653723446961, "W21": -60.0, "S21": -67.418829264634439, "W22": -71.793701506161568, "S22": -78.673897453068903, "W31": -108.63639505410232, "S31": -108.63639505410232, "W32": -108.75143622770567, "S32": -113.75143622770567 }, "geometry": { "type": "Point", "coordinates": [ 101208.0, 501117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56870577493722907, "S11": 0.56870577493722907, "W12": -10.616999363597795, "S12": -10.616999363597795, "W13": -19.896195151212122, "S13": -23.374650847414653, "W21": -48.179200250644968, "S21": -52.00419563407965, "W22": -80.0, "S22": -103.02954042321218, "W31": -106.73817170759692, "S31": -106.73817170759692, "W32": -107.36576530752522, "S32": -112.36576530752522 }, "geometry": { "type": "Point", "coordinates": [ 101208.5, 500365.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.281456617340762, "S12": -14.281456617340762, "W13": -20.174727808524644, "S13": -20.174727808524644, "W21": -41.453892008619569, "S21": -41.453892008619569, "W22": -41.453892008619569, "S22": -41.453892008619569, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101209.4, 511786.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58459171258856368, "S11": 0.58459171258856368, "W12": -12.03206692227257, "S12": -13.89363438793376, "W13": -18.636188413280667, "S13": -21.10995833302011, "W21": -50.0, "S21": -61.75712262242007, "W22": -65.959573813189522, "S22": -75.99976415464667, "W31": -98.006016405197897, "S31": -98.006016405197897, "W32": -101.2612052949373, "S32": -106.2612052949373 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 499116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0084841105002502, "S11": 1.0084841105002502, "W12": -5.0, "S12": -7.6309530437492583, "W13": -18.593241629134894, "S13": -26.151016964415028, "W21": -31.257259252838697, "S21": -50.710535716584332, "W22": -64.854097911112788, "S22": -64.854097911112788, "W31": -100.02278033629646, "S31": -100.02278033629646, "W32": -102.59326674682454, "S32": -107.59326674682454 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 502384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53288818715833208, "S11": 0.53288818715833208, "W12": -4.777645625102001, "S12": -11.000465412760214, "W13": -19.640819151638684, "S13": -21.573470057479938, "W21": -36.611471082313415, "S21": -58.233167032915894, "W22": -59.774864401246624, "S22": -85.854494105089856, "W31": -96.244949280890623, "S31": -96.244949280890623, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 502876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50070895803510884, "S11": 0.50070895803510884, "W12": -5.0, "S12": -10.067990627280759, "W13": -19.97117130002901, "S13": -20.97117130002901, "W21": -40.834404315343946, "S21": -56.143598403727211, "W22": -59.514821709667274, "S22": -80.198939740223693, "W31": -93.641607985370925, "S31": -93.641607985370925, "W32": -99.821642017587962, "S32": -104.82164201758796 }, "geometry": { "type": "Point", "coordinates": [ 101210.0, 503016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23847194261478022, "S11": 0.23847194261478022, "W12": -7.8477088640294062, "S12": -7.8477088640294062, "W13": -17.772706296178463, "S13": -20.10690293176625, "W21": -38.895162827685731, "S21": -41.419289772680656, "W22": -43.888555802483779, "S22": -45.96790666537094, "W31": -83.536247924737125, "S31": -83.536247924737125, "W32": -96.799154114025313, "S32": -101.79915411402531 }, "geometry": { "type": "Point", "coordinates": [ 101211.0, 497636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47611658808401452, "S11": 0.47611658808401452, "W12": -8.0793634017610998, "S12": -8.0793634017610998, "W13": -19.140849563235165, "S13": -22.108409087044706, "W21": -47.292916052821546, "S21": -62.924103783844181, "W22": -65.811314474210164, "S22": -72.642094010337289, "W31": -102.61166844884438, "S31": -102.61166844884438, "W32": -102.82703041859186, "S32": -107.82703041859186 }, "geometry": { "type": "Point", "coordinates": [ 101211.0, 499424.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4954357246027925, "S11": 0.36030058946765692, "W12": -9.9638619690969836, "S12": -9.9638619690969836, "W13": -18.78721932682927, "S13": -21.78721932682927, "W21": -50.0, "S21": -61.667699125586715, "W22": -65.91638988239437, "S22": -81.894367623336819, "W31": -99.911269683031065, "S31": -99.911269683031065, "W32": -101.67247964895984, "S32": -106.67247964895984 }, "geometry": { "type": "Point", "coordinates": [ 101212.0, 499198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8340980120520305, "S12": -7.8340980120520305, "W13": -19.335727477068083, "S13": -21.790272931613536, "W21": -49.551824408908949, "S21": -63.016037448394712, "W22": -66.595990413929201, "S22": -67.903307487099937, "W31": -103.43541419084238, "S31": -103.43541419084238, "W32": -103.43541419084238, "S32": -108.33566433566435 }, "geometry": { "type": "Point", "coordinates": [ 101212.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5739311601342933, "S12": -9.5739311601342933, "W13": -20.049811556804734, "S13": -20.206542262116173, "W21": -49.082305122909261, "S21": -63.482612347873882, "W22": -80.0, "S22": -92.572074377912656, "W31": -108.31228271802992, "S31": -108.31228271802992, "W32": -108.31228271802992, "S32": -110.96816144730693 }, "geometry": { "type": "Point", "coordinates": [ 101212.0, 499984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.214546876428345, "S12": -14.214546876428345, "W13": -20.151257289122235, "S13": -20.151257289122235, "W21": -41.466999965173038, "S21": -41.466999965173038, "W22": -41.466999965173038, "S22": -41.466999965173038, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101212.6, 511827.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24146420916156858, "S11": 0.24146420916156858, "W12": -7.8147270559858049, "S12": -7.8147270559858049, "W13": -17.784899698396604, "S13": -20.12074579731777, "W21": -38.853274979877703, "S21": -41.339663571137194, "W22": -43.673071979979028, "S22": -45.577878443850821, "W31": -83.425567238516877, "S31": -83.425567238516877, "W32": -96.753535915206385, "S32": -101.75353591520638 }, "geometry": { "type": "Point", "coordinates": [ 101215.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1711416891906987, "S11": 2.1711416891906987, "W12": -6.1256086678777759, "S12": -8.9874554356525618, "W13": -18.550345654038512, "S13": -23.401579326026901, "W21": -39.190945825739867, "S21": -48.170552623707032, "W22": -70.0, "S22": -100.0, "W31": -106.35249504674907, "S31": -106.35249504674907, "W32": -107.3026741926529, "S32": -112.3026741926529 }, "geometry": { "type": "Point", "coordinates": [ 101215.0, 501721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.147637135515646, "S12": -14.147637135515646, "W13": -20.127786769719794, "S13": -20.127786769719794, "W21": -41.480107921726493, "S21": -41.480107921726493, "W22": -41.480107921726493, "S22": -41.480107921726493, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101215.8, 511868.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4660382053333336, "S12": -9.4660382053333336, "W13": -20.055176451479287, "S13": -20.055176451479287, "W21": -49.405781639976652, "S21": -67.322175026010001, "W22": -79.800468288710164, "S22": -91.150838250351157, "W31": -107.87806025967059, "S31": -107.87806025967059, "W32": -107.87806025967059, "S32": -110.79359929614253 }, "geometry": { "type": "Point", "coordinates": [ 101216.0, 499943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -48.124607758492033, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101216.6, 514820.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35664633860299294, "S11": 0.35664633860299294, "W12": -11.770398423862558, "S12": -11.770398423862558, "W13": -17.240260597241132, "S13": -19.608454173089992, "W21": -51.226879891948037, "S21": -63.204722870499232, "W22": -63.204722870499232, "S22": -63.881982660537794, "W31": -91.394129028884194, "S31": -91.394129028884194, "W32": -99.967651097778273, "S32": -104.96765109777827 }, "geometry": { "type": "Point", "coordinates": [ 101217.0, 498762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.663782350445482, "S12": -10.663782350445482, "W13": -19.905896417575754, "S13": -23.046473632765625, "W21": -48.1224522850612, "S21": -52.076850089790007, "W22": -80.0, "S22": -102.35185911541606, "W31": -106.57501136114871, "S31": -106.57501136114871, "W32": -107.24919578785295, "S32": -112.24919578785295 }, "geometry": { "type": "Point", "coordinates": [ 101217.0, 500349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1038548530919794, "S11": 3.1038548530919794, "W12": -8.0788135475350291, "S12": -12.320175482461606, "W13": -19.042946480408766, "S13": -21.606040636825316, "W21": -55.349084768989819, "S21": -63.417304391062217, "W22": -70.859792810341787, "S22": -78.684228243396646, "W31": -108.5645017034299, "S31": -108.5645017034299, "W32": -108.99352071502736, "S32": -113.99352071502736 }, "geometry": { "type": "Point", "coordinates": [ 101217.5, 501203.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53122725883670496, "S11": 0.53122725883670496, "W12": -4.7941000181284412, "S12": -10.802723505542122, "W13": -19.653717074220395, "S13": -21.60937553550874, "W21": -36.53577428091657, "S21": -58.447643778502595, "W22": -59.77957961527877, "S22": -86.015823754259131, "W31": -96.340736345398156, "S31": -96.340736345398156, "W32": -100.00936432743825, "S32": -105.00936432743825 }, "geometry": { "type": "Point", "coordinates": [ 101217.6, 502874.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.065612950451675089, "S11": -0.065612950451675089, "W12": -7.6063867234463434, "S12": -15.3511553058775, "W13": -19.977620379291707, "S13": -20.45663478219312, "W21": -42.327890013388306, "S21": -42.327890013388306, "W22": -46.756224034285154, "S22": -46.756224034285154, "W31": -78.606834946650935, "S31": -78.660441702214897, "W32": -95.456740058072768, "S32": -100.45674005807277 }, "geometry": { "type": "Point", "coordinates": [ 101218.0, 504579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6788729869305432, "S11": 2.6788729869305432, "W12": -9.6080742086605238, "S12": -9.6080742086605238, "W13": -19.367610574693284, "S13": -22.543911785332426, "W21": -55.844889326055238, "S21": -61.862951645783468, "W22": -80.0, "S22": -106.79959318837142, "W31": -108.28252696872988, "S31": -108.28252696872988, "W32": -108.28252696872988, "S32": -113.13042908592139 }, "geometry": { "type": "Point", "coordinates": [ 101219.0, 500768.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.080727394602949, "S12": -14.080727394602949, "W13": -20.10431625031735, "S13": -20.10431625031735, "W21": -41.493215878279941, "S21": -41.493215878279941, "W22": -41.493215878279941, "S22": -41.493215878279941, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101219.0, 511909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.986739619995761, "S11": 1.986739619995761, "W12": -4.998427914084826, "S12": -19.998427914084829, "W13": -24.697006034295519, "S13": -24.697006034295519, "W21": -37.008052726368469, "S21": -43.48342039486316, "W22": -44.92749137863683, "S22": -44.92749137863683, "W31": -69.961685280150746, "S31": -71.248244195887253, "W32": -86.45830945137503, "S32": -91.45830945137503 }, "geometry": { "type": "Point", "coordinates": [ 101219.095238095236709, 507476.190476190473419 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50840083802427738, "S11": -0.50840083802427738, "W12": -8.4815198333618618, "S12": -9.7964309785335146, "W13": -20.833871843970922, "S13": -25.45501475023125, "W21": -47.80964465941917, "S21": -47.80964465941917, "W22": -52.044351059254303, "S22": -53.596366169477719, "W31": -75.365521608730489, "S31": -75.815401582305086, "W32": -96.712065259362632, "S32": -101.71206525936263 }, "geometry": { "type": "Point", "coordinates": [ 101219.222222222218988, 504109.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37321128481947341, "S11": 0.37321128481947341, "W12": -10.0, "S12": -10.0, "W13": -17.117277891137704, "S13": -17.728560134729165, "W21": -49.128376830309719, "S21": -56.324066828515186, "W22": -58.111437641570603, "S22": -62.867873812964902, "W31": -89.675297023005456, "S31": -89.675297023005456, "W32": -98.87704556229464, "S32": -103.87704556229464 }, "geometry": { "type": "Point", "coordinates": [ 101220.0, 498625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9007170961485178, "S11": 2.9007170961485178, "W12": -8.9025829737171485, "S12": -8.9025829737171485, "W13": -19.217706212558781, "S13": -22.327487935228827, "W21": -59.999999999999993, "S21": -66.739189079029984, "W22": -76.965497603341078, "S22": -102.00697826947777, "W31": -108.57992049628109, "S31": -108.57992049628109, "W32": -108.57992049628109, "S32": -113.49367401514641 }, "geometry": { "type": "Point", "coordinates": [ 101220.0, 500914.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39754897067404166, "S11": -0.39754897067404166, "W12": -8.3757021592041632, "S12": -11.111172706947304, "W13": -20.346191196907721, "S13": -25.268677979910464, "W21": -47.143557741471611, "S21": -47.143557741471611, "W22": -50.0, "S22": -51.70249923623048, "W31": -75.77853210099272, "S31": -76.136123572904168, "W32": -96.552476924098556, "S32": -101.55247692409856 }, "geometry": { "type": "Point", "coordinates": [ 101220.0, 504166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1261309212423436, "S11": 2.1261309212423436, "W12": -8.0067643623861997, "S12": -10.312126963108927, "W13": -25.0, "S13": -25.0, "W21": -37.670998231317213, "S21": -37.670998231317213, "W22": -43.852708831847707, "S22": -52.893515017720382, "W31": -80.0, "S31": -80.395124988539052, "W32": -89.414087555068548, "S32": -94.414087555068548 }, "geometry": { "type": "Point", "coordinates": [ 101220.4, 506491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74389894797108713, "S11": 0.74389894797108713, "W12": -12.026971550556262, "S12": -14.711904901842111, "W13": -18.458630757985233, "S13": -20.309508971315466, "W21": -50.0, "S21": -61.662727640631324, "W22": -65.445104997178689, "S22": -73.248531625481064, "W31": -96.935087535197724, "S31": -96.935087535197724, "W32": -101.01931668174153, "S32": -106.01931668174153 }, "geometry": { "type": "Point", "coordinates": [ 101220.5, 499074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62771728395046877, "S11": 0.62771728395046877, "W12": -9.5071661707893984, "S12": -9.5670070591239771, "W13": -23.077224391632448, "S13": -23.077224391632448, "W21": -38.392143393626689, "S21": -38.392143393626689, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -85.299305807769855, "S32": -90.299305807769855 }, "geometry": { "type": "Point", "coordinates": [ 101220.857142857144936, 509273.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1548514851485148, "S11": -1.1548514851485148, "W12": -10.435683570581258, "S12": -10.435683570581258, "W13": -19.993703648358068, "S13": -21.431693521775788, "W21": -48.15983027516657, "S21": -48.209179246441792, "W22": -80.0, "S22": -99.459583435823461, "W31": -106.35225225225226, "S31": -106.35225225225226, "W32": -106.85312474223969, "S32": -111.85312474223969 }, "geometry": { "type": "Point", "coordinates": [ 101221.0, 500246.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8278506777256884, "S11": 1.8278506777256884, "W12": -6.4739456651304668, "S12": -7.9169169790635436, "W13": -18.527737624669214, "S13": -23.569611784814654, "W21": -39.560534114798102, "S21": -54.603072879045868, "W22": -69.057075632789235, "S22": -75.716464279077442, "W31": -102.18172435993993, "S31": -102.18172435993993, "W32": -105.52927148667732, "S32": -110.52927148667732 }, "geometry": { "type": "Point", "coordinates": [ 101221.25, 501924.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36369048177511526, "S11": 0.36369048177511526, "W12": -11.727864490290306, "S12": -11.727864490290306, "W13": -17.237182742194708, "S13": -19.626718120866016, "W21": -51.18620109973115, "S21": -63.092508551890425, "W22": -63.092508551890425, "S22": -63.876184020157694, "W31": -91.357505185908238, "S31": -91.357505185908238, "W32": -99.967358193420409, "S32": -104.96735819342041 }, "geometry": { "type": "Point", "coordinates": [ 101222.666666666671517, 498763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65487078386834874, "S11": 0.65487078386834874, "W12": -7.8504564921066944, "S12": -7.8504564921066944, "W13": -19.389478129846268, "S13": -21.478569038937138, "W21": -50.0, "S21": -62.692028650137942, "W22": -66.750484449662281, "S22": -67.390763195307329, "W31": -103.53802446696957, "S31": -103.53802446696957, "W32": -103.53802446696957, "S32": -108.46620046620046 }, "geometry": { "type": "Point", "coordinates": [ 101222.8, 499516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9210026787366434, "S11": 1.9210026787366434, "W12": -4.994697771731162, "S12": -17.761852087062863, "W13": -24.348619589404763, "S13": -24.348619589404763, "W21": -40.0, "S21": -46.982578587852537, "W22": -47.253724337803035, "S22": -47.253724337803035, "W31": -70.448802621196009, "S31": -70.839972946844483, "W32": -84.582768692436872, "S32": -89.582768692436872 }, "geometry": { "type": "Point", "coordinates": [ 101222.8125, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.815651200963361, "S11": 2.815651200963361, "W12": -7.8647199292576042, "S12": -12.190553354276858, "W13": -18.976751002943971, "S13": -21.120219098969518, "W21": -50.0, "S21": -57.502884288133778, "W22": -69.999539050271196, "S22": -79.808673753606769, "W31": -108.51125847604396, "S31": -108.51125847604396, "W32": -108.98068558901697, "S32": -113.98068558901697 }, "geometry": { "type": "Point", "coordinates": [ 101224.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36610232834514084, "S11": 0.36610232834514084, "W12": -11.716839694708638, "S12": -11.716839694708638, "W13": -17.237325894084659, "S13": -19.636828202457174, "W21": -51.150126276476222, "S21": -63.03091292541334, "W22": -63.03091292541334, "S22": -63.851094127166192, "W31": -91.348986932092444, "S31": -91.348986932092444, "W32": -99.969742298659057, "S32": -104.96974229865906 }, "geometry": { "type": "Point", "coordinates": [ 101224.666666666671517, 498763.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79821799184140851, "S11": 0.73965943328284989, "W12": -11.838619728128267, "S12": -14.838619728128267, "W13": -18.535371079473443, "S13": -20.575210558361427, "W21": -50.0, "S21": -61.588339018326877, "W22": -65.550196315473258, "S22": -71.766518575478486, "W31": -97.390121902163457, "S31": -97.390121902163457, "W32": -101.11383442931528, "S32": -106.11383442931528 }, "geometry": { "type": "Point", "coordinates": [ 101225.0, 499095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.098734524329439, "S12": -14.098734524329439, "W13": -20.094728127537991, "S13": -20.094728127537991, "W21": -41.50694720898025, "S21": -41.50694720898025, "W22": -41.50694720898025, "S22": -41.50694720898025, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101225.2, 511956.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37650185298118871, "S11": 0.37650185298118871, "W12": -11.237839548391706, "S12": -11.237839548391706, "W13": -17.091987204849818, "S13": -19.134282225341074, "W21": -50.598849160303729, "S21": -61.808667379467742, "W22": -61.808667379467742, "S22": -63.664421205329653, "W31": -90.821901092962861, "S31": -90.821901092962861, "W32": -99.677083163040109, "S32": -104.67708316304011 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 498727.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49067490811893621, "S11": 0.49067490811893621, "W12": -7.5583759637999872, "S12": -7.5583759637999872, "W13": -19.260359502275453, "S13": -22.010359502275719, "W21": -48.748855760798257, "S21": -64.897043075674134, "W22": -66.20785778414465, "S22": -68.066088963585941, "W31": -102.99587556798303, "S31": -102.99587556798303, "W32": -103.04467754467738, "S32": -108.04467754467738 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 499464.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98285338136936062, "S11": 0.98285338136936062, "W12": -6.2545373584652975, "S12": -8.1195689137881732, "W13": -18.21249980303385, "S13": -25.794313621648847, "W21": -33.555083643928235, "S21": -63.555083643928235, "W22": -65.23331508834525, "S22": -71.98267833762101, "W31": -100.03478276391417, "S31": -100.03478276391417, "W32": -102.9840132855562, "S32": -107.9840132855562 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 502334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17920029174984869, "S11": -0.17920029174984869, "W12": -7.8969280288059807, "S12": -16.381138120302769, "W13": -19.984439169976262, "S13": -22.147488236927902, "W21": -44.157256207535653, "S21": -44.157256207535653, "W22": -46.780266958729428, "S22": -53.468150032751112, "W31": -77.626432360449456, "S31": -77.647149400643031, "W32": -95.836384822871295, "S32": -100.8363848228713 }, "geometry": { "type": "Point", "coordinates": [ 101226.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.022899913753917204, "S11": -0.022899913753917204, "W12": -7.4969276337236561, "S12": -14.676542231869751, "W13": -19.946267679633142, "S13": -19.946267679633142, "W21": -41.655334619432175, "S21": -41.655334619432175, "W22": -46.637500555924326, "S22": -46.637500555924326, "W31": -78.812943154746961, "S31": -78.87707201918009, "W32": -95.322934705976991, "S32": -100.32293470597699 }, "geometry": { "type": "Point", "coordinates": [ 101226.285714285710128, 504633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69520189670759314, "S11": 0.69520189670759314, "W12": -4.8053570975789235, "S12": -7.7985035995806884, "W13": -19.261661715999818, "S13": -25.450485470999059, "W21": -29.658832825914804, "S21": -51.166562635395209, "W22": -64.839895878695245, "S22": -84.487580950509695, "W31": -100.0, "S31": -100.0, "W32": -101.67471756288627, "S32": -106.67471756288627 }, "geometry": { "type": "Point", "coordinates": [ 101227.0, 502534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5805241015635492, "S12": -9.5805241015635492, "W13": -20.010170946153846, "S13": -20.073090576546718, "W21": -48.996709450705922, "S21": -63.945188859729363, "W22": -80.0, "S22": -92.140113415015193, "W31": -108.22259206338562, "S31": -108.22259206338562, "W32": -108.22259206338562, "S32": -110.86060322784635 }, "geometry": { "type": "Point", "coordinates": [ 101228.0, 499984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.596127517609836, "S11": 2.596127517609836, "W12": -8.2470857983563022, "S12": -12.368551306112931, "W13": -19.093984204438271, "S13": -21.518354398423075, "W21": -40.0, "S21": -45.44886234055565, "W22": -69.987765947869576, "S22": -83.696764369199173, "W31": -108.47005999417753, "S31": -108.47005999417753, "W32": -108.8050800521642, "S32": -113.8050800521642 }, "geometry": { "type": "Point", "coordinates": [ 101228.0, 501436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49274915743861342, "S11": 0.2465871105302978, "W12": -9.1532050158849039, "S12": -9.1532050158849039, "W13": -18.927083234419875, "S13": -21.909054835044365, "W21": -48.893735384316564, "S21": -63.893735384316564, "W22": -65.510345964788726, "S22": -92.86401067790645, "W31": -101.00471509045011, "S31": -101.00471509045011, "W32": -102.11153042266605, "S32": -107.11153042266605 }, "geometry": { "type": "Point", "coordinates": [ 101230.0, 499294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0979517588835881, "S11": 3.0979517588835881, "W12": -8.2898741955715387, "S12": -11.73571642103861, "W13": -19.11223780179326, "S13": -22.11223780179326, "W21": -60.0, "S21": -67.723550600050984, "W22": -71.911888347065755, "S22": -71.911888347065755, "W31": -108.49735716416286, "S31": -108.49735716416286, "W32": -108.58549220874096, "S32": -113.58549220874096 }, "geometry": { "type": "Point", "coordinates": [ 101230.0, 501068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56635869749754109, "S11": 0.56635869749754109, "W12": -4.4407367611431656, "S12": -5.1529916541121104, "W13": -19.436620378203223, "S13": -22.321095152758428, "W21": -29.866416239122476, "S21": -53.966050248217812, "W22": -60.0, "S22": -68.939744841288729, "W31": -97.756403690827952, "S31": -97.756403690827952, "W32": -100.4364934718873, "S32": -105.4364934718873 }, "geometry": { "type": "Point", "coordinates": [ 101230.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90320618335361058, "S11": 0.90320618335361025, "W12": -12.151976682129806, "S12": -14.320812276685832, "W13": -18.281073102689799, "S13": -19.509059609610819, "W21": -50.0, "S21": -61.568332658842571, "W22": -64.93063618116787, "S22": -74.935574046364152, "W31": -95.86415866519755, "S31": -95.86415866519755, "W32": -100.83734594204799, "S32": -105.83734594204799 }, "geometry": { "type": "Point", "coordinates": [ 101231.0, 499032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.11674165405565, "S12": -14.11674165405565, "W13": -20.085140004758561, "S13": -20.085140004758561, "W21": -41.520678539680574, "S21": -41.520678539680574, "W22": -41.520678539680574, "S22": -41.520678539680574, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101231.4, 512003.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9307337317655466, "S11": 1.9307337317655466, "W12": -4.9944562597468609, "S12": -17.424755208094165, "W13": -24.375143655055687, "S13": -24.375143655055687, "W21": -39.976735660848782, "S21": -46.917762113836126, "W22": -47.233626247393794, "S22": -47.233626247393794, "W31": -70.176885505135402, "S31": -70.580484973735125, "W32": -84.55784975864492, "S32": -89.55784975864492 }, "geometry": { "type": "Point", "coordinates": [ 101231.875, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.25724389888428, "S12": -14.25724389888428, "W13": -20.0, "S13": -20.0, "W21": -42.100016921990594, "S21": -42.100016921990594, "W22": -42.100016921990594, "S22": -42.100016921990594, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101231.941176470587379, 512381.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9218215019401963, "S11": 0.9218215019401963, "W12": -10.694000848536275, "S12": -10.694000848536275, "W13": -19.842909614545455, "S13": -23.348246952312266, "W21": -48.100335363723318, "S21": -52.705926481797185, "W22": -80.0, "S22": -103.54955757507263, "W31": -106.65016714796516, "S31": -106.65016714796516, "W32": -107.36086442495395, "S32": -112.36086442495395 }, "geometry": { "type": "Point", "coordinates": [ 101232.0, 500408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.298470198173735, "S13": -20.298470198173735, "W21": -41.452359279549967, "S21": -41.452359279549967, "W22": -41.452359279549967, "S22": -41.452359279549967, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101232.0, 511817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97477821111747764, "S11": 0.97477821111747764, "W12": -8.0243325355391004, "S12": -8.0243325355391004, "W13": -19.49662181492868, "S13": -20.974307765341656, "W21": -50.0, "S21": -59.773328925617399, "W22": -67.129816625947626, "S22": -68.223651720165194, "W31": -103.86560223698034, "S31": -103.86560223698034, "W32": -103.86560223698034, "S32": -108.77132867132886 }, "geometry": { "type": "Point", "coordinates": [ 101232.2, 499553.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9952289430358614, "S11": 1.9952289430358614, "W12": -4.9977297977487387, "S12": -19.99772979774874, "W13": -24.704982842031598, "S13": -24.704982842031598, "W21": -37.156436901721172, "S21": -43.616146558643131, "W22": -44.925350356555498, "S22": -44.925350356555498, "W31": -69.912477034850554, "S31": -71.287006757853973, "W32": -86.380943810230903, "S32": -91.380943810230903 }, "geometry": { "type": "Point", "coordinates": [ 101232.904761904763291, 507523.809523809526581 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50222105025239205, "S11": 0.50222105025239205, "W12": -4.9758041567861628, "S12": -8.9734784881564327, "W13": -20.000000000000004, "S13": -20.842800414364646, "W21": -41.089546074809761, "S21": -55.869846990477896, "W22": -59.262757400749422, "S22": -79.262757400749422, "W31": -93.470969175902454, "S31": -93.470969175902454, "W32": -99.764426588750908, "S32": -104.76442658875091 }, "geometry": { "type": "Point", "coordinates": [ 101234.0, 503043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3292798138443836, "S11": -0.3292798138443836, "W12": -8.2808580887792758, "S12": -12.666146711062687, "W13": -20.0, "S13": -24.395207226462077, "W21": -46.570848431112829, "S21": -46.570848431112829, "W22": -49.300270716447649, "S22": -51.48586871641789, "W31": -76.037322101465477, "S31": -76.324965928355624, "W32": -96.441441441441441, "S32": -101.44144144144144 }, "geometry": { "type": "Point", "coordinates": [ 101234.0, 504209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9595107549557149, "S11": 1.9595107549557149, "W12": -9.6264138317386099, "S12": -9.6264138317386099, "W13": -20.0, "S13": -20.070223692082696, "W21": -48.821332227515619, "S21": -62.712398971276187, "W22": -80.0, "S22": -92.368877184701603, "W31": -108.34055121968834, "S31": -108.34055121968834, "W32": -108.34055121968834, "S32": -110.86697334414781 }, "geometry": { "type": "Point", "coordinates": [ 101235.625, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23059189909374611, "S11": 0.23059189909374611, "W12": -8.9326786886019747, "S12": -8.9326786886019747, "W13": -17.273101719615269, "S13": -19.97819043864466, "W21": -40.968651094661404, "S21": -40.968651094661404, "W22": -48.094059978805952, "S22": -53.645796007216596, "W31": -85.697345679888784, "S31": -85.697345679888784, "W32": -97.30816514502456, "S32": -102.30816514502456 }, "geometry": { "type": "Point", "coordinates": [ 101236.0, 498046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54969950086584696, "S11": 0.54969950086584696, "W12": -4.5420258626897994, "S12": -6.4898953345975654, "W13": -19.497288700238379, "S13": -22.038437453183377, "W21": -30.0, "S21": -53.849344979506483, "W22": -59.917443354806132, "S22": -70.836975485584034, "W31": -98.078183719024608, "S31": -98.078183719024608, "W32": -100.27684550020872, "S32": -105.27684550020872 }, "geometry": { "type": "Point", "coordinates": [ 101236.0, 502791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3634994943294869, "S11": 1.3634994943294869, "W12": -7.2134668885281208, "S12": -7.2134668885281217, "W13": -18.482473674070317, "S13": -24.698108801728175, "W21": -40.0, "S21": -61.418790672451195, "W22": -66.359568824108763, "S22": -94.836107692832286, "W31": -100.06724094960281, "S31": -100.06724094960281, "W32": -104.17599433340082, "S32": -109.17599433340082 }, "geometry": { "type": "Point", "coordinates": [ 101237.0, 502159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65292008528139645, "S11": -0.65292008528139645, "W12": -7.779115388082988, "S12": -8.0726011815690555, "W13": -21.183720574992847, "S13": -24.259277012798449, "W21": -44.64878607111573, "S21": -44.764520980822148, "W22": -50.0, "S22": -51.041011587848537, "W31": -76.814868218678555, "S31": -76.814868218678555, "W32": -97.676289399262316, "S32": -102.67628939926232 }, "geometry": { "type": "Point", "coordinates": [ 101237.333333333328483, 503776.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.134748783782696, "S12": -14.134748783782696, "W13": -20.075551881979301, "S13": -20.075551881979301, "W21": -41.566928769524843, "S21": -41.566928769524843, "W22": -41.566928769524843, "S22": -41.566928769524843, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101237.6, 512050.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0523703022841469, "S11": 2.0523703022841469, "W12": -5.0, "S12": -13.217199914107884, "W13": -24.985940417094433, "S13": -24.985940417094433, "W21": -36.22670947628599, "S21": -39.565101303817087, "W22": -44.484845610554018, "S22": -44.484845610554018, "W31": -74.850766345370388, "S31": -75.578969706839004, "W32": -87.567440165247447, "S32": -92.567440165247447 }, "geometry": { "type": "Point", "coordinates": [ 101238.166666666671517, 507137.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7955445544554456, "S11": -1.7955445544554456, "W12": -10.287665332147094, "S12": -10.287665332147094, "W13": -20.0, "S13": -20.727389815861198, "W21": -48.119749288277163, "S21": -52.411246157375665, "W22": -80.0, "S22": -97.934613518059308, "W31": -106.17387387387387, "S31": -106.17387387387387, "W32": -106.59435401831129, "S32": -111.59435401831129 }, "geometry": { "type": "Point", "coordinates": [ 101239.0, 500208.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1987562293592533, "S11": 2.1987562293592533, "W12": -7.0901466431524227, "S12": -11.362196662566305, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.888803858229785, "S21": -37.888803858229785, "W22": -43.570631166854383, "S22": -58.570631166854383, "W31": -80.0, "S31": -80.360116391172028, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101239.0, 506298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1428593338980786, "S11": 3.1428593338980786, "W12": -7.9800592323043258, "S12": -12.980059232304326, "W13": -19.016572983891301, "S13": -21.531334507643997, "W21": -56.26859827721222, "S21": -64.899733750080813, "W22": -70.272888259252696, "S22": -72.960653773410058, "W31": -108.41655149850034, "S31": -108.41655149850034, "W32": -108.81711127246582, "S32": -113.81711127246582 }, "geometry": { "type": "Point", "coordinates": [ 101240.0, 501206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14936123946724655, "S11": -0.14936123946724655, "W12": -5.8085540367442166, "S12": -5.8085540367442166, "W13": -19.808594566353189, "S13": -19.808594566353189, "W21": -40.568272476112824, "S21": -42.746108043226243, "W22": -52.262492091626434, "S22": -52.262492091626434, "W31": -85.06811989100818, "S31": -85.06811989100818, "W32": -98.89443980660198, "S32": -103.89443980660198 }, "geometry": { "type": "Point", "coordinates": [ 101240.0, 503350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4305317461219656, "S11": -0.4305317461219656, "W12": -8.3792264618935182, "S12": -11.624711104762369, "W13": -20.49929613521406, "S13": -25.49929613521406, "W21": -47.19506375905317, "S21": -47.19506375905317, "W22": -49.6746622453378, "S22": -50.790267310383591, "W31": -75.597092074219006, "S31": -75.978845468334541, "W32": -96.605968903266188, "S32": -101.60596890326619 }, "geometry": { "type": "Point", "coordinates": [ 101240.0, 504153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71003732890916627, "S11": 0.71003732890916627, "W12": -7.6130515050347931, "S12": -7.6130515050347931, "W13": -19.379869441315886, "S13": -21.38441489586134, "W21": -50.0, "S21": -65.11975022956841, "W22": -66.604401094079748, "S22": -71.795341860630273, "W31": -103.31545613421881, "S31": -103.31545613421881, "W32": -103.36829836829837, "S32": -108.36829836829837 }, "geometry": { "type": "Point", "coordinates": [ 101241.0, 499504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0625134187361338, "S11": 1.0625134187361338, "W12": -12.276981813703353, "S12": -13.924518607381868, "W13": -18.103515447394365, "S13": -18.708610247906172, "W21": -50.0, "S21": -61.473937677053826, "W22": -64.416167365157051, "S22": -78.198086191340437, "W31": -94.793229795197377, "S31": -94.793229795197377, "W32": -100.69769814474893, "S32": -105.69769814474893 }, "geometry": { "type": "Point", "coordinates": [ 101241.5, 498990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.9650064456956713, "S12": -10.748754140742406, "W13": -18.049999, "S13": -19.588940444334806, "W21": -34.482098996969498, "S21": -35.456699363861297, "W22": -44.868956372142684, "S22": -48.874595745035336, "W31": -80.0, "S31": -80.0, "W32": -95.319279080950849, "S32": -100.31927908095085 }, "geometry": { "type": "Point", "coordinates": [ 101242.0, 496920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.779681798896904, "S12": -10.779681798896904, "W13": -19.901221108484851, "S13": -22.643236298358268, "W21": -47.939476970586618, "S21": -52.449757994321324, "W22": -80.0, "S22": -101.35095498633834, "W31": -106.24564620552083, "S31": -106.24564620552083, "W32": -107.0379148222485, "S32": -112.0379148222485 }, "geometry": { "type": "Point", "coordinates": [ 101242.0, 500337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.152755913508916, "S12": -14.152755913508916, "W13": -20.065963759199875, "S13": -20.065963759199875, "W21": -41.629555295028176, "S21": -41.629555295028176, "W22": -41.629555295028176, "S22": -41.629555295028176, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101243.8, 512097.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95387326376891723, "S11": 0.95387326376891723, "W12": -12.548955211626092, "S12": -13.557815512791137, "W13": -17.911087520704942, "S13": -17.911087520704942, "W21": -50.0, "S21": -61.472055847834881, "W22": -63.960840569390768, "S22": -72.815269869309247, "W31": -93.67272125089336, "S31": -93.67272125089336, "W32": -100.54304608627245, "S32": -105.54304608627245 }, "geometry": { "type": "Point", "coordinates": [ 101245.0, 498942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0491183153228043, "S11": 3.0491183153228043, "W12": -8.3976344198631807, "S12": -11.730594228618596, "W13": -19.136684385810003, "S13": -22.162931222528702, "W21": -60.000000000000007, "S21": -67.777598582384826, "W22": -73.595383860914694, "S22": -79.521194334730154, "W31": -108.40307626825279, "S31": -108.40307626825279, "W32": -108.47196327530514, "S32": -113.47196327530514 }, "geometry": { "type": "Point", "coordinates": [ 101245.5, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2598028186877936, "S12": -6.2598028186877936, "W13": -19.92668694080832, "S13": -20.775872291038095, "W21": -40.253801731580197, "S21": -40.263035496386657, "W22": -51.293008027776793, "S22": -51.293008027776793, "W31": -82.397820163487737, "S31": -82.397820163487737, "W32": -98.620082437650012, "S32": -103.62008243765001 }, "geometry": { "type": "Point", "coordinates": [ 101246.0, 503448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0037182660759623, "S11": 2.0037182660759623, "W12": -4.9970316814126514, "S12": -19.997031681412651, "W13": -24.712959649767679, "S13": -24.712959649767679, "W21": -37.304821077073868, "S21": -43.748872722423101, "W22": -44.923209334474173, "S22": -44.923209334474173, "W31": -69.863268789550361, "S31": -71.326190802078202, "W32": -86.303578169086762, "S32": -91.303578169086762 }, "geometry": { "type": "Point", "coordinates": [ 101246.714285714289872, 507571.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39209024191356345, "S11": -0.39209024191356345, "W12": -6.1256972729392718, "S12": -6.1256972729392718, "W13": -19.891170323928947, "S13": -20.487326848089928, "W21": -40.362992331613221, "S21": -40.362992331613221, "W22": -51.396413715963504, "S22": -51.396413715963504, "W31": -83.188010899182558, "S31": -83.188010899182558, "W32": -98.703551744092294, "S32": -103.70355174409229 }, "geometry": { "type": "Point", "coordinates": [ 101247.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.540674024134292, "S12": -9.540674024134292, "W13": -20.0, "S13": -20.726105563480743, "W21": -49.041123588064622, "S21": -66.158300570356033, "W22": -80.0, "S22": -91.111214524567714, "W31": -107.92968859131027, "S31": -107.92968859131027, "W32": -107.92968859131027, "S32": -110.66132358197464 }, "geometry": { "type": "Point", "coordinates": [ 101248.0, 499966.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69702373940304208, "S11": -0.69702373940304208, "W12": -8.0277828554543813, "S12": -9.0277828554543813, "W13": -21.437019841877994, "S13": -24.683123270718816, "W21": -45.77538207967828, "S21": -45.917125329663939, "W22": -51.566293785613254, "S22": -52.153327922788215, "W31": -76.095787220956723, "S31": -76.266214497607535, "W32": -97.530214489673938, "S32": -102.53021448967394 }, "geometry": { "type": "Point", "coordinates": [ 101248.0, 503831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.386444043619981, "W13": -20.931410362350402, "S13": -20.931410362350402, "W21": -41.274004105775781, "S21": -41.274004105775781, "W22": -41.274004105775781, "S22": -41.274004105775781, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101248.0, 511353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93503744708563974, "S11": 0.56266507471326721, "W12": -9.886125246601674, "S12": -9.886125246601674, "W13": -18.815125469660362, "S13": -21.815125469660362, "W21": -50.870158131437691, "S21": -62.051897739462206, "W22": -65.589876514084509, "S22": -86.944264969253652, "W31": -99.738414630591564, "S31": -99.738414630591564, "W32": -101.59997372087906, "S32": -106.59997372087906 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 499204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5307019385096154, "S11": 1.5307019385096154, "W12": -6.4419442064957142, "S12": -7.8950790097028918, "W13": -18.459999906364558, "S13": -23.831986310601366, "W21": -40.0, "S21": -57.340071118245788, "W22": -68.320877413199611, "S22": -85.59504344807452, "W31": -100.57245226674812, "S31": -100.57245226674812, "W32": -104.97164440713951, "S32": -109.97164440713951 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87781778475452166, "S11": 0.87781778475452166, "W12": -5.0, "S12": -7.2270475673474923, "W13": -19.350141122415479, "S13": -26.309222601961849, "W21": -29.846043744138068, "S21": -44.441737653786099, "W22": -66.333011650607389, "S22": -96.333011650607389, "W31": -100.01867480632609, "S31": -100.01867480632609, "W32": -102.28976440756668, "S32": -107.28976440756668 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 502454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4485042892844093, "S11": 1.4485042892844093, "W12": -10.0, "S12": -10.788729746080017, "W13": -23.738763087854053, "S13": -23.738763087854053, "W21": -36.503819607648417, "S21": -41.503819607648417, "W22": -50.0, "S22": -50.0, "W31": -68.089996, "S31": -69.66329169298649, "W32": -84.814467067723029, "S32": -89.814467067723029 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 508866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.278206205783974, "S13": -20.278206205783974, "W21": -41.489762870229207, "S21": -41.489762870229207, "W22": -41.489762870229207, "S22": -41.489762870229207, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 511947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.170763043235393, "S12": -14.170763043235393, "W13": -20.056375636420508, "S13": -20.056375636420508, "W21": -41.692181820531381, "S21": -41.692181820531381, "W22": -41.692181820531381, "S22": -41.692181820531381, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 512144.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.178538458270088, "S12": -13.178538458270088, "W13": -20.0, "S13": -20.0, "W21": -42.089921070304747, "S21": -42.089921070304747, "W22": -42.089921070304747, "S22": -42.089921070304747, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 512402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.378057981391727, "S21": -47.378057981391727, "W22": -53.333607144114431, "S22": -53.333607144114431, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 512840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.105636574227795, "S21": -53.105636574227795, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.0, 513946.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45498206828103366, "S11": -0.45498206828103366, "W12": -8.3878946866908173, "S12": -11.809011151764299, "W13": -20.587494916120434, "S13": -25.394215348968903, "W21": -47.264674760164027, "S21": -47.264674760164027, "W22": -49.515686162182988, "S22": -50.313634041437155, "W31": -75.475270845410734, "S31": -75.875736665373296, "W32": -96.644321576753981, "S32": -101.64432157675398 }, "geometry": { "type": "Point", "coordinates": [ 101250.444444444437977, 504142.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.754535957774257, "S12": -13.754535957774257, "W13": -20.555615511212899, "S13": -20.555615511212899, "W21": -41.400564729722753, "S21": -41.400564729722753, "W22": -41.400564729722753, "S22": -41.400564729722753, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101250.571428571434808, 511703.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0636099785778454, "S11": 1.0636099785778454, "W12": -12.401986945276898, "S12": -13.528224938077903, "W13": -17.925957792098927, "S13": -18.169834919537699, "W21": -50.0, "S21": -61.379542695265073, "W22": -63.901698549146232, "S22": -72.878589982483987, "W31": -93.722300925197189, "S31": -93.722300925197189, "W32": -100.55805034744984, "S32": -105.55805034744984 }, "geometry": { "type": "Point", "coordinates": [ 101252.0, 498948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.10685856432125052, "W12": -9.1565276916099574, "S12": -9.1565276916099574, "W13": -18.962147739708229, "S13": -21.961716545001515, "W21": -48.913566147800168, "S21": -63.873023758688987, "W22": -65.276645756690144, "S22": -93.880901075839077, "W31": -101.10888847243504, "S31": -101.10888847243504, "W32": -102.13557887403135, "S32": -107.13557887403135 }, "geometry": { "type": "Point", "coordinates": [ 101253.0, 499311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3425298993862112, "W12": -7.5374622244474727, "S12": -7.5374622244474727, "W13": -19.285881146879575, "S13": -21.699517510515939, "W21": -49.17663862553038, "S21": -65.731272539020864, "W22": -66.15250110802252, "S22": -73.153955502371161, "W31": -102.8227053477805, "S31": -102.8227053477805, "W32": -103.02564102564102, "S32": -108.02564102564102 }, "geometry": { "type": "Point", "coordinates": [ 101253.0, 499462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65992329486559331, "S11": 0.65992329486559331, "W12": -12.644761689724536, "S12": -13.184862007076669, "W13": -17.747916999175157, "S13": -18.725151629451858, "W21": -50.0, "S21": -61.371280424351042, "W22": -63.473776220989386, "S22": -67.873408455449393, "W31": -93.039181933864427, "S31": -93.039181933864427, "W32": -100.41517593745903, "S32": -105.41517593745903 }, "geometry": { "type": "Point", "coordinates": [ 101255.75, 498903.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98879433511671933, "S11": 0.9887943351167191, "W12": -7.7544045421269931, "S12": -7.7544045421269931, "W13": -19.49937938035632, "S13": -20.761594256389138, "W21": -50.0, "S21": -62.377731251911214, "W22": -67.000944404014845, "S22": -68.724753927821553, "W31": -103.63503670045458, "S31": -103.63503670045458, "W32": -103.69191919191935, "S32": -108.69191919191935 }, "geometry": { "type": "Point", "coordinates": [ 101256.0, 499543.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.188770172961883, "S12": -14.188770172961883, "W13": -20.046787513641149, "S13": -20.046787513641149, "W21": -41.754808346034608, "S21": -41.754808346034608, "W22": -41.754808346034608, "S22": -41.754808346034608, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101256.2, 512191.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49577368195456495, "S11": 0.2153364232062307, "W12": -8.1817267966943739, "S12": -8.1817267966943739, "W13": -19.169696252827599, "S13": -22.169696252827599, "W21": -47.852464196980378, "S21": -64.135657998845687, "W22": -65.657634828312766, "S22": -65.750576300304729, "W31": -102.30914510599362, "S31": -102.30914510599362, "W32": -102.65322866502066, "S32": -107.65322866502066 }, "geometry": { "type": "Point", "coordinates": [ 101257.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4362376237623762, "S11": -2.4362376237623762, "W12": -10.139647093712931, "S12": -10.139647093712931, "W13": -20.0, "S13": -20.497513793791132, "W21": -48.079668301387741, "S21": -54.662135833855274, "W22": -80.0, "S22": -96.409643600295169, "W31": -106.96041129298034, "S31": -106.96041129298034, "W32": -106.96041129298034, "S32": -111.33558329438289 }, "geometry": { "type": "Point", "coordinates": [ 101257.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1313625964961309, "S11": 1.1313625964961309, "W12": -7.2900699805908209, "S12": -7.5280791434499292, "W13": -18.964874333110167, "S13": -25.375599439772508, "W21": -39.890818491118338, "S21": -64.890818491118338, "W22": -66.050982343252244, "S22": -87.638678958265956, "W31": -100.06042607862339, "S31": -100.06042607862339, "W32": -103.83116629563938, "S32": -108.83116629563938 }, "geometry": { "type": "Point", "coordinates": [ 101258.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.128416370106761, "S12": -10.128416370106761, "W13": -20.0, "S13": -20.47603536528618, "W21": -48.072942869259016, "S21": -54.28917663549278, "W22": -80.0, "S22": -96.274157198795379, "W31": -107.05614237064704, "S31": -107.05614237064704, "W32": -107.05614237064704, "S32": -111.31133320502599 }, "geometry": { "type": "Point", "coordinates": [ 101259.0, 500167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.487259786476869, "S12": -10.677020868324824, "W13": -19.962366160071447, "S13": -21.197647172729674, "W21": -47.916630016357459, "S21": -50.599663512033835, "W22": -80.0, "S22": -98.610240591406779, "W31": -105.97567567567569, "S31": -105.97567567567569, "W32": -106.62108548019026, "S32": -111.62108548019026 }, "geometry": { "type": "Point", "coordinates": [ 101259.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45390954567514097, "S11": 0.45390954567514097, "W12": -12.595216463694737, "S12": -12.595216463694737, "W13": -17.569876206251383, "S13": -19.752695641514393, "W21": -50.0, "S21": -61.363018153437011, "W22": -63.045853892832554, "S22": -63.045853892832554, "W31": -92.383940244391368, "S31": -92.383940244391368, "W32": -100.2723015274682, "S32": -105.2723015274682 }, "geometry": { "type": "Point", "coordinates": [ 101259.5, 498859.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5730128845269051, "S11": 1.5730128845269051, "W12": -6.1178222242020137, "S12": -8.1422910293161088, "W13": -18.440378345252, "S13": -23.447571452516247, "W21": -39.698633347188022, "S21": -55.057406982795463, "W22": -69.214778151117372, "S22": -80.240979024479813, "W31": -101.92228049994877, "S31": -101.92228049994877, "W32": -105.30817384867295, "S32": -110.30817384867295 }, "geometry": { "type": "Point", "coordinates": [ 101260.0, 501933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -48.508484925684314, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101260.44, 514798.840000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0122075891160627, "S11": 2.0122075891160627, "W12": -4.9963335650765632, "S12": -19.996333565076561, "W13": -24.720936457503758, "S13": -24.720936457503758, "W21": -37.453205252426571, "S21": -43.881598886203072, "W22": -45.062572295590037, "S22": -45.062572295590037, "W31": -69.814060544250168, "S31": -71.366295303359934, "W32": -86.226212527942636, "S32": -91.226212527942636 }, "geometry": { "type": "Point", "coordinates": [ 101260.523809523816453, 507619.047619047632907 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79, "S11": -0.79, "W12": -8.6899996, "S12": -8.6899996, "W13": -22.09, "S13": -25.84, "W21": -49.169998, "S21": -49.369998, "W22": -55.470001, "S22": -55.470001, "W31": -74.190002, "S31": -74.790002, "W32": -97.130434576380523, "S32": -102.13043457638052 }, "geometry": { "type": "Point", "coordinates": [ 101260.9, 503975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.063219616204691298, "W12": -9.0030643754555832, "S12": -9.0030643754555832, "W13": -19.01524635416002, "S13": -22.13423495108615, "W21": -48.512327755352786, "S21": -64.374797462336701, "W22": -65.114171300352112, "S22": -74.484384066309559, "W31": -101.49711948673288, "S31": -101.49711948673288, "W32": -102.29683489378345, "S32": -107.29683489378345 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 499347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1719981274243167, "S11": 3.1719981274243167, "W12": -7.9579605238523481, "S12": -12.432815519897694, "W13": -19.014077076873399, "S13": -21.921398846900114, "W21": -59.247014487079092, "S21": -68.230310774848576, "W22": -69.999999999999986, "S22": -72.676273885350298, "W31": -108.28243037550685, "S31": -108.28243037550685, "W32": -108.51926756525997, "S32": -113.51926756525997 }, "geometry": { "type": "Point", "coordinates": [ 101261.0, 501172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.206777302688103, "S12": -14.206777302688103, "W13": -20.037199390861719, "S13": -20.037199390861719, "W21": -41.817434871537941, "S21": -41.817434871537941, "W22": -41.817434871537941, "S22": -41.817434871537941, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101262.4, 512238.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52182642355098385, "S11": 0.52182642355098385, "W12": -4.8850456660036743, "S12": -9.5122111967808696, "W13": -19.72641845190028, "S13": -21.831788506331996, "W21": -35.936439370564642, "S21": -58.276448811367345, "W22": -59.810675788112846, "S22": -76.498950872667521, "W31": -96.947811590517361, "S31": -96.947811590517361, "W32": -100.07097450271078, "S32": -105.07097450271078 }, "geometry": { "type": "Point", "coordinates": [ 101263.0, 502863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40345756907632407, "S11": 0.40345756907632407, "W12": -11.996279131491104, "S12": -11.996279131491104, "W13": -17.391835413327613, "S13": -20.284103184520436, "W21": -50.010696978655346, "S21": -61.365452861178326, "W22": -62.476265640482062, "S22": -62.576328002293955, "W31": -91.728698554918338, "S31": -91.728698554918338, "W32": -100.12942711747738, "S32": -105.12942711747738 }, "geometry": { "type": "Point", "coordinates": [ 101263.25, 498815.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26795587957443207, "S11": 0.26795587957443207, "W12": -7.9154086773483741, "S12": -7.9154086773483741, "W13": -17.793855279079789, "S13": -20.043267439661513, "W21": -38.569941315398793, "S21": -41.06645193997803, "W22": -43.156325003434041, "S22": -44.501882810285579, "W31": -83.148865522966233, "S31": -83.148865522966233, "W32": -96.49834892252828, "S32": -101.49834892252828 }, "geometry": { "type": "Point", "coordinates": [ 101264.0, 497619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50655767206546498, "S11": 0.50655767206546498, "W12": -5.0, "S12": -12.542924258580987, "W13": -19.853674201872533, "S13": -21.603149848574933, "W21": -40.020094534119274, "S21": -61.387383800691609, "W22": -61.387383800691609, "S22": -84.726690727407401, "W31": -96.034794556531054, "S31": -96.034794556531054, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101264.0, 502916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64690260576716696, "S11": -0.64690260576716696, "W12": -7.5073532553347064, "S12": -7.5073532553347064, "W13": -20.960211370240494, "S13": -23.682542387296717, "W21": -42.442722347140787, "S21": -42.54388024910164, "W22": -50.0, "S22": -50.0, "W31": -77.578064615034165, "S31": -77.578064615034165, "W32": -97.862558065260771, "S32": -102.86255806526077 }, "geometry": { "type": "Point", "coordinates": [ 101264.0, 503719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1891921069906526, "S11": 2.1891921069906526, "W12": -8.579444050666492, "S12": -8.579444050666492, "W13": -25.0, "S13": -25.0, "W21": -37.656916294835618, "S21": -37.656916294835618, "W22": -43.677723591326995, "S22": -51.952156306014956, "W31": -80.0, "S31": -80.394653521288234, "W32": -89.625319954717597, "S32": -94.625319954717597 }, "geometry": { "type": "Point", "coordinates": [ 101265.0, 506490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3755745504394805, "S11": 1.0887877636526939, "W12": -11.274888131696704, "S12": -14.274888131696704, "W13": -18.437721014760022, "S13": -20.526045273683192, "W21": -50.573480342376328, "S21": -61.660975283695635, "W22": -64.810237285798607, "S22": -64.810237285798607, "W31": -96.770671190630253, "S31": -96.770671190630253, "W32": -100.97913661990297, "S32": -105.97913661990297 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.096120989685475999, "W12": -8.643715996484536, "S12": -8.643715996484536, "W13": -19.092776587866034, "S13": -22.285411914859317, "W21": -48.105553781687597, "S21": -64.288060941855036, "W22": -65.292631584904385, "S22": -68.745281672821989, "W31": -101.87430599803776, "S31": -101.87430599803776, "W32": -102.45605886523089, "S32": -107.45605886523089 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 499381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.804709371293001, "S12": -10.911354706880184, "W13": -19.894229536411103, "S13": -22.294685232613634, "W21": -47.762712103781944, "S21": -51.813366060775962, "W22": -80.0, "S22": -100.45853969857933, "W31": -105.9398392316179, "S31": -105.9398392316179, "W32": -106.84416155728465, "S32": -111.84416155728465 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 500328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7408772835173907, "S11": 2.7408772835173907, "W12": -9.4216577388614766, "S12": -9.4216577388614766, "W13": -19.33335919382721, "S13": -22.501093094741982, "W21": -55.242531196358662, "S21": -62.443500041613241, "W22": -80.0, "S22": -110.12829369387151, "W31": -110.12829369387151, "S31": -110.12829369387151, "W32": -110.12829369387151, "S32": -112.86835468193361 }, "geometry": { "type": "Point", "coordinates": [ 101266.0, 500775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41875873715813672, "S11": 0.41875873715813672, "W12": -11.397341799287471, "S12": -11.397341799287471, "W13": -17.213794620403839, "S13": -19.771667643553048, "W21": -50.464168445230861, "S21": -61.81066205683981, "W22": -61.81066205683981, "S22": -63.458432635500792, "W31": -91.073456865445294, "S31": -91.073456865445294, "W32": -99.966465856888291, "S32": -104.96646585688829 }, "geometry": { "type": "Point", "coordinates": [ 101267.0, 498771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0400619466257859, "S11": 0.96156419303467078, "W12": -7.6081031054888077, "S12": -7.6081031054888077, "W13": -19.492507588113103, "S13": -20.706143951749468, "W21": -50.0, "S21": -63.884650137741048, "W22": -66.908334547802795, "S22": -71.442829321321966, "W31": -103.49631597343586, "S31": -103.49631597343586, "W32": -103.62937062937063, "S32": -108.62937062937063 }, "geometry": { "type": "Point", "coordinates": [ 101267.0, 499536.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1876118863970757, "S11": 3.1876118863970757, "W12": -7.8813527868470432, "S12": -12.091954233363982, "W13": -18.991174578520859, "S13": -21.571600133518892, "W21": -57.971074784651528, "S21": -66.943110258360164, "W22": -69.995677243740445, "S22": -73.0088539953328, "W31": -108.24013176495043, "S31": -108.24013176495043, "W32": -108.56778592697887, "S32": -113.56778592697887 }, "geometry": { "type": "Point", "coordinates": [ 101267.0, 501198.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1886161342880022, "S11": 2.1886161342880022, "W12": -8.7028497411438366, "S12": -8.8347578845552412, "W13": -25.0, "S13": -25.0, "W21": -37.632477170842471, "S21": -37.632477170842471, "W22": -43.685896125927002, "S22": -51.408941174584101, "W31": -80.0, "S31": -80.397470709150994, "W32": -89.589107066812687, "S32": -94.589107066812687 }, "geometry": { "type": "Point", "coordinates": [ 101267.266666666662786, 506505.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.144624438397783, "W12": -8.2569742265812778, "S12": -8.2569742265812778, "W13": -19.16711009000732, "S13": -22.296540613925316, "W21": -47.876572033884585, "S21": -64.289460335272551, "W22": -65.582410474677872, "S22": -66.718292460965017, "W31": -102.19365074465622, "S31": -102.19365074465622, "W32": -102.59324009324008, "S32": -107.59324009324008 }, "geometry": { "type": "Point", "coordinates": [ 101268.0, 499409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.224784432415142, "S12": -14.224784432415142, "W13": -20.02761126808246, "S13": -20.02761126808246, "W21": -41.880061397041075, "S21": -41.880061397041075, "W22": -41.880061397041075, "S22": -41.880061397041075, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101268.6, 512285.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94815127862654647, "S11": 0.94815127862654647, "W12": -9.8007053303136367, "S12": -9.9496711541070439, "W13": -23.416155849741269, "S13": -23.416155849741269, "W21": -37.887956601248284, "S21": -37.887956601248284, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -84.851403800978119, "S32": -89.851403800978119 }, "geometry": { "type": "Point", "coordinates": [ 101268.904761904763291, 509270.809523809526581 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0930640066500419, "S11": 3.0930640066500419, "W12": -8.2881220859834723, "S12": -12.85961484123451, "W13": -19.106289564715791, "S13": -22.106289564715791, "W21": -60.0, "S21": -68.38784612882273, "W22": -73.141442424817683, "S22": -83.933212998383766, "W31": -108.24803967684603, "S31": -108.24803967684603, "W32": -108.31692934723698, "S32": -113.31692934723698 }, "geometry": { "type": "Point", "coordinates": [ 101269.0, 501007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42237650701318191, "S11": 0.42237650701318191, "W12": -11.380804605914598, "S12": -11.380804605914598, "W13": -17.214009348238658, "S13": -19.786832765939455, "W21": -50.410056210348799, "S21": -61.718268617124536, "W22": -61.718268617124536, "S22": -63.420797796014135, "W31": -91.060679484721177, "S31": -91.060679484721177, "W32": -99.970042014746028, "S32": -104.97004201474603 }, "geometry": { "type": "Point", "coordinates": [ 101270.0, 498772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9153424414856097, "S12": -8.9153424414856097, "W13": -20.0, "S13": -21.075509020838307, "W21": -50.000000000000007, "S21": -53.219761264058519, "W22": -68.949423320575065, "S22": -73.524044580121824, "W31": -105.45609194216473, "S31": -105.45609194216473, "W32": -105.45609194216473, "S32": -110.06322862694302 }, "geometry": { "type": "Point", "coordinates": [ 101270.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0086129640122158072, "S11": 0.0086129640122158072, "W12": -7.4154784799121574, "S12": -15.12517632402848, "W13": -19.86677148846961, "S13": -19.86677148846961, "W21": -41.211030495950482, "S21": -41.211030495950482, "W22": -46.13157910351152, "S22": -48.918140368334122, "W31": -78.27386601941862, "S31": -78.339519815157487, "W32": -95.236603298413968, "S32": -100.23660329841397 }, "geometry": { "type": "Point", "coordinates": [ 101270.571428571434808, 504652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3139259132271786, "S11": 1.313925913227179, "W12": -7.8957575792187988, "S12": -7.8957575792187988, "W13": -19.618889319396608, "S13": -20.182062873115854, "W21": -50.0, "S21": -59.635712274259582, "W22": -67.397487713949346, "S22": -67.965160685907421, "W31": -103.95461726668978, "S31": -103.95461726668978, "W32": -104.01229387396353, "S32": -109.01229387396353 }, "geometry": { "type": "Point", "coordinates": [ 101271.0, 499583.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11635091698973707, "S11": -0.11635091698973707, "W12": -7.7352531691038582, "S12": -17.735253169103856, "W13": -19.852128404577822, "S13": -21.491216567978157, "W21": -43.2135971264698, "S21": -43.2135971264698, "W22": -46.19761205743913, "S22": -49.786371819907018, "W31": -77.882230470589406, "S31": -77.912905249319792, "W32": -95.700360328738697, "S32": -100.7003603287387 }, "geometry": { "type": "Point", "coordinates": [ 101272.0, 504480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9740425103033716, "S11": 1.9740425103033716, "W12": -4.9933813926167288, "S12": -15.924480362845156, "W13": -24.493891732886727, "S13": -24.493891732886727, "W21": -39.5892872087909, "S21": -46.345382781090862, "W22": -47.144178194446006, "S22": -47.144178194446006, "W31": -69.933998193060347, "S31": -70.977707410397656, "W32": -84.862089242220819, "S32": -89.862089242220819 }, "geometry": { "type": "Point", "coordinates": [ 101272.208333333328483, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.442257701624175, "S13": -20.442257701624175, "W21": -41.475811815628703, "S21": -41.475811815628703, "W22": -41.475811815628703, "S22": -41.475811815628703, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101273.0, 511944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1252216009818627, "S11": 1.1252216009818627, "W12": -10.869015697921085, "S12": -10.869015697921085, "W13": -19.804909741212121, "S13": -23.256515447529829, "W21": -47.771459992586834, "S21": -53.470054521992132, "W22": -80.0, "S22": -102.7687889323964, "W31": -106.233468354595, "S31": -106.233468354595, "W32": -107.12534711720876, "S32": -112.12534711720876 }, "geometry": { "type": "Point", "coordinates": [ 101274.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7815874207179996, "S11": 1.7815874207179996, "W12": -6.3359997923125695, "S12": -11.33599979231257, "W13": -18.544056690826253, "S13": -21.828837947305622, "W21": -40.0, "S21": -47.099001307242609, "W22": -70.0, "S22": -83.116603833696175, "W31": -106.51204288160504, "S31": -106.51204288160504, "W32": -107.95891149456271, "S32": -112.95891149456271 }, "geometry": { "type": "Point", "coordinates": [ 101274.0, 501619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54394044344844161, "S11": 0.54394044344844161, "W12": -4.8169804200598607, "S12": -5.3915901748151613, "W13": -19.688589264720562, "S13": -22.404731924562952, "W21": -30.304533822983611, "S21": -51.757401775101911, "W22": -60.924775707384399, "S22": -60.924775707384399, "W31": -98.727501342149139, "S31": -98.727501342149139, "W32": -100.35137226578171, "S32": -105.35137226578171 }, "geometry": { "type": "Point", "coordinates": [ 101274.0, 502774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0206969121561471, "S11": 2.0206969121561471, "W12": -4.9956354487404768, "S12": -19.717938964734032, "W13": -24.728913265239797, "S13": -24.728913265239797, "W21": -37.601589427779416, "S21": -44.014325049983249, "W22": -45.298060864828905, "S22": -45.298060864828905, "W31": -69.788476388826382, "S31": -71.430023894518058, "W32": -86.148846886798395, "S32": -91.148846886798395 }, "geometry": { "type": "Point", "coordinates": [ 101274.333333333328483, 507666.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0471441396508645, "S11": 3.0471441396508645, "W12": -8.4777155951018877, "S12": -12.292792914689215, "W13": -19.126025228077587, "S13": -22.145864432610324, "W21": -60.0, "S21": -68.31881601960292, "W22": -74.637622008131288, "S22": -88.178769140299593, "W31": -108.21720482335215, "S31": -108.21720482335215, "W32": -108.25530600299179, "S32": -113.25530600299179 }, "geometry": { "type": "Point", "coordinates": [ 101274.4, 500965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1804367549980535, "S11": 1.1064286552701654, "W12": -7.6940183786226362, "S12": -7.6940183786226362, "W13": -19.558464897805674, "S13": -20.380018616813715, "W21": -50.0, "S21": -62.294164921946034, "W22": -67.131178738753675, "S22": -69.602816369414896, "W31": -103.67957497378548, "S31": -103.67957497378548, "W32": -103.81048951048962, "S32": -108.81048951048962 }, "geometry": { "type": "Point", "coordinates": [ 101274.6, 499558.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.242791562141361, "S12": -14.242791562141361, "W13": -20.018023145303033, "S13": -20.018023145303033, "W21": -41.942687922544408, "S21": -41.942687922544408, "W22": -41.942687922544408, "S22": -41.942687922544408, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101274.8, 512332.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5784760664278736, "S11": 1.0994970874488945, "W12": -10.56417361759013, "S12": -11.9134688290267, "W13": -18.753325330776093, "S13": -22.046664041537671, "W21": -51.266937472798489, "S21": -62.144170518991473, "W22": -65.339833495179533, "S22": -95.339833495179533, "W31": -98.648553322723004, "S31": -98.648553322723004, "W32": -101.33877148165351, "S32": -106.33877148165351 }, "geometry": { "type": "Point", "coordinates": [ 101277.0, 499167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9805298789893122, "S11": 1.9805298789893122, "W12": -4.9932203846271941, "S12": -15.699749110199175, "W13": -24.511679409834578, "S13": -24.511679409834578, "W21": -39.531249992315232, "S21": -46.259644141371702, "W22": -47.1307794675065, "S22": -47.1307794675065, "W31": -69.922419118006175, "S31": -71.098108094384131, "W32": -84.907662305359821, "S32": -89.907662305359821 }, "geometry": { "type": "Point", "coordinates": [ 101278.25, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66423952611637316, "S11": -0.66423952611637316, "W12": -7.6743940638253134, "S12": -7.6743940638253134, "W13": -21.140799229322912, "S13": -23.970663411255842, "W21": -43.008695098674984, "S21": -43.113327280205034, "W22": -51.176131607585795, "S22": -51.176131607585795, "W31": -77.09058946013694, "S31": -77.09058946013694, "W32": -97.769645083834334, "S32": -102.76964508383433 }, "geometry": { "type": "Point", "coordinates": [ 101278.666666666671517, 503755.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -9.2897555602394579, "S12": -11.248377675073819, "W13": -18.049999, "S13": -19.862641644530513, "W21": -33.734819596419086, "S21": -34.613275754976861, "W22": -45.473455810506628, "S22": -50.032249648460152, "W31": -80.0, "S31": -80.0, "W32": -95.203204782767344, "S32": -100.20320478276734 }, "geometry": { "type": "Point", "coordinates": [ 101279.0, 496879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0929797066426525, "S11": 2.0929797066426525, "W12": -4.9989867160213972, "S12": -14.842054499286645, "W13": -25.0, "S13": -25.0, "W21": -36.182162832260857, "S21": -40.008238512478265, "W22": -44.353648948869697, "S22": -44.353648948869697, "W31": -74.216221617549877, "S31": -75.047748305051414, "W32": -87.679005666362031, "S32": -92.679005666362031 }, "geometry": { "type": "Point", "coordinates": [ 101279.333333333328483, 507164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0012242726517084, "S11": 3.0012242726517084, "W12": -8.667309104220255, "S12": -11.150556526900818, "W13": -19.145760891439366, "S13": -22.194500281849862, "W21": -59.312346888779963, "S21": -67.562132799163422, "W22": -76.133801591444779, "S22": -92.42432528221849, "W31": -108.18636996985815, "S31": -108.18636996985815, "W32": -108.1936826587465, "S32": -113.1936826587465 }, "geometry": { "type": "Point", "coordinates": [ 101279.8, 500923.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59730965556346172, "S11": -0.59730965556346172, "W12": -8.4815315969781597, "S12": -11.48153159697816, "W13": -21.167114518729303, "S13": -25.352999573800549, "W21": -47.893986344234683, "S21": -47.984470915550375, "W22": -49.593784285094621, "S22": -49.593784285094621, "W31": -74.856559449079768, "S31": -75.351785977806344, "W32": -96.858297838027568, "S32": -101.85829783802757 }, "geometry": { "type": "Point", "coordinates": [ 101280.0, 504076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7106709825497108, "S11": 2.7106709825497108, "W12": -8.0533910879136261, "S12": -13.613790454201412, "W13": -19.044492300130621, "S13": -20.533116352134954, "W21": -44.266938043328274, "S21": -50.274868454739327, "W22": -69.973152383401242, "S22": -69.973152383401242, "W31": -108.12675116846989, "S31": -108.12675116846989, "W32": -108.43688775404262, "S32": -113.43688775404262 }, "geometry": { "type": "Point", "coordinates": [ 101281.0, 501394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.080728458820331639, "S11": 0.080728458820331639, "W12": -5.5877016261462469, "S12": -5.5877016261462469, "W13": -19.763087774294672, "S13": -19.785397485580759, "W21": -40.9705679744254, "S21": -45.9705679744254, "W22": -53.960422065656495, "S22": -58.824141181391219, "W31": -86.321525885558586, "S31": -86.321525885558586, "W32": -99.059243957892605, "S32": -104.0592439578926 }, "geometry": { "type": "Point", "coordinates": [ 101281.0, 503304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44151361084250712, "S11": -0.44151361084250712, "W12": -8.3329395260130656, "S12": -13.334873508377768, "W13": -20.454690859980616, "S13": -25.108776175456548, "W21": -46.965889580232052, "S21": -46.984739099630616, "W22": -48.922115826622388, "S22": -48.922115826622388, "W31": -75.437291905138864, "S31": -75.818217472260514, "W32": -96.633977782626417, "S32": -101.63397778262642 }, "geometry": { "type": "Point", "coordinates": [ 101281.0, 504155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.26079869186785, "S12": -14.26079869186785, "W13": -20.00843502252367, "S13": -20.00843502252367, "W21": -42.005314448047635, "S21": -42.069188591954934, "W22": -42.069188591954934, "S22": -42.069188591954934, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101281.0, 512380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40156329853791017, "S11": -0.40156329853791017, "W12": -8.2942695400198687, "S12": -13.828507583747257, "W13": -20.271047344242426, "S13": -25.138676463820023, "W21": -46.724957903261789, "S21": -46.724957903261789, "W22": -48.849222013749817, "S22": -50.147821429332232, "W31": -75.58502008209048, "S31": -75.93472347023399, "W32": -96.57657789414553, "S32": -101.57657789414553 }, "geometry": { "type": "Point", "coordinates": [ 101281.666666666671517, 504175.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38702656335803814, "S11": 0.38702656335803814, "W12": -9.4957193126715609, "S12": -9.4957193126715609, "W13": -16.971513814592182, "S13": -17.127528600438485, "W21": -48.166618066693047, "S21": -56.338144278588466, "W22": -56.796904603518101, "S22": -64.571510880867663, "W31": -89.082377042127845, "S31": -89.082377042127845, "W32": -98.525437721721801, "S32": -103.5254377217218 }, "geometry": { "type": "Point", "coordinates": [ 101282.0, 498592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6263382958399033, "S11": -0.6263382958399033, "W12": -7.3651224457064401, "S12": -7.3651224457064401, "W13": -20.848859760623355, "S13": -23.363483892019438, "W21": -41.185289758148258, "S21": -41.262322542339696, "W22": -50.0, "S22": -50.008591065292094, "W31": -77.975103202733493, "S31": -77.975103202733493, "W32": -97.962854043935124, "S32": -102.96285404393512 }, "geometry": { "type": "Point", "coordinates": [ 101282.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7765408196192323, "S11": 1.7765408196192323, "W12": -9.6458321045419666, "S12": -9.6458321045419666, "W13": -20.0, "S13": -21.381597717546363, "W21": -48.569226224229212, "S21": -64.074831353850527, "W22": -80.0, "S22": -91.096617161167657, "W31": -108.07638421343127, "S31": -108.07638421343127, "W32": -108.07638421343127, "S32": -110.55018077589288 }, "geometry": { "type": "Point", "coordinates": [ 101282.75, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0845453034081465, "S11": 3.0778207454110169, "W12": -8.3584168612828496, "S12": -13.35841686128285, "W13": -19.10433170983044, "S13": -22.10433170983044, "W21": -60.0, "S21": -68.640760579612717, "W22": -73.896508629554049, "S22": -88.859102145763529, "W31": -108.15220748780682, "S31": -108.15220748780682, "W32": -108.20099941465952, "S32": -113.20099941465952 }, "geometry": { "type": "Point", "coordinates": [ 101284.0, 500983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51230959899494133, "S11": 0.51230959899494133, "W12": -5.0, "S12": -9.9991500146815646, "W13": -19.803165178250762, "S13": -21.85093958980984, "W21": -37.118859062703557, "S21": -58.186018934731734, "W22": -59.796004950818094, "S22": -80.950587845176869, "W31": -96.972348228447871, "S31": -96.972348228447871, "W32": -100.04322156247899, "S32": -105.04322156247899 }, "geometry": { "type": "Point", "coordinates": [ 101284.0, 502876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.030743687504998, "S12": -7.030743687504998, "W13": -25.195725856045293, "S13": -25.195725856045293, "W21": -37.145998234553588, "S21": -37.145998234553588, "W22": -43.016721706640936, "S22": -58.051897267548526, "W31": -79.602522363982985, "S31": -79.787902115285348, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101285.0, 505333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9515207394410581, "S11": 2.9515207394410581, "W12": -8.8555935816834914, "S12": -10.007011107456536, "W13": -19.17957178395244, "S13": -22.25721136024071, "W21": -57.991670749632576, "S21": -66.172426550796217, "W22": -77.629981174758385, "S22": -96.669881424134317, "W31": -108.00347896796706, "S31": -108.00347896796706, "W32": -108.03427043304345, "S32": -113.03427043304345 }, "geometry": { "type": "Point", "coordinates": [ 101285.2, 500881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6665880941156304, "S11": 1.6665880941156304, "W12": -8.0371106163110007, "S12": -8.0371106163110007, "W13": -19.738399258437045, "S13": -19.855209735569478, "W21": -50.0, "S21": -56.893693296602386, "W22": -67.794031023884443, "S22": -69.490696238276485, "W31": -104.27161646746896, "S31": -104.27161646746896, "W32": -104.31242463705203, "S32": -109.31242463705203 }, "geometry": { "type": "Point", "coordinates": [ 101286.0, 499623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5403018419568344, "S12": -9.5403018419568344, "W13": -20.0, "S13": -22.079410366143605, "W21": -48.888303442452639, "S21": -67.801883476281901, "W22": -80.000000000000014, "S22": -89.922324675411033, "W31": -107.65640990194005, "S31": -107.65640990194005, "W32": -107.65640990194005, "S32": -110.38426218690716 }, "geometry": { "type": "Point", "coordinates": [ 101286.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8398762654668164, "S11": -1.8398762654668164, "W12": -10.031849792408066, "S12": -10.031849792408066, "W13": -20.0, "S13": -20.221006448181878, "W21": -47.950909469662768, "S21": -50.790682196935492, "W22": -79.999999999999986, "S22": -94.76447271325145, "W31": -107.88682500274635, "S31": -107.88682500274635, "W32": -107.88682500274635, "S32": -111.02237703115118 }, "geometry": { "type": "Point", "coordinates": [ 101287.25, 500139.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35250461962730328, "S11": 0.35250461962730328, "W12": -9.8389970474430761, "S12": -9.8389970474430761, "W13": -16.887517299987859, "S13": -17.317373032216395, "W21": -46.337349774010121, "S21": -56.196373666294555, "W22": -56.196373666294555, "S22": -59.726238247159664, "W31": -88.03649315968876, "S31": -88.03649315968876, "W32": -97.533554578299473, "S32": -102.53355457829947 }, "geometry": { "type": "Point", "coordinates": [ 101288.0, 498468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5933342068022277, "S11": -0.5933342068022277, "W12": -7.100703144019942, "S12": -7.100703144019942, "W13": -20.603641283606937, "S13": -22.836742989229172, "W21": -40.0, "S21": -40.051249021727415, "W22": -50.163759656052285, "S22": -51.0668953948839, "W31": -78.72947651936218, "S31": -78.72947651936218, "W32": -98.130231407258435, "S32": -103.13023140725844 }, "geometry": { "type": "Point", "coordinates": [ 101288.0, 503632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.029186235196248, "S11": 2.029186235196248, "W12": -4.9949373324043886, "S12": -18.651052957544593, "W13": -24.736890072975882, "S13": -24.736890072975882, "W21": -37.749973603132119, "S21": -44.147051213763227, "W22": -45.533549434067737, "S22": -45.533549434067737, "W31": -69.782216954994368, "S31": -71.513077207267955, "W32": -86.071481245654283, "S32": -91.071481245654283 }, "geometry": { "type": "Point", "coordinates": [ 101288.142857142855064, 507714.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20956576321512888, "S11": -0.20956576321512888, "W12": -7.9734950992616209, "S12": -17.973495099261623, "W13": -19.831125655065449, "S13": -22.950461078642185, "W21": -44.72904260954784, "S21": -44.72904260954784, "W22": -46.986110795779688, "S22": -55.5772824129414, "W31": -76.795352695047711, "S31": -76.797331467952475, "W32": -96.104773604773598, "S32": -101.1047736047736 }, "geometry": { "type": "Point", "coordinates": [ 101289.0, 504343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.665768090154211, "S12": -10.958024002737032, "W13": -19.909171778441877, "S13": -21.511845196163396, "W21": -47.658799352429888, "S21": -50.121178837570532, "W22": -80.0, "S22": -98.805539120202624, "W31": -105.66846846846846, "S31": -105.66846846846846, "W32": -106.54955871436033, "S32": -111.54955871436033 }, "geometry": { "type": "Point", "coordinates": [ 101290.0, 500291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7670884399431204, "S11": 1.7670884399431204, "W12": -10.0, "S12": -10.646253331371298, "W13": -23.977936627946928, "S13": -23.977936627946928, "W21": -35.953169440394518, "S21": -41.002686167708895, "W22": -50.0, "S22": -50.0, "W31": -68.089996, "S31": -71.807571437065221, "W32": -84.331069929968393, "S32": -89.331069929968393 }, "geometry": { "type": "Point", "coordinates": [ 101290.0, 508830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8821620164906427, "S11": 2.8821620164906427, "W12": -9.0363711033021374, "S12": -9.0363711033021374, "W13": -19.233332714930214, "S13": -22.339872477096243, "W21": -56.673687052787805, "S21": -64.785412744731985, "W22": -79.126160758071862, "S22": -100.91543756605319, "W31": -107.76995675177351, "S31": -107.76995675177351, "W32": -107.8462100271916, "S32": -112.8462100271916 }, "geometry": { "type": "Point", "coordinates": [ 101290.6, 500839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7015728842868274, "S12": -8.7015728842868274, "W13": -19.99416603238306, "S13": -21.271066547372318, "W21": -50.0, "S21": -51.87042020285655, "W22": -68.873142500888378, "S22": -72.767100390792805, "W31": -105.28815347078577, "S31": -105.28815347078577, "W32": -105.28815347078577, "S32": -110.04406169041449 }, "geometry": { "type": "Point", "coordinates": [ 101291.0, 499727.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.817268683274021, "S12": -11.06246541720402, "W13": -19.87739117539159, "S13": -22.050393707037159, "W21": -47.581187859101618, "S21": -47.598482362630094, "W22": -80.0, "S22": -99.729439373491729, "W31": -105.64864864864865, "S31": -105.64864864864865, "W32": -106.66577768001979, "S32": -111.66577768001979 }, "geometry": { "type": "Point", "coordinates": [ 101292.0, 500327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21971641434331754, "S11": 0.21971641434331754, "W12": -6.9849438460568551, "S12": -11.224971655216606, "W13": -22.878048780487806, "S13": -22.878048780487806, "W21": -39.175238374459148, "S21": -39.175238374459148, "W22": -45.498173268650383, "S22": -45.498173268650383, "W31": -76.861561674839677, "S31": -76.982246475764072, "W32": -92.187419740013965, "S32": -97.187419740013965 }, "geometry": { "type": "Point", "coordinates": [ 101293.0, 504929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1729662879837193, "S11": 3.1729662879837193, "W12": -8.076225173404362, "S12": -12.307841528092965, "W13": -19.058342418477952, "S13": -22.058342418477952, "W21": -60.000000000000007, "S21": -69.151393140558, "W22": -71.694298113785322, "S22": -86.566492627501759, "W31": -108.08349075307261, "S31": -108.08349075307261, "W32": -108.14926191817732, "S32": -113.14926191817732 }, "geometry": { "type": "Point", "coordinates": [ 101293.5, 501040.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1221492934330928, "S11": 3.1070385826812581, "W12": -8.240849636644251, "S12": -12.728095879723394, "W13": -19.082140033191887, "S13": -22.082140033191887, "W21": -59.999999999999993, "S21": -68.982445227316134, "W22": -73.183712211095781, "S22": -89.823363083915012, "W31": -108.08075542716678, "S31": -108.08075542716678, "W32": -108.13932187222231, "S32": -113.13932187222231 }, "geometry": { "type": "Point", "coordinates": [ 101294.6, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8128032935402114, "S11": 2.8128032935402114, "W12": -9.217148624920835, "S12": -9.217148624920835, "W13": -19.287093645908001, "S13": -22.422533593951805, "W21": -55.377152886265883, "S21": -63.419848468990253, "W22": -80.0, "S22": -104.53865336658353, "W31": -107.5364345355801, "S31": -107.5364345355801, "W32": -107.73406745631647, "S32": -112.73406745631647 }, "geometry": { "type": "Point", "coordinates": [ 101296.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.610271248835268, "S13": -20.610271248835268, "W21": -41.460786834417185, "S21": -41.460786834417185, "W22": -41.460786834417185, "S22": -41.460786834417185, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101296.125, 511938.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7432432432432432, "S11": 1.0825825825825826, "W12": -9.8593400609728263, "S12": -9.8593400609728263, "W13": -18.84499014937315, "S13": -22.677257644348483, "W21": -51.928042942115191, "S21": -62.520194760349568, "W22": -65.195262489788732, "S22": -88.987533021189705, "W31": -99.444444444444443, "S31": -99.444444444444443, "W32": -101.49291074877161, "S32": -106.49291074877161 }, "geometry": { "type": "Point", "coordinates": [ 101297.0, 499208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40315216912044699, "S11": 0.40315216912044699, "W12": -9.3899554077545169, "S12": -9.3899554077545169, "W13": -16.815365355980809, "S13": -17.365937236086882, "W21": -48.443221345108419, "S21": -58.280696953612065, "W22": -58.280696953612065, "S22": -65.197108823901019, "W31": -89.228160394730452, "S31": -89.228160394730452, "W32": -98.724231228236519, "S32": -103.72423122823652 }, "geometry": { "type": "Point", "coordinates": [ 101298.0, 498620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5731511254019293, "S11": 0.87745105432872383, "W12": -9.4727135136058447, "S12": -9.4727135136058447, "W13": -18.948829462366081, "S13": -22.811316504327589, "W21": -49.769817150239405, "S21": -62.494817745888781, "W22": -64.982015719718319, "S22": -99.982015719718305, "W31": -100.60769503819739, "S31": -100.60769503819739, "W32": -101.87640562739874, "S32": -106.87640562739874 }, "geometry": { "type": "Point", "coordinates": [ 101298.0, 499284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93077360166732981, "S11": 0.93077360166732981, "W12": -6.8681185786768673, "S12": -6.8681185786768673, "W13": -18.983579735162021, "S13": -25.133652488957964, "W21": -40.0, "S21": -59.397613374752439, "W22": -66.798615353212128, "S22": -92.667415539862716, "W31": -100.07396455312293, "S31": -100.07396455312293, "W32": -104.19082927584198, "S32": -109.19082927584198 }, "geometry": { "type": "Point", "coordinates": [ 101298.0, 502193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.664022982185882, "S12": -13.664022982185882, "W13": -20.889562175096163, "S13": -20.889562175096163, "W21": -41.373453363932846, "S21": -41.373453363932846, "W22": -41.373453363932846, "S22": -41.373453363932846, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101298.142857142855064, 511702.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.219497255385867, "S11": 1.219497255385867, "W12": -6.0882375327845821, "S12": -7.0881090876133799, "W13": -18.347754719952103, "S13": -23.616982448985375, "W21": -40.0, "S21": -57.411824884580454, "W22": -68.66345217211466, "S22": -90.031628821091161, "W31": -100.46864711390411, "S31": -100.46864711390411, "W32": -104.94856197694226, "S32": -109.94856197694226 }, "geometry": { "type": "Point", "coordinates": [ 101300.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66586178290599018, "S11": -0.66586178290599018, "W12": -7.7215506878978397, "S12": -7.7215506878978397, "W13": -21.193453236048061, "S13": -23.988178441354442, "W21": -42.731142980531857, "S21": -42.824819627941451, "W22": -49.989286575699019, "S22": -49.989286575699019, "W31": -76.942802874715255, "S31": -77.227417139549473, "W32": -97.755360660766058, "S32": -102.75536066076606 }, "geometry": { "type": "Point", "coordinates": [ 101300.0, 503767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.530978647686833, "S12": -10.935569860690743, "W13": -19.930420677109097, "S13": -20.889772575843274, "W21": -47.653617323696061, "S21": -53.478286839648746, "W22": -80.000000000000014, "S22": -97.584998105317766, "W31": -105.55945945945948, "S31": -105.55945945945948, "W32": -106.35315223667207, "S32": -111.35315223667207 }, "geometry": { "type": "Point", "coordinates": [ 101301.0, 500257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5268277972613755, "S11": 1.5268277972613755, "W12": -5.4066827327146871, "S12": -8.7687844909314734, "W13": -18.35563808907137, "S13": -23.35563808907137, "W21": -40.0, "S21": -50.26466926412705, "W22": -70.0, "S22": -97.947994473973822, "W31": -105.37614449300651, "S31": -105.37614449300651, "W32": -106.6433994069866, "S32": -111.6433994069866 }, "geometry": { "type": "Point", "coordinates": [ 101301.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0376755582363559, "S11": 2.0376755582363559, "W12": -4.9942392160683005, "S12": -17.584166950355836, "W13": -24.744866880711996, "S13": -24.744866880711996, "W21": -37.898357778484481, "S21": -44.2797773775428, "W22": -45.76903800330625, "S22": -45.76903800330625, "W31": -69.77595752116234, "S31": -71.596130520017766, "W32": -85.994115604510355, "S32": -90.994115604510355 }, "geometry": { "type": "Point", "coordinates": [ 101301.952380952381645, 507761.904761904734187 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46369376553924091, "S11": 0.46369376553924091, "W12": -11.176437561886875, "S12": -11.176437561886875, "W13": -17.211217752264972, "S13": -19.943132227887904, "W21": -50.0, "S21": -60.875518876105687, "W22": -60.95179390280434, "S22": -63.021497400735065, "W31": -90.897135984102363, "S31": -90.897135984102363, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101304.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9666232497557798, "S11": 1.2969535800861101, "W12": -10.0, "S12": -11.479156253124064, "W13": -18.794446717051482, "S13": -22.754797530133885, "W21": -51.964311620484544, "S21": -62.488312892381401, "W22": -65.077129070360485, "S22": -83.269536909198365, "W31": -98.871107846395105, "S31": -98.871107846395105, "W32": -101.36214156501332, "S32": -106.36214156501332 }, "geometry": { "type": "Point", "coordinates": [ 101304.0, 499186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69226311556996101, "S11": -0.69226311556996101, "W12": -7.8930381584337796, "S12": -8.4113522577814965, "W13": -21.382616326548401, "S13": -24.382616326548401, "W21": -43.896617005508247, "S21": -44.005946157070703, "W22": -50.423643172704772, "S22": -50.423643172704772, "W31": -76.294306514806379, "S31": -76.804135960481716, "W32": -97.619004139274409, "S32": -102.61900413927441 }, "geometry": { "type": "Point", "coordinates": [ 101304.0, 503816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -48.892362092876908, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101304.28, 514777.080000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8702069930390706, "S11": 2.8702069930390706, "W12": -9.0606050221076657, "S12": -9.0606050221076657, "W13": -19.246454441961461, "S13": -22.347330083015812, "W21": -55.958456286524331, "S21": -64.37130020464258, "W22": -79.584262730767406, "S22": -105.33239240657788, "W31": -107.53159884054874, "S31": -107.53159884054874, "W32": -107.72340046233383, "S32": -112.72340046233383 }, "geometry": { "type": "Point", "coordinates": [ 101306.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20063595090099554, "S11": 0.20063595090099554, "W12": -5.0, "S12": -5.8537876826771464, "W13": -19.909357904828838, "S13": -23.608913780474019, "W21": -29.91625435173674, "S21": -49.243638895545118, "W22": -65.742041946130101, "S22": -71.814842755027982, "W31": -99.605242280467479, "S31": -99.605242280467479, "W32": -100.5578418746519, "S32": -105.5578418746519 }, "geometry": { "type": "Point", "coordinates": [ 101306.0, 502713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1490358999032289, "S11": 2.1490358999032289, "W12": -4.9997040643369912, "S12": -8.6983044294591334, "W13": -25.0, "S13": -25.0, "W21": -36.699910531744216, "S21": -39.328509089188493, "W22": -44.026003540590267, "S22": -44.026003540590267, "W31": -77.093160540515612, "S31": -77.593160540515612, "W32": -88.418839479343305, "S32": -93.418839479343305 }, "geometry": { "type": "Point", "coordinates": [ 101306.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43677683232993153, "S11": 0.43677683232993153, "W12": -5.0000000000000009, "S12": -5.1778703219125388, "W13": -17.97581551567627, "S13": -25.415172524747753, "W21": -34.516338736239923, "S21": -34.516338736239923, "W22": -66.631264151194998, "S22": -78.550562941744587, "W31": -100.05528899360965, "S31": -100.05528899360965, "W32": -103.45116843847103, "S32": -108.45116843847103 }, "geometry": { "type": "Point", "coordinates": [ 101307.0, 502311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7875478109960214, "S11": 2.7875478109960214, "W12": -9.2783316942583678, "S12": -9.2783316942583678, "W13": -19.309254121516236, "S13": -22.448080553484235, "W21": -54.575369502464859, "S21": -62.802779973410793, "W22": -80.0, "S22": -107.87614297589539, "W31": -107.87614297589539, "S31": -107.87614297589539, "W32": -107.87614297589539, "S32": -112.62755581662894 }, "geometry": { "type": "Point", "coordinates": [ 101307.666666666671517, 500775.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2561708401277729, "S11": 1.2561708401277729, "W12": -5.7727017042781092, "S12": -7.3050217204819621, "W13": -18.332930985406914, "S13": -23.332930985406914, "W21": -39.842320080221974, "S21": -55.448333330073524, "W22": -69.468021900854239, "S22": -85.80067941800958, "W31": -101.70040724192877, "S31": -101.70040724192877, "W32": -105.07689762271636, "S32": -110.07689762271636 }, "geometry": { "type": "Point", "coordinates": [ 101307.75, 501939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.514755950561951, "S11": 0.514755950561951, "W12": -6.046402140874851, "S12": -8.8823781558345924, "W13": -19.863619957398999, "S13": -22.15725780405479, "W21": -34.847147070888603, "S21": -54.367335400761846, "W22": -59.935267195053697, "S22": -79.455368239015002, "W31": -97.817914549256926, "S31": -97.817914549256926, "W32": -100.15560047086791, "S32": -105.15560047086791 }, "geometry": { "type": "Point", "coordinates": [ 101307.75, 502844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -9.8914887857103206, "S12": -12.10693862084926, "W13": -18.049999, "S13": -19.872352627050887, "W21": -38.046772232929101, "S21": -38.803403234813203, "W22": -46.538159116838862, "S22": -52.089843483573503, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101308.0, 496803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29209711010778289, "S11": 0.29209711010778289, "W12": -7.9882975560444818, "S12": -7.9882975560444818, "W13": -17.80677096633924, "S13": -20.005983897575444, "W21": -38.307542849237926, "S21": -40.796744433363749, "W22": -42.618617611975232, "S22": -43.40718654523635, "W31": -82.871598769297833, "S31": -82.871598769297833, "W32": -96.258661814393804, "S32": -101.2586618143938 }, "geometry": { "type": "Point", "coordinates": [ 101308.0, 497611.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4028188843351013, "S11": 1.1420092736067133, "W12": -7.3686604987984374, "S12": -7.3686604987984374, "W13": -19.58254420228776, "S13": -20.013453293196534, "W21": -50.0, "S21": -65.196891092743414, "W22": -67.032308046008652, "S22": -75.492517105238704, "W31": -103.43578329255529, "S31": -103.43578329255529, "W32": -103.74535925014889, "S32": -108.74535925014889 }, "geometry": { "type": "Point", "coordinates": [ 101308.0, 499552.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6897134207176521, "S11": 2.6897134207176521, "W12": -9.5368149738714187, "S12": -9.5368149738714187, "W13": -19.383299507002903, "S13": -22.568250126222217, "W21": -52.994078960057095, "S21": -60.966549002291416, "W22": -80.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -112.52546196851337 }, "geometry": { "type": "Point", "coordinates": [ 101308.0, 500721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0199931427592897, "S11": 2.0199931427592901, "W12": -8.0966304580597619, "S12": -8.0966304580597619, "W13": -19.846854241627483, "S13": -20.630592859000892, "W21": -50.0, "S21": -54.921940863176516, "W22": -68.156113086631066, "S22": -70.483655474896949, "W31": -104.5185614022419, "S31": -104.5185614022419, "W32": -104.58813003424501, "S32": -109.58813003424501 }, "geometry": { "type": "Point", "coordinates": [ 101308.6, 499660.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4237938596491229, "S11": 0.69956428298644502, "W12": -9.0403902714020994, "S12": -9.0403902714020994, "W13": -19.06559975692716, "S13": -23.133702700092076, "W21": -49.016065646173999, "S21": -63.735791373748299, "W22": -64.917566282781777, "S22": -64.917566282781777, "W31": -101.32631530210665, "S31": -101.32631530210665, "W32": -102.1765590241279, "S32": -107.1765590241279 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2397565651611751, "S11": 3.2397565651611751, "W12": -7.9209654003042465, "S12": -11.203821978210916, "W13": -19.013065414907981, "S13": -22.013065414907981, "W21": -60.0, "S21": -69.783157592455012, "W22": -70.0, "S22": -86.34941638852132, "W31": -107.96397843275747, "S31": -107.96397843275747, "W32": -108.02934056253754, "S32": -113.02934056253754 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 501083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08675862389820109, "S11": 0.08675862389820109, "W12": -7.2147592620447547, "S12": -14.992126661598659, "W13": -20.536585365853661, "S13": -20.536585365853661, "W21": -40.299922931139037, "S21": -40.299922931139037, "W22": -45.637443895234398, "S22": -50.10025381258977, "W31": -76.879683228413697, "S31": -76.960458285067645, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1287129995217748, "S11": 2.1287129995217748, "W12": -4.9982329288505341, "S12": -14.998232928850534, "W13": -25.0, "S13": -25.0, "W21": -36.230487801171755, "S21": -40.089265789005644, "W22": -44.216062654306413, "S22": -44.216062654306413, "W31": -74.224922750541893, "S31": -75.071318891989335, "W32": -87.865694034634672, "S32": -92.865694034634672 }, "geometry": { "type": "Point", "coordinates": [ 101311.0, 507151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47256352519897882, "S11": 0.47256352519897882, "W12": -11.134601184825055, "S12": -11.134601184825055, "W13": -17.211307211019321, "S13": -19.978904866629652, "W21": -50.0, "S21": -60.782039274633448, "W22": -60.923719765574688, "S22": -62.931770108565587, "W31": -90.864341287964393, "S31": -90.864341287964393, "W32": -99.971805972614902, "S32": -104.9718059726149 }, "geometry": { "type": "Point", "coordinates": [ 101311.333333333328483, 498784.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3481445287946664, "S11": -0.3481445287946664, "W12": -8.2006443933488242, "S12": -15.096066042793819, "W13": -19.979007557161985, "S13": -24.578433580356162, "W21": -46.185241046358946, "S21": -46.185241046358946, "W22": -48.182757865316731, "S22": -52.525097354696854, "W31": -75.694769318770724, "S31": -75.993710275095097, "W32": -96.508834211536879, "S32": -101.50883421153688 }, "geometry": { "type": "Point", "coordinates": [ 101312.888888888890506, 504208.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.676396797153025, "S12": -11.091402004150021, "W13": -19.894373806334158, "S13": -21.293958616460742, "W21": -47.52056757397046, "S21": -51.934542327971059, "W22": -80.0, "S22": -98.157431475658314, "W31": -105.44054054054055, "S31": -105.44054054054055, "W32": -106.39134200324433, "S32": -111.39134200324433 }, "geometry": { "type": "Point", "coordinates": [ 101313.0, 500290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47455059326780968, "S11": 0.47455059326780968, "W12": -11.123576389243386, "S12": -11.123576389243386, "W13": -17.211450362909268, "S13": -19.989014948220806, "W21": -50.017650756806312, "S21": -60.774169228217602, "W22": -60.916960465777265, "S22": -62.906680215574077, "W31": -90.855823034148585, "S31": -90.855823034148585, "W32": -99.964298902850274, "S32": -104.96429890285027 }, "geometry": { "type": "Point", "coordinates": [ 101313.333333333328483, 498785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15948275862068967, "S11": 0.15948275862068967, "W12": -5.5393369601953948, "S12": -5.5393369601953948, "W13": -19.759404388714735, "S13": -19.875677354594, "W21": -41.194466603438848, "S21": -46.756400691321673, "W22": -54.679547615319393, "S22": -62.034230335145701, "W31": -87.00878826333954, "S31": -87.00878826333954, "W32": -99.11202444986229, "S32": -104.11202444986229 }, "geometry": { "type": "Point", "coordinates": [ 101314.0, 503295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0938625904862049, "S11": 2.0938625904862049, "W12": -4.9961704110215139, "S12": -19.996170411021513, "W13": -25.0, "S13": -25.0, "W21": -35.865085930213624, "S21": -41.866085480480997, "W22": -44.514897022681609, "S22": -44.514897022681609, "W31": -70.0, "S31": -71.322354450153341, "W32": -87.025419066800637, "S32": -92.025419066800637 }, "geometry": { "type": "Point", "coordinates": [ 101314.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2511013473336674, "S11": 2.2511013473336674, "W12": -9.3989351199011253, "S12": -9.9471176929264598, "W13": -25.0, "S13": -25.0, "W21": -37.593956110367813, "S21": -37.593956110367813, "W22": -43.519083420006233, "S22": -49.924367331449659, "W31": -80.0, "S31": -80.399816429762907, "W32": -89.764126578556983, "S32": -94.764126578556983 }, "geometry": { "type": "Point", "coordinates": [ 101314.133333333331393, 506520.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040125841778343045, "S11": 0.040125841778343045, "W12": -7.3340293261006746, "S12": -15.57582684403144, "W13": -19.928511530398328, "S13": -19.928511530398328, "W21": -40.894072778086226, "S21": -40.894072778086226, "W22": -45.625657651098884, "S22": -51.44671406504083, "W31": -77.437208887828007, "S31": -77.504387614872599, "W32": -95.1912646989867, "S32": -100.1912646989867 }, "geometry": { "type": "Point", "coordinates": [ 101314.857142857144936, 504671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0461648812764568, "S11": 2.0461648812764568, "W12": -4.9935410997322132, "S12": -16.517280943166401, "W13": -24.752843688448078, "S13": -24.752843688448078, "W21": -38.046741953837184, "S21": -44.412503541322771, "W22": -46.004526572545089, "S22": -46.004526572545089, "W31": -69.769698087330326, "S31": -71.679183832767663, "W32": -85.916749963366229, "S32": -90.916749963366229 }, "geometry": { "type": "Point", "coordinates": [ 101315.761904761908227, 507809.523809523787349 ] } }, +{ "type": "Feature", "properties": { "W11": 2.366857394366197, "S11": 2.366857394366197, "W12": -9.5499918707913682, "S12": -9.5499918707913682, "W13": -20.0, "S13": -23.092724679029956, "W21": -48.736223153049856, "S21": -68.76004171772243, "W22": -80.0, "S22": -89.085234109599057, "W31": -107.4781960270503, "S31": -107.4781960270503, "W32": -107.4781960270503, "S32": -110.17898875477715 }, "geometry": { "type": "Point", "coordinates": [ 101316.0, 499959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2759443611073231, "S11": 1.2759443611073231, "W12": -11.044030547305898, "S12": -11.044030547305898, "W13": -19.766909867878788, "S13": -23.164783942747391, "W21": -47.442584621450351, "S21": -54.234182562187087, "W22": -80.0, "S22": -101.98802028972018, "W31": -105.81676956122486, "S31": -105.81676956122486, "W32": -106.88982980946359, "S32": -111.88982980946359 }, "geometry": { "type": "Point", "coordinates": [ 101316.0, 500434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1187578250867851, "S12": -5.1187578250867851, "W13": -19.71196171403848, "S13": -19.833681327298148, "W21": -41.530484837975912, "S21": -51.562325067767532, "W22": -56.813075115107431, "S22": -57.469346702988609, "W31": -90.695777118840184, "S31": -90.695777118840184, "W32": -99.373009812199001, "S32": -104.373009812199 }, "geometry": { "type": "Point", "coordinates": [ 101316.0, 503204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2598832845240282, "S11": 3.2598832845240282, "W12": -7.6838920261590555, "S12": -10.871281990947788, "W13": -18.939402676632952, "S13": -21.537159630212468, "W21": -60.0, "S21": -68.982421409227229, "W22": -69.980847322359892, "S22": -82.13679875548091, "W31": -107.91576182647096, "S31": -107.91576182647096, "W32": -108.14205113893036, "S32": -113.14205113893036 }, "geometry": { "type": "Point", "coordinates": [ 101316.5, 501193.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2685852733027136, "S11": 1.2685852733027136, "W12": -10.0, "S12": -10.342648448742921, "W13": -23.75508730785015, "S13": -23.75508730785015, "W21": -37.383769808869665, "S21": -37.383769808869665, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.491792906924118, "W32": -84.296131334089694, "S32": -89.296131334089694 }, "geometry": { "type": "Point", "coordinates": [ 101316.952380952381645, 509267.904761904734187 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5091668491693522, "S11": 1.2292714494407035, "W12": -7.3637042217062962, "S12": -7.3637042217062962, "W13": -19.62030798068265, "S13": -19.785729468285957, "W21": -50.0, "S21": -64.81500091827364, "W22": -67.132540851559739, "S22": -75.434979875949978, "W31": -103.49354771059072, "S31": -103.49354771059072, "W32": -103.82219167510732, "S32": -108.82219167510732 }, "geometry": { "type": "Point", "coordinates": [ 101317.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.611266959250206, "S11": 1.611266959250206, "W12": -6.710246530702757, "S12": -9.876576870523845, "W13": -25.0, "S13": -25.0, "W21": -37.48259322092018, "S21": -37.48259322092018, "W22": -43.018761198826866, "S22": -43.018761198826866, "W31": -80.0, "S31": -80.317670845533939, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101317.0, 506066.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1050618672665915, "S11": -1.1050618672665915, "W12": -9.9513704108489218, "S12": -9.9513704108489218, "W13": -20.0, "S13": -20.433736817497014, "W21": -47.822150637937781, "S21": -48.938050098646563, "W22": -80.0, "S22": -93.119301826207774, "W31": -108.81323871251236, "S31": -108.81323871251236, "W32": -108.81323871251236, "S32": -110.7091707679195 }, "geometry": { "type": "Point", "coordinates": [ 101317.5, 500109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -6.5500002, "S12": -8.8986234116565885, "W13": -18.049999, "S13": -19.871311567668858, "W21": -30.0, "S21": -30.715900870658821, "W22": -46.88904000599711, "S22": -52.767710835208277, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101318.0, 496778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2253126490942279, "S12": -9.2253126490942279, "W13": -20.0, "S13": -23.06259353585213, "W21": -49.74332680742215, "S21": -54.825467072646141, "W22": -69.999999999999986, "S22": -75.744423983353371, "W31": -106.25167310598832, "S31": -106.25167310598832, "W32": -106.25167310598832, "S32": -110.09258256377413 }, "geometry": { "type": "Point", "coordinates": [ 101318.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2500732682390399, "S11": 3.2500732682390399, "W12": -7.907776007441913, "S12": -10.993833657498897, "W13": -19.010395272240082, "S13": -22.010395272240082, "W21": -60.0, "S21": -69.914940152293539, "W22": -70.188868082907433, "S22": -88.490371055276142, "W31": -107.91894182929917, "S31": -107.91894182929917, "W32": -107.9812199730746, "S32": -112.9812199730746 }, "geometry": { "type": "Point", "coordinates": [ 101318.0, 501074.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33739036213764934, "S11": 0.33739036213764934, "W12": -5.0, "S12": -6.1912193797923596, "W13": -19.33309292605114, "S13": -26.320562783929873, "W21": -29.925016198636893, "S21": -54.925016198636897, "W22": -67.308922946165552, "S22": -89.213346597760122, "W31": -100.11864236871804, "S31": -100.11864236871804, "W32": -102.52233366269458, "S32": -107.52233366269458 }, "geometry": { "type": "Point", "coordinates": [ 101318.0, 502459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27548150030295326, "S11": 0.27548150030295326, "W12": -9.0962962011882809, "S12": -9.0962962011882809, "W13": -17.244234334013406, "S13": -20.085805714488984, "W21": -40.0, "S21": -40.0, "W22": -47.215421175758564, "S22": -51.899249645415836, "W31": -85.086548725567525, "S31": -85.086548725567525, "W32": -96.875432961284332, "S32": -101.87543296128433 }, "geometry": { "type": "Point", "coordinates": [ 101319.0, 498044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.018863158429242018, "S11": -0.018863158429242018, "W12": -5.0, "S12": -5.8101334337420276, "W13": -19.999999999999996, "S13": -24.522506301764491, "W21": -29.871188070932348, "S21": -49.31326821917699, "W22": -65.986372830831471, "S22": -74.399719645796083, "W31": -100.05378151260504, "S31": -100.05378151260504, "W32": -100.81050940186908, "S32": -105.81050940186908 }, "geometry": { "type": "Point", "coordinates": [ 101319.0, 502686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4057196278135695, "S12": -8.4057196278135695, "W13": -19.985892955992249, "S13": -21.53989861746355, "W21": -50.000000000000007, "S21": -50.000000000000007, "W22": -68.766808864030921, "S22": -71.722653778683906, "W31": -105.05528187722132, "S31": -105.05528187722132, "W32": -105.05528187722132, "S32": -110.01732512953367 }, "geometry": { "type": "Point", "coordinates": [ 101320.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64375437430771409, "S11": -0.64375437430771409, "W12": -7.5393010541581171, "S12": -7.5393010541581171, "W13": -21.03218964683035, "S13": -23.602151744113989, "W21": -41.368604126236143, "S21": -41.435978407988216, "W22": -49.29186366041916, "S22": -49.29186366041916, "W31": -77.366310701594529, "S31": -77.366310701594529, "W32": -97.863000768406167, "S32": -102.86300076840617 }, "geometry": { "type": "Point", "coordinates": [ 101320.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1335891110011733, "S11": 2.1335891110011733, "W12": -4.9977024752845836, "S12": -18.368536564681548, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.137616188235732, "S21": -40.45137572113952, "W22": -44.222452287185305, "S22": -44.222452287185305, "W31": -73.58167688972928, "S31": -74.516526903263738, "W32": -87.790571167476685, "S32": -92.790571167476685 }, "geometry": { "type": "Point", "coordinates": [ 101320.5, 507191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0228157687967965, "S12": -9.0228157687967965, "W13": -20.0, "S13": -22.702234358179957, "W21": -49.945979114324857, "S21": -49.945979114324857, "W22": -69.725339829519868, "S22": -74.682513362470715, "W31": -105.97371477501922, "S31": -105.97371477501922, "W32": -105.97371477501922, "S32": -110.13156990077749 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 499812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17053709715616033, "S11": 0.17053709715616033, "W12": -5.0, "S12": -5.8473392942643292, "W13": -18.504537286991038, "S13": -25.963306388459358, "W21": -30.0, "S21": -55.548166322314046, "W22": -66.643910538200203, "S22": -83.680284349056393, "W31": -100.04116954053764, "S31": -100.04116954053764, "W32": -102.86890810823689, "S32": -107.86890810823689 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 502408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.2722581153482508, "W13": -19.622397214679566, "S13": -25.998290736293395, "W21": -29.839006534172675, "S21": -52.390549288677974, "W22": -67.62116656823062, "S22": -68.247728073153951, "W31": -100.32581026355972, "S31": -100.32581026355972, "W32": -102.09412090332269, "S32": -107.09412090332269 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 502526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4890771903805668, "S11": 0.4890771903805668, "W12": -5.0, "S12": -6.2695004727387325, "W13": -19.62059253834347, "S13": -25.978132236569934, "W21": -29.836277831362047, "S21": -52.808245244280144, "W22": -67.595816772400696, "S22": -67.595816772400696, "W31": -100.32605042016806, "S31": -100.32605042016806, "W32": -102.0809889167987, "S32": -107.0809889167987 }, "geometry": { "type": "Point", "coordinates": [ 101321.0, 502528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0270823418701149, "S11": 2.0270823418701149, "W12": -4.9920650135022955, "S12": -14.087108638626905, "W13": -24.639321326139566, "S13": -24.639321326139566, "W21": -39.114782932019445, "S21": -45.644395488766754, "W22": -47.034632051088941, "S22": -47.034632051088941, "W31": -69.839329272531316, "S31": -71.962086795679568, "W32": -85.234688320505271, "S32": -90.234688320505271 }, "geometry": { "type": "Point", "coordinates": [ 101321.604166666671517, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52408678822450949, "S11": 0.52408678822450949, "W12": -6.4721818422095936, "S12": -6.4721818422095936, "W13": -19.970467352967972, "S13": -22.60598354965872, "W21": -32.921883851307797, "S21": -51.449935079465249, "W22": -63.505866114561762, "S22": -76.786682128353547, "W31": -98.805528333720616, "S31": -98.805528333720616, "W32": -100.30860587912376, "S32": -105.30860587912376 }, "geometry": { "type": "Point", "coordinates": [ 101322.0, 502797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45395172378672899, "S11": 0.45395172378672899, "W12": -10.482845213911657, "S12": -10.482845213911657, "W13": -17.031002756188013, "S13": -19.295326544793269, "W21": -50.0, "S21": -60.673385558189281, "W22": -60.673385558189281, "S22": -63.859674059319445, "W31": -90.165234368190767, "S31": -90.165234368190767, "W32": -99.65527881770177, "S32": -104.65527881770177 }, "geometry": { "type": "Point", "coordinates": [ 101323.0, 498742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.030326026213078, "S11": 2.030326026213078, "W12": -4.991984509507529, "S12": -13.974743012304188, "W13": -24.648215164613468, "S13": -24.648215164613468, "W21": -39.085764323781682, "S21": -45.601526168907284, "W22": -47.027932687619213, "S22": -47.027932687619213, "W31": -69.833539735004237, "S31": -72.022287137672649, "W32": -85.257474852074708, "S32": -90.257474852074708 }, "geometry": { "type": "Point", "coordinates": [ 101324.625, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19032872272453066, "S11": 0.19032872272453066, "W12": -5.992710864283235, "S12": -6.3973657486171254, "W13": -20.0, "S13": -23.370663785860039, "W21": -29.983546356855573, "S21": -48.171355390523161, "W22": -67.322363500373967, "S22": -78.245846349978194, "W31": -100.0, "S31": -100.0, "W32": -100.51660739369112, "S32": -105.51660739369112 }, "geometry": { "type": "Point", "coordinates": [ 101325.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8465574967243303, "S11": 1.8465574967243303, "W12": -6.3814845875697559, "S12": -12.377980512606175, "W13": -18.608666925675269, "S13": -21.029877790282359, "W21": -40.0, "S21": -47.262406213354041, "W22": -70.0, "S22": -70.0, "W31": -106.194256864876, "S31": -106.194256864876, "W32": -107.77360690375666, "S32": -112.77360690375666 }, "geometry": { "type": "Point", "coordinates": [ 101326.0, 501569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51803130508336825, "S11": 0.51803130508336825, "W12": -6.3962715517058886, "S12": -6.3962715517058886, "W13": -18.661033659773736, "S13": -25.058137093897624, "W21": -37.378126711703487, "S21": -57.378126711703487, "W22": -67.087537072697202, "S22": -85.544364401454999, "W31": -100.07000107100782, "S31": -100.07000107100782, "W32": -103.93241568552759, "S32": -108.93241568552759 }, "geometry": { "type": "Point", "coordinates": [ 101326.0, 502249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31662985662119864, "S11": 0.31662985662119864, "W12": -9.5739203943752553, "S12": -9.5739203943752553, "W13": -16.660734490712638, "S13": -18.688563117464895, "W21": -43.421973471525178, "S21": -48.321931227199357, "W22": -50.616496696516954, "S22": -54.152892530488735, "W31": -86.099373202145301, "S31": -86.099373202145301, "W32": -97.212401098440267, "S32": -102.21240109844027 }, "geometry": { "type": "Point", "coordinates": [ 101327.0, 498287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5900103244376309, "S11": 1.2649800233358066, "W12": -7.2917023587542973, "S12": -7.2917023587542973, "W13": -19.635149979241628, "S13": -19.635149979241628, "W21": -50.0, "S21": -65.326471992653808, "W22": -67.141915687054109, "S22": -76.693135199249227, "W31": -103.45848304788537, "S31": -103.45848304788537, "W32": -103.83108249328768, "S32": -108.83108249328768 }, "geometry": { "type": "Point", "coordinates": [ 101327.0, 499565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9917516261352048, "S11": 1.9917516261352048, "W12": -4.9956585300077032, "S12": -4.9956585300077032, "W13": -24.440596045638252, "S13": -24.440596045638252, "W21": -38.519822890201624, "S21": -45.337379620203471, "W22": -48.741418079436052, "S22": -48.741418079436052, "W31": -69.961589579116335, "S31": -70.328182426885363, "W32": -84.074470106216239, "S32": -89.074470106216239 }, "geometry": { "type": "Point", "coordinates": [ 101328.0, 508317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.341803012201556, "S13": -20.341803012201556, "W21": -41.744956472415893, "S21": -41.992117374692796, "W22": -41.992117374692796, "S22": -41.992117374692796, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101329.076923076921958, 512382.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0546542043165572, "S11": 2.0546542043165572, "W12": -4.9928429833961259, "S12": -15.450394935976963, "W13": -24.760820496184159, "S13": -24.760820496184159, "W21": -38.195126129189887, "S21": -44.545229705102741, "W22": -46.240015141783921, "S22": -46.240015141783921, "W31": -69.763438653498312, "S31": -71.762237145517574, "W32": -85.839384322222102, "S32": -90.839384322222102 }, "geometry": { "type": "Point", "coordinates": [ 101329.571428571434808, 507857.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5296819982394365, "S11": 1.5296819982394365, "W12": -9.6652503773453251, "S12": -9.6652503773453251, "W13": -20.0, "S13": -22.950190204469806, "W21": -48.31712022094279, "S21": -65.437263736424853, "W22": -80.0, "S22": -89.824357137633712, "W31": -107.81221720717421, "S31": -107.81221720717421, "W32": -107.81221720717421, "S32": -110.23338820763794 }, "geometry": { "type": "Point", "coordinates": [ 101329.875, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3733981914029103, "S11": 2.3733981914029108, "W12": -8.1561502998086457, "S12": -8.1561502998086457, "W13": -19.937437724882422, "S13": -21.38810448249663, "W21": -50.0, "S21": -52.95018842974963, "W22": -68.518195149377704, "S22": -71.476614711518152, "W31": -104.76550633701491, "S31": -104.76550633701491, "W32": -104.86383543143799, "S32": -109.86383543143799 }, "geometry": { "type": "Point", "coordinates": [ 101331.2, 499697.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7843304392986581, "W12": -10.014984194753479, "S12": -13.014984194753479, "W13": -18.505147164345257, "S13": -22.717824451432705, "W21": -52.232844915131288, "S21": -62.464231860844421, "W22": -64.09757540267023, "S22": -64.182779982416392, "W31": -97.116789385009127, "S31": -97.116789385009127, "W32": -101.06155762422971, "S32": -106.06155762422971 }, "geometry": { "type": "Point", "coordinates": [ 101332.0, 499121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6756756756756759, "W12": -10.0, "S12": -13.0, "W13": -18.72460464461269, "S13": -23.182854233503608, "W21": -52.533439721456553, "S21": -62.716101454705097, "W22": -64.56507195161268, "S22": -79.127220779898281, "W31": -98.429205216549789, "S31": -98.429205216549789, "W32": -101.24051507077029, "S32": -106.24051507077029 }, "geometry": { "type": "Point", "coordinates": [ 101332.0, 499177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8239072181893992, "S11": 2.8239072181893992, "W12": -9.1702425929547928, "S12": -9.1702425929547928, "W13": -19.288544625039194, "S13": -22.391744857946271, "W21": -54.309179862035187, "S21": -63.174848497455329, "W22": -80.0, "S22": -111.08966440189421, "W31": -111.08966440189421, "S31": -111.08966440189421, "W32": -111.08966440189421, "S32": -112.49160035108532 }, "geometry": { "type": "Point", "coordinates": [ 101332.666666666671517, 500781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2551991422252997, "S11": 1.2551991422252997, "W12": -5.0, "S12": -7.6767973678620303, "W13": -18.28211312429281, "S13": -23.206982689510202, "W21": -40.0, "S21": -51.502023457211251, "W22": -70.0, "S22": -96.883063666377879, "W31": -104.49144694815979, "S31": -104.49144694815979, "W32": -106.17864427645529, "S32": -111.17864427645529 }, "geometry": { "type": "Point", "coordinates": [ 101333.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50384489816419298, "S11": 0.50384489816419298, "W12": -5.0, "S12": -13.695885990857759, "W13": -19.904758372846636, "S13": -21.131278997409677, "W21": -40.836026082311086, "S21": -59.148684725218047, "W22": -59.612841682602138, "S22": -75.455232195146209, "W31": -95.397237126051408, "S31": -95.397237126051408, "W32": -99.968366488636761, "S32": -104.96836648863676 }, "geometry": { "type": "Point", "coordinates": [ 101333.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.6727027467738793, "S12": -10.909567433242527, "W13": -18.049999, "S13": -19.809768527438315, "W21": -34.223762545503874, "S21": -35.083934528452581, "W22": -44.500286176548855, "S22": -48.109585778802078, "W31": -80.0, "S31": -80.0, "W32": -95.105215416683492, "S32": -100.10521541668349 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 496957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29186247874440513, "S11": 0.29186247874440513, "W12": -8.7514115922960904, "S12": -8.7514115922960904, "W13": -17.614081747727994, "S13": -20.372431113817481, "W21": -38.947100624886914, "S21": -40.292488431049676, "W22": -45.329561687187883, "S22": -48.06602379388422, "W31": -84.374694334595461, "S31": -84.374694334595461, "W32": -96.550211083187591, "S32": -101.55021108318759 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 497885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7925217282877686, "S12": -9.7925217282877686, "W13": -20.0, "S13": -22.394674274845457, "W21": -47.899707575713677, "S21": -58.309954108841566, "W22": -80.000000000000014, "S22": -90.989688939709225, "W31": -108.26115701456197, "S31": -108.26115701456197, "W32": -108.26115701456197, "S32": -110.3749415743312 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 500047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2688206712564831, "S11": 2.2688206712564831, "W12": -10.0, "S12": -10.997025690597464, "W13": -25.0, "S13": -25.0, "W21": -37.522611470728478, "S21": -37.8223550556731, "W22": -43.487947874493834, "S22": -48.359742746288703, "W31": -80.0, "S31": -80.407903013635121, "W32": -89.729442199015253, "S32": -94.729442199015253 }, "geometry": { "type": "Point", "coordinates": [ 101334.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50127376378110955, "S11": 0.50127376378110955, "W12": -6.9492177481405486, "S12": -13.096775199420936, "W13": -20.0, "S13": -21.84362619436029, "W21": -40.039098667162307, "S21": -58.025240416201115, "W22": -59.834186001210099, "S22": -85.53617166488317, "W31": -96.979016174821439, "S31": -96.979016174821439, "W32": -100.03242125895365, "S32": -105.03242125895365 }, "geometry": { "type": "Point", "coordinates": [ 101335.0, 502912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50032180198415588, "S11": -0.50032180198415588, "W12": -6.4030396133678371, "S12": -6.4030396133678371, "W13": -20.0, "S13": -21.098036485169196, "W21": -40.646356583726373, "S21": -41.026399749471828, "W22": -50.661121761360995, "S22": -51.030952710645778, "W31": -81.444141689373296, "S31": -81.444141689373296, "W32": -98.593508390805695, "S32": -103.5935083908057 }, "geometry": { "type": "Point", "coordinates": [ 101335.0, 503483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72490667730226122, "S11": -0.72490667730226122, "W12": -7.7703177464059037, "S12": -8.7703177464059046, "W13": -21.569024870584176, "S13": -24.553140834429826, "W21": -44.349850305104475, "S21": -44.459072622409501, "W22": -49.696347944567158, "S22": -49.696347944567158, "W31": -75.500229339407753, "S31": -76.055547444789042, "W32": -97.474319264859801, "S32": -102.4743192648598 }, "geometry": { "type": "Point", "coordinates": [ 101336.0, 503876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29071881372606506, "S11": 0.29071881372606506, "W12": -8.8949114928956199, "S12": -8.8949114928956199, "W13": -17.576422267228594, "S13": -20.573141718661674, "W21": -39.240308409022674, "S21": -39.240308409022674, "W22": -45.875592103355395, "S22": -49.179698351777915, "W31": -84.596197806481428, "S31": -84.596197806481428, "W32": -96.617209415024647, "S32": -101.61720941502465 }, "geometry": { "type": "Point", "coordinates": [ 101337.0, 497938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5426794598436389, "W12": -9.7344074537108938, "S12": -10.26014091077421, "W13": -18.940549679348074, "S13": -23.500436166285724, "W21": -51.964009770200889, "S21": -62.775403351483206, "W22": -64.720193465140838, "S22": -89.375644357032726, "W31": -100.20140575220751, "S31": -100.20140575220751, "W32": -101.6639847703327, "S32": -106.6639847703327 }, "geometry": { "type": "Point", "coordinates": [ 101337.0, 499263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77915215693899131, "S11": -0.77915215693899131, "W12": -7.9116834228694692, "S12": -8.5326874813561631, "W13": -21.795166860237938, "S13": -24.811434602541677, "W21": -45.300158663576553, "S21": -45.430186809690106, "W22": -50.0, "S22": -50.0, "W31": -75.270593646734952, "S31": -75.963010632895319, "W32": -97.312697042426777, "S32": -102.31269704242678 }, "geometry": { "type": "Point", "coordinates": [ 101337.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5418197230856179, "S11": 1.6153932966591913, "W12": -9.9541913773372919, "S12": -11.078254479628676, "W13": -18.883971728424893, "S13": -23.440522066447915, "W21": -52.901929493689245, "S21": -62.971484907922928, "W22": -64.825360969718318, "S22": -64.825360969718318, "W31": -99.410893657706183, "S31": -99.410893657706183, "W32": -101.44784511208351, "S32": -106.44784511208351 }, "geometry": { "type": "Point", "coordinates": [ 101338.0, 499221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015187817386536764, "S11": 0.015187817386536764, "W12": -5.0, "S12": -5.4820807088781525, "W13": -18.336182369350944, "S13": -25.868581175181554, "W21": -30.443193809356316, "S21": -55.443193809356316, "W22": -66.939966818815577, "S22": -82.822451429895594, "W31": -100.04567848345293, "S31": -100.04567848345293, "W32": -102.97465387316824, "S32": -107.97465387316824 }, "geometry": { "type": "Point", "coordinates": [ 101338.0, 502402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21279898789448451, "S11": 0.21279898789448451, "W12": -6.7953835473793829, "S12": -6.8560994299953428, "W13": -20.000000000000004, "S13": -23.000000000000004, "W21": -30.899341706873987, "S21": -48.319791286982777, "W22": -67.833769633507856, "S22": -81.287228101828887, "W31": -99.866540043038569, "S31": -99.866540043038569, "W32": -100.47186846171853, "S32": -105.47186846171853 }, "geometry": { "type": "Point", "coordinates": [ 101338.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.359265421953634, "S12": -11.359265421953634, "W13": -17.331360993568897, "S13": -19.811765186599398, "W21": -50.812260224166899, "S21": -61.202301849882339, "W22": -61.493338707083133, "S22": -61.732156100359397, "W31": -91.165304094688594, "S31": -91.165304094688594, "W32": -100.02956345113223, "S32": -105.02956345113223 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 498824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0140840351151519, "S11": 1.0140840351151519, "W12": -5.6086702343445731, "S12": -6.7004294885721487, "W13": -18.259899823117912, "S13": -23.259899823117912, "W21": -40.000000000000007, "S21": -56.099081347623667, "W22": -69.504194757786976, "S22": -89.591531002328466, "W31": -101.32660457570944, "S31": -101.32660457570944, "W32": -104.97869997778162, "S32": -109.97869997778162 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 501954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1692118446067141, "S12": -5.1692118446067141, "W13": -19.6719696969697, "S13": -19.676631299179647, "W21": -41.627210135572234, "S21": -51.92484989385747, "W22": -56.907584456409062, "S22": -59.440891473087241, "W31": -90.616991620968577, "S31": -90.616991620968577, "W32": -99.358542905840196, "S32": -104.3585429058402 }, "geometry": { "type": "Point", "coordinates": [ 101340.0, 503216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50240297443210769, "S11": 0.50240297443210769, "W12": -7.8735632183908049, "S12": -10.838616362620625, "W13": -20.0, "S13": -22.255651363318574, "W21": -36.392866212177452, "S21": -53.811326318494466, "W22": -60.0, "S22": -87.456125896020438, "W31": -98.067305846576616, "S31": -98.067305846576616, "W32": -100.14482156941433, "S32": -105.14482156941433 }, "geometry": { "type": "Point", "coordinates": [ 101342.0, 502854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.942336291886562, "S13": -20.942336291886562, "W21": -41.43181079860517, "S21": -41.43181079860517, "W22": -41.43181079860517, "S22": -41.43181079860517, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101342.25, 511929.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.29886093896295, "S11": 3.29886093896295, "W12": -7.7393268414795786, "S12": -9.6798257869053632, "W13": -18.962448126002251, "S13": -21.962448126002251, "W21": -60.0, "S21": -70.222870147139844, "W22": -70.222870147139844, "S22": -91.59297837958222, "W31": -107.75439290552576, "S31": -107.75439290552576, "W32": -107.81317802797187, "S32": -112.81317802797187 }, "geometry": { "type": "Point", "coordinates": [ 101342.5, 501108.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0631435273566421, "S11": 2.0631435273566421, "W12": -4.9921448670600386, "S12": -14.383508928788071, "W13": -24.768797303920195, "S13": -24.768797303920195, "W21": -38.343510304542725, "S21": -44.677955868882918, "W22": -46.469296462399448, "S22": -46.469296462399448, "W31": -69.757179219666327, "S31": -71.845290458267499, "W32": -85.762018681077862, "S32": -90.762018681077862 }, "geometry": { "type": "Point", "coordinates": [ 101343.380952380946837, 507904.761904761893675 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1951802715433599, "S11": 3.1178449422020429, "W12": -8.0840648534253674, "S12": -11.860285606222961, "W13": -19.027595680573786, "S13": -22.027595680573786, "W21": -60.0, "S21": -70.187291872247101, "W22": -72.717763285336147, "S22": -100.07125455715597, "W31": -107.75843458608085, "S31": -107.75843458608085, "W32": -107.80428275582317, "S32": -112.80428275582317 }, "geometry": { "type": "Point", "coordinates": [ 101343.7, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29472575905153769, "S11": -0.29472575905153769, "W12": -8.1070192466778881, "S12": -16.498336293857225, "W13": -19.832686538308884, "S13": -24.163909465120256, "W21": -45.645524189456786, "S21": -45.645524189456786, "W22": -47.516293716883837, "S22": -54.902373280058015, "W31": -75.804518555450528, "S31": -76.052697079955848, "W32": -96.441090528928413, "S32": -101.44109052892841 }, "geometry": { "type": "Point", "coordinates": [ 101344.111111111109494, 504240.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.573510006597482, "S12": -13.573510006597482, "W13": -21.223508838979537, "S13": -21.223508838979537, "W21": -41.346341998142933, "S21": -41.346341998142933, "W22": -41.346341998142933, "S22": -41.346341998142933, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101345.714285714289872, 511700.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0600888532622847, "W12": -10.444189006116835, "S12": -13.200609303738336, "W13": -18.106494678746504, "S13": -21.597223888653797, "W21": -52.042942115189327, "S21": -62.171672530868349, "W22": -63.053738302817791, "S22": -64.229773197065185, "W31": -94.719759110598091, "S31": -94.719759110598091, "W32": -100.7444194965255, "S32": -105.7444194965255 }, "geometry": { "type": "Point", "coordinates": [ 101347.0, 499024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2221955795822286, "S12": -8.2221955795822286, "W13": -20.0, "S13": -21.954912861089323, "W21": -50.0, "S21": -58.731669486745631, "W22": -68.826447667086157, "S22": -70.772765003096424, "W31": -104.97423617953071, "S31": -104.97423617953071, "W32": -105.03046065414507, "S32": -110.03046065414507 }, "geometry": { "type": "Point", "coordinates": [ 101347.0, 499727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36912842791202832, "S11": -0.36912842791202832, "W12": -9.8823472322062358, "S12": -9.8823472322062358, "W13": -20.0, "S13": -22.388017118402281, "W21": -47.693391806212809, "S21": -53.434796852437771, "W22": -80.0, "S22": -91.474130939164084, "W31": -108.50046187732447, "S31": -108.50046187732447, "W32": -108.50046187732447, "S32": -110.39596450468781 }, "geometry": { "type": "Point", "coordinates": [ 101347.75, 500078.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -49.276239260069509, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101348.12, 514755.32 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7655758220441944, "S11": 1.3865823752654589, "W12": -7.1292178921076719, "S12": -7.1292178921076719, "W13": -19.64959780653194, "S13": -20.046341889481806, "W21": -50.0, "S21": -66.509132047751336, "W22": -67.156281544213911, "S22": -79.542204889163344, "W31": -103.37408027401065, "S31": -103.37408027401065, "W32": -103.84594929178915, "S32": -108.84594929178915 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 499568.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51845127280238446, "S11": -0.51845127280238446, "W12": -6.5756047414804772, "S12": -6.5756047414804772, "W13": -20.128514672095807, "S13": -21.548511886968388, "W21": -40.592272156760544, "S21": -40.928902808018918, "W22": -50.0, "S22": -50.0, "W31": -80.40871934604904, "S31": -80.40871934604904, "W32": -98.496722415641329, "S32": -103.49672241564133 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 503521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2449654314940797, "S11": 2.2449654314940797, "W12": -5.0, "S12": -7.8948836714049939, "W13": -25.0, "S13": -25.0, "W21": -37.206490696668141, "S21": -38.820538077904928, "W22": -43.632501426822984, "S22": -43.632501426822984, "W31": -79.905363648941574, "S31": -80.362161010365114, "W32": -89.2409105581647, "S32": -94.2409105581647 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9959305528726117, "S11": 1.9959305528726117, "W12": -4.9978400345694158, "S12": -4.9978400345694158, "W13": -24.407714773952936, "S13": -24.407714773952936, "W21": -37.355634941990715, "S21": -44.015741145172449, "W22": -49.444038026228512, "S22": -49.444038026228512, "W31": -69.97990226525549, "S31": -69.97990226525549, "W32": -83.706794189479368, "S32": -88.706794189479368 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 508455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9493392832936207, "S11": 1.9493392832936207, "W12": -9.3677537541880582, "S12": -9.7425187187896842, "W13": -24.167511338089483, "S13": -24.167511338089483, "W21": -35.250501940561698, "S21": -40.250501940561698, "W22": -50.0, "S22": -50.0, "W31": -72.010560887289202, "S31": -76.192208998050418, "W32": -83.635738864878206, "S32": -88.635738864878206 }, "geometry": { "type": "Point", "coordinates": [ 101349.0, 508805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.834218338474741, "S11": 2.834218338474741, "W12": -9.1350056496550298, "S12": -9.1350056496550298, "W13": -19.285296093857095, "S13": -22.371347049746575, "W21": -53.908207808572968, "S21": -63.162059905210171, "W22": -80.0, "S22": -111.16764463660721, "W31": -111.16764463660721, "S31": -111.16764463660721, "W32": -111.16764463660721, "S32": -112.38675695132447 }, "geometry": { "type": "Point", "coordinates": [ 101349.333333333328483, 500776.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8872942122545624, "S11": 0.8872942122545624, "W12": -5.7345308590734501, "S12": -6.2811391655238689, "W13": -18.235509533539648, "S13": -23.401978587369381, "W21": -40.0, "S21": -56.500028502479715, "W22": -69.087757890309462, "S22": -94.54994515338754, "W31": -100.36484196106012, "S31": -100.36484196106012, "W32": -104.92547954674501, "S32": -109.92547954674501 }, "geometry": { "type": "Point", "coordinates": [ 101350.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61927997641633936, "S11": -0.61927997641633936, "W12": -7.1830240518003663, "S12": -7.1830240518003663, "W13": -20.852572567782108, "S13": -23.187454286669421, "W21": -40.0, "S21": -40.033249448921616, "W22": -48.937813593361099, "S22": -48.937813593361099, "W31": -77.789818528473802, "S31": -77.789818528473802, "W32": -97.979684668873858, "S32": -102.97968466887386 }, "geometry": { "type": "Point", "coordinates": [ 101351.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31623834064113071, "S11": 0.31623834064113071, "W12": -8.0611864347407387, "S12": -8.0611864347407387, "W13": -17.819686653598652, "S13": -19.968700355489098, "W21": -38.04514438307713, "S21": -40.529033440367257, "W22": -42.080910220517062, "S22": -42.312490280188236, "W31": -82.612719074037713, "S31": -82.612719074037713, "W32": -96.018974706259428, "S32": -101.01897470625943 }, "geometry": { "type": "Point", "coordinates": [ 101352.0, 497603.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.634733096085409, "S12": -11.280762949534855, "W13": -19.881368903270129, "S13": -20.703515738713168, "W21": -47.312174016665971, "S21": -56.071840053839217, "W22": -80.0, "S22": -96.824303405572749, "W31": -105.05405405405406, "S31": -105.05405405405406, "W32": -106.0715405130461, "S32": -111.0715405130461 }, "geometry": { "type": "Point", "coordinates": [ 101352.0, 500274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50768547757291804, "S11": 0.50768547757291804, "W12": -8.3181908285978583, "S12": -9.8053243308519633, "W13": -20.0, "S13": -22.468189233278956, "W21": -35.256968726193037, "S21": -51.957335945136819, "W22": -63.852657004830917, "S22": -88.104285201363808, "W31": -98.697729867348286, "S31": -98.697729867348286, "W32": -100.24022643902502, "S32": -105.24022643902502 }, "geometry": { "type": "Point", "coordinates": [ 101352.5, 502825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2525239863841717, "S11": 2.2525239863841717, "W12": -5.4105066743218027, "S12": -8.2366473334284418, "W13": -25.0, "S13": -25.0, "W21": -37.221183710755355, "S21": -38.810279373751221, "W22": -43.608218862427911, "S22": -43.608218862427911, "W31": -80.0, "S31": -80.455575298117054, "W32": -89.283483289611866, "S32": -94.283483289611866 }, "geometry": { "type": "Point", "coordinates": [ 101353.0, 506742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2156701415570108, "S12": -8.2156701415570108, "W13": -20.0, "S13": -22.11759489785457, "W21": -50.0, "S21": -60.91018048505461, "W22": -68.914136084627927, "S22": -70.883314590287995, "W31": -105.01245127178726, "S31": -105.01245127178726, "W32": -105.05019025259061, "S32": -110.05019025259061 }, "geometry": { "type": "Point", "coordinates": [ 101353.8, 499734.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43335010161175896, "S11": 0.43335010161175896, "W12": -9.089260071045274, "S12": -9.089260071045274, "W13": -16.557730403235002, "S13": -17.269299256528335, "W21": -48.12532918434929, "S21": -58.508713586268698, "W22": -58.508713586268698, "S22": -66.943674899163824, "W31": -89.026520495747661, "S31": -89.026520495747661, "W32": -98.730198303062011, "S32": -103.73019830306201 }, "geometry": { "type": "Point", "coordinates": [ 101354.0, 498631.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.06154760746217959, "S11": -0.06154760746217959, "W12": -6.2418431884348973, "S12": -6.2524686827438964, "W13": -20.0, "S13": -24.013563797863402, "W21": -29.988758665447897, "S21": -47.017028498675003, "W22": -70.0, "S22": -87.259944557630007, "W31": -100.12773109243697, "S31": -100.12773109243697, "W32": -100.70499936354048, "S32": -105.70499936354048 }, "geometry": { "type": "Point", "coordinates": [ 101355.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91800880112582905, "S11": 0.91800880112582905, "W12": -5.4605555647280362, "S12": -6.5007267920216467, "W13": -18.225483625561832, "S13": -23.225483625561832, "W21": -40.0, "S21": -55.853252864095651, "W22": -69.721265650591135, "S22": -91.36037981153936, "W31": -101.47853398390876, "S31": -101.47853398390876, "W32": -104.98105389191991, "S32": -109.98105389191991 }, "geometry": { "type": "Point", "coordinates": [ 101355.5, 501945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48924649046868401, "S11": 0.48924649046868401, "W12": -10.871860570363236, "S12": -10.871860570363236, "W13": -17.208819801635006, "S13": -20.186142089706941, "W21": -50.98909881898669, "S21": -61.206683756644395, "W22": -61.206683756644395, "S22": -62.405107581629103, "W31": -90.655225710484189, "S31": -90.655225710484189, "W32": -99.796713895610523, "S32": -104.79671389561052 }, "geometry": { "type": "Point", "coordinates": [ 101355.666666666671517, 498797.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.042052261481032, "S12": -10.042052261481032, "W13": -19.539878990335833, "S13": -22.779430644200076, "W21": -49.121900348490861, "S21": -57.624421575413294, "W22": -80.0, "S22": -108.72755417956657, "W31": -108.72755417956657, "S31": -108.72755417956657, "W32": -108.72755417956657, "S32": -111.99972528837415 }, "geometry": { "type": "Point", "coordinates": [ 101356.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7484832934593022, "S11": -0.7484832934593022, "W12": -7.9294881599240474, "S12": -9.2421323537205318, "W13": -21.594368789942695, "S13": -24.594368789942695, "W21": -44.283982996776935, "S21": -44.374886230005821, "W22": -48.693516065915908, "S22": -48.693516065915908, "W31": -75.254715227348356, "S31": -75.863576434053144, "W32": -97.165873753711594, "S32": -102.16587375371159 }, "geometry": { "type": "Point", "coordinates": [ 101356.0, 503990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33094060436791939, "S11": 0.33094060436791939, "W12": -7.1522251853398817, "S12": -10.00402795273769, "W13": -24.29310618276017, "S13": -24.29310618276017, "W21": -38.432911590749661, "S21": -38.432911590749661, "W22": -44.486137696646267, "S22": -44.486137696646267, "W31": -76.384680516495806, "S31": -76.525425626051145, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101356.0, 505047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48961144777715621, "S11": 0.48961144777715621, "W12": -10.866348172572032, "S12": -10.866348172572032, "W13": -17.208891377579871, "S13": -20.191197130502182, "W21": -51.011686851717293, "S21": -61.216511387763944, "W22": -61.216511387763944, "S22": -62.392562635133949, "W31": -90.65096658357588, "S31": -90.65096658357588, "W32": -99.792960360728031, "S32": -104.79296036072803 }, "geometry": { "type": "Point", "coordinates": [ 101356.666666666671517, 498798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0716328503967429, "S11": 2.0716328503967429, "W12": -4.9914467507239504, "S12": -13.316622921598633, "W13": -24.77677411165628, "S13": -24.77677411165628, "W21": -38.491894479895429, "S21": -44.810682032662889, "W22": -46.697191185065684, "S22": -46.697191185065684, "W31": -69.750919785834313, "S31": -71.928343771017396, "W32": -85.684653039933735, "S32": -90.684653039933735 }, "geometry": { "type": "Point", "coordinates": [ 101357.190476190473419, 507952.380952380946837 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4266671212327835, "S11": 1.4266671212327835, "W12": -11.219045396690708, "S12": -11.219045396690708, "W13": -19.727039883656143, "S13": -23.071182327075643, "W21": -47.11370925031386, "S21": -53.219894131714888, "W22": -80.0, "S22": -103.71942724458205, "W31": -105.40007076785471, "S31": -105.40007076785471, "W32": -106.65431250171839, "S32": -111.65431250171839 }, "geometry": { "type": "Point", "coordinates": [ 101358.0, 500447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0986503989311962, "S11": 1.0986503989311962, "W12": -6.9220798834514925, "S12": -9.1721293499250347, "W13": -25.0, "S13": -25.0, "W21": -37.221512308379502, "S21": -37.221512308379502, "W22": -42.756940795200379, "S22": -60.619591574571373, "W31": -80.0, "S31": -80.281973953902863, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101358.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5057506994093877, "S11": 1.4463632413317977, "W12": -9.4212982273307002, "S12": -9.8752920884200002, "W13": -19.044496695397143, "S13": -24.044496695397143, "W21": -49.945678307390004, "S21": -62.254200587749772, "W22": -64.549485951925945, "S22": -80.550009193405117, "W31": -100.7776697937451, "S31": -100.7776697937451, "W32": -101.894009582712, "S32": -106.894009582712 }, "geometry": { "type": "Point", "coordinates": [ 101359.0, 499320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0655656471829453, "S11": 3.0601304184962328, "W12": -8.5187703383680677, "S12": -11.518770338368068, "W13": -19.113203187586961, "S13": -22.113203187586961, "W21": -57.375061244487995, "S21": -67.45794007702095, "W22": -76.313891129989074, "S22": -109.37287815901934, "W31": -109.37287815901934, "S31": -109.37287815901934, "W32": -109.37287815901934, "S32": -112.64340841589524 }, "geometry": { "type": "Point", "coordinates": [ 101359.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.196094302107678, "S12": -7.196094302107678, "W13": -25.665844361693942, "S13": -25.665844361693942, "W21": -37.291977739860535, "S21": -37.291977739860535, "W22": -42.735687380428502, "S22": -48.468353117530796, "W31": -78.254817421909365, "S31": -78.429592081751935, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101359.0, 505277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.071638719544470278, "S11": 0.071638719544470278, "W12": -7.2525801722891936, "S12": -16.240550265717161, "W13": -19.990251572327043, "S13": -19.990251572327043, "W21": -40.589545987948206, "S21": -40.589545987948206, "W22": -45.11973619868624, "S22": -53.975287761747524, "W31": -76.60055175623738, "S31": -76.669255414587695, "W32": -95.105933369560375, "S32": -100.10593336956038 }, "geometry": { "type": "Point", "coordinates": [ 101359.142857142855064, 504690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2977106969205829, "S11": 1.3095597129301981, "W12": -8.9251073572802841, "S12": -8.9251073572802841, "W13": -19.138233754849928, "S13": -23.456614012176825, "W21": -49.468219219712708, "S21": -63.027878602086773, "W22": -64.923864030828696, "S22": -83.093080989505467, "W31": -101.15436560643133, "S31": -101.15436560643133, "W32": -102.16083916083916, "S32": -107.16083916083916 }, "geometry": { "type": "Point", "coordinates": [ 101360.0, 499356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0006813054258716, "S11": 1.0006813054258716, "W12": -5.0397920007925023, "S12": -6.9382857341502069, "W13": -18.219221862239397, "S13": -23.219221862239397, "W21": -40.0, "S21": -53.14920339758249, "W22": -70.0, "S22": -92.535336901331135, "W31": -103.33073813213819, "S31": -103.33073813213819, "W32": -105.6121636137608, "S32": -110.6121636137608 }, "geometry": { "type": "Point", "coordinates": [ 101360.0, 501854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8019339325381627, "S11": 1.3593710489667059, "W12": -6.9409206163927042, "S12": -6.9409206163927042, "W13": -19.623246041081849, "S13": -20.269574696048657, "W21": -49.999999999999993, "S21": -68.571220779219473, "W22": -68.571220779219473, "S22": -83.082875819309848, "W31": -103.17841717224506, "S31": -103.17841717224506, "W32": -103.73680445023244, "S32": -108.73680445023244 }, "geometry": { "type": "Point", "coordinates": [ 101360.714285714289872, 499555.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.715631672597866, "S12": -11.380270880530611, "W13": -19.860037564646881, "S13": -20.90237680515321, "W21": -47.224655445733241, "S21": -55.415391953038679, "W22": -80.0, "S22": -98.194852941176464, "W31": -104.96486486486486, "S31": -104.96486486486486, "W32": -106.07587088614555, "S32": -111.07587088614555 }, "geometry": { "type": "Point", "coordinates": [ 101361.0, 500292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2200091106570885, "S11": 2.2200091106570885, "W12": -10.0, "S12": -10.964457002639699, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.55543504989307, "S21": -37.55543504989307, "W22": -43.352270714085527, "S22": -50.64376868979403, "W31": -80.0, "S31": -80.406061479011683, "W32": -89.939146090301108, "S32": -94.939146090301108 }, "geometry": { "type": "Point", "coordinates": [ 101361.0, 506535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1741985153596946, "S11": 2.1741985153596946, "W12": -4.996418234547769, "S12": -19.996418234547768, "W13": -25.0, "S13": -25.0, "W21": -36.093069544210607, "S21": -40.894512929800783, "W22": -44.091255625500921, "S22": -44.091255625500921, "W31": -73.058230539909403, "S31": -74.089198326922897, "W32": -87.902136668591339, "S32": -92.902136668591339 }, "geometry": { "type": "Point", "coordinates": [ 101361.666666666671517, 507218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28706273872102256, "S11": 0.28706273872102256, "W12": -6.1630820687800343, "S12": -7.2511010879650843, "W13": -17.85947019286213, "S13": -20.85947019286213, "W21": -37.275773702451531, "S21": -39.175133201702565, "W22": -40.62630442092216, "S22": -41.883116066686931, "W31": -81.333702268954056, "S31": -81.333702268954056, "W32": -95.63295445014306, "S32": -100.63295445014306 }, "geometry": { "type": "Point", "coordinates": [ 101362.0, 497389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6442784683128031, "S11": 1.8323126322228001, "W12": -10.000000000000002, "S12": -13.000000000000002, "W13": -18.472024490507582, "S13": -23.472024490507582, "W21": -52.899753372987092, "S21": -62.756159108085669, "W22": -63.63779097160424, "S22": -67.086735263623808, "W31": -96.892748249587541, "S31": -96.892748249587541, "W32": -101.04728267995281, "S32": -106.04728267995281 }, "geometry": { "type": "Point", "coordinates": [ 101362.0, 499122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1849555175567117, "S11": 2.1849555175567117, "W12": -10.0, "S12": -10.767640534289894, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.582254065020543, "S21": -37.582254065020543, "W22": -43.328827673443115, "S22": -51.579839819192102, "W31": -80.0, "S31": -80.401812952295643, "W32": -89.99758130145986, "S32": -94.99758130145986 }, "geometry": { "type": "Point", "coordinates": [ 101362.0, 506517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50442753459403811, "S11": 0.50442753459403811, "W12": -5.7468168462291862, "S12": -15.746816846229187, "W13": -19.87097867191045, "S13": -21.195378578692086, "W21": -40.768654872957711, "S21": -57.197228133522017, "W22": -59.709666676448336, "S22": -75.026713878625074, "W31": -95.858433653892732, "S31": -95.858433653892732, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101363.0, 502990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1644656587214035, "S12": -5.1644656587214035, "W13": -19.677526554718149, "S13": -19.755304332495928, "W21": -41.76089993656921, "S21": -52.189938995601608, "W22": -57.263862373658085, "S22": -60.739141165723616, "W31": -90.798940916258118, "S31": -90.798940916258118, "W32": -99.377452654479683, "S32": -104.37745265447968 }, "geometry": { "type": "Point", "coordinates": [ 101363.0, 503216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5115997932065444, "S12": -9.5115997932065444, "W13": -20.0, "S13": -25.0, "W21": -48.656079651988193, "S21": -72.055144169230758, "W22": -78.658940397351003, "S22": -85.877852650294415, "W31": -106.99820221705242, "S31": -106.99820221705242, "W32": -106.99820221705242, "S32": -110.07513032667612 }, "geometry": { "type": "Point", "coordinates": [ 101364.0, 499938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5043333848389947, "S11": 0.5043333848389947, "W12": -7.2446299300307979, "S12": -7.7792727244934676, "W13": -25.459493100381767, "S13": -25.459493100381767, "W21": -36.955656567252845, "S21": -36.955656567252845, "W22": -42.631980300778032, "S22": -50.017409255094051, "W31": -80.0, "S31": -80.213599711666276, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101365.0, 505492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5890192679787911, "S11": 1.5890192679787911, "W12": -10.0, "S12": -10.536331073692526, "W13": -23.898922069315038, "S13": -23.898922069315038, "W21": -36.879583016491267, "S21": -36.879583016491267, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -72.189950080799008, "W32": -83.740858867201297, "S32": -88.740858867201297 }, "geometry": { "type": "Point", "coordinates": [ 101365.0, 509265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3166832726368911, "S11": 3.3166832726368911, "W12": -7.4864312654710679, "S12": -9.6818538006823349, "W13": -18.887630774745045, "S13": -21.502719126906044, "W21": -60.0, "S21": -68.992807344745842, "W22": -69.966705547036057, "S22": -92.108786798393865, "W31": -107.59139188799148, "S31": -107.59139188799148, "W32": -107.71631635088185, "S32": -112.71631635088185 }, "geometry": { "type": "Point", "coordinates": [ 101366.0, 501188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8007761972949652, "S12": -9.8007761972949652, "W13": -20.0, "S13": -23.52258678078935, "W21": -47.739989693751269, "S21": -58.528221588974688, "W22": -80.0, "S22": -90.044441932974777, "W31": -108.05608224449477, "S31": -108.05608224449477, "W32": -108.05608224449477, "S32": -110.1458992054109 }, "geometry": { "type": "Point", "coordinates": [ 101367.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3476486096868601, "S11": 3.3476486096868601, "W12": -7.5708776755172442, "S12": -8.6416491512181501, "W13": -18.914500979764412, "S13": -21.914500979764412, "W21": -60.0, "S21": -69.679264126728583, "W22": -69.973907038209433, "S22": -94.885130943568683, "W31": -107.58984398175235, "S31": -107.58984398175235, "W32": -107.64513608286916, "S32": -112.64513608286916 }, "geometry": { "type": "Point", "coordinates": [ 101367.0, 501142.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5466187911770248, "S11": 1.5466187911770248, "W12": -10.0, "S12": -10.603309840942735, "W13": -23.880103764635553, "S13": -23.880103764635553, "W21": -36.999405261920771, "S21": -36.999405261920771, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -71.35910235866379, "W32": -83.740471684872304, "S32": -88.740471684872304 }, "geometry": { "type": "Point", "coordinates": [ 101367.0, 509301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4431753464532022, "W12": -9.0711792852650213, "S12": -9.0812463993589816, "W13": -19.119288312005857, "S13": -23.72324870804546, "W21": -49.70454595631945, "S21": -62.64914429426959, "W22": -64.799929499742305, "S22": -85.335228744340213, "W31": -100.9984201328207, "S31": -100.9984201328207, "W32": -102.07109557109557, "S32": -107.07109557109557 }, "geometry": { "type": "Point", "coordinates": [ 101368.0, 499345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63804723550437092, "S11": -0.63804723550437092, "W12": -7.1361604021968281, "S12": -7.1361604021968281, "W13": -20.985239181215817, "S13": -23.574519450957734, "W21": -40.299289148638366, "S21": -40.335382131291581, "W22": -48.458558138458223, "S22": -48.458558138458223, "W31": -77.253816435079727, "S31": -77.253816435079727, "W32": -97.878651510408275, "S32": -102.87865151040828 }, "geometry": { "type": "Point", "coordinates": [ 101368.5, 503743.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8350111428385709, "S11": 2.8350111428385709, "W12": -9.1233365609887969, "S12": -9.1233365609887969, "W13": -19.290156001804998, "S13": -22.361116519575368, "W21": -53.241874897925932, "S21": -62.930516586041492, "W22": -79.999999999999986, "S22": -108.94278275790728, "W31": -108.94278275790728, "S31": -108.94278275790728, "W32": -108.94278275790728, "S32": -112.24913324585427 }, "geometry": { "type": "Point", "coordinates": [ 101369.333333333328483, 500765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52728531883731466, "S11": -0.52728531883731466, "W12": -6.6001455015198385, "S12": -6.6001455015198385, "W13": -20.190129386703749, "S13": -21.701342273627311, "W21": -40.628782550782823, "S21": -41.023517422404069, "W22": -49.730501381300833, "S22": -49.730501381300833, "W31": -79.880888423690209, "S31": -79.880888423690209, "W32": -98.445590202346949, "S32": -103.44559020234695 }, "geometry": { "type": "Point", "coordinates": [ 101370.0, 503545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63800264848246979, "S11": -0.63800264848246979, "W12": -7.1243166975025689, "S12": -7.1243166975025689, "W13": -20.984734770222996, "S13": -23.577754480752617, "W21": -40.272372149871657, "S21": -40.307587177738185, "W22": -48.434355886335688, "S22": -48.434355886335688, "W31": -77.247199125284737, "S31": -78.247199125284737, "W32": -97.878459804135474, "S32": -102.87845980413547 }, "geometry": { "type": "Point", "coordinates": [ 101370.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24895312292435443, "S11": -0.24895312292435443, "W12": -8.0266076846980283, "S12": -17.996853517670267, "W13": -19.707162646422159, "S13": -23.808643627559562, "W21": -45.182086857816138, "S21": -45.182086857816138, "W22": -46.942679046314794, "S22": -56.942679046314794, "W31": -75.898166070923509, "S31": -76.102823275207442, "W32": -96.358520109524363, "S32": -101.35852010952436 }, "geometry": { "type": "Point", "coordinates": [ 101371.0, 504269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1697060453289176, "S11": 2.1697060453289176, "W12": -10.0, "S12": -11.0, "W13": -25.0, "S13": -25.0, "W21": -37.557976707821112, "S21": -37.557976707821112, "W22": -43.308936702641496, "S22": -51.169935353113829, "W31": -80.0, "S31": -80.406949331634891, "W32": -89.997785890622083, "S32": -94.997785890622083 }, "geometry": { "type": "Point", "coordinates": [ 101371.0, 506531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0801221734368429, "S11": 2.0801221734368429, "W12": -4.9907486343878631, "S12": -12.249736914409198, "W13": -24.784750919392359, "S13": -24.784750919392359, "W21": -38.640278655248132, "S21": -44.94340819644286, "W22": -46.925085907731905, "S22": -46.925085907731905, "W31": -69.744660352002313, "S31": -72.011397083767321, "W32": -85.607287398789609, "S32": -90.607287398789609 }, "geometry": { "type": "Point", "coordinates": [ 101371.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.73105575326216, "S12": -11.450436347010745, "W13": -19.850866119538335, "S13": -20.836455992956058, "W21": -47.154040129738291, "S21": -56.098578446009043, "W22": -80.0, "S22": -99.126934984520119, "W31": -104.85585585585586, "S31": -104.85585585585586, "W32": -106.00912815154931, "S32": -111.00912815154931 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 500294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33039489885293, "S11": -0.33039489885293, "W12": -5.0895994378074487, "S12": -5.1700643461668587, "W13": -20.0, "S13": -25.0, "W21": -29.937626652285186, "S21": -47.188025275963042, "W22": -70.0, "S22": -91.057412912060386, "W31": -100.23865546218487, "S31": -100.23865546218487, "W32": -101.03585795621248, "S32": -106.03585795621248 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 502682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3889897156684832, "S12": -11.316989978921633, "W13": -20.0, "S13": -22.441079099291361, "W21": -36.252808001093896, "S21": -51.761877115692315, "W22": -64.820717131474098, "S22": -93.138258533797568, "W31": -98.799870682252163, "S31": -98.799870682252163, "W32": -100.22698912402996, "S32": -105.22698912402996 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2929976133167407, "S11": 2.2929976133167407, "W12": -8.0490167934548591, "S12": -10.383947315735645, "W13": -25.0, "S13": -25.0, "W21": -37.325184695359809, "S21": -38.530405642785418, "W22": -43.472246957093262, "S22": -43.472246957093262, "W31": -79.999999999999986, "S31": -80.445088171980075, "W32": -89.542456797588571, "S32": -94.542456797588571 }, "geometry": { "type": "Point", "coordinates": [ 101372.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3071554126411677, "S11": 2.3071554126411677, "W12": -10.0, "S12": -11.875706756109247, "W13": -25.0, "S13": -25.0, "W21": -37.404831535868716, "S21": -38.171631869021141, "W22": -43.410801792449121, "S22": -46.165187757361402, "W31": -80.0, "S31": -80.432214308943458, "W32": -89.705437070646909, "S32": -94.705437070646909 }, "geometry": { "type": "Point", "coordinates": [ 101373.0, 506632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.67843609858976, "S12": -14.67843609858976, "W13": -20.0, "S13": -20.0, "W21": -42.386650532513009, "S21": -46.121844050603201, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101374.0, 513099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0284339759285444, "S11": 1.0284339759285444, "W12": -4.8864985163204748, "S12": -7.3307607223168887, "W13": -18.188460184759318, "S13": -22.552981923889753, "W21": -40.0, "S21": -51.115509702446111, "W22": -70.0, "S22": -96.283513241389002, "W31": -104.7110989624058, "S31": -104.7110989624058, "W32": -106.14979823866175, "S32": -111.14979823866175 }, "geometry": { "type": "Point", "coordinates": [ 101375.0, 501785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24130698930829392, "S11": -0.24130698930829392, "W12": -8.0133941000068454, "S12": -17.774901745008513, "W13": -19.686365519455538, "S13": -23.749385349883486, "W21": -45.105807332553951, "S21": -45.105807332553951, "W22": -46.834832536299395, "S22": -56.878764734998093, "W31": -75.914267792130772, "S31": -76.111683884816955, "W32": -96.341402374485071, "S32": -101.34140237448507 }, "geometry": { "type": "Point", "coordinates": [ 101375.333333333328483, 504273.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2751899833058946, "S12": -8.2751899833058946, "W13": -20.0, "S13": -22.784523038095369, "W21": -49.987750257656344, "S21": -63.956506466677403, "W22": -69.33442513151364, "S22": -71.703950663187911, "W31": -105.25939620656028, "S31": -105.25939620656028, "W32": -105.25939620656028, "S32": -110.14935637953364 }, "geometry": { "type": "Point", "coordinates": [ 101376.4, 499771.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49355556980747878, "S11": 0.49355556980747878, "W12": -10.617286471146681, "S12": -10.617286471146681, "W13": -17.168109898805653, "S13": -20.168109898805653, "W21": -51.328671328671327, "S21": -61.283412035152217, "W22": -61.283412035152217, "S22": -62.357573323079301, "W31": -90.412937751669077, "S31": -90.412937751669077, "W32": -99.651832308095976, "S32": -104.65183230809598 }, "geometry": { "type": "Point", "coordinates": [ 101377.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2911531690140845, "S11": 1.2911531690140845, "W12": -9.6846686501486801, "S12": -9.6846686501486801, "W13": -20.0, "S13": -24.441880015284678, "W21": -48.065014217656383, "S21": -65.594386328596286, "W22": -79.999999999999986, "S22": -88.594233746130016, "W31": -107.54805020091715, "S31": -107.54805020091715, "W32": -107.54805020091715, "S32": -110.02857062128268 }, "geometry": { "type": "Point", "coordinates": [ 101377.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.158454922894425, "S12": -10.952479080554946, "W13": -19.964076789159112, "S13": -21.93015294895962, "W21": -47.374422215738043, "S21": -52.032214423530249, "W22": -80.0, "S22": -94.389899380804948, "W31": -106.88430099967043, "S31": -106.88430099967043, "W32": -106.88430099967043, "S32": -110.47847185944845 }, "geometry": { "type": "Point", "coordinates": [ 101377.0, 500156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.675171001879374, "S13": -20.675171001879374, "W21": -41.578413507112536, "S21": -42.008861167759171, "W22": -42.008861167759171, "S22": -42.008861167759171, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101377.153846153843915, 512384.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45664434261543885, "S11": 0.45664434261543885, "W12": -9.8133240535635498, "S12": -9.8133240535635498, "W13": -20.0, "S13": -23.84450784593438, "W21": -47.655907881175985, "S21": -58.022818512917127, "W22": -79.999999999999986, "S22": -90.455495356037133, "W31": -108.02455161172179, "S31": -108.02455161172179, "W32": -108.02455161172179, "S32": -110.08275824145612 }, "geometry": { "type": "Point", "coordinates": [ 101378.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50215425682966996, "S11": 0.50215425682966996, "W12": -9.3959989740959209, "S12": -14.989305762736548, "W13": -20.0, "S13": -21.939641109298531, "W21": -40.0, "S21": -55.300189263988365, "W22": -59.954796735308889, "S22": -86.245066159384038, "W31": -97.647225225043186, "S31": -97.647225225043186, "W32": -100.06143749968642, "S32": -105.06143749968642 }, "geometry": { "type": "Point", "coordinates": [ 101378.0, 502904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68469112647989694, "S11": 0.68469112647989694, "W12": -7.112119043594463, "S12": -8.9948833317820185, "W13": -25.197062113908473, "S13": -25.197062113908473, "W21": -37.105465750580635, "S21": -37.105465750580635, "W22": -42.633325700052197, "S22": -67.633325700052197, "W31": -80.0, "S31": -80.267744037790322, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101378.0, 505792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.812283773532078, "S12": -14.812283773532078, "W13": -20.0, "S13": -20.0, "W21": -42.399851218640798, "S21": -46.183056287539124, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101378.0, 513127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.497722419928825, "S12": -11.304772512693203, "W13": -19.894270756389119, "S13": -19.894270756389119, "W21": -47.215019113333376, "S21": -60.861575121682449, "W22": -79.999999999999986, "S22": -97.555147058823522, "W31": -104.7864864864865, "S31": -104.7864864864865, "W32": -105.75677050397294, "S32": -110.75677050397294 }, "geometry": { "type": "Point", "coordinates": [ 101379.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75961087408135441, "S11": 0.75961087408135441, "W12": -5.2487736938434955, "S12": -6.155769509495034, "W13": -18.170863294451511, "S13": -23.170863294451511, "W21": -40.052132701421797, "S21": -55.672472759929683, "W22": -70.0, "S22": -94.173424828446656, "W31": -101.61177846459617, "S31": -101.61177846459617, "W32": -104.9792529686227, "S32": -109.9792529686227 }, "geometry": { "type": "Point", "coordinates": [ 101380.0, 501936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31280859102251024, "S11": -0.31280859102251024, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -19.999999999999996, "S13": -25.320752990149984, "W21": -29.868893921023759, "S21": -47.794286039792723, "W22": -69.999999999999986, "S22": -93.01526335125746, "W31": -100.32268907563025, "S31": -100.32268907563025, "W32": -101.35100382508892, "S32": -106.35100382508892 }, "geometry": { "type": "Point", "coordinates": [ 101380.0, 502648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.768928451118303, "S12": -10.768928451118303, "W13": -17.221954278126862, "S13": -20.378657629802699, "W21": -51.577536922343974, "S21": -61.469344750291015, "W22": -61.469344750291015, "S22": -62.025602638217322, "W31": -90.587916397929121, "S31": -90.587916397929121, "W32": -99.718995073029944, "S32": -104.71899507302994 }, "geometry": { "type": "Point", "coordinates": [ 101381.0, 498809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9713894229163396, "S12": -5.9713894229163396, "W13": -19.126390242565829, "S13": -24.763437043188326, "W21": -40.0, "S21": -55.31783132772366, "W22": -68.269514602021019, "S22": -93.614531238439653, "W31": -100.10045949655465, "S31": -100.10045949655465, "W32": -104.76535660503123, "S32": -109.76535660503123 }, "geometry": { "type": "Point", "coordinates": [ 101381.0, 502138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4456997152006692, "S11": 0.4456997152006692, "W12": -7.2341556391570565, "S12": -7.8414188509221452, "W13": -25.656950480854128, "S13": -25.656950480854128, "W21": -37.64238067425574, "S21": -37.64238067425574, "W22": -43.396977901251283, "S22": -43.919065618325689, "W31": -77.26833846605075, "S31": -77.428082734168797, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101381.0, 505191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36595364740118408, "S11": 0.36595364740118408, "W12": -9.8291921644984903, "S12": -9.8291921644984903, "W13": -16.626845939055482, "S13": -18.168708882763632, "W21": -44.020256567038579, "S21": -50.239158982645939, "W22": -51.238288174221317, "S22": -56.854212406913604, "W31": -86.687773803145518, "S31": -86.687773803145518, "W32": -97.046054654858025, "S32": -102.04605465485803 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 498363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2765541701302299, "S11": 3.1565242300104681, "W12": -7.8681973790287181, "S12": -10.616417114532279, "W13": -18.973407097240298, "S13": -21.973407097240298, "W21": -60.0, "S21": -71.218293602291425, "W22": -71.218293602291425, "S22": -106.06088977852392, "W31": -107.4882548119613, "S31": -107.4882548119613, "W32": -107.54138413083857, "S32": -112.54138413083857 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 501019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69697545066678579, "S11": 0.69697545066678579, "W12": -5.4013096968814223, "S12": -5.9048394689900476, "W13": -18.16472764265729, "S13": -23.16472764265729, "W21": -41.936758893280633, "S21": -57.978094139447052, "W22": -69.687589536815864, "S22": -94.687589536815864, "W31": -100.80982056763153, "S31": -100.80982056763153, "W32": -104.93712197891722, "S32": -109.93712197891722 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 501975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27497116969166513, "S11": 0.27497116969166513, "W12": -5.0, "S12": -7.0821228907120863, "W13": -23.174953554761075, "S13": -23.174953554761075, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.307205378927094, "W31": -70.0, "S31": -70.0, "W32": -84.05874732943623, "S32": -89.05874732943623 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 510189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.413051904768587, "S21": -46.244268524475046, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101382.0, 513155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4363123187180373, "W12": -7.7032054339350315, "S12": -7.7032054339350315, "W13": -19.947918108220314, "S13": -22.010944607998631, "W21": -50.0, "S21": -68.827956989247312, "W22": -68.827956989247312, "S22": -68.827956989247312, "W31": -104.46107138619939, "S31": -104.46107138619939, "W32": -104.81790704030611, "S32": -109.81790704030611 }, "geometry": { "type": "Point", "coordinates": [ 101383.0, 499696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31521342575702299, "S11": 0.31521342575702299, "W12": -9.2634883362964171, "S12": -9.2634883362964171, "W13": -17.104535703876419, "S13": -20.027731085249787, "W21": -39.783449214697953, "S21": -39.783449214697953, "W22": -46.751231767284878, "S22": -50.987500132712903, "W31": -84.677937158029124, "S31": -84.677937158029124, "W32": -96.568570194867519, "S32": -101.56857019486752 }, "geometry": { "type": "Point", "coordinates": [ 101384.0, 498063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21651716671821841, "S11": 0.21651716671821841, "W12": -9.3331308573412013, "S12": -10.268174356533113, "W13": -20.0, "S13": -22.748556732058333, "W21": -34.660598128650399, "S21": -49.335515242297419, "W22": -70.0, "S22": -94.248156306867159, "W31": -99.621543528555989, "S31": -99.621543528555989, "W32": -100.35405358237293, "S32": -105.35405358237293 }, "geometry": { "type": "Point", "coordinates": [ 101384.0, 502794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37146703404841569, "S11": 0.37146703404841569, "W12": -10.0, "S12": -11.564914361978202, "W13": -20.0, "S13": -22.537497605953654, "W21": -36.116461234934462, "S21": -50.858093136936219, "W22": -66.91899070385125, "S22": -95.627897352940806, "W31": -99.120538285125434, "S31": -99.120538285125434, "W32": -100.2647815020329, "S32": -105.2647815020329 }, "geometry": { "type": "Point", "coordinates": [ 101384.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0883667569915243, "S11": 2.0883667569915243, "W12": -4.9914161841339535, "S12": -11.211895792940965, "W13": -24.79243718215351, "S13": -24.79243718215351, "W21": -38.785273295247698, "S21": -45.073277765221611, "W22": -47.147382412018445, "S22": -47.147382412018445, "W31": -69.738616583495329, "S31": -72.092414827270574, "W32": -85.53160967481044, "S32": -90.53160967481044 }, "geometry": { "type": "Point", "coordinates": [ 101384.434782608688693, 508046.434782608703244 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.914670818505337, "S12": -11.55701616112316, "W13": -19.806534033182192, "S13": -21.370878336979661, "W21": -46.998542955163835, "S21": -53.96196607413809, "W22": -80.0, "S22": -101.70104489164086, "W31": -104.72702702702703, "S31": -104.72702702702703, "W32": -106.0730114651783, "S32": -111.0730114651783 }, "geometry": { "type": "Point", "coordinates": [ 101385.0, 500336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0006793939805689, "W13": -19.82895211339595, "S13": -25.890411533464107, "W21": -29.898744501808942, "S21": -49.971789569739073, "W22": -68.770789789699748, "S22": -90.453297373117337, "W31": -100.47731092436975, "S31": -100.47731092436975, "W32": -102.0461467705632, "S32": -107.0461467705632 }, "geometry": { "type": "Point", "coordinates": [ 101386.0, 502568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4462308728118497, "S11": 0.4462308728118497, "W12": -10.0, "S12": -13.081707196683009, "W13": -20.0, "S13": -22.308544693425265, "W21": -37.783876701892837, "S21": -52.475052903218469, "W22": -63.691899070385126, "S22": -91.481303371283204, "W31": -98.592356108748149, "S31": -98.592356108748149, "W32": -100.16744252923635, "S32": -105.16744252923635 }, "geometry": { "type": "Point", "coordinates": [ 101386.0, 502855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1299164040414413, "S11": 2.1299164040414413, "W12": -4.9920205954078281, "S12": -14.500875538449005, "W13": -25.0, "S13": -25.0, "W21": -37.040625847811164, "S21": -43.025186110683784, "W22": -45.551707105874435, "S22": -45.551707105874435, "W31": -69.671782275884325, "S31": -71.56260969347322, "W32": -86.416402595099868, "S32": -91.416402595099868 }, "geometry": { "type": "Point", "coordinates": [ 101387.0, 507755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42127550263005153, "S11": 0.42127550263005153, "W12": -7.2431004357746431, "S12": -8.5682398839043046, "W13": -25.365337254780847, "S13": -25.365337254780847, "W21": -37.80598440322116, "S21": -37.80598440322116, "W22": -43.643323259574579, "S22": -43.643323259574579, "W31": -76.87812484724077, "S31": -77.033005523235829, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101387.333333333328483, 505153.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2674945968412308, "S11": 3.1474246332511897, "W12": -7.9179838897493902, "S12": -11.014626819556105, "W13": -18.975319943323633, "S13": -21.975319943323633, "W21": -60.0, "S21": -71.298345804351484, "W22": -71.508361851875762, "S22": -106.35394554551381, "W31": -107.3633875874845, "S31": -107.3633875874845, "W32": -107.50009653790923, "S32": -112.50009653790923 }, "geometry": { "type": "Point", "coordinates": [ 101388.0, 501005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7897861718385331, "S11": 2.7897861718385331, "W12": -7.6953554744598867, "S12": -15.590654733356844, "W13": -18.972674845344702, "S13": -18.972674845344702, "W21": -45.765807962529273, "S21": -52.511249361029385, "W22": -69.964791525205328, "S22": -88.046909299381454, "W31": -107.01151151526997, "S31": -107.01151151526997, "W32": -107.53909404363426, "S32": -112.53909404363426 }, "geometry": { "type": "Point", "coordinates": [ 101388.0, 501402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58543203611581707, "S11": -0.58543203611581707, "W12": -8.011733581433548, "S12": -13.011733581433548, "W13": -20.790323663169154, "S13": -22.78631668919919, "W21": -44.750578331814836, "S21": -44.750578331814836, "W22": -47.167963785129224, "S22": -48.951977038390773, "W31": -75.211040493166195, "S31": -75.679801770971977, "W32": -96.882432790630318, "S32": -101.88243279063032 }, "geometry": { "type": "Point", "coordinates": [ 101388.0, 504090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.975706580407492, "S12": -14.975706580407492, "W13": -21.274401334937853, "S13": -21.274401334937853, "W21": -41.402834762793155, "S21": -41.402834762793155, "W22": -41.402834762793155, "S22": -41.402834762793155, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101388.375, 511920.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50036746748452321, "S11": 0.50036746748452321, "W12": -10.0, "S12": -15.558096679719636, "W13": -20.000000000000004, "S13": -21.965115324632688, "W21": -39.882709541381132, "S21": -54.49820219169257, "W22": -59.98092852737318, "S22": -86.39107930598405, "W31": -97.800082844182228, "S31": -97.800082844182228, "W32": -100.06794315827146, "S32": -105.06794315827146 }, "geometry": { "type": "Point", "coordinates": [ 101389.0, 502903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1283327597535093, "S11": 1.7376322932073196, "W12": -6.8897752854173024, "S12": -6.8897752854173024, "W13": -19.697720038748987, "S13": -20.571079150144367, "W21": -50.0, "S21": -67.821373002753703, "W22": -67.821373002753703, "S22": -83.643870267421207, "W31": -103.30896788936414, "S31": -103.30896788936414, "W32": -103.9465393334299, "S32": -108.9465393334299 }, "geometry": { "type": "Point", "coordinates": [ 101390.0, 499585.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63926271649271871, "S11": -0.63926271649271871, "W12": -6.9751807219473312, "S12": -6.9751807219473312, "W13": -20.991331541121586, "S13": -23.65447697577553, "W21": -40.0, "S21": -40.024767265926386, "W22": -48.092726898406333, "S22": -48.092726898406333, "W31": -77.114852929384966, "S31": -77.617401992455086, "W32": -97.866404048836472, "S32": -102.86640404883647 }, "geometry": { "type": "Point", "coordinates": [ 101390.0, 503754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8808888659533722, "S11": 2.8808888659533722, "W12": -8.9916796050519174, "S12": -8.9916796050519174, "W13": -19.261373988179084, "S13": -22.29464946799007, "W21": -53.264331210191081, "S21": -63.544624932519639, "W22": -80.0, "S22": -108.00373879471022, "W31": -108.00373879471022, "S31": -108.00373879471022, "W32": -108.00373879471022, "S32": -112.14595808601982 }, "geometry": { "type": "Point", "coordinates": [ 101391.0, 500777.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3835060966603554, "S11": 3.3835060966603554, "W12": -7.4024285095547953, "S12": -8.5363780400723961, "W13": -18.866553833526542, "S13": -21.601246465647709, "W21": -60.0, "S21": -69.135658106316441, "W22": -69.961199135700625, "S22": -98.177283507551891, "W31": -107.42529505797893, "S31": -107.42529505797893, "W32": -107.47709413776643, "S32": -112.47709413776643 }, "geometry": { "type": "Point", "coordinates": [ 101391.5, 501176.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.438507222643373, "S21": -50.098623649905562, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101391.96, 514733.56 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42022074002220627, "S11": 0.42022074002220627, "W12": -8.6098044669093206, "S12": -8.6098044669093206, "W13": -16.733842166216292, "S13": -16.935500454107732, "W21": -46.288374570925228, "S21": -56.288374570925228, "W22": -56.288374570925228, "S22": -62.945784459007783, "W31": -87.977631608268851, "S31": -87.977631608268851, "W32": -97.850463470058358, "S32": -102.85046347005836 }, "geometry": { "type": "Point", "coordinates": [ 101392.0, 498527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0496353322528362, "S11": 1.2244930761108643, "W12": -7.4860069869682517, "S12": -7.4860069869682517, "W13": -19.41117146415721, "S13": -22.050584323912403, "W21": -50.0, "S21": -66.322663383605203, "W22": -66.322663383605203, "S22": -100.97211275642893, "W31": -102.02267738552953, "S31": -102.02267738552953, "W32": -102.95809418157849, "S32": -107.95809418157849 }, "geometry": { "type": "Point", "coordinates": [ 101392.0, 499459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40294261765199257, "S11": 0.40294261765199257, "W12": -7.2496660737083811, "S12": -9.1065189072495532, "W13": -25.149235248673058, "S13": -25.149235248673058, "W21": -37.946566684305992, "S21": -37.946566684305992, "W22": -43.825958075378033, "S22": -43.825958075378033, "W31": -76.589265288165421, "S31": -76.740867276140122, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101392.0, 505126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.94638025217162, "S12": -14.94638025217162, "W13": -20.0, "S13": -20.0, "W21": -42.432058812142394, "S21": -46.286786056340539, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101392.03225806451519, 513203.790322580665816 ] } }, +{ "type": "Feature", "properties": { "W11": 3.268211249653648, "S11": 3.1513932304998424, "W12": -7.9272800702064377, "S12": -11.116598483227765, "W13": -18.973051327955673, "S13": -21.973051327955673, "W21": -59.819018404907958, "S21": -71.211156922086374, "W22": -71.608122941822103, "S22": -106.42112479481781, "W31": -107.28904070000573, "S31": -107.28904070000573, "W32": -107.46710387200557, "S32": -112.46710387200557 }, "geometry": { "type": "Point", "coordinates": [ 101392.8, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.429509653471676, "S12": -13.429509653471676, "W13": -21.557455502862741, "S13": -21.557455502862741, "W21": -41.319230632353047, "S21": -41.319230632353047, "W22": -41.319230632353047, "S22": -41.319230632353047, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101393.285714285710128, 511699.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39655155379180518, "S11": 0.39655155379180518, "W12": -7.2520452323922546, "S12": -9.2950609168876603, "W13": -25.073724028707115, "S13": -25.073724028707115, "W21": -37.995623564560503, "S21": -37.995623564560503, "W22": -43.889668617898238, "S22": -43.889668617898238, "W31": -76.487911228430164, "S31": -76.638368851399036, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101393.666666666671517, 505116.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -17.761842023780794, "S13": -25.548121923132307, "W21": -31.94820612029546, "S21": -54.851772902602484, "W22": -67.918012224860874, "S22": -85.793805744691582, "W31": -100.17278165040165, "S31": -100.17278165040165, "W32": -103.33110379638343, "S32": -108.33110379638343 }, "geometry": { "type": "Point", "coordinates": [ 101394.0, 502381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -18.993513808886576, "S13": -26.073171507824565, "W21": -30.0, "S21": -52.127631228350651, "W22": -68.301000050014025, "S22": -83.221393916667623, "W31": -100.39806147513775, "S31": -100.39806147513775, "W32": -102.82552231521061, "S32": -107.82552231521061 }, "geometry": { "type": "Point", "coordinates": [ 101394.0, 502458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76756315194168656, "S11": -0.76756315194168656, "W12": -9.9565876074436446, "S12": -10.456013444764213, "W13": -20.0, "S13": -23.563546045089797, "W21": -47.368421065963794, "S21": -50.163586705409095, "W22": -80.0, "S22": -93.675890092879257, "W31": -108.44149406017713, "S31": -108.44149406017713, "W32": -108.44149406017713, "S32": -110.15216793599295 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 500099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51, "S11": 0.51, "W12": -4.3, "S12": -4.3, "W13": -19.6, "S13": -19.6, "W21": -42.200001, "S21": -57.000001, "W22": -59.400002, "S22": -60.08620739161379, "W31": -92.641574418391897, "S31": -92.641574418391897, "W32": -99.606104876375156, "S32": -104.60610487637516 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31152267360416253, "S11": 0.31152267360416253, "W12": -8.1340753134368473, "S12": -8.1340753134368473, "W13": -17.832602340858102, "S13": -19.931416813403025, "W21": -37.782745916916262, "S21": -40.287459466476733, "W22": -41.543202829058259, "S22": -41.795804447843281, "W31": -82.353839378777252, "S31": -82.353839378777252, "W32": -95.779287598124952, "S32": -100.77928759812495 }, "geometry": { "type": "Point", "coordinates": [ 101396.0, 497596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3898237995452316, "S11": 3.3032587025923235, "W12": -7.5216893375636751, "S12": -7.5216893375636751, "W13": -18.905160424363373, "S13": -21.905160424363373, "W21": -60.0, "S21": -70.201346284830123, "W22": -70.201346284830123, "S22": -103.13251442572454, "W31": -107.40357240528496, "S31": -107.40357240528496, "W32": -107.44576240349693, "S32": -112.44576240349693 }, "geometry": { "type": "Point", "coordinates": [ 101396.0, 501105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3312920389519132, "S12": -5.7387745876950786, "W13": -20.0, "S13": -24.711626282705637, "W21": -29.955475138574034, "S21": -46.369684639358837, "W22": -70.0, "S22": -96.074279416185163, "W31": -100.3310924369748, "S31": -100.3310924369748, "W32": -101.18158112866558, "S32": -106.18158112866558 }, "geometry": { "type": "Point", "coordinates": [ 101396.0, 502675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4311356216588766, "W12": -7.6921709251494566, "S12": -7.6921709251494566, "W13": -19.988007715195128, "S13": -22.389699335535497, "W21": -50.0, "S21": -75.0, "W22": -75.0, "S22": -75.0, "W31": -104.54329442229226, "S31": -104.54329442229226, "W32": -104.93360021865304, "S32": -109.93360021865304 }, "geometry": { "type": "Point", "coordinates": [ 101397.0, 499712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19111498257839732, "S11": 0.19111498257839732, "W12": -10.058930795232165, "S12": -11.282609152168474, "W13": -20.0, "S13": -22.687323866590056, "W21": -35.666790381497471, "S21": -49.547336489511785, "W22": -69.868857901726429, "S22": -98.852013250830922, "W31": -99.577545185439632, "S31": -99.577545185439632, "W32": -100.32485240718215, "S32": -105.32485240718215 }, "geometry": { "type": "Point", "coordinates": [ 101397.25, 502806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0966113405462208, "S11": 2.0966113405462208, "W12": -4.9921524927142418, "S12": -10.174123430306391, "W13": -24.8001234449147, "S13": -24.8001234449147, "W21": -38.930267935247123, "S21": -45.203147334000157, "W22": -47.369678916304935, "S22": -47.369678916304935, "W31": -69.732572814988345, "S31": -72.173432570773841, "W32": -85.455931950831399, "S32": -90.455931950831399 }, "geometry": { "type": "Point", "coordinates": [ 101397.869565217391937, 508092.869565217406489 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61873997109096834, "S11": -0.61873997109096834, "W12": -7.847799785420488, "S12": -12.179910141739381, "W13": -20.896444859327957, "S13": -22.744822187808058, "W21": -43.52636790843188, "S21": -43.52636790843188, "W22": -47.051607729288442, "S22": -48.199878592821264, "W31": -75.422801160761395, "S31": -75.922801160761395, "W32": -96.941095817415686, "S32": -101.94109581741569 }, "geometry": { "type": "Point", "coordinates": [ 101398.0, 504068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0304413137599666, "S11": 2.0304413137599666, "W12": -5.0, "S12": -5.0, "W13": -24.458642775460351, "S13": -24.458642775460351, "W21": -36.730791432522743, "S21": -42.63095608016588, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -69.943703232711087, "S31": -71.700001985191179, "W32": -83.557950219106928, "S32": -88.557950219106928 }, "geometry": { "type": "Point", "coordinates": [ 101398.0, 508591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3347098250546559, "S12": -8.3347098250546559, "W13": -20.0, "S13": -23.451451178336345, "W21": -49.553935000269036, "S21": -62.245669552226119, "W22": -69.754714178399382, "S22": -72.968529967873067, "W31": -105.50634114133322, "S31": -105.50634114133322, "W32": -105.50634114133322, "S32": -110.24852250647669 }, "geometry": { "type": "Point", "coordinates": [ 101399.0, 499809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72811445931154617, "S11": 0.72811445931154617, "W12": -5.0, "S12": -6.5251876040529391, "W13": -18.131586214563949, "S13": -22.247470784952615, "W21": -40.0, "S21": -53.264742924455028, "W22": -70.8160463316608, "S22": -95.8160463316608, "W31": -103.20885700056857, "S31": -103.20885700056857, "W32": -105.44824006984202, "S32": -110.44824006984202 }, "geometry": { "type": "Point", "coordinates": [ 101399.0, 501856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57328403488813051, "S11": 0.57328403488813051, "W12": -10.609119955900818, "S12": -10.609119955900818, "W13": -17.206332392250484, "S13": -19.905394861731914, "W21": -51.669580419580413, "S21": -61.322711020262616, "W22": -61.322711020262616, "S22": -61.788476122434972, "W31": -90.446110133003288, "S31": -90.446110133003288, "W32": -99.621621818605874, "S32": -104.62162181860587 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 498811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.181601423487546, "S12": -11.181601423487546, "W13": -19.929119582824761, "S13": -22.884421532420575, "W21": -47.230737663340193, "S21": -52.085283117885645, "W22": -80.0, "S22": -96.257739938080491, "W31": -106.70551510491048, "S31": -106.70551510491048, "W32": -106.70551510491048, "S32": -110.33106046025681 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.532099644128115, "S12": -11.46190793107926, "W13": -19.863208757628595, "S13": -20.14921530427344, "W21": -47.078059993064244, "S21": -62.078059993064244, "W22": -80.0, "S22": -99.378482972136226, "W31": -104.57837837837837, "S31": -104.57837837837837, "W32": -105.63360919413819, "S32": -110.63360919413819 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5, "S11": 1.5, "W12": -11.4, "S12": -11.4, "W13": -19.700001, "S13": -23.000001, "W21": -46.700001, "S21": -46.832455001330089, "W22": -80.0, "S22": -107.10603715170279, "W31": -107.10603715170279, "S31": -107.10603715170279, "W32": -107.10603715170279, "S32": -111.38277748755877 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6050632911392404, "S11": 1.6050632911392404, "W12": -11.27056168070145, "S12": -11.27056168070145, "W13": -19.686457476237567, "S13": -22.977969804636555, "W21": -46.850060465620899, "S21": -48.329222513947215, "W22": -80.0, "S22": -107.47755417956657, "W31": -107.47755417956657, "S31": -107.47755417956657, "W32": -107.47755417956657, "S32": -111.41879519397322 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54105702861482774, "S11": 0.54105702861482774, "W12": -5.3808241853623189, "S12": -5.474169243434357, "W13": -18.123264347127193, "S13": -23.186974725753387, "W21": -42.169521299956088, "S21": -56.30032868019817, "W22": -69.688034185923726, "S22": -94.460409890657743, "W31": -100.2610368082161, "S31": -100.2610368082161, "W32": -104.90239711654776, "S32": -109.90239711654776 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37182760495359568, "S11": 0.37182760495359568, "W12": -7.2609900290098404, "S12": -10.021881949869821, "W13": -24.665199615835334, "S13": -24.665199615835334, "W21": -38.185262725899555, "S21": -38.185262725899555, "W22": -44.136013976221513, "S22": -44.136013976221513, "W31": -76.097697609620184, "S31": -76.243190467862078, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 505079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33881894775704324, "S11": 0.33881894775704324, "W12": -7.2548873235574858, "S12": -10.814103694269221, "W13": -24.12084886292547, "S13": -24.12084886292547, "W21": -38.428813952413016, "S21": -38.428813952413016, "W22": -44.456543208023064, "S22": -44.456543208023064, "W31": -75.771366939832873, "S31": -75.907600202211682, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101400.5, 505033.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30581029056049086, "S11": 0.30581029056049086, "W12": -7.2487846181051276, "S12": -11.606325438668621, "W13": -23.576498110015596, "S13": -23.576498110015596, "W21": -38.672365178926484, "S21": -38.672365178926484, "W22": -44.507951816826932, "S22": -44.507951816826932, "W31": -75.519922989305201, "S31": -75.646896655820925, "W32": -90.749848974805445, "S32": -95.749848974805445 }, "geometry": { "type": "Point", "coordinates": [ 101401.0, 504988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1766585245582051, "S11": 3.1201172079557247, "W12": -8.2044939970395472, "S12": -13.204493997039547, "W13": -19.040855082851962, "S13": -22.040855082851962, "W21": -57.775399447178586, "S21": -69.08618675104168, "W22": -74.065667979595787, "S22": -108.01795334092995, "W31": -108.01795334092995, "S31": -108.01795334092995, "W32": -108.01795334092995, "S32": -112.37355561818458 }, "geometry": { "type": "Point", "coordinates": [ 101402.0, 500936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47267048073881635, "S11": 0.47267048073881635, "W12": -7.2899694224631189, "S12": -7.4286812854514661, "W13": -25.954380271046254, "S13": -25.954380271046254, "W21": -37.409558030866869, "S21": -37.409558030866869, "W22": -43.057274212390269, "S22": -43.057274212390269, "W31": -77.355184044581478, "S31": -77.521303052435883, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101402.0, 505230.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.946806184547953, "S12": -14.946806184547953, "W13": -20.0, "S13": -20.0, "W21": -42.451065719516173, "S21": -46.329303588205732, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101402.06451612903038, 513252.580645161273424 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2148079197182002, "S11": 2.2148079197182002, "W12": -4.9951339938109554, "S12": -19.836852741674328, "W13": -25.0, "S13": -25.0, "W21": -36.048522900185475, "S21": -41.33765013846196, "W22": -43.960058963816593, "S22": -43.960058963816593, "W31": -72.557722461120207, "S31": -73.672510390420825, "W32": -88.013702169705923, "S32": -93.013702169705923 }, "geometry": { "type": "Point", "coordinates": [ 101402.833333333328483, 507245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.055965136102432, "W12": -10.0, "S12": -12.376726163485717, "W13": -17.837487375854185, "S13": -22.131973331299044, "W21": -52.953442742157918, "S21": -62.428207152171211, "W22": -62.428207152171211, "S22": -63.157710315224804, "W31": -93.062565950178097, "S31": -93.062565950178097, "W32": -100.37782661821413, "S32": -105.37782661821413 }, "geometry": { "type": "Point", "coordinates": [ 101403.0, 498973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27485746071478234, "S11": -0.27485746071478234, "W12": -5.5552262065816871, "S12": -5.5552262065816871, "W13": -18.764966576272684, "S13": -24.578666922843318, "W21": -39.499986958449618, "S21": -55.84235477086753, "W22": -68.473450263776471, "S22": -93.473450263776471, "W31": -100.09389168540932, "S31": -100.09389168540932, "W32": -104.54154295782193, "S32": -109.54154295782193 }, "geometry": { "type": "Point", "coordinates": [ 101403.0, 502202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57984676212388586, "S11": 0.57984676212388586, "W12": -5.1484094251779622, "S12": -5.6964318635613314, "W13": -18.11803626571675, "S13": -23.11803626571675, "W21": -41.349526066350705, "S21": -57.399246267008166, "W22": -70.42709839433833, "S22": -94.125449813370054, "W31": -101.25666072588876, "S31": -101.25666072588876, "W32": -104.95267052608192, "S32": -109.95267052608192 }, "geometry": { "type": "Point", "coordinates": [ 101403.25, 501951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10315159731059748, "S11": 0.10315159731059748, "W12": -7.2098622890690853, "S12": -16.455861273814001, "W13": -20.195121951219512, "S13": -20.195121951219512, "W21": -40.285019197810186, "S21": -40.285019197810186, "W22": -44.613814746273604, "S22": -53.384105484148606, "W31": -75.763894624646753, "S31": -75.834123214302792, "W32": -95.01694629418391, "S32": -100.01694629418391 }, "geometry": { "type": "Point", "coordinates": [ 101403.428571428565192, 504709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2800011147650632, "S11": 1.9558278339684327, "W12": -10.0, "S12": -13.0, "W13": -18.870837921391644, "S13": -24.594207188703905, "W21": -54.443203249673587, "S21": -63.675792716055042, "W22": -63.942442910252275, "S22": -84.373113709589717, "W31": -99.241419918265507, "S31": -99.241419918265507, "W32": -101.388488265373, "S32": -106.388488265373 }, "geometry": { "type": "Point", "coordinates": [ 101404.0, 499237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4226682101374739, "W12": -7.6322487620613817, "S12": -7.6322487620613817, "W13": -19.989854345419321, "S13": -22.370929836629248, "W21": -50.0, "S21": -75.043436565690754, "W22": -75.043436565690754, "S22": -75.043436565690754, "W31": -104.50405476088538, "S31": -104.50405476088538, "W32": -104.92887345455715, "S32": -109.92887345455715 }, "geometry": { "type": "Point", "coordinates": [ 101404.0, 499712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.209211150652433, "S12": -11.228219442200297, "W13": -19.904742939537925, "S13": -22.904742939537925, "W21": -47.195475703329045, "S21": -52.766904274757614, "W22": -79.999999999999986, "S22": -96.792569659442705, "W31": -106.47625617928156, "S31": -106.47625617928156, "W32": -106.47625617928156, "S32": -110.32578152924032 }, "geometry": { "type": "Point", "coordinates": [ 101404.0, 500164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0896493239465466, "S11": 1.5504656834990946, "W12": -6.637738578851196, "S12": -6.637738578851196, "W13": -19.618529689415148, "S13": -21.109182777379608, "W21": -50.0, "S21": -69.16209871657631, "W22": -69.16209871657631, "S22": -88.796392780621659, "W31": -102.86162736629389, "S31": -102.86162736629389, "W32": -103.65141722535712, "S32": -108.65141722535712 }, "geometry": { "type": "Point", "coordinates": [ 101404.428571428565192, 499548.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8461150674877582, "S11": 2.8461150674877582, "W12": -9.0764305290227565, "S12": -9.0764305290227565, "W13": -19.291767378570796, "S13": -22.330488181204437, "W21": -52.187653111219987, "S21": -62.699267852031326, "W22": -80.0, "S22": -100.80286242783207, "W31": -106.10700608986473, "S31": -106.10700608986473, "W32": -107.00666614062314, "S32": -112.00666614062314 }, "geometry": { "type": "Point", "coordinates": [ 101406.0, 500749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70040651947731425, "S11": -0.70040651947731425, "W12": -7.0139135081311004, "S12": -7.4769153936379311, "W13": -21.236409472292312, "S13": -24.21273975725326, "W21": -40.522893922043373, "S21": -40.561952412299632, "W22": -47.590424834422414, "S22": -47.590424834422414, "W31": -76.559034495419695, "S31": -77.450458979322889, "W32": -97.67223511119127, "S32": -102.67223511119127 }, "geometry": { "type": "Point", "coordinates": [ 101406.0, 503822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.039469712164427, "S11": 2.039469712164427, "W12": -10.0, "S12": -10.976780500067681, "W13": -25.0, "S13": -25.0, "W21": -37.495608838528753, "S21": -37.495608838528753, "W22": -43.186151701514071, "S22": -51.6392556151443, "W31": -79.999999999999986, "S31": -80.416880705915958, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101406.25, 506544.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18940504358217447, "S11": -0.18940504358217447, "W12": -7.9197689533358959, "S12": -15.766229318010573, "W13": -19.540044500602434, "S13": -23.482415376098963, "W21": -44.566090475651706, "S21": -44.566090475651706, "W22": -46.060005217092829, "S22": -56.405069620585486, "W31": -76.024017028810519, "S31": -76.170670689677664, "W32": -96.220601688652309, "S32": -101.22060168865231 }, "geometry": { "type": "Point", "coordinates": [ 101406.555555555562023, 504306.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27876457421752465, "S11": 0.27876457421752465, "W12": -7.0023055678919874, "S12": -9.3897436105479972, "W13": -17.736548320685873, "S13": -20.007679061256056, "W21": -35.804020221717316, "S21": -36.931382406939257, "W22": -41.357764920314679, "S22": -43.73823050580036, "W31": -80.121748754842287, "S31": -80.121748754842287, "W32": -95.129092357825598, "S32": -100.1290923578256 }, "geometry": { "type": "Point", "coordinates": [ 101407.0, 497215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40636707919854204, "S11": -0.40636707919854204, "W12": -8.125593074115617, "S12": -16.85396352793888, "W13": -20.0, "S13": -24.959472129527882, "W21": -45.854349910657312, "S21": -45.854349910657312, "W22": -46.505272116691835, "S22": -53.645455349870829, "W31": -75.20428838447684, "S31": -75.518666898993047, "W32": -96.551133910467655, "S32": -101.55113391046766 }, "geometry": { "type": "Point", "coordinates": [ 101407.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37136602412414227, "S11": 0.37136602412414227, "W12": -7.279034430987724, "S12": -10.211947247341268, "W13": -24.603455719736019, "S13": -24.603455719736019, "W21": -38.19834762142834, "S21": -41.19834762142834, "W22": -44.148899104766613, "S22": -44.148899104766613, "W31": -75.960903358263664, "S31": -76.104960536096499, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101408.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3739895306741166, "S11": 3.3537359615286033, "W12": -7.3213752510210082, "S12": -8.5403013073605187, "W13": -18.844573319917185, "S13": -21.500003960419221, "W21": -60.0, "S21": -69.033380028295767, "W22": -69.955404139620924, "S22": -101.4648742480457, "W31": -107.31377876528138, "S31": -107.31377876528138, "W32": -107.36107025267876, "S32": -112.36107025267876 }, "geometry": { "type": "Point", "coordinates": [ 101408.4, 501181.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5319187639276208, "S12": -8.5319187639276208, "W13": -20.0, "S13": -24.113564558336076, "W21": -49.15594358053135, "S21": -63.201348394537618, "W22": -71.681843882988375, "S22": -77.178876906725279, "W31": -105.86562681508933, "S31": -105.86562681508933, "W32": -105.86562681508933, "S32": -110.28635764999143 }, "geometry": { "type": "Point", "coordinates": [ 101408.666666666671517, 499850.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44436706095503031, "S11": 0.44436706095503031, "W12": -8.3871240794708388, "S12": -8.3871240794708388, "W13": -16.492464567363371, "S13": -16.495518166056215, "W21": -46.897585073343784, "S21": -56.829194337356199, "W22": -56.829194337356199, "S22": -63.856840829024762, "W31": -88.322770649942299, "S31": -88.322770649942299, "W32": -98.246027399499738, "S32": -103.24602739949974 }, "geometry": { "type": "Point", "coordinates": [ 101409.0, 498580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2318127070456897, "S11": 2.2318127070456897, "W12": -4.9955103552673332, "S12": -19.995510355267335, "W13": -25.0, "S13": -25.0, "W21": -36.242511609411665, "S21": -40.772714677945686, "W22": -43.851324120580472, "S22": -43.851324120580472, "W31": -73.675327559404835, "S31": -74.675327559404835, "W32": -88.275481580155756, "S32": -93.275481580155756 }, "geometry": { "type": "Point", "coordinates": [ 101409.0, 507167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53185382089485522, "S11": 0.53185382089485522, "W12": -5.1049329798676357, "S12": -5.5818844819351092, "W13": -18.102840964414206, "S13": -23.102840964414206, "W21": -41.559241706161139, "S21": -57.246812724839764, "W22": -70.633640260761481, "S22": -93.828548441061983, "W31": -101.22219047407916, "S31": -101.22219047407916, "W32": -104.94849779050534, "S32": -109.94849779050534 }, "geometry": { "type": "Point", "coordinates": [ 101410.0, 501952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0416922133660331, "S11": 1.9316953746002721, "W12": -10.000000000000002, "S12": -13.000000000000002, "W13": -18.583954157417899, "S13": -23.843287407511543, "W21": -54.20200095283468, "S21": -63.409074433785136, "W22": -63.409074433785136, "S22": -63.409074433785136, "W31": -97.519719467618103, "S31": -97.519719467618103, "W32": -101.10574924226796, "S32": -106.10574924226796 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 499166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.560041518386713, "S12": -11.560041518386713, "W13": -19.80519649442023, "S13": -20.293173329369242, "W21": -47.001991903130872, "S21": -62.079414480553453, "W22": -80.0, "S22": -100.42202012383902, "W31": -104.46936936936937, "S31": -104.46936936936937, "W32": -105.57767177146627, "S32": -110.57767177146627 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 500247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0787150394868434, "S11": 1.0787150394868434, "W12": -4.8085648772592391, "S12": -7.1043247045498852, "W13": -18.108403271005912, "S13": -21.957446749266783, "W21": -40.0, "S21": -50.631028112023564, "W22": -70.520177901662194, "S22": -96.350603827154501, "W31": -104.46106252079653, "S31": -104.46106252079653, "W32": -106.16935078310757, "S32": -111.16935078310757 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 501767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.1691691011617635, "W13": -19.909437464634617, "S13": -25.860549436062534, "W21": -29.923294894829016, "S21": -48.453938687653874, "W22": -70.0, "S22": -100.0, "W31": -100.53613445378151, "S31": -100.53613445378151, "W32": -102.01028945139292, "S32": -107.01028945139292 }, "geometry": { "type": "Point", "coordinates": [ 101411.0, 502583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1048559241009017, "S11": 2.1048559241009017, "W12": -4.9928888012945309, "S12": -8.968084402662253, "W13": -24.807809707675858, "S13": -24.807809707675858, "W21": -39.075262575246697, "S21": -45.333016902778922, "W22": -47.59197542059146, "S22": -47.59197542059146, "W31": -69.726529046481375, "S31": -72.254450314277108, "W32": -85.38025422685223, "S32": -90.38025422685223 }, "geometry": { "type": "Point", "coordinates": [ 101411.30434782608063, 508139.304347826109733 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81693742053962903, "S11": 0.81693742053962903, "W12": -9.7025830798557493, "S12": -9.7025830798557493, "W13": -20.0, "S13": -24.071944975162374, "W21": -47.661212081075789, "S21": -61.39291470049028, "W22": -80.0, "S22": -92.258281733746585, "W31": -107.6152354934721, "S31": -107.6152354934721, "W32": -107.6152354934721, "S32": -110.07616823090073 }, "geometry": { "type": "Point", "coordinates": [ 101411.6, 500026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4287099736947702, "S11": 3.3811923943212183, "W12": -7.3439297527914214, "S12": -7.3439297527914205, "W13": -18.852460997660888, "S13": -21.739725538812788, "W21": -60.0, "S21": -69.3205926988242, "W22": -69.957536034805287, "S22": -103.31720265538871, "W31": -107.29227745056545, "S31": -107.29227745056545, "W32": -107.33623132710852, "S32": -112.33623132710852 }, "geometry": { "type": "Point", "coordinates": [ 101412.0, 501162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8975032831249088, "S11": 1.8975032831249088, "W12": -10.0, "S12": -10.731036987788166, "W13": -24.037040567781634, "S13": -24.037040567781634, "W21": -36.398927909070629, "S21": -36.398927909070629, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -68.089996, "S31": -70.324548740587417, "W32": -83.199717114910882, "S32": -88.199717114910882 }, "geometry": { "type": "Point", "coordinates": [ 101412.0, 509265.375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.986018698741262, "S12": -14.986018698741262, "W13": -20.0, "S13": -20.0, "W21": -42.470072626889987, "S21": -46.550824731047825, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101412.096774193545571, 513301.370967741939239 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4752906310498037, "S12": -5.4752906310498037, "W13": -18.947223788965808, "S13": -24.5840459722708, "W21": -40.0, "S21": -55.50200560967518, "W22": -68.682682556366331, "S22": -93.512076197460146, "W31": -100.09925029452715, "S31": -100.09925029452715, "W32": -104.70303651220777, "S32": -109.70303651220777 }, "geometry": { "type": "Point", "coordinates": [ 101413.0, 502183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1942445199859337, "S11": 1.1942445199859337, "W12": -7.9918330021298249, "S12": -10.698832104236638, "W13": -25.0, "S13": -25.0, "W21": -37.169884215168643, "S21": -37.169884215168643, "W22": -42.646804162189113, "S22": -42.646804162189113, "W31": -80.0, "S31": -80.318129696769716, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101413.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9228398756894989, "S11": 2.9228398756894989, "W12": -8.8697654120332885, "S12": -9.0900025405052371, "W13": -19.235925640363572, "S13": -22.235925640363572, "W21": -53.17736403723665, "S21": -64.067632343181742, "W22": -80.0, "S22": -106.30647022277448, "W31": -106.30647022277448, "S31": -106.30647022277448, "W32": -107.02954903456398, "S32": -112.02954903456398 }, "geometry": { "type": "Point", "coordinates": [ 101414.0, 500787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0029961951707479658, "S11": 0.0029961951707479658, "W12": -7.4272514192459562, "S12": -15.239827583028642, "W13": -19.587316561844883, "S13": -21.827235762387389, "W21": -41.565832934217241, "S21": -41.565832934217241, "W22": -44.563435052972665, "S22": -59.563435052972665, "W31": -76.938885961763745, "S31": -76.979539301036553, "W32": -95.437670448645434, "S32": -100.43767044864543 }, "geometry": { "type": "Point", "coordinates": [ 101414.0, 504566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.475897349908109, "S21": -46.667016768685002, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101414.0, 513314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28021249836322382, "S11": 0.28021249836322382, "W12": -7.2735097409005274, "S12": -12.511506479600786, "W13": -23.066406077907889, "S13": -23.066406077907889, "W21": -38.876963015790096, "S21": -38.876963015790096, "W22": -44.378110065163334, "S22": -44.378110065163334, "W31": -75.128947554104045, "S31": -75.246618176900512, "W32": -91.359766443978543, "S32": -96.359766443978543 }, "geometry": { "type": "Point", "coordinates": [ 101414.375, 504945.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3482720517583755, "S11": 0.3482720517583755, "W12": -9.4495782681269898, "S12": -9.4495782681269898, "W13": -16.724639463713203, "S13": -19.620901169263284, "W21": -40.321344464557058, "S21": -40.682879085702261, "W22": -46.918723924523007, "S22": -51.551433138431143, "W31": -84.662034987357004, "S31": -84.662034987357004, "W32": -96.502589224972112, "S32": -101.50258922497211 }, "geometry": { "type": "Point", "coordinates": [ 101416.0, 498127.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2617132174157351, "S11": 3.2617132174157355, "W12": -7.23397934359246, "S12": -10.073768075986827, "W13": -18.818606687288707, "S13": -21.120183871682311, "W21": -60.0, "S21": -68.592052085905181, "W22": -69.948496983118332, "S22": -101.46944182146487, "W31": -107.26074613420552, "S31": -107.26074613420552, "W32": -107.387018724767, "S32": -112.387018724767 }, "geometry": { "type": "Point", "coordinates": [ 101416.0, 501210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.1866974658604521, "W13": -19.864089268132588, "S13": -26.105146747417649, "W21": -29.974592921213787, "S21": -49.220754002992933, "W22": -69.999999999999986, "S22": -94.454144342893144, "W31": -100.60504201680672, "S31": -100.60504201680672, "W32": -102.28933157452722, "S32": -107.28933157452722 }, "geometry": { "type": "Point", "coordinates": [ 101416.0, 502552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7164617335404748, "S11": 1.7164617335404748, "W12": -9.7582097959881189, "S12": -11.773820129090501, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.357806717821283, "S21": -37.357806717821283, "W22": -42.969525579936814, "S22": -50.99518533190659, "W31": -80.0, "S31": -80.378168390421095, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101416.0, 506380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6322388495006646, "S12": -11.062355400978175, "W13": -18.42109193873943, "S13": -21.87125611988596, "W21": -40.0, "S21": -48.294065620507283, "W22": -70.0, "S22": -84.700424102695479, "W31": -104.96607440987988, "S31": -104.96607440987988, "W32": -106.97977326751649, "S32": -111.97977326751649 }, "geometry": { "type": "Point", "coordinates": [ 101417.0, 501594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63842391677707988, "S11": -0.63842391677707988, "W12": -6.7330197502355382, "S12": -6.7387279599842653, "W13": -20.938288715601285, "S13": -23.601864589482592, "W21": -39.841227337388126, "S21": -39.846039020942477, "W22": -47.719562926975811, "S22": -47.719562926975811, "W31": -77.141322168564926, "S31": -77.141322168564926, "W32": -97.873965694392069, "S32": -102.87396569439207 }, "geometry": { "type": "Point", "coordinates": [ 101417.0, 503752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083014669659707024, "S11": 0.083014669659707024, "W12": -7.2434150662560812, "S12": -17.24341506625608, "W13": -19.938259958071281, "S13": -20.558038195846052, "W21": -40.566207447256197, "S21": -40.566207447256197, "W22": -44.478250608876301, "S22": -54.678359265160253, "W31": -75.887877268720842, "S31": -75.95028908004268, "W32": -95.111966656282632, "S32": -100.11196665628263 }, "geometry": { "type": "Point", "coordinates": [ 101417.0, 504674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.666055323445323, "S11": 1.666055323445323, "W12": -9.7079318667574341, "S12": -11.767171871012641, "W13": -25.0, "S13": -25.0, "W21": -37.337168258764464, "S21": -37.337168258764464, "W22": -42.936310564551107, "S22": -50.102923393022614, "W31": -80.0, "S31": -80.371701920079758, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101417.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3249225667177678, "S11": 1.8804485773431379, "W12": -6.6351252831737186, "S12": -6.6351252831737186, "W13": -19.70010206199834, "S13": -21.276832845437987, "W21": -50.0, "S21": -70.0, "W22": -70.0, "S22": -83.348560070697602, "W31": -103.12991266938684, "S31": -103.12991266938684, "W32": -103.91042460489719, "S32": -108.91042460489719 }, "geometry": { "type": "Point", "coordinates": [ 101418.0, 499583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.729127702800314, "S12": -8.729127702800314, "W13": -20.0, "S13": -24.822292820822167, "W21": -48.757952160794218, "S21": -66.755763976984866, "W22": -75.245584988960829, "S22": -83.025835246957669, "W31": -106.22491248884494, "S31": -106.22491248884494, "W32": -106.22491248884494, "S32": -110.25782627191145 }, "geometry": { "type": "Point", "coordinates": [ 101418.333333333328483, 499891.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7888502920747325, "S12": -10.004639765758933, "W13": -20.0, "S13": -23.860909438288115, "W21": -47.436568971154919, "S21": -57.90218915605476, "W22": -80.0, "S22": -93.652670278637771, "W31": -107.79471930919577, "S31": -107.79471930919577, "W32": -107.79471930919577, "S32": -110.06606514685592 }, "geometry": { "type": "Point", "coordinates": [ 101419.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3005751329026391, "S11": 0.3005751329026391, "W12": -7.2884644614032359, "S12": -12.133269073089036, "W13": -23.368798075652244, "S13": -23.368798075652244, "W21": -38.732693434101314, "S21": -38.732693434101314, "W22": -44.314114281583485, "S22": -44.314114281583485, "W31": -75.209612224943797, "S31": -75.332188767306704, "W32": -90.946945737535984, "S32": -95.946945737535984 }, "geometry": { "type": "Point", "coordinates": [ 101419.0, 504971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 2.0, "W12": -10.0, "S12": -10.0, "W13": -19.0, "S13": -25.0, "W21": -55.0, "S21": -64.0, "W22": -64.010002, "S22": -100.000004, "W31": -100.0, "S31": -100.0, "W32": -101.5, "S32": -106.5 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029922456209407616, "S11": -0.029922456209407616, "W12": -10.734744707347447, "S12": -12.193222751431213, "W13": -20.0, "S13": -22.855864729541164, "W21": -35.506612232141109, "S21": -47.936730456579816, "W22": -70.664456334396434, "S22": -100.66445633439643, "W31": -100.66445633439643, "S31": -100.66445633439643, "W32": -100.66445633439643, "S32": -105.39047202643346 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 502789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50162151417050038, "S11": 0.50162151417050038, "W12": -5.9849035303776681, "S12": -11.854582017520219, "W13": -19.804870670095298, "S13": -20.804870670095298, "W21": -41.211477302472169, "S21": -54.22822556244391, "W22": -59.701658453038675, "S22": -67.398123967768129, "W31": -95.100446128263215, "S31": -95.100446128263215, "W32": -99.914499002336839, "S32": -104.91449900233684 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 503044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39222590620716036, "S11": 0.39222590620716036, "W12": -7.762981337491043, "S12": -8.807690469201729, "W13": -18.283605158483876, "S13": -20.05671322885528, "W21": -34.833156021897473, "S21": -35.652601697988082, "W22": -43.073820773761092, "S22": -45.288072777637609, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101421.0, 497072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.175284105055255, "S13": -20.175284105055255, "W21": -42.32831596566615, "S21": -45.15755901679637, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101421.30769230768783, 513104.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38003952569169974, "S11": -0.38003952569169974, "W12": -5.9674275368028846, "S12": -5.9674275368028846, "W13": -19.955859877430584, "S13": -20.955859877430584, "W21": -40.913081423267599, "S21": -41.923781498569845, "W22": -50.25497429764971, "S22": -56.031938784744632, "W31": -81.580381471389643, "S31": -81.580381471389643, "W32": -98.679286077934719, "S32": -103.67928607793472 }, "geometry": { "type": "Point", "coordinates": [ 101422.0, 503478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.715070192897265, "S12": -14.715070192897265, "W13": -20.0, "S13": -20.0, "W21": -42.489079534263794, "S21": -46.993265664911796, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101422.129032258060761, 513350.161290322605055 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.171367141162516, "S12": -11.112560084315694, "W13": -19.836593053286247, "S13": -22.8443118152274, "W21": -47.101593841444817, "S21": -51.186658776509752, "W22": -80.0, "S22": -97.828366873065022, "W31": -106.80720993079204, "S31": -106.80720993079204, "W32": -106.80720993079204, "S32": -110.15483489593358 }, "geometry": { "type": "Point", "coordinates": [ 101423.0, 500152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49964124627692597, "S11": 0.49964124627692597, "W12": -7.3457832057691741, "S12": -7.3457832057691741, "W13": -26.025925145455453, "S13": -26.025925145455453, "W21": -37.17673538747826, "S21": -37.17673538747826, "W22": -42.687997893030101, "S22": -42.687997893030101, "W31": -77.442029623111736, "S31": -77.61518203940868, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101423.0, 505270.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2385988523509495, "S11": 3.2385988523509499, "W12": -7.1868321743063861, "S12": -10.339561047545821, "W13": -18.805430551847866, "S13": -21.014654978542019, "W21": -60.000000000000007, "S21": -68.475514482620071, "W22": -69.945369882845469, "S22": -102.77208368609632, "W31": -107.20746052114565, "S31": -107.20746052114565, "W32": -107.34717094480015, "S32": -112.34717094480015 }, "geometry": { "type": "Point", "coordinates": [ 101424.0, 501217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69796037979134939, "S11": 0.69796037979134939, "W12": -7.702575133478712, "S12": -10.413890075710931, "W13": -25.0, "S13": -25.0, "W21": -37.087368936649568, "S21": -37.087368936649568, "W22": -42.525738361528788, "S22": -42.525738361528788, "W31": -80.0, "S31": -80.30504302404988, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101424.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2095281819466024, "S11": 1.2095281819466024, "W12": -9.418549256213522, "S12": -9.418549256213522, "W13": -20.0, "S13": -24.220471168566082, "W21": -47.812908214369976, "S21": -65.455736122690467, "W22": -80.0, "S22": -92.269035410216716, "W31": -107.28388319466009, "S31": -107.28388319466009, "W32": -107.28388319466009, "S32": -110.13708965345113 }, "geometry": { "type": "Point", "coordinates": [ 101424.125, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1131005076556058, "S11": 2.1131005076556058, "W12": -4.9936251098748183, "S12": -6.8604919880440898, "W13": -24.815495970437091, "S13": -24.815495970437091, "W21": -39.22025721524578, "S21": -45.462886471557063, "W22": -47.81427192487763, "S22": -47.81427192487763, "W31": -69.720485277974362, "S31": -72.335468057780247, "W32": -85.304576502873402, "S32": -90.304576502873402 }, "geometry": { "type": "Point", "coordinates": [ 101424.739130434783874, 508185.73913043475477 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55100492984452032, "S11": 0.55100492984452032, "W12": -10.276436541072469, "S12": -10.276436541072469, "W13": -17.14803224270549, "S13": -19.896949850700544, "W21": -50.926573426573427, "S21": -60.0, "W22": -60.0, "S22": -61.877940926356366, "W31": -90.124200324228212, "S31": -90.124200324228212, "W32": -99.435584968368261, "S32": -104.43558496836826 }, "geometry": { "type": "Point", "coordinates": [ 101425.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.008538991557263, "S13": -21.008538991557263, "W21": -41.552355668027253, "S21": -42.166090087043493, "W22": -42.166090087043493, "S22": -42.166090087043493, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101425.230769230765873, 512386.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.9819559064901409, "S12": -11.981955906490141, "W13": -18.049999, "S13": -20.28205551388384, "W21": -33.090394880825414, "S21": -33.756740637324974, "W22": -45.155416926889778, "S22": -49.337480717800155, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101426.0, 496918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69178283856131684, "S11": -0.69178283856131684, "W12": -7.4215367490997926, "S12": -10.269036353884532, "W13": -21.111578166381882, "S13": -22.974400806144288, "W21": -40.373642401366268, "S21": -40.373642401366268, "W22": -46.672941816603938, "S22": -46.672941816603938, "W31": -75.978491237557932, "S31": -76.570596500715823, "W32": -97.069878479338485, "S32": -102.06987847933848 }, "geometry": { "type": "Point", "coordinates": [ 101427.0, 504018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2576480373986221, "S11": 2.2576480373986221, "W12": -4.9951207792727974, "S12": -19.995120779272796, "W13": -25.0, "S13": -25.0, "W21": -36.283702570573141, "S21": -40.836923535176346, "W22": -43.76702540514664, "S22": -43.76702540514664, "W31": -73.817051258756791, "S31": -74.80897219051532, "W32": -88.398357830991159, "S32": -93.398357830991159 }, "geometry": { "type": "Point", "coordinates": [ 101427.0, 507154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25461470616595688, "S11": 0.25461470616595688, "W12": -7.2982348636959271, "S12": -13.416687520532953, "W13": -22.556314045800182, "S13": -22.556314045800182, "W21": -39.081560852653709, "S21": -39.081560852653709, "W22": -44.248268313499722, "S22": -44.248268313499722, "W31": -74.847793285552626, "S31": -74.956160864629837, "W32": -91.969683913151627, "S32": -96.969683913151627 }, "geometry": { "type": "Point", "coordinates": [ 101427.75, 504903.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.295664612676056, "S11": 2.295664612676056, "W12": -8.9263366416732772, "S12": -8.9263366416732772, "W13": -20.0, "S13": -24.724783126382036, "W21": -48.35996074105654, "S21": -70.310179559437273, "W22": -78.733443708609272, "S22": -88.796911200869332, "W31": -106.58419816260106, "S31": -106.58419816260106, "W32": -106.58419816260106, "S32": -110.22929489383145 }, "geometry": { "type": "Point", "coordinates": [ 101428.0, 499932.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49561923583662715, "S11": -0.49561923583662715, "W12": -6.0175116841130896, "S12": -6.0175116841130896, "W13": -19.99627752137399, "S13": -21.236193585724656, "W21": -40.75434757602644, "S21": -41.661626462250382, "W22": -50.0, "S22": -53.699172287592823, "W31": -80.517711171662128, "S31": -80.517711171662128, "W32": -98.56998027031311, "S32": -103.56998027031311 }, "geometry": { "type": "Point", "coordinates": [ 101428.0, 503517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.958776941054281, "W12": -10.0, "S12": -12.617750113359991, "W13": -17.824979110643177, "S13": -22.824979110643177, "W21": -53.520159975928387, "S21": -62.920521105278354, "W22": -62.920521105278354, "S22": -62.920521105278354, "W31": -92.96526575371216, "S31": -92.96526575371216, "W32": -100.29968103844995, "S32": -105.29968103844995 }, "geometry": { "type": "Point", "coordinates": [ 101429.0, 498978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2657224752528333, "S11": 2.2657224752528333, "W12": -4.9951517434309567, "S12": -18.982675735753414, "W13": -25.0, "S13": -25.0, "W21": -36.324400819603369, "S21": -40.797734208221165, "W22": -43.737955732135568, "S22": -43.737955732135568, "W31": -74.041749944481467, "S31": -75.005660705636316, "W32": -88.460157397262137, "S32": -93.460157397262137 }, "geometry": { "type": "Point", "coordinates": [ 101430.0, 507138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4910896974626024, "S11": 2.0886822111487597, "W12": -6.650332678726536, "S12": -6.650332678726536, "W13": -19.745842270965902, "S13": -21.095816410808442, "W21": -50.0, "S21": -70.119351028778766, "W22": -70.119351028778766, "S22": -79.885261474071427, "W31": -103.24385550471706, "S31": -103.24385550471706, "W32": -104.04712937507016, "S32": -109.04712937507016 }, "geometry": { "type": "Point", "coordinates": [ 101431.0, 499601.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58395254855950973, "S11": 0.58395254855950973, "W12": -10.852644003777149, "S12": -11.738202586883416, "W13": -19.622895021556236, "S13": -22.622895021556236, "W21": -46.685727571988821, "S21": -56.1031811054348, "W22": -80.0, "S22": -105.95684984520123, "W31": -105.95684984520123, "S31": -105.95684984520123, "W32": -105.95684984520123, "S32": -110.8286134557752 }, "geometry": { "type": "Point", "coordinates": [ 101431.0, 500354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0920590302178486, "S12": -9.2556491705958734, "W13": -20.0, "S13": -24.763350501490919, "W21": -32.076651104643211, "S21": -45.78938247347017, "W22": -71.294729420059923, "S22": -101.29472942005992, "W31": -101.29472942005992, "S31": -101.29472942005992, "W32": -101.29472942005992, "S32": -105.97985604166752 }, "geometry": { "type": "Point", "coordinates": [ 101431.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.661312559017942, "S12": -11.742227020872553, "W13": -19.664272347929383, "S13": -21.380217205036271, "W21": -46.786876356410971, "S21": -60.807494913112002, "W22": -79.999999999999986, "S22": -103.84287925696593, "W31": -104.26126126126125, "S31": -104.26126126126125, "W32": -105.60938659921366, "S32": -110.60938659921366 }, "geometry": { "type": "Point", "coordinates": [ 101432.0, 500295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.329609714346617, "S12": -14.329609714346617, "W13": -20.0, "S13": -20.0, "W21": -42.508086441637573, "S21": -47.435706598775212, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101432.161290322575951, 513398.951612903212663 ] } }, +{ "type": "Feature", "properties": { "W11": 2.927559393432003, "S11": 2.927559393432003, "W12": -8.8483535604488068, "S12": -8.8483535604488068, "W13": -19.237451882501077, "S13": -22.237451882501077, "W21": -52.699049416840197, "S21": -64.00578476486011, "W22": -79.880824285109199, "S22": -101.76649334815033, "W31": -105.9292922443873, "S31": -105.9292922443873, "W32": -106.90515922071513, "S32": -111.90515922071513 }, "geometry": { "type": "Point", "coordinates": [ 101432.666666666671517, 500778.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9480938639125163, "W12": -10.0, "S12": -12.658188713467167, "W13": -17.82395911989753, "S13": -22.657378809016702, "W21": -53.6086419598305, "S21": -63.008316644961525, "W22": -63.008316644961525, "S22": -63.008316644961525, "W31": -92.955704799715491, "S31": -92.955704799715491, "W32": -100.28856499039941, "S32": -105.28856499039941 }, "geometry": { "type": "Point", "coordinates": [ 101433.0, 498979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68735626395216309, "S11": -0.68735626395216309, "W12": -7.368748491516663, "S12": -10.262409238736982, "W13": -21.069083582284701, "S13": -22.832739587531897, "W21": -40.0, "S21": -40.0, "W22": -46.53950270048756, "S22": -46.63752260000485, "W31": -76.053068925845992, "S31": -76.605700504793361, "W32": -97.058818104310475, "S32": -102.05881810431048 }, "geometry": { "type": "Point", "coordinates": [ 101434.0, 504020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.697910454521434, "S12": -14.697910454521434, "W13": -21.606466377989143, "S13": -21.606466377989143, "W21": -41.373858726981133, "S21": -41.373858726981133, "W22": -41.373858726981133, "S22": -41.373858726981133, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101434.5, 511912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0071353038924418, "S11": 1.8308175131100959, "W12": -8.5860075616650775, "S12": -8.5860075616650775, "W13": -19.235983773872128, "S13": -23.849416830988154, "W21": -49.999999999999993, "S21": -62.767257148358517, "W22": -65.123183384796576, "S22": -93.948111109496409, "W31": -100.95228241873471, "S31": -100.95228241873471, "W32": -102.28768147397868, "S32": -107.28768147397868 }, "geometry": { "type": "Point", "coordinates": [ 101435.0, 499377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.366991960732634, "S21": -50.410985555187416, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101435.8, 514711.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0919197162384289, "S11": 0.0919197162384289, "W12": -5.1347032915716557, "S12": -5.1347032915716557, "W13": -18.11074812996862, "S13": -23.11074812996862, "W21": -44.426877470355727, "S21": -56.767236981633204, "W22": -70.293737158511519, "S22": -94.546431447768882, "W31": -100.14538398581709, "S31": -100.14538398581709, "W32": -104.88366455180586, "S32": -109.88366455180586 }, "geometry": { "type": "Point", "coordinates": [ 101436.0, 502002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2901012297031045, "W13": -19.45452091360049, "S13": -26.212976605756378, "W21": -30.000000000000004, "S21": -50.0, "W22": -69.456457822894833, "S22": -86.552266206128365, "W31": -100.67112261833633, "S31": -100.67112261833633, "W32": -102.72680563326634, "S32": -107.72680563326634 }, "geometry": { "type": "Point", "coordinates": [ 101436.0, 502498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.167554296506138, "S12": -11.084944383316556, "W13": -19.827656142939968, "S13": -22.707623257217854, "W21": -47.021799172913191, "S21": -50.717253718367736, "W22": -80.0, "S22": -98.808630030959748, "W31": -106.84624585301547, "S31": -106.84624585301547, "W32": -106.84624585301547, "S32": -110.04991614198124 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 500149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8437613019891508, "S12": -6.3011199752493363, "W13": -18.047461504722694, "S13": -21.521853809415273, "W21": -40.0, "S21": -52.485273539028356, "W22": -72.283382011532993, "S22": -96.023504508438833, "W31": -103.7027486573257, "S31": -103.7027486573257, "W32": -105.54636487622757, "S32": -110.54636487622757 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 501828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.3407840206535768, "W13": -20.0, "S13": -25.773084262588632, "W21": -29.959196374250311, "S21": -47.114636409619003, "W22": -70.929843116516835, "S22": -100.52397883580751, "W31": -100.61008403361345, "S31": -100.61008403361345, "W32": -102.03697499418998, "S32": -107.03697499418998 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 502591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36987951807228958, "S11": -0.36987951807228958, "W12": -10.0, "S12": -11.486434441731715, "W13": -20.0, "S13": -23.641402371060899, "W21": -34.066766940792689, "S21": -46.433512579335527, "W22": -71.67724308126212, "S22": -101.67724308126212, "W31": -101.67724308126212, "S31": -101.67724308126212, "W32": -101.67724308126212, "S32": -105.69850557277918 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 502750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10460035133948176, "S11": 0.10460035133948176, "W12": -5.4459844949589975, "S12": -5.4459844949589975, "W13": -19.785715366573353, "S13": -20.228945150060039, "W21": -41.408802604200432, "S21": -45.309817052402096, "W22": -53.992579729072773, "S22": -68.992579729072773, "W31": -87.426379022024022, "S31": -87.426379022024022, "W32": -99.113403944485029, "S32": -104.11340394448503 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 503330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65356447264908712, "S11": -0.65356447264908712, "W12": -6.5786157224593689, "S12": -6.678117653177372, "W13": -20.936892136018145, "S13": -23.65843382585081, "W21": -39.644264730340424, "S21": -39.707483286242372, "W22": -47.38929331482376, "S22": -47.38929331482376, "W31": -77.189247758644314, "S31": -78.189247758644314, "W32": -97.835517398741885, "S32": -102.83551739874189 }, "geometry": { "type": "Point", "coordinates": [ 101437.0, 503760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62040197193782043, "S11": 0.62040197193782043, "W12": -10.191079443179722, "S12": -10.191079443179722, "W13": -17.144149124748239, "S13": -19.821466094701677, "W21": -50.836247086246999, "S21": -60.467691205708192, "W22": -60.467691205708192, "S22": -61.836186973332673, "W31": -90.0530792964596, "S31": -90.0530792964596, "W32": -99.380691039133922, "S32": -104.38069103913392 }, "geometry": { "type": "Point", "coordinates": [ 101437.666666666671517, 498807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6078777605120325, "S11": 1.6078777605120325, "W12": -9.1235455805462422, "S12": -9.1235455805462422, "W13": -20.0, "S13": -24.35746442138668, "W21": -47.96196932131884, "S21": -69.568126229379644, "W22": -80.0, "S22": -92.346684726523293, "W31": -106.94348383635715, "S31": -106.94348383635715, "W32": -106.94348383635715, "S32": -110.20076351575143 }, "geometry": { "type": "Point", "coordinates": [ 101437.666666666671517, 499973.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15304175190312985, "S11": -0.15304175190312985, "W12": -7.8261438066648523, "S12": -13.757556891011109, "W13": -19.438348255900479, "S13": -23.644030261714114, "W21": -44.02637361874887, "S21": -44.02637361874887, "W22": -45.285177897885717, "S22": -55.931374506173533, "W31": -76.133766265490763, "S31": -76.225143599717796, "W32": -96.099801002819405, "S32": -101.0998010028194 }, "geometry": { "type": "Point", "coordinates": [ 101437.777777777781012, 504339.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18363269961984011, "S11": 0.18363269961984011, "W12": -8.2226724630716319, "S12": -8.2226724630716319, "W13": -17.839513326687353, "S13": -19.860402656940188, "W21": -37.54205468254392, "S21": -40.08182241519021, "W22": -41.113143491674023, "S22": -41.729959386996377, "W31": -82.152090991104771, "S31": -82.152090991104771, "W32": -95.563012758184769, "S32": -100.56301275818477 }, "geometry": { "type": "Point", "coordinates": [ 101437.833333333328483, 497596.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30612033430397462, "S11": 0.30612033430397462, "W12": -6.2057254380018207, "S12": -6.2057254380018207, "W13": -17.788777725411226, "S13": -20.571881802308805, "W21": -36.56154208784767, "S21": -38.432998016163083, "W22": -41.062634470249748, "S22": -42.901319281539735, "W31": -80.995434658971462, "S31": -80.995434658971462, "W32": -95.259811718145698, "S32": -100.2598117181457 }, "geometry": { "type": "Point", "coordinates": [ 101438.0, 497402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1213450912102867, "S11": 2.1213450912102867, "W12": -4.9943614184551084, "S12": -4.9943614184551084, "W13": -24.162019248885755, "S13": -24.162019248885755, "W21": -39.365251855245347, "S21": -45.592756040335814, "W22": -48.036568429164163, "S22": -48.036568429164163, "W31": -69.714441509467392, "S31": -72.416485801283514, "W32": -85.228898778894262, "S32": -90.228898778894262 }, "geometry": { "type": "Point", "coordinates": [ 101438.173913043472567, 508232.173913043458015 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7270305547315226, "W12": -6.9315931561166373, "S12": -7.7254418113567338, "W13": -19.510011590091338, "S13": -21.857584117726798, "W21": -50.0, "S21": -67.090930971406564, "W22": -67.090930971406564, "S22": -92.055159126005691, "W31": -102.14817196784341, "S31": -102.14817196784341, "W32": -103.22358076496407, "S32": -108.22358076496407 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 499497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1643175750384112, "W12": -6.7409845645597546, "S12": -6.7409845645597546, "W13": -19.801182362302793, "S13": -20.674516844976488, "W21": -50.0, "S21": -71.344563933610999, "W22": -71.344563933610999, "S22": -76.280846879040595, "W31": -103.43403737729609, "S31": -103.43403737729609, "W32": -104.22475441727359, "S32": -109.22475441727359 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 499625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.279629308099661, "S12": -10.279629308099661, "W13": -19.504052466666668, "S13": -22.705239396996095, "W21": -47.64802671976723, "S21": -49.803867996645977, "W22": -80.0, "S22": -107.06895436985792, "W31": -107.06895436985792, "S31": -107.06895436985792, "W32": -107.06895436985792, "S32": -111.33310879546892 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 500509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8976871991029149, "S11": 2.8976871991029149, "W12": -7.7990377728877656, "S12": -16.884620820022771, "W13": -19.009215978632078, "S13": -19.774424856222812, "W21": -50.000000000000007, "S21": -56.972243360485677, "W22": -69.945341112235639, "S22": -98.872272500674313, "W31": -106.79963784479042, "S31": -106.79963784479042, "W32": -107.18244023192715, "S32": -112.18244023192715 }, "geometry": { "type": "Point", "coordinates": [ 101439.0, 501363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6647991816517709, "S11": 2.6647991816517709, "W12": -9.2278175059871863, "S12": -9.2278175059871863, "W13": -19.349011633022986, "S13": -22.392775769811109, "W21": -50.0, "S21": -61.077209831114956, "W22": -80.0, "S22": -98.405773675788382, "W31": -105.49556936875365, "S31": -105.49556936875365, "W32": -106.7066459756208, "S32": -111.7066459756208 }, "geometry": { "type": "Point", "coordinates": [ 101440.0, 500693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3551155444721532, "S11": 3.2085342721263213, "W12": -7.712541449846924, "S12": -8.7701355411488802, "W13": -18.915876375595563, "S13": -21.915876375595563, "W21": -59.977752309040653, "S21": -70.0, "W22": -70.0, "S22": -101.51595744680851, "W31": -106.81411863856958, "S31": -106.81411863856958, "W32": -107.14305108062123, "S32": -112.14305108062123 }, "geometry": { "type": "Point", "coordinates": [ 101440.0, 501013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.195239209604939, "S12": -13.195239209604939, "W13": -21.891402166746108, "S13": -21.891402166746108, "W21": -41.292119266563134, "S21": -41.292119266563134, "W22": -41.292119266563134, "S22": -41.292119266563134, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101440.857142857144936, 511697.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22901691396868989, "S11": 0.22901691396868989, "W12": -7.3229599864913268, "S12": -14.321868561465118, "W13": -22.046222013692475, "S13": -22.046222013692475, "W21": -39.286158689517329, "S21": -39.286158689517329, "W22": -44.118426561836124, "S22": -45.849518722120607, "W31": -74.677951716333467, "S31": -74.777016251691421, "W32": -92.579601382324725, "S32": -97.579601382324725 }, "geometry": { "type": "Point", "coordinates": [ 101441.125, 504860.875 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3345326888453051, "S11": 3.2001839641787919, "W12": -7.7680267385897528, "S12": -9.1514635265211606, "W13": -18.932390605894508, "S13": -21.932390605894508, "W21": -59.562478932110857, "S21": -71.281670084484134, "W22": -71.281670084484134, "S22": -103.59544287133394, "W31": -106.73927868807462, "S31": -106.73927868807462, "W32": -107.12992498818807, "S32": -112.12992498818807 }, "geometry": { "type": "Point", "coordinates": [ 101441.9, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9445543155812968, "S11": 1.9301076501260908, "W12": -8.9323036668549793, "S12": -8.9323036668549793, "W13": -20.0, "S13": -24.511753699608775, "W21": -48.129450002276478, "S21": -73.129450002276471, "W22": -80.0, "S22": -91.842492260061917, "W31": -106.69153094227308, "S31": -106.69153094227308, "W32": -106.69153094227308, "S32": -110.23870855329149 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 499951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66572504708097924, "S11": -0.66572504708097924, "W12": -10.0, "S12": -10.682318275984452, "W13": -19.922954725135721, "S13": -23.195174824486124, "W21": -47.065874901570481, "S21": -48.630782451647526, "W22": -80.0, "S22": -97.67530959752321, "W31": -108.26008656486873, "S31": -108.26008656486873, "W32": -108.26008656486873, "S32": -110.0450009653828 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 500108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.643087818696884, "S12": -11.785137651730533, "W13": -19.599407476307757, "S13": -21.837510208273009, "W21": -46.689633499819045, "S21": -60.108877486073339, "W22": -80.0, "S22": -105.3657120743034, "W31": -105.3657120743034, "S31": -105.3657120743034, "W32": -105.61419812487971, "S32": -110.61419812487971 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 500315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2008547008547006, "S11": 2.2008547008547006, "W12": -10.718169980032988, "S12": -10.718169980032988, "W13": -19.497716216666667, "S13": -21.390546405345912, "W21": -47.203874600500001, "S21": -48.897543221909409, "W22": -80.0, "S22": -108.4516786008696, "W31": -108.4516786008696, "S31": -108.4516786008696, "W32": -108.4516786008696, "S32": -111.18327788622804 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 500473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20108797480810864, "S11": -0.20108797480810864, "W12": -12.06902686354741, "S12": -13.853697266903554, "W13": -20.0, "S13": -22.913759610386059, "W21": -35.544609910384814, "S21": -46.605334907469668, "W22": -71.044550811094439, "S22": -95.380473715131856, "W31": -100.0, "S31": -100.0, "W32": -100.40947837533929, "S32": -105.40947837533929 }, "geometry": { "type": "Point", "coordinates": [ 101442.0, 502787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.944149235795493, "S12": -13.944149235795493, "W13": -20.0, "S13": -20.0, "W21": -42.52709334901138, "S21": -47.878147532639183, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101442.193548387091141, 513447.741935483878478 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9989072570858237, "W12": -6.4401431274625756, "S12": -6.4401431274625756, "W13": -19.697861887628008, "S13": -21.982914716236731, "W21": -50.0, "S21": -69.755178339916185, "W22": -69.755178339916185, "S22": -81.499319631931399, "W31": -102.94398976586317, "S31": -102.94398976586317, "W32": -103.86158137590637, "S32": -108.86158137590637 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 499579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9556769276271915, "S12": -10.614909836449485, "W13": -19.93048753491804, "S13": -23.225481803164122, "W21": -47.060967060754564, "S21": -49.227762130092003, "W22": -80.0, "S22": -97.682662538699688, "W31": -108.21703591748727, "S31": -108.21703591748727, "W32": -108.21703591748727, "S32": -110.05454177281952 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 500104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50184684684684688, "S11": 0.50184684684684688, "W12": -5.0, "S12": -5.0, "W13": -19.39083709920379, "S13": -19.479503985433524, "W21": -41.832290720925819, "S21": -53.059203845788183, "W22": -58.408909026438266, "S22": -62.817277722776964, "W31": -92.156107221465817, "S31": -92.156107221465817, "W32": -99.535244704163617, "S32": -104.53524470416362 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 503184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50417217116599622, "S11": 0.50417217116599622, "W12": -7.4015969890752356, "S12": -7.4015969890752356, "W13": -26.097470019864591, "S13": -26.097470019864591, "W21": -36.943912744089388, "S21": -36.943912744089388, "W22": -42.296900834820264, "S22": -42.296900834820264, "W31": -77.528875201642464, "S31": -77.70906102638196, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2554173240767215, "S11": 2.2554173240767215, "W12": -4.9938497530741417, "S12": -18.144818172857637, "W13": -25.0, "S13": -25.0, "W21": -36.00397625616035, "S21": -41.243777333958896, "W22": -43.828862302132208, "S22": -43.828862302132208, "W31": -72.057214382330969, "S31": -73.255822453918711, "W32": -88.125267670820577, "S32": -93.125267670820577 }, "geometry": { "type": "Point", "coordinates": [ 101444.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9181393345536657, "S11": 2.9181393345536657, "W12": -8.8100130100110281, "S12": -8.8100130100110281, "W13": -19.231375280994072, "S13": -22.231375280994072, "W21": -52.626306209128266, "S21": -64.224269673573019, "W22": -79.658197202386674, "S22": -99.685356162179886, "W31": -105.79430381987464, "S31": -105.79430381987464, "W32": -106.83514964477445, "S32": -111.83514964477445 }, "geometry": { "type": "Point", "coordinates": [ 101444.6, 500778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20862531360844372, "S11": 0.20862531360844372, "W12": -5.0, "S12": -5.6339263218737186, "W13": -18.026294988494989, "S13": -20.932628449006245, "W21": -40.0, "S21": -54.760474528638937, "W22": -72.490077136224073, "S22": -93.629476134554622, "W31": -102.13144156352021, "S31": -102.13144156352021, "W32": -104.98305724936431, "S32": -109.98305724936431 }, "geometry": { "type": "Point", "coordinates": [ 101445.0, 501904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1326775021385851, "S11": 1.132063291707915, "W12": -9.2653431981210232, "S12": -9.2653431981210232, "W13": -20.0, "S13": -24.084769518625631, "W21": -47.666516280975671, "S21": -64.763010888063491, "W22": -80.0, "S22": -94.061068111454887, "W31": -107.20591937522248, "S31": -107.20591937522248, "W32": -107.20591937522248, "S32": -110.18068575142098 }, "geometry": { "type": "Point", "coordinates": [ 101445.2, 500004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5373201079742795, "S12": -9.8712349718961185, "W13": -20.0, "S13": -23.75911348872755, "W21": -47.317361062247258, "S21": -58.29578941355696, "W22": -80.0, "S22": -95.646671826625379, "W31": -107.61323463718851, "S31": -107.61323463718851, "W32": -107.61323463718851, "S32": -110.13194192633895 }, "geometry": { "type": "Point", "coordinates": [ 101446.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0456690029851936, "S12": -5.0456690029851936, "W13": -19.463021304067141, "S13": -19.465107153227311, "W21": -41.826939396377178, "S21": -52.391603016725121, "W22": -57.581345911247581, "S22": -63.859841914405578, "W31": -91.634637635143491, "S31": -91.634637635143491, "W32": -99.468491394167074, "S32": -104.46849139416707 }, "geometry": { "type": "Point", "coordinates": [ 101446.0, 503208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4862641223416113, "S11": 3.3712524027592496, "W12": -7.2203982387759984, "S12": -7.5382107064695782, "W13": -18.82093278922029, "S13": -21.82093278922029, "W21": -59.525574007355452, "S21": -68.97834471328278, "W22": -69.95198048013556, "S22": -93.200633013373078, "W31": -107.0638354267207, "S31": -107.0638354267207, "W32": -107.09580737716713, "S32": -112.09580737716713 }, "geometry": { "type": "Point", "coordinates": [ 101447.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7051771854742046, "S11": -0.7051771854742046, "W12": -5.0, "S12": -5.0, "W13": -18.394385654892474, "S13": -24.460307070721303, "W21": -39.1869897493414, "S21": -54.409407308342011, "W22": -69.190892881052065, "S22": -93.550385847102405, "W31": -100.10179572310878, "S31": -100.10179572310878, "W32": -104.66092527217518, "S32": -109.66092527217518 }, "geometry": { "type": "Point", "coordinates": [ 101447.0, 502208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6032504780114714, "S12": -11.171594070047508, "W13": -20.0, "S13": -24.179994578476553, "W21": -33.7690699900377, "S21": -46.060971465348906, "W22": -71.97632058287796, "S22": -101.97632058287796, "W31": -101.97632058287796, "S31": -101.97632058287796, "W32": -101.97632058287796, "S32": -105.8356874852708 }, "geometry": { "type": "Point", "coordinates": [ 101447.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96221842030255966, "S11": 0.96221842030255966, "W12": -9.3207545194189336, "S12": -9.4191593509646392, "W13": -20.000000000000004, "S13": -23.990145716391854, "W21": -47.563977901581723, "S21": -63.048537480423846, "W22": -80.0, "S22": -94.629901960783215, "W31": -107.30276951011275, "S31": -107.30276951011275, "W32": -107.30276951011275, "S32": -110.17223213767144 }, "geometry": { "type": "Point", "coordinates": [ 101447.333333333328483, 500014.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13466447507673052, "S11": 0.13466447507673052, "W12": -7.3172200107375671, "S12": -16.640633480980707, "W13": -20.426829268292686, "S13": -20.426829268292686, "W21": -39.988577771647421, "S21": -39.988577771647421, "W22": -44.107893293860798, "S22": -51.716397118802995, "W31": -74.927237493055898, "S31": -74.998991014017676, "W32": -94.625272226085954, "S32": -99.625272226085954 }, "geometry": { "type": "Point", "coordinates": [ 101447.714285714289872, 504728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9956172896724746, "S11": 2.9956172896724746, "W12": -7.9364305527759837, "S12": -16.248930552775985, "W13": -19.040483267487758, "S13": -20.432589209488864, "W21": -60.0, "S21": -67.071541520194984, "W22": -69.92947469149307, "S22": -102.75411474837298, "W31": -107.03991389122221, "S31": -107.03991389122221, "W32": -107.19555152928697, "S32": -112.19555152928697 }, "geometry": { "type": "Point", "coordinates": [ 101448.0, 501308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8641956026767277, "W12": -6.3963667943268501, "S12": -6.3963667943268492, "W13": -19.613813337748585, "S13": -21.94879085871106, "W21": -50.0, "S21": -68.757684743291435, "W22": -68.757684743291435, "S22": -85.738691811576246, "W31": -102.54483756034324, "S31": -102.54483756034324, "W32": -103.56603000048227, "S32": -108.56603000048227 }, "geometry": { "type": "Point", "coordinates": [ 101448.142857142855064, 499541.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5335142302118348, "S12": -6.8051604128213299, "W13": -19.319073637153856, "S13": -19.803234806119562, "W21": -41.746143840561565, "S21": -53.959709073414132, "W22": -59.618184639654729, "S22": -60.640778388605611, "W31": -93.807535208614752, "S31": -93.807535208614752, "W32": -99.74454842698087, "S32": -104.74454842698087 }, "geometry": { "type": "Point", "coordinates": [ 101449.0, 503112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39686169523333631, "S11": -0.39686169523333631, "W12": -7.8885122181633207, "S12": -17.841847398018572, "W13": -19.987082401327655, "S13": -24.987082401327655, "W21": -44.233228191385727, "S21": -44.233228191385727, "W22": -45.722564963796216, "S22": -52.838508320891556, "W31": -75.460607772575244, "S31": -75.763890845820512, "W32": -96.502745623671245, "S32": -101.50274562367125 }, "geometry": { "type": "Point", "coordinates": [ 101449.0, 504202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090968076823254584, "S11": -0.090968076823254584, "W12": -5.0271175116511868, "S12": -5.0271175116511868, "W13": -18.215994394798724, "S13": -22.707075721010554, "W21": -44.895734597156398, "S21": -56.657320855160847, "W22": -70.822362580219675, "S22": -94.515715321607345, "W31": -100.1572316553721, "S31": -100.1572316553721, "W32": -104.8793146863505, "S32": -109.8793146863505 }, "geometry": { "type": "Point", "coordinates": [ 101450.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.431295788711592, "S11": 3.3416832887115726, "W12": -7.156319236571, "S12": -9.0470808021471925, "W13": -18.801515865089343, "S13": -21.575320968953726, "W21": -59.542975313787124, "S21": -68.616928025633683, "W22": -69.944102732205778, "S22": -94.251936005649384, "W31": -107.03616564257119, "S31": -107.03616564257119, "W32": -107.06986170016255, "S32": -112.06986170016255 }, "geometry": { "type": "Point", "coordinates": [ 101450.8, 501174.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.167132044479505, "S11": 3.167132044479505, "W12": -7.2152040283093131, "S12": -11.892896275046343, "W13": -18.818908351916246, "S13": -20.936458900433927, "W21": -59.742113259048878, "S21": -67.849067088109877, "W22": -69.935029027520983, "S22": -100.78281918202939, "W31": -107.02911300591759, "S31": -107.02911300591759, "W32": -107.20833094848975, "S32": -112.20833094848975 }, "geometry": { "type": "Point", "coordinates": [ 101450.8, 501239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00021628168526688363, "S11": -0.00021628168526688363, "W12": -5.0, "S12": -5.0558736494731278, "W13": -18.010588905871668, "S13": -21.665682381644274, "W21": -42.779620853080573, "S21": -56.312908899140581, "W22": -71.914618369987068, "S22": -92.062781975997083, "W31": -101.03478746786875, "S31": -101.03478746786875, "W32": -104.92428716024391, "S32": -109.92428716024391 }, "geometry": { "type": "Point", "coordinates": [ 101451.0, 501957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8589303136717636, "S11": 1.8589303136717636, "W12": -10.0, "S12": -10.912604180766925, "W13": -25.0, "S13": -25.0, "W21": -37.35249720253735, "S21": -37.35249720253735, "W22": -43.020032688942614, "S22": -52.634742540494571, "W31": -80.0, "S31": -80.379950838907888, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101451.5, 506554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1295896747649832, "S11": 2.1295896747649832, "W12": -4.9950977270353958, "S12": -4.9950977270353958, "W13": -23.491412130669769, "S13": -23.491412130669769, "W21": -39.510246495244779, "S21": -45.722625609114367, "W22": -48.258864933450653, "S22": -48.258864933450653, "W31": -69.708397740960393, "S31": -72.497503544786767, "W32": -85.153221054915207, "S32": -90.153221054915207 }, "geometry": { "type": "Point", "coordinates": [ 101451.608695652175811, 508278.608695652161259 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.43255490928032, "S12": -10.43255490928032, "W13": -19.447500633333334, "S13": -21.179744036943987, "W21": -47.445322833206767, "S21": -48.869137563352879, "W22": -80.0, "S22": -106.77631047246513, "W31": -106.77631047246513, "S31": -106.77631047246513, "W32": -106.77631047246513, "S32": -111.17008055868688 }, "geometry": { "type": "Point", "coordinates": [ 101452.0, 500488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.558688757244372, "S12": -13.558688757244372, "W13": -20.0, "S13": -20.0, "W21": -42.546100256385195, "S21": -48.32058846650316, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101452.225806451606331, 513496.532258064544294 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.652285174693107, "S12": -11.788581090439319, "W13": -19.513723103552746, "S13": -22.230776880493529, "W21": -46.554766158780637, "S21": -58.393254131289225, "W22": -80.0, "S22": -107.56462848297214, "W31": -107.56462848297214, "S31": -107.56462848297214, "W32": -107.56462848297214, "S32": -110.65598966209343 }, "geometry": { "type": "Point", "coordinates": [ 101454.0, 500349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20341912177142291, "S11": 0.20341912177142291, "W12": -7.3476851092867266, "S12": -15.227049602397283, "W13": -21.530487804878046, "S13": -21.530487804878046, "W21": -39.490756526380949, "S21": -39.490756526380949, "W22": -43.988584810172512, "S22": -47.477192363430554, "W31": -74.508110147114294, "S31": -74.597871638752991, "W32": -93.189518851497823, "S32": -98.189518851497823 }, "geometry": { "type": "Point", "coordinates": [ 101454.5, 504818.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80181979582778506, "S11": 0.80181979582778506, "W12": -10.706383380547686, "S12": -11.706383380547686, "W13": -19.493112868134261, "S13": -22.27556483519739, "W21": -46.512325229490884, "S21": -56.803747553315553, "W22": -80.0, "S22": -108.38564241486068, "W31": -108.38564241486068, "S31": -108.38564241486068, "W32": -108.38564241486068, "S32": -110.72130268620603 }, "geometry": { "type": "Point", "coordinates": [ 101455.0, 500369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.161001788908766, "S12": -11.906161859057661, "W13": -20.0, "S13": -23.989970181621036, "W21": -34.08869267264101, "S21": -45.760531925662761, "W22": -72.223914077274003, "S22": -98.610832911001353, "W31": -100.10605906909601, "S31": -100.10605906909601, "W32": -100.78885734709905, "S32": -105.78885734709905 }, "geometry": { "type": "Point", "coordinates": [ 101455.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4516082137016171, "W12": -8.5608366379631242, "S12": -8.5608366379631242, "W13": -20.0, "S13": -24.729205647218915, "W21": -48.365782840302813, "S21": -72.805972482899449, "W22": -77.433774834437088, "S22": -88.993372357656895, "W31": -106.2414274144877, "S31": -106.2414274144877, "W32": -106.2414274144877, "S32": -110.3165984619804 }, "geometry": { "type": "Point", "coordinates": [ 101456.0, 499914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30879581151832458, "S11": 0.30879581151832458, "W12": -9.5179634582918986, "S12": -9.9190108423079462, "W13": -20.0, "S13": -23.619564386702329, "W21": -47.16598648184403, "S21": -56.528948731458819, "W22": -80.0, "S22": -96.913119195046434, "W31": -107.66205518386886, "S31": -107.66205518386886, "W32": -107.66205518386886, "S32": -110.14370075959144 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 500056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.028982300884955, "S12": -11.046344384334969, "W13": -19.796917725188425, "S13": -22.256221644070312, "W21": -46.894564338303262, "S21": -51.452990587136703, "W22": -80.000000000000014, "S22": -100.47968266253872, "W31": -106.64657365703613, "S31": -106.64657365703613, "W32": -106.64657365703613, "S32": -110.02525535551986 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 500152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6479144642004433, "S11": -0.6479144642004433, "W12": -6.366263120252948, "S12": -6.366263120252948, "W13": -20.848700056232079, "S13": -23.494448572113495, "W21": -39.631426408593917, "S21": -39.887607996703458, "W22": -47.418228740557936, "S22": -47.418228740557936, "W31": -77.485778095509588, "S31": -77.485778095509588, "W32": -97.862973635454409, "S32": -102.86297363545441 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78078136853206559, "S11": -0.78078136853206559, "W12": -6.9439802805148654, "S12": -7.9439802805148654, "W13": -21.403095910856386, "S13": -24.042476288186005, "W21": -39.875027330457172, "S21": -39.894705219041079, "W22": -46.391038296358012, "S22": -46.391038296358012, "W31": -76.596841107233544, "S31": -77.316070125293948, "W32": -97.233884917446829, "S32": -102.23388491744683 }, "geometry": { "type": "Point", "coordinates": [ 101457.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3351110461718294, "S11": 2.0252348253856676, "W12": -9.8861236802413259, "S12": -12.886123680241326, "W13": -18.74997421913173, "S13": -24.352796044578103, "W21": -55.48992628068504, "S21": -65.073566137945534, "W22": -65.073566137945534, "S22": -98.522358012113571, "W31": -98.522358012113571, "S31": -98.522358012113571, "W32": -101.14892806702953, "S32": -106.14892806702953 }, "geometry": { "type": "Point", "coordinates": [ 101458.0, 499222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2960071336569898, "S12": -5.2960071336569898, "W13": -19.164854744996774, "S13": -19.444338175795995, "W21": -41.697700132966546, "S21": -52.967120414842782, "W22": -59.578524361282255, "S22": -61.952451135189293, "W31": -93.05040872667783, "S31": -93.05040872667783, "W32": -99.646501538393423, "S32": -104.64650153839342 }, "geometry": { "type": "Point", "coordinates": [ 101458.0, 503149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0418511066398386, "S12": -5.0418511066398386, "W13": -19.305345384118787, "S13": -19.448097973133315, "W21": -41.722659355087586, "S21": -52.093301834717622, "W22": -58.376639987265669, "S22": -63.656418927362381, "W31": -92.177310422395749, "S31": -92.177310422395749, "W32": -99.533828078459663, "S32": -104.53382807845966 }, "geometry": { "type": "Point", "coordinates": [ 101458.0, 503188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0061200553984251, "S11": 2.0061200553984251, "W12": -10.0, "S12": -10.925742901883803, "W13": -24.175159066248234, "S13": -24.175159066248234, "W21": -35.918272801649991, "S21": -35.918272801649991, "W22": -50.0, "S22": -50.0, "W31": -73.016782854810728, "S31": -74.214251237296139, "W32": -82.658575362620454, "S32": -87.658575362620454 }, "geometry": { "type": "Point", "coordinates": [ 101459.0, 509265.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8416418532902963, "S12": -10.832239054222686, "W13": -25.0, "S13": -25.0, "W21": -37.0405907389544, "S21": -37.0405907389544, "W22": -42.506977876725053, "S22": -42.506977876725053, "W31": -80.0, "S31": -80.325053891189711, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101460.0, 506112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.295169946332736, "S12": -12.035083729907402, "W13": -20.0, "S13": -24.07617240444565, "W21": -34.043226146547184, "S21": -45.453312362905763, "W22": -72.314160348015648, "S22": -95.840559087180338, "W31": -100.1151418204518, "S31": -100.1151418204518, "W32": -100.81055655853014, "S32": -105.81055655853014 }, "geometry": { "type": "Point", "coordinates": [ 101461.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19997874434166493, "S11": -0.19997874434166493, "W12": -15.0, "S12": -17.541187810484171, "W13": -20.0, "S13": -22.689184382609646, "W21": -36.622298365840798, "S21": -46.587157541706929, "W22": -70.444883956827553, "S22": -95.742294066490672, "W31": -100.0, "S31": -100.0, "W32": -100.3097552900178, "S32": -105.3097552900178 }, "geometry": { "type": "Point", "coordinates": [ 101461.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -6.5500002, "S12": -9.5500002, "W13": -18.049999, "S13": -20.292274339385358, "W21": -30.0, "S21": -30.487101278847579, "W22": -47.078670316685823, "S22": -53.062702398900285, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101462.0, 496779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0017025991182348932, "S11": 0.0017025991182348932, "W12": -5.0, "S12": -6.5861304455876626, "W13": -23.152033333348104, "S13": -23.152033333348104, "W21": -41.505886651228664, "S21": -41.505886651228664, "W22": -41.505886651228664, "S22": -41.505886651228664, "W31": -70.0, "S31": -70.0, "W32": -83.446404768212915, "S32": -88.446404768212915 }, "geometry": { "type": "Point", "coordinates": [ 101462.0, 510707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.173228278693736, "S12": -13.173228278693736, "W13": -20.0, "S13": -20.0, "W21": -42.565107163758952, "S21": -48.763029400366541, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101462.258064516136074, 513545.322580645151902 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9790359481011199, "S11": 2.9790359481011199, "W12": -8.0330437858305253, "S12": -17.226265616816441, "W13": -19.076243857638502, "S13": -20.392161891886253, "W21": -55.583598548280783, "S21": -62.538971114196393, "W22": -69.928158193495364, "S22": -104.92815819349536, "W31": -106.86752728589926, "S31": -106.86752728589926, "W32": -107.0456429925039, "S32": -112.0456429925039 }, "geometry": { "type": "Point", "coordinates": [ 101463.0, 501326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1053927181131211, "S11": 2.1053927181131211, "W12": -5.5145257433391519, "S12": -11.260761721765817, "W13": -18.398804292077415, "S13": -21.948574253809365, "W21": -40.0, "S21": -48.641886771063454, "W22": -70.0, "S22": -93.361511968804265, "W31": -104.58260467833885, "S31": -104.58260467833885, "W32": -106.61623367273197, "S32": -111.61623367273197 }, "geometry": { "type": "Point", "coordinates": [ 101464.0, 501579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2621263231359776, "S11": 1.227321065397774, "W12": -9.0074411030420301, "S12": -9.0074411030420301, "W13": -20.0, "S13": -24.08725973805069, "W21": -47.669942384344431, "S21": -67.459857012275108, "W22": -80.0, "S22": -95.122097523219807, "W31": -106.96435652348849, "S31": -106.96435652348849, "W32": -106.96435652348849, "S32": -110.24232049766661 }, "geometry": { "type": "Point", "coordinates": [ 101465.0, 499991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1168627341643962, "S12": -5.1168627341643962, "W13": -19.010652230924869, "S13": -24.058848689623051, "W21": -44.177646025472107, "S21": -54.747158747773085, "W22": -69.959448001362944, "S22": -93.867861343048673, "W31": -100.13127139081078, "S31": -100.13127139081078, "W32": -104.81005011479498, "S32": -109.81005011479498 }, "geometry": { "type": "Point", "coordinates": [ 101465.0, 502059.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0901371474596839, "S11": 2.0901371474596839, "W12": -6.6760672017740497, "S12": -6.6760672017740497, "W13": -24.592762790274584, "S13": -24.592762790274584, "W21": -36.932997240334913, "S21": -42.239721624541822, "W22": -50.0, "S22": -50.0, "W31": -69.854335252420668, "S31": -73.685226998133174, "W32": -83.712618708956526, "S32": -88.712618708956526 }, "geometry": { "type": "Point", "coordinates": [ 101465.0, 508683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1378342583196641, "S11": 2.1378342583196641, "W12": -4.9958340356156841, "S12": -4.9958340356156841, "W13": -22.820805012454798, "S13": -22.820805012454798, "W21": -39.655241135244346, "S21": -45.852495177893125, "W22": -48.481161437737171, "S22": -48.481161437737171, "W31": -69.702353972453437, "S31": -72.578521288290048, "W32": -85.077543330936052, "S32": -90.077543330936052 }, "geometry": { "type": "Point", "coordinates": [ 101465.043478260864504, 508325.043478260864504 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66483898517146589, "S11": -0.66483898517146589, "W12": -6.3298790982742492, "S12": -6.3298790982742492, "W13": -20.892664533868139, "S13": -23.630536011888836, "W21": -39.45481822937851, "S21": -39.716648191378951, "W22": -47.252804791681619, "S22": -47.252804791681619, "W31": -77.525237958152346, "S31": -77.525237958152346, "W32": -97.813381277565554, "S32": -102.81338127756555 }, "geometry": { "type": "Point", "coordinates": [ 101465.5, 503760.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9713193116634784, "S12": -11.592519709585442, "W13": -20.0, "S13": -24.365681756573597, "W21": -33.794148655772268, "S21": -45.123187284404501, "W22": -72.551981070693202, "S22": -95.085472008439453, "W31": -100.1562482930826, "S31": -100.1562482930826, "W32": -100.88276405001446, "S32": -105.88276405001446 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 502741.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20503050580594367, "S11": -0.20503050580594367, "W12": -15.0, "S12": -17.916808778824052, "W13": -20.0, "S13": -22.508292499057671, "W21": -36.916183447548761, "S21": -46.53183166626556, "W22": -70.360181510334769, "S22": -95.451714574250062, "W31": -99.970802477243112, "S31": -99.970802477243112, "W32": -100.28247626505029, "S32": -105.28247626505029 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0495538400975084, "S11": 2.0495538400975084, "W12": -10.0, "S12": -10.531840979390365, "W13": -24.378350259249157, "S13": -24.378350259249157, "W21": -34.815837144447805, "S21": -37.662429630799245, "W22": -50.0, "S22": -50.0, "W31": -69.986717724272225, "S31": -74.986717724272225, "W32": -82.503993420542812, "S32": -87.503993420542812 }, "geometry": { "type": "Point", "coordinates": [ 101467.0, 509004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17782132957415595, "S11": 0.17782132957415595, "W12": -7.3724102320821254, "S12": -16.063435044587141, "W13": -21.013719512195124, "S13": -21.013719512195124, "W21": -39.695354363244562, "S21": -39.695354363244562, "W22": -43.858743058508907, "S22": -49.305583033602304, "W31": -74.338268577895136, "S31": -74.418727025814576, "W32": -93.799436320670907, "S32": -98.799436320670907 }, "geometry": { "type": "Point", "coordinates": [ 101467.875, 504776.125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9058518702903307, "S11": 2.0083378561543137, "W12": -10.0, "S12": -13.0, "W13": -18.188307861506583, "S13": -21.312658173356894, "W21": -54.917253830144688, "S21": -64.179331230336885, "W22": -64.179331230336885, "S22": -87.330648143380856, "W31": -95.10432516571349, "S31": -95.10432516571349, "W32": -100.56539505212879, "S32": -105.56539505212879 }, "geometry": { "type": "Point", "coordinates": [ 101468.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.499994938730911, "S13": -20.499994938730911, "W21": -42.269981398819247, "S21": -44.578067084735174, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101468.615384615390212, 513109.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81152825180128929, "S11": 0.77185821838695046, "W12": -10.0, "S12": -10.253472432825866, "W13": -17.140731228079588, "S13": -19.61756966683085, "W21": -50.68181818181818, "S21": -60.306318271354385, "W22": -60.306318271354385, "S22": -61.667330824341704, "W31": -89.941371945593318, "S31": -89.941371945593318, "W32": -99.254394915600116, "S32": -104.25439491560012 }, "geometry": { "type": "Point", "coordinates": [ 101469.0, 498816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0194600546780066, "W12": -10.0, "S12": -12.512840595243002, "W13": -17.677618278019569, "S13": -19.847015239083198, "W21": -54.208614377773877, "S21": -63.649117571231763, "W22": -63.649117571231763, "S22": -64.619982890459511, "W31": -92.049396319032709, "S31": -92.049396319032709, "W32": -100.05105765111001, "S32": -105.05105765111001 }, "geometry": { "type": "Point", "coordinates": [ 101469.0, 498953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11667846022412776, "S11": -0.11667846022412776, "W12": -7.7325186599939162, "S12": -11.748884464013592, "W13": -19.350051230230545, "S13": -23.819044366361556, "W21": -43.486656761846703, "S21": -43.486656761846703, "W22": -44.510350578679315, "S22": -55.457679391761225, "W31": -76.243515502170581, "S31": -76.259046202675549, "W32": -95.979000316986657, "S32": -100.97900031698666 }, "geometry": { "type": "Point", "coordinates": [ 101469.0, 504372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1897705544933075, "S12": -10.454499193821261, "W13": -20.0, "S13": -24.973942943104284, "W21": -33.12664733790195, "S21": -44.897043369835878, "W22": -72.718726129619839, "S22": -99.736062615041433, "W31": -100.26219811946471, "S31": -100.26219811946471, "W32": -101.05355654256525, "S32": -106.05355654256525 }, "geometry": { "type": "Point", "coordinates": [ 101470.0, 502722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43209840582562486, "S11": -0.43209840582562486, "W12": -13.071866783523225, "S12": -15.278358994932736, "W13": -20.0, "S13": -23.0, "W21": -35.18911439114391, "S21": -45.078712852776249, "W22": -71.579124087636302, "S22": -88.190727520816424, "W31": -100.0, "S31": -100.0, "W32": -100.54367223059585, "S32": -105.54367223059585 }, "geometry": { "type": "Point", "coordinates": [ 101471.0, 502783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51609162480261439, "S11": 0.51609162480261439, "W12": -7.484238290801998, "S12": -7.6577690518334487, "W13": -26.11373500804865, "S13": -26.11373500804865, "W21": -36.565656579787756, "S21": -36.565656579787756, "W22": -42.05844562291589, "S22": -42.05844562291589, "W31": -78.879915114304069, "S31": -79.08143581311073, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101471.0, 505429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1343852629874474, "S11": 2.1343852629874474, "W12": -4.9970012545208817, "S12": -4.9970012545208817, "W13": -22.828516780729803, "S13": -22.828516780729803, "W21": -40.0, "S21": -46.243962404431812, "W22": -48.869456175195268, "S22": -48.869456175195268, "W31": -69.722321345292315, "S31": -72.722321345292315, "W32": -84.840538155602161, "S32": -89.840538155602161 }, "geometry": { "type": "Point", "coordinates": [ 101471.0, 508399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0956729091543562, "S11": 1.0546786030183088, "W12": -9.0151446939955875, "S12": -9.1165455391659886, "W13": -20.0, "S13": -23.986409253274367, "W21": -47.560802211083569, "S21": -66.230327886414869, "W22": -80.0, "S22": -95.943837074303403, "W31": -107.01971618840304, "S31": -107.01971618840304, "W32": -107.01971618840304, "S32": -110.24560868561956 }, "geometry": { "type": "Point", "coordinates": [ 101471.25, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.085885493918703, "W12": -6.4108900720361666, "S12": -6.4108900720361666, "W13": -19.793964503182949, "S13": -21.620553671471008, "W21": -50.0, "S21": -66.42382047616087, "W22": -67.754649061796243, "S22": -74.170727888355415, "W31": -103.17874312007055, "S31": -103.17874312007055, "W32": -104.14771941671087, "S32": -109.14771941671087 }, "geometry": { "type": "Point", "coordinates": [ 101472.0, 499618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18866411346029421, "S11": 0.18866411346029421, "W12": -7.083035714285713, "S12": -13.223000503018106, "W13": -19.69683347820688, "S13": -20.530474563030886, "W21": -41.009692982753236, "S21": -50.766061103198666, "W22": -59.850398719236559, "S22": -73.42546082736385, "W31": -95.84761679250461, "S31": -95.84761679250461, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101472.0, 503029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25910293499329962, "S11": 0.25910293499329962, "W12": -7.4009881578893779, "S12": -14.150128777608906, "W13": -22.434951935361653, "S13": -22.434951935361653, "W21": -39.055063939207919, "S21": -39.898152032917807, "W22": -43.756225526201021, "S22": -43.756225526201021, "W31": -74.187099207846103, "S31": -74.291260846312369, "W32": -91.947141181905408, "S32": -96.947141181905408 }, "geometry": { "type": "Point", "coordinates": [ 101472.0, 504894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6793861184861347, "S11": 1.6793861184861347, "W12": -10.0, "S12": -10.631988088101638, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -37.25085830048819, "S21": -37.25085830048819, "W22": -42.882555246760141, "S22": -51.538613448189892, "W31": -80.0, "S31": -80.362658577231812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101472.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.787767800142616, "S12": -12.787767800142616, "W13": -20.0, "S13": -20.0, "W21": -42.584114071132767, "S21": -49.205470334230519, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101472.290322580651264, 513594.112903225817718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92638250407203593, "S11": -0.92638250407203593, "W12": -4.9610074030412461, "S12": -4.9610074030412461, "W13": -16.865634804527534, "S13": -25.059394289735295, "W21": -34.267499120647209, "S21": -54.267499120647209, "W22": -69.309943351825368, "S22": -94.022081706439877, "W31": -100.36387173869747, "S31": -100.36387173869747, "W32": -103.86924500898802, "S32": -108.86924500898802 }, "geometry": { "type": "Point", "coordinates": [ 101473.0, 502346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.341906981235148, "S13": -21.341906981235148, "W21": -41.526297828941978, "S21": -42.323319006327814, "W22": -42.323319006327814, "S22": -42.323319006327814, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101473.30769230768783, 512388.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0438259756877799, "S11": -1.0438259756877799, "W12": -9.8490127758420432, "S12": -10.530592353091773, "W13": -19.858479945185262, "S13": -22.893252585613233, "W21": -46.851030100055176, "S21": -46.851030100055176, "W22": -80.0, "S22": -100.57933436532508, "W31": -107.72323849280457, "S31": -107.72323849280457, "W32": -107.72323849280457, "S32": -110.10511841243979 }, "geometry": { "type": "Point", "coordinates": [ 101474.0, 500119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0112007113341859, "S12": -5.0112007113341859, "W13": -18.836142588178166, "S13": -23.378619661643853, "W21": -45.619235836627141, "S21": -55.294216484253084, "W22": -70.758440504274148, "S22": -94.505388254878198, "W31": -100.13706266213137, "S31": -100.13706266213137, "W32": -104.83019724985805, "S32": -109.83019724985805 }, "geometry": { "type": "Point", "coordinates": [ 101474.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0374519395841042, "S11": 2.0374519395841042, "W12": -10.0, "S12": -12.618825533727307, "W13": -25.0, "S13": -25.0, "W21": -37.242737095871938, "S21": -38.511387825857497, "W22": -43.108198683316232, "S22": -43.108198683316232, "W31": -79.279934046513574, "S31": -79.675137431920533, "W32": -89.926116033879964, "S32": -94.926116033879964 }, "geometry": { "type": "Point", "coordinates": [ 101474.0, 506716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8631515379922448, "S11": 2.8631515379922448, "W12": -8.7050275158454706, "S12": -8.7050275158454706, "W13": -19.213529776822998, "S13": -22.213529776822998, "W21": -52.490025947920415, "S21": -64.823202921631605, "W22": -79.047327920701235, "S22": -94.814927252086306, "W31": -105.46619336976143, "S31": -105.46619336976143, "W32": -106.67829614148641, "S32": -111.67829614148641 }, "geometry": { "type": "Point", "coordinates": [ 101474.333333333328483, 500779.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38575916230366503, "S11": -0.38575916230366503, "W12": -9.5789779326364695, "S12": -10.148256731570104, "W13": -19.912812944710904, "S13": -23.123474006995963, "W21": -46.885836801559797, "S21": -50.489143376483341, "W22": -80.0, "S22": -99.821400928792571, "W31": -107.96793104337644, "S31": -107.96793104337644, "W32": -107.96793104337644, "S32": -110.1351818451526 }, "geometry": { "type": "Point", "coordinates": [ 101475.0, 500096.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3722130480155044, "S11": 3.2250531232649409, "W12": -7.6525683299580241, "S12": -7.6525683299580241, "W13": -18.912784922207699, "S13": -21.912784922207699, "W21": -59.420717319490329, "S21": -71.078913363503304, "W22": -71.078913363503304, "S22": -101.01311614628291, "W31": -106.37278565973779, "S31": -106.37278565973779, "W32": -106.90262713067985, "S32": -111.90262713067985 }, "geometry": { "type": "Point", "coordinates": [ 101475.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9876202211176572, "S12": -4.9876202211176572, "W13": -17.736885013220125, "S13": -25.428098853416564, "W21": -32.286756946887088, "S21": -52.286756946887088, "W22": -69.218453283077238, "S22": -94.218453283077238, "W31": -100.53221602602403, "S31": -100.53221602602403, "W32": -103.51592123903292, "S32": -108.51592123903292 }, "geometry": { "type": "Point", "coordinates": [ 101475.0, 502401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66751990898747338, "S11": 0.6675199089874736, "W12": -9.8319602952662031, "S12": -9.8319602952662031, "W13": -17.081965857246008, "S13": -19.73753732767149, "W21": -50.002913752913834, "S21": -59.645913016727278, "W22": -59.773416325129148, "S22": -62.07948053889784, "W31": -89.802014836876353, "S31": -89.802014836876353, "W32": -99.13976025966204, "S32": -104.13976025966204 }, "geometry": { "type": "Point", "coordinates": [ 101475.333333333328483, 498803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.080394058023033135, "S11": -0.080394058023033135, "W12": -7.6395437585097863, "S12": -10.922014667439857, "W13": -19.324790379056711, "S13": -23.66385888695045, "W21": -42.914593750900124, "S21": -42.914593750900124, "W22": -43.943976212606856, "S22": -55.670264354546688, "W31": -76.557695385694032, "S31": -76.565112316555812, "W32": -95.835993675751737, "S32": -100.83599367575174 }, "geometry": { "type": "Point", "coordinates": [ 101475.5, 504418.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80897556623879918, "S11": -0.80897556623879918, "W12": -4.9560161213682852, "S12": -4.9560161213682852, "W13": -18.437438049568257, "S13": -24.27831264042895, "W21": -40.0, "S21": -53.836048453318519, "W22": -69.713537530216186, "S22": -93.63469833662289, "W31": -100.1108457391739, "S31": -100.1108457391739, "W32": -104.66655639765966, "S32": -109.66655639765966 }, "geometry": { "type": "Point", "coordinates": [ 101476.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13776899429073344, "S11": -0.13776899429073344, "W12": -5.4261452696393402, "S12": -5.4261452696393402, "W13": -19.870031020655215, "S13": -20.458321689022409, "W21": -40.964192521956775, "S21": -42.563852131374126, "W22": -51.084208215228593, "S22": -62.062994095178375, "W31": -83.567252155555821, "S31": -83.567252155555821, "W32": -98.819808796926324, "S32": -103.81980879692632 }, "geometry": { "type": "Point", "coordinates": [ 101476.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3206524180564836, "S11": 2.3206524180564836, "W12": -4.9936416474686736, "S12": -19.524883424732916, "W13": -25.0, "S13": -25.0, "W21": -36.248136461905901, "S21": -41.248136461905901, "W22": -43.603114312798795, "S22": -43.603114312798795, "W31": -73.325056023257218, "S31": -74.215458280814516, "W32": -88.552472573686202, "S32": -93.552472573686202 }, "geometry": { "type": "Point", "coordinates": [ 101476.0, 507179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56103106536210146, "S11": -0.56103106536210146, "W12": -5.0, "S12": -5.0, "W13": -19.253811497708185, "S13": -24.287375742580554, "W21": -44.507026789635489, "S21": -55.016220423961073, "W22": -70.0, "S22": -93.750399509083238, "W31": -100.1316842005497, "S31": -100.1316842005497, "W32": -104.79183104154838, "S32": -109.79183104154838 }, "geometry": { "type": "Point", "coordinates": [ 101477.0, 502071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1118546845124282, "S12": -8.8666905417026562, "W13": -20.0, "S13": -24.470799978509643, "W21": -32.157353716394304, "S21": -44.43554572577024, "W22": -72.840648686761853, "S22": -102.84064868676185, "W31": -102.84064868676185, "S31": -102.84064868676185, "W32": -102.84064868676185, "S32": -106.3061595494744 }, "geometry": { "type": "Point", "coordinates": [ 101477.0, 502695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.510304422745544, "S11": 0.510304422745544, "W12": -7.4832239587060858, "S12": -7.4832239587060858, "W13": -26.2522125119844, "S13": -26.2522125119844, "W21": -36.748351485631019, "S21": -36.748351485631019, "W22": -42.023195241589214, "S22": -42.023195241589214, "W31": -77.344361343305309, "S31": -77.52873065270974, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101477.0, 505334.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4014779817069476, "W12": -8.0392797739276798, "S12": -8.0392797739276798, "W13": -20.0, "S13": -25.0, "W21": -48.660256993969391, "S21": -73.482729842758019, "W22": -73.482729842758019, "S22": -84.907448797279557, "W31": -105.62595179020019, "S31": -105.62595179020019, "W32": -105.62595179020019, "S32": -110.38688066709844 }, "geometry": { "type": "Point", "coordinates": [ 101478.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.414810313395259, "S12": -10.414810313395259, "W13": -19.32900905, "S13": -20.581084521698113, "W21": -47.358795670628588, "S21": -52.138638628585056, "W22": -80.0, "S22": -105.02723584463446, "W31": -105.02723584463446, "S31": -105.02723584463446, "W32": -105.9340683511589, "S32": -110.9340683511589 }, "geometry": { "type": "Point", "coordinates": [ 101478.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -18.917195677105937, "S13": -23.42137788006875, "W21": -45.729029424681599, "S21": -55.383903709649076, "W22": -70.796996677066687, "S22": -94.491273150136578, "W31": -100.1372002653777, "S31": -100.1372002653777, "W32": -104.82412422544252, "S32": -109.82412422544252 }, "geometry": { "type": "Point", "coordinates": [ 101478.0, 502040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1460788418743606, "S11": 2.1460788418743606, "W12": -4.9965703441959732, "S12": -4.9965703441959732, "W13": -22.150197894238822, "S13": -22.150197894238822, "W21": -39.800235775243777, "S21": -45.982364746671678, "W22": -48.703457942023675, "S22": -48.703457942023675, "W31": -69.696310203946439, "S31": -72.659539031793301, "W32": -85.001865606957011, "S32": -90.001865606957011 }, "geometry": { "type": "Point", "coordinates": [ 101478.478260869567748, 508371.478260869567748 ] } }, +{ "type": "Feature", "properties": { "W11": 1.34462021635453, "S11": 1.2860061270698928, "W12": -8.8281033163861711, "S12": -8.8281033163861711, "W13": -20.0, "S13": -24.088525259397841, "W21": -47.671820480875475, "S21": -69.549751163852164, "W22": -80.0, "S22": -95.863854489164311, "W31": -106.79660325697276, "S31": -106.79660325697276, "W32": -106.79660325697276, "S32": -110.28520327194127 }, "geometry": { "type": "Point", "coordinates": [ 101478.8, 499982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9649560769213701, "S11": 2.9649560769213701, "W12": -7.7751881950105712, "S12": -17.775188195010571, "W13": -19.009579888857004, "S13": -20.378292191346727, "W21": -52.253320038724389, "S21": -59.473630897688928, "W22": -69.934645384738317, "S22": -98.548231130840762, "W31": -106.53829823524435, "S31": -106.53829823524435, "W32": -106.88508660162371, "S32": -111.88508660162371 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 501343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55565919445831724, "S11": -0.55565919445831724, "W12": -7.2649453251722713, "S12": -13.637550207581075, "W13": -20.514338305181752, "S13": -20.514338305181752, "W21": -40.376872293222206, "S21": -40.376872293222206, "W22": -45.484049983057183, "S22": -48.883715040686972, "W31": -76.252512006628564, "S31": -76.53979588561738, "W32": -96.789574144819184, "S32": -101.78957414481918 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 504099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51195006714579527, "S11": 0.51195006714579527, "W12": -7.4680104879320464, "S12": -8.6493630503969499, "W13": -25.908382348042828, "S13": -25.908382348042828, "W21": -36.683141881940315, "S21": -36.683141881940315, "W22": -42.068448167342915, "S22": -53.930822199709006, "W31": -80.0, "S31": -80.241959586401023, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 505653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1464364996772529, "S11": 2.1464364996772529, "W12": -4.9965945031603338, "S12": -4.9965945031603338, "W13": -22.122545650159893, "S13": -22.122545650159893, "W21": -39.804204947980431, "S21": -45.985464745262796, "W22": -48.710562282830871, "S22": -48.710562282830871, "W31": -69.695956018011501, "S31": -72.662116221950328, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101479.0, 508373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.295476698821886, "S21": -50.72334746046927, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101479.64, 514690.039999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13492000474056576, "S11": 0.13492000474056576, "W12": -8.1082557592093298, "S12": -8.1082557592093298, "W13": -17.833543125258352, "S13": -19.776507313219305, "W21": -37.250620461647493, "S21": -39.825442377379495, "W22": -40.787017460089217, "S22": -41.768047631949401, "W31": -81.950342603431878, "S31": -81.950342603431878, "W32": -95.346737918244429, "S32": -100.34673791824443 }, "geometry": { "type": "Point", "coordinates": [ 101479.666666666671517, 497596.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37486334525601184, "S11": 0.37486334525601184, "W12": -8.849465400027885, "S12": -8.849465400027885, "W13": -17.696945856720959, "S13": -19.128991636406223, "W21": -37.544163186364052, "S21": -40.544163186364052, "W22": -42.940472494567139, "S22": -43.35441389424517, "W31": -83.101258233439225, "S31": -83.101258233439225, "W32": -95.66837184811952, "S32": -100.66837184811952 }, "geometry": { "type": "Point", "coordinates": [ 101480.0, 497804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.021681415929203, "S12": -11.256069542504392, "W13": -19.747878564275549, "S13": -21.510437193872448, "W21": -46.738156646715758, "S21": -57.711681868976186, "W22": -80.0, "S22": -102.60758513931889, "W31": -106.22236713171482, "S31": -106.22236713171482, "W32": -106.22236713171482, "S32": -110.06711529495976 }, "geometry": { "type": "Point", "coordinates": [ 101480.0, 500161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.42011432863538, "S12": -14.42011432863538, "W13": -21.938531421040434, "S13": -21.938531421040434, "W21": -41.344882691169119, "S21": -41.344882691169119, "W22": -41.344882691169119, "S22": -41.344882691169119, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101480.625, 511903.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7111607954035244, "S11": 2.7111607954035244, "W12": -6.3834274619698785, "S12": -14.507566207589784, "W13": -18.635464700288015, "S13": -20.895041933835696, "W21": -40.62841530054645, "S21": -48.789112778916284, "W22": -69.994397298917917, "S22": -99.994397298917917, "W31": -105.26694929648286, "S31": -105.26694929648286, "W32": -106.63717526305919, "S32": -111.63717526305919 }, "geometry": { "type": "Point", "coordinates": [ 101481.0, 501482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.063287515520346949, "S11": -0.063287515520346949, "W12": -9.7737512242899118, "S12": -15.92477082174754, "W13": -20.0, "S13": -21.178979771328056, "W21": -40.0, "S21": -48.963392021359226, "W22": -64.654539385847798, "S22": -91.120717189258855, "W31": -98.202302215573042, "S31": -98.202302215573042, "W32": -100.09399255110453, "S32": -105.09399255110453 }, "geometry": { "type": "Point", "coordinates": [ 101481.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15222353737688896, "S11": 0.15222353737688896, "W12": -7.3971353548775243, "S12": -16.771934056529343, "W13": -20.496951219512194, "S13": -20.628093943826791, "W21": -39.899952200108174, "S21": -39.899952200108174, "W22": -43.728901306845302, "S22": -51.183789227144182, "W31": -74.374158584293113, "S31": -74.445313988493297, "W32": -94.409353789844005, "S32": -99.409353789844005 }, "geometry": { "type": "Point", "coordinates": [ 101481.25, 504733.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45590277777777788, "S11": 0.45590277777777788, "W12": -4.5626652279471269, "S12": -6.3234756181734371, "W13": -17.949479318805739, "S13": -20.949479318805739, "W21": -40.0, "S21": -50.405274719995532, "W22": -72.153675882847253, "S22": -95.958061652895807, "W31": -103.68126507795827, "S31": -103.68126507795827, "W32": -105.99697860887268, "S32": -110.99697860887268 }, "geometry": { "type": "Point", "coordinates": [ 101482.0, 501756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.044109655821981002, "S11": -0.044109655821981002, "W12": -7.5465688570257639, "S12": -11.306699849060088, "W13": -19.299529527882889, "S13": -23.508673407539629, "W21": -42.342530739954228, "S21": -42.342530739954228, "W22": -43.849024530789123, "S22": -56.354272001585819, "W31": -76.772678983753195, "S31": -76.789122391794947, "W32": -95.692987034516989, "S32": -100.69298703451699 }, "geometry": { "type": "Point", "coordinates": [ 101482.0, 504464.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.402307321591966, "S12": -12.402307321591966, "W13": -20.0, "S13": -20.0, "W21": -42.603120978506546, "S21": -49.647911268093935, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101482.322580645166454, 513642.903225806425326 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38750166087732274, "S11": 0.38750166087732274, "W12": -9.7613398773492221, "S12": -9.7613398773492221, "W13": -16.320711424062157, "S13": -19.210937991140725, "W21": -41.056174741647041, "S21": -43.034284500086308, "W22": -47.186463427471438, "S22": -52.186463427471438, "W31": -84.489742325460128, "S31": -84.489742325460128, "W32": -96.300600165884362, "S32": -101.30060016588436 }, "geometry": { "type": "Point", "coordinates": [ 101483.0, 498220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.931604393237865, "S11": 2.931604393237865, "W12": -8.5435954909993477, "S12": -8.9145182377804844, "W13": -19.170983183417356, "S13": -22.170983183417356, "W21": -53.328861322726375, "S21": -66.013173510804194, "W22": -78.09219407219021, "S22": -97.697190965773672, "W31": -105.48160154988472, "S31": -105.48160154988472, "W32": -106.73929751230365, "S32": -111.73929751230365 }, "geometry": { "type": "Point", "coordinates": [ 101483.2, 500807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0936073689382755, "S11": 3.0936073689382755, "W12": -7.6903812072274782, "S12": -14.960139066335397, "W13": -18.971916160748098, "S13": -21.043143911661538, "W21": -59.546631516023666, "S21": -67.168487088240511, "W22": -69.921561071923648, "S22": -90.287461179718747, "W31": -106.79747987762967, "S31": -106.79747987762967, "W32": -106.93221887997436, "S32": -111.93221887997436 }, "geometry": { "type": "Point", "coordinates": [ 101485.6, 501268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7379254897828056, "S11": 1.7379254897828056, "W12": -10.0, "S12": -10.906503200355811, "W13": -25.0, "S13": -25.0, "W21": -37.249650902383621, "S21": -37.328353863326271, "W22": -42.903972218582219, "S22": -52.903972218582219, "W31": -80.0, "S31": -80.340608281853449, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101486.0, 506571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1713043478285923, "S11": 2.1713043478285923, "W12": -10.410471395086132, "S12": -10.410471395086132, "W13": -19.290750363333355, "S13": -20.526976778427201, "W21": -47.329467101627415, "S21": -53.201368503076402, "W22": -80.0, "S22": -104.467163431231, "W31": -104.467163431231, "S31": -104.467163431231, "W32": -105.85743037035012, "S32": -110.85743037035012 }, "geometry": { "type": "Point", "coordinates": [ 101486.4, 500465.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1478260869565218, "S11": 2.1478260869565218, "W12": -10.41016147235003, "S12": -11.41016147235003, "W13": -19.2880176, "S13": -20.523111939622641, "W21": -47.327372203841328, "S21": -53.277277779827813, "W22": -80.0, "S22": -104.42715825884559, "W31": -104.42715825884559, "S31": -104.42715825884559, "W32": -105.85195622886366, "S32": -110.85195622886366 }, "geometry": { "type": "Point", "coordinates": [ 101487.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9718304432617373, "S12": -5.3380338082946563, "W13": -18.75750731105332, "S13": -25.846975056620252, "W21": -30.0, "S21": -46.516188336227145, "W22": -69.68304415220976, "S22": -92.163855362687897, "W31": -100.77281949146916, "S31": -100.77281949146916, "W32": -103.12283484720426, "S32": -108.12283484720426 }, "geometry": { "type": "Point", "coordinates": [ 101487.0, 502468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1045206536556504, "S11": 2.1045206536556504, "W12": -6.1140827413288754, "S12": -8.4722236839731906, "W13": -25.0, "S13": -25.0, "W21": -37.124640481949939, "S21": -38.974561155069715, "W22": -43.135044529995696, "S22": -43.135044529995696, "W31": -78.698703703659305, "S31": -79.145937214714081, "W32": -89.76745941178342, "S32": -94.76745941178342 }, "geometry": { "type": "Point", "coordinates": [ 101488.0, 506791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.960968765738269, "S12": -12.960968765738269, "W13": -22.225348830629379, "S13": -22.225348830629379, "W21": -41.420259062051919, "S21": -41.420259062051919, "W22": -41.420259062051919, "S22": -41.420259062051919, "W31": -71.550003, "S31": -71.550003, "W32": -83.289626361319833, "S32": -88.289626361319833 }, "geometry": { "type": "Point", "coordinates": [ 101488.428571428565192, 511696.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0078252536208863865, "S11": -0.0078252536208863865, "W12": -7.4535939555416331, "S12": -12.001935471041548, "W13": -19.4069706498952, "S13": -22.974772683302625, "W21": -41.855934859571924, "S21": -41.855934859571924, "W22": -43.754072848971362, "S22": -57.184218066798209, "W31": -76.346376586185571, "S31": -76.371846471407309, "W32": -95.54998039328207, "S32": -100.54998039328207 }, "geometry": { "type": "Point", "coordinates": [ 101488.5, 504510.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3137111837919981, "S11": 2.3137111837919981, "W12": -4.9925787100966437, "S12": -17.370034207569091, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.000475861543457, "S21": -41.045722625244942, "W22": -43.665996573332912, "S22": -43.665996573332912, "W31": -71.779655313965776, "S31": -72.894410991175846, "W32": -88.301745524422614, "S32": -93.301745524422614 }, "geometry": { "type": "Point", "coordinates": [ 101488.833333333328483, 507283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46025418737376761, "S11": -0.46025418737376761, "W12": -13.123136553370781, "S12": -15.332671942634612, "W13": -20.0, "S13": -23.770430756843439, "W21": -34.76666969724895, "S21": -44.107963955752076, "W22": -72.077152650848859, "S22": -82.532483950452033, "W31": -100.01354089448965, "S31": -100.01354089448965, "W32": -100.68554030068188, "S32": -105.68554030068188 }, "geometry": { "type": "Point", "coordinates": [ 101489.666666666671517, 502774.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5163969490164591, "S11": 1.7855757737514892, "W12": -6.388274837759913, "S12": -9.3882748377599121, "W13": -19.607632161638531, "S13": -22.750087212229364, "W21": -50.0, "S21": -68.375870594265393, "W22": -68.375870594265393, "S22": -82.901105741322056, "W31": -102.23415374933587, "S31": -102.23415374933587, "W32": -103.47854467113619, "S32": -108.47854467113619 }, "geometry": { "type": "Point", "coordinates": [ 101490.0, 499534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6754302103250476, "S12": -7.3743240231189313, "W13": -20.0, "S13": -23.757051523128997, "W21": -30.803241960991038, "S21": -43.628652659373856, "W22": -73.128855984487927, "S22": -103.09786369213629, "W31": -103.09786369213629, "S31": -103.09786369213629, "W32": -103.09786369213629, "S32": -106.66464223457007 }, "geometry": { "type": "Point", "coordinates": [ 101490.0, 502658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056943147438924147, "S11": -0.056943147438924147, "W12": -8.2132697044334968, "S12": -14.881205350619938, "W13": -20.0, "S13": -20.601426058550068, "W21": -40.348696896441389, "S21": -48.836583190885221, "W22": -61.98097463284379, "S22": -87.468327355921986, "W31": -97.467562869643359, "S31": -97.467562869643359, "W32": -100.0670500935711, "S32": -105.0670500935711 }, "geometry": { "type": "Point", "coordinates": [ 101490.0, 502963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3877706677675712, "S11": 3.2358912375883451, "W12": -7.6037804259150157, "S12": -7.6037804259150157, "W13": -18.905326235590181, "S13": -21.905326235590181, "W21": -59.305939459313691, "S21": -70.956994615164234, "W22": -70.956994615164234, "S22": -100.01794075598039, "W31": -106.18951667614336, "S31": -106.18951667614336, "W32": -106.79274610437048, "S32": -111.79274610437048 }, "geometry": { "type": "Point", "coordinates": [ 101491.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1004713560551124, "S11": 0.1004713560551124, "W12": -6.2800129505719831, "S12": -7.7603819700956898, "W13": -19.00918912206631, "S13": -19.755277121630129, "W21": -41.401250241687215, "S21": -52.021884463224325, "W22": -59.76522409954854, "S22": -59.76522409954854, "W31": -94.430823211585334, "S31": -94.430823211585334, "W32": -99.776544900067222, "S32": -104.77654490006722 }, "geometry": { "type": "Point", "coordinates": [ 101491.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14023437162913194, "S11": 0.14023437162913194, "W12": -7.4166218032814557, "S12": -17.154149671338502, "W13": -20.23170731707317, "S13": -20.756572064147988, "W21": -40.0, "S21": -40.046092939956644, "W22": -43.629889559711849, "S22": -52.12515730566453, "W31": -74.431598769708799, "S31": -74.497827327217777, "W32": -94.711541878398066, "S32": -99.711541878398066 }, "geometry": { "type": "Point", "coordinates": [ 101491.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5189816138097005, "S11": 1.7865564596106078, "W12": -6.3811365535813378, "S12": -6.3811365535813378, "W13": -19.609096986082026, "S13": -22.788398940042512, "W21": -50.0, "S21": -68.37620440282744, "W22": -68.37620440282744, "S22": -82.680990842530818, "W31": -102.22804775439258, "S31": -102.22804775439258, "W32": -103.48064277560738, "S32": -108.48064277560738 }, "geometry": { "type": "Point", "coordinates": [ 101491.857142857144936, 499534.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1543234254290415, "S11": 2.1543234254290415, "W12": -4.9983200231713889, "S12": -4.9983200231713889, "W13": -21.479590776023851, "S13": -21.479590776023851, "W21": -39.945230415243344, "S21": -46.112234315450429, "W22": -48.925754446310194, "S22": -48.925754446310194, "W31": -69.690266435439469, "S31": -72.564183366640265, "W32": -84.909590459323852, "S32": -89.909590459323852 }, "geometry": { "type": "Point", "coordinates": [ 101491.913043478256441, 508417.913043478270993 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22211548886906948, "S11": -0.22211548886906948, "W12": -15.0, "S12": -19.701564469489139, "W13": -20.0, "S13": -21.482284206558614, "W21": -38.461542723991499, "S21": -46.639015694170055, "W22": -69.973439575033211, "S22": -94.911101081439341, "W31": -99.296742564080503, "S31": -99.296742564080503, "W32": -100.14623911196752, "S32": -105.14623911196752 }, "geometry": { "type": "Point", "coordinates": [ 101492.0, 502882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16519914798194854, "S11": 0.16519914798194854, "W12": -7.4245777324060152, "S12": -16.646468117351226, "W13": -20.658536585365852, "S13": -20.658536585365852, "W21": -39.810269014832578, "S21": -40.048840039434332, "W22": -43.601971841448147, "S22": -50.479182302220252, "W31": -74.090580361465271, "S31": -74.163858813732773, "W32": -94.162396503322555, "S32": -99.162396503322555 }, "geometry": { "type": "Point", "coordinates": [ 101492.0, 504747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.016846843040845, "S12": -12.016846843040845, "W13": -20.011711233652729, "S13": -20.011711233652729, "W21": -42.622127885880353, "S21": -50.090352201957906, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101492.354838709681644, 513691.693548387091141 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6819151204947751, "S11": -1.6819151204947751, "W12": -9.892566782810686, "S12": -10.71474544425006, "W13": -19.791908501554843, "S13": -22.081028808488249, "W21": -46.702620498786693, "S21": -54.480016245139659, "W22": -79.999999999999986, "S22": -102.72968266253869, "W31": -107.00238954190927, "S31": -107.00238954190927, "W32": -107.00238954190927, "S32": -110.12666293071378 }, "geometry": { "type": "Point", "coordinates": [ 101493.0, 500137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9263736072243915, "S12": -9.9263736072243915, "W13": -19.250560683333333, "S13": -19.250560683333333, "W21": -47.905918773803535, "S21": -51.230339805510127, "W22": -80.0, "S22": -101.83918728886159, "W31": -104.1398536091606, "S31": -104.1398536091606, "W32": -105.96649803414809, "S32": -110.96649803414809 }, "geometry": { "type": "Point", "coordinates": [ 101493.0, 500508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7217973231357551, "S12": -6.4326663735738325, "W13": -20.0, "S13": -23.349540643636168, "W21": -30.0, "S21": -43.387238400975733, "W22": -73.127387038016337, "S22": -102.48220836071347, "W31": -102.48220836071347, "S31": -102.48220836071347, "W32": -102.48220836071347, "S32": -106.86910691382302 }, "geometry": { "type": "Point", "coordinates": [ 101493.0, 502635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4886020467488179, "S11": 3.4028236923077464, "W12": -6.9912632221209412, "S12": -9.4663049848076106, "W13": -18.758458410261483, "S13": -21.757266688555969, "W21": -58.858337817242642, "S21": -67.97286321263914, "W22": -69.937223261835754, "S22": -96.017384128291667, "W31": -106.75855251986108, "S31": -106.75855251986108, "W32": -106.77865314764642, "S32": -111.77865314764642 }, "geometry": { "type": "Point", "coordinates": [ 101493.2, 501168.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25276815222841204, "S11": -0.25276815222841204, "W12": -5.0, "S12": -5.0, "W13": -18.180509400063574, "S13": -20.408285058209326, "W21": -44.280239520958716, "S21": -55.617272982869132, "W22": -73.270070770869708, "S22": -90.262975612271504, "W31": -100.86042794170764, "S31": -100.86042794170764, "W32": -104.90018317821611, "S32": -109.90018317821611 }, "geometry": { "type": "Point", "coordinates": [ 101493.6, 501961.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12662574517962194, "S11": 0.12662574517962194, "W12": -7.421860477672924, "S12": -17.294590580284108, "W13": -19.994719601677147, "S13": -20.856330116484827, "W21": -40.178557058758997, "S21": -40.178557058758997, "W22": -43.599059555181704, "S22": -53.06199542068606, "W31": -74.569785898514809, "S31": -74.631638258995736, "W32": -95.003704866974914, "S32": -100.00370486697491 }, "geometry": { "type": "Point", "coordinates": [ 101494.625, 504691.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028459148580208218, "S11": 0.028459148580208218, "W12": -7.4011890455311926, "S12": -12.9242576256684, "W13": -19.556988120195751, "S13": -22.46621557756734, "W21": -41.413283898261248, "S21": -41.413283898261248, "W22": -43.659121167153593, "S22": -58.267029885577671, "W31": -75.819388795035707, "S31": -75.853885157437418, "W32": -95.406973752047151, "S32": -100.40697375204715 }, "geometry": { "type": "Point", "coordinates": [ 101495.0, 504556.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30675006480682221, "S11": 0.30675006480682221, "W12": -6.8202938729804616, "S12": -6.8202938729804616, "W13": -17.676863783550992, "S13": -20.558202862105848, "W21": -35.266497652733548, "S21": -36.576462884144533, "W22": -42.064735749407468, "S22": -45.164086456514113, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 497282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5463131061235798, "S11": 3.2963131061235798, "W12": -7.1200504902858306, "S12": -7.4312827863677073, "W13": -18.798973926257251, "S13": -22.030576746759497, "W21": -58.593627034553535, "S21": -68.776701772182719, "W22": -69.961507602142859, "S22": -98.391193907714495, "W31": -106.53321801195436, "S31": -106.53321801195436, "W32": -106.75899543022956, "S32": -111.75899543022956 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 501097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83945386064030114, "S11": 0.83945386064030114, "W12": -4.8898570272457507, "S12": -8.65603155523781, "W13": -18.155908720605204, "S13": -21.202346352285989, "W21": -40.0, "S21": -49.443529878759421, "W22": -70.0, "S22": -95.996214385335719, "W31": -103.84978101883453, "S31": -103.84978101883453, "W32": -106.22687239140714, "S32": -111.22687239140714 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 501654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34524503050580585, "S11": -0.34524503050580585, "W12": -15.0, "S12": -18.853636835471193, "W13": -20.0, "S13": -21.747204422666165, "W21": -37.434943368072759, "S21": -45.295257002231978, "W22": -70.417968873531322, "S22": -91.698631683905376, "W31": -100.0, "S31": -100.0, "W32": -100.24092584058002, "S32": -105.24092584058002 }, "geometry": { "type": "Point", "coordinates": [ 101496.0, 502852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6783909151791021, "S11": 1.6783909151791021, "W12": -10.0, "S12": -10.848427861466169, "W13": -25.0, "S13": -25.0, "W21": -37.209385566545933, "S21": -37.209385566545933, "W22": -42.853913676371157, "S22": -52.745757884094196, "W31": -80.0, "S31": -80.329583459958812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101496.75, 506563.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2941471739785166, "S12": -6.0269708267642814, "W13": -20.0, "S13": -23.136383173051094, "W21": -30.209756236961677, "S21": -43.808177493212177, "W22": -73.217874140666311, "S22": -102.22019182513782, "W31": -102.22019182513782, "S31": -102.22019182513782, "W32": -102.22019182513782, "S32": -106.976171568208 }, "geometry": { "type": "Point", "coordinates": [ 101497.0, 502624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4684512428298291, "S12": -6.2024927163929693, "W13": -20.0, "S13": -23.203540536184388, "W21": -30.202897722401627, "S21": -43.626457122694873, "W22": -73.236676655502663, "S22": -102.33385770438963, "W31": -102.33385770438963, "S31": -102.33385770438963, "W32": -102.33385770438963, "S32": -106.94249938150584 }, "geometry": { "type": "Point", "coordinates": [ 101497.0, 502628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31667995898370749, "S11": -0.31667995898370749, "W12": -10.134168157423971, "S12": -11.607474225733908, "W13": -20.0, "S13": -25.0, "W21": -33.426995947010425, "S21": -43.627974841263629, "W22": -73.150786876337307, "S22": -83.249289634414524, "W31": -100.23368577113651, "S31": -100.23368577113651, "W32": -101.0417683872231, "S32": -106.0417683872231 }, "geometry": { "type": "Point", "coordinates": [ 101497.0, 502735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43008154636061613, "S11": -0.43008154636061613, "W12": -7.2131931166347991, "S12": -7.9720646027144308, "W13": -20.0, "S13": -23.860876806533067, "W21": -31.132258147879394, "S21": -43.26386354303942, "W22": -73.495798813091241, "S22": -103.49579881309124, "W31": -103.49579881309124, "S31": -103.49579881309124, "W32": -103.49579881309124, "S32": -106.61301058496127 }, "geometry": { "type": "Point", "coordinates": [ 101499.0, 502668.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25648689295769717, "S11": -0.25648689295769717, "W12": -14.345260514752042, "S12": -19.345260514752042, "W13": -20.0, "S13": -21.271202412363362, "W21": -38.703370162858974, "S21": -46.462694636628065, "W22": -69.833997343957506, "S22": -94.083501121377822, "W31": -99.195408484509272, "S31": -99.195408484509272, "W32": -100.13650510669112, "S32": -105.13650510669112 }, "geometry": { "type": "Point", "coordinates": [ 101499.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46156579078018262, "S11": -0.46156579078018262, "W12": -7.2967619493661076, "S12": -17.296761949366108, "W13": -20.236275651335813, "S13": -22.881012493441077, "W21": -40.757834185619608, "S21": -40.81584927997276, "W22": -44.949557550696795, "S22": -50.137717717384405, "W31": -76.248496980790975, "S31": -76.475732786841533, "W32": -96.604338481633889, "S32": -101.60433848163389 }, "geometry": { "type": "Point", "coordinates": [ 101499.0, 504156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48774546154185328, "S11": 0.48774546154185328, "W12": -7.5824395080837279, "S12": -7.5824395080837279, "W13": -16.173679544524841, "S13": -16.173679544524841, "W21": -46.065104340087544, "S21": -56.012994270249308, "W22": -56.012994270249308, "S22": -61.58950941421223, "W31": -87.840660229904344, "S31": -87.840660229904344, "W32": -97.650833794933092, "S32": -102.65083379493309 }, "geometry": { "type": "Point", "coordinates": [ 101500.0, 498579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49008487654320987, "S11": 0.49008487654320987, "W12": -4.7080927974103046, "S12": -7.3347339692014897, "W13": -18.03301557114419, "S13": -21.03301557114419, "W21": -40.0, "S21": -49.773245408936894, "W22": -71.198581705642439, "S22": -96.198581705642439, "W31": -103.66180541469198, "S31": -103.66180541469198, "W32": -106.12056554106059, "S32": -111.12056554106059 }, "geometry": { "type": "Point", "coordinates": [ 101500.0, 501698.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42971457185778678, "S11": -0.42971457185778678, "W12": -5.0, "S12": -5.0, "W13": -18.671534423842438, "S13": -21.512409159305506, "W21": -46.080568720379148, "S21": -55.472933856145957, "W22": -72.534561043045926, "S22": -92.685943866917825, "W31": -100.1485778072642, "S31": -100.1485778072642, "W32": -104.85623225615326, "S32": -109.85623225615326 }, "geometry": { "type": "Point", "coordinates": [ 101500.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49842204132748902, "S11": -0.49842204132748902, "W12": -5.0, "S12": -5.755691620716485, "W13": -20.0, "S13": -22.973593724815988, "W21": -30.414368588003317, "S21": -44.972529749060797, "W22": -73.322463129443562, "S22": -102.04342469900104, "W31": -102.04342469900104, "S31": -102.04342469900104, "W32": -102.05798208256638, "S32": -107.05798208256638 }, "geometry": { "type": "Point", "coordinates": [ 101501.0, 502616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.064743550781260345, "S11": 0.064743550781260345, "W12": -7.4238873229997528, "S12": -14.378915028320073, "W13": -19.707005590496106, "S13": -21.957658471832708, "W21": -40.970632936951112, "S21": -40.970632936951112, "W22": -43.56416948533586, "S22": -57.152027517715339, "W31": -75.292401003886383, "S31": -75.335923843468066, "W32": -95.263967110812402, "S32": -100.2639671108124 }, "geometry": { "type": "Point", "coordinates": [ 101501.5, 504602.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.313163361661944, "S12": -12.383751596956062, "W13": -19.265928586922406, "S13": -21.512235345658546, "W21": -46.235225343476891, "S21": -61.323470431721979, "W22": -80.0, "S22": -107.66321302148157, "W31": -107.66321302148157, "S31": -107.66321302148157, "W32": -107.66321302148157, "S32": -110.38734156333342 }, "geometry": { "type": "Point", "coordinates": [ 101502.0, 500364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -18.868195571421282, "S13": -22.017948670282514, "W21": -46.924170616113749, "S21": -55.544897619363027, "W22": -72.209370164624715, "S22": -94.465750562489831, "W31": -100.14624838088018, "S31": -100.14624838088018, "W32": -104.83840323894637, "S32": -109.83840323894637 }, "geometry": { "type": "Point", "coordinates": [ 101502.0, 502016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1832469712480407, "S11": 2.1832469712480407, "W12": -4.9951690933049351, "S12": -4.9951690933049351, "W13": -20.0, "S13": -20.0, "W21": -39.046194548043211, "S21": -45.0309205360902, "W22": -48.165522261160589, "S22": -48.165522261160589, "W31": -69.613260055332049, "S31": -72.456178861225197, "W32": -85.379208285406435, "S32": -90.379208285406435 }, "geometry": { "type": "Point", "coordinates": [ 101502.0, 508282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.631386364489723, "S12": -11.631386364489723, "W13": -20.026997360379113, "S13": -20.026997360379113, "W21": -42.641134793254167, "S21": -50.532793135821883, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101502.387096774196834, 513740.483870967756957 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30034398609169061, "S11": 0.30034398609169061, "W12": -7.3134076877696836, "S12": -7.3134076877696836, "W13": -17.829435695325419, "S13": -20.577687882707675, "W21": -34.570368273616594, "S21": -35.423734120294441, "W22": -41.81542708588546, "S22": -44.845486843466816, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101503.0, 497174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.162568008983738, "S11": 2.162568008983738, "W12": -4.8834452175922287, "S12": -4.8834452175922287, "W13": -20.808983657807865, "S13": -20.808983657807865, "W21": -40.0, "S21": -46.151878828986206, "W22": -49.148050950596698, "S22": -49.148050950596698, "W31": -69.684222666932484, "S31": -72.392186441630074, "W32": -84.816537337870329, "S32": -89.816537337870329 }, "geometry": { "type": "Point", "coordinates": [ 101505.347826086959685, 508464.347826086974237 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38727674295877879, "S11": 0.38727674295877879, "W12": -8.9844974115191079, "S12": -8.9844974115191079, "W13": -17.678993558184928, "S13": -19.095573894626149, "W21": -37.43097927103689, "S21": -40.282493978535335, "W22": -43.009548313074255, "S22": -43.429895767598381, "W31": -83.017143882375564, "S31": -83.017143882375564, "W32": -95.582063054695226, "S32": -100.58206305469523 }, "geometry": { "type": "Point", "coordinates": [ 101506.0, 497835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0565373905102264, "S11": 2.0565373905102264, "W12": -10.0, "S12": -11.12044881597944, "W13": -24.313277564714831, "S13": -24.313277564714831, "W21": -35.437617694229353, "S21": -35.437617694229353, "W22": -50.0, "S22": -50.0, "W31": -70.363287816927979, "S31": -70.523671841311369, "W32": -82.117433610330025, "S32": -87.117433610330025 }, "geometry": { "type": "Point", "coordinates": [ 101506.0, 509266.125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1242893485433312, "W12": -6.3028298726272487, "S12": -6.3028298726272487, "W13": -19.867270389334855, "S13": -21.701227650292036, "W21": -49.999999999999993, "S21": -64.634073061065664, "W22": -68.087817431520961, "S22": -68.391908680916885, "W31": -103.26544792402824, "S31": -103.26544792402824, "W32": -104.34439594420074, "S32": -109.34439594420074 }, "geometry": { "type": "Point", "coordinates": [ 101507.0, 499646.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9263885004181693, "S12": -5.6999464866944107, "W13": -20.0, "S13": -24.641937075202804, "W21": -30.812162432486495, "S21": -49.392629827118597, "W22": -72.934530612244885, "S22": -99.976091256858965, "W31": -100.91260504201681, "S31": -100.91260504201681, "W32": -102.62685432790752, "S32": -107.62685432790752 }, "geometry": { "type": "Point", "coordinates": [ 101507.0, 502551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19943696775209999, "S11": 0.19943696775209999, "W12": -5.1751844813759549, "S12": -5.1751844813759549, "W13": -19.377163761566603, "S13": -19.445670639584275, "W21": -41.302027000930579, "S21": -46.302027000930579, "W22": -54.645714843956043, "S22": -71.123929991777558, "W31": -89.880213954481306, "S31": -89.880213954481306, "W32": -99.147852415383682, "S32": -104.14785241538368 }, "geometry": { "type": "Point", "coordinates": [ 101507.0, 503305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.269875857279278, "S12": -10.812951446464874, "W13": -19.190215716666668, "S13": -20.125310056289308, "W21": -47.379549352797916, "S21": -55.626972033210286, "W22": -80.0, "S22": -102.5614624921202, "W31": -103.77823995035052, "S31": -103.77823995035052, "W32": -105.69637898325588, "S32": -110.69637898325588 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 500461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.864637866831397, "S12": -5.2792684447392242, "W13": -18.636104639094338, "S13": -25.766863438531228, "W21": -31.007351113611335, "S21": -45.116226611517575, "W22": -69.93136156807887, "S22": -94.93136156807887, "W31": -100.84498439885814, "S31": -100.84498439885814, "W32": -103.21792835799579, "S32": -108.21792835799579 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 502466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10102795298235497, "S11": 0.10102795298235497, "W12": -7.446585600468322, "S12": -15.833572430973629, "W13": -19.857023060796649, "S13": -21.449101366097416, "W21": -40.527043591893303, "S21": -40.527043591893303, "W22": -43.469217803518092, "S22": -54.940201614227931, "W31": -74.765413212736505, "S31": -74.817962529498175, "W32": -95.120960469577483, "S32": -100.12096046957748 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 504649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9923554763627178, "S11": 1.9923554763627178, "W12": -7.555508639181177, "S12": -9.253770283992349, "W13": -24.081107136823778, "S13": -24.081107136823778, "W21": -36.769315841382358, "S21": -36.769315841382358, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -82.312640051108062, "S32": -87.312640051108062 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 509613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.060779128021377, "S13": -21.060779128021377, "W21": -41.730517818567137, "S21": -41.730517818567137, "W22": -53.178708473661366, "S22": -53.178708473661366, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101508.0, 512855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3645829547519535, "W12": -7.95752676138423, "S12": -7.95752676138423, "W13": -20.0, "S13": -24.421969785193262, "W21": -48.267302287656094, "S21": -78.267302287656079, "W22": -78.267302287656079, "S22": -90.905369375605829, "W31": -105.72336137748181, "S31": -105.72336137748181, "W32": -105.72336137748181, "S32": -110.455310880829 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52089997867349114, "S11": -0.52089997867349114, "W12": -9.3583042973286883, "S12": -9.9013015158597106, "W13": -19.857104306119222, "S13": -22.857104306119222, "W21": -46.666992954884989, "S21": -51.832345282536984, "W22": -80.0, "S22": -102.71420278637771, "W31": -107.84262373556309, "S31": -107.84262373556309, "W32": -107.84262373556309, "S32": -110.20545700279256 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5759429246211375, "S11": -0.5759429246211375, "W12": -15.0, "S12": -18.0, "W13": -20.0, "S13": -21.888145495665285, "W21": -36.273905474690721, "S21": -43.451619585324849, "W22": -71.289832832707276, "S22": -85.394646311118152, "W31": -100.0, "S31": -100.0, "W32": -100.38646893601549, "S32": -105.38646893601549 }, "geometry": { "type": "Point", "coordinates": [ 101509.0, 502818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3641407717002845, "W12": -7.9693682931323799, "S12": -7.9693682931323799, "W13": -20.0, "S13": -24.371227119218268, "W21": -48.236717770207903, "S21": -78.236717770207903, "W22": -78.236717770207903, "S22": -91.364601699649214, "W31": -105.74788740386154, "S31": -105.74788740386154, "W32": -105.74788740386154, "S32": -110.46350793393782 }, "geometry": { "type": "Point", "coordinates": [ 101510.0, 499895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51643667432510243, "S11": 0.51643667432510243, "W12": -7.5648509283369467, "S12": -7.5648509283369467, "W13": -26.406955004104148, "S13": -26.406955004104148, "W21": -36.552375178018714, "S21": -36.552375178018714, "W22": -41.836443649868961, "S22": -43.178931071411967, "W31": -77.29827681121435, "S31": -77.486829605283731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101510.0, 505358.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3624028581608769, "S12": -9.3624028581608769, "W13": -16.955631006109215, "S13": -19.84527585131902, "W21": -49.402782490668478, "S21": -59.079840331055273, "W22": -59.079840331055273, "S22": -61.594736084182706, "W31": -89.444429389193772, "S31": -89.444429389193772, "W32": -98.808125127547299, "S32": -103.8081251275473 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.01570796460177, "S12": -11.622960834946211, "W13": -19.671004058398779, "S13": -20.090282149623032, "W21": -46.519404196013575, "S21": -65.395547158037203, "W22": -80.0, "S22": -105.63796439628483, "W31": -105.63796439628483, "S31": -105.63796439628483, "W32": -105.63796439628483, "S32": -110.11814401627494 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 500177.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21471672812604781, "S11": -0.21471672812604781, "W12": -11.332737030411449, "S12": -12.993287489127045, "W13": -20.0, "S13": -25.0, "W21": -33.807875548523945, "S21": -43.066804034178908, "W22": -73.090808346185327, "S22": -73.090808346185312, "W31": -100.19616870196246, "S31": -100.19616870196246, "W32": -100.99980136713135, "S32": -105.99980136713135 }, "geometry": { "type": "Point", "coordinates": [ 101511.0, 502746.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83, "S11": -0.83, "W12": -6.3400002, "S12": -6.3400002, "W13": -21.440001, "S13": -24.240001, "W21": -37.830002, "S21": -37.830002, "W22": -45.439999, "S22": -45.439999, "W31": -77.406534978095166, "S31": -78.072324451779266, "W32": -97.31169387013378, "S32": -102.31169387013378 }, "geometry": { "type": "Point", "coordinates": [ 101511.3, 503916.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32780634104541562, "S11": -0.32780634104541562, "W12": -13.601381042059009, "S12": -18.323834970284032, "W13": -20.0, "S13": -20.92455082296771, "W21": -39.015444561984275, "S21": -45.989005502648439, "W22": -70.0, "S22": -92.58752413020666, "W31": -99.099312452253585, "S31": -99.099312452253585, "W32": -100.13527087120634, "S32": -105.13527087120634 }, "geometry": { "type": "Point", "coordinates": [ 101512.0, 502898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5468302896359438, "S11": 1.4302163214973613, "W12": -8.390863434651445, "S12": -8.390863434651445, "W13": -20.0, "S13": -23.60099645994509, "W21": -47.677124680775364, "S21": -74.062845857813727, "W22": -80.0, "S22": -97.666640866872612, "W31": -106.38728713872314, "S31": -106.38728713872314, "W32": -106.38728713872314, "S32": -110.38972079246152 }, "geometry": { "type": "Point", "coordinates": [ 101512.4, 499960.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.245925885939073, "S12": -11.245925885939073, "W13": -20.042283487105564, "S13": -20.042283487105564, "W21": -42.660141700627939, "S21": -50.9752340696853, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101512.419354838712025, 513789.274193548364565 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70147083974687874, "S11": 0.7014708397468794, "W12": -9.3401095885134282, "S12": -9.3401095885134282, "W13": -17.019782589743762, "S13": -19.653608560641253, "W21": -49.677638276213102, "S21": -59.332192684378803, "W22": -59.494816665570823, "S22": -61.583519203442158, "W31": -89.573116699610935, "S31": -89.573116699610935, "W32": -98.898829480190074, "S32": -103.89882948019007 }, "geometry": { "type": "Point", "coordinates": [ 101513.0, 498799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3909619578386234, "S11": 2.2548301509454136, "W12": -8.0252947291375651, "S12": -8.0252947291375651, "W13": -20.0, "S13": -24.173772192637919, "W21": -48.119729429927858, "S21": -48.119729429927858, "W22": -77.326158940397363, "S22": -93.070547485288998, "W31": -105.85159717529571, "S31": -105.85159717529571, "W32": -105.85159717529571, "S32": -110.45649420063951 }, "geometry": { "type": "Point", "coordinates": [ 101513.0, 499907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31531971286582022, "S11": -0.31531971286582022, "W12": -15.0, "S12": -17.493754835857189, "W13": -20.0, "S13": -24.009661835748794, "W21": -35.350081394993424, "S21": -43.166468001401149, "W22": -72.014082046913259, "S22": -80.048759614688677, "W31": -100.0, "S31": -100.0, "W32": -100.6282223372091, "S32": -105.6282223372091 }, "geometry": { "type": "Point", "coordinates": [ 101513.0, 502791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13618697864750018, "S11": -0.13618697864750018, "W12": -8.1113711001642042, "S12": -15.087337731520137, "W13": -19.483136719235066, "S13": -20.122519292806906, "W21": -40.737797536340466, "S21": -47.893176521560576, "W22": -60.0, "S22": -81.249852123506443, "W31": -96.731856378915197, "S31": -96.731856378915197, "W32": -100.0309744206306, "S32": -105.0309744206306 }, "geometry": { "type": "Point", "coordinates": [ 101513.0, 503004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37812350559505209, "S11": 0.37812350559505209, "W12": -7.758073026573812, "S12": -8.680486480159729, "W13": -18.131342143242225, "S13": -20.586801512133597, "W21": -33.901968470702194, "S21": -34.573197000800235, "W22": -43.12416402180861, "S22": -46.000151639052064, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101514.0, 497078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6912540535658519, "S11": -0.6912540535658519, "W12": -6.0551387742382845, "S12": -6.0551387742382845, "W13": -20.849080387449529, "S13": -23.661247469609616, "W21": -39.068409121368894, "S21": -39.639664860279758, "W22": -47.182871191865075, "S22": -47.182871191865075, "W31": -78.064631762420547, "S31": -78.064631762420547, "W32": -97.752796860739011, "S32": -102.75279686073901 }, "geometry": { "type": "Point", "coordinates": [ 101514.0, 503769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58390014689206615, "S11": -0.58390014689206615, "W12": -5.8365295304377867, "S12": -5.8365295304377867, "W13": -20.395327134022615, "S13": -22.514845759486683, "W21": -40.006953650857575, "S21": -41.010923147566494, "W22": -48.525589767907931, "S22": -50.742397914833113, "W31": -78.559060949605112, "S31": -78.559060949605112, "W32": -98.093578014242539, "S32": -103.09357801424254 }, "geometry": { "type": "Point", "coordinates": [ 101515.0, 503655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.8247057724064, "S13": -20.8247057724064, "W21": -42.211646831972395, "S21": -44.513489334183646, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101515.923076923078042, 513114.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34343109682603462, "S11": 0.34343109682603462, "W12": -5.8343989695768546, "S12": -5.8343989695768546, "W13": -17.757564356295482, "S13": -19.986356440282449, "W21": -36.363385214523483, "S21": -38.591463475179523, "W22": -40.687415774417452, "S22": -42.540894976291213, "W31": -81.248420498226309, "S31": -81.248420498226309, "W32": -95.021127734063143, "S32": -100.02112773406314 }, "geometry": { "type": "Point", "coordinates": [ 101516.0, 497508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7836201141380426, "S11": 2.7836201141380426, "W12": -8.56170147124236, "S12": -8.56170147124236, "W13": -19.083879633333332, "S13": -22.083879633333332, "W21": -51.522107012091936, "S21": -64.881725611494474, "W22": -78.213831556294636, "S22": -88.697940597605523, "W31": -105.00309449513514, "S31": -105.00309449513514, "W32": -106.46845996539248, "S32": -111.46845996539248 }, "geometry": { "type": "Point", "coordinates": [ 101516.0, 500780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2143870378929549, "S11": 2.2143870378929549, "W12": -4.9932678644619024, "S12": -4.9932678644619042, "W13": -21.121920045444863, "S13": -21.121920045444863, "W21": -38.197583965624311, "S21": -43.997016210674005, "W22": -47.477573880306892, "S22": -47.477573880306892, "W31": -69.53508249693499, "S31": -72.198204747725967, "W32": -85.806004009947586, "S32": -90.806004009947586 }, "geometry": { "type": "Point", "coordinates": [ 101516.0, 508161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3269933134797998, "W12": -7.3925994974390727, "S12": -7.3925994974390727, "W13": -20.000000000000004, "S13": -22.961819682764318, "W21": -48.838550957984445, "S21": -78.838550957984438, "W22": -78.838550957984438, "S22": -82.748124762280057, "W31": -104.94531153764811, "S31": -104.94531153764811, "W32": -105.24799627590673, "S32": -110.24799627590673 }, "geometry": { "type": "Point", "coordinates": [ 101517.0, 499819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.887988946759168, "S12": -5.730585611283372, "W13": -20.0, "S13": -23.54486406489805, "W21": -31.258537421770068, "S21": -50.928094429397547, "W22": -73.670309653916206, "S22": -100.9101091472596, "W31": -100.91596638655462, "S31": -100.91596638655462, "W32": -102.51149484013295, "S32": -107.51149484013295 }, "geometry": { "type": "Point", "coordinates": [ 101517.0, 502569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.138938053097345, "S12": -12.125796354319107, "W13": -19.306402782902019, "S13": -21.174513266266739, "W21": -46.214138530077662, "S21": -61.825194141133274, "W22": -79.999999999999986, "S22": -108.0550212552734, "W31": -108.0550212552734, "S31": -108.0550212552734, "W32": -108.0550212552734, "S32": -110.12850897693217 }, "geometry": { "type": "Point", "coordinates": [ 101518.0, 500322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89833662905664768, "S11": 0.82746928448753576, "W12": -8.6117401317776547, "S12": -8.6324334975201946, "W13": -20.0, "S13": -23.244001573357806, "W21": -47.308696207797155, "S21": -68.252507529152908, "W22": -80.0, "S22": -99.618638738390089, "W31": -106.75554918214598, "S31": -106.75554918214598, "W32": -106.75554918214598, "S32": -110.354127717788 }, "geometry": { "type": "Point", "coordinates": [ 101518.375, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.170812592538419, "S11": 2.170812592538419, "W12": -4.5398611483062457, "S12": -4.5398611483062457, "W13": -20.138376539592901, "S13": -20.138376539592901, "W21": -39.86238232788584, "S21": -45.859877768430763, "W22": -49.370347454883216, "S22": -49.370347454883216, "W31": -69.678178898425514, "S31": -72.338906958555441, "W32": -84.72348421641675, "S32": -89.72348421641675 }, "geometry": { "type": "Point", "coordinates": [ 101518.782608695648378, 508510.782608695677482 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0741928097091822, "S11": 1.0741928097091822, "W12": -5.0, "S12": -10.12293735996672, "W13": -18.269694174866036, "S13": -21.269694174866036, "W21": -40.0, "S21": -49.304459491167215, "W22": -70.0, "S22": -96.696775812319657, "W31": -103.78735789395027, "S31": -103.78735789395027, "W32": -106.12663944987264, "S32": -111.12663944987264 }, "geometry": { "type": "Point", "coordinates": [ 101519.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8712354735411489, "S12": -5.7234393908646499, "W13": -20.0, "S13": -23.850992106994081, "W21": -31.371131369130971, "S21": -49.478081057874718, "W22": -73.621551020408162, "S22": -100.57829402295269, "W31": -100.93949579831933, "S31": -100.93949579831933, "W32": -102.60290837736538, "S32": -107.60290837736538 }, "geometry": { "type": "Point", "coordinates": [ 101519.0, 502559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5775949854042679, "S11": 2.0096873568398363, "W12": -9.6933944336457127, "S12": -12.693394433645713, "W13": -17.704781952668672, "S13": -17.704781952668672, "W21": -55.394266693412909, "S21": -64.794677281339872, "W22": -64.794677281339872, "S22": -74.704447853112001, "W31": -92.167713124741297, "S31": -92.167713124741297, "W32": -99.922815661350981, "S32": -104.92281566135098 }, "geometry": { "type": "Point", "coordinates": [ 101520.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0760586368382841, "S11": 3.0760586368382841, "W12": -8.0017994306928149, "S12": -17.863622902171024, "W13": -19.077567783205737, "S13": -21.102472736514834, "W21": -57.500621239082726, "S21": -64.809982129791564, "W22": -69.912680638749805, "S22": -79.796690699837214, "W31": -106.49520126468275, "S31": -106.49520126468275, "W32": -106.61943991228361, "S32": -111.61943991228361 }, "geometry": { "type": "Point", "coordinates": [ 101520.4, 501297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.153761061946902, "S12": -12.241731549738418, "W13": -19.256035418752965, "S13": -21.179764232312287, "W21": -46.161336986033561, "S21": -61.646684971381546, "W22": -80.0, "S22": -106.87741445358591, "W31": -106.87741445358591, "S31": -106.87741445358591, "W32": -106.87741445358591, "S32": -110.17677545297076 }, "geometry": { "type": "Point", "coordinates": [ 101521.0, 500341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.67527497091297, "S13": -21.67527497091297, "W21": -41.500239989856716, "S21": -42.480547925612292, "W22": -42.480547925612292, "S22": -42.480547925612292, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101521.384615384609788, 512391.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30785760843801852, "S11": 0.30785760843801852, "W12": -7.4255184240842755, "S12": -7.4255184240842755, "W13": -17.791513096640415, "S13": -19.65655214230928, "W21": -36.817135412018594, "S21": -39.407254836956632, "W22": -40.772119046603869, "S22": -42.117363495001392, "W31": -81.748594215759397, "S31": -81.748594215759397, "W32": -95.13046307830426, "S32": -100.13046307830426 }, "geometry": { "type": "Point", "coordinates": [ 101521.5, 497596.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.945069451922036, "S11": 2.945069451922036, "W12": -8.2771779719876193, "S12": -9.0266951393695312, "W13": -19.044560656666654, "S13": -22.044560656666654, "W21": -53.536691178732895, "S21": -67.307352090444127, "W22": -76.526190941993491, "S22": -95.709025769365027, "W31": -105.16889927989463, "S31": -105.16889927989463, "W32": -106.50231968261535, "S32": -111.50231968261535 }, "geometry": { "type": "Point", "coordinates": [ 101521.8, 500836.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9431897897761989, "S11": 2.0509044294924421, "W12": -9.9999999999999982, "S12": -12.999999999999998, "W13": -18.160821893923643, "S13": -21.396918567520316, "W21": -56.092124069105587, "S21": -66.176614873387777, "W22": -66.176614873387777, "S22": -80.831587053329486, "W31": -94.889540566959923, "S31": -94.889540566959923, "W32": -100.40158211276322, "S32": -105.40158211276322 }, "geometry": { "type": "Point", "coordinates": [ 101522.0, 499093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.057569613831948, "S13": -20.057569613831948, "W21": -42.679148608001753, "S21": -51.41767500354927, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101522.451612903227215, 513838.06451612903038 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.223961436911182, "S21": -51.035709365750847, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101523.48, 514668.28000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39808377147548035, "S11": 0.39808377147548035, "W12": -8.9680800305266501, "S12": -8.9680800305266501, "W13": -17.697140312161732, "S13": -18.896686461833678, "W21": -37.302583525283531, "S21": -40.7550000930867, "W22": -42.595098918500554, "S22": -42.595098918500554, "W31": -82.814958495592691, "S31": -82.814958495592691, "W32": -95.456193637371811, "S32": -100.45619363737181 }, "geometry": { "type": "Point", "coordinates": [ 101524.0, 497814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17708151944078221, "S11": -0.17708151944078221, "W12": -5.4198370078388844, "S12": -5.4198370078388844, "W13": -19.745771465461587, "S13": -20.197837907415977, "W21": -40.759571638599645, "S21": -42.625932543978323, "W22": -50.0, "S22": -61.563504053450217, "W31": -83.466679317338134, "S31": -83.466679317338134, "W32": -98.728132019478281, "S32": -103.72813201947828 }, "geometry": { "type": "Point", "coordinates": [ 101524.0, 503441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49552266924270177, "S11": 0.49552266924270177, "W12": -7.3800440161069929, "S12": -7.3800440161069929, "W13": -16.087947209946417, "S13": -16.474705980514564, "W21": -45.639056550087474, "S21": -55.609852825381452, "W22": -55.609852825381452, "S22": -60.476472849902898, "W31": -87.595904599828003, "S31": -87.595904599828003, "W32": -97.422706335092272, "S32": -102.42270633509227 }, "geometry": { "type": "Point", "coordinates": [ 101525.0, 498565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2073170731707314, "S12": -9.7179972537598758, "W13": -19.840900226637856, "S13": -22.409406847851965, "W21": -46.571384897660593, "S21": -53.503717637421467, "W22": -80.0, "S22": -103.92472910216718, "W31": -107.74288918348714, "S31": -107.74288918348714, "W32": -107.74288918348714, "S32": -110.24353546722173 }, "geometry": { "type": "Point", "coordinates": [ 101525.0, 500102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.142318202749323, "S12": -14.142318202749323, "W13": -22.270596464091724, "S13": -22.270596464091724, "W21": -41.315906655357104, "S21": -41.315906655357104, "W22": -41.315906655357104, "S22": -41.315906655357104, "W31": -71.550003, "S31": -71.550003, "W32": -82.993519056128349, "S32": -87.993519056128349 }, "geometry": { "type": "Point", "coordinates": [ 101526.75, 511894.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30865866690768734, "S11": 0.30865866690768734, "W12": -7.2287892178831878, "S12": -7.2287892178831878, "W13": -17.62915769892755, "S13": -20.599264593193375, "W21": -34.471209433749088, "S21": -35.406799267704983, "W22": -41.621096229401516, "S22": -44.904278628637606, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101527.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44357440906849877, "S11": 0.44357440906849877, "W12": -7.5056298706372946, "S12": -7.5056298706372946, "W13": -16.384324389947796, "S13": -18.302778906557105, "W21": -43.067150580272546, "S21": -48.619591150186906, "W22": -50.0, "S22": -54.982391750812937, "W31": -86.131969695326063, "S31": -86.131969695326063, "W32": -96.551030750870538, "S32": -101.55103075087054 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 498388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.392337951086027, "S11": 1.2031471151123014, "W12": -9.2306355807968377, "S12": -10.455964627924882, "W13": -17.228557058456669, "S13": -18.972022014998224, "W21": -51.442307692307693, "S21": -61.011801882925326, "W22": -61.011801882925326, "S22": -61.011801882925326, "W31": -89.969584476016891, "S31": -89.969584476016891, "W32": -99.161212501093274, "S32": -104.16121250109327 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 498857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3027219418072029, "S12": -9.3027219418072029, "W13": -19.063060483333334, "S13": -22.063060483333334, "W21": -49.446147319260405, "S21": -52.362352151891756, "W22": -80.0, "S22": -93.43834354340764, "W31": -104.18885614004162, "S31": -104.18885614004162, "W32": -106.05239393647147, "S32": -111.05239393647147 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 500615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2076052546570475, "S11": 3.1324029040638561, "W12": -7.8350839901170923, "S12": -7.8350839901170923, "W13": -18.98666205472475, "S13": -21.98666205472475, "W21": -56.774084810894628, "S21": -69.503466714154015, "W22": -73.902719358309696, "S22": -108.69103923050282, "W31": -108.69103923050282, "S31": -108.69103923050282, "W32": -108.69103923050282, "S32": -111.51337611377285 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 500925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4627318525303412, "S11": 2.4627318525303412, "W12": -5.9630653076870335, "S12": -13.700309963615688, "W13": -18.530333232865381, "S13": -21.530333232865381, "W21": -40.11085089773615, "S21": -48.824851530797318, "W22": -69.998839281050721, "S22": -98.684700528071176, "W31": -104.60485998846463, "S31": -104.60485998846463, "W32": -106.22203314421374, "S32": -111.22203314421374 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 501498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69624137255576835, "S11": -0.69624137255576835, "W12": -4.7044420454856413, "S12": -4.7044420454856413, "W13": -17.127330483389141, "S13": -25.096679404975731, "W21": -33.785333680771075, "S21": -53.785333680771075, "W22": -69.354388886759224, "S22": -93.362389533276115, "W31": -100.65889729801501, "S31": -100.65889729801501, "W32": -103.88036035285296, "S32": -108.88036035285296 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 502377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0776477600123315, "S11": 2.0776477600123315, "W12": -10.0, "S12": -11.242088372386632, "W13": -23.921318848809065, "S13": -23.921318848809065, "W21": -35.28552584570302, "S21": -35.28552584570302, "W22": -50.0, "S22": -50.0, "W31": -69.989050639358069, "S31": -69.989050639358069, "W32": -81.892900085742923, "S32": -86.892900085742923 }, "geometry": { "type": "Point", "coordinates": [ 101528.0, 509285.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.039601769911505, "S12": -11.748873227978558, "W13": -19.550099615242715, "S13": -20.394427954661072, "W21": -46.336187893240464, "S21": -63.871060749143822, "W22": -80.0, "S22": -108.54624613003097, "W31": -108.54624613003097, "S31": -108.54624613003097, "W32": -108.54624613003097, "S32": -110.10962510183612 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8466414890747229, "S12": -9.1817434077587201, "W13": -18.17625180640221, "S13": -21.17625180640221, "W21": -40.0, "S21": -49.598472176907272, "W22": -70.230646266270838, "S22": -96.080602357100091, "W31": -103.5483128507921, "S31": -103.5483128507921, "W32": -105.99404012803444, "S32": -110.99404012803444 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86701113629912341, "S11": -0.86701113629912341, "W12": -4.9340165166849408, "S12": -4.9340165166849408, "W13": -18.831539634866935, "S13": -23.831539634866935, "W21": -45.880353501019719, "S21": -56.471025281958418, "W22": -68.195638883332137, "S22": -91.27473528966803, "W31": -100.13160187069367, "S31": -100.13160187069367, "W32": -104.70231564914707, "S32": -109.70231564914707 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 502133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7494392058543937, "S12": -5.1159351824454689, "W13": -18.322753117508483, "S13": -25.52610752406116, "W21": -32.07719342078807, "S21": -44.906322212535592, "W22": -70.0, "S22": -94.571224179558257, "W31": -100.88204076213238, "S31": -100.88204076213238, "W32": -103.39181378793114, "S32": -108.39181378793114 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 502452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31893360235455503, "S11": 0.31893360235455503, "W12": -7.5491758261174278, "S12": -13.386733641167393, "W13": -23.461755350550252, "S13": -23.461755350550252, "W21": -38.489589848750676, "S21": -38.489589848750676, "W22": -43.075215583321601, "S22": -43.075215583321601, "W31": -73.927444635963184, "S31": -74.046261251754487, "W32": -90.248301520543507, "S32": -95.248301520543507 }, "geometry": { "type": "Point", "coordinates": [ 101529.0, 504981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.8, "S11": -3.8, "W12": -10.2, "S12": -12.6, "W13": -19.1, "S13": -21.2, "W21": -46.671232877026313, "S21": -61.762807968601408, "W22": -80.0, "S22": -103.25149110187984, "W31": -103.29009009009009, "S31": -103.29009009009009, "W32": -105.32877842236947, "S32": -110.32877842236947 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51265406159825866, "S11": 0.51265406159825866, "W12": -8.1659509640728913, "S12": -9.7735462915007272, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.640208097502594, "S21": -36.640208097502594, "W22": -41.947396903348086, "S22": -49.511253480875368, "W31": -80.0, "S31": -80.276876056607577, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 505848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.102772810139895, "S12": -10.102772810139895, "W13": -19.08378451, "S13": -20.153540402256105, "W21": -47.449071417056075, "S21": -58.517799939394166, "W22": -80.0, "S22": -100.48264826159368, "W31": -103.50976782074737, "S31": -103.50976782074737, "W32": -105.53158285447189, "S32": -110.53158285447189 }, "geometry": { "type": "Point", "coordinates": [ 101530.8, 500457.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1790571760931234, "S11": 2.1790571760931234, "W12": -4.1962770790204633, "S12": -4.1962770790204633, "W13": -20.0, "S13": -20.0, "W21": -39.588210640287279, "S21": -45.333963010801, "W22": -49.592643959169401, "S22": -49.592643959169401, "W31": -69.672135129918502, "S31": -72.285627475480368, "W32": -84.630431094963427, "S32": -89.630431094963427 }, "geometry": { "type": "Point", "coordinates": [ 101532.217391304351622, 508557.217391304322518 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.072855740558335, "S13": -20.072855740558335, "W21": -42.698155515375561, "S21": -51.860115937413241, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101532.483870967742405, 513886.854838709696196 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6372116071279788, "S12": -5.6372116071279788, "W13": -19.996065672996899, "S13": -21.83792214055169, "W21": -40.305148790171195, "S21": -41.794203123157786, "W22": -49.666961056566883, "S22": -56.316508855465237, "W31": -79.695603749430532, "S31": -79.695603749430532, "W32": -98.368126718149668, "S32": -103.36812671814967 }, "geometry": { "type": "Point", "coordinates": [ 101533.0, 503559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3029181298676566, "S11": 2.3029181298676566, "W12": -4.9932109537183633, "S12": -14.993210953718364, "W13": -25.0, "S13": -25.0, "W21": -36.661875671143733, "S21": -40.275613328428712, "W22": -43.210399446395499, "S22": -43.210399446395499, "W31": -75.543759043417282, "S31": -76.381234437118067, "W32": -89.28757507285647, "S32": -94.28757507285647 }, "geometry": { "type": "Point", "coordinates": [ 101533.0, 507022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3742144015395477, "S11": 2.3742144015395477, "W12": -4.9913076671191439, "S12": -16.595250242280336, "W13": -25.0, "S13": -25.0, "W21": -35.996975466926578, "S21": -40.996975466926578, "W22": -43.503130844533551, "S22": -43.503130844533551, "W31": -71.502096245600569, "S31": -72.532763317782212, "W32": -88.478223378024722, "S32": -93.478223378024722 }, "geometry": { "type": "Point", "coordinates": [ 101533.666666666671517, 507294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2143049423925913, "S11": 3.1377720673510141, "W12": -7.7866072617718531, "S12": -7.7866072617718531, "W13": -18.966767516666664, "S13": -21.966767516666664, "W21": -56.897633918956345, "S21": -69.528315903831512, "W22": -73.617333463758186, "S22": -108.61733346375819, "W31": -108.61733346375819, "S31": -108.61733346375819, "W32": -108.61733346375819, "S32": -111.47630455048019 }, "geometry": { "type": "Point", "coordinates": [ 101534.0, 500931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14255511929930534, "S11": -0.14255511929930534, "W12": -9.5363288718929251, "S12": -10.536328871892925, "W13": -20.0, "S13": -24.326434351238156, "W21": -32.746763219905453, "S21": -41.982677102883073, "W22": -74.288048656788675, "S22": -85.303563466379643, "W31": -100.41396746127737, "S31": -100.41396746127737, "W32": -101.37281179982404, "S32": -106.37281179982404 }, "geometry": { "type": "Point", "coordinates": [ 101535.0, 502712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6170961059814917, "S11": 1.7880501949065783, "W12": -6.4502860206186554, "S12": -6.4502860206186554, "W13": -19.604380634415463, "S13": -23.628007021373964, "W21": -50.000000000000007, "S21": -67.954162700447256, "W22": -67.954162700447256, "S22": -74.425073991573214, "W31": -101.91125794844191, "S31": -101.91125794844191, "W32": -103.34623230120931, "S32": -108.34623230120931 }, "geometry": { "type": "Point", "coordinates": [ 101535.571428571434808, 499527.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5459083047862929, "S11": 3.5273682658614733, "W12": -6.8262072076709339, "S12": -9.8855291674642523, "W13": -18.71540095543364, "S13": -21.87131681224318, "W21": -58.173700320697748, "S21": -67.328798399645052, "W22": -69.931895145082493, "S22": -101.61024392441917, "W31": -106.3560075659108, "S31": -106.3560075659108, "W32": -106.4874445951302, "S32": -111.4874445951302 }, "geometry": { "type": "Point", "coordinates": [ 101535.6, 501161.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17215432995847865, "S11": 0.17215432995847865, "W12": -7.528600717955177, "S12": -16.831189706016971, "W13": -20.73867595818805, "S13": -20.73867595818805, "W21": -39.630726278932215, "S21": -40.600859454268544, "W22": -43.108391069320426, "S22": -50.450111848541646, "W31": -73.378241662177913, "S31": -73.450552998841161, "W32": -93.895338271053518, "S32": -98.895338271053518 }, "geometry": { "type": "Point", "coordinates": [ 101535.714285714289872, 504753.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.726698321871533, "S12": -12.726698321871533, "W13": -22.55929549451275, "S13": -22.55929549451275, "W21": -41.953017383079853, "S21": -41.953017383079853, "W22": -41.953017383079853, "S22": -41.953017383079853, "W31": -71.550003, "S31": -71.550003, "W32": -82.908289692986159, "S32": -87.908289692986159 }, "geometry": { "type": "Point", "coordinates": [ 101536.0, 511695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43185824828981362, "S11": -0.43185824828981362, "W12": -5.0, "S12": -5.0, "W13": -18.615469885743355, "S13": -19.450902718556655, "W21": -46.931736526946494, "S21": -56.072515404708014, "W22": -74.625523171751851, "S22": -88.463169248546478, "W31": -100.68606841554654, "S31": -100.68606841554654, "W32": -104.87607919618829, "S32": -109.87607919618829 }, "geometry": { "type": "Point", "coordinates": [ 101536.2, 501965.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71801879180655248, "S11": -0.71801879180655248, "W12": -6.1724004852844452, "S12": -6.1724004852844452, "W13": -20.972597009632747, "S13": -23.943709450881499, "W21": -38.532019465016106, "S21": -39.093863209208742, "W22": -46.655614035053198, "S22": -46.655614035053198, "W31": -78.142770283282545, "S31": -79.142770283282545, "W32": -97.598341012061894, "S32": -102.59834101206189 }, "geometry": { "type": "Point", "coordinates": [ 101537.0, 503815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6126632484787473, "S12": -8.6724046619182484, "W13": -26.169468192219206, "S13": -26.169468192219206, "W21": -36.97711366136523, "S21": -36.97711366136523, "W22": -42.470168060554705, "S22": -43.177927159953967, "W31": -76.007273793811407, "S31": -76.180323282791917, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101537.0, 505260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031567772935574223, "S11": -0.031567772935574223, "W12": -13.155933214071078, "S12": -14.817241868073165, "W13": -20.0, "S13": -25.0, "W21": -34.340764662879465, "S21": -41.989085340341653, "W22": -73.109754490604516, "S22": -74.361669522309654, "W31": -100.15419348965455, "S31": -100.15419348965455, "W32": -100.96596007938743, "S32": -105.96596007938743 }, "geometry": { "type": "Point", "coordinates": [ 101537.333333333328483, 502761.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9718025196511255, "S11": 2.9657135223491342, "W12": -8.1330347207305405, "S12": -9.1330347207305405, "W13": -18.96435365, "S13": -21.96435365, "W21": -53.878649887695765, "S21": -67.648514958489713, "W22": -75.676905018096448, "S22": -95.95160103300725, "W31": -105.06580026919964, "S31": -105.06580026919964, "W32": -106.40389576603724, "S32": -111.40389576603724 }, "geometry": { "type": "Point", "coordinates": [ 101538.0, 500855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056722202977044653, "S11": 0.056722202977044653, "W12": -7.505411520293185, "S12": -13.238958740521129, "W13": -19.616561844863746, "S13": -22.506085941920638, "W21": -41.05625514833433, "S21": -41.493571015609888, "W22": -43.167942648648115, "S22": -58.167942648648115, "W31": -75.008093759777907, "S31": -75.044047433511324, "W32": -95.320914834429132, "S32": -100.32091483442913 }, "geometry": { "type": "Point", "coordinates": [ 101538.0, 504575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1996720490366433, "S11": 2.1996720490366433, "W12": -4.7255741569564993, "S12": -4.7255741569564993, "W13": -20.0, "S13": -20.0, "W21": -39.685982419412063, "S21": -45.672788095921725, "W22": -48.992315317141248, "S22": -48.992315317141248, "W31": -69.615130770332556, "S31": -72.255375034550497, "W32": -85.052698401655732, "S32": -90.052698401655732 }, "geometry": { "type": "Point", "coordinates": [ 101538.0, 508449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4863768764119678, "S11": 3.3895018764119724, "W12": -7.3201215505633703, "S12": -7.3201215505633703, "W13": -18.843854986347957, "S13": -22.175090811674746, "W21": -59.865839681790611, "S21": -71.058665824232122, "W22": -71.058665824232122, "S22": -92.627281365353241, "W31": -105.75920325293714, "S31": -105.75920325293714, "W32": -106.46327800040287, "S32": -111.46327800040287 }, "geometry": { "type": "Point", "coordinates": [ 101539.0, 501026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4152955744589097, "S11": 3.3263153113010411, "W12": -7.4395341132402777, "S12": -7.4395341132402777, "W13": -18.878466400292655, "S13": -22.109935618056927, "W21": -59.049399986516519, "S21": -70.632319145844335, "W22": -70.632319145844335, "S22": -96.440438640626851, "W31": -105.63975466421211, "S31": -105.63975466421211, "W32": -106.45556722055288, "S32": -111.45556722055288 }, "geometry": { "type": "Point", "coordinates": [ 101540.1, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39674261392088134, "S11": -0.39674261392088134, "W12": -5.0, "S12": -5.0, "W13": -18.453996250151661, "S13": -18.75159258742751, "W21": -46.778443113772454, "S21": -56.470176444572232, "W22": -75.242624863658264, "S22": -88.921673277681634, "W31": -101.05250375450619, "S31": -101.05250375450619, "W32": -104.89330486088824, "S32": -109.89330486088824 }, "geometry": { "type": "Point", "coordinates": [ 101541.0, 501947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.209416140883822, "S11": 2.209416140883822, "W12": -4.9624427680613037, "S12": -4.9624427680613037, "W13": -20.0, "S13": -20.0, "W21": -39.367973089918344, "S21": -45.291981923395092, "W22": -48.719644680792968, "S22": -48.719644680792968, "W31": -69.588588133536248, "S31": -72.41687750813405, "W32": -85.354192392646581, "S32": -90.354192392646581 }, "geometry": { "type": "Point", "coordinates": [ 101541.0, 508400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1626932031677599, "W12": -6.1947696732179347, "S12": -6.1947696732179347, "W13": -19.940576275486624, "S13": -21.781901629114572, "W21": -49.921685271722275, "S21": -62.766010917687126, "W22": -68.420985801245038, "S22": -72.634224009725543, "W31": -103.35215272798531, "S31": -103.35215272798531, "W32": -104.54107247169019, "S32": -109.54107247169019 }, "geometry": { "type": "Point", "coordinates": [ 101542.0, 499674.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.784251542165412, "W13": -25.0, "S13": -25.0, "W21": -37.066273930554523, "S21": -37.066273930554523, "W22": -42.687794663799693, "S22": -52.416772130836208, "W31": -79.694756058864485, "S31": -80.018779212363611, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101542.0, 506573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.088141867284786, "S13": -20.088141867284786, "W21": -42.71716242274934, "S21": -52.302556871276664, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101542.516129032257595, 513935.645161290303804 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6527205174253583, "S11": -0.6527205174253583, "W12": -5.9854778159464033, "S12": -5.9854778159464033, "W13": -20.693633689881917, "S13": -23.379484793779184, "W21": -39.072390626214336, "S21": -39.933524642997504, "W22": -47.471664093422213, "S22": -47.471664093422213, "W31": -78.506029940724446, "S31": -78.506029940724446, "W32": -97.80069668748942, "S32": -102.80069668748942 }, "geometry": { "type": "Point", "coordinates": [ 101543.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52256892590465032, "S11": 0.52256892590465032, "W12": -7.6464778979677961, "S12": -7.6464778979677961, "W13": -26.561697496223957, "S13": -26.561697496223957, "W21": -36.356398870406721, "S21": -36.356398870406721, "W22": -41.668127703453699, "S22": -45.195205391038712, "W31": -78.039548072101397, "S31": -78.232284350835712, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101543.0, 505383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.9361207897793271, "S12": -11.644885841585545, "W13": -19.628795656986245, "S13": -19.744841231706125, "W21": -46.315737408936386, "S21": -65.5450306078952, "W22": -80.000000000000014, "S22": -108.2670278637771, "W31": -108.2670278637771, "S31": -108.2670278637771, "W32": -108.2670278637771, "S32": -110.19228541424339 }, "geometry": { "type": "Point", "coordinates": [ 101544.0, 500179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49572665608312888, "S11": -0.49572665608312888, "W12": -4.8197034497917057, "S12": -5.8197034497917057, "W13": -19.53809823528017, "S13": -23.699192293600714, "W21": -32.62252450490098, "S21": -42.208495847786679, "W22": -73.1833469387755, "S22": -98.760106904848442, "W31": -101.08067226890756, "S31": -101.08067226890756, "W32": -102.97104022571166, "S32": -107.97104022571166 }, "geometry": { "type": "Point", "coordinates": [ 101544.0, 502525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2037185548133915, "S11": 2.2037185548133915, "W12": -4.586590453191417, "S12": -4.586590453191417, "W13": -20.165674266498009, "S13": -20.165674266498009, "W21": -39.73457883292005, "S21": -45.711889431792343, "W22": -49.076729700458678, "S22": -49.076729700458678, "W31": -69.611269805826723, "S31": -72.162762691294418, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101544.0, 508467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.842296316214036, "S11": 0.81850275053033039, "W12": -8.8677137601956808, "S12": -9.0227253380987573, "W13": -16.999866013049981, "S13": -19.49096272843785, "W21": -49.545300305395315, "S21": -59.18599218973182, "W22": -59.539746202906173, "S22": -60.953773352227444, "W31": -89.447373481969166, "S31": -89.447373481969166, "W32": -98.744643013323227, "S32": -103.74464301332323 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14499116893455055, "S11": 0.14499116893455055, "W12": -5.1624715011725906, "S12": -5.1624715011725906, "W13": -19.145629438347321, "S13": -19.209302728499917, "W21": -41.107388095845188, "S21": -45.429968741006476, "W22": -54.553109444279251, "S22": -71.293507618319069, "W31": -90.0, "S31": -90.0, "W32": -99.08738242800851, "S32": -104.08738242800851 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3013028131671502, "S11": 2.3013028131671502, "W12": -4.9879000756558085, "S12": -10.311384147755502, "W13": -25.0, "S13": -25.0, "W21": -35.446128469855296, "S21": -40.693237702892191, "W22": -45.138539130050269, "S22": -45.138539130050269, "W31": -69.683272270441023, "S31": -71.714212608167074, "W32": -87.192963951389615, "S32": -92.192963951389615 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 507742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -20.092740940353814, "S13": -20.092740940353814, "W21": -42.721391321166877, "S21": -52.405166097212586, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101545.0, 513947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1873017596478044, "S11": 2.1873017596478044, "W12": -4.8170710391318563, "S12": -4.8170710391318563, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -39.314038952687781, "S21": -44.808048253170057, "W22": -49.814940463455919, "S22": -49.814940463455919, "W31": -69.666091361411532, "S31": -72.232347992405749, "W32": -84.537377973509848, "S32": -89.537377973509848 }, "geometry": { "type": "Point", "coordinates": [ 101545.652173913040315, 508603.652173913025763 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7672643566755513, "S11": 1.5926505096830017, "W12": -7.9536235529165946, "S12": -7.9536235529165946, "W13": -20.0, "S13": -23.524407931651439, "W21": -47.682428880675161, "S21": -61.651555749946745, "W22": -80.0, "S22": -99.46942724458205, "W31": -105.97797102047343, "S31": -105.97797102047343, "W32": -105.97797102047343, "S32": -110.49423831298181 }, "geometry": { "type": "Point", "coordinates": [ 101546.0, 499938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4550916496945012, "S11": 2.4550916496945012, "W12": -10.0, "S12": -10.008210231690107, "W13": -19.096210024071528, "S13": -20.285141000502506, "W21": -47.486493325864345, "S21": -60.493366178098022, "W22": -80.0, "S22": -99.127806423456775, "W31": -103.32803942336663, "S31": -103.32803942336663, "W32": -105.41931758818839, "S32": -110.41931758818839 }, "geometry": { "type": "Point", "coordinates": [ 101546.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0981251584208489, "S11": 3.0981251584208489, "W12": -7.8593980319008114, "S12": -18.426863372932697, "W13": -19.04359420491949, "S13": -21.407779839819643, "W21": -57.061045360606549, "S21": -64.614013632694494, "W22": -69.911347300059347, "S22": -69.911347300059347, "W31": -106.21290099267294, "S31": -106.21290099267294, "W32": -106.40782674024487, "S32": -111.40782674024487 }, "geometry": { "type": "Point", "coordinates": [ 101546.0, 501297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0737514518002325, "S12": -9.5713290151673789, "W13": -19.802894639751226, "S13": -21.747171550725398, "W21": -46.428336674357894, "S21": -57.275136615415903, "W22": -80.0, "S22": -105.82604489164086, "W31": -107.66978402050954, "S31": -107.66978402050954, "W32": -107.66978402050954, "S32": -110.28802784069771 }, "geometry": { "type": "Point", "coordinates": [ 101547.0, 500107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77691135609911677, "S11": 0.77691135609911599, "W12": -8.8199011969993073, "S12": -8.8199011969993073, "W13": -16.966117083224283, "S13": -19.564199703101519, "W21": -49.394864834294438, "S21": -59.045690378105071, "W22": -59.271155237030051, "S22": -60.881014899959382, "W31": -89.369016621952454, "S31": -89.369016621952454, "W32": -98.681270225357736, "S32": -103.68127022535774 }, "geometry": { "type": "Point", "coordinates": [ 101548.0, 498796.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4374132394074382, "S11": -0.4374132394074382, "W12": -8.7278005611914526, "S12": -14.77437762686942, "W13": -20.079752859068513, "S13": -20.617202368589574, "W21": -40.637017094089799, "S21": -46.268245941980986, "W22": -63.497423823690553, "S22": -88.497423823690553, "W31": -97.196027501909697, "S31": -97.196027501909697, "W32": -100.03308353414063, "S32": -105.03308353414063 }, "geometry": { "type": "Point", "coordinates": [ 101548.0, 502996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6746735760675251, "S11": 2.0399832063090098, "W12": -9.3285300090130203, "S12": -12.32853000901302, "W13": -17.785306902540924, "S13": -17.785306902540924, "W21": -56.184116496577317, "S21": -66.1169191317681, "W22": -66.1169191317681, "S22": -78.523368804136041, "W31": -92.623315902081842, "S31": -92.623315902081842, "W32": -99.930468499460659, "S32": -104.93046849946066 }, "geometry": { "type": "Point", "coordinates": [ 101550.0, 499006.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46575081305371757, "S11": -0.46575081305371757, "W12": -5.0, "S12": -5.0, "W13": -19.049007151328677, "S13": -20.170815148238084, "W21": -48.419161676646702, "S21": -55.738436003513144, "W22": -74.41899398828096, "S22": -90.045485982458544, "W31": -100.16006206187232, "S31": -100.16006206187232, "W32": -104.84054607845557, "S32": -109.84054607845557 }, "geometry": { "type": "Point", "coordinates": [ 101550.0, 501993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47470001121453403, "S11": -0.47470001121453403, "W12": -5.0, "S12": -5.0, "W13": -19.127074452886152, "S13": -20.439262979059613, "W21": -48.58682634730539, "S21": -55.609970360834566, "W22": -74.100941937297904, "S22": -90.710354843654045, "W31": -100.15886294786874, "S31": -100.15886294786874, "W32": -104.83314982595601, "S32": -109.83314982595601 }, "geometry": { "type": "Point", "coordinates": [ 101550.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.515324966642817, "W13": -25.0, "S13": -25.0, "W21": -37.003285083014831, "S21": -37.003285083014831, "W22": -42.594712761178968, "S22": -51.363088260513194, "W31": -80.0, "S31": -80.289996644420413, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101550.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48357076146689704, "S11": 0.48357076146689704, "W12": -7.2599368780004117, "S12": -7.2599368780004117, "W13": -16.224899354767551, "S13": -17.385175666471991, "W21": -44.240681434305401, "S21": -52.245864620900122, "W22": -52.245864620900122, "S22": -56.840141352614324, "W31": -86.797710288196598, "S31": -86.797710288196598, "W32": -96.804950186799502, "S32": -101.8049501867995 }, "geometry": { "type": "Point", "coordinates": [ 101551.0, 498484.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.053429203539823, "S12": -11.936423158650584, "W13": -19.443677330943974, "S13": -20.597328722448474, "W21": -46.14011135731873, "S21": -62.708959176166545, "W22": -80.0, "S22": -108.11017990204795, "W31": -108.11017990204795, "S31": -108.11017990204795, "W32": -108.11017990204795, "S32": -110.12133919783754 }, "geometry": { "type": "Point", "coordinates": [ 101551.5, 500250.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41313221935628575, "S11": -0.41313221935628575, "W12": -5.0, "S12": -5.0, "W13": -18.609977414796621, "S13": -18.609977414796621, "W21": -47.556886227544915, "S21": -56.515869259068658, "W22": -75.496283895188085, "S22": -88.319739654787412, "W31": -100.92738384000221, "S31": -100.92738384000221, "W32": -104.88294368874516, "S32": -109.88294368874516 }, "geometry": { "type": "Point", "coordinates": [ 101552.0, 501952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56056371035707631, "S11": -0.56056371035707631, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -19.712669804420688, "S13": -22.486786087982598, "W21": -50.0, "S21": -57.69048265323562, "W22": -71.224518487276811, "S22": -93.86383529478374, "W31": -100.15002404546524, "S31": -100.15002404546524, "W32": -104.77516972375145, "S32": -109.77516972375145 }, "geometry": { "type": "Point", "coordinates": [ 101552.0, 502054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.10342799401117, "S13": -20.10342799401117, "W21": -42.736169330123147, "S21": -52.729716989668631, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101552.548387096772785, 513984.43548387096962 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1069547256220273, "S11": 2.1069547256220273, "W12": -10.0, "S12": -11.315154730075079, "W13": -22.073813544126001, "S13": -22.073813544126001, "W21": -34.956962586808714, "S21": -34.956962586808714, "W22": -50.0, "S22": -50.0, "W31": -69.933286796736482, "S31": -71.252316869243316, "W32": -82.152003709693943, "S32": -87.152003709693943 }, "geometry": { "type": "Point", "coordinates": [ 101553.0, 509266.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5612647842847314, "S11": 1.4422653399476615, "W12": -7.7970156578281475, "S12": -7.7970156578281475, "W13": -19.345039204704204, "S13": -24.366100316454691, "W21": -51.154858406148016, "S21": -66.154858406148008, "W22": -66.154858406148008, "S22": -69.938800411266143, "W31": -100.65884655714785, "S31": -100.65884655714785, "W32": -101.8234964106895, "S32": -106.8234964106895 }, "geometry": { "type": "Point", "coordinates": [ 101554.0, 499413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48692329398791367, "S11": -0.48692329398791367, "W12": -5.6414942802769117, "S12": -5.6414942802769117, "W13": -20.0, "S13": -21.993983669961324, "W21": -40.202220638391069, "S21": -41.794187552501811, "W22": -49.538735830997233, "S22": -56.658382836534685, "W31": -79.536788314350787, "S31": -79.536788314350787, "W32": -98.316971629693995, "S32": -103.316971629694 }, "geometry": { "type": "Point", "coordinates": [ 101554.0, 503571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5937767464980257, "S11": 2.5937767464980257, "W12": -6.3419084252977465, "S12": -15.352644005975161, "W13": -18.63079317157441, "S13": -21.629288791002629, "W21": -44.79504215256722, "S21": -53.427921406615539, "W22": -69.975471441627221, "S22": -89.080338790697624, "W31": -104.76549556227572, "S31": -104.76549556227572, "W32": -106.08374185189714, "S32": -111.08374185189714 }, "geometry": { "type": "Point", "coordinates": [ 101555.0, 501447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0053812686054497, "S11": 2.0053812686054497, "W12": -5.8386609997241354, "S12": -13.355173067217439, "W13": -18.475795055312599, "S13": -20.96932518066642, "W21": -40.0, "S21": -49.017329455333453, "W22": -70.0, "S22": -97.977669050307355, "W31": -104.24420732241512, "S31": -104.24420732241512, "W32": -105.98719519397669, "S32": -110.98719519397669 }, "geometry": { "type": "Point", "coordinates": [ 101555.0, 501505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7400308782192262, "S12": -9.9313719690409261, "W13": -25.0, "S13": -25.0, "W21": -36.885963139000395, "S21": -36.885963139000395, "W22": -42.404750634877907, "S22": -42.404750634877907, "W31": -80.0, "S31": -80.285646222581789, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101555.0, 506359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0560201837506855, "S11": 3.0560201837506855, "W12": -7.5201762479938319, "S12": -17.90221842541068, "W13": -18.953885892091968, "S13": -21.623865523076478, "W21": -54.801491446646594, "S21": -62.634231222060173, "W22": -69.923356090868054, "S22": -72.973894778429525, "W31": -105.85080521248916, "S31": -105.85080521248916, "W32": -106.28350492758325, "S32": -111.28350492758325 }, "geometry": { "type": "Point", "coordinates": [ 101555.2, 501326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2674648491864291, "W12": -6.5963057220384238, "S12": -6.5963057220384238, "W13": -20.0, "S13": -20.0, "W21": -49.20190003352635, "S21": -67.631688061126283, "W22": -69.259966896267571, "S22": -79.961953067932697, "W31": -104.04370554159939, "S31": -104.04370554159939, "W32": -105.0472190738342, "S32": -110.0472190738342 }, "geometry": { "type": "Point", "coordinates": [ 101556.0, 499751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.8925667828106842, "S12": -11.740788569425078, "W13": -19.598825699678493, "S13": -19.95555489519656, "W21": -46.225673521623051, "S21": -65.384998534415331, "W22": -80.0, "S22": -109.50367647058823, "W31": -109.50367647058823, "S31": -109.50367647058823, "W32": -109.50367647058823, "S32": -110.21481886122504 }, "geometry": { "type": "Point", "coordinates": [ 101557.0, 500185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50730990840323809, "S11": 0.50730990840323809, "W12": -9.1038818639148591, "S12": -10.006060563948525, "W13": -25.0, "S13": -25.0, "W21": -36.655220476547925, "S21": -36.655220476547925, "W22": -42.018016987520554, "S22": -42.018016987520554, "W31": -80.0, "S31": -80.313404098975866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101557.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31242443736741649, "S11": 0.31242443736741649, "W12": -7.5073693629011764, "S12": -7.5073693629011764, "W13": -17.928488383053622, "S13": -20.928488383053622, "W21": -33.843324532490747, "S21": -34.525117426522804, "W22": -42.256719285127012, "S22": -45.65015673218457, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101558.0, 497147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.104938988959907, "S12": -12.460553796199164, "W13": -19.088010758841708, "S13": -20.976335908868986, "W21": -46.13976800950023, "S21": -61.950623820356043, "W22": -80.0, "S22": -102.84319588795319, "W31": -103.01261261261261, "S31": -103.01261261261261, "W32": -105.0135436141106, "S32": -110.0135436141106 }, "geometry": { "type": "Point", "coordinates": [ 101558.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0272938443670157, "S12": -9.5376084154488794, "W13": -19.776558267011016, "S13": -21.36932082109519, "W21": -46.346179481390948, "S21": -60.611369323721121, "W22": -80.0, "S22": -106.94756191950464, "W31": -107.56706843897615, "S31": -107.56706843897615, "W32": -107.56706843897615, "S32": -110.30949230283822 }, "geometry": { "type": "Point", "coordinates": [ 101559.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1955463432025004, "S11": 2.1955463432025004, "W12": -5.6615972657792693, "S12": -5.6615972657792693, "W13": -20.337129370044842, "S13": -20.337129370044842, "W21": -39.039867265088567, "S21": -44.282133495539362, "W22": -50.0, "S22": -50.0, "W31": -69.660047592904533, "S31": -72.179068509330875, "W32": -84.444324852056326, "S32": -89.444324852056326 }, "geometry": { "type": "Point", "coordinates": [ 101559.086956521743559, 508650.086956521729007 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7650481856358349, "S11": 2.7650481856358349, "W12": -8.3132165631563453, "S12": -8.3132165631563453, "W13": -18.874816820833331, "S13": -21.874816820833331, "W21": -51.314651856865943, "S21": -65.846069039395644, "W22": -76.756456030519416, "S22": -83.898857512724092, "W31": -104.60565460988094, "S31": -104.60565460988094, "W32": -106.22649153424241, "S32": -111.22649153424241 }, "geometry": { "type": "Point", "coordinates": [ 101559.5, 500801.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4144472820138636, "S11": 0.4144472820138636, "W12": -9.6336834533518321, "S12": -9.6336834533518321, "W13": -16.973630428446516, "S13": -19.19199656726552, "W21": -38.762374344546132, "S21": -38.912273671672736, "W22": -45.021359231365096, "S22": -47.482714724837543, "W31": -83.424252359187705, "S31": -83.424252359187705, "W32": -95.670029915100756, "S32": -100.67002991510076 }, "geometry": { "type": "Point", "coordinates": [ 101560.0, 498071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72339271882263512, "S11": -0.72339271882263512, "W12": -6.8198925908756953, "S12": -7.8198925908756953, "W13": -21.111858788628158, "S13": -23.404026993099603, "W21": -37.946754807259168, "S21": -38.431339110474681, "W22": -44.699418438995707, "S22": -44.699418438995707, "W31": -77.827236709336589, "S31": -78.116710393547109, "W32": -97.165288731124264, "S32": -102.16528873112426 }, "geometry": { "type": "Point", "coordinates": [ 101560.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64592624831886469, "S11": -0.64592624831886469, "W12": -6.9269046311393847, "S12": -9.9269046311393847, "W13": -20.792321188110357, "S13": -22.22173295281624, "W21": -38.716361397407539, "S21": -39.145357258793361, "W22": -44.413134672197145, "S22": -45.265760029304822, "W31": -77.50129314696872, "S31": -77.628340766016336, "W32": -96.934622867854827, "S32": -101.93462286785483 }, "geometry": { "type": "Point", "coordinates": [ 101560.0, 504031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9585345106062348, "S11": 2.9585345106062348, "W12": -8.0107604529759389, "S12": -8.6144416800516925, "W13": -18.856956936666695, "S13": -21.856956936666695, "W21": -53.725669979385387, "S21": -67.313827724762007, "W22": -74.960187811797041, "S22": -93.720860572958827, "W31": -104.8561970099047, "S31": -104.8561970099047, "W32": -106.25810262969631, "S32": -111.25810262969631 }, "geometry": { "type": "Point", "coordinates": [ 101560.4, 500865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43244621791814147, "S11": 0.43244621791814147, "W12": -7.2003381474351231, "S12": -7.2003381474351231, "W13": -16.244272186475659, "S13": -19.163401977466034, "W21": -41.45307268995829, "S21": -44.567247581467178, "W22": -47.648296644560361, "S22": -52.045136880740408, "W31": -85.210285919832671, "S31": -85.210285919832671, "W32": -95.780174598244216, "S32": -100.78017459824422 }, "geometry": { "type": "Point", "coordinates": [ 101562.0, 498297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8223125888443086, "S12": -9.8223125888443086, "W13": -25.0, "S13": -25.0, "W21": -36.892424264313291, "S21": -36.892424264313291, "W22": -42.42740264547519, "S22": -45.246710235355351, "W31": -79.841053706564722, "S31": -80.114613994452412, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101562.0, 506405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66199669451601117, "S11": -0.66199669451601117, "W12": -6.2589497973499775, "S12": -6.2589497973499775, "W13": -20.747784130364522, "S13": -23.634246816664, "W21": -38.682000013359286, "S21": -39.612875340921519, "W22": -47.112937592048524, "S22": -47.112937592048524, "W31": -78.604025566688733, "S31": -78.604025566688733, "W32": -97.692212443912481, "S32": -102.69221244391248 }, "geometry": { "type": "Point", "coordinates": [ 101562.5, 503777.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.118714120737557, "S13": -20.118714120737557, "W21": -42.755176237496961, "S21": -52.439254765224049, "W22": -59.85153425325997, "S22": -59.85153425325997, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101562.580645161287975, 514033.225806451635435 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61346854584731703, "S11": -0.61346854584731703, "W12": -6.0429511887887504, "S12": -6.0429511887887504, "W13": -20.537640349608274, "S13": -23.086898738689467, "W21": -39.143245161422911, "S21": -40.243600362355444, "W22": -47.766637705928765, "S22": -49.319465880955448, "W31": -78.844890610364772, "S31": -78.844890610364772, "W32": -97.858109529821348, "S32": -102.85810952982135 }, "geometry": { "type": "Point", "coordinates": [ 101563.0, 503722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5328715506017758, "S12": -9.8597537226544194, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.785723399353408, "S21": -36.785723399353408, "W22": -42.24869378391147, "S22": -42.24869378391147, "W31": -80.0, "S31": -80.287993507045243, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101563.0, 506244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.149416606081953, "S13": -21.149416606081953, "W21": -41.969953466790649, "S21": -44.265552785296713, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101563.230769230765873, 513119.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37350084784954901, "S11": 0.37350084784954901, "W12": -6.7427810889592203, "S12": -6.7427810889592203, "W13": -17.749483068022478, "S13": -19.533803891802627, "W21": -36.383650362389702, "S21": -38.929351030749444, "W22": -40.757220633118514, "S22": -42.466679358053369, "W31": -81.546845828086902, "S31": -81.546845828086902, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101563.333333333328483, 497596.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.089018012783265, "S12": -12.413977378709083, "W13": -19.10638377017283, "S13": -20.8794334155629, "W21": -45.946650387911234, "S21": -61.974788916049761, "W22": -80.0, "S22": -102.95060371441964, "W31": -102.95060371441964, "S31": -102.95060371441964, "W32": -105.05063785901643, "S32": -110.05063785901643 }, "geometry": { "type": "Point", "coordinates": [ 101565.0, 500333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70100034895893915, "S11": 0.60081331135211102, "W12": -7.9945388349514559, "S12": -7.9945388349514559, "W13": -20.0, "S13": -22.48216119504113, "W21": -47.056590204510741, "S21": -70.27468717189096, "W22": -80.0, "S22": -103.29344040247678, "W31": -106.49138217588892, "S31": -106.49138217588892, "W32": -106.49138217588892, "S32": -110.46264674995643 }, "geometry": { "type": "Point", "coordinates": [ 101565.5, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.9070847851335664, "S12": -11.850223775072282, "W13": -19.568590101723501, "S13": -20.176200576355253, "W21": -46.156330863818397, "S21": -65.118543593801263, "W22": -80.0, "S22": -109.37010037661435, "W31": -109.37010037661435, "S31": -109.37010037661435, "W32": -109.37010037661435, "S32": -110.22567353108768 }, "geometry": { "type": "Point", "coordinates": [ 101566.0, 500193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.152446175000421, "S21": -50.678672831259142, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101567.32, 514646.520000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -22.008642960590855, "S13": -22.008642960590855, "W21": -41.474182150771441, "S21": -42.637776844896614, "W22": -42.637776844896614, "S22": -42.637776844896614, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101569.461538461531745, 512393.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5323430601916659, "S11": 3.5323430601916659, "W12": -7.0696584541129681, "S12": -8.475173057080216, "W13": -18.770474216666667, "S13": -22.521247380659904, "W21": -59.348849733525903, "S21": -70.031726297648902, "W22": -70.031726297648902, "S22": -86.429594917952102, "W31": -105.53983746151845, "S31": -105.53983746151845, "W32": -106.25058224426506, "S32": -111.25058224426506 }, "geometry": { "type": "Point", "coordinates": [ 101570.0, 501057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1722469956919355, "S12": -8.1722469956919355, "W13": -16.560199438032711, "S13": -18.558441615723435, "W21": -47.604343400067869, "S21": -57.386993876175147, "W22": -57.386993876175147, "S22": -60.605113092350564, "W31": -88.460980577681269, "S31": -88.460980577681269, "W32": -97.969592723244219, "S32": -102.96959272324422 }, "geometry": { "type": "Point", "coordinates": [ 101571.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9855012878339, "S12": -6.9855012878339, "W13": -15.96721329944541, "S13": -17.023407028101108, "W21": -45.035629453681707, "S21": -55.035629453681707, "W22": -55.035629453681707, "S22": -58.768987321141609, "W31": -87.220207905554702, "S31": -87.220207905554702, "W32": -97.055880295035138, "S32": -102.05588029503514 }, "geometry": { "type": "Point", "coordinates": [ 101572.0, 498549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9007351830404349, "S11": 1.811502964254196, "W12": -8.3137254901960773, "S12": -9.5920748589742324, "W13": -18.635039404704205, "S13": -23.710629688380102, "W21": -57.987267384916755, "S21": -71.263084019558534, "W22": -71.263084019558534, "S22": -93.655251410868175, "W31": -97.098729227761481, "S31": -97.098729227761481, "W32": -100.63848591802925, "S32": -105.63848591802925 }, "geometry": { "type": "Point", "coordinates": [ 101572.0, 499223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2037909267571818, "S11": 2.2037909267571818, "W12": -6.584441630145097, "S12": -6.6087247596213947, "W13": -20.992846201012021, "S13": -20.992846201012021, "W21": -38.765695577489083, "S21": -43.749917124647716, "W22": -50.0, "S22": -50.0, "W31": -69.654003824397563, "S31": -72.125789026256243, "W32": -84.350382671529118, "S32": -89.350382671529118 }, "geometry": { "type": "Point", "coordinates": [ 101572.521739130432252, 508696.521739130432252 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05, "S11": -0.05, "W12": -7.56, "S12": -7.56, "W13": -19.07, "S13": -24.7600001, "W21": -42.560001, "S21": -42.850001, "W22": -42.860001, "S22": -53.460001, "W31": -76.059998, "S31": -76.059998, "W32": -95.799729331650042, "S32": -100.79972933165004 }, "geometry": { "type": "Point", "coordinates": [ 101572.6, 504406.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.134000247464009, "S13": -20.134000247464009, "W21": -42.77418314487074, "S21": -52.148792540779816, "W22": -58.568066027089309, "S22": -58.568066027089309, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101572.612903225803166, 514082.016129032243043 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.864522076863265, "S12": -13.864522076863265, "W13": -22.602661507143019, "S13": -22.602661507143019, "W21": -41.761984760837819, "S21": -41.761984760837819, "W22": -41.761984760837819, "S22": -41.761984760837819, "W31": -71.550003, "S31": -71.550003, "W32": -82.623367456420723, "S32": -87.623367456420723 }, "geometry": { "type": "Point", "coordinates": [ 101572.875, 511885.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4616022396898893, "S11": 3.4616022396898893, "W12": -7.1590436732970035, "S12": -8.8013502889543709, "W13": -18.760905216666668, "S13": -22.450740687368906, "W21": -60.0, "S21": -70.995021514383367, "W22": -70.995021514383367, "S22": -88.872777547731857, "W31": -105.4197173187256, "S31": -105.4197173187256, "W32": -106.22985397712981, "S32": -111.22985397712981 }, "geometry": { "type": "Point", "coordinates": [ 101573.0, 501036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.067256637168141, "S12": -12.230479604094743, "W13": -19.263655526305747, "S13": -20.498516410102802, "W21": -45.944034821397004, "S21": -62.485826363188551, "W22": -80.0, "S22": -104.39879095479012, "W31": -104.39879095479012, "S31": -104.39879095479012, "W32": -105.13305329383897, "S32": -110.13305329383897 }, "geometry": { "type": "Point", "coordinates": [ 101574.0, 500283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5430040947410677, "S11": 1.8835688044306595, "W12": -5.7386582251681144, "S12": -5.7386582251681144, "W13": -19.77109137143648, "S13": -24.577263329173594, "W21": -50.0, "S21": -69.448623631923297, "W22": -69.448623631923297, "S22": -69.448623631923297, "W31": -102.38039378730122, "S31": -102.38039378730122, "W32": -103.77198528081077, "S32": -108.77198528081077 }, "geometry": { "type": "Point", "coordinates": [ 101575.0, 499596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76772390944229763, "S11": -0.76772390944229763, "W12": -10.963647089669639, "S12": -11.916973599393282, "W13": -20.0, "S13": -20.0, "W21": -38.24566692677692, "S21": -41.258047544634984, "W22": -70.939638357730459, "S22": -79.07833554790443, "W31": -100.12267314500478, "S31": -100.12267314500478, "W32": -100.21626578414974, "S32": -105.21626578414974 }, "geometry": { "type": "Point", "coordinates": [ 101575.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36432805646279925, "S11": -0.36432805646279925, "W12": -7.3062129015691468, "S12": -11.692877495609725, "W13": -20.0, "S13": -24.335294117647059, "W21": -40.61004236311895, "S21": -41.068040563566434, "W22": -43.565716583019643, "S22": -49.007303587563221, "W31": -76.925764126807977, "S31": -76.949767442183031, "W32": -96.390533029463356, "S32": -101.39053302946336 }, "geometry": { "type": "Point", "coordinates": [ 101575.0, 504209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3999185336061108, "S11": 2.3999185336061108, "W12": -9.7539935836646485, "S12": -9.7539935836646485, "W13": -19.169178215268211, "S13": -20.57669505028483, "W21": -47.56613442496996, "S21": -62.728971587806996, "W22": -80.0, "S22": -96.498133091955069, "W31": -102.98131514056404, "S31": -102.98131514056404, "W32": -105.205735338594, "S32": -110.205735338594 }, "geometry": { "type": "Point", "coordinates": [ 101575.2, 500450.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.7513740572525727, "S12": -9.7513740572525727, "W13": -19.170469824621733, "S13": -20.567313258965171, "W21": -47.580788505371814, "S21": -62.745623670206982, "W22": -80.0, "S22": -96.382724231011693, "W31": -102.97565408788219, "S31": -102.97565408788219, "W32": -105.20323884413408, "S32": -110.20323884413408 }, "geometry": { "type": "Point", "coordinates": [ 101576.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4350312258407423, "W12": -7.8079635006221473, "S12": -8.2791182380301969, "W13": -19.002810923011911, "S13": -24.070226414773419, "W21": -54.576271186440678, "S21": -69.047220700171692, "W22": -69.047220700171692, "S22": -69.047220700171692, "W31": -99.255131964809394, "S31": -99.255131964809394, "W32": -100.89977310379601, "S32": -105.89977310379601 }, "geometry": { "type": "Point", "coordinates": [ 101577.0, 499326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2010970577923881, "W12": -6.0867094738090168, "S12": -6.0867094738090168, "W13": -20.0, "S13": -21.766445363866705, "W21": -49.4975181187164, "S21": -60.552096349586044, "W22": -68.754154170969741, "S22": -76.876539338539217, "W31": -103.43885753194299, "S31": -103.43885753194299, "W32": -104.73774899918004, "S32": -109.73774899918004 }, "geometry": { "type": "Point", "coordinates": [ 101577.0, 499702.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35691376023326232, "S11": -0.35691376023326232, "W12": -5.0, "S12": -5.0, "W13": -18.369343619973609, "S13": -19.164838313571693, "W21": -47.477535821257995, "S21": -57.028690171686478, "W22": -77.385790021053694, "S22": -89.065838258177237, "W31": -101.73465662295807, "S31": -101.73465662295807, "W32": -104.91577998864395, "S32": -109.91577998864395 }, "geometry": { "type": "Point", "coordinates": [ 101577.0, 501910.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71099278289996193, "S11": -0.71099278289996193, "W12": -10.0, "S12": -13.283405343444141, "W13": -19.279423343915589, "S13": -19.50553413445223, "W21": -40.087217145934133, "S21": -43.129659911130403, "W22": -66.479477016302809, "S22": -80.661109801381187, "W31": -98.642280713938149, "S31": -98.642280713938149, "W32": -100.1212281765338, "S32": -105.1212281765338 }, "geometry": { "type": "Point", "coordinates": [ 101577.0, 502942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3695912433726698, "S11": 1.9459328934382643, "W12": -8.7117353864196581, "S12": -11.711735386419658, "W13": -17.484250699106084, "S13": -18.543194417761278, "W21": -54.108391608391607, "S21": -64.120030367655943, "W22": -64.120030367655943, "S22": -70.467671917442701, "W31": -90.798689449720456, "S31": -90.798689449720456, "W32": -99.360368502376019, "S32": -104.36036850237602 }, "geometry": { "type": "Point", "coordinates": [ 101578.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.9883855981416954, "S12": -11.989991471048326, "W13": -19.515120434301377, "S13": -20.174505242838727, "W21": -46.054180166410561, "S21": -64.547416945871731, "W22": -80.0, "S22": -107.45276156917258, "W31": -107.45276156917258, "S31": -107.45276156917258, "W32": -107.45276156917258, "S32": -110.23356612401166 }, "geometry": { "type": "Point", "coordinates": [ 101578.0, 500209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6032145628235184, "S11": 3.6032145628235184, "W12": -6.9292000046521753, "S12": -10.57280216155597, "W13": -18.755211187139903, "S13": -22.274537057480657, "W21": -57.964730042331567, "S21": -67.160400804828797, "W22": -69.935054144619698, "S22": -93.918146261205322, "W31": -105.85406891683644, "S31": -105.85406891683644, "W32": -106.19623604261409, "S32": -111.19623604261409 }, "geometry": { "type": "Point", "coordinates": [ 101578.0, 501155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4347176192870763, "S11": 2.4347176192870763, "W12": -4.9900366241416458, "S12": -15.820466276991787, "W13": -25.0, "S13": -25.0, "W21": -35.993475072309685, "S21": -40.993475072309685, "W22": -43.340265115734255, "S22": -43.340265115734255, "W31": -71.233544309415791, "S31": -72.180122776569064, "W32": -88.65470123162676, "S32": -93.65470123162676 }, "geometry": { "type": "Point", "coordinates": [ 101578.5, 507305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43292811483679844, "S11": -0.43292811483679844, "W12": -5.0, "S12": -5.0, "W13": -19.050430371422621, "S13": -19.561418481303434, "W21": -49.583233532933747, "S21": -56.52775782654814, "W22": -75.846478279208341, "S22": -86.528865591395345, "W31": -100.5117088893866, "S31": -100.5117088893866, "W32": -104.85197521416053, "S32": -109.85197521416053 }, "geometry": { "type": "Point", "coordinates": [ 101578.8, 501969.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41785782694525342, "S11": 0.41785782694525342, "W12": -9.5447660703142105, "S12": -9.5447660703142105, "W13": -17.345872340425533, "S13": -19.117294569225297, "W21": -37.973101501774046, "S21": -39.17307052550531, "W22": -44.095792452120058, "S22": -45.593070210772709, "W31": -83.058841258388327, "S31": -83.058841258388327, "W32": -95.467357437304102, "S32": -100.4673574373041 }, "geometry": { "type": "Point", "coordinates": [ 101579.0, 498004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27476444395664235, "S11": 0.27476444395664235, "W12": -7.6523927030288093, "S12": -15.105681029188695, "W13": -22.36118086578027, "S13": -22.36118086578027, "W21": -38.822018957354985, "S21": -41.822018957354985, "W22": -42.557664207137066, "S22": -42.557664207137066, "W31": -72.829387039221018, "S31": -72.927105629301266, "W32": -91.606428342987101, "S32": -96.606428342987101 }, "geometry": { "type": "Point", "coordinates": [ 101579.0, 504890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7152105981533801, "S11": 1.7895439302024716, "W12": -6.5194354876567822, "S12": -6.5194354876567822, "W13": -19.599664282748765, "S13": -24.467615102704919, "W21": -50.0, "S21": -67.532120998065665, "W22": -67.532120998065665, "S22": -67.532120998065665, "W31": -101.59446814249075, "S31": -101.59446814249075, "W32": -102.8383254767792, "S32": -107.8383254767792 }, "geometry": { "type": "Point", "coordinates": [ 101579.285714285710128, 499520.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1885599804181369, "S11": 0.1885599804181369, "W12": -7.6326237035043052, "S12": -17.015911294682617, "W13": -20.807844033174913, "S13": -20.807844033174913, "W21": -39.429544083440618, "S21": -41.131239409511288, "W22": -42.614810297192868, "S22": -49.485074100922908, "W31": -72.667133696179448, "S31": -72.738477917238427, "W32": -93.628280038784581, "S32": -98.628280038784581 }, "geometry": { "type": "Point", "coordinates": [ 101579.428571428565192, 504760.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4069717711581029, "W12": -7.8257580795318527, "S12": -7.8257580795318527, "W13": -20.0, "S13": -22.266502217940438, "W21": -46.903314762770023, "S21": -69.399173580303156, "W22": -80.0, "S22": -104.75851393188854, "W31": -106.5004950970025, "S31": -106.5004950970025, "W32": -106.5004950970025, "S32": -110.48493296476117 }, "geometry": { "type": "Point", "coordinates": [ 101580.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1257835353113252, "S12": -10.682961253251413, "W13": -25.0, "S13": -25.0, "W21": -37.032104392336684, "S21": -39.010263019309626, "W22": -42.819759142520091, "S22": -42.819759142520091, "W31": -77.769720126519118, "S31": -78.269720126519118, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101580.0, 506831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1016686899582746, "S11": 2.1016686899582746, "W12": -8.8370125154120291, "S12": -10.685308697081258, "W13": -21.664475060518221, "S13": -21.664475060518221, "W21": -35.683807311707049, "S21": -35.683807311707049, "W22": -50.0, "S22": -50.0, "W31": -69.990809788820741, "S31": -72.990809788820741, "W32": -81.427299258061865, "S32": -86.427299258061865 }, "geometry": { "type": "Point", "coordinates": [ 101580.0, 509524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5586765154556401, "S11": 1.8824962614171779, "W12": -5.7049488976109224, "S12": -5.7049488976109224, "W13": -19.768124654027126, "S13": -24.768124654027126, "W21": -50.0, "S21": -69.365257635601651, "W22": -69.365257635601651, "S22": -69.365257635601651, "W31": -102.32667199694626, "S31": -102.32667199694626, "W32": -103.69028171563008, "S32": -108.69028171563008 }, "geometry": { "type": "Point", "coordinates": [ 101581.0, 499594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.087441875197972807, "S11": 0.087441875197972807, "W12": -10.0, "S12": -10.755203493254212, "W13": -20.0, "S13": -24.094254462651975, "W21": -34.627198799694384, "S21": -46.83357127389867, "W22": -75.02912821645323, "S22": -83.665788710990029, "W31": -100.49427646209669, "S31": -100.49427646209669, "W32": -101.55600851414675, "S32": -106.55600851414675 }, "geometry": { "type": "Point", "coordinates": [ 101581.0, 502710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0940721649484537, "S11": 2.1572098890629281, "W12": -8.7380090497737566, "S12": -11.738009049773757, "W13": -18.358671497688626, "S13": -23.358671497688626, "W21": -57.654992352247938, "S21": -70.367921256996766, "W22": -70.367921256996766, "S22": -77.956440683579586, "W31": -95.411534701857278, "S31": -95.411534701857278, "W32": -100.38935388604769, "S32": -105.38935388604769 }, "geometry": { "type": "Point", "coordinates": [ 101582.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.149286374190392, "S13": -20.149286374190392, "W21": -42.793190052244555, "S21": -51.858330316335234, "W22": -57.284597800917055, "S22": -57.284597800917055, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101582.645161290318356, 514130.806451612908859 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87743120910658368, "S11": 0.87743120910658368, "W12": -8.299692805485213, "S12": -8.299692805485213, "W13": -16.912451576705035, "S13": -19.474790845561156, "W21": -49.112091392376762, "S21": -58.756059244215642, "W22": -59.047493808491232, "S22": -60.8649525641083, "W31": -89.164916544294456, "S31": -89.164916544294456, "W32": -98.463710970525753, "S32": -103.46371097052575 }, "geometry": { "type": "Point", "coordinates": [ 101583.0, 498793.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.761000042002296, "S12": -11.59874071060602, "W13": -19.147354342294367, "S13": -21.129963037946542, "W21": -46.852102841938688, "S21": -62.567221057056905, "W22": -80.0, "S22": -98.352190990350266, "W31": -102.76486486486486, "S31": -102.76486486486486, "W32": -105.01682591558315, "S32": -110.01682591558315 }, "geometry": { "type": "Point", "coordinates": [ 101583.0, 500394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31879194630872476, "S11": 0.31879194630872476, "W12": -15.0, "S12": -16.578915046059365, "W13": -20.0, "S13": -25.0, "W21": -36.740603021453801, "S21": -40.298501207212382, "W22": -72.083125525993069, "S22": -72.526895140033915, "W31": -100.0, "S31": -100.0, "W32": -100.5446579368835, "S32": -105.5446579368835 }, "geometry": { "type": "Point", "coordinates": [ 101583.0, 502831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5905348697811466, "S11": 1.5905348697811466, "W12": -5.0, "S12": -8.0, "W13": -23.903868270242882, "S13": -23.903868270242882, "W21": -38.260979134406838, "S21": -38.260979134406838, "W22": -40.522338360886408, "S22": -40.522338360886408, "W31": -70.0, "S31": -70.0, "W32": -81.813658824611252, "S32": -86.813658824611252 }, "geometry": { "type": "Point", "coordinates": [ 101583.0, 510193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42838095478378502, "S11": -0.42838095478378502, "W12": -12.492427878004795, "S12": -12.492427878004795, "W13": -22.877273924897498, "S13": -22.877273924897498, "W21": -42.485775704107795, "S21": -42.485775704107795, "W22": -42.485775704107795, "S22": -42.485775704107795, "W31": -71.550003, "S31": -71.550003, "W32": -82.526953024652485, "S32": -87.526953024652485 }, "geometry": { "type": "Point", "coordinates": [ 101583.571428571434808, 511693.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2532765809924591, "S12": -8.2532765809924591, "W13": -16.75845197459747, "S13": -19.624606361619719, "W21": -48.442483881913809, "S21": -58.141575346926473, "W22": -58.141575346926473, "S22": -60.073415998115507, "W31": -88.838108710166068, "S31": -88.838108710166068, "W32": -98.219694761085691, "S32": -103.21969476108569 }, "geometry": { "type": "Point", "coordinates": [ 101585.0, 498755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6136976418649724, "S11": 2.6136976418649724, "W12": -8.6617206135185612, "S12": -8.6617206135185612, "W13": -18.950301753782668, "S13": -21.950301753782668, "W21": -50.0, "S21": -65.0, "W22": -77.181722586324952, "S22": -81.517403907675458, "W31": -104.18519138387825, "S31": -104.18519138387825, "W32": -106.03420989875778, "S32": -111.03420989875778 }, "geometry": { "type": "Point", "coordinates": [ 101585.0, 500769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20844252022331089, "S11": 0.20844252022331089, "W12": -11.66415208207604, "S12": -12.550486964234691, "W13": -20.0, "S13": -24.94683446509169, "W21": -35.295980265295071, "S21": -44.517540339545853, "W22": -74.14235633035895, "S22": -80.46755623153922, "W31": -100.29484608481917, "S31": -100.29484608481917, "W32": -101.24637985809254, "S32": -106.24637985809254 }, "geometry": { "type": "Point", "coordinates": [ 101585.0, 502748.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.736997144496153, "W13": -25.0, "S13": -25.0, "W21": -36.931302281222322, "S21": -36.931302281222322, "W22": -42.532225271696063, "S22": -51.479246208734004, "W31": -79.298726264522273, "S31": -79.643448372820487, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101585.333333333328483, 506585.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2120355103118778, "S11": 2.2120355103118778, "W12": -7.5072859945108723, "S12": -7.8574367535881739, "W13": -21.648563031980185, "S13": -21.648563031980185, "W21": -38.491523889889862, "S21": -43.056606110606403, "W22": -50.0, "S22": -50.0, "W31": -69.647960055890579, "S31": -72.072509543181397, "W32": -84.254397336064329, "S32": -89.254397336064329 }, "geometry": { "type": "Point", "coordinates": [ 101585.956521739135496, 508742.956521739135496 ] } }, +{ "type": "Feature", "properties": { "W11": 3.72, "S11": 3.72, "W12": -6.6799998, "S12": -8.5799998, "W13": -18.68, "S13": -22.88, "W21": -57.279999, "S21": -66.871249947603133, "W22": -69.947501477100701, "S22": -88.68055476936749, "W31": -105.65324206363259, "S31": -105.65324206363259, "W32": -106.14113563854724, "S32": -111.14113563854724 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98255778842385866, "S11": -0.98255778842385866, "W12": -4.7255338518147099, "S12": -4.7255338518147099, "W13": -18.256892235650184, "S13": -22.917698096456046, "W21": -50.0, "S21": -59.353216351709122, "W22": -67.868393389900106, "S22": -90.14054536954751, "W31": -100.20438292504812, "S31": -100.20438292504812, "W32": -104.66015256622312, "S32": -109.66015256622312 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 502148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7924912639563626, "S11": -0.7924912639563626, "W12": -7.3887194132537157, "S12": -7.3887194132537157, "W13": -18.100176457929848, "S13": -19.100176457929848, "W21": -40.645072069600957, "S21": -45.896456676515733, "W22": -61.257277515941226, "S22": -83.714949656933996, "W31": -95.010479337163673, "S31": -95.010479337163673, "W32": -99.693488683394563, "S32": -104.69348868339456 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 503107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2428735841056393, "W12": -7.2132562135211309, "S12": -7.2132562135211309, "W13": -20.000000000000004, "S13": -24.136982965793962, "W21": -47.928789615937021, "S21": -80.952045429890518, "W22": -80.952045429890518, "S22": -96.353578696948503, "W31": -105.18007479585889, "S31": -105.18007479585889, "W32": -105.40799060880829, "S32": -110.40799060880829 }, "geometry": { "type": "Point", "coordinates": [ 101588.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2920945449786423, "S12": -9.2920945449786423, "W13": -19.039454522008256, "S13": -21.601285096497058, "W21": -50.0, "S21": -50.0, "W22": -80.0, "S22": -85.434399599140093, "W31": -103.7065906583542, "S31": -103.7065906583542, "W32": -105.78747256536822, "S32": -110.78747256536822 }, "geometry": { "type": "Point", "coordinates": [ 101588.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8062385820208764, "S12": -12.288674164255303, "W13": -18.835088965325031, "S13": -21.139980269672858, "W21": -46.386272799971223, "S21": -62.474351388049811, "W22": -80.0, "S22": -99.488337886110529, "W31": -102.70540540540541, "S31": -102.70540540540541, "W32": -105.0762934952037, "S32": -110.0762934952037 }, "geometry": { "type": "Point", "coordinates": [ 101589.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.0, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -37.030107684608517, "S21": -38.403565614725878, "W22": -42.705405749199912, "S22": -42.705405749199912, "W31": -78.169767567470217, "S31": -78.625821126248781, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101589.0, 506758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3185442015720956, "S11": 3.3185442015720956, "W12": -7.4234255509935112, "S12": -7.4234255509935112, "W13": -18.784818431911958, "S13": -22.473050669757793, "W21": -58.226639180332988, "S21": -69.755964241517702, "W22": -70.60368776288766, "S22": -92.849698401185748, "W31": -105.08999265228101, "S31": -105.08999265228101, "W32": -106.11838833673539, "S32": -111.11838833673539 }, "geometry": { "type": "Point", "coordinates": [ 101589.2, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1405342624854828, "S12": -10.327129987305796, "W13": -19.65898381911137, "S13": -20.096363923249491, "W21": -46.097436774027422, "S21": -67.214091204604301, "W22": -80.0, "S22": -109.25954062747508, "W31": -109.25954062747508, "S31": -109.25954062747508, "W32": -109.25954062747508, "S32": -110.34016322032861 }, "geometry": { "type": "Point", "coordinates": [ 101590.0, 500145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8268988577718184, "S11": 2.8268988577718184, "W12": -7.1541400406749203, "S12": -17.43652186054091, "W13": -18.830204000978203, "S13": -21.825406506357851, "W21": -53.092453486028468, "S21": -61.448572146146788, "W22": -69.93403154298629, "S22": -73.853718124768861, "W31": -105.20640916029558, "S31": -105.20640916029558, "W32": -105.94756994288289, "S32": -110.94756994288289 }, "geometry": { "type": "Point", "coordinates": [ 101590.0, 501355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70494891543894866, "S11": -0.70494891543894866, "W12": -4.8751464943964145, "S12": -4.8751464943964145, "W13": -19.113556449674785, "S13": -22.46372063742831, "W21": -52.285573447256006, "S21": -59.483654125631865, "W22": -70.0, "S22": -92.108321294792958, "W31": -100.15348970047481, "S31": -100.15348970047481, "W32": -104.7296936331992, "S32": -109.7296936331992 }, "geometry": { "type": "Point", "coordinates": [ 101591.0, 502080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62846630518978519, "S11": -0.62846630518978519, "W12": -7.1675948904033087, "S12": -10.317873183538744, "W13": -20.776891123882155, "S13": -22.753361712117449, "W21": -38.261388809050693, "S21": -39.032500356832742, "W22": -44.115034885074429, "S22": -44.115034885074429, "W31": -77.868541159414377, "S31": -77.936350683223907, "W32": -96.981074393489763, "S32": -101.98107439348976 }, "geometry": { "type": "Point", "coordinates": [ 101591.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53889809829210822, "S11": -0.53889809829210822, "W12": -7.2912841317470534, "S12": -13.314027964874747, "W13": -20.407555455751194, "S13": -22.384026043986488, "W21": -39.197127047730135, "S21": -39.903987019890856, "W22": -43.784135466307262, "S22": -46.142207520446135, "W31": -77.466907169005296, "S31": -77.466907169005296, "W32": -96.714460603477022, "S32": -101.71446060347702 }, "geometry": { "type": "Point", "coordinates": [ 101591.0, 504097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5267524052268785, "S11": 0.5267524052268785, "W12": -7.7627513922767157, "S12": -7.7627513922767157, "W13": -26.820301109704737, "S13": -26.820301109704737, "W21": -36.209571737511638, "S21": -36.209571737511638, "W22": -41.413201876849698, "S22": -44.258064532610327, "W31": -78.466260055990304, "S31": -78.660305453034923, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101591.75, 505392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6664204382227901, "S11": 1.6535012750994813, "W12": -7.241247105372123, "S12": -7.241247105372123, "W13": -19.373487447062416, "S13": -24.373487447062416, "W21": -51.234164999824543, "S21": -66.383926742506645, "W22": -66.383926742506645, "S22": -66.383926742506645, "W31": -100.64794218538024, "S31": -100.64794218538024, "W32": -101.69020932617481, "S32": -106.69020932617481 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 499433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84287362486312112, "S11": -0.84287362486312112, "W12": -4.7921918874684906, "S12": -4.7921918874684906, "W13": -18.67507802209002, "S13": -22.871415018427015, "W21": -51.441012159053571, "S21": -59.583956429287035, "W22": -68.97397465593113, "S22": -91.112083347970355, "W31": -100.14792045981936, "S31": -100.14792045981936, "W32": -104.69436393709729, "S32": -109.69436393709729 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 502113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41874585077211723, "S11": -0.41874585077211723, "W12": -4.9471728636660144, "S12": -5.6822941918908061, "W13": -19.948622425955399, "S13": -21.332365026262352, "W21": -34.874920634920635, "S21": -40.37392096814289, "W22": -75.562448979591835, "S22": -100.56244897959184, "W31": -101.20504201680671, "S31": -101.20504201680671, "W32": -102.96793200988337, "S32": -107.96793200988337 }, "geometry": { "type": "Point", "coordinates": [ 101592.0, 502547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.21, "S11": 3.21, "W12": -8.04, "S12": -19.09, "W13": -19.1, "S13": -22.09, "W21": -61.389999, "S21": -69.089999, "W22": -69.889999, "S22": -106.09, "W31": -106.1, "S31": -106.1, "W32": -106.1, "S32": -111.1 }, "geometry": { "type": "Point", "coordinates": [ 101592.1, 501253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8970480306614199, "S11": 1.6466411818718634, "W12": -7.383489604113957, "S12": -7.383489604113957, "W13": -20.0, "S13": -23.523292785782569, "W21": -47.575771968383108, "S21": -68.624928986462834, "W22": -79.140314852840547, "S22": -101.61722403756744, "W31": -105.54562702142253, "S31": -105.54562702142253, "W32": -105.54562702142253, "S32": -110.51657626295336 }, "geometry": { "type": "Point", "coordinates": [ 101592.666666666671517, 499921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.164572500916776, "S13": -20.164572500916776, "W21": -42.812196959618362, "S21": -51.567868091890645, "W22": -56.001129574744802, "S22": -56.001129574744802, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101592.677419354833546, 514179.596774193574674 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38668623136927166, "S11": -0.38668623136927166, "W12": -5.590015984659269, "S12": -5.590015984659269, "W13": -19.919185357637776, "S13": -21.798796452862256, "W21": -40.216516215027198, "S21": -42.220547403997209, "W22": -49.975636880120021, "S22": -60.184350700379213, "W31": -80.0, "S31": -80.0, "W32": -98.392853727052625, "S32": -103.39285372705262 }, "geometry": { "type": "Point", "coordinates": [ 101594.0, 503536.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89, "S11": -0.89, "W12": -6.3, "S12": -6.45, "W13": -18.700001, "S13": -18.700001, "W21": -39.138166939764893, "S21": -40.90990512805417, "W22": -69.972585804388217, "S22": -76.62276846196481, "W31": -99.693381484824897, "S31": -99.693381484824897, "W32": -100.17475302747259, "S32": -105.17475302747259 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -0.9, "W12": -7.6, "S12": -7.6, "W13": -18.0, "S13": -18.911357340720222, "W21": -40.559815596268891, "S21": -45.449787518752927, "W22": -63.038536179650677, "S22": -85.845687451218836, "W31": -95.243675096353286, "S31": -95.243675096353286, "W32": -99.711962683203353, "S32": -104.71196268320335 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01377314814814817, "S11": -0.01377314814814817, "W12": -4.036835716212571, "S12": -4.636196398151835, "W13": -17.707876630782483, "S13": -20.646269982583036, "W21": -40.0, "S21": -51.189681893258147, "W22": -75.955473098330245, "S22": -93.680807803872071, "W31": -102.30078869191856, "S31": -102.30078869191856, "W32": -105.18896824567419, "S32": -110.18896824567419 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 501771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75526293360606833, "S11": -0.75526293360606833, "W12": -7.4900932148276604, "S12": -7.4900932148276604, "W13": -18.325071464604001, "S13": -19.236671795070055, "W21": -40.548268130070191, "S21": -45.167765487480452, "W22": -62.768921541447185, "S22": -85.410572616678735, "W31": -95.09242752951593, "S31": -95.09242752951593, "W32": -99.689373864583189, "S32": -104.68937386458319 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 503106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.956669123065586, "W13": -25.0, "S13": -25.0, "W21": -36.837938985492471, "S21": -36.837938985492471, "W22": -42.395612861013738, "S22": -51.95819608338391, "W31": -79.048697717110301, "S31": -79.345876233944125, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 506505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -11.000000000000002, "W13": -25.0, "S13": -25.0, "W21": -36.932350729281659, "S21": -37.437016952718629, "W22": -42.555221781820954, "S22": -47.3347899866272, "W31": -78.780449851996508, "S31": -79.171486726087707, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101598.0, 506652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9719995692904058, "S11": 2.9719995692904058, "W12": -8.1131598227812969, "S12": -8.1131598227812969, "W13": -18.888595684319121, "S13": -22.219534614672508, "W21": -53.914648780037538, "S21": -67.230489428845033, "W22": -73.394184681600308, "S22": -94.965713666839477, "W31": -104.54349473991462, "S31": -104.54349473991462, "W32": -106.01388557677716, "S32": -111.01388557677716 }, "geometry": { "type": "Point", "coordinates": [ 101599.0, 500894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54796686913307613, "S11": -0.54796686913307613, "W12": -7.7392532663704205, "S12": -8.0637841432042663, "W13": -20.0, "S13": -22.084191934058143, "W21": -38.73220532025109, "S21": -40.287928850986901, "W22": -71.009299836652346, "S22": -75.828668008274946, "W31": -100.00914646850431, "S31": -100.00914646850431, "W32": -100.18768072435239, "S32": -105.18768072435239 }, "geometry": { "type": "Point", "coordinates": [ 101599.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15366087475476717, "S11": 0.15366087475476717, "W12": -7.6679817457878006, "S12": -16.66822714010015, "W13": -20.0, "S13": -21.131890366505946, "W21": -39.668260006006349, "S21": -41.488238161677195, "W22": -42.427265344138689, "S22": -53.698572162320509, "W31": -73.000019385568947, "S31": -73.056708326559672, "W32": -94.600795991613666, "S32": -99.600795991613666 }, "geometry": { "type": "Point", "coordinates": [ 101599.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2202800938665588, "S11": 2.2202800938665588, "W12": -8.4301303588766991, "S12": -9.1061487475550145, "W13": -22.304279862947364, "S13": -22.304279862947364, "W21": -38.217352202290371, "S21": -42.363295096564876, "W22": -50.0, "S22": -50.0, "W31": -69.641916287383609, "S31": -72.019230060106764, "W32": -84.158412000599455, "S32": -89.158412000599455 }, "geometry": { "type": "Point", "coordinates": [ 101599.391304347824189, 508789.391304347838741 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3404823947453433, "S11": 3.3404823947453433, "W12": -7.4576442353486172, "S12": -9.7729220131263936, "W13": -18.799824621733151, "S13": -22.600296876750861, "W21": -58.561110324316665, "S21": -70.0, "W22": -70.0, "S22": -89.6875, "W31": -105.0267539337752, "S31": -105.0267539337752, "W32": -106.04430718734018, "S32": -111.04430718734018 }, "geometry": { "type": "Point", "coordinates": [ 101600.0, 501014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46965347089828419, "S11": -0.46965347089828419, "W12": -5.0, "S12": -5.0, "W13": -19.582614481929866, "S13": -20.726752013318702, "W21": -52.458100558659218, "S21": -57.200186191657778, "W22": -74.31182342190354, "S22": -87.379266410743909, "W31": -100.16914808847326, "S31": -100.16914808847326, "W32": -104.81006739575875, "S32": -109.81006739575875 }, "geometry": { "type": "Point", "coordinates": [ 101600.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1573720607338283, "S11": 2.1573720607338283, "W12": -10.000000000000002, "S12": -11.509860644170718, "W13": -20.0, "S13": -20.0, "W21": -34.476307479388083, "S21": -34.476307479388083, "W22": -50.0, "S22": -50.0, "W31": -69.843368708693674, "S31": -72.756301075269207, "W32": -82.505101141655814, "S32": -87.505101141655814 }, "geometry": { "type": "Point", "coordinates": [ 101600.0, 509266.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39390623155508875, "W12": -7.5659630606860153, "S12": -7.5659630606860153, "W13": -19.981613872344912, "S13": -22.132285606573184, "W21": -46.790970443003125, "S21": -70.42287072283014, "W22": -80.0, "S22": -106.39609133126935, "W31": -106.39609133126935, "S31": -106.39609133126935, "W32": -106.39609133126935, "S32": -110.53329157856568 }, "geometry": { "type": "Point", "coordinates": [ 101601.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37868117079735336, "S11": -0.37868117079735336, "W12": -5.0, "S12": -5.0, "W13": -18.809010595865765, "S13": -19.707302276796952, "W21": -50.0, "S21": -57.562761510251391, "W22": -77.774395657357374, "S22": -87.18591485602181, "W31": -101.29407947919847, "S31": -101.29407947919847, "W32": -104.88416323104649, "S32": -109.88416323104649 }, "geometry": { "type": "Point", "coordinates": [ 101602.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4485740038459447, "S11": 2.4485740038459447, "W12": -4.988855793817538, "S12": -14.399260816337929, "W13": -25.0, "S13": -25.0, "W21": -35.810080848989273, "S21": -40.810080848989273, "W22": -43.33549847129089, "S22": -43.33549847129089, "W31": -70.0, "S31": -71.106149635036488, "W32": -88.525466804271829, "S32": -93.525466804271829 }, "geometry": { "type": "Point", "coordinates": [ 101602.0, 507385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.179858627643227, "S13": -20.179858627643227, "W21": -42.831203866992141, "S21": -51.277405867446411, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101602.709677419348736, 514228.387096774182282 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7464762571336276, "S11": 2.7464762571336276, "W12": -8.54580867372119, "S12": -8.54580867372119, "W13": -18.951639657840442, "S13": -22.021521312205209, "W21": -51.10719670163995, "S21": -65.569604648206138, "W22": -75.299080504744197, "S22": -79.934353869437558, "W31": -104.20821472462673, "S31": -104.20821472462673, "W32": -105.94475578294708, "S32": -110.94475578294708 }, "geometry": { "type": "Point", "coordinates": [ 101603.0, 500823.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4530201342281881, "S11": 0.4530201342281881, "W12": -15.0, "S12": -16.272296144660526, "W13": -20.0, "S13": -25.095801853726954, "W21": -37.106805282204085, "S21": -40.679777813906554, "W22": -72.408542170454538, "S22": -74.67771715155763, "W31": -100.0, "S31": -100.0, "W32": -100.62540668832931, "S32": -105.62540668832931 }, "geometry": { "type": "Point", "coordinates": [ 101603.0, 502830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9467080111321904, "S12": -7.9467080111321904, "W13": -16.643623280735518, "S13": -19.203966809438246, "W21": -47.916525279945709, "S21": -57.642654396744874, "W22": -57.642654396744874, "S22": -59.635766960157099, "W31": -88.545750145524721, "S31": -88.545750145524721, "W32": -97.96624005131045, "S32": -102.96624005131045 }, "geometry": { "type": "Point", "coordinates": [ 101605.0, 498732.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48321184254794208, "S11": -0.48321184254794208, "W12": -5.0, "S12": -5.0, "W13": -19.75084567299599, "S13": -21.177347508035588, "W21": -53.333333333333336, "S21": -58.209528405263853, "W22": -73.74525516659638, "S22": -88.003091168537182, "W31": -100.16829228052809, "S31": -100.16829228052809, "W32": -104.79613647023972, "S32": -109.79613647023972 }, "geometry": { "type": "Point", "coordinates": [ 101605.0, 502011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51561506707697702, "S11": 0.51561506707697702, "W12": -8.8473520909409693, "S12": -9.4086290284252083, "W13": -25.0, "S13": -25.0, "W21": -36.404454229882965, "S21": -36.404454229882965, "W22": -41.674509016148782, "S22": -41.674509016148782, "W31": -80.0, "S31": -80.278546508082044, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101605.0, 505866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38100376577330086, "S11": 0.38100376577330086, "W12": -6.060043753832705, "S12": -6.060043753832705, "W13": -17.707453039404498, "S13": -19.410341097004824, "W21": -35.950165312760312, "S21": -38.451447224541504, "W22": -40.742322219633095, "S22": -42.803716042514978, "W31": -81.345097440414008, "S31": -81.345097440414008, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101605.166666666671517, 497596.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9302203567681011, "S11": -1.9302203567681011, "W12": -10.0, "S12": -12.149083996984892, "W13": -19.225530311701196, "S13": -20.289741986551167, "W21": -45.843698272588654, "S21": -63.835366607813022, "W22": -80.0, "S22": -103.6927602760761, "W31": -103.6927602760761, "S31": -103.6927602760761, "W32": -105.27090053731793, "S32": -110.27090053731793 }, "geometry": { "type": "Point", "coordinates": [ 101606.0, 500231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0978056216899081, "W12": -8.3043577408811053, "S12": -10.964046865664468, "W13": -17.488556905373631, "S13": -19.058119161580677, "W21": -54.03846153846154, "S21": -65.107580396545529, "W22": -65.107580396545529, "S22": -71.859499263377046, "W31": -90.774193548387089, "S31": -90.774193548387089, "W32": -99.253520305530444, "S32": -104.25352030553044 }, "geometry": { "type": "Point", "coordinates": [ 101607.0, 498948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.991405252875996, "S12": -15.015823467130501, "W13": -25.0, "S13": -25.0, "W21": -36.751007259964453, "S21": -40.017781413505318, "W22": -42.895808101549946, "S22": -42.895808101549946, "W31": -76.298495676270733, "S31": -77.156573484138875, "W32": -89.704782385327761, "S32": -94.704782385327761 }, "geometry": { "type": "Point", "coordinates": [ 101607.0, 506998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.6205333424012238, "S12": -12.073983324839999, "W13": -18.757356557138518, "S13": -21.101921774529821, "W21": -46.332631178135614, "S21": -62.717912563417002, "W22": -80.0, "S22": -98.143921638353248, "W31": -102.51711711711712, "S31": -102.51711711711712, "W32": -105.13361839595764, "S32": -110.13361839595764 }, "geometry": { "type": "Point", "coordinates": [ 101608.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3933594819309234, "S11": 3.3933594819309234, "W12": -7.5513370733830785, "S12": -15.073502342099864, "W13": -18.901673516210582, "S13": -21.901673516210582, "W21": -59.808194776465008, "S21": -67.677162659629417, "W22": -69.927534541757751, "S22": -93.28375705226037, "W31": -105.63353850833361, "S31": -105.63353850833361, "W32": -105.99038937266143, "S32": -110.99038937266143 }, "geometry": { "type": "Point", "coordinates": [ 101608.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48657718120805393, "S11": 0.48657718120805393, "W12": -14.486990862629705, "S12": -15.738492729815936, "W13": -20.0, "S13": -25.056858010748517, "W21": -37.24871682704557, "S21": -41.597218830642731, "W22": -72.606726106019153, "S22": -75.660768524938263, "W31": -100.0, "S31": -100.0, "W32": -100.68557959789958, "S32": -105.68557959789958 }, "geometry": { "type": "Point", "coordinates": [ 101608.0, 502825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32865048957002985, "S11": 0.32865048957002985, "W12": -10.193588353724639, "S12": -10.930698581569906, "W13": -20.0, "S13": -24.702557638352378, "W21": -36.205788951598457, "S21": -47.665381559044654, "W22": -74.663213736256083, "S22": -83.545454879819985, "W31": -100.36586945495689, "S31": -100.36586945495689, "W32": -101.38789400720786, "S32": -106.38789400720786 }, "geometry": { "type": "Point", "coordinates": [ 101609.0, 502742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19, "S11": -0.19, "W12": -6.1, "S12": -7.3375, "W13": -19.407129645199259, "S13": -20.216625684466401, "W21": -40.453078053285275, "S21": -44.725721744102273, "W22": -64.88841142223454, "S22": -87.974707128237824, "W31": -95.399565048471658, "S31": -95.399565048471658, "W32": -99.716418980754256, "S32": -104.71641898075426 }, "geometry": { "type": "Point", "coordinates": [ 101609.0, 503095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2450638792102211, "S12": -10.917797940630924, "W13": -19.484331959864178, "S13": -19.758145380486109, "W21": -45.932032521848505, "S21": -66.370140154943783, "W22": -80.0, "S22": -106.18811321059692, "W31": -106.18811321059692, "S31": -106.18811321059692, "W32": -106.18811321059692, "S32": -110.35660769198168 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 500169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44759849906191368, "S11": -0.44759849906191368, "W12": -4.9857638617090672, "S12": -5.9129504962127744, "W13": -18.775377051516578, "S13": -21.948200993634536, "W21": -35.84602634812677, "S21": -35.84602634812677, "W22": -74.788235294117641, "S22": -98.757206053305694, "W31": -101.27073225785036, "S31": -101.27073225785036, "W32": -103.51097129796078, "S32": -108.51097129796078 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 502482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.128465231531671, "S12": -15.271183205228699, "W13": -20.0, "S13": -25.001557753719137, "W21": -37.266287169942579, "S21": -42.179488207766035, "W22": -72.759786906212952, "S22": -76.335260150395612, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.7349029017543, "S32": -105.7349029017543 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.77723101125715, "S12": -12.575815112246573, "W13": -19.609207097654835, "S13": -25.021232956366688, "W21": -37.671294678684987, "S21": -39.95479418000145, "W22": -71.997318904544116, "S22": -73.428792363976413, "W31": -100.05562649889436, "S31": -100.05562649889436, "W32": -100.47394345481257, "S32": -105.47394345481257 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 502851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4903598316240387, "S12": -11.88669128340149, "W13": -20.244152680484611, "S13": -22.555917386366964, "W21": -39.272152796910696, "S21": -40.161915383689575, "W22": -43.463504414619422, "S22": -46.396148807505277, "W31": -77.372264952164215, "S31": -77.539989634227922, "W32": -96.631801549955455, "S32": -101.63180154995545 }, "geometry": { "type": "Point", "coordinates": [ 101610.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.474127439757549, "S13": -21.474127439757549, "W21": -41.719841677411154, "S21": -44.020582606437941, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101610.538461538468255, 513124.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20634920634920639, "S11": -0.20634920634920639, "W12": -8.9924506387921035, "S12": -10.281258629084272, "W13": -19.575151653885772, "S13": -19.575151653885772, "W21": -45.964112836383919, "S21": -67.226432354059511, "W22": -80.0, "S22": -107.06798454749705, "W31": -107.06798454749705, "S31": -107.06798454749705, "W32": -107.06798454749705, "S32": -110.38482041525586 }, "geometry": { "type": "Point", "coordinates": [ 101611.0, 500148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.7376577816274121, "S12": -12.190257449249817, "W13": -18.867556560222809, "S13": -20.93225923343612, "W21": -45.693291730775393, "S21": -62.518966056449713, "W22": -80.0, "S22": -100.13181502254837, "W31": -102.4873873873874, "S31": -102.4873873873874, "W32": -105.20098327768648, "S32": -110.20098327768648 }, "geometry": { "type": "Point", "coordinates": [ 101611.0, 500297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60769974915353342, "S11": -0.60769974915353342, "W12": -6.7408703938806251, "S12": -6.7408703938806251, "W13": -20.616881773696367, "S13": -23.577640064135235, "W21": -38.295590905349677, "S21": -39.691867497873744, "W22": -46.79781558071312, "S22": -46.826679872467466, "W31": -78.880002224557217, "S31": -78.880002224557217, "W32": -97.631628027085966, "S32": -102.63162802708597 }, "geometry": { "type": "Point", "coordinates": [ 101611.0, 503786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.991284790363804, "S12": -15.068109347492012, "W13": -25.0, "S13": -25.0, "W21": -36.747334006442657, "S21": -40.024554739325055, "W22": -42.882383286869647, "S22": -42.882383286869647, "W31": -76.278803518772648, "S31": -77.144568930379762, "W32": -89.717485099089345, "S32": -94.717485099089345 }, "geometry": { "type": "Point", "coordinates": [ 101611.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -43.080930913089674, "S21": -50.263971657590595, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101611.16, 514624.76 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.184782938577682, "W12": -5.9786492744000999, "S12": -5.9786492744000999, "W13": -20.0, "S13": -21.529213038690006, "W21": -49.073350965710517, "S21": -58.338181781484963, "W22": -69.087322540694444, "S22": -81.118854667352878, "W31": -103.52556233590066, "S31": -103.52556233590066, "W32": -104.93442552666994, "S32": -109.93442552666994 }, "geometry": { "type": "Point", "coordinates": [ 101612.0, 499730.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18406359539308967, "S11": -0.18406359539308967, "W12": -4.0835216998191681, "S12": -4.0835216998191681, "W13": -17.655151967058341, "S13": -20.097721959879589, "W21": -40.296216530437647, "S21": -52.207827490591178, "W22": -77.291280148422999, "S22": -91.308987151280746, "W31": -101.99798095668243, "S31": -101.99798095668243, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101612.0, 501815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52681221412787804, "S11": 0.52681221412787804, "W12": -7.7020549167591943, "S12": -8.4079033785889425, "W13": -26.672731518306819, "S13": -26.672731518306819, "W21": -36.190621286354435, "S21": -36.190621286354435, "W22": -41.347670710966447, "S22": -41.347670710966447, "W31": -79.965847978825323, "S31": -80.191756531584716, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101612.0, 505569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85044442632308548, "S11": 0.72093769567854094, "W12": -7.3773499340369391, "S12": -7.3773499340369391, "W13": -19.990248379275815, "S13": -22.212480453129526, "W21": -46.804484201224334, "S21": -72.498932178838174, "W22": -80.0, "S22": -106.96824206656346, "W31": -106.96824206656346, "S31": -106.96824206656346, "W32": -106.96824206656346, "S32": -110.57116578212487 }, "geometry": { "type": "Point", "coordinates": [ 101612.625, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.195144754369615, "S13": -20.195144754369615, "W21": -42.850210774365948, "S21": -50.986943643001823, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101612.741935483863926, 514277.177419354848098 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2285246774212553, "S11": 2.2285246774212553, "W12": -9.3529747232424754, "S12": -10.212720875099354, "W13": -22.959996693915528, "S13": -22.959996693915528, "W21": -37.94318051469115, "S21": -41.669984082523563, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -69.63587251887661, "S31": -71.96595057703189, "W32": -84.062426665134652, "S32": -89.062426665134652 }, "geometry": { "type": "Point", "coordinates": [ 101612.826086956527433, 508835.826086956541985 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5193146912180993, "S12": -11.635646630296613, "W13": -18.781862540522479, "S13": -20.980775584000739, "W21": -46.544721990063046, "S21": -62.867565812906868, "W22": -80.0, "S22": -97.003652997559286, "W31": -102.46756756756757, "S31": -102.46756756756757, "W32": -105.12785906353162, "S32": -110.12785906353162 }, "geometry": { "type": "Point", "coordinates": [ 101613.0, 500360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1169533650017316, "S11": 3.1169533650017316, "W12": -8.161583362937078, "S12": -19.020521591286574, "W13": -19.056700270444566, "S13": -22.05169676467953, "W21": -61.188167467804021, "S21": -69.403838485632605, "W22": -69.905241450686788, "S22": -104.90524145068679, "W31": -105.69794383755404, "S31": -105.69794383755404, "W32": -105.98865883969779, "S32": -110.98865883969779 }, "geometry": { "type": "Point", "coordinates": [ 101613.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82915413598805987, "S11": -0.82915413598805987, "W12": -4.5102091344841231, "S12": -4.5102091344841231, "W13": -16.819554426050562, "S13": -23.683041503017275, "W21": -36.518602976492687, "S21": -45.483339998349429, "W22": -66.986825791291949, "S22": -89.643134820381476, "W31": -100.96961561441944, "S31": -100.96961561441944, "W32": -104.23571028916324, "S32": -109.23571028916324 }, "geometry": { "type": "Point", "coordinates": [ 101614.0, 502374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35351141749246007, "S11": -0.35351141749246007, "W12": -7.7636608461471637, "S12": -12.068238310935897, "W13": -20.163930766384681, "S13": -20.734133926655559, "W21": -40.373330973464867, "S21": -45.407957090043723, "W22": -70.0, "S22": -94.848589841313839, "W31": -96.850747774946186, "S31": -96.850747774946186, "W32": -99.902917594350583, "S32": -104.90291759435058 }, "geometry": { "type": "Point", "coordinates": [ 101614.0, 503033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.746631562645192, "S12": -13.673541936042717, "W13": -20.0, "S13": -25.0, "W21": -37.186097822893061, "S21": -44.316922723598907, "W22": -73.376098455595965, "S22": -78.91218095503838, "W31": -100.07606414107916, "S31": -100.07606414107916, "W32": -100.93818260480874, "S32": -105.93818260480874 }, "geometry": { "type": "Point", "coordinates": [ 101615.0, 502798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16843001882901409, "S11": -0.16843001882901409, "W12": -5.3189648883872236, "S12": -5.3189648883872236, "W13": -20.096092391572125, "S13": -20.096092391572125, "W21": -40.582588870072357, "S21": -43.171222518350184, "W22": -54.710946223390849, "S22": -70.115095263805756, "W31": -85.797552432915182, "S31": -85.797552432915182, "W32": -98.728138851087323, "S32": -103.72813885108732 }, "geometry": { "type": "Point", "coordinates": [ 101615.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.262427673697218, "S13": -21.262427673697218, "W21": -42.139622988281275, "S21": -46.349655082518417, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101615.0, 513341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.145600587132023, "S11": 1.8863498212744794, "W12": -7.0919503923394069, "S12": -7.0919503923394069, "W13": -20.0, "S13": -23.273987105243656, "W21": -47.38365217859198, "S21": -74.443371861712023, "W22": -80.0, "S22": -104.593653250774, "W31": -105.4951793295196, "S31": -105.4951793295196, "W32": -105.53341564119171, "S32": -110.53341564119171 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 499929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39536053845157887, "W12": -7.4290897097625326, "S12": -7.4290897097625326, "W13": -19.949310072207872, "S13": -21.926791889331007, "W21": -46.660254924441539, "S21": -71.295716639017982, "W22": -80.0, "S22": -107.78869969040248, "W31": -107.78869969040248, "S31": -107.78869969040248, "W32": -107.78869969040248, "S32": -110.56043060781442 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 500015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9691561080272741, "S12": -4.9691561080272741, "W13": -19.667345072135547, "S13": -21.437636746850632, "W21": -54.878957169459959, "S21": -59.779480940207215, "W22": -73.820122348041139, "S22": -89.264566792485581, "W31": -100.16815678345391, "S31": -100.16815678345391, "W32": -104.77626583059718, "S32": -109.77626583059718 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50840715120765445, "S11": 0.50840715120765445, "W12": -7.8054726897974467, "S12": -8.971345153901801, "W13": -26.483951732098252, "S13": -26.483951732098252, "W21": -36.615488469672258, "S21": -36.615488469672258, "W22": -41.945984783564512, "S22": -51.146853075754933, "W31": -76.335273395482787, "S31": -76.514651556977924, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 505302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1178275319207116, "S11": 2.1178275319207116, "W12": -7.4800445893222092, "S12": -9.7668946136854196, "W13": -20.122269208929804, "S13": -20.122269208929804, "W21": -35.973334526621606, "S21": -35.973334526621606, "W22": -48.211174845974078, "S22": -48.211174845974078, "W31": -69.99352919880549, "S31": -69.99352919880549, "W32": -81.11895693080568, "S32": -86.11895693080568 }, "geometry": { "type": "Point", "coordinates": [ 101616.0, 509693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.72, "S11": -1.72, "W12": -4.2199998, "S12": -4.2199998, "W13": -15.82, "S13": -24.42, "W21": -36.919998, "S21": -50.419998, "W22": -62.619999, "S22": -84.867695783578498, "W31": -100.81703246365259, "S31": -100.81703246365259, "W32": -104.46564988767376, "S32": -109.46564988767376 }, "geometry": { "type": "Point", "coordinates": [ 101616.4, 502318.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5439226317405366, "S11": 2.5439226317405366, "W12": -6.7310883706266385, "S12": -16.731088370626637, "W13": -18.800329225689257, "S13": -21.79926674490229, "W21": -49.806911407847643, "S21": -58.371671790780958, "W22": -69.954156251819953, "S22": -78.184322755247962, "W31": -104.45928417848737, "S31": -104.45928417848737, "W32": -105.77286278495653, "S32": -110.77286278495653 }, "geometry": { "type": "Point", "coordinates": [ 101617.0, 501405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5995401708294406, "S11": 2.5995401708294406, "W12": -6.8599255686346785, "S12": -16.942360355464675, "W13": -18.85742159878896, "S13": -21.855603725543752, "W21": -51.014360029271465, "S21": -59.435289291198885, "W22": -69.948482719300642, "S22": -76.188933257991181, "W31": -104.58892636308509, "S31": -104.58892636308509, "W32": -105.80059267599378, "S32": -110.80059267599378 }, "geometry": { "type": "Point", "coordinates": [ 101617.333333333328483, 501390.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -22.342010950268843, "S13": -22.342010950268843, "W21": -41.448124311686144, "S21": -42.795005764180971, "W22": -42.795005764180971, "S22": -42.795005764180971, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101617.538461538468255, 512395.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90206605953513663, "S11": 0.90206605953513663, "W12": -7.7794844139710904, "S12": -7.7794844139710904, "W13": -16.858786070185555, "S13": -19.385381988021422, "W21": -48.829317950458091, "S21": -58.466428110325303, "W22": -58.823832379950467, "S22": -62.357975841526773, "W31": -88.960816466635947, "S31": -88.960816466635947, "W32": -98.246151715693415, "S32": -103.24615171569341 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 498791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1696777672913576, "S11": 1.8584410683943167, "W12": -8.0525904288242902, "S12": -10.052641394626237, "W13": -17.356484284363496, "S13": -19.141698822163015, "W21": -52.534965034965033, "S21": -63.595190124177222, "W22": -63.595190124177222, "S22": -69.212952941521877, "W31": -90.0, "S31": -90.0, "W32": -99.009795632780381, "S32": -104.00979563278038 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.625137793653586, "S11": 1.6782609817092489, "W12": -7.0904964190961097, "S12": -7.3304163345625106, "W13": -19.161974436920886, "S13": -23.812076850314778, "W21": -53.456153279292558, "S21": -67.794891376778779, "W22": -67.794891376778779, "S22": -67.794891376778779, "W31": -100.0, "S31": -100.0, "W32": -100.86384787149751, "S32": -105.86384787149751 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 499383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5641068159793261, "S11": 2.5641068159793261, "W12": -8.9759056808328008, "S12": -8.9759056808328008, "W13": -19.024847833562585, "S13": -22.024847833562585, "W21": -50.0, "S21": -65.968843718760411, "W22": -76.399540252372105, "S22": -77.685390666228344, "W31": -103.83629989964622, "S31": -103.83629989964622, "W32": -105.81362325752814, "S32": -110.81362325752814 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 500774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4706128676501074, "S11": 0.4706128676501074, "W12": -6.3865163667895075, "S12": -6.3865163667895075, "W13": -20.622383626790633, "S13": -21.557325147258471, "W21": -40.433433448137606, "S21": -42.972287312273046, "W22": -60.0, "S22": -80.959277481348025, "W31": -93.556941777575588, "S31": -93.556941777575588, "W32": -99.460429443662846, "S32": -104.46042944366285 }, "geometry": { "type": "Point", "coordinates": [ 101618.0, 503177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089080088052831713, "S11": 0.089080088052831713, "W12": -9.0388846231624314, "S12": -9.0388846231624314, "W13": -17.749110605399583, "S13": -18.755688661856787, "W21": -36.696626706437279, "S21": -39.962642593371825, "W22": -41.070008647938927, "S22": -41.335977726245005, "W31": -81.95410507049489, "S31": -81.95410507049489, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.6977900271818136, "S12": -12.125910632766487, "W13": -18.877021098012285, "S13": -20.843633209305249, "W21": -45.675477958824544, "S21": -62.7292575126041, "W22": -80.0, "S22": -100.14151324615707, "W31": -102.40810810810811, "S31": -102.40810810810811, "W32": -105.24038031372588, "S32": -110.24038031372588 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 500280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.4932870380567245, "S12": -11.805755507675805, "W13": -18.729301831682868, "S13": -21.037997483856781, "W21": -46.386843572155968, "S21": -62.891172576484976, "W22": -80.0, "S22": -97.069116006918065, "W31": -102.40810810810811, "S31": -102.40810810810811, "W32": -105.15894909842666, "S32": -110.15894909842666 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23709607927617404, "S11": -0.23709607927617404, "W12": -8.5725827469377123, "S12": -13.572582746937712, "W13": -19.975665586241426, "S13": -20.479615924841877, "W21": -40.326222876418136, "S21": -44.857903710157352, "W22": -70.119589442779002, "S22": -93.743765500929072, "W31": -97.128416239509221, "S31": -97.128416239509221, "W32": -99.933548237286757, "S32": -104.93354823728676 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 503022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.8043588017502525, "W13": -25.0, "S13": -25.0, "W21": -36.962624183539951, "S21": -39.148054239436163, "W22": -42.7078682613881, "S22": -42.7078682613881, "W31": -77.247976873774689, "S31": -77.820886153137522, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 506868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15715254835692877, "S11": 0.15715254835692877, "W12": -13.586725950977209, "S12": -13.586725950977209, "W13": -22.854735147891027, "S13": -22.854735147891027, "W21": -42.301730224085709, "S21": -42.301730224085709, "W22": -42.301730224085709, "S22": -42.301730224085709, "W31": -71.550003, "S31": -71.550003, "W32": -82.253215856713098, "S32": -87.253215856713098 }, "geometry": { "type": "Point", "coordinates": [ 101619.0, 511877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4477272727260821, "S11": 2.4477272727260821, "W12": -9.3785959701670745, "S12": -9.3785959701670745, "W13": -19.276047394665834, "S13": -20.706923158413353, "W21": -47.683197432883134, "S21": -63.389824139510097, "W22": -80.0, "S22": -92.513617922317749, "W31": -102.45286246038032, "S31": -102.45286246038032, "W32": -105.04114508525983, "S32": -110.04114508525983 }, "geometry": { "type": "Point", "coordinates": [ 101619.6, 500442.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37258389512176915, "S11": 0.37258389512176915, "W12": -5.8817420652949961, "S12": -5.8817420652949961, "W13": -20.534389680737537, "S13": -21.368941337657613, "W21": -40.440445403516094, "S21": -42.899678951720389, "W22": -59.346288170502376, "S22": -79.346288170502376, "W31": -92.738401787298386, "S31": -92.738401787298386, "W32": -99.349209818196726, "S32": -104.34920981819673 }, "geometry": { "type": "Point", "coordinates": [ 101620.0, 503213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2319448956888728, "S11": 2.2319448956888728, "W12": -10.0, "S12": -10.941850733382068, "W13": -23.270305371637296, "S13": -23.270305371637296, "W21": -37.713804348506272, "S21": -41.158525645993947, "W22": -50.0, "S22": -50.0, "W31": -69.635776371557526, "S31": -71.964311037013175, "W32": -83.986048877685519, "S32": -88.986048877685519 }, "geometry": { "type": "Point", "coordinates": [ 101620.0, 508868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0416128279674792, "S11": 3.0416128279674792, "W12": -8.1335174851785688, "S12": -8.1335174851785688, "W13": -18.911772051237939, "S13": -22.382885785988115, "W21": -54.79364737495343, "S21": -67.302758233927193, "W22": -71.963178384629629, "S22": -101.82558944354268, "W31": -104.45365358767874, "S31": -104.45365358767874, "W32": -105.89091891227845, "S32": -110.89091891227845 }, "geometry": { "type": "Point", "coordinates": [ 101620.333333333328483, 500930.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32690366715262981, "S11": -0.32690366715262981, "W12": -5.0, "S12": -5.0, "W13": -18.547169412510712, "S13": -20.130435417303591, "W21": -46.861799644924076, "S21": -55.174126017318471, "W22": -79.141765895304431, "S22": -88.86535448341651, "W31": -101.65251371192812, "S31": -101.65251371192812, "W32": -104.91659960006912, "S32": -109.91659960006912 }, "geometry": { "type": "Point", "coordinates": [ 101621.0, 501890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19715288746042578, "S11": -0.19715288746042578, "W12": -5.4618563095685104, "S12": -5.4618563095685104, "W13": -20.023368206350813, "S13": -20.373954423108035, "W21": -40.485661330707394, "S21": -43.03435230098539, "W22": -53.458920145517418, "S22": -68.458920145517425, "W31": -84.808757657368517, "S31": -84.808757657368517, "W32": -98.657889415378222, "S32": -103.65788941537822 }, "geometry": { "type": "Point", "coordinates": [ 101621.0, 503441.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43083738965433227, "S11": -0.43083738965433227, "W12": -5.2505049047892216, "S12": -5.2505049047892216, "W13": -19.485390857102406, "S13": -20.485708610279719, "W21": -53.474860335194556, "S21": -58.223130044660046, "W22": -75.801771404471282, "S22": -83.674318711602524, "W31": -100.33734936322551, "S31": -100.33734936322551, "W32": -104.82787123213274, "S32": -109.82787123213274 }, "geometry": { "type": "Point", "coordinates": [ 101621.4, 501973.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.5484408745177323, "S12": -12.155910239165173, "W13": -18.674584144061654, "S13": -21.205462485578295, "W21": -46.013341940188155, "S21": -62.791563718409932, "W22": -80.0, "S22": -98.125979924677125, "W31": -102.37837837837839, "S31": -102.37837837837839, "W32": -105.20163785430725, "S32": -110.20163785430725 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -5.5, "S12": -8.0, "W13": -20.8, "S13": -21.505545025999904, "W21": -40.345700530247264, "S21": -44.02406157407021, "W22": -66.846724351050682, "S22": -90.239536122006726, "W31": -95.57846508415696, "S31": -95.57846508415696, "W32": -99.723931513023985, "S32": -104.72393151302398 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.210430881096165, "S13": -20.210430881096165, "W21": -42.869217681739713, "S21": -50.696481418557582, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101622.774193548393669, 514325.967741935455706 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8133250903251708, "S11": 1.8934839978435318, "W12": -6.5583449629640977, "S12": -6.5583449629640977, "W13": -19.594947931082203, "S13": -24.119370774338581, "W21": -50.0, "S21": -67.110079295685466, "W22": -67.110079295685466, "S22": -67.110079295685466, "W31": -101.27767833654009, "S31": -101.27767833654009, "W32": -102.33041865234965, "S32": -107.33041865234965 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 499513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1783359130106836, "W12": -5.9479582687393986, "S12": -5.9479582687393986, "W13": -20.0, "S13": -21.440617082010327, "W21": -48.935995711938283, "S21": -57.684674769562456, "W22": -69.197222427073967, "S22": -82.493562762653312, "W31": -103.55764305352805, "S31": -103.55764305352805, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 499740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.6143362821247056, "S12": -12.119320119807558, "W13": -18.784399679523865, "S13": -20.986036340734994, "W21": -45.68354031349196, "S21": -62.680709810661455, "W22": -80.000000000000014, "S22": -99.192057154864486, "W31": -102.36846846846848, "S31": -102.36846846846848, "W32": -105.23478580275111, "S32": -110.23478580275111 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 500292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6653903305696134, "S11": 2.6653903305696134, "W12": -8.8279501181984195, "S12": -8.8279501181984195, "W13": -19.009374570151309, "S13": -22.102172681131236, "W21": -50.107996677025319, "S21": -65.107996677025326, "W22": -75.289910006847307, "S22": -75.738332121531272, "W31": -103.92865278089856, "S31": -103.92865278089856, "W32": -105.80121187157197, "S32": -110.80121187157197 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 500810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.696308893999479, "S12": -4.9215836192742044, "W13": -17.202280122556729, "S13": -23.065793162422622, "W21": -36.836501636903435, "S21": -43.532386556732305, "W22": -69.031642276582119, "S22": -91.754525223912893, "W31": -101.06449113722367, "S31": -101.06449113722367, "W32": -104.13295079820479, "S32": -109.13295079820479 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 502395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.816787982035001, "S12": -14.816787982035001, "W13": -20.0, "S13": -25.165121894228569, "W21": -37.896552353461018, "S21": -43.129548381754546, "W22": -72.783150298894611, "S22": -77.01605321381804, "W31": -100.0, "S31": -100.0, "W32": -100.7229915331262, "S32": -105.7229915331262 }, "geometry": { "type": "Point", "coordinates": [ 101623.0, 502827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21478614906291096, "S11": 0.21478614906291096, "W12": -7.7373252133903758, "S12": -17.201311407685267, "W13": -20.875853262189565, "S13": -20.875853262189565, "W21": -39.228361887948971, "S21": -41.661619364754216, "W22": -42.122987864639839, "S22": -46.143109726731907, "W31": -72.002586624993327, "S31": -72.073719052301186, "W32": -93.361221806515545, "S32": -98.361221806515545 }, "geometry": { "type": "Point", "coordinates": [ 101623.142857142855064, 504766.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.411677845352282, "S11": 2.411677845352282, "W12": -4.9887655811641469, "S12": -15.04568231170324, "W13": -25.0, "S13": -25.0, "W21": -35.9899746776928, "S21": -40.9899746776928, "W22": -43.177399386934951, "S22": -43.177399386934951, "W31": -71.004843868822007, "S31": -71.867333730946896, "W32": -88.831179085228797, "S32": -93.831179085228797 }, "geometry": { "type": "Point", "coordinates": [ 101623.333333333328483, 507316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46793718108538201, "S11": 0.46793718108538201, "W12": -6.7290273998877579, "S12": -6.7290273998877579, "W13": -16.148520092266601, "S13": -19.148520092266601, "W21": -41.168869300948657, "S21": -44.197710654303243, "W22": -47.159552093392954, "S22": -50.974238898116553, "W31": -85.042858409308835, "S31": -85.042858409308835, "W32": -95.674034869240359, "S32": -100.67403486924036 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 498316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.5624875444778397, "S12": -12.130151952681357, "W13": -18.713754721300219, "S13": -21.112718169199837, "W21": -45.862528326547704, "S21": -62.762295226314606, "W22": -80.0, "S22": -98.489178398823285, "W31": -102.35855855855856, "S31": -102.35855855855856, "W32": -105.22104911208329, "S32": -110.22104911208329 }, "geometry": { "type": "Point", "coordinates": [ 101624.0, 500305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.24, "S11": 1.24, "W12": -5.7600002, "S12": -5.7600002, "W13": -18.26, "S13": -24.26, "W21": -38.759998, "S21": -38.759998, "W22": -71.260002, "S22": -71.260002, "W31": -100.2, "S31": -100.2, "W32": -100.2, "S32": -105.2 }, "geometry": { "type": "Point", "coordinates": [ 101624.1, 502889.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.4393726136510203, "S12": -11.772454768253658, "W13": -18.700692778690765, "S13": -21.036018865647286, "W21": -46.349467963663827, "S21": -62.960357074552931, "W22": -80.0, "S22": -96.715615756380629, "W31": -102.34864864864866, "S31": -102.34864864864866, "W32": -105.17893487669001, "S32": -110.17893487669001 }, "geometry": { "type": "Point", "coordinates": [ 101625.0, 500341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4342708626994374, "S11": 3.4342708626994374, "W12": -7.442525935706847, "S12": -14.000490365653967, "W13": -18.82223651530845, "S13": -22.304767480487229, "W21": -59.377830033282748, "S21": -66.505525495105587, "W22": -69.949509020993247, "S22": -85.559692605491293, "W31": -105.30206723235197, "S31": -105.30206723235197, "W32": -105.87344054146631, "S32": -110.87344054146631 }, "geometry": { "type": "Point", "coordinates": [ 101625.0, 501148.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2557522123894105, "S11": -1.2557522123894105, "W12": -4.5089461961563773, "S12": -4.5089461961563773, "W13": -17.225938281701286, "S13": -22.225938281701286, "W21": -47.205580029368576, "S21": -57.151098519923629, "W22": -66.177043535963861, "S22": -87.926769220115773, "W31": -100.52188740622718, "S31": -100.52188740622718, "W32": -104.57980842817291, "S32": -109.57980842817291 }, "geometry": { "type": "Point", "coordinates": [ 101625.0, 502207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35748859376738878, "S11": 0.35748859376738878, "W12": -7.7773448235851044, "S12": -14.100748135544347, "W13": -23.414329518120059, "S13": -23.414329518120059, "W21": -38.221337486749199, "S21": -38.709004137931437, "W22": -41.987893501743002, "S22": -41.987893501743002, "W31": -72.73846603566281, "S31": -72.85177175423371, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101626.0, 504979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2367692609759366, "S11": 2.2367692609759366, "W12": -10.0, "S12": -10.990966866973105, "W13": -23.615713524882704, "S13": -23.615713524882704, "W21": -37.669008827091666, "S21": -40.97667306848205, "W22": -50.0, "S22": -50.0, "W31": -69.629828750369654, "S31": -71.912671093957272, "W32": -83.966441329669777, "S32": -88.966441329669777 }, "geometry": { "type": "Point", "coordinates": [ 101626.260869565216126, 508882.26086956524523 ] } }, +{ "type": "Feature", "properties": { "W11": 2.682205233121568, "S11": 2.682205233121568, "W12": -8.8250043655912762, "S12": -8.8250043655912762, "W13": -19.012794446354881, "S13": -22.115982167724422, "W21": -50.319682471308575, "S21": -64.780542583522958, "W22": -74.987530785792842, "S22": -74.987530785792842, "W31": -103.91682938336238, "S31": -103.91682938336238, "W32": -105.77888221648927, "S32": -110.77888221648927 }, "geometry": { "type": "Point", "coordinates": [ 101627.0, 500818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4040747685978211, "W12": -7.4041811846689889, "S12": -7.4041811846689889, "W13": -19.913107046856062, "S13": -21.688719230177576, "W21": -46.520353806482589, "S21": -71.563345411672117, "W22": -80.0, "S22": -109.05882352941177, "W31": -109.05882352941177, "S31": -109.05882352941177, "W32": -109.05882352941177, "S32": -110.57695984478529 }, "geometry": { "type": "Point", "coordinates": [ 101628.0, 500024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.408955349976418, "W13": -25.0, "S13": -25.0, "W21": -36.796330631890108, "S21": -36.796330631890108, "W22": -42.376655879592434, "S22": -50.541720286628667, "W31": -79.485483394991846, "S31": -79.85090445808919, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101628.666666666671517, 506597.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68500357001129486, "S11": 0.68500357001129486, "W12": -10.16784260001743, "S12": -11.716207248590846, "W13": -18.521892065131706, "S13": -23.521892065131706, "W21": -39.241772747006088, "S21": -39.716578930545069, "W22": -71.131962600939175, "S22": -73.946524303800743, "W31": -99.800680856789327, "S31": -99.800680856789327, "W32": -100.16469425495816, "S32": -105.16469425495816 }, "geometry": { "type": "Point", "coordinates": [ 101629.0, 502908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58055208720008067, "S11": -0.58055208720008067, "W12": -6.9946398785693926, "S12": -6.9946398785693926, "W13": -20.63610708642674, "S13": -23.614529992781687, "W21": -37.994459130713231, "S21": -39.507631373590044, "W22": -46.316639835579338, "S22": -46.316639835579338, "W31": -78.789391126188761, "S31": -78.895158056076085, "W32": -97.552688784684079, "S32": -102.55268878468408 }, "geometry": { "type": "Point", "coordinates": [ 101629.0, 503808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53838109992254357, "S11": -0.53838109992254357, "W12": -7.5592541750167142, "S12": -12.559254175016715, "W13": -20.492157145204494, "S13": -23.156863027557435, "W21": -38.396723224860168, "S21": -39.552081573874489, "W22": -43.502295845893762, "S22": -43.969064347990276, "W31": -77.729378504842813, "S31": -77.90510314252397, "W32": -96.847984402070253, "S32": -101.84798440207025 }, "geometry": { "type": "Point", "coordinates": [ 101630.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4175311812125848, "S11": 2.4175311812125848, "W12": -4.9860785116149042, "S12": -10.002785798230992, "W13": -25.0, "S13": -25.0, "W21": -35.108087585651482, "S21": -40.108087585651482, "W22": -44.602581506342062, "S22": -44.602581506342062, "W31": -69.752892775696807, "S31": -71.591469418032574, "W32": -87.781012307174706, "S32": -92.781012307174706 }, "geometry": { "type": "Point", "coordinates": [ 101630.0, 507678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40623459026249786, "S11": -0.40623459026249786, "W12": -12.258157434138125, "S12": -12.258157434138125, "W13": -23.016753848824241, "S13": -23.016753848824241, "W21": -43.018534025135573, "S21": -43.018534025135573, "W22": -43.018534025135573, "S22": -43.018534025135573, "W31": -71.550003, "S31": -71.550003, "W32": -82.145616356318911, "S32": -87.145616356318911 }, "geometry": { "type": "Point", "coordinates": [ 101631.142857142855064, 511692.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39283855981432214, "S11": 0.39283855981432214, "W12": -8.896969696970304, "S12": -9.5126272420397129, "W13": -20.0, "S13": -24.463397443717465, "W21": -37.103959408521774, "S21": -50.7640207646729, "W22": -75.174958170113385, "S22": -86.573442940768786, "W31": -100.43549867998377, "S31": -100.43549867998377, "W32": -101.52679963679763, "S32": -106.52679963679763 }, "geometry": { "type": "Point", "coordinates": [ 101632.666666666671517, 502735.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.225717007822549, "S13": -20.225717007822549, "W21": -42.88822458911352, "S21": -50.406019194112993, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101632.806451612908859, 514374.758064516121522 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60433844397707137, "S11": -0.60433844397707137, "W12": -7.3098568357958991, "S12": -8.3098568357958982, "W13": -20.749653645837881, "S13": -23.728965846724837, "W21": -37.376066752258616, "S21": -38.722319956076682, "W22": -45.173367860452728, "S22": -45.173367860452728, "W31": -78.475425715590376, "S31": -78.565184093443719, "W32": -97.340095943117291, "S32": -102.34009594311729 }, "geometry": { "type": "Point", "coordinates": [ 101633.0, 503878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9272301704186834, "S11": 2.2002337902622284, "W12": -8.1370347206428626, "S12": -11.137034720642863, "W13": -18.107801412387452, "S13": -22.251125311975589, "W21": -58.44057947393496, "S21": -71.553027814664617, "W22": -71.553027814664617, "S22": -71.553027814664617, "W31": -93.698484723482665, "S31": -93.698484723482665, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101634.0, 499098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5899453641034005, "S11": 1.4075880516393346, "W12": -6.9987697832158533, "S12": -6.9987697832158533, "W13": -20.000000000000004, "S13": -22.435997332119381, "W21": -46.875188844417032, "S21": -76.875188844417039, "W22": -80.0, "S22": -107.81772445820434, "W31": -107.81772445820434, "S31": -107.81772445820434, "W32": -107.81772445820434, "S32": -110.64753168103752 }, "geometry": { "type": "Point", "coordinates": [ 101634.0, 499978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4598027684791468, "S12": -11.785205056028715, "W13": -19.061574339017969, "S13": -20.35753724136385, "W21": -45.705920031279113, "S21": -64.742216723085392, "W22": -80.0, "S22": -101.79481791585175, "W31": -103.67165461935626, "S31": -103.67165461935626, "W32": -105.35758720232069, "S32": -110.35758720232069 }, "geometry": { "type": "Point", "coordinates": [ 101634.0, 500213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.44466473533163875, "W12": -7.6335656213704999, "S12": -7.6953604529554429, "W13": -19.831495364541603, "S13": -21.191606314497669, "W21": -46.272615800431289, "S21": -69.694391430042074, "W22": -80.0, "S22": -109.33154993776972, "W31": -109.33154993776972, "S31": -109.33154993776972, "W32": -109.33154993776972, "S32": -110.56223422540982 }, "geometry": { "type": "Point", "coordinates": [ 101635.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6726073654611691, "S12": -4.844026238509378, "W13": -16.858340903813634, "S13": -23.001669087838476, "W21": -37.568219629434701, "S21": -45.450012556164211, "W22": -67.757187928488079, "S22": -90.068058725616908, "W31": -101.04842129721834, "S31": -101.04842129721834, "W32": -104.32814073641981, "S32": -109.32814073641981 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29, "S11": -0.29, "W12": -4.8, "S12": -5.0, "W13": -20.0, "S13": -22.313463180579841, "W21": -36.703492063492071, "S21": -51.16925387592191, "W22": -77.553491895514497, "S22": -104.10119749359858, "W31": -104.10119749359858, "S31": -104.10119749359858, "W32": -104.10119749359858, "S32": -107.33576317287725 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9886983699089367, "S12": -17.021501157354727, "W13": -25.0, "S13": -25.0, "W21": -36.091971537739951, "S21": -41.091971537739951, "W22": -43.085665675073685, "S22": -43.085665675073685, "W31": -71.571934558947547, "S31": -72.295152320504712, "W32": -89.006815092315179, "S32": -94.006815092315179 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 507277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2, "S11": -0.2, "W12": -3.8, "S12": -3.8, "W13": -17.6, "S13": -20.5, "W21": -33.900002, "S21": -45.600002, "W22": -77.79220779220779, "S22": -93.262449552065178, "W31": -101.78515024915792, "S31": -101.78515024915792, "W32": -105.0058311081515, "S32": -110.0058311081515 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2717530292881936, "S12": -9.9583722923780442, "W13": -20.0, "S13": -24.74667588338145, "W21": -37.457760144839291, "S21": -50.291299931097541, "W22": -74.912192805791861, "S22": -85.769046682858942, "W31": -100.37089461979633, "S31": -100.37089461979633, "W32": -101.43023066715747, "S32": -106.43023066715747 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 502749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4443149754918485, "S12": -7.4443149754918485, "W13": -16.485311060294126, "S13": -18.747713149066971, "W21": -47.183576518493382, "S21": -56.942858426416855, "W22": -56.942858426416855, "S22": -58.97595533296451, "W31": -88.128409766545573, "S31": -88.128409766545573, "W32": -97.595842686802129, "S32": -102.59584268680213 }, "geometry": { "type": "Point", "coordinates": [ 101638.0, 498702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0968817490354663, "S12": -10.054192007983708, "W13": -19.310419508867668, "S13": -21.030528204519843, "W21": -47.243667621455401, "S21": -63.479098856886637, "W22": -80.0, "S22": -92.559199573278164, "W31": -102.2198198198198, "S31": -102.2198198198198, "W32": -105.13237517129657, "S32": -110.13237517129657 }, "geometry": { "type": "Point", "coordinates": [ 101638.0, 500403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84055985292587354, "S11": 0.84055985292587354, "W12": -5.793716524694549, "S12": -12.98348705956586, "W13": -18.61711973584363, "S13": -19.194696179784739, "W21": -40.094375235938088, "S21": -49.211627013184497, "W22": -70.0, "S22": -94.161270106538538, "W31": -103.24804735479738, "S31": -103.24804735479738, "W32": -105.53349820488613, "S32": -110.53349820488613 }, "geometry": { "type": "Point", "coordinates": [ 101638.0, 501514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2217928286852535, "S11": 3.2217928286852535, "W12": -7.9321758653627814, "S12": -10.803148087585193, "W13": -18.901384499656128, "S13": -22.523226294225186, "W21": -57.226738422319727, "S21": -66.544286695590486, "W22": -70.053896042495069, "S22": -94.267450150941173, "W31": -104.54023064034975, "S31": -104.54023064034975, "W32": -105.78120945291781, "S32": -110.78120945291781 }, "geometry": { "type": "Point", "coordinates": [ 101638.3, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1623538675873766, "W12": -6.598866205612449, "S12": -6.598866205612449, "W13": -20.0, "S13": -24.036588077114455, "W21": -47.756892562530787, "S21": -82.756892562530794, "W22": -82.756892562530794, "S22": -98.887125666241602, "W31": -104.77365906500019, "S31": -104.77365906500019, "W32": -105.36184423575129, "S32": -110.36184423575129 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 499870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1679750439154404, "W12": -6.6480748769783222, "S12": -6.6480748769783222, "W13": -20.0, "S13": -23.795377790952497, "W21": -47.622307026874893, "S21": -82.622307026874893, "W22": -82.622307026874893, "S22": -101.17588269913428, "W31": -104.93436142390682, "S31": -104.93436142390682, "W32": -105.40685718911917, "S32": -110.40685718911917 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 499886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1555841498869381, "S11": 3.1555841498869381, "W12": -8.0559574175030431, "S12": -8.0559574175030431, "W13": -18.918996733149932, "S13": -22.473896378958667, "W21": -56.350375300948876, "S21": -66.082315706738584, "W22": -70.228860422249426, "S22": -99.360212887971471, "W31": -104.44586309689385, "S31": -104.44586309689385, "W32": -105.77627571598175, "S32": -110.77627571598175 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 500979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2667201464412616, "S11": 3.2667201464412616, "W12": -7.856194287213957, "S12": -12.856194287213956, "W13": -18.891653198074277, "S13": -22.55706051802705, "W21": -57.828919416513237, "S21": -66.743239373029638, "W22": -70.121311078956737, "S22": -90.882625258085639, "W31": -104.59419988974813, "S31": -104.59419988974813, "W32": -105.77649292627753, "S32": -110.77649292627753 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 501015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3948461075944714, "S11": -1.3948461075944714, "W12": -4.4007264431634079, "S12": -4.4007264431634079, "W13": -16.073410096426031, "S13": -22.128442938606049, "W21": -40.0, "S21": -50.572217946531168, "W22": -64.266361090054033, "S22": -85.866652022654648, "W31": -100.75821815043484, "S31": -100.75821815043484, "W32": -104.50677907522156, "S32": -109.50677907522156 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61564678543765394, "S11": -0.61564678543765394, "W12": -7.4966558384816064, "S12": -8.0936422053794779, "W13": -20.712346414872115, "S13": -23.535875826636822, "W21": -37.557326730425252, "S21": -38.880825010851105, "W22": -44.16064895996567, "S22": -44.16064895996567, "W31": -78.194012741234161, "S31": -78.194012741234161, "W32": -97.147024424368638, "S32": -102.14702442436864 }, "geometry": { "type": "Point", "coordinates": [ 101639.0, 503941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1812868213153989, "W12": -6.698918295872744, "S12": -6.698918295872744, "W13": -20.0, "S13": -23.522177639913778, "W21": -47.469115056091127, "S21": -81.596709214430476, "W22": -81.596709214430476, "S22": -103.45094173047129, "W31": -105.11328302237173, "S31": -105.11328302237173, "W32": -105.4574158031088, "S32": -110.4574158031088 }, "geometry": { "type": "Point", "coordinates": [ 101639.333333333328483, 499904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2450138445306407, "S11": 2.2450138445306407, "W12": -10.0, "S12": -11.122187582089298, "W13": -24.27143035585118, "S13": -24.27143035585118, "W21": -37.394837139493106, "S21": -40.283362054441852, "W22": -50.0, "S22": -50.0, "W31": -69.623784981862627, "S31": -71.859391610882199, "W32": -83.870455994205173, "S32": -88.870455994205173 }, "geometry": { "type": "Point", "coordinates": [ 101639.69565217391937, 508928.695652173890267 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2901608670738653, "S11": 2.2901608670738653, "W12": -4.4112872299629498, "S12": -4.4112872299629498, "W13": -21.257520130811713, "S13": -21.257520130811713, "W21": -39.550119235110259, "S21": -44.878215101473074, "W22": -49.542444558276536, "S22": -49.542444558276536, "W31": -69.480325732516548, "S31": -71.291246345221623, "W32": -85.070016500108963, "S32": -90.070016500108963 }, "geometry": { "type": "Point", "coordinates": [ 101640.0, 508592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53093588454910678, "S11": 0.53093588454910678, "W12": -7.8790248865856354, "S12": -7.8790248865856354, "W13": -27.078904723185513, "S13": -27.078904723185513, "W21": -36.062744604616562, "S21": -36.062744604616562, "W22": -41.158276050245703, "S22": -43.320923674181955, "W31": -78.892972039879183, "S31": -79.088326555234104, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101640.5, 505401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.354356702284772, "S12": -16.973969321166702, "W13": -18.831405617578177, "S13": -19.485855879358283, "W21": -39.727434647616569, "S21": -40.500766472310545, "W22": -71.037422698650801, "S22": -76.178538912528879, "W31": -99.422427377803771, "S31": -99.422427377803771, "W32": -100.12576226113269, "S32": -105.12576226113269 }, "geometry": { "type": "Point", "coordinates": [ 101641.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.111226086644344, "S11": 3.111226086644344, "W12": -8.1538751475763149, "S12": -8.1538751475763149, "W13": -18.934948418156832, "S13": -22.441520633819881, "W21": -55.777274229333948, "S21": -65.558598267903236, "W22": -70.533336431275202, "S22": -102.74408721937294, "W31": -104.36381243544245, "S31": -104.36381243544245, "W32": -105.75788679135523, "S32": -110.75788679135523 }, "geometry": { "type": "Point", "coordinates": [ 101641.666666666671517, 500966.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18891431793494029, "S11": 0.18891431793494029, "W12": -5.0, "S12": -5.0, "W13": -20.307023697738916, "S13": -21.018005510597995, "W21": -40.304463554569026, "S21": -42.194525182393633, "W22": -59.088609295244922, "S22": -78.053467305466654, "W31": -91.396819722024077, "S31": -91.396819722024077, "W32": -99.143520099438604, "S32": -104.1435200994386 }, "geometry": { "type": "Point", "coordinates": [ 101642.0, 503276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.241003134548933, "S13": -20.241003134548933, "W21": -42.907231496487334, "S21": -50.115556969668411, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101642.838709677424049, 514423.548387096787337 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54944487564539513, "S11": -0.54944487564539513, "W12": -7.0524456643419455, "S12": -7.0524456643419455, "W13": -20.521925446471563, "S13": -23.521925446471563, "W21": -38.054100448193843, "S21": -39.762210452893356, "W22": -46.501239668684526, "S22": -47.191218203408468, "W31": -78.877363194460557, "S31": -78.877363194460557, "W32": -97.596472566990755, "S32": -102.59647256699076 }, "geometry": { "type": "Point", "coordinates": [ 101643.0, 503790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1301796197404341, "S11": 2.1301796197404341, "W12": -6.4786933977401322, "S12": -9.0914789961380507, "W13": -20.0, "S13": -20.0, "W21": -36.18365795846529, "S21": -36.18365795846529, "W22": -45.867856384108777, "S22": -45.867856384108777, "W31": -69.994826148182838, "S31": -69.994826148182838, "W32": -80.886599135615441, "S32": -85.886599135615441 }, "geometry": { "type": "Point", "coordinates": [ 101643.0, 509818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.889616798428924, "S11": 2.100394367743081, "W12": -8.003089227503601, "S12": -11.003089227503601, "W13": -18.217823395906731, "S13": -22.309192669508352, "W21": -58.83290288608611, "S21": -71.986120831917418, "W22": -71.986120831917418, "S22": -71.986120831917418, "W31": -94.300360256304486, "S31": -94.300360256304486, "W32": -100.04406108189873, "S32": -105.04406108189873 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 499131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9597500419747131, "S12": -9.9597500419747131, "W13": -19.197466471801928, "S13": -20.795811165083329, "W21": -50.0, "S21": -59.0893470790378, "W22": -80.0, "S22": -81.498860458725972, "W31": -102.94359545496253, "S31": -102.94359545496253, "W32": -105.38362981496248, "S32": -110.38362981496248 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26727992739872947, "S11": -0.26727992739872947, "W12": -5.3992852161785212, "S12": -5.3992852161785212, "W13": -18.834785127428297, "S13": -20.631632097643976, "W21": -50.931121341092677, "S21": -57.857475683920498, "W22": -80.0, "S22": -88.001570880010149, "W31": -101.36580209991432, "S31": -101.36580209991432, "W32": -104.7892207114576, "S32": -109.7892207114576 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 501897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9900448865238394, "S12": -16.049238478528448, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.646444770342057, "S21": -40.308734049957394, "W22": -42.810173577244697, "S22": -42.810173577244697, "W31": -75.441828820558243, "S31": -76.441828820558243, "W32": -89.716243924838494, "S32": -94.716243924838494 }, "geometry": { "type": "Point", "coordinates": [ 101644.0, 507052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0101691583708381, "S11": 2.0101691583708381, "W12": -6.5657110965949474, "S12": -16.051227564173409, "W13": -19.005497115436761, "S13": -21.491907081462031, "W21": -48.936266572519578, "S21": -57.093217175144844, "W22": -69.976125402976081, "S22": -79.251941850295196, "W31": -103.97144356587495, "S31": -103.97144356587495, "W32": -105.69215896304705, "S32": -110.69215896304705 }, "geometry": { "type": "Point", "coordinates": [ 101644.666666666671517, 501425.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9874464428287384, "S12": -13.280805726999017, "W13": -25.0, "S13": -25.0, "W21": -35.739587785964929, "S21": -40.739587785964929, "W22": -43.209097000507121, "S22": -43.209097000507121, "W31": -70.0, "S31": -71.100802919708016, "W32": -88.612735448027536, "S32": -93.612735448027536 }, "geometry": { "type": "Point", "coordinates": [ 101645.0, 507423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9208072089800456, "S12": -9.9208072089800456, "W13": -19.180947386519946, "S13": -20.957967834426469, "W21": -49.999999999999993, "S21": -58.06765664065459, "W22": -79.174088817980461, "S22": -79.174088817980461, "W31": -103.03657495143065, "S31": -103.03657495143065, "W32": -105.44102905806059, "S32": -110.44102905806059 }, "geometry": { "type": "Point", "coordinates": [ 101646.0, 500656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.72790432863142, "S11": 2.72790432863142, "W12": -8.875844287767471, "S12": -8.875844287767471, "W13": -19.038390968878954, "S13": -22.156159563920276, "W21": -50.899741546413949, "S21": -62.999156935644599, "W22": -73.84386762496321, "S22": -79.902208587715577, "W31": -103.81077483937253, "S31": -103.81077483937253, "W32": -105.66302003165174, "S32": -110.66302003165174 }, "geometry": { "type": "Point", "coordinates": [ 101646.5, 500845.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5486282185401441, "S11": -0.5486282185401441, "W12": -7.1766731766428267, "S12": -7.1766731766428267, "W13": -20.590670865967773, "S13": -23.515440214779712, "W21": -37.84251190497902, "S21": -39.523614491452072, "W22": -46.118454119406977, "S22": -46.118454119406977, "W31": -78.778651216206029, "S31": -78.778651216206029, "W32": -97.526918979459026, "S32": -102.52691897945903 }, "geometry": { "type": "Point", "coordinates": [ 101646.857142857144936, 503812.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38856970670952196, "S11": 0.38856970670952196, "W12": -5.6095810626153826, "S12": -5.6095810626153826, "W13": -17.665423010786562, "S13": -19.286878302206858, "W21": -35.51668026313142, "S21": -37.973543418334316, "W22": -40.727423806147748, "S22": -42.672690783294939, "W31": -81.143349052741527, "S31": -81.143349052741527, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101647.0, 497597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1631450819209999, "W12": -5.8705890749907859, "S12": -5.8705890749907859, "W13": -20.0, "S13": -21.359001287350253, "W21": -48.649183812705132, "S21": -59.153120820569065, "W22": -69.420490910418536, "S22": -85.959488783260724, "W31": -103.61226713985775, "S31": -103.61226713985775, "W32": -105.01468658100924, "S32": -110.01468658100924 }, "geometry": { "type": "Point", "coordinates": [ 101647.0, 499758.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2077893958456292, "S11": 2.2077893958456292, "W12": -10.000000000000002, "S12": -11.704566558266357, "W13": -22.936636027904157, "S13": -22.936636027904157, "W21": -33.995652371967438, "S21": -33.995652371967438, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -69.753450620650838, "S31": -74.260285281295083, "W32": -82.751488726472516, "S32": -87.751488726472516 }, "geometry": { "type": "Point", "coordinates": [ 101647.0, 509267.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2917072385628137, "S11": 2.2917072385628137, "W12": -5.0953978026017044, "S12": -5.0953978026017044, "W13": -21.689754111004845, "S13": -21.689754111004845, "W21": -39.752989094133596, "S21": -44.84615442560186, "W22": -49.77633439001864, "S22": -49.77633439001864, "W31": -69.486156170292361, "S31": -71.086456635708302, "W32": -84.894678174345842, "S32": -89.894678174345842 }, "geometry": { "type": "Point", "coordinates": [ 101647.142857142855064, 508638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.553627760252366, "S11": -1.553627760252366, "W12": -9.2662680632602878, "S12": -11.889646842914811, "W13": -18.562194045367558, "S13": -21.09969404536756, "W21": -46.061145119777827, "S21": -63.170702229334935, "W22": -80.0, "S22": -95.864839090306631, "W31": -102.12072072072073, "S31": -102.12072072072073, "W32": -105.26891326153397, "S32": -110.26891326153397 }, "geometry": { "type": "Point", "coordinates": [ 101648.0, 500311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3487791511904028, "S12": -9.0145408404815033, "W13": -20.0, "S13": -24.453706339202213, "W21": -37.769965543490549, "S21": -52.309670167917119, "W22": -75.348197464034016, "S22": -87.931759704296354, "W31": -100.44625648628613, "S31": -100.44625648628613, "W32": -101.56261106821208, "S32": -106.56261106821208 }, "geometry": { "type": "Point", "coordinates": [ 101648.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.048700246225574687, "S11": -0.048700246225574687, "W12": -5.4330743497363283, "S12": -5.4330743497363283, "W13": -20.071952900140019, "S13": -20.567147795196526, "W21": -40.317179679997473, "S21": -43.317179679997473, "W22": -57.398137369033762, "S22": -74.368701869667817, "W31": -88.424431017400892, "S31": -88.424431017400892, "W32": -98.849592274385003, "S32": -103.849592274385 }, "geometry": { "type": "Point", "coordinates": [ 101648.0, 503371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.146906782041917, "W12": -6.1062245952792775, "S12": -6.1062245952792775, "W13": -20.0, "S13": -21.634264992039625, "W21": -48.325853369812208, "S21": -78.325853369812208, "W22": -78.325853369812208, "S22": -88.69645385127167, "W31": -103.97435399590428, "S31": -103.97435399590428, "W32": -105.1512305699482, "S32": -110.1512305699482 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 499796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -17.776096033402922, "W13": -18.82552032017632, "S13": -22.332605340419235, "W21": -39.762624165836783, "S21": -40.182258576568707, "W22": -71.114467523321252, "S22": -74.949243284013832, "W31": -99.375193364623541, "S31": -99.375193364623541, "W32": -100.13020464514418, "S32": -105.13020464514418 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 502923.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61046887631365698, "S11": -0.61046887631365698, "W12": -7.5470853278796639, "S12": -8.2406195700864728, "W13": -20.670034129439195, "S13": -23.670034129439195, "W21": -37.307497137923917, "S21": -38.755491129583831, "W22": -44.499116595429236, "S22": -44.499116595429236, "W31": -78.320672990722841, "S31": -78.320672990722841, "W32": -97.220665753963701, "S32": -102.2206657539637 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 503914.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4218946448739499, "S11": -0.4218946448739499, "W12": -7.9084246846141992, "S12": -9.609824685385334, "W13": -20.0, "S13": -23.0, "W21": -39.511601860042148, "S21": -40.771894619549869, "W22": -42.780123926488464, "S22": -47.072042052535004, "W31": -77.14736020975252, "S31": -77.662682824698706, "W32": -96.441794007859087, "S32": -101.44179400785909 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 504174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52202515356494861, "S11": 0.52202515356494861, "W12": -8.6544201393166524, "S12": -8.8524720032579811, "W13": -25.421176762899993, "S13": -25.421176762899993, "W21": -36.189999332691393, "S21": -36.189999332691393, "W22": -41.385685308373461, "S22": -41.385685308373461, "W31": -80.0, "S31": -80.240876319533015, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51876709456805481, "S11": 0.51876709456805481, "W12": -8.7712521798886751, "S12": -8.8319054426472565, "W13": -25.0, "S13": -25.0, "W21": -36.231746022121989, "S21": -36.231746022121989, "W22": -41.456260681519502, "S22": -41.456260681519502, "W31": -80.0, "S31": -80.234608032685784, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101649.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33685339493441135, "S11": -0.33685339493441135, "W12": -5.7605177993527503, "S12": -5.7605177993527503, "W13": -19.768810876248573, "S13": -21.415182339963209, "W21": -57.113594040968337, "S21": -60.277330205277536, "W22": -77.589483274762458, "S22": -87.114956346087055, "W31": -100.17943322907782, "S31": -100.17943322907782, "W32": -104.78698496556152, "S32": -109.78698496556152 }, "geometry": { "type": "Point", "coordinates": [ 101650.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1881565364438167, "S11": 2.1881565364438167, "W12": -10.0, "S12": -12.014575089554876, "W13": -22.236170632079013, "S13": -22.236170632079013, "W21": -34.655335876612391, "S21": -34.655335876612391, "W22": -50.0, "S22": -50.0, "W31": -69.822060936118021, "S31": -73.562897036124795, "W32": -82.156442823519427, "S32": -87.156442823519427 }, "geometry": { "type": "Point", "coordinates": [ 101651.0, 509447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1787994372422643, "W12": -6.5365241388482511, "S12": -6.5365241388482511, "W13": -20.0, "S13": -23.407084705209776, "W21": -47.376117027661309, "S21": -82.376117027661309, "W22": -82.376117027661309, "S22": -104.83955355086793, "W31": -105.07240961307328, "S31": -105.07240961307328, "W32": -105.46277930699482, "S32": -110.46277930699482 }, "geometry": { "type": "Point", "coordinates": [ 101652.0, 499907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0588731126728241, "S12": -10.616853891114026, "W13": -18.787268757377351, "S13": -20.831290496507787, "W21": -46.777097172000801, "S21": -63.49704389194752, "W22": -80.0, "S22": -93.053324066141897, "W31": -102.08108108108108, "S31": -102.08108108108108, "W32": -105.21396649886273, "S32": -110.21396649886273 }, "geometry": { "type": "Point", "coordinates": [ 101652.0, 500363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13956085813893895, "S11": 0.13956085813893895, "W12": -7.8980482669772574, "S12": -14.460482942102599, "W13": -19.825920416511721, "S13": -22.071650860176888, "W21": -39.747887533184176, "S21": -41.810789607955535, "W22": -42.159711063868031, "S22": -57.159711063868031, "W31": -72.778992177460267, "S31": -72.948509835312322, "W32": -95.067609018816995, "S32": -100.067609018817 }, "geometry": { "type": "Point", "coordinates": [ 101652.0, 504632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.256289261275384, "S13": -20.256289261275384, "W21": -42.926238403861106, "S21": -49.82509474522417, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101652.870967741939239, 514472.338709677394945 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31401517479376934, "S11": -0.31401517479376934, "W12": -4.8677441876701808, "S12": -5.3690213268783973, "W13": -20.0, "S13": -20.669090303602154, "W21": -37.735873015873018, "S21": -37.735873015873018, "W22": -77.628081632653064, "S22": -101.65215059556282, "W31": -101.65215059556282, "S31": -101.65215059556282, "W32": -103.17170456608164, "S32": -108.17170456608164 }, "geometry": { "type": "Point", "coordinates": [ 101653.0, 502549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.286412817311694, "S12": -17.709586094973488, "W13": -19.039049890488887, "S13": -19.048869303581437, "W21": -40.0, "S21": -40.806554501977594, "W22": -71.010117080936524, "S22": -77.076088615209159, "W31": -99.144776647360899, "S31": -99.144776647360899, "W32": -100.10142084965686, "S32": -105.10142084965686 }, "geometry": { "type": "Point", "coordinates": [ 101653.0, 502938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2532584280853216, "S11": 2.2532584280853216, "W12": -10.0, "S12": -11.253408297205524, "W13": -24.907625630617737, "S13": -24.907625630617737, "W21": -37.120665451893622, "S21": -39.59005104040034, "W22": -50.0, "S22": -50.0, "W31": -69.617741213355671, "S31": -71.859124205280011, "W32": -83.774470658740313, "S32": -88.774470658740313 }, "geometry": { "type": "Point", "coordinates": [ 101653.130434782608063, 508975.130434782593511 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -8.7854619690882956, "S12": -10.143193106176501, "W13": -18.049999, "S13": -21.049999, "W21": -31.668750488205212, "S21": -31.97675732753634, "W22": -45.140217478234995, "S22": -49.190508721748898, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 496943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45815434637085189, "S11": -0.45815434637085189, "W12": -4.8994823061603423, "S12": -5.2168618037842389, "W13": -17.225106561502201, "S13": -22.225106561502201, "W21": -38.339414536314557, "S21": -43.924741560872576, "W22": -69.746247036049141, "S22": -92.019787230987887, "W31": -101.16210383057825, "S31": -101.16210383057825, "W32": -104.29333757931454, "S32": -109.29333757931454 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 502389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7486228109688113, "S12": -6.7486228109688113, "W13": -20.109082752665824, "S13": -22.956096074539481, "W21": -38.836263012319698, "S21": -40.957820832104197, "W22": -48.044664699866694, "S22": -53.477595197904463, "W31": -79.34296067683718, "S31": -79.34296067683718, "W32": -97.894064288173652, "S32": -102.89406428817365 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 503688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.293213054058302, "S11": 2.293213054058302, "W12": -5.9907654139483579, "S12": -5.9907654139483579, "W13": -22.103168481782003, "S13": -22.103168481782003, "W21": -39.946799862144232, "S21": -44.727677486291263, "W22": -50.0, "S22": -50.0, "W31": -69.491685494958389, "S31": -70.890468637793319, "W32": -84.776569135579749, "S32": -89.776569135579749 }, "geometry": { "type": "Point", "coordinates": [ 101654.0, 508682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.293253610051762, "S11": 2.293253610051762, "W12": -6.0315564248303524, "S12": -6.0315564248303524, "W13": -22.121988091197981, "S13": -22.121988091197981, "W21": -39.955858953156927, "S21": -44.71982714553026, "W22": -50.0, "S22": -50.0, "W31": -69.49198660806816, "S31": -70.881666926194953, "W32": -84.771080443469586, "S32": -89.771080443469586 }, "geometry": { "type": "Point", "coordinates": [ 101654.285714285710128, 508684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9741906548152977, "S11": 1.7751721910200986, "W12": -6.7430738786279685, "S12": -6.7430738786279685, "W13": -19.999999999999996, "S13": -22.350318134177453, "W21": -46.779667716607129, "S21": -66.766640896683754, "W22": -80.199091957853284, "S22": -109.58009040986566, "W31": -109.58009040986566, "S31": -109.58009040986566, "W32": -109.58009040986566, "S32": -110.65616904145078 }, "geometry": { "type": "Point", "coordinates": [ 101655.0, 499976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7785491807941858, "S11": 2.7785491807941858, "W12": -8.0939513396084593, "S12": -18.424823221890339, "W13": -18.973553013401393, "S13": -21.973553013401393, "W21": -60.362001856927925, "S21": -67.132750859204023, "W22": -69.94261455235538, "S22": -89.175287819682111, "W31": -104.53965026433521, "S31": -104.53965026433521, "W32": -105.77644208250311, "S32": -110.77644208250311 }, "geometry": { "type": "Point", "coordinates": [ 101655.0, 501299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2539520977629106, "S11": 2.2539520977629106, "W12": -9.9999999999999982, "S12": -11.277227178408447, "W13": -25.0, "S13": -25.0, "W21": -37.044191311748278, "S21": -39.428338524950085, "W22": -50.0, "S22": -50.0, "W31": -69.618346248512339, "S31": -71.931812277646117, "W32": -83.749510394268725, "S32": -88.749510394268725 }, "geometry": { "type": "Point", "coordinates": [ 101655.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.124405228451202, "S13": -20.124405228451202, "W21": -43.009415651178927, "S21": -49.849270483922069, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101655.0, 514603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3123756282175605, "S11": 2.3123756282175605, "W12": -3.7517772684939392, "S12": -3.7517772684939392, "W13": -20.835070584553744, "S13": -20.835070584553744, "W21": -39.151502672776545, "S21": -44.644674546535313, "W22": -49.277886639535261, "S22": -49.277886639535261, "W31": -69.432751853414231, "S31": -71.389578694250915, "W32": -85.896778698403793, "S32": -90.896778698403793 }, "geometry": { "type": "Point", "coordinates": [ 101655.428571428565192, 508549.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23672562999141999, "S11": 0.23672562999141999, "W12": -7.892060324711748, "S12": -17.367011490255344, "W13": -21.015215110178382, "S13": -21.015215110178382, "W21": -39.061447612952641, "S21": -42.061447612952641, "W22": -42.061447612952641, "S22": -43.515718865184148, "W31": -71.500565824217276, "S31": -71.65626618435337, "W32": -93.108347251341456, "S32": -98.108347251341456 }, "geometry": { "type": "Point", "coordinates": [ 101656.0, 504775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9142750395540737, "S12": -9.8621022371018885, "W13": -19.311270456264818, "S13": -21.080292195395252, "W21": -47.176636798573682, "S21": -63.71759583953272, "W22": -80.0, "S22": -91.261334798842682, "W31": -102.03153153153153, "S31": -102.03153153153153, "W32": -105.19093387834293, "S32": -110.19093387834293 }, "geometry": { "type": "Point", "coordinates": [ 101657.0, 500391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -21.798838273433102, "S13": -21.798838273433102, "W21": -41.693699263101507, "S21": -44.011856326989793, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101657.846153846156085, 513129.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5973400886637119, "S12": -10.046607334066493, "W13": -19.142206516348097, "S13": -20.090040703586102, "W21": -45.672472219867458, "S21": -67.404379492554284, "W22": -80.0, "S22": -102.33597879321771, "W31": -105.73198989344172, "S31": -105.73198989344172, "W32": -105.73198989344172, "S32": -110.48935017965537 }, "geometry": { "type": "Point", "coordinates": [ 101658.0, 500151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12676212392397515, "S11": 0.12676212392397515, "W12": -5.0, "S12": -5.0, "W13": -20.552688615413174, "S13": -21.18361223555813, "W21": -40.087287714374249, "S21": -41.733600670384732, "W22": -67.93572311495673, "S22": -90.511890162747363, "W31": -94.673805482869156, "S31": -94.673805482869156, "W32": -99.558775320648536, "S32": -104.55877532064854 }, "geometry": { "type": "Point", "coordinates": [ 101658.0, 503137.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46182059581196755, "S11": -0.46182059581196755, "W12": -6.6954442888383525, "S12": -6.6954442888383525, "W13": -20.0, "S13": -22.823377739578856, "W21": -39.012993074336507, "S21": -41.259190573755504, "W22": -48.406186219287093, "S22": -55.034864371444435, "W31": -79.458187328432146, "S31": -79.458187328432146, "W32": -97.965335049433534, "S32": -102.96533504943353 }, "geometry": { "type": "Point", "coordinates": [ 101659.0, 503663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5595567867036011, "S11": 1.4007303630213404, "W12": -6.848867595818815, "S12": -6.848867595818815, "W13": -19.843709702033497, "S13": -21.806012654699789, "W21": -46.552378197937919, "S21": -67.272493140466651, "W22": -80.095157413825362, "S22": -109.28941687363431, "W31": -109.28941687363431, "S31": -109.28941687363431, "W32": -109.28941687363431, "S32": -110.67968481429331 }, "geometry": { "type": "Point", "coordinates": [ 101659.75, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28836027494666971, "S11": 0.28836027494666971, "W12": -7.9738293705348395, "S12": -7.9738293705348395, "W13": -17.712123033217026, "S13": -18.77487191701092, "W21": -36.155191564547735, "S21": -39.155191564547735, "W22": -40.853992869112545, "S22": -41.354830462527467, "W31": -81.543859400028651, "S31": -81.543859400028651, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101660.0, 497731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8766233766235656, "S11": -0.8766233766235656, "W12": -9.2416175346046892, "S12": -11.890866641263923, "W13": -18.545409370111649, "S13": -21.112585220266574, "W21": -45.596929605079062, "S21": -63.17102217917153, "W22": -80.0, "S22": -96.458208738098094, "W31": -101.99519519519514, "S31": -101.99519519519514, "W32": -105.34661166339376, "S32": -110.34661166339376 }, "geometry": { "type": "Point", "coordinates": [ 101660.666666666671517, 500271.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1087733404805431, "S11": 1.1087733404805431, "W12": -7.1389019962828426, "S12": -7.1389019962828426, "W13": -16.779567280717561, "S13": -19.41844413044824, "W21": -48.424386381630711, "S21": -59.250939588694251, "W22": -59.250939588694251, "S22": -64.028111022368108, "W31": -88.6823222101563, "S31": -88.6823222101563, "W32": -97.964306940649678, "S32": -102.96430694064968 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 498784.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2986993453740627, "S12": -11.864526545549383, "W13": -18.635836099347603, "S13": -20.936217986963534, "W21": -45.470628188173031, "S21": -63.33576423124407, "W22": -80.0, "S22": -97.341151179142358, "W31": -102.17674700648138, "S31": -102.17674700648138, "W32": -105.37164411752241, "S32": -110.37164411752241 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9547625000273232, "S12": -10.397394767979684, "W13": -18.813840346543866, "S13": -20.828514259587344, "W21": -46.821452767108369, "S21": -63.638802084457687, "W22": -80.0, "S22": -92.173937640422196, "W31": -101.9918918918919, "S31": -101.9918918918919, "W32": -105.23469161906466, "S32": -110.23469161906466 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 500363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5505571454667235, "S12": -8.2230415238334551, "W13": -20.0, "S13": -24.265441385760177, "W21": -38.230388868504114, "S21": -54.192666547097247, "W22": -75.667646269379318, "S22": -89.807734864309992, "W31": -100.49795950216534, "S31": -100.49795950216534, "W32": -101.660134306366, "S32": -106.660134306366 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 502732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1694657678369627, "S12": -7.1694657678369627, "W13": -25.0, "S13": -25.0, "W21": -36.847277599512758, "S21": -38.736974972145731, "W22": -42.516962058557048, "S22": -42.516962058557048, "W31": -77.100004357145266, "S31": -77.59940334744897, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101661.0, 506843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2947999815407103, "S11": 2.2947999815407103, "W12": -6.9677150470590004, "S12": -7.172951950039578, "W13": -22.554222071391116, "S13": -22.554222071391116, "W21": -40.0, "S21": -44.372820876405243, "W22": -50.0, "S22": -50.0, "W31": -69.497817045843973, "S31": -70.778295831363721, "W32": -84.64748271259333, "S32": -89.64748271259333 }, "geometry": { "type": "Point", "coordinates": [ 101661.428571428565192, 508730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9602448794497773, "S12": -6.9602448794497773, "W13": -16.216625916214568, "S13": -18.490052083896611, "W21": -45.98574821852732, "S21": -55.825618927009891, "W22": -55.825618927009891, "S22": -58.836298319950764, "W31": -87.50428240224872, "S31": -87.50428240224872, "W32": -97.090864697822212, "S32": -102.09086469782221 }, "geometry": { "type": "Point", "coordinates": [ 101662.0, 498641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.115146352795417, "S12": -13.645189271250352, "W13": -20.0, "S13": -25.457200716566838, "W21": -39.46551951774368, "S21": -51.890707177479975, "W22": -72.862238798782087, "S22": -79.089165748103582, "W31": -100.01870827753034, "S31": -100.01870827753034, "W32": -100.79373403848844, "S32": -105.79373403848844 }, "geometry": { "type": "Point", "coordinates": [ 101662.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1157419815956662, "S11": 1.1157419815956662, "W12": -7.1140407474102814, "S12": -7.1140407474102814, "W13": -16.776203121891459, "S13": -19.44501619848123, "W21": -48.4074199751159, "S21": -59.283730708028493, "W22": -59.283730708028493, "S22": -64.089216932209695, "W31": -88.67091469665543, "S31": -88.67091469665543, "W32": -97.955397517338611, "S32": -102.95539751733861 }, "geometry": { "type": "Point", "coordinates": [ 101662.666666666671517, 498784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.271575388001768, "S13": -20.271575388001768, "W21": -42.94524531123492, "S21": -49.722301011970437, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101662.903225806454429, 514521.129032258060761 ] } }, +{ "type": "Feature", "properties": { "W11": 3.180839345321417, "S11": 3.180839345321417, "W12": -8.1742328099735868, "S12": -11.750796182391571, "W13": -18.95812478507565, "S13": -22.50039859293469, "W21": -56.839682764480955, "S21": -63.893219982645739, "W22": -70.138854582662304, "S22": -95.015895716207254, "W31": -104.27397128320656, "S31": -104.27397128320656, "W32": -105.61160501700088, "S32": -110.61160501700088 }, "geometry": { "type": "Point", "coordinates": [ 101663.0, 501002.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3184467029727012, "S11": 2.3184467029727012, "W12": -6.9827935160456622, "S12": -16.98279351604566, "W13": -19.325498505392908, "S13": -22.325498505392908, "W21": -52.463245263885995, "S21": -59.881869257440307, "W22": -69.975485665597915, "S22": -72.038169309084694, "W31": -104.10481725786866, "S31": -104.10481725786866, "W32": -105.68592319604808, "S32": -110.68592319604808 }, "geometry": { "type": "Point", "coordinates": [ 101663.0, 501388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46602209265917049, "S11": -0.46602209265917049, "W12": -13.322658131336441, "S12": -13.322658131336441, "W13": -22.990799578963792, "S13": -22.990799578963792, "W21": -42.821550431410834, "S21": -42.821550431410834, "W22": -42.821550431410834, "S22": -42.821550431410834, "W31": -71.550003, "S31": -71.550003, "W32": -81.895339079390624, "S32": -86.895339079390624 }, "geometry": { "type": "Point", "coordinates": [ 101663.6, 511869.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4454545454545453, "S11": 2.4454545454545453, "W12": -9.0031983566698681, "S12": -9.0031983566698681, "W13": -19.365876534788541, "S13": -20.705550447832017, "W21": -47.800260440797011, "S21": -64.050676691213255, "W22": -80.0, "S22": -88.431678750697159, "W31": -101.96216216216216, "S31": -101.96216216216216, "W32": -105.15276593941164, "S32": -110.15276593941164 }, "geometry": { "type": "Point", "coordinates": [ 101664.0, 500435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49524282431748251, "S11": 0.49524282431748251, "W12": -5.7693927781114933, "S12": -12.866392080274787, "W13": -18.864657694983766, "S13": -18.864657694983766, "W21": -40.0, "S21": -48.594813598517632, "W22": -70.399889260178441, "S22": -93.382968432938, "W31": -102.92538522794364, "S31": -102.92538522794364, "W32": -105.48641562088596, "S32": -110.48641562088596 }, "geometry": { "type": "Point", "coordinates": [ 101664.0, 501518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25895553172180508, "S11": -0.25895553172180508, "W12": -6.1921162723600691, "S12": -6.1921162723600691, "W13": -19.920351342782322, "S13": -21.409998739256288, "W21": -58.245804006497025, "S21": -60.797819131812929, "W22": -79.476766887934403, "S22": -84.921308372650557, "W31": -100.18608171245836, "S31": -100.18608171245836, "W32": -104.72496240139959, "S32": -109.72496240139959 }, "geometry": { "type": "Point", "coordinates": [ 101664.0, 501978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31617864655967093, "S11": -0.31617864655967093, "W12": -4.9009704670809189, "S12": -5.6109732509857064, "W13": -19.341925953998501, "S13": -19.341925953998501, "W21": -38.3568253968254, "S21": -38.3568253968254, "W22": -78.398039215686282, "S22": -101.63457961676521, "W31": -101.63457961676521, "S31": -101.63457961676521, "W32": -103.55101367840862, "S32": -108.55101367840862 }, "geometry": { "type": "Point", "coordinates": [ 101664.0, 502508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35726010117881607, "S11": 0.35726010117881607, "W12": -6.6100778989117082, "S12": -6.6100778989117082, "W13": -17.550045431043767, "S13": -19.810838437341413, "W21": -34.071335686335729, "S21": -35.602370843594613, "W22": -43.201491887455262, "S22": -47.166759164872325, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101665.0, 497379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -22.63497215862931, "S13": -22.63497215862931, "W21": -41.422066472600868, "S21": -42.952234683465299, "W22": -42.952234683465299, "S22": -42.952234683465299, "W31": -70.0, "S31": -70.0, "W32": -81.908589787674515, "S32": -86.908589787674515 }, "geometry": { "type": "Point", "coordinates": [ 101665.615384615390212, 512397.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8234297210309753, "S12": -5.215307559281114, "W13": -16.739928839717944, "S13": -21.631742759660245, "W21": -41.605417729652075, "S21": -47.946695398104907, "W22": -67.837290790668106, "S22": -89.590398185821471, "W31": -101.11891323109606, "S31": -101.11891323109606, "W32": -104.40027649542054, "S32": -109.40027649542054 }, "geometry": { "type": "Point", "coordinates": [ 101666.0, 502359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2615030116400181, "S11": 2.2615030116400181, "W12": -10.0, "S12": -11.384629012321811, "W13": -25.296629092523027, "S13": -25.296629092523027, "W21": -36.846493764294401, "S21": -38.896740026359026, "W22": -50.0, "S22": -50.0, "W31": -69.611697444848673, "S31": -72.130536574155201, "W32": -83.67848532327551, "S32": -88.67848532327551 }, "geometry": { "type": "Point", "coordinates": [ 101666.565217391311307, 509021.565217391296756 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24101231770772377, "S11": 0.24101231770772377, "W12": -7.9439685900085841, "S12": -17.488653387419191, "W13": -21.011550825297178, "S13": -21.011550825297178, "W21": -39.027179692457047, "S21": -41.983291825120212, "W22": -41.983291825120212, "S22": -43.065319249982466, "W31": -71.338039553807135, "S31": -71.52244015485249, "W32": -93.094163574245613, "S32": -98.094163574245613 }, "geometry": { "type": "Point", "coordinates": [ 101666.857142857144936, 504773.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.551029890041814, "S12": -13.02313289433366, "W13": -20.001081703376585, "S13": -25.406097670352317, "W21": -39.569277051482537, "S21": -53.592339577895075, "W22": -73.032855956411836, "S22": -79.949643814858192, "W31": -100.0, "S31": -100.0, "W32": -100.85872925995722, "S32": -105.85872925995722 }, "geometry": { "type": "Point", "coordinates": [ 101667.0, 502827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9152196941184596, "S11": 2.1149291790430675, "W12": -6.0577085282256284, "S12": -6.0577085282256284, "W13": -19.512158678084312, "S13": -23.474140587089387, "W21": -50.619246470389257, "S21": -66.744895504679107, "W22": -66.794577030431654, "S22": -66.794577030431654, "W31": -100.97924564426559, "S31": -100.97924564426559, "W32": -101.69274597333636, "S32": -106.69274597333636 }, "geometry": { "type": "Point", "coordinates": [ 101667.333333333328483, 499495.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49554884877474686, "S11": 0.49554884877474686, "W12": -6.3430704639581723, "S12": -6.3430704639581723, "W13": -16.084324103759837, "S13": -18.327035366154391, "W21": -39.557566522986498, "S21": -39.89705728684072, "W22": -44.677784843097641, "S22": -47.554204354259362, "W31": -83.734594970992376, "S31": -83.734594970992376, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 498218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8799846393573425, "S12": -10.271906475942163, "W13": -18.798132873481673, "S13": -20.808458960438195, "W21": -46.829173161210932, "S21": -63.738930070967839, "W22": -80.0, "S22": -91.499163413273848, "W31": -101.92252252252253, "S31": -101.92252252252253, "W32": -105.25327876958433, "S32": -110.25327876958433 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 500361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12343342290766054, "S11": 0.12343342290766054, "W12": -4.7289437093518725, "S12": -8.008326179471414, "W13": -18.430428405534276, "S13": -21.430428405534276, "W21": -40.0, "S21": -49.715682765964374, "W22": -74.447362411509474, "S22": -97.899752865655856, "W31": -101.89080958580936, "S31": -101.89080958580936, "W32": -105.23097935016659, "S32": -110.23097935016659 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 501649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.473857229698087, "S12": -10.964867869140789, "W13": -25.0, "S13": -25.0, "W21": -36.415077357424195, "S21": -36.415077357424195, "W22": -41.798029763635043, "S22": -42.099282977002652, "W31": -76.981008035062075, "S31": -77.157917334384891, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101668.0, 506206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4190064957574502, "S11": 1.4190064957574502, "W12": -4.987494538186648, "S12": -14.726493635282353, "W13": -25.0, "S13": -25.0, "W21": -35.986474283075921, "S21": -40.986474283075921, "W22": -43.014533658135591, "S22": -43.014533658135591, "W31": -70.776143428228181, "S31": -71.554544685324657, "W32": -89.007656938830891, "S32": -94.007656938830891 }, "geometry": { "type": "Point", "coordinates": [ 101668.166666666671517, 507327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2963463530296746, "S11": 2.2963463530296746, "W12": -7.903873669287595, "S12": -8.436129173601941, "W13": -22.986456051584234, "S13": -22.986456051584234, "W21": -39.644940495559794, "S21": -43.626614055996889, "W22": -50.0, "S22": -50.0, "W31": -69.503647483619758, "S31": -70.827407269096071, "W32": -84.52388498171716, "S32": -89.52388498171716 }, "geometry": { "type": "Point", "coordinates": [ 101668.571428571434808, 508776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8240997229916898, "S11": 1.6505292108782796, "W12": -6.7102206736353072, "S12": -6.7102206736353072, "W13": -19.785051123574075, "S13": -21.771711720459429, "W21": -46.544951179837831, "S21": -62.349548880987257, "W22": -80.255633917149154, "S22": -108.77883691713299, "W31": -108.77883691713299, "S31": -108.77883691713299, "W32": -108.77883691713299, "S32": -110.70622166450777 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 499995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2363098174642329, "S11": 1.1975747451552901, "W12": -7.5813008130081307, "S12": -7.6880819848566935, "W13": -19.428879096562515, "S13": -20.284866477063694, "W21": -45.914081481450815, "S21": -70.914081481450808, "W22": -80.0, "S22": -105.0318425008486, "W31": -106.61426857387509, "S31": -106.61426857387509, "W32": -106.61426857387509, "S32": -110.61461919180979 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 500070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9925865838477907, "S12": -4.9925865838477907, "W13": -19.31554016790178, "S13": -21.494250705007151, "W21": -59.813780260707631, "S21": -63.088544708434235, "W22": -78.579981777951318, "S22": -90.269938109829042, "W31": -100.17898325657778, "S31": -100.17898325657778, "W32": -104.7517984545881, "S32": -109.7517984545881 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.036815068493151, "S12": -17.036815068493151, "W13": -18.747138776961833, "S13": -23.74297095256621, "W21": -40.236648711148391, "S21": -44.258672352600279, "W22": -71.34910101285621, "S22": -75.686431114500266, "W31": -99.137797042379148, "S31": -99.137797042379148, "W32": -100.15042971914144, "S32": -105.15042971914144 }, "geometry": { "type": "Point", "coordinates": [ 101669.0, 502908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43975152860536659, "S11": 0.43975152860536659, "W12": -5.641638652401384, "S12": -12.234434137129146, "W13": -18.87078885675286, "S13": -19.166887228629847, "W21": -40.0, "S21": -48.60394280132838, "W22": -71.013351616057165, "S22": -96.013351616057165, "W31": -102.72440517758947, "S31": -102.72440517758947, "W32": -105.4487543727835, "S32": -110.4487543727835 }, "geometry": { "type": "Point", "coordinates": [ 101670.0, 501533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0916684676896473, "S12": -7.7784601074224637, "W13": -20.0, "S13": -24.18371081201968, "W21": -38.577282957644492, "S21": -56.190532841929098, "W22": -75.73025742768543, "S22": -90.798978427031642, "W31": -100.52225820295736, "S31": -100.52225820295736, "W32": -101.70951921686368, "S32": -106.70951921686368 }, "geometry": { "type": "Point", "coordinates": [ 101670.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.992508561643836, "S12": -18.227434059485361, "W13": -18.956508503829106, "S13": -23.956508503829106, "W21": -40.393020104827301, "S21": -41.206124400425892, "W22": -71.220060904005933, "S22": -76.61472902330182, "W31": -98.955693763231878, "S31": -98.955693763231878, "W32": -100.12089194104669, "S32": -105.12089194104669 }, "geometry": { "type": "Point", "coordinates": [ 101670.0, 502924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3345903893612712, "S11": 2.3345903893612712, "W12": -3.4462477689042443, "S12": -3.4462477689042443, "W13": -20.412621038295761, "S13": -20.412621038295761, "W21": -38.752886110442695, "S21": -44.188725678818187, "W22": -49.01332872079395, "S22": -49.01332872079395, "W31": -69.385177974311901, "S31": -71.475422857927214, "W32": -86.292176722798786, "S32": -91.292176722798786 }, "geometry": { "type": "Point", "coordinates": [ 101670.857142857144936, 508507.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1241488142521447, "S12": -11.834322855927182, "W13": -18.456521117088243, "S13": -21.192036665369749, "W21": -45.638930265430794, "S21": -63.330405456905979, "W22": -80.0, "S22": -95.454545454545453, "W31": -101.89279279279279, "S31": -101.89279279279279, "W32": -105.37122970930206, "S32": -110.37122970930206 }, "geometry": { "type": "Point", "coordinates": [ 101671.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9934707527466777, "S12": -4.9934707527466777, "W13": -19.30226451113824, "S13": -21.501270251195642, "W21": -60.0, "S21": -63.215805194733633, "W22": -78.759599114929074, "S22": -90.307876650106166, "W31": -100.17939023954875, "S31": -100.17939023954875, "W32": -104.74477379454284, "S32": -109.74477379454284 }, "geometry": { "type": "Point", "coordinates": [ 101671.0, 502025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43879219661470764, "S11": -0.43879219661470764, "W12": -4.9997703848662747, "S12": -5.4481750012953416, "W13": -17.222087685773008, "S13": -21.746908629215834, "W21": -40.74326446457539, "S21": -45.864503301595398, "W22": -70.0, "S22": -92.005722972368773, "W31": -101.21063134833699, "S31": -101.21063134833699, "W32": -104.37155306490236, "S32": -109.37155306490236 }, "geometry": { "type": "Point", "coordinates": [ 101671.0, 502384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1892498098596422, "S11": 3.1892498098596422, "W12": -8.042950731802744, "S12": -18.0524334904234, "W13": -18.891539977947808, "S13": -22.083570826276855, "W21": -60.312583725179202, "S21": -68.452286285246174, "W22": -69.970700694352658, "S22": -77.207975746763111, "W31": -104.71297152551185, "S31": -104.71297152551185, "W32": -105.57159887371317, "S32": -110.57159887371317 }, "geometry": { "type": "Point", "coordinates": [ 101672.0, 501142.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1906587117138994, "S11": 1.1906587117138994, "W12": -6.2714966245547066, "S12": -14.85878778665807, "W13": -19.153572632084195, "S13": -20.556202821640674, "W21": -46.50151000377501, "S21": -54.394481947098974, "W22": -70.051597125823818, "S22": -83.122936169065923, "W31": -103.35396076866446, "S31": -103.35396076866446, "W32": -105.58372525010022, "S32": -110.58372525010022 }, "geometry": { "type": "Point", "coordinates": [ 101672.0, 501460.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.6978968827865, "W13": -25.0, "S13": -25.0, "W21": -36.661358982557907, "S21": -36.661358982557907, "W22": -42.221086487488805, "S22": -49.604194364526464, "W31": -79.672276238727648, "S31": -80.043805000416512, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101672.0, 506610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.286861514728155, "S13": -20.286861514728155, "W21": -42.964252218608728, "S21": -49.663416522621496, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101672.93548387096962, 514569.919354838726576 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.825218476903871, "S12": -15.330319121812998, "W13": -20.081230422167767, "S13": -20.254870894539835, "W21": -40.036301972802192, "S21": -42.711131190040291, "W22": -70.610616441735885, "S22": -87.796291312582852, "W31": -97.6467486482792, "S31": -97.6467486482792, "W32": -99.934897078307898, "S32": -104.9348970783079 }, "geometry": { "type": "Point", "coordinates": [ 101673.0, 503011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015012722646480792, "S11": 0.015012722646480792, "W12": -9.1509074043404475, "S12": -11.707429249340363, "W13": -18.619361146083843, "S13": -20.85916838376307, "W21": -45.431275213244241, "S21": -64.210280307907766, "W22": -80.0, "S22": -97.028072132368123, "W31": -102.8079920905203, "S31": -102.8079920905203, "W32": -105.42431006525361, "S32": -110.42431006525361 }, "geometry": { "type": "Point", "coordinates": [ 101673.333333333328483, 500232.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5030716551689411, "S11": 1.6893727519992465, "W12": -7.1906485671191556, "S12": -9.3358017844040688, "W13": -18.386122934711331, "S13": -22.208837552414558, "W21": -60.0, "S21": -73.111123539195674, "W22": -73.111123539195674, "S22": -79.319828800115587, "W31": -95.181255671974256, "S31": -95.181255671974256, "W32": -100.05730749837932, "S32": -105.05730749837932 }, "geometry": { "type": "Point", "coordinates": [ 101674.0, 499187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.90353346840811, "S12": -10.803632449857071, "W13": -18.5491087779921, "S13": -20.817043560600794, "W21": -46.457067526566206, "S21": -63.681509751008434, "W22": -80.0, "S22": -92.215281650864469, "W31": -101.86306306306307, "S31": -101.86306306306307, "W32": -105.30410970515797, "S32": -110.30410970515797 }, "geometry": { "type": "Point", "coordinates": [ 101674.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3395815311789221, "S11": 2.3395815311789221, "W12": -3.487388726811516, "S12": -3.487388726811516, "W13": -20.293092277789775, "S13": -20.293092277789775, "W21": -38.651029951081462, "S21": -44.060306141508136, "W22": -48.940436044660515, "S22": -48.940436044660515, "W31": -69.374001782716761, "S31": -71.505097548712371, "W32": -86.352762070465431, "S32": -91.352762070465431 }, "geometry": { "type": "Point", "coordinates": [ 101674.0, 508495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2837881037459065, "S12": -6.2837881037459065, "W13": -16.143556397551734, "S13": -18.318375861100566, "W21": -39.403705926114299, "S21": -39.423599163181777, "W22": -44.566904715432102, "S22": -47.240966694088456, "W31": -83.457306747551982, "S31": -83.457306747551982, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 498207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.4203412147789232, "S12": -17.420341214778922, "W13": -19.324143250247193, "S13": -22.361011780953792, "W21": -55.002472017850096, "S21": -61.951061022739133, "W22": -69.975519159701477, "S22": -74.30720232801832, "W31": -104.04351362342425, "S31": -104.04351362342425, "W32": -105.64460039597751, "S32": -110.64460039597751 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 501365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17493664361496492, "S11": -0.17493664361496492, "W12": -4.8762815296989421, "S12": -5.0387336369786651, "W13": -20.0, "S13": -21.545561745212051, "W21": -38.604444444444447, "S21": -38.604444444444447, "W22": -78.804177689046725, "S22": -103.86939601004917, "W31": -103.86939601004917, "S31": -103.86939601004917, "W32": -103.86939601004917, "S32": -107.70409530741887 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 502614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22750826854516573, "S11": 0.22750826854516573, "W12": -6.3565485195591087, "S12": -6.9038874551333382, "W13": -20.0, "S13": -23.396088317814012, "W21": -38.396190476190476, "S21": -58.396190476190476, "W22": -76.678828257129751, "S22": -94.538093912284253, "W31": -100.71129491631228, "S31": -100.71129491631228, "W32": -102.0138154800246, "S32": -107.0138154800246 }, "geometry": { "type": "Point", "coordinates": [ 101675.0, 502696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2978927245186229, "S11": 2.2978927245186229, "W12": -8.8424387949600085, "S12": -9.7017129006081326, "W13": -23.41869003177737, "S13": -23.41869003177737, "W21": -39.259514857225177, "S21": -42.850041101694181, "W22": -50.0, "S22": -50.0, "W31": -69.509477921395572, "S31": -70.876518706828662, "W32": -84.400287250840904, "S32": -89.400287250840904 }, "geometry": { "type": "Point", "coordinates": [ 101675.714285714289872, 508822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0105360425159855, "S12": -11.704108634233474, "W13": -18.432233524863307, "S13": -21.081690046602439, "W21": -45.904577881542643, "S21": -63.500315477280239, "W22": -80.0, "S22": -93.988845510317901, "W31": -101.84324324324325, "S31": -101.84324324324325, "W32": -105.36053515170637, "S32": -110.36053515170637 }, "geometry": { "type": "Point", "coordinates": [ 101676.0, 500289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9454669096125468, "S12": -11.229486195030344, "W13": -18.488120721840826, "S13": -20.94355550444952, "W21": -46.185751103510825, "S21": -63.606663524423247, "W22": -80.0, "S22": -92.981595092024548, "W31": -101.84324324324325, "S31": -101.84324324324325, "W32": -105.33462521956572, "S32": -110.33462521956572 }, "geometry": { "type": "Point", "coordinates": [ 101676.0, 500310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7192742095196447, "S12": -9.5796081920861376, "W13": -19.221868974849539, "S13": -21.002847235719102, "W21": -47.16316277987638, "S21": -63.97634959306319, "W22": -80.0, "S22": -89.480200780814272, "W31": -101.84324324324325, "S31": -101.84324324324325, "W32": -105.24455736021963, "S32": -110.24455736021963 }, "geometry": { "type": "Point", "coordinates": [ 101676.0, 500383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5574053909096044, "S12": -7.7884939517952132, "W13": -20.472400907949091, "S13": -22.614796436528582, "W21": -37.431360588287276, "S21": -39.341181407356238, "W22": -45.48977885002634, "S22": -45.48977885002634, "W31": -78.677126785877306, "S31": -78.677126785877306, "W32": -97.428059741054696, "S32": -102.4280597410547 }, "geometry": { "type": "Point", "coordinates": [ 101677.0, 503838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1375832666568708, "S11": -1.1375832666568708, "W12": -4.5155232736328514, "S12": -4.5155232736328514, "W13": -15.646461132650016, "S13": -20.646461132650018, "W21": -44.971342383107086, "S21": -49.90282508499488, "W22": -65.325696270984494, "S22": -86.496619173845332, "W31": -101.00257983137489, "S31": -101.00257983137489, "W32": -104.45285012466981, "S32": -109.45285012466981 }, "geometry": { "type": "Point", "coordinates": [ 101678.0, 502304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9213093579053577, "S12": -12.921309357905358, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.536885971456542, "S21": -36.536885971456542, "W22": -42.020710620203062, "S22": -50.654265879856858, "W31": -77.039374339905905, "S31": -77.32319578578786, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101678.0, 506447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.091209858976453423, "S11": -0.091209858976453423, "W12": -12.023886990271386, "S12": -12.023886990271386, "W13": -23.157792511570175, "S13": -23.157792511570175, "W21": -43.117660925401587, "S21": -43.117660925401587, "W22": -43.117660925401587, "S22": -43.117660925401587, "W31": -71.550003, "S31": -71.550003, "W32": -81.653475963928372, "S32": -86.653475963928372 }, "geometry": { "type": "Point", "coordinates": [ 101678.714285714289872, 511690.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83505154639175294, "S11": 0.83505154639175294, "W12": -8.6975282737023072, "S12": -9.3438899072155106, "W13": -19.388437926330152, "S13": -21.076481404591021, "W21": -47.298450787660499, "S21": -64.069180058389776, "W22": -80.0, "S22": -88.687116564417181, "W31": -101.81351351351353, "S31": -101.81351351351353, "W32": -105.24036147698858, "S32": -110.24036147698858 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 500392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1444160962455925, "S11": 3.1444160962455925, "W12": -8.0552426503925769, "S12": -18.055242650392579, "W13": -18.877134551772524, "S13": -22.164935439830483, "W21": -60.221838510605764, "S21": -68.491224973507599, "W22": -69.977242714888419, "S22": -74.851250134703292, "W31": -104.59592438871621, "S31": -104.59592438871621, "W32": -105.52580889633848, "S32": -110.52580889633848 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 501134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26412713250759523, "S11": -0.26412713250759523, "W12": -4.9167986644925854, "S12": -4.9167986644925854, "W13": -18.482144772117962, "S13": -20.865915335598313, "W21": -46.159125680068755, "S21": -54.194081040505608, "W22": -80.0, "S22": -92.057301956315996, "W31": -101.18986674607213, "S31": -101.18986674607213, "W32": -104.34348566057866, "S32": -109.34348566057866 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 501827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54785412297189096, "S11": -0.54785412297189096, "W12": -4.9026528983241056, "S12": -4.9026528983241056, "W13": -18.805822448527792, "S13": -21.805822448527792, "W21": -58.042814770235992, "S21": -62.587637212778553, "W22": -72.638699528054545, "S22": -91.062377354352463, "W31": -100.34508398061476, "S31": -100.34508398061476, "W32": -104.69118177105192, "S32": -109.69118177105192 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 502078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1618867516749507, "S12": -7.8719492382080256, "W13": -20.0, "S13": -24.147115032732891, "W21": -38.950306563477923, "S21": -58.97134763931728, "W22": -75.737300466576229, "S22": -91.596331303579888, "W31": -100.53588232999104, "S31": -100.53588232999104, "W32": -101.74206803401032, "S32": -106.74206803401032 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35316013893349396, "S11": -0.35316013893349396, "W12": -6.6218590016785219, "S12": -6.6218590016785219, "W13": -19.771800378245569, "S13": -22.575839914128679, "W21": -39.426988323060925, "S21": -42.06805479216434, "W22": -49.295193167266412, "S22": -59.211338921192315, "W31": -79.761147983527508, "S31": -79.761147983527508, "W32": -98.145569974805028, "S32": -103.14556997480503 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 503598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28403635116597198, "S11": -0.28403635116597198, "W12": -7.4218184508921929, "S12": -8.5412348509528222, "W13": -19.76814249927337, "S13": -24.76814249927337, "W21": -40.246634288719704, "S21": -40.654979885988311, "W22": -42.070550062440205, "S22": -48.718556307176719, "W31": -76.751149426192043, "S31": -77.355221208594813, "W32": -96.147464379990481, "S32": -101.14746437999048 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 504265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2389885292085214, "S11": 2.2389885292085214, "W12": -10.0, "S12": -11.875454354780576, "W13": -24.947208997839816, "S13": -24.947208997839816, "W21": -34.046197982503337, "S21": -34.046197982503337, "W22": -50.0, "S22": -50.0, "W31": -69.702199703646841, "S31": -74.702199703646841, "W32": -82.818585027247266, "S32": -87.818585027247266 }, "geometry": { "type": "Point", "coordinates": [ 101679.0, 509291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84838998478020833, "S11": 0.84838998478020833, "W12": -6.8422522461793287, "S12": -6.8422522461793287, "W13": -16.621559291572503, "S13": -19.621559291572503, "W21": -47.712928401764508, "S21": -58.736260820101045, "W22": -58.736260820101045, "S22": -63.246441160507239, "W31": -88.302436105703919, "S31": -88.302436105703919, "W32": -97.675403212138065, "S32": -102.67540321213806 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8632800305248187, "S11": 1.8632800305248187, "W12": -6.9225139638597328, "S12": -16.922513963859732, "W13": -19.377795553444095, "S13": -22.113618219054846, "W21": -51.48352617083416, "S21": -58.702295707697672, "W22": -69.991459003589938, "S22": -73.771582084052355, "W31": -103.75557312456492, "S31": -103.75557312456492, "W32": -105.59565208868329, "S32": -110.59565208868329 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 501406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064052175933201699, "S11": -0.064052175933201699, "W12": -4.2282285039679932, "S12": -4.5544237230915483, "W13": -18.225343589917642, "S13": -21.09903093852953, "W21": -38.169801448906306, "S21": -48.456527595156409, "W22": -77.292720404635375, "S22": -96.329586255940654, "W31": -101.46246903637298, "S31": -101.46246903637298, "W32": -105.0414442397545, "S32": -110.0414442397545 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 501739.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -19.255610134466046, "S13": -21.532362901993721, "W21": -60.673500768836497, "S21": -63.594463773030434, "W22": -79.596511779252893, "S22": -90.366817456108791, "W31": -100.19081059549892, "S31": -100.19081059549892, "W32": -104.63091372272184, "S32": -109.63091372272184 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 502024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.126300457761133, "S12": -17.725242109341693, "W13": -19.369362660161801, "S13": -19.369362660161801, "W21": -40.339563845870003, "S21": -40.864368514033551, "W22": -71.039025510975847, "S22": -78.872640393072913, "W31": -98.476202292393637, "S31": -98.476202292393637, "W32": -100.06625876886866, "S32": -105.06625876886866 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 502952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1023153928119047, "S11": 0.1023153928119047, "W12": -8.0446063990087797, "S12": -12.617932681852661, "W13": -19.590163629602099, "S13": -22.926833738837342, "W21": -40.0, "S21": -41.680878979302832, "W22": -42.135911977109046, "S22": -51.903127724562665, "W31": -72.966475715448823, "S31": -73.222334916522385, "W32": -95.277998666469912, "S32": -100.27799866646991 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 504555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.269747595194699, "S11": 2.269747595194699, "W12": -10.000000000000002, "S12": -11.515849727438042, "W13": -25.671944016031393, "S13": -25.671944016031393, "W21": -36.57232207669491, "S21": -38.2034290123175, "W22": -50.0, "S22": -50.0, "W31": -69.605653676341717, "S31": -72.401948943030618, "W32": -83.58249998781065, "S32": -88.58249998781065 }, "geometry": { "type": "Point", "coordinates": [ 101680.0, 509068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39305914694373395, "S11": 0.39305914694373395, "W12": -7.0091149773066306, "S12": -7.690505482226448, "W13": -20.0, "S13": -23.979960422341982, "W21": -38.911938551747106, "S21": -58.999228522167527, "W22": -75.937462974317341, "S22": -92.409232614450616, "W31": -100.57615127514869, "S31": -100.57615127514869, "W32": -101.80721941550318, "S32": -106.80721941550318 }, "geometry": { "type": "Point", "coordinates": [ 101680.333333333328483, 502722.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1612438863644243, "S11": 2.1612438863644243, "W12": -7.2290149028716728, "S12": -17.229014902871672, "W13": -19.353133008887671, "S13": -22.401250564138934, "W21": -53.472982685243302, "S21": -60.467553224587363, "W22": -69.985138666246471, "S22": -69.985138666246471, "W31": -103.89467263115095, "S31": -103.89467263115095, "W32": -105.60480661792093, "S32": -110.60480661792093 }, "geometry": { "type": "Point", "coordinates": [ 101681.0, 501384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43871630295249853, "S11": -0.43871630295249853, "W12": -7.3121320340777425, "S12": -7.3121320340777425, "W13": -20.307103473788679, "S13": -22.691181067210938, "W21": -37.999578208371645, "S21": -40.16020154804913, "W22": -46.590739940271639, "S22": -49.27798517563086, "W31": -78.999457921882055, "S31": -78.999457921882055, "W32": -97.637855038721568, "S32": -102.63785503872157 }, "geometry": { "type": "Point", "coordinates": [ 101681.0, 503767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35004067223495261, "S11": 0.35004067223495261, "W12": -7.36733628891362, "S12": -7.36733628891362, "W13": -17.459766492852157, "S13": -19.972945030662011, "W21": -32.948092822744215, "S21": -33.778903753934465, "W22": -42.133335543913304, "S22": -46.668558633749896, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 497215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5096982702312811, "S12": -7.5096982702312811, "W13": -16.544391722529873, "S13": -18.299213882265455, "W21": -38.649485661819121, "S21": -38.98418424551528, "W22": -44.240326988439961, "S22": -46.041935043944022, "W31": -82.756782624297017, "S31": -82.756782624297017, "W32": -95.139755242908748, "S32": -100.13975524290875 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 498136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2863810410110315, "S12": -6.2863810410110315, "W13": -16.055687750394561, "S13": -18.799574853929563, "W21": -40.848735629400473, "S21": -43.708753295209448, "W22": -46.624797842026823, "S22": -49.884979255684193, "W31": -84.855350155647969, "S31": -84.855350155647969, "W32": -95.119863013698634, "S32": -100.11986301369863 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 498330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1031634545148057, "W12": -5.7609888283016355, "S12": -5.7609888283016355, "W13": -20.0, "S13": -21.672064503015111, "W21": -48.225016659699257, "S21": -64.962536160479289, "W22": -69.753659280143239, "S22": -91.404017745439063, "W31": -103.69897194381542, "S31": -103.69897194381542, "W32": -105.0392711232163, "S32": -110.0392711232163 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16822044385776749, "S11": -0.16822044385776749, "W12": -6.532927005193307, "S12": -6.532927005193307, "W13": -19.883601263518827, "S13": -21.449243166976547, "W21": -60.0, "S21": -62.460573469891877, "W22": -80.003103809189057, "S22": -83.248095461943649, "W31": -100.49383799320248, "S31": -100.49383799320248, "W32": -104.46095116785857, "S32": -109.46095116785857 }, "geometry": { "type": "Point", "coordinates": [ 101682.0, 501960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.476836793413282, "S11": -0.476836793413282, "W12": -7.6124759594047964, "S12": -7.82748650236723, "W13": -20.442543882403108, "S13": -22.430984811370475, "W21": -37.389432904608853, "S21": -39.355361485031061, "W22": -45.43909265810175, "S22": -45.43909265810175, "W31": -78.677300207855112, "S31": -78.677300207855112, "W32": -97.422209931832271, "S32": -102.42220993183227 }, "geometry": { "type": "Point", "coordinates": [ 101682.714285714289872, 503838.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2994390960075717, "S11": 2.2994390960075717, "W12": -9.7821620417357664, "S12": -10.968454748717667, "W13": -23.881183881451367, "S13": -23.881183881451367, "W21": -38.87408921889056, "S21": -42.073468147391473, "W22": -50.0, "S22": -49.999999999999993, "W31": -69.515308359171371, "S31": -70.925630144561239, "W32": -84.276689519964663, "S32": -89.276689519964663 }, "geometry": { "type": "Point", "coordinates": [ 101682.857142857144936, 508868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.302147641454603, "S13": -20.302147641454603, "W21": -42.983259125982507, "S21": -49.604532033272548, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101682.96774193548481, 514618.709677419334184 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.187654937386434, "W12": -6.1521645165580532, "S12": -6.1521645165580532, "W13": -20.0, "S13": -22.989370824819758, "W21": -47.070340147598721, "S21": -47.070340147598721, "W22": -78.796221959858329, "S22": -108.46959657286142, "W31": -108.46959657286142, "S31": -108.46959657286142, "W32": -108.46959657286142, "S32": -110.50002023963729 }, "geometry": { "type": "Point", "coordinates": [ 101684.0, 499923.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46295368261199688, "S11": -0.46295368261199688, "W12": -5.0, "S12": -5.4752082827793096, "W13": -16.912892281623733, "S13": -21.192372988439455, "W21": -43.789213376216495, "S21": -47.570338225863004, "W22": -69.137706908795408, "S22": -90.761153211218726, "W31": -101.20626435636991, "S31": -101.20626435636991, "W32": -104.38457056804997, "S32": -109.38457056804997 }, "geometry": { "type": "Point", "coordinates": [ 101684.0, 502366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1994504029570319, "S11": 3.1994504029570319, "W12": -8.1945904723708605, "S12": -13.061167821629475, "W13": -18.952315369261427, "S13": -22.532583863178438, "W21": -57.902091299627955, "S21": -62.227841697388236, "W22": -70.260795522995934, "S22": -87.804127001988093, "W31": -104.17040405846254, "S31": -104.17040405846254, "W32": -105.46532324264653, "S32": -110.46532324264653 }, "geometry": { "type": "Point", "coordinates": [ 101684.333333333328483, 501038.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0185980144382514, "S12": -6.0185980144382514, "W13": -15.729718010448032, "S13": -18.320140239569422, "W21": -43.844587716321684, "S21": -53.797762210193049, "W22": -53.797762210193049, "S22": -55.78276687068896, "W31": -86.427140376170115, "S31": -86.427140376170115, "W32": -96.268194545195698, "S32": -101.2681945451957 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 498524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.097459776543579, "W12": -5.362814201264019, "S12": -5.362814201264019, "W13": -20.0, "S13": -22.710125404919978, "W21": -48.671605249978271, "S21": -48.671605249978271, "W22": -69.162674509185237, "S22": -87.953661667461446, "W31": -103.12974058732803, "S31": -103.12974058732803, "W32": -104.36234195041209, "S32": -109.36234195041209 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0903688896965291, "W12": -5.9479319058385425, "S12": -5.9479319058385425, "W13": -20.0, "S13": -23.740183792815372, "W21": -47.586509368752608, "S21": -82.444656167295022, "W22": -82.444656167295022, "S22": -100.7064358603844, "W31": -104.42540335601282, "S31": -104.42540335601282, "W32": -105.32535216968911, "S32": -110.32535216968911 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 499861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.71925092459559, "S12": -9.71925092459559, "W13": -20.949499968763281, "S13": -20.949499968763281, "W21": -42.60977290078133, "S21": -52.250744015436652, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101685.0, 514055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.121689589175241, "W12": -6.0143469876313338, "S12": -6.0143469876313338, "W13": -20.0, "S13": -23.521062494044909, "W21": -47.362458143799067, "S21": -70.07880429764522, "W22": -76.654545454545456, "S22": -104.4475022023592, "W31": -104.68093902332083, "S31": -104.68093902332083, "W32": -105.39825534326425, "S32": -110.39825534326425 }, "geometry": { "type": "Point", "coordinates": [ 101686.0, 499887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64807692307692311, "S11": 0.64807692307692311, "W12": -8.5717542748575042, "S12": -10.856081727485153, "W13": -18.693312922055625, "S13": -20.660010639801317, "W21": -45.425638499789379, "S21": -65.882878927830049, "W22": -80.0, "S22": -97.388733965421082, "W31": -104.12717741403932, "S31": -104.12717741403932, "W32": -105.50200846711341, "S32": -110.50200846711341 }, "geometry": { "type": "Point", "coordinates": [ 101686.0, 500193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20576382497077039, "S11": 0.20576382497077039, "W12": -5.0, "S12": -5.0, "W13": -20.170313177905975, "S13": -21.170313177905975, "W21": -40.018867063051566, "S21": -40.902270052355242, "W22": -63.662806071183034, "S22": -83.704012179842181, "W31": -92.004097541540929, "S31": -92.004097541540929, "W32": -99.169182226714554, "S32": -104.16918222671455 }, "geometry": { "type": "Point", "coordinates": [ 101686.0, 503259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3568051505049668, "S11": 2.3568051505049668, "W12": -3.5574567856146677, "S12": -3.5574567856146677, "W13": -20.0, "S13": -20.0, "W21": -38.354269548108974, "S21": -43.676903503256774, "W22": -48.748770802052682, "S22": -48.748770802052682, "W31": -69.337604095209585, "S31": -71.559931216531368, "W32": -86.552227676629599, "S32": -91.552227676629599 }, "geometry": { "type": "Point", "coordinates": [ 101686.285714285710128, 508464.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3290413913981398, "S11": 2.0683671044344356, "W12": -7.0839079586052618, "S12": -8.278204969003875, "W13": -17.410530740069966, "S13": -20.410530740069966, "W21": -52.37762237762238, "S21": -64.441009482596925, "W22": -64.441009482596925, "S22": -74.741205224117778, "W31": -89.908598562258391, "S31": -89.908598562258391, "W32": -98.824583228815683, "S32": -103.82458322881568 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 498942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1732066896927833, "S11": 3.1732066896927833, "W12": -8.2037245889823165, "S12": -13.163703519234236, "W13": -18.945568862275447, "S13": -22.526900144613581, "W21": -57.986120946041638, "S21": -61.997868110237803, "W22": -70.255486708278582, "S22": -87.158199493382796, "W31": -104.15068880763165, "S31": -104.15068880763165, "W32": -105.44703085592924, "S32": -110.44703085592924 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 501042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92439127161854961, "S11": -0.92439127161854961, "W12": -4.6369549592941164, "S12": -4.6369549592941164, "W13": -15.435716182484484, "S13": -18.86621527425855, "W21": -50.0, "S21": -53.927641493347338, "W22": -66.091072266258351, "S22": -86.965198140384217, "W31": -100.88387837748124, "S31": -100.88387837748124, "W32": -104.5036388772311, "S32": -109.5036388772311 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 502252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25015623892027328, "S11": -0.25015623892027328, "W12": -4.914494170215737, "S12": -5.4728490966564687, "W13": -19.663857931047716, "S13": -20.141809566894089, "W21": -39.406984126984128, "S21": -39.406984126984128, "W22": -80.0, "S22": -102.84651811891638, "W31": -102.84651811891638, "S31": -102.84651811891638, "W32": -103.53879011778176, "S32": -108.53879011778176 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 502520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3609141992651823, "S12": -8.1185526392565635, "W13": -20.0, "S13": -24.249989834505755, "W21": -39.36027165207571, "S21": -59.621912855991184, "W22": -75.576856587344295, "S22": -91.264899619748277, "W31": -100.51596894385705, "S31": -100.51596894385705, "W32": -101.72049203586519, "S32": -106.72049203586519 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 502736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5001045858692077, "S11": 0.5001045858692077, "W12": -9.4087025370852704, "S12": -11.151261025323054, "W13": -25.0, "S13": -25.0, "W21": -36.327376339807785, "S21": -36.327376339807785, "W22": -41.68160180778699, "S22": -41.68160180778699, "W31": -76.411249086924755, "S31": -76.571155299800466, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101687.0, 506167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1250414557984398, "S11": 3.1250414557984398, "W12": -8.4409261797318997, "S12": -11.506728066524504, "W13": -19.017950567400263, "S13": -22.467501679132909, "W21": -56.253221923240446, "S21": -61.183114966127938, "W22": -70.201141518040799, "S22": -96.889056698511069, "W31": -103.98686075809364, "S31": -103.98686075809364, "W32": -105.44403056910031, "S32": -110.44403056910031 }, "geometry": { "type": "Point", "coordinates": [ 101687.4, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1552716543526378, "S12": -6.1552716543526378, "W13": -15.925791650581813, "S13": -18.925791650581814, "W21": -41.858779157409153, "S21": -46.772866064537808, "W22": -48.47852803323854, "S22": -51.962273722098409, "W31": -85.429610679555964, "S31": -85.429610679555964, "W32": -95.519582652556224, "S32": -100.51958265255622 }, "geometry": { "type": "Point", "coordinates": [ 101688.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -19.295018817799431, "S13": -21.802347641087664, "W21": -60.796856313001875, "S21": -63.806763378008633, "W22": -80.0, "S22": -91.748180494905384, "W31": -100.25271393480715, "S31": -100.25271393480715, "W32": -104.55667106595868, "S32": -109.55667106595868 }, "geometry": { "type": "Point", "coordinates": [ 101688.0, 502035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3965510721173835, "S11": 0.3965510721173835, "W12": -5.6583902266404911, "S12": -5.6583902266404911, "W13": -17.623987850370522, "S13": -19.158700854674461, "W21": -35.090891917765674, "S21": -37.508880153518064, "W22": -40.713831358618407, "S22": -42.528952716790194, "W31": -80.884831131941155, "S31": -80.884831131941155, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101688.833333333328483, 497598.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0753308442231901, "S11": 3.0753308442231901, "W12": -7.9469988239760223, "S12": -15.454585078255601, "W13": -18.823892215568861, "S13": -22.553482482664371, "W21": -60.0, "S21": -66.149675880531902, "W22": -69.999944085294558, "S22": -75.378392332946646, "W31": -104.31569910341186, "S31": -104.31569910341186, "W32": -105.44767689507721, "S32": -110.44767689507721 }, "geometry": { "type": "Point", "coordinates": [ 101689.0, 501092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70805177237382377, "S11": 0.70805177237382377, "W12": -10.980331423261577, "S12": -12.893063898225812, "W13": -20.022501784749167, "S13": -24.984319091873335, "W21": -40.298105702728662, "S21": -60.298105702728662, "W22": -72.744447616916162, "S22": -79.341077742777273, "W31": -99.602798271747446, "S31": -99.602798271747446, "W32": -100.80477768452364, "S32": -105.80477768452364 }, "geometry": { "type": "Point", "coordinates": [ 101689.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53511936387133496, "S11": 0.53511936387133496, "W12": -7.9952983808945559, "S12": -8.0559830607517142, "W13": -27.313106931095788, "S13": -27.313106931095788, "W21": -35.910713920479523, "S21": -35.910713920479523, "W22": -40.980786445409841, "S22": -42.461219037521715, "W31": -79.31968402376809, "S31": -79.516430218826486, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101689.25, 505410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3079545454545451, "S11": 2.3079545454545451, "W12": -8.772093390167667, "S12": -8.772093390167667, "W13": -19.415347885402454, "S13": -20.734913102793758, "W21": -47.834674419340587, "S21": -64.424751009417179, "W22": -79.279131068777929, "S22": -84.914379256173362, "W31": -101.70450450450451, "S31": -101.70450450450451, "W32": -105.22127515293076, "S32": -110.22127515293076 }, "geometry": { "type": "Point", "coordinates": [ 101690.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6537644018520514, "S11": 2.6537644018520514, "W12": -9.3057614669582982, "S12": -9.3057614669582982, "W13": -19.138814047455295, "S13": -22.052222060650266, "W21": -50.0, "S21": -58.190658716638275, "W22": -72.896187983085241, "S22": -78.136153289306023, "W31": -103.33916655769117, "S31": -103.33916655769117, "W32": -105.37055303835064, "S32": -110.37055303835064 }, "geometry": { "type": "Point", "coordinates": [ 101690.0, 500849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7093324001292127, "S11": 2.7093324001292127, "W12": -9.2058799018137538, "S12": -9.2058799018137538, "W13": -19.125142279917469, "S13": -22.155602728559735, "W21": -50.735416090682889, "S21": -58.45362226455282, "W22": -72.390139252466739, "S22": -82.153306023535976, "W31": -103.41333495411833, "S31": -103.41333495411833, "W32": -105.38128428035641, "S32": -110.38128428035641 }, "geometry": { "type": "Point", "coordinates": [ 101690.0, 500867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.30098546749652, "S11": 2.30098546749652, "W12": -10.0, "S12": -11.305957672970447, "W13": -24.346471225475117, "S13": -24.346471225475117, "W21": -38.488663580555937, "S21": -41.296895193088758, "W22": -50.0, "S22": -50.0, "W31": -69.521138796947184, "S31": -70.974741582293845, "W32": -84.153091789088421, "S32": -89.153091789088421 }, "geometry": { "type": "Point", "coordinates": [ 101690.0, 508914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39697786613794572, "S11": 0.39697786613794572, "W12": -5.6605669853864882, "S12": -5.6605669853864882, "W13": -17.622126578535106, "S13": -19.152923523836723, "W21": -35.071770192332117, "S21": -37.488027060132467, "W22": -40.713224103619226, "S22": -42.522451834893765, "W31": -80.871385017477763, "S31": -80.871385017477763, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101690.714285714289872, 497598.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81037489102005233, "S11": 0.81037489102005233, "W12": -6.2052540723322931, "S12": -6.2052540723322931, "W13": -16.03069321354862, "S13": -18.523078291095079, "W21": -40.643808912647344, "S21": -43.229161652767935, "W22": -46.31864524573605, "S22": -49.455877831736395, "W31": -84.737809789601101, "S31": -84.737809789601101, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 498322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0802471379247685, "W12": -5.8561643835616435, "S12": -5.8561643835616435, "W13": -20.0, "S13": -23.701754385964911, "W21": -47.540649666185161, "S21": -82.540649666185161, "W22": -82.540649666185161, "S22": -101.59776717862771, "W31": -104.3962075920376, "S31": -104.3962075920376, "W32": -105.32646534974093, "S32": -110.32646534974093 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 499862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1682951420537617, "W12": -6.0191681074610983, "S12": -6.0191681074610983, "W13": -20.0, "S13": -23.065850069343725, "W21": -47.094835079325001, "S21": -52.587942184309092, "W22": -78.225737898465155, "S22": -108.22573789846516, "W31": -108.22573789846516, "S31": -108.22573789846516, "W32": -108.22573789846516, "S32": -110.47557075777202 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8224046819192363, "S12": -11.478223513237035, "W13": -18.49264430964099, "S13": -20.937761603694454, "W21": -45.332758550890844, "S21": -64.666447843199904, "W22": -80.0, "S22": -95.179029559397662, "W31": -103.0119670438317, "S31": -103.0119670438317, "W32": -105.47757721884992, "S32": -110.47757721884992 }, "geometry": { "type": "Point", "coordinates": [ 101692.0, 500224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0545799626633481, "S11": 3.0545799626633481, "W12": -8.0696360352912908, "S12": -16.705577310147135, "W13": -18.845056856783277, "S13": -22.342766602050862, "W21": -60.037259959791378, "S21": -68.488814165659917, "W22": -69.990774073603419, "S22": -69.990774073603419, "W31": -104.35804492072704, "S31": -104.35804492072704, "W32": -105.43380298831119, "S32": -110.43380298831119 }, "geometry": { "type": "Point", "coordinates": [ 101693.0, 501116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.31743376818099, "S13": -20.31743376818099, "W21": -43.002266033356321, "S21": -49.545647543923643, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101693.0, 514667.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19155246176755619, "S11": -0.19155246176755619, "W12": -4.8911310008136688, "S12": -5.1297006049005667, "W13": -20.0, "S13": -20.633310291546376, "W21": -39.591111111111111, "S21": -41.018917630775583, "W22": -80.0, "S22": -103.94126053915082, "W31": -103.94126053915082, "S31": -103.94126053915082, "W32": -103.94126053915082, "S32": -108.08427720394559 }, "geometry": { "type": "Point", "coordinates": [ 101694.0, 502577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2582067309574301, "S11": 2.2582067309574301, "W12": -10.0, "S12": -11.899272472361993, "W13": -25.885196797785287, "S13": -25.885196797785287, "W21": -34.585939166124327, "S21": -34.585939166124327, "W22": -50.0, "S22": -50.0, "W31": -69.663532532608031, "S31": -74.313251795313107, "W32": -82.967531826404084, "S32": -87.967531826404084 }, "geometry": { "type": "Point", "coordinates": [ 101694.0, 509267.625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1593833202325636, "S11": 2.1593833202325636, "W12": -5.0, "S12": -7.7207329487614524, "W13": -22.09799018041738, "S13": -22.09799018041738, "W21": -36.408978358369026, "S21": -36.408978358369026, "W22": -43.208037871259961, "S22": -43.208037871259961, "W31": -69.9785575020762, "S31": -69.9785575020762, "W32": -80.419947633589999, "S32": -85.419947633589999 }, "geometry": { "type": "Point", "coordinates": [ 101694.0, 510010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1457044761270101, "S12": -8.1457044761270101, "W13": -16.725968522296704, "S13": -18.23738877783417, "W21": -38.237954908739283, "S21": -39.121062516855069, "W22": -43.976041112635166, "S22": -45.261441173541343, "W31": -82.55030158621571, "S31": -82.55030158621571, "W32": -95.021081137332985, "S32": -100.02108113733298 }, "geometry": { "type": "Point", "coordinates": [ 101695.0, 498103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5047924354346263, "S11": 1.7536131616619166, "W12": -6.584997333649345, "S12": -8.4510874658259265, "W13": -18.539476437134709, "S13": -22.153823217791935, "W21": -60.0, "S21": -73.119126095830211, "W22": -73.119126095830211, "S22": -88.179489941103384, "W31": -96.008635151115143, "S31": -96.008635151115143, "W32": -100.09368652308579, "S32": -105.09368652308579 }, "geometry": { "type": "Point", "coordinates": [ 101695.0, 499236.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2904772410162981, "W12": -6.3559814169570261, "S12": -6.3559814169570261, "W13": -19.782700421940927, "S13": -21.791783920252328, "W21": -46.498385768270822, "S21": -59.871004114371786, "W22": -80.569155370063726, "S22": -106.89821281568558, "W31": -106.89821281568558, "S31": -106.89821281568558, "W32": -106.89821281568558, "S32": -110.66896049222797 }, "geometry": { "type": "Point", "coordinates": [ 101695.0, 499984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.547807039629387, "S11": 1.8318804188247044, "W12": -7.1517511939959064, "S12": -10.151751193995906, "W13": -18.215520205233684, "S13": -21.628580190047657, "W21": -60.0, "S21": -72.770309628779572, "W22": -72.770309628779572, "S22": -74.625945883465391, "W31": -94.083876467838181, "S31": -94.083876467838181, "W32": -99.63100098906952, "S32": -104.63100098906952 }, "geometry": { "type": "Point", "coordinates": [ 101696.0, 499147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10955366718917582, "S11": -0.10955366718917582, "W12": -6.8355092325447195, "S12": -6.8355092325447195, "W13": -20.0, "S13": -21.755388565559741, "W21": -61.218831734960759, "S21": -63.058327621102848, "W22": -80.005584847602307, "S22": -82.263923205636004, "W31": -100.48522910658181, "S31": -100.48522910658181, "W32": -104.28509560786962, "S32": -109.28509560786962 }, "geometry": { "type": "Point", "coordinates": [ 101696.0, 501959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2760760630628501, "S11": -0.2760760630628501, "W12": -4.960832227885219, "S12": -5.9112358940736325, "W13": -18.544197401363451, "S13": -21.804508589311091, "W21": -40.0, "S21": -40.0, "W22": -76.114690721649481, "S22": -98.300575558051491, "W31": -101.50538206200625, "S31": -101.50538206200625, "W32": -104.03703705908265, "S32": -109.03703705908265 }, "geometry": { "type": "Point", "coordinates": [ 101696.0, 502453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0657751306400129, "W12": -5.6969011836680483, "S12": -5.6969011836680483, "W13": -20.0, "S13": -22.914947815318339, "W21": -47.789646566032651, "S21": -73.675650201446047, "W22": -73.675650201446047, "S22": -97.365455589073548, "W31": -104.04612038522426, "S31": -104.04612038522426, "W32": -105.18939546450343, "S32": -110.18939546450343 }, "geometry": { "type": "Point", "coordinates": [ 101696.4, 499829.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3701341677939292, "W12": -6.861207897793264, "S12": -6.861207897793264, "W13": -19.37414921216283, "S13": -20.693797306004473, "W21": -46.109164490213203, "S21": -68.282362290252479, "W22": -80.396773305495444, "S22": -104.32650002049823, "W31": -106.0455101335493, "S31": -106.0455101335493, "W32": -106.0455101335493, "S32": -110.72968340153803 }, "geometry": { "type": "Point", "coordinates": [ 101697.0, 500029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25159784432836174, "S11": -0.25159784432836174, "W12": -4.9471479438665087, "S12": -5.7209449757957858, "W13": -19.023157796493265, "S13": -22.023157796493265, "W21": -40.077459333849731, "S21": -40.077459333849731, "W22": -78.027430044182623, "S22": -100.36332074431162, "W31": -101.59180641306511, "S31": -101.59180641306511, "W32": -103.86756110046311, "S32": -108.86756110046311 }, "geometry": { "type": "Point", "coordinates": [ 101698.0, 502480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22054259288634354, "S11": -0.22054259288634354, "W12": -6.3498863063598785, "S12": -6.3498863063598785, "W13": -19.551650078424842, "S13": -21.735362930605469, "W21": -40.0, "S21": -42.917790008197699, "W22": -51.375931995821773, "S22": -65.383402646835648, "W31": -81.862683188859819, "S31": -81.862683188859819, "W32": -98.382722450853407, "S32": -103.38272245085341 }, "geometry": { "type": "Point", "coordinates": [ 101699.0, 503514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47468291986338912, "S11": 0.47468291986338912, "W12": -5.9772821525144648, "S12": -12.826828411920893, "W13": -19.301648148731637, "S13": -20.135428022622882, "W21": -42.946394865984935, "S21": -50.575388150007598, "W22": -70.430113640867432, "S22": -92.949332980990221, "W31": -102.73647797145398, "S31": -102.73647797145398, "W32": -105.44958474637185, "S32": -110.44958474637185 }, "geometry": { "type": "Point", "coordinates": [ 101699.333333333328483, 501495.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.7208552983903314, "S12": -9.7208552983903314, "W13": -20.457703485087695, "S13": -20.457703485087695, "W21": -42.938505149473997, "S21": -49.429258187869983, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101699.6, 514583.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77754863671204888, "S11": 0.77754863671204888, "W12": -6.4224926309424832, "S12": -6.4224926309424832, "W13": -16.059977870023271, "S13": -18.669203283426231, "W21": -45.252799457074985, "S21": -55.259552133440614, "W22": -55.259552133440614, "S22": -58.132250714900145, "W31": -87.07726712528698, "S31": -87.07726712528698, "W32": -96.752472831061056, "S32": -101.75247283106106 }, "geometry": { "type": "Point", "coordinates": [ 101700.0, 498613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5547146397832616, "S12": -9.5547146397832616, "W13": -19.327375343878956, "S13": -20.232438635018195, "W21": -50.0, "S21": -65.0, "W22": -77.928457839173831, "S22": -88.106513662080474, "W31": -102.33305751089335, "S31": -102.33305751089335, "W32": -105.02158312941629, "S32": -110.02158312941629 }, "geometry": { "type": "Point", "coordinates": [ 101700.0, 500632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35618729096989971, "S11": -0.35618729096989971, "W12": -6.1111111111111107, "S12": -6.1111111111111107, "W13": -19.7875802523799, "S13": -21.941331789895276, "W21": -63.040833760464729, "S21": -64.66359098501691, "W22": -80.004012853627927, "S22": -85.987516007436753, "W31": -100.19489477527716, "S31": -100.19489477527716, "W32": -104.32849513520151, "S32": -109.32849513520151 }, "geometry": { "type": "Point", "coordinates": [ 101700.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3964103874087845, "W12": -7.01219512195122, "S12": -7.01219512195122, "W13": -19.262531952233793, "S13": -20.627764435281904, "W21": -45.953180036506467, "S21": -71.828008164575607, "W22": -80.338781552371486, "S22": -103.01920542297941, "W31": -106.18378982879487, "S31": -106.18378982879487, "W32": -106.18378982879487, "S32": -110.71915366539361 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41708492379327283, "S11": -0.41708492379327283, "W12": -7.8348130384693677, "S12": -8.1669163595025775, "W13": -20.359373072677396, "S13": -21.870355125862769, "W21": -37.158180602769811, "S21": -39.269288274187808, "W22": -45.092264903812755, "S22": -45.092264903812755, "W31": -78.625507357186819, "S31": -78.625507357186819, "W32": -97.368740879801933, "S32": -102.36874087980193 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24391502451978195, "S11": 0.24391502451978195, "W12": -8.1099854041734254, "S12": -18.109985404173425, "W13": -20.819342427422175, "S13": -21.246004822406853, "W21": -38.994364729250577, "S21": -41.948203026157053, "W22": -41.948203026157053, "S22": -43.485636787548437, "W31": -70.93101749290804, "S31": -71.208371993988038, "W32": -93.297235350556122, "S32": -98.297235350556122 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 504752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25389738354057606, "S11": 0.25389738354057606, "W12": -8.1073628569393339, "S12": -17.884627541784557, "W13": -20.989856593214409, "S13": -21.174265104851933, "W21": -38.923977824694092, "S21": -41.749715267594873, "W22": -41.749715267594873, "S22": -41.749715267594873, "W31": -70.827612221803093, "S31": -71.102419469257399, "W32": -93.063501652393313, "S32": -98.063501652393313 }, "geometry": { "type": "Point", "coordinates": [ 101701.0, 504767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3790199116486699, "S11": 2.3790199116486699, "W12": -3.6686658023246776, "S12": -3.6686658023246776, "W13": -20.0, "S13": -20.0, "W21": -37.955652985775473, "S21": -43.165081327695574, "W22": -48.484212883311692, "S22": -48.484212883311692, "W31": -69.290030216107269, "S31": -71.644439575135266, "W32": -86.81227863046044, "S32": -91.81227863046044 }, "geometry": { "type": "Point", "coordinates": [ 101701.714285714289872, 508422.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9550568879011045, "S11": 2.2509338085621016, "W12": -5.6553744229913967, "S12": -5.6553744229913967, "W13": -19.418789926209143, "S13": -22.947279954699173, "W21": -51.820542513247013, "S21": -67.095839834353811, "W22": -67.095839834353811, "S22": -67.095839834353811, "W31": -100.65209507890189, "S31": -100.65209507890189, "W32": -101.17831634191953, "S32": -106.17831634191953 }, "geometry": { "type": "Point", "coordinates": [ 101703.0, 499481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -20.332719894907374, "S13": -20.332719894907374, "W21": -43.021272940730135, "S21": -49.486763054574773, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101703.03225806451519, 514716.290322580665816 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0496836670746976, "S11": 1.0496836670746976, "W12": -6.4983195785946171, "S12": -6.4983195785946171, "W13": -16.701518489113273, "S13": -19.546927932876773, "W21": -48.019454812804312, "S21": -59.309360706379636, "W22": -59.309360706379636, "S22": -65.698246203212264, "W31": -88.416451693091943, "S31": -88.416451693091943, "W32": -97.746305724855432, "S32": -102.74630572485543 }, "geometry": { "type": "Point", "coordinates": [ 101704.0, 498777.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1864615491345523, "S11": 1.1864615491345523, "W12": -6.826749142272007, "S12": -15.336875304290636, "W13": -19.437449290459949, "S13": -21.772522161939065, "W21": -50.0, "S21": -56.929743438565254, "W22": -70.206984736749249, "S22": -82.359742544306613, "W31": -103.23722060179701, "S31": -103.23722060179701, "W32": -105.4625683649266, "S32": -110.4625683649266 }, "geometry": { "type": "Point", "coordinates": [ 101705.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25414845248837065, "S11": -0.25414845248837065, "W12": -5.3006250485286124, "S12": -5.3006250485286124, "W13": -18.77371122175412, "S13": -20.796843429219823, "W21": -50.0, "S21": -56.675293292997956, "W22": -80.001062766066838, "S22": -91.826712650746188, "W31": -100.89775969394265, "S31": -100.89775969394265, "W32": -104.15551096095716, "S32": -109.15551096095716 }, "geometry": { "type": "Point", "coordinates": [ 101705.0, 501825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -22.123549107108591, "S13": -22.123549107108591, "W21": -41.669138632215493, "S21": -44.004711830965789, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101705.153846153843915, 513135.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2111363636350938, "S11": 2.2111363636350938, "W12": -8.635624842309312, "S12": -8.635624842309312, "W13": -19.444222373806269, "S13": -20.754874547719538, "W21": -47.850673606474622, "S21": -64.641882397683574, "W22": -78.637303471612327, "S22": -82.652473577581446, "W31": -101.55387387387391, "S31": -101.55387387387391, "W32": -105.26170632584731, "S32": -110.26170632584731 }, "geometry": { "type": "Point", "coordinates": [ 101705.2, 500423.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9691020765631508, "S11": 2.9691020765631508, "W12": -8.2149481347686049, "S12": -14.324249359636969, "W13": -18.875019960079889, "S13": -22.49328314005464, "W21": -58.100584687534059, "S21": -64.796146243593142, "W22": -70.167891265440346, "S22": -80.377513089893981, "W31": -104.04864139859687, "S31": -104.04864139859687, "W32": -105.33996142449099, "S32": -110.33996142449099 }, "geometry": { "type": "Point", "coordinates": [ 101705.666666666671517, 501074.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80002752546105138, "S11": 0.80002752546105138, "W12": -7.145369234370837, "S12": -7.145369234370837, "W13": -16.640926260565433, "S13": -18.150101930241323, "W21": -38.309218654524962, "S21": -39.101204405441344, "W22": -43.927443659090912, "S22": -45.244260715468847, "W31": -82.517713753183344, "S31": -82.517713753183344, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101706.0, 498117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3118538832800231, "W12": -6.4383710801393725, "S12": -6.4383710801393725, "W13": -19.527755801687764, "S13": -21.230129633166637, "W21": -46.300272194651512, "S21": -64.745414357291466, "W22": -80.734056084517619, "S22": -104.86512133828226, "W31": -105.69888115711773, "S31": -105.69888115711773, "W32": -105.71108929727978, "S32": -110.71108929727978 }, "geometry": { "type": "Point", "coordinates": [ 101706.875, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78678608271593342, "S11": 0.78678608271593342, "W12": -5.8386942694414561, "S12": -5.8386942694414561, "W13": -15.659446482339609, "S13": -18.582839838440201, "W21": -43.508652867322702, "S21": -53.17398822057983, "W22": -53.17398822057983, "S22": -55.096249919037838, "W31": -86.222556384411916, "S31": -86.222556384411916, "W32": -96.11009606584274, "S32": -101.11009606584274 }, "geometry": { "type": "Point", "coordinates": [ 101707.0, 498513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3130665629823558, "S11": -0.3130665629823558, "W12": -6.8384864629327859, "S12": -6.8384864629327859, "W13": -19.698428866854009, "S13": -22.596923656510512, "W21": -39.261715244374862, "S21": -42.104754997337523, "W22": -49.123230250337457, "S22": -59.876393842348435, "W31": -79.783658910251916, "S31": -79.783658910251916, "W32": -98.131285080312395, "S32": -103.1312850803124 }, "geometry": { "type": "Point", "coordinates": [ 101707.0, 503596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7764743108499825, "S12": -8.1740344306848023, "W13": -20.0, "S13": -23.0, "W21": -38.797568235211159, "S21": -39.971577959904423, "W22": -42.229704848350494, "S22": -44.399312098486334, "W31": -77.378367709262719, "S31": -78.34933874409748, "W32": -96.534598000797928, "S32": -101.53459800079793 }, "geometry": { "type": "Point", "coordinates": [ 101707.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0357162752295517, "S11": 1.0357162752295517, "W12": -6.4485970808496882, "S12": -6.4485970808496882, "W13": -16.696498012448625, "S13": -19.519331141497862, "W21": -47.985521999773809, "S21": -59.244412236383596, "W22": -59.244412236383596, "S22": -65.82045802289197, "W31": -88.396272728334353, "S31": -88.396272728334353, "W32": -97.728486878233014, "S32": -102.72848687823301 }, "geometry": { "type": "Point", "coordinates": [ 101707.333333333328483, 498777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4079752149625655, "S12": -9.354048620744809, "W13": -18.970790222287071, "S13": -20.822964135330551, "W21": -47.066476742605083, "S21": -64.384159060287402, "W22": -79.951352076763072, "S22": -86.487883030471934, "W31": -101.52612612612613, "S31": -101.52612612612613, "W32": -105.341688996049, "S32": -110.341688996049 }, "geometry": { "type": "Point", "coordinates": [ 101708.0, 500364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32682987408338227, "S11": -0.32682987408338227, "W12": -6.9103338497712254, "S12": -6.9103338497712254, "W13": -19.729189069763322, "S13": -22.729189069763322, "W21": -39.154783399954582, "S21": -41.986662214859308, "W22": -48.924953262651876, "S22": -59.1972889845607, "W31": -79.729987635661303, "S31": -79.729987635661303, "W32": -98.094613003011361, "S32": -103.09461300301136 }, "geometry": { "type": "Point", "coordinates": [ 101708.0, 503608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16070505016113934, "S11": -0.16070505016113934, "W12": -13.05859031169574, "S12": -13.05859031169574, "W13": -23.127462542071108, "S13": -23.127462542071108, "W21": -43.341370638735789, "S21": -43.341370638735789, "W22": -43.341370638735789, "S22": -43.341370638735789, "W31": -70.0, "S31": -70.0, "W32": -81.421230175054859, "S32": -86.421230175054859 }, "geometry": { "type": "Point", "coordinates": [ 101708.2, 511861.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.315333461119006, "S11": 2.315333461119006, "W12": -10.0, "S12": -11.446249338558289, "W13": -24.765197354971214, "S13": -24.765197354971214, "W21": -38.379608508833456, "S21": -40.802839331978717, "W22": -50.0, "S22": -50.0, "W31": -69.502946214524798, "S31": -70.816883760478675, "W32": -84.102418901904088, "S32": -89.102418901904088 }, "geometry": { "type": "Point", "coordinates": [ 101708.285714285710128, 508953.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99050371593724196, "S11": 0.99050371593724196, "W12": -6.3154077113759355, "S12": -6.3154077113759355, "W13": -16.531296997959778, "S13": -18.181787025470094, "W21": -38.480563410132632, "S21": -39.046654721289251, "W22": -43.965175512682379, "S22": -45.460115533337515, "W31": -82.56029530021155, "S31": -82.56029530021155, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101709.0, 498136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2944783398680309, "S11": -0.2944783398680309, "W12": -4.9906793269566432, "S12": -5.8392900658112845, "W13": -18.052353344444914, "S13": -21.158058456818338, "W21": -43.93782437684311, "S21": -43.93782437684311, "W22": -74.795655375552286, "S22": -96.486289830812041, "W31": -101.46005510190534, "S31": -101.46005510190534, "W32": -104.2978869299175, "S32": -109.2978869299175 }, "geometry": { "type": "Point", "coordinates": [ 101709.0, 502421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23989110547319525, "S11": -0.23989110547319525, "W12": -6.4897301615547427, "S12": -6.4897301615547427, "W13": -19.538728635311148, "S13": -22.08446387267124, "W21": -39.751903884073911, "S21": -42.655691756511715, "W22": -50.0, "S22": -63.176170147888399, "W31": -80.464092113140396, "S31": -80.464092113140396, "W32": -98.297593770665614, "S32": -103.29759377066561 }, "geometry": { "type": "Point", "coordinates": [ 101709.0, 503540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2568108974361412, "S11": 1.2568108974361412, "W12": -8.0426641334175422, "S12": -9.9448079462302896, "W13": -18.594871110093777, "S13": -20.754473656282133, "W21": -45.324546055731247, "S21": -66.991472275818523, "W22": -80.0, "S22": -95.672801635992158, "W31": -104.84511743381368, "S31": -104.84511743381368, "W32": -105.58570793952784, "S32": -110.58570793952784 }, "geometry": { "type": "Point", "coordinates": [ 101709.666666666671517, 500169.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43831537450722741, "S11": 0.43831537450722741, "W12": -6.9939161443700018, "S12": -7.703461500974182, "W13": -20.0, "S13": -23.614849753995038, "W21": -40.0, "S21": -59.168514412416854, "W22": -76.261672897493554, "S22": -94.800053402396571, "W31": -100.6788810424876, "S31": -100.6788810424876, "W32": -101.99393407002786, "S32": -106.99393407002786 }, "geometry": { "type": "Point", "coordinates": [ 101710.0, 502712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26723848635249781, "S11": 0.26723848635249781, "W12": -8.1506119666268049, "S12": -17.88532913083111, "W13": -21.14996085877533, "S13": -21.149960858775334, "W21": -38.826627283436011, "S21": -41.490966972610728, "W22": -41.667690794427735, "S22": -41.667690794427735, "W31": -70.673492482621, "S31": -70.97116125740385, "W32": -92.827105341976605, "S32": -97.827105341976605 }, "geometry": { "type": "Point", "coordinates": [ 101710.571428571434808, 504779.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0796522822845711, "W12": -5.6328135390344425, "S12": -5.6328135390344425, "W13": -20.0, "S13": -23.607391723217781, "W21": -47.354276472365484, "S21": -79.117797151044428, "W22": -79.117797151044428, "S22": -104.89245347606438, "W31": -104.89245347606438, "S31": -104.89245347606438, "W32": -105.33951980579079, "S32": -110.33951980579079 }, "geometry": { "type": "Point", "coordinates": [ 101710.8, 499872.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0451450723847597, "W12": -5.5402979119563769, "S12": -5.5402979119563769, "W13": -20.0, "S13": -23.437496314641194, "W21": -47.598825129035063, "S21": -76.209575583462481, "W22": -76.209575583462481, "S22": -100.86626587972552, "W31": -104.09886588844584, "S31": -104.09886588844584, "W32": -105.20710225590621, "S32": -110.20710225590621 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 499843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9351500830704396, "S12": -9.9351500830704396, "W13": -19.266142537826685, "S13": -20.826241500097318, "W21": -50.0, "S21": -70.0, "W22": -75.357192645487075, "S22": -98.108276460515981, "W31": -102.68374654920915, "S31": -102.68374654920915, "W32": -105.16747241312029, "S32": -110.16747241312029 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 500747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45486816995754947, "S11": 0.45486816995754947, "W12": -6.0841406463572447, "S12": -12.681916210766328, "W13": -19.428884584334355, "S13": -20.429008696342549, "W21": -43.397508493771234, "S21": -50.750969866145411, "W22": -70.515466753007956, "S22": -94.219958614743732, "W31": -102.6317927791372, "S31": -102.6317927791372, "W32": -105.39705565248074, "S32": -110.39705565248074 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 501493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16720259058784598, "S11": -0.16720259058784598, "W12": -4.9174544439014172, "S12": -5.1949347959583942, "W13": -19.956680956417021, "S13": -19.956680956417021, "W21": -41.382649109217667, "S21": -44.251301477493321, "W22": -80.292406640805893, "S22": -103.41215786013366, "W31": -103.41215786013366, "S31": -103.41215786013366, "W32": -103.41215786013366, "S32": -108.35620946988881 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 502552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0035692362868826456, "S11": -0.0035692362868826456, "W12": -5.5684994854253551, "S12": -5.5684994854253551, "W13": -19.77759738287341, "S13": -21.346906216578336, "W21": -40.055907350909521, "S21": -43.055907350909521, "W22": -60.0, "S22": -77.535257272412863, "W31": -88.111717343678052, "S31": -88.111717343678052, "W32": -98.750819548974889, "S32": -103.75081954897489 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 503391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.071548615864323, "S12": -9.2552378761552756, "W13": -20.330307439267177, "S13": -21.82088777160714, "W21": -36.963925592914975, "S21": -39.073771195072283, "W22": -44.283427266802065, "S22": -44.283427266802065, "W31": -78.418224738245499, "S31": -78.418224738245499, "W32": -97.220703327813382, "S32": -102.22070332781338 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 503899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.781855660232222, "S12": -8.1859704518129366, "W13": -20.0, "S13": -23.0, "W21": -38.719782339154179, "S21": -39.918108178448833, "W22": -42.209950149224724, "S22": -43.891567487219248, "W31": -77.416396132955441, "S31": -78.416396132955441, "W32": -96.55566668306254, "S32": -101.55566668306254 }, "geometry": { "type": "Point", "coordinates": [ 101711.0, 504121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.965002824537966, "S11": 2.2842628868688664, "W12": -5.5570720934867639, "S12": -5.5570720934867639, "W13": -19.396644535427551, "S13": -22.822570461353383, "W21": -52.107356329905507, "S21": -67.180501993889806, "W22": -67.180501993889806, "S22": -68.469434699910096, "W31": -100.53397361437729, "S31": -100.53397361437729, "W32": -101.05507329432365, "S32": -106.05507329432365 }, "geometry": { "type": "Point", "coordinates": [ 101711.666666666671517, 499477.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6963450864965299, "S12": -11.572107403301025, "W13": -18.252595321628192, "S13": -21.089551843367321, "W21": -45.640156627451482, "S21": -63.986059762115218, "W22": -80.0, "S22": -91.234802007808142, "W31": -101.79555223552674, "S31": -101.79555223552674, "W32": -105.48415124016368, "S32": -110.48415124016368 }, "geometry": { "type": "Point", "coordinates": [ 101712.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7681320124905007, "S11": 2.7681320124905007, "W12": -9.2556768220495584, "S12": -9.2556768220495584, "W13": -19.153750085969762, "S13": -22.206595422451379, "W21": -50.469265505482205, "S21": -55.386914468732158, "W22": -71.004058303258077, "S22": -88.287679948315471, "W31": -103.29649599054396, "S31": -103.29649599054396, "W32": -105.24685108504778, "S32": -110.24685108504778 }, "geometry": { "type": "Point", "coordinates": [ 101712.8, 500900.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6699913269731137, "S11": 0.6699913269731137, "W12": -8.7029218961433763, "S12": -11.529070151160999, "W13": -18.239080920224335, "S13": -21.239080920224335, "W21": -45.404079408078012, "S21": -64.458229667260639, "W22": -80.0, "S22": -91.977691020635802, "W31": -102.42190926068329, "S31": -102.42190926068329, "W32": -105.50866254456066, "S32": -110.50866254456066 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 500238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1, "S11": -0.1, "W12": -6.9708737864077666, "S12": -6.9708737864077666, "W13": -20.0, "S13": -22.027624026240261, "W21": -64.638898450946641, "S21": -65.317435041689151, "W22": -80.007315045443136, "S22": -82.401977830498936, "W31": -100.19563385812717, "S31": -100.19563385812717, "W32": -104.12421119670974, "S32": -109.12421119670974 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 501981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1383763837638377, "S12": -6.1383763837638377, "W13": -20.0, "S13": -22.208140831607455, "W21": -63.676063557150172, "S21": -65.122264501747409, "W22": -79.106725692753628, "S22": -85.152237580186906, "W31": -100.26367058354909, "S31": -100.26367058354909, "W32": -104.18318421779564, "S32": -109.18318421779564 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 502007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19880331600876261, "S11": 0.19880331600876261, "W12": -5.4007564296520423, "S12": -5.5317423451450001, "W13": -20.0, "S13": -22.000365957792869, "W21": -40.979860573199076, "S21": -46.271643172170222, "W22": -78.236688816367888, "S22": -103.23668881636789, "W31": -103.23668881636789, "S31": -103.23668881636789, "W32": -103.23668881636789, "S32": -107.61423638624282 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62948538793361242, "S11": 0.62948538793361242, "W12": -10.0, "S12": -12.193353783231084, "W13": -20.041150707424752, "S13": -24.300352449446777, "W21": -41.042227105169189, "S21": -59.500756598384363, "W22": -72.624308755419946, "S22": -79.507367209731484, "W31": -99.262841010123068, "S31": -99.262841010123068, "W32": -100.80954478536816, "S32": -105.80954478536816 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 502843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7754829661131972, "S11": 1.7754829661131972, "W12": -4.98622349520915, "S12": -14.998442267655097, "W13": -25.0, "S13": -25.0, "W21": -35.982973888459028, "S21": -40.982973888459028, "W22": -42.851667929336294, "S22": -42.851667929336294, "W31": -70.547442987634369, "S31": -71.241755639702475, "W32": -89.184134792432928, "S32": -94.184134792432928 }, "geometry": { "type": "Point", "coordinates": [ 101713.0, 507338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -10.0, "S12": -10.0, "W13": -20.348006021633829, "S13": -20.348006021633829, "W21": -43.040279848103907, "S21": -49.427878565225782, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101713.06451612903038, 514765.080645161273424 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -22.773941249354007, "S13": -22.773941249354007, "W21": -41.706511830269612, "S21": -43.419966799503776, "W22": -43.419966799503776, "S22": -43.419966799503776, "W31": -70.0, "S31": -70.0, "W32": -81.523405405491317, "S32": -86.523405405491317 }, "geometry": { "type": "Point", "coordinates": [ 101713.69230769231217, 512400.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29783013808284969, "S11": 0.29783013808284969, "W12": -9.7069194858402028, "S12": -9.7069194858402028, "W13": -17.610614981055086, "S13": -18.237767070246541, "W21": -36.565958023342048, "S21": -43.12011751636377, "W22": -43.12011751636377, "S22": -43.329113536046414, "W31": -81.879774039448222, "S31": -81.879774039448222, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101714.0, 497946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7452759534323561, "S11": 2.0859486679665658, "W12": -4.9999999999999982, "S12": -4.9999999999999982, "W13": -19.871453778023803, "S13": -23.252053536439853, "W21": -49.424915459787002, "S21": -68.796806194553483, "W22": -68.796806194553483, "S22": -81.728474564359232, "W31": -102.05226881102814, "S31": -102.05226881102814, "W32": -102.75336610967001, "S32": -107.75336610967001 }, "geometry": { "type": "Point", "coordinates": [ 101714.0, 499624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0925036492913311, "S11": 2.0925036492913311, "W12": -8.2272209937512013, "S12": -17.385926394414099, "W13": -18.790563988934682, "S13": -21.936477383224773, "W21": -60.0, "S21": -65.84247383490839, "W22": -69.990032154777893, "S22": -72.58904205576799, "W31": -103.07604717364789, "S31": -103.07604717364789, "W32": -105.47568531041834, "S32": -110.47568531041834 }, "geometry": { "type": "Point", "coordinates": [ 101714.0, 501336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2456733644127369, "W12": -5.9899956024626206, "S12": -5.9899956024626206, "W13": -19.981540084388186, "S13": -22.151670408239251, "W21": -46.542799905629529, "S21": -60.016086096947539, "W22": -80.237407467151101, "S22": -105.02045264283431, "W31": -105.31184260887956, "S31": -105.31184260887956, "W32": -105.61346340673575, "S32": -110.61346340673575 }, "geometry": { "type": "Point", "coordinates": [ 101715.0, 499966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.400022070824205, "W13": -25.0, "S13": -25.0, "W21": -36.526387333225706, "S21": -36.526387333225706, "W22": -42.065517095385161, "S22": -48.666668442424239, "W31": -79.859069082463435, "S31": -80.225186381748443, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101715.333333333328483, 506622.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54, "S11": 0.54, "W12": -8.0600004, "S12": -8.0600004, "W13": -27.459999, "S13": -27.459999, "W21": -35.759998, "S21": -35.759998, "W22": -40.77, "S22": -40.77, "W31": -79.910004, "S31": -80.110004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101715.4, 505429.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3035332416169827, "S11": 2.3035332416169827, "W12": -10.0, "S12": -11.716508410357314, "W13": -25.967321701481794, "S13": -25.967321701481794, "W21": -36.857555389725455, "S21": -38.089277856904602, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -69.551513621424093, "S31": -72.199154173128832, "W32": -83.634541307374192, "S32": -88.634541307374192 }, "geometry": { "type": "Point", "coordinates": [ 101715.555555555562023, 509101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5181781559997987, "S11": 1.8771108222495325, "W12": -6.7992854976878174, "S12": -9.7992854976878174, "W13": -18.123403351206598, "S13": -21.209595569517266, "W21": -60.000000000000007, "S21": -72.52686572584453, "W22": -72.52686572584453, "S22": -79.206497741299458, "W31": -93.459670544234513, "S31": -93.459670544234513, "W32": -99.285993254038715, "S32": -104.28599325403871 }, "geometry": { "type": "Point", "coordinates": [ 101716.0, 499128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7615272019425419, "S12": -13.106224803437021, "W13": -25.0, "S13": -25.0, "W21": -36.351207828056204, "S21": -36.351207828056204, "W22": -41.770482308963295, "S22": -47.819646833384887, "W31": -76.243857306205101, "S31": -76.478906334951233, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101716.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56863020611256077, "S11": 0.56863020611256077, "W12": -10.0, "S12": -10.430802923942659, "W13": -23.037491407907719, "S13": -23.037491407907719, "W21": -41.687669350497465, "S21": -41.687669350497465, "W22": -41.687669350497465, "S22": -41.687669350497465, "W31": -71.550003, "S31": -71.550003, "W32": -81.054926653147547, "S32": -86.054926653147547 }, "geometry": { "type": "Point", "coordinates": [ 101716.0, 511422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.422411807849584, "W12": -7.0467655840043424, "S12": -7.0467655840043433, "W13": -19.025017168364428, "S13": -20.739652299136143, "W21": -45.699352444733258, "S21": -73.884324688983853, "W22": -80.415424707175845, "S22": -100.20906664805705, "W31": -106.29497712278385, "S31": -106.29497712278385, "W32": -106.29497712278385, "S32": -110.73132219768213 }, "geometry": { "type": "Point", "coordinates": [ 101717.0, 500065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5598307365765454, "S12": -8.5598307365765454, "W13": -19.467684174624829, "S13": -20.708445044190047, "W21": -47.954352003617174, "S21": -64.844961394226573, "W22": -78.094445794619659, "S22": -80.525009096348612, "W31": -101.43693693693693, "S31": -101.43693693693693, "W32": -105.28468431982895, "S32": -110.28468431982895 }, "geometry": { "type": "Point", "coordinates": [ 101717.0, 500427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4012346727923655, "S11": 2.4012346727923655, "W12": -3.7798748190351019, "S12": -3.7798748190351019, "W13": -20.0, "S13": -20.0, "W21": -37.557036423441751, "S21": -42.653259152134162, "W22": -48.219654964570417, "S22": -48.219654964570417, "W31": -69.242456337004953, "S31": -71.728947933739434, "W32": -87.072329584291239, "S32": -92.072329584291239 }, "geometry": { "type": "Point", "coordinates": [ 101717.142857142855064, 508379.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36482606383405181, "S11": 0.36482606383405181, "W12": -7.0880942118052213, "S12": -7.0880942118052213, "W13": -17.45610226944472, "S13": -19.759012529877729, "W21": -32.995620521656342, "S21": -34.091135280524455, "W22": -42.731665714694167, "S22": -47.731665714694167, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101718.0, 497288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1790858476490187, "W12": -5.7376868953386095, "S12": -5.7376868953386095, "W13": -20.0, "S13": -22.696306255756589, "W21": -46.829568172317174, "S21": -56.821777313591411, "W22": -78.782290436835893, "S22": -105.62023242858763, "W31": -105.62023242858763, "S31": -105.62023242858763, "W32": -105.62023242858763, "S32": -110.51145563471502 }, "geometry": { "type": "Point", "coordinates": [ 101718.0, 499930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5337268176129268, "S11": 2.5337268176129268, "W12": -8.678063143264124, "S12": -18.678063143264126, "W13": -18.708440932877522, "S13": -21.783342817718502, "W21": -60.247267928843719, "S21": -68.458788173038442, "W22": -69.985169335225578, "S22": -82.113882206512713, "W31": -103.33566692016296, "S31": -103.33566692016296, "W32": -105.48270361827699, "S32": -110.48270361827699 }, "geometry": { "type": "Point", "coordinates": [ 101718.0, 501277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36381834143549641, "S11": -0.36381834143549641, "W12": -8.0482787421669979, "S12": -9.0814266103501495, "W13": -20.279401129419824, "S13": -21.331513638542695, "W21": -36.935876910643685, "S21": -39.186631485014885, "W22": -44.759731196795599, "S22": -44.759731196795599, "W31": -78.575949199503924, "S31": -78.575949199503924, "W32": -97.317500884205359, "S32": -102.31750088420536 }, "geometry": { "type": "Point", "coordinates": [ 101718.571428571434808, 503864.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4283586942007735, "W12": -7.0535148828372387, "S12": -7.1552579225091364, "W13": -18.988204379840525, "S13": -20.750692271348434, "W21": -45.655006601793865, "S21": -73.957390071703117, "W22": -80.414484300368457, "S22": -99.775332041584306, "W31": -106.32394138067997, "S31": -106.32394138067997, "W32": -106.32394138067997, "S32": -110.73099255477958 }, "geometry": { "type": "Point", "coordinates": [ 101719.0, 500069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8967973449491811, "S11": 2.8967973449491811, "W12": -8.6433755278986393, "S12": -15.800322072707726, "W13": -18.960843440587166, "S13": -21.960843440587166, "W21": -58.89291013353651, "S21": -71.826764942153545, "W22": -71.826764942153545, "S22": -71.826764942153545, "W31": -104.11945259375209, "S31": -104.11945259375209, "W32": -105.28579943685656, "S32": -110.28579943685656 }, "geometry": { "type": "Point", "coordinates": [ 101719.0, 501136.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3235148042024836, "S12": -9.3864618714413961, "W13": -20.020433277544843, "S13": -25.020433277544843, "W21": -40.72407393790327, "S21": -61.900087111446403, "W22": -74.518320174801573, "S22": -87.676484771884446, "W31": -100.06804679525766, "S31": -100.06804679525766, "W32": -101.44015342101548, "S32": -106.44015342101548 }, "geometry": { "type": "Point", "coordinates": [ 101719.0, 502775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14508268545165595, "S11": 0.14508268545165595, "W12": -4.9999999999999982, "S12": -5.0596804162021458, "W13": -20.0, "S13": -21.760132683735876, "W21": -42.137877614252524, "S21": -47.746466296873862, "W22": -78.80304044082969, "S22": -103.25607836286834, "W31": -103.25607836286834, "S31": -103.25607836286834, "W32": -103.25607836286834, "S32": -107.8079130664232 }, "geometry": { "type": "Point", "coordinates": [ 101720.0, 502621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35974618398736768, "S11": 0.35974618398736768, "W12": -7.4415034544706078, "S12": -7.4415034544706078, "W13": -17.418283041511312, "S13": -19.816371628168177, "W21": -32.514207750629858, "S21": -33.282172932927907, "W22": -42.209298098972305, "S22": -47.037591311558359, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101721.0, 497210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0346597136878466, "S11": 1.923458848812476, "W12": -6.4603264233513222, "S12": -6.4603264233513222, "W13": -17.222583693731718, "S13": -19.984411744861116, "W21": -50.078671328671334, "S21": -61.702587482679512, "W22": -61.702587482679512, "S22": -74.638303414524671, "W31": -89.424811193844931, "S31": -89.424811193844931, "W32": -98.445268909784886, "S32": -103.44526890978489 }, "geometry": { "type": "Point", "coordinates": [ 101721.0, 498903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9922827125119378, "S12": -8.9588416437767506, "W13": -20.013387319770757, "S13": -24.823691041134911, "W21": -40.695682918595772, "S21": -61.975071812567045, "W22": -74.853294011047041, "S22": -89.148796863714153, "W31": -100.16017168729881, "S31": -100.16017168729881, "W32": -101.55340641011111, "S32": -106.55340641011111 }, "geometry": { "type": "Point", "coordinates": [ 101721.0, 502763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7296285129751263, "S11": 2.7296285129751263, "W12": -9.3876259870870555, "S12": -9.3876259870870555, "W13": -19.180604367262724, "S13": -22.180604367262724, "W21": -49.679234545066514, "S21": -53.924653745071296, "W22": -71.011477872953421, "S22": -86.264212417356646, "W31": -103.1661151146684, "S31": -103.1661151146684, "W32": -105.18058837557179, "S32": -110.18058837557179 }, "geometry": { "type": "Point", "coordinates": [ 101722.0, 500894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096929983396082026, "S11": 0.096929983396082026, "W12": -4.6441004787827111, "S12": -5.7314178758611583, "W13": -18.89132352121177, "S13": -21.89132352121177, "W21": -40.0, "S21": -48.765980305221106, "W22": -76.507574027555762, "S22": -98.936738366289902, "W31": -101.19646645769447, "S31": -101.19646645769447, "W32": -105.10522499709759, "S32": -110.10522499709759 }, "geometry": { "type": "Point", "coordinates": [ 101722.0, 501672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14315051486664995, "S11": 0.14315051486664995, "W12": -5.0476697533144641, "S12": -5.0476697533144641, "W13": -19.914106088531337, "S13": -21.573520250136625, "W21": -40.10065991772349, "S21": -40.10065991772349, "W22": -65.228032763049484, "S22": -84.72069310198043, "W31": -91.007397605985574, "S31": -91.007397605985574, "W32": -98.991801095463799, "S32": -103.9918010954638 }, "geometry": { "type": "Point", "coordinates": [ 101722.0, 503310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4537893700787401, "S11": 0.4537893700787401, "W12": -6.5647074728766013, "S12": -10.349066111620058, "W13": -20.315703293218277, "S13": -20.315703293218277, "W21": -40.146186381041701, "S21": -40.31633584622552, "W22": -70.595867454739988, "S22": -95.03307439350607, "W31": -95.844426664098236, "S31": -95.844426664098236, "W32": -99.633012798623156, "S32": -104.63301279862316 }, "geometry": { "type": "Point", "coordinates": [ 101723.0, 503100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -10.0, "S12": -10.0, "W13": -20.363292148360209, "S13": -20.363292148360209, "W21": -43.059286755477721, "S21": -49.368994075876806, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101723.096774193545571, 514813.870967741939239 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2465137748408721, "W12": -6.5016867561215985, "S12": -7.3910119294318237, "W13": -17.475404829087573, "S13": -20.144681496567554, "W21": -52.6486013986014, "S21": -64.47629730435456, "W22": -64.47629730435456, "S22": -78.157848534280618, "W31": -89.92977102090434, "S31": -89.92977102090434, "W32": -98.801041334752526, "S32": -103.80104133475253 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 498963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.942098732402167, "S12": -9.942098732402167, "W13": -19.277257135488309, "S13": -20.955286136931509, "W21": -50.0, "S21": -70.0, "W22": -74.374525627720374, "S22": -90.691360887835984, "W31": -102.64532050721661, "S31": -102.64532050721661, "W32": -105.09490103410151, "S32": -110.09490103410151 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 500773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9640418968293174, "S12": -4.9640418968293174, "W13": -15.0, "S13": -15.936514258403696, "W21": -58.205304560890688, "S21": -58.621275995182891, "W22": -68.523921855279511, "S22": -88.783498344364205, "W31": -100.73461594635863, "S31": -100.73461594635863, "W32": -104.3802185322734, "S32": -109.3802185322734 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 502154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48818893057615698, "S11": -0.48818893057615698, "W12": -7.4908141214106791, "S12": -7.4908141214106791, "W13": -20.0, "S13": -21.901088080350505, "W21": -38.180371030434813, "S21": -40.925051831562712, "W22": -47.1531775572196, "S22": -53.366135049468291, "W31": -79.268368491155385, "S31": -79.268368491155385, "W32": -97.771477895645802, "S32": -102.7714778956458 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 503712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3965980474413193, "S11": 2.3965980474413193, "W12": -3.2535546613459245, "S12": -3.2535546613459245, "W13": -20.0, "S13": -20.0, "W21": -38.023175600831628, "S21": -43.178177381564872, "W22": -48.334233081646843, "S22": -48.628524557960873, "W31": -69.267566267379138, "S31": -71.378466421185266, "W32": -86.950848194867334, "S32": -91.950848194867334 }, "geometry": { "type": "Point", "coordinates": [ 101724.0, 508470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7339813068294427, "S11": 2.0749907410196244, "W12": -5.874167999841994, "S12": -7.1145050222546118, "W13": -18.8601066556257, "S13": -22.21296315585062, "W21": -57.825063276237564, "S21": -71.062674856629926, "W22": -71.062674856629926, "S22": -71.062674856629926, "W31": -97.550802907471052, "S31": -97.550802907471052, "W32": -100.22310379600951, "S32": -105.22310379600951 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 499334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5389292653552786, "S11": 2.085799184583196, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.322041909563573, "W21": -48.482850857405388, "S21": -54.852203442407721, "W22": -69.163707430394382, "S22": -91.77514680642841, "W31": -102.87538225842225, "S31": -102.87538225842225, "W32": -103.97951313360662, "S32": -108.97951313360662 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 499729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -4.093947403305265e-17, "S11": -4.093947403305265e-17, "W12": -7.5, "S12": -7.5, "W13": -20.0, "S13": -22.0, "W21": -66.0, "S21": -66.0, "W22": -80.010002, "S22": -80.010002, "W31": -100.2, "S31": -100.2, "W32": -103.95047190080108, "S32": -108.95047190080108 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2308170200972324, "S12": -8.9050664784692675, "W13": -20.238671845913522, "S13": -22.167658158353508, "W21": -37.118775246341315, "S21": -39.356855849567424, "W22": -43.788481188403928, "S22": -43.788481188403928, "W31": -78.3076361820454, "S31": -78.3076361820454, "W32": -97.132678045394684, "S32": -102.13267804539468 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 503925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1472795849371176, "W12": -5.5687258944008553, "S12": -5.5687258944008553, "W13": -20.0, "S13": -22.885742718909324, "W21": -46.918906378698878, "S21": -60.745603054599435, "W22": -77.798488783942673, "S22": -105.54989221921835, "W31": -105.54989221921835, "S31": -105.54989221921835, "W32": -105.54989221921835, "S32": -110.46694462435229 }, "geometry": { "type": "Point", "coordinates": [ 101725.2, 499914.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1017639881488037, "W12": -5.490237232344727, "S12": -5.490237232344727, "W13": -20.0, "S13": -23.266880697036747, "W21": -47.131452270479009, "S21": -71.140598611942423, "W22": -76.310330578512406, "S22": -106.400715999543, "W31": -106.400715999543, "S31": -106.400715999543, "W32": -106.400715999543, "S32": -110.37527384688259 }, "geometry": { "type": "Point", "coordinates": [ 101725.25, 499889.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6812802440563863, "S11": 2.2863741413402887, "W12": -6.5270354787355016, "S12": -8.3071481303819485, "W13": -17.724636274485292, "S13": -20.485776837446942, "W21": -55.192307692307693, "S21": -67.228500050004101, "W22": -67.228500050004101, "S22": -81.560999870728551, "W31": -91.072298765228396, "S31": -91.072298765228396, "W32": -98.841645155739116, "S32": -103.84164515573912 }, "geometry": { "type": "Point", "coordinates": [ 101726.0, 499022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9323789642713765, "S11": 2.2980987893583498, "W12": -5.1211526369868263, "S12": -5.1211526369868263, "W13": -19.635107470033599, "S13": -22.811726345092683, "W21": -50.0, "S21": -67.009069795379006, "W22": -67.458717776170815, "S22": -75.269987118626759, "W31": -101.3893815338414, "S31": -101.3893815338414, "W32": -101.74321952102312, "S32": -106.74321952102312 }, "geometry": { "type": "Point", "coordinates": [ 101726.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2785258084668474, "S12": -8.2785258084668474, "W13": -20.218850794673514, "S13": -22.872368649110594, "W21": -37.336606711008038, "S21": -39.564973701407276, "W22": -43.356149525946428, "S22": -43.356149525946428, "W31": -78.181761044010457, "S31": -78.181761044010457, "W32": -97.048075399102601, "S32": -102.0480753991026 }, "geometry": { "type": "Point", "coordinates": [ 101726.0, 503953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22381487230940622, "S11": 0.22381487230940622, "W12": -11.789616546405117, "S12": -11.789616546405117, "W13": -23.298831174316017, "S13": -23.298831174316017, "W21": -42.624113398158123, "S21": -42.624113398158123, "W22": -42.624113398158123, "S22": -42.624113398158123, "W31": -71.550003, "S31": -71.550003, "W32": -81.104617356692472, "S32": -86.104617356692472 }, "geometry": { "type": "Point", "coordinates": [ 101726.285714285710128, 511689.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3296814547414999, "S11": 2.3296814547414999, "W12": -10.0, "S12": -11.586541004146286, "W13": -25.144284020617853, "S13": -25.144284020617853, "W21": -38.270553437110586, "S21": -40.308783470867766, "W22": -50.0, "S22": -50.0, "W31": -69.484753632102397, "S31": -70.929296477595983, "W32": -84.05174601471964, "S32": -89.05174601471964 }, "geometry": { "type": "Point", "coordinates": [ 101726.571428571434808, 508993.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3623406513564823, "S11": 0.3623406513564823, "W12": -5.7429292912956607, "S12": -10.799508529897317, "W13": -19.44972366537943, "S13": -20.341405135633426, "W21": -40.0, "S21": -47.365014624720516, "W22": -71.481916055456239, "S22": -95.830136515086323, "W31": -102.11899517424384, "S31": -102.11899517424384, "W32": -105.30053777141774, "S32": -110.30053777141774 }, "geometry": { "type": "Point", "coordinates": [ 101726.666666666671517, 501530.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43675482833799467, "S11": 0.43675482833799467, "W12": -6.9796067733166423, "S12": -6.9796067733166423, "W13": -17.646919670920148, "S13": -18.5603986138428, "W21": -35.488246439239738, "S21": -35.488246439239738, "W22": -40.834767584035696, "S22": -41.099853309152124, "W31": -81.073230657629608, "S31": -81.073230657629608, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101727.0, 497736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8429378413883706, "S11": 2.8429378413883706, "W12": -8.4991074797793544, "S12": -14.825476583926235, "W13": -18.893627362535778, "S13": -22.189981650920913, "W21": -57.691382283354045, "S21": -69.574089149645644, "W22": -70.07498700788436, "S22": -70.07498700788436, "W31": -103.92687873873159, "S31": -103.92687873873159, "W32": -105.22685054571807, "S32": -110.22685054571807 }, "geometry": { "type": "Point", "coordinates": [ 101727.0, 501111.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44694760820045548, "S11": -0.44694760820045548, "W12": -5.4737853710624664, "S12": -5.9578449497593011, "W13": -16.803332755159293, "S13": -19.803332755159293, "W21": -50.335727788279769, "S21": -51.597324264285909, "W22": -70.390528905289045, "S22": -91.242329069473399, "W31": -101.34632144991038, "S31": -101.34632144991038, "W32": -104.3727108894759, "S32": -109.3727108894759 }, "geometry": { "type": "Point", "coordinates": [ 101728.0, 502358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41453438458169084, "S11": 0.41453438458169084, "W12": -6.5982617000955095, "S12": -7.2782873082901318, "W13": -20.0, "S13": -23.912615320825125, "W21": -40.975645252309249, "S21": -57.221764986233865, "W22": -76.331327094690479, "S22": -95.594527676410507, "W31": -100.58106728781178, "S31": -100.58106728781178, "W32": -102.04977144544475, "S32": -107.04977144544475 }, "geometry": { "type": "Point", "coordinates": [ 101728.0, 502710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5304751653702588, "S12": -9.5304751653702588, "W13": -19.36061984181568, "S13": -20.134144562708823, "W21": -50.0, "S21": -58.189529810954923, "W22": -76.816710296008296, "S22": -104.76425601304391, "W31": -104.76425601304391, "S31": -104.76425601304391, "W32": -105.00000000000001, "S32": -110.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101730.0, 500682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39763857251328771, "S11": -0.39763857251328771, "W12": -5.737907100907635, "S12": -6.3493398322142083, "W13": -17.145264145476606, "S13": -20.139583040642957, "W21": -50.0, "S21": -51.454815457518528, "W22": -71.860393603936032, "S22": -92.784256627273663, "W31": -101.40056296886411, "S31": -101.40056296886411, "W32": -104.35488187226899, "S32": -109.35488187226899 }, "geometry": { "type": "Point", "coordinates": [ 101730.0, 502374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9468009598810294, "S12": -11.331459754810705, "W13": -20.296149288110701, "S13": -20.416722072384552, "W21": -40.165960771029269, "S21": -40.181757328371482, "W22": -70.699906473804703, "S22": -95.474812347733518, "W31": -96.085897979658384, "S31": -96.085897979658384, "W32": -99.656335796533313, "S32": -104.65633579653331 }, "geometry": { "type": "Point", "coordinates": [ 101730.0, 503091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40602730401240511, "S11": 0.40602730401240511, "W12": -5.7071993906656182, "S12": -5.7071993906656182, "W13": -17.582552689954468, "S13": -19.03052340714202, "W21": -34.665103572399786, "S21": -36.976132943968459, "W22": -40.752333704804151, "S22": -42.437309444000498, "W31": -80.585482342179745, "S31": -80.585482342179745, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101730.666666666671517, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7978292602533312, "S11": 1.7978292602533312, "W12": -8.4599964736502002, "S12": -16.542468690456595, "W13": -18.585107222778404, "S13": -21.771603994824119, "W21": -59.516685845799771, "S21": -64.944319309408982, "W22": -70.0, "S22": -70.0, "W31": -102.62952419682804, "S31": -102.62952419682804, "W32": -105.39029589813833, "S32": -110.39029589813833 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 501333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7658122008466242, "S12": -13.758674086636873, "W13": -19.498171952383469, "S13": -21.47357610442274, "W21": -48.239897779907366, "S21": -54.828379690311515, "W22": -70.543214540673205, "S22": -91.175008409655774, "W31": -102.62952419682804, "S31": -102.62952419682804, "W32": -105.32082018309058, "S32": -110.32082018309058 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 501459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37598103190275434, "S11": 0.37598103190275434, "W12": -5.8649364367367856, "S12": -10.911417180428771, "W13": -19.520981470751494, "S13": -20.397879725286217, "W21": -40.0, "S21": -47.205758465445896, "W22": -71.354618140280053, "S22": -95.711543094520437, "W31": -102.10362330423007, "S31": -102.10362330423007, "W32": -105.27879168055202, "S32": -110.27879168055202 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 501526.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17691091308766874, "S11": -0.17691091308766874, "W12": -4.9853103400125676, "S12": -5.7347589127260523, "W13": -18.947624399246692, "S13": -21.918371417451336, "W21": -50.0, "S21": -53.537807021949874, "W22": -79.196428571428569, "S22": -100.73086975824691, "W31": -101.67715860054439, "S31": -101.67715860054439, "W32": -104.09218461684981, "S32": -109.09218461684981 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 502466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27712964431784676, "S11": 0.27712964431784676, "W12": -5.0, "S12": -5.0, "W13": -20.039013612291978, "S13": -20.725067024754885, "W21": -40.141418466946632, "S21": -40.141418466946632, "W22": -70.0, "S22": -91.301117056594933, "W31": -92.759258880590025, "S31": -92.759258880590025, "W32": -99.211986586715113, "S32": -104.21198658671511 }, "geometry": { "type": "Point", "coordinates": [ 101732.0, 503236.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4234494339360761, "S11": 2.4234494339360761, "W12": -3.8910838357454196, "S12": -3.8910838357454196, "W13": -20.0, "S13": -20.0, "W21": -37.158419861107902, "S21": -42.158419861107902, "W22": -47.9055160173057, "S22": -47.9055160173057, "W31": -69.194882457902608, "S31": -71.813456292343531, "W32": -87.332380538122209, "S32": -92.332380538122209 }, "geometry": { "type": "Point", "coordinates": [ 101732.571428571434808, 508337.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5265095729013258, "S11": 2.2652340032011171, "W12": -6.3605393829125916, "S12": -7.236703810988848, "W13": -17.507712038710789, "S13": -20.103923470957977, "W21": -52.88461538461538, "S21": -64.669860988583977, "W22": -64.669860988583977, "S22": -79.060250740900244, "W31": -89.96851728255568, "S31": -89.96851728255568, "W32": -98.819193507928645, "S32": -103.81919350792865 }, "geometry": { "type": "Point", "coordinates": [ 101733.0, 498972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -10.0, "S12": -10.0, "W13": -20.378578275086596, "S13": -20.378578275086596, "W21": -43.078293662851529, "S21": -49.310109586527894, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101733.129032258060761, 514862.661290322605055 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8655448717946281, "S11": 1.8655448717946281, "W12": -7.5135739919782782, "S12": -9.0335341649771621, "W13": -18.49642929813178, "S13": -20.848936672763173, "W21": -45.223453611673094, "S21": -68.100065623804554, "W22": -80.071079081193631, "S22": -94.027948387755842, "W31": -105.56305745358608, "S31": -105.56305745358608, "W32": -105.66940741194215, "S32": -110.66940741194215 }, "geometry": { "type": "Point", "coordinates": [ 101733.333333333328483, 500145.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8232927748465597, "S11": 2.8232927748465597, "W12": -9.3011030674865367, "S12": -9.3011030674865367, "W13": -19.180230398899585, "S13": -22.256415547829803, "W21": -50.228243172672251, "S21": -52.538279201269454, "W22": -70.044791413905315, "S22": -94.360793919567143, "W31": -103.16445595708315, "S31": -103.16445595708315, "W32": -105.12194593188372, "S32": -110.12194593188372 }, "geometry": { "type": "Point", "coordinates": [ 101734.0, 500932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40688089205352324, "S11": 0.40688089205352324, "W12": -5.7115529081575751, "S12": -5.7115529081575751, "W13": -17.578830146283661, "S13": -19.018968745466623, "W21": -34.626860121532971, "S21": -36.920720005528253, "W22": -40.788374450176342, "S22": -42.461562935578272, "W31": -80.558590113253175, "S31": -80.558590113253175, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101734.428571428565192, 497600.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5782669360250896, "S12": -8.5782669360250896, "W13": -17.048171961527252, "S13": -18.012505245529027, "W21": -37.387340053632613, "S21": -41.252738053559348, "W22": -42.909884861504686, "S22": -44.031224595890905, "W31": -82.055798290258494, "S31": -82.055798290258494, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 498043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0192910955391588, "W12": -5.2274238595557918, "S12": -5.2274238595557918, "W13": -20.0, "S13": -23.38796992481203, "W21": -47.436785236816071, "S21": -75.611285366652481, "W22": -75.611285366652481, "S22": -104.00517552775872, "W31": -104.00517552775872, "S31": -104.00517552775872, "W32": -105.15481970513352, "S32": -110.15481970513352 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 499847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.721077819392427, "S12": -17.436575181127818, "W13": -20.061086687187327, "S13": -20.986353591101917, "W21": -41.013662729907566, "S21": -41.013662729907566, "W22": -71.281360145798729, "S22": -84.887744774052862, "W31": -97.158599928249444, "S31": -97.158599928249444, "W32": -99.986477441914474, "S32": -104.98647744191447 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 502982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0010258207388406926, "S11": -0.0010258207388406926, "W12": -6.9288837710714972, "S12": -11.060478343804499, "W13": -19.561765124523482, "S13": -24.100117824775854, "W21": -39.921907529381834, "S21": -41.667696949059867, "W22": -41.831487962237127, "S22": -51.688774431198325, "W31": -74.669138872472388, "S31": -75.169138872472388, "W32": -95.732454378514859, "S32": -100.73245437851486 }, "geometry": { "type": "Point", "coordinates": [ 101735.0, 504390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.826931624851968, "S11": 2.826931624851968, "W12": -9.305473742285038, "S12": -9.305473742285038, "W13": -19.182357892022011, "S13": -22.259801606187878, "W21": -50.203114920283902, "S21": -52.320206672912555, "W22": -70.059169289831175, "S22": -94.863245808891349, "W31": -103.15338384546426, "S31": -103.15338384546426, "W32": -105.11241788973916, "S32": -110.11241788973916 }, "geometry": { "type": "Point", "coordinates": [ 101735.6, 500934.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4333114103076245, "S11": 2.4333114103076245, "W12": -4.1112337976481621, "S12": -4.1112337976481621, "W13": -20.0, "S13": -20.0, "W21": -36.851469802101775, "S21": -41.851469802101775, "W22": -47.695436058663724, "S22": -47.695436058663724, "W31": -69.168609627560059, "S31": -71.963956193393187, "W32": -87.564307703010584, "S32": -92.564307703010584 }, "geometry": { "type": "Point", "coordinates": [ 101736.0, 508291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9049109252863117, "S11": 2.9049109252863117, "W12": -8.9496764941011691, "S12": -10.394251965798951, "W13": -19.075359281437127, "S13": -22.353942696344134, "W21": -52.826774798021688, "S21": -57.206832152874718, "W22": -70.348386993586544, "S22": -98.5064806227156, "W31": -103.3915373959972, "S31": -103.3915373959972, "W32": -105.12233986646089, "S32": -110.12233986646089 }, "geometry": { "type": "Point", "coordinates": [ 101736.5, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0488136546938007, "S11": 1.0488136546938007, "W12": -5.5716047740546815, "S12": -5.5716047740546815, "W13": -15.626323808501935, "S13": -18.626323808501937, "W21": -43.322022395656603, "S21": -53.322022395656603, "W22": -53.322022395656603, "S22": -54.627251241001382, "W31": -86.074498973941431, "S31": -86.074498973941431, "W32": -95.992674725259818, "S32": -100.99267472525982 }, "geometry": { "type": "Point", "coordinates": [ 101737.0, 498514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4674982244490007, "W12": -7.0456437166380175, "S12": -7.9513933814380806, "W13": -18.69488096600664, "S13": -20.865764078696337, "W21": -45.323186783167287, "S21": -73.375582417159777, "W22": -80.462131578610837, "S22": -96.311545967902532, "W31": -106.50426852229174, "S31": -106.50426852229174, "W32": -106.50426852229174, "S32": -110.73789621899591 }, "geometry": { "type": "Point", "coordinates": [ 101737.0, 500097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9501270593302467, "S11": 2.9501270593302467, "W12": -9.0935816469007271, "S12": -9.8147802324223097, "W13": -19.137005988023951, "S13": -22.3362368648244, "W21": -51.769422173071604, "S21": -54.275612562906197, "W22": -70.241026748687617, "S22": -105.24102674868762, "W31": -105.24102674868762, "S31": -105.24102674868762, "W32": -105.24102674868762, "S32": -110.10867893633382 }, "geometry": { "type": "Point", "coordinates": [ 101737.0, 500975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53549317738790903, "S11": 0.53549317738790903, "W12": -8.1783274384074929, "S12": -8.7028014246179968, "W13": -27.27020969231263, "S13": -27.27020969231263, "W21": -35.721390760754005, "S21": -35.721390760754005, "W22": -40.714638746690554, "S22": -43.004342093751852, "W31": -79.260777041255139, "S31": -79.447257312909699, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101738.0, 505419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0045543155359296, "S11": 2.4036033467496907, "W12": -5.0349655711810071, "S12": -5.0349655711810071, "W13": -19.540231727797579, "S13": -22.540231727797579, "W21": -51.429160044734829, "S21": -67.626152796907178, "W22": -67.626152796907178, "S22": -76.071143681541514, "W31": -100.97668357084171, "S31": -100.97668357084171, "W32": -101.35843035531157, "S32": -106.35843035531157 }, "geometry": { "type": "Point", "coordinates": [ 101739.0, 499526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.559450660168574, "S12": -9.559450660168574, "W13": -19.363757307427786, "S13": -20.142141551007835, "W21": -50.0, "S21": -56.844401357246731, "W22": -75.967719450425193, "S22": -110.96771945042519, "W31": -110.96771945042519, "S31": -110.96771945042519, "W32": -110.96771945042519, "S32": -110.96771945042519 }, "geometry": { "type": "Point", "coordinates": [ 101739.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2149068875897604, "W12": -5.6585365853660736, "S12": -5.6585365853660736, "W13": -20.0, "S13": -22.164093714599911, "W21": -46.483536285031704, "S21": -62.623881993149446, "W22": -80.031175443493083, "S22": -102.87871786793785, "W31": -105.08756570945181, "S31": -105.08756570945181, "W32": -105.58329420336794, "S32": -110.58329420336794 }, "geometry": { "type": "Point", "coordinates": [ 101739.6, 499957.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0000000000000004, "W12": -5.1319989360287268, "S12": -5.1319989360287268, "W13": -20.0, "S13": -23.148062975411285, "W21": -47.485740953058965, "S21": -72.888233812056626, "W22": -72.888233812056626, "S22": -103.23225928754927, "W31": -103.88608208974472, "S31": -103.88608208974472, "W32": -105.09953223991947, "S32": -110.09953223991947 }, "geometry": { "type": "Point", "coordinates": [ 101740.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.581908831908832, "S13": -16.304092420225938, "W21": -61.058944131214758, "S21": -62.58817726209643, "W22": -69.494333625670009, "S22": -89.494333625670009, "W31": -100.69458275243976, "S31": -100.69458275243976, "W32": -104.10471440410055, "S32": -109.10471440410055 }, "geometry": { "type": "Point", "coordinates": [ 101740.0, 502120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24609719058466203, "S11": -0.24609719058466203, "W12": -6.5841252891973658, "S12": -7.5841252891973658, "W13": -18.1765166425347, "S13": -21.149962970218315, "W21": -51.788970907511946, "S21": -54.124451118417639, "W22": -76.454489544895438, "S22": -97.511923577966854, "W31": -101.57814777932683, "S31": -101.57814777932683, "W32": -104.2995482262325, "S32": -109.2995482262325 }, "geometry": { "type": "Point", "coordinates": [ 101740.0, 502422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2151145351346231, "W12": -5.6533101045296172, "S12": -5.6533101045296172, "W13": -20.0, "S13": -22.147326296621742, "W21": -46.470999706127046, "S21": -62.967758692573717, "W22": -80.035676966823516, "S22": -102.73191116329434, "W31": -105.08574411562924, "S31": -105.08574411562924, "W32": -105.58464216321244, "S32": -110.58464216321244 }, "geometry": { "type": "Point", "coordinates": [ 101741.0, 499958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3086240660692314, "S11": 2.3086240660692314, "W12": -10.0, "S12": -12.09397838645763, "W13": -27.291922403030018, "S13": -27.291922403030018, "W21": -35.449298882366925, "S21": -35.449298882366925, "W22": -50.0, "S22": -50.0, "W31": -69.573614444565209, "S31": -74.110804320515584, "W32": -83.183574926335666, "S32": -88.183574926335666 }, "geometry": { "type": "Point", "coordinates": [ 101741.0, 509268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1841588173367845, "S11": 2.1841588173367845, "W12": -5.0, "S12": -7.8873862906974175, "W13": -24.227004709041928, "S13": -24.227004709041928, "W21": -36.679228262832552, "S21": -36.679228262832552, "W22": -40.844195964828678, "S22": -40.844195964828678, "W31": -69.970379349704444, "S31": -69.970379349704444, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101741.0, 510203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3068760611205432, "S12": -7.3068760611205432, "W13": -20.0, "S13": -21.953225379164184, "W21": -65.068617489670117, "S21": -65.693487808875972, "W22": -80.008481238415271, "S22": -85.627963734610091, "W31": -100.1904761904762, "S31": -100.1904761904762, "W32": -103.76236917221694, "S32": -108.76236917221694 }, "geometry": { "type": "Point", "coordinates": [ 101742.0, 501980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9565393602655092, "S12": -4.9565393602655092, "W13": -15.147652114645853, "S13": -15.147652114645853, "W21": -57.334823539526283, "S21": -59.236145037223672, "W22": -68.765550488870716, "S22": -88.79740388137985, "W31": -100.944846976034, "S31": -100.944846976034, "W32": -104.26817623768454, "S32": -109.26817623768454 }, "geometry": { "type": "Point", "coordinates": [ 101742.0, 502203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.078390991520385922, "S11": 0.078390991520385922, "W12": -4.8604577949760612, "S12": -4.8604577949760612, "W13": -19.030512287779125, "S13": -21.57421540625878, "W21": -40.0, "S21": -48.498507320448901, "W22": -77.607085924721815, "S22": -99.433195254208073, "W31": -100.89075409525924, "S31": -100.89075409525924, "W32": -105.03527579476777, "S32": -110.03527579476777 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 501692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.421686746987952, "S12": -14.165347278685292, "W13": -20.001765895117057, "S13": -22.579074379852024, "W21": -42.16875318517743, "S21": -65.446359616892067, "W22": -72.028148498770861, "S22": -76.967082560724307, "W31": -98.494486125625869, "S31": -98.494486125625869, "W32": -100.58146056891499, "S32": -105.58146056891499 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51363682735270078, "S11": 0.51363682735270078, "W12": -8.8002678170284145, "S12": -10.548644246368241, "W13": -25.0, "S13": -25.0, "W21": -35.923705299137254, "S21": -35.923705299137254, "W22": -41.093003437787601, "S22": -41.093003437787601, "W31": -80.0, "S31": -80.131591279548914, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 505826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.420578882669078, "W13": -25.0, "S13": -25.0, "W21": -36.562750775805554, "S21": -38.121986219761325, "W22": -42.173349534407947, "S22": -42.173349534407947, "W31": -77.230824086652973, "S31": -77.709775391511798, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101743.0, 506821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -10.0, "S12": -10.0, "W13": -20.393864401813047, "S13": -20.393864401813047, "W21": -43.097300570225308, "S21": -49.251225097178988, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101743.161290322575951, 514911.451612903212663 ] } }, +{ "type": "Feature", "properties": { "W11": 2.028918962461737, "S11": 2.028918962461737, "W12": -5.7393423174465603, "S12": -5.7393423174465603, "W13": -16.235346546196446, "S13": -19.235346546196446, "W21": -38.751883849304846, "S21": -38.96905330670387, "W22": -43.784650713187425, "S22": -45.429303481770432, "W31": -82.786946328244284, "S31": -82.786946328244284, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 498185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0996276964631162, "S11": 1.0996276964631162, "W12": -5.8037941198700018, "S12": -5.8037941198700018, "W13": -15.880245978044382, "S13": -18.880245978044382, "W21": -44.411265693926026, "S21": -54.60764863710628, "W22": -54.60764863710628, "S22": -56.576197387511755, "W31": -86.586273666702539, "S31": -86.586273666702539, "W32": -96.374921188043629, "S32": -101.37492118804363 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 498581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6069799862373371, "S11": 1.9906591996119023, "W12": -5.9303588710473818, "S12": -8.0158194498064788, "W13": -18.508011761368497, "S13": -21.508011761368497, "W21": -59.999999999999993, "S21": -72.727427894916502, "W22": -72.727427894916502, "S22": -85.588354915667153, "W31": -95.630943541511982, "S31": -95.630943541511982, "W32": -99.722299713423439, "S32": -104.72229971342344 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 499243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1340651507404775, "S12": -9.6565415835968569, "W13": -18.335981870686513, "S13": -20.519702348236475, "W21": -46.627995874914582, "S21": -64.718238965157667, "W22": -80.0, "S22": -84.406023424428327, "W31": -101.16936936936936, "S31": -101.16936936936936, "W32": -105.48134456630767, "S32": -110.48134456630767 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 500318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0473063068692277, "S12": -9.1204098984240591, "W13": -18.749708197227797, "S13": -20.650795153749534, "W21": -47.002893504205481, "S21": -64.860036361348335, "W22": -79.238743877071727, "S22": -82.301766743775573, "W31": -101.16936936936936, "S31": -101.16936936936936, "W32": -105.44679799012015, "S32": -110.44679799012015 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19269416008835158, "S11": -0.19269416008835158, "W12": -6.8634055592537875, "S12": -10.821298057588361, "W13": -19.735940787395961, "S13": -25.006979292892318, "W21": -40.0, "S21": -41.685578309540887, "W22": -41.685578309540887, "S22": -48.909190687294902, "W31": -75.846136234670425, "S31": -76.824981478399721, "W32": -96.001537795193826, "S32": -101.00153779519383 }, "geometry": { "type": "Point", "coordinates": [ 101744.0, 504298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.6118157331368703, "S12": -9.6118157331368703, "W13": -20.791001741724152, "S13": -20.791001741724152, "W21": -42.867594647769046, "S21": -49.241272951272038, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101744.2, 514564.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3440294483639859, "S11": 2.3440294483639859, "W12": -10.0, "S12": -11.726832669734128, "W13": -25.472765669800573, "S13": -25.472765669800573, "W21": -38.161498365388105, "S21": -39.89283405001671, "W22": -50.0, "S22": -50.0, "W31": -69.46656104968001, "S31": -71.058043578419102, "W32": -84.001073127535307, "S32": -89.001073127535307 }, "geometry": { "type": "Point", "coordinates": [ 101744.857142857144936, 509033.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0888324873096447, "S11": 1.0888324873096447, "W12": -6.5579218048608423, "S12": -6.5579218048608423, "W13": -16.798506557854854, "S13": -18.28341886872143, "W21": -37.755034018364832, "S21": -40.453960718976575, "W22": -43.274781343593936, "S22": -44.34152219068654, "W31": -82.128803064781977, "S31": -82.128803064781977, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.7634601859810886, "S12": -5.7634601859810886, "W13": -15.876124802719437, "S13": -17.828503778057808, "W21": -39.436041087149185, "S21": -39.962021347527852, "W22": -44.17007905721146, "S22": -46.573984599673658, "W31": -83.905372633378576, "S31": -83.905372633378576, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 498254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6294696044277548, "S11": 1.6294696044277548, "W12": -4.9854885530771051, "S12": -16.662174554990585, "W13": -25.0, "S13": -25.0, "W21": -36.041255919391226, "S21": -41.041255919391226, "W22": -42.708438837835182, "S22": -42.708438837835182, "W31": -70.793013219791973, "S31": -71.359132441203144, "W32": -89.384327560888011, "S32": -94.384327560888011 }, "geometry": { "type": "Point", "coordinates": [ 101745.0, 507321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.230455333344127, "S12": -10.97182605120517, "W13": -18.049999, "S13": -20.946854018752912, "W21": -30.0, "S21": -30.0, "W22": -47.427325647382368, "S22": -52.300480201288224, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101745.894736842106795, 496782.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6109562381653695, "S11": 2.3016691529897222, "W12": -6.1715847926616636, "S12": -7.2573068890453243, "W13": -17.618075920135343, "S13": -20.137196209379624, "W21": -53.88111888111888, "S21": -65.662397343651833, "W22": -65.662397343651833, "S22": -80.195039489559207, "W31": -90.383576712592472, "S31": -90.383576712592472, "W32": -98.598313543279986, "S32": -103.59831354327999 }, "geometry": { "type": "Point", "coordinates": [ 101746.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2605984379600699, "S12": -13.523006260350218, "W13": -25.0, "S13": -25.0, "W21": -37.121649975914025, "S21": -37.121649975914025, "W22": -41.040990020200915, "S22": -55.572488167368732, "W31": -72.303651561812586, "S31": -72.633382281724664, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101746.0, 505114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1048592592596109, "S11": 2.1048592592596109, "W12": -8.2680513279490153, "S12": -8.2680513279490153, "W13": -19.522568212824002, "S13": -20.804198647606523, "W21": -47.901086772153015, "S21": -65.233088104154191, "W22": -76.930896630497017, "S22": -77.573702728638764, "W31": -101.14558558558565, "S31": -101.14558558558565, "W32": -105.37064671228293, "S32": -110.37064671228293 }, "geometry": { "type": "Point", "coordinates": [ 101746.4, 500412.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.7636733041124693, "S12": -5.7636733041124693, "W13": -15.901855044312248, "S13": -17.313421929639823, "W21": -39.7637321393047, "S21": -41.074227934074088, "W22": -44.840258086520947, "S22": -47.32753003586204, "W31": -84.173163251411395, "S31": -84.173163251411395, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 498288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88747948312393687, "S11": 0.88747948312393687, "W12": -5.8577371609063684, "S12": -5.8577371609063684, "W13": -16.644964293238516, "S13": -19.199613216369315, "W21": -47.614523243976919, "S21": -58.511718935466668, "W22": -58.511718935466668, "S22": -67.368381384053606, "W31": -88.172832273204662, "S31": -88.172832273204662, "W32": -97.528304509060831, "S32": -102.52830450906083 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 498771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37924748773077821, "S11": -0.37924748773077821, "W12": -6.8101788170563964, "S12": -6.8101788170563964, "W13": -20.0, "S13": -21.562430999617423, "W21": -57.488800398208056, "S21": -59.269741887177403, "W22": -80.006502182010578, "S22": -85.875725812175887, "W31": -100.19917237143495, "S31": -100.19917237143495, "W32": -103.50077268960437, "S32": -108.50077268960437 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 501892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4356251635982904, "S11": -0.4356251635982904, "W12": -7.6748656134306383, "S12": -7.6748656134306383, "W13": -19.999999999999996, "S13": -21.641195519771866, "W21": -37.816219921727296, "S21": -40.556524259130427, "W22": -46.279444688159238, "S22": -51.651638211716907, "W31": -79.130525351632144, "S31": -79.130525351632144, "W32": -97.655965634273912, "S32": -102.65596563427391 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 503745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.597490812317831, "W13": -25.0, "S13": -25.0, "W21": -36.375509087621573, "S21": -36.375509087621573, "W22": -41.863508152514228, "S22": -52.209054757370403, "W31": -78.037846967088171, "S31": -78.35897980358682, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101747.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7214017838622513, "S11": 2.7214017838622513, "W12": -9.1154133099045644, "S12": -14.420778220489549, "W13": -19.012488216107755, "S13": -22.012488216107755, "W21": -57.2496290652442, "S21": -73.45713157121412, "W22": -73.45713157121412, "S22": -73.45713157121412, "W31": -103.72041876630252, "S31": -103.72041876630252, "W32": -105.13659474233216, "S32": -110.13659474233216 }, "geometry": { "type": "Point", "coordinates": [ 101747.8, 501155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16328244946968179, "S11": 0.16328244946968179, "W12": -9.753349133853856, "S12": -9.753349133853856, "W13": -17.647659925457887, "S13": -18.004154424989238, "W21": -36.255133843564529, "S21": -43.149599206952367, "W22": -43.149599206952367, "S22": -43.149599206952367, "W31": -81.595053547203761, "S31": -81.595053547203761, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101748.0, 497935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0289216947155584, "S12": -9.2287035525596792, "W13": -18.597833601550246, "S13": -20.56902925372416, "W21": -46.90210429261613, "S21": -64.87746226797411, "W22": -79.431993558343962, "S22": -82.444821221478378, "W31": -101.12972972972973, "S31": -101.12972972972973, "W32": -105.46711341128604, "S32": -110.46711341128604 }, "geometry": { "type": "Point", "coordinates": [ 101748.0, 500337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5067220673787762, "S12": -8.5587986572339219, "W13": -20.0, "S13": -23.0, "W21": -38.648822499688471, "S21": -39.461734790700639, "W22": -41.722345560525845, "S22": -42.681409768106093, "W31": -77.398114251960891, "S31": -78.860788393049859, "W32": -96.504907827930893, "S32": -101.50490782793089 }, "geometry": { "type": "Point", "coordinates": [ 101748.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4456641950797713, "S11": 2.4456641950797713, "W12": -4.0022928524558434, "S12": -4.0022928524558434, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -36.759803298774187, "S21": -41.759803298774187, "W22": -47.54742777026614, "S22": -47.54742777026614, "W31": -69.147308578800292, "S31": -71.897964650947685, "W32": -87.639789902081844, "S32": -92.639789902081844 }, "geometry": { "type": "Point", "coordinates": [ 101748.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7400706543556801, "S11": 2.1799458113908559, "W12": -5.0, "S12": -5.0, "W13": -19.955754393855521, "S13": -22.934686289984871, "W21": -48.960092259551907, "S21": -68.960092259551914, "W22": -68.960092259551914, "S22": -87.88132127054061, "W31": -102.44124066628375, "S31": -102.44124066628375, "W32": -102.82205717950274, "S32": -107.82205717950274 }, "geometry": { "type": "Point", "coordinates": [ 101749.0, 499657.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.778490028490028, "S13": -16.653663881063046, "W21": -62.292157867760125, "S21": -64.458613183784962, "W22": -70.0, "S22": -89.963704086348926, "W31": -100.65109518192541, "S31": -100.65109518192541, "W32": -103.95909962861791, "S32": -108.95909962861791 }, "geometry": { "type": "Point", "coordinates": [ 101749.0, 502105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9427569858861213, "S12": -5.002867222652557, "W13": -15.581180754179718, "S13": -17.315130093035858, "W21": -54.191304347826083, "S21": -56.875679973535227, "W22": -68.735522699445653, "S22": -88.735522699445653, "W31": -101.25172077275444, "S31": -101.25172077275444, "W32": -104.39912909364354, "S32": -109.39912909364354 }, "geometry": { "type": "Point", "coordinates": [ 101749.0, 502299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.078000659226821, "S11": 2.078000659226821, "W12": -8.8606465182075382, "S12": -16.19116139062178, "W13": -18.637194012501251, "S13": -21.762888760665689, "W21": -60.0, "S21": -68.902795018740363, "W22": -70.108357300870935, "S22": -77.212317696910532, "W31": -102.7071123462143, "S31": -102.7071123462143, "W32": -105.32986046935567, "S32": -110.32986046935567 }, "geometry": { "type": "Point", "coordinates": [ 101750.0, 501274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.975806451612903, "S12": -6.975806451612903, "W13": -20.0, "S13": -21.797254785085105, "W21": -64.456275824696874, "S21": -65.731788814617261, "W22": -80.007284599339698, "S22": -89.900739698274251, "W31": -100.22984000241962, "S31": -100.22984000241962, "W32": -103.70854025352199, "S32": -108.70854025352199 }, "geometry": { "type": "Point", "coordinates": [ 101750.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27081822163819536, "S11": 0.27081822163819536, "W12": -5.6738342534543529, "S12": -5.6738342534543529, "W13": -20.0, "S13": -22.909712864102829, "W21": -44.986619090098124, "S21": -54.422092138633126, "W22": -78.647797748233373, "S22": -103.00958045397172, "W31": -103.00958045397172, "S31": -103.00958045397172, "W32": -103.00958045397172, "S32": -107.83201266654736 }, "geometry": { "type": "Point", "coordinates": [ 101750.0, 502629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2667199380115264, "S12": -15.266719938011526, "W13": -25.0, "S13": -25.0, "W21": -36.620592441956099, "S21": -39.229470603358138, "W22": -42.282863542723454, "S22": -42.282863542723454, "W31": -75.784484295794627, "S31": -76.568170705940176, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101750.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93394162762242994, "S11": 0.93394162762242994, "W12": -5.8010169197731187, "S12": -5.8010169197731187, "W13": -16.667816108000228, "S13": -19.197040411975014, "W21": -47.68917543264336, "S21": -58.575150984825576, "W22": -58.575150984825576, "S22": -67.844258881802446, "W31": -88.207317549956443, "S31": -88.207317549956443, "W32": -97.548643078445863, "S32": -102.54864307844586 }, "geometry": { "type": "Point", "coordinates": [ 101751.0, 498777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2648428405122236, "S11": 1.2648428405122236, "W12": -8.0658982990471859, "S12": -11.065898299047186, "W13": -18.067967124726611, "S13": -21.330330046307409, "W21": -45.403909772775613, "S21": -65.472654349963094, "W22": -80.0, "S22": -88.071388733965421, "W31": -102.73321586290234, "S31": -102.73321586290234, "W32": -105.61344189572924, "S32": -110.61344189572924 }, "geometry": { "type": "Point", "coordinates": [ 101751.0, 500224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3373188880392504, "S11": 2.3373188880392504, "W12": -10.0, "S12": -11.917167093276525, "W13": -26.262699386932177, "S13": -26.262699386932177, "W21": -37.142788702755738, "S21": -38.12973162905206, "W22": -50.0, "S22": -50.0, "W31": -69.497373566506482, "S31": -72.216308362647169, "W32": -83.686582626937678, "S32": -88.686582626937678 }, "geometry": { "type": "Point", "coordinates": [ 101751.111111111109494, 509134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.7012950893019099, "S12": -5.7012950893019099, "W13": -15.921295374529562, "S13": -17.840465417843799, "W21": -40.090022460210314, "S21": -42.135646332094794, "W22": -45.531944930820273, "S22": -48.054896753514093, "W31": -84.417147326139698, "S31": -84.417147326139698, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 498321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86652839535647153, "S11": 0.86652839535647153, "W12": -5.7831534142888783, "S12": -5.7831534142888783, "W13": -16.637433578241669, "S13": -19.158218029301029, "W21": -47.563624024431626, "S21": -58.414296230473127, "W22": -58.414296230473127, "S22": -67.357507263492678, "W31": -88.142563826068496, "S31": -88.142563826068496, "W32": -97.501576239127331, "S32": -102.50157623912733 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 498770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7878238397760309, "S11": 2.7878238397760309, "W12": -9.4876103110434773, "S12": -9.4876103110434773, "W13": -19.222963376891336, "S13": -22.236471977087113, "W21": -49.259657110336484, "S21": -50.130282880677257, "W22": -70.098771425307007, "S22": -93.368594997157203, "W31": -102.94621114002135, "S31": -102.94621114002135, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 500932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6940123072668185, "S11": 2.6940123072668185, "W12": -9.1564343541280007, "S12": -14.061424820299592, "W13": -19.026771090473396, "S13": -22.026771090473396, "W21": -56.747403456710913, "S21": -70.0, "W22": -70.0, "S22": -73.514763187748045, "W31": -103.69982018351237, "S31": -103.69982018351237, "W32": -105.10112328249828, "S32": -110.10112328249828 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 501147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9216867469879535, "S12": -12.475776726538054, "W13": -20.049846403076927, "S13": -23.049846403076927, "W21": -42.31671922322974, "S21": -54.531479677397556, "W22": -72.203068925028631, "S22": -78.758110568375997, "W31": -98.592051286050761, "S31": -98.592051286050761, "W32": -100.73662598653114, "S32": -105.73662598653114 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 502860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43445179580518994, "S11": 0.43445179580518994, "W12": -8.3090503089884251, "S12": -15.391281442415085, "W13": -23.712836656173486, "S13": -23.712836656173486, "W21": -37.633384567426901, "S21": -38.03357967125001, "W22": -41.164267170369101, "S22": -46.265731790097355, "W31": -71.321277732418082, "S31": -71.689965772544582, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101752.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -22.380605174203517, "S13": -22.380605174203517, "W21": -41.64457800132945, "S21": -43.997567334941245, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101752.461538461531745, 513140.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14461199233707703, "S11": 0.14461199233707703, "W12": -12.794522492054572, "S12": -12.794522492054572, "W13": -22.940468007530825, "S13": -22.940468007530825, "W21": -42.992677048007572, "S21": -42.992677048007572, "W22": -42.992677048007572, "S22": -42.992677048007572, "W31": -70.0, "S31": -70.0, "W32": -80.902589765803043, "S32": -85.902589765803043 }, "geometry": { "type": "Point", "coordinates": [ 101752.8, 511853.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5226505018065035, "S11": 2.0343097702225288, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.0, "W21": -48.063887359737755, "S21": -59.529763502775452, "W22": -69.532394370916904, "S22": -96.776623473571917, "W31": -103.14198736358415, "S31": -103.14198736358415, "W32": -104.16219635846817, "S32": -109.16219635846817 }, "geometry": { "type": "Point", "coordinates": [ 101753.0, 499761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5545940783190062, "S12": -7.5545940783190062, "W13": -20.041655503882701, "S13": -23.329776577554888, "W21": -41.679037096438854, "S21": -64.032893102293755, "W22": -75.183960583887483, "S22": -91.436011521724623, "W31": -100.01408045224947, "S31": -100.01408045224947, "W32": -101.72033579897776, "S32": -106.72033579897776 }, "geometry": { "type": "Point", "coordinates": [ 101753.0, 502752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1805374525389922, "S11": 2.1805374525389922, "W12": -5.0, "S12": -7.8055422184431258, "W13": -24.365958691989565, "S13": -24.365958691989565, "W21": -37.03952053570368, "S21": -37.03952053570368, "W22": -39.203487777348215, "S22": -39.203487777348215, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101753.0, 510327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2758158247653109, "W12": -5.9794444947073195, "S12": -5.9794444947073195, "W13": -19.403481012658226, "S13": -21.616283724960454, "W21": -46.048166191365105, "S21": -72.696909070956536, "W22": -80.620455975043186, "S22": -99.074443705104528, "W31": -105.43471415086067, "S31": -105.43471415086067, "W32": -105.69964378238342, "S32": -110.69964378238342 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32130152851705829, "S11": 0.32130152851705829, "W12": -5.5623018652449039, "S12": -8.8259140830405087, "W13": -19.597799182026876, "S13": -21.330865235906433, "W21": -40.0, "S21": -47.101035965419214, "W22": -73.04862414086098, "S22": -96.534530181129441, "W31": -101.50151237703335, "S31": -101.50151237703335, "W32": -105.15149079646365, "S32": -110.15149079646365 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 501566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076567234736568415, "S11": -0.076567234736568415, "W12": -5.0968201233981958, "S12": -5.3768381117058954, "W13": -19.852529451313224, "S13": -22.852529451313224, "W21": -47.722695584817977, "S21": -55.04664957547547, "W22": -80.940240240107499, "S22": -102.84718568227923, "W31": -102.84718568227923, "S31": -102.84718568227923, "W32": -103.70533555868232, "S32": -108.70533555868232 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 502529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0378216750176179, "S12": -8.0378216750176179, "W13": -20.045735844250711, "S13": -23.045735844250711, "W21": -37.488120725406731, "S21": -39.320001874925637, "W22": -42.669956669478417, "S22": -42.669956669478417, "W31": -78.050838760915696, "S31": -78.050838760915696, "W32": -96.931938045503983, "S32": -101.93193804550398 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 503985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5538517935318037, "S12": -13.143497886782967, "W13": -25.0, "S13": -25.0, "W21": -36.148831008883619, "S21": -36.148831008883619, "W22": -41.492023848465109, "S22": -46.270891867588105, "W31": -75.029598017621154, "S31": -75.199273831349203, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 506233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7995786720906572, "S12": -11.110788975032264, "W13": -25.0, "S13": -25.0, "W21": -36.550883740938247, "S21": -38.412473719854283, "W22": -42.171718980610166, "S22": -42.171718980610166, "W31": -76.77610629801373, "S31": -77.27610629801373, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101754.0, 506859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2934646549972646, "S11": 0.2934646549972646, "W12": -8.3572553432449546, "S12": -18.057778504062728, "W13": -21.288370892253457, "S13": -21.288370892253461, "W21": -38.626719681591574, "S21": -40.999286927277922, "W22": -41.440042259321793, "S22": -42.571145333462134, "W31": -70.141774269960891, "S31": -70.552711218481207, "W32": -92.560047109707639, "S32": -97.560047109707639 }, "geometry": { "type": "Point", "coordinates": [ 101754.285714285710128, 504786.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27214416316573231, "S11": -0.27214416316573231, "W12": -8.4068949547687755, "S12": -10.117625389464823, "W13": -20.09099661576802, "S13": -20.594550186294253, "W21": -36.744224912346638, "S21": -39.270923525421104, "W22": -44.092108682305728, "S22": -44.092108682305728, "W31": -78.474598191152992, "S31": -78.474598191152992, "W32": -97.212791836578603, "S32": -102.2127918365786 }, "geometry": { "type": "Point", "coordinates": [ 101754.428571428565192, 503891.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47895975702353832, "S11": -0.47895975702353832, "W12": -5.5556237764726824, "S12": -5.9357788474795159, "W13": -16.43737381149954, "S13": -18.869381822605845, "W21": -54.6158256880734, "S21": -57.858500719775996, "W22": -70.0, "S22": -90.159502755951678, "W31": -101.39103963353914, "S31": -101.39103963353914, "W32": -104.38032191966821, "S32": -109.38032191966821 }, "geometry": { "type": "Point", "coordinates": [ 101755.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24574644446383628, "S11": -0.24574644446383628, "W12": -8.2742672618909019, "S12": -8.2742672618909019, "W13": -20.06399929048677, "S13": -20.432132627781471, "W21": -36.877261270335431, "S21": -39.524124603495544, "W22": -44.778796804449982, "S22": -45.991686540145352, "W31": -78.683104189046205, "S31": -78.683104189046205, "W32": -97.350606373617964, "S32": -102.35060637361796 }, "geometry": { "type": "Point", "coordinates": [ 101755.0, 503845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0147859549573424, "S11": 2.4535965946944898, "W12": -5.0564356587482928, "S12": -5.0564356587482928, "W13": -19.281130392770592, "S13": -22.206927145626874, "W21": -54.667726175760791, "S21": -68.673266201173746, "W22": -68.673266201173746, "S22": -77.086623542485142, "W31": -99.826146209724797, "S31": -99.826146209724797, "W32": -100.42524670460274, "S32": -105.42524670460274 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 499460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0328822624202285, "S12": -9.0328822624202285, "W13": -19.479310952544704, "S13": -19.479310952544704, "W21": -50.0, "S21": -65.0, "W22": -75.395742724120097, "S22": -96.107564989118501, "W31": -101.60302603924708, "S31": -101.60302603924708, "W32": -105.10424127915175, "S32": -110.10424127915175 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 500607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00098256930256711891, "S11": 0.00098256930256711891, "W12": -5.0, "S12": -5.0, "W13": -18.987648460663831, "S13": -20.870025952745067, "W21": -44.826015314529421, "S21": -51.948917992903482, "W22": -79.250970541219459, "S22": -97.066540206835526, "W31": -100.58651659570471, "S31": -100.58651659570471, "W32": -104.60029974343995, "S32": -109.60029974343995 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 501740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7552245768548378, "S12": -7.7996228387101176, "W13": -20.0, "S13": -23.0, "W21": -37.958207994531357, "S21": -39.266341008657506, "W22": -41.905914422117327, "S22": -41.905914422117327, "W31": -77.74493558726256, "S31": -78.164372785464252, "W32": -96.726784826176541, "S32": -101.72678482617654 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27939562973227372, "S11": 0.27939562973227372, "W12": -8.3693253935043099, "S12": -18.216795566036605, "W13": -21.035909991838636, "S13": -21.402299198417396, "W21": -38.72533461037137, "S21": -41.280201875377941, "W22": -41.461623934535446, "S22": -44.088206213016456, "W31": -70.0, "S31": -70.419231350686417, "W32": -92.903077360434963, "S32": -97.903077360434963 }, "geometry": { "type": "Point", "coordinates": [ 101756.0, 504764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9809464248488595, "W12": -6.0935960124327195, "S12": -8.6593726588798603, "W13": -17.996040110467366, "S13": -20.606026136242047, "W21": -59.999999999999993, "S21": -72.092611180918198, "W22": -72.092611180918198, "S22": -82.496937285481906, "W31": -92.544564529879267, "S31": -92.544564529879267, "W32": -98.688772792980146, "S32": -103.68877279298015 }, "geometry": { "type": "Point", "coordinates": [ 101757.0, 499106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4742788461538461, "S11": 2.4742788461538461, "W12": -6.9844838505383153, "S12": -8.6982625397093862, "W13": -18.397987486169928, "S13": -21.005623908514131, "W21": -45.122361167614969, "S21": -71.882585138130239, "W22": -80.55793552211631, "S22": -92.798872499249612, "W31": -106.28099747336043, "S31": -106.28099747336043, "W32": -106.28099747336043, "S32": -110.75310688435655 }, "geometry": { "type": "Point", "coordinates": [ 101757.0, 500122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19, "S11": -0.19, "W12": -8.4499998, "S12": -10.6499998, "W13": -20.08, "S13": -20.08, "W21": -36.599998, "S21": -39.219998, "W22": -44.32, "S22": -44.32, "W31": -78.551375022499371, "S31": -78.551375022499371, "W32": -97.260134350423286, "S32": -102.26013435042329 }, "geometry": { "type": "Point", "coordinates": [ 101757.9, 503874.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6023942134459879, "S11": 2.0226535630787672, "W12": -5.8061760581461952, "S12": -8.0998065057897026, "W13": -18.430110356053355, "S13": -21.257661761239344, "W21": -60.0, "S21": -72.542870839113604, "W22": -72.542870839113604, "S22": -89.122801274888275, "W31": -95.114429502516288, "S31": -95.114429502516288, "W32": -99.45677259009409, "S32": -104.45677259009409 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 499226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.497228144989339, "W12": -6.9621279290690303, "S12": -8.6848978636064551, "W13": -18.39382797298844, "S13": -21.017035916159251, "W21": -45.118089655894202, "S21": -72.102549929478442, "W22": -80.57850692102852, "S22": -92.74693971522818, "W31": -106.31133296715369, "S31": -106.31133296715369, "W32": -106.31133296715369, "S32": -110.75664348178252 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 500121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24152551058756005, "S11": 0.24152551058756005, "W12": -5.0, "S12": -6.8434594953520573, "W13": -19.475100792032624, "S13": -21.941126965861997, "W21": -40.0, "S21": -47.429580002513859, "W22": -74.753429643720509, "S22": -97.536173677562005, "W31": -101.05295518722617, "S31": -101.05295518722617, "W32": -105.10467919941975, "S32": -110.10467919941975 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 501611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.477415910304325, "S12": -5.8003322158705028, "W13": -16.271866442447035, "S13": -18.530998420871668, "W21": -55.12614678899083, "S21": -58.573220138787271, "W22": -69.955956408632375, "S22": -90.004747049556798, "W31": -101.37877912766382, "S31": -101.37877912766382, "W32": -104.36011939473927, "S32": -109.36011939473927 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 502331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42879984176853458, "S11": 0.42879984176853458, "W12": -8.3398436953072252, "S12": -15.71600416438112, "W13": -23.573802028681357, "S13": -23.573802028681357, "W21": -37.671180668259417, "S21": -38.494921396956713, "W22": -41.151716997186391, "S22": -45.318530714026579, "W31": -71.17829387039221, "S31": -71.559983347795196, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 504987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9218267871668964, "S12": -12.055350634230358, "W13": -25.0, "S13": -25.0, "W21": -36.263449998120848, "S21": -36.263449998120848, "W22": -41.692496703165936, "S22": -51.839034652566738, "W31": -75.378979899455175, "S31": -75.641554283133274, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 506432.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53472944794646216, "S11": -0.53472944794646216, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -22.962092121164869, "S13": -22.962092121164869, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -44.146012679878915, "W31": -70.0, "S31": -70.0, "W32": -81.133621461516498, "S32": -86.133621461516498 }, "geometry": { "type": "Point", "coordinates": [ 101758.0, 512316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8149023813852692, "S11": 2.8149023813852692, "W12": -9.3552706625206898, "S12": -9.3552706625206898, "W13": -19.166215568862299, "S13": -22.268578874693635, "W21": -49.956206872021021, "S21": -54.309117799870904, "W22": -70.273851393843017, "S22": -100.03613249832112, "W31": -103.00412294229095, "S31": -103.00412294229095, "W32": -104.89347302058236, "S32": -109.89347302058236 }, "geometry": { "type": "Point", "coordinates": [ 101758.4, 500967.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8490174787736207, "S11": 1.8490174787736207, "W12": -4.9849485499519259, "S12": -15.402381389691282, "W13": -25.0, "S13": -25.0, "W21": -35.984713025136301, "S21": -40.984713025136301, "W22": -42.684031256490137, "S22": -42.684031256490137, "W31": -70.360794380406006, "S31": -70.963832701573864, "W32": -89.369699435788561, "S32": -94.369699435788561 }, "geometry": { "type": "Point", "coordinates": [ 101758.5, 507347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.003478393823382, "S12": -11.105625652685017, "W13": -25.0, "S13": -25.0, "W21": -36.391415683893491, "S21": -36.391415683893484, "W22": -41.909947703281546, "S22": -47.729142520318916, "W31": -80.0, "S31": -80.369231419896551, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101758.666666666671517, 506634.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13958114181887726, "S11": -0.13958114181887726, "W12": -6.7812007011393511, "S12": -7.4218433166974123, "W13": -18.854938162238792, "S13": -21.802897986469802, "W21": -54.451538015089959, "S21": -60.374734268565739, "W22": -80.0, "S22": -100.88465814471678, "W31": -101.7394310562305, "S31": -101.7394310562305, "W32": -104.25802207025946, "S32": -109.25802207025946 }, "geometry": { "type": "Point", "coordinates": [ 101759.0, 502453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8603662026407388, "S11": 2.3034183020802441, "W12": -5.2977424897789893, "S12": -6.1829968774737214, "W13": -18.94165232682008, "S13": -21.94165232682008, "W21": -58.290658661486844, "S21": -71.350822373255355, "W22": -71.350822373255355, "S22": -74.05804139795471, "W31": -97.31621741369193, "S31": -97.31621741369193, "W32": -100.14716919974069, "S32": -105.14716919974069 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 499368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0203872252199684, "S11": 2.4726802407785304, "W12": -5.0, "S12": -5.0000739499112372, "W13": -19.268075211862339, "S13": -22.149013275602567, "W21": -54.979692742362701, "S21": -68.864470378957364, "W22": -68.864470378957364, "S22": -78.058186053003936, "W31": -99.673422437828975, "S31": -99.673422437828975, "W32": -100.39610674926169, "S32": -105.39610674926169 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1773150854509815, "W12": -5.4558652729384445, "S12": -5.4558652729384445, "W13": -20.0, "S13": -22.218760090410075, "W21": -46.380828307829852, "S21": -67.243882324450354, "W22": -79.772845336481694, "S22": -101.27240588005549, "W31": -104.95354300246052, "S31": -104.95354300246052, "W32": -105.57072650837824, "S32": -110.57072650837824 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 499956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3420439350525299, "S12": -9.1010418900627545, "W13": -20.090595138760015, "S13": -22.1140555493172, "W21": -42.166438489201106, "S21": -64.616808995101763, "W22": -73.773234017810694, "S22": -85.699362338578666, "W31": -99.249738734382561, "S31": -99.249738734382561, "W32": -101.2735315938703, "S32": -106.2735315938703 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -17.946231946231947, "W13": -19.53261307295249, "S13": -21.810708221856778, "W21": -42.130685570962299, "S21": -57.312613605333944, "W22": -71.764557072038912, "S22": -72.425748104726821, "W31": -97.569371870661826, "S31": -97.569371870661826, "W32": -100.12831102470118, "S32": -105.12831102470118 }, "geometry": { "type": "Point", "coordinates": [ 101761.0, 502929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21000642429549493, "S11": 0.21000642429549493, "W12": -6.3039726354969989, "S12": -6.3039726354969989, "W13": -20.0, "S13": -22.883672488383127, "W21": -46.807612250967104, "S21": -56.748481556863268, "W22": -79.612076122093455, "S22": -103.02296243500248, "W31": -103.02296243500248, "S31": -103.02296243500248, "W32": -103.15263309594152, "S32": -108.15263309594152 }, "geometry": { "type": "Point", "coordinates": [ 101761.333333333328483, 502596.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64312628515938441, "S11": -0.64312628515938441, "W12": -15.0, "S12": -15.0, "W13": -22.913956783311303, "S13": -22.913956783311303, "W21": -42.23336321699017, "S21": -44.123165121233562, "W22": -44.123165121233562, "S22": -44.123165121233562, "W31": -70.0, "S31": -70.0, "W32": -81.138221023308134, "S32": -86.138221023308134 }, "geometry": { "type": "Point", "coordinates": [ 101761.769230769234127, 512402.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0540902995082706, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.026488243327652, "W21": -46.913820720940727, "S21": -74.684769474403325, "W22": -75.997402597402598, "S22": -103.34679514034352, "W31": -104.30512790091869, "S31": -104.30512790091869, "W32": -105.27885013914383, "S32": -110.27885013914383 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2016129032258061, "S12": -7.2016129032258061, "W13": -20.0, "S13": -21.966206371282865, "W21": -64.061234166497329, "S21": -65.240210043139498, "W22": -80.006936300318358, "S22": -91.410284854351843, "W31": -100.17927170868347, "S31": -100.17927170868347, "W32": -103.52345999201988, "S32": -108.52345999201988 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 501984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1317933075311526, "S12": -8.1317933075311526, "W13": -20.044684402497577, "S13": -21.897243113761036, "W21": -37.066947849041156, "S21": -39.103767200631765, "W22": -43.174579239102016, "S22": -43.174579239102016, "W31": -78.221663179071811, "S31": -78.221663179071811, "W32": -97.036984281833938, "S32": -102.03698428183394 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5493307712877726, "S12": -8.4723672956300895, "W13": -20.0, "S13": -23.0, "W21": -38.155889049891805, "S21": -39.098566591399951, "W22": -41.675511939569944, "S22": -41.675511939569944, "W31": -77.55829018367703, "S31": -78.651424445762842, "W32": -96.596622179228632, "S32": -101.59662217922863 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4721162359671895, "S11": 2.4721162359671895, "W12": -4.2748722388011702, "S12": -4.2748722388011702, "W13": -20.57136240322901, "S13": -20.57136240322901, "W21": -36.206285420017103, "S21": -41.206285420017103, "W22": -47.153983710719139, "S22": -47.153983710719139, "W31": -69.182219433772261, "S31": -72.182219433772261, "W32": -88.061283147134546, "S32": -93.061283147134546 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 508224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4130407813580095, "S11": 2.4130407813580095, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -21.838867552594909, "S13": -21.838867552594909, "W21": -38.738180817435506, "S21": -43.32653211217734, "W22": -48.51215519593346, "S22": -49.200028122287584, "W31": -69.272393469132311, "S31": -70.556838691121271, "W32": -86.435447215217465, "S32": -91.435447215217465 }, "geometry": { "type": "Point", "coordinates": [ 101762.0, 508653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4675644063937394, "S12": -9.4675644063937394, "W13": -19.404024673314993, "S13": -20.117171536073567, "W21": -49.999999999999993, "S21": -49.999999999999993, "W22": -74.884524233646744, "S22": -106.27655335800006, "W31": -106.27655335800006, "S31": -106.27655335800006, "W32": -106.27655335800006, "S32": -109.87760324677765 }, "geometry": { "type": "Point", "coordinates": [ 101763.0, 500728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3583774419864643, "S11": 2.3583774419864643, "W12": -10.0, "S12": -11.867124335322064, "W13": -25.801247318983748, "S13": -25.801247318983748, "W21": -38.052443293664972, "S21": -39.48393293764255, "W22": -50.0, "S22": -50.0, "W31": -69.448368467257666, "S31": -71.319098902289042, "W32": -83.950400240350774, "S32": -88.950400240350774 }, "geometry": { "type": "Point", "coordinates": [ 101763.142857142855064, 509072.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39149491358771704, "S11": 0.39149491358771704, "W12": -6.2979853450798808, "S12": -6.2979853450798808, "W13": -17.494572937015253, "S13": -19.306223583352676, "W21": -33.614682114253242, "S21": -35.435688135385789, "W22": -43.125724353094753, "S22": -46.002282784807093, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 497478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5872470110182073, "S12": -5.5872470110182073, "W13": -16.191486447099969, "S13": -18.921182472041512, "W21": -38.686792222205305, "S21": -38.995909570636698, "W22": -43.602404565151517, "S22": -45.086905465503712, "W31": -82.88805329181362, "S31": -82.88805329181362, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 498191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70689775852012304, "S11": 0.70689775852012304, "W12": -5.5687913484779905, "S12": -5.5687913484779905, "W13": -16.27284322113896, "S13": -18.898741435821528, "W21": -46.057007125890735, "S21": -56.484039178243634, "W22": -56.484039178243634, "S22": -61.516487843775607, "W31": -87.365519139413081, "S31": -87.365519139413081, "W32": -96.936774167305074, "S32": -101.93677416730507 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 498686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.250292397660818, "W21": -47.197527121162572, "S21": -76.253616448609989, "W22": -76.253616448609989, "S22": -104.3678104886316, "W31": -104.3678104886316, "S31": -104.3678104886316, "W32": -105.11497128308366, "S32": -110.11497128308366 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 499857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.151851724493655, "W12": -5.3135888501742166, "S12": -5.3135888501742166, "W13": -20.0, "S13": -22.245979980626412, "W21": -46.448895079076657, "S21": -69.287364608162534, "W22": -79.147343565525375, "S22": -101.36058194005408, "W31": -104.83628703039807, "S31": -104.83628703039807, "W32": -105.51678607377583, "S32": -110.51678607377583 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 499946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4320739269971958, "S11": 1.4320739269971958, "W12": -6.40385417248776, "S12": -7.40385417248776, "W13": -21.114660947757415, "S13": -21.114660947757415, "W21": -39.811407344702673, "S21": -39.811407344702673, "W22": -39.811407344702673, "S22": -39.811407344702673, "W31": -70.0, "S31": -70.0, "W32": -80.278674481296662, "S32": -85.278674481296662 }, "geometry": { "type": "Point", "coordinates": [ 101764.0, 511067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0486314088236304, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.012698900028585, "W21": -46.900446397158952, "S21": -75.459137532893024, "W22": -75.966115702479343, "S22": -103.14479186502648, "W31": -104.29111373613051, "S31": -104.29111373613051, "W32": -105.27152288471785, "S32": -110.27152288471785 }, "geometry": { "type": "Point", "coordinates": [ 101764.5, 499892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39583783988201038, "S11": 0.39583783988201038, "W12": -6.1962765365079271, "S12": -6.1962765365079271, "W13": -17.503827934124214, "S13": -19.266278215861039, "W21": -33.737065072252939, "S21": -35.616449136165983, "W22": -42.752676679458844, "S22": -45.384677220994639, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101765.0, 497501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90131158793160049, "S11": 0.90131158793160049, "W12": -5.5933957994279826, "S12": -5.5933957994279826, "W13": -16.658620382909906, "S13": -19.093710559761597, "W21": -47.594163556158804, "S21": -58.360578675165783, "W22": -58.360578675165783, "S22": -67.647678953591367, "W31": -88.146736500400181, "S31": -88.146736500400181, "W32": -97.490983234239295, "S32": -102.49098323423929 }, "geometry": { "type": "Point", "coordinates": [ 101765.0, 498777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6043448800387194, "S11": 2.6043448800387194, "W12": -9.2438003239945346, "S12": -12.965335782680395, "W13": -19.030146903226523, "S13": -22.030146903226523, "W21": -55.309780647231022, "S21": -73.037787704398141, "W22": -73.037787704398141, "S22": -73.037787704398141, "W31": -103.52593366199233, "S31": -103.52593366199233, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101766.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072627461176637431, "S11": -0.072627461176637431, "W12": -5.0, "S12": -5.3811424295335648, "W13": -19.584421371329054, "S13": -22.525746292464699, "W21": -55.028963046750277, "S21": -63.000141910580709, "W22": -81.052169645721676, "S22": -102.07567615445863, "W31": -102.07567615445863, "S31": -102.07567615445863, "W32": -104.04760240949514, "S32": -109.04760240949514 }, "geometry": { "type": "Point", "coordinates": [ 101766.0, 502493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48078894053152171, "S11": -0.48078894053152171, "W12": -8.1213253361992859, "S12": -8.1213253361992859, "W13": -20.044552517155395, "S13": -21.706129796058104, "W21": -36.961686794606479, "S21": -38.993049694537724, "W22": -43.206708531175835, "S22": -43.206708531175835, "W31": -78.241640636903441, "S31": -78.241640636903441, "W32": -97.046070321850763, "S32": -102.04607032185076 }, "geometry": { "type": "Point", "coordinates": [ 101766.0, 503944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0948793796688747, "S12": -9.0948793796688747, "W13": -19.477654530605228, "S13": -19.477654530605228, "W21": -50.0, "S21": -65.0, "W22": -75.551989730423614, "S22": -105.83070323700045, "W31": -105.83070323700045, "S31": -105.83070323700045, "W32": -105.83070323700045, "S32": -109.93434591870539 }, "geometry": { "type": "Point", "coordinates": [ 101766.5, 500642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39440578250764147, "S11": 0.39440578250764147, "W12": -5.0, "S12": -5.0, "W13": -19.979481230491906, "S13": -19.979481230491906, "W21": -40.240290416884477, "S21": -40.240290416884477, "W22": -70.385597618567786, "S22": -93.260260743982769, "W31": -93.966615458390805, "S31": -93.966615458390805, "W32": -99.328601576265868, "S32": -104.32860157626587 }, "geometry": { "type": "Point", "coordinates": [ 101767.0, 503191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6050977117623444, "S11": 2.1050977117623444, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.841785072676792, "W21": -48.193931316509456, "S21": -59.981600156751654, "W22": -69.290462374221278, "S22": -96.596142670447534, "W31": -103.05238368753589, "S31": -103.05238368753589, "W32": -103.70310509485141, "S32": -108.70310509485141 }, "geometry": { "type": "Point", "coordinates": [ 101768.0, 499736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.680585455306246, "S11": 1.680585455306246, "W12": -5.0, "S12": -6.3561912068045201, "W13": -22.161862758418927, "S13": -22.161862758418927, "W21": -39.209024671034847, "S21": -39.209024671034847, "W22": -39.209024671034847, "S22": -39.209024671034847, "W31": -70.0, "S31": -70.0, "W32": -80.141999119160204, "S32": -85.141999119160204 }, "geometry": { "type": "Point", "coordinates": [ 101768.0, 510923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5031000398224776, "S11": 2.5031000398224776, "W12": -9.1310498664122441, "S12": -13.781412360370673, "W13": -18.82340252628288, "S13": -21.864384961656711, "W21": -56.807875847134362, "S21": -70.630668562970925, "W22": -70.630668562970925, "S22": -70.630668562970925, "W31": -102.93791995678711, "S31": -102.93791995678711, "W32": -105.10897480739526, "S32": -110.10897480739526 }, "geometry": { "type": "Point", "coordinates": [ 101768.6, 501199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3281695952683883, "W12": -6.1587170903827024, "S12": -7.0722973372962832, "W13": -18.734968354430379, "S13": -21.348441069961538, "W21": -45.589398429642259, "S21": -77.277763043264599, "W22": -81.243605680802915, "S22": -95.732172328878761, "W31": -105.80260454655655, "S31": -105.80260454655655, "W32": -105.82259957901555, "S32": -110.82259957901555 }, "geometry": { "type": "Point", "coordinates": [ 101769.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6431894045439863, "S11": 2.6431894045439863, "W12": -9.8635191713585613, "S12": -9.8635191713585613, "W13": -19.290665835625859, "S13": -21.518994009000458, "W21": -49.095219913356338, "S21": -49.095219913356338, "W22": -70.045229944701745, "S22": -82.72460949477717, "W31": -102.60382403669185, "S31": -102.60382403669185, "W32": -104.91473826613056, "S32": -109.91473826613056 }, "geometry": { "type": "Point", "coordinates": [ 101769.0, 500896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3990277834942334, "S11": 0.3990277834942334, "W12": -8.4013976342913139, "S12": -16.75707450204046, "W13": -22.987349889238661, "S13": -22.987349889238661, "W21": -37.877336945312216, "S21": -39.622505827277145, "W22": -41.167932408375187, "S22": -41.167932408375187, "W31": -70.758867821827096, "S31": -71.1674416928483, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101769.0, 504934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1341564932240846, "S12": -8.1341564932240846, "W13": -19.570105729877216, "S13": -20.674997034225044, "W21": -48.162000370621747, "S21": -65.65950286812425, "W22": -75.828248519642912, "S22": -81.854332369095033, "W31": -100.9117117117117, "S31": -100.9117117117117, "W32": -105.41166747507664, "S32": -110.41166747507664 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 500423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10770613115045335, "S11": 0.10770613115045335, "W12": -5.2201664168690893, "S12": -5.2201664168690893, "W13": -19.313485404246954, "S13": -21.750206211288546, "W21": -41.245421245421248, "S21": -49.135487633287994, "W22": -77.75749346259623, "S22": -99.323859493404754, "W31": -100.59039207437732, "S31": -100.59039207437732, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 501689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020779605687040962, "S11": 0.020779605687040962, "W12": -6.8234456573326998, "S12": -6.9945606486024241, "W13": -19.843927576098174, "S13": -22.404934367947956, "W21": -50.0, "S21": -59.264146723328118, "W22": -80.929240309292709, "S22": -102.61192774549068, "W31": -102.61192774549068, "S31": -102.61192774549068, "W32": -103.74636402914747, "S32": -108.74636402914747 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 502531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.620481927710843, "S12": -14.402942960171876, "W13": -19.999251054549628, "S13": -22.662417601349176, "W21": -42.762788158355804, "S21": -42.762788158355804, "W22": -72.048652643238427, "S22": -76.471653597906936, "W31": -97.987006909890653, "S31": -97.987006909890653, "W32": -100.5016136935876, "S32": -105.5016136935876 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 502890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.85542168674699, "S12": -14.649465730791034, "W13": -19.93109701856579, "S13": -22.572934067779805, "W21": -42.72713753431816, "S21": -67.72713753431816, "W22": -72.023439786523127, "S22": -76.1782279486183, "W31": -97.946998175040179, "S31": -97.946998175040179, "W32": -100.47434653717882, "S32": -105.47434653717882 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 502893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3217629364247809, "S12": -7.6882392548661649, "W13": -20.055145131945725, "S13": -20.462778927110083, "W21": -40.260660796133926, "S21": -40.260660796133926, "W22": -70.788500105871293, "S22": -95.098151318619799, "W31": -95.098151318619799, "S31": -95.098151318619799, "W32": -99.516295365450546, "S32": -104.51629536545055 }, "geometry": { "type": "Point", "coordinates": [ 101770.0, 503129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7218331750125895, "S12": -10.102614462353202, "W13": -18.049999, "S13": -20.777218733755383, "W21": -34.724170339160857, "S21": -34.724170339160857, "W22": -46.896990942329808, "S22": -51.96109796759054, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101770.526315789480577, 496824.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9479413292423657, "W12": -5.9028883329542872, "S12": -8.9028883329542872, "W13": -18.135753961847062, "S13": -20.687081513252249, "W21": -60.000000000000007, "S21": -72.137453969683548, "W22": -72.137453969683548, "S22": -83.32694847829795, "W31": -93.318373071528754, "S31": -93.318373071528754, "W32": -98.812786893560897, "S32": -103.8127868935609 }, "geometry": { "type": "Point", "coordinates": [ 101771.0, 499149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0347237931502509, "S11": 2.0347237931502509, "W12": -4.984462924663255, "S12": -14.358560445789806, "W13": -25.0, "S13": -25.0, "W21": -35.93743119214664, "S21": -40.93743119214664, "W22": -42.659179666415, "S22": -42.659179666415, "W31": -70.0, "S31": -70.631532846715302, "W32": -89.362350138438671, "S32": -94.362350138438671 }, "geometry": { "type": "Point", "coordinates": [ 101771.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4774446114140556, "S11": 2.4774446114140556, "W12": -4.0349060200114844, "S12": -4.0349060200114844, "W13": -20.308729791129046, "S13": -20.308729791129046, "W21": -36.308438184359133, "S21": -41.308438184359133, "W22": -47.059981573962844, "S22": -47.059981573962844, "W31": -69.148636689947494, "S31": -71.996781660213173, "W32": -88.048144540874546, "S32": -93.048144540874546 }, "geometry": { "type": "Point", "coordinates": [ 101771.333333333328483, 508256.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4155035359074235, "S11": 0.4155035359074235, "W12": -5.7560085546907267, "S12": -5.7560085546907267, "W13": -17.541117529538429, "S13": -18.902345959609626, "W21": -34.239315227034048, "S21": -35.688024975532841, "W22": -41.1545924318442, "S22": -42.709422552065149, "W31": -80.286133552418434, "S31": -80.286133552418434, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101772.5, 497601.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14919462695286256, "S11": 0.14919462695286256, "W12": -6.9341110175393998, "S12": -6.9341110175394007, "W13": -19.934832193370852, "S13": -23.21946662579672, "W21": -48.628605411833966, "S21": -59.074870975094584, "W22": -80.355608019776341, "S22": -102.81559793985744, "W31": -102.81559793985744, "S31": -102.81559793985744, "W32": -103.47325352533518, "S32": -108.47325352533518 }, "geometry": { "type": "Point", "coordinates": [ 101772.666666666671517, 502563.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41791944115615587, "S11": 0.41791944115615587, "W12": -5.526750049384904, "S12": -6.0335981694233025, "W13": -20.023774318555084, "S13": -24.585453359103777, "W21": -43.519607551951587, "S21": -57.611935890130383, "W22": -76.699035679510857, "S22": -98.322756950843257, "W31": -100.33308033883819, "S31": -100.33308033883819, "W32": -102.24459659071459, "S32": -107.24459659071459 }, "geometry": { "type": "Point", "coordinates": [ 101773.333333333328483, 502699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53883960359545058, "S11": 0.53883960359545058, "W12": -11.555346102538381, "S12": -11.555346102538381, "W13": -20.526081536287396, "S13": -20.526081536287396, "W21": -42.130565870914282, "S21": -42.130565870914282, "W22": -42.130565870914282, "S22": -42.130565870914282, "W31": -71.550003, "S31": -71.550003, "W32": -80.555758749456388, "S32": -85.555758749456388 }, "geometry": { "type": "Point", "coordinates": [ 101773.857142857144936, 511687.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37462823450600513, "S11": 0.37462823450600513, "W12": -7.4639040349682304, "S12": -7.4639040349682304, "W13": -17.36884081798425, "S13": -19.582036921641667, "W21": -32.016905271548943, "S21": -32.772375227542092, "W22": -42.436452380311927, "S22": -47.121445300288052, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101775.0, 497221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8289314631426841, "S12": -9.8289314631426841, "W13": -19.348299518569462, "S13": -21.117611933574935, "W21": -49.540362728541012, "S21": -63.333550076472889, "W22": -71.427841199522902, "S22": -71.427841199522902, "W31": -102.31455055478887, "S31": -102.31455055478887, "W32": -104.86505580399081, "S32": -109.86505580399081 }, "geometry": { "type": "Point", "coordinates": [ 101776.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0037758539401849234, "S11": 0.0037758539401849234, "W12": -5.3768913342503444, "S12": -5.3768913342503444, "W13": -19.160228663969182, "S13": -20.704525291507846, "W21": -46.442764369487257, "S21": -52.153345052731119, "W22": -80.0, "S22": -96.879221149163357, "W31": -100.33102637866206, "S31": -100.33102637866206, "W32": -104.35999695176163, "S32": -109.35999695176163 }, "geometry": { "type": "Point", "coordinates": [ 101776.0, 501748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7712243872567086, "S12": -8.7712243872567086, "W13": -19.548091041953221, "S13": -19.548091041953221, "W21": -50.0, "S21": -65.0, "W22": -74.475581562007534, "S22": -95.583751811177422, "W31": -101.26410553742515, "S31": -101.26410553742515, "W32": -105.10587217882558, "S32": -110.10587217882558 }, "geometry": { "type": "Point", "coordinates": [ 101776.333333333328483, 500580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1568764969175191, "S12": -9.1568764969175191, "W13": -19.475998108665749, "S13": -19.475998108665749, "W21": -50.0, "S21": -60.789473684210527, "W22": -75.708236736727144, "S22": -101.77797414525061, "W31": -101.77797414525061, "S31": -101.77797414525061, "W32": -104.49760573419132, "S32": -109.49760573419132 }, "geometry": { "type": "Point", "coordinates": [ 101777.0, 500677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2818430098413147, "S11": 1.2818430098413147, "W12": -8.9417500810425246, "S12": -14.412835691792822, "W13": -18.475998782495875, "S13": -21.695279181875879, "W21": -58.650167473018236, "S21": -66.129809663490704, "W22": -70.817868481639536, "S22": -73.271856211700879, "W31": -101.91203206845822, "S31": -101.91203206845822, "W32": -105.18640291467389, "S32": -110.18640291467389 }, "geometry": { "type": "Point", "coordinates": [ 101777.0, 501304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -18.0, "W13": -19.877384956523944, "S13": -22.073028642951563, "W21": -42.192827143874204, "S21": -53.118579023573453, "W22": -71.801764743778534, "S22": -85.095842036279322, "W31": -97.120462947076177, "S31": -97.120462947076177, "W32": -100.03713873789425, "S32": -105.03713873789425 }, "geometry": { "type": "Point", "coordinates": [ 101777.0, 502949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7676273403974916, "S12": -7.7676273403974916, "W13": -20.007014651637231, "S13": -23.007014651637231, "W21": -37.279655483140751, "S21": -38.685675532663439, "W22": -42.04989695303302, "S22": -42.04989695303302, "W31": -77.926533845788256, "S31": -77.990408391590506, "W32": -96.825412765817902, "S32": -101.8254127658179 }, "geometry": { "type": "Point", "coordinates": [ 101777.0, 504015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3086207297351322, "S12": -9.6895621846670235, "W13": -18.049999, "S13": -20.659697880898356, "W21": -30.0, "S21": -30.038404728782258, "W22": -46.204200624743606, "S22": -51.197790238909043, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101778.0, 496877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.90954491993124, "S12": -9.4543039703295371, "W13": -18.092185532791575, "S13": -21.328328988776668, "W21": -44.949050221089671, "S21": -70.51296332619988, "W22": -80.667296997095349, "S22": -89.179288073503599, "W31": -105.30527869932989, "S31": -105.30527869932989, "W32": -105.77062034085077, "S32": -110.77062034085077 }, "geometry": { "type": "Point", "coordinates": [ 101778.0, 500147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3561120543293725, "S12": -7.3561120543293725, "W13": -20.0, "S13": -22.109725809656268, "W21": -63.428300480932059, "S21": -64.696169129303257, "W22": -80.00617837648862, "S22": -94.417137280598212, "W31": -100.16531826783316, "S31": -100.16531826783316, "W32": -103.29785611245819, "S32": -108.29785611245819 }, "geometry": { "type": "Point", "coordinates": [ 101778.0, 501972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41678391796910386, "S11": 0.41678391796910386, "W12": -5.7625388309286825, "S12": -5.7625388309286825, "W13": -17.535533714032205, "S13": -18.885013967096487, "W21": -34.181950050733676, "S21": -35.383223076730822, "W22": -41.208653549902628, "S22": -42.745802789431913, "W31": -80.245795209028472, "S31": -80.245795209028472, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101778.142857142855064, 497601.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52669883040935284, "S11": 0.52669883040935284, "W12": -8.3947937021260159, "S12": -9.9189360923135386, "W13": -26.917300145664708, "S13": -26.917300145664708, "W21": -35.659631272190481, "S21": -35.659631272190481, "W22": -40.609486610087835, "S22": -47.235539544907482, "W31": -78.02273298424663, "S31": -78.184255623176639, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101779.75, 505397.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2561289608216573, "S12": -10.187182668310443, "W13": -19.034970059880241, "S13": -22.242801132457501, "W21": -50.762141738088651, "S21": -62.033111145759825, "W22": -70.592052765053808, "S22": -87.798739289750387, "W31": -102.96252747577824, "S31": -102.96252747577824, "W32": -104.41201557574634, "S32": -109.41201557574634 }, "geometry": { "type": "Point", "coordinates": [ 101780.0, 501026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37944223107569719, "S11": -0.37944223107569719, "W12": -6.3665954796227089, "S12": -7.0353478628861366, "W13": -17.149892804191467, "S13": -19.994527677514863, "W21": -60.0, "S21": -65.209403991190015, "W22": -73.996464727623334, "S22": -94.071523939566205, "W31": -101.57753900285468, "S31": -101.57753900285468, "W32": -104.17806697154785, "S32": -109.17806697154785 }, "geometry": { "type": "Point", "coordinates": [ 101780.0, 502371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40555171391879868, "S11": -0.40555171391879868, "W12": -7.4178129298486937, "S12": -7.4178129298486937, "W13": -20.0, "S13": -21.209920503477971, "W21": -60.0, "S21": -60.346656182274899, "W22": -80.007126645502652, "S22": -89.090666845107492, "W31": -100.13670014139143, "S31": -100.13670014139143, "W32": -103.10415349436788, "S32": -108.10415349436788 }, "geometry": { "type": "Point", "coordinates": [ 101781.0, 501903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4175269215379842, "S12": -13.433018563539882, "W13": -25.406738400581919, "S13": -25.406738400581919, "W21": -36.732889467998106, "S21": -36.732889467998106, "W22": -40.793177566254975, "S22": -60.793177566254975, "W31": -73.700498780812907, "S31": -74.042943324118426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101781.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5593865717191844, "S11": 2.5593865717191844, "W12": -9.4050675827561694, "S12": -9.4050675827561694, "W13": -19.096011976047844, "S13": -22.223294873544781, "W21": -49.771302553888553, "S21": -59.277873465205076, "W22": -70.488533497855144, "S22": -94.210568821652615, "W31": -102.85486203911766, "S31": -102.85486203911766, "W32": -104.33107732245516, "S32": -109.33107732245516 }, "geometry": { "type": "Point", "coordinates": [ 101781.2, 501001.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3727254356089502, "S11": 2.3727254356089502, "W12": -10.0, "S12": -12.007416000909906, "W13": -26.129728968166464, "S13": -26.129728968166464, "W21": -37.943388221942485, "S21": -39.065774148002376, "W22": -50.0, "S22": -50.0, "W31": -69.430175884835265, "S31": -71.786564869000259, "W32": -83.899727353166469, "S32": -88.899727353166469 }, "geometry": { "type": "Point", "coordinates": [ 101781.428571428565192, 509112.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.051854282901214, "W21": -46.88253049449299, "S21": -81.882530494492983, "W22": -81.882530494492983, "S22": -102.03487070114635, "W31": -104.10261950572834, "S31": -104.10261950572834, "W32": -105.17959914737402, "S32": -110.17959914737402 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 499883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9550084889643458, "S12": -6.9550084889643458, "W13": -20.000000000000004, "S13": -21.900357639578782, "W21": -62.951432635643165, "S21": -64.894351245246639, "W22": -80.005108320127349, "S22": -98.151227041588541, "W31": -100.16806722689076, "S31": -100.16806722689076, "W32": -103.30496454989104, "S32": -108.30496454989104 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 501997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.345985359463253, "S13": -16.408503851008348, "W21": -59.323394495412849, "S21": -64.432351313139606, "W22": -69.84513704970739, "S22": -89.466743594891469, "W31": -101.21715270846565, "S31": -101.21715270846565, "W32": -103.9400586231239, "S32": -108.9400586231239 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 502277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7624670365897117, "S12": -7.7624670365897117, "W13": -20.007756506686999, "S13": -23.007756506686999, "W21": -37.133263638555221, "S21": -38.547349406634083, "W22": -42.12042849815812, "S22": -42.12042849815812, "W31": -77.96053115100834, "S31": -77.96053115100834, "W32": -96.842761636962834, "S32": -101.84276163696283 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 504008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2592511039168599, "S12": -9.5932337693349918, "W13": -20.0, "S13": -23.0, "W21": -38.074049573984013, "S21": -38.542856363284152, "W22": -41.279300764150364, "S22": -41.511916123530327, "W31": -77.387412984918967, "S31": -79.255371024548211, "W32": -96.46231274559635, "S32": -101.46231274559635 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 504135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24248133768088992, "S11": 0.24248133768088992, "W12": -8.5060270152215374, "S12": -17.240690413891031, "W13": -20.221231199720183, "S13": -21.390322218257516, "W21": -38.976710306315915, "S21": -41.935078624410679, "W22": -41.935078624410679, "S22": -51.449150672382494, "W31": -70.078876638456521, "S31": -70.578876638456521, "W32": -93.973810454496999, "S32": -98.973810454496999 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 504689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9854244818627054, "S12": -18.890696601975691, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.385856746294749, "S21": -40.972644446997869, "W22": -42.419764393863595, "S22": -42.419764393863595, "W31": -73.489422211569973, "S31": -73.991364252326832, "W32": -89.954358431119374, "S32": -94.954358431119374 }, "geometry": { "type": "Point", "coordinates": [ 101782.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0854853684536296, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.579690022602517, "W21": -46.442839640564401, "S21": -76.819397812309546, "W22": -78.191499409681228, "S22": -100.15002475530335, "W31": -104.6036469429127, "S31": -104.6036469429127, "W32": -105.40399076321867, "S32": -110.40399076321867 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 499934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2739853791484297, "S12": -12.250302440531303, "W13": -18.865415779328277, "S13": -21.892549308057831, "W21": -55.047920760315996, "S21": -70.71793473458095, "W22": -70.71793473458095, "S22": -70.71793473458095, "W31": -102.83526535369836, "S31": -102.83526535369836, "W32": -104.93007943143813, "S32": -109.93007943143813 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 501173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08838282961016207, "S11": 0.08838282961016207, "W12": -7.5642493995820468, "S12": -7.5642493995820468, "W13": -19.831403245785065, "S13": -22.053736445944875, "W21": -52.399233548881789, "S21": -63.350895369503576, "W22": -80.950563252102924, "S22": -102.4596567793547, "W31": -102.4596567793547, "S31": -102.4596567793547, "W32": -103.79387395472935, "S32": -108.79387395472935 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 502531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5087703597637373, "S11": 0.5087703597637373, "W12": -15.0, "S12": -18.269885057471264, "W13": -20.20828562367512, "S13": -22.149701425586144, "W21": -41.979372369769045, "S21": -45.809259587814161, "W22": -71.717921780770681, "S22": -88.573766773895599, "W31": -96.654006332766613, "S31": -96.654006332766613, "W32": -99.969420578874747, "S32": -104.96942057887475 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 502978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4450501799937716, "S11": 2.4450501799937716, "W12": -4.0229941625122851, "S12": -4.0229941625122851, "W13": -21.152159874927779, "S13": -21.152159874927779, "W21": -38.155028491517292, "S21": -43.155028491517292, "W22": -47.542466369666286, "S22": -48.389528682123398, "W31": -69.203495772793133, "S31": -70.692507990568004, "W32": -87.342322749021321, "S32": -92.342322749021321 }, "geometry": { "type": "Point", "coordinates": [ 101784.0, 508590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4075529065761163, "S12": -5.4075529065761163, "W13": -16.391956863888076, "S13": -19.093408008680079, "W21": -38.185186453760529, "S21": -39.930744899124825, "W22": -43.255384342199768, "S22": -44.45229388993846, "W31": -82.068243158646098, "S31": -82.068243158646098, "W32": -95.034946148536207, "S32": -100.03494614853621 }, "geometry": { "type": "Point", "coordinates": [ 101785.0, 498154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5009742120343832, "S12": -6.3748567152272315, "W13": -20.083946136353486, "S13": -20.083946136353486, "W21": -43.259897828863338, "S21": -63.747702706912122, "W22": -75.014514081990001, "S22": -91.607999557620374, "W31": -99.563257475316249, "S31": -99.563257475316249, "W32": -101.72366224939167, "S32": -106.72366224939167 }, "geometry": { "type": "Point", "coordinates": [ 101785.0, 502759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68078648719978885, "S11": 0.68078648719978885, "W12": -6.170953459289553, "S12": -10.579474341609561, "W13": -20.014276176328231, "S13": -20.72685428010438, "W21": -40.441366728447875, "S21": -40.441366728447875, "W22": -70.958299855422425, "S22": -95.958299855422425, "W31": -95.958299855422425, "S31": -95.958299855422425, "W32": -99.568456242914309, "S32": -104.56845624291431 }, "geometry": { "type": "Point", "coordinates": [ 101785.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5291658189216233, "S11": 2.5291658189216233, "W12": -9.4584268084704402, "S12": -9.4584268084704402, "W13": -19.10182035928144, "S13": -22.209436077362806, "W21": -49.511830404780241, "S21": -59.404305730821335, "W22": -70.495632469132303, "S22": -93.865691342133999, "W31": -102.7962140339008, "S31": -102.7962140339008, "W32": -104.2071945114035, "S32": -109.2071945114035 }, "geometry": { "type": "Point", "coordinates": [ 101785.6, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45628415300546227, "S11": -0.45628415300546227, "W12": -7.1338755574077304, "S12": -10.056240034791353, "W13": -20.0, "S13": -23.0, "W21": -38.183613654411033, "S21": -38.431112886661396, "W22": -41.136853022110927, "S22": -42.407267095904025, "W31": -77.276520940257768, "S31": -79.483477873528003, "W32": -96.3845246293169, "S32": -101.3845246293169 }, "geometry": { "type": "Point", "coordinates": [ 101786.0, 504160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.371104534461534, "S11": 2.371104534461534, "W12": -10.0, "S12": -12.117825776195801, "W13": -26.558077072382577, "S13": -26.558077072382577, "W21": -37.42802201578629, "S21": -38.142239881206635, "W22": -50.0, "S22": -50.0, "W31": -69.443233511588872, "S31": -72.514795469705433, "W32": -83.738623946501221, "S32": -88.738623946501221 }, "geometry": { "type": "Point", "coordinates": [ 101786.666666666671517, 509167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0829497016195453, "S11": 2.0829497016195453, "W12": -7.9004778135883482, "S12": -7.9004778135883482, "W13": -19.600914051841759, "S13": -21.032804786334566, "W21": -47.951499937830697, "S21": -65.824293810624738, "W22": -75.39455143259768, "S22": -83.111083114351132, "W31": -100.73729729729723, "S31": -100.73729729729723, "W32": -105.47958709871867, "S32": -110.47958709871867 }, "geometry": { "type": "Point", "coordinates": [ 101787.6, 500400.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.163330058243497, "S13": -15.320912160703728, "W21": -60.0, "S21": -65.437662684375624, "W22": -71.278280542986423, "S22": -90.80765949426943, "W31": -101.01269213320026, "S31": -101.01269213320026, "W32": -103.76132715386268, "S32": -108.76132715386268 }, "geometry": { "type": "Point", "coordinates": [ 101788.0, 502231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.513464133670988, "S12": -9.513464133670988, "W13": -21.124299998360648, "S13": -21.124299998360648, "W21": -42.796684146064116, "S21": -49.332118231737439, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101788.8, 514545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29472227726493155, "S11": 0.29472227726493155, "W12": -5.5744277591485636, "S12": -6.9497597644608193, "W13": -19.723766622354695, "S13": -22.319524375903388, "W21": -40.0, "S21": -46.633750464006368, "W22": -74.535313726149852, "S22": -97.129334470506166, "W31": -100.83693539741779, "S31": -100.83693539741779, "W32": -104.81509595085039, "S32": -109.81509595085039 }, "geometry": { "type": "Point", "coordinates": [ 101789.0, 501597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.302762139961418, "S13": -16.160724314794709, "W21": -60.0, "S21": -65.614362944670631, "W22": -70.0, "S22": -89.539481839593407, "W31": -101.1602709977921, "S31": -101.1602709977921, "W32": -103.83511939473928, "S32": -108.83511939473928 }, "geometry": { "type": "Point", "coordinates": [ 101789.0, 502269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.683801855252731, "S11": 1.683801855252731, "W12": -9.1466864229198439, "S12": -12.860562309980125, "W13": -18.634316836458041, "S13": -21.779968980412963, "W21": -56.937624072719977, "S21": -68.375706998422942, "W22": -70.611794628736419, "S22": -70.611794628736419, "W31": -102.15542114727198, "S31": -102.15542114727198, "W32": -105.08135487245841, "S32": -110.08135487245841 }, "geometry": { "type": "Point", "coordinates": [ 101789.4, 501243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3444695578471539, "S11": 1.3444695578471539, "W12": -9.078223886468388, "S12": -13.129258160966192, "W13": -18.533376229060153, "S13": -21.729969197842443, "W21": -58.582309887110782, "S21": -68.056234666317366, "W22": -70.886296277585146, "S22": -70.886296277585146, "W31": -101.88276391445571, "S31": -101.88276391445571, "W32": -105.13496723630411, "S32": -110.13496723630411 }, "geometry": { "type": "Point", "coordinates": [ 101790.0, 501275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36427640561005209, "S11": -0.36427640561005209, "W12": -8.066826550663869, "S12": -8.066826550663869, "W13": -20.047320609504741, "S13": -20.783349663143127, "W21": -36.305669790919332, "S21": -38.32091712935344, "W22": -43.317639335481331, "S22": -43.508020541030518, "W31": -78.373247182801819, "S31": -78.373247182801819, "W32": -97.108082788951663, "S32": -102.10808278895166 }, "geometry": { "type": "Point", "coordinates": [ 101790.285714285710128, 503917.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3624679619682372, "S11": 2.3624679619682372, "W12": -10.0, "S12": -12.289915105654648, "W13": -27.306081017279819, "S13": -27.306081017279819, "W21": -36.421497917735827, "S21": -36.421497917735827, "W22": -50.0, "S22": -50.0, "W31": -69.476539277852041, "S31": -73.820351802861893, "W32": -83.430159875571107, "S32": -88.430159875571107 }, "geometry": { "type": "Point", "coordinates": [ 101790.5, 509262.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74228028503562937, "S11": 0.74228028503562937, "W12": -6.3827018623043905, "S12": -11.382701862304391, "W13": -19.988940261387732, "S13": -20.817926949787623, "W21": -40.631952360102709, "S21": -40.631952360102709, "W22": -71.00997506621232, "S22": -96.201275209434954, "W31": -96.201275209434954, "S31": -96.201275209434954, "W32": -99.579554301949159, "S32": -104.57955430194916 }, "geometry": { "type": "Point", "coordinates": [ 101792.0, 503104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28347875403542649, "S11": -0.28347875403542649, "W12": -8.0208612749562551, "S12": -8.0208612749562551, "W13": -20.055721376694077, "S13": -21.067266721830286, "W21": -36.94515207145038, "S21": -39.650482921445942, "W22": -43.801464079906523, "S22": -46.094662405046378, "W31": -78.746051654426537, "S31": -78.746051654426537, "W32": -97.353769408601266, "S32": -102.35376940860127 }, "geometry": { "type": "Point", "coordinates": [ 101792.0, 503835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.890570430733411, "S11": 2.890570430733411, "W12": -6.4138469193884022, "S12": -8.840191005409908, "W13": -18.126851798863076, "S13": -21.359685993244735, "W21": -44.923465127394735, "S21": -76.306314726941125, "W22": -81.105859630095338, "S22": -89.525826166626288, "W31": -106.34883447418511, "S31": -106.34883447418511, "W32": -106.34883447418511, "S32": -110.84657712937543 }, "geometry": { "type": "Point", "coordinates": [ 101792.5, 500112.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7255456750202103, "S11": 2.7255456750202103, "W12": -5.3020665804079954, "S12": -5.3020665804079954, "W13": -15.697942976892957, "S13": -17.628011441333364, "W21": -40.0, "S21": -42.686957719322407, "W22": -45.545761114358328, "S22": -47.847932083885844, "W31": -84.362062335107538, "S31": -84.362062335107538, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 498341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67566325464800514, "S11": 0.67566325464800514, "W12": -5.1559565883112004, "S12": -5.1559565883112004, "W13": -16.567381128324826, "S13": -18.839439064353794, "W21": -47.108924329826941, "S21": -57.562681928914685, "W22": -57.562681928914685, "S22": -66.062462156912417, "W31": -87.874497097310396, "S31": -87.874497097310396, "W32": -97.267242022196157, "S32": -102.26724202219616 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.0, "W21": -47.196855559372686, "S21": -75.697152935032491, "W22": -75.697152935032491, "S22": -102.58576379632098, "W31": -103.84870763928777, "S31": -103.84870763928777, "W32": -104.82806284718913, "S32": -109.82806284718913 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47497189994934874, "S11": 0.47497189994934874, "W12": -7.764801044317136, "S12": -12.547624341454304, "W13": -19.043338590431393, "S13": -22.15338063091178, "W21": -53.719483416999182, "S21": -58.743945499121565, "W22": -70.950120940947841, "S22": -95.950120940947841, "W31": -101.09150061000409, "S31": -101.09150061000409, "W32": -105.04656591563347, "S32": -110.04656591563347 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 501434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32665960300928859, "S11": -0.32665960300928859, "W12": -6.8316141720686243, "S12": -11.16488954330995, "W13": -20.0, "S13": -24.573148528807188, "W21": -38.499042737789281, "S21": -39.768518487506824, "W22": -40.994231185680896, "S22": -44.941310935124733, "W31": -76.379485886573136, "S31": -78.51190424909089, "W32": -96.190004809452759, "S32": -101.19000480945276 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 504223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.106151454585833, "S12": -13.148922532803061, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -36.255207206053917, "S21": -36.255207206053917, "W22": -41.738882716650856, "S22": -49.081047477071877, "W31": -79.280786988802745, "S31": -79.628898482779292, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 506604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1042423361906151, "S12": -11.663499176309637, "W13": -25.0, "S13": -25.0, "W21": -36.496695747990884, "S21": -39.313098308595357, "W22": -42.147134105926483, "S22": -42.147134105926483, "W31": -75.370013876722908, "S31": -76.314998744859523, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 506980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9899396186277176, "S12": -17.503087933084764, "W13": -25.0, "S13": -25.0, "W21": -36.560330731197716, "S21": -40.336530656783729, "W22": -42.270912452674949, "S22": -42.270912452674949, "W31": -74.524012473058718, "S31": -75.26200529133142, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101794.0, 507094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.0675191875670187, "S12": -4.0675191875670187, "W13": -20.64260349809215, "S13": -20.64260349809215, "W21": -35.857073069943944, "S21": -40.857073069943944, "W22": -46.572535377659293, "S22": -46.572535377659293, "W31": -69.187712674756867, "S31": -72.118324320885733, "W32": -88.411381314582982, "S32": -93.411381314582982 }, "geometry": { "type": "Point", "coordinates": [ 101794.666666666671517, 508218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0403786073603387, "S11": 1.0403786073603387, "W12": -7.6773418083611134, "S12": -9.0093418083611141, "W13": -18.091474272706563, "S13": -21.18132529691513, "W21": -46.303608602208328, "S21": -65.303775102374829, "W22": -80.0, "S22": -80.324595649749028, "W31": -100.73726903218719, "S31": -100.73726903218719, "W32": -105.65184058469232, "S32": -110.65184058469232 }, "geometry": { "type": "Point", "coordinates": [ 101795.0, 500275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4104035133836357, "S11": 2.4104035133836357, "W12": -10.0, "S12": -11.622127735225707, "W13": -24.741343569030775, "S13": -24.741343569030775, "W21": -40.0, "S21": -42.400412149717674, "W22": -49.999999999999993, "S22": -50.444039312182611, "W31": -69.330511145378054, "S31": -69.330511145378054, "W32": -84.553471446843844, "S32": -89.553471446843844 }, "geometry": { "type": "Point", "coordinates": [ 101795.0, 508939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3899602487971681, "S12": -9.6345552281788045, "W13": -18.049999, "S13": -20.607583448757914, "W21": -30.888550957763552, "S21": -30.888550957763552, "W22": -46.36665623727724, "S22": -51.505188513954892, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101795.157894736839808, 496866.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7986598153352062, "S11": 2.3452908159135752, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.535970929283032, "W21": -48.736437480926433, "S21": -69.047333848803802, "W22": -69.047333848803802, "S22": -93.613788183313517, "W31": -102.51233815905034, "S31": -102.51233815905034, "W32": -102.60384258737683, "S32": -107.60384258737683 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 499671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0706303084488153, "W12": -5.0054446460980042, "S12": -5.0054446460980042, "W13": -20.0, "S13": -22.816677429770746, "W21": -46.328173310540933, "S21": -79.867820124945354, "W22": -79.867820124945354, "S22": -98.977674524888599, "W31": -104.59664233651947, "S31": -104.59664233651947, "W32": -105.39590857954882, "S32": -110.39590857954882 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3222882829868454, "S11": 2.3222882829868454, "W12": -9.473594962790429, "S12": -12.371361847030377, "W13": -30.0, "S13": -30.0, "W21": -33.799474138947069, "S21": -33.799474138947069, "W22": -49.154450817930744, "S22": -49.154450817930744, "W31": -69.612907428542826, "S31": -72.114853297992681, "W32": -82.276816985783967, "S32": -87.276816985783967 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 509609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2880769793245577, "S11": 2.2880769793245577, "W12": -7.0561566961229092, "S12": -9.3316911379281358, "W13": -28.837309636305353, "S13": -28.837309636305353, "W21": -34.801330533777595, "S21": -34.801330533777595, "W22": -45.363236074509814, "S22": -45.363236074509814, "W31": -69.721964734019593, "S31": -70.221964734019593, "W32": -81.401759492662819, "S32": -86.401759492662819 }, "geometry": { "type": "Point", "coordinates": [ 101796.0, 509866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5039178452962663, "S12": -8.5039178452962663, "W13": -19.614236698842593, "S13": -19.614236698842593, "W21": -50.0, "S21": -65.0, "W22": -73.755148841237869, "S22": -95.25966707458322, "W31": -100.92518503560304, "S31": -100.92518503560304, "W32": -105.10750307849936, "S32": -110.10750307849936 }, "geometry": { "type": "Point", "coordinates": [ 101796.666666666671517, 500553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7243713348573699, "S12": -6.0868758125038163, "W13": -16.261484704369977, "S13": -18.155815481128666, "W21": -60.0, "S21": -66.373890409130354, "W22": -72.690291465716086, "S22": -92.482011224465651, "W31": -101.36632610470919, "S31": -101.36632610470919, "W32": -103.86975000767319, "S32": -108.86975000767319 }, "geometry": { "type": "Point", "coordinates": [ 101797.0, 502328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.329831403521752, "S11": 0.329831403521752, "W12": -6.6877639499703694, "S12": -6.6877639499703694, "W13": -20.009340855992754, "S13": -24.804354849980523, "W21": -45.760035682426405, "S21": -61.295472944783818, "W22": -78.290890409468389, "S22": -102.66908538390859, "W31": -102.66908538390859, "S31": -102.66908538390859, "W32": -102.78037584762042, "S32": -107.78037584762042 }, "geometry": { "type": "Point", "coordinates": [ 101797.0, 502645.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66169586280285908, "S11": 0.66169586280285908, "W12": -5.1062340905662706, "S12": -5.1062340905662706, "W13": -16.562360651660185, "S13": -18.814985877972866, "W21": -47.075276112932713, "S21": -57.498018055054928, "W22": -57.498018055054928, "S22": -65.969280444879615, "W31": -87.854318132552805, "S31": -87.854318132552805, "W32": -97.249423175573739, "S32": -102.24942317557374 }, "geometry": { "type": "Point", "coordinates": [ 101797.333333333328483, 498759.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44992903483510815, "S11": 0.44992903483510815, "W12": -12.530454672413871, "S12": -12.530454672413871, "W13": -20.0, "S13": -20.0, "W21": -42.504772289764041, "S21": -42.504772289764041, "W22": -42.504772289764041, "S22": -42.504772289764041, "W31": -70.0, "S31": -70.0, "W32": -80.38394935655144, "S32": -85.38394935655144 }, "geometry": { "type": "Point", "coordinates": [ 101797.4, 511845.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4869693762090741, "S11": 1.4869693762090741, "W12": -5.0, "S12": -5.0, "W13": -15.641140297346414, "S13": -18.641140297346414, "W21": -43.299785140789325, "S21": -53.258862203884846, "W22": -53.258862203884846, "S22": -54.520964015940336, "W31": -85.94500965204405, "S31": -85.94500965204405, "W32": -95.882558320847707, "S32": -100.88255832084771 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 498537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2344803534061839, "S11": 2.1742700866552971, "W12": -5.236667045712986, "S12": -5.236667045712986, "W13": -17.295156502207949, "S13": -19.43233855422281, "W21": -50.0, "S21": -61.077210363085683, "W22": -61.077210363085683, "S22": -76.127117903688543, "W31": -89.341953803544399, "S31": -89.341953803544399, "W32": -97.98237824815007, "S32": -102.98237824815007 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0380237648530271, "W12": -5.4227314077780306, "S12": -7.4480770298978465, "W13": -17.99561910280012, "S13": -20.219650334084641, "W21": -59.999999999999993, "S21": -71.792173211990033, "W22": -71.792173211990033, "S22": -78.585742389878249, "W31": -92.382146687567015, "S31": -92.382146687567015, "W32": -98.31878471253583, "S32": -103.31878471253583 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 499119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.8106351872050821, "S12": -9.5558355764822647, "W13": -17.838032696196255, "S13": -21.643808196894902, "W21": -44.818803283413907, "S21": -70.245924270018207, "W22": -80.826225747548591, "S22": -86.161418162495607, "W31": -104.64982533230804, "S31": -104.64982533230804, "W32": -105.79693526284314, "S32": -110.79693526284314 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 500163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13371704060309561, "S11": 0.13371704060309561, "W12": -5.2819341190155296, "S12": -5.2819341190155296, "W13": -19.472559825537676, "S13": -22.472559825537676, "W21": -40.282472224046444, "S21": -43.282472224046444, "W22": -68.456356322396161, "S22": -87.775035951954635, "W31": -89.856969426342744, "S31": -89.856969426342744, "W32": -98.753841635819754, "S32": -103.75384163581975 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 503373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31969082364203877, "S11": 0.31969082364203877, "W12": -8.5638987198631735, "S12": -18.162924150312744, "W13": -21.426780925731606, "S13": -21.426780925731602, "W21": -38.426812079747094, "S21": -40.507606881945001, "W22": -41.217730426821888, "S22": -43.869629160999104, "W31": -69.22087292425185, "S31": -69.700740159660398, "W32": -92.222581688773857, "S32": -97.222581688773857 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 504793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9882648312226747, "S12": -17.910168340437146, "W13": -25.0, "S13": -25.0, "W21": -36.521198247079035, "S21": -40.501488080029169, "W22": -42.282460462338641, "S22": -42.282460462338641, "W31": -74.335150682072737, "S31": -75.001800073106708, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101798.0, 507119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010283160525991432, "S11": -0.010283160525991432, "W12": -6.6751350217678107, "S12": -12.473482207135479, "W13": -19.777149192454296, "S13": -23.995326859162688, "W21": -39.590577013483554, "S21": -41.955244781751041, "W22": -41.955244781751041, "S22": -50.595329170445517, "W31": -74.305258576092285, "S31": -74.305258576092285, "W32": -95.746021954058804, "S32": -100.7460219540588 }, "geometry": { "type": "Point", "coordinates": [ 101799.0, 504370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3870734292314437, "S11": 2.3870734292314437, "W12": -10.0, "S12": -12.147707666497903, "W13": -26.458210617349653, "S13": -26.458210617349653, "W21": -37.834333150219621, "S21": -38.647615358361378, "W22": -50.0, "S22": -50.0, "W31": -69.411983302412878, "S31": -72.254030835712229, "W32": -83.849054465981993, "S32": -88.849054465981993 }, "geometry": { "type": "Point", "coordinates": [ 101799.714285714289872, 509152.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -22.515864766105988, "S13": -22.515864766105988, "W21": -41.620017370443435, "S21": -43.990422838917226, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101799.769230769234127, 513145.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0099999999999998302, "S11": -0.0099999999999998302, "W12": -9.8500004, "S12": -9.8500004, "W13": -17.66, "S13": -17.66, "W21": -35.849998, "S21": -43.005875649971628, "W22": -43.005875649971628, "S22": -43.005875649971628, "W31": -81.19968260196687, "S31": -81.19968260196687, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1727390352733487, "S12": -5.1727390352733487, "W13": -15.491693597308773, "S13": -18.481423931247573, "W21": -40.912586226393763, "S21": -46.333281367747333, "W22": -46.937530133619738, "S22": -49.647678939297613, "W31": -84.789037003893085, "S31": -84.789037003893085, "W32": -95.015355619885696, "S32": -100.0153556198857 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 498397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48434983960056999, "S11": 0.48434983960056999, "W12": -8.3936750549576473, "S12": -11.829015627514522, "W13": -18.545488805656163, "S13": -21.903602385466812, "W21": -56.476793248945143, "S21": -60.985238807947233, "W22": -70.81885785285202, "S22": -90.613756163779286, "W31": -100.9426596177308, "S31": -100.9426596177308, "W32": -105.03637265898163, "S32": -110.03637265898163 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 501392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8696943972835314, "S12": -6.8696943972835314, "W13": -19.061807095343681, "S13": -20.979102942750796, "W21": -62.051615525299738, "S21": -64.479239991560888, "W22": -80.003736745313049, "S22": -99.856921813690747, "W31": -100.15798319327732, "S31": -100.15798319327732, "W32": -103.08858537184248, "S32": -108.08858537184248 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.040796812749003979, "S11": -0.040796812749003979, "W12": -8.149925454726171, "S12": -8.3368971955269355, "W13": -19.381998911939778, "S13": -22.296579005252376, "W21": -60.0, "S21": -70.378369676569591, "W22": -81.280293079833868, "S22": -101.5437969914107, "W31": -101.94033209327647, "S31": -101.94033209327647, "W32": -104.16597710321967, "S32": -109.16597710321967 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.01, "S11": 0.01, "W12": -8.4, "S12": -8.4, "W13": -19.700001, "S13": -22.600001, "W21": -64.900002, "S21": -76.700002, "W22": -81.699997, "S22": -101.999997, "W31": -102.0, "S31": -102.0, "W32": -104.2, "S32": -109.2 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0645690853767187, "S11": 2.6229303025201127, "W12": -5.0, "S12": -5.0, "W13": -19.165616250113636, "S13": -21.693577765447444, "W21": -57.262615301140286, "S21": -70.271072047774382, "W22": -70.271072047774382, "S22": -85.736845235106586, "W31": -98.474033416269194, "S31": -98.474033416269194, "W32": -100.16705683209678, "S32": -105.16705683209678 }, "geometry": { "type": "Point", "coordinates": [ 101800.333333333328483, 499442.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39626766152933413, "S11": 0.39626766152933413, "W12": -6.54869112090807, "S12": -6.54869112090807, "W13": -17.437256398365069, "S13": -19.247519076522178, "W21": -32.882833811977449, "S21": -34.407767626376632, "W22": -43.952543389069575, "S22": -47.201075502142253, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 497433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34097477064220183, "S11": 0.34097477064220183, "W12": -6.7520008733352048, "S12": -6.7520008733352048, "W13": -20.016672125437271, "S13": -25.016672125437271, "W21": -45.732381801962539, "S21": -61.842182741349703, "W22": -78.200446455610376, "S22": -102.63464618201256, "W31": -102.63464618201256, "S31": -102.63464618201256, "W32": -102.75693289206444, "S32": -107.75693289206444 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 502649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84038921133492672, "S11": 0.84038921133492672, "W12": -6.8070436340284584, "S12": -11.43007811678708, "W13": -19.961527933100772, "S13": -20.961527933100772, "W21": -40.91943224846564, "S21": -40.91943224846564, "W22": -71.099132759481151, "S22": -96.316302745566944, "W31": -96.316302745566944, "S31": -96.316302745566944, "W32": -99.604738358989763, "S32": -104.60473835898976 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 503094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -18.322124127561437, "W13": -25.0, "S13": -25.0, "W21": -36.334243345299996, "S21": -37.312477253274693, "W22": -41.884227299025142, "S22": -41.884227299025142, "W31": -78.553787308900766, "S31": -78.988946175561395, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101801.0, 506763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46541450589739419, "S11": 0.46541450589739419, "W12": -7.6083026125722268, "S12": -12.420740914645055, "W13": -19.154488889792358, "S13": -21.919645330023741, "W21": -52.278714549277041, "S21": -57.296922735991608, "W22": -71.094134252136115, "S22": -95.548090227336615, "W31": -100.89304595363971, "S31": -100.89304595363971, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101802.0, 501452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.384209621007969, "S12": -15.525415135530832, "W13": -25.0, "S13": -25.0, "W21": -36.256444034561291, "S21": -36.256444034561291, "W22": -41.754378311177902, "S22": -46.791616598216699, "W31": -80.0, "S31": -80.37234554050805, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101802.0, 506647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9070612705744017, "S11": 2.4633447915446376, "W12": -5.0, "S12": -5.8878426345887975, "W13": -18.83126342300173, "S13": -21.445167166317237, "W21": -60.0, "S21": -72.636485789615122, "W22": -72.636485789615122, "S22": -72.636485789615122, "W31": -96.380929001664498, "S31": -96.380929001664498, "W32": -99.769597524790143, "S32": -104.76959752479014 }, "geometry": { "type": "Point", "coordinates": [ 101803.0, 499351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4156657365062171, "S11": 2.4156657365062171, "W12": -10.0, "S12": -11.797048845168076, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.208570554392288, "W22": -50.0, "S22": -50.427364346092212, "W31": -69.325787540195748, "S31": -69.64028834051588, "W32": -84.505339749809437, "S32": -89.505339749809437 }, "geometry": { "type": "Point", "coordinates": [ 101803.0, 508964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7352387767000583, "S11": 2.5543086061243652, "W12": -5.8270017189903189, "S12": -7.902619002940936, "W13": -18.409876054852319, "S13": -21.703295089401884, "W21": -45.26393852881403, "S21": -79.167558891841622, "W22": -81.383814364598834, "S22": -90.912816037772288, "W31": -105.77744435446016, "S31": -105.77744435446016, "W32": -105.86134330472798, "S32": -110.86134330472798 }, "geometry": { "type": "Point", "coordinates": [ 101803.5, 500061.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.832224733613174, "W21": -46.669440523838894, "S21": -81.669440523838887, "W22": -81.669440523838887, "S22": -99.888867730509958, "W31": -104.266829408386, "S31": -104.266829408386, "W32": -105.16777192255314, "S32": -110.16777192255314 }, "geometry": { "type": "Point", "coordinates": [ 101803.75, 499894.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0825700773419626, "S12": -9.0825700773419626, "W13": -19.515578468878957, "S13": -19.515578468878957, "W21": -50.0, "S21": -56.228777589134125, "W22": -74.643736736938308, "S22": -104.49888695153059, "W31": -104.49888695153059, "S31": -104.49888695153059, "W32": -104.69807504415468, "S32": -109.69807504415468 }, "geometry": { "type": "Point", "coordinates": [ 101803.75, 500708.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5678493050475495, "S11": 1.5678493050475495, "W12": -9.4548645029919722, "S12": -9.4548645029919722, "W13": -19.025808383233532, "S13": -22.178010872395888, "W21": -49.586398235754423, "S21": -64.24662913053308, "W22": -70.703215601867029, "S22": -83.33981365459455, "W31": -102.70560113594418, "S31": -102.70560113594418, "W32": -103.76868162432784, "S32": -108.76868162432784 }, "geometry": { "type": "Point", "coordinates": [ 101804.0, 501035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1422471645638588, "S12": -12.778902663283251, "W13": -25.0, "S13": -25.0, "W21": -35.996725054435316, "S21": -35.996725054435316, "W22": -41.037757243632996, "S22": -41.037757243632996, "W31": -74.97324476427714, "S31": -75.035991716642059, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101804.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9225519914340437, "S11": 1.9225519914340437, "W12": -4.9836736046947019, "S12": -15.806320511727467, "W13": -25.0, "S13": -25.0, "W21": -35.986452161813581, "S21": -40.986452161813581, "W22": -42.516394583643986, "S22": -42.516394583643986, "W31": -70.39805166588657, "S31": -70.90981565615418, "W32": -89.55526407914418, "S32": -94.55526407914418 }, "geometry": { "type": "Point", "coordinates": [ 101804.0, 507356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8869016691940121, "S12": -8.8869016691940121, "W13": -17.566708812260536, "S13": -17.806035411587136, "W21": -36.03447135938697, "S21": -43.538597835891842, "W22": -43.538597835891842, "S22": -43.538597835891842, "W31": -81.220432224096697, "S31": -81.220432224096697, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101806.0, 497949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.027067669172933, "W21": -46.918932191404103, "S21": -80.071928714210401, "W22": -80.071928714210401, "S22": -100.7038427847812, "W31": -104.08477886272257, "S31": -104.08477886272257, "W32": -105.02799159216057, "S32": -110.02799159216057 }, "geometry": { "type": "Point", "coordinates": [ 101806.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4356516159837658, "S11": 1.4356516159837658, "W12": -5.0, "S12": -5.0, "W13": -16.919797075230829, "S13": -19.089154455724611, "W21": -48.468279995476649, "S21": -59.136000305468585, "W22": -59.909702588379687, "S22": -71.770695145234185, "W31": -88.551993696338528, "S31": -88.551993696338528, "W32": -97.735215554937867, "S32": -102.73521555493787 }, "geometry": { "type": "Point", "coordinates": [ 101807.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9520630142593323, "S12": -9.9520630142593323, "W13": -19.233652694610779, "S13": -20.631485511948235, "W21": -48.36745722887143, "S21": -56.552287474883236, "W22": -70.346443713176086, "S22": -88.118464438564686, "W31": -102.35127067033825, "S31": -102.35127067033825, "W32": -104.08929391402636, "S32": -109.08929391402636 }, "geometry": { "type": "Point", "coordinates": [ 101807.0, 500951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1027683312451524, "S11": 1.1027683312451524, "W12": -10.0, "S12": -13.325517241379311, "W13": -20.042027340555162, "S13": -21.534085287745135, "W21": -41.923127499342847, "S21": -41.923127499342847, "W22": -71.593244900773144, "S22": -92.616654252272738, "W31": -95.845330754472698, "S31": -95.845330754472698, "W32": -99.830370436136633, "S32": -104.83037043613663 }, "geometry": { "type": "Point", "coordinates": [ 101807.0, 503019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.262412409414865, "S11": 1.262412409414865, "W12": -5.6061453394903999, "S12": -5.6061453394903999, "W13": -17.05262139317983, "S13": -18.360199593760289, "W21": -36.897196798406377, "S21": -43.702610916139626, "W22": -43.702610916139626, "S22": -43.878338389055216, "W31": -81.500823505266936, "S31": -81.500823505266936, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101808.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8053704679313221, "S12": -7.8053704679313221, "W13": -20.022404303227422, "S13": -21.411869111224664, "W21": -36.241649413139257, "S21": -37.828676209257509, "W22": -42.754447917097501, "S22": -42.754447917097501, "W31": -78.216741387941568, "S31": -78.216741387941568, "W32": -96.985699392806595, "S32": -101.98569939280659 }, "geometry": { "type": "Point", "coordinates": [ 101808.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2101699972294631, "S12": -5.2101699972294631, "W13": -16.522651705042261, "S13": -18.965799076857806, "W21": -37.830539538379817, "S21": -41.352957941984343, "W22": -42.920931252918074, "S22": -44.416475940642407, "W31": -81.808833191134539, "S31": -81.808833191134539, "W32": -95.309800380277338, "S32": -100.30980038027734 }, "geometry": { "type": "Point", "coordinates": [ 101809.0, 498129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5441756724207147, "S11": 2.0441756724207147, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.690702844439379, "W21": -47.502671485817551, "S21": -70.0, "W22": -70.0, "S22": -102.65772936740679, "W31": -103.6739804709937, "S31": -103.6739804709937, "W32": -104.19716442356855, "S32": -109.19716442356855 }, "geometry": { "type": "Point", "coordinates": [ 101809.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.654092412762779, "S11": 1.654092412762779, "W12": -9.5346546387056286, "S12": -10.004528181973672, "W13": -18.968224014899768, "S13": -21.968224014899768, "W21": -51.879375195904302, "S21": -71.267918845812972, "W22": -71.267918845812972, "S22": -71.267918845812972, "W31": -102.75234543244802, "S31": -102.75234543244802, "W32": -103.89624268394648, "S32": -108.89624268394648 }, "geometry": { "type": "Point", "coordinates": [ 101809.5, 501119.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33042429961027031, "S11": -0.33042429961027031, "W12": -15.0, "S12": -15.0, "W13": -22.114973689231501, "S13": -22.114973689231501, "W21": -42.760214603710729, "S21": -44.822917013464966, "W22": -44.822917013464966, "S22": -44.822917013464966, "W31": -70.0, "S31": -70.0, "W32": -80.592128359877009, "S32": -85.592128359877009 }, "geometry": { "type": "Point", "coordinates": [ 101809.846153846156085, 512404.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0664776231302229, "S12": -5.0664776231302229, "W13": -15.408707880659572, "S13": -18.40870788065957, "W21": -41.070903539522789, "S21": -47.416516071648601, "W22": -47.416516071648601, "S22": -49.956517247290314, "W31": -84.843330135489097, "S31": -84.843330135489097, "W32": -95.053931106485976, "S32": -100.05393110648598 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 498410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9434845212383012, "S11": 2.9434845212383012, "W12": -6.2970777164570695, "S12": -9.2970777164570695, "W13": -17.902093586662087, "S13": -21.534604066401258, "W21": -44.790550750271443, "S21": -75.989519493626744, "W22": -81.241415353022589, "S22": -86.857700907958446, "W31": -105.85529341975173, "S31": -105.85529341975173, "W32": -105.86898578297253, "S32": -110.86898578297253 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 500127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47476045805094647, "S11": -0.47476045805094647, "W12": -7.7279286926994919, "S12": -7.7279286926994919, "W13": -20.0, "S13": -22.131748923484597, "W21": -62.207952313215472, "S21": -64.189478769400523, "W22": -80.004788325315403, "S22": -100.0047883253154, "W31": -100.13063118587537, "S31": -100.13063118587537, "W32": -102.83757558086, "S32": -107.83757558086 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 501944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5120481927710845, "S12": -10.104605035327928, "W13": -20.134074248963213, "S13": -22.764445152076334, "W21": -43.916359563689625, "S21": -59.181521568674391, "W22": -72.551536764595369, "S22": -81.236698784104973, "W31": -97.984979176740339, "S31": -97.984979176740339, "W32": -100.89432873543022, "S32": -105.89432873543022 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 502856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -16.322855604433563, "W13": -25.0, "S13": -25.0, "W21": -36.226852538566071, "S21": -36.226852538566071, "W22": -41.717756707074017, "S22": -46.996711375159286, "W31": -80.0, "S31": -80.36869273713171, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101810.0, 506642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8560389885577584, "S11": 0.8560389885577584, "W12": -9.1623229794275236, "S12": -11.696069015966833, "W13": -18.445231146633166, "S13": -21.695552999169202, "W21": -57.712368192532047, "S21": -66.765741328101655, "W22": -71.457049323926313, "S22": -77.287797341850592, "W31": -101.37292233775656, "S31": -101.37292233775656, "W32": -105.03401651277197, "S32": -110.03401651277197 }, "geometry": { "type": "Point", "coordinates": [ 101810.2, 501287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5794700977177971, "S11": 1.5794700977177971, "W12": -9.3855833745726081, "S12": -9.3855833745726081, "W13": -18.958035668542458, "S13": -22.069189810031229, "W21": -50.820332556576901, "S21": -69.856755215562245, "W22": -70.619993718791207, "S22": -70.619993718791207, "W31": -102.79928290584445, "S31": -102.79928290584445, "W32": -103.67081666710806, "S32": -108.67081666710806 }, "geometry": { "type": "Point", "coordinates": [ 101810.857142857144936, 501081.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5735247038736531, "S11": 1.5735247038736531, "W12": -9.3701326148050352, "S12": -9.3701326148050352, "W13": -18.952708075779341, "S13": -22.094119620532787, "W21": -50.740023960925257, "S21": -69.660142113152176, "W22": -70.62975814586072, "S22": -70.62975814586072, "W31": -102.79106189943964, "S31": -102.79106189943964, "W32": -103.66354533654737, "S32": -108.66354533654737 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 501080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.050509337860781, "S12": -7.050509337860781, "W13": -19.262749445676274, "S13": -21.32031948342712, "W21": -61.670527670527669, "S21": -64.048518519158776, "W22": -80.003365056007539, "S22": -99.786813031864639, "W31": -100.15111757123661, "S31": -100.15111757123661, "W32": -102.92270878733004, "S32": -107.92270878733004 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 501987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2913079130791303, "S12": -5.2913079130791303, "W13": -15.0, "S13": -16.120372210080138, "W21": -60.452888979204765, "S21": -65.375818751488907, "W22": -80.0, "S22": -99.274353606481611, "W31": -100.38538910564679, "S31": -100.38538910564679, "W32": -103.16540545102974, "S32": -108.16540545102974 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 502094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.627139291755789, "S12": -8.2334297044643883, "W13": -20.000000000000004, "S13": -22.147939432313713, "W21": -36.48123744297024, "S21": -37.744116813040939, "W22": -42.125591390447127, "S22": -42.125591390447127, "W31": -78.03767659830865, "S31": -78.03767659830865, "W32": -96.863700518655762, "S32": -101.86370051865576 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 503994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17585442955975877, "S11": 0.17585442955975877, "W12": -7.7749728550211437, "S12": -13.402646081575122, "W13": -19.576658874780868, "S13": -22.058769980586121, "W21": -39.273435581441262, "S21": -41.351569802932318, "W22": -41.548074297374043, "S22": -41.548074297374043, "W31": -71.37099035244502, "S31": -72.164687893307928, "W32": -95.246043815207713, "S32": -100.24604381520771 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 504534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.0130688112996133, "S12": -3.0130688112996133, "W13": -20.0, "S13": -20.0, "W21": -36.744800628089983, "S21": -41.531328218825642, "W22": -46.661263017344403, "S22": -47.399016649480032, "W31": -69.069001524689668, "S31": -71.270268485580928, "W32": -88.060026098303609, "S32": -93.060026098303609 }, "geometry": { "type": "Point", "coordinates": [ 101811.0, 508395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0404212159179047, "S11": 1.0404212159179047, "W12": -12.525252525252524, "S12": -15.420195053988156, "W13": -20.047677388125724, "S13": -21.647615742178946, "W21": -42.25448970120722, "S21": -42.25448970120722, "W22": -71.734659193702456, "S22": -91.882309077614892, "W31": -96.055123145794013, "S31": -96.055123145794013, "W32": -99.888507191542246, "S32": -104.88850719154225 }, "geometry": { "type": "Point", "coordinates": [ 101812.0, 502999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7898981324278438, "S12": -5.7898981324278438, "W13": -15.0, "S13": -16.361663024041327, "W21": -60.663957190272981, "S21": -64.953251835957744, "W22": -80.000707212121213, "S22": -99.379598487507963, "W31": -100.27082720866225, "S31": -100.27082720866225, "W32": -103.07936604155796, "S32": -108.07936604155796 }, "geometry": { "type": "Point", "coordinates": [ 101813.0, 502067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42497976780244195, "S11": 0.42497976780244195, "W12": -5.8048177187158343, "S12": -5.8048177187158343, "W13": -17.499682369122393, "S13": -18.774168512077232, "W21": -33.650223089531082, "S21": -33.650223089531082, "W22": -41.556851158884236, "S22": -42.981535660129779, "W31": -80.08307055843035, "S31": -80.08307055843035, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101814.333333333328483, 497603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.0, "W21": -46.812328121316881, "S21": -80.056345302744575, "W22": -80.056345302744575, "S22": -99.591727920173668, "W31": -104.19310740953475, "S31": -104.19310740953475, "W32": -105.03931553081888, "S32": -110.03931553081888 }, "geometry": { "type": "Point", "coordinates": [ 101816.0, 499874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.115848836009766, "W12": -5.1344309048483279, "S12": -6.1344309048483279, "W13": -19.833092485549134, "S13": -23.147792194945325, "W21": -45.825833709297555, "S21": -80.825833709297555, "W22": -80.825833709297555, "S22": -95.107274986577309, "W31": -104.95659219750233, "S31": -104.95659219750233, "W32": -105.54948487181005, "S32": -110.54948487181005 }, "geometry": { "type": "Point", "coordinates": [ 101816.0, 499987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4499519795112583, "S11": 1.4499519795112583, "W12": -9.5709359901632993, "S12": -9.5709359901632993, "W13": -18.95263533926963, "S13": -21.95263533926963, "W21": -51.531710375091421, "S21": -71.038504196219591, "W22": -71.038504196219591, "S22": -71.038504196219591, "W31": -102.62174571247843, "S31": -102.62174571247843, "W32": -103.74237040133778, "S32": -108.74237040133778 }, "geometry": { "type": "Point", "coordinates": [ 101816.0, 501119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2279665908910271, "S12": -8.2279665908910271, "W13": -19.667775287067112, "S13": -19.667775287067112, "W21": -49.759396484142357, "S21": -64.759396484142357, "W22": -73.034716120468858, "S22": -96.042100589263526, "W31": -100.58626453378109, "S31": -100.58626453378109, "W32": -105.10913397817319, "S32": -110.10913397817319 }, "geometry": { "type": "Point", "coordinates": [ 101817.0, 500526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3751421648616284, "S11": 1.3751421648616284, "W12": -9.5592133188033497, "S12": -9.5592133188033497, "W13": -18.919022846710721, "S13": -21.935094491577434, "W21": -51.74754093466877, "S21": -70.699933080961387, "W22": -70.699933080961387, "S22": -70.699933080961387, "W31": -102.51003611559821, "S31": -102.51003611559821, "W32": -103.77918956043953, "S32": -108.77918956043953 }, "geometry": { "type": "Point", "coordinates": [ 101817.714285714289872, 501128.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1796484949040057, "S11": 0.1796484949040057, "W12": -9.0095491276901765, "S12": -9.0095491276901765, "W13": -17.630283441331869, "S13": -17.710002707456901, "W21": -35.459895689244291, "S21": -41.052023276621284, "W22": -41.052023276621284, "S22": -42.209614092914101, "W31": -80.980546301519084, "S31": -80.980546301519084, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 497904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79712294580213805, "S11": 0.79712294580213805, "W12": -9.2231278113287107, "S12": -11.018386757425402, "W13": -18.450450067219062, "S13": -21.701817804503246, "W21": -57.545713931274037, "S21": -67.215896861657001, "W22": -71.574613082066335, "S22": -77.957064736213695, "W31": -101.2788648106952, "S31": -101.2788648106952, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 501279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26471359949709944, "S11": 0.26471359949709944, "W12": -6.0041862628559617, "S12": -6.0041862628559617, "W13": -19.791417978258036, "S13": -22.984590261673134, "W21": -40.000000000000007, "S21": -46.286318920537781, "W22": -75.926873195136125, "S22": -97.716623042604084, "W31": -100.247510272328, "S31": -100.247510272328, "W32": -103.88606874303201, "S32": -108.88606874303201 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 501627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0058452710205376913, "S11": -0.0058452710205376913, "W12": -5.8570924744382129, "S12": -5.8570924744382129, "W13": -19.170841176214562, "S13": -22.770141263703625, "W21": -40.313250176973561, "S21": -43.313250176973561, "W22": -60.0, "S22": -77.251372190277053, "W31": -84.874976422250839, "S31": -84.874976422250839, "W32": -98.436266408053442, "S32": -103.43626640805344 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 503473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.1001323551226605, "S12": -4.1001323551226605, "W13": -20.97647720505525, "S13": -20.97647720505525, "W21": -35.405707955528889, "S21": -40.198703184374118, "W22": -46.085089181355983, "S22": -46.08508918135599, "W31": -69.227568365257426, "S31": -72.218589855536791, "W32": -88.671427857339239, "S32": -93.671427857339239 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 508179.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4014214228539297, "S11": 2.4014214228539297, "W12": -10.0, "S12": -12.287999332085745, "W13": -26.764262843836416, "S13": -26.764262843836416, "W21": -37.725278078497141, "S21": -38.229456568721204, "W22": -50.0, "S22": -50.0, "W31": -69.393790719990491, "S31": -72.721496802423459, "W32": -83.798381578797674, "S32": -88.798381578797674 }, "geometry": { "type": "Point", "coordinates": [ 101818.0, 509192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.439052111078233, "S11": 0.439052111078233, "W12": -6.7437787894658419, "S12": -6.7437787894658419, "W13": -20.067391443545791, "S13": -21.771832835486865, "W21": -46.0635698515947, "S21": -65.330409484786969, "W22": -77.1262273645264, "S22": -101.11046932547163, "W31": -101.11046932547163, "S31": -101.11046932547163, "W32": -102.40583928074889, "S32": -107.40583928074889 }, "geometry": { "type": "Point", "coordinates": [ 101818.666666666671517, 502688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.918342156409274, "S12": -9.918342156409274, "W13": -18.049999, "S13": -20.622952120793755, "W21": -37.968170524247817, "S21": -37.968170524247817, "W22": -47.299300110801163, "S22": -51.79698835683655, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 496800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7094650872094519, "S12": -8.873362295208679, "W13": -18.049999, "S13": -20.361982232703919, "W21": -29.726629762015975, "S21": -29.773961231252844, "W22": -45.197813958619314, "S22": -50.158290017083175, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 496956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5377718686935591, "S12": -9.5377718686935591, "W13": -19.44430751375516, "S13": -20.793109292557752, "W21": -49.206681841544906, "S21": -69.206681841544906, "W22": -70.370358896513267, "S22": -76.294490307527212, "W31": -101.82346949143606, "S31": -101.82346949143606, "W32": -104.68624628912855, "S32": -109.68624628912855 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2588065995856762, "S11": 0.2588065995856762, "W12": -7.3532532935820472, "S12": -7.3532532935820472, "W13": -20.0, "S13": -22.080151179460444, "W21": -48.451382694023195, "S21": -64.899726252305399, "W22": -79.620670240528739, "S22": -102.64578363962156, "W31": -102.64578363962156, "S31": -102.64578363962156, "W32": -103.16427843173604, "S32": -108.16427843173604 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 502601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -18.525515335615811, "W13": -25.0, "S13": -25.0, "W21": -36.260758219135695, "S21": -37.057890324152979, "W22": -41.790156608848008, "S22": -41.790156608848008, "W31": -79.021964110718415, "S31": -79.440889309113146, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101819.0, 506741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0580873225822067, "S12": -9.1664959940047002, "W13": -18.049999, "S13": -20.437948163760485, "W21": -29.431580543026229, "S21": -29.431580543026229, "W22": -45.836321532225483, "S22": -50.684564673924356, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101819.78947368421359, 496908.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6563687009369461, "S11": 0.6563687009369461, "W12": -4.9729596890242762, "S12": -4.9729596890242762, "W13": -16.524824188369557, "S13": -18.646851949383439, "W21": -46.843831278977724, "S21": -57.05260808914035, "W22": -57.05260808914035, "S22": -65.281380260450263, "W31": -87.710195285795166, "S31": -87.710195285795166, "W32": -97.123346643797078, "S32": -102.12334664379708 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 498754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70803963114387192, "S11": 0.70803963114387192, "W12": -4.9737670298454457, "S12": -4.9737670298454457, "W13": -16.59276862780295, "S13": -18.683897173367225, "W21": -47.115232387198915, "S21": -57.385182489246404, "W22": -57.385182489246404, "S22": -66.390264019574033, "W31": -87.848313013938039, "S31": -87.848313013938039, "W32": -97.221514138695497, "S32": -102.2215141386955 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 498770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0217626007424712, "S11": 2.6294102138077977, "W12": -5.0000000000000009, "S12": -5.3589528692565924, "W13": -18.982004154750026, "S13": -21.381763625585865, "W21": -60.0, "S21": -72.671001808528416, "W22": -72.671001808528416, "S22": -80.538148462625514, "W31": -96.758542653880298, "S31": -96.758542653880298, "W32": -99.886333088179356, "S32": -104.88633308817936 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 499398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0257900347305799, "W12": -5.0, "S12": -5.3024691358024691, "W13": -20.0, "S13": -23.268372618663221, "W21": -46.166133418321941, "S21": -81.166133418321948, "W22": -81.166133418321948, "S22": -96.903286742582921, "W31": -104.67122343480759, "S31": -104.67122343480759, "W32": -105.34362602877613, "S32": -110.34362602877613 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 499944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.013407278440992, "S12": -12.672464435851653, "W13": -25.0, "S13": -25.0, "W21": -36.15149683280557, "S21": -36.15149683280557, "W22": -40.886200095999115, "S22": -40.886200095999115, "W31": -76.214174112592161, "S31": -76.257676593451322, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101820.0, 505927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37551584622173545, "S11": 0.37551584622173545, "W12": -8.1387010428052555, "S12": -8.1387010428052555, "W13": -17.733921385180011, "S13": -19.953143294573408, "W21": -30.449945381394972, "S21": -30.618468523718466, "W22": -43.476338481065149, "S22": -48.141503500083182, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101821.0, 497084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26463955466531508, "S11": 0.26463955466531508, "W12": -8.6335115864527623, "S12": -17.685089728982248, "W13": -20.323539699195521, "S13": -21.225622198194319, "W21": -38.807102224843995, "S21": -41.617915847322408, "W22": -41.617915847322408, "S22": -51.277563673573574, "W31": -69.157449577098248, "S31": -69.519858753508089, "W32": -93.764578373192137, "S32": -98.764578373192137 }, "geometry": { "type": "Point", "coordinates": [ 101821.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2568818534381068, "S11": 2.2568818534381068, "W12": -5.0, "S12": -7.9204583555742722, "W13": -28.251869806163338, "S13": -28.251869806163338, "W21": -36.244532766908492, "S21": -36.244532766908492, "W22": -39.771188975602655, "S22": -39.771188975602655, "W31": -69.952455896134467, "S31": -69.952455896134467, "W32": -79.604972722852438, "S32": -84.604972722852438 }, "geometry": { "type": "Point", "coordinates": [ 101821.0, 510302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85386433488139968, "S11": 0.85386433488139968, "W12": -11.321075658671711, "S12": -11.321075658671711, "W13": -21.645295076236209, "S13": -21.645295076236209, "W21": -41.63701834367059, "S21": -41.63701834367059, "W22": -41.63701834367059, "S22": -41.63701834367059, "W31": -71.550003, "S31": -71.550003, "W32": -80.006900142220445, "S32": -85.006900142220445 }, "geometry": { "type": "Point", "coordinates": [ 101821.428571428565192, 511686.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51790448343079665, "S11": 0.51790448343079665, "W12": -8.6112599658445372, "S12": -11.135070760009079, "W13": -26.564390599016793, "S13": -26.564390599016793, "W21": -35.597871783626957, "S21": -35.597871783626957, "W22": -40.504334473485123, "S22": -51.466736996063119, "W31": -76.784688927238108, "S31": -76.921253933443566, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101821.5, 505376.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42668694388469491, "S11": 0.42668694388469491, "W12": -5.8135247536995287, "S12": -5.8135247536995287, "W13": -17.492237281780774, "S13": -18.751059188726146, "W21": -33.515731096184169, "S21": -33.515731096184169, "W22": -41.628932649627949, "S22": -43.030042643283977, "W31": -80.082930026797285, "S31": -80.082930026797285, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101821.857142857144936, 497603.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3724995504171531, "S12": -9.3763920182041325, "W13": -18.242092457420924, "S13": -21.242092457420924, "W21": -36.614012049727179, "S21": -37.437627108518996, "W22": -41.348403937714629, "S22": -41.348403937714629, "W31": -77.83538834382523, "S31": -77.952747757028163, "W32": -96.717934476671417, "S32": -101.71793447667142 }, "geometry": { "type": "Point", "coordinates": [ 101822.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4048901808838026, "S11": 2.4048901808838026, "W12": -10.0, "S12": -12.318484459115012, "W13": -26.825494429081971, "S13": -26.825494429081971, "W21": -37.713255328816565, "S21": -38.154748133360947, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -69.389093456671276, "S31": -72.813282576763768, "W32": -83.790665266064693, "S32": -88.790665266064693 }, "geometry": { "type": "Point", "coordinates": [ 101822.222222222218988, 509200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1996051648703447, "S11": 1.1996051648703447, "W12": -9.5702652796100693, "S12": -9.5702652796100693, "W13": -18.985416151558688, "S13": -21.985416151558688, "W21": -50.0, "S21": -70.498948801726073, "W22": -70.669574256241788, "S22": -70.669574256241788, "W31": -102.65692093792565, "S31": -102.65692093792565, "W32": -103.33895790839978, "S32": -108.33895790839978 }, "geometry": { "type": "Point", "coordinates": [ 101823.0, 501083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4567952670610784, "S11": 1.4567952670610784, "W12": -4.9604010540282939, "S12": -4.9604010540282939, "W13": -16.046585762310031, "S13": -18.401204622966375, "W21": -44.919145086509104, "S21": -54.785190146781396, "W22": -54.785190146781396, "S22": -57.935470680628185, "W31": -86.72606231749333, "S31": -86.72606231749333, "W32": -96.419699938306337, "S32": -101.41969993830634 }, "geometry": { "type": "Point", "coordinates": [ 101824.0, 498642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26814302601280487, "S11": 0.26814302601280487, "W12": -6.1044498423691147, "S12": -6.1044498423691147, "W13": -19.799312568238761, "S13": -22.940868585483408, "W21": -40.373684781429652, "S21": -46.540149744023182, "W22": -76.022003311438709, "S22": -97.724138759882877, "W31": -100.17235841780226, "S31": -100.17235841780226, "W32": -103.71361814170837, "S32": -108.71361814170837 }, "geometry": { "type": "Point", "coordinates": [ 101824.0, 501628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032892170456581785, "S11": 0.032892170456581785, "W12": -7.9632819879225938, "S12": -7.9632819879225938, "W13": -19.304586621478958, "S13": -21.972830157128012, "W21": -63.147608353510527, "S21": -76.429267970135726, "W22": -81.25603665645545, "S22": -102.04831909737776, "W31": -102.04831909737776, "S31": -102.04831909737776, "W32": -103.93753273769447, "S32": -108.93753273769447 }, "geometry": { "type": "Point", "coordinates": [ 101824.444444444437977, 502503.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0498195124361411, "S11": 1.0498195124361411, "W12": -9.4921401799392271, "S12": -9.4921401799392271, "W13": -18.756608203478084, "S13": -21.857412676806089, "W21": -52.902368762779552, "S21": -69.082065079324366, "W22": -70.883217484637186, "S22": -70.883217484637186, "W31": -101.98995626936127, "S31": -101.98995626936127, "W32": -103.99983576206374, "S32": -108.99983576206374 }, "geometry": { "type": "Point", "coordinates": [ 101824.571428571434808, 501175.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20009011038093194, "S11": 0.20009011038093194, "W12": -8.4201425505618523, "S12": -14.795631142345751, "W13": -19.771901397226806, "S13": -21.550778158370079, "W21": -39.039143483681414, "S21": -41.554110856674505, "W22": -41.554110856674505, "S22": -44.678395237847205, "W31": -70.0, "S31": -70.819706228832274, "W32": -95.059161734244952, "S32": -100.05916173424495 }, "geometry": { "type": "Point", "coordinates": [ 101825.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.6301180509572539, "S12": -9.6301180509572539, "W13": -19.403473053892217, "S13": -20.744030329433979, "W21": -48.838989646816948, "S21": -62.716856410559217, "W22": -70.120387420983874, "S22": -70.797569817520895, "W31": -101.87486350534982, "S31": -101.87486350534982, "W32": -104.67004622148735, "S32": -109.67004622148735 }, "geometry": { "type": "Point", "coordinates": [ 101826.0, 500886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31390803594799932, "S11": -0.31390803594799932, "W12": -7.6111448599958607, "S12": -7.6111448599958607, "W13": -20.04928322834694, "S13": -21.53895345494335, "W21": -36.974079109652173, "S21": -39.730863667806375, "W22": -42.875745991387305, "S22": -45.906196176742114, "W31": -78.794016026433141, "S31": -78.794016026433141, "W32": -97.35011791357195, "S32": -102.35011791357195 }, "geometry": { "type": "Point", "coordinates": [ 101826.0, 503828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7267906436147022, "S12": -8.7219281717372077, "W13": -25.0, "S13": -25.0, "W21": -36.394386183021787, "S21": -39.224333017729535, "W22": -42.027792063797889, "S22": -42.027792063797889, "W31": -75.567106039499052, "S31": -76.567106039499052, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101826.0, 506985.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49167157957875463, "S11": -0.49167157957875463, "W12": -7.7267581465591935, "S12": -7.7267581465591935, "W13": -20.022565733824191, "S13": -21.166426052110069, "W21": -35.822419199083292, "S21": -37.326215262877476, "W22": -42.197344342233933, "S22": -43.388472151746107, "W31": -78.271896174450887, "S31": -78.271896174450887, "W32": -97.003373741324907, "S32": -102.00337374132491 }, "geometry": { "type": "Point", "coordinates": [ 101826.142857142855064, 503943.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1214470306874228, "S11": -0.1214470306874228, "W12": -6.7781980742778547, "S12": -6.7781980742778547, "W13": -20.0, "S13": -20.336899571455188, "W21": -52.987990392313854, "S21": -53.767961616397429, "W22": -80.002702480423281, "S22": -92.8574570272595, "W31": -100.06883708564455, "S31": -100.06883708564455, "W32": -103.40005588437016, "S32": -108.40005588437016 }, "geometry": { "type": "Point", "coordinates": [ 101827.0, 501803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6790339857607655, "S11": 2.2879439200475842, "W12": -5.0, "S12": -7.1513826185101443, "W13": -18.243710902392834, "S13": -20.350338314470022, "W21": -60.0, "S21": -71.834192081696102, "W22": -71.834192081696102, "S22": -77.49963871234435, "W31": -93.736160382806702, "S31": -93.736160382806702, "W32": -98.492708782430057, "S32": -103.49270878243006 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 499197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.723523898781632, "W21": -47.091851968256464, "S21": -78.108419773533612, "W22": -78.108419773533612, "S22": -99.107859787546701, "W31": -104.02975301550833, "S31": -104.02975301550833, "W32": -104.5627908589058, "S32": -109.5627908589058 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 499840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1812423808766628, "S11": 3.1812423808766628, "W12": -5.8432099882384874, "S12": -9.2876544326829311, "W13": -17.855716111556216, "S13": -21.713748077975332, "W21": -44.785891821639815, "S21": -80.155968480376259, "W22": -81.653783738074367, "S22": -86.252779834002979, "W31": -106.05441630859222, "S31": -106.05441630859222, "W32": -106.05441630859222, "S32": -110.94004737439428 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7476327734154999, "S12": -6.1538198601821268, "W13": -16.664189098160911, "S13": -18.630284478190717, "W21": -60.0, "S21": -68.752085697123405, "W22": -75.571398616062069, "S22": -95.218230080554079, "W31": -101.32297492665518, "S31": -101.32297492665518, "W32": -103.52393726404959, "S32": -108.52393726404959 }, "geometry": { "type": "Point", "coordinates": [ 101828.0, 502345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0058823529417049, "S11": 2.0058823529417049, "W12": -7.5329042992280506, "S12": -7.5329042992280506, "W13": -19.679259890859491, "S13": -21.595974139496629, "W21": -48.001913103509089, "S21": -65.762414284569587, "W22": -74.220962222370318, "S22": -89.011219487737122, "W31": -100.32900900900898, "S31": -100.32900900900898, "W32": -105.41529849694024, "S32": -110.41529849694024 }, "geometry": { "type": "Point", "coordinates": [ 101828.8, 500389.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88212857332286354, "S11": 0.88212857332286354, "W12": -4.9837698912896302, "S12": -20.424534558915497, "W13": -25.0, "S13": -25.0, "W21": -36.268536376377114, "S21": -41.268536376377114, "W22": -42.299482057886138, "S22": -42.299482057886138, "W31": -72.602525367713795, "S31": -72.906254294228688, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101829.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4250763610229382, "S11": 1.4250763610229382, "W12": -4.9999999999999973, "S12": -4.9999999999999973, "W13": -17.187034482758619, "S13": -18.399256704980843, "W21": -36.782067875862069, "S21": -44.755180444088012, "W22": -44.755180444088012, "S22": -44.755180444088012, "W31": -81.306820895349006, "S31": -81.306820895349006, "W32": -95.037961439791161, "S32": -100.03796143979116 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 498026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.961233668879846, "W21": -60.0, "S21": -65.800144150440644, "W22": -79.504700877146902, "S22": -98.503399278039424, "W31": -100.40090735867889, "S31": -100.40090735867889, "W32": -102.97745465148398, "S32": -107.97745465148398 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 502115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.027892130541137, "S11": 1.027892130541137, "W12": -14.901118742476811, "S12": -16.790662188721292, "W13": -20.021762280716395, "S13": -21.716265729284075, "W21": -43.067120304850718, "S21": -48.123560651316211, "W22": -72.040196144858513, "S22": -72.127926993855283, "W31": -96.38361591614543, "S31": -96.38361591614543, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 502959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5832970119618377, "S12": -7.5832970119618377, "W13": -25.0, "S13": -25.0, "W21": -36.352294522704177, "S21": -38.812515266008056, "W22": -41.963335825458138, "S22": -41.963335825458138, "W31": -76.248765471651936, "S31": -77.022878301497244, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101830.0, 506940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0082636577664061, "S12": -9.0082636577664061, "W13": -19.555158829092157, "S13": -19.555158829092157, "W21": -50.0, "S21": -61.556581578637804, "W22": -73.240214377546124, "S22": -107.75590181279846, "W31": -107.75590181279846, "S31": -107.75590181279846, "W32": -107.75590181279846, "S32": -109.59670624929539 }, "geometry": { "type": "Point", "coordinates": [ 101830.5, 500740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9308603333051346, "S12": -4.9308603333051346, "W13": -15.228919649258261, "S13": -18.228919649258259, "W21": -41.43220626484225, "S21": -49.809087919474486, "W22": -49.809087919474486, "S22": -50.665214064985101, "W31": -84.971256042602278, "S31": -84.971256042602278, "W32": -95.1453699246795, "S32": -100.1453699246795 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 498439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48629489375045293, "S11": 0.48629489375045293, "W12": -9.1779595359352033, "S12": -10.531575721953427, "W13": -18.256145456808291, "S13": -21.611137017925444, "W21": -56.392631187197615, "S21": -63.061294532633866, "W22": -71.861283998251153, "S22": -88.513587801537369, "W31": -100.59042352824113, "S31": -100.59042352824113, "W32": -104.44032697547684, "S32": -109.44032697547684 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 501331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11, "S11": 0.11, "W12": -5.5, "S12": -8.0, "W13": -20.200001, "S13": -22.800001, "W21": -44.5, "S21": -67.0, "W22": -72.800003, "S22": -83.557401689797629, "W31": -97.959242563678629, "S31": -97.959242563678629, "W32": -101.03549911947354, "S32": -106.03549911947354 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72449686001107227, "S11": 0.72449686001107227, "W12": -9.4250670410748931, "S12": -9.4250670410748931, "W13": -18.594193560245305, "S13": -21.779730862034661, "W21": -54.153938686984134, "S21": -67.560939173777314, "W22": -71.424021876970357, "S22": -81.693377341705329, "W31": -101.46987642312413, "S31": -101.46987642312413, "W32": -104.22048196368877, "S32": -109.22048196368877 }, "geometry": { "type": "Point", "coordinates": [ 101831.428571428565192, 501221.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8274624918460534, "S11": 2.8274624918460534, "W12": -5.0441864925728339, "S12": -5.0441864925728339, "W13": -16.266196444185368, "S13": -19.232993014723171, "W21": -38.205091484727753, "S21": -41.076954922948929, "W22": -42.830935442873177, "S22": -44.397207876469729, "W31": -82.289297985640943, "S31": -82.289297985640943, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101833.0, 498172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6825811320754718, "S11": 2.1825811320754718, "W12": -5.0, "S12": -5.0, "W13": -19.999999999999996, "S13": -22.279028672404944, "W21": -47.834348236033634, "S21": -66.356705012931627, "W22": -69.689229739183546, "S22": -104.68922973918355, "W31": -104.68922973918355, "S31": -104.68922973918355, "W32": -104.68922973918355, "S32": -108.42297059562705 }, "geometry": { "type": "Point", "coordinates": [ 101833.0, 499757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0394106061058359, "S11": 1.0394106061058359, "W12": -4.9525956381169625, "S12": -4.9525956381169625, "W13": -16.749581576335384, "S13": -18.73260381412215, "W21": -47.693429831505178, "S21": -57.998053417911485, "W22": -58.601266793784404, "S22": -68.905013108293446, "W31": -88.126990257425291, "S31": -88.126990257425291, "W32": -97.405608699484105, "S32": -102.40560869948411 }, "geometry": { "type": "Point", "coordinates": [ 101833.4, 498809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4151125342051358, "S12": -9.4151125342051358, "W13": -21.457598254997038, "S13": -21.457598254997038, "W21": -42.725773644359201, "S21": -49.422963512202848, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101833.4, 514525.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5175971676821209, "S12": -9.5175971676821209, "W13": -19.439700598802396, "S13": -20.70053651211505, "W21": -48.907761215948312, "S21": -67.171321463491083, "W22": -70.087771498539155, "S22": -73.660213001729886, "W31": -101.72865828170437, "S31": -101.72865828170437, "W32": -104.6313892751118, "S32": -109.6313892751118 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 500873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20901265167209235, "S11": 0.20901265167209235, "W12": -7.3642399580999953, "S12": -7.3642399580999953, "W13": -19.517810506342531, "S13": -19.517810506342531, "W21": -51.685175945047924, "S21": -66.999777172041789, "W22": -80.337020957194753, "S22": -102.55453220743932, "W31": -102.55453220743932, "S31": -102.55453220743932, "W32": -103.38238947075725, "S32": -108.38238947075725 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 502570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1431126868377577, "S12": -6.1431126868377577, "W13": -20.111108150474685, "S13": -20.919863910843347, "W21": -46.069440731830461, "S21": -68.388949934284454, "W22": -75.587651597531476, "S22": -95.108945120042677, "W31": -99.218698819235399, "S31": -99.218698819235399, "W32": -101.87190657150802, "S32": -106.87190657150802 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 502743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9290132978548122, "S12": -11.004243785288592, "W13": -20.0, "S13": -23.669484361792055, "W21": -37.068636266616828, "S21": -37.415335737706513, "W22": -40.646974604779544, "S22": -40.646974604779544, "W31": -77.233055126191118, "S31": -79.198825297340264, "W32": -96.433643898280081, "S32": -101.43364389828008 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 504132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39968070952463841, "S11": -0.39968070952463841, "W12": -6.7427837794640713, "S12": -11.664546704325229, "W13": -20.0, "S13": -23.907861369399832, "W21": -37.416801140358189, "S21": -38.657856380678581, "W22": -40.628023629360477, "S22": -41.359700940905128, "W31": -76.585835534239393, "S31": -79.585835534239393, "W32": -96.292847851868856, "S32": -101.29284785186886 }, "geometry": { "type": "Point", "coordinates": [ 101834.0, 504179.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2005852231164069, "S11": 1.2005852231164069, "W12": -9.9671771228395585, "S12": -9.9671771228395585, "W13": -19.128281437125747, "S13": -19.969967954515326, "W21": -47.756504882884222, "S21": -63.030436981288851, "W22": -70.64287794467802, "S22": -87.095989803383219, "W31": -102.20089067180453, "S31": -102.20089067180453, "W32": -103.15778142771364, "S32": -108.15778142771364 }, "geometry": { "type": "Point", "coordinates": [ 101834.7, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34904288922577997, "S11": 0.34904288922577997, "W12": -8.7357020542073514, "S12": -18.176381961861157, "W13": -21.667905444794215, "S13": -21.667905444794215, "W21": -38.207250450646761, "S21": -39.949024853173789, "W22": -41.025769622471351, "S22": -44.261529116142242, "W31": -68.433725912441176, "S31": -68.906806169144602, "W32": -91.707578453574897, "S32": -96.707578453574897 }, "geometry": { "type": "Point", "coordinates": [ 101834.75, 504809.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3187937479650973, "S12": -9.7030606964775785, "W13": -18.410755249147826, "S13": -21.690032587755539, "W21": -56.962287557375006, "S21": -66.963089748270875, "W22": -71.9646143952165, "S22": -82.27007228238287, "W31": -100.94011329149461, "S31": -100.94011329149461, "W32": -104.55799119575958, "S32": -109.55799119575958 }, "geometry": { "type": "Point", "coordinates": [ 101835.0, 501278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.267527646844302, "S11": 2.267527646844302, "W12": -5.0, "S12": -7.8380448359446273, "W13": -28.892189574892637, "S13": -28.892189574892637, "W21": -36.243518754402679, "S21": -36.243518754402679, "W22": -39.273149084687411, "S22": -39.273149084687411, "W31": -70.03754895202664, "S31": -70.03754895202664, "W32": -79.580656470273681, "S32": -84.580656470273681 }, "geometry": { "type": "Point", "coordinates": [ 101835.666666666671517, 510340.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5, "S12": -7.5, "W13": -19.847560975609756, "S13": -22.245435007002563, "W21": -60.832351148140617, "S21": -63.25167457959742, "W22": -80.00259750088432, "S22": -99.639230545119119, "W31": -100.11705016043661, "S31": -100.11705016043661, "W32": -102.54014916669225, "S32": -107.54014916669225 }, "geometry": { "type": "Point", "coordinates": [ 101836.0, 501955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0894153813536862, "S11": 2.9908475421577063, "W12": -5.4952863475979372, "S12": -8.7329406685855915, "W13": -18.089836223506744, "S13": -22.063201577074715, "W21": -44.938478627985816, "S21": -81.057354740418631, "W22": -81.524023048394781, "S22": -86.532812176918881, "W31": -105.75228416236375, "S31": -105.75228416236375, "W32": -105.8981067558766, "S32": -110.8981067558766 }, "geometry": { "type": "Point", "coordinates": [ 101838.0, 500078.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46623073397814863, "S11": 0.46623073397814863, "W12": -8.8806079879909756, "S12": -10.198475707635733, "W13": -18.115237509592284, "S13": -21.568130265788696, "W21": -55.409998759459128, "S21": -59.045741228911091, "W22": -71.123303917472285, "S22": -95.200157715130644, "W31": -100.0, "S31": -100.0, "W32": -104.06049046321526, "S32": -109.06049046321526 }, "geometry": { "type": "Point", "coordinates": [ 101838.0, 501386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27676203100764601, "S11": 0.27676203100764601, "W12": -6.3383120574706702, "S12": -6.3383120574706702, "W13": -19.817342626922308, "S13": -22.844029173606071, "W21": -41.253389738583358, "S21": -47.137124438336613, "W22": -76.231632339011981, "S22": -97.734377915583053, "W31": -100.0, "S31": -100.0, "W32": -103.31249851744668, "S32": -108.31249851744668 }, "geometry": { "type": "Point", "coordinates": [ 101838.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44327260284107728, "S11": 0.44327260284107728, "W12": -6.5253213005116626, "S12": -6.5253213005116626, "W13": -20.052247096677217, "S13": -20.879856986787107, "W21": -47.182096290356114, "S21": -67.023568682994153, "W22": -77.374588244642965, "S22": -100.0, "W31": -100.0, "S31": -102.31706070486328, "W32": -102.39922142923348, "S32": -107.39922142923348 }, "geometry": { "type": "Point", "coordinates": [ 101838.0, 502681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44857500596221922, "S11": 0.44857500596221922, "W12": -9.3579939022107688, "S12": -9.3579939022107688, "W13": -18.431778917012668, "S13": -21.702049047263316, "W21": -56.973257483120037, "S21": -67.607562140165413, "W22": -71.964826269303401, "S22": -83.157661722166779, "W31": -100.94979657688719, "S31": -100.94979657688719, "W32": -104.57404781929591, "S32": -109.57404781929591 }, "geometry": { "type": "Point", "coordinates": [ 101838.285714285710128, 501268.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39869771692914546, "S11": 0.39869771692914546, "W12": -7.1066804101737295, "S12": -7.1066804101737295, "W13": -17.347588622669726, "S13": -19.216705346861755, "W21": -31.506389295338902, "S21": -32.539517238548157, "W22": -43.293512794059318, "S22": -47.205435253622227, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101840.0, 497320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6011764231900392, "S12": -7.1581384485064952, "W13": -20.162817269778483, "S13": -22.322247424111684, "W21": -45.290450746677628, "S21": -70.290450746677621, "W22": -73.739413286470736, "S22": -87.63279204891117, "W31": -98.283523888256312, "S31": -98.283523888256312, "W32": -101.2833626842154, "S32": -106.2833626842154 }, "geometry": { "type": "Point", "coordinates": [ 101840.0, 502808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4163118578672429, "S11": 2.4163118578672429, "W12": -10.0, "S12": -12.485851824851666, "W13": -27.268658128365416, "S13": -27.268658128365416, "W21": -37.393696953104723, "S21": -37.393696953104723, "W22": -50.0, "S22": -50.0, "W31": -69.379464111138887, "S31": -73.529899285208202, "W32": -83.676744824806548, "S32": -88.676744824806548 }, "geometry": { "type": "Point", "coordinates": [ 101840.0, 509257.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67106862496834641, "S11": 0.67106862496834641, "W12": -4.9364443364667627, "S12": -4.9364443364667627, "W13": -16.489797963411139, "S13": -18.490944613984464, "W21": -46.628406649327147, "S21": -56.638726156012893, "W22": -56.638726156012893, "S22": -64.639984193407471, "W31": -87.57616192141613, "S31": -87.57616192141613, "W32": -97.006179535331484, "S32": -102.00617953533148 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 498749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4197287546766435, "W12": -4.9541606291007954, "S12": -4.9541606291007954, "W13": -17.398062524559617, "S13": -18.973083959255245, "W21": -51.290072102052136, "S21": -62.137701041411958, "W22": -62.137701041411958, "S22": -77.17346685726443, "W31": -89.466648325371594, "S31": -89.466648325371594, "W32": -97.330201342281882, "S32": -102.33020134228188 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 498968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3650793650793656, "S12": -8.5081497141540634, "W13": -20.120600105933601, "S13": -22.477837866691864, "W21": -44.483426820768805, "S21": -64.175100472626866, "W22": -72.717264100156186, "S22": -82.349798583481856, "W31": -97.631997629112007, "S31": -97.631997629112007, "W32": -100.86076559458708, "S32": -105.86076559458708 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 502856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1195797612232868, "S11": 0.1195797612232868, "W12": -5.4474434949298427, "S12": -5.4474434949298427, "W13": -19.210827887762843, "S13": -22.779807554034385, "W21": -40.384244062034647, "S21": -43.384244062034647, "W22": -70.0, "S22": -89.030972294824878, "W31": -89.030972294824878, "S31": -89.030972294824878, "W32": -98.602839737197954, "S32": -103.60283973719795 }, "geometry": { "type": "Point", "coordinates": [ 101841.0, 503414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.1327455226783005, "S12": -4.1327455226783005, "W13": -21.30233463792667, "S13": -21.30233463792667, "W21": -34.954342841113842, "S21": -39.522053523248083, "W22": -45.597642985052687, "S22": -45.597642985052687, "W31": -69.268791370278507, "S31": -72.178348209608686, "W32": -88.931474400095468, "S32": -93.931474400095468 }, "geometry": { "type": "Point", "coordinates": [ 101841.333333333328483, 508141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4242144177449179, "S11": 2.4242144177449179, "W12": -4.9815363199190079, "S12": -4.9815363199190079, "W13": -16.668463601532569, "S13": -19.004806716656724, "W21": -37.645871619923376, "S21": -42.884140420978362, "W22": -42.884140420978362, "S22": -44.37218514138074, "W31": -81.521219458990601, "S31": -81.521219458990601, "W32": -95.411224575197039, "S32": -100.41122457519704 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 498115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3728564291872374, "S12": -9.3728564291872374, "W13": -19.495568862275448, "S13": -20.624861458833109, "W21": -49.048784785960791, "S21": -67.77541736203591, "W22": -70.02032047540321, "S22": -79.611433687409829, "W31": -101.55217150287524, "S31": -101.55217150287524, "W32": -104.58975611589192, "S32": -109.58975611589192 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 500852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6831831896694762, "S12": -12.59020806428564, "W13": -26.324341156722131, "S13": -26.324341156722131, "W21": -35.844711007424188, "S21": -35.844711007424188, "W22": -40.346488418593928, "S22": -56.524658835480508, "W31": -75.215705324111411, "S31": -75.340536642505427, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 505307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2844895328780916, "S11": 2.2844895328780916, "W12": -5.0, "S12": -7.9660396264721092, "W13": -29.242619938563969, "S13": -29.242619938563969, "W21": -35.880984397422125, "S21": -35.880984397422125, "W22": -40.343129369919772, "S22": -40.343129369919772, "W31": -69.883956055449687, "S31": -69.883956055449687, "W32": -79.640723569306246, "S32": -84.640723569306246 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 510264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75524607733323423, "S11": 0.75524607733323423, "W12": -12.266386852773103, "S12": -12.266386852773103, "W13": -22.214938936689276, "S13": -22.214938936689276, "W21": -42.016867531520361, "S21": -42.016867531520361, "W22": -42.016867531520361, "S22": -42.016867531520361, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101842.0, 511838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67225457921837717, "S11": 0.67225457921837717, "W12": -4.9335494963464015, "S12": -4.9335494963464015, "W13": -16.487287725078936, "S13": -18.478718020794016, "W21": -46.612386445022722, "S21": -56.60719812322575, "W22": -56.60719812322575, "S22": -64.59348007602091, "W31": -87.566072439037555, "S31": -87.566072439037555, "W32": -96.997270112020416, "S32": -101.99727011202042 }, "geometry": { "type": "Point", "coordinates": [ 101842.666666666671517, 498748.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.295555768193601, "S12": -10.295555768193601, "W13": -18.049999, "S13": -20.590678146529346, "W21": -30.0, "S21": -30.0, "W22": -47.58910057657932, "S22": -51.747304304769827, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101843.0, 496781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3166992824527068, "S11": 3.3166992824527068, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -15.851422908772953, "S13": -16.650175831610053, "W21": -38.905340203984061, "S21": -39.575511272521368, "W22": -42.987864608080812, "S22": -44.402342353953031, "W31": -83.313163295584673, "S31": -83.313163295584673, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101843.0, 498244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0000000000000004, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.871482570348594, "W21": -46.536320421151878, "S21": -80.930259815091262, "W22": -80.930259815091262, "S22": -96.221375895753312, "W31": -104.47708213670306, "S31": -104.47708213670306, "W32": -105.06402096038842, "S32": -110.06402096038842 }, "geometry": { "type": "Point", "coordinates": [ 101843.0, 499897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.055373057152421114, "S11": -0.055373057152421114, "W12": -6.4775502037055812, "S12": -6.4775502037055812, "W13": -19.399857956848678, "S13": -23.65052600910521, "W21": -39.292107986859619, "S21": -42.292107986859619, "W22": -48.449151730087223, "S22": -63.449151730087223, "W31": -79.912338017764554, "S31": -79.912338017764554, "W32": -98.088197128846772, "S32": -103.08819712884677 }, "geometry": { "type": "Point", "coordinates": [ 101843.0, 503582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.047725856697819424, "S11": -0.047725856697819424, "W12": -7.0702364699382478, "S12": -7.0702364699382478, "W13": -18.001100059173758, "S13": -21.209200617832977, "W21": -46.71915978917108, "S21": -66.141404211415505, "W22": -77.438137260747723, "S22": -87.371438832924952, "W31": -100.17837837837837, "S31": -100.17837837837837, "W32": -105.62149967570005, "S32": -110.62149967570005 }, "geometry": { "type": "Point", "coordinates": [ 101844.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40965670316661729, "S11": 0.40965670316661729, "W12": -6.5763023246444536, "S12": -6.5763023246444536, "W13": -20.02952546408228, "S13": -21.509607881664696, "W21": -47.774124565624163, "S21": -66.894860761943178, "W22": -77.93398307070342, "S22": -102.32859031384548, "W31": -102.32859031384548, "S31": -102.32859031384548, "W32": -102.54409120400409, "S32": -107.54409120400409 }, "geometry": { "type": "Point", "coordinates": [ 101844.0, 502662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0255056380884195, "S11": 1.0255056380884195, "W12": -12.040961552078169, "S12": -13.585670157169682, "W13": -20.0, "S13": -21.758617187830577, "W21": -43.685962395078015, "S21": -52.511891425533449, "W22": -72.270768131056641, "S22": -75.468472534606917, "W31": -96.6242922431408, "S31": -96.6242922431408, "W32": -100.21288349244601, "S32": -105.21288349244601 }, "geometry": { "type": "Point", "coordinates": [ 101844.0, 502929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7672582346512709, "S12": -8.7672582346512709, "W13": -18.049999, "S13": -20.268312878763016, "W21": -29.234632356054284, "S21": -29.234632356054284, "W22": -45.305986827172909, "S22": -50.140852726361246, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101844.42105263157282, 496950.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1143522157962256, "S11": 2.7922640103459124, "W12": -5.0, "S12": -5.0, "W13": -19.050102107456876, "S13": -21.180228385267988, "W21": -59.334582942829527, "S21": -71.89688614128589, "W22": -71.89688614128589, "S22": -87.269421713987001, "W31": -97.121920622815097, "S31": -97.121920622815097, "W32": -99.786090470273024, "S32": -104.78609047027302 }, "geometry": { "type": "Point", "coordinates": [ 101844.666666666671517, 499424.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7690327024502395, "S12": -9.7690327024502395, "W13": -18.991478053615779, "S13": -21.991478053615779, "W21": -48.589101515259301, "S21": -70.708772139800118, "W22": -70.830165901445469, "S22": -70.830165901445469, "W31": -102.34854013425029, "S31": -102.34854013425029, "W32": -102.71175597997404, "S32": -107.71175597997404 }, "geometry": { "type": "Point", "coordinates": [ 101845.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48357041207664153, "S11": 0.48357041207664153, "W12": -9.2909207633465147, "S12": -9.2909207633465147, "W13": -18.26936427377985, "S13": -21.624367232491878, "W21": -56.106651071295396, "S21": -63.968259898589366, "W22": -72.370491939862703, "S22": -89.433573635833, "W31": -100.43135762397836, "S31": -100.43135762397836, "W32": -104.04154664590631, "S32": -109.04154664590631 }, "geometry": { "type": "Point", "coordinates": [ 101845.142857142855064, 501315.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -17.561066466187281, "W13": -25.0, "S13": -25.0, "W21": -36.108584128658805, "S21": -36.108584128658805, "W22": -41.577858311495504, "S22": -46.992334075079825, "W31": -79.841664564666019, "S31": -80.199485902946506, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101845.833333333328483, 506641.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -6.0925925925925926, "W13": -19.999999999999996, "S13": -23.360847333820303, "W21": -46.028679185982554, "S21": -80.713664361755534, "W22": -80.713664361755534, "S22": -94.5321400007617, "W31": -104.85203905801264, "S31": -104.85203905801264, "W32": -105.30354076617917, "S32": -110.30354076617917 }, "geometry": { "type": "Point", "coordinates": [ 101846.0, 499952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0487073833666365, "S11": 2.0487073833666365, "W12": -2.3754026588266308, "S12": -2.3754026588266308, "W13": -20.0, "S13": -20.0, "W21": -36.957457458007717, "S21": -41.172258033762802, "W22": -46.247884610594319, "S22": -47.462356288238013, "W31": -69.041387061833419, "S31": -70.788245902491184, "W32": -88.238364506307093, "S32": -93.238364506307093 }, "geometry": { "type": "Point", "coordinates": [ 101846.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3707815810677662, "S11": 1.3707815810677662, "W12": -4.9318803015255321, "S12": -4.9318803015255321, "W13": -16.90639452486781, "S13": -18.808877452551208, "W21": -48.271627275811362, "S21": -58.610924346576368, "W22": -59.857650075613108, "S22": -71.419762197012631, "W31": -88.4056675009125, "S31": -88.4056675009125, "W32": -97.435608329031112, "S32": -102.43560832903111 }, "geometry": { "type": "Point", "coordinates": [ 101846.8, 498848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -22.651609461419522, "S13": -22.651609461419522, "W21": -41.595456739557392, "S21": -43.983278342892689, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101847.076923076921958, 513150.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9511633790248037, "S12": -7.9511633790248037, "W13": -19.734875131902921, "S13": -19.734875131902921, "W21": -49.791087444598503, "S21": -64.791087444598503, "W22": -71.77116835492501, "S22": -100.19653729942291, "W31": -100.2056182415615, "S31": -100.2056182415615, "W32": -105.0333394433321, "S32": -110.0333394433321 }, "geometry": { "type": "Point", "coordinates": [ 101847.5, 500516.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2773855554831055, "S12": -9.2773855554831055, "W13": -18.049999, "S13": -20.370346652193977, "W21": -28.75667544518258, "S21": -28.75667544518258, "W22": -46.249046199873447, "S22": -51.249046199873447, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 496881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46275703765103449, "S11": 0.46275703765103449, "W12": -8.5418868499476677, "S12": -8.5418868499476677, "W13": -18.654872790235089, "S13": -20.788095211530202, "W21": -29.474656660375373, "S21": -29.518693861016068, "W22": -44.619047325424695, "S22": -49.277059516136575, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 497002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7294521499847124, "S11": 1.7294521499847124, "W12": -4.916984321840693, "S12": -4.916984321840693, "W13": -15.911918893146758, "S13": -18.248156066895124, "W21": -44.294922537600364, "S21": -54.174285081481194, "W22": -54.174285081481194, "S22": -56.574796903818644, "W31": -86.380503065432563, "S31": -86.380503065432563, "W32": -96.149061375022882, "S32": -101.14906137502288 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 498614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0625492772667542, "W13": -20.0, "S13": -22.84082318353633, "W21": -46.487565804981536, "S21": -81.160293077708815, "W22": -81.160293077708815, "S22": -95.308753426009758, "W31": -104.52797242963814, "S31": -104.52797242963814, "W32": -105.06742554325299, "S32": -110.06742554325299 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 499901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5778585190783456, "S12": -7.5778585190783456, "W13": -20.015403219080977, "S13": -21.12546487170064, "W21": -35.418679530196407, "S21": -36.720404421200271, "W22": -41.507177722653374, "S22": -43.648773637530766, "W31": -78.276620980834522, "S31": -78.276620980834522, "W32": -96.983694315554743, "S32": -101.98369431555474 }, "geometry": { "type": "Point", "coordinates": [ 101848.0, 503945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18699694459581742, "S11": 0.18699694459581742, "W12": -5.2158339542349266, "S12": -5.2158339542349266, "W13": -19.256934892805088, "S13": -22.58132814311314, "W21": -40.411899742858466, "S21": -43.411899742858466, "W22": -70.0, "S22": -90.0, "W31": -90.043463491181896, "S31": -90.043463491181896, "W32": -98.705027250003411, "S32": -103.70502725000341 }, "geometry": { "type": "Point", "coordinates": [ 101849.0, 503379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -25.0, "S13": -25.0, "W21": -36.008333057659975, "S21": -36.008333057659975, "W22": -41.413683655990475, "S22": -54.005496932579753, "W31": -74.822530799221909, "S31": -75.106240765298253, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101849.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9960865040944669, "S11": 1.9960865040944669, "W12": -4.9823986594374787, "S12": -16.210259633763648, "W13": -25.0, "S13": -25.0, "W21": -35.988191298490854, "S21": -40.737969761789472, "W22": -42.411782689965591, "S22": -42.411782689965591, "W31": -70.489571592449337, "S31": -70.9100612518167, "W32": -89.740828722499799, "S32": -94.740828722499799 }, "geometry": { "type": "Point", "coordinates": [ 101849.5, 507365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 3.5, "W12": -5.0, "S12": -5.0, "W13": -15.7, "S13": -15.7, "W21": -39.150002, "S21": -39.150002, "W22": -43.009998, "S22": -44.399998, "W31": -83.489453540566871, "S31": -83.489453540566871, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0234638319937774, "S12": -6.4147910330450255, "W13": -20.0, "S13": -23.428901874847821, "W21": -45.900546083130351, "S21": -76.549635452041827, "W22": -79.188193624557272, "S22": -93.769676657653207, "W31": -104.95692130959219, "S31": -104.95692130959219, "W32": -105.35050920717627, "S32": -110.35050920717627 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 499965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6595563720487174, "S11": 1.6595563720487174, "W12": -7.0671552103145725, "S12": -7.0671552103145725, "W13": -18.607984161681561, "S13": -21.607984161681561, "W21": -47.190573820430878, "S21": -66.403028032885089, "W22": -75.982052352274764, "S22": -89.608183843461035, "W31": -100.11891891891892, "S31": -100.11891891891892, "W32": -105.51858379628325, "S32": -110.51858379628325 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 500321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2724179916195055, "S12": -9.2724179916195055, "W13": -19.523979539202202, "S13": -20.428945363133664, "W21": -49.090461854761728, "S21": -66.038236186222875, "W22": -70.000767715717714, "S22": -83.205683811203414, "W31": -101.41732186242369, "S31": -101.41732186242369, "W32": -104.55221524933299, "S32": -109.55221524933299 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.119490849839248, "S11": -0.119490849839248, "W12": -7.1454607977991742, "S12": -7.1454607977991742, "W13": -20.0, "S13": -20.0, "W21": -54.144915932746194, "S21": -54.574424380992063, "W22": -80.002967083597881, "S22": -99.17516425670695, "W31": -100.05396077293986, "S31": -100.05396077293986, "W32": -103.17588335407829, "S32": -108.17588335407829 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 501807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7635823429541606, "S12": -6.7635823429541606, "W13": -17.05795343293747, "S13": -19.095290342666591, "W21": -60.0, "S21": -63.579735942601907, "W22": -80.000188891286399, "S22": -99.255239053054709, "W31": -100.12997198879553, "S31": -100.12997198879553, "W32": -102.46863049016298, "S32": -107.46863049016298 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2781734402504736, "S11": 2.2781734402504736, "W12": -5.0000000000000009, "S12": -7.7556313163148296, "W13": -29.104294429937806, "S13": -29.104294429937806, "W21": -36.24250474189725, "S21": -36.24250474189725, "W22": -38.7751091937713, "S22": -38.7751091937713, "W31": -70.164732475886254, "S31": -70.164732475886254, "W32": -79.55634021769518, "S32": -84.55634021769518 }, "geometry": { "type": "Point", "coordinates": [ 101850.333333333328483, 510378.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1851693361046585, "S11": 3.1851693361046585, "W12": -4.9359969545723708, "S12": -4.9359969545723708, "W13": -15.497914299895218, "S13": -16.703237759445308, "W21": -39.713056028404949, "S21": -42.929002668963022, "W22": -44.593149357556328, "S22": -46.542729679819523, "W31": -83.983380939882636, "S31": -83.983380939882636, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101851.0, 498331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1887745217029178, "S11": 2.8876520221861028, "W12": -5.0, "S12": -5.0, "W13": -19.164282953037969, "S13": -21.187494017379521, "W21": -57.74453706900804, "S21": -70.610559940672587, "W22": -70.610559940672587, "S22": -97.109618301334521, "W31": -98.086045435791007, "S31": -98.086045435791007, "W32": -99.945296847657929, "S32": -104.94529684765793 }, "geometry": { "type": "Point", "coordinates": [ 101851.0, 499460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21544134370941817, "S11": 0.21544134370941817, "W12": -7.7454643480925922, "S12": -14.332766052327401, "W13": -19.644512033150946, "S13": -21.825963107773827, "W21": -38.99426031071156, "S21": -41.338015787359538, "W22": -41.338015787359538, "S22": -41.338015787359538, "W31": -70.697831080637343, "S31": -71.697831080637343, "W32": -95.169147223907345, "S32": -100.16914722390734 }, "geometry": { "type": "Point", "coordinates": [ 101851.0, 504550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4330191162047003, "S11": 2.4330191162047003, "W12": -10.0, "S12": -12.4741712670619, "W13": -26.992019599282155, "S13": -26.992019599282155, "W21": -37.998275921139779, "S21": -38.252627390260329, "W22": -50.0, "S22": -50.0, "W31": -69.343026740073498, "S31": -72.991423598817249, "W32": -83.849024282818974, "S32": -88.849024282818974 }, "geometry": { "type": "Point", "coordinates": [ 101851.166666666671517, 509222.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46605127957741543, "S11": 0.46605127957741543, "W12": -9.2238476244823921, "S12": -9.2238476244823921, "W13": -18.106949630547213, "S13": -21.546685417720528, "W21": -55.240044659471529, "S21": -60.328957657017689, "W22": -71.760538139862533, "S22": -96.411543843855327, "W31": -100.00442344425456, "S31": -100.00442344425456, "W32": -103.69028156221616, "S32": -108.69028156221616 }, "geometry": { "type": "Point", "coordinates": [ 101852.0, 501362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10029821073558645, "S11": -0.10029821073558645, "W12": -9.7978155591794138, "S12": -9.7978155591794138, "W13": -18.892103488363649, "S13": -21.938265301675393, "W21": -49.305093046033306, "S21": -70.044836708361899, "W22": -71.006605615275191, "S22": -71.759113976479199, "W31": -101.95219937597282, "S31": -101.95219937597282, "W32": -102.79248536789297, "S32": -107.79248536789297 }, "geometry": { "type": "Point", "coordinates": [ 101853.0, 501108.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70854762103158064, "S11": 0.70854762103158064, "W12": -4.9138444000074752, "S12": -4.9138444000074752, "W13": -16.468519493433504, "S13": -18.394651056499285, "W21": -46.496664028044783, "S21": -56.384493140267963, "W22": -56.409691629955944, "S22": -64.249529983804322, "W31": -87.494011015658515, "S31": -87.494011015658515, "W32": -96.934231846131951, "S32": -101.93423184613195 }, "geometry": { "type": "Point", "coordinates": [ 101854.0, 498746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0297910182303247, "S11": 1.0297910182303247, "W12": -5.520329874607091, "S12": -8.0788583027007359, "W13": -19.66696099213835, "S13": -20.282690481788897, "W21": -41.574792857513863, "S21": -41.574792857513863, "W22": -71.061581878311529, "S22": -97.143094222622508, "W31": -97.143094222622508, "S31": -97.143094222622508, "W32": -99.480781576539044, "S32": -104.48078157653904 }, "geometry": { "type": "Point", "coordinates": [ 101855.0, 503124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8297446867878904, "S12": -9.8297446867878904, "W13": -22.08048662820163, "S13": -22.08048662820163, "W21": -42.208963163929084, "S21": -52.208963163929084, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101856.0, 514021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43445599969746357, "S11": 0.43445599969746357, "W12": -5.8536268827409623, "S12": -5.8536268827409623, "W13": -17.458247208706339, "S13": -18.645991064544791, "W21": -32.901904808758729, "S21": -32.901904808758729, "W22": -41.959109885924434, "S22": -43.253648768194537, "W31": -80.082214855541181, "S31": -80.082214855541181, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101856.166666666671517, 497604.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2643318740879614, "W12": -4.9360886341804919, "S12": -4.9360886341804919, "W13": -17.713174966632728, "S13": -19.234435752294729, "W21": -56.976987043125121, "S21": -68.039721915765497, "W22": -68.039721915765497, "S22": -69.703020874340041, "W31": -90.477298352721178, "S31": -90.477298352721178, "W32": -97.281859450685999, "S32": -102.281859450686 }, "geometry": { "type": "Point", "coordinates": [ 101857.0, 499060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41240676462383519, "S11": 0.41240676462383519, "W12": -8.8277409558649182, "S12": -17.716766915014063, "W13": -22.592689751661418, "S13": -22.592689751661418, "W21": -37.752837166911014, "S21": -39.130743462092909, "W22": -40.797790049418225, "S22": -40.797790049418225, "W31": -68.770868484148835, "S31": -69.270868484148835, "W32": -90.121319961177605, "S32": -95.121319961177605 }, "geometry": { "type": "Point", "coordinates": [ 101857.0, 504888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7974942444317215, "S12": -16.535585286498584, "W13": -24.405661998453475, "S13": -24.405661998453475, "W21": -36.941041534359513, "S21": -36.941041534359513, "W22": -40.556657131882169, "S22": -40.556657131882169, "W31": -71.013168467805599, "S31": -71.339816413324584, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101857.0, 505061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9339572381908479, "S12": -8.9339572381908479, "W13": -19.594739189305365, "S13": -19.594739189305365, "W21": -49.683104486379321, "S21": -66.28257779562567, "W22": -71.83669201815394, "S22": -101.74835592739525, "W31": -101.74835592739525, "S31": -101.74835592739525, "W32": -104.49533745443614, "S32": -109.49533745443614 }, "geometry": { "type": "Point", "coordinates": [ 101857.25, 500771.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4386758273060858, "S11": 2.4386758273060858, "W12": -10.0, "S12": -12.519143142034288, "W13": -27.074774818480247, "S13": -27.074774818480247, "W21": -37.998488641847125, "S21": -38.167256385515699, "W22": -50.0, "S22": -50.0, "W31": -69.334953401753651, "S31": -73.111769683822033, "W32": -83.84270658562825, "S32": -88.84270658562825 }, "geometry": { "type": "Point", "coordinates": [ 101857.777777777781012, 509233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.017722314061245997, "S11": -0.017722314061245997, "W12": -15.0, "S12": -15.0, "W13": -20.218863436465949, "S13": -20.218863436465949, "W21": -43.287065990431103, "S21": -45.522668905696065, "W22": -45.522668905696065, "S22": -45.522668905696065, "W31": -70.0, "S31": -70.0, "W32": -80.039749478141502, "S32": -85.039749478141502 }, "geometry": { "type": "Point", "coordinates": [ 101857.923076923078042, 512406.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.4157621571460979, "S12": -7.0681553271009774, "W13": -17.725877486482382, "S13": -21.623021120867584, "W21": -45.58312928741131, "S21": -72.268755483456388, "W22": -80.370763207188006, "S22": -86.091344436344741, "W31": -103.13924640228497, "S31": -103.13924640228497, "W32": -105.80285383942923, "S32": -110.80285383942923 }, "geometry": { "type": "Point", "coordinates": [ 101858.0, 500198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4627128488386173, "S11": 0.4627128488386173, "W12": -9.2610148998216015, "S12": -9.2610148998216015, "W13": -18.091575256306538, "S13": -21.542128189897163, "W21": -55.013695571269182, "S21": -60.231692241369466, "W22": -71.888829101704516, "S22": -95.725139518998191, "W31": -99.834041113336937, "S31": -99.834041113336937, "W32": -103.48403269754758, "S32": -108.48403269754758 }, "geometry": { "type": "Point", "coordinates": [ 101858.6, 501361.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9344722854973417, "S12": -4.9344722854973417, "W13": -16.761080459770113, "S13": -19.070289213978867, "W21": -37.636493977011497, "S21": -43.536929890414918, "W22": -43.536929890414918, "S22": -44.350880579216671, "W31": -81.394115035166777, "S31": -81.394115035166777, "W32": -95.470015907772634, "S32": -100.47001590777263 }, "geometry": { "type": "Point", "coordinates": [ 101859.0, 498114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24156377476067811, "S11": 0.24156377476067811, "W12": -6.695824073595535, "S12": -6.695824073595535, "W13": -19.874858514122828, "S13": -22.294899115691472, "W21": -44.091277342695115, "S21": -48.635138480451133, "W22": -77.508692896727581, "S22": -98.318943049259616, "W31": -99.819170910734002, "S31": -99.819170910734002, "W32": -102.79251464193544, "S32": -107.79251464193544 }, "geometry": { "type": "Point", "coordinates": [ 101859.0, 501659.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.032654742096505818, "S11": -0.032654742096505818, "W12": -7.455489303412433, "S12": -7.455489303412433, "W13": -18.651530597989399, "S13": -21.651530597989399, "W21": -62.765102857281157, "S21": -77.838749681063021, "W22": -80.571430065335448, "S22": -101.74426643134341, "W31": -101.74426643134341, "S31": -101.74426643134341, "W32": -103.61977281910835, "S32": -108.61977281910835 }, "geometry": { "type": "Point", "coordinates": [ 101859.0, 502508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7723834582914577, "S12": -13.680912566665679, "W13": -26.085342614274378, "S13": -26.085342614274378, "W21": -36.004199099841706, "S21": -36.004199099841706, "W22": -40.2848648171055, "S22": -60.2848648171055, "W31": -74.088182111916538, "S31": -74.213001962106134, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101859.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.15339186582149, "W21": -46.785279327414159, "S21": -77.894913199371615, "W22": -77.894913199371615, "S22": -93.735278005043256, "W31": -104.35152211372775, "S31": -104.35152211372775, "W32": -104.61864443500792, "S32": -109.61864443500792 }, "geometry": { "type": "Point", "coordinates": [ 101860.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.899405772495756, "S12": -6.899405772495756, "W13": -17.384646490443963, "S13": -19.533580194662786, "W21": -60.0, "S21": -63.577005820620052, "W22": -80.0, "S22": -99.183002093472169, "W31": -100.1196719962702, "S31": -100.1196719962702, "W32": -102.32195758264018, "S32": -107.32195758264018 }, "geometry": { "type": "Point", "coordinates": [ 101860.0, 501990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7021525560297301, "S11": 1.7021525560297301, "W12": -4.9128421875254444, "S12": -4.9128421875254444, "W13": -17.063207473400244, "S13": -18.908813260018707, "W21": -48.844302872492634, "S21": -59.21827342761646, "W22": -60.282504489449138, "S22": -73.102982417739298, "W31": -88.684344744399752, "S31": -88.684344744399752, "W32": -97.18934434692828, "S32": -102.18934434692828 }, "geometry": { "type": "Point", "coordinates": [ 101860.2, 498887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5773710482529117, "S11": 1.5773710482529117, "W12": -4.936057996399553, "S12": -4.936057996399553, "W13": -17.324524904214559, "S13": -18.289693254382911, "W21": -36.811770554789277, "S21": -45.820177456140975, "W22": -45.820177456140975, "S22": -45.820177456140975, "W31": -81.091394886264624, "S31": -81.091394886264624, "W32": -95.163008243533213, "S32": -100.16300824353321 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 498029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 3.5, "W12": -5.5, "S12": -10.0, "W13": -17.5, "S13": -22.0, "W21": -44.5, "S21": -81.999999999999986, "W22": -82.010002, "S22": -82.010002, "W31": -106.00000000000001, "S31": -106.00000000000001, "W32": -106.0, "S32": -111.0 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1510172143974962, "S11": 2.1510172143974962, "W12": -7.2478805872251124, "S12": -7.2478805872251124, "W13": -19.731688487525076, "S13": -21.765974594437267, "W21": -48.048138277217447, "S21": -63.788869508602886, "W22": -73.283902569952346, "S22": -93.641811097822767, "W31": -100.00990990990991, "S31": -100.00990990990991, "W32": -105.33116663376666, "S32": -110.33116663376666 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40066437014449918, "S11": 0.40066437014449918, "W12": -7.3822737641885787, "S12": -7.3822737641885787, "W13": -17.300907763114346, "S13": -19.177584844533204, "W21": -30.781815506631318, "S21": -31.561481884346119, "W22": -42.981256376782319, "S22": -46.772058794011393, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0534994068801899, "W12": -5.0062224526834331, "S12": -6.3261961714744981, "W13": -20.0, "S13": -23.32627221816411, "W21": -45.879940284434667, "S21": -73.464120716455, "W22": -78.72770718462958, "S22": -92.582336426355596, "W31": -105.00964962665135, "S31": -105.00964962665135, "W32": -105.31082361300254, "S32": -110.31082361300254 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 499964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12555140186915897, "S11": 0.12555140186915897, "W12": -6.8651137747855078, "S12": -8.3232086112017285, "W13": -18.025050448422398, "S13": -21.253070034929472, "W21": -46.794481778340106, "S21": -66.419856403714732, "W22": -76.707113469679811, "S22": -89.724504774027636, "W31": -100.0, "S31": -100.0, "W32": -105.5651419869716, "S32": -110.5651419869716 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7842541698064345, "S12": -7.7842541698064345, "W13": -19.761391541609822, "S13": -19.884392046745365, "W21": -49.699938405344582, "S21": -64.699938405344582, "W22": -71.237488352520359, "S22": -101.23748835252036, "W31": -101.23748835252036, "S31": -101.23748835252036, "W32": -105.01745579650886, "S32": -110.01745579650886 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 500504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7931008581768655, "S12": -7.7931008581768655, "W13": -19.76169849931787, "S13": -19.853885736226438, "W21": -49.726716807436794, "S21": -64.726716807436787, "W22": -71.222459346538812, "S22": -100.0, "W31": -100.0, "S31": -100.78029711789358, "W32": -105.01240799751839, "S32": -110.01240799751839 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29879605263157893, "S11": -0.29879605263157893, "W12": -7.1961501507471093, "S12": -7.4107022415191821, "W13": -18.198251846911809, "S13": -21.162477697957257, "W21": -60.0, "S21": -71.588300073416534, "W22": -80.294003101185254, "S22": -100.29400310118525, "W31": -101.52880413190306, "S31": -101.52880413190306, "W32": -103.47869023749683, "S32": -108.47869023749683 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40027864182801626, "S11": 0.40027864182801626, "W12": -5.0, "S12": -5.0, "W13": -19.439258233045702, "S13": -20.50243554455135, "W21": -40.469755178071757, "S21": -43.065388012685588, "W22": -70.2227061367728, "S22": -93.080000711357087, "W31": -93.080000711357087, "S31": -93.080000711357087, "W32": -99.064006774938179, "S32": -104.06400677493818 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 503259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.386689742454287, "S12": -9.737611750916205, "W13": -19.724640721703555, "S13": -21.276332304638039, "W21": -35.339168607247679, "S21": -36.331513396401498, "W22": -41.07704934898657, "S22": -43.268923762459565, "W31": -78.170545166099714, "S31": -78.170545166099714, "W32": -96.898664693697981, "S32": -101.89866469369798 }, "geometry": { "type": "Point", "coordinates": [ 101862.0, 503970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3328105419543483, "S12": -7.3328105419543483, "W13": -20.018493036443999, "S13": -20.82017820406864, "W21": -35.031358339337487, "S21": -36.305178395053566, "W22": -41.026184570011047, "S22": -43.833344233653719, "W31": -78.347023706237891, "S31": -78.347023706237891, "W32": -97.014771305055945, "S32": -102.01477130505594 }, "geometry": { "type": "Point", "coordinates": [ 101863.0, 503931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49326858876739527, "S11": 0.49326858876739527, "W12": -8.8358055994882534, "S12": -16.938523115305181, "W13": -23.830268923447029, "S13": -23.830268923447029, "W21": -37.180613428253963, "S21": -37.916185810223894, "W22": -40.601934432997361, "S22": -40.601934432997361, "W31": -70.0, "S31": -70.372486407580837, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101863.0, 505005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3120972123180765, "S11": 2.3120972123180765, "W12": -5.0, "S12": -7.8425786382449578, "W13": -28.80240858008678, "S13": -28.80240858008678, "W21": -35.517436027935759, "S21": -35.517436027935759, "W22": -40.894962575221626, "S22": -40.894962575221626, "W31": -69.815456214764922, "S31": -69.815456214764922, "W32": -80.090390283465922, "S32": -85.090390283465922 }, "geometry": { "type": "Point", "coordinates": [ 101863.0, 510226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50911013645224035, "S11": 0.50911013645224035, "W12": -8.8277262295630585, "S12": -12.351205427704619, "W13": -26.211481052368875, "S13": -26.211481052368875, "W21": -35.536112295063432, "S21": -35.536112295063432, "W22": -40.399182336882411, "S22": -55.697934447218756, "W31": -75.546644870229599, "S31": -75.658252243710521, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101863.25, 505355.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.01879265183835448, "S11": 0.01879265183835448, "W12": -6.7527510316368637, "S12": -6.7527510316368637, "W13": -20.0, "S13": -20.686992201944587, "W21": -51.320256204963968, "S21": -51.669451954982868, "W22": -80.000906706878311, "S22": -99.043411393032628, "W31": -100.02781423340464, "S31": -100.02781423340464, "W32": -103.13891278473704, "S32": -108.13891278473704 }, "geometry": { "type": "Point", "coordinates": [ 101864.0, 501761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46018478100029592, "S11": 0.46018478100029592, "W12": -6.1933201724346318, "S12": -6.1933201724346318, "W13": -20.023196318512657, "S13": -20.249647931415883, "W21": -48.361830387724346, "S21": -68.251891737417594, "W22": -77.553419049541915, "S22": -102.20258098784493, "W31": -102.20258098784493, "S31": -102.20258098784493, "W32": -102.34305310964872, "S32": -107.34305310964872 }, "geometry": { "type": "Point", "coordinates": [ 101864.0, 502677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3963696793635521, "S11": 2.3963696793635521, "W12": -10.0, "S12": -13.0, "W13": -29.827969437369759, "S13": -29.827969437369759, "W21": -33.975135589667211, "S21": -33.975135589667211, "W22": -49.082217973231359, "S22": -49.082217973231359, "W31": -69.479188162478977, "S31": -72.479188162478977, "W32": -82.621802304067884, "S32": -87.621802304067884 }, "geometry": { "type": "Point", "coordinates": [ 101864.0, 509601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -22.146590288877626, "S13": -22.146590288877626, "W21": -42.037462820401437, "S21": -51.490219722523719, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101864.0, 513959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0005613526180106, "S12": -6.0005613526180106, "W13": -20.045580396677209, "S13": -20.785641840609731, "W21": -47.821802073343441, "S21": -68.770022932239186, "W22": -76.809844951258071, "S22": -100.84449470454375, "W31": -100.84449470454375, "S31": -100.84449470454375, "W32": -102.11370840671051, "S32": -107.11370840671051 }, "geometry": { "type": "Point", "coordinates": [ 101864.666666666671517, 502703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.1653586902338349, "S12": -4.1653586902338349, "W13": -21.621755554257454, "S13": -21.621755554257454, "W21": -34.502977726698646, "S21": -38.784066832489444, "W22": -45.110196788749128, "S22": -45.110196788749128, "W31": -69.310014375299588, "S31": -72.138106563680623, "W32": -89.191520942851881, "S32": -94.191520942851881 }, "geometry": { "type": "Point", "coordinates": [ 101864.666666666671517, 508102.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23017470760241659, "S11": -0.23017470760241659, "W12": -7.5942808285100689, "S12": -7.5942808285100689, "W13": -18.337770225868351, "S13": -21.287751968678194, "W21": -60.0, "S21": -74.297936484704209, "W22": -80.337522353840143, "S22": -100.88717939550395, "W31": -101.42779746775041, "S31": -101.42779746775041, "W32": -103.54981022743729, "S32": -108.54981022743729 }, "geometry": { "type": "Point", "coordinates": [ 101864.888888888890506, 502476.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6202872531418313, "S11": 2.1534028310312787, "W12": -5.0610578169561835, "S12": -6.7445006553267479, "W13": -20.0, "S13": -23.440589237886535, "W21": -45.708808045886698, "S21": -68.40099356049916, "W22": -80.0, "S22": -91.983242563887728, "W31": -105.1423319931074, "S31": -105.1423319931074, "W32": -105.38329682041565, "S32": -110.38329682041565 }, "geometry": { "type": "Point", "coordinates": [ 101865.0, 499982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50071184024758175, "S11": 0.50071184024758175, "W12": -8.9026115700038133, "S12": -13.031816589123242, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -36.53186893222324, "S21": -36.53186893222324, "W22": -40.557960276753541, "S22": -42.424103491144891, "W31": -78.321885237239783, "S31": -78.321885237239783, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101865.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2888192336566693, "S11": 2.2888192336566693, "W12": -5.0, "S12": -7.6732177966851838, "W13": -28.81502599638597, "S13": -28.81502599638597, "W21": -36.241490729391451, "S21": -36.241490729391451, "W22": -38.277069302856056, "S22": -38.277069302856056, "W31": -70.133988495799017, "S31": -70.133988495799017, "W32": -79.532023965116437, "S32": -84.532023965116437 }, "geometry": { "type": "Point", "coordinates": [ 101865.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43658996980027559, "S11": 0.43658996980027559, "W12": -5.8645106764706352, "S12": -5.8645106764706352, "W13": -17.448940849529318, "S13": -18.617104410356006, "W21": -32.733789817075127, "S21": -32.851601622951151, "W22": -42.049211749354235, "S22": -43.314282497137611, "W31": -80.082039190999836, "S31": -80.082039190999836, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101865.571428571434808, 497604.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49406064877006728, "S11": 0.49406064877006728, "W12": -7.4882630447197966, "S12": -7.4882630447197966, "W13": -17.566357141082644, "S13": -17.802349054726463, "W21": -34.988513226978839, "S21": -39.922790219383536, "W22": -40.914992175012394, "S22": -41.991812022482634, "W31": -80.51257910749068, "S31": -80.51257910749068, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 497869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1238983812161347, "S12": -9.1238983812161347, "W13": -19.550239520958083, "S13": -20.186408507205282, "W21": -49.056406490931785, "S21": -64.07023832930885, "W22": -70.018269234969949, "S22": -87.60867339474305, "W31": -101.19683010869412, "S31": -101.19683010869412, "W32": -104.48196986208711, "S32": -109.48196986208711 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 500835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47364741641337388, "S11": -0.47364741641337388, "W12": -6.1956266772686623, "S12": -6.3985772047771938, "W13": -17.498672592711021, "S13": -20.057339335803995, "W21": -59.999999999999993, "S21": -71.734465727824869, "W22": -80.0, "S22": -99.620179238871899, "W31": -101.3699228745123, "S31": -101.3699228745123, "W32": -103.19883237680587, "S32": -108.19883237680587 }, "geometry": { "type": "Point", "coordinates": [ 101866.0, 502391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49630216040248593, "S11": 0.49630216040248593, "W12": -6.0388179364248016, "S12": -6.0388179364248016, "W13": -20.034430551898733, "S13": -20.635905206276615, "W21": -48.06267981915331, "S21": -68.624888408110365, "W22": -77.102227831660358, "S22": -102.10222783166036, "W31": -102.10222783166036, "S31": -102.10222783166036, "W32": -102.19284456390768, "S32": -107.19284456390768 }, "geometry": { "type": "Point", "coordinates": [ 101867.0, 502693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2355092733841824, "S11": 2.879667746490024, "W12": -5.0, "S12": -5.0, "W13": -19.382701007974358, "S13": -21.206118887987238, "W21": -54.393663167159119, "S21": -69.244133306930408, "W22": -69.244133306930408, "S22": -94.627354774276355, "W31": -99.97568172440954, "S31": -99.97568172440954, "W32": -100.17805694637147, "S32": -105.17805694637147 }, "geometry": { "type": "Point", "coordinates": [ 101868.0, 499532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7947138881878395, "S12": -8.7947138881878395, "W13": -19.631273641678128, "S13": -19.631273641678128, "W21": -49.748704016447604, "S21": -65.18659521791318, "W22": -72.036199445468498, "S22": -107.0361994454685, "W31": -107.0361994454685, "S31": -107.0361994454685, "W32": -107.0361994454685, "S32": -109.44449663672918 }, "geometry": { "type": "Point", "coordinates": [ 101868.0, 500757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9189258484582687, "S12": -7.2445909501796928, "W13": -20.132822269595408, "S13": -22.067954837858171, "W21": -45.123873569433179, "S21": -66.227533809723766, "W22": -72.602712948395066, "S22": -84.669655042742477, "W31": -97.762131446908853, "S31": -97.762131446908853, "W32": -100.92332931689684, "S32": -105.92332931689684 }, "geometry": { "type": "Point", "coordinates": [ 101868.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1688890661674445, "S11": 1.1688890661674445, "W12": -11.274113562558853, "S12": -11.274113562558853, "W13": -24.658216710759032, "S13": -24.658216710759032, "W21": -41.143470816426742, "S21": -41.143470816426742, "W22": -41.143470816426742, "S22": -41.143470816426742, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101869.0, 511685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47451344272306795, "S11": 0.47451344272306795, "W12": -8.6120365419336284, "S12": -8.6120365419336284, "W13": -18.849152618516928, "S13": -20.897831212282419, "W21": -29.037684169082084, "S21": -29.037684169082084, "W22": -44.775652122120356, "S22": -49.274004397049538, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101869.052631578946603, 496992.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4937963839767448, "S11": 0.4937963839767448, "W12": -7.3387733670253565, "S12": -7.3387733670253565, "W13": -17.560546618981157, "S13": -17.811338090163979, "W21": -34.931280930940346, "S21": -39.825073858948485, "W22": -40.909634118492811, "S22": -41.964552428264639, "W31": -80.469909143360908, "S31": -80.469909143360908, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 497865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8323586744639377, "S11": 2.8323586744639377, "W12": -4.9125158187800553, "S12": -4.9125158187800553, "W13": -16.484808429118775, "S13": -19.484808429118775, "W21": -38.131561578544066, "S21": -42.61679913303324, "W22": -42.61679913303324, "S22": -44.34966516973536, "W31": -82.044328352329558, "S31": -82.044328352329558, "W32": -94.519533272365805, "S32": -99.519533272365805 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 498165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2546438048581345, "S11": 2.2546438048581345, "W12": -7.1653307848674954, "S12": -7.1653307848674954, "W13": -19.703698679737371, "S13": -21.796113136244173, "W21": -48.0523262691867, "S21": -63.262349890425277, "W22": -73.047373012145215, "S22": -90.264764316493043, "W31": -100.0, "S31": -100.0, "W32": -105.3092975381405, "S32": -110.3092975381405 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 500378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0, "S11": -1.0, "W12": -10.0, "S12": -10.0, "W13": -19.0, "S13": -22.0, "W21": -46.999999999999993, "S21": -71.0, "W22": -71.010002, "S22": -71.010002, "W31": -102.0, "S31": -102.0, "W32": -102.0, "S32": -107.0 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44535208278058447, "S11": 0.44535208278058447, "W12": -9.0371660441636212, "S12": -9.0371660441636212, "W13": -17.950350994585133, "S13": -21.480234503912833, "W21": -54.101674730182516, "S21": -57.176200192578769, "W22": -71.497108770222241, "S22": -90.058726902916277, "W31": -98.886488420822488, "S31": -98.886488420822488, "W32": -103.01475022706634, "S32": -108.01475022706634 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501399.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0786999304244125, "S12": -6.2536523501429793, "W13": -17.376146546216841, "S13": -19.806789673581282, "W21": -59.999999999999993, "S21": -72.022125075085086, "W22": -79.982850871175742, "S22": -99.54117783345913, "W31": -101.33571424250673, "S31": -101.33571424250673, "W32": -103.14168810607561, "S32": -108.14168810607561 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31241621041728329, "S11": 0.31241621041728329, "W12": -6.6325208492808496, "S12": -6.6325208492808496, "W13": -19.155031028368793, "S13": -19.99839567898535, "W21": -50.0, "S21": -67.47014687927782, "W22": -79.68924033443173, "S22": -102.80413071708297, "W31": -102.80413071708297, "S31": -102.80413071708297, "W32": -102.96813421077023, "S32": -107.96813421077023 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 502603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4033771106941964, "W12": -4.9058644437570216, "S12": -4.9058644437570216, "W13": -17.479315960686286, "S13": -18.74657856521571, "W21": -52.675762617859121, "S21": -63.389537212756018, "W22": -63.389537212756018, "S22": -73.663621322268412, "W31": -89.613067246893877, "S31": -89.613067246893877, "W32": -96.864532782653583, "S32": -101.86453278265358 }, "geometry": { "type": "Point", "coordinates": [ 101871.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5897072282892375, "S11": 3.5897072282892375, "W12": -5.6553135798593015, "S12": -9.7405524141408595, "W13": -17.739714155921344, "S13": -21.911790405277486, "W21": -44.716304409065046, "S21": -81.637930109799868, "W22": -81.637930109799868, "S22": -82.377074807964206, "W31": -105.83781266631239, "S31": -105.83781266631239, "W32": -105.97391118245059, "S32": -110.97391118245059 }, "geometry": { "type": "Point", "coordinates": [ 101871.333333333328483, 500115.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37839495480952118, "S11": 0.37839495480952118, "W12": -8.9075053885515292, "S12": -18.189839773409574, "W13": -21.909029963856828, "S13": -21.909029963856828, "W21": -37.987688821546442, "S21": -39.390442824402584, "W22": -40.833808818120815, "S22": -44.325682623092135, "W31": -67.646578900630502, "S31": -68.007614197351629, "W32": -91.192575218375922, "S32": -96.192575218375922 }, "geometry": { "type": "Point", "coordinates": [ 101871.5, 504826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30209196590481024, "S11": -0.30209196590481024, "W12": -8.3259972489683634, "S12": -8.3259972489683634, "W13": -20.0, "S13": -21.365656398365903, "W21": -60.0, "S21": -63.006271456243589, "W22": -80.00252752658885, "S22": -99.384851542845354, "W31": -100.06272945896626, "S31": -100.06272945896626, "W32": -102.30751644778621, "S32": -107.30751644778621 }, "geometry": { "type": "Point", "coordinates": [ 101872.0, 501876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4892063985090851, "S11": 3.4114813355442184, "W12": -5.4193349753694582, "S12": -9.100088337227648, "W13": -18.042268786127167, "S13": -22.12616140357683, "W21": -44.660254773316574, "S21": -79.559743077410133, "W22": -80.848284363179744, "S22": -81.949122710823588, "W31": -105.92093624353821, "S31": -105.92093624353821, "W32": -105.92093624353821, "S32": -110.9052649690296 }, "geometry": { "type": "Point", "coordinates": [ 101872.5, 500095.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6756446915541436, "S11": 1.6756446915541436, "W12": -6.4053084091424681, "S12": -6.4053084091424681, "W13": -17.732863059280078, "S13": -21.473151416189761, "W21": -46.011843132170405, "S21": -71.952997714351994, "W22": -79.403507674992966, "S22": -82.768725066297307, "W31": -102.39178649121875, "S31": -102.39178649121875, "W32": -105.7108795578241, "S32": -110.7108795578241 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 500215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.614965271824202, "S12": -9.614965271824202, "W13": -19.222574850299402, "S13": -19.47412283791548, "W21": -47.794595785299947, "S21": -60.549460508025362, "W22": -70.627103785790638, "S22": -80.994881053449845, "W31": -101.64298774913146, "S31": -101.64298774913146, "W32": -103.04201547101833, "S32": -108.04201547101833 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58453837597330371, "S11": -0.58453837597330371, "W12": -9.876751595484647, "S12": -9.876751595484647, "W13": -19.062994011976048, "S13": -19.062994011976048, "W21": -47.228833718041336, "S21": -68.176592731656712, "W22": -70.910138978906872, "S22": -75.270946380084325, "W31": -101.88465289205827, "S31": -101.88465289205827, "W32": -102.26254812617003, "S32": -107.26254812617003 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 501035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51196316808147735, "S11": 0.51196316808147735, "W12": -8.8136904244873318, "S12": -12.397988603697669, "W13": -25.697771188500926, "S13": -25.697771188500926, "W21": -36.718386000822107, "S21": -36.718386000822107, "W22": -40.538525390471221, "S22": -51.080566479497456, "W31": -80.0, "S31": -80.3628291996706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101873.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0335235309916606, "S11": 2.0335235309916606, "W12": -4.8938040735253319, "S12": -4.8938040735253319, "W13": -17.207907114473063, "S13": -18.752805656913711, "W21": -49.392176034087015, "S21": -59.80082007356954, "W22": -60.601107083540647, "S22": -74.679950818721309, "W31": -88.963021987886947, "S31": -88.963021987886947, "W32": -96.943080364825249, "S32": -101.94308036482525 }, "geometry": { "type": "Point", "coordinates": [ 101873.6, 498926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39827395541472388, "S11": 0.39827395541472388, "W12": -7.7073109565056184, "S12": -7.7073109565056184, "W13": -17.258045581178347, "S13": -19.19868149369443, "W21": -30.155178007067519, "S21": -30.689688233621446, "W22": -42.545520501550662, "S22": -46.425157132940654, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 497196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2451233806970148, "S12": -7.2451233806970148, "W13": -19.769218963165077, "S13": -21.45865142159575, "W21": -48.406769893164878, "S21": -63.406769893164878, "W22": -71.917399181372872, "S22": -89.630442659633744, "W31": -100.0, "S31": -100.0, "W32": -105.23311525337694, "S32": -110.23311525337694 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 500403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10360049094613162, "S11": 0.10360049094613162, "W12": -6.3997560724729396, "S12": -13.983004564857808, "W13": -19.935274467678152, "S13": -23.438718650140864, "W21": -39.120602326672397, "S21": -42.013234554158856, "W22": -42.013234554158856, "S22": -51.041065788333832, "W31": -73.074115185587175, "S31": -73.248012166798915, "W32": -95.586862542560922, "S32": -100.58686254256092 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 504405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9259674432205958, "S11": 2.9259674432205958, "W12": -2.5467703880010939, "S12": -2.5467703880010939, "W13": -20.0, "S13": -20.0, "W21": -36.145514404155371, "S21": -40.044899072869136, "W22": -45.566399771004463, "S22": -46.774614776972271, "W31": -69.003202792408985, "S31": -71.03732518163703, "W32": -88.742931709438878, "S32": -93.742931709438878 }, "geometry": { "type": "Point", "coordinates": [ 101874.0, 508396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0460383350295408, "S11": 2.7998358683693167, "W12": -5.0, "S12": -5.5415450775610564, "W13": -18.754693815229913, "S13": -20.671271355336867, "W21": -60.0, "S21": -72.036896884827968, "W22": -72.036896884827968, "S22": -72.036896884827968, "W31": -95.164533164090102, "S31": -95.164533164090102, "W32": -98.997616088864092, "S32": -103.99761608886409 }, "geometry": { "type": "Point", "coordinates": [ 101875.0, 499355.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4736701625995536, "S12": -7.4736701625995536, "W13": -17.563446210429529, "S13": -17.851940499110732, "W21": -35.292812289598437, "S21": -40.755326371802163, "W22": -40.928042844323251, "S22": -42.150697854243887, "W31": -80.497439130956693, "S31": -80.497439130956693, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101876.0, 497886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6602397825574322, "S11": 1.6602397825574322, "W12": -3.4715987046743058, "S12": -3.4715987046743058, "W13": -20.831600831600834, "S13": -20.831600831600834, "W21": -37.141420984815269, "S21": -42.490096522501034, "W22": -46.02024095001515, "S22": -47.485668088369351, "W31": -69.017838764382958, "S31": -70.374066543504568, "W32": -88.390604610700308, "S32": -93.390604610700308 }, "geometry": { "type": "Point", "coordinates": [ 101876.0, 508568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1947507190795781, "W12": -5.0, "S12": -5.1913272010512488, "W13": -20.0, "S13": -22.36665266694666, "W21": -46.306651213954581, "S21": -81.306651213954581, "W22": -81.306651213954581, "S22": -90.052532092712738, "W31": -104.74979896611143, "S31": -104.74979896611143, "W32": -105.03660666706141, "S32": -110.03660666706141 }, "geometry": { "type": "Point", "coordinates": [ 101877.0, 499913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4227464009539492, "S12": -9.4227464009539492, "W13": -20.811111312639831, "S13": -20.811111312639831, "W21": -43.227975585396528, "S21": -48.334807579262822, "W22": -70.522408247918491, "S22": -100.92153253218929, "W31": -100.92153253218929, "S31": -100.92153253218929, "W32": -104.84886510796784, "S32": -109.84886510796784 }, "geometry": { "type": "Point", "coordinates": [ 101877.733944954132312, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.6743601671585804, "S12": -7.6743601671585804, "W13": -19.792957025920874, "S13": -19.792957025920874, "W21": -49.818960399785226, "S21": -64.818960399785226, "W22": -72.030141537332213, "S22": -82.484635020076979, "W31": -95.728197081715507, "S31": -95.728197081715507, "W32": -99.907085161155635, "S32": -104.90708516115563 }, "geometry": { "type": "Point", "coordinates": [ 101878.0, 500507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8174980205859066, "S11": 1.8174980205859066, "W12": -15.0, "S12": -15.993011494252874, "W13": -19.749163379843168, "S13": -20.693182336386982, "W21": -43.681762994344595, "S21": -58.570328458459144, "W22": -41.236893704310212, "S22": -56.236893704310212, "W31": -73.693885628152543, "S31": -73.9459999949338, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101878.0, 502982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.233898305084747, "W13": -25.0, "S13": -25.0, "W21": -36.208170762151013, "S21": -36.208170762151013, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101878.0, 506455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3167609347392482, "S12": -9.3167609347392482, "W13": -21.790896511633598, "S13": -21.790896511633598, "W21": -42.654863142654229, "S21": -49.513808792668584, "W22": -74.638932912240023, "S22": -89.606899945381315, "W31": -104.92992533026997, "S31": -104.92992533026997, "W32": -105.1481289596779, "S32": -110.1481289596779 }, "geometry": { "type": "Point", "coordinates": [ 101878.0, 514506.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2073011734028682, "W12": -5.0, "S12": -5.7261498028909328, "W13": -20.0, "S13": -23.0, "W21": -46.065235326471281, "S21": -74.638932912240023, "W22": -79.91905040503616, "S22": -83.606427864301935, "W31": -105.73532452613441, "S31": -105.73532452613441, "W32": -105.73532452613441, "S32": -110.70344602996033 }, "geometry": { "type": "Point", "coordinates": [ 101879.0, 499939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2959310451933534, "S11": 3.0845739316222387, "W12": -5.3039927404718687, "S12": -8.1519756255574425, "W13": -18.804913294797689, "S13": -22.527228731039301, "W21": -44.946570283648931, "S21": -74.946570283648924, "W22": -70.566718146369283, "S22": -76.072555360247421, "W31": -101.5312671420735, "S31": -101.5312671420735, "W32": -103.18337395358694, "S32": -108.18337395358694 }, "geometry": { "type": "Point", "coordinates": [ 101879.0, 500062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4973478836724876, "S12": -9.4973478836724876, "W13": -19.27, "S13": -19.493684210526286, "W21": -47.942928127147468, "S21": -58.894875706324754, "W22": -70.0, "S22": -82.533254404902848, "W31": -100.08496373499116, "S31": -100.08496373499116, "W32": -104.30445825344081, "S32": -109.30445825344081 }, "geometry": { "type": "Point", "coordinates": [ 101879.0, 500952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.915518625500658, "S12": -7.915518625500658, "W13": -19.78820623084313, "S13": -19.78820623084313, "W21": -50.000000000000007, "S21": -65.0, "W22": -41.595743047202582, "S22": -42.433673771376903, "W31": -78.958905745318205, "S31": -79.389529444059946, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101880.0, 500565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -21.402759293312066, "W13": -25.0, "S13": -25.0, "W21": -36.085299371583936, "S21": -37.154273150367381, "W22": -42.020281061050376, "S22": -42.020281061050376, "W31": -73.396414591793643, "S31": -73.838875629072035, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101880.0, 506781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.987983503522833, "S12": -18.184004807990959, "W13": -25.0, "S13": -25.0, "W21": -36.336421764927969, "S21": -39.658862867017682, "W22": -40.893919988596927, "S22": -41.881179847227877, "W31": -80.349176559271086, "S31": -80.349176559271086, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101880.0, 507172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49282521086128306, "S11": 0.49282521086128306, "W12": -6.9067082880300452, "S12": -6.9067082880300452, "W13": -17.544121532050642, "S13": -17.837251943615659, "W21": -34.757322494511669, "S21": -39.516471384288899, "W22": -70.597972908244387, "S22": -70.597972908244387, "W31": -100.2262144206741, "S31": -100.2262144206741, "W32": -103.93342234447313, "S32": -108.93342234447313 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 497853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.08475464070907, "S12": -8.08475464070907, "W13": -19.775524955395944, "S13": -19.775524955395944, "W21": -50.0, "S21": -65.0, "W22": -78.512577523056706, "S22": -102.40262764063111, "W31": -102.40262764063111, "S31": -102.40262764063111, "W32": -102.56288812679581, "S32": -107.56288812679581 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 500605.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41025488310150932, "S11": 0.41025488310150932, "W12": -6.1836549695822089, "S12": -6.1836549695822089, "W13": -19.617686170212764, "S13": -19.617686170212764, "W21": -49.254760926154262, "S21": -68.088428468423672, "W22": -72.635972786570534, "S22": -86.709476863119519, "W31": -98.001214474407377, "S31": -98.001214474407377, "W32": -101.03494299749747, "S32": -106.03494299749747 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 502645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9237905674380951, "S12": -6.7962475314443331, "W13": -20.133228514240507, "S13": -21.681704968534135, "W21": -45.623839776516178, "S21": -68.779050729296287, "W22": -40.681849288210046, "S22": -40.681849288210046, "W31": -68.188215966610429, "S31": -68.691895800290268, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42773191275623124, "S11": 0.42773191275623124, "W12": -8.9409488216505704, "S12": -17.76498879133846, "W13": -22.676647478305696, "S13": -22.676647478305696, "W21": -37.63655133292643, "S21": -38.83023270528389, "W22": -74.444618421615488, "S22": -94.741604968332837, "W31": -103.6271637816245, "S31": -103.6271637816245, "W32": -103.6271637816245, "S32": -108.61050688528567 }, "geometry": { "type": "Point", "coordinates": [ 101881.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6757263749498197, "S11": 2.1757263749498197, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.076459703137918, "W21": -47.401255770766639, "S21": -74.444618421615488, "W22": -76.618313689936542, "S22": -80.844400646458283, "W31": -100.4297766222741, "S31": -100.4297766222741, "W32": -105.54767209046558, "S32": -110.54767209046558 }, "geometry": { "type": "Point", "coordinates": [ 101882.0, 499803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23849616097431803, "S11": -0.23849616097431803, "W12": -6.692628930422428, "S12": -10.133522872786671, "W13": -17.850957832989067, "S13": -21.179276657798642, "W21": -46.914585561468499, "S21": -66.914585561468499, "W22": -80.234875330661851, "S22": -89.044628867625221, "W31": -104.72581849511775, "S31": -104.72581849511775, "W32": -104.95209765059667, "S32": -109.95209765059667 }, "geometry": { "type": "Point", "coordinates": [ 101882.0, 500268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2122183604985617, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.998005039899201, "W21": -46.365178360964876, "S21": -80.234875330661851, "W22": -40.135978745823756, "S22": -40.135978745823756, "W31": -77.060320989448073, "S31": -77.801152285291593, "W32": -96.467060713875824, "S32": -101.46706071387582 }, "geometry": { "type": "Point", "coordinates": [ 101882.75, 499905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6977600643977686, "S12": -12.050437854303199, "W13": -19.338075192335609, "S13": -23.481248261383033, "W21": -35.971790194840509, "S21": -36.871665888072485, "W22": -70.790123420223765, "S22": -80.326288264630421, "W31": -101.67388919363684, "S31": -101.67388919363684, "W32": -102.54817208858745, "S32": -107.54817208858745 }, "geometry": { "type": "Point", "coordinates": [ 101883.0, 504109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0065628476084553244, "S11": -0.0065628476084553244, "W12": -9.6545688438651194, "S12": -9.6545688438651194, "W13": -19.15474251497006, "S13": -19.15474251497006, "W21": -47.625256814617764, "S21": -64.517397292617034, "W22": -76.094033530810052, "S22": -88.631528294111263, "W31": -105.10522688110281, "S31": -105.10522688110281, "W32": -105.23731422819587, "S32": -110.23731422819587 }, "geometry": { "type": "Point", "coordinates": [ 101883.8, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1529062870699884, "W12": -5.0, "S12": -5.9288897532785061, "W13": -19.999999999999996, "S13": -23.007130872483216, "W21": -45.843678793116993, "S21": -67.846537751185608, "W22": -71.803498553445863, "S22": -87.967196556997493, "W31": -100.51240324251843, "S31": -100.51240324251843, "W32": -103.98375169777152, "S32": -108.98375169777152 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 499962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3964903998314266, "S12": -8.3964903998314266, "W13": -19.721666953232461, "S13": -19.721666953232461, "W21": -50.0, "S21": -65.0, "W22": -70.433169658761756, "S22": -98.231562473699114, "W31": -100.93996464923508, "S31": -100.93996464923508, "W32": -104.39396865957687, "S32": -109.39396865957687 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 500688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8596508186152914, "S12": -8.8596508186152914, "W13": -19.634319549518569, "S13": -19.634319549518569, "W21": -49.235979146780238, "S21": -61.105095222298019, "W22": -40.588848980975506, "S22": -40.588848980975506, "W31": -75.338728577706163, "S31": -75.338728577706163, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 500803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0395152927644933, "S12": -14.071225567036842, "W13": -25.0, "S13": -25.0, "W21": -36.597501259402996, "S21": -36.597501259402996, "W22": -41.44679578052348, "S22": -41.44679578052348, "W31": -69.746956374080142, "S31": -69.749494091474361, "W32": -80.540056997625584, "S32": -85.540056997625584 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 505907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3397048917580614, "S11": 2.3397048917580614, "W12": -5.0, "S12": -7.7191176500178074, "W13": -28.362197221609598, "S13": -28.362197221609598, "W21": -35.153887658449392, "S21": -35.153887658449392, "W22": -50.0, "S22": -50.0, "W31": -69.292262760156504, "S31": -73.261350395210272, "W32": -83.899666986840415, "S32": -88.899666986840415 }, "geometry": { "type": "Point", "coordinates": [ 101884.0, 510188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.464616809555463, "S11": 2.464616809555463, "W12": -10.0, "S12": -12.660446462515408, "W13": -27.219776354727447, "S13": -27.219776354727447, "W21": -38.271273763782808, "S21": -38.275798211800435, "W22": -40.778860791769958, "S22": -40.912146196035827, "W31": -80.191906532988355, "S31": -80.191906532988355, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101884.333333333328483, 509252.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46534752912816407, "S11": 0.46534752912816407, "W12": -5.2983217323243448, "S12": -5.2983217323243448, "W13": -17.488342080988936, "S13": -18.092782771226659, "W21": -33.166216078309638, "S21": -35.449974714768423, "W22": -40.888561932077337, "S22": -41.853920253009875, "W31": -80.306506595141315, "S31": -80.306506595141315, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 497737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49256094606795997, "S11": 0.49256094606795997, "W12": -6.7572186103356078, "S12": -6.7572186103356078, "W13": -17.538311009949158, "S13": -17.846240979053174, "W21": -34.70009019847317, "S21": -39.418755023853841, "W22": -72.827432163055406, "S22": -103.43315592447716, "W31": -103.43315592447716, "S31": -103.43315592447716, "W32": -103.43315592447716, "S32": -108.09577870024525 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 497849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7614416700120432, "S11": 2.2614416700120432, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.86461836629995, "W21": -47.827432163055406, "S21": -72.827432163055406, "W22": -70.536813220052736, "S22": -72.667068352209881, "W31": -101.44557201194613, "S31": -101.44557201194613, "W32": -103.24078979901805, "S32": -108.24078979901805 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 499766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4079228688380496, "S12": -9.4079228688380496, "W13": -19.300239520958083, "S13": -19.468970171112847, "W21": -48.097545504202422, "S21": -62.601549872604309, "W22": -72.362405609762604, "S22": -95.493498785405876, "W31": -100.91334070574042, "S31": -100.91334070574042, "W32": -102.98225399495374, "S32": -107.98225399495374 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 500941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1100923414023372, "S11": 0.1100923414023372, "W12": -9.8066055851907166, "S12": -9.8066055851907166, "W13": -18.580049661622361, "S13": -21.79785769897828, "W21": -50.0, "S21": -66.651084258352455, "W22": -76.932237813884782, "S22": -95.633180729277242, "W31": -100.79273992075733, "S31": -100.79273992075733, "W32": -102.63119686320248, "S32": -107.63119686320248 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.095791509550873, "S13": -15.095791509550873, "W21": -60.0, "S21": -71.680094176507382, "W22": -75.176159352524536, "S22": -98.414802905603125, "W31": -99.011149054592025, "S31": -99.011149054592025, "W32": -101.68332560941703, "S32": -106.68332560941703 }, "geometry": { "type": "Point", "coordinates": [ 101885.0, 502263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4248203805917701, "S12": -5.4248203805917701, "W13": -20.061635329272157, "S13": -20.861835830525376, "W21": -47.22149152851982, "S21": -69.997197049992167, "W22": -71.973943116093253, "S22": -84.208725724788906, "W31": -100.0, "S31": -100.0, "W32": -105.22919545416092, "S32": -110.22919545416092 }, "geometry": { "type": "Point", "coordinates": [ 101885.333333333328483, 502744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0908235357013689, "S12": -7.0908235357013689, "W13": -19.790399045020465, "S13": -21.720177800001913, "W21": -48.3757244696044, "S21": -63.3757244696044, "W22": -40.419612824950477, "S22": -41.557880050686819, "W31": -75.488043618298889, "S31": -79.001305483516063, "W32": -96.129374279265235, "S32": -101.12937427926524 }, "geometry": { "type": "Point", "coordinates": [ 101886.0, 500389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28287041150191511, "S11": -0.28287041150191511, "W12": -6.2342411153683353, "S12": -13.707761642760712, "W13": -19.999999999999996, "S13": -24.999999999999996, "W21": -37.181628206925438, "S21": -40.273398323490937, "W22": -45.161402754568655, "S22": -46.159422454296312, "W31": -69.098715096317619, "S31": -71.455917125933439, "W32": -89.075685080469782, "S32": -94.075685080469782 }, "geometry": { "type": "Point", "coordinates": [ 101886.0, 504221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7981772102544165, "S11": 2.7981772102544165, "W12": -2.9501909067703709, "S12": -2.9501909067703709, "W13": -20.0, "S13": -20.0, "W21": -35.481368055723856, "S21": -39.291279440233168, "W22": -71.9163742051567, "S22": -89.136428242982404, "W31": -98.564183566613806, "S31": -98.564183566613806, "W32": -102.52773841961859, "S32": -107.52773841961859 }, "geometry": { "type": "Point", "coordinates": [ 101886.0, 508303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43913080392677195, "S11": 0.43913080392677195, "W12": -9.3125489200147396, "S12": -9.3125489200147396, "W13": -17.927005055804635, "S13": -21.4731193618688, "W21": -53.634759955340471, "S21": -57.402089950100965, "W22": -41.528962773276682, "S22": -41.528962773276682, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101886.2, 501392.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0605631198313608, "S11": 1.0605631198313608, "W12": -12.002319033132334, "S12": -12.002319033132334, "W13": -24.97781100102193, "S13": -24.97781100102193, "W21": -41.528962773276682, "S21": -41.528962773276682, "W22": -60.91970967763217, "S22": -75.498206928701194, "W31": -89.241699231374199, "S31": -89.241699231374199, "W32": -96.696816382722417, "S32": -101.69681638272242 }, "geometry": { "type": "Point", "coordinates": [ 101886.6, 511830.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3985645641992579, "S11": 2.3985645641992579, "W12": -4.8747659595252442, "S12": -4.8747659595252442, "W13": -17.333809442755321, "S13": -18.544726847728171, "W21": -49.940049195681489, "S21": -60.383366719522833, "W22": -79.756658202172076, "S22": -99.606415894981069, "W31": -100.00094019263072, "S31": -100.00094019263072, "W32": -102.467504919926, "S32": -107.467504919926 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 498965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11698452050354359, "S11": 0.11698452050354359, "W12": -6.9686578895657298, "S12": -6.9686578895657298, "W13": -19.99061149087121, "S13": -21.044942448602008, "W21": -50.0, "S21": -50.230926732089358, "W22": -70.0, "S22": -87.434238896075897, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -98.651756566636166, "S32": -103.65175656663617 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 501731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21760961176367566, "S11": 0.21760961176367566, "W12": -5.2006199106644493, "S12": -5.2006199106644493, "W13": -19.083976174542752, "S13": -22.762081732993884, "W21": -40.50720465258712, "S21": -43.50720465258712, "W22": -40.132815367542534, "S22": -40.132815367542534, "W31": -76.910200146976365, "S31": -77.768390856022819, "W32": -96.440198827149359, "S32": -101.44019882714936 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 503389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47437662131399289, "S11": -0.47437662131399289, "W12": -6.6397441309235861, "S12": -12.27461114904418, "W13": -20.0, "S13": -24.243754607256943, "W21": -35.955422299658949, "S21": -37.088413634258885, "W22": -56.011024174282774, "S22": -63.217679707158382, "W31": -87.27782674552185, "S31": -87.27782674552185, "W32": -96.74511704846681, "S32": -101.74511704846681 }, "geometry": { "type": "Point", "coordinates": [ 101887.0, 504117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98254145487875999, "S11": 0.98254145487875999, "W12": -4.8547291109906743, "S12": -4.8547291109906743, "W13": -16.412214798497448, "S13": -18.142450163615131, "W21": -46.149496777111843, "S21": -55.915539979994513, "W22": -71.745973355299114, "S22": -84.218203916694407, "W31": -98.194637540453087, "S31": -98.194637540453087, "W32": -102.41385064664165, "S32": -107.41385064664165 }, "geometry": { "type": "Point", "coordinates": [ 101888.0, 498738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4246528859837535, "S11": 0.4246528859837535, "W12": -8.7213485214406674, "S12": -8.7213485214406674, "W13": -18.17216396499224, "S13": -21.750169471713683, "W21": -52.963304800893496, "S21": -55.998883674762155, "W22": -44.622750592445833, "S22": -44.622750592445833, "W31": -69.351237380320654, "S31": -72.097864917752517, "W32": -89.451567485608138, "S32": -94.451567485608138 }, "geometry": { "type": "Point", "coordinates": [ 101888.0, 501437.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.1979718577894767, "S12": -4.1979718577894767, "W13": -21.868301544050862, "S13": -21.868301544050862, "W21": -34.298698265130263, "S21": -38.284378535694408, "W22": -72.116149650278544, "S22": -80.183984231202587, "W31": -95.769807829359479, "S31": -95.769807829359479, "W32": -99.180061373031378, "S32": -104.18006137303138 }, "geometry": { "type": "Point", "coordinates": [ 101888.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1641353462156014, "S11": 2.9039054445383314, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -18.909225901830798, "S13": -20.635429110386948, "W21": -60.0, "S21": -72.116149650278544, "W22": -50.0, "S22": -50.009120971027457, "W31": -69.282388944425762, "S31": -73.239446767555322, "W32": -83.92332977404179, "S32": -88.92332977404179 }, "geometry": { "type": "Point", "coordinates": [ 101889.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4701557537662411, "S11": 2.4701557537662411, "W12": -10.0, "S12": -12.682201068768546, "W13": -27.219353078154743, "S13": -27.219353078154743, "W21": -38.365895988472971, "S21": -38.365895988472971, "W22": -41.393126048896782, "S22": -48.510184923131042, "W31": -78.930337891932254, "S31": -79.275069996173741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101889.5, 509252.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -18.83148139083389, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.171553117809147, "S21": -36.171553117809147, "W22": -69.149379929033188, "S22": -90.252669357831508, "W31": -99.664420299821217, "S31": -99.664420299821217, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101889.666666666671517, 506636.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2706206342834205, "S11": 2.908417048395624, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -19.352063848452211, "S13": -20.974895029363026, "W21": -54.471616269566859, "S21": -69.149379929033188, "W22": -77.202216948639773, "S22": -89.948727705632834, "W31": -104.57828834003448, "S31": -104.57828834003448, "W32": -104.57828834003448, "S32": -109.51984990163878 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 499535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1977468839884948, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.466908145990001, "W21": -46.601889683350358, "S21": -77.202216948639773, "W22": -71.949704677121886, "S22": -97.723973976473644, "W31": -97.723973976473644, "S31": -97.723973976473644, "W32": -99.846020344619191, "S32": -104.84602034461919 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 499877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7977125298736769, "S11": 1.7977125298736769, "W12": -12.893538784801262, "S12": -13.863653727329998, "W13": -19.661429225627796, "S13": -20.323384965483083, "W21": -43.675174755254027, "S21": -61.99939339040148, "W22": -40.875385736855122, "S22": -46.01827168010395, "W31": -71.074476872246692, "S31": -71.178861967174427, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5077591949140334, "S12": -15.974197958930764, "W13": -25.0, "S13": -25.0, "W21": -36.463129362150568, "S21": -36.463129362150568, "W22": -78.500129646115141, "S22": -98.500129646115141, "W31": -99.320877933121352, "S31": -99.320877933121352, "W32": -102.17478405354764, "S32": -107.17478405354764 }, "geometry": { "type": "Point", "coordinates": [ 101890.0, 506182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21789738368716313, "S11": 0.21789738368716313, "W12": -7.2134997052466101, "S12": -7.2134997052466101, "W13": -19.943527280480456, "S13": -21.709624228234649, "W21": -47.472319740750748, "S21": -49.172544783177351, "W22": -44.805638519283612, "S22": -44.805638519283612, "W31": -81.147183495818581, "S31": -81.147183495818581, "W32": -95.583922709491262, "S32": -100.58392270949126 }, "geometry": { "type": "Point", "coordinates": [ 101891.0, 501687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8431030118957219, "S12": -4.8431030118957219, "W13": -16.941249042145593, "S13": -18.906501567398116, "W21": -37.617719547892719, "S21": -44.805638519283612, "W22": -60.846818739620652, "S22": -75.846818739620659, "W31": -89.151004278175549, "S31": -89.151004278175549, "W32": -96.639855446566855, "S32": -101.63985544656686 }, "geometry": { "type": "Point", "coordinates": [ 101892.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3105711331427528, "S11": 2.3105711331427528, "W12": -4.8653489848748803, "S12": -4.8653489848748803, "W13": -17.298992736177578, "S13": -18.514197080275892, "W21": -49.775428918415443, "S21": -60.145459641608909, "W22": -80.0, "S22": -98.853654164093783, "W31": -100.07658174039437, "S31": -100.07658174039437, "W32": -101.83445873361775, "S32": -106.83445873361775 }, "geometry": { "type": "Point", "coordinates": [ 101892.0, 498957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4596774193548399, "S12": -7.4596774193548399, "W13": -18.656514706508322, "S13": -21.232629018714427, "W21": -60.0, "S21": -63.621895591605778, "W22": -74.196848231710135, "S22": -87.04561237079686, "W31": -105.08420448018381, "S31": -105.08420448018381, "W32": -105.16578838297117, "S32": -110.16578838297117 }, "geometry": { "type": "Point", "coordinates": [ 101892.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2665480427046263, "W12": -5.0, "S12": -5.3949210935763503, "W13": -20.0, "S13": -22.900198609731877, "W21": -45.912351693250571, "S21": -70.21448543720129, "W22": -70.0, "S22": -99.623929242983493, "W31": -100.21272610226828, "S31": -100.21272610226828, "W32": -104.60231094335077, "S32": -109.60231094335077 }, "geometry": { "type": "Point", "coordinates": [ 101893.0, 499952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5942806376370253, "S12": -7.5942806376370253, "W13": -19.823345839017737, "S13": -19.838747703764579, "W21": -50.0, "S21": -65.0, "W22": -50.0, "S22": -50.0, "W31": -69.280813346836055, "S31": -73.410256790880354, "W32": -83.894747905191721, "S32": -88.894747905191721 }, "geometry": { "type": "Point", "coordinates": [ 101893.0, 500515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4724614737283539, "S11": 2.4724614737283539, "W12": -10.0, "S12": -12.72141472608789, "W13": -27.324055207878526, "S13": -27.324055207878526, "W21": -38.2837219548774, "S21": -38.2837219548774, "W22": -44.245317417067803, "S22": -48.40715606773783, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101893.333333333328483, 509266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41480922793479247, "S11": 0.41480922793479247, "W12": -8.456814849215986, "S12": -8.456814849215986, "W13": -18.02766467144091, "S13": -19.949619866569734, "W21": -28.840735982109877, "S21": -28.840735982109877, "W22": -40.880424202776403, "S22": -41.82622095376847, "W31": -80.281209573091857, "S31": -80.281209573091857, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101893.684210526320385, 497034.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49294413001827819, "S11": 0.49294413001827819, "W12": -6.5047406968655448, "S12": -6.5047406968655448, "W13": -17.527021939826536, "S13": -17.861690284793543, "W21": -34.63759602167778, "S21": -39.358423146727745, "W22": -78.593041968922165, "S22": -98.532968743570549, "W31": -99.279322108021674, "S31": -99.279322108021674, "W32": -102.11857316254022, "S32": -107.11857316254022 }, "geometry": { "type": "Point", "coordinates": [ 101894.0, 497844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21498452350855135, "S11": 0.21498452350855135, "W12": -7.245038317940657, "S12": -7.245038317940657, "W13": -19.950404460006897, "S13": -21.648929645899539, "W21": -47.812584391034299, "S21": -49.231812606190189, "W22": -49.394853606352591, "S22": -50.663381149674521, "W31": -69.072029732145225, "S31": -69.541064021858318, "W32": -87.156221786370295, "S32": -92.156221786370295 }, "geometry": { "type": "Point", "coordinates": [ 101894.0, 501690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1038206435345064, "S12": -7.4896633967604807, "W13": -23.017479798824837, "S13": -23.017479798824837, "W21": -38.20199760669086, "S21": -41.727902446300469, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.09096178696565, "S32": -85.09096178696565 }, "geometry": { "type": "Point", "coordinates": [ 101894.0, 508777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.3171821124960381, "S12": -9.3171821124960381, "W13": -21.350253905772327, "S13": -21.350253905772327, "W21": -42.958359083506849, "S21": -47.931140939703155, "W22": -71.749851512654956, "S22": -89.424069884284947, "W31": -100.51578594502347, "S31": -100.51578594502347, "W32": -104.31323888617489, "S32": -109.31323888617489 }, "geometry": { "type": "Point", "coordinates": [ 101894.295081967211445, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.518425009138493, "S13": -20.518425009138493, "W21": -41.570896108671377, "S21": -43.976133846868677, "W22": -80.000046387454304, "S22": -98.90261401426568, "W31": -100.05596925642605, "S31": -100.05596925642605, "W32": -101.85256687072931, "S32": -106.85256687072931 }, "geometry": { "type": "Point", "coordinates": [ 101894.384615384609788, 513155.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4063975080915103, "S12": -8.4063975080915103, "W13": -19.730312070151307, "S13": -19.730312070151307, "W21": -50.0, "S21": -62.781283395247058, "W22": -40.0, "S22": -44.22862994623236, "W31": -78.497817885960444, "S31": -78.497817885960444, "W32": -97.082183688243575, "S32": -102.08218368824357 }, "geometry": { "type": "Point", "coordinates": [ 101895.0, 500711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36523639740343927, "S11": -0.36523639740343927, "W12": -8.1914261460101869, "S12": -8.1914261460101869, "W13": -20.0, "S13": -21.999751573368666, "W21": -60.0, "S21": -64.169088665047582, "W22": -42.364491488269657, "S22": -42.364491488269657, "W31": -70.586496747658742, "S31": -70.915712076125857, "W32": -89.926393365855432, "S32": -94.926393365855432 }, "geometry": { "type": "Point", "coordinates": [ 101895.0, 501903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.568105255567561, "S12": -6.568105255567561, "W13": -20.019645539572345, "S13": -20.160905888362382, "W21": -36.052489566654629, "S21": -37.26777172596546, "W22": -80.0, "S22": -101.26315289423054, "W31": -101.26315289423054, "S31": -101.26315289423054, "W32": -103.23973061554348, "S32": -108.23973061554348 }, "geometry": { "type": "Point", "coordinates": [ 101895.0, 503901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0696210167548901, "S11": 2.0696210167548901, "W12": -4.9811237141802556, "S12": -16.614198755799837, "W13": -25.0, "S13": -25.0, "W21": -35.989930435168134, "S21": -40.271635627286557, "W22": -70.726325696065857, "S22": -95.522265737333001, "W31": -95.522265737333001, "S31": -95.522265737333001, "W32": -99.240996844961956, "S32": -104.24099684496196 }, "geometry": { "type": "Point", "coordinates": [ 101895.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029684692179700545, "S11": -0.029684692179700545, "W12": -6.8299101567221303, "S12": -6.8299101567221303, "W13": -18.022574062328641, "S13": -23.022574062328641, "W21": -60.790416925736409, "S21": -78.008863779116112, "W22": -71.937881747799409, "S22": -98.9054780399522, "W31": -101.39793405046747, "S31": -101.39793405046747, "W32": -101.95340622371742, "S32": -106.95340622371742 }, "geometry": { "type": "Point", "coordinates": [ 101896.0, 502524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49466930281738675, "S11": 0.49466930281738675, "W12": -5.0, "S12": -4.9999999999999982, "W13": -19.373604179532993, "S13": -19.387575390371264, "W21": -41.499330696519444, "S21": -52.385997363186114, "W22": -42.361368612964476, "S22": -43.525761876259182, "W31": -80.081359152652013, "S31": -80.081359152652013, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101896.0, 503195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49309069803839733, "S11": -0.49309069803839733, "W12": -9.9458492010652471, "S12": -9.9458492010652471, "W13": -18.875495567043941, "S13": -21.960357999892206, "W21": -47.936925515055471, "S21": -69.376362769524022, "W22": -40.0, "S22": -40.0, "W31": -77.130816792514906, "S31": -77.299520948994129, "W32": -96.504129024500884, "S32": -101.50412902450088 }, "geometry": { "type": "Point", "coordinates": [ 101896.5, 501097.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44393223159248196, "S11": 0.44393223159248196, "W12": -5.9024360467660708, "S12": -5.9024360467660708, "W13": -17.4168120482903, "S13": -18.517813617012393, "W21": -32.15358652798664, "S21": -32.753514626367725, "W22": -50.0, "S22": -53.918517907376668, "W31": -85.693667623852562, "S31": -85.693667623852562, "W32": -95.607699504416871, "S32": -100.60769950441687 }, "geometry": { "type": "Point", "coordinates": [ 101898.0, 497606.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6624675020817978, "S12": -12.244833788822614, "W13": -17.754755434782609, "S13": -21.93601516121393, "W21": -35.569653477439395, "S21": -36.468385902724364, "W22": -39.978610855565776, "S22": -40.716368878473396, "W31": -77.520176099992824, "S31": -77.520176099992824, "W32": -96.590279030239429, "S32": -101.59027903023943 }, "geometry": { "type": "Point", "coordinates": [ 101898.0, 504093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2789698974344721, "S11": 2.2789698974344721, "W12": -4.7262242643190344, "S12": -4.7262242643190344, "W13": -15.649107697230027, "S13": -18.05858362863971, "W21": -43.061743752120321, "S21": -50.0, "W22": -41.994434764830487, "S22": -41.994434764830487, "W31": -69.676953627418314, "S31": -69.700011483087309, "W32": -80.93902609180968, "S32": -85.93902609180968 }, "geometry": { "type": "Point", "coordinates": [ 101899.0, 498560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7707957542475699, "S12": -11.865358165909228, "W13": -15.0, "S13": -18.97396492496836, "W21": -35.335920842240128, "S21": -35.703037947097897, "W22": -73.633418708277759, "S22": -98.633418708277759, "W31": -99.774640528219521, "S31": -99.774640528219521, "W32": -102.57059862845506, "S32": -107.57059862845506 }, "geometry": { "type": "Point", "coordinates": [ 101899.0, 504064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3610030608988897, "S11": 2.3610030608988897, "W12": -5.1800292832441732, "S12": -7.7782513838455927, "W13": -28.937008580763305, "S13": -28.937008580763305, "W21": -34.847987861028095, "S21": -34.847987861028095, "W22": -80.0, "S22": -98.656915255158907, "W31": -100.09806104818584, "S31": -100.09806104818584, "W32": -101.84867560848348, "S32": -106.84867560848348 }, "geometry": { "type": "Point", "coordinates": [ 101899.0, 510149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6356361186307389, "S12": -9.6356361186307389, "W13": -18.191171182130525, "S13": -21.611193274813882, "W21": -54.439151470040933, "S21": -64.358085687200273, "W22": -42.900245645017009, "S22": -44.37711619088509, "W31": -80.05562237225098, "S31": -80.05562237225098, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101900.0, 501296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6574702886247881, "S12": -6.6574702886247881, "W13": -17.276103520197506, "S13": -19.433481492248635, "W21": -59.999999999999993, "S21": -64.731847418942664, "W22": -45.859065892577085, "S22": -45.859065892577085, "W31": -80.793522188820205, "S31": -80.793522188820205, "W32": -95.302646089279705, "S32": -100.3026460892797 }, "geometry": { "type": "Point", "coordinates": [ 101900.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43912528835608672, "S11": 0.43912528835608672, "W12": -6.0430531516892172, "S12": -6.0430531516892172, "W13": -17.400185000049849, "S13": -18.616849655534342, "W21": -31.918305243167552, "S21": -32.125812695040104, "W22": -70.549960351718568, "S22": -72.960737945667987, "W31": -101.29636740415677, "S31": -101.29636740415677, "W32": -103.13807354032001, "S32": -108.13807354032001 }, "geometry": { "type": "Point", "coordinates": [ 101901.0, 497575.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4594508032128515, "S11": 1.4594508032128515, "W12": -4.8612076095947065, "S12": -4.8612076095947065, "W13": -17.515974658869396, "S13": -18.127331875899511, "W21": -36.779642263547757, "S21": -45.859065892577085, "W22": -73.255917953610407, "S22": -75.421135344914759, "W31": -100.0, "S31": -100.0, "W32": -105.31314683737064, "S32": -110.31314683737064 }, "geometry": { "type": "Point", "coordinates": [ 101901.0, 498027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2553757765322082, "S12": -9.2553757765322082, "W13": -19.328502994011977, "S13": -19.328502994011977, "W21": -48.344087537222698, "S21": -65.536593258046494, "W22": -70.887823301690133, "S22": -70.887823301690133, "W31": -91.207216126282205, "S31": -91.207216126282205, "W32": -97.142121680910961, "S32": -102.14212168091096 }, "geometry": { "type": "Point", "coordinates": [ 101901.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3119344083826632, "S11": 2.3119344083826632, "W12": -6.7287989144962168, "S12": -8.3527068496652248, "W13": -19.016128751541128, "S13": -21.841743702757288, "W21": -48.368361190694721, "S21": -63.368361190694721, "W22": -77.976462868105159, "S22": -87.157851441613815, "W31": -104.68583732328526, "S31": -104.68583732328526, "W32": -104.68583732328526, "S32": -109.60655510395091 }, "geometry": { "type": "Point", "coordinates": [ 101902.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6741524716005891, "S11": 2.4801642009202647, "W12": -4.9508470074371385, "S12": -5.1272619530464718, "W13": -17.866537141523267, "S13": -19.055295181780554, "W21": -60.0, "S21": -70.887823301690133, "W22": -80.000000000000014, "S22": -102.67131422056485, "W31": -102.67131422056485, "S31": -102.67131422056485, "W32": -102.9223653721383, "S32": -107.9223653721383 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 499117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3046500479386385, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.110398047167212, "W21": -46.433291427673446, "S21": -77.976462868105159, "W22": -71.318692556483825, "S22": -99.089403074634617, "W31": -99.089403074634617, "S31": -99.089403074634617, "W32": -99.515786211039327, "S32": -104.51578621103933 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 499892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33885479688850473, "S11": 0.33885479688850473, "W12": -6.2317674549776392, "S12": -6.2317674549776392, "W13": -18.464095744680851, "S13": -20.866416827852998, "W21": -52.298009367681495, "S21": -71.247034488847646, "W22": -43.439122677069541, "S22": -45.228470505510998, "W31": -80.029885591849933, "S31": -80.029885591849933, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 502595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5145397954646509, "S11": 1.5145397954646509, "W12": -6.377356046376061, "S12": -7.6482590564095059, "W13": -19.469917809526741, "S13": -19.815828309820045, "W21": -42.70001734257422, "S21": -67.700017342574228, "W22": -46.053902419539426, "S22": -46.053902419539426, "W31": -80.954760131502695, "S31": -80.954760131502695, "W32": -95.513384351573137, "S32": -100.51338435157314 }, "geometry": { "type": "Point", "coordinates": [ 101903.0, 503105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43431834511969142, "S11": 0.43431834511969142, "W12": -6.1836702566123654, "S12": -6.1836702566123654, "W13": -17.38355795180939, "S13": -18.708259642230338, "W21": -31.683023958348468, "S21": -31.683023958348468, "W22": -40.443375343910546, "S22": -47.670781297283852, "W31": -79.019338476170361, "S31": -79.228749627172235, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101904.0, 497545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9531285140562247, "S11": 1.9531285140562247, "W12": -4.8048974943052389, "S12": -4.8048974943052389, "W13": -17.203827586206895, "S13": -18.572076744456055, "W21": -37.317153820689654, "S21": -46.053902419539426, "W22": -39.886108555657813, "S22": -43.295981405631707, "W31": -78.079856216343501, "S31": -78.079856216343501, "W32": -96.794412290337988, "S32": -101.79441229033799 }, "geometry": { "type": "Point", "coordinates": [ 101904.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0355767071027753, "S12": -13.827594614081187, "W13": -25.0, "S13": -25.0, "W21": -36.82707790325054, "S21": -36.82707790325054, "W22": -38.197765013679088, "S22": -38.197765013679088, "W31": -70.308010365861833, "S31": -70.308010365861833, "W32": -79.256410171165214, "S32": -84.256410171165214 }, "geometry": { "type": "Point", "coordinates": [ 101904.0, 505759.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0115689889776505, "S12": -7.1345294863643165, "W13": -16.488723381938115, "S13": -18.398986027707018, "W21": -34.72350306947078, "S21": -35.161080437064072, "W22": -70.0, "S22": -77.8, "W31": -100.0, "S31": -100.0, "W32": -105.08627788274443, "S32": -110.08627788274443 }, "geometry": { "type": "Point", "coordinates": [ 101904.2, 503994.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.32906782961697, "S11": 2.32906782961697, "W12": -5.0, "S12": -7.6692345451180355, "W13": -28.016148130051384, "S13": -28.016148130051384, "W21": -35.894422181854196, "S21": -35.894422181854196, "W22": -40.294030200279686, "S22": -59.929131898374386, "W31": -74.308600813221091, "S31": -74.395250553977462, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101904.25, 510431.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5819878910191725, "S11": 2.5819878910191725, "W12": -7.0861132578241168, "S12": -7.0861132578241168, "W13": -19.832247612551161, "S13": -21.260514755604618, "W21": -49.412548801481769, "S21": -64.412548801481762, "W22": -40.438817413792634, "S22": -50.725371681631692, "W31": -80.0, "S31": -80.249652729914004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50031578947368416, "S11": 0.50031578947368416, "W12": -9.0441924932815816, "S12": -13.56734009540016, "W13": -25.858571505720956, "S13": -25.858571505720956, "W21": -35.474352806499908, "S21": -35.474352806499908, "W22": -41.013150149446396, "S22": -56.262483172419053, "W31": -71.939740469714451, "S31": -72.134330418969654, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 505334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50104286237113149, "S11": 0.50104286237113149, "W12": -9.019178557184274, "S12": -13.669020364526421, "W13": -25.0, "S13": -25.0, "W21": -36.856119537494344, "S21": -36.856119537494344, "W22": -80.0, "S22": -99.840863729042127, "W31": -101.13231593789681, "S31": -101.13231593789681, "W32": -103.11814863103007, "S32": -108.11814863103007 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 505724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.840921547832874, "S12": -10.968197858435948, "W13": -25.0, "S13": -25.0, "W21": -36.451411490222398, "S21": -36.451411490222398, "W22": -72.058362993887059, "S22": -79.59109719558316, "W31": -97.544707055016218, "S31": -97.544707055016218, "W32": -101.82999582811846, "S32": -106.82999582811846 }, "geometry": { "type": "Point", "coordinates": [ 101905.0, 506360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43263377192975516, "S11": -0.43263377192975516, "W12": -6.8436051198802081, "S12": -6.8436051198802081, "W13": -17.367804857900829, "S13": -20.348418013825007, "W21": -60.000000000000007, "S21": -74.850997797503538, "W22": -73.413832854154876, "S22": -98.308176774185242, "W31": -98.418064020876429, "S31": -98.418064020876429, "W32": -101.25294281212345, "S32": -106.25294281212345 }, "geometry": { "type": "Point", "coordinates": [ 101905.333333333328483, 502449.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40395368918690516, "S11": 0.40395368918690516, "W12": -8.4055309987169284, "S12": -8.4055309987169284, "W13": -18.393976935399962, "S13": -21.550148060248542, "W21": -51.824934871603716, "S21": -54.821567156945321, "W22": -42.247714379150707, "S22": -48.474140178068104, "W31": -73.153817000101014, "S31": -73.153817000101014, "W32": -95.650563881009759, "S32": -100.65056388100976 }, "geometry": { "type": "Point", "coordinates": [ 101906.0, 501475.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55758157389635321, "S11": 0.55758157389635321, "W12": -5.9299811078874569, "S12": -5.9299811078874569, "W13": -20.077690261867087, "S13": -20.879194021265583, "W21": -46.621180983696398, "S21": -71.224371167745474, "W22": -45.994785664419382, "S22": -45.994785664419382, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101906.0, 502785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058417214264644149, "S11": 0.058417214264644149, "W12": -6.265734327389227, "S12": -14.737087062901987, "W13": -20.0, "S13": -24.23871315541567, "W21": -38.981499430757296, "S21": -42.247714379150707, "W22": -44.114532991579416, "S22": -46.307094807890472, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101906.0, 504376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2949796714878683, "S11": 0.2949796714878683, "W12": -15.0, "S12": -15.0, "W13": -23.435629632070874, "S13": -23.435629632070874, "W21": -43.586282243643574, "S21": -45.994785664419382, "W22": -77.717801047147063, "S22": -79.565546297637226, "W31": -105.86708788052844, "S31": -105.86708788052844, "W32": -105.86708788052844, "S32": -110.84074328974535 }, "geometry": { "type": "Point", "coordinates": [ 101906.0, 512409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42864728786789558, "S11": 0.42864728786789558, "W12": -6.3617022623851378, "S12": -6.3617022623851378, "W13": -17.363641858468746, "S13": -18.761253310242029, "W21": -31.406356401387367, "S21": -31.406356401387367, "W22": -80.440731823839826, "S22": -83.45986734229507, "W31": -105.30149015433742, "S31": -105.30149015433742, "W32": -105.88764044943819, "S32": -110.88764044943819 }, "geometry": { "type": "Point", "coordinates": [ 101906.5, 497506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7003416679608634, "S11": 3.4593038095185449, "W12": -5.5289251483340935, "S12": -7.2329454861869493, "W13": -19.075626204238919, "S13": -22.075626204238919, "W21": -44.886363636363633, "S21": -76.446305156831471, "W22": -71.802963448810445, "S22": -74.581224318375661, "W31": -100.0, "S31": -100.0, "W32": -105.21060460787908, "S32": -110.21060460787908 }, "geometry": { "type": "Point", "coordinates": [ 101907.0, 500061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9070982839313571, "S11": 3.8603765355305022, "W12": -6.1798752254290177, "S12": -8.8121049202039785, "W13": -18.575144145088583, "S13": -21.614556818968026, "W21": -45.438144501718213, "S21": -80.440731823839826, "W22": -50.868483546307814, "S22": -50.868483546307814, "W31": -84.567045554298474, "S31": -84.567045554298474, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101907.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5180941207143785, "S11": 2.5180941207143785, "W12": -6.834643307599741, "S12": -6.834643307599741, "W13": -19.641635877576146, "S13": -21.927399241599783, "W21": -48.932122867152295, "S21": -63.932122867152295, "W22": -71.997734693585343, "S22": -101.99773469358534, "W31": -101.99773469358534, "S31": -101.99773469358534, "W32": -101.99773469358534, "S32": -106.67070707070708 }, "geometry": { "type": "Point", "coordinates": [ 101907.5, 500368.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8965653699693874, "S11": 2.8965653699693874, "W12": -4.5993385009294663, "S12": -4.5993385009294663, "W13": -15.108133699134024, "S13": -17.970090925316786, "W21": -40.868483546307814, "S21": -50.868483546307814, "W22": -40.641848013770279, "S22": -43.734343233655558, "W31": -66.859431888819813, "S31": -67.366924204393584, "W32": -90.677571983176961, "S32": -95.677571983176961 }, "geometry": { "type": "Point", "coordinates": [ 101908.0, 498434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63055613522537568, "S11": -0.63055613522537568, "W12": -9.7597878384376386, "S12": -9.9249132237579829, "W13": -19.063653625481649, "S13": -22.081318998759791, "W21": -47.49893365611851, "S21": -69.398948961980679, "W22": -44.488517857312061, "S22": -47.084293661492715, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101908.0, 501070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40774702039326244, "S11": 0.40774702039326244, "W12": -9.0713639664620054, "S12": -18.195352828524285, "W13": -22.147446086433543, "S13": -22.147446086433543, "W21": -37.768127192446116, "S21": -38.831860795631378, "W22": -40.869146761031232, "S22": -41.79967574788639, "W31": -80.275418418499356, "S31": -80.275418418499356, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101908.25, 504842.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4266389444906184, "S11": 0.4266389444906184, "W12": -6.5397342681579103, "S12": -6.5397342681579103, "W13": -17.343725765128106, "S13": -18.800660186213765, "W21": -31.129688844426266, "S21": -31.129688844426266, "W22": -51.088251952443009, "S22": -51.088251952443009, "W31": -84.683571348598022, "S31": -84.683571348598022, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 497467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49415314144773043, "S11": 0.49415314144773043, "W12": -6.1328705935318562, "S12": -6.1328705935318562, "W13": -17.509247842308842, "S13": -17.884653113697635, "W21": -34.572101512438699, "S21": -39.350929146265059, "W22": -77.156137040182173, "S22": -81.786655598765094, "W31": -105.6674325100517, "S31": -105.6674325100517, "W32": -105.6674325100517, "S32": -110.60151410874053 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 497838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8413648921078174, "S11": 2.8413648921078174, "W12": -4.6076510820385117, "S12": -4.6076510820385117, "W13": -15.166928246131789, "S13": -18.166928246131789, "W21": -41.099739907271292, "S21": -51.088251952443009, "W22": -80.519097043255925, "S22": -88.040231245439799, "W31": -104.48909640791638, "S31": -104.48909640791638, "W32": -105.77483714503256, "S32": -110.77483714503256 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 498448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4515452710048145, "S11": 3.0833654217455391, "W12": -5.1620430386310598, "S12": -6.2358566638811155, "W13": -19.771676300578036, "S13": -22.771676300578036, "W21": -45.172448338178683, "S21": -45.172448338178683, "W22": -70.086260058219906, "S22": -97.741511691502993, "W31": -100.82022917047601, "S31": -100.82022917047601, "W32": -104.29497576190298, "S32": -109.29497576190298 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 500029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.69055616224649, "S11": 3.69055616224649, "W12": -6.5573573509594381, "S12": -8.4323573509594389, "W13": -18.303469973278133, "S13": -21.303469973278133, "W21": -46.226648365537557, "S21": -78.786641897232244, "W22": -80.0, "S22": -98.582556211087251, "W31": -100.0882264213038, "S31": -100.0882264213038, "W32": -101.72120637795035, "S32": -106.72120637795035 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 500143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7441341849127028, "S12": -8.7441341849127028, "W13": -19.607784431137723, "S13": -19.607784431137723, "W21": -49.306574101809595, "S21": -59.72404413282645, "W22": -73.67227209573042, "S22": -100.23412534126194, "W31": -100.23412534126194, "S31": -100.23412534126194, "W32": -101.32101214199649, "S32": -106.32101214199649 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 500821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7483022071307301, "S12": -6.7483022071307301, "W13": -17.513514663942452, "S13": -19.753812034629252, "W21": -59.999999999999993, "S21": -64.776020792608989, "W22": -72.35445205421577, "S22": -89.882858988286301, "W31": -97.895555200964154, "S31": -97.895555200964154, "W32": -100.88969505978291, "S32": -105.88969505978291 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 501993.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8912286620336012, "S12": -5.8912286620336012, "W13": -20.066772485759493, "S13": -20.736167024738521, "W21": -46.849499931497469, "S21": -71.112567416160047, "W22": -42.46949084908038, "S22": -43.598522350991153, "W31": -80.081148355202373, "S31": -80.081148355202373, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 502776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1652631578950636, "S11": 1.1652631578950636, "W12": -6.2977012347346903, "S12": -6.2977012347346903, "W13": -20.110544856519009, "S13": -21.21705217745313, "W21": -45.983741101198142, "S21": -67.066194300412377, "W22": -77.450043326960667, "S22": -101.68166860517609, "W31": -101.68166860517609, "S31": -101.68166860517609, "W32": -102.28026693854854, "S32": -107.28026693854854 }, "geometry": { "type": "Point", "coordinates": [ 101909.0, 502825.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4464929957158531, "S11": 0.4464929957158531, "W12": -5.9154965992417221, "S12": -5.9154965992417221, "W13": -17.405644417277873, "S13": -18.48314963198591, "W21": -31.951848537966352, "S21": -32.720001925724944, "W22": -76.579940133368837, "S22": -86.608377497976079, "W31": -104.4614839788084, "S31": -104.4614839788084, "W32": -104.4614839788084, "S32": -109.38790720246811 }, "geometry": { "type": "Point", "coordinates": [ 101909.285714285710128, 497606.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.481317450922359, "S11": 0.481317450922359, "W12": -5.6428615554034218, "S12": -5.6428615554034218, "W13": -19.456818853427979, "S13": -19.779252096323791, "W21": -49.174635794857679, "S21": -69.821212928060049, "W22": -71.14136895096064, "S22": -98.065707411135278, "W31": -98.065707411135278, "S31": -98.065707411135278, "W32": -99.416847501535685, "S32": -104.41684750153568 }, "geometry": { "type": "Point", "coordinates": [ 101909.333333333328483, 502666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5382382565699113, "S11": 2.3309750141943089, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.039371628804282, "W21": -46.579940133368829, "S21": -76.579940133368837, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101910.0, 499880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1978212538906181, "S11": 1.1978212538906181, "W12": -5.0, "S12": -5.5183946488294309, "W13": -19.393760745105254, "S13": -19.64725944618629, "W21": -42.462795485777313, "S21": -64.721083416334153, "W22": -49.463197119225228, "S22": -49.632851420559, "W31": -84.338254950598909, "S31": -84.338254950598909, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101910.0, 503136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.238150384029169, "S13": -20.238150384029169, "W21": -41.613761142963938, "S21": -45.246442756630181, "W22": -70.0, "S22": -97.474928616198895, "W31": -100.39735935271322, "S31": -100.39735935271322, "W32": -104.28039010972464, "S32": -109.28039010972464 }, "geometry": { "type": "Point", "coordinates": [ 101910.0, 513297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9996042708877773, "S11": 2.9996042708877773, "W12": -4.5706499245905086, "S12": -4.5706499245905086, "W13": -15.0, "S13": -17.744167206740116, "W21": -40.425760488521988, "S21": -49.463197119225228, "W22": -39.958869814020026, "S22": -45.018306293330376, "W31": -78.618342390474425, "S31": -78.618342390474425, "W32": -97.149028151507281, "S32": -102.14902815150728 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 498409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5110129003482839, "S12": -7.5110129003482839, "W13": -19.860257503410644, "S13": -19.860257503410644, "W21": -50.172466237737289, "S21": -65.172466237737297, "W22": -40.72167721769528, "S22": -41.581512911460713, "W31": -70.0, "S31": -70.07289600453386, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 500527.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2080289015469523, "S12": -6.2080289015469523, "W13": -20.012254662570239, "S13": -20.590305162619703, "W21": -35.750268764554534, "S21": -38.055641845748326, "W22": -44.230154306264218, "S22": -47.229144098314471, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 503876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4119933871886499, "S12": -16.095633181430578, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -36.640933297469054, "S21": -36.640933297469054, "W22": -40.791667633614274, "S22": -41.148578781927768, "W31": -80.209835866752911, "S31": -80.209835866752911, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101911.0, 506126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42463060111334111, "S11": 0.42463060111334111, "W12": -6.7177662739306818, "S12": -6.7177662739306818, "W13": -17.323809671787458, "S13": -18.823182122367939, "W21": -30.853021287465161, "S21": -30.853021287465161, "W22": -40.866107693108582, "S22": -41.787639749160171, "W31": -80.273589100905554, "S31": -80.273589100905554, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101911.5, 497428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47577340297308179, "S11": 0.47577340297308179, "W12": -5.2311249191944373, "S12": -5.2311249191944373, "W13": -17.471428614375437, "S13": -17.980945340164048, "W21": -33.286455616199142, "S21": -36.286455616199142, "W22": -80.0, "S22": -98.111813561423077, "W31": -100.27045337688655, "S31": -100.27045337688655, "W32": -102.05372456339585, "S32": -107.05372456339585 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 497760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49419938778656203, "S11": 0.49419938778656203, "W12": -6.0417218005966333, "S12": -6.0417218005966333, "W13": -17.505336101884158, "S13": -17.890200884277263, "W21": -34.545746912732632, "S21": -39.317524359401965, "W22": -72.343867304035186, "S22": -83.270028544448365, "W31": -97.324716770384711, "S31": -97.324716770384711, "W32": -100.52644730744287, "S32": -105.52644730744287 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 497836.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.596577651024113, "W21": -60.0, "S21": -68.645531882364494, "W22": -40.454698725358348, "S22": -52.083994864718051, "W31": -79.631411390166264, "S31": -79.962883779985333, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 502156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6166123778499353, "S11": 1.6166123778499353, "W12": -6.6654213615814442, "S12": -6.6654213615814442, "W13": -19.717260529243017, "S13": -21.128771411712243, "W21": -45.516170571091187, "S21": -64.362720216793647, "W22": -71.943919308610063, "S22": -82.547716966971691, "W31": -97.29432601989123, "S31": -97.29432601989123, "W32": -101.64893617021269, "S32": -106.64893617021269 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 502865.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5024638319092487, "S11": 0.5024638319092487, "W12": -9.0259006625203799, "S12": -13.656945881945433, "W13": -25.0, "S13": -25.0, "W21": -36.927689961815268, "S21": -36.927689961815268, "W22": -43.971790755216368, "S22": -47.284839279725567, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101912.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41554875901493626, "S11": 0.41554875901493626, "W12": -9.1961753986960719, "S12": -9.1961753986960719, "W13": -17.76771681012135, "S13": -21.409392488658987, "W21": -52.255824339412037, "S21": -54.60006131051901, "W22": -46.995942348114163, "S22": -48.344146415006165, "W31": -83.936817186720759, "S31": -83.936817186720759, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101913.8, 501422.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42262225773606388, "S11": 0.42262225773606388, "W12": -6.8957982797034543, "S12": -6.8957982797034543, "W13": -17.303893578446818, "S13": -18.845704058522124, "W21": -30.576353730504064, "S21": -31.328231266784478, "W22": -79.007246934868718, "S22": -84.496834788024756, "W31": -104.85774995042071, "S31": -104.85774995042071, "W32": -104.85774995042071, "S32": -109.76328309833522 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 497389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1828343164339583, "S11": 3.1828343164339583, "W12": -4.5910058370696216, "S12": -4.5910058370696216, "W13": -15.038156359393231, "S13": -17.505751952393879, "W21": -39.804989533867442, "S21": -46.995942348114163, "W22": -42.542073749137479, "S22": -42.542073749137479, "W31": -69.606950880756486, "S31": -69.756436670672599, "W32": -81.159132133389136, "S32": -86.159132133389136 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 498364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3020938023450586, "S11": 2.2083079734067415, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.303653926921463, "W21": -46.235349882149748, "S21": -79.007246934868718, "W22": -80.40881268847447, "S22": -86.616103988230648, "W31": -104.81346460883397, "S31": -104.81346460883397, "W32": -105.80913857677893, "S32": -110.80913857677893 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 499911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3823012300397179, "S11": 2.3823012300397179, "W12": -5.7884826835757464, "S12": -8.265809234760777, "W13": -30.0, "S13": -30.0, "W21": -34.542088063606805, "S21": -34.542088063606805, "W22": -44.29594286478433, "S22": -48.273479757154895, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101914.0, 510110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.852218668746644, "S11": 3.852218668746644, "W12": -6.47547900866644, "S12": -8.8122845642210361, "W13": -18.627284481252364, "S13": -21.712490903270773, "W21": -45.986261460252578, "S21": -79.349726315792012, "W22": -43.600308944864551, "S22": -46.836341788425486, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101914.666666666671517, 500127.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4156007906398444, "S11": 0.4156007906398444, "W12": -8.4919467385906344, "S12": -8.4919467385906344, "W13": -18.014876530973321, "S13": -19.8446692107788, "W21": -28.445845338697907, "S21": -28.445845338697907, "W22": -45.205089904734137, "S22": -45.205089904734137, "W31": -82.684528423728253, "S31": -82.684528423728253, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 497033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41913391361050167, "S11": 0.41913391361050167, "W12": -7.1435165604766535, "S12": -7.1435165604766535, "W13": -17.278348785744193, "S13": -18.888130712320908, "W21": -30.231897783103122, "S21": -30.953291546428055, "W22": -72.296266636167175, "S22": -79.809461926463499, "W31": -96.770739145080938, "S31": -96.770739145080938, "W32": -100.17367689313188, "S32": -105.17367689313188 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 497334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3119266055045866, "S11": 3.3119266055045866, "W12": -4.5231630434782613, "S12": -4.5231630434782613, "W13": -16.737136363636363, "S13": -19.525694251246385, "W21": -38.412637074545458, "S21": -45.205089904734137, "W22": -72.295303147106765, "S22": -79.701213320372702, "W31": -96.753878339804444, "S31": -96.753878339804444, "W32": -100.16319955510232, "S32": -105.16319955510232 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 498213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8620309050772628, "S11": 1.8620309050772628, "W12": -8.3571329958582599, "S12": -8.3571329958582599, "W13": -19.631516198600753, "S13": -20.727356760526874, "W21": -45.129944105698257, "S21": -66.0342103724943, "W22": -70.0, "S22": -92.020176858886543, "W31": -92.020176858886543, "S31": -92.020176858886543, "W32": -98.849343685297285, "S32": -103.84934368529728 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8699779249448896, "S11": 1.8699779249448896, "W12": -8.4104509894160717, "S12": -8.4104509894160717, "W13": -19.629813327555919, "S13": -20.716402419080392, "W21": -45.116644529711259, "S21": -66.062367972127348, "W22": -40.898696247847951, "S22": -55.856887083852172, "W31": -71.545980176211458, "S31": -71.704419687924471, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 502906.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36730027795214409, "S11": 0.36730027795214409, "W12": -5.0725626934587922, "S12": -5.0725626934587922, "W13": -19.105978868655196, "S13": -21.47748707982565, "W21": -40.593258385713412, "S21": -45.593258385713412, "W22": -44.061608064265847, "S22": -44.061608064265847, "W31": -69.391682648625306, "S31": -72.072805827738833, "W32": -89.757580554236526, "S32": -94.757580554236526 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 503319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7283910320336737, "S12": -13.208601727768549, "W13": -25.0, "S13": -25.0, "W21": -36.559200144661908, "S21": -36.559200144661908, "W22": -47.09421272490421, "S22": -47.09421272490421, "W31": -80.789458229050638, "S31": -80.789458229050638, "W32": -95.472432759876597, "S32": -100.4724327598766 }, "geometry": { "type": "Point", "coordinates": [ 101915.0, 506297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.1944731754939575, "S12": -4.1944731754939575, "W13": -21.948411678348524, "S13": -21.948411678348524, "W21": -34.40526411307215, "S21": -38.033862852627003, "W22": -40.660861604321482, "S22": -40.660861604321482, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101915.666666666671517, 508026.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4879277108433735, "S11": 1.4879277108433735, "W12": -4.7917384323456433, "S12": -4.7917384323456433, "W13": -17.414329501915709, "S13": -18.310289097875305, "W21": -37.09421272490421, "S21": -47.09421272490421, "W22": -61.424438999394013, "S22": -73.018792410075093, "W31": -89.386683106168817, "S31": -89.386683106168817, "W32": -96.236287500716927, "S32": -101.23628750071693 }, "geometry": { "type": "Point", "coordinates": [ 101916.0, 498058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4786496638316518, "S11": 1.4786496638316518, "W12": -11.259517816754645, "S12": -11.259517816754645, "W13": -27.27518033929627, "S13": -27.27518033929627, "W21": -40.660861604321482, "S21": -40.660861604321482, "W22": -52.442185821542047, "S22": -53.387420164628644, "W31": -85.399968752771272, "S31": -85.399968752771272, "W32": -95.380178708229664, "S32": -100.38017870822966 }, "geometry": { "type": "Point", "coordinates": [ 101916.2, 511685.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8432632904419197, "S12": -4.8432632904419197, "W13": -17.414240661168311, "S13": -18.217836251523867, "W21": -51.11340358661613, "S21": -61.424438999394013, "W22": -75.536248398799898, "S22": -82.579817732691808, "W31": -105.49741527857553, "S31": -105.49741527857553, "W32": -105.49741527857553, "S32": -110.39779766001377 }, "geometry": { "type": "Point", "coordinates": [ 101916.666666666671517, 498996.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.6541419101399466, "S12": -4.6541419101399466, "W13": -15.531121435499227, "S13": -18.000200700012691, "W21": -42.525726563383465, "S21": -52.442185821542047, "W22": -50.0, "S22": -50.0, "W31": -69.24149878023951, "S31": -73.531277191604062, "W32": -83.950855596944351, "S32": -88.950855596944351 }, "geometry": { "type": "Point", "coordinates": [ 101917.0, 498535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.42096, "S11": 1.92096, "W12": -5.0490018148820335, "S12": -5.2511550711612065, "W13": -20.0, "S13": -23.0, "W21": -45.44368272177261, "S21": -58.53211211024599, "W22": -70.544905092265864, "S22": -77.082366685269889, "W31": -101.15085024684586, "S31": -101.15085024684586, "W32": -102.98696619688461, "S32": -107.98696619688461 }, "geometry": { "type": "Point", "coordinates": [ 101917.0, 499997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4962145029062337, "S11": 2.4962145029062337, "W12": -10.0, "S12": -12.850734510620754, "W13": -27.433665200277844, "S13": -27.433665200277844, "W21": -38.544271606425454, "S21": -38.544271606425454, "W22": -72.240987626267881, "S22": -76.537906347668823, "W31": -96.247672996117231, "S31": -96.247672996117231, "W32": -99.965306954334281, "S32": -104.96530695433428 }, "geometry": { "type": "Point", "coordinates": [ 101917.5, 509282.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1073906776158946, "S12": -9.1073906776158946, "W13": -19.360313315926895, "S13": -19.360313315926895, "W21": -48.578841647137594, "S21": -66.766770708922493, "W22": -72.221102140983533, "S22": -76.106761247107443, "W31": -96.183039909225016, "S31": -96.183039909225016, "W32": -99.956592061263095, "S32": -104.95659206126309 }, "geometry": { "type": "Point", "coordinates": [ 101918.0, 500928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1491259471391921, "S11": 2.1491259471391921, "W12": -10.0, "S12": -10.0, "W13": -19.569542026455949, "S13": -20.344306127501099, "W21": -44.768100196281374, "S21": -67.654078262201224, "W22": -43.714982712016024, "S22": -47.540307738427195, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101918.0, 502942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1795895232979783, "S11": 2.1795895232979783, "W12": -10.142477876105472, "S12": -10.142477876105472, "W13": -19.564352038398763, "S13": -20.303652169571457, "W21": -44.717118488331991, "S21": -67.762015727459698, "W22": -40.825536932187774, "S22": -46.512744981055903, "W31": -66.904684450227705, "S31": -66.904684450227705, "W32": -93.426601755445787, "S32": -98.426601755445787 }, "geometry": { "type": "Point", "coordinates": [ 101918.0, 502946.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40013249606638901, "S11": 0.40013249606638901, "W12": -8.301593156498587, "S12": -8.301593156498587, "W13": -17.679790378941568, "S13": -19.478464822922035, "W21": -28.643787795137591, "S21": -28.643787795137591, "W22": -69.281735926395697, "S22": -69.281735926395697, "W31": -90.744383026702963, "S31": -90.744383026702963, "W32": -96.869316020390045, "S32": -101.86931602039004 }, "geometry": { "type": "Point", "coordinates": [ 101918.315789473679615, 497076.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31229916189152312, "S11": 0.31229916189152312, "W12": -8.914412094804252, "S12": -18.437253537391605, "W13": -20.443628308266291, "S13": -22.676672856656374, "W21": -38.228597000435357, "S21": -40.528198842742214, "W22": -80.78827703516022, "S22": -82.1905026624285, "W31": -105.11774842044801, "S31": -105.11774842044801, "W32": -105.11774842044801, "S32": -110.01148676653443 }, "geometry": { "type": "Point", "coordinates": [ 101919.0, 504691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6821731200491712, "S11": 2.5333883307178997, "W12": -4.9444929760358871, "S12": -4.9444929760358871, "W13": -17.798670270997796, "S13": -18.795230160914272, "W21": -58.588796450360512, "S21": -69.281735926395697, "W22": -70.0, "S22": -89.788982519674079, "W31": -100.59380937787311, "S31": -100.59380937787311, "W32": -103.91685824139419, "S32": -108.91685824139419 }, "geometry": { "type": "Point", "coordinates": [ 101920.0, 499104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1, "S11": 2.1, "W12": -5.0, "S12": -5.0022049064201033, "W13": -20.0, "S13": -21.720456802383318, "W21": -45.988567612163123, "S21": -80.78827703516022, "W22": -72.042384106654936, "S22": -72.407792145631603, "W31": -95.612201478644749, "S31": -95.612201478644749, "W32": -99.872044944575549, "S32": -104.87204494457555 }, "geometry": { "type": "Point", "coordinates": [ 101921.0, 499936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5556773434395295, "S12": -7.5556773434395295, "W13": -19.879692575140673, "S13": -19.879692575140673, "W21": -50.28654001772572, "S21": -65.286540017725713, "W22": -42.393693609028517, "S22": -42.393693609028517, "W31": -70.462658643454816, "S31": -70.769501709148201, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101921.0, 500555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0705018777739843, "S11": 2.0705018777739843, "W12": -11.111725663716813, "S12": -11.111725663716813, "W13": -19.501914027833177, "S13": -19.920857294404868, "W21": -44.317592446952069, "S21": -69.317592446952062, "W22": -70.171144625778908, "S22": -97.283224937837019, "W31": -100.76904166920627, "S31": -100.76904166920627, "W32": -104.24692796212096, "S32": -109.24692796212096 }, "geometry": { "type": "Point", "coordinates": [ 101921.0, 502987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0561914783493505, "S11": 2.0561914783493505, "W12": -4.9813775506632787, "S12": -16.204021512528691, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -35.964370202581811, "S21": -39.974889905749002, "W22": -70.663037724531307, "S22": -73.600172898663928, "W31": -101.30801992928319, "S31": -101.30801992928319, "W32": -102.37368867224754, "S32": -107.37368867224754 }, "geometry": { "type": "Point", "coordinates": [ 101921.0, 507390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2402890695573849, "S11": 2.2402890695573849, "W12": -8.6956842405860275, "S12": -8.6956842405860275, "W13": -19.587425149700593, "S13": -19.587425149700593, "W21": -49.363223089528255, "S21": -60.337878690724537, "W22": -78.72631101605144, "S22": -83.042761025934951, "W31": -104.8148992832252, "S31": -104.8148992832252, "W32": -104.8148992832252, "S32": -109.71678900434176 }, "geometry": { "type": "Point", "coordinates": [ 101921.333333333328483, 500832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38932146829810915, "S11": 0.38932146829810915, "W12": -9.2666005177603861, "S12": -9.2666005177603861, "W13": -19.305591677503251, "S13": -19.305591677503251, "W21": -48.25972195302451, "S21": -63.25972195302451, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101922.0, 500975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.339457286432161, "S11": 2.2579536175488766, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.124527509449813, "W21": -46.228905453577383, "S21": -78.72631101605144, "W22": -45.062407556201961, "S22": -46.088631190384845, "W31": -83.215642760410546, "S31": -83.215642760410546, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101922.5, 499913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2184093352733658, "S12": -9.2184093352733658, "W13": -21.956754447519934, "S13": -21.956754447519934, "W21": -42.583952640949299, "S21": -49.604654073133986, "W22": -46.00177130444699, "S22": -47.729056904496801, "W31": -83.673430918059566, "S31": -83.673430918059566, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101922.6, 514487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5160083625774661, "S11": 3.5160083625774661, "W12": -4.6246730395059643, "S12": -4.6246730395059643, "W13": -15.937985714285714, "S13": -18.004576770669381, "W21": -38.908024042405245, "S21": -45.062407556201961, "W22": -44.406690309594552, "S22": -55.808774550440177, "W31": -79.522157417974924, "S31": -79.522157417974924, "W32": -97.750047807023549, "S32": -102.75004780702355 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 498283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2954827148510417, "S11": 3.2954827148510417, "W12": -4.5714457321715587, "S12": -4.5714457321715587, "W13": -15.0, "S13": -17.503240440699933, "W21": -39.532903502549161, "S21": -46.00177130444699, "W22": -43.381577686188059, "S22": -53.683368115304333, "W31": -79.4183643642737, "S31": -79.4183643642737, "W32": -97.679754408490524, "S32": -102.67975440849052 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 498338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30843778265925825, "S11": -0.30843778265925825, "W12": -6.3687562149557833, "S12": -6.3687562149557833, "W13": -19.717807606118861, "S13": -24.717807606118861, "W21": -38.331995547917856, "S21": -41.331995547917856, "W22": -72.740118695319481, "S22": -78.918322437996778, "W31": -96.894776569579349, "S31": -96.894776569579349, "W32": -101.24614100959532, "S32": -106.24614100959532 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 503677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47883016754964036, "S11": -0.47883016754964036, "W12": -6.381656461565143, "S12": -6.381656461565143, "W13": -19.820054028285384, "S13": -24.443313001963517, "W21": -38.108122499097306, "S21": -41.108122499097306, "W22": -49.98035080993003, "S22": -60.896112143187523, "W31": -81.078097706192551, "S31": -81.078097706192551, "W32": -98.131479559082649, "S32": -103.13147955908265 }, "geometry": { "type": "Point", "coordinates": [ 101923.0, 503700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4423711225222805, "S11": 0.4423711225222805, "W12": -8.0897134759939746, "S12": -8.0897134759939746, "W13": -18.615789905807073, "S13": -21.427134288864085, "W21": -50.686564942314696, "S21": -53.644250639128707, "W22": -43.729183766542931, "S22": -46.895902497250425, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101924.0, 501513.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14409769747847528, "S11": 0.14409769747847528, "W12": -6.1292388225563093, "S12": -6.1292388225563093, "W13": -19.16081587251135, "S13": -24.16081587251135, "W21": -39.532023275275357, "S21": -42.532023275275357, "W22": -45.401203398315559, "S22": -49.526319289255142, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101924.0, 503552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42262386120383011, "S11": 0.42262386120383011, "W12": -7.0889291954756395, "S12": -7.1524286707661648, "W13": -17.275479498963215, "S13": -18.835292803010908, "W21": -30.148945647803536, "S21": -30.867109202380306, "W22": -68.20125341786256, "S22": -68.20125341786256, "W31": -90.432417567307425, "S31": -90.432417567307425, "W32": -96.735994522076538, "S32": -101.73599452207654 }, "geometry": { "type": "Point", "coordinates": [ 101924.5, 497349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8680871757729243, "S12": -8.8680871757729243, "W13": -18.049999, "S13": -19.940646233011574, "W21": -27.784204789692012, "S21": -27.784204789692012, "W22": -80.105688682242985, "S22": -87.518510098234529, "W31": -104.58302288451304, "S31": -104.58302288451304, "W32": -105.7720706260032, "S32": -110.7720706260032 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 496952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6699942766918832, "S11": 2.5336650947243533, "W12": -4.9349988195018302, "S12": -4.9349988195018302, "W13": -17.747647443014927, "S13": -18.662428716015661, "W21": -57.59689406544647, "S21": -68.20125341786256, "W22": -75.152718291806053, "S22": -83.116105019494839, "W31": -100.20342760120974, "S31": -100.20342760120974, "W32": -105.42720171455966, "S32": -110.42720171455966 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 499092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9193837753510139, "S11": 3.9193837753510139, "W12": -6.6642746540561619, "S12": -8.5809413207228289, "W13": -18.843662857741901, "S13": -21.582948572027615, "W21": -46.274521703485519, "S21": -78.83500035807802, "W22": -74.531885559889218, "S22": -80.960875924363449, "W31": -105.5418724870764, "S31": -105.5418724870764, "W32": -105.5418724870764, "S32": -110.45106675843084 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72, "S11": -0.72, "W12": -6.2199998, "S12": -14.2199998, "W13": -17.719999, "S13": -21.019999, "W21": -48.386329055593954, "S21": -68.715198689308011, "W22": -39.56807727690893, "S22": -43.552042324128976, "W31": -78.034397603413566, "S31": -78.034397603413566, "W32": -96.741479617211283, "S32": -101.74147961721128 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.97024, "S11": 1.5578075675675676, "W12": -5.0385014259787395, "S12": -5.1597347054617764, "W13": -20.0, "S13": -23.0, "W21": -45.421407244440957, "S21": -60.346066285356045, "W22": -42.572617489841434, "S22": -42.572617489841434, "W31": -70.0, "S31": -70.390115571776107, "W32": -90.053048086681088, "S32": -95.053048086681088 }, "geometry": { "type": "Point", "coordinates": [ 101926.0, 499997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8190068531132679, "S12": -10.646304366981575, "W13": -15.258257203092061, "S13": -18.31310102239145, "W21": -34.403175826673305, "S21": -34.5564600911935, "W22": -71.687421890698985, "S22": -73.769694570389547, "W31": -94.538353151556436, "S31": -94.538353151556436, "W32": -98.591784805525236, "S32": -103.59178480552524 }, "geometry": { "type": "Point", "coordinates": [ 101926.0, 504007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9830163253089461, "S12": -14.239122287633659, "W13": -25.0, "S13": -25.0, "W21": -35.881378414384493, "S21": -39.828823767202579, "W22": -71.995334525698794, "S22": -77.32748636654334, "W31": -95.479362799851074, "S31": -95.479362799851074, "W32": -99.84151253630732, "S32": -104.84151253630732 }, "geometry": { "type": "Point", "coordinates": [ 101926.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1833359685789731, "S11": 2.9385653882820759, "W12": -5.0, "S12": -5.0, "W13": -18.741647280431433, "S13": -20.135230168131923, "W21": -59.999999999999993, "S21": -71.687421890698985, "W22": -70.0, "S22": -99.38250813967349, "W31": -100.32817405719733, "S31": -100.32817405719733, "W32": -104.24143100465457, "S32": -109.24143100465457 }, "geometry": { "type": "Point", "coordinates": [ 101926.666666666671517, 499379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0879139638101742, "S11": 2.0879139638101742, "W12": -10.82632743362832, "S12": -10.82632743362832, "W13": -19.458046950725493, "S13": -19.825389613928376, "W21": -44.314298327406782, "S21": -69.314298327406789, "W22": -44.399187402025007, "S22": -47.163811901104395, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101927.0, 502996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6044689414790745, "S11": 2.6044689414790745, "W12": -7.3108233206270352, "S12": -7.3108233206270352, "W13": -19.889427012278301, "S13": -20.204663646291966, "W21": -50.146334989595374, "S21": -65.146334989595374, "W22": -80.563087290907049, "S22": -80.976271568860511, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 101927.333333333328483, 500510.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.2719667623435207, "S12": -9.2719667623435207, "W13": -21.160099362570509, "S13": -21.160099362570509, "W21": -43.162797623060953, "S21": -47.878877728573507, "W22": -50.0, "S22": -50.0, "W31": -69.226673291918431, "S31": -73.708743897938618, "W32": -83.95303239198941, "S32": -88.95303239198941 }, "geometry": { "type": "Point", "coordinates": [ 101927.688073394499952, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43014332329384353, "S11": 0.43014332329384353, "W12": -6.6590310965738686, "S12": -6.6590310965738686, "W13": -17.315233482843183, "S13": -18.738241013436216, "W21": -30.6611643922169, "S21": -30.6611643922169, "W22": -45.447862605146781, "S22": -45.447862605146781, "W31": -80.67790230749273, "S31": -80.67790230749273, "W32": -95.5017272556112, "S32": -100.5017272556112 }, "geometry": { "type": "Point", "coordinates": [ 101928.0, 497446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0079262981574537, "S11": 2.0079262981574537, "W12": -5.0, "S12": -5.002265317594154, "W13": -20.0, "S13": -21.565541211519363, "W21": -45.955366244829847, "S21": -80.563087290907049, "W22": -79.56198476390972, "S22": -98.820252237872069, "W31": -98.820252237872069, "S31": -98.820252237872069, "W32": -101.44463168314498, "S32": -106.44463168314498 }, "geometry": { "type": "Point", "coordinates": [ 101928.0, 499938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -12.926533320482417, "W13": -27.533932751923029, "S13": -27.533932751923029, "W21": -38.568955267907953, "S21": -38.568955267907953, "W22": -80.0, "S22": -98.332536952089697, "W31": -100.62329371200435, "S31": -100.62329371200435, "W32": -102.11423411834555, "S32": -107.11423411834555 }, "geometry": { "type": "Point", "coordinates": [ 101928.888888888890506, 509299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1872861445783134, "S11": 1.1872861445783134, "W12": -4.7730842212815645, "S12": -4.7730842212815645, "W13": -17.476461988304091, "S13": -18.255997813849262, "W21": -37.025714395321636, "S21": -45.447862605146781, "W22": -50.0, "S22": -50.931167419435482, "W31": -69.074543941230033, "S31": -69.763951894779751, "W32": -85.636935338252229, "S32": -90.636935338252229 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 498053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16953596551935601, "S11": 0.16953596551935601, "W12": -7.6298879937119279, "S12": -7.6298879937119279, "W13": -20.0, "S13": -21.59338956897119, "W21": -51.28101037437979, "S21": -52.417639898170705, "W22": -43.089712733444479, "S22": -43.089712733444479, "W31": -69.554056607334147, "S31": -69.908003952221563, "W32": -81.379238174968606, "S32": -86.379238174968606 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 501721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -60.0, "S21": -71.510135010852366, "W22": -46.294709438931633, "S22": -46.294709438931633, "W31": -82.59822589723278, "S31": -82.59822589723278, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 502260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.545237707225292, "W13": -24.727911577414051, "S13": -24.727911577414051, "W21": -38.83368607580838, "S21": -41.114742786889565, "W22": -70.0, "S22": -70.0, "W31": -100.0, "S31": -100.0, "W32": -104.86327085822133, "S32": -109.86327085822133 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 508941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4035993991805467, "S11": 2.4035993991805467, "W12": -6.3969360839073195, "S12": -8.7533670856759631, "W13": -30.0, "S13": -30.0, "W21": -34.236188266185508, "S21": -34.236188266185508, "W22": -41.828583828174203, "S22": -41.954783997950472, "W31": -73.705568315343129, "S31": -74.129069866992722, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101929.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4357798165137616, "S11": 3.4357798165137616, "W12": -4.4325434782608699, "S12": -4.4325434782608699, "W13": -17.075363636363637, "S13": -19.489581645842311, "W21": -38.262364425454543, "S21": -46.294709438931633, "W22": -76.076218463750891, "S22": -86.819925557572404, "W31": -101.04324295643869, "S31": -101.04324295643869, "W32": -105.47319590536081, "S32": -110.47319590536081 }, "geometry": { "type": "Point", "coordinates": [ 101930.0, 498212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6532264372311301, "S11": 2.6532264372311301, "W12": -6.9688663039673147, "S12": -6.9688663039673147, "W13": -19.883458390177353, "S13": -21.067100547618637, "W21": -49.845599841283999, "S21": -64.845599841283999, "W22": -80.0, "S22": -98.32689281517041, "W31": -100.0545703864191, "S31": -100.0545703864191, "W32": -101.36903947085725, "S32": -106.36903947085725 }, "geometry": { "type": "Point", "coordinates": [ 101930.0, 500438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9906732319539975, "S12": -6.1119447320628577, "W13": -24.691146362388462, "S13": -24.691146362388462, "W21": -36.173472209003982, "S21": -38.286662678856239, "W22": -70.730258620778528, "S22": -95.730258620778528, "W31": -95.730258620778528, "S31": -95.730258620778528, "W32": -99.178715946876309, "S32": -104.17871594687631 }, "geometry": { "type": "Point", "coordinates": [ 101930.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.8217894576315787, "S12": -9.8050999911473102, "W13": -17.866920140789478, "S13": -20.345293952827493, "W21": -48.321024082990078, "S21": -70.508893322848294, "W22": -41.041058015033151, "S22": -41.041058015033151, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101931.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2512733446519535, "S12": -7.2512733446519535, "W13": -18.600221342527561, "S13": -21.199896817724593, "W21": -60.000000000000007, "S21": -64.466916381823921, "W22": -47.938686884291187, "S22": -47.938686884291187, "W31": -81.436440817057118, "S31": -81.436440817057118, "W32": -94.393887968190867, "S32": -99.393887968190867 }, "geometry": { "type": "Point", "coordinates": [ 101931.0, 501958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49677572071818465, "S11": 0.49677572071818465, "W12": -5.0, "S12": -5.0, "W13": -19.189105506501331, "S13": -19.416275633544608, "W21": -41.976917200958319, "S21": -57.817253335412104, "W22": -41.46053375644852, "S22": -42.854401520107572, "W31": -78.316146926771552, "S31": -78.780562605236298, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101931.0, 503210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3658801623293917, "S11": 1.3658801623293917, "W12": -11.945995300495591, "S12": -11.945995300495591, "W13": -27.487617683687155, "S13": -27.487617683687155, "W21": -41.041058015033151, "S21": -41.041058015033151, "W22": -68.87492475739441, "S22": -79.284653264181742, "W31": -100.38094654349634, "S31": -100.38094654349634, "W32": -103.35907461877466, "S32": -108.35907461877466 }, "geometry": { "type": "Point", "coordinates": [ 101931.2, 511822.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6568278805120911, "S11": 2.6568278805120911, "W12": -4.7381802075423938, "S12": -4.7381802075423938, "W13": -16.929038314176243, "S13": -18.739557794695724, "W21": -37.938686884291187, "S21": -47.938686884291187, "W22": -70.706130014388819, "S22": -73.325347844498978, "W31": -101.33156943105115, "S31": -101.33156943105115, "W32": -101.93856274946141, "S32": -106.93856274946141 }, "geometry": { "type": "Point", "coordinates": [ 101932.0, 498145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -23.81384457778428, "W13": -24.666389673970208, "S13": -24.666389673970208, "W21": -36.318579174366548, "S21": -36.544201429124975, "W22": -40.183207624794285, "S22": -52.553081087955015, "W31": -73.050044067161281, "S31": -73.120167420507514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101932.0, 506856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.6791864799848177, "S12": -7.6791864799848177, "W13": -19.886177318267073, "S13": -19.886177318267073, "W21": -50.398337250972979, "S21": -65.398337250972986, "W22": -50.0, "S22": -50.0, "W31": -69.320213247787422, "S31": -72.624804459377174, "W32": -83.177714187039001, "S32": -88.177714187039001 }, "geometry": { "type": "Point", "coordinates": [ 101932.25, 500602.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033870967741932045, "S11": -0.033870967741932045, "W12": -9.2873073376083095, "S12": -9.2873073376083095, "W13": -19.26089801218658, "S13": -19.691682120230816, "W21": -48.19106655154787, "S21": -64.71149665907501, "W22": -55.635953857730456, "S22": -62.165303768041632, "W31": -87.029865389381342, "S31": -87.029865389381342, "W32": -96.415028968049171, "S32": -101.41502896804917 }, "geometry": { "type": "Point", "coordinates": [ 101932.9, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1643442551109811, "S12": -14.72049420297299, "W13": -25.594763185526041, "S13": -25.594763185526041, "W21": -35.545545291908908, "S21": -35.545545291908908, "W22": -41.199159417132151, "S22": -50.018801402018511, "W31": -78.019011219196557, "S31": -78.352401883328596, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101933.0, 505295.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4788463323285215, "S11": 2.4788463323285215, "W12": -10.0, "S12": -12.727971948874561, "W13": -29.256309330863626, "S13": -29.256309330863626, "W21": -35.957255416077388, "S21": -35.957255416077388, "W22": -70.0, "S22": -81.218704389797722, "W31": -100.0, "S31": -100.0, "W32": -104.56600376791529, "S32": -109.56600376791529 }, "geometry": { "type": "Point", "coordinates": [ 101933.0, 509538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3062666999971935, "S11": 1.3062666999971935, "W12": -4.7645682952778605, "S12": -4.7645682952778605, "W13": -16.356959000084114, "S13": -17.816987163431559, "W21": -45.765765765765799, "S21": -55.519732840439055, "W22": -72.835578377798285, "S22": -78.861885149551455, "W31": -105.52245835726595, "S31": -105.52245835726595, "W32": -105.52245835726595, "S32": -110.42780454232623 }, "geometry": { "type": "Point", "coordinates": [ 101933.333333333328483, 498732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.000000000000002, "S12": -16.706887268099273, "W13": -25.0, "S13": -25.0, "W21": -36.471590971849821, "S21": -36.471590971849821, "W22": -40.0, "S22": -41.971277141391688, "W31": -71.472772567866954, "S31": -71.543164614789106, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101933.5, 506631.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7012277161116507, "S11": 2.7012277161116507, "W12": -7.0659692978141697, "S12": -7.0659692978141697, "W13": -19.894935197817198, "S13": -20.774139729860419, "W21": -49.945983127656362, "S21": -64.945983127656362, "W22": -43.486576777869502, "S22": -46.507069591100652, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101933.666666666671517, 500466.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7578947368421054, "S11": 1.4811260943946867, "W12": -5.0, "S12": -5.0528620355411951, "W13": -20.0, "S13": -22.727814175104228, "W21": -45.483460359864857, "S21": -65.262386888681391, "W22": -72.758332836443856, "S22": -80.550094850173835, "W31": -100.0, "S31": -100.0, "W32": -105.26829474634106, "S32": -110.26829474634106 }, "geometry": { "type": "Point", "coordinates": [ 101934.0, 499988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1397297208080435, "S12": -15.871264888141459, "W13": -25.475264507237981, "S13": -25.475264507237981, "W21": -36.005058099719719, "S21": -36.005058099719719, "W22": -80.0, "S22": -98.590723751274211, "W31": -100.80468560021777, "S31": -100.80468560021777, "W32": -102.23517217494557, "S32": -107.23517217494557 }, "geometry": { "type": "Point", "coordinates": [ 101934.0, 505197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42262546467159645, "S11": 0.42262546467159645, "W12": -7.2820601112478265, "S12": -7.2970841909371913, "W13": -17.247065419479611, "S13": -18.830965437858584, "W21": -29.721537565103009, "S21": -30.281040177384206, "W22": -70.81794574219829, "S22": -94.956929802975878, "W31": -94.956929802975878, "S31": -94.956929802975878, "W32": -99.213956920100713, "S32": -104.21395692010071 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3641894872586002, "S12": -10.325752587835154, "W13": -18.658879603866495, "S13": -21.733619688579626, "W21": -49.292690219721898, "S21": -66.50880340790458, "W22": -41.449247579794886, "S22": -49.788144518996781, "W31": -79.225583215713456, "S31": -79.225583215713456, "W32": -97.538109027331956, "S32": -102.53810902733196 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 500310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.6062444571532719, "W13": -15.453147018010375, "S13": -15.937636878953956, "W21": -60.0, "S21": -73.567303093845425, "W22": -40.452131435205928, "S22": -54.909014010671491, "W31": -76.63515234151771, "S31": -76.70241078504796, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 502311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62552245442418841, "S11": 0.62552245442418841, "W12": -5.0, "S12": -5.0, "W13": -19.185188442653608, "S13": -19.185188442653608, "W21": -42.19447279706629, "S21": -59.294389686899144, "W22": -70.136749362217628, "S22": -102.87869063581947, "W31": -102.87869063581947, "S31": -102.87869063581947, "W32": -104.17822704896471, "S32": -109.17822704896471 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 503198.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.263115104933072, "S12": -6.263115104933072, "W13": -20.0, "S13": -24.030818622903798, "W21": -37.666005421612944, "S21": -40.651665654736, "W22": -73.589401346813915, "S22": -78.635924914851813, "W31": -96.461489579288084, "S31": -96.461489579288084, "W32": -100.8625365039633, "S32": -105.8625365039633 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51164555806120937, "S11": 0.51164555806120937, "W12": -9.0084221417239316, "S12": -9.0084221417239316, "W13": -25.791794494824725, "S13": -25.791794494824725, "W21": -35.80755669087489, "S21": -35.80755669087489, "W22": -41.077584068574758, "S22": -41.077584068574758, "W31": -69.815671849100752, "S31": -69.831833384058015, "W32": -80.266168906841401, "S32": -85.266168906841401 }, "geometry": { "type": "Point", "coordinates": [ 101935.0, 505484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5128895990126434, "S12": -8.5128895990126434, "W13": -19.639520958083832, "S13": -19.639520958083832, "W21": -49.672105439360031, "S21": -57.427156156100743, "W22": -74.980221224752214, "S22": -77.602759976323227, "W31": -105.81229178632969, "S31": -105.81229178632969, "W32": -105.81229178632969, "S32": -110.7750860289057 }, "geometry": { "type": "Point", "coordinates": [ 101936.0, 500814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46427255327976058, "S11": 0.46427255327976058, "W12": -8.3044175535792402, "S12": -8.3044175535792402, "W13": -18.707114813101899, "S13": -21.954578102920575, "W21": -50.0, "S21": -52.88197065674246, "W22": -42.430929033464302, "S22": -42.430929033464302, "W31": -70.0, "S31": -70.417529097898566, "W32": -90.195944768484821, "S32": -95.195944768484821 }, "geometry": { "type": "Point", "coordinates": [ 101936.0, 501533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3902162864074876, "S11": 2.3902162864074876, "W12": -5.0, "S12": -7.7833200198796355, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -34.776412616393991, "S21": -34.776412616393991, "W22": -61.247728457359777, "S22": -76.119594752624408, "W31": -89.176393566437085, "S31": -89.176393566437085, "W32": -95.961555670280504, "S32": -100.9615556702805 }, "geometry": { "type": "Point", "coordinates": [ 101936.0, 510228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.90304, "S11": 2.5791446979865769, "W12": -5.6130762209036966, "S12": -5.7986497265579775, "W13": -20.0, "S13": -22.292585702896623, "W21": -45.094052015400329, "S21": -56.716792540181672, "W22": -79.509778661992627, "S22": -88.01101149045104, "W31": -104.37506652474765, "S31": -104.37506652474765, "W32": -105.7386195826646, "S32": -110.7386195826646 }, "geometry": { "type": "Point", "coordinates": [ 101937.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4978987918052877, "S11": 2.4978987918052877, "W12": -4.9837683193194247, "S12": -14.229974753760594, "W13": -25.0, "S13": -25.0, "W21": -35.877337358789553, "S21": -39.710997952279854, "W22": -71.906915494820737, "S22": -101.90691549482074, "W31": -101.90691549482074, "S31": -101.90691549482074, "W32": -101.90691549482074, "S32": -104.7839921235914 }, "geometry": { "type": "Point", "coordinates": [ 101937.0, 507429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8377582339747374, "S12": -4.8377582339747374, "W13": -17.339920361775786, "S13": -18.025259029966698, "W21": -49.890802054279916, "S21": -59.967397953496217, "W22": -39.389374425023007, "S22": -43.879374765062977, "W31": -78.039468550596879, "S31": -78.039468550596879, "W32": -96.760032645367502, "S32": -101.7600326453675 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 498983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0309485179408631, "S11": 4.0149485179407955, "W12": -6.861589276203631, "S12": -8.3997837206488839, "W13": -19.143900478736565, "S13": -21.248662383499298, "W21": -46.550773104663257, "S21": -78.370738607036429, "W22": -39.680897216427091, "S22": -40.785355019840964, "W31": -76.469616774373534, "S31": -76.469616774373534, "W32": -96.418245451514707, "S32": -101.41824545151471 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 500129.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1182997610105838, "S11": 2.1182997610105838, "W12": -10.31858407079646, "S12": -10.31858407079646, "W13": -19.377059846891417, "S13": -19.649015767447857, "W21": -44.302717618245893, "S21": -69.302717618245893, "W22": -72.173676361409434, "S22": -89.437373691537232, "W31": -96.857613956704427, "S31": -96.857613956704427, "W32": -100.15944017054407, "S32": -105.15944017054407 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 503013.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7755553442590521, "S12": -8.841012765715428, "W13": -15.0, "S13": -17.645339922701879, "W21": -34.109615953182569, "S21": -34.224201438029127, "W22": -50.0, "S22": -50.10416771831499, "W31": -69.185313777712608, "S31": -72.948994249901645, "W32": -84.176258726595421, "S32": -89.176258726595421 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28943899223670722, "S11": -0.28943899223670722, "W12": -6.3240103082300827, "S12": -13.629577841312532, "W13": -20.0, "S13": -24.737406831026291, "W21": -34.954100966087154, "S21": -37.023230189667188, "W22": -80.0, "S22": -89.830045790771393, "W31": -104.12080894092604, "S31": -104.12080894092604, "W32": -105.69772070626003, "S32": -110.69772070626003 }, "geometry": { "type": "Point", "coordinates": [ 101938.0, 504112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3047210300429182, "S11": 2.3047210300429182, "W12": -7.9928439944776803, "S12": -7.9928439944776803, "W13": -19.506798399907598, "S13": -20.377733109847089, "W21": -45.604418747035467, "S21": -70.604418747035467, "W22": -70.0, "S22": -73.089046493301808, "W31": -100.0, "S31": -100.0, "W32": -104.89057653117564, "S32": -109.89057653117564 }, "geometry": { "type": "Point", "coordinates": [ 101939.0, 502897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -12.880682384060592, "W13": -27.142162537624536, "S13": -27.142162537624536, "W21": -39.338095023841866, "S21": -39.338095023841866, "W22": -72.886565395045835, "S22": -100.66595866760164, "W31": -100.91013407416355, "S31": -100.91013407416355, "W32": -101.34141414141413, "S32": -106.34141414141413 }, "geometry": { "type": "Point", "coordinates": [ 101939.0, 509247.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9747059282371295, "S11": 3.9747059282371295, "W12": -7.0009767135179413, "S12": -8.0738933801846091, "W13": -19.114100010483277, "S13": -20.98925992519543, "W21": -46.827591036622486, "S21": -77.802202938304248, "W22": -39.342686292548301, "S22": -44.799550577664363, "W31": -78.420210608393234, "S31": -78.420210608393234, "W32": -96.988055073691115, "S32": -101.98805507369111 }, "geometry": { "type": "Point", "coordinates": [ 101940.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6533828705514271, "S11": 2.6533828705514271, "W12": -6.8211152750016746, "S12": -6.8211152750016746, "W13": -19.90044338335607, "S13": -21.348498900739607, "W21": -49.81934485934017, "S21": -64.819344859340177, "W22": -42.273015165657704, "S22": -42.273015165657704, "W31": -70.683421902868147, "S31": -70.93208335220325, "W32": -90.205454339187654, "S32": -95.205454339187654 }, "geometry": { "type": "Point", "coordinates": [ 101940.0, 500422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24996087228714531, "S11": -0.24996087228714531, "W12": -9.5891047492232566, "S12": -9.5891047492232566, "W13": -19.07017707666478, "S13": -22.122940075737475, "W21": -47.882990374084962, "S21": -67.709057957969648, "W22": -41.675146678468288, "S22": -42.352073670659834, "W31": -75.180517818363796, "S31": -75.917550104177408, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101940.0, 501087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0700568049567041, "S12": -9.9428914820544954, "W13": -20.0, "S13": -20.442523299510345, "W21": -33.516218707175454, "S21": -34.17142530045097, "W22": -43.172435641600586, "S22": -46.275408826827082, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101940.0, 503923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8063405261601002, "S11": 1.8063405261601002, "W12": -4.9821598674644845, "S12": -17.020448976377473, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -35.991669571845406, "S21": -39.805301492783627, "W22": -72.257385720820267, "S22": -76.244926999713925, "W31": -96.266510433657217, "S31": -96.266510433657217, "W32": -100.78222778473106, "S32": -105.78222778473106 }, "geometry": { "type": "Point", "coordinates": [ 101940.5, 507383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.284286698828396, "W13": -24.623198562113927, "S13": -24.623198562113927, "W21": -36.237606509239527, "S21": -37.527677053629255, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 101941.0, 507079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42087934435293928, "S11": 0.42087934435293928, "W12": -7.5087481948390362, "S12": -7.5087481948390362, "W13": -17.219025054760245, "S13": -18.847352415906904, "W21": -29.319137963945288, "S21": -29.715834248180183, "W22": -74.313934896887517, "S22": -80.952077917451334, "W31": -96.244846084142438, "S31": -96.244846084142438, "W32": -100.66228619107217, "S32": -105.66228619107217 }, "geometry": { "type": "Point", "coordinates": [ 101941.25, 497260.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39196671410309097, "S11": 0.39196671410309097, "W12": -9.0798018773764664, "S12": -9.0798018773764664, "W13": -17.821307972776186, "S13": -21.535544467320975, "W21": -50.876888723483333, "S21": -52.909337643735107, "W22": -43.88064763340217, "S22": -44.655944226614416, "W31": -69.253215922606316, "S31": -71.99366326650194, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101941.4, 501453.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63049862009675239, "S11": -0.63049862009675239, "W12": -15.0, "S12": -15.0, "W13": -21.799718216415627, "S13": -21.799718216415627, "W21": -41.84332321153051, "S21": -44.265977084589302, "W22": -43.184648006963464, "S22": -46.67345940911548, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101941.69230769231217, 513160.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48780978554252113, "S11": 0.48780978554252113, "W12": -8.3962264150943398, "S12": -8.3962264150943398, "W13": -18.837602876214184, "S13": -22.427069784084001, "W21": -49.977220956719826, "S21": -52.895960065006243, "W22": -71.861223113315262, "S22": -96.262631564019486, "W31": -96.262631564019486, "S31": -96.262631564019486, "W32": -99.753915457362069, "S32": -104.75391545736207 }, "geometry": { "type": "Point", "coordinates": [ 101942.0, 501551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.849741690223226, "S11": 2.849741690223226, "W12": -3.3062997563716583, "S12": -4.0910846559091381, "W13": -21.143334532928897, "S13": -21.143334532928897, "W21": -34.0969843426913, "S21": -37.242790701021931, "W22": -39.33003679852807, "S22": -42.643920659261639, "W31": -77.13574475747555, "S31": -77.13574475747555, "W32": -96.570399047946964, "S32": -101.57039904794696 }, "geometry": { "type": "Point", "coordinates": [ 101942.0, 508158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4098953854712114, "S11": 0.4098953854712114, "W12": -8.1463714637809446, "S12": -8.1463714637809446, "W13": -17.588027264705641, "S13": -19.263420957537669, "W21": -28.446839608165387, "S21": -28.446839608165387, "W22": -43.500465536086253, "S22": -43.500465536086253, "W31": -69.432127916929886, "S31": -72.047746737725276, "W32": -90.078248063445784, "S32": -95.078248063445784 }, "geometry": { "type": "Point", "coordinates": [ 101942.947368421053397, 497118.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1282007511095942, "S11": 2.1282007511095942, "W12": -10.12721238938053, "S12": -10.12721238938053, "W13": -19.338811561891717, "S13": -19.565410070229937, "W21": -44.283348048641244, "S21": -69.283348048641244, "W22": -69.138038163878647, "S22": -75.1973141819782, "W31": -100.16808370911957, "S31": -100.16808370911957, "W32": -102.80129099615513, "S32": -107.80129099615513 }, "geometry": { "type": "Point", "coordinates": [ 101943.0, 503022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4971548624559903, "S12": -13.37835109350884, "W13": -15.0, "S13": -19.376785391430122, "W21": -34.474359774302449, "S21": -35.655095088054054, "W22": -38.118460724502114, "S22": -38.118460724502114, "W31": -70.380645109644732, "S31": -70.380645109644732, "W32": -78.980796377213991, "S32": -83.980796377213991 }, "geometry": { "type": "Point", "coordinates": [ 101943.0, 504060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.1909744931982384, "S12": -4.1909744931982384, "W13": -22.028521812645941, "S13": -22.028521812645941, "W21": -34.511829961013902, "S21": -37.783347169559619, "W22": -69.49611414311191, "S22": -90.765917647562446, "W31": -101.63013853868601, "S31": -101.63013853868601, "W32": -101.63013853868601, "S32": -106.45824020754998 }, "geometry": { "type": "Point", "coordinates": [ 101943.333333333328483, 507988.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7959791746237208, "S12": -7.7959791746237208, "W13": -19.891785806396147, "S13": -19.891785806396147, "W21": -50.510134484220259, "S21": -65.510134484220259, "W22": -76.286612168396573, "S22": -77.207142105350187, "W31": -105.33604838938153, "S31": -105.33604838938153, "W32": -105.33604838938153, "S32": -110.264192139738 }, "geometry": { "type": "Point", "coordinates": [ 101943.5, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3693164255772712, "S11": 2.3693164255772712, "W12": -5.0, "S12": -7.6652512935508881, "W13": -27.683597817111277, "S13": -27.683597817111277, "W21": -35.547353634316941, "S21": -35.547353634316941, "W22": -70.0, "S22": -94.298349467233095, "W31": -100.71554977721117, "S31": -100.71554977721117, "W32": -103.71191511148143, "S32": -108.71191511148143 }, "geometry": { "type": "Point", "coordinates": [ 101943.5, 510445.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0244403050983539, "S11": 2.5244403050983539, "W12": -5.0, "S12": -5.0, "W13": -19.989992707236041, "S13": -21.125970956440064, "W21": -48.735853099494186, "S21": -68.883137338081326, "W22": -40.0, "S22": -47.342563618554991, "W31": -79.080997354293288, "S31": -79.080997354293288, "W32": -97.431874991463033, "S32": -102.43187499146303 }, "geometry": { "type": "Point", "coordinates": [ 101944.0, 499696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7521189279731995, "S11": 1.7521189279731995, "W12": -5.0, "S12": -5.0043423271500842, "W13": -20.0, "S13": -21.953543776057177, "W21": -45.69625801089547, "S21": -76.286612168396573, "W22": -74.211711007596833, "S22": -86.877614897757013, "W31": -100.0, "S31": -100.0, "W32": -105.35672992865402, "S32": -110.35672992865402 }, "geometry": { "type": "Point", "coordinates": [ 101944.0, 499963.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6306380447862354, "S11": 2.6040806919779409, "W12": -7.3476656335379866, "S12": -7.3476656335379866, "W13": -19.92755798090041, "S13": -19.92755798090041, "W21": -50.472990189833098, "S21": -65.472990189833098, "W22": -70.549758511716647, "S22": -78.221383225675453, "W31": -100.0, "S31": -100.0, "W32": -105.11191167761766, "S32": -110.11191167761766 }, "geometry": { "type": "Point", "coordinates": [ 101944.0, 500548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48740745951078879, "S11": -0.48740745951078879, "W12": -6.1090243761865262, "S12": -6.1090243761865262, "W13": -20.008379511919507, "S13": -23.594867871742551, "W21": -37.33441761349966, "S21": -40.0, "W22": -80.0, "S22": -99.879653419046903, "W31": -100.64139190205135, "S31": -100.64139190205135, "W32": -102.76045197740113, "S32": -107.76045197740113 }, "geometry": { "type": "Point", "coordinates": [ 101944.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5151119728271025, "S12": -11.751475609190738, "W13": -18.299520347887324, "S13": -21.541241920682221, "W21": -49.133088459458712, "S21": -69.391500599331152, "W22": -40.449887209419742, "S22": -43.143003844218981, "W31": -66.072284877009139, "S31": -66.761321762255037, "W32": -90.162568747978, "S32": -95.162568747978 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 500262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.583196454178073, "S11": 2.583196454178073, "W12": -6.5039558303319867, "S12": -6.5039558303319867, "W13": -19.579573075414917, "S13": -22.058685346955386, "W21": -49.629300519839504, "S21": -64.629300519839504, "W22": -40.432692016011103, "S22": -40.432692016011103, "W31": -72.055807821883704, "S31": -72.06395460567515, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 500359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5321663107852226, "S12": -6.5321663107852226, "W13": -16.717140035692154, "S13": -20.194808112796057, "W21": -60.0, "S21": -78.286609102883062, "W22": -48.429286787001224, "S22": -48.429286787001224, "W31": -69.349833898082963, "S31": -71.258716087322298, "W32": -82.824950045637323, "S32": -87.824950045637323 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 502470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43709908597700359, "S11": 0.43709908597700359, "W12": -9.1981118373275219, "S12": -18.163755176594037, "W13": -22.298779963914427, "S13": -22.298779963914427, "W21": -37.548565563345797, "S21": -38.303694319549152, "W22": -80.0, "S22": -99.432959829528471, "W31": -100.82577817247939, "S31": -100.82577817247939, "W32": -102.66028729302572, "S32": -107.66028729302572 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 504859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3470658135223008, "S12": -16.215694164803267, "W13": -25.0, "S13": -25.0, "W21": -36.951290116007748, "S21": -36.951290116007748, "W22": -71.835536857045398, "S22": -92.680607279580613, "W31": -95.023580306012093, "S31": -95.023580306012093, "W32": -99.737104922337139, "S32": -104.73710492233714 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4752249675307292, "S11": 2.4752249675307292, "W12": -10.0, "S12": -11.575613618368964, "W13": -30.0, "S13": -30.0, "W21": -34.784367654973025, "S21": -34.784367654973025, "W22": -40.463678482331332, "S22": -55.001276611611445, "W31": -78.393349840820662, "S31": -78.742618922398023, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101945.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0522030429197526, "S12": -6.0522030429197526, "W13": -16.39783948993264, "S13": -18.942768604533985, "W21": -60.0, "S21": -77.822142873034153, "W22": -62.664018600289538, "S22": -71.523757872239017, "W31": -89.531666980962981, "S31": -89.531666980962981, "W32": -96.086218119415278, "S32": -101.08621811941528 }, "geometry": { "type": "Point", "coordinates": [ 101945.777777777781012, 502422.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1353704335950838, "S11": 2.1353704335950838, "W12": -10.0, "S12": -10.003526590492312, "W13": -19.316313894201219, "S13": -19.516326464384743, "W21": -44.276159498874073, "S21": -69.27615949887408, "W22": -39.270607175713074, "S22": -43.784635893323014, "W31": -77.663624011095834, "S31": -77.663624011095834, "W32": -96.69022073185721, "S32": -101.69022073185721 }, "geometry": { "type": "Point", "coordinates": [ 101946.0, 503027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50365779446522452, "S11": 0.50365779446522452, "W12": -9.1158253899602784, "S12": -14.115825389960278, "W13": -25.359792359107612, "S13": -25.359792359107612, "W21": -37.213229777455211, "S21": -37.213229777455211, "W22": -52.745677813070515, "S22": -53.89819245157814, "W31": -85.537755316284631, "S31": -85.537755316284631, "W32": -95.446821420581273, "S32": -100.44682142058127 }, "geometry": { "type": "Point", "coordinates": [ 101946.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5958653367212507, "S11": 2.5958653367212507, "W12": -4.882864085310648, "S12": -4.882864085310648, "W13": -17.486637697105564, "S13": -18.053181627190089, "W21": -52.485265298575221, "S21": -62.664018600289538, "W22": -73.119670860413805, "S22": -85.030426009155221, "W31": -100.0, "S31": -100.0, "W32": -105.28961394207722, "S32": -110.28961394207722 }, "geometry": { "type": "Point", "coordinates": [ 101946.333333333328483, 499028.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6364482355007839, "S12": -12.674340005768819, "W13": -15.0, "S13": -19.05651780871456, "W21": -34.107837531694301, "S21": -34.580948063685767, "W22": -41.47111332618195, "S22": -42.853571918139416, "W31": -77.491851911395827, "S31": -77.991851911395827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101946.4, 504019.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.5921665322156358, "S12": -4.5921665322156358, "W13": -15.574686513792276, "S13": -17.730254312153271, "W21": -42.864977948659956, "S21": -52.745677813070515, "W22": -42.858294505331671, "S22": -46.043748062553512, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101947.0, 498566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3982243491220832, "S12": -11.971062273529515, "W13": -18.41345281464789, "S13": -21.601169410720281, "W21": -49.399525959317884, "S21": -68.295867869735005, "W22": -46.780749709198304, "S22": -50.72367028310498, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101947.0, 500286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.956160241874526, "S12": -21.218963275933323, "W13": -24.586136125600543, "S13": -24.586136125600543, "W21": -36.378130644096338, "S21": -36.616171373498709, "W22": -72.133325361227591, "S22": -96.268463916206713, "W31": -96.988546708508409, "S31": -96.988546708508409, "W32": -100.21521920474557, "S32": -105.21521920474557 }, "geometry": { "type": "Point", "coordinates": [ 101947.0, 506922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41857259063528435, "S11": 0.41857259063528435, "W12": -7.7354362784302477, "S12": -7.7354362784302477, "W13": -17.190984690040874, "S13": -18.810833679034989, "W21": -28.916738362787562, "S21": -29.150628318976199, "W22": -41.380518082922173, "S22": -43.073511917212052, "W31": -78.59469928536673, "S31": -79.050249811904848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101947.5, 497211.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5075351498769134, "S12": -9.5075351498769134, "W13": -18.049999, "S13": -20.039710499905031, "W21": -31.888479864626166, "S21": -31.888479864626166, "W22": -70.0, "S22": -77.830377574370715, "W31": -100.0, "S31": -100.0, "W32": -105.05573376385324, "S32": -110.05573376385324 }, "geometry": { "type": "Point", "coordinates": [ 101948.0, 496852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5452139898757471, "S12": -7.5452139898757471, "W13": -19.469962639825756, "S13": -20.310524565946011, "W21": -45.859927597460299, "S21": -70.859927597460299, "W22": -40.848508288051562, "S22": -41.814569299956325, "W31": -80.268313389391977, "S31": -80.268313389391977, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101948.0, 502887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -25.0, "W13": -25.0, "S13": -25.0, "W21": -36.433261948054209, "S21": -36.433261948054209, "W22": -80.421219454588822, "S22": -80.421219454588822, "W31": -105.29151144225652, "S31": -105.29151144225652, "W32": -105.8860353130016, "S32": -110.8860353130016 }, "geometry": { "type": "Point", "coordinates": [ 101948.0, 506846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6133489766653626, "S11": 2.6133489766653626, "W12": -6.5453313985834205, "S12": -6.5453313985834205, "W13": -19.896755236626849, "S13": -22.107487681315593, "W21": -49.69389473038342, "S21": -64.69389473038342, "W22": -80.0, "S22": -98.058780348549519, "W31": -100.0643282231303, "S31": -100.0643282231303, "W32": -101.22872072680396, "S32": -106.22872072680396 }, "geometry": { "type": "Point", "coordinates": [ 101949.25, 500375.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3344976839100795, "S12": -5.3344976839100795, "W13": -17.465305281068687, "S13": -18.018341625824657, "W21": -34.565407259342422, "S21": -36.563477086194538, "W22": -77.101090043013627, "S22": -101.06687892440007, "W31": -101.06687892440007, "S31": -101.06687892440007, "W32": -102.22509963852072, "S32": -107.22509963852072 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 497832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5, "S11": 4.3, "W12": -6.5, "S12": -6.8, "W13": -19.8, "S13": -23.4, "W21": -45.637260851742766, "S21": -80.421219454588822, "W22": -72.629739136658429, "S22": -99.396672344560585, "W31": -99.396672344560585, "S31": -99.396672344560585, "W32": -101.09005468532764, "S32": -106.09005468532764 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9760167604313175, "S12": -6.9760167604313175, "W13": -17.494253607457541, "S13": -19.715026679568101, "W21": -60.0, "S21": -65.883958895283428, "W22": -71.942504280415775, "S22": -71.942504280415775, "W31": -95.38464266085137, "S31": -95.38464266085137, "W32": -99.815587160504819, "S32": -104.81558716050482 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3862964712232646, "S12": -5.3862964712232646, "W13": -18.603169326241137, "S13": -19.758102926126899, "W21": -49.906562542814086, "S21": -72.372839504595873, "W22": -50.0, "S22": -50.0, "W31": -69.190734800322517, "S31": -73.801203987997837, "W32": -84.01675561147151, "S32": -89.01675561147151 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 502656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.548565475236416, "S11": 1.548565475236416, "W12": -6.4559611362256257, "S12": -6.4559611362256257, "W13": -20.035411569462024, "S13": -20.076155534638122, "W21": -47.278622600702889, "S21": -72.278622600702889, "W22": -72.1460421439226, "S22": -100.15350921824057, "W31": -100.15350921824057, "S31": -100.15350921824057, "W32": -100.50462508110112, "S32": -105.50462508110112 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 502786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2453055650392626, "S11": 2.2453055650392626, "W12": -10.0, "S12": -10.0, "W13": -19.323173440875248, "S13": -19.539066342911617, "W21": -44.628618778826926, "S21": -69.628618778826933, "W22": -74.588553996951461, "S22": -75.684273763600302, "W31": -105.39569935121966, "S31": -105.39569935121966, "W32": -105.39569935121966, "S32": -110.34497816593887 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 503001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -13.0, "W13": -27.596260708497468, "S13": -27.596260708497468, "W21": -38.817269449068093, "S21": -38.817269449068093, "W22": -74.113931813554771, "S22": -74.113931813554771, "W31": -105.99931074095349, "S31": -105.99931074095349, "W32": -105.99931074095349, "S32": -110.99917412250517 }, "geometry": { "type": "Point", "coordinates": [ 101950.666666666671517, 509312.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4280701754385965, "S11": 2.4280701754385965, "W12": -7.0140181161864907, "S12": -7.0140181161864907, "W13": -19.768761189394443, "S13": -20.387019994301447, "W21": -46.283727149748636, "S21": -71.283727149748628, "W22": -72.456069053325805, "S22": -72.456069053325805, "W31": -95.919880841424018, "S31": -95.919880841424018, "W32": -100.4630788485607, "S32": -105.4630788485607 }, "geometry": { "type": "Point", "coordinates": [ 101950.75, 502852.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6800603015075375, "S11": 1.6800603015075375, "W12": -5.0, "S12": -5.0050044318383264, "W13": -20.0, "S13": -22.251786777843954, "W21": -45.613081053704654, "S21": -74.588553996951461, "W22": -41.891110985108682, "S22": -41.891110985108682, "W31": -71.982914158420428, "S31": -71.988828791931894, "W32": -90.390490268352053, "S32": -95.390490268352053 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0112, "S11": 2.8088939597315434, "W12": -5.8448387096774193, "S12": -6.0285440408567403, "W13": -20.418526315789475, "S13": -22.465383458646617, "W21": -44.895694193447, "S21": -68.937402237141143, "W22": -51.166159789420078, "S22": -52.060282549300538, "W31": -84.696045216309145, "S31": -84.696045216309145, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3787090860850536, "S11": 0.3787090860850536, "W12": -8.811328317720875, "S12": -8.811328317720875, "W13": -18.017522116797796, "S13": -21.447617505741565, "W21": -50.170078154075178, "S21": -52.250300897303653, "W22": -72.136713239427763, "S22": -100.20515162136567, "W31": -100.20515162136567, "S31": -100.20515162136567, "W32": -100.47186949670962, "S32": -105.47186949670962 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 501481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63570649453949646, "S11": 0.63570649453949646, "W12": -4.980088852608235, "S12": -21.669441101653426, "W13": -25.0, "S13": -25.0, "W21": -36.180582987154523, "S21": -39.912571833988061, "W22": -72.082918433555619, "S22": -90.341807463038094, "W31": -96.478467457404747, "S31": -96.478467457404747, "W32": -99.975455424388144, "S32": -104.97545542438814 }, "geometry": { "type": "Point", "coordinates": [ 101951.0, 507308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7794346134996193, "S11": 2.7794346134996193, "W12": -4.501664620672722, "S12": -4.501664620672722, "W13": -15.019437126649077, "S13": -17.678281780230897, "W21": -41.222435824946288, "S21": -51.166159789420078, "W22": -71.641507602247643, "S22": -101.64150760224766, "W31": -101.64150760224766, "S31": -101.64150760224766, "W32": -101.64150760224766, "S32": -104.60155801349244 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 498471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0554685918628968, "S12": -7.0554685918628968, "W13": -19.729590397649886, "S13": -20.354742752220524, "W21": -46.267801777358422, "S21": -71.267801777358414, "W22": -48.046492726985576, "S22": -49.695469189264166, "W31": -68.940501932003158, "S31": -69.473145800067613, "W32": -88.809781762709761, "S32": -93.809781762709761 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 502856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1432811780947976, "S12": -9.1432811780947976, "W13": -19.399940001977207, "S13": -19.915194095829023, "W21": -45.525242118091832, "S21": -70.525242118091825, "W22": -45.70380001712968, "S22": -45.70380001712968, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 502923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0734019501625136, "S11": 2.0734019501625136, "W12": -8.0566364029399047, "S12": -8.2740277072877308, "W13": -19.234086035801102, "S13": -19.32907472263593, "W21": -43.896044059700962, "S21": -68.896044059700955, "W22": -42.889769948806666, "S22": -43.882762204844788, "W31": -80.08025751940491, "S31": -80.08025751940491, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 503070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85821748733272707, "S11": 0.85821748733272707, "W12": -5.7811215260647923, "S12": -5.7811215260647923, "W13": -22.505197505197504, "S13": -22.505197505197504, "W21": -37.361551333009572, "S21": -41.391016786370869, "W22": -80.0, "S22": -99.65272029498081, "W31": -100.69938535604945, "S31": -100.69938535604945, "W32": -102.65318557149065, "S32": -107.65318557149065 }, "geometry": { "type": "Point", "coordinates": [ 101952.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58812019809854754, "S11": 0.58812019809854754, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -25.963207241980776, "S13": -25.963207241980776, "W21": -43.138523008619636, "S21": -45.70380001712968, "W22": -42.64208432218895, "S22": -45.910018251406136, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101952.076923076921958, 512415.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45639602163143372, "S11": 0.45639602163143372, "W12": -5.9664825220128286, "S12": -5.9664825220128286, "W13": -17.362347985026418, "S13": -18.349194853615774, "W21": -31.169907258857318, "S21": -32.588402228498687, "W22": -73.998832155355473, "S22": -78.480891522641485, "W31": -104.41487945151147, "S31": -104.41487945151147, "W32": -104.41487945151147, "S32": -109.15871262917094 }, "geometry": { "type": "Point", "coordinates": [ 101953.0, 497608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4324652950336292, "S12": -6.4324652950336292, "W13": -16.42508643532036, "S13": -19.42508643532036, "W21": -60.0, "S21": -78.43622772475473, "W22": -80.24765252136595, "S22": -100.93940761502103, "W31": -100.93940761502103, "S31": -100.93940761502103, "W32": -102.70261033538365, "S32": -107.70261033538365 }, "geometry": { "type": "Point", "coordinates": [ 101953.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41626583691762942, "S11": 0.41626583691762942, "W12": -7.9621243620214592, "S12": -7.9621243620214592, "W13": -17.287607458620549, "S13": -18.898978075462114, "W21": -28.51433876162984, "S21": -28.585422389772202, "W22": -40.435482632891961, "S22": -54.409705796733768, "W31": -78.534842589317307, "S31": -79.034842589317307, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101953.75, 497162.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.714873063067795, "S13": -20.714873063067795, "W21": -43.496445625075069, "S21": -47.164110394520222, "W22": -41.880001, "S22": -41.880001, "W31": -71.980003, "S31": -71.980003, "W32": -90.480003, "S32": -95.480003 }, "geometry": { "type": "Point", "coordinates": [ 101953.838709677424049, 515936.048387096787337 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6559828080229226, "S11": 2.5576108749800412, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.0, "S13": -20.0, "W21": -46.402872559395874, "S21": -73.998832155355473, "W22": -80.0, "S22": -98.038253446072702, "W31": -100.05752955050326, "S31": -100.05752955050326, "W32": -101.15704743562198, "S32": -106.15704743562198 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 499903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096513075965130729, "S11": -0.096513075965130729, "W12": -5.9698400547923125, "S12": -5.9698400547923125, "W13": -16.933113070700056, "S13": -21.483653738307016, "W21": -60.0, "S21": -80.24765252136595, "W22": -77.055971550384427, "S22": -100.99562693838553, "W31": -100.99562693838553, "S31": -100.99562693838553, "W32": -102.21748076744831, "S32": -107.21748076744831 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 502532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1818724418260125, "S12": -14.629403416737588, "W13": -24.973517337438604, "S13": -24.973517337438604, "W21": -37.231754826431761, "S21": -37.231754826431761, "W22": -69.401151570362885, "S22": -71.109975099774644, "W31": -100.01948101420126, "S31": -100.01948101420126, "W32": -103.74079556315711, "S32": -108.74079556315711 }, "geometry": { "type": "Point", "coordinates": [ 101954.0, 505655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62, "S11": 0.62, "W12": -4.98, "S12": -21.680001, "W13": -27.27, "S13": -27.27, "W21": -36.18, "S21": -39.88, "W22": -42.488967739366643, "S22": -43.714495102755542, "W31": -80.502253022638655, "S31": -80.502253022638655, "W32": -95.612093087968219, "S32": -100.61209308796822 }, "geometry": { "type": "Point", "coordinates": [ 101954.1, 507308.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0652763127051106, "S12": -7.0652763127051106, "W13": -17.712031243349081, "S13": -20.007575200693715, "W21": -60.0, "S21": -65.824442236079094, "W22": -78.267848839097567, "S22": -95.672541228641222, "W31": -97.37500993242152, "S31": -97.37500993242152, "W32": -100.62627417245076, "S32": -105.62627417245076 }, "geometry": { "type": "Point", "coordinates": [ 101954.5, 501993.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58022598870065545, "S11": 0.58022598870065545, "W12": -5.4329813552842259, "S12": -5.4329813552842259, "W13": -18.507498522458548, "S13": -19.756606047804915, "W21": -49.987441201991203, "S21": -72.665411776806152, "W22": -40.428381510190682, "S22": -47.837561998506473, "W31": -79.140448104795553, "S31": -79.140448104795553, "W32": -97.461976342352912, "S32": -102.46197634235291 }, "geometry": { "type": "Point", "coordinates": [ 101954.666666666671517, 502655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9026794764148107, "S12": -7.9026794764148107, "W13": -19.882415642193948, "S13": -19.882415642193948, "W21": -50.621931717467533, "S21": -65.621931717467533, "W22": -39.192805703796978, "S22": -43.094335877311046, "W31": -76.988336081612317, "S31": -76.988336081612317, "W32": -96.555717920130292, "S32": -101.55571792013029 }, "geometry": { "type": "Point", "coordinates": [ 101954.75, 500697.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72892670682730931, "S11": 0.72892670682730931, "W12": -4.71752055660974, "S12": -4.71752055660974, "W13": -17.449155945419101, "S13": -18.355323131296565, "W21": -36.990841178167642, "S21": -42.488967739366643, "W22": -41.238057067223835, "S22": -45.039956764736502, "W31": -80.0, "S31": -80.396566186898397, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 498057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29828562838655015, "S11": 0.29828562838655015, "W12": -8.2116329337787377, "S12": -8.2116329337787377, "W13": -20.0, "S13": -22.092225728188904, "W21": -49.948690251147717, "S21": -50.839352110336804, "W22": -41.524222963653983, "S22": -42.738753794783911, "W31": -76.450286912214935, "S31": -77.450286912214935, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 501674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9947823122339452, "S12": -5.9947823122339452, "W13": -20.020137485422055, "S13": -23.920777858956058, "W21": -37.438535925295902, "S21": -40.428381510190682, "W22": -80.0, "S22": -101.43915821476925, "W31": -101.43915821476925, "S31": -101.43915821476925, "W32": -102.59923674403987, "S32": -107.59923674403987 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43777009507346587, "S11": -0.43777009507346587, "W12": -6.4102783259610234, "S12": -13.790450386591914, "W13": -15.0, "S13": -19.513469535346232, "W21": -34.262285296793728, "S21": -35.723732919264627, "W22": -40.0, "S22": -42.695400288848063, "W31": -74.719963873203312, "S31": -78.688734517609049, "W32": -96.063705437414256, "S32": -101.06370543741426 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 504062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.575897009153653, "W13": -24.763700319306352, "S13": -24.763700319306352, "W21": -36.543648710242415, "S21": -36.543648710242415, "W22": -54.781676522429422, "S22": -59.338001621846715, "W31": -86.616689679190941, "S31": -86.616689679190941, "W32": -96.142522801583198, "S32": -101.1425228015832 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 506747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6453445295134586, "S12": -17.862785409985424, "W13": -24.536719543582695, "S13": -24.536719543582695, "W21": -36.383292691512025, "S21": -36.868864367274043, "W22": -41.273372764106185, "S22": -41.273372764106185, "W31": -68.819976297580055, "S31": -71.012234910936073, "W32": -94.93518354003055, "S32": -99.93518354003055 }, "geometry": { "type": "Point", "coordinates": [ 101955.0, 506999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056039850560398508, "S11": 0.056039850560398508, "W12": -5.7656661697755931, "S12": -5.7656661697755931, "W13": -17.045399452641199, "S13": -22.045399452641199, "W21": -58.050351288056213, "S21": -78.884337007098722, "W22": -47.86768107647336, "S22": -47.86768107647336, "W31": -83.038566245668861, "S31": -83.038566245668861, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101956.0, 502557.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12285340456850025, "S11": -0.12285340456850025, "W12": -5.8192825072489773, "S12": -15.799585186859989, "W13": -20.0, "S13": -24.243009436816731, "W21": -38.492039837144532, "S21": -40.0, "W22": -71.748640698426073, "S22": -92.684282621662391, "W31": -96.278991260424348, "S31": -96.278991260424348, "W32": -98.940680232917018, "S32": -103.94068023291702 }, "geometry": { "type": "Point", "coordinates": [ 101956.0, 504226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7682609782518122, "S11": 1.7682609782518122, "W12": -4.6672884149977207, "S12": -4.6672884149977207, "W13": -16.188538857039632, "S13": -17.582605084167568, "W21": -45.00791586565645, "S21": -54.781676522429422, "W22": -79.078601090300452, "S22": -90.644293235421969, "W31": -103.7891165513571, "S31": -103.7891165513571, "W32": -105.64436597110755, "S32": -110.64436597110755 }, "geometry": { "type": "Point", "coordinates": [ 101957.0, 498696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32269021152367566, "S11": 0.32269021152367566, "W12": -7.5764300485531653, "S12": -16.72806230982102, "W13": -19.882359207711154, "S13": -23.493174757446237, "W21": -38.273372764106185, "S21": -41.273372764106185, "W22": -80.0, "S22": -98.614213689087649, "W31": -100.83770740707135, "S31": -100.83770740707135, "W32": -102.11618988449918, "S32": -107.11618988449918 }, "geometry": { "type": "Point", "coordinates": [ 101957.0, 504585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5526842380347943, "S11": 3.5526842380347943, "W12": -4.451721512562389, "S12": -4.451721512562389, "W13": -16.184686971235195, "S13": -19.184686971235195, "W21": -38.696881216186945, "S21": -47.86768107647336, "W22": -77.721471339937821, "S22": -101.04130028434476, "W31": -101.04130028434476, "S31": -101.04130028434476, "W32": -102.3174013379428, "S32": -107.3174013379428 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 498282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3936306484263126, "S11": 3.0742668950876504, "W12": -5.0, "S12": -5.0, "W13": -18.981953711034862, "S13": -19.981953711034862, "W21": -60.000000000000007, "S21": -71.748640698426073, "W22": -40.0, "S22": -45.225313775895962, "W31": -69.229545481327847, "S31": -69.345145217829753, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 499465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0465714285714292, "S11": 4.0465714285714292, "W12": -7.1960001114285719, "S12": -7.6647501114285728, "W13": -19.5148548065835, "S13": -20.691187429184779, "W21": -47.256218511438391, "S21": -77.06152252178768, "W22": -71.047194562041625, "S22": -83.48140508835742, "W31": -100.0, "S31": -100.0, "W32": -105.14220552155891, "S32": -110.14220552155891 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.0, "W13": -15.377392491141636, "S13": -16.229622228617274, "W21": -60.0, "S21": -74.715447154471548, "W22": -70.27213937041958, "S22": -96.607722207187663, "W31": -100.60720025715202, "S31": -100.60720025715202, "W32": -103.56733092258725, "S32": -108.56733092258725 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 502340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2994129950745563, "S12": -5.2994129950745563, "W13": -18.124445921985817, "S13": -19.627658830739207, "W21": -51.838407494145194, "S21": -74.272215626151564, "W22": -69.907735231068315, "S22": -95.398194470229171, "W31": -101.83811655381477, "S31": -101.83811655381477, "W32": -101.83811655381477, "S32": -106.57906269446856 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 502634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2709457442677934, "S12": -16.622733629998194, "W13": -24.746455881089442, "S13": -24.746455881089442, "W21": -36.372095677023019, "S21": -36.372095677023019, "W22": -70.452624943062176, "S22": -83.305126917360397, "W31": -100.86873191899711, "S31": -100.86873191899711, "W32": -102.47792377521105, "S32": -107.47792377521105 }, "geometry": { "type": "Point", "coordinates": [ 101958.0, 505099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5848838383838384, "S11": 2.5848838383838384, "W12": -6.2695475221651673, "S12": -8.2744161960921367, "W13": -19.082910055781504, "S13": -22.056319427775456, "W21": -49.568444601426663, "S21": -66.174998373144277, "W22": -41.469583887172718, "S22": -42.876987324769622, "W31": -76.959140318249013, "S31": -77.695123581847341, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101958.5, 500329.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5975849799378925, "S11": 1.5975849799378925, "W12": -8.5317176625566571, "S12": -8.5317176625566571, "W13": -19.607049608355112, "S13": -19.607049608355112, "W21": -49.56809331665292, "S21": -61.692607805154012, "W22": -43.632372019885722, "S22": -43.632372019885722, "W31": -69.481123127275822, "S31": -69.785591294951018, "W32": -81.655329984651885, "S32": -86.655329984651885 }, "geometry": { "type": "Point", "coordinates": [ 101958.666666666671517, 500861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0008854275391408, "S11": 2.5746020012557147, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.0, "W21": -48.491873851528162, "S21": -69.907735231068315, "W22": -43.268255773386265, "S22": -46.618670074598803, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101959.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7990521325827817, "S12": -8.7990521325827817, "W13": -19.487971391417425, "S13": -19.487971391417425, "W21": -49.051310062904165, "S21": -68.783384815001796, "W22": -43.930981887729104, "S22": -44.228186189878926, "W31": -80.876260457330872, "S31": -80.876260457330872, "W32": -95.320379439363819, "S32": -100.32037943936382 }, "geometry": { "type": "Point", "coordinates": [ 101959.0, 500928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -19.815081056962967, "W13": -24.512011252573771, "S13": -24.512011252573771, "W21": -36.431371553867578, "S21": -36.628629639851873, "W22": -75.477850376715551, "S22": -93.910344655891748, "W31": -101.19191383244018, "S31": -101.19191383244018, "W32": -105.41366571726685, "S32": -110.41366571726685 }, "geometry": { "type": "Point", "coordinates": [ 101959.0, 506966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4407733895200892, "S11": 2.4407733895200892, "W12": -7.0985660325761852, "S12": -9.3309143044764813, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -33.788475429073223, "S21": -33.788475429073223, "W22": -40.850424698562222, "S22": -41.882553263790399, "W31": -80.2727906694696, "S31": -80.2727906694696, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101959.25, 510035.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41395908319997449, "S11": 0.41395908319997449, "W12": -8.1888124456126707, "S12": -8.1888124456126707, "W13": -17.593279341367172, "S13": -19.196171586056192, "W21": -28.111939160472119, "S21": -28.111939160472119, "W22": -71.241280932009502, "S22": -73.335186982252836, "W31": -93.469027290471686, "S31": -93.469027290471686, "W32": -98.023970700191356, "S32": -103.02397070019136 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 497114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.6574791192103264, "S12": -4.6574791192103264, "W13": -17.207563218390803, "S13": -18.609900880728464, "W21": -37.735458239080458, "S21": -43.930981887729104, "W22": -70.629833966721392, "S22": -70.629833966721392, "W31": -101.11093699774992, "S31": -101.11093699774992, "W32": -101.67362509272014, "S32": -106.67362509272014 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 498124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.53, "S11": 3.53, "W12": -8.2200003, "S12": -8.2200003, "W13": -18.219999, "S13": -18.219999, "W21": -49.220001, "S21": -72.282459764020231, "W22": -71.921906560056641, "S22": -84.562782070902287, "W31": -100.88857349921489, "S31": -100.88857349921489, "W32": -101.38196874675167, "S32": -106.38196874675167 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57687120701281225, "S11": 0.57687120701281225, "W12": -4.991465966039021, "S12": -4.991465966039021, "W13": -17.455770392749248, "S13": -18.068697703237305, "W21": -34.689702024724312, "S21": -36.630292430628373, "W22": -40.068977491904519, "S22": -44.075528689966085, "W31": -71.835730520500576, "S31": -71.889327486436656, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 497838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1750955926073567, "S11": 2.9559298898890223, "W12": -5.0, "S12": -5.0781602708803062, "W13": -18.538598829801142, "S13": -19.644481182742318, "W21": -60.0, "S21": -71.241280932009502, "W22": -72.029441853236975, "S22": -94.548421987363255, "W31": -96.426209598780204, "S31": -96.426209598780204, "W32": -99.962549611400505, "S32": -104.9625496114005 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 499339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10011481056257199, "S11": 0.10011481056257199, "W12": -9.0520896716674493, "S12": -9.0520896716674493, "W13": -19.346294076515832, "S13": -20.093097983943878, "W21": -48.577497262090034, "S21": -63.794888566437862, "W22": -75.433207362569846, "S22": -76.30706908157552, "W31": -104.5957659291158, "S31": -104.5957659291158, "W32": -104.5957659291158, "S32": -109.29100602140359 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 500993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09225386100386096, "S11": -0.09225386100386096, "W12": -9.2641707245608274, "S12": -9.2641707245608274, "W13": -19.266843971631207, "S13": -20.624494925541914, "W21": -48.36500662862413, "S21": -67.138124908194015, "W22": -72.113206271965396, "S22": -99.214576854167518, "W31": -99.214576854167518, "S31": -99.214576854167518, "W32": -100.84980999165818, "S32": -105.84980999165818 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 501043.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2844960169403841, "S12": -15.577849382113181, "W13": -25.330954865331126, "S13": -25.330954865331126, "W21": -35.616737777317908, "S21": -35.616737777317908, "W22": -76.499456916603975, "S22": -76.499456916603975, "W31": -104.70313813260802, "S31": -104.70313813260802, "W32": -104.70313813260802, "S32": -109.42151344590364 }, "geometry": { "type": "Point", "coordinates": [ 101961.0, 505257.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.79453809844909, "S11": 2.79453809844909, "W12": -9.2144230769230777, "S12": -9.2144230769230777, "W13": -19.343176702131409, "S13": -19.721863284452738, "W21": -45.644709953688654, "S21": -70.644709953688647, "W22": -48.08991364685096, "S22": -48.08991364685096, "W31": -82.639108178634658, "S31": -82.639108178634658, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101961.5, 502926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5344874371859296, "S11": 2.5055734839641892, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.61297647409172, "W21": -46.214141706004192, "S21": -75.433207362569846, "W22": -70.0, "S22": -79.267051541483156, "W31": -100.20512586091304, "S31": -100.20512586091304, "W32": -104.04548119198827, "S32": -109.04548119198827 }, "geometry": { "type": "Point", "coordinates": [ 101962.25, 499921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0927231928193621, "S11": 2.0927231928193621, "W12": -6.7881839956818029, "S12": -6.7881839956818029, "W13": -20.043085658465188, "S13": -20.064280751460835, "W21": -47.113206271965396, "S21": -72.113206271965396, "W22": -75.479924260408239, "S22": -84.245991330008152, "W31": -95.819634764404483, "S31": -95.819634764404483, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101962.5, 502808.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4177498604132155, "S11": 2.4177498604132155, "W12": -5.0, "S12": -5.0007437609564889, "W13": -20.0, "S13": -20.876216001588261, "W21": -46.12403604118375, "S21": -76.499456916603975, "W22": -41.161904633496491, "S22": -41.161904633496491, "W31": -74.236922325021922, "S31": -79.236922325021922, "W32": -95.968766566651922, "S32": -100.96876656665192 }, "geometry": { "type": "Point", "coordinates": [ 101962.666666666671517, 499929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7337713731053537, "S11": 3.7337713731053537, "W12": -4.4694577446916508, "S12": -4.4694577446916508, "W13": -16.957314285714286, "S13": -19.052033310765065, "W21": -38.08991364685096, "S21": -48.08991364685096, "W22": -50.0, "S22": -50.676448431024845, "W31": -69.049694709918739, "S31": -70.82565703986802, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 498238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1084632913064407, "S12": -8.1084632913064407, "W13": -19.776826347305391, "S13": -19.776826347305391, "W21": -50.351797115157247, "S21": -51.845359783723737, "W22": -40.178252392215981, "S22": -40.178252392215981, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 500764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48487608557509004, "S11": 0.48487608557509004, "W12": -8.6015538290788012, "S12": -8.6015538290788012, "W13": -18.906836090909891, "S13": -22.091602928903367, "W21": -50.628895941623377, "S21": -52.576881627450206, "W22": -40.838570360436293, "S22": -41.794838992628755, "W31": -80.26341162677879, "S31": -80.26341162677879, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 501577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087799160442675689, "S11": -0.087799160442675689, "W12": -5.8605587488492814, "S12": -16.110705716454472, "W13": -20.0, "S13": -25.994297005336207, "W21": -36.999518594341296, "S21": -41.161904633496491, "W22": -80.0, "S22": -98.576608173276298, "W31": -98.576608173276298, "S31": -98.576608173276298, "W32": -100.77069020374975, "S32": -105.77069020374975 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 504256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5479897412526884, "S11": -0.5479897412526884, "W12": -10.0, "S12": -12.207484555326745, "W13": -25.528889535729878, "S13": -25.528889535729878, "W21": -39.067752773840972, "S21": -40.617003765219955, "W22": -40.345013263694497, "S22": -40.345013263694497, "W31": -73.064547629510272, "S31": -73.326824821216348, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.0, 509036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7884102614959485, "S11": 1.7884102614959485, "W12": -11.244922070950141, "S12": -11.244922070950141, "W13": -27.15780543468869, "S13": -27.15780543468869, "W21": -40.178252392215981, "S21": -40.178252392215981, "W22": -41.064301986945551, "S22": -51.064301986945551, "W31": -77.388438634394575, "S31": -77.713993083566294, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101963.4, 511685.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.730159189794247, "S13": -20.730159189794247, "W21": -43.51545253244884, "S21": -46.983763486957059, "W22": -71.258694131119555, "S22": -74.85629100637361, "W31": -93.550655218798852, "S31": -93.550655218798852, "W32": -98.08126718928969, "S32": -103.08126718928969 }, "geometry": { "type": "Point", "coordinates": [ 101963.870967741939239, 515984.838709677394945 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52966958867161162, "S11": 0.52966958867161162, "W12": -5.0, "S12": -5.0, "W13": -17.448983814076364, "S13": -18.059716939725377, "W21": -34.514220824112961, "S21": -36.637127437794483, "W22": -50.0, "S22": -50.0, "W31": -69.172533237000835, "S31": -74.007231004996939, "W32": -84.021479233877756, "S32": -89.021479233877756 }, "geometry": { "type": "Point", "coordinates": [ 101964.0, 497827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10199735438147722, "S11": 0.10199735438147722, "W12": -8.0147376694831998, "S12": -8.0147376694831998, "W13": -20.0, "S13": -22.393830490013094, "W21": -54.388813712223723, "S21": -57.60796946297625, "W22": -71.680062119975588, "S22": -97.268844270579862, "W31": -97.268844270579862, "S31": -97.268844270579862, "W32": -99.635785970148618, "S32": -104.63578597014862 }, "geometry": { "type": "Point", "coordinates": [ 101964.0, 501752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3882884144144167, "S12": -16.390537548121287, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.120644788636127, "S21": -37.120644788636127, "W22": -69.664264976847107, "S22": -73.591241245479722, "W31": -100.11208630462609, "S31": -100.11208630462609, "W32": -104.0257299612942, "S32": -109.0257299612942 }, "geometry": { "type": "Point", "coordinates": [ 101964.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.232512604630672, "W13": -25.0, "S13": -25.0, "W21": -36.680302070535205, "S21": -36.680302070535205, "W22": -71.648444399439896, "S22": -95.484824938640386, "W31": -95.484824938640386, "S31": -95.484824938640386, "W32": -99.613709595638113, "S32": -104.61370959563811 }, "geometry": { "type": "Point", "coordinates": [ 101964.0, 506628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2025365909423176, "S11": 2.9725523175846815, "W12": -5.0, "S12": -5.0, "W13": -18.5740686590321, "S13": -19.635031225877068, "W21": -59.999999999999993, "S21": -71.258694131119555, "W22": -70.0, "S22": -86.458962196349006, "W31": -90.23912735138201, "S31": -90.23912735138201, "W32": -98.68093373757641, "S32": -103.68093373757641 }, "geometry": { "type": "Point", "coordinates": [ 101964.333333333328483, 499351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7741877794807746, "S11": 1.7741877794807746, "W12": -10.0, "S12": -13.0, "W13": -27.713018702889055, "S13": -27.713018702889055, "W21": -38.854188580938235, "S21": -38.854188580938235, "W22": -75.264760321713794, "S22": -75.264760321713794, "W31": -105.52610703459217, "S31": -105.52610703459217, "W32": -105.52610703459217, "S32": -110.52401746724891 }, "geometry": { "type": "Point", "coordinates": [ 101964.444444444437977, 509332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2072047670639221, "S11": 2.2072047670639221, "W12": -8.6655137627900274, "S12": -8.6655137627900274, "W13": -19.175709095950257, "S13": -19.20996284605501, "W21": -44.249103650330426, "S21": -69.249103650330426, "W22": -70.448144121317441, "S22": -83.379438543027547, "W31": -100.83345387335262, "S31": -100.83345387335262, "W32": -102.31863939811382, "S32": -107.31863939811382 }, "geometry": { "type": "Point", "coordinates": [ 101965.0, 503057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0093797782059006, "S12": -8.0093797782059006, "W13": -19.825089820359281, "S13": -19.825089820359281, "W21": -50.524219218946101, "S21": -56.104303765681657, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101966.0, 500745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1979956663055256, "S11": 2.1979956663055256, "W12": -8.3491857616371234, "S12": -8.3491857616371234, "W13": -19.162192495929123, "S13": -19.179204144299188, "W21": -44.187598240466407, "S21": -69.1875982404664, "W22": -76.586894675962114, "S22": -94.771554767543662, "W31": -102.20666419058736, "S31": -102.20666419058736, "W32": -105.46863455627309, "S32": -110.46863455627309 }, "geometry": { "type": "Point", "coordinates": [ 101966.0, 503064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34714496951952645, "S11": 0.34714496951952645, "W12": -5.1241571964846067, "S12": -5.1241571964846067, "W13": -18.800794511859287, "S13": -22.32721991783152, "W21": -40.778924375627859, "S21": -43.778924375627859, "W22": -42.671388476613757, "S22": -45.823686254506619, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101966.0, 503366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5217855946398657, "S11": 1.5217855946398657, "W12": -5.0, "S12": -5.0064870294864976, "W13": -20.552631578947366, "S13": -22.329630176422821, "W21": -45.427832139680142, "S21": -75.264760321713794, "W22": -72.335057539800857, "S22": -89.373101018061732, "W31": -100.0, "S31": -100.0, "W32": -105.22867727926455, "S32": -110.22867727926455 }, "geometry": { "type": "Point", "coordinates": [ 101967.0, 499991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7590259235520769, "S12": -8.7590259235520769, "W13": -19.486658932714615, "S13": -19.593260912652987, "W21": -49.104646450407913, "S21": -68.784280317684804, "W22": -70.435073337149632, "S22": -84.310082311232478, "W31": -100.8108325297332, "S31": -100.8108325297332, "W32": -102.35419095051394, "S32": -107.35419095051394 }, "geometry": { "type": "Point", "coordinates": [ 101967.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1200577358075137, "S12": -9.1200577358075137, "W13": -22.101332685751888, "S13": -22.101332685751888, "W21": -42.513042139244384, "S21": -49.695499353599395, "W22": -42.028503604435244, "S22": -42.028503604435244, "W31": -74.310913234636175, "S31": -79.029718155550057, "W32": -95.992106758920713, "S32": -100.99210675892071 }, "geometry": { "type": "Point", "coordinates": [ 101967.2, 514467.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.64925, "S11": 3.64925, "W12": -7.7250001875000001, "S12": -7.7250001875000001, "W13": -19.038407540459165, "S13": -19.186168734489016, "W21": -48.433722876021321, "S21": -74.022020127771384, "W22": -48.489534200402652, "S22": -48.489534200402652, "W31": -82.930540343526445, "S31": -82.930540343526445, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101967.5, 500188.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41965827487603391, "S11": 0.41965827487603391, "W12": -7.9911497710633022, "S12": -7.9911497710633022, "W13": -17.284108885667685, "S13": -18.836221827351274, "W21": -28.249891421193183, "S21": -28.249891421193183, "W22": -49.663824425673795, "S22": -49.663824425673795, "W31": -83.741981996365766, "S31": -83.741981996365766, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101967.57894736842718, 497160.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6330025252525249, "S11": 2.6330025252525249, "W12": -6.7980618267067756, "S12": -10.270789099434047, "W13": -19.003357259225353, "S13": -22.163627429469617, "W21": -49.442994472469906, "S21": -68.972171219042735, "W22": -78.459754885722845, "S22": -91.806003564837511, "W31": -103.44864289515655, "S31": -103.44864289515655, "W32": -105.58959871589077, "S32": -110.58959871589077 }, "geometry": { "type": "Point", "coordinates": [ 101967.75, 500283.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56401384083044981, "S11": 0.56401384083044981, "W12": -8.7353955436243229, "S12": -8.7353955436243229, "W13": -19.5, "S13": -19.572477545400904, "W21": -49.147252127640826, "S21": -69.147252127640826, "W22": -72.618428009251446, "S22": -72.647882426963349, "W31": -95.269950355987135, "S31": -95.269950355987135, "W32": -99.958349888979782, "S32": -104.95834988897978 }, "geometry": { "type": "Point", "coordinates": [ 101968.0, 500929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0793490704901052, "S11": -0.0793490704901052, "W12": -5.8232857372562403, "S12": -16.225070859567122, "W13": -20.0, "S13": -25.360722018731707, "W21": -37.792658871773952, "S21": -42.028503604435244, "W22": -71.497050428163647, "S22": -82.792823914310361, "W31": -94.866968404996172, "S31": -94.866968404996172, "W32": -98.565132404683027, "S32": -103.56513240468303 }, "geometry": { "type": "Point", "coordinates": [ 101968.0, 504247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5910176958112445, "S11": 3.5910176958112445, "W12": -4.403835546908045, "S12": -4.403835546908045, "W13": -16.38105511240029, "S13": -19.121782528411664, "W21": -38.542592264918781, "S21": -48.489534200402652, "W22": -80.717652864442982, "S22": -80.717652864442982, "W31": -105.15485735331613, "S31": -105.15485735331613, "W32": -105.18340611353713, "S32": -110.18340611353713 }, "geometry": { "type": "Point", "coordinates": [ 101969.0, 498275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.214119316060629, "S11": 3.214119316060629, "W12": -4.3708449370418441, "S12": -4.3708449370418441, "W13": -15.0, "S13": -17.748663653437351, "W21": -39.664148641660596, "S21": -49.663824425673795, "W22": -72.06080378579982, "S22": -99.636062487587211, "W31": -99.636062487587211, "S31": -99.636062487587211, "W32": -100.64454537028455, "S32": -105.64454537028455 }, "geometry": { "type": "Point", "coordinates": [ 101969.0, 498369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8935238095236895, "S11": 3.8850895702795154, "W12": -7.1613334104764448, "S12": -7.1613334104764448, "W13": -19.712656812384097, "S13": -20.378648283599183, "W21": -47.535738614565247, "S21": -76.173082297185616, "W22": -74.228018957058197, "S22": -91.672909119426862, "W31": -96.99981701200096, "S31": -96.99981701200096, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 101969.0, 500146.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36838466919125534, "S11": 0.36838466919125534, "W12": -8.9634283560577988, "S12": -8.9634283560577988, "W13": -17.874899135430269, "S13": -21.396973342591341, "W21": -50.984127941041884, "S21": -52.704788810437606, "W22": -80.0, "S22": -98.505503810330225, "W31": -98.505503810330225, "S31": -98.505503810330225, "W32": -100.52157107672727, "S32": -105.52157107672727 }, "geometry": { "type": "Point", "coordinates": [ 101969.0, 501484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3462657084765088, "S11": 3.0534772188190509, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -18.824061549454019, "S13": -19.824061549454019, "W21": -59.999999999999993, "S21": -71.497050428163647, "W22": -42.939323007906282, "S22": -42.939323007906282, "W31": -69.472573185234523, "S31": -72.022687647711592, "W32": -90.454778428136493, "S32": -95.454778428136493 }, "geometry": { "type": "Point", "coordinates": [ 101970.0, 499426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9206901172529314, "S11": 1.9206901172529314, "W12": -5.0, "S12": -5.0040814276428529, "W13": -20.05263157894737, "S13": -22.069306037417061, "W21": -45.717652864442989, "S21": -80.717652864442982, "W22": -43.934454564940985, "S22": -47.319480728352296, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101970.0, 499966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0451150394710202, "S12": -7.0451150394710202, "W13": -19.986406972559752, "S13": -20.057811800418875, "W21": -46.900333423447776, "S21": -71.900333423447776, "W22": -69.983979630192451, "S22": -78.879944396291719, "W31": -100.16395440970318, "S31": -100.16395440970318, "W32": -104.01003720266056, "S32": -109.01003720266056 }, "geometry": { "type": "Point", "coordinates": [ 101970.0, 502829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47282044979722676, "S11": 0.47282044979722676, "W12": -9.915934129186402, "S12": -9.915934129186402, "W13": -17.860157762934342, "S13": -21.47966677734388, "W21": -51.290038456767149, "S21": -59.310051978357997, "W22": -70.079828833479851, "S22": -88.760343057976939, "W31": -100.27933140469302, "S31": -100.27933140469302, "W32": -104.02119800082673, "S32": -109.02119800082673 }, "geometry": { "type": "Point", "coordinates": [ 101971.0, 501345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15981725959474735, "S11": 0.15981725959474735, "W12": -8.1981725289840828, "S12": -8.1981725289840828, "W13": -20.0, "S13": -22.519452987140024, "W21": -53.70320252593595, "S21": -56.693651500830676, "W22": -76.194391471535312, "S22": -95.289143144659647, "W31": -102.01931341858121, "S31": -102.01931341858121, "W32": -105.44180931163814, "S32": -110.44180931163814 }, "geometry": { "type": "Point", "coordinates": [ 101971.0, 501733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5807096208207443, "S11": 2.5807096208207443, "W12": -4.1874758109027193, "S12": -4.1874758109027193, "W13": -22.108631946943603, "S13": -22.108631946943603, "W21": -34.618395808955803, "S21": -37.532831486492221, "W22": -80.0, "S22": -99.782150650914289, "W31": -100.33830952636667, "S31": -100.33830952636667, "W32": -102.48927422859627, "S32": -107.48927422859627 }, "geometry": { "type": "Point", "coordinates": [ 101971.0, 507951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41305332847747611, "S11": 0.41305332847747611, "W12": -8.4202293802749022, "S12": -8.4202293802749022, "W13": -17.700581654071819, "S13": -19.271959949439108, "W21": -27.617476963513329, "S21": -27.617476963513329, "W22": -39.579431655611934, "S22": -46.863151791196692, "W31": -78.711381396531792, "S31": -78.711381396531792, "W32": -97.154764994331444, "S32": -102.15476499433144 }, "geometry": { "type": "Point", "coordinates": [ 101971.5, 497065.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.068971593762793, "S12": -8.068971593762793, "W13": -19.776762402088771, "S13": -19.776762402088771, "W21": -50.39846663150044, "S21": -50.39846663150044, "W22": -41.060249091224584, "S22": -43.744777272028152, "W31": -80.455843709573088, "S31": -80.455843709573088, "W32": -95.681934493186617, "S32": -100.68193449318662 }, "geometry": { "type": "Point", "coordinates": [ 101972.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1897960508368453, "S12": -8.1897960508368453, "W13": -19.737597911227155, "S13": -19.737597911227155, "W21": -50.177874383833242, "S21": -54.083559325247968, "W22": -40.280354888163508, "S22": -48.04348249788768, "W31": -79.086420561141892, "S31": -79.086420561141892, "W32": -97.407834888199858, "S32": -102.40783488819986 }, "geometry": { "type": "Point", "coordinates": [ 101972.0, 500801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5716923076923077, "S11": 3.5435541273348061, "W12": -7.709846324615385, "S12": -7.709846324615385, "W13": -19.122591438464436, "S13": -19.122591438464436, "W21": -48.411623094849027, "S21": -73.411623094849034, "W22": -72.96464431715728, "S22": -99.338879970967255, "W31": -99.338879970967255, "S31": -99.338879970967255, "W32": -101.19499490221523, "S32": -106.19499490221523 }, "geometry": { "type": "Point", "coordinates": [ 101973.0, 500192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1371620804963536, "S12": -6.1371620804963536, "W13": -16.172291735357543, "S13": -20.217601980667787, "W21": -60.0, "S21": -80.0, "W22": -72.010002, "S22": -72.010002, "W31": -106.0, "S31": -106.0, "W32": -106.0, "S32": -111.0 }, "geometry": { "type": "Point", "coordinates": [ 101973.0, 502471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57844816361687523, "S11": -0.57844816361687523, "W12": -5.3566215638381536, "S12": -5.3566215638381536, "W13": -20.035998290486848, "S13": -21.273294464106247, "W21": -34.697121041008955, "S21": -37.697121041008955, "W22": -80.33180679167026, "S22": -99.970921170033222, "W31": -100.14133820212652, "S31": -100.14133820212652, "W32": -102.49316553727009, "S32": -107.49316553727009 }, "geometry": { "type": "Point", "coordinates": [ 101973.0, 503862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.74544531652063, "S13": -20.74544531652063, "W21": -43.534459439822655, "S21": -46.803416579393627, "W22": -40.553153256789244, "S22": -40.553153256789244, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101973.903225806454429, 516033.629032258060761 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73451423936553728, "S11": 0.73451423936553728, "W12": -4.6807278742762612, "S12": -4.6807278742762612, "W13": -17.43056335282651, "S13": -18.424982875152576, "W21": -36.927137541130605, "S21": -40.240105900830855, "W22": -49.566024327749453, "S22": -49.566024327749453, "W31": -83.642632607516205, "S31": -83.642632607516205, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101974.0, 498057.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52083385863556952, "S11": -0.52083385863556952, "W12": -5.6631092571788031, "S12": -5.6631092571788031, "W13": -20.039440496628057, "S13": -23.696548085920789, "W21": -37.280354888163508, "S21": -40.280354888163508, "W22": -63.903598201188842, "S22": -70.028723334397341, "W31": -89.676650855757615, "S31": -89.676650855757615, "W32": -95.963024016636666, "S32": -100.96302401663667 }, "geometry": { "type": "Point", "coordinates": [ 101974.0, 503779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8494951113960569, "S11": 1.8494951113960569, "W12": -6.5623498751771132, "S12": -6.5623498751771132, "W13": -19.866051640070921, "S13": -20.465473316495309, "W21": -48.019278859151122, "S21": -72.608796388504516, "W22": -80.52471277122558, "S22": -80.52471277122558, "W31": -105.39129856306545, "S31": -105.39129856306545, "W32": -105.90208667736758, "S32": -110.90208667736758 }, "geometry": { "type": "Point", "coordinates": [ 101974.25, 502764.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0, "S11": 0.99, "W12": -5.0000000000000009, "S12": -5.01, "W13": -22.0, "S13": -23.0, "W21": -45.0, "S21": -72.0, "W22": -75.342585469451492, "S22": -83.339024517423056, "W31": -95.37357711342915, "S31": -95.37357711342915, "W32": -99.824415124782107, "S32": -104.82441512478211 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9612223520406102, "S12": -5.9612223520406102, "W13": -16.267468357417275, "S13": -20.748276438225357, "W21": -60.0, "S21": -80.33180679167026, "W22": -78.10272903120557, "S22": -100.84336973943574, "W31": -100.84336973943574, "S31": -100.84336973943574, "W32": -102.22786871997486, "S32": -107.22786871997486 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 502492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.671197204827608, "S11": 1.671197204827608, "W12": -11.890910330989328, "S12": -11.890910330989328, "W13": -26.940255833194158, "S13": -26.940255833194158, "W21": -40.553153256789244, "S21": -40.553153256789244, "W22": -39.219567492807464, "S22": -43.089724593762938, "W31": -76.337907954795824, "S31": -76.337907954795824, "W32": -96.444649620435797, "S32": -101.4446496204358 }, "geometry": { "type": "Point", "coordinates": [ 101975.8, 511814.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2527290375569327, "S11": 3.2527290375569327, "W12": -4.3441913647364174, "S12": -4.3441913647364174, "W13": -15.004453710418176, "S13": -17.721333986149297, "W21": -39.566024327749453, "S21": -49.566024327749453, "W22": -40.304853891249074, "S22": -60.304853891249074, "W31": -74.979798081068353, "S31": -75.022821813042569, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 498361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7065023015715717, "S11": 2.7065023015715717, "W12": -4.9224648801794357, "S12": -4.9224648801794357, "W13": -17.541287014035262, "S13": -17.901090527747701, "W21": -53.857127010537994, "S21": -63.903598201188842, "W22": -69.538557182152147, "S22": -92.78109111880373, "W31": -101.06513512490059, "S31": -101.06513512490059, "W32": -103.11332356218567, "S32": -108.11332356218567 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 499060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4810526315789474, "S11": 2.3786514903521203, "W12": -6.34, "S12": -6.3629289256198343, "W13": -21.129122807017545, "S13": -23.222580750942779, "W21": -45.52471277122558, "S21": -80.52471277122558, "W22": -73.9844311751649, "S22": -95.626307605370855, "W31": -100.39634955165278, "S31": -100.39634955165278, "W32": -105.3151490369702, "S32": -110.3151490369702 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 500056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49325041156029958, "S11": 0.49325041156029958, "W12": -8.8531261561227197, "S12": -8.8531261561227197, "W13": -18.714816075916147, "S13": -21.929744008379494, "W21": -51.46248958749802, "S21": -52.935528767015562, "W22": -40.017235857236386, "S22": -40.017235857236386, "W31": -71.25772009473998, "S31": -71.301808521071322, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 501570.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3466567707981927, "S12": -5.3466567707981927, "W13": -17.50498670212766, "S13": -19.520123072254748, "W21": -54.37353629976581, "S21": -76.637570402130507, "W22": -41.00519278536752, "S22": -50.539496371792374, "W31": -77.107684546460874, "S31": -77.42973377048348, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 502614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23216639812509154, "S11": -0.23216639812509154, "W12": -6.1453179770068296, "S12": -14.438618303278576, "W13": -19.052880075542966, "S13": -24.052880075542966, "W21": -34.906048104007134, "S21": -37.401064382121376, "W22": -70.0, "S22": -80.401478185993113, "W31": -88.281684444669125, "S31": -88.281684444669125, "W32": -98.493233787991841, "S32": -103.49323378799184 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 504094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50999001939761124, "S11": 0.50999001939761124, "W12": -9.4646039499658698, "S12": -13.66125232619849, "W13": -25.410035192688053, "S13": -25.410035192688053, "W21": -34.845362744525403, "S21": -34.845362744525403, "W22": -55.268902385353393, "S22": -61.277435153201495, "W31": -86.78190403324075, "S31": -86.78190403324075, "W32": -95.795537199563967, "S32": -100.79553719956397 }, "geometry": { "type": "Point", "coordinates": [ 101976.0, 505432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7665112933788851, "S11": 2.6834850629818492, "W12": -7.2058606195686634, "S12": -7.2058606195686634, "W13": -19.991452690819553, "S13": -19.991452690819553, "W21": -50.796900879092874, "S21": -65.796900879092874, "W22": -70.846690538273251, "S22": -72.012904507334355, "W31": -92.41770348106192, "S31": -92.41770348106192, "W32": -97.428797761362944, "S32": -102.42879776136294 }, "geometry": { "type": "Point", "coordinates": [ 101976.5, 500572.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.878831501831502, "S11": 2.878831501831502, "W12": -7.0169230173076915, "S12": -7.0169230173076915, "W13": -19.125576413461541, "S13": -20.200858028764412, "W21": -49.280558901243339, "S21": -71.732358622671384, "W22": -77.774528648955481, "S22": -93.005679853415472, "W31": -96.450981767052852, "S31": -96.450981767052852, "W32": -99.990194394566331, "S32": -104.99019439456633 }, "geometry": { "type": "Point", "coordinates": [ 101977.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3608254527799364, "S12": -15.729496478280879, "W13": -25.188523326855723, "S13": -25.188523326855723, "W21": -35.62289609674535, "S21": -35.62289609674535, "W22": -57.246184989099966, "S22": -65.618027698629248, "W31": -84.380376751929276, "S31": -84.380376751929276, "W32": -98.26421707411005, "S32": -103.26421707411005 }, "geometry": { "type": "Point", "coordinates": [ 101977.0, 505243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -25.0, "S13": -25.0, "W21": -36.771628825890502, "S21": -36.771628825890502, "W22": -41.110001, "S22": -44.200001, "W31": -80.5, "S31": -80.5, "W32": -95.900002, "S32": -100.900002 }, "geometry": { "type": "Point", "coordinates": [ 101977.333333333328483, 506626.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.1633804608612444, "S12": -9.1633804608612444, "W13": -21.508943966219405, "S13": -21.508943966219405, "W21": -43.097619660725378, "S21": -47.42294787788417, "W22": -58.407850614767568, "S22": -67.898273097465122, "W31": -87.587576062312849, "S31": -87.587576062312849, "W32": -95.631457580450856, "S32": -100.63145758045086 }, "geometry": { "type": "Point", "coordinates": [ 101977.642201834867592, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27111367069229453, "S11": 0.27111367069229453, "W12": -5.2383779222375031, "S12": -5.2383779222375031, "W13": -18.642981396645983, "S13": -23.368135916127294, "W21": -40.73296894313345, "S21": -43.73296894313345, "W22": -69.837278076289607, "S22": -94.940988483529424, "W31": -101.0092018731934, "S31": -101.0092018731934, "W32": -103.14893638380534, "S32": -108.14893638380534 }, "geometry": { "type": "Point", "coordinates": [ 101978.0, 503425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6299919451157137, "S11": 1.6299919451157137, "W12": -4.6286202985981877, "S12": -4.6286202985981877, "W13": -16.199257121851726, "S13": -17.389078083428842, "W21": -45.382034754419657, "S21": -55.123925700883497, "W22": -40.946068724343085, "S22": -42.797342409858956, "W31": -80.3598601228978, "S31": -80.3598601228978, "W32": -95.286054118556635, "S32": -100.28605411855663 }, "geometry": { "type": "Point", "coordinates": [ 101978.666666666671517, 498726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0960471315536884, "S11": 2.9205919037448256, "W12": -5.0, "S12": -5.0527652370202869, "W13": -18.28612645165548, "S13": -19.28612645165548, "W21": -60.0, "S21": -70.846690538273251, "W22": -69.367788569906637, "S22": -92.872584949997133, "W31": -101.12284563826162, "S31": -101.12284563826162, "W32": -103.0204892935661, "S32": -108.0204892935661 }, "geometry": { "type": "Point", "coordinates": [ 101979.0, 499276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35457701006484421, "S11": 0.35457701006484421, "W12": -8.6456081744940061, "S12": -8.6456081744940061, "W13": -19.761450809223955, "S13": -22.347491181345262, "W21": -50.0, "S21": -51.28794998177974, "W22": -79.999999999999986, "S22": -97.500049797820836, "W31": -100.00363656309135, "S31": -100.00363656309135, "W32": -100.93365001143088, "S32": -105.93365001143088 }, "geometry": { "type": "Point", "coordinates": [ 101979.0, 501655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26068376068375237, "S11": 0.26068376068375237, "W12": -5.6005591071834466, "S12": -5.6005591071834466, "W13": -18.853448438011707, "S13": -23.621238844732289, "W21": -40.0, "S21": -43.0, "W22": -40.631372331765135, "S22": -58.309916759969354, "W31": -70.0, "S31": -70.142903912260593, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 101979.0, 503499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79, "S11": 0.79, "W12": -4.6, "S12": -4.6, "W13": -17.4, "S13": -18.5, "W21": -37.599998, "S21": -41.099998, "W22": -38.470033321702424, "S22": -38.470033321702424, "W31": -70.322122702622792, "S31": -70.322122702622792, "W32": -78.645695156610827, "S32": -83.645695156610827 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -4.7, "S12": -4.7, "W13": -16.700001, "S13": -17.700001, "W21": -46.940296203287261, "S21": -56.607052643785785, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8007095533824815, "S11": 2.7105223342317375, "W12": -7.1413200612935634, "S12": -7.1413200612935634, "W13": -20.0, "S13": -20.125978771532974, "W21": -50.759587208561598, "S21": -65.759587208561598, "W22": -71.647880176380212, "S22": -86.761826505562226, "W31": -97.123316787737082, "S31": -97.123316787737082, "W32": -98.960311796673437, "S32": -103.96031179667344 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0757791814047497, "S11": 1.0757791814047497, "W12": -4.8370554528090226, "S12": -4.8370554528090226, "W13": -17.460405884670958, "S13": -18.320186777713534, "W21": -35.54400303576773, "S21": -35.905825346298528, "W22": -70.460368298611826, "S22": -81.999782470483453, "W31": -100.79733204757312, "S31": -100.79733204757312, "W32": -101.92854367560311, "S32": -106.92854367560311 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 497943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7833787465940052, "S11": 2.6926411244990174, "W12": -7.1911257835011497, "S12": -7.1911257835011497, "W13": -20.0, "S13": -20.0, "W21": -50.84892979997452, "S21": -65.848929799974513, "W22": -70.617599394861784, "S22": -75.088402314569819, "W31": -100.86701292426621, "S31": -100.86701292426621, "W32": -101.32895341033522, "S32": -106.32895341033522 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25873437143627276, "S11": -0.25873437143627276, "W12": -7.7363162212845769, "S12": -7.7363162212845769, "W13": -18.634311512415351, "S13": -21.634311512415351, "W21": -60.0, "S21": -65.645591605787132, "W22": -70.000000000000014, "S22": -86.554373522458647, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -105.01321874735625, "S32": -110.01321874735625 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 501926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51533668434119018, "S11": 0.51533668434119018, "W12": -9.7774019316865157, "S12": -10.722216231684078, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.997109165350267, "S21": -36.997109165350267, "W22": -38.03915643532514, "S22": -38.03915643532514, "W31": -70.42500966459427, "S31": -70.42500966459427, "W32": -78.705182583262769, "S32": -83.705182583262769 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 506311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.411779297469633, "S11": 2.411779297469633, "W12": -5.0, "S12": -7.7352760514040622, "W13": -25.0, "S13": -25.0, "W21": -35.098364327461255, "S21": -35.098364327461255, "W22": -44.600653356495705, "S22": -48.026645573444192, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 510429.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22874688912654637, "S11": -0.22874688912654637, "W12": -15.0, "S12": -15.0, "W13": -24.615442616500232, "S13": -24.615442616500232, "W21": -42.572114620272266, "S21": -44.159269310013599, "W22": -71.041930259077148, "S22": -75.284165125760609, "W31": -93.04805470069094, "S31": -93.04805470069094, "W32": -97.820312339252283, "S32": -102.82031233925228 }, "geometry": { "type": "Point", "coordinates": [ 101981.0, 513068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5051622641509432, "S11": 3.1421522042987218, "W12": -5.0, "S12": -5.0, "W13": -19.083079675190344, "S13": -20.083079675190344, "W21": -58.924678143343364, "S21": -71.647880176380212, "W22": -69.77508057249652, "S22": -93.638093504254897, "W31": -101.54191574354762, "S31": -101.54191574354762, "W32": -101.54191574354762, "S32": -106.14963231749537 }, "geometry": { "type": "Point", "coordinates": [ 101982.0, 499507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.717689928060123, "S12": -8.717689928060123, "W13": -19.469533513135552, "S13": -19.99565952113398, "W21": -49.145402005180337, "S21": -68.197652195874468, "W22": -50.0, "S22": -51.098257418274393, "W31": -68.965534449555193, "S31": -69.799568490677146, "W32": -86.763083341116413, "S32": -91.763083341116413 }, "geometry": { "type": "Point", "coordinates": [ 101982.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26888633754305402, "S11": 0.26888633754305402, "W12": -8.9276711685486134, "S12": -8.9276711685486134, "W13": -19.390870042952752, "S13": -20.521795106874603, "W21": -48.847022883163291, "S21": -64.371431731370762, "W22": -50.0, "S22": -50.0, "W31": -69.139970820405523, "S31": -74.071130784390874, "W32": -84.082655625998783, "S32": -89.082655625998783 }, "geometry": { "type": "Point", "coordinates": [ 101982.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6715505050505044, "S11": 2.6715505050505044, "W12": -6.5027398970718853, "S12": -6.5027398970718853, "W13": -19.583112488732397, "S13": -22.255573667789701, "W21": -49.693286171199283, "S21": -65.672319966375596, "W22": -69.187996894324812, "S22": -69.252612278940191, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.95186576979445, "S32": -108.95186576979445 }, "geometry": { "type": "Point", "coordinates": [ 101982.5, 500349.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4095650215375723, "S11": 2.4095650215375723, "W12": -5.0, "S12": -7.6612680419837398, "W13": -26.476177887439796, "S13": -26.476177887439796, "W21": -35.200285086779687, "S21": -35.200285086779687, "W22": -74.347286635013788, "S22": -100.0, "W31": -100.0, "S31": -100.49314348757645, "W32": -101.00168208578637, "S32": -106.00168208578637 }, "geometry": { "type": "Point", "coordinates": [ 101982.75, 510459.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43286893869353144, "S11": 0.43286893869353144, "W12": -8.6516463149371354, "S12": -8.6516463149371354, "W13": -18.107224043380672, "S13": -19.654093635350829, "W21": -27.123014766554533, "S21": -27.123014766554533, "W22": -80.000000000000014, "S22": -97.451508939891241, "W31": -100.0, "S31": -100.0, "W32": -100.93974648817537, "S32": -105.93974648817537 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 497017.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2100536476624626, "S11": 2.9845721004727874, "W12": -5.0, "S12": -5.0, "W13": -18.487116155913146, "S13": -19.487116155913146, "W21": -60.0, "S21": -71.041930259077148, "W22": -71.885207345064543, "S22": -99.659470283189307, "W31": -99.659470283189307, "S31": -99.659470283189307, "W32": -99.890502714305825, "S32": -104.89050271430582 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 499336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0614118024889603, "S11": 2.656409924437126, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.0, "W21": -48.617385996922259, "S21": -69.344921262944695, "W22": -40.0, "S22": -45.834719491909873, "W31": -69.024263778738856, "S31": -69.069283448314721, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 499713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4191246431969553, "S11": -0.4191246431969553, "W12": -10.0, "S12": -10.950036737692873, "W13": -24.578358906725196, "S13": -24.578358906725196, "W21": -38.238229334563876, "S21": -40.573684409044859, "W22": -41.839125993838771, "S22": -42.231730298415087, "W31": -72.830120597601038, "S31": -72.847485595104132, "W32": -90.63156419998225, "S32": -95.63156419998225 }, "geometry": { "type": "Point", "coordinates": [ 101983.0, 508928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16410655595936663, "S11": 0.16410655595936663, "W12": -10.0, "S12": -13.0, "W13": -27.758856216716701, "S13": -27.758856216716701, "W21": -39.090267291711122, "S21": -39.090267291711122, "W22": -43.033295029605213, "S22": -43.823142749739517, "W31": -80.087867884864167, "S31": -80.087867884864167, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101983.833333333328483, 509342.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.760731443247018, "S13": -20.760731443247018, "W21": -43.553466347196462, "S21": -46.623069671830194, "W22": -77.109875022854069, "S22": -91.256719298147445, "W31": -103.53046833422032, "S31": -103.53046833422032, "W32": -105.60276083467095, "S32": -110.60276083467095 }, "geometry": { "type": "Point", "coordinates": [ 101983.93548387096962, 516082.419354838726576 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4724352281281079, "W12": -7.8981765278988565, "S12": -7.8981765278988565, "W13": -19.849869451697128, "S13": -19.849869451697128, "W21": -50.676382851010423, "S21": -55.647730901738463, "W22": -60.0, "S22": -68.539753157290463, "W31": -85.594282293315402, "S31": -85.594282293315402, "W32": -98.326344519291652, "S32": -103.32634451929165 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 500751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4709072347980481, "S12": -9.4709072347980481, "W13": -18.905594946188522, "S13": -22.081160782081859, "W21": -49.076914949815105, "S21": -64.924978758253928, "W22": -41.536489457777769, "S22": -43.932956124444438, "W31": -80.839519854756873, "S31": -80.839519854756873, "W32": -94.565185204188481, "S32": -99.565185204188481 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 501142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24374339090588659, "S11": -0.24374339090588659, "W12": -7.7864217065166432, "S12": -7.7864217065166432, "W13": -18.637389698337778, "S13": -21.646414228651995, "W21": -60.0, "S21": -65.729155475576562, "W22": -74.28641974274251, "S22": -99.844039686298487, "W31": -99.844039686298487, "S31": -99.844039686298487, "W32": -101.54017981277227, "S32": -106.54017981277227 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1732299393122054, "S11": 3.1732299393122054, "W12": -9.8976923076923082, "S12": -9.8976923076923082, "W13": -19.184034389775796, "S13": -19.259937347958985, "W21": -45.685001160341834, "S21": -70.685001160341827, "W22": -62.388148823716108, "S22": -71.181561567688547, "W31": -86.273403478845637, "S31": -86.273403478845637, "W32": -98.362952718632712, "S32": -103.36295271863271 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 502955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3899888812754657, "S12": -16.534438416901004, "W13": -25.0, "S13": -25.0, "W21": -36.149532882287211, "S21": -36.149532882287211, "W22": -38.722887304984795, "S22": -44.288464821217644, "W31": -76.967861810584139, "S31": -76.967861810584139, "W32": -96.599930338337145, "S32": -101.59993033833715 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 505125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54153076578957426, "S11": 0.54153076578957426, "W12": -4.9921918834727794, "S12": -4.9921918834727794, "W13": -25.841002548893183, "S13": -25.841002548893183, "W21": -36.12378619517375, "S21": -37.964196986599106, "W22": -41.728093662905671, "S22": -41.728093662905671, "W31": -70.780347058077552, "S31": -70.983161039780398, "W32": -90.636808404728228, "S32": -95.636808404728228 }, "geometry": { "type": "Point", "coordinates": [ 101984.0, 507271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46541088378776996, "S11": 0.46541088378776996, "W12": -5.9596806448287216, "S12": -5.9596806448287216, "W13": -17.335048307726051, "S13": -18.226187644797417, "W21": -31.115231895545545, "S21": -32.968788419532679, "W22": -80.0, "S22": -99.025055930014872, "W31": -100.51924040706209, "S31": -100.51924040706209, "W32": -102.18778251579076, "S32": -107.18778251579076 }, "geometry": { "type": "Point", "coordinates": [ 101985.0, 497619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9241452513966477, "S11": 3.8817768303440161, "W12": -7.3029795158286781, "S12": -7.3029795158286781, "W13": -20.000109649122809, "S13": -20.272604318632403, "W21": -46.932610266785083, "S21": -76.566501480174196, "W22": -71.498901126635914, "S22": -79.55437060292968, "W31": -94.066671985532679, "S31": -94.066671985532679, "W32": -99.517656482935138, "S32": -104.51765648293514 }, "geometry": { "type": "Point", "coordinates": [ 101985.0, 500131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26460747635123866, "S11": 0.26460747635123866, "W12": -5.5171705765107815, "S12": -5.5171705765107815, "W13": -18.752265069383778, "S13": -23.646452110673351, "W21": -40.249921706855758, "S21": -43.249921706855758, "W22": -71.818742266385982, "S22": -93.665658907228874, "W31": -95.203712568480398, "S31": -95.203712568480398, "W32": -99.767382345210819, "S32": -104.76738234521082 }, "geometry": { "type": "Point", "coordinates": [ 101985.0, 503478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.4532222222222222, "S12": -4.4532222222222222, "W13": -17.585666666666665, "S13": -18.438777777777776, "W21": -37.56688737333333, "S21": -40.402220706666661, "W22": -50.0, "S22": -59.86832375860304, "W31": -81.292962759457751, "S31": -81.292962759457751, "W32": -98.087150335987104, "S32": -103.0871503359871 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 498124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9499895594069743, "S11": 1.9499895594069743, "W12": -6.3365157546724236, "S12": -6.3365157546724236, "W13": -18.977726063829788, "S13": -20.198631390118521, "W21": -49.017399643786824, "S21": -72.927189622288552, "W22": -49.999999999999993, "S22": -50.199214465602523, "W31": -69.08823861099944, "S31": -72.97913619554906, "W32": -84.441867923131952, "S32": -89.441867923131952 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 502720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26034918027799492, "S11": 0.26034918027799492, "W12": -5.4745969028447625, "S12": -5.4745969028447625, "W13": -18.697614453377003, "S13": -23.697614453377003, "W21": -40.394306527137701, "S21": -43.394306527137701, "W22": -38.717536143593037, "S22": -44.335720728840208, "W31": -76.903332774056011, "S31": -76.903332774056011, "W32": -96.589819152859576, "S32": -101.58981915285958 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 503466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42627484874675881, "S11": -0.42627484874675881, "W12": -6.2895282463537994, "S12": -14.478331779767593, "W13": -15.0, "S13": -19.639486530464652, "W21": -33.520589757635953, "S21": -35.209289369939427, "W22": -59.513445985929387, "S22": -70.222089054463396, "W31": -87.842131274187409, "S31": -87.842131274187409, "W32": -95.453966615040443, "S32": -100.45396661504044 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 504041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7782349851164421, "S11": 1.7782349851164421, "W12": -4.9849754631785279, "S12": -16.655501857577278, "W13": -24.771715396351645, "S13": -24.771715396351645, "W21": -36.174978554898473, "S21": -39.883515939831447, "W22": -71.468606416281119, "S22": -89.874895117605391, "W31": -95.588889861342068, "S31": -95.588889861342068, "W32": -98.655315734244155, "S32": -103.65531573424416 }, "geometry": { "type": "Point", "coordinates": [ 101986.0, 507392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2608009659594179, "S12": -5.2608009659594179, "W13": -15.427874121964743, "S13": -17.460614713587702, "W21": -60.0, "S21": -76.927941074282273, "W22": -40.0, "S22": -41.353101658102453, "W31": -70.621416973839885, "S31": -70.658487552365813, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101986.222222222218988, 502395.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 2.130546909737661, "S11": 2.130546909737661, "W12": -7.3764638674664385, "S12": -7.3764638674664385, "W13": -19.012606630008793, "S13": -19.012606630008793, "W21": -44.2148592520196, "S21": -69.214859252019608, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.13582001916005, "S32": -85.13582001916005 }, "geometry": { "type": "Point", "coordinates": [ 101987.0, 503092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -19.098376758038661, "S13": -19.098376758038661, "W21": -45.128656081192297, "S21": -70.128656081192304, "W22": -44.175031306326964, "S22": -44.175031306326964, "W31": -69.408877674540975, "S31": -69.565276421716277, "W32": -81.931421794335137, "S32": -86.931421794335137 }, "geometry": { "type": "Point", "coordinates": [ 101988.0, 503011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31713660005474625, "S11": 0.31713660005474625, "W12": -5.5245533363187533, "S12": -5.5245533363187533, "W13": -19.104066296121907, "S13": -23.189057580221711, "W21": -39.444539143066173, "S21": -42.444539143066173, "W22": -40.967315229053042, "S22": -43.021904018735583, "W31": -80.380376778783955, "S31": -80.380376778783955, "W32": -95.411595533892054, "S32": -100.41159553389205 }, "geometry": { "type": "Point", "coordinates": [ 101988.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24387640210740941, "S11": 0.24387640210740941, "W12": -10.0, "S12": -13.0, "W13": -27.021445936559392, "S13": -27.021445936559392, "W21": -40.0, "S21": -39.999999999999993, "W22": -76.473445953406213, "S22": -94.662075829714496, "W31": -102.53459286854709, "S31": -102.53459286854709, "W32": -105.44256821829855, "S32": -110.44256821829855 }, "geometry": { "type": "Point", "coordinates": [ 101988.5, 509242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39929127052726732, "S11": -0.39929127052726732, "W12": -6.2613274820240514, "S12": -14.639967905669963, "W13": -15.304347826086294, "S13": -19.993988035813246, "W21": -33.492171993917118, "S21": -35.286727542340437, "W22": -69.13214652933236, "S22": -69.13214652933236, "W31": -100.01433103190895, "S31": -100.01433103190895, "W32": -103.92984855886664, "S32": -108.92984855886664 }, "geometry": { "type": "Point", "coordinates": [ 101988.6, 504043.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.147443762781186, "S11": 1.147443762781186, "W12": -4.734762719867784, "S12": -4.734762719867784, "W13": -16.801328342754459, "S13": -17.801328342754459, "W21": -47.436009592128691, "S21": -57.072425573109022, "W22": -77.96802535598593, "S22": -100.63026558406006, "W31": -100.63026558406006, "S31": -100.63026558406006, "W32": -102.11514210030082, "S32": -107.11514210030082 }, "geometry": { "type": "Point", "coordinates": [ 101989.0, 498854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4432938194953242, "S11": 3.1145403833539405, "W12": -5.0652554233729878, "S12": -5.0652554233729878, "W13": -18.910199546100483, "S13": -19.910199546100483, "W21": -60.0, "S21": -71.468606416281119, "W22": -71.849742331073116, "S22": -101.84974233107312, "W31": -101.84974233107312, "S31": -101.84974233107312, "W32": -101.84974233107312, "S32": -104.87836316510941 }, "geometry": { "type": "Point", "coordinates": [ 101989.0, 499461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4046477787697853, "S12": -15.915461887999118, "W13": -25.067146545136211, "S13": -25.067146545136211, "W21": -35.687930262726908, "S21": -35.687930262726908, "W22": -39.381133162516754, "S22": -46.892445708080103, "W31": -78.59321222637908, "S31": -78.59321222637908, "W32": -97.059031429703197, "S32": -102.0590314297032 }, "geometry": { "type": "Point", "coordinates": [ 101989.0, 505219.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32736558259296988, "S11": -0.32736558259296988, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -24.615941963853238, "S13": -24.615941963853238, "W21": -42.352430256151848, "S21": -44.79250026407265, "W22": -51.742937419038491, "S22": -52.875470913914263, "W31": -84.976166337580992, "S31": -84.976166337580992, "W32": -95.001779624821197, "S32": -100.0017796248212 }, "geometry": { "type": "Point", "coordinates": [ 101989.0, 513166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4779473798596316, "S11": 2.4779473798596316, "W12": -7.800195981245051, "S12": -9.9084615232769995, "W13": -30.0, "S13": -30.0, "W21": -33.340762591960946, "S21": -33.340762591960946, "W22": -40.235652567671906, "S22": -43.33173287359925, "W31": -64.882531524731377, "S31": -65.631068427018278, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101989.5, 510000.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2542597271349165, "S11": 1.2542597271349165, "W12": -4.8024558105690813, "S12": -4.8024558105690813, "W13": -17.456370370370369, "S13": -18.394611284181376, "W21": -35.709813348148145, "S21": -35.709813348148145, "W22": -71.358104250291731, "S22": -71.358104250291731, "W31": -93.62578231654345, "S31": -93.62578231654345, "W32": -99.419629257509243, "S32": -104.41962925750924 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 497968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5293461538461544, "S11": 3.5067880768885797, "W12": -7.2469231173076922, "S12": -7.2469231173076922, "W13": -20.0, "S13": -20.0, "W21": -47.680032172646541, "S21": -71.653287277797403, "W22": -42.921886599331003, "S22": -45.737670752964846, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 500171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5114662720092946, "S11": 2.4837558089541432, "W12": -7.8893011511137869, "S12": -7.8893011511137869, "W13": -19.861618798955615, "S13": -19.861618798955615, "W21": -50.675632537242848, "S21": -54.59421417077413, "W22": -69.894115368303915, "S22": -77.411613285224448, "W31": -100.07636612021862, "S31": -100.07636612021862, "W32": -103.92830633948365, "S32": -108.92830633948365 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 500760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4867114229809051, "S12": -5.4867114229809051, "W13": -17.217974290780141, "S13": -19.515632437288779, "W21": -55.316159250585478, "S21": -77.526620381378422, "W22": -69.635816862775755, "S22": -89.655550390178774, "W31": -101.19568235260788, "S31": -101.19568235260788, "W32": -101.19568235260788, "S32": -105.750089838991 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 502611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3285906945380987, "S11": 3.3285906945380987, "W12": -9.9707692307692302, "S12": -9.9707692307692302, "W13": -19.145808604034645, "S13": -19.17796732355195, "W21": -45.737121940741815, "S21": -70.737121940741815, "W22": -70.484587639259885, "S22": -81.198924250347247, "W31": -100.78475570556091, "S31": -100.78475570556091, "W32": -101.60010243368302, "S32": -106.60010243368302 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 502959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92167960692948359, "S11": -0.92167960692948359, "W12": -5.0, "S12": -9.5286181847213776, "W13": -20.052821058884032, "S13": -20.544198836113711, "W21": -36.500017663313884, "S21": -37.898744533805591, "W22": -71.451851545679759, "S22": -75.929938697633816, "W31": -93.933833306739004, "S31": -93.933833306739004, "W32": -99.487124074666923, "S32": -104.48712407466692 }, "geometry": { "type": "Point", "coordinates": [ 101990.0, 503890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.430461225491916, "S12": -4.430461225491916, "W13": -15.0, "S13": -16.863005129488304, "W21": -41.861924686192467, "S21": -51.742937419038491, "W22": -39.484870160835847, "S22": -47.611982451120483, "W31": -78.788704978363626, "S31": -78.788704978363626, "W32": -97.18865675923017, "S32": -102.18865675923017 }, "geometry": { "type": "Point", "coordinates": [ 101991.0, 498523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46288160669724626, "S11": 0.46288160669724626, "W12": -9.3368158711295965, "S12": -18.214717110048937, "W13": -22.317821548242978, "S13": -22.317821548242978, "W21": -37.350917039774856, "S21": -37.792148585969663, "W22": -40.608266892628237, "S22": -60.608266892628237, "W31": -70.143070069808758, "S31": -70.294335961662313, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101991.25, 504863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8027123165851489, "S11": 1.8027123165851489, "W12": -6.225234348627664, "S12": -6.225234348627664, "W13": -18.949536662996344, "S13": -18.949536662996344, "W21": -43.951664122655771, "S21": -68.951664122655771, "W22": -70.033017668063692, "S22": -82.551765436186543, "W31": -100.1321118611379, "S31": -100.1321118611379, "W32": -103.92856337604751, "S32": -108.92856337604751 }, "geometry": { "type": "Point", "coordinates": [ 101992.0, 503123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42942116428085253, "S11": 0.42942116428085253, "W12": -7.8359280783456411, "S12": -7.8359280783456411, "W13": -17.141886921404712, "S13": -18.570719111939923, "W21": -28.052943234221242, "S21": -28.052943234221242, "W22": -71.826634260112399, "S22": -101.25241312388761, "W31": -101.25241312388761, "S31": -101.25241312388761, "W32": -101.25241312388761, "S32": -104.87153316029313 }, "geometry": { "type": "Point", "coordinates": [ 101992.21052631578641, 497202.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9720460154100437, "S12": -7.9720460154100437, "W13": -19.838642297650122, "S13": -19.838642297650122, "W21": -50.517216290448623, "S21": -56.163227134757783, "W22": -40.296793541805933, "S22": -40.296793541805933, "W31": -70.242541868072834, "S31": -70.242541868072834, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 101992.6, 500785.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1214243275792852, "S11": 2.6802777769344872, "W12": -5.0, "S12": -5.0, "W13": -19.925472003889475, "S13": -20.925472003889475, "W21": -48.852437195228852, "S21": -68.330277914988926, "W22": -41.665320439969072, "S22": -41.665320439969072, "W31": -69.927361264747574, "S31": -70.757761310601694, "W32": -90.910838211023744, "S32": -95.910838211023744 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 499694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7043137038421801, "S12": -8.7043137038421801, "W13": -19.473479172909798, "S13": -20.349995268104188, "W21": -49.14783359469984, "S21": -67.490701634364214, "W22": -45.266852148050425, "S22": -48.758629427401729, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 500966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0606491774121833, "S11": 2.0606491774121833, "W12": -7.082392043831633, "S12": -7.082392043831633, "W13": -18.968739552901109, "S13": -18.968739552901109, "W21": -44.211565132474313, "S21": -69.211565132474306, "W22": -70.145502813014943, "S22": -96.215167138690461, "W31": -100.29405737704919, "S31": -100.29405737704919, "W32": -103.39691849423762, "S32": -108.39691849423762 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 503101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59797882675800595, "S11": -0.59797882675800595, "W12": -5.1225319165545304, "S12": -5.1225319165545304, "W13": -20.057178868678967, "S13": -21.812272500055617, "W21": -34.081228993961417, "S21": -37.661760659324983, "W22": -72.093797269882771, "S22": -72.093797269882771, "W31": -104.42088562767374, "S31": -104.42088562767374, "W32": -104.42088562767374, "S32": -109.09005628517824 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 503847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51078186777822077, "S11": 0.51078186777822077, "W12": -9.8276753587375101, "S12": -10.100714381204991, "W13": -25.0, "S13": -25.0, "W21": -37.062440409867051, "S21": -37.062440409867051, "W22": -70.0, "S22": -87.084318360914111, "W31": -100.0, "S31": -100.0, "W32": -104.68136688986377, "S32": -109.68136688986377 }, "geometry": { "type": "Point", "coordinates": [ 101993.0, 506336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.776017569973469, "S13": -20.776017569973469, "W21": -43.572473254570241, "S21": -46.442722764267032, "W22": -70.257987957966179, "S22": -96.488693679841404, "W31": -100.45600289296047, "S31": -100.45600289296047, "W32": -102.69207055334427, "S32": -107.69207055334427 }, "geometry": { "type": "Point", "coordinates": [ 101993.96774193548481, 516131.209677419334184 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.028373581745937, "S12": -8.028373581745937, "W13": -19.821324529034761, "S13": -19.821324529034761, "W21": -50.410421630863816, "S21": -57.580969873305591, "W22": -40.508831753016338, "S22": -41.156195756983685, "W31": -68.769258216201749, "S31": -71.769258216201749, "W32": -94.994616396005824, "S32": -99.994616396005824 }, "geometry": { "type": "Point", "coordinates": [ 101994.0, 500802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4418745785569791, "S11": 3.4418745785569791, "W12": -10.0, "S12": -10.0, "W13": -19.12107691905608, "S13": -19.125120328089853, "W21": -45.779257781001171, "S21": -70.779257781001178, "W22": -40.492686642346058, "S22": -41.691033749784076, "W31": -66.067692072432564, "S31": -67.704118954302601, "W32": -93.358136525396318, "S32": -98.358136525396318 }, "geometry": { "type": "Point", "coordinates": [ 101994.0, 502961.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5719817774159885, "S12": -17.738310057671676, "W13": -25.0, "S13": -25.0, "W21": -37.259474063733172, "S21": -37.259474063733172, "W22": -70.370473102917416, "S22": -88.188694080733484, "W31": -100.61794840887174, "S31": -100.61794840887174, "W32": -102.02475186323338, "S32": -107.02475186323338 }, "geometry": { "type": "Point", "coordinates": [ 101994.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9904508128215843, "S12": -9.9710091186568697, "W13": -24.250967925440762, "S13": -24.250967925440762, "W21": -35.708277084983791, "S21": -38.666005151004775, "W22": -42.89639732487742, "S22": -45.693674064493749, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101994.0, 507521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.1002377027556243, "S12": -9.1002377027556243, "W13": -21.815187969748635, "S13": -21.815187969748635, "W21": -42.828140129790278, "S21": -47.0202393711753, "W22": -70.26655727144113, "S22": -95.82564263291718, "W31": -100.46488267438123, "S31": -100.46488267438123, "W32": -102.61289835843804, "S32": -107.61289835843804 }, "geometry": { "type": "Point", "coordinates": [ 101994.098360655741999, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49906749131252592, "S11": 0.49906749131252592, "W12": -8.8830632495993669, "S12": -8.8830632495993669, "W13": -19.191462783254511, "S13": -20.772612073720996, "W21": -26.62855256959574, "S21": -26.62855256959574, "W22": -70.492923281625778, "S22": -81.47874343268748, "W31": -100.77989392478304, "S31": -100.77989392478304, "W32": -101.51488820599766, "S32": -106.51488820599766 }, "geometry": { "type": "Point", "coordinates": [ 101994.5, 496969.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0151948516267426, "S11": 2.0151948516267426, "W12": -8.1937675954906677, "S12": -8.1937675954906677, "W13": -19.76194406680909, "S13": -19.76194406680909, "W21": -50.107044764174113, "S21": -62.816794511027865, "W22": -40.795965303420921, "S22": -41.588358532587591, "W31": -80.235688874514892, "S31": -80.235688874514892, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 101994.5, 500844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6890385259631491, "S11": 2.6890385259631491, "W12": -5.0, "S12": -5.000038409265497, "W13": -20.368421052631579, "S13": -21.303352559480892, "W21": -46.197332623418113, "S21": -72.093797269882771, "W22": -80.000000000000014, "S22": -97.383423301396348, "W31": -100.01098099443273, "S31": -100.01098099443273, "W32": -100.51225490196079, "S32": -105.51225490196079 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7128484848484851, "S11": 2.7128484848484851, "W12": -6.5213501534600287, "S12": -6.5213501534600287, "W13": -20.0, "S13": -22.403221999291869, "W21": -49.799005243144997, "S21": -64.79900524314499, "W22": -40.132021954053236, "S22": -50.818079484072655, "W31": -79.4228968984647, "S31": -79.4228968984647, "W32": -97.61354168089494, "S32": -102.61354168089494 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.392733564013841, "S11": 1.392733564013841, "W12": -8.3591616092354002, "S12": -8.3591616092354002, "W13": -19.655721716514954, "S13": -19.655721716514954, "W21": -49.792521981216851, "S21": -68.041473232482588, "W22": -42.414010137463002, "S22": -44.282772499984638, "W31": -71.918108991426919, "S31": -76.918108991426919, "W32": -95.515041836773733, "S32": -100.51504183677373 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 500886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36908061700174366, "S11": 0.36908061700174366, "W12": -7.202235274506009, "S12": -17.34674236946843, "W13": -19.999999999999996, "S13": -24.33277609274516, "W21": -38.080283171420945, "S21": -40.393736708175453, "W22": -45.412814369839985, "S22": -45.412814369839985, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 504572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33764754169582201, "S11": 0.33764754169582201, "W12": -8.4297590066515173, "S12": -18.286224328926792, "W13": -20.33840503672613, "S13": -23.789661047756162, "W21": -37.824513971038066, "S21": -39.803461983644823, "W22": -42.378180479726296, "S22": -42.378180479726296, "W31": -69.513018453539175, "S31": -71.997628557697922, "W32": -90.831308792827215, "S32": -95.831308792827215 }, "geometry": { "type": "Point", "coordinates": [ 101995.0, 504672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96431535269709545, "S11": 0.96431535269709545, "W12": -8.5264165471676847, "S12": -8.5264165471676847, "W13": -19.539881130756168, "S13": -19.992398668289766, "W21": -49.471922189135377, "S21": -70.061958168708259, "W22": -53.626486961246435, "S22": -56.891354791184114, "W31": -85.96879919803996, "S31": -85.96879919803996, "W32": -95.643606952331794, "S32": -100.64360695233179 }, "geometry": { "type": "Point", "coordinates": [ 101995.5, 500928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42997517132846685, "S11": 0.42997517132846685, "W12": -7.8647720237164318, "S12": -7.8647720237164318, "W13": -17.135701248709001, "S13": -18.550085686896868, "W21": -27.952808086622966, "S21": -27.952808086622966, "W22": -67.829768040309347, "S22": -80.306105886859953, "W31": -100.85565430585351, "S31": -100.85565430585351, "W32": -102.84364404648122, "S32": -107.84364404648122 }, "geometry": { "type": "Point", "coordinates": [ 101996.0, 497197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3485047650345057, "S11": 1.3485047650345057, "W12": -8.3677510845273932, "S12": -8.3677510845273932, "W13": -19.646944083224966, "S13": -19.646944083224966, "W21": -49.772963543777422, "S21": -68.6851579600945, "W22": -80.0, "S22": -97.894948872590263, "W31": -97.894948872590263, "S31": -97.894948872590263, "W32": -100.09674872435453, "S32": -105.09674872435453 }, "geometry": { "type": "Point", "coordinates": [ 101996.0, 500890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52533378979801415, "S11": 0.52533378979801415, "W12": -8.6991385063973699, "S12": -8.6991385063973699, "W13": -19.475127359904103, "S13": -20.442805849381582, "W21": -49.172574788172227, "S21": -67.347631996410215, "W22": -41.689115144694995, "S22": -44.280896917919073, "W31": -80.781568653018653, "S31": -80.781568653018653, "W32": -94.970158460732989, "S32": -99.970158460732989 }, "geometry": { "type": "Point", "coordinates": [ 101996.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1858153189218053, "S12": -5.1858153189218053, "W13": -17.400932829668029, "S13": -18.124137398723065, "W21": -34.077455174754157, "S21": -36.798999313272468, "W22": -42.709999, "S22": -42.709999, "W31": -81.889999, "S31": -81.889999, "W32": -90.400002, "S32": -95.400002 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 497796.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7269397562119089, "S12": -7.7269397562119089, "W13": -17.958136671454955, "S13": -20.562244869938265, "W21": -60.0, "S21": -66.080691485295546, "W22": -49.827664806777065, "S22": -50.589410432721365, "W31": -83.892706058071539, "S31": -83.892706058071539, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 501961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.490457065601281, "S12": -5.490457065601281, "W13": -19.8370456552665, "S13": -24.8370456552665, "W21": -37.953498464120351, "S21": -40.132021954053236, "W22": -61.796003814716542, "S22": -76.747826023124347, "W31": -89.167076801527188, "S31": -89.167076801527188, "W32": -95.393140058846541, "S32": -100.39314005884654 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 503707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15556773049295461, "S11": 0.15556773049295461, "W12": -5.9204376802572423, "S12": -16.638685679066739, "W13": -20.0, "S13": -25.602484167651369, "W21": -38.43286432808712, "S21": -42.414010137463002, "W22": -71.656264294790347, "S22": -92.72678996572445, "W31": -95.937660194296143, "S31": -95.937660194296143, "W32": -98.691508405176847, "S32": -103.69150840517685 }, "geometry": { "type": "Point", "coordinates": [ 101998.0, 504399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88126072470922723, "S11": 0.88126072470922723, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -26.653160849539319, "S13": -26.653160849539319, "W21": -42.690763773595705, "S21": -45.412814369839985, "W22": -69.829810478733535, "S22": -93.3930417388802, "W31": -101.40079893475367, "S31": -101.40079893475367, "W32": -101.40079893475367, "S32": -105.91346533091426 }, "geometry": { "type": "Point", "coordinates": [ 101998.153846153843915, 512421.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6823439581505597, "S11": 2.6823439581505597, "W12": -4.1839771286072009, "S12": -5.0987438183484572, "W13": -22.234102274142955, "S13": -22.234102274142955, "W21": -34.724961656897698, "S21": -37.282315803424822, "W22": -76.389532957933085, "S22": -96.522342980134169, "W31": -102.52221926556679, "S31": -102.52221926556679, "W32": -105.44057784911718, "S32": -110.44057784911718 }, "geometry": { "type": "Point", "coordinates": [ 101998.666666666671517, 507913.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.5025646241801418, "S12": -4.5025646241801418, "W13": -15.6492398649221, "S13": -16.906811192045204, "W21": -43.830713558747028, "S21": -53.626486961246435, "W22": -74.213570463985121, "S22": -97.983045089393343, "W31": -101.03861459281467, "S31": -101.03861459281467, "W32": -105.30572698500848, "S32": -110.30572698500848 }, "geometry": { "type": "Point", "coordinates": [ 101999.0, 498642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6997814630907762, "S11": 2.6022724714829435, "W12": -7.5034460099578562, "S12": -7.5034460099578562, "W13": -20.0, "S13": -20.0, "W21": -51.083214519671692, "S21": -66.083214519671699, "W22": -72.061558662053841, "S22": -98.156436324438602, "W31": -100.0, "S31": -100.0, "W32": -105.18729785484818, "S32": -110.18729785484818 }, "geometry": { "type": "Point", "coordinates": [ 101999.0, 500681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034458743243598454, "S11": 0.034458743243598454, "W12": -8.889614855570839, "S12": -8.889614855570839, "W13": -20.0, "S13": -23.194271411054995, "W21": -57.496617050067663, "S21": -62.798299027781802, "W22": -70.17743540819022, "S22": -93.39014074855379, "W31": -100.0, "S31": -100.0, "W32": -105.06886872468775, "S32": -110.06886872468775 }, "geometry": { "type": "Point", "coordinates": [ 101999.0, 501783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5853488372093023, "S11": 1.5853488372093023, "W12": -4.5285027804007969, "S12": -4.5285027804007969, "W13": -17.363179190751442, "S13": -18.284972015781261, "W21": -37.504449071676298, "S21": -41.689115144694995, "W22": -70.0, "S22": -89.699945444625968, "W31": -100.0, "S31": -100.0, "W32": -104.82357106617992, "S32": -109.82357106617992 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 3.5, "W12": -3.95, "S12": -3.95, "W13": -18.35, "S13": -18.35, "W21": -37.5, "S21": -37.5, "W22": -70.0, "S22": -86.187185548888351, "W31": -100.0, "S31": -100.0, "W32": -104.4019779624069, "S32": -109.4019779624069 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0554906724783364, "S11": 3.0554906724783364, "W12": -4.3075774262565325, "S12": -4.3075774262565325, "W13": -15.0, "S13": -17.469506532103274, "W21": -39.865040375819376, "S21": -49.827664806777065, "W22": -70.0, "S22": -72.987996662179981, "W31": -100.10239450664561, "S31": -100.10239450664561, "W32": -103.98038485863388, "S32": -108.98038485863388 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5829806492648677, "S11": 2.5829806492648677, "W12": -4.8867784204934486, "S12": -4.8867784204934486, "W13": -17.333204515097176, "S13": -17.333204515097176, "W21": -49.963772217819546, "S21": -59.625586120972486, "W22": -70.0, "S22": -86.745235707131584, "W31": -100.49662345530989, "S31": -100.49662345530989, "W32": -103.55879175486032, "S32": -108.55879175486032 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4954440685817105, "S11": 3.1476943756411533, "W12": -5.104618614415676, "S12": -5.104618614415676, "W13": -18.952206130845525, "S13": -19.952206130845525, "W21": -60.0, "S21": -71.656264294790347, "W22": -70.000000000000014, "S22": -102.61583461457823, "W31": -102.61583461457823, "S31": -102.61583461457823, "W32": -103.13719865108732, "S32": -108.13719865108732 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.093558249698916, "S11": 2.7107721598028349, "W12": -5.0075760888577925, "S12": -5.0075760888577925, "W13": -20.0, "S13": -21.0, "W21": -48.649949028952854, "S21": -69.186770088599644, "W22": -68.995317826716587, "S22": -94.945947830197881, "W31": -101.28508135263745, "S31": -101.28508135263745, "W32": -102.7156055473143, "S32": -107.7156055473143 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 499713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5336759776536311, "S11": 3.5012246367261937, "W12": -7.3856610800744882, "S12": -7.3856610800744882, "W13": -20.076096491228068, "S13": -20.076096491228068, "W21": -47.361272099111901, "S21": -69.790409557203944, "W22": -67.307882154991276, "S22": -86.77845646755901, "W31": -101.28105397513932, "S31": -101.28105397513932, "W32": -102.29401244354128, "S32": -107.29401244354128 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.180153000845392, "S11": 3.0158753423720968, "W12": -7.6582249450125044, "S12": -7.6582249450125044, "W13": -19.757876783118181, "S13": -19.757876783118181, "W21": -48.339431577455656, "S21": -73.272848151763185, "W22": -67.78819021209388, "S22": -80.483800984296437, "W31": -100.88004768752525, "S31": -100.88004768752525, "W32": -102.80765399900255, "S32": -107.80765399900255 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500210.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 2.763718725718733, "S11": 2.5809660523831361, "W12": -7.2889121967953656, "S12": -7.2889121967953656, "W13": -19.870497100270793, "S13": -22.242226030212414, "W21": -49.317591055799419, "S21": -71.069521040631798, "W22": -68.389643195684059, "S22": -74.181420212991014, "W31": -100.47904139991165, "S31": -100.47904139991165, "W32": -103.87532454768561, "S32": -108.87532454768561 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500257.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 2.750921522921518, "S11": 2.6695110472361732, "W12": -7.2003272786644592, "S12": -7.5471804255189081, "W13": -19.980865563434495, "S13": -23.031306832010458, "W21": -49.551591767238776, "S21": -68.551636880104482, "W22": -69.318383328344979, "S22": -73.64828678362953, "W31": -100.04796914847297, "S31": -100.04796914847297, "W32": -103.89278118071475, "S32": -108.89278118071475 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500304.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7381243201243186, "S11": 2.7381243201243186, "W12": -6.8016168019115186, "S12": -6.8016168019115186, "W13": -20.07425811434873, "S13": -22.774418805775746, "W21": -49.721387976638667, "S21": -65.969548217541117, "W22": -75.169654789721704, "S22": -99.54382816954616, "W31": -99.54382816954616, "S31": -99.54382816954616, "W32": -101.23933159644237, "S32": -106.23933159644237 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500351.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7366793962538503, "S11": 2.7366793962538503, "W12": -6.4029063251585789, "S12": -6.4029063251585789, "W13": -20.0, "S13": -22.167043674960951, "W21": -49.891184186038551, "S21": -64.891184186038544, "W22": -75.763805521828047, "S22": -98.338652221359126, "W31": -98.338652221359126, "S31": -98.338652221359126, "W32": -100.24466205492169, "S32": -105.24466205492169 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500398.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8070364910802637, "S11": 2.8070364910802637, "W12": -6.4633688599635271, "S12": -6.4633688599635271, "W13": -20.0, "S13": -21.63633199930424, "W21": -50.093358291599955, "S21": -65.093358291599955, "W22": -80.0, "S22": -97.903716956763873, "W31": -97.903716956763873, "S31": -97.903716956763873, "W32": -100.05079013422265, "S32": -105.05079013422265 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500445.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8669825416403718, "S11": 2.8669825416403718, "W12": -6.6709257794238503, "S12": -6.6709257794238503, "W13": -20.0, "S13": -21.105620323646868, "W21": -50.397500416515719, "S21": -65.397500416515726, "W22": -80.0, "S22": -97.46967312710396, "W31": -100.02683267970272, "S31": -100.02683267970272, "W32": -100.59288849329364, "S32": -105.59288849329364 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500492.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9289373593107331, "S11": 2.8842440608398068, "W12": -6.8784826988839152, "S12": -6.8784826988839152, "W13": -20.0, "S13": -20.574908647990156, "W21": -50.701642541431106, "S21": -65.701642541431099, "W22": -80.0, "S22": -97.46064544194013, "W31": -100.03059539807477, "S31": -100.03059539807477, "W32": -100.60876584512445, "S32": -105.60876584512445 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500539.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8716223333230566, "S11": 2.7473859621151271, "W12": -7.0860396183439809, "S12": -7.0860396183439809, "W13": -20.0, "S13": -20.044196972333442, "W21": -51.005784666346493, "S21": -66.0057846663465, "W22": -80.0, "S22": -97.22494682664346, "W31": -100.04593837535015, "S31": -100.04593837535015, "W32": -100.72112864269639, "S32": -105.72112864269639 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500586.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7891975311926109, "S11": 2.6695097253034863, "W12": -7.2935965378040466, "S12": -7.2935965378040466, "W13": -20.0, "S13": -20.0, "W21": -51.098661530754704, "S21": -66.098661530754697, "W22": -80.0, "S22": -97.103736972089536, "W31": -100.04593837535013, "S31": -100.04593837535013, "W32": -100.84496795506101, "S32": -105.84496795506101 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500633.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7067727290620636, "S11": 2.6068331854566211, "W12": -7.4925176883379949, "S12": -7.4925176883379949, "W13": -20.0, "S13": -20.0, "W21": -51.093689141962805, "S21": -66.093689141962813, "W22": -80.0, "S22": -97.131370922371289, "W31": -100.04593837535015, "S31": -100.04593837535015, "W32": -101.01996529099237, "S32": -106.01996529099237 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500680.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6243479269316183, "S11": 2.5469104583125923, "W12": -7.681499531453766, "S12": -7.681499531453766, "W13": -19.943763807993555, "S13": -19.943763807993555, "W21": -51.026763989416452, "S21": -62.011877982982114, "W22": -80.0, "S22": -97.396066121697018, "W31": -100.12311023942647, "S31": -100.12311023942647, "W32": -101.19496262692392, "S32": -106.19496262692392 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500727.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5419231248011727, "S11": 2.5126780479490596, "W12": -7.8704813745695361, "S12": -7.8704813745695361, "W13": -19.882506527415142, "S13": -19.882506527415142, "W21": -50.681735089219124, "S21": -57.642747224514764, "W22": -80.0, "S22": -97.693267433806454, "W31": -100.32016732624663, "S31": -100.32016732624663, "W32": -101.36995996285529, "S32": -106.36995996285529 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 500774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5568499778073672, "S12": -9.5568499778073672, "W13": -18.653673676454634, "S13": -21.956393936720996, "W21": -49.999999999999993, "S21": -63.154990561385311, "W22": -80.0, "S22": -98.053930417539249, "W31": -100.51722441306681, "S31": -100.51722441306681, "W32": -101.54663805032325, "S32": -106.54663805032325 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8257478916999546, "S12": -9.8257478916999546, "W13": -18.253063812825431, "S13": -21.727853097559105, "W21": -51.27676466939586, "S21": -61.831857269862304, "W22": -80.0, "S22": -98.517240153179813, "W31": -100.50514420492684, "S31": -100.50514420492684, "W32": -101.81397870718149, "S32": -106.81397870718149 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049188355774369086, "S11": 0.049188355774369086, "W12": -8.8397524071526821, "S12": -8.8397524071526821, "W13": -20.0, "S13": -23.209091342655309, "W21": -57.280108254397838, "S21": -62.490595203247928, "W22": -80.0, "S22": -98.743859045612368, "W31": -100.44964827408913, "S31": -100.44964827408913, "W32": -101.94474315890542, "S32": -106.94474315890542 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.568565400843883, "S12": -7.568565400843883, "W13": -17.506669402831932, "S13": -19.809469904414307, "W21": -60.0, "S21": -66.872863679549184, "W22": -80.0, "S22": -98.980549888819837, "W31": -100.39168585743641, "S31": -100.39168585743641, "W32": -102.0813193640394, "S32": -107.0813193640394 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 501993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5290816924519461, "S12": -7.5290816924519461, "W13": -17.413297763184893, "S13": -19.652146512214571, "W21": -60.0, "S21": -67.036070371624177, "W22": -80.0, "S22": -99.443859624459876, "W31": -100.26484802921298, "S31": -100.26484802921298, "W32": -102.19123190586029, "S32": -107.19123190586029 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.88181664633409, "S12": -6.88181664633409, "W13": -16.310152942448301, "S13": -18.05713514828026, "W21": -60.0, "S21": -68.191071577077523, "W22": -80.321005789337249, "S22": -99.875514657665306, "W31": -99.928246160584806, "S31": -99.928246160584806, "W32": -102.24921587608905, "S32": -107.24921587608905 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502049.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0694778844268962, "S12": -6.0694778844268962, "W13": -15.0, "S13": -16.239373661925406, "W21": -60.0, "S21": -69.346072782532218, "W22": -80.374623072713604, "S22": -99.90716936010044, "W31": -99.911541563048957, "S31": -99.911541563048957, "W32": -102.25059200238292, "S32": -107.25059200238292 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502099.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2571391225206572, "S12": -5.2571391225206572, "W13": -15.0, "S13": -15.731765118019451, "W21": -59.999999999999993, "S21": -70.501073987985549, "W22": -80.0, "S22": -100.81858095824482, "W31": -100.81858095824482, "S31": -100.81858095824482, "W32": -102.25404211377008, "S32": -107.25404211377008 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502148.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.2241565741129, "W21": -60.000000000000007, "S21": -71.656075193440273, "W22": -78.368335852079753, "S22": -100.54796730922706, "W31": -100.54796730922706, "S31": -100.54796730922706, "W32": -102.08402819557304, "S32": -107.08402819557304 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502198.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -60.0, "S21": -72.811076398893604, "W22": -76.661899773808457, "S22": -100.30958527159524, "W31": -100.30958527159524, "S31": -100.30958527159524, "W32": -101.9140142773762, "S32": -106.9140142773762 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502247.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.1298309236490702, "W13": -15.0, "S13": -15.0, "W21": -59.999999999999993, "S21": -73.966077604346935, "W22": -71.507195123278819, "S22": -81.298679703126496, "W31": -94.137146960268069, "S31": -94.137146960268069, "W32": -99.530263807119681, "S32": -104.53026380711968 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502297.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.5303679621691408, "W13": -15.0, "S13": -15.654569264279573, "W21": -60.0, "S21": -75.121078809801645, "W22": -40.486017007077642, "S22": -49.459679171863122, "W31": -79.261401451700237, "S31": -79.261401451700237, "W32": -97.502322055428834, "S32": -102.50232205542883 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502346.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2045219447316455, "W13": -15.0, "S13": -16.542778057372924, "W21": -60.0, "S21": -75.923555163153438, "W22": -40.487183062798138, "S22": -40.619683961109317, "W31": -66.366011239534615, "S31": -68.270317626065847, "W32": -93.571659657068921, "S32": -98.571659657068921 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1595676628972766, "S12": -5.1595676628972766, "W13": -15.162152431613839, "S13": -17.711124596841486, "W21": -60.0, "S21": -76.94766808440778, "W22": -40.382732269649374, "S22": -55.825881987163498, "W31": -76.931840528599707, "S31": -77.587153880098342, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502396.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9406210002078303, "S12": -5.9406210002078303, "W13": -15.479557191368505, "S13": -19.970355282166125, "W21": -60.0, "S21": -78.952314653671039, "W22": -40.274291004924606, "S22": -40.274291004924606, "W31": -73.55701151854592, "S31": -74.116180941552173, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502445.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6148422706579115, "S12": -5.6148422706579115, "W13": -15.775275911637133, "S13": -20.565600101163319, "W21": -60.0, "S21": -80.321005789337249, "W22": -40.772412194533629, "S22": -46.831159392834913, "W31": -72.373497932683804, "S31": -72.621743308502275, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502492.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4713428391988263, "S11": -0.4713428391988263, "W12": -5.5909518304908667, "S12": -5.5909518304908667, "W13": -15.79696195112354, "S13": -20.5460968062932, "W21": -60.0, "S21": -80.374623072713604, "W22": -41.059713669917862, "S22": -45.571013594777696, "W31": -80.0, "S31": -80.397269246271662, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502495.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05190621292840103, "S11": -0.05190621292840103, "W12": -5.2412826607743153, "S12": -5.2412826607743153, "W13": -16.108928837397105, "S13": -20.255201616986756, "W21": -57.584908160667055, "S21": -78.744293290068384, "W22": -41.540629536706206, "S22": -42.821600666142551, "W31": -74.351814922678429, "S31": -74.555242079485012, "W32": -90.522193009746488, "S32": -95.522193009746488 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502544.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37087567868600879, "S11": 0.37087567868600879, "W12": -5.4683006959980665, "S12": -5.4683006959980665, "W13": -16.789629364430244, "S13": -19.909010377427069, "W21": -55.73143284268069, "S21": -77.675580028770682, "W22": -41.638261223672188, "S22": -41.638261223672188, "W31": -69.917995874610952, "S31": -70.751190159397183, "W32": -90.986335632937994, "S32": -95.986335632937994 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502594.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1913978494623654, "S11": 1.1913978494623654, "W12": -5.8759125565076582, "S12": -5.8759125565076582, "W13": -17.558178191489361, "S13": -19.733959999286022, "W21": -53.108899297423889, "S21": -75.837808540201621, "W22": -50.0, "S22": -50.006410397214871, "W31": -69.11245231719343, "S31": -74.11245231719343, "W32": -84.136550147601781, "S32": -89.136550147601781 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 502644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2716318363717205, "S11": 2.2716318363717205, "W12": -7.7225987380229029, "S12": -7.7225987380229029, "W13": -18.946331882244799, "S13": -18.946331882244799, "W21": -44.490337982725677, "S21": -69.490337982725677, "W22": -50.0, "S22": -50.0, "W31": -69.11839318208321, "S31": -73.962661975779, "W32": -84.089926075766172, "S32": -89.089926075766172 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 503086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4226245807451043, "S12": -5.4226245807451043, "W13": -19.986864891357619, "S13": -24.728922293930843, "W21": -37.600782107748785, "S21": -40.486017007077642, "W22": -50.0, "S22": -50.0, "W31": -69.139120924967898, "S31": -73.440041828536678, "W32": -83.927254176779385, "S32": -88.927254176779385 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 503743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34725785044495411, "S11": 0.34725785044495411, "W12": -8.2419418834636229, "S12": -18.261567031352072, "W13": -20.197913023201586, "S13": -23.900371240237604, "W21": -37.827982442254282, "S21": -39.840895143823978, "W22": -50.0, "S22": -50.0, "W31": -69.139554227376493, "S31": -73.429116733129987, "W32": -83.923853607502082, "S32": -88.923853607502082 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 504659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3784987567840901, "S12": -14.89945325842921, "W13": -24.392731471299758, "S13": -24.392731471299758, "W21": -37.536809881236948, "S21": -37.536809881236948, "W22": -50.0, "S22": -50.0, "W31": -69.1598486678526, "S31": -72.917421681293717, "W32": -83.764582277792414, "S32": -88.764582277792414 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5105739250075665, "S12": -17.121021814695986, "W13": -24.635697550087933, "S13": -24.635697550087933, "W21": -37.39363486451338, "S21": -37.39363486451338, "W22": -50.0, "S22": -50.0, "W31": -69.160715272669734, "S31": -72.895571490481586, "W32": -83.75778113923819, "S32": -88.75778113923819 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 505890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.681830274009045, "S12": -12.681830274009045, "W13": -25.0, "S13": -25.0, "W21": -37.001017151986979, "S21": -37.001017151986979, "W22": -50.0, "S22": -50.0, "W31": -69.180576410737274, "S31": -72.394801534051368, "W32": -83.601910378805627, "S32": -88.601910378805627 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 506507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.556952025280093, "W13": -24.37589237039537, "S13": -24.37589237039537, "W21": -36.840024799848926, "S21": -36.840024799848926, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -69.181876317963003, "S31": -72.36202624783256, "W32": -83.591708670974086, "S32": -88.591708670974086 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 506760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43718931036981623, "S11": 0.43718931036981623, "W12": -7.3174682282581598, "S12": -14.449101584564154, "W13": -24.258751269732311, "S13": -24.258751269732311, "W21": -36.49306325500946, "S21": -36.866043422718768, "W22": -49.590351033750622, "S22": -49.590351033750622, "W31": -69.201304153621976, "S31": -71.872181386808407, "W32": -83.439238479818655, "S32": -88.439238479818655 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.991127489835705, "S12": -9.5631275160371914, "W13": -24.173797200460381, "S13": -24.173797200460381, "W21": -35.735863760468725, "S21": -38.687054941281247, "W22": -49.545461913618212, "S22": -49.545461913618212, "W31": -69.203037363256257, "S31": -71.828481005184159, "W32": -83.42563620271018, "S32": -88.42563620271018 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 507530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74222460785146582, "S11": 0.74222460785146582, "W12": -10.0, "S12": -13.0, "W13": -27.790808057420701, "S13": -27.790808057420701, "W21": -39.296853778425799, "S21": -39.296853778425799, "W22": -49.053514564566171, "S22": -49.053514564566171, "W31": -69.22203189650665, "S31": -71.349561239566071, "W32": -83.276566580831883, "S32": -88.276566580831883 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72141042176723591, "S11": 0.72141042176723591, "W12": -10.0, "S12": -13.0, "W13": -27.892104653855061, "S13": -27.892104653855061, "W21": -39.13942189396878, "S21": -39.13942189396878, "W22": -48.997403164400026, "S22": -48.997403164400026, "W31": -69.22419840854954, "S31": -71.294935762535147, "W32": -83.25956373444609, "S32": -88.25956373444609 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54523066278561139, "S11": 0.54523066278561139, "W12": -10.0, "S12": -12.666283834930125, "W13": -28.245529591963756, "S13": -28.245529591963756, "W21": -38.590140319077854, "S21": -38.590140319077854, "W22": -48.516678095381081, "S22": -48.516678095381081, "W31": -69.242759639391366, "S31": -70.826941092323125, "W32": -83.113894681844897, "S32": -88.113894681844897 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509413.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53199152846904885, "S11": 0.53199152846904885, "W12": -10.0, "S12": -12.658314590208507, "W13": -28.252917751774113, "S13": -28.252917751774113, "W21": -38.578657880747677, "S21": -38.578657880747677, "W22": -48.44934441518248, "S22": -48.44934441518248, "W31": -69.245359453842781, "S31": -70.761390519886731, "W32": -83.093491266182184, "S32": -88.093491266182184 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509414.867256637196988 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3812342820646577, "S11": 0.3812342820646577, "W12": -10.0, "S12": -12.285061731617517, "W13": -28.598954530072877, "S13": -28.598954530072877, "W21": -38.040858744186266, "S21": -38.040858744186266, "W22": -47.979841626196638, "S22": -47.979841626196638, "W31": -69.263487382276054, "S31": -70.402482315913957, "W32": -82.951222782858125, "S32": -87.951222782858125 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509462.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4126745686586899, "S11": 0.4126745686586899, "W12": -10.0, "S12": -12.269123242175187, "W13": -28.61373084969275, "S13": -28.61373084969275, "W21": -38.017893867527221, "S21": -38.017893867527221, "W22": -47.901285665964295, "S22": -47.901285665964295, "W31": -69.266520499136064, "S31": -70.346337884658027, "W32": -82.927418797918094, "S32": -87.927418797918094 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509464.734513274335768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.122123318702966, "S11": 1.122123318702966, "W12": -10.0, "S12": -11.903839628305361, "W13": -28.952379468181576, "S13": -28.952379468181576, "W21": -37.491577169295333, "S21": -37.491577169295333, "W22": -47.37268423089678, "S22": -47.37268423089678, "W31": -69.284215125160742, "S31": -70.018801966890294, "W32": -82.788550883871153, "S32": -87.788550883871153 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509511.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1615670903296931, "S11": 1.1615670903296931, "W12": -10.0, "S12": -11.879931894141414, "W13": -28.974543947611807, "S13": -28.974543947611807, "W21": -37.457129854306118, "S21": -37.457129854306118, "W22": -47.266951436982019, "S22": -47.266951436982019, "W31": -69.287681544429304, "S31": -69.954636902598338, "W32": -82.761346329654188, "S32": -87.761346329654188 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509514.601769911532756 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7510761704875799, "S11": 1.7510761704875799, "W12": -10.0, "S12": -11.522617524992752, "W13": -29.305804406290697, "S13": -29.305804406290697, "W21": -36.942295594403738, "S21": -36.942295594403738, "W22": -46.740446178616111, "S22": -46.740446178616111, "W31": -69.30494286804543, "S31": -69.635121617867114, "W32": -82.625878984884366, "S32": -87.625878984884366 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509560.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8036678659888836, "S11": 1.8036678659888836, "W12": -10.000450085512572, "S12": -11.491190631620666, "W13": -29.335357045530447, "S13": -29.335357045530447, "W21": -36.896365841085654, "S21": -36.896365841085654, "W22": -46.621496785461254, "S22": -46.621496785461254, "W31": -69.308842589722587, "S31": -69.562935920538195, "W32": -82.595273861390098, "S32": -87.595273861390098 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509564.469026548671536 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3800290222714442, "S11": 2.3800290222714442, "W12": -10.120188406122983, "S12": -11.26158382780358, "W13": -29.659229344399396, "S13": -29.659229344399396, "W21": -36.393014019512812, "S21": -36.393014019512812, "W22": -46.108208126334688, "S22": -46.108208126334688, "W31": -69.325670610930132, "S31": -69.340201226759319, "W32": -82.463207085897395, "S32": -87.463207085897395 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509609.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4457686416488231, "S11": 2.4457686416488231, "W12": -10.133845731110993, "S12": -11.235394929185315, "W13": -29.6961701434495, "S13": -29.6961701434495, "W21": -36.335601827864544, "S21": -36.335601827864544, "W22": -45.976042133941235, "S22": -45.976042133941235, "W31": -69.330003635015828, "S31": -69.348723427862112, "W32": -82.429201393126206, "S32": -87.429201393126206 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509614.336283185868524 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.114260754648177, "S12": -11.26860049427823, "W13": -30.0, "S13": -30.0, "W21": -35.843732444621217, "S21": -35.843732444621217, "W22": -45.475970074054018, "S22": -45.475970074054018, "W31": -69.346398353814806, "S31": -69.380968596101496, "W32": -82.309609091932799, "S32": -87.309609091932799 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509658.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.105774954913393, "S12": -11.277015587233381, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.774837814644087, "S21": -35.774837814644087, "W22": -45.330587482420469, "S22": -45.330587482420469, "W31": -69.351164680309111, "S31": -69.390343017314649, "W32": -82.276965984108372, "S32": -87.276965984108372 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509664.203539823007304 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.046605359095899, "S12": -11.335692160389122, "W13": -30.0, "S13": -30.0, "W21": -35.294450869730291, "S21": -35.294450869730291, "W22": -44.843732021772595, "S22": -44.843732021772595, "W31": -69.367126096699508, "S31": -69.421735965443744, "W32": -82.167651140300251, "S32": -87.167651140300251 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509706.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.036705259405238, "S12": -11.345509768836878, "W13": -30.0, "S13": -30.0, "W21": -35.214073801422977, "S21": -35.214073801422977, "W22": -44.685132830900457, "S22": -44.685132830900457, "W31": -69.372325725602366, "S31": -69.435652223405057, "W32": -82.123356425488353, "S32": -87.123356425488353 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509714.070796460204292 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8924538865904363, "S12": -11.316287749546989, "W13": -30.0, "S13": -30.0, "W21": -34.745169294838696, "S21": -34.745169294838696, "W22": -44.211493969491926, "S22": -44.211493969491926, "W31": -69.407508723227082, "S31": -69.532187446499805, "W32": -81.981884563508672, "S32": -86.981884563508672 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509755.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8346478248267282, "S12": -11.28101621136986, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -34.65330978820252, "S21": -34.65330978820252, "W22": -44.039678179379685, "S22": -44.039678179379685, "W31": -69.431101860535307, "S31": -69.578036530169641, "W32": -81.930564661944004, "S32": -86.930564661944004 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509763.938053097343072 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5467977231018697, "S12": -11.10537864772159, "W13": -30.0, "S13": -30.0, "W21": -34.195887719947763, "S21": -34.195887719947763, "W22": -43.564321160070413, "S22": -43.564321160070413, "W31": -69.496376207087891, "S31": -69.704885661655823, "W32": -81.788579600948793, "S32": -86.788579600948793 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509804.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.481765903617287, "S12": -11.065698167272071, "W13": -30.0, "S13": -30.0, "W21": -34.09254577498141, "S21": -34.09254577498141, "W22": -43.39422352785968, "S22": -43.39422352785968, "W31": -69.51973341302299, "S31": -69.750276254488867, "W32": -81.737772898399882, "S32": -86.737772898399882 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509813.80530973454006 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2011415596128927, "S12": -10.894469545895944, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -33.646606145056175, "S21": -33.646606145056175, "W22": -42.917148350648901, "S22": -42.917148350648901, "W31": -69.585243690948715, "S31": -69.877583876811855, "W32": -81.595274638388915, "S32": -86.595274638388915 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509853.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1288839824082579, "S12": -10.850380123174533, "W13": -30.0, "S13": -30.0, "W21": -33.531781761760953, "S21": -33.531781761760953, "W22": -42.748768876338907, "S22": -42.748768876338907, "W31": -69.608364965510773, "S31": -69.922515978808278, "W32": -81.544981134855533, "S32": -86.544981134855533 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509863.67256637167884 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8554853961243296, "S12": -10.683560444070551, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -33.097324570165242, "S21": -33.097324570165242, "W22": -42.269975541227389, "S22": -42.269975541227389, "W31": -69.674111174809525, "S31": -70.050282091967873, "W32": -81.245404644340596, "S32": -86.245404644340596 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509902.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7760020611988168, "S12": -10.635062079076743, "W13": -30.0, "S13": -30.0, "W21": -32.971017748539843, "S21": -32.971017748539843, "W22": -42.103314224818895, "S22": -42.103314224818895, "W31": -69.696996517998457, "S31": -70.035428781474096, "W32": -81.112188527186973, "S32": -86.112188527186973 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509913.539823008875828 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4957908362497108, "S11": 2.4957908362497108, "W12": -8.4930129092562385, "S12": -10.455835018865789, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -33.040690787415222, "S21": -33.040690787415222, "W22": -41.622802731805876, "S22": -41.622802731805876, "W31": -69.762978658670349, "S31": -69.96937811494908, "W32": -80.728104945427773, "S32": -85.728104945427773 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509951.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4941597113787202, "S11": 2.4941597113787202, "W12": -8.344670368389016, "S12": -10.341294263378433, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -33.088457247848893, "S21": -33.088457247848893, "W22": -41.457859573298123, "S22": -41.457859573298123, "W31": -69.78562807048624, "S31": -69.946705180551888, "W32": -80.596262190306376, "S32": -85.596262190306376 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 509963.407079646014608 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4892885381875915, "S11": 2.4892885381875915, "W12": -7.9016618525924791, "S12": -9.9992310238651996, "W13": -30.0, "S13": -30.0, "W21": -33.231106474549918, "S21": -33.231106474549918, "W22": -40.975629922384364, "S22": -40.975629922384364, "W31": -69.851846142531159, "S31": -69.89371445992002, "W32": -80.210805246514951, "S32": -85.210805246514951 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4875214862440109, "S11": 2.4875214862440109, "W12": -7.7409574333189504, "S12": -9.8751452054200222, "W13": -30.0, "S13": -30.0, "W21": -33.282853473353292, "S21": -33.282853473353292, "W22": -40.812404921778111, "S22": -40.812404921778111, "W31": -69.874259622973923, "S31": -69.911988269743617, "W32": -80.080335853426362, "S32": -85.080335853426362 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510013.274336283211596 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4826326425334497, "S11": 2.4826326425334497, "W12": -7.2963418733300287, "S12": -9.5318411077226024, "W13": -30.0, "S13": -30.0, "W21": -33.426020170042243, "S21": -33.426020170042243, "W22": -40.328457112962852, "S22": -40.328457112962852, "W31": -69.940713626391968, "S31": -69.966168512904815, "W32": -79.693505547602115, "S32": -84.693505547602115 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4808832611093088, "S11": 2.4808832611093088, "W12": -7.1372444982495882, "S12": -9.4089961474621511, "W13": -30.0, "S13": -30.0, "W21": -33.47724969885747, "S21": -33.47724969885747, "W22": -40.166950270257345, "S22": -40.166950270257345, "W31": -69.962891175461706, "S31": -69.984249966835577, "W32": -79.564409516545751, "S32": -84.564409516545751 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510063.141592920350377 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4759767468793088, "S11": 2.4759767468793088, "W12": -6.6910218940675792, "S12": -9.0644511915800088, "W13": -30.0, "S13": -30.0, "W21": -33.62093386553456, "S21": -33.62093386553456, "W22": -39.650578223132747, "S22": -39.650578223132747, "W31": -70.055769063590844, "S31": -70.064810519227692, "W32": -79.176205848689293, "S32": -84.176205848689293 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4742450359745995, "S11": 2.4742450359745995, "W12": -6.5335315631795217, "S12": -8.9428470895037364, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -33.671645924361869, "S21": -33.671645924361869, "W22": -39.475394989963249, "S22": -39.475394989963249, "W31": -70.097135444438308, "S31": -70.102124380416384, "W32": -79.048483179665723, "S32": -84.048483179665723 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510113.008849557547364 ] } }, +{ "type": "Feature", "properties": { "W11": 2.469320851225167, "S11": 2.469320851225167, "W12": -6.0857019148051306, "S12": -8.5970612754374152, "W13": -30.0, "S13": -30.0, "W21": -33.815847561026885, "S21": -33.815847561026885, "W22": -38.941054733951333, "S22": -38.941054733951333, "W31": -70.223310319353047, "S31": -70.223310319353047, "W32": -78.65890614977647, "S32": -83.65890614977647 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4676068108398974, "S11": 2.4676068108398974, "W12": -5.9298186281101604, "S12": -8.4766980315458653, "W13": -30.0, "S13": -30.0, "W21": -33.86604214986604, "S21": -33.86604214986604, "W22": -38.767755191460665, "S22": -38.767755191460665, "W31": -70.264231900406543, "S31": -70.264231900406543, "W32": -78.532556842785112, "S32": -83.532556842785112 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510162.876106194686145 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4626649555710252, "S11": 2.4626649555710252, "W12": -5.4803819355426802, "S12": -8.1296713592948215, "W13": -30.0, "S13": -30.0, "W21": -34.010761256519203, "S21": -34.010761256519203, "W22": -38.231531244769918, "S22": -38.231531244769918, "W31": -70.390851575115249, "S31": -70.390851575115249, "W32": -78.545887828745819, "S32": -83.545887828745819 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4609685857051877, "S11": 2.4609685857051877, "W12": -5.326105693040093, "S12": -8.0105489735874507, "W13": -30.0, "S13": -30.0, "W21": -34.060438375370438, "S21": -34.060438375370438, "W22": -38.060115392958913, "S22": -38.060115392958913, "W31": -70.431328356374593, "S31": -70.431328356374593, "W32": -78.574678731314293, "S32": -83.574678731314293 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510212.743362831883132 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4560090599168838, "S11": 2.4560090599168838, "W12": -5.0, "S12": -7.7872194868719955, "W13": -30.0, "S13": -30.0, "W21": -34.20567495201152, "S21": -34.20567495201152, "W22": -37.522007755588504, "S22": -37.522007755588504, "W31": -70.482761576385215, "S31": -70.482761576385215, "W32": -78.665058963919378, "S32": -83.665058963919378 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.454330360570486, "S11": 2.454330360570486, "W12": -5.0, "S12": -7.8220071576588488, "W13": -29.875922744127678, "S13": -29.875922744127678, "W21": -34.254834600874609, "S21": -34.254834600874609, "W22": -37.35247559445633, "S22": -37.35247559445633, "W31": -70.394963403272115, "S31": -70.394963403272115, "W32": -78.693533482943195, "S32": -83.693533482943195 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510262.610619469021913 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4493531642627424, "S11": 2.4493531642627424, "W12": -5.0, "S12": -7.9251495499918505, "W13": -28.836183121897406, "S13": -28.836183121897406, "W21": -34.400588647503845, "S21": -34.400588647503845, "W22": -36.950098143971182, "S22": -36.950098143971182, "W31": -70.115309962986743, "S31": -70.115309962986743, "W32": -78.784230099092923, "S32": -83.784230099092923 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4476921354357764, "S11": 2.4476921354357764, "W12": -5.0, "S12": -7.9595710347705015, "W13": -28.489193094122886, "S13": -28.489193094122886, "W21": -34.449230826379015, "S21": -34.449230826379015, "W22": -36.961591710807596, "S22": -36.961591710807596, "W31": -70.028487325130683, "S31": -70.028487325130683, "W32": -78.812388234571969, "S32": -83.812388234571969 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510312.477876106218901 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4426972686086006, "S11": 2.4426972686086006, "W12": -5.0, "S12": -7.9439394223882882, "W13": -27.44576208861923, "S13": -27.44576208861923, "W21": -34.595502342996163, "S21": -34.595502342996163, "W22": -36.998741329458639, "S22": -36.998741329458639, "W31": -70.0, "S31": -70.0, "W32": -78.903401234266482, "S32": -83.903401234266482 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4410539103010747, "S11": 2.4410539103010747, "W12": -5.0, "S12": -7.9136735468443025, "W13": -27.102463444119721, "S13": -27.102463444119721, "W21": -34.643627051883186, "S21": -34.643627051883186, "W22": -37.010105755094671, "S22": -37.010105755094671, "W31": -70.0, "S31": -70.0, "W32": -78.9312429862009, "S32": -83.9312429862009 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510362.345132743357681 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4360413729544592, "S11": 2.4360413729544592, "W12": -5.0, "S12": -7.8213572024430604, "W13": -26.055341055341056, "S13": -26.055341055341056, "W21": -34.79041603848848, "S21": -34.79041603848848, "W22": -37.047384514946103, "S22": -37.047384514946103, "W31": -70.0, "S31": -70.0, "W32": -79.022572369440041, "S32": -84.022572369440041 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.434415685166365, "S11": 2.434415685166365, "W12": -5.0, "S12": -7.7914167664209826, "W13": -25.715733794114932, "S13": -25.715733794114932, "W21": -34.838023277387585, "S21": -34.838023277387585, "W22": -37.058619799381688, "S22": -37.058619799381688, "W31": -70.0, "S31": -70.0, "W32": -79.050097737829674, "S32": -84.050097737829674 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510412.212389380554669 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4293854773003178, "S11": 2.4293854773003178, "W12": -5.0, "S12": -7.7003974597042069, "W13": -24.615257784260258, "S13": -24.615257784260258, "W21": -34.985329733980805, "S21": -34.985329733980805, "W22": -37.096027700433559, "S22": -37.096027700433559, "W31": -70.0, "S31": -70.0, "W32": -79.141743504613601, "S32": -84.141743504613601 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4277774600316633, "S11": 2.4277774600316633, "W12": -5.0, "S12": -7.675008486867954, "W13": -24.2490918386418, "S13": -24.2490918386418, "W21": -35.032419502891763, "S21": -35.032419502891763, "W22": -37.10713384366877, "S22": -37.10713384366877, "W31": -70.0, "S31": -70.0, "W32": -79.16895248945859, "S32": -84.16895248945859 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510462.079646017693449 ] } }, +{ "type": "Feature", "properties": { "W11": 2.422729581646176, "S11": 2.422729581646176, "W12": -5.0, "S12": -7.5953075721401833, "W13": -23.099625848183145, "S13": -23.099625848183145, "W21": -35.180243429473123, "S21": -35.180243429473123, "W22": -37.144670885921016, "S22": -37.144670885921016, "W31": -70.0, "S31": -70.0, "W32": -79.260914639787146, "S32": -84.260914639787146 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4211392348969532, "S11": 2.4211392348969532, "W12": -5.0, "S12": -7.5701975990053683, "W13": -22.737483704164013, "S13": -22.737483704164013, "W21": -35.226815728396161, "S21": -35.226815728396161, "W22": -37.155647887955794, "S22": -37.155647887955794, "W31": -70.0, "S31": -70.0, "W32": -79.287807241087364, "S32": -84.287807241087364 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510511.946902654890437 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4160736859920346, "S11": 2.4160736859920346, "W12": -4.9139441372872845, "S12": -7.4041618218634442, "W13": -25.521090353659975, "S13": -25.521090353659975, "W21": -35.375157124965448, "S21": -35.375157124965448, "W22": -37.193314071408473, "S22": -37.193314071408473, "W31": -70.0, "S31": -70.0, "W32": -79.380085774960705, "S32": -84.380085774960705 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4145010097622515, "S11": 2.4145010097622515, "W12": -4.8621135109684079, "S12": -7.3275002221113112, "W13": -26.381715281524865, "S13": -26.381715281524865, "W21": -35.421211953900333, "S21": -35.421211953900333, "W22": -37.204161932242869, "S22": -37.204161932242869, "W31": -70.0, "S31": -70.0, "W32": -79.40666199271628, "S32": -84.40666199271628 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510561.814159292029217 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4094177903378928, "S11": 2.4094177903378928, "W12": -4.6945860558627128, "S12": -7.0797138528748498, "W13": -27.579195807981286, "S13": -27.579195807981286, "W21": -35.570070820457765, "S21": -35.570070820457765, "W22": -37.241957256895937, "S22": -37.241957256895937, "W31": -70.0, "S31": -70.0, "W32": -79.49925691013425, "S32": -84.49925691013425 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4078627846275422, "S11": 2.4078627846275422, "W12": -4.6433377961315632, "S12": -7.0039136194118807, "W13": -27.804310247862009, "S13": -27.804310247862009, "W21": -35.615608179404731, "S21": -35.615608179404731, "W22": -37.252675976529886, "S22": -37.252675976529886, "W31": -70.0, "S31": -70.0, "W32": -79.525516744345069, "S32": -84.525516744345069 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510611.681415929226205 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4027618946837515, "S11": 2.4027618946837515, "W12": -4.475227974438142, "S12": -6.7552658838862554, "W13": -28.252970954654799, "S13": -28.252970954654799, "W21": -35.764984515950083, "S21": -35.764984515950083, "W22": -37.290600442383393, "S22": -37.290600442383393, "W31": -71.550003, "S31": -71.550003, "W32": -79.618428045307823, "S32": -84.618428045307823 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4012245594928401, "S11": 2.4012245594928401, "W12": -4.4245620812949742, "S12": -6.6803270167128277, "W13": -28.107850666060113, "S13": -28.107850666060113, "W21": -35.810004404908902, "S21": -35.810004404908902, "W22": -37.301190020816961, "S22": -37.301190020816961, "W31": -71.550003, "S31": -71.550003, "W32": -79.644371495973985, "S32": -84.644371495973985 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510661.548672566364985 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3961059990296101, "S11": 2.3961059990296101, "W12": -4.2558698930135712, "S12": -6.4308179148976619, "W13": -27.624672387175533, "S13": -27.624672387175533, "W21": -35.959898211442408, "S21": -35.959898211442408, "W22": -37.339243627870857, "S22": -37.339243627870857, "W31": -71.550003, "S31": -71.550003, "W32": -79.737599180481382, "S32": -84.737599180481382 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3945863343581304, "S11": 2.3945863343581304, "W12": -4.2057863664581285, "S12": -6.3567404140133954, "W13": -27.481220147874676, "S13": -27.481220147874676, "W21": -36.004400630413301, "S21": -36.004400630413301, "W22": -37.349704065103985, "S22": -37.349704065103985, "W31": -71.550003, "S31": -71.550003, "W32": -79.763226247602745, "S32": -84.763226247602745 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510711.415929203561973 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3894501033754687, "S11": 2.3894501033754687, "W12": -4.0365118115890004, "S12": -6.1063699459090675, "W13": -26.996373819696263, "S13": -26.996373819696263, "W21": -36.154811906934725, "S21": -36.154811906934725, "W22": -37.387886813358307, "S22": -37.387886813358307, "W31": -71.550003, "S31": -71.550003, "W32": -79.856770315654941, "S32": -84.856770315654941 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3879481092234287, "S11": 2.3879481092234287, "W12": -3.9870106516215396, "S12": -6.0331538113143424, "W13": -26.854589629689968, "S13": -26.854589629689968, "W21": -36.198796855917479, "S21": -36.198796855917479, "W22": -37.398218109391067, "S22": -37.398218109391067, "W31": -71.550003, "S31": -71.550003, "W32": -79.882080999231661, "S32": -84.882080999231661 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510761.283185840700753 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3827942077213269, "S11": 2.3827942077213269, "W12": -3.8171537301644292, "S12": -5.781921976920473, "W13": -26.368075252216997, "S13": -26.368075252216997, "W21": -36.349725602427043, "S21": -36.349725602427043, "W22": -37.436529998845764, "S22": -37.436529998845764, "W31": -71.550003, "S31": -71.550003, "W32": -79.975941450828486, "S32": -84.975941450828486 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.381309884088719, "S11": 2.381309884088719, "W12": -3.7682349367846952, "S12": -5.7095672086149118, "W13": -26.227959111504536, "S13": -26.227959111504536, "W21": -36.393193081421877, "S21": -36.393193081421877, "W22": -37.446732153678084, "S22": -37.446732153678084, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510811.150442477897741 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3761383120671855, "S11": 2.3761383120671855, "W12": -3.5977956487398579, "S12": -5.4574740079318786, "W13": -26.174906268010737, "S13": -26.174906268010737, "W21": -36.544639297919367, "S21": -36.544639297919367, "W22": -37.519207775380963, "S22": -37.519207775380963, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3746716589540169, "S11": 2.3746716589540169, "W12": -3.5494592219481058, "S12": -5.3859806059158579, "W13": -26.177993996274431, "S13": -26.177993996274431, "W21": -36.587589306926048, "S21": -36.587589306926048, "W22": -37.559570434447593, "S22": -37.559570434447593, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510861.017699115036521 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3694824164130437, "S11": 2.3694824164130437, "W12": -3.6344716078900179, "S12": -5.3890600795180159, "W13": -26.18891885009096, "S13": -26.18891885009096, "W21": -36.739552993411685, "S21": -36.739552993411685, "W22": -37.714121470873287, "S22": -37.714121470873287, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3680334338193076, "S11": 2.3680334338193076, "W12": -3.7717729953612578, "S12": -5.5034834914664241, "W13": -26.191969376809315, "S13": -26.191969376809315, "W21": -36.781985532430447, "S21": -36.781985532430447, "W22": -37.753966659951772, "S22": -37.753966659951772, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510910.884955752233509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3628265207589023, "S11": 2.3628265207589023, "W12": -4.2651649731022117, "S12": -5.9146635571661861, "W13": -26.202931432171184, "S13": -26.202931432171184, "W21": -36.93446668890401, "S21": -36.93446668890401, "W22": -37.909035166365605, "S22": -37.909035166365605, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.361395208684606, "S11": 2.361395208684606, "W12": -4.4007919534088007, "S12": -6.0276915616515021, "W13": -26.205944757344184, "S13": -26.205944757344184, "W21": -36.976381757934625, "S21": -36.976381757934625, "W22": -37.94836288545617, "S22": -37.94836288545617, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 510960.752212389372289 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3561706251047605, "S11": 2.3561706251047605, "W12": -4.8958583383144054, "S12": -6.4240213640028703, "W13": -26.216944014251407, "S13": -26.216944014251407, "W21": -37.129380384396327, "S21": -37.129380384396327, "W22": -38.10394886185793, "S22": -38.10394886185793, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3547569835498963, "S11": 2.3547569835498963, "W12": -5.0228073986899773, "S12": -6.5198933829127297, "W13": -26.219920137879068, "S13": -26.219920137879068, "W21": -37.170777983439024, "S21": -37.170777983439024, "W22": -38.142759110960341, "S22": -38.142759110960341, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511010.619469026569277 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3495147294506191, "S11": 2.3495147294506191, "W12": -5.4028482876314854, "S12": -6.7846902430858371, "W13": -26.230956596331627, "S13": -26.230956596331627, "W21": -37.324294079888645, "S21": -37.324294079888645, "W22": -38.298862557350247, "S22": -38.298862557350247, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3481187584151941, "S11": 2.3481187584151941, "W12": -5.5040501872709342, "S12": -6.8552035642779794, "W13": -26.233895518413938, "S13": -26.233895518413938, "W21": -37.365174208943195, "S21": -37.365174208943195, "W22": -38.33715533646474, "S22": -38.33715533646474, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511060.486725663708057 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3428588337964777, "S11": 2.3428588337964777, "W12": -5.8853721129170236, "S12": -7.1208929981372613, "W13": -26.24496917841185, "S13": -26.24496917841185, "W21": -37.519207775380963, "S21": -37.519207775380963, "W22": -38.493776252842565, "S22": -38.493776252842565, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3414805332804844, "S11": 2.3414805332804844, "W12": -5.9852929758524525, "S12": -7.1905137456436208, "W13": -26.247870898948822, "S13": -26.247870898948822, "W21": -37.559570434447593, "S21": -37.559570434447593, "W22": -38.531551561968911, "S22": -38.531551561968911, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511110.353982300905045 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3362029381423364, "S11": 2.3362029381423364, "W12": -6.3678959382025608, "S12": -7.4570957531886846, "W13": -26.258981760492073, "S13": -26.258981760492073, "W21": -37.714121470873287, "S21": -37.714121470873287, "W22": -38.68868994833489, "S22": -38.68868994833489, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3348423081457828, "S11": 2.3348423081457828, "W12": -6.4665357644334094, "S12": -7.5258239270088705, "W13": -26.261846279483692, "S13": -26.261846279483692, "W21": -37.753966659951772, "S21": -37.753966659951772, "W22": -38.725947787473316, "S22": -38.725947787473316, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511160.221238938043825 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3295470424881946, "S11": 2.3295470424881946, "W12": -6.8504197634880999, "S12": -7.8146188996468959, "W13": -26.272994342572296, "S13": -26.272994342572296, "W21": -37.909035166365605, "S21": -37.909035166365605, "W22": -38.883603643827207, "S22": -38.883603643827207, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3282040830110731, "S11": 2.3282040830110731, "W12": -6.9477785530149285, "S12": -7.8934739696912377, "W13": -26.275821660018579, "S13": -26.275821660018579, "W21": -37.94836288545617, "S21": -37.94836288545617, "W22": -38.920344012977488, "S22": -38.920344012977488, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511210.088495575240813 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3228911468340527, "S11": 2.3228911468340527, "W12": -7.40058344848764, "S12": -8.2730755538781455, "W13": -26.287006924652516, "S13": -26.287006924652516, "W21": -38.10394886185793, "S21": -38.10394886185793, "W22": -39.078517339319532, "S22": -39.078517339319532, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3215658578763714, "S11": 2.3215658578763714, "W12": -7.535511529174852, "S12": -8.3897433850761143, "W13": -26.289797040553445, "S13": -26.289797040553445, "W21": -38.142759110960341, "S21": -38.142759110960341, "W22": -39.114740238481886, "S22": -39.114740238481886, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511259.955752212379593 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3162352511799114, "S11": 2.3162352511799114, "W12": -8.0782222537174171, "S12": -8.8590073283396329, "W13": -26.301019506732743, "S13": -26.301019506732743, "W21": -38.298862557350247, "S21": -38.298862557350247, "W22": -39.273431034811843, "S22": -39.273431034811843, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3149276327416617, "S11": 2.3149276327416617, "W12": -8.2113512933291908, "S12": -8.9741195884553004, "W13": -26.303772421088333, "S13": -26.303772421088333, "W21": -38.33715533646474, "S21": -38.33715533646474, "W22": -39.309136463986057, "S22": -39.309136463986057, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511309.823008849576581 ] } }, +{ "type": "Feature", "properties": { "W11": 2.30957935552577, "S11": 2.30957935552577, "W12": -8.755861058947195, "S12": -9.4449391028011203, "W13": -26.315032088812963, "S13": -26.315032088812963, "W21": -38.493776252842565, "S21": -38.493776252842565, "W22": -39.468344730304167, "S22": -39.468344730304167, "W31": -71.550003, "S31": -71.550003, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3082894076069596, "S11": 2.3082894076069596, "W12": -8.8871910574827364, "S12": -9.5584957918338009, "W13": -26.317747801623199, "S13": -26.317747801623199, "W21": -38.531551561968911, "S21": -38.531551561968911, "W22": -39.503532689490463, "S22": -39.503532689490463, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511359.690265486715361 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3029234598716282, "S11": 2.3029234598716282, "W12": -9.4334998641769729, "S12": -10.030870877262609, "W13": -26.329044670893186, "S13": -26.329044670893186, "W21": -38.68868994833489, "S21": -38.68868994833489, "W22": -39.663258425796485, "S22": -39.663258425796485, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3016511824722503, "S11": 2.3016511824722503, "W12": -9.5630308216370743, "S12": -10.142871995212985, "W13": -26.331723182158086, "S13": -26.331723182158086, "W21": -38.725947787473316, "S21": -38.725947787473316, "W22": -39.697928914994634, "S22": -39.697928914994634, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511409.557522123912349 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2962675642174868, "S11": 2.2962675642174868, "W12": -10.041406683153069, "S12": -10.547070665470414, "W13": -26.343057252973409, "S13": -26.343057252973409, "W21": -38.883603643827207, "S21": -38.883603643827207, "W22": -39.85817212128881, "S22": -39.85817212128881, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2950129573375482, "S11": 2.2950129573375482, "W12": -10.08899547487132, "S12": -10.577373087672186, "W13": -26.345698562692956, "S13": -26.345698562692956, "W21": -38.920344012977488, "S21": -38.920344012977488, "W22": -39.892325140499032, "S22": -39.892325140499032, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511459.42477876105113 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2896116685633454, "S11": 2.2896116685633454, "W12": -10.293873042973186, "S12": -10.707829994522241, "W13": -26.357069835053633, "S13": -26.357069835053633, "W21": -39.078517339319532, "S21": -39.078517339319532, "W22": -40.053085816781127, "S22": -40.053085816781127, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2883747322028385, "S11": 2.2883747322028385, "W12": -10.340791570019492, "S12": -10.737705622045205, "W13": -26.359673943227836, "S13": -26.359673943227836, "W21": -39.114740238481886, "S21": -39.114740238481886, "W22": -40.086721366003211, "S22": -40.086721366003211, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511509.292035398248117 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2386393977261347, "S11": 2.2386393977261347, "W12": -10.546339402793302, "S12": -10.868589323574069, "W13": -26.371082417133852, "S13": -26.371082417133852, "W21": -39.273431034811843, "S21": -39.273431034811843, "W22": -40.247999512273452, "S22": -40.247999512273452, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.224505571981334, "S11": 2.224505571981334, "W12": -10.592587665167372, "S12": -10.898038156418037, "W13": -26.373649323762706, "S13": -26.373649323762706, "W21": -39.309136463986057, "S21": -39.309136463986057, "W22": -40.281117591507609, "S22": -40.281117591507609, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511559.159292035386898 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1614837306167405, "S11": 2.1614837306167405, "W12": -10.798805762613418, "S12": -11.016754755556532, "W13": -26.385094999214079, "S13": -26.385094999214079, "W21": -39.468344730304167, "S21": -39.468344730304167, "W22": -40.640975463586933, "S22": -40.640975463586933, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1475547429261681, "S11": 2.1475547429261681, "W12": -10.844383760315546, "S12": -11.039486123127057, "W13": -26.38762470429759, "S13": -26.38762470429759, "W21": -39.503532689490463, "S21": -39.503532689490463, "W22": -40.715369304273594, "S22": -40.715369304273594, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511609.026548672583885 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0843280635073467, "S11": 2.0843280635073467, "W12": -11.051272122433534, "S12": -11.142668703373442, "W13": -26.399107581294299, "S13": -26.399107581294299, "W21": -39.663258425796485, "S21": -39.663258425796485, "W22": -41.085764034888825, "S22": -41.085764034888825, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0706039138710919, "S11": 2.0706039138710919, "W12": -11.096179855463424, "S12": -11.165065786126698, "W13": -26.401600084832459, "S13": -26.401600084832459, "W21": -39.697928914994634, "S21": -39.697928914994634, "W22": -41.158977020961665, "S22": -41.158977020961665, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511658.893805309722666 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0071723963979524, "S11": 2.0071723963979524, "W12": -11.30373848225365, "S12": -11.30373848225365, "W13": -26.413120163374522, "S13": -26.413120163374522, "W21": -39.85817212128881, "S21": -39.85817212128881, "W22": -41.53055260619071, "S22": -41.53055260619071, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9936530848159257, "S11": 1.9936530848159257, "W12": -11.347975950611598, "S12": -11.347975950611598, "W13": -26.415575465367343, "S13": -26.415575465367343, "W21": -39.892325140499032, "S21": -39.892325140499032, "W22": -41.602584737649224, "S22": -41.602584737649224, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511708.761061946919654 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9300167292885579, "S11": 1.9300167292885579, "W12": -11.556204842073766, "S12": -11.556204842073766, "W13": -26.427132745454745, "S13": -26.427132745454745, "W21": -40.053085816781127, "S21": -40.053085816781127, "W22": -41.975341177492588, "S22": -41.975341177492588, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.91670225576085, "S11": 1.91670225576085, "W12": -11.599772045759476, "S12": -11.599772045759476, "W13": -26.429550845902213, "S13": -26.429550845902213, "W21": -40.086721366003211, "S21": -40.086721366003211, "W22": -42.046192454337266, "S22": -42.046192454337266, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511758.628318584058434 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8528610621791639, "S11": 1.8528610621791639, "W12": -11.808671201893882, "S12": -11.808671201893882, "W13": -26.441145327534969, "S13": -26.441145327534969, "W21": -40.247999512273452, "S21": -40.247999512273452, "W22": -42.42012974879443, "S22": -42.42012974879443, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8397514267056838, "S11": 1.8397514267056838, "W12": -11.85156814090765, "S12": -11.85156814090765, "W13": -26.443526226437097, "S13": -26.443526226437097, "W21": -40.281117591507609, "S21": -40.281117591507609, "W22": -42.489800171024775, "S22": -42.489800171024775, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511808.495575221255422 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7757053950697701, "S11": 1.7757053950697701, "W12": -12.061137561713998, "S12": -12.061137561713998, "W13": -26.455157909615192, "S13": -26.455157909615192, "W21": -40.44291320776577, "S21": -40.640975463586933, "W22": -42.86491832009628, "S22": -42.86491832009628, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7628005976506076, "S11": 1.7628005976506076, "W12": -12.103364236055528, "S12": -12.103364236055528, "W13": -26.457501606971967, "S13": -26.457501606971967, "W21": -40.47551381701178, "S21": -40.715369304273594, "W22": -42.933407887712804, "S22": -42.933407887712804, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511858.362831858394202 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6985497279603754, "S11": 1.6985497279603754, "W12": -12.313603921534114, "S12": -12.313603921534114, "W13": -26.469170491695412, "S13": -26.469170491695412, "W21": -40.637826903258095, "S21": -41.085764034888825, "W22": -43.309706891398157, "S22": -43.309706891398157, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6858497685954419, "S11": 1.6858497685954419, "W12": -12.355160331203702, "S12": -12.355160331203702, "W13": -26.471476987506854, "S13": -26.471476987506854, "W21": -40.669910042516179, "S21": -41.158977020961665, "W22": -43.377015604400356, "S22": -43.377015604400356, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511908.23008849559119 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6213940608509816, "S11": 1.6213940608509816, "W12": -12.566070281354232, "S12": -12.566070281354232, "W13": -26.483183073775635, "S13": -26.483183073775635, "W21": -40.832740598750405, "S21": -41.53055260619071, "W22": -43.754495462700064, "S22": -43.754495462700064, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6088989395403657, "S11": 1.6088989395403657, "W12": -12.60695642635158, "S12": -12.60695642635158, "W13": -26.485452368041724, "S13": -26.485452368041724, "W21": -40.864306268020357, "S21": -41.602584737649224, "W22": -43.820623321088448, "S22": -43.820623321088448, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 511958.09734513272997 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5442383937415873, "S11": 1.5442383937415873, "W12": -12.818536641174347, "S12": -12.818536641174347, "W13": -26.497195655855858, "S13": -26.497195655855858, "W21": -41.02765429424273, "S21": -41.975341177492588, "W22": -44.199284034001991, "S22": -44.199284034001991, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5319481104851995, "S11": 1.5319481104851995, "W12": -12.858752521499756, "S12": -12.858752521499756, "W13": -26.499427748576608, "S13": -26.499427748576608, "W21": -41.058702493524756, "S21": -42.046192454337266, "W22": -44.264231037776028, "S22": -44.264231037776028, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512007.964601769926958 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4670827266321933, "S11": 1.4670827266321933, "W12": -13.071003000994464, "S12": -13.071003000994464, "W13": -26.511208237936081, "S13": -26.511208237936081, "W21": -41.222567989735047, "S21": -42.42012974879443, "W22": -44.644072605303876, "S22": -44.644072605303876, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.454997281430124, "S11": 1.454997281430124, "W12": -13.110548616647632, "S12": -13.110548616647632, "W13": -26.513403129111474, "S13": -26.513403129111474, "W21": -41.253098719028927, "S21": -42.489800171024775, "W22": -44.707838754464071, "S22": -44.707838754464071, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512057.831858407065738 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3899270595227993, "S11": 1.3899270595227993, "W12": -13.323469360814581, "S12": -13.323469360814581, "W13": -26.525220820016305, "S13": -26.525220820016305, "W21": -41.417481685227372, "S21": -42.86491832009628, "W22": -45.05019916049536, "S22": -45.05019916049536, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3780464523749576, "S11": 1.3780464523749576, "W12": -13.375671997262177, "S12": -13.375671997262177, "W13": -26.527378509646361, "S13": -26.527378509646361, "W21": -41.447494944533325, "S21": -42.933407887712804, "W22": -45.093926803481601, "S22": -45.093926803481601, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512107.699115044262726 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3127713924134048, "S11": 1.3127713924134048, "W12": -13.66657859574693, "S12": -13.66657859574693, "W13": -26.539233402096524, "S13": -26.539233402096524, "W21": -41.61239538071969, "S21": -43.309706891398157, "W22": -45.360967943983134, "S22": -45.360967943983134, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3010956233198814, "S11": 1.3010956233198814, "W12": -13.718613144220587, "S12": -13.718613144220587, "W13": -26.541353890181227, "S13": -26.541353890181227, "W21": -41.641891170037503, "S21": -43.377015604400356, "W22": -45.374019362739247, "S22": -45.374019362739247, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512157.566371681401506 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2356157253040108, "S11": 1.2356157253040108, "W12": -14.010432629520869, "S12": -14.010432629520869, "W13": -26.553245984176748, "S13": -26.553245984176748, "W21": -41.807309076212007, "S21": -43.754495462700064, "W22": -45.451354774323846, "S22": -45.451354774323846, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2241447942647157, "S11": 1.2241447942647157, "W12": -14.061554291179394, "S12": -14.061554291179394, "W13": -26.555329270716115, "S13": -26.555329270716115, "W21": -41.836287395541895, "S21": -43.820623321088448, "W22": -45.437222575322771, "S22": -45.437222575322771, "W31": -70.0, "S31": -70.0, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512207.433628318598494 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1584600581946165, "S11": 1.1584600581946165, "W12": -14.354286663294808, "S12": -14.354286663294808, "W13": -26.567258566256971, "S13": -26.567258566256971, "W21": -42.002222771704332, "S21": -44.199284034001991, "W22": -45.342137201673332, "S22": -45.342137201673332, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1471939652096395, "S11": 1.1471939652096395, "W12": -14.404495438137802, "S12": -14.404495438137802, "W13": -26.569304651250985, "S13": -26.569304651250985, "W21": -42.030683621046073, "S21": -44.264231037776028, "W22": -45.327538628441559, "S22": -45.327538628441559, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512257.300884955737274 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0813043910852222, "S11": 1.0813043910852222, "W12": -14.69814069706875, "S12": -14.69814069706875, "W13": -26.581271148337194, "S13": -26.581271148337194, "W21": -42.19713646719665, "S21": -44.644072605303876, "W22": -45.232161283327549, "S22": -45.232161283327549, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0702431361544738, "S11": 1.0702431361544738, "W12": -14.747436585096612, "S12": -14.747436585096612, "W13": -26.583280031785868, "S13": -26.583280031785868, "W21": -42.225079846550464, "S21": -44.707838754464071, "W22": -45.217854681560475, "S22": -45.217854681560475, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512307.168141592934262 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0041487239758282, "S11": 1.0041487239758282, "W12": -15.0, "S12": -15.0, "W13": -26.595283730417417, "S13": -26.595283730417417, "W21": -42.392050162688967, "S21": -45.05019916049536, "W22": -45.769799331103677, "S22": -45.769799331103677, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99329230709939753, "S11": 0.99329230709939753, "W12": -15.0, "S12": -15.0, "W13": -26.597255412320735, "S13": -26.597255412320735, "W21": -42.419476072054643, "S21": -45.093926803481601, "W22": -45.892438215882088, "S22": -45.892438215882088, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512357.035398230073042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9269930568664343, "S11": 0.9269930568664343, "W12": -15.0, "S12": -15.0, "W13": -26.609296312497641, "S13": -26.609296312497641, "W21": -42.586963858181292, "S21": -45.360967943983134, "W22": -46.732173913043475, "S22": -46.732173913043475, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91634147804423161, "S11": 0.91634147804423161, "W12": -15.0, "S12": -15.0, "W13": -26.611230792855618, "S13": -26.611230792855618, "W21": -42.613872297559041, "S21": -45.374019362739247, "W22": -46.852257821055105, "S22": -46.852257821055105, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512406.90265486727003 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84983738975703993, "S11": 0.84983738975703993, "W12": -15.0, "S12": -15.0, "W13": -26.62330889457786, "S13": -26.62330889457786, "W21": -42.78187755367361, "S21": -45.451354774323846, "W22": -47.69454849498328, "S22": -47.69454849498328, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83939064898915561, "S11": 0.83939064898915561, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -26.625206173390488, "S13": -26.625206173390488, "W21": -42.808268523063219, "S21": -45.437222575322771, "W22": -47.812077426229251, "S22": -47.812077426229251, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512456.76991150440881 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77268172264764556, "S11": 0.77268172264764556, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -26.637321476658084, "S13": -26.637321476658084, "W21": -42.976791249165935, "S21": -45.342137201673332, "W22": -48.708134556574926, "S22": -48.708134556574926, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76243981993398924, "S11": 0.76243981993398924, "W12": -15.0, "S12": -15.0, "W13": -26.639181553925376, "S13": -26.639181553925376, "W21": -43.002664748567618, "S21": -45.327538628441559, "W22": -48.833083813698856, "S22": -48.833083813698856, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512506.637168141605798 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69552605553825153, "S11": 0.69552605553825153, "W12": -15.0, "S12": -15.0, "W13": -26.651334058738307, "S13": -26.651334058738307, "W21": -43.171704944658252, "S21": -45.232161283327549, "W22": -49.754006116207947, "S22": -49.754006116207947, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68548899087891335, "S11": 0.68548899087891335, "W12": -15.0, "S12": -15.0, "W13": -26.653156934460242, "S13": -26.653156934460242, "W21": -43.197060974071789, "S21": -45.217854681560475, "W22": -49.876178723174171, "S22": -49.876178723174171, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512556.504424778744578 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6183703884288575, "S11": 0.6183703884288575, "W12": -15.0, "S12": -15.0, "W13": -26.66534664081853, "S13": -26.66534664081853, "W21": -43.36661864015057, "S21": -45.122185364981767, "W22": -51.632615172438179, "S22": -51.632615172438179, "W31": -70.0, "S31": -70.0, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60853816182374731, "S11": 0.60853816182374731, "W12": -15.0, "S12": -15.0, "W13": -26.667132314995129, "S13": -26.667132314995129, "W21": -43.391457199576188, "S21": -45.10817073467927, "W22": -51.88517997782543, "S22": -51.88517997782543, "W31": -70.0, "S31": -70.0, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512606.371681415941566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54121472131946347, "S11": 0.54121472131946347, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -26.67935922289875, "S13": -26.67935922289875, "W21": -43.561532335642895, "S21": -45.012209446635993, "W22": -53.845004552969158, "S22": -53.845004552969158, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53158733276867098, "S11": 0.53158733276867098, "W12": -15.0, "S12": -15.0, "W13": -26.681107695529995, "S13": -26.681107695529995, "W21": -43.585853425080366, "S21": -44.998486787798193, "W22": -54.091695758232376, "S22": -54.091695758232376, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512656.238938053080346 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4640590542100691, "S11": 0.4640590542100691, "W12": -15.0, "S12": -15.0, "W13": -26.693371804978973, "S13": -26.693371804978973, "W21": -43.756446031135212, "S21": -44.902233528290211, "W22": -56.057393933500123, "S22": -56.057393933500123, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45463650371350539, "S11": 0.45463650371350539, "W12": -15.0, "S12": -15.0, "W13": -26.695083076064883, "S13": -26.695083076064883, "W21": -43.780249650584764, "S21": -44.888802840916981, "W22": -56.29821153863675, "S22": -56.29821153863675, "W31": -70.0, "S31": -70.0, "W32": -80.002009407055681, "S32": -85.002009407055681 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512706.106194690277334 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38690338710067473, "S11": 0.38690338710067473, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -26.707384387059196, "S13": -26.707384387059196, "W21": -43.78422100170301, "S21": -44.625118885019909, "W22": -58.269783314031102, "S22": -58.269783314031102, "W31": -70.0, "S31": -70.0, "W32": -80.033990238700682, "S32": -85.033990238700682 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37768567465842917, "S11": 0.37768567465842917, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -26.709058456599752, "S13": -26.709058456599752, "W21": -43.765415538457908, "S21": -44.569888556404869, "W22": -58.504727319043695, "S22": -58.504727319043695, "W31": -70.0, "S31": -70.0, "W32": -80.037801261339609, "S32": -85.037801261339609 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512755.973451327416115 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3097477199912807, "S11": 0.3097477199912807, "W12": -15.0, "S12": -15.0, "W13": -26.72139696913942, "S13": -26.72139696913942, "W21": -43.62681230935469, "S21": -44.162820578833482, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.069877368550564, "S32": -85.069877368550564 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30073484560326347, "S11": 0.30073484560326347, "W12": -15.0, "S12": -15.0, "W13": -26.723033837134636, "S13": -26.723033837134636, "W21": -43.608424745292723, "S21": -44.10881759085408, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.073593115623495, "S32": -85.073593115623495 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512805.840707964613102 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23259205288188661, "S11": 0.23259205288188661, "W12": -15.0, "S12": -15.0, "W13": -26.655860789947535, "S13": -26.655860789947535, "W21": -43.469403617006371, "S21": -43.700522272647063, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.10233628974936, "S32": -85.10233628974936 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22378401654818722, "S11": 0.22378401654818722, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -26.630037461392021, "S13": -26.630037461392021, "W21": -43.451433952127729, "S21": -43.647746625303832, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.107870168931697, "S32": -85.107870168931697 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512855.707964601751883 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15543638577249261, "S11": 0.15543638577249261, "W12": -15.0, "S12": -15.0, "W13": -26.429656439034179, "S13": -26.429656439034179, "W21": -43.311994924658052, "S21": -43.417864212357401, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.157189653573965, "S32": -85.157189653573965 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14683318749302135, "S11": 0.14683318749302135, "W12": -15.0, "S12": -15.0, "W13": -26.404433653003085, "S13": -26.404433653003085, "W21": -43.294443158962544, "S21": -43.449101152531235, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.162577904356709, "S32": -85.162577904356709 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512905.57522123894887 ] } }, +{ "type": "Feature", "properties": { "W11": 0.078280718663098353, "S11": 0.078280718663098353, "W12": -15.0, "S12": -15.0, "W13": -26.203452088120823, "S13": -26.203452088120823, "W21": -43.154586232309732, "S21": -43.698005025026951, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.212043017398557, "S32": -85.212043017398557 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069882358437945297, "S11": 0.069882358437945297, "W12": -15.0, "S12": -15.0, "W13": -26.178829844614405, "S13": -26.178829844614405, "W21": -43.137452365797543, "S21": -43.728498228529816, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.217285639781807, "S32": -85.217285639781807 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 512955.442477876087651 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0011250515537039596, "S11": 0.0011250515537039596, "W12": -15.0, "S12": -15.0, "W13": -25.977247737207467, "S13": -25.977247737207467, "W21": -42.997177539961413, "S21": -43.978145837696502, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.266896381223148, "S32": -85.266896381223148 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0070684706172209899, "S11": -0.0070684706172209899, "W12": -15.0, "S12": -15.0, "W13": -25.95322603622547, "S13": -25.95322603622547, "W21": -42.980461572632358, "S21": -44.007895304528724, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.271993375206833, "S32": -85.271993375206833 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513005.309734513284639 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076030615555690018, "S11": -0.076030615555690018, "W12": -15.0, "S12": -15.0, "W13": -25.751043386294114, "S13": -25.751043386294114, "W21": -42.839768847613094, "S21": -44.258286650366053, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.32174974504774, "S32": -85.32174974504774 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.084019299672296932, "S11": -0.084019299672296932, "W12": -15.0, "S12": -15.0, "W13": -25.727622227836797, "S13": -25.727622227836797, "W21": -42.823470779467357, "S21": -44.287292380527305, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.32670111063193, "S32": -85.32670111063193 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513055.176991150423419 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15318628266508413, "S11": -0.15318628266508413, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -25.524839035380754, "S13": -25.524839035380754, "W21": -42.682360155264774, "S21": -44.538427463035596, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.295473100373869, "S32": -85.295473100373869 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16097012872746294, "S11": -0.16097012872746294, "W12": -15.0, "S12": -15.0, "W13": -25.502018419447857, "S13": -25.502018419447857, "W21": -42.666479986302171, "S21": -44.566689456526213, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.29233283922872, "S32": -85.29233283922872 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513105.044247787620407 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23034194977447822, "S11": -0.23034194977447822, "W12": -15.0, "S12": -15.0, "W13": -25.298634684467395, "S13": -25.298634684467395, "W21": -42.524951462916455, "S21": -44.818568275705147, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23792095778253902, "S11": -0.23792095778253902, "W12": -15.0, "S12": -15.0, "W13": -25.276414611059181, "S13": -25.276414611059181, "W21": -42.509489193137171, "S21": -44.846086532524794, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513154.911504424759187 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30749761688387262, "S11": -0.30749761688387262, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -25.072430333554038, "S13": -25.072430333554038, "W21": -42.367542770568136, "S21": -45.098709088374697, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31487178683770478, "S11": -0.31487178683770478, "W12": -15.0, "S12": -15.0, "W13": -25.050810802670245, "S13": -25.050810802670245, "W21": -42.352498399971985, "S21": -45.125483608523702, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513204.778761061956175 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38465328399326659, "S11": -0.38465328399326659, "W12": -15.0, "S12": -15.0, "W13": -24.846225982640686, "S13": -24.846225982640686, "W21": -42.210134078219824, "S21": -45.378849901044255, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39182261589278111, "S11": -0.39182261589278111, "W12": -15.0, "S12": -15.0, "W13": -24.825206994281569, "S13": -24.825206994281569, "W21": -42.195507606806984, "S21": -45.404880684522283, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513254.646017699094955 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46180895110266096, "S11": -0.46180895110266096, "W12": -15.0, "S12": -15.0, "W13": -24.620021631727326, "S13": -24.620021631727326, "W21": -42.052725385871497, "S21": -45.658990713713798, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46877344494794709, "S11": -0.46877344494794709, "W12": -15.0, "S12": -15.0, "W13": -24.599603185892637, "S13": -24.599603185892637, "W21": -42.038516813641799, "S21": -45.684277760521191, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513304.513274336291943 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53896461821205499, "S11": -0.53896461821205499, "W12": -15.0, "S12": -15.0, "W13": -24.393817280813973, "S13": -24.393817280813973, "W21": -41.895316693523185, "S21": -45.939131526383356, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54572427400302292, "S11": -0.54572427400302292, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -24.373999377503957, "S13": -24.373999377503957, "W21": -41.881526020476805, "S21": -45.963674836519779, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513354.380530973430723 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61612028532144891, "S11": -0.61612028532144891, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -24.167612929900613, "S13": -24.167612929900613, "W21": -41.737908001174866, "S21": -46.219272339052907, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62267510305818896, "S11": -0.62267510305818896, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -24.148395569115017, "S13": -24.148395569115017, "W21": -41.724535227311613, "S21": -46.24307191251868, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513404.247787610627711 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69327595243084339, "S11": -0.69327595243084339, "W12": -14.743698365551607, "S12": -14.743698365551607, "W13": -23.941408578987261, "S13": -23.941408578987261, "W21": -41.61931832779559, "S21": -46.538232170691501, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6996259321132654, "S11": -0.6996259321132654, "W12": -14.707364203295111, "S12": -14.707364203295111, "W13": -23.922791760726348, "S13": -23.922791760726348, "W21": -41.620820780696747, "S21": -46.575745335067396, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513454.115044247766491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77043161954023742, "S11": -0.77043161954023742, "W12": -14.302218759637078, "S12": -14.302218759637078, "W13": -23.715204228073905, "S13": -23.715204228073905, "W21": -41.637573938315157, "S21": -46.877128909611756, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77657676116843122, "S11": -0.77657676116843122, "W12": -14.267056667130545, "S12": -14.267056667130545, "W13": -23.697187952337408, "S13": -23.697187952337408, "W21": -41.639027924993719, "S21": -46.896300691152845, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513503.982300884963479 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84758728664963146, "S11": -0.84758728664963146, "W12": -13.860739153722552, "S12": -13.860739153722552, "W13": -23.488999877160545, "S13": -23.488999877160545, "W21": -41.655829548834731, "S21": -47.11784127784928, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8535275902235071, "S11": -0.8535275902235071, "W12": -13.82674913096649, "S12": -13.82674913096649, "W13": -23.471584143948732, "S13": -23.471584143948732, "W21": -41.657235069290657, "S21": -47.136374000005517, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513553.849557522102259 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1811852823241594, "S11": -0.1811852823241594, "W12": -13.41925954780802, "S12": -13.41925954780802, "W13": -23.262795526247192, "S13": -23.262795526247192, "W21": -41.674085159354306, "S21": -47.358553646086811, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.386441594801921, "S12": -13.386441594801921, "W13": -23.245980335559793, "S13": -23.245980335559793, "W21": -41.675442213587623, "S21": -47.376447308858488, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513603.716814159299247 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.977779941893493, "S12": -12.977779941893493, "W13": -23.036591175333836, "S13": -23.036591175333836, "W21": -41.692340769873873, "S21": -47.599266014324328, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.946134058637869, "S12": -12.946134058637869, "W13": -23.02037652717112, "S13": -23.02037652717112, "W21": -41.693649357884567, "S21": -47.616520617711174, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513653.584070796438027 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.536300335978964, "S12": -12.536300335978964, "W13": -22.81038682442048, "S13": -22.81038682442048, "W21": -41.710596380393447, "S21": -47.83997838256186, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.505826522473301, "S12": -12.505826522473301, "W13": -22.79477271878218, "S13": -22.79477271878218, "W21": -41.711856502181526, "S21": -47.85659392656413, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513703.451327433635015 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.103848000548734, "S12": -12.103848000548734, "W13": -22.55309147929038, "S13": -22.55309147929038, "W21": -41.728851990913014, "S21": -48.080690750799384, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.075804269324415, "S12": -12.075804269324415, "W13": -22.535177099205555, "S13": -22.535177099205555, "W21": -41.73006364647847, "S21": -48.09666723541681, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513753.318584070773795 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.681322450099456, "S12": -11.681322450099456, "W13": -22.283181486010584, "S13": -22.283181486010584, "W21": -41.747107601432589, "S21": -48.321403119036908, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.654400468123875, "S12": -11.654400468123875, "W13": -22.265983681129008, "S13": -22.265983681129008, "W21": -41.748270790775429, "S21": -48.336740544269773, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513803.185840707970783 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.25879689965018, "S12": -11.25879689965018, "W13": -22.013271492730791, "S13": -22.013271492730791, "W21": -41.765363211952156, "S21": -48.562115487274433, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.232996666923828, "S12": -11.232996666923828, "W13": -21.996790263052773, "S13": -21.996790263052773, "W21": -41.766477935072373, "S21": -48.576813853122452, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513853.053097345109563 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.836271349200905, "S12": -10.836271349200905, "W13": -21.743361499450998, "S13": -21.743361499450998, "W21": -41.78361882247173, "S21": -48.802827855511957, "W22": -59.558839434631395, "S22": -59.558839434631395, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.811592865723288, "S12": -10.811592865723288, "W13": -21.727596844976222, "S13": -21.727596844976222, "W21": -41.784685079369332, "S21": -48.816887161975416, "W22": -59.48412902512186, "S22": -59.48412902512186, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513902.920353982306551 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.413745798751627, "S12": -10.413745798751627, "W13": -21.473451506171205, "S13": -21.473451506171205, "W21": -41.801874432991298, "S21": -49.043540223749474, "W22": -57.929656168711752, "S22": -57.929656168711752, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.39018906452324, "S12": -10.39018906452324, "W13": -21.458403426899984, "S13": -21.458403426899984, "W21": -41.802892223666277, "S21": -49.056960470828095, "W22": -57.871114806286137, "S22": -57.871114806286137, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 513952.787610619445331 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9961251037918615, "S12": -9.9961251037918615, "W13": -21.203541512891416, "S13": -21.203541512891416, "W21": -41.820130043510865, "S21": -49.284252591986998, "W22": -56.551494928278004, "S22": -56.551494928278004, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9862235437909614, "S12": -9.9862235437909614, "W13": -21.189210008823434, "S13": -21.189210008823434, "W21": -41.821099367963242, "S21": -49.297033779681058, "W22": -56.496612401004789, "S22": -56.496612401004789, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514002.654867256642319 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8096457237752563, "S12": -9.8096457237752563, "W13": -20.933631519611623, "S13": -20.933631519611623, "W21": -41.838385654030439, "S21": -49.466262491142899, "W22": -55.173333687844263, "S22": -55.173333687844263, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8002392417745074, "S12": -9.8002392417745074, "W13": -20.920016590747196, "S13": -20.920016590747196, "W21": -41.83930651226018, "S21": -49.469085615748853, "W22": -55.12210999572185, "S22": -55.12210999572185, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514052.522123893781099 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.6286576903589971, "S12": -9.6286576903589971, "W13": -20.663721526331834, "S13": -20.663721526331834, "W21": -41.856641264550014, "S21": -49.522229698243997, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.6221280179685174, "S12": -9.6221280179685174, "W13": -20.650823172670648, "S13": -20.650823172670648, "W21": -41.857513656557146, "S21": -49.524904237344408, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514102.389380530978087 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4920182495955281, "S12": -9.4920182495955281, "W13": -20.393811533052038, "S13": -20.393811533052038, "W21": -41.874896875069581, "S21": -49.578196905345088, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4858513367823782, "S12": -9.4858513367823782, "W13": -20.381629754594414, "S13": -20.381629754594414, "W21": -41.875720800854083, "S21": -49.580722858939886, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514152.256637168116868 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3553788088320609, "S12": -9.3553788088320609, "W13": -20.123901539772245, "S13": -20.123901539772245, "W21": -41.893152485589155, "S21": -49.634164112446186, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3495746555960793, "S12": -9.3495746555960793, "W13": -20.112436336517863, "S13": -20.112436336517863, "W21": -41.893927945151049, "S21": -49.636541480535442, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514202.123893805313855 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2187393680685936, "S12": -9.2187393680685936, "W13": -20.0, "S13": -20.0, "W21": -41.911408096108723, "S21": -49.690131319547277, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2132979744099401, "S12": -9.2132979744099401, "W13": -20.0, "S13": -20.0, "W21": -41.912135089447993, "S21": -49.692360102130927, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514251.991150442452636 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0820999273051264, "S12": -9.0820999273051264, "W13": -20.0, "S13": -20.0, "W21": -41.988770558711636, "S21": -49.805205378731713, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0770212932236429, "S12": -9.0770212932236429, "W13": -20.0, "S13": -20.0, "W21": -41.99258970326354, "S21": -49.810426193245057, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514301.858407079649623 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.040216651530077, "S12": -9.040216651530077, "W13": -20.0, "S13": -20.0, "W21": -42.091523733560386, "S21": -49.945670150161988, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0403419414544093, "S12": -9.0403419414544093, "W13": -20.0, "S13": -20.0, "W21": -42.095070082072816, "S21": -49.950518049352873, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514351.725663716788404 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0438468467736151, "S12": -9.0438468467736151, "W13": -20.272107827022506, "S13": -20.272107827022506, "W21": -42.194276908409137, "S21": -49.843560816066251, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0439624990114638, "S12": -9.0439624990114638, "W13": -20.281212337279211, "S13": -20.281212337279211, "W21": -42.197550460882198, "S21": -49.836466900831773, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514401.592920353985392 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0474770420171549, "S12": -9.0474770420171549, "W13": -20.557888287857509, "S13": -20.557888287857509, "W21": -42.297030083257887, "S21": -49.620890698984532, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0475830565685129, "S12": -9.0475830565685129, "W13": -20.566234088925988, "S13": -20.566234088925988, "W21": -42.300030839691466, "S21": -49.614387943353051, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514451.460176991124172 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0511072372606929, "S12": -9.0511072372606929, "W13": -20.843668748692512, "S13": -20.843668748692512, "W21": -42.399783258106638, "S21": -49.398220581902812, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0512036141255674, "S12": -9.0512036141255674, "W13": -20.851255840573103, "S13": -20.851255840573103, "W21": -42.402511218500855, "S21": -49.392308985874081, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514501.32743362832116 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0547374325042327, "S12": -9.0547374325042327, "W13": -21.129449209527511, "S13": -21.129449209527511, "W21": -42.502536432955388, "S21": -49.175550464821093, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0548241716826148, "S12": -9.0548241716826148, "W13": -21.136277592219876, "S13": -21.136277592219876, "W21": -42.504991597310124, "S21": -49.170230028395366, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514551.19469026545994 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0583676277477707, "S12": -9.0583676277477707, "W13": -21.415229670362514, "S13": -21.415229670362514, "W21": -42.557301197261495, "S21": -48.90489193719673, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0584447292396693, "S12": -9.0584447292396693, "W13": -21.421299343866988, "S13": -21.421299343866988, "W21": -42.557999795663939, "S21": -48.898678890460815, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514601.061946902656928 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0619978229913105, "S12": -9.0619978229913105, "W13": -21.701010131197517, "S13": -21.701010131197517, "W21": -42.590193538709777, "S21": -48.612360986714549, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0620652867967184, "S12": -9.0620652867967184, "W13": -21.706321095513765, "S13": -21.706321095513765, "W21": -42.590804812311902, "S21": -48.606924570820794, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514650.929203539795708 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0656280182348503, "S12": -9.0656280182348503, "W13": -21.98679059203252, "S13": -21.98679059203252, "W21": -42.623085880158065, "S21": -48.319830036232368, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0656858443537729, "S12": -9.0656858443537729, "W13": -21.991342847160873, "S13": -21.991342847160873, "W21": -42.6236098289599, "S21": -48.315170251180433, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514700.796460176992696 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0692582134783883, "S12": -9.0692582134783883, "W13": -22.004137265603681, "S13": -22.004137265603681, "W21": -42.655978221606354, "S21": -48.027299085750187, "W22": -70.391176705573017, "S22": -71.771260136427955, "W31": -91.214479876420498, "S31": -91.214479876420498, "W32": -96.750910475093107, "S32": -101.75091047509311 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.069306401910822, "S12": -9.069306401910822, "W13": -22.003681759720269, "S13": -22.003681759720269, "W21": -42.656414845607856, "S21": -48.023415931540399, "W22": -68.732090505509007, "S22": -68.732090505509007, "W31": -99.343156499668666, "S31": -99.343156499668666, "W32": -99.343156499668666, "S32": -104.22610700136731 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514750.663716814131476 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0728884087219281, "S12": -9.0728884087219281, "W13": -21.969822489051758, "S13": -21.969822489051758, "W21": -42.688870563054635, "S21": -47.734768135267998, "W22": -70.014557508433342, "S22": -80.142816049083265, "W31": -100.08007875281261, "S31": -100.08007875281261, "W32": -103.89859832400136, "S32": -108.89859832400136 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0729269594678765, "S12": -9.0729269594678765, "W13": -21.969458084345014, "S13": -21.969458084345014, "W21": -42.689219862255854, "S21": -47.731661611900037, "W22": -50.0, "S22": -51.337662500615423, "W31": -68.906848984411525, "S31": -69.28098268830864, "W32": -87.825472432365117, "S32": -92.825472432365117 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514800.530973451328464 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0765186039654662, "S12": -9.0765186039654662, "W13": -21.935507712499838, "S13": -21.935507712499838, "W21": -42.721762904502924, "S21": -47.442237184785817, "W22": -70.82996637154001, "S22": -75.942887442359151, "W31": -92.562957286041026, "S31": -92.562957286041026, "W32": -97.570749573054059, "S32": -102.57074957305406 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0765475170249257, "S12": -9.0765475170249257, "W13": -21.935234408969798, "S13": -21.935234408969798, "W21": -42.722024878903817, "S21": -47.439907292260017, "W22": -71.375025290733745, "S22": -73.398194672356396, "W31": -104.37663257500637, "S31": -104.37663257500637, "W32": -104.37663257500637, "S32": -109.05253283302063 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514850.398230088467244 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.080148799209006, "S12": -9.080148799209006, "W13": -21.901192935947918, "S13": -21.901192935947918, "W21": -42.754655245951206, "S21": -47.149706234303629, "W22": -40.829693288372546, "S22": -47.000517893209718, "W31": -74.416283737100116, "S31": -74.697925811871542, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0801680745819802, "S12": -9.0801680745819802, "W13": -21.901010733594543, "S13": -21.901010733594543, "W21": -42.754829895551815, "S21": -47.148152972619648, "W22": -43.4564890336178, "S22": -44.353393313297587, "W31": -80.074643954444667, "S31": -80.074643954444667, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514900.265486725664232 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.083778994452544, "S12": -9.083778994452544, "W13": -21.866878159395995, "S13": -21.866878159395995, "W21": -42.787547587399494, "S21": -46.932885411987421, "W22": -78.077711315530223, "S22": -90.875017983655283, "W31": -103.90407131452901, "S31": -103.90407131452901, "W32": -105.66285714285713, "S32": -110.66285714285713 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0837886321390293, "S12": -9.0837886321390293, "W13": -21.86678705821933, "S13": -21.86678705821933, "W21": -42.787634912199778, "S21": -46.932974323151186, "W22": -40.426953748590641, "S22": -42.595476925018957, "W31": -65.44276375313801, "S31": -66.951460010268946, "W32": -92.940795858945322, "S32": -97.940795858945322 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 514950.132743362803012 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0118784253553681, "S11": 2.8839345538719297, "W12": -5.0, "S12": -5.0, "W13": -18.00186886734873, "S13": -18.703536967090777, "W21": -59.999999999999993, "S21": -70.391176705573017, "W22": -40.0, "S22": -50.0, "W31": -67.202535971434969, "S31": -67.278144769549655, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 499206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3593727820152548, "S11": 2.9208724018464207, "W12": -5.0663520266518596, "S12": -5.0663520266518596, "W13": -19.339456039157984, "S13": -20.339456039157984, "W21": -50.369334255359277, "S21": -65.416985718939941, "W22": -70.0, "S22": -78.406829706656396, "W31": -100.0, "S31": -100.0, "W32": -104.09138365474385, "S32": -109.09138365474385 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 499591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9717029336183014, "S12": -7.9717029336183014, "W13": -19.847931637211111, "S13": -19.847931637211111, "W21": -50.494106626407408, "S21": -58.861005671075624, "W22": -46.280928621574532, "S22": -46.280928621574532, "W31": -69.312716442093162, "S31": -69.312716442093162, "W32": -82.524771607831525, "S32": -87.524771607831525 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 500801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020509776367116483, "S11": -0.020509776367116483, "W12": -8.6663377733925344, "S12": -9.395413305617673, "W13": -23.981288981288984, "S13": -23.981288981288984, "W21": -37.728912772958587, "S21": -40.56519246446485, "W22": -71.332162578477167, "S22": -73.697600925251365, "W31": -104.26028652104527, "S31": -104.26028652104527, "W32": -104.26028652104527, "S32": -108.83364602876803 }, "geometry": { "type": "Point", "coordinates": [ 102001.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2217372133056892, "S11": 2.9990094531824756, "W12": -5.0377722699296061, "S12": -5.0377722699296061, "W13": -18.406490037632739, "S13": -19.406490037632739, "W21": -60.0, "S21": -70.82996637154001, "W22": -77.924863127681661, "S22": -82.962543503468268, "W31": -105.52782409289284, "S31": -105.52782409289284, "W32": -105.65327510917058, "S32": -110.65327510917058 }, "geometry": { "type": "Point", "coordinates": [ 102002.0, 499323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7295175879396982, "S11": 2.7295175879396982, "W12": -5.5705241460541819, "S12": -5.5705241460541819, "W13": -20.763157894736839, "S13": -21.750650449829156, "W21": -46.210572609841087, "S21": -71.321683720952194, "W22": -41.04027259147248, "S22": -43.718506749458591, "W31": -80.498900120076385, "S31": -80.498900120076385, "W32": -95.512070103448281, "S32": -100.51207010344828 }, "geometry": { "type": "Point", "coordinates": [ 102002.0, 499929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -25.0, "S13": -25.0, "W21": -36.977649744294062, "S21": -36.977649744294062, "W22": -49.573240611872265, "S22": -50.049022486343084, "W31": -83.663210500401902, "S31": -83.663210500401902, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102002.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46660925656803898, "S11": 0.46660925656803898, "W12": -6.0487326238292223, "S12": -6.0487326238292223, "W13": -17.310942014552051, "S13": -18.26211328292203, "W21": -30.910837294825829, "S21": -32.572562586190834, "W22": -45.933050939605138, "S22": -49.466951565250525, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102002.428571428565192, 497604.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3529944134078216, "S11": 4.2009768695481728, "W12": -9.0352700186219739, "S12": -9.0380947728151497, "W13": -20.152346491228069, "S13": -20.152346491228069, "W21": -45.996121357371223, "S21": -78.077711315530223, "W22": -43.914313860117623, "S22": -45.067309690291999, "W31": -80.053252344760679, "S31": -80.053252344760679, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102003.0, 500101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35495658543203568, "S11": 0.35495658543203568, "W12": -8.6300812922662526, "S12": -18.630081292266251, "W13": -20.563923017441361, "S13": -23.744808782649688, "W21": -37.725709691227799, "S21": -39.478104048805648, "W22": -72.997330240337931, "S22": -98.911685314082803, "W31": -98.911685314082803, "S31": -98.911685314082803, "W32": -101.138326072852, "S32": -106.138326072852 }, "geometry": { "type": "Point", "coordinates": [ 102003.0, 504692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4913185344812909, "S12": -17.029781428582766, "W13": -24.356348498364554, "S13": -24.356348498364554, "W21": -36.371672584889076, "S21": -36.371672584889076, "W22": -71.572541763495678, "S22": -86.69427980819539, "W31": -94.36962572912789, "S31": -94.36962572912789, "W32": -99.580036605174655, "S32": -104.58003660517466 }, "geometry": { "type": "Point", "coordinates": [ 102003.0, 505062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7894326241134748, "S11": 2.7894326241134748, "W12": -6.3549991992989669, "S12": -6.3549991992989669, "W13": -20.0, "S13": -21.8688011136245, "W21": -50.0, "S21": -65.0, "W22": -71.278582415812437, "S22": -76.046801039294223, "W31": -93.414180096803364, "S31": -93.414180096803364, "W32": -99.370007604021694, "S32": -104.37000760402169 }, "geometry": { "type": "Point", "coordinates": [ 102004.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3297614233724211, "S12": -10.985163633875228, "W13": -30.0, "S13": -30.0, "W21": -33.860574132363794, "S21": -33.860574132363794, "W22": -50.0, "S22": -50.37800011903996, "W31": -69.013742715350972, "S31": -72.110288127452222, "W32": -84.841050562860275, "S32": -89.841050562860275 }, "geometry": { "type": "Point", "coordinates": [ 102004.0, 509841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.791303696699853, "S13": -20.791303696699853, "W21": -43.591480161944055, "S21": -46.262375856703599, "W22": -42.821079460747939, "S22": -45.640562579792487, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102004.0, 516180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7850518943011595, "S11": 2.7850518943011595, "W12": -5.5825480957986002, "S12": -5.5825480957986002, "W13": -20.701754385964659, "S13": -21.491509673058712, "W21": -46.29715211592481, "S21": -70.035367604140944, "W22": -70.0, "S22": -92.762017336485428, "W31": -100.0, "S31": -100.0, "W32": -104.91632618232559, "S32": -109.91632618232559 }, "geometry": { "type": "Point", "coordinates": [ 102004.333333333328483, 499922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4837018425457604, "S11": 1.4837018425457604, "W12": -7.0786312849165913, "S12": -7.4794008915450956, "W13": -21.842137055891861, "S13": -22.488526552609834, "W21": -45.344829094785645, "S21": -77.924863127681661, "W22": -39.405056707010722, "S22": -44.434730896834935, "W31": -75.976949621597839, "S31": -75.976949621597839, "W32": -96.415634262610823, "S32": -101.41563426261082 }, "geometry": { "type": "Point", "coordinates": [ 102004.6, 500013.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4916801414855987, "S11": 1.4916801414855987, "W12": -4.6903980838613828, "S12": -4.6903980838613828, "W13": -17.404421052631577, "S13": -18.415053220720392, "W21": -36.705524621052625, "S21": -40.105335755147415, "W22": -70.410004, "S22": -78.702263594650546, "W31": -87.972827460693665, "S31": -87.972827460693665, "W32": -98.462654882185006, "S32": -103.46265488218501 }, "geometry": { "type": "Point", "coordinates": [ 102005.0, 498048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2030678109260782, "S11": 3.2030678109260782, "W12": -4.2707018343797136, "S12": -4.2707018343797136, "W13": -15.0, "S13": -17.491878727839349, "W21": -39.588001697742172, "S21": -49.573240611872265, "W22": -61.207726915972884, "S22": -75.267871449347666, "W31": -88.755096803581168, "S31": -88.755096803581168, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102005.0, 498374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1144801842615983, "S12": -9.1144801842615983, "W13": -18.049999, "S13": -19.665427988962811, "W21": -26.134090372636948, "S21": -26.134090372636948, "W22": -67.042580728328403, "S22": -69.903431757462513, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -96.033394374601343, "S32": -101.03339437460134 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 496921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4628627614113377, "S11": 0.4628627614113377, "W12": -6.1667490972217331, "S12": -6.3272813163097794, "W13": -17.296066194816071, "S13": -18.296066194816071, "W21": -30.499939517210059, "S21": -32.026124101912927, "W22": -68.5929222665238, "S22": -94.376029938993184, "W31": -101.41472047259003, "S31": -101.41472047259003, "W32": -102.51473201288989, "S32": -107.51473201288989 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 497579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4522630797154328, "W12": -6.8845287092638827, "S12": -6.8845287092638827, "W13": -19.22373670212766, "S13": -20.458778826931315, "W21": -48.628221591421102, "S21": -72.997330240337931, "W22": -68.150523165925037, "S22": -74.365223359348633, "W31": -100.60851976708551, "S31": -100.60851976708551, "W32": -103.83836383450452, "S32": -108.83836383450452 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 502758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4310976084755005, "S12": -8.4310976084755005, "W13": -18.931799520243093, "S13": -18.931799520243093, "W21": -44.775201342895784, "S21": -69.775201342895784, "W22": -71.691403087214695, "S22": -95.377880799788045, "W31": -95.377880799788045, "S31": -95.377880799788045, "W32": -99.702215850324464, "S32": -104.70221585032446 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 503069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7199199644286349, "S11": 1.7199199644286349, "W12": -5.8089896393238298, "S12": -5.8089896393238298, "W13": -18.855077957658228, "S13": -18.855077957658228, "W21": -44.021558703640146, "S21": -69.021558703640153, "W22": -40.255936856373467, "S22": -51.457730462163262, "W31": -79.477834907501716, "S31": -79.477834907501716, "W32": -97.642078441956428, "S32": -102.64207844195643 }, "geometry": { "type": "Point", "coordinates": [ 102006.0, 503137.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61693393288044907, "S11": -0.61693393288044907, "W12": -10.0, "S12": -13.0, "W13": -26.324727946283865, "S13": -26.324727946283865, "W21": -39.317893099581262, "S21": -39.98648153179245, "W22": -38.347286108555679, "S22": -45.035855627216897, "W31": -77.151234817187415, "S31": -77.151234817187415, "W32": -96.677872860635702, "S32": -101.6778728606357 }, "geometry": { "type": "Point", "coordinates": [ 102007.0, 509150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42942505941336451, "S11": 0.42942505941336451, "W12": -8.0811317447588333, "S12": -8.0811317447588333, "W13": -17.281935897486619, "S13": -18.662176491292591, "W21": -27.473387000014952, "S21": -27.473387000014952, "W22": -53.736617364935952, "S22": -53.736617364935952, "W31": -70.0, "S31": -70.0, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102007.8, 497152.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7744747474747471, "S11": 2.7525897549641436, "W12": -7.1225868116195006, "S12": -8.0481473497360945, "W13": -20.152544356039652, "S13": -23.152544356039652, "W21": -49.65147946634815, "S21": -67.294980675936898, "W22": -73.141564715229293, "S22": -74.242691549371315, "W31": -93.79677458899674, "S31": -93.79677458899674, "W32": -99.340899848077584, "S32": -104.34089984807758 }, "geometry": { "type": "Point", "coordinates": [ 102008.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10414530540500949, "S11": -0.10414530540500949, "W12": -5.9228926501034787, "S12": -15.474715673454565, "W13": -20.0, "S13": -24.219407310460838, "W21": -36.205874913337325, "S21": -39.405056707010722, "W22": -70.998727491720558, "S22": -70.998727491720558, "W31": -103.52055415474403, "S31": -103.52055415474403, "W32": -103.52055415474403, "S32": -107.9555275082608 }, "geometry": { "type": "Point", "coordinates": [ 102008.0, 504097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": 0.3, "W12": -5.21, "S12": -5.21, "W13": -18.51, "S13": -23.51, "W21": -40.810001, "S21": -69.110001, "W22": -70.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -108.06014275245199 }, "geometry": { "type": "Point", "coordinates": [ 102008.5, 503430.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3010139416983519, "S11": 2.3010139416983519, "W12": -4.8478662495573133, "S12": -4.8478662495573133, "W13": -17.160065918701164, "S13": -17.450054411221302, "W21": -49.166709549931561, "S21": -58.705176089057474, "W22": -75.3712987995021, "S22": -99.537464484244197, "W31": -99.537464484244197, "S31": -99.537464484244197, "W32": -101.02581379330998, "S32": -106.02581379330998 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 498968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8629530488307302, "S11": 2.8059642784332102, "W12": -4.9840249085113921, "S12": -4.9840249085113921, "W13": -17.667306768270386, "S13": -18.01788286457305, "W21": -57.071470698622051, "S21": -67.042580728328403, "W22": -75.983385537063924, "S22": -84.997341913121062, "W31": -94.705417240775049, "S31": -94.705417240775049, "W32": -99.452312176334303, "S32": -104.4523121763343 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 499114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9023845419715348, "S11": 2.7628894339857575, "W12": -7.0640556055993393, "S12": -7.0640556055993393, "W13": -20.0, "S13": -20.0, "W21": -51.120811568352657, "S21": -66.12081156835265, "W22": -74.083863215197297, "S22": -99.541295011998798, "W31": -99.541295011998798, "S31": -99.541295011998798, "W32": -101.50848086013534, "S32": -106.50848086013534 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 500597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6687575208509107, "S11": 2.574498828963339, "W12": -7.6255881, "S12": -7.6255881, "W13": -19.97519582245431, "S13": -19.97519582245431, "W21": -51.10341142659658, "S21": -61.801391699024947, "W22": -71.789602597242279, "S22": -97.686894847475713, "W31": -97.686894847475713, "S31": -97.686894847475713, "W32": -99.974936537096454, "S32": -104.97493653709645 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.662121934929873, "S11": 2.662121934929873, "W12": -10.0, "S12": -10.0, "W13": -18.960073474851402, "S13": -18.960073474851402, "W21": -45.266746892636014, "S21": -70.266746892636007, "W22": -39.695643180110565, "S22": -39.695643180110565, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3530023006038894, "S12": -5.3530023006038894, "W13": -19.786772506359355, "S13": -24.446682546149432, "W21": -38.047883165098298, "S21": -40.255936856373467, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7944704269975453, "S12": -13.717211095346615, "W13": -15.0, "S13": -19.607846682335925, "W21": -32.86348435173894, "S21": -34.446406594215979, "W22": -43.200130134837082, "S22": -45.748427574264753, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 504011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21770482828335624, "S11": 0.21770482828335624, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -26.564763717403995, "S13": -26.564763717403995, "W21": -43.418232529344557, "S21": -43.501332911230691, "W22": -54.883813044626351, "S22": -60.479438229373613, "W31": -86.63514114531003, "S31": -86.63514114531003, "W32": -95.347134744450187, "S32": -100.34713474445019 }, "geometry": { "type": "Point", "coordinates": [ 102009.0, 512898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36095687205265081, "S11": 0.36095687205265081, "W12": -9.6768479370170564, "S12": -9.6768479370170564, "W13": -17.664721190283355, "S13": -21.250546904521837, "W21": -54.254146534759869, "S21": -55.259301785573975, "W22": -49.126919487083775, "S22": -50.648602317301801, "W31": -68.86475490853752, "S31": -68.86475490853752, "W32": -88.625042806886469, "S32": -93.625042806886469 }, "geometry": { "type": "Point", "coordinates": [ 102009.8, 501501.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.87916252719734, "S11": 2.8136246243376095, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.0, "W21": -46.862391158958246, "S21": -62.266431562998648, "W22": -41.164295219773329, "S22": -43.703032237935723, "W31": -78.300077421370972, "S31": -78.638977270238627, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 499872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9419241298396557, "S11": 2.9078932275633353, "W12": -6.7821105139157414, "S12": -6.7821105139157414, "W13": -20.0, "S13": -20.709761614755525, "W21": -50.724025353548221, "S21": -65.724025353548228, "W22": -46.59235589933882, "S22": -50.174427158948518, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 500535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4692086107412337, "S12": -9.4692086107412337, "W13": -18.706817451593846, "S13": -21.998555133751804, "W21": -50.000000000000007, "S21": -62.838546963487317, "W22": -40.824126235498262, "S22": -41.909757497899058, "W31": -80.264189844760679, "S31": -80.264189844760679, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 501193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49869103757798761, "S11": 0.49869103757798761, "W12": -9.3100258971514211, "S12": -9.3100258971514211, "W13": -18.71030939781318, "S13": -21.879315284452581, "W21": -52.949686869873936, "S21": -53.723454154735101, "W22": -71.736939316228273, "S22": -101.69592580324611, "W31": -101.69592580324611, "S31": -101.69592580324611, "W32": -105.15298496940301, "S32": -110.15298496940301 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 501590.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5695567100735435, "S12": -6.5695567100735435, "W13": -18.472406914893618, "S13": -20.185529862201914, "W21": -49.451431702973004, "S21": -73.176419300128629, "W22": -71.883614194857842, "S22": -84.201132443033018, "W31": -100.31018238917743, "S31": -100.31018238917743, "W32": -101.02567478604345, "S32": -106.02567478604345 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9, "S11": 4.9, "W12": -8.1, "S12": -8.1, "W13": -19.1, "S13": -19.1, "W21": -46.712526761283286, "S21": -71.712526761283286, "W22": -80.0, "S22": -98.200283800780454, "W31": -100.43202692280727, "S31": -100.43202692280727, "W32": -101.54313913755612, "S32": -106.54313913755612 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0981708591602515, "S11": 2.0981708591602515, "W12": -11.230326325145926, "S12": -11.230326325145926, "W13": -26.192426260309794, "S13": -26.192426260309794, "W21": -39.695643180110565, "S21": -39.695643180110565, "W22": -72.798166171037224, "S22": -97.545053121839175, "W31": -97.545053121839175, "S31": -97.545053121839175, "W32": -100.58292705533412, "S32": -105.58292705533412 }, "geometry": { "type": "Point", "coordinates": [ 102010.6, 511686.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0217061363416278, "S12": -9.0217061363416278, "W13": -20.0, "S13": -20.0, "W21": -42.228577527524628, "S21": -49.572790524050355, "W22": -57.030930057118226, "S22": -63.330442112227296, "W31": -85.156843287927373, "S31": -85.156843287927373, "W32": -98.278696978527023, "S32": -103.27869697852702 }, "geometry": { "type": "Point", "coordinates": [ 102011.8, 514448.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43718292935791037, "S11": 0.43718292935791037, "W12": -7.7157764645638975, "S12": -7.9635708747830156, "W13": -17.136551322480312, "S13": -18.466727928571942, "W21": -27.888676197191323, "S21": -27.888676197191323, "W22": -42.145471869076175, "S22": -48.552902386615791, "W31": -79.065552430652644, "S31": -79.065552430652644, "W32": -97.355827676168872, "S32": -102.35582767616887 }, "geometry": { "type": "Point", "coordinates": [ 102012.0, 497235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0040482094458221, "S11": 2.0040482094458221, "W12": -4.5983579301326358, "S12": -4.5983579301326358, "W13": -16.037960912418697, "S13": -17.037960912418697, "W21": -45.022051340042971, "S21": -54.758394969690066, "W22": -40.0, "S22": -42.081536249743273, "W31": -70.818559862457263, "S31": -70.8395589111623, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102012.0, 498717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2669662975795315, "S11": 0.2669662975795315, "W12": -7.6237460943923701, "S12": -8.5399656569181648, "W13": -23.513513513513512, "S13": -23.513513513513512, "W21": -37.348055420042407, "S21": -40.607737790785251, "W22": -44.581845468846154, "S22": -44.812264699615383, "W31": -82.262352462017375, "S31": -82.262352462017375, "W32": -92.764530030060115, "S32": -97.764530030060115 }, "geometry": { "type": "Point", "coordinates": [ 102013.0, 508826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.000000000000002, "S12": -21.532980152216091, "W13": -24.082315744906587, "S13": -24.082315744906587, "W21": -36.842535965397857, "S21": -36.842535965397857, "W22": -41.500412683782699, "S22": -42.926115583761842, "W31": -74.428760250801673, "S31": -74.534274990998256, "W32": -90.661310865461303, "S32": -95.661310865461303 }, "geometry": { "type": "Point", "coordinates": [ 102014.0, 506905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.341722959768969, "S12": -9.341722959768969, "W13": -18.049999, "S13": -19.776110333882052, "W21": -29.524899693179133, "S21": -29.524899693179133, "W22": -50.0, "S22": -51.029643168742673, "W31": -68.919686990229692, "S31": -70.31661443387911, "W32": -87.150135869565219, "S32": -92.150135869565219 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 496873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75109574364468679, "S11": 0.75109574364468679, "W12": -4.9992723524239757, "S12": -4.9992723524239757, "W13": -17.39341941415999, "S13": -18.246905395468399, "W21": -34.650359521584257, "S21": -36.87996497148491, "W22": -43.276826463349153, "S22": -45.756096992724004, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8228888888888886, "S11": 2.6056955560513062, "W12": -7.481513951915888, "S12": -7.481513951915888, "W13": -20.287859114084505, "S13": -22.170212055260976, "W21": -48.936465123268206, "S21": -71.736939316228273, "W22": -80.0, "S22": -99.352364469002296, "W31": -100.1097626463323, "S31": -100.1097626463323, "W32": -102.02175575836593, "S32": -107.02175575836593 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7699530012212303, "S12": -8.7699530012212303, "W13": -19.446758565577866, "S13": -21.290166419770483, "W21": -49.232693527004436, "S21": -64.604547073915185, "W22": -40.0, "S22": -43.573661069025796, "W31": -69.232609387336652, "S31": -69.253153578452441, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 501020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.4340453042244974, "W13": -15.0, "S13": -15.0, "W21": -60.0, "S21": -74.819265924801513, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -69.089206840488529, "S31": -73.876777888395111, "W32": -84.148555640525927, "S32": -89.148555640525927 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 502319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6003476706069333, "S11": 3.5301113934554884, "W12": -7.4841238782808182, "S12": -7.4841238782808182, "W13": -20.0, "S13": -20.814971534082165, "W21": -47.798166171037217, "S21": -72.798166171037224, "W22": -46.397975631877479, "S22": -46.469237733125802, "W31": -82.599871450096884, "S31": -82.599871450096884, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 502818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35126380144172908, "S11": 0.35126380144172908, "W12": -5.1652900364816174, "S12": -5.1652900364816174, "W13": -18.793208032111433, "S13": -23.194268879753928, "W21": -39.965267292621903, "S21": -42.965267292621903, "W22": -71.407745205173242, "S22": -80.330724803465188, "W31": -104.2485314335708, "S31": -104.2485314335708, "W32": -104.2485314335708, "S32": -108.87429643527204 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 503489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11659825817841141, "S11": -0.11659825817841141, "W12": -5.0294487144812114, "S12": -5.0294487144812114, "W13": -20.034714897200729, "S13": -23.596366468504062, "W21": -37.145471869076175, "S21": -42.145471869076175, "W22": -80.696824314634455, "S22": -88.943887049313219, "W31": -104.44585688739231, "S31": -104.44585688739231, "W32": -105.72529808669933, "S32": -110.72529808669933 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 503788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6019978923539391, "S12": -15.767427989458428, "W13": -25.0, "S13": -25.0, "W21": -35.367998916687952, "S21": -35.367998916687952, "W22": -67.309950152575851, "S22": -80.851407277011702, "W31": -101.13900442187295, "S31": -101.13900442187295, "W32": -102.85971125308114, "S32": -107.85971125308114 }, "geometry": { "type": "Point", "coordinates": [ 102015.0, 505266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7403846153846154, "S11": 3.7403846153846154, "W12": -4.1000192307692309, "S12": -4.1000192307692309, "W13": -17.649697498545667, "S13": -18.249419205410231, "W21": -37.485058985384612, "S21": -42.818585835892591, "W22": -70.000640117392109, "S22": -83.34540637755471, "W31": -100.00318467375754, "S31": -100.00318467375754, "W32": -103.66520981295039, "S32": -108.66520981295039 }, "geometry": { "type": "Point", "coordinates": [ 102016.0, 498201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41790637602003028, "S11": 0.41790637602003028, "W12": -8.617222616512894, "S12": -17.361536882536328, "W13": -24.159918105696619, "S13": -24.159918105696619, "W21": -36.393431197565391, "S21": -36.396971727313826, "W22": -40.990629164331743, "S22": -50.037143949540393, "W31": -79.288121631428808, "S31": -79.288121631428808, "W32": -97.50516430699507, "S32": -102.50516430699507 }, "geometry": { "type": "Point", "coordinates": [ 102016.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66407324516785349, "S11": -0.66407324516785349, "W12": -10.0, "S12": -10.533488869446876, "W13": -25.0, "S13": -25.0, "W21": -38.163202072610076, "S21": -40.168532422307479, "W22": -40.0, "S22": -45.928246013667426, "W31": -68.30648487491014, "S31": -68.326354339601977, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102016.0, 508969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43918405368567037, "S11": 0.43918405368567037, "W12": -7.6807063856282589, "S12": -8.0525496499226783, "W13": -17.135810611967102, "S13": -18.441362051353895, "W21": -27.855995047248694, "S21": -27.855995047248694, "W22": -61.501319647983934, "S22": -75.821779668187531, "W31": -88.993146926230793, "S31": -88.993146926230793, "W32": -95.058640768708457, "S32": -100.05864076870846 }, "geometry": { "type": "Point", "coordinates": [ 102016.842105263160192, 497244.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.725172233189638, "S12": -5.725172233189638, "W13": -15.126630340488289, "S13": -20.12663034048829, "W21": -60.0, "S21": -78.81837913401759, "W22": -80.17778491286515, "S22": -85.632281073748501, "W31": -104.75197650796839, "S31": -104.75197650796839, "W32": -105.7373694757937, "S32": -110.7373694757937 }, "geometry": { "type": "Point", "coordinates": [ 102017.0, 502443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5370608545390834, "S12": -16.265335707824953, "W13": -25.0, "S13": -25.0, "W21": -35.759122748135908, "S21": -35.759122748135908, "W22": -67.984199973682337, "S22": -73.524106076968721, "W31": -100.68613458254893, "S31": -100.68613458254893, "W32": -103.80018037653602, "S32": -108.80018037653602 }, "geometry": { "type": "Point", "coordinates": [ 102017.0, 505181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20759687287559503, "S11": 0.20759687287559503, "W12": -10.0, "S12": -12.723560683180636, "W13": -27.921451724936329, "S13": -27.921451724936329, "W21": -39.36326513435376, "S21": -39.36326513435376, "W22": -71.683145542083267, "S22": -97.401261336556274, "W31": -97.401261336556274, "S31": -97.401261336556274, "W32": -99.831055929158751, "S32": -104.83105592915875 }, "geometry": { "type": "Point", "coordinates": [ 102017.0, 509373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7810946016575824, "S11": 3.7810946016575824, "W12": -4.1951882243465022, "S12": -4.1951882243465022, "W13": -17.012268760907507, "S13": -18.494179707104166, "W21": -37.791936922200058, "S21": -46.397975631877479, "W22": -40.887333741358091, "S22": -49.743773048306466, "W31": -78.425638551045694, "S31": -78.772971615670173, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 498239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8175281757402102, "S11": 2.8175281757402102, "W12": -6.7947585394581864, "S12": -6.7955374280887373, "W13": -21.323471968751001, "S13": -22.323471968751001, "W21": -46.313759158866127, "S21": -69.166469439239961, "W22": -70.040678427820808, "S22": -85.50142537903821, "W31": -100.05268402442942, "S31": -100.05268402442942, "W32": -103.38725617211709, "S32": -108.38725617211709 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1872505263157898, "S11": 2.1088034724704423, "W12": -8.42, "S12": -8.7071578947368415, "W13": -21.422035800160302, "S13": -22.22751332825019, "W21": -45.696824314634455, "S21": -80.696824314634455, "W22": -43.441226205649279, "S22": -46.282915704122054, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 500064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7955919169006487, "S11": 2.662009926758115, "W12": -7.3806948254304636, "S12": -7.3806948254304636, "W13": -20.117613981762918, "S13": -20.117613981762918, "W21": -51.279998843975179, "S21": -66.279998843975179, "W22": -44.717690592768207, "S22": -44.717690592768207, "W31": -69.344842444764126, "S31": -69.35873331558571, "W32": -82.207513604018416, "S32": -87.207513604018416 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 500686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4819440060219029, "W12": -7.8801025813365442, "S12": -7.8801025813365442, "W13": -19.89076723016905, "S13": -19.89076723016905, "W21": -50.613306473616241, "S21": -63.515449515186084, "W22": -42.265833270279337, "S22": -44.408970079383437, "W31": -81.072180206024271, "S31": -81.072180206024271, "W32": -93.882723319371735, "S32": -98.882723319371735 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 500810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1751922183212011, "S12": -5.1751922183212011, "W13": -19.995587309813793, "S13": -24.995587309813793, "W21": -37.618959248802177, "S21": -40.990629164331743, "W22": -70.0, "S22": -94.357762017336483, "W31": -100.0, "S31": -100.0, "W32": -104.6957224458655, "S32": -109.6957224458655 }, "geometry": { "type": "Point", "coordinates": [ 102018.0, 503739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5528973059578455, "S12": -16.564929627125217, "W13": -25.0, "S13": -25.0, "W21": -35.954130158622213, "S21": -35.954130158622213, "W22": -36.899374686083085, "S22": -36.899374686083085, "W31": -70.0, "S31": -70.0, "W32": -78.771872352806867, "S32": -83.771872352806867 }, "geometry": { "type": "Point", "coordinates": [ 102018.75, 505138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8699120528863178, "S12": -4.8699120528863178, "W13": -17.210887368085054, "S13": -17.380047322055134, "W21": -49.426582135174911, "S21": -58.945453213761063, "W22": -40.065248498545714, "S22": -40.065248498545714, "W31": -70.0, "S31": -70.0, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 498988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7566315789473688, "S11": 1.7030570523420481, "W12": -8.0593575418994412, "S12": -8.8471821033029503, "W13": -21.506356754831241, "S13": -22.506356754831241, "W21": -45.561706159788869, "S21": -80.17778491286515, "W22": -40.0, "S22": -48.282830958309049, "W31": -67.380360362483643, "S31": -67.399555100751527, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7044841560740815, "S11": 2.5953323215792659, "W12": -7.5946858777483444, "S12": -7.5946858777483444, "W13": -20.0, "S13": -20.0, "W21": -51.131573203339578, "S21": -61.308438682296455, "W22": -71.373977128335454, "S22": -92.897500604818632, "W31": -95.522436578687447, "S31": -95.522436578687447, "W32": -98.510298142013525, "S32": -103.51029814201353 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 500741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8597175842003142, "S11": 3.8597175842003142, "W12": -10.0, "S12": -10.0, "W13": -19.049782963478588, "S13": -19.049782963478588, "W21": -46.055536925942931, "S21": -71.055536925942931, "W22": -40.811226153602895, "S22": -48.842640291220007, "W31": -76.196357873727095, "S31": -76.5082756712102, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 502972.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -24.841871965940655, "S13": -24.841871965940655, "W21": -37.019560806999877, "S21": -37.019560806999877, "W22": -42.344719865676836, "S22": -42.360506554726982, "W31": -80.139685074385511, "S31": -80.139685074385511, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102019.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4651054701467396, "S11": 2.4651054701467396, "W12": -7.9347122526140632, "S12": -7.9347122526140632, "W13": -19.85162548764632, "S13": -19.85162548764632, "W21": -50.510213361951415, "S21": -64.385073504819644, "W22": -62.261482352642993, "S22": -75.209486066660929, "W31": -89.488056429387512, "S31": -89.488056429387512, "W32": -95.427775834516581, "S32": -100.42777583451658 }, "geometry": { "type": "Point", "coordinates": [ 102019.2, 500825.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42887494749826222, "S11": 0.42887494749826222, "W12": -8.2974914658012366, "S12": -8.2974914658012366, "W13": -17.554586151534838, "S13": -18.900682900958916, "W21": -26.993965913406942, "S21": -26.993965913406942, "W22": -72.243405336721736, "S22": -86.643750840146595, "W31": -96.390642777659693, "S31": -96.390642777659693, "W32": -98.385756893743931, "S32": -103.38575689374393 }, "geometry": { "type": "Point", "coordinates": [ 102019.6, 497107.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5018259299139167, "S12": -10.486008742077518, "W13": -30.0, "S13": -30.0, "W21": -32.893049754848661, "S21": -32.893049754848661, "W22": -77.872008203407205, "S22": -100.1730060277001, "W31": -100.1730060277001, "S31": -100.1730060277001, "W32": -101.87856328289858, "S32": -106.87856328289858 }, "geometry": { "type": "Point", "coordinates": [ 102019.75, 509965.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.4488385269121817, "S12": -4.4488385269121817, "W13": -17.316127167630057, "S13": -18.055576658409027, "W21": -37.403909850867052, "S21": -42.265833270279337, "W22": -41.518386487837262, "S22": -49.631756131433441, "W31": -79.132102172114898, "S31": -79.132102172114898, "W32": -97.395238176481428, "S32": -102.39523817648143 }, "geometry": { "type": "Point", "coordinates": [ 102020.0, 498116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8180808080808082, "S11": 2.8118470749585147, "W12": -7.2638306734765541, "S12": -7.2638306734765541, "W13": -20.1617984938093, "S13": -23.062093354803402, "W21": -49.691500187785621, "S21": -67.079888135883266, "W22": -39.007662864422343, "S22": -47.292060176946407, "W31": -78.357129521921678, "S31": -78.357129521921678, "W32": -96.966558987037459, "S32": -101.96655898703746 }, "geometry": { "type": "Point", "coordinates": [ 102020.0, 500340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4294289206681126, "S11": 2.4294289206681126, "W12": -4.4978387305234442, "S12": -6.8940491460989675, "W13": -20.0, "S13": -20.0, "W21": -35.40779568021636, "S21": -35.40779568021636, "W22": -40.802918539003279, "S22": -48.440089010215345, "W31": -76.027329655747238, "S31": -76.336663929561567, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102020.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.976514247325639, "S11": 1.976514247325639, "W12": -11.835825361483368, "S12": -11.835825361483368, "W13": -26.025762436775956, "S13": -26.025762436775956, "W21": -40.065248498545714, "S21": -40.065248498545714, "W22": -37.959852146148165, "S22": -37.959852146148165, "W31": -70.469374219543795, "S31": -70.469374219543795, "W32": -78.429568789311531, "S32": -83.429568789311531 }, "geometry": { "type": "Point", "coordinates": [ 102020.4, 511806.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5687337573766094, "S12": -16.882841195642364, "W13": -24.700029735355336, "S13": -24.700029735355336, "W21": -36.149137569108525, "S21": -36.149137569108525, "W22": -40.0, "S22": -48.988975002000906, "W31": -66.454235850057159, "S31": -66.50689777612925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102020.5, 505095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5321266877634776, "S11": 3.1766371472803705, "W12": -5.2045136459062276, "S12": -5.2045136459062276, "W13": -18.909538321596376, "S13": -19.909538321596376, "W21": -60.0, "S21": -71.373977128335454, "W22": -74.890692282212655, "S22": -101.39144553308483, "W31": -101.85164981373072, "S31": -101.85164981373072, "W32": -105.33271268057784, "S32": -110.33271268057784 }, "geometry": { "type": "Point", "coordinates": [ 102021.0, 499478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -25.0, "S13": -25.0, "W21": -37.071666679931241, "S21": -37.071666679931241, "W22": -75.271154641179848, "S22": -100.27115464117985, "W31": -100.27115464117985, "S31": -100.27115464117985, "W32": -100.41515151515151, "S32": -105.41515151515151 }, "geometry": { "type": "Point", "coordinates": [ 102021.166666666671517, 506621.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4850266611201452, "S11": 0.4850266611201452, "W12": -5.7468707411678377, "S12": -5.7468707411678377, "W13": -17.326362244581798, "S13": -18.188741616744899, "W21": -32.259365011793165, "S21": -34.342087160622633, "W22": -80.0, "S22": -97.056052427145787, "W31": -99.965659422270278, "S31": -99.965659422270278, "W32": -100.21446078431373, "S32": -105.21446078431373 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 497683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6759033197153048, "S11": 2.6759033197153048, "W12": -4.9228446070908767, "S12": -4.9228446070908767, "W13": -17.398688338484341, "S13": -17.467361310682751, "W21": -51.36794231835966, "S21": -60.959124350254719, "W22": -47.251660859072516, "S22": -50.348582376348851, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 499043.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5808009634684863, "S11": 3.2015118791879802, "W12": -5.188943317004898, "S12": -5.188943317004898, "W13": -19.008425281181125, "S13": -20.008425281181125, "W21": -60.0, "S21": -72.243405336721736, "W22": -54.951148666490624, "S22": -60.628801637226658, "W31": -86.741739873826617, "S31": -86.741739873826617, "W32": -95.17604543107899, "S32": -100.17604543107899 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 499507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48419880272866489, "S11": 0.48419880272866489, "W12": -5.7562917481951281, "S12": -5.7562917481951281, "W13": -16.4666445035461, "S13": -19.4666445035461, "W21": -54.675244273370829, "S21": -76.665941010027993, "W22": -70.307246918422436, "S22": -89.147264167236585, "W31": -90.851860716628551, "S31": -90.851860716628551, "W32": -98.802756464841195, "S32": -103.8027564648412 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 502598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29022277578059652, "S11": -0.29022277578059652, "W12": -5.0, "S12": -5.0, "W13": -19.967807508948457, "S13": -23.965360695018472, "W21": -37.273670136335596, "S21": -41.518386487837262, "W22": -39.999999999999993, "S22": -47.204422775552842, "W31": -65.528111337630662, "S31": -65.682716327235653, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 503774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.208523263508412, "S11": -1.208523263508412, "W12": -4.6280933557155013, "S12": -14.600951981085535, "W13": -20.529375840261483, "S13": -20.580207174902725, "W21": -37.713917525542527, "S21": -37.713917525542527, "W22": -43.06373864966158, "S22": -43.087483600216878, "W31": -72.751256381241902, "S31": -72.946737803205849, "W32": -91.035999733824141, "S32": -96.035999733824141 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 503914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -25.0, "S13": -25.0, "W21": -37.07995970660955, "S21": -37.07995970660955, "W22": -72.771337087335766, "S22": -102.95132440100528, "W31": -102.95132440100528, "S31": -102.95132440100528, "W32": -105.20103775979244, "S32": -110.20103775979244 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 506617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4498136174978735, "S11": 2.4498136174978735, "W12": -5.0, "S12": -7.6875769468836932, "W13": -24.179339209842098, "S13": -24.179339209842098, "W21": -34.853216539242432, "S21": -34.853216539242432, "W22": -73.63679063213165, "S22": -75.401713753397544, "W31": -93.247944401294589, "S31": -93.247944401294589, "W32": -99.109407502629466, "S32": -104.10940750262947 }, "geometry": { "type": "Point", "coordinates": [ 102022.0, 510474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5845702087953732, "S12": -17.208391151481177, "W13": -24.258043413618793, "S13": -24.258043413618793, "W21": -36.34414497959483, "S21": -36.34414497959483, "W22": -74.688159283635756, "S22": -99.688159283635756, "W31": -99.688159283635756, "S31": -99.688159283635756, "W32": -101.53989314416559, "S32": -106.53989314416559 }, "geometry": { "type": "Point", "coordinates": [ 102022.25, 505052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4250446927374303, "S11": 3.2911784136676627, "W12": -8.3778398510242091, "S12": -8.3778398510242091, "W13": -20.326853526220617, "S13": -20.453001192632247, "W21": -47.232962045825936, "S21": -62.349481027669391, "W22": -42.751641299054413, "S22": -44.741964421061098, "W31": -69.096723656329644, "S31": -71.044857134635535, "W32": -91.457645764576455, "S32": -96.457645764576455 }, "geometry": { "type": "Point", "coordinates": [ 102022.5, 500176.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1902525521526854, "S12": -9.1902525521526854, "W13": -19.021758083803423, "S13": -22.193619889815857, "W21": -49.13005810882197, "S21": -63.152782212153738, "W22": -43.290076248187255, "S22": -45.742263307224611, "W31": -68.906575166541444, "S31": -70.178197111004238, "W32": -90.467546754675467, "S32": -95.467546754675467 }, "geometry": { "type": "Point", "coordinates": [ 102023.0, 501143.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9583479840600102, "S12": -7.9583479840600102, "W13": -17.54360763390109, "S13": -20.101117782750887, "W21": -60.0, "S21": -66.843269157265922, "W22": -39.955912303517763, "S22": -39.955912303517763, "W31": -70.0, "S31": -70.027156523836325, "W32": -79.409026208277012, "S32": -84.409026208277012 }, "geometry": { "type": "Point", "coordinates": [ 102023.0, 501969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.721708341864165, "S12": -9.721708341864165, "W13": -18.049999, "S13": -19.924644618330063, "W21": -34.159628315694164, "S21": -34.159628315694164, "W22": -42.026766189390713, "S22": -42.026766189390713, "W31": -71.086335138779617, "S31": -71.169258561844941, "W32": -91.060984478785372, "S32": -96.060984478785372 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 496825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1046306441381697, "S11": 2.1046306441381697, "W12": -4.6290909770222308, "S12": -4.6290909770222308, "W13": -16.023989240810771, "S13": -16.95720982770171, "W21": -44.998303743073613, "S21": -54.724036667698307, "W22": -41.817037951546702, "S22": -41.817037951546702, "W31": -69.553463721843755, "S31": -71.972569467684366, "W32": -91.207839157517739, "S32": -96.207839157517739 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 498720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42877904764804353, "S11": 0.42877904764804353, "W12": -5.0105647716545789, "S12": -5.0105647716545789, "W13": -18.684915430868049, "S13": -22.489975972321822, "W21": -42.304897426690047, "S21": -47.304897426690047, "W22": -74.467696333541227, "S22": -99.028076040979499, "W31": -99.028076040979499, "S31": -99.028076040979499, "W32": -101.50726440084399, "S32": -106.50726440084399 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 503318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6004066602141371, "S12": -17.53394110731999, "W13": -23.81605709188225, "S13": -23.81605709188225, "W21": -36.539152390081135, "S21": -36.539152390081135, "W22": -80.0, "S22": -98.617152030501217, "W31": -100.21270264164467, "S31": -100.21270264164467, "W32": -101.71527773855567, "S32": -106.71527773855567 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 505009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52871202570254539, "S11": 0.52871202570254539, "W12": -5.0, "S12": -17.205277237363816, "W13": -25.916651054583237, "S13": -25.916651054583237, "W21": -35.440110437358129, "S21": -38.003207592080152, "W22": -50.012286562496314, "S22": -51.02824561926014, "W31": -84.297768315117708, "S31": -84.297768315117708, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102024.0, 507303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.87, "S11": 2.57, "W12": -7.5, "S12": -7.5, "W13": -20.5, "S13": -20.5, "W21": -48.096554507992892, "S21": -71.754360085266811, "W22": -70.0, "S22": -100.32308904649331, "W31": -100.32308904649331, "S31": -100.32308904649331, "W32": -105.04810919037816, "S32": -110.04810919037816 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36433367388363108, "S11": 0.36433367388363108, "W12": -10.0, "S12": -10.0, "W13": -17.61619378194262, "S13": -21.514505358076164, "W21": -55.294927029188543, "S21": -56.059715422533515, "W22": -66.938880734302771, "S22": -87.807094789750863, "W31": -101.6694890766604, "S31": -101.6694890766604, "W32": -101.90080611968318, "S32": -106.90080611968318 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 501511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2330097087378635, "S11": 2.2330097087378635, "W12": -6.5403582754200116, "S12": -6.5403582754200116, "W13": -17.826906028368793, "S13": -19.924459498133373, "W21": -50.664519906323179, "S21": -73.970911505463249, "W22": -41.203897696178522, "S22": -43.628981480939814, "W31": -77.199754949713338, "S31": -77.645856128868914, "W32": -90.305970666042427, "S32": -95.305970666042427 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 502689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7442733209864749, "S11": 3.7442733209864749, "W12": -1.9066174721457301, "S12": -4.1306817272965448, "W13": -20.0, "S13": -20.0, "W21": -34.175621090485429, "S21": -36.025801963961129, "W22": -44.638086833904339, "S22": -44.638086833904339, "W31": -69.358285285291529, "S31": -69.358285285291529, "W32": -82.211059950699976, "S32": -87.211059950699976 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 508308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4796954314720812, "S11": 2.4796954314720812, "W12": -1.9284217271521376, "S12": -12.692557969360509, "W13": -20.0, "S13": -20.0, "W21": -35.237954823667977, "S21": -41.549342100427126, "W22": -43.503862944796744, "S22": -45.803181084035764, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4716714394355894, "S11": 2.4716714394355894, "W12": -5.0, "S12": -7.9967584926085182, "W13": -28.218192682478396, "S13": -28.218192682478396, "W21": -34.276684768876478, "S21": -34.276684768876478, "W22": -70.695871062086496, "S22": -89.531312968295993, "W31": -102.67844292716094, "S31": -102.67844292716094, "W32": -102.67844292716094, "S32": -107.01962434154593 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.776435276081539, "S13": -20.776435276081539, "W21": -43.65968623469341, "S21": -45.680970990695975, "W22": -70.725710107849963, "S22": -95.21007926963847, "W31": -95.21007926963847, "S31": -95.21007926963847, "W32": -98.998607850712006, "S32": -103.99860785071201 }, "geometry": { "type": "Point", "coordinates": [ 102025.34831460674468, 516326.022471910109743 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3930134827525829, "S11": 1.3930134827525829, "W12": -4.9959394559697667, "S12": -13.977079745429936, "W13": -24.305831767557283, "S13": -24.305831767557283, "W21": -36.369658672746105, "S21": -39.900301251022277, "W22": -40.348688684350606, "S22": -40.348688684350606, "W31": -66.637187312833717, "S31": -68.760279848352027, "W32": -93.803785182788744, "S32": -98.803785182788744 }, "geometry": { "type": "Point", "coordinates": [ 102026.25, 507377.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7839782954804075, "S11": 2.7839782954804075, "W12": -4.1804784463114819, "S12": -6.0836887496169938, "W13": -22.422422398131012, "S13": -22.422422398131012, "W21": -34.83152750483945, "S21": -37.031800120357438, "W22": -41.539135461098816, "S22": -41.539135461098816, "W31": -70.0, "S31": -70.211709373676456, "W32": -91.152721056130687, "S32": -96.152721056130687 }, "geometry": { "type": "Point", "coordinates": [ 102026.333333333328483, 507875.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3648867313919619, "S11": 2.3648867313919619, "W12": -6.6046353147562487, "S12": -6.6046353147562487, "W13": -17.889055112293445, "S13": -19.930715367717163, "W21": -50.274687743948448, "S21": -73.65570312347576, "W22": -80.459139248913829, "S22": -91.030364225066563, "W31": -105.13908321800045, "S31": -105.13908321800045, "W32": -105.58078602620087, "S32": -110.58078602620087 }, "geometry": { "type": "Point", "coordinates": [ 102026.5, 502694.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -14.947891393961592, "S13": -17.756149963089335, "W21": -60.000000000000007, "S21": -76.238310527714049, "W22": -40.830147279599544, "S22": -50.695726289558394, "W31": -79.397212538049061, "S31": -79.397212538049061, "W32": -97.571190365545633, "S32": -102.57119036554563 }, "geometry": { "type": "Point", "coordinates": [ 102026.666666666671517, 502368.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8236217270253077, "S11": 2.8236217270253077, "W12": -4.252680018238574, "S12": -4.252680018238574, "W13": -15.0, "S13": -17.225847728726809, "W21": -40.077462399638129, "S21": -50.012286562496314, "W22": -70.374194107614102, "S22": -105.3741941076141, "W31": -105.3741941076141, "S31": -105.3741941076141, "W32": -105.3741941076141, "S32": -106.34714662599809 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 498431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8618585858585859, "S11": 2.7015681457366258, "W12": -7.7555793450233645, "S12": -7.7555793450233645, "W13": -20.348891630855636, "S13": -23.357107767051048, "W21": -49.271056180461819, "S21": -70.0, "W22": -40.991718328426096, "S22": -40.991718328426096, "W31": -73.760451396788042, "S31": -77.258796310753382, "W32": -95.962187727151004, "S32": -100.962187727151 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 500278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9224263129503867, "S11": 2.7547029273972301, "W12": -7.1245465543301103, "S12": -7.1245465543301103, "W13": -20.0, "S13": -20.0, "W21": -51.37812608377326, "S21": -66.378126083773253, "W22": -40.0, "S22": -44.911486447270178, "W31": -64.8254646719775, "S31": -65.168901955414697, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 500642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -24.0680372353808, "W13": -24.0680372353808, "S13": -24.0680372353808, "W21": -36.877093503838374, "S21": -36.877093503838374, "W22": -38.475014417156949, "S22": -45.197354870040165, "W31": -76.143041537015549, "S31": -76.143041537015549, "W32": -96.489417573861772, "S32": -101.48941757386177 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 506989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4738815111065531, "S12": -10.473010267965329, "W13": -30.0, "S13": -30.0, "W21": -32.848892272096954, "S21": -32.848892272096954, "W22": -40.214391200710686, "S22": -54.938079268725929, "W31": -74.506080627211929, "S31": -74.515926215030319, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102027.0, 509973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -9.0547941593789698, "S12": -9.0547941593789698, "W13": -21.655078178602306, "S13": -21.655078178602306, "W21": -43.032441698389796, "S21": -46.967018027194683, "W22": -49.999999999999993, "S22": -50.568145919654064, "W31": -68.951196285701471, "S31": -71.799647223735292, "W32": -85.504131105865255, "S32": -90.504131105865255 }, "geometry": { "type": "Point", "coordinates": [ 102027.596330275235232, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44433000435608749, "S11": 0.44433000435608749, "W12": -7.5667809054113651, "S12": -8.2825856884197488, "W13": -17.137401396251622, "S13": -18.383370170247016, "W21": -27.82454430775968, "S21": -27.82454430775968, "W22": -44.06137295055138, "S22": -46.935864422574042, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 497273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9722197134529331, "S11": 2.8726201138533334, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.0, "W21": -47.477965534824413, "S21": -55.321650112633201, "W22": -73.589184821497199, "S22": -77.612960796103124, "W31": -93.458907323603071, "S31": -93.458907323603071, "W32": -99.03279186630833, "S32": -104.03279186630833 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 499822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -18.76865542748607, "S13": -21.694392411013467, "W21": -43.07850994622693, "S21": -54.887546992909655, "W22": -80.0, "S22": -97.289902624894154, "W31": -97.43246111437584, "S31": -97.43246111437584, "W32": -99.694714653759078, "S32": -104.69471465375908 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 503254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38516627943466819, "S11": 0.38516627943466819, "W12": -7.8260232868627835, "S12": -17.014559203657122, "W13": -20.0, "S13": -24.255641120489621, "W21": -37.714917435266777, "S21": -39.604953782119601, "W22": -71.610319216186824, "S22": -95.173748253042859, "W31": -95.507226678526351, "S31": -95.507226678526351, "W32": -99.814226282426517, "S32": -104.81422628242652 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 504638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3627210646121521, "S11": 2.3627210646121521, "W12": -4.9916755238882553, "S12": -11.523479449867876, "W13": -24.104945963203107, "S13": -24.104945963203107, "W21": -36.376691842333926, "S21": -40.112921122475434, "W22": -71.579808729274276, "S22": -99.01210357757401, "W31": -99.01210357757401, "S31": -99.01210357757401, "W32": -99.738063710155174, "S32": -104.73806371015517 }, "geometry": { "type": "Point", "coordinates": [ 102028.0, 507453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6380904522613062, "S11": 1.6380904522613062, "W12": -8.7807262569832396, "S12": -9.659109219133132, "W13": -21.62520616261466, "S13": -22.176081436137636, "W21": -45.459139248913822, "S21": -80.459139248913829, "W22": -40.691871374267095, "S22": -44.324512775904878, "W31": -73.626114516960399, "S31": -73.89846773474892, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102029.0, 500016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1035047310586279, "S12": -5.1035047310586279, "W13": -19.887633996329804, "S13": -24.279393410435073, "W21": -37.830147279599544, "S21": -40.830147279599544, "W22": -71.339687704628318, "S22": -98.835439469729209, "W31": -100.0, "S31": -100.0, "W32": -105.04614929077015, "S32": -110.04614929077015 }, "geometry": { "type": "Point", "coordinates": [ 102029.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0085738330801757, "S11": 2.8255811574823291, "W12": -5.0623469476998419, "S12": -5.0623469476998419, "W13": -20.0, "S13": -21.0, "W21": -48.002908920907217, "S21": -56.041108102353327, "W22": -80.0, "S22": -99.225836621050703, "W31": -100.0, "S31": -100.0, "W32": -101.85620165145589, "S32": -106.85620165145589 }, "geometry": { "type": "Point", "coordinates": [ 102030.0, 499775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.030869603292757647, "S11": 0.030869603292757647, "W12": -5.5949659241301797, "S12": -17.570011635107118, "W13": -20.0, "S13": -24.106316734249795, "W21": -36.204864852545121, "S21": -40.991718328426096, "W22": -40.722783079094732, "S22": -45.492818053334133, "W31": -74.765636138315259, "S31": -75.056412706903188, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102030.0, 504242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5784995928786874, "S12": -17.846426074701448, "W13": -23.382020021806127, "S13": -23.382020021806127, "W21": -36.713304777428689, "S21": -36.713304777428689, "W22": -68.521870566976503, "S22": -82.644075851529351, "W31": -100.58757230826646, "S31": -100.58757230826646, "W32": -103.75053173499681, "S32": -108.75053173499681 }, "geometry": { "type": "Point", "coordinates": [ 102030.333333333328483, 504966.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.080242005185680254, "S11": -0.080242005185680254, "W12": -5.8862067285471857, "S12": -16.425903574102382, "W13": -18.516451414515799, "S13": -22.321106376817021, "W21": -35.199636185612015, "S21": -38.315636750468002, "W22": -71.067663567850929, "S22": -85.943169640725415, "W31": -92.822367604560029, "S31": -92.822367604560029, "W32": -99.233700355666656, "S32": -104.23370035566666 }, "geometry": { "type": "Point", "coordinates": [ 102030.8, 504068.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50333747348791025, "S11": 0.50333747348791025, "W12": -9.7365838258906212, "S12": -14.736583825890621, "W13": -25.0, "S13": -25.0, "W21": -34.635151499827174, "S21": -34.635151499827174, "W22": -42.474091624808388, "S22": -43.043641530735414, "W31": -73.918630639054882, "S31": -74.033147066654593, "W32": -90.988654672231505, "S32": -95.988654672231505 }, "geometry": { "type": "Point", "coordinates": [ 102031.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73194191627760596, "S11": -0.73194191627760596, "W12": -10.0, "S12": -10.0, "W13": -26.013358230393568, "S13": -26.013358230393568, "W21": -38.857172951483967, "S21": -39.79658334341601, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -69.066029764083623, "S31": -73.618146810625149, "W32": -84.156682646580677, "S32": -89.156682646580677 }, "geometry": { "type": "Point", "coordinates": [ 102031.0, 509111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42832483558315138, "S11": 0.42832483558315138, "W12": -8.5138511868438798, "S12": -8.5138511868438798, "W13": -17.655964710960944, "S13": -18.967917616003209, "W21": -26.514544826798844, "S21": -26.514544826798844, "W22": -71.344822292789601, "S22": -84.873217485812503, "W31": -103.94377786110067, "S31": -103.94377786110067, "W32": -103.94377786110067, "S32": -108.2958098811757 }, "geometry": { "type": "Point", "coordinates": [ 102031.4, 497062.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35951579206097761, "S11": 0.35951579206097761, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.358569282145695, "S13": -21.258472599457079, "W21": -54.610591984718084, "S21": -56.687859315249661, "W22": -70.019182872814994, "S22": -90.408219966310924, "W31": -100.08767804938732, "S31": -100.08767804938732, "W32": -103.10096516558703, "S32": -108.10096516558703 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 501457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.029971593854319994, "S11": 0.029971593854319994, "W12": -9.4554329371816639, "S12": -9.4554329371816639, "W13": -19.633695875230863, "S13": -22.942444200223356, "W21": -60.000000000000007, "S21": -67.054525229665657, "W22": -71.870587453008255, "S22": -91.154823108106712, "W31": -96.137965868800975, "S31": -96.137965868800975, "W32": -99.914250858260658, "S32": -104.91425085826066 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 501804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.047845878718908, "S11": 4.0240597090279246, "W12": -10.0, "S12": -10.0, "W13": -19.088453609869092, "S13": -19.088453609869092, "W21": -46.223880183421272, "S21": -71.223880183421272, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -101.90931268151017, "S32": -106.90931268151017 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 502976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4358648983875586, "S11": 3.4358648983875586, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.046536735761286, "S13": -19.046536735761286, "W21": -45.802726943837243, "S21": -70.802726943837243, "W22": -40.0, "S22": -40.172167187582772, "W31": -70.0, "S31": -70.008536454756793, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 503014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.579848745548396, "S12": -14.579848745548396, "W13": -25.0, "S13": -25.0, "W21": -37.185839360826073, "S21": -37.185839360826073, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.314235091731319, "S32": -85.314235091731319 }, "geometry": { "type": "Point", "coordinates": [ 102032.0, 506557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8867979797979797, "S11": 2.706427652707581, "W12": -7.8143877759228966, "S12": -7.8143877759228966, "W13": -20.384589201378546, "S13": -23.384589201378546, "W21": -49.021431275666075, "S21": -71.339687704628318, "W22": -80.0, "S22": -96.951626396828871, "W31": -100.00247648301017, "S31": -100.00247648301017, "W32": -100.14145552622693, "S32": -105.14145552622693 }, "geometry": { "type": "Point", "coordinates": [ 102033.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5443627207368387, "S12": -5.5443627207368387, "W13": -14.910190043772598, "S13": -20.183380106905645, "W21": -60.000000000000007, "S21": -78.517455762792935, "W22": -40.0, "S22": -43.639174359867837, "W31": -64.311896897869019, "S31": -64.844166475138678, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102033.0, 502436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -25.0, "S13": -25.0, "W21": -37.172882990164297, "S21": -37.172882990164297, "W22": -80.0, "S22": -97.210785351397206, "W31": -97.326119600162784, "S31": -97.326119600162784, "W32": -99.629083717178091, "S32": -104.62908371717809 }, "geometry": { "type": "Point", "coordinates": [ 102033.0, 506588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7220639289616733, "S11": 2.6312788963025553, "W12": -7.6308959233714626, "S12": -7.6308959233714626, "W13": -20.0, "S13": -20.0, "W21": -51.023077832548161, "S21": -66.452116476149158, "W22": -60.0, "S22": -71.218744902477113, "W31": -88.142627013693129, "S31": -88.142627013693129, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102034.0, 500778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4578892912571133, "S11": 1.4578892912571133, "W12": -5.0, "S12": -5.0, "W13": -18.873306985359193, "S13": -20.237655492627013, "W21": -44.028352105740254, "S21": -64.028352105740254, "W22": -40.240276187012071, "S22": -44.464386938251721, "W31": -70.0, "S31": -72.464577656675743, "W32": -95.154281642646737, "S32": -100.15428164264674 }, "geometry": { "type": "Point", "coordinates": [ 102034.0, 503177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41766605539546353, "S11": 0.41766605539546353, "W12": -7.7228175097599463, "S12": -8.772533211757322, "W13": -24.543485737765053, "S13": -24.543485737765053, "W21": -35.68885743849355, "S21": -35.68885743849355, "W22": -68.320526958334611, "S22": -95.922009872583487, "W31": -101.59118437827399, "S31": -101.59118437827399, "W32": -102.12893899390642, "S32": -107.12893899390642 }, "geometry": { "type": "Point", "coordinates": [ 102034.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52524233790585895, "S11": -0.52524233790585895, "W12": -10.0, "S12": -12.272216566753308, "W13": -28.063594967971127, "S13": -28.063594967971127, "W21": -39.417087625102418, "S21": -39.417087625102418, "W22": -40.019650104442213, "S22": -43.966262192928539, "W31": -63.6927781724536, "S31": -64.472658629834058, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102034.333333333328483, 509396.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9252995861190882, "S11": 2.9252995861190882, "W12": -7.7309089124463934, "S12": -7.7309089124463934, "W13": -21.202125956520337, "S13": -22.202125956520337, "W21": -46.566917133295469, "S21": -64.923054204945927, "W22": -73.776187135178446, "S22": -98.405716170656149, "W31": -100.17728758169939, "S31": -100.17728758169939, "W32": -102.09152510037512, "S32": -107.09152510037512 }, "geometry": { "type": "Point", "coordinates": [ 102034.666666666671517, 499913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4757181361241325, "W12": -7.8368320118844066, "S12": -7.8368320118844066, "W13": -19.863784135240572, "S13": -19.863784135240572, "W21": -50.644269421758182, "S21": -68.59805201922785, "W22": -40.79429688497769, "S22": -41.761423528082851, "W31": -80.244572687580856, "S31": -80.244572687580856, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102035.0, 500831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6026363803752872, "S11": 4.1026363803752872, "W12": -8.9794879227053137, "S12": -8.9794879227053137, "W13": -19.157877061139104, "S13": -19.245916041248567, "W21": -46.870587453008255, "S21": -71.870587453008255, "W22": -42.753249592356525, "S22": -44.097380402362035, "W31": -81.205447481348799, "S31": -81.205447481348799, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102035.0, 502922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23571212579377077, "S11": -0.23571212579377077, "W12": -5.2792321705687879, "S12": -5.2792321705687879, "W13": -15.245921480009915, "S13": -19.525079715542088, "W21": -57.37001178218329, "S21": -78.11902529063687, "W22": -79.999999999999986, "S22": -97.254974597798466, "W31": -97.254974597798466, "S31": -97.254974597798466, "W32": -99.54135373565461, "S32": -104.54135373565461 }, "geometry": { "type": "Point", "coordinates": [ 102036.0, 502520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.700127463043696, "S12": -16.071983669209359, "W13": -25.0, "S13": -25.0, "W21": -35.385319992159502, "S21": -35.385319992159502, "W22": -73.916337280338468, "S22": -97.849417730998042, "W31": -98.641359400420527, "S31": -98.641359400420527, "W32": -101.37074664391865, "S32": -106.37074664391865 }, "geometry": { "type": "Point", "coordinates": [ 102036.0, 505245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033409623076723266, "S11": -0.033409623076723266, "W12": -15.0, "S12": -15.0, "W13": -26.087110841148807, "S13": -26.087110841148807, "W21": -42.843140647960567, "S21": -45.347493460299233, "W22": -40.0, "S22": -54.867984744903858, "W31": -79.776104686600263, "S31": -79.776104686600263, "W32": -97.823447615073604, "S32": -102.8234476150736 }, "geometry": { "type": "Point", "coordinates": [ 102036.166666666671517, 513176.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9694825363338033, "S12": -7.9694825363338033, "W13": -17.050584855325262, "S13": -19.292465775487642, "W21": -59.999999999999993, "S21": -67.72556267814042, "W22": -50.0, "S22": -50.294261212890071, "W31": -68.991163444286286, "S31": -73.091869331870328, "W32": -84.707477119668496, "S32": -89.707477119668496 }, "geometry": { "type": "Point", "coordinates": [ 102036.5, 501993.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5442705926365949, "S12": -18.146589109176759, "W13": -22.947982951729408, "S13": -22.947982951729408, "W21": -36.887457164776464, "S21": -36.887457164776464, "W22": -71.351208070941709, "S22": -92.110237416314163, "W31": -104.28518602346162, "S31": -104.28518602346162, "W32": -105.61016770382871, "S32": -110.61016770382871 }, "geometry": { "type": "Point", "coordinates": [ 102036.666666666671517, 504924.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053010982327346745, "S11": 0.053010982327346745, "W12": -9.4844368986983696, "S12": -9.4844368986983696, "W13": -19.607531294890272, "S13": -22.925714356120356, "W21": -60.0, "S21": -67.168495042288939, "W22": -48.907684002159435, "S22": -56.685114182467721, "W31": -82.32751338806105, "S31": -82.32751338806105, "W32": -98.104060095165892, "S32": -103.10406009516589 }, "geometry": { "type": "Point", "coordinates": [ 102036.833333333328483, 501801.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5928571428571427, "S11": 1.5928571428571427, "W12": -4.7719230411748299, "S12": -4.7719230411748299, "W13": -16.551553866996148, "S13": -17.45258954018372, "W21": -47.439714706215327, "S21": -57.042419065508774, "W22": -40.783221434856287, "S22": -51.224816469054076, "W31": -79.451668924093426, "S31": -79.451668924093426, "W32": -97.600608224755121, "S32": -102.60060822475512 }, "geometry": { "type": "Point", "coordinates": [ 102037.0, 498874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41286446662257675, "S11": 0.41286446662257675, "W12": -6.2039626413003699, "S12": -17.583056554705138, "W13": -20.0, "S13": -25.466617295513579, "W21": -37.988695267056464, "S21": -40.172369408017268, "W22": -40.0, "S22": -43.938120536491901, "W31": -63.759546221472334, "S31": -64.502269714195833, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102037.0, 504510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0487351139019907, "S11": 2.882569850998935, "W12": -6.871209733004398, "S12": -6.871209733004398, "W13": -20.0, "S13": -20.175134852966767, "W21": -51.304489425404512, "S21": -66.304489425404512, "W22": -76.324199630281441, "S22": -99.757222373492937, "W31": -99.757222373492937, "S31": -99.757222373492937, "W32": -101.60155524626239, "S32": -106.60155524626239 }, "geometry": { "type": "Point", "coordinates": [ 102037.5, 500603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48866412741748882, "S11": 0.48866412741748882, "W12": -9.4755199049316694, "S12": -18.481198443126758, "W13": -22.358311031816829, "S13": -22.358311031816825, "W21": -37.072621069206228, "S21": -37.230370958081458, "W22": -70.41795527342191, "S22": -77.406170997237723, "W31": -91.624884742961839, "S31": -91.624884742961839, "W32": -97.089926133207129, "S32": -102.08992613320713 }, "geometry": { "type": "Point", "coordinates": [ 102037.5, 504867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0224011392265466, "S11": 2.0224011392265466, "W12": -8.0565784149585546, "S12": -8.0565784149585546, "W13": -19.711808677121816, "S13": -19.711808677121816, "W21": -50.241967853223379, "S21": -73.776187135178446, "W22": -80.0, "S22": -96.824691751488956, "W31": -99.75212994759795, "S31": -99.75212994759795, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102037.666666666671517, 500889.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73743165432815594, "S11": 0.73743165432815594, "W12": -5.1285790537191662, "S12": -5.1285790537191662, "W13": -17.361961119138318, "S13": -18.290021347591068, "W21": -34.383322197478073, "S21": -37.0340176275093, "W22": -80.0, "S22": -96.76803240803676, "W31": -100.02352941176471, "S31": -100.02352941176471, "W32": -100.25912329309323, "S32": -105.25912329309323 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 497809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2192097018696311, "S11": 2.2192097018696311, "W12": -4.4857622495016258, "S12": -4.4857622495016258, "W13": -17.351163742690058, "S13": -17.981515151076149, "W21": -37.183258497076025, "S21": -42.753249592356525, "W22": -39.917741423124177, "S22": -39.917741423124177, "W31": -70.012131130159517, "S31": -70.045035704482217, "W32": -79.38732091796885, "S32": -84.38732091796885 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09097831604902451, "S11": 0.09097831604902451, "W12": -9.2733837689133427, "S12": -9.2733837689133427, "W13": -20.0, "S13": -23.385867038586724, "W21": -58.922409729423968, "S21": -65.352953830994579, "W22": -71.343476656212417, "S22": -91.119353794431916, "W31": -93.742265482332499, "S31": -93.742265482332499, "W32": -99.434361838984145, "S32": -104.43436183898415 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 501771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4667239628096271, "W12": -6.8245562901383652, "S12": -6.8245562901383652, "W13": -18.136383426456717, "S13": -20.07814369726761, "W21": -50.0, "S21": -73.480858276831484, "W22": -43.631766327367657, "S22": -45.774523232483482, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 502705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11080074487895719, "S11": 0.11080074487895719, "W12": -5.0414662279628093, "S12": -5.0414662279628093, "W13": -19.490807071727332, "S13": -22.515142461843148, "W21": -38.627658326407314, "S21": -40.0, "W22": -67.647287350895454, "S22": -92.905959175524728, "W31": -101.76430582027946, "S31": -101.76430582027946, "W32": -101.9161404635941, "S32": -106.9161404635941 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 503633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66054978885800608, "S11": -0.66054978885800608, "W12": -10.0, "S12": -13.0, "W13": -26.913817868428527, "S13": -26.913817868428527, "W21": -39.532383074118385, "S21": -39.532383074118385, "W22": -80.673900337554244, "S22": -93.920897374226982, "W31": -104.50994668560796, "S31": -104.50994668560796, "W32": -105.56813627254509, "S32": -110.56813627254509 }, "geometry": { "type": "Point", "coordinates": [ 102038.0, 509236.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9660126315789475, "S11": 1.9345771084645815, "W12": -9.4532122905027922, "S12": -10.739703518572968, "W13": -21.31067770950218, "S13": -22.508138137402685, "W21": -45.772596541213488, "S21": -45.772596541213488, "W22": -73.321799304306026, "S22": -100.18736855535339, "W31": -100.18736855535339, "S31": -100.18736855535339, "W32": -101.88149795780328, "S32": -106.88149795780328 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 500053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44613255467347679, "S11": 0.44613255467347679, "W12": -5.0894760863521933, "S12": -5.0894760863521933, "W13": -19.053635551136683, "S13": -22.562927151067296, "W21": -39.034394292936454, "S21": -39.034394292936454, "W22": -71.438602599814303, "S22": -96.90995574995695, "W31": -100.30239472838315, "S31": -100.30239472838315, "W32": -101.43543145773727, "S32": -106.43543145773727 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 503542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -19.837124453305538, "S13": -23.810222890535176, "W21": -37.925685164034149, "S21": -40.783221434856287, "W22": -75.06615494557974, "S22": -98.150096551419153, "W31": -99.508358461987413, "S31": -99.508358461987413, "W32": -100.63838383838383, "S32": -105.63838383838383 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 503705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49540339877530681, "S11": 0.49540339877530681, "W12": -9.4910279263220421, "S12": -18.443816091268346, "W13": -22.451263752601847, "S13": -22.451263752601847, "W21": -37.040667383721697, "S21": -37.113470659774542, "W22": -41.11441568676257, "S22": -41.11441568676257, "W31": -72.896969980893104, "S31": -76.421259486753002, "W32": -95.791732250113412, "S32": -100.79173225011341 }, "geometry": { "type": "Point", "coordinates": [ 102039.0, 504876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.352909744486104, "S11": 1.352909744486104, "W12": -6.2592121539255192, "S12": -6.2592121539255192, "W13": -16.732601950354393, "S13": -19.376008628305037, "W21": -52.587996734050265, "S21": -75.055404815192176, "W22": -41.332339249392646, "S22": -43.42053987149459, "W31": -75.540230808096723, "S31": -75.70873305479337, "W32": -90.72370911515543, "S32": -95.72370911515543 }, "geometry": { "type": "Point", "coordinates": [ 102039.333333333328483, 502634.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2477446380174637, "S11": 3.0291146592679268, "W12": -5.1160118674676589, "S12": -5.1160118674676589, "W13": -18.253119485785664, "S13": -19.253119485785664, "W21": -60.000000000000007, "S21": -70.41795527342191, "W22": -80.50867053716027, "S22": -94.247237083805231, "W31": -104.59718054220781, "S31": -104.59718054220781, "W32": -105.55970889146714, "S32": -110.55970889146714 }, "geometry": { "type": "Point", "coordinates": [ 102039.5, 499299.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44930666060468238, "S11": -0.44930666060468238, "W12": -8.1294684716361942, "S12": -8.1294684716361942, "W13": -17.294274574184278, "S13": -19.906588511938001, "W21": -60.000000000000007, "S21": -67.304932784396783, "W22": -66.939004648613931, "S22": -78.288843462282529, "W31": -101.30313033579966, "S31": -101.30313033579966, "W32": -103.68978993649242, "S32": -108.68978993649242 }, "geometry": { "type": "Point", "coordinates": [ 102040.0, 501972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.146443456127102, "S12": -7.146443456127102, "W13": -16.32054176072235, "S13": -17.969135538712436, "W21": -60.0, "S21": -69.006945430321807, "W22": -39.991845004693111, "S22": -43.997462492935576, "W31": -63.7238033922387, "S31": -64.444905263340573, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102040.0, 502045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4869793024876903, "S11": 2.4869793024876903, "W12": -5.0, "S12": -8.0, "W13": -28.247839676411104, "S13": -28.247839676411104, "W21": -34.14620729739827, "S21": -34.14620729739827, "W22": -40.489093387317048, "S22": -54.12583314735015, "W31": -70.462388318610905, "S31": -70.651794190491657, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102040.0, 510340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2943093636833938, "S11": 2.2943093636833938, "W12": -7.1205629560385342, "S12": -7.1205629560385342, "W13": -18.969110500257596, "S13": -18.969110500257596, "W21": -44.872356935433338, "S21": -69.872356935433345, "W22": -43.191749113309811, "S22": -45.750171666520508, "W31": -68.902775747604494, "S31": -70.110381995666586, "W32": -90.940594059405939, "S32": -95.940594059405939 }, "geometry": { "type": "Point", "coordinates": [ 102041.0, 503111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44873021528242429, "S11": 0.44873021528242429, "W12": -7.5254846929105987, "S12": -8.4876822164106756, "W13": -17.129734302529535, "S13": -18.312004990767949, "W21": -27.659046860276753, "S21": -27.659046860276753, "W22": -44.681519695452714, "S22": -47.607795114524507, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102041.473684210519423, 497286.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0382577905641854, "S11": 2.8422938049896667, "W12": -6.9222505916300152, "S12": -6.9222505916300152, "W13": -20.0, "S13": -20.0, "W21": -51.444722257612433, "S21": -66.444722257612426, "W22": -43.807595754756413, "S22": -45.857934593806775, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102041.5, 500621.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.602762105263158, "S11": 1.5959113700468113, "W12": -9.671787709497206, "S12": -11.020583163237948, "W13": -21.365524979962597, "S13": -22.365977232528262, "W21": -45.673900337554237, "S21": -80.673900337554244, "W22": -76.63150544216235, "S22": -98.308511690223682, "W31": -98.308511690223682, "S31": -98.308511690223682, "W32": -99.796534451567041, "S32": -104.79653445156704 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 500040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9839024390243902, "S11": 1.9839024390243902, "W12": -8.0640351290840755, "S12": -8.0640351290840755, "W13": -19.708595544900611, "S13": -19.862633955844853, "W21": -50.220592247667213, "S21": -73.321799304306026, "W22": -76.797946839021506, "S22": -86.691234115089941, "W31": -94.154380637344829, "S31": -94.154380637344829, "W32": -99.080209227886627, "S32": -104.08020922788663 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 500899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7210047885723561, "S11": 1.7210047885723561, "W12": -8.1900238733771715, "S12": -8.1900238733771715, "W13": -19.661397462790926, "S13": -20.308727112882774, "W21": -50.0, "S21": -71.438602599814303, "W22": -37.927995410446677, "S22": -45.753299518045303, "W31": -76.774080259447629, "S31": -76.774080259447629, "W32": -96.650844818401609, "S32": -101.65084481840161 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 500929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8344003550821117, "S12": -8.8344003550821117, "W13": -19.404804503013686, "S13": -22.434643960515771, "W21": -49.347801025995736, "S21": -64.599895378132658, "W22": -45.064490010083631, "S22": -45.064490010083631, "W31": -70.0, "S31": -70.0, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 501084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14504170528266913, "S11": 0.14504170528266913, "W12": -5.6713665510484388, "S12": -17.792584253167551, "W13": -19.999999999999996, "S13": -27.058619168713207, "W21": -36.406485142460852, "S21": -41.11441568676257, "W22": -71.243587336053807, "S22": -95.996996787370023, "W31": -103.71598499211828, "S31": -103.71598499211828, "W32": -105.58480451058324, "S32": -110.58480451058324 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 504296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45523775413343731, "S11": 0.45523775413343731, "W12": -12.718179968807215, "S12": -27.718179968807213, "W13": -27.718179968807213, "S13": -27.718179968807213, "W21": -36.506163188278613, "S21": -36.506163188278613, "W22": -73.391851606492224, "S22": -103.31402204005128, "W31": -103.31402204005128, "S31": -103.31402204005128, "W32": -105.22484751203852, "S32": -110.22484751203852 }, "geometry": { "type": "Point", "coordinates": [ 102042.0, 507113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4818155789470173, "S11": 1.4818155789470173, "W12": -9.6886871508377936, "S12": -11.001088524629354, "W13": -21.389818505655096, "S13": -22.321590987825697, "W21": -45.635377021802086, "S21": -80.50867053716027, "W22": -80.0, "S22": -97.18795351687217, "W31": -100.06085231225238, "S31": -100.06085231225238, "W32": -100.83856619829804, "S32": -105.83856619829804 }, "geometry": { "type": "Point", "coordinates": [ 102042.2, 500035.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8787604254554005, "S11": 2.709425138389995, "W12": -7.3175354564599644, "S12": -7.3175354564599644, "W13": -20.24110599078341, "S13": -20.24110599078341, "W21": -51.536337713382913, "S21": -66.53633771338292, "W22": -37.805657773689077, "S22": -46.300504511089621, "W31": -77.493934677709376, "S31": -77.493934677709376, "W32": -96.812227670705212, "S32": -101.81222767070521 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 500717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5100415923945345, "S12": -18.446752143651604, "W13": -22.513945881653285, "S13": -22.513945881653285, "W21": -37.001496011831883, "S21": -37.001496011831883, "W22": -41.429499119985792, "S22": -41.429499119985792, "W31": -69.82081774586625, "S31": -70.810938399670363, "W32": -91.543417424374439, "S32": -96.543417424374439 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 504882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -25.0, "S13": -25.0, "W21": -37.347486652408136, "S21": -37.347486652408136, "W22": -73.412656404814186, "S22": -97.42564776314282, "W31": -100.02900192864034, "S31": -100.02900192864034, "W32": -102.37895782928773, "S32": -107.37895782928773 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -1.9308552111552992, "S12": -13.983949601182015, "W13": -20.054158252248943, "S13": -20.054158252248943, "W21": -35.088651360530108, "S21": -41.393765150291742, "W22": -71.319368375836987, "S22": -84.263375607571533, "W31": -103.92257217847768, "S31": -103.92257217847768, "W32": -103.92257217847768, "S32": -108.24577861163226 }, "geometry": { "type": "Point", "coordinates": [ 102043.0, 508492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42871042815699656, "S11": 0.42871042815699656, "W12": -8.7302109078862831, "S12": -8.7302109078862831, "W13": -18.019221346321476, "S13": -19.322501737045656, "W21": -26.035123740190826, "S21": -26.035123740190826, "W22": -71.77692726598184, "S22": -96.599685300878065, "W31": -104.7612173478315, "S31": -104.7612173478315, "W32": -104.79362101313322, "S32": -109.79362101313322 }, "geometry": { "type": "Point", "coordinates": [ 102043.2, 497017.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45107579324886626, "S11": 0.45107579324886626, "W12": -7.4177853462588317, "S12": -8.6016005020564794, "W13": -17.138251470022929, "S13": -18.300012411922086, "W21": -27.760412418328034, "S21": -27.760412418328034, "W22": -74.399138549374811, "S22": -99.437286230659225, "W31": -99.437286230659225, "S31": -99.437286230659225, "W32": -101.36222331971446, "S32": -106.36222331971446 }, "geometry": { "type": "Point", "coordinates": [ 102044.0, 497311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4312853972481125, "S12": -9.4312853972481125, "W13": -18.500067158680547, "S13": -21.920876035919132, "W21": -50.0, "S21": -59.248216867060506, "W22": -40.31747659225443, "S22": -58.77603930613629, "W31": -75.809692253272019, "S31": -75.809692253272019, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102044.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49507827073269067, "S11": 0.49507827073269067, "W12": -9.7669256381797993, "S12": -9.7669256381797993, "W13": -19.234972382092657, "S13": -22.977992044629953, "W21": -55.285479864996823, "S21": -57.814775428947947, "W22": -48.306264501160094, "S22": -48.306264501160094, "W31": -69.158385442914053, "S31": -70.379176832290113, "W32": -83.314913946929138, "S32": -88.314913946929138 }, "geometry": { "type": "Point", "coordinates": [ 102044.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17082035306334425, "S11": -0.17082035306334425, "W12": -5.2711863136949599, "S12": -14.481641854351787, "W13": -14.999999999999998, "S13": -19.973241728439703, "W21": -32.216537366466, "S21": -34.545259932451245, "W22": -73.060615286343392, "S22": -97.810011927589841, "W31": -104.85111771828862, "S31": -104.85111771828862, "W32": -105.00436681222708, "S32": -110.00436681222708 }, "geometry": { "type": "Point", "coordinates": [ 102044.0, 504013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.9917654978854351, "S12": -8.9917654978854351, "W13": -20.635964256896088, "S13": -20.635964256896088, "W21": -42.763030652932002, "S21": -46.564788586911419, "W22": -71.234483739551578, "S22": -95.878678496105891, "W31": -103.76467569611012, "S31": -103.76467569611012, "W32": -105.58527581478747, "S32": -110.58527581478747 }, "geometry": { "type": "Point", "coordinates": [ 102044.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1744012513199069, "S11": 1.1744012513199069, "W12": -15.0, "S12": -15.0, "W13": -25.712431775362358, "S13": -25.712431775362358, "W21": -42.243004538571775, "S21": -45.064490010083631, "W22": -76.090003863446285, "S22": -96.090003863446285, "W31": -96.090003863446285, "S31": -96.090003863446285, "W32": -99.495477218777168, "S32": -104.49547721877717 }, "geometry": { "type": "Point", "coordinates": [ 102044.230769230765873, 512428.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6034021052631582, "S11": 2.5476504920186782, "W12": -10.0, "S12": -10.81638596491228, "W13": -21.129389972392911, "S13": -22.716031127376386, "W21": -46.025608454558835, "S21": -53.142865953584931, "W22": -80.0, "S22": -96.820641528726767, "W31": -99.971006571051802, "S31": -99.971006571051802, "W32": -100.02777557886409, "S32": -105.02777557886409 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 500074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2782978322337422, "S11": 3.0485399664950137, "W12": -9.0791861648016283, "S12": -9.0791861648016283, "W13": -20.531328934967014, "S13": -21.201028281372242, "W21": -47.127661579587382, "S21": -61.741943570726292, "W22": -69.702173182366451, "S22": -104.0369249554161, "W31": -104.0369249554161, "S31": -104.0369249554161, "W32": -104.0369249554161, "S32": -107.35707186812965 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 500189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -15.0, "S13": -15.0, "W21": -60.0, "S21": -73.272269605005945, "W22": -80.0, "S22": -96.78963408561242, "W31": -99.891393466972445, "S31": -99.891393466972445, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 502223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1202488528253198, "S11": -1.1202488528253198, "W12": -5.0, "S12": -9.1261938630372335, "W13": -15.000000000000002, "S13": -17.3775708040301, "W21": -31.805018412760496, "S21": -33.14543335062627, "W22": -70.0, "S22": -101.825256107171, "W31": -101.825256107171, "S31": -101.825256107171, "W32": -104.61316545029263, "S32": -109.61316545029263 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9971992716930442, "S12": -4.9971992716930442, "W13": -23.532599874682305, "S13": -23.532599874682305, "W21": -35.833030198833811, "S21": -38.977866751943175, "W22": -40.814268455600249, "S22": -51.449714520154586, "W31": -79.460997895485079, "S31": -79.460997895485079, "W32": -97.599139466148003, "S32": -102.599139466148 }, "geometry": { "type": "Point", "coordinates": [ 102045.0, 507623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3615839631941595, "S11": 2.3615839631941595, "W12": -7.8984540861907275, "S12": -7.8984540861907275, "W13": -19.770257716511825, "S13": -19.770257716511825, "W21": -50.503210433453937, "S21": -73.412656404814186, "W22": -40.360774940373389, "S22": -59.811104507228379, "W31": -76.001940296550728, "S31": -76.276768822342333, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102045.8, 500866.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9613199617956063, "S11": 2.9613199617956063, "W12": -8.1975151633731169, "S12": -8.3114314195307362, "W13": -21.189660508650039, "S13": -22.189660508650039, "W21": -46.611742891846873, "S21": -63.793798966613224, "W22": -37.116526504046142, "S22": -37.116526504046142, "W31": -71.550003, "S31": -71.550003, "W32": -79.467864444509615, "S32": -84.467864444509615 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4630686767169179, "S11": 2.4630686767169179, "W12": -10.0, "S12": -10.754598661615214, "W13": -21.505458969679506, "S13": -21.660018013027788, "W21": -46.037751783377409, "S21": -71.77692726598184, "W22": -43.184484687589112, "S22": -44.149397052190878, "W31": -81.404104185682613, "S31": -81.404104185682613, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 499970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4913977654504316, "W12": -6.6796023797486352, "S12": -6.6796023797486352, "W13": -17.948080690806183, "S13": -20.070330267664161, "W21": -50.33754138515787, "S21": -73.528586531511436, "W22": -41.681807480276753, "S22": -42.483387819497466, "W31": -69.415285996278726, "S31": -72.415285996278726, "W32": -91.471251524812146, "S32": -96.471251524812146 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 502687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4900099633314827, "S12": -14.490009963331483, "W13": -25.0, "S13": -25.0, "W21": -36.308411425533656, "S21": -36.308411425533656, "W22": -45.260349879209443, "S22": -45.260349879209443, "W31": -69.280807214987291, "S31": -69.3401643317534, "W32": -82.483605413701696, "S32": -87.483605413701696 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4721653704461728, "S11": 1.4721653704461728, "W12": -10.192920616113744, "S12": -11.331057926447333, "W13": -30.0, "S13": -30.0, "W21": -36.592508807774621, "S21": -36.592508807774621, "W22": -44.354307946019318, "S22": -44.354307946019318, "W31": -69.405221692392431, "S31": -69.407079587975673, "W32": -82.21297846611786, "S32": -87.21297846611786 }, "geometry": { "type": "Point", "coordinates": [ 102046.0, 509667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.350954773869347, "S11": 2.350954773869347, "W12": -10.0, "S12": -10.849546790355083, "W13": -21.549280141730435, "S13": -21.549280141730435, "W21": -45.960059064290832, "S21": -73.060615286343392, "W22": -41.50615088475648, "S22": -41.50615088475648, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102047.0, 499978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4966568421052635, "S11": 2.4499986383604124, "W12": -10.0, "S12": -11.003964912280702, "W13": -21.137062961973463, "S13": -22.670129582255253, "W21": -46.004531981830638, "S21": -47.695221502672091, "W22": -58.159274353964619, "S22": -58.159274353964619, "W31": -70.0, "S31": -70.0, "W32": -80.251876384217866, "S32": -85.251876384217866 }, "geometry": { "type": "Point", "coordinates": [ 102047.0, 500070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6525264092321343, "S12": -9.6525264092321343, "W13": -18.1472297044294, "S13": -21.723141595142355, "W21": -51.931446018831501, "S21": -58.691399080854822, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102047.0, 501316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9192306975096036, "S12": -7.9192306975096036, "W13": -16.830494561871596, "S13": -19.032794967825559, "W21": -59.999999999999993, "S21": -68.126735902559986, "W22": -74.05282803383561, "S22": -76.076480430786887, "W31": -92.606629754061203, "S31": -92.606629754061203, "W32": -98.780463736435266, "S32": -103.78046373643527 }, "geometry": { "type": "Point", "coordinates": [ 102047.333333333328483, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0572415591187587, "S11": 2.9716400832888374, "W12": -6.6178729116786847, "S12": -6.6178729116786847, "W13": -20.0, "S13": -20.705759526709588, "W21": -51.105045228691552, "S21": -66.105045228691552, "W22": -73.079603795181228, "S22": -102.75372368100426, "W31": -102.75372368100426, "S31": -102.75372368100426, "W32": -105.42171180330899, "S32": -110.42171180330899 }, "geometry": { "type": "Point", "coordinates": [ 102048.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0207896282621469, "S12": -8.0207896282621469, "W13": -16.902318900061566, "S13": -19.206107803985788, "W21": -60.000000000000007, "S21": -68.002205938561318, "W22": -80.0, "S22": -100.16339355263946, "W31": -100.16339355263946, "S31": -100.16339355263946, "W32": -101.76375605033881, "S32": -106.76375605033881 }, "geometry": { "type": "Point", "coordinates": [ 102048.0, 501994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.935042929292929, "S11": 2.8467758497352711, "W12": -8.0167053014795506, "S12": -8.0167053014795506, "W13": -20.316502148661872, "S13": -23.154348366107097, "W21": -49.608785295907772, "S21": -69.805028228608847, "W22": -44.023208118430048, "S22": -44.824024421752064, "W31": -80.069030389484382, "S31": -80.069030389484382, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102048.5, 500312.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.949149471694958, "S12": -4.949149471694958, "W13": -19.834681714095314, "S13": -23.524636157322284, "W21": -37.923886940285904, "S21": -40.814268455600249, "W22": -40.821578987109568, "S22": -42.061223704371471, "W31": -80.27154754204399, "S31": -80.27154754204399, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102049.0, 503704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5306266279679495, "S12": -14.530626627967949, "W13": -25.0, "S13": -25.0, "W21": -37.5334893705745, "S21": -37.5334893705745, "W22": -74.735803357729893, "S22": -98.549671970868587, "W31": -99.437210788877621, "S31": -99.437210788877621, "W32": -100.64040404040404, "S32": -105.64040404040404 }, "geometry": { "type": "Point", "coordinates": [ 102049.0, 505578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4091158133617476, "S11": 2.4091158133617476, "W12": -4.6672981746287396, "S12": -6.264845646014531, "W13": -26.594393919726674, "S13": -26.594393919726674, "W21": -36.623591560423037, "S21": -36.623591560423037, "W22": -59.103351654273091, "S22": -63.770042239806955, "W31": -86.654997219554119, "S31": -86.654997219554119, "W32": -98.351405714756694, "S32": -103.35140571475669 }, "geometry": { "type": "Point", "coordinates": [ 102049.30769230768783, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.4232630364075121, "S12": -4.4232630364075121, "W13": -17.33662573099415, "S13": -17.85012605212453, "W21": -37.221474892397659, "S21": -43.184484687589112, "W22": -44.451242829827912, "S22": -54.659706512212303, "W31": -80.554220622124546, "S31": -80.554220622124546, "W32": -97.996209609865659, "S32": -102.99620960986566 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 498099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2375962569451358, "S11": 3.2375962569451358, "W12": -3.3135796389275769, "S12": -7.9120381995159352, "W13": -21.666682844676544, "S13": -21.666682844676544, "W21": -34.522670988099293, "S21": -36.277950519413196, "W22": -43.361376673040155, "S22": -54.549306824908648, "W31": -79.990433515899653, "S31": -79.990433515899653, "W32": -97.959145668485718, "S32": -102.95914566848572 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 508007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3424211754452577, "S11": 2.3424211754452577, "W12": -9.1649818034775574, "S12": -11.02508188577281, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -33.70887471683708, "S21": -33.70887471683708, "W22": -40.0, "S22": -47.344129338633515, "W31": -65.584557913715699, "S31": -65.584557913715699, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 509930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3560079076153535, "S12": -10.409210078278404, "W13": -30.0, "S13": -30.0, "W21": -32.921715294552001, "S21": -32.921715294552001, "W22": -40.350125449683773, "S22": -60.350125449683773, "W31": -75.837283339228875, "S31": -76.031307580514223, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8730284816665208, "S11": 1.8730284816665208, "W12": -12.80093550062044, "S12": -12.80093550062044, "W13": -25.474429474674391, "S13": -25.474429474674391, "W21": -40.514763911118443, "S21": -41.50615088475648, "W22": -52.002185756523531, "S22": -53.594906533760337, "W31": -85.622642384035458, "S31": -85.622642384035458, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32991513947863749, "S11": 0.32991513947863749, "W12": -15.0, "S12": -15.0, "W13": -25.754681116278842, "S13": -25.754681116278842, "W21": -43.552406745475714, "S21": -44.504114345363568, "W22": -71.481083739101933, "S22": -92.157795881912577, "W31": -95.234326325826203, "S31": -95.234326325826203, "W32": -99.771609144011592, "S32": -104.77160914401159 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.115371424651896, "S12": -10.115371424651896, "W13": -24.227284938585264, "S13": -24.227284938585264, "W21": -41.792182830534074, "S21": -48.408233985509398, "W22": -41.342936834201758, "S22": -41.342936834201758, "W31": -69.593908990148407, "S31": -71.662647267878228, "W32": -91.584369522208434, "S32": -96.584369522208434 }, "geometry": { "type": "Point", "coordinates": [ 102050.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35816227743399237, "S11": 0.35816227743399237, "W12": -9.6452880056584576, "S12": -9.6452880056584576, "W13": -17.584734829464114, "S13": -21.531818265348953, "W21": -56.678216596639835, "S21": -57.125733905475343, "W22": -73.379997, "S22": -73.379997, "W31": -92.190002, "S31": -92.190002, "W32": -98.68, "S32": -103.68 }, "geometry": { "type": "Point", "coordinates": [ 102050.6, 501519.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1814189944134084, "S11": 4.0829687020157479, "W12": -11.261415270018624, "S12": -11.261743783610296, "W13": -20.468837719298246, "S13": -21.468837719298246, "W21": -46.546946346172, "S21": -62.031935678692577, "W22": -45.301666440354055, "S22": -48.27145924846922, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102051.0, 500123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16935820687734926, "S11": -0.16935820687734926, "W12": -5.4721948586465157, "S12": -5.4721948586465157, "W13": -14.985913922949349, "S13": -19.485873453503778, "W21": -56.648224988473956, "S21": -77.422440835704577, "W22": -70.975156784390279, "S22": -90.634255820138463, "W31": -94.869093909803567, "S31": -94.869093909803567, "W32": -98.213664891767763, "S32": -103.21366489176776 }, "geometry": { "type": "Point", "coordinates": [ 102051.0, 502522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47682249150463701, "S11": 0.47682249150463701, "W12": -6.1649319335660024, "S12": -6.1649319335660024, "W13": -17.259536044077638, "S13": -18.259536044077638, "W21": -30.961078085677997, "S21": -32.281196827768696, "W22": -79.311100235381858, "S22": -99.99773818081151, "W31": -99.99773818081151, "S31": -99.99773818081151, "W32": -101.73204259438529, "S32": -106.73204259438529 }, "geometry": { "type": "Point", "coordinates": [ 102051.857142857144936, 497600.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93430439952437572, "S11": 0.93430439952437572, "W12": -4.9872540399599794, "S12": -4.9872540399599794, "W13": -17.35476842243531, "S13": -18.382358109562571, "W21": -34.648762363044888, "S21": -36.828892933581365, "W22": -79.999999999999986, "S22": -99.55911509310846, "W31": -99.605670258169738, "S31": -99.605670258169738, "W32": -101.70073572120039, "S32": -106.70073572120039 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 497842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77802830041984139, "S11": 0.77802830041984139, "W12": -8.717290723479806, "S12": -8.717290723479806, "W13": -19.468630937261874, "S13": -22.468630937261874, "W21": -49.540665168021214, "S21": -64.761236246744403, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3650530383115077, "S11": 0.3650530383115077, "W12": -5.1092289627530532, "S12": -5.1092289627530532, "W13": -18.454046358175177, "S13": -22.590453888544769, "W21": -40.195877268237808, "S21": -43.195877268237808, "W22": -52.160555504408507, "S22": -53.884361554992573, "W31": -85.736691091940571, "S31": -85.736691091940571, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 503460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0461016625659223, "S12": -5.0461016625659223, "W13": -19.215329127245553, "S13": -22.215817989547304, "W21": -38.651822643291588, "S21": -39.295831240819801, "W22": -75.597399821743636, "S22": -100.9170701996572, "W31": -100.9170701996572, "S31": -100.9170701996572, "W32": -102.17412263586462, "S32": -107.17412263586462 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 503575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0395144660246567, "S12": -5.0395144660246567, "W13": -19.273009291822401, "S13": -22.153855538196254, "W21": -38.563985136294839, "S21": -39.418364502227135, "W22": -78.073885712433352, "S22": -90.893521552532405, "W31": -94.586176488014885, "S31": -94.586176488014885, "W32": -99.023667043500467, "S32": -104.02366704350047 }, "geometry": { "type": "Point", "coordinates": [ 102052.0, 503587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7307378330477992, "S12": -17.551180785952262, "W13": -24.265358311031818, "S13": -24.265358311031818, "W21": -36.225214828623081, "S21": -36.225214828623081, "W22": -70.21644765657787, "S22": -84.806069620067873, "W31": -90.409286740067017, "S31": -90.409286740067017, "W32": -98.698145785890034, "S32": -103.69814578589003 }, "geometry": { "type": "Point", "coordinates": [ 102053.0, 505052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5378221210037797, "S12": -14.53782212100378, "W13": -25.0, "S13": -25.0, "W21": -37.094000423375668, "S21": -37.094000423375668, "W22": -39.213033968005064, "S22": -39.213033968005064, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102053.0, 505562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -21.141557496909222, "S13": -21.141557496909222, "W21": -43.525540061791844, "S21": -46.507636160892858, "W22": -76.910838322756845, "S22": -86.47805554495784, "W31": -93.962580340716016, "S31": -93.962580340716016, "W32": -98.919714370977502, "S32": -103.9197143709775 }, "geometry": { "type": "Point", "coordinates": [ 102053.946666666670353, 516178.826666666660458 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.4371444050065385, "S12": -4.4371444050065385, "W13": -15.074401294206627, "S13": -16.468433572450088, "W21": -42.182517245278746, "S21": -52.002185756523531, "W22": -70.754100228102615, "S22": -95.754100228102615, "W31": -95.754100228102615, "S31": -95.754100228102615, "W32": -99.021999530925598, "S32": -104.0219995309256 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 498565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0307212919305924, "S11": 4.0307212919305924, "W12": -9.6438535505468366, "S12": -9.6438535505468366, "W13": -19.145665600950085, "S13": -19.145665600950085, "W21": -46.426072691543375, "S21": -71.426072691543368, "W22": -37.62028518859249, "S22": -46.234081600923219, "W31": -77.006041939676351, "S31": -77.006041939676351, "W32": -96.724996926691347, "S32": -101.72499692669135 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 502989.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8856126328102234, "S11": 2.8856126328102234, "W12": -4.1769797640159627, "S12": -7.068633680885819, "W13": -22.610742522119384, "S13": -22.610742522119384, "W21": -35.007299388687194, "S21": -36.85049047319589, "W22": -40.129058863498422, "S22": -52.241342651243954, "W31": -73.606067593715849, "S31": -73.636474965800517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102054.0, 507838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32, "S11": 0.32, "W12": -9.4700003, "S12": -9.4700003, "W13": -17.18, "S13": -21.18, "W21": -57.18, "S21": -57.18, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -80.034290612944702, "S32": -85.034290612944702 }, "geometry": { "type": "Point", "coordinates": [ 102054.3, 501496.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49010584372110816, "S11": 0.49010584372110816, "W12": -8.9465706289286864, "S12": -8.9465706289286864, "W13": -19.061781771788905, "S13": -20.392359012876472, "W21": -25.555702653582813, "S21": -25.555702653582813, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.316883356574522, "S32": -85.316883356574522 }, "geometry": { "type": "Point", "coordinates": [ 102055.0, 496973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5926182687104293, "S11": 3.2240981977455805, "W12": -5.3658152554233727, "S12": -5.3658152554233727, "W13": -18.842607834294231, "S13": -19.842607834294231, "W21": -60.009019118336134, "S21": -70.975156784390279, "W22": -70.0, "S22": -106.21350364963504, "W31": -106.21350364963504, "S31": -106.21350364963504, "W32": -106.21350364963504, "S32": -107.5852047423529 }, "geometry": { "type": "Point", "coordinates": [ 102055.0, 499477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024015035500487308, "S11": 0.024015035500487308, "W12": -5.6673706227649951, "S12": -5.6673706227649951, "W13": -15.0, "S13": -19.324160259004451, "W21": -55.459610777637209, "S21": -76.51674654744042, "W22": -38.227021053552882, "S22": -48.759102570230226, "W31": -78.901721442252637, "S31": -78.901721442252637, "W32": -97.208499323051541, "S32": -102.20849932305154 }, "geometry": { "type": "Point", "coordinates": [ 102055.0, 502540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2430436542743406, "S12": -5.2430436542743406, "W13": -14.861651396101246, "S13": -19.957953299614715, "W21": -58.453972644844015, "S21": -78.67157683851319, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -69.016622358493407, "S31": -73.81579306461812, "W32": -84.295716905308041, "S32": -89.295716905308041 }, "geometry": { "type": "Point", "coordinates": [ 102056.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9233545368757756, "S12": -8.9233545368757756, "W13": -22.641539507862898, "S13": -22.641539507862898, "W21": -41.94523872553097, "S21": -48.921321074910416, "W22": -44.111328564716075, "S22": -46.025772323204777, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102056.4, 514429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.4617814309732866, "S12": -4.4617814309732866, "W13": -15.128602237029193, "S13": -16.267223530661123, "W21": -42.350446680990615, "S21": -52.160555504408507, "W22": -70.0, "S22": -70.0, "W31": -100.58168966083082, "S31": -100.58168966083082, "W32": -103.05291478019937, "S32": -108.05291478019937 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 498576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5028242205151376, "S11": 2.4857589265831734, "W12": -7.8323775261813058, "S12": -7.8323775261813058, "W13": -19.793926680651282, "S13": -19.793926680651282, "W21": -50.597399821743643, "S21": -75.597399821743636, "W22": -37.773862223313756, "S22": -46.117787245354201, "W31": -76.600486407656632, "S31": -76.600486407656632, "W32": -96.638227178975839, "S32": -101.63822717897584 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43618014226072938, "S11": 0.43618014226072938, "W12": -9.8247199842798185, "S12": -9.8247199842798185, "W13": -20.0, "S13": -23.67054994940797, "W21": -55.875982642448207, "S21": -59.856918949768371, "W22": -44.961237590769663, "S22": -44.961237590769663, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41169413543142036, "S11": 0.41169413543142036, "W12": -5.041552207351244, "S12": -5.041552207351244, "W13": -18.715838912967278, "S13": -23.715838912967278, "W21": -41.967723313799453, "S21": -45.117329613012053, "W22": -70.0, "S22": -91.760703511136796, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.6944977061227, "S32": -108.6944977061227 }, "geometry": { "type": "Point", "coordinates": [ 102057.0, 503347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3268358510933327, "S11": 2.3268358510933327, "W12": -11.215730579341423, "S12": -11.215730579341423, "W13": -25.227047085931179, "S13": -25.227047085931179, "W21": -39.213033968005064, "S21": -39.213033968005064, "W22": -75.193674441285566, "S22": -95.990200219990157, "W31": -100.06926665422652, "S31": -100.06926665422652, "W32": -101.94457712219361, "S32": -106.94457712219361 }, "geometry": { "type": "Point", "coordinates": [ 102057.8, 511686.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49378845132881433, "S11": 0.49378845132881433, "W12": -10.0, "S12": -10.0, "W13": -19.314747801600518, "S13": -23.069253229992274, "W21": -56.327670384791489, "S21": -59.372491159229575, "W22": -76.369588913802971, "S22": -99.364005539849856, "W31": -99.364005539849856, "S31": -99.364005539849856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85080068143100507, "S11": 0.85080068143100507, "W12": -5.0, "S12": -5.0, "W13": -18.880466005214558, "S13": -22.287530143226164, "W21": -43.693769207876549, "S21": -57.97435977825053, "W22": -38.339352035743701, "S22": -48.706159914020063, "W31": -78.912191794161103, "S31": -78.912191794161103, "W32": -97.213309420498234, "S32": -102.21330942049823 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 503242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.06801661474560762, "S11": -0.06801661474560762, "W12": -5.0, "S12": -8.7711175631942524, "W13": -16.182407097916457, "S13": -20.979429210315892, "W21": -31.751822753420438, "S21": -33.849863525732083, "W22": -43.611174716538557, "S22": -43.746918313212973, "W31": -73.491175725783037, "S31": -73.765200469028045, "W32": -91.306086469096954, "S32": -96.306086469096954 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 503986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50176497571909917, "S11": 0.50176497571909917, "W12": -10.0, "S12": -15.353146378659668, "W13": -25.0, "S13": -25.0, "W21": -34.623159955577897, "S21": -34.623159955577897, "W22": -70.831296195903263, "S22": -90.904388421751534, "W31": -102.53368328958879, "S31": -102.53368328958879, "W32": -102.53368328958879, "S32": -106.62941635332581 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 505412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66645440850919768, "S11": 0.66645440850919768, "W12": -15.0, "S12": -15.0, "W13": -25.53947222523459, "S13": -25.53947222523459, "W21": -43.613692960253225, "S21": -44.075788021325984, "W22": -74.398686505282313, "S22": -78.635533095502026, "W31": -93.129861587722672, "S31": -93.129861587722672, "W32": -98.846032640358246, "S32": -103.84603264035825 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 512816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31771079317473627, "S11": 0.31771079317473627, "W12": -15.0, "S12": -15.0, "W13": -25.602809096237195, "S13": -25.602809096237195, "W21": -43.509020116785408, "S21": -44.823587589232716, "W22": -71.32226413146509, "S22": -99.342616235348217, "W31": -99.342616235348217, "S31": -99.342616235348217, "W32": -99.430512837692135, "S32": -104.43051283769213 }, "geometry": { "type": "Point", "coordinates": [ 102058.0, 513042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0241016548463358, "S11": 3.0190639660895489, "W12": -6.3903769957653376, "S12": -6.3903769957653376, "W13": -20.0, "S13": -21.150899419183851, "W21": -50.889586548937714, "S21": -65.889586548937714, "W22": -37.539788408463693, "S22": -46.679620262900144, "W31": -77.369216071226489, "S31": -77.369216071226489, "W32": -96.814416308625056, "S32": -101.81441630862506 }, "geometry": { "type": "Point", "coordinates": [ 102058.5, 500525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34613810134732115, "S11": -0.34613810134732115, "W12": -5.0, "S12": -5.0, "W13": -20.091858517203121, "S13": -24.229535311210707, "W21": -33.212671118144378, "S21": -38.098056582435724, "W22": -70.10167125456671, "S22": -78.474895312564939, "W31": -90.868169897855324, "S31": -90.868169897855324, "W32": -96.688586654595582, "S32": -101.68858665459558 }, "geometry": { "type": "Point", "coordinates": [ 102059.0, 503829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61664036915188336, "S11": -0.61664036915188336, "W12": -9.9999999999999982, "S12": -11.924766105967162, "W13": -28.021381376451934, "S13": -28.021381376451934, "W21": -39.924312946646161, "S21": -39.924312946646161, "W22": -52.867848999171414, "S22": -55.883468735270419, "W31": -86.191459950943724, "S31": -86.191459950943724, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102059.142857142855064, 509392.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45782158214164503, "S11": 0.45782158214164503, "W12": -7.2687897871062983, "S12": -8.9206153156932118, "W13": -17.139101543794236, "S13": -18.216654653597153, "W21": -27.696280528896388, "S21": -27.696280528896388, "W22": -61.403931798437355, "S22": -75.009495556305097, "W31": -89.175816928660126, "S31": -89.175816928660126, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102060.0, 497349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9401300236406618, "S11": 2.9401300236406618, "W12": -6.8764355857157602, "S12": -6.8764355857157602, "W13": -20.0, "S13": -21.663258209432154, "W21": -50.440064917377882, "S21": -65.440064917377882, "W22": -62.188782603804171, "S22": -76.830945942058889, "W31": -89.670367513538821, "S31": -89.670367513538821, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102060.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020249221183801513, "S11": -0.020249221183801513, "W12": -5.0327416546718329, "S12": -14.834911400954569, "W13": -15.273603947073335, "S13": -19.751326818793935, "W21": -32.654918259905479, "S21": -35.326209160593379, "W22": -40.617259521838257, "S22": -47.145784210642738, "W31": -75.285031200991412, "S31": -75.589001374308623, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102060.0, 504014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3281169641348534, "S11": 1.3281169641348534, "W12": -15.0, "S12": -15.0, "W13": -25.361521571456251, "S13": -25.361521571456251, "W21": -41.961237590769663, "S21": -44.961237590769663, "W22": -39.577343740302034, "S22": -39.577343740302034, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102061.0, 512400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9637474747474748, "S11": 2.9637474747474748, "W12": -7.5415079226915935, "S12": -7.5415079226915935, "W13": -20.12529251584904, "S13": -22.490680384498127, "W21": -49.923847210220188, "S21": -64.923847210220188, "W22": -38.138642176592761, "S22": -38.138642176592761, "W31": -70.455570544758388, "S31": -70.458591955911487, "W32": -78.10062585187157, "S32": -83.10062585187157 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 500397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4860427846441531, "W12": -7.8377509464725224, "S12": -7.8377509464725224, "W13": -19.791429427629605, "S13": -19.791429427629605, "W21": -50.578391872965057, "S21": -75.193674441285566, "W22": -71.985920601621189, "S22": -93.478628854307317, "W31": -100.93709025315668, "S31": -100.93709025315668, "W32": -103.25777985899738, "S32": -108.25777985899738 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 500880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62744063324538268, "S11": 0.62744063324538268, "W12": -8.9906355969818019, "S12": -8.9906355969818019, "W13": -19.017189481694455, "S13": -22.24523792504252, "W21": -49.717802430005285, "S21": -61.13165593589828, "W22": -80.000000000000014, "S22": -99.208013351402911, "W31": -99.696668236597418, "S31": -99.696668236597418, "W32": -101.5587396784007, "S32": -106.5587396784007 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 501166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26012770407047892, "S11": -0.26012770407047892, "W12": -5.100058559437822, "S12": -5.100058559437822, "W13": -20.084893417700634, "S13": -24.847269757914368, "W21": -33.339352035743701, "S21": -38.339352035743701, "W22": -50.0, "S22": -50.338653569918321, "W31": -68.93928268005395, "S31": -73.230467793051545, "W32": -84.833937719449708, "S32": -89.833937719449708 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 503827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43219271714020574, "S11": 0.43219271714020574, "W12": -8.9656823100417817, "S12": -18.965682310041782, "W13": -25.030391033868387, "S13": -25.030391033868387, "W21": -35.066472850619618, "S21": -36.513344733311136, "W22": -43.986706191386197, "S22": -45.819043127070294, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102062.0, 507288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0877445707951887, "S11": 3.0877445707951887, "W12": -5.873482762137904, "S12": -5.873482762137904, "W13": -20.659943008996894, "S13": -21.659943008996894, "W21": -47.607803505197339, "S21": -50.935225060449724, "W22": -42.868198942382932, "S22": -42.868198942382932, "W31": -71.491248172000496, "S31": -71.751745651981167, "W32": -91.485160552842515, "S32": -96.485160552842515 }, "geometry": { "type": "Point", "coordinates": [ 102063.0, 499829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39067223792554212, "S11": 0.39067223792554212, "W12": -10.0, "S12": -10.0, "W13": -17.50567418376848, "S13": -21.383709867674522, "W21": -55.969529207422397, "S21": -57.955814358316495, "W22": -71.581655092966287, "S22": -106.19226394320019, "W31": -106.19226394320019, "S31": -106.19226394320019, "W32": -106.19226394320019, "S32": -109.76547842401501 }, "geometry": { "type": "Point", "coordinates": [ 102063.0, 501442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3919139985978024, "S12": -7.3919139985978024, "W13": -19.043604009611126, "S13": -19.043604009611126, "W21": -45.248182796717494, "S21": -70.248182796717487, "W22": -80.0, "S22": -96.551301715036942, "W31": -99.71850232303909, "S31": -99.71850232303909, "W32": -99.801499020075212, "S32": -104.80149902007521 }, "geometry": { "type": "Point", "coordinates": [ 102063.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39977920706539988, "S11": -0.39977920706539988, "W12": -4.7367195537985971, "S12": -9.2384931461797564, "W13": -16.975661735154855, "S13": -19.49979529658215, "W21": -31.435052353599772, "S21": -32.631284866836232, "W22": -74.648972924341962, "S22": -99.257506916704642, "W31": -99.257506916704642, "S31": -99.257506916704642, "W32": -101.23832083688779, "S32": -106.23832083688779 }, "geometry": { "type": "Point", "coordinates": [ 102063.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2428310555160884, "S11": 3.0368161022086197, "W12": -5.1397145542328531, "S12": -5.1397145542328531, "W13": -18.110114602414345, "S13": -19.110114602414345, "W21": -60.0, "S21": -70.10167125456671, "W22": -45.990642432967434, "S22": -54.100533792958331, "W31": -81.878100986575035, "S31": -81.878100986575035, "W32": -98.057324038479024, "S32": -103.05732403847902 }, "geometry": { "type": "Point", "coordinates": [ 102064.0, 499271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.5567012889968241, "S12": -4.5567012889968241, "W13": -15.372577909544697, "S13": -15.372577909544697, "W21": -43.097930566549813, "S21": -52.867848999171414, "W22": -40.163172872815018, "S22": -40.163172872815018, "W31": -69.946763321924976, "S31": -70.064410380748512, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 498623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8715352378703818, "S12": -4.8715352378703818, "W13": -16.971989351482659, "S13": -17.325430340850513, "W21": -48.871020861850702, "S21": -58.384714466858227, "W22": -43.480106382111742, "S22": -43.766215703902724, "W31": -73.915529304184972, "S31": -74.171612104436278, "W32": -91.310827686448789, "S32": -96.310827686448789 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 498973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6512310907995889, "S11": 2.6484157578217498, "W12": -4.9256256640302212, "S12": -4.9256256640302212, "W13": -17.274427667929775, "S13": -17.3543689464564, "W21": -49.820147587044453, "S21": -59.287787216309482, "W22": -43.437419086975844, "S22": -43.451437065547516, "W31": -72.556028291431375, "S31": -72.915332598164156, "W32": -91.445222059995089, "S32": -96.445222059995089 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 499031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -25.0, "S13": -25.0, "W21": -37.371704533971922, "S21": -37.371704533971922, "W22": -80.0, "S22": -98.209248130988158, "W31": -99.85714805274479, "S31": -99.85714805274479, "W32": -101.24277296132102, "S32": -106.24277296132102 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 506616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2818312898237654, "S11": 2.2818312898237654, "W12": -11.780740391977401, "S12": -11.780740391977401, "W13": -25.111269040357456, "S13": -25.111269040357456, "W21": -39.577343740302034, "S21": -39.577343740302034, "W22": -71.125298683772058, "S22": -74.179377169362368, "W31": -103.55078531850188, "S31": -103.55078531850188, "W32": -103.55078531850188, "S32": -107.53908692933088 }, "geometry": { "type": "Point", "coordinates": [ 102065.0, 511799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4969220257758562, "S11": 2.4969220257758562, "W12": -4.7742299131184023, "S12": -7.542502459830688, "W13": -24.846819709556726, "S13": -24.846819709556726, "W21": -34.395307084194762, "S21": -34.395307084194762, "W22": -62.146051955846083, "S22": -76.693543343417943, "W31": -89.659357452853769, "S31": -89.659357452853769, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102065.5, 510471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7791340396130817, "S11": 2.6514017228804545, "W12": -7.4707910872486458, "S12": -7.4707910872486458, "W13": -20.0, "S13": -20.0, "W21": -51.224962256943812, "S21": -71.985920601621189, "W22": -39.961545783137971, "S22": -45.078354820931651, "W31": -62.575962762336317, "S31": -63.496887918261393, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102066.0, 500798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0809560758383379, "S12": -5.0809560758383379, "W13": -14.701949376036536, "S13": -20.899095214420178, "W21": -60.0, "S21": -79.168965897803773, "W22": -46.696415636429911, "S22": -48.715327629970332, "W31": -68.713940216042005, "S31": -68.97829850875344, "W32": -90.379537953795378, "S32": -95.379537953795378 }, "geometry": { "type": "Point", "coordinates": [ 102066.0, 502453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75670626672087293, "S11": -0.75670626672087293, "W12": -10.0, "S12": -13.0, "W13": -26.931916116058602, "S13": -26.931916116058602, "W21": -39.288198382111453, "S21": -39.288198382111453, "W22": -50.0, "S22": -50.0, "W31": -69.01366634608398, "S31": -73.331644563777772, "W32": -84.223439217395438, "S32": -89.223439217395438 }, "geometry": { "type": "Point", "coordinates": [ 102066.0, 509241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45798716128677486, "S11": 0.45798716128677486, "W12": -7.3702630001929572, "S12": -8.9228147828988451, "W13": -17.12365799309195, "S13": -18.182647930181925, "W21": -27.462098673304549, "S21": -27.462098673304549, "W22": -70.0, "S22": -81.605839416058387, "W31": -100.74752029082464, "S31": -100.74752029082464, "W32": -102.81333761657615, "S32": -107.81333761657615 }, "geometry": { "type": "Point", "coordinates": [ 102066.105263157893205, 497328.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0077919803887236, "S11": 1.0077919803887236, "W12": -6.5443256661382279, "S12": -13.200533385317517, "W13": -23.971417939278243, "S13": -23.971417939278243, "W21": -35.801896033022274, "S21": -39.35706985250247, "W22": -46.393737628216662, "S22": -54.136755659045399, "W31": -82.114452545166756, "S31": -82.114452545166756, "W32": -98.068767201527919, "S32": -103.06876720152792 }, "geometry": { "type": "Point", "coordinates": [ 102066.5, 507363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5394907872696817, "S11": 2.5394907872696817, "W12": -10.0, "S12": -11.189347290640374, "W13": -21.495533570262221, "S13": -21.590040256203675, "W21": -46.096869402051254, "S21": -71.581655092966287, "W22": -72.159781511922972, "S22": -104.49994508592702, "W31": -104.49994508592702, "S31": -104.49994508592702, "W32": -105.33704593770219, "S32": -110.33704593770219 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 499976.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9635534670358874, "S12": -7.9635534670358874, "W13": -16.552887318287688, "S13": -18.82622967282084, "W21": -60.0, "S21": -68.649845475095802, "W22": -74.335596372778767, "S22": -99.222814417891556, "W31": -99.277823325875787, "S31": -99.277823325875787, "W32": -100.59126984126985, "S32": -105.59126984126985 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 502003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.270938147380503, "S11": 2.270938147380503, "W12": -6.4712431145598499, "S12": -6.4712431145598499, "W13": -18.092421933579633, "S13": -20.394853076832632, "W21": -50.116730819269833, "S21": -72.968971599821899, "W22": -39.490123935547189, "S22": -51.191490564035433, "W31": -79.209372973344784, "S31": -79.209372973344784, "W32": -97.410426499995197, "S32": -102.4104264999952 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 502669.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0290324588300228, "S12": -5.0290324588300228, "W13": -18.783821947001101, "S13": -21.82492603992392, "W21": -38.703611309485439, "S21": -39.80819130104306, "W22": -47.904296979775765, "S22": -49.652155395541527, "W31": -68.743630594798688, "S31": -68.847831834216336, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8946617690570324, "S12": -19.894661769057031, "W13": -24.426230944966083, "S13": -24.426230944966083, "W21": -37.732046171098162, "S21": -37.732046171098162, "W22": -54.448772115130716, "S22": -59.743628751252501, "W31": -86.95762921794352, "S31": -86.95762921794352, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38906618400057541, "S11": 0.38906618400057541, "W12": -10.000000000000002, "S12": -18.023035427904944, "W13": -24.598519507858878, "S13": -24.598519507858878, "W21": -35.117293124528288, "S21": -35.835710287844833, "W22": -44.594334127070987, "S22": -46.479203864075558, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 507274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0233017375288451, "S12": -16.966076126852247, "W13": -24.544215279138097, "S13": -24.544215279138097, "W21": -35.299334565720279, "S21": -37.815057995180361, "W22": -37.428637287783843, "S22": -46.530747525388819, "W31": -76.89373787950521, "S31": -76.89373787950521, "W32": -96.723832100388634, "S32": -101.72383210038863 }, "geometry": { "type": "Point", "coordinates": [ 102067.0, 507324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -19.795069396519562, "W21": -59.999999999999993, "S21": -76.538138590699447, "W22": -40.202259557158833, "S22": -53.93529643517769, "W31": -69.639631567208667, "S31": -69.740247118942165, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102067.111111111109494, 502341.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0599084527279281, "S11": 3.0599084527279281, "W12": -7.7850061957868242, "S12": -7.7850061957868242, "W13": -21.041227761235454, "S13": -22.041227761235454, "W21": -46.923261656749759, "S21": -58.534975052389029, "W22": -41.203697654280461, "S22": -43.574960523834825, "W31": -76.195721125595909, "S31": -76.295738014709997, "W32": -90.899734314512571, "S32": -95.899734314512571 }, "geometry": { "type": "Point", "coordinates": [ 102067.333333333328483, 499897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6442212538821663, "S11": 2.6442212538821663, "W12": -4.9232243340022643, "S12": -4.9232243340022643, "W13": -17.256089662933213, "S13": -17.360928253024799, "W21": -49.73992157508485, "S21": -59.209358228811716, "W22": -73.835806104026389, "S22": -97.212728865354151, "W31": -100.00531983285111, "S31": -100.00531983285111, "W32": -101.37065948645953, "S32": -106.37065948645953 }, "geometry": { "type": "Point", "coordinates": [ 102068.0, 499027.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48705210307099411, "S11": 0.48705210307099411, "W12": -9.5322726172399612, "S12": -18.908849001700972, "W13": -22.104926157201113, "S13": -22.673065139718112, "W21": -36.955748631818494, "S21": -36.955748631818494, "W22": -80.0, "S22": -96.433579666553783, "W31": -99.526004966907095, "S31": -99.526004966907095, "W32": -99.704110178609852, "S32": -104.70411017860985 }, "geometry": { "type": "Point", "coordinates": [ 102068.0, 504841.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0003507860205274, "S11": 1.0003507860205274, "W12": -5.0213780628186155, "S12": -5.4949787321840722, "W13": -22.371765585413463, "S13": -22.371765585413463, "W21": -36.1882182359453, "S21": -40.498192479214566, "W22": -38.572308338122539, "S22": -46.058989011240392, "W31": -75.382750299975896, "S31": -75.382750299975896, "W32": -96.389015994864153, "S32": -101.38901599486415 }, "geometry": { "type": "Point", "coordinates": [ 102068.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62286377734357723, "S11": -0.62286377734357723, "W12": -10.000000000000002, "S12": -11.496927195264567, "W13": -28.276165852724173, "S13": -28.276165852724173, "W21": -39.694753356236987, "S21": -39.694753356236987, "W22": -50.0, "S22": -50.074291762327064, "W31": -68.981880793089957, "S31": -74.060310807519969, "W32": -84.429451283189834, "S32": -89.429451283189834 }, "geometry": { "type": "Point", "coordinates": [ 102068.666666666671517, 509428.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9772576832151301, "S11": 2.9772576832151301, "W12": -6.9122673368105767, "S12": -6.9122673368105767, "W13": -20.0, "S13": -21.519520309768613, "W21": -50.578451289268202, "S21": -65.578451289268202, "W22": -71.355121268998943, "S22": -84.175600265269622, "W31": -100.26436934539596, "S31": -100.26436934539596, "W32": -105.07738897806304, "S32": -110.07738897806304 }, "geometry": { "type": "Point", "coordinates": [ 102069.0, 500486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0273420935800166, "S12": -5.0273420935800166, "W13": -18.686593279355858, "S13": -21.762405611113739, "W21": -38.7548772982354, "S21": -40.010531332465227, "W22": -40.851857618740702, "S22": -42.424226449345859, "W31": -80.518861587370324, "S31": -80.518861587370324, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102069.0, 503549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2, "S11": 4.1, "W12": -12.3, "S12": -12.3, "W13": -20.6, "S13": -23.2, "W21": -46.73004268135103, "S21": -56.59403231865673, "W22": -68.857929098952084, "S22": -71.809245680006271, "W31": -97.486340505870146, "S31": -97.486340505870146, "W32": -97.978780282578967, "S32": -102.97878028257897 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2470066863629297, "S11": 1.2470066863629297, "W12": -8.5140887636918752, "S12": -8.5140887636918752, "W13": -19.540386080772162, "S13": -22.324471071918918, "W21": -49.868465041212751, "S21": -64.868465041212744, "W22": -66.768632946872216, "S22": -91.435888412056272, "W31": -102.1138911679689, "S31": -102.1138911679689, "W32": -102.1138911679689, "S32": -106.31754891429833 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 501055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38138251195970901, "S11": -0.38138251195970901, "W12": -5.0, "S12": -10.728181094703167, "W13": -19.852671132167949, "S13": -22.783585575212946, "W21": -37.335120660235674, "S21": -37.335120660235674, "W22": -40.61611244258134, "S22": -49.897448232886333, "W31": -76.367963326497261, "S31": -76.670233772626077, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 503762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47584377195745403, "S11": 0.47584377195745403, "W12": -6.7905062797410087, "S12": -7.760335616158673, "W13": -23.19080450222204, "S13": -23.19080450222204, "W21": -36.63525238779421, "S21": -40.239861516909691, "W22": -80.0, "S22": -96.510901778154022, "W31": -97.10472524591971, "S31": -97.10472524591971, "W32": -99.258476314714201, "S32": -104.2584763147142 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 508798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7099321875583788, "S12": -4.7099321875583788, "W13": -15.839686034866132, "S13": -16.373167340355689, "W21": -44.505598839064255, "S21": -54.2056646647343, "W22": -41.250479770898565, "S22": -43.217687941666185, "W31": -75.694927435985875, "S31": -75.71039718957185, "W32": -91.00813962353142, "S32": -96.00813962353142 }, "geometry": { "type": "Point", "coordinates": [ 102070.5, 498708.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46543645056375255, "S11": 0.46543645056375255, "W12": -6.9909293565992767, "S12": -8.7778684229052573, "W13": -17.156469767301367, "S13": -18.156469767301367, "W21": -27.931783644939554, "S21": -28.263652020313412, "W22": -69.083151751688305, "S22": -73.453032189235998, "W31": -98.323976944524318, "S31": -98.323976944524318, "W32": -98.348963993969789, "S32": -103.34896399396979 }, "geometry": { "type": "Point", "coordinates": [ 102072.0, 497415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060747663551378575, "S11": 0.057932654706637894, "W12": -5.0, "S12": -8.8214646228134868, "W13": -17.406157101354466, "S13": -22.406157101354466, "W21": -31.472302222152202, "S21": -33.815382354636363, "W22": -40.090806828260114, "S22": -52.019452192853628, "W31": -79.419367195710436, "S31": -79.419367195710436, "W32": -97.550226231757222, "S32": -102.55022623175722 }, "geometry": { "type": "Point", "coordinates": [ 102072.0, 503984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54398327137232483, "S11": 0.54398327137232483, "W12": -10.0, "S12": -10.0, "W13": -24.919529182174596, "S13": -24.919529182174596, "W21": -37.634811313998597, "S21": -37.634811313998597, "W22": -38.808330704539053, "S22": -46.30486238791493, "W31": -75.968680100307765, "S31": -75.968680100307765, "W32": -96.522295146904156, "S32": -101.52229514690416 }, "geometry": { "type": "Point", "coordinates": [ 102072.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45466835731268679, "S11": 0.45466835731268679, "W12": -15.0, "S12": -24.984145286826177, "W13": -24.984145286826177, "S13": -24.984145286826177, "W21": -36.4616816934779, "S21": -36.4616816934779, "W22": -40.0, "S22": -41.49001117830835, "W31": -70.416766274851753, "S31": -73.619778842059858, "W32": -95.276546949549939, "S32": -100.27654694954994 }, "geometry": { "type": "Point", "coordinates": [ 102072.0, 507085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4739306874442848, "S11": 2.4739306874442848, "W12": -7.8732854845748621, "S12": -7.8732854845748621, "W13": -19.777110178803337, "S13": -20.06011465131041, "W21": -50.349028001964612, "S21": -73.835806104026389, "W22": -39.957302789618019, "S22": -44.269761187665502, "W31": -62.19074682532635, "S31": -63.19074682532635, "W32": -90.059042381106437, "S32": -95.059042381106437 }, "geometry": { "type": "Point", "coordinates": [ 102072.4, 500906.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42849794238683125, "S11": -0.42849794238683125, "W12": -8.139667421890298, "S12": -8.139667421890298, "W13": -16.640832061681792, "S13": -19.096853712561359, "W21": -60.0, "S21": -68.578261676731685, "W22": -40.494856567561193, "S22": -40.494856567561193, "W31": -72.51093953916849, "S31": -72.77194988445936, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102073.0, 501994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23880726015557474, "S11": 0.23880726015557474, "W12": -5.5110859750705492, "S12": -17.783924975480222, "W13": -20.0, "S13": -22.492275798597799, "W21": -34.134862756834998, "S21": -38.572308338122539, "W22": -40.865829656420424, "S22": -42.553544500170425, "W31": -80.630186905769577, "S31": -80.630186905769577, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102073.0, 504093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68057126370455867, "S11": -0.68057126370455867, "W12": -10.0, "S12": -11.86211966972062, "W13": -27.876903188738865, "S13": -27.876903188738865, "W21": -40.0, "S21": -40.0, "W22": -69.126489275951641, "S22": -74.984540662367309, "W31": -98.458508895862778, "S31": -98.458508895862778, "W32": -98.458508895862778, "S32": -103.40365669810329 }, "geometry": { "type": "Point", "coordinates": [ 102073.0, 509373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9784026462185955, "S11": 2.7494184196467599, "W12": -9.0262350576536772, "S12": -9.0262350576536772, "W13": -20.503271244051643, "S13": -22.508611285536393, "W21": -47.553878840067554, "S21": -62.087802912697043, "W22": -70.005944175303782, "S22": -79.595945448495954, "W31": -90.686812199882652, "S31": -90.686812199882652, "W32": -96.609102693360228, "S32": -101.60910269336023 }, "geometry": { "type": "Point", "coordinates": [ 102073.666666666671517, 500207.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2124664879356568, "S11": 1.2124664879356568, "W12": -4.9340508746930229, "S12": -4.9340508746930229, "W13": -17.340152108235912, "S13": -18.095608572131681, "W21": -34.884975871161352, "S21": -38.438119808927283, "W22": -71.941052562342605, "S22": -84.564057054409489, "W31": -100.0, "S31": -100.0, "W32": -104.53060845471977, "S32": -109.53060845471977 }, "geometry": { "type": "Point", "coordinates": [ 102074.0, 497881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5341896427137693, "S11": 3.0796929277624114, "W12": -5.4156024430871739, "S12": -5.4156024430871739, "W13": -19.144149479387899, "S13": -20.144149479387899, "W21": -53.810219713767388, "S21": -67.466280704872858, "W22": -39.938793983239599, "S22": -44.938793983239599, "W31": -62.422298197318177, "S31": -63.328545407056559, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102074.0, 499574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1741310391568351, "S11": 2.9278878110292679, "W12": -6.7804455776606902, "S12": -6.7804455776606902, "W13": -20.0, "S13": -20.0, "W21": -51.768632946872216, "S21": -66.768632946872216, "W22": -40.145279536356639, "S22": -40.419459265200956, "W31": -69.888175076878127, "S31": -69.985601547466359, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102074.0, 500646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -16.446012972148036, "W13": -24.713273279509878, "S13": -24.713273279509878, "W21": -37.411635216300347, "S21": -37.839163493873905, "W22": -41.792150820665015, "S22": -43.355304292645251, "W31": -75.452234112223948, "S31": -75.531611576794404, "W32": -91.116544932550283, "S32": -96.116544932550283 }, "geometry": { "type": "Point", "coordinates": [ 102074.0, 506649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21519901580655595, "S11": 0.21519901580655595, "W12": -9.3702873495859276, "S12": -9.3702873495859276, "W13": -19.075710116991914, "S13": -22.384458441984414, "W21": -60.0, "S21": -68.742684237767349, "W22": -41.253433102034471, "S22": -41.253433102034471, "W31": -69.635455221957017, "S31": -71.319539364372446, "W32": -91.907947474706134, "S32": -96.907947474706134 }, "geometry": { "type": "Point", "coordinates": [ 102074.666666666671517, 501820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41570135892007992, "S11": 0.41570135892007992, "W12": -15.0, "S12": -26.775158705382196, "W13": -26.775158705382196, "S13": -26.775158705382196, "W21": -36.226374646560075, "S21": -36.226374646560075, "W22": -80.0, "S22": -98.889725442955381, "W31": -99.442118974404934, "S31": -99.442118974404934, "W32": -101.40413733159497, "S32": -106.40413733159497 }, "geometry": { "type": "Point", "coordinates": [ 102074.666666666671517, 507121.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4755079887595342, "S11": 2.9980183702930767, "W12": -5.412548584119933, "S12": -5.412548584119933, "W13": -19.289502471436673, "S13": -20.289502471436673, "W21": -50.554827655714575, "S21": -65.04992295431687, "W22": -39.946010959613396, "S22": -53.384097530343162, "W31": -79.849522503889048, "S31": -79.849522503889048, "W32": -97.84228187489839, "S32": -102.84228187489839 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 499602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1551141028928349, "S12": -5.1551141028928349, "W13": -19.898508125717239, "S13": -23.05014297953181, "W21": -37.777100840593512, "S21": -40.090806828260114, "W22": -40.080354370618601, "S22": -50.265783863435956, "W31": -73.175962222912887, "S31": -73.265184017133635, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21331467413034791, "S11": 0.21331467413034791, "W12": -5.1155663937626334, "S12": -16.682359578456484, "W13": -18.106549815498155, "S13": -20.906959602167614, "W21": -35.167711917952083, "S21": -38.808330704539053, "W22": -40.245865682312811, "S22": -48.221342301743292, "W31": -72.204072000734172, "S31": -73.204072000734172, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 504049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34012789768185447, "S11": 0.34012789768185447, "W12": -5.6471448055860263, "S12": -16.270194767167908, "W13": -20.000000000000004, "S13": -26.449491676785939, "W21": -37.890240278512891, "S21": -39.97102386183041, "W22": -75.988176528621835, "S22": -99.316166375999117, "W31": -99.316166375999117, "S31": -99.316166375999117, "W32": -101.28909621514828, "S32": -106.28909621514828 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 504460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47945992079280386, "S11": 0.47945992079280386, "W12": -9.5318280847692591, "S12": -19.068870786084041, "W13": -21.935117454653586, "S13": -22.854079697053201, "W21": -36.956682697115376, "S21": -36.993676669148101, "W22": -80.0, "S22": -96.613039796782388, "W31": -96.613039796782388, "S31": -96.613039796782388, "W32": -99.006139701986982, "S32": -104.00613970198698 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 504825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.99303749349766, "S12": -13.99303749349766, "W13": -25.0, "S13": -25.0, "W21": -37.483947522265048, "S21": -37.483947522265048, "W22": -80.0, "S22": -96.232242469319445, "W31": -100.0016806722689, "S31": -100.0016806722689, "W32": -100.09672966554521, "S32": -105.09672966554521 }, "geometry": { "type": "Point", "coordinates": [ 102075.0, 506546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -21.125267263894312, "S13": -21.125267263894312, "W21": -43.594477004166464, "S21": -45.921192069654651, "W22": -38.580002, "S22": -48.691123915900853, "W31": -77.714774955958646, "S31": -77.714774955958646, "W32": -96.920478323390014, "S32": -101.92047832339001 }, "geometry": { "type": "Point", "coordinates": [ 102075.258426966291154, 516325.887640449451283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3025022341376227, "S11": 1.3025022341376227, "W12": -4.9129612224479278, "S12": -4.9129612224479278, "W13": -17.341775384211218, "S13": -18.048803551933027, "W21": -34.990141802700066, "S21": -39.055642296962326, "W22": -74.993864872903174, "S22": -90.637823790671007, "W31": -100.27321846944922, "S31": -100.27321846944922, "W32": -101.57015184231332, "S32": -106.57015184231332 }, "geometry": { "type": "Point", "coordinates": [ 102076.0, 497896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.46658241670012, "S11": 2.984652621211457, "W12": -5.4158800666296498, "S12": -5.4158800666296498, "W13": -19.318207600680658, "S13": -20.318207600680658, "W21": -50.0, "S21": -64.635069885641684, "W22": -45.630724142141901, "S22": -45.630724142141901, "W31": -69.231469425510014, "S31": -69.490357773251404, "W32": -82.724335496023429, "S32": -87.724335496023429 }, "geometry": { "type": "Point", "coordinates": [ 102076.0, 499607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2737520627292387, "S11": 3.0592198653533784, "W12": -5.1942514650057126, "S12": -5.1942514650057126, "W13": -18.099748933938589, "S13": -19.013727428562245, "W21": -60.0, "S21": -70.005944175303782, "W22": -70.954255209596369, "S22": -105.50786694774567, "W31": -105.50786694774567, "S31": -105.50786694774567, "W32": -105.50786694774567, "S32": -110.34568083535493 }, "geometry": { "type": "Point", "coordinates": [ 102077.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8757397383852052, "S11": 2.7054393123921829, "W12": -8.4992265970151859, "S12": -8.4992265970151859, "W13": -20.419047450713801, "S13": -23.172871344884946, "W21": -48.542365712078151, "S21": -71.941052562342605, "W22": -40.13683531711682, "S22": -40.13683531711682, "W31": -69.925889674447248, "S31": -70.289308792094303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102077.0, 500284.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49643150315319645, "S11": 0.49643150315319645, "W12": -9.5673994850465434, "S12": -18.950612767602383, "W13": -22.182515611061554, "S13": -22.617513030940554, "W21": -36.883385479090059, "S21": -36.883385479090059, "W22": -42.432409584932287, "S22": -43.591508358125779, "W31": -75.276117501737389, "S31": -75.419402677292268, "W32": -91.224950241569147, "S32": -96.224950241569147 }, "geometry": { "type": "Point", "coordinates": [ 102077.0, 504849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9420005390296051, "S12": -19.942000539029607, "W13": -24.349981594984488, "S13": -24.349981594984488, "W21": -37.793382486778469, "S21": -37.793382486778469, "W22": -73.346665512438918, "S22": -98.346665512438918, "W31": -99.300334894320699, "S31": -99.300334894320699, "W32": -100.56094104308391, "S32": -105.56094104308391 }, "geometry": { "type": "Point", "coordinates": [ 102077.0, 506081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37673436052742865, "S11": 0.37673436052742865, "W12": -14.473791279581311, "S12": -22.006312873918127, "W13": -23.78105764355983, "S13": -23.78105764355983, "W21": -35.909235796689607, "S21": -35.909235796689607, "W22": -38.282831082913532, "S22": -48.355819394665431, "W31": -77.57499257552746, "S31": -77.57499257552746, "W32": -96.892695481811757, "S32": -101.89269548181176 }, "geometry": { "type": "Point", "coordinates": [ 102077.333333333328483, 507157.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.9462078578966953, "S12": -8.9462078578966953, "W13": -20.45326628371091, "S13": -20.45326628371091, "W21": -42.967263736054221, "S21": -46.511088176505375, "W22": -44.024327315786351, "S22": -44.110117378573712, "W31": -73.575640185375363, "S31": -73.913624465894912, "W32": -91.469775399565336, "S32": -96.469775399565336 }, "geometry": { "type": "Point", "coordinates": [ 102077.550458715602872, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9573545179842831, "S11": 2.9573545179842831, "W12": -4.2092261627136578, "S12": -7.8686015622934544, "W13": -22.801710704385545, "S13": -22.801710704385545, "W21": -35.435110319346556, "S21": -37.904439856500062, "W22": -70.767362261234396, "S22": -78.636503057998098, "W31": -100.0, "S31": -100.0, "W32": -105.03486356340289, "S32": -110.03486356340289 }, "geometry": { "type": "Point", "coordinates": [ 102077.6, 507799.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -14.544355781517623, "S13": -20.696981757761066, "W21": -58.854961832061072, "S21": -77.620619081626984, "W22": -73.726069183438653, "S22": -98.094678812327686, "W31": -100.0, "S31": -100.0, "W32": -101.02274734202253, "S32": -106.02274734202253 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 502426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -19.420176306697815, "S13": -21.602464053621674, "W21": -38.033075188996463, "S21": -39.614483034240955, "W22": -80.0, "S22": -96.260841195182294, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.80639864399596 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 503621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.391950375072129, "S12": -15.935462678840778, "W13": -25.0, "S13": -25.0, "W21": -34.581951843458107, "S21": -34.581951843458107, "W22": -80.000000000000014, "S22": -97.215097341517705, "W31": -100.0, "S31": -100.0, "W32": -100.5818276806642, "S32": -105.5818276806642 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7858962111680494, "S12": -16.827672275510501, "W13": -23.617929406540501, "S13": -23.617929406540501, "W21": -37.973871472045424, "S21": -37.973871472045424, "W22": -46.514030702043591, "S22": -48.55752975084166, "W31": -68.687957399176611, "S31": -68.906812395542246, "W32": -90.753575357535752, "S32": -95.753575357535752 }, "geometry": { "type": "Point", "coordinates": [ 102078.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4437967550767059, "S11": 1.4437967550767059, "W12": -6.15268582719058, "S12": -6.15268582719058, "W13": -17.420240427642465, "S13": -20.168663261924472, "W21": -51.298035943401224, "S21": -73.464950666955858, "W22": -45.353924226498727, "S22": -48.090546743658422, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102078.666666666671517, 502624.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27484501026353442, "S11": 0.27484501026353442, "W12": -9.7771664374140315, "S12": -9.7771664374140315, "W13": -20.0, "S13": -23.496075696666416, "W21": -60.0, "S21": -67.044168696419163, "W22": -43.23983344850005, "S22": -43.411205026416084, "W31": -81.312871547804178, "S31": -81.312871547804178, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 501736.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2988098235014407, "S12": -6.2988098235014407, "W13": -15.0, "S13": -15.898369857287872, "W21": -60.0, "S21": -71.374452610542619, "W22": -70.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -108.8093421541365 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 502108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.66, "S11": -1.66, "W12": -5.6599998, "S12": -21.1599998, "W13": -21.17, "S13": -21.17, "W21": -38.560001, "S21": -38.560001, "W22": -80.0, "S22": -99.339497573251833, "W31": -99.502405473402888, "S31": -99.502405473402888, "W32": -101.42263363754888, "S32": -106.42263363754888 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5801973220578103, "S11": 2.5442893017581727, "W12": -7.7499883083011909, "S12": -7.7499883083011909, "W13": -19.822628442047098, "S13": -19.822628442047098, "W21": -50.278349410504333, "S21": -74.993864872903174, "W22": -70.33542933089781, "S22": -85.445801548501947, "W31": -90.606439373792185, "S31": -90.606439373792185, "W32": -98.735715081385763, "S32": -103.73571508138576 }, "geometry": { "type": "Point", "coordinates": [ 102079.333333333328483, 500889.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9950262204681832, "S11": 1.9950262204681832, "W12": -9.6542660735948242, "S12": -11.41370739144565, "W13": -30.0, "S13": -30.0, "W21": -34.557036136906916, "S21": -34.557036136906916, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -80.49265016430256, "S32": -85.49265016430256 }, "geometry": { "type": "Point", "coordinates": [ 102079.5, 509903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3072538947371934, "S11": 2.3072538947371934, "W12": -10.625116860633305, "S12": -12.849150001588749, "W13": -20.929818149434407, "S13": -21.454371368411007, "W21": -46.174447030188681, "S21": -56.729482158993335, "W22": -39.911807542170706, "S22": -44.884007730468099, "W31": -62.503024820175831, "S31": -63.336941008157616, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102079.8, 500058.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9327221401149792, "S12": -19.932722140114979, "W13": -24.221350986567263, "S13": -24.221350986567263, "W21": -37.837236717788969, "S21": -37.837236717788969, "W22": -38.938567338077434, "S22": -50.852083590738687, "W31": -79.121348124471041, "S31": -79.121348124471041, "W32": -97.33918421403601, "S32": -102.33918421403601 }, "geometry": { "type": "Point", "coordinates": [ 102080.0, 506044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33776736213482178, "S11": 0.33776736213482178, "W12": -13.65633688207771, "S12": -16.823836553260136, "W13": -23.764585449553856, "S13": -23.764585449553856, "W21": -35.592096946819424, "S21": -35.592096946819424, "W22": -42.745664192070898, "S22": -45.548203341031758, "W31": -68.907971837677138, "S31": -70.019367716314392, "W32": -92.090209020902094, "S32": -97.090209020902094 }, "geometry": { "type": "Point", "coordinates": [ 102080.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6616525118756298, "S11": 1.6616525118756298, "W12": -8.3159290478440582, "S12": -8.3159290478440582, "W13": -19.610453501148736, "S13": -21.937919390118637, "W21": -50.32370108248567, "S21": -67.307427977329567, "W22": -46.5, "S22": -46.5, "W31": -82.994848778739666, "S31": -82.994848778739666, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102081.0, 501027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1434975710695801, "S12": -17.742961506307324, "W13": -20.716828036372853, "S13": -21.448787724577549, "W21": -36.990804061242017, "S21": -37.010619827291045, "W22": -55.747293372062323, "S22": -62.258526005819341, "W31": -87.400859339339021, "S31": -87.400859339339021, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102081.0, 503928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39300150039296378, "S11": 0.39300150039296378, "W12": -10.501052049272444, "S12": -15.501052049272444, "W13": -24.804207175298455, "S13": -24.804207175298455, "W21": -34.817889974288406, "S21": -36.187911818406626, "W22": -70.849789186367715, "S22": -105.84978918636772, "W31": -105.84978918636772, "S31": -105.84978918636772, "W32": -105.84978918636772, "S32": -110.34933023942622 }, "geometry": { "type": "Point", "coordinates": [ 102081.0, 507291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9864131709517365, "S11": 2.7598192594066466, "W12": -9.2403205331640752, "S12": -9.2403205331640752, "W13": -20.495737321549964, "S13": -22.465749237345012, "W21": -47.676887758053141, "S21": -62.168461035787487, "W22": -80.0, "S22": -97.867677886114194, "W31": -99.710817311113331, "S31": -99.710817311113331, "W32": -100.94079240913841, "S32": -105.94079240913841 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 500213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.508350951374207, "S11": 2.508350951374207, "W12": -7.8676438772569286, "S12": -7.8676438772569286, "W13": -19.778293876735592, "S13": -20.315784010911013, "W21": -50.762860551617656, "S21": -73.726069183438653, "W22": -45.657728990462481, "S22": -52.9960487674945, "W31": -82.266334254574076, "S31": -82.266334254574076, "W32": -98.064563990687532, "S32": -103.06456399068753 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 500922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3297600067130988, "S12": -7.3297600067130988, "W13": -15.852140390330094, "S13": -17.51858152700127, "W21": -60.0, "S21": -69.998034312173047, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -68.982221466428712, "S31": -73.423902142541749, "W32": -84.306477210120804, "S32": -89.306477210120804 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 502046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.565941101152369, "W21": -60.0, "S21": -74.544506448548105, "W22": -46.639297908664105, "S22": -46.789317455184822, "W31": -83.028247247739387, "S31": -83.028247247739387, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99608938547486037, "S11": 0.99608938547486037, "W12": -5.0, "S12": -5.5505284787931739, "W13": -22.383810275366532, "S13": -22.383810275366532, "W21": -36.065535704534483, "S21": -40.380597585435865, "W22": -69.546045034642034, "S22": -69.546045034642034, "W31": -100.0, "S31": -100.0, "W32": -104.81664039834158, "S32": -109.81664039834158 }, "geometry": { "type": "Point", "coordinates": [ 102082.0, 508721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48978305225236718, "S11": 0.48978305225236718, "W12": -8.9875535355096332, "S12": -8.9875535355096332, "W13": -19.048444378776978, "S13": -20.269649624325567, "W21": -25.051995560915788, "S21": -25.051995560915788, "W22": -76.1011571901781, "S22": -84.993130019045395, "W31": -94.39580953126422, "S31": -94.39580953126422, "W32": -99.023903907184319, "S32": -104.02390390718432 }, "geometry": { "type": "Point", "coordinates": [ 102082.5, 496972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9366416674783284, "S11": 1.9366416674783284, "W12": -4.7189528905676212, "S12": -4.7189528905676212, "W13": -17.349990253411306, "S13": -17.778945203406717, "W21": -35.82947730136452, "S21": -43.23983344850005, "W22": -74.416509521571967, "S22": -79.280041455289677, "W31": -92.053161996650886, "S31": -92.053161996650886, "W32": -98.496221410538993, "S32": -103.49622141053899 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 498001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0552626262626261, "S11": 3.0552626262626261, "W12": -8.2623984809853344, "S12": -8.2623984809853344, "W13": -20.292111645321874, "S13": -22.800143398765723, "W21": -49.792146091157733, "S21": -68.492674998690106, "W22": -80.0, "S22": -97.579469593541376, "W31": -99.787667041427696, "S31": -99.787667041427696, "W32": -100.76276298325379, "S32": -105.76276298325379 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2541782199627178, "S12": -5.2541782199627178, "W13": -14.624879693319913, "S13": -20.853467474646674, "W21": -58.107166641053226, "S21": -78.107166641053226, "W22": -39.978445913876428, "S22": -52.092091326537826, "W31": -79.917035491336577, "S31": -79.917035491336577, "W32": -97.881421461491769, "S32": -102.88142146149177 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 502474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44040571593797828, "S11": 0.44040571593797828, "W12": -5.0, "S12": -5.0, "W13": -18.764408468876557, "S13": -23.591066434452859, "W21": -42.108197053785325, "S21": -48.229096837892854, "W22": -39.832467854677255, "S22": -54.754125468445956, "W31": -79.750064057121577, "S31": -79.750064057121577, "W32": -97.767140975570285, "S32": -102.76714097557029 }, "geometry": { "type": "Point", "coordinates": [ 102083.0, 503331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26054633643942737, "S11": 0.26054633643942737, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -25.125244052471331, "S13": -25.125244052471331, "W21": -43.333851039769137, "S21": -45.767374385250079, "W22": -40.528530076128682, "S22": -46.985225950672699, "W31": -75.110766261254838, "S31": -75.392821314958738, "W32": -90.007005781978151, "S32": -95.007005781978151 }, "geometry": { "type": "Point", "coordinates": [ 102083.333333333328483, 513187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6142239387337423, "S12": -18.887865128356491, "W13": -22.410466845078798, "S13": -22.410466845078798, "W21": -36.786911196480524, "S21": -36.786911196480524, "W22": -50.0, "S22": -50.389307960177604, "W31": -68.894088277573132, "S31": -73.209622250960393, "W32": -84.973086316205027, "S32": -89.973086316205027 }, "geometry": { "type": "Point", "coordinates": [ 102083.75, 504871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087309989526487664, "S11": -0.087309989526487664, "W12": -5.0, "S12": -12.56909799717813, "W13": -19.880759084987623, "S13": -23.67698063678705, "W21": -37.114570264658546, "S21": -38.156753359503767, "W22": -70.290383129071429, "S22": -74.593508367858007, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102084.0, 503783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7073745969370391, "S11": 2.7073745969370391, "W12": -1.7540799803541969, "S12": -16.754079980354199, "W13": -20.048742427024052, "S13": -20.048742427024052, "W21": -34.671191385533646, "S21": -41.079626359637125, "W22": -80.0, "S22": -96.212854462902044, "W31": -99.854082251030817, "S31": -99.854082251030817, "W32": -99.854082251030817, "S32": -104.70840616558081 }, "geometry": { "type": "Point", "coordinates": [ 102084.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0, "S11": 4.0, "W12": -3.9, "S12": -3.9, "W13": -16.8, "S13": -16.8, "W21": -36.900002, "S21": -43.700002, "W22": -73.835146886545914, "S22": -81.235674058265403, "W31": -97.022051370970303, "S31": -97.022051370970303, "W32": -100.25731763833534, "S32": -105.25731763833534 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7623804600672015, "S12": -4.7623804600672015, "W13": -15.962072552034288, "S13": -16.624336013045347, "W21": -45.070603007317601, "S21": -54.733212061785885, "W22": -38.511784003378629, "S22": -46.509364319787153, "W31": -75.549640510354706, "S31": -75.549640510354706, "W32": -96.450915314543707, "S32": -101.45091531454371 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9931452631578948, "S11": 2.9660216544877147, "W12": -11.450081754352215, "S12": -13.295099298211865, "W13": -20.744222994033308, "S13": -21.453052885872051, "W21": -46.437806146755648, "S21": -54.968251111626842, "W22": -40.13982437590056, "S22": -54.142737816060034, "W31": -69.568006803566988, "S31": -69.666747230814067, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 500081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0509486038240858, "W13": -15.0, "S13": -20.0, "W21": -59.777931991672453, "S21": -76.046947291276027, "W22": -41.104247496081342, "S22": -43.853860533148065, "W31": -76.841486289693506, "S31": -76.969276897853632, "W32": -90.944474119121153, "S32": -95.944474119121153 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 502312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -18.312146971350685, "S13": -21.237210598250204, "W21": -38.686244955796397, "S21": -40.748286520588572, "W22": -77.172189839897555, "S22": -86.071528684027115, "W31": -93.552754643516735, "S31": -93.552754643516735, "W32": -98.596999602428951, "S32": -103.59699960242895 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68108425024917385, "S11": -0.68108425024917385, "W12": -10.039293146826655, "S12": -11.287568228830953, "W13": -28.266733697213443, "S13": -28.266733697213443, "W21": -40.0, "S21": -40.0, "W22": -44.281451584967513, "S22": -44.281451584967513, "W31": -81.870120666915994, "S31": -81.870120666915994, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 509428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9119073191586979, "S11": 3.9119073191586979, "W12": -3.9269579674948627, "S12": -3.9269579674948627, "W13": -16.65557932077834, "S13": -16.71906975267089, "W21": -37.091623462638928, "S21": -44.28894797315899, "W22": -71.796608457144472, "S22": -86.914330427262996, "W31": -94.8528854930465, "S31": -94.8528854930465, "W32": -99.712162358864546, "S32": -104.71216235886455 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 498215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9542038791159224, "S11": 2.7145160611811558, "W12": -9.1516144501278767, "S12": -9.1516144501278767, "W13": -20.464463902107411, "S13": -22.683906143937588, "W21": -47.979725356083947, "S21": -67.644611117529521, "W22": -71.187490475383015, "S22": -98.429396400856447, "W31": -98.429396400856447, "S31": -98.429396400856447, "W32": -99.381599603301368, "S32": -104.38159960330137 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.53394718153573, "S12": -9.53394718153573, "W13": -18.021929362596559, "S13": -21.72530689321918, "W21": -54.510207514397671, "S21": -59.658377827379134, "W22": -40.403111429721079, "S22": -52.58667654405248, "W31": -79.471237332260074, "S31": -79.471237332260074, "W32": -97.574732461029541, "S32": -102.57473246102954 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 501361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73437748298303329, "S11": 0.73437748298303329, "W12": -10.0, "S12": -10.0, "W13": -17.529472145988333, "S13": -21.591469258854744, "W21": -57.359678226096818, "S21": -58.823082591468285, "W22": -38.428610047528061, "S22": -49.079098004726198, "W31": -77.853117334455817, "S31": -77.853117334455817, "W32": -96.969354751823928, "S32": -101.96935475182393 }, "geometry": { "type": "Point", "coordinates": [ 102086.0, 501488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -19.147247119078102, "W21": -60.0, "S21": -75.615642506907193, "W22": -43.228580335571898, "S22": -43.962698948451461, "W31": -75.016509423567001, "S31": -75.243793761096214, "W32": -91.393224063401007, "S32": -96.393224063401007 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 502282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63120444290177014, "S11": 0.63120444290177014, "W12": -5.0, "S12": -5.0, "W13": -19.03469672592734, "S13": -21.23210060980983, "W21": -38.037924084443894, "S21": -39.916881450421101, "W22": -70.168520707434681, "S22": -102.19142147079346, "W31": -102.19142147079346, "S31": -102.19142147079346, "W32": -102.19142147079346, "S32": -104.81405357080251 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 503607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -19.516153894533854, "S13": -21.368555716804622, "W21": -37.767091771203908, "S21": -39.797048783562857, "W22": -70.889150907815747, "S22": -89.676088187086165, "W31": -102.59348831396076, "S31": -102.59348831396076, "W32": -102.59348831396076, "S32": -106.41893017100085 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 503644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -24.835154850600972, "S13": -24.835154850600972, "W21": -37.517462096398816, "S21": -37.669623803305051, "W22": -70.0, "S22": -83.018360949395429, "W31": -100.57575199121466, "S31": -100.57575199121466, "W32": -102.85181151054582, "S32": -107.85181151054582 }, "geometry": { "type": "Point", "coordinates": [ 102087.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84019857675866016, "S11": -0.84019857675866016, "W12": -10.0, "S12": -12.76914103923653, "W13": -26.855142200516926, "S13": -26.855142200516926, "W21": -39.214421511815516, "S21": -39.214421511815516, "W22": -71.10837955137066, "S22": -101.10837955137066, "W31": -101.10837955137066, "S31": -101.10837955137066, "W32": -101.10837955137066, "S32": -104.2915726695943 }, "geometry": { "type": "Point", "coordinates": [ 102087.5, 509231.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9905367613892651, "S11": 2.7641416745691298, "W12": -9.3870993335449064, "S12": -9.3870993335449064, "W13": -20.489051801495584, "S13": -22.444301371202986, "W21": -47.776570540959725, "S21": -62.474468204064578, "W22": -70.055676534193211, "S22": -79.299962864508004, "W31": -89.464385015924364, "S31": -89.464385015924364, "W32": -98.559559827340578, "S32": -103.55955982734058 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4402813907303296, "S12": -7.4402813907303296, "W13": -15.883864749819292, "S13": -17.668032544135936, "W21": -60.000000000000007, "S21": -70.019711480708935, "W22": -37.807694876859536, "S22": -48.047082937811297, "W31": -77.333615087278091, "S31": -77.333615087278091, "W32": -96.854618523863593, "S32": -101.85461852386359 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 502041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1355400813511665, "S11": 3.878076777751077, "W12": -8.0081996779388085, "S12": -8.0081996779388085, "W13": -19.846659713168187, "S13": -20.87487617328501, "W21": -48.835146886545907, "S21": -73.835146886545914, "W22": -40.145171826230474, "S22": -40.145171826230474, "W31": -70.0, "S31": -70.796593554711436, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 502826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35869565217391308, "S11": 0.35869565217391308, "W12": -5.1034015102086725, "S12": -17.868017372690446, "W13": -19.813191881918819, "S13": -21.597200672013148, "W21": -34.208683613115014, "S21": -38.511784003378629, "W22": -44.434973826952373, "S22": -44.434973826952373, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55140933462775665, "S11": 0.55140933462775665, "W12": -10.0, "S12": -10.174932909253553, "W13": -24.755227900834946, "S13": -24.755227900834946, "W21": -37.743130753609655, "S21": -37.743130753609655, "W22": -44.341646055404745, "S22": -45.998030534320272, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4749812300294185, "S11": 0.4749812300294185, "W12": -14.919547167589213, "S12": -20.227633071307864, "W13": -23.639185119070376, "S13": -23.639185119070376, "W21": -36.520415275747169, "S21": -36.520415275747169, "W22": -72.304629277265775, "S22": -90.752707522853001, "W31": -101.23783052359929, "S31": -101.23783052359929, "W32": -105.1848599685738, "S32": -110.1848599685738 }, "geometry": { "type": "Point", "coordinates": [ 102088.0, 507049.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47203197009105102, "S11": 0.47203197009105102, "W12": -10.0, "S12": -10.0, "W13": -19.716974298488243, "S13": -23.496331863139069, "W21": -58.593193116944683, "S21": -62.773924211476398, "W22": -74.924235408483852, "S22": -79.884729909011867, "W31": -92.330147095377654, "S31": -92.330147095377654, "W32": -98.385184306734331, "S32": -103.38518430673433 }, "geometry": { "type": "Point", "coordinates": [ 102088.5, 501610.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4765328840483782, "S11": 2.4765328840483782, "W12": -4.3528548945546115, "S12": -4.3528548945546115, "W13": -17.304518518518517, "S13": -17.53567343641917, "W21": -36.920739207407408, "S21": -44.281451584967513, "W22": -42.99299281221024, "S22": -43.159261568410635, "W31": -80.139503153298847, "S31": -80.139503153298847, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9174185232922114, "S11": 3.9174185232922114, "W12": -9.1573537017119637, "S12": -9.1573537017119637, "W13": -19.241548238421647, "S13": -19.241548238421647, "W21": -46.796608457144472, "S21": -71.796608457144472, "W22": -45.971210115992292, "S22": -46.275915318304435, "W31": -83.068467531683723, "S31": -83.068467531683723, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 503007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5353763615672245, "S11": 2.5353763615672245, "W12": -7.1587338682454371, "S12": -7.1587338682454371, "W13": -19.115797616098234, "S13": -19.96472557617599, "W21": -45.53314873839237, "S21": -70.53314873839237, "W22": -41.926434140808006, "S22": -44.82995119242532, "W31": -68.954641958762409, "S31": -70.207593185851564, "W32": -92.552255225522558, "S32": -97.552255225522558 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 503121.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20361041141897562, "S11": -0.20361041141897562, "W12": -4.8697379255271622, "S12": -4.8697379255271622, "W13": -19.853750839542855, "S13": -22.492439496482941, "W21": -37.779081192999378, "S21": -40.403111429721079, "W22": -70.938504671424027, "S22": -84.298934853280883, "W31": -103.94183539557555, "S31": -103.94183539557555, "W32": -103.94183539557555, "S32": -108.23639774859288 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5240920753516827, "S12": -19.411563751106257, "W13": -20.724038356129107, "S13": -22.971917227942939, "W21": -35.197911355275068, "S21": -35.23376944725355, "W22": -38.75, "S22": -49.896332006624959, "W31": -78.23929471136168, "S31": -78.23929471136168, "W32": -97.062753714951327, "S32": -102.06275371495133 }, "geometry": { "type": "Point", "coordinates": [ 102089.0, 503902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29078175725387578, "S11": 0.29078175725387578, "W12": -13.37184238887556, "S12": -16.099159296105881, "W13": -23.70487374628226, "S13": -23.70487374628226, "W21": -35.181582430603967, "S21": -36.742548754626185, "W22": -40.0, "S22": -40.0, "W31": -64.463828323117497, "S31": -64.912349876377206, "W32": -92.412649627952106, "S32": -97.412649627952106 }, "geometry": { "type": "Point", "coordinates": [ 102089.666666666671517, 507231.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2461611724619237, "S11": 3.0094796900530092, "W12": -5.3727698093405634, "S12": -5.3727698093405634, "W13": -20.0, "S13": -21.0, "W21": -48.860120922927116, "S21": -56.697613770323571, "W22": -39.934851674299807, "S22": -43.017036135130503, "W31": -61.839758186944444, "S31": -62.635625661116094, "W32": -90.39739027283548, "S32": -95.39739027283548 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 499724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1727209655568784, "S11": 3.1317509274837119, "W12": -6.6425693594451252, "S12": -6.6425693594451252, "W13": -20.671789453462683, "S13": -21.671789453462683, "W21": -47.639085292182983, "S21": -47.639085292182983, "W22": -40.239328302285756, "S22": -60.239328302285756, "W31": -69.813571658565749, "S31": -69.978720120207555, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 499841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0555404040404039, "S11": 3.0555404040404039, "W12": -7.5609324726761002, "S12": -7.5609324726761002, "W13": -20.048270433561676, "S13": -21.863640445403558, "W21": -50.345123252224447, "S21": -65.345123252224454, "W22": -70.0, "S22": -82.998640072529469, "W31": -100.68211731044349, "S31": -100.68211731044349, "W32": -101.65632560680558, "S32": -106.65632560680558 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 500454.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3069400630914827, "S11": 2.3069400630914827, "W12": -6.0493105865856505, "S12": -6.0493105865856505, "W13": -19.08709421170402, "S13": -20.78886692183255, "W21": -45.101184810558323, "S21": -65.949045349385585, "W22": -80.0, "S22": -96.146511828642303, "W31": -99.279204344261245, "S31": -99.279204344261245, "W32": -99.444905571438767, "S32": -104.44490557143877 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 503150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40389060561084539, "S11": 0.40389060561084539, "W12": -5.0001118883247964, "S12": -5.0001118883247964, "W13": -18.648286460925537, "S13": -22.94247848311328, "W21": -41.13737448783332, "S21": -41.13737448783332, "W22": -41.16753175526253, "S22": -42.173688780312133, "W31": -80.364728302592468, "S31": -80.364728302592468, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 503387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24307123793888141, "S11": -0.24307123793888141, "W12": -4.5594273247516757, "S12": -12.774201899137895, "W13": -20.536872776740285, "S13": -22.259556234451875, "W21": -34.494506452244259, "S21": -34.538424699794589, "W22": -72.089035189320995, "S22": -88.62223607569679, "W31": -101.12113290247261, "S31": -101.12113290247261, "W32": -105.1612441075885, "S32": -110.1612441075885 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 503939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9237088383122032, "S12": -19.262669920435236, "W13": -23.891287708371067, "S13": -23.891287708371067, "W21": -37.959661040604665, "S21": -37.959661040604665, "W22": -44.680583048407414, "S22": -52.041654659806085, "W31": -82.163904311242703, "S31": -82.163904311242703, "W32": -98.050284842914863, "S32": -103.05028484291486 }, "geometry": { "type": "Point", "coordinates": [ 102090.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4675417779306759, "S11": 1.4675417779306759, "W12": -15.0, "S12": -15.0, "W13": -24.771702701185379, "S13": -24.771702701185379, "W21": -41.795245303547617, "S21": -44.434973826952373, "W22": -41.21672156970579, "S22": -41.21672156970579, "W31": -69.852458042742953, "S31": -70.46375313666438, "W32": -92.212233350076374, "S32": -97.212233350076374 }, "geometry": { "type": "Point", "coordinates": [ 102090.30769230768783, 512434.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46724410729112553, "S11": 0.46724410729112553, "W12": -7.2239461749152341, "S12": -9.366852216826933, "W13": -17.117581683654361, "S13": -18.053290869595898, "W21": -27.265150486332345, "S21": -27.265150486332345, "W22": -80.0, "S22": -96.292686034658516, "W31": -99.693251533742327, "S31": -99.693251533742327, "W32": -100.04270235503661, "S32": -105.04270235503661 }, "geometry": { "type": "Point", "coordinates": [ 102090.736842105266987, 497370.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7237869934024506, "S11": 3.60523979897008, "W12": -11.07606562524531, "S12": -11.07606562524531, "W13": -20.567973609802074, "S13": -21.466169688233446, "W21": -47.131639310112419, "S21": -47.131639310112419, "W22": -38.393177706299134, "S22": -46.716942224042668, "W31": -75.459739947881275, "S31": -75.459739947881275, "W32": -96.446813636193809, "S32": -101.44681363619381 }, "geometry": { "type": "Point", "coordinates": [ 102091.0, 500148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60073780065835813, "S11": 0.60073780065835813, "W12": -10.0, "S12": -10.0, "W13": -18.400323584625472, "S13": -22.374714950946039, "W21": -57.198582931141146, "S21": -59.599112265061535, "W22": -39.952803920143261, "S22": -42.299532115276399, "W31": -67.74697898173072, "S31": -67.74697898173072, "W32": -94.766230766497273, "S32": -99.766230766497273 }, "geometry": { "type": "Point", "coordinates": [ 102091.4, 501536.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52453186238931626, "S11": 0.52453186238931626, "W12": -5.8294254451179999, "S12": -5.8294254451179999, "W13": -17.257693293011666, "S13": -18.257693293011666, "W21": -32.483951883007336, "S21": -34.4675813871714, "W22": -50.0, "S22": -50.194057874640045, "W31": -68.923153490869609, "S31": -74.256890864606987, "W32": -84.649743855407806, "S32": -89.649743855407806 }, "geometry": { "type": "Point", "coordinates": [ 102092.0, 497687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8882224645583423, "S11": 3.8882224645583423, "W12": -3.9482976497102378, "S12": -3.9482976497102378, "W13": -16.841849710982661, "S13": -16.886424245215672, "W21": -36.893257939884393, "S21": -43.827829255569895, "W22": -41.511695408067474, "S22": -42.848969229588306, "W31": -81.106800309049035, "S31": -81.106800309049035, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102092.0, 498190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7434060998678835, "S11": 3.7434060998678835, "W12": -1.1180344283950436, "S12": -7.979811956545972, "W13": -18.564286258116848, "S13": -18.564286258116848, "W21": -34.334660526564214, "S21": -41.150948360232405, "W22": -72.818088986209091, "S22": -98.972835544320148, "W31": -101.38413883187162, "S31": -101.38413883187162, "W32": -102.68679206014725, "S32": -107.68679206014725 }, "geometry": { "type": "Point", "coordinates": [ 102092.0, 508444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -20.919126439450235, "S13": -20.919126439450235, "W21": -43.762712023372529, "S21": -44.64697153245578, "W22": -39.401640602741466, "S22": -52.175691995204716, "W31": -79.277011314721918, "S31": -79.277011314721918, "W32": -97.434729664286536, "S32": -102.43472966428654 }, "geometry": { "type": "Point", "coordinates": [ 102092.301724137927522, 516615.42672413791297 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0885229226361028, "S11": 3.0885229226361028, "W12": -9.0860399139111721, "S12": -9.7754641749949283, "W13": -21.17843306758877, "S13": -22.023649808993852, "W21": -46.723595732066329, "S21": -62.44095858515827, "W22": -40.167774589686339, "S22": -40.167774589686339, "W31": -70.238079630819243, "S31": -71.238079630819243, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102092.75, 499930.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75, "S11": -0.75, "W12": -2.35, "S12": -20.15, "W13": -20.16, "S13": -26.1499998, "W21": -34.150002, "S21": -34.250002, "W22": -40.110782643204281, "S22": -40.110782643204281, "W31": -69.900602886433518, "S31": -70.589611586347743, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102092.8, 503871.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44031085084514365, "S11": 0.44031085084514365, "W12": -8.1340538454260862, "S12": -18.061404687080717, "W13": -20.6897990451567, "S13": -24.321511476948181, "W21": -37.187084552219979, "S21": -38.004888740762063, "W22": -36.845166194733899, "S22": -36.845166194733899, "W31": -70.0, "S31": -70.0, "W32": -79.07895857336419, "S32": -84.07895857336419 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47270824790408095, "S11": 0.47270824790408095, "W12": -9.4638712219168166, "S12": -19.182275369215336, "W13": -21.741996233521469, "S13": -23.173286330614918, "W21": -36.910001251805241, "S21": -36.910001251805241, "W22": -71.92779065915866, "S22": -82.242988947536446, "W31": -100.54392064635228, "S31": -100.54392064635228, "W32": -105.08110731121177, "S32": -110.08110731121177 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 504801.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52362368590431285, "S11": 0.52362368590431285, "W12": -10.0, "S12": -10.0, "W13": -25.0, "S13": -25.0, "W21": -37.705711236830155, "S21": -37.705711236830155, "W22": -73.629599010633157, "S22": -96.877650522087976, "W31": -99.569917874463272, "S31": -99.569917874463272, "W32": -100.51188583942637, "S32": -105.51188583942637 }, "geometry": { "type": "Point", "coordinates": [ 102093.0, 506389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.8832932930152442, "S12": -8.8832932930152442, "W13": -22.13896994005859, "S13": -22.13896994005859, "W21": -42.69792117607372, "S21": -46.517763651340147, "W22": -44.024751086210287, "S22": -44.333889538776582, "W31": -74.324966038615798, "S31": -74.666916243092558, "W32": -91.561497885232626, "S32": -96.561497885232626 }, "geometry": { "type": "Point", "coordinates": [ 102093.901639344258001, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7133720930232559, "S11": 2.6275891243225913, "W12": -7.5739674748426484, "S12": -7.5739674748426484, "W13": -19.887149135950452, "S13": -19.887149135950452, "W21": -50.40675241157556, "S21": -70.0, "W22": -36.999999999999993, "S22": -47.261817836500526, "W31": -76.888703497372646, "S31": -76.888703497372646, "W32": -96.772317974984674, "S32": -101.77231797498467 }, "geometry": { "type": "Point", "coordinates": [ 102094.0, 500873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30892775491537761, "S11": -0.30892775491537761, "W12": -8.1443059867789476, "S12": -8.1443059867789476, "W13": -16.417289106631298, "S13": -18.907816846820772, "W21": -60.0, "S21": -69.217401433496136, "W22": -70.837520170688066, "S22": -77.075841061206191, "W31": -103.15779277590302, "S31": -103.15779277590302, "W32": -103.15779277590302, "S32": -106.82868361775044 }, "geometry": { "type": "Point", "coordinates": [ 102094.666666666671517, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97142788019548076, "S11": 0.97142788019548076, "W12": -5.2064508749857037, "S12": -5.2064508749857037, "W13": -17.294352029423354, "S13": -18.096230296701066, "W21": -34.237109852325958, "S21": -37.237109852325958, "W22": -77.699463327370296, "S22": -98.790689174693711, "W31": -99.046572440645321, "S31": -99.046572440645321, "W32": -101.29496611810261, "S32": -106.29496611810261 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 497799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.683321394910462, "S11": 3.5677958040738562, "W12": -10.952751393358977, "S12": -10.952751393358977, "W13": -20.565579641847314, "S13": -21.655847332239514, "W21": -47.184361905468577, "S21": -48.633317322224983, "W22": -37.905104808820198, "S22": -50.157134888248557, "W31": -79.056850228908928, "S31": -79.056850228908928, "W32": -97.282473752907364, "S32": -102.28247375290736 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 500149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -18.262825019429584, "S13": -21.010475287501244, "W21": -38.582110916148039, "S21": -41.092043678984226, "W22": -39.866147330117201, "S22": -44.866147330117201, "W31": -62.751117155624634, "S31": -63.257679850942949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 503551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.688322448581737, "S11": 2.688322448581737, "W12": -5.0, "S12": -7.2483904602704339, "W13": -23.061451656510119, "S13": -23.061451656510119, "W21": -36.392414544250947, "S21": -40.539324765243542, "W22": -40.267615552265809, "S22": -58.872547284845851, "W31": -72.720348204570186, "S31": -73.720348204570186, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102096.0, 507624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.810466840088389, "S12": -5.810466840088389, "W13": -14.999999999999998, "S13": -15.497999641726874, "W21": -60.000000000000007, "S21": -72.605246202400309, "W22": -41.100327459991831, "S22": -43.612692401880068, "W31": -76.647186497696026, "S31": -76.647186497696026, "W32": -91.090625571523958, "S32": -96.090625571523958 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 502143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45652173913043481, "S11": 0.45529232972906902, "W12": -5.0, "S12": -18.077475245649595, "W13": -20.0, "S13": -21.552634915268641, "W21": -33.908086353726809, "S21": -38.393177706299134, "W22": -50.0, "S22": -50.922531683089552, "W31": -68.794767455962685, "S31": -71.462255496633674, "W32": -88.636209239130437, "S32": -93.636209239130437 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48148373489088991, "S11": 0.48148373489088991, "W12": -6.5034065259082858, "S12": -13.995074121211818, "W13": -20.0, "S13": -26.018428220735114, "W21": -37.498316984854711, "S21": -38.072519481387303, "W22": -44.497121922546718, "S22": -44.497121922546718, "W31": -69.402934661557765, "S31": -69.402934661557765, "W32": -82.444072368727035, "S32": -87.444072368727035 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 504562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78869442768714271, "S11": -0.78869442768714271, "W12": -10.0, "S12": -11.727067073860423, "W13": -27.651106004021834, "S13": -27.651106004021834, "W21": -40.0, "S21": -40.0, "W22": -41.051747710069272, "S22": -41.051747710069272, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102097.0, 509343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5444593386952636, "S11": 1.5444593386952636, "W12": -4.8711093593669466, "S12": -4.8711093593669466, "W13": -17.32509733350847, "S13": -17.891154031571709, "W21": -35.1679037718445, "S21": -41.511695408067474, "W22": -58.053900390279942, "S22": -58.053900390279942, "W31": -70.0, "S31": -70.0, "W32": -80.46976252973505, "S32": -85.46976252973505 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 497927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.918888386805242, "S11": 2.741290834417117, "W12": -7.2716935999624237, "S12": -7.2716935999624237, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -51.500377430561869, "S21": -72.818088986209091, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4137120307362325, "S12": -12.703274915753823, "W13": -19.91619016500572, "S13": -21.515430778682383, "W21": -37.419634853268811, "S21": -38.114269556465146, "W22": -51.461510261567398, "S22": -53.258009693672733, "W31": -85.812063930285632, "S31": -85.812063930285632, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 503750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9287078124213064, "S12": -18.413536155004977, "W13": -23.682230103593945, "S13": -23.682230103593945, "W21": -38.044364763977889, "S21": -38.044364763977889, "W22": -80.0, "S22": -96.178027095681628, "W31": -96.178027095681628, "S31": -96.178027095681628, "W32": -98.831422303054111, "S32": -103.83142230305411 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 505910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9838858827013368, "S12": -19.983885882701337, "W13": -23.930756241637404, "S13": -23.930756241637404, "W21": -37.984549423657825, "S21": -37.984549423657825, "W22": -37.241794068889391, "S22": -48.662474380830375, "W31": -78.160139435920385, "S31": -78.160139435920385, "W32": -97.059634362588881, "S32": -102.05963436258888 }, "geometry": { "type": "Point", "coordinates": [ 102098.0, 506004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4620610016187499, "S11": 2.4620610016187499, "W12": -4.4387380109430064, "S12": -6.1056699280261446, "W13": -20.0, "S13": -20.0, "W21": -36.117802736449597, "S21": -36.117802736449597, "W22": -38.364316462060856, "S22": -46.827357702515421, "W31": -75.474866660801496, "S31": -75.474866660801496, "W32": -96.457345315164943, "S32": -101.45734531516494 }, "geometry": { "type": "Point", "coordinates": [ 102098.615384615390212, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2778491988689917, "S11": 3.1252553174712689, "W12": -10.0, "S12": -10.0, "W13": -20.53679547596607, "S13": -21.966558484042331, "W21": -47.440239315948943, "S21": -51.458135241585296, "W22": -38.239089967793021, "S22": -46.732024883796342, "W31": -75.18568343886561, "S31": -75.18568343886561, "W32": -96.392483417750043, "S32": -101.39248341775004 }, "geometry": { "type": "Point", "coordinates": [ 102099.0, 500173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5442917547568706, "S11": 2.5442917547568706, "W12": -7.8481168829591352, "S12": -7.8481168829591352, "W13": -19.783962641094796, "S13": -20.734765061510476, "W21": -51.465010702505445, "S21": -73.629599010633157, "W22": -38.067151015290612, "S22": -46.522067950187946, "W31": -74.75879392076979, "S31": -75.265745023358051, "W32": -96.296734902518551, "S32": -101.29673490251855 }, "geometry": { "type": "Point", "coordinates": [ 102099.0, 500947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30069160970727987, "S11": 0.30069160970727987, "W12": -12.971558004000391, "S12": -14.843651027256271, "W13": -23.967585640924447, "S13": -23.967585640924447, "W21": -34.771067914389135, "S21": -34.890751829336764, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102099.333333333328483, 507269.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": 0.29, "W12": -3.3, "S12": -3.3, "W13": -19.809999, "S13": -23.799999, "W21": -30.8, "S21": -30.9, "W22": -41.16392936986724, "S22": -41.16392936986724, "W31": -69.677001453765627, "S31": -70.976431460866777, "W32": -92.231525427203621, "S32": -97.231525427203621 }, "geometry": { "type": "Point", "coordinates": [ 102099.8, 503964.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.181875692762429, "S11": 3.1757600754069508, "W12": -7.5322833105067497, "S12": -7.5322833105067497, "W13": -20.880329565950543, "S13": -21.880329565950543, "W21": -47.279606180204141, "S21": -53.863659034400669, "W22": -44.589927203241182, "S22": -45.294655530204857, "W31": -80.063416824524126, "S31": -80.063416824524126, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 499881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2335375191424196, "S11": 0.2335375191424196, "W12": -5.5818744468778032, "S12": -5.5818744468778032, "W13": -15.311888245523518, "S13": -20.311888245523519, "W21": -53.382950660816668, "S21": -74.354960223768288, "W22": -50.0, "S22": -50.0, "W31": -68.944037876498257, "S31": -73.754808240841982, "W32": -84.442878170090353, "S32": -89.442878170090353 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 502545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14406733282370945, "S11": 0.14406733282370945, "W12": -5.8285232636544109, "S12": -11.518661572709638, "W13": -19.929123922722606, "S13": -23.945819391513066, "W21": -35.22058198769134, "S21": -36.975143400532033, "W22": -43.614771053577584, "S22": -43.614771053577584, "W31": -81.452251186000282, "S31": -81.452251186000282, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 503799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.772918729781475, "S12": -18.525648951559447, "W13": -23.340291406482308, "S13": -23.340291406482308, "W21": -36.459928960426879, "S21": -36.459928960426879, "W22": -43.778323950397557, "S22": -43.778323950397557, "W31": -81.50248764788094, "S31": -81.50248764788094, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 504961.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.806687398940003, "S12": -14.806687398940003, "W13": -23.114324463015908, "S13": -23.114324463015908, "W21": -38.199170710429854, "S21": -38.199170710429854, "W22": -45.176147641040458, "S22": -45.938945328901731, "W31": -83.148635545454553, "S31": -83.148635545454553, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 505688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44297658309836868, "S11": 0.44297658309836868, "W12": -14.999999999999998, "S12": -21.385846065148456, "W13": -23.564870900823291, "S13": -23.564870900823291, "W21": -36.329819223388618, "S21": -36.329819223388618, "W22": -70.420663147983404, "S22": -98.626770018212412, "W31": -101.24265716785401, "S31": -101.24265716785401, "W32": -101.24265716785401, "S32": -105.08628925525669 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 507070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0204203496301738, "S11": -1.0204203496301738, "W12": -10.0, "S12": -13.0, "W13": -25.574260270037346, "S13": -25.574260270037346, "W21": -37.972396630507752, "S21": -39.329951466013917, "W22": -53.660954844272013, "S22": -55.268940738134702, "W31": -85.62193519033417, "S31": -85.62193519033417, "W32": -98.260668053616243, "S32": -103.26066805361624 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 509054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3854833602360199, "S11": 2.3854833602360199, "W12": -8.8103539626382261, "S12": -10.819189132691607, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -33.844669168721289, "S21": -33.844669168721289, "W22": -40.097931409653732, "S22": -40.097931409653732, "W31": -69.78870187468172, "S31": -70.066826874681723, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2018185695914543, "S11": 2.2018185695914543, "W12": -12.783334360066533, "S12": -12.783334360066533, "W13": -24.451663293492921, "S13": -24.451663293492921, "W21": -40.001873527994157, "S21": -41.051747710069272, "W22": -69.554464973056923, "S22": -73.078653177156909, "W31": -100.0, "S31": -100.0, "W32": -104.79274233204271, "S32": -109.79274233204271 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65870522740357129, "S11": 0.65870522740357129, "W12": -15.0, "S12": -15.0, "W13": -24.731914935097375, "S13": -24.731914935097375, "W21": -43.900147437840559, "S21": -44.822594339881185, "W22": -75.865996784565908, "S22": -84.093096112024185, "W31": -101.07910679853207, "S31": -101.07910679853207, "W32": -101.95830016389604, "S32": -106.95830016389604 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88440811478431192, "S11": -0.88440811478431192, "W12": -10.23952260100144, "S12": -10.23952260100144, "W13": -25.01216657670183, "S13": -25.01216657670183, "W21": -41.764235617557276, "S21": -47.532215379031797, "W22": -37.235015691302337, "S22": -47.173103555943285, "W31": -76.363750312685255, "S31": -76.363750312685255, "W32": -96.660285508676822, "S32": -101.66028550867682 }, "geometry": { "type": "Point", "coordinates": [ 102100.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.5132703157108169, "S12": -4.5132703157108169, "W13": -15.000000000000002, "S13": -16.478112810352304, "W21": -41.635757096008142, "S21": -51.461510261567398, "W22": -39.960977823375458, "S22": -39.960977823375458, "W31": -63.52057395537318, "S31": -63.997239434532425, "W32": -91.779359430604984, "S32": -96.779359430604984 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3628418586327728, "S11": 0.3628418586327728, "W12": -10.0, "S12": -10.0, "W13": -19.749819291623162, "S13": -23.2114376907262, "W21": -60.0, "S21": -68.468767380755935, "W22": -40.436023034107379, "S22": -44.626162554997904, "W31": -74.065395961966587, "S31": -74.316552528147554, "W32": -90.050521622141218, "S32": -95.050521622141218 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.0423823484460755, "S12": -20.896844760496613, "W13": -20.896844760496613, "S13": -26.03718404791573, "W21": -33.657071083817229, "S21": -33.739477226051612, "W22": -40.509835666123095, "S22": -50.498863199359462, "W31": -76.489093361701194, "S31": -76.711191563110987, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49781205199814915, "W12": -5.0, "S12": -18.074444873747254, "W13": -19.734218715724861, "S13": -21.127908817947379, "W21": -33.87445562196671, "S21": -38.364316462060856, "W22": -43.116866318517928, "S22": -44.089806552286724, "W31": -75.4965075768811, "S31": -75.722481781761147, "W32": -91.447033348342288, "S32": -96.447033348342288 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 504066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0552596306121442, "S12": -18.505484948104979, "W13": -20.063956444837491, "S13": -21.752234440958873, "W21": -33.349623358468136, "S21": -38.239089967793021, "W22": -50.0, "S22": -50.0, "W31": -68.961302928084393, "S31": -73.045142316929443, "W32": -84.290195788209957, "S32": -89.290195788209957 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 504087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2278066762855895, "S12": -18.639932854081579, "W13": -20.1366644557447, "S13": -22.2596896029821, "W21": -32.574870969494057, "S21": -38.054231809588131, "W22": -70.0, "S22": -77.211138819617631, "W31": -88.820964561953389, "S31": -88.820964561953389, "W32": -98.506849512071355, "S32": -103.50684951207135 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 504118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8250029374098933, "S12": -8.8250029374098933, "W13": -25.106521008922162, "S13": -25.106521008922162, "W21": -41.913250975488104, "S21": -48.133277780820151, "W22": -41.004797337882231, "S22": -44.132760542461305, "W31": -77.487251453791117, "S31": -77.597597593007549, "W32": -90.989213923729736, "S32": -95.989213923729736 }, "geometry": { "type": "Point", "coordinates": [ 102101.0, 514409.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0290964031582459, "S11": 3.0290964031582459, "W12": -4.2414725614114586, "S12": -8.6685694437004521, "W13": -22.679793426174676, "S13": -22.679793426174676, "W21": -35.862921250005755, "S21": -39.09027897296297, "W22": -44.120278257713714, "S22": -45.59747832356549, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102101.2, 507760.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48703572644124238, "S11": 0.48703572644124238, "W12": -6.3198688092491686, "S12": -6.3198688092491686, "W13": -17.208130073603272, "S13": -18.208130073603272, "W21": -31.011318876531092, "S21": -32.152689298415694, "W22": -40.095639627018514, "S22": -41.364669755837845, "W31": -69.715834330084519, "S31": -69.715834330084519, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102101.285714285710128, 497596.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75144826177860546, "S11": -0.75144826177860546, "W12": -10.072732304405305, "S12": -11.198703833159453, "W13": -28.141728567324602, "S13": -28.141728567324602, "W21": -40.0, "S21": -40.0, "W22": -38.730424755899804, "S22": -38.730424755899804, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102101.285714285710128, 509411.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8525480367585625, "S11": 1.8525480367585625, "W12": -4.7486265869268696, "S12": -4.7486265869268696, "W13": -17.334013660843294, "S13": -17.815915878562013, "W21": -35.538977367094986, "S21": -43.614771053577584, "W22": -68.547921478060047, "S22": -78.03288388407509, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -104.4937834812505, "S32": -109.4937834812505 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 497979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9051796157059311, "S11": 1.9051796157059311, "W12": -4.7118749344245092, "S12": -4.7118749344245092, "W13": -17.336333114409562, "S13": -17.801140244271618, "W21": -35.604735348438517, "S21": -43.778323950397557, "W22": -43.972607409483565, "S22": -46.18102336311091, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 497988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7224645583424212, "S11": 3.7224645583424212, "W12": -4.0184642627173215, "S12": -4.0184642627173215, "W13": -16.90528901734104, "S13": -17.014898210625706, "W21": -36.88540581560693, "S21": -44.018317708139527, "W22": -60.776205347507791, "S22": -73.250756594690941, "W31": -89.103034122211852, "S31": -89.103034122211852, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 498175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2671899503263679, "S11": 3.1290748883506576, "W12": -5.68061505507956, "S12": -5.68061505507956, "W13": -20.158379491776859, "S13": -21.158379491776859, "W21": -48.595725220107255, "S21": -48.595725220107255, "W22": -62.810640656243031, "S22": -77.751584008484855, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 499756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42843169418825683, "S11": 0.42843169418825683, "W12": -5.0, "S12": -5.0, "W13": -18.420108832063402, "S13": -21.663333037962655, "W21": -39.616209991720631, "S21": -42.616209991720631, "W22": -70.70806882778858, "S22": -87.094177179588087, "W31": -101.25621170374713, "S31": -101.25621170374713, "W32": -105.16193733247066, "S32": -110.16193733247066 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 503482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47270309640573788, "S11": 0.47270309640573788, "W12": -10.0, "S12": -20.0, "W13": -24.069465787121164, "S13": -24.069465787121164, "W21": -37.968358611839683, "S21": -37.968358611839683, "W22": -40.106708325328114, "S22": -40.106708325328114, "W31": -69.870319611721015, "S31": -70.617164361138975, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102102.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0055053375432448, "S11": 2.7908193973440003, "W12": -9.760657992171776, "S12": -9.760657992171776, "W13": -20.477006662134627, "S13": -22.384648702636266, "W21": -47.980096100547051, "S21": -62.433662254657207, "W22": -40.984024669104926, "S22": -44.220780257557173, "W31": -77.648074892660475, "S31": -77.711068812756466, "W32": -90.981515819324073, "S32": -95.981515819324073 }, "geometry": { "type": "Point", "coordinates": [ 102102.333333333328483, 500226.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8354651162790696, "S11": 2.699729497212962, "W12": -7.4030557645467354, "S12": -7.4030557645467354, "W13": -19.950304664868646, "S13": -19.950304664868646, "W21": -50.865996784565915, "S21": -75.865996784565908, "W22": -36.43, "S22": -48.613657808766348, "W31": -78.761438508664952, "S31": -78.761438508664952, "W32": -97.204674666130657, "S32": -102.20467466613066 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 500848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36708203530632072, "S11": 0.36009256394967509, "W12": -5.0, "S12": -13.994011010171056, "W13": -15.41793602196271, "S13": -23.881294222589347, "W21": -33.288720342974081, "S21": -35.874491679372703, "W22": -43.709631695375158, "S22": -43.709631695375158, "W31": -72.237234489088024, "S31": -72.675306025984057, "W32": -91.837393455908909, "S32": -96.837393455908909 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44165680592623208, "S11": 0.44165680592623208, "W12": -8.4581081263732365, "S12": -18.317810243393588, "W13": -21.014828798511648, "S13": -24.034448697283072, "W21": -37.048233050434177, "S21": -37.506030315766203, "W22": -43.286819935266784, "S22": -43.286819935266784, "W31": -81.420772967067577, "S31": -81.420772967067577, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 504724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -24.886003738220708, "S13": -24.886003738220708, "W21": -37.639144537570743, "S21": -37.639144537570743, "W22": -44.83459740870024, "S22": -44.83459740870024, "W31": -82.112919775201263, "S31": -82.112919775201263, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.005723006486072, "W13": -24.40720645881467, "S13": -24.40720645881467, "W21": -37.597782866072819, "S21": -38.291213523007123, "W22": -69.840395496249968, "S22": -95.448531845109855, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.91946849910599 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 506665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30077570817497179, "S11": 0.30077570817497179, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -23.622512776252545, "S13": -23.652323987965129, "W21": -35.201831533766892, "S21": -36.868219143645504, "W22": -40.397282062983344, "S22": -42.760473747483495, "W31": -73.2913481679699, "S31": -73.540927074048653, "W32": -90.029063898184305, "S32": -95.029063898184305 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 507209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72048521678119914, "S11": -0.72048521678119914, "W12": -10.210425322522863, "S12": -10.932063146298454, "W13": -28.491544937078388, "S13": -28.491544937078388, "W21": -39.86170022371364, "S21": -39.86170022371364, "W22": -80.0, "S22": -95.952980897555918, "W31": -99.056703542188998, "S31": -99.056703542188998, "W32": -99.294398844108343, "S32": -104.29439884410834 }, "geometry": { "type": "Point", "coordinates": [ 102103.0, 509460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.962932418718788, "S12": -8.962932418718788, "W13": -21.330224509332524, "S13": -21.330224509332524, "W21": -43.459599961639654, "S21": -46.752896465082053, "W22": -74.830804726281201, "S22": -98.871482013126212, "W31": -98.871482013126212, "S31": -98.871482013126212, "W32": -100.96937727293135, "S32": -105.96937727293135 }, "geometry": { "type": "Point", "coordinates": [ 102103.893333333326154, 516177.653333333320916 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41518041801503974, "S11": 0.41518041801503974, "W12": -4.5067944345189757, "S12": -4.5067944345189757, "W13": -18.623100868631347, "S13": -22.633725715682441, "W21": -40.818048348774568, "S21": -42.685721012732778, "W22": -80.0, "S22": -97.76690954619734, "W31": -99.390483599856282, "S31": -99.390483599856282, "W32": -100.77026818408594, "S32": -105.77026818408594 }, "geometry": { "type": "Point", "coordinates": [ 102104.0, 503402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49529410274615021, "S11": 0.49529410274615021, "W12": -13.810053645936819, "S12": -14.754955345969163, "W13": -23.487491883854467, "S13": -23.487491883854467, "W21": -36.579148858016431, "S21": -36.579148858016431, "W22": -71.062873348638448, "S22": -98.661443216549856, "W31": -98.661443216549856, "S31": -98.661443216549856, "W32": -99.286457974676154, "S32": -104.28645797467615 }, "geometry": { "type": "Point", "coordinates": [ 102104.0, 507014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46832964090339502, "S11": 0.46832964090339502, "W12": -7.4193507059214587, "S12": -9.4109399654197112, "W13": -17.086076685342114, "S13": -17.974482111500283, "W21": -26.778890993971334, "S21": -26.778890993971334, "W22": -36.891860642223591, "S22": -47.968348047064296, "W31": -77.429226554651095, "S31": -77.429226554651095, "W32": -96.908188402796995, "S32": -101.90818840279699 }, "geometry": { "type": "Point", "coordinates": [ 102105.0, 497331.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39599885637728227, "S11": 0.39599885637728227, "W12": -10.0, "S12": -20.0, "W13": -24.152346785549433, "S13": -24.152346785549433, "W21": -37.961306170237371, "S21": -37.961306170237371, "W22": -36.532150196001915, "S22": -48.602372988459024, "W31": -78.520887972544699, "S31": -78.520887972544699, "W32": -97.154825603291016, "S32": -102.15482560329102 }, "geometry": { "type": "Point", "coordinates": [ 102105.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3774646125310421, "S11": 2.3774646125310421, "W12": -11.201134833537214, "S12": -11.201134833537214, "W13": -24.261667911552582, "S13": -24.261667911552582, "W21": -38.730424755899804, "S21": -38.730424755899804, "W22": -40.991238776081836, "S22": -46.343245991560103, "W31": -74.210680902738474, "S31": -75.554879155206194, "W32": -96.188074465631047, "S32": -101.18807446563105 }, "geometry": { "type": "Point", "coordinates": [ 102105.0, 511687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9683141632837167, "S11": 2.7440884227588969, "W12": -9.4881913363171364, "S12": -9.4881913363171364, "W13": -20.443279537729435, "S13": -22.727595330754927, "W21": -48.298902865204148, "S21": -68.532266604236384, "W22": -40.269463787305938, "S22": -52.772566807579004, "W31": -70.130607226764795, "S31": -70.345997526375172, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102105.5, 500256.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4488199735231726, "S11": 0.4488199735231726, "W12": -8.5483644495791626, "S12": -8.5483644495791626, "W13": -17.460769178040319, "S13": -18.442596667162409, "W21": -25.249667146017984, "S21": -25.249667146017984, "W22": -44.342346118579968, "S22": -44.383924983766569, "W31": -73.385282312347414, "S31": -73.844747479173705, "W32": -91.742590283679306, "S32": -96.742590283679306 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 497077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8525569290826276, "S12": -4.8525569290826276, "W13": -16.321694964784722, "S13": -16.972435656096614, "W21": -47.923695233782404, "S21": -57.448984080752453, "W22": -45.855415801685183, "S22": -45.855415801685183, "W31": -69.182131636032722, "S31": -69.640551214749394, "W32": -82.965065578345204, "S32": -87.965065578345204 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7877812023948705, "S11": 2.7270045155477152, "W12": -4.9759119348365006, "S12": -4.9759119348365006, "W13": -17.261115260814208, "S13": -17.261115260814208, "W21": -50.852501206369631, "S21": -60.273942912196262, "W22": -38.317432207037363, "S22": -38.317432207037363, "W31": -70.44176686997298, "S31": -70.468154307333975, "W32": -78.248738787134329, "S32": -83.248738787134329 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.879325164938737, "S11": 3.7980898452345069, "W12": -11.344540387785541, "S12": -11.892485593264993, "W13": -20.580659754948162, "S13": -21.580659754948162, "W21": -47.126894895089706, "S21": -53.844534352337178, "W22": -45.406182012643391, "S22": -47.909634238847609, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -19.388879794838218, "W13": -23.838030020625304, "S13": -23.838030020625304, "W21": -38.041254477093986, "S21": -38.041254477093986, "W22": -69.664277138690693, "S22": -101.4482339500135, "W31": -101.88094793804815, "S31": -101.88094793804815, "W32": -103.03398631598117, "S32": -108.03398631598117 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.805947413736007, "S12": -14.374519268683033, "W13": -23.463872990690316, "S13": -23.463872990690316, "W21": -36.608792046202758, "S21": -36.608792046202758, "W22": -60.0, "S22": -63.938479229552968, "W31": -87.600854355189327, "S31": -87.600854355189327, "W32": -98.411455206388254, "S32": -103.41145520638825 }, "geometry": { "type": "Point", "coordinates": [ 102106.0, 507004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47, "S11": 0.47, "W12": -7.33, "S12": -7.33, "W13": -20.040001, "S13": -25.830001, "W21": -32.529999, "S21": -35.629999, "W22": -40.243340446913109, "S22": -52.778825281815244, "W31": -73.813993733366544, "S31": -74.291083798823507, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102106.7, 503823.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54181125528062757, "S11": 0.54181125528062757, "W12": -10.630936077838252, "S12": -16.16611449112095, "W13": -23.637004110999204, "S13": -23.637004110999204, "W21": -35.234133393298457, "S21": -37.8407358314075, "W22": -41.727068285672956, "S22": -43.733081757490226, "W31": -76.389005311400027, "S31": -76.485376473557992, "W32": -91.279120235700518, "S32": -96.279120235700518 }, "geometry": { "type": "Point", "coordinates": [ 102106.75, 507348.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7625111706881138, "S11": 1.7625111706881138, "W12": -4.8062973455041442, "S12": -4.8062973455041442, "W13": -17.32376855378957, "S13": -17.858132370200227, "W21": -35.396384644323355, "S21": -43.286819935266784, "W22": -43.996992090117047, "S22": -44.455175303816858, "W31": -74.807902024577331, "S31": -75.14809846657694, "W32": -91.613624720633993, "S32": -96.613624720633993 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 497961.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.2999412443605083, "S12": -4.2999412443605083, "W13": -17.287370370370368, "S13": -17.586201865200298, "W21": -36.847313348148148, "S21": -44.83459740870024, "W22": -70.0, "S22": -91.952530228392305, "W31": -100.40398369160469, "S31": -100.40398369160469, "W32": -102.89028540451547, "S32": -107.89028540451547 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 498085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3671939736346514, "S11": 3.0284012479554225, "W12": -5.4992347384992133, "S12": -5.4992347384992133, "W13": -19.695871485292926, "S13": -20.695871485292926, "W21": -49.459605861335049, "S21": -64.701253821192438, "W22": -40.98307862701914, "S22": -44.115913541040086, "W31": -77.560516415830605, "S31": -77.616811585096485, "W32": -91.043507361793772, "S32": -96.043507361793772 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 499676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.981993517666361, "S12": -14.981993517666361, "W13": -25.0, "S13": -25.0, "W21": -37.67831473221905, "S21": -37.67831473221905, "W22": -41.667741456299581, "S22": -41.667741456299581, "W31": -70.0, "S31": -70.088455168324529, "W32": -92.025358533573936, "S32": -97.025358533573936 }, "geometry": { "type": "Point", "coordinates": [ 102107.0, 506581.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20841610382730769, "S11": -0.20841610382730769, "W12": -8.2545243489692588, "S12": -8.2545243489692588, "W13": -16.37699783149948, "S13": -18.994386194151712, "W21": -60.000000000000007, "S21": -69.443164320581815, "W22": -38.857318132797189, "S22": -51.71144061847199, "W31": -79.1393463097302, "S31": -79.1393463097302, "W32": -97.329512098729069, "S32": -102.32951209872907 }, "geometry": { "type": "Point", "coordinates": [ 102107.5, 501997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9998520272269902, "S11": 1.9998520272269902, "W12": -6.1202541679918383, "S12": -6.1202541679918383, "W13": -18.559429649517451, "S13": -21.122631680599156, "W21": -50.0, "S21": -72.364345770542883, "W22": -37.159050277684671, "S22": -47.371602144130314, "W31": -76.246308490979814, "S31": -76.246308490979814, "W32": -96.650006506763589, "S32": -101.65000650676359 }, "geometry": { "type": "Point", "coordinates": [ 102107.5, 502644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -20.495723141847421, "W21": -56.713658209614017, "S21": -73.551624863297874, "W22": -40.0, "S22": -44.068644452151645, "W31": -65.220660153902358, "S31": -65.371962553902364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102107.555555555562023, 502314.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0126107633177743, "W12": -6.2467866323907453, "S12": -6.2467866323907453, "W13": -19.147341489407737, "S13": -21.178124557269751, "W21": -45.029899946914334, "S21": -64.142419756740011, "W22": -40.150672381718863, "S22": -47.501761009403232, "W31": -74.169791298195975, "S31": -74.431426110851191, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102108.0, 503149.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21221146686522704, "S11": -0.21221146686522704, "W12": -4.6632431184404757, "S12": -11.912232253139743, "W13": -20.612725259334095, "S13": -21.186683483985473, "W21": -34.029091169497583, "S21": -34.029091169497583, "W22": -43.840796811000303, "S22": -44.429884269403537, "W31": -75.15165958557057, "S31": -75.469631401757681, "W32": -91.60114798072928, "S32": -96.60114798072928 }, "geometry": { "type": "Point", "coordinates": [ 102108.0, 503919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8719475668630654, "S12": -13.859499732910605, "W13": -20.051081229664678, "S13": -25.841194873069771, "W21": -32.727997170014241, "S21": -34.67070154564815, "W22": -80.0, "S22": -95.811018204911093, "W31": -96.883330891676849, "S31": -96.883330891676849, "W32": -98.902083359659855, "S32": -103.90208335965985 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 503839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1205718597102559, "S12": -19.05030770530864, "W13": -20.264577345419681, "S13": -22.438168039526726, "W21": -35.219963897181231, "S21": -40.991238776081836, "W22": -72.560045994002664, "S22": -97.344824755064607, "W31": -99.029084390589603, "S31": -99.029084390589603, "W32": -100.36561449707217, "S32": -105.36561449707217 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.782688987916014, "S12": -11.782688987916014, "W13": -25.0, "S13": -25.0, "W21": -37.758669669974765, "S21": -37.758669669974765, "W22": -64.155555555555551, "S22": -69.438644130414701, "W31": -88.11258278145695, "S31": -88.11258278145695, "W32": -98.450240583433214, "S32": -103.45024058343321 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36093595941794759, "S11": 0.36093595941794759, "W12": -12.35637349128074, "S12": -14.202103518828949, "W13": -24.025990370824836, "S13": -24.025990370824836, "W21": -34.683022903739833, "S21": -36.159440280212195, "W22": -36.889008660426256, "S22": -48.299417280519648, "W31": -77.572070612345328, "S31": -77.572070612345328, "W32": -96.949150957545868, "S32": -101.94915095754587 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 507307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4777256118286868, "S11": 2.4777256118286868, "W12": -10.028097156398104, "S12": -11.686879709804504, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.405197556976752, "S21": -35.405197556976752, "W22": -50.0, "S22": -51.189033628940969, "W31": -68.740996851209047, "S31": -70.821456919463373, "W32": -90.189462560386474, "S32": -95.189462560386474 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 509876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.4644288073526237, "S12": -7.3133969538935002, "W13": -25.514300209271354, "S13": -25.514300209271354, "W21": -33.937397629147092, "S21": -33.937397629147092, "W22": -39.036330362008826, "S22": -39.036330362008826, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102109.0, 510468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48946026078362603, "S11": 0.48946026078362603, "W12": -9.02853644209058, "S12": -9.02853644209058, "W13": -19.035106985765054, "S13": -20.146940235774668, "W21": -24.548288468248767, "S21": -24.548288468248767, "W22": -61.955121844746714, "S22": -75.763887094571871, "W31": -89.830658476320508, "S31": -89.830658476320508, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 496971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.076818798011749, "S11": 2.8369236956636921, "W12": -7.0593415472125223, "S12": -7.0593415472125223, "W13": -20.377792041078305, "S13": -20.377792041078305, "W21": -51.851824399294252, "S21": -69.664277138690693, "W22": -70.596105301659193, "S22": -106.40365726104362, "W31": -106.40365726104362, "S31": -106.40365726104362, "W32": -106.40365726104362, "S32": -110.14159898744859 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 500778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41313657266600456, "S11": 0.41313657266600456, "W12": -4.4158410481294998, "S12": -4.4158410481294998, "W13": -18.549901222210647, "S13": -22.196891609727061, "W21": -40.310201182193182, "S21": -43.310201182193182, "W22": -65.849001476044705, "S22": -91.211025976367083, "W31": -102.47144389886775, "S31": -102.47144389886775, "W32": -102.47144389886775, "S32": -106.48769807334372 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 503432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.772433064987851, "S12": -14.772433064987851, "W13": -24.437882303311536, "S13": -24.437882303311536, "W21": -36.661387883692164, "S21": -36.661387883692164, "W22": -78.052298692532688, "S22": -98.242431414685001, "W31": -99.176918921417197, "S31": -99.176918921417197, "W32": -101.1404646660213, "S32": -106.1404646660213 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 505559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38832166557717007, "S11": 0.38832166557717007, "W12": -15.0, "S12": -25.0, "W13": -25.0, "S13": -25.0, "W21": -35.857721444614455, "S21": -35.857721444614455, "W22": -69.593933077185667, "S22": -81.839635263815211, "W31": -90.0, "S31": -90.0, "W32": -96.128279253513298, "S32": -101.1282792535133 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 507115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24798209622748704, "S11": 0.24798209622748704, "W12": -14.403119132408996, "S12": -14.403119132408996, "W13": -23.579273266986927, "S13": -23.61081227729888, "W21": -34.75740136621981, "S21": -35.443103785490713, "W22": -68.559468822170899, "S22": -70.82033838738829, "W31": -100.0, "S31": -100.0, "W32": -104.51667066442792, "S32": -109.51667066442792 }, "geometry": { "type": "Point", "coordinates": [ 102110.0, 507255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1447373737373741, "S11": 3.1447373737373741, "W12": -8.2095976085416229, "S12": -8.2095976085416229, "W13": -20.192124409649832, "S13": -22.268865934467456, "W21": -50.111795215180678, "S21": -65.111795215180678, "W22": -77.720963422250847, "S22": -98.493773277348993, "W31": -98.493773277348993, "S31": -98.493773277348993, "W32": -99.597647498132943, "S32": -104.59764749813294 }, "geometry": { "type": "Point", "coordinates": [ 102111.0, 500423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48961448908034483, "S11": 0.48961448908034483, "W12": -13.710113252533279, "S12": -13.710113252533281, "W13": -23.433292475607093, "S13": -23.433292475607093, "W21": -36.546585288814057, "S21": -36.546585288814057, "W22": -41.738348029512331, "S22": -49.940099920758563, "W31": -81.436233464821996, "S31": -81.436233464821996, "W32": -97.995295817451279, "S32": -102.99529581745128 }, "geometry": { "type": "Point", "coordinates": [ 102111.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0155204939118505, "S12": -7.0155204939118505, "W13": -23.239354592938586, "S13": -23.239354592938586, "W21": -37.063696011959664, "S21": -39.674592537455631, "W22": -38.059352706137311, "S22": -47.359080934265798, "W31": -75.968470303734108, "S31": -75.968470303734108, "W32": -96.593043368577071, "S32": -101.59304336857707 }, "geometry": { "type": "Point", "coordinates": [ 102111.0, 507495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5366902273383438, "S12": -16.943117013150015, "W13": -19.815220137149641, "S13": -21.21164525650752, "W21": -36.660847518540685, "S21": -37.214448393967089, "W22": -39.894963618020952, "S22": -41.555515654479436, "W31": -67.310148330565255, "S31": -67.946471014264716, "W32": -94.557586541572306, "S32": -99.557586541572306 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 503782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33379529289666104, "S11": 0.3253273040546435, "W12": -3.8394813412814397, "S12": -13.6798755427365, "W13": -15.000000000000004, "S13": -25.247896643153897, "W21": -33.748108936929242, "S21": -36.065380132414312, "W22": -72.428117749183798, "S22": -97.243161996971224, "W31": -99.024220780123045, "S31": -99.024220780123045, "W32": -100.35411108416199, "S32": -105.35411108416199 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 504002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.753387198221589, "W13": -24.93785310734463, "S13": -24.93785310734463, "W21": -35.696706185203752, "S21": -35.696706185203752, "W22": -44.696585919422844, "S22": -46.177017941569858, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9165039073001218, "S12": -14.916503907300122, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -35.01650664260611, "S21": -35.01650664260611, "W22": -60.084071571150979, "S22": -71.403252239013867, "W31": -88.786846520428455, "S31": -88.786846520428455, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 505496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25810204812569976, "S11": 0.25810204812569976, "W12": -14.999999999999998, "S12": -15.314098750743604, "W13": -23.566919121482471, "S13": -23.609626171226296, "W21": -34.828029822224174, "S21": -36.107440059997884, "W22": -62.735738868760443, "S22": -77.45444273075438, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.0, 507243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37738704928569944, "S11": 0.37738704928569944, "W12": -9.684423347398031, "S12": -9.684423347398031, "W13": -18.572604610071483, "S13": -21.871918198826386, "W21": -60.0, "S21": -69.211589759923555, "W22": -80.0, "S22": -96.552250518688936, "W31": -99.304703476482615, "S31": -99.304703476482615, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102112.5, 501838.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.947154955969939, "S12": -7.947154955969939, "W13": -19.745504944560981, "S13": -21.65634756512134, "W21": -51.66081245184963, "S21": -71.616149853459262, "W22": -73.36110956763082, "S22": -73.36110956763082, "W31": -95.938109494574036, "S31": -95.938109494574036, "W32": -99.884879424121394, "S32": -104.88487942412139 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 500995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42029003138762772, "S11": 0.42029003138762772, "W12": -4.2263548264847595, "S12": -4.2263548264847595, "W13": -18.584045551487286, "S13": -22.353113175273826, "W21": -40.489719500717605, "S21": -43.489719500717605, "W22": -40.140759046623145, "S22": -53.652998805314382, "W31": -79.551932275040372, "S31": -79.551932275040372, "W32": -97.608757352704743, "S32": -102.60875735270474 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25206611570247939, "S11": -0.25206611570247939, "W12": -5.0, "S12": -12.884252972885278, "W13": -20.378835129261724, "S13": -22.714494253512729, "W21": -33.500112598813544, "S21": -33.508798915424904, "W22": -53.946395563770793, "S22": -58.91732011420082, "W31": -87.173518562060423, "S31": -87.173518562060423, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 503905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77465513733468971, "S11": -0.77465513733468971, "W12": -10.0, "S12": -12.426743706149402, "W13": -25.080293019247343, "S13": -25.080293019247343, "W21": -37.864004536026513, "S21": -39.852924166640257, "W22": -72.912536202228793, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102113.0, 508986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3728517022307938, "S11": 2.3728517022307938, "W12": -11.701651454514252, "S12": -11.701651454514252, "W13": -24.124684450359513, "S13": -24.124684450359513, "W21": -39.036330362008826, "S21": -39.036330362008826, "W22": -38.955592196007458, "S22": -42.043354304969043, "W31": -72.499431935610446, "S31": -75.489251994984642, "W32": -95.803431178374836, "S32": -100.80343117837484 }, "geometry": { "type": "Point", "coordinates": [ 102113.0625, 511786.6875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5533263162268276, "S11": 2.5533263162268276, "W12": -4.9249846640022312, "S12": -4.9249846640022312, "W13": -16.787051485290668, "S13": -17.081479796416964, "W21": -49.162541296584088, "S21": -58.627859188818341, "W22": -39.870978254640875, "S22": -40.18841354943293, "W31": -69.724815302674529, "S31": -71.606498215759188, "W32": -95.114323561399772, "S32": -100.11432356139977 }, "geometry": { "type": "Point", "coordinates": [ 102114.0, 499011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8962863157894736, "S11": 2.8962863157894736, "W12": -11.587696921645009, "S12": -14.587696921645009, "W13": -20.545925728025647, "S13": -21.286469760179525, "W21": -46.611350824817933, "S21": -64.424582674935024, "W22": -40.117173016777905, "S22": -40.117173016777905, "W31": -69.949276037131114, "S31": -70.863318433896211, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102114.0, 500073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3254073784382738, "S11": 3.043083113222961, "W12": -6.5676373896340783, "S12": -6.5676373896340783, "W13": -20.095664893617023, "S13": -20.095664893617023, "W21": -52.111200471397623, "S21": -65.781409852412082, "W22": -70.5455848478028, "S22": -100.72470590128592, "W31": -102.19700199485149, "S31": -102.19700199485149, "W32": -105.1316527792427, "S32": -110.1316527792427 }, "geometry": { "type": "Point", "coordinates": [ 102114.0, 500667.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2554678855615338, "S12": -5.2554678855615338, "W13": -14.456474810364037, "S13": -20.957130239346952, "W21": -55.303519286921777, "S21": -75.617135748092437, "W22": -37.926025736736833, "S22": -47.023937911855199, "W31": -74.803461051782435, "S31": -74.803461051782435, "W32": -96.336498682522659, "S32": -101.33649868252266 }, "geometry": { "type": "Point", "coordinates": [ 102114.0, 502501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2997594874410128, "S11": 3.0772504230303772, "W12": -5.2724910625437662, "S12": -5.2724910625437662, "W13": -17.946378382091513, "S13": -18.492259998126588, "W21": -60.0, "S21": -69.593933077185667, "W22": -79.860155950676173, "S22": -94.828094084378407, "W31": -94.828094084378407, "S31": -94.828094084378407, "W32": -98.478937386937702, "S32": -103.4789373869377 }, "geometry": { "type": "Point", "coordinates": [ 102114.5, 499251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9984636896707264, "S11": 2.788750675939355, "W12": -10.0, "S12": -10.0, "W13": -20.450813324269205, "S13": -22.550892618382882, "W21": -48.297016093932548, "S21": -65.454517614217494, "W22": -75.652427229718711, "S22": -98.875384181259975, "W31": -98.875384181259975, "S31": -98.875384181259975, "W32": -100.97663718403447, "S32": -105.97663718403447 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 500248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.566820580474934, "S11": 1.566820580474934, "W12": -8.6410625832223698, "S12": -8.6410625832223698, "W13": -19.127631931778399, "S13": -22.415835827661336, "W21": -50.0, "S21": -61.89107124789858, "W22": -40.108191260203547, "S22": -53.953548030171426, "W31": -79.620586643004714, "S31": -79.620586643004714, "W32": -97.65417579535189, "S32": -102.65417579535189 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 501176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0553627212773342, "S11": 1.0553627212773342, "W12": -5.0, "S12": -5.0, "W13": -18.196746080227086, "S13": -20.552587582200754, "W21": -38.250612216393627, "S21": -41.250612216393627, "W22": -39.394907447359337, "S22": -53.012350994522464, "W31": -79.354334896553752, "S31": -79.354334896553752, "W32": -97.471944750233874, "S32": -102.47194475023387 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 503566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49214940007741093, "W12": -5.095260434941804, "S12": -17.022467113882151, "W13": -17.022467113882151, "S13": -19.223125604493916, "W21": -34.556492462327974, "S21": -38.059352706137311, "W22": -37.086195825572901, "S22": -48.314218676251471, "W31": -77.122777596551813, "S31": -77.122777596551813, "W32": -96.857301055683294, "S32": -101.85730105568329 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 504020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.512223124969057, "S12": -14.450649440172082, "W13": -19.999999999999996, "S13": -26.003295557722698, "W21": -37.368084267419462, "S21": -37.680150841621959, "W22": -37.955424187150257, "S22": -47.074814688189818, "W31": -74.878164969144734, "S31": -74.878164969144734, "W32": -96.353849185272509, "S32": -101.35384918527251 }, "geometry": { "type": "Point", "coordinates": [ 102115.0, 504571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5160774920154862, "S11": 2.5160774920154862, "W12": -7.9149748690520951, "S12": -7.9149748690520951, "W13": -19.757356907401874, "S13": -21.605831024681358, "W21": -51.766671454500539, "S21": -72.024564794909338, "W22": -39.874607618836542, "S22": -40.647630634686813, "W31": -68.740621957505297, "S31": -69.765492594224426, "W32": -95.032716575669639, "S32": -100.03271657566964 }, "geometry": { "type": "Point", "coordinates": [ 102115.1, 500991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47650105329546844, "S11": 0.47650105329546844, "W12": -7.1075496162568541, "S12": -9.4999998803344639, "W13": -17.111505374216769, "S13": -18.087073088852879, "W21": -27.981026642833339, "S21": -27.981026642833342, "W22": -39.9081575654616, "S22": -41.346576472620491, "W31": -62.362341187414778, "S31": -62.850762990051045, "W32": -91.006146878032993, "S32": -96.006146878032993 }, "geometry": { "type": "Point", "coordinates": [ 102115.368421052626218, 497412.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8176326796170645, "S12": -4.8176326796170645, "W13": -16.003112103961676, "S13": -16.891407846654857, "W21": -47.119891316653458, "S21": -56.668071777236655, "W22": -78.419740150374011, "S22": -89.370466216233936, "W31": -93.656525684095243, "S31": -93.656525684095243, "W32": -98.352879862590115, "S32": -103.35287986259011 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 498887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7466660665193996, "S11": 2.689622244567635, "W12": -4.9727777121945458, "S12": -4.9727777121945458, "W13": -17.122929054163176, "S13": -17.170745362100767, "W21": -50.0, "S21": -59.423285165029071, "W22": -44.192300462978018, "S22": -46.727328603063391, "W31": -68.786260233538201, "S31": -69.356637343631576, "W32": -92.414741474147419, "S32": -97.414741474147419 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 499063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2284901121646943, "S12": -5.2284901121646943, "W13": -14.999999999999998, "S13": -15.038335224219262, "W21": -56.92501511791977, "S21": -70.92398859205457, "W22": -40.292994147633571, "S22": -40.292994147633571, "W31": -69.960995976759733, "S31": -70.230267676425271, "W32": -79.713745732486217, "S32": -84.713745732486217 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 502184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7402537620729488, "S11": 3.3124432944359206, "W12": -9.2979606899081926, "S12": -9.2979606899081926, "W13": -19.442778256236018, "S13": -20.540829250762783, "W21": -48.361109567630812, "S21": -73.36110956763082, "W22": -40.499711506846374, "S22": -49.314174749082717, "W31": -77.813737209786922, "S31": -77.973807699755653, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3980998944385859, "S11": 0.3980998944385859, "W12": -4.6496255134342279, "S12": -4.6496255134342279, "W13": -19.472635584047605, "S13": -21.180149568246744, "W21": -37.140759046623145, "S21": -40.140759046623145, "W22": -43.95390365757499, "S22": -43.95390365757499, "W31": -72.42099677102766, "S31": -72.911867413006604, "W32": -91.93901700024135, "S32": -96.93901700024135 }, "geometry": { "type": "Point", "coordinates": [ 102116.0, 503691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7802145257172395, "S12": -4.7802145257172395, "W13": -15.628183197343928, "S13": -15.759107293880129, "W21": -44.003941829708836, "S21": -53.705220543901831, "W22": -50.0, "S22": -51.155981408301471, "W31": -68.733521960174016, "S31": -70.986652136219789, "W32": -90.326841787439605, "S32": -95.326841787439605 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 498697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5606800670016749, "S11": 2.5606800670016749, "W12": -10.044907184764837, "S12": -11.870883415664666, "W13": -20.966048624098317, "S13": -21.373067930780294, "W21": -46.125809187287146, "S21": -72.912536202228793, "W22": -39.23, "S22": -52.460017889414168, "W31": -79.175173782322304, "S31": -79.175173782322304, "W32": -97.347122201258571, "S32": -102.34712220125857 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39596286890270599, "S11": 0.39596286890270599, "W12": -5.3645653360850893, "S12": -18.234645976517168, "W13": -20.0, "S13": -24.886303516283533, "W21": -34.437397873136057, "S21": -38.955592196007458, "W22": -58.664874713618246, "S22": -68.252820091475769, "W31": -88.42837446531864, "S31": -88.42837446531864, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47601918465227822, "S11": 0.47601918465227822, "W12": -5.6784866092279742, "S12": -11.806577703432378, "W13": -20.0, "S13": -26.835849991559709, "W21": -37.52753702174256, "S21": -37.52753702174256, "W22": -59.481175473093643, "S22": -69.996870017870279, "W31": -88.641542820869816, "S31": -88.641542820869816, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 504504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.302905249257179, "W13": -23.640468246966094, "S13": -23.640468246966094, "W21": -38.13608676087172, "S21": -38.13608676087172, "W22": -76.153032668959227, "S22": -83.238758874399963, "W31": -99.990749129383119, "S31": -99.990749129383119, "W32": -101.04877858425037, "S32": -106.04877858425037 }, "geometry": { "type": "Point", "coordinates": [ 102117.0, 505968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1326922105256134, "S11": 3.1326922105256134, "W12": -11.634903650591024, "S12": -14.299287212235857, "W13": -20.514347564642151, "S13": -21.305835399279207, "W21": -46.713517038574601, "S21": -64.499754385119189, "W22": -54.454872204472842, "S22": -54.454872204472842, "W31": -86.165259592538291, "S31": -86.165259592538291, "W32": -98.298338881602461, "S32": -103.29833888160246 }, "geometry": { "type": "Point", "coordinates": [ 102117.4, 500080.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81779661016957106, "S11": 0.81779661016957106, "W12": -5.0, "S12": -19.127406800491784, "W13": -20.201052644508373, "S13": -21.680595195379304, "W21": -32.401420237096239, "S21": -37.926025736736833, "W22": -40.067625532345573, "S22": -40.672331164199079, "W31": -69.611034923792943, "S31": -69.623610498158115, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102117.666666666671517, 504102.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47306599763627688, "S11": 0.47306599763627688, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -23.637540215842019, "W21": -60.0, "S21": -67.302506664620708, "W22": -63.009750818713535, "S22": -78.009750818713542, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 501690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4914175791654336, "S11": 1.4914175791654336, "W12": -5.8987251568075942, "S12": -5.8987251568075942, "W13": -17.743931663131342, "S13": -20.597370653745283, "W21": -50.008075152754969, "S21": -71.935574011110461, "W22": -80.0, "S22": -95.560026293249408, "W31": -98.239243319034657, "S31": -98.239243319034657, "W32": -99.063253570766094, "S32": -104.06325357076609 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 502615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7361829957841888, "S12": -4.7361829957841888, "W13": -19.232271001411235, "S13": -20.68259105215785, "W21": -37.196583521711219, "S21": -40.108191260203547, "W22": -70.164422200114899, "S22": -81.975173100641356, "W31": -90.184520326932969, "S31": -90.184520326932969, "W32": -98.634091531725772, "S32": -103.63409153172577 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 503676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48524918051007515, "S11": 0.48524918051007515, "W12": -5.1577465624604066, "S12": -9.650307505160761, "W13": -20.0, "S13": -21.262368759342536, "W21": -37.157354531211411, "S21": -38.581155901074411, "W22": -44.476060183937527, "S22": -44.515299294410028, "W31": -73.344483416343579, "S31": -73.859986573631062, "W32": -91.873541428053997, "S32": -96.873541428053997 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.030669144981412488, "S11": -0.030669144981412488, "W12": -4.304055668212853, "S12": -6.4058180088749666, "W13": -20.099076607247515, "S13": -20.925429219188036, "W21": -33.786219979737005, "S21": -33.83138297844242, "W22": -47.348882647453898, "S22": -47.348882647453898, "W31": -69.040516452189948, "S31": -69.040516452189948, "W32": -83.471863428915867, "S32": -88.471863428915867 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 503934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82415254237286795, "S11": 0.82415254237286795, "W12": -5.0, "S12": -19.148299877099554, "W13": -20.189768958655741, "S13": -21.581280597432787, "W21": -32.531908409703817, "S21": -37.955424187150257, "W22": -37.088451432339255, "S22": -47.609148663336924, "W31": -76.047434709384305, "S31": -76.047434709384305, "W32": -96.625924636448431, "S32": -101.62592463644843 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 504097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0042702093054663, "S12": -12.88202446161786, "W13": -20.0, "S13": -26.662039936180523, "W21": -37.452523032672474, "S21": -37.548223448761242, "W22": -41.074425637699953, "S22": -41.074425637699953, "W31": -69.753760336316887, "S31": -70.668536208103347, "W32": -92.555103379701336, "S32": -97.555103379701336 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 504531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45836439273720658, "S11": 0.45836439273720658, "W12": -8.8275747932401369, "S12": -18.604126841121833, "W13": -21.410103828948987, "S13": -23.70454504061772, "W21": -36.864253871791846, "S21": -36.864253871791846, "W22": -71.312299148112913, "S22": -89.801979046883659, "W31": -101.88990483299123, "S31": -101.88990483299123, "W32": -102.38259840266396, "S32": -107.38259840266396 }, "geometry": { "type": "Point", "coordinates": [ 102118.0, 504761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -23.760132355935689, "W21": -59.301626293473987, "S21": -65.437584560480431, "W22": -71.002674865474646, "S22": -89.509734549335008, "W31": -93.565395324514569, "S31": -93.565395324514569, "W32": -99.43238387903348, "S32": -104.43238387903348 }, "geometry": { "type": "Point", "coordinates": [ 102119.0, 501643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8046263037174883, "S11": 1.8046263037174883, "W12": -3.3371770541527295, "S12": -3.3371770541527295, "W13": -21.217000183587295, "S13": -21.217000183587295, "W21": -35.019590859135818, "S21": -40.445039988164133, "W22": -37.193642429408499, "S22": -48.732150699426704, "W31": -77.046647663694372, "S31": -77.046647663694372, "W32": -96.856288039115043, "S32": -101.85628803911504 }, "geometry": { "type": "Point", "coordinates": [ 102119.0, 508604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7283276402535908, "S11": 1.7283276402535908, "W12": -5.0, "S12": -8.0, "W13": -29.588619231476372, "S13": -29.588619231476372, "W21": -33.292959479053586, "S21": -33.292959479053586, "W22": -45.305898156063009, "S22": -45.305898156063009, "W31": -69.263066390084191, "S31": -70.117078322386632, "W32": -82.870418817729401, "S32": -87.870418817729401 }, "geometry": { "type": "Point", "coordinates": [ 102119.0, 510329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -25.0, "W13": -25.0, "S13": -25.0, "W21": -37.685509934130174, "S21": -38.92165750249746, "W22": -70.980252203398365, "S22": -91.25138906563609, "W31": -93.331579492664616, "S31": -93.331579492664616, "W32": -99.373091649130075, "S32": -104.37309164913007 }, "geometry": { "type": "Point", "coordinates": [ 102120.0, 506708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47675304525033785, "S11": 0.47675304525033785, "W12": -11.892581746125691, "S12": -16.892581746125693, "W13": -23.521353186609296, "S13": -23.521353186609296, "W21": -35.076247142725975, "S21": -37.430767125532626, "W22": -40.945971635845723, "S22": -43.975340284182067, "W31": -77.588268943799406, "S31": -77.588268943799406, "W32": -91.20028002505147, "S32": -96.20028002505147 }, "geometry": { "type": "Point", "coordinates": [ 102120.0, 507346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84763173957273663, "S11": -0.84763173957273663, "W12": -10.000000000000002, "S12": -12.556747833264549, "W13": -25.177822464808965, "S13": -25.177822464808965, "W21": -38.318851467413531, "S21": -40.193700824870177, "W22": -39.18421894408317, "S22": -47.044797877935537, "W31": -74.327626356187608, "S31": -74.966808203423398, "W32": -96.249998845831684, "S32": -101.24999884583168 }, "geometry": { "type": "Point", "coordinates": [ 102120.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25, "S11": -0.25, "W12": -3.95, "S12": -19.75, "W13": -19.76, "S13": -19.76, "W21": -37.150002, "S21": -37.150002, "W22": -47.966950771736144, "S22": -49.846616790716176, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102120.8, 503775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7882786249676919, "S12": -4.7882786249676919, "W13": -15.987372990334054, "S13": -16.862818643501619, "W21": -46.333429391846693, "S21": -55.914362208608935, "W22": -74.997730728190419, "S22": -74.997730728190419, "W31": -99.844247623664117, "S31": -99.844247623664117, "W32": -101.56696324045892, "S32": -106.56696324045892 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 498841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.801479691421136, "S12": -4.801479691421136, "W13": -15.977513720692855, "S13": -16.977513720692855, "W21": -46.742535738912963, "S21": -56.302669654838567, "W22": -39.694620868616639, "S22": -54.694620868616639, "W31": -79.73015917261759, "S31": -79.73015917261759, "W32": -97.719746111863557, "S32": -102.71974611186356 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 498866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.834355179704017, "S11": 2.7569330060284298, "W12": -7.4433982016439648, "S12": -7.4433982016439648, "W13": -19.933448206972329, "S13": -19.933448206972329, "W21": -51.153032668959227, "S21": -76.153032668959227, "W22": -40.395495023561843, "S22": -40.395495023561843, "W31": -71.468923303355325, "S31": -76.39460938490511, "W32": -95.563388698419644, "S32": -100.56338869841964 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 500889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4333113913132271, "S11": 0.4333113913132271, "W12": -4.1462292241892698, "S12": -4.1462292241892698, "W13": -18.466233407930069, "S13": -21.584621169922272, "W21": -39.748027665293961, "S21": -42.960898464544968, "W22": -39.861868980869133, "S22": -39.861868980869133, "W31": -64.827043124677857, "S31": -64.832386908076501, "W32": -93.244904561630534, "S32": -98.244904561630534 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 503467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36741926727305085, "S11": 0.36741926727305085, "W12": -9.9999999999999982, "S12": -20.0, "W13": -24.051498986263432, "S13": -24.051498986263432, "W21": -38.054353608064574, "S21": -38.054353608064574, "W22": -39.815145802000387, "S22": -44.22156422252629, "W31": -61.208470953953757, "S31": -62.153856233277544, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102121.0, 506139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8075597781301718, "S11": 2.7276482376175979, "W12": -4.9925333490733088, "S12": -4.9925333490733088, "W13": -17.197948858200704, "S13": -17.197948858200704, "W21": -51.478741086268833, "S21": -60.884710736522365, "W22": -43.233076644234515, "S22": -43.233076644234515, "W31": -70.849792125130136, "S31": -71.22402112849835, "W32": -92.027541601746705, "S32": -97.027541601746705 }, "geometry": { "type": "Point", "coordinates": [ 102122.0, 499082.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.072242087140776068, "S11": 0.072242087140776068, "W12": -9.176176890156917, "S12": -9.176176890156917, "W13": -17.014697614649425, "S13": -20.088808151472247, "W21": -60.0, "S21": -68.564884079020615, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.671065236873829, "S32": -85.671065236873829 }, "geometry": { "type": "Point", "coordinates": [ 102122.0, 501945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44929317015012704, "S11": 0.44929317015012704, "W12": -4.5468963683330799, "S12": -4.5468963683330799, "W13": -18.728725319672744, "S13": -22.872925499132688, "W21": -41.461046388736484, "S21": -46.461046388736484, "W22": -44.399779722496987, "S22": -45.327355997109827, "W31": -82.936588544714596, "S31": -82.936588544714596, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102123.0, 503358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35410124588950392, "S11": 0.35410124588950392, "W12": -13.371505812746458, "S12": -13.371505812746458, "W13": -23.597503311514611, "S13": -23.612826295991322, "W21": -34.62650250886454, "S21": -36.065332691731257, "W22": -76.288454746841921, "S22": -107.98732494102865, "W31": -107.98732494102865, "S31": -107.98732494102865, "W32": -107.98732494102865, "S32": -109.84020365599314 }, "geometry": { "type": "Point", "coordinates": [ 102123.0, 507313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57956391307768973, "S11": -0.57956391307768973, "W12": -10.248323459715639, "S12": -11.511237677478134, "W13": -30.0, "S13": -30.0, "W21": -37.226698351710247, "S21": -37.226698351710247, "W22": -68.22315242494227, "S22": -74.953587207550967, "W31": -100.0, "S31": -100.0, "W32": -104.36416651300019, "S32": -109.36416651300019 }, "geometry": { "type": "Point", "coordinates": [ 102123.0, 509737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17, "S11": -0.18, "W12": -2.57, "S12": -14.37, "W13": -14.38, "S13": -26.27, "W21": -34.57, "S21": -36.804927054785644, "W22": -74.572566103542826, "S22": -97.875220970799546, "W31": -98.478523685783017, "S31": -98.478523685783017, "W32": -100.19160997732429, "S32": -105.19160997732429 }, "geometry": { "type": "Point", "coordinates": [ 102123.5, 504008.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0666449743572475, "S11": 3.0666449743572475, "W12": -4.6993279072761993, "S12": -9.894146272274476, "W13": -22.55787614796381, "S13": -22.55787614796381, "W21": -36.290732180665366, "S21": -40.276118089427015, "W22": -70.0, "S22": -103.45075802091903, "W31": -103.45075802091903, "S31": -103.45075802091903, "W32": -103.45075802091903, "S32": -107.94378152294254 }, "geometry": { "type": "Point", "coordinates": [ 102124.8, 507721.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9483295467853079, "S12": -8.9483295467853079, "W13": -21.29122226510064, "S13": -21.29122226510064, "W21": -43.529267773639518, "S21": -46.161413148613327, "W22": -39.865288705577207, "S22": -39.865288705577207, "W31": -64.633612049710791, "S31": -64.640737094242326, "W32": -93.140569395017792, "S32": -98.140569395017792 }, "geometry": { "type": "Point", "coordinates": [ 102125.168539325837628, 516325.752808988792822 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0911733615221992, "S11": 2.8547651348267244, "W12": -7.0540068898168151, "S12": -7.0540068898168151, "W13": -20.0, "S13": -20.0, "W21": -51.509003215434085, "S21": -71.312299148112913, "W22": -40.13530130613762, "S22": -40.13530130613762, "W31": -70.419746642325876, "S31": -71.419746642325876, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102126.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1129287959546477, "S11": 2.5733717244068139, "W12": -7.3013627264211012, "S12": -7.3013627264211012, "W13": -19.263829999200414, "S13": -20.229439616128779, "W21": -45.774877426442515, "S21": -70.774877426442515, "W22": -75.958266884170854, "S22": -86.764687399885204, "W31": -92.053664436694845, "S31": -92.053664436694845, "W32": -98.009442367880098, "S32": -103.0094423678801 }, "geometry": { "type": "Point", "coordinates": [ 102126.666666666671517, 503099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051005212211466783, "S11": 0.051005212211466783, "W12": -4.2723297869383661, "S12": -4.2723297869383661, "W13": -19.945433050520016, "S13": -20.541826085346106, "W21": -34.024191446151015, "S21": -34.075444829698135, "W22": -70.011044379845259, "S22": -100.01104437984526, "W31": -100.03387076615424, "S31": -100.03387076615424, "W32": -100.03387076615424, "S32": -103.69543876871298 }, "geometry": { "type": "Point", "coordinates": [ 102127.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3602460061182862, "S11": 1.3602460061182862, "W12": -10.0, "S12": -11.87101125230517, "W13": -30.0, "S13": -30.0, "W21": -35.220184759890358, "S21": -35.220184759890358, "W22": -77.546432840773619, "S22": -87.648224985020349, "W31": -92.951128649688656, "S31": -92.951128649688656, "W32": -98.125589770857161, "S32": -103.12558977085716 }, "geometry": { "type": "Point", "coordinates": [ 102127.0, 509922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.8376215564144207, "S12": -8.8376215564144207, "W13": -22.297764161690615, "S13": -22.297764161690615, "W21": -42.902085773718646, "S21": -46.055158325815974, "W22": -76.143112701252235, "S22": -97.856764902709315, "W31": -98.767909381752432, "S31": -98.767909381752432, "W32": -100.97905130687317, "S32": -105.97905130687317 }, "geometry": { "type": "Point", "coordinates": [ 102127.504587155970512, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8697610144691921, "S11": 2.643942849568353, "W12": -7.257142857142858, "S12": -7.257142857142858, "W13": -19.247219176060419, "S13": -20.785066972503394, "W21": -45.450584358530271, "S21": -70.450584358530278, "W22": -71.379458661409799, "S22": -84.466823075071659, "W31": -93.988235571608911, "S31": -93.988235571608911, "W32": -99.546866660490394, "S32": -104.54686666049039 }, "geometry": { "type": "Point", "coordinates": [ 102128.0, 503118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46536727572611641, "S11": 0.46536727572611641, "W12": -13.441155043380357, "S12": -13.441155043380357, "W13": -23.310396729533142, "S13": -23.310396729533142, "W21": -36.383345540814261, "S21": -36.383345540814261, "W22": -40.0, "S22": -49.245161882050809, "W31": -81.207426785963236, "S31": -81.207426785963236, "W32": -97.968560490061492, "S32": -102.96856049006149 }, "geometry": { "type": "Point", "coordinates": [ 102128.0, 507021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76389315320852869, "S11": 0.76389315320852869, "W12": -5.0, "S12": -19.568619418271204, "W13": -20.331054241285251, "S13": -21.888955990452978, "W21": -33.162996980945472, "S21": -39.18421894408317, "W22": -68.628031177829101, "S22": -83.445422482176923, "W31": -99.982813802196674, "S31": -99.982813802196674, "W32": -104.44553291536052, "S32": -109.44553291536052 }, "geometry": { "type": "Point", "coordinates": [ 102129.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.235116303345569, "S12": -10.235116303345569, "W13": -15.96, "S13": -17.689874990327052, "W21": -20.0, "S21": -20.0, "W22": -73.140506177129581, "S22": -98.379509693350641, "W31": -98.379509693350641, "S31": -98.379509693350641, "W32": -100.6129627800476, "S32": -105.6129627800476 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 496783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9914904862579279, "S11": 2.8353135337729469, "W12": -7.2178913688210429, "S12": -7.2178913688210429, "W13": -20.0, "S13": -20.0, "W21": -50.832584742788967, "S21": -74.997730728190419, "W22": -50.0, "S22": -51.428226011793782, "W31": -68.67741047136758, "S31": -70.341232058634574, "W32": -91.223958333333329, "S32": -96.223958333333329 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 500851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2107223841917722, "S11": 1.2107223841917722, "W12": -4.8176394846991615, "S12": -4.8176394846991615, "W13": -18.661911351448033, "S13": -19.806009947255607, "W21": -37.234767815389965, "S21": -39.638370216991035, "W22": -44.342793080191711, "S22": -44.349526044082495, "W31": -72.848253992004231, "S31": -73.418055518653759, "W32": -92.029045911998992, "S32": -97.029045911998992 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 503653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41064711334023885, "S11": 0.41064711334023885, "W12": -5.394917864819269, "S12": -13.814745817863436, "W13": -19.992936960525107, "S13": -28.116274087450719, "W21": -37.757533748609845, "S21": -40.395495023561843, "W22": -75.611897079464683, "S22": -98.262870530792114, "W31": -98.26383002376221, "S31": -98.26383002376221, "W32": -100.12556689342404, "S32": -105.12556689342404 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 504352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2376716741581566, "S12": -17.148522541842613, "W13": -20.23447011668787, "S13": -25.06862872276378, "W21": -37.109932020666086, "S21": -37.446963920804784, "W22": -80.0, "S22": -96.857087286051296, "W31": -99.199655679446934, "S31": -99.199655679446934, "W32": -100.08421112083816, "S32": -105.08421112083816 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 504637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7529279725358169, "S12": -19.294531813586225, "W13": -22.54606640128042, "S13": -22.54606640128042, "W21": -36.501201323754827, "S21": -36.501201323754827, "W22": -70.411834633305205, "S22": -88.731775521824645, "W31": -91.028845983369692, "S31": -91.028845983369692, "W32": -98.817030995940584, "S32": -103.81703099594058 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 504875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1660380205190104, "S11": 1.1660380205190104, "W12": -10.531117521156988, "S12": -10.531117521156988, "W13": -23.280140140365088, "S13": -23.280140140365088, "W21": -35.759793552548793, "S21": -39.588845766256703, "W22": -44.955179431981065, "S22": -47.138470063498112, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102130.0, 507407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5545022959556738, "S11": 0.5545022959556738, "W12": -15.0, "S12": -15.0, "W13": -24.163377263793556, "S13": -24.163377263793556, "W21": -43.82456143157787, "S21": -45.504786681643743, "W22": -70.687145055203487, "S22": -95.81941388265821, "W31": -95.81941388265821, "S31": -95.81941388265821, "W32": -99.014249607928022, "S32": -104.01424960792802 }, "geometry": { "type": "Point", "coordinates": [ 102130.5, 513197.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3736095965103594, "S11": 3.3736095965103594, "W12": -4.1965590792015455, "S12": -4.1965590792015455, "W13": -17.009971098265897, "S13": -17.27873926260277, "W21": -36.823959888439305, "S21": -44.399779722496987, "W22": -45.349440894568694, "S22": -51.547276352699484, "W31": -83.715939537940443, "S31": -83.715939537940443, "W32": -98.106183044119604, "S32": -103.1061830441196 }, "geometry": { "type": "Point", "coordinates": [ 102131.0, 498147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3265326633165828, "S11": 2.3265326633165828, "W12": -11.058068185735461, "S12": -13.17019325647683, "W13": -20.704012823938015, "S13": -21.280916577616331, "W21": -46.288454746841936, "S21": -76.288454746841921, "W22": -40.041400771318465, "S22": -40.041400771318465, "W31": -69.512094342006051, "S31": -69.53675845593861, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102131.0, 500024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0326080288678394, "S11": 2.8424268786011968, "W12": -10.0, "S12": -10.0, "W13": -20.450742080217541, "S13": -22.394780681266923, "W21": -48.40631336102723, "S21": -62.779521596627959, "W22": -50.0, "S22": -50.557213303084453, "W31": -68.780088618770222, "S31": -72.876352416927134, "W32": -87.106410023606315, "S32": -92.106410023606315 }, "geometry": { "type": "Point", "coordinates": [ 102131.0, 500245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5140915861803759, "S11": 2.5140915861803759, "W12": -7.9818328551451607, "S12": -7.9818328551451607, "W13": -19.731546863093719, "S13": -22.478385734044647, "W21": -51.866523902171409, "S21": -70.634806953821879, "W22": -43.652311063580136, "S22": -43.652311063580136, "W31": -70.0, "S31": -70.0, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102131.2, 501035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0051141340411416, "S11": 3.0051141340411416, "W12": -8.8582627444071473, "S12": -8.8582627444071473, "W13": -20.291266077498303, "S13": -22.397733506870239, "W21": -49.822281460568384, "S21": -66.73236500153277, "W22": -50.0, "S22": -50.484354707465066, "W31": -68.797013110860007, "S31": -73.327375170051042, "W32": -86.317777374250525, "S32": -91.317777374250525 }, "geometry": { "type": "Point", "coordinates": [ 102132.0, 500391.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2877522455618395, "S12": -17.282823246618054, "W13": -20.287820960041586, "S13": -25.023934968451684, "W21": -37.085230950713523, "S21": -37.409780187884117, "W22": -72.393060830224258, "S22": -77.301734087526071, "W31": -94.706522632094078, "S31": -94.706522632094078, "W32": -99.69033978668655, "S32": -104.69033978668655 }, "geometry": { "type": "Point", "coordinates": [ 102132.0, 504642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.831297457906899, "W13": -23.354241041431735, "S13": -23.354241041431735, "W21": -38.269452905890098, "S21": -38.269452905890098, "W22": -70.495887124682525, "S22": -87.556955826972597, "W31": -102.49496937882765, "S31": -102.49496937882765, "W32": -102.49496937882765, "S32": -105.86535764683197 }, "geometry": { "type": "Point", "coordinates": [ 102132.0, 505918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0185548627103773, "S11": 1.0185548627103773, "W12": -10.0, "S12": -10.0, "W13": -19.24944422487923, "S13": -23.26445298073341, "W21": -55.768705398685931, "S21": -60.212420510218379, "W22": -44.954580228538489, "S22": -44.954580228538489, "W31": -82.473704995964653, "S31": -82.473704995964653, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102132.2, 501554.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4173422554292046, "S11": 3.1384280823980291, "W12": -5.5969039706139583, "S12": -5.5969039706139583, "W13": -19.722822757670119, "S13": -20.722822757670119, "W21": -49.505963155574229, "S21": -59.531712528345921, "W22": -70.0, "S22": -103.64084191670399, "W31": -103.64084191670399, "S31": -103.64084191670399, "W32": -103.64084191670399, "S32": -107.77586418993727 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 499686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79802752747071826, "S11": 0.79802752747071826, "W12": -10.0, "S12": -10.000000000000002, "W13": -20.0, "S13": -23.871588271227893, "W21": -58.781666073228727, "S21": -64.613832698341028, "W22": -37.769375801202898, "S22": -47.599019686505073, "W31": -74.85740412643392, "S31": -74.85740412643392, "W32": -96.38488694765654, "S32": -101.38488694765654 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 501611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5032833039986411, "S12": -5.5032833039986411, "W13": -15.925154312140499, "S13": -20.563448355689175, "W21": -51.436031331592687, "S21": -72.546247035248641, "W22": -40.226584560133787, "S22": -60.226584560133787, "W31": -71.209276715130372, "S31": -72.134951502135877, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 502560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3765638338829276, "S11": 2.5309022762220454, "W12": -7.9606266979339111, "S12": -7.9606266979339111, "W13": -19.326556870332585, "S13": -19.326556870332585, "W21": -46.379458661409799, "S21": -71.379458661409799, "W22": -40.055587264722568, "S22": -60.055587264722568, "W31": -69.657288673546049, "S31": -69.821036490286616, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 503061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.497690531177829, "S11": 1.497690531177829, "W12": -5.0, "S12": -5.0, "W13": -18.12503965345163, "S13": -20.181083107551945, "W21": -38.063363192484402, "S21": -40.0, "W22": -40.576683101230515, "S22": -46.913410244051207, "W31": -80.0, "S31": -80.076301641689454, "W32": -90.325325840713163, "S32": -95.325325840713163 }, "geometry": { "type": "Point", "coordinates": [ 102133.0, 503572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0608885881822281, "S11": 2.881105313001791, "W12": -10.0, "S12": -10.0, "W13": -20.467511624745072, "S13": -22.179404054687879, "W21": -48.278867945410717, "S21": -62.379493131478, "W22": -70.040567014781203, "S22": -92.339061423761194, "W31": -100.0, "S31": -100.0, "W32": -104.00495722395482, "S32": -109.00495722395482 }, "geometry": { "type": "Point", "coordinates": [ 102134.0, 500229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7107057955570131, "S11": 2.6108854970962052, "W12": -6.3406182844577579, "S12": -6.3406182844577579, "W13": -20.0, "S13": -22.341626232345398, "W21": -50.0, "S21": -72.800244305525609, "W22": -46.080107461228479, "S22": -46.080107461228479, "W31": -69.132793846555444, "S31": -69.790744656247398, "W32": -83.205795660666951, "S32": -88.205795660666951 }, "geometry": { "type": "Point", "coordinates": [ 102134.0, 502680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6463582702758934, "S12": -11.731382448642101, "W13": -24.531918428375626, "S13": -24.531918428375626, "W21": -38.245019171172686, "S21": -40.761848514730254, "W22": -70.557640967011082, "S22": -84.334494098990234, "W31": -103.3761453287741, "S31": -103.3761453287741, "W32": -103.3761453287741, "S32": -108.22701688555347 }, "geometry": { "type": "Point", "coordinates": [ 102134.0, 508931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40977452024763278, "S11": 0.40977452024763278, "W12": -13.592007373424584, "S12": -16.157550444585361, "W13": -23.413488433442836, "S13": -23.413488433442836, "W21": -34.796395268802542, "S21": -36.6539386768141, "W22": -45.051525783441392, "S22": -46.356005348819835, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102134.666666666671517, 507335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0505908766369192, "S12": -8.0505908766369192, "W13": -19.709550419100839, "S13": -22.733979434071916, "W21": -51.769844482456946, "S21": -69.690394158653447, "W22": -37.20813146036879, "S22": -48.373296699006289, "W31": -75.994159111405565, "S31": -75.994159111405565, "W32": -96.643423053238322, "S32": -101.64342305323832 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -20.0, "W21": -53.815941470927996, "S21": -69.278587941972305, "W22": -42.33623316562619, "S22": -46.950554803753363, "W31": -73.93272940073048, "S31": -74.623227096369803, "W32": -96.173946462425803, "S32": -101.1739464624258 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 502228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -18.865912339092127, "S13": -23.361996848432177, "W21": -42.422594409898196, "S21": -47.924480753955464, "W22": -40.213576020506068, "S22": -56.706467015766734, "W31": -70.772709991216232, "S31": -71.676391917577703, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102135.0, 503297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45088428882072074, "S11": 0.45088428882072074, "W12": -8.9005852957364979, "S12": -9.0936052387564921, "W13": -18.146153984219104, "S13": -19.093842712442719, "W21": -24.298303196225024, "S21": -24.298303196225024, "W22": -43.875345483429051, "S22": -44.782429900808154, "W31": -76.035502717701945, "S31": -76.364447781929286, "W32": -91.753810153748262, "S32": -96.753810153748262 }, "geometry": { "type": "Point", "coordinates": [ 102135.666666666671517, 497007.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4212151148431711, "S11": 1.4212151148431711, "W12": -5.0, "S12": -5.0, "W13": -19.004111286915681, "S13": -24.004111286915681, "W21": -43.488101012986064, "S21": -50.773250880793448, "W22": -40.877856605668946, "S22": -44.135874404618434, "W31": -78.003993396431326, "S31": -78.003993396431326, "W32": -91.248381091197487, "S32": -96.248381091197487 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 503233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1167883211678831, "S12": -4.1167883211678831, "W13": -18.32113294499635, "S13": -20.708507763741828, "W21": -38.742573460935404, "S21": -42.200297377915483, "W22": -43.225918277442126, "S22": -46.828279777994283, "W31": -73.813722390805964, "S31": -74.640513191890022, "W32": -96.145692764351992, "S32": -101.14569276435199 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 503527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40759892204485698, "S11": 0.40759892204485698, "W12": -10.0, "S12": -18.58662160819004, "W13": -23.95827612197559, "S13": -23.95827612197559, "W21": -38.141267414323757, "S21": -38.141267414323757, "W22": -39.77991420754951, "S22": -39.77991420754951, "W31": -70.062156007437451, "S31": -73.324107872820846, "W32": -95.222761691615716, "S32": -100.22276169161572 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 506162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0502635668572626, "S11": -1.0502635668572626, "W12": -10.0, "S12": -12.308589607635206, "W13": -26.478023556449298, "S13": -26.478023556449298, "W21": -40.0, "S21": -40.330409690017937, "W22": -40.254786546376501, "S22": -41.387161966737246, "W31": -72.845760722941776, "S31": -73.008389502692353, "W32": -90.039441285040709, "S32": -95.039441285040709 }, "geometry": { "type": "Point", "coordinates": [ 102136.0, 509182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7606823045413558, "S11": 1.7606823045413558, "W12": -15.0, "S12": -15.0, "W13": -23.830973627008422, "S13": -23.830973627008422, "W21": -41.347486068523679, "S21": -43.652311063580136, "W22": -80.0, "S22": -95.248200677392035, "W31": -96.840302972887571, "S31": -96.840302972887571, "W32": -98.644023749279455, "S32": -103.64402374927946 }, "geometry": { "type": "Point", "coordinates": [ 102136.384615384609788, 512440.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0198473646592698, "S11": -1.0198473646592698, "W12": -10.0, "S12": -12.111187851050325, "W13": -26.796466532605741, "S13": -26.796466532605741, "W21": -40.0, "S21": -40.0, "W22": -80.0, "S22": -95.472382128558053, "W31": -98.587402117470916, "S31": -98.587402117470916, "W32": -98.88468750960682, "S32": -103.88468750960682 }, "geometry": { "type": "Point", "coordinates": [ 102137.0, 509226.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4007281431513343, "S11": 3.4007281431513343, "W12": -9.0633263991802249, "S12": -9.0633263991802249, "W13": -19.408871930306532, "S13": -19.962765173627179, "W21": -47.393060830224258, "S21": -72.393060830224258, "W22": -61.603186594423313, "S22": -74.76414186160244, "W31": -89.84798355859634, "S31": -89.84798355859634, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102137.285714285710128, 502999.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3306031651545633, "S11": 3.1987564326415505, "W12": -7.8027527029783768, "S12": -7.8027527029783768, "W13": -20.61591372373238, "S13": -21.61591372373238, "W21": -47.833557319711836, "S21": -52.540021249890479, "W22": -54.353083434099148, "S22": -57.103335519533189, "W31": -86.53922956372277, "S31": -86.53922956372277, "W32": -98.32228783634541, "S32": -103.32228783634541 }, "geometry": { "type": "Point", "coordinates": [ 102137.5, 499848.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.349686091435931, "S12": -4.349686091435931, "W13": -17.262625730994152, "S13": -17.69753349876699, "W21": -36.586475292397658, "S21": -44.954580228538489, "W22": -39.922214320922954, "S22": -40.264929476879537, "W31": -62.412787164215388, "S31": -62.638116697524971, "W32": -91.357570365577487, "S32": -96.357570365577487 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 498073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0260743198407432, "S11": 3.0260743198407432, "W12": -8.8524106986469739, "S12": -8.8524106986469739, "W13": -20.275339768864718, "S13": -22.293199920507515, "W21": -50.0, "S21": -66.326396013483802, "W22": -43.539792549362275, "S22": -43.539792549362275, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 500405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2055084745762421, "S11": 1.2020079654112741, "W12": -5.2160039628884682, "S12": -20.216003962888468, "W13": -20.359381237524875, "S13": -21.054371541186846, "W21": -32.188810663070427, "S21": -37.769375801202898, "W22": -50.0, "S22": -50.0, "W31": -68.871453394503149, "S31": -73.693823417065005, "W32": -84.590039434872466, "S32": -89.590039434872466 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 504084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9648556971723625, "S12": -14.90461473331694, "W13": -22.725698262590718, "S13": -22.725698262590718, "W21": -38.455793046098457, "S21": -38.455793046098457, "W22": -62.982376557196439, "S22": -77.77377093458297, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53523998528825889, "S11": 0.53523998528825889, "W12": -10.0, "S12": -10.0, "W13": -25.0, "S13": -25.0, "W21": -38.006541660290289, "S21": -38.006541660290289, "W22": -74.057235372508401, "S22": -86.771602658955047, "W31": -96.659651303991765, "S31": -96.659651303991765, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 506395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -30.0, "W13": -30.0, "S13": -30.0, "W21": -37.283545892264172, "S21": -39.016512736449123, "W22": -40.213150067165614, "S22": -56.709978387198348, "W31": -70.741770127299191, "S31": -71.641287136958994, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102138.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.991981656893719, "S11": 2.7997098407246597, "W12": -10.0, "S12": -10.0, "W13": -20.407540448674396, "S13": -22.801930249539101, "W21": -48.836935705601988, "S21": -70.040567014781203, "W22": -40.156744396572634, "S22": -51.319579101842763, "W31": -70.0, "S31": -70.188603929440816, "W32": -90.077203406721523, "S32": -95.077203406721523 }, "geometry": { "type": "Point", "coordinates": [ 102138.333333333328483, 500283.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54889421752872058, "S11": -0.54889421752872058, "W12": -10.123864928909951, "S12": -11.76921023559893, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.253358977046588, "S21": -36.253358977046588, "W22": -50.0, "S22": -51.000801895179926, "W31": -68.712985932245147, "S31": -71.674004633634311, "W32": -89.798743206521735, "S32": -94.798743206521735 }, "geometry": { "type": "Point", "coordinates": [ 102138.5, 509849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2157258834765998, "S11": 3.2157258834765998, "W12": -9.9745646644492272, "S12": -10.775604562581655, "W13": -21.117376436013892, "S13": -21.600933984593862, "W21": -46.835448572285792, "S21": -64.636860814044809, "W22": -73.675452702230302, "S22": -98.339814990578162, "W31": -98.339814990578162, "S31": -98.339814990578162, "W32": -100.58837336685673, "S32": -105.58837336685673 }, "geometry": { "type": "Point", "coordinates": [ 102139.5, 499945.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48575799929981911, "S11": 0.48575799929981911, "W12": -7.0075269944438627, "S12": -9.1183991499846222, "W13": -17.105429064779184, "S13": -18.105429064779184, "W21": -28.731784200825675, "S21": -28.731784200825675, "W22": -56.8037081821846, "S22": -60.045985201159759, "W31": -87.013927506192815, "S31": -87.013927506192815, "W32": -98.35844029364759, "S32": -103.35844029364759 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 497454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013850546372407815, "S11": -0.02174286078032122, "W12": -2.8529811290863445, "S12": -15.084221682418994, "W13": -15.084221682418994, "S13": -24.867266203387281, "W21": -34.053143920371582, "S21": -36.46002343605462, "W22": -37.329450392939052, "S22": -49.693050867667878, "W31": -77.128488501451386, "S31": -77.128488501451386, "W32": -96.906769256266799, "S32": -101.9067692562668 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60949493398835541, "S11": 0.60949493398835541, "W12": -5.0118966044283617, "S12": -20.011896604428365, "W13": -20.451230746554604, "S13": -22.052351508804371, "W21": -36.297893855459456, "S21": -42.33623316562619, "W22": -50.0, "S22": -50.276553158070534, "W31": -68.831159735956547, "S31": -74.305641698438507, "W32": -84.890511549119736, "S32": -89.890511549119736 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9913464728490133, "S12": -14.991346472849013, "W13": -22.748599173819301, "S13": -22.748599173819301, "W21": -38.44960664041237, "S21": -38.44960664041237, "W22": -50.0, "S22": -50.0, "W31": -68.887597952409521, "S31": -73.032164002660551, "W32": -84.447582866681458, "S32": -89.447582866681458 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26244908183705973, "S11": 0.26244908183705973, "W12": -15.000000000000002, "S12": -18.0, "W13": -23.378834728625179, "S13": -23.434893291522506, "W21": -34.740086415284786, "S21": -37.816402477998878, "W22": -53.573845365287156, "S22": -53.573845365287156, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102140.0, 507212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4753133781748804, "S11": 0.4753133781748804, "W12": -13.315164359670739, "S12": -13.315164359670739, "W13": -23.198237144621466, "S13": -23.198237144621466, "W21": -36.407577561631953, "S21": -36.407577561631953, "W22": -73.248407949866277, "S22": -106.14385028731147, "W31": -106.14385028731147, "S31": -106.14385028731147, "W32": -106.14385028731147, "S32": -108.57199968017886 }, "geometry": { "type": "Point", "coordinates": [ 102140.333333333328483, 506999.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0281356956442611, "S12": -19.563742739314591, "W13": -20.478360601370728, "S13": -22.028916654035854, "W21": -37.209347770859011, "S21": -43.225918277442126, "W22": -44.448381968510695, "S22": -45.329056381117532, "W31": -83.088069574418611, "S31": -83.088069574418611, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102141.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3939774213413916, "S12": -10.640707775608023, "W13": -20.0, "S13": -27.530099159782839, "W21": -37.492008766702305, "S21": -37.68654472491847, "W22": -39.323771931632024, "S22": -53.246590164644658, "W31": -79.26402728664641, "S31": -79.26402728664641, "W32": -97.388144752167065, "S32": -102.38814475216707 }, "geometry": { "type": "Point", "coordinates": [ 102141.0, 504462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.904165499579847, "S12": -14.904165499579847, "W13": -24.844801847731176, "S13": -24.844801847731176, "W21": -37.906584541169558, "S21": -37.906584541169558, "W22": -76.614489970352764, "S22": -95.921199366448249, "W31": -99.036317194362027, "S31": -99.036317194362027, "W32": -100.17040296594021, "S32": -105.17040296594021 }, "geometry": { "type": "Point", "coordinates": [ 102141.0, 506584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8838197374589782, "S12": -9.8838197374589782, "W13": -18.066821942012691, "S13": -21.341112969441806, "W21": -60.0, "S21": -69.466297726639326, "W22": -80.0, "S22": -96.329744516388089, "W31": -98.670756646216773, "S31": -98.670756646216773, "W32": -99.558975876868431, "S32": -104.55897587686843 }, "geometry": { "type": "Point", "coordinates": [ 102142.0, 501861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039796053502847262, "S11": 0.039796053502847262, "W12": -8.3693812760482214, "S12": -8.3693812760482214, "W13": -16.433059539693126, "S13": -19.211814614118026, "W21": -57.375153751537511, "S21": -67.683220715969455, "W22": -79.955001124971886, "S22": -98.386977276928263, "W31": -98.588150456465584, "S31": -98.588150456465584, "W32": -100.71143850499783, "S32": -105.71143850499783 }, "geometry": { "type": "Point", "coordinates": [ 102142.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5, "S12": -6.5, "W13": -21.142758061402894, "S13": -21.142758061402894, "W21": -43.697562017491045, "S21": -44.886406199428961, "W22": -40.0, "S22": -43.571533274699497, "W31": -72.753977722747464, "S31": -73.048105569955069, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102142.29310344827536, 516615.543103448289912 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9194172320847516, "S12": -4.9194172320847516, "W13": -16.386833256821181, "S13": -16.821213357796871, "W21": -48.653063957283351, "S21": -58.113083868729824, "W22": -44.551064448367384, "S22": -44.551064448367384, "W31": -72.983220806175538, "S31": -73.598866399986917, "W32": -92.127259270279978, "S32": -97.127259270279978 }, "geometry": { "type": "Point", "coordinates": [ 102142.666666666671517, 498990.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45278682570847933, "S11": 0.45278682570847933, "W12": -3.1904065832927295, "S12": -3.1904065832927295, "W13": -18.503550506206278, "S13": -21.625848409787224, "W21": -39.802305530882975, "S21": -43.656942369357402, "W22": -76.717014457902096, "S22": -98.507279944627669, "W31": -98.507279944627669, "S31": -98.507279944627669, "W32": -99.929891710231502, "S32": -104.9298917102315 }, "geometry": { "type": "Point", "coordinates": [ 102143.0, 503456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48298554429847662, "S11": 0.48298554429847662, "W12": -8.3610858141766826, "S12": -18.169104877054579, "W13": -21.212568911505997, "S13": -24.089184231935068, "W21": -36.783125085725537, "S21": -36.783125085725537, "W22": -37.174313324128121, "S22": -47.969900643461315, "W31": -75.190911277655744, "S31": -75.190911277655744, "W32": -96.477359081415869, "S32": -101.47735908141587 }, "geometry": { "type": "Point", "coordinates": [ 102143.0, 504734.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8025219479598529, "S11": 1.8025219479598529, "W12": -15.0, "S12": -15.0, "W13": -23.695955603266029, "S13": -23.695955603266029, "W21": -41.283824866659373, "S21": -43.539792549362275, "W22": -36.573805885421734, "S22": -36.573805885421734, "W31": -70.0, "S31": -70.0, "W32": -78.690052702218864, "S32": -83.690052702218864 }, "geometry": { "type": "Point", "coordinates": [ 102143.0, 512442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88625615440528294, "S11": -0.88625615440528294, "W12": -10.324574674535899, "S12": -10.724835731289781, "W13": -28.280829649927089, "S13": -28.280829649927089, "W21": -40.0, "S21": -40.0, "W22": -80.0, "S22": -97.171171510314707, "W31": -98.923819146968, "S31": -98.923819146968, "W32": -100.29776340685098, "S32": -105.29776340685098 }, "geometry": { "type": "Point", "coordinates": [ 102143.428571428565192, 509430.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.774821088145023, "S12": -8.774821088145023, "W13": -24.396407976956365, "S13": -24.396407976956365, "W21": -42.632811699215416, "S21": -46.492850104551501, "W22": -75.015575597970241, "S22": -98.488396179297567, "W31": -98.488396179297567, "S31": -98.488396179297567, "W32": -100.70043370897493, "S32": -105.70043370897493 }, "geometry": { "type": "Point", "coordinates": [ 102143.803278688530554, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7668531739711515, "S11": 2.678487792371977, "W12": -5.0, "S12": -5.0, "W13": -16.998773062690571, "S13": -16.998773062690571, "W21": -51.106103905620287, "S21": -60.503901041525488, "W22": -37.537204358361208, "S22": -47.706934010085767, "W31": -74.480022519257858, "S31": -74.480022519257858, "W32": -96.315467629852861, "S32": -101.31546762985286 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 499082.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5178537352906711, "S11": 3.1272794131792394, "W12": -8.5557789214479492, "S12": -8.5557789214479492, "W13": -19.719509778357235, "S13": -21.113609157239221, "W21": -49.616630620888529, "S21": -74.057235372508401, "W22": -40.541800315386453, "S22": -47.080880159220186, "W31": -80.0, "S31": -80.052910739625517, "W32": -90.375599458648395, "S32": -95.375599458648395 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 502833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.827309236947791, "W13": -22.678441007543135, "S13": -22.678441007543135, "W21": -38.483686167799391, "S21": -38.483686167799391, "W22": -40.82, "S22": -44.1, "W31": -68.992628750509326, "S31": -70.217079925822617, "W32": -93.632591732371651, "S32": -98.632591732371651 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56026629292221453, "S11": 0.56026629292221453, "W12": -12.810931791721869, "S12": -12.810931791721869, "W13": -25.0, "S13": -25.0, "W21": -37.974619441671159, "S21": -37.974619441671159, "W22": -50.0, "S22": -50.0, "W31": -68.881157034841209, "S31": -73.056958432354961, "W32": -84.465549991365918, "S32": -89.465549991365918 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 506509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1588992878942015, "S11": -1.1588992878942015, "W12": -10.0, "S12": -12.823770491803279, "W13": -25.598391266877336, "S13": -25.598391266877336, "W21": -40.0, "S21": -41.376107500854872, "W22": -40.984921905532723, "S22": -40.984921905532723, "W31": -69.843711834741441, "S31": -70.373833571213623, "W32": -92.878681332198838, "S32": -97.878681332198838 }, "geometry": { "type": "Point", "coordinates": [ 102144.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4269864833190327, "W12": -6.1696596413531761, "S12": -6.1696596413531761, "W13": -19.280115645192186, "S13": -21.839716349831058, "W21": -50.000000000000007, "S21": -72.438169145649212, "W22": -76.564143536936825, "S22": -89.560419878825229, "W31": -92.141507087925689, "S31": -92.141507087925689, "W32": -97.867432323010405, "S32": -102.86743232301041 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 502659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4505623588428212, "S11": 0.4505623588428212, "W12": -3.0469384440474259, "S12": -3.0469384440474236, "W13": -18.53473531530582, "S13": -21.730448668760332, "W21": -39.977122552520328, "S21": -43.894438015218661, "W22": -45.106065915582299, "S22": -45.106065915582299, "W31": -81.849619101986178, "S31": -81.849619101986178, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 503444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.097584233947870386, "S11": 0.097584233947870386, "W12": -4.5990388621905289, "S12": -7.3920226709800438, "W13": -20.0, "S13": -21.856418180864804, "W21": -34.354881536934776, "S21": -34.377801391000908, "W22": -70.132588024304923, "S22": -73.213508021248458, "W31": -100.56906634061687, "S31": -100.56906634061687, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 503914.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95904195955515936, "S11": -0.95904195955515936, "W12": -10.097022577629904, "S12": -11.085711639953171, "W13": -27.639439601856857, "S13": -27.639439601856857, "W21": -40.0, "S21": -40.0, "W22": -38.299578498146538, "S22": -38.299578498146538, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 509343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85729962820647332, "S11": -0.85729962820647332, "W12": -10.452799535517663, "S12": -10.976197343526259, "W13": -28.610510927864613, "S13": -28.610510927864613, "W21": -40.0, "S21": -40.0, "W22": -44.129227950710963, "S22": -45.232190261746993, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102145.0, 509476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8502058056363122, "S12": -8.8502058056363122, "W13": -24.188795376903812, "S13": -24.188795376903812, "W21": -41.881263225445224, "S21": -47.345234486729822, "W22": -40.053777571200108, "S22": -60.053777571200108, "W31": -69.758206657569104, "S31": -69.948126716685053, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102145.6, 514390.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9513552849195426, "S11": 2.835834054320304, "W12": -9.6309548195211736, "S12": -9.6309548195211736, "W13": -20.364338817131181, "S13": -22.700703706203736, "W21": -49.267558050177442, "S21": -73.248407949866277, "W22": -40.612501864882859, "S22": -45.612501864882859, "W31": -80.0, "S31": -80.02507527774894, "W32": -90.637117891082397, "S32": -95.637117891082397 }, "geometry": { "type": "Point", "coordinates": [ 102145.666666666671517, 500321.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3078516902944379, "S11": 3.3078516902944379, "W12": -4.2665928847392145, "S12": -4.2665928847392145, "W13": -16.995144508670521, "S13": -17.320626396149507, "W21": -36.758536057803468, "S21": -44.448381968510695, "W22": -42.818735483019985, "S22": -44.568291940973332, "W31": -77.077763239204259, "S31": -77.308383536071986, "W32": -91.650808052482802, "S32": -96.650808052482802 }, "geometry": { "type": "Point", "coordinates": [ 102146.0, 498146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77960025542784128, "S11": 0.77960025542784128, "W12": -5.0440469675511759, "S12": -5.0440469675511777, "W13": -19.063973462996696, "S13": -21.298168222900241, "W21": -35.055779268491953, "S21": -37.87712073190648, "W22": -44.392477714006596, "S22": -44.392477714006596, "W31": -69.400647630723128, "S31": -69.407326342731906, "W32": -82.675166271336209, "S32": -87.675166271336209 }, "geometry": { "type": "Point", "coordinates": [ 102146.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7352916456547316, "S11": 2.7272610079085551, "W12": -7.4755396119680597, "S12": -7.4755396119680597, "W13": -19.918889221855959, "S13": -21.036793606815859, "W21": -52.426376412379817, "S21": -76.614489970352764, "W22": -37.04476540339617, "S22": -37.04476540339617, "W31": -71.550003, "S31": -71.550003, "W32": -79.562688000066146, "S32": -84.562688000066146 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 500942.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5562781460658446, "S12": -5.5562781460658446, "W13": -15.0, "S13": -15.0, "W21": -52.838596988150883, "S21": -67.295411918641946, "W22": -40.602904177595533, "S22": -40.602904177595533, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 502173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51768138868699021, "S11": -0.51768138868699021, "W12": -4.9237597434725835, "S12": -4.9237597434725835, "W13": -14.350009980695056, "S13": -21.854926769447079, "W21": -50.0, "S21": -69.464344835197181, "W22": -57.949504521144178, "S22": -57.949504521144178, "W31": -70.0, "S31": -70.0, "W32": -80.687648675252234, "S32": -85.687648675252234 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 502411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51312798725438125, "S11": 0.51312798725438125, "W12": -11.892140810478919, "S12": -17.728900222101082, "W13": -25.0, "S13": -25.0, "W21": -34.294686766570571, "S21": -34.294686766570571, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 505418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38268259923117154, "S11": 0.38268259923117154, "W12": -14.717546489538277, "S12": -16.443797766351352, "W13": -23.302590282720171, "S13": -23.326476111463283, "W21": -34.666370753574625, "S21": -36.324401810312509, "W22": -80.0, "S22": -95.111134631668165, "W31": -96.661936537433974, "S31": -96.661936537433974, "W32": -98.545690404605523, "S32": -103.54569040460552 }, "geometry": { "type": "Point", "coordinates": [ 102147.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5094478527607462, "S11": 2.5094478527607462, "W12": -8.048269507323548, "S12": -8.048269507323548, "W13": -19.71301752603506, "S13": -22.795350483673708, "W21": -51.966376349842747, "S21": -68.852110857549718, "W22": -40.561600609755828, "S22": -53.139380347677161, "W31": -79.370083968413027, "S31": -79.370083968413027, "W32": -97.457041985562554, "S32": -102.45704198556255 }, "geometry": { "type": "Point", "coordinates": [ 102147.3, 501079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66, "S11": -0.67, "W12": -5.4099998, "S12": -20.2599998, "W13": -20.27, "S13": -20.27, "W21": -32.64243236809714, "S21": -37.024097725564914, "W22": -45.156646288053423, "S22": -45.765286638659333, "W31": -80.05780325956384, "S31": -80.05780325956384, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102147.9, 504052.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.2101778472573406, "S12": -5.9464942100378053, "W13": -20.0, "S13": -20.0, "W21": -35.6120139124763, "S21": -35.6120139124763, "W22": -52.224478053851698, "S22": -55.377212042122629, "W31": -86.720932314206252, "S31": -86.720932314206252, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102147.923076923078042, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -21.00174516465475, "W21": -51.29059170838147, "S21": -68.428386425049396, "W22": -70.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 502287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7138199905898841, "S11": 1.7138199905898841, "W12": -5.7759070169967996, "S12": -5.7759070169967996, "W13": -17.963167396027085, "S13": -20.821250654672685, "W21": -50.0, "S21": -71.911202442671822, "W22": -80.0, "S22": -95.0, "W31": -97.337951685540119, "S31": -97.337951685540119, "W32": -98.65404613573601, "S32": -103.65404613573601 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 502618.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3776865213388363, "S11": 1.3776865213388363, "W12": -4.2168521574660858, "S12": -15.00766848399698, "W13": -20.396523178807971, "S13": -21.128971528812428, "W21": -31.329981444696084, "S21": -37.512364532402302, "W22": -75.573888927730792, "S22": -98.556854471671954, "W31": -98.556854471671954, "S31": -98.556854471671954, "W32": -100.73470300363668, "S32": -105.73470300363668 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 504105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -29.700400737866548, "W13": -29.700400737866548, "S13": -29.700400737866548, "W21": -37.247336024922049, "S21": -39.533163202383072, "W22": -39.191795225391004, "S22": -52.821265636799723, "W31": -79.023984198606968, "S31": -79.023984198606968, "W32": -97.342624777029442, "S32": -102.34262477702944 }, "geometry": { "type": "Point", "coordinates": [ 102148.0, 506790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8, "S11": 4.8, "W12": -0.47, "S12": -0.47, "W13": -17.360001, "S13": -17.360001, "W21": -33.59, "S21": -40.8099998, "W22": -37.115754306831839, "S22": -50.422782930723706, "W31": -77.922333829327414, "S31": -77.922333829327414, "W32": -97.095531834496526, "S32": -102.09553183449653 }, "geometry": { "type": "Point", "coordinates": [ 102148.2, 508409.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86921606564417986, "S11": -0.86921606564417986, "W12": -10.466905252603448, "S12": -10.986039904941217, "W13": -28.60702629534023, "S13": -28.60702629534023, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -47.450619601952681, "S22": -49.36714185564562, "W31": -68.590088523351426, "S31": -69.226530968699649, "W32": -92.514908684308608, "S32": -97.514908684308608 }, "geometry": { "type": "Point", "coordinates": [ 102148.25, 509475.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9504230000325871, "S11": 2.9504230000325871, "W12": -5.731797426317998, "S12": -11.691083105137739, "W13": -22.435958869752941, "S13": -22.435958869752941, "W21": -36.718543111324571, "S21": -40.444835290581871, "W22": -53.434142267478279, "S22": -53.434142267478279, "W31": -70.0, "S31": -70.0, "W32": -80.608658379768528, "S32": -85.608658379768528 }, "geometry": { "type": "Point", "coordinates": [ 102148.4, 507682.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1373742718108919, "S11": 1.1373742718108919, "W12": -10.0, "S12": -10.000000000000002, "W13": -19.822809628495179, "S13": -23.822349437088171, "W21": -55.862292234545791, "S21": -61.327089610890255, "W22": -69.279690373149577, "S22": -84.13315064284626, "W31": -90.0, "S31": -90.0, "W32": -95.647455813666383, "S32": -100.64745581366638 }, "geometry": { "type": "Point", "coordinates": [ 102148.75, 501574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7604042806183113, "S11": 1.7604042806183113, "W12": -4.783558913020669, "S12": -4.783558913020669, "W13": -17.269718113752791, "S13": -18.008847146753734, "W21": -35.106065915582299, "S21": -45.106065915582299, "W22": -69.747220536318849, "S22": -89.137706417773956, "W31": -98.139080470518209, "S31": -98.139080470518209, "W32": -98.139080470518209, "S32": -102.92395610559899 }, "geometry": { "type": "Point", "coordinates": [ 102149.0, 497934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7691592836946279, "S11": 3.7374140959885636, "W12": -10.832325928251826, "S12": -11.332325928251826, "W13": -20.577134778510839, "S13": -21.262701788820117, "W21": -47.440396383627274, "S21": -68.65512823803175, "W22": -76.039335343680591, "S22": -97.917575407484918, "W31": -97.983547100593356, "S31": -97.983547100593356, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102149.0, 500128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4245170555293356, "S11": 2.4245170555293356, "W12": -11.22124963697636, "S12": -11.22124963697636, "W13": -23.450104118048458, "S13": -23.450104118048458, "W21": -38.299578498146538, "S21": -38.299578498146538, "W22": -40.06872986226815, "S22": -40.06872986226815, "W31": -69.663016139474109, "S31": -70.663016139474109, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102149.7, 511694.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47883769966514117, "S11": 0.47883769966514117, "W12": -7.6009994059475918, "S12": -9.7737096863212134, "W13": -17.033051826889967, "S13": -17.732309569403412, "W21": -26.44017576620486, "S21": -26.44017576620486, "W22": -38.496222237481966, "S22": -38.496222237481966, "W31": -70.42455092141077, "S31": -70.474304384979646, "W32": -78.396851722397059, "S32": -83.396851722397059 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 497314.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52381754375210765, "S11": 0.52381754375210765, "W12": -11.139046127905576, "S12": -11.139046127905576, "W13": -25.0, "S13": -25.0, "W21": -38.058509903246204, "S21": -38.058509903246204, "W22": -70.0, "S22": -80.0, "W31": -99.655551906385696, "S31": -99.655551906385696, "W32": -104.68433062880324, "S32": -109.68433062880324 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 506441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.48877786078944, "S12": -25.311832357313325, "W13": -25.311832357313325, "S13": -25.311832357313325, "W21": -37.03241455431057, "S21": -38.313792324453246, "W22": -68.778130563299754, "S22": -108.3630506597902, "W31": -108.3630506597902, "S31": -108.3630506597902, "W32": -108.3630506597902, "S32": -108.3630506597902 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33009007474915636, "S11": 0.33009007474915636, "W12": -15.0, "S12": -15.0, "W13": -23.238134339824029, "S13": -23.238134339824029, "W21": -35.226838990540237, "S21": -35.226838990540237, "W22": -69.334265066812108, "S22": -109.33426506681211, "W31": -109.33426506681211, "S31": -109.33426506681211, "W32": -109.33426506681211, "S32": -109.33426506681211 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 507135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50507732834806029, "S11": 0.50507732834806029, "W12": -9.4183067496251507, "S12": -11.802690083564801, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -34.76762304289057, "S21": -34.76762304289057, "W22": -50.0, "S22": -54.272218655415941, "W31": -85.707623477073952, "S31": -85.707623477073952, "W32": -98.255957180323392, "S32": -103.25595718032339 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.467583348830845, "S11": 2.467583348830845, "W12": -8.9258465317884941, "S12": -9.7050316114058166, "W13": -19.999999999999993, "S13": -19.999999999999993, "W21": -37.04476540339617, "S21": -37.04476540339617, "W22": -37.355905113126063, "S22": -49.396469794927548, "W31": -76.37381603918017, "S31": -76.37381603918017, "W32": -96.751778892654372, "S32": -101.75177889265437 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 511373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.38411841732791, "S11": 2.38411841732791, "W12": -12.765733219512624, "S12": -12.765733219512624, "W13": -23.428897112311454, "S13": -23.428897112311454, "W21": -39.48898314486987, "S21": -40.602904177595533, "W22": -53.701478743068392, "S22": -58.618406030011315, "W31": -87.381579607522966, "S31": -87.381579607522966, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98749531532850476, "S11": 0.98749531532850476, "W12": -15.0, "S12": -15.0, "W13": -23.709148753915908, "S13": -23.709148753915908, "W21": -43.387257054716272, "S21": -43.858030268330914, "W22": -44.682679851008345, "S22": -45.783838018683369, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55561802685937822, "S11": -0.55561802685937822, "W12": -10.363673777350984, "S12": -10.363673777350984, "W13": -23.989400395520359, "S13": -23.989400395520359, "W21": -41.736288404580485, "S21": -46.656196772554196, "W22": -70.250902177614876, "S22": -96.854921732204772, "W31": -100.4260092488439, "S31": -100.4260092488439, "W32": -100.4260092488439, "S32": -103.84264453248257 }, "geometry": { "type": "Point", "coordinates": [ 102150.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64121012589543225, "S11": 0.64121012589543225, "W12": -9.998559345210138, "S12": -9.998559345210138, "W13": -18.069499103151053, "S13": -21.359377955668361, "W21": -60.0, "S21": -69.680495282079775, "W22": -64.996350516822289, "S22": -81.78038807550773, "W31": -102.82899662976659, "S31": -102.82899662976659, "W32": -102.82899662976659, "S32": -106.8859147844459 }, "geometry": { "type": "Point", "coordinates": [ 102150.333333333328483, 501857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.09, "S11": 2.09, "W12": -5.6100001, "S12": -5.6100001, "W13": -17.219999, "S13": -17.219999, "W21": -36.41, "S21": -40.561600609755828, "W22": -77.723097884717902, "S22": -98.493623827382621, "W31": -98.493623827382621, "S31": -98.493623827382621, "W32": -99.768483943241222, "S32": -104.76848394324122 }, "geometry": { "type": "Point", "coordinates": [ 102150.7, 503735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4980233823778128, "S11": 0.4980233823778128, "W12": -6.3751477372375032, "S12": -6.3751477372375032, "W13": -17.156724103128859, "S13": -18.156724103128859, "W21": -31.061559667383261, "S21": -32.056284586563919, "W22": -78.473562529352819, "S22": -98.473562529352819, "W31": -98.473562529352819, "S31": -98.473562529352819, "W32": -99.505227781926806, "S32": -104.50522778192681 }, "geometry": { "type": "Point", "coordinates": [ 102150.714285714289872, 497593.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7314690827573322, "S12": -4.7314690827573322, "W13": -15.117659189532597, "S13": -16.117659189532596, "W21": -42.461268800180939, "S21": -52.224478053851698, "W22": -80.0, "S22": -96.209406213923614, "W31": -98.527607361963177, "S31": -98.527607361963177, "W32": -99.440913183961015, "S32": -104.44091318396102 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 498617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2222760451227606, "S11": 3.2222760451227606, "W12": -8.4679827683743021, "S12": -8.4679827683743021, "W13": -20.1554269667702, "S13": -21.738555103459362, "W21": -50.589435031019349, "S21": -65.589435031019349, "W22": -43.349702716959825, "S22": -43.349702716959825, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 500478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42497682426168715, "S11": 0.42497682426168715, "W12": -9.7408286451007982, "S12": -9.7408286451007982, "W13": -17.47750352086576, "S13": -20.665104363155265, "W21": -58.554646528214803, "S21": -67.898691972993475, "W22": -73.859845285169257, "S22": -79.395204189324858, "W31": -100.99691272117258, "S31": -100.99691272117258, "W32": -104.76045883940621, "S32": -109.76045883940621 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 501904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3755797539826577, "S11": 1.3755797539826577, "W12": -5.6513836678569955, "S12": -5.6513836678569955, "W13": -17.373207208240174, "S13": -20.373207208240174, "W21": -50.0, "S21": -71.652832621484407, "W22": -72.359012100567924, "S22": -73.90572800141527, "W31": -94.655940406220481, "S31": -94.655940406220481, "W32": -99.682827126164227, "S32": -104.68282712616423 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 502601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086248552876612317, "S11": 0.086248552876612317, "W12": -4.9440457875374353, "S12": -11.746017849986274, "W13": -19.876044770135227, "S13": -24.876044770135227, "W21": -33.834095586899892, "S21": -36.607154675095956, "W22": -70.341461328456276, "S22": -87.391429001865347, "W31": -90.86706380866265, "S31": -90.86706380866265, "W32": -98.77702953734638, "S32": -103.77702953734638 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.062041813738799884, "S11": -0.062041813738799884, "W12": -6.1987032665000328, "S12": -21.221231349454147, "W13": -21.221231349454147, "S13": -25.435949103798585, "W21": -33.989479711874644, "S21": -33.989479711874644, "W22": -39.570216575669257, "S22": -53.392253273467986, "W31": -79.561690088822743, "S31": -79.561690088822743, "W32": -97.584806089625147, "S32": -102.58480608962515 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.655355331929167, "S12": -8.0414890635079654, "W13": -23.188176978153113, "S13": -23.188176978153113, "W21": -37.518119270000234, "S21": -41.22008211436723, "W22": -40.541075687405844, "S22": -46.740009061566958, "W31": -80.0, "S31": -80.029473690282543, "W32": -90.487492276913116, "S32": -95.487492276913116 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 508802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1514686779901675, "S11": 1.1514686779901675, "W12": -15.0, "S12": -15.0, "W13": -23.660107762848625, "S13": -23.660107762848625, "W21": -42.979375308249445, "S21": -42.979375308249445, "W22": -40.809068393932819, "S22": -43.819531768934212, "W31": -69.073391554836022, "S31": -70.563178755830123, "W32": -93.735152700527678, "S32": -98.735152700527678 }, "geometry": { "type": "Point", "coordinates": [ 102151.0, 512898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2362596095936511, "S11": 2.9878986196002422, "W12": -5.3507306600818199, "S12": -5.3507306600818199, "W13": -17.793007830244441, "S13": -17.970792567690939, "W21": -60.0, "S21": -69.279690373149577, "W22": -45.063039412669106, "S22": -45.564103638814451, "W31": -80.09304442825929, "S31": -80.09304442825929, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 499227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5100173976742055, "S11": 3.1600972148771604, "W12": -5.7191380969039702, "S12": -5.7191380969039702, "W13": -19.486751478810469, "S13": -20.45549975181406, "W21": -51.143120542477149, "S21": -66.143120542477149, "W22": -40.0, "S22": -40.0, "W31": -69.495824056639151, "S31": -69.643870553248775, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 499649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5527826468010519, "S11": 2.5388924176514305, "W12": -7.9386721365241897, "S12": -7.9386721365241897, "W13": -19.750698501397004, "S13": -22.793934402213605, "W21": -52.289542065471451, "S21": -70.866138479438106, "W22": -39.858697087491159, "S22": -42.312173472921948, "W31": -64.237145528201935, "S31": -64.48169592820193, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 501061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48314101647738061, "S11": 0.48314101647738061, "W12": -9.9999999999999982, "S12": -16.372565067932555, "W13": -23.368307731859375, "S13": -23.368307731859375, "W21": -38.352036532568114, "S21": -38.352036532568114, "W22": -44.752754449539573, "S22": -45.268918410440833, "W31": -75.463329178283715, "S31": -75.923131706173919, "W32": -91.972705078493618, "S32": -96.972705078493618 }, "geometry": { "type": "Point", "coordinates": [ 102152.0, 506001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3295567354551445, "S11": 2.3295567354551445, "W12": -4.1546277015868451, "S12": -7.0842914479563124, "W13": -26.181780708985986, "S13": -26.181780708985986, "W21": -33.479488174099423, "S21": -33.479488174099423, "W22": -45.385090366491852, "S22": -45.470073041203243, "W31": -74.40291838833592, "S31": -74.954418743723892, "W32": -92.075424442298328, "S32": -97.075424442298328 }, "geometry": { "type": "Point", "coordinates": [ 102152.5, 510465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1842543978349118, "S11": 3.0980174871293049, "W12": -10.0, "S12": -10.0, "W13": -20.530957443915703, "S13": -21.358575608883267, "W21": -47.848647758834723, "S21": -64.895277093316736, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -68.867775147026094, "S31": -72.92353846171828, "W32": -84.472827293583649, "S32": -89.472827293583649 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 500167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9107289129454217, "S11": 2.88444461307181, "W12": -9.5069278802726735, "S12": -9.5069278802726735, "W13": -20.321137185588036, "S13": -22.46731976789016, "W21": -49.6981803947522, "S21": -68.778130563299754, "W22": -69.253269005739327, "S22": -85.462766881327639, "W31": -90.0, "S31": -90.0, "W32": -95.801753050348765, "S32": -100.80175305034876 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 500360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.882384303112314, "S11": 2.882384303112314, "W12": -9.3369857098533373, "S12": -9.3369857098533373, "W13": -20.299394153636982, "S13": -22.354052103672004, "W21": -49.889841807800643, "S21": -67.899881379836401, "W22": -76.650788609857756, "S22": -91.529621076160907, "W31": -91.739850871920623, "S31": -91.739850871920623, "W32": -97.846550085454126, "S32": -102.84655008545413 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47071875248266271, "S11": 0.47071875248266271, "W12": -2.8845216826376481, "S12": -2.8845216826376481, "W13": -18.457348401741172, "S13": -21.302299050244201, "W21": -39.440880310195766, "S21": -43.577373855085881, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.809544371135445, "S32": -85.809544371135445 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 503476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49629487915311438, "W12": -3.4258562737850369, "S12": -11.176601318073795, "W13": -17.078130535494914, "S13": -21.532425617462064, "W21": -34.276548245865563, "S21": -35.810965420102001, "W22": -63.509998, "S22": -63.509998, "W31": -103.2, "S31": -103.2, "W32": -103.2, "S32": -108.2 }, "geometry": { "type": "Point", "coordinates": [ 102153.0, 503963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8026815714654951, "S12": -4.8026815714654951, "W13": -15.444113261602716, "S13": -15.685061285741318, "W21": -43.684247089941643, "S21": -53.384303520203432, "W22": -39.779865477928894, "S22": -43.696083103515541, "W31": -60.0, "S31": -60.638449903510143, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102153.5, 498692.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8384211056041408, "S12": -8.8384211056041408, "W13": -20.0, "S13": -20.0, "W21": -43.393659861487443, "S21": -46.35028544523383, "W22": -39.754006604035581, "S22": -43.786795555278417, "W31": -60.334175247717113, "S31": -61.284365619594233, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102153.84, 516176.479999999981374 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48530582138972556, "S11": 0.48530582138972556, "W12": -7.2899465352762336, "S12": -10.289946535276233, "W13": -17.06456928445818, "S13": -17.972961872821703, "W21": -27.769268537841715, "S21": -27.769268537841715, "W22": -44.343240041803234, "S22": -44.343240041803234, "W31": -72.311225671660893, "S31": -72.901577448974848, "W32": -92.315501540318579, "S32": -97.315501540318579 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 497394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.469207274518658, "S11": 3.257361282358231, "W12": -6.2798092615259078, "S12": -6.2798092615259078, "W13": -19.847809995405584, "S13": -20.847809995405584, "W21": -49.293739522971599, "S21": -57.082916666309274, "W22": -48.037616114731001, "S22": -49.649648935547084, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 499718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4257801418439717, "S11": 3.1073748395409133, "W12": -6.729522330086759, "S12": -6.729522330086759, "W13": -20.497788753799391, "S13": -20.497788753799391, "W21": -52.398447430542944, "S21": -64.244391740470306, "W22": -74.355131596224027, "S22": -106.52496782088443, "W31": -106.52496782088443, "S31": -106.52496782088443, "W32": -106.52496782088443, "S32": -108.51443191812585 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 500689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0767758544163346, "S12": -8.0767758544163346, "W13": -19.666356158426847, "S13": -22.802722694663654, "W21": -51.9822937205385, "S21": -67.498965629943967, "W22": -37.566725991728802, "S22": -41.183210740271797, "W31": -71.143792011204411, "S31": -76.607247326320447, "W32": -95.509579581897171, "S32": -100.50957958189717 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3479588634333579, "S11": 2.3479588634333579, "W12": -8.2499019085663559, "S12": -8.4868426733752518, "W13": -19.408429259925853, "S13": -22.655364335631862, "W21": -51.534283065432277, "S21": -65.183248800912921, "W22": -38.495316983715618, "S22": -38.495316983715618, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 501147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7043509272467903, "S12": -5.7043509272467903, "W13": -15.000000000000002, "S13": -15.186851875560109, "W21": -52.306566586413631, "S21": -66.761470431517409, "W22": -44.5041768513195, "S22": -46.36657098092315, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 502166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8671402005923989, "S11": 1.8671402005923989, "W12": -15.0, "S12": -15.0, "W13": -23.472348301614126, "S13": -23.472348301614126, "W21": -41.190480351921266, "S21": -43.349702716959825, "W22": -53.646025878003698, "S22": -58.550858755251546, "W31": -87.430440995778312, "S31": -87.430440995778312, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102154.0, 512447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9581305263157898, "S11": 3.9581305263157898, "W12": -11.464039754457762, "S12": -12.950341124320776, "W13": -20.589617157747046, "S13": -21.469734978071052, "W21": -47.252587046961203, "S21": -73.859845285169257, "W22": -74.329297418019209, "S22": -106.36197845650396, "W31": -106.36197845650396, "S31": -106.36197845650396, "W32": -106.36197845650396, "S32": -108.54761333653154 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2114711839440253, "S11": 2.2114711839440253, "W12": -9.0335608578547664, "S12": -9.0335608578547664, "W13": -19.470544144654319, "S13": -20.240601546870312, "W21": -47.359012100567924, "S21": -72.359012100567924, "W22": -39.935581272347626, "S22": -54.319237146877569, "W31": -79.998284630437183, "S31": -79.998284630437183, "W32": -97.878127426392467, "S32": -102.87812742639247 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 502996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -18.855670827410218, "S13": -23.038720015761591, "W21": -42.157556360620774, "S21": -45.670101163488155, "W22": -40.907206071384891, "S22": -41.605789511312054, "W31": -69.730786580706862, "S31": -70.650089597211164, "W32": -93.024048465962096, "S32": -98.024048465962096 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 503307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4127481307969507, "S12": -4.4127481307969507, "W13": -18.617665037628022, "S13": -19.300872465111816, "W21": -36.670786691931966, "S21": -38.04536974730221, "W22": -38.692218928563967, "S22": -47.922267199924093, "W31": -74.307203436508374, "S31": -74.307203436508374, "W32": -96.286285140896823, "S32": -101.28628514089682 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 503693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.769175694185034, "S12": -28.63375042581179, "W13": -28.63375042581179, "S13": -28.63375042581179, "W21": -37.158642861897235, "S21": -39.491369197578486, "W22": -47.384374991298102, "S22": -49.401110134399431, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6007374313581026, "S11": 4.6007374313581026, "W12": -1.0497160212318586, "S12": -2.8376108300267253, "W13": -19.024441181299764, "S13": -19.024441181299764, "W21": -33.993498577403265, "S21": -33.993498577403265, "W22": -76.106247993475336, "S22": -76.734843416488644, "W31": -99.678914429484465, "S31": -99.678914429484465, "W32": -100.52740532618743, "S32": -105.52740532618743 }, "geometry": { "type": "Point", "coordinates": [ 102155.0, 508333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3277765069198217, "S12": -6.3277765069198217, "W13": -17.155355765207858, "S13": -18.155355765207858, "W21": -31.220273077612383, "S21": -32.243504393802823, "W22": -69.390516160600328, "S22": -97.132312781461877, "W31": -100.15120159160304, "S31": -100.15120159160304, "W32": -102.11427456489503, "S32": -107.11427456489503 }, "geometry": { "type": "Point", "coordinates": [ 102156.0, 497602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3403363191619091, "S11": 0.3403363191619091, "W12": -10.0, "S12": -17.671969045571796, "W13": -23.612773080765884, "S13": -23.612773080765884, "W21": -38.310392384443567, "S21": -38.310392384443567, "W22": -78.541828503092631, "S22": -96.73408336595898, "W31": -97.387129497102777, "S31": -97.387129497102777, "W32": -99.57823002240481, "S32": -104.57823002240481 }, "geometry": { "type": "Point", "coordinates": [ 102156.0, 506109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48416069625791741, "S11": 0.48416069625791741, "W12": -10.250600845800941, "S12": -18.257015520715999, "W13": -25.0, "S13": -25.0, "W21": -35.499199760311633, "S21": -35.499199760311633, "W22": -74.533688818141798, "S22": -94.026125576775854, "W31": -98.140572238511453, "S31": -98.140572238511453, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 505121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21213880560360446, "S11": 0.21213880560360446, "W12": -15.444948477338682, "S12": -15.444948477338682, "W13": -23.277707649124938, "S13": -23.379341887871497, "W21": -34.271545929452792, "S21": -35.926929586393655, "W22": -46.731133867865957, "S22": -49.024547239264542, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19630045964420306, "S11": 0.19630045964420306, "W12": -17.409624861835482, "S12": -18.409624861835482, "W13": -23.446291973673663, "S13": -23.564237365722438, "W21": -33.965028193328571, "S21": -34.165674756624632, "W22": -70.958657404851664, "S22": -80.698322775846179, "W31": -93.640985554544301, "S31": -93.640985554544301, "W32": -99.483168154765622, "S32": -104.48316815476562 }, "geometry": { "type": "Point", "coordinates": [ 102157.0, 507285.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89425565886796421, "S11": -0.89425565886796421, "W12": -10.546672609954252, "S12": -11.091638212953098, "W13": -28.698790432083676, "S13": -28.698790432083676, "W21": -39.975891605271883, "S21": -39.975891605271883, "W22": -76.696307219595042, "S22": -92.587067759125119, "W31": -92.587067759125119, "S31": -92.587067759125119, "W32": -97.846798420769304, "S32": -102.8467984207693 }, "geometry": { "type": "Point", "coordinates": [ 102158.0, 509488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3254617511069791, "S11": 3.0506501486613655, "W12": -5.4420585633730143, "S12": -5.4420585633730143, "W13": -17.88417088312212, "S13": -18.109629351299034, "W21": -60.0, "S21": -69.253269005739327, "W22": -75.065448584989866, "S22": -98.356841022723799, "W31": -98.356841022723799, "S31": -98.356841022723799, "W32": -100.58715395321686, "S32": -105.58715395321686 }, "geometry": { "type": "Point", "coordinates": [ 102159.0, 499257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3578962978151623, "S11": 1.3578962978151623, "W12": -9.9999999999999982, "S12": -10.001176083172604, "W13": -19.513967246319449, "S13": -23.5965736401293, "W21": -55.076828579415846, "S21": -61.15006953875212, "W22": -58.987065466418919, "S22": -68.881794336458299, "W31": -88.844816672545576, "S31": -88.844816672545576, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102159.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34610407380169383, "S11": 0.34610407380169383, "W12": -15.0, "S12": -15.0, "W13": -23.652285086591665, "S13": -23.652285086591665, "W21": -43.333535486974135, "S21": -45.67156320983765, "W22": -80.0, "S22": -96.281621743713288, "W31": -98.49621012932117, "S31": -98.49621012932117, "W32": -99.37654132273515, "S32": -104.37654132273515 }, "geometry": { "type": "Point", "coordinates": [ 102159.0, 513454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 3.1, "W12": -6.4899998, "S12": -6.4899998, "W13": -21.09, "S13": -21.09, "W21": -52.75, "S21": -63.5, "W22": -46.077892744433051, "S22": -48.222503447221122, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4619087237880244, "S12": -19.068517460260054, "W13": -22.200243498720948, "S13": -23.094214392691843, "W21": -36.432492930918137, "S21": -36.432492930918137, "W22": -44.891761150591094, "S22": -44.891761150591094, "W31": -82.787511564732981, "S31": -82.787511564732981, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 504832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49914854579385742, "S11": 0.49914854579385742, "W12": -9.8396778239915488, "S12": -19.363350795626829, "W13": -22.617884844256576, "S13": -22.617884844256576, "W21": -36.322512174753498, "S21": -36.322512174753498, "W22": -69.283224056910413, "S22": -83.487266153077286, "W31": -90.0, "S31": -90.0, "W32": -95.453509187053768, "S32": -100.45350918705377 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 504875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45997560712026353, "S11": 0.45997560712026353, "W12": -14.827641255567146, "S12": -18.853562801004045, "W13": -23.109070292731378, "S13": -23.109070292731378, "W21": -34.9097676338654, "S21": -37.148437073416353, "W22": -70.736638302761563, "S22": -96.22477019272084, "W31": -96.22477019272084, "S31": -96.22477019272084, "W32": -99.204429024351313, "S32": -104.20442902435131 }, "geometry": { "type": "Point", "coordinates": [ 102160.333333333328483, 507363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.303854451190871, "S12": -10.619793904998307, "W13": -15.96, "S13": -17.610317624464471, "W21": -20.0, "S21": -20.0, "W22": -39.875267735428501, "S22": -52.300450366561506, "W31": -79.232186297833749, "S31": -79.232186297833749, "W32": -97.416093852769436, "S32": -102.41609385276944 }, "geometry": { "type": "Point", "coordinates": [ 102161.0, 496781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9866161479476769, "S11": 2.8518642543502937, "W12": -10.0, "S12": -10.0, "W13": -20.366218354860642, "S13": -22.636164613645263, "W21": -49.355131596224027, "S21": -74.355131596224027, "W22": -37.536559250350969, "S22": -50.009968779297104, "W31": -76.643307930026822, "S31": -76.643307930026822, "W32": -96.835425437817122, "S32": -101.83542543781712 }, "geometry": { "type": "Point", "coordinates": [ 102161.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2801666615458833, "S12": -9.637727209533864, "W13": -19.692013471507273, "S13": -28.244912302391107, "W21": -37.566725991728802, "S21": -37.566725991728802, "W22": -76.346954593614186, "S22": -76.346954593614186, "W31": -100.53043391433087, "S31": -100.53043391433087, "W32": -104.5807262912526, "S32": -109.5807262912526 }, "geometry": { "type": "Point", "coordinates": [ 102161.0, 504364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4260988529440839, "S11": 2.4260988529440839, "W12": -11.622562517051106, "S12": -11.622562517051106, "W13": -23.138099860361571, "S13": -23.138099860361571, "W21": -38.495316983715618, "S21": -38.495316983715618, "W22": -75.168120796980077, "S22": -96.135973873857068, "W31": -98.769301431547092, "S31": -98.769301431547092, "W32": -100.62979670861569, "S32": -105.62979670861569 }, "geometry": { "type": "Point", "coordinates": [ 102161.125, 511774.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46044984023520497, "S11": 0.46044984023520497, "W12": -8.7726341493826574, "S12": -9.1918260685745405, "W13": -17.65393351378038, "S13": -18.437477720218151, "W21": -24.0483179242012, "S21": -24.0483179242012, "W22": -39.948032307293936, "S22": -54.743042854849655, "W31": -80.120800085289943, "S31": -80.120800085289943, "W32": -97.882026039761399, "S32": -102.8820260397614 }, "geometry": { "type": "Point", "coordinates": [ 102161.333333333328483, 497043.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8079154820367016, "S12": -4.8079154820367016, "W13": -15.401419779685277, "S13": -15.745443528955279, "W21": -43.610582217510782, "S21": -53.310314118006161, "W22": -39.828570247979414, "S22": -55.57229479178649, "W31": -79.865310501442252, "S31": -79.865310501442252, "W32": -97.783188862748247, "S32": -102.78318886274825 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 498691.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.994153360396933, "S11": 2.8491795467502579, "W12": -10.0, "S12": -10.0, "W13": -20.370358667573079, "S13": -22.643612078073286, "W21": -49.325427218555078, "S21": -74.329297418019209, "W22": -37.546651883511139, "S22": -49.970132399695437, "W31": -76.647089608256877, "S31": -76.647089608256877, "W32": -96.838058357559902, "S32": -101.8380583575599 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 500313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.387640449438202, "S11": 2.387640449438202, "W12": -5.0, "S12": -5.0, "W13": -18.045793997382752, "S13": -19.484317163014286, "W21": -37.52487806315203, "S21": -39.207025485393189, "W22": -40.11958972126201, "S22": -44.174572539131425, "W31": -71.737745322967598, "S31": -72.464682658748472, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 503597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.175077832832673, "S11": 3.175077832832673, "W12": -4.7869278673686111, "S12": -12.487489152371765, "W13": -22.085292183760757, "S13": -22.085292183760757, "W21": -36.472097439520923, "S21": -40.79357556551291, "W22": -40.188503917732064, "S22": -40.894709970926804, "W31": -72.680488687584315, "S31": -72.774522421245294, "W32": -90.00308834927695, "S32": -95.00308834927695 }, "geometry": { "type": "Point", "coordinates": [ 102162.0, 507775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4892539146457795, "S11": 1.4892539146457795, "W12": -3.8235294117623644, "S12": -8.2807778283730098, "W13": -20.515838852097176, "S13": -20.982636396579675, "W21": -32.327564641343287, "S21": -38.692218928563967, "W22": -72.098175974005684, "S22": -106.96584401418053, "W31": -106.96584401418053, "S31": -106.96584401418053, "W32": -106.96584401418053, "S32": -108.29695370592468 }, "geometry": { "type": "Point", "coordinates": [ 102162.333333333328483, 504112.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.73159529560278, "S12": -10.040916743916805, "W13": -15.96, "S13": -17.429505002966287, "W21": -33.440355851106816, "S21": -33.440355851106816, "W22": -39.957111737116236, "S22": -39.957111737116236, "W31": -62.168469673027836, "S31": -62.433867770173556, "W32": -91.708993853121953, "S32": -96.708993853121953 }, "geometry": { "type": "Point", "coordinates": [ 102162.666666666671517, 496829.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9099985450312111, "S11": 2.9099985450312111, "W12": -7.1368080949867378, "S12": -7.1368080949867378, "W13": -20.0, "S13": -20.0, "W21": -52.041684211757918, "S21": -76.106247993475336, "W22": -46.304799120771769, "S22": -46.304799120771769, "W31": -69.083456057078152, "S31": -69.940938097745388, "W32": -83.446525742988698, "S32": -88.446525742988698 }, "geometry": { "type": "Point", "coordinates": [ 102162.666666666671517, 500888.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2662854648625057, "S11": 3.0896388236828223, "W12": -6.7326024663316115, "S12": -6.7326024663316115, "W13": -20.0, "S13": -20.0, "W21": -51.091077170418004, "S21": -69.390516160600328, "W22": -44.662578993496666, "S22": -44.79164998883946, "W31": -80.451049191945032, "S31": -80.451049191945032, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102163.0, 500793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5169459355828026, "S11": 2.5169459355828026, "W12": -8.0929643142477126, "S12": -10.523406703650224, "W13": -19.569457609102649, "S13": -22.766428836560952, "W21": -52.066228797513624, "S21": -66.704639846889989, "W22": -70.0, "S22": -82.565707732008036, "W31": -99.278349911174047, "S31": -99.278349911174047, "W32": -100.07587606337314, "S32": -105.07587606337314 }, "geometry": { "type": "Point", "coordinates": [ 102163.4, 501123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6512229109605503, "S11": 2.6000477936586046, "W12": -7.6407961093001413, "S12": -7.6407961093001413, "W13": -19.855334132454299, "S13": -22.337367254004139, "W21": -53.153180209707109, "S21": -74.533688818141798, "W22": -74.168466522678173, "S22": -89.602922569847124, "W31": -96.523273856707931, "S31": -96.523273856707931, "W32": -99.799469934150665, "S32": -104.79946993415066 }, "geometry": { "type": "Point", "coordinates": [ 102164.0, 501011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5157889917022516, "S12": -9.8549846962825196, "W13": -15.96, "S13": -17.248692381468356, "W21": -27.029279279284559, "S21": -27.029279279284559, "W22": -48.460946298848668, "S22": -49.602318983234326, "W31": -84.632260749070625, "S31": -84.632260749070625, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102164.333333333328483, 496878.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0171188965702473, "S11": 3.0171188965702473, "W12": -7.5163275494599455, "S12": -7.5163275494599455, "W13": -19.35520406991909, "S13": -21.01713780893175, "W21": -45.958657404851671, "S21": -70.958657404851664, "W22": -39.715832171761967, "S22": -54.68486277328153, "W31": -79.726860384996783, "S31": -79.726860384996783, "W32": -97.686073121400113, "S32": -102.68607312140011 }, "geometry": { "type": "Point", "coordinates": [ 102164.333333333328483, 503077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4767210161510655, "S11": 1.4767210161510655, "W12": -9.8982817075050082, "S12": -9.8982817075050118, "W13": -19.346006446991296, "S13": -23.473497792949388, "W21": -55.490649876780488, "S21": -61.948353470982063, "W22": -41.621427048842541, "S22": -47.578673845989925, "W31": -73.802202557054827, "S31": -74.34540642930763, "W32": -96.169540186604451, "S32": -101.16954018660445 }, "geometry": { "type": "Point", "coordinates": [ 102164.5, 501537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5832829199435547, "S11": 1.5818427032599605, "W12": -5.7390768711360085, "S12": -5.7390768711360085, "W13": -17.652480391986035, "S13": -20.652480391986035, "W21": -50.0, "S21": -71.644056429786062, "W22": -39.772609494911187, "S22": -39.772609494911187, "W31": -65.812381879617433, "S31": -68.415183116989027, "W32": -93.650922031704951, "S32": -98.650922031704951 }, "geometry": { "type": "Point", "coordinates": [ 102164.666666666671517, 502609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8161152752649263, "S12": -4.8161152752649263, "W13": -15.762055814800496, "S13": -16.479374135618205, "W21": -46.265913979601287, "S21": -55.829212897166265, "W22": -40.152012569564384, "S22": -40.152012569564384, "W31": -70.484443395133383, "S31": -71.300848725863531, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102165.0, 498855.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3631017314201008, "S12": -5.7228578289810761, "W13": -15.0, "S13": -16.800490346307079, "W21": -50.000000000000007, "S21": -65.267934171298762, "W22": -73.635501149426673, "S22": -73.635501149426673, "W31": -95.54481571485853, "S31": -95.54481571485853, "W32": -99.824121342407679, "S32": -104.82412134240768 }, "geometry": { "type": "Point", "coordinates": [ 102165.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2999826878014815, "S12": -9.6845980724168665, "W13": -15.96, "S13": -17.067879759970172, "W21": -23.27355681317913, "S21": -23.27355681317913, "W22": -40.0, "S22": -58.800165494414564, "W31": -69.779052270044005, "S31": -69.91576646840808, "W32": -90.172969805602463, "S32": -95.172969805602463 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 496927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.4986518029620095, "S12": -4.4986518029620095, "W13": -17.241282651072122, "S13": -17.803203292207005, "W21": -36.322620660428854, "S21": -44.891761150591094, "W22": -40.818362224244098, "S22": -42.544600315942041, "W31": -69.425545019218291, "S31": -71.438408548325512, "W32": -93.139500173550843, "S32": -98.139500173550843 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2194813476458712, "S11": 2.9776450290662502, "W12": -5.375400803449673, "S12": -5.375400803449673, "W13": -17.711787989411963, "S13": -17.745263995954051, "W21": -60.0, "S21": -69.283224056910413, "W22": -61.251251344100801, "S22": -73.764396628635083, "W31": -89.86530864087257, "S31": -89.86530864087257, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 499216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.0478913509649743, "S12": -6.0478913509649743, "W13": -19.162447093326847, "S13": -23.444394354990134, "W21": -44.445263922786076, "S21": -52.416737773816187, "W22": -40.0, "S22": -41.258672920942516, "W31": -72.608182997288154, "S31": -73.055026990617378, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 503167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4290390707496692, "S11": 1.4290390707496692, "W12": -5.4838082278708038, "S12": -8.2181046262633863, "W13": -18.640553670069291, "S13": -19.553401474081696, "W21": -34.875267735428501, "S21": -39.875267735428501, "W22": -45.650002, "S22": -45.730002, "W31": -74.547788091627808, "S31": -75.140771239026193, "W32": -92.191370768046696, "S32": -97.191370768046696 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38080101716465348, "S11": 0.38080101716465348, "W12": -4.0124475679877829, "S12": -8.6009209681419847, "W13": -18.603543743078628, "S13": -18.745510956193364, "W21": -34.335181385202553, "S21": -35.263676241876198, "W22": -37.259998, "S22": -48.322298278417826, "W31": -74.454840567905833, "S31": -74.454840567905833, "W32": -96.331183460649768, "S32": -101.33118346064977 }, "geometry": { "type": "Point", "coordinates": [ 102166.0, 503934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9101922714420358, "S11": 3.9094584630829936, "W12": -11.049344532537877, "S12": -12.001399327058424, "W13": -20.589085768143264, "S13": -21.256390628231628, "W21": -47.461535683426803, "S21": -76.346954593614186, "W22": -55.047354463947471, "S22": -61.070115327086697, "W31": -87.868869372646031, "S31": -87.868869372646031, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0821649294420519, "S12": -5.0821649294420519, "W13": -14.573600107015237, "S13": -22.034630370371922, "W21": -50.337674867342017, "S21": -70.758068667540797, "W22": -69.775862952754579, "S22": -107.48653531497138, "W31": -107.48653531497138, "S31": -107.48653531497138, "W32": -107.48653531497138, "S32": -108.09986407611737 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 502517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.5728255275347403, "S12": -4.5728255275347403, "W13": -18.073269739247287, "S13": -19.457216112090862, "W21": -37.529492002139527, "S21": -39.132389317861723, "W22": -70.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 503595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7752374767708199, "S12": -4.7752374767708199, "W13": -18.03801973109076, "S13": -19.112146991100694, "W21": -37.035287870589933, "S21": -38.270055659256315, "W22": -39.861729784616784, "S22": -39.861729784616784, "W31": -64.930702708894103, "S31": -67.221639113501013, "W32": -93.193141378194753, "S32": -98.193141378194753 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 503627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38612321095208468, "S11": 0.38612321095208468, "W12": -4.0293230367508075, "S12": -8.7710346790021561, "W13": -18.625692137320044, "S13": -18.625692137320044, "W21": -34.314342213435083, "S21": -35.237233818586027, "W22": -39.838946331872478, "S22": -42.050048791452014, "W31": -60.588306794700379, "S31": -60.813310706451276, "W32": -90.291167906826274, "S32": -95.291167906826274 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.42570281124498, "W13": -23.876608310483018, "S13": -23.876608310483018, "W21": -35.917836412920671, "S21": -35.917836412920671, "W22": -40.895418173365428, "S22": -40.895418173365428, "W31": -69.933663333165995, "S31": -70.079130934323786, "W32": -93.036945578877393, "S32": -98.036945578877393 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -24.670450384474552, "S13": -24.670450384474552, "W21": -37.945909009658926, "S21": -38.076625501785799, "W22": -66.72072606735037, "S22": -101.72072606735037, "W31": -102.50135440465522, "S31": -102.50135440465522, "W32": -102.50135440465522, "S32": -105.21859596638993 }, "geometry": { "type": "Point", "coordinates": [ 102167.0, 506591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9756012629679747, "S11": 2.8784914290096104, "W12": -10.0, "S12": -10.0, "W13": -20.346278721957852, "S13": -22.536846081285425, "W21": -49.578439131900424, "S21": -72.098175974005684, "W22": -78.741305883304705, "S22": -96.852309090979588, "W31": -97.274432694579161, "S31": -97.274432694579161, "W32": -99.543502613890951, "S32": -104.54350261389095 }, "geometry": { "type": "Point", "coordinates": [ 102168.0, 500334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66995151219171878, "S11": 0.66995151219171878, "W12": -7.8945968351132274, "S12": -17.734082912987326, "W13": -21.014412613027091, "S13": -24.473202042216492, "W21": -36.701996299659228, "S21": -36.701996299659228, "W22": -77.206594791912835, "S22": -93.370046275704709, "W31": -93.370046275704709, "S31": -93.370046275704709, "W32": -97.693810796335271, "S32": -102.69381079633527 }, "geometry": { "type": "Point", "coordinates": [ 102168.0, 504708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67424142973299073, "S11": -0.67424142973299073, "W12": -10.219632701421801, "S12": -11.97629355677609, "W13": -30.0, "S13": -30.0, "W21": -37.101520397116431, "S21": -37.101520397116431, "W22": -40.0, "S22": -41.100117267663443, "W31": -72.562371357027672, "S31": -73.025082367357726, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102168.0, 509822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68028169014084505, "S11": 0.68028169014084505, "W12": -6.1543043958976709, "S12": -6.1543043958976709, "W13": -17.156548370192404, "S13": -18.156548370192404, "W21": -31.77990112001368, "S21": -32.952226697034426, "W22": -55.008568903000018, "S22": -60.999553236431879, "W31": -87.873845726065738, "S31": -87.873845726065738, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102169.0, 497634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8805345436207763, "S11": 2.8656800132090638, "W12": -7.1842108005166736, "S12": -7.1842108005166736, "W13": -20.0, "S13": -20.509251956560991, "W21": -52.479160818303043, "S21": -70.0, "W22": -45.376103565653651, "S22": -46.40532908732299, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102169.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2445339046885731, "S11": 2.8107656415430151, "W12": -8.5795198201474001, "S12": -8.5795198201474001, "W13": -19.695243443483594, "S13": -21.3703987229867, "W21": -49.999999999999993, "S21": -74.168466522678173, "W22": -41.016632391776312, "S22": -44.026587497730134, "W31": -78.470987608955625, "S31": -78.470987608955625, "W32": -91.515246363071157, "S32": -96.515246363071157 }, "geometry": { "type": "Point", "coordinates": [ 102169.0, 502834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8949311254549057, "S11": 2.8949311254549057, "W12": -4.3422264150943395, "S12": -4.3422264150943395, "W13": -15.389879492931295, "S13": -16.051456953171868, "W21": -38.484013562382451, "S21": -48.460946298848668, "W22": -44.456236074040589, "S22": -45.495891567822738, "W31": -83.515231296934473, "S31": -83.515231296934473, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 498357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.5554165409317848, "S12": -4.5554165409317848, "W13": -18.059338122093951, "S13": -18.685570132098661, "W21": -36.764265760591201, "S21": -37.581053148746292, "W22": -70.154254078676985, "S22": -85.383261712264769, "W31": -101.83214598175228, "S31": -101.83214598175228, "W32": -101.83214598175228, "S32": -104.90203081723521 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0617718775400142, "S12": -20.095119372723907, "W13": -20.624826811113508, "S13": -21.411060998349704, "W21": -36.982042453643686, "S21": -41.621427048842541, "W22": -76.851127557494294, "S22": -82.03786381340224, "W31": -99.217168210224457, "S31": -99.217168210224457, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 504149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0560165975103735, "S11": 1.0560165975103735, "W12": -6.594401301156851, "S12": -16.021010291036415, "W13": -20.0, "S13": -25.595019817525056, "W21": -36.958641350127827, "S21": -36.958641350127827, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -97.912833573269211, "S32": -102.91283357326921 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 504603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.180587652690656, "W13": -22.662621458495231, "S13": -22.662621458495231, "W21": -38.599253583439626, "S21": -38.599253583439626, "W22": -48.731271145480903, "S22": -56.678625084763667, "W31": -84.999873616096252, "S31": -84.999873616096252, "W32": -98.196512266961491, "S32": -103.19651226696149 }, "geometry": { "type": "Point", "coordinates": [ 102170.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.130019584539931, "S11": 2.6139081369323165, "W12": -9.4321985757590774, "S12": -9.4321985757590774, "W13": -19.612465895103607, "S13": -21.219460955843161, "W21": -48.63550114942668, "S21": -73.635501149426673, "W22": -39.646153040929548, "S22": -54.002552632508873, "W31": -79.639013670654563, "S31": -79.639013670654563, "W32": -97.622021175572513, "S32": -102.62202117557251 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 502915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75431689248063694, "S11": 0.75431689248063694, "W12": -12.062106066080533, "S12": -13.15477549899893, "W13": -25.0, "S13": -25.0, "W21": -38.180316498690587, "S21": -38.180316498690587, "W22": -37.565261223723411, "S22": -49.550207170312454, "W31": -76.443242330625424, "S31": -76.443242330625424, "W32": -96.806614465213926, "S32": -101.80661446521393 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 506473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7411988851041036, "S11": 3.7411988851041036, "W12": -3.4189890558284182, "S12": -12.994405980836635, "W13": -21.451843080527848, "S13": -21.451843080527848, "W21": -35.603333834169639, "S21": -38.4163142188794, "W22": -40.0, "S22": -40.860695788136404, "W31": -71.735226197995075, "S31": -72.110911034769629, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102171.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9138498001673163, "S12": -4.9138498001673163, "W13": -15.986615028352217, "S13": -16.560946919177002, "W21": -48.209999497849473, "S21": -57.677039094941847, "W22": -40.0, "S22": -40.905159777191436, "W31": -72.516448532012731, "S31": -72.977467860378994, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102171.333333333328483, 498969.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.845067539909836, "S12": -17.472274544246392, "W13": -25.0, "S13": -25.0, "W21": -34.109220805213788, "S21": -34.109220805213788, "W22": -37.104080398531586, "S22": -37.104080398531586, "W31": -70.0, "S31": -70.0, "W32": -79.558562075050048, "S32": -84.558562075050048 }, "geometry": { "type": "Point", "coordinates": [ 102171.333333333328483, 505450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16, "S11": 0.16, "W12": -18.700001, "S12": -18.900001, "W13": -23.200001, "S13": -23.350001, "W21": -33.8, "S21": -33.8, "W22": -40.771057936609189, "S22": -43.028045733586623, "W31": -69.30312324331544, "S31": -71.477102753051, "W32": -93.568760846928143, "S32": -98.568760846928143 }, "geometry": { "type": "Point", "coordinates": [ 102171.4, 507284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.85, "S11": 1.65, "W12": -2.75, "S12": -2.75, "W13": -20.66, "S13": -20.66, "W21": -30.75, "S21": -37.25, "W22": -73.624329159212877, "S22": -95.389039447426669, "W31": -98.549357563992203, "S31": -98.549357563992203, "W32": -100.54522749273961, "S32": -105.54522749273961 }, "geometry": { "type": "Point", "coordinates": [ 102171.8, 504096.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8158051176014478, "S12": -4.8158051176014478, "W13": -15.511577206557275, "S13": -15.511577206557275, "W21": -44.255014768996432, "S21": -53.9171960105068, "W22": -44.617610906879861, "S22": -45.329464623542542, "W31": -76.508183005769723, "S31": -76.952647193991425, "W32": -92.058197641404718, "S32": -97.058197641404718 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 498735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9589815065403697, "S11": 2.9010606923731501, "W12": -9.8618843097907121, "S12": -9.8618843097907121, "W13": -20.326963970088375, "S13": -22.419842793343104, "W21": -49.775862952754586, "S21": -69.775862952754579, "W22": -50.0, "S22": -50.560107693207947, "W31": -68.718908866959211, "S31": -73.430614002337705, "W32": -87.487969856546215, "S32": -92.487969856546215 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 500351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2189502322495023, "S11": 3.2189502322495023, "W12": -8.5234954720613523, "S12": -8.5234954720613523, "W13": -20.146630217419052, "S13": -21.489292949322586, "W21": -50.733270395527327, "S21": -65.733270395527327, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.849480309445084, "S32": -85.849480309445084 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 500503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93534377507238287, "S11": 0.93534377507238287, "W12": -6.8777113816681821, "S12": -16.870282165868851, "W13": -20.235344080123159, "S13": -25.3463990751276, "W21": -36.88534413210251, "S21": -36.88534413210251, "W22": -80.0, "S22": -95.0, "W31": -97.024846418004444, "S31": -97.024846418004444, "W32": -98.38446974814994, "S32": -103.38446974814994 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7926484038151766, "S12": -18.484335948142991, "W13": -21.746677755560668, "S13": -23.65935966824258, "W21": -36.486344179505217, "S21": -36.486344179505217, "W22": -36.332272276600456, "S22": -42.8737868923034, "W31": -71.627987887754699, "S31": -76.119135128004359, "W32": -95.643910409192657, "S32": -100.64391040919266 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 504783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8342010257079164, "S11": 2.8342010257079164, "W12": -7.5100494743351875, "S12": -13.557781223230439, "W13": -22.314041591541933, "S13": -22.314041591541933, "W21": -37.146354041983933, "S21": -39.707729013456117, "W22": -39.71686871744668, "S22": -43.518963711256724, "W31": -60.0, "S31": -60.856589996349228, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102172.0, 507644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3754373522458634, "S11": 3.1593100702605112, "W12": -7.3200776139263191, "S12": -7.3200776139263191, "W13": -20.0, "S13": -20.042066878442135, "W21": -51.921513695103116, "S21": -64.189898558826968, "W22": -70.0, "S22": -92.007064101952182, "W31": -98.64139491861593, "S31": -98.64139491861593, "W32": -98.64139491861593, "S32": -102.80948708060163 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5525498466257668, "S11": 2.5384834023258316, "W12": -8.004555703506437, "S12": -9.0076855939602734, "W13": -19.626841488603567, "S13": -22.818685015313321, "W21": -52.423514356972177, "S21": -67.423514356972177, "W22": -37.159337941942525, "S22": -48.321138030021146, "W31": -74.268287384933089, "S31": -74.268287384933089, "W32": -96.29207364130265, "S32": -101.29207364130265 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 501118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3677264838597707, "S11": 1.3677264838597707, "W12": -10.0, "S12": -10.814555205344124, "W13": -19.999999999999996, "S13": -24.055626145387933, "W21": -54.338827866227575, "S21": -61.162791416742721, "W22": -40.119352266971944, "S22": -43.773434961645044, "W31": -72.414976722165235, "S31": -72.489077715485422, "W32": -90.0283609479402, "S32": -95.0283609479402 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 501572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.845408650566243, "S12": -17.380817971966209, "W13": -25.0, "S13": -25.0, "W21": -34.097121931642356, "S21": -34.097121931642356, "W22": -44.120927057096509, "S22": -45.139756268479566, "W31": -77.014719006095532, "S31": -77.392131917431257, "W32": -91.99554522875998, "S32": -96.99554522875998 }, "geometry": { "type": "Point", "coordinates": [ 102173.0, 505452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8170069785474281, "S12": -4.8170069785474281, "W13": -15.498786446792536, "S13": -15.502963434251145, "W21": -44.225168016631848, "S21": -53.88790909986983, "W22": -44.234423247318716, "S22": -45.18113736006471, "W31": -76.930485346878882, "S31": -77.319807740442741, "W32": -92.01227045300665, "S32": -97.01227045300665 }, "geometry": { "type": "Point", "coordinates": [ 102174.0, 498734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49693777743332918, "S11": 0.49693777743332918, "W12": -6.9689118356221833, "S12": -8.5356748917993919, "W13": -17.085903209794637, "S13": -18.085903209794637, "W21": -29.364324578366357, "S21": -29.364324578366357, "W22": -79.224767139819591, "S22": -98.759418998615971, "W31": -98.759418998615971, "S31": -98.759418998615971, "W32": -99.226568334578047, "S32": -104.22656833457805 }, "geometry": { "type": "Point", "coordinates": [ 102174.25, 497487.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44721755269603525, "S11": 0.44721755269603525, "W12": -12.824381305605108, "S12": -12.824381305605108, "W13": -22.932601298552552, "S13": -22.932601298552552, "W21": -36.037667657919854, "S21": -36.037667657919854, "W22": -72.665925862472122, "S22": -93.62821735782488, "W31": -99.876011559855343, "S31": -99.876011559855343, "W32": -104.00935060544575, "S32": -109.00935060544575 }, "geometry": { "type": "Point", "coordinates": [ 102174.666666666671517, 506994.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2396946564885498, "S11": 3.2396946564885498, "W12": -4.3906350611719249, "S12": -4.3906350611719249, "W13": -16.931011560693641, "S13": -17.352970430417059, "W21": -36.61475030462428, "S21": -44.456236074040589, "W22": -45.654331489344322, "S22": -46.677857850623489, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 498151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4793306375466972, "S11": 3.2379868325134642, "W12": -8.164919930640556, "S12": -8.164919930640556, "W13": -20.351497881514213, "S13": -21.351497881514213, "W21": -48.387508459219532, "S21": -54.193454184025207, "W22": -70.209249515527588, "S22": -75.174686078326701, "W31": -102.7304875394458, "S31": -102.7304875394458, "W32": -102.7304875394458, "S32": -107.30091825982237 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 499816.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.902168431669188, "S11": 2.8815616473531245, "W12": -7.140263407148896, "S12": -7.140263407148896, "W13": -20.0, "S13": -20.510343990778033, "W21": -52.607775107025056, "S21": -76.851127557494294, "W22": -67.232874092981504, "S22": -96.801684565022825, "W31": -99.819077955216287, "S31": -99.819077955216287, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2333605310981715, "S11": 1.2333605310981715, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -23.71630217878235, "W21": -60.0, "S21": -69.811089162079611, "W22": -45.148662207357859, "S22": -45.148662207357859, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 501706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.0675653727464676, "S12": -2.0675653727464676, "W13": -18.426447924404926, "S13": -20.886783188292551, "W21": -39.078173439789822, "S21": -42.563942116950059, "W22": -77.052040389811722, "S22": -93.744275272442522, "W31": -93.744275272442522, "S31": -93.744275272442522, "W32": -97.846876842447799, "S32": -102.8468768424478 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 503492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.3960104960883948, "S12": -4.3960104960883948, "W13": -18.059751008181699, "S13": -18.36738258155151, "W21": -36.563632028902845, "S21": -37.099322489209719, "W22": -76.966023991389733, "S22": -105.34209006928407, "W31": -105.34209006928407, "S31": -105.34209006928407, "W32": -105.34209006928407, "S32": -108.51639541409445 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 503678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49970027421720548, "W12": -3.8657016692737658, "S12": -10.647016893098927, "W13": -18.031007751937985, "S13": -19.409801307576799, "W21": -33.797490068711802, "S21": -35.241953212434211, "W22": -80.0, "S22": -95.0, "W31": -97.975460122699388, "S31": -97.975460122699388, "W32": -98.421485443757874, "S32": -103.42148544375787 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 503942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49008503738996256, "S11": 0.49008503738996256, "W12": -12.401904212348452, "S12": -18.650427838506452, "W13": -25.0, "S13": -25.0, "W21": -34.293920941865125, "S21": -34.293920941865125, "W22": -39.58610808398565, "S22": -53.401534222908019, "W31": -79.561510634776056, "S31": -79.561510634776056, "W32": -97.563635083816322, "S32": -102.56363508381632 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 505387.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.964797380270161, "S12": -17.602756896037175, "W13": -25.0, "S13": -25.0, "W21": -34.102768785560237, "S21": -34.102768785560237, "W22": -62.61904761904762, "S22": -70.67375015823545, "W31": -87.983418431828511, "S31": -87.983418431828511, "W32": -98.424971706313926, "S32": -103.42497170631393 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 505448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.483645082088799, "S11": 2.483645082088799, "W12": -10.0, "S12": -10.591235709229739, "W13": -20.0, "S13": -20.0, "W21": -37.104080398531586, "S21": -37.104080398531586, "W22": -37.60667119698855, "S22": -49.223712893067997, "W31": -76.359549041307886, "S31": -76.359549041307886, "W32": -96.800335609160129, "S32": -101.80033560916013 }, "geometry": { "type": "Point", "coordinates": [ 102175.0, 511454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8030822174946586, "S12": -8.8030822174946586, "W13": -20.461117178567712, "S13": -20.461117178567712, "W21": -43.464058543112515, "S21": -46.256333135005356, "W22": -43.059695137638187, "S22": -43.059695137638187, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102175.078651685398654, 516325.617977528076153 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0327995524985445, "S11": 4.0327995524985445, "W12": -2.7179732244458661, "S12": -9.5925857120864926, "W13": -20.951703787110333, "S13": -20.951703787110333, "W21": -35.159416902436469, "S21": -37.201809272004013, "W22": -45.47139248467235, "S22": -47.345236346665914, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102176.0, 508116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34590517241379315, "S11": 0.34590517241379315, "W12": -5.2181068125201771, "S12": -5.2181068125201771, "W13": -15.690990464178569, "S13": -21.385647798384728, "W21": -49.999999999999993, "S21": -70.808507580656737, "W22": -79.512676215978942, "S22": -98.206903310054585, "W31": -98.206903310054585, "S31": -98.206903310054585, "W32": -98.76992351592925, "S32": -103.76992351592925 }, "geometry": { "type": "Point", "coordinates": [ 102177.0, 502549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22512488099450251, "S11": 0.22512488099450251, "W12": -15.0, "S12": -16.0, "W13": -23.098452153137728, "S13": -23.179730647968533, "W21": -34.28620072593408, "S21": -37.692486104319357, "W22": -39.953133946724002, "S22": -39.953133946724002, "W31": -67.88332049177582, "S31": -68.251070891775825, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102177.0, 507214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1644045729948067, "S11": -1.1644045729948067, "W12": -10.0, "S12": -11.563469939671313, "W13": -26.764919597343987, "S13": -26.764919597343987, "W21": -40.0, "S21": -40.0, "W22": -43.229393746338509, "S22": -43.229393746338509, "W31": -82.159545333753272, "S31": -82.159545333753272, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102177.0, 509223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.7290352549321764, "S12": -8.7290352549321764, "W13": -23.813629992197693, "S13": -23.813629992197693, "W21": -42.836907811383092, "S21": -45.599228475126672, "W22": -76.689776626999105, "S22": -91.041763866132428, "W31": -97.480788738657367, "S31": -97.480788738657367, "W32": -99.801858696042203, "S32": -104.8018586960422 }, "geometry": { "type": "Point", "coordinates": [ 102177.4587155963236, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84845825547192022, "S11": 0.84845825547192022, "W12": -15.0, "S12": -15.0, "W13": -23.201510475115789, "S13": -23.201510475115789, "W21": -43.914298682635504, "S21": -44.841225837286302, "W22": -40.0, "S22": -40.034332308132463, "W31": -69.213091688720638, "S31": -69.600554088720642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102177.666666666671517, 513208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71281216069489695, "S11": 0.71281216069489695, "W12": -10.0, "S12": -10.0, "W13": -17.536324370568032, "S13": -20.733386068796509, "W21": -54.176631004824834, "S21": -64.034560115983666, "W22": -50.0, "S22": -51.153769242207723, "W31": -68.628686214959302, "S31": -71.630064641107893, "W32": -91.423233695652172, "S32": -96.423233695652172 }, "geometry": { "type": "Point", "coordinates": [ 102178.0, 501911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.197458932409635, "S12": -9.3623951553458475, "W13": -19.438725907916538, "S13": -25.99665423679054, "W21": -36.017718868365108, "S21": -36.017718868365108, "W22": -42.946635730858468, "S22": -42.946635730858468, "W31": -69.602051263697319, "S31": -69.607959825720187, "W32": -82.009614083461429, "S32": -87.009614083461429 }, "geometry": { "type": "Point", "coordinates": [ 102178.0, 504318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49114741370242798, "S11": 0.49114741370242798, "W12": -9.8784591263449979, "S12": -19.388830944308744, "W13": -22.641224143117729, "S13": -22.641224143117729, "W21": -36.214450778568292, "S21": -36.214450778568292, "W22": -78.376030774089401, "S22": -88.276587679748303, "W31": -98.498392565672603, "S31": -98.498392565672603, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102178.4, 504874.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5862482039492587, "S11": 3.3131555492881213, "W12": -6.1099168706650353, "S12": -6.1099168706650353, "W13": -19.542951401296644, "S13": -20.478375551614413, "W21": -51.328303508368769, "S21": -66.244420062209741, "W22": -40.057517525573694, "S22": -40.057517525573694, "W31": -71.269714330663234, "S31": -72.030017393687388, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 499668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7881732012063805, "S11": 1.7881732012063805, "W12": -3.6069786344632231, "S12": -7.7331584981169286, "W13": -20.680750307502962, "S13": -20.797170389968478, "W21": -32.445850464654569, "S21": -37.107634886160824, "W22": -39.929816231774517, "S22": -59.929816231774517, "W31": -69.727647541360639, "S31": -69.828663935181524, "W32": -90.173254036918209, "S32": -95.173254036918209 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 504108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.4915492392308, "S12": -14.4915492392308, "W13": -24.900290116328197, "S13": -24.900290116328197, "W21": -37.975425640817562, "S21": -37.975425640817562, "W22": -72.347967654257772, "S22": -72.347967654257772, "W31": -94.560159771140917, "S31": -94.560159771140917, "W32": -99.668517214508469, "S32": -104.66851721450847 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2562957682951677, "S11": 0.2562957682951677, "W12": -15.0, "S12": -17.771370526644787, "W13": -23.055576362619913, "S13": -23.104202189371346, "W21": -34.521877193697641, "S21": -39.521877193697641, "W22": -50.115103656378857, "S22": -50.115103656378857, "W31": -68.79886891250797, "S31": -73.632838593288938, "W32": -84.737200699654835, "S32": -89.737200699654835 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 507181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24927878982768353, "S11": 0.24927878982768353, "W12": -14.999999999999998, "S12": -18.0, "W13": -23.061437157466678, "S13": -23.11725491897699, "W21": -34.466861189777909, "S21": -39.132344948377543, "W22": -80.0, "S22": -96.686461627264976, "W31": -98.454929056313787, "S31": -98.454929056313787, "W32": -99.842428411291138, "S32": -104.84242841129114 }, "geometry": { "type": "Point", "coordinates": [ 102179.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5430118865030678, "S11": 2.5430118865030678, "W12": -8.1376591211717724, "S12": -8.1376591211717724, "W13": -19.378214134728065, "S13": -22.703801216104161, "W21": -52.426294820717132, "S21": -64.257202263668816, "W22": -80.0, "S22": -95.0, "W31": -95.370807545625595, "S31": -95.370807545625595, "W32": -98.044067297401583, "S32": -103.04406729740158 }, "geometry": { "type": "Point", "coordinates": [ 102179.5, 501167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1537657495113334, "S11": 3.0283207261932641, "W12": -10.0, "S12": -10.0, "W13": -20.463797688647155, "S13": -21.772763547188926, "W21": -48.621765894225447, "S21": -72.665925862472122, "W22": -80.0, "S22": -96.181925412839433, "W31": -98.335605357734991, "S31": -98.335605357734991, "W32": -99.215326607561394, "S32": -104.21532660756139 }, "geometry": { "type": "Point", "coordinates": [ 102179.666666666671517, 500223.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50180236604036188, "S11": 0.50180236604036188, "W12": -6.7606942697014762, "S12": -7.7402345062675355, "W13": -17.097292772724554, "S13": -18.097292772724554, "W21": -30.015258940595324, "S21": -30.269430231579317, "W22": -44.343687003414978, "S22": -44.343687003414978, "W31": -71.77419735131771, "S31": -72.385099379296136, "W32": -92.601957168638279, "S32": -97.601957168638279 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 497526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3952932187201528, "S11": 3.3272454074018167, "W12": -10.0, "S12": -10.407823995472553, "W13": -20.830089945676377, "S13": -21.434873204271295, "W21": -47.169366806998987, "S21": -64.508654393953236, "W22": -70.176777262598137, "S22": -83.28525946007764, "W31": -102.63163015582576, "S31": -102.63163015582576, "W32": -102.7141351798886, "S32": -107.7141351798886 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 499936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3418507202095156, "S11": 3.190545422557959, "W12": -6.528291980403945, "S12": -6.528291980403945, "W13": -20.021291745431633, "S13": -20.021291745431633, "W21": -51.241639871382631, "S21": -67.232874092981504, "W22": -50.0, "S22": -50.579401454752606, "W31": -68.699937944146853, "S31": -73.445128089141093, "W32": -87.784138369347886, "S32": -92.784138369347886 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 500774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8699116920148851, "S11": 1.8699116920148851, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -22.971057316334651, "S13": -22.971057316334651, "W21": -41.348689208869892, "S21": -42.809704173981899, "W22": -44.053174270657166, "S22": -45.582216369150217, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102180.0, 512556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8160677604912387, "S11": 1.8160677604912387, "W12": -9.6082023424256437, "S12": -9.6082023424256437, "W13": -18.869203265487414, "S13": -23.093394436642203, "W21": -56.668149302361975, "S21": -64.225873857223704, "W22": -66.516782153213398, "S22": -93.01376839717102, "W31": -99.600144001526715, "S31": -99.600144001526715, "W32": -100.04224137931035, "S32": -105.04224137931035 }, "geometry": { "type": "Point", "coordinates": [ 102180.25, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0537437979251241, "S11": 2.9010181687574201, "W12": -10.0, "S12": -10.0, "W13": -20.384882664853841, "S13": -22.599020738437964, "W21": -49.326445211338083, "S21": -76.966023991389733, "W22": -80.0, "S22": -95.0, "W31": -97.852760736196316, "S31": -97.852760736196316, "W32": -98.48998887652948, "S32": -103.48998887652948 }, "geometry": { "type": "Point", "coordinates": [ 102181.0, 500296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32002383790226463, "S11": 0.32002383790226463, "W12": -8.4974371346256063, "S12": -8.4974371346256063, "W13": -16.586924461987, "S13": -19.546329062798907, "W21": -53.532841328413291, "S21": -64.821158590428524, "W22": -70.181311793278638, "S22": -84.005547500307358, "W31": -90.453654947431872, "S31": -90.453654947431872, "W32": -98.67905192399742, "S32": -103.67905192399742 }, "geometry": { "type": "Point", "coordinates": [ 102181.0, 502003.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.86, "S11": 2.86, "W12": -4.2399998, "S12": -4.2399998, "W13": -18.049999, "S13": -18.049999, "W21": -36.358844221728965, "S21": -36.616982980901632, "W22": -39.352406179833864, "S22": -51.117727922550728, "W31": -78.760776356025175, "S31": -78.760776356025175, "W32": -97.347838696101419, "S32": -102.34783869610142 }, "geometry": { "type": "Point", "coordinates": [ 102181.8, 503695.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49810214360446731, "S11": 0.49810214360446731, "W12": -3.3085777237501901, "S12": -9.8796159751163088, "W13": -18.618971793112998, "S13": -21.602086239641974, "W21": -40.185798470286279, "S21": -45.185798470286279, "W22": -37.483315662249595, "S22": -47.402688219168731, "W31": -73.555623194281068, "S31": -74.335173935050918, "W32": -96.124728630563567, "S32": -101.12472863056357 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.9409259222588622, "S12": -11.660467369566195, "W13": -17.822812846068658, "S13": -20.201981073869334, "W21": -33.486844680182585, "S21": -35.158625087129877, "W22": -39.867849444111883, "S22": -41.219473133023165, "W31": -60.540901908350556, "S31": -60.540901908350556, "W32": -90.596894208993859, "S32": -95.596894208993859 }, "geometry": { "type": "Point", "coordinates": [ 102182.0, 503943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0538228311520355, "S11": 2.0538228311520355, "W12": -14.936452380959038, "S12": -14.936452380959038, "W13": -22.890244552831462, "S13": -22.890244552831462, "W21": -40.899726833499756, "S21": -42.86964830020792, "W22": -47.042229293884915, "S22": -47.042229293884915, "W31": -68.951063109246974, "S31": -69.856760989105638, "W32": -83.794669766640837, "S32": -88.794669766640837 }, "geometry": { "type": "Point", "coordinates": [ 102182.461538461531745, 512447.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48113941403385724, "S11": 0.48113941403385724, "W12": -9.1124522691796255, "S12": -9.66069355780553, "W13": -18.87268941985096, "S13": -19.765162282832762, "W21": -23.252294628152296, "S21": -23.252294628152296, "W22": -51.912218770603928, "S22": -55.098368110690188, "W31": -86.936632498690258, "S31": -86.936632498690258, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102182.5, 496973.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4720445163315068, "S11": 2.4720445163315068, "W12": -8.4583936972924985, "S12": -9.7959031224997126, "W13": -18.876266207139974, "S13": -22.545862546021183, "W21": -55.051190785263643, "S21": -61.305696010258629, "W22": -80.851287218847887, "S22": -80.851287218847887, "W31": -99.755639644520784, "S31": -99.755639644520784, "W32": -104.37624333572057, "S32": -109.37624333572057 }, "geometry": { "type": "Point", "coordinates": [ 102183.0, 501261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46352279960572013, "S11": 0.46352279960572013, "W12": -12.080640507789958, "S12": -19.281367274518004, "W13": -25.0, "S13": -25.0, "W21": -34.741696490946509, "S21": -34.741696490946509, "W22": -67.697852344282865, "S22": -100.9389747285568, "W31": -102.33245395907755, "S31": -102.33245395907755, "W32": -102.33245395907755, "S32": -105.33029892975767 }, "geometry": { "type": "Point", "coordinates": [ 102183.0, 505261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7834393425878636, "S11": 1.7834393425878636, "W12": -4.8378863490019315, "S12": -4.8378863490019315, "W13": -17.222485485353999, "S13": -18.148397559600365, "W21": -34.802028881473646, "S21": -43.229393746338509, "W22": -65.923263168651062, "S22": -65.923263168651062, "W31": -101.74372226798187, "S31": -101.74372226798187, "W32": -101.74372226798187, "S32": -106.13830353504736 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 497903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6573542837922255, "S11": 2.6049820222945366, "W12": -7.7126852881822456, "S12": -7.7126852881822456, "W13": -19.833248666497337, "S13": -22.903305977657592, "W21": -53.30256062050325, "S21": -73.302560620503243, "W22": -74.078527993632065, "S22": -87.987811686679933, "W31": -96.153706750596683, "S31": -96.153706750596683, "W32": -99.891936323249197, "S32": -104.8919363232492 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 501063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46076685097491099, "S11": 0.46076685097491099, "W12": -12.238315060588574, "S12": -19.202451685840508, "W13": -25.0, "S13": -25.0, "W21": -34.573592733128621, "S21": -34.573592733128621, "W22": -39.588182549433355, "S22": -53.388596976293023, "W31": -79.559532681718721, "S31": -79.559532681718721, "W32": -97.557411955215514, "S32": -102.55741195521551 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 505296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.07723499491353, "S11": -1.07723499491353, "W12": -10.0, "S12": -13.0, "W13": -25.451881643205976, "S13": -25.451881643205976, "W21": -40.0, "S21": -41.583417677562167, "W22": -39.704461803059651, "S22": -39.704461803059651, "W31": -68.527003035335895, "S31": -71.337714937288482, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4542095134650115, "S12": -11.454209513465011, "W13": -30.0, "S13": -30.0, "W21": -34.000834986420699, "S21": -34.000834986420699, "W22": -39.871104270172253, "S22": -59.871104270172253, "W31": -69.520038639046888, "S31": -69.640771457838056, "W32": -90.096403288151663, "S32": -95.096403288151663 }, "geometry": { "type": "Point", "coordinates": [ 102184.0, 510124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8510421919650364, "S11": 2.8019781273460076, "W12": -7.2392023687364953, "S12": -7.2392023687364953, "W13": -20.0, "S13": -21.444943274889152, "W21": -53.376030774089408, "S21": -78.376030774089401, "W22": -50.0, "S22": -50.381862571049439, "W31": -68.743656493941401, "S31": -74.418196176481089, "W32": -85.806927546758672, "S32": -90.806927546758672 }, "geometry": { "type": "Point", "coordinates": [ 102185.0, 500952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.795640605812526, "S12": -13.788975418472262, "W13": -23.912043872600716, "S13": -23.912043872600716, "W21": -35.261626607649895, "S21": -35.261626607649895, "W22": -80.0, "S22": -95.0, "W31": -96.440542183190914, "S31": -96.440542183190914, "W32": -98.18929744955102, "S32": -103.18929744955102 }, "geometry": { "type": "Point", "coordinates": [ 102185.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8249140809938551, "S11": 0.8249140809938551, "W12": -12.167288931711429, "S12": -14.490454483373316, "W13": -25.0, "S13": -25.0, "W21": -38.274459674942598, "S21": -38.274459674942598, "W22": -68.978739794373354, "S22": -82.235174455844643, "W31": -90.0, "S31": -90.0, "W32": -95.134225633217426, "S32": -100.13422563321743 }, "geometry": { "type": "Point", "coordinates": [ 102185.0, 506474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8840377630102316, "S11": 2.8840377630102316, "W12": -8.9692990966473598, "S12": -8.9692990966473598, "W13": -19.551196089264735, "S13": -20.688484645055357, "W21": -47.347967654257772, "S21": -72.347967654257772, "W22": -73.641621943947243, "S22": -96.63174383650761, "W31": -98.25924173178889, "S31": -98.25924173178889, "W32": -100.4314901450187, "S32": -105.4314901450187 }, "geometry": { "type": "Point", "coordinates": [ 102185.571428571434808, 502991.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0210640470320567, "S11": -1.0210640470320567, "W12": -10.576417044666409, "S12": -10.992484653823983, "W13": -28.423792884753837, "S13": -28.423792884753837, "W21": -40.0, "S21": -40.0, "W22": -79.999999999999986, "S22": -94.749912777534448, "W31": -94.749912777534448, "S31": -94.749912777534448, "W32": -97.734665374479818, "S32": -102.73466537447982 }, "geometry": { "type": "Point", "coordinates": [ 102185.571428571434808, 509450.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52118303475993055, "S11": -0.52118303475993055, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -20.888403410665667, "W21": -48.526183049856229, "S21": -66.166606873992663, "W22": -75.17862053448664, "S22": -95.73707220924247, "W31": -98.455808142691836, "S31": -98.455808142691836, "W32": -100.40454985479188, "S32": -105.40454985479188 }, "geometry": { "type": "Point", "coordinates": [ 102185.75, 502271.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3015388599119595, "S11": 1.3015388599119595, "W12": -10.0, "S12": -10.0, "W13": -18.659264355249178, "S13": -22.139755090333697, "W21": -60.0, "S21": -71.048891189234382, "W22": -37.751882393494867, "S22": -49.132128112448854, "W31": -77.060781640101993, "S31": -77.060781640101993, "W32": -96.970110474660999, "S32": -101.970110474661 }, "geometry": { "type": "Point", "coordinates": [ 102186.0, 501807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2333850801376185, "S12": -6.2333850801376185, "W13": -14.999999999999998, "S13": -18.355807539074469, "W21": -48.804204993429693, "S21": -64.882439368941561, "W22": -48.560823183062325, "S22": -49.943007324028635, "W31": -84.912246107262817, "S31": -84.912246107262817, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102186.0, 502204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5390012070006035, "S11": 0.5390012070006035, "W12": -15.474452509766548, "S12": -17.600340834639645, "W13": -22.853007209383701, "S13": -22.853007209383701, "W21": -35.023139998928116, "S21": -37.642935470018266, "W22": -53.456561922365992, "S22": -58.319491945821817, "W31": -87.589640652985508, "S31": -87.589640652985508, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102186.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3429288443170968, "S11": 3.3429288443170968, "W12": -10.181643627839636, "S12": -10.949771103787569, "W13": -20.623449104995991, "S13": -21.27634484044955, "W21": -46.947301412505254, "S21": -68.362077516256079, "W22": -39.449866839063283, "S22": -51.779854226071905, "W31": -79.019992723803256, "S31": -79.019992723803256, "W32": -97.411333367399678, "S32": -102.41133336739968 }, "geometry": { "type": "Point", "coordinates": [ 102186.25, 499960.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1994961525599239, "S11": -1.1994961525599239, "W12": -9.9999999999999982, "S12": -11.443049719159443, "W13": -26.7522625432014, "S13": -26.7522625432014, "W21": -40.020484879669681, "S21": -40.020484879669681, "W22": -37.44468416032116, "S22": -48.379375901213777, "W31": -74.836546666440753, "S31": -74.836546666440753, "W32": -96.441493567958048, "S32": -101.44149356795805 }, "geometry": { "type": "Point", "coordinates": [ 102186.5, 509221.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47001539164969774, "S11": 0.47001539164969774, "W12": -8.6745714505342448, "S12": -9.2882078141706081, "W13": -17.348924784769839, "S13": -17.977348127488035, "W21": -23.798332652177454, "S21": -23.798332652177454, "W22": -54.379477362261412, "S22": -54.379477362261412, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 497079.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3661763422086426, "S11": 3.2313210718645684, "W12": -6.4518222726162522, "S12": -6.4518222726162522, "W13": -20.0, "S13": -20.0, "W21": -51.257315112540191, "S21": -66.516782153213398, "W22": -45.066307577071292, "S22": -45.900284455684009, "W31": -84.007391734989426, "S31": -84.007391734989426, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 500768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22089789431863327, "S11": 0.22089789431863327, "W12": -7.8126485972420356, "S12": -7.8126485972420356, "W13": -16.162847762706001, "S13": -18.452428276914389, "W21": -52.413284132841326, "S21": -64.854067787054959, "W22": -70.000000000000014, "S22": -98.936088969500275, "W31": -99.993968456908391, "S31": -99.993968456908391, "W32": -99.993968456908391, "S32": -103.09544052168425 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 502047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.7261146496815307, "W13": -18.815752301395079, "S13": -22.785857339950223, "W21": -41.549521163000634, "S21": -44.972460231100989, "W22": -66.649001263370579, "S22": -93.587016482140399, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 503334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3073915131648084, "S12": -12.147508755867392, "W13": -19.989927602947095, "S13": -22.273508127669686, "W21": -34.232189936961667, "S21": -39.232189936961667, "W22": -55.828133862733978, "S22": -64.292933569398201, "W31": -86.834335978969719, "S31": -86.834335978969719, "W32": -98.334387498077518, "S32": -103.33438749807752 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57487730656189495, "S11": 0.57487730656189495, "W12": -5.0, "S12": -19.85203857395053, "W13": -20.66215196177334, "S13": -21.181038142713827, "W21": -36.64298958955429, "S21": -37.483315662249595, "W22": -39.714368591844945, "S22": -54.561098223365413, "W31": -79.70989801905057, "S31": -79.70989801905057, "W32": -97.657970567893699, "S32": -102.6579705678937 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66544807035395026, "S11": 0.66544807035395026, "W12": -8.4501513060376823, "S12": -18.170555626820601, "W13": -21.564463043901402, "S13": -23.94868066980068, "W21": -36.450711137084959, "S21": -36.450711137084959, "W22": -37.639027977717987, "S22": -48.769906236587424, "W31": -76.191689708256149, "S31": -76.191689708256149, "W32": -96.774613298338593, "S32": -101.77461329833859 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 504762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79827917628390077, "S11": -0.79827917628390077, "W12": -10.359722748815166, "S12": -11.944274545518109, "W13": -30.0, "S13": -30.0, "W21": -38.126666666666658, "S21": -38.126666666666658, "W22": -40.066695967048076, "S22": -46.604684423855723, "W31": -71.735139315024071, "S31": -71.784389998580636, "W32": -90.035999307983957, "S32": -95.035999307983957 }, "geometry": { "type": "Point", "coordinates": [ 102187.0, 509748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8043134690827571, "S12": -4.8043134690827571, "W13": -15.0, "S13": -15.716930676521383, "W21": -42.150715807457573, "S21": -51.912218770603928, "W22": -41.313876841492572, "S22": -41.313876841492572, "W31": -70.0, "S31": -70.091488999667874, "W32": -93.096637857346366, "S32": -98.096637857346366 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 498613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5262909205155535, "S11": 3.5262909205155535, "W12": -10.038215977183658, "S12": -10.134106388143358, "W13": -20.563682060948814, "S13": -20.877476857218028, "W21": -47.808828245157613, "S21": -80.851287218847887, "W22": -74.888353841600079, "S22": -107.98859699769052, "W31": -107.98859699769052, "S31": -107.98859699769052, "W32": -107.98859699769052, "S32": -109.05483588419695 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 500131.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3887474747474746, "S11": 3.2318186701864331, "W12": -7.5547608827866286, "S12": -7.5547608827866286, "W13": -20.0, "S13": -20.305595759478205, "W21": -51.625346362276552, "S21": -64.30872254051134, "W22": -77.427262470196709, "S22": -87.607835256406773, "W31": -97.84875561052209, "S31": -97.84875561052209, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 500612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4931678486997635, "S11": 3.1590502016409401, "W12": -6.4740186081474533, "S12": -6.4740186081474533, "W13": -20.49131343283582, "S13": -20.49131343283582, "W21": -52.240526081141326, "S21": -63.707963956034213, "W22": -80.0, "S22": -98.785778675224464, "W31": -98.785778675224464, "S31": -98.785778675224464, "W32": -98.803385919725287, "S32": -103.80338591972529 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0113473159136945, "S11": 2.5113473159136945, "W12": -8.8313905813329523, "S12": -8.8313905813329523, "W13": -19.732302694965181, "S13": -21.655594620431017, "W21": -49.882364863153093, "S21": -74.078527993632065, "W22": -69.109400460278593, "S22": -104.74740323420369, "W31": -104.74740323420369, "S31": -104.74740323420369, "W32": -104.74740323420369, "S32": -105.74678180219077 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 502857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.629166666668445, "S11": 2.629166666668445, "W12": -4.4051687427536255, "S12": -5.4118059108930856, "W13": -18.174942915234116, "S13": -18.364564745916603, "W21": -36.283537470754197, "S21": -36.283537470754197, "W22": -66.127340600811777, "S22": -83.525765144747396, "W31": -101.8102781618408, "S31": -101.8102781618408, "W32": -101.8102781618408, "S32": -105.24651397086157 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 503697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4270243252249251, "S11": 1.4270243252249251, "W12": -5.535272253251029, "S12": -13.028965965198097, "W13": -19.68263831597109, "S13": -26.893582420669105, "W21": -37.050927837025682, "S21": -39.704461803059651, "W22": -75.620262565017313, "S22": -88.379172278932813, "W31": -97.543228233027222, "S31": -97.543228233027222, "W32": -99.960302367026713, "S32": -104.96030236702671 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 504525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54444064731664055, "S11": 0.54444064731664055, "W12": -10.653880123650085, "S12": -10.749404599174561, "W13": -25.0, "S13": -25.0, "W21": -38.333585907736953, "S21": -38.333585907736953, "W22": -80.0, "S22": -96.098918335592032, "W31": -98.227586507189528, "S31": -98.227586507189528, "W32": -99.099765617038628, "S32": -104.09976561703863 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 506413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1208247160730211, "S11": -1.1208247160730211, "W12": -10.269248139805887, "S12": -10.690128130757136, "W13": -27.554020604489363, "S13": -27.554020604489363, "W21": -40.0, "S21": -40.0, "W22": -41.085792789805296, "S22": -57.297844518687256, "W31": -81.398345047032478, "S31": -81.398345047032478, "W32": -97.931949982383799, "S32": -102.9319499823838 }, "geometry": { "type": "Point", "coordinates": [ 102188.0, 509331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1096407889975408, "S11": 1.1096407889975408, "W12": -10.0, "S12": -10.0, "W13": -17.955927022335899, "S13": -21.265361964302933, "W21": -55.088105726871547, "S21": -65.406699275432018, "W22": -49.800725232172745, "S22": -49.800725232172745, "W31": -68.801011141598025, "S31": -73.068774547780478, "W32": -84.64090419452188, "S32": -89.64090419452188 }, "geometry": { "type": "Point", "coordinates": [ 102188.166666666671517, 501875.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1212244389200117, "S11": 2.8910337177556009, "W12": -5.4075987049905248, "S12": -5.4075987049905248, "W13": -17.380446844098678, "S13": -17.380446844098678, "W21": -59.689828963594444, "S21": -68.978739794373354, "W22": -77.452459009477352, "S22": -92.362261546189458, "W31": -97.237700855532168, "S31": -97.237700855532168, "W32": -99.645388544021401, "S32": -104.6453885440214 }, "geometry": { "type": "Point", "coordinates": [ 102188.5, 499197.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3601868656311285, "S11": 1.3601868656311285, "W12": -5.667919597712296, "S12": -5.667919597712296, "W13": -16.908522833925918, "S13": -20.6723346433361, "W21": -50.0, "S21": -71.211120691719728, "W22": -39.996781529468365, "S22": -39.996781529468365, "W31": -62.937832884715178, "S31": -65.156994961163861, "W32": -92.115550523024154, "S32": -97.115550523024154 }, "geometry": { "type": "Point", "coordinates": [ 102188.5, 502593.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3384823647220263, "S11": 1.3384823647220263, "W12": -10.0, "S12": -10.368246431942341, "W13": -20.0, "S13": -23.776485440847104, "W21": -60.0, "S21": -70.019370552923661, "W22": -69.368958915575462, "S22": -69.368958915575462, "W31": -94.836673623118813, "S31": -94.836673623118813, "W32": -96.407723591487567, "S32": -101.40772359148757 }, "geometry": { "type": "Point", "coordinates": [ 102189.0, 501694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63355062829695341, "S11": -0.63355062829695341, "W12": -4.820287645962666, "S12": -4.820287645962666, "W13": -13.863199749870839, "S13": -22.868886288652, "W21": -48.861625100563153, "S21": -68.861625100563145, "W22": -76.605745733355434, "S22": -109.51600153578609, "W31": -109.51600153578609, "S31": -109.51600153578609, "W32": -109.51600153578609, "S32": -109.51600153578609 }, "geometry": { "type": "Point", "coordinates": [ 102189.0, 502491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40361118653271788, "S11": 0.40361118653271788, "W12": -4.9513986499624885, "S12": -13.897042443331804, "W13": -20.0, "S13": -25.093816101385848, "W21": -34.350193993021918, "S21": -34.350193993021918, "W22": -78.433134591794683, "S22": -78.433134591794683, "W31": -100.0, "S31": -100.0, "W32": -103.42949013461184, "S32": -108.42949013461184 }, "geometry": { "type": "Point", "coordinates": [ 102189.0, 503887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7487617180575397, "S11": 2.7487617180575397, "W12": -4.4132964692695689, "S12": -4.4132964692695689, "W13": -15.251891074130107, "S13": -16.036271472935304, "W21": -38.600754842223544, "S21": -48.560823183062325, "W22": -64.816505893258423, "S22": -69.641085651519916, "W31": -101.2745983598507, "S31": -101.2745983598507, "W32": -101.2745983598507, "S32": -105.97490525615696 }, "geometry": { "type": "Point", "coordinates": [ 102190.0, 498374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8251486172137508, "S12": -4.8251486172137508, "W13": -15.260043325861504, "S13": -15.436755985335218, "W21": -43.364552350174449, "S21": -53.063386496505032, "W22": -76.307558087284477, "S22": -86.762403780203798, "W31": -98.51192838012102, "S31": -98.51192838012102, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102190.0, 498688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3017112736339111, "S12": -10.583826527396923, "W13": -19.204374500546855, "S13": -20.967814379549207, "W21": -34.134931872692924, "S21": -38.902258605366193, "W22": -41.820976542346799, "S22": -41.820976542346799, "W31": -70.0, "S31": -70.181151607603681, "W32": -93.017095640611657, "S32": -98.017095640611657 }, "geometry": { "type": "Point", "coordinates": [ 102190.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27611424660370393, "S11": -0.28038126287544601, "W12": -5.0, "S12": -19.891877365297677, "W13": -20.181605242701544, "S13": -25.403778742665171, "W21": -31.276871158982196, "S21": -37.06740236038879, "W22": -37.868732240393499, "S22": -37.868732240393499, "W31": -70.0, "S31": -70.0, "W32": -79.994730032086309, "S32": -84.994730032086309 }, "geometry": { "type": "Point", "coordinates": [ 102190.0, 504058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86376584611945562, "S11": -0.86376584611945562, "W12": -8.907624639891127, "S12": -8.907624639891127, "W13": -23.271069744885772, "S13": -23.271069744885772, "W21": -41.849275475402365, "S21": -46.557191192639799, "W22": -79.275827170461056, "S22": -98.383473689815276, "W31": -98.383473689815276, "S31": -98.383473689815276, "W32": -99.391803584764759, "S32": -104.39180358476476 }, "geometry": { "type": "Point", "coordinates": [ 102190.2, 514371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3147219193020718, "S11": 3.3147219193020718, "W12": -4.4373832904056663, "S12": -4.4373832904056663, "W13": -16.827890173410406, "S13": -17.277926329364625, "W21": -36.502381056069368, "S21": -44.290610674979163, "W22": -45.052364229978807, "S22": -45.052364229978807, "W31": -73.099216884263583, "S31": -73.854467388973347, "W32": -92.546030117394906, "S32": -97.546030117394906 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6066492877375915, "S11": 3.3130629672240426, "W12": -6.8510429416564671, "S12": -6.8510429416564671, "W13": -19.690144979325133, "S13": -20.690144979325133, "W21": -50.080618811544376, "S21": -62.342108110623549, "W22": -44.138177643708595, "S22": -44.891941340831707, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 499701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4034160756501186, "S11": 3.1885475897948847, "W12": -7.1574197438363019, "S12": -7.1574197438363019, "W13": -20.000000000000004, "S13": -20.029867859626702, "W21": -51.867094970697138, "S21": -64.182219220911364, "W22": -47.966994992849742, "S22": -48.734921926225709, "W31": -84.526573627639138, "S31": -84.526573627639138, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 500641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.5548928734234915, "S12": -7.5474413085948768, "W13": -18.55212413034905, "S13": -21.205072984252183, "W21": -39.719959536453359, "S21": -43.934102639021035, "W22": -79.327852621849942, "S22": -98.720924207390937, "W31": -98.720924207390937, "S31": -98.720924207390937, "W32": -99.354929051531002, "S32": -104.354929051531 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 503445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6817550818046496, "S11": 2.6817550818046496, "W12": -2.3384653851968125, "S12": -2.503172194860773, "W13": -17.974571642118171, "S13": -18.316646505934948, "W21": -36.492547882979011, "S21": -36.810826536579356, "W22": -79.582008572689844, "S22": -98.96743387828252, "W31": -98.96743387828252, "S31": -98.96743387828252, "W32": -99.145506596962946, "S32": -104.14550659696295 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 503664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.9799013880912257, "S12": -13.833104299735414, "W13": -17.295681063122924, "S13": -21.132324000552675, "W21": -32.969749761961467, "S21": -35.155426800301306, "W22": -79.907705776546536, "S22": -98.881578058665241, "W31": -98.881578058665241, "S31": -98.881578058665241, "W32": -98.89074822540087, "S32": -103.89074822540087 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 503950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62613875262789054, "S11": 0.62613875262789054, "W12": -14.218745282734051, "S12": -14.808302682457427, "W13": -25.0, "S13": -25.0, "W21": -37.960840448258558, "S21": -37.960840448258558, "W22": -40.0, "S22": -40.514388574971022, "W31": -71.321805174997948, "S31": -72.00937791132354, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102191.0, 506556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7268656572471244, "S11": 2.7268656572471244, "W12": -9.135648577612864, "S12": -15.148789704042414, "W13": -22.224174398648255, "S13": -22.224174398648255, "W21": -37.51895136578063, "S21": -39.238803242282472, "W22": -36.869999, "S22": -47.312229664900372, "W31": -73.765798901506088, "S31": -74.119441992483374, "W32": -96.184344533323582, "S32": -101.18434453332358 }, "geometry": { "type": "Point", "coordinates": [ 102191.5, 507607.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2117663509246728, "S11": 3.1274779225236635, "W12": -10.0, "S12": -10.0, "W13": -20.488045139360981, "S13": -21.382938261018396, "W21": -48.491794312401353, "S21": -74.888353841600079, "W22": -76.106835589362476, "S22": -76.106835589362476, "W31": -99.183560884111429, "S31": -99.183560884111429, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102192.0, 500199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7933518238359385, "S11": 2.7196271029618457, "W12": -7.3517157773884456, "S12": -7.3517157773884456, "W13": -19.960917990210771, "S13": -22.22589038891924, "W21": -54.052959856832054, "S21": -77.427262470196709, "W22": -77.963179145837614, "S22": -94.787972713067987, "W31": -94.787972713067987, "S31": -94.787972713067987, "W32": -97.846955264126265, "S32": -102.84695526412627 }, "geometry": { "type": "Point", "coordinates": [ 102192.0, 500991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.53958972392638, "S11": 2.53958972392638, "W12": -8.3080559254327575, "S12": -8.3080559254327575, "W13": -19.027570570969612, "S13": -22.651073688199101, "W21": -54.721127708199994, "S21": -61.787239885636772, "W22": -43.411068148864189, "S22": -57.929549300840705, "W31": -82.692609069308944, "S31": -82.692609069308944, "W32": -98.01397662437202, "S32": -103.01397662437202 }, "geometry": { "type": "Point", "coordinates": [ 102192.0, 501238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8324651562593459, "S12": -8.8324651562593459, "W13": -20.056210987939188, "S13": -20.056210987939188, "W21": -43.632412011609517, "S21": -45.125840866402413, "W22": -39.529672738324585, "S22": -52.758335761238186, "W31": -79.345636644735464, "S31": -79.345636644735464, "W32": -97.495081445052932, "S32": -102.49508144505293 }, "geometry": { "type": "Point", "coordinates": [ 102192.284482758623199, 516615.659482758608647 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3711280690112804, "S11": 3.2946795769789361, "W12": -7.9708440285872983, "S12": -7.9708440285872983, "W13": -20.016205378036844, "S13": -20.696070418167668, "W21": -51.265960251097326, "S21": -64.543809437044203, "W22": -37.864921896655034, "S22": -48.856562058775609, "W31": -76.853152684240484, "S31": -76.853152684240484, "W32": -96.936033662572243, "S32": -101.93603366257224 }, "geometry": { "type": "Point", "coordinates": [ 102192.5, 500572.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.438837667454727, "S11": 3.18259307590955, "W12": -6.8807271498986839, "S12": -6.8807271498986839, "W13": -20.208999493414673, "S13": -20.208999493414673, "W21": -51.986569326794509, "S21": -64.034162871495809, "W22": -37.583988992447857, "S22": -48.34331449471231, "W31": -75.558855939358196, "S31": -75.558855939358196, "W32": -96.624078822624455, "S32": -101.62407882262445 }, "geometry": { "type": "Point", "coordinates": [ 102192.666666666671517, 500661.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7204915669597645, "S11": 2.6441885421661127, "W12": -7.5261958395741706, "S12": -7.5261958395741706, "W13": -19.897320294640579, "S13": -22.905259502988088, "W21": -53.863890593647696, "S21": -75.323019192442302, "W22": -38.675012267926562, "S22": -38.675012267926562, "W31": -70.377764938534398, "S31": -70.511565085196054, "W32": -78.544964657659818, "S32": -83.544964657659818 }, "geometry": { "type": "Point", "coordinates": [ 102192.833333333328483, 501034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2994671477720905, "S12": -6.2766279456051368, "W13": -15.0, "S13": -18.251098171416896, "W21": -48.318002628120887, "S21": -64.510902126870462, "W22": -79.888189974918987, "S22": -98.898051872297501, "W31": -98.898051872297501, "S31": -98.898051872297501, "W32": -98.907616722370392, "S32": -103.90761672237039 }, "geometry": { "type": "Point", "coordinates": [ 102193.0, 502202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -1.7833247555326812, "S12": -1.7833247555326812, "W13": -18.224535023264576, "S13": -19.611529128604008, "W21": -37.701745724339389, "S21": -39.022821083024439, "W22": -78.485592183876662, "S22": -95.672286735493799, "W31": -95.672286735493799, "S31": -95.672286735493799, "W32": -98.017164876736331, "S32": -103.01716487673633 }, "geometry": { "type": "Point", "coordinates": [ 102193.0, 503575.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0179469145071605, "S11": -1.0179469145071605, "W12": -10.723385182684032, "S12": -11.251259893401006, "W13": -28.722507653602069, "S13": -28.722507653602069, "W21": -39.964575419991334, "S21": -39.964575419991334, "W22": -78.891226619841589, "S22": -96.439822155845491, "W31": -96.439822155845491, "S31": -96.439822155845491, "W32": -98.193662400729792, "S32": -103.19366240072979 }, "geometry": { "type": "Point", "coordinates": [ 102193.5, 509491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.668952673093794, "S11": 2.6109881445508987, "W12": -7.7006759017597899, "S12": -7.7006759017597899, "W13": -19.839471678943372, "S13": -22.949145285328761, "W21": -53.480885662179311, "S21": -72.96041937136448, "W22": -79.280191474978466, "S22": -97.190687995369473, "W31": -97.190687995369473, "S31": -97.190687995369473, "W32": -98.370159924723367, "S32": -103.37015992472337 }, "geometry": { "type": "Point", "coordinates": [ 102193.666666666671517, 501077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0052266834107599, "S11": 1.0052266834107599, "W12": -7.3854710661303686, "S12": -17.262007976644746, "W13": -20.763334689953162, "S13": -24.852038778657651, "W21": -36.624996001627252, "S21": -36.624996001627252, "W22": -79.669156330114333, "S22": -97.941553834892105, "W31": -97.941553834892105, "S31": -97.941553834892105, "W32": -98.546657448716829, "S32": -103.54665744871683 }, "geometry": { "type": "Point", "coordinates": [ 102193.666666666671517, 504678.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.6663488832748321, "S12": -8.6663488832748321, "W13": -23.375653794819929, "S13": -23.375653794819929, "W21": -42.359845781703285, "S21": -46.260080117109005, "W22": -70.0, "S22": -103.4965877157768, "W31": -103.4965877157768, "S31": -103.4965877157768, "W32": -103.4965877157768, "S32": -106.11097785240264 }, "geometry": { "type": "Point", "coordinates": [ 102193.704918032788555, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7459625853071055, "S11": 3.2747985061785214, "W12": -5.9735110197656107, "S12": -5.9735110197656107, "W13": -19.036666396564296, "S13": -19.638186153403201, "W21": -56.858496270913129, "S21": -69.287924479299406, "W22": -68.187693363886765, "S22": -85.19480390040907, "W31": -99.577084109669215, "S31": -99.577084109669215, "W32": -100.45172413793104, "S32": -105.45172413793104 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 499581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5440336842105262, "S11": 2.5440336842105262, "W12": -10.904650280947292, "S12": -12.69924005502577, "W13": -20.473241130487072, "S13": -21.432331060868183, "W21": -47.062006453767097, "S21": -76.605745733355434, "W22": -80.113240418118465, "S22": -98.747538907283001, "W31": -98.747538907283001, "S31": -98.747538907283001, "W32": -98.747538907283001, "S32": -103.72315497271029 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0936211096075774, "S11": 2.9577399736800034, "W12": -10.0, "S12": -10.0, "W13": -20.394133514615909, "S13": -22.404711686802234, "W21": -49.333194198391148, "S21": -78.433134591794683, "W22": -79.745160956979802, "S22": -98.081619327873682, "W31": -98.081619327873682, "S31": -98.081619327873682, "W32": -98.577693902738204, "S32": -103.5776939027382 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 500285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5187174940898345, "S11": 3.2274536359967083, "W12": -6.2626915353077166, "S12": -6.2626915353077166, "W13": -20.321176961602671, "S13": -20.321176961602671, "W21": -52.217203522068658, "S21": -63.604467875110643, "W22": -36.302445576109562, "S22": -36.302445576109562, "W31": -70.0, "S31": -70.0, "W32": -78.301146831073552, "S32": -83.301146831073552 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 500710.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8983778786350647, "S11": 2.84390717299455, "W12": -7.1438839050164393, "S12": -7.1438839050164393, "W13": -20.0, "S13": -21.287326336225011, "W21": -53.474384167309985, "S21": -76.307558087284477, "W22": -64.644330434459164, "S22": -71.359182035187899, "W31": -101.06036429382435, "S31": -101.06036429382435, "W32": -101.06036429382435, "S32": -105.80190241154709 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 500945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.642282872919044, "S11": 2.642282872919044, "W12": -10.0, "S12": -15.174701118395681, "W13": -22.280749820314874, "S13": -22.280749820314874, "W21": -37.295710399310323, "S21": -39.690620560566607, "W22": -41.476087757108573, "S22": -42.957218782820931, "W31": -82.017820761402319, "S31": -82.017820761402319, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102194.0, 507575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4715694985276224, "S11": 2.4715694985276224, "W12": -11.260647832884713, "S12": -11.260647832884713, "W13": -20.0, "S13": -20.0, "W21": -37.868732240393499, "S21": -37.868732240393499, "W22": -74.231336020799745, "S22": -79.18171920305636, "W31": -99.855193388101824, "S31": -99.855193388101824, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102194.4, 511701.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6238113496932511, "S11": 2.5841853174011193, "W12": -7.8551722148246794, "S12": -7.8551722148246794, "W13": -19.682929857831358, "S13": -22.901224441014222, "W21": -53.097880730710472, "S21": -69.237547749737956, "W22": -35.434573552104986, "S22": -44.86160789994743, "W31": -72.082751634918083, "S31": -75.649745825349484, "W32": -95.773785348589854, "S32": -100.77378534858985 }, "geometry": { "type": "Point", "coordinates": [ 102194.5, 501120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33096255384189355, "S11": 0.33096255384189355, "W12": -16.789346293137175, "S12": -17.457545135493319, "W13": -22.997200731017902, "S13": -23.062360754729834, "W21": -34.355167755587644, "S21": -35.637962005746424, "W22": -50.000000000000007, "S22": -50.920234345784188, "W31": -68.634105112511349, "S31": -72.444330663048078, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102194.5, 507345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48934575842689121, "S11": 0.48934575842689121, "W12": -7.7985113743578989, "S12": -9.3739630877535376, "W13": -16.980026968437844, "S13": -17.587994700088558, "W21": -26.254738653369802, "S21": -26.254738653369802, "W22": -44.864892224911635, "S22": -46.467969246110684, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 497297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0904493268960049, "S11": 3.0904493268960049, "W12": -4.3214847748925838, "S12": -4.3214847748925838, "W13": -15.701084626875364, "S13": -16.406988127857577, "W21": -37.966994992849742, "S21": -47.966994992849742, "W22": -53.658470586112962, "S22": -58.589324769068398, "W31": -87.710091686927655, "S31": -87.710091686927655, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 498312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6216449386503071, "S11": 2.5841055175030849, "W12": -7.8736280514869064, "S12": -10.873628051486907, "W13": -19.651562647211595, "S13": -22.892883871089158, "W21": -53.056814175469746, "S21": -68.753607692030698, "W22": -80.0, "S22": -97.452064233926535, "W31": -97.99998576856845, "S31": -97.99998576856845, "W32": -100.11846153846153, "S32": -105.11846153846153 }, "geometry": { "type": "Point", "coordinates": [ 102195.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5990062627811699, "S11": 2.5777187267398163, "W12": -8.0074885338068125, "S12": -8.0074885338068125, "W13": -19.449553563879263, "S13": -22.822248025730062, "W21": -52.993359893758104, "S21": -64.165136036503824, "W22": -35.27525103807146, "S22": -45.27525103807146, "W31": -72.240935233013047, "S31": -75.502642633908479, "W32": -95.813482209712575, "S32": -100.81348220971257 }, "geometry": { "type": "Point", "coordinates": [ 102195.333333333328483, 501163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5690778374233325, "S11": 2.5690778374233325, "W12": -8.1823539280958304, "S12": -8.1823539280958304, "W13": -19.186970660353481, "S13": -22.729454847517857, "W21": -53.993666398828012, "S21": -62.403204679911212, "W22": -60.899316093777394, "S22": -72.765298513500113, "W31": -89.882633723148416, "S31": -89.882633723148416, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.6, 501211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.797994269341082, "S12": -15.991895609227115, "W13": -24.306475427125015, "S13": -24.306475427125015, "W21": -34.132842044437417, "S21": -34.132842044437417, "W22": -71.652051208140676, "S22": -94.438912449098041, "W31": -99.505512429870123, "S31": -99.505512429870123, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102195.666666666671517, 505482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.65, "S11": 1.65, "W12": -5.6, "S12": -20.75, "W13": -20.76, "S13": -20.76, "W21": -36.849998, "S21": -36.849998, "W22": -79.768299020618556, "S22": -99.006102359600987, "W31": -99.006102359600987, "S31": -99.006102359600987, "W32": -99.053398058252426, "S32": -104.05339805825243 }, "geometry": { "type": "Point", "coordinates": [ 102195.8, 504140.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0034039334341909, "S11": 2.9681872430272542, "W12": -6.9360520326444339, "S12": -6.9360520326444339, "W13": -20.0, "S13": -20.241157556270284, "W21": -52.895808477787917, "S21": -76.106835589362476, "W22": -39.868935357864984, "S22": -55.745615242314052, "W31": -79.890229543129863, "S31": -79.890229543129863, "W32": -97.774326699028578, "S32": -102.77432669902858 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 500899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1554145048314122, "S11": 2.1554145048314122, "W12": -9.3181229773462775, "S12": -9.3181229773462775, "W13": -18.774116976155589, "S13": -23.048762672624104, "W21": -57.845648727943477, "S21": -64.654950857701053, "W22": -37.894328007224694, "S22": -48.679351682856641, "W31": -76.82696750831272, "S31": -76.82696750831272, "W32": -96.93729935619838, "S32": -101.93729935619838 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 501463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9456521739130435, "S11": 1.9456521739130435, "W12": 0.0, "S12": 0.0, "W13": -18.294051428784709, "S13": -20.05856092805395, "W21": -38.102966168793749, "S21": -39.960049328008125, "W22": -39.608141173262709, "S22": -43.451081921736353, "W31": -60.0, "S31": -60.675311609188981, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2788256708862367, "S12": -8.9845778832738965, "W13": -18.671853891374532, "S13": -19.708193599152153, "W21": -35.43501041112242, "S21": -37.353327242805591, "W22": -44.270362681646105, "S22": -44.270362681646105, "W31": -69.392565659721484, "S31": -69.665424922804661, "W32": -82.906260173945398, "S32": -87.906260173945398 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6793660935025265, "S12": -14.107854913857192, "W13": -20.0, "S13": -24.808111097015583, "W21": -33.854181020066093, "S21": -34.41541761045039, "W22": -39.848509171949011, "S22": -39.848509171949011, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26490360850219863, "S11": 0.26101350141693619, "W12": -3.9993915381351748, "S12": -15.0, "W13": -15.0, "S13": -21.12443292287751, "W21": -31.864942902575535, "S21": -35.827376345331899, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -80.905534820769418, "S32": -85.905534820769418 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2024343715969366, "S11": 4.2024343715969366, "W12": -3.844826595821067, "S12": -6.7973938278838233, "W13": -26.849261208700614, "S13": -26.849261208700614, "W21": -33.021578719051753, "S21": -33.021578719051753, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102196.0, 510462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.574201175869137, "S11": 2.568998291335999, "W12": -8.1598048527888398, "S12": -8.1598048527888398, "W13": -19.216177269927211, "S13": -22.743271610446001, "W21": -53.845693308755351, "S21": -62.509623073452715, "W22": -45.723365372864549, "S22": -46.235917747112119, "W31": -80.631997542230621, "S31": -80.631997542230621, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102196.166666666671517, 501206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1813847379474303, "S11": 2.1813847379474303, "W12": -9.0900354445986302, "S12": -9.0900354445986302, "W13": -18.638755956026575, "S13": -22.919068267288559, "W21": -58.224376799308232, "S21": -62.282892524394313, "W22": -47.43252591193918, "S22": -48.05434163497933, "W31": -84.552866039404876, "S31": -84.552866039404876, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102196.2, 501420.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3232382975639809, "S11": 2.3232382975639809, "W12": -8.861947911850983, "S12": -8.861947911850983, "W13": -18.73662891488712, "S13": -22.867236703130327, "W21": -58.387785490242543, "S21": -59.695514810657123, "W22": -80.0, "S22": -94.972018128812707, "W31": -94.972018128812707, "S31": -94.972018128812707, "W32": -97.769314710030727, "S32": -102.76931471003073 }, "geometry": { "type": "Point", "coordinates": [ 102196.4, 501377.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4650918571809677, "S11": 2.4650918571809677, "W12": -8.6338603791029396, "S12": -8.6338603791029396, "W13": -18.834501873747925, "S13": -22.815405138972206, "W21": -57.555202047718403, "S21": -58.834403369963404, "W22": -70.5380557658317, "S22": -95.31956336340842, "W31": -95.31956336340842, "S31": -95.31956336340842, "W32": -99.14832544982896, "S32": -104.14832544982896 }, "geometry": { "type": "Point", "coordinates": [ 102196.6, 501334.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5212327453987902, "S11": 2.5212327453987902, "W12": -8.4712345317353996, "S12": -8.4712345317353996, "W13": -18.932374832608463, "S13": -22.763573574813964, "W21": -56.375948221957714, "S21": -60.093590576405134, "W22": -40.117289090082728, "S22": -41.234378665136227, "W31": -74.031799889528926, "S31": -74.032177720376069, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102196.8, 501291.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2158115461181151, "S11": 3.2158115461181151, "W12": -8.3316681245484521, "S12": -8.3316681245484521, "W13": -20.123895037389531, "S13": -21.178029358172974, "W21": -50.906574139918099, "S21": -64.778896333577052, "W22": -45.298327277847832, "S22": -46.356467827389878, "W31": -84.444200212182807, "S31": -84.444200212182807, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102197.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4248625054561326, "S11": 3.2923010636210699, "W12": -6.2762315840806044, "S12": -6.2762315840806044, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -51.443006430868159, "S21": -66.158930361654967, "W22": -65.442414325842705, "S22": -73.302551039683706, "W31": -100.84857822340709, "S31": -100.84857822340709, "W32": -100.84857822340709, "S32": -105.40346898538566 }, "geometry": { "type": "Point", "coordinates": [ 102197.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5493960889570548, "S11": 2.5493960889570548, "W12": -8.312121171770972, "S12": -8.312121171770972, "W13": -19.030247791469009, "S13": -22.711742010655733, "W21": -55.196694396197032, "S21": -61.352777782846864, "W22": -68.639611618362665, "S22": -90.310465889719453, "W31": -98.867048284732817, "S31": -98.867048284732817, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102197.0, 501249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5269171779141106, "S11": 2.5269171779141106, "W12": -8.4410448291167324, "S12": -13.441044829116731, "W13": -18.951695715813194, "S13": -22.756243724278328, "W21": -56.166622177529774, "S21": -60.31947992971606, "W22": -71.432015673425269, "S22": -71.886911002354836, "W31": -93.716575784573934, "S31": -93.716575784573934, "W32": -99.533952430497735, "S32": -104.53395243049773 }, "geometry": { "type": "Point", "coordinates": [ 102197.0, 501284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.9816176835716748, "S12": -5.7873184920494651, "W13": -20.0, "S13": -20.0, "W21": -35.106225088503017, "S21": -35.106225088503017, "W22": -70.0, "S22": -80.606735469853334, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102197.230769230765873, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5249330181244694, "S11": 3.2540682731132886, "W12": -6.2066934170116559, "S12": -6.2066934170116559, "W13": -20.240806900389689, "S13": -20.287784024573519, "W21": -52.178889879625466, "S21": -63.590700790793917, "W22": -69.431696332832942, "S22": -80.826645457408986, "W31": -89.642459936302515, "S31": -89.642459936302515, "W32": -98.548213580108936, "S32": -103.54821358010894 }, "geometry": { "type": "Point", "coordinates": [ 102197.333333333328483, 500711.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6183529297914552, "S11": 1.6183529297914552, "W12": -5.0, "S12": -5.0, "W13": -17.191325101799553, "S13": -18.282364412763787, "W21": -34.33262741094665, "S21": -39.913672502323266, "W22": -39.999999999999993, "S22": -40.902772810719298, "W31": -70.716474673244022, "S31": -71.172914139910702, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102198.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1084299882333162, "S11": 3.092467313059958, "W12": -6.7282201602724285, "S12": -6.7282201602724285, "W13": -20.0, "S13": -20.0, "W21": -52.317232788265848, "S21": -74.231336020799745, "W22": -40.234477537390376, "S22": -50.234477537390376, "W31": -76.155211867750339, "S31": -76.155211867750339, "W32": -90.278306952249253, "S32": -95.278306952249253 }, "geometry": { "type": "Point", "coordinates": [ 102198.0, 500853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0740258294563247, "S12": -8.6594576234088887, "W13": -19.81510638719784, "S13": -23.281349019703327, "W21": -33.326498543116628, "S21": -33.326498543116628, "W22": -35.977863173268474, "S22": -35.977863173268474, "W31": -70.461969192407537, "S31": -70.461969192407537, "W32": -77.538232790252422, "S32": -82.538232790252422 }, "geometry": { "type": "Point", "coordinates": [ 102198.0, 504273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3192545113570791, "S11": -1.3192545113570791, "W12": -10.0, "S12": -11.881147540983607, "W13": -25.99935703003878, "S13": -25.99935703003878, "W21": -40.0, "S21": -40.889801035278197, "W22": -77.791149569591454, "S22": -93.861120362509638, "W31": -93.861120362509638, "S31": -93.861120362509638, "W32": -97.579400102573345, "S32": -102.57940010257335 }, "geometry": { "type": "Point", "coordinates": [ 102198.0, 509118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4683733498503368, "S11": 0.4683733498503368, "W12": -8.9516872934122524, "S12": -9.6562327479577075, "W13": -17.784782213197818, "S13": -18.461848179191247, "W21": -23.231032443125461, "S21": -23.231032443125461, "W22": -45.25333175668662, "S22": -45.43390805908021, "W31": -80.855866518375635, "S31": -80.855866518375635, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102199.0, 497020.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8310028431119152, "S12": -4.8310028431119152, "W13": -15.243769011982042, "S13": -15.35861270087209, "W21": -43.418430884184303, "S21": -53.110216823904295, "W22": -45.574805612347625, "S22": -46.786810275128644, "W31": -84.499854852439356, "S31": -84.499854852439356, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102199.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5859827269229152, "S11": -0.5859827269229152, "W12": -4.9638119878263698, "S12": -4.9638119878263698, "W13": -14.625065611347713, "S13": -21.935090555508665, "W21": -47.471611676982306, "S21": -66.421683410354873, "W22": -69.507525635362626, "S22": -87.573395074502457, "W31": -90.0, "S31": -90.0, "W32": -96.490319129236028, "S32": -101.49031912923603 }, "geometry": { "type": "Point", "coordinates": [ 102199.0, 502349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52495511908402814, "S11": 0.52495511908402814, "W12": -5.041999989398227, "S12": -9.0145223974540727, "W13": -20.021318353901336, "S13": -22.667210389147503, "W21": -32.604897989265382, "S21": -32.604897989265382, "W22": -69.500111892484313, "S22": -104.50011189248431, "W31": -104.50011189248431, "S31": -104.50011189248431, "W32": -104.50011189248431, "S32": -105.78356120572479 }, "geometry": { "type": "Point", "coordinates": [ 102199.0, 504260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9082823682498375, "S12": -4.9082823682498375, "W13": -15.643773035344381, "S13": -16.358056716018563, "W21": -47.766935038414545, "S21": -57.247268088481349, "W22": -72.602717378638516, "S22": -97.602717378638516, "W31": -97.82916162023227, "S31": -97.82916162023227, "W32": -100.06305751358147, "S32": -105.06305751358147 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 498949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2246573548668707, "S11": 3.2246573548668707, "W12": -6.5203882879004231, "S12": -6.5203882879004231, "W13": -20.0, "S13": -20.0, "W21": -51.738657098743772, "S21": -71.652051208140676, "W22": -70.02422852352656, "S22": -81.731190664877744, "W31": -90.0, "S31": -90.0, "W32": -98.575555794105, "S32": -103.575555794105 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 500807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6076878834355828, "S11": 2.5687378034924317, "W12": -8.0139840213049265, "S12": -8.128909304867376, "W13": -19.403744217226947, "S13": -22.833141977441777, "W21": -53.326304691618347, "S21": -63.60674828300246, "W22": -39.498496079865646, "S22": -52.123987836374852, "W31": -78.990312441328086, "S31": -78.990312441328086, "W32": -97.429662273108676, "S32": -102.42966227310868 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 501174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6993373094764439, "S11": 2.6993373094764439, "W12": -1.7592691822380959, "S12": -1.7592691822380959, "W13": -18.006832761853687, "S13": -18.673230751517682, "W21": -36.89276842186505, "S21": -37.475640173036759, "W22": -74.593548465115774, "S22": -74.593548465115774, "W31": -99.259056190313345, "S31": -99.259056190313345, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 503625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6780160560014847, "S12": -14.615371491622149, "W13": -20.0, "S13": -25.0, "W21": -33.709035138187382, "S21": -34.364873327516186, "W22": -80.0, "S22": -95.0, "W31": -96.676806445096659, "S31": -96.676806445096659, "W32": -98.107525076622338, "S32": -103.10752507662234 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 503896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.474579017054025, "S11": 0.474579017054025, "W12": -10.162034987560977, "S12": -19.408395768867422, "W13": -23.714233893086547, "S13": -23.714233893086547, "W21": -35.810586931675374, "S21": -35.810586931675374, "W22": -80.0, "S22": -95.0, "W31": -97.484662576687114, "S31": -97.484662576687114, "W32": -98.134433889759919, "S32": -103.13443388975992 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 504982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65164002255678555, "S11": -0.65164002255678555, "W12": -10.0, "S12": -12.770140674802503, "W13": -30.0, "S13": -30.0, "W21": -35.690576917059865, "S21": -35.690576917059865, "W22": -39.613593690601462, "S22": -53.53360630359284, "W31": -79.534930352811983, "S31": -79.534930352811983, "W32": -97.555385922079026, "S32": -102.55538592207903 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4378069857632365, "S11": 2.4378069857632365, "W12": -12.772891488310028, "S12": -12.772891488310028, "W13": -22.406130931129987, "S13": -22.406130931129987, "W21": -38.976092761745583, "S21": -39.848509171949011, "W22": -39.652089569852997, "S22": -43.168246820414552, "W31": -60.0, "S31": -60.88655922390862, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3162854032534386, "S11": 1.3162854032534386, "W12": -15.0, "S12": -15.0, "W13": -22.686382572734441, "S13": -22.686382572734441, "W21": -42.874366671591979, "S21": -43.094952430998269, "W22": -50.0, "S22": -50.51921697549313, "W31": -68.688790156226887, "S31": -74.135155668893958, "W32": -87.187897221717819, "S32": -92.187897221717819 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22682793893444481, "S11": -0.22682793893444481, "W12": -10.487824953700528, "S12": -10.487824953700528, "W13": -22.966634214338892, "S13": -22.966634214338892, "W21": -42.069920515052218, "S21": -46.141757489525126, "W22": -53.340068190428084, "S22": -58.178809394493761, "W31": -87.687363429496202, "S31": -87.687363429496202, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102200.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51812461794561027, "S11": 0.51812461794561027, "W12": -6.4147031911242811, "S12": -6.4147031911242811, "W13": -17.105318132654492, "S13": -18.105318132654492, "W21": -31.111800458236356, "S21": -31.70403375493353, "W22": -70.0, "S22": -79.26832252538847, "W31": -102.30089326641543, "S31": -102.30089326641543, "W32": -102.30089326641543, "S32": -107.23242510913744 }, "geometry": { "type": "Point", "coordinates": [ 102200.142857142855064, 497589.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1212646167171934, "S11": 3.1212646167171934, "W12": -4.2764793573696993, "S12": -4.2764793573696993, "W13": -15.937507306618173, "S13": -16.614168322199024, "W21": -37.607148865576441, "S21": -47.43252591193918, "W22": -63.68014786516855, "S22": -76.548330517706859, "W31": -100.39965372407357, "S31": -100.39965372407357, "W32": -100.39965372407357, "S32": -105.37008628173207 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 498277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.623441719380017, "S11": 1.623441719380017, "W12": -10.0, "S12": -10.0, "W13": -19.222310243866282, "S13": -22.854812789172755, "W21": -57.906224737267586, "S21": -69.887353056732493, "W22": -80.0, "S22": -96.864738750074906, "W31": -97.990094923648371, "S31": -97.990094923648371, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 501760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4654108682140112, "S12": -5.4654108682140112, "W13": -19.153508781674603, "S13": -24.412411564105366, "W21": -44.093415641335284, "S21": -45.897324977995716, "W22": -70.486532600833684, "S22": -96.904549760032921, "W31": -96.904549760032921, "S31": -96.904549760032921, "W32": -99.071463114835822, "S32": -104.07146311483582 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 503180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.566258204401189, "S12": -14.566258204401189, "W13": -24.337802439230487, "S13": -24.337802439230487, "W21": -37.696102948925038, "S21": -38.10106038130656, "W22": -39.552797409929632, "S22": -52.816146159141319, "W31": -79.235758179490162, "S31": -79.235758179490162, "W32": -97.490068282625259, "S32": -102.49006828262526 }, "geometry": { "type": "Point", "coordinates": [ 102201.0, 506609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2275877003031619, "S11": 3.2275877003031619, "W12": -4.4127779568159839, "S12": -4.4127779568159839, "W13": -16.617874100168478, "S13": -17.155901602119449, "W21": -36.721776067748515, "S21": -44.35761784295353, "W22": -39.822331806370165, "S22": -48.263325301681327, "W31": -77.776071440194755, "S31": -77.776071440194755, "W32": -97.162670133769169, "S32": -102.16267013376917 }, "geometry": { "type": "Point", "coordinates": [ 102202.0, 498190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5184751773049645, "S11": 3.2424663081253637, "W12": -6.244967092408622, "S12": -6.244967092408622, "W13": -20.145575959933225, "S13": -20.145575959933225, "W21": -52.077073116362016, "S21": -63.654515275745048, "W22": -37.859777917916965, "S22": -48.357402423187473, "W31": -77.225246255554978, "S31": -77.225246255554978, "W32": -97.039123662502718, "S32": -102.03912366250272 }, "geometry": { "type": "Point", "coordinates": [ 102202.0, 500703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3964949803579221, "S11": 3.3162109825425206, "W12": -6.2776194939546599, "S12": -6.2776194939546599, "W13": -20.0, "S13": -20.0, "W21": -51.160081409221704, "S21": -66.758310269815894, "W22": -37.085597420596045, "S22": -46.985184187623069, "W31": -73.934789502893693, "S31": -73.934789502893693, "W32": -96.236071599270787, "S32": -101.23607159927079 }, "geometry": { "type": "Point", "coordinates": [ 102202.0, 500761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.632230796270568, "S11": 2.632230796270568, "W12": -7.7312923724987197, "S12": -7.7312923724987197, "W13": -19.423029618214994, "S13": -21.911873431602416, "W21": -46.432015673425269, "S21": -71.432015673425269, "W22": -44.696753609008063, "S22": -44.696753609008063, "W31": -72.148039331393107, "S31": -72.850182183759287, "W32": -92.754733503742102, "S32": -97.754733503742102 }, "geometry": { "type": "Point", "coordinates": [ 102202.0, 503055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5529824705447677, "S11": 3.2853575372187915, "W12": -9.2952493880048959, "S12": -9.2952493880048959, "W13": -20.496163246139233, "S13": -21.496163246139233, "W21": -48.179336396549928, "S21": -58.868685912437016, "W22": -70.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 499852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7702666767968394, "S12": -13.598292154503849, "W13": -18.736706408071775, "S13": -22.263083546762168, "W21": -40.802292705320468, "S21": -44.7776804328997, "W22": -39.870208357017297, "S22": -40.985263548699614, "W31": -60.0, "S31": -60.622298226437714, "W32": -90.571012617275954, "S32": -95.571012617275954 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 503374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46023261200452736, "S11": 0.46023261200452736, "W12": -12.88026543566078, "S12": -19.540553276354142, "W13": -25.0, "S13": -25.0, "W21": -34.293155117159493, "S21": -34.293155117159493, "W22": -40.06420984290753, "S22": -40.671836854183347, "W31": -70.010583394840481, "S31": -71.010583394840481, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 505356.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.062396557431313, "S12": -20.796700990991518, "W13": -23.566690895874977, "S13": -23.566690895874977, "W21": -37.356894520563849, "S21": -38.723202062189706, "W22": -45.700681347865924, "S22": -46.454652825826166, "W31": -80.099867967796058, "S31": -80.099867967796058, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 506691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0326500822527205, "S11": 4.0326500822527205, "W12": -2.7530982982695491, "S12": -5.277302415253752, "W13": -20.0, "S13": -20.0, "W21": -33.873664982047956, "S21": -33.873664982047956, "W22": -67.48653592568364, "S22": -87.394589191377989, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102203.0, 510699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.796907323845887, "S11": 1.796907323845887, "W12": -9.5019782130437864, "S12": -10.926332543382028, "W13": -19.931257101570981, "S13": -24.129166895910252, "W21": -55.219932280827628, "S21": -64.003855454492182, "W22": -40.524894594722632, "S22": -57.400354376180651, "W31": -80.877092268958563, "S31": -80.877092268958563, "W32": -97.89068283016347, "S32": -102.89068283016347 }, "geometry": { "type": "Point", "coordinates": [ 102203.5, 501541.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.729765835348875, "S12": -8.729765835348875, "W13": -22.918474620338003, "S13": -22.918474620338003, "W21": -43.327719761335239, "S21": -45.893637802276231, "W22": -40.089537720969794, "S22": -42.082371485785295, "W31": -70.040516448539449, "S31": -73.46052874682951, "W32": -95.188103771209867, "S32": -100.18810377120987 }, "geometry": { "type": "Point", "coordinates": [ 102203.786666666666861, 516175.306666666641831 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54694654961106548, "S11": 0.54694654961106548, "W12": -6.2457108543978048, "S12": -6.2457108543978048, "W13": -17.115075475984447, "S13": -18.124076406531778, "W21": -31.627080598455816, "S21": -32.426501226359733, "W22": -41.599646714281903, "S22": -44.091252634232411, "W31": -79.200678299574548, "S31": -79.204846160159605, "W32": -91.771620965606516, "S32": -96.771620965606516 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1855781723689907, "S11": 3.1855781723689907, "W12": -4.3306679020302932, "S12": -4.3306679020302932, "W13": -16.43451370807168, "S13": -17.01827517843039, "W21": -36.944189751969617, "S21": -45.11303204418234, "W22": -44.871445453203116, "S22": -44.874853398736839, "W31": -73.198737419018201, "S31": -74.002471639640092, "W32": -92.667432740825632, "S32": -97.667432740825632 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 498212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7410448043719833, "S11": 3.3634587813377164, "W12": -5.933802933696974, "S12": -5.933802933696974, "W13": -18.321322549008215, "S13": -18.708593314919757, "W21": -60.081485731526946, "S21": -69.507525635362626, "W22": -38.069323130498226, "S22": -38.069323130498226, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2824857332448572, "S11": 3.2313225154681287, "W12": -7.9614338366135575, "S12": -7.9614338366135575, "W13": -20.079447304599412, "S13": -20.866744535854465, "W21": -51.125597704813515, "S21": -64.686758801642995, "W22": -46.231530059344536, "S22": -46.231530059344536, "W31": -69.053489418770397, "S31": -70.305687706348508, "W32": -83.698031486907524, "S32": -88.698031486907524 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 500561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.644110172964997, "S11": 2.4921325230241496, "W12": -6.7791443501998154, "S12": -6.7791443501998154, "W13": -19.188034188034187, "S13": -22.124941194246137, "W21": -50.000000000000007, "S21": -71.847021628224482, "W22": -67.834684665707186, "S22": -70.594634914463398, "W31": -100.57564616731538, "S31": -100.57564616731538, "W32": -100.57564616731538, "S32": -104.56068683870095 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 502661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54821802935010489, "S11": 0.54821802935010489, "W12": -5.0, "S12": -13.235668789808921, "W13": -18.758913160575283, "S13": -22.42441046676192, "W21": -40.947927714527005, "S21": -44.740914902659171, "W22": -70.423837271019465, "S22": -91.849439931036088, "W31": -91.849439931036088, "S31": -91.849439931036088, "W32": -98.890953505382839, "S32": -103.89095350538284 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 503365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2011134083185935, "S12": -11.685626682653581, "W13": -19.077718312728898, "S13": -20.995020633312873, "W21": -34.450046540457421, "S21": -38.388165352338611, "W22": -42.14578852786051, "S22": -42.14578852786051, "W31": -70.0, "S31": -70.250865827081284, "W32": -93.156330135815381, "S32": -98.156330135815381 }, "geometry": { "type": "Point", "coordinates": [ 102204.0, 503736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0561326833641749, "S11": 3.0178360692673025, "W12": -6.8302179883293732, "S12": -6.8302179883293732, "W13": -20.0, "S13": -20.0, "W21": -52.930335754555507, "S21": -74.593548465115774, "W22": -72.554561717352669, "S22": -95.955176459430803, "W31": -98.069944051379835, "S31": -98.069944051379835, "W32": -100.19767072239935, "S32": -105.19767072239935 }, "geometry": { "type": "Point", "coordinates": [ 102204.333333333328483, 500888.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0997557003257328, "S11": 1.0997557003257328, "W12": -10.279888520638744, "S12": -10.279888520638744, "W13": -17.62641143478368, "S13": -20.869956537614065, "W21": -50.0, "S21": -60.392829644750009, "W22": -80.905052264808191, "S22": -99.318144970249392, "W31": -99.318144970249392, "S31": -99.318144970249392, "W32": -99.318144970249392, "S32": -103.59674583371665 }, "geometry": { "type": "Point", "coordinates": [ 102205.0, 501915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47808237319560321, "S11": 0.47808237319560321, "W12": -8.5049718888982149, "S12": -8.5049718888982149, "W13": -16.63631464186, "S13": -19.63631464186, "W21": -51.114883148831488, "S21": -63.107762990702781, "W22": -74.363365915852228, "S22": -95.000244997882291, "W31": -98.176754947914375, "S31": -98.176754947914375, "W32": -100.18121393998067, "S32": -105.18121393998067 }, "geometry": { "type": "Point", "coordinates": [ 102205.0, 502010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.6287828988880149, "S12": -8.144269624549981, "W13": -18.390564066811088, "S13": -18.952849197880525, "W21": -36.095671778093482, "S21": -36.484720769447947, "W22": -48.814218387293259, "S22": -50.518829435882225, "W31": -85.308055363761298, "S31": -85.308055363761298, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102206.0, 503695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4775887103158038, "S11": 0.4775887103158038, "W12": -10.0, "S12": -19.445094727603909, "W13": -22.899244421637498, "S13": -22.899244421637498, "W21": -35.992252922200556, "S21": -35.992252922200556, "W22": -81.025124417109751, "S22": -86.631970311405013, "W31": -99.4318899557599, "S31": -99.4318899557599, "W32": -103.97439723084267, "S32": -108.97439723084267 }, "geometry": { "type": "Point", "coordinates": [ 102206.0, 504897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2214240774012484, "S11": -1.2214240774012484, "W12": -10.226379137825251, "S12": -10.784606722597459, "W13": -27.204478221177578, "S13": -27.204478221177578, "W21": -40.0, "S21": -40.0, "W22": -40.424937230565163, "S22": -57.257872834247003, "W31": -80.782863281858667, "S31": -80.782863281858667, "W32": -97.883138280483507, "S32": -102.88313828048351 }, "geometry": { "type": "Point", "coordinates": [ 102206.0, 509283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8356164383561646, "S12": -4.8356164383561646, "W13": -15.174656362026623, "S13": -15.317237124939563, "W21": -43.21722260531272, "S21": -52.915407692110492, "W22": -50.256061406135039, "S22": -50.256061406135039, "W31": -68.756643917890599, "S31": -73.479371242600976, "W32": -84.803636184226747, "S32": -89.803636184226747 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 498686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4284622731614136, "S11": 3.3999421167812303, "W12": -10.037343583025958, "S12": -10.638008551899755, "W13": -20.463150770326834, "S13": -21.213060419766659, "W21": -47.096286574262905, "S21": -68.609202993321176, "W22": -41.416534375381609, "S22": -41.416534375381609, "W31": -69.811959217681178, "S31": -69.840494564050047, "W32": -80.70895547500119, "S32": -85.70895547500119 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 499958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5497399527186762, "S11": 3.353110240967013, "W12": -5.9921039345517029, "S12": -5.9921039345517029, "W13": -20.0, "S13": -20.0, "W21": -52.089333481943825, "S21": -63.513605118619061, "W22": -70.0, "S22": -90.258758826724602, "W31": -101.16932258467691, "S31": -101.16932258467691, "W32": -101.16932258467691, "S32": -103.95015912977389 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 500718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56661197956972464, "S11": -0.56661197956972464, "W12": -5.0, "S12": -5.0, "W13": -14.796440442044313, "S13": -21.605332301770094, "W21": -47.16799064281885, "S21": -65.896654562771772, "W22": -43.60217168999484, "S22": -44.797861757377291, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 502320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1671388101983, "S11": 2.1671388101983, "W12": -5.0, "S12": -5.0, "W13": -19.105128396382302, "S13": -24.600352176975019, "W21": -43.745323728856505, "S21": -44.480090753946108, "W22": -68.041026479916269, "S22": -75.711424489866516, "W31": -100.50113084270862, "S31": -100.50113084270862, "W32": -100.50113084270862, "S32": -104.19530791989175 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1946099456672759, "S12": -10.530893131506511, "W13": -19.000563977390108, "S13": -20.306497045717911, "W21": -34.878948581528519, "S21": -36.78365155182555, "W22": -80.0, "S22": -94.43169443271087, "W31": -94.43169443271087, "S31": -94.43169443271087, "W32": -97.472391268212675, "S32": -102.47239126821268 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1073482949027618, "S12": -20.007216623915873, "W13": -20.007216623915873, "S13": -25.069506746900075, "W21": -34.943119619879937, "S21": -39.822331806370165, "W22": -60.0, "S22": -71.479053992116604, "W31": -87.689070320004049, "S31": -87.689070320004049, "W32": -98.395400394200394, "S32": -103.39540039420039 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0431958275508642, "S12": -16.989996135954875, "W13": -20.0, "S13": -25.004681801604669, "W21": -34.119263689094993, "S21": -36.451138478728112, "W22": -39.64583487138237, "S22": -53.795302573115151, "W31": -79.544527834228433, "S31": -79.544527834228433, "W32": -97.571816287348796, "S32": -102.5718162873488 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 503862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5122145626884995, "S11": 1.5122145626884995, "W12": -5.3278682878103369, "S12": -17.35657830353632, "W13": -20.579168107163593, "S13": -22.619276477171322, "W21": -36.432372973313591, "S21": -36.627840395410139, "W22": -37.17439119050573, "S22": -46.724474868199877, "W31": -73.983710549847686, "S31": -73.983710549847686, "W32": -96.254502037470274, "S32": -101.25450203747027 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 504122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44527812514474108, "S11": 0.44527812514474108, "W12": -15.573723954233152, "S12": -18.573723954233152, "W13": -22.867755637145336, "S13": -22.876121744371741, "W21": -34.73413061696737, "S21": -36.873982110370982, "W22": -39.618097173805609, "S22": -43.106663356412852, "W31": -60.000000000000007, "S31": -61.000000000000007, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102207.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9173351028533512, "S11": 2.9173351028533512, "W12": -9.0062714456708708, "S12": -9.0062714456708708, "W13": -20.200965873555404, "S13": -21.626787272038975, "W21": -50.232982271155684, "S21": -65.232982271155691, "W22": -72.759181020474486, "S22": -94.308217811174956, "W31": -98.310744567719738, "S31": -98.310744567719738, "W32": -100.16507260406583, "S32": -105.16507260406583 }, "geometry": { "type": "Point", "coordinates": [ 102208.0, 500460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73676139254306283, "S11": 0.73676139254306283, "W12": -8.2701711597926959, "S12": -17.983717742914692, "W13": -21.545750535275069, "S13": -24.095238425768962, "W21": -36.338417192803171, "S21": -36.338417192803171, "W22": -39.385074678617407, "S22": -47.971006515286604, "W31": -77.544682903331321, "S31": -77.544682903331321, "W32": -97.125048917859871, "S32": -102.12504891785987 }, "geometry": { "type": "Point", "coordinates": [ 102208.0, 504757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.160642570281125, "W13": -23.161780215144482, "S13": -23.161780215144482, "W21": -35.999423937680533, "S21": -35.999423937680533, "W22": -38.033854357335386, "S22": -48.076843276981009, "W31": -76.964198520504524, "S31": -76.964198520504524, "W32": -96.986059137685118, "S32": -101.98605913768512 }, "geometry": { "type": "Point", "coordinates": [ 102208.0, 505557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51386698796251051, "S11": 0.51386698796251051, "W12": -6.7994395516413135, "S12": -7.7624718661301975, "W13": -17.06637735481009, "S13": -18.06637735481009, "W21": -29.996864955907043, "S21": -29.996864955907043, "W22": -40.0, "S22": -40.0, "W31": -69.339525329322655, "S31": -70.339525329322655, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102208.5, 497521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.462808080808081, "S11": 3.2612988610446512, "W12": -6.9717009460481094, "S12": -6.9717009460481094, "W13": -20.000000000000004, "S13": -20.074622657468847, "W21": -51.647960320998656, "S21": -64.226902051932683, "W22": -44.258391965150928, "S22": -45.590702145555468, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 500636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1108152396557953, "S11": 2.1108152396557953, "W12": -1.4462171899125067, "S12": -1.4462171899125067, "W13": -18.20366977048565, "S13": -19.391482375990321, "W21": -37.447786832569285, "S21": -38.295251681312365, "W22": -44.445098435335012, "S22": -44.91209133134798, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 503586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.661758429364063, "S11": 1.661758429364063, "W12": -5.1319869673770331, "S12": -11.109132371638072, "W13": -19.357706827303168, "S13": -27.867048745735357, "W21": -37.089537720969794, "S21": -40.089537720969794, "W22": -44.943915778625893, "S22": -44.943915778625893, "W31": -83.321167398279556, "S31": -83.321167398279556, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 504461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41912172721726243, "S11": 0.41912172721726243, "W12": -12.333598251539836, "S12": -12.333598251539836, "W13": -22.666965452483701, "S13": -22.666965452483701, "W21": -35.667757754208381, "S21": -36.495708278173367, "W22": -69.729280769565605, "S22": -76.334693399034364, "W31": -95.740788148718707, "S31": -95.740788148718707, "W32": -96.582188058759598, "S32": -101.5821880587596 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 506990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31569643839072425, "S11": 0.31569643839072425, "W12": -16.685632418095022, "S12": -16.685632418095022, "W13": -22.908809493783227, "S13": -22.979062051327976, "W21": -34.344050460203093, "S21": -35.453686672111886, "W22": -37.647468077911341, "S22": -47.265604325819396, "W31": -74.917456827535503, "S31": -74.917456827535503, "W32": -96.485240187017112, "S32": -101.48524018701711 }, "geometry": { "type": "Point", "coordinates": [ 102209.0, 507346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.479346003657374, "S11": 2.479346003657374, "W12": -11.577506247520613, "S12": -11.577506247520613, "W13": -20.0, "S13": -20.0, "W21": -37.95430360542241, "S21": -37.95430360542241, "W22": -50.000000000000007, "S22": -51.438690186699482, "W31": -68.541471847997485, "S31": -71.147231028456105, "W32": -93.564689009661834, "S32": -98.564689009661834 }, "geometry": { "type": "Point", "coordinates": [ 102209.1875, 511762.0625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83254307755860213, "S11": -0.83254307755860213, "W12": -10.29181279805092, "S12": -12.298291618475798, "W13": -30.0, "S13": -30.0, "W21": -37.808891498881323, "S21": -37.808891498881323, "W22": -39.999999999999993, "S22": -41.547814891638644, "W31": -71.250088432967814, "S31": -71.750088432967814, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102209.2, 509806.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4919030732860521, "S11": 3.2095501321095816, "W12": -6.4298818260043733, "S12": -6.4298818260043733, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -51.853265715559516, "S21": -63.8488741131602, "W22": -36.279259455432943, "S22": -36.279259455432943, "W31": -70.0, "S31": -70.0, "W32": -78.354961650064226, "S32": -83.354961650064226 }, "geometry": { "type": "Point", "coordinates": [ 102210.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3912248628884827, "S11": 1.3912248628884827, "W12": -5.0, "S12": -4.9999999999999991, "W13": -18.982604650375542, "S13": -24.193762518118056, "W21": -42.716670748287832, "S21": -44.473582413830648, "W22": -45.929549740335979, "S22": -46.408299875719926, "W31": -80.870433160764549, "S31": -80.870433160764549, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102210.0, 503262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6195302887863332, "S11": 2.6195302887863332, "W12": -10.669710532014726, "S12": -16.505422063059846, "W13": -22.267502971477381, "S13": -22.267502971477381, "W21": -37.08302425569233, "S21": -39.83169663099676, "W22": -39.610906739089749, "S22": -47.938840275231293, "W31": -77.748816752645411, "S31": -77.748816752645411, "W32": -97.176188942031473, "S32": -102.17618894203147 }, "geometry": { "type": "Point", "coordinates": [ 102211.0, 507571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6353482260183791, "S11": 1.5827900052732198, "W12": -5.8472686323585306, "S12": -5.8472686323585306, "W13": -16.870544728332554, "S13": -20.617807365200644, "W21": -49.921868757776174, "S21": -71.009004395245981, "W22": -54.659859650388753, "S22": -60.421018385239478, "W31": -88.118865653651142, "S31": -88.118865653651142, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102211.333333333328483, 502603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.595143788343548, "S11": 2.595143788343548, "W12": -8.227048735019995, "S12": -9.8893729393129508, "W13": -19.150183637665947, "S13": -22.909564930618547, "W21": -55.864920522899538, "S21": -60.853089642115066, "W22": -72.159445399677168, "S22": -95.764223978860159, "W31": -100.02670357483765, "S31": -100.02670357483765, "W32": -100.02670357483765, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102211.7, 501255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68, "S11": -0.68, "W12": -4.6799998, "S12": -4.6799998, "W13": -13.68, "S13": -23.48, "W21": -47.766291230893131, "S21": -67.628937521087437, "W22": -70.445310152213068, "S22": -91.764706318664551, "W31": -92.197148303259823, "S31": -92.197148303259823, "W32": -99.155565402037467, "S32": -104.15556540203747 }, "geometry": { "type": "Point", "coordinates": [ 102211.7, 502486.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5291713156550117, "S11": 2.5291713156550117, "W12": -4.5085099943956655, "S12": -4.5085099943956655, "W13": -15.0, "S13": -15.936437663141465, "W21": -38.881270028789352, "S21": -48.814218387293259, "W22": -45.285766070565487, "S22": -61.2602685010892, "W31": -83.223800616753451, "S31": -83.223800616753451, "W32": -98.04982448420273, "S32": -103.04982448420273 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 498403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3299142986017141, "S11": 3.3299142986017141, "W12": -10.0, "S12": -10.0, "W13": -20.545846906866078, "S13": -20.545846906866078, "W21": -48.118117384028217, "S21": -81.025124417109751, "W22": -39.590067567322286, "S22": -47.981216720907973, "W31": -77.752598430875466, "S31": -77.752598430875466, "W32": -97.178821861774253, "S32": -102.17882186177425 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 500142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0391233101187045, "S11": 2.0391233101187045, "W12": -1.3793103448275863, "S12": -1.3793103448275863, "W13": -18.199915446644255, "S13": -19.351273697113026, "W21": -37.401134782806821, "S21": -38.164236614932939, "W22": -40.063448200235761, "S22": -40.063448200235761, "W31": -71.434123067258938, "S31": -72.278280269758696, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 503588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0996662710486282, "S11": -1.0996662710486282, "W12": -10.75511745885337, "S12": -11.335281388233332, "W13": -28.570125590997765, "S13": -28.570125590997765, "W21": -40.0, "S21": -40.0, "W22": -39.665358462148681, "S22": -59.665358462148681, "W31": -69.39267943390729, "S31": -69.436251117936877, "W32": -90.241386322493611, "S32": -95.241386322493611 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 509470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2901736697323534, "S12": -10.290173669732354, "W13": -30.0, "S13": -30.0, "W21": -33.022086253613836, "S21": -33.022086253613836, "W22": -39.999734103606471, "S22": -39.999734103606471, "W31": -63.854447053432693, "S31": -68.027373109182307, "W32": -92.522107192925375, "S32": -97.522107192925375 }, "geometry": { "type": "Point", "coordinates": [ 102212.0, 510257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6280581099388316, "S11": 3.3015228602654805, "W12": -8.5270871583027326, "S12": -8.5270871583027326, "W13": -20.087082039296043, "S13": -21.087082039296043, "W21": -48.941459598727228, "S21": -56.74789309784483, "W22": -68.540322721706133, "S22": -82.594698118028262, "W31": -100.29942755553185, "S31": -100.29942755553185, "W32": -100.29942755553185, "S32": -104.78477617283951 }, "geometry": { "type": "Point", "coordinates": [ 102212.5, 499784.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47958094306419052, "S11": 0.47958094306419052, "W12": -8.5822902470558802, "S12": -9.3903710551367254, "W13": -17.238174773502394, "S13": -17.741032891410395, "W21": -23.548347380153714, "S21": -23.548347380153714, "W22": -80.0, "S22": -95.0, "W31": -97.177914110429441, "S31": -97.177914110429441, "W32": -97.958283377908955, "S32": -102.95828337790896 }, "geometry": { "type": "Point", "coordinates": [ 102212.666666666671517, 497115.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.477151300236407, "S11": 3.2138508836984307, "W12": -6.5360683377382065, "S12": -6.5360683377382065, "W13": -20.007320895522387, "S13": -20.007320895522387, "W21": -51.754123941150247, "S21": -63.947997120241936, "W22": -60.688377836085813, "S22": -73.075512312206442, "W31": -87.870001430352062, "S31": -87.870001430352062, "W32": -98.40765350883656, "S32": -103.40765350883656 }, "geometry": { "type": "Point", "coordinates": [ 102213.0, 500667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5682194117865222, "S11": 1.5338647956299742, "W12": -10.0, "S12": -11.292795240683009, "W13": -20.0, "S13": -23.83461005905113, "W21": -58.437069396279583, "S21": -69.263386497984442, "W22": -35.880986965535648, "S22": -44.527244519004817, "W31": -73.076895021996293, "S31": -74.682585771844415, "W32": -96.037723323767906, "S32": -101.03772332376791 }, "geometry": { "type": "Point", "coordinates": [ 102213.0, 501691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71984785024361031, "S11": 0.71984785024361031, "W12": -3.4308045889682415, "S12": -12.968807569594173, "W13": -18.619760151119682, "S13": -21.535101029919019, "W21": -39.959563951373475, "S21": -44.763002926424051, "W22": -40.0, "S22": -41.540663786600838, "W31": -70.00266885609021, "S31": -70.891373499086697, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102213.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6333267208887459, "S11": 2.6333267208887459, "W12": -3.3957914269437097, "S12": -9.6234555394101875, "W13": -18.327448014131349, "S13": -18.863210261659809, "W21": -36.055833814862268, "S21": -36.545026898435758, "W22": -72.559894271937026, "S22": -72.559894271937026, "W31": -94.153761890313646, "S31": -94.153761890313646, "W32": -99.605118726255085, "S32": -104.60511872625509 }, "geometry": { "type": "Point", "coordinates": [ 102214.0, 503688.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4312365359758752, "S11": 1.4312365359758752, "W12": -5.1940550408155737, "S12": -16.449890449829951, "W13": -20.488779496214285, "S13": -23.380796525787982, "W21": -36.548651212288696, "S21": -36.805071145865085, "W22": -81.781974887481454, "S22": -94.919541994514034, "W31": -99.499395667169111, "S31": -99.499395667169111, "W32": -103.79515795336991, "S32": -108.79515795336991 }, "geometry": { "type": "Point", "coordinates": [ 102214.0, 504115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47270130678484967, "S11": 0.47270130678484967, "W12": -10.090434745903565, "S12": -19.488739700925159, "W13": -23.114018013554404, "S13": -23.114018013554404, "W21": -35.890890950386463, "S21": -35.890890950386463, "W22": -71.529147884217551, "S22": -94.340199113848513, "W31": -100.13216131155819, "S31": -100.13216131155819, "W32": -100.13216131155819, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102214.0, 504918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0881242594020968, "S12": -5.0881242594020968, "W13": -14.716434737679291, "S13": -22.226772619747894, "W21": -48.490099009900987, "S21": -68.631652505625638, "W22": -78.833420577273685, "S22": -95.462454580086217, "W31": -95.462454580086217, "S31": -95.462454580086217, "W32": -97.714200432739986, "S32": -102.71420043273999 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 502526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0370450404188976, "S12": -18.938355757458218, "W13": -20.0, "S13": -25.087579617834393, "W21": -34.385074678617407, "S21": -39.385074678617407, "W22": -40.23047195494204, "S22": -49.70770540066782, "W31": -77.439043636076704, "S31": -77.439043636076704, "W32": -90.559096325281701, "S32": -95.559096325281701 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 503833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -17.340015420200466, "W13": -20.0, "S13": -26.162420382165607, "W21": -33.458236756484347, "S21": -34.353558197076737, "W22": -71.509838998211094, "S22": -94.101216552288633, "W31": -98.16667042044449, "S31": -98.16667042044449, "W32": -100.11465634075508, "S32": -105.11465634075508 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 503878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30082298303585175, "S11": 0.30082298303585175, "W12": -10.000000000000002, "S12": -12.835161237518417, "W13": -22.800688289151555, "S13": -22.800688289151555, "W21": -38.759454323806835, "S21": -38.759454323806835, "W22": -44.446958625416457, "S22": -44.446958625416457, "W31": -71.925648952569972, "S31": -72.648171899495395, "W32": -92.912966136528198, "S32": -97.912966136528198 }, "geometry": { "type": "Point", "coordinates": [ 102215.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47641548681741086, "S11": 0.47641548681741086, "W12": -8.7920862479821658, "S12": -9.6216317025276208, "W13": -17.409625378169633, "S13": -17.934435015519171, "W21": -23.209770258098626, "S21": -23.209770258098626, "W22": -39.79233458853227, "S22": -39.79233458853227, "W31": -70.063694872366241, "S31": -70.187648962935029, "W32": -79.37019805224557, "S32": -84.37019805224557 }, "geometry": { "type": "Point", "coordinates": [ 102215.5, 497067.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49722319469572868, "S11": 0.49722319469572868, "W12": -7.709545025684033, "S12": -9.3650004117219439, "W13": -16.975427038455788, "S13": -17.683297268086022, "W21": -26.906456995650917, "S21": -26.906456995650917, "W22": -39.73579200802169, "S22": -54.59733064281518, "W31": -79.712932903661667, "S31": -79.712932903661667, "W32": -97.635229732654622, "S32": -102.63522973265462 }, "geometry": { "type": "Point", "coordinates": [ 102215.75, 497333.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7725008048937543, "S12": -4.7725008048937543, "W13": -17.205399610136453, "S13": -18.003219198833687, "W21": -35.78887824405458, "S21": -44.943915778625893, "W22": -69.259231254781511, "S22": -82.25137906493471, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 498032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7456595098320946, "S11": 3.385358708832265, "W12": -6.1759995920032642, "S12": -6.1759995920032642, "W13": -19.205051304303435, "S13": -19.842520218368094, "W21": -55.80874729159504, "S21": -68.895163068420345, "W22": -71.333348012700839, "S22": -101.33334801270084, "W31": -101.33334801270084, "S31": -101.33334801270084, "W32": -101.33334801270084, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13169702270044248, "S11": 0.13057537308241807, "W12": -5.0, "S12": -19.924965763006377, "W13": -19.924965763006377, "S13": -28.636928476387233, "W21": -31.706929651599985, "S21": -35.837912357057959, "W22": -80.0, "S22": -99.21618923013358, "W31": -99.21618923013358, "S31": -99.21618923013358, "W32": -99.21618923013358, "S32": -104.17755787901419 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 504040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75016801588513826, "S11": -0.75016801588513826, "W12": -10.0, "S12": -13.052417650539603, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -42.066365183602976, "W22": -40.554920984845651, "S22": -43.650031825616004, "W31": -80.0, "S31": -80.0, "W32": -91.4759738444791, "S32": -96.4759738444791 }, "geometry": { "type": "Point", "coordinates": [ 102216.0, 508981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49245086360929258, "S11": 0.49245086360929258, "W12": -13.29731679169071, "S12": -19.79271852408063, "W13": -25.0, "S13": -25.0, "W21": -34.148882944291636, "S21": -34.148882944291636, "W22": -80.0, "S22": -96.20175174421523, "W31": -97.98603896565956, "S31": -97.98603896565956, "W32": -99.173188627331086, "S32": -104.17318862733109 }, "geometry": { "type": "Point", "coordinates": [ 102217.0, 505387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0000000000000009, "S12": -6.5759944495837193, "W13": -20.0, "S13": -20.0, "W21": -35.246484225703398, "S21": -35.246484225703398, "W22": -83.777470341157652, "S22": -106.4831944561644, "W31": -106.4831944561644, "S31": -106.4831944561644, "W32": -106.4831944561644, "S32": -108.66346383385056 }, "geometry": { "type": "Point", "coordinates": [ 102217.0, 511088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52588230503857025, "S11": 0.52588230503857025, "W12": -6.4294769148652255, "S12": -6.4304698320558913, "W13": -17.0867079279035, "S13": -18.0867079279035, "W21": -31.128514360510508, "S21": -31.574668496061005, "W22": -77.645694040046806, "S22": -87.747571422383174, "W31": -97.162152772952766, "S31": -97.162152772952766, "W32": -99.882342387599124, "S32": -104.88234238759912 }, "geometry": { "type": "Point", "coordinates": [ 102218.0, 497588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68270849273144618, "S11": 0.68270849273144618, "W12": -5.0280719084063197, "S12": -19.927549339176192, "W13": -20.0, "S13": -25.0, "W21": -34.610906739089749, "S21": -39.610906739089749, "W22": -43.762190869588544, "S22": -46.342096544819157, "W31": -68.730644907276613, "S31": -68.805426464005791, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102218.0, 503816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.844359007495477, "S12": -4.844359007495477, "W13": -15.270733316350951, "S13": -15.333106533569943, "W21": -43.839905930401891, "S21": -53.502000184552188, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -81.027895382016325, "S32": -86.027895382016325 }, "geometry": { "type": "Point", "coordinates": [ 102218.5, 498727.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2798369473861153, "S11": 3.264452568201361, "W12": -6.3854211670455605, "S12": -6.3854211670455605, "W13": -20.0, "S13": -20.0, "W21": -52.159445399677168, "S21": -72.159445399677168, "W22": -65.939283469889361, "S22": -80.160695403597373, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4679817413911165, "S12": -5.4679817413911165, "W13": -19.174057439943912, "S13": -24.575803136819232, "W21": -44.479677748971852, "S21": -44.479677748971859, "W22": -67.604546429337333, "S22": -81.441745072659359, "W31": -89.595108195917362, "S31": -89.595108195917362, "W32": -98.528921269908622, "S32": -103.52892126990862 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 503175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8695652173913044, "S11": 1.8695652173913044, "W12": -0.47994152996589257, "S12": -0.47994152996589257, "W13": -18.341907777861621, "S13": -19.960514515768292, "W21": -38.213764786979588, "S21": -39.963497804577209, "W22": -50.0, "S22": -50.495181050072347, "W31": -68.664682038845513, "S31": -74.492816012974089, "W32": -87.180860722716545, "S32": -92.180860722716545 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 503533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70627390971690884, "S11": 0.70627390971690884, "W12": -5.0212391565068346, "S12": -20.021239156506834, "W13": -20.021239156506834, "S13": -24.934876743879691, "W21": -34.590067567322286, "S21": -39.590067567322286, "W22": -83.852484355861648, "S22": -99.468054191564434, "W31": -99.769209317513756, "S31": -99.769209317513756, "W32": -103.57316829553157, "S32": -108.57316829553157 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 503815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49526247204444962, "S11": 0.49526247204444962, "W12": -10.0, "S12": -10.0, "W13": -22.431769978206123, "S13": -22.431769978206123, "W21": -38.865439526259479, "S21": -38.865439526259479, "W22": -60.240256018018876, "S22": -71.118735981799361, "W31": -89.703485000039663, "S31": -89.703485000039663, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 505907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55444876942409771, "S11": 0.55444876942409771, "W12": -10.781042996507285, "S12": -11.142511527975817, "W13": -25.0, "S13": -25.0, "W21": -38.395891366375167, "S21": -38.395891366375167, "W22": -35.883278051530176, "S22": -35.883278051530176, "W31": -70.395123284940723, "S31": -70.395530606000833, "W32": -77.433339492035813, "S32": -82.433339492035813 }, "geometry": { "type": "Point", "coordinates": [ 102219.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3405018546294956, "S11": 1.3405018546294956, "W12": -6.8763452971483066, "S12": -16.789933040302863, "W13": -20.431034482758839, "S13": -25.262606724964662, "W21": -36.547995703595213, "S21": -36.547995703595213, "W22": -84.120550553221506, "S22": -91.926066280267193, "W31": -99.842138014559396, "S31": -99.842138014559396, "W32": -103.45611285266457, "S32": -108.45611285266457 }, "geometry": { "type": "Point", "coordinates": [ 102219.333333333328483, 504648.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4934757796947578, "S11": 3.2818678095452567, "W12": -6.746993378481724, "S12": -6.746993378481724, "W13": -20.0, "S13": -20.016014736565101, "W21": -51.538007133303616, "S21": -64.15304569371493, "W22": -80.0, "S22": -94.996789438345402, "W31": -96.125337167437053, "S31": -96.125337167437053, "W32": -97.832904494496702, "S32": -102.8329044944967 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 500642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70548317046688391, "S11": 0.70548317046688391, "W12": -8.7390300230946885, "S12": -8.7390300230946885, "W13": -16.740789384280873, "S13": -19.548908116962991, "W21": -49.690528905289057, "S21": -61.95909646488758, "W22": -35.285546585008213, "S22": -45.080450833234174, "W31": -71.787052472154059, "S31": -75.84366087110358, "W32": -95.727049291902972, "S32": -100.72704929190297 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 502007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79455509017864745, "S11": 0.79455509017864745, "W12": -3.6405941346299953, "S12": -14.411831094391545, "W13": -18.635423638610277, "S13": -21.68308539842316, "W21": -40.0, "S21": -44.641267700606875, "W22": -39.975211651775616, "S22": -46.601193296207441, "W31": -71.983586519993011, "S31": -71.983586519993011, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 503417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72, "S11": 0.72, "W12": -6.2800002, "S12": -20.7800002, "W13": -20.790001, "S13": -20.790001, "W21": -35.880001, "S21": -35.880986965535648, "W22": -39.682923296837011, "S22": -42.88069486393087, "W31": -60.0, "S31": -60.965275214576543, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.768008764721994, "S12": -14.528604440157721, "W13": -23.564648808268295, "S13": -23.564648808268295, "W21": -34.810514984037361, "S21": -34.810514984037361, "W22": -70.0, "S22": -70.0, "W31": -101.9815937594325, "S31": -101.9815937594325, "W32": -101.9815937594325, "S32": -106.3894324853229 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 505514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4451346421590792, "S12": -8.4451346421590792, "W13": -19.528578940380019, "S13": -22.049543348413174, "W21": -47.559894271937026, "S21": -72.559894271937026, "W22": -50.233425961148093, "S22": -50.233425961148093, "W31": -68.726284430512848, "S31": -73.571853769511947, "W32": -84.884361964436948, "S32": -89.884361964436948 }, "geometry": { "type": "Point", "coordinates": [ 102220.666666666671517, 503010.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3216911742594823, "S11": 3.3216911742594823, "W12": -10.0, "S12": -10.0, "W13": -20.524765918876028, "S13": -20.691356665646875, "W21": -48.365069443354585, "S21": -81.781974887481454, "W22": -81.120209059233616, "S22": -98.972522187997157, "W31": -98.972522187997157, "S31": -98.972522187997157, "W32": -98.972522187997157, "S32": -103.30274344203232 }, "geometry": { "type": "Point", "coordinates": [ 102221.0, 500159.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2636577576063202, "S11": 3.2412932264269565, "W12": -6.4169679088304363, "S12": -6.4169679088304363, "W13": -20.0, "S13": -20.0, "W21": -52.350923749035019, "S21": -71.529147884217551, "W22": -48.091701476277123, "S22": -49.18822037183061, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102221.0, 500819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1107104330405306, "S12": -9.1107104330405306, "W13": -19.016010264817975, "S13": -23.34216890791183, "W21": -58.132398945890671, "S21": -65.813302093313212, "W22": -82.6900985344394, "S22": -99.669156319585042, "W31": -99.762869090983401, "S31": -99.762869090983401, "W32": -103.5478517425779, "S32": -108.5478517425779 }, "geometry": { "type": "Point", "coordinates": [ 102221.0, 501452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.628972194637536, "S12": -23.04058723184891, "W13": -23.214155914955484, "S13": -23.214155914955484, "W21": -37.134553896645173, "S21": -38.908455802770391, "W22": -40.424038092932214, "S22": -43.946707676712549, "W31": -69.090965346943904, "S31": -70.372185665943022, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102221.0, 506723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0212439772229522, "S11": 1.0212439772229522, "W12": -5.5547373281656611, "S12": -5.5547373281656611, "W13": -15.826933951036558, "S13": -20.826933951036558, "W21": -49.053864329007297, "S21": -69.640987990715999, "W22": -43.240371751993919, "S22": -43.240371751993919, "W31": -70.0, "S31": -70.0, "W32": -80.046871618282253, "S32": -85.046871618282253 }, "geometry": { "type": "Point", "coordinates": [ 102222.0, 502570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46269857811125337, "S11": 0.46269857811125337, "W12": -15.113091787858542, "S12": -15.281091787858541, "W13": -22.792231075994696, "S13": -22.792231075994696, "W21": -34.757452732492048, "S21": -37.030995684664525, "W22": -45.20971710575391, "S22": -45.20971710575391, "W31": -83.757302125440091, "S31": -83.757302125440091, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102222.0, 507397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1814430358206414, "S12": -8.1814430358206423, "W13": -29.269396947968374, "S13": -29.269396947968374, "W21": -32.47030172440833, "S21": -32.47030172440833, "W22": -77.896096628639228, "S22": -88.54992521414043, "W31": -97.085724608479353, "S31": -97.085724608479353, "W32": -99.853636657217692, "S32": -104.85363665721769 }, "geometry": { "type": "Point", "coordinates": [ 102222.0, 510389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.97, "S11": 2.97, "W12": 1.96, "S12": -17.830001, "W13": -17.84, "S13": -17.84, "W21": -36.130001, "S21": -36.534756043227951, "W22": -71.105545617173519, "S22": -93.707371670262376, "W31": -98.133134675391545, "S31": -98.133134675391545, "W32": -100.04553727008712, "S32": -105.04553727008712 }, "geometry": { "type": "Point", "coordinates": [ 102222.6, 503666.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1094910982002504, "S11": 2.8492251615557427, "W12": -5.4993777637397345, "S12": -5.4993777637397345, "W13": -17.161704642888257, "S13": -17.161704642888257, "W21": -60.0, "S21": -69.259231254781511, "W22": -73.775788244453096, "S22": -94.411461442367894, "W31": -97.939305231968973, "S31": -97.939305231968973, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 499211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3686838124054463, "S11": 3.3655732964596607, "W12": -6.1497681359193948, "S12": -6.1497681359193948, "W13": -20.0, "S13": -20.0, "W21": -51.77234805951295, "S21": -69.546874667413704, "W22": -39.545955204351806, "S22": -52.15917181746331, "W31": -78.689287816445727, "S31": -78.689287816445727, "W32": -97.408546994752854, "S32": -102.40854699475285 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 500773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7167657208588958, "S11": 2.6443161204896781, "W12": -7.6658042609853521, "S12": -10.397984191781195, "W13": -19.744389592820312, "S13": -23.090370495977574, "W21": -53.96941880051709, "S21": -71.434623169791223, "W22": -34.313111477074315, "S22": -42.76991237175146, "W31": -72.482784729992858, "S31": -75.197744046591481, "W32": -95.901280045302158, "S32": -100.90128004530216 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 501125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48695411401868699, "S11": 0.48695411401868699, "W12": -12.717905615739012, "S12": -14.503059237627328, "W13": -22.492423379861147, "S13": -22.492423379861147, "W21": -36.138578658844757, "S21": -39.363557184871262, "W22": -39.892846854766624, "S22": -49.892846854766624, "W31": -70.768290553518426, "S31": -70.768290553518426, "W32": -90.012730600072913, "S32": -95.012730600072913 }, "geometry": { "type": "Point", "coordinates": [ 102223.0, 506909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49289176090468501, "S11": -0.49289176090468501, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -20.691393449304663, "W21": -46.562332472342703, "S21": -64.705385403947659, "W22": -40.342437042222826, "S22": -47.52332277027088, "W31": -80.0, "S31": -80.0, "W32": -91.068433905086934, "S32": -96.068433905086934 }, "geometry": { "type": "Point", "coordinates": [ 102223.5, 502255.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2701344158773118, "S11": 3.2205872944174905, "W12": -10.0, "S12": -10.0, "W13": -20.480292590074779, "S13": -21.155102368557394, "W21": -48.777470341157667, "S21": -83.777470341157652, "W22": -42.472726209904927, "S22": -44.31911489038832, "W31": -79.44491548581567, "S31": -79.554842808746713, "W32": -92.021450117121489, "S32": -97.021450117121489 }, "geometry": { "type": "Point", "coordinates": [ 102224.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8470667339048581, "S11": 2.7293161176528682, "W12": -7.2391187989102859, "S12": -7.7942738261741127, "W13": -20.0, "S13": -22.97291948755338, "W21": -55.002546257002209, "S21": -77.645694040046806, "W22": -43.364481990222238, "S22": -44.644252038557276, "W31": -79.094989554249665, "S31": -79.360365052439249, "W32": -92.152862593345361, "S32": -97.152862593345361 }, "geometry": { "type": "Point", "coordinates": [ 102224.0, 501020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5129398017916649, "S11": 1.5129398017916649, "W12": -4.4971931257052109, "S12": -5.9640205405817266, "W13": -21.843950798604737, "S13": -21.843950798604737, "W21": -36.822960353605609, "S21": -41.683299526001171, "W22": -37.930053807740734, "S22": -37.930053807740734, "W31": -70.591695229627774, "S31": -70.662611969987395, "W32": -78.015711879036857, "S32": -83.015711879036857 }, "geometry": { "type": "Point", "coordinates": [ 102224.0, 508659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1424142149880712, "S11": 1.1424142149880712, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -22.239643686438317, "S13": -22.239643686438317, "W21": -43.471403963941739, "S21": -43.64503302317771, "W22": -35.990689603977927, "S22": -35.990689603977927, "W31": -70.950128712314353, "S31": -70.976182074946209, "W32": -77.229143590762106, "S32": -82.229143590762106 }, "geometry": { "type": "Point", "coordinates": [ 102224.833333333328483, 513218.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6945818053688573, "S12": -8.6945818053688573, "W13": -23.107201428053905, "S13": -23.107201428053905, "W21": -43.398849312585568, "S21": -45.800714708015448, "W22": -42.977700214228442, "S22": -42.977700214228442, "W31": -70.0, "S31": -70.410242654494695, "W32": -93.216022414284353, "S32": -98.216022414284353 }, "geometry": { "type": "Point", "coordinates": [ 102224.988764044945128, 516325.483146067417692 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9409586660111211, "S11": 2.7193100800951715, "W12": -5.373318066961466, "S12": -5.373318066961466, "W13": -16.847476137334564, "S13": -16.847476137334564, "W21": -56.644134241957943, "S21": -65.939283469889361, "W22": -48.015106364470405, "S22": -49.138943203759638, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102225.0, 499167.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71874631094321773, "S11": 0.71874631094321773, "W12": -4.8733095274274421, "S12": -19.873309527427441, "W13": -19.873309527427441, "S13": -22.409369174686518, "W21": -40.824628220610215, "S21": -44.649982232747774, "W22": -71.475213119672006, "S22": -93.509599541866265, "W31": -98.197398075261361, "S31": -98.197398075261361, "W32": -100.01545014520813, "S32": -105.01545014520813 }, "geometry": { "type": "Point", "coordinates": [ 102225.0, 503377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2666688906520485, "S11": -1.2666688906520485, "W12": -10.39423803072666, "S12": -10.39423803072666, "W13": -27.417186107086611, "S13": -27.417186107086611, "W21": -40.079113297507149, "S21": -40.079113297507149, "W22": -40.120290093950878, "S22": -42.345810442996012, "W31": -69.494991792569763, "S31": -69.99237419256977, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102225.0, 509312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2466429108404933, "S11": 3.1755361393848007, "W12": -10.0, "S12": -10.0, "W13": -20.460083752549309, "S13": -21.366123039689384, "W21": -48.964663843039503, "S21": -83.852484355861648, "W22": -44.175633230867994, "S22": -44.175633230867994, "W31": -71.161406255358415, "S31": -71.838425447332398, "W32": -92.98311485560059, "S32": -97.98311485560059 }, "geometry": { "type": "Point", "coordinates": [ 102225.333333333328483, 500218.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8833729900548573, "S12": -4.8833729900548573, "W13": -15.438233580807267, "S13": -16.151480816615447, "W21": -46.970914305162992, "S21": -56.482142737687923, "W22": -43.651891705390234, "S22": -44.692981658252293, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102225.666666666671517, 498907.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5777410493852226, "S11": 4.5777410493852226, "W12": -2.4488092673703004, "S12": -4.9466203670692845, "W13": -20.0, "S13": -20.0, "W21": -33.7620011662368, "S21": -33.7620011662368, "W22": -69.633170108072747, "S22": -78.943569600780421, "W31": -99.583853310690486, "S31": -99.583853310690486, "W32": -99.802836913580251, "S32": -104.80283691358025 }, "geometry": { "type": "Point", "coordinates": [ 102225.666666666671517, 510730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2256851601262966, "S11": 3.1485020365303238, "W12": -10.0, "S12": -10.0, "W13": -20.442912848402447, "S13": -21.549993644042956, "W21": -49.120550553221506, "S21": -84.120550553221506, "W22": -44.622199062011468, "S22": -62.631726630956258, "W31": -82.783731863909807, "S31": -82.783731863909807, "W32": -98.013013219880705, "S32": -103.0130132198807 }, "geometry": { "type": "Point", "coordinates": [ 102226.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5643322475570032, "S11": 1.5643322475570032, "W12": -10.46972455340042, "S12": -10.46972455340042, "W13": -17.947766875447826, "S13": -21.289277769359458, "W21": -49.114793856103475, "S21": -60.092570589379484, "W22": -45.979046522792359, "S22": -46.54448361379125, "W31": -80.695439925347216, "S31": -80.695439925347216, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102226.0, 501894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4695030231530557, "S11": 0.4695030231530557, "W12": -5.0, "S12": -6.3251815907044255, "W13": -19.545678082055957, "S13": -23.266510239238652, "W21": -33.599806439542988, "S21": -33.924530224195536, "W22": -45.01496009699089, "S22": -45.01496009699089, "W31": -83.081293921379498, "S31": -83.081293921379498, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102226.0, 504284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79327259985984588, "S11": 0.79327259985984588, "W12": -14.249254368322427, "S12": -17.832847037755347, "W13": -24.719436945622828, "S13": -24.719436945622828, "W21": -37.719538238387123, "S21": -37.719538238387123, "W22": -72.087294218467363, "S22": -76.854662973468649, "W31": -101.88711498287741, "S31": -101.88711498287741, "W32": -102.09694415173867, "S32": -107.09694415173867 }, "geometry": { "type": "Point", "coordinates": [ 102226.25, 506570.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47612395059709417, "S11": 0.47612395059709417, "W12": -9.7053630254313603, "S12": -19.178860216514266, "W13": -22.703926530178787, "S13": -22.703926530178787, "W21": -35.927700233381813, "S21": -35.927700233381813, "W22": -69.354035996727575, "S22": -109.35403599672757, "W31": -109.35403599672757, "S31": -109.35403599672757, "W32": -109.35403599672757, "S32": -109.35403599672757 }, "geometry": { "type": "Point", "coordinates": [ 102226.8, 504873.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5638968481375359, "S11": 3.4559047953271791, "W12": -9.4398924220851139, "S12": -9.6005460723397835, "W13": -20.416058420162081, "S13": -21.232827484130276, "W21": -47.420948547522428, "S21": -66.284163844477717, "W22": -73.18579693440806, "S22": -73.18579693440806, "W31": -94.413796910188523, "S31": -94.413796910188523, "W32": -99.646694642330488, "S32": -104.64669464233049 }, "geometry": { "type": "Point", "coordinates": [ 102227.0, 499938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.6204489534499018, "S12": -8.6204489534499018, "W13": -22.791802128613625, "S13": -22.791802128613625, "W21": -42.771729849047517, "S21": -45.143298624437335, "W22": -79.879877841716294, "S22": -82.570828183909398, "W31": -99.316896913154537, "S31": -99.316896913154537, "W32": -103.65988302697541, "S32": -108.65988302697541 }, "geometry": { "type": "Point", "coordinates": [ 102227.41284403669124, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.155871939658734, "S11": -1.155871939658734, "W12": -10.826124238320917, "S12": -11.525065209592366, "W13": -28.566756119581008, "S13": -28.566756119581008, "W21": -40.008927658027865, "S21": -40.008927658027865, "W22": -66.456913183279752, "S22": -93.657093327772486, "W31": -98.297542781170478, "S31": -98.297542781170478, "W32": -99.96969823884892, "S32": -104.96969823884892 }, "geometry": { "type": "Point", "coordinates": [ 102227.714285714289872, 509469.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6212097392638136, "S11": 2.6212097392638136, "W12": -8.271743541944053, "S12": -9.8517778015558033, "W13": -19.197539317561358, "S13": -23.173817716302239, "W21": -57.634016125788335, "S21": -59.200816083135372, "W22": -67.194170721399743, "S22": -96.519128153871009, "W31": -98.074274209740253, "S31": -98.074274209740253, "W32": -100.09310344827587, "S32": -105.09310344827587 }, "geometry": { "type": "Point", "coordinates": [ 102227.8, 501299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.203709180744273, "S12": -11.203709180744273, "W13": -15.96, "S13": -17.411867406735187, "W21": -20.0, "S21": -20.0, "W22": -78.504901084666841, "S22": -94.481391186711335, "W31": -94.481391186711335, "S31": -94.481391186711335, "W32": -97.464989408811419, "S32": -102.46498940881142 }, "geometry": { "type": "Point", "coordinates": [ 102228.0, 496784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2520974289580513, "S11": 3.1841732485042473, "W12": -10.0, "S12": -10.0, "W13": -20.45989068660775, "S13": -21.342113621164799, "W21": -48.984477232664247, "S21": -82.6900985344394, "W22": -71.937451563710894, "S22": -93.636624671746119, "W31": -98.093549493460671, "S31": -98.093549493460671, "W32": -99.961276332094172, "S32": -104.96127633209417 }, "geometry": { "type": "Point", "coordinates": [ 102228.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3830848105432763, "S11": 4.3830848105432763, "W12": -1.7250491214918708, "S12": -3.1493936726833249, "W13": -19.335397809726668, "S13": -19.335397809726668, "W21": -34.86489476276801, "S21": -35.252910000119059, "W22": -36.385138593376155, "S22": -36.385138593376155, "W31": -70.0, "S31": -70.0, "W32": -78.709478752757676, "S32": -83.709478752757676 }, "geometry": { "type": "Point", "coordinates": [ 102228.0, 508318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3469633577628106, "S11": 2.3469633577628106, "W12": -14.855190803676987, "S12": -14.855190803676987, "W13": -21.949515478654202, "S13": -21.949515478654202, "W21": -40.451967598475669, "S21": -42.086985536835442, "W22": -37.893454983841387, "S22": -46.709879606498276, "W31": -75.742943472680096, "S31": -75.742943472680096, "W32": -96.704706624580524, "S32": -101.70470662458052 }, "geometry": { "type": "Point", "coordinates": [ 102228.538461538468255, 512453.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7531551835157764, "S12": -4.7531551835157764, "W13": -17.170315789473683, "S13": -17.924467276013075, "W21": -36.372893715789466, "S21": -45.20971710575391, "W22": -55.185109359235753, "S22": -55.185109359235753, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102229.0, 498080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.865094973945201, "S11": 2.7425508127729188, "W12": -7.2024959711038052, "S12": -7.8459446717951078, "W13": -20.009118037135277, "S13": -23.009118037135277, "W21": -55.163809200475299, "S21": -77.896096628639228, "W22": -70.0, "S22": -75.415345592897907, "W31": -99.258830218235119, "S31": -99.258830218235119, "W32": -99.390148987654314, "S32": -104.39014898765431 }, "geometry": { "type": "Point", "coordinates": [ 102229.0, 501020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0074025405168638, "S11": 1.0074025405168638, "W12": -5.5599321784283733, "S12": -5.5599321784283733, "W13": -15.679564124446291, "S13": -21.112015654720558, "W21": -48.817416018902172, "S21": -69.308038997992497, "W22": -71.241502683363152, "S22": -94.69872296985173, "W31": -97.937994604177717, "S31": -97.937994604177717, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102229.0, 502568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64206711409395423, "S11": -0.64206711409395423, "W12": -4.7470788797250947, "S12": -4.9975117610668924, "W13": -13.77900691084243, "S13": -22.83302903337237, "W21": -46.980198019801975, "S21": -66.716057581215452, "W22": -39.669253732112132, "S22": -53.77497011999165, "W31": -79.286562651467776, "S31": -79.286562651467776, "W32": -97.551435388296539, "S32": -102.55143538829654 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 502480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3849592688257502, "S11": 1.3849592688257502, "W12": -5.0, "S12": -15.577433628317911, "W13": -20.0, "S13": -22.481154259745363, "W21": -35.187836009629571, "S21": -39.398232049233528, "W22": -43.89683551722274, "S22": -43.89683551722274, "W31": -70.0, "S31": -70.581589109414836, "W32": -93.060309621046628, "S32": -98.060309621046628 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 503739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.8541677296551633, "S12": -5.5060936721767657, "W13": -20.316655549412527, "S13": -20.501716559878012, "W21": -30.961967099092917, "S21": -30.961967099092917, "W22": -65.0535003483146, "S22": -85.998507516511324, "W31": -98.779366568381761, "S31": -98.779366568381761, "W32": -98.779366568381761, "S32": -103.4332749128552 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 504227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94989488437281011, "S11": 0.94989488437281011, "W12": -13.921217884853426, "S12": -18.551231716112071, "W13": -25.0, "S13": -25.0, "W21": -37.793160871393695, "S21": -37.793160871393695, "W22": -80.0, "S22": -96.965997187466201, "W31": -96.965997187466201, "S31": -96.965997187466201, "W32": -97.859628637353282, "S32": -102.85962863735328 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 506547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.262888944058259, "S12": -25.397488448599965, "W13": -25.397488448599965, "S13": -25.397488448599965, "W21": -36.71868007536397, "S21": -39.582801355543644, "W22": -40.0, "S22": -40.0, "W31": -63.739762900177531, "S31": -68.739762900177524, "W32": -92.421546425105149, "S32": -97.421546425105149 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 506815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37000527036848996, "S11": 0.37000527036848996, "W12": -11.953241936552089, "S12": -12.046907783642595, "W13": -22.53115943275537, "S13": -22.53115943275537, "W21": -35.191145026888705, "S21": -36.375048136320089, "W22": -50.0, "S22": -50.674448202040139, "W31": -68.602862777433685, "S31": -73.56288100823113, "W32": -89.64352523645519, "S32": -94.64352523645519 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 507019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31487186812397161, "S11": 0.31487186812397161, "W12": -11.814822173653884, "S12": -13.518369767612437, "W13": -22.577208535122828, "S13": -22.577208535122828, "W21": -34.758876424662233, "S21": -34.758876424662233, "W22": -44.75201922696143, "S22": -45.06114813176449, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 507074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.3291663674876144, "S12": -6.2412483186257086, "W13": -25.48113387025176, "S13": -25.48113387025176, "W21": -32.906709693118025, "S21": -32.906709693118025, "W22": -39.623063886341853, "S22": -53.075269658286956, "W31": -78.977401526760019, "S31": -78.977401526760019, "W32": -97.485662006803906, "S32": -102.48566200680391 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 510522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7968138977491543, "S11": 4.7968138977491543, "W12": -2.7295876115937014, "S12": -5.3847374695465957, "W13": -20.440993788819153, "S13": -20.440993788819153, "W21": -33.439473794130443, "S21": -33.439473794130443, "W22": -41.510972769285445, "S22": -41.510972769285445, "W31": -64.711643090315562, "S31": -69.611576758270985, "W32": -92.918149466192162, "S32": -97.918149466192162 }, "geometry": { "type": "Point", "coordinates": [ 102230.0, 510658.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5121949203255411, "S11": 2.5121949203255411, "W12": -11.224824947664766, "S12": -16.292699995871477, "W13": -22.377260896042948, "S13": -22.377260896042948, "W21": -36.431729420424858, "S21": -40.209222294531877, "W22": -70.0, "S22": -82.937073464472093, "W31": -100.32401906971474, "S31": -100.32401906971474, "W32": -100.94067322299512, "S32": -105.94067322299512 }, "geometry": { "type": "Point", "coordinates": [ 102230.5, 507534.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.986634784797383, "W13": -15.96, "S13": -17.381751120303345, "W21": -39.649588135943894, "S21": -39.649588135943894, "W22": -45.452005918099658, "S22": -46.829654584806818, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 496790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3063467229346379, "S12": -5.3063467229346379, "W13": -14.942114704704164, "S13": -22.097306154600439, "W21": -48.318837105776801, "S21": -68.48223438967419, "W22": -44.143755320456684, "S22": -44.581044766931925, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 502542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43823996651438424, "S11": 0.43823996651438424, "W12": -13.358626658972877, "S12": -20.415018932068183, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.292389292454054, "S21": -34.292389292454054, "W22": -55.661248714664545, "S22": -62.392700089184203, "W31": -88.527639620374629, "S31": -88.527639620374629, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 505326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71213035606517783, "S11": 0.71213035606517783, "W12": -14.151616048530904, "S12": -14.151616048530904, "W13": -22.71383167417984, "S13": -22.71383167417984, "W21": -35.067577746796175, "S21": -38.035502195783181, "W22": -78.099659381706289, "S22": -78.099659381706289, "W31": -100.41119371899575, "S31": -100.41119371899575, "W32": -102.53480851973596, "S32": -107.53480851973596 }, "geometry": { "type": "Point", "coordinates": [ 102231.0, 507428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48445762378448504, "S11": 0.48445762378448504, "W12": -8.6437572072544295, "S12": -9.5983026617998846, "W13": -17.222566637838725, "S13": -17.641942117746581, "W21": -23.306175055883571, "S21": -23.306175055883571, "W22": -70.0, "S22": -80.578661844484628, "W31": -99.191566493223078, "S31": -99.191566493223078, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102232.0, 497114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4319986728599865, "S11": 3.2286246317738168, "W12": -6.6190871258856614, "S12": -6.6190871258856614, "W13": -19.999999999999996, "S13": -20.042687167534442, "W21": -51.36965002229158, "S21": -64.155961076276157, "W22": -43.367770422841026, "S22": -44.23010845911319, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102232.0, 500639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2282608695652173, "S11": 2.2282608695652173, "W12": -1.7347234759768071e-16, "S12": -0.78919190067814537, "W13": -18.322270272049547, "S13": -19.709210479244078, "W21": -37.910632995434511, "S21": -39.193866500565214, "W22": -49.201875430709151, "S22": -49.201875430709151, "W31": -68.720865248354841, "S31": -73.080590663205996, "W32": -84.816258397677842, "S32": -89.816258397677842 }, "geometry": { "type": "Point", "coordinates": [ 102232.0, 503543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52831844378803361, "S11": 0.52831844378803361, "W12": -6.6373217621716423, "S12": -7.0668454542310064, "W13": -17.055437758055028, "S13": -18.055437758055028, "W21": -30.561788776006448, "S21": -30.614256750649513, "W22": -37.772317134087785, "S22": -46.150080282589911, "W31": -74.574214486712563, "S31": -74.574214486712563, "W32": -96.42225086983467, "S32": -101.42225086983467 }, "geometry": { "type": "Point", "coordinates": [ 102233.0, 497551.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1861507033752727, "S11": 2.1861507033752727, "W12": -4.9892425949774628, "S12": -4.9892425949774628, "W13": -17.178884276894784, "S13": -18.200280311254456, "W21": -35.01496009699089, "S21": -45.01496009699089, "W22": -40.982613437874683, "S22": -43.601060201478809, "W31": -68.930655907436176, "S31": -69.646864599670806, "W32": -95.523201382720785, "S32": -100.52320138272079 }, "geometry": { "type": "Point", "coordinates": [ 102233.0, 497947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4701318051575929, "S11": 3.4701318051575929, "W12": -10.045272156916818, "S12": -10.78048721068026, "W13": -20.314612146722787, "S13": -21.219021254059253, "W21": -47.05915425272471, "S21": -72.087294218467363, "W22": -37.878612575507326, "S22": -37.878612575507326, "W31": -70.0, "S31": -70.0, "W32": -79.659088836053712, "S32": -84.659088836053712 }, "geometry": { "type": "Point", "coordinates": [ 102233.0, 499976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9241380243572395, "S11": 2.9241380243572395, "W12": -8.8528106657107166, "S12": -8.8528106657107166, "W13": -20.200107138001361, "S13": -21.513081021741883, "W21": -50.110523282901354, "S21": -64.367689765812045, "W22": -73.384438320127003, "S22": -73.384438320127003, "W31": -94.590947996054098, "S31": -94.590947996054098, "W32": -99.67491912294355, "S32": -104.67491912294355 }, "geometry": { "type": "Point", "coordinates": [ 102233.0, 500456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8752717941156209, "S12": -8.8752717941156209, "W13": -19.594364148449962, "S13": -22.222268268048474, "W21": -48.280917677119113, "S21": -73.18579693440806, "W22": -38.853802298371164, "S22": -38.853802298371164, "W31": -70.330978955658026, "S31": -70.520826542390722, "W32": -78.693077592922549, "S32": -83.693077592922549 }, "geometry": { "type": "Point", "coordinates": [ 102233.857142857144936, 502983.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3936923770861527, "S11": 3.3936923770861527, "W12": -10.0, "S12": -10.0, "W13": -20.558658871515977, "S13": -20.605500753669432, "W21": -48.154602162285883, "S21": -79.879877841716294, "W22": -74.578951850657546, "S22": -83.838837495589303, "W31": -101.26724731066021, "S31": -101.26724731066021, "W32": -102.67804563857196, "S32": -107.67804563857196 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 500126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5433347883020518, "S11": 3.5066772241294686, "W12": -5.7406397508312343, "S12": -5.7406397508312343, "W13": -19.323759791122715, "S13": -19.715916653867811, "W21": -51.456913183279745, "S21": -66.456913183279752, "W22": -70.389429745021175, "S22": -70.389429745021175, "W31": -92.941571035547199, "S31": -92.941571035547199, "W32": -99.365289805718959, "S32": -104.36528980571896 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 500724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5135486687036224, "S11": 3.5032810553775708, "W12": -5.7901510765743076, "S12": -5.7901510765743076, "W13": -19.495503336234407, "S13": -19.495503336234407, "W21": -51.454242402975652, "S21": -66.943229651368526, "W22": -34.583647793730989, "S22": -43.110651808028464, "W31": -72.073888162438962, "S31": -75.543840388619216, "W32": -95.810240095026856, "S32": -100.81024009502686 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 500732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2260881638320029, "S11": 2.2260881638320029, "W12": -9.1157228017883742, "S12": -10.628497715108317, "W13": -19.76394933801004, "S13": -24.078150164038092, "W21": -56.135984478673095, "S21": -66.879867275487044, "W22": -40.36896877956481, "S22": -40.36896877956481, "W31": -69.949391910289506, "S31": -69.991605114213414, "W32": -79.863520601584241, "S32": -84.863520601584241 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 501511.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1566776489444637, "S12": -5.1566776489444637, "W13": -14.464875095064739, "S13": -22.757724982447243, "W21": -47.960825942540147, "S21": -67.934067619622297, "W22": -44.13860510663541, "S22": -44.557717464264996, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 502526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.8725517611008184, "S12": -8.8725517611008193, "W13": -19.931052889225672, "S13": -19.931052889225672, "W21": -35.87124764695966, "S21": -35.87124764695966, "W22": -39.343830654708619, "S22": -45.647581646907511, "W31": -70.304337077489407, "S31": -75.882733538048385, "W32": -95.377371703555411, "S32": -100.37737170355541 }, "geometry": { "type": "Point", "coordinates": [ 102234.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3476822241142639, "S12": -19.316952865708164, "W13": -19.316952865708164, "S13": -25.259123340941009, "W21": -32.547853218460929, "S21": -36.677286048655731, "W22": -59.697833420525683, "S22": -69.995365518626699, "W31": -89.611960839191894, "S31": -89.611960839191894, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102234.6, 503966.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54065156307477402, "S11": -0.54065156307477402, "W12": -8.9650434741459453, "S12": -8.9650434741459453, "W13": -22.353344112867436, "S13": -22.353344112867436, "W21": -41.817287725359499, "S21": -45.769147898549527, "W22": -79.622873746427558, "S22": -79.622873746427558, "W31": -100.0, "S31": -100.0, "W32": -102.88942928268486, "S32": -107.88942928268486 }, "geometry": { "type": "Point", "coordinates": [ 102234.8, 514351.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.470913072329131, "S11": 3.2473836605644251, "W12": -6.3936822579006556, "S12": -6.3936822579006556, "W13": -20.0, "S13": -20.0, "W21": -51.407434239857338, "S21": -64.018938095898477, "W22": -70.0, "S22": -97.015503875968989, "W31": -99.836484431031721, "S31": -99.836484431031721, "W32": -100.68521627888381, "S32": -105.68521627888381 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 500654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6630310994305737, "S11": 1.5845685605966533, "W12": -6.1147342995169076, "S12": -6.1147342995169076, "W13": -16.581196581196579, "S13": -20.748738204115433, "W21": -49.186213745163165, "S21": -69.99141601576747, "W22": -80.0, "S22": -95.0, "W31": -96.7280163599182, "S31": -96.7280163599182, "W32": -97.978176810212403, "S32": -102.9781768102124 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 502600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7149077563975936, "S11": 2.7149077563975936, "W12": -5.0, "S12": -12.575221238936923, "W13": -18.689962164230245, "S13": -19.619186622906241, "W21": -35.124538420413145, "S21": -36.143270408885769, "W22": -44.419264606617055, "S22": -44.419264606617055, "W31": -73.215212962351615, "S31": -74.110068377959763, "W32": -92.964800964509863, "S32": -97.964800964509863 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 503692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4600789646852377, "S11": 1.4600789646852377, "W12": -12.831830702963918, "S12": -15.136497112528129, "W13": -22.575749283810961, "S13": -22.575749283810961, "W21": -35.591176578043864, "S21": -39.667778823807012, "W22": -42.476133138384789, "S22": -42.476133138384789, "W31": -69.609421271337197, "S31": -69.609421271337197, "W32": -82.000178117579949, "S32": -87.000178117579949 }, "geometry": { "type": "Point", "coordinates": [ 102235.0, 507472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5619267139479907, "S11": 3.4496429002007623, "W12": -5.8273008134333013, "S12": -5.8273008134333013, "W13": -19.35483870967742, "S13": -19.823019691836699, "W21": -51.622882300490417, "S21": -63.623417861758625, "W22": -39.913499571752851, "S22": -44.119261724023197, "W31": -70.066540360846986, "S31": -74.253314315979836, "W32": -95.231257758728745, "S32": -100.23125775872874 }, "geometry": { "type": "Point", "coordinates": [ 102236.0, 500699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5891487730061353, "S11": 2.5891487730061353, "W12": -8.7031746031746042, "S12": -8.7031746031746042, "W13": -19.063229905222627, "S13": -23.3981597695822, "W21": -58.543200013563727, "S21": -63.299219091770802, "W22": -79.259378504422315, "S22": -95.487289897587885, "W31": -95.487289897587885, "S31": -95.487289897587885, "W32": -97.523422272798499, "S32": -102.5234222727985 }, "geometry": { "type": "Point", "coordinates": [ 102236.0, 501392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4976306417617562, "S11": 1.4976306417617562, "W12": -6.7942283563362613, "S12": -16.694076812579912, "W13": -20.413081451769425, "S13": -25.328819803081608, "W21": -36.447871390148777, "S21": -36.447871390148777, "W22": -46.025259130078183, "S22": -46.503976564329328, "W31": -80.794476487347737, "S31": -80.794476487347737, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102236.0, 504649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.379144940460578, "S11": -1.379144940460578, "W12": -10.189705992563342, "S12": -10.964617579831909, "W13": -26.716824328475731, "S13": -26.716824328475731, "W21": -40.130137999703571, "S21": -40.130137999703571, "W22": -59.172334169177212, "S22": -69.172334169177219, "W31": -89.482284635460019, "S31": -89.482284635460019, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102236.0, 509216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50871326196715971, "S11": 0.50871326196715971, "W12": -7.6205786770101689, "S12": -9.1307497357249172, "W13": -16.970827108473731, "S13": -17.778599836083487, "W21": -27.558175337932038, "S21": -27.558175337932038, "W22": -70.339044189941774, "S22": -71.611450166775128, "W31": -91.941752276197121, "S31": -91.941752276197121, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102236.5, 497370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1486956521739127, "S11": 2.1486956521739127, "W12": -5.0, "S12": -14.544247787609789, "W13": -19.315915087713101, "S13": -20.964878076687931, "W21": -35.157419077336897, "S21": -37.120833711483236, "W22": -66.594937808882918, "S22": -99.004544255716837, "W31": -99.004544255716837, "S31": -99.004544255716837, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102237.0, 503713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5887082708340601, "S11": 1.5887082708340601, "W12": -6.4523212045169389, "S12": -16.403459823682887, "W13": -20.119201656207544, "S13": -25.592813361114775, "W21": -36.510972769285445, "S21": -41.510972769285445, "W22": -71.327370304114496, "S22": -95.852411658424145, "W31": -97.710710837705591, "S31": -97.710710837705591, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102237.0, 504622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0070338420703386, "S11": 3.0070338420703386, "W12": -7.9743322264136207, "S12": -7.9743322264136207, "W13": -20.126874235214142, "S13": -21.1392162739673, "W21": -50.673220985262738, "S21": -65.079324271647721, "W22": -38.032271837194557, "S22": -46.484036207153075, "W31": -76.101518568609762, "S31": -76.101518568609762, "W32": -96.800333300823482, "S32": -101.80033330082348 }, "geometry": { "type": "Point", "coordinates": [ 102237.5, 500522.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47529999096172559, "S11": 0.47529999096172559, "W12": -9.2086247982166185, "S12": -10.208624798216619, "W13": -18.626807026474378, "S13": -19.337645653548787, "W21": -22.290717011748651, "S21": -22.290717011748651, "W22": -40.0, "S22": -40.0, "W31": -70.006748102126949, "S31": -70.055199067494797, "W32": -79.530176935014055, "S32": -84.530176935014055 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 496981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49935700942571809, "S11": 0.49935700942571809, "W12": -7.9890135234301285, "S12": -8.9890135234301276, "W13": -16.92916378578407, "S13": -17.471467799308304, "W21": -26.070301651348995, "S21": -26.070301651348995, "W22": -39.458802661903889, "S22": -42.520021696064369, "W31": -69.442089991028354, "S31": -73.901958415252906, "W32": -95.085272741876281, "S32": -100.08527274187628 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 497280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8577151718790388, "S12": -4.8577151718790388, "W13": -15.297697620719861, "S13": -15.307600366267797, "W21": -44.352894899820896, "S21": -53.985297468401505, "W22": -39.809994389197954, "S22": -39.809994389197954, "W31": -70.060591260510137, "S31": -70.127179511157493, "W32": -79.391851705426319, "S32": -84.391851705426319 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0737852954442948, "S11": 2.9963907579281872, "W12": -10.0, "S12": -10.0, "W13": -20.306693677770223, "S13": -22.04388723368897, "W21": -49.786406369658096, "S21": -78.099659381706289, "W22": -52.843703209279667, "S22": -57.5557585259333, "W31": -87.835293537804105, "S31": -87.835293537804105, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2165069759623468, "S11": 3.1543717161129785, "W12": -6.5066311595866608, "S12": -6.6480293070017504, "W13": -20.0, "S13": -20.0, "W21": -53.40432661941189, "S21": -66.749217421261079, "W22": -34.0, "S22": -41.733048326842571, "W31": -72.388975526016196, "S31": -75.245916687859292, "W32": -95.89097554484951, "S32": -100.89097554484951 }, "geometry": { "type": "Point", "coordinates": [ 102238.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48914649447867486, "S11": 0.48914649447867486, "W12": -8.5085893000664594, "S12": -9.5065059667331564, "W13": -16.970101848249552, "S13": -17.34739474134744, "W21": -23.94738223974635, "S21": -23.94738223974635, "W22": -81.335365853658175, "S22": -98.626899405744211, "W31": -98.626899405744211, "S31": -98.626899405744211, "W32": -98.626899405744211, "S32": -103.00874105034811 }, "geometry": { "type": "Point", "coordinates": [ 102238.333333333328483, 497151.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1666777633701411, "S11": -1.1666777633701411, "W12": -10.796613744075829, "S12": -11.74035291782474, "W13": -28.83351215012798, "S13": -28.83351215012798, "W21": -39.921787760110618, "S21": -39.921787760110618, "W22": -40.928987635605665, "S22": -57.779731360149469, "W31": -80.83420126786784, "S31": -80.83420126786784, "W32": -97.860832880785253, "S32": -102.86083288078525 }, "geometry": { "type": "Point", "coordinates": [ 102238.75, 509506.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22898697940711771, "S11": 0.22898697940711771, "W12": -5.0, "S12": -19.943085599846853, "W13": -20.0, "S13": -28.363472341821463, "W21": -34.197108845746591, "S21": -35.083086182857244, "W22": -39.502329368200364, "S22": -59.502329368200364, "W31": -69.324054416657717, "S31": -69.324054416657717, "W32": -90.202793744124421, "S32": -95.202793744124421 }, "geometry": { "type": "Point", "coordinates": [ 102239.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5615941780937872, "S11": 3.5615941780937872, "W12": -1.8265983358156754, "S12": -8.9101683805360476, "W13": -20.0, "S13": -20.0, "W21": -34.82299848857329, "S21": -40.982613437874683, "W22": -41.02372961163011, "S22": -43.693143558796244, "W31": -68.969860347853299, "S31": -69.795819146530135, "W32": -95.710084739659607, "S32": -100.71008473965961 }, "geometry": { "type": "Point", "coordinates": [ 102239.0, 508470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.325417332255608, "S12": -11.325417332255608, "W13": -20.0, "S13": -20.0, "W21": -37.437885982640083, "S21": -37.437885982640083, "W22": -39.632259151587313, "S22": -41.028181050688175, "W31": -67.708249813870907, "S31": -72.44121270718793, "W32": -94.51048810184605, "S32": -99.51048810184605 }, "geometry": { "type": "Point", "coordinates": [ 102239.1, 511708.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3141247014757358, "W12": -9.1589769118205684, "S12": -9.1589769118205684, "W13": -19.634128262545172, "S13": -22.226276605157015, "W21": -48.687772870449628, "S21": -73.384438320127003, "W22": -71.51139892918826, "S22": -71.51139892918826, "W31": -98.583654790989073, "S31": -98.583654790989073, "W32": -99.180042370370373, "S32": -104.18004237037037 }, "geometry": { "type": "Point", "coordinates": [ 102239.333333333328483, 502966.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7434535718488879, "S11": 3.7434535718488879, "W12": -4.0260962729484628, "S12": -6.9988409475849203, "W13": -27.516741708415246, "S13": -27.516741708415246, "W21": -32.563669264004083, "S21": -32.563669264004083, "W22": -73.225030084235868, "S22": -100.58816894683891, "W31": -100.58816894683891, "S31": -100.58816894683891, "W32": -100.58816894683891, "S32": -104.03527381645149 }, "geometry": { "type": "Point", "coordinates": [ 102239.5, 510459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3105393634840872, "S11": 3.3105393634840872, "W12": -10.356785825088766, "S12": -11.547332792984129, "W13": -20.417678893565846, "S13": -21.417678893565846, "W21": -47.152231820163927, "S21": -74.578951850657546, "W22": -39.925139938418603, "S22": -39.925139938418603, "W31": -64.771061222152227, "S31": -69.919335039179117, "W32": -92.928663862827563, "S32": -97.928663862827563 }, "geometry": { "type": "Point", "coordinates": [ 102240.0, 500016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6548169372130728, "S12": -6.6548169372130728, "W13": -19.338257535481418, "S13": -24.427534357009268, "W21": -46.141010159014328, "S21": -69.183251455185612, "W22": -39.463795218721664, "S22": -59.463795218721664, "W31": -68.944400251460451, "S31": -68.970787842457113, "W32": -90.173932906450901, "S32": -95.173932906450901 }, "geometry": { "type": "Point", "coordinates": [ 102240.0, 503104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30450684957537871, "S11": -0.30450684957537871, "W12": -2.8747371738184411, "S12": -3.5627050801310745, "W13": -20.0, "S13": -21.711481544710988, "W21": -31.852473034564131, "S21": -32.195422351756385, "W22": -41.106696719005569, "S22": -43.75643777393568, "W31": -80.0, "S31": -80.0, "W32": -91.668131601400461, "S32": -96.668131601400461 }, "geometry": { "type": "Point", "coordinates": [ 102240.0, 504255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7123430092323046, "S11": 1.7123430092323046, "W12": -6.5615145446297181, "S12": -9.5615145446297181, "W13": -30.0, "S13": -30.0, "W21": -32.538123443386183, "S21": -32.538123443386183, "W22": -43.720816898356667, "S22": -43.95985322741921, "W31": -78.401566038198283, "S31": -78.901566038198283, "W32": -92.45830310823068, "S32": -97.45830310823068 }, "geometry": { "type": "Point", "coordinates": [ 102240.0, 510346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0055980710766335, "S12": -8.9921278493477033, "W13": -16.925252045359386, "S13": -17.460578918102566, "W21": -26.043947051642927, "S21": -26.043947051642927, "W22": -39.805715641270737, "S22": -39.805715641270737, "W31": -65.974409636713474, "S31": -70.980466999122967, "W32": -93.557269852314349, "S32": -98.557269852314349 }, "geometry": { "type": "Point", "coordinates": [ 102241.0, 497278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0533278553820868, "S11": 2.0533278553820868, "W12": -4.9419892079141947, "S12": -9.4704612120476295, "W13": -18.915490875964686, "S13": -28.576708564632373, "W21": -37.067743634287744, "S21": -39.1850569128069, "W22": -72.029472595656671, "S22": -77.832046789891322, "W31": -98.839197951141202, "S31": -98.839197951141202, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102241.0, 504395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4983036400708589, "W12": -4.8698224742076404, "S12": -5.2606476567396694, "W13": -15.365976089081348, "S13": -15.862941478624332, "W21": -46.51046984583968, "S21": -56.039165637658854, "W22": -79.534709126797665, "S22": -95.848847517884096, "W31": -95.848847517884096, "S31": -95.848847517884096, "W32": -97.542470027149307, "S32": -102.54247002714931 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 498884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1747956698240865, "S11": 3.0909653624899844, "W12": -10.0, "S12": -10.0, "W13": -20.37761250849762, "S13": -22.117207264963465, "W21": -49.622873746427565, "S21": -79.622873746427558, "W22": -39.832595721306255, "S22": -39.832595721306255, "W31": -65.70671782830307, "S31": -70.759849589367207, "W32": -93.41484792121075, "S32": -98.41484792121075 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 500291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0654054412740543, "S11": 3.0534251746563674, "W12": -7.6362249244361138, "S12": -7.6362249244361138, "W13": -20.101476002719238, "S13": -20.976672684166815, "W21": -50.765325456977266, "S21": -64.907344236319986, "W22": -36.031085266797319, "S22": -36.031085266797319, "W31": -70.0, "S31": -70.0, "W32": -77.912240959928113, "S32": -82.912240959928113 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4380292532717487, "S12": -7.4380292532717487, "W13": -15.956697765898427, "S13": -18.368104756040534, "W21": -45.240050984279847, "S21": -59.88076693146833, "W22": -39.979172130953927, "S22": -39.979172130953927, "W31": -64.248185979013883, "S31": -69.217830883578372, "W32": -92.651649951472407, "S32": -97.651649951472407 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 502087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35823260961695241, "S11": 0.35823260961695241, "W12": -16.221500004430943, "S12": -16.278742112873775, "W13": -22.676905793394319, "S13": -22.732148453085085, "W21": -34.855135912048667, "S21": -36.049930358480147, "W22": -72.982890970046526, "S22": -72.982890970046526, "W31": -94.018719908007938, "S31": -94.018719908007938, "W32": -99.58446781652205, "S32": -104.58446781652205 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 507356.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1526664384127692, "S12": -12.152666438412769, "W13": -30.0, "S13": -30.0, "W21": -34.8915393267919, "S21": -34.8915393267919, "W22": -44.018419014390872, "S22": -44.018419014390872, "W31": -71.491554940602896, "S31": -72.242238351422898, "W32": -93.154075295415453, "S32": -98.154075295415453 }, "geometry": { "type": "Point", "coordinates": [ 102242.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.243633518281472, "S11": 2.243633518281472, "W12": -4.9908703987445833, "S12": -10.836149378122798, "W13": -18.983423801975448, "S13": -27.961842279301106, "W21": -36.938877959643996, "S21": -39.913499571752851, "W22": -39.161097663197822, "S22": -39.161097663197822, "W31": -70.24463158015952, "S31": -70.378888505381553, "W32": -78.920182809268368, "S32": -83.920182809268368 }, "geometry": { "type": "Point", "coordinates": [ 102242.166666666671517, 504442.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6780808747490621, "S12": -8.6780808747490621, "W13": -22.83494325366431, "S13": -22.83494325366431, "W21": -43.567262005728033, "S21": -45.365275533375602, "W22": -45.77465128526633, "S22": -46.156791055608345, "W31": -80.259075973117049, "S31": -80.259075973117049, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102242.275862068971037, 516615.775862068985589 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5553118130277981, "S11": 2.5553118130277981, "W12": -8.946503678470874, "S12": -8.946503678470874, "W13": -19.435247294198884, "S13": -23.789767244105487, "W21": -57.479212022226648, "S21": -67.671708248086844, "W22": -70.0, "S22": -92.617367727245494, "W31": -98.044929338403193, "S31": -98.044929338403193, "W32": -99.728934324659235, "S32": -104.72893432465924 }, "geometry": { "type": "Point", "coordinates": [ 102242.666666666671517, 501469.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5329650831371503, "S11": 0.5329650831371503, "W12": -6.6257053261656944, "S12": -6.9890302748650068, "W13": -17.046851499825543, "S13": -18.046851499825543, "W21": -30.629405333447725, "S21": -30.629405333447725, "W22": -39.788991118581251, "S22": -51.983213910151278, "W31": -78.429584476283438, "S31": -78.429584476283438, "W32": -97.375634343799746, "S32": -102.37563434379975 }, "geometry": { "type": "Point", "coordinates": [ 102242.75, 497554.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8650038769707935, "S12": -5.4774849349677623, "W13": -15.367290658366842, "S13": -15.76828006294728, "W21": -46.227758900624337, "S21": -55.769629931826032, "W22": -38.217962875204549, "S22": -46.505187551796212, "W31": -76.602646377973286, "S31": -76.602646377973286, "W32": -96.927778385458865, "S32": -101.92777838545886 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9532753111200321, "S11": 3.4671051709449596, "W12": -6.225985563575791, "S12": -6.225985563575791, "W13": -18.668919054560707, "S13": -18.927139557462059, "W21": -60.108243681682566, "S21": -70.339044189941774, "W22": -39.5320509822688, "S22": -42.055786184314641, "W31": -68.737185728194262, "S31": -73.442456542714609, "W32": -95.0265378514368, "S32": -100.0265378514368 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 499528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5386115313498068, "S11": 3.5374982689245464, "W12": -5.6725843494206547, "S12": -5.6725843494206547, "W13": -19.375108790252394, "S13": -19.910424775382506, "W21": -51.579615236156918, "S21": -66.567547657717654, "W22": -39.978517293669185, "S22": -39.978517293669185, "W31": -62.543201607501679, "S31": -66.678351990069288, "W32": -91.758330637334211, "S32": -96.758330637334211 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 500727.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4052124397722294, "S11": 2.2416744143944283, "W12": -6.5369327091718281, "S12": -6.5369327091718281, "W13": -18.119658119658119, "S13": -21.18565481982311, "W21": -49.564941958018011, "S21": -70.711022291423205, "W22": -35.788692929791949, "S22": -35.788692929791949, "W31": -70.328277377473796, "S31": -70.330170616480146, "W32": -77.328446193819318, "S32": -82.328446193819318 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 502636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.775449991089264, "S12": -18.491718302577315, "W13": -18.491718302577315, "S13": -26.843467892650093, "W21": -32.917742609377385, "S21": -36.232214784915477, "W22": -45.01960286175467, "S22": -45.01960286175467, "W31": -83.631404893604454, "S31": -83.631404893604454, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 503934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.209140813440905, "S11": 2.209140813440905, "W12": -5.8899855356079298, "S12": -8.8899855356079307, "W13": -29.822577679720538, "S13": -29.822577679720538, "W21": -32.222411233901944, "S21": -32.222411233901944, "W22": -72.081165452653494, "S22": -80.138245584376875, "W31": -98.549247483177808, "S31": -98.549247483177808, "W32": -99.768822518518519, "S32": -104.76882251851852 }, "geometry": { "type": "Point", "coordinates": [ 102243.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2489381783860725, "S11": 2.2489381783860725, "W12": -5.0109319429731585, "S12": -12.173017897594395, "W13": -19.05135672798626, "S13": -27.07593706371798, "W21": -36.810012285000482, "S21": -39.15755140951876, "W22": -70.456661022880212, "S22": -84.560097565922064, "W31": -98.861631160551937, "S31": -98.861631160551937, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102243.333333333328483, 504490.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4504222481071634, "S11": 2.4504222481071634, "W12": -5.4918956862077764, "S12": -8.4918956862077764, "W13": -29.453713917999629, "S13": -29.453713917999629, "W21": -32.263402818349356, "S21": -32.263402818349356, "W22": -36.749901647639099, "S22": -36.749901647639099, "W31": -70.0, "S31": -70.0, "W32": -78.848578506334206, "S32": -83.848578506334206 }, "geometry": { "type": "Point", "coordinates": [ 102243.5, 510392.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8579574825536316, "S12": -4.8579574825536316, "W13": -15.0, "S13": -15.204719317915156, "W21": -42.836629395912489, "S21": -52.539589865733447, "W22": -46.256925886262181, "S22": -46.673390284151985, "W31": -81.289746160642167, "S31": -81.289746160642167, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102243.75, 498674.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35, "S11": -0.35, "W12": -0.37, "S12": -0.37, "W13": -20.76, "S13": -20.76, "W21": -30.35, "S21": -30.35, "W22": -70.0, "S22": -96.357957631721888, "W31": -100.50649918760155, "S31": -100.50649918760155, "W32": -100.50649918760155, "S32": -103.41444573194283 }, "geometry": { "type": "Point", "coordinates": [ 102243.8, 504228.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6472756901840295, "S11": 2.6472756901840295, "W12": -8.3962968099861648, "S12": -10.080290320866819, "W13": -19.24489499745664, "S13": -23.438070501985742, "W21": -58.771113477221483, "S21": -60.863238604278614, "W22": -63.509998, "S22": -97.799999, "W31": -97.809998, "S31": -97.809998, "W32": -97.830002, "S32": -102.830002 }, "geometry": { "type": "Point", "coordinates": [ 102243.9, 501343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6601802539940844, "S11": 1.6601802539940844, "W12": 0.0, "S12": -0.052996247455530249, "W13": -18.207453190139837, "S13": -19.07227699305993, "W21": -37.02746325269753, "S21": -37.107352472978739, "W22": -80.0, "S22": -93.62817614440138, "W31": -93.62817614440138, "S31": -93.62817614440138, "W32": -97.003272524731528, "S32": -102.00327252473153 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 503590.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66534275980447166, "S11": 0.66534275980447166, "W12": -11.149885583524028, "S12": -12.461954182865645, "W13": -25.0, "S13": -25.0, "W21": -38.229190820689389, "S21": -38.229190820689389, "W22": -72.891095066185315, "S22": -97.969372377663106, "W31": -97.969372377663106, "S31": -97.969372377663106, "W32": -98.979836690002216, "S32": -103.97983669000222 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9767307465502273, "S11": 3.9767307465502273, "W12": -1.4390832558983042, "S12": -7.6545916967322851, "W13": -20.0, "S13": -20.0, "W21": -34.887127670035547, "S21": -41.02372961163011, "W22": -42.321368925784896, "S22": -44.177771939870922, "W31": -80.0, "S31": -80.039321159707214, "W32": -92.037938744888052, "S32": -97.037938744888052 }, "geometry": { "type": "Point", "coordinates": [ 102244.0, 508433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0449664429530214, "S11": 2.0449664429530214, "W12": -5.3757492089284833, "S12": -13.8546421387945, "W13": -19.404402919239715, "S13": -26.557336822117414, "W21": -36.681146610356734, "S21": -38.20084710468663, "W22": -43.578987548410637, "S22": -43.578987548410637, "W31": -70.0, "S31": -70.569619481908106, "W32": -93.275714692753354, "S32": -98.275714692753354 }, "geometry": { "type": "Point", "coordinates": [ 102244.5, 504538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.448978102189781, "S11": 3.2489781021897812, "W12": -6.1827038352702282, "S12": -6.1827038352702282, "W13": -20.0, "S13": -20.0, "W21": -51.310242978154257, "S21": -63.938177250454729, "W22": -50.0, "S22": -50.849110287999714, "W31": -68.557359975930424, "S31": -73.167458059102884, "W32": -91.402821727652579, "S32": -96.402821727652579 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9463484292125663, "W12": -8.5040779165119602, "S12": -8.5040779165119602, "W13": -19.945637093945749, "S13": -22.453401069101027, "W21": -50.0, "S21": -73.225030084235868, "W22": -43.84535993807517, "S22": -43.84535993807517, "W31": -69.37619959691088, "S31": -69.915239411068455, "W32": -83.137354076554573, "S32": -88.137354076554573 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6757770258485367, "S11": 1.6757770258485367, "W12": -6.3895859473023844, "S12": -16.34022452309722, "W13": -20.076340816458565, "S13": -25.682537421629565, "W21": -36.470995405563244, "S21": -36.470995405563244, "W22": -39.068145347422515, "S22": -39.068145347422515, "W31": -70.0, "S31": -70.0, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 504619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59761332638612408, "S11": 0.59761332638612408, "W12": -9.9999999999999982, "S12": -10.108339131299074, "W13": -23.818767723640114, "S13": -23.818767723640114, "W21": -38.69304916536214, "S21": -38.69304916536214, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -81.123420966286602, "S32": -86.123420966286602 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 506303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45793401554934404, "S11": 0.45793401554934404, "W12": -12.301861536545886, "S12": -12.301861536545886, "W13": -22.331411811043839, "S13": -22.331411811043839, "W21": -35.815171596498111, "S21": -39.859604374620531, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 506917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26441581607372755, "S11": 0.26441581607372755, "W12": -12.80502885408079, "S12": -16.805028854080788, "W13": -22.527329810207217, "S13": -22.578026129661531, "W21": -33.983588171383261, "S21": -37.688982362254627, "W22": -46.004816375677116, "S22": -46.004816375677116, "W31": -69.023522780462642, "S31": -70.845159094678394, "W32": -83.949537230826351, "S32": -88.949537230826351 }, "geometry": { "type": "Point", "coordinates": [ 102245.0, 507151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7753572632876296, "S11": 1.7753572632876296, "W12": -5.9692597239650969, "S12": -15.764959629075891, "W13": -19.78747293287368, "S13": -26.048854023241141, "W21": -36.552280935712979, "S21": -37.176784182780622, "W22": -38.512200937197676, "S22": -38.512200937197676, "W31": -70.428671899808904, "S31": -70.630597499605599, "W32": -78.448513913110432, "S32": -83.448513913110432 }, "geometry": { "type": "Point", "coordinates": [ 102245.666666666671517, 504585.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.207076819633552, "S11": 3.128987414050183, "W12": -6.5236278816721462, "S12": -6.8726105433774745, "W13": -20.0, "S13": -20.0, "W21": -53.818987297354198, "S21": -64.581381686003965, "W22": -36.908556359207743, "S22": -36.908556359207743, "W31": -70.0, "S31": -70.0, "W32": -78.938445960087606, "S32": -83.938445960087606 }, "geometry": { "type": "Point", "coordinates": [ 102246.0, 500888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6199473037063066, "S11": 2.6199473037063066, "W12": -8.8836597828401107, "S12": -8.8836597828401107, "W13": -19.365783939836714, "S13": -23.735074446577638, "W21": -57.955036924534681, "S21": -67.411470406427469, "W22": -41.543417499644704, "S22": -58.54941035845367, "W31": -81.043425509327122, "S31": -81.043425509327122, "W32": -97.874630326312229, "S32": -102.87463032631223 }, "geometry": { "type": "Point", "coordinates": [ 102246.0, 501455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7581714166114346, "S11": 1.7569558126773224, "W12": -6.0602258469259729, "S12": -16.060225846925974, "W13": -19.846258721629642, "S13": -25.947156541210777, "W21": -36.531539092696079, "S21": -37.018163111306201, "W22": -42.929885395009137, "S22": -44.131056836025415, "W31": -79.689152672056764, "S31": -79.904839457333793, "W32": -92.260788599298394, "S32": -97.260788599298394 }, "geometry": { "type": "Point", "coordinates": [ 102246.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7206912674287516, "S11": 4.7206912674287516, "W12": -3.7530575198859411, "S12": -5.6281427740610788, "W13": -20.0, "S13": -20.0, "W21": -34.60043626452957, "S21": -34.60043626452957, "W22": -36.588989713942944, "S22": -36.588989713942944, "W31": -70.0, "S31": -70.0, "W32": -78.727146982282193, "S32": -83.727146982282193 }, "geometry": { "type": "Point", "coordinates": [ 102246.538461538468255, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6204060372605786, "S11": 1.6204060372605786, "W12": -6.5636762860725444, "S12": -16.485229005781264, "W13": -20.229292014405353, "S13": -25.672038331865533, "W21": -36.423415261069472, "S21": -36.423415261069472, "W22": -59.092357741176421, "S22": -69.06978791289059, "W31": -89.524336276930327, "S31": -89.524336276930327, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102246.833333333328483, 504633.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3099573418220416, "S12": -8.3099573418220416, "W13": -19.542183460584443, "S13": -23.034420820834296, "W21": -47.982890970046526, "S21": -72.982890970046526, "W22": -80.027695881354603, "S22": -96.507028565641889, "W31": -96.507028565641889, "S31": -96.507028565641889, "W32": -97.602781387023782, "S32": -102.60278138702378 }, "geometry": { "type": "Point", "coordinates": [ 102247.0, 503011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.276468133031319, "S12": -14.276468133031319, "W13": -22.607743783067523, "S13": -22.607743783067523, "W21": -34.884268332811928, "S21": -37.44240001441058, "W22": -80.0, "S22": -94.872476298829866, "W31": -94.872476298829866, "S31": -94.872476298829866, "W32": -97.313603150240056, "S32": -102.31360315024006 }, "geometry": { "type": "Point", "coordinates": [ 102247.0, 507421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3201424032011295, "S11": 3.3201424032011295, "W12": -4.4838420703384205, "S12": -7.4776456630028756, "W13": -28.206471777900347, "S13": -28.206471777900347, "W21": -32.408770228338511, "S21": -32.408770228338511, "W22": -36.765756034692231, "S22": -44.206923873904152, "W31": -73.090121223152849, "S31": -74.545003321910556, "W32": -96.070396103783182, "S32": -101.07039610378318 }, "geometry": { "type": "Point", "coordinates": [ 102247.0, 510439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53075458253749686, "S11": 0.53075458253749686, "W12": -6.845166609478059, "S12": -7.7471579534110049, "W13": -17.024167588206559, "S13": -18.024167588206559, "W21": -29.995063191502389, "S21": -29.995063191502389, "W22": -36.287456911171198, "S22": -43.694122573176763, "W31": -72.901127626775931, "S31": -74.732678230066256, "W32": -96.024066177058259, "S32": -101.02406617705826 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 497515.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94712182061579653, "S11": 0.94073829777673468, "W12": -5.5891594202898549, "S12": -5.5891594202898549, "W13": -15.263934607055976, "S13": -21.906119829862185, "W21": -48.165941855288835, "S21": -68.387900610767744, "W22": -37.067211070776395, "S22": -37.067211070776395, "W31": -70.0, "S31": -70.0, "W32": -79.02831341384109, "S32": -84.02831341384109 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 502562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9864575363427697, "S11": 1.9864575363427697, "W12": -5.0, "S12": -18.88274336283169, "W13": -19.868210240434042, "S13": -22.358489558647747, "W21": -34.788991118581251, "S21": -39.788991118581251, "W22": -46.227706811734222, "S22": -46.643117356245888, "W31": -81.227403135020296, "S31": -81.227403135020296, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 503747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -19.756030197017125, "W13": -20.0, "S13": -30.0, "W21": -33.337777523100655, "S21": -35.398236630644512, "W22": -42.954309625802367, "S22": -44.112570564482176, "W31": -82.469761914135546, "S31": -82.469761914135546, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 503892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2107630789736752, "S11": 2.1947204407324929, "W12": -5.0000000000000009, "S12": -12.91855908414249, "W13": -19.167294891330499, "S13": -26.895487337373666, "W21": -36.734472611084279, "S21": -38.789564468648265, "W22": -36.412234739692444, "S22": -36.412234739692444, "W31": -70.0, "S31": -70.0, "W32": -78.597754311375297, "S32": -83.597754311375297 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 504509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3093611454320808, "S11": 1.3093611454320808, "W12": -7.1580928481806776, "S12": -16.986792276192286, "W13": -20.744322960470981, "S13": -25.509714295482183, "W21": -36.294549586425717, "S21": -36.294549586425717, "W22": -36.428077780247001, "S22": -36.428077780247001, "W31": -70.0, "S31": -70.0, "W32": -78.605715458230307, "S32": -83.605715458230307 }, "geometry": { "type": "Point", "coordinates": [ 102248.0, 504681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.1445202364711595, "S12": -4.6159383188849006, "W13": -20.0, "S13": -20.0, "W21": -33.650337350425787, "S21": -33.650337350425787, "W22": -37.225865782345046, "S22": -37.225865782345046, "W31": -70.0, "S31": -70.0, "W32": -79.118180867594475, "S32": -84.118180867594475 }, "geometry": { "type": "Point", "coordinates": [ 102248.333333333328483, 510761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9655585962652937, "S12": -4.9655585962652937, "W13": -17.176149743859188, "S13": -18.143946533578923, "W21": -35.410594564638906, "S21": -45.01960286175467, "W22": -43.423069727973498, "S22": -44.141712253068953, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102249.0, 498006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3526609157266094, "S11": 3.1620726804324919, "W12": -6.4124592092547728, "S12": -6.4124592092547728, "W13": -20.0, "S13": -20.059115430161086, "W21": -51.142554614355774, "S21": -64.111099215294743, "W22": -78.137580482820823, "S22": -101.5647154340605, "W31": -101.5647154340605, "S31": -101.5647154340605, "W32": -103.21407257101933, "S32": -108.21407257101933 }, "geometry": { "type": "Point", "coordinates": [ 102249.0, 500637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5219700790048751, "S11": 3.5068200888137309, "W12": -5.7262367332997481, "S12": -5.7262367332997481, "W13": -19.752828546562228, "S13": -19.752828546562228, "W21": -51.951404484525234, "S21": -68.369362119681739, "W22": -73.424571928508939, "S22": -78.074619867147476, "W31": -98.757622349875106, "S31": -98.757622349875106, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102249.0, 500745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3966350915213148, "S12": -10.1418220278383, "W13": -20.0, "S13": -20.0, "W21": -36.138394114285781, "S21": -36.138394114285781, "W22": -37.966525730887291, "S22": -45.69195978413962, "W31": -75.20822737146932, "S31": -75.20822737146932, "W32": -96.591468460806183, "S32": -101.59146846080618 }, "geometry": { "type": "Point", "coordinates": [ 102249.0, 511401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53962583523170726, "S11": 0.53962583523170726, "W12": -6.4542586450113886, "S12": -6.4542586450113886, "W13": -17.053912162180083, "S13": -18.058071561043796, "W21": -31.162041249088524, "S21": -31.351782923301659, "W22": -39.817451899012575, "S22": -39.817451899012575, "W31": -65.911030296088427, "S31": -71.192805101896738, "W32": -93.510725134147805, "S32": -98.510725134147805 }, "geometry": { "type": "Point", "coordinates": [ 102249.571428571434808, 497585.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 3.776785582330966, "S11": 3.3650588880174968, "W12": -8.2680272108843536, "S12": -8.2680272108843536, "W13": -19.840956659349636, "S13": -20.840956659349636, "W21": -49.971737932326057, "S21": -61.039307204495252, "W22": -39.967910290516699, "S22": -39.967910290516699, "W31": -74.161241238244898, "S31": -74.161241238244898, "W32": -90.293918620730238, "S32": -95.293918620730238 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 499752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6, "S11": 3.6, "W12": -5.5, "S12": -5.5, "W13": -19.0, "S13": -20.5, "W21": -51.5, "S21": -63.5, "W22": -37.863304211197537, "S22": -37.863304211197537, "W31": -70.612712219458288, "S31": -70.751811859958366, "W32": -77.976845016952481, "S32": -82.976845016952481 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8480547416830471, "S11": 1.7428427497111454, "W12": -10.0, "S12": -13.242427709292681, "W13": -20.0, "S13": -23.99183465689271, "W21": -54.601785698256329, "S21": -65.996849084075393, "W22": -71.295022669276321, "S22": -73.510748127887851, "W31": -93.13459607598044, "S31": -93.13459607598044, "W32": -95.597805434163021, "S32": -100.59780543416302 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 501660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0162946244254205, "W12": -8.254391302555355, "S12": -8.254391302555355, "W13": -20.0, "S13": -22.52639751552795, "W21": -50.0, "S21": -72.891095066185315, "W22": -38.094906517404496, "S22": -45.910720411867494, "W31": -75.983790051062172, "S31": -75.983790051062172, "W32": -96.7825097492303, "S32": -101.7825097492303 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 502799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38399377125474293, "S11": 0.38399377125474293, "W12": -11.743559176104377, "S12": -11.743559176104377, "W13": -22.35106668036148, "S13": -22.35106668036148, "W21": -35.21365925250138, "S21": -38.041420805499165, "W22": -37.402724354140638, "S22": -44.822146568255114, "W31": -73.812463621576569, "S31": -73.812463621576569, "W32": -96.250230368857402, "S32": -101.2502303688574 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 506986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8414491482050155, "S11": 1.8414491482050155, "W12": -11.987308290316149, "S12": -16.287346855684447, "W13": -22.487018820608519, "S13": -22.487018820608519, "W21": -35.780434585157387, "S21": -40.334873379352835, "W22": -37.394526719941474, "S22": -44.791714197634029, "W31": -73.690667748355651, "S31": -73.933409673499384, "W32": -96.22037330496795, "S32": -101.22037330496795 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 507498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4624887543933276, "S11": -1.4624887543933276, "W12": -10.138530003994219, "S12": -11.138530003994219, "W13": -26.396282775907864, "S13": -26.396282775907864, "W21": -40.131473594949604, "S21": -40.456691149435031, "W22": -39.724852055713576, "S22": -51.429541536068456, "W31": -69.965038011237667, "S31": -69.965038011237667, "W32": -90.011009611544523, "S32": -95.011009611544523 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75481625427315646, "S11": -0.75481625427315646, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -36.542505592841152, "S21": -36.542505592841152, "W22": -37.384520493913691, "S22": -37.384520493913691, "W31": -70.0, "S31": -70.0, "W32": -79.208048321347988, "S32": -84.208048321347988 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4914955541985635, "S11": 2.4914955541985635, "W12": -12.805242825958288, "S12": -12.805242825958288, "W13": -20.0, "S13": -20.0, "W21": -38.46320237862129, "S21": -39.068145347422515, "W22": -36.267165846550853, "S22": -36.267165846550853, "W31": -70.0, "S31": -70.0, "W32": -78.484283934178279, "S32": -83.484283934178279 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.645075491178372, "S11": 1.645075491178372, "W12": -15.0, "S12": -15.0, "W13": -21.663616391552971, "S13": -21.663616391552971, "W21": -42.361476288467685, "S21": -43.07788334344071, "W22": -74.521716649431227, "S22": -74.521716649431227, "W31": -98.406259299672655, "S31": -98.406259299672655, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10196214899048878, "S11": 0.10196214899048878, "W12": -10.611976130050071, "S12": -10.611976130050071, "W13": -21.943868033157425, "S13": -21.943868033157425, "W21": -42.625149720566526, "S21": -45.848915301538625, "W22": -39.572017786207184, "S22": -45.205395004855937, "W31": -70.110231313502851, "S31": -74.953217434248771, "W32": -95.298378721259283, "S32": -100.29837872125928 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99084472538421375, "S11": -0.99084472538421375, "W12": -10.318367929664678, "S12": -12.574664715160145, "W13": -29.95710360067773, "S13": -29.95710360067773, "W21": -38.43575984096465, "S21": -38.43575984096465, "W22": -40.0, "S22": -40.0, "W31": -70.443087770363107, "S31": -71.29652755559988, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.4, 509790.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1903760150641398, "S11": 4.1903760150641398, "W12": -3.6671767861092679, "S12": -6.6204272920448837, "W13": -26.859249159743804, "S13": -26.859249159743804, "W21": -32.554137638327667, "S21": -32.554137638327667, "W22": -40.298960918427042, "S22": -43.856100589402168, "W31": -69.149129105307409, "S31": -70.481048667748041, "W32": -95.623914869784372, "S32": -100.62391486978437 }, "geometry": { "type": "Point", "coordinates": [ 102250.5, 510485.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.995677350950178, "S12": -10.637735458540455, "W13": -20.0, "S13": -20.0, "W21": -36.289607400149137, "S21": -36.289607400149137, "W22": -40.0, "S22": -42.061532835036054, "W31": -70.611183382911548, "S31": -71.590609313477557, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102250.6, 511444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7011470708724217, "S11": 1.7011470708724217, "W12": 0.0, "S12": -0.89453324715651683, "W13": -18.224379966067705, "S13": -19.099257085803927, "W21": -37.022545880303355, "S21": -37.022545880303355, "W22": -36.647588040872868, "S22": -36.647588040872868, "W31": -70.932744877422721, "S31": -70.985930199572593, "W32": -77.091715004875468, "S32": -82.091715004875468 }, "geometry": { "type": "Point", "coordinates": [ 102251.0, 503585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32088881351971754, "S11": 0.32088881351971754, "W12": -11.572885621564343, "S12": -13.431274568994386, "W13": -22.395353413027038, "S13": -22.395353413027038, "W21": -34.714532299569015, "S21": -36.249508740308414, "W22": -37.543175205482342, "S22": -37.543175205482342, "W31": -70.0, "S31": -70.0, "W32": -79.297915775101387, "S32": -84.297915775101387 }, "geometry": { "type": "Point", "coordinates": [ 102251.0, 507048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7923588814040521, "S12": -9.6441768928911351, "W13": -20.0, "S13": -20.0, "W21": -35.945445942105721, "S21": -35.945445942105721, "W22": -45.058940018587855, "S22": -45.221277035503526, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102251.142857142855064, 511357.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8701085551822141, "S12": -5.5884352301146896, "W13": -15.326319915635665, "S13": -15.67614020809285, "W21": -46.174893571910474, "S21": -55.717017386893581, "W22": -38.035531496508227, "S22": -38.035531496508227, "W31": -70.0, "S31": -70.0, "W32": -79.614726730050663, "S32": -84.614726730050663 }, "geometry": { "type": "Point", "coordinates": [ 102251.333333333328483, 498866.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6353674102698923, "S11": 2.6353674102698923, "W12": -8.7772845551534253, "S12": -8.7772845551534253, "W13": -19.229984198833055, "S13": -23.624823272618215, "W21": -58.487004967701544, "S21": -66.559125643977652, "W22": -56.662637778940343, "S22": -64.364381793128928, "W31": -88.936413587098102, "S31": -88.936413587098102, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102251.333333333328483, 501428.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2484256202944777, "S11": 2.1812823800064702, "W12": -10.17522164571508, "S12": -10.806174367163468, "W13": -19.106446736095666, "S13": -22.756393793721415, "W21": -50.0, "S21": -62.475016920810603, "W22": -37.214407485197398, "S22": -37.214407485197398, "W31": -70.796752539107672, "S31": -70.86327114992848, "W32": -77.505176120794545, "S32": -82.505176120794545 }, "geometry": { "type": "Point", "coordinates": [ 102252.0, 501795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.611857219952193, "S11": 0.611857219952193, "W12": -5.3665333480223962, "S12": -20.366533348022397, "W13": -20.611105192586049, "S13": -20.611105192586049, "W21": -34.912060441896919, "S21": -35.234338114387377, "W22": -36.1898166133033, "S22": -36.1898166133033, "W31": -70.0, "S31": -70.0, "W32": -78.362852410126138, "S32": -83.362852410126138 }, "geometry": { "type": "Point", "coordinates": [ 102252.0, 504169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59150412458560742, "S11": 0.59150412458560742, "W12": -4.1891481136678888, "S12": -16.473165766570432, "W13": -20.619163216599805, "S13": -20.619163216599805, "W21": -34.53119595296819, "S21": -34.771497915206886, "W22": -41.55564976498853, "S22": -43.302516036895696, "W31": -83.024375750477347, "S31": -83.024375750477347, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102252.0, 504184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.21656515771542, "S12": -10.755494436578974, "W13": -20.0, "S13": -20.0, "W21": -36.44082068601265, "S21": -36.44082068601265, "W22": -70.0, "S22": -75.047135605511244, "W31": -99.29989838432418, "S31": -99.29989838432418, "W32": -101.06620292636124, "S32": -106.06620292636124 }, "geometry": { "type": "Point", "coordinates": [ 102252.2, 511487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54048201779712457, "S11": 0.54048201779712457, "W12": -6.4874280376682307, "S12": -6.5499156262030862, "W13": -17.047911940604127, "S13": -18.047911940604127, "W21": -31.075111572889504, "S21": -31.194748148574686, "W22": -73.792924037460978, "S22": -77.802952022535607, "W31": -98.147079484069891, "S31": -98.147079484069891, "W32": -99.060540469135788, "S32": -104.06054046913579 }, "geometry": { "type": "Point", "coordinates": [ 102253.0, 497580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5251014648624763, "S11": 1.5251014648624763, "W12": -5.4153595024831498, "S12": -5.4153595024831498, "W13": -17.115482464205964, "S13": -18.367297971448256, "W21": -33.808928719583605, "S21": -36.808928719583605, "W22": -69.970862470862471, "S22": -93.480699517284876, "W31": -97.810179123032484, "S31": -97.810179123032484, "W32": -99.589120370370367, "S32": -104.58912037037037 }, "geometry": { "type": "Point", "coordinates": [ 102253.0, 497788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1281531452806224, "S12": -9.0853371517513253, "W13": -20.0, "S13": -20.0, "W21": -35.738721683929967, "S21": -35.738721683929967, "W22": -70.550983899821105, "S22": -95.222437107859676, "W31": -97.607825702882735, "S31": -97.607825702882735, "W32": -99.782414440175131, "S32": -104.78241444017513 }, "geometry": { "type": "Point", "coordinates": [ 102253.0, 511309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1880826712875958, "S12": -9.1378003739288385, "W13": -20.0, "S13": -20.0, "W21": -35.752497769925881, "S21": -35.752497769925881, "W22": -73.923446284587527, "S22": -73.923446284587527, "W31": -95.028134101793796, "S31": -95.028134101793796, "W32": -99.744719519631886, "S32": -104.74471951963189 }, "geometry": { "type": "Point", "coordinates": [ 102253.285714285710128, 511313.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6211105650936126, "S12": -8.6211105650936126, "W13": -22.476805927362761, "S13": -22.476805927362761, "W21": -43.261779661183063, "S21": -45.436990159318718, "W22": -43.979368759224023, "S22": -43.979368759224023, "W31": -72.094865649047563, "S31": -72.929009514919969, "W32": -93.223975104418116, "S32": -98.223975104418116 }, "geometry": { "type": "Point", "coordinates": [ 102253.733333333337214, 516174.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.434704393629865, "S12": -10.870504843766703, "W13": -20.0, "S13": -20.0, "W21": -36.592033971876006, "S21": -36.592033971876006, "W22": -46.277245684857547, "S22": -46.647987134419218, "W31": -81.333425987511532, "S31": -81.333425987511532, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102253.8, 511530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49354268458017214, "S11": 0.49354268458017214, "W12": -8.5360729636230221, "S12": -9.4360729636230225, "W13": -16.921895668931644, "S13": -17.229420624140243, "W21": -24.051853256331615, "S21": -24.051853256331615, "W22": -70.59476117103236, "S22": -70.59476117103236, "W31": -99.154445091602241, "S31": -99.154445091602241, "W32": -100.96945710402176, "S32": -105.96945710402176 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 497156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3431898962562014, "S11": 3.3431898962562014, "W12": -10.0, "S12": -10.0, "W13": -20.487089598912306, "S13": -20.785539145923593, "W21": -48.921310641550988, "S21": -78.137580482820823, "W22": -67.451986643786981, "S22": -67.451986643786967, "W31": -98.350137225487003, "S31": -98.350137225487003, "W32": -99.774382743778787, "S32": -104.77438274377879 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 500188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2359220036981005, "S11": 3.1501629262422637, "W12": -6.4650313571817755, "S12": -6.8833671975744597, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -53.990473015650217, "S21": -62.658175869149339, "W22": -80.0, "S22": -94.991471344826195, "W31": -96.380368098159508, "S31": -96.380368098159508, "W32": -97.495081312060009, "S32": -102.49508131206001 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 500888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -19.977963156577182, "W13": -19.977963156577182, "S13": -22.276161103817635, "W21": -32.455326941999104, "S21": -33.956533538058586, "W22": -39.437715032534996, "S22": -43.253366653146877, "W31": -69.756170895137728, "S31": -74.675493771014203, "W32": -95.114051690808822, "S32": -100.11405169080882 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8564028325252033, "S11": 1.7906220832711692, "W12": -5.9473023839397747, "S12": -15.952711466650314, "W13": -19.782139706472048, "S13": -26.123417816395449, "W21": -36.501792496989189, "S21": -37.111562779048064, "W22": -40.044114441977136, "S22": -41.895880615134523, "W31": -71.862907565727141, "S31": -72.549313157938485, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 504586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70322354590049052, "S11": 0.70322354590049052, "W12": -13.891706809775624, "S12": -18.815696427869803, "W13": -24.009238655888236, "S13": -24.009238655888236, "W21": -37.371083329518555, "S21": -37.9689407192202, "W22": -80.0, "S22": -94.92920663489295, "W31": -95.862792162268136, "S31": -95.862792162268136, "W32": -97.533892834086501, "S32": -102.5338928340865 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8584666618402954, "S11": 4.8584666618402954, "W12": -3.1071084942916634, "S12": -6.0198059134984394, "W13": -25.414906832298136, "S13": -25.414906832298136, "W21": -32.69950504831683, "S21": -32.69950504831683, "W22": -36.135356575156145, "S22": -36.135356575156145, "W31": -70.0, "S31": -70.0, "W32": -78.241420886074138, "S32": -83.241420886074138 }, "geometry": { "type": "Point", "coordinates": [ 102254.0, 510532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9075294552321522, "S11": 3.4568392319747527, "W12": -6.387252651978784, "S12": -6.387252651978784, "W13": -18.899407830925519, "S13": -19.254533556264011, "W21": -60.0, "S21": -71.295022669276321, "W22": -81.515914327161013, "S22": -98.246668302569375, "W31": -98.246668302569375, "S31": -98.246668302569375, "W32": -98.246668302569375, "S32": -102.71473865866379 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 499571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8813092810043255, "S12": -19.881309281004327, "W13": -19.881309281004327, "S13": -24.976545665809574, "W21": -33.008500571194034, "S21": -36.84250405808649, "W22": -39.602720845913872, "S22": -40.656951129498701, "W31": -65.796790727278818, "S31": -66.272684471019019, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 503938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99842022116901563, "S11": 0.99842022116901563, "W12": -5.0000000000000009, "S12": -20.060485494008766, "W13": -20.322159706663204, "S13": -24.787309766632035, "W21": -36.336979295989202, "S21": -36.436525527934478, "W22": -39.361260592188067, "S22": -46.162404718854447, "W31": -70.204719608613871, "S31": -75.852053294795084, "W32": -95.372856812687033, "S32": -100.37285681268703 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 504110.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0032344456700102, "S11": 1.0032344456700102, "W12": -5.0, "S12": -20.049486020373422, "W13": -20.381618360096127, "S13": -23.937760043845451, "W21": -36.091533292012414, "S21": -36.285746019266959, "W22": -36.565510759197252, "S22": -36.565510759197252, "W31": -70.954738773644891, "S31": -71.007793681595686, "W32": -77.033507224636594, "S32": -82.033507224636594 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1959792649697614, "S11": 1.1959792649697614, "W12": -13.56338495909187, "S12": -20.218264432384849, "W13": -25.0, "S13": -25.0, "W21": -37.718673229844811, "S21": -37.718673229844811, "W22": -79.953335932550317, "S22": -95.670377793715801, "W31": -97.517148875005333, "S31": -97.517148875005333, "W32": -98.503948843371049, "S32": -103.50394884337105 }, "geometry": { "type": "Point", "coordinates": [ 102255.0, 506533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.652843629544297, "S12": -10.985515250954414, "W13": -20.0, "S13": -20.0, "W21": -36.743247257739519, "S21": -36.743247257739519, "W22": -63.65605204553075, "S22": -78.336977060266406, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102255.4, 511573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4650703953835142, "S11": 2.4650703953835142, "W12": -7.5838064611703322, "S12": -8.6876006247296953, "W13": -19.896046791670557, "S13": -19.896046791670557, "W21": -35.559549597745821, "S21": -35.559549597745821, "W22": -40.557753504773373, "S22": -40.557753504773373, "W31": -69.879762232093015, "S31": -69.91085029293815, "W32": -80.314533004862639, "S32": -85.314533004862639 }, "geometry": { "type": "Point", "coordinates": [ 102255.428571428565192, 511269.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1963523281223738, "S11": 3.0985503646454351, "W12": -6.5427739718741194, "S12": -7.1473975171199431, "W13": -20.012765251989389, "S13": -20.323748559606166, "W21": -54.33055828479192, "S21": -62.376107219425357, "W22": -37.722235902517866, "S22": -37.722235902517866, "W31": -70.0, "S31": -70.0, "W32": -79.374992460729672, "S32": -84.374992460729672 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 500910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7649723536073481, "S12": -10.971720764543008, "W13": -18.800423510887136, "S13": -28.283337179951886, "W21": -36.917014451695188, "S21": -39.572017786207184, "W22": -36.080896537009039, "S22": -36.080896537009039, "W31": -70.0, "S31": -70.0, "W32": -78.119989362022238, "S32": -83.119989362022238 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3057495395382569, "S11": 0.3057495395382569, "W12": -10.0, "S12": -10.0, "W13": -22.231608130926855, "S13": -22.231608130926855, "W21": -39.072657558639143, "S21": -39.072657558639143, "W22": -70.151534112791609, "S22": -92.073580847805928, "W31": -92.073580847805928, "S31": -92.073580847805928, "W32": -98.895052875396104, "S32": -103.8950528753961 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 505975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2126147099872462, "S11": 4.2126147099872462, "W12": -2.2680159460287759, "S12": -4.5123459480954953, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -35.36371462045782, "S21": -36.721087712300537, "W22": -39.656422117593721, "S22": -52.936100186004182, "W31": -78.67862144729294, "S31": -78.67862144729294, "W32": -97.449559161578648, "S32": -102.44955916157865 }, "geometry": { "type": "Point", "coordinates": [ 102256.0, 508274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.473548487926852, "S12": -11.817900063546489, "W13": -22.741826618856845, "S13": -22.741826618856845, "W21": -35.258007340848785, "S21": -35.258007340848785, "W22": -44.425399450997652, "S22": -44.626746936127546, "W31": -73.770646425246355, "S31": -74.770646425246355, "W32": -93.090295811202267, "S32": -98.090295811202267 }, "geometry": { "type": "Point", "coordinates": [ 102256.333333333328483, 505540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.7060769249181105, "S12": -5.4921725238398178, "W13": -22.229192546584571, "S13": -22.229192546584571, "W21": -33.005282606212702, "S21": -33.005282606212702, "W22": -50.0, "S22": -51.511005041660745, "W31": -68.457130293634961, "S31": -71.424178230663429, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102257.0, 510618.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.870982865458743, "S12": -11.100525658142143, "W13": -20.0, "S13": -20.0, "W21": -36.894460543602875, "S21": -36.894460543602875, "W22": -45.570256047740294, "S22": -45.769098497425439, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102257.0, 511616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52217006100179153, "S11": 0.52217006100179153, "W12": -7.45646517213771, "S12": -8.8213519035292958, "W13": -16.966227178491678, "S13": -17.873902404080955, "W21": -28.209893680213153, "S21": -28.209893680213153, "W22": -70.397137745974959, "S22": -95.325163649610616, "W31": -97.537337363280855, "S31": -97.537337363280855, "W32": -99.712867942550304, "S32": -104.7128679425503 }, "geometry": { "type": "Point", "coordinates": [ 102257.25, 497406.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.546439019319582, "S12": -11.546439019319582, "W13": -20.0, "S13": -20.0, "W21": -37.41329022712921, "S21": -37.41329022712921, "W22": -70.194333001846402, "S22": -91.06482659604643, "W31": -91.762944823473248, "S31": -91.762944823473248, "W32": -99.079916840256899, "S32": -104.0799168402569 }, "geometry": { "type": "Point", "coordinates": [ 102257.25, 511749.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8710713362625997, "S12": -5.2027896211444791, "W13": -15.324632885052582, "S13": -15.324632885052582, "W21": -44.865883869239916, "S21": -54.468594752250837, "W22": -37.928707170654647, "S22": -45.062171109930816, "W31": -74.489952328718928, "S31": -74.489952328718928, "W32": -96.423667708028219, "S32": -101.42366770802822 }, "geometry": { "type": "Point", "coordinates": [ 102257.5, 498792.5 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.8771199827672871, "S12": -5.7477922519606457, "W13": -23.718944099378881, "S13": -23.718944099378881, "W21": -32.844872458305986, "S21": -32.844872458305986, "W22": -43.590976721612009, "S22": -44.119962726773572, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102257.5, 510578.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0878578734310866, "S11": 3.0878578734310866, "W12": -6.9795302510530934, "S12": -8.2100237399878733, "W13": -19.664039177629956, "S13": -19.664039177629956, "W21": -35.366601425565605, "S21": -35.366601425565605, "W22": -80.0, "S22": -94.873461575984351, "W31": -94.873461575984351, "S31": -94.873461575984351, "W32": -97.301586687494591, "S32": -102.30158668749459 }, "geometry": { "type": "Point", "coordinates": [ 102257.571428571434808, 511225.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0222818986790534, "S11": 2.0222818986790534, "W12": -5.3348882558406769, "S12": -5.3348882558406769, "W13": -17.132297648758701, "S13": -18.381811500864728, "W21": -34.43351244581978, "S21": -41.41970849684197, "W22": -39.402304218335097, "S22": -59.402304218335097, "W31": -69.281358346494116, "S31": -69.281358346494116, "W32": -90.165827853542339, "S32": -95.165827853542339 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 497875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9141560667568789, "S11": 2.9141560667568789, "W12": -8.0410708533493924, "S12": -8.0410708533493924, "W13": -20.151413732154996, "S13": -21.168052316822223, "W21": -50.31263932233616, "S21": -65.241747303556821, "W22": -36.026436498861877, "S22": -36.026436498861877, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -77.998557837970225, "S32": -82.998557837970225 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 500496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4004724618447248, "S11": 3.2720467412238823, "W12": -5.993998683491828, "S12": -5.993998683491828, "W13": -20.0, "S13": -20.0, "W21": -51.165273806905653, "S21": -63.873255027562934, "W22": -38.552694799603437, "S22": -46.236443283981345, "W31": -70.692214443214297, "S31": -76.738525900837772, "W32": -95.49445902189629, "S32": -100.49445902189629 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 500662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6767068273092369, "S11": 1.5732551258425742, "W12": -6.1348294041608691, "S12": -6.1348294041608691, "W13": -16.452991452991451, "S13": -21.371987189609168, "W21": -48.469848988117661, "S21": -69.000063833271071, "W22": -35.916614033197114, "S22": -35.916614033197114, "W31": -71.100828169909292, "S31": -71.140419374990088, "W32": -76.98761808247373, "S32": -81.98761808247373 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3099556852274685, "W12": -6.565896616621874, "S12": -6.565896616621874, "W13": -18.205128205128204, "S13": -21.40641814063143, "W21": -49.164811834400567, "S21": -70.178176783743098, "W22": -44.635037274356534, "S22": -44.645037274356532, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 502638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7868666563579074, "W12": -9.551825600498109, "S12": -9.551825600498109, "W13": -19.739677584710197, "S13": -22.403009861902067, "W21": -49.815651468961384, "S21": -73.923446284587527, "W22": -39.952401835741874, "S22": -56.117510478736151, "W31": -79.944098744977723, "S31": -79.944098744977723, "W32": -97.760146775409794, "S32": -102.76014677540979 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 502922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46870519093434282, "S11": 0.46870519093434282, "W12": -14.751731065950533, "S12": -14.751731065950533, "W13": -22.541876277796398, "S13": -22.541876277796398, "W21": -35.070862397021166, "S21": -37.155410802754581, "W22": -42.709800107121119, "S22": -43.721210383949533, "W31": -80.0, "S31": -80.220245382791944, "W32": -92.364596839927415, "S32": -97.364596839927415 }, "geometry": { "type": "Point", "coordinates": [ 102258.0, 507403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54350467877818731, "S11": 0.54350467877818731, "W12": -6.4616455068816956, "S12": -6.4621419654768193, "W13": -17.044607059804605, "S13": -18.054738867665897, "W21": -31.170398200226067, "S21": -31.287100293866143, "W22": -36.061793367462208, "S22": -36.061793367462208, "W31": -70.0, "S31": -70.0, "W32": -78.09077426495611, "S32": -83.09077426495611 }, "geometry": { "type": "Point", "coordinates": [ 102258.5, 497585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9032692828146143, "S11": 2.9032692828146143, "W12": -7.9178442878951278, "S12": -7.9178442878951278, "W13": -20.141421074099252, "S13": -21.115346937620735, "W21": -50.345519393669193, "S21": -65.162420802119897, "W22": -76.207077253251725, "S22": -91.607760884091078, "W31": -99.733474763506507, "S31": -99.733474763506507, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5862276422764232, "S11": 3.5750480461021401, "W12": -5.6628292682926835, "S12": -5.6628292682926835, "W13": -19.410454155955442, "S13": -19.80791959374346, "W21": -51.639296641062366, "S21": -64.705668322478289, "W22": -39.626254551506271, "S22": -42.31451671854785, "W31": -66.975813205587741, "S31": -67.403060138152426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 500720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2604373757455269, "S11": 1.2604373757455269, "W12": -9.4141647421093158, "S12": -9.4141647421093158, "W13": -16.894654306574747, "S13": -19.166260001073741, "W21": -45.848216482164823, "S21": -59.097034339346635, "W22": -40.242607549035768, "S22": -44.112344278304271, "W31": -70.0, "S31": -70.388619691769321, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 502010.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4634748735468515, "W12": -4.8050762773965703, "S12": -12.890457038861076, "W13": -18.914908974256154, "S13": -27.316999801594285, "W21": -36.745684016565328, "S21": -39.138607581999608, "W22": -44.431821812858537, "S22": -44.585413041715235, "W31": -76.714933228403765, "S31": -77.406773379808627, "W32": -92.831121671293999, "S32": -97.831121671293999 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 504479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.84387580412389, "S13": -21.84387580412389, "W21": -39.178872463600356, "S21": -39.178872463600356, "W22": -43.256853173113036, "S22": -45.959822227618893, "W31": -68.742202952734331, "S31": -68.742202952734331, "W32": -95.499026479750782, "S32": -100.49902647975078 }, "geometry": { "type": "Point", "coordinates": [ 102259.0, 505840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9420974155069584, "S11": 1.9420974155069584, "W12": -10.978118409159375, "S12": -10.978118409159375, "W13": -17.908035526770927, "S13": -21.269952651592757, "W21": -46.264291488624544, "S21": -57.80390011382147, "W22": -37.901296599553604, "S22": -37.901296599553604, "W31": -70.0, "S31": -70.0, "W32": -79.452069146357985, "S32": -84.452069146357985 }, "geometry": { "type": "Point", "coordinates": [ 102259.5, 501913.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8730661297677393, "S11": 3.8730661297677393, "W12": -6.3752540409358298, "S12": -7.7371073818595546, "W13": -19.432031563589288, "S13": -19.432031563589288, "W21": -35.173653253385552, "S21": -35.173653253385552, "W22": -68.130113171529857, "S22": -86.92634232308896, "W31": -99.124502968036992, "S31": -99.124502968036992, "W32": -101.39481890141519, "S32": -106.39481890141519 }, "geometry": { "type": "Point", "coordinates": [ 102259.714285714289872, 511181.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6733416411042943, "S11": 2.6733416411042943, "W12": -8.5335336723686233, "S12": -8.5335336723686233, "W13": -19.292250677352055, "S13": -23.702323287669437, "W21": -58.689919126498395, "S21": -64.641664253195074, "W22": -49.955534407508289, "S22": -49.986951657405307, "W31": -68.654629186989737, "S31": -73.654629186989737, "W32": -85.291901216633377, "S32": -90.291901216633377 }, "geometry": { "type": "Point", "coordinates": [ 102260.0, 501387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43099978637738384, "S11": 0.43099978637738384, "W12": -12.946840681203247, "S12": -20.757942721491933, "W13": -25.0, "S13": -25.0, "W21": -34.523659482782904, "S21": -34.523659482782904, "W22": -71.995030981775159, "S22": -85.407756398583601, "W31": -99.321254073701297, "S31": -99.321254073701297, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102260.0, 505244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3668857847165161, "S11": 2.3668857847165161, "W12": -4.6608265050074289, "S12": -10.637880362849289, "W13": -18.706671955525305, "S13": -28.706671955525305, "W21": -36.951175226957353, "S21": -39.213889452567386, "W22": -83.664994984954859, "S22": -102.31617939481576, "W31": -102.31617939481576, "S31": -102.31617939481576, "W32": -102.31617939481576, "S32": -104.02389752054255 }, "geometry": { "type": "Point", "coordinates": [ 102261.0, 504394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.6471314712429095, "S12": -5.4260555639215333, "W13": -22.022981366459625, "S13": -22.022981366459625, "W21": -32.990239868295141, "S21": -32.990239868295141, "W22": -79.640639901964775, "S22": -95.317198514448094, "W31": -95.317198514448094, "S31": -95.317198514448094, "W32": -97.27341831856539, "S32": -102.27341831856539 }, "geometry": { "type": "Point", "coordinates": [ 102261.0, 510625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029456112008615976, "S11": -0.029456112008615976, "W12": -5.0049736371010605, "S12": -5.0049736371010605, "W13": -15.0, "S13": -20.494383487943658, "W21": -44.329829172141913, "S21": -62.40815074917252, "W22": -37.123256639931533, "S22": -43.737958533188937, "W31": -73.050745881946142, "S31": -74.502837843633401, "W32": -96.075458878287762, "S32": -101.07545887828776 }, "geometry": { "type": "Point", "coordinates": [ 102261.25, 502239.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7606928931022305, "S11": 2.538412975187835, "W12": -5.3390374289324063, "S12": -5.3390374289324063, "W13": -16.314505430570446, "S13": -16.314505430570446, "W21": -53.911390781856817, "S21": -63.22632461570204, "W22": -43.260013326841147, "S22": -43.335944579275534, "W31": -79.011758676690349, "S31": -79.478467890267154, "W32": -92.594370776020952, "S32": -97.594370776020952 }, "geometry": { "type": "Point", "coordinates": [ 102261.5, 499137.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98045412958496214, "S11": 0.98045412958496214, "W12": -7.3677484315699795, "S12": -10.367748431569979, "W13": -30.0, "S13": -30.0, "W21": -33.362308724233735, "S21": -33.362308724233735, "W22": -44.05685743094358, "S22": -44.110749057900286, "W31": -77.221830910927437, "S31": -77.859077962900074, "W32": -92.802241420229606, "S32": -97.802241420229606 }, "geometry": { "type": "Point", "coordinates": [ 102261.5, 510308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.118141781593367, "S12": -11.232927570799141, "W13": -20.0, "S13": -20.000000000000007, "W21": -37.033297712210071, "S21": -37.033297712210071, "W22": -43.934112679722553, "S22": -43.934112679722553, "W31": -72.62634035574618, "S31": -73.524567953199195, "W32": -93.266261411455773, "S32": -98.266261411455773 }, "geometry": { "type": "Point", "coordinates": [ 102261.833333333328483, 511664.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6582743861036411, "S11": 4.6582743861036411, "W12": -5.7709778308193735, "S12": -7.2641910237318736, "W13": -19.583535709854004, "S13": -19.583535709854004, "W21": -34.980705081205706, "S21": -34.980705081205706, "W22": -35.638626115159632, "S22": -35.638626115159632, "W31": -70.783954463196096, "S31": -70.81008196540688, "W32": -77.070841595225517, "S32": -82.070841595225517 }, "geometry": { "type": "Point", "coordinates": [ 102261.857142857144936, 511137.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8636655604325019, "S11": 1.8636655604325019, "W12": -5.1557099231517842, "S12": -5.1557099231517842, "W13": -19.030851606942857, "S13": -24.81664070552084, "W21": -43.731389918677216, "S21": -46.860188179956062, "W22": -75.463059313215396, "S22": -83.633377116362567, "W31": -98.388714990853046, "S31": -98.388714990853046, "W32": -99.269142024691348, "S32": -104.26914202469135 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 503253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7015062454077876, "S12": -18.588674387000538, "W13": -19.236341530186298, "S13": -20.643811263276582, "W21": -34.981291306160955, "S21": -37.932510818356079, "W22": -83.858885017421599, "S22": -101.34494855183908, "W31": -101.34494855183908, "S31": -101.34494855183908, "W32": -101.34494855183908, "S32": -103.07237144696902 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 503721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34125148414981871, "S11": 0.34125148414981871, "W12": -16.532597709512935, "S12": -16.772994427027911, "W13": -22.547109698551132, "S13": -22.613136741435703, "W21": -35.180148516575223, "S21": -36.022755374168838, "W22": -73.787878787878782, "S22": -73.787878787878782, "W31": -95.248396485886133, "S31": -95.248396485886133, "W32": -99.668978429196926, "S32": -104.66897842919693 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 507342.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77336795478845277, "S11": -0.77336795478845277, "W12": -10.0, "S12": -13.071516467607672, "W13": -25.096909425561172, "S13": -25.096909425561172, "W21": -40.031934232399585, "S21": -41.9247398839737, "W22": -36.603788886340979, "S22": -36.603788886340979, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -78.593111644294083, "S32": -83.593111644294083 }, "geometry": { "type": "Point", "coordinates": [ 102262.0, 508990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53319072128696021, "S11": 0.53319072128696021, "W12": -7.0530114567844748, "S12": -8.4274704525910007, "W13": -16.992897418358091, "S13": -17.992897418358091, "W21": -29.42833760699833, "S21": -29.42833760699833, "W22": -39.662239645041524, "S22": -52.839362081150696, "W31": -78.587076906204416, "S31": -78.587076906204416, "W32": -97.433862406166881, "S32": -102.43386240616688 }, "geometry": { "type": "Point", "coordinates": [ 102263.0, 497479.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2871927554980385, "W12": -6.6526527050738586, "S12": -6.6526527050738586, "W13": -18.547008547008549, "S13": -21.547008547008549, "W21": -49.155737424237238, "S21": -70.211281004031733, "W22": -49.630187847791049, "S22": -49.630187847791049, "W31": -68.653699948517698, "S31": -73.576795154021156, "W32": -85.174031751796917, "S32": -90.174031751796917 }, "geometry": { "type": "Point", "coordinates": [ 102263.0, 502646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5489546930172313, "S12": -5.5489546930172313, "W13": -19.159766121641233, "S13": -25.13288347629479, "W21": -44.862393068562788, "S21": -48.299274445142657, "W22": -69.119124506637959, "S22": -91.932766726063932, "W31": -97.842867049348499, "S31": -97.842867049348499, "W32": -99.320786864931847, "S32": -104.32078686493185 }, "geometry": { "type": "Point", "coordinates": [ 102263.0, 503193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -19.969356050008098, "W13": -19.969356050008098, "S13": -27.035312019285058, "W21": -36.272638785451051, "S21": -37.093790400763886, "W22": -71.834322774601617, "S22": -77.0239304288894, "W31": -92.923791615143898, "S31": -92.923791615143898, "W32": -99.385592824150876, "S32": -104.38559282415088 }, "geometry": { "type": "Point", "coordinates": [ 102263.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49871204589316759, "S11": 0.49871204589316759, "W12": -8.4348883530768433, "S12": -9.2723883530768436, "W13": -16.861949416129999, "S13": -17.123996291245852, "W21": -24.604696653793354, "S21": -24.604696653793354, "W22": -36.099742839722794, "S22": -42.534081627308353, "W31": -72.623738265720206, "S31": -74.916707787063174, "W32": -95.972621555415202, "S32": -100.9726215554152 }, "geometry": { "type": "Point", "coordinates": [ 102264.0, 497188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4511099420271916, "W12": -10.605967197130614, "S12": -10.73510371287583, "W13": -18.675176197712052, "S13": -22.229849380363248, "W21": -47.892943757939712, "S21": -60.027274888866508, "W22": -39.545427616223513, "S22": -42.71657423271553, "W31": -68.746635358799608, "S31": -74.155769756614205, "W32": -95.030568495818201, "S32": -100.0305684958182 }, "geometry": { "type": "Point", "coordinates": [ 102264.0, 501842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84134901253911165, "S11": 0.84134901253911165, "W12": -11.465975304169309, "S12": -13.752425341336135, "W13": -25.0, "S13": -25.0, "W21": -38.08059520867468, "S21": -38.08059520867468, "W22": -49.247572555120428, "S22": -51.027759464767733, "W31": -68.458755486444616, "S31": -70.843247409424364, "W32": -95.674751243781103, "S32": -100.6747512437811 }, "geometry": { "type": "Point", "coordinates": [ 102264.0, 506431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -5.1165895195816677, "S12": -6.7411625644831119, "W13": -19.766484675518054, "S13": -19.766484675518054, "W21": -34.787756909025646, "S21": -34.787756909025646, "W22": -64.066607870312041, "S22": -102.73583280872401, "W31": -102.73583280872401, "S31": -102.73583280872401, "W32": -102.89299355454763, "S32": -107.89299355454763 }, "geometry": { "type": "Point", "coordinates": [ 102264.0, 511094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1110139860139858, "S11": 2.1110139860139858, "W12": -4.5568050096595698, "S12": -9.7614164586789496, "W13": -18.602856360732314, "S13": -27.067550719211667, "W21": -36.958584773016653, "S21": -38.552694799603437, "W22": -74.029864686406469, "S22": -95.281991260070981, "W31": -99.829664385227261, "S31": -99.829664385227261, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102264.5, 504353.75 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.4171429597185323, "S12": -5.1043188758824218, "W13": -20.327018633540373, "S13": -20.327018633540373, "W21": -33.135607278284297, "S21": -33.135607278284297, "W22": -35.694107808053651, "S22": -35.694107808053651, "W31": -70.261431470006983, "S31": -70.264810626959573, "W32": -77.223552895602708, "S32": -82.223552895602708 }, "geometry": { "type": "Point", "coordinates": [ 102264.5, 510671.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51798394261093594, "S11": 0.51798394261093594, "W12": -7.8185973372470903, "S12": -8.796667257554228, "W13": -16.929204062924935, "S13": -17.64125798191299, "W21": -27.142110417496337, "S21": -27.142110417496337, "W22": -38.080357296589121, "S22": -38.080357296589121, "W31": -70.0, "S31": -70.0, "W32": -79.529145831986284, "S32": -84.529145831986284 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 497341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84084391642733747, "S11": 0.84084391642733747, "W12": 0.0, "S12": -0.81704658364098293, "W13": -18.14201098169481, "S13": -18.628626189049374, "W21": -36.32279119591955, "S21": -37.099448256438279, "W22": -69.231252242554774, "S22": -91.740271406874186, "W31": -97.762230027663335, "S31": -97.762230027663335, "W32": -99.278836224700441, "S32": -104.27883622470044 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32617580021801496, "S11": 0.32617580021801496, "W12": -11.37803828068084, "S12": -13.970336461214316, "W13": -22.285280083718924, "S13": -22.285280083718924, "W21": -34.580291455225058, "S21": -36.800298704228318, "W22": -39.829377208617124, "S22": -55.070688460479246, "W31": -79.421886945539171, "S31": -79.421886945539171, "W32": -97.640868472351144, "S32": -102.64086847235114 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 507044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -5.7508126813240583, "S12": -7.2538832000745028, "W13": -19.548790172477975, "S13": -19.548790172477975, "W21": -34.941226605576716, "S21": -34.941226605576716, "W22": -80.0, "S22": -94.86761239404774, "W31": -95.091400014588302, "S31": -95.091400014588302, "W32": -97.268196067643458, "S32": -102.26819606764346 }, "geometry": { "type": "Point", "coordinates": [ 102265.0, 511136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4344175491679274, "S11": 3.370752107897383, "W12": -5.9958412195969775, "S12": -5.9958412195969775, "W13": -20.0, "S13": -20.0, "W21": -53.261492034528736, "S21": -70.208042451511304, "W22": -40.049247980880175, "S22": -44.200953867440504, "W31": -68.154835683896692, "S31": -68.533435805285848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 500815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42615819784924375, "S11": 0.42615819784924375, "W12": -13.333847286328186, "S12": -20.950743858849641, "W13": -25.0, "S13": -25.0, "W21": -34.343256179490304, "S21": -34.343256179490304, "W22": -42.840475746804628, "S22": -43.396429948353791, "W31": -79.711700273514438, "S31": -80.033146521137454, "W32": -92.500127081475313, "S32": -97.500127081475313 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 505277.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46360929124479511, "S11": 0.46360929124479511, "W12": -14.075680407448671, "S12": -21.107638576160277, "W13": -25.0, "S13": -25.0, "W21": -34.076123264085965, "S21": -34.076123264085965, "W22": -43.513974150619347, "S22": -43.513974150619347, "W31": -70.269889329713919, "S31": -71.006309969564825, "W32": -93.35145787824105, "S32": -98.35145787824105 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 505356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23166163566193088, "S11": 0.23166163566193088, "W12": -15.0, "S12": -15.039271235285499, "W13": -22.49346558095343, "S13": -22.574997238093577, "W21": -34.556033280493459, "S21": -37.511417895878076, "W22": -38.109922977676902, "S22": -38.109922977676902, "W31": -70.0, "S31": -70.0, "W32": -79.544269550334107, "S32": -84.544269550334107 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6109221787677832, "S11": 1.6109221787677832, "W12": -4.4751280370940121, "S12": -5.798012736787129, "W13": -21.795937292228015, "S13": -21.795937292228015, "W21": -36.936908653337404, "S21": -41.752889365463425, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -81.206310454587594, "S32": -86.206310454587594 }, "geometry": { "type": "Point", "coordinates": [ 102266.0, 508649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.365300697728294, "S12": -11.365329483456307, "W13": -20.0, "S13": -20.0, "W21": -37.172134880817353, "S21": -37.172134880817353, "W22": -72.358006173727816, "S22": -94.830653023157481, "W31": -98.311296266396099, "S31": -98.311296266396099, "W32": -98.555254866359434, "S32": -103.55525486635943 }, "geometry": { "type": "Point", "coordinates": [ 102266.666666666671517, 511712.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9862426702751463, "S11": 2.9862426702751463, "W12": -8.4118429713869549, "S12": -8.4118429713869549, "W13": -20.191938001359617, "S13": -21.327287055760738, "W21": -50.0, "S21": -61.281008820286658, "W22": -77.617427923550366, "S22": -92.956711377152089, "W31": -99.797492582806527, "S31": -99.797492582806527, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102267.0, 500457.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2887363118344437, "S11": -1.2887363118344437, "W12": -10.891985781990522, "S12": -11.930936499636296, "W13": -28.631345322693619, "S13": -28.631345322693619, "W21": -39.997157105705753, "S21": -39.997157105705753, "W22": -46.202093893599887, "S22": -64.514852941201838, "W31": -83.120108706757392, "S31": -83.120108706757392, "W32": -98.019037090539967, "S32": -103.01903709053997 }, "geometry": { "type": "Point", "coordinates": [ 102267.0, 509478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5926037989578079, "S11": 3.5596985866174151, "W12": -5.5371788372795976, "S12": -5.5371788372795976, "W13": -19.84490145672665, "S13": -19.84490145672665, "W21": -52.171380679599011, "S21": -68.461002562141246, "W22": -39.491789417984201, "S22": -41.407634519062292, "W31": -64.078311167689165, "S31": -64.542766592919364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 500744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8820935582822087, "S11": 2.744805173797531, "W12": -7.2603675099866845, "S12": -8.5637600860173322, "W13": -20.0, "S13": -23.446002114674961, "W21": -55.620960265333032, "S21": -76.232089292862426, "W22": -44.171825545839816, "S22": -46.745311893253138, "W31": -68.696944298029834, "S31": -69.117147499115688, "W32": -96.147488317757009, "S32": -101.14748831775701 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 501104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5585838250607429, "S11": 2.4578145942915204, "W12": -8.7270101483216234, "S12": -10.366126843348555, "W13": -20.0, "S13": -24.38188778425323, "W21": -56.394687313106957, "S21": -69.22829276729135, "W22": -39.73530071182573, "S22": -46.351695179279041, "W31": -71.471725410960602, "S31": -71.471725410960602, "W32": -90.194373547324119, "S32": -95.194373547324119 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55283324338909501, "S11": 0.55283324338909501, "W12": -5.0, "S12": -19.489161268190998, "W13": -20.523618074722421, "S13": -20.523618074722421, "W21": -34.668640410224405, "S21": -35.149028244130633, "W22": -49.829669827207411, "S22": -52.771592480389735, "W31": -86.698698781968574, "S31": -86.698698781968574, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 504165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28730205133286951, "S11": 0.28730205133286951, "W12": -11.23321752443764, "S12": -16.233217524437642, "W13": -22.334414641047488, "S13": -22.365820069497111, "W21": -33.881371987587073, "S21": -36.632409331985414, "W22": -50.0, "S22": -54.196615820149873, "W31": -87.321150380177983, "S31": -87.321150380177983, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24233367153624166, "S11": 0.24233367153624166, "W12": -14.29425273819338, "S12": -14.29425273819338, "W13": -22.447351381958189, "S13": -22.527873684127304, "W21": -34.21452001105245, "S21": -37.803750780283217, "W22": -69.602727620335443, "S22": -79.636756686062384, "W31": -101.23174646993571, "S31": -101.23174646993571, "W32": -101.23174646993571, "S32": -104.86560930120187 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 507217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44422783932305726, "S11": 0.44422783932305726, "W12": -15.1287550605722, "S12": -15.1287550605722, "W13": -22.480997900442247, "S13": -22.494651168441621, "W21": -35.239075348594852, "S21": -36.996562945686108, "W22": -39.916232583031373, "S22": -39.916232583031373, "W31": -61.166631781647695, "S31": -64.620529740111778, "W32": -90.948620996441278, "S32": -95.948620996441278 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 507388.5 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.1871544481941552, "S12": -4.7825821878433112, "W13": -20.0, "S13": -20.0, "W21": -33.28097468827346, "S21": -33.28097468827346, "W22": -43.42104836634963, "S22": -43.42104836634963, "W31": -70.0, "S31": -70.0, "W32": -80.373890796559166, "S32": -85.373890796559166 }, "geometry": { "type": "Point", "coordinates": [ 102268.0, 510718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3191307232913076, "S11": 3.2127892598766734, "W12": -5.9826683099676474, "S12": -5.9826683099676474, "W13": -20.0, "S13": -20.0, "W21": -50.997525841213985, "S21": -63.929685465627131, "W22": -70.00683760355038, "S22": -70.00683760355038, "W31": -90.977785817869616, "S31": -90.977785817869616, "W32": -94.846383845063528, "S32": -99.846383845063528 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 500652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7685774539877297, "S11": 2.6636615294549468, "W12": -7.9444290337494223, "S12": -14.099565895432194, "W13": -19.600604166882938, "S13": -23.69034939658529, "W21": -58.680590913245979, "S21": -58.680590913245986, "W22": -72.375677327543684, "S22": -73.293622612273197, "W31": -101.21762891921082, "S31": -101.21762891921082, "W32": -101.21762891921082, "S32": -106.09062170706005 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 501286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5, "W12": -9.3158273164115766, "S12": -9.3158273164115766, "W13": -19.7951518681392, "S13": -22.586634981208217, "W21": -50.0, "S21": -73.787878787878782, "W22": -74.87852237263121, "S22": -74.87852237263121, "W31": -99.457622817574503, "S31": -99.457622817574503, "W32": -101.81018629567443, "S32": -106.81018629567443 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 502899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8637025644610663, "S12": -9.7154704579394782, "W13": -20.0, "S13": -20.0, "W21": -35.773408730732363, "S21": -35.773408730732363, "W22": -74.983050847457633, "S22": -104.98305084745763, "W31": -104.98305084745763, "S31": -104.98305084745763, "W32": -104.98305084745763, "S32": -105.46094187255136 }, "geometry": { "type": "Point", "coordinates": [ 102269.0, 511360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4839787872444137, "S11": 2.4839787872444137, "W12": -4.5356967915749902, "S12": -19.486575286997038, "W13": -19.486575286997038, "S13": -20.286297250239045, "W21": -35.023138557597967, "S21": -38.405252378736122, "W22": -72.966867786035507, "S22": -91.690997395921443, "W31": -98.296863899588899, "S31": -98.296863899588899, "W32": -98.298380141824737, "S32": -103.29838014182474 }, "geometry": { "type": "Point", "coordinates": [ 102269.333333333328483, 503725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2906798322854562, "S11": -1.2906798322854562, "W12": -10.882799085985145, "S12": -11.989936446300678, "W13": -28.680165454829972, "S13": -28.680165454829972, "W21": -39.961901461805155, "S21": -39.961901461805155, "W22": -39.992139264459958, "S22": -39.992139264459958, "W31": -69.219971490929709, "S31": -70.219971490929709, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102269.857142857144936, 509488.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0261044176706826, "S11": 0.99231797552563128, "W12": -5.783708023691351, "S12": -5.783708023691351, "W13": -15.0, "S13": -22.019006198417809, "W21": -47.546313734890248, "S21": -67.550840572570792, "W22": -39.566671011793645, "S22": -53.806214738029382, "W31": -69.797326110470237, "S31": -69.797326110470237, "W32": -90.023740211617451, "S32": -95.023740211617451 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 502563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7075451363288243, "S12": -6.7075451363288243, "W13": -19.378243474645288, "S13": -24.685985930029521, "W21": -46.834322774601624, "S21": -71.834322774601617, "W22": -43.319858948998018, "S22": -43.319858948998018, "W31": -69.414137186380898, "S31": -69.414137186380898, "W32": -83.144650248825641, "S32": -88.144650248825641 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 503093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7868608963500172, "S12": -19.591176598327806, "W13": -20.544017189607068, "S13": -20.544017189607068, "W21": -33.787615547657843, "S21": -34.104688065512093, "W22": -39.671300332118911, "S22": -42.264748472496912, "W31": -60.0, "S31": -61.551085332630301, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 504198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3997468354430302, "W12": -4.9210331007867003, "S12": -14.67885085442078, "W13": -19.113882428422485, "S13": -27.120627951200575, "W21": -36.613664669831948, "S21": -38.567100823154604, "W22": -35.915704944425904, "S22": -35.915704944425904, "W31": -70.0, "S31": -70.0, "W32": -77.792183875568114, "S32": -82.792183875568114 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 504505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2826766186425968, "S11": -0.2826766186425968, "W12": -8.9695634084822, "S12": -12.316093319158748, "W13": -24.448463799559086, "S13": -24.448463799559086, "W21": -40.0, "S21": -42.496550433091421, "W22": -43.692874724671746, "S22": -44.089069822000596, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102270.0, 508918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3395200721695986, "S11": 3.325867441055717, "W12": -10.0, "S12": -10.0, "W13": -20.456369816451396, "S13": -20.959482532190435, "W21": -49.307561791854233, "S21": -63.959928655759562, "W22": -63.623700923787524, "S22": -78.779998809169072, "W31": -99.918413836270744, "S31": -99.918413836270744, "W32": -102.69143002028397, "S32": -107.69143002028397 }, "geometry": { "type": "Point", "coordinates": [ 102271.0, 500213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5736510337871907, "S11": 3.5314262148245414, "W12": -5.5949496078085641, "S12": -5.5949496078085641, "W13": -20.0, "S13": -20.0, "W21": -52.517079481838302, "S21": -69.926711687550181, "W22": -76.122207095682214, "S22": -84.771927244935938, "W31": -98.410308506680366, "S31": -98.410308506680366, "W32": -98.518116222222218, "S32": -103.51811622222222 }, "geometry": { "type": "Point", "coordinates": [ 102271.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.8402312055719112, "S12": -4.2852562707004331, "W13": -20.0, "S13": -20.0, "W21": -33.538673534614631, "S21": -33.538673534614631, "W22": -73.485961340118351, "S22": -93.974273505137361, "W31": -98.357944839285707, "S31": -98.357944839285707, "W32": -98.559393120737312, "S32": -103.55939312073731 }, "geometry": { "type": "Point", "coordinates": [ 102271.0, 510792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.612459613862919, "S12": -11.612459613862919, "W13": -20.0, "S13": -20.0, "W21": -37.310972049424556, "S21": -37.310972049424556, "W22": -69.221385001794047, "S22": -91.476762795550414, "W31": -97.656905705343092, "S31": -97.656905705343092, "W32": -99.188351920693918, "S32": -104.18835192069392 }, "geometry": { "type": "Point", "coordinates": [ 102271.5, 511761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74609549308306833, "S11": 0.74609549308306833, "W12": -5.6356438399289575, "S12": -5.6356438399289575, "W13": -14.771709831839631, "S13": -21.779258089319217, "W21": -47.257958657215113, "S21": -67.1726728942335, "W22": -71.735357641976876, "S22": -87.346122996781759, "W31": -97.101372677592408, "S31": -97.101372677592408, "W32": -99.148563174876813, "S32": -104.14856317487681 }, "geometry": { "type": "Point", "coordinates": [ 102271.666666666671517, 502548.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0, "S11": 0.0, "W12": -2.34, "S12": -2.34, "W13": -18.049999, "S13": -18.049999, "W21": -35.639999, "S21": -37.063341939480836, "W22": -72.263290474123338, "S22": -72.263290474123338, "W31": -93.491772950810969, "S31": -93.491772950810969, "W32": -99.501795797093934, "S32": -104.50179579709393 }, "geometry": { "type": "Point", "coordinates": [ 102271.9, 503657.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4612326043737571, "S11": 2.4190217979121615, "W12": -10.829958561131029, "S12": -10.829958561131029, "W13": -18.495357244335725, "S13": -22.013005381171403, "W21": -46.768679986141592, "S21": -58.922685053467177, "W22": -70.0, "S22": -90.289783664863876, "W31": -90.953853145393808, "S31": -90.953853145393808, "W32": -98.595249617593993, "S32": -103.59524961759399 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4213166093211036, "S11": 0.4213166093211036, "W12": -13.720853891453128, "S12": -21.143544996207353, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -34.197042196576852, "S21": -34.197042196576852, "W22": -38.259417993624645, "S22": -38.259417993624645, "W31": -70.0, "S31": -70.0, "W32": -79.606222517614569, "S32": -84.606222517614569 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31456000396392703, "S11": 0.31456000396392703, "W12": -11.192529306576594, "S12": -15.145232009279297, "W13": -22.259547393298703, "S13": -22.259547393298703, "W21": -34.244850113662338, "S21": -35.919369867196224, "W22": -40.065556974891493, "S22": -44.43446239415119, "W31": -68.222170111553964, "S31": -68.581618198387943, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.050449660013161, "S11": 1.050449660013161, "W12": -13.011659203514801, "S12": -15.277018196853069, "W13": -22.415485128009948, "S13": -22.415485128009948, "W21": -35.247924440285772, "S21": -38.474498989781338, "W22": -46.349836912290456, "S22": -46.553300302832497, "W31": -81.489085006899415, "S31": -81.489085006899415, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 507459.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.653174567817949, "S12": -11.653174567817949, "W13": -20.0, "S13": -20.0, "W21": -37.337029336872085, "S21": -37.337029336872085, "W22": -57.664026843216135, "S22": -66.380275066806846, "W31": -89.345187553821589, "S31": -89.345187553821589, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 511769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4363701745043178, "S11": 1.4363701745043178, "W12": -15.0, "S12": -15.0, "W13": -21.277776897760546, "S13": -21.277776897760546, "W21": -43.028509245247839, "S21": -43.36741025608351, "W22": -39.999999999999993, "S22": -41.863128300075424, "W31": -71.022954133473633, "S31": -71.894498441500019, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102272.0, 513229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4900487804878049, "S11": 3.4857554754931184, "W12": -6.7574634146341461, "S12": -6.7574634146341461, "W13": -20.0, "S13": -20.0, "W21": -51.505518134715025, "S21": -64.638566609740806, "W22": -45.365860810214272, "S22": -45.381405939242548, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 500707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4787947554210787, "S11": 3.4125605881928913, "W12": -5.872768195919396, "S12": -5.872768195919396, "W13": -20.055373064289064, "S13": -20.055373064289064, "W21": -53.289954558214617, "S21": -71.989727113180493, "W22": -88.137052046705804, "S22": -88.137052046705804, "W31": -100.0, "S31": -100.0, "W32": -102.54414069703117, "S32": -107.54414069703117 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 500806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -0.66118160190325148, "S12": -4.3753971074936189, "W13": -18.360233562450791, "S13": -20.148426726826724, "W21": -37.894185990657945, "S21": -40.217591167740153, "W22": -73.165991902834008, "S22": -76.620425400370948, "W31": -99.108632230215818, "S31": -99.108632230215818, "W32": -100.77036859358759, "S32": -105.77036859358759 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 503535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42785852182547141, "S11": 0.42785852182547141, "W12": -11.632573029213408, "S12": -19.792925541950584, "W13": -26.199809015038703, "S13": -26.199809015038703, "W21": -34.653257714341549, "S21": -34.653257714341549, "W22": -40.143540669856456, "S22": -56.616635604634773, "W31": -80.0, "S31": -80.0, "W32": -97.788197408502654, "S32": -102.78819740850265 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 505205.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3276748096506643, "S11": 1.3276748096506643, "W12": -5.1638017375911307, "S12": -7.3809112644867891, "W13": -22.22801553697029, "S13": -22.22801553697029, "W21": -37.460927431532866, "S21": -41.909333755572327, "W22": -38.202386179798978, "S22": -44.780127120003137, "W31": -75.653147283331037, "S31": -75.653147283331037, "W32": -96.722609093829519, "S32": -101.72260909382952 }, "geometry": { "type": "Point", "coordinates": [ 102273.0, 508692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1117729502452698, "S11": 1.1117729502452698, "W12": -13.648714275903341, "S12": -21.740865036622566, "W13": -24.489013691891447, "S13": -24.489013691891447, "W21": -37.463650835956678, "S21": -37.463650835956678, "W22": -38.19907320165882, "S22": -44.7722138515688, "W31": -75.627948137147442, "S31": -75.627948137147442, "W32": -96.716431770266198, "S32": -101.7164317702662 }, "geometry": { "type": "Point", "coordinates": [ 102273.5, 506572.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8302189426489823, "S12": -4.8302189426489823, "W13": -15.000000000000002, "S13": -15.664064328028378, "W21": -40.0, "S21": -49.829669827207411, "W22": -39.58618968189203, "S22": -52.130145296489204, "W31": -69.878342843636233, "S31": -69.878342843636233, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102274.0, 498517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8734556733005947, "S12": -4.8734556733005947, "W13": -15.0, "S13": -15.420373895132062, "W21": -41.276885995011973, "S21": -50.0, "W22": -38.156672406472772, "S22": -44.658643392917881, "W31": -75.294197237104129, "S31": -75.294197237104129, "W32": -96.634799950822483, "S32": -101.63479995082248 }, "geometry": { "type": "Point", "coordinates": [ 102274.0, 498590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.761095283057597, "S11": 3.4752844722467864, "W12": -8.7261382692611935, "S12": -8.7261382692611935, "W13": -20.200142488200196, "S13": -21.200142488200196, "W21": -48.006488751155366, "S21": -68.75925024031396, "W22": -50.0, "S22": -50.804695574014552, "W31": -68.515502534103931, "S31": -73.582254508386313, "W32": -92.144977282043243, "S32": -97.144977282043243 }, "geometry": { "type": "Point", "coordinates": [ 102274.0, 499908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.124424013373065, "S11": 1.124424013373065, "W12": -7.5207810539523212, "S12": -17.260166973740596, "W13": -21.094892281814062, "S13": -26.047958928178154, "W21": -36.046653976792797, "S21": -36.046653976792797, "W22": -41.333080676488706, "S22": -58.159108344118295, "W31": -80.600032693761619, "S31": -80.600032693761619, "W32": -97.830982931407021, "S32": -102.83098293140702 }, "geometry": { "type": "Point", "coordinates": [ 102274.375, 504716.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4566823695706965, "S11": 2.4566823695706965, "W12": -14.773929226394968, "S12": -14.773929226394968, "W13": -21.008786404477242, "S13": -21.008786404477242, "W21": -40.004208363451738, "S21": -41.30432277346322, "W22": -39.240646304963725, "S22": -58.053892340951613, "W31": -68.834241632039721, "S31": -68.834241632039721, "W32": -90.345305739385068, "S32": -95.345305739385068 }, "geometry": { "type": "Point", "coordinates": [ 102274.615384615390212, 512460.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5860813932430577, "S12": -8.5860813932430577, "W13": -22.086236140909492, "S13": -22.086236140909492, "W21": -43.333640082058622, "S21": -45.345096281025675, "W22": -55.990741356211608, "S22": -55.990741356211608, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102274.898876404491602, 516325.348314606759232 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0116229626655961, "S11": 3.5116229626655961, "W12": -6.3732398985481886, "S12": -6.3732398985481886, "W13": -18.640000810307107, "S13": -18.789158036060076, "W21": -60.12948055145381, "S21": -70.00683760355038, "W22": -72.959887306109181, "S22": -72.959887306109181, "W31": -101.04827188290082, "S31": -101.04827188290082, "W32": -101.47975312358874, "S32": -106.47975312358874 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 499529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6476389684813753, "S11": 3.4395308603732673, "W12": -9.3988544255916988, "S12": -9.7720858913528765, "W13": -20.319102024453798, "S13": -21.187782814054184, "W21": -47.375677327543677, "S21": -72.375677327543684, "W22": -48.237600582790463, "S22": -49.45569505397048, "W31": -85.638387342468107, "S31": -85.638387342468107, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0677988272440233, "S11": 3.0677988272440233, "W12": -8.8935098948194007, "S12": -8.8935098948194007, "W13": -20.241367777022436, "S13": -21.552014519959631, "W21": -49.87852237263121, "S21": -74.87852237263121, "W22": -73.572015334063536, "S22": -77.631843283058899, "W31": -95.325176722761455, "S31": -95.325176722761455, "W32": -99.454787282246258, "S32": -104.45478728224626 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 500410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9247777040477771, "S11": 2.9188025961569335, "W12": -7.2287222868027063, "S12": -7.2287222868027063, "W13": -20.084975594874923, "S13": -20.809196319390509, "W21": -50.375632285023094, "S21": -64.788777824929198, "W22": -52.347338228131264, "S22": -57.050136479588382, "W31": -87.983223646112037, "S31": -87.983223646112037, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4693377571333777, "S11": 3.4678499781748227, "W12": -6.7573147561747939, "S12": -6.7573147561747939, "W13": -20.013771517996869, "S13": -20.013771517996869, "W21": -51.478345864661648, "S21": -64.571146630028778, "W22": -37.610891626384337, "S22": -43.670485214531453, "W31": -73.516092087117798, "S31": -73.97724942982002, "W32": -96.201030228522399, "S32": -101.2010302285224 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 500703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31324548780762523, "S11": 0.31324548780762523, "W12": -10.0, "S12": -10.0, "W13": -22.459208552138033, "S13": -22.459208552138033, "W21": -39.152289220787431, "S21": -39.152289220787431, "W22": -39.367856305215383, "S22": -59.367856305215383, "W31": -69.37540522625612, "S31": -69.37540522625612, "W32": -90.117333697338665, "S32": -95.117333697338665 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 506052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2698810394098492, "S11": 1.2698810394098492, "W12": -13.09845122724391, "S12": -19.334407476580218, "W13": -25.0, "S13": -25.0, "W21": -37.694364575579804, "S21": -37.694364575579804, "W22": -38.438478690660382, "S22": -38.438478690660382, "W31": -70.0, "S31": -70.0, "W32": -79.683299203242896, "S32": -84.683299203242896 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 506513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67127390932769004, "S11": -0.67127390932769004, "W12": -10.0, "S12": -13.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.479642058165545, "S21": -36.479642058165545, "W22": -47.955903473742318, "S22": -48.870952382975993, "W31": -85.621617047395915, "S31": -85.621617047395915, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102275.0, 510028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48057899278840988, "S11": 0.48057899278840988, "W12": -9.9342469363554358, "S12": -19.370869500557397, "W13": -22.766628917240389, "S13": -22.766628917240389, "W21": -35.640949688195271, "S21": -35.640949688195271, "W22": -48.52547413566262, "S22": -50.061725310720767, "W31": -85.706577067685416, "S31": -85.706577067685416, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102275.2, 504873.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -4.3023697609206986, "S12": -6.0843195225374771, "W13": -19.838838565578833, "S13": -19.838838565578833, "W21": -34.480869537686111, "S21": -34.480869537686111, "W22": -38.896973170261994, "S22": -46.939110783146873, "W31": -70.389281468751207, "S31": -76.838867900208797, "W32": -95.438329800551941, "S32": -100.43832980055194 }, "geometry": { "type": "Point", "coordinates": [ 102275.6, 511045.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50362131686247791, "S11": 0.50362131686247791, "W12": -8.428388719991613, "S12": -9.1908887199916123, "W13": -16.854333175157013, "S13": -17.141456235311683, "W21": -24.797531456779666, "S21": -24.797531456779666, "W22": -43.459465618989654, "S22": -43.507344418783376, "W31": -78.159872744106195, "S31": -78.68400289405524, "W32": -92.843927399370997, "S32": -97.843927399370997 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 497198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2694966170500677, "S11": 3.233988979787592, "W12": -10.0, "S12": -10.0, "W13": -20.394447858599591, "S13": -21.597103367853382, "W21": -49.536513821800206, "S21": -49.536513821800206, "W22": -73.472450851881362, "S22": -73.472450851881362, "W31": -94.267434049236115, "S31": -94.267434049236115, "W32": -99.624872070152534, "S32": -104.62487207015253 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 500269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3823583278035834, "S11": 3.3823583278035834, "W12": -5.5640257139255755, "S12": -5.5640257139255755, "W13": -20.0, "S13": -20.379897002023174, "W21": -51.065042885418961, "S21": -63.890800461176539, "W22": -89.561131837656859, "S22": -89.561131837656859, "W31": -99.964903289302839, "S31": -99.964903289302839, "W32": -102.52742946708464, "S32": -107.52742946708464 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4741138211382117, "S11": 3.4697780081732805, "W12": -6.939414634146341, "S12": -6.939414634146341, "W13": -20.025352112676053, "S13": -20.025352112676053, "W21": -51.520051813471504, "S21": -64.77568758774585, "W22": -39.169979148345419, "S22": -43.741191965995952, "W31": -68.873393700927281, "S31": -68.873393700927281, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5030089889539049, "S12": -5.5030089889539049, "W13": -14.568565606971893, "S13": -21.44646362416303, "W21": -46.915042975036812, "S21": -66.736597343858534, "W22": -40.746538229981937, "S22": -40.746538229981937, "W31": -69.810132553896509, "S31": -69.830095471662872, "W32": -80.765545408141008, "S32": -85.765545408141008 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 502536.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1307698659546848, "W12": -7.4165268589027615, "S12": -7.4165268589027615, "W13": -20.0, "S13": -23.0, "W21": -50.0, "S21": -71.735357641976876, "W22": -39.03259232881576, "S22": -39.150839531018839, "W31": -70.284192972781653, "S31": -70.341985444709834, "W32": -78.841190528185294, "S32": -83.841190528185294 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 502718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5864389091358051, "S12": -7.5864389091358051, "W13": -19.489097456194798, "S13": -24.489097456194798, "W21": -47.861033466478631, "S21": -72.263290474123338, "W22": -39.811373235022344, "S22": -39.811373235022344, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 503043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3462474645030424, "S11": 1.3462474645030424, "W12": -5.0, "S12": -16.826538176426983, "W13": -18.834002267896576, "S13": -23.360991221547906, "W21": -41.811045247522486, "S21": -45.69354313641599, "W22": -34.360001, "S22": -41.660383792342074, "W31": -71.785018718239684, "S31": -75.68151489077627, "W32": -95.779341708125628, "S32": -100.77934170812563 }, "geometry": { "type": "Point", "coordinates": [ 102276.0, 503348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.859618529997542, "S12": -11.859618529997542, "W13": -20.0, "S13": -20.0, "W21": -37.44980921803176, "S21": -37.44980921803176, "W22": -39.478578346169101, "S22": -39.478578346169101, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102276.333333333328483, 511809.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42197074978493937, "S11": 0.42197074978493937, "W12": -13.81343174704234, "S12": -21.238192866099293, "W13": -25.0, "S13": -25.0, "W21": -34.168206726127757, "S21": -34.168206726127757, "W22": -37.915466466401853, "S22": -37.915466466401853, "W31": -70.0, "S31": -70.0, "W32": -79.323447640021385, "S32": -84.323447640021385 }, "geometry": { "type": "Point", "coordinates": [ 102276.666666666671517, 505315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55206317831179019, "S11": 0.55206317831179019, "W12": -6.4519711006900753, "S12": -6.4519711006900753, "W13": -17.027325644840992, "S13": -18.053934909724667, "W21": -31.261945710988414, "S21": -31.261945710988414, "W22": -80.000000000000014, "S22": -96.414736042537044, "W31": -100.00125122868403, "S31": -100.00125122868403, "W32": -100.00125122868403, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102277.0, 497588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8844275006461615, "S12": -5.7286861617393274, "W13": -15.214406250463966, "S13": -15.214406250463966, "W21": -45.378872838658921, "S21": -54.951892036100155, "W22": -69.458198780050239, "S22": -90.789764482009616, "W31": -97.374179935315638, "S31": -97.374179935315638, "W32": -99.005576208178439, "S32": -104.00557620817844 }, "geometry": { "type": "Point", "coordinates": [ 102277.0, 498825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -22.061801307740986, "S13": -22.061801307740986, "W21": -35.932597099793824, "S21": -35.932597099793824, "W22": -70.0, "S22": -84.37717427898103, "W31": -97.155409519621131, "S31": -97.155409519621131, "W32": -99.177858798588218, "S32": -104.17785879858822 }, "geometry": { "type": "Point", "coordinates": [ 102277.0, 505571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.5118626519676273, "S12": -8.5118626519676273, "W13": -21.76997426502956, "S13": -21.76997426502956, "W21": -42.673559800205531, "S21": -44.654376687241552, "W22": -39.436026530335923, "S22": -57.744011321210451, "W31": -69.575867167488369, "S31": -69.575867167488369, "W32": -90.064737458889297, "S32": -95.064737458889297 }, "geometry": { "type": "Point", "coordinates": [ 102277.36697247705888, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53562686003642335, "S11": 0.53562686003642335, "W12": -7.2608563040908924, "S12": -8.4804587081593166, "W13": -16.961627248509618, "S13": -17.961627248509618, "W21": -28.861612022494274, "S21": -28.861612022494274, "W22": -48.603025629245565, "S22": -48.603025629245565, "W31": -68.640719355111656, "S31": -73.402536369084629, "W32": -84.991612600833804, "S32": -89.991612600833804 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 497443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2477230491655389, "S11": 3.2066395616302792, "W12": -10.0, "S12": -10.0, "W13": -20.374462542488104, "S13": -21.799107827862557, "W21": -49.578100081640308, "S21": -88.137052046705804, "W22": -37.304486477766986, "S22": -37.38181882124632, "W31": -70.773584913675649, "S31": -70.88059605638459, "W32": -77.581670641075419, "S32": -82.581670641075419 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9288461885430763, "S11": 2.9288461885430763, "W12": -7.5989481940028849, "S12": -7.5989481940028849, "W13": -20.128685173886517, "S13": -20.974978349960654, "W21": -50.171761601055643, "S21": -65.051104324060333, "W22": -39.267320285699981, "S22": -39.267320285699981, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 500512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93644598631555764, "S11": 0.93644598631555764, "W12": 0.0, "S12": -2.4099726999988595, "W13": -18.175431590247975, "S13": -18.932658097557553, "W21": -36.540267784827662, "S21": -37.733785533848199, "W22": -39.104875061198911, "S22": -39.104875061198911, "W31": -70.0, "S31": -70.0, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 503609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -19.336596983328924, "W13": -19.336596983328924, "S13": -20.463548483594067, "W21": -33.10951075571289, "S21": -35.089680727384362, "W22": -53.688597045081451, "S22": -58.688597045081451, "W31": -88.367465063520882, "S31": -88.367465063520882, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9998232255156294, "S12": -14.999999999999998, "W13": -14.999999999999998, "S13": -20.239213384208981, "W21": -33.092004537561756, "S21": -35.050928050309714, "W22": -50.597553016236589, "S22": -51.169680347064464, "W31": -68.553933320125452, "S31": -74.568374878567013, "W32": -89.66459203832234, "S32": -94.66459203832234 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2933009902306107, "S11": 1.2933009902306107, "W12": -13.353560969718925, "S12": -20.245803722187866, "W13": -24.804400977995112, "S13": -24.804400977995112, "W21": -37.6265701702144, "S21": -37.6265701702144, "W22": -38.942429836697833, "S22": -38.942429836697833, "W31": -70.0, "S31": -70.0, "W32": -79.978798887570974, "S32": -84.978798887570974 }, "geometry": { "type": "Point", "coordinates": [ 102278.0, 506526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9971168081599133, "S12": -19.671951420491609, "W13": -19.671951420491609, "S13": -20.294286850883541, "W21": -32.863018631268595, "S21": -34.541488886225963, "W22": -38.779984612196976, "S22": -38.779984612196976, "W31": -70.0, "S31": -70.0, "W32": -79.869587388221163, "S32": -84.869587388221163 }, "geometry": { "type": "Point", "coordinates": [ 102278.2, 503982.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5406490376208977, "S11": -1.5406490376208977, "W12": -10.359092264621298, "S12": -11.32772886389567, "W13": -26.626526454446783, "S13": -26.626526454446783, "W21": -40.219196857985224, "S21": -40.219196857985224, "W22": -39.380857990054452, "S22": -42.158317908626927, "W31": -62.359831608097245, "S31": -62.812848714817491, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102278.777777777781012, 509203.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2135010118528624, "S11": 1.2135010118528624, "W12": 0.0, "S12": -3.0359433934961104, "W13": -18.211236609794032, "S13": -19.180128137311936, "W21": -36.798710893971958, "S21": -37.946283017918297, "W22": -38.617539387695906, "S22": -38.617539387695906, "W31": -70.0, "S31": -70.0, "W32": -79.760375888871195, "S32": -84.760375888871195 }, "geometry": { "type": "Point", "coordinates": [ 102279.0, 503595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6055834125111127, "S11": 0.6055834125111127, "W12": -10.0, "S12": -10.0, "W13": -23.821732405259088, "S13": -23.821732405259088, "W21": -38.487344928345898, "S21": -38.487344928345898, "W22": -70.0, "S22": -99.270776751765339, "W31": -100.20047494063242, "S31": -100.20047494063242, "W32": -100.20047494063242, "S32": -103.36316037938286 }, "geometry": { "type": "Point", "coordinates": [ 102279.0, 506310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21753728003009831, "S11": -0.21753728003009831, "W12": -9.0628446466464361, "S12": -9.0628446466464361, "W13": -21.435618480849381, "S13": -21.435618480849381, "W21": -41.905381384933762, "S21": -45.101186014076589, "W22": -63.270617221732309, "S22": -101.4379787276475, "W31": -101.4379787276475, "S31": -101.4379787276475, "W32": -102.63298718866878, "S32": -107.63298718866878 }, "geometry": { "type": "Point", "coordinates": [ 102279.4, 514332.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5973347659980899, "S11": 3.5973347659980899, "W12": -9.7889008970063767, "S12": -10.442809933867256, "W13": -20.37687913409501, "S13": -21.169157660816243, "W21": -47.25801004291116, "S21": -72.959887306109181, "W22": -81.119860017497814, "S22": -82.061335844469824, "W31": -98.406078942384866, "S31": -98.406078942384866, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102279.75, 499991.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.5619200448346726, "S12": -4.5619200448346726, "W13": -15.223524063129181, "S13": -16.389953384191585, "W21": -38.267314572811451, "S21": -48.237600582790463, "W22": -80.0, "S22": -87.868220476148437, "W31": -97.443259597262184, "S31": -97.443259597262184, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102280.0, 498347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5602110490378625, "W12": -9.2059950457282635, "S12": -9.2059950457282635, "W13": -19.824804362350612, "S13": -22.824804362350612, "W21": -50.000000000000007, "S21": -73.572015334063536, "W22": -36.629692157532141, "S22": -45.889197206226797, "W31": -71.066803301399844, "S31": -76.335534263128025, "W32": -95.607466964573291, "S32": -100.60746696457329 }, "geometry": { "type": "Point", "coordinates": [ 102280.0, 502888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8802985267510985, "S12": -4.8802985267510985, "W13": -15.0, "S13": -15.266857872917374, "W21": -42.526530304805583, "S21": -52.234266157649735, "W22": -48.534604403898527, "S22": -48.534604403898527, "W31": -68.635818440413843, "S31": -73.419642635677562, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102280.5, 498662.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.580827642323129, "S11": 0.580827642323129, "W12": -4.9804443226664663, "S12": -19.832290428778784, "W13": -20.387611540017737, "S13": -24.414144989939643, "W21": -35.478237793918183, "S21": -35.866642487797563, "W22": -35.804973389990018, "S22": -35.804973389990018, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -77.585809913166116, "S32": -82.585809913166116 }, "geometry": { "type": "Point", "coordinates": [ 102280.5, 504122.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0745762014637001, "S11": 1.0745762014637001, "W12": -11.821996799806781, "S12": -15.415338628414618, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -37.911590354590103, "S21": -37.911590354590103, "W22": -73.451229159060375, "S22": -79.303423402514781, "W31": -95.344478625741488, "S31": -95.344478625741488, "W32": -99.341354004320209, "S32": -104.34135400432021 }, "geometry": { "type": "Point", "coordinates": [ 102281.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.106777446132471, "S12": -12.106777446132471, "W13": -20.0, "S13": -20.0, "W21": -37.588646386639034, "S21": -37.588646386639034, "W22": -36.581176901638493, "S22": -45.753214245513291, "W31": -71.080091808939173, "S31": -76.320690406807486, "W32": -95.611675268211172, "S32": -100.61167526821117 }, "geometry": { "type": "Point", "coordinates": [ 102281.166666666671517, 511857.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5255521870939801, "S11": 2.5255521870939801, "W12": -4.5165944330282084, "S12": -4.5165944330282084, "W13": -15.43450022731701, "S13": -16.560969375079448, "W21": -37.96093089706519, "S21": -47.955903473742318, "W22": -39.971074563090667, "S22": -39.971074563090667, "W31": -64.670294708639631, "S31": -68.914511676094449, "W32": -92.758070055710562, "S32": -97.758070055710562 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 498317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.617490005604334, "S12": -4.617490005604334, "W13": -15.0, "S13": -16.226994967842632, "W21": -38.581250877026896, "S21": -48.52547413566262, "W22": -40.37631931066398, "S22": -42.499984597218756, "W31": -69.904484228012478, "S31": -69.904484228012478, "W32": -94.514008927723424, "S32": -99.514008927723424 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 498378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.3342126884728778, "S12": -11.524314432296713, "W13": -18.448886851103023, "S13": -28.634794020635596, "W21": -36.8790535252867, "S21": -38.896973170261994, "W22": -63.015413044391252, "S22": -84.269913707646893, "W31": -99.817710441277143, "S31": -99.817710441277143, "W32": -102.50895201718788, "S32": -107.50895201718788 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 504370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26519892069341411, "S11": 0.26519892069341411, "W12": -12.731715934518903, "S12": -12.731715934518903, "W13": -22.301048628524125, "S13": -22.36037788815181, "W21": -33.847767854057864, "S21": -38.476998623288637, "W22": -80.780555555555551, "S22": -100.78055555555555, "W31": -100.78055555555555, "S31": -100.78055555555555, "W32": -100.78055555555555, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102282.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7812444915838856, "S12": -8.7812444915838856, "W13": -19.637532207635189, "S13": -23.736645737356781, "W21": -49.213867699980455, "S21": -73.472450851881362, "W22": -81.891013623297084, "S22": -82.790080629234325, "W31": -98.43566430098025, "S31": -98.43566430098025, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102282.142857142855064, 502975.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2641506540369871, "S11": 3.2309434134888151, "W12": -10.0, "S12": -10.0, "W13": -20.378856832087017, "S13": -21.701347679521767, "W21": -49.561131837656859, "S21": -89.561131837656859, "W22": -80.0, "S22": -95.217682904842604, "W31": -95.217682904842604, "S31": -95.217682904842604, "W32": -97.062829971288053, "S32": -102.06282997128805 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 500282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45560639617901677, "S11": 0.45560639617901677, "W12": -10.0, "S12": -10.686586414445399, "W13": -22.880437088903037, "S13": -22.880437088903037, "W21": -39.115945756346242, "S21": -39.115945756346242, "W22": -47.247619498791991, "S22": -65.803322583140584, "W31": -83.545229775843396, "S31": -83.545229775843396, "W32": -98.035998770132338, "S32": -103.03599877013234 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 506148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29552218614718612, "S11": 0.29552218614718612, "W12": -8.1739823185102392, "S12": -11.173982318510239, "W13": -30.0, "S13": -30.0, "W21": -34.186494005081286, "S21": -34.186494005081286, "W22": -39.433603865218643, "S22": -44.381564913309909, "W31": -69.999999999999986, "S31": -75.879794349997667, "W32": -95.139162716342014, "S32": -100.13916271634201 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 510270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.449305637283747, "S11": 3.449305637283747, "W12": -4.5958582172085825, "S12": -7.5887803344187388, "W13": -28.184222208129874, "S13": -28.184222208129874, "W21": -32.105759808956414, "S21": -32.105759808956414, "W22": -39.935319870008456, "S22": -44.935319870008456, "W31": -67.346502683593883, "S31": -67.67616109965843, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 510456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.689961751172603, "S12": -13.689961751172603, "W13": -20.0, "S13": -20.0, "W21": -38.791299564342999, "S21": -39.811373235022344, "W22": -40.249541688054556, "S22": -45.467361772095373, "W31": -70.607762952405196, "S31": -71.333572550532395, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102283.0, 512171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.16, "S11": -1.16, "W12": -5.8600001, "S12": -20.9600001, "W13": -20.969999, "S13": -26.259999, "W21": -31.959999, "S21": -32.059999, "W22": -39.369652167984654, "S22": -59.369652167984654, "W31": -69.479102683010154, "S31": -69.479102683010154, "W32": -90.079778427123586, "S32": -95.079778427123586 }, "geometry": { "type": "Point", "coordinates": [ 102283.4, 504258.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.467290853021588, "S12": -13.467290853021588, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -38.613996896160131, "S21": -39.478578346169101, "W22": -39.98414631537112, "S22": -39.98414631537112, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102283.5, 512126.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.390186831626785, "S12": -11.390186831626785, "W13": -20.0, "S13": -21.0557294927989, "W21": -37.007039724887044, "S21": -37.007039724887044, "W22": -69.221869653412071, "S22": -86.857326834642322, "W31": -90.0, "S31": -90.0, "W32": -95.386699862142748, "S32": -100.38669986214275 }, "geometry": { "type": "Point", "coordinates": [ 102283.8, 511715.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5631114473020675, "S11": 3.4959967007543584, "W12": -5.6369294509319898, "S12": -5.6369294509319898, "W13": -20.137024870952605, "S13": -20.137024870952605, "W21": -53.070547454758497, "S21": -72.246962250838166, "W22": -73.62862175343713, "S22": -73.62862175343713, "W31": -100.44974060744327, "S31": -100.44974060744327, "W32": -101.63856691253952, "S32": -106.63856691253952 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 500785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9960330571777458, "S12": -5.5851404628143015, "W13": -14.004925986751472, "S13": -20.72796629359021, "W21": -45.937746121973767, "S21": -65.473787480910261, "W22": -80.0, "S22": -95.026414194649405, "W31": -96.813393667583298, "S31": -96.813393667583298, "W32": -97.593192703556511, "S32": -102.59319270355651 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 502492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1585422917067953, "W12": -7.199968996006862, "S12": -7.199968996006862, "W13": -20.0, "S13": -23.065492148602068, "W21": -49.412560353388351, "S21": -70.0, "W22": -78.16170378673425, "S22": -93.603986128396429, "W31": -97.148469816686145, "S31": -97.148469816686145, "W32": -97.973402629165392, "S32": -102.97340262916539 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 502697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2861766465076094, "S11": 1.2861766465076094, "W12": -12.442562569815536, "S12": -17.501206511622904, "W13": -25.0, "S13": -25.0, "W21": -37.771629328595836, "S21": -37.771629328595836, "W22": -73.454828180315076, "S22": -73.454828180315076, "W31": -94.242142936299317, "S31": -94.242142936299317, "W32": -99.621115739891366, "S32": -104.62111573989137 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 506482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3154086122331221, "S11": -1.3154086122331221, "W12": -10.864680094786729, "S12": -12.22428373156758, "W13": -28.788377115949448, "S13": -28.788377115949448, "W21": -39.858038431028334, "S21": -39.858038431028334, "W22": -39.813376363804949, "S22": -54.441293118061836, "W31": -79.081459090597647, "S31": -79.081459090597647, "W32": -97.559889113717617, "S32": -102.55988911371762 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 509522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.6825662382422637, "S12": -5.5658046434497495, "W13": -24.017391304347825, "S13": -24.017391304347825, "W21": -32.57109141829519, "S21": -32.57109141829519, "W22": -40.336694000329651, "S22": -45.528644376226516, "W31": -70.314894063010968, "S31": -70.855585822929584, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 510578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.244619954870865, "S12": -13.244619954870865, "W13": -20.0, "S13": -20.0, "W21": -38.436694227977483, "S21": -39.145783457316284, "W22": -45.778102692010165, "S22": -45.778102692010165, "W31": -68.991312034606054, "S31": -71.382386375459618, "W32": -84.201042974745476, "S32": -89.201042974745476 }, "geometry": { "type": "Point", "coordinates": [ 102284.0, 512082.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.021949056719849, "S12": -13.021949056719849, "W13": -20.0, "S13": -20.0, "W21": -38.259391559794622, "S21": -38.812988568463048, "W22": -35.542631597781067, "S22": -35.542631597781067, "W31": -70.686718192566872, "S31": -70.713208991475057, "W32": -76.96915671396556, "S32": -81.96915671396556 }, "geometry": { "type": "Point", "coordinates": [ 102284.5, 512038.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8846988886017062, "S12": -4.8846988886017062, "W13": -15.0, "S13": -15.179751258050217, "W21": -43.239626399745582, "S21": -52.912223820012741, "W22": -40.0, "S22": -42.582401883471796, "W31": -71.219697909733071, "S31": -72.083252017586844, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102285.0, 498704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4719535061375444, "S11": -1.4719535061375444, "W12": -10.706093860021165, "S12": -10.710106701112657, "W13": -27.493263817510869, "S13": -27.493263817510869, "W21": -40.2360492618065, "S21": -40.2360492618065, "W22": -44.116992101208659, "S22": -44.116992101208659, "W31": -83.965048670301769, "S31": -83.965048670301769, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102285.0, 509322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.799278158568834, "S12": -12.799278158568834, "W13": -20.0, "S13": -20.0, "W21": -38.082088891611754, "S21": -38.480193679609805, "W22": -76.706942585817814, "S22": -76.706942585817814, "W31": -98.979690195019145, "S31": -98.979690195019145, "W32": -102.1279491833031, "S32": -107.1279491833031 }, "geometry": { "type": "Point", "coordinates": [ 102285.0, 511994.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.576607260418113, "S12": -12.576607260418113, "W13": -20.0, "S13": -20.0, "W21": -37.904786223429113, "S21": -38.147398790756988, "W22": -80.0, "S22": -94.861623831440497, "W31": -95.600247157099233, "S31": -95.600247157099233, "W32": -97.128408497033419, "S32": -102.12840849703342 }, "geometry": { "type": "Point", "coordinates": [ 102285.5, 511950.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4247172572735628, "S11": 0.4247172572735628, "W12": -11.041997912319131, "S12": -19.551600897505203, "W13": -26.381631717419534, "S13": -26.381631717419534, "W21": -34.782855945900479, "S21": -34.782855945900479, "W22": -70.009781763936346, "S22": -95.009781763936346, "W31": -95.009781763936346, "S31": -95.009781763936346, "W32": -98.97667338742238, "S32": -103.97667338742238 }, "geometry": { "type": "Point", "coordinates": [ 102286.0, 505167.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.353936362267097, "S12": -12.353936362267097, "W13": -20.0, "S13": -20.0, "W21": -37.727483555246245, "S21": -37.814603901903745, "W22": -38.485736192204882, "S22": -46.301849288694264, "W31": -76.27456059499599, "S31": -76.27456059499599, "W32": -96.888738023019357, "S32": -101.88873802301936 }, "geometry": { "type": "Point", "coordinates": [ 102286.0, 511906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9092060429410074, "S11": 3.4169888072425469, "W12": -7.7763186204714447, "S12": -8.7763186204714447, "W13": -19.724488233192098, "S13": -20.594284265603385, "W21": -52.123197788835604, "S21": -66.810369297896699, "W22": -39.162432347008149, "S22": -57.989262918894838, "W31": -68.949838237323462, "S31": -68.949838237323462, "W32": -90.24680861511726, "S32": -95.24680861511726 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 499743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3646886182529219, "S11": 3.3646886182529219, "W12": -10.0, "S12": -10.0, "W13": -20.44941327894858, "S13": -20.879721626200304, "W21": -49.398405440383513, "S21": -56.611268335067614, "W22": -70.0, "S22": -99.839489407930472, "W31": -100.14032620922386, "S31": -100.14032620922386, "W32": -100.14032620922386, "S32": -103.34695935796748 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 500216.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3527819801647336, "S11": 3.2349252576871033, "W12": -6.2275203184687653, "S12": -6.9396175395914002, "W13": -20.063570003150929, "S13": -20.063570003150929, "W21": -54.711361323601658, "S21": -54.711361323601658, "W22": -80.843640994407835, "S22": -94.307690511189364, "W31": -94.307690511189364, "S31": -94.307690511189364, "W32": -96.616310004304708, "S32": -101.61631000430471 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 500889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2166918809884013, "S11": 3.0693792514475429, "W12": -6.4962963062940347, "S12": -7.6998827206713605, "W13": -20.087118700265254, "S13": -20.837223904361199, "W21": -55.575983402344022, "S21": -71.032827028201737, "W22": -38.239254939981116, "S22": -43.8847232574646, "W31": -75.034191579901801, "S31": -75.034191579901801, "W32": -96.585593426377685, "S32": -101.58559342637768 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 500953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73256687333965731, "S11": 0.73256687333965731, "W12": -4.5470900474850513, "S12": -10.674031617495901, "W13": -18.855658450494751, "S13": -28.020929169667991, "W21": -34.524827485835687, "S21": -35.61357641722558, "W22": -39.620572229344283, "S22": -46.163652976305656, "W31": -70.109291519855461, "S31": -75.85473145009324, "W32": -95.302564817490108, "S32": -100.30256481749011 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 504314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3245253731049678, "S11": -1.3245253731049678, "W12": -10.867845971563982, "S12": -12.259208477125771, "W13": -28.789566686034235, "S13": -28.789566686034235, "W21": -39.852370443167594, "S21": -39.852370443167594, "W22": -40.057104710582578, "S22": -49.480538993139959, "W31": -80.0, "S31": -80.0, "W32": -91.189208273264882, "S32": -96.189208273264882 }, "geometry": { "type": "Point", "coordinates": [ 102287.0, 509524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.5343023311413817, "S12": -5.4736288094734746, "W13": -19.91119245563981, "S13": -19.91119245563981, "W21": -34.173982166346725, "S21": -34.173982166346725, "W22": -43.511778893031583, "S22": -43.572152340127019, "W31": -72.291918980998119, "S31": -73.174295902880402, "W32": -93.534984072308035, "S32": -98.534984072308035 }, "geometry": { "type": "Point", "coordinates": [ 102287.2, 510997.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6065966931887843, "W12": -9.1608104238065646, "S12": -9.1608104238065646, "W13": -19.838834516443235, "S13": -22.853641634251773, "W21": -50.0, "S21": -73.451229159060375, "W22": -43.44896075282805, "S22": -43.44896075282805, "W31": -71.773230319482153, "S31": -72.627419634593195, "W32": -93.567721858401697, "S32": -98.567721858401697 }, "geometry": { "type": "Point", "coordinates": [ 102287.333333333328483, 502883.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69982462356110031, "S11": 0.69982462356110031, "W12": -4.5874341345021055, "S12": -10.76253775107217, "W13": -18.878353725039158, "S13": -28.087632280446464, "W21": -34.431222716381782, "S21": -35.502129491036186, "W22": -83.03024621922259, "S22": -83.933554107263305, "W31": -98.464998286605777, "S31": -98.464998286605777, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102288.0, 504312.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8053080407974114, "S11": 1.4768094958385065, "W12": -6.2254286909245433, "S12": -16.123069188633647, "W13": -19.996591547036807, "S13": -26.804351461978868, "W21": -36.220842240003556, "S21": -36.220842240003556, "W22": -80.0, "S22": -94.313199626865668, "W31": -98.735480887461449, "S31": -98.735480887461449, "W32": -98.735480887461449, "S32": -103.6096264561879 }, "geometry": { "type": "Point", "coordinates": [ 102288.0, 504616.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0989929379821999, "S11": 3.0989929379821999, "W12": -8.9110626816106251, "S12": -23.183552661813533, "W13": -23.183552661813533, "S13": -23.183552661813533, "W21": -37.845667195957589, "S21": -39.214071110907838, "W22": -36.643600715440243, "S22": -45.577378269277212, "W31": -71.047115630796497, "S31": -76.331791530059789, "W32": -95.610598208968767, "S32": -100.61059820896877 }, "geometry": { "type": "Point", "coordinates": [ 102289.0, 507782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3183283716734326, "S11": 3.3057468608815652, "W12": -10.0, "S12": -10.0, "W13": -20.408926172671652, "S13": -21.299264100564621, "W21": -49.484165382903214, "S21": -49.484165382903214, "W22": -39.106905055707713, "S22": -44.304554277587023, "W31": -68.818292851418946, "S31": -68.818292851418946, "W32": -90.031114370958392, "S32": -95.031114370958392 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5428617886178864, "S11": 3.4918522243245813, "W12": -6.1778536585365851, "S12": -6.1778536585365851, "W13": -20.167839824808386, "S13": -20.167839824808386, "W21": -52.162739226663192, "S21": -69.141822090701808, "W22": -35.759724957485147, "S22": -35.759724957485147, "W31": -70.0, "S31": -70.0, "W32": -77.523335088782801, "S32": -82.523335088782801 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 500756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3721045553874598, "S11": 3.2532127001491058, "W12": -6.188748122545797, "S12": -6.8961347110977727, "W13": -20.068060077722926, "S13": -20.068060077722926, "W21": -54.721629588041267, "S21": -55.721236815064046, "W22": -89.676647142830362, "S22": -89.676647142830362, "W31": -100.05584798225577, "S31": -100.05584798225577, "W32": -102.0199843260188, "S32": -107.0199843260188 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 500885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5762860118014577, "S11": 2.3660815461717535, "W12": -8.5321339862323473, "S12": -11.692213821444282, "W13": -20.107811028406502, "S13": -24.51486771463945, "W21": -55.530506060633982, "S21": -69.587552152022454, "W22": -64.257226615762207, "S22": -69.226395723207872, "W31": -99.938374990955808, "S31": -99.938374990955808, "W32": -101.71717576632192, "S32": -106.71717576632192 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 501524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -1.0606661379857258, "S12": -5.877904127910778, "W13": -18.387806213590594, "S13": -20.437241496752268, "W21": -38.061255215160223, "S21": -41.40025662315329, "W22": -83.643294588176474, "S22": -83.643294588176474, "W31": -98.675363645381495, "S31": -98.675363645381495, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 503527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5415052123061286, "S11": 2.3978214474236021, "W12": -4.5636039780317637, "S12": -15.069574760729012, "W13": -18.788355120699332, "S13": -27.876591829093471, "W21": -36.591730866643232, "S21": -38.929744021553581, "W22": -70.657843518878948, "S22": -89.728825902484914, "W31": -96.780551887425744, "S31": -96.780551887425744, "W32": -98.456011088415522, "S32": -103.45601108841552 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 504467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41437810335647823, "S11": 0.41437810335647823, "W12": -13.799836861371956, "S12": -21.434817518262097, "W13": -25.0, "S13": -25.0, "W21": -34.178544968012964, "S21": -34.178544968012964, "W22": -53.693471214693623, "S22": -73.615869075924849, "W31": -85.870369235170315, "S31": -85.870369235170315, "W32": -98.200052054108767, "S32": -103.20005205410877 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 505297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52328199681359533, "S11": 0.52328199681359533, "W12": -15.0, "S12": -19.688075807259921, "W13": -24.902582464576373, "S13": -24.902582464576373, "W21": -33.778385783660561, "S21": -33.778385783660561, "W22": -39.358372515347455, "S22": -42.252997804012843, "W31": -60.0, "S31": -60.5, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2562452552888315, "S11": 1.2562452552888315, "W12": -12.160960661775805, "S12": -16.779310454703488, "W13": -24.897297790761364, "S13": -24.897297790761364, "W21": -37.792401529227554, "S21": -37.792401529227554, "W22": -41.028586854405241, "S22": -42.94137484419123, "W31": -69.625530443042678, "S31": -70.570044028402947, "W32": -95.125665079809579, "S32": -100.12566507980958 }, "geometry": { "type": "Point", "coordinates": [ 102290.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.821454152774296, "S12": -13.821454152774296, "W13": -20.0, "S13": -20.0, "W21": -38.867711872937875, "S21": -39.98414631537112, "W22": -40.0, "S22": -43.813109717065664, "W31": -69.148040815842549, "S31": -70.193532578853066, "W32": -97.269656019656026, "S32": -102.26965601965603 }, "geometry": { "type": "Point", "coordinates": [ 102290.6, 512210.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5217424121765259, "S11": 3.0830121292929378, "W12": -6.021051800379027, "S12": -6.021051800379027, "W13": -17.51272023568437, "S13": -17.51272023568437, "W21": -60.090028041781636, "S21": -69.221869653412071, "W22": -50.0, "S22": -51.095831867069904, "W31": -68.451801046961521, "S31": -72.912288016758424, "W32": -94.005240683229815, "S32": -99.005240683229815 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 499353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5849379178605538, "S11": 3.5849379178605538, "W12": -10.0, "S12": -10.376932223543401, "W13": -20.426859089997997, "S13": -21.10969491089352, "W21": -47.525173477575052, "S21": -73.62862175343713, "W22": -70.0, "S22": -91.053630536539799, "W31": -100.8629131924806, "S31": -100.8629131924806, "W32": -100.8629131924806, "S32": -104.88455431097378 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51685348596867775, "S11": 0.51685348596867775, "W12": -6.2471131639722861, "S12": -6.9820922331670658, "W13": -15.049519390791264, "S13": -18.653213691762989, "W21": -41.668856767411299, "S21": -59.319312918088173, "W22": -54.091680814940574, "S22": -74.091680814940574, "W31": -86.002881137742904, "S31": -86.002881137742904, "W32": -98.208862297414868, "S32": -103.20886229741487 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 502186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32263513513513509, "S11": 0.32263513513513509, "W12": -5.3633564280215547, "S12": -6.3633564280215547, "W13": -15.0, "S13": -20.333077913820368, "W21": -42.207621550591327, "S21": -60.157840429343537, "W22": -39.646741095264126, "S22": -45.39379118512894, "W31": -71.78777220683979, "S31": -71.78777220683979, "W32": -90.418830356880164, "S32": -95.418830356880164 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 502227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -8.7663617209211537, "S12": -8.7663617209211537, "W13": -19.645730727053156, "S13": -23.662809512231739, "W21": -49.387419036118125, "S21": -73.454828180315076, "W22": -41.877602612294581, "S22": -42.948304882069444, "W31": -80.0, "S31": -80.09540493370497, "W32": -92.370344081908854, "S32": -97.370344081908854 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61246488366648377, "S11": 0.61246488366648377, "W12": -2.8256796473181485, "S12": -17.825679647318147, "W13": -18.466966281318211, "S13": -18.571583604363564, "W21": -35.635360797970897, "S21": -37.802507772034296, "W22": -63.156179963694697, "S22": -76.955416272349012, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 503681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48896664681358154, "S11": 0.48896664681358154, "W12": -14.586483367817921, "S12": -20.754962209340601, "W13": -24.967393415063274, "S13": -24.967393415063274, "W21": -33.916696178549842, "S21": -33.916696178549842, "W22": -79.474505723204999, "S22": -104.474505723205, "W31": -104.474505723205, "S31": -104.474505723205, "W32": -104.474505723205, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102291.0, 505379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1491463732099214, "S11": -1.1491463732099214, "W12": -10.344923061278598, "S12": -12.851037811844517, "W13": -29.764952029066897, "S13": -29.764952029066897, "W21": -39.198445492512249, "S21": -39.198445492512249, "W22": -80.0, "S22": -94.900703287748271, "W31": -95.582822085889575, "S31": -95.582822085889575, "W32": -97.031879246211076, "S32": -102.03187924621108 }, "geometry": { "type": "Point", "coordinates": [ 102291.6, 509774.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.8508375303879194, "S12": -4.4107986071276191, "W13": -20.0, "S13": -20.0, "W21": -33.177704358768651, "S21": -33.177704358768651, "W22": -68.353067814854683, "S22": -90.782287660261844, "W31": -97.40541667199048, "S31": -97.40541667199048, "W32": -98.779429987608424, "S32": -103.77942998760842 }, "geometry": { "type": "Point", "coordinates": [ 102291.857142857144936, 510754.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5694220498881002, "S12": -8.5694220498881002, "W13": -21.812386026972597, "S13": -21.812386026972597, "W21": -43.502111999846527, "S21": -45.381181304907102, "W22": -40.839075160073037, "S22": -48.180637810924701, "W31": -80.0, "S31": -80.0, "W32": -91.653990997087291, "S32": -96.653990997087291 }, "geometry": { "type": "Point", "coordinates": [ 102292.267241379304323, 516615.892241379304323 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.523206751054975, "W13": -21.919004429445199, "S13": -21.919004429445199, "W21": -35.705499697660109, "S21": -35.705499697660109, "W22": -40.156919395720543, "S22": -40.156919395720543, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102292.666666666671517, 505566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4456039095083622, "S12": -5.4456039095083622, "W13": -17.11418704846972, "S13": -18.335845616509697, "W21": -34.955103399690955, "S21": -44.116992101208659, "W22": -35.694241835554095, "S22": -35.694241835554095, "W31": -70.0, "S31": -70.0, "W32": -77.379435950764147, "S32": -82.379435950764147 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 497957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8474442105263158, "S11": 3.8474442105263158, "W12": -10.127740426775796, "S12": -10.127740426775796, "W13": -20.596913209059931, "S13": -20.82359824509215, "W21": -48.194078091821247, "S21": -76.706942585817814, "W22": -46.371049609396721, "S22": -46.380880015211382, "W31": -81.53504809744571, "S31": -81.53504809744571, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 500077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2559642147117294, "S11": 2.2559642147117294, "W12": -11.123034046399505, "S12": -11.123034046399505, "W13": -17.868304178094032, "S13": -20.401543780681845, "W21": -43.413789121145626, "S21": -55.639111548551632, "W22": -77.894701316233551, "S22": -93.332901627816028, "W31": -97.019182138203831, "S31": -97.019182138203831, "W32": -97.834709059410983, "S32": -102.83470905941098 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 501933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4012953645219994, "S11": 1.549105369906346, "W12": -5.8631162119534208, "S12": -5.8631162119534208, "W13": -19.114453899342262, "S13": -25.600125241120409, "W21": -44.812569141255061, "S21": -50.529099451207024, "W22": -76.60985487681404, "S22": -92.653731082698158, "W31": -96.954117864716011, "S31": -96.954117864716011, "W32": -98.085091205543677, "S32": -103.08509120554368 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 503222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -18.123734118946786, "W13": -19.999999999999996, "S13": -24.972116231288521, "W21": -33.756897861593146, "S21": -36.817227664516103, "W22": -68.928955866523154, "S22": -90.266888037414162, "W31": -97.180974320251963, "S31": -97.180974320251963, "W32": -98.722893432465909, "S32": -103.72289343246591 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 503898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59247525055935457, "S11": 0.59247525055935457, "W12": -10.0, "S12": -10.606363636363636, "W13": -24.648840091474632, "S13": -24.648840091474632, "W21": -38.201708671352961, "S21": -38.201708671352961, "W22": -39.614556587844504, "S22": -42.357559384775996, "W31": -68.286001339584729, "S31": -73.734150286291751, "W32": -94.937912943830682, "S32": -99.937912943830682 }, "geometry": { "type": "Point", "coordinates": [ 102293.0, 506363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.932732049755737, "S11": 3.432732049755737, "W12": -7.6879259610821071, "S12": -7.6879259610821071, "W13": -19.701870309867783, "S13": -20.545557249112139, "W21": -52.523846613950958, "S21": -67.437183085471901, "W22": -39.317980553413328, "S22": -42.309021646703712, "W31": -61.014334683702096, "S31": -61.455913471912332, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102293.5, 499741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3270222156288249, "S11": 2.172625772394726, "W12": -10.0, "S12": -14.529931642021566, "W13": -20.0, "S13": -24.04584198737529, "W21": -52.84459099191821, "S21": -66.517450246601257, "W22": -69.209999, "S22": -69.209999, "W31": -89.709999, "S31": -89.709999, "W32": -94.300003, "S32": -99.300003 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 501675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9664482028663972, "S12": -15.0, "W13": -15.0, "S13": -19.772789865050949, "W21": -34.60766507301404, "S21": -36.135863518881848, "W22": -70.0, "S22": -100.0, "W31": -100.12592175978003, "S31": -100.12592175978003, "W32": -100.12592175978003, "S32": -103.38225827217717 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6376862445970035, "S11": 2.6376862445970035, "W12": -4.2251548864166057, "S12": -13.633246442624225, "W13": -18.396785057667138, "S13": -28.396785057667138, "W21": -36.706021014983136, "S21": -39.620572229344283, "W22": -71.777978339350184, "S22": -85.239337884523266, "W31": -96.824228218475511, "S31": -96.824228218475511, "W32": -98.723281575790054, "S32": -103.72328157579005 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 504413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.724573125463994, "S12": -24.396540557561188, "W13": -24.396540557561188, "S13": -24.396540557561188, "W21": -36.563140127181228, "S21": -38.72736004837158, "W22": -37.846582753196266, "S22": -43.008465382341484, "W31": -74.068158058518847, "S31": -74.068158058518847, "W32": -96.354298002301491, "S32": -101.35429800230149 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52480442663613802, "S11": 0.52480442663613802, "W12": -14.390370344042527, "S12": -14.390370344042527, "W13": -22.291521479598092, "S13": -22.291521479598092, "W21": -35.632145424037688, "S21": -37.710778949031557, "W22": -43.372323041197212, "S22": -43.372323041197212, "W31": -69.359833534100275, "S31": -70.347060470370366, "W32": -83.368447979163761, "S32": -88.368447979163761 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 507409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66141957641671423, "S11": 0.66141957641671423, "W12": -14.036010116713454, "S12": -14.036010116713454, "W13": -22.285090007490183, "S13": -22.285090007490183, "W21": -35.623014785141038, "S21": -37.943195532892069, "W22": -38.966884827612972, "S22": -38.966884827612972, "W31": -70.0, "S31": -70.0, "W32": -79.873995051159014, "S32": -84.873995051159014 }, "geometry": { "type": "Point", "coordinates": [ 102294.0, 507421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3989620104219198, "S11": 3.2780572074946175, "W12": -6.123817270806045, "S12": -6.8318174291466356, "W13": -20.075110282533348, "S13": -20.075110282533348, "W21": -54.750541704681034, "S21": -57.131727879072237, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -81.341307111803786, "S32": -86.341307111803786 }, "geometry": { "type": "Point", "coordinates": [ 102294.5, 500880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3220703384207031, "S11": 3.3220703384207031, "W12": -6.4705509816339459, "S12": -6.4705509816339459, "W13": -20.172143974960875, "S13": -20.172143974960875, "W21": -50.896855069276441, "S21": -64.543590300082471, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.120507981034123, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102295.0, 500685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80129317980554027, "S11": 0.80129317980554027, "W12": -4.630015643987309, "S12": -11.411113464123208, "W13": -19.012789205081578, "S13": -29.012789205081578, "W21": -34.322072620984777, "S21": -35.441271912904782, "W22": -39.853947872393569, "S22": -40.600982178260836, "W31": -59.999999999999993, "S31": -62.772645534360556, "W32": -90.138911355548373, "S32": -95.138911355548373 }, "geometry": { "type": "Point", "coordinates": [ 102295.0, 504312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46262019233667062, "S11": 0.46262019233667062, "W12": -10.0, "S12": -10.0, "W13": -22.794875875238702, "S13": -22.794875875238702, "W21": -39.049240226666406, "S21": -39.049240226666406, "W22": -46.39398800325958, "S22": -46.403988003259578, "W31": -81.968917832289307, "S31": -81.968917832289307, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102295.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.5244973562002757, "S12": -5.4689670560727395, "W13": -19.779173785638577, "S13": -19.779173785638577, "W21": -34.094647440556287, "S21": -34.094647440556287, "W22": -81.740226986128619, "S22": -99.502587060755488, "W31": -99.502587060755488, "S31": -99.502587060755488, "W32": -99.502587060755488, "S32": -103.86698953086419 }, "geometry": { "type": "Point", "coordinates": [ 102295.846153846156085, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2133252142534956, "S11": 3.1717992639486083, "W12": -10.0, "S12": -10.0, "W13": -20.31852997960571, "S13": -21.867957950654041, "W21": -49.676647142830362, "S21": -89.676647142830362, "W22": -70.093421564811209, "S22": -89.316075708258992, "W31": -96.745131108532505, "S31": -96.745131108532505, "W32": -98.372726388483613, "S32": -103.37272638848361 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.141046459179071, "S11": 3.1041144587115972, "W12": -9.185526531057425, "S12": -9.185526531057425, "W13": -20.263085248130523, "S13": -21.579125406897742, "W21": -49.799999714285711, "S21": -49.799999714285711, "W22": -38.825968579833514, "S22": -49.149476793293374, "W31": -77.284940952019525, "S31": -77.284940952019525, "W32": -97.129096367459582, "S32": -102.12909636745958 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 500386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4362665994284756, "S11": 3.3208274612430291, "W12": -6.0165465102770774, "S12": -6.6223576099524788, "W13": -20.073259111437874, "S13": -20.073259111437874, "W21": -54.580049477156294, "S21": -59.566781850166151, "W22": -37.823425771542709, "S22": -42.912377936455187, "W31": -73.949151048594317, "S31": -73.949151048594317, "W32": -96.326044304227665, "S32": -101.32604430422766 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 500865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9890034295532653, "S12": -4.9890034295532653, "W13": -14.283833037574269, "S13": -20.632354559911018, "W21": -43.044554455445542, "S21": -61.934305620085929, "W22": -35.672016557112599, "S22": -35.672016557112599, "W31": -70.0, "S31": -70.0, "W32": -77.337296236216261, "S32": -82.337296236216261 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 502387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8319087101461662, "S11": 1.8319087101461662, "W12": -2.6399863242668284, "S12": -8.9254140176252026, "W13": -18.52683902463086, "S13": -21.410995312770002, "W21": -39.060636005119378, "S21": -44.060636005119378, "W22": -39.701415403741215, "S22": -52.603454504014508, "W31": -78.36837847250473, "S31": -78.36837847250473, "W32": -97.382062805529884, "S32": -102.38206280552988 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 503473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42666357257259163, "S11": 0.42666357257259163, "W12": -10.877649063841361, "S12": -19.914494096318641, "W13": -24.722055102365825, "S13": -24.722055102365825, "W21": -35.008589374526522, "S21": -35.008589374526522, "W22": -37.811641063163677, "S22": -42.793160586637057, "W31": -73.641150442292883, "S31": -73.743862363204357, "W32": -96.251460679428902, "S32": -101.2514606794289 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 505072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5079524313825434, "S11": 3.5079524313825434, "W12": -5.0000000000000009, "S12": -14.521496197631791, "W13": -20.917208268794301, "S13": -20.917208268794301, "W21": -37.058076902041122, "S21": -41.028586854405241, "W22": -80.0, "S22": -94.207436399217215, "W31": -99.373646595991772, "S31": -99.373646595991772, "W32": -100.11073798672743, "S32": -105.11073798672743 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 507983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1790071600183021, "S11": 4.1790071600183021, "W12": -2.3187957115269993, "S12": -2.9550179319594494, "W13": -20.0, "S13": -20.0, "W21": -35.693260729089566, "S21": -36.207312022589974, "W22": -83.108333333333334, "S22": -98.108333333333334, "W31": -99.301111965746756, "S31": -99.301111965746756, "W32": -100.16637630662021, "S32": -105.16637630662021 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 508315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.557912512716175, "S11": -1.557912512716175, "W12": -10.247435423366591, "S12": -10.247435423366591, "W13": -26.099279663180162, "S13": -26.099279663180162, "W21": -40.208135261403214, "S21": -40.791093097481095, "W22": -81.707317073170742, "S22": -97.106408408403141, "W31": -97.106408408403141, "S31": -97.106408408403141, "W32": -97.106408408403141, "S32": -102.08644796679016 }, "geometry": { "type": "Point", "coordinates": [ 102296.0, 509131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8888591485693178, "S11": 3.3888591485693178, "W12": -8.0728302483784216, "S12": -8.5443277875230539, "W13": -20.171207803711884, "S13": -21.17207291374044, "W21": -48.953841128873293, "S21": -66.411225555438136, "W22": -37.823883903299361, "S22": -42.763141564501154, "W31": -73.69013774025872, "S31": -73.69013774025872, "W32": -96.264389138443846, "S32": -101.26438913844385 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 499830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8378921275322677, "S11": 1.8378921275322677, "W12": -2.7379007749582129, "S12": -9.2627855282448781, "W13": -18.534851698557027, "S13": -21.471074330937913, "W21": -39.116943897131236, "S21": -44.208032951217092, "W22": -62.459787493175426, "S22": -104.20820480076712, "W31": -104.20820480076712, "S31": -104.20820480076712, "W32": -104.20820480076712, "S32": -107.38153497254716 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 503470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2063770147161879, "S11": 1.2063770147161879, "W12": -13.348916381331737, "S12": -23.348916381331737, "W13": -24.226039189964744, "S13": -24.226039189964744, "W21": -37.29075492593757, "S21": -37.443373061314325, "W22": -82.408575031525842, "S22": -102.40857503152584, "W31": -102.40857503152584, "S31": -102.40857503152584, "W32": -102.40857503152584, "S32": -104.38141962962963 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 506585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37112278267763271, "S11": 0.37112278267763271, "W12": -11.053116100404001, "S12": -14.586281618863637, "W13": -21.993615202980639, "S13": -21.993615202980639, "W21": -34.652722437383019, "S21": -39.652722437383019, "W22": -70.0, "S22": -89.111765234585647, "W31": -96.684754165923778, "S31": -96.684754165923778, "W32": -98.297587783289558, "S32": -103.29758778328956 }, "geometry": { "type": "Point", "coordinates": [ 102297.0, 506987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5804271201933395, "S11": 2.3575158702804981, "W12": -5.3047567909033484, "S12": -5.3047567909033484, "W13": -15.781534723806333, "S13": -15.872555108728324, "W21": -51.178647321755705, "S21": -60.513365761514727, "W22": -40.935322955190507, "S22": -40.935322955190507, "W31": -69.740502875699988, "S31": -69.879633838894179, "W32": -81.216557811419392, "S32": -86.216557811419392 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 499108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.974967485069675, "S11": 2.8996733674226163, "W12": -6.4169199310934015, "S12": -6.4169199310934015, "W13": -20.086269212855143, "S13": -20.497905602498971, "W21": -50.358698042665495, "S21": -64.385458606045773, "W22": -67.861305361305142, "S22": -91.576988845436446, "W31": -97.550414194685132, "S31": -97.550414194685132, "W32": -98.755787037036953, "S32": -103.75578703703695 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 500588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7594433399602387, "S11": 1.7594433399602387, "W12": -10.057667972280807, "S12": -10.057667972280807, "W13": -17.03171314741035, "S13": -18.766805803726225, "W21": -41.698059764905821, "S21": -55.92712791967093, "W22": -62.741682574311426, "S22": -73.367935079321441, "W31": -100.07892210414805, "S31": -100.07892210414805, "W32": -101.77930997621529, "S32": -106.77930997621529 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 502014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5146488054931853, "S12": -5.6666098856308489, "W13": -14.59708162513809, "S13": -20.545662153202155, "W21": -46.27846454131425, "S21": -65.991281266686372, "W22": -40.701497547627241, "S22": -42.942835529758455, "W31": -69.939141523382219, "S31": -70.186101631994816, "W32": -94.631778896381419, "S32": -99.631778896381419 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 502536.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48653304746216564, "S11": 0.48653304746216564, "W12": -11.817899702085402, "S12": -20.949471405911439, "W13": -21.867325614599828, "S13": -21.867325614599828, "W21": -35.808422118211453, "S21": -39.053353563759451, "W22": -35.522398010133799, "S22": -35.522398010133799, "W31": -70.377897252198196, "S31": -70.393235770835815, "W32": -76.994526002561344, "S32": -81.994526002561344 }, "geometry": { "type": "Point", "coordinates": [ 102298.0, 506838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.949606047274377, "S12": -13.949606047274377, "W13": -20.0, "S13": -20.0, "W21": -38.94412418153312, "S21": -40.156919395720543, "W22": -38.001739862518228, "S22": -38.001739862518228, "W31": -70.0, "S31": -70.0, "W32": -79.206296205229464, "S32": -84.206296205229464 }, "geometry": { "type": "Point", "coordinates": [ 102298.2, 512250.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.872543454871769, "S12": -4.9692466499190253, "W13": -19.983546345700304, "S13": -19.983546345700304, "W21": -33.867094795007418, "S21": -33.867094795007418, "W22": -40.329692476069319, "S22": -40.329692476069319, "W31": -70.0, "S31": -70.0, "W32": -80.118632679628774, "S32": -85.118632679628774 }, "geometry": { "type": "Point", "coordinates": [ 102298.8, 510949.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56112705251780448, "S11": 0.56112705251780448, "W12": -6.523215790173821, "S12": -6.523215790173821, "W13": -17.002506191705713, "S13": -18.036522645572962, "W21": -31.21228203994162, "S21": -31.21228203994162, "W22": -69.909024778765627, "S22": -74.297677097470711, "W31": -91.19111980043229, "S31": -91.19111980043229, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 497582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41306306306306306, "S11": 0.41306306306306306, "W12": -5.5819861431870672, "S12": -5.5819861431870672, "W13": -15.0, "S13": -20.29737352658265, "W21": -41.642575558475691, "S21": -59.561480061124314, "W22": -70.0, "S22": -95.797732360665393, "W31": -100.71845368788296, "S31": -100.71845368788296, "W32": -100.71845368788296, "S32": -104.3088279472984 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28422186322024778, "S11": 0.28422186322024778, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -20.780703327518466, "W21": -41.997371879106439, "S21": -60.112017942053839, "W22": -78.681741478231515, "S22": -93.681741478231515, "W31": -96.747711507608201, "S31": -96.747711507608201, "W32": -97.533679812493631, "S32": -102.53367981249363 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31219300780121351, "S11": -0.31219300780121351, "W12": -5.0, "S12": -5.7901709243003578, "W13": -14.085382741631499, "S13": -20.195601569753766, "W21": -45.418963805088516, "S21": -64.852914492510394, "W22": -69.280588446358095, "S22": -89.552211970835288, "W31": -96.883596886407162, "S31": -96.883596886407162, "W32": -98.401298511817913, "S32": -103.40129851181791 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2877471252333836, "W12": -4.9355796348523082, "S12": -15.286683801355593, "W13": -19.158513112519046, "S13": -27.791877968503286, "W21": -36.417912597762871, "S21": -38.039232624979803, "W22": -37.827256532827207, "S22": -42.549256231428878, "W31": -73.341516425879959, "S31": -74.021089186140586, "W32": -96.181687152076847, "S32": -101.18168715207685 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 504514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42157599272165036, "S11": 0.42157599272165036, "W12": -11.023640743017406, "S12": -19.882494200651969, "W13": -25.609369757819682, "S13": -25.609369757819682, "W21": -34.844932015408155, "S21": -34.844932015408155, "W22": -40.021143117580941, "S22": -41.217758068215637, "W31": -72.198033064089273, "S31": -72.736952285704845, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102299.0, 505129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1, "S11": 4.1, "W12": -6.5, "S12": -6.5, "W13": -18.5, "S13": -18.5, "W21": -60.200001, "S21": -69.200001, "W22": -56.886331246730286, "S22": -64.991494676384477, "W31": -89.368672449784711, "S31": -89.368672449784711, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9543749743421324, "S11": 3.4543749743421324, "W12": -7.6139376680904922, "S12": -7.6350289106397815, "W13": -19.694701107764558, "S13": -20.522989580646492, "W21": -52.762008188365151, "S21": -67.590316292321745, "W22": -76.578967430987305, "S22": -76.578967430987305, "W31": -98.959414343678162, "S31": -98.959414343678162, "W32": -101.92982456140351, "S32": -106.92982456140351 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0450579395006985, "W12": -7.7025845362889553, "S12": -7.7025845362889553, "W13": -20.0, "S13": -23.0, "W21": -50.0, "S21": -71.777978339350184, "W22": -62.225652009575406, "S22": -91.832673044254207, "W31": -99.714013944418895, "S31": -99.714013944418895, "W32": -102.27246956314157, "S32": -107.27246956314157 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 502744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9487177220839929, "S12": -19.876476388397833, "W13": -20.057513498545966, "S13": -25.264796067127588, "W21": -36.390814382666029, "S21": -36.394859739699264, "W22": -47.55792445017709, "S22": -48.420564266008803, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7222334364317109, "S11": -0.7222334364317109, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -37.08887866250231, "S21": -37.08887866250231, "W22": -45.797548613250662, "S22": -45.805495312220984, "W31": -80.309729681435073, "S31": -80.309729681435073, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.837594163606548, "S12": -12.837594163606548, "W13": -20.0, "S13": -21.034893970031632, "W21": -37.950311995497003, "S21": -38.287781522896019, "W22": -61.153278829996836, "S22": -72.674200669163724, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9738655791033057, "S11": 1.9738655791033057, "W12": -15.0, "S12": -15.0, "W13": -20.640850210371504, "S13": -20.640850210371504, "W21": -41.848585905343405, "S21": -43.060814255883166, "W22": -86.167979002624676, "S22": -88.169675355466069, "W31": -98.31229540720166, "S31": -98.31229540720166, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43075223691542242, "S11": 0.43075223691542242, "W12": -10.736127306399617, "S12": -10.736127306399617, "W13": -20.921101851975955, "S13": -20.921101851975955, "W21": -43.18037892608082, "S21": -45.556073113552117, "W22": -39.767523670193583, "S22": -53.380770314236948, "W31": -78.673902405408612, "S31": -78.673902405408612, "W32": -97.447126998480201, "S32": -102.4471269984802 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.939486881314049, "S11": 0.93948688131404912, "W12": -7.9843358808802218, "S12": -17.62268953341664, "W13": -21.445461603157145, "S13": -26.586203560874125, "W21": -35.79875836715987, "S21": -35.79875836715987, "W22": -37.028523297752962, "S22": -41.505755826564261, "W31": -72.561720763083784, "S31": -74.785285624794838, "W32": -95.992367299317763, "S32": -100.99236729931776 }, "geometry": { "type": "Point", "coordinates": [ 102300.75, 504752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56539055212543854, "S11": 0.56539055212543854, "W12": -6.3909797357218867, "S12": -6.3909797357218867, "W13": -17.013431616349319, "S13": -18.08575786292143, "W21": -31.697324183929457, "S21": -31.740245123393777, "W22": -42.484556570298238, "S22": -42.517521562517558, "W31": -80.0, "S31": -80.419472374899058, "W32": -92.840022081515798, "S32": -97.840022081515798 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 497611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2137836761778371, "S11": 3.2137836761778371, "W12": -5.4799792719989915, "S12": -5.4799792719989915, "W13": -20.260827092152393, "S13": -20.260827092152393, "W21": -50.70848911370134, "S21": -64.238792144004378, "W22": -40.0, "S22": -43.220423777064575, "W31": -68.883695799547311, "S31": -69.191248283744741, "W32": -98.028164328879527, "S32": -103.02816432887953 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -14.29649079105449, "S13": -20.471583231756636, "W21": -43.044554455445542, "S21": -61.937543888464518, "W22": -43.801389077144862, "S22": -43.801389077144862, "W31": -84.185831725753431, "S31": -84.185831725753431, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 502392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3226472838561594, "S11": 1.3226472838561594, "W12": -5.0, "S12": -17.88668481784001, "W13": -20.0, "S13": -20.820871737994171, "W21": -34.532240410642032, "S21": -34.532240410642032, "W22": -44.943984479163987, "S22": -45.661934564857646, "W31": -85.172949537097409, "S31": -85.172949537097409, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 503819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9460572660942104, "S12": -19.946057266094211, "W13": -20.112503552914411, "S13": -24.943766110834616, "W21": -36.140734195847116, "S21": -36.239572589171907, "W22": -40.0, "S22": -56.300665673837763, "W31": -79.942846562205034, "S31": -79.942846562205034, "W32": -97.743182787480791, "S32": -102.74318278748079 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 504079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.7311613867304243, "S12": -4.8613951446468828, "W13": -20.0, "S13": -20.0, "W21": -33.80398556948748, "S21": -33.80398556948748, "W22": -67.898339204831402, "S22": -67.898339204831402, "W31": -99.973638753545728, "S31": -99.973638753545728, "W32": -101.25136962505678, "S32": -106.25136962505678 }, "geometry": { "type": "Point", "coordinates": [ 102301.0, 510939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4817737771265302, "S11": 2.4817737771265302, "W12": -3.6814229733037758, "S12": -17.667812480851293, "W13": -19.068536308357878, "S13": -19.131200774706429, "W21": -35.256982599178343, "S21": -37.867576570809305, "W22": -80.0, "S22": -94.960242865259133, "W31": -96.3030422797504, "S31": -96.3030422797504, "W32": -97.096344531596856, "S32": -102.09634453159686 }, "geometry": { "type": "Point", "coordinates": [ 102301.666666666671517, 503737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9420710014716462, "S12": -19.287401438952251, "W13": -20.259757035023412, "S13": -24.161425956990033, "W21": -35.509789520099467, "S21": -35.85031723554026, "W22": -44.859189168545875, "S22": -45.794472849694301, "W31": -76.268197300365841, "S31": -76.966843391499921, "W32": -93.286722527764312, "S32": -98.286722527764312 }, "geometry": { "type": "Point", "coordinates": [ 102302.0, 504103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9061091565178168, "S11": 2.8729614149216176, "W12": -6.6886738280976452, "S12": -6.6886738280976452, "W13": -20.00218730933496, "S13": -20.514613594086434, "W21": -50.165163844292941, "S21": -64.594271825513601, "W22": -35.583510281118208, "S22": -35.583510281118208, "W31": -70.0, "S31": -70.0, "W32": -77.17306198836215, "S32": -82.17306198836215 }, "geometry": { "type": "Point", "coordinates": [ 102303.0, 500561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3752032520325206, "S11": 3.3560321574522867, "W12": -8.0760975609756098, "S12": -8.0760975609756098, "W13": -20.261119567055641, "S13": -20.261119567055641, "W21": -51.265051813471501, "S21": -66.327818868134827, "W22": -81.613365815846308, "S22": -94.559352402245878, "W31": -94.559352402245878, "S31": -94.559352402245878, "W32": -96.572027896523196, "S32": -101.5720278965232 }, "geometry": { "type": "Point", "coordinates": [ 102303.0, 500714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9020516423678209, "S11": 2.6733490482609534, "W12": -8.3201724505003192, "S12": -9.9193075690376968, "W13": -20.123800066203245, "S13": -24.57756651621829, "W21": -56.782877268538655, "S21": -71.782877268538655, "W22": -68.062354312354316, "S22": -92.880923277264742, "W31": -97.308788096995414, "S31": -97.308788096995414, "W32": -98.902689661334989, "S32": -103.90268966133499 }, "geometry": { "type": "Point", "coordinates": [ 102303.0, 501485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9405890420443344, "S12": -19.349180071795285, "W13": -20.232735153622595, "S13": -24.250449509631231, "W21": -35.598255545661154, "S21": -35.903001821105299, "W22": -42.274540159869638, "S22": -43.967705558850035, "W31": -70.0, "S31": -70.440751669513901, "W32": -94.158799506125945, "S32": -99.158799506125945 }, "geometry": { "type": "Point", "coordinates": [ 102303.0, 504098.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5124552948383787, "S12": -8.5124552948383787, "W13": -21.45480186818196, "S13": -21.45480186818196, "W21": -43.195839561030873, "S21": -44.980342516361198, "W22": -35.501632396582302, "S22": -42.393770190969576, "W31": -71.467969174664049, "S31": -75.853628690749716, "W32": -95.728891514526055, "S32": -100.72889151452605 }, "geometry": { "type": "Point", "coordinates": [ 102303.68, 516172.960000000020955 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4082598105548034, "S11": 3.4082598105548034, "W12": -10.0, "S12": -10.0, "W13": -20.454931883072739, "S13": -20.844592247804208, "W21": -49.361675285727678, "S21": -49.361675285727678, "W22": -81.538461538461547, "S22": -96.586599136269214, "W31": -96.586599136269214, "S31": -96.586599136269214, "W32": -96.946896589935648, "S32": -101.94689658993565 }, "geometry": { "type": "Point", "coordinates": [ 102304.0, 500208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1320676841406772, "S11": 3.1320676841406772, "W12": -5.6898922984271927, "S12": -5.6898922984271927, "W13": -20.369711224965066, "S13": -20.382586922790296, "W21": -50.572520343083355, "S21": -64.322520343083355, "W22": -70.0, "S22": -94.843504510388897, "W31": -94.843504510388897, "S31": -94.843504510388897, "W32": -98.958748303338695, "S32": -103.95874830333869 }, "geometry": { "type": "Point", "coordinates": [ 102304.0, 500641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41509433962264086, "S11": -0.41509433962264086, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -14.323203015640335, "S13": -20.368410056046521, "W21": -42.821782178217823, "S21": -61.66640210777129, "W22": -48.92921602730285, "S22": -48.92921602730285, "W31": -68.58111546652259, "S31": -73.691906553759523, "W32": -86.543132980379951, "S32": -91.543132980379951 }, "geometry": { "type": "Point", "coordinates": [ 102304.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19715303884711782, "S11": -0.19715303884711782, "W12": -8.9802162054505033, "S12": -11.980216205450503, "W13": -30.0, "S13": -30.0, "W21": -35.010679285928838, "S21": -35.010679285928838, "W22": -41.154186833695327, "S22": -57.771929762779337, "W31": -80.334357220820834, "S31": -80.334357220820834, "W32": -97.779757142658298, "S32": -102.7797571426583 }, "geometry": { "type": "Point", "coordinates": [ 102304.5, 510232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8489096573209189, "S11": 1.705406621295128, "W12": -6.0964369173910677, "S12": -6.0964369173910677, "W13": -16.260543529130086, "S13": -21.698667794280599, "W21": -47.017829218459148, "S21": -67.005160203574448, "W22": -43.483786622927816, "S22": -44.726425815392943, "W31": -83.325607517568542, "S31": -83.325607517568542, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102304.666666666671517, 502591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2003779882724404, "S11": 3.1646795171401347, "W12": -9.8211266837541586, "S12": -9.8211266837541586, "W13": -20.293825152957172, "S13": -21.702393913171974, "W21": -49.71866463981037, "S21": -49.718664639810363, "W22": -48.603687553187996, "S22": -50.290146920248951, "W31": -86.10960420976798, "S31": -86.10960420976798, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102305.0, 500356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.059303629758392, "S11": 3.059303629758392, "W12": -9.673204649232046, "S12": -24.673204649232048, "W13": -24.673204649232048, "S13": -24.673204649232048, "W21": -38.056936608572329, "S21": -38.889469711648644, "W22": -38.760685002548314, "S22": -47.896657554276594, "W31": -76.799358255715063, "S31": -76.799358255715063, "W32": -97.003169653508252, "S32": -102.00316965350825 }, "geometry": { "type": "Point", "coordinates": [ 102305.0, 507774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.510266030013643, "S12": -3.9776066833621222, "W13": -20.0, "S13": -20.0, "W21": -33.254588847119351, "S21": -33.254588847119351, "W22": -40.954488294314828, "S22": -40.954488294314828, "W31": -70.0, "S31": -70.0, "W32": -80.27778944274138, "S32": -85.27778944274138 }, "geometry": { "type": "Point", "coordinates": [ 102305.25, 510809.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4386705395799915, "S11": 2.4386705395799915, "W12": -11.515371791118548, "S12": -11.515371791118548, "W13": -20.0, "S13": -22.264793362554688, "W21": -36.872276848836002, "S21": -36.872276848836002, "W22": -46.401156616676268, "S22": -46.410626048597756, "W31": -82.152273832805278, "S31": -82.152273832805278, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102305.3125, 511737.4375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.077757941774211, "S12": -14.077757941774211, "W13": -20.0, "S13": -20.0, "W21": -39.020536490127995, "S21": -40.329692476069319, "W22": -45.215248346462502, "S22": -45.215248346462502, "W31": -85.046658625635672, "S31": -85.046658625635672, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102305.8, 512289.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0992158955622147, "S11": 3.5992158955622147, "W12": -6.5905204872646737, "S12": -6.5905204872646737, "W13": -18.663714329470618, "S13": -18.812330666517198, "W21": -60.090533570597735, "S21": -69.909024778765627, "W22": -69.209113789668038, "S22": -80.73426655127443, "W31": -90.0, "S31": -90.0, "W32": -95.248211377650918, "S32": -100.24821137765092 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 499544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9416646824582293, "S11": 3.4416646824582293, "W12": -7.7956858092074039, "S12": -8.2864366253118646, "W13": -19.956257338302105, "S13": -20.956257338302105, "W21": -50.161237623088759, "S21": -66.02377682941632, "W22": -77.462887989205697, "S22": -88.577420008925543, "W31": -99.711681876395957, "S31": -99.711681876395957, "W32": -100.37912102555882, "S32": -105.37912102555882 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 499795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61527148421973132, "S11": 0.61527148421973132, "W12": -6.1364680655536832, "S12": -6.2684846975703161, "W13": -15.0, "S13": -19.616300446467655, "W21": -40.893561103810775, "S21": -58.64340936013803, "W22": -67.787944025834165, "S22": -90.204156301385325, "W31": -97.191173078770873, "S31": -97.191173078770873, "W32": -98.470931433292137, "S32": -103.47093143329214 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 502202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.4959677044987423, "W13": -14.224181555655987, "S13": -20.246749275939468, "W21": -44.034653465346537, "S21": -63.154492120044864, "W22": -40.052753626174386, "S22": -45.002225995417305, "W31": -68.528556067018258, "S31": -68.761478478759116, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 502437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9326665989031122, "S12": -18.534383425875912, "W13": -20.299451520968326, "S13": -23.213709117228628, "W21": -34.864942295823944, "S21": -35.44753895632816, "W22": -86.925359506961883, "S22": -90.42634123177686, "W31": -99.128515839878801, "S31": -99.128515839878801, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 504125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.361829284136677, "W13": -21.155016973514307, "S13": -21.155016973514307, "W21": -39.544981647521169, "S21": -39.544981647521169, "W22": -40.249480149012413, "S22": -42.68567463956817, "W31": -69.82560948673283, "S31": -70.023804411015234, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102306.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9022227965882657, "S12": -5.8469944730718932, "W13": -15.072827138416331, "S13": -15.072827138416331, "W21": -44.926183820698661, "S21": -54.512592380254894, "W22": -35.446637080402454, "S22": -35.446637080402454, "W31": -70.589481921938088, "S31": -70.616336017543702, "W32": -76.867471832705462, "S32": -81.867471832705462 }, "geometry": { "type": "Point", "coordinates": [ 102307.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8197342130065977, "S11": 3.8197342130065977, "W12": -10.0, "S12": -10.0, "W13": -20.596852026390202, "S13": -20.753804124736959, "W21": -48.324451831644119, "S21": -76.578967430987305, "W22": -42.517580504729679, "S22": -43.914715222536543, "W31": -70.0, "S31": -70.58320391365119, "W32": -94.021654478108076, "S32": -99.021654478108076 }, "geometry": { "type": "Point", "coordinates": [ 102307.0, 500078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3720563824988723, "S11": 3.3720563824988723, "W12": -10.0, "S12": -10.0, "W13": -20.422236029911627, "S13": -20.984962735156849, "W21": -49.430101370167002, "S21": -59.784376287502852, "W22": -40.816839922153719, "S22": -43.20014783237383, "W31": -69.949305307146489, "S31": -70.295641486861754, "W32": -94.74252065723239, "S32": -99.74252065723239 }, "geometry": { "type": "Point", "coordinates": [ 102307.0, 500237.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.708005346799347, "W13": -15.96, "S13": -17.014143891269022, "W21": -32.917142899553205, "S21": -32.917142899553205, "W22": -41.646544579937824, "S22": -43.355086084621512, "W31": -69.514962333006608, "S31": -70.784464219723915, "W32": -96.353542425091007, "S32": -101.35354242509101 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 496832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.554876293696975, "S11": 0.554876293696975, "W12": -6.9879236722711511, "S12": -7.9879236722711511, "W13": -16.954186576014354, "S13": -17.954186576014354, "W21": -29.774509210353081, "S21": -29.774509210353081, "W22": -72.794663502494956, "S22": -95.932825177056813, "W31": -95.932825177056813, "S31": -95.932825177056813, "W32": -98.667414742307727, "S32": -103.66741474230773 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 497494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.370717317912888, "W12": -4.9788251696254298, "S12": -4.9788251696254298, "W13": -15.0, "S13": -15.689852524477944, "W21": -47.93189160236345, "S21": -57.375067667010669, "W22": -48.908655163921026, "S22": -50.936102271379056, "W31": -86.205592830884612, "S31": -86.205592830884612, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4455118507312155, "S11": 3.3112042279712601, "W12": -6.0000729636775816, "S12": -6.8327861296976913, "W13": -20.10130238420334, "S13": -20.10130238420334, "W21": -55.053433574285918, "S21": -59.694046300130381, "W22": -89.167687928874528, "S22": -89.167687928874528, "W31": -100.09837123845466, "S31": -100.09837123845466, "W32": -101.52796707554985, "S32": -106.52796707554985 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 500881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6489755806417783, "S11": 1.6489755806417783, "W12": -2.9818148420279207, "S12": -17.10468046934789, "W13": -18.951219618627, "S13": -19.11815296236724, "W21": -35.515929820070134, "S21": -38.515929820070134, "W22": -64.253648716658276, "S22": -71.961757241400065, "W31": -100.12585383078978, "S31": -100.12585383078978, "W32": -101.43483257168818, "S32": -106.43483257168818 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 503715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3063351037978643, "S12": -18.869124543455918, "W13": -20.321553529691766, "S13": -20.321553529691766, "W21": -33.272970387257075, "S21": -33.979217156849067, "W22": -86.38611111111112, "S22": -96.537134170545997, "W31": -99.103864499588894, "S31": -99.103864499588894, "W32": -99.103864499588894, "S32": -104.09937954182475 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 504186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32532504211673657, "S11": 0.32532504211673657, "W12": -10.614643353864494, "S12": -16.661710135559332, "W13": -22.002067911781854, "S13": -22.002067911781854, "W21": -33.674464747932753, "S21": -36.3357550705134, "W22": -51.928942449566016, "S22": -56.773887387730916, "W31": -88.131153754419941, "S31": -88.131153754419941, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 507097.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6236059670429581, "S11": 2.6236059670429581, "W12": -2.8560069262158234, "S12": -13.273679172225943, "W13": -20.55389342062896, "S13": -20.55389342062896, "W21": -35.759956878812744, "S21": -40.0, "W22": -62.590985935857624, "S22": -75.561629948055781, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102308.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5775161140834983, "S12": -5.5775161140834983, "W13": -17.096247208721923, "S13": -18.376374330293441, "W21": -34.919657767420297, "S21": -43.801389077144862, "W22": -53.302927369184381, "S22": -58.281540445019303, "W31": -88.513525401611162, "S31": -88.513525401611162, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102309.0, 497957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5586834127327847, "S11": 2.5586834127327847, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -16.685899831520906, "S13": -17.668418063000146, "W21": -36.265354474340057, "S21": -44.943984479163987, "W22": -81.008637395493054, "S22": -94.685569950441618, "W31": -94.685569950441618, "S31": -94.685569950441618, "W32": -96.386651431304287, "S32": -101.38665143130429 }, "geometry": { "type": "Point", "coordinates": [ 102309.0, 498152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85381825508757125, "S11": 0.85381825508757125, "W12": 0.0, "S12": -4.8218264954707433, "W13": -18.163587063881984, "S13": -19.040446276816727, "W21": -36.472629842746791, "S21": -38.930186532762228, "W22": -80.0, "S22": -94.866877040854391, "W31": -95.233906865979591, "S31": -95.233906865979591, "W32": -96.792467821388854, "S32": -101.79246782138885 }, "geometry": { "type": "Point", "coordinates": [ 102309.0, 503619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0878376184032477, "S11": 3.0878376184032477, "W12": -8.0704682007254807, "S12": -8.0704682007254807, "W13": -20.167791336180599, "S13": -21.157938429339598, "W21": -48.478699500160502, "S21": -56.30128014532179, "W22": -78.093486331420849, "S22": -93.074607562469808, "W31": -96.615074407403554, "S31": -96.615074407403554, "W32": -97.395190054009987, "S32": -102.39519005400999 }, "geometry": { "type": "Point", "coordinates": [ 102310.0, 500442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98223229191509642, "S11": 0.98223229191509642, "W12": -7.2530249655383665, "S12": -7.7542561893748605, "W13": -15.496305411266325, "S13": -18.108578894589446, "W21": -40.0, "S21": -57.394216266921717, "W22": -44.657263266534791, "S22": -44.657263266534791, "W31": -69.121691482080564, "S31": -71.933851715839737, "W32": -83.996761778521915, "S32": -88.996761778521915 }, "geometry": { "type": "Point", "coordinates": [ 102310.0, 502154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24765444654300706, "S11": 0.24765444654300706, "W12": -13.879187685939725, "S12": -14.296566672898157, "W13": -22.256179781672813, "S13": -22.304368810441851, "W21": -35.989396811908257, "S21": -37.638627581139026, "W22": -61.228110852239148, "S22": -72.846028819080004, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102310.0, 507270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0000000000000009, "S11": 5.0000000000000009, "W12": -2.2107845786014892, "S12": -4.4648644903640591, "W13": -20.0, "S13": -20.0, "W21": -33.560207423668025, "S21": -33.560207423668025, "W22": -75.420771616054338, "S22": -75.420771616054338, "W31": -98.898891258424683, "S31": -98.898891258424683, "W32": -101.44888082274652, "S32": -106.44888082274652 }, "geometry": { "type": "Point", "coordinates": [ 102310.4, 510901.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4280940548158587, "S11": 2.2514342994982464, "W12": -10.0, "S12": -15.61965506392472, "W13": -20.120276469694669, "S13": -24.263369526098671, "W21": -51.254901137804985, "S21": -66.049155710538471, "W22": -61.827788382874289, "S22": -76.336421032789502, "W31": -100.04583926462961, "S31": -100.04583926462961, "W32": -101.70408445509865, "S32": -106.70408445509865 }, "geometry": { "type": "Point", "coordinates": [ 102311.0, 501651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2469835994509046, "W12": -6.5308549861285305, "S12": -6.5308549861285305, "W13": -17.961275998302153, "S13": -22.961275998302153, "W21": -47.529534636852382, "S21": -67.919992350440083, "W22": -35.50193617653639, "S22": -35.50193617653639, "W31": -70.058489396427078, "S31": -70.062273194695962, "W32": -77.021334500784846, "S32": -82.021334500784846 }, "geometry": { "type": "Point", "coordinates": [ 102311.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6346881152628612, "S11": 2.6346881152628612, "W12": -15.0, "S12": -26.18824580857649, "W13": -26.18824580857649, "S13": -26.18824580857649, "W21": -36.579016225952486, "S21": -40.265934492602547, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.384725527158864, "S32": -86.384725527158864 }, "geometry": { "type": "Point", "coordinates": [ 102311.0, 507606.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.055222222221671308, "S11": -0.055222222221671308, "W12": -5.1579878064192695, "S12": -19.142487310492065, "W13": -20.088316043574654, "S13": -26.863785622994826, "W21": -32.6568544249822, "S21": -33.302163472561979, "W22": -78.973266552409456, "S22": -84.108042496823714, "W31": -99.201131457164749, "S31": -99.201131457164749, "W32": -102.28306278348053, "S32": -107.28306278348053 }, "geometry": { "type": "Point", "coordinates": [ 102311.5, 504271.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8097188476223534, "S11": 2.5597188476223534, "W12": -8.2753672556951248, "S12": -11.38388684986613, "W13": -20.245164818471821, "S13": -24.697744465345998, "W21": -55.79345453218302, "S21": -70.79345453218302, "W22": -72.738177390985612, "S22": -88.684588846556863, "W31": -99.703848654071749, "S31": -99.703848654071749, "W32": -102.0519018063181, "S32": -107.0519018063181 }, "geometry": { "type": "Point", "coordinates": [ 102312.0, 501514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.0641296687808319, "S12": -6.0641296687808319, "W13": -19.118629799390501, "S13": -25.737641703880879, "W21": -44.937175291236592, "S21": -52.155982827540697, "W22": -50.0, "S22": -69.228406689708265, "W31": -84.757963995995013, "S31": -84.757963995995013, "W32": -98.099543053507503, "S32": -103.0995430535075 }, "geometry": { "type": "Point", "coordinates": [ 102312.0, 503225.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4254877249121336, "S11": -1.4254877249121336, "W12": -10.939473933649289, "S12": -12.454807683009157, "W13": -28.658988492881139, "S13": -28.658988492881139, "W21": -39.914875265582253, "S21": -39.914875265582253, "W22": -37.9472090732014, "S22": -41.938000561078049, "W31": -73.293701265454629, "S31": -73.77581633844656, "W32": -96.175306763532546, "S32": -101.17530676353255 }, "geometry": { "type": "Point", "coordinates": [ 102312.0, 509508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0064477130764635, "S11": 1.0064477130764635, "W12": 0.0, "S12": -5.5943538195871865, "W13": -18.196191323009735, "S13": -19.280459281348943, "W21": -36.651650775240363, "S21": -39.163938558690369, "W22": -40.0, "S22": -48.851890914569836, "W31": -80.0, "S31": -80.0, "W32": -91.428660743181624, "S32": -96.428660743181624 }, "geometry": { "type": "Point", "coordinates": [ 102312.333333333328483, 503606.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4749857849145012, "S11": 1.4749857849145012, "W12": -5.6416023108430116, "S12": -5.6416023108430116, "W13": -17.04949665046631, "S13": -18.355641082691445, "W21": -33.712539810426158, "S21": -37.525924398928694, "W22": -43.601724980705349, "S22": -43.601724980705349, "W31": -70.0, "S31": -70.0, "W32": -80.70090997483608, "S32": -85.70090997483608 }, "geometry": { "type": "Point", "coordinates": [ 102313.0, 497793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3001075975850318, "S11": 2.3001075975850318, "W12": -4.7022592938539143, "S12": -4.7022592938539143, "W13": -15.0, "S13": -16.229553009340933, "W21": -38.672833582661099, "S21": -48.603687553187996, "W22": -39.495389771875828, "S22": -47.215949278010079, "W31": -70.959864301928206, "S31": -70.959864301928206, "W32": -90.508688061190554, "S32": -95.508688061190554 }, "geometry": { "type": "Point", "coordinates": [ 102313.0, 498389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82501912777352726, "S11": 0.82501912777352726, "W12": -5.0, "S12": -17.02126280305977, "W13": -19.549733933688088, "S13": -20.316233595854563, "W21": -34.316639554813911, "S21": -37.316639554813911, "W22": -70.0, "S22": -99.780239320212146, "W31": -100.35033120859893, "S31": -100.35033120859893, "W32": -100.35033120859893, "S32": -103.80133899832624 }, "geometry": { "type": "Point", "coordinates": [ 102313.0, 503858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.205909836274291, "S12": -14.205909836274291, "W13": -20.0, "S13": -20.0, "W21": -39.096948798723247, "S21": -40.502465556418748, "W22": -38.951070288539782, "S22": -49.306223596446927, "W31": -77.319991122312388, "S31": -77.319991122312388, "W32": -97.11689286490035, "S32": -102.11689286490035 }, "geometry": { "type": "Point", "coordinates": [ 102313.4, 512329.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57186500885907876, "S11": 0.57186500885907876, "W12": -6.3915801998345625, "S12": -6.3915801998345625, "W13": -17.003734576820342, "S13": -18.094067684084987, "W21": -31.84748102626342, "S21": -31.84748102626342, "W22": -41.726220735785951, "S22": -41.726220735785951, "W31": -70.0, "S31": -70.0, "W32": -80.436946205853957, "S32": -85.436946205853957 }, "geometry": { "type": "Point", "coordinates": [ 102313.666666666671517, 497618.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1685722711378856, "S12": -5.1685722711378856, "W13": -16.961069364161848, "S13": -17.970750869354948, "W21": -36.090163927745664, "S21": -45.215248346462502, "W22": -50.097798644484705, "S22": -51.04312074595174, "W31": -68.42814229077419, "S31": -73.601628008542065, "W32": -94.15547698222278, "S32": -99.15547698222278 }, "geometry": { "type": "Point", "coordinates": [ 102314.0, 498109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6648581459604315, "S11": 3.1648581459604315, "W12": -6.2003790271636134, "S12": -6.2003790271636134, "W13": -17.641078336557058, "S13": -17.641078336557058, "W21": -60.121167338194724, "S21": -69.209113789668038, "W22": -42.661815575728468, "S22": -42.661815575728468, "W31": -70.0, "S31": -70.0, "W32": -80.573366288521896, "S32": -85.573366288521896 }, "geometry": { "type": "Point", "coordinates": [ 102314.0, 499402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9753185987069339, "S11": 2.9753185987069339, "W12": -6.9774162826848771, "S12": -6.9774162826848771, "W13": -20.031186699206803, "S13": -20.629796640234524, "W21": -48.546007479555648, "S21": -63.524880718992009, "W22": -38.72357644841118, "S22": -43.16597830023035, "W31": -74.965643616191613, "S31": -74.965643616191613, "W32": -96.564893277064613, "S32": -101.56489327706461 }, "geometry": { "type": "Point", "coordinates": [ 102314.0, 500526.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52274309584629564, "S11": 0.52274309584629564, "W12": -5.4567028692844861, "S12": -5.839011755460068, "W13": -14.515227691174974, "S13": -19.800212223668247, "W21": -45.698501295529475, "S21": -65.295183490734701, "W22": -45.00616297176019, "S22": -45.23821730994829, "W31": -85.250619376711441, "S31": -85.250619376711441, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102314.333333333328483, 502529.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42286331149495149, "S11": 0.42286331149495149, "W12": -14.243345137673085, "S12": -21.902321574161697, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.0413376168922, "S21": -34.0413376168922, "W22": -78.425101214574894, "S22": -87.752400627490744, "W31": -99.845399454470709, "S31": -99.845399454470709, "W32": -100.29143679539457, "S32": -105.29143679539457 }, "geometry": { "type": "Point", "coordinates": [ 102314.5, 505313.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5962094469658767, "S11": 3.4823455256414255, "W12": -5.5675541541057934, "S12": -6.0078597514456717, "W13": -20.265662650602408, "S13": -20.265662650602408, "W21": -53.62204628303607, "S21": -67.450704357334786, "W22": -90.0, "S22": -91.632030505243094, "W31": -98.650947777547316, "S31": -98.650947777547316, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102315.0, 500822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2100751153988845, "S11": 3.2100751153988845, "W12": -8.1073835335481981, "S12": -20.597780305897317, "W13": -21.294523950744264, "S13": -21.294523950744264, "W21": -37.784471716532686, "S21": -39.58592739424266, "W22": -84.571039491602363, "S22": -89.131823459113619, "W31": -97.86865705963514, "S31": -97.86865705963514, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102315.0, 507863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.5145206125819382, "S12": -4.0390150264123044, "W13": -20.0, "S13": -20.0, "W21": -33.074434029263628, "S21": -33.074434029263628, "W22": -90.0, "S22": -105.68989981138932, "W31": -105.68989981138932, "S31": -105.68989981138932, "W32": -105.68989981138932, "S32": -105.68989981138932 }, "geometry": { "type": "Point", "coordinates": [ 102315.714285714289872, 510790.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3846969364626744, "S11": 2.3846969364626744, "W12": -14.81754854544142, "S12": -24.817548545441419, "W13": -24.817548545441419, "S13": -24.817548545441419, "W21": -35.872178401880021, "S21": -40.772547621191165, "W22": -80.0, "S22": -94.826490289980654, "W31": -95.092024539877301, "S31": -95.092024539877301, "W32": -96.760275446524631, "S32": -101.76027544652463 }, "geometry": { "type": "Point", "coordinates": [ 102316.0, 507548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0353569657132424, "S11": 3.0353569657132424, "W12": -10.0, "S12": -24.803346498095394, "W13": -24.803346498095394, "S13": -24.803346498095394, "W21": -38.161303174300535, "S21": -38.757196343197791, "W22": -41.811840403236168, "S22": -43.447774001456807, "W31": -69.484812165710011, "S31": -70.841366890468322, "W32": -96.709115093811249, "S32": -101.70911509381125 }, "geometry": { "type": "Point", "coordinates": [ 102316.0, 507778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6457742188698652, "S11": 3.6457742188698652, "W12": -4.2865628584733022, "S12": -10.956645348252568, "W13": -20.599303509425873, "S13": -20.599303509425873, "W21": -36.861712759119634, "S21": -41.646544579937824, "W22": -35.472778726682229, "S22": -35.472778726682229, "W31": -70.175332210551289, "S31": -70.184927033286229, "W32": -76.966688025960053, "S32": -81.966688025960053 }, "geometry": { "type": "Point", "coordinates": [ 102316.0, 508080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7453021838497462, "W12": -8.7697952471156384, "S12": -8.7697952471156384, "W13": -19.937991448176156, "S13": -23.936822465190325, "W21": -50.000000000000007, "S21": -72.794663502494956, "W22": -43.597410415670964, "S22": -43.597410415670964, "W31": -70.0, "S31": -70.0, "W32": -80.70978637118975, "S32": -85.70978637118975 }, "geometry": { "type": "Point", "coordinates": [ 102316.666666666671517, 502844.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2271205690716718, "S11": 2.2271205690716718, "W12": -4.7654324677750797, "S12": -4.7654324677750797, "W13": -14.999999999999998, "S13": -15.965633530799083, "W21": -39.0057999711102, "S21": -48.908655163921026, "W22": -40.010823855832101, "S22": -44.59198475307852, "W31": -68.157245435511001, "S31": -68.371755728925336, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 498422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1930356337392873, "S11": 3.1700358040501704, "W12": -9.3213175546708857, "S12": -9.3213175546708857, "W13": -20.251604636973767, "S13": -21.504394737370685, "W21": -49.167687928874521, "S21": -89.167687928874528, "W22": -37.651573392203701, "S22": -37.876605618136772, "W31": -70.678690800686837, "S31": -70.797607263013958, "W32": -77.850376043828803, "S32": -82.850376043828803 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 500377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1689427153811458, "S11": 3.1474796138889607, "W12": -8.9458471941975244, "S12": -8.9458471941975244, "W13": -20.225855704697988, "S13": -21.400849867667869, "W21": -48.972298003502388, "S21": -48.972298003502388, "W22": -44.533005255613475, "S22": -44.533005255613475, "W31": -70.0, "S31": -70.0, "W32": -80.846206453857704, "S32": -85.846206453857704 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 500394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2593377571333777, "S11": 3.2530040695669591, "W12": -9.1573147561747952, "S12": -9.1573147561747952, "W13": -20.373395931142408, "S13": -20.373395931142408, "W21": -51.568345864661659, "S21": -66.568345864661666, "W22": -56.249526455360531, "S22": -63.819398553892029, "W31": -89.323215934921777, "S31": -89.323215934921777, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102317.0, 500694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3248194290110265, "S11": 2.3248194290110265, "W12": -4.9026395709485655, "S12": -4.9026395709485655, "W13": -15.0, "S13": -15.32899642791959, "W21": -42.216431213698677, "S21": -51.928942449566016, "W22": -45.468600095557093, "S22": -45.468600095557093, "W31": -70.0, "S31": -70.0, "W32": -80.807927995449774, "S32": -85.807927995449774 }, "geometry": { "type": "Point", "coordinates": [ 102317.25, 498650.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2977723555194234, "W12": -5.2280448515476436, "S12": -5.2280448515476436, "W13": -15.360686600848654, "S13": -15.650806367010542, "W21": -49.589407964112596, "S21": -58.951123711724364, "W22": -39.659677367400896, "S22": -41.678205159088265, "W31": -60.0, "S31": -61.87207938655888, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102317.666666666671517, 499072.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3416317633985813, "S11": 2.3416317633985813, "W12": -4.9048203670199015, "S12": -4.9048203670199015, "W13": -15.0, "S13": -15.232127864834563, "W21": -42.988299884505295, "S21": -52.663895023027088, "W22": -46.404194935499604, "S22": -46.404194935499604, "W31": -70.0, "S31": -70.0, "W32": -80.748360299191106, "S32": -85.748360299191106 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6441382635463415, "S11": 2.4911859828011536, "W12": -10.401557265731096, "S12": -15.239814852322635, "W13": -19.854954275152128, "S13": -23.879448268228902, "W21": -51.139166177334118, "S21": -66.139166177334118, "W22": -75.396220047249415, "S22": -91.453337319947622, "W31": -96.58630651657252, "S31": -96.58630651657252, "W32": -97.572614107883822, "S32": -102.57261410788382 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 501703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.874751491053678, "S11": 1.874751491053678, "W12": -10.0, "S12": -10.0, "W13": -16.870276867214677, "S13": -18.457418425763557, "W21": -40.033637472143965, "S21": -55.236485535395389, "W22": -56.943662372703834, "S22": -56.943662372703834, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75789013435090202, "S11": 0.75789013435090202, "W12": -6.0526114259457797, "S12": -6.0526114259457797, "W13": -15.0, "S13": -20.0, "W21": -40.144546649145866, "S21": -57.902257986697364, "W22": -47.266655062236275, "S22": -47.266655062236275, "W31": -70.0, "S31": -70.0, "W32": -80.842875512828357, "S32": -85.842875512828357 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0491601212762496, "S11": -1.0491601212762496, "W12": -10.094066966792012, "S12": -13.094066966792012, "W13": -30.0, "S13": -30.0, "W21": -38.750657575104832, "S21": -38.750657575104832, "W22": -55.451680417876979, "S22": -55.451680417876979, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102318.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3554584350035008, "W12": -4.9888465470768661, "S12": -4.9888465470768661, "W13": -15.0, "S13": -15.668932883207242, "W21": -48.005540398038271, "S21": -57.442228097802513, "W22": -41.791306823574075, "S22": -58.457554827449698, "W31": -80.450172418789307, "S31": -80.450172418789307, "W32": -97.776043518020344, "S32": -102.77604351802034 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 498982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3593431578947364, "S11": 3.3593431578947364, "W12": -9.7784037558685455, "S12": -9.7784037558685455, "W13": -20.55826819001804, "S13": -20.858925248093495, "W21": -48.217159136579795, "S21": -75.420771616054338, "W22": -48.055795675481114, "S22": -48.055795675481114, "W31": -70.0, "S31": -70.0, "W32": -80.949421345906558, "S32": -85.949421345906558 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 500056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2407063599458725, "S11": 3.2205763523666371, "W12": -10.0, "S12": -10.0, "W13": -20.294376143990238, "S13": -21.679083125078261, "W21": -49.453915441638038, "S21": -49.453915441638038, "W22": -54.106987482569529, "S22": -54.106987482569529, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.7269121338912132, "S12": -4.0961037655712813, "W13": -20.0, "S13": -21.0, "W21": -33.334771036143948, "S21": -33.334771036143948, "W22": -52.762294547260566, "S22": -52.762294547260566, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102319.0, 510866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.730326134020564, "S11": 1.730326134020564, "W12": -15.0, "S12": -15.0, "W13": -20.315910109082775, "S13": -20.315910109082775, "W21": -42.585614526553925, "S21": -43.364928031525096, "W22": -44.094256221882517, "S22": -44.094256221882517, "W31": -84.543213962323577, "S31": -84.543213962323577, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102319.166666666671517, 513239.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5430275146594497, "S11": 3.5430275146594497, "W12": -9.9752833243389105, "S12": -9.9752833243389105, "W13": -20.532048402447316, "S13": -20.689150627643905, "W21": -48.973266552409463, "S21": -78.973266552409456, "W22": -89.04536696444211, "S22": -89.04536696444211, "W31": -99.708894337512845, "S31": -99.708894337512845, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3861873402495588, "S11": 3.3861873402495588, "W12": -10.0, "S12": -10.0, "W13": -20.411736958984797, "S13": -20.973904106477725, "W21": -49.43476060622217, "S21": -72.738177390985612, "W22": -41.124107680399071, "S22": -41.124107680399071, "W31": -69.670873197503496, "S31": -69.772249598406887, "W32": -81.667570214697761, "S32": -86.667570214697761 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 500244.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4110576923076921, "S11": 2.4110576923076921, "W12": -2.0568992862807298, "S12": -8.7370811268016801, "W13": -18.463958934530776, "S13": -21.132301459687703, "W21": -38.556056601551944, "S21": -43.322667056863921, "W22": -73.062843043746085, "S22": -76.000245594601552, "W31": -99.829266957318382, "S31": -99.829266957318382, "W32": -100.8625620954388, "S32": -105.8625620954388 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 503502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.906557007561525, "S12": -17.856706971363369, "W13": -20.224780498440857, "S13": -22.524776397895486, "W21": -34.563081387360455, "S21": -35.238851755021159, "W22": -85.685759327377824, "S22": -97.168263931429394, "W31": -99.484340589260015, "S31": -99.484340589260015, "W32": -99.484340589260015, "S32": -104.23979332098766 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 504125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.520415738678546, "S12": -25.25147610379527, "W13": -25.25147610379527, "S13": -25.25147610379527, "W21": -36.160925961164374, "S21": -38.583203982718935, "W22": -80.0, "S22": -94.794041027988044, "W31": -95.0, "S31": -95.0, "W32": -96.722924159980337, "S32": -101.72292415998034 }, "geometry": { "type": "Point", "coordinates": [ 102320.0, 506760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.692667649112948, "S12": -14.692667649112948, "W13": -20.0, "S13": -20.0, "W21": -39.556449128427808, "S21": -40.521660010090997, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102320.69230769231217, 512466.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4302733006306936, "S11": 1.4302733006306936, "W12": -13.048174183484258, "S12": -21.757535976066848, "W13": -23.987967914438503, "S13": -23.987967914438503, "W21": -37.207763433526239, "S21": -37.207763433526239, "W22": -71.451021400592808, "S22": -83.28875271568144, "W31": -100.38888046528042, "S31": -100.38888046528042, "W32": -100.38888046528042, "S32": -104.96743433578612 }, "geometry": { "type": "Point", "coordinates": [ 102320.75, 506574.75 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0131446282688126, "S11": 3.5131446282688126, "W12": -7.4602167378579338, "S12": -7.6912116942999331, "W13": -19.763043034356016, "S13": -20.737723763165491, "W21": -52.569028790011764, "S21": -67.569028790011771, "W22": -37.524800135002771, "S22": -41.025779679574029, "W31": -72.598162141763879, "S31": -74.464698893641071, "W32": -96.005328833050697, "S32": -101.0053288330507 }, "geometry": { "type": "Point", "coordinates": [ 102321.0, 499763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4726090283091049, "S11": 1.4726090283091049, "W12": -4.8280675973548854, "S12": -17.198956572677933, "W13": -20.0, "S13": -20.029879214798623, "W21": -34.73310463176464, "S21": -36.096124139822315, "W22": -39.791663161755764, "S22": -41.48099916036518, "W31": -60.0, "S31": -62.091393110257044, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102321.0, 503820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.334061730774126, "S12": -14.334061730774126, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -39.173361107318129, "S21": -40.607429689763961, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102321.0, 512369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7021531347811725, "S11": -1.7021531347811725, "W12": -10.528478536679408, "S12": -11.148769461426644, "W13": -26.53622858041826, "S13": -26.53622858041826, "W21": -40.308255716266927, "S21": -40.308255716266927, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102321.555555555562023, 509190.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.5111313915057, "S12": -14.5111313915057, "W13": -20.0, "S13": -20.0, "W21": -39.356844235703434, "S21": -40.552467825756423, "W22": -48.840621505763679, "S22": -48.840621505763679, "W31": -70.0, "S31": -70.0, "W32": -81.065687955422263, "S32": -86.065687955422263 }, "geometry": { "type": "Point", "coordinates": [ 102321.571428571434808, 512417.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9143722075155605, "S12": -18.159622273670237, "W13": -18.159622273670237, "S13": -19.276118888375912, "W21": -37.618285565034029, "S21": -38.72357644841118, "W22": -90.0, "S22": -90.843933463796475, "W31": -99.7971263430627, "S31": -99.7971263430627, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102321.8, 503998.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1723343303703073, "S12": -5.1723343303703073, "W13": -16.835487823556441, "S13": -17.843362746190387, "W21": -36.033128721880786, "S21": -45.00616297176019, "W22": -38.500228975344228, "S22": -44.007376337126864, "W31": -75.291954794285758, "S31": -75.291954794285758, "W32": -96.634960094470699, "S32": -101.6349600944707 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 498130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9855408209291836, "S11": 2.9855408209291836, "W12": -6.8383846164619548, "S12": -6.8383846164619548, "W13": -20.009408175716899, "S13": -20.552668495851695, "W21": -47.799284921711255, "S21": -62.799284921711255, "W22": -48.833784234299358, "S22": -48.833784234299358, "W31": -70.0, "S31": -70.0, "W32": -81.065152164594934, "S32": -86.065152164594934 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 500530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5640359724323414, "S11": 3.4310343774271814, "W12": -5.6672820962720403, "S12": -6.3756187283676775, "W13": -20.236144578313255, "S13": -20.236144578313255, "W21": -54.269691446426251, "S21": -65.14622980725369, "W22": -37.952320357296166, "S22": -37.952320357296166, "W31": -70.0, "S31": -70.0, "W32": -78.987806443988902, "S32": -83.987806443988902 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 500849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4534627668515721, "S11": 3.2965282473575392, "W12": -5.9891057136020152, "S12": -7.0967773152170892, "W13": -20.134439659699609, "S13": -20.134439659699609, "W21": -55.623727980910942, "S21": -61.876125372548842, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 500901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1961674230963184, "S11": 2.9835428293108701, "W12": -6.5297106235227806, "S12": -8.5666039811350032, "W13": -20.179542440318301, "S13": -22.824579071829451, "W21": -57.258404098533227, "S21": -81.558920059773214, "W22": -43.883000504335328, "S22": -44.131686466796602, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 501022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.269383697813121, "S11": 2.269383697813121, "W12": -10.731786682735756, "S12": -10.915418585060168, "W13": -17.443812597710416, "S13": -18.945806969510336, "W21": -39.999999999999993, "S21": -54.15257013683366, "W22": -70.0, "S22": -95.046194962119671, "W31": -100.35325566533363, "S31": -100.35325566533363, "W32": -100.35325566533363, "S32": -104.90766561027165 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 501987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6828761318325225, "S11": 3.6828761318325225, "W12": -4.0905391438663283, "S12": -9.9613995554829664, "W13": -20.510656488530429, "S13": -20.510656488530429, "W21": -36.811840403236168, "S21": -41.811840403236168, "W22": -72.70198050927381, "S22": -102.09151539299474, "W31": -102.09151539299474, "S31": -102.09151539299474, "W32": -102.09151539299474, "S32": -105.76357239945631 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 508107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.5490257023311416, "S12": -3.9530572088916074, "W13": -20.0, "S13": -20.0, "W21": -33.25332005232849, "S21": -33.25332005232849, "W22": -39.751353279516749, "S22": -41.520792761179997, "W31": -60.0, "S31": -61.945894483990976, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.0, 510853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.688201052237311, "S12": -14.688201052237311, "W13": -20.0, "S13": -20.0, "W21": -39.540327364088888, "S21": -40.497505961749127, "W22": -40.101440199457365, "S22": -43.204711131364377, "W31": -71.828212436554409, "S31": -72.575894721695974, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102322.142857142855064, 512466.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41356131295084586, "S11": 0.41356131295084586, "W12": -14.245517003554507, "S12": -22.027164027000879, "W13": -25.0, "S13": -25.0, "W21": -34.044024159801516, "S21": -34.045120420442267, "W22": -50.639855465326399, "S22": -51.44331232455788, "W31": -68.436506607069219, "S31": -74.164860314183301, "W32": -93.710380098497282, "S32": -98.710380098497282 }, "geometry": { "type": "Point", "coordinates": [ 102322.333333333328483, 505304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4740160235527444, "S11": 4.4740160235527444, "W12": -3.1049952075498943, "S12": -6.0180664279848237, "W13": -25.018426501035147, "S13": -25.018426501035147, "W21": -32.11550307534241, "S21": -32.11550307534241, "W22": -43.975230067945304, "S22": -43.975230067945304, "W31": -69.210332190012878, "S31": -72.210332190012878, "W32": -83.831100879028895, "S32": -88.831100879028895 }, "geometry": { "type": "Point", "coordinates": [ 102322.333333333328483, 510562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.865270712968888, "S12": -14.865270712968888, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -39.723810492474193, "S21": -40.442544097741589, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102322.714285714289872, 512514.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3447303188306692, "S11": 2.3447303188306692, "W12": -4.9114499870767636, "S12": -5.8439346282826667, "W13": -15.0, "S13": -15.036325711156886, "W21": -44.565806872771702, "S21": -54.165013726483494, "W22": -48.004175827781971, "S22": -48.004175827781971, "W31": -68.570424399468351, "S31": -73.656574630062238, "W32": -86.540478752017208, "S32": -91.540478752017208 }, "geometry": { "type": "Point", "coordinates": [ 102323.0, 498786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4952042371786769, "S11": 2.4952042371786769, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -39.907293620859889, "S21": -40.38758223373425, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102323.285714285710128, 512563.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48503403497974523, "S11": 0.48503403497974523, "W12": -10.042185266120873, "S12": -19.433010143897665, "W13": -22.722779323283689, "S13": -22.722779323283689, "W21": -35.354199143008792, "S21": -35.354199143008792, "W22": -45.353197937286161, "S22": -45.353197937286161, "W31": -85.223986178119702, "S31": -85.223986178119702, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102323.6, 504872.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4893520936110654, "S11": 2.4893520936110654, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -40.090776749245194, "S21": -40.332620369726712, "W22": -75.866079849104054, "S22": -87.401115478557742, "W31": -100.10324824789312, "S31": -100.10324824789312, "W32": -100.51691053010315, "S32": -105.51691053010315 }, "geometry": { "type": "Point", "coordinates": [ 102323.857142857144936, 512611.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -14.908008268570455, "S13": -19.831902899553278, "W21": -40.433639947437584, "S21": -58.458262149460083, "W22": -84.729381443298976, "S22": -87.811573224120892, "W31": -99.924974693936278, "S31": -99.924974693936278, "W32": -100.06716238906212, "S32": -105.06716238906212 }, "geometry": { "type": "Point", "coordinates": [ 102324.0, 502257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10557700301458306, "S11": 0.10557700301458306, "W12": -9.1838257680597835, "S12": -9.1838257680597835, "W13": -20.517892848831046, "S13": -20.517892848831046, "W21": -42.461510530627201, "S21": -44.901259615722623, "W22": -88.93151164827465, "S22": -104.27511354400924, "W31": -104.27511354400924, "S31": -104.27511354400924, "W32": -104.27511354400924, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102324.0, 514313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4834999500434378, "S11": 2.4834999500434378, "W12": -15.0, "S12": -15.0, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -40.274259877630648, "S21": -40.277658505719415, "W22": -86.330355578910485, "S22": -98.386831944779118, "W31": -99.568427586022608, "S31": -99.568427586022608, "W32": -99.568427586022608, "S32": -104.35432851851851 }, "geometry": { "type": "Point", "coordinates": [ 102324.428571428565192, 512660.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034354025741887728, "S11": 0.034354025741887728, "W12": -9.0020497686003722, "S12": -9.0020497686003722, "W13": -20.518285881214084, "S13": -20.518285881214084, "W21": -42.314700544140436, "S21": -44.780528810248136, "W22": -89.28362573099416, "S22": -97.78055824633158, "W31": -99.39015403206578, "S31": -99.39015403206578, "W32": -99.39015403206578, "S32": -104.30015441553749 }, "geometry": { "type": "Point", "coordinates": [ 102324.651162790702074, 514361.930232558166608 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4775809811172529, "S12": -8.4775809811172529, "W13": -21.065270853765057, "S13": -21.065270853765057, "W21": -43.268430851531633, "S21": -44.889477854035853, "W22": -41.210114388922335, "S22": -41.210114388922335, "W31": -69.64979793210351, "S31": -69.707879493444963, "W32": -81.802487655386557, "S32": -86.802487655386557 }, "geometry": { "type": "Point", "coordinates": [ 102324.808988764038077, 516325.213483146042563 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1908120088655441, "S11": 1.1908120088655441, "W12": 0.0, "S12": -6.7617423767399307, "W13": -18.207358173314265, "S13": -19.410149507410626, "W21": -36.788846375482031, "S21": -39.788846375482031, "W22": -73.215960475632372, "S22": -75.070939412708142, "W31": -94.121071188283707, "S31": -94.121071188283707, "W32": -99.603049497974567, "S32": -104.60304949797457 }, "geometry": { "type": "Point", "coordinates": [ 102325.0, 503606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4776478064758263, "S11": 2.4776478064758263, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -40.45774300601596, "S21": -40.856583154483189, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102325.0, 512709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.036868951530813182, "S11": -0.036868951530813182, "W12": -8.8202737691411617, "S12": -8.8202737691411617, "W13": -20.518678913597402, "S13": -20.518678913597402, "W21": -42.167890557653699, "S21": -44.659798004773869, "W22": -49.625447336045319, "S22": -49.625447336045319, "W31": -70.0, "S31": -70.0, "W32": -81.181954564937783, "S32": -86.181954564937783 }, "geometry": { "type": "Point", "coordinates": [ 102325.302325581389596, 514410.860465116275009 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1080919288035084, "S11": -0.1080919288035084, "W12": -8.6789339860976895, "S12": -8.6789339860976895, "W13": -20.519071945980439, "S13": -20.519071945980439, "W21": -42.021080571166934, "S21": -44.539067199299382, "W22": -61.207624726155785, "S22": -100.31673894161122, "W31": -100.31673894161122, "S31": -100.31673894161122, "W32": -101.97332298878014, "S32": -106.97332298878014 }, "geometry": { "type": "Point", "coordinates": [ 102325.95348837209167, 514459.790697674441617 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6525171672915704, "S12": -5.6525171672915704, "W13": -17.082855904374096, "S13": -18.383317871534356, "W21": -35.042738515305786, "S21": -44.094256221882517, "W22": -90.0, "S22": -99.577993122850899, "W31": -99.577993122850899, "S31": -99.577993122850899, "W32": -99.577993122850899, "S32": -104.33567472935862 }, "geometry": { "type": "Point", "coordinates": [ 102326.0, 497979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9179007668019845, "S11": 2.9084890020961018, "W12": -6.1358384336353833, "S12": -6.1358384336353833, "W13": -20.241942244993012, "S13": -20.543458672962682, "W21": -50.038541895755444, "S21": -64.727935835149381, "W22": -40.0, "S22": -40.0, "W31": -64.573509711989971, "S31": -67.845436610910269, "W32": -92.595732248554071, "S32": -97.595732248554071 }, "geometry": { "type": "Point", "coordinates": [ 102326.0, 500583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7864500923907638, "S12": -12.786450092390764, "W13": -30.0, "S13": -30.0, "W21": -35.549343950626145, "S21": -35.549343950626145, "W22": -39.5515295872395, "S22": -39.833506501752886, "W31": -70.241849919740773, "S31": -70.291856068580529, "W32": -78.980722677559939, "S32": -83.980722677559939 }, "geometry": { "type": "Point", "coordinates": [ 102326.0, 510194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.724537726838586, "S11": 3.724537726838586, "W12": -9.3918309859154938, "S12": -9.3918309859154938, "W13": -20.439146121467228, "S13": -20.896356039618407, "W21": -47.807506426340503, "S21": -73.062843043746085, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102326.5, 500006.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0396317186463175, "S11": 3.0396317186463175, "W12": -5.4021442276718821, "S12": -5.4021442276718821, "W13": -20.518013507219376, "S13": -20.518013507219376, "W21": -50.341461403122942, "S21": -64.595249281910824, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102326.5, 500642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5422916771183455, "S11": 2.5422916771183455, "W12": -11.267949683639637, "S12": -11.884098608481374, "W13": -17.828572829417134, "S13": -19.508633769805328, "W21": -40.572057205720576, "S21": -54.0239415359124, "W22": -89.423716938167814, "S22": -104.42371693816781, "W31": -104.42371693816781, "S31": -104.42371693816781, "W32": -104.42371693816781, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102326.5, 501952.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17931490607611381, "S11": -0.17931490607611381, "W12": -8.5452849339117787, "S12": -8.5452849339117787, "W13": -20.519464978363462, "S13": -20.519464978363462, "W21": -41.874270584680346, "S21": -44.418336393825022, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102326.604651162793743, 514508.720930232550018 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8531556829035343, "S11": 3.4029649975920817, "W12": -8.6198638279476931, "S12": -8.6198638279476931, "W13": -20.336259771497296, "S13": -21.006226822568138, "W21": -47.718860763354172, "S21": -71.451021400592808, "W22": -45.551389008342746, "S22": -45.551389008342746, "W31": -68.951801191356196, "S31": -71.912313558847401, "W32": -84.452548718664303, "S32": -89.452548718664303 }, "geometry": { "type": "Point", "coordinates": [ 102327.0, 499965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5599445289433661, "S11": 0.5599445289433661, "W12": -5.3045427880881597, "S12": -18.235255386877007, "W13": -20.216453873626644, "S13": -20.216453873626644, "W21": -33.041038772985281, "S21": -33.947337715796266, "W22": -89.473684445459298, "S22": -89.473684445459298, "W31": -99.750511741692591, "S31": -99.750511741692591, "W32": -101.80174265934592, "S32": -106.80174265934592 }, "geometry": { "type": "Point", "coordinates": [ 102327.0, 504179.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75454974925503304, "S11": 0.75454974925503304, "W12": -8.7227813282382396, "S12": -18.260102713522798, "W13": -21.796030924500226, "S13": -27.115619159794342, "W21": -35.550862757526943, "S21": -35.550862757526943, "W22": -68.963283948875301, "S22": -82.363417339186384, "W31": -96.935465652066256, "S31": -96.935465652066256, "W32": -98.713671679343975, "S32": -103.71367167934397 }, "geometry": { "type": "Point", "coordinates": [ 102327.125, 504787.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25053788334890492, "S11": -0.25053788334890492, "W12": -8.4116358817257098, "S12": -8.4116358817257098, "W13": -20.519858010746795, "S13": -20.519858010746795, "W21": -41.840817533575695, "S21": -44.410962523732891, "W22": -38.488875046645823, "S22": -47.427605696268813, "W31": -70.435783236870378, "S31": -76.75110675615224, "W32": -95.498750603310654, "S32": -100.49875060331065 }, "geometry": { "type": "Point", "coordinates": [ 102327.255813953481265, 514557.651162790716626 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.4032763504853509, "S12": -8.4032763504853509, "W13": -20.748146401445496, "S13": -20.748146401445496, "W21": -42.398272547264902, "S21": -43.988337545947111, "W22": -43.462739626801586, "S22": -43.779895114827191, "W31": -72.936207976613076, "S31": -73.917542422955677, "W32": -93.795522286636853, "S32": -98.795522286636853 }, "geometry": { "type": "Point", "coordinates": [ 102327.32110091742652, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32176086062151005, "S11": -0.32176086062151005, "W12": -8.3460674212431787, "S12": -8.3460674212431787, "W13": -20.520251043129818, "S13": -20.520251043129818, "W21": -41.858318595236064, "S21": -44.454542766405488, "W22": -39.299635485363417, "S22": -41.81066751008062, "W31": -59.999999999999993, "S31": -60.361756663119593, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102327.906976744183339, 514606.581395348825026 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4743345140094624, "S11": 2.4743345140094624, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.001821381819212, "S13": -20.001821381819212, "W21": -40.616565828802131, "S21": -41.445004780807551, "W22": -39.110001, "S22": -48.7000012, "W31": -70.199997, "S31": -76.999997, "W32": -95.443526888989169, "S32": -100.44352688898917 }, "geometry": { "type": "Point", "coordinates": [ 102327.916666666671517, 512757.416666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9400613441587731, "S11": 2.9353554618058317, "W12": -6.2716698645677225, "S12": -6.2716698645677225, "W13": -20.194587796925944, "S13": -20.539954267018615, "W21": -49.435334730612745, "S21": -64.26866806394608, "W22": -51.116734657822455, "S22": -51.116734657822455, "W31": -70.0, "S31": -70.0, "W32": -81.298221174453488, "S32": -86.298221174453488 }, "geometry": { "type": "Point", "coordinates": [ 102328.0, 500570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9048953274084388, "S12": -15.0, "W13": -15.0, "S13": -17.631542588588644, "W21": -36.2624051905565, "S21": -37.74916407755633, "W22": -39.250578514259438, "S22": -51.877534278696807, "W31": -78.288055165583586, "S31": -78.288055165583586, "W32": -97.330263204892887, "S32": -102.33026320489289 }, "geometry": { "type": "Point", "coordinates": [ 102328.0, 503975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4744794607539702, "S11": 2.4744794607539702, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -40.614086730701132, "S21": -41.440042790321705, "W22": -40.363624114059668, "S22": -47.775652813713783, "W31": -70.133257056314619, "S31": -70.752280454076569, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102328.0, 512757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2918284699370592, "S11": 2.2918284699370592, "W12": -11.454956330997671, "S12": -11.454956330997671, "W13": -20.0, "S13": -23.810269254852852, "W21": -36.576193467133784, "S21": -36.576193467133784, "W22": -38.89158401178603, "S22": -56.222779450945126, "W31": -68.796313650929932, "S31": -68.796313650929932, "W32": -90.203972503390446, "S32": -95.203972503390446 }, "geometry": { "type": "Point", "coordinates": [ 102328.5, 511722.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39298383789420538, "S11": -0.39298383789420538, "W12": -8.3482045014369426, "S12": -8.3482045014369426, "W13": -20.520644075512852, "S13": -20.520644075512852, "W21": -41.875819656896454, "S21": -44.498123009078157, "W22": -49.999999999999993, "S22": -51.73960526424959, "W31": -68.403658154778071, "S31": -71.645929132491347, "W32": -97.368114551932038, "S32": -102.36811455193204 }, "geometry": { "type": "Point", "coordinates": [ 102328.558139534885413, 514655.511627906991635 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51245095561001874, "S11": 0.51245095561001874, "W12": -8.9466401090261023, "S12": -9.3778901090261026, "W13": -17.094490095377846, "S13": -17.094490095377846, "W21": -23.409557886002826, "S21": -23.409557886002826, "W22": -70.288274127634736, "S22": -90.137363459821614, "W31": -100.20514119243886, "S31": -100.20514119243886, "W32": -100.894171410246, "S32": -105.894171410246 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 497107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9928498706843469, "S11": 3.4697021323467352, "W12": -7.7281553551653221, "S12": -8.4229975432709914, "W13": -20.155263129809281, "S13": -21.188918429658095, "W21": -49.04541600522947, "S21": -67.320908303923176, "W22": -71.272666588418701, "S22": -83.951450269644127, "W31": -100.2613394455154, "S31": -100.2613394455154, "W32": -100.2613394455154, "S32": -104.84175839220015 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 499839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.072314839873703, "S11": 3.072314839873703, "W12": -7.3939510651111329, "S12": -7.3939510651111329, "W13": -20.073531116534472, "S13": -20.804444028045094, "W21": -46.875797193877553, "S21": -46.875797193877553, "W22": -88.959843516281225, "S22": -98.628489968297487, "W31": -99.788435371266232, "S31": -99.788435371266232, "W32": -100.27990708478512, "S32": -105.27990708478512 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 500478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59044261937640807, "S11": 0.59044261937640807, "W12": -9.1688628277770459, "S12": -18.658084543230324, "W13": -22.069935951348903, "S13": -27.069935951348903, "W21": -35.474473539616724, "S21": -35.474473539616724, "W22": -86.947044053868979, "S22": -91.67744731621606, "W31": -99.390942457007327, "S31": -99.390942457007327, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 504813.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.784810126582279, "W13": -21.096182240033748, "S13": -21.096182240033748, "W21": -36.152992054471532, "S21": -36.152992054471532, "W22": -36.01356020118142, "S22": -40.625798446081163, "W31": -71.944614303550381, "S31": -75.098930327189677, "W32": -95.846107760840951, "S32": -100.84610776084095 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 505592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6877738452761892, "S11": -1.6877738452761892, "W12": -10.706520211981832, "S12": -11.706520211981832, "W13": -26.926010881701728, "S13": -26.926010881701728, "W21": -40.362509062481472, "S21": -40.362509062481472, "W22": -85.845208635549113, "S22": -101.65373998808941, "W31": -101.65373998808941, "S31": -101.65373998808941, "W32": -101.65373998808941, "S32": -102.16933642259228 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 509244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90749002930164413, "S11": -0.90749002930164413, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.357673050803832, "S21": -38.357673050803832, "W22": -80.0, "S22": -94.769190415659992, "W31": -94.805725971370151, "S31": -94.805725971370151, "W32": -96.612099972332388, "S32": -101.61209997233239 }, "geometry": { "type": "Point", "coordinates": [ 102329.0, 509915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46420681516681106, "S11": -0.46420681516681106, "W12": -8.3503415816307065, "S12": -8.3503415816307065, "W13": -20.521037107895875, "S13": -20.521037107895875, "W21": -41.893320718556822, "S21": -44.541703251750761, "W22": -38.07920950402761, "S22": -41.220533594478837, "W31": -73.25313758522806, "S31": -73.672835484947527, "W32": -96.149482920220535, "S32": -101.14948292022054 }, "geometry": { "type": "Point", "coordinates": [ 102329.209302325587487, 514704.441860465100035 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4641394610961025, "S11": -1.4641394610961025, "W12": -10.93274644549763, "S12": -12.708214545310417, "W13": -28.743242081770912, "S13": -28.743242081770912, "W21": -39.821972438229537, "S21": -39.821972438229537, "W22": -39.608602891021846, "S22": -39.608602891021846, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102329.25, 509537.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53542979243960187, "S11": -0.53542979243960187, "W12": -8.3524786618245024, "S12": -8.3524786618245024, "W13": -20.521430140279211, "S13": -20.521430140279211, "W21": -41.910821780217226, "S21": -44.585283494423678, "W22": -53.252975282271223, "S22": -53.252975282271223, "W31": -70.0, "S31": -70.0, "W32": -81.414487783969207, "S32": -86.414487783969207 }, "geometry": { "type": "Point", "coordinates": [ 102329.860465116275009, 514753.372093023266643 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3271390655937996, "S12": -5.3271390655937996, "W13": -16.985838150289016, "S13": -18.07108329687032, "W21": -36.040173335260114, "S21": -45.353197937286161, "W22": -44.591137503981201, "S22": -44.591137503981201, "W31": -84.834548040392903, "S31": -84.834548040392903, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.040169598556608, "S11": 3.040169598556608, "W12": -7.0857480987661239, "S12": -7.0857480987661239, "W13": -20.035088468578401, "S13": -20.653664711206876, "W21": -46.479591836734691, "S21": -55.701999863490542, "W22": -70.0, "S22": -96.351635225306865, "W31": -99.318812602091853, "S31": -99.318812602091853, "W32": -99.318812602091853, "S32": -103.27947298399211 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 500502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9763942264321153, "S11": 2.9763942264321153, "W12": -6.5308188960938924, "S12": -6.5308188960938924, "W13": -20.100982766651139, "S13": -20.531901048032772, "W21": -47.852915793367032, "S21": -62.969972649554322, "W22": -86.10717638023722, "S22": -101.98072053341214, "W31": -101.98072053341214, "S31": -101.98072053341214, "W32": -101.98072053341214, "S32": -102.19983777558035 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 500547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.912618854307623, "S11": 2.912618854307623, "W12": -5.975889693421661, "S12": -5.975889693421661, "W13": -20.309110386585932, "S13": -20.552370706720726, "W21": -50.043545194633822, "S21": -64.75566640675504, "W22": -80.0, "S22": -94.813901812307378, "W31": -94.885372740396278, "S31": -94.885372740396278, "W32": -96.565772080297592, "S32": -101.56577208029759 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 500592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0074837425348377, "S11": 3.0074837425348377, "W12": -5.4209604907494295, "S12": -5.4209604907494295, "W13": -20.517238006520728, "S13": -20.530326262850295, "W21": -50.278590279305035, "S21": -64.64980240051716, "W22": -73.581167735403312, "S22": -90.08873113685523, "W31": -96.308295501444491, "S31": -96.308295501444491, "W32": -97.32108851310177, "S32": -102.32108851310177 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 500637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1625799601857998, "S11": 3.1625799601857998, "W12": -8.9396453451551618, "S12": -8.9396453451551618, "W13": -20.476056338028169, "S13": -20.476056338028169, "W21": -51.174285714285716, "S21": -69.049558418282288, "W22": -42.359039179549612, "S22": -42.390766823885443, "W31": -80.0, "S31": -80.5, "W32": -93.169826021858441, "S32": -98.169826021858441 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 500682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -35.727083176272785, "S21": -35.727083176272785, "W22": -62.025791908021446, "S22": -74.388913328626472, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102330.0, 510182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6872171890521468, "S12": -8.9091684480572582, "W13": -19.680700266820409, "S13": -23.341620965388415, "W21": -50.0, "S21": -73.215960475632372, "W22": -75.757790527618596, "S22": -91.029358747474362, "W31": -96.464058519646557, "S31": -96.464058519646557, "W32": -97.295988934993176, "S32": -102.29598893499318 }, "geometry": { "type": "Point", "coordinates": [ 102330.428571428565192, 502967.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60665276971220738, "S11": -0.60665276971220738, "W12": -8.3546157420182645, "S12": -8.3546157420182645, "W13": -20.521823172662231, "S13": -20.521823172662231, "W21": -41.928322841877602, "S21": -44.628863737096289, "W22": -46.684204811485138, "S22": -47.427777064415949, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102330.511627906977083, 514802.302325581375044 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4710212215430913, "S11": 2.4710212215430913, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -40.77538865158823, "S21": -42.033426407131195, "W22": -45.08539033499985, "S22": -45.08539033499985, "W31": -84.948819905119976, "S31": -84.948819905119976, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102330.833333333328483, 512805.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4714587280108256, "S11": 3.4714587280108256, "W12": -10.0, "S12": -10.0, "W13": -20.459092318150919, "S13": -20.863433961115618, "W21": -49.313582969907195, "S21": -58.591116009554774, "W22": -90.0, "S22": -92.3125, "W31": -100.04812791325796, "S31": -100.04812791325796, "W32": -100.04812791325796, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102331.0, 500199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1686582614465828, "S11": 3.1658102274402067, "W12": -9.3318556048131729, "S12": -9.3318556048131729, "W13": -20.487636932707353, "S13": -20.487636932707353, "W21": -51.32360902255639, "S21": -70.247097233712623, "W22": -42.877036671964916, "S22": -42.91187356495444, "W31": -79.28346158698119, "S31": -79.78346158698119, "W32": -93.249603090888996, "S32": -98.249603090888996 }, "geometry": { "type": "Point", "coordinates": [ 102331.0, 500685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8974112001082704, "S11": 1.3029670464849739, "W12": -6.0612714345459713, "S12": -15.901420814489633, "W13": -19.936402277648412, "S13": -27.465343454119246, "W21": -35.970689074444017, "S21": -35.970689074444017, "W22": -40.540068555509222, "S22": -43.144094866988318, "W31": -69.661853416178559, "S31": -70.360352007363261, "W32": -96.56706804816578, "S32": -101.56706804816578 }, "geometry": { "type": "Point", "coordinates": [ 102331.0, 504614.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0816079055961771, "S11": 3.0816079055961771, "W12": -5.2977963073257897, "S12": -8.2977963073257897, "W13": -28.850719766630732, "S13": -28.850719766630732, "W21": -32.992179822530375, "S21": -32.992179822530375, "W22": -73.280414963847846, "S22": -108.28041496384785, "W31": -108.28041496384785, "S31": -108.28041496384785, "W32": -108.28041496384785, "S32": -108.28041496384785 }, "geometry": { "type": "Point", "coordinates": [ 102331.0, 510455.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67787574698490261, "S11": -0.67787574698490261, "W12": -8.3567528222120302, "S12": -8.3567528222120302, "W13": -20.522216205045268, "S13": -20.522216205045268, "W21": -41.945823903537985, "S21": -44.672443979768943, "W22": -38.785530986507396, "S22": -46.778113346338024, "W31": -76.347545807754585, "S31": -76.347545807754585, "W32": -96.870862551012621, "S32": -101.87086255101262 }, "geometry": { "type": "Point", "coordinates": [ 102331.162790697679156, 514851.232558139541652 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74909872425760382, "S11": -0.74909872425760382, "W12": -8.3588899024058225, "S12": -8.3588899024058225, "W13": -20.522609237428586, "S13": -20.522609237428586, "W21": -41.963324965198368, "S21": -44.716024222441803, "W22": -40.072123372342176, "S22": -44.708896441805422, "W31": -68.629393945262763, "S31": -68.904614350404486, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102331.813953488366678, 514900.162790697650053 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9234415877311681, "S11": 2.9234415877311681, "W12": -6.0130670438789373, "S12": -6.0130670438789373, "W13": -20.298756404285047, "S13": -20.552505351210069, "W21": -49.959930957958328, "S21": -64.755385503412867, "W22": -42.165621610323186, "S22": -44.022068495257749, "W31": -70.0, "S31": -70.578894238235748, "W32": -94.270870927913393, "S32": -99.270870927913393 }, "geometry": { "type": "Point", "coordinates": [ 102332.0, 500587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82032170153029904, "S11": -0.82032170153029904, "W12": -8.36102698259959, "S12": -8.36102698259959, "W13": -20.523002269811624, "S13": -20.523002269811624, "W21": -41.980826026858757, "S21": -44.759604465114464, "W22": -66.612783090087348, "S22": -77.844524969312559, "W31": -100.12554154114393, "S31": -100.12554154114393, "W32": -101.09284053555672, "S32": -106.09284053555672 }, "geometry": { "type": "Point", "coordinates": [ 102332.465116279068752, 514949.093023255816661 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2801778853980399, "S11": -1.2801778853980399, "W12": -10.371478192892358, "S12": -13.127410908528866, "W13": -29.572800457456328, "S13": -29.572800457456328, "W21": -39.451290749285519, "S21": -39.451290749285519, "W22": -35.350688212213939, "S22": -35.350688212213939, "W31": -70.494363034389394, "S31": -70.521660914712029, "W32": -76.765499109519993, "S32": -81.765499109519993 }, "geometry": { "type": "Point", "coordinates": [ 102332.8, 509758.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3802408660351824, "S11": 3.3802408660351824, "W12": -10.0, "S12": -10.0, "W13": -20.385836573759349, "S13": -21.133630679001197, "W21": -49.473684445459291, "S21": -89.473684445459298, "W22": -35.350642563023889, "S22": -35.350642563023889, "W31": -70.492245651308863, "S31": -70.519463043611864, "W32": -76.765786951445506, "S32": -81.765786951445506 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 500266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1166496930995482, "W12": -7.0471588562806957, "S12": -7.0471588562806957, "W13": -20.0, "S13": -24.184832137432565, "W21": -48.253295982569647, "S21": -68.963283948875301, "W22": -55.454166666665699, "S22": -55.454166666665699, "W31": -70.0, "S31": -70.0, "W32": -81.478690734968382, "S32": -86.478690734968382 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 502680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.8372178715369718, "S12": -15.755146643830299, "W13": -18.248645085344961, "S13": -28.763792341975009, "W21": -35.839687942277436, "S21": -37.858085181365695, "W22": -69.999999999999986, "S22": -88.922376409366848, "W31": -100.19020977477626, "S31": -100.19020977477626, "W32": -100.86132713327454, "S32": -105.86132713327454 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 504344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48389412889600403, "S11": 0.48389412889600403, "W12": -14.825736759076687, "S12": -15.011786197731473, "W13": -22.035310549801725, "S13": -22.035310549801725, "W21": -36.261506860731103, "S21": -37.770122411823763, "W22": -44.023441207174713, "S22": -61.202939888386922, "W31": -81.29444492741024, "S31": -81.29444492741024, "W32": -97.827891961288714, "S32": -102.82789196128871 }, "geometry": { "type": "Point", "coordinates": [ 102333.0, 507387.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41354227417795797, "S11": 0.41354227417795797, "W12": -11.068815511685672, "S12": -20.019295910495742, "W13": -25.133323831225638, "S13": -25.133323831225638, "W21": -34.709776024161918, "S21": -34.709776024161918, "W22": -45.425975450227718, "S22": -45.425975450227718, "W31": -85.068362335387093, "S31": -85.068362335387093, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102333.5, 505101.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.85, "S11": 2.85, "W12": -3.6, "S12": -15.15, "W13": -17.9, "S13": -28.9, "W21": -36.599998, "S21": -38.899998, "W22": -87.042917961109197, "S22": -97.042917961109197, "W31": -100.17222768304009, "S31": -100.17222768304009, "W32": -100.17222768304009, "S32": -105.09349593495935 }, "geometry": { "type": "Point", "coordinates": [ 102333.7, 504362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4207076580765197, "S11": 2.4207076580765197, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -40.934211474374401, "S21": -42.621848033455557, "W22": -72.290583867701656, "S22": -89.347573218176564, "W31": -96.169112100986254, "S31": -96.169112100986254, "W32": -97.322231109079837, "S32": -102.32223110907984 }, "geometry": { "type": "Point", "coordinates": [ 102333.75, 512854.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4795687670085829, "S11": 2.4795687670085829, "W12": -2.8271491550330636, "S12": -15.849049674706412, "W13": -19.537254495069579, "S13": -19.841579960035457, "W21": -35.490826640758556, "S21": -36.894453583763735, "W22": -66.623136301152584, "S22": -88.609506858041968, "W31": -90.529208523401991, "S31": -90.529208523401991, "W32": -98.506941811215327, "S32": -103.50694181121533 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 503749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.249167878892088, "W13": -24.906086242343697, "S13": -24.906086242343697, "W21": -33.741922724169143, "S21": -33.741922724169143, "W22": -46.83409305925862, "S22": -46.83409305925862, "W31": -68.728959743333078, "S31": -73.164617694875162, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 505387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6368557944375729, "S11": 0.6368557944375729, "W12": -9.9561357027347874, "S12": -10.956135702734787, "W13": -24.836185352764765, "S13": -24.836185352764765, "W21": -37.979477891940761, "S21": -37.979477891940761, "W22": -45.975880067228836, "S22": -46.538654652662842, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 506365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60621658775011455, "S11": -0.60621658775011455, "W12": -10.0, "S12": -12.278972131740861, "W13": -25.033812993973712, "S13": -25.033812993973712, "W21": -40.143579585190011, "S21": -42.016273923354014, "W22": -79.909510553638, "S22": -87.837545866517289, "W31": -99.715456159953291, "S31": -99.715456159953291, "W32": -101.66358319407972, "S32": -106.66358319407972 }, "geometry": { "type": "Point", "coordinates": [ 102334.0, 508971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1136728912945366, "S11": 3.1136728912945366, "W12": -7.5942353748544793, "S12": -7.5942353748544793, "W13": -20.094839536302594, "S13": -20.897664658880146, "W21": -46.939944727890726, "S21": -46.939944727890726, "W22": -72.169073405535499, "S22": -94.603535883337941, "W31": -95.973161278702435, "S31": -95.973161278702435, "W32": -98.049342555064015, "S32": -103.04934255506402 }, "geometry": { "type": "Point", "coordinates": [ 102334.6, 500456.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.889002865329513, "S11": 3.389002865329513, "W12": -8.4717821247163094, "S12": -8.484040189232438, "W13": -20.335458007616758, "S13": -21.050466244849048, "W21": -47.786108340824946, "S21": -71.272666588418701, "W22": -38.178955509687377, "S22": -41.138012926069166, "W31": -74.019613921548043, "S31": -74.019613921548043, "W32": -96.322802189541946, "S32": -101.32280218954195 }, "geometry": { "type": "Point", "coordinates": [ 102335.0, 499963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2043577235772358, "S11": 3.1850165971160243, "W12": -10.026731707317072, "S12": -10.026731707317072, "W13": -20.533400980889564, "S13": -20.533400980889564, "W21": -51.427642487046626, "S21": -72.966112849517643, "W22": -40.361624990833768, "S22": -46.986633562458266, "W31": -71.603338303574077, "S31": -72.592564061529472, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102335.0, 500703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4347317073170731, "S11": 3.3405765532256808, "W12": -7.4339512195121955, "S12": -7.8095746855877239, "W13": -20.461955514365151, "S13": -20.461955514365151, "W21": -52.438378791823986, "S21": -72.438378791823993, "W22": -57.875, "S22": -57.875, "W31": -70.0, "S31": -70.0, "W32": -81.526151464194896, "S32": -86.526151464194896 }, "geometry": { "type": "Point", "coordinates": [ 102335.0, 500791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85594532827440706, "S11": 0.85594532827440706, "W12": -5.2148599008058056, "S12": -17.422270487358119, "W13": -20.308373024451917, "S13": -23.656678455239994, "W21": -32.560054856464411, "S21": -33.255761370427031, "W22": -77.544147665171892, "S22": -87.966675922053611, "W31": -99.704419889597347, "S31": -99.704419889597347, "W32": -101.65194557173548, "S32": -106.65194557173548 }, "geometry": { "type": "Point", "coordinates": [ 102335.0, 504230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0242754259617075, "S11": 2.5242754259617075, "W12": -7.793038109431552, "S12": -9.7330137752415489, "W13": -20.020390599139358, "S13": -24.58913609528091, "W21": -59.075507027686903, "S21": -70.654681107656941, "W22": -90.0, "S22": -94.166666666666671, "W31": -100.17164788108943, "S31": -100.17164788108943, "W32": -100.17164788108943, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 501392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6342497366176665, "S11": 2.6258384307102882, "W12": -11.434739379331109, "S12": -12.332311293656488, "W13": -17.91141548069082, "S13": -19.474489764424671, "W21": -40.0, "S21": -53.589182164659064, "W22": -87.083976395823882, "S22": -91.220557518050938, "W31": -98.090798622070324, "S31": -98.090798622070324, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 501949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9159441180496408, "S12": -17.041707710993585, "W13": -20.142665396586395, "S13": -21.519218478146243, "W21": -34.065751696402124, "S21": -34.906764815142886, "W22": -82.081590843645543, "S22": -82.081590843645543, "W31": -100.04594188984889, "S31": -100.04594188984889, "W32": -101.31608427069901, "S32": -106.31608427069901 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 504131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4354713619643573, "S11": 2.4354713619643573, "W12": -13.576534452229369, "S12": -13.576534452229369, "W13": -20.0, "S13": -20.0, "W21": -38.251534032141095, "S21": -38.99154587349085, "W22": -72.955451348182891, "S22": -72.955451348182891, "W31": -94.743609379223287, "S31": -94.743609379223287, "W32": -99.155470691772663, "S32": -104.15547069177266 }, "geometry": { "type": "Point", "coordinates": [ 102336.0, 512172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3651746755545462, "S11": 2.3651746755545462, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -41.093034297160571, "S21": -42.922045258543186, "W22": -42.128637393791848, "S22": -42.15686320146304, "W31": -80.0, "S31": -80.496585318487831, "W32": -93.179917081556269, "S32": -98.179917081556269 }, "geometry": { "type": "Point", "coordinates": [ 102336.666666666671517, 512902.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6691662804903746, "S12": -5.6691662804903746, "W13": -17.076965191120451, "S13": -18.37013793367624, "W21": -35.201030702407287, "S21": -44.591137503981201, "W22": -78.860421251178877, "S22": -78.860421251178877, "W31": -100.29086525198353, "S31": -100.29086525198353, "W32": -100.29086525198353, "S32": -105.26505157112017 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 498004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0886785171805089, "S11": 3.5886785171805089, "W12": -7.1078247112798607, "S12": -7.1078247112798607, "W13": -19.562783960385929, "S13": -20.514301695614808, "W21": -55.075955295575852, "S21": -69.36509312881465, "W22": -88.151991965182461, "S22": -101.05720211901264, "W31": -101.05720211901264, "S31": -101.05720211901264, "W32": -101.05720211901264, "S32": -104.63482722738527 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 499730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0256771473739676, "S11": 2.5384631600707759, "W12": -7.765811510893478, "S12": -10.591281295940977, "W13": -20.0, "S13": -24.575930447598996, "W21": -59.114967871009334, "S21": -70.202054676890029, "W22": -39.49635491873363, "S22": -47.198688677136836, "W31": -70.127775636801644, "S31": -76.232508577307172, "W32": -95.350771546365792, "S32": -100.35077154636579 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 501383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2146123260438189, "S11": 2.2146123260438189, "W12": -10.332024421311893, "S12": -10.574390135694296, "W13": -17.092431892682562, "S13": -18.270036556666085, "W21": -39.42993673702339, "S21": -54.786141212239023, "W22": -39.851835020522152, "S22": -40.280085833511663, "W31": -60.0, "S31": -63.709895796413129, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 502023.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -14.691383601353515, "S13": -19.207409205611697, "W21": -40.0, "S21": -58.116895807294632, "W22": -39.334678194053737, "S22": -49.35499545591199, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.41592413241564, "S32": -95.41592413241564 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 502285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31838453355429053, "S11": 0.31838453355429053, "W12": -10.090138419762898, "S12": -15.763445348902932, "W13": -21.851043620655201, "S13": -21.864366059194353, "W21": -33.837497990744183, "S21": -37.06571375837904, "W22": -35.48836464817299, "S22": -35.48836464817299, "W31": -70.0, "S31": -70.0, "W32": -77.134429217637475, "S32": -82.134429217637475 }, "geometry": { "type": "Point", "coordinates": [ 102337.0, 507137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3012863366424856, "W12": -5.1513329121920908, "S12": -5.1513329121920908, "W13": -15.009048281978352, "S13": -15.498267429379839, "W21": -48.909579364946879, "S21": -58.298292420411343, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.546264853543803, "S32": -86.546264853543803 }, "geometry": { "type": "Point", "coordinates": [ 102337.333333333328483, 499036.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82560182043187214, "S11": 0.82560182043187214, "W12": -5.3415994917205918, "S12": -5.3415994917205918, "W13": -14.99247844102884, "S13": -19.363975986777763, "W21": -40.0, "S21": -57.858095670946511, "W22": -41.827253746009674, "S22": -58.23671193654959, "W31": -80.117988544052096, "S31": -80.117988544052096, "W32": -97.728531353909759, "S32": -102.72853135390976 }, "geometry": { "type": "Point", "coordinates": [ 102337.333333333328483, 502239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8097494496278443, "S12": -10.293514866189636, "W13": -15.96, "S13": -16.684025494375621, "W21": -20.0, "S21": -20.0, "W22": -35.305076169907224, "S22": -35.305076169907224, "W31": -70.626345843921882, "S31": -70.660755764333487, "W32": -76.688259523292317, "S32": -81.688259523292317 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 496900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6241016135147666, "S12": -5.6241016135147666, "W13": -17.080482858268752, "S13": -18.343119709706929, "W21": -35.330331313077423, "S21": -45.08539033499985, "W22": -89.243532243685593, "S22": -89.243532243685593, "W31": -99.775751212158809, "S31": -99.775751212158809, "W32": -101.56272380042969, "S32": -106.56272380042969 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 498022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9828371673432561, "S11": 2.9828371673432561, "W12": -6.3589025363790421, "S12": -6.3589025363790421, "W13": -20.179818351187706, "S13": -20.544266539898743, "W21": -47.262359758352858, "S21": -62.680419959021755, "W22": -89.634502923976612, "S22": -89.634502923976612, "W31": -99.794925852004113, "S31": -99.794925852004113, "W32": -99.794925852004113, "S32": -104.47955434543812 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 500553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30266095694397593, "S11": 0.30266095694397593, "W12": -10.0, "S12": -15.149601976393082, "W13": -21.899688280967712, "S13": -21.929743702312038, "W21": -34.488926652217494, "S21": -39.150752378358575, "W22": -72.108904933814671, "S22": -93.891001166081338, "W31": -95.977167673636089, "S31": -95.977167673636089, "W32": -97.993475480294705, "S32": -102.99347548029471 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 507167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4200109627074369, "S11": 3.4200109627074369, "W12": -5.3907371167645142, "S12": -13.920892996409368, "W13": -20.847440069856823, "S13": -20.847440069856823, "W21": -37.449134488377098, "S21": -40.540068555509222, "W22": -38.139448956287687, "S22": -40.689477113236904, "W31": -72.881467942375409, "S31": -73.983476593861184, "W32": -96.052708820572676, "S32": -101.05270882057268 }, "geometry": { "type": "Point", "coordinates": [ 102338.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0924149751917005, "S11": 3.0924149751917005, "W12": -7.2838755759723259, "S12": -7.2838755759723259, "W13": -20.054133618059794, "S13": -20.739891264569248, "W21": -46.436011904761905, "S21": -52.100973541590548, "W22": -60.0, "S22": -82.273392939725596, "W31": -99.949493639762366, "S31": -99.949493639762366, "W32": -101.4550011936023, "S32": -106.4550011936023 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 500477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9967078487057499, "S12": -16.373065793835561, "W13": -18.134071940441558, "S13": -18.134071940441558, "W21": -34.247770830124509, "S21": -36.833464881116043, "W22": -66.695371367061355, "S22": -89.018271181310269, "W31": -96.749644400573672, "S31": -96.749644400573672, "W32": -97.851610904584874, "S32": -102.85161090458487 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 503897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43012209648601629, "S11": 0.43012209648601629, "W12": -14.582902275982812, "S12": -22.016106579178459, "W13": -25.0, "S13": -25.0, "W21": -33.93878972268385, "S21": -33.93878972268385, "W22": -44.132826209390721, "S22": -44.999436731239832, "W31": -75.820360792229096, "S31": -76.579636435026998, "W32": -93.712313746982105, "S32": -98.712313746982105 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 505319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5019752707673248, "S11": 2.5019752707673248, "W12": -15.0, "S12": -25.150637484697384, "W13": -25.150637484697384, "S13": -25.150637484697384, "W21": -36.223040211186465, "S21": -41.223040211186465, "W22": -41.333390671138858, "S22": -41.333390671138858, "W31": -69.598278270292411, "S31": -69.598278270292411, "W32": -82.137101710563172, "S32": -87.137101710563172 }, "geometry": { "type": "Point", "coordinates": [ 102339.0, 507562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1871761840324377, "S11": 3.1871761840324377, "W12": -8.5170420461357228, "S12": -8.5170420461357228, "W13": -20.154590604026819, "S13": -21.144130646053345, "W21": -48.006007624785994, "S21": -50.203059603032663, "W22": -43.616427452666159, "S22": -43.616427452666159, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102339.2, 500410.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.1803008544553748, "S12": -3.6699570960238104, "W13": -19.999999999999996, "S13": -20.00707111594604, "W21": -32.970504159624063, "S21": -32.970504159624063, "W22": -52.115898002393443, "S22": -71.530139021902357, "W31": -85.365659290136705, "S31": -85.365659290136705, "W32": -98.120757556017182, "S32": -103.12075755601718 }, "geometry": { "type": "Point", "coordinates": [ 102339.5, 510826.5 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.178203694775702, "S12": -3.6672314456966104, "W13": -20.0, "S13": -20.008771581089313, "W21": -32.971163699758833, "S21": -32.971163699758833, "W22": -39.348165217885906, "S22": -45.695957131091355, "W31": -70.054964788360863, "S31": -75.652425969975937, "W32": -95.251943033096651, "S32": -100.25194303309665 }, "geometry": { "type": "Point", "coordinates": [ 102339.571428571434808, 510826.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3096416930325665, "S11": 2.3096416930325665, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -41.251857119946671, "S21": -42.983851118460613, "W22": -39.241994080864615, "S22": -41.658422961106801, "W31": -60.0, "S31": -60.280756762107444, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102339.583333333328483, 512951.083333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1311312584573749, "S11": 3.1311312584573749, "W12": -7.6179309592626936, "S12": -7.6179309592626936, "W13": -20.091423123856007, "S13": -20.891189642651245, "W21": -46.8326684092264, "S21": -46.8326684092264, "W22": -43.45053378454655, "S22": -43.820537385280865, "W31": -73.193986218417209, "S31": -74.165592521983697, "W32": -93.895099719338461, "S32": -98.895099719338461 }, "geometry": { "type": "Point", "coordinates": [ 102340.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5650816038685842, "S11": 1.5650816038685842, "W12": 0.0, "S12": -8.7028504730310861, "W13": -18.257858766246475, "S13": -19.86372744758788, "W21": -37.165380746421107, "S21": -40.553392483182321, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.506298340309044, "S32": -86.506298340309044 }, "geometry": { "type": "Point", "coordinates": [ 102340.0, 503587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4548695652173915, "S11": 2.4548695652173915, "W12": -5.6073724565025067, "S12": -5.6073724565025067, "W13": -17.080727177196898, "S13": -18.327734523534094, "W21": -35.425975450227718, "S21": -45.425975450227718, "W22": -60.0, "S22": -83.49314012640717, "W31": -99.916368377111368, "S31": -99.916368377111368, "W32": -101.4478992599667, "S32": -106.4478992599667 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2614959349593491, "S11": 3.2131643727914425, "W12": -9.3888780487804855, "S12": -9.3888780487804855, "W13": -20.603227771010964, "S13": -20.603227771010964, "W21": -50.773052011456841, "S21": -73.984016579846312, "W22": -46.502673169437614, "S22": -46.509761689042698, "W31": -81.81774734056529, "S31": -81.81774734056529, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42711044998140568, "S11": 0.42711044998140568, "W12": -5.0, "S12": -5.0, "W13": -14.65902630969833, "S13": -19.093704096015934, "W21": -40.0, "S21": -58.231291898647882, "W22": -80.0, "S22": -94.823827638548551, "W31": -95.228380320137731, "S31": -95.228380320137731, "W32": -96.623099740452361, "S32": -101.62309974045236 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 502309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8560851926977686, "S11": 1.8560851926977686, "W12": -5.0, "S12": -20.0, "W13": -20.0, "S13": -23.620520255234368, "W21": -41.441191952944408, "S21": -50.429798899523036, "W22": -80.0, "S22": -94.860974990387547, "W31": -95.710563071285733, "S31": -95.710563071285733, "W32": -96.527305017019401, "S32": -101.5273050170194 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 503367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4373734131563762, "S11": -1.4373734131563762, "W12": -10.741359355966315, "S12": -12.99293134861216, "W13": -29.04705200561315, "S13": -29.04705200561315, "W21": -39.651021501418008, "S21": -39.651021501418008, "W22": -40.0, "S22": -40.805732702461768, "W31": -72.506101883467892, "S31": -73.024683186716516, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102341.0, 509627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6066044658769254, "S12": -10.083876049063434, "W13": -19.020647857274415, "S13": -19.541643432340017, "W21": -20.887236176361622, "S21": -20.887236176361622, "W22": -39.771299897645861, "S22": -48.23395872944738, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -91.708438759598693, "S32": -96.708438759598693 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 496953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3998899413622015, "S11": 3.3998899413622015, "W12": -10.0, "S12": -10.0, "W13": -20.370478950579621, "S13": -21.026393110483792, "W21": -49.460072351390806, "S21": -79.909510553638, "W22": -41.216464599259552, "S22": -43.62348869957804, "W31": -69.078031609480021, "S31": -69.579276164551587, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8574290389932762, "W12": -8.397691409044759, "S12": -8.397691409044759, "W13": -20.0, "S13": -25.0, "W21": -50.0, "S21": -72.169073405535499, "W22": -41.274137376726969, "S22": -43.411625626004408, "W31": -68.985985416284834, "S31": -69.266092186009388, "W32": -98.917780118645013, "S32": -103.91778011864501 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 502808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.870035399090491, "S12": -17.389199592957947, "W13": -20.066660983689474, "S13": -23.283538828442826, "W21": -35.383667793561244, "S21": -35.706406614950481, "W22": -85.443563608904626, "S22": -93.697035831123017, "W31": -100.31473152257631, "S31": -100.31473152257631, "W32": -100.31473152257631, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 504074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5355105755579016, "S11": 0.5355105755579016, "W12": -15.0, "S12": -18.183799717872787, "W13": -23.942675594326762, "S13": -23.942675594326762, "W21": -33.480897251723349, "S21": -33.480897251723349, "W22": -42.899286144319255, "S22": -42.899286144319255, "W31": -69.343467471289657, "S31": -71.380071551448538, "W32": -83.59954188177295, "S32": -88.59954188177295 }, "geometry": { "type": "Point", "coordinates": [ 102342.0, 505492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4607632250271134, "S12": -8.4607632250271134, "W13": -20.789828800280606, "S13": -20.789828800280606, "W21": -43.436961993965035, "S21": -44.924989417194126, "W22": -38.978876748447881, "S22": -38.978876748447881, "W31": -70.0, "S31": -70.0, "W32": -79.479628723164495, "S32": -84.479628723164495 }, "geometry": { "type": "Point", "coordinates": [ 102342.258620689652162, 516616.008620689681266 ] } }, +{ "type": "Feature", "properties": { "W11": 2.254108710510593, "S11": 2.254108710510593, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -41.410679942732841, "S21": -43.045656978378098, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -81.559193257320985, "S32": -86.559193257320985 }, "geometry": { "type": "Point", "coordinates": [ 102342.5, 512999.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4045926928281456, "S11": 3.4045926928281456, "W12": -9.9606192286800663, "S12": -9.9606192286800663, "W13": -20.37141702257474, "S13": -21.01768605386134, "W21": -49.454260024722444, "S21": -77.544147665171892, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.223279804082495, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102343.0, 500262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0035164636896705, "S11": 3.0035164636896705, "W12": -6.3963529922550109, "S12": -6.3963529922550109, "W13": -20.174746157428974, "S13": -20.546650116990897, "W21": -46.205153495253363, "S21": -62.007829080537647, "W22": -46.270182148417746, "S22": -46.278261918260299, "W31": -82.815462658711894, "S31": -82.815462658711894, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102343.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5908472012102872, "S11": 3.4271270009390511, "W12": -5.6075088111335019, "S12": -6.6745264661093548, "W13": -20.298100092678407, "S13": -20.298100092678407, "W21": -54.585364861346179, "S21": -66.449727259879822, "W22": -70.0, "S22": -93.444697467327572, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -103.64469336079996 }, "geometry": { "type": "Point", "coordinates": [ 102343.0, 500872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82690662893629951, "S11": -0.82690662893629951, "W12": -8.3409322686642291, "S12": -8.3409322686642291, "W13": -20.31339124841033, "S13": -20.31339124841033, "W21": -41.993295297365279, "S21": -44.628513749037303, "W22": -38.245043452458141, "S22": -40.704136560747386, "W31": -73.869813825759877, "S31": -73.869813825759877, "W32": -96.278547908030447, "S32": -101.27854790803045 }, "geometry": { "type": "Point", "coordinates": [ 102343.40983606557711, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.260679476770449, "S11": 3.260679476770449, "W12": -9.2135810377964038, "S12": -9.2135810377964038, "W13": -20.214341671751097, "S13": -21.390596633226789, "W21": -48.371246016084221, "S21": -82.081590843645543, "W22": -37.327659053462789, "S22": -40.166399877543498, "W31": -72.431772288407316, "S31": -74.42451459010887, "W32": -95.943975803754725, "S32": -100.94397580375473 }, "geometry": { "type": "Point", "coordinates": [ 102343.8, 500364.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1119293493594773, "W12": -9.4711606881120751, "S12": -10.202101256356643, "W13": -19.812271808975773, "S13": -22.643860135997382, "W21": -50.0, "S21": -72.955451348182891, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.466331827074271, "S32": -86.466331827074271 }, "geometry": { "type": "Point", "coordinates": [ 102344.0, 502910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33224711134989254, "S11": 0.33224711134989254, "W12": -10.036757401152393, "S12": -16.138969079125808, "W13": -21.769618963960081, "S13": -21.769618963960081, "W21": -33.559254378070676, "S21": -37.207315269698078, "W22": -65.751748251748467, "S22": -89.701592959839587, "W31": -97.008757320146074, "S31": -97.008757320146074, "W32": -97.922453703703781, "S32": -102.92245370370378 }, "geometry": { "type": "Point", "coordinates": [ 102344.0, 507117.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.04693549842129, "S11": 3.04693549842129, "W12": -6.7171608240780944, "S12": -6.7171608240780944, "W13": -20.058015836050302, "S13": -20.536322491484167, "W21": -45.578762755102041, "S21": -62.442616604601824, "W22": -60.0, "S22": -85.326807461076001, "W31": -99.87021071868358, "S31": -99.87021071868358, "W32": -101.40934590594414, "S32": -106.40934590594414 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4151874264582287, "S11": 3.209968433102663, "W12": -6.0924696277876942, "S12": -7.8372641808713777, "W13": -20.196486713580505, "S13": -20.196486713580505, "W21": -56.886803459891922, "S21": -69.485096517045733, "W22": -79.999999999999986, "S22": -83.943949517446157, "W31": -100.29049006300968, "S31": -100.29049006300968, "W32": -100.29049006300968, "S32": -105.16750619652996 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7888134036237506, "S11": 2.6380769024425108, "W12": -3.819521692383701, "S12": -15.00137587653168, "W13": -18.122864704467073, "S13": -28.599262282333306, "W21": -36.49635491873363, "S21": -39.49635491873363, "W22": -89.374671571203365, "S22": -98.619607114481454, "W31": -100.02792879239465, "S31": -100.02792879239465, "W32": -100.02792879239465, "S32": -104.61259711111111 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 504391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0599534849916419, "S11": 0.63128909081748641, "W12": -8.1002108314665957, "S12": -17.685811091313447, "W13": -21.323186905609109, "S13": -27.061168846994278, "W21": -35.550538024405881, "S21": -35.550538024405881, "W22": -82.101267925364041, "S22": -95.199846158845446, "W31": -95.199846158845446, "S31": -95.199846158845446, "W32": -96.209432195792814, "S32": -101.20943219579281 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 504746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6202764670698477, "S11": 1.6202764670698477, "W12": -12.741324673540868, "S12": -20.03519518145594, "W13": -23.66488413547237, "S13": -23.66488413547237, "W21": -37.132182738161482, "S21": -37.132182738161482, "W22": -41.992407343350671, "S22": -44.068911203637199, "W31": -70.0, "S31": -70.727723946334194, "W32": -94.396333934846609, "S32": -99.396333934846609 }, "geometry": { "type": "Point", "coordinates": [ 102345.0, 506562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.5483238352556521, "S12": -5.5621779808254423, "W13": -19.092696173413415, "S13": -19.092696173413415, "W21": -33.588858616582996, "S21": -33.588858616582996, "W22": -40.0, "S22": -40.338851522743077, "W31": -70.108562024675962, "S31": -70.202791047153482, "W32": -79.337275445915296, "S32": -84.337275445915296 }, "geometry": { "type": "Point", "coordinates": [ 102345.153846153843915, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1985757279886196, "S11": 2.1985757279886196, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -41.569502765519012, "S21": -43.107462838295589, "W22": -69.087734404108389, "S22": -82.201483594847488, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102345.416666666671517, 513047.916666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3766874874069923, "S11": 1.3766874874069923, "W12": 0.0, "S12": -8.1527642456818032, "W13": -18.547000066236482, "S13": -19.809281971121422, "W21": -36.854926499816727, "S21": -38.974343387712644, "W22": -83.043090876855757, "S22": -89.519613852283186, "W31": -99.718581960749745, "S31": -99.718581960749745, "W32": -101.47081642396753, "S32": -106.47081642396753 }, "geometry": { "type": "Point", "coordinates": [ 102345.666666666671517, 503618.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.1871628252075948, "S12": -3.7125863778882078, "W13": -19.985550316416361, "S13": -19.985550316416361, "W21": -32.860468392120524, "S21": -32.860468392120524, "W22": -89.476265545629701, "S22": -98.359015699098094, "W31": -100.04629417070915, "S31": -100.04629417070915, "W32": -100.04629417070915, "S32": -104.60747990123457 }, "geometry": { "type": "Point", "coordinates": [ 102345.666666666671517, 510814.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.381852954442941, "S11": 3.381852954442941, "W12": -9.7668133249528601, "S12": -9.7668133249528601, "W13": -20.33485051860891, "S13": -21.198177834587518, "W21": -49.243532243685593, "S21": -89.243532243685593, "W22": -89.713535722437797, "S22": -89.713535722437797, "W31": -99.117133040553327, "S31": -99.117133040553327, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102346.0, 500282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9978925016589253, "S11": 2.9978925016589253, "W12": -7.292526915769475, "S12": -7.292526915769475, "W13": -20.689366515837104, "S13": -20.689366515837104, "W21": -50.199362216846268, "S21": -68.824196847750301, "W22": -84.834281888182119, "S22": -92.049784669147954, "W31": -97.552551604728976, "S31": -97.552551604728976, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102346.0, 500654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8840076745104577, "W12": -8.3787800704240905, "S12": -8.3787800704240922, "W13": -20.0, "S13": -24.94034302759135, "W21": -50.0, "S21": -72.108904933814671, "W22": -66.880210765023691, "S22": -89.853583876345851, "W31": -97.028606438326548, "S31": -97.028606438326548, "W32": -98.279867750871247, "S32": -103.27986775087125 }, "geometry": { "type": "Point", "coordinates": [ 102346.0, 502806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2072973713386554, "S12": -17.381482322455547, "W13": -20.10544499995143, "S13": -20.10544499995143, "W21": -33.22962393110133, "S21": -34.396090567982597, "W22": -41.293693337251938, "S22": -43.270009571234944, "W31": -68.927053316999533, "S31": -69.037196440832759, "W32": -98.185895658923329, "S32": -103.18589565892333 }, "geometry": { "type": "Point", "coordinates": [ 102346.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3213631032927378, "S11": 3.3213631032927378, "W12": -9.4230043997485851, "S12": -9.4230043997485851, "W13": -20.266115009151921, "S13": -21.594763210888175, "W21": -48.702781261264903, "S21": -48.702781261264903, "W22": -40.000000000000007, "S22": -40.354169172755377, "W31": -70.176068802060485, "S31": -70.253671882644369, "W32": -79.164084926522378, "S32": -84.164084926522378 }, "geometry": { "type": "Point", "coordinates": [ 102347.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.345535565038567, "S12": -6.2270554775803593, "W13": -14.302718546704311, "S13": -18.272993537286812, "W21": -44.487723863986574, "S21": -63.835366177360058, "W22": -37.967948228528222, "S22": -37.967948228528222, "W31": -70.0, "S31": -70.0, "W32": -78.79786568040825, "S32": -83.79786568040825 }, "geometry": { "type": "Point", "coordinates": [ 102347.0, 502514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35123855876797921, "S11": 0.35123855876797921, "W12": -13.349502004915276, "S12": -14.127783231316123, "W13": -21.978057725175336, "S13": -21.997806360796577, "W21": -36.536723272134687, "S21": -36.536723272134687, "W22": -39.729378451117952, "S22": -41.219263026299771, "W31": -60.0, "S31": -62.286800246067315, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102347.0, 507315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -36.257855265965553, "S21": -36.257855265965553, "W22": -51.564062440364872, "S22": -56.391583813143029, "W31": -88.279083862727859, "S31": -88.279083862727859, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102347.333333333328483, 510154.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52267856554088954, "S11": 0.52267856554088954, "W12": -8.8749764126218675, "S12": -9.2256036718181242, "W13": -16.909790371281211, "S13": -17.004488725943002, "W21": -23.966185595960422, "S21": -23.966185595960422, "W22": -60.0, "S22": -101.70198294354627, "W31": -101.70198294354627, "S31": -101.70198294354627, "W32": -101.70198294354627, "S32": -106.58868465027453 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 497138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -2.6566217287866771, "S12": -11.170259767857816, "W13": -18.503873692622346, "S13": -21.570919006951705, "W21": -38.791234773278156, "S21": -44.436262683139645, "W22": -90.6564610952381, "S22": -95.6564610952381, "W31": -99.926002340390539, "S31": -99.926002340390539, "W32": -99.926002340390539, "S32": -104.6613681477868 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 503491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7183436049660323, "S11": 2.4462738724861333, "W12": -4.0773341249814417, "S12": -14.926620886746527, "W13": -18.377897185018842, "S13": -28.377897185018842, "W21": -36.399573227648432, "S21": -38.966061107280638, "W22": -38.944230098623919, "S22": -47.518248837925398, "W31": -76.608009924355031, "S31": -76.608009924355031, "W32": -96.916533670717683, "S32": -101.91653367071768 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 504423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40391332324729495, "S11": 0.40391332324729495, "W12": -11.240171858217035, "S12": -20.112716925901445, "W13": -25.90950565664415, "S13": -25.90950565664415, "W21": -34.535169228012506, "S21": -34.537397542612943, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -81.457739732377419, "S32": -86.457739732377419 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 505136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47542142849637881, "S11": 0.47542142849637881, "W12": -15.0, "S12": -15.308614005940694, "W13": -21.936891566651351, "S13": -21.937071585853399, "W21": -36.503744540976584, "S21": -37.841133258424343, "W22": -62.487935831813452, "S22": -75.303361223745483, "W31": -90.0, "S31": -90.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102348.0, 507379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1430427454666399, "S11": 2.1430427454666399, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -41.728325588305111, "S21": -43.16926869821301, "W22": -89.968470835522851, "S22": -99.968470835522851, "W31": -100.1028331, "S31": -100.1028331, "W32": -100.1028331, "S32": -104.72969091358024 }, "geometry": { "type": "Point", "coordinates": [ 102348.333333333328483, 513096.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3341827695083497, "S11": 3.3341827695083497, "W12": -9.4389692017601341, "S12": -9.4389692017601341, "W13": -20.274092739475318, "S13": -21.603574965783981, "W21": -48.736484407382299, "S21": -48.736484407382299, "W22": -66.728202669224004, "S22": -88.50932322732298, "W31": -100.13046093068934, "S31": -100.13046093068934, "W32": -100.81656377775995, "S32": -105.81656377775995 }, "geometry": { "type": "Point", "coordinates": [ 102348.4, 500318.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58292762065515491, "S11": 0.58292762065515491, "W12": -6.6670025306592056, "S12": -6.6670025306592056, "W13": -16.952247467049304, "S13": -18.018622350680126, "W21": -31.305130431053232, "S21": -31.305130431053232, "W22": -38.30738836130206, "S22": -41.106458903960998, "W31": -74.185314586162889, "S31": -74.185314586162889, "W32": -96.347308418814265, "S32": -101.34730841881426 }, "geometry": { "type": "Point", "coordinates": [ 102348.428571428565192, 497580.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9590984974958263, "S11": 1.9590984974958263, "W12": -8.8198805330065859, "S12": -8.8198805330065859, "W13": -16.451010136668511, "S13": -18.397874032214332, "W21": -38.900152837160732, "S21": -55.744160341575096, "W22": -42.910662250707901, "S22": -43.459048161436634, "W31": -71.147212361662142, "S31": -72.069036402662292, "W32": -94.086070138218219, "S32": -99.086070138218219 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 502085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5744892280785434, "S11": 1.5744892280785434, "W12": -7.4417981314136918, "S12": -7.4417981314136918, "W13": -15.781655151545714, "S13": -18.781655151545714, "W21": -39.669868949575033, "S21": -56.939224704602879, "W22": -61.460597880184373, "S22": -73.391027595587204, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 502144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.704495257892685, "W13": -20.612400117293454, "S13": -20.612400117293454, "W21": -38.593719707206596, "S21": -38.593719707206596, "W22": -66.34463580911374, "S22": -88.416576069435465, "W31": -96.620116129878014, "S31": -96.620116129878014, "W32": -97.663026641883533, "S32": -102.66302664188353 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.258723088344469, "S12": -26.38568702193648, "W13": -26.38568702193648, "S13": -26.38568702193648, "W21": -35.691747038263486, "S21": -38.372462236220066, "W22": -70.0, "S22": -93.665749253381733, "W31": -93.665749253381733, "S31": -93.665749253381733, "W32": -98.762186190034484, "S32": -103.76218619003448 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4176772243407001, "S11": 3.4176772243407001, "W12": -2.614682449431923, "S12": -11.883956858094813, "W13": -20.0, "S13": -20.0, "W21": -36.304903177638195, "S21": -41.216464599259552, "W22": -40.281411201179075, "S22": -55.776539760560411, "W31": -79.570487730610665, "S31": -79.570487730610665, "W32": -97.607026683693178, "S32": -102.60702668369318 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 508417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8942891588368451, "S11": 2.8942891588368451, "W12": -2.7360257851702263, "S12": -17.736025785170224, "W13": -20.276711924439198, "S13": -20.276711924439198, "W21": -36.31087954110901, "S21": -41.274137376726969, "W22": -40.056259271468598, "S22": -44.295484755541224, "W31": -68.422495055565591, "S31": -68.704781885096565, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102349.0, 508481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0217910088708737, "S11": 3.0217910088708737, "W12": -6.3558843713675879, "S12": -6.3558843713675879, "W13": -20.202487191429814, "S13": -20.55341389741136, "W21": -45.166235153905085, "S21": -61.381396803849668, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.521176488766613, "S32": -86.521176488766613 }, "geometry": { "type": "Point", "coordinates": [ 102350.0, 500541.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68965061859026533, "S11": -0.68965061859026533, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -37.824494160339349, "S21": -37.824494160339349, "W22": -60.0, "S22": -90.865548607163163, "W31": -99.579045116423302, "S31": -99.579045116423302, "W32": -101.45649319646694, "S32": -106.45649319646694 }, "geometry": { "type": "Point", "coordinates": [ 102350.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2782452263843442, "S11": 2.2782452263843442, "W12": -12.869945501254806, "S12": -12.869945501254806, "W13": -20.0, "S13": -21.899348038549313, "W21": -37.437421612372717, "S21": -37.507417698369522, "W22": -89.058521450732854, "S22": -106.33137328789437, "W31": -106.33137328789437, "S31": -106.33137328789437, "W32": -106.33137328789437, "S32": -106.33137328789437 }, "geometry": { "type": "Point", "coordinates": [ 102350.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.302655667028239, "S11": 2.302655667028239, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -41.335695522219119, "S21": -43.043745168325614, "W22": -65.600233100233098, "S22": -89.871946504271691, "W31": -96.984714489190765, "S31": -96.984714489190765, "W32": -97.870610311857746, "S32": -102.87061031185775 }, "geometry": { "type": "Point", "coordinates": [ 102350.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75954232484035611, "S11": 0.75954232484035611, "W12": -10.860278482749161, "S12": -10.860278482749161, "W13": -20.0, "S13": -20.0, "W21": -43.735608131595114, "S21": -45.263230925565601, "W22": -70.0, "S22": -91.416252720879612, "W31": -96.001143704038455, "S31": -96.001143704038455, "W32": -97.814863948471313, "S32": -102.81486394847131 }, "geometry": { "type": "Point", "coordinates": [ 102350.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59166683940636766, "S11": 0.59166683940636766, "W12": -6.350041940108679, "S12": -6.350041940108679, "W13": -16.970439861640187, "S13": -18.124496811285869, "W21": -32.433016341539357, "S21": -32.433016341539357, "W22": -40.120140793429634, "S22": -42.441508138968963, "W31": -72.472833211860618, "S31": -73.0357378283244, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102350.333333333328483, 497648.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1247198160844043, "S11": 3.6247198160844043, "W12": -7.0293513684543587, "S12": -7.2091771364506911, "W13": -19.634404051711194, "S13": -20.728044577373367, "W21": -54.676490278838322, "S21": -69.463784663410081, "W22": -70.0, "S22": -101.14707006290368, "W31": -101.14707006290368, "S31": -101.14707006290368, "W32": -101.14707006290368, "S32": -104.9373417449895 }, "geometry": { "type": "Point", "coordinates": [ 102351.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8521016276510602, "S12": -17.175296484228706, "W13": -20.03902385915233, "S13": -22.381255375944065, "W21": -34.859531795334576, "S21": -35.36947811427703, "W22": -40.0, "S22": -44.172919605077574, "W31": -72.928057234282207, "S31": -73.356063674153404, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102351.0, 504087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99172407622796832, "S11": 0.99172407622796832, "W12": -5.3270723559612554, "S12": -16.835829937914067, "W13": -20.097578833652289, "S13": -21.025868107429257, "W21": -32.969622236628531, "S21": -33.987390332510458, "W22": -38.683546885766077, "S22": -53.683546885766077, "W31": -68.4488571902275, "S31": -68.4488571902275, "W32": -90.429893504314009, "S32": -95.429893504314009 }, "geometry": { "type": "Point", "coordinates": [ 102351.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0875097629446664, "S11": 2.0875097629446664, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -41.887148411091275, "S21": -43.231074558130487, "W22": -43.285030972715546, "S22": -43.548729395250014, "W31": -79.115932887599357, "S31": -79.615932887599357, "W32": -93.472216348819217, "S32": -98.472216348819217 }, "geometry": { "type": "Point", "coordinates": [ 102351.25, 513144.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1590082772491188, "S11": 1.9778270468390511, "W12": -6.0580444306212584, "S12": -6.0675734294159049, "W13": -16.16705303599219, "S13": -20.387040625874302, "W21": -45.639483610870322, "S21": -65.362617345673215, "W22": -80.0, "S22": -94.726458224535591, "W31": -94.726458224535591, "S31": -94.726458224535591, "W32": -96.317439822927227, "S32": -101.31743982292723 }, "geometry": { "type": "Point", "coordinates": [ 102351.333333333328483, 502585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3533802435723947, "S11": 3.3533802435723947, "W12": -9.4098051539912007, "S12": -9.4098051539912007, "W13": -20.279893227577791, "S13": -21.467482855232877, "W21": -48.711498254327473, "S21": -48.711498254327473, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.584613245155893, "S32": -86.584613245155893 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 500310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0529273793414524, "S11": 3.0529273793414524, "W12": -6.5698169493424459, "S12": -6.5698169493424459, "W13": -20.125840707964599, "S13": -20.547028576540843, "W21": -45.187606292517003, "S21": -61.826402279139074, "W22": -38.218064408340005, "S22": -38.577749766047873, "W31": -70.583796687698012, "S31": -70.647624167020567, "W32": -78.119081446582214, "S32": -83.119081446582214 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 500522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9097870996842579, "S11": 2.9097870996842579, "W12": -5.3243091833447709, "S12": -5.3243091833447709, "W13": -20.592971588262692, "S13": -20.592971588262692, "W21": -49.713352237701883, "S21": -64.690624964974603, "W22": -90.0, "S22": -90.330330330330327, "W31": -100.1734090245632, "S31": -100.1734090245632, "W32": -100.1734090245632, "S32": -104.64902113857271 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 500623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9308422653265587, "S11": 2.7493007250241099, "W12": -10.333715968898227, "S12": -16.755075692034112, "W13": -19.893790974101947, "S13": -24.035878125394966, "W21": -50.0, "S21": -65.0, "W22": -86.515061012031737, "S22": -101.7363857875699, "W31": -101.7363857875699, "S31": -101.7363857875699, "W32": -101.7363857875699, "S32": -101.86888009012814 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -25.128691290197366, "W13": -25.128691290197366, "S13": -25.128691290197366, "W21": -36.42509167657461, "S21": -41.176424973361385, "W22": -48.886156832042623, "S22": -48.886156832042623, "W31": -68.509938734895144, "S31": -73.877010886675563, "W32": -88.839763475390342, "S32": -93.839763475390342 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 507565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5802348336594916, "S12": -9.5802348336594925, "W13": -29.943463872035302, "S13": -29.943463872035302, "W21": -33.705929353199586, "S21": -33.705929353199586, "W22": -57.640166673307789, "S22": -57.640166673307789, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102352.0, 510426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4127461437971163, "S11": 2.9127461437971163, "W12": -6.1473602868447088, "S12": -6.1473602868447088, "W13": -17.277265287903585, "S13": -17.277265287903585, "W21": -60.093023720930233, "S21": -69.087734404108389, "W22": -81.094144082175447, "S22": -94.218047762700877, "W31": -100.1490769247746, "S31": -100.1490769247746, "W32": -100.66076057617788, "S32": -105.66076057617788 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4076860622462788, "S11": 3.4076860622462788, "W12": -9.65078125, "S12": -9.65078125, "W13": -20.333843807199514, "S13": -21.03591006117308, "W21": -49.101722798679866, "S21": -83.043090876855757, "W22": -89.544854881266488, "S22": -89.544854881266488, "W31": -100.19573603741006, "S31": -100.19573603741006, "W32": -100.19573603741006, "S32": -104.66407171074977 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 500273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9116553901668927, "S11": 2.9116553901668927, "W12": -5.3120684584249513, "S12": -5.3120684584249513, "W13": -20.59935724266418, "S13": -20.59935724266418, "W21": -49.595610898779434, "S21": -64.595610898779427, "W22": -90.860868142857143, "S22": -93.954304675364881, "W31": -100.11254171223021, "S31": -100.11254171223021, "W32": -100.11254171223021, "S32": -104.77153785438121 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 500623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3705365853658535, "S11": 3.2659244705943338, "W12": -8.1720975609756099, "S12": -8.7498427909653174, "W13": -20.550648748841521, "S13": -20.550648748841521, "W21": -52.324184676474424, "S21": -72.816857743680089, "W22": -42.563809186717393, "S22": -43.785957874120875, "W31": -70.0, "S31": -70.861158564994568, "W32": -94.214293133751795, "S32": -99.214293133751795 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5652378551016977, "S11": 3.3785833571018515, "W12": -5.6907405352141058, "S12": -7.067155704242686, "W13": -20.280769230769231, "S13": -20.280769230769231, "W21": -55.242033914854836, "S21": -66.548132879181651, "W22": -89.309939017866697, "S22": -106.43982038663314, "W31": -106.43982038663314, "S31": -106.43982038663314, "W32": -106.43982038663314, "S32": -106.43982038663314 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 500901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1885155604516591, "W12": -6.59513179186823, "S12": -6.59513179186823, "W13": -18.262317562934665, "S13": -23.257499043058271, "W21": -46.880210765023683, "S21": -66.880210765023691, "W22": -39.846351167111436, "S22": -53.151255218284753, "W31": -78.604277933240056, "S31": -78.604277933240056, "W32": -97.374701705689802, "S32": -102.3747017056898 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 502636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.2926035496293018, "S12": -11.672517913194891, "W13": -20.720591392078994, "S13": -20.720591392078994, "W21": -36.369149084949491, "S21": -41.293693337251938, "W22": -40.0, "S22": -40.0, "W31": -72.874127935355887, "S31": -73.304129335327886, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 508526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6953401019004053, "S11": 2.6953401019004053, "W12": -6.0861056751467713, "S12": -9.0861056751467721, "W13": -29.483820555249125, "S13": -29.483820555249125, "W21": -33.533221142413737, "S21": -33.533221142413737, "W22": -35.254648045645347, "S22": -35.254648045645347, "W31": -70.395009380679966, "S31": -70.422590069680382, "W32": -76.664102070185521, "S32": -81.664102070185521 }, "geometry": { "type": "Point", "coordinates": [ 102353.0, 510443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1421457354358768, "S11": 2.1421457354358768, "W12": -11.484304562917517, "S12": -11.487503826722492, "W13": -20.0, "S13": -25.351440200375791, "W21": -36.331263470542794, "S21": -36.331263470542794, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.652847739423308, "S32": -86.652847739423308 }, "geometry": { "type": "Point", "coordinates": [ 102353.375, 511725.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56961261719601719, "S11": 0.56961261719601719, "W12": -9.4612267755962574, "S12": -18.89751589362896, "W13": -22.146600245843306, "S13": -26.095069559573666, "W21": -35.302967147894023, "S21": -35.302967147894023, "W22": -60.000000000000007, "S22": -84.956836750423932, "W31": -99.910503387722244, "S31": -99.910503387722244, "W32": -101.17987586536165, "S32": -106.17987586536165 }, "geometry": { "type": "Point", "coordinates": [ 102353.5, 504823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.403800024583111, "S12": -8.403800024583111, "W13": -20.43279780900086, "S13": -20.43279780900086, "W21": -43.129899460878661, "S21": -44.523694873403606, "W22": -91.069206095238087, "S22": -94.275227767064706, "W31": -100.14333001706063, "S31": -100.14333001706063, "W32": -100.14333001706063, "S32": -104.81955002267389 }, "geometry": { "type": "Point", "coordinates": [ 102353.626666666663368, 516171.786666666681413 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9839943584921786, "S11": 1.9839943584921786, "W12": -4.9249806151460325, "S12": -4.9249806151460325, "W13": -15.0, "S13": -15.391134982921805, "W21": -41.795360487911125, "S21": -51.512647106801658, "W22": -90.0, "S22": -107.77596061148603, "W31": -107.77596061148603, "S31": -107.77596061148603, "W32": -107.77596061148603, "S32": -107.77596061148603 }, "geometry": { "type": "Point", "coordinates": [ 102354.0, 498639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5002571041948576, "S11": 3.5002571041948576, "W12": -9.3912343601375579, "S12": -9.3912343601375579, "W13": -20.428689749847468, "S13": -20.907608940076681, "W21": -49.315345417348567, "S21": -60.0, "W22": -69.698173326640628, "S22": -87.297393001078575, "W31": -95.838029919042697, "S31": -95.838029919042697, "W32": -97.002209018890923, "S32": -102.00220901889092 }, "geometry": { "type": "Point", "coordinates": [ 102354.0, 500209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9775872594558725, "S11": 2.9775872594558725, "W12": -8.3453451551614961, "S12": -8.3453451551614961, "W13": -20.745927601809953, "S13": -20.745927601809953, "W21": -50.362255639097739, "S21": -73.156528488424513, "W22": -66.639756010046639, "S22": -87.336612321409334, "W31": -96.342300933669605, "S31": -96.342300933669605, "W32": -97.351303375158054, "S32": -102.35130337515805 }, "geometry": { "type": "Point", "coordinates": [ 102354.0, 500658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8271614384085697, "S11": 0.8271614384085697, "W12": -5.0, "S12": -15.675050780068284, "W13": -19.353384167202627, "S13": -19.518258197129928, "W21": -34.553786682057741, "S21": -37.320075633899123, "W22": -36.632622946141431, "S22": -36.767603036578087, "W31": -70.97087675448654, "S31": -71.103052507108615, "W32": -77.124491291482727, "S32": -82.124491291482727 }, "geometry": { "type": "Point", "coordinates": [ 102354.0, 503880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0319767804226929, "S11": 2.0319767804226929, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.0, "W21": -42.045971233877452, "S21": -43.292880418047986, "W22": -50.646782182136356, "S22": -51.732730811056044, "W31": -68.340782047444463, "S31": -73.621001508697205, "W32": -96.135319616977014, "S32": -101.13531961697701 }, "geometry": { "type": "Point", "coordinates": [ 102354.166666666671517, 513193.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2621753518066727, "W12": -5.273344914718888, "S12": -5.273344914718888, "W13": -15.0, "S13": -15.359255779523972, "W21": -49.42486985923037, "S21": -58.784279326577767, "W22": -66.385402156543421, "S22": -90.643939393939405, "W31": -96.998614092750898, "S31": -96.998614092750898, "W32": -98.015816280940044, "S32": -103.01581628094004 }, "geometry": { "type": "Point", "coordinates": [ 102355.0, 499069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9224781235904373, "S11": 2.9224781235904373, "W12": -5.3492458088822286, "S12": -5.3492458088822286, "W13": -20.589003260363295, "S13": -20.594310758257144, "W21": -49.067315990630007, "S21": -64.251262478924318, "W22": -40.231277040404784, "S22": -44.003563264089898, "W31": -72.41085132990348, "S31": -73.056700323472342, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102355.0, 500618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1964546684709068, "S11": 3.1964546684709068, "W12": -8.122102852156841, "S12": -8.122102852156841, "W13": -20.095829774252589, "S13": -20.930431688798468, "W21": -46.849864722336861, "S21": -46.849864722336868, "W22": -39.260354486463278, "S22": -42.873841655749132, "W31": -80.0, "S31": -80.0, "W32": -91.582074347583045, "S32": -96.582074347583045 }, "geometry": { "type": "Point", "coordinates": [ 102356.0, 500426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8448096801707594, "S12": -16.311797810734557, "W13": -20.0, "S13": -22.971665231475786, "W21": -35.33571654438358, "S21": -35.653698215713021, "W22": -38.572005043256141, "S22": -42.946573348611004, "W31": -74.857086543818113, "S31": -74.857086543818113, "W32": -96.494986603306572, "S32": -101.49498660330657 }, "geometry": { "type": "Point", "coordinates": [ 102356.0, 504064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91989442218406148, "S11": 0.91989442218406148, "W12": -15.0, "S12": -15.0, "W13": -21.857317798650055, "S13": -21.857317798650055, "W21": -36.594487835531616, "S21": -38.992270694873369, "W22": -83.152034763790653, "S22": -87.063357484199173, "W31": -99.852278493061746, "S31": -99.852278493061746, "W32": -101.17539985676773, "S32": -106.17539985676773 }, "geometry": { "type": "Point", "coordinates": [ 102356.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3422689159684831, "W12": -5.074620972836386, "S12": -5.074620972836386, "W13": -15.0, "S13": -15.586844098641205, "W21": -48.229750765780096, "S21": -57.645461129097299, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.56314059973009, "S32": -86.56314059973009 }, "geometry": { "type": "Point", "coordinates": [ 102357.0, 499001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64264413518886676, "S11": 0.64264413518886676, "W12": -5.3528920831001408, "S12": -6.3705940866561068, "W13": -14.305496709909956, "S13": -17.86791751741654, "W21": -44.139043933842416, "S21": -63.417694087234082, "W22": -43.782401595059945, "S22": -43.782401595059945, "W31": -70.0, "S31": -70.0, "W32": -81.027929153112822, "S32": -86.027929153112822 }, "geometry": { "type": "Point", "coordinates": [ 102357.0, 502510.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.0127856639484545, "S12": -6.0127856639484545, "W13": -19.021781152407939, "S13": -25.198056203632824, "W21": -43.587302313871788, "S21": -54.174189919946237, "W22": -70.0, "S22": -95.247679045092838, "W31": -96.720983646615608, "S31": -96.720983646615608, "W32": -97.31599502167289, "S32": -102.31599502167289 }, "geometry": { "type": "Point", "coordinates": [ 102357.0, 503282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2139834777351803, "S11": 1.2139834777351803, "W12": -1.0842021724855044e-16, "S12": -14.637453473196031, "W13": -18.998658853388768, "S13": -19.903998008251687, "W21": -36.545925714513984, "S21": -37.727057789985686, "W22": -42.109051510946344, "S22": -43.944521596416429, "W31": -70.0, "S31": -70.892227944165882, "W32": -94.351600341912814, "S32": -99.351600341912814 }, "geometry": { "type": "Point", "coordinates": [ 102357.0, 503656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.428186420488399, "S11": 0.428186420488399, "W12": -14.765836383893044, "S12": -22.02521983351733, "W13": -24.999359911847279, "S13": -24.999359911847279, "W21": -33.885633037207555, "S21": -33.885633037207555, "W22": -42.896804004620712, "S22": -45.739019774916592, "W31": -68.750274515758818, "S31": -69.697902566727464, "W32": -97.180588006230536, "S32": -102.18058800623054 }, "geometry": { "type": "Point", "coordinates": [ 102357.0, 505316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9764437979007135, "S11": 1.9764437979007135, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.204794056663545, "S21": -43.354686277965399, "W22": -50.0, "S22": -51.618668997485194, "W31": -68.34528203578428, "S31": -72.281384161420206, "W32": -98.032337626747051, "S32": -103.03233762674705 }, "geometry": { "type": "Point", "coordinates": [ 102357.083333333328483, 513241.583333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4609616599007667, "S11": 3.4609616599007667, "W12": -9.419699438710845, "S12": -9.419699438710845, "W13": -20.370341671751071, "S13": -20.972064944295827, "W21": -49.282842667070788, "S21": -49.282842667070796, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.645927036481766, "S32": -86.645927036481766 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 500242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1305406441717794, "S11": 2.8019798425264812, "W12": -6.9209862405681317, "S12": -10.941424052170486, "W13": -20.0, "S13": -24.096069824214258, "W21": -59.405376910911968, "S21": -79.56735761981578, "W22": -39.333629314006714, "S22": -41.364652270150728, "W31": -59.999999999999993, "S31": -60.299747580984423, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 501190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2810618877129638, "W12": -6.1877376611575974, "S12": -6.1877376611575974, "W13": -16.68054331145721, "S13": -21.076462572690193, "W21": -45.84283776873653, "S21": -65.600103988484278, "W22": -39.79169311295167, "S22": -43.283491002428988, "W31": -67.843019621202984, "S31": -68.008542200111478, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9614017267648416, "W12": -8.31153222011182, "S12": -8.4267119376985384, "W13": -20.0, "S13": -24.783743475018642, "W21": -50.000000000000007, "S21": -70.0, "W22": -39.255478831925934, "S22": -48.080203376741125, "W31": -70.893876818100196, "S31": -70.893876818100196, "W32": -90.591393109701968, "S32": -95.591393109701968 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 502799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.384102427313948, "S13": -20.384102427313948, "W21": -37.527134843237221, "S21": -37.527134843237221, "W22": -41.542673661879114, "S22": -41.542673661879114, "W31": -69.525683343081241, "S31": -70.065356569295787, "W32": -82.606633206429208, "S32": -87.606633206429208 }, "geometry": { "type": "Point", "coordinates": [ 102358.0, 505652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1056804466521619, "S11": 3.6056804466521619, "W12": -7.2876870748299316, "S12": -8.0740236177001741, "W13": -20.0, "S13": -21.101972573911738, "W21": -51.028254802135166, "S21": -68.051077390645844, "W22": -41.171632283399987, "S22": -44.188731635950717, "W31": -68.869664419174043, "S31": -69.193076469328574, "W32": -97.355158840161877, "S32": -102.35515884016188 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 499823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43809315090502771, "S11": 0.43809315090502771, "W12": -10.000000000000002, "S12": -13.565999740158505, "W13": -20.608125083991141, "S13": -20.608125083991141, "W21": -39.884643234582825, "S21": -39.884643234582825, "W22": -35.137373613132304, "S22": -35.137373613132304, "W31": -71.077359477292362, "S31": -71.136584495380632, "W32": -76.409831020624679, "S32": -81.409831020624679 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57897936832319485, "S11": 0.57897936832319485, "W12": -9.8591947241240838, "S12": -9.8591947241240838, "W13": -22.602217066254187, "S13": -22.602217066254187, "W21": -38.474304702019559, "S21": -38.474304702019559, "W22": -69.008218055600366, "S22": -99.510597943178055, "W31": -99.700151737415212, "S31": -99.700151737415212, "W32": -99.726548153496822, "S32": -104.72654815349682 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30077952722638884, "S11": 0.30077952722638884, "W12": -9.7770993953796914, "S12": -14.777099395379691, "W13": -21.803414097157109, "S13": -21.817571713722803, "W21": -35.351270592238059, "S21": -39.791270592238057, "W22": -89.751792018829576, "S22": -107.08998117975699, "W31": -107.08998117975699, "S31": -107.08998117975699, "W32": -107.08998117975699, "S32": -107.08998117975699 }, "geometry": { "type": "Point", "coordinates": [ 102359.0, 507189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7323784678673513, "S11": 2.7323784678673513, "W12": -11.412865320879767, "S12": -12.731299784540155, "W13": -17.781479651016181, "S13": -18.822012060008348, "W21": -38.807096287411269, "S21": -53.485542520388904, "W22": -37.377523375426307, "S22": -39.882128018068933, "W31": -72.385252048341655, "S31": -74.300439092567586, "W32": -95.915533667162549, "S32": -100.91553366716255 }, "geometry": { "type": "Point", "coordinates": [ 102360.0, 501972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9209108153787398, "S11": 1.9209108153787398, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.363616879449715, "S21": -43.416492137882884, "W22": -77.936507936507937, "S22": -102.93650793650794, "W31": -102.93650793650794, "S31": -102.93650793650794, "W32": -102.93650793650794, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102360.0, 513290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.865118325957289, "S11": 3.865118325957289, "W12": -3.8535454914105118, "S12": -6.7964495270728893, "W13": -26.019461697722619, "S13": -26.019461697722619, "W21": -32.516491872233644, "S21": -32.516491872233644, "W22": -38.461349873995893, "S22": -42.250315008084002, "W31": -74.617288243915482, "S31": -74.617288243915482, "W32": -96.433132141680929, "S32": -101.43313214168093 }, "geometry": { "type": "Point", "coordinates": [ 102360.666666666671517, 510546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9195155615696891, "S11": 2.9195155615696891, "W12": -5.7744141861937921, "S12": -5.7744141861937921, "W13": -20.673567768979972, "S13": -20.673567768979972, "W21": -48.946492417704349, "S21": -66.490674910707156, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.622938530734629, "S32": -86.622938530734629 }, "geometry": { "type": "Point", "coordinates": [ 102361.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1561391182153522, "S11": 2.6561391182153522, "W12": -7.585653963522816, "S12": -7.585653963522816, "W13": -20.236433851925412, "S13": -24.829154450620841, "W21": -58.524878169359532, "S21": -74.138606046501593, "W22": -85.875865547759901, "S22": -96.933901103872245, "W31": -100.12406064819412, "S31": -100.12406064819412, "W32": -100.59100991474919, "S32": -105.59100991474919 }, "geometry": { "type": "Point", "coordinates": [ 102361.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6022255177381572, "S11": -1.6022255177381572, "W12": -11.041573459715606, "S12": -12.918953036224153, "W13": -28.51784489986067, "S13": -28.51784489986067, "W21": -39.949301049863827, "S21": -39.949301049863827, "W22": -79.999999999999986, "S22": -80.865546218487381, "W31": -100.34230476379646, "S31": -100.34230476379646, "W32": -100.34230476379646, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102361.0, 509504.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37117354449752188, "S11": 0.37117354449752188, "W12": -9.2671526864793794, "S12": -9.2671526864793794, "W13": -20.0, "S13": -20.0, "W21": -42.91612553656887, "S21": -44.71979684016847, "W22": -39.648054402682789, "S22": -41.098563499661608, "W31": -60.000000000000007, "S31": -61.86242670275147, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102361.75, 514301.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1849887235002257, "S11": 3.1849887235002257, "W12": -7.7507225827561754, "S12": -7.7507225827561754, "W13": -20.059048200122024, "S13": -20.790591510885509, "W21": -46.094144082175447, "S21": -81.094144082175447, "W22": -43.424671645696108, "S22": -43.869771679659991, "W31": -73.580496972228033, "S31": -74.466148064293279, "W32": -94.0560605009657, "S32": -99.0560605009657 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 500442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9228010825439785, "S11": 2.9228010825439785, "W12": -5.7496516782773908, "S12": -5.7496516782773908, "W13": -20.675328365160691, "S13": -20.675328365160691, "W21": -48.770188632720995, "S21": -65.882463850233989, "W22": -35.117833542025821, "S22": -35.117833542025821, "W31": -71.133042767201687, "S31": -71.195281157211596, "W32": -76.376881036280921, "S32": -81.376881036280921 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 500627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9090298606502989, "S11": 2.9090298606502989, "W12": -7.9387587080430659, "S12": -7.9387587080430659, "W13": -20.772454587796929, "S13": -20.772454587796929, "W21": -50.0, "S21": -74.012310980551405, "W22": -90.0, "S22": -107.69491219846392, "W31": -107.69491219846392, "S31": -107.69491219846392, "W32": -107.69491219846392, "S32": -107.69491219846392 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2706544552566301, "S11": 1.2706544552566301, "W12": -15.0, "S12": -15.0, "W13": -21.800585230698545, "S13": -21.800585230698545, "W21": -36.666730182608852, "S21": -39.746046983591526, "W22": -40.198884127245755, "S22": -44.958639543268688, "W31": -69.023373823345125, "S31": -69.521691341347676, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102362.0, 507454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1409892638036809, "S11": 2.7896743379733744, "W12": -6.9279087686854677, "S12": -11.189704258499594, "W13": -20.0, "S13": -24.150545103620679, "W21": -59.547706905640489, "S21": -79.547706905640496, "W22": -40.0, "S22": -43.130080561566821, "W31": -69.860634211021562, "S31": -69.993573353842663, "W32": -96.24871785130874, "S32": -101.24871785130874 }, "geometry": { "type": "Point", "coordinates": [ 102363.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4710356703056746, "S11": 1.4710356703056746, "W12": -1.8005066064211401, "S12": -14.350617964996008, "W13": -19.704903880700634, "S13": -20.294785204756991, "W21": -35.958163138956614, "S21": -37.627591306264023, "W22": -37.98917424819048, "S22": -37.98917424819048, "W31": -70.0, "S31": -70.0, "W32": -78.652165247956418, "S32": -83.652165247956418 }, "geometry": { "type": "Point", "coordinates": [ 102363.0, 503730.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47381363911851027, "S11": 0.47381363911851027, "W12": -10.0, "S12": -12.942055346238794, "W13": -20.495664596345875, "S13": -20.495664596345875, "W21": -39.620754573486629, "S21": -39.620754573486629, "W22": -73.163259032803353, "S22": -82.170309140279755, "W31": -98.610262031735914, "S31": -98.610262031735914, "W32": -100.16220508166968, "S32": -105.16220508166968 }, "geometry": { "type": "Point", "coordinates": [ 102363.0, 505734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.4849289556825109, "S12": -3.9250004706615589, "W13": -19.502261889990066, "S13": -19.78081289852301, "W21": -32.867893370253952, "S21": -32.867893370253952, "W22": -35.178978414294079, "S22": -35.178978414294079, "W31": -70.610828816580607, "S31": -70.650086058588272, "W32": -76.536472216478614, "S32": -81.536472216478614 }, "geometry": { "type": "Point", "coordinates": [ 102363.428571428565192, 510863.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8692195739006201, "S11": 1.8692195739006201, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -42.518559266584177, "S21": -43.479822631591709, "W22": -78.080120937263786, "S22": -98.080120937263786, "W31": -100.32695512077774, "S31": -100.32695512077774, "W32": -100.32695512077774, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102363.833333333328483, 513339.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3488723500225532, "S11": 3.3488723500225532, "W12": -8.9632306725329975, "S12": -8.9632306725329975, "W13": -20.226020439292252, "S13": -21.464135362814368, "W21": -48.072690701421166, "S21": -48.072690701421166, "W22": -78.835978835978835, "S22": -78.835978835978835, "W31": -100.33503823617042, "S31": -100.33503823617042, "W32": -100.33503823617042, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 500329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9056768414067689, "S11": 2.9056768414067689, "W12": -8.2540848638378712, "S12": -8.2540848638378712, "W13": -20.792163483931063, "S13": -20.792163483931063, "W21": -50.022427440633244, "S21": -75.182505121761693, "W22": -50.679370339685164, "S22": -69.292861142155317, "W31": -84.093258955025647, "S31": -84.093258955025647, "W32": -98.006982424211515, "S32": -103.00698242421151 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 500649.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2085889570552149, "S11": 2.9513511994629287, "W12": -6.5457239236573459, "S12": -9.545723923657345, "W13": -20.22909252669039, "S13": -24.201428270167284, "W21": -58.755337346408474, "S21": -81.39936091789987, "W22": -39.029128926403139, "S22": -47.289174273110248, "W31": -76.497936636749927, "S31": -76.497936636749927, "W32": -96.870354888560186, "S32": -101.87035488856019 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -14.681141005433888, "S13": -18.366831146494352, "W21": -40.420792079207921, "S21": -58.762014667550162, "W22": -40.0, "S22": -40.0, "W31": -64.396643843748762, "S31": -66.696280674133718, "W32": -92.433394441396473, "S32": -97.433394441396473 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 502349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0531294269608962, "S12": -6.7188550892810062, "W13": -14.434736737685592, "S13": -17.890782763506607, "W21": -43.165256994144436, "S21": -62.154951347058883, "W22": -45.324675324675326, "S22": -45.324675324675326, "W31": -68.912290348106339, "S31": -72.54579180647697, "W32": -84.70405446258313, "S32": -89.70405446258313 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 502465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.103044127405441, "S12": -4.959760031517602, "W13": -22.43975155279503, "S13": -22.43975155279503, "W21": -32.003854609436345, "S21": -32.003854609436345, "W22": -47.405326026318377, "S22": -47.405326026318377, "W31": -68.595903556559847, "S31": -73.848143232844905, "W32": -88.162920075875547, "S32": -93.162920075875547 }, "geometry": { "type": "Point", "coordinates": [ 102364.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8140339097999312, "S11": -1.8140339097999312, "W12": -10.697864808737297, "S12": -11.673468398675395, "W13": -26.445930706389312, "S13": -26.445930706389312, "W21": -40.397314574548552, "S21": -40.397314574548552, "W22": -85.738295042876132, "S22": -98.219335475147702, "W31": -100.12043566060848, "S31": -100.12043566060848, "W32": -100.5569363157754, "S32": -105.5569363157754 }, "geometry": { "type": "Point", "coordinates": [ 102364.333333333328483, 509178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1976039658496433, "W12": -6.5068562726554218, "S12": -6.5068562726554218, "W13": -17.932706435498091, "S13": -22.781686250806338, "W21": -46.487694257320079, "S21": -66.385402156543421, "W22": -71.881313131313135, "S22": -97.093327265588755, "W31": -100.19156707606405, "S31": -100.19156707606405, "W32": -100.31588230578049, "S32": -105.31588230578049 }, "geometry": { "type": "Point", "coordinates": [ 102365.0, 502627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.170886075949367, "W13": -20.346445897489982, "S13": -20.346445897489982, "W21": -36.466523937744277, "S21": -36.466523937744277, "W22": -89.952658607039695, "S22": -106.91811492262042, "W31": -106.91811492262042, "S31": -106.91811492262042, "W32": -106.91811492262042, "S32": -106.91811492262042 }, "geometry": { "type": "Point", "coordinates": [ 102365.0, 505612.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88682550805886473, "S11": 0.88682550805886473, "W12": -12.471033190420595, "S12": -25.796023920861828, "W13": -25.796023920861828, "S13": -25.796023920861828, "W21": -35.887381517123046, "S21": -37.867807080559409, "W22": -75.192719486081373, "S22": -90.093897288115386, "W31": -95.997196407986678, "S31": -95.997196407986678, "W32": -96.514522821576776, "S32": -101.51452282157678 }, "geometry": { "type": "Point", "coordinates": [ 102365.0, 506727.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8316276068712307, "S12": -15.543056293969286, "W13": -17.403573493511061, "S13": -18.801535487452156, "W21": -36.382274029530478, "S21": -36.585770032963453, "W22": -39.917449737670992, "S22": -39.917449737670992, "W31": -61.369557937039517, "S31": -63.420950862537495, "W32": -90.757985307302192, "S32": -95.757985307302192 }, "geometry": { "type": "Point", "coordinates": [ 102365.4, 504014.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3710329273793409, "S11": 3.3710329273793409, "W12": -9.0056568196103086, "S12": -9.0056568196103086, "W13": -20.241528370957901, "S13": -21.405937123678363, "W21": -48.152034763790667, "S21": -83.152034763790653, "W22": -40.232275139381613, "S22": -43.369528796633126, "W31": -69.934001017839194, "S31": -70.45356092910923, "W32": -95.977282224670432, "S32": -100.97728222467043 }, "geometry": { "type": "Point", "coordinates": [ 102366.0, 500316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0242820935367147, "S11": 2.0242820935367147, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.142719807860168, "S21": -43.36244580696669, "W22": -71.199443748972868, "S22": -78.643525266124186, "W31": -96.241929571040359, "S31": -96.241929571040359, "W32": -97.724395935499317, "S32": -102.72439593549932 }, "geometry": { "type": "Point", "coordinates": [ 102366.333333333328483, 513250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3755217816901815, "S11": 2.3755217816901815, "W12": -14.611406071830716, "S12": -14.611406071830716, "W13": -20.0, "S13": -20.0, "W21": -39.10868989340365, "S21": -39.738997246718824, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -81.595859278313782, "S32": -86.595859278313782 }, "geometry": { "type": "Point", "coordinates": [ 102366.769230769234127, 512472.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1597928718044406, "S11": 3.6597928718044406, "W12": -6.5903384334785695, "S12": -6.5903384334785695, "W13": -19.19373950554926, "S13": -20.104794598751116, "W21": -55.340659538517436, "S21": -68.317403724563945, "W22": -73.620879739003087, "S22": -88.601016891560747, "W31": -95.879858254941794, "S31": -95.879858254941794, "W32": -96.500691562932118, "S32": -101.50069156293212 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 499669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9025949246327034, "S11": 1.9025949246327034, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.737318736470662, "S13": -21.737318736470662, "W21": -36.704232355694053, "S21": -40.815308571805325, "W22": -80.0, "S22": -94.727100336866499, "W31": -94.727100336866499, "S31": -94.727100336866499, "W32": -96.099664914384107, "S32": -101.09966491438411 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 507508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5914432541706816, "S11": 1.5914432541706816, "W12": -5.0, "S12": -6.8454990501242143, "W13": -22.074769239025439, "S13": -22.074769239025439, "W21": -37.631864147701847, "S21": -41.610276063056176, "W22": -80.0, "S22": -94.742462970508399, "W31": -94.742462970508399, "S31": -94.742462970508399, "W32": -96.161872980560418, "S32": -101.16187298056042 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 508663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92752176569421119, "S11": -0.92752176569421119, "W12": -10.306608949520488, "S12": -10.306608949520488, "W13": -25.424941628190091, "S13": -25.424941628190091, "W21": -40.266858456432693, "S21": -41.569274319604929, "W22": -39.308127805610091, "S22": -41.277570931948034, "W31": -60.0, "S31": -60.25987032591749, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102367.0, 509027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.817528332422506, "S11": 1.817528332422506, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.673501653718709, "S21": -43.543153125300599, "W22": -39.385203940561063, "S22": -39.385203940561063, "W31": -69.257778775732092, "S31": -70.107087736944749, "W32": -90.446723454828529, "S32": -95.446723454828529 }, "geometry": { "type": "Point", "coordinates": [ 102367.666666666671517, 513389.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42527648713384769, "S11": 0.42527648713384769, "W12": -10.991081151153798, "S12": -19.959589919785266, "W13": -24.843354626369152, "S13": -24.843354626369152, "W21": -34.574620032915675, "S21": -34.574620032915675, "W22": -40.508947228241013, "S22": -40.698708392428877, "W31": -80.0, "S31": -80.069043215504436, "W32": -92.721873253111298, "S32": -97.721873253111298 }, "geometry": { "type": "Point", "coordinates": [ 102368.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40515187611675341, "S11": 0.40515187611675341, "W12": -14.619940674682603, "S12": -22.47658572674608, "W13": -26.466958893563902, "S13": -26.466958893563902, "W21": -33.919841593475212, "S21": -33.923699929208006, "W22": -72.757504852223292, "S22": -84.438315813173659, "W31": -98.706975837654852, "S31": -98.706975837654852, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102368.0, 505293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7345583837309761, "S11": 1.7345583837309761, "W12": -12.447634091065176, "S12": -19.557569820177136, "W13": -23.310160427807485, "S13": -23.310160427807485, "W21": -36.9518760310958, "S21": -36.9518760310958, "W22": -87.237937916750866, "S22": -87.237937916750866, "W31": -100.00162214056344, "S31": -100.00162214056344, "W32": -100.90534733826689, "S32": -105.90534733826689 }, "geometry": { "type": "Point", "coordinates": [ 102368.0, 506577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.966366581305756, "S21": -36.966366581305756, "W22": -74.943133503401356, "S22": -105.54799722181383, "W31": -105.54799722181383, "S31": -105.54799722181383, "W32": -105.54799722181383, "S32": -105.54799722181383 }, "geometry": { "type": "Point", "coordinates": [ 102368.666666666671517, 510114.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.136191879687884, "S11": 2.136191879687884, "W12": -4.0634224157937879, "S12": -4.0634224157937915, "W13": -21.289980680476546, "S13": -21.289980680476546, "W21": -36.690521036641293, "S21": -41.171632283399987, "W22": -39.999999999999993, "S22": -43.769252468265151, "W31": -73.140921514856586, "S31": -73.534593641414062, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102369.0, 508582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.1803571001173145, "S12": -3.8271726989180497, "W13": -19.842846507010865, "S13": -19.842846507010865, "W21": -32.467616731912706, "S21": -32.467616731912706, "W22": -39.999999999999993, "S22": -51.221636626971346, "W31": -73.355534356317662, "S31": -73.770792656166876, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102369.333333333328483, 510776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1283045281004966, "S11": 3.6134775828938048, "W12": -7.2695855086220531, "S12": -8.269585508622054, "W13": -20.065531370038411, "S13": -21.161849277620554, "W21": -50.223058935673571, "S21": -68.145130524476855, "W22": -38.58676597801449, "S22": -53.58676597801449, "W31": -68.390907864272663, "S31": -68.390907864272663, "W32": -90.284146004833431, "S32": -95.284146004833431 }, "geometry": { "type": "Point", "coordinates": [ 102370.0, 499847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.186445552147239, "S11": 2.8727974534293463, "W12": -6.745092765201953, "S12": -10.728286874885981, "W13": -20.085843373493979, "S13": -24.143894385844689, "W21": -60.0, "S21": -81.032718637309799, "W22": -86.29155775668363, "S22": -94.994102144234347, "W31": -100.07962834221648, "S31": -100.07962834221648, "W32": -100.64886822202624, "S32": -105.64886822202624 }, "geometry": { "type": "Point", "coordinates": [ 102370.0, 501166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2445647311443142, "S11": 1.2445647311443142, "W12": -4.8717024778593787, "S12": -14.983928106308252, "W13": -20.0, "S13": -21.30013673655424, "W21": -33.045689359377917, "S21": -34.186998965577182, "W22": -72.17333779936348, "S22": -79.112149532714369, "W31": -93.974708327330532, "S31": -93.974708327330532, "W32": -99.410674248028926, "S32": -104.41067424802893 }, "geometry": { "type": "Point", "coordinates": [ 102370.0, 504203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.044490753270185, "S11": 3.044490753270185, "W12": -5.9549586140250135, "S12": -5.9549586140250135, "W13": -20.390544946436886, "S13": -20.584015881567467, "W21": -43.871173469387756, "S21": -60.944752064705483, "W22": -79.543231855726134, "S22": -93.379451210112535, "W31": -99.694747729676706, "S31": -99.694747729676706, "W32": -101.03142158032944, "S32": -106.03142158032944 }, "geometry": { "type": "Point", "coordinates": [ 102371.0, 500553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8194867352846229, "S12": -15.188095293642583, "W13": -18.479257676988535, "S13": -20.035608850525058, "W21": -35.774023120315881, "S21": -35.898041191949822, "W22": -90.0, "S22": -95.088360755636813, "W31": -98.716615866030608, "S31": -98.716615866030608, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102371.0, 504034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7658370909443859, "S11": 1.7658370909443859, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -42.828444040853171, "S21": -43.606483619009424, "W22": -87.663186563776677, "S22": -97.663186563776677, "W31": -97.934325148118418, "S31": -97.934325148118418, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102371.5, 513439.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2150094722598106, "S11": 3.2150094722598106, "W12": -7.8974205158968207, "S12": -7.8974205158968207, "W13": -20.050253203172666, "S13": -20.76867487022847, "W21": -45.875865547759894, "S21": -85.875865547759901, "W22": -73.449544380695244, "S22": -88.424869907366627, "W31": -95.830119401710618, "S31": -95.830119401710618, "W32": -96.431535269709542, "S32": -101.43153526970954 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 500434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.023683355886333, "S11": 3.023683355886333, "W12": -5.7454097281550673, "S12": -5.7454097281550673, "W13": -20.470931532370749, "S13": -20.592498507939411, "W21": -44.196153371963995, "S21": -61.052340662933894, "W22": -42.804439941046432, "S22": -59.005613393040761, "W31": -79.966574346026889, "S31": -79.966574346026889, "W32": -97.677305565161035, "S32": -102.67730556516103 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 500569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48948907717106094, "S11": 0.48948907717106094, "W12": -10.101374124967597, "S12": -19.423879439107875, "W13": -22.653652067024648, "S13": -22.653652067024648, "W21": -35.075203726517842, "S21": -35.075203726517842, "W22": -39.532788204472503, "S22": -51.861762047530853, "W31": -78.211899809624228, "S31": -78.211899809624228, "W32": -97.266513548200095, "S32": -102.26651354820009 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 504872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46314405096719596, "S11": 0.46314405096719596, "W12": -14.023625843780135, "S12": -14.501598601173679, "W13": -21.779099620005361, "S13": -21.779099620005361, "W21": -36.890868297424518, "S21": -38.286164643878521, "W22": -51.858833932519836, "S22": -52.647477456150838, "W31": -68.364867586086049, "S31": -74.78438850960697, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 507366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.1824944352696203, "S12": -3.8443793420037622, "W13": -19.829978905571409, "S13": -19.829978905571409, "W21": -32.420771208596797, "S21": -32.420771208596797, "W22": -40.07143403972502, "S22": -40.517140666548705, "W31": -70.199506866699906, "S31": -70.368098471852974, "W32": -79.120254826934584, "S32": -84.120254826934584 }, "geometry": { "type": "Point", "coordinates": [ 102372.0, 510771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2261119631901836, "S11": 2.9668043768482555, "W12": -6.5537780736795392, "S12": -9.8879473526764041, "W13": -20.204120051635112, "S13": -24.197015367573496, "W21": -59.322333529758403, "S21": -81.622313007315654, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.56875473813119, "S32": -86.56875473813119 }, "geometry": { "type": "Point", "coordinates": [ 102373.0, 501120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4635667990984183, "S11": 0.4635667990984183, "W12": -14.999999999999998, "S12": -21.381143411488104, "W13": -24.928381247800861, "S13": -24.928381247800861, "W21": -33.722851127076133, "S21": -33.722851127076133, "W22": -39.667093740480155, "S22": -40.969255316177041, "W31": -60.0, "S31": -62.13289354984213, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102373.0, 505350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1099033762457826, "S11": 3.1099033762457826, "W12": -8.7962203340169935, "S12": -19.690849197569278, "W13": -21.164479115290163, "S13": -21.164479115290163, "W21": -38.279216727471749, "S21": -39.115449331845504, "W22": -74.827770632069289, "S22": -82.746424993361344, "W31": -98.74386273358877, "S31": -98.74386273358877, "W32": -100.58076225045373, "S32": -105.58076225045373 }, "geometry": { "type": "Point", "coordinates": [ 102373.0, 507897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0238533536490642, "S11": 2.0238533536490642, "W12": -11.519725830368557, "S12": -11.519725830368557, "W13": -20.0, "S13": -26.564809016906693, "W21": -36.145347209380517, "S21": -36.145347209380517, "W22": -90.0, "S22": -105.89492662171421, "W31": -105.89492662171421, "S31": -105.89492662171421, "W32": -105.89492662171421, "S32": -105.89492662171421 }, "geometry": { "type": "Point", "coordinates": [ 102373.2, 511729.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.851740687679083, "S11": 3.851740687679083, "W12": -8.7608228317272054, "S12": -8.7608228317272054, "W13": -20.501413108839451, "S13": -20.820675876549501, "W21": -48.357002809769838, "S21": -73.163259032803353, "W22": -78.129397369226069, "S22": -92.929693705587567, "W31": -95.476204033373648, "S31": -95.476204033373648, "W32": -96.164985223682876, "S32": -101.16498522368288 }, "geometry": { "type": "Point", "coordinates": [ 102373.25, 500021.75 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.192466228332338, "S12": -3.7038134495662383, "W13": -19.452652314182899, "S13": -19.721854378594546, "W21": -32.686419472128769, "S21": -32.686419472128769, "W22": -71.806094471064711, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.43788819019107 }, "geometry": { "type": "Point", "coordinates": [ 102373.75, 510843.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0387577807848443, "S11": 3.0387577807848443, "W12": -5.8195823587904929, "S12": -5.8195823587904929, "W13": -20.446702375407547, "S13": -20.591268508516222, "W21": -43.617931547619044, "S21": -60.708232550963523, "W22": -40.280208256948008, "S22": -44.079699796499561, "W31": -72.66416258467261, "S31": -73.260838438677453, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 500561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0316716283265679, "S11": 3.0316716283265679, "W12": -5.7579235584935784, "S12": -5.7579235584935784, "W13": -20.46982766651141, "S13": -20.593542915037105, "W21": -43.784983355936383, "S21": -60.791672319147082, "W22": -39.460277570810447, "S22": -39.460277570810447, "W31": -69.462101643580596, "S31": -70.462101643580596, "W32": -90.440137087735977, "S32": -95.440137087735977 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 500566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -2.3444164404808063, "S12": -12.892395307663508, "W13": -18.431753181629244, "S13": -21.242027716035714, "W21": -38.253176257097046, "S21": -43.253176257097046, "W22": -42.184588957019145, "S22": -42.208075580142214, "W31": -80.0, "S31": -80.5, "W32": -93.519812081596754, "S32": -98.519812081596754 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 503524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8087987758224946, "S11": 0.8087987758224946, "W12": -4.9573534023204724, "S12": -14.957353402320472, "W13": -19.794237553418412, "S13": -20.164976920200175, "W21": -34.658366703349131, "S21": -37.163189598993483, "W22": -35.689393462149503, "S22": -35.689393462149503, "W31": -71.239349481870931, "S31": -71.324743538199144, "W32": -76.443333764803569, "S32": -81.443333764803569 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 503892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9498631248098954, "S11": 1.1505820345797395, "W12": -5.9480827513506389, "S12": -15.730741013528757, "W13": -19.876213008260486, "S13": -27.118659160295863, "W21": -35.812578766220874, "S21": -35.812578766220874, "W22": -70.0, "S22": -91.698760194414703, "W31": -98.692959762206186, "S31": -98.692959762206186, "W32": -98.692959762206186, "S32": -103.21198661001672 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 504612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2912783859677683, "S11": -1.2912783859677683, "W12": -10.398033324506118, "S12": -13.398033324506118, "W13": -29.42169773954457, "S13": -29.42169773954457, "W21": -39.44932191757546, "S21": -39.44932191757546, "W22": -77.431106616555525, "S22": -87.506166178510867, "W31": -99.875530063898609, "S31": -99.875530063898609, "W32": -100.90266173311053, "S32": -105.90266173311053 }, "geometry": { "type": "Point", "coordinates": [ 102374.0, 509743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6128703099590833, "S11": -1.6128703099590833, "W12": -10.936252539590065, "S12": -13.127585102434789, "W13": -28.659089796637168, "S13": -28.659089796637168, "W21": -39.789231699613424, "S21": -39.789231699613424, "W22": -80.07268308341358, "S22": -103.58184301652196, "W31": -103.58184301652196, "S31": -103.58184301652196, "W32": -103.58184301652196, "S32": -105.4175686148748 }, "geometry": { "type": "Point", "coordinates": [ 102374.5, 509553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3690805689914196, "S12": -8.3690805689914196, "W13": -20.044305566620345, "S13": -20.044305566620345, "W21": -43.203221621004673, "S21": -44.433859427046002, "W22": -51.355482615167361, "S22": -56.16656478504251, "W31": -88.405064178247443, "S31": -88.405064178247443, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102374.719101123599103, 516325.078651685384102 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2206143437077133, "S11": 3.2206143437077133, "W12": -7.8411274823830883, "S12": -7.8411274823830883, "W13": -20.043979560707751, "S13": -20.747481778779196, "W21": -45.738295042876139, "S21": -85.738295042876132, "W22": -63.360744117277811, "S22": -76.809745959452329, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 500434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1582562020748761, "S11": 3.1582562020748761, "W12": -6.9166166766646668, "S12": -6.9166166766646668, "W13": -20.069208197484862, "S13": -20.571356224568682, "W21": -44.785554846938773, "S21": -69.785554846938766, "W22": -90.0, "S22": -92.260869565217391, "W31": -99.397942574239579, "S31": -99.397942574239579, "W32": -100.01422764227642, "S32": -105.01422764227642 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 500478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1795532975460121, "S11": 2.8040446115966837, "W12": -6.8722453382647553, "S12": -11.443579574075507, "W13": -20.0, "S13": -24.20745350062905, "W21": -60.0, "S21": -80.056789112861964, "W22": -56.433305716652853, "S22": -76.545152059687354, "W31": -87.028443572610797, "S31": -87.028443572610797, "W32": -98.212909747014592, "S32": -103.21290974701459 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 501203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5478661822827258, "S11": 1.5478661822827258, "W12": -5.7610292657745301, "S12": -5.7610292657745301, "W13": -15.0, "S13": -17.69236417033774, "W21": -40.0, "S21": -57.582479263720039, "W22": -41.60648489314665, "S22": -57.191954901938573, "W31": -79.646396947733692, "S31": -79.646396947733692, "W32": -97.598266052463984, "S32": -102.59826605246398 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 502223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4038494034945419, "S11": 0.4038494034945419, "W12": -7.4433390433522204, "S12": -17.069629977432871, "W13": -20.775053373875913, "S13": -26.852348953382581, "W21": -35.562742109795551, "S21": -35.562742109795551, "W22": -39.970786757054697, "S22": -54.417504376202416, "W31": -79.105482241023097, "S31": -79.105482241023097, "W32": -97.471630919415873, "S32": -102.47163091941587 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 504699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0050382279736749, "S11": 3.0050382279736749, "W12": -9.9225021974802239, "S12": -23.519011126952527, "W13": -23.519011126952527, "S13": -23.519011126952527, "W21": -38.512182821030983, "S21": -38.512182821030983, "W22": -40.53914290423603, "S22": -50.53914290423603, "W31": -70.702782437124199, "S31": -71.557563718914636, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102375.0, 507848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0227131651711696, "W12": -7.9877648937325461, "S12": -7.9877648937325452, "W13": -20.0, "S13": -24.968534906587561, "W21": -49.820582938704312, "S21": -71.199443748972868, "W22": -42.927743947310169, "S22": -43.264993009741232, "W31": -71.771142200877009, "S31": -72.771142200877009, "W32": -94.255215366368873, "S32": -99.255215366368873 }, "geometry": { "type": "Point", "coordinates": [ 102375.333333333328483, 502767.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7141458494662658, "S11": 1.7141458494662658, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -42.983386427987625, "S21": -43.669814112718242, "W22": -36.067980269900495, "S22": -36.067980269900495, "W31": -70.0, "S31": -70.0, "W32": -77.32929274283552, "S32": -82.32929274283552 }, "geometry": { "type": "Point", "coordinates": [ 102375.333333333328483, 513489.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3833087149188406, "S11": 1.3833087149188406, "W12": -5.1457828693960339, "S12": -5.1457828693960339, "W13": -14.937254400564354, "S13": -17.912167631852657, "W21": -40.0, "S21": -57.752482672423568, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.540502262599759, "S32": -86.540502262599759 }, "geometry": { "type": "Point", "coordinates": [ 102375.666666666671517, 502254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6028244619476206, "S11": 2.6028244619476206, "W12": -9.9894317659677654, "S12": -11.166924011813391, "W13": -17.15315063795477, "S13": -17.773267309605941, "W21": -38.147149296755693, "S21": -54.583697450081011, "W22": -45.380865446796108, "S22": -46.144040485367455, "W31": -86.36063417653277, "S31": -86.36063417653277, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 502033.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4195129422576187, "S12": -9.9973657401174272, "W13": -16.876332644107109, "S13": -17.892777566014388, "W21": -38.333222419077593, "S21": -54.94816595203816, "W22": -72.246098746482474, "S22": -77.674829258731918, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 502058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42123941988813063, "S11": 0.42123941988813063, "W12": -11.067750657431812, "S12": -19.998077618063547, "W13": -25.0, "S13": -25.0, "W21": -34.48860421312456, "S21": -34.489638437176055, "W22": -82.441497659906403, "S22": -86.197214841862817, "W31": -100.43288531355867, "S31": -100.43288531355867, "W32": -100.43288531355867, "S32": -105.14358992556458 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39478448129345706, "S11": 0.39478448129345706, "W12": -10.0, "S12": -10.0, "W13": -21.883142372162105, "S13": -21.883142372162105, "W21": -38.918716123280312, "S21": -38.918716123280312, "W22": -40.000000000000007, "S22": -45.418912938525914, "W31": -72.636550103691519, "S31": -73.126565879724154, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 506076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43504756713903436, "S11": 0.43504756713903436, "W12": -10.0, "S12": -18.388093976329269, "W13": -21.357057690961732, "S13": -21.357057690961732, "W21": -34.061122397134582, "S21": -38.930477376189117, "W22": -41.317685751504129, "S22": -43.588491861164151, "W31": -69.085528909089248, "S31": -69.356448897298733, "W32": -99.746909131230254, "S32": -104.74690913123025 }, "geometry": { "type": "Point", "coordinates": [ 102376.0, 506946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8893524355300855, "S11": 3.7608103027933222, "W12": -8.6279911045218682, "S12": -8.6279911045218682, "W13": -20.48412291933419, "S13": -20.885440876500581, "W21": -48.31508865574137, "S21": -72.757504852223292, "W22": -58.75, "S22": -58.75, "W31": -70.0, "S31": -70.0, "W32": -81.719557460421626, "S32": -86.719557460421626 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 500014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3263915200721694, "S11": 3.3263915200721694, "W12": -8.3896920175989944, "S12": -8.3896920175989944, "W13": -20.148851433801099, "S13": -21.17189602871121, "W21": -47.237937916750859, "S21": -87.237937916750866, "W22": -45.375061466631188, "S22": -45.715023076194576, "W31": -86.213068848611286, "S31": -86.213068848611286, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 500362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.186085701398286, "S11": 3.186085701398286, "W12": -7.2860882368980748, "S12": -7.2860882368980748, "W13": -20.003353516534698, "S13": -20.57335118172265, "W21": -44.943133503401363, "S21": -74.943133503401356, "W22": -46.947820955221445, "S22": -47.101004680618821, "W31": -86.780273891511285, "S31": -86.780273891511285, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 500461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41475403251053955, "S11": 0.41475403251053955, "W12": -10.0, "S12": -14.375730804209432, "W13": -20.399491086713915, "S13": -20.399491086713915, "W21": -40.0, "S21": -40.0, "W22": -77.566181239313721, "S22": -107.11621233859398, "W31": -107.11621233859398, "S31": -107.11621233859398, "W32": -107.11621233859398, "S32": -107.11621233859398 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32803127949877553, "S11": 0.32803127949877553, "W12": -10.0, "S12": -15.273234200743493, "W13": -20.668747460569573, "S13": -20.668747460569573, "W21": -40.0, "S21": -40.0, "W22": -75.839584535487589, "S22": -83.077124302189603, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 505805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64136788549361257, "S11": 0.64136788549361257, "W12": -9.5303868731959724, "S12": -9.5303868731959724, "W13": -23.908786485356629, "S13": -23.908786485356629, "W21": -38.051501243020709, "S21": -38.051501243020709, "W22": -78.865435356200521, "S22": -80.420990911756078, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102377.0, 506291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -8.2946900490030782, "S12": -8.2946900490030782, "W13": -20.0, "S13": -20.0, "W21": -42.122985294324259, "S21": -43.717394481376438, "W22": -38.491411115220835, "S22": -39.052805161810674, "W31": -73.252596079788134, "S31": -73.252596079788134, "W32": -96.102325719796667, "S32": -101.10232571979667 }, "geometry": { "type": "Point", "coordinates": [ 102377.27522935779416, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2588155164636894, "S11": 3.2588155164636894, "W12": -7.9562780269058297, "S12": -7.9562780269058297, "W13": -20.072542708968886, "S13": -20.866378805163141, "W21": -46.291557756683638, "S21": -86.29155775668363, "W22": -40.008785231580681, "S22": -43.502489824105432, "W31": -67.98650122670179, "S31": -68.249271265062433, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102378.0, 500411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.59318988651928, "S12": -9.7980690548373524, "W13": -19.723868326005519, "S13": -23.0882265514892, "W21": -49.999999999999993, "S21": -72.17333779936348, "W22": -40.0, "S22": -42.435192131366172, "W31": -72.919682547930165, "S31": -73.402489544963586, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102378.714285714289872, 502959.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4371290031574198, "S11": 3.4371290031574198, "W12": -8.859765625, "S12": -8.859765625, "W13": -20.25902455765711, "S13": -21.053110219360306, "W21": -48.035627292988487, "S21": -79.543231855726134, "W22": -50.632486053349922, "S22": -55.180934575600261, "W31": -88.188170833002005, "S31": -88.188170833002005, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 500286.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2786829268292683, "S11": 3.1598807203674872, "W12": -9.2284878048780481, "S12": -10.100746533403106, "W13": -20.677896200185359, "S13": -20.677896200185359, "W21": -52.168589701861741, "S21": -73.382586670027479, "W22": -78.19839626106284, "S22": -95.511798958014097, "W31": -99.531129880530102, "S31": -99.531129880530102, "W32": -100.99486751014562, "S32": -105.99486751014562 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 500806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4148130081300816, "S11": 3.2506047190758838, "W12": -7.6963902439024388, "S12": -8.9676874524410266, "W13": -20.542956441149212, "S13": -20.542956441149212, "W21": -53.627514321051947, "S21": -73.480879076223459, "W22": -73.061224489795919, "S22": -99.489795918367349, "W31": -100.30437205504244, "S31": -100.30437205504244, "W32": -100.30437205504244, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 500858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4335302806499264, "S11": 1.4335302806499264, "W12": -5.134813167613073, "S12": -5.134813167613073, "W13": -14.950649310569071, "S13": -17.803247018574989, "W21": -40.0, "S21": -57.741597545733448, "W22": -88.868429862738537, "S22": -98.303702515103097, "W31": -98.303702515103097, "S31": -98.303702515103097, "W32": -99.804703338288959, "S32": -104.80470333828896 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 502255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7469272617368177, "S11": 1.7469272617368177, "W12": -0.7743362831858408, "S12": -11.48551095495872, "W13": -19.024164574431072, "S13": -20.486093674549323, "W21": -37.058202224392261, "S21": -38.059599457869972, "W22": -90.0, "S22": -107.4933833339343, "W31": -107.4933833339343, "S31": -107.4933833339343, "W32": -107.4933833339343, "S32": -107.4933833339343 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 503630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4714438601726831, "S11": 2.4714438601726831, "W12": -2.8616416786472239, "S12": -14.577306118142399, "W13": -19.941386099727545, "S13": -20.588359082645344, "W21": -35.839922106646533, "S21": -35.839922106646533, "W22": -40.0, "S22": -40.0, "W31": -70.64265147679059, "S31": -71.432850290881973, "W32": -90.241458703034084, "S32": -95.241458703034084 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 503763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8216153346797463, "S11": -1.8216153346797463, "W12": -11.096584119480669, "S12": -11.533582514344232, "W13": -27.344738331108239, "S13": -27.344738331108239, "W21": -40.469875707730601, "S21": -40.469875707730601, "W22": -43.962825077402343, "S22": -45.119982813398252, "W31": -76.071622468156193, "S31": -76.731782822040628, "W32": -94.006953821825178, "S32": -99.006953821825178 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 509301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6048755996876043, "S11": 2.6048755996876043, "W12": -6.2571258402110095, "S12": -9.2571258402110104, "W13": -29.517217325131586, "S13": -29.517217325131586, "W21": -33.785939597315441, "S21": -33.785939597315441, "W22": -39.450813357704057, "S22": -39.910106144954298, "W31": -70.354635947274843, "S31": -70.502757277247852, "W32": -78.725254715466292, "S32": -83.725254715466292 }, "geometry": { "type": "Point", "coordinates": [ 102379.0, 510454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6624546079881521, "S11": 1.6624546079881521, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -43.138328815122158, "S21": -43.733144606427125, "W22": -38.565973520741544, "S22": -41.453988175835917, "W31": -74.255523227836434, "S31": -74.255523227836434, "W32": -96.33333605099844, "S32": -101.33333605099844 }, "geometry": { "type": "Point", "coordinates": [ 102379.166666666671517, 513539.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49445095594928834, "S11": 0.49445095594928834, "W12": -10.051634782769735, "S12": -19.386891633550583, "W13": -22.49716956718639, "S13": -23.43272212223355, "W21": -35.09906011546984, "S21": -35.09906011546984, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.532491047474281, "S32": -86.532491047474281 }, "geometry": { "type": "Point", "coordinates": [ 102379.875, 504858.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.76, "S11": 3.76, "W12": -9.0, "S12": -9.0, "W13": -20.6, "S13": -20.6, "W21": -48.78179362057503, "S21": -74.827770632069289, "W22": -46.139207680160339, "S22": -46.14589778792395, "W31": -83.478651484617743, "S31": -83.478651484617743, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2073493764271914, "S11": 2.7073493764271914, "W12": -7.1884891065218932, "S12": -16.408761616933084, "W13": -20.0, "S13": -24.645153438073944, "W21": -59.5752381275326, "S21": -69.986325307980209, "W22": -61.255584692739745, "S22": -73.079995384871026, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 501322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.960497425046908, "S11": 1.960497425046908, "W12": -6.9288805940515426, "S12": -6.9288805940515426, "W13": -15.680048413939179, "S13": -18.302792488738049, "W21": -39.813111571788937, "S21": -57.046641852438867, "W22": -81.252145506893299, "S22": -95.77763209187539, "W31": -95.77763209187539, "S31": -95.77763209187539, "W32": -95.889582278247232, "S32": -100.88958227824723 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2218194608979021, "S12": -7.9125759621964109, "W13": -19.563007936089772, "S13": -24.814977288879255, "W21": -49.704687671533648, "S21": -71.806094471064711, "W22": -39.237084111982405, "S22": -48.606397004261453, "W31": -76.977858139818878, "S31": -76.977858139818878, "W32": -96.969444742631239, "S32": -101.96944474263124 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 503035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.149164494864326, "W13": -20.0, "S13": -20.0, "W21": -36.664640289083607, "S21": -36.664640289083607, "W22": -35.158653528266797, "S22": -35.158653528266797, "W31": -70.297773110050741, "S31": -70.325717095748558, "W32": -76.562417188925565, "S32": -81.562417188925565 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38075426123043543, "S11": 0.38075426123043543, "W12": -10.0, "S12": -10.0, "W13": -21.807129217059199, "S13": -21.807129217059199, "W21": -38.941919189338535, "S21": -38.941919189338535, "W22": -70.0, "S22": -96.775618374558292, "W31": -100.16454243497644, "S31": -100.16454243497644, "W32": -100.20657954515084, "S32": -105.20657954515084 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33845233598578062, "S11": 0.33845233598578062, "W12": -9.4548202326531232, "S12": -15.295707052839306, "W13": -21.572469300369779, "S13": -21.572469300369779, "W21": -34.669381892612549, "S21": -39.304213353286706, "W22": -69.752510858858074, "S22": -69.752510858858074, "W31": -96.318028293147819, "S31": -96.318028293147819, "W32": -97.759729292129208, "S32": -102.75972929212921 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 507137.75 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1172239108409325, "S11": 5.1172239108409325, "W12": -1.3775543907517775, "S12": -4.1750245245911746, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -32.112608860525825, "S21": -32.112608860525825, "W22": -40.549113105910862, "S22": -50.404796238492054, "W31": -77.653115423396343, "S31": -77.653115423396343, "W32": -97.12651075145709, "S32": -102.12651075145709 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 510713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2290403993282331, "S11": 3.7290403993282331, "W12": -6.558697183098591, "S12": -6.558697183098591, "W13": -19.425846040435204, "S13": -20.581400772197977, "W21": -54.312193673705529, "S21": -68.51050620915646, "W22": -61.806258061740834, "S22": -74.030339167546558, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102380.5, 499719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3749643662607123, "S11": 3.3749643662607123, "W12": -8.4962287869264621, "S12": -8.4962287869264621, "W13": -20.184411226357533, "S13": -21.32027393940913, "W21": -47.431106616555532, "S21": -77.431106616555525, "W22": -71.910902696365767, "S22": -99.416926125106144, "W31": -99.416926125106144, "S31": -99.416926125106144, "W32": -99.446202454004535, "S32": -104.44620245400453 }, "geometry": { "type": "Point", "coordinates": [ 102381.0, 500333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2134000902119984, "S11": 3.2134000902119984, "W12": -7.5800768737988466, "S12": -7.5800768737988466, "W13": -20.011741915802315, "S13": -20.625914224931428, "W21": -45.07268308341358, "S21": -80.07268308341358, "W22": -50.563785271787694, "S22": -51.904169137439851, "W31": -68.269319671896213, "S31": -73.165113478770962, "W32": -98.106330501507273, "S32": -103.10633050150727 }, "geometry": { "type": "Point", "coordinates": [ 102381.0, 500447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7299128130609454, "S11": 1.7299128130609454, "W12": -4.9417678986818299, "S12": -4.9417678986818299, "W13": -15.0, "S13": -15.433679242823247, "W21": -41.475373012415602, "S21": -51.194741751834925, "W22": -68.762418383066006, "S22": -95.308614501776461, "W31": -99.383027423941485, "S31": -99.383027423941485, "W32": -99.383027423941485, "S32": -104.03172415052433 }, "geometry": { "type": "Point", "coordinates": [ 102381.5, 498632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2052428385199105, "W12": -5.4467214150347436, "S12": -5.4467214150347436, "W13": -15.247814685314685, "S13": -15.42962769066715, "W21": -50.591705136660075, "S21": -59.910003039372519, "W22": -94.209999, "S22": -100.499999, "W31": -100.5, "S31": -100.5, "W32": -100.5, "S32": -105.5 }, "geometry": { "type": "Point", "coordinates": [ 102382.0, 499114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1352682926829267, "S11": 3.0617300736127926, "W12": -10.846048780487804, "S12": -11.384367203415522, "W13": -20.825625579240036, "S13": -20.825625579240036, "W21": -50.759105259731804, "S21": -71.852094701122724, "W22": -90.0, "S22": -106.7322684166877, "W31": -106.7322684166877, "S31": -106.7322684166877, "W32": -106.7322684166877, "S32": -106.7322684166877 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.9750198255352891, "S12": -14.617297746655822, "W13": -18.607456898820683, "S13": -22.481196323641935, "W21": -39.475695975578112, "S21": -47.454298415106749, "W22": -40.294322152628979, "S22": -45.294322152628979, "W31": -69.380888763013431, "S31": -69.996351631782503, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 503456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5892605279064655, "S11": 1.5892605279064655, "W12": -0.71547092288242753, "S12": -15.454942029640508, "W13": -19.284106195623277, "S13": -20.472490941511779, "W21": -36.827181352847163, "S21": -36.827181352847163, "W22": -40.288861940353009, "S22": -40.288861940353009, "W31": -80.0, "S31": -80.073601813019351, "W32": -92.800023537026675, "S32": -97.800023537026675 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 503655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2381624017730621, "S11": 1.2381624017730621, "W12": -1.428767029506401, "S12": -14.802910026568107, "W13": -19.636223021409865, "S13": -20.473213872620779, "W21": -36.468303880749012, "S21": -39.468303880749012, "W22": -41.751956652618901, "S22": -41.751956652618901, "W31": -69.453088415870155, "S31": -71.028398516283616, "W32": -83.076164702294619, "S32": -88.076164702294619 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 503696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53113980190213372, "S11": 0.53113980190213372, "W12": -15.377206512425023, "S12": -20.765093792803871, "W13": -24.786555578868136, "S13": -24.786555578868136, "W21": -33.435999424734511, "S21": -33.435999424734511, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.52447983234886, "S32": -86.52447983234886 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 505430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79631749666094209, "S11": 0.79631749666094209, "W12": -15.0, "S12": -15.0, "W13": -21.682146666212653, "S13": -21.682146666212653, "W21": -37.033330940299948, "S21": -39.405767648926336, "W22": -79.614114733801074, "S22": -105.11631539855463, "W31": -105.11631539855463, "S31": -105.11631539855463, "W32": -105.11631539855463, "S32": -105.30398995162885 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.9449007887960672, "S12": -8.4562263602041892, "W13": -20.0, "S13": -20.0, "W21": -34.007582749002481, "S21": -34.007582749002481, "W22": -90.0, "S22": -95.0, "W31": -99.542027756986599, "S31": -99.542027756986599, "W32": -100.11730545876887, "S32": -105.11730545876887 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 511207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6107633665100323, "S11": 1.6107633665100323, "W12": -14.633584422669379, "S12": -14.633584422669379, "W13": -20.0, "S13": -20.0, "W21": -43.293271202256619, "S21": -43.79647510013595, "W22": -90.0, "S22": -90.0, "W31": -99.196014554833127, "S31": -99.196014554833127, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102383.0, 513589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0513253505270699, "S11": 2.0513253505270699, "W12": -5.344923867676612, "S12": -5.344923867676612, "W13": -16.330050543727982, "S13": -17.705925251082466, "W21": -36.45018527313475, "S21": -45.380865446796108, "W22": -87.140944091061272, "S22": -96.561059586730181, "W31": -97.71659895753487, "S31": -97.71659895753487, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 498175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1197988272440238, "S11": 3.1197988272440238, "W12": -6.2397725522051513, "S12": -6.2397725522051513, "W13": -20.307056357708429, "S13": -20.58597300491833, "W21": -43.806600765306122, "S21": -62.134359962630533, "W22": -76.418205804749334, "S22": -76.418205804749334, "W31": -100.37148674148376, "S31": -100.37148674148376, "W32": -100.37148674148376, "S32": -104.55480028 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9539828597203428, "S11": 2.9539828597203428, "W12": -8.2279290690310329, "S12": -8.2279290690310329, "W13": -20.84818816953889, "S13": -20.84818816953889, "W21": -46.589816298853407, "S21": -67.583499164107309, "W22": -71.900351699882762, "S22": -71.900351699882762, "W31": -94.217757529559037, "S31": -94.217757529559037, "W32": -99.01356055528349, "S32": -104.01356055528349 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 500634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19214338287847577, "S11": 0.19214338287847577, "W12": -10.0, "S12": -13.182156133828995, "W13": -20.997772119669001, "S13": -20.997772119669001, "W21": -39.666742178177373, "S21": -39.666742178177373, "W22": -39.952111171781858, "S22": -53.934963509689297, "W31": -78.920500700895772, "S31": -78.920500700895772, "W32": -97.41914020648656, "S32": -102.41914020648656 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 505879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9423722224406048, "S11": 2.9423722224406048, "W12": -2.9110508696450941, "S12": -15.243221172621862, "W13": -20.0, "S13": -20.0, "W21": -36.780794464171926, "S21": -41.317685751504129, "W22": -39.5534902763562, "S22": -49.5534902763562, "W31": -80.0, "S31": -80.0, "W32": -92.231420459560454, "S32": -97.231420459560454 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 508447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.051891963995278, "S13": -20.051891963995278, "W21": -41.053200718161996, "S21": -43.054188993545687, "W22": -40.323250266585518, "S22": -40.323853968950573, "W31": -80.0, "S31": -80.101305061345698, "W32": -92.857652475801004, "S32": -97.857652475801004 }, "geometry": { "type": "Point", "coordinates": [ 102384.0, 513017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0719987718759594, "S11": 2.0719987718759594, "W12": -5.5010299118874633, "S12": -5.5010299118874633, "W13": -16.506656455812529, "S13": -17.851015326671764, "W21": -36.225809175266015, "S21": -45.375061466631188, "W22": -90.0, "S22": -94.829897486772481, "W31": -99.596854118007769, "S31": -99.596854118007769, "W32": -100.1506968641115, "S32": -105.1506968641115 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 498153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9848019649984647, "S11": 1.9848019649984647, "W12": -5.0187973411655591, "S12": -5.0187973411655591, "W13": -15.929434829223464, "S13": -17.390799162798988, "W21": -36.947820955221445, "S21": -46.947820955221445, "W22": -90.0, "S22": -105.6168102982007, "W31": -105.6168102982007, "S31": -105.6168102982007, "W32": -105.6168102982007, "S32": -105.6168102982007 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2123698691926026, "S11": 3.2123698691926026, "W12": -7.428251121076233, "S12": -7.428251121076233, "W13": -20.01743828598044, "S13": -20.584260606783616, "W21": -44.709038382170867, "S21": -77.566181239313721, "W22": -35.382435965651027, "S22": -35.382435965651027, "W31": -71.320323649085992, "S31": -71.404363764850928, "W32": -76.224844829422793, "S32": -81.224844829422793 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0423022101939559, "S11": 3.0423022101939559, "W12": -5.5369532639598891, "S12": -5.5369532639598891, "W13": -20.572445272473221, "S13": -20.60997686472259, "W21": -42.942708333333336, "S21": -60.448121758628062, "W22": -80.0, "S22": -94.669853331076084, "W31": -94.669853331076084, "S31": -94.669853331076084, "W32": -95.907989793722578, "S32": -100.90798979372258 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0012025259359492, "S11": 3.0012025259359492, "W12": -5.1793322222377842, "S12": -5.1793322222377842, "W13": -20.706571960875642, "S13": -20.706571960875642, "W21": -44.598076685982001, "S21": -61.684851888484204, "W22": -90.0, "S22": -103.16736169991867, "W31": -103.16736169991867, "S31": -103.16736169991867, "W32": -103.16736169991867, "S32": -104.38236032868062 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 500602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47039573868683054, "W12": -5.1460725188483298, "S12": -15.277797455807205, "W13": -20.0, "S13": -20.0, "W21": -33.684449024954205, "S21": -34.939707890237365, "W22": -40.669789434646447, "S22": -49.891886625610852, "W31": -71.31983899725617, "S31": -72.31983899725617, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 504140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41926092561897954, "S11": 0.41926092561897954, "W12": -15.0, "S12": -22.442316254176383, "W13": -25.318675091779593, "S13": -25.318675091779593, "W21": -33.819749444969631, "S21": -33.821910539285533, "W22": -44.383426881991248, "S22": -45.839240543940491, "W31": -77.958237627897262, "S31": -78.458237627897262, "W32": -93.949662696161241, "S32": -98.949662696161241 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 505306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -12.219461544166727, "W13": -20.0, "S13": -20.0, "W21": -37.825443226069027, "S21": -37.825443226069027, "W22": -46.985752791682714, "S22": -49.24530334143202, "W31": -68.528675016668245, "S31": -71.211015418268644, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102385.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6734549961535174, "S11": 1.6734549961535174, "W12": -4.9434349961230293, "S12": -4.9434349961230293, "W13": -15.0, "S13": -15.502083279013377, "W21": -40.889602846148264, "S21": -50.632486053349922, "W22": -35.308820098507802, "S22": -35.308820098507802, "W31": -70.0, "S31": -70.0, "W32": -76.745523346492149, "S32": -81.745523346492149 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 498603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.519452873563218, "S11": 3.519452873563218, "W12": -8.6406844106463883, "S12": -8.6406844106463883, "W13": -20.298155887736424, "S13": -20.979517774970823, "W21": -48.19839626106284, "S21": -78.19839626106284, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.501977409339474, "S32": -86.501977409339474 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 500251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0682634190347318, "S11": 3.0682634190347318, "W12": -5.7343524600495801, "S12": -5.7343524600495801, "W13": -20.500204937121566, "S13": -20.603448408056696, "W21": -43.145727040816325, "S21": -60.952287310284603, "W22": -77.163588390501317, "S22": -82.163588390501317, "W31": -100.3953443462332, "S31": -100.3953443462332, "W32": -100.3953443462332, "S32": -104.62033893480103 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 500556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4832195121951219, "S11": 3.2846222752131879, "W12": -6.9325853658536589, "S12": -8.4108119668388799, "W13": -20.484893419833181, "S13": -20.484893419833181, "W21": -54.583778153886207, "S21": -71.192183495598698, "W22": -67.970296286682682, "S22": -74.037673181234084, "W31": -96.491781417516563, "S31": -96.491781417516563, "W32": -97.933115120735252, "S32": -102.93311512073525 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 500896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2661234662576688, "S11": 2.9839460716048878, "W12": -6.4810998668442075, "S12": -9.8444854467815119, "W13": -20.219664371772804, "S13": -24.311333658160734, "W21": -60.0, "S21": -82.269938650306756, "W22": -38.562674972093554, "S22": -38.562674972093554, "W31": -73.05243597808763, "S31": -73.348451342016858, "W32": -96.046696165111157, "S32": -101.04669616511116 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28533012225778548, "S11": 0.28533012225778548, "W12": -10.0, "S12": -10.0, "W13": -21.477296838531721, "S13": -21.477296838531721, "W21": -39.18320050855845, "S21": -39.18320050855845, "W22": -40.086726599682706, "S22": -43.974365175993448, "W31": -72.89621502024039, "S31": -73.457310819121204, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 505997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36772967213907715, "S11": 0.36772967213907715, "W12": -11.305850208936032, "S12": -12.305850208936032, "W13": -21.715147345266566, "S13": -21.726693267999661, "W21": -37.156573626644096, "S21": -37.501466284770594, "W22": -40.073221526289764, "S22": -43.673637961993428, "W31": -68.233035919022953, "S31": -68.598942103826815, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 507306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0247498977276948, "S11": 3.0247498977276948, "W12": -5.1844209988938994, "S12": -8.1844209988938985, "W13": -28.224844720496897, "S13": -28.224844720496897, "W21": -33.515626398210287, "S21": -33.515626398210287, "W22": -60.37433155080214, "S22": -81.12475609843932, "W31": -88.496086965405922, "S31": -88.496086965405922, "W32": -98.308910939303985, "S32": -103.30891093930398 }, "geometry": { "type": "Point", "coordinates": [ 102386.0, 510494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7884698842569033, "S12": -14.524127648846875, "W13": -19.932078961408571, "S13": -21.395281629789309, "W21": -34.679481248654966, "S21": -35.200410533994976, "W22": -40.413469063987307, "S22": -45.49161360012134, "W31": -72.760241403920176, "S31": -73.41579974351761, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102386.2, 504064.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5590721250319122, "S11": 1.5590721250319122, "W12": -14.195548934444158, "S12": -14.195548934444158, "W13": -20.0, "S13": -20.0, "W21": -43.448213589391081, "S21": -43.859805593844776, "W22": -39.308454452405343, "S22": -46.19062406980472, "W31": -80.0, "S31": -80.0, "W32": -92.076571333555037, "S32": -97.076571333555037 }, "geometry": { "type": "Point", "coordinates": [ 102386.833333333328483, 513638.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66609089317425785, "S11": 0.66609089317425785, "W12": -6.336970806362074, "S12": -6.336970806362074, "W13": -16.937145146460004, "S13": -18.154925938486659, "W21": -32.715669330823033, "S21": -32.715669330823033, "W22": -47.966496927267805, "S22": -49.341021249947019, "W31": -87.084953201475543, "S31": -87.084953201475543, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102387.0, 497679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1853881964258899, "S11": 2.0752242586070411, "W12": -5.0833765003158558, "S12": -5.5060646885794116, "W13": -15.0, "S13": -15.368520475437892, "W21": -47.934486048574726, "S21": -57.356098169705739, "W22": -60.0, "S22": -97.112491824722042, "W31": -100.00332152591562, "S31": -100.00332152591562, "W32": -100.55562186679398, "S32": -105.55562186679398 }, "geometry": { "type": "Point", "coordinates": [ 102387.0, 498989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0285252384198404, "S11": 2.8879592298786507, "W12": -11.813075181947955, "S12": -14.744685761478859, "W13": -19.372278488899351, "S13": -22.123075161727463, "W21": -42.926716141001855, "S21": -57.926716141001855, "W22": -90.0, "S22": -95.0, "W31": -99.014480435743209, "S31": -99.014480435743209, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102387.0, 501799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3913544065312959, "S11": 1.3913544065312959, "W12": -4.9892950984526543, "S12": -15.155680854103288, "W13": -19.990375838595032, "S13": -20.481966451190367, "W21": -35.092223676547142, "S21": -38.092223676547142, "W22": -38.628148823360689, "S22": -40.428798972719328, "W31": -73.809263672023619, "S31": -73.809263672023619, "W32": -96.220002769808048, "S32": -101.22000276980805 }, "geometry": { "type": "Point", "coordinates": [ 102387.0, 503858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -1.8349911452185592, "S12": -4.2024464928311387, "W13": -18.994066970379187, "S13": -19.76362391192075, "W21": -32.76462304074915, "S21": -32.76462304074915, "W22": -40.565924142083077, "S22": -40.754351384295809, "W31": -69.62951457296856, "S31": -69.62951457296856, "W32": -81.97246400331575, "S32": -86.97246400331575 }, "geometry": { "type": "Point", "coordinates": [ 102387.285714285710128, 510899.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2013563218390804, "S11": 3.2013563218390804, "W12": -7.0322299176528329, "S12": -7.0322299176528329, "W13": -20.119846297158826, "S13": -20.589376999937254, "W21": -44.297140731292515, "S21": -70.0, "W22": -39.040001, "S22": -41.140001, "W31": -66.839996, "S31": -66.839996, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102388.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0483324868799633, "W12": -7.6650331268439285, "S12": -7.6650331268439285, "W13": -20.0, "S13": -24.67551622418879, "W21": -48.865025900976008, "S21": -69.752510858858074, "W22": -46.634296729478152, "S22": -46.638837023892449, "W31": -82.100446583684089, "S31": -82.100446583684089, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102388.0, 502736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0150094201381621, "S11": 2.0150094201381621, "W12": -4.0374477990004793, "S12": -14.917131449979347, "W13": -19.967646518872286, "S13": -20.586820507543617, "W21": -35.549113105910862, "S21": -40.549113105910862, "W22": -44.802054883320338, "S22": -44.80550944656293, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102388.0, 503807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2740401461680206, "S11": 2.109812024376462, "W12": -5.1762981680353182, "S12": -5.1762981680353191, "W13": -15.0, "S13": -15.5309835753851, "W21": -48.459373204112836, "S21": -57.855477211256229, "W22": -70.179680567879331, "S22": -100.17968056787933, "W31": -100.28825548162125, "S31": -100.28825548162125, "W32": -100.28825548162125, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102389.0, 499019.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3230194316163919, "S12": -8.2438457630458402, "W13": -19.585140286883007, "S13": -24.67588708804837, "W21": -50.0, "S21": -71.910902696365767, "W22": -75.903693931398422, "S22": -82.671986614325249, "W31": -100.38848611249048, "S31": -100.38848611249048, "W32": -100.38848611249048, "S32": -104.27702839712109 }, "geometry": { "type": "Point", "coordinates": [ 102389.0, 503027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4901901634336339, "S11": -1.4901901634336339, "W12": -10.66259908338858, "S12": -11.66259908338858, "W13": -26.053540188513651, "S13": -26.053540188513651, "W21": -40.413989506206462, "S21": -40.844885093522393, "W22": -64.31619888864725, "S22": -86.851406554493167, "W31": -96.449212750731334, "S31": -96.449212750731334, "W32": -97.092306317576629, "S32": -102.09230631757663 }, "geometry": { "type": "Point", "coordinates": [ 102389.0, 509121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1635617225666079, "S11": 3.1262325953321177, "W12": -7.2816326530612239, "S12": -7.8071165240289657, "W13": -20.207938540332908, "S13": -21.315884113993246, "W21": -48.762418383066006, "S21": -68.762418383066006, "W22": -39.681911465810764, "S22": -40.720135468481445, "W31": -59.999999999999993, "S31": -62.378439332431206, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9, "S11": 2.9, "W12": -13.5, "S12": -13.5, "W13": -21.0, "S13": -21.0, "W21": -51.8, "S21": -94.200002, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.048351134859615, "W32": -81.469531185670618, "S32": -86.469531185670618 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2256710122699386, "S11": 2.8152128667310596, "W12": -6.8198952072738477, "S12": -11.819895207273849, "W13": -20.0, "S13": -24.290015420179646, "W21": -60.0, "S21": -80.069579453596646, "W22": -60.0, "S22": -70.78649573292229, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 501210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48739004218521381, "S11": 0.48739004218521381, "W12": -15.289825407026566, "S12": -21.800990985644582, "W13": -24.87816988826502, "S13": -24.87816988826502, "W21": -33.591250381377442, "S21": -33.591250381377442, "W22": -70.154171672999553, "S22": -85.498828823275602, "W31": -93.107970495954206, "S31": -93.107970495954206, "W32": -96.656568994639059, "S32": -101.65656899463906 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 505373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44483549697750441, "S11": 0.44483549697750441, "W12": -10.025983667409058, "S12": -19.357373881152213, "W13": -21.246984361653617, "S13": -21.246984361653617, "W21": -33.931050563739667, "S21": -38.811638047775425, "W22": -90.0, "S22": -106.95892439057981, "W31": -106.95892439057981, "S31": -106.95892439057981, "W32": -106.95892439057981, "S32": -106.95892439057981 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 506942.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -37.674877896645164, "S21": -37.674877896645164, "W22": -44.30723481209025, "S22": -45.764420065691738, "W31": -77.748799331802047, "S31": -78.248799331802047, "W32": -94.001497524142891, "S32": -99.001497524142891 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 510074.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5073808835537983, "S11": 1.5073808835537983, "W12": -13.757513446218466, "S12": -13.757513446218466, "W13": -20.0, "S13": -20.0, "W21": -43.603155976525613, "S21": -43.923136087553665, "W22": -44.148915031030761, "S22": -45.518637612008526, "W31": -77.100438504907089, "S31": -77.649626618345053, "W32": -94.042419756759998, "S32": -99.042419756759998 }, "geometry": { "type": "Point", "coordinates": [ 102390.666666666671517, 513688.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.262942528735632, "S11": 3.262942528735632, "W12": -7.325432415118514, "S12": -7.325432415118514, "W13": -20.028001863064741, "S13": -20.592442675579335, "W21": -44.614114733801074, "S21": -79.614114733801074, "W22": -38.938986350938457, "S22": -39.433324840421079, "W31": -70.488902574709201, "S31": -70.6454891137858, "W32": -78.387786849335598, "S32": -83.387786849335598 }, "geometry": { "type": "Point", "coordinates": [ 102391.0, 500447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0604878048780488, "S11": 3.0008818159103576, "W12": -11.694634146341462, "S12": -12.110841042893187, "W13": -20.910889712696939, "S13": -20.910889712696939, "W21": -50.367538860103629, "S21": -74.387729908897796, "W22": -58.336670973911758, "S22": -58.336670973911758, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102391.0, 500743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1206991869918701, "S11": 3.0393437890407276, "W12": -11.016975609756098, "S12": -11.587648844567264, "W13": -20.851204819277108, "S13": -20.851204819277108, "W21": -50.857985613852364, "S21": -71.122007847303607, "W22": -64.950712113938437, "S22": -85.535210072512328, "W31": -96.04905918098514, "S31": -96.04905918098514, "W32": -96.834653755868331, "S32": -101.83465375586833 }, "geometry": { "type": "Point", "coordinates": [ 102391.0, 500766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.375032520325203, "S11": 3.2020038274452878, "W12": -8.1549756097560966, "S12": -9.3803614882454234, "W13": -20.599791473586656, "S13": -20.599791473586656, "W21": -53.59964929696654, "S21": -74.94718791964263, "W22": -70.438395462289719, "S22": -72.638303936138826, "W31": -90.0, "S31": -90.0, "W32": -96.563762793577979, "S32": -101.56376279357798 }, "geometry": { "type": "Point", "coordinates": [ 102391.5, 500864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0354114942528736, "S11": 3.0354114942528736, "W12": -5.5279924002533249, "S12": -5.5279924002533249, "W13": -20.751271541686073, "S13": -20.751271541686073, "W21": -43.773887313524845, "S21": -61.250830131713954, "W22": -80.0, "S22": -87.515975310197831, "W31": -100.4178215900675, "S31": -100.4178215900675, "W32": -100.4178215900675, "S32": -104.82879373849765 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 500602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.455326863007564, "W12": -8.9977732854445769, "S12": -10.358043849666382, "W13": -19.786733775683651, "S13": -22.587431778208341, "W21": -49.999999999999993, "S21": -71.900351699882762, "W22": -42.074198599852622, "S22": -57.53329702898332, "W31": -79.601648907289587, "S31": -79.601648907289587, "W32": -97.570442136222255, "S32": -102.57044213622225 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 502934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.230942306400473, "S11": 1.230942306400473, "W12": -1.9644690901626893, "S12": -14.706715254053652, "W13": -19.87255326633219, "S13": -20.747990449478891, "W21": -36.425499637154168, "S21": -39.180984701916771, "W22": -42.426249247441298, "S22": -42.426249247441298, "W31": -69.327101408479038, "S31": -72.24426029802423, "W32": -83.830635784382125, "S32": -88.830635784382125 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 503711.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55265883977900554, "S11": 0.55265883977900554, "W12": -11.581291759465479, "S12": -24.998665272955954, "W13": -24.998665272955954, "S13": -24.998665272955954, "W21": -34.835158404631613, "S21": -38.053014290851728, "W22": -40.0, "S22": -40.432993289784044, "W31": -69.877254528920403, "S31": -70.275811464711722, "W32": -80.418293047311295, "S32": -85.418293047311295 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 506822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44171885838866282, "S11": 0.44171885838866282, "W12": -9.9532827976843699, "S12": -19.581532670238389, "W13": -21.239273340216407, "S13": -21.239273340216407, "W21": -33.838521267271119, "S21": -38.838521267271119, "W22": -38.990868669282797, "S22": -38.990868669282797, "W31": -70.0, "S31": -70.0, "W32": -79.75780223176362, "S32": -84.75780223176362 }, "geometry": { "type": "Point", "coordinates": [ 102392.0, 506951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3521044001661213, "S12": -8.3521044001661213, "W13": -20.0, "S13": -20.0, "W21": -43.371811988083515, "S21": -44.468797529481243, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -81.777079402838169, "S32": -86.777079402838169 }, "geometry": { "type": "Point", "coordinates": [ 102392.25, 516616.125 ] } }, +{ "type": "Feature", "properties": { "W11": 3.038520325203252, "S11": 2.9835794268580984, "W12": -11.94360975609756, "S12": -12.312443910448955, "W13": -20.93544949026877, "S13": -20.93544949026877, "W21": -50.475569948186532, "S21": -75.588750438371619, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.207240939147439, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102393.0, 500738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2747268575443531, "S11": 2.7747268575443531, "W12": -7.0748243559718968, "S12": -17.074824355971895, "W13": -20.0, "S13": -24.704106586069464, "W21": -59.587541750733301, "S21": -71.895529390025374, "W22": -44.999102188707511, "S22": -45.646715076018907, "W31": -84.333386645932165, "S31": -84.333386645932165, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102393.0, 501337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.2928318135764947, "S11": 5.2928318135764947, "W12": -1.1735513750269266, "S12": -3.941759019947809, "W13": -19.700142697605163, "S13": -19.700142697605163, "W21": -32.074765071704739, "S21": -32.074765071704739, "W22": -70.0, "S22": -93.964891041162232, "W31": -100.31049646329217, "S31": -100.31049646329217, "W32": -100.31049646329217, "S32": -104.65541489419341 }, "geometry": { "type": "Point", "coordinates": [ 102393.0, 510737.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8513369788792637, "S11": 2.8513369788792637, "W12": -10.722124127026307, "S12": -12.586461213717891, "W13": -17.521663825709929, "S13": -17.996201084610824, "W21": -37.651337808818305, "S21": -53.879086668441531, "W22": -77.675507020280804, "S22": -83.897962459739929, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102393.2, 502007.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49876334118436161, "S11": -0.49876334118436161, "W12": -8.2324600637940399, "S12": -8.2324600637940399, "W13": -20.0, "S13": -20.0, "W21": -41.965403062512372, "S21": -43.771008184741582, "W22": -40.0, "S22": -43.888055347170123, "W31": -72.99349022325255, "S31": -73.537505925248709, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102393.311475409835111, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5995447154471547, "S11": 3.3492577866480047, "W12": -5.6303414634146334, "S12": -7.442919460130561, "W13": -20.380722891566265, "S13": -21.361689838630586, "W21": -56.085470641843514, "S21": -76.489670871993113, "W22": -40.096287313451008, "S22": -41.761583366082583, "W31": -80.0, "S31": -80.069108338326089, "W32": -92.847557297949336, "S32": -97.847557297949336 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 500954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55285183218268719, "S11": 0.55285183218268719, "W12": -15.634178449014566, "S12": -20.846809495181123, "W13": -24.728430408406641, "S13": -24.728430408406641, "W21": -33.30006155615942, "S21": -33.30006155615942, "W22": -37.93415659453823, "S22": -37.93415659453823, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -78.683682426514892, "S32": -83.683682426514892 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 505461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30023084249436705, "S11": 0.30023084249436705, "W12": -9.8715781191615299, "S12": -12.87157811916153, "W13": -21.684345574083601, "S13": -21.702124721904788, "W21": -37.316557599498715, "S21": -38.433929305463018, "W22": -90.0, "S22": -107.42614653628976, "W31": -107.42614653628976, "S31": -107.42614653628976, "W32": -107.42614653628976, "S32": -107.42614653628976 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 507261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30834631221864273, "S11": 0.30834631221864273, "W12": -7.6488439071220533, "S12": -12.086134335142003, "W13": -23.975880953214123, "S13": -23.975880953214123, "W21": -39.946610864404462, "S21": -42.504719856898845, "W22": -37.938705695238994, "S22": -41.732081343508547, "W31": -71.569172925998643, "S31": -74.989126229462983, "W32": -95.683777167083505, "S32": -100.68377716708351 }, "geometry": { "type": "Point", "coordinates": [ 102394.0, 508854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.5739746049405108, "S12": -5.6658253175718567, "W13": -19.02749093546419, "S13": -19.090916270646417, "W21": -33.083069792609706, "S21": -33.083069792609706, "W22": -40.0, "S22": -42.336779638501213, "W31": -73.268520444824759, "S31": -73.674590970479088, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102394.461538461531745, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4556896420756784, "S11": 1.4556896420756784, "W12": -13.319477957993243, "S12": -13.319477957993243, "W13": -20.0, "S13": -20.0, "W21": -43.758098363660068, "S21": -43.986466581262484, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.157632342635466, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102394.5, 513738.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0346022988505745, "S11": 3.0346022988505745, "W12": -7.5385687143761881, "S12": -7.5385687143761881, "W13": -20.849054494643688, "S13": -20.849054494643688, "W21": -44.416224879792871, "S21": -61.814973777058086, "W22": -39.367623142650018, "S22": -40.91863703022085, "W31": -60.000000000000007, "S31": -60.216994061215175, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 500619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -7.206127989021887, "S12": -7.206127989021887, "W13": -20.0, "S13": -24.069816162991671, "W21": -47.675470775250673, "S21": -67.970296286682682, "W22": -67.643985705470186, "S22": -80.632076683364872, "W31": -90.0, "S31": -90.0, "W32": -95.607550519410267, "S32": -100.60755051941027 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 502692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8327969102027678, "S11": 0.77374313212244106, "W12": -4.9585081498309522, "S12": -14.099208756387014, "W13": -20.0, "S13": -20.0, "W21": -33.612032134203368, "S21": -35.100326104723159, "W22": -71.517150395778373, "S22": -86.517150395778373, "W31": -100.34202888955099, "S31": -100.34202888955099, "W32": -100.34202888955099, "S32": -103.98213231553235 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 504157.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.492620336720314, "W13": -20.0, "S13": -20.0, "W21": -36.726720858071943, "S21": -36.726720858071943, "W22": -40.542257094668912, "S22": -47.207256677898052, "W31": -72.670926754418488, "S31": -73.436232024609751, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102395.0, 505630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43529558151569742, "S11": 0.43529558151569742, "W12": -15.037905953569647, "S12": -22.547058681813343, "W13": -24.975018781817329, "S13": -24.975018781817329, "W21": -33.733519475163767, "S21": -33.733519475163767, "W22": -39.869952119249497, "S22": -39.869952119249497, "W31": -66.153085051648389, "S31": -68.564508735358672, "W32": -93.78592275600279, "S32": -98.78592275600279 }, "geometry": { "type": "Point", "coordinates": [ 102395.75, 505321.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -17.463932047123102, "W13": -18.696462198613631, "S13": -23.16001027532306, "W21": -40.132286636303299, "S21": -49.783930217035156, "W22": -40.163726306246907, "S22": -43.850357562430517, "W31": -68.627808513157802, "S31": -69.127808513157802, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102396.0, 503423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.350988808830293, "W13": -20.0, "S13": -20.0, "W21": -35.761766560780259, "S21": -35.761766560780259, "W22": -40.0, "S22": -40.323478299950558, "W31": -69.749113536488423, "S31": -69.987086008470357, "W32": -81.225700096586749, "S32": -86.225700096586749 }, "geometry": { "type": "Point", "coordinates": [ 102396.0, 505593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95273151043147064, "S11": 0.95273151043147064, "W12": -12.054565701559019, "S12": -27.054565701559021, "W13": -27.054565701559021, "S13": -27.054565701559021, "W21": -35.075022622197061, "S21": -37.770609577511046, "W22": -69.096759059830873, "S22": -69.096759059830873, "W31": -96.250872436387567, "S31": -96.250872436387567, "W32": -97.610785604180819, "S32": -102.61078560418082 }, "geometry": { "type": "Point", "coordinates": [ 102396.0, 506785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7940949886368014, "S11": 1.7940949886368014, "W12": -4.7933386885858393, "S12": -4.7933386885858393, "W13": -15.0, "S13": -16.104085729929864, "W21": -38.002146131779547, "S21": -47.966496927267805, "W22": -39.571751359189435, "S22": -42.861252797655169, "W31": -68.836031186923663, "S31": -72.153651411215577, "W32": -95.102492735434041, "S32": -100.10249273543404 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 498335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4180735632183907, "S11": 3.4180735632183907, "W12": -7.7472773862908397, "S12": -7.7472773862908397, "W13": -20.082792861500916, "S13": -20.9331547573683, "W21": -46.35332388724995, "S21": -46.35332388724995, "W22": -39.497116706945469, "S22": -40.811686529686519, "W31": -60.0, "S31": -60.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 500378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1150081300813008, "S11": 3.0258985950143189, "W12": -11.086243902439021, "S12": -11.669265248908644, "W13": -20.865199258572755, "S13": -20.865199258572755, "W21": -50.988258364796252, "S21": -71.590835423917014, "W22": -40.343515595992045, "S22": -43.533663995777495, "W31": -70.0, "S31": -71.572434361344605, "W32": -95.947840291760059, "S32": -100.94784029176006 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 500774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8362022701565319, "S12": -14.836202270156532, "W13": -20.0, "S13": -20.0, "W21": -34.107628463429855, "S21": -35.051027077410545, "W22": -40.215000121192894, "S22": -43.36155051399497, "W31": -69.461097253480531, "S31": -70.543246049275197, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -36.702900444556107, "S21": -36.702900444556107, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.266913550411147, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.0, 510183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37, "S11": 0.37, "W12": -11.84, "S12": -20.44, "W13": -28.629999, "S13": -28.629999, "W21": -33.93, "S21": -33.94, "W22": -39.604809029842343, "S22": -40.746938891301198, "W31": -60.0, "S31": -61.400428506991432, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.6, 505257.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60472818879250512, "S11": 0.60472818879250512, "W12": -6.8107892711449072, "S12": -6.8107892711449072, "W13": -16.899384061098491, "S13": -17.998117374492818, "W21": -31.397978822163914, "S21": -31.397978822163914, "W22": -64.121318912051848, "S22": -77.952290001190534, "W31": -90.0, "S31": -90.0, "W32": -95.497843303144194, "S32": -100.49784330314419 }, "geometry": { "type": "Point", "coordinates": [ 102397.857142857144936, 497579.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53032564375913571, "S11": 0.53032564375913571, "W12": -9.388782891288395, "S12": -9.388782891288395, "W13": -17.362487795750422, "S13": -17.650512842665144, "W21": -22.554857757921219, "S21": -22.554857757921219, "W22": -90.0, "S22": -90.0, "W31": -98.882422829625483, "S31": -98.882422829625483, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 497046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1570620689655176, "S11": 3.1570620689655176, "W12": -5.5997955210711332, "S12": -5.5997955210711332, "W13": -20.572207731718681, "S13": -20.61744783281388, "W21": -42.615061649659864, "S21": -61.104916489663069, "W22": -51.195765719788227, "S22": -52.422340876160597, "W31": -68.253421804114708, "S31": -73.649312208287526, "W32": -98.204041580400542, "S32": -103.20404158040054 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 500555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0627080459770113, "S11": 3.0627080459770113, "W12": -7.5685243825205823, "S12": -7.5685243825205823, "W13": -20.858961341406612, "S13": -20.858961341406612, "W21": -43.945875970903714, "S21": -61.54071116217807, "W22": -65.748273215656184, "S22": -88.287955755338714, "W31": -100.16947506648569, "S31": -100.16947506648569, "W32": -100.16947506648569, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 500617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1064757160647569, "S11": 1.8876162912703043, "W12": -6.0196519438514571, "S12": -6.5320331626040362, "W13": -16.073562542854344, "S13": -20.137146146898584, "W21": -44.83192156339625, "S21": -64.31619888864725, "W22": -74.703588143525749, "S22": -81.272432642603803, "W31": -100.4168183975017, "S31": -100.4168183975017, "W32": -100.4168183975017, "S32": -104.15585997205758 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 502579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.019422941590431, "S12": -19.350955694055081, "W13": -22.338260982079316, "S13": -24.012544322337192, "W21": -35.10103275771479, "S21": -35.10103275771479, "W22": -80.0, "S22": -94.644771539083976, "W31": -94.644771539083976, "S31": -94.644771539083976, "W32": -95.725352762150692, "S32": -100.72535276215069 }, "geometry": { "type": "Point", "coordinates": [ 102398.0, 504846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4039984005975585, "S11": 1.4039984005975585, "W12": -12.881442469768022, "S12": -12.881442469768022, "W13": -20.0, "S13": -20.0, "W21": -43.913040750794536, "S21": -44.049797074971309, "W22": -64.680900517566357, "S22": -86.677136359523274, "W31": -96.413148504298434, "S31": -96.413148504298434, "W32": -97.088732016799213, "S32": -102.08873201679921 }, "geometry": { "type": "Point", "coordinates": [ 102398.333333333328483, 513788.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.729914401561796, "S11": 1.729914401561796, "W12": -4.9633238562936155, "S12": -6.615617560660608, "W13": -15.0, "S13": -15.0, "W21": -46.483521081967758, "S21": -55.970888955974374, "W22": -40.0, "S22": -51.159478596717094, "W31": -73.641849409643086, "S31": -74.021929771533067, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 498908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6694896435902216, "S11": 3.1694896435902216, "W12": -7.0856201236194138, "S12": -7.0856201236194138, "W13": -18.655987903225807, "S13": -19.449485706788298, "W21": -59.090501792114694, "S21": -70.154171672999553, "W22": -35.007268616374212, "S22": -35.007268616374212, "W31": -70.727294598771806, "S31": -70.778511202464486, "W32": -76.307445323437264, "S32": -81.307445323437264 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 499582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4419062027231466, "S11": 3.14855728894725, "W12": -6.0287134474495065, "S12": -8.3642306888288172, "W13": -20.326177055702917, "S13": -23.206420192326377, "W21": -58.335657791954169, "S21": -83.335657791954162, "W22": -39.647388888437291, "S22": -40.645830996043024, "W31": -60.0, "S31": -61.960908134115563, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 501037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31081045086926834, "S11": 0.31081045086926834, "W12": -9.8021784158801353, "S12": -12.50522817510967, "W13": -21.647876880305361, "S13": -21.670644521533511, "W21": -37.392104101319951, "S21": -38.156147097159526, "W22": -51.14690278996985, "S22": -55.941545756941991, "W31": -88.531044493767041, "S31": -88.531044493767041, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 507265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33544844786670575, "S11": 0.33544844786670575, "W12": -10.000000000000002, "S12": -11.980738362760835, "W13": -21.639837540170468, "S13": -21.663115404461763, "W21": -37.380690802699142, "S21": -37.417878736125502, "W22": -65.876183167050399, "S22": -65.876183167050399, "W31": -100.18928283731144, "S31": -100.18928283731144, "W32": -100.18928283731144, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 507280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.345327085425267, "S11": 3.345327085425267, "W12": -4.6020957752709579, "S12": -7.5759277464402732, "W13": -27.020496894409938, "S13": -27.020496894409938, "W21": -33.314463087248321, "S21": -33.314463087248321, "W22": -41.426860722181281, "S22": -56.426860722181281, "W31": -79.366094040925347, "S31": -79.366094040925347, "W32": -97.506111553129955, "S32": -102.50611155312995 }, "geometry": { "type": "Point", "coordinates": [ 102399.0, 510530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63677008598046014, "S11": 0.63677008598046014, "W12": -9.3504796048989753, "S12": -9.3504796048989753, "W13": -20.0, "S13": -20.0, "W21": -43.370740542510532, "S21": -44.538334064614311, "W22": -38.789479434097998, "S22": -42.901075095509157, "W31": -74.748529471444641, "S31": -74.748529471444641, "W32": -96.426231855471514, "S32": -101.42623185547151 }, "geometry": { "type": "Point", "coordinates": [ 102399.5, 514290.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2274132979898082, "S11": 1.2274132979898082, "W12": -5.3542962684202955, "S12": -7.0073913893566449, "W13": -14.544854343249597, "S13": -17.254214248835062, "W21": -42.635192719564877, "S21": -61.614166009960655, "W22": -42.807091919109482, "S22": -43.233051780808331, "W31": -80.0, "S31": -80.5, "W32": -93.834085456567507, "S32": -98.834085456567507 }, "geometry": { "type": "Point", "coordinates": [ 102399.666666666671517, 502491.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4176292218697517, "S11": 3.1970000071342, "W12": -7.2219180266865131, "S12": -7.2219180266865131, "W13": -18.214717741935488, "S13": -18.752582347472611, "W21": -60.106409731017422, "S21": -70.438395462289719, "W22": -69.010554089706019, "S22": -88.399173944439468, "W31": -100.33127898978526, "S31": -100.33127898978526, "W32": -100.33127898978526, "S32": -103.86326928381673 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 499505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9972367816091956, "S11": 2.9714631095537682, "W12": -12.904217603911981, "S12": -12.904217603911981, "W13": -21.072285067873302, "S13": -21.072285067873302, "W21": -49.228618835359114, "S21": -80.0, "W22": -60.0, "S22": -80.662367511858051, "W31": -88.438668546557963, "S31": -88.438668546557963, "W32": -98.293264565414688, "S32": -103.29326456541469 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 500671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7733729599032504, "S11": 1.7733729599032504, "W12": -1.1352323008849561, "S12": -15.450119666213064, "W13": -19.532183613197159, "S13": -20.81545511892125, "W21": -36.948460874524436, "S21": -37.835306136419675, "W22": -48.843097636784094, "S22": -48.843097636784094, "W31": -68.50109586016174, "S31": -74.124449076485845, "W32": -91.136393970402281, "S32": -96.136393970402281 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 503661.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65706780074881976, "S11": -0.65706780074881976, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.560109658176387, "S21": -38.560109658176387, "W22": -43.284454490046159, "S22": -43.702529161695665, "W31": -73.796199624138652, "S31": -74.562640892400452, "W32": -94.339787980444214, "S32": -99.339787980444214 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0707812828485128, "S12": -12.070781282848513, "W13": -30.0, "S13": -30.0, "W21": -35.251005052862084, "S21": -35.251005052862084, "W22": -90.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.72834166779295 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9751556146573186, "S11": 1.9751556146573186, "W12": -12.799464064312282, "S12": -12.799464064312282, "W13": -20.0, "S13": -20.281815595116576, "W21": -36.924531229248423, "S21": -36.924531229248423, "W22": -87.530231661295218, "S22": -97.538295378377825, "W31": -97.538295378377825, "S31": -97.538295378377825, "W32": -97.538295378377825, "S32": -101.2915658337205 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4309154539403144, "S11": 2.4309154539403144, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.082954808139604, "S13": -20.082954808139604, "W21": -40.822805139094825, "S21": -43.026676080768055, "W22": -35.076203190180401, "S22": -35.076203190180401, "W31": -70.200536839421957, "S31": -70.22884412181719, "W32": -76.460732307665481, "S32": -81.460732307665481 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0883324127652896, "S11": 1.0883324127652896, "W12": -10.984429659098705, "S12": -10.984429659098705, "W13": -20.0, "S13": -20.0, "W21": -44.290837337109416, "S21": -44.970388737579093, "W22": -45.260915358812859, "S22": -45.26555313659869, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102400.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1258589913542267, "S11": 1.1258589913542267, "W12": -6.1282143005814458, "S12": -6.1282143005814458, "W13": -16.941292000525415, "S13": -18.266736520326081, "W21": -33.247250465191932, "S21": -36.247250465191932, "W22": -39.770480381348065, "S22": -42.031051486488479, "W31": -67.513778220740249, "S31": -67.717975101150046, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 497756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1577747126436781, "S11": 3.1577747126436781, "W12": -5.3657651853615489, "S12": -5.3657651853615489, "W13": -20.665365626455518, "S13": -20.665365626455518, "W21": -42.244897959183675, "S21": -60.670994679048945, "W22": -41.961239643358695, "S22": -41.961239643358695, "W31": -69.38049348865907, "S31": -71.954179253573031, "W32": -83.545696198160016, "S32": -88.545696198160016 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0405931034482756, "S11": 3.020408345942502, "W12": -11.038505383153895, "S12": -11.038505383153895, "W13": -21.021495109455053, "S13": -21.021495109455053, "W21": -46.485883905013189, "S21": -74.443501671906432, "W22": -66.490003434628676, "S22": -98.917593198168731, "W31": -99.766387519422025, "S31": -99.766387519422025, "W32": -100.42074480783003, "S32": -105.42074480783003 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.969239041756286, "W13": -20.0, "S13": -20.0, "W21": -36.780055821017015, "S21": -36.780055821017015, "W22": -43.963078209415656, "S22": -43.963078209415656, "W31": -70.0, "S31": -70.0, "W32": -81.354948331389735, "S32": -86.354948331389735 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 505633.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45387374888514487, "S11": 0.45387374888514487, "W12": -10.083518930957682, "S12": -20.08351893095768, "W13": -21.158106013178152, "S13": -21.158106013178152, "W21": -33.85092517830612, "S21": -38.532179921539111, "W22": -35.320627774241061, "S22": -35.320627774241061, "W31": -70.0, "S31": -70.007503282686173, "W32": -76.604071291827239, "S32": -81.604071291827239 }, "geometry": { "type": "Point", "coordinates": [ 102401.0, 506936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8456209312917615, "S11": 1.8456209312917615, "W12": -11.453237334716485, "S12": -11.504559814031257, "W13": -20.0, "S13": -27.608224133171834, "W21": -35.790250092249586, "S21": -35.790250092249586, "W22": -66.987867475502412, "S22": -94.69349518113421, "W31": -100.3042157263033, "S31": -100.3042157263033, "W32": -100.3042157263033, "S32": -104.18590591891561 }, "geometry": { "type": "Point", "coordinates": [ 102401.4375, 511712.8125 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3398626935436755, "S11": 3.0349573392603189, "W12": -6.2613093652907237, "S12": -8.9858085442726612, "W13": -20.320284697508896, "S13": -24.640309846833009, "W21": -60.0, "S21": -83.128834355828218, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -81.741555672301374, "S32": -86.741555672301374 }, "geometry": { "type": "Point", "coordinates": [ 102402.0, 501098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.0384776356474958, "S12": -13.928933388764216, "W13": -19.243651822722928, "S13": -24.554727483616272, "W21": -33.34716009724783, "S21": -35.209660793698866, "W22": -71.483968950388117, "S22": -86.417854413855849, "W31": -95.295657990237245, "S31": -95.295657990237245, "W32": -95.750114259597794, "S32": -100.75011425959779 }, "geometry": { "type": "Point", "coordinates": [ 102402.0, 504275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45024414218254283, "S11": 0.45024414218254283, "W12": -10.0, "S12": -14.165908795634664, "W13": -20.0, "S13": -20.0, "W21": -38.735714540270848, "S21": -38.735714540270848, "W22": -63.796129850904094, "S22": -85.457062684539977, "W31": -90.514180837054752, "S31": -90.514180837054752, "W32": -98.44587468634225, "S32": -103.44587468634225 }, "geometry": { "type": "Point", "coordinates": [ 102402.0, 505698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3523071591194444, "S11": 1.3523071591194444, "W12": -12.443406981542328, "S12": -12.443406981542328, "W13": -20.0, "S13": -20.0, "W21": -44.067983137929062, "S21": -44.113127568680191, "W22": -39.410773780768416, "S22": -44.027772369813931, "W31": -71.128366565639112, "S31": -74.81709457266075, "W32": -95.563279776375495, "S32": -100.5632797763755 }, "geometry": { "type": "Point", "coordinates": [ 102402.166666666671517, 513838.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43659001333060049, "S11": 0.43659001333060049, "W12": -10.913346790621922, "S12": -19.818445573751429, "W13": -24.523542600896864, "S13": -24.523542600896864, "W21": -34.521183092597518, "S21": -34.521183092597518, "W22": -38.887852629995706, "S22": -47.004012667504497, "W31": -71.862273298617353, "S31": -71.862273298617353, "W32": -90.775284471955814, "S32": -95.775284471955814 }, "geometry": { "type": "Point", "coordinates": [ 102402.5, 505046.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7409290842192311, "S11": 2.3290565560022993, "W12": -5.7885921529838447, "S12": -5.7885921529838447, "W13": -16.049550848088082, "S13": -16.049550848088082, "W21": -58.591654247391951, "S21": -67.643985705470186, "W22": -65.385319892213445, "S22": -98.286461739699149, "W31": -99.685075569756066, "S31": -99.685075569756066, "W32": -100.41089758892336, "S32": -105.41089758892336 }, "geometry": { "type": "Point", "coordinates": [ 102403.0, 499230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1425241379310345, "S11": 3.1425241379310345, "W12": -5.3598480050664978, "S12": -5.3598480050664978, "W13": -20.775263157894738, "S13": -20.775263157894738, "W21": -41.89310812476883, "S21": -60.127529489753996, "W22": -79.999999999999986, "S22": -94.640298861425634, "W31": -94.640298861425634, "S31": -94.640298861425634, "W32": -95.633557748470594, "S32": -100.63355774847059 }, "geometry": { "type": "Point", "coordinates": [ 102403.0, 500592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50450253012486801, "S11": 0.50450253012486801, "W12": -10.0, "S12": -13.797468354430379, "W13": -21.028709250052433, "S13": -21.028709250052433, "W21": -34.526252506550307, "S21": -34.526252506550307, "W22": -39.725912555793606, "S22": -40.436144570482291, "W31": -60.0, "S31": -63.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102403.0, 505547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2951447543278451, "S12": -8.2951447543278451, "W13": -20.0, "S13": -20.0, "W21": -43.06395936072645, "S21": -44.067047230446072, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.251229185424762, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102403.573333333333721, 516170.61333333334187 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3785359424110313, "S11": 1.5767421578396723, "W12": -5.0, "S12": -14.853623335656058, "W13": -19.331502125270671, "S13": -27.139078672611483, "W21": -35.939293116614508, "S21": -36.884474019634538, "W22": -72.15288611544463, "S22": -79.384812974694782, "W31": -100.41200163317554, "S31": -100.41200163317554, "W32": -100.41200163317554, "S32": -103.50962837171888 }, "geometry": { "type": "Point", "coordinates": [ 102404.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45734733075486872, "S11": 0.45734733075486872, "W12": -15.17253744383425, "S12": -22.578411498918971, "W13": -24.930799358600037, "S13": -24.930799358600037, "W21": -33.63708007824124, "S21": -33.63708007824124, "W22": -84.606555561707538, "S22": -96.156900115329336, "W31": -96.156900115329336, "S31": -96.156900115329336, "W32": -96.156900115329336, "S32": -100.96935729740713 }, "geometry": { "type": "Point", "coordinates": [ 102404.0, 505343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -36.072731701698629, "S21": -36.072731701698629, "W22": -40.464637757800105, "S22": -46.800596747547544, "W31": -72.923869891106193, "S31": -73.625197879079138, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102404.0, 510257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0164084827227966, "W12": -7.5967497170416198, "S12": -7.5967497170416198, "W13": -20.0, "S13": -24.889872173058457, "W21": -48.447942373107864, "S21": -69.096759059830873, "W22": -42.52436594516962, "S22": -42.81257863905433, "W31": -80.0, "S31": -80.5, "W32": -93.859707081637254, "S32": -98.859707081637254 }, "geometry": { "type": "Point", "coordinates": [ 102404.666666666671517, 502728.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6424032192827913, "S11": 2.0225529339872881, "W12": -4.4937901374480616, "S12": -14.493790137448062, "W13": -18.711563347383692, "S13": -27.306157941978284, "W21": -36.174014570636473, "S21": -37.955236538143701, "W22": -36.040484097700151, "S22": -36.178501240171649, "W31": -71.153831024620587, "S31": -71.239929601558345, "W32": -76.68686154920475, "S32": -81.68686154920475 }, "geometry": { "type": "Point", "coordinates": [ 102405.0, 504465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46298974093493195, "S11": 0.46298974093493195, "W12": -10.547931404866876, "S12": -19.538352130142108, "W13": -23.595781846412628, "S13": -23.595781846412628, "W21": -34.752687423659175, "S21": -34.752687423659175, "W22": -44.411249964091034, "S22": -44.413892503143202, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102406.0, 504963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7267910099841086, "S11": 2.7267910099841086, "W12": -12.05812237484391, "S12": -22.136701982705375, "W13": -22.136701982705375, "S13": -22.136701982705375, "W21": -37.577676247807986, "S21": -38.539666521202349, "W22": -38.823254466797209, "S22": -41.768934248270348, "W31": -74.226912049502019, "S31": -74.226912049502019, "W32": -96.298061805624243, "S32": -101.29806180562424 }, "geometry": { "type": "Point", "coordinates": [ 102406.0, 507755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6424168897190432, "S11": 3.6424168897190432, "W12": -3.7942689020726985, "S12": -5.8893361582204165, "W13": -20.156579489079, "S13": -20.156579489079, "W21": -37.305635848036864, "S21": -40.215000121192894, "W22": -44.876580373269114, "S22": -44.876580373269114, "W31": -68.904804194214265, "S31": -73.127761159118606, "W32": -84.887330821822246, "S32": -89.887330821822246 }, "geometry": { "type": "Point", "coordinates": [ 102406.0, 508208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3006159176413248, "S11": 1.3006159176413248, "W12": -12.005371493317107, "S12": -12.005371493317107, "W13": -20.0, "S13": -20.0, "W21": -44.22292552506353, "S21": -44.302405221024898, "W22": -38.026028139085021, "S22": -38.026028139085021, "W31": -70.0, "S31": -70.0, "W32": -78.878366253476457, "S32": -83.878366253476457 }, "geometry": { "type": "Point", "coordinates": [ 102406.0, 513888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48480897998481437, "S11": 0.48480897998481437, "W12": -10.242595096114684, "S12": -19.36400307750344, "W13": -22.84773888852947, "S13": -22.84773888852947, "W21": -34.948896780276911, "S21": -34.948896780276911, "W22": -69.578695038776218, "S22": -91.090560784602644, "W31": -99.506850872284502, "S31": -99.506850872284502, "W32": -99.827260632590878, "S32": -104.82726063259088 }, "geometry": { "type": "Point", "coordinates": [ 102406.25, 504894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1626082160644504, "W12": -5.551768051434224, "S12": -5.551768051434224, "W13": -15.359484265734267, "S13": -15.452155943219747, "W21": -52.271195134461784, "S21": -61.564460751480972, "W22": -64.966725820763088, "S22": -95.677065205135619, "W31": -100.24145617461735, "S31": -100.24145617461735, "W32": -100.24145617461735, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102407.0, 499140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0758536585365852, "S11": 2.9845376616886736, "W12": -11.535609756097559, "S12": -12.063097440826622, "W13": -20.917933271547732, "S13": -20.917933271547732, "W21": -50.88740886603307, "S21": -71.724953080282688, "W22": -50.0, "S22": -51.833580368279804, "W31": -68.379237123246455, "S31": -72.383795164627685, "W32": -99.823924362839136, "S32": -104.82392436283914 }, "geometry": { "type": "Point", "coordinates": [ 102407.0, 500776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7501568148260109, "S11": -1.7501568148260109, "W12": -10.867251080795251, "S12": -11.558335225235568, "W13": -26.356478713020881, "S13": -26.356478713020881, "W21": -40.486373432830213, "S21": -40.486373432830206, "W22": -50.240563561319291, "S22": -50.494768785791848, "W31": -68.409069473303205, "S31": -74.264281248611098, "W32": -92.873472159348125, "S32": -97.873472159348125 }, "geometry": { "type": "Point", "coordinates": [ 102407.111111111109494, 509165.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3410436781609194, "S11": 3.3410436781609194, "W12": -6.5427610506085845, "S12": -6.5427610506085845, "W13": -20.330810433162551, "S13": -20.618505973671539, "W21": -43.125265731292515, "S21": -63.125265731292515, "W22": -36.4959767212668, "S22": -36.4959767212668, "W31": -70.0, "S31": -70.0, "W32": -77.324946501435079, "S32": -82.324946501435079 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 500489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1082022988505744, "S11": 3.0698651164025375, "W12": -10.917848410757946, "S12": -10.917848410757946, "W13": -21.038444340940845, "S13": -21.038444340940845, "W21": -45.044591029023742, "S21": -70.44035330571306, "W22": -62.484320729013767, "S22": -74.989960038762248, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 500642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8483131783031927, "S11": 2.8483131783031927, "W12": -10.223217815258927, "S12": -11.547463810354321, "W13": -17.403108578344842, "S13": -17.624532491349161, "W21": -37.700885598014096, "S21": -54.007793903888441, "W22": -61.499602929497925, "S22": -82.526642222113722, "W31": -89.291260548846523, "S31": -89.291260548846523, "W32": -98.347847460916356, "S32": -103.34784746091636 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 502024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2245052523901352, "W12": -6.2141917896559615, "S12": -6.5867279636813478, "W13": -16.843797956051851, "S13": -21.171279067122406, "W21": -45.136952800195644, "S21": -64.680900517566357, "W22": -40.0, "S22": -40.0, "W31": -63.347845015237269, "S31": -64.346156343905761, "W32": -91.880578340982993, "S32": -96.880578340982993 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 502597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22811197105970543, "S11": 0.22811197105970543, "W12": -10.0, "S12": -15.704460966542751, "W13": -20.596170167621473, "S13": -20.596170167621473, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -50.840843257161247, "W31": -73.503636263764619, "S31": -73.8754712516929, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 505826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.259067882472138, "S11": 5.259067882472138, "W12": -1.2512934847579205, "S12": -3.7603556067247603, "W13": -18.892120610497582, "S13": -19.374144289822045, "W21": -32.402334784633489, "S21": -32.402334784633489, "W22": -46.806476224854791, "S22": -46.806476224854791, "W31": -68.609885102679485, "S31": -74.028214224655699, "W32": -89.785361399733873, "S32": -94.785361399733873 }, "geometry": { "type": "Point", "coordinates": [ 102408.0, 510861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49355434201004467, "S11": 0.49355434201004467, "W12": -10.123125547859726, "S12": -19.244030804398751, "W13": -22.544801707963813, "S13": -22.544801707963813, "W21": -35.023268686723128, "S21": -35.023268686723128, "W22": -73.18944873174901, "S22": -94.354450367465091, "W31": -98.56360076, "S31": -98.56360076, "W32": -99.705500939971756, "S32": -104.70550093997176 }, "geometry": { "type": "Point", "coordinates": [ 102408.666666666671517, 504866.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4758312676297121, "S11": 1.4758312676297121, "W12": -4.9585551822176273, "S12": -4.9585551822176273, "W13": -15.0, "S13": -15.476223502724689, "W21": -41.155385536920065, "S21": -50.876836396868185, "W22": -79.999999999999986, "S22": -94.627497948385383, "W31": -94.627497948385383, "S31": -94.627497948385383, "W32": -95.575025361984686, "S32": -100.57502536198469 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 498625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.329613793103448, "S11": 3.329613793103448, "W12": -6.2845612695642687, "S12": -6.2845612695642687, "W13": -20.397321844434092, "S13": -20.620553224308011, "W21": -42.889827806122447, "S21": -62.757900626717522, "W22": -38.60635607095908, "S22": -55.181403872106308, "W31": -69.039288127493691, "S31": -69.039288127493691, "W32": -90.050321016204265, "S32": -95.050321016204265 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 500502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7333266169655093, "S11": 1.7333266169655093, "W12": -1.6149791196001915, "S12": -15.170317023615862, "W13": -19.80143534996115, "S13": -20.93250320904642, "W21": -36.872103046140104, "S21": -39.403490491162096, "W22": -40.37035480166027, "S22": -40.955182246436728, "W31": -70.174806752426051, "S31": -70.50551152554003, "W32": -79.209909346712479, "S32": -84.209909346712479 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 503681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7488830062268734, "S12": -12.629333190429941, "W13": -18.57310002569762, "S13": -19.413107500736285, "W21": -35.030859266557876, "S21": -35.378398143308843, "W22": -62.520663785340503, "S22": -75.038396281549893, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 504031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33430491525064499, "S11": 0.33430491525064499, "W12": -8.9428697075972625, "S12": -12.954971265771746, "W13": -21.444794000172916, "S13": -21.467634286730007, "W21": -35.920722137128962, "S21": -40.920722137128962, "W22": -68.592387600212547, "S22": -79.777928162594122, "W31": -90.0, "S31": -90.0, "W32": -95.978627203506193, "S32": -100.97862720350619 }, "geometry": { "type": "Point", "coordinates": [ 102409.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2007540229885754, "S11": 3.1968214761645926, "W12": -5.715980578423526, "S12": -5.715980578423526, "W13": -20.81012575686999, "S13": -20.81012575686999, "W21": -41.568523242630448, "S21": -60.198592481008845, "W22": -41.343957258658804, "S22": -56.084022582556464, "W31": -79.236723468552256, "S31": -79.236723468552256, "W32": -97.463578707283475, "S32": -102.46357870728347 }, "geometry": { "type": "Point", "coordinates": [ 102409.666666666671517, 500590.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.133612014243691, "S12": -17.751846605331277, "W13": -18.694943674225861, "S13": -23.234516895910964, "W21": -40.07987549493054, "S21": -49.943271090135447, "W22": -39.853976511326259, "S22": -39.853976511326259, "W31": -60.0, "S31": -61.366591054086626, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102410.0, 503426.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.778963310564226, "S11": -1.778963310564226, "W12": -11.069130040025142, "S12": -13.308555443682113, "W13": -28.346445251705948, "S13": -28.346445251705948, "W21": -39.9837268341456, "S21": -39.9837268341456, "W22": -38.886903589024946, "S22": -42.844811609662791, "W31": -74.641232629912963, "S31": -74.641232629912963, "W32": -96.389862784929136, "S32": -101.38986278492914 }, "geometry": { "type": "Point", "coordinates": [ 102410.0, 509500.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46703896072448964, "S11": 0.46703896072448964, "W12": -12.840726454516233, "S12": -12.851770754430332, "W13": -21.520961617093295, "S13": -21.520961617093295, "W21": -37.504761863558713, "S21": -39.186432711414895, "W22": -89.223300970873794, "S22": -92.294593141465768, "W31": -97.796737336663938, "S31": -97.796737336663938, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102410.5, 507354.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3382113821138213, "S11": 3.1455872686386441, "W12": -8.5863414634146338, "S12": -9.8048472105410696, "W13": -20.663438368860056, "S13": -20.663438368860056, "W21": -53.826642038797033, "S21": -76.369192444662445, "W22": -60.712259043524313, "S22": -71.735323820395621, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102411.0, 500883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4273142455647285, "S11": 2.9273142455647285, "W12": -7.2072918884394301, "S12": -13.044707330473486, "W13": -20.724351759902902, "S13": -25.353049588022838, "W21": -55.385480690828501, "S21": -70.385480690828501, "W22": -70.0, "S22": -83.464679775627189, "W31": -92.30293939560741, "S31": -92.30293939560741, "W32": -97.150436953807741, "S32": -102.15043695380774 }, "geometry": { "type": "Point", "coordinates": [ 102411.0, 501517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1307642205818738, "S11": 5.1307642205818738, "W12": -2.4734725501766643, "S12": -4.770186229206578, "W13": -18.747306106847414, "S13": -19.381839851390176, "W21": -32.661352711244128, "S21": -32.661352711244128, "W22": -71.283118405627192, "S22": -104.54057215782197, "W31": -104.54057215782197, "S31": -104.54057215782197, "W32": -104.54057215782197, "S32": -104.54057215782197 }, "geometry": { "type": "Point", "coordinates": [ 102411.142857142855064, 510935.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53146204486256188, "S11": 0.53146204486256188, "W12": -9.5587098577769112, "S12": -9.5587098577769112, "W13": -17.62993896008529, "S13": -18.004644084765104, "W21": -22.043737406218252, "S21": -22.043737406218252, "W22": -70.0, "S22": -87.045885163522527, "W31": -98.105768701491726, "S31": -98.105768701491726, "W32": -98.144500236041367, "S32": -103.14450023604137 }, "geometry": { "type": "Point", "coordinates": [ 102411.333333333328483, 497013.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4074965722688873, "S11": 0.4074965722688873, "W12": -14.999999999999998, "S12": -23.155620393968601, "W13": -25.848922351929435, "S13": -25.848922351929435, "W21": -33.799333674490057, "S21": -33.803980127042756, "W22": -61.030128666187167, "S22": -102.21411503756707, "W31": -102.21411503756707, "S31": -102.21411503756707, "W32": -102.21411503756707, "S32": -105.02208164239676 }, "geometry": { "type": "Point", "coordinates": [ 102411.333333333328483, 505293.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56641929838836613, "S11": -0.56641929838836613, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.383389211984564, "S21": -38.383389211984564, "W22": -70.0, "S22": -93.152682401539352, "W31": -93.548618259867467, "S31": -93.548618259867467, "W32": -98.697676193831356, "S32": -103.69767619383136 }, "geometry": { "type": "Point", "coordinates": [ 102411.333333333328483, 510034.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6179540229885054, "S11": 3.6179540229885054, "W12": -7.7262727844123198, "S12": -7.7262727844123198, "W13": -20.12564215985357, "S13": -21.12564215985357, "W21": -46.390968391459559, "S21": -66.490003434628676, "W22": -40.0, "S22": -42.672191824911494, "W31": -71.811486067363191, "S31": -72.407259814601886, "W32": -90.345691069050474, "S32": -95.345691069050474 }, "geometry": { "type": "Point", "coordinates": [ 102412.0, 500329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0988990787994792, "S11": 2.0988990787994792, "W12": -14.530144494548695, "S12": -14.530144494548695, "W13": -20.0, "S13": -20.0, "W21": -38.660930658379719, "S21": -38.956334483346595, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.214262090538838, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102412.846153846156085, 512479.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.6181264757969305, "S12": -5.7392960134215905, "W13": -19.120502538173188, "S13": -19.256015649951554, "W21": -32.900702367609405, "S21": -32.900702367609405, "W22": -45.719775834304627, "S22": -45.725596826633698, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102413.0, 511002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2526911877394529, "S11": 3.2526911877394529, "W12": -5.1490268577007043, "S12": -5.1490268577007043, "W13": -20.768789007917906, "S13": -20.768789007917906, "W21": -41.606522817460821, "S21": -60.643066779820813, "W22": -45.459805384868702, "S22": -45.465006869050356, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102413.333333333328483, 500576.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3182380530529612, "S11": 2.3182380530529612, "W12": -15.0, "S12": -15.0, "W13": -20.060278893475754, "S13": -20.060278893475754, "W21": -41.699825089166261, "S21": -43.359963582408277, "W22": -61.168384879725082, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102413.5, 513260.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9322932444713723, "S11": 1.9322932444713723, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.467939304943709, "W21": -40.0, "S21": -57.654385300246268, "W22": -65.725593667546178, "S22": -85.725593667546178, "W31": -100.34454486266981, "S31": -100.34454486266981, "W32": -100.34454486266981, "S32": -102.89294681203508 }, "geometry": { "type": "Point", "coordinates": [ 102414.0, 502269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.7173059498640892, "S12": -17.752691022715709, "W13": -18.823004291162871, "S13": -24.122183770426783, "W21": -41.33362323484311, "S21": -53.354503946027727, "W22": -77.580680230623827, "S22": -80.573693885752434, "W31": -98.228380000728507, "S31": -98.228380000728507, "W32": -99.060184365306114, "S32": -104.06018436530611 }, "geometry": { "type": "Point", "coordinates": [ 102414.0, 503376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.1125946375363807, "S12": -14.112594637536381, "W13": -18.824827293017329, "S13": -26.258358134706786, "W21": -35.01420258759449, "S21": -37.582047680478773, "W22": -39.044119291168265, "S22": -44.868147661322098, "W31": -75.420390039080814, "S31": -75.420390039080814, "W32": -96.566849156975962, "S32": -101.56684915697596 }, "geometry": { "type": "Point", "coordinates": [ 102414.0, 504313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.952714826875789, "S11": 1.952714826875789, "W12": -11.861577403435794, "S12": -18.026330948337886, "W13": -22.624777183600713, "S13": -22.624777183600713, "W21": -36.356340313641802, "S21": -36.356340313641802, "W22": -64.248716752216524, "S22": -89.248716752216524, "W31": -100.32232043345361, "S31": -100.32232043345361, "W32": -100.32232043345361, "S32": -103.25324302153881 }, "geometry": { "type": "Point", "coordinates": [ 102414.0, 506593.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.650883960804538, "S11": 3.650883960804538, "W12": -7.7388020833333337, "S12": -7.7388020833333337, "W13": -20.146632092739477, "S13": -21.094968711027718, "W21": -46.492744197480974, "S21": -65.385319892213445, "W22": -67.269890795631824, "S22": -82.210806600653981, "W31": -100.37405237196677, "S31": -100.37405237196677, "W32": -100.37405237196677, "S32": -102.39240164 }, "geometry": { "type": "Point", "coordinates": [ 102415.0, 500311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7548321409006133, "S11": 2.7548321409006133, "W12": -9.7157298207989662, "S12": -10.377585293902493, "W13": -17.213869383226317, "S13": -17.32191004102361, "W21": -37.938632188656698, "S21": -54.319393465784444, "W22": -83.289124668435022, "S22": -86.86343536110482, "W31": -98.459513969184073, "S31": -98.459513969184073, "W32": -99.966656047521866, "S32": -104.96665604752187 }, "geometry": { "type": "Point", "coordinates": [ 102415.0, 502043.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70236460717009885, "S11": 0.61731636193058059, "W12": -9.6280801159573048, "S12": -18.705718925813152, "W13": -21.980332535420846, "S13": -24.553965073990568, "W21": -35.157825755986742, "S21": -35.157825755986742, "W22": -43.047203608145985, "S22": -43.184301367031289, "W31": -73.142618500730833, "S31": -73.913594121518742, "W32": -94.500748762071453, "S32": -99.500748762071453 }, "geometry": { "type": "Point", "coordinates": [ 102415.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2896368949469825, "S11": 1.2896368949469825, "W12": -11.622482112507607, "S12": -11.622482112507607, "W13": -20.0, "S13": -20.0, "W21": -44.308643629996276, "S21": -44.43801051374426, "W22": -46.713155908509172, "S22": -46.713155908509172, "W31": -68.611957257406317, "S31": -74.051887990889256, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102415.125, 513934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1704689655172409, "S11": 3.1077437923070792, "W12": -11.147616136919316, "S12": -11.147616136919316, "W13": -21.103404750815091, "S13": -21.103404750815091, "W21": -44.729023746701849, "S21": -71.745977639944556, "W22": -80.0, "S22": -94.613248437616562, "W31": -94.613248437616562, "S31": -94.613248437616562, "W32": -95.498539764517886, "S32": -100.49853976451789 }, "geometry": { "type": "Point", "coordinates": [ 102416.0, 500645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3856284538070689, "S11": 3.1167833537016949, "W12": -8.5546947629377126, "S12": -18.554694762937714, "W13": -20.347641869833993, "S13": -24.788291432041284, "W21": -51.319403193682518, "S21": -66.319403193682518, "W22": -76.312789650933439, "S22": -80.487130711587611, "W31": -98.215436391257896, "S31": -98.215436391257896, "W32": -99.351985901166174, "S32": -104.35198590116617 }, "geometry": { "type": "Point", "coordinates": [ 102416.0, 501621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7314531735348258, "S12": -13.214743070821351, "W13": -20.0, "S13": -20.0, "W21": -34.911723859500725, "S21": -34.911723859500725, "W22": -71.130715123094973, "S22": -100.30778894472361, "W31": -100.30778894472361, "S31": -100.30778894472361, "W32": -100.30778894472361, "S32": -103.91558956785121 }, "geometry": { "type": "Point", "coordinates": [ 102416.0, 505565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34465756062166869, "S11": 0.34465756062166869, "W12": -8.8726078760060183, "S12": -13.529730394395642, "W13": -21.37531963677948, "S13": -21.37531963677948, "W21": -35.779509407154428, "S21": -40.4462663271553, "W22": -45.092114959469413, "S22": -61.178455440066969, "W31": -80.20357008316671, "S31": -80.20357008316671, "W32": -97.652341285513202, "S32": -102.6523412855132 }, "geometry": { "type": "Point", "coordinates": [ 102416.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.4145628170695046, "S11": 5.4145628170695046, "W12": -1.6924915210499725, "S12": -4.5198283872395661, "W13": -21.020249221183864, "S13": -21.020249221183864, "W21": -31.82969461688014, "S21": -31.82969461688014, "W22": -40.461949424862375, "S22": -41.068457759023801, "W31": -70.157163813659025, "S31": -70.51960320624157, "W32": -79.259786976309229, "S32": -84.259786976309229 }, "geometry": { "type": "Point", "coordinates": [ 102416.666666666671517, 510699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5405532536900064, "S11": 0.5405532536900064, "W12": -9.3171191948841585, "S12": -9.3171191948841585, "W13": -17.104488533100149, "S13": -17.400806270001414, "W21": -23.111485467878815, "S21": -23.111485467878815, "W22": -82.5, "S22": -86.101210490921318, "W31": -98.310795632175811, "S31": -98.310795632175811, "W32": -99.823845632361525, "S32": -104.82384563236153 }, "geometry": { "type": "Point", "coordinates": [ 102417.0, 497077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7303393628163626, "S12": -12.888103952331695, "W13": -19.894149030766517, "S13": -19.894149030766517, "W21": -34.486386434533351, "S21": -35.288683944246266, "W22": -81.978351143347538, "S22": -96.412284554453194, "W31": -96.412284554453194, "S31": -96.412284554453194, "W32": -96.412284554453194, "S32": -100.49832786875686 }, "geometry": { "type": "Point", "coordinates": [ 102417.0, 504072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2536498860491616, "S11": -1.2536498860491616, "W12": -10.367681266882052, "S12": -13.367681266882052, "W13": -29.406691930332521, "S13": -29.406691930332521, "W21": -39.404648230173244, "S21": -39.404648230173244, "W22": -52.342025056113229, "S22": -53.0570363776447, "W31": -68.290477279250169, "S31": -74.575459520870155, "W32": -95.792688135303663, "S32": -100.79268813530366 }, "geometry": { "type": "Point", "coordinates": [ 102417.0, 509747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7558782373610937, "S11": 1.7558782373610937, "W12": -11.584495329739736, "S12": -11.584495329739738, "W13": -20.0, "S13": -28.634751338005557, "W21": -35.714500951627478, "S21": -35.714500951627478, "W22": -40.0, "S22": -40.530291681023499, "W31": -69.882914019027822, "S31": -70.382914019027822, "W32": -80.400537692154856, "S32": -85.400537692154856 }, "geometry": { "type": "Point", "coordinates": [ 102417.9, 511736.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2593459600671766, "S11": 3.7593459600671766, "W12": -6.6120138818522642, "S12": -7.2436109315713759, "W13": -19.809031712011794, "S13": -21.094071716931271, "W21": -52.077469706569488, "S21": -67.077469706569488, "W22": -50.101211603428176, "S22": -54.758858659730095, "W31": -88.36426390050238, "S31": -88.36426390050238, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 499807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3454482758620685, "S11": 3.3454482758620685, "W12": -5.5276256635061127, "S12": -5.5276256635061127, "W13": -20.635170004657663, "S13": -20.635170004657663, "W21": -41.91087372448979, "S21": -61.717594391744584, "W22": -62.139524031730446, "S22": -94.659913402964008, "W31": -100.21994534011618, "S31": -100.21994534011618, "W32": -100.21994534011618, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 500541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70125248205284874, "S11": -0.70125248205284874, "W12": -10.018644169644833, "S12": -10.810404975753315, "W13": -25.266378304914053, "S13": -25.266378304914053, "W21": -40.255489051221581, "S21": -41.695756369469557, "W22": -48.094894450955756, "S22": -50.122307546238638, "W31": -87.525557174211414, "S31": -87.525557174211414, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 508996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8468056739495358, "S11": -1.8468056739495358, "W12": -11.211740183253006, "S12": -13.290783359531657, "W13": -28.125343465891277, "S13": -28.125343465891277, "W21": -40.163085562805939, "S21": -40.163085562805939, "W22": -73.881839595093012, "S22": -97.181289000589572, "W31": -98.63479279249087, "S31": -98.63479279249087, "W32": -99.860013899717515, "S32": -104.86001389971752 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 509449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0411791179117911, "S11": 2.0411791179117911, "W12": -8.5877113262726166, "S12": -9.6880595377319381, "W13": -20.0, "S13": -20.0, "W21": -34.092962706537975, "S21": -34.092962706537975, "W22": -40.0, "S22": -44.215168170836073, "W31": -73.735616275371783, "S31": -74.053697790518868, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102418.0, 511321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9619312209040398, "S11": 1.7907312291819708, "W12": -5.2730416929879977, "S12": -5.2730416929879977, "W13": -15.0, "S13": -15.481338782228125, "W21": -48.683025626433228, "S21": -58.06035002906426, "W22": -70.0, "S22": -95.0, "W31": -95.061925469257446, "S31": -95.061925469257446, "W32": -97.117267631147342, "S32": -102.11726763114734 }, "geometry": { "type": "Point", "coordinates": [ 102419.0, 499037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4484807713869268, "S12": -19.653278449379073, "W13": -19.653278449379073, "S13": -23.638943680086548, "W21": -40.56828324903303, "S21": -51.41260201919512, "W22": -40.0, "S22": -53.91882717528474, "W31": -78.836255581849414, "S31": -78.836255581849414, "W32": -97.360639851920425, "S32": -102.36063985192042 }, "geometry": { "type": "Point", "coordinates": [ 102419.0, 503407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8793977491635405, "S11": 0.95030691693997937, "W12": -6.4702200553432592, "S12": -15.823828421935655, "W13": -19.97395540941535, "S13": -26.556438216739682, "W21": -35.679136494542099, "S21": -35.679136494542099, "W22": -40.0, "S22": -44.290982041297625, "W31": -73.757565315975768, "S31": -74.070575881671601, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102419.0, 504629.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18685058356653927, "S11": 0.18685058356653927, "W12": -10.0, "S12": -15.745353159851302, "W13": -20.559993634627624, "S13": -20.559993634627624, "W21": -40.0, "S21": -40.0, "W22": -90.0, "S22": -93.589990375360927, "W31": -97.41912779215626, "S31": -97.41912779215626, "W32": -99.78848493039601, "S32": -104.78848493039601 }, "geometry": { "type": "Point", "coordinates": [ 102419.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6805825482256225, "S11": -1.6805825482256225, "W12": -10.872315624172449, "S12": -13.479512650049113, "W13": -28.581690182587771, "S13": -28.581690182587771, "W21": -39.756490960997318, "S21": -39.756490960997318, "W22": -90.0, "S22": -106.13006165939494, "W31": -106.13006165939494, "S31": -106.13006165939494, "W32": -106.13006165939494, "S32": -106.13006165939494 }, "geometry": { "type": "Point", "coordinates": [ 102419.75, 509568.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8623258469737345, "S11": 3.8623258469737345, "W12": -7.9718490801371997, "S12": -8.1710311077869697, "W13": -20.495807314897416, "S13": -20.924208609395798, "W21": -48.834984742369656, "S21": -73.18944873174901, "W22": -80.0, "S22": -94.636533660826501, "W31": -94.636533660826501, "S31": -94.636533660826501, "W32": -95.423264762468548, "S32": -100.42326476246855 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 500037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7845201026613529, "S11": 2.7845201026613529, "W12": -9.7426864757236942, "S12": -10.400796606619586, "W13": -17.251797790635749, "S13": -17.251797790635749, "W21": -37.894654895525058, "S21": -54.242876688503145, "W22": -39.405015641739432, "S22": -44.6781001677573, "W31": -70.604056104325338, "S31": -74.275411359980112, "W32": -95.416494367560105, "S32": -100.41649436756011 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 502042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5876226145555461, "S11": 1.5876226145555461, "W12": -11.128596443558857, "S12": -11.128596443558855, "W13": -23.055591299668023, "S13": -23.055591299668023, "W21": -37.241488119747899, "S21": -37.241488119747899, "W22": -66.193326670055242, "S22": -79.005665637803673, "W31": -100.08368460838959, "S31": -100.08368460838959, "W32": -100.08368460838959, "S32": -102.01080188 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1970158730158729, "S11": 2.1970158730158729, "W12": -6.9903428911767209, "S12": -9.99034289117672, "W13": -30.0, "S13": -30.0, "W21": -34.336536396163524, "S21": -34.336536396163524, "W22": -84.098143236074279, "S22": -87.918674724971254, "W31": -98.157619606168055, "S31": -98.157619606168055, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102420.0, 510456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.939205085848799, "S11": 1.7684799262970914, "W12": -5.2779753632344226, "S12": -5.2779753632344226, "W13": -15.0, "S13": -15.475123052129325, "W21": -48.688995642446592, "S21": -58.065493293416111, "W22": -86.870026525198938, "S22": -89.830065992391837, "W31": -98.318852095118984, "S31": -98.318852095118984, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102421.0, 499037.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6792202500089886, "S11": 2.2312708960347085, "W12": -5.8597325255522588, "S12": -5.8597325255522588, "W13": -16.177168576104744, "S13": -16.177168576104744, "W21": -59.999999999999993, "S21": -68.592387600212547, "W22": -46.362289229776628, "S22": -46.366883345897698, "W31": -83.965061102121439, "S31": -83.965061102121439, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102421.0, 499255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7998186580696831, "S11": 1.7998186580696831, "W12": -2.1284315739029229, "S12": -15.137246461268251, "W13": -19.879723749590418, "S13": -21.040716791827602, "W21": -36.892836135352226, "S21": -40.524429067463295, "W22": -39.542524319204539, "S22": -40.45809326672282, "W31": -60.0, "S31": -60.708227559945918, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102421.0, 503693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2368278752239008, "S11": 0.51160470457165608, "W12": -8.235933588088022, "S12": -17.34067737850777, "W13": -21.073138383903732, "S13": -26.275078760208945, "W21": -35.383262622261938, "S21": -35.383262622261938, "W22": -42.170522634098944, "S22": -42.170522634098944, "W31": -69.3078985614479, "S31": -72.533308039817697, "W32": -84.001591980218066, "S32": -89.001591980218066 }, "geometry": { "type": "Point", "coordinates": [ 102421.0, 504732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7248381408627473, "S12": -11.872958813465043, "W13": -19.218869651807111, "S13": -20.693694789293026, "W21": -34.776109679041539, "S21": -35.308021930779113, "W22": -90.0, "S22": -106.46432048462121, "W31": -106.46432048462121, "S31": -106.46432048462121, "W32": -106.46432048462121, "S32": -106.46432048462121 }, "geometry": { "type": "Point", "coordinates": [ 102421.4, 504041.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1715772357723577, "S11": 3.0211595840781102, "W12": -10.471317073170731, "S12": -11.311744002563177, "W13": -20.843929564411493, "S13": -20.843929564411493, "W21": -52.365563502946301, "S21": -75.269808070909917, "W22": -89.999999999999986, "S22": -101.91143393733343, "W31": -101.91143393733343, "S31": -101.91143393733343, "W32": -101.91143393733343, "S32": -101.91143393733343 }, "geometry": { "type": "Point", "coordinates": [ 102422.0, 500838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4834810031536267, "S11": 1.4834810031536267, "W12": -4.9825922483502181, "S12": -6.6597682930024398, "W13": -15.0, "S13": -15.0, "W21": -46.677602396933537, "S21": -56.149225558767945, "W22": -40.0, "S22": -45.637659414853715, "W31": -73.288904983582739, "S31": -73.884662103769827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102423.0, 498923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4522233625676431, "S11": 3.1364316889344712, "W12": -7.3259697031107516, "S12": -7.3259697031107516, "W13": -18.491803315412188, "S13": -19.357403582321048, "W21": -60.033473511470113, "S21": -70.0, "W22": -35.43584614962289, "S22": -35.43584614962289, "W31": -70.0, "S31": -70.007945440415895, "W32": -76.517827441733573, "S32": -81.517827441733573 }, "geometry": { "type": "Point", "coordinates": [ 102423.0, 499564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1818978955572872, "W12": -8.7769897996206989, "S12": -10.546838965217393, "W13": -20.0, "S13": -21.387638919828717, "W21": -50.0, "S21": -71.283118405627192, "W22": -38.1853441651146, "S22": -38.1853441651146, "W31": -70.0, "S31": -70.0, "W32": -79.133845194413666, "S32": -84.133845194413666 }, "geometry": { "type": "Point", "coordinates": [ 102423.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.904107109535361, "S11": 3.404107109535361, "W12": -6.934324652953693, "S12": -6.934324652953693, "W13": -19.289141741635156, "S13": -20.64873346993182, "W21": -53.102336849970825, "S21": -67.209824087633905, "W22": -39.649273078732001, "S22": -40.264358111250885, "W31": -70.39726875660935, "S31": -70.710732558469473, "W32": -78.645502457619472, "S32": -83.645502457619472 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 499708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5660183908045977, "S11": 3.5660183908045977, "W12": -6.6350096092248565, "S12": -6.6350096092248565, "W13": -20.155477410340009, "S13": -20.690510107524048, "W21": -43.641491264272943, "S21": -43.641491264272943, "W22": -64.323972958921729, "S22": -83.370519505461175, "W31": -100.35818592452819, "S31": -100.35818592452819, "W32": -100.35818592452819, "S32": -102.24761469875236 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 500429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7171717171717162, "S12": -6.7171717171717162, "W13": -19.035605944163724, "S13": -25.624424304593163, "W21": -43.492957746478872, "S21": -59.123513876311414, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.1772949956529, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 503293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21775634824071846, "S11": 0.21775634824071846, "W12": -10.0, "S12": -12.730483271375466, "W13": -20.945841290048804, "S13": -20.945841290048804, "W21": -39.22120845618862, "S21": -39.22120845618862, "W22": -65.353427425956994, "S22": -98.203943535023086, "W31": -98.368276725415058, "S31": -98.368276725415058, "W32": -99.092731595338975, "S32": -104.09273159533898 }, "geometry": { "type": "Point", "coordinates": [ 102424.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.27865787225264, "S11": 1.27865787225264, "W12": -11.239592731698105, "S12": -11.239592731698105, "W13": -20.0, "S13": -20.0, "W21": -44.394361734929028, "S21": -44.573615806463636, "W22": -63.845646437994716, "S22": -83.868168960517238, "W31": -100.35306937685525, "S31": -100.35306937685525, "W32": -100.35306937685525, "S32": -102.30987068269124 }, "geometry": { "type": "Point", "coordinates": [ 102424.25, 513980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2605801568656183, "S12": -8.2605801568656183, "W13": -20.0, "S13": -20.0, "W21": -43.138012390477726, "S21": -43.978241000056101, "W22": -67.036942269718921, "S22": -71.593544432590178, "W31": -96.259815301735159, "S31": -96.259815301735159, "W32": -97.471628987579308, "S32": -102.47162898757931 }, "geometry": { "type": "Point", "coordinates": [ 102424.629213483145577, 516324.943820224725641 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5325984459659997, "S11": 0.5325984459659997, "W12": -9.7286368242652319, "S12": -9.7286368242652319, "W13": -18.383782778752991, "S13": -18.845167981197847, "W21": -21.232625030093971, "S21": -21.232625030093971, "W22": -39.939619778386543, "S22": -39.939619778386543, "W31": -61.799555842109037, "S31": -61.799555842109037, "W32": -90.934618832880602, "S32": -95.934618832880602 }, "geometry": { "type": "Point", "coordinates": [ 102424.666666666671517, 496980.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53486355493521187, "S11": 0.53486355493521187, "W12": -9.6513471013733092, "S12": -9.6513471013733092, "W13": -17.926575745471819, "S13": -18.360188396286375, "W21": -21.853716935527988, "S21": -21.853716935527988, "W22": -38.620497894284497, "S22": -50.874932527401633, "W31": -70.118154067157491, "S31": -70.118154067157491, "W32": -90.413814600479839, "S32": -95.413814600479839 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5698068965517238, "S11": 3.5698068965517238, "W12": -6.5845611787315823, "S12": -6.5845611787315823, "W13": -20.17573823940382, "S13": -20.697291689290381, "W21": -43.505525748612833, "S21": -45.039030903252005, "W22": -43.494806818792682, "S22": -44.690911676635935, "W31": -80.0, "S31": -80.5, "W32": -94.129720519676454, "S32": -99.129720519676454 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 500432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.298919540229885, "S11": 3.2394914258527439, "W12": -8.7484718826405867, "S12": -8.7484718826405867, "W13": -20.998998602701445, "S13": -20.998998602701445, "W21": -40.584343112244895, "S21": -59.785161140956099, "W22": -40.09018378111093, "S22": -41.999181879610454, "W31": -68.043576782480315, "S31": -68.425551097654534, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1927392739273928, "S11": 3.1692861931523004, "W12": -12.522475247524753, "S12": -12.699996447785679, "W13": -21.170111214087115, "S13": -21.170111214087115, "W21": -47.198823747058825, "S21": -70.303184248480619, "W22": -60.0, "S22": -96.825396825396837, "W31": -100.17564913209961, "S31": -100.17564913209961, "W32": -100.17564913209961, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 500719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7633630591682561, "S12": -11.539404514979761, "W13": -18.853959838238154, "S13": -22.75125814567561, "W21": -35.904641735742985, "S21": -35.936880449213874, "W22": -82.133215215104372, "S22": -96.519882977954524, "W31": -96.519882977954524, "S31": -96.519882977954524, "W32": -96.519882977954524, "S32": -100.42643643189238 }, "geometry": { "type": "Point", "coordinates": [ 102425.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3270574712643679, "S11": 3.2771474532679488, "W12": -7.7091196960101334, "S12": -7.7091196960101334, "W13": -20.945258500232882, "S13": -20.945258500232882, "W21": -40.728900935374142, "S21": -60.173122605115097, "W22": -38.590429126399258, "S22": -55.216863160816082, "W31": -69.193823140620864, "S31": -69.193823140620864, "W32": -90.008975960126193, "S32": -95.008975960126193 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 500597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2783586206896551, "S11": 3.1990144895158834, "W12": -10.067053789731052, "S12": -10.067053789731052, "W13": -21.093260363297627, "S13": -21.093260363297627, "W21": -41.666490765171503, "S21": -61.595399274167903, "W22": -35.21548261236056, "S22": -35.21548261236056, "W31": -70.103300568792747, "S31": -70.13197114788538, "W32": -76.359047426405539, "S32": -81.359047426405539 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 500629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1953465346534653, "S11": 3.1341577691407285, "W12": -11.917722772277228, "S12": -12.290560345662747, "W13": -21.082483781278963, "S13": -21.082483781278963, "W21": -50.0, "S21": -70.563415866599286, "W22": -45.090079220873143, "S22": -45.091072342591595, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 500755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.066538090646095, "S12": -13.066538090646095, "W13": -21.407855070779846, "S13": -21.407855070779846, "W21": -37.738879930547071, "S21": -39.613225340677545, "W22": -63.279164720164673, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.14979708761041 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 507367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6705051481360897, "S11": -1.6705051481360897, "W12": -10.862466860865419, "S12": -13.5286503397614, "W13": -28.588353634529277, "S13": -28.588353634529277, "W21": -39.750744543878803, "S21": -39.750744543878803, "W22": -64.562945077918386, "S22": -75.973683524741119, "W31": -98.929947643587269, "S31": -98.929947643587269, "W32": -98.929947643587269, "S32": -101.87789358086367 }, "geometry": { "type": "Point", "coordinates": [ 102426.0, 509571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8010754750035285, "S11": 2.8010754750035285, "W12": -9.6979629346000298, "S12": -10.246923092567618, "W13": -17.262378162453409, "S13": -17.409021389516145, "W21": -37.88589559913131, "S21": -54.211429061237801, "W22": -90.0, "S22": -90.09866798223976, "W31": -97.884487920570649, "S31": -97.884487920570649, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102426.4, 502043.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2071947194719468, "S11": 3.167769507192391, "W12": -12.238910891089109, "S12": -12.501676709745338, "W13": -21.14017608897127, "S13": -21.14017608897127, "W21": -48.093583029411761, "S21": -68.093583029411761, "W22": -90.0, "S22": -101.08096416397017, "W31": -101.08096416397017, "S31": -101.08096416397017, "W32": -101.08096416397017, "S32": -104.40397350993378 }, "geometry": { "type": "Point", "coordinates": [ 102427.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4991625839875429, "S12": -10.321925140044707, "W13": -19.767036385190742, "S13": -23.144618874699106, "W21": -50.000000000000007, "S21": -71.130715123094973, "W22": -39.401616971293308, "S22": -40.472621790290958, "W31": -60.000000000000007, "S31": -60.076975788031071, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102427.0, 502952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.415373765867415, "S11": 2.415373765867415, "W12": -2.1200077549437766, "S12": -17.120007754943778, "W13": -19.575587665074337, "S13": -21.524183805947324, "W21": -37.536649274342381, "S21": -39.940721318195159, "W22": -40.0, "S22": -41.393753135036604, "W31": -67.250162368564148, "S31": -67.506708774815252, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102427.0, 503631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.066095238095238, "S11": 2.066095238095238, "W12": -7.2164553730962311, "S12": -10.216455373096231, "W13": -30.0, "S13": -30.0, "W21": -34.469245062315629, "S21": -34.469245062315629, "W22": -40.0, "S22": -44.371663359431452, "W31": -73.576129116601621, "S31": -74.018311527025077, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102427.0, 510453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85747980053548334, "S11": -0.85747980053548334, "W12": -8.1861037475208018, "S12": -8.1861037475208018, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -42.08409216017337, "S21": -43.610158894252187, "W22": -40.0, "S22": -55.0, "W31": -74.16226513172407, "S31": -74.453738229666214, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102427.2293577981618, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2124422442244223, "S11": 3.1522811294846007, "W12": -11.898712871287129, "S12": -12.269541312252557, "W13": -21.094068582020387, "S13": -21.094068582020387, "W21": -49.813857290589453, "S21": -70.412644556885567, "W22": -59.03317527451572, "S22": -59.03317527451572, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 500755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2959404099299063, "S11": 3.1467117003983143, "W12": -11.942777934201128, "S12": -15.824683440008195, "W13": -19.250887844320914, "S13": -21.038667765762717, "W21": -39.999999999999993, "S21": -55.103333666533381, "W22": -47.431445362059407, "S22": -47.441445362059405, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 501817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9603226964538636, "S11": -1.9603226964538636, "W12": -11.391996445497631, "S12": -11.391996445497631, "W13": -27.679972313101903, "S13": -27.679972313101903, "W21": -40.515242087770162, "S21": -40.515242087770162, "W22": -46.178636309797156, "S22": -46.185640516669466, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 509347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2679834071839351, "S11": 0.2679834071839351, "W12": -9.3668189915575866, "S12": -12.366818991557587, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.573782242286065, "S21": -35.573782242286065, "W22": -76.292454389041907, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.23096204344714 }, "geometry": { "type": "Point", "coordinates": [ 102428.0, 510343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3162173471217646, "S11": 1.3162173471217646, "W12": -4.9692943913155849, "S12": -4.9692943913155849, "W13": -15.0, "S13": -15.572646207597842, "W21": -40.35329539679082, "S21": -50.101211603428176, "W22": -63.043988630090894, "S22": -77.045317841562806, "W31": -99.109218653809066, "S31": -99.109218653809066, "W32": -99.109218653809066, "S32": -101.62920212 }, "geometry": { "type": "Point", "coordinates": [ 102428.5, 498590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4426743295019264, "S11": 3.4426743295019264, "W12": -5.4819945101884278, "S12": -5.4819945101884278, "W13": -20.678616674429559, "S13": -20.7300285536895, "W21": -41.504127692743261, "S21": -61.504127692743261, "W22": -63.954744179426129, "S22": -73.678406989585767, "W31": -98.130685192767601, "S31": -98.130685192767601, "W32": -98.130685192767601, "S32": -101.91828305588483 }, "geometry": { "type": "Point", "coordinates": [ 102428.666666666671517, 500535.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5844471835959066, "S11": 1.5844471835959066, "W12": -4.9100280216700911, "S12": -4.9100280216700911, "W13": -15.0, "S13": -16.071655411571456, "W21": -38.159024209331633, "S21": -48.094894450955756, "W22": -64.705432391971001, "S22": -64.705432391971001, "W31": -96.930759911801829, "S31": -96.930759911801829, "W32": -97.072550036151611, "S32": -102.07255003615161 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 498364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6460708031975639, "S11": 3.6460708031975639, "W12": -7.7911194262550678, "S12": -7.8588613617389385, "W13": -20.452256913470116, "S13": -20.839182479813157, "W21": -48.881839595093012, "S21": -73.881839595093012, "W22": -75.0, "S22": -80.0, "W31": -97.499316583365712, "S31": -97.499316583365712, "W32": -98.892487581049565, "S32": -103.89248758104956 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35551130449780333, "S11": 0.35551130449780333, "W12": -9.9797747159984382, "S12": -16.533951668057682, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.214693056021467, "S22": -80.721075910152763, "W31": -88.366333598970158, "S31": -88.366333598970158, "W32": -98.265060479417798, "S32": -103.2650604794178 }, "geometry": { "type": "Point", "coordinates": [ 102429.0, 505721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6252929651054302, "S11": 3.1252929651054302, "W12": -7.1900390110446848, "S12": -7.1900390110446848, "W13": -18.866950418160094, "S13": -20.005434103973766, "W21": -53.833799753228597, "S21": -66.209437870074879, "W22": -74.357950408829709, "S22": -100.47514419115629, "W31": -100.47514419115629, "S31": -100.47514419115629, "W32": -100.47514419115629, "S32": -105.31457955232911 }, "geometry": { "type": "Point", "coordinates": [ 102430.0, 499633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6527302035059044, "S11": 1.6527302035059044, "W12": -3.033134798384336, "S12": -14.866141654407844, "W13": -19.897955603334129, "S13": -21.059206495354999, "W21": -36.707064443523336, "S21": -40.0, "W22": -70.552372646288205, "S22": -74.36331791992005, "W31": -97.306154528266148, "S31": -97.306154528266148, "W32": -98.440796916326534, "S32": -103.44079691632653 }, "geometry": { "type": "Point", "coordinates": [ 102430.0, 503725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35012399091243929, "S11": 0.35012399091243929, "W12": -9.9614221434785044, "S12": -16.640972617689236, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -48.006031242724255, "S22": -50.152959920939118, "W31": -68.49490091908153, "S31": -72.016852896285968, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102430.0, 505723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2212541254125413, "S11": 3.0542608748138043, "W12": -10.183663366336633, "S12": -11.107720770120064, "W13": -20.8467562557924, "S13": -20.8467562557924, "W21": -52.609420746395877, "S21": -76.224883101120483, "W22": -90.0, "S22": -92.353224254090478, "W31": -97.342399292999431, "S31": -97.342399292999431, "W32": -99.732396269766184, "S32": -104.73239626976618 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 500857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4136413138942561, "S11": 2.9136413138942561, "W12": -6.4588851039670718, "S12": -10.806651988498661, "W13": -20.0, "S13": -24.501152600407924, "W21": -60.0, "S21": -80.178553156656093, "W22": -66.058139281115643, "S22": -83.495057634756634, "W31": -95.22573229323902, "S31": -95.22573229323902, "W32": -95.700887416209625, "S32": -100.70088741620962 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6958222878426898, "S11": 2.6958222878426898, "W12": -8.4220401286567608, "S12": -8.4220401286567608, "W13": -16.666878553168036, "S13": -18.428340715892599, "W21": -38.625784927631592, "S21": -55.235938365782765, "W22": -38.983854016220683, "S22": -40.906866428162985, "W31": -73.757922141176849, "S31": -73.757922141176849, "W32": -96.158205107811597, "S32": -101.1582051078116 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 502098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1797519862987187, "W12": -4.2180232082016067, "S12": -13.452758760580611, "W13": -18.364614599833555, "S13": -28.364614599833555, "W21": -36.473018667131534, "S21": -39.129751448951531, "W22": -40.151308635423007, "S22": -40.598958473771674, "W31": -80.0, "S31": -80.34897316804765, "W32": -93.536842802083029, "S32": -98.536842802083029 }, "geometry": { "type": "Point", "coordinates": [ 102431.0, 504359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3071770114942529, "S11": 3.2003183832199062, "W12": -11.053117359413204, "S12": -11.053117359413204, "W13": -21.196325104797392, "S13": -21.196325104797392, "W21": -41.021326190055248, "S21": -66.193326670055242, "W22": -37.013755380547011, "S22": -37.321425624186055, "W31": -70.980243394970643, "S31": -71.144273185888366, "W32": -77.14887826898665, "S32": -82.14887826898665 }, "geometry": { "type": "Point", "coordinates": [ 102432.0, 500643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2438283828382835, "S11": 3.1676603009745778, "W12": -11.579603960396039, "S12": -12.03912124676264, "W13": -21.073123262279889, "S13": -21.073123262279889, "W21": -50.279805803654149, "S21": -71.410416179205811, "W22": -60.0, "S22": -101.41964792731403, "W31": -101.41964792731403, "S31": -101.41964792731403, "W32": -101.41964792731403, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102432.0, 500772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2406930693069307, "S11": 3.144337745988838, "W12": -11.265445544554456, "S12": -11.828576660014338, "W13": -21.023818350324373, "S13": -21.023818350324373, "W21": -50.793833154208208, "S21": -72.490060983336363, "W22": -41.375945412278519, "S22": -52.367328529911589, "W31": -78.189944225423929, "S31": -78.189944225423929, "W32": -97.198104938628035, "S32": -102.19810493862803 }, "geometry": { "type": "Point", "coordinates": [ 102432.0, 500791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69466104733081557, "S11": 0.69466104733081557, "W12": -6.4724586036302298, "S12": -6.4724586036302298, "W13": -16.889865624589518, "S13": -18.15724391610015, "W21": -32.72081422844014, "S21": -32.72081422844014, "W22": -40.82, "S22": -49.741813786780028, "W31": -71.768838887641081, "S31": -72.629155975133742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102432.5, 497693.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47354406669044213, "S11": 0.47354406669044213, "W12": -10.433555409459633, "S12": -18.880889571686382, "W13": -23.211883408071749, "S13": -23.211883408071749, "W21": -34.79873344508399, "S21": -34.79873344508399, "W22": -38.591626368245443, "S22": -55.28546002025309, "W31": -69.287131933163536, "S31": -69.287131933163536, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102432.625, 504929.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64818975866844653, "S11": -0.64818975866844653, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -39.00264955921331, "S21": -39.00264955921331, "W22": -48.861381198931227, "S22": -50.882880901105658, "W31": -68.44170421025575, "S31": -72.288755409218808, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102432.666666666671517, 509994.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4075074653082731, "S11": 2.9650316415652198, "W12": -6.3607444468100205, "S12": -10.050351837110252, "W13": -20.034828953891918, "S13": -24.39604382872507, "W21": -60.0, "S21": -80.949043282513045, "W22": -34.863732392585398, "S22": -34.863732392585398, "W31": -70.856152987941428, "S31": -70.919767426401108, "W32": -76.077656669806331, "S32": -81.077656669806331 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5102863165290707, "S11": 3.0102863165290707, "W12": -6.8631502377404017, "S12": -7.4840688744506743, "W13": -20.282915406381111, "S13": -24.985871336782068, "W21": -57.239671125702721, "S21": -73.226076437115935, "W22": -63.01283464637477, "S22": -83.943551298045264, "W31": -95.877136226628991, "S31": -95.877136226628991, "W32": -96.26820659458518, "S32": -101.26820659458518 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 501459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4119685947694212, "S12": -12.092195547228073, "W13": -20.0, "S13": -20.0, "W21": -36.067220242337847, "S21": -36.067220242337847, "W22": -56.260829739322929, "S22": -64.177588527737697, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 505597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3237082066869297, "S11": 4.3237082066869297, "W12": -4.1461481700118066, "S12": -6.2237523118259972, "W13": -19.37415220992067, "S13": -19.37415220992067, "W21": -32.812494431655075, "S21": -32.812494431655075, "W22": -70.0, "S22": -73.825870646766163, "W31": -97.133992545580369, "S31": -97.133992545580369, "W32": -98.479550050300602, "S32": -103.4795500503006 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 511032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6821409430714667, "S11": 1.6821409430714667, "W12": -11.807835175768529, "S12": -11.807835175768529, "W13": -19.999999999999996, "S13": -29.999999999999996, "W21": -35.724505042310341, "S21": -35.724505042310341, "W22": -80.0, "S22": -85.429559519475788, "W31": -97.337654636886839, "S31": -97.337654636886839, "W32": -99.761392902404822, "S32": -104.76139290240482 }, "geometry": { "type": "Point", "coordinates": [ 102433.0, 511779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8604633865149318, "S11": 2.8604633865149318, "W12": -5.4949268271930585, "S12": -8.5132731736021814, "W13": -28.053544090630741, "S13": -28.053544090630741, "W21": -33.956839571628571, "S21": -33.956839571628571, "W22": -42.199662886022608, "S22": -43.648666489228724, "W31": -70.0, "S31": -71.173759019860043, "W32": -94.82267032532593, "S32": -99.82267032532593 }, "geometry": { "type": "Point", "coordinates": [ 102433.25, 510514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3462160919539534, "S11": 3.2529680748906808, "W12": -9.7871230643860088, "S12": -9.7871230643860088, "W13": -21.120046576618595, "S13": -21.120046576618595, "W21": -40.226003704974019, "S21": -59.679581912260872, "W22": -41.421075281568648, "S22": -43.73148327507112, "W31": -69.185273612968359, "S31": -69.284297619780659, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.333333333328483, 500624.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2676788495582978, "S11": 1.2676788495582978, "W12": -10.856703350888605, "S12": -10.856703350888605, "W13": -20.0, "S13": -20.0, "W21": -44.48007983986178, "S21": -44.709221099183004, "W22": -49.183645087267926, "S22": -51.16063728430737, "W31": -68.423016075570558, "S31": -72.389106604378341, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102433.375, 514026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1355074229158744, "S11": 3.4833783610785196, "W12": -7.5617960710944807, "S12": -8.0055403107258165, "W13": -20.479286351471899, "S13": -21.194393147588404, "W21": -48.682299318882428, "S21": -65.353427425956994, "W22": -64.02759287953802, "S22": -83.151305138477085, "W31": -95.478002232092706, "S31": -95.478002232092706, "W32": -95.901371772300678, "S32": -100.90137177230068 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3558436781609196, "S11": 3.2634221624640447, "W12": -9.6042787286063565, "S12": -9.6042787286063565, "W13": -21.111970190964136, "S13": -21.111970190964136, "W21": -40.0, "S21": -59.529232496591547, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.141273891724211, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 500622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7487061348144408, "W12": -7.2057345403500745, "S12": -7.2057345403500745, "W13": -20.0, "S13": -24.811209439528024, "W21": -47.075301807510172, "S21": -67.036942269718921, "W22": -70.544629576591419, "S22": -72.974450294217505, "W31": -99.715892126906382, "S31": -99.715892126906382, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 502690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6065598702220421, "S11": 0.89032337245215598, "W12": -7.3296204796183506, "S12": -16.249721711454804, "W13": -20.438636216600894, "S13": -26.27422547559237, "W21": -35.521592178211478, "S21": -35.521592178211478, "W22": -60.703668515371326, "S22": -81.296761608464422, "W31": -100.09114170356798, "S31": -100.09114170356798, "W32": -100.09114170356798, "S32": -101.78610838303541 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 504675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0200638000930415, "S11": 2.0200638000930415, "W12": -11.610270095264259, "S12": -15.799446872728737, "W13": -22.420537897310513, "S13": -22.420537897310513, "W21": -36.343487108163224, "S21": -36.343487108163224, "W22": -61.694372692305549, "S22": -66.532091845705978, "W31": -96.5504781488101, "S31": -96.5504781488101, "W32": -96.688360751311961, "S32": -101.68836075131196 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32676807709261541, "S11": 0.32676807709261541, "W12": -8.4829316210270385, "S12": -9.4533815874474545, "W13": -21.348216751461738, "S13": -21.400639844592778, "W21": -37.1541232513365, "S21": -39.612167634138785, "W22": -39.012102225387295, "S22": -41.069537410128753, "W31": -73.807558661505368, "S31": -73.807558661505368, "W32": -96.166249741019115, "S32": -101.16624974101912 }, "geometry": { "type": "Point", "coordinates": [ 102434.0, 507207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44198108243219408, "S11": 0.44198108243219408, "W12": -15.0, "S12": -22.676444877851559, "W13": -24.950677651787387, "S13": -24.950677651787387, "W21": -33.691343872694809, "S21": -33.691343872694809, "W22": -40.0, "S22": -52.446672354948802, "W31": -73.847021866297695, "S31": -74.155491242490697, "W32": -90.084364527546199, "S32": -95.084364527546199 }, "geometry": { "type": "Point", "coordinates": [ 102434.5, 505327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5300781609195404, "S11": 3.5300781609195404, "W12": -5.6553491351697636, "S12": -5.6553491351697636, "W13": -20.614224499301351, "S13": -20.759359959063797, "W21": -41.547619047619051, "S21": -60.0, "W22": -35.32064597736192, "S22": -35.32064597736192, "W31": -70.0, "S31": -70.023990921852487, "W32": -76.356617475346738, "S32": -81.356617475346738 }, "geometry": { "type": "Point", "coordinates": [ 102435.0, 500513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3357464642386705, "S11": 3.1833804316205256, "W12": -11.930757401832327, "S12": -15.979727872009569, "W13": -19.23894607860105, "S13": -20.890998065662078, "W21": -39.864219001610302, "S21": -54.977423719723056, "W22": -63.222818830008038, "S22": -100.45712663259512, "W31": -100.45712663259512, "S31": -100.45712663259512, "W32": -100.45712663259512, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102435.0, 501818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8354416367804349, "S11": 1.8354416367804349, "W12": -11.551414425021889, "S12": -14.551414425021893, "W13": -22.833211612196454, "S13": -22.833211612196454, "W21": -37.070904874388212, "S21": -37.070904874388212, "W22": -60.328155516753021, "S22": -82.38521257381008, "W31": -100.35068582337428, "S31": -100.35068582337428, "W32": -100.35068582337428, "S32": -101.87949235894304 }, "geometry": { "type": "Point", "coordinates": [ 102435.0, 506460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1580017247751631, "S11": 5.1580017247751631, "W12": -3.1119539551357733, "S12": -5.3553499564718425, "W13": -19.052627026012086, "S13": -19.521682772475856, "W21": -32.558082381739325, "S21": -32.558082381739325, "W22": -61.467773811705577, "S22": -69.572902219796205, "W31": -96.444558539247836, "S31": -96.444558539247836, "W32": -96.444558539247836, "S32": -101.43765489201878 }, "geometry": { "type": "Point", "coordinates": [ 102435.0, 510972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58489679614403167, "S11": 0.58489679614403167, "W12": -8.0711522259666566, "S12": -8.5129822533065429, "W13": -16.755311485375337, "S13": -17.418878996474842, "W21": -27.462556689759694, "S21": -27.462556689759694, "W22": -43.699876621998115, "S22": -45.151980621847763, "W31": -79.712655086848642, "S31": -80.212655086848642, "W32": -94.241574622163199, "S32": -99.241574622163199 }, "geometry": { "type": "Point", "coordinates": [ 102436.0, 497337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6392996389891699, "S11": 3.6392996389891699, "W12": -7.2986979166666668, "S12": -7.2986979166666668, "W13": -20.154214460036606, "S13": -21.050449702625549, "W21": -46.147770537617028, "S21": -63.279164720164673, "W22": -60.000000000000007, "S22": -83.987391646966117, "W31": -100.33977775570784, "S31": -100.33977775570784, "W32": -100.33977775570784, "S32": -102.03219016453869 }, "geometry": { "type": "Point", "coordinates": [ 102436.0, 500277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.326896551724138, "S11": 3.2033861591144381, "W12": -11.687408312958436, "S12": -11.687408312958436, "W13": -21.263493246390311, "S13": -21.263493246390311, "W21": -40.325525258563538, "S21": -64.562945077918386, "W22": -70.0, "S22": -84.883169165643679, "W31": -94.841106066859268, "S31": -94.841106066859268, "W32": -95.162439061547829, "S32": -100.16243906154783 }, "geometry": { "type": "Point", "coordinates": [ 102436.0, 500652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2783168316831683, "S11": 3.1515935571349427, "W12": -10.705346534653463, "S12": -11.432508961267944, "W13": -20.972335495829473, "S13": -20.972335495829473, "W21": -51.48241485379684, "S21": -74.130637020505134, "W22": -38.700166079140494, "S22": -42.20361266412619, "W31": -68.730248330960876, "S31": -68.730248330960876, "W32": -90.485921006393966, "S32": -95.485921006393966 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 500822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.269918699186992, "S11": 3.0594537661688674, "W12": -9.3775609756097555, "S12": -10.537643077415995, "W13": -20.767330861909176, "S13": -21.610435628669308, "W21": -53.619686469258419, "S21": -78.619686469258426, "W22": -39.384687819856723, "S22": -48.934441109330407, "W31": -80.0, "S31": -80.008739482664311, "W32": -92.962919853674762, "S32": -97.962919853674762 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 500901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44523537219942183, "S11": 0.44523537219942183, "W12": -10.933707082484322, "S12": -19.103568609081474, "W13": -24.215246636771301, "S13": -24.215246636771301, "W21": -34.535503837364189, "S21": -34.535503837364189, "W22": -39.646723374191708, "S22": -40.193098492424767, "W31": -60.0, "S31": -62.113609815769955, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 505019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42074310872559995, "S11": 0.42074310872559995, "W12": -15.0, "S12": -22.859374028718705, "W13": -24.99011419408572, "S13": -24.99011419408572, "W21": -33.777234976503074, "S21": -33.779692897324431, "W22": -60.388499149659864, "S22": -96.915322580645153, "W31": -100.2290473510555, "S31": -100.2290473510555, "W32": -100.2290473510555, "S32": -103.96871609215054 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 505306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44781482999835315, "S11": 0.44781482999835315, "W12": -9.5230203856298452, "S12": -14.343674171879195, "W13": -20.0, "S13": -20.0, "W21": -37.910695067264577, "S21": -37.910695067264577, "W22": -60.153921049490542, "S22": -66.036948572426326, "W31": -96.312442918091321, "S31": -96.312442918091321, "W32": -96.592882649562668, "S32": -101.59288264956267 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 505654.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2109635375747145, "S11": 0.2109635375747145, "W12": -10.0, "S12": -17.581784386617102, "W13": -20.266125610014853, "S13": -20.266125610014853, "W21": -40.0, "S21": -40.0, "W22": -70.449438202247194, "S22": -85.307404599793259, "W31": -94.841248381174665, "S31": -94.841248381174665, "W32": -95.096358927483251, "S32": -100.09635892748325 }, "geometry": { "type": "Point", "coordinates": [ 102437.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90236662746339869, "S11": 0.90236662746339869, "W12": -9.4338065233185713, "S12": -9.4338065233185713, "W13": -20.0, "S13": -20.0, "W21": -43.825355548452208, "S21": -44.356871289060159, "W22": -40.0, "S22": -40.0, "W31": -71.115163434366806, "S31": -71.880952200827437, "W32": -90.703931458476092, "S32": -95.703931458476092 }, "geometry": { "type": "Point", "coordinates": [ 102437.25, 514279.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.57149487598396, "W13": -15.96, "S13": -16.646247835168918, "W21": -30.563315471507664, "S21": -30.563315471507664, "W22": -38.122046681210321, "S22": -51.818524495686937, "W31": -68.101768579708335, "S31": -68.101768579708335, "W32": -90.252971521623962, "S32": -95.252971521623962 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 496855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.898563790753748, "S12": -9.898563790753748, "W13": -18.968956739639072, "S13": -19.517022019849019, "W21": -20.0, "S21": -20.0, "W22": -39.264892528147413, "S22": -48.517263970983159, "W31": -80.0, "S31": -80.0, "W32": -92.877120053209197, "S32": -97.877120053209197 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 496948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6530139247034552, "S11": 3.6530139247034552, "W12": -7.4398185410111957, "S12": -7.4398185410111957, "W13": -20.231822757779135, "S13": -20.952302958460017, "W21": -46.698349125884015, "S21": -76.292454389041907, "W22": -41.63795682087251, "S22": -44.20882600242998, "W31": -70.0, "S31": -71.56801682980533, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3496919540229881, "S11": 3.2235971729791952, "W12": -11.415892420537899, "S12": -11.415892420537899, "W13": -21.257764322310198, "S13": -21.257764322310198, "W21": -39.753149551381213, "S21": -63.043988630090894, "W22": -46.76592028951903, "S22": -46.767912358742549, "W31": -82.383145826803656, "S31": -82.383145826803656, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3329517241379309, "S11": 3.2010348650155289, "W12": -12.177689486552566, "S12": -12.177689486552566, "W13": -21.308639962738706, "S13": -21.308639962738706, "W21": -40.043646922651931, "S21": -63.954744179426129, "W22": -43.93409199391003, "S22": -43.935793379653525, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3102970297029701, "S11": 3.2044278708244653, "W12": -13.043762376237623, "S12": -13.045016107580906, "W13": -21.33617539585871, "S13": -21.33617539585871, "W21": -40.993583529411758, "S21": -64.705432391971001, "W22": -47.186737146891396, "S22": -48.02695419473514, "W31": -87.619726644676163, "S31": -87.619726644676163, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.299240924092409, "S11": 3.2527179543558535, "W12": -11.935940594059407, "S12": -12.25309649751668, "W13": -21.172752548656163, "S13": -21.172752548656163, "W21": -48.065152430207725, "S21": -68.486503083884131, "W22": -57.784238921243521, "S22": -73.640094777099378, "W31": -97.514761258630671, "S31": -97.514761258630671, "W32": -97.514761258630671, "S32": -100.99320252 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 500747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4068741291221549, "S12": -19.624529860784524, "W13": -19.624529860784524, "S13": -23.400565684503736, "W21": -40.0, "S21": -50.176729459556334, "W22": -77.584269662921344, "S22": -92.207350685916637, "W31": -94.389517649777758, "S31": -94.389517649777758, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102438.0, 503431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6490236198265529, "S11": 3.6490236198265529, "W12": -7.6270283754287496, "S12": -7.6270283754287496, "W13": -20.406944783404516, "S13": -20.736734347202322, "W21": -48.008055671987613, "S21": -74.357950408829709, "W22": -71.741573033707866, "S22": -86.537635714792216, "W31": -94.907566852149671, "S31": -94.907566852149671, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102439.0, 500106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3100990099009899, "S11": 3.2789646750435981, "W12": -12.157920792079208, "S12": -12.397725097362965, "W13": -21.214874884151993, "S13": -21.214874884151993, "W21": -45.910774836342462, "S21": -65.696911811306251, "W22": -70.68991793669403, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102439.0, 500733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10107529175823002, "S11": -0.10107529175823002, "W12": -7.8893783431473894, "S12": -10.391316103920515, "W13": -24.618277233679848, "S13": -24.618277233679848, "W21": -40.130174243747291, "S21": -41.978007183213805, "W22": -42.712055851902726, "S22": -43.476275047751074, "W31": -80.005610974729493, "S31": -80.505610974729493, "W32": -94.152743491212135, "S32": -99.152743491212135 }, "geometry": { "type": "Point", "coordinates": [ 102439.0, 508913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2983498349834983, "S11": 3.1370434992552161, "W12": -10.114653465346533, "S12": -11.024216413813592, "W13": -20.901482854494901, "S13": -20.901482854494901, "W21": -52.312196568209615, "S21": -75.990063168259582, "W22": -68.548927909644405, "S22": -91.204761404798603, "W31": -92.914561276052851, "S31": -92.914561276052851, "W32": -98.615243421881175, "S32": -103.61524342188117 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 500856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0374808458473797, "S11": 2.0374808458473797, "W12": -5.0, "S12": -8.0909990854946887, "W13": -14.909649828606701, "S13": -16.278686584455883, "W21": -40.0, "S21": -58.333491191513545, "W22": -39.834216816701378, "S22": -39.834216816701378, "W31": -60.149228761668944, "S31": -61.285133637717642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 502408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.42294294561050733, "W12": -4.6078288716998248, "S12": -11.273127549310313, "W13": -20.0, "S13": -20.025968137507469, "W21": -34.2868919755619, "S21": -35.663363261633414, "W22": -38.419705339582535, "S22": -40.533291971768726, "W31": -80.0, "S31": -80.0, "W32": -92.21308613235783, "S32": -97.21308613235783 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 504115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42952282281089549, "S11": 0.42952282281089549, "W12": -9.4540499494095087, "S12": -17.021068917702362, "W13": -20.969029781780431, "S13": -20.969029781780431, "W21": -33.367884114772721, "S21": -38.367884114772721, "W22": -43.144237334396209, "S22": -43.535286643731339, "W31": -74.290818858560797, "S31": -74.92899788067848, "W32": -94.623515459922729, "S32": -99.623515459922729 }, "geometry": { "type": "Point", "coordinates": [ 102440.0, 507022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7723816605705256, "S11": 4.7723816605705256, "W12": -2.6827904962028475, "S12": -5.5576168739191276, "W13": -22.769493774239574, "S13": -22.769493774239574, "W21": -32.609603190273539, "S21": -32.609603190273539, "W22": -37.900364960548217, "S22": -37.900364960548217, "W31": -70.0, "S31": -70.0, "W32": -78.942568514335179, "S32": -83.942568514335179 }, "geometry": { "type": "Point", "coordinates": [ 102440.333333333328483, 510660.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5880577617328515, "S11": 3.5880577617328515, "W12": -6.1521460602178086, "S12": -6.1521460602178086, "W13": -20.291783884489984, "S13": -20.810868363336908, "W21": -42.681707708533956, "S21": -51.851508113509368, "W22": -51.744749257440553, "S22": -53.111950941265405, "W31": -68.214492398046488, "S31": -73.761812689919125, "W32": -99.798308516792957, "S32": -104.79830851679296 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 500435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1110190682981766, "S11": 2.1110190682981766, "W12": -4.4074758677346475, "S12": -14.407475867734647, "W13": -19.928193206964501, "S13": -21.061962190283708, "W21": -36.375945412278519, "S21": -41.375945412278519, "W22": -41.953212350563341, "S22": -42.109551933910076, "W31": -69.310735345668434, "S31": -72.624295407344746, "W32": -84.008423947920207, "S32": -89.008423947920207 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 503776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58, "S11": 0.58, "W12": -16.42, "S12": -22.42, "W13": -24.620001, "S13": -24.620001, "W21": -33.02, "S21": -33.02, "W22": -39.002860590117706, "S22": -39.002860590117706, "W31": -70.0, "S31": -70.0, "W32": -80.076234803193842, "S32": -85.076234803193842 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9565543393305225, "S11": 1.9565543393305225, "W12": -11.530458072934552, "S12": -11.530458072934552, "W13": -22.721140217334241, "S13": -22.721140217334241, "W21": -36.991445657479851, "S21": -36.991445657479851, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -81.994965548355353, "S32": -86.994965548355353 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 506472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39479635595570822, "S11": -0.39479635595570822, "W12": -8.7556360878176225, "S12": -10.496075093705116, "W13": -25.0, "S13": -25.0, "W21": -40.198801213595644, "S21": -41.782646627620856, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.19120207421237, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 508952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.8341100979399734, "S11": 5.8341100979399734, "W12": -1.4590466351830012, "S12": -3.9742022713268601, "W13": -18.553520471914705, "S13": -19.213357183769634, "W21": -32.115462701977442, "S21": -32.115462701977442, "W22": -81.034433309340628, "S22": -95.510120234386392, "W31": -95.510120234386392, "S31": -95.510120234386392, "W32": -95.510120234386392, "S32": -100.2678994128316 }, "geometry": { "type": "Point", "coordinates": [ 102441.666666666671517, 510876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4082606890828364, "S11": 2.1809472767996776, "W12": -5.9950816675941931, "S12": -7.117125869459854, "W13": -15.547392823326602, "S13": -19.299096172842063, "W21": -43.808203087367247, "S21": -63.01283464637477, "W22": -61.125900090467496, "S22": -100.0, "W31": -100.18379845731123, "S31": -100.18379845731123, "W32": -100.18379845731123, "S32": -104.60916422937714 }, "geometry": { "type": "Point", "coordinates": [ 102441.833333333328483, 502562.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2599416755037116, "S11": 1.2599416755037116, "W12": -4.9853450504006203, "S12": -7.0802980016409967, "W13": -15.000000000000002, "S13": -15.149198237426019, "W21": -44.053673854643144, "S21": -53.635025995089812, "W22": -60.68813028406251, "S22": -99.29435483870968, "W31": -100.19511481886096, "S31": -100.19511481886096, "W32": -100.19511481886096, "S32": -104.40156582546908 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 498788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3347524752475244, "S11": 3.2987846981954885, "W12": -12.030198019801981, "S12": -12.299708783011374, "W13": -21.216682113067655, "S13": -21.216682113067655, "W21": -46.622947121723932, "S21": -66.662798145932499, "W22": -40.0, "S22": -46.098549488054609, "W31": -72.660285855293765, "S31": -73.114622560328058, "W32": -90.415795490485948, "S32": -95.415795490485948 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 500739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3307920792079204, "S11": 3.2693246287398168, "W12": -11.633366336633664, "S12": -12.033757726066149, "W13": -21.154402224281743, "S13": -21.154402224281743, "W21": -49.18189130184993, "S21": -70.102867236565558, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.081239851709555, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 500763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2302459804864643, "S11": 1.2302459804864643, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.260498566975087, "S13": -21.260498566975087, "W21": -37.937106024300995, "S21": -40.651163392668167, "W22": -60.0, "S22": -95.0, "W31": -100.26503790512133, "S31": -100.26503790512133, "W32": -100.26503790512133, "S32": -103.07141788886422 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6512416296470942, "S11": 2.6512416296470942, "W12": -3.566272609502386, "S12": -11.417390001958882, "W13": -20.0, "S13": -20.0, "W21": -37.563744769188766, "S21": -41.421075281568648, "W22": -56.683169151382828, "S22": -71.683169151382828, "W31": -95.872759711801834, "S31": -95.872759711801834, "W32": -96.018550636151602, "S32": -101.0185506361516 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 508436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1173991825038971, "S12": -10.585479727385735, "W13": -25.091716303619815, "S13": -25.091716303619815, "W21": -40.223668121971905, "S21": -41.710659587548555, "W22": -61.861791345186184, "S22": -82.803481923156554, "W31": -89.413964322932628, "S31": -89.413964322932628, "W32": -98.329719311851719, "S32": -103.32971931185172 }, "geometry": { "type": "Point", "coordinates": [ 102442.0, 508966.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2434455753051292, "S12": -8.2434455753051292, "W13": -20.0, "S13": -20.0, "W21": -43.306661982201987, "S21": -44.012605641768282, "W22": -39.904964098163923, "S22": -39.904964098163923, "W31": -61.351475598243042, "S31": -61.540638532703632, "W32": -90.479225488752775, "S32": -95.479225488752775 }, "geometry": { "type": "Point", "coordinates": [ 102442.241379310347838, 516616.241379310318734 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9857912226422207, "S11": 1.9857912226422207, "W12": -5.3557004537408153, "S12": -7.6441886920566677, "W13": -14.784211976589045, "S13": -17.139594561057237, "W21": -41.557708412074334, "S21": -60.245906934521898, "W22": -35.382938327873447, "S22": -35.382938327873447, "W31": -70.0, "S31": -70.023292779876911, "W32": -76.383113820082997, "S32": -81.383113820082997 }, "geometry": { "type": "Point", "coordinates": [ 102442.333333333328483, 502472.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2566998268639555, "S11": 1.2566998268639555, "W12": -10.481521366348858, "S12": -10.481521366348858, "W13": -20.0, "S13": -20.0, "W21": -44.536113644814982, "S21": -44.81514209192283, "W22": -63.235069508939148, "S22": -76.046453395551424, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -95.704438466711494, "S32": -100.70443846671149 }, "geometry": { "type": "Point", "coordinates": [ 102442.5, 514072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6138568334192951, "S11": 3.6138568334192951, "W12": -6.8246875000001035, "S12": -6.8246875000001035, "W13": -20.044759304453969, "S13": -20.84057729643067, "W21": -45.183024701044246, "S21": -70.544629576591419, "W22": -86.186379928312903, "S22": -89.445712274968812, "W31": -97.014715810822238, "S31": -97.014715810822238, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 500339.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4158114942528734, "S11": 3.2922362093098538, "W12": -10.321577017114915, "S12": -10.321577017114915, "W13": -21.215691662785282, "S13": -21.215691662785282, "W21": -39.132953801464609, "S21": -59.719018385980739, "W22": -39.169017225789034, "S22": -43.97664809430551, "W31": -74.919255342944041, "S31": -74.919255342944041, "W32": -96.419025551880509, "S32": -101.41902555188051 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 500632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3532013201320128, "S11": 3.2317433762067793, "W12": -13.012772277227722, "S12": -13.014973769765035, "W13": -21.372168087697929, "S13": -21.372168087697929, "W21": -39.783850982352945, "S21": -61.694372692305549, "W22": -80.0, "S22": -94.553497385984755, "W31": -94.553497385984755, "S31": -94.553497385984755, "W32": -95.167450582557095, "S32": -100.16745058255709 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50938477580813346, "S11": 0.43176142868495299, "W12": -4.586935201626769, "S12": -11.067555356665411, "W13": -20.0, "S13": -20.389522062612038, "W21": -34.333571637306036, "S21": -35.700629460603338, "W22": -39.446072360721381, "S22": -42.336872654903921, "W31": -70.0, "S31": -72.313058353925072, "W32": -95.243048966569091, "S32": -100.24304896656909 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 504112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15900431575798019, "S11": 0.15900431575798019, "W12": -10.0, "S12": -17.035315985130111, "W13": -20.321822618289836, "S13": -20.321822618289836, "W21": -40.0, "S21": -40.0, "W22": -38.488808689697478, "S22": -54.676189186829411, "W31": -69.184242327100861, "S31": -69.184242327100861, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102443.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17062005343242309, "S11": -0.17062005343242309, "W12": -8.123987858923849, "S12": -8.123987858923849, "W13": -20.0, "S13": -20.0, "W21": -41.937510827659466, "S21": -42.913502620445868, "W22": -42.2236730988446, "S22": -43.545093791542591, "W31": -70.665127020785221, "S31": -71.743597078119919, "W32": -94.893602195195541, "S32": -99.893602195195541 }, "geometry": { "type": "Point", "coordinates": [ 102443.213114754093112, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7115721973626323, "S11": 4.7115721973626323, "W12": -3.5996253746253766, "S12": -5.7838236047008857, "W13": -19.245588437835792, "S13": -19.527890637091186, "W21": -32.577280968636266, "S21": -32.577280968636266, "W22": -42.379805624838738, "S22": -42.379805624838738, "W31": -69.235303634236814, "S31": -72.854103273488548, "W32": -84.254191665503924, "S32": -89.254191665503924 }, "geometry": { "type": "Point", "coordinates": [ 102443.769230769234127, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5674708612686947, "S11": 3.5674708612686947, "W12": -5.5760730301089048, "S12": -5.5760730301089048, "W13": -20.58844434094085, "S13": -20.825465560746, "W21": -41.401732568027207, "S21": -63.222818830008038, "W22": -39.367151046684867, "S22": -40.882592272699526, "W31": -66.107131330801593, "S31": -66.281209368583276, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102444.0, 500495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4302528735632181, "S11": 3.3079173406697935, "W12": -10.047310513447433, "S12": -10.047310513447433, "W13": -21.203577084303681, "S13": -21.203577084303681, "W21": -39.650447591131005, "S21": -59.650447591131005, "W22": -60.0, "S22": -99.8, "W31": -99.8, "S31": -99.8, "W32": -100.11343012704175, "S32": -105.11343012704175 }, "geometry": { "type": "Point", "coordinates": [ 102444.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.363291954022988, "S11": 3.2091118154548588, "W12": -13.094498777506113, "S12": -13.101973777506112, "W13": -21.385746606334841, "S13": -21.385746606334841, "W21": -38.986741099447514, "S21": -61.467773811705577, "W22": -60.0, "S22": -88.108747044917251, "W31": -100.27719189122469, "S31": -100.27719189122469, "W32": -100.27719189122469, "S32": -101.8983809892306 }, "geometry": { "type": "Point", "coordinates": [ 102444.0, 500672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32558930648225992, "S11": 0.32558930648225992, "W12": -8.3075773062864986, "S12": -8.3075773062864986, "W13": -21.303334929327157, "S13": -21.363006231476312, "W21": -37.575806004530833, "S21": -39.101746895539939, "W22": -39.97571137962646, "S22": -39.97571137962646, "W31": -62.666093559709857, "S31": -62.666093559709857, "W32": -91.344234654962023, "S32": -96.344234654962023 }, "geometry": { "type": "Point", "coordinates": [ 102444.0, 507218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4477379310344829, "S11": 3.3284817822642396, "W12": -9.6345354523227389, "S12": -9.6345354523227389, "W13": -21.182212389380531, "S13": -21.182212389380531, "W21": -40.0, "S21": -60.0, "W22": -40.278269230769233, "S22": -42.37022889930472, "W31": -68.994043329403382, "S31": -69.642250897449415, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 500622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4384615384615387, "S11": 2.4384615384615387, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.746901500326159, "W21": -40.0, "S21": -57.562038264822888, "W22": -35.010478327303595, "S22": -35.010478327303595, "W31": -70.664231372337753, "S31": -70.721903478884371, "W32": -76.065445801109874, "S32": -81.065445801109874 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 502276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49757756617042426, "S11": 0.49757756617042426, "W12": -9.4024893435341781, "S12": -12.17582876375787, "W13": -21.572406110757477, "S13": -21.572406110757477, "W21": -38.361758975276842, "S21": -38.361758975276842, "W22": -39.207833657308527, "S22": -44.357208267938553, "W31": -75.052984050572718, "S31": -75.052984050572718, "W32": -96.446389518860016, "S32": -101.44638951886002 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49710236844713118, "S11": 0.49710236844713118, "W12": -10.508537490720119, "S12": -23.963777665392609, "W13": -23.963777665392609, "S13": -23.963777665392609, "W21": -33.646311675799915, "S21": -37.153797820228753, "W22": -61.042528105747358, "S22": -72.162307044805218, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102445.0, 506897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49529223470103223, "S11": 0.49529223470103223, "W12": -10.14487697075209, "S12": -18.437690392682015, "W13": -22.440209267563745, "S13": -22.440209267563745, "W21": -34.971333646928272, "S21": -34.971333646928272, "W22": -53.81156890747863, "S22": -72.005840003750521, "W31": -96.453371469913208, "S31": -96.453371469913208, "W32": -96.453371469913208, "S32": -100.63196011368936 }, "geometry": { "type": "Point", "coordinates": [ 102445.333333333328483, 504860.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5468839608045384, "S11": 3.4993546804174298, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -20.885104797391708, "S13": -20.885104797391708, "W21": -40.388499149659864, "S21": -60.388499149659864, "W22": -55.562995570312502, "S22": -76.973061050575666, "W31": -95.560365312578924, "S31": -95.560365312578924, "W32": -95.958529590981968, "S32": -100.95852959098197 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 500555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3862376237623759, "S11": 3.2878824835754599, "W12": -12.859009900990099, "S12": -12.859009900990099, "W13": -21.383178869323448, "S13": -21.383178869323448, "W21": -39.471765429411761, "S21": -58.807452783440198, "W22": -90.0, "S22": -90.0, "W31": -96.994485872195256, "S31": -96.994485872195256, "W32": -99.686433901918974, "S32": -104.68643390191897 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 500686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.058323075090339, "S12": -5.058323075090339, "W13": -15.0, "S13": -15.874103065883888, "W21": -40.0, "S21": -57.508050767190767, "W22": -39.388228768929196, "S22": -46.459441688850603, "W31": -75.84216964189136, "S31": -75.84216964189136, "W32": -96.634337467031557, "S32": -101.63433746703156 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 502268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29631100382615955, "S11": 0.29631100382615955, "W12": -9.7151714505770617, "S12": -11.772792268420929, "W13": -20.970772331848078, "S13": -20.970772331848078, "W21": -38.912605534671627, "S21": -38.912605534671627, "W22": -43.585948443126377, "S22": -44.67477991318183, "W31": -76.525558312655079, "S31": -77.008246461552275, "W32": -94.560768036576519, "S32": -99.560768036576519 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 505985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66412511110430361, "S11": 0.66412511110430361, "W12": -9.010233305190674, "S12": -9.010233305190674, "W13": -24.364343202104784, "S13": -24.364343202104784, "W21": -37.705819267488977, "S21": -37.705819267488977, "W22": -69.631423967998245, "S22": -84.505649413964377, "W31": -94.647416283604002, "S31": -94.647416283604002, "W32": -94.939162853753672, "S32": -99.939162853753672 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 506286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63777624309392267, "S11": 0.63777624309392267, "W12": -10.738678544914626, "S12": -25.738678544914627, "W13": -25.738678544914627, "S13": -25.738678544914627, "W21": -33.7623808499417, "S21": -37.038373766713775, "W22": -39.201739530196306, "S22": -43.921415391148585, "W31": -74.875081218198119, "S31": -74.875081218198119, "W32": -96.40303621879734, "S32": -101.40303621879734 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7483166139892814, "S11": 1.7483166139892814, "W12": -15.0, "S12": -15.791425260718423, "W13": -21.199375896783181, "S13": -21.199375896783181, "W21": -37.977651743685072, "S21": -41.329929605326051, "W22": -75.555639219342567, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102447.0, 507487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62652875692985555, "S11": 0.62652875692985555, "W12": -6.9545760116302917, "S12": -6.9545760116302917, "W13": -16.843668236662854, "S13": -17.974759979820753, "W21": -31.490827213275523, "S21": -31.490827213275523, "W22": -90.0, "S22": -106.91529946273393, "W31": -106.91529946273393, "S31": -106.91529946273393, "W32": -106.91529946273393, "S32": -106.91529946273393 }, "geometry": { "type": "Point", "coordinates": [ 102447.285714285710128, 497578.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55591811464389684, "S11": 0.55591811464389684, "W12": -9.1508444851117918, "S12": -9.1508444851117918, "W13": -16.917435596184895, "S13": -17.244983182267553, "W21": -23.822285528736479, "S21": -23.822285528736479, "W22": -39.11348580839006, "S22": -39.484759462114773, "W31": -73.454749967974792, "S31": -73.454749967974792, "W32": -96.062957538930903, "S32": -101.0629575389309 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 497115.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.539607000307031, "S11": 1.539607000307031, "W12": -5.1884506878961201, "S12": -5.1884506878961201, "W13": -15.481806184012067, "S13": -16.799387598764497, "W21": -37.186737146891396, "S21": -47.186737146891396, "W22": -40.0, "S22": -40.0, "W31": -64.098717673186485, "S31": -64.137455555718589, "W32": -92.279718526742315, "S32": -97.279718526742315 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 498261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4210574712643678, "S11": 3.2632090409504286, "W12": -11.997432762836185, "S12": -11.997432762836185, "W13": -21.358621332091289, "S13": -21.358621332091289, "W21": -37.630718869613261, "S21": -57.767493243806811, "W22": -55.887237415799682, "S22": -77.936250211839678, "W31": -95.486677515987083, "S31": -95.486677515987083, "W32": -96.151037810420732, "S32": -101.15103781042073 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 500656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7074457232978761, "S11": 2.7074457232978761, "W12": -7.5888496207759202, "S12": -7.5888496207759202, "W13": -16.256103985118006, "S13": -19.186306202991457, "W21": -39.145516573728898, "S21": -55.927577570129742, "W22": -44.150002, "S22": -46.0900021, "W31": -78.972903225805481, "S31": -79.421823755859265, "W32": -94.426543113592544, "S32": -99.426543113592544 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 502141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5414351867386999, "S11": 2.5414351867386999, "W12": -5.5188023666759323, "S12": -5.5188023666759323, "W13": -14.999999999999998, "S13": -16.245488149597737, "W21": -40.0, "S21": -57.373082023110442, "W22": -44.143754823771381, "S22": -44.143754823771381, "W31": -70.0, "S31": -70.0, "W32": -81.681967509666649, "S32": -86.681967509666649 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 502245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2186936743627248, "W12": -8.850348948904557, "S12": -10.915763869119829, "W13": -19.832252955394146, "S13": -22.675025578246107, "W21": -50.0, "S21": -70.68991793669403, "W22": -51.040799969466811, "S22": -55.829697195618479, "W31": -88.834514747922341, "S31": -88.834514747922341, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102448.0, 502927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35338131442592818, "S11": 0.35338131442592818, "W12": -8.4940572430020698, "S12": -10.700218755301366, "W13": -21.186708434955275, "S13": -21.186708434955275, "W21": -36.659829428458899, "S21": -38.603365554091909, "W22": -39.488628743103931, "S22": -47.862736185477054, "W31": -76.386337288359599, "S31": -76.386337288359599, "W32": -96.758787776196272, "S32": -101.75878777619627 }, "geometry": { "type": "Point", "coordinates": [ 102448.5, 507170.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.780261082586664, "S12": -6.780261082586664, "W13": -18.989751919224592, "S13": -25.458349772540814, "W21": -43.549295774647888, "S21": -58.845106041882744, "W22": -40.0, "S22": -40.0, "W31": -64.5866466079232, "S31": -64.76931150052917, "W32": -92.660790703504091, "S32": -97.660790703504091 }, "geometry": { "type": "Point", "coordinates": [ 102449.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1921739130434783, "S11": 0.62633042571696484, "W12": -8.5185500702815524, "S12": -16.966508764475776, "W13": -21.123600957494986, "S13": -25.633684625338542, "W21": -35.308466196270729, "S21": -35.308466196270729, "W22": -39.480239608566734, "S22": -40.16032987250442, "W31": -60.000000000000007, "S31": -60.174463190184056, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102449.0, 504740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5310954465351601, "S11": 1.5310954465351601, "W12": -11.401149842534364, "S12": -22.875749620265196, "W13": -22.875749620265196, "S13": -22.875749620265196, "W21": -34.705118037242976, "S21": -36.506494602542375, "W22": -39.276231301788933, "S22": -40.896908995941452, "W31": -64.437273663161108, "S31": -64.485709930286731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102449.0, 506754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47496344494808646, "S11": 0.47496344494808646, "W12": -11.759076304227696, "S12": -11.759076304227696, "W13": -21.262823614181222, "S13": -21.262823614181222, "W21": -38.118655429692907, "S21": -39.534828669540374, "W22": -48.800038441523853, "S22": -48.800038441523853, "W31": -68.479030134347795, "S31": -74.358664415215387, "W32": -93.503120351807112, "S32": -98.503120351807112 }, "geometry": { "type": "Point", "coordinates": [ 102449.0, 507343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5509951111265214, "S11": 1.5509951111265214, "W12": -11.422170106515452, "S12": -11.52161580133995, "W13": -20.0, "S13": -28.357614617468322, "W21": -35.249236713956385, "S21": -35.249236713956385, "W22": -80.0, "S22": -94.556643544157055, "W31": -94.556643544157055, "S31": -94.556643544157055, "W32": -95.047654284445585, "S32": -100.04765428444558 }, "geometry": { "type": "Point", "coordinates": [ 102449.5, 511700.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6423718242453196, "S11": -1.6423718242453196, "W12": -10.997383851481828, "S12": -11.403948550424143, "W13": -26.310045150477603, "S13": -26.310045150477603, "W21": -40.550756591321509, "S21": -40.550756591321509, "W22": -51.810001, "S22": -95.2, "W31": -95.209999, "S31": -95.209999, "W32": -95.230003, "S32": -100.230003 }, "geometry": { "type": "Point", "coordinates": [ 102449.888888888890506, 509152.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6244849829073742, "S11": -0.6244849829073742, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.990344802191238, "S21": -38.990344802191238, "W22": -68.259493670886073, "S22": -83.226102333868951, "W31": -94.618902638311909, "S31": -94.618902638311909, "W32": -95.016758074344907, "S32": -100.01675807434491 }, "geometry": { "type": "Point", "coordinates": [ 102450.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6720660029302929, "S11": 1.6720660029302929, "W12": -12.685841335403387, "S12": -12.685841335403387, "W13": -20.0, "S13": -20.0, "W21": -36.411640846124136, "S21": -36.411640846124136, "W22": -38.287291118951316, "S22": -53.287291118951316, "W31": -68.697228481066276, "S31": -68.697228481066276, "W32": -90.087435834009568, "S32": -95.087435834009568 }, "geometry": { "type": "Point", "coordinates": [ 102450.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3117507666573736, "S11": 2.3117507666573736, "W12": -15.0, "S12": -15.0, "W13": -20.170577097512105, "S13": -20.170577097512105, "W21": -40.309914755970539, "S21": -43.009606993210504, "W22": -37.908892135797203, "S22": -46.035103597597299, "W31": -72.830669779134496, "S31": -72.830669779134496, "W32": -90.959175834209674, "S32": -95.959175834209674 }, "geometry": { "type": "Point", "coordinates": [ 102450.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4171225006902231, "S11": 1.4171225006902231, "W12": -11.156759478797289, "S12": -11.156759478797289, "W13": -20.0, "S13": -20.0, "W21": -44.208188665816948, "S21": -44.306713155516661, "W22": -39.999999999999993, "S22": -41.418801293210635, "W31": -80.0, "S31": -80.404999838166759, "W32": -93.763607343552323, "S32": -98.763607343552323 }, "geometry": { "type": "Point", "coordinates": [ 102450.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.6, "W12": -13.3, "S12": -17.5, "W13": -18.8, "S13": -18.8, "W21": -36.0, "S21": -51.5, "W22": -44.428485421862902, "S22": -44.428485421862902, "W31": -68.897318040322176, "S31": -73.709730511760228, "W32": -85.686934389140276, "S32": -90.686934389140276 }, "geometry": { "type": "Point", "coordinates": [ 102450.8, 501917.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5500845796802474, "S11": 3.5264449045895319, "W12": -5.1063420884048698, "S12": -5.1063420884048698, "W13": -20.795020959478343, "S13": -20.938545789079122, "W21": -40.572119472789112, "S21": -61.125900090467496, "W22": -35.737265585988652, "S22": -35.885912410582023, "W31": -71.292003996161512, "S31": -71.436013616589577, "W32": -76.35861019842811, "S32": -81.35861019842811 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 500530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5480412583806085, "S11": 3.5161937689827174, "W12": -5.048046124279308, "S12": -5.048046124279308, "W13": -20.827396367023756, "S13": -20.934544095846562, "W21": -40.469812925170068, "S21": -60.68813028406251, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.127286035952352, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 500537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16818513519282152, "S11": 0.16818513519282152, "W12": -15.0, "S12": -20.042750929368029, "W13": -20.563706768512624, "S13": -20.563706768512624, "W21": -39.596092329659335, "S21": -39.596092329659335, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -81.919970744872643, "S32": -86.919970744872643 }, "geometry": { "type": "Point", "coordinates": [ 102451.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2457208041696133, "S11": 1.2457208041696133, "W12": -10.115455449619315, "S12": -10.115455449619315, "W13": -20.0, "S13": -20.0, "W21": -44.492626977860894, "S21": -44.663538854889218, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102451.625, 514118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5341732851985559, "S11": 3.4493778158482535, "W12": -6.6470588235294112, "S12": -6.6470588235294112, "W13": -21.037284583139265, "S13": -21.037284583139265, "W21": -40.0, "S21": -60.0, "W22": -39.973752344309744, "S22": -39.973752344309744, "W31": -65.531341786661301, "S31": -65.990551062464505, "W32": -93.39831509964398, "S32": -98.39831509964398 }, "geometry": { "type": "Point", "coordinates": [ 102452.0, 500581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4302970297029698, "S11": 3.284427870824465, "W12": -12.943762376237624, "S12": -12.947016107580907, "W13": -21.432900834105652, "S13": -21.432900834105652, "W21": -37.673583729411767, "S21": -56.225432191971009, "W22": -39.281228249744139, "S22": -49.159743809737478, "W31": -80.0, "S31": -80.06361197217953, "W32": -93.124958430329244, "S32": -98.124958430329244 }, "geometry": { "type": "Point", "coordinates": [ 102452.0, 500678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4758234844740032, "S11": 2.4758234844740032, "W12": -5.7293418544679904, "S12": -20.729341854467989, "W13": -20.729341854467989, "S13": -23.917996537932396, "W21": -41.04225352112676, "S21": -52.464850996135723, "W22": -48.814283777740016, "S22": -52.234377682700853, "W31": -88.081734061800788, "S31": -88.081734061800788, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102452.0, 503408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4918260869564455, "S11": 0.91265751980977949, "W12": -7.8108574349365076, "S12": -16.280888221074765, "W13": -20.623406870673609, "S13": -26.032954060154395, "W21": -35.433441099260783, "S21": -35.433441099260783, "W22": -58.417028931194722, "S22": -68.604629968827709, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102452.0, 504694.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3267723902420148, "S11": 4.3267723902420148, "W12": -3.8861545651315006, "S12": -6.0432162469880435, "W13": -19.375615208027252, "S13": -19.5407831530155, "W21": -32.54797495509483, "S21": -32.54797495509483, "W22": -63.641308772042734, "S22": -97.698501713932487, "W31": -98.237333439565489, "S31": -98.237333439565489, "W32": -98.237333439565489, "S32": -103.20781728833292 }, "geometry": { "type": "Point", "coordinates": [ 102452.833333333328483, 511016.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6043700255293589, "S11": 1.4271478282176098, "W12": -5.3425774810418725, "S12": -5.3425774810418725, "W13": -14.999999999999998, "S13": -15.419262528873219, "W21": -48.918618080779332, "S21": -58.237951017498133, "W22": -40.739392497039454, "S22": -44.339043233546704, "W31": -70.0, "S31": -72.398279959015497, "W32": -95.932264559510699, "S32": -100.9322645595107 }, "geometry": { "type": "Point", "coordinates": [ 102453.0, 499056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4151925192519283, "S11": 3.2973987751486034, "W12": -10.564290429043226, "S12": -11.271744223346229, "W13": -21.066743898671664, "S13": -21.066743898671668, "W21": -50.984076393778267, "S21": -73.705715719838693, "W22": -38.062882029979335, "S22": -38.062882029979335, "W31": -70.0, "S31": -70.0, "W32": -79.189113931034157, "S32": -84.189113931034157 }, "geometry": { "type": "Point", "coordinates": [ 102453.0, 500821.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.667089452308443, "S12": -9.6670894523084421, "W13": -18.707367017860445, "S13": -23.254059313231018, "W21": -35.114102601605559, "S21": -35.725093872254909, "W22": -63.182451804527787, "S22": -82.925121320987188, "W31": -95.714871298209729, "S31": -95.714871298209729, "W32": -96.092842462693227, "S32": -101.09284246269323 }, "geometry": { "type": "Point", "coordinates": [ 102453.0, 504028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1864894840725793, "S12": -8.1864894840725793, "W13": -20.0, "S13": -20.0, "W21": -42.998019260574246, "S21": -43.610399587488374, "W22": -40.832843278436684, "S22": -43.040807039937739, "W31": -69.760746034897892, "S31": -69.763483606397472, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102453.52, 516169.44 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8759248347370709, "S11": 2.862696480811016, "W12": -9.4420278756315241, "S12": -9.4420278756315241, "W13": -17.27742608203533, "S13": -18.102265726640461, "W21": -37.885955869519805, "S21": -54.143485704715943, "W22": -60.0, "S22": -60.0, "W31": -99.521889574666872, "S31": -99.521889574666872, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 502053.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7576779044708388, "W12": -4.3611133859239155, "S12": -12.819435151609646, "W13": -18.719440491851699, "S13": -27.408391035736848, "W21": -36.231243385678439, "S21": -38.220676622950293, "W22": -69.390333379190167, "S22": -77.697125179204704, "W31": -99.666498990461264, "S31": -99.666498990461264, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 504413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9127442474467324, "S11": 1.9127442474467324, "W12": -11.366566268015342, "S12": -14.616566268015342, "W13": -22.562990688333027, "S13": -22.562990688333027, "W21": -36.939739660367394, "S21": -36.939739660367394, "W22": -39.573998676612597, "S22": -41.699818748568177, "W31": -71.482521097609364, "S31": -73.517445975848403, "W32": -95.584376813082571, "S32": -100.58437681308257 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1337776556273189, "S11": 1.1337776556273189, "W12": -15.0, "S12": -15.0, "W13": -21.183478439683565, "S13": -21.183478439683565, "W21": -38.133331005536483, "S21": -40.642037884081553, "W22": -39.812297599690581, "S22": -39.812297599690581, "W31": -66.963965900136117, "S31": -67.843646569210421, "W32": -94.516911672545604, "S32": -99.516911672545604 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 507427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72996021894839658, "S11": -0.72996021894839658, "W12": -10.0, "S12": -13.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -39.062957782174777, "S21": -39.062957782174777, "W22": -39.975562223389261, "S22": -39.975562223389261, "W31": -62.725839959882506, "S31": -62.725839959882506, "W32": -91.327762240569513, "S32": -96.327762240569513 }, "geometry": { "type": "Point", "coordinates": [ 102454.0, 509955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42467250863227757, "S11": 0.42467250863227757, "W12": -15.0, "S12": -22.847736353715572, "W13": -25.230885810298922, "S13": -25.230885810298922, "W21": -33.84195611035792, "S21": -33.845124912032809, "W22": -39.447187552717054, "S22": -40.114281637406272, "W31": -60.0, "S31": -60.105956032719916, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102454.666666666671517, 505294.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.612241415779454, "S11": 3.612241415779454, "W12": -7.2376800748362955, "S12": -7.2376800748362955, "W13": -20.368941427699816, "S13": -20.756287383223519, "W21": -47.413000993601408, "S21": -60.0, "W22": -38.014282000654738, "S22": -38.491605345461373, "W31": -70.806655765320713, "S31": -71.046923564145004, "W32": -77.610894988768592, "S32": -82.610894988768592 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 500109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5203001547189277, "S11": 3.3880525111087731, "W12": -9.3137254901960791, "S12": -9.3137254901960791, "W13": -21.227568700512343, "S13": -21.227568700512343, "W21": -40.0, "S21": -59.70644329896907, "W22": -70.0, "S22": -79.580844797759283, "W31": -98.626389882754452, "S31": -98.626389882754452, "W32": -98.626389882754452, "S32": -103.53713359941634 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 500618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7914782608694129, "S11": 1.1270015449500563, "W12": -7.1031647995914637, "S12": -15.595267677673753, "W13": -20.123212783852228, "S13": -26.112636555983812, "W21": -35.558416002250837, "S21": -35.558416002250837, "W22": -90.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 504648.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49533112321414563, "S11": 0.49533112321414563, "W12": -15.0, "S12": -22.037758231283981, "W13": -24.843534007112108, "S13": -24.843534007112108, "W21": -33.506542154019755, "S21": -33.506542154019755, "W22": -86.703394053485397, "S22": -96.885263580245976, "W31": -96.885263580245976, "S31": -96.885263580245976, "W32": -96.885263580245976, "S32": -100.81895758836293 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 505379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.5790624615005546, "S11": 5.5790624615005546, "W12": -2.1388854043683589, "S12": -4.5736828467503798, "W13": -18.827237917692106, "S13": -19.827237917692106, "W21": -32.13072461562836, "S21": -32.13072461562836, "W22": -64.257873027651073, "S22": -82.210498415310155, "W31": -95.10948869364158, "S31": -95.10948869364158, "W32": -95.336178387316409, "S32": -100.33617838731641 }, "geometry": { "type": "Point", "coordinates": [ 102455.0, 510915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47048925705402511, "S11": 0.47048925705402511, "W12": -4.6721234375847827, "S12": -9.5862265732660177, "W13": -18.981757988716634, "S13": -24.165323582182364, "W21": -35.219099359652141, "S21": -35.761994577786794, "W22": -37.977597675825976, "S22": -37.977597675825976, "W31": -72.419734120395518, "S31": -73.244002550898557, "W32": -95.806911687379895, "S32": -100.80691168737989 }, "geometry": { "type": "Point", "coordinates": [ 102456.6, 504018.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1684782608695654, "S11": 1.1684782608695654, "W12": -5.0, "S12": -6.915824407904676, "W13": -15.0, "S13": -15.0, "W21": -46.594923037827634, "S21": -56.05942438836216, "W22": -46.207626423391204, "S22": -46.207626423391204, "W31": -68.62060487382044, "S31": -74.205023441487825, "W32": -91.411748533724335, "S32": -96.411748533724335 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 498926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4916781609195398, "S11": 3.3091146736170018, "W12": -12.229951100244499, "S12": -12.229951100244499, "W13": -21.429967396367026, "S13": -21.698236627136257, "W21": -36.409764783767287, "S21": -53.81156890747863, "W22": -39.75701248847578, "S22": -39.75701248847578, "W31": -60.0, "S31": -61.887813032233979, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 500659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4718811881188119, "S11": 3.3469092255019897, "W12": -12.78049504950495, "S12": -12.78049504950495, "W13": -21.443697868396665, "S13": -21.443697868396665, "W21": -37.627024681421084, "S21": -54.965737696111752, "W22": -46.556201827710694, "S22": -46.55661675616043, "W31": -81.935512691967887, "S31": -81.935512691967887, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 500685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4439933993399343, "S11": 3.2935470679661045, "W12": -9.9861386138613852, "S12": -10.867717217905742, "W13": -21.005143651529195, "S13": -21.500570480797577, "W21": -51.74776711262647, "S21": -75.465187380758707, "W22": -59.437348330747852, "S22": -74.313305756622512, "W31": -95.111766728290419, "S31": -95.111766728290419, "W32": -97.565068255511022, "S32": -102.56506825551102 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 500854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7586747548144777, "S12": -9.7532257034447838, "W13": -19.801973301368861, "S13": -23.583907645174623, "W21": -35.874839059112439, "S21": -35.990767327478473, "W22": -78.145363408524219, "S22": -86.723619083557409, "W31": -95.753868043937359, "S31": -95.753868043937359, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 503957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40521640590727614, "S11": 0.40521640590727614, "W12": -9.999811033381496, "S12": -9.999811033381496, "W13": -21.233093755016249, "S13": -21.266987533468455, "W21": -38.280161175696975, "S21": -39.02049398511128, "W22": -90.0, "S22": -103.21918637850185, "W31": -103.21918637850185, "S31": -103.21918637850185, "W32": -103.21918637850185, "S32": -103.88734964184349 }, "geometry": { "type": "Point", "coordinates": [ 102457.0, 507296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.551458063879136, "S11": 2.551458063879136, "W12": -5.0, "S12": -4.9999999999999991, "W13": -15.0, "S13": -15.618917155903461, "W21": -40.0, "S21": -57.549820041674579, "W22": -70.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -99.10168169228605, "S32": -104.10168169228605 }, "geometry": { "type": "Point", "coordinates": [ 102457.2, 502283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6586800375519495, "S12": -9.6594770337611386, "W13": -18.991096666727508, "S13": -23.716388994134519, "W21": -35.104782578258359, "S21": -35.790463816438944, "W22": -39.70174597234147, "S22": -39.845294628659289, "W31": -60.0, "S31": -62.435546025234629, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102457.285714285710128, 504032.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6357400722021662, "S11": 3.6357400722021662, "W12": -7.0914490430847561, "S12": -7.0914490430847561, "W13": -20.206659548505186, "S13": -20.949457533732843, "W21": -46.124060271974137, "S21": -75.555639219342567, "W22": -39.482467773076046, "S22": -43.166463027901791, "W31": -69.923291339680958, "S31": -70.776478867038122, "W32": -98.222656991984195, "S32": -103.22265699198419 }, "geometry": { "type": "Point", "coordinates": [ 102458.0, 500212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5313920522800442, "S11": 3.1566663395526948, "W12": -5.8443419431094403, "S12": -8.1692023700388319, "W13": -20.453514234875446, "S13": -25.272695664319549, "W21": -59.999999999999993, "S21": -83.190184049079747, "W22": -73.542450667006136, "S22": -99.783783783783775, "W31": -99.783783783783775, "S31": -99.783783783783775, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102458.0, 501096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1449344231134764, "S11": 1.008617200513068, "W12": -4.4012622248923972, "S12": -9.4012622248923954, "W13": -20.0, "S13": -20.240926609097073, "W21": -34.170053617438903, "S21": -35.950319155781735, "W22": -84.041193732351473, "S22": -96.982346397636562, "W31": -96.982346397636562, "S31": -96.982346397636562, "W32": -96.982346397636562, "S32": -100.29920484395934 }, "geometry": { "type": "Point", "coordinates": [ 102458.0, 504144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0827638649499587, "S11": 1.3111528982853424, "W12": -6.3954721642454837, "S12": -14.909647134271921, "W13": -19.719608629400724, "S13": -26.119608629400936, "W21": -35.683390905241055, "S21": -36.04707966604817, "W22": -40.0, "S22": -50.144732646640222, "W31": -74.403658563607593, "S31": -74.606794500888853, "W32": -90.041180328213031, "S32": -95.041180328213031 }, "geometry": { "type": "Point", "coordinates": [ 102458.0, 504602.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4827832783277914, "S11": 3.3685527487327867, "W12": -12.718217821782224, "S12": -12.718217821782224, "W13": -21.443636082792679, "S13": -21.443636082792679, "W21": -37.993374204556048, "S21": -55.460601829449772, "W22": -37.973292862080669, "S22": -50.865719426868317, "W31": -67.941891330435851, "S31": -67.941891330435851, "W32": -90.328412134535071, "S32": -95.328412134535071 }, "geometry": { "type": "Point", "coordinates": [ 102458.333333333328483, 500688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32, "S11": 0.32, "W12": -8.0299997, "S12": -12.8499999, "W13": -21.25, "S13": -21.33, "W21": -38.349998, "S21": -38.349998, "W22": -40.234985901185276, "S22": -40.970817476740429, "W31": -70.305634938509471, "S31": -70.627586821810141, "W32": -78.903218065903388, "S32": -83.903218065903388 }, "geometry": { "type": "Point", "coordinates": [ 102458.8, 507241.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8222763759087763, "S11": 1.8222763759087763, "W12": -14.448882917266674, "S12": -14.448882917266674, "W13": -20.0, "S13": -20.0, "W21": -38.213171423355782, "S21": -38.280196784959223, "W22": -70.168534597053736, "S22": -98.221187393593311, "W31": -98.391916014157573, "S31": -98.391916014157573, "W32": -98.973875472457621, "S32": -103.97387547245762 }, "geometry": { "type": "Point", "coordinates": [ 102458.923076923078042, 512485.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0893956602307371, "S11": 1.0893956602307371, "W12": -4.9894158697337812, "S12": -6.9901806880894215, "W13": -15.0, "S13": -15.534325867598362, "W21": -40.740715530385536, "S21": -50.45869135682122, "W22": -65.851934523809518, "S22": -101.56445201590006, "W31": -101.56445201590006, "S31": -101.56445201590006, "W32": -101.56445201590006, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 498621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0066778312748585, "S11": 1.0066778312748585, "W12": -4.8146430077529248, "S12": -9.8146430077529239, "W13": -19.92964726403607, "S13": -22.391458686124647, "W21": -36.872745675260944, "S21": -37.768683954909477, "W22": -65.370370370370367, "S22": -65.370370370370367, "W31": -95.192168244001934, "S31": -95.192168244001934, "W32": -99.055558258517024, "S32": -104.05555825851702 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 503916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.181706039406536, "S11": 1.373474699435707, "W12": -6.1542147633854416, "S12": -14.676407531630559, "W13": -19.592910417836233, "S13": -26.115432940358758, "W21": -35.725999320179739, "S21": -36.227920549766672, "W22": -80.0, "S22": -94.522515466017808, "W31": -94.522515466017808, "S31": -94.522515466017808, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 504587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4622791533960699, "S11": 0.4622791533960699, "W12": -11.395570141292078, "S12": -19.168830484356821, "W13": -23.609865470852018, "S13": -23.609865470852018, "W21": -34.648570109891061, "S21": -34.648570109891061, "W22": -61.01730845895684, "S22": -67.306560959761811, "W31": -94.989848896518978, "S31": -94.989848896518978, "W32": -98.110315050901917, "S32": -103.11031505090192 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 504965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41333522316725291, "S11": 0.41333522316725291, "W12": -15.000000000000002, "S12": -22.694409328541955, "W13": -26.172714352495785, "S13": -26.172714352495785, "W21": -33.986603949192435, "S21": -33.99282079078634, "W22": -46.04744519624937, "S22": -46.048172708843595, "W31": -80.8483813645975, "S31": -80.8483813645975, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8270782220180528, "S11": -1.8270782220180528, "W12": -11.057986008610273, "S12": -13.659457239415923, "W13": -28.220896950504809, "S13": -28.220896950504809, "W21": -40.018152618427173, "S21": -40.018152618427173, "W22": -85.802502629976189, "S22": -96.971000194747873, "W31": -96.971000194747873, "S31": -96.971000194747873, "W32": -96.971000194747873, "S32": -100.60629106660588 }, "geometry": { "type": "Point", "coordinates": [ 102459.0, 509496.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8605423307942592, "S11": 2.8605423307942592, "W12": -8.8460469364249175, "S12": -8.8460469364249175, "W13": -17.005801551733832, "S13": -18.379612546175348, "W21": -38.225810542546803, "S21": -54.599818541851604, "W22": -60.0, "S22": -75.764518077487267, "W31": -96.050569624508014, "S31": -96.050569624508014, "W32": -96.788490751496738, "S32": -101.78849075149674 }, "geometry": { "type": "Point", "coordinates": [ 102459.6, 502079.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 3.3, "W12": -13.0, "S12": -13.01, "W13": -21.5, "S13": -21.8, "W21": -35.200001, "S21": -51.800001, "W22": -49.636518933282723, "S22": -66.530898857605806, "W31": -82.054971166941954, "S31": -82.054971166941954, "W32": -97.756746591146751, "S32": -102.75674659114675 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5454119563607644, "S11": 2.5454119563607644, "W12": -5.0, "S12": -9.3904409819095136, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -57.753835953779131, "W22": -39.999001004578886, "S22": -46.811120701169699, "W31": -73.433278934984727, "S31": -74.012761021914685, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4449705126718588, "S11": 1.4449705126718588, "W12": -10.178425867222172, "S12": -13.928901043987929, "W13": -23.213489656715463, "S13": -23.213489656715463, "W21": -37.196880067919494, "S21": -37.196880067919494, "W22": -34.619999, "S22": -34.619999, "W31": -71.550003, "S31": -71.650003, "W32": -75.699997, "S32": -80.699997 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 506396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1708712700206023, "S11": 2.1708712700206023, "W12": -11.27552071580641, "S12": -16.256875822945659, "W13": -21.939393939393938, "S13": -21.939393939393938, "W21": -35.691162612706712, "S21": -35.691162612706712, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 506610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42932524000530964, "S11": 0.42932524000530964, "W12": -9.3203105074863348, "S12": -16.215156638001254, "W13": -20.87191211086407, "S13": -20.87191211086407, "W21": -34.126922924115853, "S21": -38.669702537691784, "W22": -43.404250464004853, "S22": -44.960841027379345, "W31": -86.0558059880711, "S31": -86.0558059880711, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 507040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2160213861305551, "S11": -1.2160213861305551, "W12": -10.337329209257984, "S12": -13.337329209257984, "W13": -29.391686121120465, "S13": -29.391686121120465, "W21": -39.359974542771027, "S21": -39.359974542771027, "W22": -63.310001, "S22": -98.100002, "W31": -98.110001, "S31": -98.110001, "W32": -98.129997, "S32": -103.129997 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 509751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.7168307967770815, "S11": 5.7168307967770815, "W12": -1.4114548772395483, "S12": -4.2200493813903952, "W13": -20.0, "S13": -20.193203084832888, "W21": -32.091484132397554, "S21": -32.091484132397554, "W22": -60.0, "S22": -68.803667094242812, "W31": -99.556095157943986, "S31": -99.556095157943986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 510742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.365603904268931, "S11": 1.365603904268931, "W12": -10.504668583058814, "S12": -10.504668583058814, "W13": -20.0, "S13": -20.0, "W21": -44.401879406340413, "S21": -44.401879406340413, "W22": -70.197635795232529, "S22": -94.597780450989774, "W31": -94.597780450989774, "S31": -94.597780450989774, "W32": -98.560915381926421, "S32": -103.56091538192642 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 514076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.141068333241243, "S13": -20.141068333241243, "W21": -41.256930370472354, "S21": -43.357481357849863, "W22": -39.181532995481902, "S22": -39.181532995481902, "W31": -72.975582461114868, "S31": -72.975582461114868, "W32": -95.933299592810599, "S32": -100.9332995928106 }, "geometry": { "type": "Point", "coordinates": [ 102460.666666666671517, 513271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2347417814752712, "S11": 1.2347417814752712, "W12": -9.8893944177276509, "S12": -9.8893944177276509, "W13": -20.0, "S13": -20.0, "W21": -44.449140310906799, "S21": -44.503043992302231, "W22": -52.575996505101024, "S22": -53.760647701837776, "W31": -68.155241917216799, "S31": -74.399167433269284, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102460.75, 514164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3733042684782237, "S11": 1.4945590510685063, "W12": -5.6877795289004389, "S12": -14.22402659087091, "W13": -19.397799554326475, "S13": -26.15635811288514, "W21": -35.808365808231109, "S21": -36.578106442236972, "W22": -35.550394043386547, "S22": -35.550394043386547, "W31": -70.0, "S31": -70.017914980661175, "W32": -76.663626481163533, "S32": -81.663626481163533 }, "geometry": { "type": "Point", "coordinates": [ 102461.0, 504556.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.309948032665181, "S12": -22.697138716799095, "W13": -22.697138716799095, "S13": -22.697138716799095, "W21": -33.361903591681532, "S21": -36.731495782929869, "W22": -49.813100671375338, "S22": -54.481550145512742, "W31": -88.540356968002726, "S31": -88.540356968002726, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102461.0, 506910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3017813377966405, "S11": 1.3017813377966405, "W12": -4.9853062806926856, "S12": -4.9853062806926856, "W13": -15.0, "S13": -15.876979636534299, "W21": -38.968594893609414, "S21": -48.814283777740016, "W22": -67.527104057032489, "S22": -92.900324454846128, "W31": -99.746708684056941, "S31": -99.746708684056941, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 498467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0988865323435844, "S11": 1.0988865323435844, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.023325424347508, "W21": -45.182331372976115, "S21": -54.706053272155536, "W22": -45.089637127620655, "S22": -47.695920780006674, "W31": -68.715228795531871, "S31": -71.545102980735109, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 498854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3757284781805499, "S11": 2.9240986148787624, "W12": -6.6729647207720291, "S12": -6.6729647207720291, "W13": -20.383277848911646, "S13": -21.574341178325387, "W21": -48.605803836334424, "S21": -50.718614543791404, "W22": -60.0, "S22": -82.425545996029115, "W31": -99.488098206557382, "S31": -99.488098206557382, "W32": -99.488098206557382, "S32": -101.70649368901965 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 499955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -25.0, "W13": -25.0, "S13": -25.0, "W21": -38.132767911125022, "S21": -40.739392497039454, "W22": -70.154161781946073, "S22": -94.083639966034539, "W31": -94.083639966034539, "S31": -94.083639966034539, "W32": -98.54582720331004, "S32": -103.54582720331004 }, "geometry": { "type": "Point", "coordinates": [ 102462.0, 507593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.488564890260355, "S11": 1.488564890260355, "W12": -11.649264829110633, "S12": -11.649264829110633, "W13": -20.0, "S13": -28.897579646515553, "W21": -35.28365469387407, "S21": -35.28365469387407, "W22": -70.0, "S22": -94.048846364326437, "W31": -94.048846364326437, "S31": -94.048846364326437, "W32": -98.913627533153104, "S32": -103.9136275331531 }, "geometry": { "type": "Point", "coordinates": [ 102462.6, 511743.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.057203568122528, "W12": -6.1929746528566634, "S12": -7.2727872953130515, "W13": -16.367747412413884, "S13": -20.373204214253501, "W21": -43.963849796571729, "S21": -63.182451804527787, "W22": -40.0, "S22": -44.962670648464162, "W31": -73.126226683364834, "S31": -73.505484909152528, "W32": -90.512276448060902, "S32": -95.512276448060902 }, "geometry": { "type": "Point", "coordinates": [ 102463.0, 502581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.171226020939371, "S11": 3.171226020939371, "W12": -6.3447488584474883, "S12": -11.955686200794375, "W13": -20.619287941951544, "S13": -20.619287941951544, "W21": -38.585434871734044, "S21": -40.832843278436684, "W22": -46.085849831088019, "S22": -46.092854581483884, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102463.0, 508057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6018638473439917, "S11": 3.6018638473439917, "W12": -6.3783854166666671, "S12": -6.3783854166666671, "W13": -20.050221171446005, "S13": -20.868041342324357, "W21": -44.82196010614939, "S21": -49.636403436139361, "W22": -45.650396695685465, "S22": -45.652010458632112, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 500307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.591355337802991, "S11": 3.591355337802991, "W12": -6.2190104166666664, "S12": -6.2190104166666664, "W13": -20.013148579413134, "S13": -20.671169132251514, "W21": -44.390333379190167, "S21": -69.390333379190167, "W22": -67.23628691983123, "S22": -82.23628691983123, "W31": -94.574627416300658, "S31": -94.574627416300658, "W32": -94.822593628198604, "S32": -99.822593628198604 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 500343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4804879148048427, "W12": -4.4308093133430315, "S12": -12.520711294147604, "W13": -19.185473482835587, "S13": -26.010557767618998, "W21": -34.762411929181205, "S21": -37.762411929181205, "W22": -39.996053363603259, "S22": -46.818305383230893, "W31": -74.158768009950677, "S31": -74.49911712880143, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 504300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5436523765328478, "S11": 1.5577729083780292, "W12": -4.9923924098451167, "S12": -13.550711563759622, "W13": -19.207436840550923, "S13": -26.324553957668041, "W21": -35.93334071122117, "S21": -37.109133218425782, "W22": -42.991259940043079, "S22": -43.641360765192978, "W31": -75.856741108354868, "S31": -76.357585410072048, "W32": -94.752647838403291, "S32": -99.752647838403291 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 504511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.800366132723112, "S11": 1.1853408721908441, "W12": -7.1669080376538741, "S12": -15.455770022720413, "W13": -20.096396454680725, "S13": -25.988288346572617, "W21": -35.545694222863332, "S21": -35.545694222863332, "W22": -41.604484206865394, "S22": -44.596342705157383, "W31": -70.0, "S31": -71.959756709031851, "W32": -95.32388498611337, "S32": -100.32388498611337 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 504647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45584184947814821, "S11": 0.45584184947814821, "W12": -11.869210772065097, "S12": -19.487732006198627, "W13": -23.83781763826585, "S13": -23.83781763826585, "W21": -34.581328571679073, "S21": -34.581328571679073, "W22": -40.040604395604397, "S22": -41.025861300171869, "W31": -66.897150855331049, "S31": -67.283139499285625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 504985.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0794445114353479, "S11": 4.0794445114353479, "W12": -3.6730894713558944, "S12": -6.6027985903468203, "W13": -24.513778322106553, "S13": -24.513778322106553, "W21": -33.339233230421272, "S21": -33.339233230421272, "W22": -62.341334613538166, "S22": -81.628576619740713, "W31": -95.250047995836013, "S31": -95.250047995836013, "W32": -95.482496902106561, "S32": -100.48249690210656 }, "geometry": { "type": "Point", "coordinates": [ 102464.0, 510622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6842750513155438, "S11": 3.1842750513155438, "W12": -7.2125205187962314, "S12": -7.2125205187962314, "W13": -19.297562898447847, "S13": -20.830980158982019, "W21": -51.644330579368926, "S21": -66.288048673526617, "W22": -61.824566395751333, "S22": -81.961902406149505, "W31": -95.419587388684718, "S31": -95.419587388684718, "W32": -95.624414611301901, "S32": -100.6244146113019 }, "geometry": { "type": "Point", "coordinates": [ 102464.75, 499724.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6076479887581239, "S11": 3.1076479887581239, "W12": -6.2485629124973388, "S12": -16.248562912497338, "W13": -20.0, "S13": -24.848464898472244, "W21": -60.0, "S21": -76.023035864781349, "W22": -41.966901061221314, "S22": -54.774813907876222, "W31": -78.63895069065029, "S31": -78.63895069065029, "W32": -97.269547981231568, "S32": -102.26954798123157 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 2.6, "W12": -6.7, "S12": -16.8, "W13": -21.1, "S13": -25.8, "W21": -52.820154442852655, "S21": -67.820154442852655, "W22": -39.394359443314791, "S22": -40.88071501450893, "W31": -65.347416314481933, "S31": -65.504348267530332, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2503159038862428, "S12": -8.0687332061419355, "W13": -14.94320014990025, "S13": -16.879452294295621, "W21": -40.654419657325747, "S21": -59.102989462213039, "W22": -39.969076482847818, "S22": -44.011359953854608, "W31": -70.0, "S31": -73.0, "W32": -96.629183603692596, "S32": -101.6291836036926 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 502447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4976714815691845, "W12": -4.4411617830985781, "S12": -10.971203135567563, "W13": -20.0, "S13": -22.552624868969033, "W21": -33.326774045601532, "S21": -35.379358077375734, "W22": -49.093055951761514, "S22": -53.054658396434178, "W31": -88.300032140028748, "S31": -88.300032140028748, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 504227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6138669013511313, "S11": -1.6138669013511313, "W12": -10.808378708754834, "S12": -13.808378708754834, "W13": -28.617947897956338, "S13": -28.617947897956338, "W21": -39.723750222381199, "S21": -39.723750222381199, "W22": -78.270676691729321, "S22": -88.270676691729321, "W31": -95.206267054152505, "S31": -95.206267054152505, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 509584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88624968217632838, "S11": 0.55707910181044451, "W12": -9.4286606749872259, "S12": -17.402649841110712, "W13": -21.610612855007691, "S13": -23.907793324601606, "W21": -35.144501618560589, "S21": -35.144501618560589, "W22": -39.226917281844834, "S22": -39.226917281844834, "W31": -73.032735897328791, "S31": -73.032735897328791, "W32": -95.9406002778816, "S32": -100.9406002778816 }, "geometry": { "type": "Point", "coordinates": [ 102465.666666666671517, 504786.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63034283895230891, "S11": 0.63034283895230891, "W12": -7.19028522969138, "S12": -7.2233157187371573, "W13": -16.81274451595954, "S13": -17.907504637446877, "W21": -30.894036470685492, "S21": -30.894036470685492, "W22": -40.10505338078292, "S22": -47.788640944340479, "W31": -72.832349024979976, "S31": -73.468966758391602, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 497540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5118712461459225, "S11": 3.4856282554917168, "W12": -12.217244635193133, "S12": -12.309951745434489, "W13": -21.3920392317123, "S13": -21.3920392317123, "W21": -40.959425715395071, "S21": -59.437348330747852, "W22": -45.686109294100689, "S22": -48.207053020635243, "W31": -68.680746466314048, "S31": -71.765271085629223, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 500711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5274592276795458, "S11": 3.4531780752011159, "W12": -11.007227467810848, "S12": -11.512572107950115, "W13": -21.226914589292971, "S13": -21.226914589292971, "W21": -48.933318012947353, "S21": -70.698730065019987, "W22": -40.768627177467543, "S22": -41.533529034675396, "W31": -70.114820760618144, "S31": -70.456340464515378, "W32": -79.39931912568386, "S32": -84.39931912568386 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 500786.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5065676567656765, "S11": 3.2683094377367192, "W12": -8.4620792079207927, "S12": -9.8090589861334472, "W13": -20.831510658016683, "S13": -23.1101664486531, "W21": -54.015748031496067, "S21": -79.015748031496059, "W22": -59.729679575119683, "S22": -59.729679575119683, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 500941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.554347826086957, "S12": -9.027817797159436, "W13": -19.352105402104957, "S13": -27.078724563120211, "W21": -48.535211267605639, "S21": -68.700510212505989, "W22": -34.92701775613817, "S22": -35.055192216608297, "W31": -70.985011377110922, "S31": -71.061023650337603, "W32": -76.053301340058439, "S32": -81.053301340058439 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 503156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65499618611746735, "S11": 0.60856547994378474, "W12": -10.0, "S12": -17.896352962265382, "W13": -22.006726457399104, "S13": -23.15674119362102, "W21": -35.043170568186532, "S21": -35.043170568186532, "W22": -53.830302220411113, "S22": -78.482253705661861, "W31": -95.703407930896333, "S31": -95.703407930896333, "W32": -95.703407930896333, "S32": -100.60821737894004 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9401527033649284, "S11": 2.9401527033649284, "W12": -10.0, "S12": -21.621767060168835, "W13": -21.621767060168835, "S13": -21.621767060168835, "W21": -39.091953714569939, "S21": -39.482467773076046, "W22": -46.866249829995745, "S22": -46.866760041947195, "W31": -82.598403700872595, "S31": -82.598403700872595, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102466.0, 507947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5865956426708028, "S11": 3.5865956426708028, "W12": -6.9506080449017773, "S12": -6.9506080449017773, "W13": -20.336273642464921, "S13": -20.776039514769764, "W21": -46.935102791001547, "S21": -73.542450667006136, "W22": -83.747522285587735, "S22": -97.148679798649795, "W31": -97.148679798649795, "S31": -97.148679798649795, "W32": -97.148679798649795, "S32": -100.13363054012932 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2903558263125463, "S11": 3.0747397878565623, "W12": -10.71882783565442, "S12": -15.71882783565442, "W13": -19.525714602183442, "S13": -22.056747457978211, "W21": -43.439838220424669, "S21": -58.439838220424669, "W22": -83.032611704778247, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 501742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21788080096118514, "S11": 0.21788080096118514, "W12": -9.1288146187475618, "S12": -19.128814618747562, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -39.736082672413026, "S22": -49.476701831851372, "W31": -76.904705677662704, "S31": -76.904705677662704, "W32": -96.862018907915072, "S32": -101.86201890791507 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65365752347071837, "S11": 0.65365752347071837, "W12": -8.9987915356933925, "S12": -8.9987915356933925, "W13": -23.352606413062109, "S13": -23.352606413062109, "W21": -37.841880881288112, "S21": -37.841880881288112, "W22": -41.482021918725579, "S22": -43.6323915931683, "W31": -69.247423339787218, "S31": -69.247423339787218, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102467.0, 506226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3300952380952378, "S11": 2.3300952380952378, "W12": -6.6411767208372332, "S12": -9.7118706470233036, "W13": -29.202334224526954, "S13": -29.202334224526954, "W21": -34.619256168739845, "S21": -34.619256168739845, "W22": -65.794255790393549, "S22": -77.183018379497014, "W31": -95.962049399688794, "S31": -95.962049399688794, "W32": -96.6704494683229, "S32": -101.6704494683229 }, "geometry": { "type": "Point", "coordinates": [ 102467.5, 510498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8234899124476591, "S11": 3.8234899124476591, "W12": -6.7785406922357341, "S12": -7.096910507903937, "W13": -20.357899197145404, "S13": -21.204947740834726, "W21": -47.891522269279989, "S21": -70.168534597053736, "W22": -62.616033747733923, "S22": -101.83025621727491, "W31": -101.83025621727491, "S31": -101.83025621727491, "W32": -101.83025621727491, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102467.75, 500028.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5536895306859204, "S11": 3.5536895306859204, "W12": -5.2730621396540673, "S12": -5.2730621396540673, "W13": -20.570572892408013, "S13": -21.000507498039937, "W21": -40.851934523809526, "S21": -65.851934523809518, "W22": -64.192970670291444, "S22": -77.459146090419722, "W31": -90.0, "S31": -90.0, "W32": -96.459089890158978, "S32": -101.45908989015898 }, "geometry": { "type": "Point", "coordinates": [ 102468.0, 500458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5185751090815454, "S11": 3.497029278469745, "W12": -11.743107296137341, "S12": -11.981045978459585, "W13": -21.326955455659991, "S13": -21.326955455659991, "W21": -44.665058025968058, "S21": -64.399067267984748, "W22": -46.58537077939291, "S22": -46.587868903871446, "W31": -84.451470719625149, "S31": -84.451470719625149, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102468.0, 500738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9359575182040873, "S11": 2.9236891263780831, "W12": -9.3371879307704084, "S12": -9.3371879307704084, "W13": -17.297172874954921, "S13": -18.447883189964188, "W21": -37.870998768223956, "S21": -54.042542693065272, "W22": -60.0, "S22": -64.182706996639169, "W31": -94.634556370389859, "S31": -94.634556370389859, "W32": -98.816951160921832, "S32": -103.81695116092183 }, "geometry": { "type": "Point", "coordinates": [ 102468.0, 502057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5152474987639515, "S11": 3.513168973471843, "W12": -12.016829756795319, "S12": -12.155938258643543, "W13": -21.364181991554268, "S13": -21.364181991554268, "W21": -42.14058132835018, "S21": -61.01730845895684, "W22": -65.596801827527131, "S22": -69.795685845064, "W31": -94.541921684142793, "S31": -94.541921684142793, "W32": -99.88515353767535, "S32": -104.88515353767535 }, "geometry": { "type": "Point", "coordinates": [ 102468.666666666671517, 500720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62282658908186384, "S11": 0.62282658908186384, "W12": -7.5599032236608732, "S12": -7.8322678413440743, "W13": -16.778758862266972, "S13": -17.778758862266972, "W21": -29.641529819091552, "S21": -29.641529819091552, "W22": -44.185946503827296, "S22": -44.185946503827296, "W31": -68.902956412929186, "S31": -73.902956412929186, "W32": -86.233031674208149, "S32": -91.233031674208149 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 497464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3974361158432713, "S11": 2.7608249461910059, "W12": -8.3560789174672028, "S12": -18.361414194435135, "W13": -20.039501284989928, "S13": -24.020164933771436, "W21": -50.0, "S21": -65.0, "W22": -44.019240356249291, "S22": -44.020691109450027, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 501627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5886350248253804, "W12": -7.0560310790946348, "S12": -7.0560310790946348, "W13": -20.0, "S13": -24.683072334079046, "W21": -46.184552791302607, "S21": -60.0, "W22": -55.27542272150518, "S22": -84.35253287839771, "W31": -95.937038557627886, "S31": -95.937038557627886, "W32": -95.937038557627886, "S32": -100.78325975957972 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 502674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.3010856921287317, "S12": -19.30108569212873, "W13": -19.707039570508488, "S13": -22.596740345421605, "W21": -38.435778672047441, "S21": -43.435778672047441, "W22": -66.145059965733864, "S22": -70.752473277810395, "W31": -94.493020277051968, "S31": -94.493020277051968, "W32": -99.966414206145316, "S32": -104.96641420614532 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 503591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.444340676583193, "S12": -15.756251972288895, "W13": -20.0, "S13": -20.0, "W21": -35.617937219730941, "S21": -35.617937219730941, "W22": -39.412138976318289, "S22": -45.32254775573076, "W31": -75.323864421457628, "S31": -75.323864421457628, "W32": -96.482638669404125, "S32": -101.48263866940412 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 505581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.5, "S11": 6.5, "W12": -0.3, "S12": -3.05, "W13": -18.3, "S13": -18.45, "W21": -31.57, "S21": -31.57, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.223762758780929, "S11": 1.223762758780929, "W12": -9.7278331935026294, "S12": -9.7278331935026294, "W13": -20.0, "S13": -20.0, "W21": -44.405653643952704, "S21": -44.405653643952704, "W22": -60.0, "S22": -93.362009635237442, "W31": -100.22473819534103, "S31": -100.22473819534103, "W32": -100.22473819534103, "S32": -102.48322241112469 }, "geometry": { "type": "Point", "coordinates": [ 102469.875, 514210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8904345397397098, "S11": 1.8904345397397098, "W12": -6.2720017991446362, "S12": -6.2720017991446362, "W13": -16.899491396295808, "S13": -18.447930048140233, "W21": -34.102680223292126, "S21": -36.987490945135534, "W22": -90.0, "S22": -106.62661810839073, "W31": -106.62661810839073, "S31": -106.62661810839073, "W32": -106.62661810839073, "S32": -106.62661810839073 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 497894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4, "S11": 2.9, "W12": -6.6, "S12": -7.35, "W13": -20.4, "S13": -21.6, "W21": -48.599998, "S21": -48.599998, "W22": -64.897060761649442, "S22": -78.34627664164293, "W31": -95.807451682013379, "S31": -95.807451682013379, "W32": -96.387275489232408, "S32": -101.38727548923241 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.591923671995874, "S11": 3.591923671995874, "W12": -6.1520833333333327, "S12": -6.1520833333333327, "W13": -20.017983526540572, "S13": -20.696072220541748, "W21": -44.462328992119616, "S21": -44.462328992119616, "W22": -39.370673178597521, "S22": -43.4593059480421, "W31": -74.573186998225466, "S31": -74.573186998225466, "W32": -96.302109105560945, "S32": -101.30210910556094 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 500320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2731794391040516, "S12": -10.659077117659345, "W13": -19.788966556070889, "S13": -23.374444317164237, "W21": -50.000000000000007, "S21": -70.197635795232529, "W22": -39.060664339368387, "S22": -42.738960123666239, "W31": -69.529445906067977, "S31": -69.89320332042459, "W32": -90.521456644341143, "S32": -95.521456644341143 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 502952.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9084774757650638, "S11": 1.8196287110638245, "W12": -4.4752147432960161, "S12": -9.9546601337119736, "W13": -20.0, "S13": -20.174339106654511, "W21": -33.808170306209561, "S21": -35.899413089806551, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 504185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0300778982740186, "S11": -2.0300778982740186, "W12": -11.306968182136371, "S12": -11.525447273004628, "W13": -26.750976465237613, "S13": -26.750976465237613, "W21": -40.667047288609751, "S21": -40.667047288609751, "W22": -67.259136974366029, "S22": -103.015332197615, "W31": -103.015332197615, "S31": -103.015332197615, "W32": -103.015332197615, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 509218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4412993920969304, "S11": 3.4412993920969304, "W12": -4.660355175128239, "S12": -6.7310825375051264, "W13": -19.698603390042802, "S13": -19.698603390042802, "W21": -32.537867528450406, "S21": -32.537867528450406, "W22": -40.314534154656606, "S22": -40.314534154656606, "W31": -80.023186910963773, "S31": -80.523186910963773, "W32": -94.210939568683997, "S32": -99.210939568683997 }, "geometry": { "type": "Point", "coordinates": [ 102470.666666666671517, 511060.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0841353338513957, "S11": 1.0841353338513957, "W12": -4.9951537865081415, "S12": -4.9951537865081415, "W13": -15.000000000000002, "S13": -15.643209136182309, "W21": -39.915302638986944, "S21": -49.668251845059999, "W22": -41.961851902189487, "S22": -44.313240278237863, "W31": -80.053612020454707, "S31": -80.553612020454707, "W32": -94.448913934089802, "S32": -99.448913934089802 }, "geometry": { "type": "Point", "coordinates": [ 102471.0, 498577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5768297060340348, "S11": 3.5768297060340348, "W12": -5.9105729166666148, "S12": -5.9105729166666148, "W13": -20.174399627387107, "S13": -20.783181294694902, "W21": -43.312422616590652, "S21": -67.527104057032489, "W22": -41.681358235703357, "S22": -43.941358971051542, "W31": -70.0, "S31": -71.316725164047, "W32": -95.00161130961277, "S32": -100.00161130961277 }, "geometry": { "type": "Point", "coordinates": [ 102471.0, 500368.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80285854635455056, "S11": 0.80285854635455056, "W12": -5.9726312706445155, "S12": -10.972631270644516, "W13": -23.502289191037104, "S13": -23.502289191037104, "W21": -39.651804268596962, "S21": -42.035684370586132, "W22": -39.168345362310099, "S22": -43.541161247588732, "W31": -70.0, "S31": -71.903680512793883, "W32": -97.750826273601035, "S32": -102.75082627360104 }, "geometry": { "type": "Point", "coordinates": [ 102471.0, 508792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5052233109850435, "S11": 3.3646930284930407, "W12": -7.3529411764705879, "S12": -7.3529411764705879, "W13": -21.299124359571493, "S13": -21.299124359571493, "W21": -40.0, "S21": -58.860824742268036, "W22": -40.098640363448418, "S22": -40.875321971229504, "W31": -70.37521508315055, "S31": -70.659647915721848, "W32": -78.732631792543486, "S32": -83.732631792543486 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2603450013386386, "S12": -10.679997959951935, "W13": -19.789725140306, "S13": -23.38807599183135, "W21": -50.0, "S21": -70.154161781946073, "W22": -39.646057859946204, "S22": -39.740365988806175, "W31": -60.0, "S31": -62.271570872768415, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 502953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.945652173913043, "S12": -9.104043863289693, "W13": -19.22709384701194, "S13": -27.342995704703199, "W21": -47.014084507042256, "S21": -67.014084507042256, "W22": -40.0, "S22": -43.371327734720083, "W31": -69.054745364322727, "S31": -70.195798266525685, "W32": -98.429506015412755, "S32": -103.42950601541276 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 503216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14615837146181662, "S11": 0.14615837146181662, "W12": -15.0, "S12": -21.475379667954023, "W13": -21.475379667954023, "S13": -21.475379667954023, "W21": -39.749298687374761, "S21": -39.749298687374761, "W22": -42.438433531148725, "S22": -42.438433531148725, "W31": -69.174198387035432, "S31": -73.182305525390177, "W32": -84.506156690386518, "S32": -89.506156690386518 }, "geometry": { "type": "Point", "coordinates": [ 102472.0, 505873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51318808122041559, "S11": 0.51318808122041559, "W12": -9.9537268057448358, "S12": -9.9537268057448358, "W13": -18.843187624167008, "S13": -19.474346236938427, "W21": -20.0, "S21": -20.0, "W22": -38.884467968518116, "S22": -39.506655883300681, "W31": -70.651455855429546, "S31": -70.88490077160634, "W32": -78.022122430840568, "S32": -83.022122430840568 }, "geometry": { "type": "Point", "coordinates": [ 102472.5, 496958.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61238162744542102, "S11": 0.61238162744542102, "W12": -7.8562738338063145, "S12": -8.2627151182963789, "W13": -16.747963875685375, "S13": -17.611531386784879, "W21": -28.656398672975744, "S21": -28.656398672975744, "W22": -39.679808160250282, "S22": -39.679808160250282, "W31": -59.999999999999993, "S31": -62.326537800153211, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 497404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6080890556350891, "S11": 2.6080890556350891, "W12": -5.0, "S12": -9.2009393409062632, "W13": -15.0, "S13": -15.249121616226144, "W21": -40.0, "S21": -57.816622745378439, "W22": -90.0, "S22": -105.92204930450352, "W31": -105.92204930450352, "S31": -105.92204930450352, "W32": -105.92204930450352, "S32": -105.92204930450352 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 502345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33773080680926637, "S11": 0.33773080680926637, "W12": -8.6703748480455065, "S12": -16.342443378787923, "W13": -20.0, "S13": -20.0, "W21": -38.560179372197311, "S21": -38.560179372197311, "W22": -90.0, "S22": -106.47275808603469, "W31": -106.47275808603469, "S31": -106.47275808603469, "W32": -106.47275808603469, "S32": -106.47275808603469 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4494333966953819, "S11": 0.4494333966953819, "W12": -10.640416209706379, "S12": -10.640416209706379, "W13": -21.159837773283307, "S13": -21.159837773283307, "W21": -38.480671050452898, "S21": -39.423786604421259, "W22": -63.67189716505532, "S22": -81.375886043250162, "W31": -94.925460758676323, "S31": -94.925460758676323, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 507318.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3088498007420641, "S11": 2.3088498007420641, "W12": -15.0, "S12": -20.0, "W13": -20.992480905646765, "S13": -20.992480905646765, "W21": -38.345993005449479, "S21": -41.604484206865394, "W22": -39.911287106929016, "S22": -39.911287106929016, "W31": -62.209908467758488, "S31": -62.209908467758488, "W32": -90.506550159906865, "S32": -95.506550159906865 }, "geometry": { "type": "Point", "coordinates": [ 102473.0, 507540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45304621734213557, "S11": 0.45304621734213557, "W12": -15.000000000000002, "S12": -22.354346353680921, "W13": -24.928706821819841, "S13": -24.928706821819841, "W21": -33.710011009208074, "S21": -33.710011009208074, "W22": -37.262940192307759, "S22": -43.925042924268411, "W31": -75.098825113205237, "S31": -75.098825113205237, "W32": -91.390630214794442, "S32": -96.390630214794442 }, "geometry": { "type": "Point", "coordinates": [ 102473.25, 505332.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3431056972145079, "W12": -5.6758812008263462, "S12": -7.8574667999202923, "W13": -14.866147894232148, "S13": -17.628305524193021, "W21": -41.918523317397394, "S21": -60.646975675798615, "W22": -50.643868554635318, "S22": -55.399568167157611, "W31": -88.899207342378361, "S31": -88.899207342378361, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 502503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1634162248590423, "W12": -5.9521082979810851, "S12": -7.6329935113116232, "W13": -14.922812323554684, "S13": -18.307823902249886, "W21": -42.874481152334013, "S21": -61.824566395751333, "W22": -63.593112328408367, "S22": -81.281594843647383, "W31": -94.906945283199832, "S31": -94.906945283199832, "W32": -94.962966116124633, "S32": -99.962966116124633 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 502542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0763651017529523, "S11": 2.0763651017529523, "W12": -4.4413637297186286, "S12": -15.392961715537147, "W13": -19.897808489723371, "S13": -21.372322477725689, "W21": -36.966901061221314, "S21": -41.966901061221314, "W22": -67.472570050153649, "S22": -67.472570050153649, "W31": -95.721471681149168, "S31": -95.721471681149168, "W32": -96.652552737946849, "S32": -101.65255273794685 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 503748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43793957223014873, "S11": 0.43793957223014873, "W12": -15.0, "S12": -22.716389786784227, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -33.863473712299147, "S21": -33.865631645387879, "W22": -39.943474517435426, "S22": -39.943474517435426, "W31": -66.09785801275163, "S31": -66.09785801275163, "W32": -93.739950581030996, "S32": -98.739950581030996 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 505294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -22.778613412320084, "W13": -22.778613412320084, "S13": -22.778613412320084, "W21": -38.262795760359801, "S21": -39.48739263876157, "W22": -40.0, "S22": -40.0, "W31": -72.11427656252441, "S31": -72.732121227936929, "W32": -90.745753837234147, "S32": -95.745753837234147 }, "geometry": { "type": "Point", "coordinates": [ 102474.0, 507670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1520797447398188, "S12": -8.1520797447398188, "W13": -20.0, "S13": -20.0, "W21": -43.072803159950773, "S21": -43.522622573066336, "W22": -61.728879965878576, "S22": -81.374150883283235, "W31": -95.305059702526222, "S31": -95.305059702526222, "W32": -95.444106871593007, "S32": -100.44410687159301 }, "geometry": { "type": "Point", "coordinates": [ 102474.539325842692051, 516324.80898876406718 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1650726283698964, "S11": 1.1650726283698964, "W12": -4.9949211682605323, "S12": -4.9949211682605323, "W13": -15.0, "S13": -15.801559200062577, "W21": -39.282414051957566, "S21": -49.093055951761514, "W22": -47.1003281955484, "S22": -47.101999407871453, "W31": -84.121787299097619, "S31": -84.121787299097619, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 498507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5355493595107301, "S11": 3.4506636638869548, "W12": -10.587356223175965, "S12": -11.161824585863506, "W13": -21.167903555373929, "S13": -21.550740143246035, "W21": -49.297943237963921, "S21": -71.542509813032609, "W22": -63.062842328620064, "S22": -102.1266325951164, "W31": -102.1266325951164, "S31": -102.1266325951164, "W32": -102.1266325951164, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 500801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9174111385668122, "S11": 1.8197712301288929, "W12": -4.5071294181849986, "S12": -9.7613254775379552, "W13": -20.0, "S13": -20.0, "W21": -33.868782581619982, "S21": -36.018998623522101, "W22": -69.094394133007384, "S22": -83.927981280772215, "W31": -94.216417379424186, "S31": -94.216417379424186, "W32": -94.341107439417058, "S32": -99.341107439417058 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 504182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50575342465753426, "S11": 0.50575342465753426, "W12": -13.783350279294547, "S12": -18.039444101155652, "W13": -20.0, "S13": -20.0, "W21": -34.487413780092069, "S21": -34.487413780092069, "W22": -39.46786909619393, "S22": -40.724683823941547, "W31": -65.516051420402079, "S31": -65.757625302007654, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 505557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61800714164257775, "S11": 0.61800714164257775, "W12": -6.3605447711407965, "S12": -10.822919228980069, "W13": -23.780800221562533, "S13": -23.780800221562533, "W21": -40.0, "S21": -42.175357908125584, "W22": -40.408540925266905, "S22": -49.626470407637498, "W31": -71.776477827175043, "S31": -72.57316602447392, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 508820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.488952380952381, "S11": 1.488952380952381, "W12": -8.1757849059814518, "S12": -11.209007439963147, "W13": -30.259482667744255, "S13": -30.259482667744255, "W21": -35.18534343905749, "S21": -35.18534343905749, "W22": -42.440116380828343, "S22": -43.167028474723132, "W31": -76.527047146401983, "S31": -76.996996385997107, "W32": -94.833582920690489, "S32": -99.833582920690489 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 510452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1679631689463374, "S11": 1.1679631689463374, "W12": -9.517133441738169, "S12": -9.517133441738169, "W13": -20.0, "S13": -20.0, "W21": -44.27997055439387, "S21": -44.27997055439387, "W22": -39.692223901735197, "S22": -39.692223901735197, "W31": -68.29017121570314, "S31": -68.896923734235727, "W32": -95.057579642617966, "S32": -100.05757964261797 }, "geometry": { "type": "Point", "coordinates": [ 102475.0, 514268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.6903104595294094, "S11": 5.6903104595294094, "W12": -1.7353693181818155, "S12": -4.2730671438884116, "W13": -18.78502757231724, "S13": -19.670686240116495, "W21": -31.828590619321556, "S21": -31.828590619321556, "W22": -39.88682361372566, "S22": -39.88682361372566, "W31": -61.874728142670726, "S31": -61.874728142670726, "W32": -90.199247969383535, "S32": -95.199247969383535 }, "geometry": { "type": "Point", "coordinates": [ 102475.333333333328483, 510891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4879907168643629, "S11": 3.2810753743523668, "W12": -11.336989032901295, "S12": -11.336989032901295, "W13": -21.430639013452918, "S13": -22.185683856502244, "W21": -37.595118483116352, "S21": -53.830302220411113, "W22": -58.861756407264302, "S22": -58.861756407264302, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102476.0, 500655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63999700173233243, "S11": 0.63999700173233243, "W12": -7.0423464137669445, "S12": -7.0423464137669445, "W13": -16.810977275712595, "S13": -17.965146590283634, "W21": -31.598268017365701, "S21": -31.598268017365701, "W22": -47.176297832280788, "S22": -47.17690332773396, "W31": -83.261294709777331, "S31": -83.261294709777331, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 497581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4447772983275793, "S11": 3.2454661740795703, "W12": -11.198089709991123, "S12": -15.452495325283856, "W13": -19.254572506895094, "S13": -21.589438318787554, "W21": -41.149848331648123, "S21": -56.149848331648123, "W22": -71.085765093432073, "S22": -93.831169186390795, "W31": -94.184923212418127, "S31": -94.184923212418127, "W32": -98.247533720104769, "S32": -103.24753372010477 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 501778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5802265071244577, "S11": 3.4102591948178897, "W12": -11.887353533603351, "S12": -15.729572768967801, "W13": -18.840613339253597, "S13": -20.59065524210493, "W21": -38.976360708534635, "S21": -54.082440851215537, "W22": -61.458653924030124, "S22": -101.42918437589653, "W31": -101.42918437589653, "S31": -101.42918437589653, "W32": -101.42918437589653, "S32": -103.55652028166982 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 501826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5236550136068663, "S11": 1.5236550136068663, "W12": -4.8430596554967886, "S12": -10.590400577310561, "W13": -19.985063491137275, "S13": -21.536256386817108, "W21": -37.398713566379705, "S21": -37.398713566379705, "W22": -60.0, "S22": -83.834479665071768, "W31": -95.529073075905103, "S31": -95.529073075905103, "W32": -95.897149495130023, "S32": -100.89714949513002 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 503880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.9653464018851414, "S12": -9.1141848437189026, "W13": -20.0, "S13": -20.0, "W21": -38.036087589911695, "S21": -41.482021918725579, "W22": -39.462064615562738, "S22": -44.378172185729994, "W31": -74.897581463230964, "S31": -74.897581463230964, "W32": -96.368910096368097, "S32": -101.3689100963681 }, "geometry": { "type": "Point", "coordinates": [ 102477.0, 508428.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52899135489304538, "S11": -0.52899135489304538, "W12": -8.0775174460385273, "S12": -8.0775174460385273, "W13": -20.0, "S13": -20.0, "W21": -42.056170586841503, "S21": -42.751751361753215, "W22": -35.717849758899433, "S22": -35.717849758899433, "W31": -70.0, "S31": -70.012537181445452, "W32": -76.944139142243756, "S32": -81.944139142243756 }, "geometry": { "type": "Point", "coordinates": [ 102477.18348623852944, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5283324917949668, "W12": -7.0729861575088098, "S12": -7.0729861575088098, "W13": -20.0, "S13": -24.442207307978936, "W21": -46.100847947999085, "S21": -65.794255790393549, "W22": -48.428994373727406, "S22": -51.488163648132435, "W31": -88.367880774498815, "S31": -88.367880774498815, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102477.2, 502675.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5376585869004589, "S11": 3.5376585869004589, "W12": -5.0, "S12": -5.0, "W13": -20.72942710759202, "S13": -21.1078432062613, "W21": -40.105761054421549, "S21": -62.616033747733923, "W22": -62.220878677952442, "S22": -102.01169291170572, "W31": -102.01169291170572, "S31": -102.01169291170572, "W32": -102.01169291170572, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102477.666666666671517, 500479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4362082500711622, "S11": 1.2219781162788985, "W12": -5.4330728651499562, "S12": -5.4330728651499562, "W13": -15.000000000000002, "S13": -15.444835440154998, "W21": -49.400783355371765, "S21": -58.104463495380642, "W22": -73.776421385780495, "S22": -88.393159068952059, "W31": -94.424653083645111, "S31": -94.424653083645111, "W32": -94.424653083645111, "S32": -99.323432343234316 }, "geometry": { "type": "Point", "coordinates": [ 102477.8, 499087.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72323120148737319, "S11": 0.72323120148737319, "W12": -6.6079464008983866, "S12": -6.6079464008983866, "W13": -16.842586102719032, "S13": -18.159561893713636, "W21": -32.725959126057255, "S21": -32.725959126057255, "W22": -44.274701832638421, "S22": -44.274701832638421, "W31": -68.756052521391098, "S31": -74.093123198658418, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102478.0, 497708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5224291901802576, "S11": 3.5155839909640592, "W12": -11.675184549356223, "S12": -11.853997334744351, "W13": -21.315782590927668, "S13": -21.522628195458495, "W21": -42.911201723548828, "S21": -60.0, "W22": -39.415218477133166, "S22": -39.98042755302626, "W31": -60.000000000000007, "S31": -60.124654907975575, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102478.0, 500729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5265493615107295, "S11": 3.4984544344478077, "W12": -11.355356223175965, "S12": -11.643236197083336, "W13": -21.272137310993052, "S13": -21.272137310993049, "W21": -44.657014822475006, "S21": -64.811411677430527, "W22": -43.616481141164243, "S22": -51.954063048469969, "W31": -77.714453221408846, "S31": -77.714453221408846, "W32": -97.037340834802663, "S32": -102.03734083480266 }, "geometry": { "type": "Point", "coordinates": [ 102478.0, 500749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1874788377014489, "S11": -1.1874788377014489, "W12": -10.309531550235686, "S12": -13.309531550235686, "W13": -29.409954887582167, "S13": -29.409954887582167, "W21": -39.333378940998813, "S21": -39.333378940998813, "W22": -53.100956829852237, "S22": -54.046044412370527, "W31": -68.153405070325988, "S31": -74.905459211297483, "W32": -99.18305388246786, "S32": -104.18305388246786 }, "geometry": { "type": "Point", "coordinates": [ 102478.0, 509758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57128297559778074, "S11": 0.57128297559778074, "W12": -9.0597101513540004, "S12": -9.0597101513540004, "W13": -16.630535928634558, "S13": -16.989313363898699, "W21": -24.533085589593185, "S21": -24.533085589593185, "W22": -64.799176210568035, "S22": -81.225257089713068, "W31": -94.652441338741397, "S31": -94.652441338741397, "W32": -94.671514513278638, "S32": -99.671514513278638 }, "geometry": { "type": "Point", "coordinates": [ 102479.0, 497154.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4875451263537909, "S11": 3.2879863772881328, "W12": -10.260219341974079, "S12": -10.260219341974079, "W13": -21.403977084025239, "S13": -21.919896366536449, "W21": -38.787307006102523, "S21": -55.27542272150518, "W22": -60.177033492822964, "S22": -101.72229018210732, "W31": -101.72229018210732, "S31": -101.72229018210732, "W32": -101.72229018210732, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102479.0, 500646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5277382030300428, "S11": 3.4969696421765701, "W12": -11.286197424892704, "S12": -11.589432910867917, "W13": -21.262509194932569, "S13": -21.262509194932569, "W21": -44.815580834195103, "S21": -65.101807470514842, "W22": -80.0, "S22": -81.242475319046477, "W31": -94.364443097401647, "S31": -94.364443097401647, "W32": -99.730517057569301, "S32": -104.7305170575693 }, "geometry": { "type": "Point", "coordinates": [ 102479.0, 500752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6635200743936247, "S12": -8.9779303384247982, "W13": -19.694534457313054, "S13": -25.361431704226394, "W21": -35.501769613519066, "S21": -36.050763711568514, "W22": -50.0, "S22": -64.577834748255867, "W31": -81.900518705265284, "S31": -81.900518705265284, "W32": -97.722010972038149, "S32": -102.72201097203815 }, "geometry": { "type": "Point", "coordinates": [ 102479.0, 504004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2127837360865867, "S11": 1.2127837360865867, "W12": -9.5662719692776097, "S12": -9.5662719692776097, "W13": -20.0, "S13": -20.0, "W21": -44.362166976998608, "S21": -44.362166976998608, "W22": -39.492758134140693, "S22": -39.836987175840022, "W31": -59.999999999999993, "S31": -60.341129856850628, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102479.0, 514256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.506662197008767, "S11": 3.398111527378012, "W12": -5.0, "S12": -5.0, "W13": -21.197582673497905, "S13": -21.197582673497905, "W21": -40.0, "S21": -60.0, "W22": -39.528763725591936, "S22": -45.869604926212133, "W31": -75.476826483558852, "S31": -75.476826483558852, "W32": -96.502916252790726, "S32": -101.50291625279073 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6, "S11": 3.2, "W12": -5.7, "S12": -7.9, "W13": -20.5, "S13": -25.5, "W21": -59.766160626836431, "S21": -82.833645289413113, "W22": -51.940937329943502, "S22": -53.435028934306636, "W31": -68.246078638352131, "S31": -74.008494525259891, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6395586131448288, "W12": -6.7779774572070268, "S12": -6.7779774572070268, "W13": -19.075491520336186, "S13": -24.075491520336186, "W21": -45.375844622229096, "S21": -64.897060761649442, "W22": -79.033707865167884, "S22": -93.533746515865431, "W31": -93.591953349254297, "S31": -93.591953349254297, "W32": -94.397148373681787, "S32": -99.397148373681787 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 502647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.43022067967815658, "W12": -4.5454041211709288, "S12": -8.8905933596564797, "W13": -19.718408265527437, "S13": -25.093812729573539, "W21": -35.010627804697585, "S21": -36.144069225120063, "W22": -80.0, "S22": -94.466695910543862, "W31": -94.466695910543862, "S31": -94.466695910543862, "W32": -94.568248789728486, "S32": -99.568248789728486 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 504063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45894062833064297, "S11": 0.45894062833064297, "W12": -9.2255531049176316, "S12": -9.2255531049176298, "W13": -21.151389772968386, "S13": -21.151389772968386, "W21": -38.331246600417899, "S21": -38.331246600417899, "W22": -40.735171465908941, "S22": -41.542084086658825, "W31": -70.0, "S31": -70.328610331035662, "W32": -79.706413783413922, "S32": -84.706413783413922 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 506087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3983606855388797, "S11": 1.3983606855388797, "W12": -10.0, "S12": -10.0, "W13": -20.020383932227183, "S13": -20.020383932227183, "W21": -44.446212783320874, "S21": -44.446212783320874, "W22": -35.332471856216038, "S22": -35.723554633907689, "W31": -70.309978253845074, "S31": -70.359338516542422, "W32": -76.578244679348089, "S32": -81.578244679348089 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 514140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5608076328004126, "S11": 3.5608076328004126, "W12": -5.5216844751728464, "S12": -5.5216844751728464, "W13": -20.329832324173264, "S13": -20.870498368026645, "W21": -42.259136974366029, "S21": -67.259136974366029, "W22": -46.409177649771621, "S22": -46.410332754222559, "W31": -81.622109934182447, "S31": -81.622109934182447, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 500388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59978696449975488, "S11": 0.59978696449975488, "W12": -8.9035197809449365, "S12": -14.142314956045844, "W13": -20.8491781935254, "S13": -20.8491781935254, "W21": -35.832533834591615, "S21": -38.922414118358702, "W22": -47.641740254649889, "S22": -49.531127389316829, "W31": -88.296706505243236, "S31": -88.296706505243236, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 507102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56094974066477099, "S11": 0.56094974066477099, "W12": -8.395940724751819, "S12": -8.6182375682709598, "W13": -21.031315389572622, "S13": -21.031315389572622, "W21": -37.540149449763383, "S21": -38.801764029373871, "W22": -60.0, "S22": -79.96902959394356, "W31": -98.257606173770483, "S31": -98.257606173770483, "W32": -98.257606173770483, "S32": -101.64164302688505 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4990380651367321, "S11": 1.4990380651367321, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.979901638769554, "S13": -20.979901638769554, "W21": -38.531847121844613, "S21": -41.333476948773615, "W22": -90.0, "S22": -102.9802617416285, "W31": -102.9802617416285, "S31": -102.9802617416285, "W32": -102.9802617416285, "S32": -102.9802617416285 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6579657623922546, "S11": 2.6579657623922546, "W12": -15.0, "S12": -26.350342361711576, "W13": -26.350342361711576, "S13": -26.350342361711576, "W21": -38.251840862347365, "S21": -38.253414158828711, "W22": -65.283226403750547, "S22": -80.294675985848642, "W31": -95.743050812465867, "S31": -95.743050812465867, "W32": -96.355106782235723, "S32": -101.35510678223572 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 507829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.2983918999404409, "S12": -9.3560361673931176, "W13": -28.662756031257558, "S13": -28.662756031257558, "W21": -34.619722376789717, "S21": -34.619722376789717, "W22": -39.361838078245221, "S22": -40.046442094588869, "W31": -60.0, "S31": -60.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102481.0, 510518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49703012739203806, "S11": 0.49703012739203806, "W12": -10.405008679669152, "S12": -17.869730266989755, "W13": -22.376681614349774, "S13": -22.376681614349774, "W21": -34.919398607133559, "S21": -34.919398607133559, "W22": -37.872631410076487, "S22": -37.872631410076487, "W31": -80.0, "S31": -80.0, "W32": -92.460425673428659, "S32": -97.460425673428659 }, "geometry": { "type": "Point", "coordinates": [ 102482.0, 504855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2012923534127125, "S11": 2.2012923534127125, "W12": -4.6889472332314268, "S12": -5.8929192240560067, "W13": -21.340799529179613, "S13": -21.340799529179613, "W21": -38.1166517709187, "S21": -40.0, "W22": -67.136266498338799, "S22": -82.118077623674054, "W31": -90.0, "S31": -90.0, "W32": -97.289427331104974, "S32": -102.28942733110497 }, "geometry": { "type": "Point", "coordinates": [ 102482.0, 508567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78726253459221551, "S11": -0.78726253459221551, "W12": -10.0, "S12": -13.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -39.084276723704342, "S21": -39.084276723704342, "W22": -66.509374458388379, "S22": -87.79495456384609, "W31": -98.626964621534071, "S31": -98.626964621534071, "W32": -98.734493882586079, "S32": -103.73449388258608 }, "geometry": { "type": "Point", "coordinates": [ 102482.166666666671517, 509923.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4698440451786654, "S11": 3.4698440451786654, "W12": -4.5347496405662469, "S12": -7.5120145063877288, "W13": -26.054003368034294, "S13": -26.054003368034294, "W21": -33.954495345772514, "S21": -33.954495345772514, "W22": -67.045007032348806, "S22": -81.978035472227006, "W31": -94.292708235513658, "S31": -94.292708235513658, "W32": -94.314311133706155, "S32": -99.314311133706155 }, "geometry": { "type": "Point", "coordinates": [ 102482.25, 510587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58032545130955993, "S11": 0.58032545130955993, "W12": -10.148798483162025, "S12": -17.648818121215218, "W13": -22.133781763826391, "S13": -22.834538223204198, "W21": -34.980537040850649, "S21": -34.980537040850649, "W22": -38.494919132788951, "S22": -43.766604540387327, "W31": -68.887132800693067, "S31": -68.887132800693067, "W32": -90.45220183439757, "S32": -95.45220183439757 }, "geometry": { "type": "Point", "coordinates": [ 102482.333333333328483, 504833.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5811115908068674, "S11": 3.2889017061998569, "W12": -7.2355879828326177, "S12": -8.8872383416062632, "W13": -20.7089824274622, "S13": -24.362677255418419, "W21": -56.233352877125391, "S21": -81.233352877125384, "W22": -41.527646737631741, "S22": -42.989857601910941, "W31": -69.716449854219604, "S31": -69.773170849052292, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5914719062784348, "S11": 3.1909958958684874, "W12": -5.7774006926054184, "S12": -7.9029988450303605, "W13": -20.420860188398613, "S13": -25.420860188398613, "W21": -60.0, "S21": -82.645042463931247, "W22": -57.56221312704092, "S22": -57.56221312704092, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 501114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3435926671111407, "S12": -8.0266536802568993, "W13": -14.999999999999998, "S13": -16.854767228299927, "W21": -40.818202576770787, "S21": -59.176985659176097, "W22": -46.897543849559966, "S22": -46.897965817807858, "W31": -82.665845069923321, "S31": -82.665845069923321, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 502452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5510907704042713, "S11": 1.1366123707170361, "W12": -7.960024705030456, "S12": -15.738677229320707, "W13": -20.483599663582844, "S13": -25.690806870790052, "W21": -35.402099800031493, "S21": -35.4020998000315, "W22": -66.083584488648512, "S22": -81.366889312591098, "W31": -94.397937394282721, "S31": -94.397937394282721, "W32": -94.397937394282721, "S32": -99.383170527997493 }, "geometry": { "type": "Point", "coordinates": [ 102483.0, 504685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1814996496145755, "S11": 2.1814996496145755, "W12": -10.957560312772866, "S12": -16.396208971350895, "W13": -21.522727272727273, "S13": -21.522727272727273, "W21": -35.13038143334942, "S21": -35.13038143334942, "W22": -39.608765227287591, "S22": -47.321221897308838, "W31": -76.030869106099871, "S31": -76.030869106099871, "W32": -96.628619059713586, "S32": -101.62861905971359 }, "geometry": { "type": "Point", "coordinates": [ 102484.75, 506645.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95495845537689039, "S11": 0.95495845537689039, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.588626704560269, "W21": -40.315971465911566, "S21": -50.041225234806227, "W22": -40.318078291814942, "S22": -49.644993353913804, "W31": -71.751863466454509, "S31": -72.537394881604243, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 498608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.35710463906097, "S12": -7.3393486916449353, "W13": -15.000000000000002, "S13": -16.850095823684423, "W21": -40.847585542234931, "S21": -59.195271598223513, "W22": -42.021277345034974, "S22": -42.948787105706984, "W31": -77.42266335814638, "S31": -77.85468496385721, "W32": -94.88178021688401, "S32": -99.88178021688401 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 502453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.2007068921989397, "W12": -7.7058403016804853, "S12": -9.0315602429996797, "W13": -20.0, "S13": -22.900820283370621, "W21": -47.472570050153656, "S21": -67.472570050153649, "W22": -40.0, "S22": -44.332351898803196, "W31": -70.0, "S31": -72.470416407706651, "W32": -95.846675379839894, "S32": -100.84667537983989 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 502735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7174942397531021, "W12": -5.6476551518507474, "S12": -13.667815521217408, "W13": -19.440481112572826, "S13": -25.917958590050304, "W21": -35.811685529726063, "S21": -36.888148088054415, "W22": -37.866573326558225, "S22": -37.866573326558225, "W31": -70.0, "S31": -70.0, "W32": -79.201454602155479, "S32": -84.201454602155479 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 504540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24317971696989218, "S11": 0.24317971696989218, "W12": -15.0, "S12": -19.835251034758659, "W13": -20.481222151495864, "S13": -20.481222151495864, "W21": -39.310571390280579, "S21": -39.310571390280579, "W22": -86.580255799789597, "S22": -97.413427209812298, "W31": -97.413427209812298, "S31": -97.413427209812298, "W32": -97.413427209812298, "S32": -100.43069185821021 }, "geometry": { "type": "Point", "coordinates": [ 102485.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5570652173913282, "S11": 2.1225859893625483, "W12": -6.0203040152336289, "S12": -6.0203040152336289, "W13": -15.021223103796524, "S13": -18.355028901129071, "W21": -42.839980873330255, "S21": -61.728879965878576, "W22": -78.033707865168552, "S22": -92.532557454558685, "W31": -93.669324991040298, "S31": -93.669324991040298, "W32": -94.249962869448979, "S32": -99.249962869448979 }, "geometry": { "type": "Point", "coordinates": [ 102485.666666666671517, 502546.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65574853047868642, "S11": 0.65574853047868642, "W12": -6.7303377786689751, "S12": -6.7303377786689751, "W13": -16.826915539209246, "S13": -18.107051717148419, "W21": -32.518268808262846, "S21": -32.518268808262846, "W22": -39.487147193190744, "S22": -40.827867304189049, "W31": -64.460167506473056, "S31": -64.604126701626981, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 497682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5387560598246517, "S11": 3.5387560598246517, "W12": -5.0, "S12": -5.0, "W13": -20.630013972985562, "S13": -21.130013972985562, "W21": -40.287751639381852, "S21": -63.062842328620064, "W22": -47.486345834565839, "S22": -47.487046613520732, "W31": -83.924185718682054, "S31": -83.924185718682054, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 500446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7166080860936961, "S11": 2.7166080860936961, "W12": -5.0, "S12": -10.0, "W13": -15.0, "S13": -15.533420295070169, "W21": -40.0, "S21": -57.395865550021909, "W22": -65.260030790532625, "S22": -103.23679727427597, "W31": -103.23679727427597, "S31": -103.23679727427597, "W32": -103.23679727427597, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 502292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4527524340697428, "S11": 0.4527524340697428, "W12": -15.0, "S12": -22.480262271813558, "W13": -24.971320830188681, "S13": -24.971320830188681, "W21": -33.812557860156652, "S21": -33.812557860156652, "W22": -65.182356444477605, "S22": -103.22316865417396, "W31": -103.22316865417396, "S31": -103.22316865417396, "W32": -103.22316865417396, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51520547945205486, "S11": 0.51520547945205486, "W12": -14.698237448825685, "S12": -20.143856184560526, "W13": -22.528575035637147, "S13": -22.528575035637147, "W21": -32.77900265039596, "S21": -32.77900265039596, "W22": -77.472142629735743, "S22": -80.051001286128709, "W31": -93.718654226542, "S31": -93.718654226542, "W32": -99.781103411513868, "S32": -104.78110341151387 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 505515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44196519959057107, "S11": 0.44196519959057107, "W12": -10.271345510799582, "S12": -10.271345510799582, "W13": -21.185669554348241, "S13": -21.185669554348241, "W21": -38.192008232608927, "S21": -38.932703982940929, "W22": -70.0, "S22": -70.0, "W31": -94.749396612884397, "S31": -94.749396612884397, "W32": -97.128250388405391, "S32": -102.12825038840539 }, "geometry": { "type": "Point", "coordinates": [ 102486.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5362895554569092, "W12": -4.822289541742947, "S12": -12.941578009477817, "W13": -19.134484656482403, "S13": -26.324723349396482, "W21": -36.008672437302472, "S21": -37.705099574819087, "W22": -39.602603832024677, "S22": -39.602603832024677, "W31": -60.0, "S31": -61.786788444027479, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102486.75, 504469.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4527993897787947, "S11": 1.0701187355792769, "W12": -8.2395536056565994, "S12": -15.896924492903864, "W13": -20.640971728019668, "S13": -25.640971728019668, "W21": -35.351917002441667, "S21": -35.351917002441667, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.033567577942179, "S32": -87.033567577942179 }, "geometry": { "type": "Point", "coordinates": [ 102487.0, 504700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2057348142928097, "S11": 1.2057348142928097, "W12": -9.4209916159239846, "S12": -9.4209916159239846, "W13": -20.00580555179231, "S13": -20.00580555179231, "W21": -44.327757491305363, "S21": -44.327757491305363, "W22": -56.133522185896432, "S22": -76.236879343803452, "W31": -95.225214833363722, "S31": -95.225214833363722, "W32": -96.907271293486971, "S32": -101.90727129348697 }, "geometry": { "type": "Point", "coordinates": [ 102487.666666666671517, 514297.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64965116451235594, "S11": 0.64965116451235594, "W12": -6.9456488133404806, "S12": -6.9456488133404806, "W13": -16.80921003546565, "S13": -17.989536862519667, "W21": -32.075451561938841, "S21": -32.075451561938841, "W22": -61.663647672464585, "S22": -80.42206923165611, "W31": -94.957180847611198, "S31": -94.957180847611198, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 497622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.184618398955029, "S11": 2.684618398955029, "W12": -7.697350288783058, "S12": -7.697350288783058, "W13": -18.621152927120672, "S13": -20.023771352481958, "W21": -55.481630824372758, "S21": -68.066341156843393, "W22": -39.581043382266941, "S22": -45.374680864096305, "W31": -75.236560403419233, "S31": -75.236560403419233, "W32": -96.435131473850845, "S32": -101.43513147385084 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5110201134605465, "S11": 3.445401721658778, "W12": -5.0, "S12": -5.0, "W13": -21.04979040521658, "S13": -21.263199217111275, "W21": -40.0, "S21": -60.0, "W22": -40.0, "S22": -48.767627191281036, "W31": -74.505570319579888, "S31": -74.674591769754642, "W32": -90.477169868746884, "S32": -95.477169868746884 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 500534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6157496967113678, "S11": 1.8999897875975074, "W12": -6.436243136078879, "S12": -6.436243136078879, "W13": -17.36580119065486, "S13": -21.596496710897611, "W21": -44.22534761302758, "S21": -60.0, "W22": -41.480175453685384, "S22": -42.010200371861714, "W31": -69.294369282857815, "S31": -72.954131305375483, "W32": -84.142992859791434, "S32": -89.142992859791434 }, "geometry": { "type": "Point", "coordinates": [ 102488.0, 502604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4, "S11": 0.4, "W12": -4.6, "S12": -8.6, "W13": -19.6, "S13": -26.6, "W21": -35.263783767464787, "S21": -36.228867749155583, "W22": -39.014852510952615, "S22": -39.014852510952615, "W31": -70.0, "S31": -70.0, "W32": -80.397223448220529, "S32": -85.397223448220529 }, "geometry": { "type": "Point", "coordinates": [ 102488.4, 504040.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5910904255319145, "S11": 2.5910904255319145, "W12": -5.3958988293653922, "S12": -7.3802918722627542, "W13": -20.0, "S13": -20.0, "W21": -32.52776010180591, "S21": -32.52776010180591, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -82.212851693872523, "S32": -87.212851693872523 }, "geometry": { "type": "Point", "coordinates": [ 102488.5, 511105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.193095952799917, "S11": 1.193095952799917, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.985205850911271, "W21": -38.556196659487576, "S21": -48.428994373727406, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.154502961350104, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 498430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5342238267148014, "S11": 3.5342238267148014, "W12": -5.0, "S12": -5.0, "W13": -20.672296227293899, "S13": -21.16840138795602, "W21": -40.0, "S21": -62.220878677952442, "W22": -68.803748356390201, "S22": -83.618313784854749, "W31": -94.052745388458263, "S31": -94.052745388458263, "W32": -94.052745388458263, "S32": -99.043933231655771 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7892819032918359, "S11": 2.7892819032918359, "W12": -6.3054441488305608, "S12": -6.3054441488305608, "W13": -15.492544282411101, "S13": -17.271601497236578, "W21": -39.926671027898912, "S21": -56.82250132063281, "W22": -39.754653936381494, "S22": -40.521706421139982, "W31": -70.416332651041671, "S31": -70.642954684570952, "W32": -78.433349872912558, "S32": -83.433349872912558 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 502211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3892688832817843, "S11": -1.3892688832817843, "W12": -10.551215867803613, "S12": -13.551215867803613, "W13": -29.000339928660978, "S13": -29.000339928660978, "W21": -39.452442191243271, "S21": -39.452442191243271, "W22": -46.011542925211444, "S22": -46.018553726836217, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102489.0, 509671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45066060486128068, "S11": 0.45066060486128068, "W12": -12.072262815173506, "S12": -19.278704104618157, "W13": -24.020179372197049, "S13": -24.020179372197049, "W21": -34.487982997308194, "S21": -35.144540263192695, "W22": -55.854913703985012, "S22": -55.854913703985012, "W31": -96.213507761679494, "S31": -96.213507761679494, "W32": -96.213507761679494, "S32": -101.02775761840039 }, "geometry": { "type": "Point", "coordinates": [ 102489.3, 505001.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2976972995603937, "S11": 2.2976972995603937, "W12": -4.9106843567867902, "S12": -12.375411339648489, "W13": -19.940999766593205, "S13": -21.378303243244556, "W21": -38.616481141164243, "S21": -43.616481141164243, "W22": -60.0, "S22": -73.54964114832535, "W31": -94.502849396001778, "S31": -94.502849396001778, "W32": -98.839643108016034, "S32": -103.83964310801603 }, "geometry": { "type": "Point", "coordinates": [ 102490.0, 503821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2132490623196772, "S11": -2.2132490623196772, "W12": -11.574232227488151, "S12": -11.574232227488151, "W13": -27.341859892849143, "S13": -27.341859892849143, "W21": -40.689365778271458, "S21": -40.689365778271458, "W22": -80.620951220862636, "S22": -95.04590982989663, "W31": -95.04590982989663, "S31": -95.04590982989663, "W32": -95.04590982989663, "S32": -99.466106125294075 }, "geometry": { "type": "Point", "coordinates": [ 102490.0, 509304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6048202995173728, "S11": 2.6048202995173728, "W12": -5.0703631839016987, "S12": -5.9610577236604652, "W13": -15.0, "S13": -16.100626276223423, "W21": -40.55181854921139, "S21": -58.597061263427612, "W22": -41.935043700910896, "S22": -46.027870301929461, "W31": -80.034700061352595, "S31": -80.444290657882064, "W32": -94.729913264727173, "S32": -99.729913264727173 }, "geometry": { "type": "Point", "coordinates": [ 102490.857142857144936, 502409.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5286725116039195, "S11": 3.5286725116039195, "W12": -5.0, "S12": -5.0, "W13": -20.740568234746156, "S13": -21.209604262010032, "W21": -40.0, "S21": -60.0, "W22": -41.133930539061701, "S22": -42.974102701479644, "W31": -70.0, "S31": -71.187286084890232, "W32": -95.002323217562278, "S32": -100.00232321756228 }, "geometry": { "type": "Point", "coordinates": [ 102491.0, 500463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5531287638540774, "S11": 3.432902332327842, "W12": -9.592755364806866, "S12": -10.374738404598125, "W13": -21.029129546383327, "S13": -22.423946619553931, "W21": -50.402475632805846, "S21": -73.960848519807257, "W22": -40.699185079740161, "S22": -41.555763198331583, "W31": -70.15050252343751, "S31": -70.424492834780864, "W32": -79.160933674187291, "S32": -84.160933674187291 }, "geometry": { "type": "Point", "coordinates": [ 102491.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8962776269872039, "S12": -19.896277626987203, "W13": -19.896277626987203, "S13": -22.809804352466355, "W21": -38.566414131155554, "S21": -43.330877389594718, "W22": -72.363304797759028, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102491.0, 503599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4664483267568561, "S11": 0.4664483267568561, "W12": -11.50153958759266, "S12": -18.674960406459778, "W13": -23.460388639761053, "S13": -23.460388639761053, "W21": -34.627153305993794, "S21": -34.627153305993794, "W22": -39.847011990468772, "S22": -39.847011990468772, "W31": -61.394251681333017, "S31": -61.619067173668853, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102491.0, 504951.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6588920967549869, "S12": -9.0225415703885758, "W13": -19.73993519073457, "S13": -25.332514179773128, "W21": -35.66208904026216, "S21": -36.215967224794376, "W22": -40.07879003558719, "S22": -48.738246566386557, "W31": -72.259428559933085, "S31": -72.953756217008831, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102491.8, 503995.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1347867504441407, "S12": -8.1347867504441407, "W13": -20.0, "S13": -20.0, "W21": -43.241511976320503, "S21": -43.55641375405537, "W22": -39.997377637019568, "S22": -48.14267250679201, "W31": -72.94693311798936, "S31": -73.52710927770751, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102492.232758620695677, 516616.357758620695677 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5317036256648715, "S11": -1.5317036256648715, "W12": -10.839198899395923, "S12": -10.839198899395923, "W13": -26.266174424493354, "S13": -26.266174424493354, "W21": -40.564124695704649, "S21": -40.564124695704649, "W22": -35.777932508200777, "S22": -36.007251812138172, "W31": -71.182338597916669, "S31": -71.257768600093897, "W32": -76.476295023979191, "S32": -81.476295023979191 }, "geometry": { "type": "Point", "coordinates": [ 102492.666666666671517, 509140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9601441562363631, "S11": 2.9601441562363631, "W12": -8.2224615812252058, "S12": -8.2224615812252058, "W13": -16.749224941014852, "S13": -19.350203702833891, "W21": -38.565725485961551, "S21": -54.868020817404712, "W22": -67.617195664309719, "S22": -82.49588542304646, "W31": -94.143433449824286, "S31": -94.143433449824286, "W32": -94.143433449824286, "S32": -99.094826542716561 }, "geometry": { "type": "Point", "coordinates": [ 102492.8, 502115.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0444129391631152, "S11": 3.0398714818380439, "W12": -9.2620021443036986, "S12": -9.2620021443036986, "W13": -17.341333927726009, "S13": -19.060628839114806, "W21": -37.833279550382912, "S21": -53.828025394532602, "W22": -65.158013704585073, "S22": -78.745989352346612, "W31": -90.0, "S31": -90.0, "W32": -97.159817478259797, "S32": -102.1598174782598 }, "geometry": { "type": "Point", "coordinates": [ 102493.0, 502063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86959761549925485, "S11": 0.86959761549925485, "W12": -9.2405700565409354, "S12": -12.256992907062299, "W13": -30.0, "S13": -30.0, "W21": -35.69785248873648, "S21": -35.69785248873648, "W22": -52.09024308065981, "S22": -53.566908655414714, "W31": -68.245210223018162, "S31": -74.1802675065112, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102493.0, 510427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.192580277767294, "S11": 4.192580277767294, "W12": -3.6252761443102348, "S12": -5.9018218918298793, "W13": -19.463685940207331, "S13": -19.837274530934241, "W21": -32.071492144662976, "S21": -32.071492144662976, "W22": -43.980390470456697, "S22": -43.980390470456697, "W31": -68.889831886430102, "S31": -73.778548882307334, "W32": -87.470022624434392, "S32": -92.470022624434392 }, "geometry": { "type": "Point", "coordinates": [ 102493.076923076921958, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63870411910155611, "S11": 0.63870411910155611, "W12": -7.4241059551259312, "S12": -7.426295798949579, "W13": -16.773284617116936, "S13": -17.756643672949892, "W21": -30.409431512645369, "S21": -30.409431512645369, "W22": -60.606459330143544, "S22": -102.16601209760823, "W31": -102.16601209760823, "S31": -102.16601209760823, "W32": -102.16601209760823, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102493.5, 497507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2042615204858571, "S11": 1.2042615204858571, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.20189294188199, "W21": -37.689755046961992, "S21": -47.641740254649889, "W22": -71.127819548872182, "S22": -86.127819548872182, "W31": -93.925098648549124, "S31": -93.925098648549124, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 498334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4850252707581229, "S11": 3.3208509886950912, "W12": -5.0, "S12": -5.0, "W13": -21.262022583859181, "S13": -21.262022583859181, "W21": -40.0, "S21": -57.700842672226571, "W22": -39.551930042258761, "S22": -40.036647881139487, "W31": -69.902571817465429, "S31": -70.522606031493169, "W32": -95.206129152331698, "S32": -100.2061291523317 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 500602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5538790436005625, "S11": 3.0538790436005625, "W12": -6.3305766526019696, "S12": -8.6679411229939625, "W13": -20.0, "S13": -24.86585952859032, "W21": -60.0, "S21": -78.118558330698704, "W22": -40.0, "S22": -42.154434693610838, "W31": -70.755383113159027, "S31": -71.755383113159027, "W32": -90.603344893149654, "S32": -95.603344893149654 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 501370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4446793738954811, "W12": -7.0166889710924742, "S12": -7.0166889710924742, "W13": -20.0, "S13": -24.182155830374271, "W21": -45.746241508628685, "S21": -65.283226403750547, "W22": -72.479444555046783, "S22": -88.97973105442793, "W31": -92.991485532327289, "S31": -92.991485532327289, "W32": -98.662395045408928, "S32": -103.66239504540893 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 502669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44009172090670445, "S11": 0.44009172090670445, "W12": -12.457882183690467, "S12": -19.600290056484372, "W13": -24.394618834080717, "S13": -24.394618834080717, "W21": -34.384054067832409, "S21": -35.5797209831373, "W22": -44.94559137597885, "S22": -55.131696438580917, "W31": -79.571275374886909, "S31": -79.571275374886909, "W32": -97.456182993834304, "S32": -102.4561829938343 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 505035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9820646921721337, "S11": 1.9820646921721337, "W12": -10.829613350731407, "S12": -20.329553650335548, "W13": -21.201426024955438, "S13": -21.201426024955438, "W21": -34.203149134841908, "S21": -35.26057387554517, "W22": -39.97116936179436, "S22": -39.97116936179436, "W31": -63.430611993596848, "S31": -63.430611993596848, "W32": -91.207062664757601, "S32": -96.207062664757601 }, "geometry": { "type": "Point", "coordinates": [ 102494.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1271003370992045, "S11": 1.6271003370992045, "W12": -5.8698957303000325, "S12": -5.8698957303000325, "W13": -15.899019863115608, "S13": -15.899019863115608, "W21": -58.4981562185719, "S21": -65.87715461286065, "W22": -36.915434508393417, "S22": -37.290960368329074, "W31": -70.953989941666677, "S31": -71.0645603749347, "W32": -77.000681807461618, "S32": -82.000681807461618 }, "geometry": { "type": "Point", "coordinates": [ 102495.0, 499251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0538972027112621, "S11": 3.1814531910267441, "W12": -6.9454027763704529, "S12": -7.9454027763704529, "W13": -20.145001434602616, "S13": -21.49072319714216, "W21": -48.587995647205894, "S21": -66.509374458388379, "W22": -44.324431438127093, "S22": -44.324431438127093, "W31": -70.0, "S31": -70.0, "W32": -81.947774562491389, "S32": -86.947774562491389 }, "geometry": { "type": "Point", "coordinates": [ 102495.0, 499907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7425058004640372, "S11": 2.7425058004640372, "W12": -5.0, "S12": -5.9808201248439277, "W13": -15.0, "S13": -15.480207969241524, "W21": -40.0, "S21": -57.58908860730434, "W22": -56.262669846817673, "S22": -56.262669846817673, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102495.0, 502338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52702513766143277, "S11": 0.52702513766143277, "W12": -9.0056208418620827, "S12": -14.005620841862083, "W13": -21.690630240735711, "S13": -21.690630240735711, "W21": -38.079262788312896, "S21": -38.079262788312896, "W22": -70.0, "S22": -72.219711773326821, "W31": -99.147011064017178, "S31": -99.147011064017178, "W32": -99.147011064017178, "S32": -103.92976696279131 }, "geometry": { "type": "Point", "coordinates": [ 102496.0, 506129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2044909863010886, "S11": 3.2044909863010886, "W12": -5.0, "S12": -8.3874819224430777, "W13": -20.402306652895426, "S13": -20.402306652895426, "W21": -38.674764033854409, "S21": -41.527646737631741, "W22": -39.613999626294699, "S22": -44.941755686786486, "W31": -75.018303942636749, "S31": -75.018303942636749, "W32": -96.379840582122966, "S32": -101.37984058212297 }, "geometry": { "type": "Point", "coordinates": [ 102496.0, 508121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1986858924989376, "S11": 1.1986858924989376, "W12": -9.2757112625703417, "S12": -9.2757112625703417, "W13": -20.013612001805722, "S13": -20.013612001805722, "W21": -44.293348005611968, "S21": -44.293348005611968, "W22": -45.940995820260099, "S22": -48.449385784265054, "W31": -68.695399881536261, "S31": -72.112614253199538, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102496.333333333328483, 514339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64832932506721264, "S11": 0.64832932506721264, "W12": -7.1350724663653615, "S12": -7.1350724663653615, "W13": -16.787952412227202, "S13": -17.869558663443076, "W21": -31.583675604387167, "S21": -31.583675604387167, "W22": -35.885305474412313, "S22": -35.885305474412313, "W31": -70.0, "S31": -70.00715938222973, "W32": -77.225492673548857, "S32": -82.225492673548857 }, "geometry": { "type": "Point", "coordinates": [ 102496.714285714289872, 497577.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7355600533149427, "S11": 2.7355600533149427, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.586564388076074, "W21": -40.256051556187373, "S21": -57.998850928630901, "W22": -45.993063352378883, "S22": -46.000068646298303, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102496.714285714289872, 502366.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7119192050258674, "S12": -9.419653666401576, "W13": -19.875164526432325, "S13": -24.170221538928988, "W21": -36.052088488554283, "S21": -36.23122306686632, "W22": -67.869033416504521, "S22": -67.869033416504521, "W31": -95.451793670930854, "S31": -95.451793670930854, "W32": -96.244452468869767, "S32": -101.24445246886977 }, "geometry": { "type": "Point", "coordinates": [ 102497.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.294716655893128, "S12": -19.61852334439169, "W13": -22.032926968502519, "S13": -22.032926968502519, "W21": -32.731451808254299, "S21": -32.731451808254299, "W22": -39.517757779335795, "S22": -39.704578608684592, "W31": -60.0, "S31": -60.725780193703265, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102497.0, 505518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42390334844276917, "S11": 0.42390334844276917, "W12": -9.7126262818712465, "S12": -9.7126262818712465, "W13": -21.186758639938201, "S13": -21.186758639938201, "W21": -37.909693076873396, "S21": -38.379750944963433, "W22": -38.099735920873869, "S22": -38.099735920873869, "W31": -70.0, "S31": -70.0, "W32": -79.499861608591971, "S32": -84.499861608591971 }, "geometry": { "type": "Point", "coordinates": [ 102497.0, 507293.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -22.4288256227758, "W13": -22.4288256227758, "S13": -22.4288256227758, "W21": -38.669963176195594, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.098385817443869, "S32": -87.098385817443869 }, "geometry": { "type": "Point", "coordinates": [ 102497.0, 507610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2625938334315732, "S11": 1.2625938334315732, "W12": -11.39110287831442, "S12": -11.504986413926014, "W13": -20.0, "S13": -27.454815377687716, "W21": -34.708223335663178, "S21": -34.708223335663178, "W22": -58.593991587982835, "S22": -74.484103999086301, "W31": -97.100746380873687, "S31": -97.100746380873687, "W32": -97.100746380873687, "S32": -101.66756158289554 }, "geometry": { "type": "Point", "coordinates": [ 102497.5625, 511688.1875 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4101328790459968, "S11": 2.6432151081256845, "W12": -7.9260447185813412, "S12": -17.946132182138193, "W13": -20.0, "S13": -24.289847248006989, "W21": -50.385628050346774, "S21": -65.385628050346767, "W22": -39.693685309502762, "S22": -47.214611492790567, "W31": -75.931554606301404, "S31": -75.931554606301404, "W32": -96.59093864178439, "S32": -101.59093864178439 }, "geometry": { "type": "Point", "coordinates": [ 102498.0, 501622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.956281668400389, "S11": 2.956281668400389, "W12": -7.8821030059961084, "S12": -7.8821030059961084, "W13": -16.570944119403439, "S13": -19.570944119403439, "W21": -38.789820833715261, "S21": -55.152324789910963, "W22": -37.753520945423304, "S22": -52.338012032500636, "W31": -68.96804918723636, "S31": -68.96804918723636, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102498.0, 502133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45498286759830381, "S11": 0.45498286759830381, "W12": -14.999999999999998, "S12": -22.539852313462085, "W13": -25.0, "S13": -25.0, "W21": -33.884578546225541, "S21": -33.885234363568266, "W22": -36.808469144821743, "S22": -44.355373288478255, "W31": -75.094235711663202, "S31": -75.094235711663202, "W32": -91.371101301612683, "S32": -96.371101301612683 }, "geometry": { "type": "Point", "coordinates": [ 102498.0, 505295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65930532729237923, "S11": 0.65930532729237923, "W12": -6.8489512129140158, "S12": -6.8489512129140158, "W13": -16.807442795218705, "S13": -18.013927134755701, "W21": -32.350646826984381, "S21": -32.350646826984381, "W22": -48.756979246265331, "S22": -48.756979246265331, "W31": -68.45687335124866, "S31": -74.500439875553056, "W32": -95.660837838167978, "S32": -100.66083783816798 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 497663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5400361010830323, "S11": 3.5400361010830323, "W12": -5.0, "S12": -5.0, "W13": -20.481774569166276, "S13": -20.903629820031803, "W21": -41.193424129866557, "S21": -65.260030790532625, "W22": -69.498570026376797, "S22": -84.252295874985776, "W31": -93.945552575990831, "S31": -93.945552575990831, "W32": -93.945552575990831, "S32": -98.863102684777061 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 500396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5398025786487914, "S11": 3.5398025786487914, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -20.485474615742845, "S13": -20.907219958381745, "W21": -41.169395148347206, "S21": -65.182356444477605, "W22": -46.245528828799266, "S22": -46.245528828799266, "W31": -68.596689304616547, "S31": -74.254868864588161, "W32": -93.574562408357778, "S32": -98.574562408357778 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 500396.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.556459239012876, "S11": 3.4467183289323184, "W12": -9.5192274678111595, "S12": -10.26045382136628, "W13": -21.017572537801389, "S13": -22.339698510492262, "W21": -50.0, "S21": -73.426388541926883, "W22": -44.487124916074137, "S22": -44.490542012426367, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 500836.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4001363990646922, "W12": -8.8697692471895557, "S12": -11.978597310895195, "W13": -20.0, "S13": -21.010829194419848, "W21": -50.0, "S21": -70.0, "W22": -70.0, "S22": -84.70628106642566, "W31": -93.881100152176316, "S31": -93.881100152176316, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 502845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4890994102440952, "S11": 0.4890994102440952, "W12": -10.726156438272236, "S12": -17.770151562420583, "W13": -22.656950672645742, "S13": -22.656950672645742, "W21": -34.816572463140517, "S21": -34.816572463140517, "W22": -60.966158135840246, "S22": -80.044805166901767, "W31": -94.997755379664113, "S31": -94.997755379664113, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 504880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.222296787175733, "S13": -20.222296787175733, "W21": -40.55575077119925, "S21": -43.241923670566891, "W22": -40.45315934065934, "S22": -44.687800538387783, "W31": -69.960499386456476, "S31": -70.889731844890022, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.0, 513192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.525328340527897, "S11": 3.3299190760417603, "W12": -11.947326180257511, "S12": -11.947326180257511, "W13": -21.317608684546617, "S13": -22.684156727251285, "W21": -38.069494882142166, "S21": -56.133522185896432, "W22": -40.454976471307219, "S22": -44.787707498669121, "W31": -70.0, "S31": -70.933467531109486, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102499.5, 500683.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5377151443402242, "S11": 2.2145049826774064, "W12": -5.7665438832034335, "S12": -5.7665438832034335, "W13": -14.985072580378498, "S13": -17.49485458149644, "W21": -41.62943535203943, "S21": -60.148771924670271, "W22": -40.000000000000007, "S22": -49.444663180540587, "W31": -74.87604609157485, "S31": -75.028472384066291, "W32": -90.296464188587606, "S32": -95.296464188587606 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 502504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6356620990048496, "S12": -8.8300090681918348, "W13": -19.688712362084356, "S13": -26.105163752504396, "W21": -35.541396284621939, "S21": -36.357461057787312, "W22": -35.015370490870723, "S22": -35.493032606692537, "W31": -71.11386976628053, "S31": -71.254138610404866, "W32": -76.31392822986156, "S32": -81.31392822986156 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 504017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.077733854894561388, "S11": 0.077733854894561388, "W12": -9.3384679620981697, "S12": -18.82231034027361, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -39.572150203779827, "S22": -39.572150203779827, "W31": -69.616376531270149, "S31": -69.95020089926102, "W32": -95.17507486948405, "S32": -100.17507486948405 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59190216506592863, "S11": -0.59190216506592863, "W12": -10.0, "S12": -13.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.954799968852249, "S21": -38.954799968852249, "W22": -36.68997313856925, "S22": -41.887967140690449, "W31": -77.397503365561136, "S31": -77.397503365561136, "W32": -91.822084595379181, "S32": -96.822084595379181 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3689763912032675, "S11": 1.3689763912032675, "W12": -12.572218606494493, "S12": -12.572218606494493, "W13": -20.0, "S13": -20.0, "W21": -35.898750462999857, "S21": -35.898750462999857, "W22": -49.539268421427224, "S22": -54.167582831907573, "W31": -88.810474443260247, "S31": -88.810474443260247, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1897825480903261, "S11": 2.1897825480903261, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.258199386884602, "S13": -20.258199386884602, "W21": -39.797024372846252, "S21": -42.992537905652952, "W22": -44.318787358282506, "S22": -44.320799965015624, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7459125886151567, "S11": 1.7459125886151567, "W12": -11.348748400092322, "S12": -11.348748400092322, "W13": -20.080334001877215, "S13": -20.080334001877215, "W21": -43.695298282692661, "S21": -43.913250417791069, "W22": -40.880001, "S22": -44.150001, "W31": -87.54107445560048, "S31": -87.54107445560048, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102500.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7988854223231128, "S11": 2.7988854223231128, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -15.678494158372921, "W21": -40.0, "S21": -57.303076567350502, "W22": -80.705165826919895, "S22": -95.114335970332064, "W31": -95.114335970332064, "S31": -95.114335970332064, "W32": -95.114335970332064, "S32": -99.309270715343729 }, "geometry": { "type": "Point", "coordinates": [ 102500.4, 502297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8328413018433181, "S11": 2.8328413018433181, "W12": -5.6488768824980857, "S12": -8.6811273606894233, "W13": -27.685039834560957, "S13": -27.685039834560957, "W21": -34.56975746112375, "S21": -34.56975746112375, "W22": -70.0, "S22": -70.0, "W31": -93.96528396645769, "S31": -93.96528396645769, "W32": -97.706801382568486, "S32": -102.70680138256849 }, "geometry": { "type": "Point", "coordinates": [ 102500.5, 510552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5280902779931882, "S11": 0.5280902779931882, "W12": -10.000000000000004, "S12": -10.000874699322111, "W13": -18.604064205468735, "S13": -19.304123542342985, "W21": -20.0, "S21": -20.0, "W22": -42.497061437458839, "S22": -42.497061437458839, "W31": -69.096109714666099, "S31": -73.243113067975827, "W32": -84.758121715269041, "S32": -89.758121715269041 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 496967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4658875709128414, "S11": 3.2321716593559242, "W12": -10.152542372881356, "S12": -10.152542372881356, "W13": -21.339316143497758, "S13": -22.368800448430495, "W21": -39.963873075061024, "S21": -55.035048472506944, "W22": -70.0, "S22": -70.421348314606746, "W31": -99.471569329003131, "S31": -99.471569329003131, "W32": -99.471569329003131, "S32": -104.09102613621732 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 500643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.533497868369099, "S11": 3.4665445973410614, "W12": -11.347854077253217, "S12": -11.449028245550673, "W13": -21.266734777278302, "S13": -22.316106853121688, "W21": -40.0, "S21": -58.878584729981384, "W22": -40.267939560439565, "S22": -40.267939560439565, "W31": -68.224244499165863, "S31": -68.957869194895011, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 500719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.216909871005952, "S11": 3.1917550555852836, "W12": -10.0, "S12": -10.36115799866238, "W13": -17.784943647109966, "S13": -19.042985173218199, "W21": -37.358526745875444, "S21": -53.074513712158016, "W22": -39.106980552712415, "S22": -49.106980552712415, "W31": -80.016584796549594, "S31": -80.317368069465175, "W32": -93.779265048220807, "S32": -98.779265048220807 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 502027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32759066317274377, "S11": 0.32759066317274377, "W12": -8.1959886495580463, "S12": -8.1959886495580463, "W13": -21.9555182443797, "S13": -21.9555182443797, "W21": -37.522326213054015, "S21": -37.762440867920496, "W22": -62.195773524720408, "S22": -103.32018496727304, "W31": -103.32018496727304, "S31": -103.32018496727304, "W32": -103.32018496727304, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 507226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3983036102653328, "S11": 1.3983036102653328, "W12": -15.0, "S12": -15.481662206831418, "W13": -21.011988492369518, "S13": -21.011988492369518, "W21": -38.625556973604226, "S21": -41.133930539061701, "W22": -70.423284331831269, "S22": -70.423284331831269, "W31": -90.0, "S31": -90.0, "W32": -98.794043894975218, "S32": -103.79404389497522 }, "geometry": { "type": "Point", "coordinates": [ 102501.0, 507448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6632901452689437, "S11": 1.6632901452689437, "W12": -7.7874266144814097, "S12": -10.891368915077903, "W13": -30.423132642807772, "S13": -30.423132642807772, "W21": -35.28167276585112, "S21": -35.28167276585112, "W22": -69.917654221866187, "S22": -69.917654221866187, "W31": -99.548907359498003, "S31": -99.548907359498003, "W32": -99.548907359498003, "S32": -104.12814900648041 }, "geometry": { "type": "Point", "coordinates": [ 102501.75, 510482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5156184164140165, "S11": 3.5156184164140165, "W12": -6.1230433426878692, "S12": -6.1230433426878692, "W13": -20.232788285539964, "S13": -20.843670445248499, "W21": -45.478976439550074, "S21": -72.363304797759028, "W22": -39.893953950479968, "S22": -40.740425115627971, "W31": -65.618090059605592, "S31": -66.008671221930243, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3018154080854309, "S11": 1.0167108273856198, "W12": -8.6420557663751847, "S12": -15.910498829889148, "W13": -20.896860986547086, "S13": -25.123123612809685, "W21": -35.258505377199654, "S21": -35.258505377199654, "W22": -40.175329670329674, "S22": -40.4476342873498, "W31": -67.356117055520542, "S31": -67.984574678888549, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 504723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.771338073691016, "S12": -18.771338073691016, "W13": -20.725312656994049, "S13": -20.725312656994049, "W21": -33.909157622199452, "S21": -33.909157622199452, "W22": -63.161825085655614, "S22": -84.844582595202411, "W31": -95.278067394812524, "S31": -95.278067394812524, "W32": -95.574122062371544, "S32": -100.57412206237154 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 505542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.320788623141565, "S12": -18.650675188462962, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -34.936777138321098, "S21": -34.936777138321098, "W22": -70.0, "S22": -73.849728892333729, "W31": -93.380410520588015, "S31": -93.380410520588015, "W32": -98.206241196002267, "S32": -103.20624119600227 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.7908496732026133, "S11": 5.7908496732026133, "W12": -1.407284846339881, "S12": -4.2262403775838475, "W13": -20.0, "S13": -20.349028109319438, "W21": -32.478664053864058, "S21": -32.478664053864058, "W22": -41.561343722421583, "S22": -45.086480737996581, "W31": -79.75732009925558, "S31": -80.096016898446635, "W32": -94.888145897513283, "S32": -99.888145897513283 }, "geometry": { "type": "Point", "coordinates": [ 102502.0, 510762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7959219035395591, "S11": 2.7959219035395591, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -15.53613154478594, "W21": -40.0, "S21": -57.440356030671168, "W22": -39.986385210706338, "S22": -49.514816190506075, "W31": -74.785086414396858, "S31": -75.027632142284602, "W32": -90.196670630110589, "S32": -95.196670630110589 }, "geometry": { "type": "Point", "coordinates": [ 102502.571428571434808, 502323.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4454967170996633, "S11": 1.1942586468267784, "W12": -5.5235682492581928, "S12": -5.5235682492581928, "W13": -14.999999999999998, "S13": -15.328544584899165, "W21": -49.882948629965206, "S21": -57.970975973263791, "W22": -54.963126566594418, "S22": -54.963126566594418, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102502.6, 499119.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5895499396150785, "S11": -1.5895499396150785, "W12": -10.893810999715361, "S12": -10.893810999715361, "W13": -26.348839179747173, "S13": -26.348839179747173, "W21": -40.591502312821945, "S21": -40.591502312821945, "W22": -86.715076684568956, "S22": -97.66473836785319, "W31": -97.66473836785319, "S31": -97.66473836785319, "W32": -97.66473836785319, "S32": -100.27880213727488 }, "geometry": { "type": "Point", "coordinates": [ 102503.0, 509151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1783928862119486, "S11": -1.1783928862119486, "W12": -10.306977151633918, "S12": -13.306977151633918, "W13": -29.376680311908412, "S13": -29.376680311908412, "W21": -39.315300855368811, "S21": -39.315300855368811, "W22": -37.049713442200321, "S22": -51.773086107668789, "W31": -70.0, "S31": -70.0, "W32": -90.366176961392412, "S32": -95.366176961392412 }, "geometry": { "type": "Point", "coordinates": [ 102503.0, 509755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0778342138173436, "S12": -8.0778342138173436, "W13": -20.0, "S13": -20.0, "W21": -42.932079160422049, "S21": -43.153751944530988, "W22": -72.124871164992697, "S22": -86.753633103473902, "W31": -94.014707167965426, "S31": -94.014707167965426, "W32": -94.014707167965426, "S32": -98.906176331918985 }, "geometry": { "type": "Point", "coordinates": [ 102503.466666666659876, 516168.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5176926250644662, "S11": 3.5176926250644662, "W12": -5.0, "S12": -5.0, "W13": -20.786581276199346, "S13": -21.286581276199346, "W21": -40.0, "S21": -60.0, "W22": -36.839054326027956, "S22": -46.917593623105645, "W31": -72.899889854362982, "S31": -72.899889854362982, "W32": -90.935225824868965, "S32": -95.935225824868965 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5512789840171672, "S11": 3.4855441701700087, "W12": -10.036969957081544, "S12": -10.560492461973912, "W13": -21.087274213322434, "S13": -21.847946329580335, "W21": -46.592018374964113, "S21": -68.756236596910455, "W22": -39.990925791591508, "S22": -49.214251348078889, "W31": -73.822016080157283, "S31": -74.238880437174316, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5, "W12": -4.6782863329905489, "S12": -12.455042301896713, "W13": -18.991967138293024, "S13": -26.648807652276396, "W21": -36.121295457253744, "S21": -38.38083989386655, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3747593079525135, "S11": 0.3747593079525135, "W12": -9.7557166041488106, "S12": -12.414610912591517, "W13": -20.695310842350946, "S13": -20.695310842350946, "W21": -38.718637735470978, "S21": -38.718637735470978, "W22": -68.833183136754116, "S22": -90.981053876017484, "W31": -98.331767090369993, "S31": -98.331767090369993, "W32": -98.863171912342779, "S32": -103.86317191234278 }, "geometry": { "type": "Point", "coordinates": [ 102504.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9439475648441875, "S11": 2.4926914422339803, "W12": -7.9432125848616879, "S12": -7.9432125848616879, "W13": -18.349600507765832, "S13": -19.710860416448401, "W21": -60.0, "S21": -72.479444555046783, "W22": -49.50532974011886, "S22": -54.12877091116259, "W31": -88.885230165361705, "S31": -88.885230165361705, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 499576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.8531131479140335, "S12": -17.043131187601347, "W13": -19.843375174494025, "S13": -21.947777115088769, "W21": -37.860760012940197, "S21": -42.860760012940197, "W22": -67.184606703940887, "S22": -82.424832962138083, "W31": -99.289442414561265, "S31": -99.289442414561265, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 503683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8252936689549961, "S11": 1.442031149666096, "W12": -7.4955275375899815, "S12": -14.853803245802418, "W13": -20.0, "S13": -25.189189189189189, "W21": -35.480961970644437, "S21": -35.931223750749155, "W22": -53.709999, "S22": -54.809999, "W31": -68.089996, "S31": -75.089996, "W32": -101.0, "S32": -106.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 504643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.6263492590134918, "S12": -5.5036217668968828, "W13": -22.078252032520325, "S13": -22.340860534634725, "W21": -33.120115536728214, "S21": -33.120115536728214, "W22": -46.467118199688805, "S22": -46.468117940270886, "W31": -85.138484905641647, "S31": -85.138484905641647, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 510705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5456536730180737, "S11": 1.5456536730180737, "W12": -14.367621339984657, "S12": -14.367621339984657, "W13": -20.0, "S13": -20.0, "W21": -37.765412188331851, "S21": -38.400721060144498, "W22": -65.724786014052327, "S22": -79.471665231814868, "W31": -90.0, "S31": -90.0, "W32": -97.4542655441672, "S32": -102.4542655441672 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 512492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1916369707051602, "S11": 1.1916369707051602, "W12": -9.1304309092167184, "S12": -9.1304309092167184, "W13": -20.021418451819155, "S13": -20.021418451819155, "W21": -44.258938519918729, "S21": -44.258938519918729, "W22": -73.96443975941267, "S22": -103.26541850220265, "W31": -103.26541850220265, "S31": -103.26541850220265, "W32": -103.26541850220265, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.0, 514380.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4603279416908519, "S11": 2.9603279416908519, "W12": -7.490716384638767, "S12": -7.490716384638767, "W13": -19.285543981481482, "S13": -20.905147416916755, "W21": -50.18632430876702, "S21": -65.186324308767027, "W22": -85.441836000221471, "S22": -97.75960200426411, "W31": -97.75960200426411, "S31": -97.75960200426411, "W32": -97.75960200426411, "S32": -99.993769953780117 }, "geometry": { "type": "Point", "coordinates": [ 102505.5, 499740.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5948833458378493, "S11": 0.5948833458378493, "W12": -4.6396671857580021, "S12": -8.7684128484374213, "W13": -19.644727805024008, "S13": -26.531964140581366, "W21": -35.433851434843895, "S21": -36.457675034454766, "W22": -39.538328715564425, "S22": -39.607701922553808, "W31": -60.0, "S31": -61.041803482243864, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102505.571428571434808, 504034.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2516294331820017, "S12": -10.433687480675406, "W13": -24.03936196913703, "S13": -24.03936196913703, "W21": -40.058427278014705, "S21": -41.869993383212126, "W22": -49.999999999999993, "S22": -50.211408703928875, "W31": -68.368439279419519, "S31": -74.556468083017577, "W32": -96.877082087639877, "S32": -101.87708208763988 }, "geometry": { "type": "Point", "coordinates": [ 102506.0, 508841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3098772480731635, "S11": 2.3098772480731635, "W12": -6.1012285607457812, "S12": -8.01283609082863, "W13": -20.0, "S13": -20.0, "W21": -32.517652675161408, "S21": -32.517652675161408, "W22": -39.599430755175455, "S22": -39.599430755175455, "W31": -60.0, "S31": -61.83546949587484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102506.333333333328483, 511149.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53157434348071542, "S11": 0.53157434348071542, "W12": -10.0, "S12": -10.0, "W13": -18.548748650911929, "S13": -19.263000596244819, "W21": -20.0, "S21": -20.0, "W22": -40.408356455117499, "S22": -41.313859399395916, "W31": -70.177719838020835, "S31": -70.397518988902618, "W32": -78.867310758525207, "S32": -83.867310758525207 }, "geometry": { "type": "Point", "coordinates": [ 102507.0, 496969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.049298519095869, "W12": -8.0013536483770142, "S12": -10.198673930790132, "W13": -20.0, "S13": -21.722595078299776, "W21": -47.869033416504514, "S21": -67.869033416504521, "W22": -90.0, "S22": -105.75970940641784, "W31": -105.75970940641784, "S31": -105.75970940641784, "W32": -105.75970940641784, "S32": -105.75970940641784 }, "geometry": { "type": "Point", "coordinates": [ 102507.0, 502762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47232762780454263, "S11": 0.47232762780454263, "W12": -11.324670683141019, "S12": -18.259060488685307, "W13": -23.251121076233186, "S13": -23.251121076233186, "W21": -34.650649005959174, "S21": -34.650649005959174, "W22": -80.0, "S22": -94.42675133283214, "W31": -94.42675133283214, "S31": -94.42675133283214, "W32": -94.42675133283214, "S32": -99.052428338036535 }, "geometry": { "type": "Point", "coordinates": [ 102507.0, 504933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2267726500467993, "S11": 1.2267726500467993, "W12": -11.640863096428507, "S12": -11.640863096428507, "W13": -20.0, "S13": -27.836496679050029, "W21": -34.85280843612103, "S21": -34.85280843612103, "W22": -39.736202265170199, "S22": -44.909875150840982, "W31": -80.094104806078917, "S31": -80.594104806078917, "W32": -94.688974710252054, "S32": -99.688974710252054 }, "geometry": { "type": "Point", "coordinates": [ 102507.3, 511750.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.221857773006708, "S13": -20.221857773006708, "W21": -40.814035651778596, "S21": -43.354999133291457, "W22": -39.64001368138841, "S22": -39.64001368138841, "W31": -60.000000000000007, "S31": -62.029554353906612, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102507.833333333328483, 513281.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4692264053635897, "S11": 3.2736533819507647, "W12": -5.7856430707876374, "S12": -5.7856430707876374, "W13": -21.251162404516773, "S13": -21.251162404516773, "W21": -40.0, "S21": -56.440344018764662, "W22": -39.660532794786484, "S22": -39.660532794786484, "W31": -60.0, "S31": -61.923596867424948, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 500607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6953015610593454, "S12": -9.3184328402017051, "W13": -19.859393207652289, "S13": -24.685126575267084, "W21": -36.037456626390615, "S21": -36.397523060406392, "W22": -39.355223029790331, "S22": -39.928829914950789, "W31": -60.000000000000007, "S31": -60.138122827346422, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 503965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9427629832125899, "S11": 1.9427629832125899, "W12": -10.683135969860782, "S12": -20.683135969860782, "W13": -21.796941983423835, "S13": -21.796941983423835, "W21": -36.514451994516108, "S21": -36.514451994516108, "W22": -39.788869492564196, "S22": -47.194182506733299, "W31": -75.824022979817059, "S31": -75.824022979817059, "W32": -96.558993286728452, "S32": -101.55899328672845 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 506432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.348633496846531, "S11": 2.348633496846531, "W12": -10.662238661002482, "S12": -15.092513190976673, "W13": -21.192513368983956, "S13": -21.192513368983956, "W21": -34.868841837479003, "S21": -34.868841837479003, "W22": -39.776997056827504, "S22": -46.746773897453053, "W31": -75.639882077254526, "S31": -75.639882077254526, "W32": -96.516244028137791, "S32": -101.51624402813779 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 506645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8040681030674102, "S11": -1.8040681030674102, "W12": -11.046841977195566, "S12": -14.010359035149643, "W13": -28.16566245573296, "S13": -28.16566245573296, "W21": -40.052578402708953, "S21": -40.052578402708953, "W22": -47.12893381025826, "S22": -47.12893381025826, "W31": -68.517563308751818, "S31": -74.258570158776934, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102508.0, 509493.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8562837537640888, "S11": 2.8562837537640888, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -15.889081205827067, "W21": -40.0, "S21": -57.137912688898936, "W22": -38.498876379024715, "S22": -39.115679150615897, "W31": -70.587248160416664, "S31": -70.72492506004653, "W32": -77.83810319830954, "S32": -82.83810319830954 }, "geometry": { "type": "Point", "coordinates": [ 102508.428571428565192, 502280.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5996305372985513, "S11": -1.5996305372985513, "W12": -10.80579025740162, "S12": -13.80579025740162, "W13": -28.557030667733766, "S13": -28.557030667733766, "W21": -39.763098929915969, "S21": -39.763098929915969, "W22": -74.900773466389793, "S22": -89.404571494743053, "W31": -93.87903228507588, "S31": -93.87903228507588, "W32": -93.87903228507588, "S32": -98.809523809523853 }, "geometry": { "type": "Point", "coordinates": [ 102508.5, 509578.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5738583784853114, "S11": 0.5738583784853114, "W12": -9.4922290705924102, "S12": -9.4922290705924102, "W13": -16.968611948400341, "S13": -17.522171919648489, "W21": -23.191641008096703, "S21": -23.191641008096703, "W22": -39.721634834397506, "S22": -39.721634834397506, "W31": -59.999999999999993, "S31": -61.5702311865262, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 497081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5541330631158794, "S11": 3.4909673762010089, "W12": -9.931047210300429, "S12": -10.449546884142569, "W13": -21.071867592970985, "S13": -21.923366230573134, "W21": -46.505885730691929, "S21": -68.620376385219828, "W22": -64.479788310171159, "S22": -84.877946280537316, "W31": -95.4038783627378, "S31": -95.4038783627378, "W32": -95.869269949066506, "S32": -100.86926994906651 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6457790729441766, "S11": 2.1149091730211587, "W12": -6.0292060202830502, "S12": -6.0292060202830502, "W13": -14.956876343315662, "S13": -17.900799524661984, "W21": -42.329769006892036, "S21": -60.966158135840246, "W22": -36.869639507233899, "S22": -50.417346000943503, "W31": -70.732239491719355, "S31": -70.732239491719355, "W32": -90.499350348125247, "S32": -95.499350348125247 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 502537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52551617873651779, "S11": 0.52551617873651779, "W12": -15.0, "S12": -21.032420070035826, "W13": -22.52120154288157, "S13": -22.52120154288157, "W21": -33.301214988064636, "S21": -33.301214988064636, "W22": -46.262153471832548, "S22": -46.264778496435838, "W31": -81.443303154561335, "S31": -81.443303154561335, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 505445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52589718447961897, "S11": 0.52589718447961897, "W12": -14.984981684981685, "S12": -21.007862478997538, "W13": -22.50771072390209, "S13": -22.50771072390209, "W21": -33.29724929328362, "S21": -33.29724929328362, "W22": -60.901908088230741, "S22": -79.505606279062647, "W31": -94.886662526805139, "S31": -94.886662526805139, "W32": -94.886662526805139, "S32": -99.823692094952747 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 505446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17324052819298802, "S11": 0.17324052819298802, "W12": -7.9422646239892991, "S12": -14.46919571435121, "W13": -20.0, "S13": -20.0, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -61.600441287464896, "S22": -80.0, "W31": -94.986647296946686, "S31": -94.986647296946686, "W32": -95.058529175230092, "S32": -100.05852917523009 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.3636811629912531, "S11": 5.3636811629912531, "W12": -2.0116920011806378, "S12": -4.571932016449999, "W13": -19.016534672719835, "S13": -19.937218469704334, "W21": -31.792271855556912, "S21": -31.792271855556912, "W22": -39.782736874008528, "S22": -39.782736874008528, "W31": -60.520125807207144, "S31": -61.298653530666428, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.0, 510906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.548418154160168, "W12": -4.7126906791646279, "S12": -12.392948460719861, "W13": -19.061532472413891, "S13": -26.503736996499946, "W21": -36.084004163383767, "S21": -38.301065931212392, "W22": -41.051294750027246, "S22": -43.914699209346338, "W31": -78.98858560794045, "S31": -79.352208318966589, "W32": -95.00015534666926, "S32": -100.00015534666926 }, "geometry": { "type": "Point", "coordinates": [ 102509.5, 504428.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2524870672502986, "S11": 2.2524870672502986, "W12": -10.639599909739323, "S12": -16.53554211975613, "W13": -21.106060606060606, "S13": -21.106060606060606, "W21": -34.569600253992128, "S21": -34.569600253992128, "W22": -67.63172375842619, "S22": -91.144209354120264, "W31": -99.371851136436504, "S31": -99.371851136436504, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102509.5, 506681.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8784326618446836, "S11": 0.8784326618446836, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.716742888431156, "W21": -39.65209188643329, "S21": -49.413073371508261, "W22": -89.365617166625341, "S22": -90.0, "W31": -90.0, "S31": -98.244886328810409, "W32": -98.244886328810409, "S32": -100.59122103405802 }, "geometry": { "type": "Point", "coordinates": [ 102509.8, 498561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58664783655167108, "S11": 0.58664783655167108, "W12": -8.9627028644909537, "S12": -8.9627028644909537, "W13": -16.616586245897718, "S13": -17.026719439943161, "W21": -25.243885650450856, "S21": -25.243885650450856, "W22": -39.554903449157109, "S22": -39.554903449157109, "W31": -60.0, "S31": -61.275856994379815, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 497193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7, "S11": 0.7, "W12": -6.9, "S12": -6.9, "W13": -16.9, "S13": -18.7, "W21": -35.3, "S21": -39.2, "W22": -53.860978538794541, "S22": -53.860978538794541, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1975153839095283, "S11": 3.1793065076204172, "W12": -9.811335897249835, "S12": -9.811335897249835, "W13": -17.723372460277368, "S13": -19.302124776521964, "W21": -37.515838071848407, "S21": -53.208255131128226, "W22": -60.0, "S22": -83.112290669856463, "W31": -94.104266296073746, "S31": -94.104266296073746, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9723185729086161, "W12": -8.927832343593737, "S12": -12.095074665058824, "W13": -19.91145891205489, "S13": -22.497930119334285, "W21": -50.0, "S21": -70.0, "W22": -60.0, "S22": -68.681030296484877, "W31": -95.1321403505288, "S31": -95.1321403505288, "W32": -96.462738714325482, "S32": -101.46273871432548 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 502906.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84456485023604422, "S11": -0.84456485023604422, "W12": -10.000000000000002, "S12": -13.000000000000002, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -39.105595665233906, "S21": -39.105595665233906, "W22": -70.0, "S22": -72.154035698582859, "W31": -94.354945386436668, "S31": -94.354945386436668, "W32": -97.178408702830978, "S32": -102.17840870283098 }, "geometry": { "type": "Point", "coordinates": [ 102510.333333333328483, 509892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4468297709418514, "S11": 2.9468297709418514, "W12": -7.5107640085115008, "S12": -7.5477131854218591, "W13": -19.319848416965353, "S13": -20.941785188011494, "W21": -49.91243707212454, "S21": -64.912437072124533, "W22": -41.045707768863302, "S22": -41.969003149117576, "W31": -69.956805210594752, "S31": -70.216995832669468, "W32": -79.538851275058505, "S32": -84.538851275058505 }, "geometry": { "type": "Point", "coordinates": [ 102511.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50850539291217256, "S11": 0.50850539291217256, "W12": -14.999999999999998, "S12": -21.41915314643289, "W13": -23.005056738165948, "S13": -23.005056738165948, "W21": -33.469863379592759, "S21": -33.469863379592759, "W22": -45.828445687035881, "S22": -45.835166935545722, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102511.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94700983371868819, "S11": 0.94700983371868819, "W12": -9.671147536640964, "S12": -13.969090554400005, "W13": -20.425887181219313, "S13": -20.425887181219313, "W21": -33.787759235137955, "S21": -37.065893257833082, "W22": -55.44046369859592, "S22": -62.612694518847967, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102511.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5078463125322381, "S11": 3.5078463125322381, "W12": -5.0, "S12": -5.0, "W13": -20.86522749916972, "S13": -21.36522749916972, "W21": -40.0, "S21": -59.240146376710669, "W22": -88.298045512430093, "S22": -97.785071578444899, "W31": -97.785071578444899, "S31": -97.785071578444899, "W32": -97.785071578444899, "S32": -100.46400800128431 }, "geometry": { "type": "Point", "coordinates": [ 102511.333333333328483, 500463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.556550451238659, "S11": 2.1139382095726522, "W12": -8.0260415904467823, "S12": -8.0260415904467823, "W13": -17.676420250896058, "S13": -18.387438961914768, "W21": -60.005686312454515, "S21": -67.363911636482428, "W22": -70.0, "S22": -76.096285611251346, "W31": -93.764083127899937, "S31": -93.764083127899937, "W32": -97.709452156154342, "S32": -102.70945215615434 }, "geometry": { "type": "Point", "coordinates": [ 102512.0, 499461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4457879959539048, "S11": 2.9457879959539048, "W12": -7.5131477353328604, "S12": -7.5594779775871919, "W13": -19.328675328554361, "S13": -20.95036612571473, "W21": -49.857082494247429, "S21": -64.857082494247436, "W22": -41.312887766992837, "S22": -43.273767940066413, "W31": -70.0, "S31": -71.724451744650622, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102512.0, 499751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48214106949401753, "S11": 0.48214106949401753, "W12": -14.999999999999998, "S12": -22.032247829510275, "W13": -24.10731905508155, "S13": -24.10731905508155, "W21": -33.728678145721346, "S21": -33.728678145721346, "W22": -40.42684828739425, "S22": -41.224609586247766, "W31": -69.770538670529518, "S31": -69.770538670529518, "W32": -80.700293978860671, "S32": -85.700293978860671 }, "geometry": { "type": "Point", "coordinates": [ 102512.0, 505338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -21.612519684631422, "W13": -23.264553949735912, "S13": -23.264553949735912, "W21": -33.554187575356821, "S21": -33.554187575356821, "W22": -36.052761189925413, "S22": -36.052761189925413, "W31": -70.0, "S31": -70.001781583013994, "W32": -77.508686619132476, "S32": -82.508686619132476 }, "geometry": { "type": "Point", "coordinates": [ 102512.0, 505382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7202570858852018, "S11": 1.8006450350562866, "W12": -6.5732704280877323, "S12": -6.5732704280877323, "W13": -17.746841969579787, "S13": -21.847277168813196, "W21": -44.1199033502755, "S21": -63.161825085655614, "W22": -60.0, "S22": -102.01041266589851, "W31": -102.01041266589851, "S31": -102.01041266589851, "W32": -102.01041266589851, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102513.0, 502612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0471962942195052, "S12": -11.164656228869365, "W13": -19.811159143957536, "S13": -23.604532176637328, "W21": -50.0, "S21": -70.0, "W22": -90.0, "S22": -101.79566563467492, "W31": -101.79566563467492, "S31": -101.79566563467492, "W32": -101.79566563467492, "S32": -103.50756859035005 }, "geometry": { "type": "Point", "coordinates": [ 102513.0, 502953.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3202935781630214, "S11": 0.3202935781630214, "W12": -8.4071470360988751, "S12": -8.4071470360988751, "W13": -21.810893828114715, "S13": -21.810893828114715, "W21": -37.4322739657363, "S21": -37.433235224403184, "W22": -58.120667041409028, "S22": -77.18854694116169, "W31": -86.413254513315366, "S31": -86.413254513315366, "W32": -98.046268538699024, "S32": -103.04626853869902 }, "geometry": { "type": "Point", "coordinates": [ 102513.0, 507248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2247951107766111, "S11": 0.2247951107766111, "W12": -7.6938494459516056, "S12": -13.492522183045516, "W13": -20.0, "S13": -20.0, "W21": -39.092286995515693, "S21": -39.092286995515693, "W22": -38.703546544577165, "S22": -44.706807236619994, "W31": -69.099805661042666, "S31": -69.099805661042666, "W32": -90.170432884163105, "S32": -95.170432884163105 }, "geometry": { "type": "Point", "coordinates": [ 102513.25, 505692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1845880489113836, "S11": 1.1845880489113836, "W12": -8.9851505558630915, "S12": -8.9851505558630915, "W13": -20.029224901832592, "S13": -20.029224901832592, "W21": -44.224529034225498, "S21": -44.224529034225498, "W22": -48.091357789887979, "S22": -50.94918975927564, "W31": -88.79302196669353, "S31": -88.79302196669353, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102513.666666666671517, 514422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3283083475298123, "S11": 2.6783421028040739, "W12": -8.0625134926754036, "S12": -18.062513492675404, "W13": -19.396292469666051, "S13": -23.471481532677956, "W21": -49.548973194293389, "S21": -64.548973194293382, "W22": -77.235786142195096, "S22": -91.679219899433136, "W31": -93.449736902923703, "S31": -93.449736902923703, "W32": -93.746472597653351, "S32": -98.746472597653351 }, "geometry": { "type": "Point", "coordinates": [ 102514.0, 501639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3765734033362129, "S11": 2.3765734033362129, "W12": -10.593954496845782, "S12": -11.379657629738864, "W13": -21.268752286864252, "S13": -21.268752286864252, "W21": -35.425647830514713, "S21": -35.425647830514713, "W22": -39.919963071915873, "S22": -49.211827419130771, "W31": -76.591427923501399, "S31": -76.591427923501399, "W32": -96.733865513623087, "S32": -101.73386551362309 }, "geometry": { "type": "Point", "coordinates": [ 102514.0, 506564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9166456039887052, "S11": 2.9166456039887052, "W12": -5.8500207055775189, "S12": -5.8500207055775189, "W13": -15.209964822133763, "S13": -16.676923645965168, "W21": -40.0, "S21": -56.835469347126583, "W22": -39.408193405389362, "S22": -39.787920433121336, "W31": -60.0, "S31": -60.258052147239262, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102514.285714285710128, 502237.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4135242905562353, "S11": 2.4135242905562353, "W12": -10.58520640589186, "S12": -13.283480605217909, "W13": -21.161265978019983, "S13": -21.161265978019983, "W21": -35.066425098060378, "S21": -35.066425098060378, "W22": -40.935077431376691, "S22": -41.8520770809601, "W31": -69.908156533638333, "S31": -70.179878089250622, "W32": -79.784883271270687, "S32": -84.784883271270687 }, "geometry": { "type": "Point", "coordinates": [ 102514.333333333328483, 506610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.611382664909309, "S12": -16.431006092642932, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -35.656741378009208, "S21": -35.656741378009208, "W22": -61.477677767775219, "S22": -102.28059656482745, "W31": -102.28059656482745, "S31": -102.28059656482745, "W32": -102.28059656482745, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102515.0, 505615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4625063267073215, "S11": 1.4625063267073215, "W12": -9.6321956591936484, "S12": -9.6321956591936484, "W13": -20.062916356417936, "S13": -20.062916356417936, "W21": -44.508682102086347, "S21": -44.508682102086347, "W22": -64.227357994750776, "S22": -87.836734693877546, "W31": -93.948901113799977, "S31": -93.948901113799977, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102515.333333333328483, 514249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7846539779215838, "S11": 3.7846539779215838, "W12": -6.2111779365343072, "S12": -6.6196896624828607, "W13": -20.221898337749938, "S13": -21.36559820035686, "W21": -46.614603158516907, "S21": -68.833183136754116, "W22": -59.999999999999993, "S22": -79.209260210287312, "W31": -94.791991625102867, "S31": -94.791991625102867, "W32": -94.791991625102867, "S32": -99.637013136667449 }, "geometry": { "type": "Point", "coordinates": [ 102515.5, 500020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84473070715523935, "S11": 0.84473070715523935, "W12": -5.0, "S12": -5.0454163162320151, "W13": -15.0, "S13": -15.727265142231378, "W21": -39.614966174854111, "S21": -49.376768017647876, "W22": -39.849693793875346, "S22": -47.382001584485721, "W31": -75.842467306674735, "S31": -75.842467306674735, "W32": -96.559442986721422, "S32": -101.55944298672142 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 498559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5541495616297056, "S11": 3.5541495616297056, "W12": -5.0, "S12": -5.0, "W13": -20.090824406148112, "S13": -20.703545350047573, "W21": -43.218471245773557, "S21": -67.184606703940887, "W22": -36.900224688440112, "S22": -52.820157766833994, "W31": -69.82531258378971, "S31": -69.82531258378971, "W32": -90.063474871381516, "S32": -95.063474871381516 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.33, "S11": -2.33, "W12": -11.67, "S12": -11.67, "W13": -27.139999, "S13": -27.139999, "W21": -40.810001, "S21": -40.810001, "W22": -40.0, "S22": -40.832489707768097, "W31": -70.272173145833335, "S31": -70.45009607202536, "W32": -78.588391985951617, "S32": -83.588391985951617 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86317992713205438, "S11": 0.86317992713205438, "W12": -6.659959400079499, "S12": -6.659959400079499, "W13": -16.806846972284252, "S13": -18.069945020400457, "W21": -32.86606011091412, "S21": -32.86606011091412, "W22": -66.12305673887758, "S22": -79.976589956744277, "W31": -90.0, "S31": -90.0, "W32": -97.665358316805467, "S32": -102.66535831680547 }, "geometry": { "type": "Point", "coordinates": [ 102517.0, 497739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.454342706251784, "S11": 1.1807859143696846, "W12": -5.5773079459281245, "S12": -5.5773079459281245, "W13": -14.999999999999998, "S13": -15.258854344607673, "W21": -50.722801788375563, "S21": -58.450487889154161, "W22": -86.965228946348475, "S22": -97.881395538361261, "W31": -97.881395538361261, "S31": -97.881395538361261, "W32": -97.881395538361261, "S32": -100.17060636153246 }, "geometry": { "type": "Point", "coordinates": [ 102517.0, 499138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5352981738701263, "S11": 3.5352981738701263, "W12": -5.7182992363533511, "S12": -5.7182992363533511, "W13": -20.073613483831604, "S13": -21.011219249425185, "W21": -43.964439759412677, "S21": -73.96443975941267, "W22": -36.423537541899542, "S22": -44.820750722603925, "W31": -75.004895361644842, "S31": -75.004895361644842, "W32": -91.33753770394766, "S32": -96.33753770394766 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 500217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4235180901493858, "S11": 3.1735180901493858, "W12": -10.368672976543719, "S12": -15.418752813965696, "W13": -18.48859648373795, "S13": -22.390151013535164, "W21": -42.937108190091003, "S21": -57.820871357544689, "W22": -35.177174147330433, "S22": -35.766293955016636, "W31": -71.172794178808374, "S31": -71.247930923252042, "W32": -76.435709160209825, "S32": -81.435709160209825 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 501731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47705480403558254, "S11": 0.47705480403558254, "W12": -11.194220361482692, "S12": -17.963931873590148, "W13": -23.082959641255606, "S13": -23.082959641255606, "W21": -34.672978040308678, "S21": -34.672978040308678, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 504918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9011728797004723, "S11": -1.9011728797004723, "W12": -11.164681934219585, "S12": -14.019546506388529, "W13": -27.959001269662174, "S13": -27.959001269662174, "W21": -40.204092708738109, "S21": -40.204092708738109, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102518.0, 509450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48946557659257001, "S11": 0.48946557659257001, "W12": -10.740598336836898, "S12": -17.493004145060603, "W13": -22.642937219730943, "S13": -22.642937219730943, "W21": -34.783461268823466, "S21": -34.783461268823466, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102518.75, 504878.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.982972287275566, "S11": 1.982972287275566, "W12": -7.0593146430698548, "S12": -10.153356326721457, "W13": -29.362821412870844, "S13": -29.362821412870844, "W21": -35.185019576474993, "S21": -35.185019576474993, "W22": -40.709485679671381, "S22": -51.629039680406194, "W31": -77.26449467079901, "S31": -77.26449467079901, "W32": -96.88847903342716, "S32": -101.88847903342716 }, "geometry": { "type": "Point", "coordinates": [ 102518.75, 510517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6055751230815454, "S11": 3.3116757109326231, "W12": -6.1691072961373399, "S12": -7.796401230818522, "W13": -20.55659174499387, "S13": -25.27706531248797, "W21": -56.493633692458374, "S21": -81.493633692458374, "W22": -60.376669530087312, "S22": -79.185852213204498, "W31": -94.732983178423879, "S31": -94.732983178423879, "W32": -94.732983178423879, "S32": -99.509967734501032 }, "geometry": { "type": "Point", "coordinates": [ 102519.0, 501019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1112982785812555, "S11": 3.1112982785812555, "W12": -8.6350414962474691, "S12": -8.6350414962474691, "W13": -17.061528497275148, "S13": -19.859979582940564, "W21": -38.197061567457013, "S21": -54.176449992899343, "W22": -40.174777282360623, "S22": -40.174777282360623, "W31": -76.031265508684868, "S31": -76.500302412600533, "W32": -95.003961340066041, "S32": -100.00396134006604 }, "geometry": { "type": "Point", "coordinates": [ 102519.0, 502098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93840206331982023, "S11": 0.93840206331982023, "W12": -8.618155657575393, "S12": -8.618155657575393, "W13": -21.33013198105488, "S13": -21.33013198105488, "W21": -37.475231574731779, "S21": -39.249483729943741, "W22": -71.978026159334121, "S22": -76.132247646133507, "W31": -90.696559601273705, "S31": -90.696559601273705, "W32": -99.353748990232802, "S32": -104.3537489902328 }, "geometry": { "type": "Point", "coordinates": [ 102519.0, 507156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49771294992678228, "S11": 0.49771294992678228, "W12": -10.404043526647957, "S12": -17.143695951736298, "W13": -22.350523168909035, "S13": -22.350523168909035, "W21": -34.856724482885312, "S21": -34.856724482885312, "W22": -90.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102519.333333333328483, 504852.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53883295194507985, "S11": 0.53883295194507985, "W12": -10.234133485841474, "S12": -16.969233590181432, "W13": -22.202914798206276, "S13": -22.62816732345927, "W21": -34.893944497338254, "S21": -34.893944497338254, "W22": -86.680527102596756, "S22": -97.936114626233206, "W31": -97.936114626233206, "S31": -97.936114626233206, "W32": -97.936114626233206, "S32": -100.08418567184791 }, "geometry": { "type": "Point", "coordinates": [ 102519.5, 504839.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43904205632647297, "S11": 0.43904205632647297, "W12": -12.511490118876489, "S12": -19.276705539633419, "W13": -24.43049327354273, "S13": -24.43049327354273, "W21": -34.327395884725171, "S21": -36.00533037987713, "W22": -70.0, "S22": -70.0, "W31": -92.70095663770698, "S31": -92.70095663770698, "W32": -98.597107297942529, "S32": -103.59710729794253 }, "geometry": { "type": "Point", "coordinates": [ 102519.6, 505038.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7002308205894385, "S12": -9.2555834139653115, "W13": -19.851295677399015, "S13": -25.157115481998119, "W21": -36.046829679742814, "S21": -36.574897062815971, "W22": -50.078826249939468, "S22": -52.106807445766172, "W31": -68.502896872223673, "S31": -73.224338382542825, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 503974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6866283025466435, "S12": -9.1275743199478754, "W13": -19.808793801761404, "S13": -25.575835314368447, "W21": -35.928599283993265, "S21": -36.593769867169229, "W22": -35.610259844091381, "S22": -36.074510436657825, "W31": -70.042820938227493, "S31": -70.08772942497616, "W32": -77.100621135073681, "S32": -82.100621135073681 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 503988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6668931100439524, "S11": -1.6668931100439524, "W12": -10.888909485726392, "S12": -13.888909485726392, "W13": -28.404603611737937, "S13": -28.404603611737937, "W21": -39.874310966350379, "S21": -39.874310966350379, "W22": -52.770104093271826, "S22": -52.770104093271826, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7993231566820276, "S11": 3.7993231566820276, "W12": -4.18768801150188, "S12": -7.1496064103692465, "W13": -25.0, "S13": -25.021889265410145, "W21": -34.083862597452303, "S21": -34.083862597452303, "W22": -86.109019434139867, "S22": -97.966036910234081, "W31": -97.966036910234081, "S31": -97.966036910234081, "W32": -97.966036910234081, "S32": -99.939368719995855 }, "geometry": { "type": "Point", "coordinates": [ 102520.0, 510630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9770074542133558, "S11": 2.9770074542133558, "W12": -6.7244484658020847, "S12": -6.7244484658020847, "W13": -15.810901940787589, "S13": -17.956265123844435, "W21": -39.538730630289919, "S21": -56.071756635643808, "W22": -37.049127636881494, "S22": -37.491524883287646, "W31": -70.806831918750007, "S31": -70.86783779726079, "W32": -77.278094770563655, "S32": -82.278094770563655 }, "geometry": { "type": "Point", "coordinates": [ 102520.142857142855064, 502194.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7956864988558352, "S11": 0.66140129653616353, "W12": -9.7093095198812094, "S12": -16.427103920337416, "W13": -21.762892376681613, "S13": -23.455316619105872, "W21": -35.004427725853034, "S21": -35.004427725853034, "W22": -39.678151252332569, "S22": -39.678151252332569, "W31": -70.397838082999471, "S31": -70.458734300448626, "W32": -95.292570096350133, "S32": -100.29257009635013 }, "geometry": { "type": "Point", "coordinates": [ 102520.25, 504800.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6539404570640186, "S11": 1.4618993058395118, "W12": -6.9402377746675441, "S12": -6.9402377746675414, "W13": -19.690384119619381, "S13": -23.626362242960788, "W21": -45.217016234599029, "S21": -64.479788310171159, "W22": -36.290892222814577, "S22": -42.497873900026292, "W31": -77.283074287112967, "S31": -77.283074287112967, "W32": -91.780791294874774, "S32": -96.780791294874774 }, "geometry": { "type": "Point", "coordinates": [ 102520.4, 502660.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4148268757892155, "S11": 2.4148268757892155, "W12": -10.508174150781054, "S12": -11.474448019458348, "W13": -21.120868398585124, "S13": -21.120868398585124, "W21": -35.26400835864159, "S21": -35.26400835864159, "W22": -80.146334860877161, "S22": -94.530522220635689, "W31": -94.530522220635689, "S31": -94.530522220635689, "W32": -94.530522220635689, "S32": -98.856709990879168 }, "geometry": { "type": "Point", "coordinates": [ 102520.666666666671517, 506575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64458860221151115, "S11": 0.64458860221151115, "W12": -7.6579266805604833, "S12": -7.6579266805604833, "W13": -16.73088344633636, "S13": -17.670985655865895, "W21": -29.924826554605254, "S21": -29.924826554605254, "W22": -64.598623218759627, "S22": -77.217299833311884, "W31": -90.0, "S31": -90.0, "W32": -96.941268773817541, "S32": -101.94126877381754 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 497474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6793006101447956, "S11": 2.0890003791979135, "W12": -6.1102778519820253, "S12": -6.1102778519820253, "W13": -15.0, "S13": -17.915894753653276, "W21": -42.332101117782905, "S21": -60.901908088230741, "W22": -65.978565839702199, "S22": -79.608636567778518, "W31": -90.0, "S31": -90.0, "W32": -97.743165836812253, "S32": -102.74316583681225 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 502543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7298913043478246, "S11": 2.0079770113018918, "W12": -6.273181011842512, "S12": -6.273181011842512, "W13": -15.919051301881929, "S13": -19.20227017914776, "W21": -42.895871123001946, "S21": -61.600441287464896, "W22": -36.305098181033351, "S22": -39.047200608438068, "W31": -79.69618161791702, "S31": -79.69618161791702, "W32": -92.25353897596392, "S32": -97.25353897596392 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 502566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0525400457665903, "S11": 0.89680928405420346, "W12": -9.1687015344002631, "S12": -15.926935137137939, "W13": -21.317735237516459, "S13": -24.277331197112261, "W21": -35.114910954367815, "S21": -35.114910954367815, "W22": -44.68051981180475, "S22": -44.683054589790686, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 504761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39837330019006462, "S11": 0.39837330019006462, "W12": -8.8365742054688194, "S12": -8.8365742054688194, "W13": -21.054842182530532, "S13": -21.054842182530532, "W21": -37.721976481281516, "S21": -37.721976481281516, "W22": -46.546634783905503, "S22": -46.549364924396933, "W31": -82.044577970849744, "S31": -82.044577970849744, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102521.0, 507269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5407065497679215, "S11": 3.5407065497679215, "W12": -5.0, "S12": -5.0, "W13": -20.244764788076388, "S13": -20.626076663669714, "W21": -42.63172375842619, "S21": -67.63172375842619, "W22": -40.087544483985766, "S22": -50.087544483985766, "W31": -71.409853656351913, "S31": -72.192472564161662, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102522.0, 500313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4344978902953587, "S11": 2.9344978902953587, "W12": -6.6927426160337555, "S12": -9.0828053836761562, "W13": -20.340228314957557, "S13": -25.131331260563243, "W21": -55.033789155668629, "S21": -70.243558362118208, "W22": -40.0, "S22": -51.081524486185799, "W31": -75.20376321354864, "S31": -75.342157935005247, "W32": -90.486443597884247, "S32": -95.486443597884247 }, "geometry": { "type": "Point", "coordinates": [ 102522.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48063231252998573, "S11": 0.48063231252998573, "W12": -11.083980053780106, "S12": -17.787955914885895, "W13": -22.955904334828318, "S13": -22.955904334828318, "W21": -34.697235271624585, "S21": -34.697235271624585, "W22": -39.106156485410949, "S22": -43.615407812468582, "W31": -70.0, "S31": -71.910062293555612, "W32": -97.780591406632908, "S32": -102.78059140663291 }, "geometry": { "type": "Point", "coordinates": [ 102522.333333333328483, 504906.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1775391271175113, "S11": 1.1775391271175113, "W12": -8.8398702025094504, "S12": -8.8398702025094504, "W13": -20.037031351846, "S13": -20.037031351846, "W21": -44.190119548532095, "S21": -44.190119548532095, "W22": -40.363831405299521, "S22": -42.832429238977575, "W31": -69.898006981068875, "S31": -70.915715878547189, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102522.333333333328483, 514463.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5520300648326177, "S11": 3.5481197665526265, "W12": -10.418042918454935, "S12": -10.65526405348429, "W13": -21.135659991826724, "S13": -22.70141473917143, "W21": -42.430904160175409, "S21": -60.0, "W22": -40.759373470015163, "S22": -41.665090238303272, "W31": -69.815603598309693, "S31": -69.916053902129136, "W32": -80.233291428516026, "S32": -85.233291428516026 }, "geometry": { "type": "Point", "coordinates": [ 102523.0, 500748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.0131527669524547, "W12": -8.4408861819574952, "S12": -11.449214166553279, "W13": -20.0, "S13": -20.2706845044811, "W21": -48.681030296484877, "S21": -60.0, "W22": -51.781288597080724, "S22": -53.395917407039931, "W31": -68.326194278462495, "S31": -74.104899739873929, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102523.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.548876075498856, "W12": -9.1242854212249433, "S12": -12.593704688615919, "W13": -20.0, "S13": -21.691269780156343, "W21": -50.0, "S21": -70.0, "W22": -71.469405008308314, "S22": -84.610587226188144, "W31": -96.889139648813767, "S31": -96.889139648813767, "W32": -98.979890333161975, "S32": -103.97989033316198 }, "geometry": { "type": "Point", "coordinates": [ 102523.0, 502868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8976442873969378, "S11": 0.8976442873969378, "W12": -9.1351144388666725, "S12": -12.217106220768326, "W13": -30.624944217017756, "S13": -30.624944217017756, "W21": -35.901441815799352, "S21": -35.901441815799352, "W22": -60.0, "S22": -81.932367149758448, "W31": -97.821670139044812, "S31": -97.821670139044812, "W32": -97.821670139044812, "S32": -102.22425777170889 }, "geometry": { "type": "Point", "coordinates": [ 102523.0, 510451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55517181480355604, "S11": 0.55517181480355604, "W12": -10.000000000000009, "S12": -10.001669364629713, "W13": -18.195142367612902, "S13": -18.937224754209524, "W21": -20.0, "S21": -20.0, "W22": -37.660890300539378, "S22": -46.470928793244944, "W31": -67.756570132017757, "S31": -67.756570132017757, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 496983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.394400854264358, "W13": -15.0, "S13": -15.29619065001434, "W21": -42.92474406447397, "S21": -52.51989819938467, "W22": -41.163384258295046, "S22": -42.140360058630804, "W31": -69.946115590994452, "S31": -70.173330296125926, "W32": -79.505652555814621, "S32": -84.505652555814621 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 498758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4280731364275669, "S11": 2.9280731364275669, "W12": -6.7882559774964832, "S12": -11.18028363224424, "W13": -20.525955694961773, "S13": -24.413242865878967, "W21": -53.496780092224519, "S21": -68.496780092224526, "W22": -51.692018629548748, "S22": -51.692018629548748, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0916659514203118, "W12": -8.6593562030666025, "S12": -12.042061220940692, "W13": -19.895732723941524, "S13": -22.81860006053471, "W21": -50.0, "S21": -70.0, "W22": -39.997710635493263, "S22": -50.274418289736381, "W31": -72.045578791281756, "S31": -72.725508327394493, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 502917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1616737666620862, "S11": 2.1616737666620862, "W12": -15.0, "S12": -20.0, "W13": -20.933355148917666, "S13": -20.933355148917666, "W21": -38.58327095766407, "S21": -41.312887766992837, "W22": -39.543789381390937, "S22": -41.315467484946772, "W31": -72.759815242494227, "S31": -73.468956094012611, "W32": -95.006751478183546, "S32": -100.00675147818355 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 507523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -37.025793993406403, "S21": -37.025793993406403, "W22": -40.977055820692001, "S22": -41.953684695128032, "W31": -69.97120347372983, "S31": -70.185142712943517, "W32": -79.367955047099969, "S32": -84.367955047099969 }, "geometry": { "type": "Point", "coordinates": [ 102524.0, 510339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0969407174801713, "S11": 2.0969407174801713, "W12": -6.8065582921270913, "S12": -8.7221609413284291, "W13": -20.0, "S13": -20.0, "W21": -32.50754524851699, "S21": -32.50754524851699, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102524.166666666671517, 511193.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0435793326139819, "S12": -8.0435793326139819, "W13": -20.0, "S13": -20.0, "W21": -43.007593929423777, "S21": -43.067004146076421, "W22": -68.258602753713859, "S22": -81.668940493133121, "W31": -90.0, "S31": -90.0, "W32": -98.372458108731621, "S32": -103.37245810873162 }, "geometry": { "type": "Point", "coordinates": [ 102524.449438202253077, 516324.674157303350512 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5034811758638473, "S11": 3.5034811758638473, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.754608103620061, "S13": -21.175145643789502, "W21": -40.0, "S21": -60.0, "W22": -66.1471087265557, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5919013069785408, "S11": 3.3892712177122659, "W12": -7.3692875536480686, "S12": -8.5629111928393602, "W13": -20.719231712300775, "S13": -24.225329273276412, "W21": -53.53128402713795, "S21": -78.531284027137957, "W22": -90.000000000000014, "S22": -104.68032038481812, "W31": -104.68032038481812, "S31": -104.68032038481812, "W32": -104.68032038481812, "S32": -104.68032038481812 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 500936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.999535531816071, "S12": -20.999535531816072, "W13": -20.999535531816072, "S13": -24.222348783188746, "W21": -40.537981255105009, "S21": -49.287809810858676, "W22": -42.555689343768812, "S22": -42.555689343768812, "W31": -68.964983885774188, "S31": -72.743043431941004, "W32": -85.098133484162901, "S32": -90.098133484162901 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 503489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53326363373150298, "S11": 0.53326363373150298, "W12": -8.8694969350717834, "S12": -10.757842727672895, "W13": -21.82226608798284, "S13": -21.82226608798284, "W21": -37.947793078790156, "S21": -37.947793078790156, "W22": -90.0, "S22": -99.555981976498188, "W31": -99.555981976498188, "S31": -99.555981976498188, "W32": -99.555981976498188, "S32": -100.84760764156749 }, "geometry": { "type": "Point", "coordinates": [ 102525.0, 506124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97407007947819158, "S11": 0.97407007947819158, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.081229630015905, "W21": -38.201131377402838, "S21": -48.091357789887979, "W22": -40.0, "S22": -49.438826855801025, "W31": -76.588101897346732, "S31": -76.588101897346732, "W32": -96.725976332264992, "S32": -101.72597633226499 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 498403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0597459816784673, "S11": 3.0597459816784673, "W12": -7.5988762260254932, "S12": -7.5988762260254932, "W13": -16.411839059440627, "S13": -19.235606601722022, "W21": -38.905640429376291, "S21": -55.13622309295782, "W22": -40.122054268010722, "S22": -40.122054268010722, "W31": -74.304068379389037, "S31": -74.52269240518855, "W32": -90.877916326139228, "S32": -95.877916326139228 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 502151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1829185711867276, "S11": 1.1829185711867276, "W12": -4.763420977331247, "S12": -9.763420977331247, "W13": -19.991848626715203, "S13": -23.478686167628169, "W21": -36.579330473158002, "S21": -36.579330473158002, "W22": -45.67181568117055, "S22": -45.678262314404478, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 503916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4511124618750933, "S11": 0.4511124618750933, "W12": -12.107372613090984, "S12": -18.772089428845668, "W13": -24.002242152466369, "S13": -24.002242152466369, "W21": -34.424394670168674, "S21": -35.687363409573152, "W22": -65.800105438808913, "S22": -75.624984827417109, "W31": -98.896360073142603, "S31": -98.896360073142603, "W32": -99.124441998569665, "S32": -104.12444199856967 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7133120152251138, "S12": -12.765668241682867, "W13": -30.0, "S13": -30.0, "W21": -36.173451218490619, "S21": -36.173451218490619, "W22": -59.730177582757939, "S22": -69.999328721474299, "W31": -97.198102968266184, "S31": -97.198102968266184, "W32": -97.198102968266184, "S32": -101.80242099656526 }, "geometry": { "type": "Point", "coordinates": [ 102526.0, 510428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5027754512635312, "S11": 3.5027754512635312, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.739025240783853, "S13": -21.141023487935563, "W21": -40.0, "S21": -61.477677767775219, "W22": -90.0, "S22": -98.474346542344335, "W31": -98.474346542344335, "S31": -98.474346542344335, "W32": -98.474346542344335, "S32": -100.51813202971502 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 500425.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5578154737424894, "S11": 3.5378982083386141, "W12": -10.061450643776825, "S12": -10.387360624207354, "W13": -21.086236207601146, "S13": -22.64902989926513, "W21": -43.470188534788022, "S21": -64.227357994750776, "W22": -87.479652289463473, "S22": -98.059747912572902, "W31": -98.059747912572902, "S31": -98.059747912572902, "W32": -98.059747912572902, "S32": -100.13394422684324 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 500765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6698752390492673, "S11": 2.1013609973248637, "W12": -6.0870690531034946, "S12": -6.0870690531034946, "W13": -15.0, "S13": -17.758145013175756, "W21": -42.1126615190122, "S21": -59.999999999999993, "W22": -39.071157536554402, "S22": -43.140661938534279, "W31": -69.995849802876762, "S31": -71.539127914916889, "W32": -99.285043293579477, "S32": -104.28504329357948 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 502537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60144927536231885, "S11": 0.60144927536231885, "W12": -4.7091787746796694, "S12": -9.2760681656328163, "W13": -19.865546169708541, "S13": -25.245513847664, "W21": -36.105078720872179, "S21": -36.669939871801951, "W22": -43.771655518394645, "S22": -43.771655518394645, "W31": -70.0, "S31": -70.0, "W32": -82.159534707932636, "S32": -87.159534707932636 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 503973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4161294610221304, "S11": 2.4161294610221304, "W12": -10.43114189567043, "S12": -10.43208260938068, "W13": -21.227461858529821, "S13": -21.227461858529821, "W21": -35.461591619222958, "S21": -35.461591619222958, "W22": -44.658552210297138, "S22": -44.658552210297138, "W31": -70.0, "S31": -70.0, "W32": -82.119507624344166, "S32": -87.119507624344166 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 506540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6773713517665128, "S11": 2.6773713517665128, "W12": -6.0410108057517231, "S12": -9.0927913498968831, "W13": -27.994026161617047, "S13": -28.050047812496611, "W21": -34.920003679704159, "S21": -34.920003679704159, "W22": -45.457726516414375, "S22": -45.457726516414375, "W31": -70.0, "S31": -70.0, "W32": -82.049530244554632, "S32": -87.049530244554632 }, "geometry": { "type": "Point", "coordinates": [ 102527.0, 510556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20050290925060738, "S11": -0.20050290925060738, "W12": -7.968931144556251, "S12": -7.968931144556251, "W13": -20.0, "S13": -20.0, "W21": -42.028249013509644, "S21": -42.028249013509644, "W22": -46.256900822530667, "S22": -46.256900822530667, "W31": -70.0, "S31": -70.0, "W32": -81.986070649009832, "S32": -86.986070649009832 }, "geometry": { "type": "Point", "coordinates": [ 102527.13761467889708, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4547851841278556, "S11": 1.1665391773744442, "W12": -5.6140636333662712, "S12": -5.6140636333662712, "W13": -15.037058287457155, "S13": -15.249312017100751, "W21": -51.404961448205839, "S21": -58.877335994794741, "W22": -47.056075128647905, "S22": -47.056075128647905, "W31": -70.0, "S31": -70.0, "W32": -81.922611053464948, "S32": -86.922611053464948 }, "geometry": { "type": "Point", "coordinates": [ 102527.4, 499150.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3389263992481748, "S11": 2.8569770321595671, "W12": -7.8707170393215113, "S12": -16.385164832266025, "W13": -18.951261392154272, "S13": -22.827890610238796, "W21": -49.220139466444884, "S21": -64.220139466444891, "W22": -47.855249434764197, "S22": -47.855249434764197, "W31": -70.0, "S31": -70.0, "W32": -81.866794924191836, "S32": -86.866794924191836 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 501645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.408331452902569, "S12": -13.914443854970958, "W13": -20.910873440285204, "S13": -20.910873440285204, "W21": -34.654328846725043, "S21": -34.654328846725043, "W22": -48.654423740881441, "S22": -48.654423740881441, "W31": -70.0, "S31": -70.0, "W32": -81.972258495399743, "S32": -86.972258495399743 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 506643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.8180145388459792, "S11": 5.8180145388459792, "W12": -1.3039177309128867, "S12": -4.1128490659295842, "W13": -19.47513661202186, "S13": -19.97513661202186, "W21": -32.156406464338538, "S21": -32.156406464338538, "W22": -49.453598046997726, "S22": -49.453598046997726, "W31": -70.0, "S31": -70.0, "W32": -82.077722066607564, "S32": -87.077722066607564 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 510807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5906126568340373, "S11": 0.5906126568340373, "W12": -7.9301011725253518, "S12": -7.9301011725253518, "W13": -20.0, "S13": -20.0, "W21": -42.979609204059194, "S21": -42.979609204059194, "W22": -50.688028539103094, "S22": -50.688028539103094, "W31": -70.0, "S31": -70.0, "W32": -82.183185637815342, "S32": -87.183185637815342 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 514868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0244862488573663, "S12": -8.0244862488573663, "W13": -20.0, "S13": -20.0, "W21": -42.899893714090368, "S21": -42.929658325198737, "W22": -53.073255813954169, "S22": -53.073255813954169, "W31": -70.0, "S31": -70.0, "W32": -82.288649209023276, "S32": -87.288649209023276 }, "geometry": { "type": "Point", "coordinates": [ 102528.0, 516168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51371852089978964, "S11": 0.51371852089978964, "W12": -7.9337067973463586, "S12": -7.9337067973463586, "W13": -20.0, "S13": -20.0, "W21": -42.822718869091347, "S21": -42.822718869091347, "W22": -55.531395348836668, "S22": -55.531395348836668, "W31": -70.0, "S31": -70.0, "W32": -82.354173065147208, "S32": -87.354173065147208 }, "geometry": { "type": "Point", "coordinates": [ 102528.006578947373782, 514917.85855263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0280895757251916, "S12": -8.0280895757251916, "W13": -20.0, "S13": -20.0, "W21": -42.932674915516408, "S21": -42.962978933472691, "W22": -57.989534883722079, "S22": -57.989534883722079, "W31": -70.0, "S31": -70.0, "W32": -82.389560636611449, "S32": -87.389560636611449 }, "geometry": { "type": "Point", "coordinates": [ 102528.007194244608399, 516217.845323741028551 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43682438496544723, "S11": 0.43682438496544723, "W12": -7.9373124221673965, "S12": -7.9373124221673965, "W13": -20.0, "S13": -20.0, "W21": -42.665828534123342, "S21": -42.665828534123342, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.358246525582175, "S32": -87.358246525582175 }, "geometry": { "type": "Point", "coordinates": [ 102528.013157894733013, 514967.71710526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0316929025930435, "S12": -8.0316929025930435, "W13": -20.0, "S13": -20.0, "W21": -42.965456116942427, "S21": -42.99629954174673, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -82.30537077958185, "S32": -87.30537077958185 }, "geometry": { "type": "Point", "coordinates": [ 102528.014388489202247, 516267.690647481998894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35993024903119947, "S11": 0.35993024903119947, "W12": -7.9409180469884015, "S12": -7.9409180469884015, "W13": -20.0, "S13": -20.0, "W21": -42.508938199155494, "S21": -42.508938199155494, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -82.252495033581482, "S32": -87.252495033581482 }, "geometry": { "type": "Point", "coordinates": [ 102528.019736842106795, 515017.575657894718461 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0352962294608705, "S12": -8.0352962294608705, "W13": -20.0, "S13": -20.0, "W21": -42.998237318368467, "S21": -43.02962015002084, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.199619287581172, "S32": -87.199619287581172 }, "geometry": { "type": "Point", "coordinates": [ 102528.021582733810646, 516317.535971223027445 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28303611309695237, "S11": 0.28303611309695237, "W12": -7.9445236718094083, "S12": -7.9445236718094083, "W13": -20.0, "S13": -20.0, "W21": -42.352047864187654, "S21": -42.352047864187654, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -82.176336406175778, "S32": -87.176336406175778 }, "geometry": { "type": "Point", "coordinates": [ 102528.026315789480577, 515067.434210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0388995563286958, "S12": -8.0388995563286958, "W13": -20.0, "S13": -20.0, "W21": -43.0310185197945, "S21": -43.062940758294808, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.230353584100456, "S32": -87.230353584100456 }, "geometry": { "type": "Point", "coordinates": [ 102528.028776978419046, 516367.381294964055996 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2061419771625197, "S11": 0.2061419771625197, "W12": -7.9481292966304515, "S12": -7.9481292966304515, "W13": -20.0, "S13": -20.0, "W21": -42.195157529219465, "S21": -42.195157529219465, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -82.284370762025176, "S32": -87.284370762025176 }, "geometry": { "type": "Point", "coordinates": [ 102528.032894736839808, 515117.292763157922309 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0425028831965175, "S12": -8.0425028831965175, "W13": -20.0, "S13": -20.0, "W21": -43.063799721220505, "S21": -43.096261366568854, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.289442488058285, "S32": -87.289442488058285 }, "geometry": { "type": "Point", "coordinates": [ 102528.035971223027445, 516417.22661870502634 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1292478412282726, "S11": 0.1292478412282726, "W12": -7.9517349214514574, "S12": -7.9517349214514574, "W13": -20.0, "S13": -20.0, "W21": -42.038267194251617, "S21": -42.038267194251617, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.252675987587622, "S32": -87.252675987587622 }, "geometry": { "type": "Point", "coordinates": [ 102528.03947368421359, 515167.151315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0461062100643748, "S12": -8.0461062100643748, "W13": -20.0, "S13": -20.0, "W21": -43.096580922646559, "S21": -43.129581974843177, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.215796889811941, "S32": -87.215796889811941 }, "geometry": { "type": "Point", "coordinates": [ 102528.043165467621293, 516467.071942446054891 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052353705293929714, "S11": 0.052353705293929714, "W12": -7.9553405462724953, "S12": -7.9553405462724953, "W13": -20.0, "S13": -20.0, "W21": -41.969326896749251, "S21": -41.969326896749251, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.060376338226277, "W32": -82.174871340572992, "S32": -87.174871340572992 }, "geometry": { "type": "Point", "coordinates": [ 102528.04605263157282, 515217.009868421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0497095369321947, "S12": -8.0497095369321947, "W13": -20.0, "S13": -20.0, "W21": -43.129362124072557, "S21": -43.162902583117052, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.155332060311508, "W32": -82.133945791334, "S32": -87.133945791334 }, "geometry": { "type": "Point", "coordinates": [ 102528.050359712229692, 516516.917266187025234 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024540430640317523, "S11": -0.024540430640317523, "W12": -7.9589461710935012, "S12": -7.9589461710935012, "W13": -20.0, "S13": -20.0, "W21": -41.987527185842616, "S21": -41.987527185842616, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.25028778239664, "W32": -82.093020242095051, "S32": -87.093020242095051 }, "geometry": { "type": "Point", "coordinates": [ 102528.052631578946603, 515266.86842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0533128638000218, "S12": -8.0533128638000218, "W13": -20.0, "S13": -20.0, "W21": -43.162143325498597, "S21": -43.196223191391041, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.345243504481772, "W32": -82.052089199369888, "S32": -87.052089199369888 }, "geometry": { "type": "Point", "coordinates": [ 102528.057553956838092, 516566.762589928053785 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10143456657456462, "S11": -0.10143456657456462, "W12": -7.9625517959145071, "S12": -7.9625517959145071, "W13": -20.0, "S13": -20.0, "W21": -42.005727474935973, "S21": -42.005727474935973, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.355106077477046, "W32": -82.030942949388944, "S32": -87.030942949388944 }, "geometry": { "type": "Point", "coordinates": [ 102528.059210526320385, 515316.72697368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.056916190667879, "S12": -8.056916190667879, "W13": -20.0, "S13": -20.0, "W21": -43.194924526924659, "S21": -43.229543799665088, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.318718150248401, "W32": -82.009796699408042, "S32": -87.009796699408042 }, "geometry": { "type": "Point", "coordinates": [ 102528.064748201431939, 516616.607913669082336 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17832870250890775, "S11": -0.17832870250890775, "W12": -7.966157420735545, "S12": -7.966157420735545, "W13": -20.0, "S13": -20.0, "W21": -42.023927764029352, "S21": -42.023927764029352, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.282330223019699, "W32": -81.987695844317386, "S32": -86.987695844317386 }, "geometry": { "type": "Point", "coordinates": [ 102528.065789473679615, 515366.58552631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.060519517535699, "S12": -8.060519517535699, "W13": -20.0, "S13": -20.0, "W21": -43.227705728350656, "S21": -43.26286440793924, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.237853763863811, "W32": -81.940758315459817, "S32": -86.940758315459817 }, "geometry": { "type": "Point", "coordinates": [ 102528.071942446040339, 516666.453237410052679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25522283844315485, "S11": -0.25522283844315485, "W12": -7.9697630455565509, "S12": -7.9697630455565509, "W13": -20.0, "S13": -20.0, "W21": -42.04212805312271, "S21": -42.04212805312271, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.161764732567676, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.072368421053397, 515416.44407894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33211697437740201, "S11": -0.33211697437740201, "W12": -7.9733686703775577, "S12": -7.9733686703775577, "W13": -20.0, "S13": -20.0, "W21": -42.060328342216067, "S21": -42.060328342216067, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.08567570127164, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.07894736842718, 515466.302631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.064122844403526, "S12": -8.064122844403526, "W13": -20.0, "S13": -20.0, "W21": -43.26048692977669, "S21": -43.296185016213272, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.009586669975604, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.079136690648738, 516716.29856115108123 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40901111031174514, "S11": -0.40901111031174514, "W12": -7.9769742951985956, "S12": -7.9769742951985956, "W13": -20.0, "S13": -20.0, "W21": -42.078528631309439, "S21": -42.078528631309439, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.08552631578641, 515516.161184210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0677261712713513, "S12": -8.0677261712713513, "W13": -20.0, "S13": -20.0, "W21": -43.29326813120273, "S21": -43.329505624487261, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.086330935257138, 516766.143884892109782 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48590524624599229, "S11": -0.48590524624599229, "W12": -7.9805799200196015, "S12": -7.9805799200196015, "W13": -20.0, "S13": -20.0, "W21": -42.096728920402803, "S21": -42.096728920402803, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.092105263160192, 515566.019736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.071329498139205, "S12": -8.071329498139205, "W13": -20.0, "S13": -20.0, "W21": -43.326049332628749, "S21": -43.362826232761506, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.093525179850985, 516815.989208633080125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56279938218042513, "S11": -0.56279938218042513, "W12": -7.9841855448406438, "S12": -7.9841855448406438, "W13": -20.0, "S13": -20.0, "W21": -42.114929209496196, "S21": -42.144215905409752, "W22": -59.896980899634855, "S22": -59.896980899634855, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.098684210519423, 515615.878289473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0749328250070285, "S12": -8.0749328250070285, "W13": -20.0, "S13": -20.0, "W21": -43.358830534054789, "S21": -43.396146841035382, "W22": -58.269549701155704, "S22": -58.269549701155704, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.100719424459385, 516865.834532374108676 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63969351811467234, "S11": -0.63969351811467234, "W12": -7.9877911696616497, "S12": -7.9877911696616497, "W13": -20.0, "S13": -20.0, "W21": -42.133129498589554, "S21": -42.156068370187754, "W22": -56.642118502678478, "S22": -56.642118502678478, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.105263157893205, 515665.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0785361518748502, "S12": -8.0785361518748502, "W13": -20.0, "S13": -20.0, "W21": -43.391611735480787, "S21": -43.429467449309421, "W22": -55.014687304199327, "S22": -55.014687304199327, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.107913669067784, 516915.679856115079019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71658765404891955, "S11": -0.71658765404891955, "W12": -7.9913967944826556, "S12": -7.9913967944826556, "W13": -20.0, "S13": -20.0, "W21": -42.151329787682918, "S21": -42.174813037209013, "W22": -53.611717163348068, "S22": -53.611717163348068, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.111842105266987, 515715.59539473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0821394787426772, "S12": -8.0821394787426772, "W13": -20.0, "S13": -20.0, "W21": -43.424392936906827, "S21": -43.462788057583381, "W22": -52.256774327719327, "S22": -52.256774327719327, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.115107913676184, 516965.52517985610757 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79348178998326258, "S11": -0.79348178998326258, "W12": -7.9950024193036944, "S12": -7.9950024193036944, "W13": -20.0, "S13": -20.0, "W21": -42.169530076776283, "S21": -42.193557704230471, "W22": -46.065515158732858, "S22": -46.202915548481954, "W31": -88.402070022167166, "S31": -88.402070022167166, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.118421052626218, 515765.45394736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0857428056105327, "S12": -8.0857428056105327, "W13": -20.0, "S13": -20.0, "W21": -43.457174138332881, "S21": -43.496108665857577, "W22": -71.151658417670077, "S22": -73.010660082852283, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -99.38189982106887, "S32": -104.38189982106887 }, "geometry": { "type": "Point", "coordinates": [ 102528.122302158270031, 517015.370503597136121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87037592591750967, "S11": -0.87037592591750967, "W12": -7.9986080441246994, "S12": -7.9986080441246994, "W13": -20.0, "S13": -20.0, "W21": -42.192442270663875, "S21": -42.217014276046008, "W22": -71.873597061481505, "S22": -89.344285874378429, "W31": -96.025898607365008, "S31": -96.025898607365008, "W32": -99.123950454089254, "S32": -104.12395045408925 }, "geometry": { "type": "Point", "coordinates": [ 102528.125, 515815.3125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0893461324783562, "S12": -8.0893461324783562, "W13": -20.0, "S13": -20.0, "W21": -43.489955339758879, "S21": -43.529429274131623, "W22": -39.668227900661755, "S22": -39.668227900661755, "W31": -60.000000000000007, "S31": -61.595251414009581, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.129496402878431, 517065.215827338106465 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94727006185175688, "S11": -0.94727006185175688, "W12": -8.0022136689457053, "S12": -8.0022136689457053, "W13": -20.0, "S13": -20.0, "W21": -42.294868506920317, "S21": -42.319984890230415, "W22": -40.0, "S22": -41.283644351441708, "W31": -69.424795361667179, "S31": -72.424795361667179, "W32": -82.670402288852614, "S32": -87.670402288852614 }, "geometry": { "type": "Point", "coordinates": [ 102528.131578947373782, 515865.17105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0929494593461797, "S12": -8.0929494593461797, "W13": -20.0, "S13": -20.0, "W21": -43.522736541184919, "S21": -43.562749882405626, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.13669064748683, 517115.061151079135016 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0241641977860998, "S11": -1.0241641977860998, "W12": -8.0058192937667432, "S12": -8.0058192937667432, "W13": -20.0, "S13": -20.0, "W21": -42.39729474317685, "S21": -42.422955504414951, "W22": -39.633542948641875, "S22": -40.624680400436745, "W31": -62.339491671058497, "S31": -62.384478991005174, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102528.138157894733013, 515915.02960526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.096552786214037, "S12": -8.096552786214037, "W13": -20.0, "S13": -20.0, "W21": -43.555517742610981, "S21": -43.596070490679672, "W22": -62.611172316262753, "S22": -90.544258373205736, "W31": -94.990304604145592, "S31": -94.990304604145592, "W32": -99.244676085771559, "S32": -104.24467608577156 }, "geometry": { "type": "Point", "coordinates": [ 102528.143884892080678, 517164.906474820163567 ] } }, +{ "type": "Feature", "properties": { "W11": -1.101058333720347, "S11": -1.101058333720347, "W12": -8.0094249185877509, "S12": -8.0094249185877509, "W13": -20.0, "S13": -20.0, "W21": -42.499720979433285, "S21": -42.525926118599301, "W22": -35.175008443137067, "S22": -36.002087308037375, "W31": -71.175526849030007, "S31": -71.435717312381698, "W32": -76.553384365193352, "S32": -81.553384365193352 }, "geometry": { "type": "Point", "coordinates": [ 102528.144736842106795, 515964.888157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1001561130818587, "S12": -8.1001561130818587, "W13": -20.0, "S13": -20.0, "W21": -43.588298944036978, "S21": -43.629391098953754, "W22": -36.220216905438292, "S22": -36.220216905438292, "W31": -70.0, "S31": -70.0, "W32": -77.791880564715782, "S32": -82.791880564715782 }, "geometry": { "type": "Point", "coordinates": [ 102528.151079136689077, 517214.75179856113391 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0130305434087568, "S12": -8.0130305434087568, "W13": -20.0, "S13": -20.0, "W21": -42.60214721568974, "S21": -42.628896732783716, "W22": -35.3808045725713, "S22": -36.186704633476609, "W31": -70.660151534989495, "S31": -70.815574192676891, "W32": -76.875900407177255, "S32": -81.875900407177255 }, "geometry": { "type": "Point", "coordinates": [ 102528.151315789480577, 516014.746710526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0166361682297982, "S12": -8.0166361682297982, "W13": -20.0, "S13": -20.0, "W21": -42.704573451946366, "S21": -42.731867346968421, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.157894736839808, 516064.605263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1037594399496857, "S12": -8.1037594399496857, "W13": -20.0, "S13": -20.0, "W21": -43.621080145463019, "S21": -43.662711707227871, "W22": -50.212205641006072, "S22": -54.933962821644485, "W31": -89.27096116413675, "S31": -89.27096116413675, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.158273381297477, 517264.597122302162461 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0202417930508041, "S12": -8.0202417930508041, "W13": -20.0, "S13": -20.0, "W21": -42.806999688202822, "S21": -42.834837961152921, "W22": -68.292729318252071, "S22": -74.910344847981648, "W31": -95.055818779343255, "S31": -95.055818779343255, "W32": -96.227444570540811, "S32": -101.22744457054081 }, "geometry": { "type": "Point", "coordinates": [ 102528.16447368421359, 516114.463815789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1073627668175092, "S12": -8.1073627668175092, "W13": -20.0, "S13": -20.0, "W21": -43.653861346889052, "S21": -43.653861346889052, "W22": -39.981503080433498, "S22": -51.643035921694754, "W31": -75.34696114721649, "S31": -75.453951876357053, "W32": -90.583250767036873, "S32": -95.583250767036873 }, "geometry": { "type": "Point", "coordinates": [ 102528.165467625905876, 517314.442446043191012 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.023847417871842, "S12": -8.023847417871842, "W13": -20.0, "S13": -20.0, "W21": -42.897251213824383, "S21": -42.925633864702547, "W22": -41.639434934257572, "S22": -43.510788369658371, "W31": -69.306967820604186, "S31": -69.46107528227931, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.17105263157282, 516164.322368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1109660936853629, "S12": -8.1109660936853629, "W13": -20.0, "S13": -20.0, "W21": -43.686642548315071, "S21": -43.686642548315071, "W22": -67.976072744782087, "S22": -82.730978155745007, "W31": -93.619772672379938, "S31": -93.619772672379938, "W32": -93.619772672379938, "S32": -98.160758965804746 }, "geometry": { "type": "Point", "coordinates": [ 102528.172661870499724, 517364.287769784161355 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0274530426928479, "S12": -8.0274530426928479, "W13": -20.0, "S13": -20.0, "W21": -42.930041920647035, "S21": -42.958968949453123, "W22": -66.287357252773958, "S22": -106.28735725277396, "W31": -106.28735725277396, "S31": -106.28735725277396, "W32": -106.28735725277396, "S32": -106.28735725277396 }, "geometry": { "type": "Point", "coordinates": [ 102528.177631578946603, 516214.18092105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.11456942055319, "S12": -8.11456942055319, "W13": -20.0, "S13": -20.0, "W21": -43.719423749741111, "S21": -43.719423749741111, "W22": -59.061276500493186, "S22": -92.449605250875095, "W31": -96.116740489412152, "S31": -96.116740489412152, "W32": -96.943047651302606, "S32": -101.94304765130261 }, "geometry": { "type": "Point", "coordinates": [ 102528.179856115108123, 517414.133093525189906 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0310586675138538, "S12": -8.0310586675138538, "W13": -20.0, "S13": -20.0, "W21": -42.962832627469702, "S21": -42.992304034203556, "W22": -39.38919993984419, "S22": -42.193317219943999, "W31": -74.475750577367208, "S31": -74.975750577367208, "W32": -95.006718743445333, "S32": -100.00671874344533 }, "geometry": { "type": "Point", "coordinates": [ 102528.184210526320385, 516264.03947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1181727474210099, "S12": -8.1181727474210099, "W13": -20.0, "S13": -20.0, "W21": -43.752204951167109, "S21": -43.752204951167109, "W22": -37.084660694286974, "S22": -37.624682095060415, "W31": -70.745938943750005, "S31": -70.786242008643555, "W32": -77.390888077833026, "S32": -82.390888077833026 }, "geometry": { "type": "Point", "coordinates": [ 102528.187050359716523, 517463.97841726616025 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0346642923348934, "S12": -8.0346642923348934, "W13": -20.0, "S13": -20.0, "W21": -42.995623334292382, "S21": -43.025639118954309, "W22": -64.334415584415595, "S22": -105.32873982800369, "W31": -105.32873982800369, "S31": -105.32873982800369, "W32": -105.32873982800369, "S32": -105.32873982800369 }, "geometry": { "type": "Point", "coordinates": [ 102528.190789473679615, 516313.89802631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1217760742888672, "S12": -8.1217760742888672, "W13": -20.0, "S13": -20.0, "W21": -43.78498615259317, "S21": -43.78498615259317, "W22": -39.841088151902731, "S22": -39.841088151902731, "W31": -71.857585607377729, "S31": -71.857585607377729, "W32": -95.624477838381324, "S32": -100.62447783838132 }, "geometry": { "type": "Point", "coordinates": [ 102528.19424460431037, 517513.823741007188801 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0382699171558993, "S12": -8.0382699171558993, "W13": -20.0, "S13": -20.0, "W21": -43.028414041115035, "S21": -43.058974203704992, "W22": -39.242257550828334, "S22": -40.004782578386759, "W31": -70.333988741666673, "S31": -70.448206028842804, "W32": -78.347556391920648, "S32": -83.347556391920648 }, "geometry": { "type": "Point", "coordinates": [ 102528.197368421053397, 516363.75657894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1253794011566942, "S12": -8.1253794011566942, "W13": -20.0, "S13": -20.0, "W21": -43.817767354019203, "S21": -43.817767354019203, "W22": -37.832781692568219, "S22": -37.832781692568219, "W31": -70.0, "S31": -70.0, "W32": -79.460340689975766, "S32": -84.460340689975766 }, "geometry": { "type": "Point", "coordinates": [ 102528.20143884891877, 517563.669064748217352 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0418755419769052, "S12": -8.0418755419769052, "W13": -20.0, "S13": -20.0, "W21": -43.061204747937687, "S21": -43.092309288455567, "W22": -39.507203066289627, "S22": -39.507203066289627, "W31": -60.0, "S31": -60.764925544733345, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.20394736842718, 516413.615131578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1289827280245142, "S12": -8.1289827280245142, "W13": -20.0, "S13": -20.0, "W21": -43.850548555445208, "S21": -43.850548555445208, "W22": -90.0, "S22": -97.608397110895012, "W31": -97.608397110895012, "S31": -97.608397110895012, "W32": -97.608397110895012, "S32": -100.73226242280369 }, "geometry": { "type": "Point", "coordinates": [ 102528.208633093527169, 517613.514388489187695 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0454811667979431, "S12": -8.0454811667979431, "W13": -20.0, "S13": -20.0, "W21": -43.093995454760368, "S21": -43.125644373206384, "W22": -47.781958710464757, "S22": -55.160043450076444, "W31": -80.0, "S31": -80.0, "W32": -97.514714114781825, "S32": -102.51471411478182 }, "geometry": { "type": "Point", "coordinates": [ 102528.21052631578641, 516463.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1325860548923412, "S12": -8.1325860548923412, "W13": -20.0, "S13": -20.0, "W21": -43.883329756871241, "S21": -43.883329756871241, "W22": -39.846272426926589, "S22": -39.846272426926589, "W31": -73.278857056466862, "S31": -73.278857056466862, "W32": -95.953885859155292, "S32": -100.95388585915529 }, "geometry": { "type": "Point", "coordinates": [ 102528.215827338135568, 517663.359712230216246 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.049086791618949, "S12": -8.049086791618949, "W13": -20.0, "S13": -20.0, "W21": -43.126786161583034, "S21": -43.158979457956953, "W22": -40.244251054207659, "S22": -42.647202934514979, "W31": -68.477999895610424, "S31": -69.309821094990824, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.217105263160192, 516513.332236842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1361893817601967, "S12": -8.1361893817601967, "W13": -20.0, "S13": -20.0, "W21": -43.916110958297295, "S21": -43.916110958297295, "W22": -39.994838523657549, "S22": -50.909296766086278, "W31": -72.32971280237463, "S31": -72.945167881646498, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102528.223021582729416, 517713.205035971244797 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0526924164399905, "S12": -8.0526924164399905, "W13": -20.0, "S13": -20.0, "W21": -43.159576868405743, "S21": -43.192314542707763, "W22": -40.129869530381519, "S22": -40.631985186234836, "W31": -74.063365243111079, "S31": -74.355829437997969, "W32": -90.845500446323939, "S32": -95.845500446323939 }, "geometry": { "type": "Point", "coordinates": [ 102528.223684210519423, 516563.190789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1397927086280184, "S12": -8.1397927086280184, "W13": -20.0, "S13": -20.0, "W21": -43.9488921597233, "S21": -43.9488921597233, "W22": -38.154063459570168, "S22": -40.685691747546869, "W31": -80.02378186894876, "S31": -80.07913626734414, "W32": -93.412620552045226, "S32": -98.412620552045226 }, "geometry": { "type": "Point", "coordinates": [ 102528.230215827337815, 517763.05035971221514 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0562980412609964, "S12": -8.0562980412609964, "W13": -20.0, "S13": -20.0, "W21": -43.19236757522841, "S21": -43.225649627458303, "W22": -40.126135633132002, "S22": -44.00814585489681, "W31": -70.0, "S31": -71.963570984639972, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.230263157893205, 516613.049342105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.059903666082004, "S12": -8.059903666082004, "W13": -20.0, "S13": -20.0, "W21": -43.225158282051062, "S21": -43.258984712208978, "W22": -43.391471928633763, "S22": -43.391471928633763, "W31": -68.781411574744638, "S31": -73.414298942419947, "W32": -89.006410256410248, "S32": -94.006410256410248 }, "geometry": { "type": "Point", "coordinates": [ 102528.236842105266987, 516662.90789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1525407596598534, "S12": -8.1525407596598534, "W13": -20.0, "S13": -20.0, "W21": -43.98167336114934, "S21": -43.98167336114934, "W22": -47.029167409600859, "S22": -47.031522774561672, "W31": -82.958582970357014, "S31": -82.958582970357014, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102528.237410071946215, 517812.895683453243691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0635092909030419, "S12": -8.0635092909030419, "W13": -20.0, "S13": -20.0, "W21": -43.257948988873736, "S21": -43.29231979695971, "W22": -69.169994675186373, "S22": -72.681607449237831, "W31": -99.667632245279904, "S31": -99.667632245279904, "W32": -99.667632245279904, "S32": -104.32240032616626 }, "geometry": { "type": "Point", "coordinates": [ 102528.243421052626218, 516712.76644736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1721390499401689, "S12": -8.1721390499401689, "W13": -20.0, "S13": -20.0, "W21": -44.014454562575388, "S21": -44.014454562575388, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.244604316540062, 517862.741007194272242 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0671149157240478, "S12": -8.0671149157240478, "W13": -20.0, "S13": -20.0, "W21": -43.290739695696395, "S21": -43.325654881710278, "W22": -66.791509440415297, "S22": -82.266969340231299, "W31": -98.511748348530134, "S31": -98.511748348530134, "W32": -99.302126870554872, "S32": -104.30212687055487 }, "geometry": { "type": "Point", "coordinates": [ 102528.25, 516762.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1917373402204117, "S12": -8.1917373402204117, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -44.047235764001393, "S21": -44.047235764001393, "W22": -41.52038492504289, "S22": -42.896633525980995, "W31": -69.649299594779237, "S31": -69.79199814813002, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.251798561148462, 517912.586330935242586 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0707205405450537, "S12": -8.0707205405450537, "W13": -20.0, "S13": -20.0, "W21": -43.323530402519062, "S21": -43.358989966460989, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.256578947373782, 516812.48355263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2113356305006793, "S12": -8.2113356305006793, "W13": -20.0, "S13": -20.0, "W21": -44.080016965427433, "S21": -44.080016965427433, "W22": -44.655832307305097, "S22": -44.655832307305097, "W31": -70.0, "S31": -70.0, "W32": -82.163266421055724, "S32": -87.163266421055724 }, "geometry": { "type": "Point", "coordinates": [ 102528.258992805756861, 517962.431654676271137 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0743261653660916, "S12": -8.0743261653660916, "W13": -20.0, "S13": -20.0, "W21": -43.356321109341735, "S21": -43.392325051211522, "W22": -72.195858361790258, "S22": -72.195858361790258, "W31": -93.290510499224723, "S31": -93.290510499224723, "W32": -99.676332622601294, "S32": -104.67633262260129 }, "geometry": { "type": "Point", "coordinates": [ 102528.263157894733013, 516862.34210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2309339207809202, "S12": -8.2309339207809202, "W13": -20.0, "S13": -20.0, "W21": -44.11279816685343, "S21": -44.11279816685343, "W22": -39.406861219948432, "S22": -44.568994904185992, "W31": -80.100819331909605, "S31": -80.600819331909605, "W32": -94.494097106750914, "S32": -99.494097106750914 }, "geometry": { "type": "Point", "coordinates": [ 102528.266187050365261, 518012.27697841724148 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0779317901870975, "S12": -8.0779317901870975, "W13": -20.0, "S13": -20.0, "W21": -43.389111816164394, "S21": -43.425660135962239, "W22": -40.0, "S22": -45.320831553809434, "W31": -80.072557863374286, "S31": -80.369870733830808, "W32": -95.001980670033021, "S32": -100.00198067003302 }, "geometry": { "type": "Point", "coordinates": [ 102528.269736842106795, 516912.200657894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2505322110612376, "S12": -8.2505322110612376, "W13": -20.0, "S13": -20.0, "W21": -44.145579368279485, "S21": -44.145579368279485, "W22": -46.273750533258948, "S22": -46.273750533258948, "W31": -68.478716495747506, "S31": -73.962803544495117, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.273381294959108, 518062.122302158270031 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0815374150081034, "S12": -8.0815374150081034, "W13": -20.0, "S13": -20.0, "W21": -43.421902522987054, "S21": -43.458995220712843, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.276315789480577, 516962.059210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2701305013414999, "S12": -8.2701305013414999, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -44.178360569705518, "S21": -44.178360569705518, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.280575539567508, 518111.967625899298582 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0851430398291448, "S12": -8.0851430398291448, "W13": -20.0, "S13": -20.0, "W21": -43.454693229809763, "S21": -43.492330305463625, "W22": -49.265436171479102, "S22": -53.853615518302405, "W31": -89.273448284168737, "S31": -89.273448284168737, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.282894736839808, 517011.917763157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2897287916217426, "S12": -8.2897287916217426, "W13": -20.0, "S13": -20.0, "W21": -44.211141771131523, "S21": -44.211141771131523, "W22": -72.031145718447391, "S22": -97.428020767778477, "W31": -99.01796988433091, "S31": -99.01796988433091, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.287769784175907, 518161.812949640268926 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0887486646501525, "S12": -8.0887486646501525, "W13": -20.0, "S13": -20.0, "W21": -43.48748393663243, "S21": -43.525665390214215, "W22": -63.361865407319954, "S22": -105.22974404001744, "W31": -105.22974404001744, "S31": -105.22974404001744, "W32": -105.22974404001744, "S32": -105.22974404001744 }, "geometry": { "type": "Point", "coordinates": [ 102528.28947368421359, 517061.776315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.243922972557584, "S21": -44.243922972557584, "W22": -64.153544280658949, "S22": -89.384033462600854, "W31": -95.114328229084322, "S31": -95.114328229084322, "W32": -95.495040657671339, "S32": -100.49504065767134 }, "geometry": { "type": "Point", "coordinates": [ 102528.294964028769755, 518211.658273381297477 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0923542894711904, "S12": -8.0923542894711904, "W13": -20.0, "S13": -20.0, "W21": -43.520274643455103, "S21": -43.559000474964947, "W22": -39.350489907837641, "S22": -40.105728324883657, "W31": -60.0, "S31": -60.044959443800749, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.29605263157282, 517111.634868421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.276704173983617, "S21": -44.276704173983617, "W22": -41.007138556807433, "S22": -41.910848809813359, "W31": -69.154696729138863, "S31": -72.397570447724007, "W32": -84.277561771662675, "S32": -89.277561771662675 }, "geometry": { "type": "Point", "coordinates": [ 102528.302158273378154, 518261.503597122326028 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0959599142921963, "S12": -8.0959599142921963, "W13": -20.0, "S13": -20.0, "W21": -43.553065350277762, "S21": -43.592335559715323, "W22": -39.026844431787531, "S22": -39.026844431787531, "W31": -70.0, "S31": -70.0, "W32": -80.718212093247203, "S32": -85.718212093247203 }, "geometry": { "type": "Point", "coordinates": [ 102528.302631578946603, 517161.49342105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0995655391132022, "S12": -8.0995655391132022, "W13": -20.0, "S13": -20.0, "W21": -43.585856057100422, "S21": -43.625670644466304, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -82.430737839389707, "S32": -87.430737839389707 }, "geometry": { "type": "Point", "coordinates": [ 102528.309210526320385, 517211.35197368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.309485375409622, "S21": -44.309485375409622, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.041594521688083, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.309352517986554, 518311.348920863296371 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1031711639342401, "S12": -8.1031711639342401, "W13": -20.0, "S13": -20.0, "W21": -43.618646763923095, "S21": -43.659005729216993, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.315789473679615, 517261.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.342266576835655, "S21": -44.342266576835655, "W22": -39.924729927127458, "S22": -40.719103117032297, "W31": -73.835059339330257, "S31": -73.835059339330257, "W32": -96.080273764586011, "S32": -101.08027376458601 }, "geometry": { "type": "Point", "coordinates": [ 102528.316546762594953, 518361.194244604324922 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.106776788755246, "S12": -8.106776788755246, "W13": -20.0, "S13": -20.0, "W21": -43.651437470745762, "S21": -43.651437470745762, "W22": -38.181289662231379, "S22": -41.129367545406616, "W31": -80.036078581219371, "S31": -80.139493621986261, "W32": -93.5223644828733, "S32": -98.5223644828733 }, "geometry": { "type": "Point", "coordinates": [ 102528.322368421053397, 517311.06907894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.375047778261674, "S21": -44.375047778261674, "W22": -41.624567801811978, "S22": -43.422441681516752, "W31": -69.360252012505924, "S31": -69.360252012505924, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102528.323741007188801, 518411.039568345295265 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1103824135762537, "S12": -8.1103824135762537, "W13": -20.0, "S13": -20.0, "W21": -43.684228177568414, "S21": -43.684228177568414, "W22": -73.319051488512969, "S22": -85.285752841270508, "W31": -92.354284923162112, "S31": -92.354284923162112, "W32": -99.628956451494446, "S32": -104.62895645149445 }, "geometry": { "type": "Point", "coordinates": [ 102528.32894736842718, 517360.927631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.407828979687714, "S21": -44.407828979687714, "W22": -70.0, "S22": -75.212972564598942, "W31": -93.02911615356075, "S31": -93.02911615356075, "W32": -99.258528784648192, "S32": -104.25852878464819 }, "geometry": { "type": "Point", "coordinates": [ 102528.3309352517972, 518460.884892086323816 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1139880383972915, "S12": -8.1139880383972915, "W13": -20.0, "S13": -20.0, "W21": -43.717018884391095, "S21": -43.717018884391095, "W22": -45.030001016983626, "S22": -53.412610797422751, "W31": -79.417242028310753, "S31": -79.417242028310753, "W32": -97.374593622120614, "S32": -102.37459362212061 }, "geometry": { "type": "Point", "coordinates": [ 102528.33552631578641, 517410.786184210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.440610181113748, "S21": -44.440610181113748, "W22": -42.329490601397012, "S22": -54.319204355706574, "W31": -77.781691737848661, "S31": -77.781691737848661, "W32": -96.995957331746197, "S32": -101.9959573317462 }, "geometry": { "type": "Point", "coordinates": [ 102528.3381294964056, 518510.730215827352367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1175936632182975, "S12": -8.1175936632182975, "W13": -20.0, "S13": -20.0, "W21": -43.749809591213754, "S21": -43.749809591213754, "W22": -46.283431234207335, "S22": -46.283431234207335, "W31": -68.466039567319683, "S31": -73.933537832883758, "W32": -95.1232206405694, "S32": -100.1232206405694 }, "geometry": { "type": "Point", "coordinates": [ 102528.342105263160192, 517460.644736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.473391382539752, "S21": -44.473391382539752, "W22": -38.136589811768189, "S22": -38.136589811768189, "W31": -70.0, "S31": -70.0, "W32": -79.810609286149585, "S32": -84.810609286149585 }, "geometry": { "type": "Point", "coordinates": [ 102528.345323741013999, 518560.575539568322711 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1211992880393389, "S12": -8.1211992880393389, "W13": -20.0, "S13": -20.0, "W21": -43.782600298036471, "S21": -43.782600298036471, "W22": -44.595241396740413, "S22": -44.595241396740413, "W31": -70.0, "S31": -70.0, "W32": -82.192764880369609, "S32": -87.192764880369609 }, "geometry": { "type": "Point", "coordinates": [ 102528.348684210519423, 517510.503289473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.506172583965807, "S21": -44.506172583965807, "W22": -67.088099773171223, "S22": -81.207190561143648, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -98.17089915535152, "S32": -103.17089915535152 }, "geometry": { "type": "Point", "coordinates": [ 102528.352517985607847, 518610.420863309351262 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1248049128603448, "S12": -8.1248049128603448, "W13": -20.0, "S13": -20.0, "W21": -43.815391004859123, "S21": -43.815391004859123, "W22": -36.573794654060904, "S22": -51.282824420800438, "W31": -69.537942345485504, "S31": -69.537942345485504, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.355263157893205, 517560.361842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.538953785391847, "S21": -44.538953785391847, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.359712230216246, 518660.266187050379813 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1284105376813507, "S12": -8.1284105376813507, "W13": -20.0, "S13": -20.0, "W21": -43.848181711681782, "S21": -43.848181711681782, "W22": -73.197679503250441, "S22": -92.097263270159914, "W31": -93.753634224006646, "S31": -93.753634224006646, "W32": -99.535568284742112, "S32": -104.53556828474211 }, "geometry": { "type": "Point", "coordinates": [ 102528.361842105266987, 517610.22039473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.571734986817845, "S21": -44.571734986817845, "W22": -64.628099173553707, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.366906474824646, 518710.111510791350156 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1320161625023886, "S12": -8.1320161625023886, "W13": -20.0, "S13": -20.0, "W21": -43.880972418504463, "S21": -43.880972418504463, "W22": -88.207514650120643, "S22": -103.20751465012064, "W31": -103.20751465012064, "S31": -103.20751465012064, "W32": -103.20751465012064, "S32": -103.20751465012064 }, "geometry": { "type": "Point", "coordinates": [ 102528.368421052626218, 517660.07894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.604516188243906, "S21": -44.604516188243906, "W22": -39.897317515121706, "S22": -39.897317515121706, "W31": -72.179303046337594, "S31": -72.179303046337594, "W32": -95.694786489133534, "S32": -100.69478648913353 }, "geometry": { "type": "Point", "coordinates": [ 102528.374100719418493, 518759.956834532378707 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1356217873233945, "S12": -8.1356217873233945, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.913763125327122, "S21": -43.913763125327122, "W22": -39.795790857480284, "S22": -39.795790857480284, "W31": -71.127069317408726, "S31": -71.127069317408726, "W32": -95.450505011472629, "S32": -100.45050501147263 }, "geometry": { "type": "Point", "coordinates": [ 102528.375, 517709.9375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.637297389669939, "S21": -44.637297389669939, "W22": -37.974370522006204, "S22": -39.128461720695562, "W31": -80.02597252069998, "S31": -80.035558600045633, "W32": -93.350099767209855, "S32": -98.350099767209855 }, "geometry": { "type": "Point", "coordinates": [ 102528.381294964026893, 518809.802158273407258 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1392274121444022, "S12": -8.1392274121444022, "W13": -20.0, "S13": -20.0, "W21": -43.946553832149782, "S21": -43.946553832149782, "W22": -49.82711630290293, "S22": -50.169939263084835, "W31": -68.221693925134929, "S31": -74.365664068913688, "W32": -98.684974801400884, "S32": -103.68497480140088 }, "geometry": { "type": "Point", "coordinates": [ 102528.381578947373782, 517759.79605263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1507482377743159, "S12": -8.1507482377743159, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.979344538972455, "S21": -43.979344538972455, "W22": -35.441064097717863, "S22": -36.274130735719872, "W31": -71.008558777840207, "S31": -71.07365374887577, "W32": -76.765895337423345, "S32": -81.765895337423345 }, "geometry": { "type": "Point", "coordinates": [ 102528.388157894733013, 517809.65460526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.670078591095944, "S21": -44.670078591095944, "W22": -49.239982160497831, "S22": -53.824506577743662, "W31": -89.32951507574478, "S31": -89.32951507574478, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.388489208635292, 518859.647482014377601 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1703538444704247, "S12": -8.1703538444704247, "W13": -20.0, "S13": -20.0, "W21": -44.012135245795115, "S21": -44.012135245795115, "W22": -39.976717057809417, "S22": -52.211326997781264, "W31": -75.411404818843039, "S31": -75.530303298714699, "W32": -90.598497274823018, "S32": -95.598497274823018 }, "geometry": { "type": "Point", "coordinates": [ 102528.394736842106795, 517859.513157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.702859792521984, "S21": -44.702859792521984, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.395683453243691, 518909.492805755406152 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1899594511665335, "S12": -8.1899594511665335, "W13": -20.0, "S13": -20.0, "W21": -44.044925952617774, "S21": -44.044925952617774, "W22": -40.084154101341134, "S22": -46.019990361374042, "W31": -75.032255974428693, "S31": -75.032255974428693, "W32": -96.356644945448792, "S32": -101.35664494544879 }, "geometry": { "type": "Point", "coordinates": [ 102528.401315789480577, 517909.371710526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -65.610212093152427, "S22": -80.556339989662206, "W31": -98.550166221119767, "S31": -98.550166221119767, "W32": -99.403766491072744, "S32": -104.40376649107274 }, "geometry": { "type": "Point", "coordinates": [ 102528.402877697837539, 518959.338129496376496 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2095650578627168, "S12": -8.2095650578627168, "W13": -20.0, "S13": -20.0, "W21": -44.07771665944049, "S21": -44.07771665944049, "W22": -72.12443231419212, "S22": -100.80160478288232, "W31": -100.80160478288232, "S31": -100.80160478288232, "W32": -100.80160478288232, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102528.407894736839808, 517959.230263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -59.909520626553558, "S22": -94.909520626553558, "W31": -96.206691657225761, "S31": -96.206691657225761, "W32": -97.185131623246491, "S32": -102.18513162324649 }, "geometry": { "type": "Point", "coordinates": [ 102528.410071942445938, 519009.183453237405047 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2291706645588274, "S12": -8.2291706645588274, "W13": -20.0, "S13": -20.0, "W21": -44.11050736626315, "S21": -44.11050736626315, "W22": -38.273286990005261, "S22": -46.008766716497753, "W31": -68.599648379249288, "S31": -68.645917745142285, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.41447368421359, 518009.088815789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -44.251693515305384, "S22": -47.050217497354211, "W31": -68.85258597308642, "S31": -71.722153268039136, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.417266187054338, 519059.028776978433598 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2487762712549895, "S12": -8.2487762712549895, "W13": -20.0, "S13": -20.0, "W21": -44.14329807308583, "S21": -44.14329807308583, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.42105263157282, 518058.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -39.77324131190484, "S22": -40.576372231041105, "W31": -63.878367434133672, "S31": -64.223568948273169, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102528.424460431648185, 519108.874100719403941 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2683818779510965, "S12": -8.2683818779510965, "W13": -20.0, "S13": -20.0, "W21": -44.176088779908483, "S21": -44.176088779908483, "W22": -60.0, "S22": -102.45684855233853, "W31": -102.45684855233853, "S31": -102.45684855233853, "W32": -102.45684855233853, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.427631578946603, 518108.80592105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -66.410861865407327, "S22": -106.95027209883881, "W31": -106.95027209883881, "S31": -106.95027209883881, "W32": -106.95027209883881, "S32": -106.95027209883881 }, "geometry": { "type": "Point", "coordinates": [ 102528.431654676256585, 519158.719424460432492 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2879874846472052, "S12": -8.2879874846472052, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -44.208879486731142, "S21": -44.208879486731142, "W22": -67.846440430873898, "S22": -107.8464404308739, "W31": -107.8464404308739, "S31": -107.8464404308739, "W32": -107.8464404308739, "S32": -107.8464404308739 }, "geometry": { "type": "Point", "coordinates": [ 102528.434210526320385, 518158.66447368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -62.464501171474424, "S22": -90.138759280515146, "W31": -98.343449402580347, "S31": -98.343449402580347, "W32": -98.343449402580347, "S32": -102.62605680825094 }, "geometry": { "type": "Point", "coordinates": [ 102528.438848920864984, 519208.564748201461043 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.241670193553823, "S21": -44.241670193553823, "W22": -39.789597014003121, "S22": -39.789597014003121, "W31": -70.957593166528085, "S31": -70.957593166528085, "W32": -95.410065323216202, "S32": -100.4100653232162 }, "geometry": { "type": "Point", "coordinates": [ 102528.440789473679615, 518208.52302631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -39.736099874713702, "S22": -39.736099874713702, "W31": -68.778565799842383, "S31": -68.778565799842383, "W32": -95.068071254490917, "S32": -100.06807125449092 }, "geometry": { "type": "Point", "coordinates": [ 102528.446043165473384, 519258.410071942431387 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.274460900376482, "S21": -44.274460900376482, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.276800890015139, "S32": -87.276800890015139 }, "geometry": { "type": "Point", "coordinates": [ 102528.447368421053397, 518258.38157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.453237410067231, 519308.255395683459938 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -44.307251607199142, "S21": -44.307251607199142, "W22": -45.452286710429348, "S22": -45.452286710429348, "W31": -70.0, "S31": -70.0, "W32": -82.137310768350986, "S32": -87.137310768350986 }, "geometry": { "type": "Point", "coordinates": [ 102528.45394736842718, 518308.240131578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.460431654675631, 519358.100719424488489 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.340042314021815, "S21": -44.340042314021815, "W22": -70.0, "S22": -88.626938333934362, "W31": -93.156443047693301, "S31": -93.156443047693301, "W32": -97.851567010077488, "S32": -102.85156701007749 }, "geometry": { "type": "Point", "coordinates": [ 102528.46052631578641, 518358.098684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.372833020844475, "S21": -44.372833020844475, "W22": -40.135004583511581, "S22": -45.585873972917163, "W31": -69.554714590557481, "S31": -70.554714590557481, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.467105263160192, 518407.957236842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -39.633969502830709, "S22": -39.633969502830709, "W31": -60.0, "S31": -61.557492696873425, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102528.46762589928403, 519407.946043165458832 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.405623727667191, "S21": -44.405623727667191, "W22": -56.739369409883565, "S22": -65.458692867765507, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.473684210519423, 518457.815789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -60.176218947688973, "S22": -89.201898705997138, "W31": -96.334444794088384, "S31": -96.334444794088384, "W32": -97.044116339478961, "S32": -102.04411633947896 }, "geometry": { "type": "Point", "coordinates": [ 102528.474820143877878, 519457.791366906487383 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.43841443448985, "S21": -44.43841443448985, "W22": -36.597912784701393, "S22": -50.851749402493041, "W31": -69.343744009516953, "S31": -69.343744009516953, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.480263157893205, 518507.674342105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.471205141312502, "S21": -44.471205141312502, "W22": -37.734779938587579, "S22": -37.734779938587579, "W31": -80.017780196003315, "S31": -80.017780196003315, "W32": -93.178500166278681, "S32": -98.178500166278681 }, "geometry": { "type": "Point", "coordinates": [ 102528.486842105266987, 518557.53289473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.503995848135183, "S21": -44.503995848135183, "W22": -48.316499091180944, "S22": -48.316499091180944, "W31": -68.319462934722537, "S31": -74.135157045159076, "W32": -97.451463715237367, "S32": -102.45146371523737 }, "geometry": { "type": "Point", "coordinates": [ 102528.493421052626218, 518607.39144736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -44.536786554957843, "S21": -44.536786554957843, "W22": -35.595521326268717, "S22": -36.32160433600194, "W31": -70.323005111263086, "S31": -70.456568258819217, "W32": -77.198466968356243, "S32": -82.198466968356243 }, "geometry": { "type": "Point", "coordinates": [ 102528.5, 518657.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.569577261780502, "S21": -44.569577261780502, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.506578947373782, 518707.10855263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.602367968603183, "S21": -44.602367968603183, "W22": -59.933756173012434, "S22": -85.303957269904586, "W31": -95.864792924906723, "S31": -95.864792924906723, "W32": -98.083116994589176, "S32": -103.08311699458918 }, "geometry": { "type": "Point", "coordinates": [ 102528.513157894733013, 518756.96710526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.635158675425842, "S21": -44.635158675425842, "W22": -35.884178662667139, "S22": -38.633299579182562, "W31": -79.471912862562718, "S31": -79.471912862562718, "W32": -92.19048128813688, "S32": -97.19048128813688 }, "geometry": { "type": "Point", "coordinates": [ 102528.519736842106795, 518806.825657894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -44.667949382248501, "S21": -44.667949382248501, "W22": -38.279303991811716, "S22": -42.357353584089964, "W31": -80.057425783390812, "S31": -80.259215358529531, "W32": -93.73545061523113, "S32": -98.73545061523113 }, "geometry": { "type": "Point", "coordinates": [ 102528.526315789480577, 518856.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.700740089071211, "S21": -44.700740089071211, "W22": -38.335239379437979, "S22": -46.970210654098601, "W31": -80.145320544142422, "S31": -80.635844906537017, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.532894736839808, 518906.542763157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -47.681995332658701, "S22": -47.681995332658701, "W31": -70.0, "S31": -70.0, "W32": -81.973860875909011, "S32": -86.973860875909011 }, "geometry": { "type": "Point", "coordinates": [ 102528.53947368421359, 518956.401315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -41.261316995462387, "S22": -42.303538270455718, "W31": -69.85739902016212, "S31": -70.049383973865801, "W32": -79.855859605537788, "S32": -84.855859605537788 }, "geometry": { "type": "Point", "coordinates": [ 102528.54605263157282, 519006.259868421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -48.531610425140478, "S22": -48.540223542568249, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.552631578946603, 519056.11842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -45.042252265327001, "S22": -45.045309214565762, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102528.559210526320385, 519105.97697368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -60.043050231520105, "S22": -84.784061809826028, "W31": -95.924171934947353, "S31": -95.924171934947353, "W32": -98.000505154108225, "S32": -103.00050515410823 }, "geometry": { "type": "Point", "coordinates": [ 102528.565789473679615, 519155.83552631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -66.868712150443116, "S22": -66.868712150443116, "W31": -93.908816204576723, "S31": -93.908816204576723, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.572368421053397, 519205.69407894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -88.733769964380087, "S22": -103.79436767819361, "W31": -103.79436767819361, "S31": -103.79436767819361, "W32": -103.79436767819361, "S32": -103.79436767819361 }, "geometry": { "type": "Point", "coordinates": [ 102528.57894736842718, 519255.552631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -89.999999999999986, "S22": -104.99999999999999, "W31": -104.99999999999999, "S31": -104.99999999999999, "W32": -104.99999999999999, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102528.58552631578641, 519305.411184210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -37.257647756694944, "S22": -37.257647756694944, "W31": -80.0, "S31": -80.0, "W32": -92.684993356548674, "S32": -97.684993356548674 }, "geometry": { "type": "Point", "coordinates": [ 102528.592105263160192, 519355.269736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -46.575977195789292, "S22": -46.579725524095572, "W31": -82.29941943079865, "S31": -82.29941943079865, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.598684210519423, 519405.128289473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -39.361952148183576, "S22": -40.072270024585841, "W31": -60.0, "S31": -60.000980071871936, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102528.605263157893205, 519454.986842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9095625635808748, "S11": 1.9095625635808748, "W12": -4.8163914411979709, "S12": -9.8163914411979718, "W13": -19.956668005763355, "S13": -21.809237445106493, "W21": -37.03137149175776, "S21": -39.11505350012596, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102529.0, 503865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6528549312448777, "S11": 2.1191687623970461, "W12": -6.0455263628734324, "S12": -6.0455263628734324, "W13": -15.0, "S13": -17.620548191327956, "W21": -41.95509731742191, "S21": -60.376669530087312, "W22": -36.350778543797695, "S22": -36.350778543797695, "W31": -70.0, "S31": -70.0, "W32": -78.043239400369373, "S32": -83.043239400369373 }, "geometry": { "type": "Point", "coordinates": [ 102529.5, 502530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58212266202696827, "S11": 0.58212266202696827, "W12": -11.206771537056984, "S12": -11.206771537056984, "W13": -21.139046180536102, "S13": -21.139046180536102, "W21": -37.535372678056461, "S21": -38.427288872776344, "W22": -68.819387311660051, "S22": -86.335811704602463, "W31": -98.547489919883191, "S31": -98.547489919883191, "W32": -99.829999727272721, "S32": -104.82999972727272 }, "geometry": { "type": "Point", "coordinates": [ 102530.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0235424237636277, "W12": -8.1663325186952118, "S12": -8.1663325186952118, "W13": -17.798552120669058, "S13": -19.002294324411263, "W21": -60.0, "S21": -71.978026159334121, "W22": -65.340445347187355, "S22": -105.34044534718736, "W31": -105.34044534718736, "S31": -105.34044534718736, "W32": -105.34044534718736, "S32": -105.34044534718736 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 499491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4775203594176527, "S11": 3.0523560962552669, "W12": -6.8053518322780588, "S12": -9.1814411568967955, "W13": -20.0, "S13": -25.0, "W21": -60.000000000000007, "S21": -80.526450424639322, "W22": -70.0, "S22": -88.209991201485906, "W31": -95.092945893382407, "S31": -95.092945893382407, "W32": -98.703190093701551, "S32": -103.70319009370155 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 501257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3875514766970225, "S11": 2.8875514766970225, "W12": -8.6261063993831932, "S12": -16.177958907803685, "W13": -18.65190243610872, "S13": -22.513455073435356, "W21": -47.260571940374895, "S21": -62.198840140891036, "W22": -39.926964876942563, "S22": -39.926964876942563, "W31": -64.040218155050695, "S31": -64.040218155050695, "W32": -90.5724531988064, "S32": -95.5724531988064 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.4432972782805171, "S12": -10.763257042482881, "W13": -19.71565738992221, "S13": -24.822916209979041, "W21": -50.0, "S21": -70.0, "W22": -41.935150941773458, "S22": -42.432284960516093, "W31": -68.963474632068298, "S31": -72.283610040386577, "W32": -84.961368075903451, "S32": -89.961368075903451 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 503003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61976796772618648, "S11": -0.61976796772618648, "W12": -9.3940415490286977, "S12": -10.507635559286461, "W13": -25.413428741328342, "S13": -25.413428741328342, "W21": -40.350921021470583, "S21": -40.961448329266702, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9045399203069664, "S12": -7.0549550560611296, "W13": -20.0, "S13": -20.0, "W21": -32.181310079109416, "S21": -32.181310079109416, "W22": -60.0, "S22": -76.358927483241928, "W31": -95.573278085846937, "S31": -95.573278085846937, "W32": -98.87428212825651, "S32": -103.87428212825651 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 511073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1704902053237345, "S11": 1.1704902053237345, "W12": -8.6945898491558271, "S12": -8.6945898491558271, "W13": -20.044837801859437, "S13": -20.044837801859437, "W21": -44.15571006283885, "S21": -44.15571006283885, "W22": -36.823352445208457, "S22": -49.885593286485758, "W31": -68.756317474797555, "S31": -68.756317474797555, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 514505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58248655140170036, "S11": -0.60208112550022164, "W12": -7.979702830185194, "S12": -7.979702830185194, "W13": -20.0, "S13": -20.0, "W21": -42.122479778949632, "S21": -42.122479778949632, "W22": -39.338153387087189, "S22": -44.901878461947859, "W31": -70.0, "S31": -70.917988102636954, "W32": -95.00195959339014, "S32": -100.00195959339014 }, "geometry": { "type": "Point", "coordinates": [ 102531.0, 515641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65887466381967885, "S11": -0.65887466381967885, "W12": -7.9831549906842572, "S12": -7.9831549906842572, "W13": -20.0, "S13": -20.0, "W21": -42.140629671876702, "S21": -42.140629671876702, "W22": -67.487728770944329, "S22": -81.460937589327855, "W31": -95.045315130892732, "S31": -95.045315130892732, "W32": -95.804975198993205, "S32": -100.8049751989932 }, "geometry": { "type": "Point", "coordinates": [ 102531.076124567480292, 515690.826989619352389 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73526277623784231, "S11": -0.73526277623784231, "W12": -7.9866071511833567, "S12": -7.9866071511833567, "W13": -20.0, "S13": -20.0, "W21": -42.158779564803794, "S21": -42.158779564803794, "W22": -39.983171565819404, "S22": -51.221615679201065, "W31": -75.445144855272602, "S31": -75.445144855272602, "W32": -90.865594654475615, "S32": -95.865594654475615 }, "geometry": { "type": "Point", "coordinates": [ 102531.152249134946032, 515740.653979238762986 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81165088865582014, "S11": -0.81165088865582014, "W12": -7.9900593116824208, "S12": -7.9900593116824208, "W13": -20.0, "S13": -20.0, "W21": -42.176929457730864, "S21": -42.176929457730878, "W22": -40.400446519691158, "S22": -42.767385736800627, "W31": -69.925578147286373, "S31": -71.136755517655928, "W32": -99.699086549756089, "S32": -104.69908654975609 }, "geometry": { "type": "Point", "coordinates": [ 102531.228373702426325, 515790.480968858115375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88803900107398381, "S11": -0.88803900107398381, "W12": -7.9935114721815204, "S12": -7.9935114721815204, "W13": -20.0, "S13": -20.0, "W21": -42.226287943236606, "S21": -42.226287943236592, "W22": -41.507985532619678, "S22": -42.927185679346884, "W31": -69.643686680626075, "S31": -69.7599214101634, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.304498269892065, 515840.307958477525972 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96442711349196164, "S11": -0.96442711349196164, "W12": -7.9969636326805853, "S12": -7.9969636326805853, "W13": -20.0, "S13": -20.0, "W21": -42.32826606343712, "S21": -42.328266063437219, "W22": -41.26452235892954, "S22": -42.318282538008084, "W31": -69.838128617481331, "S31": -69.995111039356331, "W32": -79.935008567239876, "S32": -84.935008567239876 }, "geometry": { "type": "Point", "coordinates": [ 102531.380622837372357, 515890.134948096878361 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0408152259101249, "S11": -1.0408152259101249, "W12": -8.000415793179684, "S12": -8.000415793179684, "W13": -20.0, "S13": -20.0, "W21": -42.430244183637839, "S21": -42.430244183637839, "W22": -67.525466918187135, "S22": -80.419493347929603, "W31": -98.586094331902345, "S31": -98.586094331902345, "W32": -99.576574598144262, "S32": -104.57657459814426 }, "geometry": { "type": "Point", "coordinates": [ 102531.456747404838097, 515939.961937716288958 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0245025850114307, "S11": -1.0245025850114307, "W12": -8.003867953678748, "S12": -8.003867953678748, "W13": -20.0, "S13": -20.0, "W21": -42.532222303838346, "S21": -42.532222303838346, "W22": -46.248741113554544, "S22": -46.248741113554544, "W31": -70.0, "S31": -70.0, "W32": -82.117741434704342, "S32": -87.117741434704342 }, "geometry": { "type": "Point", "coordinates": [ 102531.532871972318389, 515989.788927335641347 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0073201141778121, "S12": -8.0073201141778121, "W13": -20.0, "S13": -20.0, "W21": -42.634200424038859, "S21": -42.634200424038873, "W22": -63.142983423465623, "S22": -83.685358143878247, "W31": -94.845707325786378, "S31": -94.845707325786378, "W32": -95.068090429809388, "S32": -100.06809042980939 }, "geometry": { "type": "Point", "coordinates": [ 102531.608996539798682, 516039.615916954993736 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0107722746769117, "S12": -8.0107722746769117, "W13": -20.0, "S13": -20.0, "W21": -42.736178544239579, "S21": -42.736178544239564, "W22": -72.366846420920439, "S22": -77.104882283644585, "W31": -90.650872213761602, "S31": -90.650872213761602, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.685121107264422, 516089.442906574404333 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0142244351759757, "S12": -8.0142244351759757, "W13": -20.0, "S13": -20.0, "W21": -42.838156664440092, "S21": -42.838156664440092, "W22": -90.0, "S22": -105.22886092380918, "W31": -105.22886092380918, "S31": -105.22886092380918, "W32": -105.22886092380918, "S32": -105.22886092380918 }, "geometry": { "type": "Point", "coordinates": [ 102531.761245674744714, 516139.269896193756722 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0176765956750753, "S12": -8.0176765956750753, "W13": -20.0, "S13": -20.0, "W21": -42.908765400636661, "S21": -42.908765400636661, "W22": -39.707762756037496, "S22": -40.519842656743812, "W31": -61.240096166964072, "S31": -61.250331264876699, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.837370242210454, 516189.096885813167319 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0211287561741393, "S12": -8.0211287561741393, "W13": -20.0, "S13": -20.0, "W21": -42.941444603747875, "S21": -42.941444603747875, "W22": -40.090497185861935, "S22": -40.090497185861935, "W31": -72.581259455257197, "S31": -72.802038676036418, "W32": -90.335651760397695, "S32": -95.335651760397695 }, "geometry": { "type": "Point", "coordinates": [ 102531.913494809690746, 516238.923875432519708 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0245809166732389, "S12": -8.0245809166732389, "W13": -20.0, "S13": -20.0, "W21": -42.97412380685914, "S21": -42.97412380685914, "W22": -38.249889479816432, "S22": -38.249889479816432, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102531.989619377156487, 516288.750865051930305 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3545263655171329, "S11": 3.081041095922914, "W12": -10.0, "S12": -16.076353607199884, "W13": -18.278367901086998, "S13": -22.173597643360669, "W21": -43.946004734182075, "S21": -58.801621548205048, "W22": -69.307732207625207, "S22": -109.30773220762521, "W31": -109.30773220762521, "S31": -109.30773220762521, "W32": -109.30773220762521, "S32": -109.30773220762521 }, "geometry": { "type": "Point", "coordinates": [ 102532.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9999999999999982, "S11": 4.9999999999999982, "W12": -2.6541585560077863, "S12": -5.5468197632926817, "W13": -22.461991638160395, "S13": -22.675084309065259, "W21": -33.477717910286998, "S21": -33.477717910286998, "W22": -65.299445132296967, "S22": -98.334495157056011, "W31": -99.348258685601692, "S31": -99.348258685601692, "W32": -100.02740483733091, "S32": -105.02740483733091 }, "geometry": { "type": "Point", "coordinates": [ 102532.0, 510709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.028033077172303, "S12": -8.028033077172303, "W13": -20.0, "S13": -20.0, "W21": -43.006803009970362, "S21": -43.006803009970362, "W22": -70.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.065743944636779, 516338.577854671282694 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.031485237671367, "S12": -8.031485237671367, "W13": -20.0, "S13": -20.0, "W21": -43.039482213081577, "S21": -43.039482213081577, "W22": -40.642979192633106, "S22": -49.425646402422757, "W31": -76.176405372036442, "S31": -76.176405372036442, "W32": -96.61579983398822, "S32": -101.61579983398822 }, "geometry": { "type": "Point", "coordinates": [ 102532.141868512117071, 516388.404844290635083 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0349373981704666, "S12": -8.0349373981704666, "W13": -20.0, "S13": -20.0, "W21": -43.072161416192849, "S21": -43.072161416192849, "W22": -42.755787760046942, "S22": -54.151348910473359, "W31": -77.74534179948688, "S31": -77.74534179948688, "W32": -96.978535620907564, "S32": -101.97853562090756 }, "geometry": { "type": "Point", "coordinates": [ 102532.217993079582811, 516438.23183391004568 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7390199755757152, "W12": -4.8594156979739447, "S12": -11.720621278207147, "W13": -18.988580288345375, "S13": -26.159205991201041, "W21": -36.187288515088255, "S21": -38.924984913228883, "W22": -42.614317250078791, "S22": -42.614317250078791, "W31": -68.833858056882264, "S31": -72.570839387354553, "W32": -87.42521367521384, "S32": -92.42521367521384 }, "geometry": { "type": "Point", "coordinates": [ 102532.25, 504387.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0383895586695306, "S12": -8.0383895586695306, "W13": -20.0, "S13": -20.0, "W21": -43.104840619304063, "S21": -43.104840619304063, "W22": -84.634259527814834, "S22": -97.811371996240482, "W31": -97.811371996240482, "S31": -97.811371996240482, "W32": -97.811371996240482, "S32": -98.992143088880425 }, "geometry": { "type": "Point", "coordinates": [ 102532.294117647063104, 516488.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0418417191686302, "S12": -8.0418417191686302, "W13": -20.0, "S13": -20.0, "W21": -43.137519822415335, "S21": -43.137519822415335, "W22": -70.0, "S22": -78.148218734259927, "W31": -90.0, "S31": -90.0, "W32": -99.437098389619734, "S32": -104.43709838961973 }, "geometry": { "type": "Point", "coordinates": [ 102532.370242214528844, 516537.885813148808666 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0452938796676943, "S12": -8.0452938796676943, "W13": -20.0, "S13": -20.0, "W21": -43.17019902552655, "S21": -43.170199025526628, "W22": -40.0, "S22": -40.0, "W31": -72.756217401164122, "S31": -72.756217401164122, "W32": -95.820508172352433, "S32": -100.82050817235243 }, "geometry": { "type": "Point", "coordinates": [ 102532.446366782009136, 516587.712802768161055 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0487460401667938, "S12": -8.0487460401667938, "W13": -20.0, "S13": -20.0, "W21": -43.202878228637822, "S21": -43.202878228637822, "W22": -40.0, "S22": -48.942875306511667, "W31": -70.618860856743808, "S31": -71.444038860076631, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.522491349474876, 516637.539792387571651 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0521982006658579, "S12": -8.0521982006658579, "W13": -20.0, "S13": -20.0, "W21": -43.235557431749037, "S21": -43.235557431749037, "W22": -37.702108495394135, "S22": -37.702108495394135, "W31": -80.03844744619191, "S31": -80.03844744619191, "W32": -93.328067841702691, "S32": -98.328067841702691 }, "geometry": { "type": "Point", "coordinates": [ 102532.598615916955168, 516687.366782006924041 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0556503611649219, "S12": -8.0556503611649219, "W13": -20.0, "S13": -20.0, "W21": -43.268236634860251, "S21": -43.268236634860251, "W22": -90.0, "S22": -98.459460465103092, "W31": -98.459460465103092, "S31": -98.459460465103092, "W32": -98.459460465103092, "S32": -100.28406946001277 }, "geometry": { "type": "Point", "coordinates": [ 102532.674740484435461, 516737.19377162627643 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0591025216640215, "S12": -8.0591025216640215, "W13": -20.0, "S13": -20.0, "W21": -43.300915837971523, "S21": -43.300915837971523, "W22": -39.47333700432705, "S22": -39.47333700432705, "W31": -60.0, "S31": -60.575153374233132, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.750865051901201, 516787.020761245687027 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0625546821630856, "S12": -8.0625546821630856, "W13": -20.0, "S13": -20.0, "W21": -43.333595041082738, "S21": -43.333595041082738, "W22": -39.730227887937652, "S22": -40.504574291771888, "W31": -61.126024597894357, "S31": -61.126024597894357, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.826989619381493, 516836.847750865039416 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0660068426621852, "S12": -8.0660068426621852, "W13": -20.0, "S13": -20.0, "W21": -43.36627424419401, "S21": -43.366274244193882, "W22": -51.302240372504869, "S22": -56.122313562737972, "W31": -89.65669216291181, "S31": -89.65669216291181, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102532.903114186847233, 516886.674740484450012 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0694590031612492, "S12": -8.0694590031612492, "W13": -20.0, "S13": -20.0, "W21": -43.398953447305232, "S21": -43.398953447305232, "W22": -68.589404205440928, "S22": -84.513068466906901, "W31": -98.595546176880163, "S31": -98.595546176880163, "W32": -99.805713974025963, "S32": -104.80571397402596 }, "geometry": { "type": "Point", "coordinates": [ 102532.979238754327525, 516936.501730103802402 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4903928145074188, "S11": 2.4903928145074188, "W12": -10.341273656636613, "S12": -15.145043047784423, "W13": -20.775401069518718, "S13": -20.775401069518718, "W21": -34.318706370248506, "S21": -34.318706370248506, "W22": -68.770596667109757, "S22": -85.744651735620124, "W31": -98.591013731237567, "S31": -98.591013731237567, "W32": -99.987857123376628, "S32": -104.98785712337663 }, "geometry": { "type": "Point", "coordinates": [ 102533.0, 506679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0729111636603452, "S12": -8.0729111636603452, "W13": -20.0, "S13": -20.0, "W21": -43.431632650416461, "S21": -43.431632650416432, "W22": -85.559023145194033, "S22": -97.88535054307178, "W31": -97.88535054307178, "S31": -97.88535054307178, "W32": -97.88535054307178, "S32": -99.227286191866611 }, "geometry": { "type": "Point", "coordinates": [ 102533.055363321793266, 516986.328719723154791 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0763633241594128, "S12": -8.0763633241594128, "W13": -20.0, "S13": -20.0, "W21": -43.464311853527718, "S21": -43.464311853527718, "W22": -39.407658478095513, "S22": -39.872228850379919, "W31": -60.0, "S31": -60.5, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102533.131487889273558, 517036.155709342565387 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0798154846584751, "S12": -8.0798154846584751, "W13": -20.0, "S13": -20.0, "W21": -43.496991056638933, "S21": -43.496991056638933, "W22": -72.0595405185787, "S22": -75.928862440896012, "W31": -90.0, "S31": -90.0, "W32": -100.00996572535578, "S32": -105.00996572535578 }, "geometry": { "type": "Point", "coordinates": [ 102533.20761245675385, 517085.982698961917777 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0832676451575765, "S12": -8.0832676451575765, "W13": -20.0, "S13": -20.0, "W21": -43.529670259750205, "S21": -43.529670259750205, "W22": -68.802492176124431, "S22": -99.999999999999986, "W31": -99.999999999999986, "S31": -108.80249217612443, "W32": -108.80249217612443, "S32": -108.80249217612443 }, "geometry": { "type": "Point", "coordinates": [ 102533.28373702421959, 517135.809688581328373 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2002539064684092, "S11": 3.2002539064684092, "W12": -8.9388509444197783, "S12": -8.9388509444197783, "W13": -17.276820620969673, "S13": -20.11675030215963, "W21": -38.129202282354143, "S21": -53.908946997724144, "W22": -84.87203434073902, "S22": -90.0, "W31": -90.0, "S31": -97.784532639764635, "W32": -97.784532639764635, "S32": -99.020237070890872 }, "geometry": { "type": "Point", "coordinates": [ 102533.333333333328483, 502084.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0867198056566405, "S12": -8.0867198056566405, "W13": -20.0, "S13": -20.0, "W21": -43.56234946286142, "S21": -43.56234946286142, "W22": -35.872355515260658, "S22": -37.601881377329626, "W31": -80.0, "S31": -80.0, "W32": -92.283741491029772, "S32": -97.283741491029772 }, "geometry": { "type": "Point", "coordinates": [ 102533.359861591699882, 517185.636678200680763 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0901719661557401, "S12": -8.0901719661557401, "W13": -20.0, "S13": -20.0, "W21": -43.595028665972691, "S21": -43.595028665972691, "W22": -38.829569708142692, "S22": -44.781098626690806, "W31": -70.000000000000014, "S31": -71.504112261411265, "W32": -96.55775200130698, "S32": -101.55775200130698 }, "geometry": { "type": "Point", "coordinates": [ 102533.435986159165623, 517235.463667820091359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0936241266548041, "S12": -8.0936241266548041, "W13": -20.0, "S13": -20.0, "W21": -43.627707869083906, "S21": -43.627707869083906, "W22": -41.322788360259061, "S22": -42.404477263559762, "W31": -69.818930933301218, "S31": -69.94184217462066, "W32": -79.994641346604496, "S32": -84.994641346604496 }, "geometry": { "type": "Point", "coordinates": [ 102533.512110726645915, 517285.290657439443748 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0970762871539002, "S12": -8.0970762871539002, "W13": -20.0, "S13": -20.0, "W21": -43.660387072195142, "S21": -43.660387072195142, "W22": -47.045195516678803, "S22": -47.045195516678803, "W31": -70.0, "S31": -70.0, "W32": -82.098172101057671, "S32": -87.098172101057671 }, "geometry": { "type": "Point", "coordinates": [ 102533.588235294111655, 517335.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1005284476529678, "S12": -8.1005284476529678, "W13": -20.0, "S13": -20.0, "W21": -43.693066275306393, "S21": -43.693066275306393, "W22": -45.350568009962217, "S22": -45.356455982510653, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102533.664359861591947, 517384.944636678206734 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1039806081520318, "S12": -8.1039806081520318, "W13": -20.0, "S13": -20.0, "W21": -43.725745478417615, "S21": -43.725745478417615, "W22": -61.962428715196246, "S22": -81.962428715196239, "W31": -88.533136283288414, "S31": -88.533136283288414, "W32": -98.166927104828147, "S32": -103.16692710482815 }, "geometry": { "type": "Point", "coordinates": [ 102533.740484429072239, 517434.771626297559123 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1074327686511314, "S12": -8.1074327686511314, "W13": -20.0, "S13": -20.0, "W21": -43.758424681528886, "S21": -43.758424681528886, "W22": -38.382867248027075, "S22": -47.50887073539289, "W31": -80.162097262622666, "S31": -80.639288367005079, "W32": -95.000896124623353, "S32": -100.00089612462335 }, "geometry": { "type": "Point", "coordinates": [ 102533.81660899653798, 517484.59861591696972 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1108849291501954, "S12": -8.1108849291501954, "W13": -20.0, "S13": -20.0, "W21": -43.791103884640094, "S21": -43.791103884640094, "W22": -41.155635451505013, "S22": -41.155635451505013, "W31": -70.0, "S31": -70.0, "W32": -81.997858312686347, "S32": -86.997858312686347 }, "geometry": { "type": "Point", "coordinates": [ 102533.892733564018272, 517534.425605536322109 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.114337089649295, "S12": -8.114337089649295, "W13": -20.0, "S13": -20.0, "W21": -43.823783087751373, "S21": -43.823783087751373, "W22": -38.276026334408172, "S22": -46.257739726582138, "W31": -73.161662817551957, "S31": -73.692870106845803, "W32": -95.006346378129265, "S32": -100.00634637812927 }, "geometry": { "type": "Point", "coordinates": [ 102533.968858131484012, 517584.252595155732706 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.43208980191564511, "W12": -5.307113419057039, "S12": -5.8124970561914182, "W13": -15.0, "S13": -15.0, "W21": -48.142470776156244, "S21": -56.2454413419673, "W22": -60.236322317164472, "S22": -77.94151725820052, "W31": -94.160906654321522, "S31": -94.160906654321522, "W32": -94.160906654321522, "S32": -98.44722286241101 }, "geometry": { "type": "Point", "coordinates": [ 102534.0, 499034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2415875677990293, "S11": 0.99535317086462416, "W12": -5.5635653643257506, "S12": -5.6701107121390679, "W13": -15.0, "S13": -15.316635349049083, "W21": -49.999999999999993, "S21": -57.487518194210189, "W22": -68.772874852420301, "S22": -109.3367164433391, "W31": -109.3367164433391, "S31": -109.3367164433391, "W32": -109.3367164433391, "S32": -109.3367164433391 }, "geometry": { "type": "Point", "coordinates": [ 102534.0, 499131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1177892501483591, "S12": -8.1177892501483591, "W13": -20.0, "S13": -20.0, "W21": -43.856462290862588, "S21": -43.856462290862588, "W22": -79.958931464527652, "S22": -94.260610273500788, "W31": -94.260610273500788, "S31": -94.260610273500788, "W32": -94.260610273500788, "S32": -98.145171192029693 }, "geometry": { "type": "Point", "coordinates": [ 102534.044982698964304, 517634.079584775085095 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1212414106474533, "S12": -8.1212414106474533, "W13": -20.0, "S13": -20.0, "W21": -43.889141493973824, "S21": -43.889141493973824, "W22": -66.726113519237884, "S22": -106.21329300641737, "W31": -106.21329300641737, "S31": -106.21329300641737, "W32": -106.21329300641737, "S32": -106.21329300641737 }, "geometry": { "type": "Point", "coordinates": [ 102534.121107266430045, 517683.906574394437484 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1246935711465227, "S12": -8.1246935711465227, "W13": -20.0, "S13": -20.0, "W21": -43.921820697085074, "S21": -43.921820697085074, "W22": -35.334646395403418, "S22": -36.511142009382219, "W31": -71.186751837830201, "S31": -71.472475873776048, "W32": -76.787365112736211, "S32": -81.787365112736211 }, "geometry": { "type": "Point", "coordinates": [ 102534.197231833910337, 517733.733564013848081 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4397703371042008, "S11": 2.4397703371042008, "W12": -10.321639506705779, "S12": -16.674875268161365, "W13": -20.689393939393938, "S13": -20.689393939393938, "W21": -34.008819074634836, "S21": -34.008819074634836, "W22": -39.894026819433321, "S22": -39.894026819433321, "W31": -71.541220046866883, "S31": -71.541220046866883, "W32": -95.534389050160712, "S32": -100.53438905016071 }, "geometry": { "type": "Point", "coordinates": [ 102534.25, 506717.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1281457316455867, "S12": -8.1281457316455867, "W13": -20.0, "S13": -20.0, "W21": -43.954499900196289, "S21": -43.954499900196289, "W22": -45.352499322790919, "S22": -45.35596942244127, "W31": -80.464538381394107, "S31": -80.464538381394107, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102534.273356401390629, 517783.56055363320047 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.139662993644226, "S12": -8.139662993644226, "W13": -20.0, "S13": -20.0, "W21": -43.987179103307561, "S21": -43.987179103307561, "W22": -61.530292229768065, "S22": -70.095246912547523, "W31": -96.854345979628789, "S31": -96.854345979628789, "W32": -96.857636439057899, "S32": -101.8576364390579 }, "geometry": { "type": "Point", "coordinates": [ 102534.349480968856369, 517833.387543252611067 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1590178547661676, "S12": -8.1590178547661676, "W13": -20.0, "S13": -20.0, "W21": -44.019858306418783, "S21": -44.019858306418783, "W22": -80.0, "S22": -93.385869565217391, "W31": -93.385869565217391, "S31": -93.385869565217391, "W32": -98.460794243070353, "S32": -103.46079424307035 }, "geometry": { "type": "Point", "coordinates": [ 102534.425605536336661, 517883.214532871963456 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60111567904734897, "S11": 0.60111567904734897, "W12": -8.8269055959560134, "S12": -8.8269055959560134, "W13": -16.611112000747681, "S13": -17.150469535352016, "W21": -26.011787344004674, "S21": -26.011787344004674, "W22": -69.811841398596215, "S22": -84.377987088595262, "W31": -93.058263480723525, "S31": -93.058263480723525, "W32": -93.058263480723525, "S32": -97.8125 }, "geometry": { "type": "Point", "coordinates": [ 102534.5, 497236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.178372715888182, "S12": -8.178372715888182, "W13": -20.0, "S13": -20.0, "W21": -44.052537509530048, "S21": -44.052537509530048, "W22": -50.446901421536744, "S22": -55.555857460874392, "W31": -81.421449086869345, "S31": -81.421449086869345, "W32": -97.588573092848051, "S32": -102.58857309284805 }, "geometry": { "type": "Point", "coordinates": [ 102534.501730103802402, 517933.041522491374053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1977275770101183, "S12": -8.1977275770101183, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -44.085216712641262, "S21": -44.085216712641262, "W22": -44.930318949909015, "S22": -44.930318949909015, "W31": -87.377919847517703, "S31": -87.377919847517703, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102534.577854671282694, 517982.868512110726442 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2170824381321097, "S12": -8.2170824381321097, "W13": -20.0, "S13": -20.0, "W21": -44.117895915752499, "S21": -44.117895915752499, "W22": -68.053142807464027, "S22": -82.437791165541569, "W31": -90.0, "S31": -90.0, "W32": -98.788895015811207, "S32": -103.78889501581121 }, "geometry": { "type": "Point", "coordinates": [ 102534.653979238748434, 518032.695501730078831 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2364372992540744, "S12": -8.2364372992540744, "W13": -20.0, "S13": -20.0, "W21": -44.150575118863749, "S21": -44.150575118863749, "W22": -39.987605137344715, "S22": -39.987605137344715, "W31": -67.176456101465334, "S31": -67.176456101465334, "W32": -93.956427151784268, "S32": -98.956427151784268 }, "geometry": { "type": "Point", "coordinates": [ 102534.730103806228726, 518082.522491349489428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2557921603760107, "S12": -8.2557921603760107, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -44.183254321974971, "S21": -44.183254321974971, "W22": -39.648612081065245, "S22": -40.315269197134278, "W31": -60.0, "S31": -60.5, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102534.806228373709018, 518132.349480968841817 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2751470214980252, "S12": -8.2751470214980252, "W13": -20.0, "S13": -20.0, "W21": -44.215933525086243, "S21": -44.215933525086243, "W22": -40.146772995585046, "S22": -40.16397483044743, "W31": -72.740387425080243, "S31": -72.792335477028288, "W32": -90.006191634415103, "S32": -95.006191634415103 }, "geometry": { "type": "Point", "coordinates": [ 102534.882352941174759, 518182.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.24861272819745, "S21": -44.24861272819745, "W22": -39.194688749393755, "S22": -46.188398474983863, "W31": -70.0, "S31": -71.766474296368642, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102534.958477508655051, 518232.003460207604803 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65715905869010482, "S11": 0.65715905869010482, "W12": -7.5260093339836818, "S12": -7.5260093339836818, "W13": -16.727647445159594, "S13": -17.595301135224226, "W21": -30.552994634610968, "S21": -30.552994634610968, "W22": -89.631417135564718, "S22": -98.285151624804627, "W31": -98.285151624804627, "S31": -98.285151624804627, "W32": -98.285151624804627, "S32": -100.17514174860453 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 497510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.006175370099236, "S12": -18.020217247642154, "W13": -20.527018399210633, "S13": -20.616741715990269, "W21": -32.659233940601979, "S21": -32.659233940601979, "W22": -70.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -102.68192694278966 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13134707649627608, "S11": 0.13134707649627608, "W12": -7.240372360675857, "S12": -11.713132604521832, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -44.409298275503055, "S22": -53.479566829304545, "W31": -78.60189596933165, "S31": -78.60189596933165, "W32": -97.154229521863414, "S32": -102.15422952186341 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 505721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -24.063412867191701, "W13": -24.063412867191701, "S13": -24.063412867191701, "W21": -39.103656928343518, "S21": -39.106156485410949, "W22": -40.337084969402774, "S22": -40.337084969402774, "W31": -73.066293748582652, "S31": -73.066293748582652, "W32": -95.88701935649739, "S32": -100.88701935649739 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 507825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9150755101159302, "S11": 2.9150755101159302, "W12": -8.7295632698768184, "S12": -18.213806366772523, "W13": -20.302090252400216, "S13": -20.302090252400216, "W21": -39.480204594734339, "S21": -40.363831405299521, "W22": -42.807621448657038, "S22": -42.807621448657038, "W31": -68.691171884983902, "S31": -73.145342572532911, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 508034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.003346747539203, "W13": -30.0, "S13": -30.0, "W21": -36.71206945965185, "S21": -36.71206945965185, "W22": -37.240002, "S22": -47.930002, "W31": -67.43, "S31": -67.43, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.0, 510387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.281291931308729, "S21": -44.281291931308729, "W22": -51.621639864218714, "S22": -53.322907754557413, "W31": -68.42937840405952, "S31": -74.067426851154934, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.034602076120791, 518281.8304498270154 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.313971134419944, "S21": -44.313971134419944, "W22": -36.247364619682244, "S22": -49.842742154272173, "W31": -69.250572107180787, "S31": -69.250572107180787, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.110726643601083, 518331.657439446367789 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.346650337531173, "S21": -44.346650337531173, "W22": -47.841649919803061, "S22": -47.841649919803061, "W31": -70.0, "S31": -70.0, "W32": -82.078602767411027, "S32": -87.078602767411027 }, "geometry": { "type": "Point", "coordinates": [ 102535.186851211066823, 518381.484429065720178 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.379329540642431, "S21": -44.379329540642431, "W22": -40.0, "S22": -44.403943346745315, "W31": -70.508878750798317, "S31": -70.816161263979339, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.262975778547116, 518431.311418685130775 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.412008743753645, "S21": -44.412008743753645, "W22": -41.355023186405418, "S22": -42.461345852081827, "W31": -69.791588777044666, "S31": -69.865237865586266, "W32": -80.097282009268611, "S32": -85.097282009268611 }, "geometry": { "type": "Point", "coordinates": [ 102535.339100346027408, 518481.138408304483164 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -44.444687946864917, "S21": -44.444687946864917, "W22": -37.339758435577082, "S22": -38.232770447860524, "W31": -70.539733187500005, "S31": -70.570345024723906, "W32": -77.78645661865275, "S32": -82.78645661865275 }, "geometry": { "type": "Point", "coordinates": [ 102535.415224913493148, 518530.965397923893761 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4085290918277931, "S11": -1.4085290918277931, "W12": -10.681013947310046, "S12": -10.681013947310046, "W13": -26.235158839881258, "S13": -26.235158839881258, "W21": -40.574028649852899, "S21": -40.574028649852899, "W22": -36.481340182157098, "S22": -36.481340182157091, "W31": -70.0, "S31": -70.0, "W32": -78.294598236022964, "S32": -83.294598236022964 }, "geometry": { "type": "Point", "coordinates": [ 102535.444444444437977, 509127.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.477367149976132, "S21": -44.477367149976132, "W22": -71.068898084908213, "S22": -98.942565754159958, "W31": -98.942565754159958, "S31": -98.942565754159958, "W32": -100.02363352944135, "S32": -105.02363352944135 }, "geometry": { "type": "Point", "coordinates": [ 102535.49134948097344, 518580.79238754324615 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.510046353087404, "S21": -44.510046353087404, "W22": -75.748653281096963, "S22": -81.573669393526231, "W31": -92.719107075838963, "S31": -92.719107075838963, "W32": -99.055783582089546, "S32": -104.05578358208955 }, "geometry": { "type": "Point", "coordinates": [ 102535.56747404843918, 518630.619377162656747 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.542725556198619, "S21": -44.542725556198619, "W22": -86.057427925053659, "S22": -97.806144681635715, "W31": -97.806144681635715, "S31": -97.806144681635715, "W32": -97.806144681635715, "S32": -99.269979640679139 }, "geometry": { "type": "Point", "coordinates": [ 102535.643598615919473, 518680.446366782009136 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.575404759309855, "S21": -44.575404759309855, "W22": -39.722970455195814, "S22": -40.391490242611717, "W31": -60.0, "S31": -60.20432692307692, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.719723183385213, 518730.273356401361525 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.608083962421105, "S21": -44.608083962421105, "W22": -35.14079837669037, "S22": -36.2911576708171, "W31": -70.923845066021215, "S31": -70.967704836613663, "W32": -76.734187806004471, "S32": -81.734187806004471 }, "geometry": { "type": "Point", "coordinates": [ 102535.795847750865505, 518780.100346020772122 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.64076316553232, "S21": -44.64076316553232, "W22": -39.477762761067794, "S22": -40.045720058923344, "W31": -60.0, "S31": -60.027180659915174, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102535.871972318345797, 518829.927335640124511 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.673442368643599, "S21": -44.673442368643599, "W22": -41.221562723120286, "S22": -42.312682456657335, "W31": -69.743594566594439, "S31": -69.743594566594439, "W32": -80.343764163975464, "S32": -85.343764163975464 }, "geometry": { "type": "Point", "coordinates": [ 102535.948096885811538, 518879.754325259535108 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0727607037180595, "S11": 2.5727607037180595, "W12": -7.8811404397608671, "S12": -7.8811404397608671, "W13": -18.902408900836321, "S13": -20.683337725559429, "W21": -49.898452029716012, "S21": -63.94340381644318, "W22": -46.93867811298086, "S22": -48.593981642751992, "W31": -89.308182691928351, "S31": -89.308182691928351, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102536.0, 499687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4463857658586896, "S11": 3.2299702666182171, "W12": -5.0, "S12": -5.0, "W13": -21.150232480903355, "S13": -21.153259386732952, "W21": -40.0, "S21": -55.230623713347804, "W22": -71.048351139172496, "S22": -98.797638217928068, "W31": -98.807063921326659, "S31": -98.807063921326659, "W32": -100.05011649151038, "S32": -105.05011649151038 }, "geometry": { "type": "Point", "coordinates": [ 102536.0, 500587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65679744693816866, "S11": 0.65679744693816866, "W12": -8.5213658256545024, "S12": -8.5213658256545024, "W13": -23.507825878476275, "S13": -23.507825878476275, "W21": -37.56156244569528, "S21": -37.56156244569528, "W22": -70.0, "S22": -92.627359904105489, "W31": -92.874754161546576, "S31": -92.874754161546576, "W32": -98.471304854130594, "S32": -103.47130485413059 }, "geometry": { "type": "Point", "coordinates": [ 102536.0, 506206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95732234000785243, "S11": 0.95732234000785243, "W12": -8.9336765081255844, "S12": -12.050636031557525, "W13": -31.576104678742713, "S13": -31.576104678742713, "W21": -35.944089362962387, "S21": -35.944089362962387, "W22": -70.467961795476867, "S22": -85.543246325805598, "W31": -95.738346799084795, "S31": -95.738346799084795, "W32": -98.854685665570372, "S32": -103.85468566557037 }, "geometry": { "type": "Point", "coordinates": [ 102536.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.706121571754807, "S21": -44.706121571754807, "W22": -40.10819029074095, "S22": -47.401715953270148, "W31": -74.726785648286196, "S31": -74.726785648286196, "W32": -90.648818111603674, "S32": -95.648818111603674 }, "geometry": { "type": "Point", "coordinates": [ 102536.02422145329183, 518929.581314878887497 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -40.11749536496108, "S22": -41.394091109641927, "W31": -72.113075127095271, "S31": -72.113075127095271, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102536.10034602075757, 518979.408304498298094 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -40.234709498889885, "S22": -45.268559992542919, "W31": -73.763780627318724, "S31": -73.78196244550054, "W32": -90.24896887858624, "S32": -95.24896887858624 }, "geometry": { "type": "Point", "coordinates": [ 102536.176470588237862, 519029.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -40.10351451779087, "S22": -44.515903154901174, "W31": -70.436415132292922, "S31": -70.722388330886943, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102536.252595155703602, 519079.062283737002872 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -36.743577838038945, "S22": -36.743577838038945, "W31": -80.020567877004169, "S31": -80.020567877004169, "W32": -92.600171281398971, "S32": -97.600171281398971 }, "geometry": { "type": "Point", "coordinates": [ 102536.328719723183895, 519128.889273356413469 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -38.15559519263455, "S22": -47.626880306211277, "W31": -73.358759842519689, "S31": -73.851275840928892, "W32": -95.006342400989894, "S32": -100.00634240098989 }, "geometry": { "type": "Point", "coordinates": [ 102536.404844290664187, 519178.716262975765858 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -64.14449483085059, "S22": -91.107730124968242, "W31": -98.550249139457904, "S31": -98.550249139457904, "W32": -98.550249139457904, "S32": -102.80383230676375 }, "geometry": { "type": "Point", "coordinates": [ 102536.480968858129927, 519228.543252595176455 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -86.679331747781191, "S22": -97.827735206145576, "W31": -97.827735206145576, "S31": -97.827735206145576, "W32": -97.827735206145576, "S32": -99.408239647543965 }, "geometry": { "type": "Point", "coordinates": [ 102536.557093425610219, 519278.370242214528844 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -39.935826280886609, "S22": -40.305449926737829, "W31": -64.763818570906622, "S31": -65.263818570906622, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102536.633217993075959, 519328.197231833881233 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -50.585133316858354, "S22": -52.566099056746815, "W31": -68.526372080825027, "S31": -73.512575562100253, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102536.709342560556252, 519378.02422145329183 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -37.305694984646863, "S22": -37.305694984646863, "W31": -80.046108969663237, "S31": -80.046108969663237, "W32": -93.190846520531579, "S32": -98.190846520531579 }, "geometry": { "type": "Point", "coordinates": [ 102536.785467128021992, 519427.851211072644219 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1462880764986196, "S11": 1.1462880764986196, "W12": -8.5502705507887349, "S12": -8.5502705507887349, "W13": -20.047816225872349, "S13": -20.047816225872349, "W21": -44.092930427261024, "S21": -44.092930427261024, "W22": -87.73838389697778, "S22": -97.947053125500844, "W31": -97.947053125500844, "S31": -97.947053125500844, "W32": -97.947053125500844, "S32": -99.701945184997115 }, "geometry": { "type": "Point", "coordinates": [ 102536.8, 514545.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -47.0, "S21": -47.0, "W22": -70.0, "S22": -100.13545042125729, "W31": -100.13545042125729, "S31": -100.13545042125729, "W32": -100.13545042125729, "S32": -101.9510668798039 }, "geometry": { "type": "Point", "coordinates": [ 102536.861591695502284, 519477.678200692054816 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -19.937617673418742, "S13": -19.937617673418742, "W21": -47.0, "S21": -47.0, "W22": -39.779938704092942, "S22": -40.421493496684491, "W31": -60.218815835644506, "S31": -60.243775771541948, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102536.937716262982576, 519527.505190311407205 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.570691661279897, "S12": -16.957207494960045, "W13": -20.0, "S13": -20.19355004145547, "W21": -32.390528475881268, "S21": -32.390528475881268, "W22": -67.642716574328006, "S22": -81.566242203842648, "W31": -90.0, "S31": -90.0, "W32": -98.752375140428015, "S32": -103.75237514042801 }, "geometry": { "type": "Point", "coordinates": [ 102537.0, 505546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0538060026098304, "S11": 1.0538060026098304, "W12": -13.040365499977469, "S12": -13.040365499977469, "W13": -21.121774441930839, "S13": -21.121774441930839, "W21": -37.682072401365048, "S21": -39.253702865292347, "W22": -68.842680557199884, "S22": -83.370907139023075, "W31": -98.675070556481444, "S31": -98.675070556481444, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102537.0, 507394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1927365528072245, "S11": 1.1927365528072245, "W12": -8.4697524036416247, "S12": -11.610556031286714, "W13": -31.040602991180737, "S13": -31.040602991180737, "W21": -35.800281691826228, "S21": -35.800281691826228, "W22": -69.163330145508411, "S22": -108.57753132894035, "W31": -108.57753132894035, "S31": -108.57753132894035, "W32": -108.57753132894035, "S32": -108.57753132894035 }, "geometry": { "type": "Point", "coordinates": [ 102537.0, 510482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57650319010223416, "S11": 0.57650319010223416, "W12": -7.91332808605934, "S12": -7.91332808605934, "W13": -20.0, "S13": -20.0, "W21": -42.929209207530576, "S21": -42.929209207530576, "W22": -35.423481701762043, "S22": -47.793462418640445, "W31": -73.643126964445344, "S31": -73.643126964445344, "W32": -90.916009143404096, "S32": -95.916009143404096 }, "geometry": { "type": "Point", "coordinates": [ 102537.352941176475724, 514917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8902380599810109, "S11": 1.4204790659188391, "W12": -5.9718368776788653, "S12": -5.9718368776788653, "W13": -16.150380341880343, "S13": -16.150380341880343, "W21": -60.0, "S21": -66.443447773952826, "W22": -48.180710486176473, "S22": -48.180710486176473, "W31": -70.0, "S31": -70.0, "W32": -82.111015859408496, "S32": -87.111015859408496 }, "geometry": { "type": "Point", "coordinates": [ 102538.0, 499285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5170211449200615, "S11": 3.5170211449200615, "W12": -5.0, "S12": -5.0, "W13": -20.462561714019564, "S13": -20.637343271419137, "W21": -41.147108726555693, "S21": -66.1471087265557, "W22": -39.970001, "S22": -54.470001, "W31": -75.970001, "S31": -75.970001, "W32": -90.970001, "S32": -95.970001 }, "geometry": { "type": "Point", "coordinates": [ 102538.0, 500338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4575288898999093, "S11": 3.0008559655889613, "W12": -7.0427126540581035, "S12": -8.719034160213063, "W13": -20.0, "S13": -24.979633757002588, "W21": -60.0, "S21": -80.0, "W22": -48.638104322927312, "S22": -48.638104322927312, "W31": -70.0, "S31": -70.0, "W32": -82.173835138040744, "S32": -87.173835138040744 }, "geometry": { "type": "Point", "coordinates": [ 102538.0, 501290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90186716587986338, "S11": -0.90186716587986338, "W12": -10.0, "S12": -13.0, "W13": -29.835410365709507, "S13": -29.835410365709507, "W21": -39.126914606763464, "S21": -39.126914606763464, "W22": -67.148397133174043, "S22": -81.867238465854768, "W31": -93.186799956301755, "S31": -93.186799956301755, "W32": -93.186799956301755, "S32": -97.394252154573209 }, "geometry": { "type": "Point", "coordinates": [ 102538.5, 509860.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4320956551410373, "S11": 2.9320956551410373, "W12": -7.2215522509676102, "S12": -7.2215522509676102, "W13": -20.0, "S13": -24.911601710740317, "W21": -60.0, "S21": -78.133970913689538, "W22": -67.841675541356054, "S22": -74.881419259445948, "W31": -99.956153125782222, "S31": -99.956153125782222, "W32": -99.956153125782222, "S32": -104.73280947834814 }, "geometry": { "type": "Point", "coordinates": [ 102539.0, 501376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2860696517412933, "S11": 1.2860696517412933, "W12": -4.7772625822655934, "S12": -9.7772625822655925, "W13": -19.987927729176299, "S13": -23.706595342650644, "W21": -36.663378611633028, "S21": -36.663378611633028, "W22": -62.984242048973805, "S22": -82.507117865967274, "W31": -98.167125597849719, "S31": -98.167125597849719, "W32": -98.167125597849719, "S32": -102.62139241810598 }, "geometry": { "type": "Point", "coordinates": [ 102539.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10215407810777943, "S11": 0.10215407810777943, "W12": -10.531461114533515, "S12": -20.304240422437687, "W13": -20.304240422437687, "S13": -20.304240422437687, "W21": -40.0, "S21": -40.0, "W22": -39.961396107511106, "S22": -54.241172352690612, "W31": -75.708965234754174, "S31": -75.708965234754174, "W32": -90.745747192312095, "S32": -95.745747192312095 }, "geometry": { "type": "Point", "coordinates": [ 102539.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57534509666003586, "S11": 0.57534509666003586, "W12": -9.9804098583274232, "S12": -9.9804098583274232, "W13": -17.861271339314719, "S13": -18.628007473541484, "W21": -20.0, "S21": -20.0, "W22": -48.991603921530981, "S22": -53.542802108380478, "W31": -89.736422125077027, "S31": -89.736422125077027, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102539.5, 496996.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6496705457501819, "S11": 3.1496705457501819, "W12": -7.3716112859808289, "S12": -8.0323923412363332, "W13": -19.969673596985789, "S13": -21.362003145312869, "W21": -47.862740428009772, "S21": -65.800105438808913, "W22": -62.34308060086768, "S22": -62.34308060086768, "W31": -97.104667506247168, "S31": -97.104667506247168, "W32": -97.104667506247168, "S32": -102.06826925682041 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4338236204228982, "S11": 3.1698784030525595, "W12": -7.2811565304087731, "S12": -7.2811565304087731, "W13": -21.1845067264574, "S13": -22.344147982062779, "W21": -40.0, "S21": -53.685327078446704, "W22": -73.172158456655154, "S22": -94.316326530612244, "W31": -94.316326530612244, "S31": -94.316326530612244, "W32": -99.650746268656718, "S32": -104.65074626865672 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 500616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3983298453139215, "S11": 2.8983298453139215, "W12": -7.1369036463638214, "S12": -7.1369036463638214, "W13": -20.104322372914432, "S13": -24.923857340687459, "W21": -55.81650500874543, "S21": -71.432376017281626, "W22": -74.614897579143388, "S22": -84.822523371603737, "W31": -92.783013088603383, "S31": -92.783013088603383, "W32": -99.270948827292102, "S32": -104.2709488272921 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 501492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.36, "S11": 3.07, "W12": -7.0, "S12": -14.812444602020918, "W13": -18.827433628318584, "S13": -22.50950676908521, "W21": -50.307924479835606, "S21": -64.78293996610445, "W22": -83.250420558037007, "S22": -97.338610622078676, "W31": -97.338610622078676, "S31": -97.338610622078676, "W32": -97.338610622078676, "S32": -98.097717173477392 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7731769658026102, "S11": 2.7731769658026102, "W12": -10.901082493467712, "S12": -23.948201855792401, "W13": -23.948201855792401, "S13": -23.948201855792401, "W21": -39.071157536554402, "S21": -39.071157536554402, "W22": -70.081145095158249, "S22": -92.807191655229872, "W31": -94.113267389678597, "S31": -94.113267389678597, "W32": -99.152825992708884, "S32": -104.15282599270888 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 507971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3204491286859594, "S11": 1.3204491286859594, "W12": -14.174244545200029, "S12": -14.174244545200029, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -37.285542428939614, "S21": -38.058608012351165, "W22": -40.09256941452086, "S22": -42.780485494795109, "W31": -71.108571497439229, "S31": -71.465957963064795, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.0, 512461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3432500835680847, "S11": 1.3432500835680847, "W12": -14.354731554834892, "S12": -14.354731554834892, "W13": -20.0, "S13": -20.0, "W21": -37.476953899584927, "S21": -38.653336763084937, "W22": -90.0, "S22": -105.29076573474728, "W31": -105.29076573474728, "S31": -105.29076573474728, "W32": -105.29076573474728, "S32": -105.29076573474728 }, "geometry": { "type": "Point", "coordinates": [ 102540.023255813954165, 512510.162790697650053 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4098794572506517, "S11": 1.4098794572506517, "W12": -14.535218564469972, "S12": -14.535218564469972, "W13": -20.0, "S13": -20.0, "W21": -37.668365370230468, "S21": -39.248065513819412, "W22": -70.636210682407963, "S22": -85.134548184997641, "W31": -92.930180596866251, "S31": -92.930180596866251, "W32": -92.930180596866251, "S32": -97.660289824854033 }, "geometry": { "type": "Point", "coordinates": [ 102540.04651162790833, 512559.325581395358313 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4765088309331396, "S11": 1.4765088309331396, "W12": -14.715705574104833, "S12": -14.715705574104833, "W13": -20.0, "S13": -20.0, "W21": -37.859776840875782, "S21": -39.842794264553177, "W22": -38.061494370522063, "S22": -43.278287212917107, "W31": -80.106996476334501, "S31": -80.383092087416841, "W32": -94.032174925174601, "S32": -99.032174925174601 }, "geometry": { "type": "Point", "coordinates": [ 102540.069767441862496, 512608.488372093008365 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5431382046157065, "S11": 1.5431382046157065, "W12": -14.896192583739909, "S12": -14.896192583739909, "W13": -20.0, "S13": -20.0, "W21": -38.051188311521315, "S21": -40.437523015287645, "W22": -46.323138516063395, "S22": -46.323138516063395, "W31": -68.351472130405782, "S31": -73.657921042296437, "W32": -96.217971530249116, "S32": -101.21797153024912 }, "geometry": { "type": "Point", "coordinates": [ 102540.093023255816661, 512657.651162790716626 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6097675782981944, "S11": 1.6097675782981944, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -38.242599782166636, "S21": -41.032251766021417, "W22": -42.611752157471152, "S22": -42.611752157471152, "W31": -68.664392784937846, "S31": -73.02723720813195, "W32": -90.235513848396494, "S32": -95.235513848396494 }, "geometry": { "type": "Point", "coordinates": [ 102540.116279069770826, 512706.813953488366678 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6763969519807616, "S11": 1.6763969519807616, "W12": -15.0, "S12": -15.0, "W13": -20.0521746180845, "S13": -20.0521746180845, "W21": -38.434011252812169, "S21": -41.626980516755886, "W22": -48.974634580876803, "S22": -53.524170313846682, "W31": -89.773799986127855, "S31": -89.773799986127855, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.139534883724991, 512755.976744186074939 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7430263256632492, "S11": 1.7430263256632492, "W12": -15.0, "S12": -15.0, "W13": -20.168775688655987, "S13": -20.168775688655987, "W21": -38.625422723457483, "S21": -42.221709267489658, "W22": -39.801433868848619, "S22": -40.398628065824219, "W31": -60.0, "S31": -60.0140625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.162790697679156, 512805.139534883724991 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8316850025161984, "S11": 1.8316850025161984, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.285376759227471, "S13": -20.285376759227471, "W21": -38.816834194102796, "S21": -42.789833771400907, "W22": -40.246595210412153, "S22": -45.795142611023778, "W31": -73.14268620242207, "S31": -73.324504384240257, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.186046511633322, 512854.302325581375044 ] } }, +{ "type": "Feature", "properties": { "W11": 1.923340242010422, "S11": 1.923340242010422, "W12": -15.0, "S12": -15.0, "W13": -20.300465739928626, "S13": -20.300465739928626, "W21": -39.00824566474833, "S21": -42.853595191060577, "W22": -38.026765958531122, "S22": -49.761108697691483, "W31": -80.132949804841431, "S31": -80.552502497746659, "W32": -94.378699700698377, "S32": -99.378699700698377 }, "geometry": { "type": "Point", "coordinates": [ 102540.209302325587487, 512903.465116279083304 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0149954815045374, "S11": 2.0149954815045374, "W12": -15.0, "S12": -15.0, "W13": -20.313640944049386, "S13": -20.313640944049386, "W21": -39.199657135393643, "S21": -42.917356610720176, "W22": -46.025542961778271, "S22": -48.66364112937277, "W31": -68.806886563869838, "S31": -72.220968917270966, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102540.232558139541652, 512952.627906976733357 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0944544576345354, "S11": 2.0944544576345354, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.326816148170145, "S13": -20.326816148170145, "W21": -39.391068606039333, "S21": -42.981118030379854, "W22": -35.517363436253731, "S22": -36.736668300535705, "W31": -71.010324816134016, "S31": -71.398013805494642, "W32": -77.075332944949935, "S32": -82.075332944949935 }, "geometry": { "type": "Point", "coordinates": [ 102540.255813953481265, 513001.790697674441617 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1732062162460184, "S11": 2.1732062162460184, "W12": -15.0, "S12": -15.0, "W13": -20.319723411194179, "S13": -20.319723411194179, "W21": -39.582480076684647, "S21": -43.044879450039453, "W22": -45.662746380254823, "S22": -45.66662963031677, "W31": -81.025786448880822, "S31": -81.025786448880822, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102540.279069767435431, 513050.95348837209167 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2519579748575009, "S11": 2.2519579748575009, "W12": -15.0, "S12": -15.0, "W13": -20.311019807051895, "S13": -20.311019807051895, "W21": -39.77389154732996, "S21": -43.108640869699052, "W22": -70.820511040378079, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.43822597676873 }, "geometry": { "type": "Point", "coordinates": [ 102540.302325581389596, 513100.116279069741722 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3307097334690772, "S11": 2.3307097334690772, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.302316202909612, "S13": -20.302316202909612, "W21": -39.965303017975501, "S21": -43.172402289358722, "W22": -70.0, "S22": -96.508210890233357, "W31": -96.508210890233357, "S31": -96.508210890233357, "W32": -98.180041554571616, "S32": -103.18004155457162 }, "geometry": { "type": "Point", "coordinates": [ 102540.325581395343761, 513149.279069767449982 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4092980117665839, "S11": 2.4092980117665839, "W12": -15.0, "S12": -15.0, "W13": -20.293612598767332, "S13": -20.293612598767332, "W21": -40.156714488620807, "S21": -43.236163709018314, "W22": -70.0, "S22": -86.115638544008775, "W31": -93.545094199616486, "S31": -93.545094199616486, "W32": -98.550072310321568, "S32": -103.55007231032157 }, "geometry": { "type": "Point", "coordinates": [ 102540.348837209297926, 513198.441860465100035 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4969167104768886, "S11": 2.4969167104768886, "W12": -15.0, "S12": -15.0, "W13": -20.284908994625045, "S13": -20.284908994625045, "W21": -40.348125959266348, "S21": -43.299925128677991, "W22": -37.730970530186092, "S22": -44.346543798119875, "W31": -79.028784119106703, "S31": -79.359866857565493, "W32": -95.009631493493885, "S32": -100.00963149349388 }, "geometry": { "type": "Point", "coordinates": [ 102540.372093023252091, 513247.604651162808295 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.276205390482769, "S13": -20.276205390482769, "W21": -40.539537429911661, "S21": -43.36368654833759, "W22": -39.068622346664135, "S22": -47.208646887768317, "W31": -70.0, "S31": -71.437077155287227, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.395348837206257, 513296.767441860458348 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.267501786340482, "S13": -20.267501786340482, "W21": -40.730948900557202, "S21": -43.42744796799726, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.414271713857801, "W32": -82.290436912390746, "S32": -87.290436912390746 }, "geometry": { "type": "Point", "coordinates": [ 102540.418604651160422, 513345.930232558166608 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.258798182198202, "S13": -20.258798182198202, "W21": -40.922360371202515, "S21": -43.491209387656859, "W22": -63.017534228016018, "S22": -73.651521156120594, "W31": -97.722118877569031, "S31": -97.722118877569031, "W32": -97.722118877569031, "S32": -102.42635309219823 }, "geometry": { "type": "Point", "coordinates": [ 102540.441860465114587, 513395.093023255816661 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.250094578055926, "S13": -20.250094578055926, "W21": -41.113771841847829, "S21": -43.554970807316458, "W22": -62.271330215000837, "S22": -66.249868380621407, "W31": -96.53230926506923, "S31": -96.53230926506923, "W32": -98.182669232665333, "S32": -103.18266923266533 }, "geometry": { "type": "Point", "coordinates": [ 102540.465116279068752, 513444.255813953466713 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.241390973913639, "S13": -20.241390973913639, "W21": -41.305183312493362, "S21": -43.618732226976121, "W22": -40.217924446752583, "S22": -40.521823529321388, "W31": -72.507506735647439, "S31": -72.725688553829258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.488372093022917, 513493.418604651174974 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.232687369771359, "S13": -20.232687369771359, "W21": -41.496594783138676, "S21": -43.645685555249322, "W22": -35.21963344600762, "S22": -45.188014798094734, "W31": -75.092130684275787, "S31": -75.092130684275787, "W32": -91.197521457403184, "S32": -96.197521457403184 }, "geometry": { "type": "Point", "coordinates": [ 102540.511627906977083, 513542.581395348825026 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.223983765629072, "S13": -20.223983765629072, "W21": -41.688006253784216, "S21": -43.616000656875556, "W22": -38.759007970113927, "S22": -39.644611552544745, "W31": -70.20851230833334, "S31": -70.20851230833334, "W32": -78.523785367954261, "S32": -83.523785367954261 }, "geometry": { "type": "Point", "coordinates": [ 102540.534883720931248, 513591.744186046533287 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.766978295907439, "S12": -14.766978295907439, "W13": -20.215280161486795, "S13": -20.215280161486795, "W21": -41.879417724429523, "S21": -43.586315758501812, "W22": -37.798990058578219, "S22": -37.798990058578219, "W31": -70.0, "S31": -70.0, "W32": -79.727497082609091, "S32": -84.727497082609091 }, "geometry": { "type": "Point", "coordinates": [ 102540.558139534885413, 513640.906976744183339 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.320405087108915, "S12": -14.320405087108915, "W13": -20.206576557344519, "S13": -20.206576557344519, "W21": -42.070829195074843, "S21": -43.556630860128088, "W22": -39.920005690299718, "S22": -53.870387620283502, "W31": -75.632349074374559, "S31": -75.632349074374559, "W32": -90.406241545812051, "S32": -95.406241545812051 }, "geometry": { "type": "Point", "coordinates": [ 102540.581395348839578, 513690.069767441833392 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.873831878309861, "S12": -13.873831878309861, "W13": -20.197872953202229, "S13": -20.197872953202229, "W21": -42.262240665720377, "S21": -43.526945961754315, "W22": -45.670503699185105, "S22": -45.67157805165315, "W31": -86.986389763036939, "S31": -86.986389763036939, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.604651162793743, 513739.232558139541652 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2574823248062756, "S11": 2.2574823248062756, "W12": -13.427258669511337, "S12": -13.427258669511337, "W13": -20.189169349059956, "S13": -20.189169349059956, "W21": -42.45365213636569, "S21": -43.497261063380577, "W22": -39.627925324272923, "S22": -39.627925324272923, "W31": -60.0, "S31": -61.085431039840884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.627906976747909, 513788.395348837191705 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1370357017951944, "S11": 2.1370357017951944, "W12": -12.980685460712285, "S12": -12.980685460712285, "W13": -20.180465744917665, "S13": -20.180465744917665, "W21": -42.645063607011231, "S21": -43.467576165006811, "W22": -40.0, "S22": -40.156590876762152, "W31": -65.371887885589018, "S31": -65.941530742731871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.651162790702074, 513837.558139534899965 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1957794951065321, "S11": 2.1957794951065321, "W12": -12.544052977299197, "S12": -12.544052977299197, "W13": -20.171762140775389, "S13": -20.171762140775389, "W21": -42.836475077656544, "S21": -43.437891266633081, "W22": -39.914477025965958, "S22": -53.956953218412089, "W31": -75.357374110917192, "S31": -75.39085388670874, "W32": -90.194911197990649, "S32": -95.194911197990649 }, "geometry": { "type": "Point", "coordinates": [ 102540.674418604656239, 513886.720930232550018 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1124711133078216, "S11": 2.1124711133078216, "W12": -12.122968998012517, "S12": -12.122968998012517, "W13": -20.163058536633102, "S13": -20.163058536633102, "W21": -43.027886548302078, "S21": -43.4082063682593, "W22": -39.916287152137102, "S22": -53.967877714188759, "W31": -75.480657799725392, "S31": -75.495453537744879, "W32": -90.284951697062425, "S32": -95.284951697062425 }, "geometry": { "type": "Point", "coordinates": [ 102540.697674418610404, 513935.883720930258278 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0367602806653826, "S11": 2.0367602806653826, "W12": -11.701885018726339, "S12": -11.701885018726339, "W13": -20.154354932490826, "S13": -20.154354932490826, "W21": -43.219298018947391, "S21": -43.37852146988557, "W22": -49.434558726052515, "S22": -49.434558726052515, "W31": -70.0, "S31": -70.0, "W32": -82.312894816355509, "S32": -87.312894816355509 }, "geometry": { "type": "Point", "coordinates": [ 102540.720930232564569, 513985.04651162790833 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9610494480229435, "S11": 1.9610494480229435, "W12": -11.28080103944016, "S12": -11.28080103944016, "W13": -20.145651328348546, "S13": -20.145651328348546, "W21": -43.410709489592705, "S21": -43.410709489592705, "W22": -42.567713888619629, "S22": -42.567713888619629, "W31": -68.702732227990381, "S31": -72.646799932360565, "W32": -89.489163685383716, "S32": -94.489163685383716 }, "geometry": { "type": "Point", "coordinates": [ 102540.744186046518735, 514034.209302325558383 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8853386153803191, "S11": 1.8853386153803191, "W12": -10.859717060153391, "S12": -10.859717060153391, "W13": -20.136947724206234, "S13": -20.136947724206234, "W21": -43.602120960238395, "S21": -43.602120960238395, "W22": -52.095887673012541, "S22": -56.980409053595174, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102540.767441860458348, 514083.372093023266643 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8096277827378802, "S11": 1.8096277827378802, "W12": -10.429637041619657, "S12": -10.429637041619657, "W13": -20.128244120063957, "S13": -20.128244120063957, "W21": -43.793532430883708, "S21": -43.793532430883708, "W22": -90.0, "S22": -90.0, "W31": -90.0, "S31": -103.7880902362801, "W32": -103.7880902362801, "S32": -103.7880902362801 }, "geometry": { "type": "Point", "coordinates": [ 102540.790697674412513, 514132.534883720916696 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7339169500953511, "S11": 1.7339169500953511, "W12": -9.9882943794958106, "S12": -9.9882943794958106, "W13": -20.119540515921667, "S13": -20.119540515921667, "W21": -43.984943901529242, "S21": -43.984943901529242, "W22": -41.518616049255449, "S22": -51.506755216361405, "W31": -76.61826034412735, "S31": -76.61826034412735, "W32": -96.683771155147298, "S32": -101.6837711551473 }, "geometry": { "type": "Point", "coordinates": [ 102540.813953488366678, 514181.697674418624956 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6582061174529121, "S11": 1.6582061174529121, "W12": -9.7365810498099599, "S12": -9.7365810498099599, "W13": -20.110836911779391, "S13": -20.110836911779391, "W21": -44.176355372174562, "S21": -44.176355372174562, "W22": -41.388167820896079, "S22": -49.883040107281282, "W31": -75.966855206981606, "S31": -75.966855206981606, "W32": -96.537202268550757, "S32": -101.53720226855076 }, "geometry": { "type": "Point", "coordinates": [ 102540.837209302320844, 514230.860465116275009 ] } }, +{ "type": "Feature", "properties": { "W11": 1.582495284810473, "S11": 1.582495284810473, "W12": -9.5444661035087499, "S12": -9.5444661035087499, "W13": -20.102133307637114, "S13": -20.102133307637114, "W21": -44.367766842819869, "S21": -44.367766842819869, "W22": -46.321333639615396, "S22": -46.321333639615396, "W31": -68.331820063744402, "S31": -73.608637034900937, "W32": -96.402357651245552, "S32": -101.40235765124555 }, "geometry": { "type": "Point", "coordinates": [ 102540.860465116275009, 514280.023255813925061 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5067844521679445, "S11": 1.5067844521679445, "W12": -9.3611346542523854, "S12": -9.3611346542523854, "W13": -20.093429703494827, "S13": -20.093429703494827, "W21": -44.559178313465409, "S21": -44.559178313465409, "W22": -47.16079096964139, "S22": -47.165079731315132, "W31": -83.597557085438098, "S31": -83.597557085438098, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102540.883720930229174, 514329.186046511633322 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4310736195255054, "S11": 1.4310736195255054, "W12": -9.1778032049962377, "S12": -9.1778032049962377, "W13": -20.084726099352547, "S13": -20.084726099352547, "W21": -44.664442797758895, "S21": -44.664442797758895, "W22": -40.016799279680306, "S22": -40.016799279680306, "W31": -72.124846927205695, "S31": -72.124846927205695, "W32": -95.658712777105222, "S32": -100.65871277710522 }, "geometry": { "type": "Point", "coordinates": [ 102540.906976744183339, 514378.348837209283374 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3553627868829761, "S11": 1.3553627868829761, "W12": -8.9944717557398732, "S12": -8.9944717557398732, "W13": -20.07602249521026, "S13": -20.07602249521026, "W21": -44.509928031982597, "S21": -44.509928031982597, "W22": -70.694845857418102, "S22": -82.208063266202899, "W31": -97.965353731136645, "S31": -97.965353731136645, "W32": -100.03232964306164, "S32": -105.03232964306164 }, "geometry": { "type": "Point", "coordinates": [ 102540.930232558137504, 514427.511627906991635 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2796519542405371, "S11": 1.2796519542405371, "W12": -8.8111403064837255, "S12": -8.8111403064837255, "W13": -20.067318891067984, "S13": -20.067318891067984, "W21": -44.355413266206476, "S21": -44.355413266206476, "W22": -70.0, "S22": -95.699469070255589, "W31": -95.699469070255589, "S31": -95.699469070255589, "W32": -97.948009559554819, "S32": -102.94800955955482 }, "geometry": { "type": "Point", "coordinates": [ 102540.95348837209167, 514476.674418604641687 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2039411215980085, "S11": 1.2039411215980085, "W12": -8.6278088572273628, "S12": -8.6278088572273628, "W13": -20.058615286925697, "S13": -20.058615286925697, "W21": -44.200898500430178, "S21": -44.200898500430178, "W22": -35.368558650623235, "S22": -50.407277579877537, "W31": -71.860491940367382, "S31": -71.860491940367382, "W32": -90.515638873321038, "S32": -95.515638873321038 }, "geometry": { "type": "Point", "coordinates": [ 102540.976744186045835, 514525.837209302349947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88085765806378902, "S11": 0.88085765806378902, "W12": -6.2506367722602745, "S12": -6.2506367722602745, "W13": -16.023076923076925, "S13": -17.639664934445005, "W21": -36.065515158732858, "S21": -46.065515158732858, "W22": -37.233817809621371, "S22": -37.233817809621371, "W31": -80.062795906424697, "S31": -80.062795906424697, "W32": -93.299748745300775, "S32": -98.299748745300775 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3263547119848784, "S11": 1.8263547119848784, "W12": -8.2348645603149269, "S12": -8.2348645603149269, "W13": -17.567765083632018, "S13": -18.384812900679837, "W21": -60.0, "S21": -67.323330009970093, "W22": -38.90110023107303, "S22": -47.495031302943282, "W31": -70.0, "S31": -71.445769333214955, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 499455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9712235656686929, "S11": 2.4712235656686929, "W12": -7.9790794406728134, "S12": -7.9790794406728134, "W13": -18.769923088410994, "S13": -20.5953308242897, "W21": -50.0, "S21": -63.769510252836952, "W22": -41.733704913376883, "S22": -42.498829570724453, "W31": -69.839573535316532, "S31": -70.448742437309477, "W32": -99.760029296740043, "S32": -104.76002929674004 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 499666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59380625476735305, "S11": 0.59380625476735305, "W12": -10.127751329293929, "S12": -16.544290043469864, "W13": -22.062189810594553, "S13": -22.718755467159887, "W21": -34.878248675549486, "S21": -35.234730255560976, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 504831.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.691041023230113, "S21": -38.691041023230113, "W22": -52.516176984959777, "S22": -57.435552139841654, "W31": -90.018362109899883, "S31": -90.018362109899883, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 510153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1282302889555695, "S11": 1.1282302889555695, "W12": -8.444477407971215, "S12": -8.444477407971215, "W13": -20.049911682783417, "S13": -20.049911682783417, "W21": -44.046383734654064, "S21": -44.046383734654064, "W22": -53.492729725678309, "S22": -58.492729725678309, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102541.0, 514575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48078897922868102, "S11": 0.48078897922868102, "W12": -15.0, "S12": -21.701854025687283, "W13": -24.995259929963023, "S13": -24.995259929963023, "W21": -33.97381562299266, "S21": -33.97381562299266, "W22": -70.012486612967464, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -98.875424083435078, "S32": -103.87542408343508 }, "geometry": { "type": "Point", "coordinates": [ 102541.666666666671517, 505284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5546352227467812, "S11": 3.390331719509192, "W12": -10.655193133047209, "S12": -10.655193133047209, "W13": -21.113660280970628, "S13": -23.675810264877935, "W21": -42.838476070528962, "S21": -62.611172316262753, "W22": -42.552059992232081, "S22": -53.537929162981492, "W31": -77.346831631187399, "S31": -77.346831631187399, "W32": -96.844863685961144, "S32": -101.84486368596114 }, "geometry": { "type": "Point", "coordinates": [ 102542.0, 500708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9267595256473227, "S11": 4.9267595256473227, "W12": -2.4343261142266828, "S12": -4.9929032006417238, "W13": -19.291895616370379, "S13": -20.282965907302636, "W21": -31.857008706187578, "S21": -31.857008706187578, "W22": -41.813965162660622, "S22": -43.527450277260186, "W31": -69.282990459146859, "S31": -69.984319286312441, "W32": -99.991850085934459, "S32": -104.99185008593446 }, "geometry": { "type": "Point", "coordinates": [ 102542.0, 510929.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8840041868874295, "S11": 1.8840041868874295, "W12": -7.5118880235074794, "S12": -9.4314857918273241, "W13": -20.0, "S13": -20.0, "W21": -32.497437821872488, "S21": -32.497437821872488, "W22": -39.931005313233868, "S22": -40.521100876107525, "W31": -62.958748716877146, "S31": -63.297979270092419, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.0, 511238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0054529781641453, "S12": -8.0054529781641453, "W13": -20.0, "S13": -20.0, "W21": -42.984909078446606, "S21": -42.984909078446606, "W22": -46.889800919746072, "S22": -46.894672551755349, "W31": -83.155535707036165, "S31": -83.155535707036165, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.0, 516325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0090337188494907, "S12": -8.0090337188494907, "W13": -20.0, "S13": -20.0, "W21": -43.017756042283857, "S21": -43.017756042283857, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.451381832129599, "S32": -87.451381832129599 }, "geometry": { "type": "Point", "coordinates": [ 102542.021897810220253, 516374.974452554772142 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0126144595348343, "S12": -8.0126144595348343, "W13": -20.0, "S13": -20.0, "W21": -43.050603006121065, "S21": -43.050603006121065, "W22": -71.232405380043801, "S22": -79.778805412715087, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -100.06026004023546, "S32": -105.06026004023546 }, "geometry": { "type": "Point", "coordinates": [ 102542.043795620440505, 516424.948905109486077 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0161952002201797, "S12": -8.0161952002201797, "W13": -20.0, "S13": -20.0, "W21": -43.083449969958316, "S21": -43.083449969958316, "W22": -48.548014585205379, "S22": -48.808981747174542, "W31": -68.113304176911356, "S31": -73.974062863046242, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.065693430660758, 516474.923357664258219 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0197759409055216, "S12": -8.0197759409055216, "W13": -20.0, "S13": -20.0, "W21": -43.116296933795539, "S21": -43.116296933795539, "W22": -36.611901820516493, "S22": -36.611901820516493, "W31": -70.0, "S31": -70.0, "W32": -78.545957071676554, "S32": -83.545957071676554 }, "geometry": { "type": "Point", "coordinates": [ 102542.087591240881011, 516524.897810218972154 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.023356681590867, "S12": -8.023356681590867, "W13": -20.0, "S13": -20.0, "W21": -43.149143897632783, "S21": -43.149143897632783, "W22": -48.318765872820954, "S22": -52.248267622979895, "W31": -89.78678985875159, "S31": -89.78678985875159, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.109489051101264, 516574.872262773744296 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0269374222762409, "S12": -8.0269374222762409, "W13": -20.0, "S13": -20.0, "W21": -43.18199086147002, "S21": -43.18199086147002, "W22": -74.700881644890956, "S22": -92.58547771367644, "W31": -92.72155945104663, "S31": -92.72155945104663, "W32": -99.299360341151385, "S32": -104.29936034115138 }, "geometry": { "type": "Point", "coordinates": [ 102542.131386861306964, 516624.846715328458231 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0305181629615863, "S12": -8.0305181629615863, "W13": -20.0, "S13": -20.0, "W21": -43.214837825307271, "S21": -43.214837825307271, "W22": -90.0, "S22": -105.26625320015866, "W31": -105.26625320015866, "S31": -105.26625320015866, "W32": -105.26625320015866, "S32": -105.26625320015866 }, "geometry": { "type": "Point", "coordinates": [ 102542.153284671527217, 516674.821167883230373 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0340989036469281, "S12": -8.0340989036469281, "W13": -20.0, "S13": -20.0, "W21": -43.247684789144486, "S21": -43.247684789144486, "W22": -70.0, "S22": -95.232404876605997, "W31": -95.232404876605997, "S31": -95.232404876605997, "W32": -97.496892824152695, "S32": -102.4968928241527 }, "geometry": { "type": "Point", "coordinates": [ 102542.17518248174747, 516724.795620437944308 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0376796443322753, "S12": -8.0376796443322753, "W13": -20.0, "S13": -20.0, "W21": -43.280531752981737, "S21": -43.280531752981737, "W22": -41.428571428571431, "S22": -42.437282147885718, "W31": -69.866925993844134, "S31": -70.454436246787012, "W32": -99.642220471788065, "S32": -104.64222047178806 }, "geometry": { "type": "Point", "coordinates": [ 102542.197080291967723, 516774.77007299271645 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0412603850176172, "S12": -8.0412603850176172, "W13": -20.0, "S13": -20.0, "W21": -43.313378716818946, "S21": -43.313378716818946, "W22": -44.800320203608898, "S22": -44.800320203608898, "W31": -70.0, "S31": -70.0, "W32": -82.437755198247757, "S32": -87.437755198247757 }, "geometry": { "type": "Point", "coordinates": [ 102542.218978102187975, 516824.744525547430385 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0261279255831806, "S12": -8.0261279255831806, "W13": -20.0, "S13": -20.0, "W21": -43.176361970438997, "S21": -43.176361970438997, "W22": -43.079979683905471, "S22": -53.477253318454558, "W31": -77.564362908737905, "S31": -77.564362908737905, "W32": -96.889550540817794, "S32": -101.88955054081779 }, "geometry": { "type": "Point", "coordinates": [ 102542.224137931028963, 516616.474137931014411 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0448411257029626, "S12": -8.0448411257029626, "W13": -20.0, "S13": -20.0, "W21": -43.346225680656204, "S21": -43.346225680656204, "W22": -39.677904353105241, "S22": -39.677904353105241, "W31": -60.0, "S31": -60.752035552240663, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.240875912408228, 516874.718978102202527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0484218663883045, "S12": -8.0484218663883045, "W13": -20.0, "S13": -20.0, "W21": -43.379072644493412, "S21": -43.379072644493412, "W22": -35.276486996132476, "S22": -50.276486996132476, "W31": -72.085988638657398, "S31": -72.085988638657398, "W32": -90.550997147409049, "S32": -95.550997147409049 }, "geometry": { "type": "Point", "coordinates": [ 102542.262773722628481, 516924.693430656916462 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0520026070736517, "S12": -8.0520026070736517, "W13": -20.0, "S13": -20.0, "W21": -43.411919608330663, "S21": -43.411919608330663, "W22": -40.534101659929476, "S22": -41.844392440569017, "W31": -69.011202629588198, "S31": -71.45801419431983, "W32": -84.424814737219478, "S32": -89.424814737219478 }, "geometry": { "type": "Point", "coordinates": [ 102542.284671532848733, 516974.667883211688604 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0555833477589918, "S12": -8.0555833477589918, "W13": -20.0, "S13": -20.0, "W21": -43.444766572167879, "S21": -43.444766572167879, "W22": -39.03883635262244, "S22": -39.03883635262244, "W31": -70.0, "S31": -70.0, "W32": -81.039200738273877, "S32": -86.039200738273877 }, "geometry": { "type": "Point", "coordinates": [ 102542.306569343068986, 517024.642335766402539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.059164088444339, "S12": -8.059164088444339, "W13": -20.0, "S13": -20.0, "W21": -43.47761353600513, "S21": -43.47761353600513, "W22": -57.9, "S22": -57.9, "W31": -70.0, "S31": -70.0, "W32": -82.648623984906905, "S32": -87.648623984906905 }, "geometry": { "type": "Point", "coordinates": [ 102542.328467153289239, 517074.616788321174681 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0627448291296808, "S12": -8.0627448291296808, "W13": -20.0, "S13": -20.0, "W21": -43.510460499842353, "S21": -43.510460499842353, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.350364963509492, 517124.591240875888616 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0663255698150262, "S12": -8.0663255698150262, "W13": -20.0, "S13": -20.0, "W21": -43.543307463679596, "S21": -43.543307463679596, "W22": -37.669437052200685, "S22": -37.669437052200685, "W31": -80.104956620385948, "S31": -80.280019735352283, "W32": -93.841619554373125, "S32": -98.841619554373125 }, "geometry": { "type": "Point", "coordinates": [ 102542.372262773729744, 517174.565693430660758 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6735883581719548, "S11": 3.6735883581719548, "W12": -3.6509269139950931, "S12": -6.0198201789588737, "W13": -19.681783442578869, "S13": -20.137742749060656, "W21": -31.971982291832809, "S21": -31.971982291832809, "W22": -38.451981262942041, "S22": -44.191457775738719, "W31": -70.0, "S31": -71.115786206743664, "W32": -95.931628818820442, "S32": -100.93162881882044 }, "geometry": { "type": "Point", "coordinates": [ 102542.384615384609788, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0699063105004001, "S12": -8.0699063105004001, "W13": -20.0, "S13": -20.0, "W21": -43.576154427516833, "S21": -43.576154427516833, "W22": -40.011135766579791, "S22": -40.979224223532377, "W31": -69.969458229713467, "S31": -69.999966271582238, "W32": -79.140277404313935, "S32": -84.140277404313935 }, "geometry": { "type": "Point", "coordinates": [ 102542.394160583935445, 517224.540145985374693 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0734870511857455, "S12": -8.0734870511857455, "W13": -20.0, "S13": -20.0, "W21": -43.609001391354084, "S21": -43.609001391354084, "W22": -38.17012016296551, "S22": -38.17012016296551, "W31": -70.0, "S31": -70.0, "W32": -80.218045521507833, "S32": -85.218045521507833 }, "geometry": { "type": "Point", "coordinates": [ 102542.416058394155698, 517274.514598540146835 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0770677918710927, "S12": -8.0770677918710927, "W13": -20.0, "S13": -20.0, "W21": -43.641848355191328, "S21": -43.641848355191328, "W22": -50.0, "S22": -54.712023927529046, "W31": -89.998408243179597, "S31": -89.998408243179597, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.437956204375951, 517324.489051094918977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0806485325564346, "S12": -8.0806485325564346, "W13": -20.0, "S13": -20.0, "W21": -43.674695319028544, "S21": -43.674695319028544, "W22": -70.0, "S22": -110.13335893824947, "W31": -110.13335893824947, "S31": -110.13335893824947, "W32": -110.13335893824947, "S32": -110.13335893824947 }, "geometry": { "type": "Point", "coordinates": [ 102542.459854014596203, 517374.463503649632912 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0842292732417818, "S12": -8.0842292732417818, "W13": -20.0, "S13": -20.0, "W21": -43.707542282865795, "S21": -43.707542282865795, "W22": -65.044262669150299, "S22": -93.83469671995077, "W31": -94.725826481058334, "S31": -94.725826481058334, "W32": -95.090697882226777, "S32": -100.09069788222678 }, "geometry": { "type": "Point", "coordinates": [ 102542.481751824816456, 517424.437956204405054 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0878100139271218, "S12": -8.0878100139271218, "W13": -20.0, "S13": -20.0, "W21": -43.740389246703018, "S21": -43.740389246703018, "W22": -40.274627862595416, "S22": -49.845578839704054, "W31": -73.806019762796367, "S31": -73.806019762796367, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.503649635036709, 517474.412408759118989 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.091390754612469, "S12": -8.091390754612469, "W13": -20.0, "S13": -20.0, "W21": -43.773236210540269, "S21": -43.773236210540269, "W22": -37.23731491351348, "S22": -45.889598788436842, "W31": -78.360277136258659, "S31": -78.697611063632252, "W32": -95.011223796853756, "S32": -100.01122379685376 }, "geometry": { "type": "Point", "coordinates": [ 102542.525547445256962, 517524.386861313891131 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0949714952978091, "S12": -8.0949714952978091, "W13": -20.0, "S13": -20.0, "W21": -43.806083174377477, "S21": -43.806083174377477, "W22": -41.181808450778284, "S22": -42.287451701980686, "W31": -69.631304174670262, "S31": -69.631304174670262, "W32": -80.831668722413298, "S32": -85.831668722413298 }, "geometry": { "type": "Point", "coordinates": [ 102542.547445255477214, 517574.361313868605066 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0985522359831563, "S12": -8.0985522359831563, "W13": -20.0, "S13": -20.0, "W21": -43.838930138214735, "S21": -43.838930138214735, "W22": -50.694262295082446, "S22": -50.694262295082446, "W31": -70.0, "S31": -70.0, "W32": -82.451954494670247, "S32": -87.451954494670247 }, "geometry": { "type": "Point", "coordinates": [ 102542.569343065697467, 517624.335766423377208 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1021329766684982, "S12": -8.1021329766684982, "W13": -20.0, "S13": -20.0, "W21": -43.871777102051944, "S21": -43.871777102051944, "W22": -41.405317264710462, "S22": -46.984781025476771, "W31": -75.106367021058077, "S31": -75.106367021058077, "W32": -96.333449308774433, "S32": -101.33344930877443 }, "geometry": { "type": "Point", "coordinates": [ 102542.59124087591772, 517674.310218978091143 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1220859476735945, "S11": 1.1220859476735945, "W12": -8.4059512524218594, "S12": -8.4059512524218594, "W13": -20.050794649885272, "S13": -20.050794649885272, "W21": -44.030150791683383, "S21": -44.030150791683383, "W22": -42.017269993516223, "S22": -44.746114561468183, "W31": -88.799276307210846, "S31": -88.799276307210846, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.6, 514585.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1057137173538436, "S12": -8.1057137173538436, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.904624065889202, "S21": -43.904624065889202, "W22": -66.934682286119994, "S22": -74.833370843533146, "W31": -99.836984501263416, "S31": -99.836984501263416, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.613138686137972, 517724.284671532863285 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1092944580392174, "S12": -8.1092944580392174, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.937471029726431, "S21": -43.937471029726431, "W22": -84.905969023725277, "S22": -97.334272457709034, "W31": -97.334272457709034, "S31": -97.334272457709034, "W32": -97.334272457709034, "S32": -98.709181442455531 }, "geometry": { "type": "Point", "coordinates": [ 102542.635036496343673, 517774.25912408757722 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1128751987245629, "S12": -8.1128751987245629, "W13": -20.0, "S13": -20.0, "W21": -43.970317993563683, "S21": -43.970317993563683, "W22": -70.471521697129901, "S22": -84.657884091174694, "W31": -95.293220840616414, "S31": -95.293220840616414, "W32": -99.029979047614717, "S32": -104.02997904761472 }, "geometry": { "type": "Point", "coordinates": [ 102542.656934306563926, 517824.233576642349362 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1271899260332603, "S12": -8.1271899260332603, "W13": -20.0, "S13": -20.0, "W21": -44.003164957400898, "S21": -44.003164957400898, "W22": -89.626835337622822, "S22": -97.834708510138469, "W31": -97.834708510138469, "S31": -97.834708510138469, "W32": -97.834708510138469, "S32": -100.04420368610303 }, "geometry": { "type": "Point", "coordinates": [ 102542.678832116784179, 517874.208029197063297 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1467886649272518, "S12": -8.1467886649272518, "W13": -20.0, "S13": -20.0, "W21": -44.036011921238149, "S21": -44.036011921238149, "W22": -35.920934585303037, "S22": -48.402659887743937, "W31": -68.963201868876581, "S31": -68.963201868876581, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.700729927004431, 517924.182481751835439 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1663874038212203, "S12": -8.1663874038212203, "W13": -20.0, "S13": -20.0, "W21": -44.068858885075358, "S21": -44.068858885075358, "W22": -50.031513448819055, "S22": -50.639271779347496, "W31": -67.973151770684836, "S31": -74.150885600558595, "W32": -100.37331020988972, "S32": -105.37331020988972 }, "geometry": { "type": "Point", "coordinates": [ 102542.722627737224684, 517974.156934306549374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1859861427152119, "S12": -8.1859861427152119, "W13": -20.0, "S13": -20.0, "W21": -44.101705848912616, "S21": -44.101705848912616, "W22": -41.767642216994943, "S22": -51.800668845961866, "W31": -76.625524594439923, "S31": -76.625524594439923, "W32": -96.672156681254833, "S32": -101.67215668125483 }, "geometry": { "type": "Point", "coordinates": [ 102542.744525547444937, 518024.131386861321516 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2055848816091821, "S12": -8.2055848816091821, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -44.134552812749824, "S21": -44.134552812749824, "W22": -45.029320338753891, "S22": -45.034649650616835, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.76642335766519, 518074.105839416035451 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2251836205031736, "S12": -8.2251836205031736, "W13": -20.0, "S13": -20.0, "W21": -44.167399776587075, "S21": -44.167399776587075, "W22": -39.50100112795721, "S22": -39.50100112795721, "W31": -60.0, "S31": -60.698767170036724, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.788321167885442, 518124.080291970807593 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2447823593971421, "S12": -8.2447823593971421, "W13": -20.0, "S13": -20.0, "W21": -44.200246740424298, "S21": -44.200246740424298, "W22": -40.900844930417499, "S22": -42.331219188687939, "W31": -69.914439802055981, "S31": -70.451871356734642, "W32": -99.43182289291488, "S32": -104.43182289291488 }, "geometry": { "type": "Point", "coordinates": [ 102542.810218978105695, 518174.054744525521528 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2643810982911337, "S12": -8.2643810982911337, "W13": -20.0, "S13": -20.0, "W21": -44.233093704261542, "S21": -44.233093704261542, "W22": -70.0, "S22": -97.11515863689776, "W31": -99.48858588145886, "S31": -99.48858588145886, "W32": -101.24872194565964, "S32": -106.24872194565964 }, "geometry": { "type": "Point", "coordinates": [ 102542.832116788325948, 518224.02919708029367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.265940668098757, "S21": -44.265940668098757, "W22": -40.649625061320279, "S22": -40.649625061320279, "W31": -73.073174114174208, "S31": -73.073174114174208, "W32": -95.870497045644697, "S32": -100.8704970456447 }, "geometry": { "type": "Point", "coordinates": [ 102542.8540145985462, 518274.003649635007605 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.29878763193603, "S21": -44.29878763193603, "W22": -51.031029383111381, "S22": -52.909936606025454, "W31": -68.565584835692235, "S31": -73.808674630351732, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102542.875912408751901, 518323.978102189779747 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.331634595773281, "S21": -44.331634595773281, "W22": -47.282343817466909, "S22": -47.282343817466909, "W31": -68.172908733913687, "S31": -73.760730430482639, "W32": -98.826131164210125, "S32": -103.82613116421012 }, "geometry": { "type": "Point", "coordinates": [ 102542.897810218972154, 518373.95255474455189 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.364481559610489, "S21": -44.364481559610489, "W22": -41.456533553004341, "S22": -42.645485778439152, "W31": -69.694691374885622, "S31": -69.694691374885622, "W32": -80.479701521967044, "S32": -85.479701521967044 }, "geometry": { "type": "Point", "coordinates": [ 102542.919708029192407, 518423.927007299265824 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.397328523447747, "S21": -44.397328523447747, "W22": -62.007721191081458, "S22": -82.17876753143895, "W31": -94.287536288835383, "S31": -94.287536288835383, "W32": -94.287536288835383, "S32": -99.054620880386992 }, "geometry": { "type": "Point", "coordinates": [ 102542.941605839412659, 518473.901459854037967 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.430175487284963, "S21": -44.430175487284963, "W22": -41.03552077062011, "S22": -42.274125083239511, "W31": -68.90330408830792, "S31": -71.377484401469559, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102542.963503649632912, 518523.875912408751901 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.463022451122207, "S21": -44.463022451122207, "W22": -71.041666666666671, "S22": -84.386223908600527, "W31": -97.830368268032672, "S31": -97.830368268032672, "W32": -100.27068619965642, "S32": -105.27068619965642 }, "geometry": { "type": "Point", "coordinates": [ 102542.985401459853165, 518573.850364963524044 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63339111722159125, "S11": 0.63339111722159125, "W12": -5.0, "S12": -6.7974585001246179, "W13": -15.0, "S13": -15.677774880713374, "W21": -39.83623356777094, "S21": -49.56565938428114, "W22": -36.603634423998479, "S22": -47.123632898229303, "W31": -67.842480668825573, "S31": -67.905880348679759, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.0, 498593.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.78390491036632892, "W12": -8.3883848266552299, "S12": -11.662694839492344, "W13": -20.0, "S13": -20.0, "W21": -48.292729318252071, "S21": -68.292729318252071, "W22": -41.853989881620812, "S22": -42.732939078097253, "W31": -69.74619410004378, "S31": -70.07805692121029, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.0, 502797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10133879468306434, "S11": 0.10133879468306434, "W12": -7.0635883968103581, "S12": -11.019333438866072, "W13": -20.0, "S13": -20.0, "W21": -39.850417669127431, "S21": -39.850417669127431, "W22": -35.494284347669769, "S22": -36.929571679355682, "W31": -71.000479483456544, "S31": -71.271072514207688, "W32": -77.021345860279041, "S32": -82.021345860279041 }, "geometry": { "type": "Point", "coordinates": [ 102543.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.6095429689092198, "S12": -4.6095429689092198, "W13": -20.281445703476521, "S13": -20.281445703476521, "W21": -38.930534425930993, "S21": -41.639434934257572, "W22": -45.972993437718735, "S22": -45.977289838192277, "W31": -81.587034516367538, "S31": -81.587034516367538, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102543.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.495869414959429, "S21": -44.495869414959429, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.0, "W32": -82.451778825546512, "S32": -87.451778825546512 }, "geometry": { "type": "Point", "coordinates": [ 102543.007299270073418, 518623.824817518237978 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.528716378796673, "S21": -44.528716378796673, "W22": -66.364687055476537, "S22": -73.664216537907208, "W31": -99.663359853867419, "S31": -99.663359853867419, "W32": -100.14152833257589, "S32": -105.14152833257589 }, "geometry": { "type": "Point", "coordinates": [ 102543.02919708029367, 518673.799270073010121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.561563342633889, "S21": -44.561563342633889, "W22": -53.162295081967024, "S22": -53.162295081967024, "W31": -70.0, "S31": -70.0, "W32": -82.591014172984899, "S32": -87.591014172984899 }, "geometry": { "type": "Point", "coordinates": [ 102543.051094890513923, 518723.773722627724055 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.594410306471147, "S21": -44.594410306471147, "W22": -63.015856636147149, "S22": -63.026723417655816, "W31": -98.862343810522361, "S31": -98.862343810522361, "W32": -100.26496758915971, "S32": -105.26496758915971 }, "geometry": { "type": "Point", "coordinates": [ 102543.072992700734176, 518773.748175182496198 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.627257270308355, "S21": -44.627257270308355, "W22": -86.225651139857291, "S22": -97.401223872104069, "W31": -97.401223872104069, "S31": -97.401223872104069, "W32": -97.401223872104069, "S32": -99.017486446710777 }, "geometry": { "type": "Point", "coordinates": [ 102543.094890510954428, 518823.722627737210132 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.660104234145606, "S21": -44.660104234145606, "W22": -39.874784475438481, "S22": -41.681031445063425, "W31": -69.979203523184353, "S31": -70.498567729883675, "W32": -99.16822132857952, "S32": -104.16822132857952 }, "geometry": { "type": "Point", "coordinates": [ 102543.116788321174681, 518873.697080291982275 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.692951197982843, "S21": -44.692951197982843, "W22": -39.656726895479437, "S22": -40.013255633227743, "W31": -60.000000000000007, "S31": -60.079712512250907, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.138686131380382, 518923.671532846696209 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -44.725798161820087, "S21": -44.725798161820087, "W22": -37.252331627430799, "S22": -37.252331627430799, "W31": -80.088488872059884, "S31": -80.114165498176675, "W32": -93.586498170934391, "S32": -98.586498170934391 }, "geometry": { "type": "Point", "coordinates": [ 102543.160583941600635, 518973.645985401468351 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -66.124826095936427, "S22": -69.857932819841736, "W31": -98.840421573434696, "S31": -98.840421573434696, "W32": -100.37601358624154, "S32": -105.37601358624154 }, "geometry": { "type": "Point", "coordinates": [ 102543.182481751820887, 519023.620437956182286 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -76.743376964097294, "S22": -90.989216992676432, "W31": -92.4019373055242, "S31": -92.4019373055242, "W32": -92.4019373055242, "S32": -97.391207485519075 }, "geometry": { "type": "Point", "coordinates": [ 102543.20437956204114, 519073.594890510954428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -71.591805881018971, "S31": -71.591805881018971, "W32": -95.526643106578121, "S32": -100.52664310657812 }, "geometry": { "type": "Point", "coordinates": [ 102543.226277372261393, 519123.569343065668363 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -35.206310541469826, "S22": -49.493917945394074, "W31": -70.255774387958127, "S31": -70.255774387958127, "W32": -90.13781225795482, "S32": -95.13781225795482 }, "geometry": { "type": "Point", "coordinates": [ 102543.248175182481646, 519173.543795620440505 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -35.106781069165038, "S22": -42.085286060090624, "W31": -76.90879206436172, "S31": -76.90879206436172, "W32": -91.523680283118068, "S32": -96.523680283118068 }, "geometry": { "type": "Point", "coordinates": [ 102543.270072992701898, 519223.51824817515444 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -38.663334172695869, "S22": -48.663334172695869, "W31": -70.0, "S31": -71.70644307711926, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.291970802922151, 519273.492700729926582 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -38.875321474625053, "S22": -44.898887271350908, "W31": -70.0, "S31": -70.718592742024867, "W32": -97.825518706093774, "S32": -102.82551870609377 }, "geometry": { "type": "Point", "coordinates": [ 102543.313868613142404, 519323.467153284698725 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -36.948060891774901, "S22": -45.692312884417454, "W31": -80.0, "S31": -80.28642334377912, "W32": -95.011456816857645, "S32": -100.01145681685765 }, "geometry": { "type": "Point", "coordinates": [ 102543.335766423362656, 519373.441605839412659 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -69.221225509179746, "S22": -83.824308349656235, "W31": -90.0, "S31": -90.0, "W32": -99.70021719314434, "S32": -104.70021719314434 }, "geometry": { "type": "Point", "coordinates": [ 102543.357664233582909, 519423.416058394184802 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.0, "W22": -80.0, "S22": -94.210850674019952, "W31": -94.210850674019952, "S31": -94.210850674019952, "W32": -94.210850674019952, "S32": -97.471848031993275 }, "geometry": { "type": "Point", "coordinates": [ 102543.37956204378861, 519473.390510948898736 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -19.948298464545452, "S13": -19.948298464545452, "W21": -47.0, "S21": -47.0, "W22": -36.089797494628328, "S22": -47.355390733361752, "W31": -68.341479414311763, "S31": -68.341479414311763, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102543.401459854008863, 519523.364963503670879 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5, "S12": -6.5, "W13": -19.850352040526356, "S13": -19.850352040526356, "W21": -47.0, "S21": -47.0, "W22": -37.696663254861889, "S22": -40.68635397651137, "W31": -80.131839399385569, "S31": -80.382195432529016, "W32": -94.067176587961427, "S32": -99.067176587961427 }, "geometry": { "type": "Point", "coordinates": [ 102543.423357664229115, 519573.339416058384813 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9061917420616821, "S11": 2.8362067112393112, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -16.149430261070322, "W21": -40.48982785602518, "S21": -57.508678206056217, "W22": -78.833946445375986, "S22": -93.053116703563788, "W31": -93.053116703563788, "S31": -93.053116703563788, "W32": -93.053116703563788, "S32": -97.433632393180389 }, "geometry": { "type": "Point", "coordinates": [ 102543.6, 502311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4589169675090252, "S11": 3.3278485615581599, "W12": -5.0, "S12": -5.0, "W13": -20.949020259050151, "S13": -21.449020259050151, "W21": -40.0, "S21": -55.563946577162433, "W22": -39.992425677537589, "S22": -54.71705976337244, "W31": -74.284710944611774, "S31": -74.284710944611774, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 500516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5467124774592276, "S11": 3.2654240829714309, "W12": -11.316446351931331, "S12": -11.316446351931331, "W13": -21.138939463601535, "S13": -24.138939463601535, "W21": -39.495177327716448, "S21": -51.893051723851713, "W22": -70.173909097730515, "S22": -83.592946475121465, "W31": -95.031575341952362, "S31": -95.031575341952362, "W32": -98.653870729348839, "S32": -103.65387072934884 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 500664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.865724227925185, "S11": 0.865724227925185, "W12": -12.161461999909877, "S12": -12.161461999909877, "W13": -21.162822425137158, "S13": -21.162822425137158, "W21": -37.424396163632338, "S21": -38.620130941223529, "W22": -39.338663674165645, "S22": -42.768799363243367, "W31": -70.0, "S31": -70.518876499146515, "W32": -98.839047579564152, "S32": -103.83904757956415 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0000000000000018, "S11": 5.0000000000000018, "W12": -2.6329499203680764, "S12": -5.5312461427762107, "W13": -22.595971113645003, "S13": -22.785933866046491, "W21": -33.447184976119189, "S21": -33.447184976119189, "W22": -35.239244456777421, "S22": -36.761813522163195, "W31": -70.747215804486416, "S31": -70.771040494647735, "W32": -76.973085098505038, "S32": -81.973085098505038 }, "geometry": { "type": "Point", "coordinates": [ 102544.0, 510712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4780340381640023, "S11": 3.4780340381640023, "W12": -5.0, "S12": -5.0, "W13": -20.765119561607438, "S13": -21.241368466077201, "W21": -40.0, "S21": -60.696980530194701, "W22": -35.323460015685143, "S22": -36.868609384432041, "W31": -70.796757749832523, "S31": -70.826545790631826, "W32": -76.76547172310913, "S32": -81.76547172310913 }, "geometry": { "type": "Point", "coordinates": [ 102545.0, 500447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3586347657004518, "W12": -4.9937591568629145, "S12": -9.9937591568629145, "W13": -19.793563609310237, "S13": -25.969725889390695, "W21": -34.273010669511066, "S21": -37.592914664025038, "W22": -39.743278543608248, "S22": -51.626324256180709, "W31": -72.635595917059135, "S31": -73.019325654977635, "W32": -90.174829244511386, "S32": -95.174829244511386 }, "geometry": { "type": "Point", "coordinates": [ 102545.0, 504277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1950844854070661, "S11": 3.1950844854070661, "W12": -5.0, "S12": -8.0096265404032483, "W13": -26.524400911529579, "S13": -26.567905179667097, "W21": -34.729080313283397, "S21": -34.729080313283397, "W22": -40.173959291600816, "S22": -40.173959291600816, "W31": -72.748818733840835, "S31": -72.748818733840835, "W32": -95.783036504049534, "S32": -100.78303650404953 }, "geometry": { "type": "Point", "coordinates": [ 102545.0, 510602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99430934434075136, "S11": 0.99430934434075136, "W12": -11.278257972679642, "S12": -11.372862694476613, "W13": -20.0, "S13": -26.114066193853429, "W21": -34.16720995736997, "S21": -34.16720995736997, "W22": -70.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102545.625, 511675.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47216521481589463, "S11": 0.47216521481589463, "W12": -11.44180366928739, "S12": -17.805760267350394, "W13": -23.237617745365906, "S13": -23.237617745365906, "W21": -34.577898080108788, "S21": -34.577898080108788, "W22": -70.0, "S22": -109.19921104536489, "W31": -109.19921104536489, "S31": -109.19921104536489, "W32": -109.19921104536489, "S32": -109.19921104536489 }, "geometry": { "type": "Point", "coordinates": [ 102545.666666666671517, 504933.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4143262056414923, "S11": 2.9143262056414923, "W12": -7.4097596251782445, "S12": -7.4097596251782445, "W13": -20.0, "S13": -24.897644720197579, "W21": -59.329583399586575, "S21": -76.942846124847406, "W22": -70.0, "S22": -94.480945121951223, "W31": -94.480945121951223, "S31": -94.480945121951223, "W32": -99.368869936034116, "S32": -104.36886993603412 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 501401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.206688341848583, "S12": -19.248734689968291, "W13": -19.812173017276592, "S13": -22.658187804399926, "W21": -38.509303266735564, "S21": -43.351437683279137, "W22": -81.084981727478393, "S22": -95.217668682652757, "W31": -95.217668682652757, "S31": -95.217668682652757, "W32": -95.217668682652757, "S32": -97.536812755946684 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 503658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3365202462704238, "W12": -5.0517741417702906, "S12": -10.051774141770291, "W13": -20.0, "S13": -23.520868558236049, "W21": -34.410112637015956, "S21": -37.020868620526066, "W22": -36.742463458875889, "S22": -36.742463458875889, "W31": -70.0, "S31": -70.0, "W32": -78.797315907330145, "S32": -83.797315907330145 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 504169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.673109129588557, "S12": -19.619780613809748, "W13": -22.234894654361831, "S13": -22.234894654361831, "W21": -33.411247892546768, "S21": -33.411247892546768, "W22": -60.601948930415084, "S22": -72.653677277718486, "W31": -93.588830130218753, "S31": -93.588830130218753, "W32": -93.588830130218753, "S32": -97.38447799032005 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.01615747519115, "S12": -15.883869631371393, "W13": -20.0, "S13": -20.320455069961451, "W21": -33.512611653590994, "S21": -33.512611653590994, "W22": -55.630327868851602, "S22": -55.630327868851602, "W31": -70.0, "S31": -70.0, "W32": -82.692839114046762, "S32": -87.692839114046762 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 505563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12851096023931005, "S11": 0.12851096023931005, "W12": -10.679507238176782, "S12": -20.128224752909592, "W13": -20.128224752909592, "S13": -20.128224752909592, "W21": -40.0, "S21": -40.0, "W22": -80.46783456116944, "S22": -94.620174190903214, "W31": -94.620174190903214, "S31": -94.620174190903214, "W32": -94.620174190903214, "S32": -97.479478004630607 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8775167785234899, "S11": 1.8775167785234899, "W12": -10.157073199446662, "S12": -19.440121643128087, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -32.670410655510331, "S21": -34.177611371298859, "W22": -41.626280529938775, "S22": -42.893670552880835, "W31": -69.674370494685988, "S31": -69.780779415300501, "W32": -99.980263730088112, "S32": -104.98026373008811 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -18.551511593777516, "W13": -20.89854631131745, "S13": -20.89854631131745, "W21": -38.390598281243456, "S21": -40.126135633132002, "W22": -46.563157984279833, "S22": -47.703346812384893, "W31": -89.706832502754807, "S31": -89.706832502754807, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 507565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1407643862933419, "S11": -1.1407643862933419, "W12": -10.276625094009852, "S12": -13.276625094009852, "W13": -29.36167450269636, "S13": -29.36167450269636, "W21": -39.270627167966595, "S21": -39.270627167966595, "W22": -90.0, "S22": -105.19644466880612, "W31": -105.19644466880612, "S31": -105.19644466880612, "W32": -105.19644466880612, "S32": -105.19644466880612 }, "geometry": { "type": "Point", "coordinates": [ 102546.0, 509759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67012989320456307, "S11": 0.67012989320456307, "W12": -7.340589348470492, "S12": -7.340589348470492, "W13": -16.732236587791569, "S13": -17.644018573395662, "W21": -31.612635871972486, "S21": -31.612635871972486, "W22": -60.0, "S22": -74.201427003293091, "W31": -93.50556336126435, "S31": -93.50556336126435, "W32": -93.50556336126435, "S32": -97.176954732510282 }, "geometry": { "type": "Point", "coordinates": [ 102546.142857142855064, 497576.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2151201539028751, "S11": 2.7151201539028751, "W12": -7.7689122504813053, "S12": -7.7689122504813053, "W13": -19.273483236260454, "S13": -20.979272846596825, "W21": -48.979184587349224, "S21": -64.278860613267142, "W22": -67.994021397105101, "S22": -91.683513824245196, "W31": -99.029111291120245, "S31": -99.029111291120245, "W32": -101.27931144298621, "S32": -106.27931144298621 }, "geometry": { "type": "Point", "coordinates": [ 102546.25, 499756.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56239372337033622, "S11": 0.56239372337033622, "W12": -7.8965549995933575, "S12": -7.8965549995933575, "W13": -20.0, "S13": -20.0, "W21": -42.878809211001794, "S21": -42.878809211001794, "W22": -64.727391252814982, "S22": -84.15675341260733, "W31": -90.0, "S31": -90.0, "W32": -98.23462267863016, "S32": -103.23462267863016 }, "geometry": { "type": "Point", "coordinates": [ 102546.705882352936896, 514966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0246028737157378, "S11": 3.5412317474874686, "W12": -7.2429921136878264, "S12": -7.714795252755863, "W13": -20.199510403916769, "S13": -21.305063240569254, "W21": -46.791509440415304, "S21": -66.791509440415297, "W22": -43.5841272048768, "S22": -46.570136183227888, "W31": -68.976850433493766, "S31": -71.625595236993291, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102547.0, 499974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2540629789667994, "S11": 3.2540629789667994, "W12": -5.0, "S12": -5.0, "W13": -20.0698829321096, "S13": -20.0698829321096, "W21": -38.962750760265877, "S21": -41.52038492504289, "W22": -36.737068851345761, "S22": -36.737068851345761, "W31": -80.034289173129167, "S31": -80.034289173129167, "W32": -92.685835595045432, "S32": -97.685835595045432 }, "geometry": { "type": "Point", "coordinates": [ 102547.0, 508219.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1019800463697622, "S11": 1.1019800463697622, "W12": -8.2873160577544009, "S12": -8.2873160577544009, "W13": -20.053184429163601, "S13": -20.053184429163601, "W21": -43.978193118085969, "S21": -43.978193118085969, "W22": -72.312764505119461, "S22": -75.293491881893516, "W31": -95.751302723132412, "S31": -95.751302723132412, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102547.333333333328483, 514619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3202491957162485, "S11": 1.3202491957162485, "W12": -14.337871556754429, "S12": -14.337871556754429, "W13": -20.0, "S13": -20.0, "W21": -37.39833965540452, "S21": -38.663001490090579, "W22": -85.777027027027032, "S22": -101.55478792631307, "W31": -101.55478792631307, "S31": -101.55478792631307, "W32": -101.55478792631307, "S32": -102.22023246384646 }, "geometry": { "type": "Point", "coordinates": [ 102547.762295081964112, 512510.360655737691559 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5836051799141631, "S11": 3.5032916593393755, "W12": -8.5451502145922742, "S12": -9.1255545691801441, "W13": -20.875316714344095, "S13": -22.673681836959886, "W21": -48.815197626567141, "S21": -72.195858361790258, "W22": -51.271347532038995, "S22": -52.980206291856035, "W31": -68.567098307264118, "S31": -74.064489740043015, "W32": -100.22366466447072, "S32": -105.22366466447072 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 500832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2573332500127754, "S11": 1.2573332500127754, "W12": -9.1444436681688721, "S12": -14.144443668168872, "W13": -20.728217792787088, "S13": -20.728217792787088, "W21": -36.450556985827127, "S21": -39.406861219948432, "W22": -64.914614430335391, "S22": -83.296027247979623, "W31": -98.224432419850601, "S31": -98.224432419850601, "W32": -98.224432419850601, "S32": -102.88131836952894 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 507071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11957323807948746, "S11": 0.11957323807948746, "W12": -8.3285166282536665, "S12": -8.3285166282536665, "W13": -22.905233350926018, "S13": -22.905233350926018, "W21": -36.480773325209469, "S21": -36.48396614888172, "W22": -39.57089346361267, "S22": -39.785292696476141, "W31": -60.0, "S31": -60.5, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.586199434315481, "S11": -1.586199434315481, "W12": -10.802845357767067, "S12": -13.802845357767067, "W13": -28.506283394355545, "S13": -28.506283394355545, "W21": -39.798114265519487, "S21": -39.798114265519487, "W22": -40.0, "S22": -44.791572064299338, "W31": -67.675880234729263, "S31": -68.575523091872114, "W32": -90.071671163350487, "S32": -95.071671163350487 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 509573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62336943810398604, "S11": 0.62336943810398604, "W12": -7.8912734170686054, "S12": -7.8912734170686054, "W13": -20.0, "S13": -20.0, "W21": -43.000217760059073, "S21": -43.000217760059073, "W22": -39.969013916997937, "S22": -54.708532646841711, "W31": -73.977508638630468, "S31": -73.977508638630468, "W32": -90.02958124449043, "S32": -95.02958124449043 }, "geometry": { "type": "Point", "coordinates": [ 102548.0, 514932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0978838188483837, "S11": 1.0978838188483837, "W12": -8.2616319540547529, "S12": -8.2616319540547529, "W13": -20.053773073898157, "S13": -20.053773073898157, "W21": -43.967371156105393, "S21": -43.967371156105393, "W22": -40.92336961054216, "S22": -42.965548206576351, "W31": -69.628382391318766, "S31": -69.628382391318766, "W32": -99.990834342447698, "S32": -104.9908343424477 }, "geometry": { "type": "Point", "coordinates": [ 102548.4, 514626.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67272998983797139, "S11": 0.67272998983797139, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.790276640680005, "W21": -39.388881133879636, "S21": -49.157894897956531, "W22": -41.504113571415772, "S22": -42.72456969442019, "W31": -69.637061963094993, "S31": -69.637061963094993, "W32": -80.72599096977487, "S32": -85.72599096977487 }, "geometry": { "type": "Point", "coordinates": [ 102548.6, 498545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4691054078826769, "S11": 3.4691054078826769, "W12": -5.0, "S12": -5.0, "W13": -20.033297624592457, "S13": -20.866849453171636, "W21": -42.728911608944564, "S21": -72.031145718447391, "W22": -84.858772707133355, "S22": -101.21377802385825, "W31": -101.21377802385825, "S31": -101.21377802385825, "W32": -101.21377802385825, "S32": -102.31483984322206 }, "geometry": { "type": "Point", "coordinates": [ 102549.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4818184631253226, "S11": 3.4818184631253226, "W12": -5.0, "S12": -5.0, "W13": -20.686956160743939, "S13": -21.058004948357144, "W21": -39.999999999999993, "S21": -61.618369351669934, "W22": -65.69927818643518, "S22": -83.33878217818166, "W31": -94.607489357141105, "S31": -94.607489357141105, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102549.0, 500420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8608380602642707, "S11": 1.4909637980112556, "W12": -7.0927130203393931, "S12": -7.6198821010791686, "W13": -20.0, "S13": -23.205665074894902, "W21": -45.08285751788474, "S21": -64.153544280658949, "W22": -56.173000092910897, "S22": -63.219944700795239, "W31": -84.804096894813853, "S31": -84.804096894813853, "W32": -97.800104196947117, "S32": -102.80010419694712 }, "geometry": { "type": "Point", "coordinates": [ 102549.0, 502669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42742350779168381, "S11": 0.42742350779168381, "W12": -12.989086592463861, "S12": -19.313076144533269, "W13": -24.840807174887761, "S13": -24.840807174887761, "W21": -34.166808772142339, "S21": -36.86612049656064, "W22": -36.399783672422444, "S22": -47.43442499676334, "W31": -79.119094488188978, "S31": -79.415291024578607, "W32": -95.013243303554091, "S32": -100.01324330355409 }, "geometry": { "type": "Point", "coordinates": [ 102549.9, 505074.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55931934722448318, "S11": -0.55931934722448318, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.909749007121533, "S21": -38.909749007121533, "W22": -41.994933578977992, "S22": -41.994933578977992, "W31": -68.571606399098471, "S31": -72.722760477366464, "W32": -91.089194606413997, "S32": -96.089194606413997 }, "geometry": { "type": "Point", "coordinates": [ 102550.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0658867794762421, "S11": 1.0658867794762421, "W12": -12.4585958775856, "S12": -12.4585958775856, "W13": -20.0, "S13": -20.0, "W21": -35.385860079875563, "S21": -35.385860079875563, "W22": -36.666607364442584, "S22": -36.795496674950584, "W31": -70.0, "S31": -70.0, "W32": -78.748726933068156, "S32": -83.748726933068156 }, "geometry": { "type": "Point", "coordinates": [ 102550.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0678143295232783, "S11": 2.0678143295232783, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.338335607416038, "S13": -20.338335607416038, "W21": -39.284133989721965, "S21": -42.975468818095401, "W22": -53.74594013890971, "S22": -59.190295127452472, "W31": -90.598549216516304, "S31": -90.598549216516304, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102550.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.07470267654009, "S11": 2.07470267654009, "W12": -11.630953150764654, "S12": -11.630953150764654, "W13": -20.167956291249716, "S13": -20.167956291249716, "W21": -43.182407899568375, "S21": -43.245702371050491, "W22": -39.130945287887208, "S22": -42.797194451902065, "W31": -70.0, "S31": -70.399809350683896, "W32": -98.687381672954416, "S32": -103.68738167295442 }, "geometry": { "type": "Point", "coordinates": [ 102550.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70859146272279916, "S11": 0.70859146272279916, "W12": -7.8827893127052153, "S12": -7.8827893127052153, "W13": -20.010890673063134, "S13": -20.010890673063134, "W21": -43.168536585037174, "S21": -43.168536585037174, "W22": -42.082388510959937, "S22": -42.586359612074183, "W31": -69.815368717861716, "S31": -69.959597142344634, "W32": -99.640700357917723, "S32": -104.64070035791772 }, "geometry": { "type": "Point", "coordinates": [ 102550.4, 514887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0582383948308811, "S11": 1.8082383948308811, "W12": -5.1151982455645344, "S12": -10.115198245564535, "W13": -19.909157430106205, "S13": -25.544574597783086, "W21": -34.891508897623986, "S21": -37.12423160481012, "W22": -46.283240495182653, "S22": -46.287950046067785, "W31": -82.148282583854268, "S31": -82.148282583854268, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102551.0, 504127.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8065893837705918, "S11": 1.8065893837705918, "W12": -10.09207570123716, "S12": -19.298372847842604, "W13": -20.0, "S13": -20.0, "W21": -32.649545896890359, "S21": -34.243602569807727, "W22": -72.555520800750699, "S22": -80.931009168411578, "W31": -90.0, "S31": -90.0, "W32": -100.56697526264809, "S32": -105.56697526264809 }, "geometry": { "type": "Point", "coordinates": [ 102551.0, 506888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7741980379450339, "S12": -4.7741980379450339, "W13": -20.0, "S13": -20.0, "W21": -39.035961212783398, "S21": -41.624567801811978, "W22": -90.0, "S22": -96.219731019252194, "W31": -96.219731019252194, "S31": -96.219731019252194, "W32": -96.219731019252194, "S32": -100.23547415991489 }, "geometry": { "type": "Point", "coordinates": [ 102551.0, 508424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5029816318620544, "S11": 2.5029816318620544, "W12": -8.3516825261814898, "S12": -8.3516825261814898, "W13": -18.029496714456393, "S13": -19.532805272221772, "W21": -59.882320744389702, "S21": -72.725342842737305, "W22": -39.712588361509162, "S22": -51.416022354777979, "W31": -74.201880291757305, "S31": -74.322771065882435, "W32": -90.125549890210522, "S32": -95.125549890210522 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 499541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5924807173218887, "S11": 3.4802229337381743, "W12": -7.9486866952789708, "S12": -8.6678157777050977, "W13": -20.793158970167553, "S13": -22.941154859170357, "W21": -50.6441075466957, "S21": -70.0, "W22": -40.080455899402274, "S22": -54.978123971840901, "W31": -73.317223619091038, "S31": -73.317223619091038, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -17.455297502826021, "W13": -19.840161701535546, "S13": -22.181314824584035, "W21": -38.178298557394598, "S21": -43.061587024382412, "W22": -39.458917356142486, "S22": -48.089350966190885, "W31": -68.00016892616712, "S31": -68.282611674258717, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8795205544781055, "S12": -12.019846171932972, "W13": -19.923123544012892, "S13": -21.863589513416574, "W21": -37.515924322480167, "S21": -39.356603255585284, "W22": -41.287721092790811, "S22": -42.514971323381786, "W31": -69.775736143895983, "S31": -69.817477272310583, "W32": -80.036040635647083, "S32": -85.036040635647083 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 503827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5853941732459711, "S11": -1.5853941732459711, "W12": -10.803201806048408, "S12": -13.803201806048408, "W13": -28.501114300924108, "S13": -28.501114300924108, "W21": -39.80244763745074, "S21": -39.80244763745074, "W22": -58.098360655739086, "S22": -58.098360655739086, "W31": -70.0, "S31": -70.0, "W32": -82.762093290401012, "S32": -87.762093290401012 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 509572.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96498040983322364, "S11": 0.96498040983322364, "W12": -11.565357611632059, "S12": -11.565357611632059, "W13": -20.0, "S13": -26.775413711583923, "W21": -34.421962178367764, "S21": -34.421962178367764, "W22": -60.0, "S22": -72.622234070914431, "W31": -87.180946187611767, "S31": -87.180946187611767, "W32": -97.991359938400322, "S32": -102.99135993840032 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 511758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.302721961474502, "S11": 1.302721961474502, "W12": -14.315288226018867, "S12": -14.315288226018867, "W13": -20.0, "S13": -20.0, "W21": -37.341119624524339, "S21": -38.624314110620631, "W22": -35.502028009872198, "S22": -37.137133158896347, "W31": -70.813874676182664, "S31": -70.984128344707287, "W32": -77.017010989498104, "S32": -82.017010989498104 }, "geometry": { "type": "Point", "coordinates": [ 102552.0, 512506.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.464073651156357, "S11": 1.1388197079223243, "W12": -5.7045590174745087, "S12": -5.7045590174745087, "W13": -15.191501450677167, "S13": -15.287464325064935, "W21": -53.196792515871905, "S21": -60.053514265750508, "W22": -48.879980902357062, "S22": -53.400850023729383, "W31": -90.441586564185769, "S31": -90.441586564185769, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102552.2, 499182.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4996632772867606, "S11": 2.4996632772867606, "W12": -10.108999578129382, "S12": -13.305134475184037, "W13": -20.999877508880477, "S13": -20.999877508880477, "W21": -35.478080277633573, "S21": -35.478080277633573, "W22": -35.573895562240452, "S22": -47.212776139051563, "W31": -68.794415251808431, "S31": -68.794415251808431, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102552.666666666671517, 506499.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79381348734170798, "S11": 0.79381348734170798, "W12": -7.874305208341795, "S12": -7.874305208341795, "W13": -20.023100485278363, "S13": -20.023100485278363, "W21": -43.336855410015445, "S21": -43.336855410015445, "W22": -48.878640695837504, "S22": -53.398678590270016, "W31": -90.482975468811972, "S31": -90.482975468811972, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102552.8, 514842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6417712065493801, "S11": 2.3656048412690911, "W12": -8.2907189178234884, "S12": -8.2907189178234884, "W13": -18.294708034647552, "S13": -19.962987275687262, "W21": -55.829228243021348, "S21": -69.093462764223815, "W22": -46.513972617102134, "S22": -46.523003623309172, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 499588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4748024755028371, "S11": 3.4748024755028371, "W12": -5.0, "S12": -5.0, "W13": -20.706484556625707, "S13": -21.113934162234823, "W21": -39.999999999999993, "S21": -61.420923379174852, "W22": -45.890177229935937, "S22": -45.89454714892824, "W31": -81.639905558916439, "S31": -81.639905558916439, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6132403726609441, "S11": 3.3902326693410179, "W12": -6.3603433476394855, "S12": -7.5550556337981174, "W13": -20.576215774417655, "S13": -25.208428371686743, "W21": -54.082394711067579, "S21": -79.082394711067579, "W22": -66.188330708786367, "S22": -66.770456816347632, "W31": -98.927333531103784, "S31": -98.927333531103784, "W32": -100.71758317985027, "S32": -105.71758317985027 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 500962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0755764469174762, "S12": -10.075576446917477, "W13": -20.0, "S13": -24.837804912598806, "W21": -33.543350656066728, "S21": -36.773518910579234, "W22": -70.221968329083694, "S22": -93.77680634016356, "W31": -94.684091680108054, "S31": -94.684091680108054, "W32": -98.668165558040073, "S32": -103.66816555804007 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 504253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0778087927424984, "W12": -5.0391666765170529, "S12": -10.760987886955698, "W13": -19.137442873844197, "S13": -26.187569157419958, "W21": -36.422684278965818, "S21": -39.778989094233346, "W22": -39.921868835543528, "S22": -39.921868835543528, "W31": -70.0, "S31": -74.279473091944126, "W32": -95.147790293984855, "S32": -100.14779029398485 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1320927394752895, "S11": 2.1320927394752895, "W12": -10.070001079203745, "S12": -19.437583373747302, "W13": -20.000000000000014, "S13": -20.000000000000014, "W21": -32.736714516604565, "S21": -33.918201819111204, "W22": -39.845567373923089, "S22": -40.11438733459088, "W31": -60.0, "S31": -60.47696115765423, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 506854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9480176623799446, "S11": -1.9480176623799446, "W12": -11.231386409618136, "S12": -14.231386409618136, "W13": -27.807179728757674, "S13": -27.807179728757674, "W21": -40.31849847165951, "S21": -40.31849847165951, "W22": -34.991371310700593, "S22": -48.537090115471251, "W31": -69.84246054371242, "S31": -69.84246054371242, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 509421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.522716946842344, "S11": 5.522716946842344, "W12": -1.7405636835151932, "S12": -4.5761709165525808, "W13": -20.0, "S13": -20.425726048113816, "W21": -32.415604542253433, "S21": -32.415604542253433, "W22": -74.287508310556248, "S22": -82.576191364825334, "W31": -91.518068041600571, "S31": -91.518068041600571, "W32": -101.10675974799932, "S32": -106.10675974799932 }, "geometry": { "type": "Point", "coordinates": [ 102553.0, 510804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64745352382090982, "S11": 0.64745352382090982, "W12": -5.0, "S12": -5.0340622371739565, "W13": -15.0, "S13": -15.798168331030167, "W21": -39.361036850195262, "S21": -49.130665882561246, "W22": -71.463037525623946, "S22": -80.763300420373255, "W31": -96.37182158269205, "S31": -96.37182158269205, "W32": -98.910026592245728, "S32": -103.91002659224573 }, "geometry": { "type": "Point", "coordinates": [ 102553.25, 498543.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9691789435620777, "S12": -7.9691789435620777, "W13": -20.0, "S13": -20.0, "W21": -42.776015251622312, "S21": -42.776015251622312, "W22": -39.721654071213997, "S22": -39.931246203797421, "W31": -60.0, "S31": -60.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.413333333330229, 516167.093333333323244 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11185941474395593, "S11": 0.11185941474395593, "W12": -6.7173240438577029, "S12": -9.6591019588202762, "W13": -20.0, "S13": -20.0, "W21": -38.64565240359218, "S21": -38.64565240359218, "W22": -39.926334459544066, "S22": -40.218306592932187, "W31": -60.0, "S31": -60.029567307692311, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.5, 505709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.075729803784051, "S11": 1.075729803784051, "W12": -8.1470149819976161, "S12": -8.1470149819976161, "W13": -20.056457175543809, "S13": -20.056457175543809, "W21": -43.910002501518029, "S21": -43.910002501518029, "W22": -40.271195251155973, "S22": -50.877082101308879, "W31": -72.365938337129975, "S31": -72.365938337129975, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102553.666666666671517, 514663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1719041780004738, "S11": 1.1719041780004738, "W12": -4.8657585048393575, "S12": -9.312702188482346, "W13": -19.716881650635738, "S13": -26.17382121096507, "W21": -35.762920291429815, "S21": -37.041793505375949, "W22": -65.706006409937061, "S22": -77.879113521555354, "W31": -90.0, "S31": -90.0, "W32": -98.476518717776287, "S32": -103.47651871777629 }, "geometry": { "type": "Point", "coordinates": [ 102553.857142857144936, 504036.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9461955491526712, "S11": 3.4461955491526712, "W12": -7.3064417896462874, "S12": -7.7900511964215546, "W13": -20.178212974296205, "S13": -21.26742823612657, "W21": -46.689797564527822, "S21": -65.610212093152427, "W22": -66.454509957048032, "S22": -73.102571061630869, "W31": -99.339484363013426, "S31": -99.339484363013426, "W32": -101.78751613281707, "S32": -106.78751613281707 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4520088838750618, "S11": 3.4520088838750618, "W12": -5.0, "S12": -5.0, "W13": -20.032850489054496, "S13": -20.88620250749851, "W21": -42.634186876810126, "S21": -72.12443231419212, "W22": -66.320721521566014, "S22": -81.019773922669657, "W31": -92.7538272402236, "S31": -92.7538272402236, "W32": -92.7538272402236, "S32": -96.627745343341672 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 500223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5524206356566528, "S11": 3.2633288209463753, "W12": -11.104600858369098, "S12": -11.104600858369098, "W13": -21.095404342273309, "S13": -24.10984275501205, "W21": -40.073992443324933, "S21": -52.206166356368414, "W22": -42.082860864594366, "S22": -45.664726160851146, "W31": -74.79985339422096, "S31": -74.79985339422096, "W32": -96.22493836602716, "S32": -101.22493836602716 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 500664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60016057587693139, "S11": 0.60016057587693139, "W12": -8.7109705718532631, "S12": -11.710970571853263, "W13": -22.772724813730928, "S13": -22.772724813730928, "W21": -37.743688186372815, "S21": -37.743688186372815, "W22": -40.0, "S22": -54.81394194988841, "W31": -73.45759056492372, "S31": -73.45759056492372, "W32": -90.016439485738374, "S32": -95.016439485738374 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82536025020216885, "S11": 0.82536025020216885, "W12": -5.0, "S12": -10.654639175257731, "W13": -23.533230052880743, "S13": -23.533230052880743, "W21": -39.914165703421574, "S21": -41.759921166987105, "W22": -36.640965645930343, "S22": -50.178058319838364, "W31": -80.216844364210033, "S31": -80.716844364210033, "W32": -95.001038721677304, "S32": -100.0010387216773 }, "geometry": { "type": "Point", "coordinates": [ 102554.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0736816900233586, "S11": 1.0736816900233586, "W12": -8.1372317693737362, "S12": -8.1372317693737362, "W13": -20.056751497911083, "S13": -20.056751497911083, "W21": -43.904591520527759, "S21": -43.904591520527759, "W22": -90.0, "S22": -104.38803233540935, "W31": -104.38803233540935, "S31": -104.38803233540935, "W32": -104.38803233540935, "S32": -104.38803233540935 }, "geometry": { "type": "Point", "coordinates": [ 102554.2, 514666.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45000318971630238, "S11": 0.45000318971630238, "W12": -14.762141854885639, "S12": -21.519762311016237, "W13": -23.941513339910994, "S13": -23.941513339910994, "W21": -33.78250126235681, "S21": -33.78250126235681, "W22": -70.144365281729961, "S22": -92.424928986879479, "W31": -94.474634626678551, "S31": -94.474634626678551, "W32": -98.444595177957851, "S32": -103.44459517795785 }, "geometry": { "type": "Point", "coordinates": [ 102554.666666666671517, 505335.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4954530071212009, "S11": 3.4954530071212009, "W12": -5.0, "S12": -5.0, "W13": -20.328121886416476, "S13": -20.678151270259882, "W21": -41.852071868929748, "S21": -60.0, "W22": -70.449668353638543, "S22": -89.928346064995708, "W31": -95.020080843352503, "S31": -95.020080843352503, "W32": -98.840966248514732, "S32": -103.84096624851473 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 500288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4657483238782882, "S11": 3.4434317849954841, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.7664148123547, "S13": -21.264778820534659, "W21": -40.0, "S21": -59.462655373446268, "W22": -38.549066822609937, "S22": -39.872848798565805, "W31": -70.07657752916667, "S31": -70.07657752916667, "W32": -78.739196043831541, "S32": -83.739196043831541 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 500454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.450861268695204, "S11": 3.3161019558868996, "W12": -5.0, "S12": -5.0, "W13": -20.901071072733313, "S13": -21.401071072733313, "W21": -40.0, "S21": -54.810153136144322, "W22": -65.099734902366478, "S22": -72.659050149137926, "W31": -99.145120452317457, "S31": -99.145120452317457, "W32": -100.61015499796686, "S32": -105.61015499796686 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4313037648272302, "S11": 3.2027430144595179, "W12": -5.0, "S12": -5.0, "W13": -21.074843049327356, "S13": -21.074843049327356, "W21": -40.0, "S21": -53.685756240822322, "W22": -61.96982550081718, "S22": -81.344940201326182, "W31": -93.952517662122403, "S31": -93.952517662122403, "W32": -93.952517662122403, "S32": -98.428209264807549 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 500572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0142620376831823, "W12": -5.0509736785605934, "S12": -10.938154411486746, "W13": -18.98570305027102, "S13": -25.884749931896298, "W21": -36.356124442881736, "S21": -39.614455471334374, "W22": -40.002693621160766, "S22": -40.002693621160766, "W31": -70.79216649661717, "S31": -75.293505184702852, "W32": -95.320352950545242, "S32": -100.32035295054524 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 504346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7797643117093176, "W12": -5.0, "S12": -11.580290505438818, "W13": -19.417187961446565, "S13": -25.45935008374806, "W21": -35.915429331016398, "S21": -38.205460647653474, "W22": -39.889799724854086, "S22": -39.889799724854086, "W31": -64.666744738515078, "S31": -64.666744738515078, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 504458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.302647212772193, "S13": -20.302647212772193, "W21": -40.371140933084689, "S21": -43.352516908733044, "W22": -37.791096800165974, "S22": -48.535300240704494, "W31": -70.0, "S31": -71.388954985350267, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102555.0, 513292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8790355119605211, "S11": 0.8790355119605211, "W12": -7.8658211039784049, "S12": -7.8658211039784049, "W13": -20.035310297493563, "S13": -20.035310297493563, "W21": -43.505174234993554, "S21": -43.505174234993554, "W22": -41.832032386308548, "S22": -41.851668412737219, "W31": -68.547373995131039, "S31": -72.640175473843925, "W32": -91.311042274052483, "S32": -96.311042274052483 }, "geometry": { "type": "Point", "coordinates": [ 102555.2, 514797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3638776815469, "S11": 1.3638776815469, "W12": -14.501498568308827, "S12": -14.501498568308827, "W13": -20.0, "S13": -20.0, "W21": -37.511136881869426, "S21": -39.267394967829986, "W22": -36.453728259445654, "S22": -37.015895896822201, "W31": -70.0, "S31": -70.120046190685358, "W32": -78.513044228250479, "S32": -83.513044228250479 }, "geometry": { "type": "Point", "coordinates": [ 102555.524590163928224, 512559.721311475383118 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7570494844684017, "S11": 1.7570494844684017, "W12": -9.7902094589524395, "S12": -9.7902094589524395, "W13": -20.136977778826907, "S13": -20.136977778826907, "W21": -44.020883322078909, "S21": -44.020883322078909, "W22": -60.570251913847784, "S22": -71.515696875124021, "W31": -90.322890251664461, "S31": -90.322890251664461, "W32": -97.337560670111174, "S32": -102.33756067011117 }, "geometry": { "type": "Point", "coordinates": [ 102555.666666666671517, 514230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.8212131493360149, "S12": -11.670235340080566, "W13": -19.833351731844306, "S13": -23.834620036109083, "W21": -50.0, "S21": -70.0, "W22": -35.27005332617113, "S22": -47.444635466127529, "W31": -69.157136186986264, "S31": -69.157136186986264, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102556.0, 502954.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.743364242720027, "S12": -18.268719011004237, "W13": -21.526623576485072, "S13": -21.597653467162292, "W21": -33.185091834618547, "S21": -33.185091834618547, "W22": -38.098274369429213, "S22": -44.306470853452353, "W31": -70.0, "S31": -70.499811567536412, "W32": -96.848145727822256, "S32": -101.84814572782226 }, "geometry": { "type": "Point", "coordinates": [ 102556.0, 505462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54828425663853375, "S11": 0.54828425663853375, "W12": -7.8797819131273448, "S12": -7.8797819131273448, "W13": -20.0, "S13": -20.0, "W21": -42.828409214473169, "S21": -42.828409214473169, "W22": -52.182603438542664, "S22": -53.266927897363267, "W31": -68.268474757646487, "S31": -74.71695372036838, "W32": -100.71923328626046, "S32": -105.71923328626046 }, "geometry": { "type": "Point", "coordinates": [ 102556.058823529412621, 515015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49839577246154471, "S11": 0.49839577246154471, "W12": -10.379698899468032, "S12": -16.568166089849814, "W13": -22.231844424186935, "S13": -22.231844424186935, "W21": -34.794050358637207, "S21": -35.418442921119102, "W22": -35.588206331795611, "S22": -37.204431305319247, "W31": -70.827904162389544, "S31": -71.055674988613333, "W32": -77.153665627365669, "S32": -82.153665627365669 }, "geometry": { "type": "Point", "coordinates": [ 102556.666666666671517, 504850.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.9790612377547703, "W13": -15.0, "S13": -15.249305139102548, "W21": -43.391009583968632, "S21": -52.631726204812843, "W22": -38.303245532917892, "S22": -38.303245532917892, "W31": -70.0, "S31": -70.0, "W32": -80.668111753371875, "S32": -85.668111753371875 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5180000272000003, "S11": 3.2160740766770051, "W12": -10.832624657534247, "S12": -10.832624657534247, "W13": -21.10848, "S13": -24.171098907660394, "W21": -40.0, "S21": -50.738969404186797, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -82.74422576928427, "S32": -87.74422576928427 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.056363868258655, "S12": -17.052169316808865, "W13": -21.007401963357658, "S13": -21.007401963357658, "W21": -35.618826028567604, "S21": -35.618826028567604, "W22": -70.845164259248591, "S22": -107.17849759258192, "W31": -107.17849759258192, "S31": -107.17849759258192, "W32": -107.17849759258192, "S32": -107.17849759258192 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 506475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.022712333336603, "S12": -18.948014916584633, "W13": -20.185383244206776, "S13": -20.185383244206776, "W21": -32.968852864888142, "S21": -33.697035510268392, "W22": -73.966006825938564, "S22": -98.930926023266068, "W31": -98.930926023266068, "S31": -98.930926023266068, "W32": -99.834008528784651, "S32": -104.83400852878465 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 506818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7810579841166285, "S11": -1.7810579841166285, "W12": -11.035697945780694, "S12": -14.035697945780694, "W13": -28.119203881450087, "S13": -28.119203881450087, "W21": -40.087004186990526, "S21": -40.087004186990526, "W22": -39.771013277766116, "S22": -54.038505241382559, "W31": -73.640175700125099, "S31": -73.640175700125099, "W32": -90.091333796352927, "S32": -95.091333796352927 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 509489.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.473669176837185, "S11": 2.473669176837185, "W12": -4.6937647579693031, "S12": -6.927984827635763, "W13": -20.0, "S13": -20.0, "W21": -32.041700866170551, "S21": -32.041700866170551, "W22": -40.203889231037152, "S22": -55.152473741062366, "W31": -72.665842108756749, "S31": -72.665842108756749, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102557.0, 511060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96425753657943036, "S11": 0.96425753657943036, "W12": -7.9042011273824704, "S12": -7.9042011273824704, "W13": -20.047520109708792, "S13": -20.047520109708792, "W21": -43.673493059971818, "S21": -43.673493059971818, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.759998047026258, "S32": -87.759998047026258 }, "geometry": { "type": "Point", "coordinates": [ 102557.6, 514752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5577940274334763, "S11": 3.3049300061816087, "W12": -10.779991416309013, "S12": -10.779991416309013, "W13": -21.066404086845466, "S13": -24.055860458545077, "W21": -41.767947103274565, "S21": -58.719444687815631, "W22": -70.192973844203934, "S22": -106.22453202960827, "W31": -106.22453202960827, "S31": -106.22453202960827, "W32": -106.22453202960827, "S32": -106.22453202960827 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.020308652270742, "S12": -15.197572904592169, "W13": -20.358288770053477, "S13": -20.358288770053477, "W21": -33.768570903018009, "S21": -33.768570903018009, "W22": -73.904846416382256, "S22": -99.552730921775691, "W31": -99.552730921775691, "S31": -99.552730921775691, "W32": -99.919456289978683, "S32": -104.91945628997868 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 506713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6099755948749237, "S11": 1.6099755948749237, "W12": -10.0, "S12": -20.618235487044934, "W13": -20.618235487044934, "S13": -20.618235487044934, "W21": -33.457008508677916, "S21": -35.282698430117478, "W22": -78.347660935625754, "S22": -98.347660935625754, "W31": -98.347660935625754, "S31": -98.347660935625754, "W32": -98.384434968017061, "S32": -103.38443496801706 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 506920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93621684901743107, "S11": 0.93621684901743107, "W12": -8.7037995684280869, "S12": -8.8880204369680751, "W13": -22.16078445396592, "S13": -22.16078445396592, "W21": -36.615176142886163, "S21": -38.335239379437979, "W22": -89.999999999999986, "S22": -104.99999999999999, "W31": -104.99999999999999, "S31": -104.99999999999999, "W32": -104.99999999999999, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 507154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5426811381636845, "S11": 1.5426811381636845, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -38.02089453373862, "S21": -40.930338093213145, "W22": -40.0, "S22": -40.0, "W31": -70.607225287515732, "S31": -76.407091418707168, "W32": -95.273062277210784, "S32": -100.27306227721078 }, "geometry": { "type": "Point", "coordinates": [ 102558.0, 512697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41694306246536494, "S11": 0.41694306246536494, "W12": -9.795300490654963, "S12": -12.91601421224137, "W13": -30.993772803673213, "S13": -30.993772803673213, "W21": -36.416273372104875, "S21": -36.416273372104875, "W22": -40.380860825877249, "S22": -41.177334932598484, "W31": -70.665736465743876, "S31": -71.665736465743876, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102558.666666666671517, 510452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.144417961342404, "S12": -11.144417961342404, "W13": -15.96, "S13": -16.958939430712405, "W21": -40.07654339661245, "S21": -40.07654339661245, "W22": -35.29971978513116, "S22": -47.115433887640457, "W31": -68.998844279801375, "S31": -68.998844279801375, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 496786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61903685851998869, "S11": 0.61903685851998869, "W12": -8.6911083274210714, "S12": -8.6911083274210714, "W13": -16.605637755597648, "S13": -17.274219630760875, "W21": -26.779689037558494, "S21": -26.779689037558494, "W22": -37.222681238505608, "S22": -41.546044096063326, "W31": -80.159948839451133, "S31": -80.447943240020791, "W32": -94.24775523777852, "S32": -99.24775523777852 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 497279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5579528261201716, "S11": 3.2990619079730688, "W12": -10.790789699570814, "S12": -10.790789699570814, "W13": -21.063595402298848, "S13": -24.012698165962981, "W21": -41.684508816120911, "S21": -57.952689170388226, "W22": -47.203624643702419, "S22": -47.209269596879473, "W31": -84.011651983272799, "S31": -84.011651983272799, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 500677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5744335114420602, "S11": 3.5528634179841161, "W12": -9.5114763948497849, "S12": -9.6748512004485416, "W13": -21.001802298850574, "S13": -23.745928465570884, "W21": -45.676533379493392, "S21": -66.868712150443116, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 500757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5960473448123134, "S11": 3.3255653760346187, "W12": -6.3156529680365292, "S12": -7.5518893599494374, "W13": -20.527176134041685, "S13": -25.527176134041685, "W21": -54.437438785504412, "S21": -79.437438785504412, "W22": -37.198968270215218, "S22": -37.198968270215218, "W31": -80.122955788187966, "S31": -80.288505535728149, "W32": -93.960392417692148, "S32": -98.960392417692148 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 500976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4378285941765236, "S11": 3.0598526576631695, "W12": -6.6702896959372788, "S12": -6.6702896959372788, "W13": -20.0, "S13": -25.0, "W21": -60.0, "S21": -80.878044475820687, "W22": -41.14993783684907, "S22": -41.14993783684907, "W31": -73.43006012818087, "S31": -73.43006012818087, "W32": -95.90736023099403, "S32": -100.90736023099403 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 501244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.003679103672235, "S12": -16.814208416566601, "W13": -20.27272727272727, "S13": -20.27272727272727, "W21": -33.448037895277551, "S21": -33.448037895277551, "W22": -44.708072667545558, "S22": -44.71284331872301, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66509469804366339, "S11": 0.66509469804366339, "W12": -7.6435342527719525, "S12": -7.6435342527719525, "W13": -16.698794430579284, "S13": -17.556084374965259, "W21": -30.512072603980567, "S21": -30.512072603980567, "W22": -39.935788102909108, "S22": -40.225686334179073, "W31": -63.100892530925414, "S31": -63.779974798160666, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102559.4, 497504.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42291820588553386, "S11": 0.42291820588553386, "W12": -13.172802001429593, "S12": -19.350034237884721, "W13": -25.0, "S13": -25.0, "W21": -34.107579050962336, "S21": -37.187423929840364, "W22": -34.476736779217404, "S22": -46.651388422086839, "W31": -73.830271922489118, "S31": -73.830271922489118, "W32": -90.8069117082171, "S32": -95.8069117082171 }, "geometry": { "type": "Point", "coordinates": [ 102560.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0494795611982437, "S11": 1.0494795611982437, "W12": -8.0274233460692148, "S12": -8.0274233460692148, "W13": -20.059729921923992, "S13": -20.059729921923992, "W21": -43.841811884949934, "S21": -43.841811884949934, "W22": -43.308666688543951, "S22": -43.308666688543951, "W31": -68.368581588151486, "S31": -72.998377203816432, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102560.0, 514707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7036468741079074, "S11": 1.7036468741079074, "W12": -8.0591518033460243, "S12": -9.8725267286036651, "W13": -20.0, "S13": -20.0, "W21": -32.485107382807833, "S21": -32.485107382807833, "W22": -41.393647169072722, "S22": -42.699083755952891, "W31": -69.530221630965144, "S31": -69.530221630965144, "W32": -81.215720641632288, "S32": -86.215720641632288 }, "geometry": { "type": "Point", "coordinates": [ 102560.75, 511272.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3481800747373618, "S11": 3.3481800747373618, "W12": -5.7064562219637809, "S12": -5.7064562219637809, "W13": -20.029921052631575, "S13": -21.100301764416354, "W21": -44.188266528199769, "S21": -68.819387311660051, "W22": -60.946240007333877, "S22": -61.861766349439144, "W31": -98.993806317232213, "S31": -98.993806317232213, "W32": -100.86687038055828, "S32": -105.86687038055828 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4342073233625583, "S11": 3.2385402628653628, "W12": -5.0, "S12": -5.0, "W13": -20.985810362005978, "S13": -21.192879990369924, "W21": -40.0, "S21": -53.694147262429198, "W22": -85.567840361969942, "S22": -96.920567732632094, "W31": -96.920567732632094, "S31": -96.920567732632094, "W32": -96.920567732632094, "S32": -98.548140625073458 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 500541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4339484045366397, "S11": 2.4339484045366397, "W12": -8.6278063022249061, "S12": -11.195086379860893, "W13": -19.1519375284654, "S13": -27.22985550901376, "W21": -47.952590429037031, "S21": -67.278131071834437, "W22": -35.848892661621235, "S22": -37.286295484757645, "W31": -70.824760443879981, "S31": -71.324760443879981, "W32": -77.582511010794633, "S32": -82.582511010794633 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 503271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6992372234935165, "S11": 1.6992372234935165, "W12": -7.8114172578782384, "S12": -13.906008102828103, "W13": -20.02278942570647, "S13": -23.626850339412055, "W21": -35.322818093183521, "S21": -36.121212383995292, "W22": -44.330024773143386, "S22": -44.333526550465407, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 504662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79233304167344953, "S11": -0.79233304167344953, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -39.048084303385849, "S21": -39.048084303385849, "W22": -42.378899624211641, "S22": -46.934786652498119, "W31": -75.086031837227964, "S31": -75.086031837227964, "W32": -96.276553931886539, "S32": -101.27655393188654 }, "geometry": { "type": "Point", "coordinates": [ 102561.0, 509900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64956525970280699, "S11": 0.64956525970280699, "W12": -7.8647393158247043, "S12": -7.8647393158247043, "W13": -20.015196982233029, "S13": -20.015196982233029, "W21": -43.022297441522625, "S21": -43.022297441522625, "W22": -44.972968356639456, "S22": -44.972968356639456, "W31": -68.197600560169121, "S31": -73.283736236918116, "W32": -97.681494661921704, "S32": -102.6814946619217 }, "geometry": { "type": "Point", "coordinates": [ 102561.571428571434808, 514972.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5627554020772534, "S11": 3.340872619410808, "W12": -10.487364806866953, "S12": -10.487364806866953, "W13": -21.038948659003829, "S13": -24.137747448982978, "W21": -43.285579345088159, "S21": -60.0, "W22": -39.737138903842165, "S22": -39.850057753429994, "W31": -60.000000000000007, "S31": -60.318789454140372, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102562.0, 500692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9492262614854492, "S11": 1.9492262614854492, "W12": -10.0, "S12": -19.991698065010539, "W13": -21.470866314331865, "S13": -21.470866314331865, "W21": -36.125323303814277, "S21": -36.125323303814277, "W22": -39.9575399120356, "S22": -40.211983378390478, "W31": -62.194790959862203, "S31": -62.710442360484706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102562.0, 506402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4534580252283602, "S11": 1.4534580252283602, "W12": -13.574347039048357, "S12": -14.07750193422442, "W13": -21.094076428436306, "S13": -21.094076428436306, "W21": -37.418454035167898, "S21": -39.338153387087189, "W22": -50.025014169658043, "S22": -50.025014169658043, "W31": -70.0, "S31": -70.0, "W32": -82.580368624089147, "S32": -87.580368624089147 }, "geometry": { "type": "Point", "coordinates": [ 102562.0, 507433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5382881405947737, "S11": 0.5382881405947737, "W12": -8.1571482856984012, "S12": -11.434474906947734, "W13": -20.0, "S13": -20.563668555240792, "W21": -47.487728770944337, "S21": -67.487728770944329, "W22": -39.528665251587405, "S22": -39.528665251587405, "W31": -60.0, "S31": -60.837714844484609, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 502774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025194001310049764, "S11": 0.025194001310049764, "W12": -7.5372782682860615, "S12": -19.701192641374746, "W13": -20.0, "S13": -20.0, "W21": -39.498008820559811, "S21": -39.498008820559811, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.000058466039548, "W32": -82.625962774244101, "S32": -87.625962774244101 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8517316162397042, "S11": 2.8517316162397042, "W12": -9.3095364809042298, "S12": -19.337451592060184, "W13": -20.266299323190939, "S13": -20.266299323190939, "W21": -39.750950637839409, "S21": -40.400446519691158, "W22": -39.835691029891088, "S22": -39.980791207532157, "W31": -60.0, "S31": -60.538301119023146, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 508043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2478964560367181, "S11": 3.2478964560367181, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.180888026950747, "S21": -41.507985532619678, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -82.723514960259095, "S32": -87.723514960259095 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 508239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25849917081260365, "S11": 0.25849917081260365, "W12": -10.000000000000002, "S12": -13.119545539475606, "W13": -30.808585747667646, "S13": -30.811420255989464, "W21": -36.519656710523904, "S21": -36.519656710523904, "W22": -86.143395788618832, "S22": -96.950519114930913, "W31": -96.950519114930913, "S31": -96.950519114930913, "W32": -96.950519114930913, "S32": -98.683132796373883 }, "geometry": { "type": "Point", "coordinates": [ 102563.0, 510448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7458180433955084, "S11": 3.7458180433955084, "W12": -6.8722545614055885, "S12": -7.1618895928346751, "W13": -20.134847024813297, "S13": -21.26315708015343, "W21": -46.064564611229869, "S21": -67.525466918187135, "W22": -39.682928475795677, "S22": -39.682928475795677, "W31": -61.937728387645791, "S31": -62.112630494675436, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102563.25, 500011.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.407506167377587, "S11": 1.407506167377587, "W12": -14.665125579863407, "S12": -14.665125579863407, "W13": -20.0, "S13": -20.0, "W21": -37.62393410833441, "S21": -39.871788445570111, "W22": -34.578850595904697, "S22": -38.060871920768584, "W31": -79.457361895447505, "S31": -79.457361895447505, "W32": -91.881671001177565, "S32": -96.881671001177565 }, "geometry": { "type": "Point", "coordinates": [ 102563.286885245906888, 512609.081967213132884 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9455134596211336, "S11": 1.6790084557721399, "W12": -6.9739101108896522, "S12": -6.9739101108896522, "W13": -19.154679040989024, "S13": -22.706640185432608, "W21": -44.333184521197374, "S21": -63.142983423465623, "W22": -36.620256330814058, "S22": -36.620256330814058, "W31": -80.056566626649698, "S31": -80.056566626649698, "W32": -92.995314949969455, "S32": -97.995314949969455 }, "geometry": { "type": "Point", "coordinates": [ 102563.6, 502645.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1915454669022698, "S11": 1.8713741042732175, "W12": -8.4035312367377397, "S12": -8.4035312367377397, "W13": -17.651137992831543, "S13": -18.923487265180817, "W21": -59.999999999999993, "S21": -72.29350772889417, "W22": -35.65392229993612, "S22": -37.286631967594602, "W31": -70.814207129082902, "S31": -71.069669154639342, "W32": -77.2553266078219, "S32": -82.2553266078219 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 499480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4562047315741582, "S11": 3.1470960277015689, "W12": -5.9604755405502488, "S12": -7.7590183877805021, "W13": -20.212816063460586, "S13": -25.212816063460586, "W21": -60.0, "S21": -82.746341962549877, "W22": -39.638218939206681, "S22": -39.638218939206681, "W31": -60.0, "S31": -60.560268920794648, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49383570537224969, "S11": 0.49383570537224969, "W12": -15.0, "S12": -21.257845946692743, "W13": -25.0, "S13": -25.0, "W21": -34.020939311448124, "S21": -34.020939311448124, "W22": -37.765198424588213, "S22": -37.765198424588213, "W31": -70.0, "S31": -70.0, "W32": -79.996140284388517, "S32": -84.996140284388517 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 505278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26973616328102668, "S11": 0.26973616328102668, "W12": -14.672841151385928, "S12": -21.701842089977426, "W13": -21.701842089977426, "S13": -21.701842089977426, "W21": -38.902135069811287, "S21": -38.902135069811287, "W22": -70.0, "S22": -83.304579631775511, "W31": -93.042494157690854, "S31": -93.042494157690854, "W32": -97.142218638228542, "S32": -102.14221863822854 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90444159356471687, "S11": 0.90444159356471687, "W12": -11.648256754643988, "S12": -11.648256754643988, "W13": -20.0, "S13": -25.322826073509663, "W21": -34.415816703713332, "S21": -34.415816703713332, "W22": -37.410465860084201, "S22": -47.679864925005667, "W31": -68.139686471663666, "S31": -68.407854014754562, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102564.0, 511788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4442689530685922, "S11": 3.322899459957517, "W12": -5.0, "S12": -5.0, "W13": -20.856360013284625, "S13": -21.356360013284625, "W21": -40.0, "S21": -54.180127263827707, "W22": -41.590278745749629, "S22": -42.859731760633927, "W31": -69.570451816470026, "S31": -69.570451816470026, "W32": -81.005627899571934, "S32": -86.005627899571934 }, "geometry": { "type": "Point", "coordinates": [ 102564.5, 500494.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4931614234141315, "S11": 3.4931614234141315, "W12": -5.0, "S12": -5.0, "W13": -20.408626702092327, "S13": -20.408626702092327, "W21": -40.299445132296967, "S21": -65.299445132296967, "W22": -66.338097049394122, "S22": -66.338097049394122, "W31": -99.313037464138645, "S31": -99.313037464138645, "W32": -102.12073213657163, "S32": -107.12073213657163 }, "geometry": { "type": "Point", "coordinates": [ 102565.0, 500325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4461650335224343, "S11": 3.3420019105423346, "W12": -5.0, "S12": -5.0, "W13": -20.833718033875787, "S13": -21.333718033875787, "W21": -40.000000000000007, "S21": -54.306181938180629, "W22": -42.892305241357334, "S22": -52.489049253333384, "W31": -77.119939376529203, "S31": -77.119939376529203, "W32": -96.728513528521603, "S32": -101.7285135285216 }, "geometry": { "type": "Point", "coordinates": [ 102565.0, 500486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53417478990673095, "S11": 0.53417478990673095, "W12": -7.8630088266613321, "S12": -7.8630088266613321, "W13": -20.005715803737861, "S13": -20.005715803737861, "W21": -42.778009217944543, "S21": -42.778009217944543, "W22": -41.808135609450161, "S22": -43.136240587980595, "W31": -69.633935067565616, "S31": -69.633935067565616, "W32": -80.690679043331698, "S32": -85.690679043331698 }, "geometry": { "type": "Point", "coordinates": [ 102565.411764705888345, 515064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2765957446810758, "S11": 1.2765957446810758, "W12": -4.7757475174599291, "S12": -9.5505396147537063, "W13": -19.997824212002502, "S13": -25.206137140004252, "W21": -36.575829756312139, "S21": -36.597334792100774, "W22": -46.476239409302799, "S22": -47.552700598705783, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102565.666666666671517, 503949.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8915868120687964, "S12": -12.343131833665872, "W13": -19.920856715158425, "S13": -21.968755448488785, "W21": -37.581752235131923, "S21": -38.960055080660382, "W22": -68.364617828605745, "S22": -81.784126265578976, "W31": -90.0, "S31": -90.0, "W32": -99.760412329368336, "S32": -104.76041232936834 }, "geometry": { "type": "Point", "coordinates": [ 102566.0, 503831.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95916948152368231, "S11": -0.95916948152368231, "W12": -10.069112638807971, "S12": -13.069112638807971, "W13": -29.672004079837059, "S13": -29.672004079837059, "W21": -39.148233548293014, "S21": -39.148233548293014, "W22": -67.133475328363502, "S22": -80.678374717691767, "W31": -100.0, "S31": -100.0, "W32": -100.74718689534687, "S32": -105.74718689534687 }, "geometry": { "type": "Point", "coordinates": [ 102566.666666666671517, 509829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0725551419681763, "S11": 2.8563306526906818, "W12": -10.0, "S12": -10.0, "W13": -16.563630972298228, "S13": -20.073731168869156, "W21": -39.056089832675511, "S21": -53.527090530629003, "W22": -71.127667796999617, "S22": -95.660317235519045, "W31": -98.959720476022056, "S31": -98.959720476022056, "W32": -101.72960560500159, "S32": -106.72960560500159 }, "geometry": { "type": "Point", "coordinates": [ 102567.0, 501816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8742541571213294, "S11": 1.3742541571213294, "W12": -6.1891073194856574, "S12": -6.1891073194856574, "W13": -16.92828205128205, "S13": -16.92828205128205, "W21": -60.0, "S21": -65.43999953792482, "W22": -69.195428186741296, "S22": -104.1954281867413, "W31": -104.1954281867413, "S31": -104.1954281867413, "W32": -104.1954281867413, "S32": -104.1954281867413 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 499364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4588733229898629, "W12": -5.2280736215097701, "S12": -10.22807362150977, "W13": -20.0, "S13": -22.56606866034992, "W21": -34.092024802726677, "S21": -37.165106529845779, "W22": -61.482662669561662, "S22": -61.482662669561662, "W31": -93.554511990596396, "S31": -93.554511990596396, "W32": -93.554511990596396, "S32": -97.529384650841209 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 504210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.697966487717586, "S12": -16.502835769999756, "W13": -20.623461064943061, "S13": -20.936428507439622, "W21": -32.723020682151343, "S21": -32.723020682151343, "W22": -39.563928797814903, "S22": -50.993622841015039, "W31": -71.796336390228959, "S31": -72.258137309973804, "W32": -90.289950723645802, "S32": -95.289950723645802 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4943563148261134, "S11": 2.4943563148261134, "W12": -10.070398195587355, "S12": -18.897248319029277, "W13": -20.0, "S13": -20.0, "W21": -32.718758355253577, "S21": -33.427501841067347, "W22": -41.203728981034722, "S22": -42.4511137417825, "W31": -69.744539907103288, "S31": -69.744539907103288, "W32": -80.143745973585737, "S32": -85.143745973585737 }, "geometry": { "type": "Point", "coordinates": [ 102568.0, 506834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3490367379435848, "S11": 2.8490367379435848, "W12": -8.0034956202892644, "S12": -8.0040748938801816, "W13": -20.123319348229099, "S13": -24.204316708300787, "W21": -55.491532835108927, "S21": -70.853609977062774, "W22": -35.733487004734101, "S22": -37.526016319795573, "W31": -70.516522513344711, "S31": -70.533204181511522, "W32": -77.52448267060069, "S32": -82.52448267060069 }, "geometry": { "type": "Point", "coordinates": [ 102569.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4636981171017851, "S11": 0.4636981171017851, "W12": -11.797019908495116, "S12": -17.820957243515565, "W13": -23.465512002430874, "S13": -23.465512002430874, "W21": -34.458560888592849, "S21": -34.458560888592849, "W22": -36.871669743693744, "S22": -36.871669743693744, "W31": -70.0, "S31": -70.09068023016863, "W32": -79.083649909192701, "S32": -84.083649909192701 }, "geometry": { "type": "Point", "coordinates": [ 102569.0, 504960.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49811360214568845, "S11": 0.49811360214568845, "W12": -15.0, "S12": -21.207671592321795, "W13": -24.948158958922438, "S13": -24.948158958922438, "W21": -34.018230948700136, "S21": -34.018230948700136, "W22": -70.0, "S22": -108.47766220901522, "W31": -108.47766220901522, "S31": -108.47766220901522, "W32": -108.47766220901522, "S32": -108.47766220901522 }, "geometry": { "type": "Point", "coordinates": [ 102569.0, 505280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.9150293286169005, "W13": -15.0, "S13": -15.628284619195369, "W21": -40.124246714586505, "S21": -49.821296504813141, "W22": -47.29241452968229, "S22": -47.298209077689741, "W31": -84.236531200519664, "S31": -84.236531200519664, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 498628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3248875414228301, "S11": 3.3248875414228301, "W12": -5.7099119455058975, "S12": -5.7099119455058975, "W13": -20.0, "S13": -21.071045516996854, "W21": -44.101303008735279, "S21": -68.589404205440928, "W22": -39.706830844065216, "S22": -39.706830844065216, "W31": -62.793565116155996, "S31": -62.793565116155996, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 500098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3354741592046819, "S11": 3.3354741592046819, "W12": -5.622987207177272, "S12": -5.622987207177272, "W13": -20.005921052631578, "S13": -21.064202309556631, "W21": -43.770596667109757, "S21": -68.770596667109757, "W22": -39.566652461198785, "S22": -50.291350225019187, "W31": -72.658973295785884, "S31": -72.971983234964057, "W32": -90.253917041801117, "S32": -95.253917041801117 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 500113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0910822323944851, "S11": 2.8638095051217576, "W12": -10.0, "S12": -11.249778408083673, "W13": -16.735682631304829, "S13": -20.136368581943685, "W21": -40.0, "S21": -54.560574565966114, "W22": -35.236730133498632, "S22": -46.456631866768447, "W31": -68.811127582264135, "S31": -68.873120018278129, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 501762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44061213045280057, "S11": -0.059060235067828815, "W12": -12.594582865311956, "S12": -18.615372295918242, "W13": -24.312265775346905, "S13": -24.312265775346905, "W21": -34.248629017733776, "S21": -36.39307760975916, "W22": -35.676481876988184, "S22": -37.340994711725187, "W31": -70.78408825300184, "S31": -71.036030617742625, "W32": -77.288070223412277, "S32": -82.288070223412277 }, "geometry": { "type": "Point", "coordinates": [ 102570.0, 505033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0990213402201987, "S11": 1.6648678781203019, "W12": -8.4516265933004551, "S12": -8.4516265933004551, "W13": -17.49642398446834, "S13": -18.513056001100356, "W21": -60.0, "S21": -69.232303090727811, "W22": -45.005399010476445, "S22": -45.005399010476445, "W31": -70.0, "S31": -70.0, "W32": -82.683451171526357, "S32": -87.683451171526357 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 499456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4341815368746778, "S11": 3.2809454423007685, "W12": -5.0, "S12": -5.0, "W13": -20.876212221853205, "S13": -21.298467668243635, "W21": -40.0, "S21": -53.428431578211317, "W22": -77.440749821227897, "S22": -91.595631946643238, "W31": -91.850396404060845, "S31": -91.850396404060845, "W32": -91.861351557566834, "S32": -96.861351557566834 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0587329972144, "S11": 2.8310544031047922, "W12": -10.0, "S12": -10.049636589257224, "W13": -16.370772245608972, "S13": -19.803925843949038, "W21": -39.355002660355929, "S21": -53.834865656078819, "W22": -66.888051339513083, "S22": -80.026769646800517, "W31": -99.145965934742705, "S31": -99.145965934742705, "W32": -102.10221082449172, "S32": -107.10221082449172 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 501801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.086440133456929, "S12": -15.052502754579848, "W13": -20.158645276292333, "S13": -20.168837047307267, "W21": -33.557286874706591, "S21": -33.557286874706591, "W22": -88.99470687304516, "S22": -103.99470687304516, "W31": -103.99470687304516, "S31": -103.99470687304516, "W32": -103.99470687304516, "S32": -103.99470687304516 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -17.99134163726017, "W13": -20.68471050559252, "S13": -20.68471050559252, "W21": -38.828239493054639, "S21": -38.829569708142692, "W22": -90.0, "S22": -95.245013203813585, "W31": -95.245013203813585, "S31": -95.245013203813585, "W32": -95.245013203813585, "S32": -100.23368353158959 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 507741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15858208955223874, "S11": 0.15858208955223874, "W12": -9.9776963517603949, "S12": -13.10845738158201, "W13": -30.990405766291254, "S13": -31.011773598255779, "W21": -36.617540192541213, "S21": -36.617540192541213, "W22": -88.590520189953111, "S22": -97.009416066224233, "W31": -97.009416066224233, "S31": -97.009416066224233, "W32": -97.009416066224233, "S32": -99.378758598639251 }, "geometry": { "type": "Point", "coordinates": [ 102571.0, 510450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4511346532082385, "S11": 1.4511346532082385, "W12": -14.847933137158318, "S12": -14.847933137158318, "W13": -20.0, "S13": -20.0, "W21": -37.736731334799316, "S21": -40.476181923309518, "W22": -86.718313127211559, "S22": -96.937777058049932, "W31": -96.937777058049932, "S31": -96.937777058049932, "W32": -96.937777058049932, "S32": -98.787868101693164 }, "geometry": { "type": "Point", "coordinates": [ 102571.049180327870999, 512658.442622950824443 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58997845893459644, "S11": 0.58997845893459644, "W12": -9.9418635265164959, "S12": -9.9418635265164959, "W13": -17.334613308236271, "S13": -18.153833631356907, "W21": -20.048181092484889, "S21": -20.048181092484889, "W22": -39.573248099763525, "S22": -49.308110653741686, "W31": -73.227561326055508, "S31": -73.370863506740861, "W32": -90.210953805755466, "S32": -95.210953805755466 }, "geometry": { "type": "Point", "coordinates": [ 102572.0, 497023.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7866542808484285, "S12": -20.322958175703398, "W13": -20.322958175703398, "S13": -25.427565047042872, "W21": -43.194661719712599, "S21": -50.600938865051603, "W22": -40.5, "S22": -54.30836258000074, "W31": -72.144480469065726, "S31": -72.144480469065726, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102572.0, 503443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93746111867345372, "S11": 0.93746111867345372, "W12": -8.7582631805282336, "S12": -9.1815290480857108, "W13": -22.396434489198132, "S13": -22.396434489198132, "W21": -36.585605486994872, "S21": -38.382867248027075, "W22": -39.168409237148019, "S22": -47.949393694391418, "W31": -68.154991000390751, "S31": -68.458044435505258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102572.0, 507149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0684146602451423, "S11": 1.0684146602451423, "W12": -13.594750448128043, "S12": -13.594750448128043, "W13": -20.0, "S13": -20.0, "W21": -36.419330784181263, "S21": -36.419330784181263, "W22": -39.56937612458276, "S22": -49.376322648132074, "W31": -73.227953172564824, "S31": -73.392172131176309, "W32": -90.21788335995636, "S32": -95.21788335995636 }, "geometry": { "type": "Point", "coordinates": [ 102572.0, 512323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1018268812527188, "S11": 1.1018268812527188, "W12": -12.298422549780192, "S12": -15.298422549780192, "W13": -21.001711946968069, "S13": -21.001711946968069, "W21": -37.013117859219321, "S21": -38.276026334408172, "W22": -86.310690875340796, "S22": -96.872180886368767, "W31": -96.872180886368767, "S31": -96.872180886368767, "W32": -96.872180886368767, "S32": -98.660939726066033 }, "geometry": { "type": "Point", "coordinates": [ 102573.0, 507387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6640105637009883, "S11": 2.1321185099843536, "W12": -6.0707487105132349, "S12": -6.0707487105132349, "W13": -15.0, "S13": -16.963823837818943, "W21": -42.28207698438198, "S21": -60.236322317164472, "W22": -71.106886224867736, "S22": -80.613675049360069, "W31": -96.562149695726262, "S31": -96.562149695726262, "W32": -98.753111727987303, "S32": -103.7531117279873 }, "geometry": { "type": "Point", "coordinates": [ 102573.333333333328483, 502513.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4501567818463124, "S11": 3.4501567818463124, "W12": -5.0, "S12": -5.0, "W13": -20.704255230820326, "S13": -21.149960752292721, "W21": -40.0, "S21": -61.015014849851497, "W22": -35.533917701775117, "S22": -37.387200772025757, "W31": -70.656774119270423, "S31": -70.73058397942016, "W32": -77.049015080853607, "S32": -82.049015080853607 }, "geometry": { "type": "Point", "coordinates": [ 102573.5, 500442.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3560948737738645, "S11": 3.3316653468731299, "W12": -8.4068026026172831, "S12": -8.4068026026172831, "W13": -17.154471567644645, "S13": -20.154471567644645, "W21": -38.682754263434276, "S21": -54.247497850024118, "W22": -70.721845279092207, "S22": -85.543362601967644, "W31": -90.0, "S31": -90.0, "W32": -100.5061284554057, "S32": -105.5061284554057 }, "geometry": { "type": "Point", "coordinates": [ 102573.666666666671517, 502106.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4227895822588965, "S11": 3.2135498359178989, "W12": -5.0, "S12": -5.0, "W13": -20.946305214214544, "S13": -21.1290796695755, "W21": -40.0, "S21": -52.694217187609254, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.70280415123392, "S32": -87.70280415123392 }, "geometry": { "type": "Point", "coordinates": [ 102574.0, 500534.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9350789204881815, "S12": -7.9350789204881815, "W13": -20.0, "S13": -20.0, "W21": -42.942384698896831, "S21": -42.942384698896831, "W22": -46.637889023281403, "S22": -46.647351732130332, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102574.359550561799551, 516324.539325842692051 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52006532317483267, "S11": 0.52006532317483267, "W12": -7.8462357401953504, "S12": -7.8462357401953504, "W13": -20.013390922237456, "S13": -20.013390922237456, "W21": -42.727609221415769, "S21": -42.727609221415769, "W22": -80.472881257613551, "S22": -94.544394517069634, "W31": -94.544394517069634, "S31": -94.544394517069634, "W32": -94.544394517069634, "S32": -96.967151652283732 }, "geometry": { "type": "Point", "coordinates": [ 102574.764705882349517, 515113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1630411900919233, "S11": 4.1630411900919233, "W12": -2.8569602272727272, "S12": -5.4138743848334467, "W13": -19.567256560020923, "S13": -20.447724116090477, "W21": -31.906045292075728, "S21": -31.906045292075728, "W22": -40.143986294775509, "S22": -40.143986294775509, "W31": -71.699141167497103, "S31": -71.699141167497103, "W32": -95.500294018101329, "S32": -100.50029401810133 }, "geometry": { "type": "Point", "coordinates": [ 102575.0, 510953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67576108130162171, "S11": 0.67576108130162171, "W12": -7.8382052145808307, "S12": -7.8382052145808307, "W13": -20.031713103618117, "S13": -20.031713103618117, "W21": -43.044377122986198, "S21": -43.044377122986198, "W22": -39.556532702894835, "S22": -49.346733835178057, "W31": -73.17066521293593, "S31": -73.364701706037849, "W32": -90.231674308808664, "S32": -95.231674308808664 }, "geometry": { "type": "Point", "coordinates": [ 102575.142857142855064, 515013.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2938503140265647, "W12": -5.251415569859585, "S12": -10.251415569859585, "W13": -19.598602189393258, "S13": -26.301642212991013, "W21": -35.535844241484234, "S21": -39.168079552889687, "W22": -40.0, "S22": -48.626027864533597, "W31": -73.055462339264082, "S31": -73.110706494190097, "W32": -90.19111937684599, "S32": -95.19111937684599 }, "geometry": { "type": "Point", "coordinates": [ 102575.4, 504302.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63310214062943004, "S11": 0.63310214062943004, "W12": -8.5531182101365744, "S12": -8.5531182101365744, "W13": -16.606319203045558, "S13": -17.384942864575983, "W21": -27.459077449734895, "S21": -27.459077449734895, "W22": -39.572099787966643, "S22": -48.461295071243427, "W31": -73.029130253853381, "S31": -73.05447994834411, "W32": -90.181849678111661, "S32": -95.181849678111661 }, "geometry": { "type": "Point", "coordinates": [ 102575.5, 497317.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3881939143888604, "S11": 3.0347155813322439, "W12": -9.4354191780821921, "S12": -9.4354191780821921, "W13": -21.123497757847534, "S13": -24.190107760721446, "W21": -42.660668380462731, "S21": -52.214434343454656, "W22": -35.475703545723228, "S22": -37.377578361099381, "W31": -70.614534502582501, "S31": -70.614534502582501, "W32": -77.042134231721789, "S32": -82.042134231721789 }, "geometry": { "type": "Point", "coordinates": [ 102576.0, 500646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6179227852875537, "S11": 3.4446117211386684, "W12": -6.5287467811158795, "S12": -7.4188711979121473, "W13": -20.594818144666938, "S13": -24.239290322026957, "W21": -52.372061704211553, "S21": -77.372061704211546, "W22": -60.494084896288612, "S22": -60.494084896288612, "W31": -99.053298520411758, "S31": -99.053298520411758, "W32": -101.1142272825125, "S32": -106.1142272825125 }, "geometry": { "type": "Point", "coordinates": [ 102576.0, 500921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0316912355468615, "S11": 2.9149139698380631, "W12": -5.4439006472620415, "S12": -5.4439006472620415, "W13": -15.0, "S13": -16.858863406894564, "W21": -40.080855503390708, "S21": -56.561346744004489, "W22": -85.530367190672308, "S22": -96.745391259459709, "W31": -96.745391259459709, "S31": -96.745391259459709, "W32": -96.745391259459709, "S32": -98.41709806798039 }, "geometry": { "type": "Point", "coordinates": [ 102576.0, 502266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.7008824895494659, "S12": -20.700882489549464, "W13": -20.700882489549464, "S13": -23.293876462214996, "W21": -39.070073399190875, "S21": -43.636117320452144, "W22": -84.98909449504032, "S22": -96.67714915443436, "W31": -96.67714915443436, "S31": -96.67714915443436, "W32": -96.67714915443436, "S32": -98.261864123867426 }, "geometry": { "type": "Point", "coordinates": [ 102576.0, 503630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5839819330848819, "S11": 1.5839819330848819, "W12": -6.6518462373992477, "S12": -6.6518462373992477, "W13": -16.77281807434651, "S13": -18.031892064360129, "W21": -33.675670055823026, "S21": -35.185418228040739, "W22": -62.1829071475224, "S22": -82.186917992717667, "W31": -93.729365251884374, "S31": -93.729365251884374, "W32": -93.729365251884374, "S32": -98.021433510025346 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 497868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4004207207128736, "S11": 1.1442496259323949, "W12": -5.7950544015825916, "S12": -5.7950544015825916, "W13": -15.423910256410258, "S13": -15.423910256410258, "W21": -55.048446374874707, "S21": -61.289515328043386, "W22": -42.626582575040537, "S22": -45.976755690908405, "W31": -74.86582599478956, "S31": -74.86582599478956, "W32": -96.211391847720506, "S32": -101.21139184772051 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 499214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0561588970404174, "W12": -5.8577792443491168, "S12": -11.811637451649908, "W13": -19.802926410180689, "S13": -24.802926410180689, "W21": -35.697855951708647, "S21": -37.610463797819939, "W22": -37.237046328314833, "S22": -52.237046328314833, "W31": -80.225840019273548, "S31": -80.725840019273548, "W32": -94.922514133688054, "S32": -99.922514133688054 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 504520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47768277948314458, "S11": 0.47768277948314458, "W12": -14.6006075768406, "S12": -20.54721394901598, "W13": -25.0, "S13": -25.0, "W21": -34.179081453265617, "S21": -34.801095994313492, "W22": -40.061064763051519, "S22": -41.869636124784478, "W31": -68.867708530037532, "S31": -70.518457940915653, "W32": -84.91271929565724, "S32": -89.91271929565724 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 505216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26710434737958522, "S11": 0.26710434737958522, "W12": -14.793443496801707, "S12": -20.0, "W13": -20.0, "S13": -22.334670743651269, "W21": -38.361201974002491, "S21": -38.361201974002491, "W22": -39.050828273457356, "S22": -39.050828273457356, "W31": -70.0, "S31": -70.0, "W32": -81.360189383300565, "S32": -86.360189383300565 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 505923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -16.379879659524509, "W13": -20.946210096766912, "S13": -20.946210096766912, "W21": -37.754747798191246, "S21": -39.194688749393755, "W22": -57.962043795620438, "S22": -57.962043795620438, "W31": -70.0, "S31": -70.0, "W32": -82.866510130424075, "S32": -87.866510130424075 }, "geometry": { "type": "Point", "coordinates": [ 102577.0, 507553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12798553639183075, "S11": 0.12798553639183075, "W12": -7.8603448430739764, "S12": -7.8603448430739764, "W13": -20.0, "S13": -20.0, "W21": -42.000327440177784, "S21": -42.000327440177784, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.266609996270404, "S32": -87.266609996270404 }, "geometry": { "type": "Point", "coordinates": [ 102577.09174311926472, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0863769280130917, "S11": -1.0863769280130917, "W12": -7.9162254757624311, "S12": -7.9162254757624311, "W13": -20.0, "S13": -20.0, "W21": -42.64126734637297, "S21": -42.64126734637297, "W22": -42.726480428079959, "S22": -47.924249364281131, "W31": -75.307907513829278, "S31": -75.307907513829278, "W32": -96.310253672100245, "S32": -101.31025367210025 }, "geometry": { "type": "Point", "coordinates": [ 102577.765151515151956, 516166.825757575745229 ] } }, +{ "type": "Feature", "properties": { "W11": 3.330118516833485, "S11": 2.830118516833485, "W12": -8.2595070279079241, "S12": -9.0681729608280435, "W13": -20.148363066065478, "S13": -23.614450886065963, "W21": -54.880875931158492, "S21": -69.880875931158499, "W22": -35.356347326642627, "S22": -46.069587001957061, "W31": -68.678692994759288, "S31": -68.834867291178497, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 501526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7025363140619358, "S12": -11.923572492699115, "W13": -19.84240925259228, "S13": -23.976932924610761, "W21": -50.0, "S21": -70.0, "W22": -55.136116037496834, "S22": -62.084465576110816, "W31": -91.178736323132725, "S31": -91.178736323132725, "W32": -95.588379564908152, "S32": -100.58837956490815 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 502956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9625854449496059, "S12": -14.962585444949607, "W13": -19.877146063280172, "S13": -22.163092413799774, "W21": -38.16538721069626, "S21": -41.126920222881012, "W22": -75.052986512524086, "S22": -97.250359782869509, "W31": -97.250359782869509, "S31": -97.250359782869509, "W32": -101.21862473754534, "S32": -106.21862473754534 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 503772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5835975585589157, "S11": 2.526043027209083, "W12": -5.3271593791679352, "S12": -10.327159379167934, "W13": -20.0, "S13": -24.023741430405305, "W21": -34.396668013761861, "S21": -37.396668013761861, "W22": -34.582863811774942, "S22": -47.418761498956442, "W31": -69.79822435148688, "S31": -69.79822435148688, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 504187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1175095637310761, "S11": -1.1175095637310761, "W12": -10.259639404692548, "S12": -13.259639404692548, "W13": -29.35072726020146, "S13": -29.35072726020146, "W21": -39.240312087380488, "S21": -39.240312087380488, "W22": -50.737672060674541, "S22": -52.525362611096831, "W31": -68.669376283773957, "S31": -73.895516690284921, "W32": -100.19974165213485, "S32": -105.19974165213485 }, "geometry": { "type": "Point", "coordinates": [ 102578.0, 509760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72, "S11": 0.72, "W12": -8.1300001, "S12": -8.3800001, "W13": -24.43, "S13": -24.43, "W21": -37.220001, "S21": -37.220001, "W22": -36.822883567739837, "S22": -36.964074962537715, "W31": -70.0, "S31": -70.211159062885329, "W32": -79.058272492466827, "S32": -84.058272492466827 }, "geometry": { "type": "Point", "coordinates": [ 102578.2, 506236.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2853545579910621, "S11": -1.2853545579910621, "W12": -10.481696613490191, "S12": -10.481696613490191, "W13": -26.204143255269553, "S13": -26.204143255269553, "W21": -40.68056770962891, "S21": -40.68056770962891, "W22": -38.203650514162618, "S22": -38.203650514162618, "W31": -70.0, "S31": -70.0, "W32": -80.704458107057619, "S32": -85.704458107057619 }, "geometry": { "type": "Point", "coordinates": [ 102578.222222222218988, 509114.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4383903208838591, "S11": 2.4383903208838591, "W12": -10.126501306793616, "S12": -19.160887384259773, "W13": -20.739058918228555, "S13": -20.739058918228555, "W21": -35.494568936044821, "S21": -35.494568936044821, "W22": -48.810961779515516, "S22": -48.819396734335406, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102578.333333333328483, 506459.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4947631390388902, "S11": 1.4947631390388902, "W12": -14.981457718613607, "S12": -14.981457718613607, "W13": -20.0, "S13": -20.0, "W21": -37.849528561264222, "S21": -41.080575401048932, "W22": -41.551398337112616, "S22": -42.731798067454918, "W31": -69.766714130339437, "S31": -69.766714130339437, "W32": -99.553090566062977, "S32": -104.55309056606298 }, "geometry": { "type": "Point", "coordinates": [ 102578.811475409835111, 512707.803278688516002 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45867343580906828, "S11": 0.45867343580906828, "W12": -9.9702046835396505, "S12": -15.032069740085557, "W13": -20.903684559962585, "S13": -20.903684559962585, "W21": -37.815661135541433, "S21": -37.815661135541433, "W22": -84.936075178374622, "S22": -96.627851640574704, "W31": -96.627851640574704, "S31": -96.627851640574704, "W32": -96.627851640574704, "S32": -98.216584618133425 }, "geometry": { "type": "Point", "coordinates": [ 102579.0, 506055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03196537946246808, "S11": -0.03196537946246808, "W12": -10.0, "S12": -13.135326988932071, "W13": -30.911804762489318, "S13": -30.945092065345598, "W21": -36.761658669044152, "S21": -36.761658669044152, "W22": -84.569406578107788, "S22": -96.58162311781561, "W31": -96.58162311781561, "S31": -96.58162311781561, "W32": -96.58162311781561, "S32": -98.111426139863369 }, "geometry": { "type": "Point", "coordinates": [ 102579.0, 510447.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -2.7376069132306968, "S12": -5.6599756306513802, "W13": -23.259217027746107, "S13": -23.359861159148913, "W21": -33.3158157943489, "S21": -33.3158157943489, "W22": -70.0, "S22": -80.519161797093318, "W31": -93.408306032553725, "S31": -93.408306032553725, "W32": -97.146398590334456, "S32": -102.14639859033446 }, "geometry": { "type": "Point", "coordinates": [ 102579.0, 510713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.523289561328385, "S11": 1.523289561328385, "W12": -8.6064155831845692, "S12": -10.147035856829534, "W13": -20.0, "S13": -20.291426136536568, "W21": -32.663316501123703, "S21": -32.663316501123703, "W22": -71.444792433190088, "S22": -82.752409253650299, "W31": -96.135537115923469, "S31": -96.135537115923469, "W32": -99.021945723738284, "S32": -104.02194572373828 }, "geometry": { "type": "Point", "coordinates": [ 102579.5, 511306.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2663880711760962, "S11": -0.61624859548612976, "W12": -7.873765106912904, "S12": -7.873765106912904, "W13": -20.0, "S13": -20.0, "W21": -42.096385180506665, "S21": -42.096385180506665, "W22": -39.582024999713383, "S22": -39.582024999713383, "W31": -60.0, "S31": -61.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102579.846153846156085, 515644.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3584488472114504, "S11": 3.3584488472114504, "W12": -5.2256853297890009, "S12": -5.2256853297890009, "W13": -20.0, "S13": -20.997033586175316, "W21": -42.217475534855524, "S21": -71.068898084908213, "W22": -39.872962713276657, "S22": -54.733419175692966, "W31": -72.561089199744629, "S31": -72.561089199744629, "W32": -90.105427136800429, "S32": -95.105427136800429 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 500180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6103176373733907, "S11": 3.5028845870794654, "W12": -7.211596566523605, "S12": -7.8485328029155177, "W13": -20.687241520228852, "S13": -23.34618793258123, "W21": -50.748653281096963, "S21": -75.748653281096963, "W22": -34.823005642458213, "S22": -46.779573846621851, "W31": -69.287508205613378, "S31": -69.287508205613378, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 500873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0528095525111207, "S11": 3.0528095525111207, "W12": -10.0, "S12": -11.2178691721326, "W13": -16.725969789861086, "S13": -19.940941259774814, "W21": -42.782931354359924, "S21": -57.354992675374788, "W22": -39.563167901362533, "S22": -39.563167901362533, "W31": -70.0, "S31": -70.0, "W32": -81.909280584199337, "S32": -86.909280584199337 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 501730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49437430803830307, "S11": 0.49437430803830307, "W12": -15.0, "S12": -20.908068042657547, "W13": -25.0, "S13": -25.0, "W21": -34.140761061559374, "S21": -34.140761061559374, "W22": -46.612018277110494, "S22": -46.617250346667774, "W31": -82.931534667827094, "S31": -82.931534667827094, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 505252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.3368696047251252, "S11": 5.3368696047251252, "W12": -1.9751382296814601, "S12": -4.8036590409545727, "W13": -20.000000000000004, "S13": -20.630530815817604, "W21": -32.469826917868147, "S21": -32.469826917868147, "W22": -63.827916909680276, "S22": -71.647017920792493, "W31": -99.105401603875336, "S31": -99.105401603875336, "W32": -101.07878166335782, "S32": -106.07878166335782 }, "geometry": { "type": "Point", "coordinates": [ 102580.0, 510855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43744555246421141, "S11": 0.43744555246421141, "W12": -13.475135300725253, "S12": -19.357898984106935, "W13": -25.0, "S13": -25.0, "W21": -34.074712290571028, "S21": -37.817057022969422, "W22": -70.056073976894766, "S22": -83.048081008355751, "W31": -99.023322713243502, "S31": -99.023322713243502, "W32": -102.05283018867925, "S32": -107.05283018867925 }, "geometry": { "type": "Point", "coordinates": [ 102580.2, 505111.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46496853765903223, "S11": -0.46496853765903223, "W12": -10.0, "S12": -13.100623815527708, "W13": -30.0, "S13": -30.0, "W21": -37.032265052383309, "S21": -37.032265052383309, "W22": -39.905692689386335, "S22": -40.055468108098765, "W31": -62.337282739182633, "S31": -63.041551302988772, "W32": -90.018993368040114, "S32": -95.018993368040114 }, "geometry": { "type": "Point", "coordinates": [ 102580.333333333328483, 510422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70302248244161114, "S11": 0.70302248244161114, "W12": -5.506415881849315, "S12": -5.506415881849315, "W13": -14.999999999999998, "S13": -16.408958881964903, "W21": -36.952772295756915, "S21": -46.93867811298086, "W22": -35.437946652095242, "S22": -48.680277429020883, "W31": -80.283775628129206, "S31": -80.433380403867474, "W32": -95.013553996892597, "S32": -100.0135539968926 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 498279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3560176267362332, "S11": 3.3560176267362332, "W12": -5.2247815251702932, "S12": -5.2247815251702932, "W13": -20.0, "S13": -21.0, "W21": -42.182439653397992, "S21": -71.048351139172496, "W22": -41.508615756968375, "S22": -43.427965497713679, "W31": -69.330950431046077, "S31": -70.185444073613724, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 500180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1298770145680201, "S12": -12.245364133312492, "W13": -19.685775045749427, "S13": -25.686742075613921, "W21": -50.0, "S21": -70.0, "W22": -46.265103188100142, "S22": -46.265103188100142, "W31": -68.026354533104922, "S31": -73.386303815806016, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1467391304347831, "S12": -12.375300984555363, "W13": -19.281450656271947, "S13": -28.284623757315863, "W21": -50.0, "S21": -70.467961795476867, "W22": -66.905265016093551, "S22": -72.843155864486405, "W31": -94.360046981980389, "S31": -94.360046981980389, "W32": -94.997898483710657, "S32": -99.997898483710657 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 503219.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10142801212816842, "S11": 0.10142801212816842, "W12": -8.2638361342064375, "S12": -18.791399159416521, "W13": -20.0, "S13": -20.0, "W21": -38.258996952399379, "S21": -38.258996952399379, "W22": -39.953848067724813, "S22": -39.953848067724813, "W31": -66.347575869106976, "S31": -66.347575869106976, "W32": -91.052318668252084, "S32": -96.052318668252084 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32384231440448147, "S11": 0.32384231440448147, "W12": -13.39685501066098, "S12": -19.964823574604775, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -38.056171931393465, "S21": -38.056171931393465, "W22": -36.804315088692903, "S22": -47.003177845757747, "W31": -68.28110694698357, "S31": -68.376217230360766, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102581.0, 505961.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18421431789819032, "S11": 0.18421431789819032, "W12": -9.8547392942041796, "S12": -19.361410987207826, "W13": -20.0, "S13": -20.0, "W21": -38.942664368382175, "S21": -38.942664368382175, "W22": -35.514580947362639, "S22": -49.011730450299488, "W31": -80.280036030745791, "S31": -80.556783399330342, "W32": -95.010452923258697, "S32": -100.0104529232587 }, "geometry": { "type": "Point", "coordinates": [ 102582.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4826533487784348, "S11": 0.4826533487784348, "W12": -10.0, "S12": -15.256037952846462, "W13": -20.935286596011469, "S13": -20.935286596011469, "W21": -37.642799066843452, "S21": -37.642799066843452, "W22": -50.0, "S22": -52.179239384734593, "W31": -68.809320099899125, "S31": -73.361480584341123, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102583.0, 506055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.178441083852313, "S12": -15.729200197347359, "W13": -20.0, "S13": -20.0, "W21": -33.218435435787512, "S21": -33.218435435787512, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.682093342208759, "S32": -87.682093342208759 }, "geometry": { "type": "Point", "coordinates": [ 102583.0, 506747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1063505872118315, "S11": 1.1063505872118315, "W12": -12.051978277734678, "S12": -14.82480227731946, "W13": -20.9042471257223, "S13": -20.9042471257223, "W21": -36.99254731850548, "S21": -38.15559519263455, "W22": -70.292751774362159, "S22": -86.427701880156903, "W31": -94.583553205778273, "S31": -94.583553205778273, "W32": -97.905294271709863, "S32": -102.90529427170986 }, "geometry": { "type": "Point", "coordinates": [ 102583.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4013102114492004, "S11": 3.1192194536067457, "W12": -5.0, "S12": -5.0, "W13": -20.995232623318387, "S13": -21.813561220580077, "W21": -41.847797327688852, "S21": -53.102178900047392, "W22": -42.154339543578338, "S22": -42.154339543578338, "W31": -74.111301522520819, "S31": -74.111301522520819, "W32": -96.03168395793854, "S32": -101.03168395793854 }, "geometry": { "type": "Point", "coordinates": [ 102583.5, 500574.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0538566797530429, "S11": 3.0538566797530429, "W12": -9.4805740287014366, "S12": -11.37208262646779, "W13": -16.931713115836743, "S13": -20.043129928111505, "W21": -45.908771031923735, "S21": -60.532370608207003, "W22": -36.379297691089853, "S22": -36.379297691089853, "W31": -80.04801046925418, "S31": -80.04801046925418, "W32": -92.771499908691894, "S32": -97.771499908691894 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 501693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30035764694624523, "S11": 0.30035764694624523, "W12": -13.009550536368987, "S12": -19.283243321433478, "W13": -23.266197291474299, "S13": -23.266197291474299, "W21": -33.696815972756248, "S21": -33.696815972756248, "W22": -75.0, "S22": -99.830056358802267, "W31": -99.830056358802267, "S31": -99.830056358802267, "W32": -99.830056358802267, "S32": -104.51735074626866 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 505365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79546997456124569, "S11": -0.79546997456124569, "W12": -10.0, "S12": -10.572340320266504, "W13": -25.712894055207009, "S13": -25.712894055207009, "W21": -40.518226148433783, "S21": -40.518226148433783, "W22": -62.467544382769852, "S22": -77.467544382769859, "W31": -92.811953549654078, "S31": -92.811953549654078, "W32": -92.811953549654078, "S32": -96.066874258600237 }, "geometry": { "type": "Point", "coordinates": [ 102584.0, 509037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50595585644302998, "S11": 0.50595585644302998, "W12": -7.8294626537293377, "S12": -7.8294626537293377, "W13": -20.021066040737079, "S13": -20.021066040737079, "W21": -42.67720922488715, "S21": -42.67720922488715, "W22": -43.199542681498279, "S22": -53.154972730491203, "W31": -76.66729403373914, "S31": -76.66729403373914, "W32": -96.605373456373442, "S32": -101.60537345637344 }, "geometry": { "type": "Point", "coordinates": [ 102584.117647058825241, 515162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.194797455349844, "S12": -17.405582064249316, "W13": -20.0, "S13": -20.0, "W21": -32.828442058475858, "S21": -32.828442058475858, "W22": -36.802240263088507, "S22": -46.988168857092226, "W31": -68.303189213894001, "S31": -68.404032772176251, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102584.8, 506794.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.21210791384298, "S11": 2.71210791384298, "W12": -8.3673579140354448, "S12": -11.895101221959571, "W13": -17.651400079249768, "S13": -20.674338814643455, "W21": -50.498972514770102, "S21": -62.984406300898144, "W22": -36.333262803311577, "S22": -51.366859581076618, "W31": -80.252275894348955, "S31": -80.737334764898705, "W32": -95.003285324282189, "S32": -100.00328532428219 }, "geometry": { "type": "Point", "coordinates": [ 102585.0, 501632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8349927044890184, "W12": -8.759909238993302, "S12": -13.229505263037087, "W13": -19.979486909472016, "S13": -22.616657561046161, "W21": -50.0, "S21": -70.0, "W22": -68.585765018336531, "S22": -69.625872249066688, "W31": -99.061206558904317, "S31": -99.061206558904317, "W32": -101.40087784342326, "S32": -106.40087784342326 }, "geometry": { "type": "Point", "coordinates": [ 102585.0, 502895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4693886908606808, "S11": 0.4693886908606808, "W12": -14.497674225433832, "S12": -20.342162210519135, "W13": -25.0, "S13": -25.0, "W21": -34.063052699759766, "S21": -34.063052699759766, "W22": -41.295634151071468, "S22": -41.295634151071468, "W31": -68.42949390261532, "S31": -72.602660384541295, "W32": -92.880805649597974, "S32": -97.880805649597974 }, "geometry": { "type": "Point", "coordinates": [ 102585.333333333328483, 505273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0679596060519552, "S11": 0.79744424897639465, "W12": -5.6865356083086054, "S12": -5.8871407520302457, "W13": -15.0, "S13": -15.19396993508712, "W21": -52.236886067490808, "S21": -58.593778496388992, "W22": -60.0, "S22": -104.09177820267686, "W31": -104.09177820267686, "S31": -104.09177820267686, "W32": -104.09177820267686, "S32": -107.20152193225054 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 499172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2972804061200027, "S11": 3.2972804061200027, "W12": -5.6027313507227117, "S12": -5.6027313507227117, "W13": -20.0, "S13": -21.055586579798785, "W21": -43.515558113938468, "S21": -68.842680557199884, "W22": -60.0, "S22": -90.826697401508795, "W31": -93.570485702871565, "S31": -93.570485702871565, "W32": -96.126721839365629, "S32": -101.12672183936563 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4164827230531198, "S11": 3.2307581100236922, "W12": -5.0, "S12": -5.0, "W13": -20.871554300896712, "S13": -21.14494174216113, "W21": -40.0, "S21": -52.014544437451924, "W22": -53.099507572238224, "S22": -53.72462098178277, "W31": -82.738308134178723, "S31": -82.738308134178723, "W32": -97.579073874478098, "S32": -102.5790738744781 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 500514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0440662714867308, "S11": 2.0440662714867308, "W12": -10.193143767380692, "S12": -10.193477028498986, "W13": -20.0, "S13": -20.694033276100285, "W21": -34.234658948723407, "S21": -34.234658948723407, "W22": -44.392971153496156, "S22": -44.396586696337287, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5019067175124667, "S11": 1.5019067175124667, "W12": -14.995750689288084, "S12": -14.995750689288084, "W13": -20.0, "S13": -20.0, "W21": -37.858420684304107, "S21": -41.343739487686292, "W22": -57.824676969850515, "S22": -67.824676969850515, "W31": -91.196391226599047, "S31": -91.196391226599047, "W32": -96.92510975400387, "S32": -101.92510975400387 }, "geometry": { "type": "Point", "coordinates": [ 102586.0, 512729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.960813847791833e-17, "S11": -3.960813847791833e-17, "W12": -5.9699998, "S12": -10.9699998, "W13": -19.969999, "S13": -19.969999, "W21": -38.970001, "S21": -38.970001, "W22": -40.299678838024164, "S22": -40.299678838024164, "W31": -72.632465255420939, "S31": -72.632465255420939, "W32": -95.694681003950009, "S32": -100.69468100395001 }, "geometry": { "type": "Point", "coordinates": [ 102586.2, 505735.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5421295028450572, "S11": 1.5421295028450572, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.066941616119273, "S13": -20.066941616119273, "W21": -37.962325787729128, "S21": -41.684968878788339, "W22": -69.343934496194493, "S22": -83.17839835883953, "W31": -90.188353924634654, "S31": -90.188353924634654, "W32": -100.29748155875122, "S32": -105.29748155875122 }, "geometry": { "type": "Point", "coordinates": [ 102586.573770491799223, 512757.163934426207561 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7929515143046735, "S11": 2.6426963310795815, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.620366363767527, "W21": -41.960412681852503, "S21": -58.69503681456419, "W22": -70.637596382928223, "S22": -100.21703724684889, "W31": -100.21703724684889, "S31": -100.21703724684889, "W32": -102.21023784381757, "S32": -107.21023784381757 }, "geometry": { "type": "Point", "coordinates": [ 102586.8, 502325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9699123661148978, "S11": 2.4699123661148978, "W12": -8.0471081163238427, "S12": -8.0471081163238427, "W13": -19.261422491039426, "S13": -21.053398276276894, "W21": -47.933729601515388, "S21": -63.759768438420508, "W22": -70.0, "S22": -109.29311121116615, "W31": -109.29311121116615, "S31": -109.29311121116615, "W32": -109.29311121116615, "S32": -109.29311121116615 }, "geometry": { "type": "Point", "coordinates": [ 102587.0, 499773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3923981433728727, "S11": 3.0786831962988708, "W12": -5.0, "S12": -5.0, "W13": -21.012163677130044, "S13": -22.632816350640077, "W21": -43.223971424791642, "S21": -54.121428721848339, "W22": -61.101335554563441, "S22": -69.123263890626404, "W31": -93.01675360611641, "S31": -93.01675360611641, "W32": -93.01675360611641, "S32": -96.32173311823 }, "geometry": { "type": "Point", "coordinates": [ 102587.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62436005765636193, "S11": 0.62436005765636193, "W12": -7.0401557970462934, "S12": -8.6175276584935752, "W13": -19.986504627142686, "S13": -19.986504627142686, "W21": -38.168225895142655, "S21": -38.168225895142655, "W22": -54.222853482607846, "S22": -54.222853482607846, "W31": -83.431962282555688, "S31": -83.431962282555688, "W32": -97.6332932588153, "S32": -102.6332932588153 }, "geometry": { "type": "Point", "coordinates": [ 102587.0, 505725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.863810392928841, "W21": -39.125670381326039, "S21": -48.902716424404858, "W22": -42.936771968624953, "S22": -46.322352780227249, "W31": -74.957751780566809, "S31": -74.957751780566809, "W32": -96.216460688381972, "S32": -101.21646068838197 }, "geometry": { "type": "Point", "coordinates": [ 102587.4, 498529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3776544610624035, "S11": 2.9990723591198498, "W12": -8.7825534246575341, "S12": -8.7825534246575341, "W13": -21.079304932735429, "S13": -24.178944689100536, "W21": -44.372750642673523, "S21": -53.380256506629742, "W22": -39.499683349790011, "S22": -47.696797090302326, "W31": -72.434307253057895, "S31": -72.434307253057895, "W32": -90.216951846112977, "S32": -95.216951846112977 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6047897441716739, "S11": 3.5535291301938816, "W12": -7.8256995708154502, "S12": -8.1865082799911892, "W13": -20.769521863506334, "S13": -23.962891673612546, "W21": -49.428769257400035, "S21": -73.172158456655154, "W22": -35.345509633294824, "S22": -45.567044775027874, "W31": -68.600483371151199, "S31": -68.776839609321001, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6109700011673822, "S11": 3.5278347954195048, "W12": -7.3459570815450643, "S12": -7.8537331313117829, "W13": -20.704053943604414, "S13": -23.646377728606023, "W21": -50.0, "S21": -74.614897579143388, "W22": -41.291919322894564, "S22": -43.057374846779354, "W31": -69.561127152187254, "S31": -69.561127152187254, "W32": -99.686126405791086, "S32": -104.68612640579109 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 500854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1975359835038901, "S11": 3.0381253168706324, "W12": -10.0, "S12": -10.0, "W13": -17.274066946183542, "S13": -20.562523181850246, "W21": -38.318609290396111, "S21": -52.749526068822192, "W22": -70.638843903421673, "S22": -100.16286644950458, "W31": -100.16286644950458, "S31": -100.16286644950458, "W32": -102.21419073319819, "S32": -107.21419073319819 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 501888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.589950573502831, "S12": -12.791763101530984, "W13": -19.535649666506224, "S13": -27.370365846128841, "W21": -50.0, "S21": -70.081145095158249, "W22": -47.914711417120706, "S22": -47.919559355498116, "W31": -86.393163087166585, "S31": -86.393163087166585, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46150257221402274, "S11": 0.46150257221402274, "W12": -11.844471220687739, "S12": -18.591250429928074, "W13": -20.0, "S13": -20.0, "W21": -37.600626709801311, "S21": -37.600626709801311, "W22": -64.162356136040358, "S22": -74.580816442377326, "W31": -99.156151120238832, "S31": -99.156151120238832, "W32": -101.12728043177663, "S32": -106.12728043177663 }, "geometry": { "type": "Point", "coordinates": [ 102588.0, 506005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9045778369283166, "S12": -7.9045778369283166, "W13": -20.0, "S13": -20.0, "W21": -42.907307913484161, "S21": -42.907307913484161, "W22": -70.0, "S22": -107.85186852769024, "W31": -107.85186852769024, "S31": -107.85186852769024, "W32": -107.85186852769024, "S32": -107.85186852769024 }, "geometry": { "type": "Point", "coordinates": [ 102588.4, 516324.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70195690290044277, "S11": 0.70195690290044277, "W12": -7.8116711133369297, "S12": -7.8116711133369297, "W13": -20.048229225003212, "S13": -20.048229225003212, "W21": -43.066456804449757, "S21": -43.066456804449757, "W22": -40.1273066453208, "S22": -45.678563898705711, "W31": -68.819028245448848, "S31": -68.874045298042631, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102588.714285714289872, 515054.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4772364238131925, "S11": 3.0081028498059723, "W12": -6.5262651579908146, "S12": -8.6824743485784701, "W13": -20.301698113207546, "S13": -25.301698113207546, "W21": -56.273422308644157, "S21": -81.273422308644157, "W22": -36.716793715218856, "S22": -40.478083101019223, "W31": -80.157422704316033, "S31": -80.437793949784734, "W32": -94.334286664449678, "S32": -99.334286664449678 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 501037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0704607538337934, "S11": 2.9341705168021663, "W12": -5.7773100901401735, "S12": -5.7773100901401735, "W13": -15.166264863390126, "S13": -17.290165050899141, "W21": -40.0, "S21": -56.28238627884744, "W22": -67.426414762155602, "S22": -67.426414762155602, "W31": -99.09909040456526, "S31": -99.09909040456526, "W32": -101.43751046475475, "S32": -106.43751046475475 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7983526540573522, "S11": 1.7983526540573522, "W12": -9.9513975345185131, "S12": -19.951397534518513, "W13": -20.100346887953592, "S13": -20.100346887953592, "W21": -34.509136785017631, "S21": -36.029230117455526, "W22": -68.361219344487736, "S22": -81.43980223420175, "W31": -90.537678948485066, "S31": -90.537678948485066, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 506942.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5738924385479407, "S11": -1.5738924385479407, "W12": -10.801716752290663, "S12": -13.801716752290663, "W13": -28.461037605825943, "S13": -28.461037605825943, "W21": -39.83677869137987, "S21": -39.83677869137987, "W22": -70.169356727486615, "S22": -104.24798187225605, "W31": -104.24798187225605, "S31": -104.24798187225605, "W32": -104.24798187225605, "S32": -107.29362565159819 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1031358863747356, "S11": -1.1031358863747356, "W12": -10.246273036385785, "S12": -13.246273036385785, "W13": -29.359724510693002, "S13": -29.359724510693002, "W21": -39.225953480564378, "S21": -39.225953480564378, "W22": -37.653234936812616, "S22": -39.430024381052107, "W31": -70.106101395833335, "S31": -70.120038956474858, "W32": -78.639668533482748, "S32": -83.639668533482748 }, "geometry": { "type": "Point", "coordinates": [ 102589.0, 509763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0008094010432345, "W13": -15.0, "S13": -15.869071519828957, "W21": -39.107107525536421, "S21": -48.88456374747463, "W22": -60.0, "S22": -70.698707663077158, "W31": -91.126680878148335, "S31": -91.126680878148335, "W32": -97.696492876154679, "S32": -102.69649287615468 }, "geometry": { "type": "Point", "coordinates": [ 102590.5, 498528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45115547474940776, "S11": 0.45115547474940776, "W12": -14.700660353849987, "S12": -20.45490700486533, "W13": -25.0, "S13": -25.0, "W21": -34.068972130149021, "S21": -34.068972130149021, "W22": -90.000000000000014, "S22": -95.978192480842793, "W31": -95.978192480842793, "S31": -95.978192480842793, "W32": -95.978192480842793, "S32": -99.93005891507859 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 505273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29890328250498066, "S11": 0.29890328250498066, "W12": -10.0, "S12": -19.139039251588681, "W13": -20.059336492890992, "S13": -20.059336492890992, "W21": -37.895308916623826, "S21": -37.895308916623826, "W22": -43.331677740396778, "S22": -53.331677740396778, "W31": -76.532377093837596, "S31": -76.532377093837596, "W32": -96.56649939031476, "S32": -101.56649939031476 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 505883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7019258409221285, "S11": 1.7019258409221285, "W12": -9.597790974938766, "S12": -9.597790974938766, "W13": -20.697833967141097, "S13": -20.697833967141097, "W21": -35.72254192353337, "S21": -37.711173002323704, "W22": -36.43681368389214, "S22": -46.596084366237896, "W31": -68.361448811700214, "S31": -68.373993038139531, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 507004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.4967960799095366, "W13": -24.267718511722904, "S13": -24.267718511722904, "W21": -40.132995017132352, "S21": -41.263841044132064, "W22": -36.444257932446369, "S22": -36.444257932446369, "W31": -80.071199807247609, "S31": -80.071199807247609, "W32": -93.158410105602542, "S32": -98.158410105602542 }, "geometry": { "type": "Point", "coordinates": [ 102591.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0969652440582114, "S11": 3.0969652440582114, "W12": -3.6765776836799589, "S12": -6.1378184660879018, "W13": -19.899880944950468, "S13": -20.431193793846241, "W21": -32.021029227107633, "S21": -32.021029227107633, "W22": -42.52879957351135, "S22": -45.686533140569665, "W31": -69.096607765827983, "S31": -71.384288638796619, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102591.69230769231217, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64716742273887162, "S11": 0.64716742273887162, "W12": -8.4151280928520755, "S12": -8.4151280928520755, "W13": -16.607000650493472, "S13": -17.495666098391094, "W21": -28.138465861911296, "S21": -28.138465861911296, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -82.661382533183527, "S32": -87.661382533183527 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 497356.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3539763096665021, "S11": 3.3539763096665021, "W12": -5.0120152849310511, "S12": -5.0120152849310511, "W13": -20.071786781800064, "S13": -20.86367879350323, "W21": -41.394771581598974, "S21": -70.820511040378079, "W22": -40.155752071383048, "S22": -51.259581355727839, "W31": -72.198141362030597, "S31": -72.198141362030597, "W32": -90.205126164271746, "S32": -95.205126164271746 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 500215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.153205114206532, "S12": -12.494406509943023, "W13": -19.730415352698561, "S13": -25.328399798084295, "W21": -50.0, "S21": -70.0, "W22": -48.787698110581751, "S22": -53.278238166476896, "W31": -91.466898318634762, "S31": -91.466898318634762, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 503012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8050478932831875, "S11": 1.8050478932831875, "W12": -8.3776208095077926, "S12": -15.398016573704872, "W13": -19.051662811490672, "S13": -26.741399528679615, "W21": -47.479919499902039, "S21": -65.556120605883478, "W22": -61.681904910542627, "S22": -66.778511177436215, "W31": -99.147191061029716, "S31": -99.147191061029716, "W32": -101.35772717487502, "S32": -106.35772717487502 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48703757859335883, "S11": 0.48703757859335883, "W12": -9.7478401877611383, "S12": -9.7478401877611383, "W13": -20.846546774325557, "S13": -20.846546774325557, "W21": -36.988788210585916, "S21": -36.988788210585916, "W22": -39.674524060496715, "S22": -39.674524060496715, "W31": -60.0, "S31": -60.479794472989866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2475167057973633, "S11": 2.2475167057973633, "W12": -15.0, "S12": -15.174859246427024, "W13": -21.011654957653526, "S13": -21.011654957653526, "W21": -37.287408322183161, "S21": -39.068622346664135, "W22": -35.15027276162526, "S22": -45.352369059455391, "W31": -68.677057402389494, "S31": -68.862096427463698, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 507516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.306124149080297, "S13": -20.306124149080297, "W21": -41.336506548469721, "S21": -42.901851879289048, "W22": -40.724581084919059, "S22": -42.089486566295264, "W31": -69.945167357653887, "S31": -69.945167357653887, "W32": -98.886201160590716, "S32": -103.88620116059072 }, "geometry": { "type": "Point", "coordinates": [ 102592.0, 513637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.917469100722192, "S12": -7.917469100722192, "W13": -20.0, "S13": -20.0, "W21": -43.111211964557512, "S21": -43.111211964557512, "W22": -47.731725697061037, "S22": -50.215606456712344, "W31": -68.893265572677535, "S31": -72.763163011025426, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102592.215517241376801, 516616.590517241391353 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3798308406395048, "S11": 3.0248890712955934, "W12": -6.6930191780821913, "S12": -6.6930191780821913, "W13": -21.027343049327353, "S13": -23.599428233945094, "W21": -44.835475578406168, "S21": -54.783864076364644, "W22": -41.653203956425799, "S22": -43.178904810646983, "W31": -69.482535149145207, "S31": -69.482535149145207, "W32": -81.382915220106128, "S32": -86.382915220106128 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 500615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5748884611931331, "S11": 3.2579865850516754, "W12": -10.262412017167382, "S12": -10.262412017167382, "W13": -20.924844955300127, "S13": -23.917632776072864, "W21": -45.392459297343613, "S21": -56.816774917311406, "W22": -36.704841732594524, "S22": -37.260892914916603, "W31": -70.0, "S31": -70.001594003712256, "W32": -78.914560030254876, "S32": -83.914560030254876 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 500665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37354460244758692, "S11": 0.37354460244758692, "W12": -14.999999999999998, "S12": -23.222049206813246, "W13": -23.222049206813246, "S13": -23.222049206813246, "W21": -37.701056640400033, "S21": -37.701056640400033, "W22": -34.92198121186086, "S22": -45.465510799184827, "W31": -68.82058063284353, "S31": -69.008803589869217, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0662626964649977, "S11": 2.0662626964649977, "W12": -10.247267111299999, "S12": -10.645147288013172, "W13": -20.0, "S13": -20.7425922912715, "W21": -33.976476299979339, "S21": -33.976476299979339, "W22": -35.163410808294216, "S22": -48.293550927081469, "W31": -80.026964856937695, "S31": -80.249351783435429, "W32": -95.014238158990111, "S32": -100.01423815899011 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 506634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6808415398388541, "S11": 3.6808415398388541, "W12": -4.2276175308205035, "S12": -7.2260328085089007, "W13": -25.775762572135203, "S13": -25.820071887349467, "W21": -34.745757371280952, "S21": -34.745757371280952, "W22": -41.168831168831169, "S22": -42.399610897700221, "W31": -68.627013276074635, "S31": -71.292734367266789, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102593.0, 510646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49184638971122774, "S11": 0.49184638971122774, "W12": -7.8126895672633241, "S12": -7.8126895672633241, "W13": -20.028741159236699, "S13": -20.028741159236699, "W21": -42.626809228358525, "S21": -42.626809228358525, "W22": -40.362012185127533, "S22": -45.834106986350776, "W31": -70.490159005256444, "S31": -70.583328482249868, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102593.470588235300966, 515211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78897837401292192, "S11": 0.78897837401292192, "W12": -11.123823095773963, "S12": -11.199149003756311, "W13": -20.0, "S13": -24.773317010019138, "W21": -33.626196579076769, "S21": -33.626196579076769, "W22": -60.666674489636932, "S22": -61.494425623650841, "W31": -99.136974250226089, "S31": -99.136974250226089, "W32": -101.47414308608602, "S32": -106.47414308608602 }, "geometry": { "type": "Point", "coordinates": [ 102593.6875, 511663.5625 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0240708322107459, "S11": 1.0240708322107459, "W12": -7.6350760360217764, "S12": -9.6463876438879197, "W13": -19.108359240170248, "S13": -19.108359240170248, "W21": -37.713799612442848, "S21": -37.713799612442848, "W22": -69.745508863720787, "S22": -83.749610049473219, "W31": -90.266596905953833, "S31": -90.266596905953833, "W32": -100.5010803963937, "S32": -105.5010803963937 }, "geometry": { "type": "Point", "coordinates": [ 102593.75, 505726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3495943072959655, "S11": 1.3495943072959655, "W12": -6.6459721321211767, "S12": -6.6459721321211767, "W13": -16.744994614475239, "S13": -17.893564746113913, "W21": -33.389590030904358, "S21": -34.49608881238283, "W22": -75.796001926782267, "S22": -100.79600192678227, "W31": -100.79600192678227, "S31": -100.79600192678227, "W32": -101.56482630272953, "S32": -106.56482630272953 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 497834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49907859499628882, "S11": -0.33335565989245031, "W12": -10.355354272288858, "S12": -15.992636227964304, "W13": -22.072318444241869, "S13": -22.072318444241869, "W21": -34.731376234388961, "S21": -35.978742527193347, "W22": -75.226592948427452, "S22": -100.09122391270409, "W31": -100.09122391270409, "S31": -100.09122391270409, "W32": -100.09122391270409, "S32": -104.39701492537314 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23992248989258624, "S11": 0.23992248989258624, "W12": -12.331734033404246, "S12": -18.392755095959892, "W13": -22.942059095106188, "S13": -23.048116722485602, "W21": -33.647776604669154, "S21": -33.647776604669154, "W22": -84.863043099947788, "S22": -96.405579011769262, "W31": -96.405579011769262, "S31": -96.405579011769262, "W32": -96.405579011769262, "S32": -98.045270101890651 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.451292438271605, "S11": 1.451292438271605, "W12": -8.1577029445257843, "S12": -8.2508727507325865, "W13": -20.0, "S13": -20.023366068405011, "W21": -37.545015545412447, "S21": -37.545015545412447, "W22": -39.789879073142345, "S22": -39.789879073142345, "W31": -64.834365243160292, "S31": -65.109129747870199, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5, "S11": 1.5, "W12": -8.1, "S12": -8.1, "W13": -18.5, "S13": -18.5, "W21": -37.5, "S21": -37.5, "W22": -38.018587886427433, "S22": -39.805802878695289, "W31": -70.009687518749999, "S31": -70.015043948177549, "W32": -78.830273794162991, "S32": -83.830273794162991 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6160772388921707, "S11": 1.6160772388921707, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.186003853030069, "S13": -20.186003853030069, "W21": -38.075123014194261, "S21": -42.28936235652845, "W22": -68.86200808121896, "S22": -94.750940943657497, "W31": -99.070591701904334, "S31": -99.070591701904334, "W32": -102.53350876898917, "S32": -107.53350876898917 }, "geometry": { "type": "Point", "coordinates": [ 102594.336065573763335, 512806.524590163957328 ] } }, +{ "type": "Feature", "properties": { "W11": -1.016471797167511, "S11": -1.016471797167511, "W12": -10.145923852903273, "S12": -13.145923852903273, "W13": -29.515388479133271, "S13": -29.515388479133271, "W21": -39.169552489822586, "S21": -39.169552489822586, "W22": -41.308864850894231, "S22": -43.295349776119252, "W31": -69.410183852937138, "S31": -69.919091208618866, "W32": -99.77035679161844, "S32": -104.77035679161844 }, "geometry": { "type": "Point", "coordinates": [ 102594.833333333328483, 509797.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.8605914643611268, "W13": -15.0, "S13": -15.604396005527599, "W21": -40.376506570826983, "S21": -49.894759984407372, "W22": -35.838308735175353, "S22": -37.633274888770835, "W31": -70.710888192943088, "S31": -71.016114919881844, "W32": -77.535065024032747, "S32": -82.535065024032747 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.383542652411283, "S11": 3.0522430534693941, "W12": -6.5842535942614964, "S12": -6.902127775998987, "W13": -20.0, "S13": -25.0, "W21": -60.0, "S21": -80.884221673138015, "W22": -84.58907129183828, "S22": -96.34262877343231, "W31": -96.34262877343231, "S31": -96.34262877343231, "W32": -96.34262877343231, "S32": -97.946647294749368 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8625765083066164, "S11": 1.8625765083066164, "W12": -4.8342720885130124, "S12": -9.8342720885130124, "W13": -19.972838989707657, "S13": -24.77885570575561, "W21": -37.002695516650526, "S21": -37.002695516650526, "W22": -39.864932075129232, "S22": -39.864932075129232, "W31": -60.0, "S31": -60.761418492387669, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 503924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.532716315109772, "S11": 1.532716315109772, "W12": -4.7876348837948601, "S12": -9.6685136734511659, "W13": -19.977524274451127, "S13": -26.36487256081201, "W21": -36.597334159794904, "S21": -36.597334159794904, "W22": -39.546792843562663, "S22": -49.509453372336786, "W31": -70.382993572873019, "S31": -71.028743461613558, "W32": -90.356953998123586, "S32": -95.356953998123586 }, "geometry": { "type": "Point", "coordinates": [ 102595.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5711578091933909, "S11": -1.5711578091933909, "W12": -10.800613354695196, "S12": -13.800613354695196, "W13": -28.455360254253758, "S13": -28.455360254253758, "W21": -39.841796344985504, "S21": -39.841796344985504, "W22": -65.385145092509575, "S22": -73.770036085997702, "W31": -94.237420050069744, "S31": -94.237420050069744, "W32": -94.756551411361627, "S32": -99.756551411361627 }, "geometry": { "type": "Point", "coordinates": [ 102595.5, 509566.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69193046134191338, "S11": 0.69193046134191338, "W12": -7.5461062305758828, "S12": -7.5461062305758828, "W13": -16.676520763355903, "S13": -17.418478483348075, "W21": -31.494783966711456, "S21": -31.494783966711456, "W22": -39.72177531710706, "S22": -39.72177531710706, "W31": -60.0, "S31": -60.397583668934871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102595.571428571434808, 497575.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4518574611587054, "S12": -10.451857461158706, "W13": -20.0, "S13": -25.594696433123289, "W21": -33.841083294775487, "S21": -37.345004335161356, "W22": -40.21489498650876, "S22": -45.427655362184296, "W31": -68.970948312657981, "S31": -69.245067144480743, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102595.8, 504259.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7336988684168233, "S11": 2.2336988684168233, "W12": -8.2711257472894921, "S12": -8.2711257472894921, "W13": -18.924952210274792, "S13": -20.82235103643275, "W21": -48.761000609102936, "S21": -63.761000609102936, "W22": -34.064826321444073, "S22": -46.697372381812556, "W31": -70.430519911185456, "S31": -70.430519911185456, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 499718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1005782785034341, "S12": -12.548115133334036, "W13": -19.771152700042336, "S13": -24.935708841676732, "W21": -50.000000000000007, "S21": -70.0, "W22": -34.403551601982109, "S22": -35.380184995811511, "W31": -80.014596771417501, "S31": -80.014596771417501, "W32": -92.115923502704604, "S32": -97.115923502704604 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 502994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0051753726843287, "S11": 2.0051753726843287, "W12": -10.266686299247381, "S12": -10.269182287927674, "W13": -20.0, "S13": -20.826331724420339, "W21": -34.36690440108422, "S21": -34.36690440108422, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.432768469154418, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 506579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.27978770041128, "S12": -17.227008751775163, "W13": -20.0, "S13": -20.0, "W21": -32.628583812664743, "S21": -32.628583812664743, "W22": -37.020524493090754, "S22": -37.020524493090754, "W31": -70.0, "S31": -70.308055898068119, "W32": -79.36568402372545, "S32": -84.36568402372545 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 506804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3056709409427487, "S11": 2.3056709409427487, "W12": -14.887305153770539, "S12": -14.887305153770539, "W13": -21.011625366347147, "S13": -21.011625366347147, "W21": -37.22864485050588, "S21": -38.90110023107303, "W22": -60.807749114320053, "S22": -66.506291488660366, "W31": -99.174858095887004, "S31": -99.174858095887004, "W32": -101.51077570741752, "S32": -106.51077570741752 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 507519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9436128078979182, "S11": 2.9436128078979182, "W12": -7.6081896095651258, "S12": -13.699110584792265, "W13": -20.173325966302205, "S13": -20.173325966302205, "W21": -40.0, "S21": -41.733704913376883, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.042070800150455, "W32": -82.699572394534897, "S32": -87.699572394534897 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 508136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0828464831258118, "S11": 2.0828464831258118, "W12": -10.03829445118339, "S12": -10.03829445118339, "W13": -20.211039201235856, "S13": -20.211039201235856, "W21": -43.53308454207162, "S21": -43.53308454207162, "W22": -63.308251785993086, "S22": -63.308251785993086, "W31": -93.71697023408764, "S31": -93.71697023408764, "W32": -93.71697023408764, "S32": -98.545281008537444 }, "geometry": { "type": "Point", "coordinates": [ 102596.0, 514211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.0326001571091821, "W13": -15.0, "S13": -15.578794357677365, "W21": -40.602356058955927, "S21": -50.007818365173151, "W22": -40.590157379897107, "S22": -46.207962167635166, "W31": -71.943637054377973, "S31": -72.065889801630718, "W32": -90.268344146448868, "S32": -95.268344146448868 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 498662.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.1749659502375174, "W13": -14.999999999999998, "S13": -15.51372252496545, "W21": -41.167274740434181, "S21": -50.385563387247018, "W22": -69.060161072340293, "S22": -82.481798302765526, "W31": -90.692530512336219, "S31": -90.692530512336219, "W32": -100.32620287236421, "S32": -105.32620287236421 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 498692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0167264038231778, "S11": 2.0167264038231778, "W12": -8.5649023586275455, "S12": -12.919407044335093, "W13": -19.589871254559579, "S13": -26.887676667873585, "W21": -49.999999999999993, "S21": -70.012486612967464, "W22": -67.779463837226771, "S22": -98.295685668775434, "W31": -98.387434283906742, "S31": -98.387434283906742, "W32": -98.387434283906742, "S32": -103.301945784053 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 503079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3356164383561646, "S11": 2.3356164383561646, "W12": -4.8880462912917642, "S12": -12.122227837984976, "W13": -19.936673347188123, "S13": -23.027234248940658, "W21": -37.464511732805711, "S21": -37.464511732805711, "W22": -36.718176557777788, "S22": -46.350817765850969, "W31": -80.201114382788887, "S31": -80.626420247625759, "W32": -94.719404722314607, "S32": -99.719404722314607 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4264864019395076, "S11": 2.4264864019395076, "W12": -4.9999999999999991, "S12": -7.8187362527494493, "W13": -20.981322127639853, "S13": -20.981322127639853, "W21": -39.667074533369757, "S21": -41.813965162660622, "W22": -41.605485887367166, "S22": -43.2884365800303, "W31": -69.430177828653981, "S31": -69.430177828653981, "W32": -81.621358908530496, "S32": -86.621358908530496 }, "geometry": { "type": "Point", "coordinates": [ 102597.0, 508524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31711362567088941, "S11": 0.31711362567088941, "W12": -12.935997827366657, "S12": -19.418990910118229, "W13": -23.81796963168193, "S13": -23.81796963168193, "W21": -33.836324378992487, "S21": -33.836324378992487, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.043118990384613, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102597.333333333328483, 505333.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68560079387582096, "S11": 0.68560079387582096, "W12": -7.6958625018563289, "S12": -7.6958625018563289, "W13": -16.663521870484701, "S13": -17.437999549727106, "W21": -31.099318653355908, "S21": -31.099318653355908, "W22": -61.937103832939364, "S22": -68.820675762061398, "W31": -99.197966785412248, "S31": -99.197966785412248, "W32": -101.52253211184731, "S32": -106.52253211184731 }, "geometry": { "type": "Point", "coordinates": [ 102597.8, 497534.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4710951141796635, "S11": 2.4710951141796635, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.374092426463864, "S13": -20.374092426463864, "W21": -40.012437825916024, "S21": -43.017009905194513, "W22": -76.023293755098337, "S22": -99.761663286004051, "W31": -99.761663286004051, "S31": -99.761663286004051, "W32": -99.761663286004051, "S32": -104.11212686567164 }, "geometry": { "type": "Point", "coordinates": [ 102597.882352941174759, 513312.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 1.650348858479308, "S11": 1.150348858479308, "W12": -6.4514978213507614, "S12": -6.4514978213507614, "W13": -16.91432048984468, "S13": -16.976690552214741, "W21": -60.0, "S21": -64.92510627729132, "W22": -82.373172352680555, "S22": -100.80484395804922, "W31": -100.80484395804922, "S31": -100.80484395804922, "W32": -100.80484395804922, "S32": -102.58027718550106 }, "geometry": { "type": "Point", "coordinates": [ 102598.0, 499366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8639077674114608, "S11": -1.8639077674114608, "W12": -11.174644796356125, "S12": -14.174644796356125, "W13": -27.746523437966363, "S13": -27.746523437966363, "W21": -40.294169117102186, "S21": -40.294169117102186, "W22": -62.599279873313328, "S22": -84.212643103448272, "W31": -93.441972087378474, "S31": -93.441972087378474, "W32": -93.441972087378474, "S32": -97.77296896253246 }, "geometry": { "type": "Point", "coordinates": [ 102598.0, 509434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3429322485488626, "S11": 1.3429322485488626, "W12": -9.1536793630231124, "S12": -10.421544985055402, "W13": -20.000000000000004, "S13": -21.105415605628664, "W21": -32.841525619439579, "S21": -32.841525619439579, "W22": -39.715680506793966, "S22": -49.715680506793966, "W31": -69.738430248066152, "S31": -70.471110859251439, "W32": -90.341656333741327, "S32": -95.341656333741327 }, "geometry": { "type": "Point", "coordinates": [ 102598.25, 511340.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -15.000000000000002, "S13": -16.025239225093216, "W21": -38.486725082440415, "S21": -48.318765872820954, "W22": -35.088149819275614, "S22": -45.234899930983708, "W31": -68.776513999955938, "S31": -68.980495959622246, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 498461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6162189323519311, "S11": 3.544048237816769, "W12": -7.1928841201716729, "S12": -7.6265544156615643, "W13": -20.681070698814874, "S13": -24.048305973999941, "W21": -50.001812743587422, "S21": -74.700881644890956, "W22": -40.138702995538559, "S22": -54.386595735862343, "W31": -71.665680733156449, "S31": -71.665680733156449, "W32": -90.216338410167324, "S32": -95.216338410167324 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 500849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4038235833486157, "S11": 3.0850510201717203, "W12": -5.8836805122930045, "S12": -8.8836805122930045, "W13": -20.144905660377361, "S13": -25.144905660377361, "W21": -58.420098992398799, "S21": -82.155538455865084, "W22": -47.517448367659199, "S22": -47.523678162603133, "W31": -84.867768259510314, "S31": -84.867768259510314, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 501098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9268444661644946, "S12": -12.507428913003736, "W13": -19.856519522546368, "S13": -24.065683098396132, "W21": -50.0, "S21": -70.0, "W22": -62.060891349757497, "S22": -69.334892751299193, "W31": -99.20444787435153, "S31": -99.20444787435153, "W32": -101.5380199488124, "S32": -106.5380199488124 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 502955.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9025369134914309, "S11": 2.9025369134914309, "W12": -8.2650345928685471, "S12": -15.342621363245696, "W13": -20.198099500619534, "S13": -20.198099500619534, "W21": -40.0, "S21": -41.428571428571431, "W22": -43.663608505374434, "S22": -53.606581390367744, "W31": -76.732870402472486, "S31": -76.732870402472486, "W32": -96.595996378742328, "S32": -101.59599637874233 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1815292852254102, "S11": 1.1815292852254102, "W12": -14.316022502924154, "S12": -14.316022502924154, "W13": -20.0, "S13": -20.0, "W21": -36.91682706071704, "S21": -38.83183034739578, "W22": -39.954928767357949, "S22": -39.954928767357949, "W31": -60.000000000000007, "S31": -60.135171187194317, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102599.0, 512521.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9060388516198739, "S12": -12.923210505947006, "W13": -19.925578422439372, "S13": -22.567869900356776, "W21": -37.612531733763753, "S21": -38.126841736597413, "W22": -41.052312615145937, "S22": -41.443955132823, "W31": -68.430355205324247, "S31": -72.253113739555928, "W32": -92.386570699708457, "S32": -97.386570699708457 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 503856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69672006102212036, "S11": -1.0708623565602973, "W12": -9.9256723312984647, "S12": -15.469183995649114, "W13": -21.666666666666668, "S13": -22.040318438623526, "W21": -34.814296009356134, "S21": -36.138526083500089, "W22": -67.629876744422944, "S22": -83.345060595895717, "W31": -99.114382091358252, "S31": -99.114382091358252, "W32": -102.85282680478034, "S32": -107.85282680478034 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9659224575366914, "S11": 1.9659224575366914, "W12": -10.297023321498012, "S12": -10.2995714404091, "W13": -20.0, "S13": -20.872660826113144, "W21": -34.297733847375085, "S21": -34.297733847375085, "W22": -65.84002324265721, "S22": -80.491826994070252, "W31": -92.266118120065585, "S31": -92.266118120065585, "W32": -92.266118120065585, "S32": -95.841137869521049 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 506582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52673652938303761, "S11": -0.52673652938303761, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.864698045390824, "S21": -38.864698045390824, "W22": -62.390812161527549, "S22": -70.469698936980549, "W31": -99.212741941547861, "S31": -99.212741941547861, "W32": -101.54740832874877, "S32": -106.54740832874877 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76512603585173888, "S11": 0.76512603585173888, "W12": -12.344973148676702, "S12": -12.344973148676702, "W13": -20.0, "S13": -20.0, "W21": -34.872969696751277, "S21": -34.872969696751277, "W22": -84.430651429897324, "S22": -96.237429671033112, "W31": -96.237429671033112, "S31": -96.237429671033112, "W32": -96.237429671033112, "S32": -97.841065643528509 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9458461109562308, "S11": 1.9458461109562308, "W12": -15.0, "S12": -15.0, "W13": -20.399902103127676, "S13": -20.399902103127676, "W21": -38.771243606597672, "S21": -42.958399730537842, "W22": -83.644933000754108, "S22": -96.13836855083504, "W31": -96.13836855083504, "S31": -96.13836855083504, "W32": -96.13836855083504, "S32": -97.615726047235512 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.939118626531736, "S12": -11.939118626531736, "W13": -20.255578580622213, "S13": -20.255578580622213, "W21": -42.669517516444088, "S21": -42.669517516444088, "W22": -39.611285666844097, "S22": -39.611285666844097, "W31": -60.0, "S31": -60.691917789195948, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102600.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3712629652226966, "S11": 2.3712629652226966, "W12": -10.47687843049065, "S12": -16.993769214354213, "W13": -20.0, "S13": -20.0, "W21": -33.724957624054376, "S21": -34.514842133555305, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102601.0, 506894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.291181013902543, "S12": -14.291181013902543, "W13": -20.759894756698252, "S13": -20.759894756698252, "W21": -38.10342654613585, "S21": -38.104595179423121, "W22": -40.0, "S22": -40.0, "W31": -64.089757268604956, "S31": -64.941658476849454, "W32": -90.142608283491683, "S32": -95.142608283491683 }, "geometry": { "type": "Point", "coordinates": [ 102601.0, 507708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.8294308391391478, "S12": -8.9129183434507073, "W13": -27.971288346268821, "S13": -28.083954288084669, "W21": -35.721397150772091, "S21": -35.721397150772091, "W22": -41.724023938494902, "S22": -43.38550370165165, "W31": -69.44621225805443, "S31": -69.44621225805443, "W32": -81.531554277176838, "S32": -86.531554277176838 }, "geometry": { "type": "Point", "coordinates": [ 102601.0, 510585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67421583244446637, "S11": 0.67421583244446637, "W12": -11.474405958985573, "S12": -11.474405958985573, "W13": -20.0, "S13": -25.285770735742386, "W21": -33.936830021848621, "S21": -33.936830021848621, "W22": -70.526995803963331, "S22": -84.750777854131428, "W31": -90.386914317197068, "S31": -90.386914317197068, "W32": -100.7788555870153, "S32": -105.7788555870153 }, "geometry": { "type": "Point", "coordinates": [ 102601.529411764699034, 511763.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6932372489897807, "W13": -14.999999999999998, "S13": -15.75246786431309, "W21": -39.585144639362284, "S21": -49.312782754100844, "W22": -56.537116797567776, "S22": -64.989460886252985, "W31": -91.758923429749146, "S31": -91.758923429749146, "W32": -96.516383390969509, "S32": -101.51638339096951 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 498586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4222795255286234, "S11": 3.4222795255286234, "W12": -5.0, "S12": -5.0, "W13": -20.643390900033214, "S13": -21.058553038508236, "W21": -40.0, "S21": -61.3330491695083, "W22": -38.154911810274335, "S22": -47.574641017237582, "W31": -68.500726164895667, "S31": -68.867978073292619, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 500438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1010131479720648, "S11": 1.334179686334908, "W12": -7.6172248099107929, "S12": -10.097333801736132, "W13": -20.0, "S13": -21.729674220963172, "W21": -45.669183549217145, "S21": -65.044262669150299, "W22": -37.54476773256922, "S22": -37.54476773256922, "W31": -70.0, "S31": -70.0, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 502719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32732598594847162, "S11": 0.32732598594847162, "W12": -9.0881403871193296, "S12": -20.0, "W13": -20.0, "S13": -20.498621838397199, "W21": -40.274627862595416, "S21": -40.274627862595416, "W22": -76.159464705281437, "S22": -90.250058697924317, "W31": -91.591494478478282, "S31": -91.591494478478282, "W32": -91.591494478478282, "S32": -96.28907072195328 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55289256198347125, "S11": 0.55289256198347125, "W12": -10.0, "S12": -10.379310344827585, "W13": -20.62701981893855, "S13": -20.62701981893855, "W21": -37.099912948861757, "S21": -37.173952896064833, "W22": -49.007181208552097, "S22": -49.634302598804915, "W31": -67.927623670819102, "S31": -75.357130904410539, "W32": -100.35899146211312, "S32": -105.35899146211312 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 507311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56027033432785789, "S11": -0.56027033432785789, "W12": -10.0, "S12": -13.080533909469025, "W13": -30.0, "S13": -30.0, "W21": -37.648256732661949, "S21": -37.648256732661949, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.163877879432647, "W32": -82.78119067895571, "S32": -87.78119067895571 }, "geometry": { "type": "Point", "coordinates": [ 102602.0, 510392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6900249749391418, "S11": 1.6900249749391418, "W12": -15.0, "S12": -15.0, "W13": -20.30506608994073, "S13": -20.30506608994073, "W21": -38.187920240659018, "S21": -42.770751252882441, "W22": -71.382001174763673, "S22": -106.48502247243579, "W31": -106.48502247243579, "S31": -106.48502247243579, "W32": -106.48502247243579, "S32": -106.48502247243579 }, "geometry": { "type": "Point", "coordinates": [ 102602.098360655741999, 512855.885245901648887 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6838450566775216, "S11": 1.6838450566775216, "W12": -5.0918498239210912, "S12": -9.8569915285275034, "W13": -19.789035496247291, "S13": -25.815678281348227, "W21": -36.091989148015244, "S21": -37.482573104370267, "W22": -90.0, "S22": -94.341229131561178, "W31": -94.341229131561178, "S31": -94.341229131561178, "W32": -95.209458587571675, "S32": -100.20945858757167 }, "geometry": { "type": "Point", "coordinates": [ 102602.142857142855064, 504037.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72815272449916779, "S11": 0.72815272449916779, "W12": -7.7851370120930588, "S12": -7.7851370120930588, "W13": -20.064745346388285, "S13": -20.064745346388285, "W21": -43.088536485913153, "S21": -43.088536485913153, "W22": -40.114404079031232, "S22": -54.634853249399868, "W31": -71.367152470207799, "S31": -71.367152470207799, "W32": -90.21040754844492, "S32": -95.21040754844492 }, "geometry": { "type": "Point", "coordinates": [ 102602.285714285710128, 515095.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4777369229793294, "S11": 0.4777369229793294, "W12": -7.7959164807973433, "S12": -7.7959164807973433, "W13": -20.036416277736294, "S13": -20.036416277736294, "W21": -42.576409231829736, "S21": -42.576409231829736, "W22": -35.604390627792483, "S22": -51.112557413948231, "W31": -80.289783976780626, "S31": -80.675714077800421, "W32": -95.00740665874342, "S32": -100.00740665874342 }, "geometry": { "type": "Point", "coordinates": [ 102602.823529411762138, 515260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64393630179344463, "S11": 0.64393630179344463, "W12": -6.8748898077333518, "S12": -6.8748898077333518, "W13": -16.497958381934943, "S13": -18.052568987184006, "W21": -35.359091837081898, "S21": -40.109094098972662, "W22": -45.895001255965838, "S22": -48.609289049024476, "W31": -68.98948684837832, "S31": -72.330498911644213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 498068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8973114264376401, "S11": 2.3973114264376401, "W12": -8.1351950552234271, "S12": -8.1351950552234271, "W13": -19.300099313022702, "S13": -21.114680098362658, "W21": -47.4634013148222, "S21": -60.527592883390469, "W22": -46.630995789301707, "S22": -46.781315546959064, "W31": -67.884359989455049, "S31": -73.317753662551752, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8758371072051125, "S11": 2.625837107205113, "W12": -10.0, "S12": -10.0, "W13": -15.91329186217639, "S13": -18.860284599972612, "W21": -39.9448869547263, "S21": -54.288087993859236, "W22": -36.358212953529353, "S22": -38.490939864306256, "W31": -70.241278318004021, "S31": -70.247844359223521, "W32": -78.162318743511563, "S32": -83.162318743511563 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 501788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0597826086956523, "S12": -13.140735294716329, "W13": -19.422074049786403, "S13": -28.537735522220252, "W21": -50.0, "S21": -70.471521697129901, "W22": -43.556588478947418, "S22": -47.451442753107379, "W31": -75.403710711137094, "S31": -75.403710711137094, "W32": -96.288412687256638, "S32": -101.28841268725664 }, "geometry": { "type": "Point", "coordinates": [ 102603.0, 503159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.916672591737971, "S11": -0.916672591737971, "W12": -7.8605236733068118, "S12": -7.8605236733068118, "W13": -20.0, "S13": -20.0, "W21": -42.498357844527305, "S21": -42.498357844527305, "W22": -40.0, "S22": -40.0, "W31": -70.035477634424524, "S31": -76.846111088288197, "W32": -94.456973267202642, "S32": -99.456973267202642 }, "geometry": { "type": "Point", "coordinates": [ 102603.36, 516165.919999999983702 ] } }, +{ "type": "Feature", "properties": { "W11": 3.29379754322111, "S11": 2.79379754322111, "W12": -8.6139556887333626, "S12": -8.6139556887333626, "W13": -20.0, "S13": -23.336285693526122, "W21": -55.623876188029797, "S21": -68.932040646330648, "W22": -50.203996589309583, "S22": -52.070518930337407, "W31": -68.771654260283896, "S31": -73.726543640526458, "W32": -100.17581863979836, "S32": -105.17581863979836 }, "geometry": { "type": "Point", "coordinates": [ 102604.0, 501512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4582956338769062, "S11": 2.4582956338769062, "W12": -9.4181881586148233, "S12": -19.234933587228845, "W13": -20.471366849485712, "S13": -20.471366849485712, "W21": -35.511057594455437, "S21": -35.511057594455437, "W22": -41.248390512955801, "S22": -42.777849557103401, "W31": -69.660550038815316, "S31": -70.200608387109753, "W32": -80.467897315920339, "S32": -85.467897315920339 }, "geometry": { "type": "Point", "coordinates": [ 102604.0, 506419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.906924500691195, "S11": -1.906924500691195, "W12": -11.334490336658353, "S12": -12.334490336658353, "W13": -27.183378926727414, "S13": -27.183378926727414, "W21": -40.340718245514985, "S21": -40.340718245514985, "W22": -44.601035177997431, "S22": -44.604628188707125, "W31": -80.344183415114941, "S31": -80.344183415114941, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102604.0, 509357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9570096181868926, "S11": 1.9570096181868926, "W12": -4.842316260240116, "S12": -10.313914592846523, "W13": -19.971327770471362, "S13": -25.007985948521096, "W21": -37.046580791751502, "S21": -37.577620432738506, "W22": -44.016968265719726, "S22": -52.33199585494723, "W31": -77.614354158618497, "S31": -77.614354158618497, "W32": -96.784870375788387, "S32": -101.78487037578839 }, "geometry": { "type": "Point", "coordinates": [ 102604.333333333328483, 503926.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60461182120915713, "S11": 0.60461182120915713, "W12": -9.9033171947055703, "S12": -9.9033171947055703, "W13": -17.089725050067528, "S13": -17.961429562082039, "W21": -20.406070627589614, "S21": -20.406070627589614, "W22": -46.940796059038327, "S22": -46.946550647267763, "W31": -83.750375358180762, "S31": -83.750375358180762, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102604.5, 497050.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.461537360941076, "S11": 0.461537360941076, "W12": -11.888576315898195, "S12": -17.387349221528911, "W13": -23.416725750363149, "S13": -23.416725750363149, "W21": -34.373328550491401, "S21": -34.373328550491401, "W22": -70.928387392042211, "S22": -106.4543903638104, "W31": -106.4543903638104, "S31": -106.4543903638104, "W32": -106.4543903638104, "S32": -106.4543903638104 }, "geometry": { "type": "Point", "coordinates": [ 102604.666666666671517, 504966.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8304913705916457, "S11": 2.8304913705916457, "W12": -9.2165285486200865, "S12": -17.986382787459227, "W13": -20.240853219172802, "S13": -20.240853219172802, "W21": -40.0, "S21": -40.900844930417499, "W22": -81.024595394164393, "S22": -94.990366786909419, "W31": -94.990366786909419, "S31": -94.990366786909419, "W32": -94.990366786909419, "S32": -96.459004966454643 }, "geometry": { "type": "Point", "coordinates": [ 102605.0, 508093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4321573715010927, "S11": 3.4321573715010927, "W12": -5.0, "S12": -5.0, "W13": -20.467535702424442, "S13": -20.72451244661049, "W21": -40.0, "S21": -63.711689587426321, "W22": -64.310825966784876, "S22": -64.310825966784876, "W31": -93.837403888745825, "S31": -93.837403888745825, "W32": -93.837403888745825, "S32": -98.811806520071684 }, "geometry": { "type": "Point", "coordinates": [ 102606.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6757901596611271, "S11": 2.6757901596611271, "W12": -5.5743793911784474, "S12": -10.574379391178446, "W13": -20.0, "S13": -25.088461524231459, "W21": -34.533257296529072, "S21": -37.39304714172038, "W22": -39.889700296870743, "S22": -39.889700296870743, "W31": -63.077926822903073, "S31": -63.931604861282601, "W32": -90.130883982232362, "S32": -95.130883982232362 }, "geometry": { "type": "Point", "coordinates": [ 102606.0, 504189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97831950047537064, "S11": -0.97831950047537064, "W12": -10.101798488664986, "S12": -10.101798488664986, "W13": -25.924521148712238, "S13": -25.924521148712238, "W21": -40.683745057009631, "S21": -40.683745057009631, "W22": -40.936051600196464, "S22": -47.396399762672289, "W31": -68.944772209387182, "S31": -68.944772209387182, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102606.0, 509070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7580478651659863, "S11": -1.7580478651659863, "W12": -11.024553914365987, "S12": -14.024553914365987, "W13": -28.051222060009074, "S13": -28.051222060009074, "W21": -40.121429971272299, "S21": -40.121429971272299, "W22": -37.685912379510846, "S22": -47.685912379510846, "W31": -68.578038736643819, "S31": -69.047434866344915, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102606.0, 509485.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5386286965259548, "S11": -0.5386286965259548, "W12": -10.0, "S12": -13.148647640790278, "W13": -30.54860630391622, "S13": -30.620504697694841, "W21": -37.273578430052652, "S21": -37.273578430052652, "W22": -34.333438137080925, "S22": -49.333438137080925, "W31": -80.307458683147402, "S31": -80.402460485291996, "W32": -95.017010460283544, "S32": -100.01701046028354 }, "geometry": { "type": "Point", "coordinates": [ 102606.5, 510436.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.049619342500653, "S11": 1.7774587061137492, "W12": -7.0079567476616074, "S12": -7.0079567476616074, "W13": -18.618973962360972, "S13": -21.786918127905484, "W21": -43.605817249010052, "S21": -62.007721191081458, "W22": -35.452655618015434, "S22": -48.217047851560082, "W31": -78.404281496062993, "S31": -78.666962720980763, "W32": -95.010755889379169, "S32": -100.01075588937917 }, "geometry": { "type": "Point", "coordinates": [ 102606.8, 502630.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6542749877909817, "S11": -0.6542749877909817, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.939926490063307, "S21": -38.939926490063307, "W22": -44.124080070104043, "S22": -44.124080070104043, "W31": -68.06338105659384, "S31": -72.958835438935296, "W32": -98.960631672597856, "S32": -103.96063167259786 }, "geometry": { "type": "Point", "coordinates": [ 102607.0, 509945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6217619421257123, "S11": 2.1217619421257123, "W12": -8.3885256864930593, "S12": -8.3885256864930593, "W13": -18.848557347670251, "S13": -20.790187744576446, "W21": -48.844174665518473, "S21": -63.988133096456757, "W22": -68.016627723739802, "S22": -86.478117261356928, "W31": -99.277869946156528, "S31": -99.277869946156528, "W32": -102.57787689995429, "S32": -107.57787689995429 }, "geometry": { "type": "Point", "coordinates": [ 102608.0, 499710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3361113723031097, "S11": 1.3361113723031097, "W12": -7.9881187685807244, "S12": -8.9881187685807244, "W13": -22.860032969018008, "S13": -22.860032969018008, "W21": -36.583633482780733, "S21": -36.583633482780733, "W22": -85.121758802714766, "S22": -96.225132189269686, "W31": -96.225132189269686, "S31": -96.225132189269686, "W32": -96.225132189269686, "S32": -97.969098970749343 }, "geometry": { "type": "Point", "coordinates": [ 102608.0, 506268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0643053650239023, "S11": 3.0643053650239023, "W12": -5.0, "S12": -7.1115759199947712, "W13": -20.025665521188913, "S13": -20.025665521188913, "W21": -39.786718528635163, "S21": -41.853989881620812, "W22": -50.0, "S22": -52.816633109484826, "W31": -80.705305370400467, "S31": -80.705305370400467, "W32": -97.377774833181974, "S32": -102.37777483318197 }, "geometry": { "type": "Point", "coordinates": [ 102608.0, 508213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3296511627906979, "S11": 3.3296511627906979, "W12": -3.2795943403187726, "S12": -5.8348455690251715, "W13": -19.842617503671466, "S13": -20.586184477361112, "W21": -32.013912209743864, "S21": -32.013912209743864, "W22": -40.580002, "S22": -41.526011759168895, "W31": -69.412285539423266, "S31": -70.132330055312963, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102608.0, 510976.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66123270484831298, "S11": 0.66123270484831298, "W12": -8.2771379755675767, "S12": -8.2771379755675767, "W13": -16.607682097941382, "S13": -17.606389332206202, "W21": -28.817854274087701, "S21": -28.817854274087701, "W22": -37.408522711896076, "S22": -40.479144098759512, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102608.5, 497395.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.648002439403542, "S11": 1.648002439403542, "W12": -15.0, "S12": -15.0, "W13": -20.273912041908012, "S13": -20.273912041908012, "W21": -38.062996059879573, "S21": -42.73227479424709, "W22": -40.0, "S22": -43.497391913476633, "W31": -69.256416599995234, "S31": -70.761974737812722, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102609.0, 512842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9109981943827345, "S11": 2.4109981943827345, "W12": -8.1316852060218494, "S12": -8.1316852060218494, "W13": -19.392300813918759, "S13": -20.958589654048588, "W21": -47.121744959223982, "S21": -58.950525520648668, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.186913191961878, "W32": -82.800543716358561, "S32": -87.800543716358561 }, "geometry": { "type": "Point", "coordinates": [ 102609.25, 499806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7639727109861469, "S11": 1.7639727109861469, "W12": -15.0, "S12": -15.0, "W13": -20.386705732833615, "S13": -20.386705732833615, "W21": -38.300717467123931, "S21": -42.832127357727245, "W22": -68.776387648486093, "S22": -81.785198246691536, "W31": -91.059066891625676, "S31": -91.059066891625676, "W32": -100.20906935101389, "S32": -105.20906935101389 }, "geometry": { "type": "Point", "coordinates": [ 102609.860655737706111, 512905.245901639340445 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2380436940471355, "S11": 3.0275375918025338, "W12": -7.862306301021655, "S12": -8.1791138127587679, "W13": -20.0, "S13": -20.938742800135525, "W21": -46.036023235647761, "S21": -56.504883281930084, "W22": -70.0, "S22": -84.284657806610412, "W31": -91.749638387731324, "S31": -91.749638387731324, "W32": -91.749638387731324, "S32": -96.104479427300532 }, "geometry": { "type": "Point", "coordinates": [ 102610.0, 499913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8866249368758861, "S11": 0.88662493687588606, "W12": -10.0, "S12": -10.0, "W13": -16.058644828952584, "S13": -18.808391607373466, "W21": -44.810952594203826, "S21": -59.213942857839804, "W22": -39.488562197493948, "S22": -45.163022108254566, "W31": -71.398186713727569, "S31": -71.698209607500459, "W32": -90.320826999577051, "S32": -95.320826999577051 }, "geometry": { "type": "Point", "coordinates": [ 102610.0, 501710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7350815574789955, "S11": 2.7350815574789955, "W12": -10.503940799310676, "S12": -21.66774235496791, "W13": -21.66774235496791, "S13": -21.66774235496791, "W21": -39.702603276915333, "S21": -39.874784475438481, "W22": -36.157142899823924, "S22": -41.963009024406468, "W31": -80.173734679123228, "S31": -80.508717362965797, "W32": -94.550133022946468, "S32": -99.550133022946468 }, "geometry": { "type": "Point", "coordinates": [ 102610.0, 508053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47330566642911703, "S11": 0.47330566642911681, "W12": -13.961184008986011, "S12": -19.402721823679961, "W13": -25.0, "S13": -25.0, "W21": -34.162395927684543, "S21": -38.407829129744371, "W22": -41.908362381211333, "S22": -43.377491276897167, "W31": -69.580486969564163, "S31": -70.416479877365575, "W32": -80.854811972880839, "S32": -85.854811972880839 }, "geometry": { "type": "Point", "coordinates": [ 102610.5, 505148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.391778477560338, "S12": -16.799108476814169, "W13": -20.0, "S13": -20.0, "W21": -32.697062484317172, "S21": -32.697062484317172, "W22": -72.887674203901383, "S22": -87.606006879269501, "W31": -90.093154333685803, "S31": -90.093154333685803, "W32": -101.26036621712242, "S32": -106.26036621712242 }, "geometry": { "type": "Point", "coordinates": [ 102610.6, 506836.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.706982108869433, "S11": 3.706982108869433, "W12": -7.5528293162930202, "S12": -7.7235876532026406, "W13": -20.041370869033045, "S13": -21.08987913240691, "W21": -45.114799836686011, "S21": -66.124826095936427, "W22": -40.449577189573247, "S22": -49.221337344312126, "W31": -68.5651389067677, "S31": -68.689967151042509, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 500003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3886446361826246, "S11": 3.2619994607150131, "W12": -7.463404203855549, "S12": -7.463404203855549, "W13": -16.52804401903051, "S13": -19.52804401903051, "W21": -39.459698652565429, "S21": -55.016512902413339, "W22": -90.0, "S22": -96.065281305724625, "W31": -96.065281305724625, "S31": -96.065281305724625, "W32": -96.065281305724625, "S32": -99.593072188603472 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 502159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3934054431263085, "W12": -5.5677146869518763, "S12": -10.567714686951877, "W13": -19.763745350196622, "S13": -25.561728500096148, "W21": -35.66979966924643, "S21": -39.489030155886482, "W22": -70.122698205008149, "S22": -71.37675438697147, "W31": -93.961933681194893, "S31": -93.961933681194893, "W32": -96.738332948474195, "S32": -101.73833294847419 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 504301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9198429484503348, "S11": 1.9198429484503348, "W12": -10.378048209140529, "S12": -10.38286213129723, "W13": -20.0, "S13": -20.853608705777717, "W21": -34.426206932551885, "S21": -34.426206932551885, "W22": -70.67620533223571, "S22": -81.920059515758155, "W31": -94.840708141391801, "S31": -94.840708141391801, "W32": -97.426142288200964, "S32": -102.42614228820096 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 506549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3440121081212792, "S11": 2.3440121081212792, "W12": -10.38456979549767, "S12": -11.1569092243945, "W13": -20.0, "S13": -20.910782068499898, "W21": -33.560909572983078, "S21": -33.560909572983078, "W22": -71.758068258596595, "S22": -88.161700068825255, "W31": -96.264928818262675, "S31": -96.264928818262675, "W32": -98.461111194655032, "S32": -103.46111119465503 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.342437859851145, "S12": -14.342437859851145, "W13": -20.943920565638294, "S13": -20.943920565638294, "W21": -37.262936313511041, "S21": -37.755140149333457, "W22": -40.124585040785128, "S22": -40.124585040785128, "W31": -70.516223024247736, "S31": -80.516223024247736, "W32": -95.138801845977284, "S32": -100.13880184597728 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 507580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -25.073321492837277, "W13": -25.073321492837277, "S13": -25.073321492837277, "W21": -38.875321474625053, "S21": -38.875321474625053, "W22": -74.188342967244708, "S22": -100.04394483044648, "W31": -100.04394483044648, "S31": -100.04394483044648, "W32": -101.85024575300631, "S32": -106.85024575300631 }, "geometry": { "type": "Point", "coordinates": [ 102611.0, 507895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47769410732562761, "S11": 0.47769410732562761, "W12": -9.5989240593487093, "S12": -9.5989240593487093, "W13": -21.692592196054111, "S13": -21.692592196054111, "W21": -36.316163872276682, "S21": -36.316366559385983, "W22": -43.810737613509637, "S22": -49.980867302534818, "W31": -76.010539766817558, "S31": -76.010539766817558, "W32": -96.417854111158093, "S32": -101.41785411115809 }, "geometry": { "type": "Point", "coordinates": [ 102612.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46362745624752671, "S11": 0.46362745624752671, "W12": -7.7791433943313297, "S12": -7.7791433943313297, "W13": -20.044091396235913, "S13": -20.044091396235913, "W21": -42.526009235301117, "S21": -42.526009235301117, "W22": -39.92379838539302, "S22": -39.92379838539302, "W31": -63.321154548776036, "S31": -64.194333297887624, "W32": -90.150438077724004, "S32": -95.150438077724004 }, "geometry": { "type": "Point", "coordinates": [ 102612.176470588237862, 515309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2072506816023434, "S11": 1.006697415797283, "W12": -5.883873639960405, "S12": -5.883873639960405, "W13": -15.707197435897319, "S13": -15.707197435897319, "W21": -56.690945539591596, "S21": -62.143641170670797, "W22": -37.294387912006876, "S22": -47.270690678467012, "W31": -68.623930225472307, "S31": -68.992850032659149, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102612.8, 499243.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5678527264470605, "S11": 3.4574418117495092, "W12": -7.9457997726338192, "S12": -7.9457997726338192, "W13": -17.205203045096244, "S13": -20.205203045096244, "W21": -39.089025082785724, "S21": -54.34763811027166, "W22": -70.0, "S22": -106.80486267447064, "W31": -106.80486267447064, "S31": -106.80486267447064, "W32": -106.80486267447064, "S32": -106.80486267447064 }, "geometry": { "type": "Point", "coordinates": [ 102613.0, 502111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0242688822307424, "S11": 2.0242688822307424, "W12": -8.626912630765041, "S12": -13.626912630765041, "W13": -21.818029511220434, "S13": -21.818029511220434, "W21": -36.010191270247901, "S21": -36.010191270247901, "W22": -45.001721101716022, "S22": -45.005724853844782, "W31": -80.933571956711702, "S31": -80.933571956711702, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102613.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2629652226967663, "S11": 2.2629652226967663, "W12": -9.435690961178258, "S12": -16.888954326215977, "W13": -20.0, "S13": -20.0, "W21": -34.564067381217363, "S21": -35.45744010665863, "W22": -80.0, "S22": -94.03885012022748, "W31": -94.03885012022748, "S31": -94.03885012022748, "W32": -94.03885012022748, "S32": -96.20731161860661 }, "geometry": { "type": "Point", "coordinates": [ 102613.0, 506923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5020042267789151, "S11": 3.3871157402788583, "W12": -7.7570543985680764, "S12": -7.7570543985680764, "W13": -16.977988879269741, "S13": -19.977988879269741, "W21": -39.236306244514743, "S21": -54.586048702324895, "W22": -39.637266929643033, "S22": -39.637266929643033, "W31": -60.000000000000007, "S31": -60.688029440355514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102614.0, 502128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27912322009182522, "S11": -0.27912322009182522, "W12": -8.4413712053381111, "S12": -21.45115713805982, "W13": -22.116803721862453, "S13": -22.116803721862453, "W21": -35.767668802183657, "S21": -35.767668802183657, "W22": -36.581989472916014, "S22": -46.586802184752713, "W31": -68.619153564899477, "S31": -68.734604193003506, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102614.0, 505763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9175236528177706, "S11": 1.9175236528177706, "W12": -9.1439623276152044, "S12": -14.883405249525303, "W13": -19.155103851807361, "S13": -27.578079429199096, "W21": -49.172558727671017, "S21": -69.172558727671017, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.285684958714839, "W32": -82.837755302676541, "S32": -87.837755302676541 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 503279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6133955049920541, "S11": 2.6133955049920541, "W12": -12.158696368382373, "S12": -26.399607140924665, "W13": -26.399607140924665, "S13": -26.399607140924665, "W21": -39.338663674165645, "S21": -39.338663674165645, "W22": -36.101298903952852, "S22": -44.350899600918147, "W31": -80.191889620444087, "S31": -80.58708236384129, "W32": -94.708180911207194, "S32": -99.708180911207194 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9999999999999991, "S11": 4.9999999999999991, "W12": -2.450113356493941, "S12": -5.2736973618382175, "W13": -20.46060991105464, "S13": -21.148176708347123, "W21": -32.692280882097037, "S21": -32.692280882097037, "W22": -37.69973728517779, "S22": -39.749136182402765, "W31": -69.996727667469301, "S31": -70.007426257732419, "W32": -78.876786645863604, "S32": -83.876786645863604 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 510882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4604651162790701, "S11": 4.4604651162790701, "W12": -2.3233971065551047, "S12": -5.0686588329472411, "W13": -20.0, "S13": -20.855967224795155, "W21": -32.507552279953998, "S21": -32.507552279953998, "W22": -47.410033188329123, "S22": -47.416270194986652, "W31": -84.729876620765992, "S31": -84.729876620765992, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102615.0, 510911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75434854609798874, "S11": 0.75434854609798874, "W12": -7.7586029108491577, "S12": -7.7586029108491577, "W13": -20.081261467773384, "S13": -20.081261467773384, "W21": -43.110616167376712, "S21": -43.110616167376712, "W22": -39.677226539098541, "S22": -39.677226539098541, "W31": -60.266222822912042, "S31": -60.911422814342664, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102615.857142857144936, 515136.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5795018223634187, "S12": -10.15776219843697, "W13": -19.999999999999996, "S13": -20.642058923129017, "W21": -34.968718344364731, "S21": -34.968718344364731, "W22": -68.430383337810781, "S22": -98.898259316714402, "W31": -98.898259316714402, "S31": -98.898259316714402, "W32": -99.17142239238477, "S32": -104.17142239238477 }, "geometry": { "type": "Point", "coordinates": [ 102616.0, 505618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6561793032379866, "S11": 2.6561793032379866, "W12": -5.6522993524576703, "S12": -10.652299352457671, "W13": -20.0, "S13": -24.264555823993263, "W21": -34.295247897755203, "S21": -37.670854667121731, "W22": -72.217312809242316, "S22": -81.613558241030418, "W31": -96.834124639627262, "S31": -96.834124639627262, "W32": -98.779594575411679, "S32": -103.77959457541168 }, "geometry": { "type": "Point", "coordinates": [ 102616.2, 504216.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.408375451263538, "S11": 3.408375451263538, "W12": -5.0, "S12": -5.0, "W13": -20.604408834274327, "S13": -21.036966973809211, "W21": -40.0, "S21": -61.913293367066331, "W22": -39.77780824054345, "S22": -39.77780824054345, "W31": -59.999999999999993, "S31": -60.358491876128305, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 500433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3999102630221762, "S11": 3.3687286437661199, "W12": -5.0, "S12": -5.0, "W13": -20.680978080371968, "S13": -21.180978080371968, "W21": -40.0, "S21": -57.363601363986362, "W22": -39.978989818816586, "S22": -39.978989818816586, "W31": -60.0, "S31": -60.876531748978834, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 500462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6244335314420604, "S11": 3.5615253577424215, "W12": -6.9714763948497858, "S12": -7.2749756172448095, "W13": -20.647429505516957, "S13": -24.725189402523718, "W21": -50.0, "S21": -70.0, "W22": -34.831752365761112, "S22": -44.863636581679245, "W31": -68.800340177266676, "S31": -69.034737450185148, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 500839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7682140939098265, "S11": 3.7200843567899957, "W12": -8.9513566023919946, "S12": -8.9513566023919946, "W13": -18.434918208861998, "S13": -21.434918208861998, "W21": -38.556624873385147, "S21": -53.142664955182063, "W22": -35.254365314039752, "S22": -48.336826539046108, "W31": -78.613435039370074, "S31": -78.863968319676687, "W32": -95.01084565909666, "S32": -100.01084565909666 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 502002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1625749357693405, "S11": 1.1625749357693405, "W12": -9.6900159623428532, "S12": -10.685126932762465, "W13": -20.0, "S13": -21.291680738489248, "W21": -33.019734737755449, "S21": -33.019734737755449, "W22": -51.051047815132634, "S22": -52.361482979644826, "W31": -68.506508194579368, "S31": -74.244728356709672, "W32": -100.51611384746094, "S32": -105.51611384746094 }, "geometry": { "type": "Point", "coordinates": [ 102617.0, 511375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6751661961569488, "S11": 2.145068257571813, "W12": -6.0959710581526716, "S12": -6.0959710581526716, "W13": -15.0, "S13": -17.453447221251313, "W21": -43.115030477515973, "S21": -60.601948930415084, "W22": -40.92332090130742, "S22": -42.585875166681852, "W31": -69.67974772299543, "S31": -70.21865987906817, "W32": -80.354068680132272, "S32": -85.354068680132272 }, "geometry": { "type": "Point", "coordinates": [ 102617.166666666671517, 502497.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8300911305396765, "S11": 1.8300911305396765, "W12": -15.0, "S12": -15.0, "W13": -20.409463158388263, "S13": -20.409463158388263, "W21": -38.41351469358883, "S21": -42.893503462572042, "W22": -37.233043903067077, "S22": -37.233043903067077, "W31": -70.0, "S31": -70.35326757090013, "W32": -79.689833342859046, "S32": -84.689833342859046 }, "geometry": { "type": "Point", "coordinates": [ 102617.622950819670223, 512954.606557377032004 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6760803328747356, "S11": 3.6760803328747356, "W12": -8.6694134436301198, "S12": -8.6694134436301198, "W13": -18.196389672062569, "S13": -21.196389672062569, "W21": -38.650166893648056, "S21": -53.43280325325928, "W22": -37.731406790598221, "S22": -37.731406790598221, "W31": -70.0, "S31": -70.0, "W32": -80.371664471860271, "S32": -85.371664471860271 }, "geometry": { "type": "Point", "coordinates": [ 102618.0, 502037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8278408966815451, "S11": 2.8278408966815451, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.927489902576717, "S21": -41.626280529938775, "W22": -70.0, "S22": -105.39351851852652, "W31": -105.39351851852652, "S31": -105.39351851852652, "W32": -105.39351851852652, "S32": -106.85577319337676 }, "geometry": { "type": "Point", "coordinates": [ 102618.0, 508273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9480682791095889, "S12": -5.9480682791095889, "W13": -15.36364211859042, "S13": -17.344313784364388, "W21": -36.563157984279833, "S21": -46.563157984279833, "W22": -48.716376260039446, "S22": -48.725065682220247, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102619.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3790464395704487, "S11": 3.0301294720614234, "W12": -6.1153290932008169, "S12": -8.8957124148991102, "W13": -20.12396226415094, "S13": -25.12396226415094, "W21": -57.884258440869715, "S21": -81.845066316268344, "W22": -70.0, "S22": -99.768651020797563, "W31": -99.768651020797563, "S31": -99.768651020797563, "W32": -102.14212988776029, "S32": -107.14212988776029 }, "geometry": { "type": "Point", "coordinates": [ 102619.0, 501079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6359165831891449, "S11": 2.1296455634351328, "W12": -6.0003451547065527, "S12": -6.0003451547065527, "W13": -15.0, "S13": -17.43337119888151, "W21": -43.127428744524792, "S21": -60.0, "W22": -70.113238134535067, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102619.0, 502483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3113100190368754, "S11": 3.3113100190368754, "W12": -5.0, "S12": -5.0, "W13": -20.118714712720028, "S13": -20.733906662360955, "W21": -40.0, "S21": -67.994021397105101, "W22": -90.0, "S22": -94.601529034215105, "W31": -94.601529034215105, "S31": -94.601529034215105, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102620.0, 500251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3649170898305849, "S11": 2.3649170898305849, "W12": -7.4819631521907422, "S12": -19.862312567161133, "W13": -19.862312567161133, "S13": -26.314393880578614, "W21": -45.357800451317267, "S21": -49.353480056309721, "W22": -42.200001, "S22": -43.700001, "W31": -69.533845323226558, "S31": -70.406583481821741, "W32": -81.068497231448561, "S32": -86.068497231448561 }, "geometry": { "type": "Point", "coordinates": [ 102620.0, 503414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81842318072430009, "S11": 0.81842318072430009, "W12": -5.0, "S12": -11.372852233676976, "W13": -23.439055297423373, "S13": -23.439055297423373, "W21": -40.0, "S21": -41.484664806479877, "W22": -70.0, "S22": -86.66258889935385, "W31": -93.543019574335901, "S31": -93.543019574335901, "W32": -96.074523101474938, "S32": -101.07452310147494 }, "geometry": { "type": "Point", "coordinates": [ 102620.0, 508760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.459808230959466, "S12": -14.790853814507873, "W13": -20.0, "S13": -20.0, "W21": -32.726387705857938, "S21": -32.726387705857938, "W22": -37.613187057988142, "S22": -47.509165737454573, "W31": -68.68515674211875, "S31": -69.18515674211875, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102620.25, 506755.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5993176553733908, "S11": 3.368120577505219, "W12": -9.0135965665236046, "S12": -9.0135965665236046, "W13": -20.771277650063855, "S13": -23.191113768598907, "W21": -50.0, "S21": -72.312764505119461, "W22": -34.786496176468297, "S22": -44.813304485371162, "W31": -68.867761181973719, "S31": -69.106737182721503, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102621.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4460846254673703, "S11": 2.9460846254673703, "W12": -6.8172968430812926, "S12": -8.8969439840345199, "W13": -20.253208009807928, "S13": -25.253208009807928, "W21": -55.669524482941483, "S21": -80.595114906752542, "W22": -37.198307231458955, "S22": -42.041822733490505, "W31": -70.0, "S31": -70.0, "W32": -95.805423950334912, "S32": -100.80542395033491 }, "geometry": { "type": "Point", "coordinates": [ 102621.0, 501014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1621800241539688, "S11": -1.1621800241539688, "W12": -10.227153652392948, "S12": -10.393602505903701, "W13": -26.03747396239817, "S13": -26.03747396239817, "W21": -40.819246033779017, "S21": -40.819246033779017, "W22": -41.276390400515318, "S22": -43.480807044705628, "W31": -69.25295156318964, "S31": -69.653604100683125, "W32": -82.499389521813242, "S32": -87.499389521813242 }, "geometry": { "type": "Point", "coordinates": [ 102621.0, 509102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44951798951562888, "S11": 0.44951798951562888, "W12": -7.7623703078653499, "S12": -7.7623703078653499, "W13": -20.051766514735508, "S13": -20.051766514735508, "W21": -42.475609238772336, "S21": -42.475609238772336, "W22": -44.737185534608237, "S22": -44.740978505900038, "W31": -80.611052295489444, "S31": -80.611052295489444, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102621.529411764699034, 515358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3530469314079423, "S11": 2.9615343810739887, "W12": -5.6023773503349901, "S12": -5.6023773503349901, "W13": -20.927253363228697, "S13": -23.927253363228697, "W21": -49.023136246786628, "S21": -56.920537904829246, "W22": -42.485194692953279, "S22": -50.608985795467788, "W31": -68.780910383313383, "S31": -68.780910383313383, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 500605.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45124228496779395, "S11": -0.55997831080611116, "W12": -13.192075972633512, "S12": -18.452178285649143, "W13": -24.752288590368629, "S13": -24.752288590368629, "W21": -34.103599531714174, "S21": -37.17921253127075, "W22": -62.434695461011245, "S22": -73.212418297146598, "W31": -99.300575804827233, "S31": -99.300575804827233, "W32": -101.81191177126544, "S32": -106.81191177126544 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059045605557233483, "S11": 0.059045605557233483, "W12": -10.0, "S12": -15.162101816016673, "W13": -21.520275469375193, "S13": -22.073616267542604, "W21": -33.204530463064046, "S21": -33.204530463064046, "W22": -42.982780524194794, "S22": -42.982780524194794, "W31": -74.688941499671472, "S31": -74.688941499671472, "W32": -96.11173518322974, "S32": -101.11173518322974 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9, "S12": -22.9, "W13": -22.91, "S13": -22.91, "W21": -35.099998, "S21": -35.099998, "W22": -36.000135593362693, "S22": -37.932035405289312, "W31": -70.63768813288452, "S31": -70.942717646253982, "W32": -77.782059824653501, "S32": -82.782059824653501 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5071531845561799, "S11": 2.5071531845561799, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.984919020304112, "S21": -40.92336961054216, "W22": -44.451857084388386, "S22": -44.456114613095487, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 508309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65085231761615103, "S11": -0.65085231761615103, "W12": -10.0, "S12": -13.153694454432287, "W13": -30.247504846239167, "S13": -30.320415381478263, "W21": -37.579227975125342, "S21": -37.579227975125342, "W22": -74.709102283390678, "S22": -85.57005873528901, "W31": -90.0, "S31": -90.0, "W32": -101.66027121674986, "S32": -106.66027121674986 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 510428.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4577718758603346, "S11": 2.9915632310675719, "W12": -6.9187130312609773, "S12": -8.8410119101571212, "W13": -20.277597057621577, "S13": -25.277597057621577, "W21": -55.201520240410112, "S21": -80.201520240410105, "W22": -80.0, "S22": -99.714354192086461, "W31": -99.714354192086461, "S31": -99.714354192086461, "W32": -99.714354192086461, "S32": -102.96311300639658 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1617430079674742, "S11": 1.003343621621271, "W12": -7.905019709739193, "S12": -11.393568397534693, "W13": -20.0, "S13": -21.978045325779036, "W21": -46.102220182029782, "S21": -65.69927818643518, "W22": -34.217309124126473, "S22": -45.062799067098375, "W31": -69.446147533760708, "S31": -69.686523973996458, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6631057439232082, "S12": -21.663105743923207, "W13": -21.663105743923207, "S13": -24.661426376868292, "W21": -41.123586172525023, "S21": -44.742078621203163, "W22": -37.160946543679529, "S22": -46.802383010661899, "W31": -70.0, "S31": -70.0, "W32": -96.6578173501062, "S32": -101.6578173501062 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52314049586776901, "S11": 0.52314049586776901, "W12": -9.873980836279415, "S12": -9.873980836279415, "W13": -21.311865315758361, "S13": -21.311865315758361, "W21": -36.372330430980739, "S21": -36.372330430980739, "W22": -45.210477817343978, "S22": -45.210477817343978, "W31": -70.0, "S31": -70.0, "W32": -82.932368724458712, "S32": -87.932368724458712 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0737741128113298, "S11": -1.0737741128113298, "W12": -10.22273506699857, "S12": -13.22273506699857, "W13": -29.358772878429473, "S13": -29.358772878429473, "W21": -39.190871431352143, "S21": -39.190871431352143, "W22": -61.731960181659709, "S22": -75.379818174519684, "W31": -92.487248480850553, "S31": -92.487248480850553, "W32": -92.487248480850553, "S32": -95.259740259740255 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 509766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2173850984870112, "S11": 1.2173850984870112, "W12": -9.3736867881009172, "S12": -10.569573320407203, "W13": -20.0, "S13": -20.929303163345715, "W21": -33.072121419158911, "S21": -33.072121419158911, "W22": -63.07205675435344, "S22": -73.717972497057346, "W31": -94.03557282984535, "S31": -94.03557282984535, "W32": -94.427849412159944, "S32": -99.427849412159944 }, "geometry": { "type": "Point", "coordinates": [ 102623.0, 511354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.0535826993987314, "W13": -15.0, "S13": -15.529304096159361, "W21": -41.080465403325341, "S21": -49.815046532175003, "W22": -36.433864013738194, "S22": -46.367632687809397, "W31": -68.693309262644746, "S31": -68.778066785285574, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102624.0, 498697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5710177890781054, "S11": 2.5710177890781054, "W12": -12.66757900605692, "S12": -27.667579006056918, "W13": -27.667579006056918, "S13": -27.667579006056918, "W21": -39.130945287887208, "S21": -39.130945287887208, "W22": -41.578856692810028, "S22": -41.578856692810028, "W31": -68.28738140613217, "S31": -72.393596667573462, "W32": -94.734844477359275, "S32": -99.734844477359275 }, "geometry": { "type": "Point", "coordinates": [ 102624.0, 507992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9530338845966542, "S11": 2.9530338845966542, "W12": -6.6548513384827004, "S12": -11.030627533005219, "W13": -20.109863046078257, "S13": -20.109863046078257, "W21": -40.0, "S21": -42.082388510959937, "W22": -72.270451403645225, "S22": -86.883551641336339, "W31": -90.585474709759893, "S31": -90.585474709759893, "W32": -101.26022961527963, "S32": -106.26022961527963 }, "geometry": { "type": "Point", "coordinates": [ 102624.0, 508181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0237343313410152, "S11": -1.0237343313410152, "W12": -7.8265785083623802, "S12": -7.8265785083623802, "W13": -20.0, "S13": -20.0, "W21": -42.708824555789903, "S21": -42.708824555789903, "W22": -36.008135855141973, "S22": -36.008135855141973, "W31": -80.061731765379179, "S31": -80.061731765379179, "W32": -92.857164222338369, "S32": -97.857164222338369 }, "geometry": { "type": "Point", "coordinates": [ 102624.269662921346026, 516324.40449438203359 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67529798695775445, "S11": 0.67529798695775445, "W12": -8.1534241822155824, "S12": -8.1534241822155824, "W13": -16.607149349796401, "S13": -17.528913967262206, "W21": -29.497242686264102, "S21": -29.497242686264102, "W22": -67.93646635907146, "S22": -67.93646635907146, "W31": -99.26003970764134, "S31": -99.26003970764134, "W32": -102.09683785012079, "S32": -107.09683785012079 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 497434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.468276090346071, "S11": 1.0530999939380283, "W12": -7.6019880174291927, "S12": -7.6019880174291927, "W13": -16.896262694145761, "S13": -17.239298037181104, "W21": -60.0, "S21": -64.416019280086871, "W22": -89.556099125832063, "S22": -104.98278507773949, "W31": -104.98278507773949, "S31": -104.98278507773949, "W32": -104.98278507773949, "S32": -104.98278507773949 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 499375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2940954276615102, "S11": 2.8115457220552296, "W12": -7.7030196927560617, "S12": -7.7030196927560617, "W13": -20.0, "S13": -24.971778808505512, "W21": -60.000000000000007, "S21": -77.609048305695751, "W22": -69.288120929526855, "S22": -96.213344093310852, "W31": -96.213344093310852, "S31": -96.213344093310852, "W32": -96.213344093310852, "S32": -100.66152856899937 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 501394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1618814905314601, "S11": 1.1618814905314601, "W12": -7.7641452433391152, "S12": -7.8119159439760582, "W13": -20.0, "S13": -20.387267185912631, "W21": -39.109778395184222, "S21": -39.109778395184222, "W22": -40.180081130760783, "S22": -44.367466202796436, "W31": -70.831811769491864, "S31": -71.584501787806886, "W32": -90.345568916051761, "S32": -95.345568916051761 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28107634669942355, "S11": 0.28107634669942355, "W12": -9.1741273100616034, "S12": -12.872292447676282, "W13": -20.0, "S13": -20.0, "W21": -38.309383885835906, "S21": -38.309383885835906, "W22": -40.486448281240833, "S22": -49.59001497733928, "W31": -70.736357959878049, "S31": -71.442953371765427, "W32": -90.311966258139847, "S32": -95.311966258139847 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1522412019575945, "S11": 1.1522412019575945, "W12": -7.5108113436906763, "S12": -8.9592931189389233, "W13": -20.0, "S13": -20.0, "W21": -35.701691723605741, "S21": -35.701691723605741, "W22": -41.519537673433746, "S22": -48.560156628946316, "W31": -69.02843707161523, "S31": -69.153797680060023, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2383942101342225, "S12": -11.436396781392567, "W13": -31.379202142453348, "S13": -31.58334100671539, "W21": -36.787832504651917, "S21": -36.787832504651917, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.407492037997145, "W32": -82.829847371396241, "S32": -87.829847371396241 }, "geometry": { "type": "Point", "coordinates": [ 102625.0, 510513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8902817323029537, "S11": 1.8902817323029537, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.432220583942932, "S13": -20.432220583942932, "W21": -38.526311920053963, "S21": -42.834359264826674, "W22": -68.486150550490706, "S22": -81.082134516476344, "W31": -91.43352006950829, "S31": -91.43352006950829, "W32": -100.09751730145672, "S32": -105.09751730145672 }, "geometry": { "type": "Point", "coordinates": [ 102625.385245901634335, 513003.967213114781771 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0760179594364452, "S12": -20.85043693683669, "W13": -20.85043693683669, "S13": -25.443600871602566, "W21": -43.130840474575329, "S21": -45.725891419621, "W22": -44.548058985128925, "S22": -44.551641175583768, "W31": -80.288532634267909, "S31": -80.288532634267909, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102626.0, 503492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.373671096345515, "S11": 3.373671096345515, "W12": -3.0387765643447464, "S12": -5.6669008187704755, "W13": -20.0, "S13": -20.886663087026559, "W21": -32.302754809943686, "S21": -32.302754809943686, "W22": -53.62249809982265, "S22": -58.585628778824798, "W31": -92.524491108418957, "S31": -92.524491108418957, "W32": -95.355198292988007, "S32": -100.35519829298801 }, "geometry": { "type": "Point", "coordinates": [ 102626.0, 510962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.937344145177688, "W21": -38.862459628772385, "S21": -48.64753795085312, "W22": -70.180223160068394, "S22": -76.522558874386974, "W31": -93.936337391315163, "S31": -93.936337391315163, "W32": -96.245209684312087, "S32": -101.24520968431209 }, "geometry": { "type": "Point", "coordinates": [ 102626.2, 498513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45647398203426837, "S11": 0.45647398203426837, "W12": -7.751758541591701, "S12": -7.751758541591701, "W13": -20.058054369149634, "S13": -20.058054369149634, "W21": -42.477051927463826, "S21": -42.477051927463826, "W22": -72.457040949556585, "S22": -80.570349917369526, "W31": -97.087804420986885, "S31": -97.087804420986885, "W32": -98.797435423477808, "S32": -103.79743542347781 }, "geometry": { "type": "Point", "coordinates": [ 102627.04587155963236, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4267894090828821, "S11": 2.4267894090828821, "W12": -9.9135140888892508, "S12": -19.778350427239168, "W13": -20.59096517166217, "S13": -20.59096517166217, "W21": -35.438487432058608, "S21": -35.438487432058608, "W22": -72.53760521003025, "S22": -79.31967825241, "W31": -97.193863407562375, "S31": -97.193863407562375, "W32": -98.874507576086089, "S32": -103.87450757608609 }, "geometry": { "type": "Point", "coordinates": [ 102627.333333333328483, 506393.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75731916801597188, "S11": -0.75731916801597188, "W12": -7.8079647026674959, "S12": -7.8079647026674959, "W13": -20.0, "S13": -20.0, "W21": -42.364608364887758, "S21": -42.364608364887758, "W22": -40.0, "S22": -46.585980837115486, "W31": -67.074053080821542, "S31": -68.074053080821542, "W32": -90.324263587699235, "S32": -95.324263587699235 }, "geometry": { "type": "Point", "coordinates": [ 102627.530303030303912, 516165.651515151490457 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0004047005216172, "W13": -15.000000000000002, "S13": -15.93997470862775, "W21": -38.853178200877579, "S21": -48.638461612388014, "W22": -39.885387416511961, "S22": -49.085373008328112, "W31": -68.523106161643099, "S31": -69.371234688153848, "W32": -90.378185178447552, "S32": -95.378185178447552 }, "geometry": { "type": "Point", "coordinates": [ 102627.75, 498512.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.838172804532578, "W13": -18.9098017739888, "S13": -19.909023307712985, "W21": -20.0, "S21": -20.0, "W22": -35.10818948005403, "S22": -45.069213461003194, "W31": -68.81594121217897, "S31": -69.040450700760289, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 496943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66439155089311031, "S11": 0.66439155089311031, "W12": -8.427966477474282, "S12": -8.427966477474282, "W13": -16.579021189333069, "S13": -17.552539079121527, "W21": -28.526419614157916, "S21": -28.526419614157916, "W22": -51.846304962034253, "S22": -56.66492957655047, "W31": -92.608695652173907, "S31": -92.608695652173907, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 497375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5910224590787974, "S11": 3.5910224590787974, "W12": -7.6084956549573786, "S12": -7.6966296008842425, "W13": -20.0, "S13": -21.034958400783044, "W21": -44.656461527597529, "S21": -66.188330708786367, "W22": -70.0, "S22": -108.4565511031067, "W31": -108.4565511031067, "S31": -108.4565511031067, "W32": -108.4565511031067, "S32": -108.4565511031067 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 500012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9279491195565726, "S12": -13.730622754729659, "W13": -19.596459377534703, "S13": -27.1543252382364, "W21": -50.0, "S21": -70.221968329083694, "W22": -39.917862571507428, "S22": -39.917862571507428, "W31": -60.0, "S31": -60.133659404179639, "W32": -90.029192816204002, "S32": -95.029192816204002 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 503084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9614019520851818, "W12": -5.6628402998269047, "S12": -10.730918371473145, "W13": -19.619110263913875, "S13": -24.355068892204326, "W21": -35.879636313829124, "S21": -38.998523547169299, "W22": -39.807385796434772, "S22": -49.149745564326452, "W31": -68.657393812733659, "S31": -68.810981598993195, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 504423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43571924116647942, "S11": 0.43571924116647942, "W12": -14.772031042581435, "S12": -19.966503758702522, "W13": -25.0, "S13": -25.0, "W21": -34.264226013739346, "S21": -34.264226013739346, "W22": -37.087960907521122, "S22": -47.980947694220703, "W31": -80.211812061977412, "S31": -80.673206740900255, "W32": -94.90031592949785, "S32": -99.90031592949785 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 505218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8126343936399887, "S11": 1.8126343936399887, "W12": -10.504665972833417, "S12": -15.333125590226256, "W13": -20.0, "S13": -20.822334721421104, "W21": -34.439335383242188, "S21": -34.439335383242188, "W22": -40.115155954390211, "S22": -51.912504074457317, "W31": -70.22594997488342, "S31": -70.366526095842758, "W32": -90.149682708914952, "S32": -95.149682708914952 }, "geometry": { "type": "Point", "coordinates": [ 102628.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049710409049508297, "S11": -0.63041606547203766, "W12": -7.767827383640614, "S12": -7.767827383640614, "W13": -20.01280654964112, "S13": -20.01280654964112, "W21": -42.070290582063706, "S21": -42.070290582063706, "W22": -36.481070883563177, "S22": -37.485136514461971, "W31": -80.139390892223446, "S31": -80.361082211488082, "W32": -94.232319288678426, "S32": -99.232319288678426 }, "geometry": { "type": "Point", "coordinates": [ 102628.69230769231217, 515647.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6110778850074758, "S11": 1.4040844923746634, "W12": -8.8729603559041745, "S12": -8.8729603559041745, "W13": -17.484221176821983, "S13": -19.16197585457666, "W21": -60.0, "S21": -73.202425683709862, "W22": -42.591898780806588, "S22": -50.067720831096722, "W31": -68.996681859859066, "S31": -69.0609357282042, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 499480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5326086956521738, "S12": -13.861534730907287, "W13": -19.361695869951753, "S13": -28.994112591699739, "W21": -50.652695700121619, "S21": -71.463037525623946, "W22": -41.733258232575004, "S22": -43.702038835833633, "W31": -69.352023620045756, "S31": -69.352023620045756, "W32": -81.94515190548023, "S32": -86.94515190548023 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 503194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48491268273488108, "S11": 0.17532264766413563, "W12": -13.982947002961298, "S12": -19.151059716437619, "W13": -25.0, "S13": -25.0, "W21": -34.189378835432194, "S21": -38.425892013257041, "W22": -37.192562735995267, "S22": -37.192562735995267, "W31": -70.0, "S31": -70.525431565967935, "W32": -79.647718138258043, "S32": -84.647718138258043 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3496088610320327, "S11": 0.3496088610320327, "W12": -15.0, "S12": -20.186714189455635, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.152289776526878, "S21": -34.152289776526878, "W22": -44.047643591449692, "S22": -47.139262612505, "W31": -75.509448006599769, "S31": -75.509448006599769, "W32": -96.287058035425886, "S32": -101.28705803542589 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 505262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6791327011781787, "S11": 0.6791327011781787, "W12": -9.5211707317073184, "S12": -21.107690403661898, "W13": -21.107690403661898, "S13": -21.107690403661898, "W21": -40.19102958015268, "S21": -40.19102958015268, "W22": -89.999999999999986, "S22": -94.925693882550306, "W31": -94.925693882550306, "S31": -94.925693882550306, "W32": -95.20351355835345, "S32": -100.20351355835345 }, "geometry": { "type": "Point", "coordinates": [ 102629.0, 505835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78054436769680424, "S11": 0.78054436769680424, "W12": -7.7320688096052841, "S12": -7.7320688096052841, "W13": -20.097777589158468, "S13": -20.097777589158468, "W21": -43.132695848840299, "S21": -43.132695848840299, "W22": -78.976953344575605, "S22": -92.990974480510133, "W31": -92.990974480510133, "S31": -92.990974480510133, "W32": -92.990974480510133, "S32": -95.996171858556096 }, "geometry": { "type": "Point", "coordinates": [ 102629.428571428565192, 515177.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3131979695431468, "S12": -6.3131979695431468, "W13": -15.0, "S13": -15.0, "W21": -47.358669833729209, "S21": -53.975141658695129, "W22": -39.733518847892178, "S22": -39.733518847892178, "W31": -60.0, "S31": -60.519372309401469, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 499015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3491059719382359, "S11": 3.3491059719382359, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -20.333875788774492, "S13": -20.593178114355887, "W21": -40.0, "S21": -65.0, "W22": -36.94056613266914, "S22": -49.517230306191955, "W31": -71.889314035379584, "S31": -72.889314035379584, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 500339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6797112865476649, "S11": 2.4491859509198473, "W12": -5.0157904613374473, "S12": -5.0157904613374473, "W13": -15.0, "S13": -17.140597693114294, "W21": -43.082698555319574, "S21": -59.533096470711925, "W22": -35.949436235380247, "S22": -48.367819421257892, "W31": -77.438265540053536, "S31": -77.757094854200858, "W32": -95.006306417347844, "S32": -100.00630641734784 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1954599557898797, "S11": 2.1098334920896562, "W12": -5.4243346774992549, "S12": -10.321631974796581, "W13": -19.763191710481195, "S13": -25.341903059916255, "W21": -35.952760445464989, "S21": -38.952760445464989, "W22": -63.150269333522616, "S22": -83.829575526963254, "W31": -93.170304034729682, "S31": -93.170304034729682, "W32": -93.170304034729682, "S32": -97.642138412161785 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 504070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9683600630388423, "S12": -19.533780623786505, "W13": -21.38344262295082, "S13": -21.38344262295082, "W21": -36.675005484689656, "S21": -36.675005484689656, "W22": -44.52750821788176, "S22": -44.532253250982343, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 505771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4017558214044792, "S11": 1.4017558214044792, "W12": -9.2015142125147236, "S12": -12.201514212514724, "W13": -22.798990287134473, "S13": -22.798990287134473, "W21": -35.256495217598967, "S21": -36.626923482044141, "W22": -70.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.0, 507089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4354085227838258, "S11": 0.4354085227838258, "W12": -7.7455972213993354, "S12": -7.7455972213993354, "W13": -20.059441633235124, "S13": -20.059441633235124, "W21": -42.425209242243717, "S21": -42.425209242243717, "W22": -75.024695391474808, "S22": -81.770950210200326, "W31": -96.235189429193269, "S31": -96.235189429193269, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102630.882352941174759, 515407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3423110782529575, "S11": 3.1065769322912606, "W12": -6.1466881484294031, "S12": -7.5602021535221642, "W13": -20.0, "S13": -25.0, "W21": -60.000000000000007, "S21": -81.84433462760326, "W22": -75.0, "S22": -75.0, "W31": -95.680966603341346, "S31": -95.680966603341346, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 501187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8644715788046753, "S12": -13.756426556229314, "W13": -19.636639159220572, "S13": -26.756727327703416, "W21": -50.0, "S21": -70.144365281729961, "W22": -84.111259353790814, "S22": -95.856257709515575, "W31": -95.856257709515575, "S31": -95.856257709515575, "W32": -95.856257709515575, "S32": -97.508874877162299 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 503066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0565308906012767, "S12": -13.900077427349512, "W13": -19.559624989796291, "S13": -27.58136487352191, "W21": -50.11467649915587, "S21": -70.449668353638543, "W22": -67.753221762201889, "S22": -82.191962216910753, "W31": -91.805831288121638, "S31": -91.805831288121638, "W32": -91.805831288121638, "S32": -95.617180984153464 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0080572963294543, "S11": 4.0080572963294543, "W12": -3.8059399516309802, "S12": -6.8059399516309806, "W13": -25.640560593569663, "S13": -25.694326237623848, "W21": -34.055128556513552, "S21": -34.055128556513552, "W22": -66.266254592104488, "S22": -80.841898236012611, "W31": -91.953634861374354, "S31": -91.953634861374354, "W32": -91.953634861374354, "S32": -95.478350013900453 }, "geometry": { "type": "Point", "coordinates": [ 102631.0, 510672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8520840226505708, "S11": 2.3520840226505708, "W12": -8.214625913318427, "S12": -8.214625913318427, "W13": -19.526334777924689, "S13": -20.344181267777973, "W21": -46.363550440024362, "S21": -54.195072725968622, "W22": -40.0, "S22": -42.30685194282637, "W31": -68.724214430486867, "S31": -69.839065407597715, "W32": -86.298769771528995, "S32": -91.298769771528995 }, "geometry": { "type": "Point", "coordinates": [ 102631.5, 499839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0519306074128036, "S11": 1.7888692781851927, "W12": -7.0124713359366835, "S12": -7.0124713359366835, "W13": -18.219902036607373, "S13": -21.219902036607373, "W21": -43.782115041794981, "S21": -61.96982550081718, "W22": -39.950401774038198, "S22": -41.868720933837935, "W31": -69.763737591283402, "S31": -70.034108158001317, "W32": -79.914018044972181, "S32": -84.914018044972181 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 502620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1034979064898813, "W12": -5.7242294407044243, "S12": -10.724229440704423, "W13": -19.383504711788873, "S13": -24.272530187605923, "W21": -36.146093833044901, "S21": -39.78661274347575, "W22": -39.062820194292264, "S22": -39.062820194292264, "W31": -70.0, "S31": -70.0, "W32": -81.681178028327253, "S32": -86.681178028327253 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 504366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6185354691075513, "S11": 0.31863428333680033, "W12": -7.9884507507012046, "S12": -13.03741873874932, "W13": -20.0, "S13": -21.649746192893399, "W21": -35.156772845265415, "S21": -36.616014870418184, "W22": -58.108029197080292, "S22": -58.108029197080292, "W31": -70.0, "S31": -70.0, "W32": -83.081380078994428, "S32": -88.081380078994428 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 504674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.962025316455696, "S12": -13.962025316455696, "W13": -21.035815104882808, "S13": -21.035815104882808, "W21": -36.607637310489494, "S21": -37.580728601183438, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.465198564349961, "S32": -87.465198564349961 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 507528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0655073864561289, "S11": -1.0655073864561289, "W12": -10.215920978761718, "S12": -13.215920978761718, "W13": -29.35946497462113, "S13": -29.35946497462113, "W21": -39.181279793162162, "S21": -39.181279793162162, "W22": -38.237180865359939, "S22": -38.237180865359939, "W31": -70.0, "S31": -70.0, "W32": -81.190870692607575, "S32": -86.190870692607575 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 509767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3827249836429605, "S11": 1.3827249836429605, "W12": -8.2776189197301697, "S12": -10.121671186621942, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -32.43933386604855, "S21": -32.43933386604855, "W22": -44.963660756981987, "S22": -45.804314662540534, "W31": -89.233486257155619, "S31": -89.233486257155619, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102632.0, 511284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.041827411167513, "S12": -6.041827411167513, "W13": -15.0, "S13": -15.0948035355774, "W21": -44.942201108471892, "S21": -52.250802349143747, "W22": -40.207045716046409, "S22": -46.259326181780509, "W31": -70.503130917668912, "S31": -71.563219551662655, "W32": -90.35211223280541, "S32": -95.35211223280541 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 498898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2025565491846351, "S11": 2.2025565491846351, "W12": -9.4282378162184006, "S12": -19.098023030259348, "W13": -20.0, "S13": -20.333158643407938, "W21": -35.038543089871233, "S21": -35.038543089871233, "W22": -40.385449756472738, "S22": -44.09131050467569, "W31": -69.361471396599356, "S31": -70.044922219022993, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.11687293498348, "S12": -23.234666795727179, "W13": -23.234666795727179, "S13": -23.234666795727179, "W21": -38.09400024732156, "S21": -38.098274369429213, "W22": -34.275115114658341, "S22": -44.275115114658341, "W31": -69.195901901174182, "S31": -69.457698515106372, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 507822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7457666975123838, "S11": -1.7457666975123838, "W12": -10.877486146095718, "S12": -10.877486146095718, "W13": -26.576629076544553, "S13": -26.576629076544553, "W21": -41.066794390451257, "S21": -41.066794390451257, "W22": -35.930899829738173, "S22": -35.930899829738173, "W31": -80.061174042933857, "S31": -80.061174042933857, "W32": -92.820381227054909, "S32": -97.820381227054909 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 509221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8579734219269102, "S11": 2.8579734219269102, "W12": -3.4392580430932704, "S12": -6.0183748059887225, "W13": -20.0, "S13": -20.704456606724005, "W21": -32.232654146027635, "S21": -32.232654146027635, "W22": -45.573122823172952, "S22": -45.573122823172952, "W31": -67.868795418291199, "S31": -73.071202097663772, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 510985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.548450061467287, "S12": -11.548450061467287, "W13": -20.0, "S13": -22.602588051909635, "W21": -33.74701071410027, "S21": -33.791012878196298, "W22": -37.414228901508153, "S22": -39.644630459171751, "W31": -70.0, "S31": -70.009716356251005, "W32": -78.872656406300024, "S32": -83.872656406300024 }, "geometry": { "type": "Point", "coordinates": [ 102633.0, 511798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9504723340661019, "S11": 1.9504723340661019, "W12": -15.0, "S12": -15.0, "W13": -20.454978009497598, "S13": -20.454978009497598, "W21": -38.639109146518727, "S21": -42.701232532586083, "W22": -39.91471250140966, "S22": -39.91471250140966, "W31": -60.0, "S31": -60.104757670075408, "W32": -90.034611122964733, "S32": -95.034611122964733 }, "geometry": { "type": "Point", "coordinates": [ 102633.147540983612998, 513053.32786885247333 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3617730789066531, "S11": 3.1124166623794181, "W12": -5.0, "S12": -5.0, "W13": -20.78465246636771, "S13": -21.407546513541053, "W21": -50.0, "S21": -57.60086707223271, "W22": -35.106743488211627, "S22": -44.997978069893826, "W31": -68.87776345838931, "S31": -69.097307524005217, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6256910491502148, "S11": 3.6256910491502148, "W12": -7.2669871244635189, "S12": -7.2929591306843591, "W13": -20.643619923371649, "S13": -24.060254773146973, "W21": -50.000000000000007, "S21": -73.966006825938564, "W22": -41.786816673648921, "S22": -43.469421949086104, "W31": -69.55561724233084, "S31": -70.593737809706724, "W32": -80.933785850754873, "S32": -85.933785850754873 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 500798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3706377468436387, "S11": -0.3706377468436387, "W12": -8.3955406911928652, "S12": -18.256623940942113, "W13": -21.080064963187528, "S13": -21.080064963187528, "W21": -36.583580695095947, "S21": -36.583580695095947, "W22": -45.536840644104906, "S22": -45.541461203200932, "W31": -81.795977011494244, "S31": -81.795977011494244, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 505743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41540046577591061, "S11": 0.41540046577591061, "W12": -9.3137577002053398, "S12": -11.856670865471447, "W13": -19.354065573770495, "S13": -19.354065573770495, "W21": -40.203889231037152, "S21": -40.203889231037152, "W22": -70.0, "S22": -106.94687077892841, "W31": -106.94687077892841, "S31": -106.94687077892841, "W32": -106.94687077892841, "S32": -106.94687077892841 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 505806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9302341789796489, "S11": 1.9302341789796489, "W12": -15.0, "S12": -15.0, "W13": -20.452998494660839, "S13": -20.489626032860993, "W21": -38.586205650286708, "S21": -42.696619705048683, "W22": -90.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102634.0, 513042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95479060958912032, "S11": -0.95479060958912032, "W12": -7.803702695692456, "S12": -7.803702695692456, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -42.651195741836567, "S21": -42.651195741836567, "W22": -62.167530620670675, "S22": -77.090180362836492, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102634.8, 516324.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3581217122227955, "S11": 3.0802545478515704, "W12": -5.0, "S12": -5.0, "W13": -20.79513452914798, "S13": -21.562378135451262, "W21": -50.0, "S21": -57.364519963638905, "W22": -39.927616101271397, "S22": -39.927616101271397, "W31": -60.0, "S31": -60.0, "W32": -90.035196480204846, "S32": -95.035196480204846 }, "geometry": { "type": "Point", "coordinates": [ 102635.0, 500542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6248198050042917, "S11": 3.6056765209265897, "W12": -7.357742489270386, "S12": -7.357742489270386, "W13": -20.644673307790548, "S13": -23.956488632763381, "W21": -50.0, "S21": -73.904846416382256, "W22": -34.545176820020679, "S22": -44.474782780840016, "W31": -69.057143906182304, "S31": -69.321839650813445, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102635.0, 500791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5304830660320143, "S11": 3.2771896814986223, "W12": -6.9633733754829645, "S12": -7.8586302437840612, "W13": -20.429579076420104, "S13": -24.558127515428794, "W21": -52.551722449379326, "S21": -77.551722449379326, "W22": -37.426189252020876, "S22": -42.021911640835498, "W31": -70.0, "S31": -70.219288982752545, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 500912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.344942848909807, "S11": 3.0904302135307455, "W12": -5.7619804992538723, "S12": -8.6110392478897388, "W13": -19.999999999999996, "S13": -24.999999999999996, "W21": -59.18066112780626, "S21": -82.381774960592693, "W22": -41.198871891356305, "S22": -42.975282668942121, "W31": -69.619100493426444, "S31": -70.45516422771729, "W32": -80.618836994514652, "S32": -85.618836994514652 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 501114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0344556873691557, "W12": -5.7528497882215621, "S12": -10.696218778716441, "W13": -19.470330496415823, "S13": -24.259105876857518, "W21": -36.066830048230337, "S21": -39.606502249584715, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.473142324921454, "W32": -82.821939440115969, "S32": -87.821939440115969 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 504381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89230873074657613, "S11": 0.89230873074657613, "W12": -11.278651413623871, "S12": -21.70068046816067, "W13": -21.70068046816067, "S13": -21.70068046816067, "W21": -36.532875318066161, "S21": -36.532875318066161, "W22": -44.627447378310798, "S22": -44.632457179852231, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2717832719621214, "S11": 2.2717832719621214, "W12": -9.1162613776686552, "S12": -18.862174271212332, "W13": -20.0, "S13": -20.00133322475191, "W21": -35.158565766110868, "S21": -35.158565766110868, "W22": -44.954388577714695, "S22": -44.958479368218221, "W31": -81.013435168380724, "S31": -81.013435168380724, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4675106772422208, "S11": 2.4675106772422208, "W12": -9.4035282698464471, "S12": -15.078040829129778, "W13": -20.105159321171538, "S13": -20.105159321171538, "W21": -34.832329346323434, "S21": -35.419685822520144, "W22": -52.507504856083351, "S22": -57.375008710921172, "W31": -92.78772378516625, "S31": -92.78772378516625, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.0, 506932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70610688970796121, "S11": 0.70610688970796121, "W12": -7.7481907509408483, "S12": -7.7481907509408483, "W13": -16.628249310390117, "S13": -17.319914724489063, "W21": -31.327746600907446, "S21": -31.327746600907446, "W22": -62.110759084443302, "S22": -76.185231286361002, "W31": -99.363391801478031, "S31": -99.363391801478031, "W32": -101.95726838842054, "S32": -106.95726838842054 }, "geometry": { "type": "Point", "coordinates": [ 102636.2, 497564.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4480702654185307, "S11": 2.4480702654185307, "W12": -10.452134286815772, "S12": -10.452134286815772, "W13": -20.285100623644801, "S13": -20.285100623644801, "W21": -43.045285762064324, "S21": -43.045285762064324, "W22": -84.687109932956716, "S22": -95.8623130930836, "W31": -95.8623130930836, "S31": -95.8623130930836, "W32": -95.8623130930836, "S32": -97.63711979085852 }, "geometry": { "type": "Point", "coordinates": [ 102636.333333333328483, 514192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.141232071135564, "S12": -14.91771188004774, "W13": -20.0, "S13": -20.0, "W21": -34.06792005614701, "S21": -34.06792005614701, "W22": -61.827148034313495, "S22": -75.887044900636383, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102636.4, 506878.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7021163245357198, "S11": 2.7021163245357198, "W12": -5.8527412437567907, "S12": -10.852741243756791, "W13": -19.995894212579753, "S13": -25.312772874128569, "W21": -34.876583729679076, "S21": -36.909621272340992, "W22": -40.840446643451038, "S22": -43.02930318503148, "W31": -69.557188664107827, "S31": -69.557188664107827, "W32": -99.275043319439888, "S32": -104.27504331943989 }, "geometry": { "type": "Point", "coordinates": [ 102636.6, 504173.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61924518348371782, "S11": 0.61924518348371782, "W12": -9.8647708628946447, "S12": -9.8647708628946447, "W13": -16.844836791898786, "S13": -17.76902549280717, "W21": -20.763960162694339, "S21": -20.763960162694339, "W22": -37.911714114426388, "S22": -37.911714114426388, "W31": -70.0, "S31": -70.0, "W32": -80.755290638573143, "S32": -85.755290638573143 }, "geometry": { "type": "Point", "coordinates": [ 102637.0, 497078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16185019497141218, "S11": 0.16185019497141218, "W12": -13.872103164714678, "S12": -19.939175956409784, "W13": -23.418164127823893, "S13": -23.761825714414542, "W21": -33.819596868262316, "S21": -33.819596868262316, "W22": -40.149891148724706, "S22": -49.486098045276428, "W31": -69.900446649367538, "S31": -70.05637078909642, "W32": -90.113780897216387, "S32": -95.113780897216387 }, "geometry": { "type": "Point", "coordinates": [ 102637.0, 505348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6114567389307541, "S11": 1.6114567389307541, "W12": -10.577305963731039, "S12": -10.580632143262138, "W13": -20.251333333333331, "S13": -21.534449755970371, "W21": -33.702329973936351, "S21": -33.702329973936351, "W22": -47.134371872118535, "S22": -49.987626381082414, "W31": -92.025758691669964, "S31": -92.025758691669964, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102637.0, 506604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3096364764772912, "S11": -1.3096364764772912, "W12": -10.505601101636566, "S12": -13.505601101636566, "W13": -28.885033035240024, "S13": -28.885033035240024, "W21": -39.527428362200972, "S21": -39.527428362200972, "W22": -70.0, "S22": -105.1173374273495, "W31": -105.1173374273495, "S31": -105.1173374273495, "W32": -105.1173374273495, "S32": -108.4003788069258 }, "geometry": { "type": "Point", "coordinates": [ 102637.0, 509664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58776907955274116, "S11": -0.58776907955274116, "W12": -10.0, "S12": -13.118369114144265, "W13": -30.0, "S13": -30.0, "W21": -38.165589986717094, "S21": -38.165589986717094, "W22": -40.200080321347905, "S22": -46.289067151716758, "W31": -69.212453336404735, "S31": -69.480519828093279, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102637.5, 510392.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4112105243204311, "S11": 3.4112105243204311, "W12": -8.0220426329351131, "S12": -8.2014049306660617, "W13": -19.942774982849304, "S13": -20.906994479894067, "W21": -44.894540116526073, "S21": -56.802513379834735, "W22": -71.091574606559405, "S22": -85.534170280436271, "W31": -99.360902223902215, "S31": -99.360902223902215, "W32": -99.360902223902215, "S32": -104.03136390029441 }, "geometry": { "type": "Point", "coordinates": [ 102638.0, 499966.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6999784156254578, "S11": 1.0648432804903225, "W12": -10.0, "S12": -10.0, "W13": -15.000000000000002, "S13": -17.371978404499291, "W21": -43.430033350084514, "S21": -57.693169424390888, "W22": -44.438707138104562, "S22": -51.294654704692284, "W31": -76.497211518459451, "S31": -76.497211518459451, "W32": -96.498966665445053, "S32": -101.49896666544505 }, "geometry": { "type": "Point", "coordinates": [ 102638.0, 501738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0978966502207221, "S11": 2.0978966502207221, "W12": -4.9084415584415586, "S12": -7.2710234271429064, "W13": -20.0, "S13": -20.0, "W21": -32.184926413126163, "S21": -32.184926413126163, "W22": -40.297565553745123, "S22": -54.749826264426098, "W31": -70.110735823468247, "S31": -70.783115906888469, "W32": -90.284653269361158, "S32": -95.284653269361158 }, "geometry": { "type": "Point", "coordinates": [ 102638.0, 511070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62439965270527209, "S11": 0.62439965270527209, "W12": -9.6802528600567594, "S12": -9.6802528600567594, "W13": -16.642080796594353, "S13": -17.512557565966876, "W21": -22.118922720188543, "S21": -22.118922720188543, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.871586925850977, "S32": -87.871586925850977 }, "geometry": { "type": "Point", "coordinates": [ 102639.0, 497118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1693891441211504, "S11": 2.134113968477108, "W12": -5.3476650894422466, "S12": -10.323840847373507, "W13": -19.805148461977129, "S13": -25.421077171218027, "W21": -36.197808136421443, "S21": -39.524443526347973, "W22": -66.91858051445557, "S22": -79.109029506210817, "W31": -91.807973247390905, "S31": -91.807973247390905, "W32": -99.977297635822765, "S32": -104.97729763582277 }, "geometry": { "type": "Point", "coordinates": [ 102639.0, 504052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5569214451408107, "S11": -1.5569214451408107, "W12": -10.798024903341982, "S12": -13.798024903341982, "W13": -28.360885484426532, "S13": -28.360885484426532, "W21": -39.881145052520267, "S21": -39.881145052520267, "W22": -85.266307215194757, "S22": -95.789092971802319, "W31": -95.789092971802319, "S31": -95.789092971802319, "W32": -95.789092971802319, "S32": -97.807164788248969 }, "geometry": { "type": "Point", "coordinates": [ 102639.0, 509560.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48644989082244505, "S11": -0.16864746073165415, "W12": -13.852496681302972, "S12": -18.855931101342456, "W13": -25.0, "S13": -25.0, "W21": -34.191577274177313, "S21": -39.191577274177313, "W22": -62.443291154003148, "S22": -77.41087940309427, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.0, 505130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1842240616253199, "S11": 0.1842240616253199, "W12": -14.540867181659607, "S12": -20.368851921336603, "W13": -23.755054881571347, "S13": -24.067201762153946, "W21": -33.890147495627943, "S21": -33.890147495627943, "W22": -61.701912931785863, "S22": -75.485133875855681, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5718627556490925, "S11": 1.5718627556490925, "W12": -15.0, "S12": -15.0, "W13": -20.277147730167346, "S13": -20.277147730167346, "W21": -37.737207474522826, "S21": -42.737207474522826, "W22": -71.797930392531612, "S22": -93.44447450290815, "W31": -96.122828535724267, "S31": -96.122828535724267, "W32": -97.834543365475255, "S32": -102.83454336547526 }, "geometry": { "type": "Point", "coordinates": [ 102640.0, 512840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42129905605202334, "S11": 0.42129905605202334, "W12": -7.7288241349333227, "S12": -7.7288241349333227, "W13": -20.067116751734748, "S13": -20.067116751734748, "W21": -42.374809245715099, "S21": -42.374809245715099, "W22": -39.937056060659103, "S22": -39.937056060659103, "W31": -60.0, "S31": -60.446492113229596, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.235294117650483, 515456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45937660478038533, "S11": 0.45937660478038533, "W12": -11.980132723300519, "S12": -16.95374119954171, "W13": -23.438643564471946, "S13": -23.438643564471946, "W21": -34.288096212390144, "S21": -34.288096212390144, "W22": -40.312451934550843, "S22": -52.336557875051092, "W31": -70.0, "S31": -70.483706986444219, "W32": -90.212402920808103, "S32": -95.212402920808103 }, "geometry": { "type": "Point", "coordinates": [ 102640.333333333328483, 504973.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4022512157161136, "S11": 2.4022512157161136, "W12": -15.0, "S12": -15.0, "W13": -20.445537640155528, "S13": -20.445537640155528, "W21": -39.653734718747579, "S21": -42.432047378474103, "W22": -49.241002995485672, "S22": -51.211681534171881, "W31": -68.873117131644861, "S31": -73.533377858047203, "W32": -100.08053994703869, "S32": -105.08053994703869 }, "geometry": { "type": "Point", "coordinates": [ 102640.764705882349517, 513333.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45745675940770414, "S11": 0.45745675940770414, "W12": -14.447232717246768, "S12": -19.447544663252984, "W13": -25.0, "S13": -25.0, "W21": -34.250079564798057, "S21": -35.949598795568619, "W22": -37.571535121322761, "S22": -39.848842483824001, "W31": -69.972512406742112, "S31": -69.980830161594525, "W32": -78.989701041317147, "S32": -83.989701041317147 }, "geometry": { "type": "Point", "coordinates": [ 102640.8, 505184.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0080237493047943, "S11": 2.0080237493047943, "W12": -15.0, "S12": -15.0, "W13": -20.477735435052246, "S13": -20.477735435052246, "W21": -38.751906372983626, "S21": -42.568105800345677, "W22": -45.360679393148772, "S22": -45.365172000327632, "W31": -81.594890602944147, "S31": -81.594890602944147, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102640.90983606557711, 513102.688524590164889 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7833716475095787, "S11": 0.78337164750957866, "W12": -10.0, "S12": -10.0, "W13": -15.338627658169329, "S13": -17.625380961653004, "W21": -45.686776277909281, "S21": -58.760813472567015, "W22": -80.570914786240508, "S22": -94.485408510882266, "W31": -94.485408510882266, "S31": -94.485408510882266, "W32": -94.485408510882266, "S32": -95.998408229846348 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 501704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76091533180778015, "S11": -2.2390846681922199, "W12": -9.7946708463949843, "S12": -14.731680546295792, "W13": -21.40484148688342, "S13": -21.40484148688342, "W21": -34.766665808094196, "S21": -36.684444987369929, "W22": -75.0, "S22": -75.0, "W31": -95.48481124144763, "S31": -95.48481124144763, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 504805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.612534175749525, "S12": -11.380740500317616, "W13": -20.0, "S13": -20.969709725103861, "W21": -32.98418640055062, "S21": -32.98418640055062, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -61.0, "W32": -90.033145228337887, "S32": -95.033145228337887 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 506691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.617774736215084, "S12": -15.124910281467088, "W13": -20.0, "S13": -20.0, "W21": -32.288858165182823, "S21": -32.288858165182823, "W22": -34.395318448045522, "S22": -44.246297964705676, "W31": -69.089085137943428, "S31": -69.366129572780906, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 506781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4933004414437812, "S11": 2.4933004414437812, "W12": -3.7022284533648171, "S12": -6.2558167532168953, "W13": -20.126085558057255, "S13": -20.707790014663978, "W21": -32.224428557558561, "S21": -32.224428557558561, "W22": -48.855213673144434, "S22": -53.339171197650188, "W31": -92.667837516288017, "S31": -92.667837516288017, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102641.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49700604800794729, "S11": -1.296655448958026, "W12": -10.444411813197886, "S12": -15.38434688598193, "W13": -21.978290961882365, "S13": -21.978290961882365, "W21": -34.625429972153889, "S21": -36.665604204742955, "W22": -39.711001753466455, "S22": -39.711001753466455, "W31": -60.0, "S31": -60.659538323173763, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102641.333333333328483, 504854.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58364740368509249, "S11": 0.58364740368509249, "W12": -10.986462171306755, "S12": -11.042509265474481, "W13": -20.0, "S13": -23.432567826184847, "W21": -33.288515211703654, "S21": -33.288515211703654, "W22": -70.359073127260757, "S22": -70.359073127260757, "W31": -94.504302089220403, "S31": -94.504302089220403, "W32": -96.20313368303475, "S32": -101.20313368303475 }, "geometry": { "type": "Point", "coordinates": [ 102641.75, 511651.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.397870600665847, "S12": -13.710017303599654, "W13": -19.881331183755432, "S13": -24.248353483251588, "W21": -50.0, "S21": -70.0, "W22": -39.813731666573453, "S22": -39.813731666573453, "W31": -59.999999999999993, "S31": -60.384182752395496, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102642.0, 502956.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0468223371466081, "S11": 1.0468223371466081, "W12": -7.104855547474636, "S12": -7.4777467039372443, "W13": -20.0, "S13": -20.0, "W21": -34.486342054810315, "S21": -34.486342054810315, "W22": -40.0, "S22": -41.182085168869314, "W31": -63.486096292344627, "S31": -64.460665411036885, "W32": -90.242774596424624, "S32": -95.242774596424624 }, "geometry": { "type": "Point", "coordinates": [ 102642.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65406860831497426, "S11": -0.65406860831497426, "W12": -10.0, "S12": -13.166534251758943, "W13": -30.106806841541189, "S13": -30.191763902681899, "W21": -37.929616667564083, "S21": -37.929616667564083, "W22": -35.970522006141366, "S22": -35.970522006141366, "W31": -80.084555356605804, "S31": -80.11942211531273, "W32": -93.200002518844101, "S32": -98.200002518844101 }, "geometry": { "type": "Point", "coordinates": [ 102642.0, 510423.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8088102758612008, "S12": -7.8088102758612008, "W13": -20.0, "S13": -20.0, "W21": -43.046061958675992, "S21": -43.046061958675992, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.5, "W32": -82.868815592203902, "S32": -87.868815592203902 }, "geometry": { "type": "Point", "coordinates": [ 102642.20689655172464, 516616.706896551710088 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1419530975755214, "S11": 1.1419530975755214, "W12": -7.6900990394430258, "S12": -7.6900990394430258, "W13": -20.152752349661061, "S13": -20.152752349661061, "W21": -43.839074962955493, "S21": -43.839074962955493, "W22": -33.169998, "S22": -50.369999, "W31": -80.370003, "S31": -80.420003, "W32": -95.019997, "S32": -100.019997 }, "geometry": { "type": "Point", "coordinates": [ 102642.819672131154221, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.314677007685257, "S11": 3.314677007685257, "W12": -5.0, "S12": -5.0, "W13": -20.300971438060444, "S13": -20.596320275269747, "W21": -40.0, "S21": -65.427152768330842, "W22": -46.932701980517741, "S22": -46.938668238890223, "W31": -83.891510034151239, "S31": -83.891510034151239, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102643.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9088850030203757, "S12": -13.696603537208144, "W13": -19.942176035854875, "S13": -24.807179463950899, "W21": -37.51733182719147, "S21": -40.072118447722033, "W22": -73.509930672662534, "S22": -87.574270137997928, "W31": -91.332592552895747, "S31": -91.332592552895747, "W32": -91.332592552895747, "S32": -95.716789886339711 }, "geometry": { "type": "Point", "coordinates": [ 102643.0, 503903.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57101277634219028, "S11": -0.57101277634219028, "W12": -10.0, "S12": -13.221726146082425, "W13": -32.236154400267033, "S13": -32.414401365889532, "W21": -37.567844022425184, "S21": -37.567844022425184, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.379271213181994, "W32": -82.813848976553061, "S32": -87.813848976553061 }, "geometry": { "type": "Point", "coordinates": [ 102643.0, 510461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80674018929562497, "S11": 0.80674018929562497, "W12": -7.705534708361383, "S12": -7.705534708361383, "W13": -20.114293710543567, "S13": -20.114293710543567, "W21": -43.154775530303851, "S21": -43.154775530303851, "W22": -89.066295220438789, "S22": -95.982734570779968, "W31": -95.982734570779968, "S31": -95.982734570779968, "W32": -95.982734570779968, "S32": -98.931911472218687 }, "geometry": { "type": "Point", "coordinates": [ 102643.0, 515218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0807470034246576, "S12": -6.0807470034246576, "W13": -15.419334727311094, "S13": -17.293719301494274, "W21": -36.476239409302799, "S21": -46.476239409302799, "W22": -83.835373281512858, "S22": -95.665227153639265, "W31": -95.665227153639265, "S31": -95.665227153639265, "W32": -95.665227153639265, "S32": -97.319481472077641 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 498210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28022371451241462, "S11": 0.17368989126010631, "W12": -5.6128997692054075, "S12": -6.0910478599406739, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -49.85378727896542, "S21": -55.45547847412287, "W22": -82.822669528394925, "S22": -95.537548376495067, "W31": -95.537548376495067, "S31": -95.537548376495067, "W32": -95.537548376495067, "S32": -97.029043770188878 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 499138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5562917726245735, "S11": 2.1207234898162284, "W12": -8.4986654512825623, "S12": -8.4986654512825623, "W13": -19.115049283154121, "S13": -20.696668915304095, "W21": -47.503938165549982, "S21": -61.650279628964618, "W22": -63.931738205415591, "S22": -78.554733552898298, "W31": -93.232024290598858, "S31": -93.232024290598858, "W32": -93.232024290598858, "S32": -97.804788043284702 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 499773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2056738348727354, "S11": 3.2056738348727354, "W12": -5.1446619039707588, "S12": -5.1446619039707588, "W13": -20.0, "S13": -20.95594697524535, "W21": -41.127667796999624, "S21": -71.127667796999617, "W22": -39.157823727260435, "S22": -43.748824736486014, "W31": -70.320687183037563, "S31": -70.828504730524315, "W32": -90.491634830666953, "S32": -95.491634830666953 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 500184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3430654976792162, "S11": 3.0068574915008113, "W12": -5.100583531445861, "S12": -5.100583531445861, "W13": -20.798520179372197, "S13": -22.600121832691752, "W21": -50.0, "S21": -56.261100622334098, "W22": -40.307954360874206, "S22": -44.782480831308121, "W31": -69.392740522180603, "S31": -69.964912391935556, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 500562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8934204535106089, "S11": 1.948603927978148, "W12": -6.6260819262968678, "S12": -6.6260819262968678, "W13": -15.528116409704793, "S13": -18.497183169578964, "W21": -43.856060307815333, "S21": -61.482662669561662, "W22": -41.916268944151383, "S22": -45.131109352403051, "W31": -69.192453601809675, "S31": -71.383224356317655, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 502560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24163732394366208, "S11": 0.24163732394366208, "W12": -8.1591595688697449, "S12": -9.7032744339902468, "W13": -20.0, "S13": -20.932001354554689, "W21": -31.781424625233363, "S21": -31.781424625233363, "W22": -49.217939162108038, "S22": -51.163293293741113, "W31": -68.873932236793749, "S31": -73.557570590768378, "W32": -100.15189562746249, "S32": -105.15189562746249 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 505601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60924006908462891, "S11": 0.60924006908462891, "W12": -7.9102053935476233, "S12": -11.10923751337244, "W13": -31.175231587163623, "S13": -31.386875687616044, "W21": -36.938568909192014, "S21": -36.938568909192014, "W22": -41.827920871751402, "S22": -43.872942620995154, "W31": -69.340734072814826, "S31": -69.8649490807978, "W32": -81.969945706975878, "S32": -86.969945706975878 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 510526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.0593939097388727, "S12": -5.9511223450243662, "W13": -21.626429479034307, "S13": -22.074559154844781, "W21": -33.101414840015813, "S21": -33.101414840015813, "W22": -74.013907003326551, "S22": -88.996856675933032, "W31": -90.784035102322321, "S31": -90.784035102322321, "W32": -101.74160364354371, "S32": -106.74160364354371 }, "geometry": { "type": "Point", "coordinates": [ 102644.0, 510855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9586148380753533, "S11": 0.9586148380753533, "W12": -10.071836834125277, "S12": -10.818589205363429, "W13": -20.0, "S13": -20.937539870163665, "W21": -33.275574661080896, "S21": -33.275574661080896, "W22": -77.768338627465468, "S22": -95.384654979442672, "W31": -95.384654979442672, "S31": -95.384654979442672, "W32": -102.58130427379533, "S32": -107.58130427379533 }, "geometry": { "type": "Point", "coordinates": [ 102644.166666666671517, 511408.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3730434244456005, "S11": 3.3730434244456005, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -20.62525240783787, "S13": -21.152633908067806, "W21": -43.092951991821593, "S21": -60.619709224252958, "W22": -70.700258011519011, "S22": -105.70025801151901, "W31": -105.70025801151901, "S31": -105.70025801151901, "W32": -105.70025801151901, "S32": -105.70025801151901 }, "geometry": { "type": "Point", "coordinates": [ 102644.2, 500458.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71131159625744267, "S11": 0.71131159625744267, "W12": -7.7516231126810151, "S12": -7.7516231126810151, "W13": -16.620804938920269, "S13": -17.289300354522254, "W21": -31.376932061450876, "S21": -31.376932061450876, "W22": -87.480940248049421, "S22": -95.807539270272642, "W31": -95.807539270272642, "S31": -95.807539270272642, "W32": -95.807539270272642, "S32": -98.454454835691337 }, "geometry": { "type": "Point", "coordinates": [ 102645.0, 497574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86550724637681153, "S11": -2.0099868247694337, "W12": -9.5749051311664743, "S12": -14.450355225362511, "W13": -21.204294540666464, "S13": -21.204294540666464, "W21": -34.804843607115345, "S21": -36.743503928176146, "W22": -60.0, "S22": -69.469456564855221, "W31": -92.451144957203041, "S31": -92.451144957203041, "W32": -92.451144957203041, "S32": -95.652281439347107 }, "geometry": { "type": "Point", "coordinates": [ 102645.0, 504789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66564854408470475, "S11": 0.66564854408470475, "W12": -7.7960278324594094, "S12": -8.5014179677802346, "W13": -20.0, "S13": -20.776295292922487, "W21": -35.169272054474561, "S21": -35.169272054474561, "W22": -73.051027704831256, "S22": -77.579416507315202, "W31": -97.728249056423422, "S31": -97.728249056423422, "W32": -98.882255734833706, "S32": -103.88225573483371 }, "geometry": { "type": "Point", "coordinates": [ 102645.666666666671517, 505637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3201788532351362, "S11": 2.3201788532351362, "W12": -9.9521001107685052, "S12": -19.777706258457819, "W13": -20.0, "S13": -20.000936879371384, "W21": -35.236730133498632, "S21": -35.236730133498632, "W22": -40.0, "S22": -40.0, "W31": -70.000000000000014, "S31": -74.957814383286475, "W32": -93.323941477537105, "S32": -98.323941477537105 }, "geometry": { "type": "Point", "coordinates": [ 102646.0, 506392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4562451311347702, "S11": 2.4562451311347702, "W12": -3.7565912780401423, "S12": -6.3114416860183837, "W13": -20.215825024123511, "S13": -20.775637377524607, "W21": -32.259896007477863, "S21": -32.259896007477863, "W22": -36.945895863071861, "S22": -39.365917801307667, "W31": -69.978600226349272, "S31": -69.978600226349272, "W32": -78.750761387385168, "S32": -83.750761387385168 }, "geometry": { "type": "Point", "coordinates": [ 102646.0, 511003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0603366089762392, "S11": 1.0603366089762392, "W12": -14.353188304868791, "S12": -14.353188304868791, "W13": -20.0, "S13": -20.0, "W21": -36.492534496909521, "S21": -38.222730254689331, "W22": -45.24958413700746, "S22": -45.254014598734308, "W31": -81.488528853263432, "S31": -81.488528853263432, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102646.0, 512536.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3812634488420024, "S11": 3.2040390617358634, "W12": -7.20946665699151, "S12": -7.20946665699151, "W13": -16.497622016427147, "S13": -19.497622016427147, "W21": -39.700625410241088, "S21": -54.894132985638393, "W22": -47.831272091615936, "S22": -47.838086728326751, "W31": -85.713027855394216, "S31": -85.713027855394216, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102646.25, 502148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2731922724388349, "S11": 3.2731922724388349, "W12": -5.0, "S12": -5.0, "W13": -20.175282298239786, "S13": -20.591586935175684, "W21": -40.0, "S21": -66.888051339513083, "W22": -43.500198061310286, "S22": -45.950052483432067, "W31": -90.785153751662378, "S31": -90.785153751662378, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 500290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3462263896559366, "S11": 2.9823274726884277, "W12": -6.3148492531475018, "S12": -8.9007273027245617, "W13": -20.070566037735848, "S13": -25.070566037735848, "W21": -57.53137705497614, "S21": -81.348911833365008, "W22": -53.248912899523219, "S22": -58.170769528811725, "W31": -93.01790281329923, "S31": -93.01790281329923, "W32": -95.375554901527977, "S32": -100.37555490152798 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2742373748862601, "S11": 2.8774885055288064, "W12": -7.2918489024803232, "S12": -7.6616480814440422, "W13": -20.0, "S13": -25.0, "W21": -60.0, "S21": -78.606705118961784, "W22": -40.393712512640128, "S22": -41.260841880378941, "W31": -68.353686521257302, "S31": -71.749295113818391, "W32": -93.00128852561383, "S32": -98.00128852561383 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2164648544131027, "S11": 2.7164648544131027, "W12": -8.8475532340656979, "S12": -8.8475532340656979, "W13": -17.716170256621663, "S13": -19.729669492179159, "W21": -54.258284099666064, "S21": -61.932504624134367, "W22": -41.791794687831512, "S22": -43.889836441311076, "W31": -69.32197269963882, "S31": -69.813257957754843, "W32": -82.057480654781742, "S32": -87.057480654781742 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9055892472944986, "S11": 2.4055892472944986, "W12": -9.7301162683304767, "S12": -9.7301162683304767, "W13": -15.612699775458989, "S13": -17.768914966023583, "W21": -48.670590493250586, "S21": -60.266317440033077, "W22": -74.255337856650897, "S22": -88.879413871843042, "W31": -90.817389443143043, "S31": -90.817389443143043, "W32": -101.8100365099471, "S32": -106.8100365099471 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0060788243152972, "S11": 1.0060788243152972, "W12": -7.394072933517843, "S12": -8.8579646085429182, "W13": -20.0, "S13": -20.594717236708433, "W21": -39.058800870287968, "S21": -39.058800870287968, "W22": -70.339608903189543, "S22": -90.472732292825967, "W31": -98.25051706135477, "S31": -98.25051706135477, "W32": -99.647599306982684, "S32": -104.64759930698268 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3, "S12": -9.3, "W13": -19.01, "S13": -19.01, "W21": -40.5, "S21": -40.5, "W22": -81.350195567144723, "S22": -101.02598430690418, "W31": -101.02598430690418, "S31": -101.02598430690418, "W32": -101.02598430690418, "S32": -102.83320895522388 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89581828240445704, "S11": 0.89581828240445704, "W12": -6.863174423606285, "S12": -7.863174423606285, "W13": -19.17539267015707, "S13": -19.17539267015707, "W21": -34.423252247226046, "S21": -34.423252247226046, "W22": -40.135939445435085, "S22": -54.737602105432707, "W31": -70.0, "S31": -70.866038842544313, "W32": -90.29833794997127, "S32": -95.29833794997127 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 506177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0128283445326847, "S11": 1.0128283445326847, "W12": -7.4328960960493706, "S12": -8.3947817530213307, "W13": -20.0, "S13": -20.620589231290175, "W21": -38.557119483716555, "S21": -38.557119483716555, "W22": -50.789481429160091, "S22": -55.518550669389917, "W31": -93.060528559249903, "S31": -93.060528559249903, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102647.333333333328483, 505673.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7998467432950194, "S11": 0.79984674329501937, "W12": -9.9007901731197467, "S12": -9.9007901731197467, "W13": -15.306102232201823, "S13": -17.475433754534464, "W21": -46.769880365939478, "S21": -59.159693287258733, "W22": -72.428689992131353, "S22": -88.912648352949347, "W31": -96.88243808354099, "S31": -96.88243808354099, "W32": -98.196252439101798, "S32": -103.1962524391018 }, "geometry": { "type": "Point", "coordinates": [ 102648.0, 501692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9465534465534462, "S11": 1.9465534465534462, "W12": -10.0, "S12": -14.949426846350185, "W13": -19.262874325149649, "S13": -28.504483088889124, "W21": -50.571179727094432, "S21": -71.106886224867736, "W22": -36.679719127060295, "S22": -46.344702104121183, "W31": -68.931124314442428, "S31": -69.172524402084846, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102648.0, 503242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2838039867109634, "S11": 3.2838039867109634, "W12": -2.8776822609208974, "S12": -5.5740176142634557, "W13": -20.654970760233919, "S13": -21.654970760233919, "W21": -32.606594471303062, "S21": -32.606594471303062, "W22": -36.161962451549897, "S22": -38.217604030947726, "W31": -70.56448807282564, "S31": -70.846080978736438, "W32": -78.029054625274043, "S32": -83.029054625274043 }, "geometry": { "type": "Point", "coordinates": [ 102648.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0140806424918136, "S11": 0.83548196977096323, "W12": -5.9726928783382185, "S12": -5.9726928783382185, "W13": -15.990484615384382, "S13": -15.990484615384382, "W21": -56.83308740560642, "S21": -61.497409714596145, "W22": -60.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -108.68062888654231 }, "geometry": { "type": "Point", "coordinates": [ 102648.6, 499273.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0623579257042279, "S11": 2.0623579257042279, "W12": -15.0, "S12": -15.0, "W13": -20.49169495082625, "S13": -20.49169495082625, "W21": -38.864703599448539, "S21": -42.434979068105278, "W22": -85.227573959928449, "S22": -95.608934611855219, "W31": -95.608934611855219, "S31": -95.608934611855219, "W32": -95.608934611855219, "S32": -97.721401736889874 }, "geometry": { "type": "Point", "coordinates": [ 102648.672131147541222, 513152.049180327856448 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.0, "W13": -18.830623402718665, "S13": -19.829290931482628, "W21": -20.0, "S21": -20.0, "W22": -33.60963861806944, "S22": -44.008538800544677, "W31": -69.658978990886993, "S31": -69.954769190218656, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 496936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.84, "S11": 3.84, "W12": -8.46, "S12": -8.46, "W13": -18.459999, "S13": -21.459999, "W21": -39.066392627220992, "S21": -53.521754440790303, "W22": -36.453523080730584, "S22": -48.590725828755097, "W31": -75.924287895540473, "S31": -76.299590684805864, "W32": -95.001856945316547, "S32": -100.00185694531655 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5006054060481153, "S11": 2.469028295092079, "W12": -5.9026424033704208, "S12": -10.902642403370422, "W13": -19.867246253586991, "S13": -24.769115610545153, "W21": -36.061544673699565, "S21": -40.113441516784476, "W22": -44.327223777272607, "S22": -45.74881006793818, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 504305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94410507025045809, "S11": 0.94410507025045809, "W12": -7.4625782057029255, "S12": -7.4625782057029255, "W13": -20.0, "S13": -20.665831357941077, "W21": -37.788590887215264, "S21": -37.856904029211378, "W22": -72.338491461508028, "S22": -91.893399947364927, "W31": -100.58120004487805, "S31": -100.58120004487805, "W32": -100.58120004487805, "S32": -104.47073568577036 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 505666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31082164328657308, "S11": 0.31082164328657308, "W12": -7.3004738015607584, "S12": -10.310754644088341, "W13": -20.0, "S13": -20.431491270222651, "W21": -40.0, "S21": -40.0, "W22": -40.344499236521479, "S22": -43.204565347020456, "W31": -69.573027707956484, "S31": -70.482997496476116, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 505701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090647962591850317, "S11": 0.090647962591850317, "W12": -7.4910349312523223, "S12": -11.189379966357638, "W13": -20.0, "S13": -20.349223129905493, "W21": -39.359203718550106, "S21": -39.359203718550106, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6619601328903659, "S11": 3.6619601328903659, "W12": -2.8120174193864074, "S12": -5.5669417883323442, "W13": -20.804891015417333, "S13": -21.680095860447615, "W21": -32.751278920124498, "S21": -32.751278920124498, "W22": -44.951597203022438, "S22": -44.957468090813812, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40718958932012511, "S11": 0.40718958932012511, "W12": -7.712051048467341, "S12": -7.712051048467341, "W13": -20.074791870234343, "S13": -20.074791870234343, "W21": -42.32440924918631, "S21": -42.32440924918631, "W22": -39.905446880029473, "S22": -39.905446880029473, "W31": -60.0, "S31": -60.325888397316966, "W32": -90.054214336690777, "S32": -95.054214336690777 }, "geometry": { "type": "Point", "coordinates": [ 102649.588235294111655, 515505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4255449823710054, "S11": 3.4255449823710054, "W12": -8.1140313890840936, "S12": -8.220770277087917, "W13": -19.912311914017838, "S13": -20.87456297752723, "W21": -44.509567078956408, "S21": -57.987724157018, "W22": -67.352217594220093, "S22": -68.696650923142982, "W31": -99.384629546774775, "S31": -99.384629546774775, "W32": -102.53540077020594, "S32": -107.53540077020594 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 499979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6560259179265655, "S11": 0.6560259179265655, "W12": -9.9196891191709859, "S12": -9.9196891191709859, "W13": -14.97364084838963, "S13": -17.166786119766719, "W21": -43.927086664534698, "S21": -57.832900134984165, "W22": -40.0, "S22": -46.678553418341622, "W31": -66.353527607361954, "S31": -67.228606207236197, "W32": -90.37920468290487, "S32": -95.37920468290487 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 501736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6084971573785989, "S11": 2.4109283231665311, "W12": -9.9999999999999982, "S12": -10.073242535981917, "W13": -15.079638950980701, "S13": -17.3102773969783, "W21": -42.425876010781671, "S21": -56.57205257589959, "W22": -40.0, "S22": -47.92179958216267, "W31": -67.042711389703925, "S31": -68.005664648978708, "W32": -90.404850317529082, "S32": -95.404850317529082 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 501767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0643884892086328, "S11": 1.7865722202838188, "W12": -7.0420033844335634, "S12": -7.0420033844335634, "W13": -18.043056053543683, "S13": -21.043056053543683, "W21": -44.107990065212348, "S21": -62.1829071475224, "W22": -40.200001, "S22": -46.555003885775747, "W31": -69.310163912582979, "S31": -69.720400133055421, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 502616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4229722836252456, "S11": 2.3452708142449006, "W12": -5.5263478510591071, "S12": -10.526347851059107, "W13": -19.785103235021591, "S13": -25.17731716260116, "W21": -36.044158885753696, "S21": -39.034044476866278, "W22": -36.345577500182522, "S22": -45.99532820249506, "W31": -68.956886959171243, "S31": -69.087601975238883, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 504072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8693516189114268, "S11": 1.8693516189114268, "W12": -9.5205432459258699, "S12": -9.5205432459258699, "W13": -22.553579708014691, "S13": -22.553579708014691, "W21": -34.8570074455167, "S21": -35.749166223488473, "W22": -35.83142547128152, "S22": -45.513431387450524, "W31": -68.964434127141473, "S31": -69.024501672976129, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 507042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.819647083660101, "S21": -38.819647083660101, "W22": -36.731002643426706, "S22": -36.731002643426706, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49531716417910454, "S11": 0.49531716417910454, "W12": -12.310108894506907, "S12": -12.310108894506907, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -34.36007931362699, "S21": -34.66164508590721, "W22": -43.427746051077925, "S22": -43.427746051077925, "W31": -67.954116276386273, "S31": -72.693193317239221, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.823877892389183, "S11": 1.823877892389183, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.461468598839318, "S13": -20.600448982730185, "W21": -38.258353223473392, "S21": -42.508099025505004, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.285400101442576, "W32": -82.801967865313188, "S32": -87.801967865313188 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.247284102298813, "S12": -12.247284102298813, "W13": -20.34320086999471, "S13": -20.34320086999471, "W21": -42.156627133319802, "S21": -42.156627133319802, "W22": -62.582438898228375, "S22": -80.443512983450034, "W31": -99.45396054862475, "S31": -99.45396054862475, "W32": -101.88487787356323, "S32": -106.88487787356323 }, "geometry": { "type": "Point", "coordinates": [ 102650.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2506988502393237, "S11": 2.2506988502393237, "W12": -5.3179411430024475, "S12": -10.985065321287333, "W13": -19.861189341859024, "S13": -25.457535351731934, "W21": -36.396462478102116, "S21": -40.03448268574256, "W22": -60.0, "S22": -72.986757006467514, "W31": -99.410751233498644, "S31": -99.410751233498644, "W32": -102.4848111560265, "S32": -107.4848111560265 }, "geometry": { "type": "Point", "coordinates": [ 102650.428571428565192, 504039.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3952831842890241, "S11": 2.3952831842890241, "W12": -8.3216337608755389, "S12": -18.23456100896156, "W13": -20.346789579501493, "S13": -20.346789579501493, "W21": -35.356347326642627, "S21": -35.356347326642627, "W22": -72.211873097794012, "S22": -102.21187309779401, "W31": -102.21187309779401, "S31": -102.21187309779401, "W32": -102.21187309779401, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102650.666666666671517, 506368.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.7822642261568618, "W13": -15.0, "S13": -15.479813834641359, "W21": -41.558574747694763, "S21": -49.62227469917687, "W22": -90.0, "S22": -102.08535924521019, "W31": -102.08535924521019, "S31": -102.08535924521019, "W32": -102.08535924521019, "S32": -102.08535924521019 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 498731.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9400119305048096, "S11": 1.4400119305048096, "W12": -8.9211277738372683, "S12": -8.9211277738372683, "W13": -18.345012694145758, "S13": -20.504610116886045, "W21": -49.879229589800673, "S21": -65.040863390218064, "W22": -83.734729392656192, "S22": -95.538903619208952, "W31": -95.538903619208952, "S31": -95.538903619208952, "W32": -95.538903619208952, "S32": -97.210420398817007 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 499641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6258147081676373, "S11": 1.6258147081676373, "W12": -10.677517125522467, "S12": -15.677568030553548, "W13": -20.0, "S13": -20.785553351044115, "W21": -34.252134637345485, "S21": -34.252134637345485, "W22": -40.372476437073402, "S22": -41.639678271935786, "W31": -69.840882955394918, "S31": -69.840882955394918, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94671994244175162, "S11": -0.94671994244175162, "W12": -9.7753735188051607, "S12": -10.041394112385275, "W13": -25.813625714017469, "S13": -25.813625714017469, "W21": -40.867113711131076, "S21": -40.867113711131076, "W22": -36.513413843078631, "S22": -49.382363631594302, "W31": -73.515776631730716, "S31": -74.015776631730716, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 509072.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98841128536590206, "S11": 0.98841128536590206, "W12": -10.0, "S12": -10.89805142274278, "W13": -20.0, "S13": -20.61082967465946, "W21": -33.336483474970819, "S21": -33.336483474970819, "W22": -40.674603174603156, "S22": -42.697600343143137, "W31": -69.770176710485671, "S31": -69.770176710485671, "W32": -98.902295428544676, "S32": -103.90229542854468 }, "geometry": { "type": "Point", "coordinates": [ 102651.0, 511393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48795138878625638, "S11": 0.48795138878625638, "W12": -11.433605152266702, "S12": -11.433605152266702, "W13": -20.0, "S13": -23.39637786256506, "W21": -33.451697865329116, "S21": -33.598300424123721, "W22": -37.607774882462522, "S22": -40.01417092869405, "W31": -69.876257619421423, "S31": -69.878713249599826, "W32": -79.109245000788121, "S32": -84.109245000788121 }, "geometry": { "type": "Point", "coordinates": [ 102651.058823529412621, 511769.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.520455296717062, "S12": -12.936085921759606, "W13": -15.96, "S13": -16.959198636687709, "W21": -20.0, "S21": -20.0, "W22": -37.107834046937697, "S22": -39.578169789893884, "W31": -69.827875048943156, "S31": -69.827875048943156, "W32": -78.901631625392213, "S32": -83.901631625392213 }, "geometry": { "type": "Point", "coordinates": [ 102652.0, 496775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8497826875111758, "S11": 2.8497826875111758, "W12": -5.0, "S12": -6.7050133995685997, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.551398337112616, "W22": -56.874841651887508, "S22": -65.554524152248774, "W31": -92.794324163223237, "S31": -92.794324163223237, "W32": -97.103076791013663, "S32": -102.10307679101366 }, "geometry": { "type": "Point", "coordinates": [ 102652.0, 508243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5891751918158574, "S11": 2.5891751918158574, "W12": -9.9507772020725387, "S12": -10.127594140338269, "W13": -15.031528036006442, "S13": -17.220481841838048, "W21": -42.42907396409155, "S21": -56.556194687224618, "W22": -67.143117597602867, "S22": -69.542292829540571, "W31": -99.396685235524814, "S31": -99.396685235524814, "W32": -102.56942617265051, "S32": -107.56942617265051 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 501769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5907506325555243, "S11": 2.0907506325555243, "W12": -9.8800777584126553, "S12": -10.618926336978136, "W13": -15.303610646884179, "S13": -17.517963054878063, "W21": -41.412124811549184, "S21": -55.498509393433196, "W22": -39.95543299112402, "S22": -49.169466562192383, "W31": -67.688883702320609, "S31": -68.654081617641282, "W32": -90.436327517649218, "S32": -95.436327517649218 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 501790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5643540206711659, "S12": -14.045389466638291, "W13": -19.868870569002947, "S13": -24.485996265450687, "W21": -50.0, "S21": -70.0, "W22": -33.37377175909895, "S22": -44.313586540792343, "W31": -70.0, "S31": -70.24458940455601, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 502965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5271739130434785, "S12": -14.667997189096736, "W13": -19.479902287457943, "S13": -28.674301599564352, "W21": -50.752232641753459, "S21": -71.444792433190088, "W22": -41.558459739204693, "S22": -43.967548262156768, "W31": -69.209638334242598, "S31": -69.209638334242598, "W32": -82.619465207353954, "S32": -87.619465207353954 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47369351858204412, "S11": 0.21779331628939386, "W12": -11.396995177445284, "S12": -16.176512832816936, "W13": -22.843200869839713, "S13": -22.843200869839713, "W21": -34.3937907528842, "S21": -35.815447600214036, "W22": -37.425213076897855, "S22": -39.86588456281023, "W31": -69.791599758788692, "S31": -69.791599758788692, "W32": -79.04284345703519, "S32": -84.04284345703519 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6295633633076854, "S12": -16.366774998212399, "W13": -20.0, "S13": -20.0, "W21": -39.829875675586209, "S21": -39.829875675586209, "W22": -75.053503128709579, "S22": -88.231833898253583, "W31": -90.856059074639859, "S31": -90.856059074639859, "W32": -102.01460397883913, "S32": -107.01460397883913 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0279957916885776, "S11": 2.0279957916885776, "W12": -9.4649434332642066, "S12": -19.035105427431613, "W13": -20.0, "S13": -20.560754660477627, "W21": -34.715867929171168, "S21": -34.715867929171168, "W22": -45.344278131316962, "S22": -53.899872535506624, "W31": -78.108768940706923, "S31": -78.108768940706923, "W32": -96.841227223055, "S32": -101.841227223055 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 506449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.837788073330811, "S12": -12.837788073330811, "W13": -20.0, "S13": -20.0, "W21": -34.871165964108179, "S21": -35.290971144981, "W22": -63.040468583599576, "S22": -81.26444416084513, "W31": -99.471153009103062, "S31": -99.471153009103062, "W32": -101.94863505747126, "S32": -106.94863505747126 }, "geometry": { "type": "Point", "coordinates": [ 102653.0, 512139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58642262691862346, "S11": -0.58642262691862346, "W12": -7.751868403051545, "S12": -7.751868403051545, "W13": -20.0, "S13": -20.0, "W21": -42.245343472865116, "S21": -42.245343472865116, "W22": -81.310039113428942, "S22": -101.68564671395922, "W31": -101.68564671395922, "S31": -101.68564671395922, "W32": -101.68564671395922, "S32": -102.98824626865672 }, "geometry": { "type": "Point", "coordinates": [ 102653.306666666670935, 516164.74666666664416 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6933888573858803, "S11": 0.6933888573858803, "W12": -8.1436286863027227, "S12": -8.1436286863027227, "W13": -16.584600683042165, "S13": -17.421084224301747, "W21": -30.166488027972399, "S21": -30.166488027972399, "W22": -41.207762726061972, "S22": -41.207762726061972, "W31": -73.569147078859373, "S31": -73.569147078859373, "W32": -95.812452435441386, "S32": -100.81245243544139 }, "geometry": { "type": "Point", "coordinates": [ 102653.5, 497470.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7931698509184071, "S11": 2.4241563935663391, "W12": -8.3077976568737686, "S12": -8.3077976568737686, "W13": -19.702778412496254, "S13": -20.527362890906073, "W21": -45.643706286362388, "S21": -49.477970296826214, "W22": -39.40913895263644, "S22": -45.29903019283541, "W31": -70.0, "S31": -70.724210707671105, "W32": -90.526043909894497, "S32": -95.526043909894497 }, "geometry": { "type": "Point", "coordinates": [ 102653.75, 499872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1559537474441228, "S11": 3.1559537474441228, "W12": -5.7966804585709371, "S12": -5.7966804585709371, "W13": -20.0, "S13": -21.018818419536409, "W21": -41.775743352069881, "S21": -70.056073976894766, "W22": -45.544779696300232, "S22": -45.549549829250395, "W31": -81.96362253814614, "S31": -81.96362253814614, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102654.0, 500148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12598980885624741, "S11": 0.12598980885624741, "W12": -14.811238474956392, "S12": -20.519350268907637, "W13": -23.581592629754628, "S13": -24.027824455590363, "W21": -33.877012107240184, "S21": -33.877012107240184, "W22": -65.752133263357607, "S22": -80.356688365080259, "W31": -91.778408999907668, "S31": -91.778408999907668, "W32": -91.778408999907668, "S32": -95.054530395699956 }, "geometry": { "type": "Point", "coordinates": [ 102654.0, 505338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16887390403981956, "S11": -0.16887390403981956, "W12": -8.5494464568593322, "S12": -8.5494464568593322, "W13": -25.168174623315078, "S13": -25.168174623315078, "W21": -34.121531202523023, "S21": -34.220244595172367, "W22": -46.760064139644086, "S22": -48.255154669333578, "W31": -92.1537533037814, "S31": -92.1537533037814, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102654.0, 507215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2494081081871058, "S11": 2.2494081081871058, "W12": -5.0, "S12": -9.765196960607879, "W13": -21.124534598093593, "S13": -21.124534598093593, "W21": -40.0, "S21": -41.508615756968375, "W22": -72.219560109806508, "S22": -95.255553445138361, "W31": -96.545217796837164, "S31": -96.545217796837164, "W32": -97.682323713810547, "S32": -102.68232371381055 }, "geometry": { "type": "Point", "coordinates": [ 102654.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8152031723159292, "S11": 0.8152031723159292, "W12": -7.6831374641321855, "S12": -7.6831374641321855, "W13": -20.127004201587152, "S13": -20.127004201587152, "W21": -43.144771434461198, "S21": -43.144771434461198, "W22": -41.790478681893504, "S22": -43.702195605361254, "W31": -69.521584984011554, "S31": -70.807045976919355, "W32": -81.053038632942858, "S32": -86.053038632942858 }, "geometry": { "type": "Point", "coordinates": [ 102654.8, 515262.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5959952339362253, "S11": -1.5959952339362253, "W12": -11.013409882951114, "S12": -14.013409882951114, "W13": -27.726371801379038, "S13": -27.726371801379038, "W21": -40.15585575555388, "S21": -40.15585575555388, "W22": -37.01860735995276, "S22": -47.410426668587732, "W31": -80.218717669861178, "S31": -80.703695498706338, "W32": -95.000981403253647, "S32": -100.00098140325365 }, "geometry": { "type": "Point", "coordinates": [ 102655.0, 509482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2361503655857566, "S11": 0.39474151874351637, "W12": -8.4376573226112637, "S12": -13.546395089135153, "W13": -20.116914068147864, "S13": -22.452324833020384, "W21": -46.905265016093544, "S21": -66.905265016093551, "W22": -68.321997007209902, "S22": -93.997213058109551, "W31": -99.340285578589842, "S31": -99.340285578589842, "W32": -103.42767448061866, "S32": -108.42767448061866 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 502796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8903729172176673, "S11": 0.84094570650843847, "W12": -7.3724632898861575, "S12": -12.060181979388942, "W13": -20.0, "S13": -21.867303999673162, "W21": -35.240472206258133, "S21": -37.033514133109158, "W22": -40.381044112168745, "S22": -41.626649862732783, "W31": -69.753314893732352, "S31": -70.296965196687708, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 504629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4997252259310558, "S11": 1.4997252259310558, "W12": -7.137873459868473, "S12": -7.1580501903544755, "W13": -20.0, "S13": -20.0, "W21": -34.217785524411397, "S21": -34.217785524411397, "W22": -34.178928150050879, "S22": -48.936034158265954, "W31": -80.0, "S31": -80.205289026497965, "W32": -95.011839943942348, "S32": -100.01183994394235 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 506253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40731568730684237, "S11": 0.40731568730684237, "W12": -8.8302362212816448, "S12": -8.8302362212816448, "W13": -24.482095355370571, "S13": -24.482095355370571, "W21": -34.521876125921573, "S21": -35.514580947362639, "W22": -85.304268378993967, "S22": -95.446322667008616, "W31": -95.446322667008616, "S31": -95.446322667008616, "W32": -95.446322667008616, "S32": -97.682446315809273 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42971814918894857, "S11": -0.42971814918894857, "W12": -8.2612055641421946, "S12": -9.8833515125081099, "W13": -25.413695601857004, "S13": -25.413695601857004, "W21": -40.6951856739921, "S21": -40.6951856739921, "W22": -81.050582980451296, "S22": -94.906157131255014, "W31": -94.906157131255014, "S31": -94.906157131255014, "W32": -94.906157131255014, "S32": -95.7650082774244 }, "geometry": { "type": "Point", "coordinates": [ 102656.0, 508992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.127694917398403, "S11": 2.127694917398403, "W12": -15.0, "S12": -15.0, "W13": -20.496518400106577, "S13": -20.496518400106577, "W21": -38.977500825913438, "S21": -42.301852335864872, "W22": -80.0, "S22": -93.90972113823004, "W31": -93.90972113823004, "S31": -93.90972113823004, "W32": -93.90972113823004, "S32": -95.660650389391705 }, "geometry": { "type": "Point", "coordinates": [ 102656.434426229505334, 513201.409836065548006 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9918754644595733, "S12": -14.388651410901424, "W13": -19.714255411971767, "S13": -26.221097132219906, "W21": -50.148458049153504, "S21": -70.292751774362159, "W22": -45.120467814336187, "S22": -55.037037024516671, "W31": -77.517409436261147, "S31": -77.517409436261147, "W32": -96.702963906698983, "S32": -101.70296390669898 }, "geometry": { "type": "Point", "coordinates": [ 102657.0, 503037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6401026392961877, "S11": 2.6401026392961877, "W12": -5.9336702965091463, "S12": -10.933670296509145, "W13": -19.82048321664249, "S13": -24.974372034111372, "W21": -35.457919561602871, "S21": -37.468841063309355, "W22": -77.883117503703346, "S22": -102.88311750370335, "W31": -102.88311750370335, "S31": -102.88311750370335, "W32": -102.88311750370335, "S32": -104.21623134328358 }, "geometry": { "type": "Point", "coordinates": [ 102657.0, 504130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.741175378066615, "S12": -13.852507431668386, "W13": -20.0, "S13": -20.0, "W21": -32.234339975928357, "S21": -32.234339975928357, "W22": -83.506467892569177, "S22": -95.42489908390327, "W31": -95.42489908390327, "S31": -95.42489908390327, "W32": -95.42489908390327, "S32": -97.084808561258995 }, "geometry": { "type": "Point", "coordinates": [ 102657.5, 506763.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5950093851637646, "S11": 3.5810927856857857, "W12": -7.0841440112399008, "S12": -7.0949527204156393, "W13": -20.524459770114941, "S13": -23.83645131171675, "W21": -50.0, "S21": -75.0, "W22": -40.0, "S22": -43.821590663496863, "W31": -64.524206455054681, "S31": -65.353510461534839, "W32": -90.337145026517618, "S32": -95.337145026517618 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 500817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5222793916765327, "S11": 2.06476735619216, "W12": -5.7219985325400762, "S12": -5.7219985325400762, "W13": -15.0, "S13": -17.74283467319119, "W21": -43.900326786228362, "S21": -60.623092991051884, "W22": -33.342207640666587, "S22": -43.686793989904778, "W31": -69.798774957959751, "S31": -70.113836708713379, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 502426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8885702476711241, "S12": -13.071858992771602, "W13": -19.962638259862558, "S13": -26.118627235261709, "W21": -37.298921123583476, "S21": -41.227492552154906, "W22": -34.130069712558807, "S22": -34.130069712558807, "W31": -80.033132354169894, "S31": -80.033132354169894, "W32": -92.081347884750045, "S32": -97.081347884750045 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 503942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5143645196676701, "S11": 1.5143645196676701, "W12": -7.1087109991316524, "S12": -7.1087109991316524, "W13": -20.0, "S13": -20.0, "W21": -34.135909975208257, "S21": -34.135909975208257, "W22": -36.330316120672506, "S22": -47.888083007657329, "W31": -80.24896597561947, "S31": -80.741098209452133, "W32": -95.005113921797559, "S32": -100.00511392179756 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 506253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3458083770966605, "S11": 1.3458083770966605, "W12": -9.2932938802962148, "S12": -9.2932938802962148, "W13": -23.343307820074894, "S13": -23.343307820074894, "W21": -35.19879226881833, "S21": -36.007862324966666, "W22": -63.545104670826291, "S22": -78.381867307157947, "W31": -91.957743355584697, "S31": -91.957743355584697, "W32": -91.957743355584697, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102658.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1109557357400011, "S11": 3.1109557357400011, "W12": -6.6014544333657046, "S12": -6.6014544333657046, "W13": -20.0, "S13": -21.059667597393943, "W21": -42.783159246410506, "S21": -68.585765018336531, "W22": -37.364600978899787, "S22": -37.364600978899787, "W31": -70.0, "S31": -70.742807233867765, "W32": -79.929752252790635, "S32": -84.929752252790635 }, "geometry": { "type": "Point", "coordinates": [ 102658.4, 500099.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1099224218622823, "S11": -1.1099224218622823, "W12": -10.277063799586886, "S12": -13.277063799586886, "W13": -29.229826706721315, "S13": -29.229826706721315, "W21": -39.273745955007278, "S21": -39.273745955007278, "W22": -40.358843537393454, "S22": -40.358843537393454, "W31": -71.261206017746801, "S31": -86.261206017746801, "W32": -95.27317331424608, "S32": -100.27317331424608 }, "geometry": { "type": "Point", "coordinates": [ 102658.75, 509741.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39308012258832242, "S11": 0.39308012258832242, "W12": -7.6952779620013292, "S12": -7.6952779620013292, "W13": -20.082466988733962, "S13": -20.082466988733962, "W21": -42.274009252657692, "S21": -42.274009252657692, "W22": -43.275191783568616, "S22": -43.275191783568616, "W31": -67.92916155301856, "S31": -72.633934640952461, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102658.941176470587379, 515554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1882614397518152, "S11": 3.1882614397518152, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.853888970265125, "W21": -40.313966884827195, "S21": -60.0, "W22": -40.121437114721211, "S22": -42.81362604025982, "W31": -68.762951409290807, "S31": -69.024485638169139, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102659.0, 500211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9210367553034526, "S11": 1.3797040899726265, "W12": -8.7240534492266839, "S12": -14.493773111343671, "W13": -20.11209193556007, "S13": -22.431821360588255, "W21": -49.054181871032142, "S21": -60.0, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.191528989703059, "W32": -82.790086754073258, "S32": -87.790086754073258 }, "geometry": { "type": "Point", "coordinates": [ 102659.0, 502877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5390527578878022, "S12": -19.46133316031176, "W13": -19.748859156952609, "S13": -24.211456555256319, "W21": -40.0, "S21": -44.96785789648208, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.280537057590323, "W32": -82.975124658473021, "S32": -87.975124658473021 }, "geometry": { "type": "Point", "coordinates": [ 102659.0, 503623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63195844186293626, "S11": 0.63195844186293626, "W12": -9.7244932082888855, "S12": -9.7244932082888855, "W13": -16.597181737917744, "S13": -17.521864108755477, "W21": -21.842602095767415, "S21": -21.842602095767415, "W22": -83.686466732409073, "S22": -95.419184159458524, "W31": -95.419184159458524, "S31": -95.419184159458524, "W32": -95.419184159458524, "S32": -97.116381965309216 }, "geometry": { "type": "Point", "coordinates": [ 102659.333333333328483, 497120.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.3309636913264455, "W13": -15.0, "S13": -15.306703517325893, "W21": -43.141726049089471, "S21": -50.531313184916471, "W22": -33.758668986768939, "S22": -33.758668986768939, "W31": -80.026644900206563, "S31": -80.026644900206563, "W32": -91.92592782360677, "S32": -96.92592782360677 }, "geometry": { "type": "Point", "coordinates": [ 102660.0, 498814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7741716539177999, "S11": 2.7741716539177999, "W12": -6.029705085355614, "S12": -11.029705085355612, "W13": -20.0, "S13": -25.0, "W21": -34.288039502615987, "S21": -38.080482291333389, "W22": -43.811221504811179, "S22": -43.811221504811179, "W31": -75.266581476822054, "S31": -75.266581476822054, "W32": -96.191786408520969, "S32": -101.19178640852097 }, "geometry": { "type": "Point", "coordinates": [ 102660.0, 504240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4418890950613758, "S11": 0.4418890950613758, "W12": -5.7339927464556544, "S12": -6.0335793738519001, "W13": -15.103996224040278, "S13": -15.199018340692762, "W21": -52.261944537253598, "S21": -57.299879465516426, "W22": -45.719637684581521, "S22": -45.724619146810483, "W31": -82.256209249176578, "S31": -82.256209249176578, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 499182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1721066065007402, "S11": 3.1721066065007402, "W12": -5.1477267068963473, "S12": -5.1477267068963473, "W13": -20.0, "S13": -20.90918412186905, "W21": -40.637596382928223, "S21": -70.637596382928223, "W22": -40.0, "S22": -44.500756429652043, "W31": -64.795445452120561, "S31": -65.572191666837995, "W32": -90.35838640188615, "S32": -95.35838640188615 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 500195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.335846294860044, "S11": 3.335846294860044, "W12": -5.0, "S12": -5.0, "W13": -20.512944204583192, "S13": -21.012944204583192, "W21": -40.0, "S21": -62.255664943350567, "W22": -39.300281575717406, "S22": -44.185198530442975, "W31": -70.0, "S31": -70.700478097945478, "W32": -90.563551478879759, "S32": -95.563551478879759 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 500427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6863218286130586, "S11": 2.0527265995331838, "W12": -6.1211934057924742, "S12": -6.1211934057924742, "W13": -15.0, "S13": -17.943070604683676, "W21": -44.081743981547241, "S21": -61.101335554563441, "W22": -42.435298417812703, "S22": -50.438866286011454, "W31": -69.272960182657087, "S31": -69.772960182657087, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 502481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6914365485816472, "S12": -19.515905572527053, "W13": -19.736110163519417, "S13": -24.446418924477843, "W21": -40.603879113424611, "S21": -45.28645229040589, "W22": -75.793452194765734, "S22": -88.835346371791061, "W31": -90.982595494884734, "S31": -90.982595494884734, "W32": -102.22297767180777, "S32": -107.22297767180777 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 503605.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.447476499041664, "W12": -5.555864640630694, "S12": -10.686495961501057, "W13": -19.795055572336199, "S13": -25.110975225753833, "W21": -36.138664293022998, "S21": -39.313676728771632, "W22": -70.255537968414657, "S22": -101.76375152077713, "W31": -101.76375152077713, "S31": -101.76375152077713, "W32": -101.76375152077713, "S32": -105.54600138546816 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 504069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21285205568145027, "S11": -0.21285205568145027, "W12": -7.5344388703084357, "S12": -9.0720517088239827, "W13": -20.0, "S13": -20.349319237546052, "W21": -39.00049710447761, "S21": -39.079635134161322, "W22": -54.594312135799342, "S22": -60.175789323842729, "W31": -93.300690985776455, "S31": -93.300690985776455, "W32": -96.146959998037914, "S32": -101.14695999803791 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7890792456317364, "S12": -16.754260304127556, "W13": -20.095034323909307, "S13": -20.095034323909307, "W21": -35.325509193417155, "S21": -35.325509193417155, "W22": -85.942478709587874, "S22": -95.368474240277692, "W31": -95.368474240277692, "S31": -95.368474240277692, "W32": -95.368474240277692, "S32": -97.844004344575623 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 506330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -40.0, "S21": -41.291919322894564, "W22": -85.115234651465045, "S22": -95.34995990157914, "W31": -95.34995990157914, "S31": -95.34995990157914, "W32": -95.34995990157914, "S32": -97.578604375608307 }, "geometry": { "type": "Point", "coordinates": [ 102661.0, 508395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1715837740017134, "S11": 3.1715837740017134, "W12": -5.1522282421846146, "S12": -5.1522282421846146, "W13": -20.0, "S13": -20.909690688931271, "W21": -40.638843903421673, "S21": -70.638843903421673, "W22": -40.349556947191957, "S22": -41.642660395467821, "W31": -69.933602079508219, "S31": -69.999381604685894, "W32": -90.017154245987882, "S32": -95.017154245987882 }, "geometry": { "type": "Point", "coordinates": [ 102661.166666666671517, 500194.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74071584565954485, "S11": 0.74071584565954485, "W12": -7.2443682198198998, "S12": -7.2443682198198998, "W13": -16.64478260869565, "S13": -17.417994138427833, "W21": -32.559446953204294, "S21": -32.559446953204294, "W22": -40.924067646766332, "S22": -50.904725286998442, "W31": -68.989027816358316, "S31": -68.989027816358316, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 497741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6587269925601009, "S11": 2.1587269925601009, "W12": -8.4300949993590759, "S12": -8.4300949993590759, "W13": -19.55289701777582, "S13": -20.335850750411442, "W21": -46.038940580958183, "S21": -53.234062532177695, "W22": -36.845853744250697, "S22": -47.14608787178134, "W31": -80.22423090242151, "S31": -80.72423090242151, "W32": -95.002137557798918, "S32": -100.00213755779892 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 499848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3529437854564215, "S11": 3.3529437854564215, "W12": -5.0, "S12": -5.0, "W13": -20.601020179372199, "S13": -21.203873377715503, "W21": -50.0, "S21": -66.280387196128032, "W22": -70.693414208465626, "S22": -70.693414208465626, "W31": -95.193452811261892, "S31": -95.193452811261892, "W32": -96.038038782694287, "S32": -101.03803878269429 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.261702346292179, "S11": 1.261702346292179, "W12": -15.0, "S12": -22.583240223463687, "W13": -22.583240223463687, "S13": -22.583240223463687, "W21": -34.350506870239585, "S21": -34.350506870239585, "W22": -70.0, "S22": -107.79197165915819, "W31": -107.79197165915819, "S31": -107.79197165915819, "W32": -107.79197165915819, "S32": -107.79197165915819 }, "geometry": { "type": "Point", "coordinates": [ 102662.0, 506020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7865893724820836, "S12": -12.055340470321793, "W13": -20.0, "S13": -20.0, "W21": -34.696768503357973, "S21": -34.696768503357973, "W22": -71.983072917521426, "S22": -86.502645871258082, "W31": -98.142519463560234, "S31": -98.142519463560234, "W32": -99.847513158387741, "S32": -104.84751315838774 }, "geometry": { "type": "Point", "coordinates": [ 102662.2, 506920.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1805974876285656, "S11": 3.1805974876285656, "W12": -7.4062284081615433, "S12": -7.4062284081615433, "W13": -19.961187371790182, "S13": -20.99358845600505, "W21": -43.514552360554291, "S21": -67.426414762155602, "W22": -45.839975255592996, "S22": -45.845085059766483, "W31": -82.438716223028834, "S31": -82.438716223028834, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102662.8, 500050.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35656435662725217, "S11": 0.28547899766738805, "W12": -5.5551269035532993, "S12": -6.1670888732737481, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -49.227236737925573, "S21": -54.688522057797115, "W22": -40.630033016588825, "S22": -40.630033016588825, "W31": -68.145268909649005, "S31": -72.184532950605615, "W32": -96.3490343588592, "S32": -101.3490343588592 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 499110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1750076852569977, "S11": 3.1750076852569977, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.869562033103854, "W21": -40.365954466103304, "S21": -70.169356727486615, "W22": -80.781367828760366, "S22": -94.628439758655404, "W31": -94.628439758655404, "S31": -94.628439758655404, "W32": -94.628439758655404, "S32": -95.633090402020613 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 500206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.9187339955309812, "S12": -6.9106294097201157, "W13": -24.494479700947579, "S13": -24.518165137725276, "W21": -33.916542665061542, "S21": -33.916542665061542, "W22": -44.509996502546464, "S22": -46.264842409672291, "W31": -75.731493496845005, "S31": -75.731493496845005, "W32": -96.291188613139141, "S32": -101.29118861313914 }, "geometry": { "type": "Point", "coordinates": [ 102663.0, 510732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0233502538071066, "S12": -6.0233502538071066, "W13": -15.000000000000002, "S13": -15.160649753604675, "W21": -44.53101082079705, "S21": -51.422186340054033, "W22": -33.300475449076217, "S22": -43.254960389280804, "W31": -69.754519602875632, "S31": -70.081309323156987, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 498882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2318368971792539, "S11": 2.7850197626114581, "W12": -7.7026824838117136, "S12": -7.8942203931574442, "W13": -18.782588323493581, "S13": -23.782588323493581, "W21": -60.0, "S21": -74.68445537802026, "W22": -34.527092022461403, "S22": -48.987985064059494, "W31": -79.000157952929214, "S31": -79.262237253961715, "W32": -95.009042878630751, "S32": -100.00904287863075 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 501401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8837478141989585, "S12": -12.976285558907476, "W13": -19.968548389268673, "S13": -25.995518843089734, "W21": -37.24026993825089, "S21": -41.604245093530395, "W22": -41.608086550202472, "S22": -44.019946902498553, "W31": -69.222135908969236, "S31": -69.938108500773382, "W32": -82.493332622146369, "S32": -87.493332622146369 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7710421564017458, "S11": 1.7710421564017458, "W12": -7.1652106647203659, "S12": -12.165210664720366, "W13": -20.0, "S13": -20.0, "W21": -34.075202232541407, "S21": -34.075202232541407, "W22": -39.764398224520747, "S22": -39.764398224520747, "W31": -60.0, "S31": -60.814546607482733, "W32": -90.15341873032709, "S32": -95.15341873032709 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 506270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.87827035784351, "S12": -14.73146479392468, "W13": -20.0, "S13": -20.0, "W21": -32.833513190988398, "S21": -32.833513190988398, "W22": -47.527651846975601, "S22": -47.534331312283207, "W31": -85.206372473103187, "S31": -85.206372473103187, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99635121837154239, "S11": 0.99635121837154239, "W12": -5.0, "S12": -12.336769759450171, "W13": -22.961964498138396, "S13": -22.961964498138396, "W21": -40.0, "S21": -41.407923501692544, "W22": -71.996986832210894, "S22": -92.232013147078348, "W31": -96.498532821988292, "S31": -96.498532821988292, "W32": -97.21119932757648, "S32": -102.21119932757648 }, "geometry": { "type": "Point", "coordinates": [ 102664.0, 508721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1965400764841929, "S11": 2.1965400764841929, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.5013418493869, "S13": -20.5013418493869, "W21": -39.090298052378579, "S21": -42.168725603624438, "W22": -35.636974019194092, "S22": -35.636974019194092, "W31": -80.075453061504177, "S31": -80.078722227150593, "W32": -92.845809636043796, "S32": -97.845809636043796 }, "geometry": { "type": "Point", "coordinates": [ 102664.196721311469446, 513250.770491803297773 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47355131110391713, "S11": -0.47355131110391713, "W12": -8.0001761379438214, "S12": -10.545311544162477, "W13": -20.0, "S13": -20.153531955790484, "W21": -40.155752071383048, "S21": -40.155752071383048, "W22": -35.332279199069184, "S22": -39.789227071873015, "W31": -80.166767285963616, "S31": -80.480040039718148, "W32": -94.576172994212968, "S32": -99.576172994212968 }, "geometry": { "type": "Point", "coordinates": [ 102664.5, 505734.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.010877897426539, "W21": -38.684666882166795, "S21": -48.001877161029171, "W22": -39.999999999999993, "S22": -40.747030155345712, "W31": -68.258789262078025, "S31": -71.839522262856448, "W32": -94.025074058400335, "S32": -99.025074058400335 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 498497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9872635250407553, "S11": 2.9872635250407553, "W12": -8.2894461553502463, "S12": -8.2980846530028742, "W13": -19.83743539903956, "S13": -20.717366129755217, "W21": -44.674280396366136, "S21": -47.480200663733051, "W22": -39.556577054460895, "S22": -41.868373620076468, "W31": -69.730577954972304, "S31": -70.332391028184418, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 499930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46725089626695165, "S11": -1.5327491037330483, "W12": -12.844379868925436, "S12": -17.464656623051926, "W13": -24.27633194205745, "S13": -24.27633194205745, "W21": -34.138002752050255, "S21": -35.381557799527009, "W22": -38.00079990261095, "S22": -40.502210741272073, "W31": -69.880668940380446, "S31": -69.880668940380446, "W32": -79.384318955722478, "S32": -84.384318955722478 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 505040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4362019989479209, "S11": 2.4362019989479209, "W12": -7.8163680998806289, "S12": -17.816368099880627, "W13": -20.0, "S13": -20.0, "W21": -35.130272674570129, "S21": -35.130272674570129, "W22": -49.871173534687379, "S22": -54.5106874006308, "W31": -93.473751356024195, "S31": -93.473751356024195, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 506339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7346019390288787, "S11": 2.7346019390288787, "W12": -10.0, "S12": -18.32276619386888, "W13": -20.248561369674839, "S13": -20.248561369674839, "W21": -40.0, "S21": -40.724581084919059, "W22": -69.657179818887457, "S22": -108.79780481888746, "W31": -108.79780481888746, "S31": -108.79780481888746, "W32": -108.79780481888746, "S32": -108.79780481888746 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 508132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21050681886782097, "S11": 0.21050681886782097, "W12": -6.3193268599467851, "S12": -9.8822279194901377, "W13": -25.0, "S13": -25.0, "W21": -40.537618156699949, "S21": -40.724213653236944, "W22": -39.727698887540605, "S22": -39.727698887540605, "W31": -60.0, "S31": -61.0, "W32": -90.201744617681726, "S32": -95.201744617681726 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 508911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64438732119454389, "S11": -0.64438732119454389, "W12": -9.9584656330029375, "S12": -13.130527552935355, "W13": -29.999999999999996, "S13": -30.058503466872107, "W21": -38.198321112976124, "S21": -38.198321112976124, "W22": -40.808646198655936, "S22": -42.967308748035251, "W31": -69.598593876234048, "S31": -70.731785079106572, "W32": -80.637401322807776, "S32": -85.637401322807776 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 510410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0547118187045226, "S11": 1.0547118187045226, "W12": -9.1578066004202263, "S12": -10.569399579914441, "W13": -20.0, "S13": -20.304188909729238, "W21": -32.63499202147127, "S21": -32.63499202147127, "W22": -33.869362277623971, "S22": -43.431440192453493, "W31": -69.319971018536748, "S31": -69.647921851616914, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102665.0, 511339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2988006312467091, "S11": 2.2988006312467091, "W12": -8.1135426957663075, "S12": -17.985740792707379, "W13": -20.0, "S13": -20.000872118124516, "W21": -34.757607128422727, "S21": -34.757607128422727, "W22": -70.0, "S22": -107.52393018018017, "W31": -107.52393018018017, "S31": -107.52393018018017, "W32": -107.52393018018017, "S32": -107.52393018018017 }, "geometry": { "type": "Point", "coordinates": [ 102666.0, 506369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6897175212594018, "S12": -9.6897175212594018, "W13": -22.742378070389051, "S13": -22.742378070389051, "W21": -35.161170212675067, "S21": -35.163410808294216, "W22": -70.0, "S22": -88.48727480697741, "W31": -96.283138367386144, "S31": -96.283138367386144, "W32": -96.916065964766887, "S32": -101.91606596476689 }, "geometry": { "type": "Point", "coordinates": [ 102666.0, 507282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77674914536871231, "S11": -0.77674914536871231, "W12": -10.0, "S12": -13.0, "W13": -29.853708167488431, "S13": -29.853708167488431, "W21": -38.986091515477256, "S21": -38.986091515477256, "W22": -36.15319012086195, "S22": -49.295080344343596, "W31": -74.491210558420676, "S31": -74.960546073233672, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102666.0, 509878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82366615533623377, "S11": 0.82366615533623377, "W12": -7.6607402199029888, "S12": -7.6607402199029888, "W13": -20.13971469263074, "S13": -20.13971469263074, "W21": -43.134767338618538, "S21": -43.134767338618538, "W22": -36.92303589355695, "S22": -39.592921972595242, "W31": -69.716663626821259, "S31": -69.716663626821259, "W32": -78.872084526975826, "S32": -83.872084526975826 }, "geometry": { "type": "Point", "coordinates": [ 102666.6, 515307.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0, "S12": -21.1, "W13": -21.110001, "S13": -21.110001, "W21": -40.136853448275865, "S21": -40.136853448275865, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.097657877963641, "W32": -82.778205642833385, "S32": -87.778205642833385 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4833870417410111, "S11": 3.4833870417410111, "W12": -8.2110023829563126, "S12": -8.2110023829563126, "W13": -19.876809572997772, "S13": -20.842768049073534, "W21": -43.90496525115271, "S21": -60.666674489636932, "W22": -45.375686188162348, "S22": -45.382682930644513, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102667.2, 500002.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51393448472737635, "S11": 0.013934484727376351, "W12": -5.783543521266072, "S12": -6.0101130453708373, "W13": -15.262995594713656, "S13": -15.425340240426392, "W21": -53.37621115937187, "S21": -58.182757609479303, "W22": -39.912424157829612, "S22": -39.912424157829612, "W31": -69.586706884690685, "S31": -70.746063697554433, "W32": -91.042108256216721, "S32": -96.042108256216721 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7048069992294885, "S11": 1.2695563024240724, "W12": -9.097618806363359, "S12": -9.097618806363359, "W13": -18.21589605734767, "S13": -20.443561286889135, "W21": -50.218137605492778, "S21": -65.538423818704587, "W22": -39.855838755440281, "S22": -39.855838755440281, "W31": -68.717256707413867, "S31": -69.937992292702162, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5698765776422166, "S11": 3.5522173404502011, "W12": -7.1810958904109592, "S12": -7.1810958904109592, "W13": -20.475517752234992, "S13": -23.732089164023883, "W21": -50.226592948427445, "S21": -75.226592948427452, "W22": -39.977491202778168, "S22": -49.367664821393547, "W31": -67.260269405174711, "S31": -68.225423460928226, "W32": -90.476118776618918, "S32": -95.476118776618918 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9075630252100839, "W12": -9.6761658031088089, "S12": -10.076457226922297, "W13": -14.89422466614297, "S13": -16.861451241440555, "W21": -42.977751381972681, "S21": -57.030930873930998, "W22": -37.232666700987728, "S22": -37.641676122355491, "W31": -70.0, "S31": -71.0, "W32": -79.75949184349237, "S32": -84.75949184349237 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 501768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2378489702517161, "S11": -1.3367557728312878, "W12": -8.7934334268272565, "S12": -13.320480332317238, "W13": -20.458827104223641, "S13": -20.458827104223641, "W21": -34.924603987571338, "S21": -37.069584828858758, "W22": -68.840017248814149, "S22": -109.09856195550302, "W31": -109.09856195550302, "S31": -109.09856195550302, "W32": -109.09856195550302, "S32": -109.09856195550302 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 504732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5957206601795608, "S11": 4.5957206601795608, "W12": -4.0820929360147451, "S12": -6.8574786241521108, "W13": -25.0, "S13": -25.046315984282412, "W21": -34.071616753794316, "S21": -34.071616753794316, "W22": -86.254374572456797, "S22": -95.282146274763591, "W31": -95.282146274763591, "S31": -95.282146274763591, "W32": -95.282146274763591, "S32": -97.871886740110682 }, "geometry": { "type": "Point", "coordinates": [ 102668.0, 510714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37897065585651984, "S11": 0.37897065585651984, "W12": -7.6785048755353156, "S12": -7.6785048755353156, "W13": -20.090142107233582, "S13": -20.090142107233582, "W21": -42.223609256129066, "S21": -42.223609256129066, "W22": -80.070247694181802, "S22": -93.929955202804322, "W31": -93.929955202804322, "S31": -93.929955202804322, "W32": -93.929955202804322, "S32": -95.499500105240998 }, "geometry": { "type": "Point", "coordinates": [ 102668.294117647063104, 515603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1872138005593809, "S11": 3.1872138005593809, "W12": -5.0, "S12": -5.0, "W13": -20.011001328462363, "S13": -20.75263992032793, "W21": -40.0, "S21": -68.86200808121896, "W22": -39.71623413899043, "S22": -39.71623413899043, "W31": -61.460679781749015, "S31": -62.305399879441666, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102668.333333333328483, 500241.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.5159016675262151, "W13": -20.664926076410882, "S13": -20.664926076410882, "W21": -40.0, "S21": -41.308864850894231, "W22": -40.370111948370386, "S22": -40.370111948370386, "W31": -69.968658324243393, "S31": -70.022215688380967, "W32": -90.018405076424472, "S32": -95.018405076424472 }, "geometry": { "type": "Point", "coordinates": [ 102669.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1698364061284257, "S11": 2.1698364061284257, "W12": -4.3483917502947556, "S12": -6.8559472210205854, "W13": -20.598456095207446, "S13": -20.887431857521953, "W21": -32.299104323718218, "S21": -32.299104323718218, "W22": -40.964663643235077, "S22": -42.44255506956155, "W31": -69.927091604500376, "S31": -69.927091604500376, "W32": -98.375342315001745, "S32": -103.37534231500175 }, "geometry": { "type": "Point", "coordinates": [ 102669.2, 511036.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4912166172106818, "W12": -9.6787564766839385, "S12": -10.513864125072185, "W13": -14.872361351139041, "S13": -16.828327415352213, "W21": -42.318059299191376, "S21": -56.332024074410413, "W22": -65.301075225637717, "S22": -86.243149966233887, "W31": -99.559869311799446, "S31": -99.559869311799446, "W32": -102.24362428160933, "S32": -107.24362428160933 }, "geometry": { "type": "Point", "coordinates": [ 102670.0, 501783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45129303126719461, "S11": -0.54870696873280544, "W12": -14.027366486265702, "S12": -18.589454196214728, "W13": -25.0, "S13": -25.0, "W21": -34.248810713632921, "S21": -38.04688763670984, "W22": -69.748913503515027, "S22": -98.724530299020898, "W31": -99.457913334552515, "S31": -99.457913334552515, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102670.0, 505138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024077980650323738, "S11": -0.024077980650323738, "W12": -8.0037470520591736, "S12": -10.097453306079075, "W13": -20.0, "S13": -21.294756951270589, "W21": -32.039461525777021, "S21": -32.039461525777021, "W22": -80.972156157549747, "S22": -94.796739737172473, "W31": -94.796739737172473, "S31": -94.796739737172473, "W32": -94.796739737172473, "S32": -95.546963492201812 }, "geometry": { "type": "Point", "coordinates": [ 102670.0, 505559.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3383996196596608, "S11": 0.33839961965966037, "W12": -8.5086765678623859, "S12": -13.962386300383761, "W13": -20.152489276591645, "S13": -22.757517605203542, "W21": -46.871412545671113, "S21": -65.385145092509575, "W22": -41.28598183655226, "S22": -43.425204128535967, "W31": -69.540128201685519, "S31": -70.877762851595747, "W32": -80.891295071474289, "S32": -85.891295071474289 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 502802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47709263589210998, "S11": -1.4619569508847496, "W12": -13.02599851613701, "S12": -17.559977366725267, "W13": -24.451527480621515, "S13": -24.451527480621515, "W21": -34.162439815273274, "S21": -35.868631635724427, "W22": -37.741929458390231, "S22": -37.741929458390231, "W31": -70.0, "S31": -70.195752789243528, "W32": -80.748746650032345, "S32": -85.748746650032345 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 505054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3202442199006723, "S11": 1.3202442199006723, "W12": -12.659581534373963, "S12": -22.659581534373963, "W13": -22.659581534373963, "S13": -22.659581534373963, "W21": -34.045041725507687, "S21": -34.045041725507687, "W22": -71.711958985816779, "S22": -71.711958985816779, "W31": -99.020622689959367, "S31": -99.020622689959367, "W32": -99.182611240480966, "S32": -104.18261124048097 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 505996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4120374493269465, "S11": 1.4120374493269465, "W12": -10.829959206620643, "S12": -15.089212821512145, "W13": -20.32850182704021, "S13": -21.744484972120372, "W21": -33.805845568135595, "S21": -33.805845568135595, "W22": -40.252222256210914, "S22": -40.252222256210914, "W31": -70.715804254028043, "S31": -78.131292543908728, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 506540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.839916271505206, "S12": -11.185168253099116, "W13": -20.000000000000004, "S13": -20.974184161159201, "W21": -32.484721920936792, "S21": -32.484721920936792, "W22": -44.3, "S22": -53.526305609284329, "W31": -69.256825023656461, "S31": -69.530828190491064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29101098059850961, "S11": 0.29101098059850961, "W12": -14.933281425508159, "S12": -19.492367502826649, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.337763201911635, "S21": -34.860961817282238, "W22": -33.11383809196407, "S22": -43.015184199857515, "W31": -69.867233934747645, "S31": -70.209045095451501, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102671.1, 505221.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74704086285859084, "S11": 0.74704086285859084, "W12": -10.176842260831865, "S12": -10.675236032888005, "W13": -20.0, "S13": -20.583399001839034, "W21": -33.531414584406214, "S21": -33.531414584406214, "W22": -36.323789309737236, "S22": -38.466903553927182, "W31": -70.491288012767086, "S31": -70.749444311219364, "W32": -78.276049425894797, "S32": -83.276049425894797 }, "geometry": { "type": "Point", "coordinates": [ 102671.333333333328483, 511441.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1132122682638177, "S11": 3.1132122682638177, "W12": -8.3177605996721233, "S12": -8.3177605996721233, "W13": -19.830203978961777, "S13": -20.729719846898345, "W21": -44.295378141751385, "S21": -51.234838633510556, "W22": -46.135170814885768, "S22": -46.140620290282577, "W31": -82.913809907911542, "S31": -82.913809907911542, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102671.6, 499953.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2653852355698429, "S11": 2.2653852355698429, "W12": -15.0, "S12": -15.0, "W13": -20.506165298667252, "S13": -20.506165298667252, "W21": -39.203095278843335, "S21": -42.03559887138384, "W22": -46.398316510589694, "S22": -46.40400880369274, "W31": -83.27118482669016, "S31": -83.27118482669016, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102671.95901639344811, 513300.131147540989332 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2538657681449776, "S11": 1.4696034311467669, "W12": -7.5022759034408741, "S12": -9.2941732216683395, "W13": -20.0, "S13": -23.0, "W21": -44.722979486831129, "S21": -63.308251785993086, "W22": -46.661462206293244, "S22": -46.667397317102527, "W31": -83.628559745468223, "S31": -83.628559745468223, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102672.0, 502671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14642279054710261, "S11": -0.14642279054710261, "W12": -7.1792084726867333, "S12": -7.3892538345958778, "W13": -20.0, "S13": -20.519942335415664, "W21": -40.0, "S21": -40.590157379897107, "W22": -46.924607901997177, "S22": -46.930785830512697, "W31": -84.032644710121687, "S31": -84.032644710121687, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102672.0, 505702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27226017455924756, "S11": 0.27226017455924756, "W12": -5.6432233502538072, "S12": -6.1093448817992924, "W13": -15.0, "S13": -15.0, "W21": -49.927817366059642, "S21": -55.006414910130061, "W22": -73.028592071237881, "S22": -86.735134638990417, "W31": -97.996747994925798, "S31": -97.996747994925798, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102672.5, 499145.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2967240845796804, "S11": 2.7967240845796804, "W12": -6.4194078236438301, "S12": -6.4194078236438301, "W13": -20.798329596412557, "S13": -24.287174076801445, "W21": -50.0, "S21": -53.537528514994712, "W22": -40.254343584221751, "S22": -42.797499048831646, "W31": -69.798078351931039, "S31": -70.693960632133837, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102673.0, 500619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9474567940740677, "S12": -11.812992832838454, "W13": -21.063867328066671, "S13": -21.063867328066671, "W21": -35.051649923639559, "S21": -35.379648436435197, "W22": -40.901360544217702, "S22": -42.447428025145157, "W31": -69.919926740579783, "S31": -69.919926740579783, "W32": -98.374855561057984, "S32": -103.37485556105798 }, "geometry": { "type": "Point", "coordinates": [ 102673.0, 506980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61526782477762443, "S11": -0.61526782477762443, "W12": -9.9393293801456526, "S12": -13.095533698965157, "W13": -30.0, "S13": -30.0, "W21": -38.216314865432878, "S21": -38.216314865432878, "W22": -41.984569866816841, "S22": -44.108879712112788, "W31": -69.482098838141098, "S31": -71.015343518992168, "W32": -81.159056966076378, "S32": -86.159056966076378 }, "geometry": { "type": "Point", "coordinates": [ 102673.0, 510393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23030699026339083, "S11": 0.23030699026339083, "W12": -15.0, "S12": -19.531904155343128, "W13": -25.0, "S13": -25.0, "W21": -34.247093324898565, "S21": -34.619667946099185, "W22": -66.011644832605526, "S22": -77.933114734264407, "W31": -92.70066982552207, "S31": -92.70066982552207, "W32": -100.1280065818129, "S32": -105.1280065818129 }, "geometry": { "type": "Point", "coordinates": [ 102673.25, 505249.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8541835690184629, "S11": 2.8541835690184629, "W12": -8.3860650795978557, "S12": -9.2277537339512961, "W13": -19.802986508117996, "S13": -20.656262681742962, "W21": -44.678540673373796, "S21": -44.678540673373796, "W22": -90.0, "S22": -95.589274860449223, "W31": -95.589274860449223, "S31": -95.589274860449223, "W32": -95.589274860449223, "S32": -99.159120310478656 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 499919.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5365636437868075, "S11": 3.4789789518754128, "W12": -7.2533466807165432, "S12": -7.4746768831662482, "W13": -20.433175989782885, "S13": -23.873100804021188, "W21": -51.023293755098344, "S21": -76.023293755098337, "W22": -40.112334282177969, "S22": -40.112334282177969, "W31": -70.439065597207247, "S31": -76.531036937772399, "W32": -93.867548984128618, "S32": -98.867548984128618 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 500845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4052408360225157, "S11": 3.0762713510750577, "W12": -7.3547537759044603, "S12": -8.8776959603304295, "W13": -20.194646505925622, "S13": -25.194646505925622, "W21": -54.791518742501772, "S21": -79.744954985973607, "W22": -40.0, "S22": -46.643613572509189, "W31": -65.562316617764736, "S31": -66.303461031933679, "W32": -90.431515456610612, "S32": -95.431515456610612 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 500966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0877879974501417, "S11": 1.7769463243682839, "W12": -7.0979058566181505, "S12": -7.0979058566181505, "W13": -17.861091191585992, "S13": -20.861091191585992, "W21": -44.649498877288316, "S21": -62.599279873313328, "W22": -37.076374515691427, "S22": -46.414851939367267, "W31": -69.21654936014626, "S31": -69.218138266689664, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 502613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1040590674328945, "S11": -0.1040590674328945, "W12": -8.1087843764008802, "S12": -10.606135971119203, "W13": -20.0, "S13": -21.259793320967923, "W21": -32.234418475577918, "S21": -32.234418475577918, "W22": -45.415556624212464, "S22": -45.415556624212464, "W31": -70.0, "S31": -70.0, "W32": -83.181286277390996, "S32": -88.181286277390996 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 505539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3637769594950004, "S11": 2.3637769594950004, "W12": -7.7186409707897949, "S12": -17.049237006195195, "W13": -20.0, "S13": -20.0, "W21": -35.068149341436673, "S21": -35.068149341436673, "W22": -40.0, "S22": -42.149412628487518, "W31": -62.819418511603089, "S31": -63.57398265890199, "W32": -90.333163861611737, "S32": -95.333163861611737 }, "geometry": { "type": "Point", "coordinates": [ 102674.0, 506343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69532726649435428, "S11": -0.69532726649435428, "W12": -7.7180780962365798, "S12": -7.7180780962365798, "W13": -20.0, "S13": -20.0, "W21": -42.433502779491363, "S21": -42.433502779491363, "W22": -34.278525298076474, "S22": -47.860383119506288, "W31": -80.305915202208311, "S31": -80.513867281001751, "W32": -95.012112102494228, "S32": -100.01211210249423 }, "geometry": { "type": "Point", "coordinates": [ 102674.1797752808925, 516324.269662921375129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1915476963011038, "S12": -10.26583305236931, "W13": -19.859536637931033, "S13": -19.859536637931033, "W21": -40.138702995538559, "S21": -40.138702995538559, "W22": -47.951959722670992, "S22": -49.9761456449096, "W31": -68.976210213303688, "S31": -73.388597541009915, "W32": -100.12797261512603, "S32": -105.12797261512603 }, "geometry": { "type": "Point", "coordinates": [ 102674.25, 505753.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72661298554011888, "S11": 0.72661298554011888, "W12": -7.8005190000252247, "S12": -7.8005190000252247, "W13": -16.592976750295538, "S13": -17.20182989925091, "W21": -31.463331643077325, "S21": -31.463331643077325, "W22": -40.259970939295002, "S22": -43.117645162047452, "W31": -68.734271984990855, "S31": -68.734271984990855, "W32": -85.046916890080425, "S32": -90.046916890080425 }, "geometry": { "type": "Point", "coordinates": [ 102674.6, 497594.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8197880729423361, "S11": 2.8111803690473502, "W12": -8.4021867005588966, "S12": -9.4021867005588948, "W13": -19.797577178138578, "S13": -20.644459119184393, "W21": -44.746382138581417, "S21": -45.356138236142392, "W22": -41.595896260667153, "S22": -44.074248084930439, "W31": -69.2096226160848, "S31": -70.345643549205349, "W32": -82.472797098356963, "S32": -87.472797098356963 }, "geometry": { "type": "Point", "coordinates": [ 102675.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9069697644103858, "S12": -14.102826169561883, "W13": -19.957305071660375, "S13": -25.959257949580163, "W21": -37.411428697979382, "S21": -42.411428697979382, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.003786766224181, "W32": -82.766324531593568, "S32": -87.766324531593568 }, "geometry": { "type": "Point", "coordinates": [ 102675.0, 503943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17333915456568022, "S11": 0.17333915456568022, "W12": -15.0, "S12": -19.51041713171303, "W13": -24.767095381434522, "S13": -24.99776701854999, "W21": -34.140856201500903, "S21": -34.365858478851891, "W22": -36.133083692234372, "S22": -49.569063961086236, "W31": -74.364221150113679, "S31": -74.864221150113679, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102675.0, 505277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0278788865375224, "S11": -1.0278788865375224, "W12": -10.185568921137651, "S12": -13.185568921137651, "W13": -29.35920543854926, "S13": -29.35920543854926, "W21": -39.179546724063059, "S21": -39.179546724063059, "W22": -60.0, "S22": -83.257160455805362, "W31": -99.55300219415642, "S31": -99.55300219415642, "W32": -102.79996877648423, "S32": -107.79996877648423 }, "geometry": { "type": "Point", "coordinates": [ 102675.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.202843827116971, "S11": 3.202843827116971, "W12": -5.0, "S12": -5.0, "W13": -20.122338923945531, "S13": -20.612420048158672, "W21": -40.0, "S21": -67.629876744422944, "W22": -73.118675575665108, "S22": -87.155469907125621, "W31": -90.95371938463289, "S31": -90.95371938463289, "W32": -90.95371938463289, "S32": -95.148258261418647 }, "geometry": { "type": "Point", "coordinates": [ 102675.5, 500288.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5842892781873394, "S11": 2.2701762117847109, "W12": -5.2221497715078842, "S12": -5.2221497715078842, "W13": -15.0, "S13": -17.728059827566, "W21": -44.145711382176522, "S21": -60.256354764820784, "W22": -72.97767489170657, "S22": -87.022253801969129, "W31": -90.943259282451223, "S31": -90.943259282451223, "W32": -90.943259282451223, "S32": -95.144509050726157 }, "geometry": { "type": "Point", "coordinates": [ 102675.833333333328483, 502347.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7430374947871252, "S11": 2.6841823194051582, "W12": -8.4299424809763579, "S12": -8.4299424809763561, "W13": -19.788751429224789, "S13": -20.621824689022251, "W21": -44.923862132700428, "S21": -46.875081644895552, "W22": -45.574225229362092, "S22": -53.221362026817019, "W31": -77.266594684549929, "S31": -77.266594684549929, "W32": -96.633834982067626, "S32": -101.63383498206763 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 499905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.2492581602373887, "W12": -9.5880829015544045, "S12": -10.71062958883881, "W13": -14.850066928515318, "S13": -16.72629208413397, "W21": -42.179176755447941, "S21": -56.149210397947407, "W22": -37.232979417280539, "S22": -39.963697344825725, "W31": -69.482361380668991, "S31": -69.628153476771644, "W32": -79.133560462423958, "S32": -84.133560462423958 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 501790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7135405597283211, "S11": 2.5468309819734292, "W12": -9.5065022120927747, "S12": -11.833402414305215, "W13": -15.319130971258014, "S13": -17.32472674334133, "W21": -40.0, "S21": -53.8827419112515, "W22": -39.810717840088756, "S22": -39.810717840088756, "W31": -59.999999999999993, "S31": -60.660887378834822, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 501835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45721584861967612, "S11": 0.30483603090361189, "W12": -12.071689130703598, "S12": -16.520133177555053, "W13": -23.493300831258111, "S13": -23.493300831258111, "W21": -34.202863874288688, "S21": -34.543099159491483, "W22": -70.499126971021639, "S22": -89.106964880912329, "W31": -92.508934365435081, "S31": -92.508934365435081, "W32": -98.31999625177896, "S32": -103.31999625177896 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 504980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37254781692279448, "S11": -0.62745218307720518, "W12": -7.664440787358866, "S12": -7.664440787358866, "W13": -20.097065229056298, "S13": -20.097065229056298, "W21": -42.192697442523468, "S21": -42.192697442523468, "W22": -36.579632327520848, "S22": -46.36237575129168, "W31": -80.225455928513369, "S31": -80.725455928513369, "W32": -95.003947981179948, "S32": -100.00394798117995 }, "geometry": { "type": "Point", "coordinates": [ 102676.0, 515640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.865974122448241, "S12": -10.865974122448241, "W13": -20.359162046053775, "S13": -20.359162046053775, "W21": -42.557486982056886, "S21": -42.557486982056886, "W22": -45.65077981070781, "S22": -48.217570608111416, "W31": -69.177762681046488, "S31": -72.674524234979316, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102676.666666666671517, 514173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029024425252984348, "S11": -0.029024425252984348, "W12": -14.116969066032123, "S12": -19.590915420231148, "W13": -22.65970385235185, "S13": -23.428801148771296, "W21": -33.730513155001269, "S21": -33.730513155001269, "W22": -55.90343932100329, "S22": -63.369428875306461, "W31": -93.578898760114271, "S31": -93.578898760114271, "W32": -96.918365094547866, "S32": -101.91836509454787 }, "geometry": { "type": "Point", "coordinates": [ 102677.0, 505381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78496242767670632, "S11": 0.78496242767670632, "W12": -7.6431722401094273, "S12": -7.6431722401094273, "W13": -20.14559627110069, "S13": -20.14559627110069, "W21": -43.031771748385921, "S21": -43.031771748385921, "W22": -38.969236642328781, "S22": -38.969236642328781, "W31": -70.0, "S31": -71.81902472527473, "W32": -90.537983324338583, "S32": -95.537983324338583 }, "geometry": { "type": "Point", "coordinates": [ 102677.0, 515377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42826140801894186, "S11": -0.42826140801894186, "W12": -7.6997039295725651, "S12": -7.6997039295725651, "W13": -20.006049090876054, "S13": -20.006049090876054, "W21": -42.231836718570392, "S21": -42.231836718570392, "W22": -35.740026719319253, "S22": -45.102015333484573, "W31": -69.242155393053025, "S31": -69.242155393053025, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102677.295454545455868, 516164.477272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65267476228982302, "S11": -0.65267476228982302, "W12": -9.8605554301734752, "S12": -13.044976292901083, "W13": -30.0, "S13": -30.055053494555583, "W21": -38.187799605082674, "S21": -38.187799605082674, "W22": -35.486165962216525, "S22": -35.486165962216525, "W31": -80.076174625261331, "S31": -80.08569558178533, "W32": -92.698587556147629, "S32": -97.698587556147629 }, "geometry": { "type": "Point", "coordinates": [ 102677.5, 510409.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3658088892751129, "S11": 0.27294100478775585, "W12": -7.6618896603683249, "S12": -7.6618896603683249, "W13": -20.097818462216154, "S13": -20.097818462216154, "W21": -42.175393672980235, "S21": -42.175393672980235, "W22": -35.956472775677625, "S22": -38.510806948664325, "W31": -70.129968051347447, "S31": -70.129968051347447, "W32": -77.697804467261037, "S32": -82.697804467261037 }, "geometry": { "type": "Point", "coordinates": [ 102677.538461538468255, 515650.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36486118912462162, "S11": 0.36486118912462168, "W12": -7.6617317890693339, "S12": -7.6617317890693339, "W13": -20.097817225733181, "S13": -20.097817225733181, "W21": -42.173209259600284, "S21": -42.173209259600284, "W22": -77.68480867479947, "S22": -92.350142550285469, "W31": -92.350142550285469, "S31": -92.350142550285469, "W32": -102.70435170007211, "S32": -107.70435170007211 }, "geometry": { "type": "Point", "coordinates": [ 102677.647058823524276, 515652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60148890236944286, "S11": 0.60148890236944275, "W12": -5.848429429058136, "S12": -5.9801411361147219, "W13": -15.477152421652423, "S13": -15.554789270151069, "W21": -54.810780314208962, "S21": -59.303611169664222, "W22": -70.0, "S22": -101.4596167008898, "W31": -101.4596167008898, "S31": -101.4596167008898, "W32": -101.4596167008898, "S32": -106.00946736453201 }, "geometry": { "type": "Point", "coordinates": [ 102677.833333333328483, 499223.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.5109457529149921, "W13": -15.0, "S13": -15.430323573123355, "W21": -42.106096595407763, "S21": -49.498915369522308, "W22": -71.187855292993277, "S22": -78.606452757556028, "W31": -95.975605086545627, "S31": -95.975605086545627, "W32": -96.105490167437296, "S32": -101.1054901674373 }, "geometry": { "type": "Point", "coordinates": [ 102678.0, 498766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8472642741470382, "S11": 0.8472642741470382, "W12": -6.266547679590122, "S12": -6.3619352671293639, "W13": -18.102094240837697, "S13": -18.102094240837697, "W21": -32.610111611337572, "S21": -32.610111611337572, "W22": -40.663153380597144, "S22": -50.486266588144318, "W31": -69.168246843081278, "S31": -69.168246843081278, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102678.0, 506188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49435957992060697, "S11": 0.49435957992060697, "W12": -10.734726800857182, "S12": -10.865561265600535, "W13": -20.0, "S13": -21.890690082179443, "W21": -33.614400909588603, "S21": -33.614400909588603, "W22": -38.7816424090569, "S22": -48.351217880755016, "W31": -69.230051511494437, "S31": -69.274974232858014, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102678.0, 511589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83212913835635249, "S11": 0.83212913835635249, "W12": -7.6383429756738259, "S12": -7.6383429756738259, "W13": -20.152425183674289, "S13": -20.152425183674289, "W21": -43.124763242775551, "S21": -43.124763242775551, "W22": -36.922243290838111, "S22": -46.198000951160708, "W31": -69.279507312614271, "S31": -69.299007529283344, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102678.4, 515352.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72750605375603206, "S11": 0.72750605375603206, "W12": -7.6432655204240652, "S12": -7.6432655204240652, "W13": -20.140365910570793, "S13": -20.140365910570793, "W21": -42.911317055951265, "S21": -42.911317055951265, "W22": -74.139999, "S22": -74.139999, "W31": -98.839996, "S31": -98.839996, "W32": -98.860001, "S32": -103.860001 }, "geometry": { "type": "Point", "coordinates": [ 102678.4, 515420.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2605226709050896, "S11": 3.0205396000246649, "W12": -6.7000641639810707, "S12": -6.7000641639810707, "W13": -15.98219608405142, "S13": -18.98219608405142, "W21": -40.455072640703214, "S21": -55.492345333687673, "W22": -62.940184050837246, "S22": -76.006550921849396, "W31": -92.255365471980696, "S31": -92.255365471980696, "W32": -92.255365471980696, "S32": -96.134893117500809 }, "geometry": { "type": "Point", "coordinates": [ 102678.5, 502168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5884443170450624, "S11": -1.5884443170450624, "W12": -11.061093689954653, "S12": -12.061093689954653, "W13": -26.544604891825443, "S13": -26.544604891825443, "W21": -39.553774280519555, "S21": -39.553774280519555, "W22": -44.45818103410781, "S22": -44.984467465567782, "W31": -75.721608582927161, "S31": -75.721608582927161, "W32": -96.332504195700722, "S32": -101.33250419570072 }, "geometry": { "type": "Point", "coordinates": [ 102679.0, 509326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.334230394655529, "S11": 2.334230394655529, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.510988747947582, "S13": -20.510988747947579, "W21": -39.315892505308227, "S21": -41.902472139143427, "W22": -40.286220960706672, "S22": -41.279790383766176, "W31": -70.0, "S31": -70.269099501181415, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102679.721311475412222, 513349.491803278680891 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67004967983545294, "S11": 0.67004967983545294, "W12": -7.643358800738671, "S12": -7.643358800738671, "W13": -20.135135550040914, "S13": -20.135135550040914, "W21": -42.79086236351678, "S21": -42.79086236351678, "W22": -33.572207632199053, "S22": -42.984427869962069, "W31": -69.491582402573073, "S31": -69.84846612187296, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102679.8, 515463.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3146580711707063, "S11": 3.1201668476458932, "W12": -5.0, "S12": -5.0, "W13": -20.649540358744396, "S13": -22.011969201249141, "W21": -50.0, "S21": -55.367121328786709, "W22": -44.881142458245769, "S22": -44.881142458245769, "W31": -67.711236303477477, "S31": -72.756100379521527, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2348678343949042, "S11": 2.9256050986665998, "W12": -6.9331302143729419, "S12": -7.7313106204530477, "W13": -19.254075669024918, "S13": -24.254075669024918, "W21": -60.0, "S21": -79.38806777217016, "W22": -40.0, "S22": -42.227049404057851, "W31": -68.456817658918638, "S31": -70.259757008949691, "W32": -90.625684770699635, "S32": -95.625684770699635 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 501301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2297765829238916, "S12": -9.6217023602558882, "W13": -19.814375073333334, "S13": -19.814375073333334, "W21": -40.114404079031232, "S21": -40.114404079031232, "W22": -70.0, "S22": -82.877253650541377, "W31": -92.656118983289147, "S31": -92.656118983289147, "W32": -100.82780815951217, "S32": -105.82780815951217 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99881735579750897, "S11": 0.99881735579750897, "W12": -9.2210469721480575, "S12": -10.221046972148057, "W13": -23.999039800387816, "S13": -23.999039800387816, "W21": -34.499401343848554, "S21": -34.913554992225635, "W22": -46.078595976014263, "S22": -46.084066293293326, "W31": -82.917527895409023, "S31": -82.917527895409023, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 507106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.0, "W13": -24.304175871711291, "S13": -24.304175871711291, "W21": -40.449031291999724, "S21": -40.920641103991848, "W22": -75.05122683335675, "S22": -100.05122683335675, "W31": -100.05122683335675, "S31": -100.05122683335675, "W32": -100.05122683335675, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5349525418042793, "S11": -1.5349525418042793, "W12": -11.038804551122196, "S12": -14.038804551122196, "W13": -27.272745178320331, "S13": -27.272745178320331, "W21": -39.963826634568463, "S21": -39.963826634568463, "W22": -42.298240789742557, "S22": -44.705333595566927, "W31": -69.251290316975684, "S31": -71.083714478763866, "W32": -82.207702154896523, "S32": -87.207702154896523 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 509438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -3.7872649279900839, "S12": -6.7324164308002175, "W13": -22.970139771283357, "S13": -23.158882200923543, "W21": -33.569039458657528, "S21": -33.569039458657528, "W22": -42.63882717554003, "S22": -44.999239657198125, "W31": -69.284449953286781, "S31": -71.357028452488478, "W32": -82.045551525496052, "S32": -87.045551525496052 }, "geometry": { "type": "Point", "coordinates": [ 102680.0, 510828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4935597189695953, "W12": -5.4762844569180391, "S12": -11.883348508404399, "W13": -19.899758960613774, "S13": -25.208649636088225, "W21": -36.53216405601767, "S21": -40.639537695036879, "W22": -43.176595153114988, "S22": -45.512845132810305, "W31": -69.336807273777993, "S31": -71.449839188671604, "W32": -81.789524215916373, "S32": -86.789524215916373 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2454683736848775, "W12": -6.5568587056483141, "S12": -11.058198456714521, "W13": -20.0, "S13": -23.716917922948074, "W21": -35.598797806839059, "S21": -38.596708354033439, "W22": -64.117631519522575, "S22": -82.935762929789973, "W31": -92.61124281757516, "S31": -92.61124281757516, "W32": -92.61124281757516, "S32": -96.808228403078445 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 504487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73125986072917171, "S11": -0.73125986072917171, "W12": -8.855229263266148, "S12": -9.0772856727575562, "W13": -25.589777465636487, "S13": -25.589777465636487, "W21": -40.914981388483, "S21": -40.914981388483, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.754443420353681, "S32": -87.754443420353681 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 509042.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7281401543525723, "S12": -10.985997565497117, "W13": -31.024285356622123, "S13": -31.258431117731998, "W21": -36.846262469497248, "S21": -36.846262469497248, "W22": -49.36191278485456, "S22": -53.91187127651159, "W31": -93.855116801692077, "S31": -93.855116801692077, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102681.0, 510538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61259330591486827, "S11": 0.61259330591486827, "W12": -7.6434520810533044, "S12": -7.6434520810533044, "W13": -20.129905189511025, "S13": -20.129905189511025, "W21": -42.670407671082323, "S21": -42.670407671082323, "W22": -69.48646442660862, "S22": -100.45919919543093, "W31": -100.45919919543093, "S31": -100.45919919543093, "W32": -103.87640449438202, "S32": -108.87640449438202 }, "geometry": { "type": "Point", "coordinates": [ 102681.2, 515506.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64936478532645447, "S11": -0.64936478532645447, "W12": -7.7028275544566318, "S12": -7.7028275544566318, "W13": -20.0, "S13": -20.0, "W21": -42.395083570189179, "S21": -42.395083570189179, "W22": -72.109749039827435, "S22": -86.193266382181605, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102681.2, 516324.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64467170024215337, "S11": 0.64467170024215337, "W12": -9.5842155536834461, "S12": -9.5842155536834461, "W13": -16.430571469212097, "S13": -17.355747509979306, "W21": -22.921244028838199, "S21": -22.921244028838199, "W22": -57.259998, "S22": -57.259998, "W31": -93.559998, "S31": -93.559998, "W32": -93.580002, "S32": -98.580002 }, "geometry": { "type": "Point", "coordinates": [ 102681.666666666671517, 497163.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9754537458006363, "S12": -15.896065762898381, "W13": -19.913024301238391, "S13": -24.606372979380705, "W21": -37.98808286263143, "S21": -40.693910291641615, "W22": -71.980893150422077, "S22": -91.810322979011531, "W31": -96.759127237533761, "S31": -96.759127237533761, "W32": -96.803924924793677, "S32": -101.80392492479368 }, "geometry": { "type": "Point", "coordinates": [ 102681.666666666671517, 503880.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71147972781400626, "S11": 0.71147972781400626, "W12": -8.1338331903898649, "S12": -8.1338331903898649, "W13": -16.562052016287929, "S13": -17.313254481341289, "W21": -30.80543239793429, "S21": -30.80543239793429, "W22": -39.869906557356487, "S22": -39.869906557356487, "W31": -59.999999999999993, "S31": -61.1779648922506, "W32": -90.095445749979774, "S32": -95.095445749979774 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 497507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3166962351727696, "S11": 3.1733741288187649, "W12": -5.0, "S12": -5.0, "W13": -20.622791479820627, "S13": -21.622791479820627, "W21": -50.0, "S21": -57.53629963700363, "W22": -33.588974828497179, "S22": -34.629493194298497, "W31": -80.033668562099521, "S31": -80.033668562099521, "W32": -91.781096821574351, "S32": -96.781096821574351 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 500519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4, "S11": 3.3, "W12": -8.5590837358328162, "S12": -10.602202344573779, "W13": -17.088618473042544, "S13": -20.474383597597704, "W21": -39.438566595437557, "S21": -53.391638579101638, "W22": -34.326809022561704, "S22": -34.408855557673412, "W31": -80.045428727370819, "S31": -80.045428727370819, "W32": -92.017728134446898, "S32": -97.017728134446898 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 501983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4243693652672795, "S11": 1.0677470180415058, "W12": -7.9168903211536668, "S12": -11.354234362455934, "W13": -20.049508410043856, "S13": -23.049508410043856, "W21": -45.17968942476903, "S21": -64.310825966784876, "W22": -40.0, "S22": -42.805132523919788, "W31": -68.580720330936217, "S31": -69.433910263327078, "W32": -87.880492091388405, "S32": -92.880492091388405 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 502725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0074340326786440647, "S11": -0.0074340326786440647, "W12": -15.000000000000002, "S12": -20.6008924872256, "W13": -23.052692389552739, "S13": -23.796403551759024, "W21": -33.815050077435551, "S21": -33.815050077435551, "W22": -39.074812115127173, "S22": -39.074812115127173, "W31": -70.0, "S31": -70.0, "W32": -82.068400770712913, "S32": -87.068400770712913 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 505361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6352313103398735, "S11": 1.6352313103398735, "W12": -14.744407894736844, "S12": -17.676375616648698, "W13": -19.066559989267017, "S13": -19.066559989267017, "W21": -33.461849794713437, "S21": -33.461849794713437, "W22": -58.254014598540152, "S22": -58.254014598540152, "W31": -70.0, "S31": -70.0, "W32": -83.290567136839485, "S32": -88.290567136839485 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 506027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1518790158280974, "S11": 1.1518790158280974, "W12": -6.394558937621297, "S12": -6.8215693852394317, "W13": -18.298353009765339, "S13": -18.298353009765339, "W21": -32.685667331092276, "S21": -32.685667331092276, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -82.656136654115855, "S32": -87.656136654115855 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24419912258005588, "S11": -0.24419912258005588, "W12": -8.6764442188441127, "S12": -8.6764442188441127, "W13": -25.62021806109529, "S13": -25.62021806109529, "W21": -33.560778309253259, "S21": -33.569270096411721, "W22": -38.270711216557054, "S22": -38.270711216557054, "W31": -70.0, "S31": -70.0, "W32": -81.677283278157375, "S32": -86.677283278157375 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89841069171031229, "S11": 0.89841069171031229, "W12": -10.0, "S12": -10.124063822859004, "W13": -21.760604388727245, "S13": -21.760604388727245, "W21": -35.452655618015434, "S21": -35.452655618015434, "W22": -32.803375249248141, "S22": -42.554237190693016, "W31": -70.0, "S31": -70.36844738041269, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102682.0, 507311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4238039291105855, "S11": -1.4238039291105855, "W12": -10.795436451988772, "S12": -13.795436451988772, "W13": -28.05487387030902, "S13": -28.05487387030902, "W21": -39.920493760055038, "S21": -39.920493760055038, "W22": -82.814659443322057, "S22": -94.958627575567135, "W31": -94.958627575567135, "S31": -94.958627575567135, "W32": -94.958627575567135, "S32": -96.628957254830055 }, "geometry": { "type": "Point", "coordinates": [ 102682.5, 509554.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55513693199428893, "S11": 0.55513693199428893, "W12": -7.6435453613679103, "S12": -7.6435453613679103, "W13": -20.124674828981149, "S13": -20.124674828981149, "W21": -42.549952978647816, "S21": -42.549952978647816, "W22": -72.7847635081812, "S22": -86.829730870479779, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102682.6, 515549.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2184738536745616, "S11": 3.2184738536745616, "W12": -5.0, "S12": -5.0, "W13": -20.233676519428702, "S13": -20.66817264345968, "W21": -40.0, "S21": -66.278510860201237, "W22": -61.200021959996683, "S22": -93.005353638554226, "W31": -93.13993327189759, "S31": -93.13993327189759, "W32": -93.13993327189759, "S32": -97.80097932097361 }, "geometry": { "type": "Point", "coordinates": [ 102682.666666666671517, 500335.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -9.6778758259317375, "S12": -9.7931369178789236, "W13": -14.881214454045562, "S13": -16.603734111138497, "W21": -44.446525652154051, "S21": -57.601158403492533, "W22": -72.2434886888351, "S22": -84.32434686271219, "W31": -95.481657220414277, "S31": -95.481657220414277, "W32": -98.621623354656094, "S32": -103.62162335465609 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 501748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.2780082662128356, "S12": -17.800850532495122, "W13": -19.782535381328355, "S13": -23.700590193924214, "W21": -39.638719834652257, "S21": -45.79839788607962, "W22": -40.0, "S22": -40.0, "W31": -68.063766516499683, "S31": -72.061398114333826, "W32": -97.244329665394119, "S32": -102.24432966539412 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 503686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.43, "S11": 1.43, "W12": -6.5700002, "S12": -20.5700002, "W13": -20.58, "S13": -20.58, "W21": -39.77, "S21": -39.77, "W22": -40.000000000000007, "S22": -41.32837996605884, "W31": -68.277017837190243, "S31": -71.245476488081394, "W32": -93.471088701563161, "S32": -98.471088701563161 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.254950147451201, "S12": -13.346296301297354, "W13": -20.910779841732786, "S13": -20.910779841732786, "W21": -36.328042216547615, "S21": -36.32965236501861, "W22": -45.799775173303011, "S22": -45.807897770475961, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6077486676344788, "S11": 1.6077486676344788, "W12": -5.0, "S12": -12.144771045790844, "W13": -21.935994685535078, "S13": -21.935994685535078, "W21": -40.0, "S21": -40.0, "W22": -69.916561679095565, "S22": -69.916561679095565, "W31": -94.924162154815832, "S31": -94.924162154815832, "W32": -94.981138421533885, "S32": -99.981138421533885 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 508629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3334073172524592, "S11": 2.3334073172524592, "W12": -15.0, "S12": -15.0, "W13": -20.516982853847196, "S13": -20.560688208705866, "W21": -39.295031611578914, "S21": -41.847084851753735, "W22": -40.052243330443488, "S22": -42.524802213108103, "W31": -69.642443132145431, "S31": -70.721698817879414, "W32": -80.287859018347589, "S32": -85.287859018347589 }, "geometry": { "type": "Point", "coordinates": [ 102683.647058823524276, 513354.470588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36771137731503883, "S11": 0.36771137731503883, "W12": -5.564416243654823, "S12": -6.1970726793495468, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -49.140934283452097, "S21": -54.260194443330107, "W22": -37.536639221804421, "S22": -37.536639221804421, "W31": -70.0, "S31": -70.55141880202153, "W32": -80.334558509059349, "S32": -85.334558509059349 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 499108.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9419584657840501, "S11": 2.6481817040142008, "W12": -5.744373170790702, "S12": -5.744373170790702, "W13": -15.0, "S13": -18.0, "W21": -42.432547918447078, "S21": -57.903650881207184, "W22": -66.876234189037731, "S22": -108.86547262682897, "W31": -108.86547262682897, "S31": -108.86547262682897, "W32": -108.86547262682897, "S32": -108.86547262682897 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 502250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1097766267400454, "S11": -0.1097766267400454, "W12": -6.865310293571163, "S12": -7.4631013658215082, "W13": -20.0, "S13": -20.67429120615089, "W21": -38.371654371239025, "S21": -39.488562197493948, "W22": -80.0, "S22": -101.10983374602051, "W31": -101.10983374602051, "S31": -101.10983374602051, "W32": -101.10983374602051, "S32": -104.15274520255865 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 505692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9737177584122705, "S12": -10.217350289590911, "W13": -20.0, "S13": -20.0, "W21": -35.356261378059536, "S21": -35.356261378059536, "W22": -70.980940415451684, "S22": -90.980940415451684, "W31": -93.253806788036243, "S31": -93.253806788036243, "W32": -98.456087410695815, "S32": -103.45608741069582 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0324003812364975, "S12": -12.305774269376302, "W13": -32.956528622553371, "S13": -33.234403708064832, "W21": -37.738698540895555, "S21": -37.738698540895555, "W22": -34.99327263315665, "S22": -42.834651231145905, "W31": -80.189175685482283, "S31": -80.598144484032261, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 510497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49768055807361428, "S11": 0.49768055807361428, "W12": -7.643638641682549, "S12": -7.643638641682549, "W13": -20.119444468451249, "S13": -20.119444468451249, "W21": -42.429498286213175, "S21": -42.429498286213175, "W22": -48.119226704951991, "S22": -48.126615896758487, "W31": -86.514182177230452, "S31": -86.514182177230452, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102684.0, 515593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82091060338155208, "S11": 0.72702947939911478, "W12": -6.0615121167161821, "S12": -6.0615121167161821, "W13": -16.27377179487203, "S13": -16.27377179487203, "W21": -56.650985157539147, "S21": -60.526934144439267, "W22": -48.922729235707124, "S22": -53.400104228823487, "W31": -93.868776713941301, "S31": -93.868776713941301, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102684.4, 499303.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0676221972731339, "S11": 1.0676221972731339, "W12": -6.206980223649345, "S12": -6.4476460873795585, "W13": -17.66147012802276, "S13": -17.66147012802276, "W21": -33.042190563515192, "S21": -33.042190563515192, "W22": -80.921979233134167, "S22": -94.687128607033827, "W31": -94.687128607033827, "S31": -94.687128607033827, "W32": -94.687128607033827, "S32": -95.262773626604925 }, "geometry": { "type": "Point", "coordinates": [ 102684.75, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1943604413102822, "S11": 2.7497832589568389, "W12": -7.8089377815633112, "S12": -8.015319814789537, "W13": -18.294255458719896, "S13": -22.432397579823807, "W21": -60.0, "S21": -71.351325019485586, "W22": -71.707791866154579, "S22": -85.808370021931182, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 501419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1908474576271186, "S11": 2.1908474576271186, "W12": -8.8688967351668868, "S12": -14.912605694195385, "W13": -19.90614284496462, "S13": -24.355789187873775, "W21": -50.122698205008149, "S21": -70.122698205008149, "W22": -65.905928292509202, "S22": -92.672794182348113, "W31": -99.665778074974043, "S31": -99.665778074974043, "W32": -102.61153795577921, "S32": -107.61153795577921 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 502957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1783256263947468, "S12": -15.099206723201862, "W13": -19.779596227039541, "S13": -25.769828178673627, "W21": -50.483110059498017, "S21": -70.67620533223571, "W22": -40.019093787151242, "S22": -54.887565352579514, "W31": -70.0, "S31": -71.644714955390896, "W32": -90.377817800631206, "S32": -95.377817800631206 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 503015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6798138294192082, "S12": -15.401629080557187, "W13": -19.574758557935297, "S13": -28.006686585759304, "W21": -51.067225823671244, "S21": -71.758068258596595, "W22": -70.424849643438108, "S22": -87.422625139673556, "W31": -99.831255400619, "S31": -99.831255400619, "W32": -100.90172798645321, "S32": -105.90172798645321 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 503109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1653568259601976, "W12": -6.1697830957547746, "S12": -11.568572682148174, "W13": -19.881246811823772, "S13": -23.95474941875014, "W21": -35.809439191687069, "S21": -39.373825662186086, "W22": -81.631823191600446, "S22": -94.76241936185663, "W31": -94.76241936185663, "S31": -94.76241936185663, "W32": -94.76241936185663, "S32": -95.750438907773329 }, "geometry": { "type": "Point", "coordinates": [ 102685.0, 504419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.605758954092412, "S11": 1.2298261059936471, "W12": -9.187698348363563, "S12": -9.187698348363563, "W13": -18.286312129670439, "S13": -20.534615934749798, "W21": -49.622356178194117, "S21": -65.541475391107781, "W22": -65.514988270049528, "S22": -80.134886827572686, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102686.0, 499645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.219669498831073, "S12": -13.574433639552016, "W13": -19.991556957991268, "S13": -25.53264032479418, "W21": -37.008325535495743, "S21": -41.624329784411387, "W22": -38.906408346078649, "S22": -40.244926561387693, "W31": -70.0, "S31": -71.382955586080584, "W32": -90.6288400038449, "S32": -95.6288400038449 }, "geometry": { "type": "Point", "coordinates": [ 102686.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03160809550010768, "S11": -0.03160809550010768, "W12": -15.0, "S12": -20.544871894490349, "W13": -22.922253641034995, "S13": -23.717301207983446, "W21": -33.795434330200713, "S21": -33.795434330200713, "W22": -43.11686555206073, "S22": -53.11686555206073, "W31": -69.363531821579656, "S31": -69.480164900606567, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102686.0, 505367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4106043984742755, "S11": 1.4106043984742755, "W12": -6.491514165734837, "S12": -7.4663056926203168, "W13": -19.183306612251798, "S13": -19.183306612251798, "W21": -32.721338581153262, "S21": -32.721338581153262, "W22": -38.265196843413811, "S22": -47.587130805677958, "W31": -69.367353192240898, "S31": -69.43524283545915, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102686.0, 506228.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3109347246704028, "S11": 3.3109347246704028, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.550524663677166, "S13": -21.293046522858088, "W21": -50.0, "S21": -63.720465295345299, "W22": -35.320611350981103, "S22": -35.320611350981103, "W31": -80.067257685987229, "S31": -80.067257685987229, "W32": -92.39474987617632, "S32": -97.39474987617632 }, "geometry": { "type": "Point", "coordinates": [ 102686.4, 500479.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65484150836404886, "S11": 0.65484150836404886, "W12": -9.3298127660517931, "S12": -9.3298127660517931, "W13": -16.450485477798825, "S13": -17.306721397351531, "W21": -24.79539666248527, "S21": -24.79539666248527, "W22": -34.95797093020672, "S22": -42.626336169154527, "W31": -80.18645554860899, "S31": -80.590035300033122, "W32": -94.964398982111732, "S32": -99.964398982111732 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 497220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4382621301568452, "S11": 3.2120434362272174, "W12": -7.3254519060476735, "S12": -7.3254519060476735, "W13": -16.742770428467175, "S13": -19.742770428467175, "W21": -39.838927362435562, "S21": -54.511172333352405, "W22": -36.769236253166767, "S22": -40.995694307307744, "W31": -70.0, "S31": -70.794565937707091, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 502118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.460045667667074, "S11": 0.46004566766707405, "W12": -11.957230740694941, "S12": -16.241950415954655, "W13": -23.367647574620321, "S13": -23.367647574620321, "W21": -34.208090857681235, "S21": -35.253423988944611, "W22": -36.038480014372148, "S22": -38.890048424276841, "W31": -69.810182322696491, "S31": -70.05992636747159, "W32": -78.41549183840111, "S32": -83.41549183840111 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 504971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8392717964790519, "S11": 1.8392717964790519, "W12": -6.7620837555179012, "S12": -10.342718775951727, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.046612755555827, "S21": -33.046612755555827, "W22": -77.320925868001254, "S22": -92.387145904402914, "W31": -92.387145904402914, "S31": -92.387145904402914, "W32": -102.76884174055586, "S32": -107.76884174055586 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 506262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35075172239281915, "S11": 0.35075172239281915, "W12": -7.6449587026033212, "S12": -7.6449587026033212, "W13": -20.105492344232797, "S13": -20.105492344232797, "W21": -42.122809263071673, "S21": -42.122809263071673, "W22": -73.486081432226854, "S22": -84.308581432226859, "W31": -99.631001728455288, "S31": -99.631001728455288, "W32": -99.631001728455288, "S32": -104.47648838287537 }, "geometry": { "type": "Point", "coordinates": [ 102687.0, 515701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.403075553741215, "S11": 2.403075553741215, "W12": -15.0, "S12": -15.0, "W13": -20.515812197227916, "S13": -20.515812197227916, "W21": -39.42868973177314, "S21": -41.769345406903028, "W22": -36.172335422615468, "S22": -45.374489801138658, "W31": -69.373474405850104, "S31": -69.416085990423269, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102687.483606557376334, 513398.85245901637245 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5848088937166445, "S12": -10.437610579998042, "W13": -20.574127909870096, "S13": -20.574127909870096, "W21": -34.815319205312043, "S21": -34.815319205312043, "W22": -34.941034243733149, "S22": -42.567049944049913, "W31": -80.186008377404022, "S31": -80.59032851593328, "W32": -94.974615471400085, "S32": -99.974615471400085 }, "geometry": { "type": "Point", "coordinates": [ 102688.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9999999999999982, "S11": 4.9999999999999982, "W12": -4.2985761119538095, "S12": -7.042583782135976, "W13": -24.805268190906723, "S13": -24.842268630443918, "W21": -34.10220681409654, "S21": -34.10220681409654, "W22": -43.261166615370783, "S22": -45.677389738817418, "W31": -69.357095735468334, "S31": -71.442202118447057, "W32": -81.634307659483682, "S32": -86.634307659483682 }, "geometry": { "type": "Point", "coordinates": [ 102688.0, 510742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72739475069869453, "S11": 0.72739475069869453, "W12": -7.9311921514329491, "S12": -7.9311921514329491, "W13": -16.571927004559882, "S13": -17.205728082483876, "W21": -31.275503600736791, "S21": -31.275503600736791, "W22": -40.234944405471438, "S22": -49.921265160188355, "W31": -69.29049451034642, "S31": -69.29049451034642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102688.428571428565192, 497573.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49493350101958727, "S11": -2.1160349038092328, "W12": -10.533469354107666, "S12": -14.776057544000103, "W13": -21.94401575999931, "S13": -21.94401575999931, "W21": -34.519483709918624, "S21": -37.2931600451547, "W22": -83.857105606258145, "S22": -103.72855409850148, "W31": -103.72855409850148, "S31": -103.72855409850148, "W32": -103.72855409850148, "S32": -103.72855409850148 }, "geometry": { "type": "Point", "coordinates": [ 102688.666666666671517, 504860.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4610000444000004, "S11": 2.9723495011122334, "W12": -7.3668931506849313, "S12": -7.3668931506849313, "W13": -20.63296, "S13": -24.552701010756934, "W21": -50.0, "S21": -51.787203544435755, "W22": -69.895568507981693, "S22": -69.895568507981693, "W31": -94.875049064057279, "S31": -94.875049064057279, "W32": -94.9976442194871, "S32": -99.9976442194871 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8967391304347814, "S12": -15.619003752544991, "W13": -19.50853178107868, "S13": -28.759325554099643, "W21": -51.333410879839931, "S21": -72.217312809242316, "W22": -39.935463449041549, "S22": -39.935463449041549, "W31": -60.0, "S31": -61.016221905764347, "W32": -90.095031262862847, "S32": -95.095031262862847 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 503141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48672950034046802, "S11": -1.828608775841182, "W12": -12.938435142821813, "S12": -17.205729921060446, "W13": -24.345515765844763, "S13": -24.345515765844763, "W21": -34.184418070163062, "S21": -35.400851824216659, "W22": -42.279039326685634, "S22": -44.818075734720594, "W31": -69.209404460582704, "S31": -71.150263960316607, "W32": -82.348517175165355, "S32": -87.348517175165355 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 505047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3449439008636157, "S11": -0.61699251687079948, "W12": -14.343536199326049, "S12": -18.629114479595636, "W13": -25.0, "S13": -25.0, "W21": -34.304893325257275, "S21": -36.203931786795735, "W22": -36.140790751748028, "S22": -45.888759351114714, "W31": -80.23044841256096, "S31": -80.700826717806564, "W32": -95.003846340835111, "S32": -100.00384634083511 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 505162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1013032978625765, "S11": 2.1013032978625765, "W12": -7.2456686816008666, "S12": -16.037342687086273, "W13": -20.0, "S13": -20.0, "W21": -33.757308182695489, "S21": -33.757308182695489, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.749762867315013, "S32": -87.749762867315013 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 506318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9148354482616321, "S11": 0.9148354482616321, "W12": -10.0, "S12": -10.0, "W13": -21.996437628113103, "S13": -21.996437628113103, "W21": -35.254039545695733, "S21": -35.254365314039752, "W22": -65.654487792162655, "S22": -80.261053333971034, "W31": -91.428238230318854, "S31": -91.428238230318854, "W32": -91.428238230318854, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 507308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2944178324533233, "S11": -1.2944178324533233, "W12": -10.223788413098237, "S12": -11.456175249263142, "W13": -26.083115291067905, "S13": -26.083115291067905, "W21": -41.187041626214963, "S21": -41.187041626214963, "W22": -84.290512282688411, "S22": -94.785014379139312, "W31": -94.785014379139312, "S31": -94.785014379139312, "W32": -94.785014379139312, "S32": -97.067458470276804 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 509150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96852959557182361, "S11": 0.96852959557182361, "W12": -7.0160988179906338, "S12": -10.325916682659162, "W13": -30.0, "S13": -30.217640313161986, "W21": -36.293373398487851, "S21": -36.293373398487851, "W22": -40.637226472688297, "S22": -43.092751463465895, "W31": -69.564343462412708, "S31": -70.99396759431113, "W32": -80.630870533552823, "S32": -85.630870533552823 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 510562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.383950700771868, "S12": -10.659099984991695, "W13": -20.0, "S13": -20.700326466283911, "W21": -33.702820742870045, "S21": -33.702820742870045, "W22": -71.285842058188251, "S22": -85.403729636690386, "W31": -90.894650795652424, "S31": -90.894650795652424, "W32": -90.894650795652424, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102689.0, 511498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47444773503844034, "S11": 0.47444773503844034, "W12": -10.919899452280559, "S12": -10.956667732633662, "W13": -20.0, "S13": -22.091818642350557, "W21": -33.730790210633806, "S21": -33.730790210633806, "W22": -46.810373158853935, "S22": -55.60653437800444, "W31": -78.603183722796203, "S31": -78.603183722796203, "W32": -97.085091193137927, "S32": -102.08509119313793 }, "geometry": { "type": "Point", "coordinates": [ 102689.8125, 511638.9375 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2341038802322282, "S11": 3.2341038802322282, "W12": -5.0, "S12": -5.0, "W13": -20.34501411491205, "S13": -20.84501411491205, "W21": -40.0, "S21": -64.816715782579649, "W22": -42.411873995203557, "S22": -42.411873995203557, "W31": -74.422570064375449, "S31": -74.422570064375449, "W32": -96.157168824664268, "S32": -101.15716882466427 }, "geometry": { "type": "Point", "coordinates": [ 102689.833333333328483, 500382.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.147836601193479, "S12": -13.147836601193479, "W13": -15.96, "S13": -16.95908265080773, "W21": -39.879391780771186, "S21": -39.879391780771186, "W22": -40.939163200009652, "S22": -40.939163200009652, "W31": -71.95342878312924, "S31": -71.95342878312924, "W32": -95.603984335766512, "S32": -100.60398433576651 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 496786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2215828809137705, "S11": 3.2215828809137705, "W12": -5.0, "S12": -5.0, "W13": -20.299402191962802, "S13": -20.799402191962802, "W21": -40.000000000000007, "S21": -65.368657325533945, "W22": -33.631280756203722, "S22": -49.791273026638308, "W31": -80.026598418485236, "S31": -80.277058155266047, "W32": -95.011126331504528, "S32": -100.01112633150453 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3126277938376933, "S11": 3.2680653221750546, "W12": -5.0, "S12": -5.0, "W13": -20.562017937219728, "S13": -21.409924057790366, "W21": -50.0, "S21": -61.349549004509953, "W22": -68.390110679890753, "S22": -108.39011067989075, "W31": -108.39011067989075, "S31": -108.39011067989075, "W32": -108.39011067989075, "S32": -108.39011067989075 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 500494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2124588262056415, "S11": 2.8846364864155571, "W12": -7.1066029739242866, "S12": -7.8964620663463432, "W13": -19.105403465600329, "S13": -24.105403465600329, "W21": -60.0, "S21": -77.085931410756046, "W22": -70.0, "S22": -88.918548939082825, "W31": -99.779464589748457, "S31": -99.779464589748457, "W32": -101.08147321428571, "S32": -106.08147321428571 }, "geometry": { "type": "Point", "coordinates": [ 102690.0, 501326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84059212137665673, "S11": 0.84059212137665673, "W12": -7.6159457314446293, "S12": -7.6159457314446293, "W13": -20.165135674717874, "S13": -20.165135674717874, "W21": -43.11475914693289, "S21": -43.11475914693289, "W22": -62.252094411746967, "S22": -76.6468573424022, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102690.2, 515397.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -0.81, "W12": -9.5699997, "S12": -12.8699997, "W13": -33.77, "S13": -34.07, "W21": -38.07, "S21": -38.07, "W22": -39.711250557547409, "S22": -39.711250557547409, "W31": -60.32778328722793, "S31": -61.03179508042578, "W32": -90.296254456220453, "S32": -95.296254456220453 }, "geometry": { "type": "Point", "coordinates": [ 102690.6, 510481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9310847457627114, "S11": 2.5115508944863518, "W12": -8.7419416536630923, "S12": -14.964213297194696, "W13": -19.988404815990453, "S13": -23.490265961128188, "W21": -50.0, "S21": -70.0, "W22": -40.532164157909683, "S22": -41.806681258943044, "W31": -69.986268656398352, "S31": -69.986268656398352, "W32": -97.987462911465812, "S32": -102.98746291146581 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 502921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2553016768530201, "S11": 1.2553016768530201, "W12": -6.2887373433289859, "S12": -7.2333362123024356, "W13": -18.254627605305348, "S13": -18.254627605305348, "W21": -32.349860107609175, "S21": -32.349860107609175, "W22": -36.991170555057849, "S22": -39.934396303507015, "W31": -69.369212183767701, "S31": -69.781538987398847, "W32": -79.078596505154792, "S32": -84.078596505154792 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 506213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1163665977021893, "S11": 2.1163665977021893, "W12": -7.322963929185649, "S12": -16.935474308372093, "W13": -20.0, "S13": -20.084065185741839, "W21": -33.701738883659722, "S21": -33.701738883659722, "W22": -57.212566506207246, "S22": -66.119587418244564, "W31": -93.857106534452072, "S31": -93.857106534452072, "W32": -97.689770191057804, "S32": -102.6897701910578 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 506329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.667995186844038, "S12": -27.667995186844038, "W13": -27.667995186844038, "S13": -27.667995186844038, "W21": -36.773570408820156, "S21": -36.777879256841132, "W22": -66.834842604570937, "S22": -108.61870314712309, "W31": -108.61870314712309, "S31": -108.61870314712309, "W32": -108.61870314712309, "S32": -108.61870314712309 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 507774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.063884959184282, "W13": -30.0, "S13": -30.0, "W21": -38.315728795328965, "S21": -38.315728795328965, "W22": -71.804040528731591, "S22": -71.804040528731591, "W31": -99.981893664828462, "S31": -99.981893664828462, "W32": -100.65284405788177, "S32": -105.65284405788177 }, "geometry": { "type": "Point", "coordinates": [ 102691.0, 510315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64990053742759735, "S11": 0.64990053742759735, "W12": -9.5352269200071742, "S12": -9.5464603303436899, "W13": -16.427980587020233, "S13": -17.357036841271519, "W21": -23.302289631402967, "S21": -23.302289631402967, "W22": -40.0, "S22": -40.0, "W31": -70.418244812064628, "S31": -73.674333199464726, "W32": -92.595641834255275, "S32": -97.595641834255275 }, "geometry": { "type": "Point", "coordinates": [ 102691.333333333328483, 497179.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60659889576193304, "S11": 0.60659889576193304, "W12": -7.6248422727892011, "S12": -7.6248422727892011, "W13": -20.139291776036156, "S13": -20.139291776036156, "W21": -42.634760074335837, "S21": -42.634760074335837, "W22": -39.951207188463584, "S22": -39.951207188463584, "W31": -60.0, "S31": -60.387129009693211, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102691.333333333328483, 515553.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7183917271905687, "S11": 1.7183917271905687, "W12": -6.538271357120343, "S12": -6.6292039104582647, "W13": -19.095482277993931, "S13": -19.095482277993931, "W21": -33.658122675181517, "S21": -33.658122675181517, "W22": -39.782096962006406, "S22": -39.782096962006406, "W31": -60.0, "S31": -60.814899386327959, "W32": -90.116871325882698, "S32": -95.116871325882698 }, "geometry": { "type": "Point", "coordinates": [ 102691.5, 506094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5824169746929981, "S11": 2.5824169746929981, "W12": -8.5860895211093187, "S12": -8.5860895211093187, "W13": -19.732095815229822, "S13": -20.527737779616373, "W21": -45.049988448047714, "S21": -50.354866496828201, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.57283426019535, "S32": -87.57283426019535 }, "geometry": { "type": "Point", "coordinates": [ 102692.0, 499893.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.64029678505486, "S11": 2.64029678505486, "W12": -5.8924291491892973, "S12": -10.048698424015118, "W13": -19.843219970204434, "S13": -24.692998609475836, "W21": -35.985645628421778, "S21": -37.871305828499175, "W22": -39.802633638085744, "S22": -39.802633638085744, "W31": -60.0, "S31": -61.018160411017554, "W32": -90.115717496707546, "S32": -95.115717496707546 }, "geometry": { "type": "Point", "coordinates": [ 102692.166666666671517, 504099.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.028284562121204, "S11": -1.028284562121204, "W12": -7.7001514510002123, "S12": -7.7001514510002123, "W13": -20.0, "S13": -20.0, "W21": -42.9354226622265, "S21": -42.9354226622265, "W22": -79.576165154832651, "S22": -95.864938728778355, "W31": -95.864938728778355, "S31": -95.864938728778355, "W32": -103.18572572833618, "S32": -108.18572572833618 }, "geometry": { "type": "Point", "coordinates": [ 102692.198275862072478, 516616.82327586208703 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8834276811217419, "S11": 1.8834276811217419, "W12": -4.9401922225503752, "S12": -7.4549208705314705, "W13": -20.981087166291282, "S13": -20.999226337518699, "W21": -32.338312639958197, "S21": -32.338312639958197, "W22": -70.0, "S22": -103.36697685889857, "W31": -103.36697685889857, "S31": -103.36697685889857, "W32": -104.00749063670412, "S32": -109.00749063670412 }, "geometry": { "type": "Point", "coordinates": [ 102692.4, 511070.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4700963853274596, "S11": 1.4700963853274596, "W12": -7.5816268345728348, "S12": -7.5816268345728348, "W13": -20.24020226731675, "S13": -20.24020226731675, "W21": -44.393211914294952, "S21": -44.393211914294952, "W22": -84.908642073225138, "S22": -94.711276563599029, "W31": -94.711276563599029, "S31": -94.711276563599029, "W32": -94.711276563599029, "S32": -97.235763756647344 }, "geometry": { "type": "Point", "coordinates": [ 102692.721311475412222, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64291068151095199, "S11": 0.64291068151095199, "W12": -9.86467386484569, "S12": -10.294271133620439, "W13": -16.562053133567595, "S13": -17.561775201994354, "W21": -20.89529402820542, "S21": -20.89529402820542, "W22": -39.757317684616012, "S22": -39.757317684616012, "W31": -61.736496971517241, "S31": -62.736496971517241, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 497111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88697838792986261, "S11": 0.74388364310188237, "W12": -8.421663943355119, "S12": -8.421663943355119, "W13": -16.624785692951018, "S13": -17.179879248044575, "W21": -57.380517106294072, "S21": -60.766071192193849, "W22": -39.716902811734123, "S22": -39.831599457312386, "W31": -60.348139255702279, "S31": -61.03530362339734, "W32": -90.302616926522589, "S32": -95.302616926522589 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 499358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4099090935912053, "S11": 3.1821582292485813, "W12": -7.4984833157709865, "S12": -8.6304564070954779, "W13": -20.212480588475682, "S13": -24.471785266874114, "W21": -54.200126892051124, "S21": -79.200126892051117, "W22": -36.485616167924405, "S22": -38.711812673368826, "W31": -70.418087952708319, "S31": -70.652807643701976, "W32": -78.523044226515267, "S32": -83.523044226515267 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 500931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7924713973550153, "S11": 1.7924713973550153, "W12": -8.1844065934518309, "S12": -17.634696096825884, "W13": -20.0, "S13": -20.756365723875213, "W21": -34.217309124126473, "S21": -34.217309124126473, "W22": -44.639662485427642, "S22": -44.639662485427642, "W31": -75.869543007529415, "S31": -75.869543007529415, "W32": -96.515093409064363, "S32": -101.51509340906436 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 506454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.494446152817703, "S12": -27.752287007865135, "W13": -27.752287007865135, "S13": -27.752287007865135, "W21": -37.156242658599545, "S21": -37.160946543679529, "W22": -69.78601328600314, "S22": -89.371939472851679, "W31": -99.767335865116038, "S31": -99.767335865116038, "W32": -101.14351139162585, "S32": -106.14351139162585 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 507856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93914393272706898, "S11": 0.93914393272706898, "W12": -14.390354106813428, "S12": -14.390354106813428, "W13": -20.0, "S13": -20.0, "W21": -36.068241933102001, "S21": -37.613630161982883, "W22": -76.328492504286402, "S22": -91.328492504286402, "W31": -92.058456306408075, "S31": -92.058456306408075, "W32": -102.68660122196557, "S32": -107.68660122196557 }, "geometry": { "type": "Point", "coordinates": [ 102693.0, 512551.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6218399963573447, "S11": 2.0230553774359543, "W12": -5.9628030679361457, "S12": -5.9628030679361457, "W13": -14.999999999999998, "S13": -18.0, "W21": -44.741685575049225, "S21": -61.271063915267291, "W22": -70.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102693.25, 502444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4834076527099249, "S11": 1.3724198613669722, "W12": -8.6470114803748537, "S12": -14.686307314461732, "W13": -20.211477661574051, "S13": -23.211477661574051, "W21": -46.888138294557294, "S21": -63.07205675435344, "W22": -71.962904539371294, "S22": -73.417774104588688, "W31": -99.99821539201595, "S31": -99.99821539201595, "W32": -100.64387700123153, "S32": -105.64387700123153 }, "geometry": { "type": "Point", "coordinates": [ 102694.0, 502814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8568152454032347, "S11": 1.8568152454032347, "W12": -6.7164806518800448, "S12": -12.425901169542424, "W13": -20.0, "S13": -20.0, "W21": -32.832565550969584, "S21": -32.832565550969584, "W22": -73.592530546157093, "S22": -103.59253054615709, "W31": -103.59253054615709, "S31": -103.59253054615709, "W32": -103.59253054615709, "S32": -104.63585928768096 }, "geometry": { "type": "Point", "coordinates": [ 102694.0, 506268.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1460707309132345, "S11": -1.1460707309132345, "W12": -10.331392532175203, "S12": -13.331392532175203, "W13": -29.088335573200212, "S13": -29.088335573200212, "W21": -39.373996717404673, "S21": -39.373996717404673, "W22": -35.034239512548766, "S22": -44.217347733791158, "W31": -69.511020788814719, "S31": -69.688931692642313, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102694.5, 509716.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63874637422363323, "S11": 0.63874637422363312, "W12": -5.962866111660623, "S12": -5.962866111660623, "W13": -15.885351851851851, "S13": -15.885351851851851, "W21": -55.417064490929484, "S21": -59.364791273576941, "W22": -37.374101053386887, "S22": -37.706597891024884, "W31": -70.0, "S31": -71.178166317462612, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102694.666666666671517, 499265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.283894853450203, "S12": -13.175513377105338, "W13": -20.0, "S13": -20.0, "W21": -32.926951098592696, "S21": -32.926951098592696, "W22": -33.304721560638541, "S22": -42.319889454315351, "W31": -69.990658251272222, "S31": -70.38485093465502, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102694.75, 506771.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0082810406825069, "S11": 3.0082810406825069, "W12": -7.3230672562804537, "S12": -7.3230672562804537, "W13": -19.915321524696296, "S13": -20.937075468151477, "W21": -42.524936518780059, "S21": -67.93646635907146, "W22": -68.507977576541606, "S22": -104.56292650221965, "W31": -104.56292650221965, "S31": -104.56292650221965, "W32": -104.56292650221965, "S32": -106.55507235221675 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2533729125505717, "S11": 2.9459720741113591, "W12": -6.2941999043796999, "S12": -8.8555180401777349, "W13": -19.934813772957185, "S13": -24.934813772957185, "W21": -58.099062262811252, "S21": -81.156787455767756, "W22": -80.0, "S22": -93.820661695924883, "W31": -93.820661695924883, "S31": -93.820661695924883, "W32": -93.820661695924883, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1344765402144326, "S11": 2.4685497921567188, "W12": -8.6679748944270401, "S12": -15.005052884102506, "W13": -20.067480039684416, "S13": -23.106487931454428, "W21": -49.288120929526848, "S21": -69.288120929526855, "W22": -39.993635858405469, "S22": -42.635846193346659, "W31": -62.168268681171831, "S31": -62.698012412423466, "W32": -90.394402581493807, "S32": -95.394402581493807 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 502899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30990611848494665, "S11": -0.30990611848494665, "W12": -7.0579431438127092, "S12": -7.8162759292968982, "W13": -20.0, "S13": -20.608393400608684, "W21": -38.780785652244454, "S21": -40.180081130760783, "W22": -42.165887950528649, "S22": -44.843045180455135, "W31": -69.16337364965085, "S31": -71.131175672003167, "W32": -82.517601877533608, "S32": -87.517601877533608 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 505703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.616417910447761, "S12": -8.0944929876944904, "W13": -20.0, "S13": -20.310171391958995, "W21": -39.399944274929531, "S21": -40.486448281240833, "W22": -33.186040884952462, "S22": -41.897522301576174, "W31": -69.762178578684555, "S31": -70.156860536014037, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 505732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9801277680077487, "S11": 1.9801277680077487, "W12": -14.459046052631578, "S12": -14.459046052631578, "W13": -18.937442176570681, "S13": -18.937442176570681, "W21": -32.886135653138581, "S21": -32.886135653138581, "W22": -41.461068217683128, "S22": -44.316008319016653, "W31": -69.093584253270393, "S31": -70.575838776953205, "W32": -82.865505653936424, "S32": -87.865505653936424 }, "geometry": { "type": "Point", "coordinates": [ 102695.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4719207128270049, "S11": 2.4719207128270049, "W12": -15.0, "S12": -15.0, "W13": -20.520635646508232, "S13": -20.520635646508232, "W21": -39.541486958238281, "S21": -41.636218674662594, "W22": -65.53464535506501, "S22": -92.295516426177358, "W31": -99.699816433420324, "S31": -99.699816433420324, "W32": -102.68453663793105, "S32": -107.68453663793105 }, "geometry": { "type": "Point", "coordinates": [ 102695.245901639340445, 513448.213114754122216 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46316258007083, "S11": 0.46316258007083, "W12": -5.485609137055838, "S12": -6.16501769524608, "W13": -15.0, "S13": -15.0, "W21": -48.354051200844545, "S21": -53.513973976530146, "W22": -39.862321380998644, "S22": -39.862321380998644, "W31": -69.999999999999986, "S31": -71.588982800401908, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102695.5, 499071.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64693424479882577, "S11": 0.64693424479882577, "W12": -9.7406410739623208, "S12": -9.9746855546435782, "W13": -16.431653865127444, "S13": -17.431639113403882, "W21": -21.809182600322426, "S21": -21.809182600322426, "W22": -40.0, "S22": -40.768583024394083, "W31": -70.0, "S31": -70.0, "W32": -97.738562340482275, "S32": -102.73856234048228 }, "geometry": { "type": "Point", "coordinates": [ 102695.666666666671517, 497138.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.5285988368607262, "W13": -15.0, "S13": -15.668646520480797, "W21": -40.0, "S21": -47.725983642538637, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.755799203687204, "S32": -87.755799203687204 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 498666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8975598156886377, "S12": -15.164865329946718, "W13": -19.95004638474769, "S13": -23.96361575290674, "W21": -50.180223160068387, "S21": -70.180223160068394, "W22": -80.0, "S22": -96.664117259807142, "W31": -96.664117259807142, "S31": -96.664117259807142, "W32": -103.29614037702109, "S32": -108.29614037702109 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 502940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.011170928667566, "S12": -15.837990316338621, "W13": -19.497459763295986, "S13": -28.954020422442291, "W21": -51.494748851066127, "S21": -72.457040949556585, "W22": -88.941450327467848, "S22": -95.000406949786324, "W31": -95.000406949786324, "S31": -95.000406949786324, "W32": -95.000406949786324, "S32": -98.745148771022002 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 503148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.050269179004045, "S12": -15.893860412485001, "W13": -19.482484785907928, "S13": -29.114366611906995, "W21": -51.538246833504552, "S21": -72.53760521003025, "W22": -40.000000000000007, "S22": -45.185608282646349, "W31": -64.051238237631722, "S31": -64.533961236703419, "W32": -90.464113383416318, "S32": -95.464113383416318 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 503155.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36831772878284519, "S11": -0.36831772878284519, "W12": -8.8804813325976735, "S12": -12.450626238200943, "W13": -20.702331486611264, "S13": -21.935097549538106, "W21": -32.807786801878194, "S21": -32.807786801878194, "W22": -36.102068688131268, "S22": -49.670374729006681, "W31": -75.438363001164532, "S31": -75.932562019833952, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 505477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31035862369971634, "S11": -0.31035862369971634, "W12": -7.8483345352486023, "S12": -10.491632178167901, "W13": -20.0, "S13": -21.36628687186413, "W21": -32.404738707261622, "S21": -32.404738707261622, "W22": -39.951301553553087, "S22": -39.951301553553087, "W31": -68.003156413165854, "S31": -71.975469233637781, "W32": -97.92319784415001, "S32": -102.92319784415001 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 505518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9734756952247041, "S11": 1.9734756952247041, "W12": -7.0347407138961504, "S12": -15.145728812428031, "W13": -20.0, "S13": -20.0, "W21": -33.35351456499766, "S21": -33.35351456499766, "W22": -77.490366088631987, "S22": -100.8719648819955, "W31": -100.8719648819955, "S31": -100.8719648819955, "W32": -103.4917207482344, "S32": -108.4917207482344 }, "geometry": { "type": "Point", "coordinates": [ 102696.0, 506307.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.375681995323462, "W13": -15.000000000000002, "S13": -15.78654081818893, "W21": -39.596072510122838, "S21": -47.641594135241242, "W22": -67.375754348597809, "S22": -97.375754348597809, "W31": -99.985964547486617, "S31": -99.985964547486617, "W32": -102.95981815790957, "S32": -107.95981815790957 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 498613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2497339067898192, "S11": 3.2497339067898192, "W12": -5.0, "S12": -5.0, "W13": -20.444540358744394, "S13": -20.944540358744394, "W21": -40.0, "S21": -61.451847981520189, "W22": -72.960052390307794, "S22": -86.198874680677065, "W31": -100.78774350649351, "S31": -100.78774350649351, "W32": -100.78774350649351, "S32": -105.14061352977942 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 500429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12892634147508436, "S11": 0.12892634147508436, "W12": -15.0, "S12": -19.183604336426274, "W13": -25.0, "S13": -25.164886285320467, "W21": -34.219357246416862, "S21": -34.808735681421268, "W22": -40.111261596540729, "S22": -43.97051347589948, "W31": -69.987463329697363, "S31": -70.987463329697363, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 505263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7660883855644135, "S11": 0.7660883855644135, "W12": -5.809539599207147, "S12": -5.8095395992071461, "W13": -17.024793388429753, "S13": -17.024793388429753, "W21": -31.866069179895614, "S21": -31.866069179895614, "W22": -66.098270918411671, "S22": -80.663511477811227, "W31": -91.290699879749667, "S31": -91.290699879749667, "W32": -91.290699879749667, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 506146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3159806295399514, "S11": 2.3159806295399514, "W12": -9.9632197558518474, "S12": -9.9632197558518474, "W13": -21.160243817858245, "S13": -21.160243817858245, "W21": -34.314248733550549, "S21": -34.315053492701175, "W22": -68.120076901876814, "S22": -68.120076901876814, "W31": -94.067655733392726, "S31": -94.067655733392726, "W32": -94.329192428633931, "S32": -99.329192428633931 }, "geometry": { "type": "Point", "coordinates": [ 102697.0, 506988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19003984063745016, "S11": -0.19003984063745016, "W12": -7.6364555723561161, "S12": -7.6364555723561161, "W13": -20.27320835803047, "S13": -20.27320835803047, "W21": -40.064531548757174, "S21": -40.115155954390211, "W22": -40.0, "S22": -48.331326479152857, "W31": -66.2010371055962, "S31": -66.894153253753103, "W32": -90.533824185338858, "S32": -95.533824185338858 }, "geometry": { "type": "Point", "coordinates": [ 102698.0, 505789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3889742400631269, "S12": -7.3889742400631278, "W13": -20.0, "S13": -20.0, "W21": -34.516092997438946, "S21": -34.516092997438946, "W22": -39.831468208644189, "S22": -39.831468208644189, "W31": -60.34120488561846, "S31": -61.1985365256267, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102698.0, 506883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9986701630248549, "S11": 1.9986701630248549, "W12": -13.390820138270714, "S12": -13.530566611384597, "W13": -18.912027341912868, "S13": -18.912027341912868, "W21": -32.922597260489042, "S21": -32.922597260489042, "W22": -46.437554267447005, "S22": -46.443513439776169, "W31": -83.578846541641454, "S31": -83.578846541641454, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102698.25, 506047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62635376293115286, "S11": -0.62635376293115286, "W12": -9.742046279365427, "S12": -12.919311437862927, "W13": -30.0, "S13": -30.0, "W21": -38.199123373803047, "S21": -38.199123373803047, "W22": -80.0, "S22": -93.811890326134986, "W31": -93.811890326134986, "S31": -93.811890326134986, "W32": -93.811890326134986, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102698.25, 510389.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50874358110117579, "S11": 0.50874358110117579, "W12": -10.292536953148266, "S12": -10.59856258835417, "W13": -20.000000000000004, "S13": -20.229258133513454, "W21": -32.795519635232402, "S21": -32.795519635232402, "W22": -70.176952350888271, "S22": -84.381303227777295, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102698.5, 511475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71551723345043716, "S11": 0.71551723345043716, "W12": -7.6060459038958186, "S12": -7.6060459038958186, "W13": -20.159139083621106, "S13": -20.159139083621106, "W21": -42.84002186245884, "S21": -42.84002186245884, "W22": -40.230086348303807, "S22": -42.36237494926209, "W31": -69.941762516337789, "S31": -69.941762516337789, "W32": -98.061851612002073, "S32": -103.06185161200207 }, "geometry": { "type": "Point", "coordinates": [ 102698.666666666671517, 515514.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5440324620842452, "S12": -12.003852522500644, "W13": -19.933343187470598, "S13": -25.099392422114988, "W21": -36.65072549228347, "S21": -41.06675250324701, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.247394372640443, "W32": -83.146882441132419, "S32": -88.146882441132419 }, "geometry": { "type": "Point", "coordinates": [ 102698.714285714289872, 504041.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2143720427661511, "S11": 2.9648200332090218, "W12": -6.6681203115539729, "S12": -7.7415697734423565, "W13": -18.808571721521584, "S13": -23.808571721521584, "W21": -60.0, "S21": -80.0, "W22": -42.367373374622424, "S22": -42.367373374622424, "W31": -67.794942049443279, "S31": -72.30903384296964, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 501269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3988021797603665, "S11": 3.1500219937640637, "W12": -7.2543291815463231, "S12": -7.389905548900062, "W13": -16.574368983888625, "S13": -19.574368983888625, "W21": -40.0, "S21": -54.605662812416476, "W22": -41.778090029800509, "S22": -44.636751924847914, "W31": -69.097967185088322, "S31": -70.878723793213112, "W32": -82.795498186473424, "S32": -87.795498186473424 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 502124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47458516989177502, "S11": -0.5251587153688223, "W12": -12.333374551749722, "S12": -16.445657406907152, "W13": -23.73092841359475, "S13": -23.73092841359475, "W21": -34.151464541259749, "S21": -34.565108051972615, "W22": -73.760002, "S22": -99.500002, "W31": -99.510002, "S31": -99.510002, "W32": -99.529999, "S32": -104.529999 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.337793809634627, "S12": -12.337793809634627, "W13": -20.532351743488359, "S13": -20.532351743488359, "W21": -35.787121482076266, "S21": -36.044715987562164, "W22": -80.94767677939555, "S22": -90.0, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102699.0, 507507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3942267172355316, "S11": 1.3942267172355316, "W12": -10.0, "S12": -10.12918461618321, "W13": -20.470415953022055, "S13": -20.470415953022055, "W21": -35.949436235380247, "S21": -35.949436235380247, "W22": -39.81146212460915, "S22": -47.622856537196768, "W31": -68.350835973563207, "S31": -69.254345270805587, "W32": -90.60353498726144, "S32": -95.60353498726144 }, "geometry": { "type": "Point", "coordinates": [ 102699.333333333328483, 507349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1366952008013906, "S11": 1.6578321649196561, "W12": -7.2158279856739931, "S12": -7.2158279856739931, "W13": -18.036831201944135, "S13": -21.036831201944135, "W21": -45.245470656829895, "S21": -63.150269333522616, "W22": -39.211973947211447, "S22": -42.616885041254157, "W31": -69.770622874173043, "S31": -69.770622874173043, "W32": -98.409256645101721, "S32": -103.40925664510172 }, "geometry": { "type": "Point", "coordinates": [ 102699.666666666671517, 502618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64396795217004255, "S11": 0.64396795217004255, "W12": -9.9460552279177037, "S12": -10.56533361159692, "W13": -16.620255849239769, "S13": -17.619668662382075, "W21": -20.316075569240127, "S21": -20.316075569240127, "W22": -40.0, "S22": -41.027261650929027, "W31": -68.15292681432291, "S31": -71.51229019810313, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 497098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2120919410561939, "S11": 3.2120919410561939, "W12": -5.0, "S12": -5.0, "W13": -20.337661906343406, "S13": -20.837661906343406, "W21": -40.0, "S21": -64.876719056974451, "W22": -68.721514320000509, "S22": -78.396282430829928, "W31": -99.869054389170202, "S31": -99.869054389170202, "W32": -101.02987992610824, "S32": -106.02987992610824 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 500386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.632061650930519, "S11": 3.3275884313896076, "W12": -7.3812188268352656, "S12": -7.3812188268352656, "W13": -20.42039846743295, "S13": -21.805461171183428, "W21": -50.0246953914748, "S21": -75.024695391474808, "W22": -79.996125318277521, "S22": -97.390211985202214, "W31": -97.390211985202214, "S31": -97.390211985202214, "W32": -103.51540950110675, "S32": -108.51540950110675 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 500715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6081847767915569, "S11": 3.3981963129893091, "W12": -7.3996564805057954, "S12": -7.3996564805057954, "W13": -20.403405363984675, "S13": -22.072118101510007, "W21": -50.0, "S21": -75.0, "W22": -40.417055288550429, "S22": -40.417055288550429, "W31": -71.157008491827426, "S31": -75.723126476803117, "W32": -95.429252653132352, "S32": -100.42925265313235 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 500737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9, "S11": -0.2, "W12": -9.3326543538658644, "S12": -11.123215790763687, "W13": -14.781397643362137, "S13": -16.723263788941033, "W21": -42.857521889095253, "S21": -56.686747693215651, "W22": -46.685980283235125, "S22": -48.788997996078983, "W31": -69.078488189813527, "S31": -73.219624491251821, "W32": -100.08290565907761, "S32": -105.08290565907761 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7111435008907674, "S11": 2.3642475425687284, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -44.269692227438703, "S21": -59.927404636200222, "W22": -42.602026118082314, "S22": -45.182976937156951, "W31": -69.387855661256921, "S31": -71.458334384661171, "W32": -81.411582827922473, "S32": -86.411582827922473 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 502305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5822316344709542, "S11": 2.2271203085789937, "W12": -5.2408133667502854, "S12": -5.2408133667502854, "W13": -15.0, "S13": -18.0, "W21": -44.680069915371845, "S21": -60.53699748050353, "W22": -35.84782764157201, "S22": -50.18598225289319, "W31": -74.690290023845165, "S31": -75.190290023845165, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 502339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.774596121929392, "S21": -38.774596121929392, "W22": -67.882676606319336, "S22": -97.155965262857222, "W31": -99.694027135207875, "S31": -99.694027135207875, "W32": -103.08680705577378, "S32": -108.08680705577378 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6009354335788397, "S11": 2.6009354335788397, "W12": -5.0, "S12": -8.3890365480229896, "W13": -28.177596007209203, "S13": -28.339594876970693, "W21": -34.891896683652455, "S21": -34.891896683652455, "W22": -39.715603212017811, "S22": -39.715603212017811, "W31": -60.0, "S31": -61.043880786303106, "W32": -90.142404655785526, "S32": -95.142404655785526 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 510628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4498747334754799, "S11": 0.4498747334754799, "W12": -12.289601884548983, "S12": -12.289601884548983, "W13": -20.0, "S13": -20.0, "W21": -33.877337579260676, "S21": -34.518032008396204, "W22": -39.409194544362187, "S22": -42.90697237566922, "W31": -70.0, "S31": -70.959944073783603, "W32": -90.673245789183966, "S32": -95.673245789183966 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7019096738221355, "S11": 1.7019096738221355, "W12": -15.0, "S12": -15.0, "W13": -20.523035094550956, "S13": -21.063822472813889, "W21": -37.745462840349106, "S21": -41.840550978764426, "W22": -32.962348316282153, "S22": -49.627106022167325, "W31": -80.234729184412046, "S31": -80.400920049354227, "W32": -95.014987370041268, "S32": -100.01498737004127 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.555449578065891, "S12": -12.555449578065891, "W13": -20.430823159367211, "S13": -20.430823159367211, "W21": -41.643736750195515, "S21": -41.643736750195515, "W22": -36.788987822773301, "S22": -42.877098248932505, "W31": -70.628638684288362, "S31": -71.51540144108094, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102700.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44435555450799047, "S11": 0.44435555450799047, "W12": -11.435674120236774, "S12": -11.435674120236774, "W13": -20.0, "S13": -21.506984989385369, "W21": -33.850198895469738, "S21": -34.336880998800403, "W22": -33.533633900989102, "S22": -42.55997671173796, "W31": -69.731542675449219, "S31": -70.130957680273909, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102700.588235294111655, 511775.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93300804597701181, "S11": 0.93300804597701181, "W12": -7.3645345142292324, "S12": -7.3645345142292324, "W13": -16.515255803717025, "S13": -17.467452807802363, "W21": -34.221544759556096, "S21": -36.896012536660336, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -82.761835540059408, "S32": -87.761835540059408 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 497942.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48860472644868891, "S11": -0.48860472644868891, "W12": -7.2790766663576525, "S12": -8.0669933056318612, "W13": -20.0, "S13": -20.51074803780234, "W21": -38.713363660663511, "S21": -40.207045716046409, "W22": -65.294894603482661, "S22": -76.94738541504519, "W31": -93.593366403653221, "S31": -93.593366403653221, "W32": -100.27004791172628, "S32": -105.27004791172628 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5, "S11": 1.5, "W12": -6.9, "S12": -21.0, "W13": -21.01, "S13": -21.01, "W21": -35.801167737985921, "S21": -35.801167737985921, "W22": -75.74181117533719, "S22": -100.32702987820295, "W31": -100.32702987820295, "S31": -100.32702987820295, "W32": -103.54576255010497, "S32": -108.54576255010497 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0283324566017815, "S11": 2.0283324566017815, "W12": -9.6148050574300647, "S12": -18.801541089075396, "W13": -20.0, "S13": -20.00344098091702, "W21": -34.255115432783775, "S21": -34.255115432783775, "W22": -69.447969543147209, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 506382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.389241724927011, "S12": -12.903060070399425, "W13": -20.0, "S13": -20.064861222254969, "W21": -32.987591704573369, "S21": -32.987591704573369, "W22": -38.876201374006655, "S22": -43.165961623561742, "W31": -70.0, "S31": -73.0, "W32": -90.598645323408817, "S32": -95.598645323408817 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4272942755178177, "S11": -1.4272942755178177, "W12": -10.952714697630922, "S12": -13.799499248439091, "W13": -27.335853645564317, "S13": -27.335853645564317, "W21": -39.880704377581054, "S21": -39.880704377581054, "W22": -41.151523776948636, "S22": -50.768269059967508, "W31": -69.449355959144029, "S31": -69.449355959144029, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 509466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -4.418316452186394, "S12": -7.2235112573811993, "W13": -24.572285490741546, "S13": -24.598438614925676, "W21": -34.072985067769352, "S21": -34.072985067769352, "W22": -32.216146209712285, "S22": -41.765319542438746, "W31": -71.428851558925416, "S31": -71.845477817892998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 510765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12456520178947159, "S11": 0.12456520178947163, "W12": -15.0, "S12": -19.117860208630972, "W13": -25.000000000000004, "S13": -25.131768059645278, "W21": -34.244575122874522, "S21": -34.921768211873399, "W22": -40.0, "S22": -42.473660267491589, "W31": -68.386990329007375, "S31": -70.020105101267518, "W32": -91.076068242291441, "S32": -96.076068242291441 }, "geometry": { "type": "Point", "coordinates": [ 102701.4, 505257.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9036037622338777, "S11": 1.9036037622338777, "W12": -6.9597968605854765, "S12": -15.26861853987516, "W13": -20.0, "S13": -20.070633541539586, "W21": -33.111630935045874, "S21": -33.111630935045874, "W22": -42.204785202066788, "S22": -45.016144226600041, "W31": -69.122142259764018, "S31": -71.25459303145108, "W32": -82.647215703008328, "S32": -87.647215703008328 }, "geometry": { "type": "Point", "coordinates": [ 102702.0, 506309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.538576513078608, "S12": -11.911866408100893, "W13": -31.678429524635419, "S13": -31.944448731150334, "W21": -37.352518320085345, "S21": -37.352518320085345, "W22": -39.083592581046823, "S22": -42.723577287773281, "W31": -69.711688587810841, "S31": -69.711688587810841, "W32": -98.43609295448617, "S32": -103.43609295448617 }, "geometry": { "type": "Point", "coordinates": [ 102702.0, 510512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84905510439696108, "S11": 0.84905510439696108, "W12": -7.5935484872154317, "S12": -7.5935484872154317, "W13": -20.177846165761459, "S13": -20.177846165761459, "W21": -43.104755051090251, "S21": -43.104755051090251, "W22": -71.9296456, "S22": -88.11634125217391, "W31": -100.37860071186992, "S31": -100.37860071186992, "W32": -100.37860071186992, "S32": -105.02802882058825 }, "geometry": { "type": "Point", "coordinates": [ 102702.0, 515442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67549815707400063, "S11": 0.67549815707400063, "W12": -9.032389034231997, "S12": -9.032389034231997, "W13": -16.466504690718772, "S13": -17.331116860998218, "W21": -27.009256091534571, "S21": -27.009256091534571, "W22": -62.468700731324219, "S22": -76.788069744082804, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 497292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2612602411337517, "S11": 3.2612602411337517, "W12": -5.0, "S12": -5.0, "W13": -20.482085201793723, "S13": -21.167082900827317, "W21": -50.0, "S21": -65.565394346056536, "W22": -61.818698960960987, "S22": -88.439721908029043, "W31": -92.716111625386318, "S31": -92.716111625386318, "W32": -92.716111625386318, "S32": -97.253964469899657 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 500466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.232156611039795, "S11": 2.9767414485849213, "W12": -6.0791927328571633, "S12": -8.8188315192316367, "W13": -19.725730978334369, "S13": -24.725730978334369, "W21": -58.846340816687295, "S21": -81.477481917579283, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -90.057611870087612, "S32": -95.057611870087612 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 501093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6057963755577815, "S11": 2.0138966622457368, "W12": -5.9233180832383132, "S12": -5.9233180832383132, "W13": -15.0, "S13": -18.0, "W21": -44.943638690869065, "S21": -61.331762396393628, "W22": -39.006926964115223, "S22": -39.910608898907093, "W31": -70.0, "S31": -71.711284994767254, "W32": -90.708158245325805, "S32": -95.708158245325805 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 502434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13787947656754621, "S11": 0.010061549698839573, "W12": -15.0, "S12": -19.092695810636759, "W13": -25.0, "S13": -25.053943988471897, "W21": -34.285110300308894, "S21": -35.043468178425066, "W22": -38.861534119770155, "S22": -38.861534119770155, "W31": -70.0, "S31": -71.963713369963372, "W32": -90.687798014177204, "S32": -95.687798014177204 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 505248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7896034595974544, "S11": 1.7896034595974544, "W12": -7.3166985866795518, "S12": -15.398807333450128, "W13": -20.0, "S13": -20.337651286879964, "W21": -33.538650494662285, "S21": -33.538650494662285, "W22": -41.794184340112444, "S22": -44.367960283551589, "W31": -69.447412113315679, "S31": -71.350913010981742, "W32": -81.101642942448592, "S32": -86.101642942448592 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.784861676730795, "S12": -11.908659753653874, "W13": -20.962261345819559, "S13": -20.962261345819559, "W21": -35.839714902217267, "S21": -35.841195360032373, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -83.338179289723655, "S32": -88.338179289723655 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 507635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3674924871835419, "S12": -10.755521593186156, "W13": -30.0, "S13": -30.236040321399727, "W21": -36.513568555090394, "S21": -36.513568555090394, "W22": -69.597706143019323, "S22": -83.850368537495868, "W31": -90.896691950352675, "S31": -90.896691950352675, "W32": -90.896691950352675, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.0, 510550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.525459095788563, "S13": -20.525459095788563, "W21": -39.654284184703187, "S21": -41.503091942422195, "W22": -70.908267018030045, "S22": -78.337146868260632, "W31": -95.630636537034761, "S31": -95.630636537034761, "W32": -95.987885940704359, "S32": -100.98788594070436 }, "geometry": { "type": "Point", "coordinates": [ 102703.008196721304557, 513497.573770491813775 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25617266209937106, "S11": -0.25617266209937106, "W12": -7.6432131327963111, "S12": -7.6432131327963111, "W13": -20.05169964573733, "S13": -20.05169964573733, "W21": -42.21699767192198, "S21": -42.21699767192198, "W22": -32.624465087087152, "S22": -41.692089087178175, "W31": -70.0, "S31": -70.41934282476106, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102703.253333333326736, 516163.573333333304618 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64461967930189368, "S11": 0.64461967930189368, "W12": -9.9905219049308283, "S12": -10.714275887103296, "W13": -16.669016379168205, "S13": -17.668257480731356, "W21": -19.999999999999996, "S21": -19.999999999999996, "W22": -47.645270505622435, "S22": -47.652392429580118, "W31": -85.682868325440992, "S31": -85.682868325440992, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 497091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65834023249220308, "S11": 0.65834023249220308, "W12": -9.443937899077687, "S12": -9.443937899077687, "W13": -16.427129212321802, "S13": -17.352798923018359, "W21": -23.999885961911275, "S21": -24.006726439032839, "W22": -68.298815228909064, "S22": -85.182694529132149, "W31": -99.786578235462684, "S31": -99.786578235462684, "W32": -101.27928725369459, "S32": -106.27928725369459 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 497206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.433509203189641, "W13": -15.0, "S13": -15.755940865121373, "W21": -39.731487971690086, "S21": -47.551965988463415, "W22": -74.867189022251125, "S22": -83.868391686874318, "W31": -98.770869644458685, "S31": -98.770869644458685, "W32": -99.997898803363611, "S32": -104.99789880336361 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 498630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6835671571263298, "S12": -8.6835671571263298, "W13": -19.69536931168534, "S13": -20.475449686642989, "W21": -44.95956816702023, "S21": -51.54859630606019, "W22": -72.352896150804426, "S22": -87.081678885515771, "W31": -95.671649138128771, "S31": -95.671649138128771, "W32": -98.816213646605917, "S32": -103.81621364660592 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 499895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.174601226993865, "S11": 0.17460122699386504, "W12": -9.5482315343976278, "S12": -10.468803676660029, "W13": -14.811729143754908, "S13": -16.441164681348727, "W21": -44.494560891483154, "S21": -57.509062921303752, "W22": -38.772778356385409, "S22": -38.772778356385409, "W31": -70.0, "S31": -72.445657826313052, "W32": -90.658693886533385, "S32": -95.658693886533385 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 501765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6304116200710319, "S11": 2.0115240233814782, "W12": -5.9831946648199077, "S12": -5.9831946648199077, "W13": -15.0, "S13": -18.0, "W21": -44.982888597762624, "S21": -61.409408309866365, "W22": -32.372569705142986, "S22": -41.534523666659993, "W31": -70.0, "S31": -70.421833010071737, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 502442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.1077875193398663, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.840446643451038, "W22": -45.751416878788127, "S22": -48.043945856078949, "W31": -69.159134870442557, "S31": -72.961064471707431, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 508441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45262800864278185, "S11": 0.45262800864278185, "W12": -11.096963448796293, "S12": -11.096963448796293, "W13": -20.0, "S13": -22.214004277834064, "W21": -33.868850559786559, "S21": -34.130837854177109, "W22": -35.147290705737575, "S22": -35.147290705737575, "W31": -80.074953527934355, "S31": -80.110564355965735, "W32": -92.436825526952234, "S32": -97.436825526952234 }, "geometry": { "type": "Point", "coordinates": [ 102704.0, 511687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1241699867197876, "S11": 0.1241699867197876, "W12": -7.534627323668043, "S12": -7.6022585972392642, "W13": -20.247649705811732, "S13": -20.247649705811732, "W21": -40.057202039515616, "S21": -40.057202039515616, "W22": -37.56692023640251, "S22": -46.448602626339671, "W31": -69.629456429006652, "S31": -69.758976386635794, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102704.5, 505803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.385632491438356, "S12": -5.385632491438356, "W13": -15.0, "S13": -17.043833958221747, "W21": -37.35737946170336, "S21": -47.134371872118535, "W22": -70.0, "S22": -106.92118533275229, "W31": -106.92118533275229, "S31": -106.92118533275229, "W32": -106.92118533275229, "S32": -109.17602996254682 }, "geometry": { "type": "Point", "coordinates": [ 102705.0, 498319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0714848762603122, "S11": 3.0714848762603122, "W12": -5.9365314647621616, "S12": -5.9365314647621616, "W13": -20.0, "S13": -20.856598798886772, "W21": -40.000000000000007, "S21": -70.0, "W22": -66.441799647755772, "S22": -108.0751410554341, "W31": -108.0751410554341, "S31": -108.0751410554341, "W32": -108.0751410554341, "S32": -108.0751410554341 }, "geometry": { "type": "Point", "coordinates": [ 102705.0, 500204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9856027706994925, "S11": 1.9856027706994925, "W12": -7.7268773466833558, "S12": -19.509963208529708, "W13": -19.509963208529708, "S13": -19.509963208529708, "W21": -32.561801723268431, "S21": -32.561801723268431, "W22": -39.910433926711107, "S22": -39.910433926711107, "W31": -60.0, "S31": -60.721631083956886, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102705.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2713893759669936, "S11": 2.9060955773772159, "W12": -6.2031137724550893, "S12": -6.2031137724550893, "W13": -20.658161434977579, "S13": -23.658161434977579, "W21": -50.0, "S21": -50.843487453402325, "W22": -35.152334219487891, "S22": -45.138858268189772, "W31": -80.244780775399718, "S31": -80.579331809455738, "W32": -95.004259009030207, "S32": -100.00425900903021 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 500590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1206328839820792, "S12": -15.120632883982079, "W13": -19.965093138289038, "S13": -25.51837628899651, "W21": -37.395528534867069, "S21": -42.534314814550449, "W22": -36.064641509686844, "S22": -36.064641509686844, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -95.535451723574582, "S32": -100.53545172357458 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 503971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60739183516691608, "S11": -0.60739183516691608, "W12": -7.4946925624273435, "S12": -7.9593562926225969, "W13": -19.986678892401621, "S13": -19.986678892401621, "W21": -39.425789371702223, "S21": -40.297565553745123, "W22": -40.481397330303892, "S22": -41.94476695539602, "W31": -69.995046708239514, "S31": -69.995046708239514, "W32": -97.82194540737072, "S32": -102.82194540737072 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0347842599778727, "S11": 2.0347842599778727, "W12": -15.0, "S12": -15.0, "W13": -20.580428565167686, "S13": -21.233431456503627, "W21": -38.533739706720709, "S21": -41.630191794105578, "W22": -39.040411079630182, "S22": -42.665895431846302, "W31": -69.744796120490051, "S31": -69.744796120490051, "W32": -98.369282335703929, "S32": -103.36928233570393 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 513218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82443557113875543, "S11": 0.82443557113875543, "W12": -7.5872495350024725, "S12": -7.5872495350024725, "W13": -20.178986391206017, "S13": -20.178986391206017, "W21": -43.045283650581503, "S21": -43.045283650581503, "W22": -38.955211214882198, "S22": -42.830269534292391, "W31": -69.652754301448638, "S31": -69.652754301448638, "W32": -98.462929263870578, "S32": -103.46292926387058 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 515475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79974575766374933, "S11": 0.79974575766374933, "W12": -7.5884111974804052, "S12": -7.5884111974804052, "W13": -20.1761405450459, "S13": -20.1761405450459, "W21": -42.994912869030038, "S21": -42.994912869030038, "W22": -66.753781735027175, "S22": -66.753781735027175, "W31": -93.775993830536379, "S31": -93.775993830536379, "W32": -94.167269150017972, "S32": -99.167269150017972 }, "geometry": { "type": "Point", "coordinates": [ 102706.0, 515491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4068020304568529, "S12": -6.1292332106149345, "W13": -15.0, "S13": -15.0, "W21": -47.567168118237007, "S21": -52.767753509730206, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.944906468480497, "S32": -87.944906468480497 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 499035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -9.8025969165215123, "S12": -9.8025969165215123, "W13": -14.851283267871171, "S13": -16.191947513803246, "W21": -46.40915528347572, "S21": -57.836488240024877, "W22": -46.969426147818751, "S22": -46.979426147818749, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 501724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5936936526727985, "S11": 2.0104405559021066, "W12": -5.893680058490844, "S12": -5.893680058490844, "W13": -15.0, "S13": -18.0, "W21": -45.022594317273878, "S21": -61.341649815524946, "W22": -75.147092545656733, "S22": -86.204046524577421, "W31": -99.416682484176803, "S31": -99.416682484176803, "W32": -99.747756346650576, "S32": -104.74775634665058 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 502428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.64315636098716, "S11": 2.0077409339303207, "W12": -6.0140867418659871, "S12": -6.0140867418659871, "W13": -15.0, "S13": -18.0, "W21": -45.05750873884967, "S21": -61.476171815285824, "W22": -69.27274307064036, "S22": -83.552075106001794, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 502445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7051301051632723, "S12": -15.886844797335044, "W13": -19.675401541477981, "S13": -27.130919777539347, "W21": -51.18902017449885, "S21": -71.797930392531612, "W22": -37.902226369212187, "S22": -46.846801840910302, "W31": -69.664499749801323, "S31": -69.807501338707866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 503069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40571397813449445, "S11": -1.5964259274145018, "W12": -13.612356250772848, "S12": -17.622347188138605, "W13": -25.0, "S13": -25.0, "W21": -34.268205368970747, "S21": -39.268205368970747, "W22": -35.058619827123117, "S22": -35.058619827123117, "W31": -80.063741379269032, "S31": -80.063741379269032, "W32": -92.186128332564778, "S32": -97.186128332564778 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 505099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33527077447335429, "S11": -0.33527077447335429, "W12": -7.2988935337543159, "S12": -7.6041989048673262, "W13": -20.077748345078447, "S13": -20.077748345078447, "W21": -39.777507427782865, "S21": -40.312451934550843, "W22": -75.691173669016251, "S22": -90.238705207707028, "W31": -92.788684495285196, "S31": -92.788684495285196, "W32": -102.66548196236339, "S32": -107.66548196236339 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 505780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9289026275115901, "S12": -8.8033989713408687, "W13": -25.361435468406874, "S13": -25.361435468406874, "W21": -40.939429675801193, "S21": -40.939429675801193, "W22": -80.0, "S22": -99.992589953684885, "W31": -99.992589953684885, "S31": -99.992589953684885, "W32": -103.72203303252168, "S32": -108.72203303252168 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 509010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -4.5461825773515363, "S12": -7.0972154371092291, "W13": -24.833087020777185, "S13": -24.870822115343778, "W21": -34.173688031242826, "S21": -34.173688031242826, "W22": -62.534020071927031, "S22": -95.0, "W31": -99.759564550197396, "S31": -99.759564550197396, "W32": -102.92017931219056, "S32": -107.92017931219056 }, "geometry": { "type": "Point", "coordinates": [ 102707.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67152275304791609, "S11": 0.67152275304791609, "W12": -9.1768780207963818, "S12": -9.1768780207963818, "W13": -16.44959483908384, "S13": -17.298727218203048, "W21": -25.962386437069977, "S21": -25.962386437069977, "W22": -75.621508230167862, "S22": -75.621508230167862, "W31": -98.207785458167834, "S31": -98.207785458167834, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102707.5, 497264.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3022283996994739, "S11": 3.1818723625477712, "W12": -8.2877722228596724, "S12": -11.051464404349037, "W13": -15.985995925955162, "S13": -19.352498458811446, "W21": -39.847087802147747, "S21": -53.649897889995799, "W22": -75.703674520505814, "S22": -87.408841880173213, "W31": -97.601195395771938, "S31": -97.601195395771938, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102708.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5804642814561127, "S11": 3.4248080130629219, "W12": -7.4908521250439053, "S12": -7.4908521250439053, "W13": -20.355727203065133, "S13": -22.035159785519831, "W21": -50.0, "S21": -75.0, "W22": -40.740457874382152, "S22": -40.740457874382152, "W31": -72.776494192065201, "S31": -72.776494192065201, "W32": -95.99085863019144, "S32": -100.99085863019144 }, "geometry": { "type": "Point", "coordinates": [ 102709.0, 500748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23349321786560126, "S11": -0.69158585788629323, "W12": -14.673491269273972, "S12": -18.667965153308835, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.363651966200322, "S21": -35.577328217984245, "W22": -32.350090146029011, "S22": -38.238506858277084, "W31": -80.0, "S31": -80.31380280864289, "W32": -90.730388891735402, "S32": -95.730388891735402 }, "geometry": { "type": "Point", "coordinates": [ 102709.0, 505187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7149916646820826, "S11": 1.7149916646820826, "W12": -7.1764718405888548, "S12": -15.523834455620655, "W13": -20.0, "S13": -20.145208499335865, "W21": -33.138997273531579, "S21": -33.138997273531579, "W22": -42.630707265050198, "S22": -45.331717669758682, "W31": -69.372802931615695, "S31": -71.553653995445487, "W32": -81.442799381614932, "S32": -86.442799381614932 }, "geometry": { "type": "Point", "coordinates": [ 102709.0, 506342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -16.072136469115843, "W21": -38.658959134370008, "S21": -47.286178178220943, "W22": -37.708677464708941, "S22": -37.708677464708941, "W31": -70.0, "S31": -70.330867628427811, "W32": -80.780087246599962, "S32": -85.780087246599962 }, "geometry": { "type": "Point", "coordinates": [ 102709.25, 498489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46736772236357904, "S11": -0.20238097370104413, "W12": -11.870388689666544, "S12": -15.819572509439062, "W13": -23.25754387195585, "S13": -23.25754387195585, "W21": -34.185953119345648, "S21": -36.267557807368753, "W22": -35.0, "S22": -43.984937489534992, "W31": -69.689679374206008, "S31": -69.911813761557781, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102709.666666666671517, 504964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9456546929316338, "S11": 1.9456546929316338, "W12": -9.1454993422701527, "S12": -15.613443500600173, "W13": -19.919443483319039, "S13": -24.43081978236679, "W21": -50.320217936192925, "S21": -70.359073127260757, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.767871876431656, "S32": -87.767871876431656 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 502958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49114011499573346, "S11": -1.2812379103596261, "W12": -12.619018177321626, "S12": -16.572505257086963, "W13": -24.004857774192416, "S13": -24.004857774192416, "W21": -34.19242458381779, "S21": -34.19242458381779, "W22": -33.819413885099607, "S22": -49.531991990065364, "W31": -79.009635128732441, "S31": -79.346556392627207, "W32": -95.007329867882333, "S32": -100.00732986788233 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14085787421353557, "S11": -0.14085787421353557, "W12": -13.395300416418797, "S12": -18.611006421267426, "W13": -22.523792149350847, "S13": -23.564982647927685, "W21": -33.699033004488712, "S21": -33.699033004488712, "W22": -80.0, "S22": -101.55656108597285, "W31": -101.55656108597285, "S31": -101.55656108597285, "W32": -103.76766558828537, "S32": -108.76766558828537 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 505384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5958174964448038, "S12": -10.067602224368967, "W13": -20.0, "S13": -20.0, "W21": -33.36200817781355, "S21": -33.36200817781355, "W22": -70.969865809799529, "S22": -89.247725498085416, "W31": -99.899971339269698, "S31": -99.899971339269698, "W32": -99.91219011526718, "S32": -104.91219011526718 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 506800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.474311552920843, "S11": 2.474311552920843, "W12": -15.0, "S12": -15.0, "W13": -20.542616271295625, "S13": -20.700148632017104, "W21": -39.475073501352057, "S21": -41.426219777886537, "W22": -88.011717825297879, "S22": -94.684386462732348, "W31": -94.684386462732348, "S31": -94.684386462732348, "W32": -94.684386462732348, "S32": -98.324708926261323 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 513470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75043641093053792, "S11": 0.75043641093053792, "W12": -7.5832739077453777, "S12": -7.5832739077453777, "W13": -20.174434924330338, "S13": -20.174434924330338, "W21": -42.885070686969833, "S21": -42.885070686969833, "W22": -67.35042140933183, "S22": -81.795343184506919, "W31": -91.040739457606406, "S31": -91.040739457606406, "W32": -91.040739457606406, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102710.0, 515540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37, "S11": -0.37, "W12": -8.6700001, "S12": -8.6700001, "W13": -26.370001, "S13": -26.370001, "W21": -32.860001, "S21": -32.870001, "W22": -38.890201923076923, "S22": -42.936961780811508, "W31": -69.60142686605478, "S31": -69.895281637712841, "W32": -98.489765573254999, "S32": -103.489765573255 }, "geometry": { "type": "Point", "coordinates": [ 102710.1, 507212.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71947972781400615, "S11": 0.71947972781400615, "W12": -8.2949405527261355, "S12": -8.2949405527261355, "W13": -16.526746354919219, "S13": -17.276370584590044, "W21": -30.647311114622642, "S21": -30.647311114622642, "W22": -44.816853474341137, "S22": -47.298893716078922, "W31": -69.239781551071559, "S31": -72.702504452163012, "W32": -99.924951178527607, "S32": -104.92495117852761 }, "geometry": { "type": "Point", "coordinates": [ 102710.5, 497494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1397818929681764, "S11": 2.8370401383134665, "W12": -6.4606528176988069, "S12": -6.4606528176988069, "W13": -15.466770151675696, "S13": -18.466770151675696, "W21": -41.736102632971146, "S21": -56.617140443542759, "W22": -69.048223350253807, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102710.75, 502188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.530282545068921, "S13": -20.530282545068925, "W21": -39.767081411167936, "S21": -41.36996521018159, "W22": -75.970088254878249, "S22": -75.970088254878249, "W31": -98.137231212812296, "S31": -98.137231212812296, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102710.770491803283221, 513546.934426229505334 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1344305050045498, "S11": 2.6344305050045498, "W12": -8.3048430428848512, "S12": -8.3048430428848512, "W13": -16.76750070283947, "S13": -18.681049105561744, "W21": -57.286714770797971, "S21": -61.425420118722812, "W22": -39.53855941637142, "S22": -43.823892465047763, "W31": -69.913821745992195, "S31": -70.913821745992195, "W32": -90.681548924771448, "S32": -95.681548924771448 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 501490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.3352459016393441, "W12": -9.2452963277527456, "S12": -11.540526493091154, "W13": -14.741473998428908, "S13": -16.944298531004296, "W21": -43.051207216768375, "S21": -56.801509124444529, "W22": -35.625177465105722, "S22": -42.650552757765134, "W31": -80.184728094701057, "S31": -80.647227285534825, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 501812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8703620962487197, "S11": 2.8703620962487197, "W12": -9.0771551146266258, "S12": -12.924663143650058, "W13": -14.908993969268186, "S13": -17.711987263223865, "W21": -41.276041666666664, "S21": -54.913834231845435, "W22": -65.782534507462458, "S22": -65.782534507462458, "W31": -93.60784337279982, "S31": -93.60784337279982, "W32": -94.063815025188163, "S32": -99.063815025188163 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2798879883435021, "S11": 1.3152756622997646, "W12": -7.5639010931571535, "S12": -9.0287290160275511, "W13": -20.0, "S13": -23.0, "W21": -45.594459424748706, "S21": -63.931738205415591, "W22": -41.034491582787432, "S22": -41.034491582787432, "W31": -72.010342371021707, "S31": -72.010342371021707, "W32": -95.848135624766485, "S32": -100.84813562476648 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 502662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5716237550431709, "S12": -8.5505438733863652, "W13": -20.0, "S13": -21.328208601422283, "W21": -31.338085310405067, "S21": -33.214892702639169, "W22": -36.667195536761731, "S22": -38.873735167047883, "W31": -70.3927010002119, "S31": -70.548180122305496, "W32": -78.804999641975016, "S32": -83.804999641975016 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5722506393861895, "S11": 1.5722506393861895, "W12": -6.5033252853380157, "S12": -19.486144257997502, "W13": -20.464415517801857, "S13": -20.464415517801857, "W21": -34.54402433425161, "S21": -34.54402433425161, "W22": -45.887780304309736, "S22": -45.893347508973811, "W31": -82.959392014519054, "S31": -82.959392014519054, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 505961.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93989984118787562, "S11": 0.93989984118787562, "W12": -5.0, "S12": -12.711340206185566, "W13": -22.792411438458807, "S13": -22.792411438458807, "W21": -40.0, "S21": -40.917900939817741, "W22": -48.327551172821011, "S22": -48.336138946020426, "W31": -88.581462384799636, "S31": -88.581462384799636, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 508714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50898930151501176, "S11": -0.50898930151501176, "W12": -7.9350850077281843, "S12": -8.706910108459132, "W13": -25.365929217255786, "S13": -25.365929217255786, "W21": -40.962849065835066, "S21": -40.962849065835066, "W22": -67.354418281345033, "S22": -81.798077674171395, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 509013.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66526799905194534, "S11": -0.66526799905194534, "W12": -9.5922101757989058, "S12": -12.803112973312432, "W13": -30.0, "S13": -30.0, "W21": -38.166510251193799, "S21": -38.166510251193799, "W22": -32.769005659364304, "S22": -41.130629290286379, "W31": -69.925360371276042, "S31": -70.360323449349565, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102711.0, 510403.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6221418429831973, "S11": 0.6221418429831973, "W12": -6.18921568627451, "S12": -6.18921568627451, "W13": -16.283860887096772, "S13": -16.3119274151633, "W21": -55.810916688430396, "S21": -59.213539398270285, "W22": -40.0, "S22": -40.098105309434445, "W31": -70.0, "S31": -70.0, "W32": -97.40047998171498, "S32": -102.40047998171498 }, "geometry": { "type": "Point", "coordinates": [ 102711.5, 499306.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92988990077477229, "S11": 0.90510002448798865, "W12": -9.5030301419382273, "S12": -9.5030301419382273, "W13": -17.544902796141226, "S13": -19.891834888842627, "W21": -55.190452006094461, "S21": -70.190452006094461, "W22": -40.0, "S22": -43.0910290237467, "W31": -68.463985935821427, "S31": -69.274289695868774, "W32": -89.314586994727591, "S32": -94.314586994727591 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 499528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2725506592399354, "S11": 3.1997642093403083, "W12": -5.0, "S12": -5.0, "W13": -20.525728699551571, "S13": -21.473698742909868, "W21": -50.0, "S21": -58.069244307556929, "W22": -32.75, "S22": -41.141363267320315, "W31": -69.923204220180793, "S31": -70.359963006664557, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 500513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9586934624775383, "S11": 2.6735599375598964, "W12": -8.9990712900345837, "S12": -8.9990712900345837, "W13": -15.0, "S13": -16.09662484984165, "W21": -53.319098381710759, "S21": -59.478922018200812, "W22": -80.0, "S22": -98.462126786198354, "W31": -98.462126786198354, "S31": -98.462126786198354, "W32": -103.76809126511152, "S32": -108.76809126511152 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 501583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7662325835534105, "S11": 1.9958777396090259, "W12": -6.3134696497739622, "S12": -6.3134696497739622, "W13": -15.0, "S13": -18.0, "W21": -45.253758273317459, "S21": -60.0, "W22": -68.81501433660614, "S22": -83.132087251152228, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 502485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.301615074024273, "S12": -16.391038337183872, "W13": -19.463595164142365, "S13": -29.490663658348176, "W21": -51.888377346690788, "S21": -73.051027704831256, "W22": -39.999892627319944, "S22": -39.999892627319944, "W31": -70.612870792244479, "S31": -73.65367944292619, "W32": -92.057400022659181, "S32": -97.057400022659181 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 503168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4661843049835643, "S11": 2.4518774095606153, "W12": -7.1924291027827723, "S12": -11.95909136064949, "W13": -20.0, "S13": -22.435674306491808, "W21": -35.41011763880568, "S21": -38.166227017117762, "W22": -39.716372191953333, "S22": -40.574321306695495, "W31": -60.0, "S31": -60.718647994103399, "W32": -90.347474012486316, "S32": -95.347474012486316 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -4.447369966237706, "S12": -7.4419940600717052, "W13": -24.21361815754339, "S13": -24.214081158756247, "W21": -33.997189832165013, "S21": -33.997189832165013, "W22": -36.480323018300595, "S22": -45.313274963380685, "W31": -69.701184643510061, "S31": -69.844764016614207, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.0, 510801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66971328324354973, "S11": 0.66971328324354973, "W12": -9.2795019565892165, "S12": -9.2795019565892165, "W13": -16.436057026069186, "S13": -17.327696074556577, "W21": -25.223633443570151, "S21": -25.247687523738623, "W22": -37.310001, "S22": -46.254299710721661, "W31": -69.795472319520627, "S31": -70.074951897913252, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102712.75, 497245.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74711908137227101, "S11": 0.74711908137227101, "W12": -7.8528472491095425, "S12": -7.8528472491095425, "W13": -16.557704190200969, "S13": -17.083745074012782, "W21": -31.598916685247236, "S21": -31.598916685247236, "W22": -32.773527034900269, "S22": -36.387782094436602, "W31": -80.025151060926021, "S31": -80.244887787303227, "W32": -91.316202968352371, "S32": -96.316202968352371 }, "geometry": { "type": "Point", "coordinates": [ 102713.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6171170366011722, "S12": -6.6171170366011722, "W13": -15.848963882846936, "S13": -17.24022151541255, "W21": -35.752504338357888, "S21": -42.523913134398676, "W22": -34.903176063617309, "S22": -49.613113237909786, "W31": -76.566295125603062, "S31": -77.03022192310263, "W32": -95.000338625010301, "S32": -100.0003386250103 }, "geometry": { "type": "Point", "coordinates": [ 102713.0, 498108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.4988233707056793, "W13": -15.0, "S13": -15.723451881208771, "W21": -39.881866302017762, "S21": -47.432716953543768, "W22": -39.153192307692308, "S22": -43.043654027330618, "W31": -69.589424750771869, "S31": -70.253047727014575, "W32": -98.562434715473003, "S32": -103.562434715473 }, "geometry": { "type": "Point", "coordinates": [ 102713.0, 498648.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95439332806207822, "S11": -0.95439332806207822, "W12": -10.111276052267137, "S12": -13.111276052267137, "W13": -29.435780938612034, "S13": -29.435780938612034, "W21": -39.127271461880291, "S21": -39.127271461880291, "W22": -40.488994091752772, "S22": -43.274655329235365, "W31": -69.534892469636418, "S31": -71.250075632441906, "W32": -80.57152909392542, "S32": -85.57152909392542 }, "geometry": { "type": "Point", "coordinates": [ 102713.0, 509791.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65128091626467177, "S11": -0.65128091626467177, "W12": -9.5941316295563777, "S12": -12.796439103252649, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.175826700812948, "S21": -38.175826700812948, "W22": -37.839284418697957, "S22": -37.839284418697957, "W31": -70.0, "S31": -70.134759798111901, "W32": -81.082922006369913, "S32": -86.082922006369913 }, "geometry": { "type": "Point", "coordinates": [ 102713.0, 510396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61788455005531207, "S11": 0.61788455005531207, "W12": -6.5401960784313733, "S12": -6.5401960784313733, "W13": -16.308776881720433, "S13": -16.421042993986546, "W21": -55.826586576129529, "S21": -59.152462208594933, "W22": -58.605396503673674, "S22": -68.703809391146507, "W31": -94.368241575806522, "S31": -94.368241575806522, "W32": -98.593247982733672, "S32": -103.59324798273367 }, "geometry": { "type": "Point", "coordinates": [ 102714.0, 499312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4985000594000004, "S11": 2.9595909684909092, "W12": -7.2459909228441752, "S12": -7.2459909228441752, "W13": -20.50896, "S13": -24.59696008, "W21": -50.796089385474858, "S21": -50.796089385474858, "W22": -76.531495302871107, "S22": -76.531495302871107, "W31": -98.998314999103144, "S31": -98.998314999103144, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102714.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3676577286663147, "S11": 3.1538029655576842, "W12": -7.6939529329118361, "S12": -8.8637187512782774, "W13": -20.13686146301594, "S13": -24.244296772547482, "W21": -54.691380404241819, "S21": -79.570869242805387, "W22": -41.006247115749254, "S22": -41.006247115749254, "W31": -73.567307346849631, "S31": -73.567307346849631, "W32": -96.22588189653024, "S32": -101.22588189653024 }, "geometry": { "type": "Point", "coordinates": [ 102714.0, 500936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70112706419732618, "S11": 0.70112706419732618, "W12": -7.5781366180103502, "S12": -7.5781366180103502, "W13": -20.172729303614773, "S13": -20.172729303614773, "W21": -42.77522850490962, "S21": -42.77522850490962, "W22": -39.606456849775462, "S22": -48.946079491284898, "W31": -69.628037264886828, "S31": -69.628037264886828, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102714.0, 515589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70153330681220272, "S11": -0.70153330681220272, "W12": -7.1112279602614548, "S12": -7.7530989746589301, "W13": -19.866930427396927, "S13": -19.866930427396927, "W21": -39.03137072095366, "S21": -40.135939445435085, "W22": -43.882290069895014, "S22": -46.553841576079435, "W31": -69.32042823170049, "S31": -72.443944432619006, "W32": -99.710846314546558, "S32": -104.71084631454656 }, "geometry": { "type": "Point", "coordinates": [ 102714.5, 505764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.2848566147975937, "W13": -15.0, "S13": -15.881156623992913, "W21": -39.342926491771301, "S21": -47.314776486765403, "W22": -77.938692524241475, "S22": -93.615789215700829, "W31": -93.615789215700829, "S31": -93.615789215700829, "W32": -103.21077974815587, "S32": -108.21077974815587 }, "geometry": { "type": "Point", "coordinates": [ 102714.666666666671517, 498578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.23555647817717, "W13": -19.595264242624808, "S13": -28.097947294745016, "W21": -51.566040349556118, "S21": -72.428689992131353, "W22": -68.103571118255275, "S22": -82.481543098521485, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102715.0, 503108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5443280362723608, "S11": 1.5443280362723608, "W12": -6.3029903471556388, "S12": -9.2819992611784503, "W13": -20.0, "S13": -20.0, "W21": -31.835089570849767, "S21": -31.835089570849767, "W22": -60.0, "S22": -76.319236116192286, "W31": -91.679844527669701, "S31": -91.679844527669701, "W32": -91.679844527669701, "S32": -95.438645033235787 }, "geometry": { "type": "Point", "coordinates": [ 102715.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5970189561153396, "S11": 1.5970189561153396, "W12": -5.4846680042336926, "S12": -8.0295463864861301, "W13": -21.363718237375494, "S13": -21.363718237375494, "W21": -32.377520956198708, "S21": -32.377520956198708, "W22": -41.057503932405815, "S22": -41.057503932405815, "W31": -72.033102922128762, "S31": -72.033102922128762, "W32": -95.89180161642183, "S32": -100.89180161642183 }, "geometry": { "type": "Point", "coordinates": [ 102715.6, 511103.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.041918352957766, "S11": 3.041918352957766, "W12": -6.1864977765799756, "S12": -6.1864977765799756, "W13": -20.0, "S13": -20.865424051559984, "W21": -40.0, "S21": -60.0, "W22": -42.336994434802776, "S22": -45.340240982347872, "W31": -69.064985518227786, "S31": -71.504115374534337, "W32": -82.829012565901607, "S32": -87.829012565901607 }, "geometry": { "type": "Point", "coordinates": [ 102716.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -9.8179495299926582, "S12": -9.8179495299926582, "W13": -14.834362293794186, "S13": -16.147370243343417, "W21": -47.017776598567259, "S21": -57.97780063192868, "W22": -43.331865193316453, "S22": -46.233825672397231, "W31": -69.161846561136528, "S31": -72.13702386610106, "W32": -82.383507749633324, "S32": -87.383507749633324 }, "geometry": { "type": "Point", "coordinates": [ 102716.0, 501720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6635174440210503, "S11": 1.6635174440210503, "W12": -7.8585347839146724, "S12": -17.247730560571405, "W13": -20.0, "S13": -20.571956948833716, "W21": -33.60963861806944, "S21": -33.60963861806944, "W22": -45.724776243668913, "S22": -45.724776243668913, "W31": -70.0, "S31": -70.0, "W32": -83.43020383032335, "S32": -88.43020383032335 }, "geometry": { "type": "Point", "coordinates": [ 102716.0, 506455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8900427427608562, "S11": 1.8900427427608562, "W12": -10.0, "S12": -10.091918824933726, "W13": -19.808690549010624, "S13": -19.808690549010624, "W21": -36.453523080730584, "S21": -36.453523080730584, "W22": -39.409323076923094, "S22": -43.148773033607263, "W31": -69.573149459144659, "S31": -70.593068400253159, "W32": -98.706475089695331, "S32": -103.70647508969533 }, "geometry": { "type": "Point", "coordinates": [ 102716.666666666671517, 507387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71363667285095866, "S11": 0.71363667285095866, "W12": -7.2508196462082077, "S12": -7.2508196462082077, "W13": -16.314457998487612, "S13": -17.341987725322106, "W21": -34.71758816276202, "S21": -38.697698904933617, "W22": -48.610140121299033, "S22": -56.931336605631643, "W31": -79.27870947291261, "S31": -79.27870947291261, "W32": -97.515175789896901, "S32": -102.5151757898969 }, "geometry": { "type": "Point", "coordinates": [ 102717.0, 497990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2677122227952555, "S11": 3.010722528345767, "W12": -4.8130277442702054, "S12": -4.8130277442702054, "W13": -20.587085201793723, "S13": -22.777627621821541, "W21": -49.999999999999993, "S21": -49.999999999999993, "W22": -66.463412906510925, "S22": -83.016522255425784, "W31": -99.899033324680005, "S31": -99.899033324680005, "W32": -101.193773091133, "S32": -106.193773091133 }, "geometry": { "type": "Point", "coordinates": [ 102717.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1506463878326993, "S11": 1.1506463878326993, "W12": -6.3167222274007688, "S12": -13.750438152795319, "W13": -20.61713572287605, "S13": -20.61713572287605, "W21": -36.362682889501073, "S21": -36.362682889501073, "W22": -73.271816519091374, "S22": -92.417524460119324, "W31": -97.503592781165906, "S31": -97.503592781165906, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102717.0, 505923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.279813958080624, "S12": -11.279813958080624, "W13": -20.433223468462721, "S13": -20.433223468462721, "W21": -42.069688202049598, "S21": -42.069688202049598, "W22": -90.0, "S22": -100.4685866362513, "W31": -100.4685866362513, "S31": -100.4685866362513, "W32": -100.4685866362513, "S32": -100.80079957356077 }, "geometry": { "type": "Point", "coordinates": [ 102717.0, 514154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6468661046939701, "S11": 0.6468661046939701, "W12": -10.123238885721555, "S12": -11.189157025057193, "W13": -16.826471201058876, "S13": -17.825147717376787, "W21": -20.0, "S21": -20.0, "W22": -36.29626517477945, "S22": -39.074114621083503, "W31": -69.965120053970864, "S31": -70.052092828252839, "W32": -78.183209238758934, "S32": -83.183209238758934 }, "geometry": { "type": "Point", "coordinates": [ 102717.333333333328483, 497068.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11100511949474895, "S11": -0.3220118150322745, "W12": -15.0, "S12": -18.87709412123062, "W13": -25.0, "S13": -25.0, "W21": -34.341896873270251, "S21": -35.348334185388794, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.773908212803889, "S32": -87.773908212803889 }, "geometry": { "type": "Point", "coordinates": [ 102717.5, 505237.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9445994500458297, "S11": 2.9445994500458297, "W12": -7.758052851841752, "S12": -7.758052851841752, "W13": -19.835243762275407, "S13": -20.810025413444325, "W21": -42.136481553610963, "S21": -67.352217594220093, "W22": -32.66, "S22": -40.882841732758372, "W31": -70.0, "S31": -70.446239747154905, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 500069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9422243241112955, "S12": -12.54662521168526, "W13": -20.766669707196936, "S13": -22.151521792364424, "W21": -32.840480854912329, "S21": -32.840480854912329, "W22": -78.786850988585343, "S22": -101.34009382418225, "W31": -101.34009382418225, "S31": -101.34009382418225, "W32": -103.92865656393668, "S32": -108.92865656393668 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 505470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49411054062216864, "S11": -0.49411054062216864, "W12": -8.4401355718451949, "S12": -11.861363382496082, "W13": -20.379636041859033, "S13": -21.827991926399132, "W21": -32.648787248936152, "S21": -32.648787248936152, "W22": -67.653927917689458, "S22": -96.058295652807459, "W31": -99.651195890894655, "S31": -99.651195890894655, "W32": -101.74821043719211, "S32": -106.74821043719211 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 505489.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3, "S11": 2.3, "W12": -5.7, "S12": -18.7, "W13": -18.709999, "S13": -18.709999, "W21": -32.0, "S21": -36.0, "W22": -84.335886484769333, "S22": -104.33588648476933, "W31": -104.33588648476933, "S31": -104.33588648476933, "W32": -104.33588648476933, "S32": -104.33588648476933 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5638628309119107, "S11": 1.5638628309119107, "W12": -6.3919406020615774, "S12": -12.999479404723189, "W13": -20.0, "S13": -20.0, "W21": -31.882691708462929, "S21": -31.882691708462929, "W22": -80.867973780381703, "S22": -94.183168194665342, "W31": -94.183168194665342, "S31": -94.183168194665342, "W32": -94.183168194665342, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506271.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6532193604140799, "S11": 1.6532193604140799, "W12": -6.5980397096955272, "S12": -14.259775417961844, "W13": -20.0, "S13": -20.150847696426059, "W21": -32.147379552792287, "S21": -32.147379552792287, "W22": -71.037614460516281, "S22": -81.338367863239995, "W31": -95.780858294727068, "S31": -95.780858294727068, "W32": -96.332870534913653, "S32": -101.33287053491365 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.533852270818166, "S12": -18.953323424664319, "W13": -20.905425905240943, "S13": -20.905425905240943, "W21": -35.83305690081319, "S21": -35.835983444876121, "W22": -38.705399153440872, "S22": -41.272069842469989, "W31": -70.0, "S31": -72.89228745272159, "W32": -90.661283949415051, "S32": -95.661283949415051 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 507688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2869077269230549, "S11": -1.2869077269230549, "W12": -10.792843578200307, "S12": -13.792843578200307, "W13": -27.806299461580629, "S13": -27.806299461580629, "W21": -39.952027966162113, "S21": -39.952027966162113, "W22": -35.814304765351181, "S22": -36.368962058848545, "W31": -69.934300309994256, "S31": -69.934300309994256, "W32": -95.711893481457281, "S32": -100.71189348145728 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 509550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65181771746411443, "S11": 0.65181771746411443, "W12": -7.5729993282753227, "S12": -7.5729993282753227, "W13": -20.171023682899214, "S13": -20.171023682899214, "W21": -42.665386322849415, "S21": -42.665386322849415, "W22": -44.840732979875398, "S22": -47.258009473577296, "W31": -69.23537378138046, "S31": -72.770175673623399, "W32": -99.880926699668478, "S32": -104.88092669966848 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 515638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.535105994349252, "S13": -20.535105994349266, "W21": -39.879878637632849, "S21": -41.236838477941191, "W22": -40.0, "S22": -41.789630564379436, "W31": -68.200349153123298, "S31": -70.741657862343871, "W32": -93.742359425773913, "S32": -98.742359425773913 }, "geometry": { "type": "Point", "coordinates": [ 102718.532786885247333, 513596.295081967196893 ] } }, +{ "type": "Feature", "properties": { "W11": 2.226915741052395, "S11": 2.226915741052395, "W12": -8.882732886868391, "S12": -8.882732886868391, "W13": -19.497082034761764, "S13": -20.208435232819213, "W21": -45.575182205792778, "S21": -58.623962693597655, "W22": -69.859424920126699, "S22": -96.446000829744875, "W31": -98.663141195135253, "S31": -98.663141195135253, "W32": -103.56207615576785, "S32": -108.56207615576785 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 499857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1488323160329075, "S11": 3.1488323160329075, "W12": -8.683485593815881, "S12": -8.683485593815881, "W13": -19.729988870298975, "S13": -20.618053094972392, "W21": -42.962130600071411, "S21": -57.447900328402589, "W22": -39.665453846153838, "S22": -43.253892039883873, "W31": -69.556874167517506, "S31": -70.9330890734918, "W32": -98.850515463917489, "S32": -103.85051546391749 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6356445960383468, "S11": 3.2001168738488195, "W12": -7.5257864418686333, "S12": -7.5257864418686333, "W13": -20.36394380587484, "S13": -22.291289200802122, "W21": -50.816004919860099, "S21": -65.646884695534823, "W22": -67.921278999044233, "S22": -82.314094854514551, "W31": -90.898733105053012, "S31": -90.898733105053012, "W32": -90.898733105053012, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 500681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2096167515128231, "S11": 3.0384976179388157, "W12": -5.7675116989988835, "S12": -8.7617636340718779, "W13": -19.370046793432692, "S13": -24.370046793432692, "W21": -60.0, "S21": -82.10205947121311, "W22": -39.904230280182865, "S22": -39.904230280182865, "W31": -70.0, "S31": -71.956321295584843, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 501124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7862998522895133, "W12": -9.2177508745159571, "S12": -11.726731485911223, "W13": -14.718964021995287, "S13": -17.052312158958472, "W21": -43.420005306447337, "S21": -57.124017873413784, "W22": -40.0, "S22": -46.420704845814981, "W31": -64.742295871750144, "S31": -65.167573591305796, "W32": -90.547055896760114, "S32": -95.547055896760114 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 501815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0774134692782398, "S11": 1.0774134692782398, "W12": -7.8188081165531003, "S12": -7.987774766791313, "W13": -19.902018114312149, "S13": -19.902018114312149, "W21": -39.990732758620695, "S21": -39.990732758620695, "W22": -39.79359084767826, "S22": -46.717160446311908, "W31": -68.64191378021431, "S31": -69.491646730091063, "W32": -90.66410520350648, "S32": -95.66410520350648 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 505851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.645915755178031, "S12": -10.645915755178031, "W13": -20.111447845114711, "S13": -20.111447845114711, "W21": -36.033939561073112, "S21": -36.513413843078631, "W22": -36.3, "S22": -44.317932933559362, "W31": -70.0, "S31": -70.448370644731611, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 507454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1342523028679681, "S12": -5.1342523028679681, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.674603174603156, "W22": -34.596531684190765, "S22": -35.936625091015351, "W31": -80.050302121852042, "S31": -80.168871536933082, "W32": -91.902017044969341, "S32": -96.902017044969341 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 508308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8534127347686669, "S11": 4.8534127347686669, "W12": -4.7320024139224612, "S12": -7.0466542050843195, "W13": -25.0, "S13": -25.044924997769265, "W21": -34.257348954743854, "S21": -34.257348954743854, "W22": -70.0, "S22": -73.8006611835185, "W31": -99.652694036386933, "S31": -99.652694036386933, "W32": -99.866257166477439, "S32": -104.86625716647744 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 510763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0, "S11": 5.0, "W12": -4.6052861639836244, "S12": -7.4128343205250697, "W13": -24.535380507343124, "S13": -24.551352562030804, "W21": -34.103721898627796, "S21": -34.103721898627796, "W22": -86.560304966291341, "S22": -90.0, "W31": -90.0, "S31": -102.60424882460646, "W32": -102.60424882460646, "S32": -102.60424882460646 }, "geometry": { "type": "Point", "coordinates": [ 102719.0, 510792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.3888482875460912, "W13": -15.0, "S13": -15.482254321695825, "W21": -41.870598751041804, "S21": -48.600427003473477, "W22": -40.056011074950938, "S22": -48.19748376764182, "W31": -69.897472092177679, "S31": -70.201632161272258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102719.5, 498761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9362081365014454, "S11": 2.9362081365014454, "W12": -7.8586278438392867, "S12": -7.8586278438392867, "W13": -19.822274823597876, "S13": -20.787975233943094, "W21": -42.143117597602867, "S21": -67.143117597602867, "W22": -32.740002, "S22": -40.740506901755182, "W31": -78.91800785705172, "S31": -79.376784701395422, "W32": -90.262540349438794, "S32": -95.262540349438794 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 500064.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9272746380809753, "S12": -11.216438839264406, "W13": -20.000577100646353, "S13": -21.528335171642055, "W21": -32.453810094206275, "S21": -32.850285865131355, "W22": -36.082536094826338, "S22": -51.082536094826338, "W31": -73.918926412687838, "S31": -74.424925902092994, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 505509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.00390040479557, "S11": 1.00390040479557, "W12": -11.638381180935101, "S12": -17.556159083127191, "W13": -19.508767241717948, "S13": -20.856583094023165, "W21": -33.37377175909895, "S21": -33.37377175909895, "W22": -36.927198464993296, "S22": -47.191496240388631, "W31": -72.140081015117104, "S31": -73.099132992120502, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 506523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54092937010289099, "S11": -0.54092937010289099, "W12": -9.6785532300184229, "S12": -12.80838630872783, "W13": -30.0, "S13": -30.0, "W21": -38.252537610563877, "S21": -38.252537610563877, "W22": -40.0, "S22": -42.905326007558649, "W31": -69.564997928918856, "S31": -71.196684299061459, "W32": -80.261740037083271, "S32": -85.261740037083271 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 510340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9999999999999991, "S11": 4.9999999999999991, "W12": -4.7008791244637989, "S12": -7.1771277080949325, "W13": -24.849132176234978, "S13": -24.884006974229631, "W21": -34.188494734867128, "S21": -34.188494734867128, "W22": -44.876458087965069, "S22": -44.876458087965069, "W31": -76.079312297659968, "S31": -76.079312297659968, "W32": -96.838806284735298, "S32": -101.8388062847353 }, "geometry": { "type": "Point", "coordinates": [ 102720.0, 510774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61306238956100279, "S11": 0.60491424141283701, "W12": -7.8066421568632816, "S12": -7.8066421568632816, "W13": -16.413641129032332, "S13": -16.829025744417073, "W21": -56.003656307130115, "S21": -59.091231971940758, "W22": -46.120182884516062, "S22": -46.12932524058197, "W31": -80.220117291490254, "S31": -80.220117291490254, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102720.2, 499333.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3239364636188027, "S12": -14.610685595818861, "W13": -19.883872566621946, "S13": -24.405566494812245, "W21": -38.458833898070793, "S21": -41.315702135562503, "W22": -79.217495568761606, "S22": -95.916114872856141, "W31": -95.916114872856141, "S31": -95.916114872856141, "W32": -103.45756339567328, "S32": -108.45756339567328 }, "geometry": { "type": "Point", "coordinates": [ 102720.333333333328483, 503857.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0993118665619508, "S11": 2.0422493333198104, "W12": -8.9421225008554526, "S12": -8.9421225008554526, "W13": -19.379880806113277, "S13": -20.061145158784285, "W21": -45.966688370334587, "S21": -61.942298126432149, "W22": -42.947726665448023, "S22": -45.808789436079408, "W31": -69.401074912329506, "S31": -72.185384413074601, "W32": -99.496741450565423, "S32": -104.49674145056542 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.370577168911522, "S11": 3.1964924155053933, "W12": -7.7459796276782571, "S12": -8.7598147485769058, "W13": -20.145843890478137, "S13": -23.953778708689644, "W21": -54.329738058551619, "S21": -79.329738058551627, "W22": -68.039173827186858, "S22": -107.03111947311797, "W31": -107.03111947311797, "S31": -107.03111947311797, "W32": -107.03111947311797, "S32": -108.29588014981275 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 500922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9315330726621047, "S11": 2.9315330726621047, "W12": -6.5912101902109237, "S12": -11.591210190210923, "W13": -19.966900123753618, "S13": -24.386653663633503, "W21": -35.128928992388722, "S21": -37.28806912233177, "W22": -35.125037019131263, "S22": -44.194453317165504, "W31": -80.23198722578077, "S31": -80.568147624778263, "W32": -95.002236150526301, "S32": -100.0022361505263 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4505941901408449, "S11": -0.4505941901408449, "W12": -6.8136628530220049, "S12": -9.5084113737320628, "W13": -19.999827357088304, "S13": -21.632201214182786, "W21": -31.803359191910062, "S21": -33.35496653271548, "W22": -49.654752445101259, "S22": -50.600903195479916, "W31": -68.434414406085409, "S31": -74.356654688089833, "W32": -100.37206512129875, "S32": -105.37206512129875 }, "geometry": { "type": "Point", "coordinates": [ 102721.0, 505575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68108633399489649, "S11": 0.68108633399489649, "W12": -9.1150660141007442, "S12": -9.1150660141007442, "W13": -16.44498483981657, "S13": -17.315577683901186, "W21": -26.447380925229027, "S21": -26.460118914629909, "W22": -39.921584615384624, "S22": -43.359011046160518, "W31": -69.540598875890311, "S31": -71.273109746730398, "W32": -98.994555838139831, "S32": -103.99455583813983 }, "geometry": { "type": "Point", "coordinates": [ 102721.5, 497285.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1022992028225227, "W12": -5.1517574855041914, "S12": -5.1517574855041914, "W13": -15.0, "S13": -18.0, "W21": -45.208724209033917, "S21": -60.979613058930319, "W22": -32.790001, "S22": -41.369032211952373, "W31": -70.0, "S31": -70.456563427429714, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102721.666666666671517, 502355.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9084146560840889, "S12": -5.9084146560840889, "W13": -15.0, "S13": -16.760458489555436, "W21": -36.760064139644086, "S21": -46.760064139644086, "W22": -50.188550510141141, "S22": -54.667185538396886, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102722.0, 498239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8759386604891493, "S12": -16.298641052962232, "W13": -19.669418159754073, "S13": -27.331970022875144, "W21": -51.48503241862533, "S21": -72.219560109806508, "W22": -70.351453961723251, "S22": -81.254150949364202, "W31": -95.101741974613489, "S31": -95.101741974613489, "W32": -95.701290588317491, "S32": -100.70129058831749 }, "geometry": { "type": "Point", "coordinates": [ 102722.0, 503076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9966678178697137, "S12": -11.488788125227039, "W13": -30.0, "S13": -30.237748529823588, "W21": -37.004078947207077, "S21": -37.004078947207077, "W22": -71.862256697160603, "S22": -91.282681698900774, "W31": -96.604588732710738, "S31": -96.604588732710738, "W32": -97.215784613453124, "S32": -102.21578461345312 }, "geometry": { "type": "Point", "coordinates": [ 102722.0, 510525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60250837073090313, "S11": 0.37097614249406069, "W12": -7.5678620385402953, "S12": -7.5678620385402953, "W13": -20.169318062183653, "S13": -20.169318062183653, "W21": -42.555544140789202, "S21": -42.555544140789202, "W22": -48.966269307758964, "S22": -57.187819046736337, "W31": -79.412883478123049, "S31": -79.412883478123049, "W32": -97.599009409665925, "S32": -102.59900940966592 }, "geometry": { "type": "Point", "coordinates": [ 102722.0, 515687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1842615012106323, "S11": 2.1842615012106323, "W12": -9.9161820771352289, "S12": -9.9161820771352289, "W13": -21.148687819672361, "S13": -21.148687819672361, "W21": -32.531711968407905, "S21": -32.531711968407905, "W22": -45.119467844234748, "S22": -47.437208742752027, "W31": -69.209635950320063, "S31": -72.891125765830722, "W32": -99.90925450747082, "S32": -104.90925450747082 }, "geometry": { "type": "Point", "coordinates": [ 102722.666666666671517, 506990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0975945850666293, "S11": 3.0975945850666293, "W12": -5.0, "S12": -5.0, "W13": -20.078985386914646, "S13": -20.578985386914646, "W21": -40.0, "S21": -68.321997007209902, "W22": -45.588479333961494, "S22": -47.790892034706779, "W31": -69.168371252156973, "S31": -73.041491932599882, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102723.0, 500303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2587623056555095, "S11": 1.2587623056555095, "W12": -7.134494546049102, "S12": -9.1034529820602739, "W13": -20.165018865602249, "S13": -20.165018865602249, "W21": -38.181341444750537, "S21": -38.181341444750537, "W22": -43.994339235035874, "S22": -43.994339235035874, "W31": -67.583218347127968, "S31": -72.470539819843495, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102723.0, 505884.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88904363974001854, "S11": 0.88904363974001854, "W12": -9.9324367844926602, "S12": -16.790301843796556, "W13": -23.372157192021778, "S13": -23.372157192021778, "W21": -34.176473665805418, "S21": -34.178928150050879, "W22": -49.808355583685639, "S22": -54.330337099593152, "W31": -95.070332480818408, "S31": -95.070332480818408, "W32": -95.070332480818408, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102723.0, 507288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5427716581116688, "S11": 0.54277165811166883, "W12": -9.8783739041559322, "S12": -9.8783739041559322, "W13": -14.827803299293009, "S13": -16.126466531517551, "W21": -47.943751658264794, "S21": -58.219751993448149, "W22": -48.407181318287591, "S22": -48.415145065189769, "W31": -87.315336499065737, "S31": -87.315336499065737, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1243902439024391, "S11": 3.1024636224453013, "W12": -8.4021538511974043, "S12": -12.392334880697813, "W13": -15.498582433893558, "S13": -19.154810191900676, "W21": -40.0, "S21": -53.610399242057454, "W22": -38.785877695297842, "S22": -42.458750592121802, "W31": -69.86479082357036, "S31": -69.86479082357036, "W32": -98.083151023721499, "S32": -103.0831510237215 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 501967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6011461182297837, "S11": 3.3511461182297837, "W12": -7.8682820004261815, "S12": -10.27755906318677, "W13": -15.446292892800759, "S13": -18.446292892800759, "W21": -40.732338715171331, "S21": -54.710039710410783, "W22": -70.070957301132836, "S22": -81.09785654145432, "W31": -94.824085280761267, "S31": -94.824085280761267, "W32": -95.43468192164633, "S32": -100.43468192164633 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 502053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0203518238214366, "S12": -14.064815552714773, "W13": -19.912573579248338, "S13": -25.751807829892702, "W21": -38.106302946990958, "S21": -42.837312998070217, "W22": -38.93736906534464, "S22": -42.38292049255093, "W31": -69.907463901579447, "S31": -69.907463901579447, "W32": -97.974045433189843, "S32": -102.97404543318984 }, "geometry": { "type": "Point", "coordinates": [ 102724.0, 503902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36692020164750866, "S11": -0.36692020164750866, "W12": -7.6095776841107439, "S12": -7.6095776841107439, "W13": -20.059656244876042, "S13": -20.059656244876042, "W21": -42.263974162988539, "S21": -42.263974162988539, "W22": -31.809999, "S22": -40.817873105344702, "W31": -72.294136871692501, "S31": -72.754754700543032, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102724.089887640453526, 516324.134831460658461 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4699235419577836, "S11": 3.4699235419577836, "W12": -7.7002824025289778, "S12": -7.7002824025289778, "W13": -20.227367560664113, "S13": -22.653606216718622, "W21": -51.10486721653222, "S21": -76.104867216532227, "W22": -31.75, "S22": -41.666092987267049, "W31": -76.806361677859442, "S31": -77.270698718964283, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6018518518518516, "S11": 2.6018518518518516, "W12": -9.1421106424633276, "S12": -12.045583938526132, "W13": -14.692112175962293, "S13": -17.213895717286626, "W21": -43.348368267444947, "S21": -57.000690436692004, "W22": -31.68, "S22": -41.133921691339346, "W31": -74.588075022176739, "S31": -75.051285272685007, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 501826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26165342934379554, "S11": -0.26165342934379554, "W12": -10.361020226055919, "S12": -14.729801202939125, "W13": -21.713956014118924, "S13": -22.99976371201538, "W21": -33.295934397549701, "S21": -33.295934397549701, "W22": -40.773775433308145, "S22": -44.04553030237804, "W31": -69.524323584263158, "S31": -71.613130419969025, "W32": -99.138596212361989, "S32": -104.13859621236199 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 505422.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5942617126844512, "S11": 1.5942617126844512, "W12": -7.7420367528155367, "S12": -17.054652500947675, "W13": -20.0, "S13": -21.095166793119681, "W21": -33.342207640666587, "S21": -33.342207640666587, "W22": -70.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 506468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4990569051276985, "S11": 2.4990569051276985, "W12": -11.359738909392163, "S12": -11.361587840045416, "W13": -20.0, "S13": -21.049199617581372, "W21": -32.431153747193093, "S21": -32.431153747193093, "W22": -57.970601342290159, "S22": -57.970601342290159, "W31": -92.937713507944579, "S31": -92.937713507944579, "W32": -92.937713507944579, "S32": -97.912119101797657 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7451735476799399, "S11": 1.7451735476799399, "W12": -9.7707802641481223, "S12": -9.7707802641481223, "W13": -22.14649966303012, "S13": -22.14649966303012, "W21": -34.121583961860999, "S21": -34.123350466033521, "W22": -40.655004577359698, "S22": -40.655004577359698, "W31": -71.789979502485409, "S31": -78.622640364664221, "W32": -95.886936184916252, "S32": -100.88693618491625 }, "geometry": { "type": "Point", "coordinates": [ 102725.0, 507033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5573581641016303, "S11": 1.9933841553387248, "W12": -5.5434209534114443, "S12": -5.5434209534114443, "W13": -15.0, "S13": -18.0, "W21": -45.401627168551208, "S21": -61.440792275971134, "W22": -39.130718034134581, "S22": -39.818687008082811, "W31": -70.0, "S31": -71.534928063789224, "W32": -90.783896977243074, "S32": -95.783896977243074 }, "geometry": { "type": "Point", "coordinates": [ 102725.5, 502407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46363666817412758, "S11": 0.46363666817412758, "W12": -10.408231645464669, "S12": -10.635402680268111, "W13": -20.0, "S13": -20.133378220234711, "W21": -32.962267732097146, "S21": -32.962267732097146, "W22": -40.068642714644952, "S22": -54.730987628878736, "W31": -70.0, "S31": -71.173143807651599, "W32": -90.457297651291128, "S32": -95.457297651291128 }, "geometry": { "type": "Point", "coordinates": [ 102725.666666666671517, 511508.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6271739130434781, "S11": 2.4473501168117964, "W12": -6.5554176696640143, "S12": -11.918633265184605, "W13": -19.863253416382531, "S13": -23.622526020341667, "W21": -35.989647321059735, "S21": -40.273236867905318, "W22": -40.050613599484791, "S22": -47.217536885419037, "W31": -70.0, "S31": -70.445862561704345, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102726.0, 504370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2562381932916495, "S11": -1.2562381932916495, "W12": -10.792848000635558, "S12": -13.792848000635558, "W13": -27.748862256191508, "S13": -27.748862256191508, "W21": -39.959842467589802, "S21": -39.959842467589802, "W22": -36.759998, "S22": -45.184721780480849, "W31": -70.0, "S31": -70.460602493398454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102726.0, 509548.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.64591460125942, "S21": -38.64591460125942, "W22": -33.18705571777145, "S22": -44.978659276445853, "W31": -80.277911175827327, "S31": -80.337020181396014, "W32": -95.008547620867787, "S32": -100.00854762086779 }, "geometry": { "type": "Point", "coordinates": [ 102726.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55319902399769116, "S11": 0.55319902399769116, "W12": -7.5627247488052687, "S12": -7.5627247488052687, "W13": -20.167612441468087, "S13": -20.167612441468087, "W21": -42.445701958728989, "S21": -42.445701958728989, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -96.780842211302001, "S32": -101.780842211302 }, "geometry": { "type": "Point", "coordinates": [ 102726.0, 515736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.539929443629571, "S13": -20.539929443629571, "W21": -39.992675864097983, "S21": -41.103711745700757, "W22": -65.946924827576765, "S22": -86.80643025328628, "W31": -99.84858096979751, "S31": -99.84858096979751, "W32": -101.40393126539409, "S32": -106.40393126539409 }, "geometry": { "type": "Point", "coordinates": [ 102726.295081967211445, 513645.65573770494666 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68190736950062192, "S11": 0.68190736950062192, "W12": -7.5559519370960668, "S12": -7.5559519370960668, "W13": -20.182830374791166, "S13": -20.182830374791166, "W21": -42.707396706411807, "S21": -42.707396706411807, "W22": -75.339173766275522, "S22": -100.33917376627552, "W31": -100.33917376627552, "S31": -100.33917376627552, "W32": -103.95531112807787, "S32": -108.95531112807787 }, "geometry": { "type": "Point", "coordinates": [ 102726.384615384609788, 515654.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2645634187888057, "S11": 2.2645634187888057, "W12": -15.0, "S12": -15.0, "W13": -20.588428067538871, "S13": -21.182938178028596, "W21": -38.936328504410248, "S21": -41.26212232503336, "W22": -70.0, "S22": -95.691554682291851, "W31": -98.682531288559844, "S31": -98.682531288559844, "W32": -103.69122536772304, "S32": -108.69122536772304 }, "geometry": { "type": "Point", "coordinates": [ 102726.529411764699034, 513375.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0917651403249629, "W12": -9.2090560985791825, "S12": -11.851496921702768, "W13": -14.699872113118618, "S13": -17.132700642674063, "W21": -43.908198461130276, "S21": -57.571741136136879, "W22": -40.052355512021592, "S22": -45.606200272459958, "W31": -70.0, "S31": -70.691186022343459, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102727.0, 501815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3860741394259404, "S11": 2.3860741394259404, "W12": -11.287723482135126, "S12": -11.290190189874096, "W13": -20.172802723983807, "S13": -21.412721337471329, "W21": -32.258293871843122, "S21": -32.258293871843122, "W22": -36.507222381245811, "S22": -44.529024094887788, "W31": -70.0, "S31": -70.461413081578769, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102727.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.099203648021822688, "S11": -0.099203648021822688, "W12": -7.5914431564776299, "S12": -7.5914431564776299, "W13": -20.093468678091472, "S13": -20.093468678091472, "W21": -42.203592042559009, "S21": -42.203592042559009, "W22": -36.545701758338915, "S22": -44.621552605487942, "W31": -70.0, "S31": -70.461595646484241, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102727.060606060607824, 516163.303030303039122 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.8511880018693843, "S12": -10.854763443691848, "W13": -19.8950571688538, "S13": -24.634943968758556, "W21": -36.513371695240608, "S21": -39.963352350742717, "W22": -32.717384240326858, "S22": -42.717384240326858, "W31": -77.456596122164484, "S31": -77.924691079283633, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102727.333333333328483, 504069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34393896106360355, "S11": -0.34393896106360355, "W12": -7.6019524132207703, "S12": -7.6019524132207703, "W13": -20.065795935266674, "S13": -20.065795935266674, "W21": -42.262035999664292, "S21": -42.262035999664292, "W22": -40.0, "S22": -41.274289240436381, "W31": -70.0, "S31": -70.0, "W32": -97.483863048603439, "S32": -102.48386304860344 }, "geometry": { "type": "Point", "coordinates": [ 102727.6, 516324.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68820399773178342, "S11": 0.68820399773178342, "W12": -9.0239432755409741, "S12": -9.0379987593325719, "W13": -16.448704200368859, "S13": -17.380827470152092, "W21": -27.129376211654694, "S21": -27.129376211654694, "W22": -39.066846153846157, "S22": -42.996808861626761, "W31": -69.638163045608778, "S31": -70.2177688717709, "W32": -98.409526999409607, "S32": -103.40952699940961 }, "geometry": { "type": "Point", "coordinates": [ 102728.0, 497308.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31311881188118812, "S11": -0.31311881188118812, "W12": -9.8667927800110355, "S12": -14.083693667584999, "W13": -21.516426825957101, "S13": -22.857019852890335, "W21": -33.197619881764091, "S21": -33.197619881764091, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.761105853265008, "S32": -87.761105853265008 }, "geometry": { "type": "Point", "coordinates": [ 102728.0, 505432.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5509949909369087, "S12": -9.3025112631262576, "W13": -19.835902912433504, "S13": -21.460149441387109, "W21": -31.664071033954674, "S21": -33.60273343080145, "W22": -44.93084179186031, "S22": -44.935625939575139, "W31": -81.801125152682502, "S31": -81.801125152682502, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102728.0, 505588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1328075808110731, "S11": 2.1328075808110731, "W12": -11.75032894736842, "S12": -18.462713798954908, "W13": -18.609921024869113, "S13": -18.609921024869113, "W21": -32.290748422742432, "S21": -34.062026293756574, "W22": -90.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102728.0, 506032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55893706673920351, "S11": 0.55893706673920351, "W12": -8.7864606027595009, "S12": -8.7864606027595009, "W13": -16.477077110712877, "S13": -17.127804761440498, "W21": -55.998084791503601, "S21": -58.855603428535929, "W22": -41.888972619944738, "S22": -44.939546655023079, "W31": -69.481721592958522, "S31": -71.926824393530197, "W32": -99.282636586584317, "S32": -104.28263658658432 }, "geometry": { "type": "Point", "coordinates": [ 102728.333333333328483, 499348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2228761757032847, "S11": 3.2228761757032847, "W12": -5.0, "S12": -5.0, "W13": -20.457289237668128, "S13": -21.324869056351549, "W21": -48.637360838243772, "S21": -59.774824536213963, "W22": -45.468103466044106, "S22": -45.468103466044106, "W31": -76.474532256324196, "S31": -76.474532256324196, "W32": -96.989700612106361, "S32": -101.98970061210636 }, "geometry": { "type": "Point", "coordinates": [ 102728.6, 500499.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6219647460878956, "W13": -15.000000000000002, "S13": -15.660362944228615, "W21": -40.0175144040875, "S21": -47.073694082021099, "W22": -48.990244798269813, "S22": -53.461037259996779, "W31": -95.069715911594557, "S31": -95.069715911594557, "W32": -95.069715911594557, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 498684.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6590354475056208, "S11": 2.0026168930288137, "W12": -9.7040422889512659, "S12": -9.7040422889512659, "W13": -14.878435296571865, "S13": -15.824315497511037, "W21": -50.0, "S21": -58.508803912374489, "W22": -75.961099501686988, "S22": -100.59647782479593, "W31": -100.59647782479593, "S31": -100.59647782479593, "W32": -104.01008064516127, "S32": -109.01008064516127 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 501665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -9.8163876372954064, "S12": -9.8961426033950843, "W13": -14.805616653574234, "S13": -16.259584766555538, "W21": -47.890687184929689, "S21": -58.312033195801732, "W22": -37.882515525970419, "S22": -46.603034393894944, "W31": -69.876198354661796, "S31": -70.082322867156378, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 501718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1011188623557819, "S11": 1.1011188623557819, "W12": -7.6727402778300648, "S12": -8.1405383631216228, "W13": -19.712902008328449, "S13": -19.712902008328449, "W21": -40.0, "S21": -40.0, "W22": -37.112434974685058, "S22": -45.560620946412016, "W31": -69.971502948325366, "S31": -70.335194208755752, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92207751635290469, "S11": 0.92207751635290469, "W12": -5.2586423732751291, "S12": -7.2528432075411393, "W13": -16.014994310099574, "S13": -16.014994310099574, "W21": -30.716464053207442, "S21": -30.716464053207442, "W22": -41.828841943188614, "S22": -45.126861793559584, "W31": -68.96503259757155, "S31": -71.364874263438551, "W32": -83.26317041265311, "S32": -88.26317041265311 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.097094430992736, "S11": 2.097094430992736, "W12": -10.0, "S12": -10.0, "W13": -21.274291799954334, "S13": -21.274291799954334, "W21": -33.157682940000591, "S21": -33.15772094710627, "W22": -42.079800332723586, "S22": -45.318772298554713, "W31": -68.987384072895267, "S31": -71.422491068385142, "W32": -83.150790819360211, "S32": -88.150790819360211 }, "geometry": { "type": "Point", "coordinates": [ 102729.0, 506996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3697824127716025, "S11": 1.3697824127716025, "W12": -9.4555189731153551, "S12": -16.220506468540488, "W13": -19.892107516780662, "S13": -24.912213504145132, "W21": -50.442556921586679, "S21": -70.693414208465626, "W22": -42.492089115531058, "S22": -45.634053842475289, "W31": -69.025063061353237, "S31": -71.741268489772608, "W32": -82.966167201807593, "S32": -87.966167201807593 }, "geometry": { "type": "Point", "coordinates": [ 102729.666666666671517, 502976.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1915525864297889, "S11": 3.1915525864297889, "W12": -5.0, "S12": -5.0, "W13": -20.393826606875976, "S13": -21.050951163438949, "W21": -45.948990355638017, "S21": -62.301039403714285, "W22": -82.3045643473897, "S22": -94.004532631304983, "W31": -94.004532631304983, "S31": -94.004532631304983, "W32": -94.004532631304983, "S32": -96.069734200367691 }, "geometry": { "type": "Point", "coordinates": [ 102729.833333333328483, 500459.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6500001, "S11": 3.0900001, "W12": -7.6, "S12": -7.6, "W13": -20.34, "S13": -24.7000001, "W21": -51.519871622400736, "S21": -57.582021902176912, "W22": -63.685168515038853, "S22": -82.277455855811681, "W31": -92.158644389575684, "S31": -92.158644389575684, "W32": -92.158644389575684, "S32": -96.481814512332775 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50388967726447964, "S11": 0.50388967726447964, "W12": -7.5575874590702403, "S12": -7.5575874590702403, "W13": -20.165906820752529, "S13": -20.165906820752529, "W21": -42.335859776668777, "S21": -42.335859776668777, "W22": -35.231279137918705, "S22": -43.696103630632138, "W31": -80.222162447647008, "S31": -80.574758681420533, "W32": -95.00091237370421, "S32": -100.00091237370421 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 515785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69245938474624336, "S11": 0.69245938474624336, "W12": -8.9581049760048437, "S12": -8.9581049760048437, "W13": -16.45391265356395, "S13": -17.427992047661625, "W21": -27.671128406887899, "S21": -27.671128406887899, "W22": -44.678043992665359, "S22": -44.839471121578185, "W31": -67.715247954480162, "S31": -73.238047671143875, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102730.25, 497325.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.115250955815581, "S11": -1.115250955815581, "W12": -10.385721264763518, "S12": -13.385721264763518, "W13": -28.70063148936465, "S13": -28.70063148936465, "W21": -39.474247479802067, "S21": -39.474247479802067, "W22": -38.379931010096271, "S22": -38.379931010096271, "W31": -70.0, "S31": -70.0, "W32": -82.163695863707332, "S32": -87.163695863707332 }, "geometry": { "type": "Point", "coordinates": [ 102730.25, 509691.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0497069872276485, "S11": 3.0078118081033671, "W12": -8.2818689658563773, "S12": -12.30426616185669, "W13": -15.0, "S13": -18.589748131354281, "W21": -40.485046665304175, "S21": -54.072957163663325, "W22": -39.82151305178499, "S22": -39.82151305178499, "W31": -66.502913135593218, "S31": -67.962053826410397, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102731.0, 501980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6534916662723074, "S12": -12.318753695080153, "W13": -19.999754384232471, "S13": -24.919316552459176, "W21": -36.890132152184847, "S21": -41.890132152184847, "W22": -36.700001, "S22": -45.542325454103739, "W31": -72.429349892282346, "S31": -72.902220747328727, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102731.0, 504036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5991358507955054, "S11": 1.5991358507955054, "W12": -7.6375759683000251, "S12": -17.02725070274461, "W13": -20.0, "S13": -20.006713822027294, "W21": -32.805635248589191, "S21": -32.805635248589191, "W22": -40.0, "S22": -43.182467473387327, "W31": -68.408488620255056, "S31": -69.202582515025043, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102731.0, 506446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.206076550087877, "S11": 1.206076550087877, "W12": -10.0, "S12": -17.601234091783176, "W13": -22.455239197195432, "S13": -22.455239197195432, "W21": -34.527092022461403, "S21": -34.527092022461403, "W22": -40.0, "S22": -43.303413105013199, "W31": -68.437226231385552, "S31": -69.028755119056427, "W32": -89.356568364611249, "S32": -94.356568364611249 }, "geometry": { "type": "Point", "coordinates": [ 102731.333333333328483, 507312.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60832020466776193, "S11": -0.60832020466776193, "W12": -9.5025423388964079, "S12": -12.685010735958992, "W13": -30.0, "S13": -30.0, "W21": -38.199925634629977, "S21": -38.199925634629977, "W22": -39.086804035962082, "S22": -39.086804035962082, "W31": -70.0, "S31": -70.0, "W32": -82.542068079640345, "S32": -87.542068079640345 }, "geometry": { "type": "Point", "coordinates": [ 102731.5, 510368.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0519141579902518, "S11": 1.0519141579902518, "W12": -7.529006266843921, "S12": -7.529006266843921, "W13": -20.230566042455028, "S13": -20.230566042455028, "W21": -43.450442281963731, "S21": -43.450442281963731, "W22": -58.4, "S22": -58.4, "W31": -70.0, "S31": -70.0, "W32": -83.499754194684542, "S32": -88.499754194684542 }, "geometry": { "type": "Point", "coordinates": [ 102731.5, 515436.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.041880577019723031, "S11": -0.041880577019723031, "W12": -14.999999999999998, "S12": -18.828726177324128, "W13": -24.313467282106508, "S13": -24.819408325900941, "W21": -34.131082236382447, "S21": -34.96226979900942, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.832308542609425, "S32": -87.832308542609425 }, "geometry": { "type": "Point", "coordinates": [ 102731.7, 505294.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74347790513994005, "S11": 0.74347790513994005, "W12": -8.1107611901851424, "S12": -8.1107611901851424, "W13": -16.523049070199466, "S13": -17.122155810445555, "W21": -31.174075140022243, "S21": -31.174075140022243, "W22": -65.1994444, "S22": -68.87222700869566, "W31": -100.88320011967478, "S31": -100.88320011967478, "W32": -100.88320011967478, "S32": -105.77581236875001 }, "geometry": { "type": "Point", "coordinates": [ 102731.857142857144936, 497572.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8129520828699377, "S12": -16.442196913730044, "W13": -19.712702400473365, "S13": -26.937770563432395, "W21": -51.293443114754147, "S21": -71.996986832210894, "W22": -38.699343796567554, "S22": -38.699343796567554, "W31": -70.0, "S31": -72.148552608771013, "W32": -90.757797871531281, "S32": -95.757797871531281 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 503059.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2986622417740543, "S11": 2.2986622417740543, "W12": -8.0713362119492729, "S12": -8.6923092955887018, "W13": -19.577855021668928, "S13": -19.577855021668928, "W21": -32.933964010025655, "S21": -32.933964010025655, "W22": -40.038493813665362, "S22": -47.526040231562291, "W31": -70.0, "S31": -70.386561444531054, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 506780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.754459368833686, "S12": -7.754459368833686, "W13": -20.0, "S13": -20.0, "W21": -34.130577616679801, "S21": -34.130577616679801, "W22": -49.999999999999993, "S22": -51.055644580858363, "W31": -68.520706619700093, "S31": -74.189047471421659, "W32": -100.31789687596871, "S32": -105.31789687596871 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 506912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0027435699169787, "S11": -1.0027435699169787, "W12": -10.174530522747736, "S12": -13.174530522747736, "W13": -29.197610585284508, "S13": -29.197610585284508, "W21": -39.221908758691669, "S21": -39.221908758691669, "W22": -43.767210157496706, "S22": -43.767210157496706, "W31": -70.0, "S31": -70.0, "W32": -83.671047192184673, "S32": -88.671047192184673 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 509766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0212085371754207, "S11": 3.0212085371754207, "W12": -5.0, "S12": -8.4626402187243333, "W13": -27.984693877551017, "S13": -28.109696829855942, "W21": -35.010426122902217, "S21": -35.010426122902217, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.727157273288938, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4221867078143946, "S11": 4.4221867078143946, "W12": -5.0, "S12": -6.9512370751246078, "W13": -25.757478527001677, "S13": -25.81667105979588, "W21": -34.497615897082468, "S21": -34.497615897082468, "W22": -46.718437981747606, "S22": -46.724908797868387, "W31": -84.238708801057683, "S31": -84.238708801057683, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102732.0, 510747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1841650271269275, "W13": -15.0, "S13": -15.975772429796882, "W21": -39.089780473419758, "S21": -46.987958838289806, "W22": -76.590580292557462, "S22": -100.9003962434777, "W31": -100.9003962434777, "S31": -100.9003962434777, "W32": -104.10007873640008, "S32": -109.10007873640008 }, "geometry": { "type": "Point", "coordinates": [ 102732.333333333328483, 498543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.162915744200804, "S11": 3.162915744200804, "W12": -5.0, "S12": -5.0, "W13": -20.340291479820628, "S13": -20.840291479820628, "W21": -40.0, "S21": -60.861568247821879, "W22": -36.078475842574072, "S22": -51.014953998564422, "W31": -73.885295025498934, "S31": -74.385295025498934, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102733.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081104519030645195, "S11": -0.081104519030645195, "W12": -15.0, "S12": -19.081912028725448, "W13": -23.932935107249524, "S13": -24.596568338250087, "W21": -34.058678300427374, "S21": -34.790467083714653, "W22": -36.462945407239147, "S22": -39.716817205070534, "W31": -69.062117006772013, "S31": -70.138630555335254, "W32": -78.988705547678748, "S32": -83.988705547678748 }, "geometry": { "type": "Point", "coordinates": [ 102733.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.217065868263473, "S11": 1.217065868263473, "W12": -6.0186240803847655, "S12": -9.5890208820348573, "W13": -30.0, "S13": -30.180730660040911, "W21": -35.605990180213603, "S21": -35.605990180213603, "W22": -36.832163335417384, "S22": -45.081881710984881, "W31": -70.0, "S31": -70.477383859509729, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102733.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3781555132178107, "S11": 1.3781555132178107, "W12": -6.8291922927880675, "S12": -14.201441448497823, "W13": -19.560101010102329, "S13": -19.585176264641124, "W21": -32.367156968716479, "S21": -32.367156968716479, "W22": -39.59119230769231, "S22": -43.209990699592254, "W31": -69.612487495857906, "S31": -70.927874350069189, "W32": -98.685964394386659, "S32": -103.68596439438666 }, "geometry": { "type": "Point", "coordinates": [ 102733.333333333328483, 506344.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1880097299584009, "S11": 3.1880097299584009, "W12": -5.0, "S12": -5.0, "W13": -20.395504484304933, "S13": -21.098500148475214, "W21": -46.089511754068717, "S21": -62.522231986401735, "W22": -36.523663069381328, "S22": -39.219050380411851, "W31": -70.0, "S31": -70.041182710877791, "W32": -78.547118100543756, "S32": -83.547118100543756 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 500469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17755231452124287, "S11": -0.17755231452124287, "W12": -9.74624521518626, "S12": -16.445599549692922, "W13": -19.751032248682414, "S13": -26.527362908183878, "W21": -51.110705680689279, "S21": -70.0, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.744716738141861, "S32": -87.744716738141861 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3858587682860755, "S11": 2.3858587682860755, "W12": -10.0, "S12": -10.054653033684538, "W13": -19.847455522413895, "S13": -19.847455522413895, "W21": -36.15319012086195, "S21": -36.15319012086195, "W22": -62.663809465001314, "S22": -92.928494882818455, "W31": -93.12427533683308, "S31": -93.12427533683308, "W32": -93.601638447941696, "S32": -98.601638447941696 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3320712457337889, "S11": 4.3320712457337889, "W12": -4.7283228131982842, "S12": -7.6653052938049262, "W13": -24.477747502270663, "S13": -24.477747502270663, "W21": -34.126909859621549, "S21": -34.126909859621549, "W22": -36.670646050100466, "S22": -44.539062012231909, "W31": -70.0, "S31": -70.478267473652238, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 510822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45458033053126828, "S11": 0.45458033053126828, "W12": -7.5524501693352146, "S12": -7.5524501693352146, "W13": -20.164201200036967, "S13": -20.164201200036967, "W21": -42.226017594608578, "S21": -42.226017594608578, "W22": -36.848774905599065, "S22": -39.004016310034821, "W31": -70.367314047715453, "S31": -70.433971740731593, "W32": -79.08695505743475, "S32": -84.08695505743475 }, "geometry": { "type": "Point", "coordinates": [ 102734.0, 515834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.544752892909898, "S13": -20.544752892909898, "W21": -40.105473090562882, "S21": -40.970585013460344, "W22": -39.773954554553022, "S22": -39.773954554553022, "W31": -67.868238017270428, "S31": -71.720569737113166, "W32": -99.286941387828435, "S32": -104.28694138782843 }, "geometry": { "type": "Point", "coordinates": [ 102734.057377049175557, 513695.016393442638218 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64976425721790931, "S11": 0.64976425721790931, "W12": -10.295513848927946, "S12": -11.808071743919623, "W13": -17.032686552877518, "S13": -18.030626772371029, "W21": -20.0, "S21": -20.0, "W22": -31.52, "S22": -37.991830689613266, "W31": -80.0, "S31": -80.465601454161771, "W32": -90.706204847056043, "S32": -95.706204847056043 }, "geometry": { "type": "Point", "coordinates": [ 102734.666666666671517, 497038.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7271885744512032, "S11": -0.97933316467923137, "W12": -8.2089499471815515, "S12": -11.734604021288696, "W13": -20.0, "S13": -21.104166666666668, "W21": -35.031068199683581, "S21": -37.98665072524178, "W22": -80.0, "S22": -98.065209027955888, "W31": -98.065209027955888, "S31": -98.065209027955888, "W32": -103.92202518441249, "S32": -108.92202518441249 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 504651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3430120527449279, "S11": -1.8532988826964423, "W12": -8.611807515112595, "S12": -12.147318781619035, "W13": -20.0, "S13": -20.638642131979694, "W21": -34.854347006461623, "S21": -37.962722252239018, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -104.13034224416823, "S32": -109.13034224416823 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 504713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9237277002706188, "S12": -11.624393380743992, "W13": -20.0, "S13": -21.637226158830014, "W21": -32.458674802549893, "S21": -33.163461643175879, "W22": -60.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -109.51310861423221 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 505506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47182937396792179, "S11": 0.47182937396792179, "W12": -10.214798451192173, "S12": -10.724075296888772, "W13": -20.0, "S13": -20.967272639830711, "W21": -33.050816469440036, "S21": -33.050816469440036, "W22": -70.0, "S22": -79.525677442625906, "W31": -90.978692612840462, "S31": -90.978692612840462, "W32": -98.800687040563147, "S32": -103.80068704056315 }, "geometry": { "type": "Point", "coordinates": [ 102735.0, 511454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67189244984334962, "S11": 0.67189244984334962, "W12": -7.5387040681259032, "S12": -7.5387040681259032, "W13": -20.191127945978128, "S13": -20.191127945978128, "W21": -42.665000447608477, "S21": -42.665000447608477, "W22": -36.810001, "S22": -46.069926127726625, "W31": -75.217336205804088, "S31": -75.702475422498409, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102735.888888888890506, 515701.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1365661707678205, "S11": 3.1365661707678205, "W12": -5.0, "S12": -5.0, "W13": -20.291221973094171, "S13": -20.739538899102428, "W21": -40.000000000000007, "S21": -65.0, "W22": -34.432530267171103, "S22": -34.432530267171103, "W31": -80.097151191370372, "S31": -80.235752227639807, "W32": -93.420643576147313, "S32": -98.420643576147313 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 500403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7029782673510665, "S11": 2.7029782673510665, "W12": -9.4452949264663939, "S12": -9.4452949264663939, "W13": -14.905141506153953, "S13": -15.721505353483865, "W21": -51.036449490662136, "S21": -58.500172129981628, "W22": -34.044156565777811, "S22": -44.372978232025162, "W31": -80.265732880156392, "S31": -80.420849098180014, "W32": -95.004900403189993, "S32": -100.00490040318999 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 501643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2322890061376115, "S11": 3.0870625856011245, "W12": -8.0114904846984771, "S12": -11.510673272913202, "W13": -14.994934521582366, "S13": -18.280031407763243, "W21": -41.084542543770013, "S21": -54.76129060830889, "W22": -35.209356325503428, "S22": -49.797598662980903, "W31": -76.419342316863535, "S31": -76.919342316863535, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 502019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49286095403124575, "S11": -2.8758778078490521, "W12": -10.622526895016694, "S12": -14.167768202017729, "W13": -21.942077134190381, "S13": -21.942077134190381, "W21": -34.413537447683552, "S21": -37.916507975594854, "W22": -36.811084124234853, "S22": -47.302966997459187, "W31": -72.153859468062862, "S31": -73.153859468062862, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 504867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1630198927286306, "S11": 1.1630198927286306, "W12": -7.4424952000903515, "S12": -8.1329506686137059, "W13": -19.714623237909123, "S13": -19.714623237909123, "W21": -39.806251962147371, "S21": -40.341114324062787, "W22": -64.52247468917983, "S22": -75.946062020071452, "W31": -94.486062981784372, "S31": -94.486062981784372, "W32": -100.41208924163965, "S32": -105.41208924163965 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 505851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5186665967772228, "S11": 2.5186665967772228, "W12": -6.9258400364243444, "S12": -10.263708643077312, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -40.0, "S21": -40.964663643235077, "W22": -39.69982039614203, "S22": -39.69982039614203, "W31": -60.0, "S31": -61.710432424718142, "W32": -90.17722065672433, "S32": -95.17722065672433 }, "geometry": { "type": "Point", "coordinates": [ 102736.0, 508216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9128875425407059, "S11": 1.9128875425407059, "W12": -9.1155573912920751, "S12": -9.1155573912920751, "W13": -19.23899141444398, "S13": -19.871171138119731, "W21": -46.275818613346054, "S21": -65.301075225637717, "W22": -38.805989207972523, "S22": -38.805989207972523, "W31": -70.0, "S31": -71.956838273530948, "W32": -90.789901019353834, "S32": -95.789901019353834 }, "geometry": { "type": "Point", "coordinates": [ 102736.6, 499813.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9612201931890292, "S11": 2.9612201931890292, "W12": -6.7100121277455873, "S12": -6.7100121277455873, "W13": -19.914778133410927, "S13": -20.91552271524845, "W21": -40.346629239555639, "S21": -69.748913503515027, "W22": -35.948666283295431, "S22": -42.605290715191863, "W31": -80.187385145180272, "S31": -80.657955641614663, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102737.0, 500158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.95, "S11": 2.95, "W12": -8.3286419591194463, "S12": -12.822461600789159, "W13": -14.885977726974355, "S13": -18.597373809017643, "W21": -40.848313725490193, "S21": -54.363592371771411, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.760268655043319, "S32": -87.760268655043319 }, "geometry": { "type": "Point", "coordinates": [ 102737.0, 501967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8168571284269177, "S12": -10.404047813487473, "W13": -30.0, "S13": -30.197792620654802, "W21": -36.18736583366983, "S21": -36.18736583366983, "W22": -73.155410083716248, "S22": -95.320734546834828, "W31": -97.16994492065534, "S31": -97.16994492065534, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102737.0, 510560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43133039796995137, "S11": 0.43133039796995137, "W12": -10.853336733254363, "S12": -10.870826199792843, "W13": -20.0, "S13": -20.751069458516266, "W21": -34.173065209563958, "S21": -34.173065209563958, "W22": -73.866526121615394, "S22": -87.442721860167097, "W31": -93.988159265501793, "S31": -93.988159265501793, "W32": -102.07814214179422, "S32": -107.07814214179422 }, "geometry": { "type": "Point", "coordinates": [ 102737.875, 511626.625 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2540000056000005, "S11": 2.8045454601454551, "W12": -6.0494610778443105, "S12": -6.0494610778443105, "W13": -20.58704, "S13": -22.939040034285711, "W21": -50.377094972067034, "S21": -59.344329729628242, "W22": -73.135348014788619, "S22": -97.035211177484655, "W31": -98.004320820955982, "S31": -98.004320820955982, "W32": -104.0373452557624, "S32": -109.0373452557624 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 500618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4145645835974139, "W12": -6.9874748798356014, "S12": -12.773799299509712, "W13": -20.0, "S13": -23.189361441353107, "W21": -35.575613419484498, "S21": -39.177951184072818, "W22": -34.946816786079985, "S22": -34.946816786079985, "W31": -80.07921610063552, "S31": -80.133555478873859, "W32": -92.918092587717652, "S32": -97.918092587717652 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 504458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0000000000000004, "S11": 2.0000000000000004, "W12": -16.5, "S12": -18.5, "W13": -18.51, "S13": -18.51, "W21": -32.5, "S21": -32.5, "W22": -34.039174433506602, "S22": -35.544909877095975, "W31": -80.114514793594338, "S31": -80.332260907583972, "W32": -94.00141651937372, "S32": -99.00141651937372 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5380384209456857, "S11": 1.5380384209456857, "W12": -7.5477430676997148, "S12": -16.874142156615644, "W13": -20.0, "S13": -20.444837930046621, "W21": -32.566932719244747, "S21": -32.566932719244747, "W22": -35.537988561108456, "S22": -42.230564990735964, "W31": -69.217486766706926, "S31": -69.319496784687914, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40527098379805654, "S11": 0.40527098379805654, "W12": -7.5473128796001863, "S12": -7.5473128796001863, "W13": -20.162495579321401, "S13": -20.162495579321401, "W21": -42.116175412548372, "S21": -42.116175412548372, "W22": -45.010024004239007, "S22": -47.819423527029031, "W31": -93.792428877650835, "S31": -93.792428877650835, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 515883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.310610231108656, "S11": 1.310610231108656, "W12": -6.0238234411289788, "S12": -8.5988515576526581, "W13": -21.746349308459326, "S13": -21.746349308459326, "W21": -32.416729272438687, "S21": -32.416729272438687, "W22": -39.637347716198775, "S22": -39.637347716198775, "W31": -60.0, "S31": -61.424476854787571, "W32": -90.185700832125491, "S32": -95.185700832125491 }, "geometry": { "type": "Point", "coordinates": [ 102738.8, 511137.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70383243549759, "S11": 0.70383243549759, "W12": -8.856547542474507, "S12": -8.856547542474507, "W13": -16.461545514251938, "S13": -17.405743620369478, "W21": -28.611755253693332, "S21": -28.611755253693332, "W22": -36.75427886038149, "S22": -45.297980372911489, "W31": -69.959829067641692, "S31": -70.182709321866739, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 497365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71171486626973279, "S11": 0.71171486626973279, "W12": -8.7230476666704071, "S12": -8.7230476666704071, "W13": -16.471510574018133, "S13": -17.350324642859224, "W21": -29.252447316842275, "S21": -29.252447316842275, "W22": -42.35910231218454, "S22": -45.412797714797513, "W31": -69.354477869443784, "S31": -71.800842321867478, "W32": -81.289647062613767, "S32": -86.289647062613767 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 497403.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71959729704186359, "S11": 0.71959729704186359, "W12": -8.5895477908665061, "S12": -8.5895477908665061, "W13": -16.48147563378431, "S13": -17.294905665349049, "W21": -29.893139379990252, "S21": -29.893139379990252, "W22": -48.64953632352119, "S22": -48.658356264604116, "W31": -88.86504811010515, "S31": -88.86504811010515, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 497442.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72747972781400627, "S11": 0.72747972781400627, "W12": -8.4560479150624044, "S12": -8.4560479150624044, "W13": -16.491440693550505, "S13": -17.239486687838795, "W21": -30.489189831310998, "S21": -30.489189831310998, "W22": -68.568805213643856, "S22": -79.821440477758529, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 497481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6244502295862797, "S11": 3.1208528087013758, "W12": -7.6895194942044256, "S12": -7.6895194942044256, "W13": -20.318616830796778, "S13": -23.989967887437743, "W21": -51.349502248529802, "S21": -60.819925909600947, "W22": -40.392730184526975, "S22": -40.392730184526975, "W31": -71.636015125890168, "S31": -76.636015125890168, "W32": -93.002020905559306, "S32": -98.002020905559306 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 500659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1730418250950572, "S11": 1.1730418250950572, "W12": -6.0169528318960177, "S12": -6.0169528318960177, "W13": -20.007852584329015, "S13": -20.007852584329015, "W21": -37.0112571197919, "S21": -37.148593591074139, "W22": -39.977586830625448, "S22": -39.977586830625448, "W31": -61.889673124092702, "S31": -62.877899938124415, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.8003961147366825, "S12": -9.7448066217617271, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.901360544217702, "W22": -39.799730304927287, "S22": -39.799730304927287, "W31": -60.0, "S31": -61.313912451241407, "W32": -90.165938179893772, "S32": -95.165938179893772 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 508224.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7213501384914025, "S12": -11.313051235377699, "W13": -30.0, "S13": -30.202464295715494, "W21": -36.840977586496805, "S21": -36.840977586496805, "W22": -38.022209112948481, "S22": -46.642492131816404, "W31": -70.0, "S31": -70.244113823486927, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102739.0, 510530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3521827411167511, "S12": -6.0419074617490764, "W13": -15.0, "S13": -15.0, "W21": -46.8213248878332, "S21": -51.67252224014242, "W22": -34.800790481252797, "S22": -35.335986341058408, "W31": -80.061281009900682, "S31": -80.12698066860375, "W32": -92.415541599287977, "S32": -97.415541599287977 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 499003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1090241128298453, "S11": 2.7263484937239872, "W12": -7.7421069914928111, "S12": -8.2736496865088771, "W13": -17.888763939649518, "S13": -20.436588252254733, "W21": -60.0, "S21": -65.718043647700696, "W22": -35.600037190394204, "S22": -50.649597033061369, "W31": -74.765224545470829, "S31": -75.265224545470829, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 501420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3730672684533491, "S12": -13.217851542342457, "W13": -20.0, "S13": -22.253053887322793, "W21": -35.412280442120803, "S21": -38.509212883146752, "W22": -35.536667651694252, "S22": -37.332801219356817, "W31": -69.610222646560118, "S31": -69.610222646560118, "W32": -95.854511283390693, "S32": -100.85451128339069 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 504514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.05546359790862, "S12": -13.306610047612761, "W13": -20.909584577789847, "S13": -22.440009475005919, "W21": -32.892835790610683, "S21": -32.892835790610683, "W22": -40.908400668766973, "S22": -44.598201060850705, "W31": -68.829689188810278, "S31": -71.40885625531061, "W32": -83.881951876957231, "S32": -88.881951876957231 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 505461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1542499665989041, "S11": 1.1542499665989041, "W12": -5.7690630611228162, "S12": -9.6562479552088885, "W13": -19.209962506695234, "S13": -19.209962506695234, "W21": -30.594093552936876, "S21": -30.594093552936876, "W22": -59.220437956204371, "S22": -59.220437956204371, "W31": -70.0, "S31": -70.0, "W32": -83.520167821053732, "S32": -88.520167821053732 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82746999573506586, "S11": 0.82746999573506586, "W12": -14.427519908758285, "S12": -14.427519908758285, "W13": -20.0, "S13": -20.0, "W21": -35.643949369294717, "S21": -37.004530069277287, "W22": -79.045980606818887, "S22": -94.956557713034357, "W31": -94.956557713034357, "S31": -94.956557713034357, "W32": -103.59715260087106, "S32": -108.59715260087106 }, "geometry": { "type": "Point", "coordinates": [ 102740.0, 512566.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24060429176335496, "S11": -0.24060429176335496, "W12": -12.920543293718167, "S12": -17.920543293718168, "W13": -22.476242193863698, "S13": -23.748812834800979, "W21": -33.648137998806433, "S21": -33.809361913687141, "W22": -63.009998, "S22": -63.009998, "W31": -101.0, "S31": -101.0, "W32": -101.0, "S32": -106.0 }, "geometry": { "type": "Point", "coordinates": [ 102741.0, 505384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54708805261223814, "S11": 0.54708805261223814, "W12": -9.2854193747321538, "S12": -14.285419374732154, "W13": -23.918328681832929, "S13": -23.918328681832929, "W21": -32.890282184836366, "S21": -32.895661016530987, "W22": -90.0, "S22": -93.560195144285146, "W31": -93.560195144285146, "S31": -93.560195144285146, "W32": -94.662229219076579, "S32": -99.662229219076579 }, "geometry": { "type": "Point", "coordinates": [ 102741.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22194720516537403, "S11": -0.22194720516537403, "W12": -7.0149407521891733, "S12": -8.3365345441610934, "W13": -25.142080968874804, "S13": -25.142080968874804, "W21": -41.010716743186983, "S21": -41.010716743186983, "W22": -71.076882544758305, "S22": -88.01829155224101, "W31": -94.149839903525859, "S31": -94.149839903525859, "W32": -98.707332873369779, "S32": -103.70733287336978 }, "geometry": { "type": "Point", "coordinates": [ 102741.0, 508983.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.619057127034154, "S21": -38.619057127034154, "W22": -36.700001, "S22": -46.339794397709412, "W31": -78.005322519325816, "S31": -78.502730097668064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102741.0, 510080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63456917064015572, "S11": -0.63456917064015572, "W12": -9.3917448841514055, "S12": -12.597557689248717, "W13": -30.0, "S13": -30.0, "W21": -38.177476348937113, "S21": -38.177476348937113, "W22": -33.75944573514586, "S22": -40.379969991467647, "W31": -80.0, "S31": -80.5, "W32": -90.695803658349121, "S32": -95.695803658349121 }, "geometry": { "type": "Point", "coordinates": [ 102741.333333333328483, 510377.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.549576342190257, "S13": -20.549576342190257, "W21": -40.218270317027645, "S21": -40.837458281219753, "W22": -32.485633010251533, "S22": -37.414736388885771, "W31": -80.013971780802123, "S31": -80.413548947821155, "W32": -91.113388328124188, "S32": -96.113388328124188 }, "geometry": { "type": "Point", "coordinates": [ 102741.819672131154221, 513744.377049180329777 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -19.843526293940357, "S13": -19.843526293940357, "W21": -36.042381112321991, "S21": -36.133083692234372, "W22": -38.253496782400262, "S22": -38.253496782400262, "W31": -70.0, "S31": -70.0, "W32": -81.977543665095652, "S32": -86.977543665095652 }, "geometry": { "type": "Point", "coordinates": [ 102742.0, 507438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35596163706484507, "S11": 0.35596163706484507, "W12": -7.5421755898651597, "S12": -7.5421755898651597, "W13": -20.160789958605839, "S13": -20.160789958605839, "W21": -42.110790193411461, "S21": -42.110790193411461, "W22": -60.0, "S22": -83.622495815108806, "W31": -99.934190122588021, "S31": -99.934190122588021, "W32": -103.43301005747126, "S32": -108.43301005747126 }, "geometry": { "type": "Point", "coordinates": [ 102742.0, 515932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69973074860895246, "S11": -0.69973074860895246, "W12": -7.5914926261392202, "S12": -7.5914926261392202, "W13": -20.039295263539753, "S13": -20.039295263539753, "W21": -42.660169294032755, "S21": -42.660169294032755, "W22": -36.840610010814096, "S22": -45.282857089316181, "W31": -72.146749461411744, "S31": -72.642156128389985, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102742.189655172420316, 516616.939655172405764 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7943392034684487, "S11": 1.7943392034684487, "W12": -7.4731546297026448, "S12": -7.4731546297026448, "W13": -20.327652184972443, "S13": -20.327652184972443, "W21": -44.947348865634424, "S21": -44.947348865634424, "W22": -35.93838883079227, "S22": -41.941694160636644, "W31": -80.176020316838574, "S31": -80.676020316838574, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102742.622950819670223, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6339443454524778, "S11": 2.6339443454524778, "W12": -8.9287889435464987, "S12": -8.9287889435464987, "W13": -19.603410702035216, "S13": -20.392385968383145, "W21": -43.786309886370795, "S21": -53.349642431495724, "W22": -35.855806410539934, "S22": -41.348172780558173, "W31": -69.263156892834118, "S31": -69.263156892834118, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 499948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0304156914800711, "S11": 2.6665601618343766, "W12": -6.2586110385274223, "S12": -6.609819455497993, "W13": -15.0, "S13": -18.0, "W21": -42.949985756724864, "S21": -57.657210876968612, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -82.728327623018671, "S32": -87.728327623018671 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0190411150312642, "S11": 2.6535406766022689, "W12": -6.221241471416544, "S12": -6.5173020755938653, "W13": -15.0, "S13": -18.0, "W21": -43.017132625239086, "S21": -57.741935553397852, "W22": -66.876780646603166, "S22": -87.060230457370864, "W31": -100.10392571889655, "S31": -100.10392571889655, "W32": -100.14515050167223, "S32": -105.14515050167223 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 502208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -14.461587255704902, "W13": -19.922591376516586, "S13": -25.436591610170577, "W21": -38.030359560919493, "S21": -43.782504942040141, "W22": -62.499719661688559, "S22": -82.473362178502754, "W31": -92.108453893102563, "S31": -92.108453893102563, "W32": -92.108453893102563, "S32": -96.534322206103667 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 503927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5344496587030712, "S11": 4.5344496587030712, "W12": -4.9725563112655147, "S12": -7.3243387570076921, "W13": -25.0, "S13": -25.007971223293449, "W21": -34.303115231955296, "S21": -34.303115231955296, "W22": -60.820225664066498, "S22": -83.862256402167077, "W31": -92.288602502945139, "S31": -92.288602502945139, "W32": -92.288602502945139, "S32": -96.875559854933101 }, "geometry": { "type": "Point", "coordinates": [ 102743.0, 510801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4842121556628417, "S11": -1.2002354498372574, "W12": -11.669088248629487, "S12": -15.119011841323282, "W13": -22.93406037844867, "S13": -22.93406037844867, "W21": -34.169181989686059, "S21": -37.943346474898199, "W22": -39.821482114053779, "S22": -39.821482114053779, "W31": -60.0, "S31": -61.147545043650545, "W32": -90.160040377114399, "S32": -95.160040377114399 }, "geometry": { "type": "Point", "coordinates": [ 102743.333333333328483, 504948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6345286777812729, "S11": 1.6345286777812729, "W12": -9.0915002322340914, "S12": -16.999115864354195, "W13": -19.549579059819475, "S13": -28.085628309898425, "W21": -50.0, "S21": -51.312795797787359, "W22": -38.556538461538459, "S22": -42.767297368355287, "W31": -69.746703914254283, "S31": -69.746703914254283, "W32": -98.083240227201259, "S32": -103.08324022720126 }, "geometry": { "type": "Point", "coordinates": [ 102744.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9920096852300242, "S11": 1.9920096852300242, "W12": -9.9314824035551208, "S12": -9.9314824035551208, "W13": -21.333583790646337, "S13": -21.333583790646337, "W21": -33.981490443237448, "S21": -33.981490443237448, "W22": -42.78562874153954, "S22": -46.088899951749205, "W31": -68.983613515964365, "S31": -72.120255346725401, "W32": -83.09767312799778, "S32": -88.09767312799778 }, "geometry": { "type": "Point", "coordinates": [ 102744.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.2216973173612296, "W13": -24.759260760314501, "S13": -24.759260760314501, "W21": -40.761283006514589, "S21": -40.761283006514589, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.214251687690719, "W32": -83.292001058294389, "S32": -88.292001058294389 }, "geometry": { "type": "Point", "coordinates": [ 102744.0, 508874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.7451061214701129, "W13": -14.999999999999998, "S13": -15.597274007248453, "W21": -40.634142216961195, "S21": -47.195650921302388, "W22": -37.879113944799329, "S22": -37.879113944799329, "W31": -70.0, "S31": -70.26554439708157, "W32": -81.235173361107229, "S32": -86.235173361107229 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 498720.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41990935577856914, "S11": -0.41990935577856914, "W12": -6.2899572649572653, "S12": -8.4658725309024643, "W13": -19.215337966344308, "S13": -20.233758597451146, "W21": -34.234496799517309, "S21": -37.56849586446701, "W22": -38.119189428786193, "S22": -46.71981835960375, "W31": -70.072543337512528, "S31": -70.329994346227451, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 505684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.322270824307368, "S11": 1.322270824307368, "W12": -6.2297559687718289, "S12": -14.789127926127929, "W13": -20.0, "S13": -20.440802141548808, "W21": -31.074692386480923, "S21": -31.074692386480923, "W22": -63.831390732125747, "S22": -96.592242151157464, "W31": -99.905155521514189, "S31": -99.905155521514189, "W32": -101.51375846674875, "S32": -106.51375846674875 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 506299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0807800159501548, "S11": 2.0807800159501548, "W12": -8.8378760429326668, "S12": -8.8378760429326668, "W13": -19.606933891910259, "S13": -19.606933891910259, "W21": -32.911995234279736, "S21": -32.911995234279736, "W22": -63.060940611135301, "S22": -98.060940611135294, "W31": -100.94240470852019, "S31": -100.94240470852019, "W32": -101.00601554014537, "S32": -106.00601554014537 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0564269021033499, "S11": 2.0564269021033499, "W12": -4.1150560258354947, "S12": -6.8499202716722083, "W13": -22.669380203515264, "S13": -23.251813670057224, "W21": -33.327786749087394, "S21": -33.327786749087394, "W22": -71.83352793836734, "S22": -99.815255579722702, "W31": -99.815255579722702, "S31": -99.815255579722702, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102745.0, 511005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46050700013588169, "S11": 0.46050700013588169, "W12": -9.702643671432579, "S12": -9.702643671432579, "W13": -16.670293334328942, "S13": -17.943682107717745, "W21": -56.185252894576315, "S21": -58.497667458800834, "W22": -89.999999999999986, "S22": -93.082441932107514, "W31": -93.082441932107514, "S31": -93.082441932107514, "W32": -94.943038980215519, "S32": -99.943038980215519 }, "geometry": { "type": "Point", "coordinates": [ 102745.166666666671517, 499389.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1630697313685396, "S11": 3.1630697313685396, "W12": -5.0, "S12": -5.0, "W13": -20.369204035874439, "S13": -21.095258430829109, "W21": -44.936708860759495, "S21": -64.128383594544587, "W22": -40.353807758525001, "S22": -40.353807758525001, "W31": -71.844699487717847, "S31": -75.829178055990056, "W32": -93.523834613501677, "S32": -98.523834613501677 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 500475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6046158392598784, "S12": -16.586975281087437, "W13": -19.839191852331016, "S13": -25.649615845692619, "W21": -50.68760365256, "S21": -71.187855292993277, "W22": -39.93764880649929, "S22": -49.059111070650232, "W31": -69.912021016689735, "S31": -69.912021016689735, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 503005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71648345211398001, "S11": 0.71648345211398001, "W12": -4.81701449668076, "S12": -8.0254792438575997, "W13": -15.0, "S13": -15.0, "W21": -29.517996724788134, "S21": -29.517996724788134, "W22": -32.785869489993573, "S22": -37.308947707690379, "W31": -80.018716248731891, "S31": -80.404375163460571, "W32": -91.228245461221846, "S32": -96.228245461221846 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 506112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7808106457099846, "S11": 0.7808106457099846, "W12": -4.9955197452809843, "S12": -6.8537474232526119, "W13": -15.0, "S13": -15.0, "W21": -29.467382711189295, "S21": -29.467382711189295, "W22": -33.776188517350192, "S22": -44.015578265630808, "W31": -80.267632893906907, "S31": -80.388110265923316, "W32": -95.004681038796875, "S32": -100.00468103879687 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.103963026375621, "S11": 1.103963026375621, "W12": -5.7408644633002499, "S12": -10.066561769923464, "W13": -20.0, "S13": -20.089823906636461, "W21": -30.424609983833214, "S21": -30.424609983833214, "W22": -41.076686626442772, "S22": -41.076686626442772, "W31": -67.660722545867998, "S31": -71.98413304498682, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 506243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30665229033163316, "S11": 0.30665229033163316, "W12": -7.5370383001301331, "S12": -7.5370383001301331, "W13": -20.159084337890281, "S13": -20.159084337890281, "W21": -42.126444914682494, "S21": -42.126444914682494, "W22": -41.606861107712206, "S22": -45.196033912378091, "W31": -68.87249181520383, "S31": -71.662051358433843, "W32": -83.644309668212628, "S32": -88.644309668212628 }, "geometry": { "type": "Point", "coordinates": [ 102746.0, 515981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83, "S11": -0.83, "W12": -10.83, "S12": -17.43, "W13": -19.43, "S13": -30.23, "W21": -52.630001, "S21": -74.130001, "W22": -38.55386103074261, "S22": -39.532653114726934, "W31": -70.0, "S31": -72.872307186318039, "W32": -90.748851930657153, "S32": -95.748851930657153 }, "geometry": { "type": "Point", "coordinates": [ 102746.9, 503192.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9498360805026866, "S11": 1.9498360805026866, "W12": -6.3374032020381472, "S12": -6.3374032020381472, "W13": -15.0, "S13": -18.0, "W21": -46.14897206005314, "S21": -62.940184050837246, "W22": -66.48275262837862, "S22": -81.052904059127897, "W31": -90.867428338626638, "S31": -90.867428338626638, "W32": -90.867428338626638, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 502532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.7701237811656005, "S12": -12.050770425358062, "W13": -19.998788551396625, "S13": -24.73454101081299, "W21": -36.904988506465379, "S21": -41.979618502803561, "W22": -65.953965613449895, "S22": -97.977630832121349, "W31": -100.11657486775886, "S31": -100.11657486775886, "W32": -100.22251950947617, "S32": -105.22251950947617 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.137700454884921, "S11": 1.137700454884921, "W12": -7.0032375861160254, "S12": -7.967119222321422, "W13": -19.771849960769107, "S13": -19.771849960769107, "W21": -39.237924384446337, "S21": -40.200702535490443, "W22": -63.239048389286857, "S22": -97.639611828351974, "W31": -99.998649150900974, "S31": -99.998649150900974, "W32": -101.32296798029557, "S32": -106.32296798029557 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0364819004525367, "S11": 1.0364819004525367, "W12": -7.6812461954520703, "S12": -13.657209269159846, "W13": -18.660606060606295, "S13": -19.711714974604611, "W21": -31.940469986200583, "S21": -32.007537655373454, "W22": -80.088578223794883, "S22": -93.729795986786769, "W31": -93.729795986786769, "S31": -93.729795986786769, "W32": -93.729795986786769, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 506355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2585933170994106, "S11": -1.2585933170994106, "W12": -10.824523456982543, "S12": -13.804283549083408, "W13": -26.945335489749599, "S13": -26.945335489749599, "W21": -39.409318470917398, "S21": -39.409318470917398, "W22": -40.0, "S22": -49.127358490566039, "W31": -69.919131957731139, "S31": -69.919131957731139, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 509450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63029403385967775, "S11": -0.63029403385967775, "W12": -10.0, "S12": -13.0, "W13": -29.99749115130524, "S13": -29.99749115130524, "W21": -38.855292819413926, "S21": -38.855292819413926, "W22": -39.781634730305633, "S22": -39.781634730305633, "W31": -67.814312991143012, "S31": -71.691187976190974, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102747.0, 509917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40896599771640896, "S11": 0.40896599771640896, "W12": -5.5858883248730971, "S12": -6.0428520752137889, "W13": -15.0, "S13": -15.0, "W21": -48.817629981525464, "S21": -52.913109153486744, "W22": -36.336328980038289, "S22": -39.375002825628073, "W31": -69.50165487738559, "S31": -70.10604089694823, "W32": -78.224984490749549, "S32": -83.224984490749549 }, "geometry": { "type": "Point", "coordinates": [ 102748.0, 499101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70488524241565076, "S11": 0.70488524241565076, "W12": -8.9375829452964748, "S12": -9.0799794109318768, "W13": -16.447736700380929, "S13": -17.404795546014476, "W21": -28.296365986239405, "S21": -28.296365986239405, "W22": -37.712817770461037, "S22": -37.712817770461037, "W31": -70.0, "S31": -71.111227512462975, "W32": -80.871182961252245, "S32": -85.871182961252245 }, "geometry": { "type": "Point", "coordinates": [ 102748.5, 497352.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5700139856214603, "S11": 3.2096561280581679, "W12": -7.809099402880225, "S12": -7.809099402880225, "W13": -20.269492191385655, "S13": -21.304628004763963, "W21": -50.639005265787752, "S21": -72.436236250715893, "W22": -62.846535133408793, "S22": -98.236619798322224, "W31": -100.537815978664, "S31": -100.537815978664, "W32": -101.15172529033347, "S32": -106.15172529033347 }, "geometry": { "type": "Point", "coordinates": [ 102749.0, 500693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71526817332626647, "S11": -0.71526817332626647, "W12": -9.2291357338777313, "S12": -12.125663828898432, "W13": -30.418888888888944, "S13": -30.418888888888944, "W21": -38.116705636954727, "S21": -38.116705636954727, "W22": -90.0, "S22": -95.630557449647355, "W31": -95.630557449647355, "S31": -95.630557449647355, "W32": -95.630557449647355, "S32": -100.09000780640129 }, "geometry": { "type": "Point", "coordinates": [ 102749.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73219065508335812, "S11": -0.73219065508335812, "W12": -9.1795144318976671, "S12": -11.985149443030213, "W13": -30.0, "S13": -30.068561661180048, "W21": -38.088538800464157, "S21": -38.088538800464157, "W22": -32.700001, "S22": -37.402319340556389, "W31": -80.016998443331275, "S31": -80.419412114931006, "W32": -91.195354317877005, "S32": -96.195354317877005 }, "geometry": { "type": "Point", "coordinates": [ 102749.0, 510433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73441999701942495, "S11": -0.73441999701942495, "W12": -9.1011650077186168, "S12": -12.438462876212141, "W13": -30.0, "S13": -30.131110328869386, "W21": -38.043951937259969, "S21": -38.043951937259969, "W22": -67.128304428354937, "S22": -90.799052823148102, "W31": -100.0, "S31": -100.0, "W32": -103.82056243307723, "S32": -108.82056243307723 }, "geometry": { "type": "Point", "coordinates": [ 102749.0, 510463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2090019123941289, "S11": 1.4817123166353616, "W12": -7.0644758264414804, "S12": -7.0644758264414786, "W13": -18.03060635034462, "S13": -21.03060635034462, "W21": -46.382951248447114, "S21": -64.117631519522575, "W22": -65.133343367908608, "S22": -82.559533452130239, "W31": -99.95437338053118, "S31": -99.95437338053118, "W32": -103.49721623563219, "S32": -108.49721623563219 }, "geometry": { "type": "Point", "coordinates": [ 102749.333333333328483, 502620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.628296120040254, "S12": -14.628296120040254, "W13": -20.554399791470587, "S13": -20.55439979147058, "W21": -40.331067543492544, "S21": -40.704331548979347, "W22": -74.95449045088651, "S22": -88.797571521019691, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -94.262906351439796 }, "geometry": { "type": "Point", "coordinates": [ 102749.581967213118332, 513793.737704918021336 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0834734394562693, "W13": -15.000000000000002, "S13": -16.458554689128896, "W21": -38.836634455068221, "S21": -46.661141189813968, "W22": -40.006059892909718, "S22": -49.984263507476967, "W31": -69.997097992985502, "S31": -69.997097992985502, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 498508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0206592399351337, "S11": 3.0206592399351337, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.460953346855984, "W21": -40.0, "S21": -69.48646442660862, "W22": -36.761679841903835, "S22": -45.260087868882444, "W31": -70.0, "S31": -70.342885375494077, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9296711146819434, "S11": 2.5414145046447993, "W12": -5.9617640739772959, "S12": -6.1429800105391879, "W13": -14.997427331049709, "S13": -17.997427331049707, "W21": -43.668050299108778, "S21": -58.456550847646582, "W22": -36.685956871025795, "S22": -44.22692971234013, "W31": -70.224882873503375, "S31": -70.724882873503375, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.85, "S11": 3.85, "W12": -8.9499998, "S12": -16.3499998, "W13": -20.35, "S13": -20.35, "W21": -46.849998, "S21": -57.249998, "W22": -36.857411344532203, "S22": -45.320253987591705, "W31": -72.851983272082123, "S31": -73.330348109249059, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8054081613503268, "S12": -16.635913782451677, "W13": -19.732060669155228, "S13": -26.876202606168846, "W21": -51.192268729135399, "S21": -71.980893150422077, "W22": -36.5, "S22": -44.566892398356117, "W31": -80.0, "S31": -80.449707735519624, "W32": -90.362931461460946, "S32": -95.362931461460946 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 503055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.065775938374680099, "S11": -1.2212508317821393, "W12": -15.0, "S12": -18.392582541836305, "W13": -25.0, "S13": -25.0, "W21": -34.450321728161484, "S21": -36.062382578979815, "W22": -34.567969822315845, "S22": -36.941008068623752, "W31": -80.042165832500459, "S31": -80.306964986834501, "W32": -91.972534566833389, "S32": -96.972534566833389 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 505206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3220379975966465, "S11": 2.3220379975966465, "W12": -11.827497634829923, "S12": -11.830997299707011, "W13": -20.0, "S13": -21.145220585051884, "W21": -32.560329218452097, "S21": -32.560329218452097, "W22": -65.252904305313024, "S22": -96.390832929172774, "W31": -100.09196262556615, "S31": -100.09196262556615, "W32": -100.28131868131923, "S32": -105.28131868131923 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 506714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.168529216701669, "S12": -11.171154176926979, "W13": -20.0, "S13": -20.831297645621706, "W21": -32.568349270380132, "S21": -32.568349270380132, "W22": -89.357183387824549, "S22": -97.998811695834235, "W31": -97.998811695834235, "S31": -97.998811695834235, "W32": -97.998811695834235, "S32": -100.6942232630757 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 506731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.729545160198676, "S21": -38.729545160198676, "W22": -50.673242062907896, "S22": -58.519473812422625, "W31": -79.954235223029002, "S31": -79.954235223029002, "W32": -97.945260386655889, "S32": -102.94526038665589 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40443230277185516, "S11": 0.40443230277185516, "W12": -12.269094874591058, "S12": -12.269094874591058, "W13": -20.0, "S13": -20.908909244445017, "W21": -34.339301310816936, "S21": -35.31912439680778, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.519942335415664, "W32": -90.059041566472004, "S32": -95.059041566472004 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5788570274636511, "S11": 1.5788570274636511, "W12": -15.0, "S12": -15.0, "W13": -20.584601590262594, "S13": -21.527195962897594, "W21": -37.232572457224812, "S21": -41.173002932023842, "W22": -33.341188972825549, "S22": -37.289099941816161, "W31": -80.025286511125046, "S31": -80.386984890265282, "W32": -91.478445087937018, "S32": -96.478445087937018 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.863615053832973, "S12": -12.863615053832973, "W13": -20.518445448739712, "S13": -20.518445448739712, "W21": -41.130846367071214, "S21": -41.130846367071214, "W22": -33.358641829338282, "S22": -37.304659416749395, "W31": -80.025367224599776, "S31": -80.388651227418663, "W32": -91.492892331992024, "S32": -96.492892331992024 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25734294359842191, "S11": 0.25734294359842191, "W12": -7.5319010103951056, "S12": -7.5319010103951056, "W13": -20.157378717174719, "S13": -20.157378717174719, "W21": -42.142099635953535, "S21": -42.142099635953535, "W22": -38.820805200548754, "S22": -42.300616142989426, "W31": -69.958958772967705, "S31": -69.958958772967705, "W32": -97.622199930302415, "S32": -102.62219993030241 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 516030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40187252511919752, "S11": 0.40187252511919752, "W12": -11.437743088206618, "S12": -11.437743088206618, "W13": -20.0, "S13": -20.0, "W21": -34.308668785290216, "S21": -35.109578831932204, "W22": -37.96215708163389, "S22": -37.96215708163389, "W31": -70.0, "S31": -70.0, "W32": -81.429229120439544, "S32": -86.429229120439544 }, "geometry": { "type": "Point", "coordinates": [ 102750.117647058825241, 511781.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4553293362978352, "S11": 1.4553293362978352, "W12": -7.3828335301548478, "S12": -16.617725072824751, "W13": -20.0, "S13": -21.003628548027542, "W21": -32.275749364576768, "S21": -32.275749364576768, "W22": -71.207462911790543, "S22": -99.446259193487975, "W31": -99.446259193487975, "S31": -99.446259193487975, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102750.5, 506471.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8712877464437234, "S11": 2.3712877464437234, "W12": -8.9253458476686767, "S12": -13.065467175133884, "W13": -14.604272442806481, "S13": -17.759799378010992, "W21": -43.859375, "S21": -57.32197553287893, "W22": -87.754352879480891, "S22": -99.431746391776301, "W31": -99.431746391776301, "S31": -99.431746391776301, "W32": -99.431746391776301, "S32": -101.27761194029853 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 501856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9813599049848043, "S11": 2.5991735630613917, "W12": -6.1364567546380977, "S12": -6.6137705826071516, "W13": -14.990380038636534, "S13": -17.990380038636534, "W21": -43.380539616652428, "S21": -58.078532247059293, "W22": -46.85477202862932, "S22": -46.86149295389221, "W31": -84.560941386032141, "S31": -84.560941386032141, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 502215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5778389946270832, "S11": 1.7307653634124831, "W12": -8.1274957544523172, "S12": -12.36393705296342, "W13": -20.157342774122441, "S13": -23.157342774122441, "W21": -46.679761377438801, "S21": -61.200021959996683, "W22": -71.625420069013771, "S22": -87.920766163815415, "W31": -96.463180975023747, "S31": -96.463180975023747, "W32": -97.403278535654366, "S32": -102.40327853565437 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 502746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70861491449726732, "S11": 0.70861491449726732, "W12": -10.115768860794274, "S12": -17.143600299621085, "W13": -19.492245687585008, "S13": -29.134799043205366, "W21": -51.232499949276296, "S21": -51.232499949276296, "W22": -39.937848274371419, "S22": -43.814776953084269, "W31": -62.114633765422461, "S31": -62.114633765422461, "W32": -90.507846490427696, "S32": -95.507846490427696 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 503288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0448221691374235, "S11": -1.0448221691374235, "W12": -10.415510788623484, "S12": -13.415510788623484, "W13": -28.479808053141333, "S13": -28.479808053141333, "W21": -39.530337157717696, "S21": -39.530337157717696, "W22": -40.0, "S22": -45.779436529971328, "W31": -63.73016861865603, "S31": -63.983866235747236, "W32": -90.589242991204543, "S32": -95.589242991204543 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 509678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88090776958677375, "S11": -0.88090776958677375, "W12": -10.036983183396787, "S12": -13.036983183396787, "W13": -29.393083841809982, "S13": -29.393083841809982, "W21": -39.074996199697722, "S21": -39.074996199697722, "W22": -36.748848834293362, "S22": -44.071904936135205, "W31": -70.409161894846434, "S31": -70.873938331497158, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102751.0, 509811.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60521058868050948, "S11": 0.60521058868050948, "W12": -10.269555685944761, "S12": -12.228753336592861, "W13": -17.27442456678261, "S13": -18.271628489451725, "W21": -20.0, "S21": -20.0, "W22": -36.955479903948969, "S22": -45.020293349097614, "W31": -71.369281459891013, "S31": -71.820773147433712, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102752.0, 497009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5082576022369802, "S11": 2.5082576022369802, "W12": -9.3209437218443973, "S12": -16.387829748570208, "W13": -20.0, "S13": -24.177677564825252, "W21": -49.762142706122454, "S21": -69.916561679095565, "W22": -36.119036354367836, "S22": -41.638033282882162, "W31": -80.008568616699108, "S31": -80.470337468002839, "W32": -91.01325009715066, "S32": -96.01325009715066 }, "geometry": { "type": "Point", "coordinates": [ 102752.0, 502933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.6935673315041271, "W13": -28.954081632653057, "S13": -29.074861607995409, "W21": -35.312281078733726, "S21": -35.312281078733726, "W22": -37.392414592478758, "S22": -37.392414592478758, "W31": -69.728325660737099, "S31": -69.728325660737099, "W32": -96.211403586741667, "S32": -101.21140358674167 }, "geometry": { "type": "Point", "coordinates": [ 102752.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43217886873356565, "S11": 0.43217886873356565, "W12": -10.523926337781297, "S12": -10.672242772182191, "W13": -20.0, "S13": -20.511610477884847, "W21": -33.129015828961769, "S21": -33.129015828961769, "W22": -38.539461538461538, "S22": -42.754338156036937, "W31": -69.770350526304526, "S31": -69.770350526304526, "W32": -98.016003104281083, "S32": -103.01600310428108 }, "geometry": { "type": "Point", "coordinates": [ 102752.833333333328483, 511541.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0613582457872099, "S11": 3.0613582457872099, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -20.164721022915973, "S13": -20.403526993065228, "W21": -40.0, "S21": -66.876234189037731, "W22": -47.739753559812669, "S22": -49.237333344426361, "W31": -68.836136832805352, "S31": -73.575741440953379, "W32": -100.14640236971722, "S32": -105.14640236971722 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 500355.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4229944300520669, "S11": 3.4229944300520669, "W12": -7.9536452406041445, "S12": -7.9536452406041445, "W13": -20.127876255844026, "S13": -22.065456732881245, "W21": -51.469228677603553, "S21": -75.299069415239771, "W22": -47.762889164268913, "S22": -47.770453546876674, "W31": -86.159364177778173, "S31": -86.159364177778173, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 500822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3698452643089323, "S11": 1.3698452643089323, "W12": -9.3037621922898275, "S12": -16.64934285036156, "W13": -19.533689510608792, "S13": -28.402866795397415, "W21": -50.305734656793142, "S21": -51.360357392150206, "W22": -71.707415766710568, "S22": -97.885848229187985, "W31": -97.885848229187985, "S31": -97.885848229187985, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 503351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4789346246973367, "S11": 2.4789346246973367, "W12": -8.4298758868016783, "S12": -8.4298758868016783, "W13": -20.07678798794538, "S13": -20.07678798794538, "W21": -32.18838949764681, "S21": -32.18838949764681, "W22": -85.892182717568289, "S22": -101.02247550780709, "W31": -101.02247550780709, "S31": -101.02247550780709, "W32": -101.02247550780709, "S32": -101.84277718550106 }, "geometry": { "type": "Point", "coordinates": [ 102753.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76736121349589459, "S11": 0.76736121349589459, "W12": -7.9280317229993384, "S12": -7.9280317229993384, "W13": -16.519282455449012, "S13": -16.968716294819686, "W21": -31.717763956448231, "S21": -31.717763956448231, "W22": -61.180621970121685, "S22": -71.883581800988495, "W31": -95.021872884695043, "S31": -95.021872884695043, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.166666666671517, 497650.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.074077302719886995, "S11": 0.074077302719886995, "W12": -7.5345578625410488, "S12": -7.5345578625410488, "W13": -20.139437166719571, "S13": -20.139437166719571, "W21": -42.188651870978852, "S21": -42.188651870978852, "W22": -67.599471830985919, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.2, 516162.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.763907364163295, "W21": -38.633251386573207, "S21": -46.570479195412702, "W22": -72.474979543022599, "S22": -97.474979543022599, "W31": -97.474979543022599, "S31": -97.474979543022599, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102753.5, 498481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.33, "S11": 3.2564502762430942, "W12": -8.2511344599800029, "S12": -13.458706253433595, "W13": -14.792378430174216, "S13": -18.572781561705622, "W21": -41.984941176470585, "S21": -55.36920134243455, "W22": -70.706057940615409, "S22": -86.710161388491457, "W31": -95.476259969593997, "S31": -95.476259969593997, "W32": -96.421908662400739, "S32": -101.42190866240074 }, "geometry": { "type": "Point", "coordinates": [ 102754.0, 501964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8861855940196319, "S11": 2.4860220632047936, "W12": -5.8384043201811693, "S12": -5.9907599409202206, "W13": -14.994533677332813, "S13": -17.994533677332811, "W21": -43.995238676596266, "S21": -58.808419326740655, "W22": -42.736113275502589, "S22": -42.736113275502589, "W31": -74.750703377856311, "S31": -74.750703377856311, "W32": -96.809184589339253, "S32": -101.80918458933925 }, "geometry": { "type": "Point", "coordinates": [ 102754.0, 502239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20803359686521006, "S11": 0.20803359686521006, "W12": -7.526763720660079, "S12": -7.526763720660079, "W13": -20.155673096459154, "S13": -20.155673096459154, "W21": -42.157754357224569, "S21": -42.157754357224569, "W22": -40.173665921411278, "S22": -54.337488038322093, "W31": -70.0, "S31": -70.744489647215985, "W32": -90.477995916849409, "S32": -95.477995916849409 }, "geometry": { "type": "Point", "coordinates": [ 102754.0, 516079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5988593440293963, "S11": 1.5988593440293963, "W12": -9.3763769209952308, "S12": -9.3763769209952308, "W13": -18.980900794126526, "S13": -19.533907043420676, "W21": -46.976455020898335, "S21": -65.788342623133502, "W22": -35.260914659898496, "S22": -42.438217882422776, "W31": -68.866680347400887, "S31": -69.811741996514684, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102754.2, 499770.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19269588313413027, "S11": 0.19269588313413027, "W12": -5.8005289958195858, "S12": -7.9852185033142327, "W13": -19.278987414847336, "S13": -19.278987414847336, "W21": -37.08456071405368, "S21": -39.363854819641844, "W22": -35.193015812773325, "S22": -42.612432833170459, "W31": -68.934522418602469, "S31": -69.404211604320423, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102754.75, 505774.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.163067757174082, "S11": 3.163067757174082, "W12": -5.0, "S12": -5.0, "W13": -20.388991031390134, "S13": -21.270741129931718, "W21": -45.988867059593971, "S21": -64.043078095411971, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 3.5, "W12": -8.5, "S12": -14.5, "W13": -14.51, "S13": -18.40856552826753, "W21": -42.692708333333329, "S21": -56.005106231485364, "W22": -80.0, "S22": -93.63340231729407, "W31": -93.63340231729407, "S31": -93.63340231729407, "W32": -93.63340231729407, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9714123438091669, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -46.002922466202911, "S21": -61.586907786052102, "W22": -50.901908827714799, "S22": -58.784309994781339, "W31": -80.0, "S31": -80.0, "W32": -97.994874598621976, "S32": -102.99487459862198 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 502372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10521512385919163, "S11": -0.10521512385919163, "W12": -5.6376128606033911, "S12": -8.6376128606033902, "W13": -19.214474751785833, "S13": -20.779715821784229, "W21": -31.157712383170541, "S21": -34.488548000846677, "W22": -36.890174158368325, "S22": -44.537608729178331, "W31": -70.393197987159454, "S31": -70.881944144383866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4852707006369426, "S11": 1.4852707006369426, "W12": -15.99628079962808, "S12": -18.25677806121184, "W13": -18.25677806121184, "S13": -18.25677806121184, "W21": -32.157365602688238, "S21": -32.249094669072278, "W22": -37.23, "S22": -42.797804098119236, "W31": -80.008282872443658, "S31": -80.479741646228007, "W32": -91.05236107454904, "S32": -96.05236107454904 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75495474831808407, "S11": 0.75495474831808407, "W12": -5.0675645041523625, "S12": -7.8184499823105682, "W13": -15.0, "S13": -15.0, "W21": -29.360004723223501, "S21": -29.360004723223501, "W22": -33.826615269365014, "S22": -36.858222486001843, "W31": -80.1184391384013, "S31": -80.346321262753634, "W32": -94.433078861268854, "S32": -99.433078861268854 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506179.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0667592806976516, "S11": 2.0667592806976516, "W12": -7.7560630380374054, "S12": -8.379489654882418, "W13": -20.0, "S13": -20.0, "W21": -32.727402345956172, "S21": -32.727402345956172, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -96.920582919592476, "S32": -101.92058291959248 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3275400507459221, "S12": -8.3275400507459221, "W13": -20.002267999643955, "S13": -20.002267999643955, "W21": -32.209789776184401, "S21": -32.209789776184401, "W22": -73.854544146607765, "S22": -92.949126750504249, "W31": -96.267631822061702, "S31": -96.267631822061702, "W32": -99.675875723423502, "S32": -104.6758757234235 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.478523828190625, "S12": -15.714100751267546, "W13": -20.732267487491388, "S13": -20.732267487491388, "W21": -34.911991912775555, "S21": -34.914602734504058, "W22": -84.030012555655873, "S22": -103.63267057393543, "W31": -103.63267057393543, "S31": -103.63267057393543, "W32": -103.63267057393543, "S32": -103.63267057393543 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 507642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.6471416222211355, "S12": -7.6041547361740562, "W13": -23.731525784157363, "S13": -24.516049384789053, "W21": -33.918014785710888, "S21": -33.918014785710888, "W22": -34.657607392280902, "S22": -36.091348053100518, "W31": -80.052976666877527, "S31": -80.218779933576627, "W32": -92.43770269568509, "S32": -97.43770269568509 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 510922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33062389560962346, "S11": 0.33062389560962346, "W12": -9.778167210571759, "S12": -9.778167210571759, "W13": -16.492450418686644, "S13": -17.502845429081656, "W21": -55.332985113606682, "S21": -57.632187456327841, "W22": -78.168202933806185, "S22": -93.09360896340786, "W31": -93.663150885287223, "S31": -93.663150885287223, "W32": -103.4589941655025, "S32": -108.4589941655025 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 499363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.216966477565756, "S11": 2.8425115869492266, "W12": -4.6932335329341308, "S12": -4.6932335329341308, "W13": -20.527701793721974, "S13": -21.287157164372502, "W21": -49.999999999999993, "S21": -65.685009601536237, "W22": -70.357446537136312, "S22": -86.633854265488395, "W31": -95.109422412938372, "S31": -95.109422412938372, "W32": -96.07862787346518, "S32": -101.07862787346518 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 500601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1058358026951292, "S11": 1.1058358026951292, "W12": -5.8914960815556254, "S12": -13.853834795851917, "W13": -20.545940726435138, "S13": -20.967112003380613, "W21": -30.395947630346345, "S21": -30.395947630346345, "W22": -40.0, "S22": -49.06464595083856, "W31": -69.994780266682369, "S31": -69.994780266682369, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4855090439276455, "S11": 2.4855090439276455, "W12": -8.3158445266252645, "S12": -8.3158445266252645, "W13": -20.0, "S13": -20.0, "W21": -32.125429437489601, "S21": -32.125429437489601, "W22": -76.436360150502679, "S22": -87.739293598377174, "W31": -94.992854887560668, "S31": -94.992854887560668, "W32": -99.107074322266101, "S32": -104.1070743222661 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69892130187821999, "S11": -0.69892130187821999, "W12": -8.7257318856689032, "S12": -12.336251281144744, "W13": -30.0, "S13": -30.130791967987914, "W21": -37.755650309352824, "S21": -37.755650309352824, "W22": -82.167842393743257, "S22": -96.724203606403094, "W31": -96.724203606403094, "S31": -96.724203606403094, "W32": -97.973107675906164, "S32": -102.97310767590616 }, "geometry": { "type": "Point", "coordinates": [ 102756.0, 510486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5, "S12": -8.5, "W13": -11.9, "S13": -11.9, "W21": -28.6, "S21": -28.655586088004313, "W22": -34.57, "S22": -37.215727268903265, "W31": -80.040054108233406, "S31": -80.339008886390516, "W32": -92.072913141037205, "S32": -97.072913141037205 }, "geometry": { "type": "Point", "coordinates": [ 102756.4, 506114.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.290083936473879, "S11": 3.1293293411820278, "W12": -7.8202042797328426, "S12": -8.9787369953512979, "W13": -20.0, "S13": -23.708851948902623, "W21": -55.421009698178196, "S21": -79.929821030961733, "W22": -37.146146547179754, "S22": -43.213762665456265, "W31": -80.003128342952522, "S31": -80.51105646134576, "W32": -90.942048061374152, "S32": -95.942048061374152 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 500938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3232689031346894, "S12": -16.173218569204963, "W13": -19.99655759486026, "S13": -24.273445982684386, "W21": -49.711632469970851, "S21": -69.895568507981693, "W22": -38.146539461079634, "S22": -42.519962941019671, "W31": -69.838779734509217, "S31": -69.838779734509217, "W32": -97.835767473289138, "S32": -102.83576747328914 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 502933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13368101241597097, "S11": -1.9561336557291265, "W12": -14.374458871162217, "S12": -17.656132363531526, "W13": -25.0, "S13": -25.0, "W21": -34.411435333129837, "S21": -36.410494028055901, "W22": -40.360977240999588, "S22": -44.127206450066879, "W31": -68.592813978965339, "S31": -70.487130434239518, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 505158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69853121601650447, "S11": -0.69853121601650447, "W12": -9.1872002469275564, "S12": -12.06591198744848, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.125804598940768, "S21": -38.125804598940768, "W22": -79.999999999999986, "S22": -96.810186372573611, "W31": -96.810186372573611, "S31": -96.810186372573611, "W32": -103.98300325964864, "S32": -108.98300325964864 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 510403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2793927448417486, "S11": 1.2793927448417486, "W12": -7.4707629986853705, "S12": -7.4707629986853705, "W13": -20.282145693704038, "S13": -20.282145693704038, "W21": -43.855600913345981, "S21": -43.855600913345981, "W22": -80.305672231830854, "S22": -92.852099539931316, "W31": -93.718077953059762, "S31": -93.718077953059762, "W32": -98.538272921108742, "S32": -103.53827292110874 }, "geometry": { "type": "Point", "coordinates": [ 102757.0, 515397.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7552058111380358, "S11": 1.7552058111380358, "W12": -10.003106588749624, "S12": -11.71010487092143, "W13": -21.344560809740482, "S13": -21.344560809740482, "W21": -33.515982778248329, "S21": -33.515982778248329, "W22": -64.690090460591193, "S22": -79.552072675064352, "W31": -91.665573728865937, "S31": -91.665573728865937, "W32": -91.665573728865937, "S32": -95.820292403637126 }, "geometry": { "type": "Point", "coordinates": [ 102757.333333333328483, 507018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.253214925352781, "S12": -14.253214925352781, "W13": -20.559223240750917, "S13": -20.559223240750914, "W21": -40.44386476995745, "S21": -40.571204816738941, "W22": -72.301300277484273, "S22": -84.667887985367656, "W31": -96.934847921616978, "S31": -96.934847921616978, "W32": -98.543985854239722, "S32": -103.54398585423972 }, "geometry": { "type": "Point", "coordinates": [ 102757.344262295082444, 513843.098360655712895 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9708366013955794, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -46.061568762053192, "S21": -61.610520636674991, "W22": -39.527448479565642, "S22": -39.961202063835813, "W31": -59.999999999999993, "S31": -61.416973781194052, "W32": -90.340344533395125, "S32": -95.340344533395125 }, "geometry": { "type": "Point", "coordinates": [ 102757.75, 502370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -9.5712280651244477, "S12": -11.04473228779603, "W13": -14.743854808427786, "S13": -16.910262411572077, "W21": -48.307243300610246, "S21": -58.91483449099259, "W22": -38.171546929913504, "S22": -42.417761096556809, "W31": -69.894773606581637, "S31": -69.894773606581637, "W32": -97.764549645081658, "S32": -102.76454964508166 }, "geometry": { "type": "Point", "coordinates": [ 102758.0, 501752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5984490896830748, "S11": 1.5984490896830748, "W12": -5.1957510411490295, "S12": -8.9158047077286842, "W13": -30.0, "S13": -30.142164110364245, "W21": -35.577390628693323, "S21": -35.577390628693323, "W22": -36.796852419354643, "S22": -39.30778452173945, "W31": -70.092570535935707, "S31": -70.195568115023377, "W32": -78.98241465283003, "S32": -83.98241465283003 }, "geometry": { "type": "Point", "coordinates": [ 102758.0, 510608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15872425013199884, "S11": 0.15872425013199884, "W12": -7.5216264309250516, "S12": -7.5216264309250516, "W13": -20.153967475743592, "S13": -20.153967475743592, "W21": -42.173409078495602, "S21": -42.173409078495602, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.158964706187277, "S32": -88.158964706187277 }, "geometry": { "type": "Point", "coordinates": [ 102758.0, 516128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8392440120631233, "S11": 2.4257373766020573, "W12": -5.7069411297890733, "S12": -5.8440089863323923, "W13": -14.990774482603461, "S13": -17.990774482603463, "W21": -44.354576160827477, "S21": -59.190690993541281, "W22": -70.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102758.666666666671517, 502249.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.8071598275868688, "S12": -13.898486448325253, "W13": -19.854720832005459, "S13": -24.204760010242047, "W21": -38.92958493351076, "S21": -41.937493979482092, "W22": -62.626263887758363, "S22": -96.311481928658537, "W31": -99.916854618298544, "S31": -99.916854618298544, "W32": -101.56111621689364, "S32": -106.56111621689364 }, "geometry": { "type": "Point", "coordinates": [ 102759.0, 503834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8461035125187442, "S11": 2.8461035125187442, "W12": -6.4915532485279801, "S12": -9.3651985036165346, "W13": -19.935980679808072, "S13": -24.015869019783445, "W21": -35.861473475943299, "S21": -35.861473475943299, "W22": -38.296115384615383, "S22": -42.646467325705856, "W31": -69.816140292972207, "S31": -69.816140292972207, "W32": -97.891831860360867, "S32": -102.89183186036087 }, "geometry": { "type": "Point", "coordinates": [ 102759.0, 504146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9079148666323174, "S11": 2.9079148666323174, "W12": -6.8651515412087605, "S12": -11.86515154120876, "W13": -19.977323838877673, "S13": -23.49892251355152, "W21": -36.127647439925404, "S21": -40.939163200009652, "W22": -42.270175332810112, "S22": -45.529231620278864, "W31": -69.338770673296409, "S31": -71.957711427335909, "W32": -81.25944361217158, "S32": -86.25944361217158 }, "geometry": { "type": "Point", "coordinates": [ 102759.0, 504332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0495718559785412, "S11": 1.0495718559785412, "W12": -9.9586996018058596, "S12": -24.958699601805861, "W13": -24.958699601805861, "S13": -24.958699601805861, "W21": -33.392617985713777, "S21": -33.395597507874861, "W22": -60.377601160835006, "S22": -70.90472798095233, "W31": -95.224234954183132, "S31": -95.224234954183132, "W32": -99.767189399034777, "S32": -104.76718939903478 }, "geometry": { "type": "Point", "coordinates": [ 102759.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0965670168511599, "S11": 3.0965670168511599, "W12": -5.4246897732135215, "S12": -5.4246897732135215, "W13": -20.259495515695068, "S13": -20.702425467099594, "W21": -40.0, "S21": -54.366515837104075, "W22": -61.401256650167142, "S22": -100.90172851444459, "W31": -100.90172851444459, "S31": -100.90172851444459, "W32": -104.11447879031179, "S32": -109.11447879031179 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 500429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1417365860537267, "S11": 3.1417365860537267, "W12": -5.768361581920904, "S12": -5.768361581920904, "W13": -20.354921524663677, "S13": -21.165327515992018, "W21": -44.412296564195302, "S21": -65.491677009500236, "W22": -73.725687669163463, "S22": -91.490502173108396, "W31": -96.161378971618348, "S31": -96.161378971618348, "W32": -99.633342217484014, "S32": -104.63334221748401 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 500493.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7199253255623348, "S11": 1.9490052195418883, "W12": -5.4348228662670302, "S12": -5.4348228662670302, "W13": -15.0, "S13": -18.0, "W21": -46.271054633326735, "S21": -62.252094411746967, "W22": -90.0, "S22": -94.732616748198026, "W31": -94.732616748198026, "S31": -94.732616748198026, "W32": -94.994245697844846, "S32": -99.994245697844846 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 502447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20000717686179759, "S11": -0.20000717686179759, "W12": -14.987436332767402, "S12": -18.88970293958975, "W13": -23.550095031224544, "S13": -24.417286936493635, "W21": -34.019465833946001, "S21": -34.712364566257321, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -60.0, "S31": -60.457335072423973, "W32": -90.087178289247674, "S32": -95.087178289247674 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 505330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.677268174229777, "S12": -11.151194980471796, "W13": -20.017156548209634, "S13": -20.017156548209634, "W21": -40.0, "S21": -40.532164157909683, "W22": -41.188373557013215, "S22": -49.324936994182451, "W31": -70.0, "S31": -70.0, "W32": -90.381175684719977, "S32": -95.381175684719977 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 508199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7310686860068261, "S11": 3.7310686860068261, "W12": -5.0, "S12": -7.5494639588599322, "W13": -24.999999999999996, "S13": -25.130884917175237, "W21": -34.31691087525558, "S21": -34.31691087525558, "W22": -44.365489596890349, "S22": -47.793695155484045, "W31": -69.072402805297386, "S31": -72.605647486148456, "W32": -82.61515122171653, "S32": -87.61515122171653 }, "geometry": { "type": "Point", "coordinates": [ 102760.0, 510838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8682474968523302, "W13": -14.999999999999998, "S13": -15.534185070268295, "W21": -41.250770029834882, "S21": -47.317607760583677, "W22": -37.030354274436398, "S22": -39.092737460918514, "W31": -70.341927095219035, "S31": -70.431774883846259, "W32": -79.368910472894498, "S32": -84.368910472894498 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 498756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0517893252485369, "S11": 3.0517893252485369, "W12": -5.0, "S12": -5.0, "W13": -20.167096412556052, "S13": -20.336356495121947, "W21": -40.0, "S21": -66.187223141378027, "W22": -34.68, "S22": -35.162854377920425, "W31": -80.063871263021483, "S31": -80.126029966093313, "W32": -92.897233399771451, "S32": -97.897233399771451 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 500369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.178828738630755, "S11": 3.0304402827639163, "W12": -5.0, "S12": -5.0, "W13": -20.43548206278027, "S13": -22.012394441083469, "W21": -47.191388343156511, "S21": -67.58215828749789, "W22": -34.828838270806145, "S22": -37.893171169362965, "W31": -80.036029752937026, "S31": -80.379229189159716, "W32": -92.04755995136199, "S32": -97.04755995136199 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 500549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.145898666263649, "S11": 0.17910757345891204, "W12": -8.0429819404857721, "S12": -13.679766500930002, "W13": -20.0, "S13": -21.814720812182742, "W21": -35.179461929405434, "S21": -38.357025831529057, "W22": -35.569164941061359, "S22": -41.374924711112769, "W31": -69.028175082306319, "S31": -69.028175082306319, "W32": -95.03206175461527, "S32": -100.03206175461527 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 504582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43731011219827287, "S11": -1.6003854781288958, "W12": -12.213892667243725, "S12": -15.409840533832572, "W13": -23.388343203813378, "S13": -23.388343203813378, "W21": -34.241950373220185, "S21": -37.159998377463651, "W22": -36.415445683940135, "S22": -39.832506716102706, "W31": -68.785352217627747, "S31": -70.262316247386806, "W32": -79.106089074147235, "S32": -84.106089074147235 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 504990.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029903590823186055, "S11": -1.0299035908231864, "W12": -15.0, "S12": -18.235376636186032, "W13": -25.0, "S13": -25.104316772132073, "W21": -34.385354359161923, "S21": -35.93683767377037, "W22": -36.253590908650885, "S22": -39.637552397756892, "W31": -68.849804291812021, "S31": -70.31345864987631, "W32": -78.998702845494179, "S32": -83.998702845494179 }, "geometry": { "type": "Point", "coordinates": [ 102761.0, 505238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.639790362815244, "S12": -11.639790362815244, "W13": -20.513412302633075, "S13": -20.513412302633075, "W21": -41.570921127782739, "S21": -41.570921127782739, "W22": -80.0, "S22": -97.204945712576404, "W31": -97.204945712576404, "S31": -97.204945712576404, "W32": -104.13526857862895, "S32": -109.13526857862895 }, "geometry": { "type": "Point", "coordinates": [ 102761.714285714289872, 514143.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.008296751273892955, "S11": -1.2039644211614267, "W12": -15.0, "S12": -18.222284087118112, "W13": -25.0, "S13": -25.0, "W21": -34.43670042164193, "S21": -36.077000424678396, "W22": -39.946149502638725, "S22": -39.946149502638725, "W31": -66.027542372881356, "S31": -67.027542372881356, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102761.75, 505225.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36207693353268994, "S11": 0.36207693353268994, "W12": -9.8284650169025216, "S12": -9.8284650169025216, "W13": -16.903562998873706, "S13": -18.799612894923602, "W21": -55.986628667706263, "S21": -68.907167052551728, "W22": -34.450793223464146, "S22": -42.49571157350826, "W31": -80.226479536181714, "S31": -80.467333239179354, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 499431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9865441726010014, "S11": 2.9865441726010014, "W12": -5.515252248728979, "S12": -5.515252248728979, "W13": -20.0, "S13": -20.44306656832012, "W21": -39.999999999999993, "S21": -70.0, "W22": -40.0, "S22": -42.250881162699457, "W31": -68.123680469056239, "S31": -70.237839236606874, "W32": -94.088334498787006, "S32": -99.088334498787006 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 500280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -9.8370737184562458, "S12": -10.226481354949644, "W13": -14.801001599332453, "S13": -16.572196696370249, "W21": -50.144948755490489, "S21": -59.057314347846855, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48966036161035453, "S11": -3.1428852330467221, "W12": -10.755610856930875, "S12": -13.918839241907671, "W13": -21.955799508883434, "S13": -22.124233212793808, "W21": -34.336754173138722, "S21": -38.256393575959265, "W22": -69.999999999999986, "S22": -98.432771292693459, "W31": -98.432771292693459, "S31": -98.432771292693459, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 504877.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20832635582880787, "S11": -0.20832635582880787, "W12": -14.894057724957554, "S12": -18.779199625247653, "W13": -23.521374280567638, "S13": -24.40148830851075, "W21": -34.017589349890606, "S21": -34.691187153546267, "W22": -40.0, "S22": -49.496866769594071, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0242015061023111, "S11": 1.0242015061023111, "W12": -6.5629788780233493, "S12": -9.1681567288183317, "W13": -22.128980379543261, "S13": -22.128980379543261, "W21": -32.455937588679042, "S21": -32.455937588679042, "W22": -35.303166863672182, "S22": -38.633219587749508, "W31": -69.262612796022466, "S31": -69.262612796022466, "W32": -95.718343004922559, "S32": -100.71834300492256 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 511171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10941490339878707, "S11": 0.10941490339878707, "W12": -7.5164891411900241, "S12": -7.5164891411900241, "W13": -20.15226185502803, "S13": -20.15226185502803, "W21": -42.189063799766636, "S21": -42.189063799766636, "W22": -35.380649241146713, "S22": -38.163074548703833, "W31": -69.323993717585807, "S31": -69.323993717585807, "W32": -95.808413647734056, "S32": -100.80841364773406 }, "geometry": { "type": "Point", "coordinates": [ 102762.0, 516177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.8099468545495343, "S12": -12.261835713022023, "W13": -19.99030521305103, "S13": -24.620300173589012, "W21": -37.041097762059515, "S21": -42.286206745602655, "W22": -38.164799699616651, "S22": -38.164799699616651, "W31": -69.572747978658285, "S31": -69.572747978658285, "W32": -96.173436779127982, "S32": -101.17343677912798 }, "geometry": { "type": "Point", "coordinates": [ 102762.5, 504038.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1333712660696826, "S11": 3.1333712660696826, "W12": -6.0679646270148107, "S12": -6.0679646270148107, "W13": -20.34311285500743, "S13": -21.137752192807877, "W21": -43.857745629895433, "S21": -66.03425418104473, "W22": -39.221731432362176, "S22": -42.232529590123988, "W31": -69.999807537232911, "S31": -69.999807537232911, "W32": -97.396501297305079, "S32": -102.39650129730508 }, "geometry": { "type": "Point", "coordinates": [ 102762.666666666671517, 500490.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21308957455484578, "S11": 0.21308957455484578, "W12": -8.1392156862745093, "S12": -8.1392156862745093, "W13": -16.222829301075269, "S13": -16.728026806272773, "W21": -54.290937581613996, "S21": -56.752133374419486, "W22": -41.133921882700825, "S22": -45.073295526201477, "W31": -68.757599557512393, "S31": -71.901611648482543, "W32": -84.13782851706506, "S32": -89.13782851706506 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 499319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9467069026299093, "S11": 2.9467069026299093, "W12": -7.0443879546343373, "S12": -7.0443879546343373, "W13": -19.945208045391723, "S13": -20.638090213933122, "W21": -40.0, "S21": -70.0, "W22": -62.543316557195801, "S22": -93.514617954775048, "W31": -99.92982607447901, "S31": -99.92982607447901, "W32": -101.50240900103024, "S32": -106.50240900103024 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 500227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1774951702742724, "S11": 3.0112217344200767, "W12": -5.0, "S12": -5.0, "W13": -20.437062780269059, "S13": -21.965996214459679, "W21": -47.187295350360188, "S21": -68.801395535888943, "W22": -70.830241103609666, "S22": -88.720274958548842, "W31": -95.655787644359194, "S31": -95.655787644359194, "W32": -96.734826744801182, "S32": -101.73482674480118 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 500554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3254166975000001, "S11": 2.9049473097449008, "W12": -6.4558333333333362, "S12": -6.4571666666666694, "W13": -20.384, "S13": -21.210804897012196, "W21": -52.241611254179958, "S21": -70.831739151861811, "W22": -37.033601899460109, "S22": -44.618830981222736, "W31": -70.746139163630048, "S31": -71.24954276485974, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 500621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1971153066450131, "S11": 1.1971153066450131, "W12": -6.2082041432818293, "S12": -16.604626154705876, "W13": -20.0, "S13": -20.795284835391946, "W21": -30.676732092186352, "S21": -30.676732092186352, "W22": -38.084911806681276, "S22": -38.084911806681276, "W31": -69.531668669379329, "S31": -69.531668669379329, "W32": -96.132189673197644, "S32": -101.13218967319764 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 506327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43414903773679714, "S11": 0.43414903773679714, "W12": -10.290680252700223, "S12": -10.655343824153919, "W13": -20.0, "S13": -21.489323329966815, "W21": -33.18477444568871, "S21": -33.18477444568871, "W22": -38.648807692307699, "S22": -42.789578714019754, "W31": -69.799937984715555, "S31": -69.910866165495122, "W32": -97.928126526215806, "S32": -102.92812652621581 }, "geometry": { "type": "Point", "coordinates": [ 102763.0, 511476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4463632895147405, "S11": 1.4463632895147405, "W12": -8.0284915626013955, "S12": -10.591361469161948, "W13": -20.155057955742837, "S13": -20.163374248687944, "W21": -33.284720857901121, "S21": -33.284720857901121, "W22": -47.700770746627512, "S22": -48.375565137699454, "W31": -68.316233063198609, "S31": -74.572975519172488, "W32": -100.36165742431027, "S32": -105.36165742431027 }, "geometry": { "type": "Point", "coordinates": [ 102763.5, 506433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0953114291757742, "S11": 3.0953114291757742, "W12": -5.7477535301668805, "S12": -5.7477535301668805, "W13": -20.265639013452912, "S13": -20.771387502252249, "W21": -40.0, "S21": -53.803680981595093, "W22": -40.0, "S22": -43.178100263852258, "W31": -68.272576422109765, "S31": -69.286276090623858, "W32": -91.457303208575439, "S32": -96.457303208575439 }, "geometry": { "type": "Point", "coordinates": [ 102764.0, 500441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.435792397975665, "S11": 3.1378460978318263, "W12": -7.5800134410805322, "S12": -11.3551217294102, "W13": -14.950432327630191, "S13": -17.950432327630189, "W21": -42.956604673342866, "S21": -56.653772447197703, "W22": -66.099830594035325, "S22": -103.79306176719449, "W31": -103.79306176719449, "S31": -103.79306176719449, "W32": -104.66267451715062, "S32": -109.66267451715062 }, "geometry": { "type": "Point", "coordinates": [ 102764.0, 502063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30626659649289123, "S11": -0.30626659649289123, "W12": -12.587678874606254, "S12": -17.121921115416256, "W13": -22.4710187225017, "S13": -23.759713487419688, "W21": -33.653911999752658, "S21": -33.779767573090986, "W22": -62.716980679883399, "S22": -92.160906349880591, "W31": -99.954926255291667, "S31": -99.954926255291667, "W32": -101.4187484334531, "S32": -106.4187484334531 }, "geometry": { "type": "Point", "coordinates": [ 102764.0, 505379.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67279368708696752, "S11": -0.67279368708696752, "W12": -9.164544301011567, "S12": -12.138162391463963, "W13": -30.0, "S13": -30.0, "W21": -38.141734440475219, "S21": -38.141734440475219, "W22": -87.897106109324767, "S22": -98.184309480360469, "W31": -98.184309480360469, "S31": -98.184309480360469, "W32": -98.184309480360469, "S32": -101.09535519125683 }, "geometry": { "type": "Point", "coordinates": [ 102764.0, 510388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96478522453676518, "S11": 0.96478522453676518, "W12": -9.9838162428371646, "S12": -12.966573509576044, "W13": -17.720007463150456, "S13": -18.814744305254244, "W21": -31.396819482933502, "S21": -31.396819482933502, "W22": -83.959372242656173, "S22": -93.47506401475961, "W31": -93.47506401475961, "S31": -93.47506401475961, "W32": -93.47506401475961, "S32": -96.507115135834411 }, "geometry": { "type": "Point", "coordinates": [ 102764.666666666671517, 506379.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59028664640437101, "S11": -0.59028664640437101, "W12": -9.3747908620628913, "S12": -12.562462497690557, "W13": -30.0, "S13": -30.0, "W21": -38.200727895456907, "S21": -38.200727895456907, "W22": -40.0, "S22": -50.840822238120055, "W31": -70.0, "S31": -71.405185500030356, "W32": -90.621990325445481, "S32": -95.621990325445481 }, "geometry": { "type": "Point", "coordinates": [ 102764.75, 510347.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9577957290848573, "S11": 1.9577957290848573, "W12": -9.2888758534161102, "S12": -9.2888758534161102, "W13": -19.349880506442911, "S13": -19.980882275821369, "W21": -45.534645355065003, "S21": -65.53464535506501, "W22": -36.700001, "S22": -37.437578313081161, "W31": -80.061627985068, "S31": -80.152284981655029, "W32": -92.928935855489954, "S32": -97.928935855489954 }, "geometry": { "type": "Point", "coordinates": [ 102765.0, 499846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1840971776174103, "S11": -2.3560872756105216, "W12": -9.0935679341895703, "S12": -12.190276282192468, "W13": -20.277796077914665, "S13": -21.064429578449161, "W21": -34.730231276153134, "S21": -38.350088500021236, "W22": -33.523334112267541, "S22": -48.856899757781257, "W31": -79.019112304533252, "S31": -79.430875531290354, "W32": -95.00561685713393, "S32": -100.00561685713393 }, "geometry": { "type": "Point", "coordinates": [ 102765.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8584342585617435, "S12": -13.79817991302945, "W13": -20.066577289996502, "S13": -20.066577289996502, "W21": -40.0, "S21": -40.0, "W22": -39.394355974112493, "S22": -39.394355974112493, "W31": -69.933178110320242, "S31": -69.933178110320242, "W32": -96.740399307539619, "S32": -101.74039930753962 }, "geometry": { "type": "Point", "coordinates": [ 102765.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.878133730664809, "S12": -13.878133730664809, "W13": -20.564046690031237, "S13": -20.564046690031237, "W21": -40.556661996422584, "S21": -40.556661996422584, "W22": -33.630001, "S22": -33.630001, "W31": -80.087618837227907, "S31": -80.166401220647614, "W32": -93.736176400536451, "S32": -98.736176400536451 }, "geometry": { "type": "Point", "coordinates": [ 102765.106557377046556, 513892.459016393462662 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33761043903765131, "S11": 0.33761043903765131, "W12": -9.8582749184142351, "S12": -9.8582749184142351, "W13": -16.954969394251016, "S13": -18.988233427515048, "W21": -55.622591457403523, "S21": -70.209939852171658, "W22": -46.440590595728331, "S22": -46.450590595728329, "W31": -80.558504807541965, "S31": -80.558504807541965, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 499440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0560379890809823, "S11": 2.6119820450250382, "W12": -8.0510285591141866, "S12": -8.453819630420675, "W13": -16.835254427888671, "S13": -17.973260515392283, "W21": -59.033053904923598, "S21": -59.033053904923598, "W22": -64.84177710556915, "S22": -81.336839423737345, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -103.92839028422219, "S32": -108.92839028422219 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 501466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40420683715697447, "S11": -0.40420683715697447, "W12": -9.7614355902371539, "S12": -13.972473337839535, "W13": -21.420663164435759, "S13": -23.050764354861016, "W21": -33.173149872010768, "S21": -34.409070400559948, "W22": -64.112938063877365, "S22": -104.11293806387737, "W31": -104.11293806387737, "S31": -104.11293806387737, "W32": -104.11293806387737, "S32": -107.65396012931033 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 505428.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -13.253574213496579, "W13": -19.52402898348878, "S13": -19.52402898348878, "W21": -36.102068688131268, "S21": -36.102068688131268, "W22": -37.055019098817858, "S22": -45.309470178797767, "W31": -70.621865596790371, "S31": -70.924046732136318, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 507413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99483003545627535, "S11": -0.99483003545627535, "W12": -10.440049997351835, "S12": -13.440049997351835, "W13": -28.312927405529088, "S13": -28.312927405529088, "W21": -39.574498242199461, "S21": -39.574498242199461, "W22": -37.135779993308262, "S22": -44.563411048233533, "W31": -71.149921915668926, "S31": -71.459299630699334, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 509667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.06010555666557521, "S11": 0.06010555666557521, "W12": -7.5113518514549966, "S12": -7.5113518514549966, "W13": -20.150556234312472, "S13": -20.150556234312472, "W21": -42.204718521037677, "S21": -42.204718521037677, "W22": -77.373344752618749, "S22": -91.867980691826062, "W31": -94.218937655326584, "S31": -94.218937655326584, "W32": -103.32083573013396, "S32": -108.32083573013396 }, "geometry": { "type": "Point", "coordinates": [ 102766.0, 516226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41538791387179991, "W12": -9.9385997554622296, "S12": -9.9385997554622296, "W13": -17.793635718133295, "S13": -20.361145300865928, "W21": -51.496924617365188, "S21": -65.174007173857092, "W22": -46.296544446660484, "S22": -46.296544446660484, "W31": -77.07952150511889, "S31": -77.07952150511889, "W32": -97.464307815148231, "S32": -102.46430781514823 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 499577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3670481319421073, "S11": 1.3662918453094761, "W12": -9.567851191408753, "S12": -9.567851191408753, "W13": -18.780323441555261, "S13": -19.274962601288724, "W21": -47.497637100670012, "S21": -65.840013001552677, "W22": -69.716798547937955, "S22": -88.17197003783744, "W31": -94.500521856333592, "S31": -94.500521856333592, "W32": -95.623407107072936, "S32": -100.62340710707294 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 499738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1875319748995277, "S11": 2.9054801526960472, "W12": -5.0, "S12": -5.0, "W13": -20.467062780269057, "S13": -21.21157866529175, "W21": -47.960052390307787, "S21": -72.960052390307794, "W22": -41.313507391182284, "S22": -41.313507391182284, "W31": -72.878947197359025, "S31": -72.878947197359025, "W32": -96.52482136729445, "S32": -101.52482136729445 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 500582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0386692015209125, "S11": 1.0386692015209125, "W12": -5.6889602033010114, "S12": -6.1006240111912344, "W13": -19.111392247106828, "S13": -19.111392247106828, "W21": -36.954567879086866, "S21": -37.297263852393819, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.786469417175809, "W32": -90.034712469941596, "S32": -95.034712469941596 }, "geometry": { "type": "Point", "coordinates": [ 102767.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9654480175258309, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -46.271737035890858, "S21": -61.702871353039171, "W22": -36.438687747046139, "S22": -44.663560763778904, "W31": -70.577733199598796, "S31": -70.958662053353734, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102767.5, 502364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2534382707094154, "S11": 3.2534382707094154, "W12": -9.1413880555386058, "S12": -15.691097007437103, "W13": -20.157048434856176, "S13": -22.148514451314572, "W21": -48.120076901876807, "S21": -68.120076901876814, "W22": -33.74148226729244, "S22": -48.861826577490568, "W31": -80.060042982394691, "S31": -80.401945496404736, "W32": -95.009739446185478, "S32": -100.00973944618548 }, "geometry": { "type": "Point", "coordinates": [ 102768.0, 502886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5000394104207562, "S12": -11.907961437383539, "W13": -20.370307606369824, "S13": -22.174485145685281, "W21": -32.692387744268871, "S21": -33.701755219084632, "W22": -35.653952840574441, "S22": -50.762807495004111, "W31": -74.364017107701955, "S31": -74.864017107701955, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102768.0, 505476.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48427711870370682, "S11": -2.6287783654987074, "W12": -11.114810034623471, "S12": -14.182861121809941, "W13": -22.27728224758053, "S13": -22.27728224758053, "W21": -34.245122994004625, "S21": -38.334925153135885, "W22": -33.600833618265433, "S22": -36.036810067790853, "W31": -80.111822303405503, "S31": -80.300857277498821, "W32": -94.548412370100621, "S32": -99.548412370100621 }, "geometry": { "type": "Point", "coordinates": [ 102768.75, 504904.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72156648709951809, "S11": 0.72156648709951809, "W12": -8.8684057112705332, "S12": -8.9704465275970637, "W13": -16.436155260738211, "S13": -17.301441597729042, "W21": -29.209829617418773, "S21": -29.209829617418773, "W22": -48.695135931623646, "S22": -48.703674233621506, "W31": -88.116490820901987, "S31": -88.116490820901987, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 497397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4474797028103801, "S11": 3.1276579032259146, "W12": -7.5207005753438132, "S12": -11.397603000878055, "W13": -14.94222116398517, "S13": -17.923202615030014, "W21": -43.266571292322368, "S21": -56.950644673397896, "W22": -88.509551730660107, "S22": -96.934923209923795, "W31": -96.934923209923795, "S31": -96.934923209923795, "W32": -96.934923209923795, "S32": -100.7516393442623 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 502068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7212191287944947, "S11": 2.2759540539260206, "W12": -5.369576982260547, "S12": -5.404515116531738, "W13": -14.983874108590923, "S13": -17.983874108590925, "W21": -45.246623775575266, "S21": -60.155284441396844, "W22": -36.768815367803974, "S22": -46.677833434954842, "W31": -80.0, "S31": -80.352743218437695, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 502277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2000794912559618, "S12": -8.8449953573080524, "W13": -20.0, "S13": -20.0, "W21": -39.654689522906963, "S21": -40.230086348303807, "W22": -35.598257646825758, "S22": -50.185515219173368, "W31": -75.569329187783822, "S31": -76.069329187783822, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102769.0, 508239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1957195203251159, "S11": 2.1957195203251159, "W12": -15.0, "S12": -15.0, "W13": -20.659873281230567, "S13": -21.805188147351565, "W21": -38.577625397241434, "S21": -40.6771597983128, "W22": -35.252395130691397, "S22": -39.220057696596491, "W31": -69.135668208656298, "S31": -69.135668208656298, "W32": -95.646261094815443, "S32": -100.64626109481544 }, "geometry": { "type": "Point", "coordinates": [ 102769.411764705888345, 513396.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0886724574727138, "S11": -1.0886724574727138, "W12": -10.683187733790524, "S12": -13.22132126968828, "W13": -27.442850642073992, "S13": -27.442850642073992, "W21": -39.555478010068335, "S21": -39.555478010068335, "W22": -37.936639379005683, "S22": -37.936639379005683, "W31": -70.0, "S31": -70.64579871396576, "W32": -81.413832661625079, "S32": -86.413832661625079 }, "geometry": { "type": "Point", "coordinates": [ 102769.5, 509542.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61785742501553043, "S11": -0.61785742501553043, "W12": -9.2438963493134114, "S12": -12.453214485811696, "W13": -30.0, "S13": -30.0, "W21": -38.179125997061362, "S21": -38.179125997061362, "W22": -46.04859039293197, "S22": -46.04859039293197, "W31": -70.0, "S31": -70.0, "W32": -83.679121383255705, "S32": -88.679121383255705 }, "geometry": { "type": "Point", "coordinates": [ 102769.666666666671517, 510359.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2, "S11": 2.8, "W12": -4.5, "S12": -4.5, "W13": -20.5, "S13": -20.5, "W21": -52.5, "S21": -73.75, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.596982906569643, "W32": -90.075022500858807, "S32": -95.075022500858807 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1716445516686771, "S11": 3.0181696481937736, "W12": -8.2041129706427132, "S12": -13.885961305174876, "W13": -14.675959392471533, "S13": -18.5553387541209, "W21": -43.092705882352945, "S21": -56.344424525015441, "W22": -46.999321696047843, "S22": -47.006304155960244, "W31": -84.898571060473543, "S31": -84.898571060473543, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 501957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2386432306028627, "S12": -10.287264268187853, "W13": -19.644372743589237, "S13": -21.622626631795082, "W21": -32.211625616526405, "S21": -34.122341487147651, "W22": -80.0, "S22": -97.730400957511009, "W31": -97.730400957511009, "S31": -97.730400957511009, "W32": -104.36885391842679, "S32": -109.36885391842679 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 505525.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1509113477493953, "S12": -5.1509113477493953, "W13": -20.0, "S13": -20.0, "W21": -39.211973947211447, "S21": -39.211973947211447, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 508359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89128926652360785, "S11": -0.89128926652360785, "W12": -10.152057475769292, "S12": -13.152057475769292, "W13": -28.979055395523517, "S13": -28.979055395523517, "W21": -39.231968943168411, "S21": -39.231968943168411, "W22": -39.321930164128212, "S22": -39.321930164128212, "W31": -70.0, "S31": -71.0, "W32": -90.868964429162915, "S32": -95.868964429162915 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 509768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010796209932363854, "S11": 0.010796209932363854, "W12": -7.50621456171997, "S12": -7.50621456171997, "W13": -20.148850613596906, "S13": -20.148850613596906, "W21": -42.22037324230871, "S21": -42.22037324230871, "W22": -39.073698478660901, "S22": -39.073698478660901, "W31": -70.0, "S31": -71.374068296065175, "W32": -90.908419251661684, "S32": -95.908419251661684 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 516275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1348176267362433, "S11": 3.1348176267362433, "W12": -6.0561357702348158, "S12": -6.0561357702348158, "W13": -20.364053811659218, "S13": -21.310112148277391, "W21": -44.86755075311136, "S21": -68.481882849588928, "W22": -37.720001, "S22": -37.720001, "W31": -80.083127457067249, "S31": -80.138276420797823, "W32": -93.70846025597632, "S32": -98.70846025597632 }, "geometry": { "type": "Point", "coordinates": [ 102770.8, 500520.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33397580535542892, "S11": 0.33397580535542892, "W12": -9.8977448670481323, "S12": -9.8977448670481323, "W13": -17.151296459526886, "S13": -19.624893133123415, "W21": -54.44523310211364, "S21": -69.445233102113633, "W22": -38.056884615384618, "S22": -42.535492688371789, "W31": -69.879840178766855, "S31": -69.879840178766855, "W32": -97.716245960754918, "S32": -102.71624596075492 }, "geometry": { "type": "Point", "coordinates": [ 102771.0, 499472.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6116780944076732, "S11": 2.604411393744746, "W12": -7.1899271243085883, "S12": -13.178731570613859, "W13": -20.0, "S13": -23.0, "W21": -35.610784669194899, "S21": -39.62965030829492, "W22": -45.294735141822329, "S22": -45.294735141822329, "W31": -76.43701601239276, "S31": -76.43701601239276, "W32": -97.345108373769875, "S32": -102.34510837376988 }, "geometry": { "type": "Point", "coordinates": [ 102771.0, 504434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.06770272836614552, "S11": 0.06770272836614552, "W12": -6.1541528914299413, "S12": -8.0255153746414027, "W13": -25.0, "S13": -25.0, "W21": -41.058584420539049, "S21": -41.058584420539049, "W22": -34.074942703443618, "S22": -36.899966804807065, "W31": -80.121021969593414, "S31": -80.350976632805853, "W32": -94.895390671029048, "S32": -99.895390671029048 }, "geometry": { "type": "Point", "coordinates": [ 102771.0, 508954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5526346432353328, "S12": -11.329093922206033, "W13": -30.000000000000004, "S13": -30.124339336463461, "W21": -36.784969469591822, "S21": -36.784969469591822, "W22": -45.581255563755889, "S22": -45.99163738560874, "W31": -68.034214913240717, "S31": -75.110982166922383, "W32": -100.14363215937388, "S32": -105.14363215937388 }, "geometry": { "type": "Point", "coordinates": [ 102771.0, 510528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.890690315271321, "W13": -19.661059060436074, "S13": -19.661059060436074, "W21": -35.84782764157201, "S21": -35.84782764157201, "W22": -50.231546883277417, "S22": -54.868772294919026, "W31": -96.17647058823529, "S31": -96.17647058823529, "W32": -96.17647058823529, "S32": -100.42944344234439 }, "geometry": { "type": "Point", "coordinates": [ 102771.5, 507451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2848311455177071, "S11": 1.2848311455177071, "W12": -9.6371964506986654, "S12": -9.6371964506986654, "W13": -18.707184222124209, "S13": -19.292270825628918, "W21": -47.677091428451604, "S21": -65.856863069879893, "W22": -33.560001, "S22": -37.088750483542803, "W31": -80.135956189001405, "S31": -80.498357227288267, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102771.8, 499726.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10297600535872345, "S11": -0.37837080209547658, "W12": -15.0, "S12": -18.076262886845573, "W13": -25.0, "S13": -25.295987093540504, "W21": -34.317531122532571, "S21": -35.883134013250086, "W22": -80.366357401140135, "S22": -93.283329121023655, "W31": -93.283329121023655, "S31": -93.283329121023655, "W32": -93.283329121023655, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102772.0, 505258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9772470507864668, "S12": -8.6665670989940011, "W13": -19.136501813882191, "S13": -21.157623191657741, "W21": -31.730863488784507, "S21": -34.502792961144536, "W22": -36.345244515492254, "S22": -41.453156325050529, "W31": -80.01528731766652, "S31": -80.517225302162643, "W32": -91.674313364170843, "S32": -96.674313364170843 }, "geometry": { "type": "Point", "coordinates": [ 102772.0, 505573.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2823564814570183, "S12": -17.311202635303296, "W13": -24.527511244872233, "S13": -24.527511244872233, "W21": -32.861647302979058, "S21": -32.868641093341701, "W22": -36.208585638704768, "S22": -50.300384084161749, "W31": -73.37409097442638, "S31": -73.87409097442638, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102772.0, 507227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -13.892262072860774, "W13": -20.479068668187043, "S13": -20.479068668187043, "W21": -34.798198895245747, "S21": -34.800689593661822, "W22": -42.380476642388274, "S22": -46.177867004658431, "W31": -68.8225355143081, "S31": -72.408293838845097, "W32": -83.758051888849252, "S32": -88.758051888849252 }, "geometry": { "type": "Point", "coordinates": [ 102772.0, 507622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6907522624434701, "S11": 0.6907522624434701, "W12": -8.1129439471509155, "S12": -13.107422421328994, "W13": -18.040151515151862, "S13": -19.230107102094252, "W21": -30.922371363972818, "S21": -31.367634521867597, "W22": -39.999999999999993, "S22": -52.684619679968762, "W31": -70.0, "S31": -71.016500698281618, "W32": -90.587867968951386, "S32": -95.587867968951386 }, "geometry": { "type": "Point", "coordinates": [ 102772.5, 506357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.503052535977336, "S12": -13.503052535977336, "W13": -20.568870139311564, "S13": -20.568870139311564, "W21": -40.669459222887497, "S21": -40.669459222887497, "W22": -70.953267095580983, "S22": -90.516057283333993, "W31": -95.83521815669431, "S31": -95.83521815669431, "W32": -97.034447007378759, "S32": -102.03444700737876 }, "geometry": { "type": "Point", "coordinates": [ 102772.868852459010668, 513941.819672131154221 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2975634517766501, "S12": -5.9545817128832184, "W13": -15.0, "S13": -15.071759705890022, "W21": -45.986664895094755, "S21": -50.488474208219998, "W22": -37.122161074179829, "S22": -44.889988754163419, "W31": -72.949562793055378, "S31": -73.180527645404879, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 498971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60187366767642758, "S11": 0.5199262879710842, "W12": -10.0, "S12": -10.0, "W13": -17.935094510552862, "S13": -20.266982598400059, "W21": -49.969544853080173, "S21": -64.593006707058834, "W22": -43.979050704604937, "S22": -47.520956533792756, "W31": -69.183880266843246, "S31": -72.402851898048922, "W32": -81.903944973340415, "S32": -86.903944973340415 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 499601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8708731580060634, "S11": 2.8708731580060634, "W12": -7.5158334456272735, "S12": -7.5158334456272735, "W13": -19.809070415363351, "S13": -20.809070415363351, "W21": -40.0, "S21": -69.447969543147209, "W22": -42.273272988056853, "S22": -45.719513808771481, "W31": -69.314773568071274, "S31": -72.115042867891745, "W32": -81.281753894231542, "S32": -86.281753894231542 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 500154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74500672172069304, "S11": -0.74500672172069304, "W12": -5.4200358005908518, "S12": -7.9642472265326045, "W13": -18.699832850000099, "S13": -18.962188958564685, "W21": -34.808506648266722, "S21": -38.876201374006655, "W22": -68.838144176109779, "S22": -88.929634015592939, "W31": -94.084474046489333, "S31": -94.084474046489333, "W32": -95.283334296267753, "S32": -100.28333429626775 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91321656050955413, "S11": 0.91321656050955413, "W12": -11.62726340963674, "S12": -14.943224463274293, "W13": -15.0, "S13": -15.0, "W21": -30.193064888703443, "S21": -30.362089290132548, "W22": -60.0, "S22": -62.890207167885904, "W31": -85.724682165630313, "S31": -85.724682165630313, "W32": -98.693016234620018, "S32": -103.69301623462002 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 506093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2306328246476046, "S11": 1.2306328246476046, "W12": -8.1147638311967327, "S12": -16.673994433172517, "W13": -20.0, "S13": -21.803732204792432, "W21": -31.583530768995786, "S21": -31.583530768995786, "W22": -40.0, "S22": -49.374132361145385, "W31": -70.341267519494622, "S31": -70.341267519494622, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60614551115090354, "S11": -0.60614551115090354, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.8274189240786, "S21": -38.8274189240786, "W22": -36.5, "S22": -38.403146949455994, "W31": -80.103248305808066, "S31": -80.249070844668168, "W32": -94.421734170709385, "S32": -99.421734170709385 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 509920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66092978836126148, "S11": -0.66092978836126148, "W12": -9.1085525679724775, "S12": -11.99274626372409, "W13": -30.0, "S13": -30.0, "W21": -38.146967453069756, "S21": -38.146967453069756, "W22": -35.436329995233493, "S22": -50.561999596282377, "W31": -74.693414767716305, "S31": -75.193414767716305, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102773.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.083592581046823, "S21": -39.083592581046823, "W22": -42.844686565574335, "S22": -42.844686565574335, "W31": -67.640073609919597, "S31": -72.369852479306601, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102773.75, 508403.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1797360703812316, "S11": 2.865140369255347, "W12": -5.0, "S12": -5.0, "W13": -20.439005235602096, "S13": -20.773160599350554, "W21": -46.5432999088423, "S21": -69.306021147780356, "W22": -39.636596374390997, "S22": -39.636596374390997, "W31": -60.000000000000007, "S31": -62.006717850287913, "W32": -90.222341943980524, "S32": -95.222341943980524 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 500595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.744485930243147, "S11": 1.9197947116861354, "W12": -5.2682125204795645, "S12": -5.2682125204795645, "W13": -15.0, "S13": -18.0, "W21": -46.594636484346111, "S21": -62.468700731324219, "W22": -47.513478359930538, "S22": -47.523478359930536, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4747882706493036, "S11": 1.5263930535316197, "W12": -7.4294113211335153, "S12": -10.087234118302174, "W13": -20.054906315754316, "S13": -23.054906315754316, "W21": -47.110137649965175, "S21": -61.818698960960987, "W22": -40.620365665728841, "S22": -40.620365665728841, "W31": -71.97022877786226, "S31": -71.97022877786226, "W32": -95.115057648997322, "S32": -100.11505764899732 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 502700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27302576493385322, "S11": -3.0141428866220439, "W12": -13.015178895531101, "S12": -16.029659519558759, "W13": -24.153546150512785, "S13": -24.153546150512785, "W21": -34.331214521883972, "S21": -39.331214521883972, "W22": -37.171898991859052, "S22": -44.750042660145269, "W31": -72.435329471173205, "S31": -72.646015830860435, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 505055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.337482304086608, "S12": -7.6675013629166839, "W13": -18.934780903202672, "S13": -20.710863830366723, "W21": -31.250101361042617, "S21": -34.915665381945864, "W22": -39.810343236434527, "S22": -42.069590437822818, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -97.124342353095543, "S32": -102.12434235309554 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 505622.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3617992177314211, "S11": -0.3617992177314211, "W12": -5.4034573882404757, "S12": -7.8512139954930884, "W13": -18.874109251378307, "S13": -20.469496084631551, "W21": -31.077366463349875, "S21": -35.0242811080103, "W22": -40.120278313966651, "S22": -43.987660820341354, "W31": -68.470908609252561, "S31": -70.189712935852768, "W32": -86.932299012693932, "S32": -91.932299012693932 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 505640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3365484112019832, "S12": -10.139559278206889, "W13": -30.0, "S13": -30.132063847661726, "W21": -35.975736467729817, "S21": -35.975736467729817, "W22": -58.686153259872697, "S22": -74.71465387945139, "W31": -92.31266222836598, "S31": -92.31266222836598, "W32": -92.31266222836598, "S32": -97.250347550376247 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 510567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5916633010231556, "S11": 1.5916633010231556, "W12": -15.0, "S12": -15.0, "W13": -20.627256545061638, "S13": -22.489307409531435, "W21": -37.177400494907637, "S21": -40.823302724939524, "W22": -40.0, "S22": -40.0, "W31": -65.018538135593218, "S31": -66.018538135593218, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 513049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038513136800847753, "S11": -0.038513136800847753, "W12": -7.5010772719849426, "S12": -7.5010772719849426, "W13": -20.147144992881344, "S13": -20.147144992881344, "W21": -42.236027963579744, "S21": -42.236027963579744, "W22": -37.024699227917253, "S22": -43.018650997153991, "W31": -80.006195454993133, "S31": -80.574377273174946, "W32": -91.491043335464383, "S32": -96.491043335464383 }, "geometry": { "type": "Point", "coordinates": [ 102774.0, 516324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6594469090952235, "S11": 2.1972183916259316, "W12": -5.1926407881623247, "S12": -5.1926407881623247, "W13": -14.980399169028024, "S13": -17.980399169028026, "W21": -45.771556637492345, "S21": -60.718983374760967, "W22": -37.941961538461541, "S22": -42.481490614210095, "W31": -69.913062209030045, "S31": -69.913062209030045, "W32": -97.624388677402308, "S32": -102.62438867740231 }, "geometry": { "type": "Point", "coordinates": [ 102774.333333333328483, 502291.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93903791501972356, "S11": 0.93903791501972356, "W12": -9.578889574169132, "S12": -15.511978279278004, "W13": -19.847267708750671, "S13": -25.437833340570439, "W21": -50.492283673961865, "S21": -70.908267018030045, "W22": -49.057760360832496, "S22": -53.521970291170071, "W31": -96.270655109247826, "S31": -96.270655109247826, "W32": -96.270655109247826, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102774.333333333328483, 502995.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3253076612951276, "S11": 1.3253076612951276, "W12": -7.0282252323796293, "S12": -13.135444141280797, "W13": -20.0, "S13": -20.40275224978495, "W21": -32.604465772330023, "S21": -32.604465772330023, "W22": -33.842900300123013, "S22": -48.749978571823618, "W31": -80.035593825534704, "S31": -80.401462162284986, "W32": -95.008841180847782, "S32": -100.00884118084778 }, "geometry": { "type": "Point", "coordinates": [ 102775.0, 506464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9980058497262263, "S11": 0.9980058497262263, "W12": -7.4500142138237768, "S12": -7.4500142138237768, "W13": -20.267842287366204, "S13": -20.267842287366204, "W21": -43.239399739843549, "S21": -43.239399739843549, "W22": -40.0, "S22": -43.196901630009137, "W31": -69.645185614667412, "S31": -71.636753926114267, "W32": -98.605096734638266, "S32": -103.60509673463827 }, "geometry": { "type": "Point", "coordinates": [ 102775.230769230765873, 515657.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7595610595811918, "S11": 0.7595610595811918, "W12": -8.2903302289370764, "S12": -8.2903302289370764, "W13": -16.474171135839082, "S13": -17.038583538407181, "W21": -31.084425721972391, "S21": -31.084425721972391, "W22": -40.788115135369836, "S22": -44.976957897979077, "W31": -68.658881631409386, "S31": -71.686795283569708, "W32": -84.555634835692075, "S32": -89.555634835692075 }, "geometry": { "type": "Point", "coordinates": [ 102775.285714285710128, 497571.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1070717055629982, "S11": 3.1070717055629982, "W12": -6.8934531450577667, "S12": -6.8934531450577667, "W13": -20.316872197309415, "S13": -21.140150613808171, "W21": -42.726039783001809, "S21": -67.726039783001809, "W22": -43.50683102199914, "S22": -47.229819104538763, "W31": -68.903768602215266, "S31": -73.006349762406856, "W32": -83.338189241685498, "S32": -88.338189241685498 }, "geometry": { "type": "Point", "coordinates": [ 102776.0, 500499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4018698485986505, "S11": 3.1030586241088809, "W12": -9.1250160771704163, "S12": -9.1250160771704163, "W13": -20.176515418502202, "S13": -20.176515418502202, "W21": -51.756639889303152, "S21": -74.867189022251125, "W22": -39.875646306354511, "S22": -43.364876293821844, "W31": -69.411044943904585, "S31": -71.708081470438003, "W32": -80.08608247687431, "S32": -85.08608247687431 }, "geometry": { "type": "Point", "coordinates": [ 102776.0, 500645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.229826851724594, "S12": -16.043981918675627, "W13": -19.498950403270971, "S13": -29.348861893375144, "W21": -51.300795107160091, "S21": -54.804582985947967, "W22": -39.596607555552957, "S22": -39.596607555552957, "W31": -67.733319621374974, "S31": -71.465670240588537, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102776.0, 503288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47397215927484626, "S11": -0.47397215927484626, "W12": -5.7350050987299532, "S12": -8.602245418336592, "W13": -18.733059992523149, "S13": -19.872295967201225, "W21": -31.268406072435841, "S21": -35.589043102890166, "W22": -58.977524840535828, "S22": -58.977524840535828, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102776.0, 505671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3163969599112189, "S11": 1.3163969599112189, "W12": -7.0236303074941588, "S12": -15.268937562017378, "W13": -20.058323484162877, "S13": -20.970413787098277, "W21": -32.352571116471609, "S21": -32.352571116471609, "W22": -67.017312206572768, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102776.0, 506475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37153637186848409, "S11": 0.37153637186848409, "W12": -5.4943418647717177, "S12": -7.913187823941664, "W13": -25.0, "S13": -25.0, "W21": -40.983279237715003, "S21": -40.983279237715003, "W22": -63.404530434648414, "S22": -84.095537998379854, "W31": -100.15767045454545, "S31": -100.15767045454545, "W32": -101.16542735399781, "S32": -106.16542735399781 }, "geometry": { "type": "Point", "coordinates": [ 102776.2, 508913.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4818542652067848, "S11": 1.4818542652067848, "W12": -11.494208982329882, "S12": -12.143325276748307, "W13": -19.318765078669522, "S13": -19.318765078669522, "W21": -33.46693522283595, "S21": -33.46693522283595, "W22": -63.781521586917798, "S22": -78.147473560517028, "W31": -91.04134763153111, "S31": -91.04134763153111, "W32": -91.04134763153111, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102776.285714285710128, 506776.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72195318805488196, "S11": 0.72195318805488196, "W12": -5.7161725914657131, "S12": -10.999248728083247, "W13": -16.666666666666668, "S13": -16.666666666666668, "W21": -29.298202229519507, "S21": -29.382923102334541, "W22": -58.617859851935677, "S22": -58.617859851935677, "W31": -92.463573498709223, "S31": -92.463573498709223, "W32": -92.591602604042592, "S32": -97.591602604042592 }, "geometry": { "type": "Point", "coordinates": [ 102776.333333333328483, 506211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22985411197529748, "S11": 0.22985411197529748, "W12": -7.4831823833826956, "S12": -7.4831823833826956, "W13": -20.180888265306894, "S13": -20.180888265306894, "W21": -42.175347366547626, "S21": -42.175347366547626, "W22": -35.95982626358844, "S22": -51.09135370318387, "W31": -73.758053652784412, "S31": -74.257425374812385, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102776.825757575759781, 516162.128787878784351 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9437238948036382, "S11": 2.9437238948036382, "W12": -6.1664059444661712, "S12": -6.1664059444661712, "W13": -19.971761766203535, "S13": -20.409245061226787, "W21": -40.000000000000007, "S21": -70.0, "W22": -37.881230769230775, "S22": -42.45408426698377, "W31": -69.926330585791575, "S31": -69.926330585791575, "W32": -97.588127462852327, "S32": -102.58812746285233 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0058320524571669, "S11": 3.0058320524571669, "W12": -5.6826532585573393, "S12": -5.6826532585573393, "W13": -20.10519058295964, "S13": -20.10519058295964, "W21": -40.0, "S21": -66.441799647755772, "W22": -47.970947838728669, "S22": -52.162762966717537, "W31": -96.122473388350684, "S31": -96.122473388350684, "W32": -96.122473388350684, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 500359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49509581110499745, "S11": -2.2040507038309909, "W12": -11.467787807592433, "S12": -14.418451173207291, "W13": -22.594264005094757, "S13": -22.594264005094757, "W21": -34.207243634693327, "S21": -38.488593171227379, "W22": -43.927132698546139, "S22": -43.927132698546139, "W31": -75.569979431649372, "S31": -75.569979431649372, "W32": -97.233776655108812, "S32": -102.23377665510881 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 504932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2922518159806295, "S11": 1.2922518159806295, "W12": -9.874756061218763, "S12": -9.874756061218763, "W13": -21.477740055077227, "S13": -21.477740055077227, "W21": -32.727206054219607, "S21": -32.728156231861512, "W22": -39.564421181720107, "S22": -39.564421181720107, "W31": -60.0, "S31": -61.899957185671468, "W32": -90.234680724265544, "S32": -95.234680724265544 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 507056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.024504311785547, "S12": -24.423332490011461, "W13": -24.423332490011461, "S13": -24.423332490011461, "W21": -35.430816180465577, "S21": -35.437816641115447, "W22": -35.720001, "S22": -38.706676389064867, "W31": -80.127790768579629, "S31": -80.490023085257107, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 507823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.400383272339889, "S11": 2.400383272339889, "W12": -7.7102994890474026, "S12": -10.346496523533991, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.481397330303892, "W22": -34.364270257396065, "S22": -42.00187123425993, "W31": -80.225775071448027, "S31": -80.412317655556876, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 508210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -39.040411079630182, "S21": -39.040411079630182, "W22": -39.248230769230773, "S22": -43.026524464070775, "W31": -69.79621583281876, "S31": -70.769665353459231, "W32": -98.102405876742822, "S32": -103.10240587674282 }, "geometry": { "type": "Point", "coordinates": [ 102777.0, 508384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.8486333161423412, "W13": -20.0, "S13": -20.0, "W21": -38.955211214882198, "S21": -38.955211214882198, "W22": -40.0, "S22": -48.462095824653566, "W31": -70.0, "S31": -70.162509742790334, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102777.5, 508448.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4837708830548926, "S11": 3.4837708830548926, "W12": -9.0823730450059568, "S12": -15.50363182999935, "W13": -20.193987944162437, "S13": -22.86878221420206, "W21": -47.701280188058952, "S21": -66.753781735027175, "W22": -34.947178987008023, "S22": -40.894190417940401, "W31": -80.189420609129797, "S31": -80.632236792627722, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102778.0, 502873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -15.0, "W13": -20.621940738600571, "S13": -21.235251673150401, "W21": -39.650755936108617, "S21": -40.384516058781756, "W22": -38.049550424889851, "S22": -38.049550424889851, "W31": -70.0, "S31": -70.476628010704545, "W32": -81.690259475614781, "S32": -86.690259475614781 }, "geometry": { "type": "Point", "coordinates": [ 102778.0, 513694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -13.0, "W13": -15.96, "S13": -16.9556156284841, "W21": -20.0, "S21": -20.0, "W22": -90.0, "S22": -91.346951375520945, "W31": -91.346951375520945, "S31": -91.346951375520945, "W32": -94.850117909466718, "S32": -99.850117909466718 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 496925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3263904746744744, "S11": 3.0056914950826523, "W12": -10.099292604501608, "S12": -10.103970085417638, "W13": -20.137984581497797, "S13": -21.835290445206198, "W21": -52.079896013864818, "S21": -75.147092545656733, "W22": -69.235649485443787, "S22": -97.892176735126924, "W31": -98.42626267351163, "S31": -98.42626267351163, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 500624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6200883781045863, "S11": 2.1449770871292726, "W12": -5.0860906425108157, "S12": -5.0860906425108157, "W13": -14.975873443512739, "S13": -17.975873443512739, "W21": -46.125311540022025, "S21": -61.083953921250057, "W22": -77.720370707540681, "S22": -91.373886141995172, "W31": -91.373886141995172, "S31": -91.373886141995172, "W32": -91.373886141995172, "S32": -94.274148380366768 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 502300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68537555036753206, "S11": 0.68537555036753206, "W12": -5.86371014347624, "S12": -9.9605224221067008, "W13": -15.0, "S13": -15.0, "W21": -29.231657541098603, "S21": -29.345600827141343, "W22": -37.173639309538274, "S22": -44.89617950502543, "W31": -73.939297934355594, "S31": -74.079936509507633, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 506195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6136091173367491, "S11": 1.6136091173367491, "W12": -9.7252364317262305, "S12": -9.7252364317262305, "W13": -19.664544381143763, "S13": -19.664544381143763, "W21": -33.17871442802624, "S21": -33.17871442802624, "W22": -33.651458559755277, "S22": -48.651458559755277, "W31": -78.547137787419345, "S31": -79.034698491952341, "W32": -95.002134587522988, "S32": -100.00213458752299 }, "geometry": { "type": "Point", "coordinates": [ 102779.0, 506760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1275702593849246e-17, "S11": 1.1275702593849246e-17, "W12": -6.0, "S12": -6.0, "W13": -15.9, "S13": -15.9, "W21": -52.817968137895008, "S21": -55.305480556165463, "W22": -41.983376402119717, "S22": -44.689629418413126, "W31": -69.479506633314784, "S31": -72.267641453451787, "W32": -98.941170125800454, "S32": -103.94117012580045 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42785967621295418, "S11": 0.42785967621295418, "W12": -9.9864919462016726, "S12": -9.9864919462016726, "W13": -17.399029920180066, "S13": -20.077790276799881, "W21": -52.90383753652101, "S21": -67.90383753652101, "W22": -37.211933643273724, "S22": -39.163151662614979, "W31": -70.310346727676205, "S31": -71.014251435880325, "W32": -79.650865888354247, "S32": -84.650865888354247 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499514.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2314138432980331, "S11": 2.2314138432980331, "W12": -9.290260872399017, "S12": -9.8624509284599178, "W13": -19.465899839926823, "S13": -20.154220059781508, "W21": -44.286404402343997, "S21": -62.534020071927031, "W22": -35.077095354316846, "S22": -43.932084543677902, "W31": -69.10557087607576, "S31": -70.869650634616733, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.456113610917031, "S11": 3.2154792078932464, "W12": -8.1390353697749198, "S12": -8.1390353697749198, "W13": -20.197933920704848, "S13": -20.293758098726826, "W21": -51.203155629011796, "S21": -75.621508230167862, "W22": -35.611728301326799, "S22": -50.755064132006723, "W31": -74.326734373530456, "S31": -74.826734373530456, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 500671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5143735525798525, "S11": 3.2689663043770727, "W12": -8.0923020723568673, "S12": -8.0923020723568673, "W13": -20.227546006167312, "S13": -20.736611951909069, "W21": -50.703674520505821, "S21": -75.703674520505814, "W22": -80.0, "S22": -98.650615542446786, "W31": -98.650615542446786, "S31": -98.650615542446786, "W32": -104.73791073690484, "S32": -109.73791073690484 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 500694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1856803138995677, "S11": 3.1856803138995677, "W12": -7.0753707063019329, "S12": -10.852506734981478, "W13": -20.000000000000004, "S13": -23.481300476289089, "W21": -35.740457874382152, "S21": -40.740457874382152, "W22": -71.1178951343866, "S22": -93.255098300613511, "W31": -96.83208401061826, "S31": -96.83208401061826, "W32": -99.956023454157787, "S32": -104.95602345415779 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 504279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5903849956648952, "S11": 1.5903849956648952, "W12": -11.81380473517663, "S12": -11.821837360576914, "W13": -21.165210289914057, "S13": -23.56455434441197, "W21": -31.962136489374089, "S21": -31.962136489374089, "W22": -87.328963871019951, "S22": -92.694938500987149, "W31": -92.694938500987149, "S31": -92.694938500987149, "W32": -93.591404683519386, "S32": -98.591404683519386 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 506656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34423266513309247, "S11": -0.34423266513309247, "W12": -7.3041813987000266, "S12": -11.134149695311308, "W13": -30.0, "S13": -30.105260978273815, "W21": -36.624872443377519, "S21": -36.624872443377519, "W22": -37.023482189923939, "S22": -45.642469498978194, "W31": -80.0, "S31": -80.560133251750628, "W32": -90.786544319506589, "S32": -95.786544319506589 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 510534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40072106929300044, "S11": 0.40072106929300044, "W12": -10.639621030097697, "S12": -10.709082864096128, "W13": -19.999999999999996, "S13": -20.889842735535993, "W21": -33.29576392582652, "S21": -33.29576392582652, "W22": -35.145513199369582, "S22": -41.162384904114745, "W31": -68.785779952719906, "S31": -68.785779952719906, "W32": -95.380260646155293, "S32": -100.38026064615529 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 511575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0, "S11": 1.0, "W12": -6.0, "S12": -17.0, "W13": -23.0, "S13": -24.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -46.981576558638146, "S22": -46.991576558638144, "W31": -91.141004493487287, "S31": -91.141004493487287, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.1, 506332.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.127971341289953, "S12": -13.127971341289953, "W13": -20.573693588591922, "S13": -20.573693588591922, "W21": -40.782256449352253, "S21": -40.782256449352253, "W22": -39.87391796569829, "S22": -45.483674063259265, "W31": -68.786236398371969, "S31": -69.786236398371969, "W32": -90.818753834639281, "S32": -95.818753834639281 }, "geometry": { "type": "Point", "coordinates": [ 102780.631147540989332, 513991.180327868845779 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5469872857930871, "S11": 1.5469872857930871, "W12": -10.0, "S12": -23.009432098787272, "W13": -23.149874005666316, "S13": -23.149874005666316, "W21": -33.601528426905887, "S21": -33.601528426905887, "W22": -35.713098019607841, "S22": -39.236889508383491, "W31": -80.140608439466888, "S31": -80.734897861919848, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102780.666666666671517, 507314.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46988925615846744, "S11": 0.45765304677992513, "W12": -10.073394495412844, "S12": -10.073394495412844, "W13": -17.535370696831691, "S13": -20.199701067090714, "W21": -52.137441522826265, "S21": -65.822094219145569, "W22": -35.639999, "S22": -39.929180930863524, "W31": -80.156431991482918, "S31": -80.893808544525285, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 499537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1812500025000001, "S11": 2.8873822058898297, "W12": -6.8275, "S12": -6.8305, "W13": -20.346, "S13": -23.346, "W21": -47.982149046793758, "S21": -70.969865809799529, "W22": -38.638832064290476, "S22": -39.736839533267897, "W31": -69.608879407556373, "S31": -69.608879407556373, "W32": -96.607113379807757, "S32": -101.60711337980776 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 500608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9451731279059459, "S11": 2.5268724743111748, "W12": -8.3972501975432792, "S12": -8.5864038175610542, "W13": -15.802267828694593, "S13": -15.802267828694593, "W21": -57.122241086587437, "S21": -58.352163513029836, "W22": -42.199915556406125, "S22": -45.777855205452177, "W31": -69.300375304936182, "S31": -72.222053940483761, "W32": -81.264580347925232, "S32": -86.264580347925232 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 501515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -5.0, "S12": -5.0, "W13": -14.988607436194062, "S13": -17.988607436194062, "W21": -46.534618143374296, "S21": -61.722393539690799, "W22": -60.295155686892485, "S22": -80.996106537901412, "W31": -91.795251388139434, "S31": -91.795251388139434, "W32": -91.795251388139434, "S32": -96.357301018394622 }, "geometry": { "type": "Point", "coordinates": [ 102781.0, 502342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2638954869358665, "S11": 2.2638954869358665, "W12": -5.0, "S12": -8.2508595495960115, "W13": -20.281114338240972, "S13": -20.281114338240972, "W21": -38.826829848717566, "S21": -38.826829848717566, "W22": -63.74595696157651, "S22": -80.282981893876439, "W31": -100.17783071748879, "S31": -100.17783071748879, "W32": -101.03408806082381, "S32": -106.03408806082381 }, "geometry": { "type": "Point", "coordinates": [ 102781.25, 508493.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9973263808477375, "S12": -7.1291806072692889, "W13": -24.860338818188879, "S13": -24.860338818188879, "W21": -40.907974054890964, "S21": -40.907974054890964, "W22": -88.500472857953469, "S22": -95.177119564540291, "W31": -95.177119564540291, "S31": -95.177119564540291, "W32": -95.490710382513669, "S32": -100.49071038251367 }, "geometry": { "type": "Point", "coordinates": [ 102781.4, 508873.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8419344285412116, "S11": 2.8419344285412116, "W12": -7.729416520684544, "S12": -7.729416520684544, "W13": -19.769276060231327, "S13": -20.801800579761913, "W21": -39.999999999999993, "S21": -69.048223350253807, "W22": -39.493111717522247, "S22": -40.17337086386371, "W31": -70.0, "S31": -71.0, "W32": -90.882167011885372, "S32": -95.882167011885372 }, "geometry": { "type": "Point", "coordinates": [ 102782.0, 500144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4602898731798333, "S11": 3.2315668316027208, "W12": -8.0954337899543383, "S12": -8.0954337899543383, "W13": -20.197859030837005, "S13": -20.197859030837005, "W21": -51.100146058346461, "S21": -75.970088254878249, "W22": -38.781850145323425, "S22": -47.10142561702154, "W31": -70.833615588846513, "S31": -70.964965574813391, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102782.0, 500676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.89403560494405032, "W12": -6.3316780956885008, "S12": -8.7218585940208531, "W13": -19.231585831707051, "S13": -21.401988811727371, "W21": -31.870328457568256, "S21": -34.630170375460089, "W22": -36.682450057913634, "S22": -44.750067404567652, "W31": -71.158141089936478, "S31": -71.513767263560624, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102782.0, 505558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2387178924259055, "S11": 2.2387178924259055, "W12": -13.498192226196659, "S12": -13.498192226196659, "W13": -20.107336023307436, "S13": -20.107336023307436, "W21": -32.974895515318757, "S21": -32.974895515318757, "W22": -37.729615384615386, "S22": -42.384691119630816, "W31": -69.963143397884636, "S31": -69.963143397884636, "W32": -97.487037619337542, "S32": -102.48703761933754 }, "geometry": { "type": "Point", "coordinates": [ 102782.0, 506961.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5068713316932452, "S11": 1.5068713316932452, "W12": -7.41251973052682, "S12": -7.41251973052682, "W13": -20.333725344953049, "S13": -20.333725344953049, "W21": -44.260759544728216, "S21": -44.260759544728216, "W22": -38.534186194725145, "S22": -38.534186194725145, "W31": -70.0, "S31": -70.0, "W32": -82.650108449257132, "S32": -87.650108449257132 }, "geometry": { "type": "Point", "coordinates": [ 102782.5, 515358.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6175265017667844, "S11": 3.6175265017667844, "W12": -8.9345906542970823, "S12": -15.305005063640639, "W13": -20.218065249576988, "S13": -23.218065249576988, "W21": -47.448137314145356, "S21": -65.782534507462458, "W22": -64.634271015400856, "S22": -76.040686959975986, "W31": -95.605368707125621, "S31": -95.605368707125621, "W32": -100.78183226056235, "S32": -105.78183226056235 }, "geometry": { "type": "Point", "coordinates": [ 102783.0, 502865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9964071974951447, "S11": 2.9964071974951447, "W12": -7.075103885232032, "S12": -12.296170763402522, "W13": -20.0, "S13": -23.224642783184926, "W21": -36.063327870829113, "S21": -41.034491582787432, "W22": -78.4833628034078, "S22": -102.60606218991087, "W31": -102.60606218991087, "S31": -102.60606218991087, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102783.0, 504338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73774213375101616, "S11": 0.73774213375101616, "W12": -7.4209430462612742, "S12": -10.040884828518095, "W13": -22.454594188913905, "S13": -22.454594188913905, "W21": -32.503743700933605, "S21": -32.503743700933605, "W22": -71.390916272277508, "S22": -90.075164644973626, "W31": -96.476209953358548, "S31": -96.476209953358548, "W32": -97.653085079533028, "S32": -102.65308507953303 }, "geometry": { "type": "Point", "coordinates": [ 102783.0, 511213.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70943634817125034, "S11": 0.70943634817125034, "W12": -9.2299508441465345, "S12": -9.8966827807042002, "W13": -16.393010582155316, "S13": -17.393010582155316, "W21": -26.179644113870218, "S21": -26.34917800679375, "W22": -38.684151214818023, "S22": -46.962453101610478, "W31": -70.87097566078242, "S31": -71.078572255412411, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 497310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82512322519863612, "S11": 0.82512322519863612, "W12": -7.5692584235842855, "S12": -7.5692584235842855, "W13": -16.403185001278974, "S13": -16.839115550529996, "W21": -32.80049124537608, "S21": -32.922940888588073, "W22": -40.0, "S22": -41.794218300394306, "W31": -69.822318384948233, "S31": -69.822318384948233, "W32": -96.958380421486595, "S32": -101.95838042148659 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 497791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9856326593644176, "W12": -5.0, "S12": -5.0, "W13": -14.983945970852103, "S13": -17.983945970852105, "W21": -46.605130705452417, "S21": -61.77333092749133, "W22": -38.710629686450773, "S22": -42.241446413324617, "W31": -70.0, "S31": -70.0, "W32": -97.219111229625128, "S32": -102.21911122962513 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 502343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34066861101369239, "S11": 0.34066861101369239, "W12": -10.0, "S12": -12.772523811127433, "W13": -16.904439874182842, "S13": -19.557071453131837, "W21": -30.780285020744337, "S21": -30.789650005197821, "W22": -40.0, "S22": -43.750750614138852, "W31": -68.293732131834872, "S31": -68.623599974785762, "W32": -90.330760749724377, "S32": -95.330760749724377 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.778640551660196, "S12": -15.272293213913896, "W13": -20.089048933225769, "S13": -20.089048933225769, "W21": -40.0, "S21": -40.0, "W22": -39.136737717977773, "S22": -39.136737717977773, "W31": -70.0, "S31": -70.0, "W32": -83.015735388567762, "S32": -88.015735388567762 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 508140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.716700087163197, "S21": -38.716700087163197, "W22": -58.545985401459852, "S22": -58.545985401459852, "W31": -70.0, "S31": -70.0, "W32": -83.708941252529613, "S32": -88.708941252529613 }, "geometry": { "type": "Point", "coordinates": [ 102784.0, 509988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99303317729397056, "S11": 0.99303317729397056, "W12": -7.4324494336484808, "S12": -7.4324494336484808, "W13": -20.276763547723466, "S13": -20.276763547723466, "W21": -43.207191632145474, "S21": -43.207191632145474, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.008480431102967, "S32": -88.008480431102967 }, "geometry": { "type": "Point", "coordinates": [ 102784.777777777781012, 515701.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25, "S11": 0.25, "W12": -7.75, "S12": -10.75, "W13": -16.75, "S13": -19.75, "W21": -30.75, "S21": -30.76, "W22": -57.409975855849567, "S22": -57.409975855849567, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102784.9, 506374.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38856853330759766, "S11": 0.38856853330759766, "W12": -10.0, "S12": -10.0, "W13": -17.206810391263897, "S13": -19.809517786245763, "W21": -53.85151726981055, "S21": -68.851517269810557, "W22": -39.031287355643684, "S22": -43.601496928642881, "W31": -70.0, "S31": -72.220171230797263, "W32": -90.824267476052398, "S32": -95.824267476052398 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 499484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5662346735599257, "S11": 2.0741262154458018, "W12": -5.0, "S12": -5.011409892301911, "W13": -14.97038316675849, "S13": -17.970383166758488, "W21": -46.564282821672101, "S21": -61.542367547394988, "W22": -71.421044627729941, "S22": -90.014815186589701, "W31": -96.540785689568082, "S31": -96.540785689568082, "W32": -97.698819459985529, "S32": -102.69881945998553 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 502312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9828276721955642, "S11": -1.0171723278044358, "W12": -8.4660769514570315, "S12": -14.510032995413136, "W13": -20.0, "S13": -21.804674280879865, "W21": -35.063637362566908, "S21": -38.664680359699723, "W22": -40.0, "S22": -50.0, "W31": -66.846914195531198, "S31": -67.755090037766209, "W32": -90.768318949135036, "S32": -95.768318949135036 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 504607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28233176239802876, "S11": -0.28233176239802876, "W12": -14.355178268251274, "S12": -17.874046518493024, "W13": -23.344536707526032, "S13": -24.277607943664119, "W21": -34.041615273235209, "S21": -34.664358124060684, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -82.947703049891416, "S32": -87.947703049891416 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83415576056642582, "S11": 0.83415576056642582, "W12": -6.2496609731009389, "S12": -13.373207027800721, "W13": -19.138097537421537, "S13": -19.592074317297467, "W21": -29.651539988788937, "S21": -29.74104784118591, "W22": -64.772342488468041, "S22": -77.971987646748701, "W31": -99.678173268560158, "S31": -99.678173268560158, "W32": -100.83914106678894, "S32": -105.83914106678894 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0, "S11": 2.0, "W12": -8.5, "S12": -14.1, "W13": -14.11, "S13": -14.12, "W21": -36.5, "S21": -37.3, "W22": -36.473580362461178, "S22": -37.973373779345906, "W31": -80.100478070915955, "S31": -80.225445687496261, "W32": -94.647938525566303, "S32": -99.647938525566303 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2547898328002935, "S11": 1.2547898328002935, "W12": -10.867343128222556, "S12": -14.029309891258599, "W13": -20.0, "S13": -21.366273546991184, "W21": -31.888227672100236, "S21": -31.888227672100236, "W22": -38.265346153846153, "S22": -42.606512432475206, "W31": -69.921703440100259, "S31": -69.921703440100259, "W32": -97.590368700282994, "S32": -102.59036870028299 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3247650635710335, "S11": 2.3247650635710335, "W12": -10.0, "S12": -16.9665102503504, "W13": -20.389542581100194, "S13": -20.389542581100194, "W21": -34.903176063617309, "S21": -34.903176063617309, "W22": -53.009797667533725, "S22": -61.05480046061664, "W31": -80.870634051356944, "S31": -80.870634051356944, "W32": -98.413936510403417, "S32": -103.41393651040342 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 507381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8557007125890734, "S11": 1.8557007125890734, "W12": -5.0, "S12": -10.653085783049683, "W13": -20.754066956078418, "S13": -20.754066956078418, "W21": -38.698448482552934, "S21": -38.698448482552934, "W22": -38.310001, "S22": -38.310001, "W31": -70.0, "S31": -72.950907766105431, "W32": -90.881146208292378, "S32": -95.881146208292378 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 508538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.355464420305919, "S11": 2.355464420305919, "W12": -5.0, "S12": -8.8827006448902139, "W13": -30.0, "S13": -30.097206410989187, "W21": -35.682375489921242, "S21": -35.682375489921242, "W22": -40.0, "S22": -40.0, "W31": -63.778979907264286, "S31": -64.778979907264286, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 510635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38821306090146229, "S11": 0.38821306090146229, "W12": -10.786774014228165, "S12": -10.786774014228165, "W13": -20.0, "S13": -20.629794281729428, "W21": -33.316988822892526, "S21": -33.316988822892526, "W22": -35.766322310708901, "S22": -39.313870857740987, "W31": -80.14324136867782, "S31": -80.849146625004877, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102785.9375, 511614.3125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.0, "W13": -14.999999999999998, "S13": -15.48162073371053, "W21": -41.740569399316328, "S21": -47.166833752526593, "W22": -34.869999, "S22": -40.419337934031127, "W31": -80.18462604318124, "S31": -80.683670324799593, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 498791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3596507079475986, "S11": 3.1253139732537556, "W12": -9.2836012861736332, "S12": -9.2836012861736332, "W13": -20.146484581497798, "S13": -20.146484581497798, "W21": -51.719356574547412, "S21": -76.531495302871107, "W22": -34.08815019735939, "S22": -48.608694579090809, "W31": -80.0, "S31": -80.403608661323617, "W32": -95.007263392838368, "S32": -100.00726339283837 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 500648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1373981753014011, "S11": 3.1373981753014011, "W12": -7.1046565002650182, "S12": -10.136423080627495, "W13": -20.0, "S13": -23.627541934147857, "W21": -35.194003264820623, "S21": -38.138430584385581, "W22": -38.274730769230771, "S22": -42.609482921485906, "W31": -69.924447614832033, "S31": -69.924447614832033, "W32": -97.582240033183695, "S32": -102.58224003318369 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 504222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7070254110636149, "S12": -12.759344756819791, "W13": -13.439516520500971, "S13": -13.439516520500971, "W21": -28.841300919732834, "S21": -29.066101085866329, "W22": -39.973036035721023, "S22": -39.973036035721023, "W31": -70.883047488180978, "S31": -73.32491774934357, "W32": -90.247958708568277, "S32": -95.247958708568277 }, "geometry": { "type": "Point", "coordinates": [ 102786.0, 506114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.844862493672931, "W13": -24.370025127665059, "S13": -24.370025127665059, "W21": -40.832668872067117, "S21": -40.832668872067117, "W22": -35.976307430286248, "S22": -38.173318861218625, "W31": -80.116177305626024, "S31": -80.491972243977742, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102786.6, 508833.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1476222645788598, "S11": 0.1476222645788598, "W12": -10.0, "S12": -10.0, "W13": -16.34081754076686, "S13": -17.295079495028816, "W21": -53.914860276834681, "S21": -55.822016377382241, "W22": -37.606345099933378, "S22": -38.869448485397747, "W31": -69.355245278204478, "S31": -69.355245278204478, "W32": -96.368159519848987, "S32": -101.36815951984899 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 499343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5027851329164776, "S11": 1.9978268865699222, "W12": -5.0, "S12": -5.0, "W13": -14.973152259222674, "S13": -17.973152259222672, "W21": -46.642782635459213, "S21": -61.697659374340446, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.181109002740868, "W32": -83.437119675456401, "S32": -88.437119675456401 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 502328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.916095983972316, "S11": 1.8721322846200037, "W12": -5.5538610073787469, "S12": -5.5538610073787469, "W13": -15.0, "S13": -18.0, "W21": -47.00014200923497, "S21": -60.0, "W22": -38.082730769230771, "S22": -42.526047949370465, "W31": -69.954224830006424, "S31": -69.954224830006424, "W32": -97.502458670912759, "S32": -102.50245867091276 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 502502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0145951408981015, "S11": 3.0145951408981015, "W12": -7.1105510646992505, "S12": -12.3699029604205, "W13": -20.064776392432485, "S13": -23.243695423287733, "W21": -36.057503932405815, "S21": -41.057503932405815, "W22": -40.442308388039905, "S22": -44.619669762327405, "W31": -68.560163705306493, "S31": -71.425837787777553, "W32": -84.973441154318635, "S32": -89.973441154318635 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 504338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65072986085937945, "S11": -0.65072986085937945, "W12": -9.07826241009111, "S12": -11.741122163403245, "W13": -30.0, "S13": -30.0, "W21": -38.149177834569663, "S21": -38.149177834569663, "W22": -39.981224207417299, "S22": -39.981224207417299, "W31": -70.0, "S31": -71.211036225779281, "W32": -90.12034904292274, "S32": -95.12034904292274 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 510369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68617061541118685, "S11": -0.68617061541118685, "W12": -8.8660612919565569, "S12": -11.752894660465575, "W13": -29.764154573293158, "S13": -29.764154573293158, "W21": -38.066855356976099, "S21": -38.066855356976099, "W22": -38.790043327303039, "S22": -41.788019141773255, "W31": -70.0, "S31": -72.409800230736536, "W32": -90.871010883279197, "S32": -95.871010883279197 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 510424.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74535935363778039, "S11": 0.74535935363778039, "W12": -14.464685710702922, "S12": -14.464685710702922, "W13": -20.0, "S13": -20.0, "W21": -35.219656805487197, "S21": -36.395429976570838, "W22": -34.459999, "S22": -41.237707084966054, "W31": -80.213267266084529, "S31": -80.468284787588189, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102787.0, 512581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4673990498812539, "S11": 1.4673990498812539, "W12": -5.0, "S12": -12.955784768781131, "W13": -21.210941000169949, "S13": -21.210941000169949, "W21": -38.599581745302828, "S21": -38.599581745302828, "W22": -35.170167580101179, "S22": -41.577197457078334, "W31": -68.649585719555802, "S31": -68.649585719555802, "W32": -95.370737199429442, "S32": -100.37073719942944 }, "geometry": { "type": "Point", "coordinates": [ 102787.4, 508581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.2248548190851976, "S12": -13.807537769415205, "W13": -19.817896376359482, "S13": -23.800009964067435, "W21": -39.470159545160023, "S21": -44.063971531558437, "W22": -42.631633130287433, "S22": -42.631633130287433, "W31": -74.760219501150445, "S31": -74.760219501150445, "W32": -97.187342245493156, "S32": -102.18734224549316 }, "geometry": { "type": "Point", "coordinates": [ 102787.5, 503794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1018933934992599, "S11": 3.1018933934992599, "W12": -7.2603506154419986, "S12": -7.2603506154419986, "W13": -20.218062827225133, "S13": -21.218062827225133, "W21": -43.513425016371968, "S21": -63.338544253255911, "W22": -37.318839548387096, "S22": -45.384221931783181, "W31": -77.422379926498536, "S31": -77.422379926498536, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102788.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4864306920168868, "S11": 3.2901214946552884, "W12": -8.1760653319283456, "S12": -8.1760653319283456, "W13": -20.203254252461949, "S13": -20.203254252461949, "W21": -50.443652227389784, "S21": -73.271816519091374, "W22": -36.438265566538881, "S22": -36.438265566538881, "W31": -68.770035151233003, "S31": -68.770035151233003, "W32": -95.566518100897753, "S32": -100.56651810089775 }, "geometry": { "type": "Point", "coordinates": [ 102788.0, 500707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0919276973167173, "S11": 3.0211843887065912, "W12": -6.3563887399852232, "S12": -8.7820068202621755, "W13": -18.856806686321711, "S13": -23.856806686321711, "W21": -60.0, "S21": -82.84267966704985, "W22": -38.315538461538459, "S22": -42.621770187674144, "W31": -69.938766952129114, "S31": -69.938766952129114, "W32": -97.540057937660151, "S32": -102.54005793766015 }, "geometry": { "type": "Point", "coordinates": [ 102788.0, 501078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4457543495196055, "S11": 1.4457543495196055, "W12": -5.1605870550877571, "S12": -7.9318618913503549, "W13": -22.973728029602221, "S13": -22.973728029602221, "W21": -33.313035238132031, "S21": -33.313035238132031, "W22": -55.842426871163184, "S22": -55.842426871163184, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102788.0, 511081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.744211379173882, "S12": -12.744211379173882, "W13": -20.578517037872253, "S13": -20.578517037872253, "W21": -40.895053675817152, "S21": -40.895053675817152, "W22": -37.377924396660056, "S22": -38.661756567060188, "W31": -70.0701882028402, "S31": -71.612556753728271, "W32": -79.914781632850804, "S32": -84.914781632850804 }, "geometry": { "type": "Point", "coordinates": [ 102788.393442622953444, 514040.540983606537338 ] } }, +{ "type": "Feature", "properties": { "W11": 1.34, "S11": 1.34, "W12": -8.6599998, "S12": -8.6599998, "W13": -19.67, "S13": -19.68, "W21": -30.66, "S21": -30.66, "W22": -80.0, "S22": -98.989163888176449, "W31": -98.989163888176449, "S31": -98.989163888176449, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102788.7, 506417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.584010484928038, "S12": -10.584010484928038, "W13": -17.646763380833598, "S13": -20.30411273891005, "W21": -51.362441970926426, "S21": -62.546413058010913, "W22": -40.705309295648611, "S22": -40.705309295648611, "W31": -72.281285389822628, "S31": -73.451373366362219, "W32": -95.276813220461733, "S32": -100.27681322046173 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 499556.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0514695057463164, "S11": 3.0514695057463164, "W12": -7.357723577235773, "S12": -7.357723577235773, "W13": -20.15235602094241, "S13": -20.726705596909063, "W21": -40.0, "S21": -40.0, "W22": -37.360109736628729, "S22": -44.287501837490069, "W31": -72.80925679234177, "S31": -72.80925679234177, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2317993266065081, "S11": 3.1524700779770312, "W12": -7.8422966257624269, "S12": -8.98586761109833, "W13": -19.830497239355552, "S13": -23.251108113905058, "W21": -55.981147466690835, "S21": -80.043338572888899, "W22": -66.867234338343081, "S22": -81.442296640442393, "W31": -90.562839010417093, "S31": -90.562839010417093, "W32": -90.562839010417093, "S32": -94.967324254611682 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 500940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9562420472218296, "S11": 2.7062420472218296, "W12": -8.1255656929798388, "S12": -14.175471471044862, "W13": -14.580524306420093, "S13": -18.526005903359412, "W21": -44.350745098039212, "S21": -57.459021325545237, "W22": -39.887912060109109, "S22": -39.887912060109109, "W31": -67.535336499522444, "S31": -71.600591162563404, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 501955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6643988337680238, "S12": -14.908753284341977, "W13": -19.793510332967131, "S13": -25.775907072955665, "W21": -50.661557001880979, "S21": -71.037614460516281, "W22": -43.453451039393684, "S22": -47.257797875159611, "W31": -69.18955230989647, "S31": -72.533582830542784, "W32": -81.732792087501409, "S32": -86.732792087501409 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 503015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81400861477672504, "S11": -0.81400861477672504, "W12": -4.8679190906651755, "S12": -7.8679190906651755, "W13": -18.422186216129973, "S13": -18.739523042150751, "W21": -33.796053074692772, "S21": -38.503125174401283, "W22": -80.0, "S22": -95.204590184750174, "W31": -95.204590184750174, "S31": -95.204590184750174, "W32": -104.09195496754047, "S32": -109.09195496754047 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 505707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.144524366602045, "S12": -23.905663486373133, "W13": -23.905663486373133, "S13": -23.905663486373133, "W21": -35.346662060354518, "S21": -35.353516777951647, "W22": -64.650373617278106, "S22": -73.054052765657971, "W31": -99.506866591928244, "S31": -99.506866591928244, "W32": -100.8583218707015, "S32": -105.8583218707015 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.989395226848357, "S12": -6.9317775450531824, "W13": -25.0, "S13": -25.0, "W21": -40.960385487803002, "S21": -40.960385487803002, "W22": -40.0, "S22": -40.0, "W31": -64.134466769706336, "S31": -65.134466769706336, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7604472068370729, "S11": -0.7604472068370729, "W12": -10.0, "S12": -13.0, "W13": -29.299554642369582, "S13": -29.299554642369582, "W21": -39.022720937514961, "S21": -39.022720937514961, "W22": -36.542717951005201, "S22": -44.494174668089535, "W31": -71.507188231360743, "S31": -71.896614780544624, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102789.0, 509831.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97080294700639758, "S11": 0.97080294700639758, "W12": -9.8980159804018193, "S12": -9.8980159804018193, "W13": -18.424707262132266, "S13": -19.391386803886736, "W21": -48.377727836003885, "S21": -65.925383516626141, "W22": -37.561337902526709, "S22": -37.561337902526709, "W31": -80.073326800201798, "S31": -80.087120884388369, "W32": -94.030122973938546, "S32": -99.030122973938546 }, "geometry": { "type": "Point", "coordinates": [ 102789.4, 499683.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3116094986807116, "S11": 1.3116094986807116, "W12": -5.0, "S12": -14.782663467306614, "W13": -21.748237010618471, "S13": -21.748237010618471, "W21": -38.647783232232356, "S21": -38.647783232232356, "W22": -37.797894230769231, "S22": -42.401739440986354, "W31": -70.0, "S31": -70.0, "W32": -97.37833760394993, "S32": -102.37833760394993 }, "geometry": { "type": "Point", "coordinates": [ 102789.8, 508624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9847338204592901, "W12": -5.0, "S12": -5.0, "W13": -14.970023855452583, "S13": -17.970023855452581, "W21": -46.721510355555175, "S21": -61.780248997378834, "W22": -63.867592045682329, "S22": -74.685439961764487, "W31": -100.02889885401119, "S31": -100.02889885401119, "W32": -101.10933801208698, "S32": -106.10933801208698 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 502333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2995239354668078, "S11": -2.3164180935186991, "W12": -9.2351268417444423, "S12": -13.371729654805492, "W13": -20.033489250499596, "S13": -21.112142321793076, "W21": -34.74081517394248, "S21": -38.688331431024316, "W22": -80.0, "S22": -97.71127212105668, "W31": -97.71127212105668, "S31": -97.71127212105668, "W32": -104.74289177418029, "S32": -109.74289177418029 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 504717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.7621393272758874, "W12": -9.3783663067181617, "S12": -13.867019861937527, "W13": -21.026097271648872, "S13": -22.860615785526448, "W21": -33.03684722240687, "S21": -34.914898020785294, "W22": -42.7573008151331, "S22": -42.7573008151331, "W31": -74.8493548178824, "S31": -74.8493548178824, "W32": -97.245878787925335, "S32": -102.24587878792534 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -7.0867817450934023, "S12": -9.343648529476372, "W13": -19.544856191541832, "S13": -21.687676702170673, "W21": -32.161937943848933, "S21": -34.606429231088882, "W22": -40.199386062026434, "S22": -40.199386062026434, "W31": -71.484913694376843, "S31": -74.484913694376843, "W32": -90.721711838683717, "S32": -95.721711838683717 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 505527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.25, "S11": 2.25, "W12": -9.5, "S12": -9.5, "W13": -20.9, "S13": -20.9, "W21": -36.0, "S21": -36.01, "W22": -39.641642423075346, "S22": -39.641642423075346, "W31": -60.0, "S31": -61.739830351061855, "W32": -90.244875438562104, "S32": -95.244875438562104 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.353360176593146, "S11": 1.353360176593146, "W12": -8.9747043878273995, "S12": -8.9747043878273995, "W13": -20.0, "S13": -20.0, "W21": -33.061747974147529, "S21": -33.061747974147529, "W22": -39.570589605203743, "S22": -39.570589605203743, "W31": -60.0, "S31": -62.180669927558668, "W32": -90.254968105534999, "S32": -95.254968105534999 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2797429892000793, "S11": 3.0601484904052416, "W12": -10.230353697749196, "S12": -10.232618964924768, "W13": -20.103834801762115, "S13": -20.973882345343732, "W21": -48.656152512998268, "S21": -70.0, "W22": -38.689089053545167, "S22": -41.524845152469922, "W31": -70.0, "S31": -72.467362924281986, "W32": -90.891526907683854, "S32": -95.891526907683854 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 500629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1686000172000002, "S11": 3.0987838288736462, "W12": -7.2533555481506164, "S12": -8.9029522038219309, "W13": -19.44394256319535, "S13": -23.745244561230017, "W21": -57.85643070787637, "S21": -81.739647447020502, "W22": -34.022436884484449, "S22": -41.042857286536815, "W31": -80.220971846582614, "S31": -80.417305604679783, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 500995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1651229780633727, "S12": -7.6490354619758563, "W13": -18.041651035936859, "S13": -18.041651035936859, "W21": -35.325783598110782, "S21": -37.518764162295327, "W22": -44.585740569862175, "S22": -48.472559891200412, "W31": -69.101853798073677, "S31": -72.764087840626871, "W32": -82.136551813012446, "S32": -87.136551813012446 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 505989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.26, "S11": 1.26, "W12": -11.74, "S12": -11.75, "W13": -21.74, "S13": -24.74, "W21": -31.74, "S21": -31.74, "W22": -47.880507822915739, "S22": -47.88851466417357, "W31": -86.635860030115992, "S31": -86.635860030115992, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506628.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.135792413311613, "S12": -11.033592936810459, "W13": -19.749143312257463, "S13": -19.749143312257463, "W21": -35.453280248231977, "S21": -35.453513407935745, "W22": -77.593715000988212, "S22": -91.85737504121866, "W31": -95.17851409681677, "S31": -95.17851409681677, "W32": -103.35412978069365, "S32": -108.35412978069365 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9970707656612525, "S12": -9.9970707656612525, "W13": -20.07127682596175, "S13": -20.07127682596175, "W21": -35.042785274860847, "S21": -35.044490388074415, "W22": -67.340009442820758, "S22": -81.919584444151155, "W31": -92.704820083540739, "S31": -92.704820083540739, "W32": -93.777733878494558, "S32": -98.777733878494558 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 507570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9999999999999991, "S12": -8.6023920161117928, "W13": -29.500937901076117, "S13": -29.572083726044589, "W21": -35.581867137210935, "S21": -35.581867137210935, "W22": -37.882863196019031, "S22": -45.760221686585069, "W31": -71.673019057171516, "S31": -72.091334816235502, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 510662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.9150232698284126, "S12": -12.215370016794406, "W13": -19.97783036263337, "S13": -24.381030593798794, "W21": -37.240982574789399, "S21": -42.759697312009443, "W22": -34.177298872187365, "S22": -41.006446408224043, "W31": -80.217278818553879, "S31": -80.447766234928523, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.2, 504035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57406182727320276, "S11": 0.57406182727320276, "W12": -10.172792443996705, "S12": -12.683139064362448, "W13": -17.686190632103738, "S13": -18.682280325616773, "W21": -20.0, "S21": -20.0, "W22": -35.050975177304963, "S22": -43.911432119308479, "W31": -68.319114918584887, "S31": -68.319114918584887, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102791.333333333328483, 496989.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22526358964455867, "S11": 0.22526358964455867, "W12": -10.272609202713877, "S12": -10.272609202713877, "W13": -16.565552127711555, "S13": -18.012537574696729, "W21": -54.450248106555051, "S21": -56.047988558926853, "W22": -72.398187197080574, "S22": -80.900089720719308, "W31": -95.499549776056938, "S31": -95.499549776056938, "W32": -99.376723525230759, "S32": -104.37672352523076 }, "geometry": { "type": "Point", "coordinates": [ 102791.333333333328483, 499380.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.6255435457814347, "W13": -23.879711437140465, "S13": -23.879711437140465, "W21": -40.663298157086565, "S21": -40.663298157086565, "W22": -70.260854177323679, "S22": -88.077321885674948, "W31": -95.321883402154114, "S31": -95.321883402154114, "W32": -96.855931384098028, "S32": -101.85593138409803 }, "geometry": { "type": "Point", "coordinates": [ 102791.8, 508793.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9404269900585205, "S11": 2.9404269900585205, "W12": -6.2944268313031868, "S12": -6.2944268313031868, "W13": -19.999999999999996, "S13": -20.2755920243759, "W21": -40.0, "S21": -68.039173827186858, "W22": -75.738650263866077, "S22": -89.37419834174429, "W31": -95.404727824032122, "S31": -95.404727824032122, "W32": -102.64280981501797, "S32": -107.64280981501797 }, "geometry": { "type": "Point", "coordinates": [ 102792.0, 500318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3311943228144345, "S11": 1.3311943228144345, "W12": -10.000692978807276, "S12": -10.086785694039065, "W13": -20.850384619477445, "S13": -20.850384619477445, "W21": -33.657324108321674, "S21": -33.657324108321674, "W22": -63.890112492026432, "S22": -73.983950465126213, "W31": -100.0, "S31": -100.0, "W32": -101.13033670314981, "S32": -106.13033670314981 }, "geometry": { "type": "Point", "coordinates": [ 102792.0, 507046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0377137880354907, "S11": -1.0377137880354907, "W12": -9.8093766099948478, "S12": -12.809376609994848, "W13": -25.923018720633255, "S13": -25.923018720633255, "W21": -41.184328308513813, "S21": -41.184328308513813, "W22": -81.339836059245144, "S22": -92.718621719464153, "W31": -92.718621719464153, "S31": -92.718621719464153, "W32": -92.718621719464153, "S32": -95.30401034928849 }, "geometry": { "type": "Point", "coordinates": [ 102792.0, 509175.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37117693509688598, "S11": -0.37117693509688598, "W12": -7.4828338012782636, "S12": -7.4828338012782636, "W13": -20.126881745770113, "S13": -20.126881745770113, "W21": -42.384915925839195, "S21": -42.384915925839195, "W22": -75.377633918436246, "S22": -89.10664993270963, "W31": -89.333294077116463, "S31": -89.333294077116463, "W32": -89.333294077116463, "S32": -93.619670572293089 }, "geometry": { "type": "Point", "coordinates": [ 102792.181034482753603, 516617.056034482782707 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0906408020499494, "S11": 1.0906408020499494, "W12": -5.0, "S12": -13.272114548391231, "W13": -22.29529058928426, "S13": -22.29529058928426, "W21": -39.256369242414941, "S21": -39.256369242414941, "W22": -35.103211301206919, "S22": -44.525178024992222, "W31": -68.248960435933824, "S31": -68.248960435933824, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102792.2, 508667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0124280330179594, "S11": 2.0124280330179594, "W12": -7.3646824248324547, "S12": -7.3646824248324547, "W13": -20.415102102628136, "S13": -20.415102102628136, "W21": -44.592911210090023, "S21": -44.592911210090023, "W22": -38.592461567540326, "S22": -42.735951334176306, "W31": -69.934285773178857, "S31": -70.066469107018989, "W32": -97.545142536010331, "S32": -102.54514253601033 }, "geometry": { "type": "Point", "coordinates": [ 102792.524590163928224, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.23, "S11": 1.23, "W12": -6.77, "S12": -6.77, "W13": -19.780001, "S13": -19.790001, "W21": -32.77, "S21": -32.77, "W22": -39.338945065050225, "S22": -43.141271299808878, "W31": -68.948671120795126, "S31": -71.510850927659163, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102792.9, 506459.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1935610803076377, "W13": -15.0, "S13": -16.875831908594304, "W21": -39.07719980264725, "S21": -50.188550510141141, "W22": -36.246375348494134, "S22": -40.207892649460632, "W31": -80.030999805820727, "S31": -80.480252203025202, "W32": -92.823440082663609, "S32": -97.823440082663609 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 498535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7400589101620032, "S11": 1.7400589101620032, "W12": -9.4951773065301914, "S12": -14.679881544359446, "W13": -19.885679364549834, "S13": -24.885679364549834, "W21": -50.194519793428334, "S21": -70.351453961723251, "W22": -32.862203097195916, "S22": -40.643016199210436, "W31": -80.141194600806315, "S31": -80.217064511073559, "W32": -95.002085859350387, "S32": -100.00208585935039 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 502972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8970203041877873, "S12": -14.814194624487907, "W13": -19.662720794197643, "S13": -26.692506492551374, "W21": -51.277803879336233, "S21": -71.862256697160603, "W22": -41.93, "S22": -41.93, "W31": -69.715381118738605, "S31": -69.715381118738605, "W32": -96.766324245848836, "S32": -101.76632424584884 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 503073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3077413188913667, "S12": -13.787948799098846, "W13": -19.810602099763454, "S13": -23.85730008937141, "W21": -39.57685149569383, "S21": -44.488476601956229, "W22": -40.0, "S22": -42.699886252652355, "W31": -68.047011784989294, "S31": -69.734020610869337, "W32": -94.336204363002395, "S32": -99.336204363002395 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 503786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2198191324294809, "S12": -7.1065240421645921, "W13": -25.0, "S13": -25.0, "W21": -41.019086793302264, "S21": -41.019086793302264, "W22": -45.186929281111333, "S22": -49.192358060613927, "W31": -68.948545019010353, "S31": -73.179595550925242, "W32": -82.840715056621406, "S32": -87.840715056621406 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33838703551307214, "S11": 0.33838703551307214, "W12": -5.5846648320229733, "S12": -7.5489806747764749, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -41.073916797066104, "S21": -41.073916797066104, "W22": -64.191230255901957, "S22": -94.528212422949267, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -104.31483477011494, "S32": -109.31483477011494 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 508924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0562764930590087, "S11": -1.0562764930590087, "W12": -10.660915074792804, "S12": -12.526774620973217, "W13": -26.554817333934881, "S13": -26.554817333934881, "W21": -38.937932564253735, "S21": -38.937932564253735, "W22": -67.317716083499846, "S22": -71.175968236542346, "W31": -90.765797559839854, "S31": -90.765797559839854, "W32": -98.55123403130257, "S32": -103.55123403130257 }, "geometry": { "type": "Point", "coordinates": [ 102793.0, 509434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1414684314076196, "W13": -15.0, "S13": -17.033082179642218, "W21": -38.951399758413011, "S21": -49.808355583685639, "W22": -37.314739463331961, "S22": -37.322304280057082, "W31": -80.075351131258259, "S31": -80.075351131258259, "W32": -94.211951412131924, "S32": -99.211951412131924 }, "geometry": { "type": "Point", "coordinates": [ 102793.25, 498518.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78760334561950085, "S11": 0.78760334561950085, "W12": -8.0032161968892765, "S12": -8.0032161968892765, "W13": -16.447039268958189, "S13": -16.819866063887833, "W21": -31.843864416605385, "S21": -31.843864416605385, "W22": -33.119999, "S22": -40.418774879797141, "W31": -80.196817152602648, "S31": -80.255288662155706, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102793.333333333328483, 497676.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8291849045096438, "S12": -8.8291849045096438, "W13": -20.0, "S13": -20.0, "W21": -38.785877695297842, "S21": -38.785877695297842, "W22": -37.883308154468445, "S22": -40.150227842394273, "W31": -69.284580704792504, "S31": -69.284580704792504, "W32": -96.473827452075909, "S32": -101.47382745207591 }, "geometry": { "type": "Point", "coordinates": [ 102793.333333333328483, 508317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2529455081001477, "S11": 2.2529455081001477, "W12": -9.4240267590472904, "S12": -14.731661240781539, "W13": -19.924726074277725, "S13": -24.609927867999698, "W21": -50.0, "S21": -70.070957301132836, "W22": -54.274877886474862, "S22": -54.274877886474862, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 502954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6715271956448436, "S12": -8.6715271956448436, "W13": -20.0, "S13": -20.0, "W21": -38.806038755442891, "S21": -38.93736906534464, "W22": -45.271175103512014, "S22": -45.276811529838795, "W31": -82.886756553603306, "S31": -82.886756553603306, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.0, 508288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.21, "S11": 1.21, "W12": -6.79, "S12": -15.79, "W13": -20.790001, "S13": -22.790001, "W21": -31.790001, "S21": -31.790001, "W22": -80.0, "S22": -99.133111054116441, "W31": -99.133111054116441, "S31": -99.133111054116441, "W32": -105.21716582393361, "S32": -110.21716582393361 }, "geometry": { "type": "Point", "coordinates": [ 102794.1, 506501.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27, "S11": 0.27, "W12": -12.73, "S12": -12.73, "W13": -20.73, "S13": -23.73, "W21": -31.73, "S21": -31.73, "W22": -85.052276493332286, "S22": -92.696316385433803, "W31": -92.696316385433803, "S31": -92.696316385433803, "W32": -92.696316385433803, "S32": -97.263906856403622 }, "geometry": { "type": "Point", "coordinates": [ 102794.4, 506586.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32, "S11": 0.32, "W12": -10.68, "S12": -16.68, "W13": -18.68, "S13": -20.68, "W21": -30.68, "S21": -30.68, "W22": -80.754719409092658, "S22": -90.0, "W31": -90.0, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.6, 506544.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77938073014603559, "S11": 0.77938073014603559, "W12": -5.0, "S12": -11.237482917132308, "W13": -22.842344167950085, "S13": -22.842344167950085, "W21": -39.864955252597504, "S21": -39.864955252597504, "W22": -70.0, "S22": -89.773214944855241, "W31": -97.231765038858981, "S31": -97.231765038858981, "W32": -98.205913432203872, "S32": -103.20591343220387 }, "geometry": { "type": "Point", "coordinates": [ 102794.6, 508710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8639674257914405, "S11": 2.8639674257914405, "W12": -7.9160490499932621, "S12": -7.9160490499932621, "W13": -19.846129701025678, "S13": -20.623271947243673, "W21": -40.0, "S21": -70.0, "W22": -39.874474901064289, "S22": -39.874474901064289, "W31": -60.0, "S31": -60.462387809130242, "W32": -90.157747852971497, "S32": -95.157747852971497 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7286293963247719, "S11": 3.7041329347025616, "W12": -7.8424930440871936, "S12": -13.163105687484801, "W13": -20.21095153802478, "S13": -21.632004169603729, "W21": -47.34946977589852, "S21": -57.875425615382767, "W22": -37.413284194304694, "S22": -44.246744590513252, "W31": -73.482759688961863, "S31": -73.518101446085339, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 502780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9443551583369665, "S11": 2.9443551583369665, "W12": -7.1673366376035208, "S12": -12.748148185192196, "W13": -20.0, "S13": -22.972923643594786, "W21": -35.894080373017268, "S21": -40.655004577359698, "W22": -32.971309541845081, "S22": -40.447150082872952, "W31": -80.163095170643814, "S31": -80.177643020526261, "W32": -95.000636839881722, "S32": -100.00063683988172 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 504369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90687120290426249, "W12": -5.0, "S12": -6.5983912105159899, "W13": -18.633304924475823, "S13": -20.658196803380196, "W21": -31.367293765395761, "S21": -35.273341909927723, "W22": -47.280205410348444, "S22": -47.287699514052456, "W31": -85.558433319889772, "S31": -85.558433319889772, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80342903139254085, "S11": 0.80342903139254085, "W12": -5.7986913783438734, "S12": -9.7108969457956942, "W13": -18.582655642324124, "S13": -18.582655642324124, "W21": -35.680943423167712, "S21": -39.5606043678372, "W22": -64.213210508614594, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -104.33144755747126, "S32": -109.33144755747126 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 505785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63908745247148291, "S11": 0.63908745247148291, "W12": -5.0, "S12": -5.6607579462102695, "W13": -18.026215825454123, "S13": -18.026215825454123, "W21": -35.80172863099375, "S21": -36.570784391988958, "W22": -47.124985427276947, "S22": -47.124985427276947, "W31": -77.684510753913671, "S31": -77.684510753913671, "W32": -97.938915018190215, "S32": -102.93891501819022 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.25, "S11": 2.25, "W12": -7.0, "S12": -18.0, "W13": -18.01, "S13": -18.02, "W21": -36.25, "S21": -36.25, "W22": -39.795553425719518, "S22": -45.730291978366701, "W31": -70.0, "S31": -71.797741210759611, "W32": -90.819472626045382, "S32": -95.819472626045382 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44572826704742613, "S11": 0.44572826704742613, "W12": -9.2751156167709219, "S12": -9.2751156167709219, "W13": -22.967012494763029, "S13": -22.967012494763029, "W21": -33.035539214582258, "S21": -33.045295552941887, "W22": -39.901419133311506, "S22": -48.301470855201629, "W31": -71.122168989977567, "S31": -71.122168989977567, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 507156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -22.355458633267077, "W13": -22.355458633267077, "S13": -22.355458633267077, "W21": -40.0, "S21": -40.0, "W22": -35.971369401282189, "S22": -50.385352247704056, "W31": -73.334445382364365, "S31": -73.717081328692046, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 508039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0756744868035195, "S11": 3.0756744868035195, "W12": -8.1652542372881349, "S12": -8.1652542372881349, "W13": -20.116361256544504, "S13": -20.993086137958908, "W21": -41.76650090415913, "S21": -60.00048831622874, "W22": -38.109730769230772, "S22": -42.525781313385842, "W31": -69.995533417723848, "S31": -69.995533417723848, "W32": -97.383372025342723, "S32": -102.38337202534272 }, "geometry": { "type": "Point", "coordinates": [ 102795.5, 500521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52386027899323073, "S11": 0.51961063765440185, "W12": -10.685357638200911, "S12": -10.685357638200911, "W13": -17.944174134469417, "S13": -19.91020412466143, "W21": -49.757409002121356, "S21": -62.921925371723859, "W22": -90.0, "S22": -90.965051628276413, "W31": -90.965051628276413, "S31": -90.965051628276413, "W32": -94.894468269909339, "S32": -99.894468269909339 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 499606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91699390403530412, "S11": 0.91699390403530412, "W12": -9.9624702681915949, "S12": -9.9624702681915949, "W13": -18.391554282356399, "S13": -19.334983437352911, "W21": -48.423473567032829, "S21": -65.85616802597832, "W22": -52.18312969233034, "S22": -61.347977841058984, "W31": -80.0, "S31": -80.0, "W32": -98.514912445623281, "S32": -103.51491244562328 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 499679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85950570342205324, "S11": 0.85950570342205324, "W12": -5.0, "S12": -5.7027229845626071, "W13": -18.154458281934801, "S13": -18.154458281934801, "W21": -36.547696999596354, "S21": -37.110592187596772, "W22": -37.151254325259515, "S22": -46.988817017077764, "W31": -80.0, "S31": -80.551601060575152, "W32": -90.843205094455513, "S32": -95.843205094455513 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 505925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6705630092508494, "S11": 1.6705630092508494, "W12": -8.8192673327770219, "S12": -13.082808157352614, "W13": -20.425041904123439, "S13": -20.484391497619374, "W21": -36.027919760606039, "S21": -36.027919760606039, "W22": -40.054317725290908, "S22": -43.158502211398009, "W31": -69.678675804480946, "S31": -71.698067384955564, "W32": -98.340609246559794, "S32": -103.34060924655979 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 506415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7605127733873287, "S11": 1.7605127733873287, "W12": -8.5602769968685646, "S12": -13.821190497272775, "W13": -20.07489104927939, "S13": -20.128956089929797, "W21": -36.058285858752683, "S21": -36.058285858752683, "W22": -33.098639690501727, "S22": -40.228042103040281, "W31": -80.184136612275935, "S31": -80.225390521105609, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82668636699535514, "S11": 0.82668636699535514, "W12": -11.871330340397348, "S12": -13.428766266978855, "W13": -20.919690856396223, "S13": -23.5422117406371, "W21": -31.999477183611383, "S21": -31.999477183611383, "W22": -46.760998306941389, "S22": -46.770998306941387, "W31": -80.871353910751765, "S31": -80.871353910751765, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3097316601847777, "S11": 2.3097316601847777, "W12": -8.4469145545606299, "S12": -11.456022123839244, "W13": -20.183492115392415, "S13": -20.183492115392415, "W21": -40.0, "S21": -40.0, "W22": -39.437936034918891, "S22": -39.437936034918891, "W31": -60.0, "S31": -62.2451300410656, "W32": -90.335996702284078, "S32": -95.335996702284078 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 508190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8994061757719714, "S11": 1.8994061757719714, "W12": -5.0, "S12": -10.224514354478252, "W13": -20.635341191737862, "S13": -20.635341191737862, "W21": -38.485012643900987, "S21": -38.485012643900987, "W22": -32.831497261253546, "S22": -40.770798288251605, "W31": -80.129243599514325, "S31": -80.217273508099737, "W32": -95.001731384708236, "S32": -100.00173138470824 }, "geometry": { "type": "Point", "coordinates": [ 102796.0, 508529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.337788639092921, "S12": -12.337788639092921, "W13": -20.583340487152569, "S13": -20.583340487152569, "W21": -41.007850902282286, "S21": -41.007850902282286, "W22": -41.511019301075272, "S22": -41.634186700249764, "W31": -69.766083717258397, "S31": -69.766083717258397, "W32": -96.697564960488279, "S32": -101.69756496048828 }, "geometry": { "type": "Point", "coordinates": [ 102796.155737704917556, 514089.901639344287105 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68594115772236208, "S11": 0.68594115772236208, "W12": -9.9038749334870531, "S12": -10.903874933487053, "W13": -16.314788282185226, "S13": -17.312790656112977, "W21": -20.975768390507479, "S21": -21.316107804772123, "W22": -46.057323348462283, "S22": -47.669950116281584, "W31": -68.993970438014784, "S31": -73.275090005900864, "W32": -99.94111744324745, "S32": -104.94111744324745 }, "geometry": { "type": "Point", "coordinates": [ 102797.0, 497164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0832715397176065, "S11": 3.0403015300433132, "W12": -5.7124413601263342, "S12": -8.6853340084819308, "W13": -18.409293770793322, "S13": -23.385402869740762, "W21": -60.000000000000007, "S21": -81.978865144107601, "W22": -40.155070443827462, "S22": -44.406760620915904, "W31": -68.461445779203487, "S31": -71.164880291984673, "W32": -86.312412738514723, "S32": -91.312412738514723 }, "geometry": { "type": "Point", "coordinates": [ 102797.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.2028512858740203, "W13": -23.38939774661587, "S13": -23.38939774661587, "W21": -40.370203384550969, "S21": -40.370203384550969, "W22": -80.074523396880409, "S22": -95.458149833297142, "W31": -95.458149833297142, "S31": -95.458149833297142, "W32": -104.27089325334867, "S32": -109.27089325334867 }, "geometry": { "type": "Point", "coordinates": [ 102797.0, 508753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5396608798822458, "S12": -12.95092103135587, "W13": -19.957482887242072, "S13": -24.477586008413283, "W21": -37.568823828878422, "S21": -43.377305975438901, "W22": -86.608652718632342, "S22": -92.095956078907207, "W31": -92.095956078907207, "S31": -92.095956078907207, "W32": -93.374045984225162, "S32": -98.374045984225162 }, "geometry": { "type": "Point", "coordinates": [ 102797.666666666671517, 504008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.266336100696304, "W21": -38.607543638776413, "S21": -48.588706228881762, "W22": -32.666102925250996, "S22": -44.339383451375127, "W31": -80.091849924387475, "S31": -80.269143085286288, "W32": -95.00337547908704, "S32": -100.00337547908704 }, "geometry": { "type": "Point", "coordinates": [ 102797.75, 498473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.899602169981673, "S12": -10.899602169981673, "W13": -17.894496841486777, "S13": -19.944067817937338, "W21": -49.889437314906012, "S21": -62.445616000863886, "W22": -40.233652437362451, "S22": -43.252969239598812, "W31": -69.653248067770662, "S31": -71.804306047032441, "W32": -98.382391343839416, "S32": -103.38239134383942 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 499598.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66269272920207356, "S11": 0.66269272920207356, "W12": -6.9746726043316354, "S12": -11.015404599609084, "W13": -15.0, "S13": -15.0, "W21": -29.387966554707813, "S21": -29.610302171614105, "W22": -37.531411627054538, "S22": -45.279988397719272, "W31": -71.914744232698098, "S31": -72.355810244542667, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 506195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7703343609202926, "S11": 1.7703343609202926, "W12": -8.4599829821313435, "S12": -12.189097806163115, "W13": -17.510418848167475, "S13": -20.139078220149838, "W21": -36.107092915351899, "S21": -36.816117599780526, "W22": -37.543915150046395, "S22": -38.160361471505404, "W31": -70.0, "S31": -72.380832393572035, "W32": -80.311345169037097, "S32": -85.311345169037097 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 506359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57225308814097997, "S11": -0.57225308814097997, "W12": -9.4299865358041615, "S12": -12.620827102272983, "W13": -30.0, "S13": -30.0, "W21": -38.201530156283837, "S21": -38.201530156283837, "W22": -80.03369446056621, "S22": -99.362368479545438, "W31": -99.362368479545438, "S31": -99.362368479545438, "W32": -105.36043044211071, "S32": -110.36043044211071 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 510327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60114567939101438, "S11": -0.60114567939101438, "W12": -9.2971147645537719, "S12": -12.200152681410898, "W13": -30.0, "S13": -30.0, "W21": -38.180775645185527, "S21": -38.180775645185527, "W22": -80.0, "S22": -103.61042944785277, "W31": -103.61042944785277, "S31": -103.61042944785277, "W32": -105.54518345650202, "S32": -110.54518345650202 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 510341.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64861207930178522, "S11": -0.64861207930178522, "W12": -9.0788254260709849, "S12": -11.509044704280328, "W13": -30.0, "S13": -30.0, "W21": -38.146678948381158, "S21": -38.146678948381158, "W22": -65.0, "S22": -105.58075156084344, "W31": -105.58075156084344, "S31": -105.58075156084344, "W32": -105.58075156084344, "S32": -109.93866809402739 }, "geometry": { "type": "Point", "coordinates": [ 102798.0, 510364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8319191415023712, "S11": 2.3319191415023712, "W12": -8.8794607511480272, "S12": -13.697421569108844, "W13": -14.592025889154202, "S13": -18.334087442647117, "W21": -46.710002653223668, "S21": -59.563130823425467, "W22": -67.568971851278235, "S22": -88.948105217304658, "W31": -92.772884935220901, "S31": -92.772884935220901, "W32": -94.160203515823028, "S32": -99.160203515823028 }, "geometry": { "type": "Point", "coordinates": [ 102799.0, 501855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2813086239868867, "S11": 1.3994000752791331, "W12": -6.4295339875640325, "S12": -6.4295339875640325, "W13": -17.791299609481428, "S13": -20.791299609481428, "W21": -47.52043184006466, "S21": -63.685168515038853, "W22": -43.009246607532283, "S22": -51.111111111111114, "W31": -70.0, "S31": -70.0, "W32": -90.147234779514179, "S32": -95.147234779514179 }, "geometry": { "type": "Point", "coordinates": [ 102799.0, 502622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4257134229201269, "S11": 1.4257134229201269, "W12": -10.095828031023313, "S12": -10.792516772745167, "W13": -20.439193575897498, "S13": -20.439193575897498, "W21": -33.874000895538195, "S21": -33.874000895538195, "W22": -44.281810100216234, "S22": -48.422098804889529, "W31": -68.829159420515282, "S31": -73.524194881508194, "W32": -83.432587715051156, "S32": -88.432587715051156 }, "geometry": { "type": "Point", "coordinates": [ 102799.0, 507035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0370709192060419, "S11": -1.0370709192060419, "W12": -10.635385713563776, "S12": -10.635385713563776, "W13": -26.244655099984911, "S13": -26.244655099984911, "W21": -38.73461250407459, "S21": -38.73461250407459, "W22": -39.55078023979592, "S22": -41.168119113268283, "W31": -69.650758635042365, "S31": -69.650758635042365, "W32": -96.583780935329443, "S32": -101.58378093532944 }, "geometry": { "type": "Point", "coordinates": [ 102799.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35938949573041273, "S11": 0.35938949573041273, "W12": -11.43981205617669, "S12": -11.43981205617669, "W13": -20.0, "S13": -20.222218261833415, "W21": -33.394717696313577, "S21": -34.289739032557996, "W22": -38.246519733293617, "S22": -42.244152944434958, "W31": -70.0, "S31": -70.0, "W32": -97.025838169127951, "S32": -102.02583816912795 }, "geometry": { "type": "Point", "coordinates": [ 102799.647058823524276, 511787.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67028752786488832, "S11": -3.5503975841245707, "W12": -10.0, "S12": -12.593197919380419, "W13": -21.232331217837508, "S13": -21.993881966195854, "W21": -34.434361474006721, "S21": -38.781560804114257, "W22": -34.381909055925291, "S22": -48.356542114510653, "W31": -79.510041490611272, "S31": -79.980302346182683, "W32": -95.004489243425141, "S32": -100.00448924342514 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 504818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.25, "S11": 2.25, "W12": -10.5, "S12": -10.5, "W13": -21.5, "S13": -21.5, "W21": -31.0, "S21": -31.0, "W22": -78.020466364703907, "S22": -85.352574381104304, "W31": -93.559856396103513, "S31": -93.559856396103513, "W32": -98.496721311475412, "S32": -103.49672131147541 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.711178569880076, "S21": -38.711178569880076, "W22": -69.564644360358827, "S22": -76.531183962222443, "W31": -92.34996578551727, "S31": -92.34996578551727, "W32": -98.478578304237317, "S32": -103.47857830423732 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 509982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.684494198467959, "S21": -38.684494198467959, "W22": -39.573372352639964, "S22": -39.573372352639964, "W31": -60.000000000000007, "S31": -62.048232307597061, "W32": -90.267463231236704, "S32": -95.267463231236704 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35898987206823035, "S11": 0.35898987206823035, "W12": -12.248587864633134, "S12": -12.248587864633134, "W13": -20.0, "S13": -22.080499706699499, "W21": -34.801265042373196, "S21": -36.120216785219355, "W22": -34.982621313388222, "S22": -45.390354894730329, "W31": -69.453263095284385, "S31": -71.963037780506383, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4526453957996768, "S11": 1.4526453957996768, "W12": -14.994593932483175, "S12": -14.994593932483175, "W13": -20.646168085974235, "S13": -21.990569452981298, "W21": -36.719682074100525, "S21": -40.505454885283264, "W22": -34.761654156700338, "S22": -45.411501535915292, "W31": -69.122622027027674, "S31": -71.326096211461277, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.171780529600053, "S12": -13.171780529600053, "W13": -20.606067738112209, "S13": -20.606067738112209, "W21": -40.617955983946928, "S21": -40.617955983946928, "W22": -35.593705584834396, "S22": -37.859714636160206, "W31": -68.379985749387316, "S31": -68.379985749387316, "W32": -95.279650722300531, "S32": -100.27965072230053 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1193841642228741, "S11": 3.0110490435794697, "W12": -10.185540950455005, "S12": -10.192963038200844, "W13": -20.10916230366492, "S13": -20.96192303986124, "W21": -38.44302643573382, "S21": -58.44302643573382, "W22": -45.13627414486924, "S22": -49.190762278847245, "W31": -69.042733657019014, "S31": -72.98466628113249, "W32": -82.345479147537816, "S32": -87.345479147537816 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 500598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0274536829858008, "S12": -6.8768697862433292, "W13": -18.349361121280076, "S13": -19.596590983755625, "W21": -30.84626016986487, "S21": -35.787447508206711, "W22": -32.608712072248352, "S22": -45.364966263394457, "W31": -80.076807981395859, "S31": -80.283254655046875, "W32": -95.003673784299821, "S32": -100.00367378429982 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 505659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60608365019011412, "S11": 0.60608365019011412, "W12": -5.0, "S12": -5.0, "W13": -17.831121688359996, "S13": -17.831121688359996, "W21": -36.062760597637251, "S21": -36.834794174599239, "W22": -48.983090544959694, "S22": -48.992203402053235, "W31": -88.917645142738223, "S31": -88.917645142738223, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 505965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91140384301344513, "S11": -0.91140384301344513, "W12": -9.2246264811952585, "S12": -11.748551375198893, "W13": -25.773601571408694, "S13": -25.773601571408694, "W21": -41.435661983146353, "S21": -41.435661983146353, "W22": -52.707328901788472, "S22": -52.707328901788472, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 509149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.025161774288536, "S12": -14.025161774288536, "W13": -20.0, "S13": -20.0, "W21": -34.878307521813745, "S21": -34.956836824915783, "W22": -66.07842964717949, "S22": -66.07842964717949, "W31": -98.865657698056808, "S31": -98.865657698056808, "W32": -100.71480972031178, "S32": -105.71480972031178 }, "geometry": { "type": "Point", "coordinates": [ 102801.0, 512467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3964827396473769, "S11": -2.9623366060140741, "W12": -11.453928911396256, "S12": -14.044789778768161, "W13": -22.712885492383482, "S13": -22.712885492383482, "W21": -34.258139800207069, "S21": -38.934773590558287, "W22": -34.918792830221584, "S22": -45.451467986419416, "W31": -69.375776614950567, "S31": -71.927300803154679, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102801.5, 504942.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73947594745298395, "S11": 0.73947594745298395, "W12": -8.9067794842599302, "S12": -9.1204983051215915, "W13": -16.406471386663174, "S13": -17.197831174227652, "W21": -29.742510004633033, "S21": -29.742510004633033, "W22": -34.965437633608758, "S22": -45.27826715909206, "W31": -68.054615856025507, "S31": -68.054615856025507, "W32": -94.871962506187984, "S32": -99.871962506187984 }, "geometry": { "type": "Point", "coordinates": [ 102801.833333333328483, 497424.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.185171790235081, "S12": -11.185171790235081, "W13": -17.84662161500416, "S13": -19.945605426771721, "W21": -50.0, "S21": -61.830636139906034, "W22": -40.0, "S22": -40.0, "W31": -66.718508500772799, "S31": -67.718508500772799, "W32": -90.103548299645553, "S32": -95.103548299645553 }, "geometry": { "type": "Point", "coordinates": [ 102802.0, 499591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -11.227878266984412, "W13": -19.681838100883322, "S13": -19.681838100883322, "W21": -35.379800291073913, "S21": -35.380349881804221, "W22": -34.225511271298394, "S22": -40.575704289787048, "W31": -80.212413744282514, "S31": -80.505660001052263, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102802.0, 507508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1863221107774859, "S11": 2.1863221107774859, "W12": -5.0, "S12": -7.9288764926348829, "W13": -25.0, "S13": -25.800579048955957, "W21": -34.377675817429434, "S21": -34.377675817429434, "W22": -80.074933900818976, "S22": -98.125716152678422, "W31": -98.125716152678422, "S31": -98.125716152678422, "W32": -105.00605750698188, "S32": -110.00605750698188 }, "geometry": { "type": "Point", "coordinates": [ 102802.0, 510923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2617896009673517, "S11": 2.2617896009673517, "W12": -7.476297968397291, "S12": -18.449113936223313, "W13": -19.067791334271934, "S13": -19.0993535462535, "W21": -36.199668764491555, "S21": -36.199668764491555, "W22": -40.0, "S22": -48.444303859692639, "W31": -71.227870656918213, "S31": -71.227870656918213, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102803.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1921260935981113, "S11": 1.1921260935981113, "W12": -5.0, "S12": -15.0, "W13": -21.710302342546811, "S13": -21.710302342546811, "W21": -38.550199877344397, "S21": -38.550199877344397, "W22": -37.462473816767925, "S22": -44.526297309366001, "W31": -75.121023951336966, "S31": -75.19297951443059, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102803.0, 508618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0146715138924955, "S11": 1.0146715138924955, "W12": -6.2903695082921152, "S12": -9.0373207950365533, "W13": -22.9516457596226, "S13": -22.9516457596226, "W21": -33.069090238997973, "S21": -33.069090238997973, "W22": -32.984545081635105, "S22": -39.926683640936353, "W31": -80.157681223070568, "S31": -80.157681223070568, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102803.0, 511145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40432726753923481, "S11": 0.40432726753923481, "W12": -7.425902592285782, "S12": -7.425902592285782, "W13": -20.227174687701819, "S13": -20.227174687701819, "W21": -42.160306070035702, "S21": -42.160306070035702, "W22": -39.705490801411287, "S22": -43.05148491327256, "W31": -69.780010208182574, "S31": -71.369555088136352, "W32": -98.075355374903495, "S32": -103.07535537490349 }, "geometry": { "type": "Point", "coordinates": [ 102803.146666666667443, 516161.226666666683741 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.931365899012492, "S12": -11.931365899012492, "W13": -20.588163936432903, "S13": -20.588163936432903, "W21": -41.120648128747192, "S21": -41.120648128747192, "W22": -39.028832759204079, "S22": -39.028832759204079, "W31": -70.0, "S31": -70.0, "W32": -83.164418754014136, "S32": -88.164418754014136 }, "geometry": { "type": "Point", "coordinates": [ 102803.918032786881668, 514139.262295081978664 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6818961099505167, "S11": 3.6818961099505167, "W12": -8.2966303654256528, "S12": -14.465987057655767, "W13": -20.244819185159095, "S13": -21.64012004475795, "W21": -47.573515342345161, "S21": -62.663809465001314, "W22": -40.0, "S22": -40.0, "W31": -64.833848531684694, "S31": -65.833848531684694, "W32": -90.066560582527828, "S32": -95.066560582527828 }, "geometry": { "type": "Point", "coordinates": [ 102804.0, 502830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1442136862096719, "S11": 2.1442136862096719, "W12": -8.6729027628756246, "S12": -15.695538171121388, "W13": -20.66, "S13": -20.813983739837401, "W21": -35.976072220183923, "S21": -35.977940833322606, "W22": -39.153515624999997, "S22": -42.933431494418912, "W31": -69.928315733469873, "S31": -70.792175022879661, "W32": -97.721428084835821, "S32": -102.72142808483582 }, "geometry": { "type": "Point", "coordinates": [ 102804.0, 506419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50908063524793301, "S11": 0.50908063524793301, "W12": -8.2833866744253708, "S12": -10.709514844380701, "W13": -22.780207998284553, "S13": -23.501767233907117, "W21": -32.60569302748118, "S21": -32.60569302748118, "W22": -38.292015378792058, "S22": -42.382823036027389, "W31": -68.296802562013198, "S31": -70.915835068700417, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102804.0, 511256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85667423896257133, "S11": -0.85667423896257133, "W12": -10.46776805253959, "S12": -12.976035058711389, "W13": -27.971481267919337, "S13": -27.971481267919337, "W21": -39.645178679835958, "S21": -39.645178679835958, "W22": -37.085932474493198, "S22": -39.720787721088911, "W31": -69.65986363406644, "S31": -69.65986363406644, "W32": -79.412581739146816, "S32": -84.412581739146816 }, "geometry": { "type": "Point", "coordinates": [ 102804.25, 509651.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.5, "S12": -17.5, "W13": -21.5, "S13": -23.5, "W21": -31.5, "S21": -31.5, "W22": -39.727309302899528, "S22": -39.727309302899528, "W31": -60.0, "S31": -60.085878478724091, "W32": -90.223183519865145, "S32": -95.223183519865145 }, "geometry": { "type": "Point", "coordinates": [ 102804.6, 506668.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35105073949863685, "S11": 0.35105073949863685, "W12": -11.07824427480916, "S12": -11.07824427480916, "W13": -16.857121345673569, "S13": -19.008888497440722, "W21": -54.894228258030815, "S21": -69.894228258030807, "W22": -40.0, "S22": -49.174332161345191, "W31": -71.820594113998197, "S31": -71.820594113998197, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47524549424566315, "S11": 0.47524549424566315, "W12": -11.11140235910878, "S12": -11.11140235910878, "W13": -17.292244503207481, "S13": -20.063580221420921, "W21": -52.969833844168413, "S21": -67.96983384416842, "W22": -34.798742705193327, "S22": -40.390821127165879, "W31": -80.19702066413187, "S31": -80.62996109101941, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 499501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8629457801593459, "S11": 2.8629457801593459, "W12": -7.4159170903402423, "S12": -7.4159170903402423, "W13": -19.867430639412238, "S13": -20.52835970339898, "W21": -40.0, "S21": -60.0, "W22": -38.132280115927422, "S22": -42.540306403219638, "W31": -70.0, "S31": -70.0, "W32": -97.288671381070586, "S32": -102.28867138107059 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 500253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3150062163902994, "S11": 2.3150062163902994, "W12": -9.2693168340773102, "S12": -14.147751263682537, "W13": -19.592700843963339, "S13": -28.057305948106141, "W21": -48.334955625536793, "S21": -50.954518221623971, "W22": -42.932111341587941, "S22": -47.228872215757285, "W31": -68.680038431044665, "S31": -73.068960924698132, "W32": -84.252933365045394, "S32": -89.252933365045394 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 503426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.24, "S11": 2.24, "W12": -14.51, "S12": -17.81, "W13": -17.82, "S13": -17.83, "W21": -34.310001, "S21": -34.310001, "W22": -38.219986904980239, "S22": -38.219986904980239, "W31": -70.0, "S31": -70.76263540206466, "W32": -82.145345590122062, "S32": -87.145345590122062 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83712472772034263, "S11": 0.83712472772034263, "W12": -7.5725691187305904, "S12": -17.470062464642634, "W13": -18.174291741602651, "S13": -18.174291741602651, "W21": -33.007530429019404, "S21": -33.007530429019404, "W22": -80.062616882698137, "S22": -101.84630665337579, "W31": -101.84630665337579, "S31": -101.84630665337579, "W32": -105.62686373654869, "S32": -110.62686373654869 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62421307506053292, "S11": 0.62421307506053292, "W12": -9.6868618632200381, "S12": -19.686861863220038, "W13": -21.684148331763563, "S13": -21.684148331763563, "W21": -33.922226365611628, "S21": -33.926808553343022, "W22": -63.806675062972296, "S22": -106.19919896336435, "W31": -106.19919896336435, "S31": -106.19919896336435, "W32": -106.19919896336435, "S32": -110.09772768151568 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 507111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -15.983136702588151, "W13": -19.848953592692464, "S13": -19.848953592692464, "W21": -35.209356325503428, "S21": -35.209356325503428, "W22": -68.255372945638442, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.989066125290023, "S12": -10.28531408613831, "W13": -19.964635446142552, "S13": -19.964635446142552, "W21": -34.976000415848027, "S21": -34.978012392744667, "W22": -81.930066324962567, "S22": -92.466627174485851, "W31": -92.466627174485851, "S31": -92.466627174485851, "W32": -92.466627174485851, "S32": -95.661384217335069 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 507572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2429441624365483, "S12": -5.9514129681123773, "W13": -15.0, "S13": -15.174870283941283, "W21": -44.857408592929012, "S21": -49.009829866870284, "W22": -40.899815534601181, "S22": -40.899815534601181, "W31": -72.457490412737343, "S31": -72.457490412737343, "W32": -96.37785764232251, "S32": -101.37785764232251 }, "geometry": { "type": "Point", "coordinates": [ 102806.0, 498939.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12000286133368553, "S11": -1.1908114497302131, "W12": -14.545868025259162, "S12": -17.113342078264765, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -34.53150397001361, "S21": -36.805666663968005, "W22": -40.0, "S22": -49.586647119114673, "W31": -71.000068922737611, "S31": -71.000068922737611, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102806.0, 505213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60789322679951885, "W12": -5.0, "S12": -6.4797172710510136, "W13": -18.309221644310892, "S13": -19.798395769320059, "W21": -30.965847035298079, "S21": -35.820635744712007, "W22": -32.471657195779827, "S22": -47.911122796031592, "W31": -80.041828504521959, "S31": -80.318726434817037, "W32": -95.004510253369716, "S32": -100.00451025336972 }, "geometry": { "type": "Point", "coordinates": [ 102806.0, 505646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9473803412350896, "S11": 1.9473803412350896, "W12": -10.906021291708914, "S12": -15.906021291708914, "W13": -19.928539131832093, "S13": -19.928539131832093, "W21": -32.715290181794579, "S21": -32.715290181794579, "W22": -36.301692307692306, "S22": -38.741414295273628, "W31": -68.945199315456406, "S31": -68.945199315456406, "W32": -96.078413944019061, "S32": -101.07841394401906 }, "geometry": { "type": "Point", "coordinates": [ 102806.0, 506983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.999766767549243, "S12": -11.999766767549243, "W13": -20.59360113680339, "S13": -20.59360113680339, "W21": -41.072154053516265, "S21": -41.072154053516265, "W22": -40.230203692899529, "S22": -43.233282691815752, "W31": -69.664721558725304, "S31": -71.810032436515769, "W32": -98.307683137290525, "S32": -103.30768313729052 }, "geometry": { "type": "Point", "coordinates": [ 102806.428571428565192, 514133.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 3.421973076874758, "S11": 3.3393198492752671, "W12": -8.3692964524060418, "S12": -8.3692964524060418, "W13": -20.147674077389834, "S13": -20.147674077389834, "W21": -50.0, "S21": -67.833612740989111, "W22": -88.654698078389558, "S22": -90.256650194543766, "W31": -90.256650194543766, "S31": -90.256650194543766, "W32": -94.757196838717903, "S32": -99.757196838717903 }, "geometry": { "type": "Point", "coordinates": [ 102806.5, 500736.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26816228978383294, "S11": 0.26816228978383294, "W12": -6.3140346058775059, "S12": -6.551667633109429, "W13": -15.0, "S13": -15.0, "W21": -50.0, "S21": -52.69539570963196, "W22": -63.46849605164121, "S22": -63.46849605164121, "W31": -100.22913000528384, "S31": -100.22913000528384, "W32": -104.64978448275862, "S32": -109.64978448275862 }, "geometry": { "type": "Point", "coordinates": [ 102807.0, 499166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65677474849470796, "S11": 0.65677474849470796, "W12": -10.649891024370913, "S12": -10.649891024370913, "W13": -18.142230302139954, "S13": -19.490502782144809, "W21": -48.940704453544591, "S21": -63.255567605159179, "W22": -70.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -109.77775921129586 }, "geometry": { "type": "Point", "coordinates": [ 102807.0, 499640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7076522465125431, "S11": 0.7076522465125431, "W12": -13.761032930269582, "S12": -19.742031208277936, "W13": -19.742031208277936, "S13": -19.742031208277936, "W21": -33.171896838514705, "S21": -33.171896838514705, "W22": -42.315055423598956, "S22": -55.0, "W31": -70.0, "S31": -70.0, "W32": -90.585867727610506, "S32": -95.585867727610506 }, "geometry": { "type": "Point", "coordinates": [ 102807.0, 506806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86879017431326777, "S11": 0.86879017431326777, "W12": -5.6141784547532927, "S12": -10.474166907412343, "W13": -18.336576920126859, "S13": -18.336576920126859, "W21": -32.892944322113117, "S21": -32.892944322113117, "W22": -34.994905770187628, "S22": -39.972059264940114, "W31": -80.184562956787175, "S31": -80.734884573316322, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102807.0, 506864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.852137174944851, "S12": -22.670888517394914, "W13": -22.670888517394914, "S13": -22.670888517394914, "W21": -34.496137228449413, "S21": -34.502075359628321, "W22": -43.018727517551568, "S22": -47.058250832480752, "W31": -69.182789489333018, "S31": -72.696591105131944, "W32": -81.621288463612686, "S32": -86.621288463612686 }, "geometry": { "type": "Point", "coordinates": [ 102807.0, 507749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0152074054960147, "S12": -6.0152074054960147, "W13": -15.0, "S13": -16.461204070701662, "W21": -36.630285991357312, "S21": -43.635207443339766, "W22": -45.713012195679674, "S22": -45.713012195679674, "W31": -76.794719727125639, "S31": -76.794719727125639, "W32": -97.851410462804594, "S32": -102.85141046280459 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 498213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17144203612885284, "S11": -0.17144203612885317, "W12": -14.756445920032332, "S12": -17.299499649152835, "W13": -24.968910127238185, "S13": -25.239663839411609, "W21": -34.406690947746846, "S21": -36.25815210635534, "W22": -51.009403143210314, "S22": -55.690262014844215, "W31": -97.282608695652158, "S31": -97.282608695652158, "W32": -97.282608695652158, "S32": -101.21224696973658 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 505245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77467716590224445, "S11": 0.77467716590224445, "W12": -7.5892683903835749, "S12": -15.262516736976117, "W13": -17.516296475132783, "S13": -17.998187447308688, "W21": -29.785454415911623, "S21": -30.01492994631743, "W22": -38.565971766282914, "S22": -46.419745351188574, "W31": -71.873061362444489, "S31": -72.121634662098344, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0309440759815587, "S12": -10.031232143921017, "W13": -30.0, "S13": -30.058842408775376, "W21": -36.296645640594363, "S21": -36.296645640594363, "W22": -37.528549154466504, "S22": -44.94511436047901, "W31": -77.593460904828291, "S31": -77.688347944067289, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 510569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6159390016849235, "S11": 1.6159390016849235, "W12": -7.3542764623682695, "S12": -7.3542764623682695, "W13": -20.385304996202059, "S13": -20.385304996202059, "W21": -44.665918176110459, "S21": -44.665918176110459, "W22": -43.957873449866831, "S22": -48.233282655712379, "W31": -68.757604415843971, "S31": -73.757604415843971, "W32": -83.741809496142793, "S32": -88.741809496142793 }, "geometry": { "type": "Point", "coordinates": [ 102808.0, 515320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8113012111520751, "S11": 0.8113012111520751, "W12": -7.685019442758886, "S12": -7.685019442758886, "W13": -16.345454870463627, "S13": -16.690187053849918, "W21": -32.786689025893956, "S21": -32.786689025893956, "W22": -39.770030659928757, "S22": -39.770030659928757, "W31": -60.0, "S31": -60.270635586836143, "W32": -90.210366072770285, "S32": -95.210366072770285 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 497787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1997330527213181, "S11": 3.1382556672115935, "W12": -10.575048231511255, "S12": -10.575048231511255, "W13": -20.047892070484583, "S13": -20.047892070484583, "W21": -42.787175043327558, "S21": -68.568805213643856, "W22": -41.810231188456569, "S22": -51.604627062150939, "W31": -70.0, "S31": -70.720286776420608, "W32": -90.718438286611629, "S32": -95.718438286611629 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 500633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3216647145501943, "S11": 0.5444626420113341, "W12": -8.3628580430345067, "S12": -14.701096062445052, "W13": -20.0, "S13": -22.402813028764804, "W21": -35.178690483647394, "S21": -39.00359628001916, "W22": -49.17841440279205, "S22": -53.646867798261752, "W31": -97.306052855925103, "S31": -97.306052855925103, "W32": -97.306052855925103, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 504551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45053348006028571, "S11": -3.520440062195044, "W12": -10.900679409562242, "S12": -13.374287666034608, "W13": -22.217317785537034, "S13": -22.640269238513813, "W21": -34.226877085317938, "S21": -38.914322431314218, "W22": -39.419260556552892, "S22": -39.419260556552892, "W31": -67.598401225479535, "S31": -71.210770744063922, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.017796449854889474, "S11": -3.0177964498548895, "W12": -13.85782761553007, "S12": -16.371341602522165, "W13": -25.0, "S13": -25.0, "W21": -34.489827424697488, "S21": -37.181504465963087, "W22": -45.943595803773015, "S22": -48.43535185720323, "W31": -95.603213252585803, "S31": -95.603213252585803, "W32": -95.603213252585803, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 505152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63375798025015884, "S11": 0.63375798025015884, "W12": -7.6152404587399172, "S12": -11.180765842447119, "W13": -15.0, "S13": -15.011168146503866, "W21": -29.450810373174175, "S21": -29.740277399325318, "W22": -65.0, "S22": -100.99644589018786, "W31": -100.99644589018786, "S31": -100.99644589018786, "W32": -101.92906675578578, "S32": -106.92906675578578 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 506190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80367289375796536, "S11": 0.80367289375796536, "W12": -13.240928850287311, "S12": -14.719292499776136, "W13": -18.549799555406111, "S13": -18.549799555406111, "W21": -33.589293709721495, "S21": -33.589293709721495, "W22": -36.102514860101593, "S22": -38.582028701170316, "W31": -80.133154967556905, "S31": -81.133154967556905, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 506778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8260226909555772, "S12": -11.721987061780283, "W13": -19.474662598458242, "S13": -19.474662598458242, "W21": -35.54246516228207, "S21": -35.54246516228207, "W22": -46.372404542196037, "S22": -46.372404542196037, "W31": -70.0, "S31": -70.0, "W32": -83.928038936187988, "S32": -88.928038936187988 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.382751063555499, "S12": -21.240927329481259, "W13": -21.240927329481259, "S13": -21.240927329481259, "W21": -35.150099679940041, "S21": -35.154341273149313, "W22": -51.389294191258621, "S22": -51.389294191258621, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 507884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.111759228874194, "W13": -30.0, "S13": -30.0, "W21": -38.287979174802366, "S21": -38.287979174802366, "W22": -32.503623171437944, "S22": -48.324859416013616, "W31": -80.012421361985417, "S31": -80.349444799020034, "W32": -95.005261709249226, "S32": -100.00526170924923 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 510262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4538906838987613, "S11": 1.4538906838987613, "W12": -15.0, "S12": -15.0, "W13": -20.66152859784966, "S13": -22.315508818794296, "W21": -36.689734187695692, "S21": -40.375736352902983, "W22": -63.326399466521423, "S22": -63.326399466521423, "W31": -100.2472213926348, "S31": -100.2472213926348, "W32": -104.69558189655173, "S32": -109.69558189655173 }, "geometry": { "type": "Point", "coordinates": [ 102809.0, 513016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2253480348396748, "S11": 0.2253480348396748, "W12": -11.202459874389392, "S12": -11.202459874389392, "W13": -16.362154155036482, "S13": -17.547185340067667, "W21": -53.261948289370594, "S21": -54.739667601802729, "W22": -71.888106022479448, "S22": -75.851930094999176, "W31": -95.173330370820807, "S31": -95.173330370820807, "W32": -99.25, "S32": -104.25 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1, "S11": 3.09, "W12": -12.0, "S12": -12.01, "W13": -20.0, "S13": -20.0, "W21": -35.5, "S21": -63.000000000000007, "W22": -65.086518430338842, "S22": -65.086518430338842, "W31": -89.760386549962362, "S31": -89.760386549962362, "W32": -98.507981042452371, "S32": -103.50798104245237 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0263209736123748, "S11": 2.8381492467009748, "W12": -6.9594304596344676, "S12": -8.4835040905909178, "W13": -17.189824457006843, "S13": -19.280870878254081, "W21": -60.0, "S21": -74.790110998990912, "W22": -40.328608998070635, "S22": -44.271670096122691, "W31": -69.104948562378624, "S31": -72.104948562378624, "W32": -80.272012409025308, "S32": -85.272012409025308 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 501328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0517124640297917, "S11": 1.0517124640297917, "W12": -10.0, "S12": -14.492795938497588, "W13": -19.543964484688338, "S13": -28.79636474841384, "W21": -50.653812311474233, "S21": -51.979332169098811, "W22": -38.043668021285512, "S22": -38.043668021285512, "W31": -70.000000000000014, "S31": -71.613276760086933, "W32": -81.741757989797776, "S32": -86.741757989797776 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5, "S12": -18.8, "W13": -20.5, "S13": -21.0, "W21": -33.5, "S21": -33.5, "W22": -70.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.15652173913043, "S32": -105.15652173913043 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.250965814801694, "S11": 1.250965814801694, "W12": -9.2764487638264157, "S12": -17.33618988562916, "W13": -20.08370726850389, "S13": -21.24742117491024, "W21": -32.944222128111512, "S21": -32.944222128111512, "W22": -89.311224044288423, "S22": -89.671114324353852, "W31": -89.671114324353852, "S31": -89.671114324353852, "W32": -94.827705765258912, "S32": -99.827705765258912 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44429924519636005, "S11": 0.44429924519636005, "W12": -8.1778680632049348, "S12": -9.4722755680306641, "W13": -20.0, "S13": -20.507694331184943, "W21": -32.381697085665976, "S21": -32.381697085665976, "W22": -37.559486595549814, "S22": -45.171391490342472, "W31": -72.274824473420253, "S31": -72.753807573232478, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35469698704307318, "S11": 0.35469698704307318, "W12": -11.232328524180492, "S12": -11.232328524180492, "W13": -20.0, "S13": -20.0, "W21": -33.4218383676955, "S21": -34.059623057699717, "W22": -33.029781366738284, "S22": -39.537534666476319, "W31": -80.138804400547926, "S31": -80.222009540354279, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 511734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.893320617824152, "S11": 1.893320617824152, "W12": -9.6213358100731625, "S12": -9.6213358100731625, "W13": -19.347748685113196, "S13": -19.945357200717609, "W21": -44.409468406751117, "S21": -60.0, "W22": -41.943164545628584, "S22": -45.982050093834616, "W31": -69.249981383963402, "S31": -72.596592694555866, "W32": -81.077083879053092, "S32": -86.077083879053092 }, "geometry": { "type": "Point", "coordinates": [ 102811.0, 499873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2684401451027809, "S11": 2.2684401451027809, "W12": -10.186004514672687, "S12": -14.302623877649665, "W13": -20.513422818791945, "S13": -20.550173970865679, "W21": -32.509738323948326, "S21": -32.509738323948326, "W22": -89.462127502537129, "S22": -89.462127502537143, "W31": -89.462127502537143, "S31": -89.462127502537143, "W32": -94.875196786276533, "S32": -99.875196786276533 }, "geometry": { "type": "Point", "coordinates": [ 102811.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.037773874862788, "S11": 2.037773874862788, "W12": -12.179962058608902, "S12": -15.736365202390482, "W13": -21.171739704772477, "S13": -21.171739704772477, "W21": -32.73477074368445, "S21": -32.73477074368445, "W22": -83.324390436360758, "S22": -92.388266914436599, "W31": -92.388266914436599, "S31": -92.388266914436599, "W32": -92.388266914436599, "S32": -96.403622250970244 }, "geometry": { "type": "Point", "coordinates": [ 102811.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4195412439347157, "S11": 2.4195412439347157, "W12": -11.225128685072532, "S12": -22.941674829555957, "W13": -22.941674829555957, "S13": -22.941674829555957, "W21": -34.631883712716039, "S21": -34.63879771292865, "W22": -59.60371062199588, "S22": -79.603710621995873, "W31": -91.515762701514376, "S31": -91.515762701514376, "W32": -91.515762701514376, "S32": -96.22900430978261 }, "geometry": { "type": "Point", "coordinates": [ 102811.0, 507790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.524943158932066, "S12": -11.524943158932066, "W13": -20.592987385713233, "S13": -20.592987385713233, "W21": -41.233445355212098, "S21": -41.233445355212098, "W22": -37.539167015508681, "S22": -44.91694070117299, "W31": -78.982384995564573, "S31": -79.018433970466731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102811.680327868845779, 514188.622950819670223 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1787495236760623, "S11": 3.1443811697840833, "W12": -10.745337620578777, "S12": -10.745494109128396, "W13": -20.034973568281941, "S13": -20.034973568281941, "W21": -41.25025996533796, "S21": -66.876780646603166, "W22": -37.28568339100346, "S22": -46.210453209103619, "W31": -80.0, "S31": -80.504351077571556, "W32": -90.402684563758399, "S32": -95.402684563758399 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 500631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3278071213914941, "S11": 1.3278071213914941, "W12": -6.3449372616021797, "S12": -6.6637315012897593, "W13": -18.097130142584689, "S13": -21.097130142584689, "W21": -47.837624416261811, "S21": -62.499719661688559, "W22": -35.944314881578947, "S22": -38.797227703504305, "W31": -80.142159622567902, "S31": -81.090376112724485, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4383708223294782, "S11": 1.9884022886605042, "W12": -6.6721307055258867, "S12": -8.2692627533657728, "W13": -19.606983925165743, "S13": -22.606983925165743, "W21": -47.856595598920912, "S21": -60.820225664066498, "W22": -35.684487175768616, "S22": -50.921598994461249, "W31": -73.888244201589998, "S31": -74.237432054697379, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 502670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.01200567133447487, "S11": -3.255197757766545, "W12": -13.631815228014046, "S12": -16.098364575856653, "W13": -25.0, "S13": -25.0, "W21": -34.476903294376292, "S21": -37.312205271116945, "W22": -37.709905903432727, "S22": -37.709905903432727, "W31": -70.0, "S31": -72.960025714452698, "W32": -80.77116664656279, "S32": -85.77116664656279 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 505135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -6.2485817431665804, "W13": -20.0, "S13": -20.0, "W21": -38.247732474500445, "S21": -38.247732474500445, "W22": -38.535593964420158, "S22": -46.323329813476697, "W31": -72.057448488350346, "S31": -72.322449891662572, "W32": -90.25541198187517, "S32": -95.25541198187517 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64493719182907117, "S11": -0.64493719182907117, "W12": -9.0286365730078835, "S12": -11.052505919741659, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.135547144175007, "S21": -38.135547144175007, "W22": -41.69503389611279, "S22": -41.69503389611279, "W31": -67.696928872711212, "S31": -75.490580369080973, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102812.0, 510363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1268756218615659, "S11": 2.1268756218615659, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -20.731318494922228, "S13": -22.427438116674217, "W21": -38.218922290072996, "S21": -40.092197271592397, "W22": -40.0, "S22": -44.358504690387626, "W31": -68.380080734497625, "S31": -71.07058402802916, "W32": -87.402433348846486, "S32": -92.402433348846486 }, "geometry": { "type": "Point", "coordinates": [ 102812.294117647063104, 513416.941176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36515250489924989, "S11": 0.36515250489924989, "W12": -10.731271358482955, "S12": -10.731271358482955, "W13": -20.0, "S13": -21.476410330400061, "W21": -33.492906697874119, "S21": -33.492906697874119, "W22": -39.332771477422426, "S22": -43.369822177222822, "W31": -68.710965069399421, "S31": -71.653364307736453, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102812.6, 511602.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61887021112509266, "S11": 0.61887021112509266, "W12": -7.8275399721409809, "S12": -11.443044056486361, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -29.458854571638856, "S21": -29.77274177965435, "W22": -63.297464614883467, "S22": -78.48358522856509, "W31": -90.94607953248736, "S31": -90.94607953248736, "W32": -90.94607953248736, "S32": -95.172614366220742 }, "geometry": { "type": "Point", "coordinates": [ 102812.666666666671517, 506186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0497947214076246, "S11": 3.0497947214076246, "W12": -9.1933979858261843, "S12": -9.1939563417781009, "W13": -20.0, "S13": -20.804357763218039, "W21": -40.924502712477391, "S21": -53.003362394076802, "W22": -59.248057949474713, "S22": -81.92827976093497, "W31": -91.842081828809583, "S31": -91.842081828809583, "W32": -91.869822672240801, "S32": -96.869822672240801 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 500541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1028930817610063, "S11": 3.0990922953914168, "W12": -11.838227717671302, "S12": -11.84764687238243, "W13": -20.0, "S13": -20.096692913385827, "W21": -35.644495258591697, "S21": -60.827092192766628, "W22": -37.558710419354838, "S22": -44.589990644199197, "W31": -76.626536560638698, "S31": -76.74746600432934, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 500599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2740542315740373, "S11": 3.2386083220320221, "W12": -9.2928617363344053, "S12": -9.2928617363344053, "W13": -20.078746696035239, "S13": -20.078746696035239, "W21": -48.211265164644708, "S21": -71.83352793836734, "W22": -34.959685919055644, "S22": -43.284638540660197, "W31": -67.97517772152581, "S31": -67.97517772152581, "W32": -94.935427894822794, "S32": -99.935427894822794 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 500666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0611891268850253, "S11": 3.0611891268850253, "W12": -5.758681539708765, "S12": -8.3222955811783894, "W13": -18.064969841226908, "S13": -22.163492176243658, "W21": -59.999999999999993, "S21": -81.581997977923351, "W22": -62.756596114815885, "S22": -100.62613209351957, "W31": -100.62613209351957, "S31": -100.62613209351957, "W32": -103.36377308045783, "S32": -108.36377308045783 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 501168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4523080546396607, "W12": -8.2178667383623019, "S12": -14.559673024139343, "W13": -20.0, "S13": -22.650169204737733, "W21": -35.253922726408625, "S21": -39.067672481293698, "W22": -37.666588961693549, "S22": -42.340643120012892, "W31": -70.0, "S31": -70.0, "W32": -97.015584591486459, "S32": -102.01558459148646 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 504522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29920659139456818, "S11": 0.29920659139456818, "W12": -15.0, "S12": -18.542490615363516, "W13": -18.542490615363516, "S13": -18.542490615363516, "W21": -30.006680989679428, "S21": -30.400397408246409, "W22": -38.985046158698694, "S22": -43.088442920732348, "W31": -68.54864984368804, "S31": -71.483840486114474, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 506097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38768269207927025, "S11": 0.38768269207927025, "W12": -6.7062656073112779, "S12": -6.7299721875808913, "W13": -20.0, "S13": -20.001315270288142, "W21": -32.680227192641908, "S21": -32.680227192641908, "W22": -42.096521284265627, "S22": -49.422086845874539, "W31": -70.0, "S31": -71.162320764737117, "W32": -90.810553013765229, "S32": -95.810553013765229 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6277635048158938, "S12": -17.574224452184314, "W13": -21.6779343975542, "S13": -21.6779343975542, "W21": -33.665603487927754, "S21": -33.672086666951614, "W22": -49.323074385732745, "S22": -49.332757591744539, "W31": -90.0, "S31": -90.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 507120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9211067216537776, "S11": -0.9211067216537776, "W12": -10.554736206359102, "S12": -13.619851793378274, "W13": -27.13683902795648, "S13": -27.13683902795648, "W21": -39.144336032566265, "S21": -39.144336032566265, "W22": -40.868280180428414, "S22": -40.868280180428414, "W31": -72.866090563793406, "S31": -75.654341787624261, "W32": -94.981081548796226, "S32": -99.981081548796226 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 509537.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51945981931238294, "S11": -0.51945981931238294, "W12": -9.6602600715728482, "S12": -12.824648730785547, "W13": -30.0, "S13": -30.0, "W21": -38.233971285196588, "S21": -38.233971285196588, "W22": -39.576941114272884, "S22": -41.415312190179186, "W31": -70.0, "S31": -71.0, "W32": -90.981415770806706, "S32": -95.981415770806706 }, "geometry": { "type": "Point", "coordinates": [ 102813.0, 510296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97299908776633814, "S11": -0.97299908776633814, "W12": -3.9457867179811048, "S12": -6.8302874467202876, "W13": -17.989983320222095, "S13": -18.258455997221631, "W21": -32.283186546329389, "S21": -37.896099556538871, "W22": -37.835414566532386, "S22": -42.415482856640068, "W31": -70.0, "S31": -70.0, "W32": -97.094107441131314, "S32": -102.09410744113131 }, "geometry": { "type": "Point", "coordinates": [ 102813.25, 505702.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5740733995081784, "S11": 1.8602296981476123, "W12": -5.0, "S12": -5.0, "W13": -14.945862166304304, "S13": -17.945862166304302, "W21": -47.334749862747813, "S21": -62.426129647148045, "W22": -64.836711453945895, "S22": -82.42194761284486, "W31": -99.422177688710747, "S31": -99.422177688710747, "W32": -100.9094452086199, "S32": -105.9094452086199 }, "geometry": { "type": "Point", "coordinates": [ 102813.333333333328483, 502372.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1674106966911229, "S11": 3.1480714084450083, "W12": -10.835241157556409, "S12": -10.835592938726892, "W13": -20.027946402349468, "S13": -20.027946402349468, "W21": -40.419699595607668, "S21": -65.953965613449895, "W22": -38.785466917714544, "S22": -43.079774086409323, "W31": -70.0, "S31": -72.723298318052102, "W32": -90.999764272317037, "S32": -95.999764272317037 }, "geometry": { "type": "Point", "coordinates": [ 102813.666666666671517, 500630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0665395894428151, "S11": 3.0665395894428151, "W12": -9.8938321536905978, "S12": -9.8982199008794289, "W13": -19.999999999999996, "S13": -20.857007874015743, "W21": -42.11525867714473, "S21": -52.147055179529467, "W22": -50.076224208694761, "S22": -50.076224208694761, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 500567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7671786899981559, "S12": -13.64041950510725, "W13": -14.716958207896662, "S13": -18.381878250408835, "W21": -45.654588235294113, "S21": -58.659500347164197, "W22": -54.526049907014212, "S22": -62.516101340386385, "W31": -81.876467689588878, "S31": -81.876467689588878, "W32": -98.692089044455699, "S32": -103.6920890444557 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 501991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29249313396399146, "S11": 0.29249313396399146, "W12": -14.952244508118433, "S12": -18.396405923857344, "W13": -18.396405923857344, "S13": -18.396405923857344, "W21": -30.247583618944876, "S21": -30.649631669751617, "W22": -67.919240812687093, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -109.82433234421366 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 506094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83207774930735912, "S11": -0.83207774930735912, "W12": -10.47515352244389, "S12": -12.425897173585504, "W13": -27.800788881475984, "S13": -27.800788881475984, "W21": -39.502013557145204, "S21": -39.502013557145204, "W22": -40.0, "S22": -40.0, "W31": -70.222004961595687, "S31": -71.222004961595687, "W32": -90.249140670406888, "S32": -95.249140670406888 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 509635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.339633421169228, "S11": 1.339633421169228, "W12": -5.0, "S12": -7.8554920942951032, "W13": -23.758371877890841, "S13": -24.144517654704007, "W21": -33.666906695540185, "S21": -33.666906695540185, "W22": -39.567257265148861, "S22": -39.567257265148861, "W31": -60.0, "S31": -61.477107790821769, "W32": -90.283494384445007, "S32": -95.283494384445007 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 511070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37413949047786549, "S11": 0.37413949047786549, "W12": -10.507718007340246, "S12": -10.601135883480774, "W13": -20.0, "S13": -22.141345645169046, "W21": -33.341925794610354, "S21": -33.341925794610354, "W22": -39.783432191243293, "S22": -39.783432191243293, "W31": -69.677921754298538, "S31": -70.677921754298538, "W32": -90.954368317553659, "S32": -95.954368317553659 }, "geometry": { "type": "Point", "coordinates": [ 102814.0, 511544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0866207447339322, "S11": 3.0866207447339322, "W12": -11.427541031868765, "S12": -11.434704827359818, "W13": -20.0, "S13": -20.440539932508475, "W21": -37.796132308898109, "S21": -48.958793635109785, "W22": -39.09665786145041, "S22": -43.752766593752327, "W31": -70.0, "S31": -71.0, "W32": -91.06352665980026, "S32": -96.06352665980026 }, "geometry": { "type": "Point", "coordinates": [ 102814.428571428565192, 500585.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 3.052178053432506, "S11": 3.052178053432506, "W12": -5.9083130467897789, "S12": -8.6969410228830668, "W13": -18.357366321466525, "S13": -23.06536776925288, "W21": -60.0, "S21": -82.228736043812972, "W22": -37.690895086831397, "S22": -45.212173760716531, "W31": -72.501504513540624, "S31": -73.005187887800332, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102814.428571428565192, 501123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32, "S11": 0.32, "W12": -6.6799998, "S12": -6.6799998, "W13": -15.69, "S13": -15.69, "W21": -32.68, "S21": -32.68, "W22": -33.479690867163932, "S22": -48.187812435148871, "W31": -80.0, "S31": -80.430320332183925, "W32": -95.006849634198659, "S32": -100.00684963419866 }, "geometry": { "type": "Point", "coordinates": [ 102814.8, 506709.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0780320879614047, "S11": 1.0780320879614047, "W12": -9.9832447907023134, "S12": -9.9832447907023134, "W13": -18.628486290080911, "S13": -19.037400004646283, "W21": -47.120377103346215, "S21": -65.359910668817093, "W22": -36.230846153846151, "S22": -38.504738772290409, "W31": -69.036650628123994, "S31": -69.036650628123994, "W32": -95.896325642621022, "S32": -100.89632564262102 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 499725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8912262986648718, "S11": 1.8912262986648718, "W12": -9.6489807889719916, "S12": -9.6489807889719916, "W13": -19.336930025154356, "S13": -19.932440697894634, "W21": -44.25013076147831, "S21": -65.133343367908608, "W22": -37.720295323256551, "S22": -41.865274716669234, "W31": -67.734636617465753, "S31": -70.481655704376934, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 499876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9794407377650471, "S11": 2.4934026964862128, "W12": -6.4422442876636765, "S12": -8.9126131231383212, "W13": -14.87394401225322, "S13": -17.873944012253219, "W21": -45.032846715328468, "S21": -59.05347468862476, "W22": -35.34575, "S22": -38.014221012787324, "W31": -68.10207129981589, "S31": -68.10207129981589, "W32": -95.204912828717625, "S32": -100.20491282871762 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30988709185230401, "S11": 0.30988709185230401, "W12": -9.9999999999999982, "S12": -10.774774774774773, "W13": -17.198369126083509, "S13": -17.198369126083509, "W21": -35.068162301416919, "S21": -38.055565722426181, "W22": -80.134604274985563, "S22": -95.358002789365599, "W31": -95.447756757078139, "S31": -95.447756757078139, "W32": -104.49502835072727, "S32": -109.49502835072727 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4152797704448774, "S11": 1.4152797704448774, "W12": -7.1751546801575694, "S12": -12.62307504986987, "W13": -17.79125, "S13": -19.140960817893223, "W21": -35.907285044587738, "S21": -36.761679841903835, "W22": -60.0, "S22": -101.89320388349515, "W31": -101.89320388349515, "S31": -101.89320388349515, "W32": -103.78720026735735, "S32": -108.78720026735735 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1377747252746877, "S11": 2.1377747252746877, "W12": -8.4001641137850172, "S12": -11.337310435531185, "W13": -20.708196721311474, "S13": -21.034050379848058, "W21": -35.664889676745005, "S21": -36.202079074161063, "W22": -68.086888522026243, "S22": -82.553862545715702, "W31": -90.254317931516567, "S31": -90.254317931516567, "W32": -90.254317931516567, "S32": -94.56948218517249 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2725852478839177, "S11": 2.2725852478839177, "W12": -10.452473464746019, "S12": -12.500092512365066, "W13": -20.0, "S13": -20.044264976958527, "W21": -31.414102351772108, "S21": -31.414102351772108, "W22": -62.252978914505924, "S22": -83.989344019249842, "W31": -92.11743381751991, "S31": -92.11743381751991, "W32": -92.793440413050149, "S32": -97.793440413050149 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.8, "S12": -17.0, "W13": -19.0, "S13": -19.0, "W21": -32.900002, "S21": -32.900002, "W22": -35.287501948688714, "S22": -39.279999712104484, "W31": -80.168850733701859, "S31": -80.948332248873058, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6375955524668393, "S11": 0.6375955524668393, "W12": -11.763450144163718, "S12": -11.763450144163718, "W13": -17.371634954186973, "S13": -17.379183473500699, "W21": -33.449689829301384, "S21": -33.449689829301384, "W22": -39.016188886088713, "S22": -42.866609121514067, "W31": -70.0, "S31": -70.676576760511381, "W32": -97.478484490667142, "S32": -102.47848449066714 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1566876189527573, "S11": 3.1566876189527573, "W12": -10.89174092788317, "S12": -10.891893327010765, "W13": -20.020674952800476, "S13": -20.020674952800476, "W21": -39.633424114875666, "S21": -64.96667055213743, "W22": -80.204391565099627, "S22": -98.707052503801862, "W31": -98.707052503801862, "S31": -98.707052503801862, "W32": -105.90160484600558, "S32": -110.90160484600558 }, "geometry": { "type": "Point", "coordinates": [ 102815.857142857144936, 500630.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0454834881072639, "S11": 3.0454834881072639, "W12": -6.3943506201866489, "S12": -8.7626513484925983, "W13": -18.709758943363312, "S13": -23.709758943363312, "W21": -60.0, "S21": -82.803167400444764, "W22": -46.927361190192265, "S22": -46.934718089481301, "W31": -85.286978221415609, "S31": -85.286978221415609, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102815.857142857144936, 501078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6425498105835246, "S12": -13.716589090505156, "W13": -19.788289864743739, "S13": -24.232537906713237, "W21": -40.028065124028437, "S21": -46.222100261461136, "W22": -46.268361957732509, "S22": -50.620806905129982, "W31": -68.922529975391285, "S31": -73.411891677518938, "W32": -82.792329129013027, "S32": -87.792329129013027 }, "geometry": { "type": "Point", "coordinates": [ 102816.0, 503754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26976029281596137, "S11": -3.3504388536989747, "W12": -11.830291918922679, "S12": -14.213977406520101, "W13": -23.214711846044608, "S13": -23.214711846044608, "W21": -34.326275330916168, "S21": -39.326275330916168, "W22": -77.814085249357674, "S22": -91.846769390611271, "W31": -96.048176035640779, "S31": -96.048176035640779, "W32": -103.35327438819068, "S32": -108.35327438819068 }, "geometry": { "type": "Point", "coordinates": [ 102816.0, 504985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39724565697860054, "S11": 0.39724565697860054, "W12": -8.5546184431899341, "S12": -8.5546184431899341, "W13": -19.291708051166292, "S13": -19.294699732613839, "W21": -32.962149623658796, "S21": -32.962149623658796, "W22": -77.508292010288756, "S22": -91.032135358753337, "W31": -91.032135358753337, "S31": -91.032135358753337, "W32": -91.032135358753337, "S32": -93.788998186286051 }, "geometry": { "type": "Point", "coordinates": [ 102816.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38568169395666491, "S11": 0.38568169395666491, "W12": -8.6592224984817676, "S12": -8.6592224984817676, "W13": -19.240865312264862, "S13": -19.244103914148564, "W21": -32.977244556786736, "S21": -32.977244556786736, "W22": -50.0, "S22": -57.05190003743914, "W31": -79.411913567787948, "S31": -79.411913567787948, "W32": -98.607384116699649, "S32": -103.60738411669965 }, "geometry": { "type": "Point", "coordinates": [ 102816.5, 506724.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3125870548584739, "S11": 2.3125870548584739, "W12": -8.8522095357390427, "S12": -8.8522095357390427, "W13": -20.444736842105428, "S13": -20.444736842105428, "W21": -38.820805200548754, "S21": -38.820805200548754, "W22": -34.821162417878469, "S22": -39.871865459424896, "W31": -80.192908915624898, "S31": -80.785592951749905, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102816.666666666671517, 508275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35695673841015019, "S11": 0.35695673841015019, "W12": -10.822311304382874, "S12": -10.822311304382874, "W13": -20.0, "S13": -21.334343288606743, "W21": -33.519731804318653, "S21": -33.624355380868629, "W22": -32.635681148283034, "S22": -42.659729845925511, "W31": -80.062274795888982, "S31": -80.235994063030532, "W32": -95.000688455033043, "S32": -100.00068845503304 }, "geometry": { "type": "Point", "coordinates": [ 102817.0, 511627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2772669602701821, "S11": 3.2772669602701821, "W12": -9.0464859898952863, "S12": -9.0464859898952863, "W13": -20.0758901825047, "S13": -20.0758901825047, "W21": -48.440257489473908, "S21": -71.207462911790543, "W22": -39.665586418793282, "S22": -39.665586418793282, "W31": -60.0, "S31": -60.078883364542435, "W32": -90.252061650234879, "S32": -95.252061650234879 }, "geometry": { "type": "Point", "coordinates": [ 102817.285714285710128, 500674.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0812645131961878, "S11": 3.0812645131961878, "W12": -6.8803881935834994, "S12": -8.8283616741021405, "W13": -19.062151565260137, "S13": -23.722117172859235, "W21": -59.524205931423737, "S21": -82.861275680858796, "W22": -64.746067341621867, "S22": -76.135311899880506, "W31": -96.724674432466827, "S31": -96.724674432466827, "W32": -101.12814147253867, "S32": -106.12814147253867 }, "geometry": { "type": "Point", "coordinates": [ 102817.285714285710128, 501033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74823532747377375, "S11": 0.74823532747377375, "W12": -8.9266731553802767, "S12": -9.1875772299364176, "W13": -16.391780901090243, "S13": -17.147229570863278, "W21": -30.0, "S21": -30.000746757500327, "W22": -70.0, "S22": -82.50320102432778, "W31": -96.405370727715422, "S31": -96.405370727715422, "W32": -101.96317088515706, "S32": -106.96317088515706 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 497438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9364967154273902, "S12": -13.75044755499731, "W13": -19.630056194316129, "S13": -26.061579162009266, "W21": -51.316401392735926, "S21": -71.625420069013771, "W22": -62.802239434248193, "S22": -69.698621418004038, "W31": -101.00251096969835, "S31": -101.00251096969835, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 503080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37104358828355022, "S11": -0.37104358828355022, "W12": -11.767741935483871, "S12": -15.211886773696506, "W13": -22.259786476868328, "S13": -23.593208568215989, "W21": -33.659347550438724, "S21": -33.731074856655816, "W22": -65.347719378934912, "S22": -81.485895794324335, "W31": -99.041810894516303, "S31": -99.041810894516303, "W32": -100.80536451169189, "S32": -105.80536451169189 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 505370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43357456626078678, "S11": -0.43357456626078678, "W12": -10.0, "S12": -13.601502311248074, "W13": -21.450068098941173, "S13": -23.099541816126813, "W21": -33.285790779818484, "S21": -34.687398684991088, "W22": -77.138902868646198, "S22": -84.29428248125754, "W31": -93.419257890613125, "S31": -93.419257890613125, "W32": -98.369125683060105, "S32": -103.3691256830601 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 505408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4103470880485784, "S11": 2.4103470880485784, "W12": -9.3313658873659939, "S12": -15.79660436756002, "W13": -20.606885245901637, "S13": -20.92796683982953, "W21": -35.721362094453333, "S21": -36.140334973853214, "W22": -68.979957977843185, "S22": -85.640126006674549, "W31": -94.065018528674059, "S31": -94.065018528674059, "W32": -95.989722735928851, "S32": -100.98972273592885 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 506399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2818923821039903, "S11": 2.2818923821039903, "W12": -9.2397291196388256, "S12": -18.613554411344907, "W13": -20.0, "S13": -20.06561059907834, "W21": -34.686924478304071, "S21": -34.686924478304071, "W22": -70.398054910232958, "S22": -86.521166586076532, "W31": -94.906128789475886, "S31": -94.906128789475886, "W32": -98.262496475478144, "S32": -103.26249647547814 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7006767152414208, "S11": 1.7006767152414208, "W12": -5.7133017717058632, "S12": -15.746549629605996, "W13": -17.784175627240213, "S13": -17.95579924347637, "W21": -35.951577959846638, "S21": -35.951577959846638, "W22": -41.313714087915912, "S22": -50.600740377810439, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 506698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.192344894293216, "S12": -21.248375596047602, "W13": -21.248375596047602, "S13": -21.248375596047602, "W21": -37.392414592478758, "S21": -37.392414592478758, "W22": -44.896734648965264, "S22": -49.340949726366475, "W31": -68.778983655044541, "S31": -73.773720101393891, "W32": -83.4615570482772, "S32": -88.4615570482772 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 507981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0986541912330168, "S12": -6.3750853413103759, "W13": -20.0, "S13": -20.0, "W21": -38.12560297554429, "S21": -38.12560297554429, "W22": -60.0, "S22": -84.718120805369125, "W31": -94.471826694945349, "S31": -94.471826694945349, "W32": -96.412883625260051, "S32": -101.41288362526005 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5246069979961892, "S12": -8.2120691421512468, "W13": -25.266065123861509, "S13": -25.266065123861509, "W21": -41.468003249867841, "S21": -41.468003249867841, "W22": -42.001080678077741, "S22": -51.240398413100365, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77564421402243722, "S11": 0.77564421402243722, "W12": -8.4698992676892697, "S12": -8.4698992676892697, "W13": -16.425293201478663, "S13": -16.955011266368857, "W21": -31.005530526838715, "S21": -31.005530526838715, "W22": -36.478249726998492, "S22": -37.452289115512471, "W31": -80.108028027899209, "S31": -80.683010003385874, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.714285714289872, 497571.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3978463015876987, "S11": 3.3978463015876987, "W12": -8.4661238396307485, "S12": -8.4661238396307485, "W13": -20.131105412208957, "S13": -20.131105412208957, "W21": -50.262438295838997, "S21": -66.613054988448638, "W22": -35.626389206656349, "S22": -38.778847545728098, "W31": -80.153064291329414, "S31": -81.09790218360412, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102818.714285714289872, 500719.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1275984853213146, "S11": 3.1275984853213146, "W12": -7.3664257669803703, "S12": -8.8940719997116719, "W13": -19.414544187156928, "S13": -23.323199608054281, "W21": -58.04871100982772, "S21": -81.733967077828368, "W22": -44.022663185928799, "S22": -48.330048524582914, "W31": -69.081565336383335, "S31": -73.024384485319501, "W32": -82.016704521657871, "S32": -87.016704521657871 }, "geometry": { "type": "Point", "coordinates": [ 102818.714285714289872, 500988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0477157360406091, "S12": -5.9473208176412182, "W13": -14.999999999999998, "S13": -15.379589601856438, "W21": -42.723187863121915, "S21": -47.548323441378948, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.121324200687909, "S32": -88.121324200687909 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 498852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7251598392441654, "S11": 2.7251598392441654, "W12": -8.6032879665813233, "S12": -8.6032879665813233, "W13": -19.610297883174511, "S13": -20.792020203033914, "W21": -40.0, "S21": -67.599471830985919, "W22": -80.272102921261364, "S22": -96.596939439577653, "W31": -96.596939439577653, "S31": -96.596939439577653, "W32": -104.84561180047662, "S32": -109.84561180047662 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 500106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4016815201966581, "S11": 3.4002704181437338, "W12": -8.4818960309097289, "S12": -8.4818960309097289, "W13": -20.132771809410126, "S13": -20.132771809410126, "W21": -50.0, "S21": -65.518860016764464, "W22": -81.417014484420079, "S22": -92.113237612568639, "W31": -92.113237612568639, "S31": -92.113237612568639, "W32": -92.113237612568639, "S32": -95.462483829236746 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86892361111161653, "S11": 0.86892361111161653, "W12": -9.6756974924822483, "S12": -13.834089418496946, "W13": -19.77432757586044, "S13": -24.85659725359309, "W21": -50.61062871387891, "S21": -70.706057940615409, "W22": -81.179672241664775, "S22": -92.089522088151824, "W31": -92.089522088151824, "S31": -92.089522088151824, "W32": -92.089522088151824, "S32": -95.349288486416555 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 503014.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7499931839869127, "S11": 2.7499931839869127, "W12": -6.7651653839803005, "S12": -7.7226065682256086, "W13": -20.0, "S13": -23.457515931755147, "W21": -36.189615461578335, "S21": -38.881517612569269, "W22": -43.163048788364193, "S22": -51.639299805741288, "W31": -70.0, "S31": -70.749123738714815, "W32": -90.788827280348315, "S32": -95.788827280348315 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 504147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7684533912689252, "S11": 0.7684533912689252, "W12": -6.1911708427785586, "S12": -11.191170842778558, "W13": -17.971347779443818, "S13": -17.971347779443818, "W21": -36.205159390605466, "S21": -40.173665921411278, "W22": -40.210428802310659, "S22": -42.143361919518256, "W31": -70.0, "S31": -70.0, "W32": -96.559030555449738, "S32": -101.55903055544974 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.399839561468012, "S12": -21.884947315459563, "W13": -21.884947315459563, "S13": -21.884947315459563, "W21": -34.130455540524792, "S21": -34.136003891043913, "W22": -34.725144582269486, "S22": -47.52268412532748, "W31": -67.568074285240215, "S31": -67.568074285240215, "W32": -94.58476523237448, "S32": -99.58476523237448 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 507721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.618360852998197, "S12": -22.107227467160151, "W13": -22.107227467160151, "S13": -22.107227467160151, "W21": -34.237947884599059, "S21": -34.243957593680946, "W22": -80.229928419423487, "S22": -100.24345586080457, "W31": -100.24345586080457, "S31": -100.24345586080457, "W32": -106.05536107869831, "S32": -111.05536107869831 }, "geometry": { "type": "Point", "coordinates": [ 102819.0, 507742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.118520418851725, "S12": -11.118520418851725, "W13": -20.597810834993588, "S13": -20.597810834993588, "W21": -41.346242581676862, "S21": -41.346242581676862, "W22": -65.0, "S22": -100.98914164059806, "W31": -100.98914164059806, "S31": -100.98914164059806, "W32": -103.47940512991896, "S32": -108.47940512991896 }, "geometry": { "type": "Point", "coordinates": [ 102819.442622950824443, 514237.983606557361782 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3836993913733791, "W12": -7.7187343338153926, "S12": -13.646070812540527, "W13": -14.711450840142751, "S13": -18.235784115804531, "W21": -46.018823529411755, "S21": -58.986463836764209, "W22": -70.0, "S22": -90.641086749285037, "W31": -96.612808295964129, "S31": -96.612808295964129, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 501994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6718354782622047, "S12": -13.730056801189409, "W13": -19.789009627716915, "S13": -24.30007579328548, "W21": -40.146634207099581, "S21": -46.449411197748489, "W22": -82.482640258817966, "S22": -92.117056746646057, "W31": -92.117056746646057, "S31": -92.117056746646057, "W32": -92.117056746646057, "S32": -96.018758085381634 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 503752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3529523088569082, "S11": 2.3529523088569082, "W12": -8.5485760048052377, "S12": -10.716724751773718, "W13": -20.60855427713857, "S13": -21.006765659252391, "W21": -35.556569718614568, "S21": -36.146881221124985, "W22": -40.0, "S22": -40.0, "W31": -71.527944447515566, "S31": -73.330581018077027, "W32": -90.379451963112061, "S32": -95.379451963112061 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.08, "S11": 2.08, "W12": -4.8200002, "S12": -17.2200002, "W13": -17.23, "S13": -17.24, "W21": -37.02, "S21": -37.02, "W22": -33.749936718780134, "S22": -39.078161273683989, "W31": -80.157479639916247, "S31": -80.592149252027227, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56552300908204389, "S11": 0.56552300908204389, "W12": -7.0505331788170977, "S12": -7.0505331788170977, "W13": -18.086755168015451, "S13": -18.086755168015451, "W21": -30.782281487469199, "S21": -30.782281487469199, "W22": -38.454120379811066, "S22": -42.757975968616762, "W31": -68.1151004750499, "S31": -71.099051739297252, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4644213731802296, "S11": 2.4644213731802296, "W12": -10.0, "S12": -15.876183491904202, "W13": -20.90493406895153, "S13": -20.90493406895153, "W21": -40.0, "S21": -40.0, "W22": -37.875896656819066, "S22": -37.875896656819066, "W31": -70.0, "S31": -72.729296943486645, "W32": -81.230988124088469, "S32": -86.230988124088469 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 508136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3683584325779981, "S11": 3.3683584325779981, "W12": -8.5164902403532476, "S12": -8.5164902403532476, "W13": -20.100765301047289, "S13": -20.164314787308388, "W21": -50.553922647642018, "S21": -64.427231233439699, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.142857142855064, 500763.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1739324574464667, "S11": 3.1739324574464667, "W12": -7.8524633403772217, "S12": -8.9597823253212141, "W13": -19.66127625961261, "S13": -22.818621493808369, "W21": -56.561613859719515, "S21": -80.190010490432329, "W22": -42.484829873831444, "S22": -51.446357727694775, "W31": -70.0, "S31": -70.013282387190685, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102820.142857142855064, 500943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47388505089296695, "S11": 0.47388505089296695, "W12": -13.45604996895173, "S12": -14.832328609471011, "W13": -17.480112517672094, "S13": -17.480112517672094, "W21": -33.25367146819751, "S21": -33.25367146819751, "W22": -37.471280276816614, "S22": -46.26430370671406, "W31": -80.0, "S31": -80.550070015439303, "W32": -90.704697986577173, "S32": -95.704697986577173 }, "geometry": { "type": "Point", "coordinates": [ 102820.571428571434808, 506772.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17620093130986564, "S11": 0.17620093130986564, "W12": -10.226277372262775, "S12": -10.245693116420217, "W13": -16.069930708584302, "S13": -16.292984822742937, "W21": -52.047531992687389, "S21": -53.632974025356106, "W22": -40.300470693246048, "S22": -44.817863726675292, "W31": -68.369115078817416, "S31": -71.441029804213571, "W32": -87.34276311415465, "S32": -92.34276311415465 }, "geometry": { "type": "Point", "coordinates": [ 102821.0, 499304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5, "S11": 1.5, "W12": -9.5837925490379412, "S12": -13.901445558411204, "W13": -19.824459194413919, "S13": -24.378686207298088, "W21": -50.357446537136312, "S21": -70.357446537136312, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.061130303300232, "W32": -83.582238292618413, "S32": -88.582238292618413 }, "geometry": { "type": "Point", "coordinates": [ 102821.0, 502991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24000610314311868, "S11": 0.24000610314311868, "W12": -15.0, "S12": -15.0, "W13": -15.0, "S13": -18.359155047593084, "W21": -30.489601886785671, "S21": -30.934210726946976, "W22": -59.677739121203395, "S22": -78.090201035691351, "W31": -91.431858386703311, "S31": -91.431858386703311, "W32": -91.431858386703311, "S32": -96.23278752445654 }, "geometry": { "type": "Point", "coordinates": [ 102821.0, 506091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3174794171373594, "S11": 3.3174794171373594, "W12": -8.5668566410758835, "S12": -8.5668566410758835, "W13": -20.051773528868409, "S13": -20.948044008891276, "W21": -52.070671103572778, "S21": -64.501577331516231, "W22": -38.688441379354138, "S22": -38.688441379354138, "W31": -70.0, "S31": -70.0, "W32": -83.136521034807103, "S32": -88.136521034807103 }, "geometry": { "type": "Point", "coordinates": [ 102821.571428571434808, 500808.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2202664295715939, "S11": 3.2202664295715939, "W12": -8.3385009137740926, "S12": -9.0175732535051818, "W13": -19.835957321741795, "S13": -22.24199236923581, "W21": -55.074516709611522, "S21": -78.64605390303629, "W22": -71.721187720181177, "S22": -71.721187720181177, "W31": -94.90049466163039, "S31": -94.90049466163039, "W32": -99.069945355191251, "S32": -104.06994535519125 }, "geometry": { "type": "Point", "coordinates": [ 102821.571428571434808, 500898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44, "S11": 0.44, "W12": -12.56, "S12": -12.56, "W13": -16.57, "S13": -16.58, "W21": -33.560001, "S21": -33.560001, "W22": -40.450902369628125, "S22": -50.000000000000007, "W31": -70.650975256737198, "S31": -70.650975256737198, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102821.9, 506752.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1548224335338637, "S11": 2.1548224335338637, "W12": -4.903961960180995, "S12": -17.312070068289103, "W13": -17.469583826854741, "S13": -17.477376752034445, "W21": -36.406336815072699, "S21": -36.406336815072699, "W22": -38.849857224331188, "S22": -46.538536469614208, "W31": -72.226787632106536, "S31": -72.226787632106536, "W32": -91.868602114448734, "S32": -96.868602114448734 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7523355327627881, "S12": -7.7523355327627881, "W13": -20.0, "S13": -20.0, "W21": -38.146539461079634, "S21": -38.146539461079634, "W22": -34.88931281618887, "S22": -42.055621512756566, "W31": -67.686670387152759, "S31": -67.686670387152759, "W32": -94.765719418585661, "S32": -99.765719418585661 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 508365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.461574059558714, "S21": -38.461574059558714, "W22": -60.0, "S22": -108.64271457085829, "W31": -108.64271457085829, "S31": -108.64271457085829, "W32": -108.64271457085829, "S32": -111.23298758918399 }, "geometry": { "type": "Point", "coordinates": [ 102822.0, 510137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31876854778386909, "S11": 0.31876854778386909, "W12": -12.012828668362733, "S12": -12.012828668362733, "W13": -16.554874638852048, "S13": -18.232629316606456, "W21": -53.452598589709915, "S21": -56.804742158996532, "W22": -52.204180198184694, "S22": -62.204180198184694, "W31": -80.399292146146408, "S31": -80.399292146146408, "W32": -98.693105132135159, "S32": -103.69310513213516 }, "geometry": { "type": "Point", "coordinates": [ 102822.333333333328483, 499383.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2666004016967456, "S11": 3.2666004016967456, "W12": -8.6172230417983826, "S12": -8.8111368578801237, "W13": -20.002781756689547, "S13": -21.657506617481964, "W21": -53.58741955950331, "S21": -73.826872239092822, "W22": -37.672497164818552, "S22": -42.350147721156198, "W31": -70.0, "S31": -70.0, "W32": -96.856246746155705, "S32": -101.8562467461557 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 500853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.121405154357527, "S11": 1.6699343007209992, "W12": -5.5461116889700275, "S12": -5.5461116889700275, "W13": -15.0, "S13": -18.0, "W21": -47.93255191335976, "S21": -64.690090460591193, "W22": -40.0, "S22": -44.1806478027477, "W31": -68.150238032284221, "S31": -68.218444830515125, "W32": -91.157662624035282, "S32": -96.157662624035282 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 502556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090814295193857086, "S11": 0.090814295193857086, "W12": -10.268151396261228, "S12": -13.473141837608168, "W13": -19.49632124759399, "S13": -28.51821469747459, "W21": -51.928322992124677, "S21": -71.928322992124677, "W22": -39.275213944800804, "S22": -39.275213944800804, "W31": -70.0, "S31": -70.0, "W32": -83.48940269749518, "S32": -88.48940269749518 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 503228.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24951761336252198, "S11": -0.24951761336252198, "W12": -15.0, "S12": -17.427789669935198, "W13": -23.745178191029993, "S13": -24.49127805945929, "W21": -34.212178204795343, "S21": -35.241898871068926, "W22": -58.691970802919712, "S22": -58.691970802919712, "W31": -70.0, "S31": -70.0, "W32": -83.918128310374669, "S32": -88.918128310374669 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 505298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4881642892436764, "S11": 2.4881642892436764, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.0, "W21": -38.171546929913504, "S21": -38.171546929913504, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.184652319596523, "S32": -88.184652319596523 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7301243817282526, "S12": -10.455354275657289, "W13": -23.202530288409992, "S13": -23.366455048124596, "W21": -32.809653075398941, "S21": -32.809653075398941, "W22": -47.561089124649044, "S22": -47.569094872144674, "W31": -86.218295579305973, "S31": -86.218295579305973, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 511220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.710227664441209, "S13": -22.065236433091815, "W21": -38.982546074074911, "S21": -39.815389932355842, "W22": -85.447139418626179, "S22": -91.643059064596699, "W31": -91.643059064596699, "S31": -91.643059064596699, "W32": -92.815329883570499, "S32": -97.815329883570499 }, "geometry": { "type": "Point", "coordinates": [ 102823.0, 513641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7504097863639569, "S11": 2.7504097863639569, "W12": -8.6430400215604362, "S12": -8.6430400215604362, "W13": -19.675160689605004, "S13": -20.770453576634292, "W21": -40.0, "S21": -70.0, "W22": -36.619716297134239, "S22": -36.809772763185748, "W31": -80.094390233889158, "S31": -80.437937458114106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 500159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0476380153738645, "S11": 3.0476380153738645, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -20.703286098836912, "W21": -40.0, "S21": -50.338763420955203, "W22": -71.76368618240582, "S22": -72.201468313399118, "W31": -94.837720580497034, "S31": -94.837720580497034, "W32": -99.032058287796218, "S32": -104.03205828779622 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 500547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -38.046509585744111, "S21": -38.046509585744111, "W22": -70.248341506704321, "S22": -90.248341506704321, "W31": -95.711987060333925, "S31": -95.711987060333925, "W32": -98.175825321990104, "S32": -103.1758253219901 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 508416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0362447350919972, "S11": 1.0362447350919972, "W12": -5.3952665253970782, "S12": -9.4921735351563647, "W13": -30.0, "S13": -30.028647437692523, "W21": -36.352961828746096, "S21": -36.352961828746096, "W22": -42.240872730677097, "S22": -51.107453363720772, "W31": -70.0, "S31": -70.125909752547301, "W32": -90.1076517967782, "S32": -95.1076517967782 }, "geometry": { "type": "Point", "coordinates": [ 102824.0, 510586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3141043299518309, "S11": 1.3141043299518309, "W12": -7.3440764905514886, "S12": -7.3440764905514886, "W13": -20.352854199941241, "S13": -20.352854199941241, "W21": -43.771402773275284, "S21": -43.771402773275284, "W22": -37.644008158343674, "S22": -44.546342197566574, "W31": -80.0, "S31": -80.1593659114574, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102824.076923076921958, 515660.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4987183279108745, "W12": -5.0, "S12": -5.9501038841572695, "W13": -15.0, "S13": -15.43403123614841, "W21": -42.150406454963829, "S21": -49.126506845933683, "W22": -36.597082913306451, "S22": -40.020666546733146, "W31": -69.682408876756398, "S31": -69.682408876756398, "W32": -96.027114310989205, "S32": -101.02711431098921 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 498830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4970352960029913, "S11": 2.4970352960029913, "W12": -9.5839931287577098, "S12": -9.5839931287577098, "W13": -19.436231541427222, "S13": -20.170461485334162, "W21": -41.637325066656466, "S21": -61.401256650167142, "W22": -45.938607049372521, "S22": -50.413238452773939, "W31": -68.934310372501812, "S31": -73.444948670374146, "W32": -82.670790444433706, "S32": -87.670790444433706 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3575154617326302, "S11": 3.3575154617326302, "W12": -8.562527572883738, "S12": -8.562527572883738, "W13": -20.092093902317714, "S13": -20.092093902317714, "W21": -50.70062539653766, "S21": -63.539686586814277, "W22": -37.769483314455414, "S22": -44.008773051947259, "W31": -75.963164905976015, "S31": -76.154640058621879, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 500766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0351973873787341, "S11": 3.0351973873787341, "W12": -5.8904463729481478, "S12": -8.6851490085665546, "W13": -18.30119883560328, "S13": -22.662946187199125, "W21": -60.0, "S21": -82.196697548370835, "W22": -40.0, "S22": -48.938053097345133, "W31": -65.673382268728204, "S31": -66.5251731291646, "W32": -90.774558697071555, "S32": -95.774558697071555 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24207538901304942, "S11": -3.5808264602045892, "W12": -11.929831575473719, "S12": -14.183116285918699, "W13": -23.390832363426078, "S13": -23.390832363426078, "W21": -34.356645260267527, "S21": -39.356645260267527, "W22": -41.948573446867478, "S22": -50.86308770152781, "W31": -70.199531325384243, "S31": -70.369837002240132, "W32": -90.019361833952914, "S32": -95.019361833952914 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78415438930002035, "S11": 0.78415438930002035, "W12": -5.8337913639272676, "S12": -10.008288008222568, "W13": -17.663023991691379, "S13": -17.663023991691379, "W21": -37.869409765386017, "S21": -41.188373557013215, "W22": -39.999999999999993, "S22": -43.135844344871856, "W31": -67.970343100922236, "S31": -69.230201985132354, "W32": -94.337003542169057, "S32": -99.337003542169057 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 505827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63622119855639392, "S11": -0.63622119855639392, "W12": -8.5029868500353825, "S12": -11.807738385582823, "W13": -29.290918734173331, "S13": -29.290918734173331, "W21": -38.016860592927451, "S21": -38.016860592927451, "W22": -42.08518060101153, "S22": -46.816857677765455, "W31": -68.502445059394049, "S31": -72.627908844835829, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 510435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45473161878913726, "S11": 0.45473161878913726, "W12": -9.1458303025894665, "S12": -11.229159239313464, "W13": -22.696203674132498, "S13": -24.395210781772189, "W21": -32.707642354028756, "S21": -32.707642354028756, "W22": -34.708889620299672, "S22": -47.094193907989848, "W31": -69.593350676189573, "S31": -72.132391941324244, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.0, 511298.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32, "S11": 0.32, "W12": -14.68, "S12": -17.68, "W13": -17.690001, "S13": -17.690001, "W21": -32.68, "S21": -32.68, "W22": -44.141751668522453, "S22": -53.433697173852522, "W31": -70.0, "S31": -70.41710037174721, "W32": -90.777242207971085, "S32": -95.777242207971085 }, "geometry": { "type": "Point", "coordinates": [ 102825.8, 506794.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54, "S11": 0.54, "W12": -1.56, "S12": -1.56, "W13": -17.67, "S13": -20.16, "W21": -29.76, "S21": -29.76, "W22": -40.0, "S22": -48.025858807789078, "W31": -71.930422253566761, "S31": -71.930422253566761, "W32": -91.728295819935681, "S32": -96.728295819935681 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0759153065725631, "S11": 2.0759153065725631, "W12": -11.315320542817032, "S12": -22.626088782238526, "W13": -22.626088782238526, "S13": -22.626088782238526, "W21": -34.497258635033063, "S21": -34.505069485109246, "W22": -47.137218857415306, "S22": -47.147218857415304, "W31": -80.655663084906337, "S31": -80.655663084906337, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 507818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8945852668889769, "S11": 1.8945852668889769, "W12": -5.0, "S12": -7.7450536041140072, "W13": -25.339805825242717, "S13": -26.339805825242717, "W21": -34.510487573018466, "S21": -34.510487573018466, "W22": -45.899642368342555, "S22": -50.456165702415866, "W31": -68.825996165735617, "S31": -73.737565314671784, "W32": -83.169268190531412, "S32": -88.169268190531412 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 510948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8165823286617071, "S11": 1.8165823286617071, "W12": -5.0, "S12": -8.0, "W13": -25.187773391656886, "S13": -26.131886251125145, "W21": -34.448067343888667, "S21": -34.448067343888667, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 510963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55891187197241687, "S11": 0.55891187197241687, "W12": -7.3749216102877604, "S12": -7.3749216102877604, "W13": -20.268307852522312, "S13": -20.268307852522312, "W21": -42.224891383309718, "S21": -42.224891383309718, "W22": -67.251716048310016, "S22": -81.829699008521573, "W31": -90.258249682207378, "S31": -90.258249682207378, "W32": -90.258249682207378, "S32": -94.692471507935139 }, "geometry": { "type": "Point", "coordinates": [ 102826.590909090911737, 516160.95454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35617776919926603, "S11": 0.35617776919926603, "W12": -12.267149067006224, "S12": -12.267149067006224, "W13": -16.638653836736808, "S13": -18.522229720312964, "W21": -53.567511099503982, "S21": -61.024839115461624, "W22": -68.859999461356409, "S22": -85.0, "W31": -94.046247754238749, "S31": -94.046247754238749, "W32": -96.11600543351318, "S32": -101.11600543351318 }, "geometry": { "type": "Point", "coordinates": [ 102826.666666666671517, 499397.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.0533596837944659, "W12": -10.076551195779228, "S12": -13.159206945887227, "W13": -21.534686079451873, "S13": -22.548489790678236, "W21": -34.310115812693972, "S21": -39.128492277421273, "W22": -36.694526699819349, "S22": -40.310420794878461, "W31": -69.81445337412849, "S31": -69.81445337412849, "W32": -96.043219517563358, "S32": -101.04321951756336 }, "geometry": { "type": "Point", "coordinates": [ 102827.0, 504844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0571493280988467, "S11": 1.0571493280988467, "W12": -10.064875319094359, "S12": -13.216894122084351, "W13": -20.134503734797985, "S13": -20.134503734797985, "W21": -34.376079451741703, "S21": -34.376079451741703, "W22": -47.998126481562224, "S22": -48.006575781470133, "W31": -87.112355882453173, "S31": -87.112355882453173, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102827.0, 507062.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59200633271720804, "S11": -0.59200633271720804, "W12": -10.0, "S12": -13.0, "W13": -29.190643863179016, "S13": -29.190643863179016, "W21": -38.970445675332392, "S21": -38.970445675332392, "W22": -47.925525750929928, "S22": -47.925525750929928, "W31": -78.181345433314661, "S31": -78.181345433314661, "W32": -98.435172642500433, "S32": -103.43517264250043 }, "geometry": { "type": "Point", "coordinates": [ 102827.0, 509852.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.712097678771299, "S12": -10.712097678771299, "W13": -20.602634284273918, "S13": -20.602634284273918, "W21": -41.459039808141767, "S21": -41.459039808141767, "W22": -46.57, "S22": -51.116867808779197, "W31": -68.8828693051192, "S31": -73.60042249660853, "W32": -82.890405773288805, "S32": -87.890405773288805 }, "geometry": { "type": "Point", "coordinates": [ 102827.204918032788555, 514287.34426229505334 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2781282761055976, "S11": 3.2781282761055976, "W12": -8.5363344051446948, "S12": -8.5363344051446948, "W13": -20.06537885462555, "S13": -20.06537885462555, "W21": -48.488908145580595, "S21": -65.278645317044919, "W22": -87.264106459894165, "S22": -89.325939855124062, "W31": -89.325939855124062, "S31": -89.325939855124062, "W32": -94.662514135117718, "S32": -99.662514135117718 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 500694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20247177296307595, "S11": 0.20247177296307595, "W12": -13.476599808978031, "S12": -15.10808724703735, "W13": -16.680608171703454, "S13": -16.680608171703454, "W21": -34.275934481310529, "S21": -36.62413861748157, "W22": -42.549728185316525, "S22": -44.795886784320253, "W31": -69.452277276029577, "S31": -72.724384937528342, "W32": -98.810633886816746, "S32": -103.81063388681675 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 506039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3523006770761352, "S12": -19.524386482187396, "W13": -20.723229697142177, "S13": -20.723229697142177, "W21": -34.900405617017071, "S21": -34.903232910520174, "W22": -35.722918647832813, "S22": -38.417795386574035, "W31": -80.148530420626884, "S31": -81.118601838188411, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 507904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4945972087881714, "S12": -19.788429445630278, "W13": -20.697414966832849, "S13": -20.697414966832849, "W21": -35.160086443855583, "S21": -35.161263721034821, "W22": -39.564174330393215, "S22": -39.564174330393215, "W31": -67.40995045317689, "S31": -71.217049280139989, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 507923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -21.043146929824562, "W13": -21.043146929824562, "S13": -21.043146929824562, "W21": -38.164799699616651, "S21": -38.164799699616651, "W22": -45.945123475156002, "S22": -50.527775475567502, "W31": -68.824687232723335, "S31": -73.753543615702057, "W32": -83.162381803830598, "S32": -88.162381803830598 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1750714226897072, "S11": 2.1750714226897072, "W12": -8.7316553451847572, "S12": -8.7316553451847572, "W13": -21.071052631578947, "S13": -21.071052631578947, "W21": -39.221731432362176, "S21": -39.221731432362176, "W22": -70.0, "S22": -72.416587225929462, "W31": -95.249868441055753, "S31": -95.249868441055753, "W32": -99.215846994535511, "S32": -104.21584699453551 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 508258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.115953850526072, "W13": -30.0, "S13": -30.0, "W21": -38.287166925207657, "S21": -38.287166925207657, "W22": -51.138312931967697, "S22": -59.329767443386423, "W31": -79.888115088645506, "S31": -79.888115088645506, "W32": -98.683608711696223, "S32": -103.68360871169622 }, "geometry": { "type": "Point", "coordinates": [ 102828.0, 510251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.06014442115073, "S11": 3.06014442115073, "W12": -10.010702147660611, "S12": -10.010702147660611, "W13": -20.0, "S13": -20.649550510437212, "W21": -40.0, "S21": -48.907194866092603, "W22": -39.561142177657757, "S22": -39.561142177657757, "W31": -60.0, "S31": -60.55965848452508, "W32": -90.293757227699473, "S32": -95.293757227699473 }, "geometry": { "type": "Point", "coordinates": [ 102828.333333333328483, 500551.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7546158678313066, "S12": -13.502076017772282, "W13": -19.726235901093389, "S13": -24.888071111122052, "W21": -50.796247001381623, "S21": -70.830241103609666, "W22": -34.47496768365987, "S22": -47.309096711815222, "W31": -69.306403182247095, "S31": -72.306403182247095, "W32": -94.887620800241066, "S32": -99.887620800241066 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 503033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9116572401021443, "S12": -12.089304774459467, "W13": -20.54192096048024, "S13": -21.041048095205099, "W21": -35.434472429531731, "S21": -36.049913632345309, "W22": -35.222346153846161, "S22": -37.681748366131401, "W31": -67.919016048482248, "S31": -67.919016048482248, "W32": -94.936714029070714, "S32": -99.936714029070714 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 506369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -20.96498081140351, "W13": -20.96498081140351, "S13": -20.96498081140351, "W21": -38.084911806681276, "S21": -38.084911806681276, "W22": -40.870752546854938, "S22": -41.734065075136577, "W31": -70.0, "S31": -70.0, "W32": -96.27597255554285, "S32": -101.27597255554285 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 507994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2605719572714276, "S11": 2.2605719572714276, "W12": -5.6186554729556528, "S12": -8.1718615929487761, "W13": -20.0, "S13": -20.0, "W21": -37.874946718162839, "S21": -37.874946718162839, "W22": -40.0, "S22": -40.0, "W31": -68.081474374350364, "S31": -69.081474374350364, "W32": -90.251230210085822, "S32": -95.251230210085822 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 508476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93757448476374894, "S11": -0.93757448476374894, "W12": -10.0, "S12": -12.780385808714421, "W13": -25.880644671514695, "S13": -25.880644671514695, "W21": -40.708988643687718, "S21": -40.708988643687718, "W22": -32.326400228436725, "S22": -47.926893703696294, "W31": -80.0, "S31": -80.32860551570937, "W32": -95.001963652889174, "S32": -100.00196365288917 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 509212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.733970359665129, "S21": -38.733970359665129, "W22": -69.606001084944367, "S22": -85.604754475404903, "W31": -95.167506834714359, "S31": -95.167506834714359, "W32": -96.989067547392125, "S32": -101.98906754739212 }, "geometry": { "type": "Point", "coordinates": [ 102829.0, 509949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6797411496003045, "S11": 2.6797411496003045, "W12": -9.1225669539650731, "S12": -9.1225669539650731, "W13": -19.51743231250455, "S13": -20.59068476445761, "W21": -40.292905711406227, "S21": -66.099830594035325, "W22": -45.416847858182706, "S22": -45.422941645669582, "W31": -83.463896457765671, "S31": -83.463896457765671, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 500064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0725017470300493, "S11": 3.0725017470300493, "W12": -10.0370942812983, "S12": -10.03797679390008, "W13": -20.0, "S13": -20.595408603788918, "W21": -40.0, "S21": -46.562384302110331, "W22": -70.0, "S22": -92.945205479452056, "W31": -96.639433856502251, "S31": -96.639433856502251, "W32": -100.12242090784045, "S32": -105.12242090784045 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 500559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0502867248478451, "S11": 3.0502867248478451, "W12": -6.8116537965605666, "S12": -8.8076693424634378, "W13": -18.959779011132824, "S13": -23.62322480215802, "W21": -60.0, "S21": -83.197201739459246, "W22": -41.019926900297456, "S22": -41.019926900297456, "W31": -73.164778196036139, "S31": -78.211699017150508, "W32": -95.38232717129813, "S32": -100.38232717129813 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 501041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7759085799925067, "W12": -9.631213381893561, "S12": -11.709219959900139, "W13": -14.737981651376147, "S13": -17.572062568016907, "W21": -51.973645680819914, "S21": -59.203622485416886, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -83.941539943024523, "S32": -88.941539943024523 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 501730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68790685043112232, "S11": 0.68790685043112232, "W12": -5.0226060352092974, "S12": -8.2872909764695315, "W13": -17.746475402333463, "S13": -17.746475402333463, "W21": -34.423491301116862, "S21": -39.318608079299629, "W22": -36.989580625779979, "S22": -43.475994261255366, "W31": -80.009022944763871, "S31": -80.731420630857315, "W32": -93.209177469641048, "S32": -98.209177469641048 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2, "S11": 1.2, "W12": -1.9, "S12": -18.5, "W13": -21.200001, "S13": -21.200001, "W21": -31.999999999999996, "S21": -31.999999999999996, "W22": -34.350231813588913, "S22": -48.033519201428213, "W31": -79.582932122705245, "S31": -80.082932122705245, "W32": -95.003093078114219, "S32": -100.00309307811422 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0741088180112568, "S11": 2.0741088180112568, "W12": -9.8514701182486419, "S12": -24.606751323541744, "W13": -24.606751323541744, "S13": -24.606751323541744, "W21": -33.523334112267541, "S21": -33.523334112267541, "W22": -67.852802160702225, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -109.46127496031416 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 507316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4825112107623317, "S11": 2.4825112107623317, "W12": -9.9538047279339761, "S12": -16.604730099916146, "W13": -21.554801400223077, "S13": -21.554801400223077, "W21": -39.394355974112493, "S21": -39.394355974112493, "W22": -64.640522105760226, "S22": -101.33887789309907, "W31": -101.33887789309907, "S31": -101.33887789309907, "W32": -101.33887789309907, "S32": -106.24095580248976 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37, "S11": 0.37, "W12": -4.6300001, "S12": -17.6300001, "W13": -17.639999, "S13": -17.639999, "W21": -32.630001, "S21": -32.630001, "W22": -70.0, "S22": -78.5402764537655, "W31": -95.751307922272048, "S31": -95.751307922272048, "W32": -99.507923497267768, "S32": -104.50792349726777 }, "geometry": { "type": "Point", "coordinates": [ 102830.4, 506837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54291306586599231, "S11": 0.54291306586599231, "W12": -10.076029202048961, "S12": -13.016396961989571, "W13": -18.097956697423474, "S13": -19.092932161780428, "W21": -20.0, "S21": -20.0, "W22": -59.58522490262758, "S22": -75.026871429484984, "W31": -91.552863542395357, "S31": -91.552863542395357, "W32": -91.594437903010046, "S32": -96.594437903010046 }, "geometry": { "type": "Point", "coordinates": [ 102830.666666666671517, 496969.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2150603986686113, "S11": 1.2150603986686113, "W12": -10.0, "S12": -10.0, "W13": -18.797768879232848, "S13": -19.23165624135309, "W21": -45.969803666424284, "S21": -64.84177710556915, "W22": -38.986090326519765, "S22": -45.476452338743051, "W31": -70.0, "S31": -73.0, "W32": -91.087553772095077, "S32": -96.087553772095077 }, "geometry": { "type": "Point", "coordinates": [ 102831.0, 499764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9281818181818182, "S11": 2.9281818181818182, "W12": -9.122026687294527, "S12": -9.122026687294527, "W13": -20.0, "S13": -20.094778640218486, "W21": -40.0, "S21": -49.926790374021458, "W22": -40.0, "S22": -49.279421876824514, "W31": -72.386794403473701, "S31": -72.386794403473701, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102831.0, 500432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71519857123806307, "S11": 0.71519857123806307, "W12": -8.6030028846446793, "S12": -16.708079626085059, "W13": -17.827800829875518, "S13": -18.346599387034228, "W21": -29.919368843034313, "S21": -30.288812051448954, "W22": -38.231050162567485, "S22": -45.15066459201222, "W31": -73.455972238652947, "S31": -74.105840486347276, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102831.0, 506242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3387558653049956, "S11": 2.3387558653049956, "W12": -7.9660835214446957, "S12": -18.815370406080131, "W13": -20.255491803278687, "S13": -20.385098065138269, "W21": -36.380974496101594, "S21": -36.380974496101594, "W22": -40.0, "S22": -44.484969705476402, "W31": -68.198172842055399, "S31": -70.561871123131993, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102831.5, 506440.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12993291239147592, "S11": 0.12993291239147592, "W12": -8.543751330636578, "S12": -8.6337887417851, "W13": -15.689965530448106, "S13": -16.661339741293041, "W21": -50.833115696004178, "S21": -52.526280448909475, "W22": -38.995332673134484, "S22": -43.355703619874404, "W31": -68.288638477661991, "S31": -70.949846390671297, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102832.0, 499258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6355796763819335, "S12": -14.006211120856845, "W13": -19.925955478664498, "S13": -24.336166760469062, "W21": -38.096549895697251, "S21": -44.441826940552083, "W22": -38.390423385070768, "S22": -38.390423385070768, "W31": -70.0, "S31": -71.04864279342388, "W32": -82.600431704629599, "S32": -87.600431704629599 }, "geometry": { "type": "Point", "coordinates": [ 102832.833333333328483, 503977.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4580777472762172, "S12": -13.776806766874859, "W13": -19.889045271797581, "S13": -23.761598753818518, "W21": -49.961909536213632, "S21": -69.716798547937955, "W22": -60.0, "S22": -70.367174860296387, "W31": -97.576165477632713, "S31": -97.576165477632713, "W32": -100.23832681516748, "S32": -105.23832681516748 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 502958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3750822401014622, "S11": 3.3750822401014622, "W12": -7.5382190022924842, "S12": -11.827267193985193, "W13": -20.791277138593365, "S13": -23.624312639011418, "W21": -36.205952189952271, "S21": -41.313507391182284, "W22": -87.207261486875893, "S22": -89.064214343662357, "W31": -89.100734835734499, "S31": -89.100734835734499, "W32": -94.66427576796913, "S32": -99.66427576796913 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 504294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33416361125027033, "S11": -3.9048122066729158, "W12": -11.236807295434625, "S12": -13.363634068012239, "W13": -22.758343032405882, "S13": -23.026639379575045, "W21": -34.31414922907139, "S21": -39.31414922907139, "W22": -40.0, "S22": -52.763401109057298, "W31": -68.634022759365408, "S31": -69.634022759365408, "W32": -90.977460093512249, "S32": -95.977460093512249 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 504947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4309361549498703, "S11": 1.4309361549498703, "W12": -7.8650230873512266, "S12": -13.39524435016828, "W13": -20.0, "S13": -21.381430721054198, "W21": -35.551656071340382, "S21": -36.438687747046139, "W22": -34.8, "S22": -48.190470153809066, "W31": -79.115110292957027, "S31": -79.615110292957027, "W32": -95.001234617696937, "S32": -100.00123461769694 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 506322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2410881801125702, "S11": 2.2410881801125702, "W12": -10.0, "S12": -20.352297915558438, "W13": -23.128361881742862, "S13": -23.128361881742862, "W21": -33.739321278008497, "S21": -33.74148226729244, "W22": -44.541129816078254, "S22": -46.289305845709315, "W31": -69.14667215403027, "S31": -73.027104267951202, "W32": -99.364409186436191, "S32": -104.36440918643619 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 507275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.650569489185457, "S12": -13.158285237124668, "W13": -19.366715655215451, "S13": -19.366715655215451, "W21": -35.332573949608808, "S21": -35.332724228235449, "W22": -39.422917426994005, "S22": -39.422917426994005, "W31": -67.438545866961377, "S31": -71.106036556828286, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102833.0, 507496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27, "S11": 0.27, "W12": -7.73, "S12": -7.73, "W13": -17.74, "S13": -17.74, "W21": -29.73, "S21": -29.73, "W22": -78.177086764608987, "S22": -92.141059397965506, "W31": -96.538999042916302, "S31": -96.538999042916302, "W32": -103.43943821079044, "S32": -108.43943821079044 }, "geometry": { "type": "Point", "coordinates": [ 102833.3, 506878.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80784547774312443, "S11": 0.80784547774312443, "W12": -8.0784006707790734, "S12": -8.0784006707790734, "W13": -16.335738325999198, "S13": -16.631958076487699, "W21": -31.969964876762958, "S21": -31.969964876762958, "W22": -80.360581552089343, "S22": -96.364724146210349, "W31": -96.364724146210349, "S31": -96.364724146210349, "W32": -104.97524447366258, "S32": -109.97524447366258 }, "geometry": { "type": "Point", "coordinates": [ 102833.5, 497702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3141739047445009, "S11": 1.3141739047445009, "W12": -7.3261947991710628, "S12": -7.3261947991710628, "W13": -20.362399149468793, "S13": -20.362399149468793, "W21": -43.749382816682292, "S21": -43.749382816682292, "W22": -62.753142044107186, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102833.666666666671517, 515701.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0186931626810378, "S11": 3.0186931626810378, "W12": -6.5696805412688519, "S12": -8.77079749479444, "W13": -18.765177577750308, "S13": -23.765177577750308, "W21": -59.999999999999993, "S21": -82.907922102476832, "W22": -40.0, "S22": -49.73451327433628, "W31": -66.198136290280587, "S31": -67.198136290280587, "W32": -90.814268157022411, "S32": -95.814268157022411 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 501064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7158620689655173, "S12": -18.154655572445794, "W13": -19.375877540248087, "S13": -19.706590622785967, "W21": -33.272982611924483, "S21": -33.272982611924483, "W22": -39.597641114688919, "S22": -47.334754990475169, "W31": -72.200447488940981, "S31": -72.200447488940981, "W32": -92.909967845659168, "S32": -97.909967845659168 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 506635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5147011824864176, "S12": -11.648115254447976, "W13": -19.14686119474942, "S13": -19.14686119474942, "W21": -35.598257646825758, "S21": -35.598257646825758, "W22": -38.007804155291218, "S22": -45.283747551517635, "W31": -73.207622868605824, "S31": -73.78757375694903, "W32": -91.766055045871568, "S32": -96.766055045871568 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4040328895849647, "S11": 2.4040328895849647, "W12": -9.2017686886831562, "S12": -19.201768688683156, "W13": -20.727940655239589, "S13": -20.727940655239589, "W21": -34.794345018822099, "S21": -34.797187330281453, "W22": -40.985956328321556, "S22": -43.569195672978061, "W31": -69.598449966184248, "S31": -72.282407169174647, "W32": -98.341419429350395, "S32": -103.3414194293504 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 507905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34509572383297316, "S11": 0.34509572383297316, "W12": -10.720211295201969, "S12": -10.720211295201969, "W13": -20.0, "S13": -22.061751551002743, "W21": -33.484026304982038, "S21": -33.484026304982038, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 511602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66324871154049492, "S11": 0.66324871154049492, "W12": -14.4644129433232, "S12": -14.4644129433232, "W13": -20.0, "S13": -20.0, "W21": -35.201908751420923, "S21": -36.192874393605635, "W22": -38.743753150201613, "S22": -42.753739607148567, "W31": -70.0, "S31": -70.308579818681778, "W32": -97.077978109814254, "S32": -102.07797810981425 }, "geometry": { "type": "Point", "coordinates": [ 102834.0, 512595.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2802105623138596, "S11": -3.8760838900332244, "W12": -11.617821301196848, "S12": -13.731491948754188, "W13": -23.153534488437973, "S13": -23.153534488437973, "W21": -34.351017814963356, "S21": -39.351017814963356, "W22": -38.043311112444435, "S22": -38.043311112444435, "W31": -70.0, "S31": -72.565804493894731, "W32": -81.689186670029585, "S32": -86.689186670029585 }, "geometry": { "type": "Point", "coordinates": [ 102834.25, 504980.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75738540780644337, "S11": 0.75738540780644337, "W12": -8.9451532572495882, "S12": -9.199658462283006, "W13": -16.376787512588105, "S13": -17.098921663225777, "W21": -30.080174280098035, "S21": -30.080174280098035, "W22": -49.271045158295316, "S22": -49.280732570484531, "W31": -89.718799464573507, "S31": -89.718799464573507, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102834.666666666671517, 497452.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4121890607282066, "S11": 0.4121890607282066, "W12": -12.730730491942611, "S12": -12.730730491942611, "W13": -16.747595122667956, "S13": -18.918073293146399, "W21": -53.643248890049804, "S21": -65.079000740007658, "W22": -84.702477775676186, "S22": -98.336387920143565, "W31": -98.336387920143565, "S31": -98.336387920143565, "W32": -98.336387920143565, "S32": -101.03579234972678 }, "geometry": { "type": "Point", "coordinates": [ 102834.666666666671517, 499416.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.305674938690338, "S12": -10.305674938690338, "W13": -20.607457733554238, "S13": -20.607457733554238, "W21": -41.571837034606901, "S21": -41.571837034606901, "W22": -85.535394679997523, "S22": -90.913280666520123, "W31": -90.913280666520123, "S31": -90.913280666520123, "W32": -93.133144701921594, "S32": -98.133144701921594 }, "geometry": { "type": "Point", "coordinates": [ 102834.967213114752667, 514336.704918032803107 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.623262036830792, "W12": -5.0, "S12": -5.9679830571820114, "W13": -18.739911046194447, "S13": -21.183319663846216, "W21": -31.537553382292536, "S21": -36.053346800633022, "W22": -60.0, "S22": -78.509262799346558, "W31": -91.138832396602197, "S31": -91.138832396602197, "W32": -91.138832396602197, "S32": -95.855588549331102 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2969558161501742, "W12": -4.5783412490911877, "S12": -4.5783412490911886, "W13": -18.405618142960407, "S13": -20.416687050768068, "W21": -31.242640142329183, "S21": -36.259158391295912, "W22": -36.906682996921774, "S22": -41.058180454197903, "W31": -67.505578352452289, "S31": -70.505578352452289, "W32": -79.977972055660913, "S32": -84.977972055660913 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 505613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68, "S11": 0.68, "W12": -6.8200002, "S12": -19.3700002, "W13": -21.32, "S13": -21.32, "W21": -29.92, "S21": -29.92, "W22": -69.745701303529756, "S22": -86.269407536083321, "W31": -95.510387014307909, "S31": -95.510387014307909, "W32": -97.236442769267939, "S32": -102.23644276926794 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0955448937628516, "S12": -7.0955448937628516, "W13": -20.0, "S13": -20.0, "W21": -37.862152199224575, "S21": -37.862152199224575, "W22": -45.455587533889982, "S22": -54.842154131847721, "W31": -70.0, "S31": -70.0, "W32": -90.744332278443565, "S32": -95.744332278443565 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 508382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5175563715465774, "S12": -11.698526350559323, "W13": -19.95687217387011, "S13": -24.027520176784591, "W21": -37.576976643113419, "S21": -43.539776121215326, "W22": -34.203941367727296, "S22": -47.961947296310832, "W31": -79.719602057879911, "S31": -80.219602057879911, "W32": -95.003361629716352, "S32": -100.00336162971635 }, "geometry": { "type": "Point", "coordinates": [ 102835.4, 504027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51317871759903255, "S11": 0.51317871759903255, "W12": -10.944938332873955, "S12": -12.333615004089653, "W13": -18.26721707639825, "S13": -18.26721707639825, "W21": -31.462810803546617, "S21": -31.462810803546617, "W22": -67.865737000977859, "S22": -70.013948452571071, "W31": -92.104899355923791, "S31": -92.104899355923791, "W32": -98.290692504111334, "S32": -103.29069250411133 }, "geometry": { "type": "Point", "coordinates": [ 102836.0, 506896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88960337192364614, "S11": -0.88960337192364614, "W12": -10.229837317141905, "S12": -10.229837317141905, "W13": -25.935235555647203, "S13": -25.935235555647203, "W21": -38.864247811109955, "S21": -38.864247811109955, "W22": -35.584926285282258, "S22": -41.085059921524405, "W31": -68.512516404161744, "S31": -68.512516404161744, "W32": -95.094112816866229, "S32": -100.09411281686623 }, "geometry": { "type": "Point", "coordinates": [ 102836.0, 509298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1172939552194006, "W13": -15.0, "S13": -17.334316550615963, "W21": -39.0661650617578, "S21": -48.099670904486736, "W22": -36.999242490236966, "S22": -40.362022365890205, "W31": -68.545618735009967, "S31": -69.872966732416316, "W32": -79.230123802392384, "S32": -84.230123802392384 }, "geometry": { "type": "Point", "coordinates": [ 102836.5, 498529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44, "S11": 0.44, "W12": -17.559999, "S12": -17.559999, "W13": -18.57, "S13": -18.57, "W21": -32.560001, "S21": -32.560001, "W22": -38.009829197129619, "S22": -38.009829197129619, "W31": -70.0, "S31": -72.746128221611826, "W32": -81.587484785016386, "S32": -86.587484785016386 }, "geometry": { "type": "Point", "coordinates": [ 102836.9, 506921.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -8.0719256008564422, "S12": -14.616648017762998, "W13": -14.616648017762998, "S13": -18.469426999384496, "W21": -47.464784313725488, "S21": -60.29641206679068, "W22": -42.961289199642863, "S22": -47.808082355089638, "W31": -68.537541347781215, "S31": -73.365553750320785, "W32": -84.601328233433392, "S32": -89.601328233433392 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 501957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1378476420798065, "W12": -3.5176019407216499, "S12": -11.552697869593903, "W13": -17.541488205128207, "S13": -17.548055206437681, "W21": -33.779946600786602, "S21": -33.779946600786602, "W22": -38.064188508064511, "S22": -42.53144648088383, "W31": -70.0, "S31": -70.0, "W32": -96.829376601481215, "S32": -101.82937660148121 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 506723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9770881670533651, "S12": -12.125635335012529, "W13": -19.511393909157498, "S13": -19.511393909157498, "W21": -35.090302330595264, "S21": -35.091621043519943, "W22": -37.510442910104821, "S22": -46.421502901316799, "W31": -80.0, "S31": -81.0, "W32": -92.622378498990884, "S32": -97.622378498990884 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 507533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4692633493271288, "S12": -7.4692633493271288, "W13": -20.0, "S13": -20.0, "W21": -43.551910340070094, "S21": -43.551910340070094, "W22": -35.067785582111675, "S22": -47.802410627818418, "W31": -70.792598263455318, "S31": -71.792598263455318, "W32": -94.975301866081239, "S32": -99.975301866081239 }, "geometry": { "type": "Point", "coordinates": [ 102837.0, 517772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56403858084934244, "S11": -0.56403858084934244, "W12": -9.4849199864956457, "S12": -11.846443513220269, "W13": -30.0, "S13": -30.0, "W21": -38.192994884198292, "S21": -38.192994884198292, "W22": -42.510105325795806, "S22": -47.409645179497517, "W31": -68.498986992408817, "S31": -73.090260443639309, "W32": -84.832316581130371, "S32": -89.832316581130371 }, "geometry": { "type": "Point", "coordinates": [ 102837.5, 510308.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67726237354878127, "S11": 0.67726237354878127, "W12": -5.5584295530389394, "S12": -9.4394800616324162, "W13": -17.444503993635838, "S13": -17.444503993635838, "W21": -35.206171972118547, "S21": -39.861222467499317, "W22": -45.203090746801365, "S22": -49.963692467550516, "W31": -68.729462356079935, "S31": -73.587910359689232, "W32": -83.546207252049811, "S32": -88.546207252049811 }, "geometry": { "type": "Point", "coordinates": [ 102837.75, 505784.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27258944815039421, "S11": 0.27258944815039421, "W12": -9.8304167778947882, "S12": -13.197333763127398, "W13": -19.680541238551665, "S13": -24.938101693369401, "W21": -50.976174162144659, "S21": -70.953267095580983, "W22": -44.60214075922007, "S22": -49.237019310214066, "W31": -68.998229934601497, "S31": -73.376332771480932, "W32": -82.26864156961291, "S32": -87.26864156961291 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 503051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3094014510278114, "S11": 2.3094014510278114, "W12": -10.365712661106897, "S12": -17.982363559877001, "W13": -20.0, "S13": -20.113255760368663, "W21": -33.169484928784364, "S21": -33.169484928784364, "W22": -46.13013287435323, "S22": -46.771809416594536, "W31": -93.958819179796379, "S31": -93.958819179796379, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 506487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0127773834188218, "S12": -11.097578332930727, "W13": -29.368909729664178, "S13": -29.368909729664178, "W21": -36.879163459159976, "S21": -36.879163459159976, "W22": -65.673113440069642, "S22": -96.595462517329565, "W31": -99.169703042448532, "S31": -99.169703042448532, "W32": -100.80811554332875, "S32": -105.80811554332875 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 510520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3348481489691864, "S11": 1.3348481489691864, "W12": -5.0189933265450541, "S12": -9.1990580702123275, "W13": -29.991534301758467, "S13": -29.991534301758467, "W21": -36.436883738188314, "S21": -36.436883738188314, "W22": -68.047949517164184, "S22": -84.710403680989515, "W31": -92.615699069575285, "S31": -92.615699069575285, "W32": -94.749391415491061, "S32": -99.749391415491061 }, "geometry": { "type": "Point", "coordinates": [ 102838.0, 510595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8286396181384248, "S11": 2.8286396181384248, "W12": -9.2363533897964878, "S12": -13.6225239535214, "W13": -19.93789463997101, "S13": -23.636347075109835, "W21": -49.238190724272577, "S21": -68.838144176109779, "W22": -34.5, "S22": -49.7, "W31": -67.099998, "S31": -67.099998, "W32": -94.328387498205146, "S32": -99.328387498205146 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 502934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0732679043667499, "S12": -12.665333231726194, "W13": -19.702154726457355, "S13": -26.49084273106153, "W21": -44.143285803252972, "S21": -49.638153617439208, "W22": -64.990257996636458, "S22": -101.44433593376525, "W31": -101.44433593376525, "S31": -101.44433593376525, "W32": -101.44433593376525, "S32": -106.13810677583757 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 503587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11855355508086662, "S11": 0.11855355508086662, "W12": -15.0, "S12": -16.65626256870868, "W13": -16.65626256870868, "S13": -16.65626256870868, "W21": -34.328774674506747, "S21": -36.795220639048708, "W22": -50.0, "S22": -54.586458643097089, "W31": -98.286445012787723, "S31": -98.286445012787723, "W32": -98.286445012787723, "S32": -100.86311313273904 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92, "S11": 0.92, "W12": -7.6799998, "S12": -7.6799998, "W13": -20.809999, "S13": -20.809999, "W21": -36.48, "S21": -36.48, "W22": -84.648382825799132, "S22": -98.067444052448863, "W31": -98.067444052448863, "S31": -98.067444052448863, "W32": -98.067444052448863, "S32": -100.97158469945356 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.7647091911351129, "S12": -12.636412906414247, "W13": -19.264003503869791, "S13": -19.264003503869791, "W21": -35.376598099135947, "S21": -35.376598099135947, "W22": -82.835753176043553, "S22": -91.525969951052829, "W31": -91.525969951052829, "S31": -91.525969951052829, "W32": -91.525969951052829, "S32": -96.379366106080212 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 507485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85302285583914916, "S11": -0.85302285583914916, "W12": -10.489720664038812, "S12": -11.182909331911024, "W13": -26.16429917812016, "S13": -26.16429917812016, "W21": -38.466546657590072, "S21": -38.466546657590072, "W22": -40.0, "S22": -48.145231391984744, "W31": -72.164757989327398, "S31": -72.164757989327398, "W32": -91.486318407960198, "S32": -96.486318407960198 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070795978352725455, "S11": -1.3703793736808016, "W12": -14.108759027275351, "S12": -16.179193364995722, "W13": -25.0, "S13": -25.0, "W21": -34.585065260797641, "S21": -37.103375807672641, "W22": -34.404043233379255, "S22": -38.311504171020637, "W31": -80.141367386367165, "S31": -80.943979302422008, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102839.5, 505195.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.000000000000002, "S12": -12.345584248822943, "W13": -15.96, "S13": -16.95631829168623, "W21": -20.0, "S21": -20.0, "W22": -34.247031800478496, "S22": -49.432494054307817, "W31": -76.147640263856658, "S31": -76.487975709660859, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 496891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9116632317387339, "S11": 2.1222700649870765, "W12": -7.9652937095070921, "S12": -14.421022840425321, "W13": -20.0, "S13": -23.0, "W21": -35.490737772355345, "S21": -39.880102760393981, "W22": -34.34684338160465, "S22": -49.549154650751255, "W31": -75.929706673697424, "S31": -76.256711699921198, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 504438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3143893591293834, "S11": 2.3143893591293834, "W12": -10.342304776345715, "S12": -20.0, "W13": -20.0, "S13": -21.207911389885595, "W21": -34.602037098376947, "S21": -34.602037098376947, "W22": -39.24191355755282, "S22": -39.24191355755282, "W31": -67.463482829584109, "S31": -70.955871247539307, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 506474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0117293951127819, "S11": 2.0117293951127819, "W12": -8.4634128245892946, "S12": -8.7152593287265763, "W13": -21.832456140350878, "S13": -21.832456140350878, "W21": -39.810343236434527, "S21": -39.810343236434527, "W22": -52.611751369733618, "S22": -52.611751369733618, "W31": -70.0, "S31": -70.0, "W32": -83.844834976425204, "S32": -88.844834976425204 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.510584176787482, "S21": -38.510584176787482, "W22": -49.330806430056562, "S22": -53.603778227571375, "W31": -98.294970161977716, "S31": -98.294970161977716, "W32": -98.294970161977716, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102840.0, 510093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6104496649015192, "S11": 3.6104496649015196, "W12": -6.7304658524359677, "S12": -10.003976958123053, "W13": -20.073586386560237, "S13": -22.836744281297079, "W21": -47.851533079563389, "S21": -58.511754399876821, "W22": -38.289337783518143, "S22": -45.545234009933267, "W31": -73.469073888331764, "S31": -73.867726708988314, "W32": -92.843070980203592, "S32": -97.843070980203592 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 502721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46574508273627235, "S11": -4.3260862743124759, "W12": -10.2610278084504, "S12": -13.36415950547152, "W13": -21.840371565979314, "S13": -22.835907471889946, "W21": -34.246510535942548, "S21": -39.246510535942548, "W22": -37.705043603535977, "S22": -44.752427389747517, "W31": -80.0, "S31": -80.282682848012641, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 504870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3039257294429709, "S11": 1.8039257294429709, "W12": -4.4010973139175258, "S12": -16.023652297539428, "W13": -17.474526153846156, "S13": -17.481303180155425, "W21": -35.616639908738378, "S21": -35.616639908738378, "W22": -34.114626855835752, "S22": -47.871092301249135, "W31": -79.923965317754622, "S31": -80.423965317754622, "W32": -95.003935663500584, "S32": -100.00393566350058 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 506711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0966415352981489, "S12": -8.0966415352981489, "W13": -20.0, "S13": -20.0, "W21": -37.758632909633164, "S21": -37.758632909633164, "W22": -40.488131367137356, "S22": -41.811739001362774, "W31": -70.0, "S31": -70.0, "W32": -96.133226670730011, "S32": -101.13322667073001 }, "geometry": { "type": "Point", "coordinates": [ 102841.0, 508366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.128467059453669, "W21": -38.581835890979619, "S21": -46.42140215307068, "W22": -38.247186869959677, "S22": -42.613719302684785, "W31": -70.0, "S31": -70.0, "W32": -96.837580534016638, "S32": -101.83758053401664 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 498465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4876644353029906, "S12": -20.387957395851963, "W13": -22.90859953472301, "S13": -22.90859953472301, "W21": -33.840778762315978, "S21": -33.842900300123013, "W22": -37.056784345021555, "S22": -40.350601333998164, "W31": -68.589811420059803, "S31": -69.964142217467526, "W32": -79.322013622213518, "S32": -84.322013622213518 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 507281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72202519559223299, "S11": 0.72202519559223299, "W12": -5.0, "S12": -14.395280235988201, "W13": -22.53632046716077, "S13": -22.53632046716077, "W21": -39.721166111120333, "S21": -39.721166111120333, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 508703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.078347493354364, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.3289097087996, "S21": -38.3289097087996, "W22": -80.336992104756405, "S22": -95.974094510952838, "W31": -96.180273292250519, "S31": -96.180273292250519, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 510214.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60999941300775073, "S11": -0.60999941300775073, "W12": -8.8722789923112959, "S12": -11.05792213588521, "W13": -30.0, "S13": -30.0, "W21": -38.10406917190123, "S21": -38.10406917190123, "W22": -80.436061133681577, "S22": -99.730110890029351, "W31": -99.730110890029351, "S31": -99.730110890029351, "W32": -107.04410340080558, "S32": -112.04410340080558 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 510366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.1584288752123673, "W13": -30.0, "S13": -30.0, "W21": -35.886319008119095, "S21": -35.886319008119095, "W22": -33.873765837208566, "S22": -47.804194220084078, "W31": -80.0, "S31": -80.5, "W32": -95.004727114237724, "S32": -100.00472711423772 }, "geometry": { "type": "Point", "coordinates": [ 102842.0, 510695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042623121584633494, "S11": -0.042623121584633494, "W12": -7.3741749764172724, "S12": -7.3741749764172724, "W13": -20.214468228000506, "S13": -20.214468228000506, "W21": -42.304964212257175, "S21": -42.304964212257175, "W22": -38.00593813004032, "S22": -42.508064666398539, "W31": -70.0, "S31": -70.0, "W32": -96.767901465836175, "S32": -101.76790146583618 }, "geometry": { "type": "Point", "coordinates": [ 102842.172413793101441, 516617.172413793101441 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2562102199622327, "S12": -7.2562102199622327, "W13": -20.502552020283858, "S13": -20.502552020283858, "W21": -44.081029791653734, "S21": -44.081029791653734, "W22": -35.507474943250543, "S22": -50.83836274995592, "W31": -73.449754029648034, "S31": -73.637642447727089, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102842.426229508200777, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7185184424688672, "S11": -0.7185184424688672, "W12": -10.387599555798005, "S12": -12.455365969781214, "W13": -27.63003513030959, "S13": -27.63003513030959, "W21": -39.248915058010596, "S21": -39.248915058010596, "W22": -60.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102842.5, 509635.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9437193568655093, "S12": -9.9437193568655093, "W13": -20.612281182834568, "S13": -20.612281182834568, "W21": -41.6846342610718, "S21": -41.6846342610718, "W22": -37.701081314878891, "S22": -45.209876883409471, "W31": -80.0, "S31": -80.384582241212158, "W32": -90.134228187919462, "S32": -95.134228187919462 }, "geometry": { "type": "Point", "coordinates": [ 102842.729508196716779, 514386.065573770494666 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6548123810195308, "S11": 2.6548123810195308, "W12": -9.15981673628891, "S12": -9.15981673628891, "W13": -19.518537208118136, "S13": -20.804683186732735, "W21": -40.0, "S21": -67.017312206572768, "W22": -51.871310507674146, "S22": -56.595802839300333, "W31": -98.388746803069054, "S31": -98.388746803069054, "W32": -98.388746803069054, "S32": -101.99505049712876 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 500089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1195597484276734, "S11": 3.1195597484276734, "W12": -10.001590859787404, "S12": -10.003826610078216, "W13": -20.0, "S13": -20.712420488784733, "W21": -37.81964285714286, "S21": -37.81964285714286, "W22": -35.017691934651602, "S22": -48.068448833927405, "W31": -79.319537717120539, "S31": -79.819537717120539, "W32": -95.001476655036527, "S32": -100.00147665503653 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 500580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8572215645205352, "S11": 1.7647754129916904, "W12": -5.0, "S12": -5.0, "W13": -14.928041922470483, "S13": -17.928041922470484, "W21": -48.183564780071713, "S21": -63.781521586917798, "W22": -35.367379662298383, "S22": -40.996155060431278, "W31": -68.309706010082593, "S31": -68.309706010082593, "W32": -94.848848603625669, "S32": -99.848848603625669 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 502456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7001045066956362, "S11": 3.7001045066956362, "W12": -7.0055666559455041, "S12": -11.366880182137724, "W13": -20.122204121169425, "S13": -21.985642516584896, "W21": -47.86308329946327, "S21": -58.617859851935677, "W22": -45.378648963074845, "S22": -54.014424795659522, "W31": -70.0, "S31": -70.555970149253739, "W32": -90.849008604271887, "S32": -95.849008604271887 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 502756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.06901886358408, "S12": -12.616114226321901, "W13": -19.399065832029621, "S13": -19.399065832029621, "W21": -35.146580061417055, "S21": -35.147336487805696, "W22": -77.504630762240936, "S22": -91.306339004517682, "W31": -96.861485427765587, "S31": -96.861485427765587, "W32": -103.35241899568774, "S32": -108.35241899568774 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 507520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6347840986977378, "S12": -8.6347840986977378, "W13": -20.172158894645939, "S13": -20.172158894645939, "W21": -37.728391319415444, "S21": -37.728391319415444, "W22": -46.131289249536934, "S22": -46.131289249536934, "W31": -77.137535676287229, "S31": -77.137535676287229, "W32": -98.357712551839171, "S32": -103.35771255183917 }, "geometry": { "type": "Point", "coordinates": [ 102843.0, 508357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -16.925636850562402, "W21": -38.079435332947703, "S21": -44.855686539486634, "W22": -86.860489525168973, "S22": -90.348486457745182, "W31": -90.348486457745182, "S31": -90.348486457745182, "W32": -93.924529706788064, "S32": -98.924529706788064 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 498399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3208769659802648, "S12": -9.3963172433778368, "W13": -20.0, "S13": -23.553704834081405, "W21": -36.8810928249667, "S21": -42.316241306378487, "W22": -38.104077372148687, "S22": -43.017693646546519, "W31": -74.91028977962867, "S31": -74.948931267791011, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12318036763859896, "S11": -0.29547615695566498, "W12": -14.318068146526848, "S12": -16.327435756999737, "W13": -25.000000000000004, "S13": -25.282411036212576, "W21": -34.507747857304146, "S21": -36.517670100818293, "W22": -60.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -111.68625678119349 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 505229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5, "S11": 1.5, "W12": -10.9, "S12": -19.6, "W13": -19.610001, "S13": -19.610001, "W21": -35.700001, "S21": -35.700001, "W22": -70.126009056900969, "S22": -71.709336971589835, "W31": -94.875887518684607, "S31": -94.875887518684607, "W32": -99.028415300546456, "S32": -104.02841530054646 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84917627677100493, "S11": 0.84917627677100493, "W12": -10.077457227490491, "S12": -15.077457227490491, "W13": -19.847338371314571, "S13": -19.847338371314571, "W21": -34.31893372053527, "S21": -34.319986352114213, "W22": -70.0, "S22": -76.502258576486383, "W31": -93.035888998376734, "S31": -93.035888998376734, "W32": -98.191891276637122, "S32": -103.19189127663712 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 507074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2825415676959619, "S11": 1.2825415676959619, "W12": -5.0, "S12": -9.1745242585290594, "W13": -21.237487055574729, "S13": -21.237487055574729, "W21": -37.986237496846471, "S21": -37.986237496846471, "W22": -39.714745198224975, "S22": -39.714745198224975, "W31": -60.0, "S31": -60.624200942726155, "W32": -90.223832360013745, "S32": -95.223832360013745 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 508581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7340043595334818, "S11": 1.7340043595334818, "W12": -7.2728550934441074, "S12": -7.2728550934441074, "W13": -20.453770822520411, "S13": -20.453770822520411, "W21": -45.147593041199258, "S21": -45.147593041199258, "W22": -45.858767414901592, "S22": -54.65223263273402, "W31": -70.0, "S31": -70.18513011152416, "W32": -90.760169135431724, "S32": -95.760169135431724 }, "geometry": { "type": "Point", "coordinates": [ 102844.666666666671517, 515296.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55068441064638773, "S11": 0.55068441064638773, "W12": -5.0, "S12": -6.0097560975609756, "W13": -16.533231557231939, "S13": -16.533231557231939, "W21": -37.374516960068696, "S21": -38.31061709586897, "W22": -34.200001, "S22": -48.715142716605584, "W31": -77.64119241459548, "S31": -78.050884285224853, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102845.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5021138456892646, "S11": 1.5021138456892646, "W12": -9.185225223091976, "S12": -9.185225223091976, "W13": -19.84940021425448, "S13": -19.84940021425448, "W21": -34.873769649392095, "S21": -34.873769649392095, "W22": -35.950229964717742, "S22": -40.642866607775339, "W31": -69.106016759841253, "S31": -69.106016759841253, "W32": -95.253831600066022, "S32": -100.25383160006602 }, "geometry": { "type": "Point", "coordinates": [ 102845.0, 507015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33278008916305429, "S11": 0.33278008916305429, "W12": -10.822921686868437, "S12": -10.822921686868437, "W13": -20.0, "S13": -22.062977925263105, "W21": -33.552610385573544, "S21": -33.709802694517222, "W22": -36.178518775201617, "S22": -40.017219830927928, "W31": -69.408365997640246, "S31": -69.408365997640246, "W32": -95.424491765393057, "S32": -100.42449176539306 }, "geometry": { "type": "Point", "coordinates": [ 102845.2, 511630.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0056493782226243, "S11": 3.0056493782226243, "W12": -5.9825557824593734, "S12": -8.4918792937742147, "W13": -17.620814014329131, "S13": -21.142062790232988, "W21": -60.0, "S21": -81.106798424811814, "W22": -39.453038116179634, "S22": -41.030340949671782, "W31": -67.625075340227752, "S31": -70.582890668654159, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102845.666666666671517, 501203.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1436224947479161, "S11": 3.1436224947479161, "W12": -9.6850160771704168, "S12": -9.6850160771704168, "W13": -20.0, "S13": -20.0, "W21": -45.08911157441657, "S21": -65.089111574416563, "W22": -55.258556082937801, "S22": -62.106009102273788, "W31": -83.241168374369181, "S31": -83.241168374369181, "W32": -98.502156469310734, "S32": -103.50215646931073 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2547593181262444, "S11": 2.7547593181262444, "W12": -6.8369714950743354, "S12": -11.27070465669029, "W13": -14.812345998163202, "S13": -16.979192675787058, "W21": -47.403284671532852, "S21": -60.668911439521857, "W22": -42.845313383468536, "S22": -50.653120464441216, "W31": -70.679552390640893, "S31": -71.336029828777725, "W32": -90.916512140981069, "S32": -95.916512140981069 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 502108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3178452237001208, "S11": 2.3178452237001208, "W12": -10.359647460197118, "S12": -15.695125227462965, "W13": -20.050388712928306, "S13": -20.185750464080382, "W21": -31.834589267969527, "S21": -31.834589267969527, "W22": -39.677015371167727, "S22": -47.259861229248848, "W31": -72.518615581240752, "S31": -72.518615581240752, "W32": -93.616023579849951, "S32": -98.616023579849951 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6499880153403641, "S12": -21.320530287374332, "W13": -22.582107628777525, "S13": -22.582107628777525, "W21": -33.280254345027423, "S21": -33.280254345027423, "W22": -40.113811365664972, "S22": -44.896907255435011, "W31": -68.27678437843133, "S31": -71.71717931644244, "W32": -88.241789701852696, "S32": -93.241789701852696 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 507345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -23.484310328231768, "S13": -23.484310328231768, "W21": -40.845210170225045, "S21": -40.845210170225045, "W22": -42.477438857482809, "S22": -47.477438857482809, "W31": -68.471561520538017, "S31": -73.196124169080335, "W32": -84.879926406507209, "S32": -89.879926406507209 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 508799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40759119075257916, "S11": 0.40759119075257916, "W12": -10.001186875891584, "S12": -11.741716579384249, "W13": -22.555438299290444, "S13": -25.231893278947261, "W21": -32.809591680576332, "S21": -32.809591680576332, "W22": -38.981650054856175, "S22": -43.535452478811358, "W31": -68.061192491740826, "S31": -70.457235987089973, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102846.0, 511341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2956586414381839, "S12": -20.024967011166829, "W13": -20.264282603375491, "S13": -20.264282603375491, "W21": -33.993364181584091, "S21": -33.999099449646884, "W22": -38.289798177573608, "S22": -48.192335792664558, "W31": -80.0, "S31": -80.891745359233056, "W32": -92.481729407192915, "S32": -97.481729407192915 }, "geometry": { "type": "Point", "coordinates": [ 102846.5, 507706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.929619190059954, "S12": -13.877347439464547, "W13": -19.272050245903039, "S13": -19.272050245903039, "W21": -35.256318903937078, "S21": -35.256318903937078, "W22": -36.382886716202272, "S22": -37.385331283066343, "W31": -80.12232266260034, "S31": -80.939719775070159, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102846.6, 507499.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.436155702444655, "S12": -13.436155702444655, "W13": -16.940315606483523, "S13": -19.603517269685184, "W21": -53.83389919038914, "S21": -68.564433932326125, "W22": -36.742345010080641, "S22": -40.547973427810604, "W31": -70.0, "S31": -70.0, "W32": -95.820794128477644, "S32": -100.82079412847764 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2991594522489089, "S11": 3.2991594522489089, "W12": -8.7369350193185813, "S12": -8.7369350193185813, "W13": -20.055905286343613, "S13": -20.055905286343613, "W21": -49.999999999999993, "S21": -60.167644593461851, "W22": -38.006388608870843, "S22": -42.511449454070977, "W31": -70.0, "S31": -70.0, "W32": -96.701177262925, "S32": -101.701177262925 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8780981313306309, "S11": 2.429380182612682, "W12": -7.9565486880047622, "S12": -8.8349413864391639, "W13": -16.228094836472682, "S13": -16.903060473946937, "W21": -60.0, "S21": -65.167172612594229, "W22": -43.754645641178094, "S22": -48.715559240944181, "W31": -68.57406287935882, "S31": -73.810085404210852, "W32": -84.23436945224492, "S32": -89.23436945224492 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 501468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4921754317873082, "S11": 2.4921754317873082, "W12": -5.7664354642533926, "S12": -18.446621079102581, "W13": -18.446621079102581, "S13": -18.446621079102581, "W21": -34.304678064110661, "S21": -34.304678064110661, "W22": -46.12120267387138, "S22": -50.978217515197514, "W31": -68.797090561714427, "S31": -73.73073218890444, "W32": -83.159200373717354, "S32": -88.159200373717354 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 506670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7250447227191412, "S11": 1.7250447227191412, "W12": -9.3633105582054927, "S12": -19.379373550331476, "W13": -20.769623586494486, "S13": -20.769623586494486, "W21": -34.445964232047885, "S21": -34.450850944421376, "W22": -60.000000000000007, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -111.98962767552011 }, "geometry": { "type": "Point", "coordinates": [ 102847.0, 507884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7742512368583796, "S11": 0.7742512368583796, "W12": -7.6255747490501049, "S12": -7.6255747490501049, "W13": -16.06006365493236, "S13": -16.513756209833272, "W21": -34.065694697903822, "S21": -36.944110712656254, "W22": -86.244788119403978, "S22": -94.567392935316235, "W31": -94.567392935316235, "S31": -94.567392935316235, "W32": -95.030874316939887, "S32": -100.03087431693989 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 497911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -6.4251175730277543, "S12": -9.8853144087073357, "W13": -19.434229364801496, "S13": -22.002280444780638, "W21": -32.174849884644999, "S21": -35.900713517870791, "W22": -34.412959964733687, "S22": -49.637488137600208, "W31": -75.725695900611456, "S31": -76.004268890121949, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 505516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8651827242527574, "S11": 1.8651827242527574, "W12": -11.451806256306762, "S12": -20.0, "W13": -20.0, "S13": -21.428937057994524, "W21": -35.608292511211985, "S21": -35.608292511211985, "W22": -39.793521330505541, "S22": -42.172117269965732, "W31": -67.745784944341949, "S31": -69.95194469314734, "W32": -97.61441152055437, "S32": -102.61441152055437 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.88, "S11": 1.88, "W12": -12.22, "S12": -23.62, "W13": -23.629999, "S13": -23.629999, "W21": -35.619999, "S21": -35.619999, "W22": -45.438706337399402, "S22": -50.343619785557635, "W31": -68.720954291500121, "S31": -73.537105881845264, "W32": -83.514554035986407, "S32": -88.514554035986407 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3562596317224163, "S11": 2.3562596317224163, "W12": -9.2305444981518328, "S12": -14.551747964195796, "W13": -20.211962114535467, "S13": -20.211962114535467, "W21": -38.638832064290476, "S21": -38.638832064290476, "W22": -38.579349158730494, "S22": -43.17479648335604, "W31": -67.772868346056498, "S31": -70.213586281337513, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 508145.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5937707825315894, "S11": 1.5937707825315894, "W12": -5.0, "S12": -9.2398332707329285, "W13": -30.0, "S13": -30.071938168846611, "W21": -36.487561146017157, "S21": -36.487561146017157, "W22": -46.696218691459102, "S22": -46.696218691459102, "W31": -70.0, "S31": -70.0, "W32": -84.176956489120343, "S32": -89.176956489120343 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 510603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3536153355796441, "S11": 1.2869028598403527, "W12": -5.7945921486865855, "S12": -5.7945921486865855, "W13": -17.521190930281804, "S13": -20.521190930281804, "W21": -48.253039079085099, "S21": -60.295155686892485, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102848.666666666671517, 502624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1430607966457025, "S11": 3.1430607966457025, "W12": -10.0, "S12": -10.003060100814272, "W13": -20.0, "S13": -20.824573150318045, "W21": -37.723720492299414, "S21": -41.027072904400804, "W22": -58.149350649350652, "S22": -67.518376887454735, "W31": -98.274704237148711, "S31": -98.274704237148711, "W32": -99.72960694773856, "S32": -104.72960694773856 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 500591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9909677781520156, "S11": 2.9909677781520156, "W12": -6.4717882444982102, "S12": -8.744070160955312, "W13": -18.632018734751732, "S13": -23.551529184033523, "W21": -60.0, "S21": -82.724207474632891, "W22": -40.0, "S22": -51.280653950953678, "W31": -67.157582383257846, "S31": -68.388740471493136, "W32": -90.88681306057596, "S32": -95.88681306057596 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0110474413909367, "W12": -5.0, "S12": -7.001370374984428, "W13": -18.917626208154257, "S13": -21.573027494981211, "W21": -31.721007808991011, "S21": -36.239907644301454, "W22": -34.541614775007929, "S22": -47.099911943844461, "W31": -67.276949280712898, "S31": -67.276949280712898, "W32": -94.216579715694252, "S32": -99.216579715694252 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 505562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50423293922543033, "S11": 0.50423293922543033, "W12": -10.439102564102564, "S12": -15.150371082221145, "W13": -15.150371082221145, "S13": -15.150371082221145, "W21": -29.619506913758084, "S21": -30.162560456973953, "W22": -46.205636841814886, "S22": -46.934275973723558, "W31": -68.512856234073425, "S31": -74.169756409399525, "W32": -100.10190128474494, "S32": -105.10190128474494 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73566744173911691, "S11": 0.73566744173911691, "W12": -8.9810986113611406, "S12": -18.981098611361141, "W13": -19.275933609958507, "S13": -20.054721068338083, "W21": -30.189114910395546, "S21": -30.641982590203369, "W22": -39.355461416366126, "S22": -43.879801131657658, "W31": -68.227248643085773, "S31": -70.511081998254127, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 506264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3395402850328382, "S11": 2.3395402850328382, "W12": -9.739289637495423, "S12": -9.739289637495423, "W13": -20.577409326424871, "S13": -20.577409326424871, "W21": -37.631850858335817, "S21": -37.631850858335817, "W22": -35.147120287212402, "S22": -48.281513137872935, "W31": -78.629194133763079, "S31": -79.083329841805025, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102849.0, 508335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31690646634161984, "S11": 0.31690646634161984, "W12": -11.441881024146534, "S12": -11.441881024146534, "W13": -20.0, "S13": -21.433972122991278, "W21": -33.656968222951029, "S21": -34.646100848797609, "W22": -34.843996991612649, "S22": -38.545042825827629, "W31": -67.681885490578637, "S31": -67.681885490578637, "W32": -94.388024661113803, "S32": -99.388024661113803 }, "geometry": { "type": "Point", "coordinates": [ 102849.176470588237862, 511793.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3047469184369263, "S12": -7.077428292774103, "W13": -15.0, "S13": -15.249117409329127, "W21": -44.002705673459033, "S21": -52.242836837540253, "W22": -38.210725568069805, "S22": -38.210725568069805, "W31": -70.0, "S31": -72.280642283674922, "W32": -82.147385215970672, "S32": -87.147385215970672 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 498925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.988426763110308, "S12": -12.988426763110308, "W13": -17.746464423877381, "S13": -19.354165209527388, "W21": -48.667913438418381, "S21": -56.432076644200961, "W22": -49.168807462934147, "S22": -49.178807462934145, "W31": -91.157523510971785, "S31": -91.157523510971785, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 499582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.091685126234115, "S12": -12.71035848474002, "W13": -19.644540180494694, "S13": -25.561629323674222, "W21": -51.39544441334241, "S21": -71.390916272277508, "W22": -79.767441860465112, "S22": -94.081444294159354, "W31": -96.916581263181072, "S31": -96.916581263181072, "W32": -103.99981534384065, "S32": -108.99981534384065 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51385852705312152, "S11": 0.51385852705312152, "W12": -10.0, "S12": -14.73934263378394, "W13": -15.0, "S13": -15.0, "W21": -29.655384577571219, "S21": -30.199765025771853, "W22": -35.898818524930036, "S22": -37.716233481547583, "W31": -80.140456289928281, "S31": -81.008770527199005, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9228745175491679, "S11": 1.9228745175491679, "W12": -8.5505630596448636, "S12": -8.8962619545190798, "W13": -22.286842105263162, "S13": -22.286842105263162, "W21": -40.0, "S21": -40.0, "W22": -34.013576811274966, "S22": -37.530291655152212, "W31": -80.087415094992366, "S31": -80.881515543306321, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1376058634610566, "S11": 2.1376058634610566, "W12": -9.6348198198198194, "S12": -9.6348198198198194, "W13": -21.514912280701754, "S13": -21.514912280701754, "W21": -38.710629686450773, "S21": -38.710629686450773, "W22": -35.273457733633855, "S22": -48.234432077501531, "W31": -78.756496082771903, "S31": -79.215931178925743, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 508280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3528058327855137, "S11": -0.3528058327855137, "W12": -10.0, "S12": -13.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.63944323673725, "S21": -38.63944323673725, "W22": -33.100837517102264, "S22": -40.972627727400962, "W31": -80.006447781178963, "S31": -80.514415385920685, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31354744136460561, "S11": 0.31354744136460561, "W12": -12.228080854675207, "S12": -12.228080854675207, "W13": -20.0, "S13": -23.252090168953981, "W21": -35.263228773929455, "S21": -36.921309173630924, "W22": -38.150696663565384, "S22": -38.150696663565384, "W31": -70.0, "S31": -72.580754806208347, "W32": -81.971502996142974, "S32": -86.971502996142974 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3264337641357027, "S11": 1.3264337641357027, "W12": -14.834328603369487, "S12": -14.834328603369487, "W13": -20.707734581685873, "S13": -22.453942943065002, "W21": -36.206791690976239, "S21": -39.837906838542686, "W22": -80.500451409041119, "S22": -101.38209703302226, "W31": -101.38209703302226, "S31": -101.38209703302226, "W32": -106.95686935476917, "S32": -111.95686935476917 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.479946005367131, "S12": -13.479946005367131, "W13": -20.693690027484706, "S13": -20.693690027484706, "W21": -40.105065600822648, "S21": -40.105065600822648, "W22": -32.621468061720741, "S22": -45.045165710504151, "W31": -80.0, "S31": -80.384852049588247, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102850.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.7166798296440859, "S12": -9.7166798296440859, "W13": -20.617104632114923, "S13": -20.617104632114923, "W21": -41.797431487536556, "S21": -41.797431487536556, "W22": -39.804433148094503, "S22": -39.804433148094503, "W31": -60.544822256568779, "S31": -61.544822256568779, "W32": -90.160831329440057, "S32": -95.160831329440057 }, "geometry": { "type": "Point", "coordinates": [ 102850.491803278695443, 514435.426229508186225 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56026783895715937, "S11": 0.56026783895715937, "W12": -3.5072443719670217, "S12": -4.2090065649182495, "W13": -17.257436676318715, "S13": -17.257436676318715, "W21": -32.096372125573076, "S21": -38.283165869089764, "W22": -40.0, "S22": -48.721278721278793, "W31": -74.02681094493073, "S31": -74.02681094493073, "W32": -90.385572139303491, "S32": -95.385572139303491 }, "geometry": { "type": "Point", "coordinates": [ 102850.5, 505734.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48431130912882747, "S11": -0.48431130912882747, "W12": -10.139658485777595, "S12": -12.689287854821583, "W13": -19.640797359768385, "S13": -25.615577281724146, "W21": -51.421044627729941, "S21": -71.421044627729941, "W22": -34.954766967612237, "S22": -47.931298382201184, "W31": -79.616361717177156, "S31": -80.116361717177156, "W32": -95.00225503803, "S32": -100.00225503803 }, "geometry": { "type": "Point", "coordinates": [ 102851.0, 503107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5903873744620343, "W12": -7.7863151619527056, "S12": -11.269484602194764, "W13": -19.923606604587409, "S13": -22.17304273014345, "W21": -32.612294421459481, "S21": -36.02381092679579, "W22": -34.028755516590756, "S22": -49.197505516590752, "W31": -76.459093721763011, "S31": -76.771511772462318, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102851.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.359743172283864, "S12": -12.359743172283864, "W13": -20.67378997097374, "S13": -20.67378997097374, "W21": -40.573386979249413, "S21": -40.573386979249413, "W22": -37.692439516129035, "S22": -42.375388985510156, "W31": -70.0, "S31": -70.0, "W32": -96.480663170503547, "S32": -101.48066317050355 }, "geometry": { "type": "Point", "coordinates": [ 102851.142857142855064, 514123.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1000099861555528, "S11": 3.1000099861555528, "W12": -10.707238358690851, "S12": -10.70962512713869, "W13": -20.0, "S13": -20.0, "W21": -39.974936669132269, "S21": -48.433190507597772, "W22": -40.545381226651244, "S22": -40.545381226651244, "W31": -67.753784135502826, "S31": -75.622355357559073, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102851.333333333328483, 500615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0896628242074928, "S11": 1.0896628242074928, "W12": -8.391309587640329, "S12": -8.391309587640329, "W13": -20.740416100083404, "S13": -20.740416100083404, "W21": -36.380449976021303, "S21": -36.380449976021303, "W22": -32.169998, "S22": -47.738786646003717, "W31": -79.999999999999986, "S31": -80.392254986808126, "W32": -95.00041405978007, "S32": -100.00041405978007 }, "geometry": { "type": "Point", "coordinates": [ 102852.0, 506874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0909986212330116, "S12": -7.0909986212330116, "W13": -20.0, "S13": -20.0, "W21": -37.467266819266328, "S21": -37.467266819266328, "W22": -60.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -111.69584507464477 }, "geometry": { "type": "Point", "coordinates": [ 102852.0, 508424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.9488850591918645, "S12": -13.806170151771092, "W13": -19.792178511171819, "S13": -24.907754102053861, "W21": -41.217988639151606, "S21": -48.558417939236669, "W22": -49.329234997960718, "S22": -52.155891680850068, "W31": -79.162014244176206, "S31": -79.162014244176206, "W32": -98.63299408854725, "S32": -103.63299408854725 }, "geometry": { "type": "Point", "coordinates": [ 102852.666666666671517, 503731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.31, "S11": -1.31, "W12": -2.32, "S12": -5.31, "W13": -17.309999, "S13": -17.309999, "W21": -30.309999, "S21": -37.309999, "W22": -39.974275660317907, "S22": -54.974275660317907, "W31": -69.333125097610491, "S31": -70.333125097610491, "W32": -91.045267334969438, "S32": -96.045267334969438 }, "geometry": { "type": "Point", "coordinates": [ 102852.8, 505704.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43520833075876825, "S11": -4.5647916692412318, "W12": -10.429091751386594, "S12": -13.536195068068253, "W13": -22.110884189413735, "S13": -23.02909254242056, "W21": -34.290146607819274, "S21": -39.290146607819274, "W22": -39.800513480490793, "S22": -50.911624591601907, "W31": -70.0, "S31": -71.0, "W32": -91.072885710718595, "S32": -96.072885710718595 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.491553985872857, "S12": -21.86113204494459, "W13": -21.86113204494459, "S13": -21.86113204494459, "W21": -35.483751409714024, "S21": -35.483751409714024, "W22": -36.839030855479344, "S22": -37.367192605014381, "W31": -80.095540014345616, "S31": -80.473453977335481, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 506945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5, "S11": 1.5, "W12": -9.0500002, "S12": -9.0500002, "W13": -19.959999, "S13": -19.959999, "W21": -34.849998, "S21": -34.849998, "W22": -35.408509399290089, "S22": -50.765668979735864, "W31": -73.510460133828275, "S31": -73.663311475636178, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4921979067554711, "S11": 2.4921979067554711, "W12": -8.6990055248618781, "S12": -21.001345336748365, "W13": -22.697497194429317, "S13": -22.697497194429317, "W21": -34.085702704020683, "S21": -34.08815019735939, "W22": -44.192862838440803, "S22": -49.233348059077727, "W31": -68.597914588345773, "S31": -73.217810821145235, "W32": -84.073197055364929, "S32": -89.073197055364929 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.9592672838290337, "S12": -6.9592672838290337, "W13": -19.996302707501108, "S13": -19.996302707501108, "W21": -37.444585626603043, "S21": -37.444585626603043, "W22": -33.617757359070268, "S22": -37.262580742545737, "W31": -80.044777378093769, "S31": -80.714454330405886, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 508426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73457723235858263, "S11": 0.73457723235858263, "W12": -7.3172473220305161, "S12": -7.3172473220305161, "W13": -20.314912208684071, "S13": -20.314912208684071, "W21": -42.522026954866703, "S21": -42.522026954866703, "W22": -70.0, "S22": -84.242949578806005, "W31": -94.658007659002891, "S31": -94.658007659002891, "W32": -98.061857017107144, "S32": -103.06185701710714 }, "geometry": { "type": "Point", "coordinates": [ 102853.093333333337796, 516160.053333333344199 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3850092764378479, "S11": -2.599198715858734, "W12": -9.7024139213851317, "S12": -16.381054025494564, "W13": -20.0, "S13": -21.653379656278268, "W21": -34.642918267843712, "S21": -39.55078155466262, "W22": -39.272317924608437, "S22": -47.995872226441634, "W31": -70.0, "S31": -72.334132693844921, "W32": -91.189111500875569, "S32": -96.189111500875569 }, "geometry": { "type": "Point", "coordinates": [ 102855.0, 504709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4572363112391931, "S11": 1.4572363112391931, "W12": -10.435349060215973, "S12": -16.053914970404286, "W13": -20.532632489098059, "S13": -20.532632489098059, "W21": -35.921084046910067, "S21": -35.921084046910067, "W22": -39.262448007432958, "S22": -48.244582469115727, "W31": -70.0, "S31": -72.454303224087397, "W32": -91.176365665115881, "S32": -96.176365665115881 }, "geometry": { "type": "Point", "coordinates": [ 102855.0, 506902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.455, "S11": 2.455, "W12": -9.8065226972234463, "S12": -17.278912067507328, "W13": -21.881135761103224, "S13": -21.881135761103224, "W21": -37.606345099933378, "S21": -37.606345099933378, "W22": -40.0, "S22": -48.898244612530391, "W31": -73.71183403404784, "S31": -73.71183403404784, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102855.0, 508114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.058031723397912, "S11": 2.058031723397912, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -20.802763708613899, "S13": -23.049688085996976, "W21": -37.860219182904331, "S21": -39.507234744872022, "W22": -38.891210232027554, "S22": -46.149464949008689, "W31": -73.357261799972122, "S31": -73.357261799972122, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102855.176470588237862, 513437.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6963673749143249, "S12": -6.8560833470434623, "W13": -20.235645383555354, "S13": -20.235645383555354, "W21": -37.418415019683863, "S21": -37.418415019683863, "W22": -32.387301193482081, "S22": -47.195219756248676, "W31": -80.000000000000014, "S31": -80.349936756095786, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102856.0, 508396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9999999999999982, "S12": -13.040741136182739, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.370652492391471, "S21": -38.370652492391471, "W22": -33.919476890239828, "S22": -47.673714249978552, "W31": -80.0, "S31": -80.5, "W32": -95.003249477394121, "S32": -100.00324947739412 }, "geometry": { "type": "Point", "coordinates": [ 102856.0, 510177.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81165184838558724, "S11": -3.6870481997607785, "W12": -9.9708549716820496, "S12": -15.012053819967903, "W13": -20.991721018073218, "S13": -22.395085179694956, "W21": -34.382673668390552, "S21": -39.382673668390552, "W22": -34.748477344797223, "S22": -47.845858106226039, "W31": -79.837728513587734, "S31": -80.337728513587734, "W32": -95.003015239814872, "S32": -100.00301523981487 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 504799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49601593625498019, "S11": 0.49601593625498019, "W12": -3.1362057040145528, "S12": -3.1362057040145528, "W13": -17.220748424301082, "S13": -17.220748424301082, "W21": -31.679036863212954, "S21": -38.203486914387696, "W22": -34.498986410377768, "S22": -48.736919829560293, "W31": -69.810924737428579, "S31": -71.648453903583558, "W32": -94.622882632745757, "S32": -99.622882632745757 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -10.2, "S12": -19.2500002, "W13": -19.26, "S13": -19.26, "W21": -34.439999, "S21": -34.439999, "W22": -38.021635584677426, "S22": -42.521346925302254, "W31": -70.0, "S31": -70.0, "W32": -96.638043500076932, "S32": -101.63804350007693 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0417384494909947, "S11": 2.0417384494909947, "W12": -8.6259776150338539, "S12": -17.944878658025459, "W13": -20.745772882943641, "S13": -20.745772882943641, "W21": -34.692281762172904, "S21": -34.695167168637155, "W22": -38.306996597782259, "S22": -42.611559654805028, "W31": -70.0, "S31": -70.0, "W32": -96.707287701293225, "S32": -101.70728770129323 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7899850047712094, "S11": 2.7899850047712094, "W12": -7.0425653446719156, "S12": -7.0425653446719139, "W13": -20.021699756331543, "S13": -23.048579027402159, "W21": -36.237291491400512, "S21": -39.802183305219685, "W22": -38.835179037948379, "S22": -38.835179037948379, "W31": -70.0, "S31": -70.0, "W32": -83.537572254335259, "S32": -88.537572254335259 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 504163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4947182587666261, "S11": 2.4947182587666261, "W12": -11.654938032973279, "S12": -15.858621413610301, "W13": -20.284624244169308, "S13": -20.372658766847167, "W21": -34.612917542762503, "S21": -34.612917542762503, "W22": -47.841972838949289, "S22": -47.850490230236538, "W31": -86.950632552757767, "S31": -86.950632552757767, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 506560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.921628189550427, "S12": -18.914062400076745, "W13": -20.573845180019479, "S13": -20.573845180019479, "W21": -36.438265566538881, "S21": -36.438265566538881, "W22": -39.405690044095806, "S22": -48.208933513145595, "W31": -70.0, "S31": -70.346407766990296, "W32": -91.177354332461448, "S32": -96.177354332461448 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 507953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.4210163482371483, "S12": -7.5613157318591036, "W13": -19.976511318242345, "S13": -19.976511318242345, "W21": -37.332342801371908, "S21": -37.332342801371908, "W22": -39.28269190441376, "S22": -46.641182470451497, "W31": -72.974455750843759, "S31": -72.974455750843759, "W32": -94.568595927116817, "S32": -99.568595927116817 }, "geometry": { "type": "Point", "coordinates": [ 102858.0, 508435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4896403024226146, "S12": -9.4896403024226146, "W13": -20.621928081395254, "S13": -20.621928081395254, "W21": -41.91022871400147, "S21": -41.91022871400147, "W22": -36.624007265672539, "S22": -37.00618602892829, "W31": -80.112497884466578, "S31": -80.782649290378615, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102858.254098360659555, 514484.786885245877784 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36845601098703462, "S11": 0.36845601098703462, "W12": -10.12562298756878, "S12": -11.485006231211283, "W13": -22.271390782731856, "S13": -25.913092261864787, "W21": -32.920791140719537, "S21": -32.920791140719537, "W22": -36.321875, "S22": -40.183294216891618, "W31": -69.707915705459627, "S31": -69.707915705459627, "W32": -95.418290943413794, "S32": -100.41829094341379 }, "geometry": { "type": "Point", "coordinates": [ 102858.75, 511386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.071975658377925, "S12": -14.071975658377925, "W13": -17.002607364967435, "S13": -19.890341252701322, "W21": -53.434962628380923, "S21": -68.43496262838093, "W22": -43.767756465369665, "S22": -44.116455258840986, "W31": -68.250373582154879, "S31": -74.67090137671569, "W32": -100.21114478926279, "S32": -105.21114478926279 }, "geometry": { "type": "Point", "coordinates": [ 102859.0, 499462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0324481788276323, "S11": 2.0743910651101412, "W12": -8.1066665333333336, "S12": -14.63562375940165, "W13": -20.0, "S13": -22.954352620493125, "W21": -35.512033962438856, "S21": -40.105953351955257, "W22": -46.106955013179331, "S22": -51.036291539301907, "W31": -68.833958841560317, "S31": -73.804445344304881, "W32": -82.93807084521336, "S32": -87.93807084521336 }, "geometry": { "type": "Point", "coordinates": [ 102859.0, 504428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3519528015456803, "S11": 2.3519528015456803, "W12": -10.219187358916479, "S12": -20.988644423041002, "W13": -20.988644423041002, "S13": -20.988644423041002, "W21": -36.631833188611274, "S21": -36.680304048392003, "W22": -80.176968996726359, "S22": -94.921803604851917, "W31": -96.837699323400358, "S31": -96.837699323400358, "W32": -104.54020616317086, "S32": -109.54020616317086 }, "geometry": { "type": "Point", "coordinates": [ 102859.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6596758036609316, "S11": 1.7483240418921382, "W12": -5.0, "S12": -5.0, "W13": -14.871983769462107, "S13": -17.871983769462105, "W21": -48.397762689605216, "S21": -63.149387941257586, "W22": -39.315342096616007, "S22": -39.315342096616007, "W31": -60.000000000000007, "S31": -63.000000000000007, "W32": -90.379063687366752, "S32": -95.379063687366752 }, "geometry": { "type": "Point", "coordinates": [ 102859.166666666671517, 502380.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73076773247575033, "S11": -0.73076773247575033, "W12": -10.407462690928929, "S12": -13.88276536289986, "W13": -26.888740602307688, "S13": -26.888740602307688, "W21": -38.746673188448355, "S21": -38.746673188448355, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102859.75, 509542.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8481431680018598, "S12": -10.14707333778686, "W13": -29.515146373439503, "S13": -29.577493561703562, "W21": -36.864456609332855, "S21": -36.864456609332855, "W22": -72.62243285939968, "S22": -89.245753188831841, "W31": -99.692913082057018, "S31": -99.692913082057018, "W32": -107.48952436962435, "S32": -112.48952436962435 }, "geometry": { "type": "Point", "coordinates": [ 102860.0, 510559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30932274953555144, "S11": 0.30932274953555144, "W12": -13.2677679600461, "S12": -13.324560889339031, "W13": -16.079711111111113, "S13": -16.089051247753854, "W21": -50.89057195090102, "S21": -51.736615720972409, "W22": -80.0, "S22": -91.300259363155178, "W31": -91.300259363155178, "S31": -91.300259363155178, "W32": -91.300259363155178, "S32": -94.768542847682113 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 499315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1177000068087426, "S11": 3.1177000068087426, "W12": -10.151892367660002, "S12": -10.154848474530231, "W13": -20.0, "S13": -21.0, "W21": -40.37339431031004, "S21": -49.890974032305131, "W22": -71.985552925626962, "S22": -85.933054977931405, "W31": -89.115346818902594, "S31": -89.115346818902594, "W32": -89.115346818902594, "S32": -93.326528470085549 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 500611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44666450244639466, "S11": -4.5533354975536051, "W12": -10.313359352193809, "S12": -13.790653878221637, "W13": -22.061254218181553, "S13": -23.090979075459312, "W21": -34.298983511402412, "S21": -39.298983511402412, "W22": -42.669111154444387, "S22": -42.669111154444387, "W31": -74.938551185238452, "S31": -74.938551185238452, "W32": -97.979346879665329, "S32": -102.97934687966533 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 504889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9071018651363858, "S11": 0.9071018651363858, "W12": -9.1694669353111813, "S12": -17.082985553767742, "W13": -20.000000000000004, "S13": -21.000000000000004, "W21": -35.158941115928123, "S21": -36.231847272790027, "W22": -39.336996267811905, "S22": -47.91950684609079, "W31": -70.0, "S31": -71.781433607520569, "W32": -91.223668392480747, "S32": -96.223668392480747 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 506285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0003970880211781, "S11": 1.0003970880211781, "W12": -7.3133814012029292, "S12": -19.774958529698061, "W13": -21.194948892857141, "S13": -21.194948892857141, "W21": -31.351344547608967, "S21": -31.351344547608967, "W22": -35.27716178212313, "S22": -48.327637378437473, "W31": -78.457362168317943, "S31": -78.874511425310956, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 506836.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2526138589618019, "S11": 2.2526138589618019, "W12": -9.2544465387251531, "S12": -9.7257072466123624, "W13": -20.036511226252156, "S13": -20.036511226252156, "W21": -37.368109297494776, "S21": -37.368109297494776, "W22": -45.646703692030869, "S22": -50.668978088515125, "W31": -68.720954291500121, "S31": -73.515675699124756, "W32": -83.462120846018777, "S32": -88.462120846018777 }, "geometry": { "type": "Point", "coordinates": [ 102861.0, 508351.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.148510365711604, "S11": 3.148510365711604, "W12": -10.108756960011672, "S12": -10.108756960011672, "W13": -20.0, "S13": -20.295056355316888, "W21": -37.911695473803256, "S21": -43.533691410580289, "W22": -71.520473656881975, "S22": -85.565210961913053, "W31": -89.252850270110457, "S31": -89.252850270110457, "W32": -89.252850270110457, "S32": -93.50080319994693 }, "geometry": { "type": "Point", "coordinates": [ 102861.166666666671517, 500582.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48709194875383022, "S11": 0.48709194875383022, "W12": -14.26168893129771, "S12": -14.26168893129771, "W13": -16.711755545761715, "S13": -18.716129155843255, "W21": -52.684774092452336, "S21": -62.141189599503107, "W22": -33.939230833048221, "S22": -37.154484313186849, "W31": -80.060239765950115, "S31": -80.878943337301436, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7497568955332397, "S11": 2.7497568955332397, "W12": -7.0279464033384738, "S12": -7.2039433008656202, "W13": -20.018956108979282, "S13": -23.018956108979282, "W21": -36.313833577408687, "S21": -40.347578593841178, "W22": -35.172840885640028, "S22": -48.409630497446656, "W31": -78.273723973730398, "S31": -78.675494078625505, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6830797773654915, "S11": -2.0527950790585088, "W12": -9.5690562424697703, "S12": -16.353514593534328, "W13": -20.0, "S13": -21.954208967851098, "W21": -34.761035569001614, "S21": -39.661081677106573, "W22": -34.096361039919287, "S22": -48.995469957106607, "W31": -69.280551437255497, "S31": -72.076925216892874, "W32": -94.450210929596864, "S32": -99.450210929596864 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 504663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0062657979366106346, "S11": -2.3949451156133588, "W12": -13.462216679993363, "S12": -15.194566064794783, "W13": -25.0, "S13": -25.0, "W21": -34.581371654722453, "S21": -37.622765006727171, "W22": -34.945822169396379, "S22": -34.945822169396379, "W31": -67.893747130243526, "S31": -67.893747130243526, "W32": -94.360403397027611, "S32": -99.360403397027611 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 505157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059556284144691059, "S11": -1.0946701064925561, "W12": -13.927442237635356, "S12": -15.666151101404065, "W13": -25.0, "S13": -25.104405079166014, "W21": -34.623276091276963, "S21": -37.069519089508098, "W22": -42.565205595359423, "S22": -44.639168533149885, "W31": -69.394638765082718, "S31": -72.750887230587253, "W32": -98.707778745479672, "S32": -103.70777874547967 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 505197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.43169634685279112, "W12": -2.9913000893612067, "S12": -3.0452390531653233, "W13": -17.302753763506299, "S13": -17.302753763506299, "W21": -31.923322019522303, "S21": -38.615197937699783, "W22": -44.863567985718376, "S22": -50.038000590618744, "W31": -68.644818021285815, "S31": -73.322049392065566, "W32": -83.81747450828783, "S32": -88.81747450828783 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 505723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2737651292124643, "S11": 2.2737651292124643, "W12": -9.9982633515593928, "S12": -18.897002830789972, "W13": -19.620230226053351, "S13": -19.620230226053351, "W21": -34.005847912472262, "S21": -34.005847912472262, "W22": -45.444787860755547, "S22": -50.542464099392596, "W31": -68.697175341777026, "S31": -73.453360017316541, "W32": -83.568598076644278, "S32": -88.568598076644278 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 507079.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9350370399868524, "S12": -11.103663890791477, "W13": -29.090896394714477, "S13": -29.090896394714477, "W21": -37.16118935008825, "S21": -37.16118935008825, "W22": -67.437320963012638, "S22": -101.53953918842868, "W31": -101.53953918842868, "S31": -101.53953918842868, "W32": -101.53953918842868, "S32": -105.61088185847454 }, "geometry": { "type": "Point", "coordinates": [ 102862.0, 510512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79172736846368919, "S11": 0.79172736846368919, "W12": -8.6494683064412037, "S12": -8.6494683064412037, "W13": -16.342987252261047, "S13": -16.840216771843121, "W21": -30.926635331705512, "S21": -30.926635331705512, "W22": -39.41258443260655, "S22": -42.163991571539363, "W31": -70.0, "S31": -70.0, "W32": -96.036129840556313, "S32": -101.03612984055631 }, "geometry": { "type": "Point", "coordinates": [ 102862.142857142855064, 497570.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17140637332280972, "S11": 0.17140637332280972, "W12": -8.9421971471151807, "S12": -9.1121838193935201, "W13": -15.431127920337035, "S13": -16.217850659898463, "W21": -50.0, "S21": -51.358661310445207, "W22": -36.493706684727826, "S22": -39.929745038329322, "W31": -69.978148113214615, "S31": -69.978148113214615, "W32": -95.502658099797259, "S32": -100.50265809979726 }, "geometry": { "type": "Point", "coordinates": [ 102862.5, 499230.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.458371533372103, "S11": 3.4575673839611194, "W12": -7.7052372645715588, "S12": -12.441458251617838, "W13": -20.136833685570039, "S13": -23.136833685570039, "W21": -48.39865430943118, "S21": -67.340009442820758, "W22": -64.860796259563614, "S22": -76.232869431505762, "W31": -97.867291844273936, "S31": -97.867291844273936, "W32": -101.38163577622852, "S32": -106.38163577622852 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 502829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58731161970810741, "S11": 0.58731161970810741, "W12": -10.017933668716227, "S12": -15.017933668716227, "W13": -17.615032522283784, "S13": -17.867329418760551, "W21": -29.994600188475367, "S21": -30.576368992336029, "W22": -70.0, "S22": -74.051764131363697, "W31": -92.586456272526135, "S31": -92.586456272526135, "W32": -98.144493432358388, "S32": -103.14449343235839 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.996034219939439, "S12": -18.569546426573041, "W13": -19.564335215106734, "S13": -19.564335215106734, "W21": -34.164086560530443, "S21": -34.164086560530443, "W22": -38.087399238760639, "S22": -43.732518317535778, "W31": -78.443570122990181, "S31": -78.791178671158434, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 507074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4373860182370821, "S11": 1.4373860182370821, "W12": -11.120869042048264, "S12": -21.259171263059301, "W13": -21.259171263059301, "S13": -21.259171263059301, "W21": -33.960094875832112, "S21": -33.968466407010695, "W22": -36.606127142137098, "S22": -39.950797335826984, "W31": -70.0, "S31": -70.0, "W32": -95.580401169902515, "S32": -100.58040116990252 }, "geometry": { "type": "Point", "coordinates": [ 102863.0, 507847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2787189176839511, "S11": 3.2787189176839511, "W12": -8.9206275611754791, "S12": -8.9206275611754791, "W13": -20.030258297688903, "S13": -20.030258297688903, "W21": -51.0577915376684, "S21": -60.93236394360072, "W22": -38.94171471567774, "S22": -43.646653994647572, "W31": -67.871356639526297, "S31": -70.074291265492491, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102863.333333333328483, 500776.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87179836689143486, "S11": 0.87179836689143486, "W12": -9.7725054107955955, "S12": -12.668691062429012, "W13": -19.728950742810074, "S13": -23.875053122741832, "W21": -50.750426134812528, "S21": -70.260854177323679, "W22": -38.833811532151579, "S22": -43.549057290618592, "W31": -67.801351683985786, "S31": -70.025247923996261, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102863.666666666671517, 503033.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29078048497280973, "S11": 0.29078048497280973, "W12": -8.2255424333974183, "S12": -8.5107559906764472, "W13": -15.0, "S13": -15.0, "W21": -49.53335048562424, "S21": -51.280904375142065, "W22": -34.161354653875755, "S22": -37.16678901845421, "W31": -80.076045805088526, "S31": -80.986772853363405, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 499165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1493501048218029, "S11": 3.1493501048218029, "W12": -10.135223081929279, "S12": -10.135223081929279, "W13": -20.0, "S13": -20.268170044187109, "W21": -37.932142857142857, "S21": -44.878032555373863, "W22": -47.513439407890033, "S22": -47.523439407890031, "W31": -80.429507048720893, "S31": -80.429507048720893, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 500580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -8.7163018403649968, "S12": -14.564507218465366, "W13": -14.58022829511766, "S13": -19.306479571930737, "W21": -50.0, "S21": -61.134051956989502, "W22": -33.634725258733042, "S22": -47.880460006822872, "W31": -80.0, "S31": -80.490143612215149, "W32": -95.001847670607972, "S32": -100.00184767060797 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 501872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9187880322772206, "S11": 2.3230155896884943, "W12": -6.2261451964528653, "S12": -9.5732019455554465, "W13": -14.790780212796836, "S13": -17.790780212796836, "W21": -47.467153284671532, "S21": -61.060633474175347, "W22": -67.968055949343167, "S22": -68.287430873039909, "W31": -91.824348090025225, "S31": -91.824348090025225, "W32": -98.179497169287416, "S32": -103.17949716928742 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.443978826643141, "S11": 1.443978826643141, "W12": -10.951371080954612, "S12": -21.223977939979456, "W13": -21.223977939979456, "S13": -21.223977939979456, "W21": -33.86478474985708, "S21": -33.873616825261919, "W22": -39.712819346464542, "S22": -45.970720737109296, "W31": -60.0, "S31": -60.0, "W32": -90.647821457634706, "S32": -95.647821457634706 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 507832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0931865590041214, "S11": 2.0931865590041214, "W12": -6.7548320943347866, "S12": -7.430646593894517, "W13": -20.0, "S13": -20.0, "W21": -37.159465141135975, "S21": -37.159465141135975, "W22": -40.052755093709884, "S22": -41.812084351907394, "W31": -70.0, "S31": -70.0, "W32": -95.904177195366103, "S32": -100.9041771953661 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 508482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7320070538961754, "S11": 2.7320070538961754, "W12": -5.0, "S12": -7.4789657849435747, "W13": -29.685803139500443, "S13": -29.685803139500443, "W21": -35.815275442223758, "S21": -35.815275442223758, "W22": -37.861006605263157, "S22": -42.329118610371481, "W31": -70.0, "S31": -70.0, "W32": -96.294088267536907, "S32": -101.29408826753691 }, "geometry": { "type": "Point", "coordinates": [ 102864.0, 510737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6267774883462511, "S11": 1.6267774883462511, "W12": -3.7048741468540047, "S12": -13.074118301697609, "W13": -19.857705689181426, "S13": -19.857705689181426, "W21": -31.20561672533551, "S21": -31.20561672533551, "W22": -37.84223252631579, "S22": -42.331211972943926, "W31": -70.0, "S31": -70.0, "W32": -96.297643687647863, "S32": -101.29764368764786 }, "geometry": { "type": "Point", "coordinates": [ 102864.857142857144936, 506769.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3961264822134387, "S11": 1.3961264822134387, "W12": -9.5167382795255602, "S12": -10.121163403570597, "W13": -20.710907240955486, "S13": -20.710907240955486, "W21": -32.806438044196376, "S21": -32.814642461921011, "W22": -45.461207973817132, "S22": -50.645724258206997, "W31": -68.693248542740179, "S31": -73.438154174742579, "W32": -83.574155511525632, "S32": -88.574155511525632 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 507159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8200001, "S11": 1.8200001, "W12": -8.79, "S12": -8.79, "W13": -22.8, "S13": -22.8, "W21": -41.93, "S21": -41.93, "W22": -71.896042528056711, "S22": -78.065874739963704, "W31": -94.0738976083707, "S31": -94.0738976083707, "W32": -98.638648327390058, "S32": -103.63864832739006 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41896190176927395, "S11": -0.41896190176927395, "W12": -10.0, "S12": -13.0, "W13": -29.243849101313447, "S13": -29.243849101313447, "W21": -38.918170413149632, "S21": -38.918170413149632, "W22": -60.059841173196475, "S22": -71.054699397327539, "W31": -91.332378082872765, "S31": -91.332378082872765, "W32": -91.600823858475209, "S32": -96.600823858475209 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 509872.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58321247720210545, "S11": -0.58321247720210545, "W12": -8.1612501328704532, "S12": -11.630435500310426, "W13": -28.983466578651477, "S13": -28.983466578651477, "W21": -37.987065956747941, "S21": -37.987065956747941, "W22": -34.099998, "S22": -49.299389411378556, "W31": -76.144175392260649, "S31": -76.401496196456449, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102865.75, 510430.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8648054913796557, "S11": 1.8648054913796557, "W12": -10.0, "S12": -10.0, "W13": -19.199419163045963, "S13": -19.860210591131455, "W21": -42.204319593810197, "S21": -64.191230255901957, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.81933477673806, "S32": -88.81933477673806 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3140897454104419, "S12": -11.823524313668539, "W13": -19.632413897351981, "S13": -27.694357703681987, "W21": -48.046951044947043, "S21": -51.361223947608849, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.283313511939738, "S32": -88.283313511939738 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 503445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0271972203838522, "S11": 1.0271972203838522, "W12": -7.5499765048640164, "S12": -17.93918479892622, "W13": -21.082202209647495, "S13": -21.082202209647495, "W21": -32.772431529466715, "S21": -32.772431529466715, "W22": -40.0, "S22": -40.0, "W31": -69.115495322619338, "S31": -70.115495322619338, "W32": -90.39905403765033, "S32": -95.39905403765033 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 506843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -9.75, "S12": -19.1999998, "W13": -20.200001, "S13": -20.200001, "W21": -33.099998, "S21": -33.109998, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.727356909780383, "S32": -88.727356909780383 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1948657463205192, "S11": 2.1948657463205192, "W12": -8.7410918396360522, "S12": -12.73257339974181, "W13": -20.952869862304588, "S13": -20.952869862304588, "W21": -37.883308154468445, "S21": -37.883308154468445, "W22": -67.774504688678505, "S22": -102.7745046886785, "W31": -102.7745046886785, "S31": -102.7745046886785, "W32": -102.7745046886785, "S32": -105.577487391105 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 508166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2626007752008466, "S12": -9.2626007752008466, "W13": -20.626751530675577, "S13": -20.626751530675577, "W21": -42.023025940466603, "S21": -42.023025940466603, "W22": -68.273322878542402, "S22": -83.238810198300285, "W31": -93.677753829904958, "S31": -93.677753829904958, "W32": -96.120369567764882, "S32": -101.12036956776488 }, "geometry": { "type": "Point", "coordinates": [ 102866.016393442623666, 514534.14754098362755 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71497051318400917, "S11": 0.71497051318400917, "W12": -10.0, "S12": -11.841229132904322, "W13": -16.253703900189411, "S13": -17.250377405487139, "W21": -20.549672297917049, "S21": -21.123980223619011, "W22": -38.163318911471514, "S22": -45.075260084658993, "W31": -74.101638248077563, "S31": -74.774179054086517, "W32": -92.600193143408987, "S32": -97.600193143408987 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 497185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.500577064316442, "S12": -14.500577064316442, "W13": -17.025749718427111, "S13": -20.025749718427111, "W21": -53.142621569787245, "S21": -68.142621569787252, "W22": -34.441991824031994, "S22": -49.688080445476196, "W31": -75.559189571137409, "S31": -75.778645785826669, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 499467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4559338061465721, "W12": -9.5530623689162901, "S12": -9.5530623689162901, "W13": -14.857460120992977, "S13": -16.647248712935539, "W21": -55.25372146873967, "S21": -58.701617541493889, "W22": -38.628240631578947, "S22": -42.245504454718372, "W31": -70.0, "S31": -70.0, "W32": -96.125078832975674, "S32": -101.12507883297567 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 501629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0057773694175296, "W12": -8.7382016711949557, "S12": -14.931902722289818, "W13": -14.931902722289818, "S13": -19.016529365901619, "W21": -49.85913725490196, "S21": -62.220704736408877, "W22": -40.0, "S22": -43.61160638602604, "W31": -67.893674416855276, "S31": -68.726383359394802, "W32": -94.337802721333972, "S32": -99.337802721333972 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 501909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32268461465541765, "S11": -0.32268461465541765, "W12": -10.208054465728114, "S12": -11.858150856356412, "W13": -19.603689359830888, "S13": -26.090654030811095, "W21": -51.683690133024875, "S21": -70.0, "W22": -39.682828722677662, "S22": -50.714574754423694, "W31": -70.000000000000014, "S31": -70.826392373306589, "W32": -91.120455788697726, "S32": -96.120455788697726 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 503164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23804376034381905, "S11": -4.7157257986888972, "W12": -11.781713690997442, "S12": -13.418194118740219, "W13": -23.594183484492461, "S13": -23.594183484492461, "W21": -34.443895829719651, "S21": -39.443895829719651, "W22": -43.292293144743297, "S22": -50.501825218806346, "W31": -70.874872838250255, "S31": -71.874872838250255, "W32": -91.315384800069424, "S32": -96.315384800069424 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 505018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3563331318016929, "S11": 2.3563331318016929, "W12": -10.249194465504171, "S12": -21.002359729524429, "W13": -21.002359729524429, "S13": -21.002359729524429, "W21": -35.95758943358728, "S21": -35.95758943358728, "W22": -36.716853875407438, "S22": -36.73079823568839, "W31": -80.108311916672477, "S31": -80.710330662166342, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 506466.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1886956521739132, "S11": 1.1886956521739132, "W12": -9.5652664145501429, "S12": -14.147885056896065, "W13": -20.431350651283303, "S13": -20.431350651283303, "W21": -32.933680278853664, "S21": -32.942795222540553, "W22": -33.393559750394225, "S22": -39.650271361133107, "W31": -80.0, "S31": -80.689801827888886, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102867.0, 507138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77529486815990933, "S11": 0.77529486815990933, "W12": -8.9835270302389851, "S12": -9.2277233508121377, "W13": -16.347103638513069, "S13": -17.006319449123932, "W21": -30.233807644229465, "S21": -30.233807644229465, "W22": -33.005836476304474, "S22": -42.883396640529696, "W31": -80.0, "S31": -80.584652972581665, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102867.5, 497480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9237256446895741, "S11": 1.9237256446895741, "W12": -10.0, "S12": -10.0, "W13": -19.2101264275842, "S13": -19.95391575804511, "W21": -41.906055851097754, "S21": -64.213210508614594, "W22": -35.358301761832365, "S22": -39.322205559647045, "W31": -68.299130007937364, "S31": -68.299130007937364, "W32": -94.486138330883549, "S32": -99.486138330883549 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.0268379630722899, "S12": -15.356840700548339, "W13": -19.92478476930302, "S13": -24.22510421174081, "W21": -38.624275962516158, "S21": -45.494988363571565, "W22": -37.869845945413324, "S22": -37.869845945413324, "W31": -70.0, "S31": -73.797031149552922, "W32": -81.138464575131863, "S32": -86.138464575131863 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 503947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51165999049494193, "S11": 0.51165999049494193, "W12": -3.9927995516755184, "S12": -5.2288570753514207, "W13": -17.202989222428506, "S13": -17.202989222428506, "W21": -33.674957628967718, "S21": -39.795553425719518, "W22": -40.591190460676373, "S22": -40.591190460676373, "W31": -72.636585949692602, "S31": -74.172720244078036, "W32": -90.582411695968091, "S32": -95.582411695968091 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 505749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062131243525649693, "S11": 0.062131243525649693, "W12": -15.000000000000002, "S12": -19.10033181391584, "W13": -19.10033181391584, "S13": -19.10033181391584, "W21": -29.493777016410878, "S21": -30.189878026740885, "W22": -46.28582577497852, "S22": -51.61723705716625, "W31": -70.0, "S31": -71.611940298507463, "W32": -91.009420162348533, "S32": -96.009420162348533 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 506110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9589907192575389, "S12": -12.417799615950544, "W13": -19.287622758420692, "S13": -19.287622758420692, "W21": -34.926666966830886, "S21": -34.927866466219186, "W22": -44.709348205023502, "S22": -49.709348205023502, "W31": -68.929729106958817, "S31": -73.71563336227797, "W32": -82.423847033618458, "S32": -87.423847033618458 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 507540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5021440129449841, "S12": -8.3260609786172353, "W13": -20.491364262746899, "S13": -20.491364262746899, "W21": -37.162524640918576, "S21": -37.162524640918576, "W22": -38.560859865161163, "S22": -38.560859865161163, "W31": -70.0, "S31": -71.334650184783996, "W32": -83.055517819136895, "S32": -88.055517819136895 }, "geometry": { "type": "Point", "coordinates": [ 102868.0, 508406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9645970608010761, "S11": 2.9645970608010761, "W12": -5.8105582197238599, "S12": -8.6353075583697994, "W13": -18.063349416895356, "S13": -22.343361185785962, "W21": -60.000000000000007, "S21": -81.888510745572574, "W22": -44.634642070812482, "S22": -50.121167064290432, "W31": -68.607077119431779, "S31": -73.210430755043561, "W32": -83.955363327372993, "S32": -88.955363327372993 }, "geometry": { "type": "Point", "coordinates": [ 102869.0, 501139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7911083646468633, "S12": -14.109161712111975, "W13": -19.814952617217259, "S13": -24.772663274802191, "W21": -40.947743871369525, "S21": -47.636961780125546, "W22": -48.628339237202802, "S22": -48.628339237202802, "W31": -78.750366348687336, "S31": -78.750366348687336, "W32": -98.615565899630028, "S32": -103.61556589963003 }, "geometry": { "type": "Point", "coordinates": [ 102869.0, 503757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.4958270723981899, "S12": -18.620421039915591, "W13": -18.620421039915591, "S13": -18.654797131582068, "W21": -33.33607634476207, "S21": -33.33607634476207, "W22": -86.097078935926064, "S22": -90.189508968765011, "W31": -90.189508968765011, "S31": -90.189508968765011, "W32": -94.417030544460573, "S32": -99.417030544460573 }, "geometry": { "type": "Point", "coordinates": [ 102869.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5274961810859603, "S11": 0.5274961810859603, "W12": -5.0, "S12": -16.811096211867248, "W13": -22.292167998203212, "S13": -22.292167998203212, "W21": -39.781134961535273, "S21": -39.781134961535273, "W22": -36.686901461693552, "S22": -40.267571003328726, "W31": -70.0, "S31": -70.0, "W32": -95.565205981571069, "S32": -100.56520598157107 }, "geometry": { "type": "Point", "coordinates": [ 102869.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89229516352200167, "S11": 0.89229516352200167, "W12": -9.603723516972428, "S12": -18.238275450053038, "W13": -20.157329592529699, "S13": -20.157329592529699, "W21": -33.075578594359136, "S21": -33.085406786664926, "W22": -38.614673639112901, "S22": -42.64802094411214, "W31": -70.0, "S31": -70.124824611321316, "W32": -96.672163813070526, "S32": -101.67216381307053 }, "geometry": { "type": "Point", "coordinates": [ 102869.666666666671517, 507116.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51176430445868559, "S11": 0.51176430445868559, "W12": -10.0, "S12": -13.370388899515898, "W13": -18.509722762744602, "S13": -19.504064842839199, "W21": -20.0, "S21": -20.0, "W22": -45.253638238719169, "S22": -50.369976809545733, "W31": -68.878026252973754, "S31": -73.85409008276099, "W32": -82.663058361120491, "S32": -87.663058361120491 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 496950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15670654789121236, "S11": -0.15670654789121236, "W12": -14.298302005846468, "S12": -15.928836433778761, "W13": -24.206483255919707, "S13": -24.832208291191694, "W21": -34.415936753306816, "S21": -35.922008023943611, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.779610194902546, "S32": -88.779610194902546 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4634782608695653, "S11": 1.4634782608695653, "W12": -9.3259936284175069, "S12": -9.6381478505203333, "W13": -20.566165713720427, "S13": -20.675376039060268, "W21": -32.781210296678317, "S21": -32.789689730636354, "W22": -34.828774359140766, "S22": -37.183282913863479, "W31": -80.106934103849511, "S31": -81.044831653045435, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 507161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7810281575775477, "S11": 1.7810281575775477, "W12": -8.8552348103643723, "S12": -8.8552348103643723, "W13": -22.62994562258454, "S13": -22.62994562258454, "W21": -41.511019301075272, "S21": -41.511019301075272, "W22": -33.220001, "S22": -48.44283082171799, "W31": -67.98432768264307, "S31": -69.343649413694081, "W32": -94.060085340392973, "S32": -99.060085340392973 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 508224.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.040619107479572536, "S11": -0.040619107479572536, "W12": -6.5578107903587259, "S12": -6.5578107903587259, "W13": -25.0, "S13": -25.0, "W21": -41.573371884642924, "S21": -41.573371884642924, "W22": -39.54680757546636, "S22": -49.088551185146599, "W31": -70.0, "S31": -70.0, "W32": -91.196276335189552, "S32": -96.196276335189552 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 509006.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4317140874392783, "S11": -0.4317140874392783, "W12": -10.0, "S12": -13.003134779011033, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.412395275983421, "S21": -38.412395275983421, "W22": -33.872067620517115, "S22": -36.731185379766906, "W31": -80.030755829830952, "S31": -80.884176660186355, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102870.0, 510141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34828817525997058, "S11": 0.34828817525997058, "W12": -14.05966503838102, "S12": -14.122887073547499, "W13": -16.105615637860083, "S13": -16.105615637860083, "W21": -50.66074693131366, "S21": -51.301320308852183, "W22": -35.729606003570801, "S22": -48.622309313896629, "W31": -78.597304482222725, "S31": -78.987683634320632, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 499321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7364083513968684, "S11": 2.2364083513968684, "W12": -8.0886680965037403, "S12": -8.9751622511492588, "W13": -15.642957548495923, "S13": -15.794944771619974, "W21": -59.938347115525758, "S21": -66.237061417639254, "W22": -40.0, "S22": -41.734755776225803, "W31": -70.0, "S31": -70.0, "W32": -95.817873604815048, "S32": -100.81787360481505 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 501490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7544574982722874, "S11": 1.7544574982722874, "W12": -9.1240821536830889, "S12": -10.11113886791458, "W13": -20.841104720005347, "S13": -20.841104720005347, "W21": -32.5959934929176, "S21": -32.603477707332864, "W22": -36.893703675239351, "S22": -40.864688316304083, "W31": -67.692531493125387, "S31": -70.0951201509138, "W32": -79.222477106977323, "S32": -84.222477106977323 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -17.942507542742206, "W13": -22.435043475470831, "S13": -22.435043475470831, "W21": -40.005120470740145, "S21": -40.005120470740145, "W22": -38.378140023695046, "S22": -38.378140023695046, "W31": -70.0, "S31": -72.106958073149343, "W32": -82.60558376191139, "S32": -87.60558376191139 }, "geometry": { "type": "Point", "coordinates": [ 102871.0, 508725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61632609867967914, "S11": 0.61632609867967914, "W12": -10.175493758151667, "S12": -17.272255456323343, "W13": -19.413381742738586, "S13": -19.857008307160086, "W21": -30.169601224858088, "S21": -30.783225107400781, "W22": -69.080406710837607, "S22": -84.588137340728153, "W31": -95.220765522477151, "S31": -95.220765522477151, "W32": -97.149989358366511, "S32": -102.14998935836651 }, "geometry": { "type": "Point", "coordinates": [ 102871.5, 506227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33983845032912924, "S11": 0.33983845032912924, "W12": -10.250059099245973, "S12": -11.228295883038312, "W13": -21.870745471362802, "S13": -26.477693449971845, "W21": -33.031990600862748, "S21": -33.031990600862748, "W22": -39.999999999999993, "S22": -54.461392233185478, "W31": -69.260242594617111, "S31": -70.416492594617111, "W32": -91.047984712859247, "S32": -96.047984712859247 }, "geometry": { "type": "Point", "coordinates": [ 102871.5, 511431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.762354422411081, "S12": -14.762354422411081, "W13": -17.063961608148475, "S13": -19.901595962388658, "W21": -52.83002634833575, "S21": -67.83002634833575, "W22": -38.168323145161288, "S22": -43.696359237602138, "W31": -80.0, "S31": -80.181569560047564, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 499474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.001084990958407, "S12": -14.001084990958407, "W13": -17.646168649919201, "S13": -19.15302109534332, "W21": -48.944162436548218, "S21": -58.318984108551518, "W22": -35.541545230777082, "S22": -37.566502843775574, "W31": -80.13411039281155, "S31": -81.012854676837648, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 499569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4865386413108799, "S11": 2.4865386413108799, "W12": -9.9522136331693591, "S12": -9.9522136331693591, "W13": -19.363906161344293, "S13": -20.696787843979362, "W21": -40.0, "S21": -65.0, "W22": -34.54256251040642, "S22": -49.44781043969212, "W31": -70.234206588980541, "S31": -71.406501811871365, "W32": -94.50076408170294, "S32": -99.50076408170294 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 500039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3313102979339462, "S11": 3.2785661380690145, "W12": -7.9006981550396631, "S12": -12.211773618035192, "W13": -20.13653575202536, "S13": -22.888811582703557, "W21": -48.605296873825004, "S21": -67.568971851278235, "W22": -68.213679181364043, "S22": -82.904249291784694, "W31": -93.812253842333945, "S31": -93.812253842333945, "W32": -96.228725678507246, "S32": -101.22872567850725 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 502852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66041958041958038, "S11": 0.66041958041958038, "W12": -5.0, "S12": -8.6069469835466172, "W13": -16.435739914514556, "S13": -16.435739914514556, "W21": -40.0, "S21": -43.009246607532283, "W22": -45.590095418894123, "S22": -51.097966709003089, "W31": -68.700829446436316, "S31": -73.435066983093208, "W32": -83.484048551039805, "S32": -88.484048551039805 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 505871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57685501100092629, "S11": -0.57685501100092629, "W12": -8.7675172180959624, "S12": -11.242521486006872, "W13": -30.0, "S13": -30.0, "W21": -38.068071959209277, "S21": -38.068071959209277, "W22": -84.070851076961048, "S22": -90.533619334794736, "W31": -90.533619334794736, "S31": -90.533619334794736, "W32": -92.3754851228978, "S32": -97.3754851228978 }, "geometry": { "type": "Point", "coordinates": [ 102872.0, 510372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9438054643880047, "S11": 1.9438054643880047, "W12": -8.5763868353710535, "S12": -9.7195122139295034, "W13": -22.418514856610415, "S13": -22.418514856610415, "W21": -39.55078023979592, "S21": -39.55078023979592, "W22": -70.963487150438652, "S22": -85.080266938171732, "W31": -89.232582089880438, "S31": -89.232582089880438, "W32": -89.232582089880438, "S32": -93.566363167988527 }, "geometry": { "type": "Point", "coordinates": [ 102872.5, 508206.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.802423122684065, "S11": 1.802423122684065, "W12": -9.8545051064543898, "S12": -11.436876311807884, "W13": -21.026424870466322, "S13": -21.026424870466322, "W21": -38.246519733293617, "S21": -38.246519733293617, "W22": -60.227386647822208, "S22": -74.452451100227876, "W31": -91.068465385267061, "S31": -91.068465385267061, "W32": -91.108274030518388, "S32": -96.108274030518388 }, "geometry": { "type": "Point", "coordinates": [ 102872.5, 508300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4782270853155692, "S11": 2.4782270853155692, "W12": -7.3684622467769172, "S12": -22.106166384137396, "W13": -22.246325087998219, "S13": -22.246325087998219, "W21": -34.381909055925291, "S21": -34.381909055925291, "W22": -38.842696563983012, "S22": -38.842696563983012, "W31": -70.0, "S31": -70.364013379357772, "W32": -83.622933620356903, "S32": -88.622933620356903 }, "geometry": { "type": "Point", "coordinates": [ 102872.666666666671517, 507314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4704009772611228, "S11": 1.4704009772611228, "W12": -7.2381387672792021, "S12": -7.2381387672792021, "W13": -20.437866112516268, "S13": -20.437866112516268, "W21": -44.30340580670682, "S21": -44.30340580670682, "W22": -65.143804539327036, "S22": -101.81554146530125, "W31": -101.81554146530125, "S31": -101.81554146530125, "W32": -101.81554146530125, "S32": -106.40822123819868 }, "geometry": { "type": "Point", "coordinates": [ 102872.923076923078042, 515664.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1908607372886548, "S11": 3.1908607372886548, "W12": -9.0110085044115742, "S12": -9.0485156440955237, "W13": -19.802882711009435, "S13": -20.862855637853073, "W21": -52.976209874531527, "S21": -74.829117514212257, "W22": -67.526636855470926, "S22": -82.100732775260511, "W31": -90.009761959877139, "S31": -90.009761959877139, "W32": -90.009761959877139, "S32": -94.520974431040756 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4468487276420472, "S11": 1.4468487276420472, "W12": -9.6859946955710701, "S12": -11.560382452311767, "W13": -19.61074220199173, "S13": -27.99579359677422, "W21": -49.69539078156312, "S21": -52.543133381787925, "W22": -48.115745140209057, "S22": -48.124636898767044, "W31": -87.588851734790993, "S31": -87.588851734790993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 503402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021589095371765378, "S11": -1.5660021291465014, "W12": -13.615293505438537, "S12": -15.188688127873681, "W13": -24.967993274247494, "S13": -24.967993274247494, "W21": -34.621284086366636, "S21": -37.325901568677956, "W22": -80.0, "S22": -94.201847620939702, "W31": -97.416551618995996, "S31": -97.416551618995996, "W32": -104.03587760555273, "S32": -109.03587760555273 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 505178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0101553192924104, "S12": -19.010155319292409, "W13": -19.948064874236348, "S13": -19.948064874236348, "W21": -34.012680075992755, "S21": -34.018431648885077, "W22": -76.388448993662294, "S22": -89.781942577703887, "W31": -89.781942577703887, "S31": -89.781942577703887, "W32": -89.781942577703887, "S32": -93.017045533301157 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 507686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6610285688597166, "S12": -18.66478742903012, "W13": -20.049032094949631, "S13": -20.049032094949631, "W21": -33.884017472398817, "S21": -33.890272388950322, "W22": -39.871849368319388, "S22": -54.871849368319388, "W31": -70.0, "S31": -71.0, "W32": -91.110617570684468, "S32": -96.110617570684468 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 507707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3620899149453223, "S12": -13.608324499043984, "W13": -20.645173480081446, "S13": -20.645173480081446, "W21": -35.592632780394304, "S21": -35.593705584834396, "W22": -35.107782644127475, "S22": -48.307936346343936, "W31": -80.0, "S31": -80.463333151223793, "W32": -95.00288870266732, "S32": -100.00288870266732 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 507933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50931989924433552, "S11": -0.50931989924433552, "W12": -7.1904475791442746, "S12": -11.359715142982086, "W13": -28.869180760092092, "S13": -28.869180760092092, "W21": -37.363181659767946, "S21": -37.363181659767946, "W22": -34.598667866069498, "S22": -49.118606243541024, "W31": -77.675456144822519, "S31": -77.992654571395946, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102873.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.838078783690432, "S11": 1.838078783690432, "W12": -8.9907872018991934, "S12": -9.3106741351397613, "W13": -20.871742376844001, "S13": -20.871742376844001, "W21": -32.535502908891992, "S21": -32.542831487890822, "W22": -41.77070865996388, "S22": -43.967263447541676, "W31": -69.491584409855676, "S31": -72.637177338900599, "W32": -98.438405248310204, "S32": -103.4384052483102 }, "geometry": { "type": "Point", "coordinates": [ 102873.333333333328483, 507198.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82808760986674812, "S11": 0.82808760986674812, "W12": -8.1535851446688703, "S12": -8.1535851446688703, "W13": -16.224437383040211, "S13": -16.444050089087572, "W21": -32.261821290587946, "S21": -32.261821290587946, "W22": -35.804947050987636, "S22": -37.520618346380161, "W31": -80.137155738321511, "S31": -80.97954129039465, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102873.666666666671517, 497727.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0355612479793734, "S12": -9.0355612479793734, "W13": -20.631574979955904, "S13": -20.631574979955904, "W21": -42.135823166931509, "S21": -42.135823166931509, "W22": -33.6140881908672, "S22": -48.888793755426896, "W31": -68.777061201688042, "S31": -71.295161476855114, "W32": -94.153833322571629, "S32": -99.153833322571629 }, "geometry": { "type": "Point", "coordinates": [ 102873.778688524587778, 514583.508196721319109 ] } }, +{ "type": "Feature", "properties": { "W11": 3.088768298495268, "S11": 3.088768298495268, "W12": -10.159185213127122, "S12": -10.159185213127122, "W13": -20.0, "S13": -20.587718212207527, "W21": -42.841045127446364, "S21": -58.174923568438459, "W22": -40.0, "S22": -44.5465846637006, "W31": -68.006743932733556, "S31": -68.902924478910052, "W32": -91.984564498346188, "S32": -96.984564498346188 }, "geometry": { "type": "Point", "coordinates": [ 102874.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.9277641664231613, "S12": -18.790839965070578, "W13": -19.963800595434648, "S13": -19.963800595434648, "W21": -33.978151031490512, "S21": -33.984051085418251, "W22": -39.413690171623827, "S22": -39.413690171623827, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -83.963070006422612, "S32": -88.963070006422612 }, "geometry": { "type": "Point", "coordinates": [ 102874.0, 507691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2637847375385973, "S11": 1.2637847375385973, "W12": -10.890098268600843, "S12": -20.890098268600845, "W13": -20.890098268600845, "S13": -20.890098268600845, "W21": -33.715316729138294, "S21": -33.724490394139536, "W22": -58.837956204379566, "S22": -58.837956204379566, "W31": -70.0, "S31": -70.0, "W32": -84.127315368219726, "S32": -89.127315368219726 }, "geometry": { "type": "Point", "coordinates": [ 102874.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48822972776241119, "S11": -4.4086287219246376, "W12": -10.115945368527466, "S12": -14.783824223953722, "W13": -21.617741250704555, "S13": -23.088365150777527, "W21": -34.281798451453405, "S21": -39.281798451453405, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -83.360824208090094, "S32": -88.360824208090094 }, "geometry": { "type": "Point", "coordinates": [ 102874.25, 504852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0344736700943402, "S11": 2.0344736700943402, "W12": -9.7013824292381958, "S12": -16.67362889602888, "W13": -19.83504134063087, "S13": -19.83504134063087, "W21": -34.225511271298394, "S21": -34.225511271298394, "W22": -80.667730702263484, "S22": -100.83940037502823, "W31": -100.83940037502823, "S31": -100.83940037502823, "W32": -107.59707846836281, "S32": -112.59707846836281 }, "geometry": { "type": "Point", "coordinates": [ 102874.333333333328483, 507074.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.000354484225452, "W13": -16.773109788942755, "S13": -19.173529076154495, "W21": -52.462784016714551, "S21": -62.549580684467145, "W22": -40.173429571959439, "S22": -50.886738687566535, "W31": -70.0, "S31": -72.491803278688522, "W32": -91.221487286896206, "S32": -96.221487286896206 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 499427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10550376075305135, "S11": -0.10550376075305135, "W12": -14.999999999999998, "S12": -15.0, "W13": -15.0, "S13": -18.479060530902089, "W21": -30.499642633963838, "S21": -31.252313888158398, "W22": -34.172606079144316, "S22": -48.048887540403683, "W31": -80.0, "S31": -80.49306162587412, "W32": -95.001361729139234, "S32": -100.00136172913923 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 506091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3590955259975819, "S11": 2.3590955259975819, "W12": -10.276961713419258, "S12": -17.961919140098537, "W13": -20.042038583357328, "S13": -20.262324297643044, "W21": -32.245148103411722, "S21": -32.245148103411722, "W22": -36.001062672495422, "S22": -42.145657086500499, "W31": -69.480531659337117, "S31": -69.480531659337117, "W32": -94.960313571778528, "S32": -99.960313571778528 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 506506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0666673481487656, "S11": 1.0666673481487656, "W12": -9.3242057594396108, "S12": -15.543096511231713, "W13": -20.117487853989815, "S13": -20.33303827739234, "W21": -32.963872457918463, "S21": -32.973838703636204, "W22": -38.427983789473679, "S22": -42.27750662952927, "W31": -70.0, "S31": -70.0, "W32": -96.04444698403023, "S32": -101.04444698403023 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -12.157224270868253, "W13": -21.696393621458576, "S13": -21.696393621458576, "W21": -39.051046106058088, "S21": -39.051046106058088, "W22": -63.529519495416352, "S22": -99.515798203084699, "W31": -100.0, "S31": -100.0, "W32": -102.41699390091068, "S32": -107.41699390091068 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 508658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28757462686567165, "S11": 0.28757462686567165, "W12": -11.985715942755929, "S12": -11.985715942755929, "W13": -20.0, "S13": -23.307043724336207, "W21": -33.761289813346345, "S21": -35.522347911195354, "W22": -70.0, "S22": -84.298281121312868, "W31": -89.481060259921762, "S31": -89.481060259921762, "W32": -89.481060259921762, "S32": -93.899240042758578 }, "geometry": { "type": "Point", "coordinates": [ 102875.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46132624836220826, "S11": -4.5386737516377913, "W12": -10.189791646921298, "S12": -14.370700124858695, "W13": -21.962250477633575, "S13": -23.205286061614345, "W21": -34.315028900163867, "S21": -39.315028900163867, "W22": -40.317715583645985, "S22": -43.09398084045467, "W31": -69.766277458391315, "S31": -71.942482807583119, "W32": -97.705047617244446, "S32": -102.70504761724445 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 504881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2665186306670031, "S11": 1.2665186306670031, "W12": -5.0, "S12": -5.0000000000000009, "W13": -20.784820483203379, "S13": -20.784820483203379, "W21": -37.814241730124479, "S21": -37.814241730124479, "W22": -40.464225638597291, "S22": -43.175305392317455, "W31": -69.742953933342605, "S31": -72.027472380104811, "W32": -97.784117802980106, "S32": -102.78411780298011 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 508571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4896505462211715, "S11": 2.4896505462211715, "W12": -5.0, "S12": -6.10500793213245, "W13": -28.546619123085051, "S13": -28.546619123085051, "W21": -35.549052304929965, "S21": -35.549052304929965, "W22": -43.300659993891749, "S22": -45.119199782246056, "W31": -69.258296346497715, "S31": -72.81145126915915, "W32": -98.866771115360578, "S32": -103.86677111536058 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 510817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41293756028971762, "S11": 0.41293756028971762, "W12": -8.8631982833866729, "S12": -11.310175174808009, "W13": -23.72724495605204, "S13": -25.229646676037341, "W21": -33.07604487361737, "S21": -33.07604487361737, "W22": -40.0, "S22": -44.885746368166188, "W31": -68.061672458915908, "S31": -70.987376788890785, "W32": -91.07618808146843, "S32": -96.07618808146843 }, "geometry": { "type": "Point", "coordinates": [ 102876.0, 511269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88796963196953649, "S11": 0.88796963196953649, "W12": -7.2666608371928243, "S12": -7.2666608371928243, "W13": -20.355727439737734, "S13": -20.355727439737734, "W21": -42.781209413360877, "S21": -42.781209413360877, "W22": -38.535511976092373, "S22": -45.422304428922558, "W31": -74.464816647163673, "S31": -74.64963281331579, "W32": -94.73201352003862, "S32": -99.73201352003862 }, "geometry": { "type": "Point", "coordinates": [ 102876.356060606063693, 516159.780303030274808 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1338842272070091, "S11": -4.8661157727929911, "W12": -12.485313812841857, "S12": -13.984906832560203, "W13": -24.250171716400825, "S13": -24.250171716400825, "W21": -34.530369944996693, "S21": -38.495997127458054, "W22": -68.830908250177032, "S22": -83.848232484864894, "W31": -95.013130267274477, "S31": -95.013130267274477, "W32": -97.037097220115243, "S32": -102.03709722011524 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 505085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.143065693430657, "S11": -0.143065693430657, "W12": -5.0, "S12": -6.1373424721812002, "W13": -15.493415690781246, "S13": -15.493415690781246, "W21": -35.784203065938712, "S21": -38.193757124082097, "W22": -39.305523636078526, "S22": -39.305523636078526, "W31": -60.0, "S31": -62.172209302325562, "W32": -90.386736022719759, "S32": -95.386736022719759 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0018239625167036, "S11": 1.0018239625167036, "W12": -10.021482844117383, "S12": -17.008675514914497, "W13": -19.796061109409191, "S13": -19.796061109409191, "W21": -34.242043313498613, "S21": -34.242043313498613, "W22": -36.988791582661293, "S22": -41.491525766629636, "W31": -70.0, "S31": -70.0, "W32": -95.677519163291137, "S32": -100.67751916329114 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 507051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4587020648967552, "S11": 2.4587020648967552, "W12": -7.4637135922330096, "S12": -8.3409862831421009, "W13": -20.699954065227374, "S13": -20.699954065227374, "W21": -36.974677840143151, "S21": -36.974677840143151, "W22": -45.383987430603185, "S22": -51.17638403526275, "W31": -68.665760949482305, "S31": -73.331713276724955, "W32": -83.613057555695164, "S32": -88.613057555695164 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 508410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5548632308053546, "S11": -0.5548632308053546, "W12": -9.9420621201890658, "S12": -11.474268607169492, "W13": -30.0, "S13": -30.0, "W21": -38.184459612112754, "S21": -38.184459612112754, "W22": -39.240436600677313, "S22": -39.240436600677313, "W31": -67.284564406831336, "S31": -70.833507397716573, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102877.0, 510290.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30299951512539247, "S11": 0.30299951512539247, "W12": -10.914572015253695, "S12": -10.914572015253695, "W13": -20.0, "S13": -22.64954552012717, "W21": -33.61231407327282, "S21": -33.944684831642171, "W22": -37.732785903068589, "S22": -46.744095873049595, "W31": -80.0, "S31": -81.078083103007444, "W32": -93.594914856619567, "S32": -98.594914856619567 }, "geometry": { "type": "Point", "coordinates": [ 102877.8, 511657.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.407660741393663, "S13": -19.369656312633008, "W21": -50.825939667688338, "S21": -65.047478519414554, "W22": -34.553586294008312, "S22": -43.155611505828936, "W31": -67.600416610415749, "S31": -67.621756371897604, "W32": -93.944526875029922, "S32": -98.944526875029922 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 499531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4800750524165007, "S11": 2.4800750524165007, "W12": -10.0, "S12": -10.0, "W13": -19.353219466065323, "S13": -20.760878630417043, "W21": -40.0, "S21": -63.806675062972296, "W22": -49.558999771631363, "S22": -49.568999771631361, "W31": -90.604883594249571, "S31": -90.604883594249571, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 500043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6881830887491267, "S11": 2.6881830887491267, "W12": -9.7520549791133266, "S12": -9.7520549791133266, "W13": -19.626509056521424, "S13": -20.687143645084884, "W21": -40.0, "S21": -68.255372945638442, "W22": -77.742326088272691, "S22": -91.313058431572586, "W31": -97.674794819890394, "S31": -97.674794819890394, "W32": -103.35156360318477, "S32": -108.35156360318477 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 500227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -8.9821066117724975, "S12": -13.956009085674971, "W13": -14.634439225990834, "S13": -19.04843753837703, "W21": -51.503660322108345, "S21": -60.439292633072895, "W22": -60.613587858667302, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -106.18834389639019, "S32": -111.18834389639019 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 501825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2976804328009193, "S11": 2.772041571105615, "W12": -7.9751358433998343, "S12": -14.050731449885074, "W13": -21.033862233975569, "S13": -23.107614070009284, "W21": -35.738961722417912, "S21": -40.783088647369873, "W22": -68.040921440056934, "S22": -81.148325358851679, "W31": -92.300502309778821, "S31": -92.300502309778821, "W32": -94.702761193258553, "S32": -99.702761193258553 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 504376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017307692307692302, "S11": 0.017307692307692302, "W12": -5.0, "S12": -5.0, "W13": -15.733428571708217, "S13": -15.733428571708217, "W21": -36.811292400171745, "S21": -37.741517195404974, "W22": -34.900002, "S22": -50.224516496717726, "W31": -74.670257513899116, "S31": -74.798038234238106, "W32": -94.879791653214525, "S32": -99.879791653214525 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 505987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0279889426399444, "S11": 2.0279889426399444, "W12": -8.7012934459517997, "S12": -10.217939834083188, "W13": -20.982300048098711, "S13": -20.982300048098711, "W21": -32.389322964021929, "S21": -32.396193387881674, "W22": -35.021025727390487, "S22": -49.842058779329243, "W31": -72.058568001276029, "S31": -72.558568001276029, "W32": -94.57227567206904, "S32": -99.57227567206904 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0577567210224768, "S12": -16.534187236104401, "W13": -20.244828518281722, "S13": -20.244828518281722, "W21": -36.169471660987917, "S21": -36.169471660987917, "W22": -41.619949157652577, "S22": -43.824962592160809, "W31": -69.505120047729676, "S31": -72.610938854506003, "W32": -98.377866027983416, "S32": -103.37786602798342 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 508115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48855414940082603, "S11": 0.48855414940082603, "W12": -5.0002033896610172, "S12": -17.35018662801167, "W13": -22.355648602688717, "S13": -22.355648602688717, "W21": -40.0, "S21": -40.0, "W22": -39.721898368171431, "S22": -39.721898368171431, "W31": -67.575141518749888, "S31": -74.142920870618141, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102878.0, 508725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.945176941158631, "S11": 2.945176941158631, "W12": -6.2064300252104374, "S12": -8.6902442044678256, "W13": -17.23665432908815, "S13": -20.454484198356631, "W21": -60.0, "S21": -80.63159887169941, "W22": -32.979202845517506, "S22": -44.32746530305927, "W31": -80.0, "S31": -80.689349380146595, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102878.333333333328483, 501239.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3568757245970304, "S11": 1.3568757245970304, "W12": -10.777587464712784, "S12": -10.777587464712784, "W13": -19.048199805214264, "S13": -19.495221037755769, "W21": -43.46849605164121, "S21": -63.46849605164121, "W22": -36.379572946374829, "S22": -48.777449651308466, "W31": -79.249277820868471, "S31": -79.640831579609724, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 499831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7168553459119495, "S11": 2.7168553459119495, "W12": -9.5961955614884022, "S12": -9.5961955614884022, "W13": -19.423113627986464, "S13": -20.442592939934396, "W21": -40.0, "S21": -70.0, "W22": -38.416122749371645, "S22": -45.149978863676544, "W31": -74.555667001002902, "S31": -75.087971239004787, "W32": -93.669483341380172, "S32": -98.669483341380172 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 500247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55369067825378504, "S11": 0.55369067825378504, "W12": -5.0, "S12": -8.5484460694698363, "W13": -16.917431442009914, "S13": -16.917431442009914, "W21": -37.641815451309228, "S21": -42.315055423598956, "W22": -36.580002, "S22": -48.846727289469939, "W31": -79.125716649897797, "S31": -79.507209766156492, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 505812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2227409638553866, "S11": 1.2227409638553866, "W12": -9.8991696888604999, "S12": -14.785354367684246, "W13": -19.986460407979408, "S13": -19.986460407979408, "W21": -34.348073316528918, "S21": -34.348073316528918, "W22": -42.549374590895482, "S22": -48.875002187066691, "W31": -68.395044264517793, "S31": -73.662146575943467, "W32": -84.946741551273362, "S32": -89.946741551273362 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 507032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2893738140417459, "S11": 1.2893738140417459, "W12": -5.0, "S12": -9.4152698289417494, "W13": -29.087916774704073, "S13": -29.342195503310432, "W21": -36.891158341441447, "S21": -36.891158341441447, "W22": -37.996096900201614, "S22": -42.486832266273176, "W31": -70.0, "S31": -70.0, "W32": -96.370081821891873, "S32": -101.37008182189187 }, "geometry": { "type": "Point", "coordinates": [ 102879.0, 510586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.9233568048069776, "S12": -11.984950015866321, "W13": -19.97203799655373, "S13": -23.688292903041635, "W21": -37.912970711437524, "S21": -44.319854930421414, "W22": -80.731605081576063, "S22": -100.03418904449904, "W31": -100.03418904449904, "S31": -100.03418904449904, "W32": -108.35884362412686, "S32": -113.35884362412686 }, "geometry": { "type": "Point", "coordinates": [ 102879.6, 504019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0874452248034094, "W13": -15.0, "S13": -17.254432512051419, "W21": -39.045634049022382, "S21": -46.255689909207625, "W22": -66.040485973363559, "S22": -77.644186754512745, "W31": -98.287230223897339, "S31": -98.287230223897339, "W32": -101.72669614011222, "S32": -106.72669614011222 }, "geometry": { "type": "Point", "coordinates": [ 102879.75, 498539.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47684997522857275, "S11": 0.47684997522857275, "W12": -11.505030743432085, "S12": -15.0, "W13": -15.0, "S13": -16.460760022575172, "W21": -29.968550379965599, "S21": -30.673569522857772, "W22": -49.484685165391411, "S22": -53.511337414838152, "W31": -99.283887468030699, "S31": -99.283887468030699, "W32": -99.283887468030699, "S32": -100.39190825991862 }, "geometry": { "type": "Point", "coordinates": [ 102880.0, 506178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -12.125776009096077, "S12": -15.7772424234764, "W13": -20.220702562625974, "S13": -20.372819194311919, "W21": -34.980553994368996, "S21": -34.980553994368996, "W22": -35.330098355631733, "S22": -48.497926904691219, "W31": -79.929162625148606, "S31": -80.351228840183566, "W32": -95.002234016007549, "S32": -100.00223401600755 }, "geometry": { "type": "Point", "coordinates": [ 102880.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56105012913829677, "S11": -0.56105012913829677, "W12": -9.202817690749546, "S12": -11.23041090588749, "W13": -30.0, "S13": -30.0, "W21": -38.102444672711798, "S21": -38.102444672711798, "W22": -34.695230148375977, "S22": -49.851651100235927, "W31": -76.838785900823751, "S31": -77.068394183166404, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102880.0, 510344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18418457218305226, "S11": -4.8158154278169478, "W12": -12.11113806072783, "S12": -13.556887617438692, "W13": -23.956345874990664, "S13": -23.956345874990664, "W21": -34.505068086206144, "S21": -38.695292683620913, "W22": -34.402346818108789, "S22": -49.765037255710084, "W31": -70.267018844597374, "S31": -71.284272927859064, "W32": -94.324204709326111, "S32": -99.324204709326111 }, "geometry": { "type": "Point", "coordinates": [ 102880.333333333328483, 505055.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51013408921175907, "S11": 0.51013408921175907, "W12": -5.2527575951511505, "S12": -8.4359389350318938, "W13": -17.123466580736405, "S13": -17.123466580736405, "W21": -36.379791142364503, "S21": -41.810231188456569, "W22": -47.137030309267189, "S22": -49.804127354853115, "W31": -98.302844893966821, "S31": -98.302844893966821, "W32": -98.302844893966821, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102880.5, 505784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.018948044992012, "W21": -38.587299953497499, "S21": -44.609342820713252, "W22": -64.024782010096374, "S22": -101.31993931931432, "W31": -101.31993931931432, "S31": -101.31993931931432, "W32": -103.69563037847773, "S32": -108.69563037847773 }, "geometry": { "type": "Point", "coordinates": [ 102880.666666666671517, 498461.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58036264597516352, "S11": -0.58036264597516352, "W12": -10.282915465243143, "S12": -12.953972115412295, "W13": -27.28858899269984, "S13": -27.28858899269984, "W21": -38.847798099417794, "S21": -38.847798099417794, "W22": -46.393619746120791, "S22": -46.393619746120791, "W31": -77.330762130247535, "S31": -77.330762130247535, "W32": -98.65332961547459, "S32": -103.65332961547459 }, "geometry": { "type": "Point", "coordinates": [ 102880.75, 509619.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9097696747738144, "S12": -5.9097696747738144, "W13": -14.999999999999998, "S13": -16.306235672201392, "W21": -36.772658137398345, "S21": -40.786405324773128, "W22": -46.177876616809911, "S22": -46.177876616809911, "W31": -77.18599471922542, "S31": -77.18599471922542, "W32": -98.663699053875902, "S32": -103.6636990538759 }, "geometry": { "type": "Point", "coordinates": [ 102881.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0712648497554156, "S11": 3.0712648497554156, "W12": -10.302805127252462, "S12": -10.302805127252462, "W13": -20.0, "S13": -20.215861722006611, "W21": -40.0, "S21": -65.0, "W22": -33.265186406049239, "S22": -48.025425580699732, "W31": -80.0, "S31": -80.5, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102881.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3315535229064239, "S11": 2.3315535229064239, "W12": -10.513374188896899, "S12": -20.847846762736562, "W13": -20.847846762736562, "S13": -21.427551108542655, "W21": -35.131891639936505, "S21": -35.131891639936505, "W22": -34.788699422918242, "S22": -50.047629948082353, "W31": -75.544752606154105, "S31": -75.69747153270778, "W32": -94.918506919782189, "S32": -99.918506919782189 }, "geometry": { "type": "Point", "coordinates": [ 102881.0, 506949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58113806944331803, "S11": 0.58113806944331803, "W12": -14.411202917206763, "S12": -14.411202917206763, "W13": -20.0, "S13": -20.0, "W21": -35.638308294068835, "S21": -36.444466407355236, "W22": -35.962973214708619, "S22": -39.703299785722457, "W31": -68.418814382749076, "S31": -68.418814382749076, "W32": -94.248734280581417, "S32": -99.248734280581417 }, "geometry": { "type": "Point", "coordinates": [ 102881.0, 512610.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.1914337245199835, "S12": -7.1914337245199835, "W13": -20.522236648838728, "S13": -20.522236648838728, "W21": -44.744857556662744, "S21": -44.744857556662744, "W22": -38.245078143794274, "S22": -38.245078143794274, "W31": -70.0, "S31": -73.0, "W32": -82.197619334817361, "S32": -87.197619334817361 }, "geometry": { "type": "Point", "coordinates": [ 102881.333333333328483, 515272.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8085217207579039, "S12": -8.8085217207579039, "W13": -20.636398429236234, "S13": -20.636398429236234, "W21": -42.248620393396415, "S21": -42.248620393396415, "W22": -35.252970974790387, "S22": -50.116886810786369, "W31": -73.001140147736919, "S31": -73.127357376201516, "W32": -94.59099029293391, "S32": -99.59099029293391 }, "geometry": { "type": "Point", "coordinates": [ 102881.54098360655189, 514632.868852459010668 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3410831997146775, "S11": 2.3410831997146775, "W12": -8.4648361242726367, "S12": -11.607240504434305, "W13": -21.088527715990338, "S13": -21.088527715990338, "W21": -32.497170431164925, "S21": -32.503623171437944, "W22": -39.40483061625261, "S22": -39.40483061625261, "W31": -60.0, "S31": -60.0, "W32": -90.372094709813993, "S32": -95.372094709813993 }, "geometry": { "type": "Point", "coordinates": [ 102881.666666666671517, 507238.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3647294214443322, "S11": 1.3647294214443322, "W12": -10.827227455831508, "S12": -10.827227455831508, "W13": -19.062886424932575, "S13": -19.510496822854495, "W21": -43.315728373327211, "S21": -63.326399466521423, "W22": -40.0, "S22": -48.459981576864777, "W31": -75.248466469088157, "S31": -75.248466469088157, "W32": -91.853233830845767, "S32": -96.853233830845767 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2393530536445523, "S11": 3.2393530536445523, "W12": -9.0951232876712336, "S12": -9.0951232876712336, "W13": -20.0, "S13": -20.002354187511028, "W21": -50.923089457389608, "S21": -63.032553539487665, "W22": -33.965961846170885, "S22": -36.569125608660741, "W31": -80.0, "S31": -81.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 500782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4258458882931371, "S11": 2.4258458882931371, "W12": -9.106518459950026, "S12": -12.16773475646044, "W13": -19.658514499182218, "S13": -27.368369329832497, "W21": -47.371988256322737, "S21": -51.315387255508824, "W22": -36.155942572036771, "S22": -42.323255147207156, "W31": -69.780081367156484, "S31": -69.780081367156484, "W32": -94.954332026784257, "S32": -99.954332026784257 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 503477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -8.2650907413449737, "W13": -30.0, "S13": -30.241657077100115, "W21": -36.277734653715704, "S21": -36.277734653715704, "W22": -40.234884131813487, "S22": -43.027691785391873, "W31": -69.7919488406624, "S31": -71.903263636733698, "W32": -97.604535471533794, "S32": -102.60453547153379 }, "geometry": { "type": "Point", "coordinates": [ 102882.0, 510695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30418383726825204, "S11": 0.30418383726825204, "W12": -10.673279952572372, "S12": -10.673279952572372, "W13": -20.0, "S13": -23.465895428094122, "W21": -33.443889088659652, "S21": -33.443889088659652, "W22": -40.640604283986342, "S22": -43.252898236704219, "W31": -69.7273606174506, "S31": -72.13861937602455, "W32": -97.823499062801758, "S32": -102.82349906280176 }, "geometry": { "type": "Point", "coordinates": [ 102882.272727272720658, 511592.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4328303782322507, "S11": 1.4328303782322507, "W12": -7.2199401646936403, "S12": -7.2199401646936403, "W13": -20.448034751214134, "S13": -20.448034751214134, "W21": -44.291574001219288, "S21": -44.291574001219288, "W22": -41.418359020454368, "S22": -46.497414932461702, "W31": -68.536062600619189, "S31": -71.378371179954982, "W32": -80.684602228077466, "S32": -85.684602228077466 }, "geometry": { "type": "Point", "coordinates": [ 102882.555555555562023, 515701.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0158068777233029, "S11": 3.0158068777233029, "W12": -9.8528617363344058, "S12": -9.8528617363344058, "W13": -20.0, "S13": -20.443976724031309, "W21": -47.383283132530117, "S21": -52.401724037810922, "W22": -39.086380650734213, "S22": -39.086380650734213, "W31": -67.304787715174527, "S31": -70.705021764344792, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9447757179905869, "S11": 2.9447757179905869, "W12": -5.6117495664309827, "S12": -8.6117495664309835, "W13": -17.846043697503362, "S13": -21.924359516561061, "W21": -60.0, "S21": -81.576542509611144, "W22": -40.546468313002066, "S22": -46.3632238281063, "W31": -68.216251857538211, "S31": -72.479077102707464, "W32": -88.356304445625952, "S32": -93.356304445625952 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 501161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60006842285324002, "S11": 0.60006842285324002, "W12": -10.814468045463014, "S12": -18.355527853334102, "W13": -20.0, "S13": -20.411903387220885, "W21": -30.26973948676725, "S21": -30.948093662873116, "W22": -38.545554479320415, "S22": -38.545554479320415, "W31": -70.0, "S31": -71.886857419980771, "W32": -83.063782307852506, "S32": -88.063782307852506 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 506228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84623515220907142, "S11": 0.84623515220907142, "W12": -9.0908930849936027, "S12": -14.879720135688057, "W13": -20.0, "S13": -20.473441108544964, "W21": -32.994743013337036, "S21": -33.003898752384345, "W22": -80.534084344309647, "S22": -96.273402482840538, "W31": -97.272165087857644, "S31": -97.272165087857644, "W32": -105.64259984067057, "S32": -110.64259984067057 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -9.3925224181190146, "W13": -30.0, "S13": -30.32372175980975, "W21": -36.664932073418107, "S21": -36.664932073418107, "W22": -70.0, "S22": -76.080791229742616, "W31": -96.187314021983354, "S31": -96.187314021983354, "W32": -100.15366628344277, "S32": -105.15366628344277 }, "geometry": { "type": "Point", "coordinates": [ 102883.0, 510631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9397252905580635, "S11": 2.9397252905580635, "W12": -5.8417568057024472, "S12": -8.6266977864106789, "W13": -18.025328891321763, "S13": -22.354300123410432, "W21": -60.0, "S21": -81.848490577929027, "W22": -63.889991494187697, "S22": -63.889991494187697, "W31": -90.0, "S31": -90.0, "W32": -98.150314665455852, "S32": -103.15031466545585 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 501138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1500001, "S11": 2.7500001, "W12": -9.5599565261203168, "S12": -12.301340767504559, "W13": -14.740919944702778, "S13": -17.9737679702313, "W21": -53.748169838945834, "S21": -59.112521303679337, "W22": -45.341758838739359, "S22": -45.341758838739359, "W31": -76.64034474516086, "S31": -76.64034474516086, "W32": -98.628991374534948, "S32": -103.62899137453495 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 501732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3868070834791189, "S11": 1.2193628680800375, "W12": -5.3048065240762945, "S12": -5.3048065240762945, "W13": -16.957006813563375, "S13": -19.957006813563375, "W21": -48.484378133297618, "S21": -59.164191583744042, "W22": -41.342983722516706, "S22": -41.342983722516706, "W31": -73.818837858107827, "S31": -79.734079312379265, "W32": -96.88700314020106, "S32": -101.88700314020106 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 502621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1901125639567933, "S12": -14.796892759478711, "W13": -20.31687302044342, "S13": -20.422822252906784, "W21": -34.606058644915535, "S21": -34.606058644915535, "W22": -34.849998, "S22": -49.43970986852338, "W31": -78.221404412630292, "S31": -78.520557603189701, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7462068965517243, "S12": -19.296894358505167, "W13": -19.296894358505167, "S13": -19.296894358505167, "W21": -33.606455959667294, "S21": -33.606455959667294, "W22": -65.0, "S22": -93.703442721964961, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -104.09910979228486, "S32": -109.09910979228486 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 506647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1241264019501145, "S11": 2.1241264019501145, "W12": -10.892976791120081, "S12": -19.60743236058191, "W13": -20.0, "S13": -21.204394141145141, "W21": -34.832802814713446, "S21": -34.832802814713446, "W22": -38.315983916279976, "S22": -42.892636966357855, "W31": -78.32739552030732, "S31": -78.782407392763218, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102884.0, 506966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3821532168090966, "S11": 2.3821532168090966, "W12": -10.727221072005072, "S12": -14.109615299943407, "W13": -19.069437893347956, "S13": -19.069437893347956, "W21": -34.970172645592143, "S21": -34.970172645592143, "W22": -38.704526839717737, "S22": -42.618586065108538, "W31": -70.0, "S31": -70.234201986941954, "W32": -96.528566238248786, "S32": -101.52856623824879 }, "geometry": { "type": "Point", "coordinates": [ 102884.2, 507522.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31991168785488172, "S11": 0.31991168785488172, "W12": -10.37449521092317, "S12": -10.971585534865346, "W13": -21.459192899678865, "S13": -26.228616503776397, "W21": -33.143190061005946, "S21": -33.143190061005946, "W22": -82.276493332281234, "S22": -90.412175096985436, "W31": -90.412175096985436, "S31": -90.412175096985436, "W32": -91.387451487710223, "S32": -96.387451487710223 }, "geometry": { "type": "Point", "coordinates": [ 102884.25, 511476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47160744043616876, "S11": 0.47160744043616876, "W12": -11.714738215016967, "S12": -16.705106633796465, "W13": -16.705106633796465, "S13": -16.705106633796465, "W21": -30.018020676140619, "S21": -30.746039782740432, "W22": -55.10096594221001, "S22": -61.279432996276, "W31": -83.988657796808894, "S31": -83.988657796808894, "W32": -98.325666206709272, "S32": -103.32566620670927 }, "geometry": { "type": "Point", "coordinates": [ 102884.4, 506180.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64976921861928971, "S11": -0.64976921861928971, "W12": -10.315277585632669, "S12": -10.315277585632669, "W13": -25.78874374124155, "S13": -25.78874374124155, "W21": -37.995160750926409, "S21": -37.995160750926409, "W22": -38.344086531017396, "S22": -43.351452335271205, "W31": -80.000000000000014, "S31": -80.199544193420436, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102885.0, 509402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14108258154059694, "S11": -0.14108258154059694, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.434459149347028, "S21": -38.434459149347028, "W22": -40.0, "S22": -45.0, "W31": -68.022444273168659, "S31": -71.082666849544225, "W32": -91.387082869355936, "S32": -96.387082869355936 }, "geometry": { "type": "Point", "coordinates": [ 102885.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6678055769866638, "S11": 2.6678055769866638, "W12": -5.0, "S12": -7.3416442579236936, "W13": -30.0, "S13": -30.284619013918377, "W21": -35.932245807489089, "S21": -35.932245807489089, "W22": -42.498811068134401, "S22": -49.187150120569534, "W31": -68.368892140686285, "S31": -73.742778222122013, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102885.0, 510748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0544440397049448, "S11": 1.6525857026059843, "W12": -5.0, "S12": -5.0, "W13": -14.905933989080493, "S13": -17.905933989080495, "W21": -48.923461285431394, "S21": -63.297464614883467, "W22": -44.212856577164864, "S22": -49.602636595496669, "W31": -68.90682277924391, "S31": -73.90682277924391, "W32": -82.266521826222288, "S32": -87.266521826222288 }, "geometry": { "type": "Point", "coordinates": [ 102886.0, 502504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5698287313258441, "S11": 2.6854146637565224, "W12": -5.8984904177220709, "S12": -8.1691091631455492, "W13": -20.0, "S13": -22.668421052631579, "W21": -48.247205884531283, "S21": -59.108957298359606, "W22": -80.410493013446185, "S22": -102.16025682002417, "W31": -102.16025682002417, "S31": -102.16025682002417, "W32": -107.85837763083956, "S32": -112.85837763083956 }, "geometry": { "type": "Point", "coordinates": [ 102886.0, 502693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4499492140266019, "S11": 2.4499492140266019, "W12": -10.953796475270041, "S12": -14.863856393276976, "W13": -20.122804491793836, "S13": -20.335558494184447, "W21": -33.801843466180856, "S21": -33.801843466180856, "W22": -45.918525576149392, "S22": -53.808354774366627, "W31": -70.0, "S31": -70.819657992565169, "W32": -90.788233965633793, "S32": -95.788233965633793 }, "geometry": { "type": "Point", "coordinates": [ 102886.0, 506528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9475751995089009, "S11": 0.9475751995089009, "W12": -7.7573580212795363, "S12": -20.463079806056442, "W13": -20.794130799054432, "S13": -20.794130799054432, "W21": -34.224477080490225, "S21": -34.22907061623949, "W22": -48.122856553249896, "S22": -48.131885588328757, "W31": -87.697056682902513, "S31": -87.697056682902513, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102886.0, 507895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9012648497554161, "S11": 2.9012648497554161, "W12": -10.162239147934859, "S12": -10.162239147934859, "W13": -19.853235380932077, "S13": -20.271787417131172, "W21": -40.0, "S21": -62.756596114815885, "W22": -46.035614122656398, "S22": -54.040922363863636, "W31": -70.0, "S31": -71.295464684014874, "W32": -90.933798676592829, "S32": -95.933798676592829 }, "geometry": { "type": "Point", "coordinates": [ 102887.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7359059745347698, "S11": 1.7347625256575074, "W12": -9.6772244599047976, "S12": -13.467028144252978, "W13": -20.0, "S13": -20.0, "W21": -37.382187545218244, "S21": -37.382187545218244, "W22": -38.177362651209677, "S22": -42.500647183907553, "W31": -70.0, "S31": -70.0, "W32": -96.308247084718772, "S32": -101.30824708471877 }, "geometry": { "type": "Point", "coordinates": [ 102887.0, 508337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9860575333406811, "S11": 2.9860575333406811, "W12": -5.0, "S12": -6.9779137929094608, "W13": -29.64, "S13": -30.14, "W21": -35.857351212264469, "S21": -35.857351212264469, "W22": -45.246206225295403, "S22": -51.614576582287754, "W31": -68.632383157669153, "S31": -73.213178706206634, "W32": -83.686512347170549, "S32": -88.686512347170549 }, "geometry": { "type": "Point", "coordinates": [ 102887.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16122050585639114, "S11": 0.16122050585639108, "W12": -4.575954077073221, "S12": -6.5595563218995974, "W13": -17.332086846396894, "S13": -17.332086846396894, "W21": -36.073740705056487, "S21": -42.096521284265627, "W22": -37.125090786365639, "S22": -39.210458596924774, "W31": -80.086070251801928, "S31": -80.317505003063474, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102887.75, 505766.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8471701162461015, "S11": 0.8471701162461015, "W12": -7.9795629503352288, "S12": -7.9795629503352288, "W13": -16.151099075139886, "S13": -16.245004080400669, "W21": -32.949178791615289, "S21": -33.246639091510161, "W22": -35.269634136549499, "S22": -49.339297105612765, "W31": -78.543983958217737, "S31": -78.844300828847111, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 497795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1171957232286296, "S11": 1.799628155661062, "W12": -8.4801008933127839, "S12": -15.217828638512671, "W13": -19.999999999999996, "S13": -22.999999999999996, "W21": -35.425746501035192, "S21": -40.160863387731148, "W22": -34.664756496269632, "S22": -50.054861844729921, "W31": -71.42478105500615, "S31": -71.900688439236433, "W32": -94.320317040098161, "S32": -99.320317040098161 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 504437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.874202250148036, "W12": -5.0158971981188314, "S12": -8.3633495464432368, "W13": -18.883392776826511, "S13": -21.883392776826511, "W21": -31.765113462947184, "S21": -37.085481203546451, "W22": -39.188696113554826, "S22": -44.188696113554826, "W31": -67.635435771811871, "S31": -69.304962825394995, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 505551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7640020773406524, "S11": 1.7640020773406524, "W12": -8.9144940803119077, "S12": -13.046734067044113, "W13": -20.678545695866998, "S13": -20.713327385263373, "W21": -36.804665823342255, "S21": -36.804665823342255, "W22": -53.670060999606577, "S22": -58.4631007744198, "W31": -99.518329070758853, "S31": -99.518329070758853, "W32": -99.518329070758853, "S32": -102.98413051118727 }, "geometry": { "type": "Point", "coordinates": [ 102888.0, 508363.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1675590658405395, "S11": 3.1675590658405395, "W12": -10.204667156186758, "S12": -10.204667156186758, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -41.578149169412868, "S21": -54.279157618581579, "W22": -45.916712124538044, "S22": -45.923720817887393, "W31": -84.649123837263929, "S31": -84.649123837263929, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102889.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.302332574985003, "W12": -3.445972745505693, "S12": -3.7177967341501219, "W13": -17.449705474888187, "S13": -17.801172461492669, "W21": -31.680892472353147, "S21": -38.785466917714544, "W22": -46.474183963639675, "S22": -46.474183963639675, "W31": -77.431021140319316, "S31": -77.431021140319316, "W32": -98.609203608661971, "S32": -103.60920360866197 }, "geometry": { "type": "Point", "coordinates": [ 102889.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5814821935364805, "S12": -8.5814821935364805, "W13": -20.641221878516589, "S13": -20.641221878516589, "W21": -42.361417619861172, "S21": -42.361417619861172, "W22": -39.726157389565067, "S22": -51.693717333147397, "W31": -70.0, "S31": -71.186055620838232, "W32": -91.329097375890854, "S32": -96.329097375890854 }, "geometry": { "type": "Point", "coordinates": [ 102889.303278688530554, 514682.229508196702227 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2552203078001556, "S12": -13.895751213036924, "W13": -19.796067157599889, "S13": -25.533623380609118, "W21": -42.407912154274513, "S21": -50.218261183103152, "W22": -46.044057476378129, "S22": -54.598025191398989, "W31": -70.0, "S31": -71.71641791044776, "W32": -91.04897022948721, "S32": -96.04897022948721 }, "geometry": { "type": "Point", "coordinates": [ 102889.333333333328483, 503708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7242837176799442, "S11": 2.7242837176799442, "W12": -10.0, "S12": -10.0, "W13": -19.318526203799887, "S13": -20.373860931833359, "W21": -40.000000000000007, "S21": -67.919240812687093, "W22": -37.712065578947367, "S22": -42.373777578156798, "W31": -70.0, "S31": -70.0, "W32": -95.978481243042594, "S32": -100.97848124304259 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83149274684136631, "S11": -3.8291235266299868, "W12": -9.9688416638048221, "S12": -16.337465128548235, "W13": -20.911895820980739, "S13": -22.679441323928817, "W21": -34.338497440218816, "S21": -39.338497440218816, "W22": -37.828033644153223, "S22": -42.422463625233028, "W31": -70.0, "S31": -70.0, "W32": -96.115957487333816, "S32": -101.11595748733382 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 504793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.027438550244928923, "S11": -2.2513014865423182, "W12": -13.192640152813164, "S12": -14.51148137135414, "W13": -24.883202049501573, "S13": -24.883202049501573, "W21": -34.624348342772862, "S21": -37.641028214529939, "W22": -40.173246798700454, "S22": -40.216411712780989, "W31": -67.882114992793106, "S31": -75.366763766066441, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 505154.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.0785906967563657, "W12": -5.7693581506259521, "S12": -8.9751070159814752, "W13": -19.153928786144778, "S13": -21.950551271511124, "W21": -32.007590947496276, "S21": -36.961204252822483, "W22": -34.919998, "S22": -50.044420182713345, "W31": -77.332048871086442, "S31": -77.550976427904629, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 505526.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3996095928611365, "W12": -3.9195663705576083, "S12": -5.4751657396427813, "W13": -18.2840593639642, "S13": -20.330780829860181, "W21": -31.191664316931007, "S21": -37.246840653677204, "W22": -41.591530574402185, "S22": -41.591530574402185, "W31": -74.249458816022511, "S31": -84.249458816022511, "W32": -95.38817820296515, "S32": -100.38817820296515 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 505609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57757006094273322, "S11": 0.57757006094273322, "W12": -11.300074529532328, "S12": -18.568435236070911, "W13": -19.502226463104325, "S13": -19.838879657869509, "W21": -30.299676144473782, "S21": -31.022342291747961, "W22": -40.0, "S22": -40.0, "W31": -71.049745315094839, "S31": -72.049745315094839, "W32": -90.570402119429502, "S32": -95.570402119429502 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3916464303061531, "S11": 1.3916464303061531, "W12": -9.0540002867151994, "S12": -17.384870014595442, "W13": -21.305313055137866, "S13": -21.305313055137866, "W21": -33.47498272198915, "S21": -33.479690867163932, "W22": -37.177514382338451, "S22": -39.530860094463549, "W31": -80.08305200079198, "S31": -80.263897951284449, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 507278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4345932415519398, "S11": 2.4345932415519398, "W12": -8.9293741736447778, "S12": -16.848779002175952, "W13": -20.366249103096905, "S13": -20.366249103096905, "W21": -35.297752563053201, "S21": -35.297752563053201, "W22": -35.200001, "S22": -50.650001, "W31": -73.199997, "S31": -73.199997, "W32": -94.473160284970191, "S32": -99.473160284970191 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9167252283907237, "S11": 1.9167252283907237, "W12": -5.0, "S12": -5.0, "W13": -27.641411903706988, "S13": -28.062731700661303, "W21": -35.416724503337278, "S21": -35.416724503337278, "W22": -40.602360171281525, "S22": -43.208819756707129, "W31": -69.747494600612299, "S31": -72.126368898514585, "W32": -97.740074218528136, "S32": -102.74007421852814 }, "geometry": { "type": "Point", "coordinates": [ 102890.0, 510882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.255262155643011, "S11": 2.255262155643011, "W12": -7.9076499388004891, "S12": -14.877526611589783, "W13": -20.304907200845431, "S13": -20.304907200845431, "W21": -34.882331589403066, "S21": -34.882331589403066, "W22": -44.066193394822442, "S22": -50.799733418501795, "W31": -68.48469188278348, "S31": -72.832951150397506, "W32": -84.364519402696757, "S32": -89.364519402696757 }, "geometry": { "type": "Point", "coordinates": [ 102890.5, 507964.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39076065509076563, "S11": 0.39076065509076563, "W12": -15.0, "S12": -15.103597081930415, "W13": -15.98175061728395, "S13": -16.91445829889674, "W21": -49.999999999999993, "S21": -50.778219195358801, "W22": -60.0, "S22": -60.0, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 499312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8537945492662473, "S11": 2.8537945492662473, "W12": -10.134373645426962, "S12": -10.134373645426962, "W13": -19.575776458627136, "S13": -20.240500893330722, "W21": -40.0, "S21": -60.0, "W22": -46.655528887717779, "S22": -46.655528887717779, "W31": -77.562973201412632, "S31": -77.562973201412632, "W32": -98.591542194217752, "S32": -103.59154219421775 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 500335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6596166105090608, "S11": 1.6699798477659742, "W12": -5.0, "S12": -5.6216614477808031, "W13": -14.812832345344663, "S13": -17.812832345344663, "W21": -49.094064085849162, "S21": -63.532565744202955, "W22": -33.400002, "S22": -48.646576824419235, "W31": -68.866378333860254, "S31": -71.580454737390966, "W32": -93.87817201523859, "S32": -98.87817201523859 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 502366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6314570950166276, "S11": 3.1241513976180402, "W12": -6.566719414506931, "S12": -10.660441072052038, "W13": -20.037015674533286, "S13": -22.912395505084174, "W21": -48.547687431630365, "S21": -62.252978914505924, "W22": -36.349085396563183, "S22": -42.459936659425672, "W31": -70.0, "S31": -70.0, "W32": -94.963437040666335, "S32": -99.963437040666335 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 502759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3782601028655064, "S11": 1.3782601028655064, "W12": -9.7331119703627991, "S12": -12.338447696680536, "W13": -20.0, "S13": -20.000183671595188, "W21": -34.43961923707316, "S21": -34.43961923707316, "W22": -67.226885040017379, "S22": -81.734277620396597, "W31": -93.546751664948417, "S31": -93.546751664948417, "W32": -96.134696634033958, "S32": -101.13469663403396 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 507015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4033442678105812, "S11": 1.4033442678105812, "W12": -5.1535714285714285, "S12": -10.51250400139689, "W13": -20.39739147174895, "S13": -20.39739147174895, "W21": -37.501893334771786, "S21": -37.501893334771786, "W22": -36.579890979538938, "S22": -41.864369130013344, "W31": -70.0, "S31": -70.0, "W32": -95.127063942537646, "S32": -100.12706394253765 }, "geometry": { "type": "Point", "coordinates": [ 102891.0, 508550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.022999282995974, "S12": -15.022999282995974, "W13": -16.855696709269871, "S13": -20.130358950127082, "W21": -52.195090101854269, "S21": -63.176497464445603, "W22": -41.694565225741982, "S22": -43.810001300360696, "W31": -69.476569712214015, "S31": -72.580424364804244, "W32": -98.315575477592446, "S32": -103.31557547759245 }, "geometry": { "type": "Point", "coordinates": [ 102891.5, 499443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77181117096682739, "S11": 0.77181117096682739, "W12": -9.2946111847625623, "S12": -9.8150193480278691, "W13": -16.303654800998292, "S13": -17.065861522621628, "W21": -28.642671522265637, "S21": -28.855969046174952, "W22": -43.856120145301709, "S22": -45.440043656275591, "W31": -69.14124884532626, "S31": -72.955527358056855, "W32": -98.960301607436989, "S32": -103.96030160743699 }, "geometry": { "type": "Point", "coordinates": [ 102892.0, 497418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54799682071330957, "S11": -0.54799682071330957, "W12": -7.8511112315405667, "S12": -11.972234725796145, "W13": -28.43137846301023, "S13": -28.43137846301023, "W21": -37.922036774074805, "S21": -37.922036774074805, "W22": -45.574901933012455, "S22": -51.634363124372292, "W31": -68.763058303395127, "S31": -73.527514277528525, "W32": -83.032587509463752, "S32": -88.032587509463752 }, "geometry": { "type": "Point", "coordinates": [ 102892.0, 510458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28593069192761777, "S11": 0.28593069192761777, "W12": -7.2655161515562803, "S12": -7.2655161515562803, "W13": -20.302054710230905, "S13": -20.302054710230905, "W21": -42.27706430927261, "S21": -42.27706430927261, "W22": -37.006791844242784, "S22": -44.413785415496307, "W31": -68.8938407862682, "S31": -68.8938407862682, "W32": -94.274977543687726, "S32": -99.274977543687726 }, "geometry": { "type": "Point", "coordinates": [ 102892.163793103449279, 516617.288793103420176 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2608798050010233, "S12": -7.2608798050010233, "W13": -20.590001937939547, "S13": -20.590001937939547, "W21": -43.569148373217601, "S21": -43.569148373217601, "W22": -63.843506195502528, "S22": -101.02404465435809, "W31": -101.02404465435809, "S31": -101.02404465435809, "W32": -103.72522255192878, "S32": -108.72522255192878 }, "geometry": { "type": "Point", "coordinates": [ 102892.327868852458778, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21287983425414367, "S11": 0.21287983425414367, "W12": -9.4151972901217622, "S12": -9.6651332235299172, "W13": -15.172290310225966, "S13": -15.549881178354534, "W21": -50.0, "S21": -55.708664396519104, "W22": -40.0, "S22": -54.503937720648139, "W31": -70.0, "S31": -71.6328125, "W32": -91.12331126439291, "S32": -96.12331126439291 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 499202.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.77094346936578, "S11": 2.1428317616745449, "W12": -6.7996042477095742, "S12": -12.538204791757812, "W13": -14.728222048368989, "S13": -15.659708312750299, "W21": -50.0, "S21": -62.703094277988129, "W22": -45.035765940989052, "S22": -53.044377006641156, "W31": -70.0, "S31": -70.446319702602224, "W32": -90.646191755592696, "S32": -95.646191755592696 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 502080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.4833036336871475, "S12": -14.76741662368249, "W13": -19.859328368698563, "S13": -24.795025110606904, "W21": -40.135634619584117, "S21": -46.050941918974459, "W22": -36.078852481113387, "S22": -49.124992650052029, "W31": -79.097400949244189, "S31": -79.412468693999429, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 503814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56861610357128067, "S11": 0.56861610357128067, "W12": -9.378478759967777, "S12": -16.188690630386681, "W13": -20.0, "S13": -20.0, "W21": -33.980473520110174, "S21": -33.980473520110174, "W22": -38.163016633064515, "S22": -42.48241158756754, "W31": -70.0, "S31": -70.0, "W32": -96.237932441744547, "S32": -101.23793244174455 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 507056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7969353750536754, "S11": 1.7969353750536754, "W12": -8.3924537949908888, "S12": -9.6949627088738577, "W13": -20.0, "S13": -20.566671758057073, "W21": -32.603425654888269, "S21": -32.612810296969727, "W22": -39.636661130364018, "S22": -39.636661130364018, "W31": -67.599818625872999, "S31": -75.454343152170154, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102893.0, 507180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13032538402239005, "S11": -4.4428610610240931, "W12": -12.440562430457407, "S12": -13.695581116136129, "W13": -24.26229162697669, "S13": -24.26229162697669, "W21": -34.566240342692595, "S21": -38.484896985774633, "W22": -40.181490032728348, "S22": -46.357756664722451, "W31": -68.155945544506579, "S31": -72.40507750962324, "W32": -89.095538014805115, "S32": -94.095538014805115 }, "geometry": { "type": "Point", "coordinates": [ 102893.666666666671517, 505093.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0314130023020658, "S12": -6.8683069453005912, "W13": -15.0, "S13": -15.323364534716971, "W21": -43.148002753989054, "S21": -55.176631098925697, "W22": -39.934942853982662, "S22": -39.934942853982662, "W31": -67.82912134153139, "S31": -75.467006002536721, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 498911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.860826995366728, "S12": -8.4296998126099112, "W13": -15.0, "S13": -15.038813130654708, "W21": -46.077377429368639, "S21": -58.69498368488636, "W22": -35.221150907197242, "S22": -35.221150907197242, "W31": -68.077668621196537, "S31": -68.077668621196537, "W32": -93.840621427404898, "S32": -98.840621427404898 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91145891768577725, "S11": 0.91145891768577725, "W12": -11.525359215910171, "S12": -11.525359215910171, "W13": -18.658282589151931, "S13": -18.997032918557494, "W21": -44.415400512840144, "S21": -59.180483665946269, "W22": -47.889659958363957, "S22": -47.899659958363955, "W31": -80.20335101253616, "S31": -80.20335101253616, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 499761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1412092326547287, "S11": 3.1412092326547287, "W12": -10.173254293747874, "S12": -10.173254293747874, "W13": -20.0, "S13": -20.0, "W21": -42.84889558232932, "S21": -59.054946277341585, "W22": -68.77116124047933, "S22": -83.405188246097339, "W31": -95.476343312909748, "S31": -95.476343312909748, "W32": -97.408051913097822, "S32": -102.40805191309782 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 500613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1562065595897977, "S11": 3.1562065595897977, "W12": -9.0611410689190564, "S12": -9.0611410689190564, "W13": -19.705035447806441, "S13": -20.632291053715694, "W21": -52.570474173048723, "S21": -75.079934731148541, "W22": -37.971003106825172, "S22": -42.765208819636563, "W31": -66.763462839204863, "S31": -68.751928374362464, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 500840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4683808451609757, "W12": -9.1284131569860865, "S12": -11.858077548740109, "W13": -19.829435524374372, "S13": -21.989995378721208, "W21": -50.01495744848193, "S21": -68.979957977843185, "W22": -39.964037627299184, "S22": -39.964037627299184, "W31": -70.091644432270186, "S31": -71.091644432270186, "W32": -90.546992054876966, "S32": -95.546992054876966 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 502969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00010435145570278359, "S11": 0.00010435145570278359, "W12": -10.0, "S12": -10.0, "W13": -19.562028616883378, "S13": -27.17791278988766, "W21": -51.175884318968727, "S21": -69.695059076250288, "W22": -39.771383382548365, "S22": -52.773263965528969, "W31": -69.999999999999986, "S31": -71.285371702637875, "W32": -91.355488961246863, "S32": -96.355488961246863 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 503275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56600760456273769, "S11": 0.56600760456273769, "W12": -5.0, "S12": -7.5595054095826892, "W13": -16.406916475233057, "S13": -16.406916475233057, "W21": -39.086088449978533, "S21": -41.313714087915912, "W22": -40.0, "S22": -48.378504612270937, "W31": -75.746777862016671, "S31": -75.746777862016671, "W32": -92.912794299876083, "S32": -97.912794299876083 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 505916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54812795051919849, "S11": -0.54812795051919849, "W12": -8.7800857528697627, "S12": -11.513365626265754, "W13": -30.0, "S13": -30.0, "W21": -38.037757355516362, "S21": -38.037757355516362, "W22": -38.653959569227368, "S22": -45.169908109719636, "W31": -75.138749582079569, "S31": -75.66873367787899, "W32": -94.352969579913079, "S32": -99.352969579913079 }, "geometry": { "type": "Point", "coordinates": [ 102894.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9483000350508237, "S11": 1.9483000350508237, "W12": -9.4640836343209056, "S12": -11.919533183638036, "W13": -19.802915571964615, "S13": -22.290458709224435, "W21": -50.313814565467091, "S21": -60.0, "W22": -42.899318645260536, "S22": -48.373883264875566, "W31": -68.848958600328203, "S31": -72.691786091103111, "W32": -81.500074474696575, "S32": -86.500074474696575 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 502997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6153160431801209, "S11": 0.6153160431801209, "W12": -5.0, "S12": -8.0, "W13": -16.49964013795972, "S13": -16.49964013795972, "W21": -39.442571919278663, "S21": -42.001080678077741, "W22": -80.86980073515187, "S22": -100.86980073515187, "W31": -100.86980073515187, "S31": -100.86980073515187, "W32": -108.53852036914292, "S32": -113.53852036914292 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 505904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1928129829984542, "S11": 2.1928129829984542, "W12": -10.553677000720981, "S12": -16.634821375419193, "W13": -20.314136392827358, "S13": -20.314136392827358, "W21": -35.61146568380191, "S21": -35.61146568380191, "W22": -74.404108789541255, "S22": -99.165867480747806, "W31": -99.462251682005586, "S31": -99.462251682005586, "W32": -108.37434867223301, "S32": -113.37434867223301 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 506918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.58273049482147, "S11": 1.58273049482147, "W12": -10.345267215267176, "S12": -10.345267215267176, "W13": -19.73070153381947, "S13": -19.73070153381947, "W21": -34.428511115841999, "S21": -34.428511115841999, "W22": -67.728659232740725, "S22": -67.728659232740725, "W31": -91.753992666683459, "S31": -91.753992666683459, "W32": -93.695752755793436, "S32": -98.695752755793436 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 506992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7617488027190431, "S12": -10.207985975488466, "W13": -28.613196830171443, "S13": -28.898988734545256, "W21": -37.236430613961332, "S21": -37.236430613961332, "W22": -36.387471590027985, "S22": -36.387471590027985, "W31": -80.122159380168668, "S31": -80.786162873977432, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102895.0, 510554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6611061751781335, "S11": 2.6611061751781335, "W12": -12.719719577017951, "S12": -12.719719577017951, "W13": -20.753978805144079, "S13": -20.753978805144079, "W21": -40.074619904982796, "S21": -40.074619904982796, "W22": -40.847344197593543, "S22": -43.329571737583954, "W31": -69.714272544878568, "S31": -72.271519844001517, "W32": -97.830433383191021, "S32": -102.83043338319102 }, "geometry": { "type": "Point", "coordinates": [ 102895.857142857144936, 514112.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48068617752792731, "S11": 0.48068617752792731, "W12": -15.015602888791294, "S12": -15.075676689529301, "W13": -16.318298810048482, "S13": -17.873446725259292, "W21": -50.451815095325152, "S21": -50.451815095325145, "W22": -47.020032840722159, "S22": -47.020032840722159, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -84.425874042052698, "S32": -89.425874042052698 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 499356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -8.830588624814661, "S12": -14.52864382286986, "W13": -14.613165876279757, "S13": -19.423646530448085, "W21": -51.835867073252167, "S21": -60.883366837019153, "W22": -79.459503478579265, "S22": -90.38721979290797, "W31": -90.38721979290797, "S31": -90.38721979290797, "W32": -90.38721979290797, "S32": -94.651137045781752 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 501846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0095825444555815, "W12": -8.7810375762546773, "S12": -14.611744425767533, "W13": -14.611744425767533, "S13": -19.597524884066239, "W21": -51.848331738153, "S21": -61.401031301523105, "W22": -35.819028853155778, "S22": -36.068323857778083, "W31": -80.083210646345066, "S31": -80.811541325068802, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 501860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.029791206925819047, "S11": 0.029791206925819047, "W12": -5.0, "S12": -7.5740091196071546, "W13": -17.355589749542538, "S13": -17.355589749542538, "W21": -37.299677434091876, "S21": -43.163048788364193, "W22": -39.144817918346774, "S22": -42.677722360501569, "W31": -70.0, "S31": -70.806753170028188, "W32": -96.666004359871025, "S32": -101.66600435987102 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 505778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2653059603352921, "S11": 1.2653059603352921, "W12": -9.904758998795181, "S12": -11.835646683247804, "W13": -20.312908406196215, "S13": -20.312908406196215, "W21": -40.210428802310659, "S21": -40.210428802310659, "W22": -41.466701752299436, "S22": -43.670824785342148, "W31": -69.540662302147126, "S31": -72.514391739907978, "W32": -98.157719105590999, "S32": -103.157719105591 }, "geometry": { "type": "Point", "coordinates": [ 102896.0, 508265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92225408028231159, "S11": 0.92225408028231159, "W12": -10.593546360050807, "S12": -20.625027841532287, "W13": -20.625027841532287, "S13": -20.625027841532287, "W21": -33.300953765990883, "S21": -33.310545342876289, "W22": -38.854569464775778, "S22": -39.365570505099988, "W31": -67.307882225854812, "S31": -70.493199727310142, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102896.5, 507839.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.028611218355303, "S12": -15.028611218355303, "W13": -17.187607609813426, "S13": -19.387886744495908, "W21": -51.635747701242138, "S21": -66.635747701242138, "W22": -45.593776793946397, "S22": -51.773054822408739, "W31": -68.74538770772935, "S31": -73.469803077306011, "W32": -83.08381256141368, "S32": -88.08381256141368 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 499498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8990985324947589, "S11": 2.8990985324947589, "W12": -10.20905319214812, "S12": -10.20905319214812, "W13": -19.720409301105246, "S13": -20.257871155256566, "W21": -40.0, "S21": -65.0, "W22": -38.818849581063581, "S22": -43.808054037789745, "W31": -67.272543272698357, "S31": -68.863267758483758, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 500362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9991494757701469, "S11": 2.9991494757701469, "W12": -9.4486173633440504, "S12": -9.4486173633440504, "W13": -20.0, "S13": -20.001609508481007, "W21": -47.961847389558237, "S21": -50.23094659138264, "W22": -85.359147650965369, "S22": -92.534909005729119, "W31": -92.534909005729119, "S31": -92.534909005729119, "W32": -94.080339430169914, "S32": -99.080339430169914 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 500719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8178701234504793, "S11": 2.3178701234504793, "W12": -9.2630673557228604, "S12": -13.265498358153863, "W13": -14.690713836873194, "S13": -18.570001830491066, "W21": -53.197657393850655, "S21": -59.719358734762416, "W22": -67.220175687163504, "S22": -79.055504077519743, "W31": -98.707168603520742, "S31": -98.707168603520742, "W32": -102.07175650399593, "S32": -107.07175650399593 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 501777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3459834659179533, "S11": -2.9651383443853678, "W12": -9.7641553629534226, "S12": -16.832063101089513, "W13": -20.077446179297421, "S13": -22.023887779739141, "W21": -34.525022945204569, "S21": -39.525022945204569, "W22": -78.559060362051213, "S22": -92.056688130068764, "W31": -98.275047218951954, "S31": -98.275047218951954, "W32": -103.42246613731901, "S32": -108.42246613731901 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 504723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95253568610617134, "S11": 0.95253568610617134, "W12": -9.0189995269706955, "S12": -13.509002618415209, "W13": -18.651195578661746, "S13": -18.651195578661746, "W21": -33.749936718780134, "S21": -33.749936718780134, "W22": -63.249479229358364, "S22": -87.189728353531194, "W31": -100.0, "S31": -100.0, "W32": -102.50756119976606, "S32": -107.50756119976606 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 507096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3305756085095508, "S11": 2.3305756085095508, "W12": -5.0, "S12": -6.108282046377659, "W13": -28.947841726618709, "S13": -28.947841726618709, "W21": -35.743808046058703, "S21": -35.743808046058703, "W22": -81.169786873536111, "S22": -101.16978687353611, "W31": -101.16978687353611, "S31": -101.16978687353611, "W32": -101.16978687353611, "S32": -101.47267759562841 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29998492538063409, "S11": 0.29998492538063409, "W12": -10.498931322600367, "S12": -10.714875186692378, "W13": -20.911313370709316, "S13": -25.544122489162639, "W21": -33.25438952114915, "S21": -33.25438952114915, "W22": -82.97878702304024, "S22": -99.910431040614583, "W31": -99.910431040614583, "S31": -99.910431040614583, "W32": -99.910431040614583, "S32": -100.57103825136612 }, "geometry": { "type": "Point", "coordinates": [ 102897.0, 511521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3544426663147107, "S12": -8.3544426663147107, "W13": -20.646045327796909, "S13": -20.646045327796909, "W21": -42.474214846326298, "S21": -42.474214846326298, "W22": -40.0, "S22": -40.0, "W31": -70.95074972515593, "S31": -71.95074972515593, "W32": -90.594999874076109, "S32": -95.594999874076109 }, "geometry": { "type": "Point", "coordinates": [ 102897.065573770494666, 514731.590163934451994 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59420598818657078, "S11": 0.59420598818657078, "W12": -5.0, "S12": -8.0, "W13": -16.583657156693835, "S13": -16.583657156693835, "W21": -39.690210390725639, "S21": -42.484829873831444, "W22": -34.17115242173918, "S22": -36.456064584139298, "W31": -80.0, "S31": -81.153428620044707, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102898.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5951724137931036, "S12": -19.386018149429873, "W13": -19.386018149429873, "S13": -19.386018149429873, "W21": -33.641603613528076, "S21": -33.641603613528076, "W22": -39.582094254032263, "S22": -42.76669441668249, "W31": -69.974107121764547, "S31": -71.354931872093601, "W32": -96.958342011094913, "S32": -101.95834201109491 }, "geometry": { "type": "Point", "coordinates": [ 102898.0, 506656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088514920194309621, "S11": -0.088514920194309621, "W12": -10.0, "S12": -13.02172795174026, "W13": -30.0, "S13": -30.0, "W21": -38.398285225502605, "S21": -38.398285225502605, "W22": -45.876756520874487, "S22": -46.950349237350423, "W31": -68.816409175016929, "S31": -73.575777815739286, "W32": -99.518999564534141, "S32": -104.51899956453414 }, "geometry": { "type": "Point", "coordinates": [ 102898.0, 510133.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9891878249342581, "S11": 1.9891878249342581, "W12": -15.0, "S12": -15.0, "W13": -20.87420892230557, "S13": -23.671938055319696, "W21": -37.501516075735665, "S21": -38.922272218151654, "W22": -53.682848474031772, "S22": -58.445466494021858, "W31": -99.795396419437338, "S31": -99.795396419437338, "W32": -99.795396419437338, "S32": -102.8532402687371 }, "geometry": { "type": "Point", "coordinates": [ 102898.058823529412621, 513458.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4089909319784053, "S11": 1.1525686205490584, "W12": -5.1596503098093285, "S12": -5.1596503098093285, "W13": -16.978855374480414, "S13": -19.978855374480414, "W21": -48.555554744740867, "S21": -59.332430563705792, "W22": -68.919429488995149, "S22": -81.114041842467472, "W31": -98.621284219530395, "S31": -98.621284219530395, "W32": -102.42738763248863, "S32": -107.42738763248863 }, "geometry": { "type": "Point", "coordinates": [ 102898.333333333328483, 502626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27442343695283494, "S11": 0.27442343695283494, "W12": -11.443949992116606, "S12": -11.443949992116606, "W13": -20.0, "S13": -22.724441328466842, "W21": -33.968237374066682, "S21": -35.051481289515692, "W22": -32.881962008705344, "S22": -48.124533889160382, "W31": -80.0, "S31": -80.875455062571106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102898.705882352936896, 511799.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1811542844799527, "S11": 3.1811542844799527, "W12": -9.253320688443976, "S12": -9.253320688443976, "W13": -19.908202831464727, "S13": -19.911786116493865, "W21": -50.773179077725274, "S21": -64.769758325159714, "W22": -35.007628015640229, "S22": -39.211311067813398, "W31": -67.940504271840993, "S31": -68.032460628095748, "W32": -93.672474034365578, "S32": -98.672474034365578 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 500786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39615384615384619, "S11": 0.39615384615384619, "W12": -5.0, "S12": -6.8315301391035552, "W13": -16.341632596237968, "S13": -16.341632596237968, "W21": -38.629776728209535, "S21": -40.450902369628125, "W22": -36.630738935111509, "S22": -42.203036142114051, "W31": -70.0, "S31": -70.0, "W32": -95.068251368201842, "S32": -100.06825136820184 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 505935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31205242534792599, "S11": 0.31205242534792599, "W12": -12.761552077510714, "S12": -15.0, "W13": -15.0, "S13": -17.857337518123742, "W21": -30.069557646328452, "S21": -30.891725029152919, "W22": -38.387932421052632, "S22": -42.31174533031551, "W31": -70.0, "S31": -70.0, "W32": -95.731929788918094, "S32": -100.73192978891809 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 506168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6, "S11": 0.6, "W12": -7.4, "S12": -20.8, "W13": -20.809999, "S13": -20.809999, "W21": -34.099998, "S21": -34.104985920339537, "W22": -38.712968934945778, "S22": -38.712968934945778, "W31": -70.0, "S31": -71.644944228903981, "W32": -83.475901523041856, "S32": -88.475901523041856 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -19.326412162653671, "S13": -20.780863580598812, "W21": -40.0, "S21": -59.181884970612927, "W22": -65.297351082017599, "S22": -102.09515204195492, "W31": -102.09515204195492, "S31": -102.09515204195492, "W32": -102.09515204195492, "S32": -106.67833570055977 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 500066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.8597742355212494, "S12": -14.355077024941686, "W13": -19.831851285853926, "S13": -25.061585056233053, "W21": -41.436093205328334, "S21": -48.342971924512241, "W22": -36.990002, "S22": -52.189024839168518, "W31": -76.466928181426965, "S31": -76.593759925777235, "W32": -94.751729945545691, "S32": -99.751729945545691 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 503761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6749142997061703, "S11": 1.6711403188908223, "W12": -9.6326620285609668, "S12": -15.151736176578948, "W13": -19.766783919597987, "S13": -19.766783919597987, "W21": -37.573988660678644, "S21": -37.573988660678644, "W22": -39.501026701753929, "S22": -42.199668100884189, "W31": -70.0, "S31": -70.0, "W32": -95.513229125662974, "S32": -100.51322912566297 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 508338.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.074596774193548376, "S11": 0.074596774193548376, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.594392275006541, "S21": -38.594392275006541, "W22": -40.0, "S22": -44.140345646679876, "W31": -67.81218442772203, "S31": -68.260215191480498, "W32": -94.441988185897173, "S32": -99.441988185897173 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26810501066098097, "S11": 0.26810501066098097, "W12": -12.207573844717286, "S12": -12.207573844717286, "W13": -20.0, "S13": -24.423680631208462, "W21": -33.900328522630225, "S21": -35.897537579187009, "W22": -38.257725305845213, "S22": -38.257725305845213, "W31": -70.0, "S31": -73.393648861991949, "W32": -82.201248002488072, "S32": -87.201248002488072 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2002221324717286, "S11": 1.2002221324717286, "W12": -14.582276609724047, "S12": -14.582276609724047, "W13": -20.723525633216308, "S13": -22.871540988967503, "W21": -35.870381380880637, "S21": -39.346838864830794, "W22": -71.270672680538993, "S22": -83.824568997127912, "W31": -98.547943117043673, "S31": -98.547943117043673, "W32": -102.73855038797218, "S32": -107.73855038797218 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7348312289047541, "S11": 2.7348312289047541, "W12": -13.779020564755001, "S12": -13.779020564755001, "W13": -20.781312316857207, "S13": -20.781312316857207, "W21": -39.592175217698355, "S21": -39.592175217698355, "W22": -38.430449826989616, "S22": -45.088133785369735, "W31": -80.0, "S31": -80.439086567807266, "W32": -91.040268456375841, "S32": -96.040268456375841 }, "geometry": { "type": "Point", "coordinates": [ 102900.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79320432851337519, "S11": 0.79320432851337519, "W12": -9.0195603171103809, "S12": -9.2534477532232682, "W13": -16.287538457913669, "S13": -16.883835928497728, "W21": -30.387441008360888, "S21": -30.387441008360888, "W22": -36.680478178276573, "S22": -37.768436365471402, "W31": -80.10698153595068, "S31": -80.703592927443111, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102900.333333333328483, 497507.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2809480676328504, "W12": -8.6927904751645872, "S12": -9.1843232739776095, "W13": -14.946134221440241, "S13": -15.81811766779046, "W21": -58.628957283358609, "S21": -65.660991313536826, "W22": -37.379189988482388, "S22": -45.507633446819369, "W31": -69.023907539612722, "S31": -69.023907539612722, "W32": -94.212069247101084, "S32": -99.212069247101084 }, "geometry": { "type": "Point", "coordinates": [ 102901.0, 501554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8166772334293948, "S11": 1.8166772334293948, "W12": -10.590663302090844, "S12": -15.950643441117654, "W13": -20.427051778267604, "S13": -20.427051778267604, "W21": -35.890678367992493, "S21": -35.890678367992493, "W22": -45.121435615451077, "S22": -52.058104088149889, "W31": -68.604241097905131, "S31": -73.107775198213432, "W32": -83.735079495481557, "S32": -88.735079495481557 }, "geometry": { "type": "Point", "coordinates": [ 102901.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1714255548993506, "S11": 3.1714255548993506, "W12": -9.2787275494673036, "S12": -9.2787275494673036, "W13": -19.890408488382651, "S13": -19.890408488382651, "W21": -50.772092770625555, "S21": -65.186763998292633, "W22": -43.270703328917669, "S22": -48.88390222900933, "W31": -68.942818437081627, "S31": -73.118181675089005, "W32": -81.77344797300421, "S32": -86.77344797300421 }, "geometry": { "type": "Point", "coordinates": [ 102901.666666666671517, 500787.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22831548014029768, "S11": -0.22831548014029768, "W12": -10.0, "S12": -10.277251968073045, "W13": -19.588556912973694, "S13": -26.004632657067837, "W21": -51.320179595565413, "S21": -70.093303550414916, "W22": -74.760657645860618, "S22": -87.673837925565635, "W31": -98.488739444552678, "S31": -98.488739444552678, "W32": -103.00900159705755, "S32": -108.00900159705755 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 503222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58806028922533782, "S11": 0.58806028922533782, "W12": -5.0, "S12": -8.1227266780060177, "W13": -16.586328762099694, "S13": -16.586328762099694, "W21": -39.557535422928296, "S21": -42.240872730677097, "W22": -80.356709728447143, "S22": -102.12387564947417, "W31": -102.12387564947417, "S31": -102.12387564947417, "W32": -108.26396992091274, "S32": -113.26396992091274 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 505904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.313918644707659, "S12": -18.136892469999367, "W13": -20.211810504090788, "S13": -20.297001047060604, "W21": -34.385474021894666, "S21": -34.385474021894666, "W22": -76.656145413660624, "S22": -89.516550947213744, "W31": -89.516550947213744, "S31": -89.516550947213744, "W32": -89.516550947213744, "S32": -92.846323559131207 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 506598.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2286560818115055, "S11": 2.2286560818115055, "W12": -7.7484646005117996, "S12": -8.2674228076589831, "W13": -21.998729682161716, "S13": -21.998729682161716, "W21": -36.428951238095237, "S21": -36.428951238095237, "W22": -67.419071058035172, "S22": -81.230878186968823, "W31": -93.755941519028028, "S31": -93.755941519028028, "W32": -96.302114628734927, "S32": -101.30211462873493 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 508169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2434767495753247, "S12": -11.497696866638716, "W13": -28.395428779617827, "S13": -28.470004192753766, "W21": -37.735413947019829, "S21": -37.735413947019829, "W22": -40.162974838999617, "S22": -55.162974838999617, "W31": -70.0, "S31": -71.288206713780923, "W32": -91.200460082360493, "S32": -96.200460082360493 }, "geometry": { "type": "Point", "coordinates": [ 102902.0, 510481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4046517533252723, "S11": 2.3658905725288606, "W12": -10.174019143290371, "S12": -20.831062786695448, "W13": -20.831062786695448, "S13": -20.831062786695448, "W21": -33.927825852931434, "S21": -33.927825852931434, "W22": -38.470499496901581, "S22": -42.973537891156262, "W31": -80.0, "S31": -80.325713436385257, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102902.5, 506492.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39103445318838426, "S11": -0.3910344531883842, "W12": -9.3872287442191382, "S12": -11.347648620952574, "W13": -20.73261280260094, "S13": -22.59078410045467, "W21": -33.116748633790102, "S21": -35.065412685624459, "W22": -35.005073293111266, "S22": -35.375755402599964, "W31": -80.027876070483487, "S31": -80.816654778801833, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 505411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56954372623574145, "S11": 0.56954372623574145, "W12": -5.0, "S12": -8.1795106633520867, "W13": -16.558543064480645, "S13": -16.558543064480645, "W21": -39.403928724774588, "S21": -41.948573446867478, "W22": -69.526922547085974, "S22": -80.952525207108351, "W31": -97.950648772292624, "S31": -97.950648772292624, "W32": -100.41639920525768, "S32": -105.41639920525768 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 505910.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24037604447895386, "S11": -0.24037604447895386, "W12": -10.0, "S12": -13.0, "W13": -29.324390582066354, "S13": -29.324390582066354, "W21": -38.865895150967063, "S21": -38.865895150967063, "W22": -80.426179804903768, "S22": -101.98035214491544, "W31": -101.98035214491544, "S31": -101.98035214491544, "W32": -108.28212109425647, "S32": -113.28212109425647 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 509892.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -12.065326633165883, "W13": -30.0, "S13": -30.0, "W21": -38.25665210957284, "S21": -38.25665210957284, "W22": -85.829272978117743, "S22": -95.832496816418512, "W31": -95.832496816418512, "S31": -95.832496816418512, "W32": -95.832496816418512, "S32": -99.632440211956677 }, "geometry": { "type": "Point", "coordinates": [ 102903.0, 510226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0648271971778349, "S11": 1.0648271971778349, "W12": -7.2085920517752813, "S12": -7.2085920517752813, "W13": -20.402649729666297, "S13": -20.402649729666297, "W21": -43.080357773208796, "S21": -43.080357773208796, "W22": -39.557993722599136, "S22": -45.33921643655902, "W31": -60.0, "S31": -60.03836661431454, "W32": -90.663264335673333, "S32": -95.663264335673333 }, "geometry": { "type": "Point", "coordinates": [ 102903.04, 516158.88 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6291345630010117, "S11": 2.6291345630010117, "W12": -8.1757522567703109, "S12": -18.175752256770309, "W13": -19.663538271098194, "S13": -19.663538271098194, "W21": -33.933703931600121, "S21": -33.939797369227037, "W22": -49.276948001786558, "S22": -49.276948001786558, "W31": -79.379190026695454, "S31": -79.379190026695454, "W32": -98.415708767239309, "S32": -103.41570876723931 }, "geometry": { "type": "Point", "coordinates": [ 102903.5, 507679.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10466088410492214, "S11": -0.10466088410492214, "W12": -5.0, "S12": -8.0, "W13": -17.394407782672513, "S13": -17.394407782672513, "W21": -38.370506968709257, "S21": -44.141751668522453, "W22": -35.423279911830484, "S22": -50.719850617519761, "W31": -75.304142813800539, "S31": -75.359867566625397, "W32": -94.552864230214581, "S32": -99.552864230214581 }, "geometry": { "type": "Point", "coordinates": [ 102904.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15973066702697825, "S11": -0.15973066702697825, "W12": -12.861842105263158, "S12": -15.000000000000005, "W13": -15.000000000000005, "S13": -16.841011564976199, "W21": -29.756760414901571, "S21": -30.663489913361662, "W22": -43.208656738210948, "S22": -44.888566011444965, "W31": -69.219347772615279, "S31": -72.798077251492742, "W32": -98.738285021867952, "S32": -103.73828502186795 }, "geometry": { "type": "Point", "coordinates": [ 102904.0, 506104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -13.809228822412651, "W13": -15.96, "S13": -16.955520985850999, "W21": -20.0, "S21": -20.0, "W22": -42.119922071573441, "S22": -42.119922071573441, "W31": -74.800397952605451, "S31": -75.42291189210583, "W32": -92.183951844737564, "S32": -97.183951844737564 }, "geometry": { "type": "Point", "coordinates": [ 102904.333333333328483, 496925.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53290023568670775, "S11": -0.53290023568670775, "W12": -8.2127390276841155, "S12": -11.789851085378887, "W13": -29.099495598460518, "S13": -29.099495598460518, "W21": -37.962799759062179, "S21": -37.962799759062179, "W22": -40.0, "S22": -47.11012488058018, "W31": -73.72780620219099, "S31": -73.72780620219099, "W32": -95.027711349035442, "S32": -100.02771134903544 }, "geometry": { "type": "Point", "coordinates": [ 102904.5, 510423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1274031390932411, "S12": -8.1274031390932411, "W13": -20.650868777077239, "S13": -20.650868777077239, "W21": -42.587012072791211, "S21": -42.587012072791211, "W22": -71.892758015954314, "S22": -81.557676058155295, "W31": -93.824703953361961, "S31": -93.824703953361961, "W32": -99.550585838003727, "S32": -104.55058583800373 }, "geometry": { "type": "Point", "coordinates": [ 102904.827868852458778, 514780.950819672143552 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7452782078134961, "S11": 1.6348013555020364, "W12": -5.0, "S12": -5.0, "W13": -14.798105372619913, "S13": -18.032061598689975, "W21": -49.460775516462164, "S21": -64.094165394174382, "W22": -70.0, "S22": -70.0, "W31": -96.137396004129471, "S31": -96.137396004129471, "W32": -100.18928661899102, "S32": -105.18928661899102 }, "geometry": { "type": "Point", "coordinates": [ 102905.0, 502389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4564032697547686, "S11": 2.3074265498801587, "W12": -9.0944863619281744, "S12": -11.501769991156495, "W13": -19.83678968997145, "S13": -21.68954344509207, "W21": -50.06325906260404, "S21": -68.859999461356409, "W22": -70.0, "S22": -76.964041875284479, "W31": -94.636849456488733, "S31": -94.636849456488733, "W32": -100.033262534344, "S32": -105.033262534344 }, "geometry": { "type": "Point", "coordinates": [ 102905.0, 502975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1665287935495714, "S11": 2.1665287935495714, "W12": -8.071382944620634, "S12": -9.6047554350093556, "W13": -21.691801964839712, "S13": -21.691801964839712, "W21": -36.694526699819349, "S21": -36.694526699819349, "W22": -38.636861485699512, "S22": -45.072648726867115, "W31": -75.393513874958217, "S31": -76.199522830613276, "W32": -93.690246257846439, "S32": -98.690246257846439 }, "geometry": { "type": "Point", "coordinates": [ 102905.0, 508180.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8078105229049346, "S11": 0.8078105229049346, "W12": -8.8277561258910975, "S12": -8.8277561258910975, "W13": -16.239098754887518, "S13": -16.720794963280028, "W21": -30.847740136571836, "S21": -30.847740136571836, "W22": -36.502112548102978, "S22": -43.100981085954544, "W31": -68.836829727041859, "S31": -68.836829727041859, "W32": -94.048342315858235, "S32": -99.048342315858235 }, "geometry": { "type": "Point", "coordinates": [ 102905.571428571434808, 497569.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3305612244898235, "S12": -16.27007101694068, "W13": -19.926014520743632, "S13": -23.69109681780462, "W21": -39.144043828172549, "S21": -46.552954495341879, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -83.872475526942409, "S32": -88.872475526942409 }, "geometry": { "type": "Point", "coordinates": [ 102905.714285714289872, 503918.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53, "S11": -0.53, "W12": -7.73, "S12": -11.93, "W13": -28.280001, "S13": -28.280001, "W21": -37.91, "S21": -37.91, "W22": -73.45044939885608, "S22": -98.45044939885608, "W31": -99.717083458571622, "S31": -99.717083458571622, "W32": -108.65371335300395, "S32": -113.65371335300395 }, "geometry": { "type": "Point", "coordinates": [ 102905.8, 510457.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8895207006369428, "S11": 2.8650451761614182, "W12": -6.5155928863895252, "S12": -8.7236492107539512, "W13": -16.784564855664833, "S13": -19.572983915997963, "W21": -59.999999999999993, "S21": -80.0, "W22": -67.465836543139915, "S22": -67.465836543139915, "W31": -91.4627396689405, "S31": -91.4627396689405, "W32": -93.110584374947322, "S32": -98.110584374947322 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 501286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9956402599265468, "S12": -12.484747013739184, "W13": -25.0, "S13": -25.0, "W21": -41.367946190131974, "S21": -41.367946190131974, "W22": -41.42265819326829, "S22": -41.42265819326829, "W31": -73.968493572663107, "S31": -75.277969271908034, "W32": -90.813675193566198, "S32": -95.813675193566198 }, "geometry": { "type": "Point", "coordinates": [ 102906.0, 508863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6983802071344383, "S11": 1.6983802071344383, "W12": -10.272526741526718, "S12": -11.249561544193114, "W13": -19.310912748302762, "S13": -19.310912748302762, "W21": -34.393352034185014, "S21": -34.393352034185014, "W22": -40.187352507876696, "S22": -54.42684714919244, "W31": -70.0, "S31": -71.265654143351981, "W32": -91.371029338536758, "S32": -96.371029338536758 }, "geometry": { "type": "Point", "coordinates": [ 102906.5, 506993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52519527205293048, "S11": -0.52519527205293048, "W12": -10.251464208105922, "S12": -14.136953965028614, "W13": -26.640642176658897, "S13": -26.640642176658897, "W21": -38.349010344330452, "S21": -38.349010344330452, "W22": -33.75229784379129, "S22": -48.368252307868701, "W31": -80.0, "S31": -80.345079925264685, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102906.5, 509548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53020375584781698, "S11": -0.53020375584781698, "W12": -8.1876019581365149, "S12": -11.82122115746902, "W13": -29.070309289794018, "S13": -29.070309289794018, "W21": -37.957271320568431, "S21": -37.957271320568431, "W22": -35.200001, "S22": -50.559425635332246, "W31": -71.374119935398056, "S31": -71.714545467312945, "W32": -94.066528916725844, "S32": -99.066528916725844 }, "geometry": { "type": "Point", "coordinates": [ 102906.5, 510425.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0974722508594685, "S11": 3.0974722508594685, "W12": -9.3136178433438701, "S12": -9.3136178433438701, "W13": -19.946196158586073, "S13": -19.946196158586073, "W21": -50.166204986149587, "S21": -62.131237293257151, "W22": -35.1032951882353, "S22": -50.448468067759876, "W31": -70.961883954778642, "S31": -71.358629887194155, "W32": -94.02552678590645, "S32": -99.02552678590645 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6877833090885357, "S12": -14.578253993676867, "W13": -19.84907568663904, "S13": -24.84907568663904, "W21": -41.036387606053012, "S21": -47.252029430932581, "W22": -34.877648294117648, "S22": -50.189567076757662, "W31": -70.0, "S31": -70.980965246223747, "W32": -93.929855147327871, "S32": -98.929855147327871 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 503785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.076466195861623232, "S11": -2.9569702169717744, "W12": -12.769986800187795, "S12": -13.834274614834603, "W13": -24.593471097233142, "S13": -24.593471097233142, "W21": -34.627412599179088, "S21": -37.956154860381915, "W22": -80.0, "S22": -98.805042159952308, "W31": -98.805042159952308, "S31": -98.805042159952308, "W32": -98.805042159952308, "S32": -101.87814207650273 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 505131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5404947137442653, "S11": 2.5404947137442653, "W12": -8.8356192916601106, "S12": -18.835619291660109, "W13": -19.723421258183354, "S13": -19.723421258183354, "W21": -33.806725485194981, "S21": -33.813347881134895, "W22": -83.39196445102759, "S22": -89.295359241510056, "W31": -89.295359241510056, "S31": -89.295359241510056, "W32": -92.414413815478056, "S32": -97.414413815478056 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8, "S11": 2.8, "W12": -7.0, "S12": -7.0, "W13": -20.309999, "S13": -20.309999, "W21": -34.0, "S21": -34.0, "W22": -35.130809293811872, "S22": -50.274901197531783, "W31": -77.240874301271461, "S31": -77.387672815257474, "W32": -94.752857235100407, "S32": -99.752857235100407 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72032498774002962, "S11": 0.72032498774002962, "W12": -10.0, "S12": -22.760370134014039, "W13": -22.760370134014039, "S13": -22.760370134014039, "W21": -40.870752546854938, "S21": -40.870752546854938, "W22": -37.518214637625285, "S22": -44.100008291096962, "W31": -70.0, "S31": -70.0, "W32": -94.60440143720399, "S32": -99.60440143720399 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 508235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51397597878646073, "S11": -4.4792594569381414, "W12": -10.084076153919057, "S12": -16.316702167750453, "W13": -21.395110935429798, "S13": -23.290439365159049, "W21": -34.317086366964261, "S21": -39.317086366964261, "W22": -39.749678947368416, "S22": -42.071312218278571, "W31": -70.0, "S31": -70.0, "W32": -95.391053885777907, "S32": -100.39105388577791 }, "geometry": { "type": "Point", "coordinates": [ 102907.5, 504834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5918202705219278, "S12": -7.8338625807053104, "W13": -19.21667494226185, "S13": -19.21667494226185, "W21": -32.282054338347123, "S21": -32.290831907143165, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -75.239998, "S31": -75.239998, "W32": -83.445302823191497, "S32": -88.445302823191497 }, "geometry": { "type": "Point", "coordinates": [ 102908.0, 507225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97830094377569921, "S11": 0.97830094377570154, "W12": -9.8693133291089374, "S12": -11.50329270636143, "W13": -19.764014740871513, "S13": -22.952854027720544, "W21": -50.709269337348182, "S21": -69.606001084944367, "W22": -49.106920291181694, "S22": -49.115824369547916, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102908.333333333328483, 503052.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73148086192231365, "S11": 0.73148086192231365, "W12": -10.103871288006676, "S12": -12.470675888601418, "W13": -16.213216371089622, "S13": -17.208992106969301, "W21": -20.0, "S21": -20.717476350102178, "W22": -48.443319770453215, "S22": -51.696056474557601, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 497189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9467243140192005, "S11": 2.9467243140192005, "W12": -10.552926045016076, "S12": -10.552926045016076, "W13": -20.0, "S13": -20.0, "W21": -46.779618473895582, "S21": -46.779618473895582, "W22": -56.993801652892557, "S22": -62.447004711047178, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.49980530284257 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 500701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.272971026535926, "S11": 2.0556567774726981, "W12": -8.5717200242829001, "S12": -15.117935874760402, "W13": -20.271399980939673, "S13": -23.028924451265532, "W21": -35.49798660926065, "S21": -40.49798660926065, "W22": -71.990521327014221, "S22": -92.891336440901625, "W31": -100.0, "S31": -100.0, "W32": -108.85334923724025, "S32": -113.85334923724025 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 504416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29971842284705774, "S11": 0.29971842284705774, "W12": -13.120912895590703, "S12": -13.120912895590703, "W13": -20.0, "S13": -26.731826649734742, "W21": -35.843336496136018, "S21": -37.736509824360866, "W22": -38.733784523289373, "S22": -38.733784523289373, "W31": -70.0, "S31": -71.787991894138713, "W32": -83.542889057085631, "S32": -88.542889057085631 }, "geometry": { "type": "Point", "coordinates": [ 102909.0, 512241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0047352746526563, "S11": 2.0047352746526563, "W12": -5.5188521395491437, "S12": -15.840964729554575, "W13": -20.295459088164115, "S13": -20.295459088164115, "W21": -31.552473732782179, "S21": -31.552473732782179, "W22": -80.894088195647981, "S22": -98.092916841448243, "W31": -98.092916841448243, "S31": -98.092916841448243, "W32": -107.91542511482021, "S32": -112.91542511482021 }, "geometry": { "type": "Point", "coordinates": [ 102909.142857142855064, 506765.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0028319341329857, "S11": 2.0028319341329857, "W12": -6.2778622688427825, "S12": -19.763975375300134, "W13": -21.072129387884431, "S13": -21.072129387884431, "W21": -34.350231813588913, "S21": -34.350231813588913, "W22": -39.62191274375251, "S22": -39.62191274375251, "W31": -60.274343122102003, "S31": -61.0178553071637, "W32": -90.339369442841047, "S32": -95.339369442841047 }, "geometry": { "type": "Point", "coordinates": [ 102909.666666666671517, 507316.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7935359888190074, "S11": 2.7935359888190074, "W12": -10.167193015047372, "S12": -10.167193015047372, "W13": -19.111063714498172, "S13": -20.143153440207143, "W21": -40.0, "S21": -67.852802160702225, "W22": -39.322575018471625, "S22": -46.007821669906697, "W31": -74.76286865801076, "S31": -74.76286865801076, "W32": -95.048512902124131, "S32": -100.04851290212413 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 500271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1914395527603077, "S11": 3.1914395527603077, "W12": -10.489406320052066, "S12": -10.489406320052066, "W13": -20.0, "S13": -20.099903499415916, "W21": -40.0, "S21": -60.130904951622085, "W22": -34.644550612579913, "S22": -34.900366412091735, "W31": -80.0, "S31": -80.820993680316505, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0162564722111949, "S11": 3.0162564722111949, "W12": -9.3216677204074472, "S12": -9.3216677204074472, "W13": -20.0, "S13": -20.0, "W21": -49.054969879518069, "S21": -57.253373528320807, "W22": -39.212056534529239, "S22": -44.413136911652394, "W31": -67.377380147738108, "S31": -68.70759107397943, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 500748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5278085874145551, "S11": 1.9780400188286658, "W12": -5.3853133319891011, "S12": -6.842363110461859, "W13": -18.699047694943619, "S13": -21.699047694943619, "W21": -48.504033071706473, "S21": -59.454216192205848, "W22": -48.386793984431876, "S22": -48.396793984431874, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 502670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8979759943516388, "W12": -3.7782788805785827, "S12": -4.323346304283338, "W13": -17.488821336632789, "S13": -18.319931962990072, "W21": -31.001814301898111, "S21": -38.741139912383289, "W22": -44.227739771024993, "S22": -44.227739771024993, "W31": -76.026282289290705, "S31": -76.026282289290705, "W32": -98.627723441408591, "S32": -103.62772344140859 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12884615384615383, "S11": -0.12884615384615383, "W12": -5.0, "S12": -5.0, "W13": -16.156499282774131, "S13": -16.156499282774131, "W21": -37.450193215972519, "S21": -38.830048334647785, "W22": -38.84978893649194, "S22": -42.585513539927632, "W31": -70.0, "S31": -70.413639266212869, "W32": -96.356442163585996, "S32": -101.356442163586 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 505983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4944510739856802, "S11": 1.4944510739856802, "W12": -10.769517421278183, "S12": -20.0, "W13": -20.0, "S13": -21.148194713301717, "W21": -34.625337351777738, "S21": -35.437574986958673, "W22": -44.969318569344722, "S22": -52.159063049092673, "W31": -68.576971660149283, "S31": -73.015275292001306, "W32": -83.805715298248998, "S32": -88.805715298248998 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.131984700890456, "S11": 0.131984700890456, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.01140973630832, "W21": -38.514223758894758, "S21": -38.514223758894758, "W22": -80.743738465594518, "S22": -101.30199561400923, "W31": -101.30199561400923, "S31": -101.30199561400923, "W32": -108.8768163972875, "S32": -113.8768163972875 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 510048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5727922354948807, "S11": 2.5727922354948807, "W12": -5.0, "S12": -6.8283509040380732, "W13": -30.0, "S13": -30.353658536585368, "W21": -36.03439193848245, "S21": -36.03439193848245, "W22": -37.468584382071356, "S22": -39.636454786445547, "W31": -67.987072298963454, "S31": -72.987072298963454, "W32": -79.941011141351126, "S32": -84.941011141351126 }, "geometry": { "type": "Point", "coordinates": [ 102910.0, 510781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27321894108773859, "S11": 0.27321894108773859, "W12": -11.006222343639179, "S12": -11.006222343639179, "W13": -20.0, "S13": -23.236113114990214, "W21": -33.672017760972246, "S21": -34.179566968767553, "W22": -38.80877336262008, "S22": -38.80877336262008, "W31": -70.0, "S31": -71.551194228903981, "W32": -83.714056061223573, "S32": -88.714056061223573 }, "geometry": { "type": "Point", "coordinates": [ 102910.4, 511685.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.18789641460448914, "W12": -5.0, "S12": -5.7559152872444015, "W13": -15.0, "S13": -16.358003210875275, "W21": -40.147483361316119, "S21": -49.587443930597125, "W22": -60.8628464644259, "S22": -70.706804919614115, "W31": -90.807837236592405, "S31": -90.807837236592405, "W32": -91.267990079635211, "S32": -96.267990079635211 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 498788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8847045040946311, "S11": 2.8847045040946311, "W12": -6.4303042679610458, "S12": -8.7072573595238048, "W13": -16.852494643847585, "S13": -19.766905606481359, "W21": -60.0, "S21": -80.108401084010836, "W22": -48.248558383601889, "S22": -48.279236082008033, "W31": -93.71630094043887, "S31": -93.71630094043887, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 501275.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.6038884137114287, "W12": -6.4718288641156967, "S12": -8.8963750063244706, "W13": -19.39264378714833, "S13": -21.939020696251472, "W21": -32.258196484213713, "S21": -37.258196484213713, "W22": -44.820957941969318, "S22": -44.820957941969318, "W31": -76.434608498698978, "S31": -76.434608498698978, "W32": -98.590265826379991, "S32": -103.59026582637999 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 505497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.45, "S11": 2.45, "W12": -5.1, "S12": -21.300001, "W13": -21.309999, "S13": -21.309999, "W21": -34.8, "S21": -34.8, "W22": -38.536844909718873, "S22": -42.868398173690835, "W31": -80.0, "S31": -80.023047958779344, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38411376492771843, "S11": 0.38411376492771843, "W12": -5.6536786213678383, "S12": -5.6536786213678401, "W13": -25.0, "S13": -25.0, "W21": -41.625568271768493, "S21": -41.625568271768493, "W22": -35.923704109439569, "S22": -49.112650210093257, "W31": -79.725120186718001, "S31": -80.005273809304668, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 508960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.22612414276808, "S12": -13.814404120214515, "W13": -26.790912596552712, "S13": -26.790912596552712, "W21": -38.406019617075962, "S21": -38.406019617075962, "W22": -40.872907299894173, "S22": -46.495959545540373, "W31": -68.047471978974784, "S31": -70.160306388568884, "W32": -80.361305002131516, "S32": -85.361305002131516 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 509574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25177584846093132, "S11": 0.25177584846093132, "W12": -10.0, "S12": -10.289537037037038, "W13": -15.062045193412485, "S13": -15.602297521438919, "W21": -49.91027207821444, "S21": -59.948990706036355, "W22": -38.803035033725564, "S22": -45.13781485177536, "W31": -75.642260113674567, "S31": -76.308215769020777, "W32": -94.49589570256073, "S32": -99.49589570256073 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.035121748889864, "S12": -15.130730615332064, "W13": -16.173343209876542, "S13": -17.943729028437541, "W21": -50.0, "S21": -53.935048555933911, "W22": -65.371053709258305, "S22": -100.32458621217772, "W31": -100.32458621217772, "S31": -100.32458621217772, "W32": -101.78937254574316, "S32": -106.78937254574316 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 499341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0421001322097729, "S11": 2.0421001322097729, "W12": -10.0, "S12": -10.0, "W13": -19.178790863461117, "S13": -20.628572597119486, "W21": -40.0, "S21": -62.753142044107186, "W22": -69.753764426587765, "S22": -75.352268167236147, "W31": -97.935568105908786, "S31": -97.935568105908786, "W32": -100.39912883998166, "S32": -105.39912883998166 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 499989.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4015752290612582, "S11": -0.99565139267197755, "W12": -9.0178889058291407, "S12": -10.840500616152715, "W13": -20.47164008611221, "S13": -22.395571997570194, "W21": -33.013498692409463, "S21": -35.323941408078952, "W22": -60.0, "S22": -67.410602382208808, "W31": -91.345208977752023, "S31": -91.345208977752023, "W32": -92.948987343506246, "S32": -97.948987343506246 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0097058955996938145, "S11": 0.0097058955996938145, "W12": -15.0, "S12": -15.0, "W13": -15.0, "S13": -19.928950891893052, "W21": -29.988479978160303, "S21": -30.914580625567243, "W22": -35.245635079973304, "S22": -35.474319631819846, "W31": -80.016760199402256, "S31": -80.737872052662283, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 506134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5174536261212952, "S11": 0.5174536261212952, "W12": -12.745015837525617, "S12": -19.834734866899819, "W13": -19.834734866899819, "S13": -19.834734866899819, "W21": -30.419833606681873, "S21": -31.277638163352623, "W22": -40.0, "S22": -46.336895034569451, "W31": -67.968905468686714, "S31": -71.647992138814402, "W32": -91.567046230108843, "S32": -96.567046230108843 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 506212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -20.0, "W13": -23.398167764099636, "S13": -23.398167764099636, "W21": -40.730298826861642, "S21": -40.730298826861642, "W22": -34.362133667927459, "S22": -48.654311925411854, "W31": -80.0, "S31": -80.293318801467052, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102912.0, 508793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9003636118717688, "S12": -7.9003636118717688, "W13": -20.655692226357569, "S13": -20.655692226357569, "W21": -42.699809299256117, "S21": -42.699809299256117, "W22": -35.131713262315188, "S22": -50.246568978945383, "W31": -77.713074435398468, "S31": -77.860719758825041, "W32": -94.712299024988695, "S32": -99.712299024988695 }, "geometry": { "type": "Point", "coordinates": [ 102912.59016393442289, 514830.311475409835111 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7031205315838169, "S11": 1.7031205315838169, "W12": -7.806168831168832, "S12": -22.806168831168829, "W13": -22.806168831168829, "S13": -22.806168831168829, "W21": -36.884682017593363, "S21": -36.884682017593363, "W22": -35.650002, "S22": -50.921415429978097, "W31": -75.79017182995203, "S31": -75.828470735319286, "W32": -94.455602548373975, "S32": -99.455602548373975 }, "geometry": { "type": "Point", "coordinates": [ 102913.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28020782937801531, "S11": 0.28020782937801531, "W12": -10.618557978398234, "S12": -10.618557978398234, "W13": -20.187211838161097, "S13": -24.806699165626867, "W21": -33.357214593210138, "S21": -33.357214593210138, "W22": -39.554547066233901, "S22": -39.554547066233901, "W31": -59.999999999999993, "S31": -61.627723970944302, "W32": -90.313120707330782, "S32": -95.313120707330782 }, "geometry": { "type": "Point", "coordinates": [ 102913.2, 511563.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84832974199035438, "S11": 0.84832974199035438, "W12": -8.2287696185588075, "S12": -8.2287696185588075, "W13": -16.113136440081288, "S13": -16.258495654717649, "W21": -32.560120016440408, "S21": -32.560120016440408, "W22": -35.506063984870835, "S22": -49.012337580035492, "W31": -80.0, "S31": -80.273925679883746, "W32": -94.986280559611856, "S32": -99.986280559611856 }, "geometry": { "type": "Point", "coordinates": [ 102913.833333333328483, 497753.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9474853252608622, "S11": 2.9474853252608622, "W12": -7.3671839821508778, "S12": -8.849790190876373, "W13": -18.957438380637498, "S13": -22.688185277639779, "W21": -57.849031396125582, "S21": -80.209345597783155, "W22": -37.979377774196365, "S22": -42.402807088977994, "W31": -70.0, "S31": -70.0, "W32": -95.917700489716779, "S32": -100.91770048971678 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5468118195956455, "S11": 2.2698692484002501, "W12": -8.1651993391279358, "S12": -8.9555166273409075, "W13": -15.0, "S13": -15.286547666533705, "W21": -60.0, "S21": -68.725705029272603, "W22": -40.940398713369682, "S22": -43.338063162938923, "W31": -69.688882018866593, "S31": -72.307158062184882, "W32": -97.762060510820376, "S32": -102.76206051082038 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 501508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3260807652205213, "S11": 1.301054545553963, "W12": -5.0, "S12": -5.0, "W13": -15.192254054269435, "S13": -18.429928345712067, "W21": -48.788189562836621, "S21": -59.570867136446864, "W22": -66.554598652975571, "S22": -81.124807532343155, "W31": -89.578217930643476, "S31": -89.578217930643476, "W32": -89.578217930643476, "S32": -94.349477354146259 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 502589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1557843434461208, "S11": 1.1557843434461208, "W12": -5.0, "S12": -6.4265869811015985, "W13": -27.210782744763328, "S13": -28.874239493891668, "W21": -35.254080507711905, "S21": -35.254080507711905, "W22": -48.230478888305711, "S22": -48.239814837225893, "W31": -88.062700084996365, "S31": -88.062700084996365, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102914.0, 510978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9816052324590334, "S12": -11.207823014301942, "W13": -19.744894428682713, "S13": -23.213140894310467, "W21": -50.842310524955849, "S21": -69.745701303529756, "W22": -70.0, "S22": -80.745171987775535, "W31": -94.082073237383852, "S31": -94.082073237383852, "W32": -99.956529122092036, "S32": -104.95652912209204 }, "geometry": { "type": "Point", "coordinates": [ 102915.0, 503080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011443202006479303, "S11": 0.011443202006479303, "W12": -5.0, "S12": -8.0, "W13": -17.456988154363746, "S13": -17.456988154363746, "W21": -39.775146617487991, "S21": -45.455587533889982, "W22": -46.769887833184661, "S22": -46.769887833184661, "W31": -77.757774194192734, "S31": -77.757774194192734, "W32": -98.483174888048723, "S32": -103.48317488804872 }, "geometry": { "type": "Point", "coordinates": [ 102915.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.764837299660247, "S11": 1.764837299660247, "W12": -6.4880165863343979, "S12": -19.046399694134877, "W13": -20.296208920181758, "S13": -20.372549868575735, "W21": -34.203941367727296, "S21": -34.203941367727296, "W22": -39.816403599982664, "S22": -39.816403599982664, "W31": -67.198368913408487, "S31": -68.198368913408487, "W32": -90.537692922515291, "S32": -95.537692922515291 }, "geometry": { "type": "Point", "coordinates": [ 102915.333333333328483, 507312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7451033826289546, "S12": -11.933802777210701, "W13": -19.636766624529184, "S13": -27.711774250922232, "W21": -49.618665903235041, "S21": -53.16622585078094, "W22": -40.0, "S22": -53.551190368425821, "W31": -70.0, "S31": -72.307444852941174, "W32": -91.10025952676996, "S32": -96.10025952676996 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 503412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9, "S11": 1.9, "W12": -11.4, "S12": -20.8, "W13": -25.700001, "S13": -25.700001, "W21": -34.599998, "S21": -34.599998, "W22": -40.0, "S22": -54.986225895316807, "W31": -70.0, "S31": -70.828403943511859, "W32": -91.409882909089887, "S32": -96.409882909089887 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4094668854975545, "S11": 0.4094668854975545, "W12": -7.8379582484725043, "S12": -10.908325948544602, "W13": -24.999999999999996, "S13": -25.479300757029392, "W21": -33.945820038391126, "S21": -33.945820038391126, "W22": -39.24545413996637, "S22": -45.743095649400331, "W31": -75.356050824814432, "S31": -75.356050824814432, "W32": -95.03836742259287, "S32": -100.03836742259287 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 511201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27891990814319972, "S11": 0.27891990814319972, "W12": -10.584008151620134, "S12": -10.584008151620134, "W13": -20.47729060654644, "S13": -25.324474755057956, "W21": -33.319784828111658, "S21": -33.319784828111658, "W22": -34.57686912844563, "S22": -34.57686912844563, "W31": -80.0, "S31": -80.930270546197036, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 511549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50482214134773429, "S11": -0.50482214134773429, "W12": -9.9999999999999982, "S12": -10.978717620601781, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.175924340027215, "S21": -38.175924340027215, "W22": -43.86014059052949, "S22": -51.650309755540626, "W31": -68.409210079075365, "S31": -72.581140299392686, "W32": -84.570386120910456, "S32": -89.570386120910456 }, "geometry": { "type": "Point", "coordinates": [ 102916.5, 510272.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2418879056047201, "S11": 1.2418879056047201, "W12": -8.8244538834951456, "S12": -9.5246853649766265, "W13": -21.425987554112552, "S13": -21.425987554112552, "W21": -36.17978161374068, "S21": -36.17978161374068, "W22": -38.161897666204908, "S22": -45.426872564767592, "W31": -80.017504618869495, "S31": -80.620018000298401, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102916.75, 508401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3000529450694902, "S11": 2.3000529450694902, "W12": -6.4446545269970184, "S12": -20.239249121591612, "W13": -20.239249121591612, "S13": -20.239249121591612, "W21": -34.135652898114301, "S21": -34.135652898114301, "W22": -45.998011001962382, "S22": -52.786853017288259, "W31": -68.650708219841079, "S31": -73.184131785522709, "W32": -83.415889431208626, "S32": -88.415889431208626 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6028873842322358, "S11": 2.6028873842322358, "W12": -5.6566532932129725, "S12": -13.317338448188503, "W13": -19.318246811906626, "S13": -19.318246811906626, "W21": -34.178269545910275, "S21": -34.18281442329458, "W22": -49.808859972364559, "S22": -49.818859972364557, "W31": -91.448815416558048, "S31": -91.448815416558048, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 507631.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.165600730927411, "W13": -30.0, "S13": -30.0, "W21": -38.209941143483881, "S21": -38.209941143483881, "W22": -68.562401263823062, "S22": -80.289376200975497, "W31": -101.01535380507343, "S31": -101.01535380507343, "W32": -109.30107329265603, "S32": -114.30107329265603 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 510249.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51780365066010592, "S11": -0.51780365066010592, "W12": -8.7695097906820525, "S12": -11.802610411816017, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.003562744049553, "S21": -38.003562744049553, "W22": -64.978232189973625, "S22": -64.978232189973625, "W31": -101.99706275033378, "S31": -101.99706275033378, "W32": -108.86397126542641, "S32": -113.86397126542641 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 510388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1862583037232453, "S12": -10.69504094319576, "W13": -27.965922980918045, "S13": -28.35091388047567, "W21": -37.522473974394941, "S21": -37.522473974394941, "W22": -67.066629645496164, "S22": -102.37519114049834, "W31": -102.37519114049834, "S31": -102.37519114049834, "W32": -102.37519114049834, "S32": -105.87872535534159 }, "geometry": { "type": "Point", "coordinates": [ 102917.0, 510542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0677937327320173, "S12": -7.0677937327320173, "W13": -15.546263548502079, "S13": -16.101310147323719, "W21": -35.077543773119608, "S21": -40.224849458318701, "W22": -41.87150187722596, "S22": -41.87150187722596, "W31": -74.773454141184956, "S31": -83.062835046557964, "W32": -95.124581809075224, "S32": -100.12458180907522 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 498005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1711568053380539, "S11": 3.1711568053380539, "W12": -10.341171624550029, "S12": -10.341171624550029, "W13": -20.0, "S13": -20.0, "W21": -42.221615720524014, "S21": -62.221615720524014, "W22": -33.472174189635084, "S22": -44.173033682071463, "W31": -80.0, "S31": -81.297866894197952, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 500609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0374628029135682, "S11": 2.5034754280592817, "W12": -7.8070557561902838, "S12": -10.735122549501561, "W13": -20.000851311336717, "S13": -21.675125606666967, "W21": -49.352519964899329, "S21": -68.047949517164184, "W22": -34.868488286887519, "S22": -49.931959293452067, "W31": -78.405894544770831, "S31": -78.582194807008591, "W32": -94.748283506596934, "S32": -99.748283506596934 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6, "S11": 0.6, "W12": -10.3, "S12": -20.3, "W13": -20.309999, "S13": -20.309999, "W21": -32.900002, "S21": -32.910002, "W22": -37.418203076036868, "S22": -44.053454846160641, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -94.57692307692308, "S32": -99.57692307692308 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.1100123555958215, "S12": -7.1100123555958215, "W13": -20.59070247515708, "S13": -20.59070247515708, "W21": -44.276478793171776, "S21": -44.276478793171776, "W22": -41.251838143409657, "S22": -48.959115047149957, "W31": -68.180940693959826, "S31": -73.397580291591723, "W32": -87.968810663905785, "S32": -92.968810663905785 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 515249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2147536687631026, "S11": 3.2147536687631026, "W12": -10.516161689203846, "S12": -10.516161689203846, "W13": -20.0, "S13": -20.0, "W21": -40.559315826596496, "S21": -58.837204272811633, "W22": -60.0, "S22": -108.79866989117292, "W31": -108.79866989117292, "S31": -108.79866989117292, "W32": -108.79866989117292, "S32": -112.64869888475836 }, "geometry": { "type": "Point", "coordinates": [ 102918.75, 500571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.035086234600964, "W21": -38.788896348978739, "S21": -43.622198877062857, "W22": -66.260571161410311, "S22": -102.39486443205386, "W31": -102.39486443205386, "S31": -102.39486443205386, "W32": -102.39486443205386, "S32": -106.31782103768069 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9365468901913809, "S11": 2.9365468901913809, "W12": -7.3524825058313903, "S12": -8.851250120620012, "W13": -18.924132801953064, "S13": -22.654242314183623, "W21": -57.873993601237565, "S21": -80.165905189617021, "W22": -40.755057613343496, "S22": -55.755057613343496, "W31": -70.0, "S31": -71.542623674911667, "W32": -91.231665011726548, "S32": -96.231665011726548 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 501002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0619339123427811, "S11": 2.5619339123427811, "W12": -9.5470511177969382, "S12": -12.587377158122978, "W13": -14.748881487997989, "S13": -18.027925165700424, "W21": -55.014641288433388, "S21": -59.956306573315032, "W22": -40.0, "S22": -44.895008213444328, "W31": -67.860360555581693, "S31": -69.402525813138212, "W32": -93.076080318976963, "S32": -98.076080318976963 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 501728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7050299800133253, "S12": -11.482273569756915, "W13": -16.040554907811771, "S13": -16.040554907811771, "W21": -32.513796396040469, "S21": -33.878034674564795, "W22": -43.497744718833566, "S22": -51.478299772713527, "W31": -68.363268750365336, "S31": -72.456433649981847, "W32": -84.773675478019953, "S32": -89.773675478019953 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 506066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18070643825777968, "S11": 0.18070643825777968, "W12": -8.2428589817737734, "S12": -12.739123829504948, "W13": -18.176121517352524, "S13": -18.176121517352524, "W21": -33.77323732285268, "S21": -33.77323732285268, "W22": -41.184567937481646, "S22": -46.955649514016933, "W31": -68.099564459502631, "S31": -70.437894717805207, "W32": -80.564287071706289, "S32": -85.564287071706289 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 507075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0167204908767964, "S11": 2.0167204908767964, "W12": -10.769287883901452, "S12": -17.364570152653108, "W13": -19.794744311230762, "S13": -19.794744311230762, "W21": -33.716228190604319, "S21": -33.716228190604319, "W22": -37.94945254739217, "S22": -42.393108812682378, "W31": -70.0, "S31": -70.0, "W32": -95.83484121239826, "S32": -100.83484121239826 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 507446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0226302305721604, "S11": 2.0226302305721604, "W12": -11.897603779952753, "S12": -18.07254615601245, "W13": -19.565386183834956, "S13": -19.565386183834956, "W21": -33.974771530299286, "S21": -33.974771530299286, "W22": -44.690489514506758, "S22": -50.520077406869859, "W31": -70.0, "S31": -70.315012772646881, "W32": -92.329531230706209, "S32": -97.329531230706209 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 507454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43872604031063434, "S11": -0.43872604031063434, "W12": -10.178231374688279, "S12": -13.452578261043373, "W13": -26.947142855090096, "S13": -26.947142855090096, "W21": -38.446681140825, "S21": -38.446681140825, "W22": -35.524414808897625, "S22": -50.898452266127947, "W31": -72.484968219456576, "S31": -72.870533271688288, "W32": -93.9819956522675, "S32": -98.9819956522675 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 509604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96055465805061924, "S11": 0.96055465805061924, "W12": -14.663671778608238, "S12": -14.663671778608238, "W13": -20.350927083598815, "S13": -20.75360033760661, "W21": -36.027343422821467, "S21": -38.66954662262593, "W22": -38.733149571572582, "S22": -42.538253849741217, "W31": -70.0, "S31": -70.256278154498418, "W32": -96.189370543621408, "S32": -101.18937054362141 }, "geometry": { "type": "Point", "coordinates": [ 102919.0, 512872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.909429030530216, "W21": -38.592764016014911, "S21": -42.797283488355156, "W22": -40.0, "S22": -46.798240100565678, "W31": -67.986809923677896, "S31": -71.993344595062993, "W32": -91.161140845576355, "S32": -96.161140845576355 }, "geometry": { "type": "Point", "coordinates": [ 102919.333333333328483, 498458.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43006350493167023, "S11": 0.43006350493167023, "W12": -13.400363331470462, "S12": -20.392381211419103, "W13": -20.392381211419103, "S13": -20.392381211419103, "W21": -30.416534438522952, "S21": -31.329519108506844, "W22": -40.222062481404336, "S22": -47.585214217199422, "W31": -68.090584630538018, "S31": -72.781307016550386, "W32": -89.5542104617398, "S32": -94.5542104617398 }, "geometry": { "type": "Point", "coordinates": [ 102919.8, 506199.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4749185975178154, "S12": -20.098710028908066, "W13": -20.098710028908066, "S13": -20.098710028908066, "W21": -34.23785831142763, "S21": -34.23785831142763, "W22": -68.055815415409072, "S22": -80.597126568717641, "W31": -94.858753699833727, "S31": -94.858753699833727, "W32": -97.085126892837792, "S32": -102.08512689283779 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4764448761536344, "S11": 1.4764448761536344, "W12": -6.8864566317659159, "S12": -17.118489617590772, "W13": -19.626605394226285, "S13": -19.85948549080863, "W21": -34.113719513470805, "S21": -34.114626855835752, "W22": -38.475991180357489, "S22": -47.586189762372427, "W31": -80.0, "S31": -81.313650527324953, "W32": -93.980652243598243, "S32": -98.980652243598243 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": 0.3, "W12": -1.9999999999999962, "S12": -19.5, "W13": -20.868461168948127, "S13": -20.868461168948127, "W21": -40.488131367137356, "S21": -40.488131367137356, "W22": -38.996951748612005, "S22": -38.996951748612005, "W31": -70.0, "S31": -70.93285119494287, "W32": -84.10934620590686, "S32": -89.10934620590686 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2958702064896754, "S11": 2.2958702064896754, "W12": -12.154085760517798, "S12": -15.973530204962243, "W13": -19.966098484848484, "S13": -19.966098484848484, "W21": -36.131124767068279, "S21": -36.131124767068279, "W22": -80.013050355918793, "S22": -102.68470956618917, "W31": -102.68470956618917, "S31": -102.68470956618917, "W32": -108.75988590691041, "S32": -113.75988590691041 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39142128410967414, "S11": 0.39142128410967414, "W12": -8.1438209194064601, "S12": -11.14382091940646, "W13": -24.84868168071419, "S13": -25.66726223925583, "W21": -33.887562653873289, "S21": -33.887562653873289, "W22": -60.0, "S22": -84.081115335868191, "W31": -100.0, "S31": -100.0, "W32": -107.41500904159132, "S32": -112.41500904159132 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 511217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7238966372004105, "S12": -7.7238966372004105, "W13": -20.6605156756379, "S13": -20.6605156756379, "W21": -42.812606525721023, "S21": -42.812606525721023, "W22": -84.499769091901427, "S22": -92.435447874687469, "W31": -92.435447874687469, "S31": -92.435447874687469, "W32": -93.232378298168825, "S32": -98.232378298168825 }, "geometry": { "type": "Point", "coordinates": [ 102920.352459016387002, 514879.67213114752667 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49913674033149169, "S11": 0.49913674033149169, "W12": -15.035779525057581, "S12": -15.165215551993608, "W13": -16.017637037037037, "S13": -18.251769814235509, "W21": -49.999999999999993, "S21": -56.460398537016005, "W22": -35.630001, "S22": -50.900375572303261, "W31": -69.801567091368952, "S31": -71.136450091523912, "W32": -93.674022298271666, "S32": -98.674022298271666 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 499325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.064144283271744, "S12": -15.064144283271744, "W13": -16.999637872778024, "S13": -20.403685325674047, "W21": -51.705406111256202, "S21": -64.211805329388099, "W22": -35.245890634023255, "S22": -36.952786972225304, "W31": -68.208543327064589, "S31": -68.459748604912846, "W32": -93.437419231321499, "S32": -98.437419231321499 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 499471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2396204815099492, "S11": 1.2396204815099492, "W12": -7.3987551922729402, "S12": -16.577750707030631, "W13": -19.315689409465829, "S13": -19.72453547323488, "W21": -33.871794353682894, "S21": -33.873765837208566, "W22": -39.143019468246038, "S22": -42.620220982529645, "W31": -70.0, "S31": -70.794112587585829, "W32": -96.428632658158918, "S32": -101.42863265815892 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 507297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -8.1, "S12": -8.1, "W13": -21.9, "S13": -22.0, "W21": -36.099998, "S21": -36.099998, "W22": -37.62617430705842, "S22": -42.126566296224553, "W31": -80.059642619137293, "S31": -80.193456908176046, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6576434848648871, "S11": 1.6576434848648871, "W12": -7.1322010440069139, "S12": -7.1322010440069139, "W13": -20.522878025091302, "S13": -20.522878025091302, "W21": -44.835408840138562, "S21": -44.835408840138562, "W22": -38.826067886929458, "S22": -48.139639262032382, "W31": -80.0, "S31": -81.386275167785229, "W32": -94.132538578215687, "S32": -99.132538578215687 }, "geometry": { "type": "Point", "coordinates": [ 102921.769230769234127, 515667.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.056204278811585, "S12": -11.829865385042989, "W13": -18.866825540793034, "S13": -18.866825540793034, "W21": -34.684026387246796, "S21": -34.684026387246796, "W22": -37.836401611541177, "S22": -43.482969924562347, "W31": -80.043872876104444, "S31": -80.352460262653196, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102921.8, 507545.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6238714185883998, "S11": 2.6238714185883998, "W12": -10.0, "S12": -10.0, "W13": -19.366441987342693, "S13": -20.719661420164638, "W21": -40.0, "S21": -53.211062132661631, "W22": -47.701527882994235, "S22": -47.710429565945908, "W31": -87.254108691268399, "S31": -87.254108691268399, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102922.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4937473455712329, "S12": -20.633901421013622, "W13": -20.633901421013622, "S13": -20.633901421013622, "W21": -34.06699204608951, "S21": -34.06699204608951, "W22": -49.388063633902298, "S22": -53.014108311414894, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -100.49952509171393 }, "geometry": { "type": "Point", "coordinates": [ 102922.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0575964943874183, "W13": -15.0, "S13": -17.174548473486876, "W21": -38.991667346067707, "S21": -44.378273223709257, "W22": -79.375794635829749, "S22": -92.802429143368286, "W31": -98.8752996180135, "S31": -98.8752996180135, "W32": -103.55684072980691, "S32": -108.55684072980691 }, "geometry": { "type": "Point", "coordinates": [ 102923.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8692433617084647, "S11": 1.8692433617084647, "W12": -5.8945584498402512, "S12": -18.026672843754739, "W13": -20.0, "S13": -20.002245058865977, "W21": -35.017691934651602, "S21": -35.017691934651602, "W22": -80.0, "S22": -93.833454095491547, "W31": -98.779534783922102, "S31": -98.779534783922102, "W32": -104.01788871630191, "S32": -109.01788871630191 }, "geometry": { "type": "Point", "coordinates": [ 102923.0, 507328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.302807357212004, "S11": 2.302807357212004, "W12": -9.1785100951496865, "S12": -15.732019431917234, "W13": -22.103317422387079, "S13": -22.103317422387079, "W21": -34.908413179054719, "S21": -34.908413179054719, "W22": -80.0, "S22": -94.256081476331047, "W31": -98.68376994983069, "S31": -98.68376994983069, "W32": -104.54240876115057, "S32": -109.54240876115057 }, "geometry": { "type": "Point", "coordinates": [ 102923.0, 507976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012932385829240278, "S11": -0.20602943070939506, "W12": -5.0, "S12": -7.6070099255583132, "W13": -17.656233874680222, "S13": -17.656233874680222, "W21": -39.707655903138317, "S21": -45.378648963074845, "W22": -80.20923953065919, "S22": -94.920134865250574, "W31": -98.588005115739406, "S31": -98.588005115739406, "W32": -105.10671030907565, "S32": -110.10671030907565 }, "geometry": { "type": "Point", "coordinates": [ 102923.25, 505783.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28754862307201051, "S11": 0.28754862307201051, "W12": -9.7217010631644794, "S12": -10.051586257702452, "W13": -15.0, "S13": -15.0, "W21": -49.334357110696594, "S21": -62.509410711402865, "W22": -80.561375947109113, "S22": -95.985017479568967, "W31": -98.349788562575711, "S31": -98.349788562575711, "W32": -105.94299739454036, "S32": -110.94299739454036 }, "geometry": { "type": "Point", "coordinates": [ 102923.5, 499174.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3291572380672516, "S12": -12.271373681173344, "W13": -19.988176973760314, "S13": -22.23495600862514, "W21": -38.24896477976155, "S21": -45.099933739627311, "W22": -80.845892975586821, "S22": -97.43228255226289, "W31": -98.16386192084218, "S31": -98.16386192084218, "W32": -106.77928448000503, "S32": -111.77928448000503 }, "geometry": { "type": "Point", "coordinates": [ 102923.8, 504011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8327970882620561, "S11": 2.6388177825474277, "W12": -7.2691253707143373, "S12": -8.8178955935579477, "W13": -15.904894308884144, "S13": -17.61722836972228, "W21": -60.0, "S21": -74.706283487579157, "W22": -81.045477886899107, "S22": -98.794615507791377, "W31": -98.794615507791377, "S31": -98.794615507791377, "W32": -109.2210895784339, "S32": -114.2210895784339 }, "geometry": { "type": "Point", "coordinates": [ 102924.0, 501390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1827272727272726, "S11": 2.1421582582020164, "W12": -10.0, "S12": -20.458181276532358, "W13": -20.458181276532358, "S13": -20.465635673624288, "W21": -36.671551882680333, "S21": -37.025586127615824, "W22": -81.091295687252355, "S22": -98.856219994596671, "W31": -98.856219994596671, "S31": -98.856219994596671, "W32": -110.0759766965167, "S32": -115.0759766965167 }, "geometry": { "type": "Point", "coordinates": [ 102924.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5526354232991748, "S11": 2.5526354232991748, "W12": -10.0, "S12": -10.0, "W13": -19.304658398195972, "S13": -20.741943381924472, "W21": -40.0, "S21": -53.751049538203191, "W22": -80.868632275829981, "S22": -100.98415238648653, "W31": -100.98415238648653, "S31": -100.98415238648653, "W32": -109.42892752539439, "S32": -114.42892752539439 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 500098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0174623143807069, "S11": 3.0174623143807069, "W12": -9.4809237794169299, "S12": -9.4809237794169299, "W13": -19.850130752352037, "S13": -19.850130752352037, "W21": -50.0, "S21": -63.922462941847201, "W22": -80.005404692855265, "S22": -102.68678963741858, "W31": -102.68678963741858, "S31": -102.68678963741858, "W32": -108.81174640217814, "S32": -113.81174640217814 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 500775.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.284345843169373, "W13": -19.610043204710248, "S13": -27.603100250202679, "W21": -50.464205843890689, "S21": -64.446024025708866, "W22": -76.706198461966082, "S22": -94.838384817472431, "W31": -94.838384817472431, "S31": -94.838384817472431, "W32": -98.02496179317373, "S32": -103.02496179317373 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 503351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27667109967423209, "S11": -4.2716965986279822, "W12": -11.260753404663035, "S12": -14.676849470872776, "W13": -23.390444936274136, "S13": -24.095339743952891, "W21": -34.536248875371697, "S21": -39.536248875371697, "W22": -82.267479526237977, "S22": -100.76831342579941, "W31": -100.76831342579941, "S31": -100.76831342579941, "W32": -100.76831342579941, "S32": -100.76831342579941 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 505016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079370885149963405, "S11": 0.079370885149963405, "W12": -4.9999999999999991, "S12": -7.9880066170388746, "W13": -17.580829045992285, "S13": -17.580829045992285, "W21": -40.0, "S21": -45.858767414901592, "W22": -82.294888619412276, "S22": -100.77271306811201, "W31": -100.77271306811201, "S31": -100.77271306811201, "W32": -100.77271306811201, "S32": -100.77271306811201 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.95, "S11": 1.95, "W12": -3.5, "S12": -20.5, "W13": -20.51, "S13": -20.51, "W21": -34.200001, "S21": -34.200001, "W22": -85.315988559830231, "S22": -99.13006164998383, "W31": -99.13006164998383, "S31": -99.13006164998383, "W32": -99.13006164998383, "S32": -99.745887845393852 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9, "S11": 1.9, "W12": -9.5, "S12": -20.3, "W13": -20.309999, "S13": -20.309999, "W21": -33.900002, "S21": -33.900002, "W22": -85.181537171897091, "S22": -97.246979860209493, "W31": -97.246979860209493, "S31": -97.246979860209493, "W32": -97.246979860209493, "S32": -99.597235591525475 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4267083854818523, "S11": 2.4267083854818523, "W12": -8.0522256500661094, "S12": -13.435871925050968, "W13": -20.938686877322681, "S13": -20.938686877322681, "W21": -33.503508631394247, "S21": -33.503508631394247, "W22": -84.74998950417735, "S22": -93.305277716438979, "W31": -93.305277716438979, "S31": -93.305277716438979, "W32": -93.421171039405181, "S32": -98.421171039405181 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31040983974502856, "S11": -0.31040983974502856, "W12": -10.072424797381547, "S12": -11.928230774076196, "W13": -27.676056338028168, "S13": -27.676056338028168, "W21": -38.812002086319779, "S21": -38.812002086319779, "W22": -82.883416651237425, "S22": -89.003788122778701, "W31": -89.003788122778701, "S31": -89.003788122778701, "W32": -92.214412219911608, "S32": -97.214412219911608 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 509716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3915414568510327, "S11": 2.3915414568510327, "W12": -7.5615555564084946, "S12": -13.985332274302859, "W13": -19.799955804027967, "S13": -25.53704697195402, "W21": -43.597835669397696, "S21": -51.256379515296473, "W22": -66.934415369327581, "S22": -81.445214235531694, "W31": -89.397186013384569, "S31": -89.397186013384569, "W32": -89.397186013384569, "S32": -94.190838419132092 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 503685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.5696715949234594, "W13": -16.856767044153578, "S13": -16.856767044153578, "W21": -39.838342636324604, "S21": -42.845313383468536, "W22": -59.989174785577482, "S22": -61.240916383429798, "W31": -88.361115359127297, "S31": -88.361115359127297, "W32": -98.046646140718337, "S32": -103.04664614071834 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 505908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067265684817366944, "S11": -0.067265684817366944, "W12": -13.43520986009327, "S12": -18.43520986009327, "W13": -18.43520986009327, "S13": -18.43520986009327, "W21": -30.098124866095084, "S21": -31.104969137676779, "W22": -43.550638257495464, "S22": -43.550638257495464, "W31": -75.633534020215052, "S31": -75.633534020215052, "W32": -98.606595814390587, "S32": -103.60659581439059 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 506133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21637137860238753, "S11": 0.21637137860238753, "W12": -10.0, "S12": -13.040321124469489, "W13": -30.0, "S13": -30.0, "W21": -38.384175175021781, "S21": -38.384175175021781, "W22": -41.660788882676478, "S22": -41.660788882676478, "W31": -74.431880988498875, "S31": -82.083996070241071, "W32": -97.255242323624941, "S32": -102.25524232362494 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 510126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40173410404624277, "S11": -0.40173410404624277, "W12": -10.0, "S12": -10.91171767930566, "W13": -30.0, "S13": -30.0, "W21": -38.203314435450807, "S21": -38.203314435450807, "W22": -42.01067566266083, "S22": -42.01067566266083, "W31": -75.016902021164043, "S31": -81.353660251400996, "W32": -94.370283711693247, "S32": -99.370283711693247 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 510248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3194595285248831, "S11": 2.3194595285248831, "W12": -5.0, "S12": -7.4696148092744945, "W13": -30.0, "S13": -30.170731707317074, "W21": -36.129868689889555, "S21": -36.129868689889555, "W22": -42.007771275754536, "S22": -42.007771275754536, "W31": -74.810838200907952, "S31": -75.388313474756728, "W32": -91.521372244270268, "S32": -96.521372244270268 }, "geometry": { "type": "Point", "coordinates": [ 102926.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.238190322458981, "S11": 1.238190322458981, "W12": -7.1584000640978935, "S12": -7.1584000640978935, "W13": -20.443147026953142, "S13": -20.443147026953142, "W21": -43.337527443411865, "S21": -43.337527443411865, "W22": -39.849071721409445, "S22": -39.849071721409445, "W31": -68.827056848165029, "S31": -69.827056848165029, "W32": -90.60621797875153, "S32": -95.60621797875153 }, "geometry": { "type": "Point", "coordinates": [ 102926.121212121215649, 516158.606060606078245 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0641932618488674, "S12": -20.828044769969516, "W13": -20.828044769969516, "S13": -20.828044769969516, "W21": -36.223626177511832, "S21": -36.223626177511832, "W22": -39.437880379970174, "S22": -39.437880379970174, "W31": -60.0, "S31": -62.257621040047816, "W32": -90.355522500858797, "S32": -95.355522500858797 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 506717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9470697424772199, "S11": 1.9470697424772199, "W12": -10.152956020187455, "S12": -17.102079925068558, "W13": -19.650973976330953, "S13": -22.650973976330953, "W21": -34.810939770378923, "S21": -34.810939770378923, "W22": -38.726557093425605, "S22": -45.398763096868976, "W31": -80.0, "S31": -80.610889261744973, "W32": -91.711409395973149, "S32": -96.711409395973149 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 506965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1375324567686662, "S11": 2.1375324567686662, "W12": -8.8955317596146131, "S12": -17.792103737401884, "W13": -20.0, "S13": -20.0, "W21": -33.899996742673622, "S21": -33.899996742673622, "W22": -36.810901221519643, "S22": -38.239167203987037, "W31": -80.097566246692196, "S31": -80.614238907638608, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 508193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8540982246559744, "S11": 0.8540982246559744, "W12": -8.3773323702904836, "S12": -8.4438732142681516, "W13": -20.923797195253069, "S13": -21.002748681951275, "W21": -36.233048921335786, "S21": -36.233048921335786, "W22": -34.772571273579828, "S22": -49.810474719969321, "W31": -78.807000923881148, "S31": -78.986387943111922, "W32": -94.722078732700538, "S32": -99.722078732700538 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 508392.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8635854152599673, "S12": -11.646260505858457, "W13": -30.0, "S13": -30.0, "W21": -38.104570721038442, "S21": -38.104570721038442, "W22": -35.219972196884122, "S22": -50.335802339116071, "W31": -77.848152569930193, "S31": -77.965886398601526, "W32": -94.595655496007396, "S32": -99.595655496007396 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 510314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0606123630788957, "S12": -12.354622608885688, "W13": -28.850900008937725, "S13": -28.850900008937725, "W21": -37.897521396484116, "S21": -37.897521396484116, "W22": -35.778121207413903, "S22": -51.077184391221337, "W31": -75.593563197126571, "S31": -75.603042193307701, "W32": -94.298390047566784, "S32": -99.298390047566784 }, "geometry": { "type": "Point", "coordinates": [ 102927.0, 510443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3509258881053352, "S11": 2.3509258881053352, "W12": -10.0, "S12": -10.0, "W13": -19.242874809049248, "S13": -20.764225343684302, "W21": -40.0, "S21": -55.637771223930898, "W22": -35.635553066622812, "S22": -50.96582229046578, "W31": -71.377768041421248, "S31": -71.609812240316273, "W32": -93.826865543143711, "S32": -98.826865543143711 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 500062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8614797350398566, "S11": 2.8614797350398566, "W12": -6.676262405285196, "S12": -8.7675733095543453, "W13": -18.461375887707497, "S13": -22.982493511283032, "W21": -60.0, "S21": -82.218244986050422, "W22": -38.474967599401012, "S22": -42.48371213667447, "W31": -70.0, "S31": -70.0, "W32": -95.999558442774855, "S32": -100.99955844277486 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 501066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9969237763297469, "S11": 1.9969237763297469, "W12": -12.641601472618499, "S12": -18.92799589688472, "W13": -19.393614713318676, "S13": -19.393614713318676, "W21": -34.045697669031867, "S21": -34.045697669031867, "W22": -39.575718245967742, "S22": -42.706965626280386, "W31": -70.0, "S31": -71.361941416923329, "W32": -96.79177632201754, "S32": -101.79177632201754 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 507463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2232459487363648, "S11": -0.2232459487363648, "W12": -10.0, "S12": -10.970034737445618, "W13": -28.304482089288864, "S13": -28.304482089288864, "W21": -39.088189040263543, "S21": -39.088189040263543, "W22": -39.811443085271442, "S22": -39.811443085271442, "W31": -67.871935323047197, "S31": -75.377671414646741, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 509797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50865384615384701, "S11": -0.50865384615384701, "W12": -8.6418318703579562, "S12": -12.041558254434996, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.974272120860938, "S21": -37.974272120860938, "W22": -38.916698870961426, "S22": -38.975391788993193, "W31": -67.191561650558469, "S31": -70.482348805365845, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 510401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0174088034242632, "S11": 2.0174088034242632, "W12": -5.0, "S12": -8.4356301421091988, "W13": -29.322847437601538, "S13": -29.322847437601538, "W21": -35.98731321671918, "S21": -35.98731321671918, "W22": -38.704899515883206, "S22": -39.391280585088055, "W31": -67.237408524118806, "S31": -70.307423914745669, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 510835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49963264458519363, "S11": 0.49963264458519363, "W12": -14.357992891090257, "S12": -14.357992891090257, "W13": -20.0, "S13": -20.0, "W21": -36.074707836716748, "S21": -36.696058421104226, "W22": -38.88899065289327, "S22": -40.203059873271201, "W31": -67.3156386877518, "S31": -70.164882314198167, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.0, 512625.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5483082068170217, "S12": -7.5483082068170217, "W13": -20.665339124918255, "S13": -20.665339124918255, "W21": -42.92540375218578, "S21": -42.92540375218578, "W22": -39.102392890537352, "S22": -41.044150262088365, "W31": -67.393868851384823, "S31": -70.022340713650678, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102928.114754098365665, 514929.032786885218229 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -5.0, "S12": -5.5318429890848027, "W13": -14.999999999999998, "S13": -17.241896709895332, "W21": -39.711103171444051, "S21": -47.370705167624202, "W22": -39.315795128181428, "S22": -41.959628433394855, "W31": -67.472099015017832, "S31": -69.774118542657689, "W32": -99.905341792877607, "S32": -104.90534179287761 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 498723.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41976193460292499, "S11": -2.1007915537848714, "W12": -8.3553133099557861, "S12": -9.9134797198171114, "W13": -20.0, "S13": -22.040072663661441, "W21": -32.828301466689268, "S21": -35.787107022846769, "W22": -39.52919736582551, "S22": -42.681610832366687, "W31": -67.550329178650856, "S31": -69.300921742520927, "W32": -98.484615909401015, "S32": -103.48461590940101 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 505436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89548694396761563, "S11": 0.89548694396761563, "W12": -10.269492847854357, "S12": -20.269492847854359, "W13": -20.326679644451584, "S13": -20.326679644451584, "W21": -33.342941355993069, "S21": -33.352145816959613, "W22": -39.742599603469593, "S22": -43.361922535055399, "W31": -67.62855934228385, "S31": -68.827724942384137, "W32": -97.063890025924408, "S32": -102.06389002592441 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 507847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4536045494029128, "S12": -14.192492197381469, "W13": -25.431867268072288, "S13": -25.431867268072288, "W21": -41.074303924709945, "S21": -41.074303924709945, "W22": -39.956001841113675, "S22": -44.042234237744118, "W31": -67.706789505916873, "S31": -68.354528142247375, "W32": -95.615909336990654, "S32": -100.61590933699065 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 509155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -7.2999252056843673, "W13": -30.000000000000004, "S13": -30.5, "W21": -36.271830786173879, "S21": -36.271830786173879, "W22": -40.0, "S22": -44.553141861675073, "W31": -67.785019669549882, "S31": -67.881331342110599, "W32": -94.162072767364947, "S32": -99.162072767364947 }, "geometry": { "type": "Point", "coordinates": [ 102929.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9679689192117091, "S11": 1.9679689192117091, "W12": -5.3300519818052798, "S12": -20.654802166382069, "W13": -20.654802166382069, "S13": -20.654802166382069, "W21": -35.147120287212402, "S21": -35.147120287212402, "W22": -40.0, "S22": -45.101629629629628, "W31": -67.863249833182891, "S31": -69.971580240249153, "W32": -92.940838392183636, "S32": -97.940838392183636 }, "geometry": { "type": "Point", "coordinates": [ 102929.333333333328483, 507354.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5171765171761615, "S11": 1.5171765171761615, "W12": -9.1978065689286463, "S12": -20.028718420602665, "W13": -20.678781315614664, "S13": -20.678781315614664, "W21": -34.086250490627329, "S21": -34.091407863613696, "W22": -40.0, "S22": -46.73324952859857, "W31": -67.942118610396619, "S31": -71.75870486377255, "W32": -91.760803189769192, "S32": -96.760803189769192 }, "geometry": { "type": "Point", "coordinates": [ 102929.333333333328483, 507892.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2632259111602005, "S11": 0.2632259111602005, "W12": -10.7381846341961, "S12": -10.7381846341961, "W13": -20.0, "S13": -24.606165536478215, "W21": -33.460039665271118, "S21": -33.571704434116647, "W22": -40.0, "S22": -47.167944688874819, "W31": -68.020987387610248, "S31": -72.357556304102545, "W32": -90.580767987356154, "S32": -95.580767987356154 }, "geometry": { "type": "Point", "coordinates": [ 102929.4, 511605.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87, "S11": 0.87, "W12": -8.0299997, "S12": -8.0299997, "W13": -16.030001, "S13": -16.030001, "W21": -33.342594327990135, "S21": -34.538245299051937, "W22": -40.434620410592302, "S22": -48.028474699154785, "W31": -68.099856164823976, "S31": -72.95640774443325, "W32": -89.317696617724934, "S32": -94.317696617724934 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3607438831886346, "S11": 0.3607438831886346, "W12": -12.142188961646397, "S12": -12.412898838189607, "W13": -15.239218690157028, "S13": -18.239218690157028, "W21": -50.0, "S21": -62.367511666036066, "W22": -41.391695804819491, "S22": -49.39234591533809, "W31": -68.178724942037604, "S31": -73.555259184763244, "W32": -87.752944221561677, "S32": -92.752944221561677 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 499227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5682217177872064, "S11": 1.5682217177872064, "W12": -10.0, "S12": -12.700818737166967, "W13": -18.86462187700667, "S13": -20.300906647389503, "W21": -34.294070102730501, "S21": -34.294070102730501, "W22": -42.348771199047825, "S22": -50.65907762250216, "W31": -68.257593719251346, "S31": -74.154110625093978, "W32": -85.701001708339803, "S32": -90.701001708339803 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 506997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17012035192553468, "S11": 0.17012035192553468, "W12": -8.3048340802276801, "S12": -8.3048340802276801, "W13": -16.496587646812841, "S13": -16.581188716140648, "W21": -33.818058548137344, "S21": -33.818058548137344, "W22": -38.904577790294383, "S22": -38.904577790294383, "W31": -70.0, "S31": -71.457444228903981, "W32": -83.951113575455125, "S32": -88.951113575455125 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.967779402209286, "S11": 1.967779402209286, "W12": -5.5718323586745147, "S12": -19.420969454398868, "W13": -20.0, "S13": -20.0, "W21": -35.273457733633855, "S21": -35.273457733633855, "W22": -39.034095511924804, "S22": -39.034095511924804, "W31": -70.0, "S31": -70.788070412169176, "W32": -84.178933847141906, "S32": -89.178933847141906 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 507350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.04, "S11": 0.04, "W12": -7.96, "S12": -7.96, "W13": -21.959999, "S13": -23.459999, "W21": -32.993185148857322, "S21": -32.998264178111476, "W22": -39.163613233555395, "S22": -39.163613233555395, "W31": -70.0, "S31": -70.06178851815487, "W32": -84.243384714193979, "S32": -89.243384714193979 }, "geometry": { "type": "Point", "coordinates": [ 102930.1, 507168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26392174478943448, "S11": 0.26392174478943448, "W12": -10.683057153972962, "S12": -10.683057153972962, "W13": -20.0, "S13": -24.870039305185898, "W21": -33.403751872337267, "S21": -33.403751872337267, "W22": -39.293130955185823, "S22": -39.293130955185823, "W31": -70.0, "S31": -70.0, "W32": -84.307835581245968, "S32": -89.307835581245968 }, "geometry": { "type": "Point", "coordinates": [ 102930.545454545455868, 511583.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.072017654070413, "S12": -15.072017654070413, "W13": -17.245929190539265, "S13": -19.264887087724016, "W21": -50.619156016800076, "S21": -65.619156016800076, "W22": -39.422648676816422, "S22": -39.422648676816422, "W31": -70.0, "S31": -70.0, "W32": -84.372286448298041, "S32": -89.372286448298041 }, "geometry": { "type": "Point", "coordinates": [ 102930.666666666671517, 499512.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1, "S11": 0.1, "W12": -6.9, "S12": -9.9, "W13": -16.9, "S13": -17.9, "W21": -32.5589190831435, "S21": -32.566530186848929, "W22": -39.536303330242752, "S22": -39.536303330242752, "W31": -70.0, "S31": -70.0, "W32": -84.43673731535003, "S32": -89.43673731535003 }, "geometry": { "type": "Point", "coordinates": [ 102930.9, 507203.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37905969540580675, "S11": -4.356200986841114, "W12": -10.502410488773762, "S12": -15.279769481939582, "W13": -22.792871861405786, "S13": -23.952591217575822, "W21": -34.483162730968871, "S21": -39.483162730968871, "W22": -39.6389667995617, "S22": -39.6389667995617, "W31": -70.0, "S31": -70.0, "W32": -84.508991650610156, "S32": -89.508991650610156 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 504956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.1810897435897436, "W13": -16.242496079139144, "S13": -16.242496079139144, "W21": -36.892193406131987, "S21": -38.11388973328102, "W22": -39.741630268880641, "S22": -39.741630268880641, "W31": -70.0, "S31": -70.0, "W32": -84.581245985870254, "S32": -89.581245985870254 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 506009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2624490656176346, "S11": 1.2624490656176346, "W12": -6.5487310470701274, "S12": -15.659278604481679, "W13": -19.848707019039548, "S13": -19.853986988975663, "W21": -34.954766967612237, "S21": -34.954766967612237, "W22": -39.844293738199596, "S22": -39.844293738199596, "W31": -70.0, "S31": -70.0, "W32": -84.65350032113038, "S32": -89.65350032113038 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9430243823671889, "S11": 1.9430243823671889, "W12": -10.334660816739792, "S12": -19.319023392939101, "W13": -20.178596915367489, "S13": -20.178596915367489, "W21": -33.36447673608015, "S21": -33.36447673608015, "W22": -39.946957207518544, "S22": -39.946957207518544, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -84.725754656390492, "S32": -89.725754656390492 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 507436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.55, "S11": 1.54, "W12": -9.5, "S12": -19.1499996, "W13": -19.16, "S13": -19.17, "W21": -37.376635368421049, "S21": -37.376635368421049, "W22": -40.4, "S22": -40.4, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -84.798008991650605, "S32": -89.798008991650605 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.047875643686112, "S12": -10.794099067781598, "W13": -25.641662555267569, "S13": -25.641662555267569, "W21": -37.523774844262746, "S21": -37.523774844262746, "W22": -41.227586206896554, "S22": -41.227586206896554, "W31": -70.0, "S31": -70.0, "W32": -84.870263326910731, "S32": -89.870263326910731 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 509386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7076761978029227, "S11": 1.7076761978029227, "W12": -7.1136855302162534, "S12": -7.1136855302162534, "W13": -20.533670352959437, "S13": -20.533670352959437, "W21": -44.833765185755929, "S21": -44.833765185755929, "W22": -42.055172413793102, "S22": -42.055172413793102, "W31": -70.0, "S31": -70.0, "W32": -84.942517662170843, "S32": -89.942517662170843 }, "geometry": { "type": "Point", "coordinates": [ 102931.444444444437977, 515702.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35, "S11": 0.35, "W12": -6.6500001, "S12": -6.6500001, "W13": -16.65, "S13": -16.65, "W21": -32.150002, "S21": -32.160002, "W22": -42.886727260112394, "S22": -42.886727260112394, "W31": -70.0, "S31": -70.0, "W32": -84.9060435296592, "S32": -89.9060435296592 }, "geometry": { "type": "Point", "coordinates": [ 102931.6, 507236.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2281827028195917, "S11": 2.2281827028195917, "W12": -10.0, "S12": -10.0, "W13": -19.202084236560705, "S13": -20.774992186351501, "W21": -40.0, "S21": -57.78439014114177, "W22": -43.75399986123638, "S22": -43.75399986123638, "W31": -70.0, "S31": -70.0, "W32": -84.829892009892447, "S32": -89.829892009892447 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 500042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6570465638800655, "S12": -15.686450299166154, "W13": -19.900307574470673, "S13": -23.374216602408794, "W21": -40.0, "S21": -47.805401312468447, "W22": -44.621272462360366, "S22": -44.621272462360366, "W31": -70.0, "S31": -70.0, "W32": -84.753740490125693, "S32": -89.753740490125693 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 503853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.893183762089611, "W12": -6.1072612232600179, "S12": -8.1170948087365691, "W13": -19.371587881713225, "S13": -21.942226379997557, "W21": -32.174567015639354, "S21": -37.17485485168794, "W22": -45.488545063484359, "S22": -45.488545063484359, "W31": -70.0, "S31": -70.0, "W32": -84.685329338993711, "S32": -89.685329338993711 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 505502.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.747417593262715, "W12": -5.5061765592045795, "S12": -7.7423717180548071, "W13": -19.170238452373709, "S13": -21.910425494020753, "W21": -31.968127747665012, "S21": -37.157436552015838, "W22": -46.355817664608338, "S22": -46.355817664608338, "W31": -70.0, "S31": -70.0, "W32": -84.620654150724235, "S32": -89.620654150724235 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3860846779752194, "S11": 2.3860846779752194, "W12": -10.289714011054953, "S12": -19.081504808804137, "W13": -20.170112979546307, "S13": -20.170112979546307, "W21": -35.449244460379063, "S21": -35.449244460379063, "W22": -47.223090265732324, "S22": -47.223090265732324, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -84.555978962454759, "S32": -89.555978962454759 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 506924.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.284132735219693, "S12": -12.057691412421917, "W13": -18.780200604412613, "S13": -18.780200604412613, "W21": -34.646747172596939, "S21": -34.646747172596939, "W22": -48.09036286685631, "S22": -48.09036286685631, "W31": -70.0, "S31": -70.0, "W32": -84.491303774185283, "S32": -89.491303774185283 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 507545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5645462525321019, "S12": -11.785334292584807, "W13": -30.0, "S13": -30.0, "W21": -38.065867788358545, "S21": -38.065867788358545, "W22": -48.957635467980289, "S22": -48.957635467980289, "W31": -70.0, "S31": -70.0, "W32": -84.426628585915807, "S32": -89.426628585915807 }, "geometry": { "type": "Point", "coordinates": [ 102932.0, 510337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35, "S11": 0.35, "W12": -10.65, "S12": -10.65, "W13": -16.65, "S13": -18.65, "W21": -33.456773438203804, "S21": -33.458858454638083, "W22": -49.824908069104282, "S22": -49.824908069104282, "W31": -70.0, "S31": -70.0, "W32": -84.361953397646346, "S32": -89.361953397646346 }, "geometry": { "type": "Point", "coordinates": [ 102932.6, 507132.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22779410370651249, "S11": -0.22779410370651249, "W12": -10.0, "S12": -10.0, "W13": -19.596318229607288, "S13": -25.567831423399046, "W21": -51.007016255660041, "S21": -69.14428630148538, "W22": -51.884829019459666, "S22": -51.884829019459666, "W31": -70.0, "S31": -70.0, "W32": -84.297278209376884, "S32": -89.297278209376884 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 503252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5948275862068968, "W12": -4.0508050760087304, "S12": -5.0508050760087304, "W13": -17.71431889798588, "S13": -19.115071380286963, "W21": -31.314539371800318, "S21": -38.859167206683267, "W22": -54.246438692612884, "S22": -54.246438692612884, "W31": -70.0, "S31": -70.0, "W32": -84.252036005143594, "S32": -89.252036005143594 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -4.2663142701829848, "S12": -4.899387371673404, "W13": -17.60885014928423, "S13": -18.858654319710496, "W21": -31.290816417961778, "S21": -39.173273806333619, "W22": -56.608048365766102, "S22": -56.608048365766102, "W31": -70.0, "S31": -70.0, "W32": -84.355826019194495, "S32": -89.355826019194495 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35318559556786711, "S11": -0.35318559556786711, "W12": -5.0, "S12": -6.9150641025641022, "W13": -16.37438368888326, "S13": -16.37438368888326, "W21": -37.544547015886643, "S21": -39.043719976687129, "W22": -58.983941605839412, "S22": -58.983941605839412, "W31": -70.0, "S31": -70.0, "W32": -84.336502426064783, "S32": -89.336502426064783 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 505993.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17698058820880067, "S11": 0.17698058820880067, "W12": -14.615474194149431, "S12": -21.235844564519802, "W13": -21.235844564519802, "S13": -21.235844564519802, "W21": -30.376919386410211, "S21": -31.388674038350878, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -84.282627288430646, "S32": -89.282627288430646 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31900548103744275, "S11": 0.31900548103744275, "W12": -6.8202142342719618, "S12": -8.2737445701097592, "W13": -16.974770784867243, "S13": -16.974770784867243, "W21": -32.337199416098592, "S21": -32.345995761578251, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -84.22875215079651, "S32": -89.22875215079651 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67255163692591646, "S11": 0.67255163692591646, "W12": -7.9916625040040223, "S12": -11.565735044236154, "W13": -17.865533172847247, "S13": -18.520837534454316, "W21": -33.916108852106362, "S21": -33.919476890239828, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.015257561416519, "W32": -84.174877013162373, "S32": -89.174877013162373 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0445061121260337, "S11": 1.0414555367982317, "W12": -6.9668795943512212, "S12": -14.352159771099597, "W13": -20.0, "S13": -20.005928222472754, "W21": -34.748320546001437, "S21": -34.748477344797223, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.075842691838702, "W32": -84.121001875528222, "S32": -89.121001875528222 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7190305206463194, "S11": 2.7190305206463194, "W12": -6.7207121364092277, "S12": -16.720712136409226, "W13": -19.363275946761743, "S13": -19.363275946761743, "W21": -33.88925683170973, "S21": -33.895608798824696, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.136427822260885, "W32": -84.067126737894085, "S32": -89.067126737894085 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 507668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87712792434046805, "S11": 0.87679437299972551, "W12": -8.6105092091007585, "S12": -9.0081572927244515, "W13": -20.0, "S13": -20.028873239436621, "W21": -36.34312318845501, "S21": -36.34312318845501, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.139501498079156, "W32": -84.013251600259949, "S32": -89.013251600259949 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4, "S11": 2.4, "W12": -14.0, "S12": -19.5, "W13": -19.51, "S13": -19.51, "W21": -35.900002, "S21": -35.900002, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.136836203885821, "W32": -83.959376462625812, "S32": -88.959376462625812 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24395442178703242, "S11": 0.24395442178703242, "W12": -11.497704997324101, "S12": -11.497704997324101, "W13": -20.0, "S13": -23.780622032139377, "W21": -34.002251402321441, "S21": -35.214119834504167, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.134170909692486, "W32": -83.969884730677705, "S32": -88.969884730677705 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 511817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81111378886683472, "S11": 0.81111378886683472, "W12": -9.0191233584784634, "S12": -9.2427019101313643, "W13": -16.192693926918466, "S13": -16.726073057475816, "W21": -30.541074372491849, "S21": -30.541074372491849, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.088698885812292, "W32": -83.97076461769116, "S32": -88.97076461769116 }, "geometry": { "type": "Point", "coordinates": [ 102933.166666666671517, 497535.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2576814264096319, "W12": -4.0633186291144749, "S12": -7.0633186291144749, "W13": -18.454066930205148, "S13": -20.884629288279861, "W21": -31.492321458520479, "S21": -37.353679986781444, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.023610100456452, "W32": -83.933283358320836, "S32": -88.933283358320836 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 505598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040756993965990085, "S11": 0.040756993965990085, "W12": -15.0, "S12": -21.023307790549168, "W13": -21.023307790549168, "S13": -21.023307790549168, "W21": -30.280072856832099, "S21": -31.31416859552251, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.895802098950526, "S32": -88.895802098950526 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 506154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0420948461907895, "S11": 2.0420948461907895, "W12": -10.154289834174477, "S12": -20.226567681483616, "W13": -20.226567681483616, "S13": -20.226567681483616, "W21": -34.97657180199711, "S21": -34.97657180199711, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.858320839580216, "S32": -88.858320839580216 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 506954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.78, "S11": 2.78, "W12": -6.85, "S12": -6.85, "W13": -21.51, "S13": -21.51, "W21": -32.849998, "S21": -32.849998, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.819508789435829, "S32": -88.819508789435829 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2314131018066234, "S12": -14.231413101806623, "W13": -25.499040633383469, "S13": -25.499040633383469, "W21": -40.056181931825847, "S21": -40.056181931825847, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.777797036278699, "S32": -88.777797036278699 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 509235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13711305518169589, "S11": -0.13711305518169589, "W12": -7.5906954520634979, "S12": -11.162933027532093, "W13": -27.455981557959422, "S13": -27.519987974461014, "W21": -38.080980309701708, "S21": -38.080980309701708, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.736085283121568, "S32": -88.736085283121568 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 510475.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44896902131018152, "S11": 0.44896902131018152, "W12": -15.0, "S12": -15.220201084923307, "W13": -15.531900411522633, "S13": -18.59467413415037, "W21": -50.0, "S21": -61.589292470677265, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.694373529964437, "S32": -88.694373529964437 }, "geometry": { "type": "Point", "coordinates": [ 102935.0, 499271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061156824851198777, "S11": -0.061156824851198777, "W12": -13.470276845265351, "S12": -14.136398736660297, "W13": -24.108782547796569, "S13": -24.798748896500513, "W21": -34.618669724443791, "S21": -36.486898276920208, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -83.652661776807292, "S32": -88.652661776807292 }, "geometry": { "type": "Point", "coordinates": [ 102935.0, 505225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3727197764333994, "S12": -7.3727197764333994, "W13": -20.670162574198574, "S13": -20.670162574198574, "W21": -43.038200978650913, "S21": -43.038200978650913, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.610950023650148, "S32": -88.610950023650148 }, "geometry": { "type": "Point", "coordinates": [ 102935.877049180329777, 514978.393442622967996 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.870266257117169, "S13": -17.978766802989249, "W21": -45.121643948781497, "S21": -48.678583317861964, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.568540623796679, "S32": -88.568540623796679 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 499624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0946305267847207, "W12": -8.8885323217306613, "S12": -15.280099498854636, "W13": -15.280099498854636, "S13": -19.972691306512921, "W21": -54.159834839327388, "S21": -64.045328708858975, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.53699609658365, "S32": -88.53699609658365 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 501909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5970691728162194, "W12": -5.2767380319376365, "S12": -8.3832701831341083, "W13": -14.703434029739702, "S13": -18.404605372698022, "W21": -50.178239881173418, "S21": -63.676909123535282, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.515406404366303, "S32": -88.515406404366303 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 502278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7898668605443722, "S11": 2.7898668605443722, "W12": -6.4036657229309943, "S12": -6.676475982871434, "W13": -20.056120059478133, "S13": -22.537432338616064, "W21": -36.462115546490281, "S21": -41.91951935264845, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -75.239998, "S31": -75.239998, "W32": -83.493816712148956, "S32": -88.493816712148956 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8275862068965516, "W12": -3.7260342274454308, "S12": -5.1955601868133767, "W13": -17.920068701248528, "S13": -19.605139274292743, "W21": -31.394992876861476, "S21": -38.349395700990769, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.472227019931609, "S32": -88.472227019931609 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 505654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7932667316439956, "S11": 1.7932667316439956, "W12": -5.4215399610137069, "S12": -20.421539961013707, "W13": -20.421539961013707, "S13": -20.421539961013707, "W21": -35.27716178212313, "S21": -35.27716178212313, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.450637327714261, "S32": -88.450637327714261 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 507362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5001451793128524, "S12": -12.436838398492183, "W13": -29.698457398317014, "S13": -29.698457398317014, "W21": -37.947695212777901, "S21": -37.947695212777901, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.417576056999764, "S32": -88.417576056999764 }, "geometry": { "type": "Point", "coordinates": [ 102936.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5175257262544397, "S11": 1.5579693764965612, "W12": -5.1553195534938618, "S12": -7.9714586135739269, "W13": -14.708651229901463, "S13": -18.388711159076074, "W21": -50.0, "S21": -63.595657941991085, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -75.239998, "S31": -75.239998, "W32": -83.369745273834255, "S32": -88.369745273834255 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 502296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22757363712594567, "S11": 0.22757363712594567, "W12": -9.002161277567625, "S12": -10.884667238982351, "W13": -16.280372488284449, "S13": -17.302269024964989, "W21": -33.741107272648229, "S21": -33.741107272648229, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.32191449066876, "S32": -88.32191449066876 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 507113.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7481806367771962, "S11": 1.7481806367771962, "W12": -5.1810916179337818, "S12": -18.788545311305967, "W13": -20.17830534351145, "S13": -20.17830534351145, "W21": -35.172840885640028, "S21": -35.172840885640028, "W22": -59.866228731791459, "S22": -59.866228731791459, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0475593447007689, "S12": -18.047559344700769, "W13": -19.48807643121798, "S13": -19.48807643121798, "W21": -33.681193464517726, "S21": -33.68863617488109, "W22": -58.210880442640594, "S22": -58.210880442640594, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 507702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7535995578278292, "S11": 1.7535995578278292, "W12": -9.1610637572451417, "S12": -19.838455270071805, "W13": -20.58209165459801, "S13": -20.58209165459801, "W21": -34.596140807051469, "S21": -34.599932628612805, "W22": -57.316992366499115, "S22": -57.316992366499115, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 507907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9775817376170641, "S12": -14.543416352546043, "W13": -23.953829037641434, "S13": -23.953829037641434, "W21": -41.544647595331796, "S21": -41.544647595331796, "W22": -56.555532153489729, "S22": -56.555532153489729, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0962916948008701, "S12": -12.023125914443604, "W13": -30.0, "S13": -30.0, "W21": -38.009274798588713, "S21": -38.009274798588713, "W22": -54.900183864338857, "S22": -54.900183864338857, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 510372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6732532072924577, "S12": -12.340703945393221, "W13": -30.0, "S13": -30.0, "W21": -37.964643257508236, "S21": -37.964643257508236, "W22": -53.244835575187992, "S22": -53.244835575187992, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.0, 510402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1329711082362675, "S11": 3.1329711082362675, "W12": -10.348747246449424, "S12": -10.348747246449424, "W13": -20.0, "S13": -20.0, "W21": -43.505731441048987, "S21": -51.444334293350991, "W22": -51.641518547568722, "S22": -51.641518547568722, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.166666666671517, 500632.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86563200815508512, "S11": 0.86563200815508512, "W12": -8.6809401666651116, "S12": -16.062217774553787, "W13": -18.908732292148276, "S13": -18.908732292148276, "W21": -39.41258443260655, "S21": -39.41258443260655, "W22": -50.263357307134974, "S22": -50.263357307134974, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.333333333328483, 508266.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5081010230179031, "S11": 2.5081010230179031, "W12": -7.8142020384082693, "S12": -13.042977134521042, "W13": -22.040616791744842, "S13": -22.040616791744842, "W21": -32.463472369480129, "S21": -32.463472369480129, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102937.5, 508154.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7580790861672062, "S12": -6.6591855978270793, "W13": -15.0, "S13": -15.764455193695008, "W21": -42.293299834519082, "S21": -52.103416278361109, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 498897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36235294117647043, "S11": -0.36235294117647043, "W12": -10.0, "S12": -11.53277609159962, "W13": -19.623732859467836, "S13": -27.437851725027201, "W21": -50.296086953811844, "S21": -63.952905135630026, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 503364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4079159935379644, "W12": -10.098843821076573, "S12": -20.659765843866474, "W13": -20.659765843866474, "S13": -20.659765843866474, "W21": -33.743892232858563, "S21": -33.743892232858563, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 506518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.317928388746803, "S11": 2.317928388746803, "W12": -8.4089360298273785, "S12": -16.6103456838214, "W13": -22.064812382739213, "S13": -22.064812382739213, "W21": -32.440102561822563, "S21": -32.440102561822563, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 508172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1375135756723949, "S11": 2.1375135756723949, "W12": -5.0, "S12": -9.1005983545250562, "W13": -29.998523113277212, "S13": -29.998523113277212, "W21": -36.190032544771093, "S21": -36.190032544771093, "W22": -67.739728748103886, "S22": -84.50154289336237, "W31": -98.969605878423522, "S31": -98.969605878423522, "W32": -100.65245300320954, "S32": -105.65245300320954 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 510810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0634063757746119, "S11": 2.0634063757746119, "W12": -5.0, "S12": -9.289921465968586, "W13": -29.813912272928665, "S13": -29.813912272928665, "W21": -36.14841905868456, "S21": -36.14841905868456, "W22": -68.187767498659866, "S22": -78.71275792103404, "W31": -95.424505067745628, "S31": -95.424505067745628, "W32": -97.46765741890998, "S32": -102.46765741890998 }, "geometry": { "type": "Point", "coordinates": [ 102938.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.06, "S11": 0.06, "W12": -7.9400001, "S12": -10.9400001, "W13": -15.94, "S13": -15.94, "W21": -33.939999, "S21": -33.939999, "W22": -35.60405904733723, "S22": -50.984833608470581, "W31": -73.624727843593789, "S31": -73.790985344957676, "W32": -94.031418824390343, "S32": -99.031418824390343 }, "geometry": { "type": "Point", "coordinates": [ 102938.3, 507098.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -13.641451467160614, "W13": -15.96, "S13": -16.9566998916074, "W21": -19.999999999999996, "S21": -19.999999999999996, "W22": -40.118889306886715, "S22": -42.859211117213832, "W31": -69.874400713401059, "S31": -71.881233812882826, "W32": -97.25591428896, "S32": -102.25591428896 }, "geometry": { "type": "Point", "coordinates": [ 102938.666666666671517, 496901.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18, "S11": 0.18, "W12": -8.8199997, "S12": -8.8199997, "W13": -16.82, "S13": -17.82, "W21": -33.629493614645398, "S21": -33.634725258733042, "W22": -38.930847743915592, "S22": -38.930847743915592, "W31": -67.209778320385894, "S31": -70.517858000771213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102938.8, 507271.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28976470588235304, "S11": 0.28976470588235304, "W12": -9.868847802807279, "S12": -12.051163808652696, "W13": -19.644098224741363, "S13": -27.648269506423631, "W21": -50.0, "S21": -56.860606060606059, "W22": -67.579432286321207, "S22": -80.46535154274153, "W31": -94.268947792430666, "S31": -94.268947792430666, "W32": -96.712443911023442, "S32": -101.71244391102344 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 503406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23325428603467593, "S11": -0.95054470316497153, "W12": -12.583402489626554, "S12": -13.512235309349204, "W13": -22.268814759476403, "S13": -23.453474653172158, "W21": -33.844080062792521, "S21": -34.126315838146297, "W22": -55.294981979484334, "S22": -60.060605877347044, "W31": -84.736147219248608, "S31": -84.736147219248608, "W32": -98.14917594410781, "S32": -103.14917594410781 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5642813455657489, "S11": 1.5642813455657489, "W12": -10.0, "S12": -22.277471967380222, "W13": -22.277471967380222, "S13": -22.277471967380222, "W21": -40.052755093709884, "S21": -40.052755093709884, "W22": -47.399616379858514, "S22": -47.399616379858514, "W31": -78.226532068684449, "S31": -78.226532068684449, "W32": -98.412653947123616, "S32": -103.41265394712362 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 508243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97040444893832167, "S11": 0.96175001800869486, "W12": -9.6771379134482753, "S12": -14.606812295886289, "W13": -19.92764148490566, "S13": -19.92764148490566, "W21": -37.861006605263157, "S21": -37.861006605263157, "W22": -40.583211671132389, "S22": -55.583211671132389, "W31": -70.0, "S31": -70.038891104906256, "W32": -91.374312398573551, "S32": -96.374312398573551 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 508325.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98247724974721951, "S11": 0.97387168936494284, "W12": -9.6838620565517246, "S12": -14.722483453364003, "W13": -20.0, "S13": -20.00049893390192, "W21": -37.84223252631579, "S21": -37.84223252631579, "W22": -35.988129828349614, "S22": -49.401245660307794, "W31": -79.636045841253249, "S31": -79.839440070026342, "W32": -94.671246500663031, "S32": -99.671246500663031 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47572815533980584, "S11": -0.47572815533980584, "W12": -8.6692680621202776, "S12": -12.415414270112262, "W13": -30.0, "S13": -30.0, "W21": -37.961346396068514, "S21": -37.961346396068514, "W22": -35.67720292198112, "S22": -51.020454767830209, "W31": -71.859166032063456, "S31": -72.23710111493638, "W32": -93.844743440735243, "S32": -98.844743440735243 }, "geometry": { "type": "Point", "coordinates": [ 102939.0, 510403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0071953471020243, "S11": 3.0071953471020243, "W12": -9.5756449299508866, "S12": -9.5756449299508866, "W13": -19.675493702846495, "S13": -19.675493702846495, "W21": -50.90945755192579, "S21": -69.864227601336665, "W22": -39.067855342741936, "S22": -42.595604908145198, "W31": -70.0, "S31": -70.693757249036722, "W32": -96.345116717380449, "S32": -101.34511671738045 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 500798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.550355366446122, "S11": 1.8831407624750185, "W12": -5.0, "S12": -6.265251498566327, "W13": -18.272211551346764, "S13": -21.490238195809713, "W21": -48.92885798006418, "S21": -60.059841173196475, "W22": -48.883928010500576, "S22": -48.893229212939893, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 502671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9, "S11": 1.9, "W12": -12.9, "S12": -19.9, "W13": -19.91, "S13": -19.91, "W21": -33.3, "S21": -33.3, "W22": -77.839371453513749, "S22": -91.048559634041595, "W31": -99.002600218519987, "S31": -99.002600218519987, "W32": -103.42447853651454, "S32": -108.42447853651454 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.508190359814396, "S11": 1.508190359814396, "W12": -15.0, "S12": -15.0, "W13": -20.884604276085017, "S13": -24.728308896070729, "W21": -36.275814018348193, "S21": -38.51809100693314, "W22": -67.495062492846841, "S22": -80.170508916920397, "W31": -92.008209058703216, "S31": -92.008209058703216, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 513247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8177723772175769, "S11": 2.8177723772175769, "W12": -13.07969598175257, "S12": -13.07969598175257, "W13": -20.83416763931443, "S13": -20.83416763931443, "W21": -39.575852830715945, "S21": -39.575852830715945, "W22": -67.16417871628876, "S22": -102.48686450507624, "W31": -102.48686450507624, "S31": -102.48686450507624, "W32": -102.48686450507624, "S32": -105.9138010087116 }, "geometry": { "type": "Point", "coordinates": [ 102940.571428571434808, 514102.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62272656371860857, "S11": -4.3772734362813912, "W12": -10.052206939310649, "S12": -17.488896808145327, "W13": -21.172480620155039, "S13": -23.452429743619376, "W21": -34.352374282475118, "S21": -39.352374282475118, "W22": -35.71794236317519, "S22": -51.045962183035684, "W31": -75.23029704246062, "S31": -75.294058635477526, "W32": -94.187221540647002, "S32": -99.187221540647002 }, "geometry": { "type": "Point", "coordinates": [ 102940.75, 504816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9080541893311025, "S11": 1.9080541893311025, "W12": -15.0, "S12": -15.0, "W13": -20.945654135997231, "S13": -24.294188024642164, "W21": -37.14281296856722, "S21": -38.337309691431244, "W22": -36.59256834343963, "S22": -43.4692830882856, "W31": -70.0, "S31": -70.0, "W32": -94.685264576188146, "S32": -99.685264576188146 }, "geometry": { "type": "Point", "coordinates": [ 102940.941176470587379, 513479.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1272186287192754, "S11": 3.1272186287192754, "W12": -10.354102118666834, "S12": -10.354102118666834, "W13": -20.0, "S13": -20.0, "W21": -43.72543668122271, "S21": -49.451325006095807, "W22": -67.037980491708211, "S22": -79.960104643557884, "W31": -93.867488166169281, "S31": -93.867488166169281, "W32": -96.45894076538633, "S32": -101.45894076538633 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 500636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5753384707919778, "S11": 1.9992505042440027, "W12": -8.7288263136883195, "S12": -10.265131730482013, "W13": -19.881294267072331, "S13": -20.721986119598505, "W21": -50.0, "S21": -68.273322878542402, "W22": -33.219407114624381, "S22": -47.50858043903812, "W31": -80.0, "S31": -81.346245733788393, "W32": -94.933022045315383, "S32": -99.933022045315383 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.364197530864198, "S12": -22.367141441617218, "W13": -22.367141441617218, "S13": -22.367141441617218, "W21": -33.717920657703402, "S21": -35.053363088852691, "W22": -33.638262636758917, "S22": -48.618413087721208, "W31": -80.0, "S31": -80.451179010295576, "W32": -94.861186348862404, "S32": -99.861186348862404 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0214391967274081, "S11": 2.0214391967274081, "W12": -12.905274965485505, "S12": -19.148894284225076, "W13": -19.288849196639759, "S13": -19.288849196639759, "W21": -33.986556948780674, "S21": -33.986556948780674, "W22": -33.89142819227618, "S22": -48.695845368639567, "W31": -80.0, "S31": -80.316423115244106, "W32": -94.850410994394451, "S32": -99.850410994394451 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 507471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41, "S11": 0.4, "W12": -9.4899998, "S12": -9.4899998, "W13": -17.049999, "S13": -17.049999, "W21": -38.628240631578947, "S21": -38.628240631578947, "W22": -39.624518421052628, "S22": -42.260415197727589, "W31": -70.0, "S31": -70.0, "W32": -95.177644026259316, "S32": -100.17764402625932 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061790187188580203, "S11": -0.061790187188580203, "W12": -10.0, "S12": -12.392583723989073, "W13": -29.404932062819835, "S13": -29.404932062819835, "W21": -38.813619888784295, "S21": -38.813619888784295, "W22": -41.407334079759266, "S22": -43.564243291206239, "W31": -69.558500659345299, "S31": -72.409961499021207, "W32": -97.923372209705221, "S32": -102.92337220970522 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 509913.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.8045266135929996, "W12": -5.0, "S12": -7.1639561270801817, "W13": -19.050673412557813, "S13": -21.896222763294542, "W21": -31.814083825246971, "S21": -37.108140264104847, "W22": -36.983299536885681, "S22": -41.806055727348941, "W31": -66.353950375949111, "S31": -70.640024494359011, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 505537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40616880706703284, "S11": 0.40616880706703284, "W12": -5.0, "S12": -8.8501897160800738, "W13": -17.054912470759238, "S13": -17.054912470759238, "W21": -40.0, "S21": -43.292293144743297, "W22": -42.1848275862069, "S22": -42.1848275862069, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 505908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.018455981840297, "S11": 2.018455981840297, "W12": -10.107426099495314, "S12": -20.107426099495314, "W13": -20.107426099495314, "S13": -20.107426099495314, "W21": -34.980588351061662, "S21": -34.980588351061662, "W22": -38.702089250075595, "S22": -44.182162346218412, "W31": -70.064631965438863, "S31": -70.064631965438863, "W32": -94.37003239152935, "S32": -99.37003239152935 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 506953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48892945368672103, "S11": 0.48892945368672103, "W12": -9.8561195263963128, "S12": -9.8561195263963128, "W13": -19.224827547935519, "S13": -20.69620009695516, "W21": -33.173443435830229, "S21": -33.176750033089341, "W22": -48.388637143124669, "S22": -48.398214596939901, "W31": -88.44952532186241, "S31": -88.44952532186241, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 507157.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43237276606272923, "S11": 0.43237276606272923, "W12": -8.0618824168257177, "S12": -10.395014791298989, "W13": -20.635790282465713, "S13": -20.635790282465713, "W21": -32.809064112200772, "S21": -32.814601666646752, "W22": -41.531844018049604, "S22": -54.207988980716252, "W31": -70.0, "S31": -71.327868852459019, "W32": -91.418195746802596, "S32": -96.418195746802596 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 507185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.4937670609645135, "S12": -15.575157917371467, "W13": -20.259084431493381, "S13": -20.259084431493381, "W21": -35.358205107557275, "S21": -35.358301761832365, "W22": -40.0, "S22": -52.896072557829925, "W31": -70.0, "S31": -71.333382899628248, "W32": -90.87776801025916, "S32": -95.87776801025916 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 507948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26550173358122708, "S11": 0.26550173358122708, "W12": -10.414415325045853, "S12": -11.558212913878341, "W13": -21.999355650014028, "S13": -27.995899350431777, "W21": -33.123383890157044, "S21": -33.123383890157044, "W22": -37.51599790919709, "S22": -41.207894424057045, "W31": -80.070563987238401, "S31": -80.081036409858839, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.0, 511476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61448450543977984, "S11": 0.61448450543977984, "W12": -7.1568573266952926, "S12": -7.1568573266952926, "W13": -20.389641192461291, "S13": -20.389641192461291, "W21": -42.249164406288067, "S21": -42.249164406288067, "W22": -34.924111511959488, "S22": -35.520397947893684, "W31": -80.0, "S31": -80.724040487078042, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102942.155172413797118, 516617.405172413797118 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2990976913967271, "S12": -7.2990976913967271, "W13": -20.67745185559524, "S13": -20.67745185559524, "W21": -43.057266954781475, "S21": -43.057266954781475, "W22": -45.709392399268737, "S22": -52.963513063737835, "W31": -70.0, "S31": -71.454185873605894, "W32": -90.81629879583582, "S32": -95.81629879583582 }, "geometry": { "type": "Point", "coordinates": [ 102942.229508196716779, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4897363905786929, "S11": -2.8306158492069002, "W12": -9.7148772558632039, "S12": -17.07263049209805, "W13": -20.0, "S13": -22.477214016682773, "W21": -34.508012941762104, "S21": -39.508012941762104, "W22": -39.842313643403365, "S22": -49.842313643403365, "W31": -60.0, "S31": -60.735696656944128, "W32": -90.837065052462265, "S32": -95.837065052462265 }, "geometry": { "type": "Point", "coordinates": [ 102943.0, 504699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051154770613439204, "S11": -0.69614205533702689, "W12": -5.0, "S12": -6.6155513802572621, "W13": -18.071541229469666, "S13": -18.225284796840057, "W21": -40.0, "S21": -46.28582577497852, "W22": -35.324574315931514, "S22": -50.455578145253178, "W31": -77.782562847559944, "S31": -77.864293616790718, "W32": -94.476281182066671, "S32": -99.476281182066671 }, "geometry": { "type": "Point", "coordinates": [ 102943.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0463378176382661, "S11": 1.0463378176382661, "W12": -6.3534991503168001, "S12": -10.988830539894515, "W13": -27.203897886563244, "S13": -27.702454626835369, "W21": -37.759202955193871, "S21": -37.759202955193871, "W22": -35.647376133969466, "S22": -35.647376133969466, "W31": -68.337045208252093, "S31": -68.576324578970187, "W32": -93.342315608098403, "S32": -98.342315608098403 }, "geometry": { "type": "Point", "coordinates": [ 102943.0, 510545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24343836705007688, "S11": 0.24343836705007688, "W12": -11.097872672024435, "S12": -11.097872672024435, "W13": -20.0, "S13": -24.13152405211904, "W21": -33.731721448671514, "S21": -34.414449105892487, "W22": -38.287429406985098, "S22": -42.442899898659711, "W31": -70.0, "S31": -70.0, "W32": -95.871105431822897, "S32": -100.8711054318229 }, "geometry": { "type": "Point", "coordinates": [ 102943.0, 511713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42013390722150168, "S11": -0.42013390722150168, "W12": -9.2881406707177323, "S12": -12.106212561094967, "W13": -30.0, "S13": -30.0, "W21": -38.020406648885121, "S21": -38.020406648885121, "W22": -45.66528469232717, "S22": -53.302702196704942, "W31": -70.0, "S31": -72.103513011152415, "W32": -91.010787397269368, "S32": -96.010787397269368 }, "geometry": { "type": "Point", "coordinates": [ 102943.333333333328483, 510360.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6282692669537067, "S12": -16.271464792501895, "W13": -19.92724427218424, "S13": -22.645471669354521, "W21": -39.670266734782324, "S21": -47.617375668065435, "W22": -41.632481666937011, "S22": -43.682108940742253, "W31": -69.495490472242238, "S31": -72.450830516435559, "W32": -98.025349319347782, "S32": -103.02534931934778 }, "geometry": { "type": "Point", "coordinates": [ 102943.428571428565192, 503890.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.1971313460499955, "S12": -7.1971313460499955, "W13": -20.674986023478908, "S13": -20.674986023478908, "W21": -43.150998205115819, "S21": -43.150998205115819, "W22": -59.989669421487605, "S22": -69.989669421487605, "W31": -100.0, "S31": -100.0, "W32": -100.47682366944397, "S32": -105.47682366944397 }, "geometry": { "type": "Point", "coordinates": [ 102943.639344262293889, 515027.754098360659555 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8242320670306316, "S11": 2.8242320670306316, "W12": -6.6541785107116542, "S12": -8.7130351888868027, "W13": -16.468334958607024, "S13": -19.079327014606086, "W21": -60.000000000000007, "S21": -79.101409553641801, "W22": -64.783100090528862, "S22": -89.293610016570113, "W31": -100.0, "S31": -100.0, "W32": -101.94845016292089, "S32": -106.94845016292089 }, "geometry": { "type": "Point", "coordinates": [ 102943.666666666671517, 501311.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.22, "S11": 2.22, "W12": -8.9499998, "S12": -20.6999998, "W13": -23.1, "S13": -23.1, "W21": -31.700001, "S21": -31.700001, "W22": -34.01488832057521, "S22": -40.833693145136614, "W31": -80.0, "S31": -81.609271899886238, "W32": -94.989666258420087, "S32": -99.989666258420087 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.77, "S11": 1.77, "W12": -9.3, "S12": -9.3, "W13": -19.309999, "S13": -19.309999, "W21": -36.234269713008104, "S21": -36.234269713008104, "W22": -38.934527049144691, "S22": -38.934527049144691, "W31": -67.244892831828793, "S31": -70.567832840281682, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9072107214585063, "S12": -10.842503161710241, "W13": -27.169786704515793, "S13": -27.484825153679932, "W21": -37.93410610882988, "S21": -37.93410610882988, "W22": -42.10446771794102, "S22": -50.782359626232093, "W31": -68.2154762559029, "S31": -74.113517283351371, "W32": -86.269370524740836, "S32": -91.269370524740836 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 510517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8157471776834713, "S11": 1.8157471776834713, "W12": -15.0, "S12": -15.0, "W13": -20.937128382693523, "S13": -24.447192408512141, "W21": -36.899324182387303, "S21": -38.328982092797737, "W22": -40.0, "S22": -45.82932692307692, "W31": -67.601706802909817, "S31": -68.898524146083247, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 513425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2, "S11": -1.2, "W12": -7.2, "S12": -12.2, "W13": -19.200001, "S13": -19.210001, "W21": -33.200001, "S21": -33.200001, "W22": -39.436911857358872, "S22": -42.655320824162544, "W31": -70.0, "S31": -71.175501188081824, "W32": -96.596552719768297, "S32": -101.5965527197683 }, "geometry": { "type": "Point", "coordinates": [ 102944.2, 507064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.05, "S11": 2.05, "W12": -7.4, "S12": -7.4, "W13": -19.809999, "S13": -19.809999, "W21": -33.200001, "S21": -33.210001, "W22": -70.0, "S22": -82.394341383041024, "W31": -99.349168022145662, "S31": -99.349168022145662, "W32": -102.81203876891685, "S32": -107.81203876891685 }, "geometry": { "type": "Point", "coordinates": [ 102944.3, 507786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.4968090005921444, "W12": -4.231557516118186, "S12": -6.8713751452975176, "W13": -18.566082315227838, "S13": -21.144180182452558, "W21": -31.642823288546381, "S21": -37.390346804737099, "W22": -68.278005424457589, "S22": -68.278005424457589, "W31": -98.678781806036326, "S31": -98.678781806036326, "W32": -100.56762952773957, "S32": -105.56762952773957 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 505588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67847079404354249, "S11": 0.67847079404354249, "W12": -8.9547393593842486, "S12": -10.161539284660325, "W13": -16.793135175919009, "S13": -19.793135175919009, "W21": -33.586664764223066, "S21": -33.587318115970653, "W22": -84.905434080634748, "S22": -98.203806852442881, "W31": -98.203806852442881, "S31": -98.203806852442881, "W32": -98.203806852442881, "S32": -99.605124586070247 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 507125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5902256498147536, "S11": 1.5902256498147536, "W12": -6.1711782394166992, "S12": -15.553264544264081, "W13": -20.0, "S13": -20.213161659512444, "W21": -35.729606003570801, "S21": -35.729606003570801, "W22": -84.537031879537309, "S22": -94.796124556228307, "W31": -94.796124556228307, "S31": -94.796124556228307, "W32": -94.796124556228307, "S32": -98.743648315879611 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 507358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0369418960244645, "S11": 2.0369418960244645, "W12": -9.8625730994152043, "S12": -21.159616932238855, "W13": -21.159616932238855, "S13": -21.159616932238855, "W21": -40.0, "S21": -40.0, "W22": -39.849640481623389, "S22": -39.849640481623389, "W31": -68.610378188214597, "S31": -69.610378188214597, "W32": -90.633106371699711, "S32": -95.633106371699711 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 508241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43410985637181654, "S11": 0.43410985637181654, "W12": -6.9385332097062351, "S12": -11.938533209706236, "W13": -26.231123418230993, "S13": -26.231123418230993, "W21": -34.67004532428323, "S21": -34.67004532428323, "W22": -39.847965897590079, "S22": -49.766776462289798, "W31": -60.0, "S31": -60.760601301323753, "W32": -90.843427522764401, "S32": -95.843427522764401 }, "geometry": { "type": "Point", "coordinates": [ 102945.0, 511137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24624399294237775, "S11": 0.24624399294237775, "W12": -10.85781128999383, "S12": -10.85781128999383, "W13": -20.0, "S13": -24.592843745491678, "W21": -33.56286473733195, "S21": -33.909208232142696, "W22": -40.0, "S22": -47.766869500305617, "W31": -76.624108524639439, "S31": -76.624108524639439, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102945.6, 511647.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84140045175863187, "S11": 0.84140045175863187, "W12": -10.0, "S12": -10.459606776268979, "W13": -19.78137473743892, "S13": -22.28700806013547, "W21": -50.651938021601261, "S21": -69.080406710837607, "W22": -35.13420338796265, "S22": -50.213278880304003, "W31": -78.456118842669724, "S31": -78.572077103159231, "W32": -94.533452788360123, "S32": -99.533452788360123 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 503081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.2063622606750446, "W12": -6.4303501550033033, "S12": -7.9768705786039087, "W13": -19.526355912914195, "S13": -21.973223974543743, "W21": -32.289208353013052, "S21": -37.938278642576115, "W22": -42.375816853371639, "S22": -42.375816853371639, "W31": -75.458768475627735, "S31": -75.458768475627735, "W32": -92.316396450306371, "S32": -97.316396450306371 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 505488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.331891801636333, "W12": -9.7002265112547796, "S12": -14.373452622891486, "W13": -20.17923985027354, "S13": -20.442982379614993, "W21": -35.468076085458762, "S21": -35.468076085458762, "W22": -44.523632968854663, "S22": -53.753443526170798, "W31": -70.000000000000014, "S31": -72.770491803278702, "W32": -91.290172032014539, "S32": -96.290172032014539 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 506556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56442855008019155, "S11": 0.56442855008019155, "W12": -8.5456141065868234, "S12": -11.545614106586823, "W13": -18.288378404991704, "S13": -19.0664251049303, "W21": -33.597592361134652, "S21": -33.597592361134652, "W22": -44.53624118703133, "S22": -53.705234159779614, "W31": -70.0, "S31": -73.0, "W32": -91.262445290669561, "S32": -96.262445290669561 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 507039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8274486335527627, "S11": 2.8274486335527627, "W12": -5.525208960213976, "S12": -15.525208960213973, "W13": -19.15892723058732, "S13": -19.15892723058732, "W21": -33.977495176046368, "S21": -33.983173284463106, "W22": -39.54758064516129, "S22": -42.675688241461415, "W31": -70.0, "S31": -71.320404165019568, "W32": -96.695027169282625, "S32": -101.69502716928262 }, "geometry": { "type": "Point", "coordinates": [ 102946.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9888647978937, "W12": -8.8497034654336186, "S12": -10.123392967219925, "W13": -19.875672613958759, "S13": -20.62524969964684, "W21": -50.044980211394964, "S21": -68.213679181364043, "W22": -44.241584592859837, "S22": -50.589659753263135, "W31": -68.757168104839877, "S31": -73.836613207676493, "W32": -82.617913989429724, "S32": -87.617913989429724 }, "geometry": { "type": "Point", "coordinates": [ 102947.0, 502987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33344155844155854, "S11": -0.33344155844155854, "W12": -8.484315332729869, "S12": -12.891443689489494, "W13": -29.635899441917498, "S13": -29.635899441917498, "W21": -37.885358350951364, "S21": -37.885358350951364, "W22": -80.0, "S22": -102.62594825909356, "W31": -102.62594825909356, "S31": -102.62594825909356, "W32": -109.09308958900556, "S32": -114.09308958900556 }, "geometry": { "type": "Point", "coordinates": [ 102947.25, 510420.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3540511598730198, "S12": -10.355284672952219, "W13": -14.899218298353649, "S13": -16.515118777013402, "W21": -58.495865034733711, "S21": -67.708068960704082, "W22": -80.0, "S22": -90.0, "W31": -90.0, "S31": -100.50588371019843, "W32": -100.50588371019843, "S32": -101.56257429105111 }, "geometry": { "type": "Point", "coordinates": [ 102948.0, 501599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5758947272561699, "S11": 1.530404583086387, "W12": -5.0, "S12": -7.6082151409102092, "W13": -14.695902864767904, "S13": -18.48022593750013, "W21": -50.104709668646031, "S21": -63.72783294383148, "W22": -35.450873149571294, "S22": -48.596871562566626, "W31": -68.50025001171548, "S31": -70.432887684588295, "W32": -93.128215062095094, "S32": -98.128215062095094 }, "geometry": { "type": "Point", "coordinates": [ 102948.0, 502311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4471875577407691, "S11": 1.0010554106213161, "W12": -4.9619395857778263, "S12": -4.9619395857778263, "W13": -16.401163485675578, "S13": -20.067890907529218, "W21": -48.891197149064269, "S21": -59.968211005594746, "W22": -37.379954232718895, "S22": -43.835194355684614, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -94.429609668463172, "S32": -99.429609668463172 }, "geometry": { "type": "Point", "coordinates": [ 102948.0, 502628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23194040756404219, "S11": 0.23194040756404219, "W12": -11.446018960086448, "S12": -11.446018960086448, "W13": -20.0, "S13": -24.257640978967881, "W21": -33.96635805282493, "S21": -35.13135789015449, "W22": -43.116653482530147, "S22": -44.657932240643873, "W31": -69.177826698179288, "S31": -72.874779434267182, "W32": -98.609798928375341, "S32": -103.60979892837534 }, "geometry": { "type": "Point", "coordinates": [ 102948.235294117650483, 511805.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2174388539482881, "S11": 3.2174388539482881, "W12": -10.779552913493095, "S12": -10.779552913493095, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -41.161929782660621, "S21": -54.271497683895191, "W22": -45.317550247897884, "S22": -52.685985353229896, "W31": -68.560609997495789, "S31": -72.912628946288933, "W32": -83.7327437619807, "S32": -88.7327437619807 }, "geometry": { "type": "Point", "coordinates": [ 102948.5, 500542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8534195428467286, "S11": 1.5260105543884188, "W12": -4.9840914672415471, "S12": -4.9840914672415471, "W13": -14.75160767405629, "S13": -18.678542188581972, "W21": -49.672729217366737, "S21": -63.324546463159464, "W22": -35.830002, "S22": -51.145544450168167, "W31": -75.299778932901717, "S31": -75.404913957451654, "W32": -94.080694022943931, "S32": -99.080694022943931 }, "geometry": { "type": "Point", "coordinates": [ 102948.833333333328483, 502406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82389367734618657, "S11": 0.82389367734618657, "W12": -8.9512964260830028, "S12": -8.9512964260830028, "W13": -16.135210257513986, "S13": -16.601373154716832, "W21": -30.768844941438626, "S21": -30.768844941438626, "W22": -55.757927300850554, "S22": -60.619514518850806, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.97321052524561 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 497569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3920925414364641, "S11": 0.3920925414364641, "W12": -11.136576239476145, "S12": -11.452783684294701, "W13": -15.099502106472615, "S13": -17.791725445593514, "W21": -50.0, "S21": -63.960096933850863, "W22": -42.181614162517072, "S22": -43.976764914565642, "W31": -69.341692907398794, "S31": -72.55941939892837, "W32": -98.293806918227062, "S32": -103.29380691822706 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7252632312948888, "W12": -6.5006618992689207, "S12": -13.137664321231, "W13": -14.63153848770366, "S13": -14.63153848770366, "W21": -54.145333200517975, "S21": -66.402947544822595, "W22": -42.298041177039927, "S22": -42.298041177039927, "W31": -75.523174128758527, "S31": -77.636824789274357, "W32": -92.975647535991229, "S32": -97.975647535991229 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 502085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.0721758010395419, "W12": -5.5845134076529073, "S12": -7.3443469931294576, "W13": -19.281466517178881, "S13": -21.935950807026153, "W21": -32.028691555247605, "S21": -37.100280667043151, "W22": -40.926650095462847, "S22": -54.784698749707154, "W31": -70.0, "S31": -70.0, "W32": -91.41004602980307, "S32": -96.41004602980307 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 505514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22, "S11": 0.21, "W12": -7.7800002, "S12": -10.7800002, "W13": -20.780001, "S13": -20.790001, "W21": -35.107097328857364, "S21": -35.107782644127475, "W22": -80.0, "S22": -93.422738687232624, "W31": -99.206044025849721, "S31": -99.206044025849721, "W32": -103.66694090887094, "S32": -108.66694090887094 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2207887262396797, "S11": 1.2207887262396797, "W12": -6.3125192143329025, "S12": -13.336115456412127, "W13": -18.825499235306324, "S13": -18.825499235306324, "W21": -34.598667866069498, "S21": -34.598667866069498, "W22": -67.084030684821528, "S22": -80.0, "W31": -91.949488551614692, "S31": -91.949488551614692, "W32": -94.985544356349237, "S32": -99.985544356349237 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -18.486809416774182, "W13": -24.680840050284704, "S13": -24.680840050284704, "W21": -41.369559673940586, "S21": -41.369559673940586, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.680037645869646, "S32": -88.680037645869646 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1, "S11": 1.1, "W12": -8.9, "S12": -8.9, "W13": -17.9, "S13": -18.9, "W21": -33.730895837615854, "S21": -33.730895837615854, "W22": -81.209776230089631, "S22": -95.568388055282441, "W31": -98.206037238159794, "S31": -98.206037238159794, "W32": -110.42009204263856, "S32": -115.42009204263856 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4121695407942738, "S11": 2.4121695407942738, "W12": -8.2520645552833276, "S12": -18.252064555283326, "W13": -19.974042649931988, "S13": -19.974042649931988, "W21": -32.742022707055654, "S21": -32.751009515270482, "W22": -60.0, "S22": -60.0, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2258064516129033, "S11": 0.2258064516129033, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -31.378042596348884, "W21": -38.549341313275825, "S21": -38.549341313275825, "W22": -80.0, "S22": -89.840603002503244, "W31": -89.840603002503244, "S31": -89.840603002503244, "W32": -90.166558861578267, "S32": -95.166558861578267 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22266257995735608, "S11": 0.22266257995735608, "W12": -12.187066834759358, "S12": -12.187066834759358, "W13": -20.0, "S13": -25.595271093462944, "W21": -34.23638012687568, "S21": -36.40393864648766, "W22": -64.554053411782419, "S22": -79.304111603293492, "W31": -89.697292298370044, "S31": -89.697292298370044, "W32": -89.697292298370044, "S32": -94.667932507551427 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0740105008077545, "S11": 1.0740105008077545, "W12": -14.330224616078608, "S12": -14.330224616078608, "W13": -20.73639484788411, "S13": -23.286217198007371, "W21": -36.332345112436897, "S21": -39.603589911824777, "W22": -67.182979892720198, "S22": -71.499397439908378, "W31": -93.153065808452126, "S31": -93.153065808452126, "W32": -97.697716623434275, "S32": -102.69771662343427 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6936712020278777, "S11": 2.6936712020278777, "W12": -14.076102287793733, "S12": -14.076102287793733, "W13": -20.868934606229708, "S13": -21.06167022324146, "W21": -39.079284834574075, "S21": -39.079284834574075, "W22": -39.954571570548339, "S22": -39.954571570548339, "W31": -69.980011193732821, "S31": -70.980011193732821, "W32": -90.687517731340378, "S32": -95.687517731340378 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.10387672755388, "S12": -15.10387672755388, "W13": -17.143579036286177, "S13": -19.8496153237949, "W21": -50.767955404993636, "S21": -64.799346478666095, "W22": -38.619934835809616, "S22": -48.619934835809616, "W31": -80.0, "S31": -81.404327894888823, "W32": -94.939515876298998, "S32": -99.939515876298998 }, "geometry": { "type": "Point", "coordinates": [ 102950.5, 499499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23328063241106722, "S11": -2.072977327023128, "W12": -5.0, "S12": -5.0, "W13": -17.52910679347961, "S13": -18.618759048700234, "W21": -31.6847228192673, "S21": -40.173429571959439, "W22": -40.0, "S22": -44.335674373370708, "W31": -70.052657564350469, "S31": -70.052657564350469, "W32": -94.177629430017959, "S32": -99.177629430017959 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61737463054771524, "S11": 0.61737463054771524, "W12": -8.6154723872196701, "S12": -10.749192754542346, "W13": -18.549576381708196, "S13": -18.9627429150244, "W21": -34.169149487504441, "S21": -34.172606079144316, "W22": -40.974639819108617, "S22": -43.301214094655471, "W31": -69.680186940232304, "S31": -72.286128506645255, "W32": -97.627066096143295, "S32": -102.6270660961433 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 507283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1618697150015649, "S12": -16.490823486291102, "W13": -20.255480616764828, "S13": -20.255480616764828, "W21": -35.511739655358518, "S21": -35.511739655358518, "W22": -39.762677334460591, "S22": -39.762677334460591, "W31": -67.904458547559926, "S31": -75.31165664751434, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 508076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41698372239340503, "S11": 0.41076304472181407, "W12": -10.0, "S12": -11.122610722610723, "W13": -18.304361139577594, "S13": -18.304361139577594, "W21": -38.427983789473679, "S21": -38.427983789473679, "W22": -46.826614861583295, "S22": -46.826614861583295, "W31": -70.0, "S31": -70.0, "W32": -84.666883975299257, "S32": -89.666883975299257 }, "geometry": { "type": "Point", "coordinates": [ 102951.0, 508305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5045170493592632, "S11": 2.5045170493592632, "W12": -7.0562143003342248, "S12": -7.0562143003342248, "W13": -20.679809472759239, "S13": -20.679809472759239, "W21": -43.263795431580725, "S21": -43.263795431580725, "W22": -40.249722302231731, "S22": -51.728633749752134, "W31": -68.051518204058141, "S31": -70.521478376924847, "W32": -91.101314784414811, "S32": -96.101314784414811 }, "geometry": { "type": "Point", "coordinates": [ 102951.401639344258001, 515077.114754098351113 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0970370370370368, "S11": 3.0970370370370368, "W12": -10.67632670753607, "S12": -10.67632670753607, "W13": -20.0, "S13": -20.259654845838156, "W21": -40.0, "S21": -62.737851288056206, "W22": -44.580169475307621, "S22": -53.595041322314046, "W31": -70.000000000000014, "S31": -72.622950819672141, "W32": -91.313133705029543, "S32": -96.313133705029543 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6859939896184319, "S11": 1.519630664116816, "W12": -4.9740660899937232, "S12": -6.5556515362125092, "W13": -14.702974111268141, "S13": -18.59286119093624, "W21": -49.907609021725193, "S21": -63.904937932781721, "W22": -37.52630069657711, "S22": -44.890774183068629, "W31": -69.277070836061853, "S31": -69.277070836061853, "W32": -93.721705046545807, "S32": -98.721705046545807 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 502347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46067228773020408, "S11": 0.46067228773020408, "W12": -5.1644517953414191, "S12": -20.088384712559915, "W13": -22.233216910010512, "S13": -22.233216910010512, "W21": -39.930323245179231, "S21": -39.930323245179231, "W22": -38.007490255422425, "S22": -42.552987360227867, "W31": -70.0, "S31": -70.0, "W32": -94.9015188633023, "S32": -99.9015188633023 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 508736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52914118200571658, "S11": 0.52914118200571658, "W12": -5.1112541445762663, "S12": -20.49738399349404, "W13": -22.535123580494332, "S13": -22.535123580494332, "W21": -39.97777724687927, "S21": -39.97777724687927, "W22": -44.909144239128501, "S22": -46.004902808741633, "W31": -68.892243501923488, "S31": -73.420415217709873, "W32": -99.109992994679743, "S32": -104.10999299467974 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 508749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9557635869297947, "S12": -12.313453900079391, "W13": -25.0, "S13": -25.0, "W21": -41.708755530586657, "S21": -41.708755530586657, "W22": -40.182561539224054, "S22": -48.350171009158935, "W31": -68.03786239873196, "S31": -73.009197799155018, "W32": -89.980914209371647, "S32": -94.980914209371647 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 508927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.49120560182547, "S21": -38.49120560182547, "W22": -37.453568277359096, "S22": -42.444538043048283, "W31": -66.043485155858804, "S31": -70.078850587102309, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102952.0, 510038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25458715596330272, "S11": 0.25458715596330272, "W12": -13.637577560289131, "S12": -21.840802336789771, "W13": -21.840802336789771, "S13": -21.840802336789771, "W21": -31.531655723831122, "S21": -32.739457097143003, "W22": -41.639999, "S22": -41.639999, "W31": -74.43, "S31": -74.43, "W32": -98.629997, "S32": -103.629997 }, "geometry": { "type": "Point", "coordinates": [ 102952.5, 506197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3738177659884165, "S11": 1.3738177659884165, "W12": -7.0999367815200154, "S12": -7.0999367815200154, "W13": -20.490387250648546, "S13": -20.490387250648546, "W21": -43.638688591551045, "S21": -43.638688591551045, "W22": -76.283802186685506, "S22": -100.1858701563621, "W31": -100.1858701563621, "S31": -100.1858701563621, "W32": -109.28108062862272, "S32": -114.28108062862272 }, "geometry": { "type": "Point", "coordinates": [ 102952.98666666666395, 516157.706666666665114 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0973970097877408, "S11": 1.0973970097877408, "W12": -9.8742974057416166, "S12": -10.246070508612828, "W13": -19.79907873893298, "S13": -21.916585112837843, "W21": -50.547872797496019, "S21": -68.830908250177032, "W22": -67.646129541864127, "S22": -82.421401881317166, "W31": -101.3373831775701, "S31": -101.3373831775701, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 503071.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012342709825583723, "S11": -0.012342709825584278, "W12": -13.143939819675889, "S12": -14.053531364399166, "W13": -24.468486503018944, "S13": -25.26157885713144, "W21": -34.728683600937629, "S21": -36.899324078531968, "W22": -60.0, "S22": -87.702882821128, "W31": -100.55196305911002, "S31": -100.55196305911002, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 505202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8, "S11": 2.8, "W12": -9.5, "S12": -20.7, "W13": -20.709999, "S13": -20.709999, "W21": -34.200001, "S21": -34.200001, "W22": -46.669088849984071, "S22": -46.669088849984071, "W31": -77.768325754762856, "S31": -77.768325754762856, "W32": -98.388005048935938, "S32": -103.38800504893594 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30582524271844669, "S11": -0.30582524271844669, "W12": -8.6628871108501926, "S12": -12.95990160808072, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.903306363968909, "S21": -37.903306363968909, "W22": -42.068884324509618, "S22": -42.068884324509618, "W31": -59.974946861873285, "S31": -59.998858066947179, "W32": -90.458329249887299, "S32": -95.458329249887299 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 510410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46129735747134826, "S11": -0.46129735747134826, "W12": -10.079315083636546, "S12": -14.374991925510997, "W13": -26.392543751010106, "S13": -26.392543751010106, "W21": -37.951347500212549, "S21": -37.951347500212549, "W22": -38.785294117647062, "S22": -43.469926200886825, "W31": -80.0, "S31": -80.185343434706112, "W32": -90.167785234899327, "S32": -95.167785234899327 }, "geometry": { "type": "Point", "coordinates": [ 102953.25, 509553.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4400763913669765, "S11": 2.3987458582460692, "W12": -7.332830132243279, "S12": -18.60781115743174, "W13": -20.733212487151285, "S13": -20.733212487151285, "W21": -31.899330740231687, "S21": -31.899330740231687, "W22": -36.330548230662096, "S22": -36.563310341064934, "W31": -68.488073678973521, "S31": -68.488073678973521, "W32": -93.293218193695907, "S32": -98.293218193695907 }, "geometry": { "type": "Point", "coordinates": [ 102953.428571428565192, 506762.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6548268100537318, "S11": 1.6548268100537318, "W12": -10.216866059817946, "S12": -20.216866059817946, "W13": -20.287274752449012, "S13": -20.287274752449012, "W21": -34.226166823925922, "S21": -34.234243432431917, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -83.636301050326239, "S32": -88.636301050326239 }, "geometry": { "type": "Point", "coordinates": [ 102953.5, 507855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84970983909258768, "S11": 0.84970983909258768, "W12": -8.1745827475276744, "S12": -8.1745827475276744, "W13": -16.018368322581829, "S13": -16.104859759526605, "W21": -32.858418742293466, "S21": -32.858418742293466, "W22": -39.999999999999993, "S22": -44.669084907333016, "W31": -67.730694438588728, "S31": -67.794047023566861, "W32": -94.560823226755332, "S32": -99.560823226755332 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 497779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36732916610221972, "S11": 0.36732916610221972, "W12": -9.2849697727746516, "S12": -9.6948042284424414, "W13": -15.0, "S13": -15.0, "W21": -48.358204155142467, "S21": -61.117779453439965, "W22": -34.403074010430956, "S22": -40.271129565986513, "W31": -80.000000000000014, "S31": -81.828299203640512, "W32": -94.884827358801644, "S32": -99.884827358801644 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 499147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6251719394773039, "S11": 1.6251719394773039, "W12": -10.0, "S12": -10.0, "W13": -18.998529861060597, "S13": -20.618343909476039, "W21": -40.0, "S21": -60.613587858667302, "W22": -33.658072883325026, "S22": -44.908072883325026, "W31": -80.0, "S31": -81.615927189988625, "W32": -94.782461491356159, "S32": -99.782461491356159 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 499946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9427931505236713, "S11": 1.9500787441869352, "W12": -7.4083695624858645, "S12": -9.5546628620472873, "W13": -20.0, "S13": -21.13809423643248, "W21": -49.81974685400278, "S21": -68.040921440056934, "W22": -33.674711695180655, "S22": -48.674711695180655, "W31": -80.0, "S31": -80.675730654267682, "W32": -94.68727919355598, "S32": -99.68727919355598 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 502870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -13.15, "S12": -18.4, "W13": -18.41, "S13": -18.41, "W21": -34.8, "S21": -34.8, "W22": -35.527465120466275, "S22": -50.70421566751223, "W31": -77.39269386843614, "S31": -77.40805403792767, "W32": -94.266696799466231, "S32": -99.266696799466231 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7557786598178846, "S11": 2.7557786598178846, "W12": -6.7123328380386331, "S12": -10.476770032165877, "W13": -19.193374076879291, "S13": -19.193374076879291, "W21": -33.684302683204095, "S21": -33.729841144742558, "W22": -45.879622924019323, "S22": -46.735071456242942, "W31": -68.737948001120657, "S31": -73.715255689151405, "W32": -99.381378154760768, "S32": -104.38137815476077 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0111916627862376, "S12": -19.373548222586443, "W13": -24.834652074243884, "S13": -24.834652074243884, "W21": -41.321480448679154, "S21": -41.321480448679154, "W22": -49.381062036568494, "S22": -49.389625693929005, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.067051495856074, "S12": -10.067051495856074, "W13": -25.618757395859188, "S13": -25.618757395859188, "W21": -37.523768623545763, "S21": -37.523768623545763, "W22": -79.953228726614356, "S22": -93.379118809890613, "W31": -99.332158858952965, "S31": -99.332158858952965, "W32": -103.7126748294052, "S32": -108.7126748294052 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 509441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0285909866716594, "S12": -7.0285909866716594, "W13": -20.659168301475436, "S13": -20.659168301475436, "W21": -43.808100029680801, "S21": -43.808100029680801, "W22": -65.102685624012636, "S22": -71.687967866718509, "W31": -102.07797062750335, "S31": -102.07797062750335, "W32": -109.68686682630319, "S32": -114.68686682630319 }, "geometry": { "type": "Point", "coordinates": [ 102954.666666666671517, 515225.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93801039346723147, "S11": 0.93801039346723147, "W12": -8.3471980955878795, "S12": -12.768436576339909, "W13": -20.0, "S13": -20.0, "W21": -32.625968532243562, "S21": -32.6320930409018, "W22": -36.880543122628794, "S22": -38.568371643346929, "W31": -80.044996239804178, "S31": -80.507951590983339, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 102955.0, 507198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.289164065014927, "S11": 1.289164065014927, "W12": -7.6142357856992433, "S12": -9.7694367005219789, "W13": -17.998848499332652, "S13": -18.000198902699893, "W21": -36.379572946374829, "S21": -36.379572946374829, "W22": -45.344980941755843, "S22": -52.322459381400193, "W31": -68.633255779677341, "S31": -73.076071028944199, "W32": -83.341548671853602, "S32": -88.341548671853602 }, "geometry": { "type": "Point", "coordinates": [ 102955.0, 507335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39328867386188349, "S11": 0.3799640330816399, "W12": -13.112774259578933, "S12": -22.168010530332719, "W13": -22.168010530332719, "S13": -22.168010530332719, "W21": -33.428297982988063, "S21": -34.781850858573016, "W22": -44.894551723831775, "S22": -51.641741535061847, "W31": -68.673396392053931, "S31": -73.284632959566778, "W32": -83.092831425240249, "S32": -88.092831425240249 }, "geometry": { "type": "Point", "coordinates": [ 102955.2, 506219.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.42, "S11": 1.42, "W12": -7.58, "S12": -9.58, "W13": -17.58, "S13": -17.58, "W21": -36.580002, "S21": -36.580002, "W22": -49.925556766369169, "S22": -49.925556766369169, "W31": -80.020419935554884, "S31": -80.020419935554884, "W32": -98.215851634848647, "S32": -103.21585163484865 }, "geometry": { "type": "Point", "coordinates": [ 102955.6, 507339.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.089595375722543363, "S11": -0.089595375722543363, "W12": -10.0, "S12": -10.896276976979177, "W13": -30.0, "S13": -30.0, "W21": -38.16738906794167, "S21": -38.16738906794167, "W22": -39.396825579461066, "S22": -39.396825579461066, "W31": -59.972083646087377, "S31": -62.85707153954985, "W32": -90.369760219855721, "S32": -95.369760219855721 }, "geometry": { "type": "Point", "coordinates": [ 102956.0, 510254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1463414634146343, "S11": 1.1430043273803983, "W12": -9.7782051282051299, "S12": -9.9482835254176738, "W13": -19.830741376433373, "S13": -19.830741376433373, "W21": -36.906636694680252, "S21": -36.906636694680252, "W22": -43.569730534649139, "S22": -49.052562679979317, "W31": -75.87385554425228, "S31": -76.3417601751555, "W32": -94.058398953554686, "S32": -99.058398953554686 }, "geometry": { "type": "Point", "coordinates": [ 102956.5, 508392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.115851304395784, "S12": -15.153674771251509, "W13": -16.95363033152147, "S13": -20.793127889092997, "W21": -50.446591799425434, "S21": -60.946942786087945, "W22": -40.0, "S22": -45.419555555555554, "W31": -67.787967133981624, "S31": -69.679191033930294, "W32": -93.630159129279079, "S32": -98.630159129279079 }, "geometry": { "type": "Point", "coordinates": [ 102957.0, 499469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0298345814999372, "S12": -6.9018376689476648, "W13": -15.0, "S13": -15.867654080313581, "W21": -42.543635023976613, "S21": -51.778494243987709, "W22": -39.076920898944657, "S22": -39.076920898944657, "W31": -70.0, "S31": -71.101930507850838, "W32": -84.345069771740128, "S32": -89.345069771740128 }, "geometry": { "type": "Point", "coordinates": [ 102957.5, 498918.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -16.799910016068562, "W21": -38.509421294187042, "S21": -40.896417371651978, "W22": -48.921553076109603, "S22": -48.926547619249114, "W31": -93.530172413793096, "S31": -93.530172413793096, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102958.0, 498455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2727673633954621, "S11": 1.2661082854216437, "W12": -7.9381309595474256, "S12": -11.299968228459122, "W13": -19.850017904027652, "S13": -19.858225550467495, "W21": -35.330098355631733, "S21": -35.330098355631733, "W22": -64.118760846547076, "S22": -81.003005688898185, "W31": -100.0, "S31": -100.0, "W32": -102.07176873590107, "S32": -107.07176873590107 }, "geometry": { "type": "Point", "coordinates": [ 102958.0, 507310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2737028085979276, "S11": 1.2737028085979276, "W12": -9.8212695361602211, "S12": -12.593579031198439, "W13": -19.377304874400355, "S13": -19.377304874400355, "W21": -34.375988958914625, "S21": -34.375988958914625, "W22": -39.51124751612624, "S22": -39.51124751612624, "W31": -60.0, "S31": -60.578592788643313, "W32": -90.444879587891876, "S32": -95.444879587891876 }, "geometry": { "type": "Point", "coordinates": [ 102958.0, 507425.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8212148414123277, "S11": 2.8212148414123277, "W12": -5.1175275827482443, "S12": -13.957434775323652, "W13": -20.144557448399802, "S13": -20.144557448399802, "W21": -32.14686708331778, "S21": -32.174366525904183, "W22": -43.54858296529963, "S22": -50.700363091706137, "W31": -70.0, "S31": -70.0, "W32": -92.662365242748109, "S32": -97.662365242748109 }, "geometry": { "type": "Point", "coordinates": [ 102958.5, 507650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.339933996981193, "S12": -5.339933996981193, "W13": -15.0, "S13": -16.321102303160149, "W21": -37.384846371091221, "S21": -37.384846371091221, "W22": -39.256190621794559, "S22": -43.821985960561783, "W31": -77.695887061792661, "S31": -78.16808572926692, "W32": -90.929163662581118, "S32": -95.929163662581118 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 498296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.947533193570929, "S11": 2.947533193570929, "W12": -10.561149297170104, "S12": -10.561149297170104, "W13": -19.194680397494341, "S13": -20.194680397494341, "W21": -40.0, "S21": -64.024782010096374, "W22": -35.844811268949137, "S22": -51.169499742469384, "W31": -72.784195167675179, "S31": -73.118478168624847, "W32": -93.663960095564022, "S32": -98.663960095564022 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 500333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6484434144818332, "S12": -12.435695901022576, "W13": -20.0, "S13": -21.06338028169014, "W21": -38.501751151435897, "S21": -45.694448134168439, "W22": -37.765500927652759, "S22": -45.447002204622464, "W31": -69.405822455398848, "S31": -69.405822455398848, "W32": -93.701106483749797, "S32": -98.701106483749797 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 504006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6172719823761188, "S12": -11.923983361151555, "W13": -20.0, "S13": -20.957977372431309, "W21": -38.383068488944261, "S21": -45.480032023630187, "W22": -38.835908186991865, "S22": -44.663500438018389, "W31": -69.901299192735024, "S31": -69.901299192735024, "W32": -93.952617181120374, "S32": -98.952617181120374 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 504017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3001270182465237, "S11": 1.3001270182465237, "W12": -8.2720991793783778, "S12": -10.4540648485928, "W13": -17.846167458401538, "S13": -18.481650099185671, "W21": -33.260014916231448, "S21": -33.265186406049239, "W22": -39.674582631578943, "S22": -42.290349657863104, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -94.990670422995265, "S32": -99.990670422995265 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 507261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5557218343811636, "S11": 1.5557218343811636, "W12": -11.211297131677412, "S12": -17.097921114398027, "W13": -18.801395070775552, "S13": -18.801395070775552, "W21": -33.868616294210753, "S21": -33.868616294210753, "W22": -45.059818179475201, "S22": -45.792979455361049, "W31": -68.662629143361883, "S31": -73.858638528682675, "W32": -99.499545600848222, "S32": -104.49954560084822 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2511123393671411, "S11": 2.2511123393671411, "W12": -9.2902488919195356, "S12": -19.290248891919536, "W13": -20.235618749573884, "S13": -20.235618749573884, "W21": -35.962467638500442, "S21": -35.962973214708619, "W22": -39.728477272574587, "S22": -42.68828114044387, "W31": -70.0, "S31": -71.551902885713815, "W32": -96.795605581536165, "S32": -101.79560558153617 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 507942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23936326536109706, "S11": 0.23936326536109706, "W12": -10.71650784593438, "S12": -10.949625109031736, "W13": -20.0, "S13": -25.582407540999377, "W21": -33.407768266099581, "S21": -33.463616266880472, "W22": -41.104423463414662, "S22": -43.356751399009241, "W31": -69.644066507905706, "S31": -72.294299751215235, "W32": -97.65176458337271, "S32": -102.65176458337271 }, "geometry": { "type": "Point", "coordinates": [ 102959.0, 511589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5221028636881564, "S11": 2.5221028636881564, "W12": -7.0116377133168459, "S12": -7.0116377133168459, "W13": -20.684632922039594, "S13": -20.684632922039594, "W21": -43.376592658045489, "S21": -43.376592658045489, "W22": -80.509082429181603, "S22": -96.011431486384325, "W31": -98.904836276061815, "S31": -98.904836276061815, "W32": -106.29108794291849, "S32": -111.29108794291849 }, "geometry": { "type": "Point", "coordinates": [ 102959.163934426236665, 515126.475409836042672 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4918216421983512, "S11": 1.4918216421983512, "W12": -9.6442892521038956, "S12": -10.204419757814845, "W13": -19.528789239158687, "S13": -19.528789239158687, "W21": -32.98730853595594, "S21": -32.98730853595594, "W22": -40.786643228393821, "S22": -40.786643228393821, "W31": -72.447445426509631, "S31": -73.447445426509631, "W32": -90.819206759146965, "S32": -95.819206759146965 }, "geometry": { "type": "Point", "coordinates": [ 102959.4, 507568.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10217399570515583, "S11": -2.4437285941673825, "W12": -12.362594397695041, "S12": -14.803293417554103, "W13": -24.459312055559618, "S13": -25.021178285906323, "W21": -34.717909218290188, "S21": -37.869948944115663, "W22": -39.38408987202795, "S22": -39.38408987202795, "W31": -59.908933831253691, "S31": -62.908933831253691, "W32": -90.376791480590853, "S32": -95.376791480590853 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 505135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0000000000000009, "S12": -9.1442307692307701, "W13": -16.635109487180149, "S13": -16.635109487180149, "W21": -37.38507979840422, "S21": -39.036024416671005, "W22": -44.857388490519376, "S22": -52.62565805504024, "W31": -68.497344901902238, "S31": -72.72717421237671, "W32": -83.96792796275713, "S32": -88.96792796275713 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 506004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1440215240957963, "S11": 1.1440215240957963, "W12": -8.2381059566111823, "S12": -8.6139915509433784, "W13": -17.219116089839286, "S13": -19.54594535813197, "W21": -33.492522558955528, "S21": -33.493136072181919, "W22": -60.000000000000007, "S22": -73.249364711081654, "W31": -100.0, "S31": -100.0, "W32": -104.13590504451038, "S32": -109.13590504451038 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 507131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6802244134648077, "S11": 2.6802244134648077, "W12": -6.9119010335108051, "S12": -11.681037912325102, "W13": -20.65702823080661, "S13": -20.65702823080661, "W21": -35.491152033153433, "S21": -35.491152033153433, "W22": -84.472737337392758, "S22": -99.472737337392758, "W31": -99.472737337392758, "S31": -99.472737337392758, "W32": -99.472737337392758, "S32": -99.637641821833782 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 508099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38833495992190592, "S11": 0.38833495992190592, "W12": -5.7120648482573104, "S12": -20.863379393368149, "W13": -22.102410535356441, "S13": -22.102410535356441, "W21": -39.892897561674467, "S21": -39.892897561674467, "W22": -40.0, "S22": -46.453769820490876, "W31": -75.249783231342832, "S31": -75.249783231342832, "W32": -95.095034474932476, "S32": -100.09503447493248 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5279251565270876, "S11": 0.5279251565270876, "W12": -5.1096270272881306, "S12": -19.707564747401634, "W13": -22.808461203851966, "S13": -22.808461203851966, "W21": -40.101014199005157, "S21": -40.101014199005157, "W22": -33.488457020801533, "S22": -48.488457020801533, "W31": -80.0, "S31": -81.134257721687149, "W32": -94.644001130529006, "S32": -99.644001130529006 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 508765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -9.3518605086013462, "W13": -29.999999999999996, "S13": -30.812550541808179, "W21": -37.058569722030782, "S21": -37.058569722030782, "W22": -43.933814065098844, "S22": -52.332807470166529, "W31": -68.388048995376835, "S31": -72.450384509325247, "W32": -84.480903365067093, "S32": -89.480903365067093 }, "geometry": { "type": "Point", "coordinates": [ 102960.0, 510691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38613904299583901, "S11": -0.38613904299583901, "W12": -10.055600205932889, "S12": -14.089804487977744, "W13": -26.522407868384665, "S13": -26.522407868384665, "W21": -37.983185274245102, "S21": -37.983185274245102, "W22": -47.343846989986233, "S22": -47.343846989986233, "W31": -70.0, "S31": -70.0, "W32": -84.674791594984981, "S32": -89.674791594984981 }, "geometry": { "type": "Point", "coordinates": [ 102960.25, 509578.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.838510735495678, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.315577874849012, "S21": -38.315577874849012, "W22": -45.151477067819798, "S22": -52.123665544043334, "W31": -68.636909884336632, "S31": -73.073850631761246, "W32": -83.287679060283409, "S32": -88.287679060283409 }, "geometry": { "type": "Point", "coordinates": [ 102961.0, 510151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22926207472456286, "S11": 0.22926207472456286, "W12": -11.001883599542253, "S12": -11.001883599542253, "W13": -20.0, "S13": -24.723481870499167, "W21": -33.66568980939293, "S21": -34.246712030169185, "W22": -38.731492331491715, "S22": -42.326160254954914, "W31": -70.0, "S31": -70.0, "W32": -95.175104440465688, "S32": -100.17510444046569 }, "geometry": { "type": "Point", "coordinates": [ 102961.8, 511689.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54981322692928103, "S11": 0.54981322692928103, "W12": -15.068282900484473, "S12": -15.257622593713055, "W13": -15.909690534979422, "S13": -19.991581393512618, "W21": -50.0, "S21": -65.0, "W22": -60.0, "S22": -85.063787653756805, "W31": -100.61188173401641, "S31": -100.61188173401641, "W32": -109.63541666666667, "S32": -114.63541666666667 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 499324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9684905018043168, "S11": 2.9684905018043168, "W12": -10.124254526568404, "S12": -10.124254526568404, "W13": -20.0, "S13": -20.0, "W21": -47.434497816593883, "S21": -53.562534321760978, "W22": -49.999999999999993, "S22": -50.010061774617839, "W31": -80.201894780066667, "S31": -80.201894780066667, "W32": -98.193744089709554, "S32": -103.19374408970955 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 500711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4985509579777814, "S11": 1.4985509579777814, "W12": -9.2863393683046951, "S12": -12.80001347021409, "W13": -19.701936696067669, "S13": -26.906995372825548, "W21": -48.049467456684532, "S21": -52.993149547355195, "W22": -39.123785168775399, "S22": -44.916875305046418, "W31": -76.824401593122758, "S31": -77.68828034698187, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 503487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5214243395684957, "S12": -9.9178336834867373, "W13": -20.0, "S13": -21.214542676132581, "W21": -37.936073737860958, "S21": -44.684222386365434, "W22": -35.611778159060187, "S22": -50.799127721423424, "W31": -77.366091043978273, "S31": -77.382866821392355, "W32": -94.168280923785559, "S32": -99.168280923785559 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8, "S11": 3.3, "W12": -8.6599998, "S12": -15.5899996, "W13": -22.9, "S13": -24.21, "W21": -35.788018657108282, "S21": -41.023153150200876, "W22": -70.0, "S22": -75.645773979107304, "W31": -97.405067711179939, "S31": -97.405067711179939, "W32": -100.39980319180032, "S32": -105.39980319180032 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15, "S11": 0.15, "W12": -8.8500004, "S12": -8.8500004, "W13": -15.85, "S13": -21.85, "W21": -34.849998, "S21": -34.849998, "W22": -41.573239069525044, "S22": -41.573239069525044, "W31": -74.534947585292386, "S31": -75.534947585292386, "W32": -90.931913590348586, "S32": -95.931913590348586 }, "geometry": { "type": "Point", "coordinates": [ 102962.2, 507374.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8946121593291401, "S11": 2.8946121593291401, "W12": -10.327419948472579, "S12": -10.327419948472579, "W13": -18.890984224853234, "S13": -19.992262699981083, "W21": -40.0, "S21": -65.0, "W22": -40.952508164354391, "S22": -53.125321965663133, "W31": -70.0, "S31": -72.374558303886928, "W32": -91.244422117883687, "S32": -96.244422117883687 }, "geometry": { "type": "Point", "coordinates": [ 102963.0, 500290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3703053693900435, "W12": -9.9999999999999982, "S12": -20.405898562597748, "W13": -20.405898562597748, "S13": -20.475112142231925, "W21": -36.905796621397812, "S21": -37.678193321593199, "W22": -45.152156799797858, "S22": -51.362305514037779, "W31": -70.0, "S31": -70.313186813186817, "W32": -92.400718040459239, "S32": -97.400718040459239 }, "geometry": { "type": "Point", "coordinates": [ 102963.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.24, "S11": 1.24, "W12": -5.0, "S12": -8.4303357557545873, "W13": -19.837228078041573, "S13": -19.837228078041573, "W21": -36.053348968783503, "S21": -36.053348968783503, "W22": -35.911156639522616, "S22": -51.225076818307684, "W31": -74.970995184284419, "S31": -75.191603476701218, "W32": -93.82272228320528, "S32": -98.82272228320528 }, "geometry": { "type": "Point", "coordinates": [ 102963.0, 508504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9544009693617337, "S11": 2.4544009693617337, "W12": -9.5609785941526191, "S12": -12.865497398671424, "W13": -14.764672615307276, "S13": -18.037359093169265, "W21": -56.749633967789173, "S21": -64.769289329328004, "W22": -38.647557028411796, "S22": -42.490315168855425, "W31": -70.0, "S31": -70.067475228385376, "W32": -95.822301194423005, "S32": -100.82230119442301 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 501718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1048194736091008, "S11": 2.1048194736091008, "W12": -7.7037954302076095, "S12": -14.234855233326236, "W13": -19.816517576309487, "S13": -25.372427511613608, "W21": -43.641374415460149, "S21": -51.499675970942015, "W22": -33.810696946132708, "S22": -48.810696946132708, "W31": -80.0, "S31": -80.645134506808375, "W32": -94.562253678144586, "S32": -99.562253678144586 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 503682.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2988997937112772, "S11": 2.0924212497139081, "W12": -9.8596809966495229, "S12": -16.092583340805639, "W13": -20.172233419714065, "S13": -20.464112057003156, "W21": -35.583424562349236, "S21": -35.583424562349236, "W22": -44.331885456186718, "S22": -52.346886479691634, "W31": -68.456695260020879, "S31": -72.615403934858605, "W32": -84.137120980256213, "S32": -89.137120980256213 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 506558.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58042895442359255, "S11": 0.58042895442359255, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.484840766245448, "S21": -38.484840766245448, "W22": -65.206541373237911, "S22": -87.425060252179122, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -101.75461609156989, "S32": -106.75461609156989 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 510035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00041288191577210087, "S11": -0.00041288191577210087, "W12": -10.000000000000002, "S12": -10.909640400585726, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.16314584422166, "S21": -38.16314584422166, "W22": -33.492852637551607, "S22": -48.492852637551607, "W31": -80.0, "S31": -81.207240119561604, "W32": -94.601871261010885, "S32": -99.601871261010885 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 510252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0185227663722904, "S11": 2.0185227663722904, "W12": -6.1269697203770335, "S12": -10.515307562276581, "W13": -26.716906946264743, "S13": -27.313383308072037, "W21": -37.840857847260033, "S21": -37.840857847260033, "W22": -35.56161661054459, "S22": -50.783682160697659, "W31": -69.815319867214669, "S31": -71.042810956630447, "W32": -93.272152988528006, "S32": -98.272152988528006 }, "geometry": { "type": "Point", "coordinates": [ 102964.0, 510566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.099565896717253, "S12": -15.099565896717253, "W13": -17.304250771264758, "S13": -19.141887430953698, "W21": -48.815210615373083, "S21": -63.300516388447257, "W22": -40.0, "S22": -42.732284901750241, "W31": -69.930782511132762, "S31": -71.838759383719136, "W32": -97.024324554594159, "S32": -102.02432455459416 }, "geometry": { "type": "Point", "coordinates": [ 102964.333333333328483, 499527.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37396802173689814, "S11": 0.37396802173689814, "W12": -5.0, "S12": -7.5073614557484643, "W13": -18.050148243685957, "S13": -18.050148243685957, "W21": -40.0, "S21": -45.918525576149392, "W22": -45.590745192313349, "S22": -52.848107753389897, "W31": -68.588970212761865, "S31": -72.946252715205659, "W32": -83.50617761239711, "S32": -88.50617761239711 }, "geometry": { "type": "Point", "coordinates": [ 102965.6, 505803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82902324922030046, "S11": 0.82902324922030046, "W12": -9.0186863998463132, "S12": -9.0557941182517414, "W13": -16.097849395923262, "S13": -16.568310186453804, "W21": -30.714055733662146, "S21": -30.714055733662146, "W22": -44.317793054701845, "S22": -50.98461248641587, "W31": -68.702411073826156, "S31": -73.86753742140624, "W32": -82.775184003862407, "S32": -87.775184003862407 }, "geometry": { "type": "Point", "coordinates": [ 102966.0, 497563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30144215696520016, "S11": -0.053458435989099939, "W12": -5.0, "S12": -6.9387923904052933, "W13": -18.189001168624035, "S13": -18.189001168624035, "W21": -40.0, "S21": -46.035614122656398, "W22": -38.099716481939552, "S22": -38.099716481939552, "W31": -69.24323556021055, "S31": -74.24323556021055, "W32": -81.666355970304735, "S32": -86.666355970304735 }, "geometry": { "type": "Point", "coordinates": [ 102966.0, 505783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85288700846192145, "S11": 0.85288700846192145, "W12": -10.454237288135593, "S12": -13.425256664715205, "W13": -19.718828442499703, "S13": -19.718828442499703, "W21": -36.693371980404734, "S21": -36.693371980404734, "W22": -38.992538927335637, "S22": -44.603625086479283, "W31": -80.0, "S31": -80.535046140939599, "W32": -91.409395973154361, "S32": -96.409395973154361 }, "geometry": { "type": "Point", "coordinates": [ 102966.0, 508421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15242718446601924, "S11": -0.15242718446601924, "W12": -8.7208373094522287, "S12": -13.267549837038494, "W13": -30.0, "S13": -30.0, "W21": -37.876209527248143, "S21": -37.876209527248143, "W22": -42.977099440010086, "S22": -52.17687426890646, "W31": -68.253008824084674, "S31": -72.099162670238599, "W32": -85.270810684888488, "S32": -90.270810684888488 }, "geometry": { "type": "Point", "coordinates": [ 102966.0, 510412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1251178774970674, "S11": 2.1251178774970674, "W12": -10.030221100697059, "S12": -20.412574041874812, "W13": -20.412574041874812, "S13": -20.412574041874812, "W21": -35.242986760618983, "S21": -35.242986760618983, "W22": -72.033053774051211, "S22": -86.947222445618607, "W31": -94.031201797534123, "S31": -94.031201797534123, "W32": -100.05307585884368, "S32": -105.05307585884368 }, "geometry": { "type": "Point", "coordinates": [ 102966.333333333328483, 506934.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5396886780169474, "S11": 2.5396886780169474, "W12": -6.9983484315212365, "S12": -6.9983484315212365, "W13": -20.689456371319913, "S13": -20.689456371319913, "W21": -43.489389884510615, "S21": -43.489389884510615, "W22": -80.0, "S22": -93.505196081350675, "W31": -99.51646099248731, "S31": -99.51646099248731, "W32": -103.83995547597155, "S32": -108.83995547597155 }, "geometry": { "type": "Point", "coordinates": [ 102966.926229508200777, 515175.836065573792439 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47804328669774693, "S11": 0.47804328669774693, "W12": -8.7762883625291614, "S12": -9.986399253044306, "W13": -20.0, "S13": -24.246956521736131, "W21": -35.269634136549499, "S21": -35.269634136549499, "W22": -62.395983627947672, "S22": -77.547003752378515, "W31": -90.041987214167548, "S31": -90.041987214167548, "W32": -90.049389659699003, "S32": -95.049389659699003 }, "geometry": { "type": "Point", "coordinates": [ 102967.0, 507363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8836485329597634, "S11": 2.8836485329597634, "W12": -4.027637444279347, "S12": -7.5024080864811813, "W13": -20.642971417232005, "S13": -20.642971417232005, "W21": -31.631486557869746, "S21": -31.695632971842247, "W22": -39.189947318078843, "S22": -44.983455341512368, "W31": -76.890650262234317, "S31": -77.690257334925874, "W32": -95.003857513967802, "S32": -100.0038575139678 }, "geometry": { "type": "Point", "coordinates": [ 102967.0, 507616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9287340619307831, "S11": 1.9287340619307831, "W12": -5.0, "S12": -12.439463350785338, "W13": -30.000000000000004, "S13": -30.181965139162219, "W21": -36.467898124776951, "S21": -36.467898124776951, "W22": -36.988031084854072, "S22": -43.280904118038215, "W31": -70.0, "S31": -70.0, "W32": -94.43640780663074, "S32": -99.43640780663074 }, "geometry": { "type": "Point", "coordinates": [ 102967.0, 510812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0542499549792836, "W13": -15.0, "S13": -17.119261381896077, "W21": -38.973751700500827, "S21": -42.911330777299582, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.054016034341203, "W32": -84.017594144104422, "S32": -89.017594144104422 }, "geometry": { "type": "Point", "coordinates": [ 102967.166666666671517, 498569.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76351743691522544, "S11": 0.76351743691522544, "W12": -10.105467183841593, "S12": -13.105467183841593, "W13": -16.172051490870878, "S13": -17.169234966368453, "W21": -21.393126132138431, "S21": -22.217691763905432, "W22": -38.364753948125077, "S22": -38.364753948125077, "W31": -70.0, "S31": -74.072350677542687, "W32": -82.430993008833241, "S32": -87.430993008833241 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 497238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7349576713275265, "S12": -12.557797346480369, "W13": -20.0, "S13": -20.777303163241747, "W21": -38.59349193879914, "S21": -45.888545639546763, "W22": -47.766884089500095, "S22": -47.776061374306593, "W31": -87.580283323250669, "S31": -87.580283323250669, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 504003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5046055661556679, "W12": -4.3368947871561385, "S12": -5.3368947871561385, "W13": -18.120415112115872, "S13": -20.059815797809804, "W21": -31.804584106748809, "S21": -38.851303221538153, "W22": -74.783400068945355, "S22": -87.994232881005971, "W31": -87.994232881005971, "S31": -87.994232881005971, "W32": -87.994232881005971, "S32": -91.918202566323657 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 505638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25483331591597869, "S11": -0.38765011624307, "W12": -5.0, "S12": -6.4582299421009104, "W13": -18.244055243718645, "S13": -18.460315985514807, "W21": -39.922196756015566, "S21": -46.044057476378129, "W22": -45.595225619996583, "S22": -52.106839740389418, "W31": -70.0, "S31": -71.389324960753527, "W32": -91.376615560852699, "S32": -96.376615560852699 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43314646619452463, "S11": 0.42668014078578359, "W12": -9.6952642415923123, "S12": -10.729110395438466, "W13": -20.0, "S13": -20.002988277496637, "W21": -37.712065578947367, "S21": -37.712065578947367, "W22": -39.895181314024882, "S22": -46.102866075516452, "W31": -76.016801095083281, "S31": -76.016801095083281, "W32": -95.078709007869463, "S32": -100.07870900786946 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 508337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56107178968655214, "S11": 0.55691273827324783, "W12": -9.7947838023335621, "S12": -12.879479660302865, "W13": -20.0, "S13": -20.004271443334481, "W21": -37.423967762874931, "S21": -37.423967762874931, "W22": -40.0, "S22": -48.480829666876176, "W31": -67.952125736314088, "S31": -72.811906548575649, "W32": -90.966988756780054, "S32": -95.966988756780054 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 508366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5619810944315269, "S12": -12.831053936675101, "W13": -25.47548322617936, "S13": -25.47548322617936, "W21": -37.072134803644396, "S21": -37.072134803644396, "W22": -43.359621269777563, "S22": -52.278866724080288, "W31": -68.301223105562244, "S31": -72.216555085410349, "W32": -84.854298555066933, "S32": -89.854298555066933 }, "geometry": { "type": "Point", "coordinates": [ 102968.0, 509348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1, "S11": 1.1, "W12": -7.9, "S12": -7.9, "W13": -18.9, "S13": -18.9, "W21": -34.900002, "S21": -34.900002, "W22": -40.052251601281881, "S22": -42.756053575461522, "W31": -69.928492242861083, "S31": -71.868835331352642, "W32": -97.02669595016765, "S32": -102.02669595016765 }, "geometry": { "type": "Point", "coordinates": [ 102968.5, 507408.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3982044059953722, "S11": 1.9872061951456945, "W12": -8.8595090234528158, "S12": -15.761432105691799, "W13": -20.394110359287144, "S13": -23.022858965407824, "W21": -35.454691440745947, "S21": -40.511088085728034, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -102.86377357623653, "S31": -102.86377357623653, "W32": -108.41361208325658, "S32": -113.41361208325658 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 504407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94311339884573386, "S11": -4.0568866011542664, "W12": -9.9383544302353872, "S12": -17.527916285905487, "W13": -20.6180688231548, "S13": -23.270215300250499, "W21": -34.350187000373694, "S21": -39.350187000373694, "W22": -40.650880578975503, "S22": -51.816522723201821, "W31": -69.91365664124335, "S31": -72.91365664124335, "W32": -91.195089159157419, "S32": -96.195089159157419 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 504770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1477130833773179, "S11": 2.1477130833773179, "W12": -10.025751021389171, "S12": -20.506143178253055, "W13": -20.506143178253055, "S13": -20.506143178253055, "W21": -35.287023236957154, "S21": -35.287023236957154, "W22": -35.565116143209828, "S22": -50.704093167279851, "W31": -78.065103190077906, "S31": -78.065103190077906, "W32": -94.165536686683453, "S32": -99.165536686683453 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 506931.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1, "S11": 0.1, "W12": -9.9, "S12": -9.9, "W13": -20.51, "S13": -20.51, "W21": -31.200001, "S21": -31.200001, "W22": -39.994044242451935, "S22": -44.708122845991021, "W31": -67.681038150438468, "S31": -67.771883366633176, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5328652600340178, "S11": 0.5328652600340178, "W12": -5.1291524347457562, "S12": -19.837395692280221, "W13": -22.652069174370386, "S13": -22.652069174370386, "W21": -40.0, "S21": -40.0, "W22": -42.284272146923037, "S22": -42.284272146923037, "W31": -75.538834620715434, "S31": -81.29056454313104, "W32": -94.473847318640651, "S32": -99.473847318640651 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 508762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11148553777019932, "S11": -0.11148553777019932, "W12": -9.8067715507543056, "S12": -12.661168161446911, "W13": -30.0, "S13": -30.0, "W21": -38.037250553720767, "S21": -38.037250553720767, "W22": -39.299721970293916, "S22": -45.157246327145671, "W31": -76.93047833116448, "S31": -77.595554577773143, "W32": -95.011781864366768, "S32": -100.01178186436677 }, "geometry": { "type": "Point", "coordinates": [ 102969.666666666671517, 510333.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6912400437295019, "S11": 2.6912400437295019, "W12": -10.0, "S12": -10.0, "W13": -18.912569781858394, "S13": -20.300796188181035, "W21": -40.0, "S21": -48.695942933571111, "W22": -36.741245438797904, "S22": -38.838658231479997, "W31": -80.009949568545508, "S31": -80.43709337987984, "W32": -94.926751142305321, "S32": -99.926751142305321 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 500164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7777977830298877, "S12": -12.972592016080348, "W13": -20.0, "S13": -20.793581159085662, "W21": -38.708565837820977, "S21": -46.098890815334542, "W22": -37.98046107281106, "S22": -43.709119507209323, "W31": -70.049338914737135, "S31": -70.049338914737135, "W32": -94.199514127061903, "S32": -99.199514127061903 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 503994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6, "S11": 2.6, "W12": -8.3, "S12": -21.5, "W13": -21.51, "S13": -21.51, "W21": -32.5, "S21": -32.51, "W22": -40.581322830057616, "S22": -43.042270142404561, "W31": -69.791120904808196, "S31": -72.12657873984935, "W32": -97.303178900732647, "S32": -102.30317890073265 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3785611510791367, "S11": 2.3785611510791367, "W12": -6.4373000390167769, "S12": -7.1059780726748816, "W13": -21.07449054098905, "S13": -21.07449054098905, "W21": -35.29436040542636, "S21": -35.29436040542636, "W22": -41.473907164838025, "S22": -43.537724335291792, "W31": -69.540863992115447, "S31": -72.345921689144674, "W32": -97.784898801522232, "S32": -102.78489880152223 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 508128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0262633207346248, "S12": -7.0262633207346248, "W13": -20.607889937666339, "S13": -20.607889937666339, "W21": -45.367411873570298, "S21": -45.367411873570298, "W22": -44.096303957320913, "S22": -45.302681048687255, "W31": -68.988952637469666, "S31": -73.231257564021746, "W32": -98.824975860045072, "S32": -103.82497586004507 }, "geometry": { "type": "Point", "coordinates": [ 102970.615384615390212, 515670.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5134518765483551, "S11": 1.9259344535964327, "W12": -8.7853077174377407, "S12": -9.4902390400922627, "W13": -19.906662745456941, "S13": -19.906662745456941, "W21": -49.405370308310992, "S21": -67.226885040017379, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.607292134443341, "S32": -88.607292134443341 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 502985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1612551265561679, "S11": 2.1612551265561679, "W12": -9.5179590838249286, "S12": -16.640124032278539, "W13": -21.670281917035844, "S13": -21.670281917035844, "W21": -33.673641315207377, "S21": -33.673641315207377, "W22": -38.906709181417376, "S22": -38.906709181417376, "W31": -70.0, "S31": -72.235295136483501, "W32": -83.996104807542935, "S32": -88.996104807542935 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 508165.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54961709931616709, "S11": 0.54961709931616709, "W12": -4.6724562070234921, "S12": -19.906574271614474, "W13": -23.769503808326572, "S13": -23.769503808326572, "W21": -41.42009938514208, "S21": -41.42009938514208, "W22": -35.910447499191676, "S22": -51.201828599918549, "W31": -72.050119681472069, "S31": -72.424659276315325, "W32": -93.432430784241845, "S32": -98.432430784241845 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 508859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4777137285653801, "S12": -5.7842741209626825, "W13": -25.0, "S13": -25.0, "W21": -41.802063495554144, "S21": -41.802063495554144, "W22": -47.674572236718028, "S22": -49.562279985087009, "W31": -98.592745208216272, "S31": -98.592745208216272, "W32": -98.592745208216272, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 508965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4720883064202823, "S12": -10.298350310118458, "W13": -26.374162872595946, "S13": -26.49713675797798, "W21": -38.328047054425952, "S21": -38.328047054425952, "W22": -60.0, "S22": -85.103773944171522, "W31": -100.79418089090032, "S31": -100.79418089090032, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 102971.0, 510495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3235393893705241, "S11": 2.3235393893705241, "W12": -9.9625899280575538, "S12": -19.791307742035485, "W13": -20.918195664334679, "S13": -20.918195664334679, "W21": -37.006791844242784, "S21": -37.006791844242784, "W22": -80.053460112049237, "S22": -88.857192439634204, "W31": -88.857192439634204, "S31": -88.857192439634204, "W32": -90.608020698576979, "S32": -95.608020698576979 }, "geometry": { "type": "Point", "coordinates": [ 102971.5, 507981.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9564360587002096, "S11": 2.9564360587002096, "W12": -10.554234282463948, "S12": -10.554234282463948, "W13": -19.078416581942211, "S13": -20.05915596459359, "W21": -40.0, "S21": -63.843506195502528, "W22": -42.025687958534448, "S22": -42.025687958534448, "W31": -75.108623258343471, "S31": -90.108623258343471, "W32": -96.684628237303684, "S32": -101.68462823730368 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4868451257299734, "S11": -4.5249397372175721, "W12": -5.9244295370229203, "S12": -6.9985596429230714, "W13": -19.468611806276822, "S13": -21.976275131312146, "W21": -32.153398249550001, "S21": -37.660277531111227, "W22": -38.127257827751521, "S22": -44.486676258369442, "W31": -80.033214986472643, "S31": -80.450250127268546, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49644685965095614, "S11": 0.49644685965095614, "W12": -5.0, "S12": -8.0, "W13": -17.988812160591483, "S13": -17.988812160591483, "W21": -40.0, "S21": -45.035765940989052, "W22": -38.069869872519568, "S22": -38.069869872519568, "W31": -68.945128248151008, "S31": -74.022331313285108, "W32": -81.569857335541101, "S32": -86.569857335541101 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 505824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0973452887073361, "S11": 1.0973452887073361, "W12": -8.4783187883058542, "S12": -11.53991386844767, "W13": -18.524241731094502, "S13": -19.588589557179734, "W21": -36.078852481113387, "S21": -36.078852481113387, "W22": -62.302436627013094, "S22": -70.444068066348805, "W31": -90.547209087917579, "S31": -90.547209087917579, "W32": -91.569647678508815, "S32": -96.569647678508815 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 507343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93805375808860159, "S11": 0.93805375808860159, "W12": -9.9999999999999982, "S12": -12.594776748104463, "W13": -19.747629142057246, "S13": -19.747629142057246, "W21": -36.826698222951862, "S21": -36.826698222951862, "W22": -39.974377654539545, "S22": -46.174171621886565, "W31": -76.017363401276185, "S31": -76.017363401276185, "W32": -95.084525062802129, "S32": -100.08452506280213 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 508419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.31034202615972, "W13": -25.469563394591272, "S13": -25.469563394591272, "W21": -37.336548138015921, "S21": -37.336548138015921, "W22": -60.0, "S22": -95.0, "W31": -103.31438351443865, "S31": -103.31438351443865, "W32": -109.13519985264321, "S32": -114.13519985264321 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 509434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1111111111111112, "S11": 1.1111111111111112, "W12": -10.0, "S12": -11.873115577889459, "W13": -30.0, "S13": -30.0, "W21": -38.332351034680372, "S21": -38.332351034680372, "W22": -39.30873205021247, "S22": -43.093536081032688, "W31": -78.559091446823615, "S31": -78.635227122171884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102972.0, 510133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6128369704308092, "S12": -12.615885750918615, "W13": -25.473591494994785, "S13": -25.473591494994785, "W21": -36.644583538981877, "S21": -36.644583538981877, "W22": -45.469763449423489, "S22": -46.34055938350172, "W31": -68.772207379288631, "S31": -73.645649182515669, "W32": -99.21192513773974, "S32": -104.21192513773974 }, "geometry": { "type": "Point", "coordinates": [ 102972.5, 509364.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9560251761076433, "S11": 1.9560251761076433, "W12": -10.13136540962285, "S12": -20.131365409622852, "W13": -20.477960344253653, "S13": -20.477960344253653, "W21": -35.216077796912238, "S21": -35.221150907197242, "W22": -39.990470787923094, "S22": -44.753070094603167, "W31": -67.675621572368826, "S31": -67.728259902869326, "W32": -94.982928955397369, "S32": -99.982928955397369 }, "geometry": { "type": "Point", "coordinates": [ 102972.666666666671517, 507889.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -9.9999999999999982, "S12": -13.085832501070051, "W13": -15.96, "S13": -16.957878797363801, "W21": -21.925675675675677, "S21": -21.925675675675677, "W22": -44.0935442082951, "S22": -50.884790771081533, "W31": -68.700011363303645, "S31": -73.672773042331087, "W32": -82.682655613594449, "S32": -87.682655613594449 }, "geometry": { "type": "Point", "coordinates": [ 102973.0, 496877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.779349585147912, "S13": -22.056252580910265, "W21": -50.704196310474991, "S21": -68.77116124047933, "W22": -36.969125176885896, "S22": -41.969125176885896, "W31": -66.054943302380465, "S31": -70.884296641349195, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102973.0, 503116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0201558806618538, "S11": 1.0201558806618538, "W12": -5.0, "S12": -7.518420651455866, "W13": -29.079595582316387, "S13": -30.079595582316387, "W21": -36.036070356657163, "S21": -36.036070356657163, "W22": -47.331822892967651, "S22": -47.340637170459992, "W31": -87.051348304049611, "S31": -87.051348304049611, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102973.0, 510930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73147714865075653, "S11": -4.0548058330697732, "W12": -10.020337724702239, "S12": -17.66601119100833, "W13": -20.949850304880279, "S13": -23.614420122079704, "W21": -34.387662197985975, "S21": -39.387662197985975, "W22": -81.357935126072093, "S22": -86.193839153492831, "W31": -98.861594854036426, "S31": -98.861594854036426, "W32": -111.25432111354715, "S32": -116.25432111354715 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 504798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -4.7844908058257447, "S12": -5.7209599567115115, "W13": -17.994982907069129, "S13": -19.75499003116192, "W21": -31.844719715511307, "S21": -39.430848353827699, "W22": -39.73914270167694, "S22": -49.43106986840062, "W31": -59.509504015692876, "S31": -60.255970248584937, "W32": -90.843459688317253, "S32": -95.843459688317253 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 505652.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0745787728785929, "S12": -10.074578772878592, "W13": -16.848656522241999, "S13": -16.848656522241999, "W21": -37.876627467450781, "S21": -39.783576631449584, "W22": -38.187320774975966, "S22": -45.173718468121237, "W31": -69.664903854881871, "S31": -69.664903854881871, "W32": -93.609137677609013, "S32": -98.609137677609013 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 505998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32669643964768647, "S11": 0.28130139523440922, "W12": -12.503997953048039, "S12": -22.503997953048039, "W13": -22.503997953048039, "S13": -22.503997953048039, "W21": -33.179883709631099, "S21": -34.47823654563642, "W22": -39.218084570599729, "S22": -42.583667013726419, "W31": -70.0, "S31": -70.81827778091511, "W32": -96.175686805384629, "S32": -101.17568680538463 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -9.8095082273747192, "W13": -28.170776591829224, "S13": -29.170776591829224, "W21": -37.55540266715041, "S21": -37.55540266715041, "W22": -43.596481212561677, "S22": -52.375217228368157, "W31": -68.328928854322172, "S31": -72.272646427072004, "W32": -84.689830699592463, "S32": -89.689830699592463 }, "geometry": { "type": "Point", "coordinates": [ 102974.0, 510631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5572744923457646, "S11": 2.5102963831217879, "W12": -6.9850591497256218, "S12": -6.9850591497256218, "W13": -20.69427982060024, "S13": -20.69427982060024, "W21": -43.602187110975528, "S21": -43.602187110975528, "W22": -39.841213834120026, "S22": -39.841213834120026, "W31": -70.0, "S31": -70.0, "W32": -84.95600513808607, "S32": -89.95600513808607 }, "geometry": { "type": "Point", "coordinates": [ 102974.688524590164889, 515225.196721311483998 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.134205566830966, "S12": -15.162706098557305, "W13": -17.096095930659615, "S13": -20.192397396116696, "W21": -50.310786106032907, "S21": -63.626050126000152, "W22": -42.562688893465008, "S22": -42.562688893465008, "W31": -76.012951805413238, "S31": -76.262480008390796, "W32": -92.575494701885304, "S32": -97.575494701885304 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 499495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.036653771760154, "S12": -15.036653771760154, "W13": -17.577248651483366, "S13": -17.577248651483366, "W21": -43.627220156959936, "S21": -51.09417003490433, "W22": -43.812309127761658, "S22": -53.099173553719005, "W31": -70.506642180926818, "S31": -72.060731890689354, "W32": -91.461386893445507, "S32": -96.461386893445507 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 499582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1428749680080137, "S11": 1.7276443781643951, "W12": -6.5180433744628452, "S12": -8.7754954723075258, "W13": -19.999999999999996, "S13": -21.236335037357449, "W21": -49.870468210717632, "S21": -67.728659232740725, "W22": -35.629140101350266, "S22": -50.774141468965148, "W31": -78.077487263532433, "S31": -78.115245253454432, "W32": -94.088079249262833, "S32": -99.088079249262833 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 502800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.417189635455804, "S11": 1.417189635455804, "W12": -8.875416847157064, "S12": -12.752385015652699, "W13": -18.403213968991562, "S13": -19.404370348697281, "W21": -34.178563055022515, "S21": -34.178563055022515, "W22": -39.756278298102977, "S22": -44.236649744520129, "W31": -70.116973268529222, "S31": -70.116973268529222, "W32": -93.92146415155969, "S32": -98.92146415155969 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52894936846295659, "S11": 0.52894936846295659, "W12": -5.1177626137288073, "S12": -21.125092168084727, "W13": -22.935803178923873, "S13": -22.935803178923873, "W21": -40.296708373315468, "S21": -40.296708373315468, "W22": -39.548052593953699, "S22": -39.548052593953699, "W31": -70.0, "S31": -70.0, "W32": -84.761988867480142, "S32": -89.761988867480142 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 508784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46861821202365989, "S11": 0.46861821202365989, "W12": -14.304782864973751, "S12": -14.304782864973751, "W13": -20.0, "S13": -20.0, "W21": -36.511107379364653, "S21": -36.947650434853202, "W22": -39.199783737024219, "S22": -45.737323972071749, "W31": -80.0, "S31": -80.898062080536917, "W32": -92.651006711409394, "S32": -97.651006711409394 }, "geometry": { "type": "Point", "coordinates": [ 102975.0, 512640.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1766133338164362, "S11": 1.1766133338164362, "W12": -7.0501392910029583, "S12": -7.0501392910029583, "W13": -20.530566614168563, "S13": -20.530566614168563, "W21": -43.893845473463031, "S21": -43.893845473463031, "W22": -42.653864290463154, "S22": -44.181014037219619, "W31": -69.206638655901031, "S31": -72.813295394835876, "W32": -98.389621239373781, "S32": -103.38962123937378 }, "geometry": { "type": "Point", "coordinates": [ 102975.886363636367605, 516157.431818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.051669924172502, "W12": -8.975265289383298, "S12": -15.472432256348462, "W13": -15.472432256348462, "S13": -20.078348468786118, "W21": -56.538607073697335, "S21": -64.952610250807808, "W22": -50.058720173097804, "S22": -50.068603355862209, "W31": -92.29274723886671, "S31": -92.29274723886671, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 501908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4760817348354942, "S11": 1.4760817348354942, "W12": -7.8555784245088827, "S12": -10.855578424508883, "W13": -17.720549903857382, "S13": -18.898877317894616, "W21": -33.632668932618898, "S21": -33.632668932618898, "W22": -70.956152758132959, "S22": -83.377243786331746, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -102.99772147593947, "S32": -107.99772147593947 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 507034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6485506372274541, "S11": 1.6485506372274541, "W12": -5.0, "S12": -17.982837645143086, "W13": -20.82439761974485, "S13": -20.82439761974485, "W21": -36.580054338556437, "S21": -36.580054338556437, "W22": -77.796393994873654, "S22": -88.776960362641304, "W31": -88.776960362641304, "S31": -88.776960362641304, "W32": -88.815878626547658, "S32": -93.815878626547658 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 508574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45354557878239665, "S11": 0.45354557878239665, "W12": -4.9940181100318659, "S12": -22.53086893222358, "W13": -25.0, "S13": -25.0, "W21": -41.124824777040864, "S21": -41.124824777040864, "W22": -42.088133329705038, "S22": -42.088133329705038, "W31": -74.857691042842418, "S31": -74.857691042842418, "W32": -98.333270076864707, "S32": -103.33327007686471 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 508839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29852967031535904, "S11": -0.29852967031535904, "W12": -10.0, "S12": -13.797017917554191, "W13": -26.632984788139904, "S13": -26.632984788139904, "W21": -37.955448379547207, "S21": -37.955448379547207, "W22": -41.222385477588126, "S22": -52.58830523434667, "W31": -70.0, "S31": -72.151200151200158, "W32": -91.280646631611148, "S32": -96.280646631611148 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 509609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57316070694615706, "S11": 0.57316070694615706, "W12": -7.5332221702162068, "S12": -10.35209142020474, "W13": -26.227807860962599, "S13": -26.328672910513728, "W21": -38.376125611227508, "S21": -38.376125611227508, "W22": -40.0, "S22": -42.253046999335197, "W31": -70.0, "S31": -70.0, "W32": -94.759676629103382, "S32": -99.759676629103382 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 510493.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.563821631636108, "S11": 1.563821631636108, "W12": -5.0, "S12": -12.547131459931908, "W13": -30.0, "S13": -30.344766033405584, "W21": -36.381938534765517, "S21": -36.381938534765517, "W22": -43.858418377717101, "S22": -52.446782460701108, "W31": -68.363397423645551, "S31": -72.353735043015433, "W32": -84.512878751268545, "S32": -89.512878751268545 }, "geometry": { "type": "Point", "coordinates": [ 102976.0, 510854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7637596299666383, "S11": 2.7637596299666383, "W12": -6.8780527534627183, "S12": -8.7188130182498789, "W13": -16.084175273366039, "S13": -18.391748422729727, "W21": -59.999999999999993, "S21": -77.978334638475133, "W22": -44.188582926996091, "S22": -52.43652034188942, "W31": -68.422735720202269, "S31": -72.502553751633201, "W32": -84.230818795405852, "S32": -89.230818795405852 }, "geometry": { "type": "Point", "coordinates": [ 102976.333333333328483, 501347.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3015900768326683, "S12": -7.1444897400682503, "W13": -15.0, "S13": -15.970852966932155, "W21": -42.793970213434157, "S21": -52.07451242039707, "W22": -49.18062859918129, "S22": -49.18062859918129, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -84.613345854449776, "S32": -89.613345854449776 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 498940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41151084705745744, "S11": 0.41151084705745744, "W12": -9.0494058786741718, "S12": -9.5111094888500034, "W13": -15.0, "S13": -15.0, "W21": -47.793625779893233, "S21": -59.887074508427411, "W22": -75.876333869317349, "S22": -99.358103762566799, "W31": -100.24792575066748, "S31": -100.24792575066748, "W32": -109.76273823415013, "S32": -114.76273823415013 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 499132.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1161495457721875, "S11": 3.1161495457721875, "W12": -10.817883460276178, "S12": -10.817883460276178, "W13": -19.838029051965581, "S13": -20.221489923736602, "W21": -40.0, "S21": -61.974882460078788, "W22": -33.93484744401951, "S22": -48.93484744401951, "W31": -80.0, "S31": -80.733684822318168, "W32": -94.388130623204091, "S32": -99.388130623204091 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 500438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9086415398160068, "S11": 2.9086415398160068, "W12": -8.1630360894194709, "S12": -9.0057683677298925, "W13": -18.906412940672418, "S13": -21.433026590233339, "W21": -55.834630504181725, "S21": -77.258393320532846, "W22": -34.397556358657198, "S22": -49.270387327999067, "W31": -80.0, "S31": -80.149742610428433, "W32": -94.341437420509692, "S32": -99.341437420509692 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 500934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8370109173991205, "S11": 2.8370109173991205, "W12": -7.4530362342987129, "S12": -8.9041932204148786, "W13": -18.639644956064124, "S13": -22.031858881447047, "W21": -57.245072949370766, "S21": -78.722879386644493, "W22": -35.987102132011096, "S22": -51.296618608758862, "W31": -74.363288375076735, "S31": -74.695598795153117, "W32": -93.574637868319655, "S32": -98.574637868319655 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91484947746061451, "S11": -4.0851505225393847, "W12": -9.9511053801244902, "S12": -17.596842335661435, "W13": -20.651704474749469, "S13": -23.385549202717758, "W21": -34.36635718035388, "S21": -39.36635718035388, "W22": -35.798394050512066, "S22": -51.04524890374455, "W31": -70.870681304199124, "S31": -70.870681304199124, "W32": -93.236370289059636, "S32": -98.236370289059636 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 504773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6359961488749084, "S11": 1.6359961488749084, "W12": -8.0497283668455886, "S12": -9.9485082146554991, "W13": -19.341569076988261, "S13": -21.33615321625242, "W21": -33.47865803019576, "S21": -33.47865803019576, "W22": -38.426568597374676, "S22": -42.365564446243582, "W31": -70.0, "S31": -70.0, "W32": -95.283227305626454, "S32": -100.28322730562645 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 507130.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8945007824776994, "S12": -18.60750752858479, "W13": -20.384284660057059, "S13": -20.384284660057059, "W21": -38.138361573629787, "S21": -38.138361573629787, "W22": -40.206226597349016, "S22": -42.827752370062854, "W31": -69.902157955367827, "S31": -71.942743873014422, "W32": -97.048062176950594, "S32": -102.04806217695059 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2211336939721793, "S11": -0.2211336939721793, "W12": -6.0915303405696744, "S12": -16.091530340569676, "W13": -25.0, "S13": -25.0, "W21": -41.821016667341269, "S21": -41.821016667341269, "W22": -41.636885450758648, "S22": -51.416269485956633, "W31": -68.099995813217262, "S31": -74.213890563094623, "W32": -87.564123116383442, "S32": -92.564123116383442 }, "geometry": { "type": "Point", "coordinates": [ 102977.0, 509064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.053934654525978, "W21": -38.896119740836475, "S21": -42.572856757391371, "W22": -65.732697966024517, "S22": -80.299019804970129, "W31": -89.139188373644259, "S31": -89.139188373644259, "W32": -89.177980277251876, "S32": -94.177980277251876 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 498557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8860590636966936, "S12": -7.6438794524825315, "W13": -15.000000000000002, "S13": -15.602205913014652, "W21": -43.750777213181017, "S21": -53.628085661701363, "W22": -48.345212636402373, "S22": -48.35499277568475, "W31": -88.536548435201723, "S31": -88.536548435201723, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 498981.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2811057454952142, "S12": -12.730790470282013, "W13": -18.895282101167222, "S13": -19.157632538480701, "W21": -32.422740321614278, "S21": -32.427912576163088, "W22": -71.498231204439833, "S22": -85.09480239008542, "W31": -87.373598320941539, "S31": -87.373598320941539, "W32": -87.373598320941539, "S32": -92.049433537073497 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3101883315095124, "S11": 2.3101883315095124, "W12": -10.164239271781536, "S12": -20.164239271781536, "W13": -20.247869860446446, "S13": -20.247869860446446, "W21": -35.000840665585706, "S21": -35.007628015640229, "W22": -62.447784935838833, "S22": -77.447784935838826, "W31": -89.928275226802384, "S31": -89.928275226802384, "W32": -90.017835154891301, "S32": -95.017835154891301 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 507863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0876176377799891, "S11": 2.0876176377799891, "W12": -10.0, "S12": -16.132817869415806, "W13": -21.675134917438584, "S13": -21.675134917438584, "W21": -33.785327937695854, "S21": -33.785327937695854, "W22": -61.602872420915666, "S22": -72.47133194771591, "W31": -90.376590523988284, "S31": -90.376590523988284, "W32": -91.178340456915123, "S32": -96.178340456915123 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 508172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43011921854582408, "S11": 0.4247175057167919, "W12": -9.8850506253722461, "S12": -15.765800721047714, "W13": -20.0, "S13": -20.0, "W21": -38.387932421052632, "S21": -38.387932421052632, "W22": -61.62055121483813, "S22": -71.874741036212455, "W31": -90.428738805784818, "S31": -90.428738805784818, "W32": -91.347293126755119, "S32": -96.347293126755119 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 508312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21228015650674797, "S11": 0.21228015650674797, "W12": -11.155814760658249, "S12": -11.155814760658249, "W13": -20.0, "S13": -25.209126073146955, "W21": -33.768514881453918, "S21": -34.584215828195681, "W22": -42.022888426063602, "S22": -52.022888426063602, "W31": -68.129056610260122, "S31": -74.469450119407227, "W32": -86.705140536496742, "S32": -91.705140536496742 }, "geometry": { "type": "Point", "coordinates": [ 102978.0, 511732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2201240391334731, "S11": 3.2201240391334731, "W12": -10.927952195182364, "S12": -10.927952195182364, "W13": -20.0, "S13": -20.0, "W21": -41.76780169913679, "S21": -60.501083592140901, "W22": -34.092856322742328, "S22": -46.419016775958703, "W31": -80.0, "S31": -81.986902730375434, "W32": -94.482002802769799, "S32": -99.482002802769799 }, "geometry": { "type": "Point", "coordinates": [ 102978.25, 500513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.97, "S11": -2.97, "W12": -7.9699998, "S12": -9.9699998, "W13": -20.969999, "S13": -20.969999, "W21": -36.970001, "S21": -36.970001, "W22": -78.531080265542116, "S22": -91.843028771234685, "W31": -99.861332971956614, "S31": -99.861332971956614, "W32": -103.80167449063562, "S32": -108.80167449063562 }, "geometry": { "type": "Point", "coordinates": [ 102978.5, 507442.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0520359685726755, "S11": 1.0520359685726755, "W12": -10.0, "S12": -19.675414563805482, "W13": -20.179084018082602, "S13": -20.179084018082602, "W21": -39.501026701753929, "S21": -39.501026701753929, "W22": -70.0, "S22": -96.339281109793205, "W31": -100.91274891444175, "S31": -100.91274891444175, "W32": -110.06884091117006, "S32": -115.06884091117006 }, "geometry": { "type": "Point", "coordinates": [ 102978.666666666671517, 508267.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11206251589834892, "S11": 0.11206251589834892, "W12": -10.0, "S12": -11.488634447404964, "W13": -29.450914652079469, "S13": -29.450914652079469, "W21": -38.773533796700661, "S21": -38.773533796700661, "W22": -60.0, "S22": -78.492157923201731, "W31": -94.034370905947114, "S31": -94.034370905947114, "W32": -96.678844573237001, "S32": -101.678844573237 }, "geometry": { "type": "Point", "coordinates": [ 102978.666666666671517, 509929.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2236596523106292, "S11": 0.2236596523106292, "W12": -10.692834355373542, "S12": -11.194526320370548, "W13": -20.338977450388686, "S13": -26.613160632665966, "W21": -33.363614656014882, "S21": -33.363614656014882, "W22": -43.962994021616602, "S22": -44.564144095677563, "W31": -68.605135517092634, "S31": -73.963875689749912, "W32": -99.478671639812944, "S32": -104.47867163981294 }, "geometry": { "type": "Point", "coordinates": [ 102978.818181818176527, 511574.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4705280505615459, "S12": -8.1432691648975197, "W13": -15.0, "S13": -15.233558859096604, "W21": -44.84637979460183, "S21": -55.320454484680468, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -70.0, "S31": -70.0, "W32": -84.422214402844617, "S32": -89.422214402844617 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 499022.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8617074754414258, "S11": 1.6745721668314686, "W12": -10.0, "S12": -21.802031948613532, "W13": -21.802031948613532, "S13": -21.802031948613532, "W21": -34.318668686372931, "S21": -34.318668686372931, "W22": -60.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -113.9234267126925 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 506666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6309141959296072, "S11": 1.6309141959296072, "W12": -9.0895439262359918, "S12": -14.089543926235992, "W13": -18.891272438151592, "S13": -19.667265169479382, "W21": -34.524820944420391, "S21": -34.524820944420391, "W22": -60.0, "S22": -79.140429785107443, "W31": -100.0, "S31": -100.0, "W32": -103.78100890207715, "S32": -108.78100890207715 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2953260459856768, "S11": 2.2953260459856768, "W12": -9.488069876438006, "S12": -19.314344180168959, "W13": -21.291151049206501, "S13": -21.291151049206501, "W21": -37.379189988482388, "S21": -37.379189988482388, "W22": -81.415170030241313, "S22": -90.666243451063579, "W31": -90.666243451063579, "S31": -90.666243451063579, "W32": -91.532988357050456, "S32": -96.532988357050456 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 507988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0038834951456310496, "S11": 0.0038834951456310496, "W12": -8.7393517499001625, "S12": -13.061276185419946, "W13": -30.0, "S13": -30.0, "W21": -37.80199053617325, "S21": -37.80199053617325, "W22": -41.299240617557871, "S22": -49.477774429005194, "W31": -66.298748021298024, "S31": -68.589231878598255, "W32": -91.113656220624577, "S32": -96.113656220624577 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3811988258921959, "S12": -10.381198825892195, "W13": -27.554287817445715, "S13": -28.415376900783201, "W21": -37.722270881775763, "S21": -37.722270881775763, "W22": -42.938379077294698, "S22": -44.369578196912755, "W31": -69.15084192580531, "S31": -72.918930537763814, "W32": -98.46176420470681, "S32": -103.46176420470681 }, "geometry": { "type": "Point", "coordinates": [ 102979.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0549970374255722, "S12": -8.6426588773118027, "W13": -15.0, "S13": -15.070633327249498, "W21": -45.941982376021102, "S21": -57.012823307657172, "W22": -41.206226718238575, "S22": -50.925899879772203, "W31": -68.056262420306936, "S31": -73.986524331079139, "W32": -88.558298599978627, "S32": -93.558298599978627 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 499064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.117401179085727, "S12": -15.117401179085727, "W13": -17.284245579862151, "S13": -19.292270701983576, "W21": -48.120224418915313, "S21": -62.610919660331788, "W22": -45.661386260452083, "S22": -53.268253534101724, "W31": -68.537049203274734, "S31": -72.778533525404214, "W32": -83.661221991333633, "S32": -88.661221991333633 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 499527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2389023462152444, "W12": -6.863914045453436, "S12": -14.547123699924679, "W13": -14.547123699924679, "S13": -17.727344648873952, "W21": -56.263074011355712, "S21": -68.216117145642329, "W22": -39.249264007594931, "S22": -39.249264007594931, "W31": -70.0, "S31": -70.689508709519131, "W32": -84.601718047527299, "S32": -89.601718047527299 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 502037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.078508262316463, "W12": -9.0147136431030574, "S12": -9.3212608573122608, "W13": -19.897735110749995, "S13": -20.049278590827949, "W21": -49.755152479892764, "S21": -67.419071058035172, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -84.017241379310349, "S32": -89.017241379310349 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 503005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.4879926310941514, "W12": -5.0, "S12": -6.165090771558245, "W13": -19.240644435143849, "S13": -21.944015221660703, "W21": -32.193253724174781, "S21": -37.279341018494812, "W22": -72.793483171828711, "S22": -86.113382856936965, "W31": -86.881501770194731, "S31": -86.881501770194731, "W32": -86.881501770194731, "S32": -91.541973959387718 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.097612052259799, "S11": 1.8991815964241001, "W12": -10.0, "S12": -20.436359573992704, "W13": -20.436359573992704, "S13": -20.444110134976029, "W21": -35.718959560351109, "S21": -36.0378395542226, "W22": -55.542453161181676, "S22": -58.35312361332241, "W31": -85.483636641688335, "S31": -85.483636641688335, "W32": -97.972685681506334, "S32": -102.97268568150633 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5965323907609943, "S11": 1.5965323907609943, "W12": -7.2977126583770922, "S12": -7.8768271736024538, "W13": -18.289169556428547, "S13": -18.289169556428547, "W21": -33.12513514670276, "S21": -33.12513514670276, "W22": -42.016021569833562, "S22": -55.57396758160543, "W31": -70.0, "S31": -70.0, "W32": -91.478536339246673, "S32": -96.478536339246673 }, "geometry": { "type": "Point", "coordinates": [ 102980.0, 507073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1247329838179305, "S11": 3.1247329838179305, "W12": -10.524240199151164, "S12": -10.524240199151164, "W13": -20.0, "S13": -20.0, "W21": -45.056426672453355, "S21": -48.446873890572725, "W22": -39.378365268597662, "S22": -42.931600113223283, "W31": -78.913600694033676, "S31": -78.913600694033676, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102980.333333333328483, 500651.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0074308957388309, "S12": -7.0074308957388309, "W13": -20.619305954704778, "S13": -20.619305954704778, "W21": -45.375956370292933, "S21": -45.375956370292933, "W22": -34.704415000022671, "S22": -49.418207332016152, "W31": -80.0, "S31": -80.0, "W32": -94.265509444627639, "S32": -99.265509444627639 }, "geometry": { "type": "Point", "coordinates": [ 102980.333333333328483, 515702.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.121327437904705, "S12": -15.126502907596304, "W13": -17.261683323344322, "S13": -19.422185765772795, "W21": -48.473417045150946, "S21": -63.473417045150946, "W22": -35.984934799427158, "S22": -51.258610811888218, "W31": -72.45059918175042, "S31": -72.924356087827761, "W32": -93.330212436236835, "S32": -98.330212436236835 }, "geometry": { "type": "Point", "coordinates": [ 102981.0, 499523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7867966573816152, "S11": 2.7867966573816152, "W12": -5.6588467577247119, "S12": -8.538836485804147, "W13": -17.355568767196782, "S13": -21.424377254850427, "W21": -59.999999999999993, "S21": -80.949454843385638, "W22": -40.0, "S22": -40.108911723136863, "W31": -68.214188304119816, "S31": -74.711752086863726, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102981.0, 501185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16351280038522173, "S11": -2.3927309185495225, "W12": -12.419077807961086, "S12": -12.419077807961086, "W13": -22.358286305512777, "S13": -23.67719798607763, "W21": -34.040547454931932, "S21": -34.631644153045137, "W22": -40.0, "S22": -48.15525925925926, "W31": -67.783578300479633, "S31": -71.950931615682265, "W32": -93.15523754176958, "S32": -98.15523754176958 }, "geometry": { "type": "Point", "coordinates": [ 102981.0, 505304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2298710477238748, "S11": 2.2298710477238748, "W12": -7.0012673078839347, "S12": -16.348148566529506, "W13": -19.928474023624847, "S13": -22.71586960812413, "W21": -40.0, "S21": -48.374558303886872, "W22": -42.925210588530575, "S22": -49.773285748933873, "W31": -68.448907004121125, "S31": -72.386182407439421, "W32": -81.994458055337262, "S32": -86.994458055337262 }, "geometry": { "type": "Point", "coordinates": [ 102981.142857142855064, 503861.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94031855622295313, "S11": 0.94031855622295313, "W12": -9.3780856654936926, "S12": -13.893479222743164, "W13": -18.486690385192091, "S13": -18.486690385192091, "W21": -34.104915075823122, "S21": -34.104915075823122, "W22": -64.093004291921076, "S22": -78.795084370348704, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -102.27674269641039, "S32": -107.27674269641039 }, "geometry": { "type": "Point", "coordinates": [ 102981.5, 507488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33373080522722731, "S11": 0.33373080522722731, "W12": -5.0523313167863355, "S12": -16.141601580170821, "W13": -24.203078064157271, "S13": -24.203078064157271, "W21": -41.824440217074581, "S21": -41.824440217074581, "W22": -39.237300726738233, "S22": -44.347096315549649, "W31": -70.094791779794264, "S31": -70.094791779794264, "W32": -93.776627742391923, "S32": -98.776627742391923 }, "geometry": { "type": "Point", "coordinates": [ 102981.5, 508941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -0.79947674524603984, "W12": -9.3174886296200903, "S12": -16.824790749130848, "W13": -20.0, "S13": -23.0, "W21": -34.834641012999747, "S21": -39.834641012999747, "W22": -70.802514252302288, "S22": -96.615004582868011, "W31": -100.84492585330703, "S31": -100.84492585330703, "W32": -110.06852072088556, "S32": -115.06852072088556 }, "geometry": { "type": "Point", "coordinates": [ 102982.0, 504559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.409420964438651, "S12": -18.47784408673515, "W13": -18.47784408673515, "S13": -18.47784408673515, "W21": -30.415040573892227, "S21": -31.764122342124178, "W22": -67.016445414726888, "S22": -71.85484214562652, "W31": -91.416627749659938, "S31": -91.416627749659938, "W32": -94.081405710330003, "S32": -99.081405710330003 }, "geometry": { "type": "Point", "coordinates": [ 102982.0, 506107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5748603066745823, "S11": 2.4162946390587048, "W12": -6.9717698679300089, "S12": -6.9717698679300089, "W13": -20.699103269880574, "S13": -20.699103269880574, "W21": -43.714984337440427, "S21": -43.714984337440427, "W22": -65.970092165559649, "S22": -65.970092165559649, "W31": -91.687284876151125, "S31": -91.687284876151125, "W32": -97.627555233404479, "S32": -102.62755523340448 }, "geometry": { "type": "Point", "coordinates": [ 102982.450819672129001, 515274.557377049175557 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8123015075377031, "S11": 2.8123015075377031, "W12": -9.702818422844814, "S12": -9.702818422844814, "W13": -19.523592533589927, "S13": -19.523592533589927, "W21": -51.03528937285666, "S21": -71.892758015954314, "W22": -43.283401423069591, "S22": -48.558181564472704, "W31": -60.55789926818769, "S31": -61.716974879585486, "W32": -90.945227047598635, "S32": -95.945227047598635 }, "geometry": { "type": "Point", "coordinates": [ 102982.8, 500791.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9817375910669299, "S11": 2.9817375910669299, "W12": -10.244783924637785, "S12": -10.244783924637785, "W13": -20.018713408657071, "S13": -20.018713408657071, "W21": -47.756550218340614, "S21": -56.161685994299098, "W22": -41.571638471184741, "S22": -52.887254030097125, "W31": -70.0, "S31": -71.671517671517677, "W32": -91.331738146225533, "S32": -96.331738146225533 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8615905222305442, "S11": 2.8615905222305442, "W12": -10.0, "S12": -10.0, "W13": -19.655475066879077, "S13": -19.655475066879077, "W21": -50.090744101633391, "S21": -66.189185758797962, "W22": -49.291442102413185, "S22": -52.760449762005223, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.00000000000001, "S32": -100.60714192350927 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 500764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.395794566430964, "S11": 0.32683480425921652, "W12": -11.83953815646389, "S12": -20.0, "W13": -20.0, "S13": -21.777763154747916, "W21": -33.830718606852173, "S21": -34.995598443210639, "W22": -39.219196457646092, "S22": -46.866924581008618, "W31": -80.0, "S31": -81.299077181208048, "W32": -94.026845637583904, "S32": -99.026845637583904 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 506246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.464557136935194, "S11": 2.464557136935194, "W12": -10.0, "S12": -19.991014188124012, "W13": -20.193307361216732, "S13": -20.193307361216732, "W21": -36.502112548102978, "S21": -36.502112548102978, "W22": -39.100575657481656, "S22": -42.462188535012622, "W31": -70.0, "S31": -70.0, "W32": -94.860709619467585, "S32": -99.860709619467585 }, "geometry": { "type": "Point", "coordinates": [ 102983.0, 507963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7654509856553138, "S11": 1.7654509856553138, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.006282874152738, "S13": -24.905621518428706, "W21": -36.784109861398555, "S21": -37.752347164710876, "W22": -40.05625502647905, "S22": -42.744090993554906, "W31": -69.953790587258013, "S31": -71.856141990150249, "W32": -96.907293106386192, "S32": -101.90729310638619 }, "geometry": { "type": "Point", "coordinates": [ 102983.823529411762138, 513500.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.006931012250162, "S12": -15.006931012250162, "W13": -17.580121816002396, "S13": -17.682332825696825, "W21": -43.302147872779841, "S21": -50.236015925913655, "W22": -40.0, "S22": -49.061596480201132, "W31": -67.903964718681436, "S31": -72.934828181199947, "W32": -91.338442539590304, "S32": -96.338442539590304 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 499586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2687772590732749, "S11": 1.6481025777174607, "W12": -6.014280149775086, "S12": -8.4085764512830785, "W13": -18.989815517934517, "S13": -20.27430413195518, "W21": -49.857318229347115, "S21": -67.465836543139915, "W22": -42.03487771496571, "S22": -51.840712768595658, "W31": -68.116303734256761, "S31": -74.309776124074602, "W32": -86.721705674895802, "S32": -91.721705674895802 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 502760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8673997816253314, "S11": -2.1427189078676401, "W12": -9.5710695503469978, "S12": -17.160144941234748, "W13": -20.000000000000004, "S13": -23.000000000000004, "W21": -34.588648122677398, "S21": -39.588648122677398, "W22": -43.955039018801394, "S22": -50.941061016968213, "W31": -68.680377368119423, "S31": -73.540960172615172, "W32": -82.666605032435015, "S32": -87.666605032435015 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 504644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.330430797433551, "W12": -5.0, "S12": -5.9156994502138058, "W13": -17.85624173112566, "S13": -19.415215861763713, "W21": -31.927427699341166, "S21": -40.187352507876696, "W22": -37.282786376563003, "S22": -42.486159574405917, "W31": -65.778852521855129, "S31": -70.778852521855129, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 505668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1689655172414168, "S11": 2.1689655172414168, "W12": -9.0057255915024488, "S12": -14.77999217574785, "W13": -18.999335973404509, "S13": -19.003007405298732, "W21": -33.750207811636947, "S21": -33.75229784379129, "W22": -67.243713158563821, "S22": -75.210037092373597, "W31": -94.704377132393972, "S31": -94.704377132393972, "W32": -97.133156565560967, "S32": -102.13315656556097 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9999999999999991, "S11": 2.9999999999999991, "W12": -3.0, "S12": -3.0, "W13": -19.51, "S13": -19.51, "W21": -34.099998, "S21": -34.199998, "W22": -41.347617427124419, "S22": -43.436310675581382, "W31": -69.576779746474301, "S31": -72.279210387279505, "W32": -97.630702867132342, "S32": -102.63070286713234 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6715129344133786, "S11": 2.6715129344133786, "W12": -3.7927059035294128, "S12": -6.3820330497011062, "W13": -19.681529482352943, "S13": -19.681529482352943, "W21": -33.982115858823526, "S21": -34.069409976470588, "W22": -42.140422745306864, "S22": -52.04740642775193, "W31": -68.123969683306228, "S31": -73.950647076092764, "W32": -86.553295025107488, "S32": -91.553295025107488 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9050431147112619, "S11": 1.8999412926319479, "W12": -5.6423530117647056, "S12": -14.273443499003683, "W13": -20.08176494117647, "S13": -20.08176494117647, "W21": -33.707057529411763, "S21": -33.76470458823529, "W22": -38.775314837096985, "S22": -38.775314837096985, "W31": -67.296596244342524, "S31": -70.512521555942911, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9315136672489008, "S11": 2.9315136672489008, "W12": -8.5396954638308973, "S12": -9.1622282889050037, "W13": -19.003484151556549, "S13": -21.041194193655773, "W21": -54.769106674732804, "S21": -76.052964359864376, "W22": -60.0, "S22": -60.333537227716043, "W31": -89.344548096039148, "S31": -89.344548096039148, "W32": -97.842734844881207, "S32": -102.84273484488121 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6422359233915813, "S11": 2.6220851574030783, "W12": -9.2470108161881654, "S12": -10.702143192511505, "W13": -14.919953500062837, "S13": -16.438875518411461, "W21": -60.0, "S21": -71.869472328159119, "W22": -39.044160899653981, "S22": -42.288116285536155, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 501584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45593897037924075, "S11": -0.45593897037924075, "W12": -8.5326877680875199, "S12": -10.335088871820579, "W13": -19.78387158392421, "S13": -19.78387158392421, "W21": -34.765761846799919, "S21": -34.765761846799919, "W22": -43.606765476933937, "S22": -44.858200689873811, "W31": -69.039460684341307, "S31": -73.131081542586642, "W32": -98.639595206088941, "S32": -103.63959520608894 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 507415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5097841726618704, "S11": 2.5097841726618704, "W12": -6.2743971186971503, "S12": -11.034494442298122, "W13": -20.227003814868805, "S13": -20.227003814868805, "W21": -37.518214637625285, "S21": -37.518214637625285, "W22": -40.580351085986294, "S22": -50.196944423509862, "W31": -67.993693805888682, "S31": -73.651042691612901, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 508090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3269285538914808, "S11": 1.3269285538914808, "W12": -10.0, "S12": -20.644268204758468, "W13": -20.644268204758468, "S13": -20.644268204758468, "W21": -39.749678947368416, "S21": -39.749678947368416, "W22": -39.065586348875883, "S22": -46.529580659827303, "W31": -80.0, "S31": -81.261078020134235, "W32": -93.892617449664428, "S32": -98.892617449664428 }, "geometry": { "type": "Point", "coordinates": [ 102985.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7394876740182057, "S11": 2.7394876740182057, "W12": -13.439672386486571, "S12": -13.439672386486571, "W13": -20.914356473484744, "S13": -20.914356473484744, "W21": -39.07708575644947, "S21": -39.07708575644947, "W22": -60.0, "S22": -88.991769547325106, "W31": -103.62363150867823, "S31": -103.62363150867823, "W32": -109.85448517222325, "S32": -114.85448517222325 }, "geometry": { "type": "Point", "coordinates": [ 102985.285714285710128, 514092.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.106804941083711, "S12": -10.106804941083711, "W13": -15.96, "S13": -16.84584837806964, "W21": -38.973626033742406, "S21": -38.973626033742406, "W22": -67.978539395591795, "S22": -102.9785393955918, "W31": -102.9785393955918, "S31": -102.9785393955918, "W32": -102.9785393955918, "S32": -105.91334250343878 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 496788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.506189608998394, "W21": -38.05552672768723, "S21": -39.102726295252232, "W22": -71.715311004784695, "S22": -86.268967225107588, "W31": -95.162962288212782, "S31": -95.162962288212782, "W32": -100.20651220795418, "S32": -105.20651220795418 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 498381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28812883503533449, "W12": -5.0, "S12": -5.2257766582703606, "W13": -15.0, "S13": -17.311892876272093, "W21": -39.271998925747063, "S21": -44.249961372806446, "W22": -45.156064287152255, "S22": -52.125716835933147, "W31": -70.0, "S31": -70.042328042328037, "W32": -93.08333747534428, "S32": -98.08333747534428 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.658557386874438, "S13": -17.858699118265108, "W21": -43.251755472945064, "S21": -48.134138252008562, "W22": -39.549340880643001, "S22": -44.583846420632831, "W31": -77.870184155526644, "S31": -78.870184155526644, "W32": -94.662457674943568, "S32": -99.662457674943568 }, "geometry": { "type": "Point", "coordinates": [ 102986.0, 499602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20497252377231975, "S11": 0.20497252377231975, "W12": -11.147891990315006, "S12": -11.147891990315006, "W13": -20.0, "S13": -25.479735810799802, "W21": -33.762591026908886, "S21": -34.580959303392937, "W22": -38.462396498617508, "S22": -43.624353290636641, "W31": -70.103345312121093, "S31": -70.103345312121093, "W32": -94.026600522619631, "S32": -99.026600522619631 }, "geometry": { "type": "Point", "coordinates": [ 102986.714285714289872, 511730.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62126453858561848, "S11": 0.62126453858561848, "W12": -15.137558573584306, "S12": -15.289247686940087, "W13": -16.317434567901234, "S13": -21.317434567901234, "W21": -50.0, "S21": -64.856939267704448, "W22": -48.654417732999896, "S22": -48.664417732999894, "W31": -89.201993960823287, "S31": -89.201993960823287, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 499380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36893852229981777, "S11": -3.3918013885682035, "W12": -10.45938852557418, "S12": -17.029629495781606, "W13": -22.728215047200251, "S13": -24.373040435030532, "W21": -34.589020714433076, "S21": -38.609699631460046, "W22": -74.638210787896512, "S22": -98.364166128002751, "W31": -100.44820397114684, "S31": -100.44820397114684, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 504970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13761467889908255, "S11": -0.13761467889908255, "W12": -15.0, "S12": -23.38209219858156, "W13": -23.38209219858156, "S13": -23.38209219858156, "W21": -30.765864309421609, "S21": -32.094437284464277, "W22": -47.227924147451468, "S22": -47.227924147451468, "W31": -78.029966087590807, "S31": -78.029966087590807, "W32": -98.250220404891849, "S32": -103.25022040489185 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 506163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8829013952297016, "S11": 1.8829013952297016, "W12": -7.7103206994440345, "S12": -9.2768386737289994, "W13": -18.721859746577582, "S13": -21.721859746577582, "W21": -33.710181597131637, "S21": -33.710181597131637, "W22": -42.174893641942518, "S22": -55.453765166196632, "W31": -70.0, "S31": -70.736533736533744, "W32": -91.423242419033997, "S32": -96.423242419033997 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 507105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6812386156648453, "S11": 1.6812386156648453, "W12": -5.0, "S12": -14.999999999999998, "W13": -30.0, "S13": -30.317735560372306, "W21": -36.6028491213183, "S21": -36.6028491213183, "W22": -35.433425984522394, "S22": -50.642800196659977, "W31": -70.262967642504279, "S31": -70.796207995828311, "W32": -93.040910656249324, "S32": -98.040910656249324 }, "geometry": { "type": "Point", "coordinates": [ 102987.0, 510827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -11.952832073049636, "W13": -15.96, "S13": -16.959319108978036, "W21": -30.581869999552943, "S21": -30.581869999552943, "W22": -42.631084101590673, "S22": -44.141964800819771, "W31": -69.212752507329412, "S31": -72.798802839139114, "W32": -98.304775608863196, "S32": -103.3047756088632 }, "geometry": { "type": "Point", "coordinates": [ 102988.0, 496841.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5767691114527089, "S12": -8.1509277095401931, "W13": -20.021949178818115, "S13": -21.475739252359286, "W21": -37.436819017402321, "S21": -43.883056054386614, "W22": -40.25628042819649, "S22": -46.690174658965724, "W31": -67.451577065525285, "S31": -68.977161972628281, "W32": -80.304293337853181, "S32": -85.304293337853181 }, "geometry": { "type": "Point", "coordinates": [ 102988.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8833197330721845, "S12": -14.432692474738301, "W13": -20.657594070426455, "S13": -20.657594070426455, "W21": -36.323653756674624, "S21": -36.323653756674624, "W22": -37.606253847373615, "S22": -39.680640757236063, "W31": -67.035947510724256, "S31": -72.518535846186154, "W32": -80.202893862467505, "S32": -85.202893862467505 }, "geometry": { "type": "Point", "coordinates": [ 102988.0, 508528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10776699029126216, "S11": 0.10776699029126216, "W12": -8.8108174900291871, "S12": -13.067035554724979, "W13": -29.803334596438045, "S13": -29.803334596438045, "W21": -37.727412204868301, "S21": -37.727412204868301, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.244327518703017, "W32": -84.162729853223922, "S32": -89.162729853223922 }, "geometry": { "type": "Point", "coordinates": [ 102988.0, 510416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.14362858799652, "S12": -15.176613345174825, "W13": -17.138127173008179, "S13": -20.055782441675312, "W21": -50.0, "S21": -65.008652482269497, "W22": -39.302085243002978, "S22": -41.608125901434029, "W31": -80.0, "S31": -80.427170283806348, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 102989.0, 499504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27138956558703786, "S11": 0.27138956558703786, "W12": -9.8376127436718068, "S12": -14.13822829298266, "W13": -24.597593041020151, "S13": -27.395154580842437, "W21": -34.156613130547669, "S21": -34.156613130547669, "W22": -38.890222474712075, "S22": -48.707365006847212, "W31": -80.0, "S31": -81.597260323419007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102989.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20122087385179005, "S11": 0.20122087385179005, "W12": -11.236918081683196, "S12": -11.236918081683196, "W13": -20.0, "S13": -25.541303709760264, "W21": -33.822528403037616, "S21": -34.765683232721763, "W22": -38.464096447208931, "S22": -43.134061228972435, "W31": -70.0, "S31": -70.0, "W32": -94.200058522510659, "S32": -99.200058522510659 }, "geometry": { "type": "Point", "coordinates": [ 102989.0, 511754.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5023314119327744, "S11": 0.82968481295527408, "W12": -4.7360298445789377, "S12": -4.7360298445789377, "W13": -16.309149073025857, "S13": -20.581024195078747, "W21": -49.512926734736908, "S21": -60.8628464644259, "W22": -38.582296663071865, "S22": -44.183565968622325, "W31": -66.162833969595667, "S31": -68.430863065543022, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102989.571428571434808, 502638.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47120750605865225, "S11": 0.47120750605865225, "W12": -7.4067523926829262, "S12": -7.4067523926829262, "W13": -15.737171106710965, "S13": -16.091637741297813, "W21": -34.32401578298397, "S21": -37.755391314100002, "W22": -45.500259222388024, "S22": -51.376851389582185, "W31": -70.0, "S31": -71.125588697017236, "W32": -91.881459465992705, "S32": -96.881459465992705 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 497922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6791183208114324, "S12": -8.707761153369086, "W13": -20.0, "S13": -21.18732291235559, "W21": -37.785978182819896, "S21": -44.510250351931859, "W22": -81.006993471652365, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 504090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8156841907858161, "S11": 1.5287737460220874, "W12": -9.7934949596986378, "S12": -17.524315941510253, "W13": -19.868927597431735, "S13": -20.119002107936975, "W21": -35.203096732384047, "S21": -35.203096732384047, "W22": -36.038187502025743, "S22": -51.296832361838824, "W31": -72.591211403446465, "S31": -73.091211403446465, "W32": -93.238172876175724, "S32": -98.238172876175724 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 506599.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5844198809619725, "S11": 1.5844198809619725, "W12": -8.7939970958436646, "S12": -13.861434986987149, "W13": -19.424310352715036, "S13": -19.426591578672703, "W21": -35.923704109439569, "S21": -35.923704109439569, "W22": -44.930632068271699, "S22": -44.930632068271699, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 507322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3495446265938069, "S11": 2.3495446265938069, "W12": -5.0, "S12": -12.310560859188545, "W13": -30.000000000000004, "S13": -31.000000000000004, "W21": -37.069027337468412, "S21": -37.069027337468412, "W22": -39.151206933240871, "S22": -39.151206933240871, "W31": -70.0, "S31": -71.475013349304731, "W32": -84.595758791456632, "S32": -89.595758791456632 }, "geometry": { "type": "Point", "coordinates": [ 102990.0, 510728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5924461210033996, "S11": 2.5924461210033996, "W12": -6.9584805861343959, "S12": -6.9584805861343959, "W13": -20.703926719160904, "S13": -20.703926719160904, "W21": -43.827781563905333, "S21": -43.827781563905333, "W22": -79.672601086300546, "S22": -93.117399545838609, "W31": -100.0, "S31": -100.0, "W32": -103.98707835261095, "S32": -108.98707835261095 }, "geometry": { "type": "Point", "coordinates": [ 102990.213114754093112, 515323.918032786867116 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31487822023719725, "S11": 0.24455563959206261, "W12": -11.792906032111883, "S12": -21.466037839440631, "W13": -21.466037839440631, "S13": -21.466037839440631, "W21": -33.756437732092174, "S21": -34.956244610430851, "W22": -42.218603239101093, "S22": -42.218603239101093, "W31": -75.178085750255363, "S31": -75.178085750255363, "W32": -98.070929704476654, "S32": -103.07092970447665 }, "geometry": { "type": "Point", "coordinates": [ 102990.6, 506238.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2218588399720471, "S11": 3.2218588399720471, "W12": -10.992135735958884, "S12": -10.992135735958884, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -42.037258180081203, "S21": -63.077935609647518, "W22": -40.344401829402869, "S22": -40.344401829402869, "W31": -70.814018192517523, "S31": -71.814018192517523, "W32": -90.846493933847498, "S32": -95.846493933847498 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 500501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1322843330836796, "S11": 3.1322843330836796, "W12": -10.587137561115391, "S12": -10.587137561115391, "W13": -20.0, "S13": -20.0, "W21": -45.526287233465361, "S21": -50.046485864521593, "W22": -43.486863977525481, "S22": -48.508951741125983, "W31": -78.450661241098672, "S31": -78.765772264875395, "W32": -95.215297857102826, "S32": -100.21529785710283 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 500652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2899645320912505, "S11": 1.5560656136721924, "W12": -5.8559922599452161, "S12": -8.1862428130382199, "W13": -18.583999642649751, "S13": -20.156938859968651, "W21": -49.913764748019197, "S21": -60.0, "W22": -34.429928976683001, "S22": -49.429928976683001, "W31": -80.0, "S31": -80.333280127693541, "W32": -94.15316312591267, "S32": -99.15316312591267 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 502748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9645285699787287, "S11": 1.9645285699787287, "W12": -7.1876513481892621, "S12": -7.1876513481892621, "W13": -18.064847897184872, "S13": -18.440407310457886, "W21": -33.233770592771293, "S21": -33.233770592771293, "W22": -38.441173606774242, "S22": -42.440502015101977, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -95.433963778927009, "S32": -100.43396377892701 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 507065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5777479892761392, "S11": 1.5777479892761392, "W12": -10.0, "S12": -13.0, "W13": -30.0, "S13": -30.0, "W21": -38.438276270734107, "S21": -38.438276270734107, "W22": -38.784253594692707, "S22": -44.460773276265769, "W31": -66.266537574938255, "S31": -68.140316584290517, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0211682415020773, "S11": 2.0211682415020773, "W12": -9.2004357871028741, "S12": -15.635991740256642, "W13": -19.855423487522767, "S13": -19.857655212368151, "W21": -34.362133667927459, "S21": -34.362133667927459, "W22": -36.196423829431893, "S22": -36.196423829431893, "W31": -68.854682523542238, "S31": -69.818031927247262, "W32": -92.805398937443186, "S32": -97.805398937443186 }, "geometry": { "type": "Point", "coordinates": [ 102991.333333333328483, 507285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6547812848544692, "S11": 2.6547812848544692, "W12": -6.9471696177475337, "S12": -6.9471696177475337, "W13": -20.727634127793749, "S13": -20.727634127793749, "W21": -43.33972126619021, "S21": -43.33972126619021, "W22": -36.097778221157085, "S22": -51.364787634462125, "W31": -75.344556510567401, "S31": -75.61073546385947, "W32": -93.473020382686556, "S32": -98.473020382686556 }, "geometry": { "type": "Point", "coordinates": [ 102991.333333333328483, 515201.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18618143076382018, "S11": 0.18618143076382018, "W12": -9.4030836783009697, "S12": -11.468279635905143, "W13": -19.627819548872179, "S13": -19.627819548872179, "W21": -34.765306272889759, "S21": -34.765306272889759, "W22": -38.576363137269965, "S22": -39.096137060844953, "W31": -67.176384884927018, "S31": -70.195531462705503, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102991.5, 507400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35, "S11": 0.34, "W12": -6.6500001, "S12": -11.6500001, "W13": -17.65, "S13": -17.65, "W21": -33.650002, "S21": -33.650002, "W22": -45.199581100407919, "S22": -52.785755772663812, "W31": -68.547084356368885, "S31": -73.187181303884842, "W32": -83.512072605124885, "S32": -88.512072605124885 }, "geometry": { "type": "Point", "coordinates": [ 102991.7, 507474.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34081074861815408, "S11": -3.1967387805968905, "W12": -10.537078633936737, "S12": -16.720835874928337, "W13": -23.010432631068774, "S13": -24.587786176439586, "W21": -34.628591133873073, "S21": -38.503057110813572, "W22": -36.884404287588829, "S22": -38.011643421820466, "W31": -68.940581486277893, "S31": -69.133290612557133, "W32": -92.904383744351961, "S32": -97.904383744351961 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7311694686465471, "S11": 1.7311694686465471, "W12": -8.6963420253122514, "S12": -14.198674663279178, "W13": -19.481879317443532, "S13": -19.48384206636554, "W21": -35.506063984870835, "S21": -35.506063984870835, "W22": -59.160245607405997, "S22": -59.160245607405997, "W31": -70.0, "S31": -70.0, "W32": -84.543388426273552, "S32": -89.543388426273552 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 507312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45791617597238127, "S11": 0.45791617597238127, "W12": -10.0, "S12": -10.0, "W13": -19.960257196013938, "S13": -19.960257196013938, "W21": -37.446339666762604, "S21": -37.446339666762604, "W22": -44.77095510070518, "S22": -51.770573306706609, "W31": -70.518309567235818, "S31": -72.310042476615791, "W32": -91.248962886551453, "S32": -96.248962886551453 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 508389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53387499547609374, "S11": 0.53387499547609374, "W12": -5.1397286971186364, "S12": -21.150563200240342, "W13": -23.488884309609734, "S13": -23.488884309609734, "W21": -39.611756864439805, "S21": -39.611756864439805, "W22": -81.5, "S22": -81.5, "W31": -99.110001, "S31": -99.110001, "W32": -112.0, "S32": -117.0 }, "geometry": { "type": "Point", "coordinates": [ 102992.0, 508793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94303831895203161, "S11": 0.94303831895203161, "W12": -7.0481985018343005, "S12": -7.0481985018343005, "W13": -20.47722767469169, "S13": -20.47722767469169, "W21": -42.625965633337245, "S21": -42.625965633337245, "W22": -43.82977751045388, "S22": -48.801617930167538, "W31": -77.032346397398598, "S31": -77.226975335631337, "W32": -94.998353316929339, "S32": -99.998353316929339 }, "geometry": { "type": "Point", "coordinates": [ 102992.146551724144956, 516617.521551724115852 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9596975297398207, "S11": 1.4153564051346055, "W12": -4.7452233470679444, "S12": -4.7452233470679444, "W13": -14.755904758643103, "S13": -19.366277624490493, "W21": -49.884164735652888, "S21": -60.742705944455821, "W22": -38.296430508882011, "S22": -45.059740322865338, "W31": -80.027153126196339, "S31": -80.616869412653173, "W32": -94.809311554948408, "S32": -99.809311554948408 }, "geometry": { "type": "Point", "coordinates": [ 102992.666666666671517, 502423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84005567762971367, "S11": 0.84005567762971367, "W12": -9.0786290355948154, "S12": -9.0786290355948154, "W13": -16.030331224530375, "S13": -16.481938090591107, "W21": -30.788471393341553, "S21": -30.818973132542293, "W22": -37.885419545923632, "S22": -42.524290617123121, "W31": -80.049042301687365, "S31": -80.203568715464414, "W32": -94.723108719204859, "S32": -99.723108719204859 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 497567.625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8253816300129366, "S11": 2.8253816300129366, "W12": -9.809233443924489, "S12": -9.809233443924489, "W13": -19.521416333523703, "S13": -19.521416333523703, "W21": -50.822746521476105, "S21": -70.0, "W22": -35.565892106692822, "S22": -50.779516273809691, "W31": -70.650578907467221, "S31": -70.8653038010507, "W32": -93.004455349648097, "S32": -98.004455349648097 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 500783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.9856655288230218, "S12": -13.067538874931245, "W13": -20.0, "S13": -20.343223711438675, "W21": -38.911650473106747, "S21": -46.522939539911803, "W22": -38.692537552469823, "S22": -45.107852068894317, "W31": -69.826994121309681, "S31": -69.826994121309681, "W32": -93.399171157929132, "S32": -98.399171157929132 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 503991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47810992819539938, "S11": -3.7489871861357482, "W12": -10.161725586832207, "S12": -17.977694329539517, "W13": -21.530947111348546, "S13": -24.166522843911483, "W21": -34.474125526112346, "S21": -39.474125526112346, "W22": -38.940756013739986, "S22": -44.88493675533131, "W31": -69.962124140583185, "S31": -69.962124140583185, "W32": -93.467764984484745, "S32": -98.467764984484745 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 504851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42870452510184764, "S11": -4.9712731151406668, "W12": -6.7107536717995631, "S12": -7.173003286591551, "W13": -19.656245826275342, "S13": -21.937884795527847, "W21": -32.455620292754233, "S21": -39.122766686168546, "W22": -40.406659894320981, "S22": -40.535764465596756, "W31": -68.277565451372041, "S31": -74.587744372949757, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 505472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2015257771038663, "W12": -5.0, "S12": -5.8009226401703335, "W13": -18.099556486425939, "S13": -19.990535603928944, "W21": -32.084679560006201, "S21": -39.771688662286842, "W22": -40.0, "S22": -47.590518518518522, "W31": -67.719755733632226, "S31": -71.040236001588255, "W32": -93.764710155455475, "S32": -98.764710155455475 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 505644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.034403669724770686, "S11": -0.034403669724770686, "W12": -13.784438775510203, "S12": -23.047989940657111, "W13": -23.047989940657111, "S13": -23.047989940657111, "W21": -32.809167911098932, "S21": -34.338755616823917, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.713167985077206, "S32": -88.713167985077206 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 506182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1120914774075801, "S11": 2.1120914774075801, "W12": -7.8371946961245778, "S12": -10.42903410835234, "W13": -18.82234456916537, "S13": -21.334917103014501, "W21": -33.665405287723367, "S21": -33.665405287723367, "W22": -69.060573086688095, "S22": -95.629342103242237, "W31": -101.16935552514168, "S31": -101.16935552514168, "W32": -110.18820073389652, "S32": -115.18820073389652 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 507115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13564530289727827, "S11": 0.13564530289727827, "W12": -10.0, "S12": -13.352827732297646, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.024078376869547, "S21": -38.024078376869547, "W22": -69.999999999999986, "S22": -79.976367319378795, "W31": -97.078399222687807, "S31": -97.078399222687807, "W32": -100.41927940918569, "S32": -105.41927940918569 }, "geometry": { "type": "Point", "coordinates": [ 102993.0, 510328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3832454436118051, "S11": 2.2433619827715643, "W12": -10.095793854549342, "S12": -25.095793854549342, "W13": -25.095793854549342, "S13": -25.095793854549342, "W21": -36.679909164328002, "S21": -36.679909164328002, "W22": -39.217339298642536, "S22": -47.062065861142536, "W31": -80.0, "S31": -81.584395973154358, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 102994.0, 506842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0496236055855679, "S12": -11.200613392915582, "W13": -26.899818734835431, "S13": -26.899818734835431, "W21": -38.363036882675765, "S21": -38.363036882675765, "W22": -38.385388827404, "S22": -43.295060621057871, "W31": -70.032452147230984, "S31": -70.032452147230984, "W32": -94.059039686428221, "S32": -99.059039686428221 }, "geometry": { "type": "Point", "coordinates": [ 102994.0, 510468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72253882850893003, "S11": 0.72253882850893003, "W12": -8.0269490970753896, "S12": -8.0269490970753896, "W13": -15.988827492415515, "S13": -16.19633769668307, "W21": -33.100306124126583, "S21": -33.100306124126583, "W22": -83.36009633620057, "S22": -97.717030123247881, "W31": -97.717030123247881, "S31": -97.717030123247881, "W32": -97.717030123247881, "S32": -98.53643324036004 }, "geometry": { "type": "Point", "coordinates": [ 102994.333333333328483, 497799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.836474003596045, "S13": -18.308065363650471, "W21": -42.975836431226767, "S21": -42.975836431226767, "W22": -43.308930886463855, "S22": -47.506356346567571, "W31": -62.399913904433916, "S31": -63.935885432270538, "W32": -91.030688643953724, "S32": -96.030688643953724 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 499640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.377041900593143, "S12": -14.377041900593143, "W13": -18.057852487264011, "S13": -18.743480924250235, "W21": -43.03800082610492, "S21": -48.057193932254549, "W22": -42.063767689434506, "S22": -54.597283550461697, "W31": -70.0, "S31": -71.038178038178032, "W32": -91.402428617792324, "S32": -96.402428617792324 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 499683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2864778375434058, "S11": 3.2864778375434058, "W12": -10.919103820047638, "S12": -10.919103820047638, "W13": -20.0, "S13": -20.0, "W21": -44.203515815745213, "S21": -44.203515815745213, "W22": -44.688847412881692, "S22": -51.661542369514265, "W31": -71.782826338082401, "S31": -72.011221399810793, "W32": -93.682546673484168, "S32": -98.682546673484168 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 500588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1307765818328139, "S11": 1.93056653791454, "W12": -8.7127110480230154, "S12": -15.851962441496511, "W13": -20.0, "S13": -22.809662990955271, "W21": -35.377667922919173, "S21": -40.425613065818084, "W22": -39.648374195274968, "S22": -45.107055104597436, "W31": -77.723490673922484, "S31": -78.226531182856903, "W32": -95.022457309998586, "S32": -100.02245730999859 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4713842208274333, "S11": 2.4713842208274333, "W12": -8.9925708463331606, "S12": -16.505704943310757, "W13": -20.0, "S13": -20.0, "W21": -32.583139407889796, "S21": -32.586724045673179, "W22": -36.097252520861907, "S22": -51.302063013198079, "W31": -76.858691672316965, "S31": -76.936547609289391, "W32": -93.635656787413112, "S32": -98.635656787413112 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 507198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2149456779205439, "S11": 1.2149456779205439, "W12": -9.4253960649239641, "S12": -12.17299281128871, "W13": -20.0, "S13": -20.055009823182711, "W21": -34.696106392409192, "S21": -34.696106392409192, "W22": -40.0, "S22": -49.173475801382779, "W31": -67.814597608606931, "S31": -72.605269031803104, "W32": -92.319845997384846, "S32": -97.319845997384846 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 507375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2968956730652561, "S11": 2.2968956730652561, "W12": -5.7780685920577612, "S12": -7.8783119010601936, "W13": -20.590474781584064, "S13": -20.590474781584064, "W21": -37.418203076036868, "S21": -37.418203076036868, "W22": -45.634491554426923, "S22": -53.5208424475463, "W31": -68.496690435396104, "S31": -72.642490871519115, "W32": -83.767860307028144, "S32": -88.767860307028144 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 508111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0556762629005976, "S11": 1.0556762629005976, "W12": -10.0, "S12": -10.000000000000002, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.227127082812551, "S21": -38.227127082812551, "W22": -80.572561245029206, "S22": -96.441455846571628, "W31": -99.675033146401489, "S31": -99.675033146401489, "W32": -107.16151155138375, "S32": -112.16151155138375 }, "geometry": { "type": "Point", "coordinates": [ 102995.0, 510190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5537519530989168, "S11": 1.5537519530989168, "W12": -10.0, "S12": -10.0, "W13": -18.916296646541063, "S13": -20.780162290427629, "W21": -40.0, "S21": -60.0, "W22": -40.0, "S22": -40.879359541670325, "W31": -69.652994323179016, "S31": -70.652994323179016, "W32": -90.820245198337233, "S32": -95.820245198337233 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2861844863731657, "S11": 3.2861844863731657, "W12": -11.08093380395071, "S12": -11.08093380395071, "W13": -20.0, "S13": -20.0, "W21": -43.210617898938892, "S21": -53.956502672601445, "W22": -42.454629134101495, "S22": -52.706611570247929, "W31": -70.70045831725453, "S31": -70.70045831725453, "W32": -91.598068797978257, "S32": -96.598068797978257 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 500543.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4966901547607534, "S11": -4.7315411317987168, "W12": -5.1377979881493729, "S12": -5.9458539639436241, "W13": -19.264113096067231, "S13": -21.955211797540688, "W21": -32.380796281781329, "S21": -37.432476406091098, "W22": -39.222113576474904, "S22": -47.051215138974904, "W31": -80.0, "S31": -81.624093959731539, "W32": -94.961138065853319, "S32": -99.961138065853319 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30141129032258074, "S11": 0.30141129032258074, "W12": -10.0, "S12": -11.916950524434252, "W13": -30.0, "S13": -30.0, "W21": -38.572149112746949, "S21": -38.572149112746949, "W22": -34.699744283916687, "S22": -45.829130248828967, "W31": -80.0, "S31": -82.346729237770191, "W32": -94.293066088840746, "S32": -99.293066088840746 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 509991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2156637574644007, "S11": 0.2156637574644007, "W12": -10.0, "S12": -12.890721331009022, "W13": -30.0, "S13": -30.0, "W21": -38.054094458556335, "S21": -38.054094458556335, "W22": -33.959755938936567, "S22": -48.661986578667211, "W31": -80.0, "S31": -81.147251743606773, "W32": -94.149394695934802, "S32": -99.149394695934802 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 510306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4041894353369764, "S11": 2.4041894353369764, "W12": -5.0, "S12": -11.59755369928401, "W13": -30.0, "S13": -31.242697982535383, "W21": -37.228602802664831, "S21": -37.228602802664831, "W22": -39.965005674301793, "S22": -42.697524865860011, "W31": -70.0, "S31": -71.776675369130729, "W32": -96.742478747373013, "S32": -101.74247874737301 }, "geometry": { "type": "Point", "coordinates": [ 102996.0, 510714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45795247390581895, "S11": 0.45795247390581895, "W12": -10.0, "S12": -10.816889909427223, "W13": -20.0, "S13": -20.0, "W21": -37.575197427647595, "S21": -37.575197427647595, "W22": -40.211361594972615, "S22": -40.307124556561241, "W31": -68.235114886970223, "S31": -74.668205556137664, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 102996.25, 508383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1709227228862, "S11": 0.1709227228862, "W12": -5.0, "S12": -9.7097998168258535, "W13": -17.843156806134587, "S13": -17.843156806134587, "W21": -40.0, "S21": -44.690489514506758, "W22": -75.392205229403061, "S22": -98.032951332801417, "W31": -98.032951332801417, "S31": -98.032951332801417, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7242551813471501, "S11": 2.7242551813471501, "W12": -6.5481346979201058, "S12": -8.9354672192355729, "W13": -20.022567139001371, "S13": -20.022567139001371, "W21": -34.163017950314639, "S21": -34.163017950314639, "W22": -57.375763104343555, "S22": -59.474726213605017, "W31": -87.254829994392622, "S31": -87.254829994392622, "W32": -97.862017578398479, "S32": -102.86201757839848 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 507591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2553763019273916, "S12": -12.864291896096654, "W13": -20.161544534723955, "S13": -20.161544534723955, "W21": -36.636284957486943, "S21": -36.636284957486943, "W22": -42.484941350147601, "S22": -42.484941350147601, "W31": -75.29148250313014, "S31": -75.29148250313014, "W32": -98.009957124455624, "S32": -103.00995712445562 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 508510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -12.255447941888619, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.400255923600511, "S21": -38.400255923600511, "W22": -40.976800839254167, "S22": -40.976800839254167, "W31": -69.810506116574075, "S31": -70.810506116574075, "W32": -90.828043407803705, "S32": -95.828043407803705 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 510072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.957021791767554, "W13": -30.0, "S13": -30.0, "W21": -38.303895693501218, "S21": -38.303895693501218, "W22": -45.438726997460215, "S22": -51.033865867864868, "W31": -70.0, "S31": -70.934850863422298, "W32": -92.164478053886782, "S32": -97.164478053886782 }, "geometry": { "type": "Point", "coordinates": [ 102997.0, 510137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2381496723065977, "S11": 1.2381496723065977, "W12": -9.8424991553927459, "S12": -9.8424991553927459, "W13": -19.834142736994497, "S13": -20.880316197954148, "W21": -50.386476257643487, "S21": -68.055815415409072, "W22": -39.793088409481747, "S22": -45.358333707243652, "W31": -77.643597459043804, "S31": -77.875892341633374, "W32": -95.038006978705994, "S32": -100.03800697870599 }, "geometry": { "type": "Point", "coordinates": [ 102997.666666666671517, 503090.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0758296657546675, "S11": 1.875079790791701, "W12": -9.1468081249379924, "S12": -23.908463491339184, "W13": -23.908463491339184, "S13": -23.908463491339184, "W21": -32.246187747681361, "S21": -32.246187747681361, "W22": -38.365127890032703, "S22": -42.427060993326592, "W31": -70.0, "S31": -70.0, "W32": -95.345184015628448, "S32": -100.34518401562845 }, "geometry": { "type": "Point", "coordinates": [ 102997.714285714289872, 506758.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18945737817525721, "S11": 0.18945737817525721, "W12": -11.44808792805652, "S12": -11.44808792805652, "W13": -20.0, "S13": -25.790840629468445, "W21": -33.964478731583334, "S21": -35.20879014779193, "W22": -41.015500489844257, "S22": -43.227976672607006, "W31": -69.673928948715243, "S31": -72.166379231062379, "W32": -97.363236505291866, "S32": -102.36323650529187 }, "geometry": { "type": "Point", "coordinates": [ 102997.764705882349517, 511810.941176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6100319353322661, "S11": 2.6100319353322661, "W12": -6.9451913043387554, "S12": -6.9451913043387554, "W13": -20.708750168441249, "S13": -20.708750168441249, "W21": -43.940578790370317, "S21": -43.940578790370317, "W22": -40.0, "S22": -46.00266666666667, "W31": -67.649204449455496, "S31": -69.137751490324192, "W32": -94.664027313671355, "S32": -99.664027313671355 }, "geometry": { "type": "Point", "coordinates": [ 102997.975409836071776, 515373.278688524616882 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.100741457124435, "S12": -15.103642437010977, "W13": -17.326030266706624, "S13": -19.028751829860845, "W21": -45.784664707453921, "S21": -57.540905763265656, "W22": -40.0, "S22": -48.514074074074074, "W31": -67.732224214943585, "S31": -71.931665072835045, "W32": -93.455252070318167, "S32": -98.455252070318167 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3385262316942779, "S11": 2.3385262316942779, "W12": -10.0, "S12": -10.0, "W13": -18.94110804878866, "S13": -20.480543195232176, "W21": -40.0, "S21": -40.0, "W22": -40.757844689080599, "S22": -50.481129678848376, "W31": -67.978090443504485, "S31": -73.916473064707873, "W32": -89.696751095436554, "S32": -94.696751095436554 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 500121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.7441119256870206, "S12": -9.0449646340403937, "W13": -15.17049641264301, "S13": -15.376303607490367, "W21": -60.0, "S21": -75.0, "W22": -42.40610889432083, "S22": -52.354866893235318, "W31": -68.142748897803841, "S31": -71.741891690494938, "W32": -86.087125330020655, "S32": -91.087125330020655 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 501461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92, "S11": 0.91, "W12": -8.9300003, "S12": -19.9300003, "W13": -19.940001, "S13": -19.940001, "W21": -34.029999, "S21": -34.039999, "W22": -60.0, "S22": -68.242654879021529, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.59602108484951, "S32": -105.59602108484951 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5391414944356123, "S11": 2.5391414944356123, "W12": -10.129908972691808, "S12": -20.129908972691808, "W13": -20.173372297084413, "S13": -20.173372297084413, "W21": -35.240086381024348, "S21": -35.245890634023255, "W22": -57.873906835623778, "S22": -62.695190927002088, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.91194378562074 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8200001, "S11": 1.8200001, "W12": -6.1799998, "S12": -22.0799998, "W13": -22.09, "S13": -22.09, "W21": -36.18, "S21": -36.18, "W22": -39.590411814938506, "S22": -39.590411814938506, "W31": -67.979795753588476, "S31": -75.15630729249196, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 102998.5, 508574.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2557309631611058, "S11": 2.222535303504964, "W12": -9.6131643882489595, "S12": -20.201399682365324, "W13": -20.201399682365324, "S13": -20.201399682365324, "W21": -35.509401719239897, "S21": -35.509401719239897, "W22": -58.59718008209888, "S22": -63.59718008209888, "W31": -100.0, "S31": -100.0, "W32": -100.16765856146914, "S32": -105.16765856146914 }, "geometry": { "type": "Point", "coordinates": [ 102998.666666666671517, 506914.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0903413821815158, "S11": 1.8892667582188654, "W12": -9.0697925258549592, "S12": -24.069792525854957, "W13": -24.069792525854957, "S13": -24.069792525854957, "W21": -32.623321614618909, "S21": -32.623321614618909, "W22": -80.0, "S22": -94.594884316469646, "W31": -100.0, "S31": -100.0, "W32": -105.62995739669564, "S32": -110.62995739669564 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 506766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.428006630074464, "W12": -10.011355443403028, "S12": -22.099590737520675, "W13": -22.099590737520675, "S13": -22.099590737520675, "W21": -35.919866581541051, "S21": -35.919866581541051, "W22": -42.496435934245973, "S22": -42.496435934245973, "W31": -75.949453776756698, "S31": -80.017991359608203, "W32": -94.769351430939039, "S32": -99.769351430939039 }, "geometry": { "type": "Point", "coordinates": [ 102999.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82623561100085063, "S11": 0.82623561100085063, "W12": -9.3663797477620445, "S12": -9.911969230374428, "W13": -16.060115523741008, "S13": -16.655285678042425, "W21": -30.062507133346017, "S21": -30.329272219901583, "W22": -40.0, "S22": -43.958633316151122, "W31": -70.238722455685561, "S31": -70.238722455685561, "W32": -93.709190756165285, "S32": -98.709190756165285 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 497487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.631890733797537, "W21": -38.329055184948949, "S21": -40.064289727476677, "W22": -43.271534777505785, "S22": -50.484412870997993, "W31": -68.473478858145825, "S31": -72.739167175295449, "W32": -82.331468897825857, "S32": -87.331468897825857 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 498435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45569252801269522, "S11": 0.45569252801269522, "W12": -8.8138419845736919, "S12": -9.3274147492575672, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.229047404643985, "S21": -58.184331957489512, "W22": -51.043475645818759, "S22": -51.043475645818759, "W31": -81.622742388964397, "S31": -81.622742388964397, "W32": -98.015994502457914, "S32": -103.01599450245791 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45894720687540536, "S11": 0.45894720687540536, "W12": -9.5013086883007478, "S12": -9.9531505638463109, "W13": -15.0, "S13": -16.535862601155898, "W21": -48.48659619933855, "S21": -58.085361631436939, "W22": -60.0, "S22": -95.408953462644746, "W31": -103.65737554274162, "S31": -103.65737554274162, "W32": -109.76468962976607, "S32": -114.76468962976607 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499165.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51633321070456817, "S11": 0.51633321070456817, "W12": -10.847105290512037, "S12": -11.237216276919286, "W13": -15.0, "S13": -18.044813021008679, "W21": -49.744144994033128, "S21": -57.986391305384387, "W22": -45.47895472708575, "S22": -51.0569562323182, "W31": -70.27801510479766, "S31": -71.368281980778818, "W32": -92.047665076890709, "S32": -97.047665076890709 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499212.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55032968276875527, "S11": 0.55032968276875527, "W12": -13.886328725037172, "S12": -14.214708822306184, "W13": -15.276431275720004, "S13": -19.294050752490588, "W21": -50.0, "S21": -56.885727190605799, "W22": -34.275345884943427, "S22": -49.107521810869351, "W31": -80.0, "S31": -80.832721468475654, "W32": -94.05012011870555, "S32": -99.05012011870555 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499259.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58432615483298445, "S11": 0.58432615483298445, "W12": -15.043809181349626, "S12": -15.310458389480324, "W13": -15.670536076817504, "S13": -20.123805497642994, "W21": -50.0, "S21": -55.529208069858662, "W22": -40.0, "S22": -42.497318406789162, "W31": -70.0, "S31": -70.0, "W32": -94.300465458108775, "S32": -99.300465458108775 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499306.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6183226268972134, "S11": 0.6183226268972134, "W12": -15.113688121778745, "S12": -15.318606440771131, "W13": -16.064640877915007, "S13": -20.953560242795405, "W21": -50.0, "S21": -65.0, "W22": -40.0, "S22": -47.600888888888889, "W31": -67.688490822033273, "S31": -70.813744056683873, "W32": -93.996077291878549, "S32": -98.996077291878549 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499353.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65231909896144247, "S11": 0.65231909896144247, "W12": -15.166196754295413, "S12": -15.309384184149485, "W13": -16.458745679012509, "S13": -21.460615029268286, "W21": -50.0, "S21": -65.0, "W22": -42.759531150745751, "S22": -52.44780712329802, "W31": -68.185818844979536, "S31": -71.849440169891182, "W32": -85.512890200341658, "S32": -90.512890200341658 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499400.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62655772395958076, "S11": 0.62655772395958076, "W12": -15.178391520967773, "S12": -15.281087570438043, "W13": -16.78325688697349, "S13": -21.46836723306291, "W21": -50.0, "S21": -64.007487715465814, "W22": -63.653968492579963, "S22": -78.198075916118171, "W31": -89.381691861502105, "S31": -89.381691861502105, "W32": -89.64688856719242, "S32": -94.64688856719242 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499447.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.162371272403174, "S12": -15.215801891962839, "W13": -17.071977104179169, "S13": -20.425198783639967, "W21": -50.301616137150837, "S21": -65.401805262446288, "W22": -42.608521301316621, "S22": -42.608521301316621, "W31": -76.141161901457153, "S31": -79.802306795564931, "W32": -94.00246057083757, "S32": -99.00246057083757 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499494.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.09661508704062, "S12": -15.101546752847739, "W13": -17.322092448306865, "S13": -19.066684213833732, "W21": -45.691691156826074, "S21": -57.33821683658438, "W22": -33.967081966853343, "S22": -48.563436133520007, "W31": -80.0, "S31": -81.268889073397546, "W32": -94.079178246737953, "S32": -99.079178246737953 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8800814071258438, "S11": 2.8800814071258438, "W12": -8.9904394187444758, "S12": -9.3663510124451115, "W13": -19.121223962247136, "S13": -20.53981471170556, "W21": -53.518854607783823, "S21": -74.559837686983457, "W22": -38.146695006352218, "S22": -44.835139599294109, "W31": -69.666043637688574, "S31": -69.666043637688574, "W32": -93.17994311067568, "S32": -98.17994311067568 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 500860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7977643031802994, "S11": 2.7977643031802994, "W12": -7.4951366935659127, "S12": -8.9254835294038823, "W13": -18.527667073555211, "S13": -21.783174440906635, "W21": -56.592617998575314, "S21": -77.747420218808912, "W22": -40.183633045720882, "S22": -50.019620826365419, "W31": -67.919779252957426, "S31": -73.613318088687492, "W32": -90.596517991185564, "S32": -95.596517991185564 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 500999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7966789907194372, "S11": 2.7966789907194372, "W12": -7.484379120003477, "S12": -8.9240546438971897, "W13": -18.523625134394479, "S13": -21.792247657440175, "W21": -56.61398833865394, "S21": -77.769609401628799, "W22": -39.349455816082262, "S22": -39.349455816082262, "W31": -70.0, "S31": -70.277086911187439, "W32": -84.84533558124599, "S32": -89.84533558124599 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.746308711939295, "S11": 2.746308711939295, "W12": -6.1611975718238856, "S12": -8.748301726574029, "W13": -17.788915030215584, "S13": -22.57489468057414, "W21": -59.242540168324403, "S21": -80.4988788884732, "W22": -80.242500859148706, "S22": -95.319480098562082, "W31": -100.0, "S31": -100.0, "W32": -106.51259048872571, "S32": -111.51259048872571 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7557756219383345, "S11": 2.7557756219383345, "W12": -5.6481346783379687, "S12": -8.5218328550720699, "W13": -17.281510670615656, "S13": -21.377095580087417, "W21": -59.999999999999993, "S21": -80.85964580576038, "W22": -65.892314058729653, "S22": -65.892314058729653, "W31": -92.253894412077145, "S31": -92.253894412077145, "W32": -97.498768142392208, "S32": -102.49876814239221 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5006929951087438, "S11": 2.5006929951087438, "W12": -7.4880542243475938, "S12": -8.7877089736841985, "W13": -15.331175163403431, "S13": -16.242674351757621, "W21": -60.0, "S21": -75.679979117723832, "W22": -40.229528433815204, "S22": -43.581011619227326, "W31": -58.592729441225082, "S31": -58.754273080444229, "W32": -90.704604930420743, "S32": -95.704604930420743 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9019045214410411, "S11": 2.7597305731553794, "W12": -9.5655656163072873, "S12": -11.282214082054665, "W13": -14.895101168782205, "S13": -16.768380985295966, "W21": -60.0, "S21": -72.404076478616389, "W22": -40.03191303613044, "S22": -45.778492872714928, "W31": -77.29613815294752, "S31": -77.29613815294752, "W32": -95.088005144242146, "S32": -100.08800514424215 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 501607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9393578549503849, "S11": 1.3964102612731177, "W12": -4.7068027396512653, "S12": -5.0440878177653037, "W13": -14.739778689839525, "S13": -19.446061053056194, "W21": -49.966370407125027, "S21": -60.84491293152422, "W22": -39.214619377162627, "S22": -41.809124953927352, "W31": -80.0, "S31": -80.101303653448554, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 502413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6655215999673805, "S11": 1.6655215999673805, "W12": -8.8014754142405884, "S12": -13.610254781843485, "W13": -19.763345086666046, "S13": -26.140563437681283, "W21": -46.148123857311639, "S21": -52.376463122954199, "W22": -37.165869700547034, "S22": -41.388359634922331, "W31": -65.803201083213622, "S31": -71.118927611135277, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 503562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5787707917110376, "S12": -7.7120632209644384, "W13": -20.051879877206449, "S13": -21.684460820188285, "W21": -37.124039841265862, "S21": -43.35863087300983, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -84.565025607526366, "S32": -89.565025607526366 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1772340282898703, "S11": 2.8585058042503935, "W12": -7.66276007554002, "S12": -12.307007916495049, "W13": -21.576575633120576, "S13": -23.58296538184965, "W21": -35.840403016794149, "S21": -41.15630645952492, "W22": -41.134317284204322, "S22": -41.134317284204322, "W31": -72.809612460989143, "S31": -73.809612460989143, "W32": -90.976250872476115, "S32": -95.976250872476115 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9168343225027664, "S11": 1.0592822888957394, "W12": -8.8280194380988455, "S12": -16.076151388127208, "W13": -20.0, "S13": -23.0, "W21": -35.208820337829259, "S21": -40.208820337829259, "W22": -39.724200478746333, "S22": -44.887853051339313, "W31": -78.126503411017779, "S31": -78.596565966871225, "W32": -95.019766021183841, "S32": -100.01976602118384 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2216813912335498, "S11": -1.4075163290645651, "W12": -9.4212219211991126, "S12": -17.07521676655994, "W13": -20.0, "S13": -23.0, "W21": -34.710005558674233, "S21": -39.710005558674233, "W22": -39.686970238830938, "S22": -45.752398170890075, "W31": -66.74174880035865, "S31": -66.74174880035865, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53381687724223992, "S11": -3.8585153592007173, "W12": -10.091438410261269, "S12": -17.931136681981442, "W13": -21.22491032587957, "S13": -24.133924149310385, "W21": -34.455143738444093, "S21": -39.455143738444093, "W22": -42.55695300169986, "S22": -42.55695300169986, "W31": -76.061385300555244, "S31": -79.844349621525495, "W32": -94.66360992073551, "S32": -99.66360992073551 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26147908136930553, "S11": -2.8952824287672136, "W12": -11.053481450456204, "S12": -16.523810380847525, "W13": -23.511752507785147, "S13": -24.93486486246929, "W21": -34.697141859546399, "S21": -38.234159740438983, "W22": -43.82713004177306, "S22": -52.667387609035238, "W31": -68.336418859892433, "S31": -72.215532577715805, "W32": -84.468526662263798, "S32": -89.468526662263798 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 505053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.779098506587353, "S11": 1.5287621800832059, "W12": -9.784478834774692, "S12": -22.159694519402834, "W13": -22.159694519402834, "S13": -22.159694519402834, "W21": -34.298202252272446, "S21": -34.298202252272446, "W22": -47.611055939654939, "S22": -47.621055939654937, "W31": -80.868886899021902, "S31": -80.868886899021902, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 506686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5890023150084351, "S11": 1.5890023150084351, "W12": -8.6563185434241898, "S12": -12.884054166427385, "W13": -18.542888596678807, "S13": -19.746217834500865, "W21": -34.381252639525002, "S21": -34.381252639525002, "W22": -62.576480918394928, "S22": -77.027756477295981, "W31": -89.646922011253992, "S31": -89.646922011253992, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 506985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0901249091998755, "S11": 1.0901249091998755, "W12": -9.4926931019965437, "S12": -13.394634896583847, "W13": -20.0, "S13": -20.0, "W21": -34.641998597167479, "S21": -34.641998597167479, "W22": -35.932523853907448, "S22": -35.932523853907448, "W31": -69.027799820114481, "S31": -70.196437221789182, "W32": -92.63317857655673, "S32": -97.63317857655673 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 507362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.304574312580005, "S11": -0.304574312580005, "W12": -9.5503934136398776, "S12": -12.345562257613265, "W13": -19.873182957393485, "S13": -19.873182957393485, "W21": -34.709134587073486, "S21": -34.709134587073486, "W22": -39.572844826516565, "S22": -42.485639891444798, "W31": -70.0, "S31": -70.0, "W32": -94.566196542311218, "S32": -99.566196542311218 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 507399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28154581494551179, "S11": 0.27159767920001349, "W12": -8.8149184037033042, "S12": -11.762904842779871, "W13": -19.776337897109542, "S13": -19.776337897109542, "W21": -34.067658867727744, "S21": -34.067658867727744, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -100.58245996921592, "S31": -100.58245996921592, "W32": -105.86697113475326, "S32": -110.86697113475326 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 507486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.870603015075377, "S11": 2.8688028350573753, "W12": -5.0000000000000009, "S12": -7.3065693430656946, "W13": -19.640045478482676, "S13": -19.640045478482676, "W21": -34.115539057950592, "S21": -34.174651027062573, "W22": -33.950577951315978, "S22": -48.41422483683786, "W31": -80.0, "S31": -81.457904350714045, "W32": -94.014349474775074, "S32": -99.014349474775074 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 507624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60721868365180431, "S11": 0.60721868365180431, "W12": -6.9700563296768454, "S12": -7.8195711687007519, "W13": -19.590468101413528, "S13": -19.590468101413528, "W21": -37.010835766537646, "S21": -37.010835766537646, "W22": -36.480725975019631, "S22": -36.788988422981788, "W31": -69.100030827850802, "S31": -69.652936181821872, "W32": -92.701048197961043, "S32": -97.701048197961043 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 508468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55937878176686373, "S11": 0.55937878176686373, "W12": -6.3453896150565514, "S12": -19.598013965804792, "W13": -20.261205714232471, "S13": -20.261205714232471, "W21": -38.393840967796883, "S21": -38.393840967796883, "W22": -39.804750038221073, "S22": -44.556370843429953, "W31": -78.51354548680942, "S31": -78.533429311653023, "W32": -95.005868504776586, "S32": -100.00586850477659 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3112239085267703, "S12": -13.801705128230509, "W13": -25.356333364948629, "S13": -25.356333364948629, "W21": -36.842288046337373, "S21": -36.842288046337373, "W22": -47.550357718436679, "S22": -48.281283063221551, "W31": -96.668103448275858, "S31": -96.668103448275858, "W32": -96.668103448275858, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3508376523833856, "S11": -0.3508376523833856, "W12": -9.7303317889273586, "S12": -14.43619571575357, "W13": -26.144445325361314, "S13": -26.144445325361314, "W21": -37.553684656094639, "S21": -37.553684656094639, "W22": -51.007751937984494, "S22": -54.846884401441429, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.00000000000001, "S32": -102.05687571345167 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24653417637444563, "S11": -0.24653417637444563, "W12": -9.8505831221462454, "S12": -13.908721200081342, "W13": -26.479475908798069, "S13": -26.479475908798069, "W21": -37.736996559239529, "S21": -37.736996559239529, "W22": -72.169332335309107, "S22": -85.496738662270516, "W31": -86.638540890399383, "S31": -86.638540890399383, "W32": -86.638540890399383, "S32": -91.38257608436767 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1677237238801596, "S11": -0.1677237238801596, "W12": -9.8720564448241817, "S12": -13.282468673868161, "W13": -26.701694017998946, "S13": -26.701694017998946, "W21": -37.920308462384412, "S21": -37.920308462384412, "W22": -47.449632060421365, "S22": -47.449632060421365, "W31": -78.105630369206395, "S31": -78.105630369206395, "W32": -98.166806489209904, "S32": -103.1668064892099 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509657.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088913271385873599, "S11": -0.088913271385873599, "W12": -9.8279069081790045, "S12": -12.590593288331867, "W13": -27.183739191812247, "S13": -27.183739191812247, "W21": -38.103620365529302, "S21": -38.103620365529302, "W22": -42.805484090347896, "S22": -43.281136820416982, "W31": -68.564817949401075, "S31": -74.034086769156204, "W32": -99.368338714301728, "S32": -104.36833871430173 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010102818891587539, "S11": -0.010102818891587539, "W12": -9.7837573715338291, "S12": -11.898717902795575, "W13": -27.665784365625552, "S13": -27.665784365625552, "W21": -38.286932268674178, "S21": -38.286932268674178, "W22": -35.810655475824127, "S22": -51.017560979458622, "W31": -71.615772704259754, "S31": -71.615772704259754, "W32": -92.882865916216602, "S32": -97.882865916216602 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068707633602698381, "S11": 0.068707633602698381, "W12": -9.7396078348886519, "S12": -11.206842517259282, "W13": -28.14782953943886, "S13": -28.14782953943886, "W21": -38.470244171819068, "S21": -38.470244171819068, "W22": -39.964348305084748, "S22": -40.438495115494334, "W31": -68.960439950328194, "S31": -69.960439950328194, "W32": -90.846211573352576, "S32": -95.846211573352576 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13129011985455852, "S11": 0.13129011985455852, "W12": -9.8180617108181352, "S12": -10.637570544297649, "W13": -28.629874713252164, "S13": -28.629874713252164, "W21": -38.653556074963959, "S21": -38.653556074963959, "W22": -43.370568310941238, "S22": -46.915705065519262, "W31": -62.747309513560047, "S31": -64.467333240362862, "W32": -91.075737482114704, "S32": -96.075737482114704 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17638146967724566, "S11": 0.17638146967724566, "W12": -9.9125704283696177, "S12": -10.305440820599221, "W13": -29.111919887065469, "S13": -29.111919887065469, "W21": -38.836867978108835, "S21": -38.836867978108835, "W22": -39.335423875432525, "S22": -42.367686769361711, "W31": -80.0, "S31": -80.069781021897825, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22147281949993269, "S11": 0.22147281949993269, "W12": -10.0, "S12": -11.163788742369565, "W13": -29.593965060878773, "S13": -31.747235851953818, "W21": -38.710284546941281, "S21": -38.710284546941281, "W22": -34.106422122364428, "S22": -48.456169597111902, "W31": -80.0, "S31": -81.68623380936566, "W32": -94.00063003438693, "S32": -99.00063003438693 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37701612903225823, "S11": 0.37701612903225823, "W12": -10.0, "S12": -11.934707092509527, "W13": -30.0, "S13": -30.0, "W21": -38.543245029721113, "S21": -38.543245029721113, "W22": -39.868414981672451, "S22": -45.452711277968746, "W31": -67.585705068520468, "S31": -68.298273610699226, "W32": -95.301684249491032, "S32": -100.30168424949103 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7000000000008739, "S11": 1.7000000000008739, "W12": -10.0, "S12": -12.584221748400605, "W13": -30.0, "S13": -30.0, "W21": -38.431056576669612, "S21": -38.431056576669612, "W22": -43.064794510163786, "S22": -44.331422473645915, "W31": -69.085234320026345, "S31": -73.037502161217347, "W32": -98.397529948517303, "S32": -103.3975299485173 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 510049.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -11.567554479419119, "W13": -30.0, "S13": -30.0, "W21": -38.357822801794207, "S21": -38.357822801794207, "W22": -79.887849527258055, "S22": -93.415709068395003, "W31": -100.0, "S31": -100.0, "W32": -104.17372437045277, "S32": -109.17372437045277 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 510098.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3349857549854698, "S11": 2.3349857549854698, "W12": -10.000000000000002, "S12": -10.580750605326646, "W13": -30.0, "S13": -30.0, "W21": -38.284589026918702, "S21": -38.284589026918702, "W22": -58.124219168302687, "S22": -62.92767227362593, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 510148.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0897881586100457, "S11": 1.0897881586100457, "W12": -10.0, "S12": -10.561194029850398, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.211355252043298, "S21": -38.211355252043298, "W22": -62.496720594665497, "S22": -72.857894545016833, "W31": -100.0, "S31": -100.0, "W32": -101.18439040979425, "S32": -106.18439040979425 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 510197.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39159393661001374, "S11": 0.39159393661001374, "W12": -10.0, "S12": -11.542192016593471, "W13": -30.0, "S13": -30.0, "W21": -38.1381214771678, "S21": -38.1381214771678, "W22": -80.0, "S22": -94.327587545616893, "W31": -100.0, "S31": -100.0, "W32": -105.18747185757334, "S32": -110.18747185757334 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 510247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19016159119683229, "S11": 0.19016159119683229, "W12": -11.318021402708144, "S12": -11.318021402708144, "W13": -20.0, "S13": -25.873481346373573, "W21": -33.876541924621321, "S21": -34.947150637247852, "W22": -42.365395274813395, "S22": -54.14126385487382, "W31": -70.0, "S31": -70.771404271404265, "W32": -91.44204220164454, "S32": -96.44204220164454 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 511777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18674357541147188, "S11": 0.18674357541147188, "W12": -11.487729087126715, "S12": -11.487729087126715, "W13": -19.999999999999996, "S13": -25.855949348512013, "W21": -33.991086866832347, "S21": -35.292843056440887, "W22": -40.061858156363833, "S22": -45.839567304085428, "W31": -77.137113414632182, "S31": -77.137113414632182, "W32": -95.106276004973338, "S32": -100.10627600497334 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 511821.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18332555962610703, "S11": 0.18332555962610703, "W12": -11.657436771545505, "S12": -11.657436771545505, "W13": -20.0, "S13": -25.838417350650435, "W21": -34.10563180904353, "S21": -35.638535475634384, "W22": -45.570379699596465, "S22": -53.736147461858501, "W31": -68.456986134023595, "S31": -72.50541082760958, "W32": -83.86483351858115, "S32": -88.86483351858115 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 511866.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17990754384074661, "S11": 0.17990754384074661, "W12": -11.827144455964074, "S12": -11.827144455964074, "W13": -20.0, "S13": -25.990614383972154, "W21": -34.22017675125457, "S21": -35.984227894827434, "W22": -43.798881475378096, "S22": -51.26886314357241, "W31": -68.599969133831848, "S31": -73.348946502132179, "W32": -82.740643153207287, "S32": -87.740643153207287 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 511910.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17648952805538184, "S11": 0.17648952805538184, "W12": -11.996852140382867, "S12": -11.996852140382867, "W13": -20.0, "S13": -26.378737969845044, "W21": -34.334721693465745, "S21": -36.329920314020917, "W22": -70.944976076556031, "S22": -83.471422171539245, "W31": -96.85948665006724, "S31": -96.85948665006724, "W32": -100.42696337288979, "S32": -105.42696337288979 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 511955.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17722014925373133, "S11": 0.17722014925373133, "W12": -12.166559824801434, "S12": -12.166559824801434, "W13": -20.0, "S13": -26.766861555717426, "W21": -34.449266635676778, "S21": -36.67561273321396, "W22": -80.206048406892819, "S22": -95.258426033710165, "W31": -100.0, "S31": -100.0, "W32": -106.6059367531433, "S32": -111.6059367531433 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17988539445629001, "S11": 0.17988539445629001, "W12": -12.356815076391859, "S12": -12.356815076391859, "W13": -20.0, "S13": -27.201977683377276, "W21": -34.548671818958162, "S21": -37.034151859300422, "W22": -40.119245701608435, "S22": -40.119245701608435, "W31": -70.0, "S31": -71.0, "W32": -90.880193749268443, "S32": -95.880193749268443 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18255063965884866, "S11": 0.18255063965884866, "W12": -12.547070327982283, "S12": -12.547070327982283, "W13": -20.0, "S13": -27.637093811037126, "W21": -34.524911906795168, "S21": -37.264156951080281, "W22": -39.200764904387015, "S22": -42.603222674656919, "W31": -70.0, "S31": -70.0, "W32": -94.631777723338274, "S32": -99.631777723338274 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18521588486140733, "S11": 0.18521588486140733, "W12": -12.737325579572707, "S12": -12.737325579572707, "W13": -20.0, "S13": -28.072209938696972, "W21": -34.501151994632181, "S21": -37.282256878404574, "W22": -73.336124401913878, "S22": -91.702093341819349, "W31": -95.026052104208418, "S31": -95.026052104208418, "W32": -100.23891736004208, "S32": -105.23891736004208 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19527375556536042, "S11": 0.19527375556536042, "W12": -12.927580831163132, "S12": -12.927580831163132, "W13": -20.0, "S13": -28.507326066356825, "W21": -34.477392082469194, "S21": -36.995830527482262, "W22": -35.90733295137214, "S22": -51.009037278783595, "W31": -79.03243692769216, "S31": -79.808658527443171, "W32": -92.946503118707341, "S32": -97.946503118707341 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2167931490914925, "S11": 0.2167931490914925, "W12": -13.117836082753556, "S12": -13.117836082753556, "W13": -20.0, "S13": -28.942442194016671, "W21": -34.453632170306207, "S21": -36.669666433657831, "W22": -74.353827751195382, "S22": -95.210006009127454, "W31": -95.210006009127454, "S31": -95.210006009127454, "W32": -100.19460134486039, "S32": -105.19460134486039 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23831254261762466, "S11": 0.23831254261762466, "W12": -13.308091334343979, "S12": -13.308091334343979, "W13": -20.0, "S13": -26.371178520513226, "W21": -34.42987225814322, "S21": -36.3435023398334, "W22": -44.709177341693206, "S22": -52.474276265677936, "W31": -68.528432060943885, "S31": -74.094403752204684, "W32": -83.340074577420296, "S32": -88.340074577420296 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25983193614375671, "S11": 0.25983193614375671, "W12": -13.498346585934403, "S12": -13.498346585934403, "W13": -20.0, "S13": -22.242792650087122, "W21": -34.406112345980233, "S21": -36.017338246008968, "W22": -39.559801857664645, "S22": -39.559801857664645, "W31": -70.0, "S31": -70.0, "W32": -85.170988586774172, "S32": -90.170988586774172 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28135132966988885, "S11": 0.28135132966988885, "W12": -13.688601837524828, "S12": -13.688601837524828, "W13": -20.0, "S13": -20.0, "W21": -36.707195518756208, "S21": -38.016017237123499, "W22": -80.000000000000014, "S22": -93.555435557532007, "W31": -100.0, "S31": -100.0, "W32": -104.21816773943765, "S32": -109.21816773943765 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31245301630152633, "S11": 0.31245301630152633, "W12": -13.878857089115252, "S12": -13.878857089115252, "W13": -20.0, "S13": -20.0, "W21": -36.714454962525956, "S21": -37.720872499231803, "W22": -82.611170401992169, "S22": -95.837503334183182, "W31": -95.837503334183182, "S31": -95.837503334183182, "W32": -95.837503334183182, "S32": -98.983951260763419 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34768300280344722, "S11": 0.34768300280344722, "W12": -14.069112340705676, "S12": -14.069112340705676, "W13": -20.0, "S13": -20.0, "W21": -36.721714406295696, "S21": -37.425727761340099, "W22": -35.55872511509456, "S22": -50.669734479402138, "W31": -69.509790456903772, "S31": -71.422854148210135, "W32": -92.524240761068427, "S32": -97.524240761068427 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3829129893053681, "S11": 0.3829129893053681, "W12": -14.160076523226447, "S12": -14.160076523226447, "W13": -20.0, "S13": -20.0, "W21": -36.728973850065451, "S21": -37.130583023448409, "W22": -40.170647567774431, "S22": -42.775794929884945, "W31": -69.945991908482924, "S31": -71.859503026930554, "W32": -96.736088759300998, "S32": -101.736088759301 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41814297580728899, "S11": 0.41814297580728899, "W12": -14.219330800375936, "S12": -14.219330800375936, "W13": -20.0, "S13": -20.0, "W21": -36.736233293835198, "S21": -36.835438285556712, "W22": -47.66766113924929, "S22": -47.66766113924929, "W31": -70.0, "S31": -70.0, "W32": -84.923709147917336, "S32": -89.923709147917336 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45337296230920987, "S11": 0.45337296230920987, "W12": -14.278585077525422, "S12": -14.278585077525422, "W13": -20.0, "S13": -20.0, "W21": -36.743492737604932, "S21": -37.045141524261609, "W22": -40.093088981649949, "S22": -46.001024017246188, "W31": -76.678675977739189, "S31": -76.678675977739189, "W32": -95.130682703011374, "S32": -100.13068270301137 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48860294881113076, "S11": 0.48860294881113076, "W12": -14.337839354674911, "S12": -14.337839354674911, "W13": -20.0, "S13": -20.0, "W21": -36.750752181374686, "S21": -37.410399682158427, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -70.0, "S31": -70.119751274258675, "W32": -84.162712761266391, "S32": -89.162712761266391 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5630976439028863, "S11": 0.5630976439028863, "W12": -14.397093631824397, "S12": -14.397093631824397, "W13": -20.0, "S13": -20.0, "W21": -36.758011625144434, "S21": -37.775657840055246, "W22": -43.078206822176789, "S22": -52.093663911845731, "W31": -71.666365401339192, "S31": -71.892336128630191, "W32": -91.651369565700648, "S32": -96.651369565700648 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64825659666128166, "S11": 0.64825659666128166, "W12": -14.456347908973886, "S12": -14.456347908973886, "W13": -20.05550719624841, "S13": -20.05550719624841, "W21": -36.765271068914174, "S21": -38.140915997952057, "W22": -43.099620670766832, "S22": -44.338567051298234, "W31": -69.074832930358113, "S31": -73.056127155717007, "W32": -98.382281447501285, "S32": -103.38228144750128 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72314216478190629, "S11": 0.72314216478190629, "W12": -14.462652980171416, "S12": -14.462652980171416, "W13": -20.233802306149123, "S13": -20.961179197982592, "W21": -36.772530512683922, "S21": -38.506174155848868, "W22": -43.704137750417701, "S22": -52.740730279721092, "W31": -68.307767770623656, "S31": -72.120460454284085, "W32": -84.54791475378147, "S32": -89.54791475378147 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79802773290253093, "S11": 0.79802773290253093, "W12": -14.334492860925334, "S12": -14.334492860925334, "W13": -20.412097416049839, "S13": -21.880891792103927, "W21": -36.779789956453669, "S21": -38.871432313745686, "W22": -37.550620614818506, "S22": -40.145144628365635, "W31": -66.336131791468446, "S31": -72.023450120250189, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87291330102315567, "S11": 0.87291330102315567, "W12": -14.206332741679253, "S12": -14.206332741679253, "W13": -20.590392525950548, "S13": -22.800604386225256, "W21": -36.787049400223417, "S21": -39.236690471642497, "W22": -62.551594239919183, "S22": -77.05673447347543, "W31": -89.711814492385344, "S31": -89.711814492385344, "W32": -90.290929309443328, "S32": -95.290929309443328 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 512950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9477988691437802, "S11": 0.9477988691437802, "W12": -14.078172622433168, "S12": -14.078172622433168, "W13": -20.749264062551916, "S13": -23.700893407047243, "W21": -36.794308843993157, "S21": -39.601948629539308, "W22": -67.589634941329862, "S22": -79.161997278891363, "W31": -100.0, "S31": -100.0, "W32": -102.26818568270703, "S32": -107.26818568270703 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0226844372644048, "S11": 1.0226844372644048, "W12": -13.950012503187088, "S12": -13.950012503187088, "W13": -20.867844683419534, "S13": -24.560891512135484, "W21": -36.801568287762912, "S21": -39.743922111591381, "W22": -70.798128928519219, "S22": -95.319556394869593, "W31": -101.0629609568568, "S31": -101.0629609568568, "W32": -110.25933721822443, "S32": -115.25933721822443 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0977476510510411, "S11": 1.0977476510510411, "W12": -13.866427396730192, "S12": -13.866427396730192, "W13": -20.919174960366618, "S13": -25.353639273303187, "W21": -36.808827731532652, "S21": -39.526393222472016, "W22": -44.529567117604387, "S22": -48.891103413795278, "W31": -80.0, "S31": -80.1486605095958, "W32": -96.064773287953599, "S32": -101.0647732879536 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.186916890965835, "S11": 1.186916890965835, "W12": -14.190336654735416, "S12": -14.190336654735416, "W13": -20.932545406139532, "S13": -25.822768602130473, "W21": -36.8160871753024, "S21": -39.308864333352659, "W22": -35.879979487442924, "S22": -51.072814378408651, "W31": -71.987844450276242, "S31": -71.987844450276242, "W32": -92.803049869783251, "S32": -97.803049869783251 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2760861308806288, "S11": 1.2760861308806288, "W12": -14.514245912740641, "S12": -14.514245912740641, "W13": -20.945915851912446, "S13": -25.726794496249706, "W21": -36.823346619072147, "S21": -39.091335444233302, "W22": -39.747557634101383, "S22": -43.521030756251037, "W31": -70.233949575407976, "S31": -70.233949575407976, "W32": -93.653335783112851, "S32": -98.653335783112851 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3652553707954227, "S11": 1.3652553707954227, "W12": -14.838155170745866, "S12": -14.838155170745866, "W13": -20.95928629768536, "S13": -25.630820390368996, "W21": -36.830606062841895, "S21": -38.873806555113944, "W22": -40.0, "S22": -42.311807919847965, "W31": -70.0, "S31": -70.0, "W32": -94.302690674505968, "S32": -99.302690674505968 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4544246107102166, "S11": 1.4544246107102166, "W12": -15.0, "S12": -15.0, "W13": -20.972656743458273, "S13": -25.534846284488264, "W21": -36.837865506611635, "S21": -38.656277665994587, "W22": -66.966621116769872, "S22": -88.188358983664799, "W31": -100.0, "S31": -100.0, "W32": -102.52482690405519, "S32": -107.52482690405519 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5435938506250104, "S11": 1.5435938506250104, "W12": -15.0, "S12": -15.0, "W13": -20.986027189231187, "S13": -25.438872178607507, "W21": -36.845124950381383, "S21": -38.438748776875229, "W22": -66.420457917551488, "S22": -73.96045605440375, "W31": -90.286580939242938, "S31": -90.286580939242938, "W32": -91.683904545181846, "S32": -96.683904545181846 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6130103341833315, "S11": 1.6130103341833315, "W12": -15.0, "S12": -15.0, "W13": -20.999397635004101, "S13": -25.342898072726861, "W21": -36.85238439415113, "S21": -38.221219887755872, "W22": -38.597684597968488, "S22": -46.385625585782307, "W31": -80.012453996380316, "S31": -81.02153210784472, "W32": -94.461467803476367, "S32": -99.461467803476367 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6586417930479134, "S11": 1.6586417930479134, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.012768080777015, "S13": -25.246923966846108, "W21": -36.859643837920871, "S21": -38.003690998636507, "W22": -70.05993275836866, "S22": -94.909089583699995, "W31": -101.15173186398665, "S31": -101.15173186398665, "W32": -110.29062026917734, "S32": -115.29062026917734 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7042732519124952, "S11": 1.7042732519124952, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.026138526549929, "S13": -25.150949860965309, "W21": -36.866903281690618, "S21": -37.78616210951715, "W22": -60.0, "S22": -75.573473648331984, "W31": -91.283475323079244, "S31": -91.283475323079244, "W32": -94.223736343162869, "S32": -99.223736343162869 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7499047107770771, "S11": 1.7499047107770771, "W12": -15.0, "S12": -15.0, "W13": -21.036596318855526, "S13": -25.052063101617357, "W21": -36.874162725460366, "S21": -37.568633220397793, "W22": -43.763262153525133, "S22": -51.344857713429853, "W31": -71.960542028807524, "S31": -74.041676593451328, "W32": -91.342389586887393, "S32": -96.342389586887393 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8544396730849146, "S11": 1.8544396730849146, "W12": -15.0, "S12": -15.0, "W13": -21.027703049605158, "S13": -24.933825280713258, "W21": -37.007084887511219, "S21": -37.476767049559541, "W22": -34.337904655829234, "S22": -48.500362568287144, "W31": -80.000000000000014, "S31": -81.92577216871473, "W32": -93.891875500494606, "S32": -98.891875500494606 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9659509627372211, "S11": 1.9659509627372211, "W12": -15.0, "S12": -15.0, "W13": -21.01880978035479, "S13": -24.815587459809223, "W21": -37.201998583003544, "S21": -37.446892412162768, "W22": -80.164809268987185, "S22": -95.164809268987185, "W31": -100.0, "S31": -100.0, "W32": -106.66542551349104, "S32": -111.66542551349104 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0774622523895276, "S11": 2.0774622523895276, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.009916511104418, "S13": -24.697349638905248, "W21": -37.396912278495861, "S21": -37.417017774765981, "W22": -66.470588235294116, "S22": -98.174162777578331, "W31": -100.0, "S31": -100.0, "W32": -102.97270029673591, "S32": -107.97270029673591 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1889735420418339, "S11": 2.1889735420418339, "W12": -15.0, "S12": -15.0, "W13": -21.00102324185405, "S13": -24.579111818001302, "W21": -37.591825973988179, "S21": -37.591825973988179, "W22": -76.388751850024661, "S22": -101.38875185002466, "W31": -101.38875185002466, "S31": -101.38875185002466, "W32": -101.38875185002466, "S32": -105.10107205063416 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3004848316941402, "S11": 2.3004848316941402, "W12": -15.0, "S12": -15.0, "W13": -20.992129972603681, "S13": -24.049884701443819, "W21": -37.786739669480504, "S21": -37.786739669480504, "W22": -39.0796338395456, "S22": -39.0796338395456, "W31": -70.0, "S31": -72.639155159119696, "W32": -84.424423240505519, "S32": -89.424423240505519 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4119961213464465, "S11": 2.4119961213464465, "W12": -15.0, "S12": -15.0, "W13": -20.983236703353313, "S13": -23.391657730993508, "W21": -37.981653364972829, "S21": -37.981653364972829, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.764862344122406, "S32": -88.764862344122406 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5112953235674231, "S11": 2.5112953235674231, "W12": -15.0, "S12": -15.0, "W13": -20.974343434102941, "S13": -22.73343076054319, "W21": -38.176567060465139, "S21": -38.176567060465139, "W22": -50.308580373831006, "S22": -50.315790705486862, "W31": -93.136679061175187, "S31": -93.136679061175187, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5648765579326294, "S11": 2.5648765579326294, "W12": -14.831589043414484, "S12": -14.831589043414484, "W13": -20.96545016485257, "S13": -22.075203790092871, "W21": -38.371480755957464, "S21": -38.371480755957464, "W22": -66.178117637708738, "S22": -75.193404629930512, "W31": -90.181378293186214, "S31": -90.181378293186214, "W32": -91.411749110752709, "S32": -96.411749110752709 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 513950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6184577922978365, "S11": 2.6184577922978365, "W12": -14.373184010832464, "S12": -14.373184010832464, "W13": -20.956556895602205, "S13": -21.416976819642564, "W21": -38.566394451449789, "S21": -38.566394451449789, "W22": -39.741565805402239, "S22": -42.770849745799644, "W31": -80.0, "S31": -80.40668155970755, "W32": -91.610115688487596, "S32": -96.610115688487596 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6720390266630427, "S11": 2.6720390266630427, "W12": -13.914778978250444, "S12": -13.914778978250444, "W13": -20.947663626351833, "S13": -20.947663626351833, "W21": -38.761308146942106, "S21": -38.761308146942106, "W22": -39.711180401015973, "S22": -42.4866277392738, "W31": -80.0, "S31": -80.451766856214462, "W32": -90.10757717492983, "S32": -95.10757717492983 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7256202610282494, "S11": 2.7256202610282494, "W12": -13.456373945668426, "S12": -13.456373945668426, "W13": -20.938770357101465, "S13": -20.938770357101465, "W21": -38.956221842434424, "S21": -38.956221842434424, "W22": -38.471782590404906, "S22": -38.471782590404906, "W31": -70.0, "S31": -74.751052493093255, "W32": -82.660738015178353, "S32": -87.660738015178353 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7792014953934561, "S11": 2.7792014953934561, "W12": -12.997968913086407, "S12": -12.997968913086407, "W13": -20.929877087851096, "S13": -20.929877087851096, "W21": -39.151135537926741, "S21": -39.151135537926741, "W22": -76.307900328374345, "S22": -89.581213473804823, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -104.00205407243661, "S32": -109.00205407243661 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8327827297586627, "S11": 2.8327827297586627, "W12": -12.539563880504387, "S12": -12.539563880504387, "W13": -20.920983818600728, "S13": -20.920983818600728, "W21": -39.346049233419066, "S21": -39.346049233419066, "W22": -61.693818181818187, "S22": -85.747316124205014, "W31": -103.03044058744992, "S31": -103.03044058744992, "W32": -110.51539908892849, "S32": -115.51539908892849 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8863639641238694, "S11": 2.8863639641238694, "W12": -12.081158847922367, "S12": -12.081158847922367, "W13": -20.912090549350356, "S13": -20.912090549350356, "W21": -39.540962928911384, "S21": -39.540962928911384, "W22": -79.037987173162307, "S22": -101.71680581644796, "W31": -101.71680581644796, "S31": -101.71680581644796, "W32": -101.71680581644796, "S32": -103.76108225379143 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9399451984890761, "S11": 2.9399451984890761, "W12": -11.622753815340349, "S12": -11.622753815340349, "W13": -20.903197280099988, "S13": -20.903197280099988, "W21": -39.735876624403708, "S21": -39.735876624403708, "W22": -38.71537513889222, "S22": -44.665311742221249, "W31": -70.105070209796963, "S31": -70.105070209796963, "W32": -93.183223093254938, "S32": -98.183223093254938 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9935264328542823, "S11": 2.9935264328542823, "W12": -11.16434878275833, "S12": -11.16434878275833, "W13": -20.89430401084962, "S13": -20.89430401084962, "W21": -39.930790319896019, "S21": -39.930790319896019, "W22": -39.720273459201231, "S22": -43.336804581894107, "W31": -70.194783925739742, "S31": -70.194783925739742, "W32": -93.670239261799765, "S32": -98.670239261799765 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.047107667219489, "S11": 3.047107667219489, "W12": -10.70594375017631, "S12": -10.70594375017631, "W13": -20.885410741599252, "S13": -20.885410741599252, "W21": -40.125704015388351, "S21": -40.125704015388351, "W22": -38.982831057759952, "S22": -42.084161741113213, "W31": -67.246005313942348, "S31": -69.206568111135354, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0473101222497458, "S11": 3.0473101222497458, "W12": -10.24753871759429, "S12": -10.24753871759429, "W13": -20.876517472348883, "S13": -20.876517472348883, "W21": -40.320617710880668, "S21": -40.320617710880668, "W22": -45.454045279454107, "S22": -53.999622402782009, "W31": -68.397211526462797, "S31": -72.32871013538076, "W32": -84.083425957248025, "S32": -89.083425957248025 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.034830681272624, "S11": 3.034830681272624, "W12": -10.0, "S12": -10.0, "W13": -20.871715106953683, "S13": -20.871715106953683, "W21": -40.425871106446515, "S21": -40.425871106446515, "W22": -40.02453335151651, "S22": -45.304504886929806, "W31": -78.375794048813106, "S31": -78.375794048813106, "W32": -95.052749260768977, "S32": -100.05274926076898 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0242000463661873, "S11": 3.0242000463661873, "W12": -9.8822039621791991, "S12": -9.8822039621791991, "W13": -20.867624203098508, "S13": -20.867624203098508, "W21": -40.515531406372993, "S21": -40.515531406372993, "W22": -39.811515538416451, "S22": -43.221832973464892, "W31": -79.843842422808464, "S31": -80.200767686821465, "W32": -92.885510722347632, "S32": -97.885510722347632 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0010899704826284, "S11": 3.0010899704826284, "W12": -9.626125619090498, "S12": -9.626125619090498, "W13": -20.858730933848143, "S13": -20.858730933848143, "W21": -40.710445101865304, "S21": -40.710445101865304, "W22": -41.500751077285194, "S22": -43.455542996875195, "W31": -69.549290150791975, "S31": -72.19279616601419, "W32": -97.443562159534295, "S32": -102.4435621595343 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9779798945990694, "S11": 2.9779798945990694, "W12": -9.3700472760018005, "S12": -9.3700472760018005, "W13": -20.849837664597775, "S13": -20.849837664597775, "W21": -40.905358797357628, "S21": -40.905358797357628, "W22": -42.115681558552851, "S22": -43.774631579510348, "W31": -69.36143625547534, "S31": -72.505589148726585, "W32": -97.802102940626526, "S32": -102.80210294062653 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9548698187155105, "S11": 2.9548698187155105, "W12": -9.1139689329131031, "S12": -9.1139689329131031, "W13": -20.840944395347403, "S13": -20.840944395347403, "W21": -41.100272492849946, "S21": -41.100272492849946, "W22": -80.0, "S22": -101.90470696815875, "W31": -101.90470696815875, "S31": -101.90470696815875, "W32": -101.90470696815875, "S32": -103.28358053278262 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.931759742831952, "S11": 2.931759742831952, "W12": -8.8578905898244038, "S12": -8.8578905898244038, "W13": -20.832051126097035, "S13": -20.832051126097035, "W21": -41.295186188342264, "S21": -41.295186188342264, "W22": -55.778261174654411, "S22": -56.633978181073161, "W31": -86.231126064128063, "S31": -86.231126064128063, "W32": -97.796195418904873, "S32": -102.79619541890487 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.908649666948393, "S11": 2.908649666948393, "W12": -8.6018122467357045, "S12": -8.6018122467357045, "W13": -20.823157856846667, "S13": -20.823157856846667, "W21": -41.490099883834588, "S21": -41.490099883834588, "W22": -38.045661102425179, "S22": -43.230822530691164, "W31": -80.0, "S31": -80.241860381172387, "W32": -94.26704036930613, "S32": -99.26704036930613 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8855395910648345, "S11": 2.8855395910648345, "W12": -8.3457339036470053, "S12": -8.3457339036470053, "W13": -20.814264587596295, "S13": -20.814264587596295, "W21": -41.685013579326906, "S21": -41.685013579326906, "W22": -34.53156800808587, "S22": -48.543431434011794, "W31": -80.0, "S31": -82.159706077715043, "W32": -93.830638513354373, "S32": -98.830638513354373 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8624295151812755, "S11": 2.8624295151812755, "W12": -8.089655560558306, "S12": -8.089655560558306, "W13": -20.805371318345927, "S13": -20.805371318345927, "W21": -41.879927274819224, "S21": -41.879927274819224, "W22": -39.439799669082937, "S22": -39.439799669082937, "W31": -70.0, "S31": -70.0, "W32": -85.174345417925466, "S32": -90.174345417925466 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8393194392977166, "S11": 2.8393194392977166, "W12": -7.8335772174696086, "S12": -7.8335772174696086, "W13": -20.796478049095555, "S13": -20.796478049095555, "W21": -42.074840970311548, "S21": -42.074840970311548, "W22": -40.139754827288606, "S22": -46.129000093773953, "W31": -76.332691502446053, "S31": -76.332691502446053, "W32": -95.16049084287279, "S32": -100.16049084287279 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8162093634141581, "S11": 2.8162093634141581, "W12": -7.5774988743809102, "S12": -7.5774988743809102, "W13": -20.78758477984519, "S13": -20.78758477984519, "W21": -42.269754665803866, "S21": -42.269754665803866, "W22": -40.564568710618595, "S22": -42.969348356295015, "W31": -69.836138105737476, "S31": -71.960780056797191, "W32": -96.877874870669658, "S32": -101.87787487066966 }, "geometry": { "type": "Point", "coordinates": [ 103000.0, 514950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2232899843398926, "S11": 3.2232899843398926, "W12": -10.817092608843598, "S12": -10.817092608843598, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -45.135641039552929, "S21": -47.973738834032417, "W22": -42.505389682862393, "S22": -43.985872323206564, "W31": -69.247678316479352, "S31": -72.722826244011415, "W32": -97.998061604816812, "S32": -102.99806160481681 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 500617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.798339363960434, "S13": -21.457607473091699, "W21": -50.622317938838819, "S21": -68.187767498659866, "W22": -40.0, "S22": -50.0, "W31": -67.668459834926736, "S31": -72.437960256441613, "W32": -93.584192939125387, "S32": -98.584192939125387 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 503131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.4564707824364476, "S12": -9.4837407346122262, "W13": -21.059267881241635, "S13": -21.059267881241635, "W21": -34.216905413355875, "S21": -34.216905413355875, "W22": -41.359093829905092, "S22": -43.379571115371725, "W31": -69.595058833603133, "S31": -72.148459275537931, "W32": -97.336846544753527, "S32": -102.33684654475353 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 507560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24934083164001122, "S11": 0.24934083164001122, "W12": -7.0026088904026338, "S12": -21.37811399452692, "W13": -21.582578089304473, "S13": -21.582578089304473, "W21": -39.597803375238186, "S21": -39.597803375238186, "W22": -59.560945822784809, "S22": -88.353998407783706, "W31": -104.14259688943004, "S31": -104.14259688943004, "W32": -110.23014458308576, "S32": -115.23014458308576 }, "geometry": { "type": "Point", "coordinates": [ 103001.0, 508720.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36091594276954519, "S11": -0.36091594276954519, "W12": -9.7128952875523211, "S12": -14.506956965286941, "W13": -26.097672881679237, "S13": -26.097672881679237, "W21": -37.519689407665204, "S21": -37.519689407665204, "W22": -80.0, "S22": -92.820957519086207, "W31": -92.820957519086207, "S31": -92.820957519086207, "W32": -92.820957519086207, "S32": -95.933053040103488 }, "geometry": { "type": "Point", "coordinates": [ 103001.5, 509553.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9890260631001373, "S11": 1.9890260631001373, "W12": -9.4937866302383984, "S12": -9.4937866302383984, "W13": -19.875801969235987, "S13": -20.398741906150612, "W21": -50.123981203562778, "S21": -67.579432286321207, "W22": -41.933543811113331, "S22": -47.063323472763798, "W31": -66.269048643994836, "S31": -68.901198461806885, "W32": -91.223161101701706, "S32": -96.223161101701706 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 503054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8180974903671687, "S11": 1.8180974903671687, "W12": -7.8460353040067243, "S12": -14.484378192349613, "W13": -19.833079348591006, "S13": -25.207808051273194, "W21": -43.475120277075263, "S21": -51.533179542140225, "W22": -40.0, "S22": -44.679918332908827, "W31": -78.940021294215072, "S31": -79.081907076670049, "W32": -95.024161792914583, "S32": -100.02416179291458 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 503680.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3292257903908382, "S11": 2.3292257903908382, "W12": -7.151071428571429, "S12": -14.491727510330714, "W13": -19.995339928779501, "S13": -19.995339928779501, "W21": -39.323587302954543, "S21": -47.280918228256979, "W22": -38.300338593220339, "S22": -44.254796579108728, "W31": -80.003038146111578, "S31": -80.48836517469951, "W32": -94.264096283385925, "S32": -99.264096283385925 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5628587372448979, "W12": -4.5157322536503921, "S12": -5.5206827486998975, "W13": -18.563396807193303, "S13": -21.093607413186447, "W21": -32.291533960515451, "S21": -38.69925647197352, "W22": -34.400023135266409, "S22": -48.494746409677184, "W31": -80.0, "S31": -82.059058260175576, "W32": -93.777409439917093, "S32": -98.777409439917093 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 505597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1233423513957037, "S11": 1.1233423513957037, "W12": -9.4793776454634653, "S12": -15.182886084682053, "W13": -20.0, "S13": -20.0, "W21": -35.988129828349614, "S21": -35.988129828349614, "W22": -65.35087043669273, "S22": -79.411766925766614, "W31": -88.700158816645015, "S31": -88.700158816645015, "W32": -89.029794537274071, "S32": -94.029794537274071 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 507331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8117713730569949, "S11": 2.8117713730569949, "W12": -5.3749009574116879, "S12": -7.7470081437697864, "W13": -19.573554305562418, "S13": -19.573554305562418, "W21": -34.139357652061605, "S21": -34.182932108871341, "W22": -48.459946384499034, "S22": -48.469946384499032, "W31": -89.010396785407096, "S31": -89.010396785407096, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 507610.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3342263367343055, "S12": -20.812128167758743, "W13": -21.757471273768616, "S13": -21.757471273768616, "W21": -36.314160729908927, "S21": -36.314160729908927, "W22": -43.7998160238255, "S22": -49.093845279357396, "W31": -59.079799036280178, "S31": -60.090792978393672, "W32": -90.914917789233016, "S32": -95.914917789233016 }, "geometry": { "type": "Point", "coordinates": [ 103002.0, 508563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0852288754969184, "S11": 1.0852288754969184, "W12": -6.9912815112647486, "S12": -6.9912815112647486, "W13": -20.578124771630797, "S13": -20.578124771630797, "W21": -44.197019409893294, "S21": -44.197019409893294, "W22": -42.833085768661448, "S22": -50.545047271869514, "W31": -68.155507785735082, "S31": -72.059475979022025, "W32": -82.239710935453559, "S32": -87.239710935453559 }, "geometry": { "type": "Point", "coordinates": [ 103002.933333333334303, 516156.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -10.783032732130144, "W13": -15.96, "S13": -16.894010673855036, "W21": -34.728685364201773, "S21": -34.728685364201773, "W22": -39.275524062432154, "S22": -47.608762601846898, "W31": -80.000000000000014, "S31": -81.945718120805267, "W32": -94.58304043739146, "S32": -99.58304043739146 }, "geometry": { "type": "Point", "coordinates": [ 103003.0, 496806.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4313112361892841, "S12": -8.983239780895607, "W13": -15.0, "S13": -15.03153860193466, "W21": -46.511867241268412, "S21": -57.428195154547545, "W22": -36.506791612256791, "S22": -38.440282594743515, "W31": -69.393089293582463, "S31": -69.789976716402435, "W32": -92.51554929500783, "S32": -97.51554929500783 }, "geometry": { "type": "Point", "coordinates": [ 103003.0, 499092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7176817130015989, "S11": 1.3849885118245213, "W12": -7.4367665167240462, "S12": -8.3051356936121685, "W13": -19.747555769715213, "S13": -19.979360565676508, "W21": -50.0, "S21": -67.495062492846841, "W22": -60.38547904191617, "S22": -60.38547904191617, "W31": -100.22249305060994, "S31": -100.22249305060994, "W32": -105.07239303555379, "S32": -110.07239303555379 }, "geometry": { "type": "Point", "coordinates": [ 103003.0, 502879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3083093892558044, "S11": 3.3083093892558044, "W12": -11.003671400684134, "S12": -11.003671400684134, "W13": -20.0, "S13": -20.0, "W21": -44.446855840703165, "S21": -46.268147808403974, "W22": -39.380257328607534, "S22": -43.954583322122836, "W31": -70.284277371821318, "S31": -70.284277371821318, "W32": -93.307120692471017, "S32": -98.307120692471017 }, "geometry": { "type": "Point", "coordinates": [ 103004.0, 500582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41312385883964264, "S11": 0.41312385883964264, "W12": -11.727894809471106, "S12": -12.545730376690393, "W13": -22.087915353047762, "S13": -22.087915353047762, "W21": -34.342364078412068, "S21": -34.342364078412068, "W22": -40.078609575484251, "S22": -42.722577215572869, "W31": -69.987999446884899, "S31": -71.785869153187591, "W32": -96.55777477219182, "S32": -101.55777477219182 }, "geometry": { "type": "Point", "coordinates": [ 103004.0, 507502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0018448321887061, "S11": 2.0018448321887061, "W12": -8.1374453618261295, "S12": -11.236263879929481, "W13": -20.486129681836488, "S13": -20.486129681836488, "W21": -35.303552025130571, "S21": -35.303552025130571, "W22": -41.947453285966304, "S22": -50.654848877194958, "W31": -68.048131125127725, "S31": -71.428272489140056, "W32": -86.726782109023134, "S32": -91.726782109023134 }, "geometry": { "type": "Point", "coordinates": [ 103004.0, 508159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4194719583023776, "W12": -9.2564887850879121, "S12": -9.2564887850879121, "W13": -19.9041859099848, "S13": -20.204941262783393, "W21": -49.728761729222526, "S21": -67.037980491708211, "W22": -49.194820570924072, "S22": -52.52258311402904, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.7147587553046 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 503029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5075928742650273, "S12": -16.845246373194204, "W13": -20.0, "S13": -20.0, "W21": -32.195039255899424, "S21": -32.197691284486616, "W22": -44.821289793364336, "S22": -44.821289793364336, "W31": -76.294246444852618, "S31": -76.294246444852618, "W32": -97.946763923542676, "S32": -102.94676392354268 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 507227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2196956681801767, "S11": 2.2196956681801767, "W12": -9.0234321758976517, "S12": -17.036026546159462, "W13": -20.0, "S13": -20.0, "W21": -33.637431982953984, "S21": -33.638262636758917, "W22": -39.999999999999993, "S22": -43.379653894428785, "W31": -70.268945038906182, "S31": -70.268945038906182, "W32": -93.518842887473468, "S32": -98.518842887473468 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 507267.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1551969566818405, "S11": 2.1551969566818405, "W12": -9.2353037567990199, "S12": -17.002622960685315, "W13": -20.0, "S13": -20.0, "W21": -33.891240625287971, "S21": -33.89142819227618, "W22": -38.619781930278364, "S22": -38.619781930278364, "W31": -67.383414168299154, "S31": -72.715316063110564, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 507273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70357476061870838, "S11": 0.70357476061870838, "W12": -10.0, "S12": -20.863205960105745, "W13": -20.863205960105745, "S13": -20.863205960105745, "W21": -39.624518421052628, "S21": -39.624518421052628, "W22": -41.835118348632484, "S22": -50.326117468033104, "W31": -68.032488971523151, "S31": -71.567655322152348, "W32": -86.903439975151429, "S32": -91.903439975151429 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 508268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75099458419857068, "S11": 0.75099458419857068, "W12": -4.761706281392593, "S12": -22.697487959389214, "W13": -23.103880228470153, "S13": -23.103880228470153, "W21": -40.150782477702478, "S21": -40.150782477702478, "W22": -45.390036980148004, "S22": -53.854979708367374, "W31": -68.416409210642897, "S31": -73.480164856180977, "W32": -83.899880326866864, "S32": -88.899880326866864 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 508835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44465946484416463, "S11": 0.44465946484416463, "W12": -5.9274293855582449, "S12": -7.4076986954516437, "W13": -28.270599220787584, "S13": -31.270599220787584, "W21": -35.856663833301219, "S21": -35.856663833301219, "W22": -48.920198322874676, "S22": -48.930198322874674, "W31": -89.954462599783199, "S31": -89.954462599783199, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 511049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25807548834784005, "S11": 0.25807548834784005, "W12": -13.522931620161271, "S12": -13.522931620161271, "W13": -20.0, "S13": -21.589577063202913, "W21": -34.436391118701962, "S21": -36.026010855706112, "W22": -72.767139307118853, "S22": -95.760796158235351, "W31": -100.9361289165352, "S31": -100.9361289165352, "W32": -110.24532879865619, "S32": -115.24532879865619 }, "geometry": { "type": "Point", "coordinates": [ 103005.0, 512357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3243026670225237, "S11": 2.3243026670225237, "W12": -5.5476534296030335, "S12": -8.6222681903476506, "W13": -20.141108068757706, "S13": -20.141108068757706, "W21": -38.702089250075595, "S21": -38.702089250075595, "W22": -39.586356208042332, "S22": -41.386964840334109, "W31": -62.393826503459294, "S31": -63.211927077480539, "W32": -90.759009299359548, "S32": -95.759009299359548 }, "geometry": { "type": "Point", "coordinates": [ 103005.333333333328483, 508093.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83543482684555492, "S11": 0.83543482684555492, "W12": -8.9899189739415011, "S12": -8.9899189739415011, "W13": -16.001380771397052, "S13": -16.41783963079029, "W21": -30.982101109740807, "S21": -30.982101109740807, "W22": -39.387993599129999, "S22": -40.83606467914106, "W31": -80.0, "S31": -80.72668329177057, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103005.428571428565192, 497585.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6276177496610842, "S11": 2.6276177496610842, "W12": -6.9319020225431416, "S12": -6.9319020225431416, "W13": -20.713573617721579, "S13": -20.713573617721583, "W21": -44.05337601683523, "S21": -44.05337601683523, "W22": -39.058233774780852, "S22": -39.058233774780852, "W31": -70.0, "S31": -73.0, "W32": -84.388770290409639, "S32": -89.388770290409639 }, "geometry": { "type": "Point", "coordinates": [ 103005.737704918035888, 515422.639344262308441 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0030830039525691633, "S11": -2.7173569593838254, "W12": -5.0, "S12": -6.0, "W13": -17.658397506364434, "S13": -18.924705000019539, "W21": -32.133539544038818, "S21": -41.531844018049604, "W22": -41.518977051051358, "S22": -49.432726431504186, "W31": -67.990345647361167, "S31": -72.865702386620839, "W32": -87.40558834187496, "S32": -92.40558834187496 }, "geometry": { "type": "Point", "coordinates": [ 103006.0, 505692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.4505858943179302, "W13": -18.483515801228663, "S13": -18.483515801228663, "W21": -40.0, "S21": -40.0, "W22": -38.837556927757888, "S22": -42.666871662123768, "W31": -70.0, "S31": -70.0, "W32": -94.65721868365172, "S32": -99.65721868365172 }, "geometry": { "type": "Point", "coordinates": [ 103006.0, 505813.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0426138212515559, "S11": 2.0426138212515559, "W12": -9.1554968818112883, "S12": -17.20147389330554, "W13": -19.607626678083186, "S13": -20.145356882191827, "W21": -35.124802013534307, "S21": -35.124802013534307, "W22": -63.955636363636366, "S22": -89.89187465113541, "W31": -102.33359830521844, "S31": -102.33359830521844, "W32": -110.62084896166864, "S32": -115.62084896166864 }, "geometry": { "type": "Point", "coordinates": [ 103006.0, 506938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.6479743150219015, "S12": -10.741650515494218, "W13": -18.486717504560715, "S13": -21.146204052828693, "W21": -33.487495872191637, "S21": -33.487495872191637, "W22": -70.0, "S22": -87.47247994967762, "W31": -98.534979049007092, "S31": -98.534979049007092, "W32": -100.63874978078294, "S32": -105.63874978078294 }, "geometry": { "type": "Point", "coordinates": [ 103006.0, 507101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.2186380720759722, "W13": -18.519467441379447, "S13": -18.519467441379447, "W21": -40.0, "S21": -45.709392399268737, "W22": -43.737651671717721, "S22": -47.188589157281868, "W31": -60.497201894102453, "S31": -62.110618990804255, "W32": -91.062533161017285, "S32": -96.062533161017285 }, "geometry": { "type": "Point", "coordinates": [ 103006.2, 505808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23533150392157362, "S11": -4.0794707825602687, "W12": -10.999336099585063, "S12": -10.999336099585063, "W13": -21.3544921875, "S13": -23.043077702660469, "W21": -33.506339254528307, "S21": -34.001062638496926, "W22": -39.208464651550912, "S22": -39.208464651550912, "W31": -70.0, "S31": -71.82412291462218, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103007.0, 505354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0397908048161062, "S11": -1.041415902582683, "W12": -9.6823483882919952, "S12": -13.318657014031173, "W13": -20.0, "S13": -20.0, "W21": -34.642504012935028, "S21": -34.642504012935028, "W22": -39.805341871911821, "S22": -45.415498121911298, "W31": -80.0, "S31": -81.365832214764993, "W32": -94.472875827342335, "S32": -99.472875827342335 }, "geometry": { "type": "Point", "coordinates": [ 103007.0, 507405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5219395866454688, "S11": 2.5219395866454688, "W12": -10.107360208062419, "S12": -20.107360208062417, "W13": -20.174263088564935, "S13": -20.174263088564935, "W21": -35.642071335714284, "S21": -35.647376133969466, "W22": -70.0, "S22": -82.074236424341251, "W31": -100.0, "S31": -100.0, "W32": -102.82309131100152, "S32": -107.82309131100152 }, "geometry": { "type": "Point", "coordinates": [ 103007.0, 507869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47740163260038393, "S11": 0.47740163260038393, "W12": -8.8659946635042992, "S12": -10.884360291136986, "W13": -19.774849315419555, "S13": -19.774849315419555, "W21": -37.39291829945914, "S21": -37.39291829945914, "W22": -71.235643564356437, "S22": -83.542111457826422, "W31": -100.0, "S31": -100.0, "W32": -103.05828940656352, "S32": -108.05828940656352 }, "geometry": { "type": "Point", "coordinates": [ 103007.0, 508435.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.15438817598538157, "W12": -5.0, "S12": -7.0033440194561125, "W13": -18.497225571451114, "S13": -18.497225571451114, "W21": -39.805257542918483, "S21": -45.66528469232717, "W22": -75.829202077431532, "S22": -95.829202077431546, "W31": -100.30617592302792, "S31": -100.30617592302792, "W32": -110.04267850106801, "S32": -115.04267850106801 }, "geometry": { "type": "Point", "coordinates": [ 103007.75, 505781.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.58, "S11": 1.58, "W12": -4.3200002, "S12": -23.7200002, "W13": -23.73, "S13": -23.74, "W21": -40.609387551165419, "S21": -40.609387551165419, "W22": -66.269744925611221, "S22": -71.531233098972422, "W31": -94.249265574771172, "S31": -94.249265574771172, "W32": -97.181186238284084, "S32": -102.18118623828408 }, "geometry": { "type": "Point", "coordinates": [ 103007.8, 508855.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.29306424104604889, "W12": -5.0, "S12": -5.3605793450881611, "W13": -15.0, "S13": -17.461928227102302, "W21": -39.514305308440079, "S21": -45.341753050927409, "W22": -37.056808629709025, "S22": -41.354712923517475, "W31": -80.0, "S31": -80.172815085033136, "W32": -94.013142399547789, "S32": -99.013142399547789 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 498719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2228092243186581, "S11": 3.2228092243186581, "W12": -11.076351476871633, "S12": -11.076351476871633, "W13": -19.862816455696205, "S13": -19.862816455696205, "W21": -42.373673615612951, "S21": -63.025264169867441, "W22": -38.515335723926746, "S22": -42.600004401564661, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 500484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5317434404447692, "S12": -15.085141498697196, "W13": -19.523471987115258, "S13": -19.572214733730345, "W21": -32.94661281337676, "S21": -32.948099479500847, "W22": -42.933465089321416, "S22": -44.203176577203642, "W31": -69.122425103843682, "S31": -72.960460673171625, "W32": -98.172174368307552, "S32": -103.17217436830755 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 507169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37259106504124384, "S11": -0.37259106504124384, "W12": -9.6406058205159137, "S12": -14.640605820515914, "W13": -25.986157076998882, "S13": -25.986157076998882, "W21": -37.422257454442359, "S21": -37.422257454442359, "W22": -44.937654072072434, "S22": -50.0, "W31": -71.39907552077787, "S31": -71.938423692479049, "W32": -92.986127431864517, "S32": -97.986127431864517 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 509543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.835820895522389, "W13": -30.0, "S13": -30.0, "W21": -38.148702904232294, "S21": -38.148702904232294, "W22": -37.820751910590495, "S22": -45.2820704906282, "W31": -69.990859818647678, "S31": -69.990859818647678, "W32": -92.837691899395722, "S32": -97.837691899395722 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 510235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9142987249544627, "S11": 1.9142987249544627, "W12": -5.0, "S12": -12.428955776021525, "W13": -30.000000000000004, "S13": -30.776356480179931, "W21": -37.038963081748953, "S21": -37.038963081748953, "W22": -42.665590717602981, "S22": -42.665590717602981, "W31": -76.329118364521861, "S31": -77.296389798175369, "W32": -91.251169925537894, "S32": -96.251169925537894 }, "geometry": { "type": "Point", "coordinates": [ 103008.0, 510772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19, "S11": -0.19, "W12": -7.5900002, "S12": -19.7900002, "W13": -19.8, "S13": -19.8, "W21": -37.689999, "S21": -37.689999, "W22": -40.0, "S22": -47.182746741342143, "W31": -60.371071889797669, "S31": -61.989200675976697, "W32": -91.06397192305667, "S32": -96.06397192305667 }, "geometry": { "type": "Point", "coordinates": [ 103008.9, 508621.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.2209780453777791, "W12": -7.0413594816951752, "S12": -7.7934543466986383, "W13": -15.0, "S13": -15.94763458571369, "W21": -43.903003794944361, "S21": -53.770897278125133, "W22": -42.984525581643751, "S22": -54.601311835420191, "W31": -70.327560604670808, "S31": -70.438692715802915, "W32": -91.526800499756376, "S32": -96.526800499756376 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 498996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2065731599373599, "S11": 3.2065731599373599, "W12": -10.818668624747032, "S12": -10.818668624747032, "W13": -19.953802145411203, "S13": -19.953802145411203, "W21": -45.709673918940908, "S21": -50.126083349442403, "W22": -40.044696181720582, "S22": -40.844972840597237, "W31": -80.0, "S31": -81.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 500627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.738426664105273, "S11": 2.738426664105273, "W12": -5.6678562218390969, "S12": -8.6534113335462326, "W13": -17.388720722418988, "S13": -21.690594962161828, "W21": -60.0, "S21": -81.032016134114826, "W22": -39.230699519339417, "S22": -48.10511653674358, "W31": -80.0, "S31": -82.011207767831365, "W32": -94.396900628394931, "S32": -99.396900628394931 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 501170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6223482864487222, "S11": 2.6223482864487222, "W12": -7.1019269962133258, "S12": -8.7245908476128751, "W13": -15.700015588125474, "S13": -17.70416983085445, "W21": -60.0, "S21": -76.855259723309842, "W22": -36.819356472467618, "S22": -41.045924838909016, "W31": -80.0, "S31": -80.204670400246627, "W32": -93.964977153893258, "S32": -98.964977153893258 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 501383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49967455468467503, "S11": -3.8964408829175117, "W12": -10.105186712159982, "S12": -18.008584415565746, "W13": -21.225291917881403, "S13": -24.225291917881403, "W21": -34.473989947742957, "S21": -39.473989947742957, "W22": -40.0, "S22": -42.798839369658637, "W31": -70.082307303072554, "S31": -70.082307303072554, "W32": -93.714852468833456, "S32": -98.714852468833456 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 504826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2359502496751176, "S11": -4.1753483010768599, "W12": -10.937925311203319, "S12": -10.937925311203319, "W13": -21.314453125, "S13": -23.023926790904362, "W21": -33.493225264442501, "S21": -34.033347049173905, "W22": -39.399696862639793, "S22": -43.921387955290953, "W31": -67.382395862881467, "S31": -68.07602357825256, "W32": -98.135757912270947, "S32": -103.13575791227095 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 505355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6331774921259603, "S12": -10.455982003816088, "W13": -18.28499496077302, "S13": -18.28499496077302, "W21": -36.462236903217885, "S21": -38.498865771868317, "W22": -48.34044379078432, "S22": -48.350443790784318, "W31": -88.876453586072458, "S31": -88.876453586072458, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 506017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45806758928662977, "S11": 0.45806758928662977, "W12": -9.6783897390524327, "S12": -13.525074481473226, "W13": -20.0, "S13": -20.0, "W21": -34.641527002954895, "S21": -34.641527002954895, "W22": -62.541818181818179, "S22": -84.511041919153442, "W31": -102.74165554072096, "S31": -102.74165554072096, "W32": -110.6979080901412, "S32": -115.6979080901412 }, "geometry": { "type": "Point", "coordinates": [ 103009.0, 507380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4236699936231361, "S11": -0.87058691124315057, "W12": -9.2162605023066906, "S12": -16.901283564340822, "W13": -20.0, "S13": -23.0, "W21": -34.819701765357905, "S21": -39.819701765357905, "W22": -38.594917806563387, "S22": -42.600664347820114, "W31": -70.0, "S31": -70.0, "W32": -95.061252664514285, "S32": -100.06125266451429 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 504546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43102727557738535, "S11": -1.2914750158983503, "W12": -5.0, "S12": -5.0, "W13": -18.069305617817182, "S13": -18.693692081263322, "W21": -38.219899273175422, "S21": -44.523632968854663, "W22": -40.958489853463369, "S22": -43.166263848713236, "W31": -69.726284302991843, "S31": -72.016078885199974, "W32": -97.019047381608416, "S32": -102.01904738160842 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45736231581147457, "S11": -1.1007265934461161, "W12": -5.0, "S12": -5.3327437541454783, "W13": -18.139154438455996, "S13": -18.662877851871997, "W21": -38.469244609318309, "S21": -44.53624118703133, "W22": -40.12493186551621, "S22": -48.010864777697009, "W31": -67.829748555268182, "S31": -74.011633417406614, "W32": -90.864417774894591, "S32": -95.864417774894591 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3777326491908903, "S12": -19.962257809789989, "W13": -20.119928379207128, "S13": -20.119928379207128, "W21": -38.365069893917372, "S21": -38.365069893917372, "W22": -39.806992677680377, "S22": -39.806992677680377, "W31": -70.0, "S31": -70.0, "W32": -85.879909365558916, "S32": -90.879909365558916 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 508639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6904068180046163, "S12": -8.0442252268274697, "W13": -25.483989694516008, "S13": -25.925083399909763, "W21": -38.355853532105314, "S21": -38.355853532105314, "W22": -60.045090709007333, "S22": -60.045090709007333, "W31": -70.0, "S31": -70.259489822891879, "W32": -84.505207368771948, "S32": -89.505207368771948 }, "geometry": { "type": "Point", "coordinates": [ 103010.0, 510555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.079497098646035, "S12": -15.09764756280282, "W13": -17.290137773449203, "S13": -19.326076363819055, "W21": -45.380176329147744, "S21": -56.666549361426327, "W22": -35.303724146366001, "S22": -35.790259115237042, "W31": -69.372319838832695, "S31": -71.059739275523697, "W32": -92.268482266787913, "S32": -97.268482266787913 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 499540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8620441803416008, "S11": 2.8620441803416008, "W12": -8.3384599336453071, "S12": -9.1728598412345246, "W13": -18.78340864813303, "S13": -20.969940095472865, "W21": -54.645278737830779, "S21": -75.582941409714635, "W22": -49.428728464139539, "S22": -49.4374185447749, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 500922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.519904610492846, "S11": 2.519904610492846, "W12": -8.6950737054302643, "S12": -18.695073705430264, "W13": -20.788719263206911, "S13": -20.788719263206911, "W21": -35.444536042653056, "S21": -35.450873149571294, "W22": -44.690627724084806, "S22": -50.037859876851385, "W31": -71.812918863959368, "S31": -72.805764650922796, "W32": -92.562963956933956, "S32": -97.562963956933956 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 507783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1480772684252676, "S11": 2.1480772684252676, "W12": -5.5476534296028879, "S12": -5.5476534296028879, "W13": -20.660781613010286, "S13": -20.660781613010286, "W21": -37.379954232718895, "S21": -37.379954232718895, "W22": -41.390437260720589, "S22": -43.385273032415775, "W31": -69.595858123477655, "S31": -72.115622424975328, "W32": -97.262873811096853, "S32": -102.26287381109685 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 508122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96779853546745553, "S11": 0.96779853546745553, "W12": -5.1488990466428763, "S12": -14.345657079079867, "W13": -22.906693862414325, "S13": -22.906693862414325, "W21": -41.88979705968665, "S21": -41.88979705968665, "W22": -38.746945835371932, "S22": -41.432845560540017, "W31": -67.140369074048706, "S31": -69.306045583805414, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 508955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5438099695765057, "S12": -12.016306672494553, "W13": -27.660653889515221, "S13": -27.660653889515221, "W21": -36.296319689404427, "S21": -36.296319689404427, "W22": -39.505675395229261, "S22": -39.505675395229261, "W31": -70.0, "S31": -70.0, "W32": -85.491408610271904, "S32": -90.491408610271904 }, "geometry": { "type": "Point", "coordinates": [ 103011.0, 510444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18, "S11": 0.17, "W12": -11.82, "S12": -11.82, "W13": -22.82, "S13": -22.82, "W21": -34.32, "S21": -34.32, "W22": -40.067674534509692, "S22": -45.335100216351691, "W31": -78.627258404025312, "S31": -78.627258404025312, "W32": -95.083728985347591, "S32": -100.08372898534759 }, "geometry": { "type": "Point", "coordinates": [ 103011.3, 507503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0154212146655572, "W13": -15.0, "S13": -17.063974290305314, "W21": -38.955836054933982, "S21": -42.859601447065842, "W22": -44.001909233290931, "S22": -50.238444416708269, "W31": -72.146582572724412, "S31": -73.472099265888161, "W32": -92.244255639135588, "S32": -97.244255639135588 }, "geometry": { "type": "Point", "coordinates": [ 103011.333333333328483, 498589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09, "S11": -0.09, "W12": -3.59, "S12": -19.790001, "W13": -19.8, "S13": -19.8, "W21": -41.889999, "S21": -41.889999, "W22": -80.0, "S22": -94.870719776380156, "W31": -100.0, "S31": -100.0, "W32": -106.47604863011327, "S32": -111.47604863011327 }, "geometry": { "type": "Point", "coordinates": [ 103011.8, 508904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4966320835154443, "S11": -0.5033679164845557, "W12": -9.0200365216006428, "S12": -16.68955963168068, "W13": -20.0, "S13": -23.0, "W21": -34.918600236000977, "S21": -39.918600236000977, "W22": -66.184947322846014, "S22": -71.856408869659276, "W31": -94.253854744878566, "S31": -94.253854744878566, "W32": -97.116828425300668, "S32": -102.11682842530067 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 504510.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1816007653061225, "W12": -4.9025436278093109, "S12": -5.4867020436508955, "W13": -18.530124379951481, "S13": -21.006236406310624, "W21": -32.397964898183844, "S21": -39.141654026372166, "W22": -43.738127357568359, "S22": -50.214165924806998, "W31": -72.709655344033834, "S31": -72.709655344033834, "W32": -93.586412928395404, "S32": -98.586412928395404 }, "geometry": { "type": "Point", "coordinates": [ 103012.0, 505602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47023106844967388, "S11": 0.47023106844967388, "W12": -8.7419220346049631, "S12": -9.2793144775529619, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.021933491992023, "S21": -54.679453817195274, "W22": -38.746292957847729, "S22": -42.671343538403846, "W31": -70.0, "S31": -70.0, "W32": -94.746182426914913, "S32": -99.746182426914913 }, "geometry": { "type": "Point", "coordinates": [ 103013.0, 499114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6710850450874641, "S11": 1.3717683508707279, "W12": -7.4445568316035491, "S12": -8.0506687635594112, "W13": -19.697965951805152, "S13": -19.743611723786643, "W21": -49.737369938573401, "S21": -67.084030684821528, "W22": -40.189999, "S22": -46.189999, "W31": -76.190002, "S31": -76.190002, "W32": -95.190002, "S32": -100.190002 }, "geometry": { "type": "Point", "coordinates": [ 103013.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4292838343260836, "S11": 2.4292838343260836, "W12": -15.0, "S12": -15.0, "W13": -21.001393998579967, "S13": -23.141759421423625, "W21": -37.94965698701651, "S21": -37.94965698701651, "W22": -46.310077178955417, "S22": -46.318409985697187, "W31": -85.456336266583293, "S31": -85.456336266583293, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103013.0, 513876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6452035639899019, "S11": 2.6452035639899019, "W12": -6.9186127407475286, "S12": -6.9186127407475286, "W13": -20.718397067001906, "S13": -20.718397067001906, "W21": -44.166173243300136, "S21": -44.166173243300136, "W22": -35.670252821862498, "S22": -50.670252821862498, "W31": -80.0, "S31": -81.779508196721309, "W32": -93.220576461168932, "S32": -98.220576461168932 }, "geometry": { "type": "Point", "coordinates": [ 103013.5, 515472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67117328944274623, "S11": 0.67117328944274623, "W12": -15.196957497682135, "S12": -15.321410142208579, "W13": -16.704080113608541, "S13": -21.626846166594621, "W21": -50.342798223350258, "S21": -65.342798223350258, "W22": -38.721596642307979, "S22": -41.392590229563233, "W31": -67.126969826220588, "S31": -69.29118701747106, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 499437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5524601448840087, "S11": 2.5524601448840087, "W12": -10.0, "S12": -10.0, "W13": -18.302887414469929, "S13": -19.756711217352308, "W21": -40.000000000000007, "S21": -44.552808180874024, "W22": -60.0, "S22": -100.02433090024331, "W31": -103.72368306186681, "S31": -103.72368306186681, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 500176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4242164612238128, "S11": 1.7567958362761711, "W12": -9.0377095401650678, "S12": -15.197690930682455, "W13": -15.197690930682455, "S13": -19.604920836350793, "W21": -58.702561933803722, "S21": -67.3037404901998, "W22": -60.0, "S22": -107.78199328761127, "W31": -107.78199328761127, "S31": -107.78199328761127, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 501859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0950608628649388, "S11": 1.3285784070148665, "W12": -4.6241984337053488, "S12": -4.6241984337053488, "W13": -14.810096847979494, "S13": -19.810096847979494, "W21": -49.84221814669052, "S21": -60.941010249210997, "W22": -40.08633388796467, "S22": -40.08633388796467, "W31": -69.43836923008746, "S31": -70.43836923008746, "W32": -90.968569084267116, "S32": -95.968569084267116 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 502471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -19.686302849834036, "S13": -23.238835149547498, "W21": -50.338381471230107, "S21": -67.182979892720198, "W22": -43.878868858198068, "S22": -47.723537949434956, "W31": -59.656093696391508, "S31": -61.106620956880604, "W32": -91.02397483480992, "S32": -96.02397483480992 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 503260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67479956325083579, "S11": -4.1557415772776274, "W12": -10.045686664771051, "S12": -17.963071045733869, "W13": -20.971533236663138, "S13": -23.77250220353487, "W21": -34.456570333468804, "S21": -39.456570333468804, "W22": -40.079334373204254, "S22": -45.377910738865211, "W31": -78.500124976143766, "S31": -78.653326900331905, "W32": -95.094075495679832, "S32": -100.09407549567983 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 504801.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0875659172911463, "S11": 1.8787865031288835, "W12": -9.0607988071822856, "S12": -21.282238446568115, "W13": -21.282238446568115, "S13": -21.282238446568115, "W21": -32.830782678715018, "S21": -32.830782678715018, "W22": -41.167566328989452, "S22": -43.270941270128688, "W31": -69.667670957198169, "S31": -72.046629955479531, "W32": -97.096723426534197, "S32": -102.0967234265342 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 506801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3681592933239499, "S11": 2.3681592933239499, "W12": -5.7122298778578138, "S12": -9.9978746467142621, "W13": -20.13289917408574, "S13": -20.13289917408574, "W21": -40.0, "S21": -40.0, "W22": -39.039782989313323, "S22": -42.666555034093847, "W31": -67.242243456654947, "S31": -68.770999932583592, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 508075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2819132643530553, "S11": 0.2819132643530553, "W12": -5.1547349017113149, "S12": -21.349638945125896, "W13": -22.57848650292549, "S13": -22.57848650292549, "W21": -38.676027435625819, "S21": -38.676027435625819, "W22": -52.222320238178462, "S22": -52.222320238178462, "W31": -83.225064842373669, "S31": -83.225064842373669, "W32": -97.816137370067253, "S32": -102.81613737006725 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 508797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1397592773504694, "S12": -14.082484112836699, "W13": -25.293546060623616, "S13": -25.293546060623616, "W21": -37.025161291588937, "S21": -37.025161291588937, "W22": -35.142429728194735, "S22": -48.677257169272238, "W31": -80.0, "S31": -82.930726256983078, "W32": -93.627604534677474, "S32": -98.627604534677474 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 509342.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4241109957429135, "S11": 0.4241109957429135, "W12": -14.229057000449874, "S12": -14.229057000449874, "W13": -20.0, "S13": -20.0, "W21": -36.869358049431213, "S21": -36.869358049431213, "W22": -43.476365210978948, "S22": -44.485486983231887, "W31": -68.963709423468018, "S31": -73.262288281290793, "W32": -98.411746924122113, "S32": -103.41174692412211 }, "geometry": { "type": "Point", "coordinates": [ 103014.0, 512626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38207091834803852, "S11": -5.3820709183480382, "W12": -7.1755094780708442, "S12": -7.1755094780708442, "W13": -19.737687585457202, "S13": -21.865198855052842, "W21": -32.750154056304609, "S21": -40.249722302231731, "W22": -49.73888023410781, "S22": -49.748880234107808, "W31": -91.93188546526774, "S31": -91.93188546526774, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 505455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45746681993938759, "S11": -1.4151271305647595, "W12": -5.0, "S12": -5.0365418894830656, "W13": -18.062994533301591, "S13": -18.713558556379176, "W21": -38.068979727615258, "S21": -44.580169475307621, "W22": -82.183160792863973, "S22": -94.384656310053728, "W31": -94.384656310053728, "S31": -94.384656310053728, "W32": -94.384656310053728, "S32": -98.329218164840086 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 505736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.5852188346291598, "S12": -18.58521883462916, "W13": -20.140943122984137, "S13": -20.140943122984137, "W21": -37.52630069657711, "S21": -37.52630069657711, "W22": -58.691025996703495, "S22": -58.691025996703495, "W31": -89.87072437171841, "S31": -89.87072437171841, "W32": -97.616379095252455, "S32": -102.61637909525246 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 507978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8887294377608648, "S11": 1.8887294377608648, "W12": -10.0, "S12": -18.232332698128012, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -38.007490255422425, "S21": -38.007490255422425, "W22": -35.216149682473663, "S22": -48.698104648803628, "W31": -80.0, "S31": -83.0, "W32": -93.626024541900236, "S32": -98.626024541900236 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 508236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3431151468315301, "S11": -0.3431151468315301, "W12": -5.4079055699001319, "S12": -15.806181583622369, "W13": -25.0, "S13": -25.0, "W21": -41.903807402612962, "S21": -41.903807402612962, "W22": -36.472027484753049, "S22": -51.602499955914922, "W31": -77.449819889871549, "S31": -77.671121746708707, "W32": -93.011208325262047, "S32": -98.011208325262047 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.055084745763098, "W13": -30.0, "S13": -30.0, "W21": -38.288665657330483, "S21": -38.288665657330483, "W22": -39.371561003780627, "S22": -42.57964634995912, "W31": -70.0, "S31": -70.842360872794885, "W32": -95.779783348499777, "S32": -100.77978334849978 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 510136.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46492990062791401, "S11": 0.46492990062791401, "W12": -5.4335805875302476, "S12": -5.4335805875302476, "W13": -28.842933960137813, "S13": -31.300732817527056, "W21": -36.100996647439672, "S21": -36.100996647439672, "W22": -39.109725917018402, "S22": -42.962108570000403, "W31": -67.266514651842726, "S31": -68.598726511283374, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103015.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.97, "S11": 1.97, "W12": -6.4299998, "S12": -6.4299998, "W13": -20.129999, "S13": -22.429999, "W21": -36.130001, "S21": -41.630001, "W22": -39.806636404939447, "S22": -47.593105540740737, "W31": -67.521535634767332, "S31": -69.7167086446795, "W32": -95.256184835585671, "S32": -100.25618483558567 }, "geometry": { "type": "Point", "coordinates": [ 103015.3, 504255.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.009209112400612, "S12": -15.009209112400612, "W13": -17.394869243831796, "S13": -18.849858776281103, "W21": -42.980496927598409, "S21": -51.353052182806181, "W22": -59.952362830896845, "S22": -89.40304947259979, "W31": -103.52082777036011, "S31": -103.52082777036011, "W32": -110.69707697893986, "S32": -115.69707697893986 }, "geometry": { "type": "Point", "coordinates": [ 103015.333333333328483, 499562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.789978573569076, "S13": -18.448627023027662, "W21": -42.202395704254442, "S21": -43.064379175328824, "W22": -59.866523427152437, "S22": -88.08300282790151, "W31": -103.5871829105474, "S31": -103.5871829105474, "W32": -110.68870073281838, "S32": -115.68870073281838 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 499639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0420369057773398, "S11": 2.0420369057773398, "W12": -10.0, "S12": -10.0, "W13": -19.025735651414855, "S13": -20.691251690466459, "W21": -40.0, "S21": -45.274185391228954, "W22": -65.251574560430655, "S22": -65.251574560430655, "W31": -100.0, "S31": -100.0, "W32": -101.49260589857131, "S32": -106.49260589857131 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.1538605428452477, "S12": -12.511215228491748, "W13": -20.0, "S13": -20.436690516084465, "W21": -38.958678264128679, "S21": -46.669088849984071, "W22": -81.559525680655241, "S22": -93.059471477297151, "W31": -93.059471477297151, "S31": -93.059471477297151, "W32": -94.385465828060902, "S32": -99.385465828060902 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 504002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11983621954130426, "S11": -1.687759451119889, "W12": -12.000163347675349, "S12": -16.309787819659981, "W13": -24.37503138214301, "S13": -25.500877840595244, "W21": -34.81957675809894, "S21": -42.068884324509618, "W22": -40.0, "S22": -44.9091796875, "W31": -80.0, "S31": -81.255654362416109, "W32": -94.147797447509262, "S32": -99.147797447509262 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4519301258823283, "S11": 1.1184522667018308, "W12": -9.2741019003724983, "S12": -20.079809408926415, "W13": -20.079809408926415, "S13": -20.079809408926415, "W21": -34.972130086735547, "S21": -34.972130086735547, "W22": -37.436266243590133, "S22": -44.032835823700609, "W31": -69.92626481997776, "S31": -69.92626481997776, "W32": -92.658779737601307, "S32": -97.658779737601307 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5039109697933224, "S11": 2.5039109697933224, "W12": -10.064525357607282, "S12": -20.06452535760728, "W13": -20.277139372892243, "S13": -20.277139372892243, "W21": -36.325905918775511, "S21": -36.330548230662096, "W22": -42.851880492124515, "S22": -52.767841830335072, "W31": -68.171202426342404, "S31": -71.708310479579495, "W32": -85.064256872185126, "S32": -90.064256872185126 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 507887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5322352693205836, "S11": 2.5322352693205836, "W12": -15.0, "S12": -15.0, "W13": -20.99491222053183, "S13": -22.294218216213277, "W21": -38.176169642078918, "S21": -38.176169642078918, "W22": -40.813716889651531, "S22": -48.222370735805377, "W31": -67.362325487903902, "S31": -69.515490867520086, "W32": -81.079138353441493, "S32": -86.079138353441493 }, "geometry": { "type": "Point", "coordinates": [ 103016.0, 513942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28591521898516314, "S11": 0.28591521898516314, "W12": -9.932303017748481, "S12": -10.516988188568872, "W13": -29.415321492198839, "S13": -29.415321492198839, "W21": -38.733447704617213, "S21": -38.733447704617213, "W22": -39.205404877563382, "S22": -39.205404877563382, "W31": -70.0, "S31": -71.95457583859978, "W32": -85.144245235855692, "S32": -90.144245235855692 }, "geometry": { "type": "Point", "coordinates": [ 103016.333333333328483, 509946.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2536028804904813, "S12": -14.609218204552407, "W13": -19.11568359984885, "S13": -19.979126539887535, "W21": -33.21026075311925, "S21": -33.21026075311925, "W22": -47.937409366039802, "S22": -47.937409366039802, "W31": -78.26267595980103, "S31": -78.26267595980103, "W32": -98.020093950389878, "S32": -103.02009395038988 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 507148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.995317842534396, "S12": -18.792277622054371, "W13": -20.0, "S13": -20.0, "W21": -32.468488558587865, "S21": -32.470332297588712, "W22": -43.258682448636932, "S22": -50.30142286570144, "W31": -72.695396024403308, "S31": -74.342057391652915, "W32": -91.993889958319599, "S32": -96.993889958319599 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 507205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3208614553933202, "S11": 2.3208614553933202, "W12": -9.9383023924205691, "S12": -19.057435489009631, "W13": -20.0, "S13": -20.0, "W21": -33.28896469538045, "S21": -33.289789709921173, "W22": -35.339382826977946, "S22": -50.444500781236904, "W31": -70.0, "S31": -70.865048084502604, "W32": -92.234669938227754, "S32": -97.234669938227754 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 507258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55241194513344438, "S11": 0.52900644406224229, "W12": -9.8343318325334508, "S12": -15.10290599623039, "W13": -20.0, "S13": -20.0, "W21": -34.513197659838113, "S21": -34.513197659838113, "W22": -39.418146295416435, "S22": -39.418146295416435, "W31": -68.05513295961704, "S31": -75.000957937469607, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62087287121515233, "S11": -0.62087287121515233, "W12": -6.1842522492996075, "S12": -7.9230582194488628, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -41.562254432602735, "S21": -41.562254432602735, "W22": -38.871160001549732, "S22": -45.048523441147665, "W31": -65.653552658731186, "S31": -68.212740721135688, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103017.0, 509089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.95, "S12": -10.95, "W13": -15.96, "S13": -16.768855794162622, "W21": -18.450001, "S21": -18.450001, "W22": -65.435795489842818, "S22": -105.43579548984282, "W31": -105.43579548984282, "S31": -105.43579548984282, "W32": -105.43579548984282, "S32": -109.4674791533034 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 496771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47448377295686334, "S11": 0.47448377295686334, "W12": -8.7221179904106734, "S12": -9.2679662882034162, "W13": -15.0, "S13": -15.0, "W21": -46.956647584743038, "S21": -53.330292571192906, "W22": -35.204375092990965, "S22": -50.326804999533024, "W31": -71.181425727045522, "S31": -71.181425727045522, "W32": -92.333301048190961, "S32": -97.333301048190961 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 499113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.94563919688343, "S13": -18.776882464642373, "W21": -42.173688558446926, "S21": -46.319804260926261, "W22": -38.236027403578497, "S22": -39.04340293437162, "W31": -67.161208119295566, "S31": -69.908714120045161, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 499670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7076186609831807, "S11": 1.7076186609831807, "W12": -8.1705618240199076, "S12": -11.308635803611745, "W13": -18.26981471221502, "S13": -19.957677371475476, "W21": -34.114089602528075, "S21": -34.114089602528075, "W22": -43.322374627360986, "S22": -52.987888738380128, "W31": -68.216142459764029, "S31": -71.815661220573119, "W32": -84.799932344271014, "S32": -89.799932344271014 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6711711711711712, "S11": 1.6711711711711712, "W12": -7.7004856073017498, "S12": -10.038060412956211, "W13": -25.0, "S13": -25.050122121976958, "W21": -38.622727604878293, "S21": -38.622727604878293, "W22": -59.526868102044446, "S22": -59.526868102044446, "W31": -70.0, "S31": -70.0, "W32": -84.750274426482306, "S32": -89.750274426482306 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 510497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0855855855855858, "S11": 2.0855855855855858, "W12": -7.3176008268976602, "S12": -9.1916423535626581, "W13": -25.0, "S13": -25.199369225261794, "W21": -38.640533864344754, "S21": -38.640533864344754, "W22": -42.790347019437725, "S22": -42.790347019437725, "W31": -76.543961343177358, "S31": -76.704023393663888, "W32": -95.697463282196949, "S32": -100.69746328219695 }, "geometry": { "type": "Point", "coordinates": [ 103018.0, 510520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9082776818297187, "S11": 1.9082776818297187, "W12": -7.3742653488139833, "S12": -16.424832340557835, "W13": -19.929703775065494, "S13": -23.495380935267459, "W21": -40.0, "S21": -48.767036850075776, "W22": -39.955493079584777, "S22": -44.123461829584777, "W31": -80.0, "S31": -80.975771812080538, "W32": -93.176995914748076, "S32": -98.176995914748076 }, "geometry": { "type": "Point", "coordinates": [ 103018.857142857144936, 503833.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28457360899733697, "S11": -2.5972029349549737, "W12": -10.80807066976346, "S12": -17.110076550424463, "W13": -23.379703157338199, "S13": -25.047609577704083, "W21": -34.720748532841, "S21": -38.037031732346868, "W22": -36.926128682288777, "S22": -41.740572493899798, "W31": -69.699623392680607, "S31": -69.699623392680607, "W32": -92.492160705536506, "S32": -97.492160705536506 }, "geometry": { "type": "Point", "coordinates": [ 103019.0, 505046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2936288088642659, "S11": -0.2936288088642659, "W12": -5.0, "S12": -8.8623542685220009, "W13": -17.727298828825639, "S13": -17.727298828825639, "W21": -40.0, "S21": -43.569730534649139, "W22": -41.35241099630754, "S22": -43.36336488806549, "W31": -69.616430500246395, "S31": -72.071377713602644, "W32": -97.160219892546849, "S32": -102.16021989254685 }, "geometry": { "type": "Point", "coordinates": [ 103019.0, 505950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34274193548387111, "S11": 0.34274193548387111, "W12": -10.0, "S12": -11.136963696369637, "W13": -29.72159090909091, "S13": -29.72159090909091, "W21": -38.596000698308103, "S21": -38.596000698308103, "W22": -38.182693936460929, "S22": -38.182693936460929, "W31": -67.929601111623697, "S31": -73.50260322641833, "W32": -82.008196721311478, "S32": -87.008196721311478 }, "geometry": { "type": "Point", "coordinates": [ 103019.0, 509987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.582831297428938, "S11": 2.582831297428938, "W12": -6.9203255974623659, "S12": -6.9203255974623659, "W13": -20.692901850241352, "S13": -20.692901850241352, "W21": -44.89277212540209, "S21": -44.89277212540209, "W22": -59.989886370396974, "S22": -65.220465590064819, "W31": -100.0, "S31": -100.0, "W32": -100.32903892270801, "S32": -105.32903892270801 }, "geometry": { "type": "Point", "coordinates": [ 103019.461538461531745, 515674.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17049031260943359, "S11": 0.17049031260943359, "W12": -11.465081698870748, "S12": -11.465081698870748, "W13": -20.000000000000004, "S13": -26.462002211809597, "W21": -33.974511220732921, "S21": -35.275536857587582, "W22": -40.043909825109317, "S22": -45.043909825109317, "W31": -79.139161638865886, "S31": -79.160041182183406, "W32": -95.063783544909441, "S32": -100.06378354490944 }, "geometry": { "type": "Point", "coordinates": [ 103019.5, 511817.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44270404873602076, "S11": 0.44270404873602076, "W12": -7.5026578688674848, "S12": -7.5026578688674848, "W13": -15.756583783002226, "S13": -16.157202135924418, "W21": -34.135699136868062, "S21": -37.135699136868062, "W22": -38.612213928465671, "S22": -38.612213928465671, "W31": -67.45720823748286, "S31": -75.408819712602394, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2221174004192874, "S11": 3.2221174004192874, "W12": -11.13443556876587, "S12": -11.13443556876587, "W13": -20.473637082613806, "S13": -21.473637082613806, "W21": -42.391295811518319, "S21": -62.821640171719935, "W22": -39.973347984972413, "S22": -49.73008845793521, "W31": -67.576261634081561, "S31": -72.108891762927357, "W32": -94.255048670637805, "S32": -99.255048670637805 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 500471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35664908729730577, "S11": -2.8215304617706183, "W12": -10.498030202508437, "S12": -18.09152188883758, "W13": -22.719433581726726, "S13": -24.717981431836499, "W21": -34.653234630930882, "S21": -38.08388240733607, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.0, "W32": -83.904957138136368, "S32": -88.904957138136368 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 504980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096058199094350788, "S11": 0.096058199094350788, "W12": -5.0, "S12": -9.9015920772220127, "W13": -18.201635465980374, "S13": -18.201635465980374, "W21": -40.0, "S21": -43.54858296529963, "W22": -40.0, "S22": -43.709733586984235, "W31": -80.0, "S31": -80.28153904739905, "W32": -95.007879495585385, "S32": -100.00787949558539 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 505881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67690930787589476, "S11": 0.51760088739971666, "W12": -10.0, "S12": -19.40764637243462, "W13": -20.0, "S13": -20.746027846027847, "W21": -36.580586677697532, "S21": -37.954387703904864, "W22": -42.802779846993431, "S22": -42.802779846993431, "W31": -76.585610866103877, "S31": -76.585610866103877, "W32": -95.705076433118023, "S32": -100.70507643311802 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 506322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5477655440414511, "S11": 2.5477655440414511, "W12": -5.0, "S12": -9.7030492148017391, "W13": -19.623789954337902, "S13": -19.623789954337902, "W21": -34.078775195125019, "S21": -34.078775195125019, "W22": -38.272083856122762, "S22": -44.657615515842174, "W31": -70.17372097857573, "S31": -70.17372097857573, "W32": -92.847011268985781, "S32": -97.847011268985781 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 507589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1519175329780733, "S12": -18.151917532978075, "W13": -20.130687048380754, "S13": -20.130687048380754, "W21": -37.765500927652759, "S21": -37.765500927652759, "W22": -40.184704552216594, "S22": -47.262736405584334, "W31": -67.801696107182806, "S31": -74.217438378219256, "W32": -90.846253649043149, "S32": -95.846253649043149 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 507987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3981829300253334, "S12": -13.437112370414628, "W13": -22.213106092619096, "S13": -22.213106092619096, "W21": -38.835908186991865, "S21": -38.835908186991865, "W22": -36.185525801394014, "S22": -51.205821970607765, "W31": -79.987386591851873, "S31": -81.503103989922209, "W32": -91.755160035895912, "S32": -96.755160035895912 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47186164988951607, "S11": 0.47186164988951607, "W12": -10.0, "S12": -20.417711018944065, "W13": -20.417711018944065, "S13": -20.417711018944065, "W21": -39.674582631578943, "S21": -39.674582631578943, "W22": -39.785154110952568, "S22": -46.405490513608569, "W31": -66.511354041959052, "S31": -67.287294682036958, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 508269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53327171885898261, "S11": -0.53327171885898261, "W12": -4.5923828315777291, "S12": -5.9839995361466771, "W13": -25.0, "S13": -25.0, "W21": -41.313520120373134, "S21": -41.313520120373134, "W22": -39.52570282840815, "S22": -40.414433147899942, "W31": -80.0, "S31": -81.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.0, 509112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.14, "S11": 1.14, "W12": -4.1799998, "S12": -20.5799998, "W13": -20.59, "S13": -20.59, "W21": -39.580002, "S21": -39.580002, "W22": -38.696703340007005, "S22": -38.696703340007005, "W31": -67.536370358501742, "S31": -75.992446167577924, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103020.3, 508667.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03, "S11": -0.03, "W12": -5.1300001, "S12": -21.1300001, "W13": -21.139999, "S13": -21.139999, "W21": -38.43, "S21": -38.43, "W22": -41.035804622906973, "S22": -47.732257684072536, "W31": -67.906117185867672, "S31": -73.430308417264555, "W32": -88.413220049161055, "S32": -93.413220049161055 }, "geometry": { "type": "Point", "coordinates": [ 103020.5, 508808.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61080100178283381, "S11": 0.61080100178283381, "W12": -15.041801510248112, "S12": -15.337733983125029, "W13": -15.624178600823045, "S13": -20.298172566576739, "W21": -49.999999999999993, "S21": -49.999999999999993, "W22": -39.571551121375592, "S22": -39.571551121375592, "W31": -70.0, "S31": -70.0, "W32": -85.808471802618328, "S32": -90.808471802618328 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 499307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2011698642957416, "S11": -3.6901058919515179, "W12": -9.8444000626314665, "S12": -17.751267366707133, "W13": -20.128942764491878, "S13": -22.528707069847385, "W21": -34.392960320870017, "S21": -39.392960320870017, "W22": -40.093380811809702, "S22": -44.591427686809702, "W31": -80.0, "S31": -81.249580536912745, "W32": -94.181841213541503, "S32": -99.181841213541503 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 504730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27920989165908089, "S11": -2.5511839531260621, "W12": -10.838044904745502, "S12": -17.137544243888097, "W13": -23.412955402842812, "S13": -25.082271155047909, "W21": -34.728195813306101, "S21": -38.001950188434783, "W22": -35.374266931241266, "S22": -50.451189990848682, "W31": -70.039912917271408, "S31": -71.279783640903759, "W32": -92.085398237231232, "S32": -97.085398237231232 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 505050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9194972554585625, "S12": -12.699666384167386, "W13": -28.472148541114059, "S13": -28.472148541114059, "W21": -38.200177967877067, "S21": -38.200177967877067, "W22": -40.599064992357775, "S22": -47.051596356358132, "W31": -67.848965149519074, "S31": -74.681054577354303, "W32": -89.905952762637597, "S32": -94.905952762637597 }, "geometry": { "type": "Point", "coordinates": [ 103021.0, 510424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6627893783187195, "S11": 2.6627893783187195, "W12": -6.9053234589519157, "S12": -6.9053234589519157, "W13": -20.723220516282236, "S13": -20.723220516282236, "W21": -44.278970469765042, "S21": -44.278970469765042, "W22": -39.512695570184462, "S22": -42.680930125026492, "W31": -70.0, "S31": -70.0, "W32": -94.141722661627171, "S32": -99.141722661627171 }, "geometry": { "type": "Point", "coordinates": [ 103021.262295081964112, 515521.360655737691559 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9176867704280158, "S11": 2.9176867704280158, "W12": -10.183772208652591, "S12": -10.183772208652591, "W13": -18.401167557639962, "S13": -19.480513928631169, "W21": -40.0, "S21": -54.139769912918432, "W22": -78.580669495521192, "S22": -92.215844916161345, "W31": -100.0, "S31": -100.0, "W32": -104.45887887547474, "S32": -109.45887887547474 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7141888387282682, "S11": 2.7141888387282682, "W12": -5.8899656636193738, "S12": -8.7272908157175486, "W13": -17.499534168808523, "S13": -22.039451786574279, "W21": -59.32265991399332, "S21": -80.293748916350424, "W22": -80.0, "S22": -94.905907432112883, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -106.61442277718125, "S32": -111.61442277718125 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 501151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47706422018348627, "S11": -0.47706422018348627, "W12": -12.765468876062807, "S12": -21.720531318829078, "W13": -21.720531318829078, "S13": -21.720531318829078, "W21": -30.910017423229629, "S21": -32.461025845020728, "W22": -68.168741949334475, "S22": -94.060123295261278, "W31": -100.0, "S31": -100.0, "W32": -103.59108402822321, "S32": -108.59108402822321 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 506137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4220222385474202, "S12": -18.421977552134443, "W13": -20.0, "S13": -20.0, "W21": -32.45637158590359, "S21": -32.45706804295915, "W22": -70.0, "S22": -83.538104001018056, "W31": -87.275716446318725, "S31": -87.275716446318725, "W32": -87.524907867587743, "S32": -92.524907867587743 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 507238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37378210806023027, "S11": 0.37378210806023027, "W12": -9.7278377254153678, "S12": -14.727837725415366, "W13": -30.0, "S13": -30.0, "W21": -37.845904157857639, "S21": -37.845904157857639, "W22": -43.222652622732355, "S22": -53.008811988291271, "W31": -71.168337270915828, "S31": -71.168337270915828, "W32": -91.55503202894505, "S32": -96.55503202894505 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 510363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43760377946216716, "S11": 0.43760377946216716, "W12": -14.251572838857312, "S12": -14.251572838857312, "W13": -20.0, "S13": -20.0, "W21": -36.947506922012572, "S21": -37.082162703038826, "W22": -36.223004640175112, "S22": -51.238729600106488, "W31": -80.0, "S31": -81.540668119099493, "W32": -91.680376906969784, "S32": -96.680376906969784 }, "geometry": { "type": "Point", "coordinates": [ 103022.0, 512655.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9481981981981982, "S11": 1.9481981981981982, "W12": -7.5743247328185568, "S12": -9.6899719549855927, "W13": -25.0, "S13": -25.100761959570594, "W21": -38.669610878262503, "S21": -38.669610878262503, "W22": -43.48392584531468, "S22": -51.734613288027788, "W31": -68.245521197411605, "S31": -72.758409224019147, "W32": -82.821871934339001, "S32": -87.821871934339001 }, "geometry": { "type": "Point", "coordinates": [ 103022.25, 510506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44936786745608187, "S11": 0.44707019281753629, "W12": -9.9382978723404598, "S12": -17.941777805049213, "W13": -20.0, "S13": -20.0, "W21": -38.731492331491715, "S21": -38.731492331491715, "W22": -39.517270952223974, "S22": -46.022461898333518, "W31": -66.131371540087969, "S31": -67.40654638847893, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103022.6, 508315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0465406239863526, "S11": 2.0465406239863526, "W12": -10.0, "S12": -10.0, "W13": -18.919889421304831, "S13": -20.584835957799484, "W21": -40.0, "S21": -44.308214724369627, "W22": -58.561313544304276, "S22": -78.875373086558213, "W31": -104.70596613751728, "S31": -104.70596613751728, "W32": -110.59835280913698, "S32": -115.59835280913698 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 500087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8727209095295372, "S11": 1.8727209095295372, "W12": -7.4157433950569462, "S12": -16.431256234099195, "W13": -19.929744303950311, "S13": -23.585511691318509, "W21": -40.0, "S21": -48.809944472488638, "W22": -50.416442155631742, "S22": -50.421025312122374, "W31": -93.922743528408688, "S31": -93.922743528408688, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 503830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26884588347186045, "S11": 0.15510114293890112, "W12": -10.489829207445787, "S12": -19.776333954373388, "W13": -20.000000000000004, "S13": -20.046437346437351, "W21": -34.938139249639761, "S21": -36.254014814886304, "W22": -38.245196100549393, "S22": -43.976647885881874, "W31": -80.0, "S31": -80.540264943690445, "W32": -93.810972019407416, "S32": -98.810972019407416 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 506261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78889979725706738, "S11": 0.74882430279495782, "W12": -10.0, "S12": -16.108382124709244, "W13": -20.0, "S13": -20.0, "W21": -34.459497721009349, "S21": -34.459497721009349, "W22": -36.308781247850725, "S22": -51.337783031186689, "W31": -79.642268389941734, "S31": -80.962892936056477, "W32": -91.501276951033844, "S32": -96.501276951033844 }, "geometry": { "type": "Point", "coordinates": [ 103023.0, 507429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1164948593994688, "S11": 3.1164948593994688, "W12": -10.699733151852714, "S12": -10.699733151852714, "W13": -20.472005881442499, "S13": -20.472005881442499, "W21": -47.34211382996039, "S21": -56.571747436187742, "W22": -39.077750943682233, "S22": -43.054817229414262, "W31": -67.239735551796656, "S31": -68.480621146882385, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103023.5, 500670.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6716048957132987, "S11": -2.6604424519412389, "W12": -9.6437403775345203, "S12": -17.516103000566353, "W13": -20.0, "S13": -22.10566976561477, "W21": -34.46306526783232, "S21": -39.46306526783232, "W22": -40.0, "S22": -48.592969388681986, "W31": -67.606938360686314, "S31": -72.913143917062143, "W32": -93.616518959755922, "S32": -98.616518959755922 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 504662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4438030531719423, "S11": -4.3388923388862279, "W12": -5.8006063111478579, "S12": -5.8006063111478579, "W13": -19.377195381471239, "S13": -21.909564351396558, "W21": -32.745658504434168, "S21": -38.417180005786996, "W22": -60.045415108229172, "S22": -60.045415108229172, "W31": -70.0, "S31": -70.040438076707645, "W32": -84.753041419879253, "S32": -89.753041419879253 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 505506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16535520748274066, "S11": 0.16535520748274066, "W12": -5.0, "S12": -10.0, "W13": -18.364986218513849, "S13": -18.364986218513849, "W21": -40.0, "S21": -45.152156799797858, "W22": -42.591711735192632, "S22": -42.591711735192632, "W31": -76.160270126396895, "S31": -77.160270126396895, "W32": -91.291673224971191, "S32": -96.291673224971191 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82518089725032195, "S11": 0.82518089725032195, "W12": -7.7604867506108786, "S12": -9.7319855714245911, "W13": -21.277015519568224, "S13": -21.277015519568224, "W21": -34.189002351925062, "S21": -34.189002351925062, "W22": -42.480255065697484, "S22": -47.309649708800457, "W31": -70.0, "S31": -70.777868852459022, "W32": -91.408759543101539, "S32": -96.408759543101539 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 507526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3025486433175804, "S12": -12.918642183977141, "W13": -19.683417097311498, "S13": -19.683417097311498, "W21": -37.149681289838895, "S21": -37.149681289838895, "W22": -40.024057429483172, "S22": -43.616830866983179, "W31": -80.0, "S31": -80.864129850172887, "W32": -92.93615606295721, "S32": -97.93615606295721 }, "geometry": { "type": "Point", "coordinates": [ 103024.0, 508490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3021843170941461, "S11": 2.3021843170941461, "W12": -9.7309354498165987, "S12": -19.240210087213335, "W13": -19.883604254465101, "S13": -19.883604254465101, "W21": -33.394168980223213, "S21": -33.394168980223213, "W22": -36.110400028176123, "S22": -51.236646134095125, "W31": -73.471892864816269, "S31": -73.471892864816269, "W32": -92.41802264264652, "S32": -97.41802264264652 }, "geometry": { "type": "Point", "coordinates": [ 103024.666666666671517, 507260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49151469098287748, "S11": 0.49151469098287748, "W12": -9.1711085011457634, "S12": -13.265627060900389, "W13": -29.277125173675749, "S13": -29.277125173675749, "W21": -37.545151239540125, "S21": -37.545151239540125, "W22": -40.0, "S22": -47.209716166918767, "W31": -67.719018923217277, "S31": -73.799073410564688, "W32": -91.952636931570538, "S32": -96.952636931570538 }, "geometry": { "type": "Point", "coordinates": [ 103024.666666666671517, 510406.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2673654786862336, "S11": 3.2673654786862336, "W12": -11.204161248374511, "S12": -11.204161248374511, "W13": -19.837531645569619, "S13": -19.837531645569619, "W21": -43.441604967757343, "S21": -63.441604967757343, "W22": -40.141434510677293, "S22": -46.798610416007008, "W31": -67.78618107782593, "S31": -74.320669885851828, "W32": -90.848416044977284, "S32": -95.848416044977284 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 500499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3813588913376691, "S12": -18.616085447728295, "W13": -19.941466420209487, "S13": -19.941466420209487, "W21": -32.33752868371846, "S21": -32.337975015336859, "W22": -40.160887972704593, "S22": -45.753859838609564, "W31": -78.049362758381449, "S31": -78.887747925059273, "W32": -95.173748345035435, "S32": -100.17374834503543 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4952201900480229, "W12": -7.7508404322401399, "S12": -18.209521518404475, "W13": -19.946907483004853, "S13": -19.946907483004853, "W21": -33.965641817239401, "S21": -33.973043392042548, "W22": -48.530512143815606, "S22": -50.213989258460117, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 507683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18029970636878712, "S11": 0.17217552802675243, "W12": -7.4783739334135833, "S12": -21.098414766407029, "W13": -21.098414766407029, "S13": -21.098414766407029, "W21": -39.342946444343582, "S21": -39.342946444343582, "W22": -80.305063502673804, "S22": -90.342799351730406, "W31": -101.12213101497375, "S31": -101.12213101497375, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 508711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6081081081081081, "S11": 1.6081081081081081, "W12": -7.9725212575084692, "S12": -10.525466761216475, "W13": -25.0, "S13": -25.0, "W21": -38.581524919392187, "S21": -38.581524919392187, "W22": -66.098914845954653, "S22": -77.299564229469325, "W31": -90.0, "S31": -90.0, "W32": -91.523577020229922, "S32": -96.523577020229922 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 510483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.8904555737577837, "S12": -8.1334157237999154, "W13": -25.0, "S13": -25.529988239905919, "W21": -38.543913839828072, "S21": -38.543913839828072, "W22": -43.750547858695519, "S22": -50.0, "W31": -72.865930851361512, "S31": -74.065453903825741, "W32": -92.582182745757521, "S32": -97.582182745757521 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 510548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19201357648896919, "S11": 0.19201357648896919, "W12": -10.471789688200531, "S12": -13.080244756814961, "W13": -22.50082154131108, "S13": -29.107252435730651, "W21": -33.383868549763683, "S21": -33.383868549763683, "W22": -38.927290062527163, "S22": -47.552477148265886, "W31": -80.0, "S31": -81.429992058908454, "W32": -93.894230769230759, "S32": -98.894230769230759 }, "geometry": { "type": "Point", "coordinates": [ 103025.0, 511476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5371782250801165, "S11": 1.1919684464883136, "W12": -9.2733841602184786, "S12": -21.255112890880334, "W13": -21.255112890880334, "S13": -21.255112890880334, "W21": -34.64569939101284, "S21": -34.64569939101284, "W22": -40.0, "S22": -42.222281539381001, "W31": -70.0, "S31": -70.0, "W32": -93.748305569165439, "S32": -98.748305569165439 }, "geometry": { "type": "Point", "coordinates": [ 103025.25, 506677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64399999999972857, "S11": 0.64399999999972857, "W12": -10.000993454802808, "S12": -14.204973554305152, "W13": -30.0, "S13": -30.0, "W21": -38.051859749890163, "S21": -38.051859749890163, "W22": -40.0, "S22": -46.747931310614824, "W31": -67.767238127680457, "S31": -74.20010295238265, "W32": -91.135257865715218, "S32": -96.135257865715218 }, "geometry": { "type": "Point", "coordinates": [ 103025.333333333328483, 510289.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8480776196636257, "S11": 2.8480776196636257, "W12": -9.990259359230004, "S12": -9.990259359230004, "W13": -19.443406758499624, "S13": -19.443406758499624, "W21": -51.161121193789519, "S21": -71.782248506289079, "W22": -74.011449480642113, "S22": -87.953024771510115, "W31": -100.94687405162048, "S31": -100.9976477460112, "W32": -110.27820866427491, "S32": -115.27820866427491 }, "geometry": { "type": "Point", "coordinates": [ 103025.6, 500785.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6109407966057612, "S11": 1.6109407966057612, "W12": -6.9418785179080231, "S12": -6.9418785179080231, "W13": -20.617986201383982, "S13": -20.617986201383982, "W21": -44.450163503514197, "S21": -44.450163503514197, "W22": -44.257413429665341, "S22": -46.444009064548872, "W31": -57.788345982469252, "S31": -58.400865614508675, "W32": -90.821815167740752, "S32": -95.821815167740752 }, "geometry": { "type": "Point", "coordinates": [ 103025.651515151519561, 516156.257575757568702 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45990168947032301, "S11": 0.45990168947032301, "W12": -8.8159266208046709, "S12": -9.3640354872468716, "W13": -15.0, "S13": -15.365184519799387, "W21": -47.081752106515729, "S21": -51.153567824672912, "W22": -40.142973950812014, "S22": -45.606216378320937, "W31": -78.069410813833429, "S31": -79.069410813833429, "W32": -95.150443044744193, "S32": -100.15044304474419 }, "geometry": { "type": "Point", "coordinates": [ 103026.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2645695438004276, "S11": 1.2645695438004276, "W12": -4.5516795372063168, "S12": -4.5516795372063168, "W13": -14.889105188117242, "S13": -19.846130410050005, "W21": -49.683713076329958, "S21": -61.005029037789498, "W22": -40.237036656469165, "S22": -42.797229025026326, "W31": -69.965802345371344, "S31": -71.765213099115513, "W32": -96.418207202602815, "S32": -101.41820720260282 }, "geometry": { "type": "Point", "coordinates": [ 103026.0, 502535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23646776661290989, "S11": 0.12510731780505574, "W12": -10.473037804644022, "S12": -20.031471609757887, "W13": -20.031471609757887, "S13": -20.031471609757887, "W21": -34.906625111295895, "S21": -36.259787352887066, "W22": -48.104943138455013, "S22": -48.104943138455013, "W31": -70.0, "S31": -70.0, "W32": -85.25011145391862, "S32": -90.25011145391862 }, "geometry": { "type": "Point", "coordinates": [ 103026.0, 506258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8483961462858254, "S11": 1.8483961462858254, "W12": -7.2560386473429945, "S12": -9.5931129663655259, "W13": -20.0, "S13": -20.0, "W21": -36.988031084854072, "S21": -36.988031084854072, "W22": -74.237440191386554, "S22": -93.611736837794297, "W31": -97.183614330874775, "S31": -97.183614330874775, "W32": -101.19445244956736, "S32": -106.19445244956736 }, "geometry": { "type": "Point", "coordinates": [ 103026.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6228477819795248, "S11": 1.6228477819795248, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.064653595537905, "S13": -25.514796995444996, "W21": -37.116703769921301, "S21": -37.858681653681913, "W22": -40.03317447990041, "S22": -44.56637760490041, "W31": -79.909318886282591, "S31": -81.316785329235614, "W32": -94.782911612882785, "S32": -99.782911612882785 }, "geometry": { "type": "Point", "coordinates": [ 103026.705882352936896, 513521.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18339755983181175, "S11": 0.18339755983181175, "W12": -10.702611556774128, "S12": -11.730255033190549, "W13": -20.787955434892258, "S13": -28.466282494261314, "W21": -33.323477439692489, "S21": -33.323477439692489, "W22": -35.544158769491567, "S22": -47.987388447614862, "W31": -69.854393205020912, "S31": -72.378593110428454, "W32": -91.844134399081028, "S32": -96.844134399081028 }, "geometry": { "type": "Point", "coordinates": [ 103027.090909090911737, 511565.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83469176998153527, "S11": 0.83469176998153527, "W12": -9.4433475292640434, "S12": -9.9965705996626859, "W13": -15.995426404254015, "S13": -16.584051736244124, "W21": -30.0, "S21": -30.31736369519491, "W22": -37.617841824428105, "S22": -40.161195341848767, "W31": -65.583628571036542, "S31": -71.630255685956342, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 497485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4582805612571903, "S11": 2.0902089231531398, "W12": -6.0659743297865978, "S12": -13.937063498070284, "W13": -14.493400031689255, "S13": -18.383368689963191, "W21": -60.0, "S21": -71.666711072184469, "W22": -39.485656018712071, "S22": -39.485656018712071, "W31": -70.0, "S31": -70.0, "W32": -85.816654078549846, "S32": -90.816654078549846 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 502094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43107415930517401, "S11": 0.43107415930517412, "W12": -5.0, "S12": -8.9653179190751437, "W13": -18.769355691738738, "S13": -18.769355691738738, "W21": -40.0, "S21": -45.595225619996583, "W22": -36.031505453987052, "S22": -37.521852436229707, "W31": -69.754168331624626, "S31": -70.499283784555359, "W32": -92.166539032211759, "S32": -97.166539032211759 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31880733944954132, "S11": -0.32169083889320677, "W12": -12.469504168494954, "S12": -22.469504168494954, "W13": -22.469504168494954, "S13": -22.469504168494954, "W21": -32.330342191704361, "S21": -33.926327581334235, "W22": -40.0, "S22": -46.861820446658889, "W31": -67.723397006132657, "S31": -73.960285194348842, "W32": -91.753919342632187, "S32": -96.753919342632187 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -38.321920514660142, "S21": -38.321920514660142, "W22": -80.508856951871664, "S22": -91.787364078653354, "W31": -101.44715725256201, "S31": -101.44715725256201, "W32": -108.92998164247861, "S32": -113.92998164247861 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 510106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.097422283120665, "S12": -15.037720790583352, "W13": -30.0, "S13": -30.0, "W21": -37.987166507417449, "S21": -37.987166507417449, "W22": -43.1431375718985, "S22": -43.1431375718985, "W31": -77.148955211186845, "S31": -77.952791059445204, "W32": -93.762742960432945, "S32": -98.762742960432945 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 510323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8565588987482955, "S11": 2.8565588987482955, "W12": -6.8657482488233743, "S12": -6.8657482488233743, "W13": -20.796099954112105, "S13": -20.796099954112105, "W21": -42.871342502699243, "S21": -42.871342502699243, "W22": -35.16927124198758, "S22": -44.372643425809194, "W31": -69.78158980753139, "S31": -72.78158980753139, "W32": -91.873306849183933, "S32": -96.873306849183933 }, "geometry": { "type": "Point", "coordinates": [ 103028.0, 515178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16, "S11": 0.15, "W12": -7.8400002, "S12": -21.0400002, "W13": -21.049999, "S13": -21.049999, "W21": -39.388072116230767, "S21": -39.388072116230767, "W22": -42.942548894807899, "S22": -44.166616453100637, "W31": -69.131224498212717, "S31": -72.937180581435157, "W32": -97.983508058987042, "S32": -102.98350805898704 }, "geometry": { "type": "Point", "coordinates": [ 103028.2, 508715.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52169116272111893, "S11": 0.52169116272111893, "W12": -11.434692784451757, "S12": -11.434692784451757, "W13": -18.608709994006595, "S13": -20.202564520907213, "W21": -40.163994029622259, "S21": -56.542788773618632, "W22": -38.779368055459116, "S22": -38.779368055459116, "W31": -67.639003979807484, "S31": -75.793823779424216, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 499803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40512715944015137, "S11": -4.5437193150523951, "W12": -6.4389554912498284, "S12": -6.4389554912498284, "W13": -19.532534295150015, "S13": -21.86729847465617, "W21": -32.856024725697566, "S21": -39.470209286171922, "W22": -76.676315789474373, "S22": -102.00649809872667, "W31": -102.00649809872667, "S31": -102.00649809872667, "W32": -102.00649809872667, "S32": -105.76310379510801 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77799133577818425, "S11": 0.72207797254869122, "W12": -10.0, "S12": -15.775195049337061, "W13": -20.0, "S13": -20.0, "W21": -34.489391337783417, "S21": -34.489391337783417, "W22": -39.328934548389412, "S22": -48.346679969842036, "W31": -79.924981987742953, "S31": -82.013907774633168, "W32": -94.221109809351731, "S32": -99.221109809351731 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 507405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33155272253894152, "S11": 0.33155272253894152, "W12": -9.8652206918793723, "S12": -9.9266351467038305, "W13": -29.172110349295469, "S13": -29.172110349295469, "W21": -38.712103941417659, "S21": -38.712103941417659, "W22": -39.59002138159871, "S22": -42.753988463372217, "W31": -70.0, "S31": -70.0, "W32": -94.094643148783248, "S32": -99.094643148783248 }, "geometry": { "type": "Point", "coordinates": [ 103029.0, 509938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6803751926475368, "S11": 2.6803751926475368, "W12": -6.892034177156301, "S12": -6.892034177156301, "W13": -20.72804396556257, "S13": -20.72804396556257, "W21": -44.391767696229941, "S21": -44.391767696229941, "W22": -80.570941136040062, "S22": -93.900648562896777, "W31": -101.33221939439035, "S31": -101.33221939439035, "W32": -108.48455197256763, "S32": -113.48455197256763 }, "geometry": { "type": "Point", "coordinates": [ 103029.024590163928224, 515570.721311475383118 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6204698196890592, "S11": 2.6204698196890592, "W12": -6.9011762612614129, "S12": -6.9011762612614129, "W13": -20.704941556450105, "S13": -20.704941556450105, "W21": -44.903666418710145, "S21": -44.903666418710145, "W22": -48.354252736182552, "S22": -48.354252736182552, "W31": -78.442934983649948, "S31": -78.442934983649948, "W32": -97.945607929483899, "S32": -102.9456079294839 }, "geometry": { "type": "Point", "coordinates": [ 103029.222222222218988, 515702.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 2.702434362740167, "S11": 2.1380845441417327, "W12": -8.5002376910654025, "S12": -15.939910079571748, "W13": -19.886538081892773, "S13": -22.886538081892773, "W21": -35.209204707489285, "S21": -40.209204707489285, "W22": -40.0, "S22": -42.738295179572134, "W31": -80.0, "S31": -80.446645177708049, "W32": -94.031461625282162, "S32": -99.031461625282162 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 504439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17667369639829633, "S11": 0.072279119493200497, "W12": -10.512057826392887, "S12": -20.0, "W13": -20.0, "S13": -20.615004998621906, "W21": -34.781282124495888, "S21": -36.179235168823872, "W22": -34.973248533469608, "S22": -48.560290831449407, "W31": -80.0, "S31": -83.171016751071292, "W32": -93.293902209242063, "S32": -98.293902209242063 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 506251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9591833282587794, "S11": 1.9591833282587794, "W12": -7.4603342343146686, "S12": -9.9054872955391584, "W13": -17.92631143206091, "S13": -19.937196372280297, "W21": -33.944642232353786, "S21": -33.944642232353786, "W22": -42.592155065628866, "S22": -43.987560452257242, "W31": -69.24306943461373, "S31": -72.722801293181547, "W32": -97.769536654990588, "S32": -102.76953665499059 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0323250903972627, "S11": 2.0323250903972627, "W12": -5.2337545126353797, "S12": -5.2707919613760579, "W13": -20.425486226352476, "S13": -20.425486226352476, "W21": -37.98046107281106, "S21": -37.98046107281106, "W22": -39.096734920866687, "S22": -43.248948327074473, "W31": -67.238481599367518, "S31": -68.335431754031788, "W32": -99.827410697760513, "S32": -104.82741069776051 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56, "S11": 0.55, "W12": -5.2399998, "S12": -22.4400008, "W13": -22.450001, "S13": -22.450001, "W21": -39.042901607324048, "S21": -39.042901607324048, "W22": -60.050299812402713, "S22": -60.050299812402713, "W31": -70.0, "S31": -70.158901568136628, "W32": -84.30783137842846, "S32": -89.30783137842846 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508762.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51567962100860465, "S11": 0.51567962100860465, "W12": -4.6601665072951839, "S12": -19.362207754196824, "W13": -25.0, "S13": -25.003198510999315, "W21": -39.79005989217881, "S21": -39.79005989217881, "W22": -49.040775742768382, "S22": -51.733409353464296, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2521166924265843, "S11": -0.2521166924265843, "W12": -4.6801242737321385, "S12": -17.922015957903351, "W13": -25.0, "S13": -25.0, "W21": -41.934199784477165, "S21": -41.934199784477165, "W22": -71.427213121578575, "S22": -84.794231674815592, "W31": -86.189610703753161, "S31": -86.189610703753161, "W32": -86.241412449476783, "S32": -91.241412449476783 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 509013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6612029708187501, "S11": 2.6612029708187501, "W12": -13.877284039905554, "S12": -13.877284039905554, "W13": -20.994545307655098, "S13": -20.994545307655098, "W21": -38.578318682182619, "S21": -38.578318682182619, "W22": -40.0, "S22": -40.257158552495973, "W31": -68.764057405230346, "S31": -69.764057405230346, "W32": -91.024213190280562, "S32": -96.024213190280562 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 514082.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1665066804945794, "S11": 0.1665066804945794, "W12": -11.197911308605361, "S12": -11.362585576157873, "W13": -20.0, "S13": -26.827947569480138, "W21": -33.793460605146116, "S21": -34.73367173247231, "W22": -39.840244901522325, "S22": -42.650933244389172, "W31": -70.0, "S31": -71.427470536873983, "W32": -96.084940352276831, "S32": -101.08494035227683 }, "geometry": { "type": "Point", "coordinates": [ 103030.428571428565192, 511748.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5927554438860865, "S11": 2.5927554438860865, "W12": -5.0000000000000009, "S12": -10.623223710921611, "W13": -19.777000005321192, "S13": -19.777000005321192, "W21": -33.959371828367047, "S21": -33.959371828367047, "W22": -42.470232570984365, "S22": -43.925695235890998, "W31": -69.282604125629462, "S31": -72.646849648883332, "W32": -97.689258423604784, "S32": -102.68925842360478 }, "geometry": { "type": "Point", "coordinates": [ 103030.666666666671517, 507612.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42889436094156164, "S11": 0.42889436094156164, "W12": -5.7926269973418432, "S12": -5.7926269973418432, "W13": -15.0, "S13": -15.990187321171817, "W21": -36.625328354146106, "S21": -36.625328354146106, "W22": -38.360226389848499, "S22": -38.360226389848499, "W31": -67.330227500227011, "S31": -72.089967185015396, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 498189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9733647689184157, "S11": 1.9733647689184157, "W12": -10.0, "S12": -10.0, "W13": -18.87185227691586, "S13": -20.568574731588104, "W21": -40.0, "S21": -45.176649086048698, "W22": -76.451160845012211, "S22": -89.727516293275485, "W31": -100.0, "S31": -100.0, "W32": -104.12261860227859, "S32": -109.12261860227859 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8510932395074136, "W12": -9.0506638642538579, "S12": -14.731292656211675, "W13": -14.731292656211675, "S13": -19.040465701041235, "W21": -59.638524717875669, "S21": -70.414312016507154, "W22": -44.824934477998397, "S22": -48.06652484599396, "W31": -80.0, "S31": -80.814868804664727, "W32": -96.858109778335532, "S32": -101.85810977833553 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 501801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7574378226184888, "S11": 2.4348256972169517, "W12": -7.4395464481114129, "S12": -12.17943352053058, "W13": -21.145841981807187, "S13": -23.7109494326481, "W21": -35.692451709065821, "S21": -41.105658827378988, "W22": -40.0, "S22": -42.593543151387607, "W31": -70.17758457187675, "S31": -70.17758457187675, "W32": -93.399824432467753, "S32": -98.399824432467753 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 504340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4804758318690192, "S11": 2.4081986041462469, "W12": -9.2923740176158276, "S12": -20.08649166467465, "W13": -20.124013906231383, "S13": -20.124013906231383, "W21": -35.775816677861762, "S21": -35.775816677861762, "W22": -40.499769278742207, "S22": -42.929039868430571, "W31": -69.89086331714185, "S31": -71.808614360598739, "W32": -96.527280886550912, "S32": -101.52728088655091 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 506895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18814798103601552, "S11": 0.18814798103601552, "W12": -10.434826981862646, "S12": -13.434826981862646, "W13": -22.84367811513528, "S13": -29.184309592862103, "W21": -33.551280544908352, "S21": -33.551280544908352, "W22": -39.999999999999993, "S22": -47.066464987988248, "W31": -67.660612934439527, "S31": -73.599900502846396, "W32": -92.579180589859064, "S32": -97.579180589859064 }, "geometry": { "type": "Point", "coordinates": [ 103031.0, 511460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5297953148928349, "S11": 0.92179501826453247, "W12": -4.7562757441702903, "S12": -4.7562757441702903, "W13": -15.743533067798165, "S13": -20.275078208752781, "W21": -50.0, "S21": -62.302436627013094, "W22": -39.999999999999993, "S22": -47.041551739478592, "W31": -67.663806002342909, "S31": -73.624145500430615, "W32": -92.532689234345483, "S32": -97.532689234345483 }, "geometry": { "type": "Point", "coordinates": [ 103031.142857142855064, 502649.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36376146789005515, "S11": -0.36376146789005515, "W12": -12.325054848618269, "S12": -21.806985597532133, "W13": -21.806985597532133, "S13": -21.806985597532133, "W21": -32.263397456533603, "S21": -33.881632645279559, "W22": -66.111762138888139, "S22": -77.271346076040416, "W31": -90.043916113600616, "S31": -90.043916113600616, "W32": -91.727675185135055, "S32": -96.727675185135055 }, "geometry": { "type": "Point", "coordinates": [ 103031.2, 506159.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.055245236819955, "S12": -13.055245236819955, "W13": -18.329941414444111, "S13": -19.687416327987961, "W21": -41.094696824728594, "S21": -54.666377200756799, "W22": -41.222489618415018, "S22": -47.996392117296224, "W31": -67.915421692690913, "S31": -71.547985043837272, "W32": -87.782555521043633, "S32": -92.782555521043633 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78585918854415215, "S11": 0.59710648298700297, "W12": -9.9134872550624955, "S12": -19.158459456311725, "W13": -20.0, "S13": -20.976945126945125, "W21": -36.819017702045137, "S21": -38.402704210877559, "W22": -39.068111368185001, "S22": -48.284574913192145, "W31": -79.888796318441194, "S31": -81.529822885001906, "W32": -93.805496019595722, "S32": -98.805496019595722 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63361402410394241, "S11": -0.63361402410394241, "W12": -5.8912222094759601, "S12": -5.8912222094759601, "W13": -24.767042684925464, "S13": -24.767042684925464, "W21": -41.632290735984618, "S21": -41.632290735984618, "W22": -44.266877615566614, "S22": -52.824886987312539, "W31": -68.419954237551167, "S31": -73.644425479618604, "W32": -83.392470094557183, "S32": -88.392470094557183 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 509079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34601831485388512, "S11": 0.34601831485388512, "W12": -9.8569970133841984, "S12": -9.8569970133841984, "W13": -29.139178318846838, "S13": -29.139178318846838, "W21": -38.692747214780894, "S21": -38.692747214780894, "W22": -59.165013037974688, "S22": -92.84596296053536, "W31": -104.51807071147971, "S31": -104.51807071147971, "W32": -110.49962863933452, "S32": -115.49962863933452 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7629592791950186, "S12": -7.7376032274756028, "W13": -25.0, "S13": -26.069253887364432, "W21": -38.553440948344587, "S21": -38.553440948344587, "W22": -40.0, "S22": -47.391225361068216, "W31": -67.60984703389768, "S31": -73.249335119553308, "W32": -93.286357692866474, "S32": -98.286357692866474 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 510558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38513011455960289, "S11": 0.38513011455960289, "W12": -6.6020262782966599, "S12": -9.601278195259443, "W13": -28.381363299739188, "S13": -29.985748428433183, "W21": -35.982777689224683, "S21": -35.982777689224683, "W22": -50.558440574564202, "S22": -50.562978055111508, "W31": -93.980610883483664, "S31": -93.980610883483664, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103032.0, 511080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82470513184009075, "S11": 0.82470513184009075, "W12": -9.6846689593069701, "S12": -10.68466895930697, "W13": -16.020159845043967, "S13": -16.725912680948991, "W21": -27.559824578129469, "S21": -28.069420517297871, "W22": -38.519593152657812, "S22": -38.519593152657812, "W31": -67.463012674403899, "S31": -76.077660570039711, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 497419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6870229007633587, "S11": 0.6870229007633587, "W12": -15.225290938172192, "S12": -15.350051661320011, "W13": -16.814965721561137, "S13": -21.814965721561137, "W21": -51.367703045685282, "S21": -66.697773967671097, "W22": -35.94695480056042, "S22": -48.854151770257332, "W31": -80.0, "S31": -82.486394557823232, "W32": -93.363333568860142, "S32": -98.363333568860142 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18994208328659923, "S11": -4.9569516091638759, "W12": -11.243123935271603, "S12": -11.682649222370545, "W13": -21.489859000931851, "S13": -23.367775229204149, "W21": -33.640601064708278, "S21": -33.640601064708278, "W22": -45.356075794657102, "S22": -45.356075794657102, "W31": -76.916394638361496, "S31": -76.916394638361496, "W32": -97.417500195223738, "S32": -102.41750019522374 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2931772516816631, "S12": -17.293177251681662, "W13": -20.747096321250822, "S13": -20.747096321250822, "W21": -38.187320774975966, "S21": -38.187320774975966, "W22": -36.581271989373434, "S22": -51.7122390358779, "W31": -75.087870965535373, "S31": -75.145468039255121, "W32": -92.437824196638033, "S32": -97.437824196638033 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 508002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9355497414078906, "S12": -20.096255711947272, "W13": -20.529193208276617, "S13": -20.529193208276617, "W21": -36.754798282285073, "S21": -36.754798282285073, "W22": -34.429281059558043, "S22": -40.324817642951189, "W31": -69.695439120502087, "S31": -72.184122195863665, "W32": -91.884901641698178, "S32": -96.884901641698178 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 508581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.00314464331592, "S12": -15.696693030412694, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.835890063424941, "S21": -37.835890063424941, "W22": -36.12957751925866, "S22": -38.515195370769561, "W31": -69.845597100886849, "S31": -70.446662820247411, "W32": -92.126714845663884, "S32": -97.126714845663884 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 510347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15485074626865675, "S11": 0.15485074626865675, "W12": -12.697155217777818, "S12": -12.697155217777818, "W13": -20.0, "S13": -28.784543385912549, "W21": -34.726272441137006, "S21": -37.726272441137006, "W22": -37.596760156222317, "S22": -43.132064044997243, "W31": -80.0, "S31": -80.133157666762855, "W32": -93.573668880619351, "S32": -98.573668880619351 }, "geometry": { "type": "Point", "coordinates": [ 103033.0, 512143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3758116173594068, "S11": -0.86373244226356549, "W12": -8.8959111499342178, "S12": -16.726950005343507, "W13": -19.942553291051578, "S13": -23.30237580012782, "W21": -34.829292238870444, "S21": -39.829292238870444, "W22": -59.999999999999993, "S22": -64.922970094271889, "W31": -100.0, "S31": -100.0, "W32": -100.23758716104041, "S32": -105.23758716104041 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 504527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3046516956920295, "W12": -5.0000000000000009, "S12": -5.4299065420560755, "W13": -17.885345006736962, "S13": -18.856842466480352, "W21": -35.354547764727485, "S21": -43.812309127761658, "W22": -67.224311324879764, "S22": -78.998888135099918, "W31": -100.0, "S31": -100.0, "W32": -102.49693163978877, "S32": -107.49693163978877 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99053862547318727, "S11": 0.92077322606667722, "W12": -10.0, "S12": -16.322301380473114, "W13": -20.0, "S13": -20.0, "W21": -34.448622034264339, "S21": -34.448622034264339, "W22": -44.59396416309194, "S22": -44.59396416309194, "W31": -73.355399356634834, "S31": -74.006541115622028, "W32": -91.763074785823207, "S32": -96.763074785823207 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 507407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.261744363821681, "S11": 2.261744363821681, "W12": -5.0, "S12": -9.0751957054171264, "W13": -20.094770273661144, "S13": -20.094770273661144, "W21": -39.756278298102977, "S21": -39.756278298102977, "W22": -42.184427665230707, "S22": -44.050015968245617, "W31": -80.0, "S31": -80.544906166219647, "W32": -97.818858902725694, "S32": -102.81885890272569 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 508073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.9136206033994148, "S12": -6.9136206033994148, "W13": -20.657385570815606, "S13": -20.657385570815606, "W21": -44.981277013699511, "S21": -44.981277013699511, "W22": -41.421749316730683, "S22": -43.39464634706038, "W31": -69.613337920732135, "S31": -72.017708163796229, "W32": -97.039989528926341, "S32": -102.03998952892634 }, "geometry": { "type": "Point", "coordinates": [ 103034.0, 516017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14601634683724685, "S11": 0.14601634683724685, "W12": -12.152478344630328, "S12": -12.152478344630328, "W13": -20.0, "S13": -27.571353673132055, "W21": -34.437491538433278, "S21": -36.67128469330622, "W22": -42.414738688914362, "S22": -51.365237454631611, "W31": -68.085467314038041, "S31": -71.437035101089705, "W32": -85.714784904488269, "S32": -90.714784904488269 }, "geometry": { "type": "Point", "coordinates": [ 103034.333333333328483, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6224263242779045, "S11": 1.2768744520970512, "W12": -9.3933773327264465, "S12": -22.551127285496236, "W13": -22.551127285496236, "S13": -22.551127285496236, "W21": -36.312441884895605, "S21": -36.312441884895605, "W22": -39.134009192611515, "S22": -39.134009192611515, "W31": -70.0, "S31": -72.358028335300929, "W32": -85.164567377682232, "S32": -90.164567377682232 }, "geometry": { "type": "Point", "coordinates": [ 103034.5, 506714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.28, "S11": 1.28, "W12": -4.9200001, "S12": -24.1200011, "W13": -24.129999, "S13": -24.139999, "W21": -41.94149261827026, "S21": -41.94149261827026, "W22": -80.0, "S22": -93.862877552605013, "W31": -100.0, "S31": -100.0, "W32": -104.73093011392621, "S32": -109.73093011392621 }, "geometry": { "type": "Point", "coordinates": [ 103034.6, 508946.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53745256286091814, "S11": 0.53745256286091814, "W12": -7.8808334467443704, "S12": -7.8808334467443704, "W13": -15.959286662249188, "S13": -16.309219468969442, "W21": -33.34219350595972, "S21": -33.34219350595972, "W22": -80.0, "S22": -99.067559342665859, "W31": -101.38665957157343, "S31": -101.38665957157343, "W32": -110.18022230978205, "S32": -115.18022230978205 }, "geometry": { "type": "Point", "coordinates": [ 103034.666666666671517, 497819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.028450581005613984, "W12": -6.9404376839467323, "S12": -7.7215989660834152, "W13": -14.999999999999998, "S13": -16.388865143238394, "W21": -43.595548980510706, "S21": -48.990196676987672, "W22": -59.777859493670888, "S22": -104.77785949367089, "W31": -104.77785949367089, "S31": -104.77785949367089, "W32": -110.36566646860766, "S32": -115.36566646860766 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 498992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1770505910787659, "S11": 1.7413919867390426, "W12": -9.113092091822141, "S12": -16.125446943372417, "W13": -16.125446943372417, "S13": -20.458369915044344, "W21": -60.0, "S21": -68.327030267471216, "W22": -71.174188525949404, "S22": -84.265832494039557, "W31": -86.391320548186158, "S31": -86.391320548186158, "W32": -86.554711912671848, "S32": -91.554711912671848 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 501946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5891592479098033, "S12": -6.5891592479098033, "W13": -20.112988509099612, "S13": -22.568961850487739, "W21": -36.310512981063283, "S21": -42.088133329705038, "W22": -43.492529935966097, "S22": -52.50263189971232, "W31": -71.926600400759327, "S31": -72.005443156943073, "W32": -91.590233450580513, "S32": -96.590233450580513 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 504253.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44070447465009455, "S11": -3.9082188241398903, "W12": -5.7465206007992284, "S12": -5.7465206007992284, "W13": -19.31938672173295, "S13": -21.891761074151709, "W21": -32.861654219785834, "S21": -38.406815695809094, "W22": -44.826344237217732, "S22": -50.14852720918622, "W31": -74.260104151907669, "S31": -74.973261781924762, "W32": -91.645545422021371, "S32": -96.645545422021371 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 505512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69124846550454189, "S11": 0.69124846550454189, "W12": -10.0, "S12": -18.905817733437956, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -43.896501386265335, "S22": -50.0, "W31": -73.793851333521047, "S31": -74.909286689721569, "W32": -92.171626842511813, "S32": -97.171626842511813 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7200616604272341, "S12": -14.782895620450981, "W13": -30.0, "S13": -30.0, "W21": -37.833167336984452, "S21": -37.833167336984452, "W22": -41.834512550767144, "S22": -44.319085426657999, "W31": -80.010249574529553, "S31": -81.010249574529553, "W32": -97.326932502910225, "S32": -102.32693250291022 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 510370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77852545348156821, "S11": 0.77852545348156821, "W12": -9.2731230680141046, "S12": -13.261341192880625, "W13": -29.130731337627886, "S13": -29.130731337627886, "W21": -37.585730665120735, "S21": -37.585730665120735, "W22": -40.0, "S22": -46.253225375923122, "W31": -67.720977434301702, "S31": -74.197851270372894, "W32": -91.499026921829383, "S32": -96.499026921829383 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 510404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.356229427144811, "S12": -14.356229427144811, "W13": -20.0, "S13": -20.0, "W21": -37.082838125987763, "S21": -37.84756057403478, "W22": -37.824749347075688, "S22": -42.443243887074019, "W31": -64.687795069714085, "S31": -69.845711649917448, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103035.0, 512760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -15.032034034212401, "W13": -17.297546748576565, "S13": -19.521028953740558, "W21": -43.118888592038473, "S21": -51.695768859171565, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.922432553801499, "S32": -88.922432553801499 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 499551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3386059639219718, "S11": 2.3386059639219718, "W12": -9.6616738769624249, "S12": -20.012935018627473, "W13": -20.012935018627473, "S13": -20.012935018627473, "W21": -33.297718908543246, "S21": -33.297718908543246, "W22": -61.538173652694617, "S22": -73.760395874916838, "W31": -100.9100484734315, "S31": -100.9100484734315, "W32": -105.88799824425726, "S32": -110.88799824425726 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 507257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0591115474291826, "S11": 2.0420087846751991, "W12": -10.0, "S12": -19.607699601744699, "W13": -19.83538768655534, "S13": -19.83538768655534, "W21": -34.397556358657198, "S21": -34.397556358657198, "W22": -42.881054275790092, "S22": -44.132183244549502, "W31": -69.158261044797499, "S31": -72.883278002871208, "W32": -97.876054898343327, "S32": -102.87605489834333 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 507283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4570911722141575, "S11": 1.4570911722141575, "W12": -5.0897821063057114, "S12": -8.980092708944948, "W13": -19.768603576248317, "S13": -19.768603576248317, "W21": -34.062491128080154, "S21": -34.062491128080154, "W22": -43.290018580023492, "S22": -51.813391632269138, "W31": -68.089383994999153, "S31": -72.445221597262318, "W32": -82.799401120715785, "S32": -87.799401120715785 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 507549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6030150753768844, "S11": 2.6030150753768844, "W12": -5.0, "S12": -15.014598540145986, "W13": -19.950904881230944, "S13": -19.950904881230944, "W21": -33.901442387883051, "S21": -33.905179773337174, "W22": -41.041399028775082, "S22": -48.869524028775082, "W31": -67.30532849294535, "S31": -69.69962469296064, "W32": -81.398660482698759, "S32": -86.398660482698759 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 507648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47176891928952847, "S11": 0.47176891928952847, "W12": -10.0, "S12": -14.012881518865656, "W13": -20.0, "S13": -20.0, "W21": -38.426568597374676, "S21": -38.426568597374676, "W22": -68.417090909090902, "S22": -85.001773349937721, "W31": -101.77115332902002, "S31": -101.77115332902002, "W32": -110.59296260965139, "S32": -115.59296260965139 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 508374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33389154550558209, "S11": 0.32914688777287687, "W12": -5.0, "S12": -19.114225024104915, "W13": -21.425309188240767, "S13": -21.425309188240767, "W21": -39.477075748484417, "S21": -39.477075748484417, "W22": -49.526289435981958, "S22": -49.526289435981958, "W31": -95.092603557302894, "S31": -95.092603557302894, "W32": -95.092603557302894, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 508728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0601139601139602, "S11": 2.0601139601139602, "W12": -10.0, "S12": -14.014925373134329, "W13": -30.0, "S13": -30.0, "W21": -38.156088597389008, "S21": -38.156088597389008, "W22": -70.0, "S22": -85.430932703659977, "W31": -100.0, "S31": -100.0, "W32": -103.68627325208467, "S32": -108.68627325208467 }, "geometry": { "type": "Point", "coordinates": [ 103036.0, 510213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.031852133836713, "S11": 1.3546748386800358, "W12": -4.5063552268944216, "S12": -4.5063552268944216, "W13": -14.760201843229924, "S13": -19.467768777771361, "W21": -50.71902905579983, "S21": -61.878437382623972, "W22": -47.980384230457112, "S22": -47.980384230457112, "W31": -78.115299435619747, "S31": -78.115299435619747, "W32": -97.915238193965749, "S32": -102.91523819396575 }, "geometry": { "type": "Point", "coordinates": [ 103036.5, 502440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6979610069764033, "S11": 2.6979610069764033, "W12": -6.8787448953606614, "S12": -6.8787448953606614, "W13": -20.732867414842914, "S13": -20.732867414842918, "W21": -44.504564922694925, "S21": -44.504564922694925, "W22": -45.159160404781403, "S22": -50.0, "W31": -72.717359305609193, "S31": -73.072007192933143, "W32": -93.63984139240857, "S32": -98.63984139240857 }, "geometry": { "type": "Point", "coordinates": [ 103036.786885245906888, 515620.081967213132884 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79218603270904764, "S11": 0.79218603270904764, "W12": -8.8935053470018435, "S12": -8.8935053470018435, "W13": -15.981576783238321, "S13": -16.429813801280265, "W21": -30.820748458692972, "S21": -30.925828542821744, "W22": -41.471384259223626, "S22": -43.41911590045472, "W31": -69.601236522632874, "S31": -72.02297176910875, "W32": -97.042233330424693, "S32": -102.04223333042469 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 497566.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.526213015684494, "S11": 1.3792028565131118, "W12": -5.132092286221031, "S12": -10.693890039030126, "W13": -14.515198022801469, "S13": -19.515198022801471, "W21": -56.99221730505112, "S21": -69.394994731184738, "W22": -40.0, "S22": -46.189162736898297, "W31": -67.707255000561204, "S31": -74.16345793735303, "W32": -91.64579954589685, "S32": -96.64579954589685 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2719114394754447, "S11": 1.2198026969435398, "W12": -4.4922476601085997, "S12": -4.4922476601085997, "W13": -14.884588499730526, "S13": -19.682411702914209, "W21": -49.816705361713005, "S21": -61.203448728143854, "W22": -43.436535074038602, "S22": -46.748162021561448, "W31": -70.202150330333126, "S31": -70.202150330333126, "W32": -91.463144251742037, "S32": -96.463144251742037 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4939730322492171, "S11": 0.77432455660638322, "W12": -4.5573234548789925, "S12": -4.5573234548789925, "W13": -15.0, "S13": -19.977535911464855, "W21": -50.0, "S21": -61.594572565015099, "W22": -43.405703775390016, "S22": -44.39707343642921, "W31": -68.994105055987589, "S31": -73.196994971215759, "W32": -98.165193652534882, "S32": -103.16519365253488 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5217307313459383, "S11": 0.7169497107680205, "W12": -4.6368687845969117, "S12": -4.6368687845969117, "W13": -15.298507462686567, "S13": -20.298507462686565, "W21": -49.999999999999993, "S21": -61.62055121483813, "W22": -43.16, "S22": -43.16, "W31": -81.150002, "S31": -81.150002, "W32": -99.150002, "S32": -104.150002 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 502634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6065527065527063, "S11": 1.6065527065527063, "W12": -10.0, "S12": -14.402985074626868, "W13": -30.0, "S13": -30.0, "W21": -38.125538276585374, "S21": -38.125538276585374, "W22": -43.889999, "S22": -44.645520557835084, "W31": -68.841679639899937, "S31": -73.488550365631582, "W32": -98.440545493075561, "S32": -103.44054549307556 }, "geometry": { "type": "Point", "coordinates": [ 103037.0, 510233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8085394389573644, "S12": -19.117349462573213, "W13": -19.603807089914049, "S13": -19.603807089914049, "W21": -32.622221520535049, "S21": -32.622221520535049, "W22": -43.699899477034364, "S22": -43.699899477034364, "W31": -76.848498436670155, "S31": -76.848498436670155, "W32": -96.844993418579122, "S32": -101.84499341857912 }, "geometry": { "type": "Point", "coordinates": [ 103037.5, 507191.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.430060454451036, "S12": -9.0285771024121022, "W13": -15.0, "S13": -15.480584837996576, "W21": -46.30732617225248, "S21": -48.018369532684652, "W22": -37.345131455179086, "S22": -43.640361718336983, "W31": -80.0, "S31": -80.027436674716128, "W32": -93.442607989071561, "S32": -98.442607989071561 }, "geometry": { "type": "Point", "coordinates": [ 103037.8, 499094.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.525284087503746, "S13": -18.497676031382451, "W21": -41.331474597273854, "S21": -44.324796270035819, "W22": -35.136882225685333, "S22": -35.136882225685333, "W31": -69.83018417120573, "S31": -71.494939309495507, "W32": -91.925668884315328, "S32": -96.925668884315328 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 499596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3732475513731512, "S11": 2.3732475513731512, "W12": -9.394637112766052, "S12": -9.394637112766052, "W13": -19.911393755678127, "S13": -20.420476026223778, "W21": -49.735673592493292, "S21": -60.0, "W22": -36.758576172650393, "S22": -42.543296794788795, "W31": -70.0, "S31": -70.0, "W32": -92.249244651314712, "S32": -97.249244651314712 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 503062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3818096117371572, "S11": -1.3818096117371572, "W12": -5.3403188624370594, "S12": -8.429785473973137, "W13": -25.0, "S13": -25.0, "W21": -41.082273796944222, "S21": -41.082273796944222, "W22": -39.634988633670609, "S22": -42.827257212774661, "W31": -70.340228936742378, "S31": -70.340228936742378, "W32": -93.14096439653764, "S32": -98.14096439653764 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 509130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95372240172320943, "S11": 0.95372240172320943, "W12": -13.712315345087964, "S12": -13.712315345087964, "W13": -20.920314310079409, "S13": -25.18564474883755, "W21": -37.155274123502778, "S21": -39.899164323142784, "W22": -41.760880475672636, "S22": -41.88637781966451, "W31": -68.428863149235568, "S31": -74.278801803635588, "W32": -99.203076501165526, "S32": -104.20307650116553 }, "geometry": { "type": "Point", "coordinates": [ 103038.0, 513068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2631308342570211, "S11": 1.2631308342570211, "W12": -10.0, "S12": -10.0, "W13": -18.770396086418856, "S13": -20.762632255642473, "W21": -39.999999999999993, "S21": -58.191069493886388, "W22": -39.671819109743801, "S22": -39.671819109743801, "W31": -70.0, "S31": -70.0, "W32": -86.290596676737223, "S32": -91.290596676737223 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 499951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9823239299610895, "S11": 2.9823239299610895, "W12": -10.381931943654431, "S12": -10.381931943654431, "W13": -18.512511888754059, "S13": -19.368990945075961, "W21": -41.329119721535221, "S21": -57.039840608781063, "W22": -49.416143552859829, "S22": -52.703772867770326, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.85302677785621 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 500295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7943302733573847, "S11": 2.3473711657544754, "W12": -9.6868225200454905, "S12": -13.027591860814832, "W13": -14.810420832352758, "S13": -17.851406073677051, "W21": -60.0, "S21": -73.45442660170157, "W22": -49.417414930121502, "S22": -52.695216900298156, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.82703753082546 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33753589432038983, "S11": -5.7798815026648542, "W12": -7.5420283863855584, "S12": -7.5420283863855584, "W13": -19.795646138003804, "S13": -22.006741500733469, "W21": -33.061660743054389, "S21": -41.299240617557871, "W22": -48.577938028948324, "S22": -48.577938028948324, "W31": -78.517217970063641, "S31": -78.517217970063641, "W32": -97.895132622846702, "S32": -102.8951326228467 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 505441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0319823931522396, "S11": 1.0319823931522396, "W12": -4.6774748947328142, "S12": -4.6774748947328142, "W13": -24.176547732999381, "S13": -24.179563681207188, "W21": -41.951699603703588, "S21": -41.951699603703588, "W22": -41.430045875000872, "S22": -44.553175048382172, "W31": -80.112414688388569, "S31": -81.082250208191454, "W32": -96.736112907408597, "S32": -101.7361129074086 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 508964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -13.805878750765464, "W13": -30.0, "S13": -30.0, "W21": -38.185999771411076, "S21": -38.185999771411076, "W22": -40.353064884413726, "S22": -45.709052811545369, "W31": -80.037857299472023, "S31": -80.981986830377139, "W32": -95.485726123441893, "S32": -100.48572612344189 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8603603603603602, "S11": 1.8603603603603602, "W12": -8.16700210624861, "S12": -10.723597820636023, "W13": -25.0, "S13": -25.0, "W21": -38.6084714772674, "S21": -38.6084714772674, "W22": -38.578811232684942, "S22": -38.578811232684942, "W31": -69.422615292533976, "S31": -74.606595655542023, "W32": -83.318619391645001, "S32": -88.318619391645001 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 510476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.150819034022035, "S11": 0.150819034022035, "W12": -11.612141995033353, "S12": -11.612141995033353, "W13": -20.0, "S13": -27.050523077245614, "W21": -34.072480516844522, "S21": -35.519799881545204, "W22": -49.185978912749889, "S22": -49.195978912749887, "W31": -90.822402143720211, "S31": -90.822402143720211, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 511858.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.694431361684444, "S11": 1.694431361684444, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.096355333188043, "S13": -25.58200830662653, "W21": -37.239285668962282, "S21": -37.664762886572198, "W22": -70.0, "S22": -80.379825653798264, "W31": -101.51627317032766, "S31": -101.51627317032766, "W32": -110.51881960141847, "S32": -115.51881960141847 }, "geometry": { "type": "Point", "coordinates": [ 103039.0, 513583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6745015613222782, "S11": 1.6745015613222782, "W12": -5.4628430882551271, "S12": -12.141832917257556, "W13": -14.489456960846336, "S13": -19.105647713214395, "W21": -58.518380987746013, "S21": -70.537677383467241, "W22": -44.997120842575683, "S22": -50.0, "W31": -74.58003108154918, "S31": -75.407852729270715, "W32": -91.691280345384143, "S32": -96.691280345384143 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 502176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5313755071252371, "S11": 1.5313755071252371, "W12": -8.0144495235143722, "S12": -14.760075497081521, "W13": -19.84964112087253, "S13": -25.043188590932782, "W21": -43.308866138690362, "S21": -51.566683113338421, "W22": -35.044594426987416, "S22": -48.956986576339375, "W31": -80.0, "S31": -83.102454226723808, "W32": -93.015833294078845, "S32": -98.015833294078845 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 503678.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3384089496581727, "S11": -2.3456634139438872, "W12": -5.0, "S12": -5.0, "W13": -18.667075217205262, "S13": -21.312295396198095, "W21": -32.747730695666704, "S21": -39.695043688542171, "W22": -36.135331553741096, "S22": -39.090615101836718, "W31": -69.964249299201214, "S31": -70.507766173091085, "W32": -92.059917524089499, "S32": -97.059917524089499 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 505592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74922434367541713, "S11": 0.54636623221950131, "W12": -9.7388242999836265, "S12": -18.509501765835779, "W13": -20.0, "S13": -20.976986076986076, "W21": -36.880674172417237, "S21": -38.581849292485224, "W22": -40.100964124489444, "S22": -42.72526647969196, "W31": -70.0, "S31": -71.651853670513134, "W32": -96.204578601613051, "S32": -101.20457860161305 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9853356240030036, "S11": 1.951641719603062, "W12": -10.0, "S12": -19.705329034705059, "W13": -19.811464241579266, "S13": -19.811464241579266, "W21": -34.704415000022671, "S21": -34.704415000022671, "W22": -64.969042907361029, "S22": -78.066961523000259, "W31": -88.289931826503206, "S31": -88.289931826503206, "W32": -89.127149758461002, "S32": -94.127149758461002 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 507290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -11.777125801309225, "W13": -19.787844479552373, "S13": -19.787844479552373, "W21": -33.918243106007957, "S21": -33.918243106007957, "W22": -48.574680132595688, "S22": -48.584680132595686, "W31": -89.49981515090407, "S31": -89.49981515090407, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 507604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4048971476533154, "S12": -17.662513966245744, "W13": -25.105067334059122, "S13": -25.105067334059122, "W21": -39.275919134808099, "S21": -39.275919134808099, "W22": -61.154181818181812, "S22": -91.154181818181812, "W31": -103.13649974736043, "S31": -103.13649974736043, "W32": -110.99120239075413, "S32": -115.99120239075413 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 509249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2259076416743802, "S11": 1.2259076416743802, "W12": -10.0, "S12": -11.0, "W13": -30.0, "S13": -30.0, "W21": -38.486014141727544, "S21": -38.486014141727544, "W22": -49.050864414544954, "S22": -49.050864414544954, "W31": -78.912383505742611, "S31": -78.912383505742611, "W32": -97.858617684036417, "S32": -102.85861768403642 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 510022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.8132511972810734, "S12": -7.3004230349899037, "W13": -26.698564593301437, "S13": -29.698564593301437, "W21": -38.28969442657916, "S21": -38.28969442657916, "W22": -36.42770750004383, "S22": -40.923453477721729, "W31": -70.032386799693015, "S31": -70.244921689314936, "W32": -92.132165605095551, "S32": -97.132165605095551 }, "geometry": { "type": "Point", "coordinates": [ 103040.0, 510616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2214372233868755, "S11": 3.2214372233868755, "W12": -11.233347782112356, "S12": -11.233347782112356, "W13": -20.138972829688196, "S13": -20.138972829688196, "W21": -43.337581382462709, "S21": -63.424342081066683, "W22": -41.130321967001052, "S22": -49.081043120847205, "W31": -67.301417009040776, "S31": -69.786029747017679, "W32": -81.501589649558028, "S32": -86.501589649558028 }, "geometry": { "type": "Point", "coordinates": [ 103040.333333333328483, 500449.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2919809741064108, "S11": 2.2919809741064108, "W12": -5.2406744125103053, "S12": -10.452343198926838, "W13": -21.092222948708528, "S13": -21.092222948708528, "W21": -39.237300726738233, "S21": -39.237300726738233, "W22": -80.0, "S22": -94.104002992891878, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103040.666666666671517, 508059.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.473042328438719, "S13": -18.763929083683927, "W21": -41.208178438661712, "S21": -45.131695691007074, "W22": -80.0, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -102.34568287544067 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 499587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8000023719456779, "S11": 1.1500380556070873, "W12": -6.676990928052672, "S12": -7.1250450569018291, "W13": -18.79569406772443, "S13": -18.79569406772443, "W21": -50.0, "S21": -67.016445414726888, "W22": -50.0, "S22": -50.0, "W31": -81.437705927787178, "S31": -81.437705927787178, "W32": -97.73619449250873, "S32": -102.73619449250873 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 502822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -19.683106316533767, "S13": -23.399912187169374, "W21": -50.0, "S21": -65.970092165559649, "W22": -43.332825676120258, "S22": -43.332825676120258, "W31": -77.498354922877041, "S31": -77.498354922877041, "W32": -93.378426369079762, "S32": -98.378426369079762 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 503317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23784617260385066, "S11": -5.7013845882143483, "W12": -9.9658230421304079, "S12": -10.187217111418018, "W13": -20.773449964872786, "S13": -22.817134042679445, "W21": -33.283401423069591, "S21": -43.283401423069591, "W22": -40.0, "S22": -42.154129519269688, "W31": -70.088326958520767, "S31": -70.088326958520767, "W32": -93.416237955250693, "S32": -98.416237955250693 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 505371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45676074517239673, "S11": -3.4825499671111717, "W12": -5.4013366404850487, "S12": -5.4013366404850487, "W13": -19.201371117323411, "S13": -21.898323280412963, "W21": -32.897476564214053, "S21": -37.897476564214053, "W22": -41.71604499345878, "S22": -43.541577828115997, "W31": -69.532796393382611, "S31": -72.162039155157814, "W32": -97.131798406900941, "S32": -102.13179840690094 }, "geometry": { "type": "Point", "coordinates": [ 103041.0, 505528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.463871451526511, "W21": -38.148689075710848, "S21": -39.288553286368469, "W22": -42.796091302167525, "S22": -44.087747354597994, "W31": -69.191778511066261, "S31": -72.817236749724742, "W32": -97.763802495605887, "S32": -102.76380249560589 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 498415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.711582940142474, "S11": 1.4256150330069328, "W12": -9.5745334547109699, "S12": -21.497610377787893, "W13": -21.497610377787893, "S13": -21.497610377787893, "W21": -32.620318995562251, "S21": -32.620318995562251, "W22": -40.937629062566003, "S22": -48.81623483179677, "W31": -67.223759643962111, "S31": -69.53077375054518, "W32": -81.381171769467429, "S32": -86.381171769467429 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 506755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45307693548647293, "S11": 0.45168892995383886, "W12": -10.0, "S12": -20.069310261956261, "W13": -20.069310261956261, "S13": -20.069310261956261, "W21": -39.100575657481656, "S21": -39.100575657481656, "W22": -38.469861660145099, "S22": -40.438398808538928, "W31": -66.988967271396007, "S31": -69.105398559822873, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 508300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25932085261258803, "S11": 0.25932085261258803, "W12": -7.3801008338083989, "S12": -20.004066686016071, "W13": -21.273375356093762, "S13": -21.273375356093762, "W21": -39.695881598002515, "S21": -39.695881598002515, "W22": -37.156802476982904, "S22": -45.686742779127712, "W31": -80.0, "S31": -80.528775510204184, "W32": -93.336365741831074, "S32": -98.336365741831074 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 508712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -30.0, "S13": -30.0, "W21": -38.316718570767797, "S21": -38.316718570767797, "W22": -59.999999999999993, "S22": -109.04166058660439, "W31": -109.04166058660439, "S31": -109.04166058660439, "W32": -110.08131954725631, "S32": -115.08131954725631 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 510101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7643874643874644, "S11": 1.7643874643874644, "W12": -10.0, "S12": -14.865671641791046, "W13": -30.0, "S13": -30.0, "W21": -38.119550715333851, "S21": -38.119550715333851, "W22": -44.047620821415975, "S22": -46.130986417921015, "W31": -60.608265174343529, "S31": -62.656503899943694, "W32": -91.174499896225782, "S32": -96.174499896225782 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 510234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7354025274983105, "S12": -7.5138783809289516, "W13": -25.000000000000004, "S13": -26.577551287076968, "W21": -38.621809545012297, "S21": -38.621809545012297, "W22": -37.431818569552689, "S22": -44.11158221477686, "W31": -80.0, "S31": -80.0, "W32": -93.367003862640729, "S32": -98.367003862640729 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 510563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3981170745249818, "S11": 0.3981170745249818, "W12": -6.2361767565978425, "S12": -8.1319422289105461, "W13": -28.862253276234025, "S13": -30.680088443926198, "W21": -36.205155206358228, "S21": -36.205155206358228, "W22": -39.283559590452533, "S22": -44.283559590452533, "W31": -67.286435804748876, "S31": -67.663431790183324, "W32": -98.326855450675552, "S32": -103.32685545067555 }, "geometry": { "type": "Point", "coordinates": [ 103042.0, 511053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0118671553380754, "S11": 3.0118671553380754, "W12": -7.460934466825611, "S12": -7.460934466825611, "W13": -20.852351690906652, "S13": -20.852351690906652, "W21": -42.033504117909068, "S21": -42.033504117909068, "W22": -39.39679343083511, "S22": -45.473762853940997, "W31": -67.327945687492942, "S31": -67.412347773784234, "W32": -97.556912826207665, "S32": -102.55691282620766 }, "geometry": { "type": "Point", "coordinates": [ 103042.032786885247333, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1587947863883108, "S11": 1.1587947863883108, "W12": -6.9395396769733448, "S12": -6.9395396769733448, "W13": -20.564814156922047, "S13": -20.564814156922047, "W21": -43.180732727376807, "S21": -43.180732727376807, "W22": -56.015110050756654, "S22": -56.015110050756654, "W31": -87.142206589522615, "S31": -87.142206589522615, "W32": -97.568878640192537, "S32": -102.56887864019254 }, "geometry": { "type": "Point", "coordinates": [ 103042.137931034478243, 516617.637931034492794 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5284872927471151, "S11": 1.5284872927471151, "W12": -9.8014439107506526, "S12": -9.8014439107506526, "W13": -19.869206735055943, "S13": -20.780725901894822, "W21": -50.225079717791409, "S21": -67.243713158563821, "W22": -44.577304975521827, "S22": -50.0, "W31": -73.31722736678536, "S31": -73.492156944250155, "W32": -94.090795397736684, "S32": -99.090795397736684 }, "geometry": { "type": "Point", "coordinates": [ 103042.333333333328483, 503109.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28146018590461691, "S11": 0.28146018590461691, "W12": -4.9028902731635782, "S12": -17.484540033864075, "W13": -23.759839036142758, "S13": -23.759839036142758, "W21": -39.541418049415839, "S21": -39.541418049415839, "W22": -40.066932814490954, "S22": -44.409405365821513, "W31": -80.0, "S31": -80.010557328750309, "W32": -95.085882016399395, "S32": -100.0858820163994 }, "geometry": { "type": "Point", "coordinates": [ 103042.333333333328483, 508831.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6416904083572519, "S11": 1.6416904083572519, "W12": -10.0, "S12": -15.014925373134762, "W13": -30.0, "S13": -30.0, "W21": -38.11005524537341, "S21": -38.11005524537341, "W22": -36.38982270050635, "S22": -48.949402877274025, "W31": -80.0, "S31": -82.166054421768706, "W32": -93.207493287484112, "S32": -98.207493287484112 }, "geometry": { "type": "Point", "coordinates": [ 103042.666666666671517, 510240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33569284254325127, "S11": -0.33569284254325127, "W12": -9.2642807675525525, "S12": -13.244303277400611, "W13": -25.672937894973806, "S13": -25.672937894973806, "W21": -37.056193541085314, "S21": -37.056193541085314, "W22": -35.997928549777399, "S22": -48.825816807353156, "W31": -80.0, "S31": -82.970136054421772, "W32": -93.153616515144378, "S32": -98.153616515144378 }, "geometry": { "type": "Point", "coordinates": [ 103042.75, 509528.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3347774085475661, "S11": 1.3347774085475661, "W12": -8.9985875326729019, "S12": -13.860280776719087, "W13": -19.779500350480053, "S13": -25.988981788549886, "W21": -46.060032972314929, "S21": -52.817011241329539, "W22": -40.897531356795668, "S22": -46.818046435255631, "W31": -67.856721611416063, "S31": -71.780757697148402, "W32": -88.25788165864266, "S32": -93.25788165864266 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1527867959700897, "S11": 0.71250298502610643, "W12": -8.7443967422185729, "S12": -18.809612762401478, "W13": -18.918121567782922, "S13": -19.220103609966849, "W21": -35.449284613465409, "S21": -35.930930438394789, "W22": -80.528646554110168, "S22": -90.231848764933147, "W31": -90.231848764933147, "S31": -90.231848764933147, "W32": -94.356793734755101, "S32": -99.356793734755101 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21669688793549793, "S11": -0.21669688793549793, "W12": -4.3485641410939913, "S12": -17.534094704190998, "W13": -25.0, "S13": -25.0, "W21": -41.961681168169825, "S21": -41.961681168169825, "W22": -42.349226670623274, "S22": -45.244256185550299, "W31": -79.924732791221359, "S31": -80.831438330579957, "W32": -96.974602968455699, "S32": -101.9746029684557 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 508998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -13.071034905082671, "W13": -30.0, "S13": -30.0, "W21": -38.229834576983045, "S21": -38.229834576983045, "W22": -40.0, "S22": -46.293264525313639, "W31": -67.595213229250589, "S31": -73.626829226811992, "W32": -93.051721633008867, "S32": -98.051721633008867 }, "geometry": { "type": "Point", "coordinates": [ 103043.0, 510159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6843371264686837, "S11": 1.3918226163969869, "W12": -9.5133705052344109, "S12": -21.652793582157486, "W13": -21.652793582157486, "S13": -21.652793582157486, "W21": -33.239772318491013, "S21": -33.239772318491013, "W22": -41.658431203631643, "S22": -49.875979280554716, "W31": -67.452820255293517, "S31": -70.382946794019716, "W32": -81.84535457659851, "S32": -86.84535457659851 }, "geometry": { "type": "Point", "coordinates": [ 103043.75, 506751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.872981865483204, "S12": -13.872981865483204, "W13": -18.146716062331436, "S13": -19.459619288137887, "W21": -41.288723667905828, "S21": -51.675335238153764, "W22": -40.828289405612082, "S22": -48.667231713304389, "W31": -67.137797955361179, "S31": -69.279805180684221, "W32": -81.282556998823821, "S32": -86.282556998823821 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 499719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3566514604752498, "S11": 3.3566514604752498, "W12": -11.280333828823181, "S12": -11.280333828823181, "W13": -19.848880789022296, "S13": -19.848880789022296, "W21": -46.012146439660171, "S21": -51.977349422261661, "W22": -35.452954940924663, "S22": -50.514364598245535, "W31": -72.59480379215168, "S31": -72.59480379215168, "W32": -91.977209379910022, "S32": -96.977209379910022 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 500576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9538054061414858, "S11": 2.9538054061414858, "W12": -10.320495259581556, "S12": -10.320495259581556, "W13": -19.81936439147707, "S13": -19.81936439147707, "W21": -50.0, "S21": -67.447738502470543, "W22": -45.649149955506225, "S22": -45.657408759681935, "W31": -83.933720209395233, "S31": -83.933720209395233, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 500747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.001039269541978971, "S11": -0.001039269541978971, "W12": -5.0, "S12": -9.019054782499687, "W13": -18.552413321598063, "S13": -18.552413321598063, "W21": -40.0, "S21": -45.156064287152255, "W22": -69.115746544069637, "S22": -87.436304989183242, "W31": -99.953986652616791, "S31": -99.953986652616791, "W32": -100.9562920268972, "S32": -105.9562920268972 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 505873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2416780382913617, "S11": 0.099181544602722133, "W12": -10.0, "S12": -19.006712679829924, "W13": -20.0, "S13": -20.128755364806867, "W21": -35.717429909331031, "S21": -37.353409397662318, "W22": -43.23243901264852, "S22": -43.23243901264852, "W31": -77.123683597881168, "S31": -77.123683597881168, "W32": -96.392593290204374, "S32": -101.39259329020437 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 506276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9507583662969885, "S11": 1.9507583662969885, "W12": -5.0, "S12": -5.0402240350121996, "W13": -20.260604049120481, "S13": -20.260604049120481, "W21": -38.462396498617508, "S21": -38.462396498617508, "W22": -39.300632584745784, "S22": -42.232459509098192, "W31": -58.845723186735491, "S31": -58.845723186735491, "W32": -90.791143422824433, "S32": -95.791143422824433 }, "geometry": { "type": "Point", "coordinates": [ 103044.0, 508123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.715546821305221, "S11": 2.715546821305221, "W12": -6.8654556135650475, "S12": -6.8654556135650475, "W13": -20.737690864123245, "S13": -20.737690864123241, "W21": -44.617362149159838, "S21": -44.617362149159838, "W22": -44.145562096778747, "S22": -45.390157582984003, "W31": -63.518295307791654, "S31": -65.962315949478892, "W32": -91.27143942334304, "S32": -96.27143942334304 }, "geometry": { "type": "Point", "coordinates": [ 103044.549180327870999, 515669.442622950824443 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76507461280475697, "S11": 0.76507461280475697, "W12": -8.6323922319355901, "S12": -8.6323922319355901, "W13": -15.972203646986809, "S13": -16.347387141027326, "W21": -31.250146485820061, "S21": -31.250146485820061, "W22": -40.992635168730217, "S22": -50.992635168730217, "W31": -77.150367052382734, "S31": -77.737512255291477, "W32": -95.749623766962856, "S32": -100.74962376696286 }, "geometry": { "type": "Point", "coordinates": [ 103044.857142857144936, 497608.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -15.036897289094293, "W13": -17.290123239436621, "S13": -19.640960643484075, "W21": -42.50066791343842, "S21": -50.340547067516972, "W22": -40.728382798674865, "S22": -40.728382798674865, "W31": -80.0, "S31": -80.929957617666744, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 499553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.4194044598688453, "S12": -12.687563050981174, "W13": -20.0, "S13": -20.708942397685696, "W21": -39.228311660294537, "S21": -47.227924147451468, "W22": -40.069956472576074, "S22": -40.878550222576074, "W31": -80.0, "S31": -80.240231265398066, "W32": -90.393095716354466, "S32": -95.393095716354466 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 503997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8490513392857144, "W12": -5.0, "S12": -5.0, "W13": -18.962051215657411, "S13": -21.930442522930505, "W21": -32.871036709932937, "S21": -38.988200239501808, "W22": -39.807077300131063, "S22": -42.382566313268086, "W31": -70.216714700368058, "S31": -70.216714700368058, "W32": -93.229646415155969, "S32": -98.229646415155969 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 505562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4793332795771779, "S12": -15.676465053410492, "W13": -19.950135078453776, "S13": -19.950135078453776, "W21": -33.910589376844378, "S21": -33.914841345348314, "W22": -39.035081992741056, "S22": -42.844191625752892, "W31": -70.0, "S31": -70.0, "W32": -94.82952442796595, "S32": -99.82952442796595 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 507668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.112308879179021, "S11": 1.112308879179021, "W12": -4.8542580689950086, "S12": -21.403907281250753, "W13": -24.223327691075024, "S13": -24.223327691075024, "W21": -41.870565866352507, "S21": -41.870565866352507, "W22": -39.153686852420051, "S22": -43.651392686157124, "W31": -67.234719742080117, "S31": -67.899863575480026, "W32": -99.16389043124191, "S32": -104.16389043124191 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 508945.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7821493624772313, "S11": 1.7821493624772313, "W12": -5.0, "S12": -10.256992321058238, "W13": -30.0, "S13": -31.412262156448204, "W21": -37.483165472804991, "S21": -37.483165472804991, "W22": -60.0, "S22": -77.847222222222229, "W31": -101.30869994716166, "S31": -101.30869994716166, "W32": -106.44485086637543, "S32": -111.44485086637543 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 510753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21104262380851163, "S11": 0.21104262380851163, "W12": -10.0, "S12": -16.529037869664123, "W13": -25.395093912263082, "S13": -28.487937739230382, "W21": -34.806098660846125, "S21": -34.806098660846125, "W22": -69.220972852084245, "S22": -87.509048412887068, "W31": -100.23878563716144, "S31": -100.23878563716144, "W32": -104.6456221390799, "S32": -109.6456221390799 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 511287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.385014092068179, "S11": 1.385014092068179, "W12": -15.0, "S12": -15.0, "W13": -21.037693310555245, "S13": -26.14694738374245, "W21": -37.25885966452649, "S21": -38.776232326974622, "W22": -39.67105412882578, "S22": -39.67105412882578, "W31": -68.121831452345404, "S31": -74.864157074543186, "W32": -99.984258898300283, "S32": -104.98425889830028 }, "geometry": { "type": "Point", "coordinates": [ 103045.0, 513336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0341497067954468, "S11": 0.80019920219273999, "W12": -9.3585230063861147, "S12": -19.132014666760881, "W13": -20.0, "S13": -20.745825426944972, "W21": -37.259533739846241, "S21": -39.132135938483145, "W22": -40.859977030839154, "S22": -46.651000691534108, "W31": -67.848111965443024, "S31": -71.676905851554622, "W32": -88.30796707563286, "S32": -93.30796707563286 }, "geometry": { "type": "Point", "coordinates": [ 103046.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8962438708483673, "S11": 1.7066911224700811, "W12": -10.0, "S12": -16.881955204958444, "W13": -20.642700555996822, "S13": -20.642700555996822, "W21": -34.873639718737415, "S21": -34.873639718737415, "W22": -44.768858192005915, "S22": -53.941554638218506, "W31": -68.323256811268962, "S31": -74.015635815780016, "W32": -83.830695901837203, "S32": -88.830695901837203 }, "geometry": { "type": "Point", "coordinates": [ 103046.0, 506820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7200784656329597, "S11": 1.7200784656329597, "W12": -6.5452495974220302, "S12": -8.0260910576455302, "W13": -20.0, "S13": -20.0, "W21": -38.464096447208931, "S21": -38.464096447208931, "W22": -38.782411253877278, "S22": -38.782411253877278, "W31": -70.0, "S31": -74.839456175875029, "W32": -83.957787892214128, "S32": -88.957787892214128 }, "geometry": { "type": "Point", "coordinates": [ 103046.0, 508166.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.7372938784730074, "W13": -29.716162406833885, "S13": -30.9023022327316, "W21": -36.731507238704928, "S21": -36.731507238704928, "W22": -72.32, "S22": -85.31, "W31": -85.32, "S31": -85.32, "W32": -85.339996, "S32": -90.339996 }, "geometry": { "type": "Point", "coordinates": [ 103046.0, 510936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30991017741814048, "S11": 0.30991017741814048, "W12": -5.0, "S12": -9.424277456647463, "W13": -18.918118348313044, "S13": -18.918118348313044, "W21": -40.0, "S21": -45.500259222388024, "W22": -40.287834886552417, "S22": -43.818694261552082, "W31": -79.565077758897971, "S31": -80.997665007219894, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103046.8, 505813.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7099203254870714, "S11": 2.7099203254870714, "W12": -7.5053973313243416, "S12": -8.9939268450126821, "W13": -18.270373394339668, "S13": -21.338900196255949, "W21": -55.591183565831074, "S21": -76.09170119142108, "W22": -34.411254904592994, "S22": -39.271877270922012, "W31": -69.88995715412284, "S31": -72.301446623800771, "W32": -91.731565596132683, "S32": -96.731565596132683 }, "geometry": { "type": "Point", "coordinates": [ 103047.0, 501004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4752692314748561, "S11": 2.4752692314748561, "W12": -5.0, "S12": -12.156327375097494, "W13": -19.822575039496421, "S13": -19.822575039496421, "W21": -33.877692002332445, "S21": -33.877692002332445, "W22": -80.0, "S22": -91.041331464768462, "W31": -91.041331464768462, "S31": -91.041331464768462, "W32": -91.830380648970049, "S32": -96.830380648970049 }, "geometry": { "type": "Point", "coordinates": [ 103047.0, 507602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31608140380022842, "S11": 0.31608140380022842, "W12": -14.046624648674651, "S12": -14.046624648674651, "W13": -20.0, "S13": -20.0, "W21": -34.644068342076373, "S21": -35.112938598310144, "W22": -53.401164830538207, "S22": -53.401164830538207, "W31": -84.827387295783183, "S31": -84.827387295783183, "W32": -97.616280237676534, "S32": -102.61628023767653 }, "geometry": { "type": "Point", "coordinates": [ 103047.0, 512514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14697434878646445, "S11": 0.14697434878646445, "W12": -11.450156896026366, "S12": -11.450156896026366, "W13": -20.0, "S13": -27.324040279969481, "W21": -33.962599410341575, "S21": -35.11976538910347, "W22": -44.196732080291952, "S22": -50.0, "W31": -74.448108764685713, "S31": -75.25640269889756, "W32": -92.388954893847796, "S32": -97.388954893847796 }, "geometry": { "type": "Point", "coordinates": [ 103047.294117647063104, 511816.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6032937252449457, "S12": -9.1998771521061506, "W13": -15.0, "S13": -15.815405344711431, "W21": -46.564932141249123, "S21": -46.773986735123955, "W22": -45.896262491844098, "S22": -46.004488757420496, "W31": -75.099906461936612, "S31": -76.099906461936612, "W32": -95.522882599443449, "S32": -100.52288259944345 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 499107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6524856378731494, "S12": -7.2412161652343991, "W13": -20.094341430280632, "S13": -22.766867275298267, "W21": -36.242709773135104, "S21": -42.218603239101093, "W22": -40.0, "S22": -40.173556762729014, "W31": -80.0, "S31": -80.53867505230707, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 504268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82456715021057558, "S11": -4.1754328497894244, "W12": -10.0, "S12": -18.126906392850771, "W13": -20.616743104411022, "S13": -22.736096033982928, "W21": -34.487212941665668, "S21": -39.487212941665668, "W22": -37.132594608405086, "S22": -46.935073896904115, "W31": -80.0, "S31": -80.832857142857137, "W32": -93.239318856281514, "S32": -98.239318856281514 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 504778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53363627030275029, "S11": -0.53363627030275029, "W12": -4.0504951776815368, "S12": -6.7535473161259629, "W13": -18.021060016204569, "S13": -18.021060016204569, "W21": -40.0, "S21": -43.486863977525481, "W22": -39.637341636299354, "S22": -39.637341636299354, "W31": -68.186565168268203, "S31": -74.739965493714948, "W32": -99.76485806428748, "S32": -104.76485806428748 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 505973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0742790526445445, "S11": 2.0218744334368264, "W12": -9.9073054000372682, "S12": -20.437060757518744, "W13": -20.437060757518744, "S13": -20.437060757518744, "W21": -34.387500594195643, "S21": -34.387500594195643, "W22": -40.0, "S22": -45.593024290417297, "W31": -67.652061475297032, "S31": -74.163180418699724, "W32": -92.07703535517355, "S32": -97.07703535517355 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 507282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49845515995289336, "S11": 0.49845515995289336, "W12": -8.2784648194392059, "S12": -9.856135234769317, "W13": -19.8308701883394, "S13": -19.8308701883394, "W21": -37.746713402728737, "S21": -37.746713402728737, "W22": -39.993423352542379, "S22": -44.87642006043454, "W31": -67.743063910543583, "S31": -74.854162849850198, "W32": -90.570223807979232, "S32": -95.570223807979232 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 508450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60537150349650348, "S11": 0.60537150349650348, "W12": -5.0, "S12": -9.60018070928394, "W13": -29.474355920089849, "S13": -30.474355920089849, "W21": -36.821987287619159, "S21": -36.821987287619159, "W22": -38.612609403969856, "S22": -44.760460136138015, "W31": -65.007691564977151, "S31": -68.725026357182244, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103048.0, 510919.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4281485110784748, "S11": 2.4281485110784748, "W12": -9.5732720171344834, "S12": -19.573272017134485, "W13": -19.915262190287397, "S13": -19.915262190287397, "W21": -36.192654235453396, "S21": -36.196423829431893, "W22": -49.042196893904659, "S22": -49.042196893904659, "W31": -78.768997389922404, "S31": -78.768997389922404, "W32": -97.836048513393024, "S32": -102.83604851339302 }, "geometry": { "type": "Point", "coordinates": [ 103048.4, 507849.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2815484804630681, "S11": 1.262887911057551, "W12": -5.0, "S12": -8.8090220281999763, "W13": -20.082096828609998, "S13": -20.082096828609998, "W21": -34.030929484450148, "S21": -34.030929484450148, "W22": -43.673415384169637, "S22": -50.0, "W31": -73.815034626632922, "S31": -74.674335103580461, "W32": -93.239548391719708, "S32": -98.239548391719708 }, "geometry": { "type": "Point", "coordinates": [ 103049.0, 507525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23449704357982329, "S11": -0.23449704357982329, "W12": -9.2062561359995918, "S12": -13.164433531209173, "W13": -25.83450704225352, "S13": -25.83450704225352, "W21": -37.137763207751313, "S21": -37.137763207751313, "W22": -39.829662377147187, "S22": -39.829662377147187, "W31": -80.0, "S31": -80.930105184333215, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103049.0, 509565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.8564435603401828, "S12": -9.8146908729336193, "W13": -25.0, "S13": -25.0, "W21": -38.768314355696418, "S21": -38.768314355696418, "W22": -36.609612329478246, "S22": -49.00071081432673, "W31": -80.0, "S31": -81.953605442176865, "W32": -93.149848085166525, "S32": -98.149848085166525 }, "geometry": { "type": "Point", "coordinates": [ 103049.0, 510498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4447474912443403, "S11": 2.4447474912443403, "W12": -10.002106631989605, "S12": -20.002106631989605, "W13": -20.17764404836467, "S13": -20.17764404836467, "W21": -36.881442273775669, "S21": -36.884404287588829, "W22": -36.484183281663178, "S22": -51.574566712522433, "W31": -75.079434905770412, "S31": -75.079434905770412, "W32": -92.180619229030796, "S32": -97.180619229030796 }, "geometry": { "type": "Point", "coordinates": [ 103049.333333333328483, 507892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82297556542811712, "S11": 0.82297556542811712, "W12": -13.828893200717845, "S12": -13.828893200717845, "W13": -20.745076830373886, "S13": -24.094093292303164, "W21": -37.251190974502279, "S21": -39.600325401358987, "W22": -40.046854683636667, "S22": -40.046854683636667, "W31": -69.015593460948338, "S31": -70.015593460948338, "W32": -91.109094760730429, "S32": -96.109094760730429 }, "geometry": { "type": "Point", "coordinates": [ 103049.45, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47412961175859258, "S11": -1.0765120014403364, "W12": -5.0, "S12": -8.127404377625469, "W13": -18.596199740561634, "S13": -18.596199740561634, "W21": -39.086514924544204, "S21": -44.77095510070518, "W22": -36.725837480829007, "S22": -43.150168530949507, "W31": -70.069459001161832, "S31": -70.069459001161832, "W32": -92.137616364527204, "S32": -97.137616364527204 }, "geometry": { "type": "Point", "coordinates": [ 103049.5, 505780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75, "S11": 0.75, "W12": -15.25, "S12": -15.4, "W13": -16.75, "S13": -21.8000002, "W21": -52.0, "S21": -67.5, "W22": -41.319632168134646, "S22": -43.339434473160779, "W31": -69.661412965681095, "S31": -71.926880679896669, "W32": -96.828363209134764, "S32": -101.82836320913476 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7388655144885687, "S12": -7.3310193223585758, "W13": -18.057645877164894, "S13": -18.057645877164894, "W21": -39.915935144463802, "S21": -43.82977751045388, "W22": -42.568435712579138, "S22": -43.970942988155585, "W31": -69.27140432702214, "S31": -72.662659521011378, "W32": -97.559117936699863, "S32": -102.55911793669986 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4647263362433609, "S11": 2.3926198152464337, "W12": -8.9300728150332667, "S12": -18.930072815033267, "W13": -20.045938225187658, "S13": -20.178440797498382, "W21": -35.683281968179926, "S21": -35.683281968179926, "W22": -39.167794553112032, "S22": -43.694284336234951, "W31": -67.234415951777919, "S31": -67.799851621061677, "W32": -99.00657042383861, "S32": -104.00657042383861 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 506899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0086417687036491, "S11": 2.0086417687036491, "W12": -8.3198292043977045, "S12": -13.60295821782444, "W13": -19.012323782147206, "S13": -20.24196276891665, "W21": -34.914724688479978, "S21": -34.914724688479978, "W22": -41.749365037028632, "S22": -43.556641385422601, "W31": -69.531110214035706, "S31": -72.165355607555682, "W32": -97.075360566435222, "S32": -102.07536056643522 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -15.176560479605032, "W13": -19.951360810666667, "S13": -19.951360810666667, "W21": -33.922400829044804, "S21": -33.925471695186538, "W22": -44.325235063716192, "S22": -54.127535378869013, "W31": -73.151166914016386, "S31": -73.517831817690947, "W32": -91.680011333053727, "S32": -96.680011333053727 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7956669869834885, "S12": -16.515512156127972, "W13": -20.14188726011832, "S13": -20.14188726011832, "W21": -38.692537552469823, "S21": -38.692537552469823, "W22": -35.847939877741005, "S22": -50.354280616714206, "W31": -80.0, "S31": -83.0, "W32": -92.65462369895917, "S32": -97.65462369895917 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 508002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.3173757316327421, "S12": -15.05590951393868, "W13": -21.566305733796771, "S13": -21.566305733796771, "W21": -38.940756013739986, "S21": -38.940756013739986, "W22": -35.39687999576163, "S22": -48.642534621669029, "W31": -70.696661828737291, "S31": -72.464847412830096, "W32": -91.537337767159542, "S32": -96.537337767159542 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 508017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.014944749473412899, "S11": -0.014944749473412899, "W12": -8.2153704748407321, "S12": -17.371614014224647, "W13": -25.048646370358689, "S13": -25.048646370358689, "W21": -39.714268185981744, "S21": -39.714268185981744, "W22": -39.844621500567435, "S22": -42.706225101648435, "W31": -70.0, "S31": -71.367749334283218, "W32": -95.89275252116029, "S32": -100.89275252116029 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 509230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65013404825737264, "S11": 0.65013404825737264, "W12": -9.5934456988916246, "S12": -10.266146105245522, "W13": -29.725142045454547, "S13": -29.725142045454547, "W21": -38.56545308755679, "S21": -38.56545308755679, "W22": -40.464704730372851, "S22": -45.483976864454512, "W31": -67.792461664815406, "S31": -73.08800457887348, "W32": -89.393145951338511, "S32": -94.393145951338511 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5432443825677948, "S11": 2.5432443825677948, "W12": -14.822807428048755, "S12": -14.822807428048755, "W13": -21.044179184974702, "S13": -21.772283416043667, "W21": -38.053504068325495, "S21": -38.053504068325495, "W22": -43.337585523152804, "S22": -52.680456277147982, "W31": -68.12866210344329, "S31": -71.497148455800613, "W32": -84.973259878541867, "S32": -89.973259878541867 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.505492907801411, "S13": -18.724493112545101, "W21": -40.867272476937728, "S21": -43.044089140954, "W22": -39.718829641963268, "S22": -42.97961454252497, "W31": -70.0, "S31": -70.0, "W32": -94.05636833793217, "S32": -99.05636833793217 }, "geometry": { "type": "Point", "coordinates": [ 103050.666666666671517, 499597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1129202696261999, "S11": 3.1129202696261999, "W12": -10.792469046276153, "S12": -10.792469046276153, "W13": -20.416585255120467, "S13": -20.416585255120467, "W21": -48.781672182735605, "S21": -62.180595132197084, "W22": -63.448661427926645, "S22": -71.000067604110328, "W31": -93.540085820842194, "S31": -93.540085820842194, "W32": -96.965605100978465, "S32": -101.96560510097846 }, "geometry": { "type": "Point", "coordinates": [ 103051.0, 500682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7365621241557962, "S11": 1.4913931244972098, "W12": -9.63791533909877, "S12": -17.907146108329538, "W13": -20.58922954725973, "S13": -20.58922954725973, "W21": -33.995100832065603, "S21": -33.995100832065603, "W22": -40.74798151649798, "S22": -40.74798151649798, "W31": -80.0, "S31": -80.786918205395239, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103051.0, 506784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7785584973426847, "S11": 1.7785584973426847, "W12": -5.0, "S12": -5.892350022681919, "W13": -20.0, "S13": -20.0, "W21": -38.385388827404, "S21": -38.385388827404, "W22": -39.870623979030846, "S22": -39.870623979030846, "W31": -80.0, "S31": -80.79424395115511, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103051.0, 508149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.1421299783470804, "S12": -8.9909243931032794, "W13": -15.464096818313539, "S13": -17.036960918135179, "W21": -60.0, "S21": -76.413079746413445, "W22": -36.463718651415888, "S22": -51.286246836439702, "W31": -80.0, "S31": -82.255213196389661, "W32": -92.403422738190557, "S32": -97.403422738190557 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 501396.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26263480077863283, "S11": -6.4281693020299731, "W12": -8.9884128678152155, "S12": -9.1200785215051159, "W13": -20.242147659726509, "S13": -22.45508471354249, "W21": -33.308930886463855, "S21": -43.308930886463855, "W22": -39.612714457608952, "S22": -48.389136609540401, "W31": -67.393866820079211, "S31": -70.295665799038233, "W32": -95.940372632487609, "S32": -100.94037263248761 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 505397.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47107565608709173, "S11": -2.8399372632299489, "W12": -5.0, "S12": -5.0, "W13": -19.048430488577601, "S13": -21.8984203964024, "W21": -32.98327942922576, "S21": -38.798163482682575, "W22": -53.457581924075498, "S22": -53.457581924075498, "W31": -84.946959845914677, "S31": -84.946959845914677, "W32": -97.592394240259509, "S32": -102.59239424025951 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15162200282087446, "S11": -0.15162200282087446, "W12": -5.0, "S12": -8.3853579039739259, "W13": -18.524281710091532, "S13": -18.524281710091532, "W21": -40.0, "S21": -44.688847412881692, "W22": -36.751479872925913, "S22": -49.031046371242411, "W31": -80.000000000000014, "S31": -81.853333333333353, "W32": -93.099062603043009, "S32": -98.099062603043009 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044514741760741022, "S11": -0.070430399961473031, "W12": -10.0, "S12": -20.944798765216376, "W13": -20.944798765216376, "S13": -20.944798765216376, "W21": -35.077897969248347, "S21": -36.780476823014027, "W22": -41.963811833450443, "S22": -43.664559847623345, "W31": -69.465605474790323, "S31": -72.290084778527032, "W32": -97.178513107540425, "S32": -102.17851310754043 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 506248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62609871443721232, "S11": 0.5118143044851492, "W12": -7.6510177281680889, "S12": -12.355083996804757, "W13": -20.0, "S13": -20.0, "W21": -34.15018994785909, "S21": -34.15018994785909, "W22": -38.768150661467971, "S22": -38.768150661467971, "W31": -67.759741049564951, "S31": -75.555718742747985, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 507465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1928931399773735, "S11": 2.1928931399773735, "W12": -10.0, "S12": -10.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.36404205140277, "S21": -38.36404205140277, "W22": -40.0, "S22": -45.526292374766435, "W31": -67.605781386308081, "S31": -73.986278345209186, "W32": -92.642016562545408, "S32": -97.642016562545408 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 510063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1756756756756754, "S11": 2.1756756756756754, "W12": -8.2726792261487478, "S12": -10.628698304955611, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -38.656925837190279, "S21": -38.656925837190279, "W22": -59.425570784810127, "S22": -105.42380018539745, "W31": -105.42380018539745, "S31": -105.42380018539745, "W32": -110.54846014492755, "S32": -115.54846014492755 }, "geometry": { "type": "Point", "coordinates": [ 103052.0, 510474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7331326356340386, "S11": 2.7331326356340386, "W12": -6.8521663317694346, "S12": -6.8521663317694346, "W13": -20.742514313403575, "S13": -20.742514313403571, "W21": -44.730159375624737, "S21": -44.730159375624737, "W22": -40.884583656958327, "S22": -40.884583656958327, "W31": -79.999999999999986, "S31": -80.902768483406447, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103052.311475409835111, 515718.803278688516002 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2438594691628881, "S11": 2.2438594691628881, "W12": -6.8826262410094818, "S12": -6.8826262410094818, "W13": -20.665862292613049, "S13": -20.665862292613049, "W21": -44.75535022823555, "S21": -44.75535022823555, "W22": -40.017549340814867, "S22": -42.249247428714774, "W31": -80.0, "S31": -80.388858708893821, "W32": -95.009890486394184, "S32": -100.00989048639418 }, "geometry": { "type": "Point", "coordinates": [ 103052.88, 516155.35999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6564675847129815, "S11": 0.6564675847129815, "W12": -15.06715210355987, "S12": -15.382609454850554, "W13": -15.713765432098766, "S13": -20.721008239486885, "W21": -50.819321065989847, "S21": -65.81932106598984, "W22": -68.416727272727272, "S22": -74.350724782067246, "W31": -101.9098040895631, "S31": -101.9098040895631, "W32": -110.67784782563614, "S32": -115.67784782563614 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 499327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59808142255498364, "S11": -4.4019185774450165, "W12": -10.077690108362555, "S12": -18.262315933722554, "W13": -20.898960688279541, "S13": -23.250819324809711, "W21": -34.526783361105672, "S21": -40.0, "W22": -81.006225249527219, "S22": -91.05228249685922, "W31": -91.05228249685922, "S31": -91.05228249685922, "W32": -93.122003089320501, "S32": -98.122003089320501 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 504808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21353179320761462, "S11": -3.6889037640327187, "W12": -5.0, "S12": -5.9199395770392753, "W13": -17.890333854911233, "S13": -19.398471287099298, "W21": -32.721108553849426, "S21": -42.454629134101495, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.630730565906902, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7339716902581184, "S11": 1.4941970231362338, "W12": -9.6333636777423752, "S12": -17.325671370050067, "W13": -20.587132644956313, "S13": -20.587132644956313, "W21": -33.791547463540951, "S21": -33.791547463540951, "W22": -36.546395936965645, "S22": -51.39391059593973, "W31": -80.0, "S31": -82.092073866583675, "W32": -91.980257253963515, "S32": -96.980257253963515 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3902447872736001, "S12": -18.215435037632041, "W13": -18.973905040511468, "S13": -18.973905040511468, "W21": -33.015551973931103, "S21": -33.015551973931103, "W22": -43.347723134601793, "S22": -44.3641809902945, "W31": -69.028549912130373, "S31": -73.126497151207701, "W32": -97.979394422906722, "S32": -102.97939442290672 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 507160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4312482427738331, "S12": -21.534415320338766, "W13": -21.534415320338766, "S13": -21.534415320338766, "W21": -32.624275796160823, "S21": -32.624275796160823, "W22": -40.0, "S22": -45.064507518462499, "W31": -67.654000590771275, "S31": -74.387307887027177, "W32": -91.803600389231264, "S32": -96.803600389231264 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29115275462871615, "S11": 0.29115275462871615, "W12": -6.1011245861896608, "S12": -18.7635806581727, "W13": -21.279343149936821, "S13": -21.279343149936821, "W21": -39.648489794816435, "S21": -39.648489794816435, "W22": -78.069799672420316, "S22": -89.113550488630125, "W31": -89.113550488630125, "S31": -89.113550488630125, "W32": -91.124882326974117, "S32": -96.124882326974117 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 508698.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28246255233984985, "S11": -0.28246255233984985, "W12": -8.2611685952914939, "S12": -18.261168595291494, "W13": -25.049438106909349, "S13": -25.049438106909349, "W21": -39.374647259607414, "S21": -39.374647259607414, "W22": -40.126934595036232, "S22": -40.126934595036232, "W31": -80.0, "S31": -80.431277778465557, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103053.0, 509243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.788026145570913, "S11": 2.788026145570913, "W12": -9.657023823494896, "S12": -9.8801111131640802, "W13": -19.170865810246092, "S13": -19.80170434548609, "W21": -51.427501161240052, "S21": -71.680114146916154, "W22": -39.851788862138747, "S22": -46.063539516216778, "W31": -79.463506233915908, "S31": -81.465989455392418, "W32": -94.85257570916319, "S32": -99.85257570916319 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 500821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3572981862415308, "S11": 1.3572981862415308, "W12": -8.433754130891197, "S12": -14.474366936209885, "W13": -19.827632529157132, "S13": -25.359761238618329, "W21": -44.335185592805388, "S21": -51.990557454926034, "W22": -42.25998999851582, "S22": -43.813914178131853, "W31": -69.373759731365681, "S31": -72.465374102916144, "W32": -97.333958689121303, "S32": -102.3339586891213 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 503629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7159461468522279, "S12": -6.7159461468522288, "W13": -20.09244043058639, "S13": -22.76225754237527, "W21": -36.380292519374748, "S21": -42.484941350147601, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -83.795548225538482, "S32": -88.795548225538482 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 504260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61812197785048284, "S11": -4.3818780221495173, "W12": -10.071035604840011, "S12": -18.260130900459608, "W13": -20.867805938206281, "S13": -23.182091652492108, "W21": -34.52547846895169, "S21": -40.976800839254167, "W22": -66.010002, "S22": -66.010002, "W31": -101.0, "S31": -101.0, "W32": -101.0, "S32": -106.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 504805.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24040531512137187, "S11": 0.24040531512137187, "W12": -5.0, "S12": -9.6897880539499042, "W13": -18.98766020184399, "S13": -18.98766020184399, "W21": -40.0, "S21": -45.438726997460215, "W22": -40.161415212565757, "S22": -41.916548206371772, "W31": -80.0, "S31": -80.444791664786706, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 505818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0546458255799529, "S11": -0.15264891247978968, "W12": -10.066695919262834, "S12": -19.999999999999996, "W13": -19.999999999999996, "S13": -21.330152282200167, "W21": -34.66804257720311, "S21": -36.372496975159301, "W22": -39.382345034346358, "S22": -49.084597337839696, "W31": -79.469502060153403, "S31": -81.539759062752069, "W32": -93.859179181311106, "S32": -98.859179181311106 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49692483907916174, "S11": 0.49692483907916174, "W12": -8.6273347168692567, "S12": -8.6273347168692567, "W13": -19.919649830690318, "S13": -19.919649830690318, "W21": -37.930431045841701, "S21": -37.930431045841701, "W22": -42.564246923375386, "S22": -43.060267549731222, "W31": -68.698136002326834, "S31": -73.758330306637845, "W32": -98.571614664489175, "S32": -103.57161466448918 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 508436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5350987497177101, "S11": 0.5350987497177101, "W12": -5.155112104930538, "S12": -18.351426741511588, "W13": -23.681091449654971, "S13": -23.681091449654971, "W21": -39.324414647491793, "S21": -39.324414647491793, "W22": -35.316553625685152, "S22": -50.316553625685152, "W31": -71.132075471698116, "S31": -72.464185563441234, "W32": -91.503841931942915, "S32": -96.503841931942915 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 508801.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44504821873921507, "S11": 0.44504821873921507, "W12": -9.8127629489011419, "S12": -10.071152210646108, "W13": -28.928977272727273, "S13": -28.928977272727273, "W21": -38.58197337984339, "S21": -38.58197337984339, "W22": -34.881093079342556, "S22": -41.286362478075816, "W31": -70.0, "S31": -72.480235158675484, "W32": -91.587565213229311, "S32": -96.587565213229311 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 509963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0344029620487503, "S11": 1.0344029620487503, "W12": -9.5310610349903744, "S12": -10.253078027971535, "W13": -30.0, "S13": -30.0, "W21": -38.516095186095839, "S21": -38.516095186095839, "W22": -39.772087098111896, "S22": -39.772087098111896, "W31": -70.0, "S31": -70.0, "W32": -86.772721550855948, "S32": -91.772721550855948 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 510015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -14.350887936313534, "W13": -30.0, "S13": -30.0, "W21": -38.205098714617783, "S21": -38.205098714617783, "W22": -60.142124531736968, "S22": -60.142124531736968, "W31": -70.0, "S31": -70.471996948697679, "W32": -84.563291501533755, "S32": -89.563291501533755 }, "geometry": { "type": "Point", "coordinates": [ 103054.0, 510169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6133333333336051, "S11": 1.6133333333336051, "W12": -10.067198301786613, "S12": -16.654262978403672, "W13": -29.76931791221778, "S13": -29.76931791221778, "W21": -38.049625041224061, "S21": -38.049625041224061, "W22": -80.0, "S22": -89.157434355661081, "W31": -89.157434355661081, "S31": -89.157434355661081, "W32": -94.301075670775589, "S32": -99.301075670775589 }, "geometry": { "type": "Point", "coordinates": [ 103054.666666666671517, 510273.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4761227970437748, "W12": -5.0, "S12": -5.1789882451721239, "W13": -15.000000000000002, "S13": -17.242100696304234, "W21": -39.267468359893918, "S21": -44.273497501736166, "W22": -42.883329188507183, "S22": -51.795588803891796, "W31": -67.801370646756894, "S31": -71.820384906256862, "W32": -82.70620502627159, "S32": -87.70620502627159 }, "geometry": { "type": "Point", "coordinates": [ 103055.0, 498686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.008687198714515, "W21": -38.937920409367102, "S21": -42.807872116831952, "W22": -46.169998, "S22": -46.169998, "W31": -71.160004, "S31": -72.160004, "W32": -95.160004, "S32": -100.160004 }, "geometry": { "type": "Point", "coordinates": [ 103055.5, 498608.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6666815842701261, "S12": -14.616663981973703, "W13": -25.113500626252442, "S13": -25.113500626252442, "W21": -37.405739044195997, "S21": -37.405739044195997, "W22": -38.150641822199361, "S22": -38.605246628989242, "W31": -66.722157482475609, "S31": -72.763923187059646, "W32": -82.271518910863179, "S32": -87.271518910863179 }, "geometry": { "type": "Point", "coordinates": [ 103055.5, 509320.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49459920409323477, "W12": -5.0, "S12": -5.0416036943744755, "W13": -15.0, "S13": -17.083777182645957, "W21": -39.044839509488433, "S21": -43.28380142788415, "W22": -38.782411253877278, "S22": -38.782411253877278, "W31": -70.0, "S31": -75.0, "W32": -84.131187819712409, "S32": -89.131187819712409 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 498634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58792356490793751, "S11": 0.58792356490793751, "W12": -12.211981566820276, "S12": -12.648345203183911, "W13": -15.0, "S13": -19.28497669743215, "W21": -50.0, "S21": -50.924728279214207, "W22": -60.0, "S22": -66.412772533900522, "W31": -100.0, "S31": -100.0, "W32": -100.66969931746908, "S32": -105.66969931746908 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 499238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5641434463333672, "S11": 2.484974577142947, "W12": -8.1708431953035987, "S12": -15.883857341436443, "W13": -19.89079279898062, "S13": -22.89079279898062, "W21": -35.254580933647951, "S21": -40.741658601344128, "W22": -76.87765205091938, "S22": -90.620143351062666, "W31": -100.0, "S31": -100.0, "W32": -104.55013557870701, "S32": -109.55013557870701 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 504422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0678598296405948, "S11": 2.0678598296405948, "W12": -5.0, "S12": -7.9777061893948389, "W13": -20.045729204629502, "S13": -20.045729204629502, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -63.750567923671056, "W31": -90.0, "S31": -90.0, "W32": -97.257674524505887, "S32": -102.25767452450589 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 508086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.2806439659880402, "S12": -6.2806439659880402, "W13": -25.869224990609737, "S13": -28.101141098471061, "W21": -38.570099006689873, "S21": -38.570099006689873, "W22": -36.968837562138702, "S22": -45.130036169619416, "W31": -70.182146188871812, "S31": -70.182146188871812, "W32": -92.119283847787045, "S32": -97.119283847787045 }, "geometry": { "type": "Point", "coordinates": [ 103056.0, 510595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5866843159354804, "S11": 1.5866843159354804, "W12": -7.7472633897442096, "S12": -16.501516114585449, "W13": -19.930933526506109, "S13": -24.035879121138123, "W21": -40.370640136509337, "S21": -49.530155532773946, "W22": -39.559403896130064, "S22": -42.809328590772139, "W31": -70.0, "S31": -70.952103143747038, "W32": -95.52878921978035, "S32": -100.52878921978035 }, "geometry": { "type": "Point", "coordinates": [ 103056.571428571434808, 503804.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.487336445022573, "S12": -12.487336445022573, "W13": -18.32190537908301, "S13": -19.947813877297193, "W21": -40.303175271409799, "S21": -55.303175271409799, "W22": -41.011730391815291, "S22": -41.011730391815291, "W31": -68.297239013973439, "S31": -74.524878759003272, "W32": -99.322689631546211, "S32": -104.32268963154621 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 499758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2719174523049514, "S11": 0.0054782979850002689, "W12": -5.0, "S12": -9.5655105973025059, "W13": -18.906042008137103, "S13": -18.906042008137103, "W21": -40.0, "S21": -45.47895472708575, "W22": -38.048936228331449, "S22": -38.048936228331449, "W31": -67.247644846108443, "S31": -70.663529386572407, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3140876181126728, "S11": 2.2566713501700892, "W12": -9.6541599767918065, "S12": -21.483175717356922, "W13": -21.483175717356922, "S13": -21.483175717356922, "W21": -33.481053162583272, "S21": -33.481053162583272, "W22": -41.110889680341785, "S22": -41.110889680341785, "W31": -80.0, "S31": -80.83651070314454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 507260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.846688029297322, "S11": 1.846688029297322, "W12": -10.0, "S12": -14.739217576504876, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -60.000000000000007, "S22": -65.955056179775283, "W31": -101.96728847435044, "S31": -101.96728847435044, "W32": -107.41990468825115, "S32": -112.41990468825115 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 508218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6405686400947115, "S12": -10.147772186455997, "W13": -29.521306818181817, "S13": -29.521306818181817, "W21": -38.592425003828097, "S21": -38.592425003828097, "W22": -40.0, "S22": -40.020943486918327, "W31": -68.860767916953179, "S31": -69.860767916953179, "W32": -91.146834861132106, "S32": -96.146834861132106 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 509993.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4826086956521736, "S11": 1.4826086956521736, "W12": -10.185648682115691, "S12": -17.366293843406012, "W13": -30.0, "S13": -30.0, "W21": -37.89613309439045, "S21": -37.89613309439045, "W22": -45.614633730100493, "S22": -45.614633730100493, "W31": -75.708856230677313, "S31": -76.940724252003079, "W32": -91.854975858070858, "S32": -96.854975858070858 }, "geometry": { "type": "Point", "coordinates": [ 103057.0, 510304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2051781156645607, "S11": 1.5576940662570111, "W12": -4.382628864572812, "S12": -4.382628864572812, "W13": -14.833997912712444, "S13": -19.262539913454731, "W21": -50.0, "S21": -61.436075976436328, "W22": -40.227595944715844, "S22": -40.227595944715844, "W31": -80.0, "S31": -80.364443564062228, "W32": -90.264399495492128, "S32": -95.264399495492128 }, "geometry": { "type": "Point", "coordinates": [ 103058.0, 502503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4442171143608458, "S11": 2.4442171143608458, "W12": -8.3194223359704491, "S12": -16.002600703785568, "W13": -19.793988508538163, "S13": -23.18285498695688, "W21": -35.085205312616097, "S21": -40.085205312616097, "W22": -39.238930181809543, "S22": -48.552806598315854, "W31": -79.540142185484925, "S31": -81.354356739339963, "W32": -93.492473461852526, "S32": -98.492473461852526 }, "geometry": { "type": "Point", "coordinates": [ 103058.0, 504456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4970047923322682, "W12": -9.3634759974242456, "S12": -21.981909526724436, "W13": -21.981909526724436, "S13": -21.981909526724436, "W21": -32.426204292518939, "S21": -32.426204292518939, "W22": -40.609860888197559, "S22": -45.666666766559359, "W31": -67.798354413858675, "S31": -71.528314765522182, "W32": -88.661671066935853, "S32": -93.661671066935853 }, "geometry": { "type": "Point", "coordinates": [ 103058.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4300923657611659, "S11": 2.4300923657611659, "W12": -7.4012113799824917, "S12": -17.401211379982492, "W13": -20.077586685022499, "S13": -20.077586685022499, "W21": -38.146695006352218, "S21": -38.146695006352218, "W22": -42.572938865153311, "S22": -50.931992437355241, "W31": -68.055798165759683, "S31": -71.287620107259045, "W32": -85.612381580990842, "S32": -90.612381580990842 }, "geometry": { "type": "Point", "coordinates": [ 103058.0, 507975.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -13.342298726915573, "W13": -30.0, "S13": -30.0, "W21": -38.24498027998051, "S21": -38.24498027998051, "W22": -60.055966544013643, "S22": -60.055966544013643, "W31": -75.239998, "S31": -75.239998, "W32": -84.00773774569069, "S32": -89.00773774569069 }, "geometry": { "type": "Point", "coordinates": [ 103058.0, 510139.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13114775543463628, "S11": 0.13114775543463628, "W12": -11.75920229119596, "S12": -11.75920229119596, "W13": -20.0, "S13": -27.639043942681635, "W21": -34.170449812956129, "S21": -35.668011516035747, "W22": -41.570674247988123, "S22": -45.147220064206024, "W31": -80.653426907830394, "S31": -81.511619018940664, "W32": -96.799808713196541, "S32": -101.79980871319654 }, "geometry": { "type": "Point", "coordinates": [ 103058.5, 511899.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61933312703079069, "S11": 0.61933312703079069, "W12": -15.004045307443365, "S12": -15.38311096400902, "W13": -15.38311096400902, "S13": -20.208508211538209, "W21": -50.348990060916961, "S21": -51.366111337951601, "W22": -58.26674703948877, "S22": -65.899684571755159, "W31": -104.70507343124164, "S31": -104.70507343124164, "W32": -111.17602495543672, "S32": -116.17602495543672 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 499285.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12908680947012408, "S11": -0.12908680947012408, "W12": -10.0, "S12": -10.0, "W13": -19.732773203033098, "S13": -22.004943009730354, "W21": -49.794896606853612, "S21": -65.892314058729653, "W22": -80.0, "S22": -89.555568104811385, "W31": -89.555568104811385, "S31": -89.555568104811385, "W32": -95.086266216344185, "S32": -100.08626621634419 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 503268.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042857378444150766, "S11": -4.3950924777818985, "W12": -11.666556460267314, "S12": -15.111791156084545, "W13": -22.857719634941539, "S13": -24.768492397391199, "W21": -34.354858913482836, "S21": -40.229528433815204, "W22": -43.786121849975849, "S22": -49.095691874205443, "W31": -57.893154554452806, "S31": -58.941168913887338, "W32": -90.933366233001891, "S32": -95.933366233001891 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36904023487573911, "S11": -0.41667252748406558, "W12": -10.375603334795963, "S12": -21.034057624332171, "W13": -21.034057624332171, "S13": -21.034057624332171, "W21": -33.310107554390576, "S21": -34.999551749932273, "W22": -45.309274516814448, "S22": -45.309274516814448, "W31": -75.602369031997497, "S31": -76.80525355065754, "W32": -91.992082860677911, "S32": -96.992082860677911 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0025239302096642, "S11": 0.50252393020966424, "W12": -8.4295094387271927, "S12": -17.567856963167429, "W13": -19.038046474358975, "S13": -19.381544013159338, "W21": -35.661565600150396, "S21": -36.379395370218951, "W22": -41.523923051162186, "S22": -48.63231555693622, "W31": -79.691738210775156, "S31": -80.691738210775156, "W32": -96.948042163242675, "S32": -101.94804216324268 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 506616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3155859850247818, "S11": 0.3155859850247818, "W12": -7.452622175987698, "S12": -12.454305362821437, "W13": -28.356845259849429, "S13": -28.356845259849429, "W21": -36.009957162399616, "S21": -36.009957162399616, "W22": -38.537506084484619, "S22": -38.537506084484619, "W31": -67.62910252702379, "S31": -75.803394457946055, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 511122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82433023694130314, "S11": 0.82433023694130314, "W12": -13.737176829387884, "S12": -13.737176829387884, "W13": -20.801137345853189, "S13": -24.478980888342566, "W21": -37.34189425811126, "S21": -39.724199690127371, "W22": -39.974276771604941, "S22": -44.290497075902479, "W31": -67.662173946901206, "S31": -74.728573257236178, "W32": -91.3464969185858, "S32": -96.3464969185858 }, "geometry": { "type": "Point", "coordinates": [ 103059.0, 513017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1528703876976887, "S11": -3.8252094018682921, "W12": -9.600926018291112, "S12": -17.761850627403362, "W13": -20.0, "S13": -21.437606389943696, "W21": -34.445992529519508, "S21": -39.445992529519508, "W22": -42.612504443267746, "S22": -51.463465981729286, "W31": -67.679754566401613, "S31": -71.461245888368126, "W32": -82.562212052573997, "S32": -87.562212052573997 }, "geometry": { "type": "Point", "coordinates": [ 103060.0, 504720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035748252904933192, "S11": -0.091412876086812755, "W12": -9.8105998580863485, "S12": -20.631483427309945, "W13": -20.631483427309945, "S13": -20.631483427309945, "W21": -35.382706233480725, "S21": -37.207698464204661, "W22": -42.47541728998651, "S22": -51.267484597678816, "W31": -67.630751097523259, "S31": -71.28964608184927, "W32": -82.474665762697938, "S32": -87.474665762697938 }, "geometry": { "type": "Point", "coordinates": [ 103060.0, 506254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1170687645687647, "S11": 1.1170687645687647, "W12": -5.0, "S12": -10.760637782301057, "W13": -28.277235135962975, "S13": -29.070299014580851, "W21": -37.277479260322792, "S21": -37.277479260322792, "W22": -41.00123396419545, "S22": -48.935128194964676, "W31": -66.916700551009981, "S31": -68.789191758288823, "W32": -81.198991253075292, "S32": -86.198991253075292 }, "geometry": { "type": "Point", "coordinates": [ 103060.0, 510838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7507184499628563, "S11": 2.7507184499628563, "W12": -6.8388770499738207, "S12": -6.8388770499738207, "W13": -20.747337762683902, "S13": -20.747337762683902, "W21": -44.84295660208965, "S21": -44.84295660208965, "W22": -37.951523395257439, "S22": -37.951523395257439, "W31": -67.138832607613892, "S31": -69.609096002642531, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103060.073770491799223, 515768.163934426207561 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4425446265197412, "W12": -8.1433045779535149, "S12": -15.898412844602092, "W13": -19.869790113371131, "S13": -23.05776913717105, "W21": -35.227717051581159, "S21": -40.779020689521872, "W22": -39.234432470260963, "S22": -39.234432470260963, "W31": -70.0, "S31": -71.565538405445082, "W32": -86.099897779016501, "S32": -91.099897779016501 }, "geometry": { "type": "Point", "coordinates": [ 103061.0, 504426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3005735504223581, "S11": 1.3005735504223581, "W12": -9.5313995122630093, "S12": -13.328813589710506, "W13": -28.750915750916899, "S13": -28.750915750916899, "W21": -37.694413819582351, "S21": -37.694413819582351, "W22": -39.894727260880245, "S22": -42.876220358608187, "W31": -70.0, "S31": -70.0, "W32": -93.725712599821065, "S32": -98.725712599821065 }, "geometry": { "type": "Point", "coordinates": [ 103061.333333333328483, 510397.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -15.0, "W13": -15.96, "S13": -16.957448449753944, "W21": -20.0, "S21": -20.586810730253355, "W22": -38.419404375037416, "S22": -38.419404375037416, "W31": -67.542611180508842, "S31": -75.968791048526043, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103062.0, 496907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3037381291532411, "S11": 1.0901417774722568, "W12": -4.3564548257701805, "S12": -4.3564548257701805, "W13": -14.756074925500206, "S13": -19.204328498000606, "W21": -50.0, "S21": -61.549612186723643, "W22": -60.0, "S22": -65.057580559957742, "W31": -90.684398235349065, "S31": -90.684398235349065, "W32": -97.09967907038623, "S32": -102.09967907038623 }, "geometry": { "type": "Point", "coordinates": [ 103062.0, 502541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3311720834013827, "S11": 2.3311720834013827, "W12": -9.1816933350132288, "S12": -19.181693335013229, "W13": -19.920911377601584, "S13": -19.920911377601584, "W21": -35.92939578667665, "S21": -35.932523853907448, "W22": -40.0, "S22": -45.724345315278477, "W31": -75.83971426157872, "S31": -77.117063119842413, "W32": -91.879882914970437, "S32": -96.879882914970437 }, "geometry": { "type": "Point", "coordinates": [ 103062.0, 507845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45852245516917056, "S11": 0.45852245516917056, "W12": -10.0, "S12": -19.803972008263116, "W13": -20.0, "S13": -20.0, "W21": -39.572844826516565, "S21": -39.572844826516565, "W22": -35.438246326726357, "S22": -36.212618368132667, "W31": -70.776362240982351, "S31": -71.946674344509375, "W32": -91.72038481788158, "S32": -96.72038481788158 }, "geometry": { "type": "Point", "coordinates": [ 103062.142857142855064, 508290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3281311644781892, "S11": 2.3281311644781892, "W12": -10.0, "S12": -10.0, "W13": -17.942753218005844, "S13": -19.285898746981648, "W21": -40.0, "S21": -43.808977719528173, "W22": -39.558055829757521, "S22": -42.829108450171844, "W31": -70.0, "S31": -70.941308323523145, "W32": -95.500648209321739, "S32": -100.50064820932174 }, "geometry": { "type": "Point", "coordinates": [ 103063.0, 500176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2566661224934013, "S12": -22.476161665827352, "W13": -22.476161665827352, "S13": -22.476161665827352, "W21": -32.132937025586472, "S21": -32.132937025586472, "W22": -39.625568597146312, "S22": -39.625568597146312, "W31": -68.155087959722294, "S31": -74.796202299765952, "W32": -99.770617003933793, "S32": -104.77061700393379 }, "geometry": { "type": "Point", "coordinates": [ 103063.0, 507227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3427350427350424, "S11": 2.3427350427350424, "W12": -10.0, "S12": -20.0, "W13": -20.022871383180501, "S13": -20.022871383180501, "W21": -36.478264142958565, "S21": -36.480725975019631, "W22": -57.67407551739015, "S22": -57.67407551739015, "W31": -70.0, "S31": -70.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103063.0, 507879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10872306992515401, "S11": -0.039183401796221456, "W12": -9.6658035860487974, "S12": -19.598658586340019, "W13": -20.0, "S13": -20.0, "W21": -35.890172798828118, "S21": -37.787569906122911, "W22": -64.798545454545462, "S22": -69.085292442497263, "W31": -102.64436759387135, "S31": -102.64436759387135, "W32": -110.94037867319219, "S32": -115.94037867319219 }, "geometry": { "type": "Point", "coordinates": [ 103063.25, 506270.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25458504735568854, "S11": 0.25458504735568854, "W12": -6.6948151611464963, "S12": -6.6948151611464963, "W13": -15.400920847239341, "S13": -16.174314383059723, "W21": -35.406989009493344, "S21": -36.367928192375516, "W22": -80.020297075375964, "S22": -86.037351514047756, "W31": -88.869106912382165, "S31": -88.869106912382165, "W32": -94.572390206829169, "S32": -99.572390206829169 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 498026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -15.0, "S13": -16.627351599620805, "W21": -38.327432295688126, "S21": -40.097594280612299, "W22": -47.889991912627494, "S22": -47.889991912627494, "W31": -78.055483704157282, "S31": -78.055483704157282, "W32": -97.331297582090542, "S32": -102.33129758209054 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 498469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6011745450629915, "S11": 1.7987748636928864, "W12": -5.2890489212543104, "S12": -12.235748667872745, "W13": -14.452548503503634, "S13": -20.145145799608983, "W21": -60.0, "S21": -71.868554270805475, "W22": -44.680863743287304, "S22": -44.727204580949341, "W31": -71.943165378054701, "S31": -72.574432505407529, "W32": -96.303179691062482, "S32": -101.30317969106248 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 502185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5727634143629698, "S12": -12.464633110503129, "W13": -20.0, "S13": -21.003913894324853, "W21": -39.323864589458211, "S21": -47.449632060421365, "W22": -40.886833820003119, "S22": -45.886833820003119, "W31": -80.65051735118972, "S31": -81.478935100091604, "W32": -96.045974969572271, "S32": -101.04597496957227 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 504001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59563670009385283, "S11": -0.59563670009385283, "W12": -5.7706329072028586, "S12": -7.6374913743969772, "W13": -25.0, "S13": -25.0, "W21": -40.884876947680233, "S21": -40.884876947680233, "W22": -39.577407419334705, "S22": -42.16976491831069, "W31": -70.271090517991951, "S31": -70.271090517991951, "W32": -93.0256206108117, "S32": -98.0256206108117 }, "geometry": { "type": "Point", "coordinates": [ 103064.0, 509143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3948536551532875, "S11": 2.3948536551532875, "W12": -5.0, "S12": -15.081736609067271, "W13": -19.957440709333333, "S13": -19.957440709333333, "W21": -33.831868465270261, "S21": -33.831868465270261, "W22": -41.759998, "S22": -41.759998, "W31": -68.388545581543994, "S31": -74.349012883041866, "W32": -99.090855262337797, "S32": -104.0908552623378 }, "geometry": { "type": "Point", "coordinates": [ 103064.333333333328483, 507634.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4212665871956514, "W12": -10.107295295711261, "S12": -18.382213102896181, "W13": -20.979021979243001, "S13": -23.299277654799535, "W21": -34.558895712929903, "S21": -38.674323202054083, "W22": -39.876976383147792, "S22": -47.408087292403856, "W31": -67.475227579401889, "S31": -73.378888805271941, "W32": -94.191123056806617, "S32": -99.191123056806617 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 504820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26024044464811413, "S11": -6.9933702544808432, "W12": -8.6588810803362275, "S12": -8.9004280558008642, "W13": -20.0, "S13": -22.352688190742843, "W21": -33.444056157182054, "S21": -43.370568310941238, "W22": -60.002149796757983, "S22": -60.002149796757983, "W31": -69.983921916631488, "S31": -70.053044952508984, "W32": -84.957160426691118, "S32": -89.957160426691118 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 505405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0362461512682488, "S11": 0.53713206349206566, "W12": -8.3081318265041997, "S12": -18.758617772892663, "W13": -19.055358974358974, "S13": -19.367676172638486, "W21": -35.506125166562924, "S21": -36.213871645436157, "W22": -40.303425745163906, "S22": -42.870405088161782, "W31": -69.985612782259764, "S31": -71.624944969836477, "W32": -96.099712045474377, "S32": -101.09971204547438 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 506635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1254568788035435, "S12": -22.598913149424497, "W13": -22.598913149424497, "S13": -22.598913149424497, "W21": -32.260931042093588, "S21": -32.260931042093588, "W22": -48.54222513765972, "S22": -48.54222513765972, "W31": -70.0, "S31": -70.0, "W32": -85.651497119918801, "S32": -90.651497119918801 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 507217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43744912776500777, "S11": 0.43744912776500777, "W12": -9.729890312519375, "S12": -9.729890312519375, "W13": -28.658964530583599, "S13": -28.658964530583599, "W21": -38.408743096067212, "S21": -38.408743096067212, "W22": -47.42533895027195, "S22": -47.435338950271948, "W31": -81.437336409973824, "S31": -81.437336409973824, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103065.0, 509943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89, "S11": 0.89, "W12": -3.71, "S12": -21.01, "W13": -21.02, "S13": -21.02, "W21": -42.009998, "S21": -42.009998, "W22": -60.0, "S22": -109.48234349919744, "W31": -109.48234349919744, "S31": -109.48234349919744, "W32": -110.25524141554038, "S32": -115.25524141554038 }, "geometry": { "type": "Point", "coordinates": [ 103065.2, 508984.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5998193315266551, "S12": -9.2198636013857325, "W13": -14.999999999999998, "S13": -16.363263218304613, "W21": -46.290891505945531, "S21": -47.219963853925805, "W22": -80.0, "S22": -91.019878021233339, "W31": -91.019878021233339, "S31": -91.019878021233339, "W32": -95.590837831297407, "S32": -100.59083783129741 }, "geometry": { "type": "Point", "coordinates": [ 103065.333333333328483, 499108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -16.968179967862884, "W21": -38.894947654148098, "S21": -42.623363029350806, "W22": -80.0, "S22": -87.740004517732103, "W31": -89.00325004622438, "S31": -89.00325004622438, "W32": -94.766621423987033, "S32": -99.766621423987033 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 498604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.3101595298068851, "W13": -15.0, "S13": -17.390500267809319, "W21": -39.492441383676152, "S21": -43.860666315925478, "W22": -43.585726462578918, "S22": -44.265213207881729, "W31": -67.401877448444083, "S31": -68.961988251768176, "W32": -91.450771270539363, "S32": -96.450771270539363 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 498745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.552491103202847, "S11": 0.552491103202847, "W12": -10.0, "S12": -10.495205761316873, "W13": -14.999999999999998, "S13": -18.269989947911906, "W21": -48.631592421915002, "S21": -49.943008070331935, "W22": -45.305305932384236, "S22": -45.545688623229296, "W31": -72.678276424212683, "S31": -73.636834162714308, "W32": -95.906526286174, "S32": -100.906526286174 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 499204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44964400779603042, "S11": -2.3175091225919489, "W12": -5.1181601903251384, "S12": -5.1181601903251384, "W13": -18.992770292425089, "S13": -21.872390826637563, "W21": -33.13659600629579, "S21": -39.599634045126471, "W22": -39.768618819257696, "S22": -48.381571857680804, "W31": -67.43276753453091, "S31": -73.126290493994034, "W32": -94.745387185820135, "S32": -99.745387185820135 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 505553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53111016844785586, "W12": -10.146994295743749, "S12": -18.240012444165494, "W13": -19.725257026731988, "S13": -19.725257026731988, "W21": -32.958827446005373, "S21": -34.71885800060889, "W22": -60.078779079435094, "S22": -60.078779079435094, "W31": -70.0, "S31": -70.015387923503852, "W32": -84.093672448536608, "S32": -89.093672448536608 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 506163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3506299243311233, "S12": -10.450010575003866, "W13": -25.0, "S13": -25.0, "W21": -38.720323038014641, "S21": -38.720323038014641, "W22": -67.73745454545454, "S22": -67.73745454545454, "W31": -102.25712231673003, "S31": -102.41814746179773, "W32": -110.7781568196429, "S32": -115.7781568196429 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 510474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.8190908027147676, "S12": -7.182869545506823, "W13": -25.0, "S13": -26.367955485803968, "W21": -38.838967743531406, "S21": -38.838967743531406, "W22": -41.013191301653571, "S22": -41.013191301653571, "W31": -80.0, "S31": -80.766186555198615, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103066.0, 510566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1082567349810075, "S11": 3.1082567349810075, "W12": -10.791725977851071, "S12": -10.791725977851071, "W13": -20.374976216271826, "S13": -20.374976216271826, "W21": -49.627800987467424, "S21": -65.636845450324842, "W22": -42.998552922841981, "S22": -44.184877154950236, "W31": -69.151368204387282, "S31": -72.887893485817173, "W32": -97.658935939467227, "S32": -102.65893593946723 }, "geometry": { "type": "Point", "coordinates": [ 103066.666666666671517, 500689.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60950796843571098, "S11": 0.60950796843571098, "W12": -14.999999999999998, "S12": -15.393119154508042, "W13": -15.393119154508042, "S13": -20.235980764811938, "W21": -50.156941327348513, "S21": -51.403086792087777, "W22": -74.638987659484258, "S22": -87.918385410579916, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -104.02274297131417, "S32": -109.02274297131417 }, "geometry": { "type": "Point", "coordinates": [ 103067.0, 499283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60524470358806881, "S11": -4.3947552964119314, "W12": -10.054456406366016, "S12": -18.328344658456011, "W13": -20.793278557629918, "S13": -22.936304795546668, "W21": -34.543295553290022, "S21": -39.786787281693755, "W22": -80.0, "S22": -94.597371337413264, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -106.13730785209805, "S32": -111.13730785209805 }, "geometry": { "type": "Point", "coordinates": [ 103067.0, 504802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46861651636633367, "S11": 0.46861651636633367, "W12": -10.0, "S12": -19.824984378754973, "W13": -20.0, "S13": -20.0, "W21": -39.200764904387015, "S21": -39.200764904387015, "W22": -80.0, "S22": -96.421683066785945, "W31": -100.35430830976502, "S31": -100.35430830976502, "W32": -107.97361861238056, "S32": -112.97361861238056 }, "geometry": { "type": "Point", "coordinates": [ 103067.2, 508318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0676707197528743, "S11": 3.0676707197528743, "W12": -6.8302376820532871, "S12": -6.8302376820532871, "W13": -20.867489959577725, "S13": -20.867489959577725, "W21": -42.413942612222051, "S21": -42.413942612222051, "W22": -57.611270867088606, "S22": -79.589245110751733, "W31": -105.37922591835328, "S31": -105.37922591835328, "W32": -111.06017280649633, "S32": -116.06017280649633 }, "geometry": { "type": "Point", "coordinates": [ 103067.333333333328483, 515164.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7683042642916473, "S11": 2.7683042642916473, "W12": -6.8255877681782122, "S12": -6.8255877681782122, "W13": -20.752161211964221, "S13": -20.752161211964221, "W21": -44.955753828554784, "S21": -44.955753828554784, "W22": -40.98333734430674, "S22": -40.98333734430674, "W31": -80.0, "S31": -80.752067245333805, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103067.836065573763335, 515817.524590163957328 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9625505549125077, "S11": 2.9625505549125077, "W12": -10.36591195982059, "S12": -10.36591195982059, "W13": -19.816323272971157, "S13": -19.816323272971157, "W21": -50.026771773810339, "S21": -70.026771773810339, "W22": -35.05963123174304, "S22": -50.037635630863214, "W31": -72.493074130683993, "S31": -72.493074130683993, "W32": -91.536396117173553, "S32": -96.536396117173553 }, "geometry": { "type": "Point", "coordinates": [ 103068.0, 500752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2492142072106165, "S11": 1.0862535113486198, "W12": -10.0, "S12": -19.017895322849952, "W13": -19.940587471085902, "S13": -19.940587471085902, "W21": -34.271703037058018, "S21": -34.271703037058018, "W22": -78.843951324266285, "S22": -105.06609852210559, "W31": -105.06609852210559, "S31": -105.06609852210559, "W32": -105.06609852210559, "S32": -106.43409464465323 }, "geometry": { "type": "Point", "coordinates": [ 103068.0, 507387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8355318469848156, "S11": 2.8355318469848156, "W12": -6.8143878741900767, "S12": -6.8143878741900767, "W13": -20.777913762816389, "S13": -20.90095102299394, "W21": -44.404611964820887, "S21": -44.404611964820887, "W22": -43.806755629094752, "S22": -50.0, "W31": -74.912250598177067, "S31": -75.912250598177067, "W32": -93.350326368616507, "S32": -98.350326368616507 }, "geometry": { "type": "Point", "coordinates": [ 103068.30769230768783, 515677.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8997565193708943, "S11": 2.8997565193708943, "W12": -10.182257674643523, "S12": -10.182257674643523, "W13": -19.575829479440841, "S13": -19.575829479440841, "W21": -50.325334328966001, "S21": -70.341676090530768, "W22": -39.424938610255992, "S22": -42.985689061226111, "W31": -70.0, "S31": -70.0, "W32": -94.660445338193085, "S32": -99.660445338193085 }, "geometry": { "type": "Point", "coordinates": [ 103068.4, 500778.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.6154272954209068, "S12": -8.8200439395442078, "W13": -25.000000000000004, "S13": -25.190683407048084, "W21": -38.963096145297499, "S21": -38.963096145297499, "W22": -38.963226253690223, "S22": -45.477994655146226, "W31": -64.987000875757062, "S31": -68.224608772707171, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103068.5, 510519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11481254442074894, "S11": 0.11481254442074894, "W12": -12.138396864459217, "S12": -12.138396864459217, "W13": -20.0, "S13": -28.375845790547029, "W21": -34.42571644118977, "S21": -36.369195674654826, "W22": -44.248275862068965, "S22": -44.248275862068965, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -86.596470923698817, "S32": -91.596470923698817 }, "geometry": { "type": "Point", "coordinates": [ 103068.666666666671517, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6105899520533669, "S12": -9.2345639513051445, "W13": -15.000000000000002, "S13": -16.492701549517182, "W21": -46.12241850145076, "S21": -47.207371896923462, "W22": -71.721655024179995, "S22": -79.210832513359492, "W31": -100.54630476234226, "S31": -100.54630476234226, "W32": -104.95144883612363, "S32": -109.95144883612363 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 499109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6071994133715823, "S11": 2.6071994133715823, "W12": -6.5870592219360269, "S12": -8.6013828445000122, "W13": -15.97605591424356, "S13": -18.758568572388029, "W21": -60.0, "S21": -77.958077124743795, "W22": -65.848014627758147, "S22": -74.119850187265925, "W31": -101.95327023363735, "S31": -101.95327023363735, "W32": -107.31117404845014, "S32": -112.31117404845014 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 501325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.214497250802983, "S11": 2.214497250802983, "W12": -6.6316667452380953, "S12": -16.631666745238096, "W13": -19.960806137389316, "S13": -19.960806137389316, "W21": -33.871096079764207, "S21": -33.873786603037708, "W22": -79.565139584824621, "S22": -106.35124929796001, "W31": -106.35124929796001, "S31": -106.35124929796001, "W32": -106.35124929796001, "S32": -106.35124929796001 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 507720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53222012648397221, "S11": 0.53023355540158079, "W12": -5.9841914613587894, "S12": -18.35195258810926, "W13": -21.864639803330736, "S13": -21.864639803330736, "W21": -39.690119549053875, "S21": -39.690119549053875, "W22": -80.0, "S22": -105.7126321087066, "W31": -105.7126321087066, "S31": -105.7126321087066, "W32": -105.7126321087066, "S32": -105.7126321087066 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 508716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40658934690063336, "S11": 0.40658934690063336, "W12": -14.198362812740806, "S12": -14.198362812740806, "W13": -20.0, "S13": -20.0, "W21": -37.383906464660477, "S21": -37.383906464660477, "W22": -39.165750048684835, "S22": -42.935833245195759, "W31": -70.0, "S31": -70.385663957463635, "W32": -95.048085912666252, "S32": -100.04808591266625 }, "geometry": { "type": "Point", "coordinates": [ 103069.0, 512670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69821906659837607, "S11": -0.69821906659837607, "W12": -10.243791136463582, "S12": -16.220547638192642, "W13": -20.65466347990056, "S13": -20.65466347990056, "W21": -32.300957876176945, "S21": -34.066475079908201, "W22": -40.264991608277768, "S22": -42.890730343232605, "W31": -70.0, "S31": -71.593911122023059, "W32": -96.032553820072053, "S32": -101.03255382007205 }, "geometry": { "type": "Point", "coordinates": [ 103069.4, 506137.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5069693537479509, "S11": 1.5069693537479509, "W12": -15.0, "S12": -15.0, "W13": -21.123024316923086, "S13": -26.123972472461116, "W21": -37.515928950390709, "S21": -38.031647414599355, "W22": -42.160117093762139, "S22": -42.617995944800022, "W31": -68.688203485016601, "S31": -73.773751870200243, "W32": -98.493723588586533, "S32": -103.49372358858653 }, "geometry": { "type": "Point", "coordinates": [ 103069.588235294111655, 513541.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20293673489063446, "S11": -3.8575257366787361, "W12": -5.0, "S12": -6.0, "W13": -17.876917034887178, "S13": -19.354915428799433, "W21": -32.911745992637826, "S21": -43.078206822176789, "W22": -40.423220831829035, "S22": -40.423220831829035, "W31": -79.702268969046926, "S31": -79.858800854701755, "W32": -91.265298734058945, "S32": -96.265298734058945 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 505679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80549270437812803, "S11": 0.80549270437812803, "W12": -3.9443734070080194, "S12": -23.944373407008033, "W13": -23.944373407008033, "S13": -23.944373407008033, "W21": -42.000135525701481, "S21": -42.000135525701481, "W22": -58.687989113465072, "S22": -58.687989113465072, "W31": -104.3506008010681, "S31": -104.3506008010681, "W32": -111.37341552782729, "S32": -116.37341552782729 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 508988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3675453067504384, "S11": 1.3675453067504384, "W12": -9.6182322379635963, "S12": -14.198679497017624, "W13": -28.633194391815081, "S13": -28.633194391815081, "W21": -37.724494874085401, "S21": -37.724494874085401, "W22": -39.16891125765229, "S22": -44.385797392431527, "W31": -67.206079109000527, "S31": -67.436544909391785, "W32": -98.676661114195809, "S32": -103.67666111419581 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20618674688945926, "S11": 0.20618674688945926, "W12": -9.2927932575590368, "S12": -17.515394622472726, "W13": -26.918737579862814, "S13": -29.362459315995658, "W21": -35.352893114728744, "S21": -35.352893114728744, "W22": -60.143047184179714, "S22": -60.143047184179714, "W31": -70.0, "S31": -70.157198704262711, "W32": -84.452949995590473, "S32": -89.452949995590473 }, "geometry": { "type": "Point", "coordinates": [ 103070.0, 511244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3652605328989709, "S11": 0.95114804306265022, "W12": -4.3051873277485146, "S12": -4.3051873277485146, "W13": -14.599832518428499, "S13": -18.962758070840852, "W21": -50.0, "S21": -61.655100999528045, "W22": -50.657083607771, "S22": -50.659064900288008, "W31": -94.824542705792325, "S31": -94.824542705792325, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103071.0, 502563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.062841102482345867, "W12": -5.1190372118774947, "S12": -5.9617222167460442, "W13": -14.999999999999998, "S13": -17.743462238885911, "W21": -40.0, "S21": -40.117709720372837, "W22": -65.155181007416758, "S22": -76.68773221854569, "W31": -89.683602495101866, "S31": -89.683602495101866, "W32": -91.771445825088222, "S32": -96.771445825088222 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -15.024118783196522, "W13": -17.273001048846268, "S13": -19.996597208287643, "W21": -40.521739130434781, "S21": -46.028973984942652, "W22": -59.846331037974679, "S22": -108.55930345881227, "W31": -108.55930345881227, "S31": -108.55930345881227, "W32": -110.53772864033621, "S32": -115.53772864033621 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 499560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7094700627282815, "S11": -0.7094700627282815, "W12": -3.5389690810626258, "S12": -5.5690035947870449, "W13": -20.035335849653091, "S13": -20.035335849653091, "W21": -40.953857553942576, "S21": -44.529567117604387, "W22": -43.248674544576929, "S22": -43.248674544576929, "W31": -77.792197370878526, "S31": -78.772337231018383, "W32": -95.377811996733058, "S32": -100.37781199673306 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 505986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3431127756970449, "S11": 2.3431127756970449, "W12": -5.0, "S12": -15.0, "W13": -19.960000666666662, "S13": -19.960000666666662, "W21": -33.7977318775364, "S21": -33.7977318775364, "W22": -43.704005693663746, "S22": -43.704005693663746, "W31": -78.147202955741562, "S31": -79.147202955741562, "W32": -91.658453049389536, "S32": -96.658453049389536 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 507626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.817951804305094, "S11": 1.817951804305094, "W12": -5.0, "S12": -5.3817842069307265, "W13": -20.0, "S13": -20.0, "W21": -39.747557634101383, "S21": -39.747557634101383, "W22": -41.484081361115003, "S22": -41.500819689958291, "W31": -68.407912859678873, "S31": -74.309792024291227, "W32": -98.997581680607212, "S32": -103.99758168060721 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 508117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45372013486698826, "S11": 0.45372013486698826, "W12": -10.0, "S12": -17.002273287748011, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -39.974874147844105, "S22": -45.738340402726472, "W31": -67.500164542024606, "S31": -73.84744041279815, "W32": -93.57220688653203, "S32": -98.57220688653203 }, "geometry": { "type": "Point", "coordinates": [ 103072.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2200652224551929, "S11": 3.2200652224551929, "W12": -11.137033938947935, "S12": -11.137033938947935, "W13": -19.603169643937207, "S13": -19.603169643937207, "W21": -44.761992000244796, "S21": -64.761992000244788, "W22": -39.538538138401812, "S22": -48.680672139083882, "W31": -79.257079195887599, "S31": -81.530054217545199, "W32": -93.925693187063032, "S32": -98.925693187063032 }, "geometry": { "type": "Point", "coordinates": [ 103072.666666666671517, 500414.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3258759904965003, "S11": 0.47182659154568007, "W12": -4.7938295954554535, "S12": -4.7938295954554535, "W13": -15.906245896616383, "S13": -19.034654427662382, "W21": -50.0, "S21": -66.420457917551488, "W22": -39.730027700630878, "S22": -42.843156590584009, "W31": -70.0, "S31": -70.0, "W32": -93.5724475451659, "S32": -98.5724475451659 }, "geometry": { "type": "Point", "coordinates": [ 103072.714285714289872, 502660.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4245667037682104, "S11": 2.3328937855386171, "W12": -8.6504149563043153, "S12": -13.673522986343411, "W13": -20.039375621589581, "S13": -20.039375621589581, "W21": -35.76758195848582, "S21": -35.76758195848582, "W22": -42.200001, "S22": -42.200001, "W31": -73.199997, "S31": -73.199997, "W32": -98.199997, "S32": -103.199997 }, "geometry": { "type": "Point", "coordinates": [ 103072.8, 506891.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.000000000000002, "S12": -15.018396909705459, "W13": -17.296773823793828, "S13": -19.901273872285728, "W21": -40.0, "S21": -44.844172364445861, "W22": -48.74319151011256, "S22": -48.753191510112558, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103073.0, 499565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6940797851404232, "S11": 1.3549924454586817, "W12": -6.8192269997235693, "S12": -6.8192269997235693, "W13": -18.750456120717995, "S13": -18.750456120717995, "W21": -48.516568467677907, "S21": -60.0, "W22": -43.664557295795554, "S22": -53.012403308627817, "W31": -67.987605812508875, "S31": -72.722796767474847, "W32": -83.313713102924041, "S32": -88.313713102924041 }, "geometry": { "type": "Point", "coordinates": [ 103073.0, 502838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2399175068744324, "W12": -5.0, "S12": -5.8086680761099361, "W13": -18.360982542601281, "S13": -19.108482972345165, "W21": -37.64340535690522, "S21": -43.763262153525133, "W22": -58.21072355696203, "S22": -94.999869100706917, "W31": -105.17069424981047, "S31": -105.17069424981047, "W32": -110.94432065755593, "S32": -115.94432065755593 }, "geometry": { "type": "Point", "coordinates": [ 103073.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.990996199856701, "S12": -23.283262154554851, "W13": -23.283262154554851, "S13": -23.283262154554851, "W21": -32.382500689947641, "S21": -32.382500689947641, "W22": -75.692285328738066, "S22": -93.038365634665411, "W31": -100.0, "S31": -100.0, "W32": -103.50506735086594, "S32": -108.50506735086594 }, "geometry": { "type": "Point", "coordinates": [ 103073.0, 507207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59999226365464953, "S11": 0.59999226365464953, "W12": -14.253214638971315, "S12": -14.660268511025187, "W13": -15.269585185185186, "S13": -20.238003350617575, "W21": -49.944167981551153, "S21": -51.383635249075738, "W22": -36.950721192011905, "S22": -51.946591196317648, "W31": -78.884803326349413, "S31": -79.884803326349413, "W32": -90.461605520357551, "S32": -95.461605520357551 }, "geometry": { "type": "Point", "coordinates": [ 103074.0, 499280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1308307392996109, "S11": 3.1308307392996109, "W12": -10.84079365610466, "S12": -10.84079365610466, "W13": -18.795382243940836, "S13": -19.052036428739942, "W21": -44.177887698085556, "S21": -64.177887698085556, "W22": -39.746674321937718, "S22": -42.871507271319793, "W31": -70.0, "S31": -71.165566912681413, "W32": -95.589901646700994, "S32": -100.58990164670099 }, "geometry": { "type": "Point", "coordinates": [ 103074.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8145530060597808, "S11": 2.8145530060597808, "W12": -9.8628682079568133, "S12": -10.102466221125278, "W13": -19.241829438167464, "S13": -19.712736565989307, "W21": -50.940229850612084, "S21": -70.940229850612084, "W22": -42.508572583453635, "S22": -43.935627692567984, "W31": -69.31307201474813, "S31": -72.576457772931562, "W32": -97.309682003465426, "S32": -102.30968200346543 }, "geometry": { "type": "Point", "coordinates": [ 103074.0, 500817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1280408372168223, "S11": 0.1280408372168223, "W12": -11.252351567731205, "S12": -11.765444198237885, "W13": -20.0, "S13": -28.1761593281609, "W21": -33.824330183383481, "S21": -34.48917673791766, "W22": -74.73950966525237, "S22": -88.220087632203317, "W31": -100.0, "S31": -100.0, "W32": -104.22022739165577, "S32": -109.22022739165577 }, "geometry": { "type": "Point", "coordinates": [ 103074.142857142855064, 511766.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5897483298455382, "S11": 2.5897483298455382, "W12": -14.370618426690164, "S12": -14.370618426690164, "W13": -21.0727417799447, "S13": -21.0727417799447, "W21": -38.107132166935159, "S21": -38.107132166935159, "W22": -50.0, "S22": -53.663186884319792, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -102.21899807422511 }, "geometry": { "type": "Point", "coordinates": [ 103074.142857142855064, 514077.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41755786290770847, "S11": 0.41755786290770847, "W12": -7.7347177964133751, "S12": -7.7347177964133751, "W13": -15.929745832082872, "S13": -16.422101241255781, "W21": -33.584080887792844, "S21": -33.584080887792844, "W22": -41.028257087257956, "S22": -51.028257087257956, "W31": -78.696341918626359, "S31": -79.277036265330565, "W32": -96.586347419988186, "S32": -101.58634741998819 }, "geometry": { "type": "Point", "coordinates": [ 103075.0, 497839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3916306335906108, "S11": 0.39163063359061079, "W12": -4.6572802760739558, "S12": -4.6572802760739558, "W13": -15.395019039698866, "S13": -18.928499892119962, "W21": -50.0, "S21": -66.178117637708738, "W22": -41.987442405663344, "S22": -44.348399024126572, "W31": -74.822135120228296, "S31": -75.037687434652085, "W32": -97.93142188567154, "S32": -102.93142188567154 }, "geometry": { "type": "Point", "coordinates": [ 103075.0, 502642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43339125398204481, "S11": 0.19561659292547631, "W12": -9.0882730200316573, "S12": -15.164874022159463, "W13": -20.0, "S13": -20.716748566748567, "W21": -36.998859198989152, "S21": -39.176085257433613, "W22": -42.586974511186547, "S22": -43.103868515494, "W31": -68.731395961317631, "S31": -73.689725433523066, "W32": -98.377949664053062, "S32": -103.37794966405306 }, "geometry": { "type": "Point", "coordinates": [ 103075.0, 506340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.24707807386629266, "W12": -9.0293242726925396, "S12": -15.427155283743403, "W13": -20.0, "S13": -20.8518837018837, "W21": -37.077507604423616, "S21": -39.274432725758857, "W22": -41.76836199305378, "S22": -42.16205366300121, "W31": -68.652512057260964, "S31": -73.84073740874716, "W32": -98.523796761446505, "S32": -103.5237967614465 }, "geometry": { "type": "Point", "coordinates": [ 103075.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14313546735300645, "S11": 0.14313546735300645, "W12": -10.712388758174706, "S12": -12.265983746010395, "W13": -21.236933419395744, "S13": -29.76463721509829, "W21": -33.423435631096233, "S21": -33.423435631096233, "W22": -39.980010988729305, "S22": -45.442814149779352, "W31": -67.497941031858346, "S31": -73.935259149377643, "W32": -93.508644486415804, "S32": -98.508644486415804 }, "geometry": { "type": "Point", "coordinates": [ 103075.363636363632395, 511556.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9736172779621224, "S11": 1.9736172779621224, "W12": -6.8336177448130888, "S12": -6.8336177448130888, "W13": -20.705405788599403, "S13": -20.705405788599403, "W21": -45.006481533565363, "S21": -45.006481533565363, "W22": -59.686128531645572, "S22": -108.3145617670921, "W31": -108.3145617670921, "S31": -108.3145617670921, "W32": -110.60897726730026, "S32": -115.60897726730026 }, "geometry": { "type": "Point", "coordinates": [ 103075.416666666671517, 516155.083333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.703728875245214, "S11": 2.703728875245214, "W12": -6.8122984863825664, "S12": -6.8122984863825664, "W13": -20.756984661244577, "S13": -20.756984661244577, "W21": -45.06855105501954, "S21": -45.06855105501954, "W22": -59.244187750008564, "S22": -61.356707069948669, "W31": -103.96775621200456, "S31": -103.96775621200456, "W32": -111.34654245316587, "S32": -116.34654245316587 }, "geometry": { "type": "Point", "coordinates": [ 103075.598360655741999, 515866.885245901648887 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.2793391151607707, "W12": -8.0462789243275292, "S12": -8.7297394555658627, "W13": -15.0, "S13": -16.287371669238347, "W21": -44.82923707117196, "S21": -46.013684474634196, "W22": -45.950001, "S22": -45.950001, "W31": -76.449997, "S31": -77.949997, "W32": -91.949997, "S32": -96.949997 }, "geometry": { "type": "Point", "coordinates": [ 103075.6, 499070.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.831442463290383, "S13": -19.193067271953005, "W21": -40.041511771995047, "S21": -46.852751441416537, "W22": -38.218126677982404, "S22": -39.048671863083278, "W31": -66.896762017322928, "S31": -68.965407402925848, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 499670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6890488186831893, "S11": 2.6890488186831893, "W12": -9.06307945076869, "S12": -9.6851348202191758, "W13": -18.759339833875046, "S13": -19.927718290723508, "W21": -52.087684861924807, "S21": -72.087684861924799, "W22": -80.0, "S22": -92.011854710869116, "W31": -92.011854710869116, "S31": -92.011854710869116, "W32": -96.036636048946264, "S32": -101.03663604894626 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 500871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2580405739732803, "S11": 2.2580405739732803, "W12": -5.301389010221019, "S12": -13.357309858552433, "W13": -20.694582006951546, "S13": -20.694582006951546, "W21": -38.71537513889222, "S21": -38.71537513889222, "W22": -49.294733102074758, "S22": -49.294733102074758, "W31": -78.780239598093488, "S31": -78.780239598093488, "W32": -97.414771666361887, "S32": -102.41477166636189 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 508025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7213570509864828, "S11": 1.7213570509864828, "W12": -5.0, "S12": -5.3255664262963949, "W13": -20.0, "S13": -20.0, "W21": -39.720273459201231, "S21": -39.720273459201231, "W22": -39.783905836011741, "S22": -42.024515600483127, "W31": -64.615265177561383, "S31": -65.615265177561383, "W32": -91.103673990697331, "S32": -96.103673990697331 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 508131.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15160088818852516, "S11": 0.15160088818852516, "W12": -9.5200614995986932, "S12": -10.97104240739862, "W13": -27.293260783313496, "S13": -27.293260783313496, "W21": -37.588309562412149, "S21": -37.588309562412149, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.823628935627937, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 509750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.7059579530385029, "S12": -10.961599727082783, "W13": -25.725623582766442, "S13": -25.725623582766442, "W21": -37.852558228637186, "S21": -37.852558228637186, "W22": -44.670743267596912, "S22": -54.43224434895221, "W31": -68.239266942980976, "S31": -73.877790530411204, "W32": -83.978001715486116, "S32": -88.978001715486116 }, "geometry": { "type": "Point", "coordinates": [ 103076.0, 510456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21585095086398298, "S11": -0.32637873057334221, "W12": -10.0, "S12": -21.509755863129563, "W13": -21.509755863129563, "S13": -21.509755863129563, "W21": -34.870829573499421, "S21": -36.887413907285485, "W22": -44.514072235275492, "S22": -54.195472924138869, "W31": -68.25322889511196, "S31": -73.751642382381633, "W32": -83.877948812770612, "S32": -88.877948812770612 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31146828844483065, "S11": 0.097503057944344718, "W12": -9.1465394902024997, "S12": -16.474645378722506, "W13": -20.0, "S13": -20.483087633087631, "W21": -36.878277115518408, "S21": -39.050812363856458, "W22": -39.872355086480113, "S22": -39.872355086480113, "W31": -70.0, "S31": -70.0, "W32": -87.254846424974829, "S32": -92.254846424974829 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51053809357613544, "S11": 0.51053809357613544, "W12": -4.9405167874792451, "S12": -13.986516108614104, "W13": -25.0, "S13": -25.0, "W21": -40.328723220681766, "S21": -40.328723220681766, "W22": -49.835983607285485, "S22": -53.083479694001504, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -100.99129480040781 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 508842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2584372791646858, "S12": -10.606686217025736, "W13": -24.64324555993996, "S13": -24.64324555993996, "W21": -40.956382046350924, "S21": -40.956382046350924, "W22": -43.826964964418352, "S22": -43.826964964418352, "W31": -78.399786805352903, "S31": -79.210156123534716, "W32": -92.065228971749761, "S32": -97.065228971749761 }, "geometry": { "type": "Point", "coordinates": [ 103077.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6599497487437187, "S11": 2.6599497487437187, "W12": -8.806184720103273, "S12": -9.5586932873513071, "W13": -18.648832246235234, "S13": -20.042536427116499, "W21": -52.443548749606677, "S21": -72.443548749606677, "W22": -38.779999, "S22": -38.779999, "W31": -55.630001, "S31": -55.630001, "W32": -90.68, "S32": -95.68 }, "geometry": { "type": "Point", "coordinates": [ 103078.0, 500889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.244653523883305, "S11": 1.244653523883305, "W12": -8.3084760207639263, "S12": -15.161385079555338, "W13": -19.86620289315405, "S13": -24.878569130592368, "W21": -43.142612000305469, "S21": -51.605636541332068, "W22": -35.606221734232463, "S22": -50.606221734232463, "W31": -74.279371174846986, "S31": -74.602306078555401, "W32": -91.617700867394149, "S32": -96.617700867394149 }, "geometry": { "type": "Point", "coordinates": [ 103078.0, 503676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0625697757028663, "S11": 2.0625697757028663, "W12": -7.7718599806100874, "S12": -12.00508681767079, "W13": -18.764399851356352, "S13": -20.265485938014884, "W21": -34.76066070527154, "S21": -34.76066070527154, "W22": -41.033689379113525, "S22": -41.131687727152404, "W31": -68.465348263101191, "S31": -74.198499536532054, "W32": -98.855474252377803, "S32": -103.8554742523778 }, "geometry": { "type": "Point", "coordinates": [ 103078.0, 506954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.8581612385383508, "S12": -22.491667359636839, "W13": -22.491667359636839, "S13": -22.491667359636839, "W21": -32.507282522128229, "S21": -32.507282522128229, "W22": -43.961665042721258, "S22": -53.420418479934824, "W31": -68.069004103221118, "S31": -73.074571233735682, "W32": -83.532411901570129, "S32": -88.532411901570129 }, "geometry": { "type": "Point", "coordinates": [ 103078.0, 507197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11147647684723759, "S11": 0.11147647684723759, "W12": -11.906262587358563, "S12": -11.906262587358563, "W13": -20.0, "S13": -28.227564808117656, "W21": -34.268419109067729, "S21": -35.816223150526277, "W22": -43.824577889440022, "S22": -53.270499062675583, "W31": -68.02000063434275, "S31": -72.902971427216826, "W32": -83.44486561169407, "S32": -88.44486561169407 }, "geometry": { "type": "Point", "coordinates": [ 103078.0, 511940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8748189010970324, "S11": 2.8748189010970324, "W12": -6.7949216267839905, "S12": -6.7949216267839905, "W13": -20.790577158195447, "S13": -20.945372798066259, "W21": -44.403039882746214, "S21": -44.403039882746214, "W22": -39.185634251469089, "S22": -39.185634251469089, "W31": -70.0, "S31": -71.838031286894534, "W32": -86.001314812790525, "S32": -91.001314812790525 }, "geometry": { "type": "Point", "coordinates": [ 103078.111111111109494, 515702.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94964182565689748, "S11": -0.94964182565689748, "W12": -10.0, "S12": -12.861627044877412, "W13": -21.916839873127802, "S13": -21.916839873127802, "W21": -31.655728280400641, "S21": -33.528438655570966, "W22": -74.158415841584159, "S22": -87.555983411059486, "W31": -100.0, "S31": -100.0, "W32": -104.11836734693878, "S32": -109.11836734693878 }, "geometry": { "type": "Point", "coordinates": [ 103079.0, 506108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52522942372046499, "S11": 0.52368746200403216, "W12": -5.1493001608065168, "S12": -19.634491887913235, "W13": -22.592429473630734, "S13": -22.592429473630734, "W21": -39.79316977116202, "S21": -39.79316977116202, "W22": -79.568116770013887, "S22": -87.802856067308056, "W31": -88.417514463951591, "S31": -88.417514463951591, "W32": -94.162923290483519, "S32": -99.162923290483519 }, "geometry": { "type": "Point", "coordinates": [ 103079.0, 508751.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60102069295487581, "S11": 0.60102069295487581, "W12": -4.7482736686239466, "S12": -11.769117677079052, "W13": -24.513263146362331, "S13": -24.513263146362331, "W21": -41.381045211657245, "S21": -41.381045211657245, "W22": -60.0, "S22": -75.575497941471014, "W31": -91.506955218377101, "S31": -91.506955218377101, "W32": -95.434406469543603, "S32": -100.4344064695436 }, "geometry": { "type": "Point", "coordinates": [ 103079.0, 508935.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0889288016947594, "S11": 1.0889288016947594, "W12": -9.1035138807340861, "S12": -9.4616594293118474, "W13": -29.841075794621027, "S13": -29.841075794621027, "W21": -38.510154366317749, "S21": -38.510154366317749, "W22": -44.837015976759723, "S22": -54.738559244321735, "W31": -68.216142459764015, "S31": -74.024881660008674, "W32": -84.112364340488043, "S32": -89.112364340488043 }, "geometry": { "type": "Point", "coordinates": [ 103079.0, 510020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51109445892955374, "S11": 0.51109445892955374, "W12": -5.0988188408021902, "S12": -15.194523905580182, "W13": -24.47347943496613, "S13": -24.47347943496613, "W21": -39.861028154560572, "S21": -39.861028154560572, "W22": -43.252586817845604, "S22": -52.59874066399945, "W31": -67.809333853737101, "S31": -72.181944527336, "W32": -83.086822087654156, "S32": -88.086822087654156 }, "geometry": { "type": "Point", "coordinates": [ 103079.666666666671517, 508827.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.664626214706557, "S12": -12.664626214706557, "W13": -18.199395415043455, "S13": -19.960963531149808, "W21": -40.0, "S21": -54.401572761838921, "W22": -39.951192610648761, "S22": -42.867942360691657, "W31": -70.0, "S31": -71.363859562975591, "W32": -95.754519805703325, "S32": -100.75451980570332 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 499743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5293653125018003, "S11": 1.9159051268598224, "W12": -9.2275468927692295, "S12": -14.593428772687933, "W13": -14.741668819702053, "S13": -18.558864081040447, "W21": -60.0, "S21": -73.277178781360135, "W22": -60.097887005492289, "S22": -60.097887005492289, "W31": -75.239998, "S31": -75.239998, "W32": -84.080532482534736, "S32": -89.080532482534736 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 501751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3094165391869978, "S11": -5.1082780796054932, "W12": -7.6510705789056308, "S12": -7.6510705789056308, "W13": -19.65059986382899, "S13": -22.267359426622999, "W21": -33.516358960915483, "S21": -41.933543811113331, "W22": -36.301443873584105, "S22": -51.326701803981393, "W31": -75.606024240969646, "S31": -75.606024240969646, "W32": -91.610186140169944, "S32": -96.610186140169944 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 505453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054590211410367767, "S11": -0.20030330507563918, "W12": -9.4788488916005686, "S12": -20.71770962897607, "W13": -20.71770962897607, "S13": -20.71770962897607, "W21": -35.811430351362226, "S21": -37.92275696159102, "W22": -74.902277499596181, "S22": -91.734900749748334, "W31": -102.74773398479556, "S31": -102.74773398479556, "W32": -110.17048000943507, "S32": -115.17048000943507 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 506257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1293011277531106, "S11": 2.0896299783705916, "W12": -7.9424905629240889, "S12": -12.942490562924089, "W13": -18.966086664016256, "S13": -20.088757293946824, "W21": -35.013847699939227, "S21": -35.013847699939227, "W22": -60.0, "S22": -90.954456596396682, "W31": -103.62379792781825, "S31": -103.62379792781825, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 506938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4195979899497488, "W12": -9.0132279451110566, "S12": -24.013227945111055, "W13": -24.013227945111055, "S13": -24.013227945111055, "W21": -32.348978498640768, "S21": -32.348978498640768, "W22": -41.602985881402304, "S22": -43.47663015396045, "W31": -69.604205847166483, "S31": -72.017158572134321, "W32": -96.735097418381727, "S32": -101.73509741838173 }, "geometry": { "type": "Point", "coordinates": [ 103080.0, 507209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1040067379336054, "S11": 1.7605687435699637, "W12": -4.2674871067208979, "S12": -4.2674871067208979, "W13": -14.608896483354329, "S13": -18.636230804400924, "W21": -51.861254443297739, "S21": -63.321529888143097, "W22": -45.256727056397928, "S22": -54.863488904790472, "W31": -68.167930093811691, "S31": -74.42956611338505, "W32": -84.442184522617197, "S32": -89.442184522617197 }, "geometry": { "type": "Point", "coordinates": [ 103080.333333333328483, 502457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72295871801635458, "S11": 0.72295871801635458, "W12": -8.7262558704113768, "S12": -8.7262558704113768, "W13": -15.951542624575518, "S13": -16.399729271704377, "W21": -30.853025524044387, "S21": -31.032683953101152, "W22": -49.451759502624668, "S22": -49.461759502624666, "W31": -91.697779815334073, "S31": -91.697779815334073, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103081.0, 497564.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13480435230458512, "S11": -6.4365427629006122, "W12": -10.576748102525617, "S12": -11.83848731367892, "W13": -21.434999071671353, "S13": -23.726711461782902, "W21": -33.7998160238255, "S21": -43.7998160238255, "W22": -58.810176246835439, "S22": -105.91729751130254, "W31": -105.91729751130254, "S31": -105.91729751130254, "W32": -110.8876811594203, "S32": -115.8876811594203 }, "geometry": { "type": "Point", "coordinates": [ 103081.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.1424077541150179, "S12": -7.7015217631283459, "W13": -25.431325904594967, "S13": -27.508112804351551, "W21": -38.724269106240762, "S21": -38.724269106240762, "W22": -60.0, "S22": -75.485812840769995, "W31": -91.87418142475218, "S31": -91.87418142475218, "W32": -95.682157745246499, "S32": -100.6821577452465 }, "geometry": { "type": "Point", "coordinates": [ 103082.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6075585160514234, "S11": 1.3442211075218558, "W12": -9.1845553666100095, "S12": -11.011478443534486, "W13": -20.528629070691021, "S13": -20.528629070691021, "W21": -36.085701720988581, "S21": -36.085701720988581, "W22": -40.790456852823851, "S22": -43.124010799036732, "W31": -69.852430173178448, "S31": -71.683021874627016, "W32": -96.250701187968247, "S32": -101.25070118796825 }, "geometry": { "type": "Point", "coordinates": [ 103082.2, 506819.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2159199375759546, "S11": 2.2159199375759546, "W12": -8.943122778233386, "S12": -18.943122778233388, "W13": -20.078148723837032, "S13": -20.078148723837032, "W21": -36.505509896517061, "S21": -36.506791612256791, "W22": -39.685493737323533, "S22": -39.685493737323533, "W31": -68.118318180258299, "S31": -74.862034735168663, "W32": -99.780746831106754, "S32": -104.78074683110675 }, "geometry": { "type": "Point", "coordinates": [ 103082.666666666671517, 507897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7065060848880935, "S11": 2.7065060848880935, "W12": -10.214996486766822, "S12": -10.214996486766822, "W13": -18.08418877701617, "S13": -18.901608213215063, "W21": -41.829630295943154, "S21": -48.241829926257388, "W22": -40.994162803634339, "S22": -48.891999342095879, "W31": -66.568942312701736, "S31": -68.14796072076426, "W32": -80.907461337360104, "S32": -85.907461337360104 }, "geometry": { "type": "Point", "coordinates": [ 103083.0, 500266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0082956259426856, "S11": 2.0082956259426856, "W12": -5.0, "S12": -9.2136274157704854, "W13": -20.0, "S13": -20.0, "W21": -39.380257328607534, "S21": -39.380257328607534, "W22": -44.101447902233403, "S22": -44.101447902233403, "W31": -77.888360878400107, "S31": -78.929867411835929, "W32": -96.011953476974426, "S32": -101.01195347697443 }, "geometry": { "type": "Point", "coordinates": [ 103083.0, 508071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52539664928437069, "S11": 0.52539664928437069, "W12": -6.0940003552470241, "S12": -17.092043306044232, "W13": -21.952168943237385, "S13": -21.952168943237385, "W21": -39.40698817124148, "S21": -39.40698817124148, "W22": -43.470015461732046, "S22": -45.175979286753325, "W31": -70.647220805520348, "S31": -71.09680529305497, "W32": -91.766450708069783, "S32": -96.766450708069783 }, "geometry": { "type": "Point", "coordinates": [ 103083.0, 508703.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.157500796037501, "S12": -18.973629828295564, "W13": -28.129919928825622, "S13": -28.129919928825622, "W21": -37.99975246070521, "S21": -38.000284721391054, "W22": -39.092371065603771, "S22": -42.537159261293951, "W31": -70.48727950494164, "S31": -70.48727950494164, "W32": -92.632737220316841, "S32": -97.632737220316841 }, "geometry": { "type": "Point", "coordinates": [ 103083.0, 510265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5077362491296959, "S11": 2.5077362491296959, "W12": -6.7990092045869526, "S12": -6.7990092045869526, "W13": -20.761808110524907, "S13": -20.761808110524907, "W21": -45.181348281484439, "S21": -45.181348281484439, "W22": -43.207490049376077, "S22": -44.069327431558058, "W31": -68.958743619404956, "S31": -73.252892064636868, "W32": -97.914511162912447, "S32": -102.91451116291245 }, "geometry": { "type": "Point", "coordinates": [ 103083.360655737706111, 515916.245901639340445 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48034387404504475, "S11": 0.48034387404504475, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.543744291184868, "W21": -37.968322966472755, "S21": -38.512816845260275, "W22": -39.75480843774649, "S22": -39.75480843774649, "W31": -68.188529945073981, "S31": -74.72735621161641, "W32": -99.543330852559137, "S32": -104.54333085255914 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 498395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2955566591754284, "S12": -8.9798569749349753, "W13": -20.0, "S13": -22.218226143302996, "W21": -37.717251495452288, "S21": -44.821289793364336, "W22": -75.872545964474909, "S22": -89.082871012276058, "W31": -100.28038549013301, "S31": -100.28038549013301, "W32": -104.3844136028259, "S32": -109.3844136028259 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 504160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7328740262576749, "S11": 1.7328740262576749, "W12": -5.0000000000000009, "S12": -5.124498078725134, "W13": -20.0, "S13": -20.0, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -41.296290303497145, "S22": -51.296290303497145, "W31": -79.925656339430134, "S31": -80.668788207562002, "W32": -97.048248056713049, "S32": -102.04824805671305 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31046974231695745, "S11": -0.31046974231695745, "W12": -8.8156662475527856, "S12": -11.449881216601746, "W13": -25.246478873239436, "S13": -25.246478873239436, "W21": -36.592697674505409, "S21": -36.592697674505409, "W22": -35.083542716831296, "S22": -49.813596706033458, "W31": -72.626337409247228, "S31": -72.626337409247228, "W32": -91.2771464238824, "S32": -96.2771464238824 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 509503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.133403148770565, "S12": -18.991467664899595, "W13": -27.982179715302493, "S13": -27.982179715302493, "W21": -38.047390332557889, "S21": -38.047390332557889, "W22": -40.33034446838866, "S22": -44.451838311411414, "W31": -67.735958180111822, "S31": -70.876029815269391, "W32": -89.038929440388898, "S32": -94.038929440388898 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 510257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3509692643732318, "S12": -10.007194792955847, "W13": -25.0, "S13": -25.0, "W21": -38.833077133030962, "S21": -38.833077133030962, "W22": -41.232854961051714, "S22": -46.920660824977453, "W31": -67.854004326366478, "S31": -70.725272842796286, "W32": -87.592599782574936, "S32": -92.592599782574936 }, "geometry": { "type": "Point", "coordinates": [ 103084.0, 510480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69471439876400221, "S11": 0.69471439876400221, "W12": -8.4779883633025381, "S12": -8.4779883633025381, "W13": -15.943026522576583, "S13": -16.401765931093482, "W21": -31.518191861898718, "S21": -31.518191861898718, "W22": -43.441592065912594, "S22": -51.966082834055108, "W31": -68.082631292511437, "S31": -73.233795441397902, "W32": -84.988885130237279, "S32": -89.988885130237279 }, "geometry": { "type": "Point", "coordinates": [ 103084.285714285710128, 497631.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.051589984134649, "W13": -17.108400134851664, "S13": -20.907248704286417, "W21": -40.951150468171591, "S21": -48.920139639893343, "W22": -44.019707661735552, "S22": -53.587764490333171, "W31": -68.058744037746564, "S31": -73.122061187375735, "W32": -83.605679594446741, "S32": -88.605679594446741 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 499533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39855404599439609, "S11": -2.921633258153626, "W12": -10.39333159574131, "S12": -18.889480201723707, "W13": -21.988440132652876, "S13": -24.988440132652876, "W21": -34.704606059723552, "S21": -37.116074044076036, "W22": -66.484363636363639, "S22": -67.239181623515677, "W31": -102.78884464106466, "S31": -103.9051405791691, "W32": -110.92658800107837, "S32": -115.92658800107837 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.095742194022374327, "W12": -7.9772967186547517, "S12": -18.028909141385071, "W13": -20.005758710048948, "S13": -20.550806381085852, "W21": -36.847587026962572, "S21": -38.374754463280084, "W22": -80.0, "S22": -88.314108389865353, "W31": -88.364943812613419, "S31": -88.364943812613419, "W32": -93.511371070252778, "S32": -98.511371070252778 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 506548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11986719823290154, "S11": 0.11986719823290154, "W12": -11.224986346036275, "S12": -11.912588039380855, "W13": -20.0, "S13": -28.518087570887971, "W21": -33.785751450918468, "S21": -34.287145828668159, "W22": -56.334676958728394, "S22": -56.334676958728394, "W31": -89.579854208084811, "S31": -89.579854208084811, "W32": -97.334071757124335, "S32": -102.33407175712433 }, "geometry": { "type": "Point", "coordinates": [ 103085.0, 511753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.05406262161682, "S12": -18.785405905198473, "W13": -27.629676749703705, "S13": -27.629676749703705, "W21": -38.081889469819806, "S21": -38.081889469819806, "W22": -39.508033957537769, "S22": -44.508033957537769, "W31": -59.862827584021609, "S31": -60.267414817346513, "W32": -91.009099589827002, "S32": -96.009099589827002 }, "geometry": { "type": "Point", "coordinates": [ 103085.333333333328483, 510233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49224647103424701, "S11": 0.49224647103424701, "W12": -10.0, "S12": -16.324018264841229, "W13": -20.0, "S13": -20.0, "W21": -38.837556927757888, "S21": -38.837556927757888, "W22": -36.992148829942145, "S22": -52.015746428082061, "W31": -77.512022973428046, "S31": -77.957811800349305, "W32": -90.692991503364283, "S32": -95.692991503364283 }, "geometry": { "type": "Point", "coordinates": [ 103085.8, 508373.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -17.616116571771052, "S13": -18.880037428962503, "W21": -39.007477540480927, "S21": -42.368738262603408, "W22": -42.785781478583388, "S22": -52.000204555506564, "W31": -67.611460507414051, "S31": -71.572452364589878, "W32": -82.824912556433986, "S32": -87.824912556433986 }, "geometry": { "type": "Point", "coordinates": [ 103086.0, 499632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2582869204058014, "S11": 3.2582869204058014, "W12": -11.247253780248704, "S12": -11.247253780248704, "W13": -20.918760769746683, "S13": -20.918760769746683, "W21": -49.129184526070212, "S21": -64.318703995829949, "W22": -41.196941760546956, "S22": -49.307518683623883, "W31": -66.692995490722382, "S31": -68.496458571758993, "W32": -81.184044951899622, "S32": -86.184044951899622 }, "geometry": { "type": "Point", "coordinates": [ 103086.0, 500633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20767728535931446, "S11": -7.7076772853593143, "W12": -9.3854209728537956, "S12": -10.136260677277837, "W13": -20.351200557622182, "S13": -22.837020927525565, "W21": -33.737651671717721, "S21": -43.737651671717721, "W22": -39.740606799694937, "S22": -47.109090603209374, "W31": -65.894938997560473, "S31": -68.188979766008089, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103086.0, 505383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11342405651482916, "S11": 0.11342405651482916, "W12": -11.469199492139129, "S12": -11.469199492139129, "W13": -20.0, "S13": -28.520393723073052, "W21": -33.972892360943717, "S21": -34.851216125018055, "W22": -75.176119423117711, "S22": -110.17611942311771, "W31": -110.17611942311771, "S31": -110.17611942311771, "W32": -110.17611942311771, "S32": -110.17611942311771 }, "geometry": { "type": "Point", "coordinates": [ 103086.0, 511826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3727171801275866, "S11": 0.9777225841920989, "W12": -8.8295630405095942, "S12": -16.002639963587079, "W13": -20.451882446385991, "S13": -20.451882446385991, "W21": -33.351556962664326, "S21": -33.94056584075053, "W22": -64.587215378029242, "S22": -76.722156120234132, "W31": -88.009890853822426, "S31": -88.009890853822426, "W32": -89.224504979648003, "S32": -94.224504979648003 }, "geometry": { "type": "Point", "coordinates": [ 103086.6, 506759.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.34696473566967967, "W12": -5.8192620387742338, "S12": -6.7936055596277232, "W13": -15.0, "S13": -17.857603642206747, "W21": -40.471710189452125, "S21": -41.439486487721098, "W22": -42.213618035807485, "S22": -43.784370604452647, "W31": -69.415891114028682, "S31": -72.376944071405532, "W32": -97.047749342441492, "S32": -102.04774934244149 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 498919.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -6.227850740045862, "S12": -7.1440191328284239, "W13": -15.0, "S13": -17.615236020182643, "W21": -41.164661204983787, "S21": -42.259201817500433, "W22": -40.655744640315689, "S22": -40.825070655615626, "W31": -68.518586705384124, "S31": -74.094705289579565, "W32": -98.70676007529201, "S32": -103.70676007529201 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 498947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63167689853531206, "S11": 0.63167689853531206, "W12": -15.076063829787232, "S12": -15.267985078938624, "W13": -16.857342148636501, "S13": -21.88285097160162, "W21": -44.454380489221165, "S21": -55.413731926377466, "W22": -44.0529771432996, "S22": -49.999999999999993, "W31": -75.580209341132019, "S31": -76.407230572099024, "W32": -93.505257289986929, "S32": -98.505257289986929 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 499485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.842807758786249, "S11": 1.842807758786249, "W12": -9.7603886661084918, "S12": -9.7603886661084918, "W13": -19.904270733117404, "S13": -20.877694808503126, "W21": -50.029594831802591, "S21": -66.269744925611221, "W22": -43.889669070430458, "S22": -50.0, "W31": -75.551719132345468, "S31": -75.551719132345468, "W32": -95.166566527366086, "S32": -100.16656652736609 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 503129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.4980137675835969, "S12": -7.4298613128032347, "W13": -17.400011962174158, "S13": -20.400011962174158, "W21": -33.927296914752539, "S21": -33.927296914752539, "W22": -48.689413880692342, "S22": -48.69941388069234, "W31": -89.87115848483495, "S31": -89.87115848483495, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 507016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31779341983155596, "S11": 0.31779341983155596, "W12": -8.9772035570638682, "S12": -13.198816549845588, "W13": -19.943101056971692, "S13": -19.943101056971692, "W21": -38.424901476947433, "S21": -38.424901476947433, "W22": -41.116926361905826, "S22": -50.625327869188396, "W31": -78.219795943760118, "S31": -78.549258763370716, "W32": -96.297447590407771, "S32": -101.29744759040777 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 508452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66187153622261152, "S11": 0.66187153622261152, "W12": -4.1352562730637841, "S12": -18.12346845381035, "W13": -25.0, "S13": -25.0, "W21": -41.775773211348849, "S21": -41.775773211348849, "W22": -39.189135823791766, "S22": -42.21701035646916, "W31": -70.42552238675448, "S31": -70.42552238675448, "W32": -92.677078229626005, "S32": -97.677078229626005 }, "geometry": { "type": "Point", "coordinates": [ 103087.0, 508974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15618150742317535, "S11": 0.15618150742317535, "W12": -5.0, "S12": -9.3045511221947219, "W13": -19.078813620670477, "S13": -19.078813620670477, "W21": -39.646528026565058, "S21": -44.937654072072434, "W22": -42.578811877949654, "S22": -50.021031565842137, "W31": -67.997332491211168, "S31": -71.076699360900619, "W32": -85.903090542009622, "S32": -90.903090542009622 }, "geometry": { "type": "Point", "coordinates": [ 103087.4, 505818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2278022755729761, "S11": 2.2278022755729761, "W12": -6.3837686730147638, "S12": -15.518720977775226, "W13": -20.032116281172151, "S13": -20.032116281172151, "W21": -37.820751910590495, "S21": -37.820751910590495, "W22": -41.009219358427593, "S22": -48.967152050735287, "W31": -66.530680265011, "S31": -68.144085242386566, "W32": -80.930702578878979, "S32": -85.930702578878979 }, "geometry": { "type": "Point", "coordinates": [ 103087.5, 507980.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7671681555387266, "S11": -2.3572509588847721, "W12": -8.7649847325876511, "S12": -17.020827457751356, "W13": -19.799838985939193, "S13": -20.957545079129158, "W21": -34.509542370590935, "S21": -39.509542370590935, "W22": -39.435755520303609, "S22": -49.144970829261922, "W31": -79.240286362054761, "S31": -81.291874580362474, "W32": -93.497248553271376, "S32": -98.497248553271376 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 504604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20419842674614896, "S11": -7.7041984267461494, "W12": -9.427449359239354, "S12": -10.216387652959964, "W13": -20.364351897652288, "S13": -22.865756208844161, "W21": -33.763251123585682, "S21": -40.0, "W22": -59.409628936708863, "S22": -108.39606873632883, "W31": -108.39606873632883, "S31": -108.39606873632883, "W32": -110.67746788289793, "S32": -115.67746788289793 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 505382.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37206131831723005, "S11": -1.3028648897458015, "W12": -5.093576526566217, "S12": -5.1978116027639096, "W13": -18.843177269731541, "S13": -21.843177269731541, "W21": -33.357804276163421, "S21": -41.102652326713006, "W22": -40.724617272318682, "S22": -41.005936951250106, "W31": -80.047588126159553, "S31": -80.527832963124439, "W32": -95.011961283621091, "S32": -100.01196128362109 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 505570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46893298633702019, "S11": 0.14668091968252306, "W12": -8.2683805469133773, "S12": -16.495437997664972, "W13": -20.0, "S13": -20.761241235211624, "W21": -37.814259900263494, "S21": -40.044696181720582, "W22": -35.022475355817811, "S22": -35.462461429951198, "W31": -71.772217958557178, "S31": -73.257018770533833, "W32": -91.433303020150277, "S32": -96.433303020150277 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 506454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7226109079344887, "S11": 1.4508839106453801, "W12": -9.1002300690207054, "S12": -9.1002300690207054, "W13": -20.506282765306121, "S13": -20.506282765306121, "W21": -36.683071688353664, "S21": -36.683071688353664, "W22": -42.14631907774973, "S22": -43.749917882779719, "W31": -69.439084397353341, "S31": -72.332007598592853, "W32": -96.99050124032361, "S32": -101.99050124032361 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.7316976391949854, "S12": -6.7316976391949854, "W13": -16.914157233337761, "S13": -19.496124446452516, "W21": -33.708175668745334, "S21": -33.708175668745334, "W22": -43.436506201721514, "S22": -51.831649912653937, "W31": -68.074777694437756, "S31": -73.50636934682835, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 507034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4383120990769196, "S11": 1.4383120990769196, "W12": -7.3644487165808226, "S12": -9.0721360648282037, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -40.719507068621844, "S22": -40.719507068621844, "W31": -79.257188879481248, "S31": -79.4406022486707, "W32": -92.65446369192766, "S32": -97.65446369192766 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 508173.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3504991176719563, "S11": 0.3504991176719563, "W12": -9.4713955111607984, "S12": -9.4713955111607984, "W13": -27.777357879393186, "S13": -27.777357879393186, "W21": -37.881247521402699, "S21": -37.881247521402699, "W22": -40.941040126529074, "S22": -41.197777271724235, "W31": -68.577689893556595, "S31": -73.980783120334934, "W32": -98.576653868687657, "S32": -103.57665386868766 }, "geometry": { "type": "Point", "coordinates": [ 103088.0, 509857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71754253495120024, "S11": 0.71754253495120024, "W12": -8.7881139594686655, "S12": -8.9280630688834233, "W13": -15.948031327424298, "S13": -16.431720309931855, "W21": -30.654948322450309, "S21": -30.905726918146769, "W22": -80.019732146605648, "S22": -88.759903575257269, "W31": -88.759903575257269, "S31": -88.759903575257269, "W32": -92.300750979943729, "S32": -97.300750979943729 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 497544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -17.692583233443212, "S13": -19.063579321656832, "W21": -38.780461563290118, "S21": -43.923602059157886, "W22": -56.250469180932484, "S22": -56.250469180932484, "W31": -89.65122087984912, "S31": -89.65122087984912, "W32": -97.315717100165358, "S32": -102.31571710016536 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 499648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29117933321235923, "S11": 0.29117933321235923, "W12": -8.6637920984897381, "S12": -14.742602481610035, "W13": -19.886891061259252, "S13": -19.886891061259252, "W21": -38.390897697734893, "S21": -38.390897697734893, "W22": -41.698451305015332, "S22": -44.095574607121755, "W31": -64.416438761179691, "S31": -67.416438761179691, "W32": -91.723947725085537, "S32": -96.723947725085537 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 508464.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51140446324087563, "S11": 0.51090459804216715, "W12": -5.1436090408347734, "S12": -18.17693794272634, "W13": -23.320219143931613, "S13": -23.320219143931613, "W21": -39.891635971702101, "S21": -39.891635971702101, "W22": -39.679266287747211, "S22": -43.087718903685662, "W31": -70.0, "S31": -70.0, "W32": -94.590429208822982, "S32": -99.590429208822982 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 508786.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -16.644797270699382, "W13": -30.0, "S13": -30.0, "W21": -38.218036993759796, "S21": -38.218036993759796, "W22": -39.491006070548551, "S22": -49.403643515946953, "W31": -67.30225251884508, "S31": -71.262302220365839, "W32": -96.240977234869518, "S32": -101.24097723486952 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 510139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10256929637526653, "S11": 0.10256929637526653, "W12": -12.57525463579792, "S12": -12.57525463579792, "W13": -20.0, "S13": -29.870464317254452, "W21": -34.719230692795236, "S21": -37.102533352992658, "W22": -38.645962170109776, "S22": -38.645962170109776, "W31": -68.842802516867607, "S31": -74.292067318646531, "W32": -84.006891324328109, "S32": -89.006891324328109 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0365126020354807, "S11": 1.0365126020354807, "W12": -13.661211666827901, "S12": -13.661211666827901, "W13": -21.052562716209124, "S13": -27.095175878175965, "W21": -37.644044983612943, "S21": -39.686196600772703, "W22": -73.749596990865129, "S22": -73.749596990865129, "W31": -100.85531944221094, "S31": -100.85531944221094, "W32": -105.29448404155258, "S32": -110.29448404155258 }, "geometry": { "type": "Point", "coordinates": [ 103089.0, 513189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1300027219772302, "S11": 2.1300027219772302, "W12": -8.1862144316184349, "S12": -18.186214431618435, "W13": -20.382488526697788, "S13": -20.382488526697788, "W21": -35.301954570023575, "S21": -35.303724146366001, "W22": -80.0, "S22": -103.27143821742067, "W31": -103.27143821742067, "S31": -103.27143821742067, "W32": -103.27143821742067, "S32": -107.208767755072 }, "geometry": { "type": "Point", "coordinates": [ 103089.8, 507830.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.531885558203866, "S12": -10.531885558203866, "W13": -15.96, "S13": -16.733135248502577, "W21": -18.450001, "S21": -18.902194903410326, "W22": -79.637980233688111, "S22": -87.575512337943891, "W31": -88.396599008918727, "S31": -88.396599008918727, "W32": -93.726743289313418, "S32": -98.726743289313418 }, "geometry": { "type": "Point", "coordinates": [ 103090.0, 496775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26671470223532956, "S11": -0.91540615676252668, "W12": -5.0, "S12": -10.0, "W13": -18.856406127975482, "S13": -18.856406127975482, "W21": -39.27430691707584, "S21": -44.690627724084806, "W22": -39.186406295449736, "S22": -46.268798221944692, "W31": -67.189221794187176, "S31": -67.576366928030126, "W32": -98.296779566907276, "S32": -103.29677956690728 }, "geometry": { "type": "Point", "coordinates": [ 103090.0, 505795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50327044283397304, "S11": 0.50327044283397304, "W12": -5.1003202305676689, "S12": -14.775269860025052, "W13": -24.425217070874325, "S13": -24.425217070874325, "W21": -40.0, "S21": -40.0, "W22": -41.459897053232197, "S22": -47.819845660874641, "W31": -67.912033689910899, "S31": -70.85473614874239, "W32": -86.832970958223328, "S32": -91.832970958223328 }, "geometry": { "type": "Point", "coordinates": [ 103090.0, 508828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1169263728177847, "S11": 0.1169263728177847, "W12": -9.5075975147634892, "S12": -11.206435152169476, "W13": -26.828267559250662, "S13": -26.828267559250662, "W21": -37.309678189298545, "S21": -37.309678189298545, "W22": -36.789125942184548, "S22": -51.373552500441974, "W31": -80.0, "S31": -83.244489621228325, "W32": -91.853357686148925, "S32": -96.853357686148925 }, "geometry": { "type": "Point", "coordinates": [ 103090.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.098569468388869583, "S11": 0.098569468388869583, "W12": -12.015288985823338, "S12": -12.015288985823338, "W13": -20.0, "S13": -28.626370615802131, "W21": -34.341180226506999, "S21": -35.941664903264922, "W22": -35.48924006053111, "S22": -43.266577597041355, "W31": -71.371972371450894, "S31": -73.069280527336886, "W32": -91.194648925477424, "S32": -96.194648925477424 }, "geometry": { "type": "Point", "coordinates": [ 103090.5, 511970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44763008012356398, "S11": -0.54232896762888905, "W12": -10.0, "S12": -21.351643598615919, "W13": -21.351643598615919, "S13": -21.351643598615919, "W21": -34.334917628078735, "S21": -36.502524211433837, "W22": -72.601367279584963, "S22": -85.820031913344124, "W31": -100.0, "S31": -100.0, "W32": -103.89031920460511, "S32": -108.89031920460511 }, "geometry": { "type": "Point", "coordinates": [ 103091.0, 506197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2877801201748484, "S11": 2.2877801201748484, "W12": -6.7857199227913387, "S12": -6.7857199227913387, "W13": -20.766631559805241, "S13": -20.766631559805241, "W21": -45.294145507949352, "S21": -45.294145507949352, "W22": -60.44945454545455, "S22": -68.344972319797677, "W31": -103.62455341192353, "S31": -103.62868964683193, "W32": -111.3154849546878, "S32": -116.3154849546878 }, "geometry": { "type": "Point", "coordinates": [ 103091.122950819670223, 515965.606557377032004 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34648446663762178, "S11": -1.679838989330424, "W12": -5.0, "S12": -8.4236257928118405, "W13": -18.69517390967216, "S13": -18.69517390967216, "W21": -38.493056030377673, "S21": -44.001909233290931, "W22": -45.406693796122099, "S22": -47.660000625736053, "W31": -74.98297581364136, "S31": -76.142398786310764, "W32": -92.287704609005587, "S32": -97.287704609005587 }, "geometry": { "type": "Point", "coordinates": [ 103091.25, 505778.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2715900061984029, "S11": 3.2715900061984029, "W12": -7.6265664558129824, "S12": -7.6265664558129824, "W13": -20.939801608562345, "S13": -20.939801608562345, "W21": -41.521622699472935, "S21": -41.521622699472935, "W22": -40.340444767973949, "S22": -44.324038190907068, "W31": -67.728056851786491, "S31": -70.379806983375332, "W32": -88.998340192576492, "S32": -93.998340192576492 }, "geometry": { "type": "Point", "coordinates": [ 103091.934426229505334, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56134921862911957, "S11": 0.56134921862911957, "W12": -11.09297725024728, "S12": -11.561133815903846, "W13": -15.0, "S13": -19.903530425923748, "W21": -48.352955455759194, "S21": -50.180388639406971, "W22": -60.580848484848794, "S22": -68.631234883610389, "W31": -103.60309519196998, "S31": -103.60309519196998, "W32": -111.30914608434772, "S32": -116.30914608434772 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 499253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0137315152679083, "S11": 2.0137315152679083, "W12": -9.6920856651830967, "S12": -9.6920856651830967, "W13": -19.915265931681663, "S13": -20.834139193424402, "W21": -50.0, "S21": -66.184947322846014, "W22": -42.735900057444617, "S22": -52.018351980521537, "W31": -67.553319250751144, "S31": -71.477298052647313, "W32": -82.840118235001043, "S32": -87.840118235001043 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 503124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040098528771071312, "S11": 0.040098528771071312, "W12": -5.0, "S12": -8.3509975062344139, "W13": -19.320870952154444, "S13": -19.320870952154444, "W21": -38.604014242845885, "S21": -43.738127357568359, "W22": -49.283686679223351, "S22": -50.972813045930423, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43780532646950665, "S11": 0.43780532646950665, "W12": -9.9999999999999982, "S12": -13.782360009613072, "W13": -20.0, "S13": -20.0, "W21": -38.746292957847729, "S21": -38.746292957847729, "W22": -59.701025012658228, "S22": -109.70102501265822, "W31": -109.70102501265822, "S31": -109.70102501265822, "W32": -110.42122355413343, "S32": -115.42122355413343 }, "geometry": { "type": "Point", "coordinates": [ 103092.0, 508410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83746092558289864, "S11": 0.83746092558289864, "W12": -6.8308808521123519, "S12": -6.8308808521123519, "W13": -20.652400639152443, "S13": -20.652400639152443, "W21": -43.735499821416703, "S21": -43.735499821416703, "W22": -79.887401742086254, "S22": -88.481144273326862, "W31": -88.481144273326862, "S31": -88.481144273326862, "W32": -92.278782689167699, "S32": -97.278782689167699 }, "geometry": { "type": "Point", "coordinates": [ 103092.129310344826081, 516617.754310344811529 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1900001, "S11": -1.1900001, "W12": -7.1900001, "S12": -7.1900001, "W13": -23.190001, "S13": -23.190001, "W21": -31.190001, "S21": -33.190001, "W22": -40.083482332078013, "S22": -40.083482332078013, "W31": -68.592817691812883, "S31": -69.592817691812883, "W32": -91.249620437193826, "S32": -96.249620437193826 }, "geometry": { "type": "Point", "coordinates": [ 103092.4, 506082.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81145165863339963, "S11": 0.81145165863339963, "W12": -10.434251717825935, "S12": -10.843750038376292, "W13": -15.97719800851319, "S13": -16.977198008513191, "W21": -20.777719515683096, "S21": -21.87217227413641, "W22": -43.149623697373983, "S22": -43.149623697373983, "W31": -70.10829481982131, "S31": -71.050261578824077, "W32": -92.02207558736211, "S32": -97.02207558736211 }, "geometry": { "type": "Point", "coordinates": [ 103093.0, 497244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7764108180521536, "S11": 1.5588987584117502, "W12": -9.811501698827735, "S12": -22.376189732205301, "W13": -22.376189732205301, "S13": -22.376189732205301, "W21": -34.183331366328026, "S21": -34.183331366328026, "W22": -41.471698007279841, "S22": -43.407927676192863, "W31": -69.65515497416402, "S31": -71.913710924687223, "W32": -96.560002991735331, "S32": -101.56000299173533 }, "geometry": { "type": "Point", "coordinates": [ 103093.0, 507328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11880172688854018, "S11": 0.11880172688854018, "W12": -9.4997136689339943, "S12": -11.183956029424186, "W13": -26.764293041084059, "S13": -26.764293041084059, "W21": -37.271616166422504, "S21": -37.271616166422504, "W22": -38.755518674888243, "S22": -38.755518674888243, "W31": -67.907792882869387, "S31": -75.262374157449329, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103093.0, 509706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.100331314213046, "W13": -18.43584953121427, "S13": -20.748537325306906, "W21": -40.0, "S21": -55.384144304643137, "W22": -44.098477614228614, "S22": -50.217153321167785, "W31": -75.829531351452488, "S31": -76.557603408068402, "W32": -93.576872923271679, "S32": -98.576872923271679 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61286884326265012, "S11": 0.61286884326265012, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -18.505094347857717, "S13": -20.776049717453255, "W21": -40.0, "S21": -56.19530119140407, "W22": -40.837607401118518, "S22": -40.837607401118518, "W31": -80.141883116883108, "S31": -80.638061487271699, "W32": -95.011901477202983, "S32": -100.01190147720298 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5254571511828684, "S11": -4.4745428488171317, "W12": -10.053927187976623, "S12": -18.514733398252943, "W13": -20.826544670375874, "S13": -22.72700753129709, "W21": -34.594386604434519, "S21": -37.088126310014118, "W22": -44.433609664796087, "S22": -54.404373021536536, "W31": -68.150883749646411, "S31": -73.594868381498998, "W32": -83.935165924487805, "S32": -88.935165924487805 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 504808.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16866336487968547, "S11": -7.5072395238200818, "W12": -10.0, "S12": -11.07424586545536, "W13": -20.737371723960784, "S13": -23.237789973919469, "W21": -33.878868858198068, "S21": -43.878868858198068, "W22": -40.809699355131322, "S22": -42.36964702888983, "W31": -78.841494537144214, "S31": -80.137751164113425, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 505361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5228591142381589, "S11": -0.60678883413034312, "W12": -10.0, "S12": -19.944995707469005, "W13": -20.0, "S13": -20.0, "W21": -34.108980506493538, "S21": -36.302382646173648, "W22": -39.187448553020644, "S22": -46.546990652734458, "W31": -67.184128402029899, "S31": -67.876775818361168, "W32": -98.228299093096439, "S32": -103.22829909309644 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 506187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50428360261963889, "S11": 0.50428360261963889, "W12": -5.1411604581505532, "S12": -16.470997386600018, "W13": -23.701649306648967, "S13": -23.701649306648967, "W21": -39.941011516853933, "S21": -39.941011516853933, "W22": -38.024237272658453, "S22": -38.862299600274724, "W31": -65.280330943413688, "S31": -71.83473180124588, "W32": -80.881491223170627, "S32": -85.881491223170627 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 508805.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24005508852582849, "S11": 0.24005508852582849, "W12": -9.4295098989284831, "S12": -10.231198217447391, "W13": -27.208605517464775, "S13": -27.208605517464775, "W21": -37.539508269052931, "S21": -37.539508269052931, "W22": -50.579406763650098, "S22": -50.579406763650098, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -85.70504862934996, "S32": -90.70504862934996 }, "geometry": { "type": "Point", "coordinates": [ 103094.0, 509780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3458476975251998, "S11": 1.3458476975251998, "W12": -8.1202614306743293, "S12": -16.5781998886129, "W13": -19.932163277946717, "S13": -24.074152996416434, "W21": -40.794005173662796, "S21": -50.345999116116062, "W22": -54.293593432039856, "S22": -54.293593432039856, "W31": -86.251136574730396, "S31": -86.251136574730396, "W32": -97.394613989756365, "S32": -102.39461398975637 }, "geometry": { "type": "Point", "coordinates": [ 103094.285714285710128, 503776.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.44592127022133, "S12": -18.086927115594765, "W13": -18.667651002881762, "S13": -18.667651002881762, "W21": -32.893213928464007, "S21": -32.893213928464007, "W22": -55.224635670806236, "S22": -55.224635670806236, "W31": -88.053287114917424, "S31": -88.053287114917424, "W32": -97.341561861480145, "S32": -102.34156186148014 }, "geometry": { "type": "Point", "coordinates": [ 103094.333333333328483, 507166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78, "S11": -0.78, "W12": -5.58, "S12": -23.88, "W13": -23.889999, "S13": -23.889999, "W21": -42.080002, "S21": -42.080002, "W22": -70.68875651526433, "S22": -74.828261078497704, "W31": -103.24125756335324, "S31": -103.24125756335324, "W32": -110.8338247434839, "S32": -115.8338247434839 }, "geometry": { "type": "Point", "coordinates": [ 103094.5, 509022.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0349456695437453, "S12": -8.0349456695437453, "W13": -15.924730635760698, "S13": -16.455854426281661, "W21": -32.686309247842168, "S21": -32.686309247842168, "W22": -47.524710002274389, "S22": -47.524710002274389, "W31": -78.399605633802793, "S31": -78.399605633802793, "W32": -96.66335135434754, "S32": -101.66335135434754 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 497747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3092844605894296, "S12": -9.7670681625352298, "W13": -15.359313969915984, "S13": -16.362799932557198, "W21": -60.0, "S21": -76.133156966489764, "W22": -45.788481433675344, "S22": -45.788481433675344, "W31": -77.953156698645941, "S31": -77.953156698645941, "W32": -96.280707663959817, "S32": -101.28070766395982 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 501409.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72572854612783821, "S11": 0.72572854612783821, "W12": -9.0627051052249783, "S12": -14.318442125667882, "W13": -19.811498280320446, "S13": -25.638450773631618, "W21": -45.471382815763818, "S21": -53.083784464321326, "W22": -41.359788674015896, "S22": -41.359788674015896, "W31": -80.0, "S31": -80.689800749540041, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 503568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3804972836684541, "S12": -17.419870836111379, "W13": -18.606810524758824, "S13": -18.606810524758824, "W21": -32.95756784608718, "S21": -32.95756784608718, "W22": -41.557648485385862, "S22": -41.557648485385862, "W31": -80.0, "S31": -80.826083723696925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 507161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1865412445730514, "S11": 1.0377624529265801, "W12": -7.9884486399205077, "S12": -17.011589465523528, "W13": -20.0, "S13": -20.0, "W21": -33.854718632947545, "S21": -33.854718632947545, "W22": -37.451682697732878, "S22": -49.10782747887766, "W31": -80.0, "S31": -82.682575757575762, "W32": -92.492433699185071, "S32": -97.492433699185071 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 507470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5535016427033508, "S12": -21.336361095760047, "W13": -21.336361095760047, "S13": -21.336361095760047, "W21": -37.800650431824479, "S21": -37.800650431824479, "W22": -38.486530336582817, "S22": -40.215704721717756, "W31": -66.925813087767821, "S31": -68.558064824197359, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 508590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26963098501670246, "S11": 0.26963098501670246, "W12": -9.4106637531836892, "S12": -9.9968416314774888, "W13": -27.299033633860606, "S13": -29.761635053738903, "W21": -37.594159994555639, "S21": -37.594159994555639, "W22": -41.818099653852649, "S22": -50.792618884622073, "W31": -67.235315202319228, "S31": -70.42210796170491, "W32": -82.336112009943946, "S32": -87.336112009943946 }, "geometry": { "type": "Point", "coordinates": [ 103095.0, 509797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6353815949678729, "S12": -9.8714655325134721, "W13": -28.459990530302672, "S13": -28.459990530302672, "W21": -38.190994400058045, "S21": -38.190994400058045, "W22": -41.164558003412864, "S22": -41.164558003412864, "W31": -80.0, "S31": -80.636056733161055, "W32": -94.249883068288128, "S32": -99.249883068288128 }, "geometry": { "type": "Point", "coordinates": [ 103095.333333333328483, 509957.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.511563367252677, "S12": -14.511563367252677, "W13": -17.830475052442207, "S13": -19.408444325076658, "W21": -38.252550791686303, "S21": -46.722633436312627, "W22": -59.999999999999993, "S22": -75.0, "W31": -92.71872304819675, "S31": -92.71872304819675, "W32": -96.283368442882264, "S32": -101.28336844288226 }, "geometry": { "type": "Point", "coordinates": [ 103095.666666666671517, 499677.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.433009411584665, "S12": -14.433009411584665, "W13": -17.843547647587656, "S13": -19.437838707171533, "W21": -38.230674054548388, "S21": -46.990674054548386, "W22": -42.649022340878787, "S22": -43.157116178446238, "W31": -68.746305319421054, "S31": -73.656089293948725, "W32": -98.213902843395118, "S32": -103.21390284339512 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 499680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3858001397624036, "S11": 3.3858001397624036, "W12": -11.670320143662146, "S12": -11.670320143662146, "W13": -20.36396761133603, "S13": -20.516594602381367, "W21": -46.213949300457124, "S21": -65.251574560430655, "W22": -40.0, "S22": -40.107686250897387, "W31": -68.489932631236897, "S31": -74.14687821342703, "W32": -98.687905909923828, "S32": -103.68790590992383 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 500512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6040514840073001, "S11": 2.6040514840073001, "W12": -5.847521011421593, "S12": -8.4725531111733545, "W13": -16.638598373759748, "S13": -20.503837989250769, "W21": -58.906023828081501, "S21": -78.906023828081501, "W22": -38.319215597416857, "S22": -38.319215597416857, "W31": -67.622209686613587, "S31": -75.80800994089202, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 501231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.258627070034231, "S11": 0.79063507868073435, "W12": -8.5748748293126997, "S12": -15.978720983158855, "W13": -20.409944400317713, "S13": -20.474325316536152, "W21": -34.587278739693772, "S21": -35.399942898137724, "W22": -39.418792510278266, "S22": -49.112270443701973, "W31": -67.266198005391047, "S31": -70.874622953393526, "W32": -96.624560429391096, "S32": -101.6245604293911 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1599560854337816, "S11": 2.1599560854337816, "W12": -6.6505052269887672, "S12": -16.246570335886226, "W13": -20.02448632166427, "S13": -20.02448632166427, "W21": -37.436266243590133, "S21": -37.436266243590133, "W22": -35.108025161317244, "S22": -49.611957708141141, "W31": -72.789066279632493, "S31": -72.789066279632493, "W32": -91.040146574546327, "S32": -96.040146574546327 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 507964.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1925572222653789, "S11": 1.1925572222653789, "W12": -10.086570180697096, "S12": -20.086570180697095, "W13": -29.796513830996592, "S13": -29.796513830996592, "W21": -37.521374277890544, "S21": -37.521374277890544, "W22": -69.899431569742021, "S22": -82.615196851678519, "W31": -100.0, "S31": -100.0, "W32": -103.35821321535607, "S32": -108.35821321535607 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9921056721056722, "S11": 1.9921056721056722, "W12": -5.0, "S12": -6.7543859649122808, "W13": -26.776833490714509, "S13": -29.776833490714509, "W21": -38.200515506547212, "S21": -38.200515506547212, "W22": -35.844003190501027, "S22": -49.013915842465295, "W31": -80.0, "S31": -84.59264705882353, "W32": -92.236268783268173, "S32": -97.236268783268173 }, "geometry": { "type": "Point", "coordinates": [ 103096.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10449131939767944, "S11": 0.10449131939767944, "W12": -11.452225863996437, "S12": -11.452225863996437, "W13": -20.0, "S13": -28.857239930470044, "W21": -33.960720089099972, "S21": -34.730132380151801, "W22": -41.156389528041906, "S22": -41.437068530380898, "W31": -68.60177756763791, "S31": -73.932498925173405, "W32": -98.473934505927375, "S32": -103.47393450592737 }, "geometry": { "type": "Point", "coordinates": [ 103096.823529411762138, 511822.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.8446420912494723, "S12": -12.168029261611732, "W13": -20.0, "S13": -21.513349783034119, "W21": -39.51153209514009, "S21": -47.937409366039802, "W22": -60.0, "S22": -65.988422123132281, "W31": -102.95739392129386, "S31": -102.95739392129386, "W32": -108.75375708045064, "S32": -113.75375708045064 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 504006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48078899462286639, "S11": -2.5192110053771337, "W12": -5.0, "S12": -6.6331923890063429, "W13": -18.526266034715121, "S13": -19.129738718769197, "W21": -37.617158479416496, "S21": -43.258682448636932, "W22": -80.0, "S22": -93.816251981528708, "W31": -93.816251981528708, "S31": -93.816251981528708, "W32": -96.619151331502593, "S32": -101.61915133150259 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1814861053312988, "S11": 2.1814861053312988, "W12": -5.0, "S12": -15.0, "W13": -19.964353636103972, "S13": -19.964353636103972, "W21": -33.790227001583467, "S21": -33.790227001583467, "W22": -79.919194268904235, "S22": -87.957454467490692, "W31": -87.957454467490692, "S31": -87.957454467490692, "W32": -92.734194584647454, "S32": -97.734194584647454 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 507689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0107506981418499, "S12": -13.309282061091936, "W13": -25.0, "S13": -25.0, "W21": -37.78631679680305, "S21": -37.78631679680305, "W22": -35.861199744175892, "S22": -41.121701259888368, "W31": -70.956465074418091, "S31": -71.446188494869759, "W32": -91.505450759431653, "S32": -96.505450759431653 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 509299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62817464276282964, "S11": 0.62817464276282964, "W12": -5.0, "S12": -7.3356674949175513, "W13": -28.992955110097675, "S13": -29.355379773982701, "W21": -37.164060937819244, "S21": -37.164060937819244, "W22": -39.159408236285337, "S22": -41.810295909522367, "W31": -70.375707488246661, "S31": -70.375707488246661, "W32": -92.653254123795534, "S32": -97.653254123795534 }, "geometry": { "type": "Point", "coordinates": [ 103097.0, 510953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9720119174905992, "S11": 2.9720119174905992, "W12": -10.617914143272996, "S12": -10.617914143272996, "W13": -18.422813289167298, "S13": -18.863168914567435, "W21": -44.557804768331081, "S21": -58.152274814414028, "W22": -38.857499584857877, "S22": -41.95248661783117, "W31": -67.057698429543876, "S31": -67.69750705983941, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103098.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2282563462338745, "S11": 2.2282563462338745, "W12": -5.0, "S12": -15.0, "W13": -19.961383105779298, "S13": -19.961383105779298, "W21": -33.775233370814405, "S21": -33.775233370814405, "W22": -39.184135662884529, "S22": -46.779406034928513, "W31": -67.177438475920937, "S31": -68.123455601336246, "W32": -98.189431797149737, "S32": -103.18943179714974 }, "geometry": { "type": "Point", "coordinates": [ 103098.0, 507656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11815643477626095, "S11": -0.11815643477626095, "W12": -8.8656040235005449, "S12": -11.725821089368807, "W13": -25.548703017469563, "S13": -25.548703017469563, "W21": -36.721841759407972, "S21": -36.721841759407972, "W22": -79.799743671416081, "S22": -87.690362648890329, "W31": -87.946086933390745, "S31": -87.946086933390745, "W32": -92.914788013800944, "S32": -97.914788013800944 }, "geometry": { "type": "Point", "coordinates": [ 103098.0, 509571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.593255433547633, "S11": 1.593255433547633, "W12": -9.8916905233795855, "S12": -16.944926224943014, "W13": -28.307692307692307, "S13": -28.307692307692307, "W21": -37.843676399627157, "S21": -37.843676399627157, "W22": -47.12067312006107, "S22": -47.12067312006107, "W31": -78.355188133632694, "S31": -78.355188133632694, "W32": -96.492469851991032, "S32": -101.49246985199103 }, "geometry": { "type": "Point", "coordinates": [ 103098.0, 510388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0070576280314167, "S11": 2.0070576280314167, "W12": -6.7724306409957293, "S12": -6.7724306409957293, "W13": -20.77145500908556, "S13": -20.77145500908556, "W21": -45.406942734414486, "S21": -45.406942734414486, "W22": -40.69946176883974, "S22": -41.516368366503563, "W31": -80.569001236858341, "S31": -80.940803836829858, "W32": -95.042791492154436, "S32": -100.04279149215444 }, "geometry": { "type": "Point", "coordinates": [ 103098.885245901634335, 516014.967213114781771 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69815226171245404, "S11": 0.69815226171245404, "W12": -13.579613779002521, "S12": -13.579613779002521, "W13": -20.721466024896507, "S13": -24.467869604259736, "W21": -37.708073105011387, "S21": -39.598702173178644, "W22": -41.443677037256073, "S22": -41.443677037256073, "W31": -68.335729869421471, "S31": -74.441273028182394, "W32": -98.954973951872972, "S32": -103.95497395187297 }, "geometry": { "type": "Point", "coordinates": [ 103098.9, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4283129345748788, "W12": -6.8106021866655846, "S12": -11.153037194651777, "W13": -20.0, "S13": -23.391478003021621, "W21": -35.443097543640654, "S21": -41.815485333941872, "W22": -38.325579389542973, "S22": -38.325579389542973, "W31": -66.740789189479329, "S31": -72.868594270943603, "W32": -82.980896579523204, "S32": -87.980896579523204 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 504374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1252225457135077, "S11": 0.58877611682568187, "W12": -8.3012061902594443, "S12": -18.205052344105596, "W13": -19.753670030320368, "S13": -19.892494069263911, "W21": -36.141300235725964, "S21": -37.103882685727086, "W22": -59.94668627848101, "S22": -105.88368998414538, "W31": -105.88368998414538, "S31": -105.88368998414538, "W32": -110.15171151917474, "S32": -115.15171151917474 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 506719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1236920899341283, "S11": 2.1236920899341283, "W12": -7.4077112387202622, "S12": -17.40771123872026, "W13": -20.028844363052315, "S13": -20.028844363052315, "W21": -36.926128682288777, "S21": -36.926128682288777, "W22": -79.427195195121953, "S22": -100.0, "W31": -100.0, "S31": -114.62794442783544, "W32": -114.62794442783544, "S32": -114.62794442783544 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 507936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1163828776862896, "S12": -14.930161427583215, "W13": -24.180585900413405, "S13": -24.180585900413405, "W21": -39.984269737827717, "S21": -39.984269737827717, "W22": -78.854730264085532, "S22": -84.412307318880053, "W31": -88.502256724729548, "S31": -88.502256724729548, "W32": -94.332555235872093, "S32": -99.332555235872093 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13243359911645083, "S11": 0.13243359911645083, "W12": -10.415028326879968, "S12": -15.415028326879968, "W13": -23.728552792742555, "S13": -30.065283459917232, "W21": -34.459150643919727, "S21": -34.459150643919727, "W22": -79.552410303499173, "S22": -87.152612021436667, "W31": -88.214210964278834, "S31": -88.214210964278834, "W32": -93.366852638800992, "S32": -98.366852638800992 }, "geometry": { "type": "Point", "coordinates": [ 103099.0, 511434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -15.0, "S13": -17.039139780608629, "W21": -38.920004763800222, "S21": -39.093196064288662, "W22": -80.0, "S22": -88.099917852423587, "W31": -88.099917852423587, "S31": -88.099917852423587, "W32": -92.416703453337661, "S32": -97.416703453337661 }, "geometry": { "type": "Point", "coordinates": [ 103099.666666666671517, 498628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35794960903562112, "S11": -0.4878432186594498, "W12": -10.0, "S12": -21.807958477508649, "W13": -21.807958477508649, "S13": -21.807958477508649, "W21": -35.184715417362206, "S21": -37.519996041275071, "W22": -34.576039228546158, "S22": -34.576039228546158, "W31": -72.210897927858781, "S31": -73.968177514631449, "W32": -91.250993155602359, "S32": -96.250993155602359 }, "geometry": { "type": "Point", "coordinates": [ 103100.0, 506222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32997846558142929, "S11": -0.32997846558142929, "W12": -8.6386658399214689, "S12": -10.537934269859567, "W13": -25.0, "S13": -25.0, "W21": -36.367253863679394, "S21": -36.367253863679394, "W22": -40.464277811659436, "S22": -40.637656535326485, "W31": -68.536319197886215, "S31": -74.057005267801671, "W32": -98.573409705688036, "S32": -103.57340970568804 }, "geometry": { "type": "Point", "coordinates": [ 103100.0, 509481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2308999404308274, "S12": -9.3123822744163256, "W13": -29.256418092909534, "S13": -29.256418092909534, "W21": -38.308863613316028, "S21": -38.308863613316028, "W22": -38.84495527052227, "S22": -41.881234446332357, "W31": -67.050362131610143, "S31": -67.690957931622393, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103100.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.43346723922981, "S11": 2.43346723922981, "W12": -15.0, "S12": -15.0, "W13": -21.131801474347199, "S13": -22.12759001244477, "W21": -37.863425182500599, "S21": -37.863425182500599, "W22": -44.941253996334858, "S22": -54.031060697551816, "W31": -68.138479101035387, "S31": -74.108163327658218, "W32": -84.345652173913038, "S32": -89.345652173913038 }, "geometry": { "type": "Point", "coordinates": [ 103100.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024857611738584695, "S11": -0.21623860054327376, "W12": -8.8609723814202273, "S12": -19.168248576888804, "W13": -20.0, "S13": -20.0, "W21": -36.755859307512793, "S21": -39.197491280511215, "W22": -73.991277661120989, "S22": -92.50632140689369, "W31": -101.58889068143431, "S31": -101.58889068143431, "W32": -109.51911092646446, "S32": -114.51911092646446 }, "geometry": { "type": "Point", "coordinates": [ 103100.5, 506282.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4313422518602854, "W12": -6.8281034120960653, "S12": -11.058182975743408, "W13": -20.0, "S13": -23.411600559226102, "W21": -35.470097677707784, "S21": -41.878718805353408, "W22": -47.45316430703582, "S22": -47.45316430703582, "W31": -78.471613526570025, "S31": -78.555331097147217, "W32": -96.525850036248954, "S32": -101.52585003624895 }, "geometry": { "type": "Point", "coordinates": [ 103101.0, 504373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0664137665622078, "S11": 2.0664137665622078, "W12": -5.0, "S12": -13.542045273501639, "W13": -20.0, "S13": -20.0, "W21": -38.272083856122762, "S21": -38.272083856122762, "W22": -45.410323272953619, "S22": -45.410323272953619, "W31": -78.110722614795691, "S31": -78.110722614795691, "W32": -96.034454981224727, "S32": -101.03445498122473 }, "geometry": { "type": "Point", "coordinates": [ 103101.0, 508019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -18.214145125311639, "W13": -30.024788732394367, "S13": -30.024788732394367, "W21": -38.201294902630622, "S21": -38.201294902630622, "W22": -40.980973341688987, "S22": -41.170426466688987, "W31": -78.85608603896975, "S31": -79.504338055873362, "W32": -94.10140291984672, "S32": -99.10140291984672 }, "geometry": { "type": "Point", "coordinates": [ 103101.0, 510143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5384891220870758, "S11": 1.2823331297695924, "W12": -9.9431685213957053, "S12": -21.808586317797044, "W13": -21.808586317797044, "S13": -21.808586317797044, "W21": -34.094784039851703, "S21": -34.094784039851703, "W22": -38.258856808176624, "S22": -49.340769686964506, "W31": -79.603196358853396, "S31": -81.644405150062184, "W32": -92.497968580715053, "S32": -97.497968580715053 }, "geometry": { "type": "Point", "coordinates": [ 103102.0, 507367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3554453185703186, "S11": 1.3554453185703186, "W12": -5.0, "S12": -8.3730735678976451, "W13": -27.35544362386414, "S13": -28.35544362386414, "W21": -37.746056366144693, "S21": -37.746056366144693, "W22": -39.825124068994953, "S22": -45.130783075262549, "W31": -67.408308922702005, "S31": -74.092296596368513, "W32": -94.046200784541625, "S32": -99.046200784541625 }, "geometry": { "type": "Point", "coordinates": [ 103102.0, 510825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4152151039141128, "S11": 1.4152151039141128, "W12": -6.7739709707542479, "S12": -6.7739709707542479, "W13": -20.753599813595279, "S13": -20.753599813595279, "W21": -45.313681046577628, "S21": -45.313681046577628, "W22": -39.919998, "S22": -41.777485260181024, "W31": -67.574348453678198, "S31": -74.245468375530749, "W32": -91.312520272461882, "S32": -96.312520272461882 }, "geometry": { "type": "Point", "coordinates": [ 103102.826666666660458, 516154.186666666646488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43139352842546019, "S11": 0.02803737547839058, "W12": -7.6906436313355826, "S12": -16.96581694453484, "W13": -20.0, "S13": -20.608737529281662, "W21": -36.535266304339181, "S21": -38.39034227633374, "W22": -39.954400309044168, "S22": -39.954400309044168, "W31": -70.0, "S31": -70.0, "W32": -87.797787638469288, "S32": -92.797787638469288 }, "geometry": { "type": "Point", "coordinates": [ 103103.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38133257902036644, "S11": -0.38133257902036644, "W12": -8.6006058492223527, "S12": -9.7679663408468933, "W13": -25.0, "S13": -25.0, "W21": -36.250629596598401, "S21": -36.250629596598401, "W22": -56.801960734177214, "S22": -80.754331952492834, "W31": -105.90544234877899, "S31": -106.3868022695122, "W32": -111.41518122400475, "S32": -116.41518122400475 }, "geometry": { "type": "Point", "coordinates": [ 103103.0, 509457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6078773616620721, "S11": 2.6078773616620721, "W12": -10.054410755351141, "S12": -20.054410755351142, "W13": -30.096948264571054, "S13": -30.096948264571054, "W21": -38.097150781843368, "S21": -38.097150781843368, "W22": -80.0, "S22": -115.12423181079618, "W31": -115.12423181079618, "S31": -115.12423181079618, "W32": -115.12423181079618, "S32": -115.12423181079618 }, "geometry": { "type": "Point", "coordinates": [ 103103.0, 510212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.085662459930501464, "S11": 0.085662459930501464, "W12": -12.12431538428811, "S12": -12.12431538428811, "W13": -20.0, "S13": -29.180337907961658, "W21": -34.41394134394627, "S21": -36.06710665600356, "W22": -44.036451038957367, "S22": -44.036451038957367, "W31": -78.799481626999153, "S31": -79.7199361724537, "W32": -92.138406438570314, "S32": -97.138406438570314 }, "geometry": { "type": "Point", "coordinates": [ 103103.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1916458506799894, "S11": 0.67771045139935016, "W12": -8.4270596267637696, "S12": -15.648825202959724, "W13": -20.383733121525019, "S13": -20.483592808326932, "W21": -34.873225368474735, "S21": -35.812389136487788, "W22": -44.096476763272278, "S22": -48.159895537330854, "W31": -81.217758507315551, "S31": -81.94609841651976, "W32": -98.58738555234612, "S32": -103.58738555234612 }, "geometry": { "type": "Point", "coordinates": [ 103104.0, 506747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1162435844083785, "S11": 2.1162435844083785, "W12": -5.0, "S12": -15.000000000000002, "W13": -19.967425564338761, "S13": -19.967425564338761, "W21": -33.778549970700595, "S21": -33.778549970700595, "W22": -38.632052475153785, "S22": -42.196564151385481, "W31": -70.662235509726571, "S31": -70.662235509726571, "W32": -92.274599869345096, "S32": -97.274599869345096 }, "geometry": { "type": "Point", "coordinates": [ 103104.0, 507703.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5623035029919987, "S11": 2.5623035029919987, "W12": -10.0, "S12": -19.364912741110089, "W13": -30.087963326784543, "S13": -30.087963326784543, "W21": -38.146705567181009, "S21": -38.146705567181009, "W22": -43.515807893124588, "S22": -53.277827123893822, "W31": -67.76698976387074, "S31": -72.400706026581958, "W32": -83.414202581447071, "S32": -88.414202581447071 }, "geometry": { "type": "Point", "coordinates": [ 103104.0, 510178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4819064135567579, "S11": 0.4819064135567579, "W12": -10.0, "S12": -19.190232997582164, "W13": -20.0, "S13": -20.0, "W21": -39.512695570184462, "S21": -39.512695570184462, "W22": -37.622411689621607, "S22": -39.435650760096834, "W31": -63.965516583726654, "S31": -70.587649866835548, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103104.285714285710128, 508311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0959087133932091, "S12": -8.7878883866691861, "W13": -15.0, "S13": -17.361341916810289, "W21": -43.921175399669764, "S21": -46.419533144898551, "W22": -40.945122984853171, "S22": -45.736955064655689, "W31": -67.793684330050567, "S31": -70.524434762413904, "W32": -87.991438888026082, "S32": -92.991438888026082 }, "geometry": { "type": "Point", "coordinates": [ 103104.666666666671517, 499096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54483212130589509, "S11": 0.54483212130589509, "W12": -9.9648648648648646, "S12": -10.465466509676506, "W13": -15.0, "S13": -20.0, "W21": -47.548650726220821, "S21": -49.744003598014878, "W22": -39.678304139830516, "S22": -42.851529587709138, "W31": -67.671903466590265, "S31": -70.58634350566399, "W32": -89.48026673396491, "S32": -94.48026673396491 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1665515564202336, "S11": 3.1665515564202336, "W12": -10.931241007796032, "S12": -10.931241007796032, "W13": -19.067366458185198, "S13": -19.067366458185198, "W21": -46.003480809746272, "S21": -66.003480809746264, "W22": -60.315147100234881, "S22": -73.463285789751723, "W31": -92.830906066913215, "S31": -92.830906066913215, "W32": -96.750023963672888, "S32": -101.75002396367289 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7899014208105704, "S11": 1.9788727254590288, "W12": -4.3430727647661564, "S12": -8.03433743403777, "W13": -14.43475821047045, "S13": -18.280052767160665, "W21": -56.813553491572065, "S21": -68.111162833006091, "W22": -41.186371385811256, "S22": -41.186371385811256, "W31": -80.0, "S31": -80.819119529709951, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 502326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33207082245701391, "S11": -0.78675035051823838, "W12": -5.4226804123711343, "S12": -5.590652122398919, "W13": -18.830436381025176, "S13": -21.636336189019591, "W21": -33.561381507954657, "S21": -42.27957426759113, "W22": -39.059139201344529, "S22": -44.800812322955686, "W31": -67.124772251125194, "S31": -67.16448059016794, "W32": -98.962613362946513, "S32": -103.96261336294651 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5443835785186431, "S11": 1.2799223082422604, "W12": -9.9263215309188588, "S12": -22.028367377603626, "W13": -22.028367377603626, "S13": -22.028367377603626, "W21": -34.070919554565997, "S21": -34.070919554565997, "W22": -42.153626898054469, "S22": -51.372376898054469, "W31": -67.297304647765188, "S31": -70.772651577958626, "W32": -82.593414382347959, "S32": -87.593414382347959 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.9030618612996495, "S12": -8.8290097016346358, "W13": -25.0, "S13": -25.927093736624339, "W21": -39.173421494417802, "S21": -39.173421494417802, "W22": -39.5520046546483, "S22": -43.191168234654342, "W31": -70.0, "S31": -70.0, "W32": -93.489274743583252, "S32": -98.489274743583252 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 510574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0744225912975911, "S11": 1.0744225912975911, "W12": -5.0, "S12": -8.0641174760104679, "W13": -27.916992818976961, "S13": -27.916992818976961, "W21": -37.563433270954036, "S21": -37.563433270954036, "W22": -39.560661590366898, "S22": -44.14872453883968, "W31": -60.000000000000007, "S31": -60.474744919470453, "W32": -91.139925173325182, "S32": -96.139925173325182 }, "geometry": { "type": "Point", "coordinates": [ 103105.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.97918739000634, "S12": -12.97918739000634, "W13": -18.044833533113685, "S13": -19.936851221191294, "W21": -37.497624042893293, "S21": -51.080103381738041, "W22": -43.419596853312306, "S22": -47.60567265232396, "W31": -58.042456929233602, "S31": -59.209457267324453, "W32": -91.757636752379639, "S32": -96.757636752379639 }, "geometry": { "type": "Point", "coordinates": [ 103105.333333333328483, 499722.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32680036463081141, "S11": 0.32680036463081141, "W12": -7.5908636008038366, "S12": -7.5908636008038366, "W13": -15.90622537527277, "S13": -16.510742813637172, "W21": -33.856151911220714, "S21": -34.149382882103517, "W22": -40.183435980334359, "S22": -40.183435980334359, "W31": -80.0, "S31": -80.748185403345857, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 497863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4959403227443424, "S11": 2.4959403227443424, "W12": -7.2238907568224713, "S12": -10.753714184901714, "W13": -18.742758162609856, "S13": -20.465520252469215, "W21": -34.618511461016972, "S21": -34.618511461016972, "W22": -36.812356218074534, "S22": -51.812356218074534, "W31": -77.581303252130084, "S31": -77.583477370666813, "W32": -90.14359559943027, "S32": -95.14359559943027 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 506961.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4351128596698168, "S11": 1.1674175698677818, "W12": -10.0, "S12": -22.763219602287997, "W13": -22.763219602287997, "S13": -22.763219602287997, "W21": -34.016192141454887, "S21": -34.016192141454887, "W22": -39.866939822674745, "S22": -39.866939822674745, "W31": -68.191573073587932, "S31": -74.715900032662447, "W32": -99.396463125066461, "S32": -104.39646312506646 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29902455541736406, "S11": 0.29902455541736406, "W12": -9.3691421651483449, "S12": -9.7379687574799068, "W13": -27.151379366193382, "S13": -32.151379366193382, "W21": -37.506974073480116, "S21": -37.506974073480116, "W22": -38.553165566496261, "S22": -38.553165566496261, "W31": -67.83988233466863, "S31": -75.38916175553652, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 509800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1681403702680302, "S11": 1.1681403702680302, "W12": -8.7679115320401166, "S12": -8.7679115320401166, "W13": -29.755195599022002, "S13": -29.755195599022002, "W21": -38.367417700486719, "S21": -38.367417700486719, "W22": -41.01579330541464, "S22": -41.01579330541464, "W31": -78.812108789915555, "S31": -79.421800491798038, "W32": -94.077651455173068, "S32": -99.077651455173068 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 510030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71767299407646734, "S11": 0.71767299407646734, "W12": -13.479742336281799, "S12": -13.479742336281799, "W13": -20.80722355519794, "S13": -24.981392469872358, "W21": -37.777301676777306, "S21": -39.78109819004252, "W22": -70.463224893917968, "S22": -83.413972264170766, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.56041101755386, "S32": -108.56041101755386 }, "geometry": { "type": "Point", "coordinates": [ 103106.0, 513025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6120885101570757, "S11": 1.6120885101570757, "W12": -6.7591413592000844, "S12": -6.7591413592000844, "W13": -20.776278458365915, "S13": -20.776278458365915, "W21": -45.519739960879242, "S21": -45.519739960879242, "W22": -63.142545454545449, "S22": -72.682160015573288, "W31": -103.37107657474199, "S31": -103.37107657474199, "W32": -111.21844217249745, "S32": -116.21844217249745 }, "geometry": { "type": "Point", "coordinates": [ 103106.647540983612998, 516064.32786885247333 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2787825407575557, "S11": 3.2787825407575557, "W12": -6.9186179536858425, "S12": -6.9186179536858425, "W13": -20.938879965043384, "S13": -20.938879965043384, "W21": -41.956542721744498, "S21": -41.956542721744498, "W22": -47.30279301103063, "S22": -47.30279301103063, "W31": -78.492988501054612, "S31": -78.818721360863137, "W32": -96.41135813037063, "S32": -101.41135813037063 }, "geometry": { "type": "Point", "coordinates": [ 103106.666666666671517, 515150.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5667403715778379, "S11": -2.8009053978215483, "W12": -8.6790558703890035, "S12": -17.077860900108831, "W13": -19.743076907324934, "S13": -19.743076907324934, "W21": -34.420909935901541, "S21": -39.420909935901541, "W22": -43.695377525250123, "S22": -50.837797964977547, "W31": -76.508550706909205, "S31": -77.20831480727378, "W32": -93.431954297627669, "S32": -98.431954297627669 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 504623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32512988073844062, "S11": -2.9045070363480985, "W12": -6.8588421887390965, "S12": -6.8588421887390965, "W13": -19.245871323215354, "S13": -22.09506507050186, "W21": -33.716378889851001, "S21": -42.480255065697484, "W22": -43.973645251800981, "S22": -53.973645251800981, "W31": -67.912044428553543, "S31": -72.958707973167051, "W32": -83.720516304347825, "S32": -88.720516304347825 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.02204511656159, "S11": 0.42533893820974122, "W12": -8.0923987255348209, "S12": -18.092398725534821, "W13": -19.355860512820513, "S13": -19.547250088113486, "W21": -35.30212062810768, "S21": -36.403819016872276, "W22": -41.24573326836893, "S22": -49.980348652984119, "W31": -66.859169897223993, "S31": -69.271763558818506, "W32": -81.847311463453181, "S32": -86.847311463453181 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2225310510576621, "S11": 2.2225310510576621, "W12": -6.3050138699126403, "S12": -16.305013869912642, "W13": -19.97123638665532, "S13": -19.97123638665532, "W21": -33.661852967685469, "S21": -33.661852967685469, "W22": -60.0, "S22": -67.917442169635734, "W31": -100.0, "S31": -100.0, "W32": -101.01035971223021, "S32": -106.01035971223021 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 507594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -15.0, "W13": -30.0, "S13": -30.0, "W21": -38.256669855439412, "S21": -38.256669855439412, "W22": -73.069306930693074, "S22": -87.300296067342586, "W31": -100.0, "S31": -100.0, "W32": -104.94742400456686, "S32": -109.94742400456686 }, "geometry": { "type": "Point", "coordinates": [ 103107.0, 510102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.540451825455508, "S11": 2.540451825455508, "W12": -10.0, "S12": -19.032497922407217, "W13": -30.036834339369591, "S13": -30.036834339369591, "W21": -38.193117672347284, "S21": -38.193117672347284, "W22": -41.083850507242047, "S22": -41.336780194742047, "W31": -78.698753639336218, "S31": -79.524723673911751, "W32": -94.659562339677606, "S32": -99.659562339677606 }, "geometry": { "type": "Point", "coordinates": [ 103107.333333333328483, 510144.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0775477279013854, "S11": -1.0775477279013854, "W12": -10.0, "S12": -12.485552249725625, "W13": -21.206773674098773, "S13": -21.206773674098773, "W21": -32.338518295818929, "S21": -34.604756277811468, "W22": -42.194887276851553, "S22": -43.770696081649959, "W31": -69.440753699126589, "S31": -72.323985778242019, "W32": -96.858116951920323, "S32": -101.85811695192032 }, "geometry": { "type": "Point", "coordinates": [ 103107.6, 506114.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27178055226070685, "S11": 0.27178055226070685, "W12": -5.8330347744756876, "S12": -5.8330347744756876, "W13": -15.008500088634049, "S13": -16.17201784250884, "W21": -36.473080914627921, "S21": -36.473080914627921, "W22": -42.86414263845748, "S22": -43.63913626991576, "W31": -68.928008322758274, "S31": -73.305563617198615, "W32": -97.806123084977742, "S32": -102.80612308497774 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 498161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67987002939811236, "S11": 0.67987002939811236, "W12": -15.009160090191658, "S12": -15.391699045278735, "W13": -16.240649630694492, "S13": -21.25278522795092, "W21": -45.491761631705018, "S21": -55.176684142868666, "W22": -39.425666387814886, "S22": -43.07151059218991, "W31": -70.0, "S31": -70.0, "W32": -93.351438091767065, "S32": -98.351438091767065 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 499437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.208148453344994, "S11": 0.63467258605303112, "W12": -4.7260063999269928, "S12": -4.7260063999269928, "W13": -15.670219284807635, "S13": -17.74754719581772, "W21": -50.0, "S21": -66.098914845954653, "W22": -70.0, "S22": -82.783871683938287, "W31": -100.0, "S31": -100.0, "W32": -103.42999857285571, "S32": -108.42999857285571 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 502656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40177027467842541, "S11": -1.8503928897220692, "W12": -5.0, "S12": -7.7243066884176184, "W13": -18.705962665979815, "S13": -18.801570122307858, "W21": -38.294916252316405, "S21": -43.750547858695519, "W22": -70.937057991513441, "S22": -84.219498045441966, "W31": -100.0, "S31": -100.0, "W32": -103.90954759526188, "S32": -108.90954759526188 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 505775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4368739068214342, "S11": 2.1692929787397883, "W12": -8.0047649497720332, "S12": -12.758606375709341, "W13": -19.697532185560036, "S13": -19.894971307544541, "W21": -35.628340996430737, "S21": -35.628340996430737, "W22": -61.095294749918764, "S22": -76.095294749918764, "W31": -90.287486563262632, "S31": -90.287486563262632, "W32": -93.378521910436717, "S32": -98.378521910436717 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 506897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74737355757426949, "S11": 0.74737355757426949, "W12": -10.0, "S12": -13.718624432223899, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -43.815686567178069, "S22": -43.815686567178069, "W31": -78.545259849823367, "S31": -80.266798311361825, "W32": -94.926302818200071, "S32": -99.926302818200071 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 508235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5295784307133733, "S11": 2.5295784307133733, "W12": -10.0, "S12": -18.876787823120324, "W13": -30.012796780684106, "S13": -30.012796780684106, "W21": -38.208329953694381, "S21": -38.208329953694381, "W22": -44.217306238592023, "S22": -48.112970579923875, "W31": -76.04640853977655, "S31": -76.04640853977655, "W32": -95.194228218089378, "S32": -100.19422821808938 }, "geometry": { "type": "Point", "coordinates": [ 103108.0, 510134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58847343742446956, "S11": 0.58847343742446956, "W12": -15.0, "S12": -15.314232373193677, "W13": -16.827103118503118, "S13": -21.843010009366935, "W21": -40.736880307759314, "S21": -49.632679389339899, "W22": -37.289444101982454, "S22": -49.193091243547826, "W31": -80.0, "S31": -83.532575757575756, "W32": -92.259262094304958, "S32": -97.259262094304958 }, "geometry": { "type": "Point", "coordinates": [ 103109.0, 499496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021959756318019431, "S11": -6.0526639503329234, "W12": -10.783455404481746, "S12": -14.996416607510708, "W13": -22.463896018042878, "S13": -24.851786768718927, "W21": -34.257413429665341, "S21": -44.257413429665341, "W22": -40.369814833858648, "S22": -43.152570543277548, "W31": -70.0, "S31": -71.479253621409271, "W32": -95.781216888345938, "S32": -100.78121688834594 }, "geometry": { "type": "Point", "coordinates": [ 103109.0, 505267.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97664648104517449, "S11": -1.000196338049244, "W12": -10.0, "S12": -14.068478773698065, "W13": -20.602060263587273, "S13": -20.602060263587273, "W21": -32.840421339109469, "S21": -35.15459331754348, "W22": -39.486985934203609, "S22": -48.188048701030752, "W31": -67.276139186233948, "S31": -72.506684012143566, "W32": -95.992041458449009, "S32": -100.99204145844901 }, "geometry": { "type": "Point", "coordinates": [ 103109.0, 506132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50971278408507636, "S11": 0.50971278408507636, "W12": -5.1049138106016985, "S12": -16.250719742286165, "W13": -22.591397678980538, "S13": -22.591397678980538, "W21": -39.030977989952049, "S21": -39.030977989952049, "W22": -45.072386721935167, "S22": -53.643505949317479, "W31": -68.101174510185402, "S31": -74.228769318657001, "W32": -84.488586956521743, "S32": -89.488586956521743 }, "geometry": { "type": "Point", "coordinates": [ 103109.0, 508712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38633525264064056, "S11": 0.38633525264064056, "W12": -14.16339656548473, "S12": -14.16339656548473, "W13": -20.0, "S13": -20.0, "W21": -34.979285258464827, "S21": -34.979285258464827, "W22": -50.170234862966304, "S22": -53.440239688369104, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -101.24955341193284 }, "geometry": { "type": "Point", "coordinates": [ 103109.454545454544132, 512691.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1000186105626706, "S11": 3.1000186105626706, "W12": -10.803189822648484, "S12": -10.803189822648484, "W13": -20.277946551101646, "S13": -20.277946551101646, "W21": -50.0, "S21": -70.0, "W22": -43.201579555848966, "S22": -52.914620421233579, "W31": -67.615904894835055, "S31": -71.975911871668146, "W32": -83.253311820652172, "S32": -88.253311820652172 }, "geometry": { "type": "Point", "coordinates": [ 103109.833333333328483, 500708.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1971967804607275, "S11": 0.67877866532757491, "W12": -8.3600080024007202, "S12": -14.998179957028372, "W13": -20.381636219221605, "S13": -20.381636219221605, "W21": -33.782737362240638, "S21": -34.707332249802207, "W22": -48.979507136865436, "S22": -48.979507136865436, "W31": -70.0, "S31": -70.0, "W32": -86.052882785918825, "S32": -91.052882785918825 }, "geometry": { "type": "Point", "coordinates": [ 103110.0, 506763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9468397844194019, "S11": 1.9468397844194019, "W12": -5.8935869976061488, "S12": -15.89358699760615, "W13": -19.973468022898217, "S13": -19.973468022898217, "W21": -33.7818665705868, "S21": -33.7818665705868, "W22": -59.027181742742513, "S22": -63.952118592099445, "W31": -90.0, "S31": -90.0, "W32": -97.052376743639243, "S32": -102.05237674363924 }, "geometry": { "type": "Point", "coordinates": [ 103110.0, 507751.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16895018229975639, "S11": 0.16895018229975639, "W12": -8.9375984881924531, "S12": -18.937598488192453, "W13": -28.051774610568604, "S13": -30.000630308464977, "W21": -35.885060834206598, "S21": -35.885060834206598, "W22": -41.970551345902393, "S22": -46.023271022470354, "W31": -81.724077625300538, "S31": -82.360292600844843, "W32": -97.141369928486796, "S32": -102.1413699284868 }, "geometry": { "type": "Point", "coordinates": [ 103110.0, 511229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083017435282708898, "S11": 0.083017435282708898, "W12": -11.957824886526238, "S12": -11.957824886526238, "W13": -20.0, "S13": -29.212946948017233, "W21": -34.301104889348508, "S21": -35.668072304157285, "W22": -36.859178761429277, "S22": -51.289268855590677, "W31": -79.999999999999986, "S31": -83.960677286398564, "W32": -91.629803843074455, "S32": -96.629803843074455 }, "geometry": { "type": "Point", "coordinates": [ 103110.0, 511957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0195819042952801, "S11": 2.0195819042952801, "W12": -7.8433328582965176, "S12": -17.843332858296517, "W13": -19.980541688140072, "S13": -19.980541688140072, "W21": -36.031505453987052, "S21": -36.031505453987052, "W22": -39.974320345679011, "S22": -41.528729100906347, "W31": -67.522651786619591, "S31": -74.976682700829784, "W32": -91.84674018812845, "S32": -96.84674018812845 }, "geometry": { "type": "Point", "coordinates": [ 103110.5, 507891.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5186001479190634, "S11": 2.5186001479190634, "W12": -10.0, "S12": -17.630639402786745, "W13": -30.0, "S13": -30.0, "W21": -38.239529777513638, "S21": -38.239529777513638, "W22": -44.839113507493536, "S22": -44.883287739288832, "W31": -75.224538919658329, "S31": -76.541454388592399, "W32": -92.903399835234296, "S32": -97.903399835234296 }, "geometry": { "type": "Point", "coordinates": [ 103110.666666666671517, 510111.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63043478260869568, "S11": 0.63043478260869568, "W12": -15.001972942502817, "S12": -15.429593650454004, "W13": -15.761516654854713, "S13": -20.767037774367573, "W21": -50.0, "S21": -59.282637247176254, "W22": -36.118704465505033, "S22": -50.868036404624355, "W31": -76.592463698547945, "S31": -76.592463698547945, "W32": -90.511701291685085, "S32": -95.511701291685085 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 499374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2420169793815843, "S11": 1.4618428295129831, "W12": -7.8334380923153812, "S12": -16.019571329111045, "W13": -19.684384763111527, "S13": -24.684384763111527, "W21": -34.993350159229159, "S21": -40.473455830999697, "W22": -39.43, "S22": -41.70021408670295, "W31": -67.607591271971756, "S31": -71.861599201639052, "W32": -90.400097307817063, "S32": -95.400097307817063 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 504459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9494202188469703, "S11": 1.9494202188469703, "W12": -6.3048506992566455, "S12": -16.304850699256647, "W13": -19.97540172388841, "S13": -19.97540172388841, "W21": -33.997507942315494, "S21": -33.997595027803783, "W22": -41.823503102945629, "S22": -47.818219506635486, "W31": -67.895453871755365, "S31": -70.759578993944999, "W32": -86.601768926962222, "S32": -91.601768926962222 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 507769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8467823673235833, "S12": -16.280967043158554, "W13": -25.0, "S13": -25.0, "W21": -41.590032410435342, "S21": -41.590032410435342, "W22": -69.751523675574305, "S22": -82.528794739054277, "W31": -100.0, "S31": -100.0, "W32": -103.43156843156842, "S32": -108.43156843156842 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 508972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43908314475509164, "S11": -0.43908314475509164, "W12": -8.6044006081237328, "S12": -8.9166382662058954, "W13": -25.0, "S13": -25.0, "W21": -35.81200171305273, "S21": -35.81200171305273, "W22": -70.0, "S22": -104.2948956780924, "W31": -104.2948956780924, "S31": -104.2948956780924, "W32": -106.66136111865895, "S32": -111.66136111865895 }, "geometry": { "type": "Point", "coordinates": [ 103111.0, 509426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.951435419078039, "S11": 2.951435419078039, "W12": -10.368973759836534, "S12": -10.379157426233729, "W13": -19.708252200381562, "S13": -19.708252200381565, "W21": -50.202167198425357, "S21": -70.202167198425357, "W22": -37.96639169581951, "S22": -37.96639169581951, "W31": -66.986631793964563, "S31": -69.007491276743878, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103111.2, 500772.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9050246462074021, "S11": 1.5374330871790611, "W12": -8.5262209754055451, "S12": -12.117121449337258, "W13": -20.224460344835165, "S13": -20.224460344835165, "W21": -36.35017018925241, "S21": -36.35017018925241, "W22": -59.385977506329112, "S22": -109.38597750632911, "W31": -109.38597750632911, "S31": -109.38597750632911, "W32": -110.40108171354889, "S32": -115.40108171354889 }, "geometry": { "type": "Point", "coordinates": [ 103111.4, 506851.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48786516527659141, "S11": 0.48786516527659141, "W12": -9.9999999999999982, "S12": -19.543830512274255, "W13": -20.0, "S13": -20.0, "W21": -39.59002138159871, "S21": -39.59002138159871, "W22": -78.556515983819693, "S22": -78.556515983819693, "W31": -88.67643508163242, "S31": -88.67643508163242, "W32": -94.439824113783189, "S32": -99.439824113783189 }, "geometry": { "type": "Point", "coordinates": [ 103111.8, 508321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61028160297075662, "S11": 0.61028160297075662, "W12": -15.0, "S12": -15.450911468202834, "W13": -15.562331679659817, "S13": -20.565274465788029, "W21": -49.366427964558802, "S21": -60.897174573872768, "W22": -70.0, "S22": -81.602912560567589, "W31": -85.385143531592846, "S31": -85.385143531592846, "W32": -86.220150012980483, "S32": -91.220150012980483 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 499348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3872987477638641, "S11": 2.3872987477638641, "W12": -7.9916662858806937, "S12": -12.418050992514511, "W13": -20.0, "S13": -21.732664000680678, "W21": -39.689050914787742, "S21": -48.354252736182552, "W22": -49.727856682031948, "S22": -49.727856682031948, "W31": -79.314030074164776, "S31": -80.177715140076884, "W32": -96.882637667422017, "S32": -101.88263766742202 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10391929722946236, "S11": -0.13344249958579379, "W12": -8.4616014409693801, "S12": -17.021505919972235, "W13": -20.0, "S13": -20.327396280400571, "W21": -37.042340378593757, "S21": -39.702417685327909, "W22": -42.990533963055924, "S22": -49.248933286698282, "W31": -56.868650771726259, "S31": -57.333694822983404, "W32": -91.410569228679037, "S32": -96.410569228679037 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 506317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1633165829145726, "W12": -8.7142583593042158, "S12": -8.7142583593042158, "W13": -18.388256440982623, "S13": -18.388256440982623, "W21": -32.483891313700013, "S21": -32.483891313700013, "W22": -37.789868005226154, "S22": -37.789868005226154, "W31": -67.11645709593239, "S31": -69.309477885240398, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 507196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3645791537590801, "S12": -4.3645791537590801, "W13": -24.856105777107203, "S13": -24.856105777107203, "W21": -41.313018137264216, "S21": -41.313018137264216, "W22": -72.048734878722769, "S22": -82.156705923885781, "W31": -85.136479844958643, "S31": -85.136479844958643, "W32": -86.167162937785349, "S32": -91.167162937785349 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 508938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32850928886313174, "S11": 0.32850928886313174, "W12": -9.3389582982582748, "S12": -9.4913540274961647, "W13": -27.122766290557689, "S13": -27.122766290557689, "W21": -37.490706975693705, "S21": -37.490706975693705, "W22": -35.600999557582121, "S22": -50.181428278390761, "W31": -75.788431537261488, "S31": -76.517535263344072, "W32": -90.849724964392706, "S32": -95.849724964392706 }, "geometry": { "type": "Point", "coordinates": [ 103112.0, 509810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4191618523015259, "S11": 1.4191618523015259, "W12": -15.0, "S12": -15.0, "W13": -21.181395038308267, "S13": -26.733147949477459, "W21": -37.915154130860238, "S21": -38.204613175517132, "W22": -39.263460062958643, "S22": -39.263460062958643, "W31": -70.0, "S31": -71.176500972289659, "W32": -87.076758665551637, "S32": -92.076758665551637 }, "geometry": { "type": "Point", "coordinates": [ 103112.470588235300966, 513562.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36063150532323374, "S11": 0.36063150532323374, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.444296371426677, "W21": -37.495498688356342, "S21": -37.495498688356342, "W22": -50.735747384894111, "S22": -50.73715214679887, "W31": -95.668474528100788, "S31": -95.668474528100788, "W32": -95.668474528100788, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 498299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0826446280991826, "W12": -5.0661588113860363, "S12": -11.911308549452615, "W13": -14.425835140333135, "S13": -20.190792897551653, "W21": -60.291057731541166, "S21": -71.359932273927512, "W22": -40.651381094292702, "S22": -44.50475660046753, "W31": -60.0, "S31": -62.182366901562496, "W32": -92.370647914832347, "S32": -97.370647914832347 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 502209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49323028951235737, "S11": -4.5067697104876423, "W12": -10.066152298670065, "S12": -18.662042486323642, "W13": -20.921344219127903, "S13": -22.685285149257943, "W21": -34.634964574533711, "S21": -36.782123314496651, "W22": -40.370337628596282, "S22": -47.508709320014951, "W31": -78.347642155032972, "S31": -78.347642155032972, "W32": -96.118498202392885, "S32": -101.11849820239289 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 504818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7623140625158804, "S12": -15.80276889581533, "W13": -21.918571540247257, "S13": -21.918571540247257, "W21": -37.71931590862814, "S21": -37.71931590862814, "W22": -41.947653938984445, "S22": -51.947653938984445, "W31": -75.554298646828784, "S31": -75.872791008846107, "W32": -97.499463689585056, "S32": -102.49946368958506 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 508662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6422892682542791, "S12": -5.5681064504726763, "W13": -24.805208491774817, "S13": -24.805208491774817, "W21": -41.169370609416603, "S21": -41.169370609416603, "W22": -41.505582629784165, "S22": -41.505582629784165, "W31": -80.316079158936276, "S31": -80.922228450401889, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 508926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20934009781735893, "S11": -0.20934009781735893, "W12": -8.5087960809980778, "S12": -10.803112344363299, "W13": -25.0, "S13": -25.0, "W21": -36.396853512104997, "S21": -36.396853512104997, "W22": -42.591277381056045, "S22": -42.591277381056045, "W31": -68.406144370282078, "S31": -74.302452699568946, "W32": -98.713522643696791, "S32": -103.71352264369679 }, "geometry": { "type": "Point", "coordinates": [ 103113.0, 509520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.25814590308814306, "W12": -7.3568275376451195, "S12": -8.1252319521606218, "W13": -15.0, "S13": -17.094158500479345, "W21": -42.25324287421121, "S21": -44.891165643851501, "W22": -39.410260258107421, "S22": -39.410260258107421, "W31": -68.050071192248595, "S31": -74.984103976622023, "W32": -99.796635597925388, "S32": -104.79663559792539 }, "geometry": { "type": "Point", "coordinates": [ 103113.4, 499047.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34446660019936265, "S11": -0.34446660019936265, "W12": -4.4050100330119291, "S12": -5.1252000207861537, "W13": -21.455690374088359, "S13": -21.455690374088359, "W21": -35.297159351169562, "S21": -37.657677304151797, "W22": -44.616040296679564, "S22": -53.94425248596864, "W31": -68.095190582656059, "S31": -73.750200522253891, "W32": -84.188858695652186, "S32": -89.188858695652186 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 505970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2800917319872838, "S11": 1.2800917319872838, "W12": -7.8820375335120643, "S12": -9.6392598889497876, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -80.0, "S22": -107.54420399261792, "W31": -107.54420399261792, "S31": -107.54420399261792, "W32": -107.54420399261792, "S32": -107.54420399261792 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50166909606027632, "S11": 0.50166909606027632, "W12": -5.0820842309642567, "S12": -17.481072674553907, "W13": -23.050484292354255, "S13": -23.050484292354255, "W21": -39.734666490280802, "S21": -39.734666490280802, "W22": -36.106552565898873, "S22": -49.880634500993885, "W31": -80.0, "S31": -85.0, "W32": -91.82045636509207, "S32": -96.82045636509207 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 508736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4443676890485402, "S11": 2.4443676890485402, "W12": -9.4144038047786207, "S12": -13.250020243134784, "W13": -30.0, "S13": -30.0, "W21": -38.327979761929868, "S21": -38.327979761929868, "W22": -42.760025715239109, "S22": -43.290119969656558, "W31": -68.780935653538634, "S31": -73.58470016056836, "W32": -98.013394248388821, "S32": -103.01339424838882 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 510078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5060355565621109, "S12": -13.478638296288137, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.321161822451487, "S21": -38.321161822451487, "W22": -40.006676544067794, "S22": -43.230392096030371, "W31": -67.679454695408168, "S31": -70.198253101303351, "W32": -89.149906817828864, "S32": -94.149906817828864 }, "geometry": { "type": "Point", "coordinates": [ 103114.0, 510080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1219566661002216, "S11": 0.68994394956332172, "W12": -4.8313834467406318, "S12": -4.8313834467406318, "W13": -16.068958725434651, "S13": -17.538510842675205, "W21": -50.000000000000007, "S21": -66.111762138888139, "W22": -41.436754767390347, "S22": -49.931466305851785, "W31": -66.483024592129169, "S31": -68.519982119895403, "W32": -81.358510916963127, "S32": -86.358510916963127 }, "geometry": { "type": "Point", "coordinates": [ 103114.285714285710128, 502671.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3317891507343669, "S11": 1.3317891507343669, "W12": -6.7458520774044723, "S12": -6.7458520774044723, "W13": -20.781101907646242, "S13": -20.781101907646242, "W21": -45.56980251716751, "S21": -45.56980251716751, "W22": -62.866032827008908, "S22": -75.925876267329357, "W31": -89.292376388738418, "S31": -89.292376388738418, "W32": -91.815216465040606, "S32": -96.815216465040606 }, "geometry": { "type": "Point", "coordinates": [ 103114.40983606557711, 516113.688524590164889 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7935861561119295, "S11": 2.7935861561119295, "W12": -10.19686962674686, "S12": -15.745042384221943, "W13": -26.106267793594306, "S13": -26.106267793594306, "W21": -37.950306253398224, "S21": -37.950306253398224, "W22": -80.0, "S22": -106.97282335178662, "W31": -106.97282335178662, "S31": -106.97282335178662, "W32": -106.97282335178662, "S32": -106.97282335178662 }, "geometry": { "type": "Point", "coordinates": [ 103114.5, 510238.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3252822388298293, "S11": 2.005526396238702, "W12": -8.0084558949920641, "S12": -12.688603405747639, "W13": -19.84940827497595, "S13": -19.84940827497595, "W21": -35.759347239108941, "S21": -35.759347239108941, "W22": -60.027931716648524, "S22": -60.027931716648524, "W31": -69.95372348812451, "S31": -70.113740291874407, "W32": -85.355996419502773, "S32": -90.355996419502773 }, "geometry": { "type": "Point", "coordinates": [ 103114.6, 506888.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.6565298580232568, "S12": -7.7680750278103998, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -39.243100761035301, "S21": -39.243100761035301, "W22": -40.456409297373526, "S22": -43.238974091800507, "W31": -69.98807788187257, "S31": -71.470277734561009, "W32": -95.751486518492655, "S32": -100.75148651849265 }, "geometry": { "type": "Point", "coordinates": [ 103114.75, 510532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49993450568163211, "S11": 0.49993450568163211, "W12": -11.437676945443416, "S12": -11.437676945443416, "W13": -18.259192013784837, "S13": -20.465258117305446, "W21": -38.325581395348834, "S21": -52.457105764515788, "W22": -39.457480848030023, "S22": -41.750215181300803, "W31": -67.611126921397698, "S31": -70.925785313628921, "W32": -90.100227051573142, "S32": -95.100227051573142 }, "geometry": { "type": "Point", "coordinates": [ 103115.0, 499768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6025145067698261, "S11": 1.6025145067698261, "W12": -8.4509635450919216, "S12": -10.300278613585073, "W13": -30.0, "S13": -30.0, "W21": -38.354240231550676, "S21": -38.354240231550676, "W22": -40.010778146473818, "S22": -47.25290077188766, "W31": -78.655373805242192, "S31": -81.251038234772622, "W32": -94.219565448929202, "S32": -99.219565448929202 }, "geometry": { "type": "Point", "coordinates": [ 103115.0, 510048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31420133253293359, "S11": 0.31420133253293359, "W12": -7.5886021460823807, "S12": -7.5886021460823807, "W13": -15.900205001916557, "S13": -16.534983013542117, "W21": -33.825968269625967, "S21": -33.825968269625967, "W22": -60.235794555956716, "S22": -60.235794555956716, "W31": -70.0, "S31": -70.155495840388795, "W32": -84.598068612752485, "S32": -89.598068612752485 }, "geometry": { "type": "Point", "coordinates": [ 103115.333333333328483, 497859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30127807382530358, "S11": -0.30127807382530358, "W12": -8.4738822194281997, "S12": -10.013368244564642, "W13": -25.0, "S13": -25.0, "W21": -36.225089465116376, "S21": -36.225089465116376, "W22": -60.0, "S22": -70.124196674487408, "W31": -100.0, "S31": -100.0, "W32": -101.38453237410071, "S32": -106.38453237410071 }, "geometry": { "type": "Point", "coordinates": [ 103115.333333333328483, 509479.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9008463405859501, "S12": -12.267229929424492, "W13": -17.860027062413355, "S13": -18.143269321065411, "W21": -33.154844959738355, "S21": -33.154844959738355, "W22": -63.13818181818182, "S22": -69.112485886704306, "W31": -103.8132944213833, "S31": -105.85951764573508, "W32": -111.27375002592231, "S32": -116.27375002592231 }, "geometry": { "type": "Point", "coordinates": [ 103115.666666666671517, 507125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5502659300433486, "S12": -9.34949673380852, "W13": -20.0, "S13": -22.566835280197591, "W21": -37.888026819147527, "S21": -45.356075794657102, "W22": -77.997039576191952, "S22": -91.965875506531091, "W31": -101.10161042063912, "S31": -101.10161042063912, "W32": -105.4531906443994, "S32": -110.4531906443994 }, "geometry": { "type": "Point", "coordinates": [ 103116.0, 504168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3709707010108789, "S11": 2.3539749367810092, "W12": -7.4636691094273999, "S12": -17.4636691094274, "W13": -19.980005234016293, "S13": -19.980005234016293, "W21": -33.545443791735529, "S21": -33.545443791735529, "W22": -59.999999999999993, "S22": -74.657253222320065, "W31": -90.645118484870764, "S31": -90.645118484870764, "W32": -94.260073776669117, "S32": -99.260073776669117 }, "geometry": { "type": "Point", "coordinates": [ 103116.0, 507551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.931155751537917, "S11": 1.931155751537917, "W12": -6.5921452662581341, "S12": -16.592145266258136, "W13": -19.97951048145768, "S13": -19.97951048145768, "W21": -34.429281059558043, "S21": -34.429281059558043, "W22": -44.927680743835936, "S22": -44.927680743835936, "W31": -75.850063420699954, "S31": -77.094533040877536, "W32": -93.13770578065818, "S32": -98.13770578065818 }, "geometry": { "type": "Point", "coordinates": [ 103116.0, 507799.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9870923839076704, "S11": 1.9870923839076704, "W12": -7.6903710037527908, "S12": -17.690371003752791, "W13": -19.990584687809712, "S13": -19.990584687809712, "W21": -36.12957751925866, "S21": -36.12957751925866, "W22": -43.605600845040968, "S22": -47.706717258881568, "W31": -77.460808492641121, "S31": -78.167006219426455, "W32": -93.257788456829317, "S32": -98.257788456829317 }, "geometry": { "type": "Point", "coordinates": [ 103116.0, 507902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.2999422571702395, "S12": -7.6161567274545323, "W13": -17.584294504535006, "S13": -19.927074835356564, "W21": -34.127319396586991, "S21": -34.127319396586991, "W22": -42.947197832988429, "S22": -49.403687303380565, "W31": -76.291013252722806, "S31": -76.442039005669116, "W32": -94.379908675351388, "S32": -99.379908675351388 }, "geometry": { "type": "Point", "coordinates": [ 103116.333333333328483, 507002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.047899300102866, "W21": -38.787318539975153, "S21": -39.576399765008439, "W22": -39.33370367856957, "S22": -48.528272846839833, "W31": -79.011070663956119, "S31": -81.043990097972866, "W32": -93.135317925231661, "S32": -98.135317925231661 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 498606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.096803447310463864, "W12": -5.0, "S12": -5.7456304771178193, "W13": -15.0, "S13": -17.618638457418317, "W21": -39.260532715766658, "S21": -41.222183847590891, "W22": -40.854980987950796, "S22": -40.854980987950796, "W31": -68.255228437802359, "S31": -74.590555348690003, "W32": -99.102402806818588, "S32": -104.10240280681859 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 498865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13065096552379812, "S11": -2.8352093430825547, "W12": -5.6915887850463394, "S12": -6.2755480405115378, "W13": -18.29102667664592, "S13": -20.999129209697625, "W21": -33.540291013624092, "S21": -43.458444175196263, "W22": -43.8769945497544, "S22": -48.707021794891411, "W31": -81.718813359635917, "S31": -82.35779361428402, "W32": -99.090633881019272, "S32": -104.09063388101927 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 505643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1722733418422544, "S11": -1.1722733418422544, "W12": -4.1551205494120547, "S12": -11.78843621169057, "W13": -24.833848686245101, "S13": -24.833848686245101, "W21": -36.37090814035345, "S21": -39.117518602790298, "W22": -39.563889653542986, "S22": -46.49639941828093, "W31": -67.289273434980231, "S31": -73.781769517511421, "W32": -95.300296131778637, "S32": -100.30029613177864 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 506059.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1067135033859872, "S12": -14.073548324815281, "W13": -24.432164925208166, "S13": -24.432164925208166, "W21": -39.989513158551809, "S21": -39.989513158551809, "W22": -39.459999, "S22": -42.186103719146544, "W31": -67.643703972256333, "S31": -70.09689594157733, "W32": -89.539913029973604, "S32": -94.539913029973604 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 508824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3983231083844581, "S11": 1.3983231083844581, "W12": -10.197557591847222, "S12": -17.561321919215008, "W13": -30.0, "S13": -30.0, "W21": -37.541271340770855, "S21": -37.541271340770855, "W22": -37.843867154390182, "S22": -38.921602309575164, "W31": -64.066248178358805, "S31": -70.96657810598758, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103117.0, 510344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0168324918324916, "S11": 2.440361769466759, "W12": -6.7084501509177876, "S12": -6.7084501509177876, "W13": -20.862925675391423, "S13": -21.250112608576984, "W21": -43.916451804239692, "S21": -43.916451804239692, "W22": -60.189973490807326, "S22": -60.189973490807326, "W31": -70.0, "S31": -70.10341490948673, "W32": -84.282387758936835, "S32": -89.282387758936835 }, "geometry": { "type": "Point", "coordinates": [ 103117.153846153843915, 515680.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089574993939065109, "S11": 0.089574993939065109, "W12": -11.328451366852041, "S12": -11.328451366852041, "W13": -20.0, "S13": -29.524371086841665, "W21": -33.855199761620852, "S21": -34.244681743363017, "W22": -41.157652471983084, "S22": -41.175827904078943, "W31": -68.456840910662748, "S31": -74.204221675944595, "W32": -98.588184515276652, "S32": -103.58818451527665 }, "geometry": { "type": "Point", "coordinates": [ 103117.857142857144936, 511784.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1514055898602535, "S12": -8.8375438240540429, "W13": -15.0, "S13": -18.095965266861292, "W21": -43.688769414575859, "S21": -46.258201670027148, "W22": -39.842959500930178, "S22": -43.134850139165948, "W31": -70.0, "S31": -71.075865455438347, "W32": -95.304461009793854, "S32": -100.30446100979385 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68485997214915684, "S11": 0.68485997214915684, "W12": -14.420441568328892, "S12": -14.945326994543374, "W13": -16.280858077628512, "S13": -21.288201460859227, "W21": -42.547724468316758, "S21": -51.17865972011532, "W22": -44.12111064088176, "S22": -47.395876205947012, "W31": -76.027120306783019, "S31": -76.027120306783019, "W32": -95.049309592445368, "S32": -100.04930959244537 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49998984838065297, "S11": 0.49998984838065297, "W12": -10.241640523375928, "S12": -10.241640523375928, "W13": -18.347592042076379, "S13": -20.765263111864915, "W21": -40.0, "S21": -54.575267888005527, "W22": -35.123383723709182, "S22": -49.246059188616201, "W31": -73.265602322206092, "S31": -73.265602322206092, "W32": -90.699468721581397, "S32": -95.699468721581397 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 499805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5840868954063794, "S11": 2.1094113336552462, "W12": -4.8844846305822038, "S12": -10.940239511464085, "W13": -14.364180148195336, "S13": -19.205342142922671, "W21": -60.0, "S21": -71.174188525949404, "W22": -39.153993425584105, "S22": -42.890470411108318, "W31": -70.0, "S31": -70.0, "W32": -93.080430745735072, "S32": -98.080430745735072 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29014792894491609, "S11": -0.29014792894491581, "W12": -5.5471847739888975, "S12": -5.7895018574274761, "W13": -18.783120217868596, "S13": -21.422335904143111, "W21": -33.70513330734142, "S21": -43.173911614756065, "W22": -68.808183446731491, "S22": -81.316939269778629, "W31": -100.0, "S31": -100.0, "W32": -103.23050283050264, "S32": -108.23050283050264 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2746504085003465, "S11": -3.9338353266861921, "W12": -5.0, "S12": -5.0, "W13": -18.164485140683343, "S13": -20.062503700489458, "W21": -35.786438774577945, "S21": -44.826344237217732, "W22": -76.626544868350891, "S22": -80.991168295708064, "W31": -101.37990075581804, "S31": -101.37990075581804, "W32": -105.89594785722755, "S32": -110.89594785722755 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 505718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40139202959106218, "S11": -3.0928395320076194, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -18.423923617341785, "S13": -19.530323127452053, "W21": -36.812063719728819, "S21": -43.896501386265335, "W22": -79.076505930334051, "S22": -85.859791917642568, "W31": -87.858627013749881, "S31": -87.858627013749881, "W32": -92.917551762835004, "S32": -97.917551762835004 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 505744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1846147765112618, "S11": -1.1846147765112618, "W12": -5.7059838216474823, "S12": -11.584141224005634, "W13": -24.197923877769963, "S13": -24.197923877769963, "W21": -34.617101740043417, "S21": -37.308605811329564, "W22": -41.224892920958062, "S22": -41.224892920958062, "W31": -78.411561926701282, "S31": -79.447531961276809, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 506067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6087164660794726, "S11": 2.6087164660794726, "W12": -10.0, "S12": -19.864847132922186, "W13": -30.0, "S13": -30.0, "W21": -38.215626877211193, "S21": -38.215626877211193, "W22": -42.660971871125504, "S22": -43.342483029582539, "W31": -68.883291057882175, "S31": -73.387414742473126, "W32": -97.788235000810261, "S32": -102.78823500081026 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 510123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29634029836121795, "S11": 0.29634029836121795, "W12": -6.5866136062679317, "S12": -9.7611133736015745, "W13": -30.0, "S13": -30.0, "W21": -36.892745634778777, "S21": -36.892745634778777, "W22": -39.904112303476161, "S22": -42.772674389042514, "W31": -67.411256387133747, "S31": -74.777788581821227, "W32": -93.248783652286747, "S32": -98.248783652286747 }, "geometry": { "type": "Point", "coordinates": [ 103118.0, 511068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.518293688872264, "S11": 2.518293688872264, "W12": -14.863952813475297, "S12": -14.863952813475297, "W13": -21.150938252234319, "S13": -21.302161279160803, "W21": -38.042908482712654, "S21": -38.042908482712654, "W22": -41.492641101905257, "S22": -49.99865071728987, "W31": -66.404159670225013, "S31": -68.488738706124266, "W32": -81.30921380401341, "S32": -86.30921380401341 }, "geometry": { "type": "Point", "coordinates": [ 103118.285714285710128, 514072.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4685915256069872, "S11": 2.4685915256069872, "W12": -10.138950045170141, "S12": -10.138950045170141, "W13": -17.797546817093568, "S13": -18.535120299428694, "W21": -42.349554735989919, "S21": -42.349554735989919, "W22": -38.901158666722864, "S22": -39.005201377668833, "W31": -70.0, "S31": -74.093067061333542, "W32": -85.455451725943533, "S32": -90.455451725943533 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9014802420374224, "S12": -13.035075526909722, "W13": -25.0, "S13": -25.0, "W21": -41.474039072342165, "S21": -41.474039072342165, "W22": -49.717540092499895, "S22": -49.727540092499893, "W31": -92.556445084105931, "S31": -92.556445084105931, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 508964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4909258633180391, "S11": 2.4909258633180391, "W12": -6.8644824089242578, "S12": -10.281486641776654, "W13": -25.000000000000004, "S13": -25.868668854330149, "W21": -39.269137529752591, "S21": -39.269137529752591, "W22": -41.87495838393108, "S22": -43.72264216082344, "W31": -69.555831983357606, "S31": -72.099770259676205, "W32": -96.540475685917741, "S32": -101.54047568591774 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 510581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1793580031080029, "S11": 2.1793580031080029, "W12": -5.0, "S12": -5.2471834538422737, "W13": -25.381062355658194, "S13": -27.577929460256478, "W21": -38.54238915690329, "S21": -38.54238915690329, "W22": -67.610834775086502, "S22": -70.961551854617142, "W31": -104.09777324082927, "S31": -104.09777324082927, "W32": -111.03319966977239, "S32": -116.03319966977239 }, "geometry": { "type": "Point", "coordinates": [ 103119.0, 510693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49920030794825054, "S11": 0.49920030794825054, "W12": -13.914175344306347, "S12": -13.945500790950481, "W13": -17.104826977824391, "S13": -21.267080881422491, "W21": -36.948867657466387, "S21": -41.614156256607743, "W22": -59.43577205606406, "S22": -71.198054147981651, "W31": -91.268140673009327, "S31": -91.268140673009327, "W32": -96.761643718186448, "S32": -101.76164371818645 }, "geometry": { "type": "Point", "coordinates": [ 103119.5, 499545.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21870066923094036, "S11": 0.21870066923094036, "W12": -7.2330237046605559, "S12": -7.2330237046605559, "W13": -15.577486072075335, "S13": -16.321646656016942, "W21": -34.489903822441427, "S21": -35.524297446337457, "W22": -38.985478510583768, "S22": -40.53175878740057, "W31": -56.687035227970682, "S31": -56.687035227970682, "W32": -91.105694664742686, "S32": -96.105694664742686 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 497925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2078210116731518, "S11": 3.2078210116731518, "W12": -11.054103790945897, "S12": -11.054103790945897, "W13": -19.416716126598075, "S13": -19.416716126598075, "W21": -47.061463772098563, "S21": -67.061463772098563, "W22": -42.879405508919746, "S22": -48.466911426425241, "W31": -76.241489404138704, "S31": -76.241489404138704, "W32": -94.667871083224227, "S32": -99.667871083224227 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 500399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.978831906610921, "S12": -11.845614301893983, "W13": -20.0, "S13": -21.897302816302222, "W21": -39.428701684244402, "S21": -47.980384230457112, "W22": -41.729014924991013, "S22": -46.570692957392438, "W31": -77.10401891252954, "S31": -77.10401891252954, "W32": -95.529559412802627, "S32": -100.52955941280263 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 504029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18320887276961259, "S11": -0.375139720538197, "W12": -5.0, "S12": -8.6097756410256405, "W13": -19.097934903437185, "S13": -19.097934903437185, "W21": -39.970500281181941, "S21": -45.159160404781403, "W22": -41.345778662518988, "S22": -41.345778662518988, "W31": -80.812816944959735, "S31": -81.332863165948055, "W32": -95.217241751311107, "S32": -100.21724175131111 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1027604100879032, "S12": -13.633899437181787, "W13": -24.551301973202111, "S13": -24.551301973202111, "W21": -40.0, "S21": -40.0, "W22": -37.294884787977971, "S22": -52.006581588549395, "W31": -80.0, "S31": -81.2284188668051, "W32": -88.590442512646732, "S32": -93.590442512646732 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 508828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6199919316882943, "S11": 2.6199919316882943, "W12": -10.0, "S12": -20.0, "W13": -30.0, "S13": -30.0, "W21": -38.221237164134223, "S21": -38.221237164134223, "W22": -39.757167547130514, "S22": -43.302351063192923, "W31": -70.0, "S31": -70.0, "W32": -94.228059518073962, "S32": -99.228059518073962 }, "geometry": { "type": "Point", "coordinates": [ 103120.0, 510118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31324293416108473, "S11": -2.4838150583242005, "W12": -6.8390166534496437, "S12": -6.8441526305482379, "W13": -19.154952795784435, "S13": -21.828536120794681, "W21": -33.856755673918194, "S21": -43.436535074038602, "W22": -42.542695988317647, "S22": -43.941343541639711, "W31": -69.343539903866784, "S31": -72.506065896979763, "W32": -96.930105583326068, "S32": -101.93010558332607 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 505518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.8904562878032731, "S12": -23.345115191563302, "W13": -24.006394387610268, "S13": -24.006394387610268, "W21": -39.415137851771696, "S21": -39.415137851771696, "W22": -40.838150600078485, "S22": -41.045842254587029, "W31": -68.580995497985697, "S31": -73.965848324145981, "W32": -98.339960858129416, "S32": -103.33996085812942 }, "geometry": { "type": "Point", "coordinates": [ 103121.0, 509014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.15, "S11": -1.15, "W12": -1.17, "S12": -13.15, "W13": -26.15, "S13": -26.15, "W21": -40.150002, "S21": -43.150002, "W22": -39.290297041178775, "S22": -49.119527670663743, "W31": -67.184871751905547, "S31": -71.086576189927214, "W32": -97.114565981861929, "S32": -102.11456598186193 }, "geometry": { "type": "Point", "coordinates": [ 103121.2, 506041.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45, "S11": -0.45, "W12": -1.6, "S12": -23.1, "W13": -23.110001, "S13": -23.110001, "W21": -35.919998, "S21": -35.919998, "W22": -43.1253528193254, "S22": -52.981122050094626, "W31": -67.509586053781092, "S31": -71.816322998501633, "W32": -83.274320652173913, "S32": -88.274320652173913 }, "geometry": { "type": "Point", "coordinates": [ 103121.9, 509060.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.1773144526994175, "S12": -7.5533474256057005, "W13": -20.018024933464499, "S13": -23.466573617585311, "W21": -36.607992480390344, "S21": -43.699899477034364, "W22": -43.326843946602537, "S22": -47.841118703716731, "W31": -77.664187537172523, "S31": -78.247889016906697, "W32": -93.41642860161754, "S32": -98.41642860161754 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 504287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5961599506616224, "S12": -6.6720643434264799, "W13": -16.935261027235821, "S13": -19.311414863202391, "W21": -33.851644777722576, "S21": -33.851644777722576, "W22": -60.0, "S22": -100.29910005293806, "W31": -104.63491005996003, "S31": -104.63491005996003, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 507025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9154717186564318, "S11": 1.9154717186564318, "W12": -6.8132155242031258, "S12": -16.813215524203127, "W13": -19.988981064199262, "S13": -19.988981064199262, "W21": -35.136882225685333, "S21": -35.136882225685333, "W22": -78.955121583999997, "S22": -78.955121583999997, "W31": -102.94977168949771, "S31": -102.94977168949771, "W32": -103.60277702818733, "S32": -108.60277702818733 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 507847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9688224726441288, "S11": 1.9688224726441288, "W12": -6.5012305168170625, "S12": -16.121324058313164, "W13": -20.0, "S13": -20.0, "W21": -36.758576172650393, "S21": -36.758576172650393, "W22": -40.336236157810589, "S22": -46.631253269807544, "W31": -78.629152668906315, "S31": -78.629152668906315, "W32": -96.16900330498099, "S32": -101.16900330498099 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 507945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.410389011575703, "S11": 1.410389011575703, "W12": -5.5361529424329818, "S12": -6.1502483462850925, "W13": -20.0, "S13": -20.0, "W21": -39.634988633670609, "S21": -39.634988633670609, "W22": -41.283142215730408, "S22": -41.283142215730408, "W31": -80.92943722943717, "S31": -81.408045127531906, "W32": -95.362698777460892, "S32": -100.36269877746089 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 508140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8938271883566955, "S11": 1.8938271883566955, "W12": -6.9230195499475009, "S12": -6.9230195499475, "W13": -24.811982521788718, "S13": -24.811982521788718, "W21": -40.297394849263995, "S21": -40.297394849263995, "W22": -40.01565602800504, "S22": -43.13715857141699, "W31": -70.0, "S31": -71.213110729192209, "W32": -95.439972077136915, "S32": -100.43997207713691 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068774875621891607, "S11": 0.068774875621891607, "W12": -12.290289183623425, "S12": -12.290289183623425, "W13": -20.0, "S13": -30.022948346881194, "W21": -34.524709460603795, "S21": -36.258301288208116, "W22": -37.727059578750584, "S22": -37.727059578750584, "W31": -67.134883329267581, "S31": -69.303677836488419, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103122.0, 512045.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0536839267353209, "S11": 1.0536839267353209, "W12": -6.7325627956088585, "S12": -6.7325627956088585, "W13": -20.785925356926576, "S13": -20.785925356926576, "W21": -45.50060365033152, "S21": -45.50060365033152, "W22": -39.704296637738601, "S22": -44.703842463880846, "W31": -67.335269129277179, "S31": -74.270617795908919, "W32": -94.426532598118712, "S32": -99.426532598118712 }, "geometry": { "type": "Point", "coordinates": [ 103122.172131147541222, 516163.049180327856448 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40001586334449768, "S11": 0.40001586334449768, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.625590331104075, "W21": -37.810756197336431, "S21": -37.836283524496082, "W22": -68.771085640138409, "S22": -81.170042615366569, "W31": -103.3340894948424, "S31": -103.3340894948424, "W32": -110.58161339780634, "S32": -115.58161339780634 }, "geometry": { "type": "Point", "coordinates": [ 103122.5, 498378.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39806178772681866, "S11": 0.39806178772681866, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -16.624174833093694, "W21": -37.803261604569407, "S21": -37.803261604569407, "W22": -63.212363636363634, "S22": -67.066753357991047, "W31": -104.03794833273582, "S31": -107.03794833273582, "W32": -111.29683125609175, "S32": -116.29683125609175 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 498377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3282647584973186, "S11": 2.3282647584973186, "W12": -8.0870154557679683, "S12": -12.400874456411458, "W13": -20.0, "S13": -21.900008508465923, "W21": -39.770184945760732, "S21": -48.577938028948324, "W22": -60.0, "S22": -75.860939398742545, "W31": -103.83913712697283, "S31": -103.83913712697283, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2055556180555358, "S11": -1.2055556180555358, "W12": -8.1622363523187573, "S12": -11.710845536075462, "W13": -22.939953361834419, "S13": -22.939953361834419, "W21": -32.603173337565863, "S21": -35.28585308867995, "W22": -43.404869724759756, "S22": -43.404869724759756, "W31": -70.0, "S31": -71.526869806094183, "W32": -93.009021067291883, "S32": -98.009021067291883 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 506079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0944330109523268, "S11": -1.0997322553691729, "W12": -10.0, "S12": -12.429109255995527, "W13": -20.0, "S13": -20.0, "W21": -32.748904783954693, "S21": -35.254082654151766, "W22": -45.468356563097572, "S22": -50.012695146808923, "W31": -81.411803386487023, "S31": -82.067446415004483, "W32": -96.904816908759969, "S32": -101.90481690875997 }, "geometry": { "type": "Point", "coordinates": [ 103123.0, 506120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10287337487418442, "S11": 0.10287337487418442, "W12": -10.722165959575445, "S12": -12.856507381764965, "W13": -21.685911403898189, "S13": -30.361184710791377, "W21": -34.008842445267462, "S21": -34.008842445267462, "W22": -41.079167254957767, "S22": -42.070487492509159, "W31": -78.370994060038242, "S31": -79.650552262112811, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103123.636363636367605, 511546.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58155472335686442, "S11": 0.58155472335686442, "W12": -8.3235844946692445, "S12": -8.3235844946692445, "W13": -15.913849398166338, "S13": -16.512805146266725, "W21": -31.786237237977975, "S21": -31.786237237977975, "W22": -36.798800068804972, "S22": -49.323076668825109, "W31": -80.0, "S31": -85.0, "W32": -91.910652880493657, "S32": -96.910652880493657 }, "geometry": { "type": "Point", "coordinates": [ 103123.714285714289872, 497653.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51058635858268486, "S11": 0.51058635858268486, "W12": -13.829684114494242, "S12": -14.053600320487842, "W13": -16.969832634102488, "S13": -21.951514420564457, "W21": -37.853857041755134, "S21": -44.207703631697875, "W22": -39.51728585072938, "S22": -46.581506034215614, "W31": -67.265344821314997, "S31": -73.774582427110474, "W32": -95.540440496020736, "S32": -100.54044049602074 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 499521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24102903262860331, "S11": -4.1727724791977803, "W12": -4.9999999999999991, "S12": -5.1498549368272322, "W13": -18.130967991598791, "S13": -20.190483035201627, "W21": -35.512721337909817, "S21": -44.997120842575683, "W22": -37.866426731442253, "S22": -38.836531033506105, "W31": -64.005458684923582, "S31": -70.943006577643885, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1513101374570445, "W12": -9.0804306434982287, "S12": -13.741447592650772, "W13": -18.208773354995937, "S13": -18.208773354995937, "W21": -33.02656991400989, "S21": -33.02656991400989, "W22": -39.237259310326529, "S22": -39.237259310326529, "W31": -70.0, "S31": -71.318034238489048, "W32": -86.957233130218512, "S32": -91.957233130218512 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 507245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9353312646306275, "S11": 1.9353312646306275, "W12": -7.379459408104128, "S12": -17.379459408104129, "W13": -20.0, "S13": -20.0, "W21": -36.135331553741096, "S21": -36.135331553741096, "W22": -35.156419090891504, "S22": -48.560447313400225, "W31": -73.248669569424109, "S31": -73.248669569424109, "W32": -90.676175433558342, "S32": -95.676175433558342 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50147816625264319, "S11": 0.50147816625264319, "W12": -4.8160523191408187, "S12": -14.18817236852756, "W13": -22.630962530381012, "S13": -22.630962530381012, "W21": -37.952809361314365, "S21": -37.952809361314365, "W22": -59.994996084189218, "S22": -74.09198471145163, "W31": -92.625519996466409, "S31": -92.625519996466409, "W32": -96.314705612310419, "S32": -101.31470561231042 }, "geometry": { "type": "Point", "coordinates": [ 103124.0, 508695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1761613420305079, "S11": 1.6857442007512691, "W12": -4.028618986547297, "S12": -4.028618986547297, "W13": -13.967673767049034, "S13": -17.379367997359427, "W21": -51.499848563363251, "S21": -63.260991126229911, "W22": -70.000000000000014, "S22": -89.632360962625199, "W31": -102.19708488214745, "S31": -102.19708488214745, "W32": -110.14530015331997, "S32": -115.14530015331997 }, "geometry": { "type": "Point", "coordinates": [ 103124.166666666671517, 502474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65373140332366131, "S11": 0.65373140332366131, "W12": -8.6516676512246136, "S12": -8.6516676512246136, "W13": -15.921508465912712, "S13": -16.496563746621181, "W21": -30.892035534502419, "S21": -31.146272308487244, "W22": -40.865652810850122, "S22": -47.582865495388546, "W31": -79.602152544481783, "S31": -79.683727790613986, "W32": -96.565185971233035, "S32": -101.56518597123303 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 497563.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49894837956140636, "S11": 0.49894837956140636, "W12": -13.056061157626502, "S12": -13.396488245530554, "W13": -17.559922460293677, "S13": -19.293217000105528, "W21": -35.395972700858167, "S21": -40.957625593420154, "W22": -42.60807446908327, "S22": -43.226942335351616, "W31": -68.847506891139162, "S31": -73.45484593770621, "W32": -97.825662856359301, "S32": -102.8256628563593 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 499636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1618962432915918, "S11": 2.1618962432915918, "W12": -8.1692857142857136, "S12": -13.724651167337999, "W13": -20.0, "S13": -21.88750106355824, "W21": -40.0, "S21": -49.050864414544954, "W22": -39.497949647279547, "S22": -41.575298032606739, "W31": -67.597747069179746, "S31": -70.312796198640186, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 503971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9384560945070497, "S11": 1.9384560945070497, "W12": -6.8936286573694279, "S12": -16.893628657369426, "W13": -20.0, "S13": -20.0, "W21": -36.42770750004383, "S21": -36.42770750004383, "W22": -40.67747471261896, "S22": -40.857638828009101, "W31": -68.566830213668254, "S31": -73.992107751541511, "W32": -98.343164508046684, "S32": -103.34316450804668 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 507927.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2371901709401709, "S11": 2.2371901709401709, "W12": -5.2378402170324847, "S12": -5.7340527014509339, "W13": -25.0, "S13": -26.994946942900455, "W21": -38.64309212037675, "S21": -38.64309212037675, "W22": -60.19664852331637, "S22": -60.19664852331637, "W31": -75.239998, "S31": -75.239998, "W32": -84.254514357173903, "S32": -89.254514357173903 }, "geometry": { "type": "Point", "coordinates": [ 103125.0, 510687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0626605164339411, "S11": 1.0626605164339411, "W12": -6.7253569717181581, "S12": -6.7253569717181581, "W13": -20.792825375814811, "S13": -20.814988300122458, "W21": -45.562799563616352, "S21": -45.562799563616352, "W22": -45.18640448423551, "S22": -45.18640448423551, "W31": -77.5439501955655, "S31": -78.5439501955655, "W32": -93.435901085311073, "S32": -98.435901085311073 }, "geometry": { "type": "Point", "coordinates": [ 103125.181818181823473, 516153.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3442341024807725, "S12": -9.0103573722151538, "W13": -15.0, "S13": -18.753200089827082, "W21": -43.861153780508623, "S21": -46.30097015801487, "W22": -40.58824583693584, "S22": -40.58824583693584, "W31": -79.585023266423903, "S31": -80.253323079839902, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 499139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5869849246231156, "S11": 2.5869849246231156, "W12": -8.4919023588780664, "S12": -9.6592428540457007, "W13": -18.288767476654801, "S13": -20.001608624945508, "W21": -52.452688832616616, "S21": -72.452688832616616, "W22": -39.279882867511866, "S22": -48.996318052697049, "W31": -78.961064976336132, "S31": -81.110790251061403, "W32": -92.99818937053999, "S32": -97.99818937053999 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.672673537435587, "S11": 1.672673537435587, "W12": -8.1442240644611452, "S12": -17.790327387035056, "W13": -19.987464566029196, "S13": -23.125817958296743, "W21": -40.0, "S21": -50.0, "W22": -38.208705522186065, "S22": -49.421560628686635, "W31": -79.271598026529873, "S31": -82.663264693196538, "W32": -92.06933911159264, "S32": -97.06933911159264 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 503846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1480102746351282, "S11": 0.98160892439829439, "W12": -7.7655995168953957, "S12": -16.073693501671222, "W13": -19.610824632353662, "S13": -25.135287104979664, "W21": -34.898070543750521, "S21": -40.232607960183557, "W22": -40.690450584090485, "S22": -48.945258276398178, "W31": -66.106879287034346, "S31": -68.61328117274104, "W32": -80.869710370473101, "S32": -85.869710370473101 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 504474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2538719768062867, "S11": 1.2538719768062867, "W12": -10.0, "S12": -12.937614369069124, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -44.3, "S22": -44.3, "W31": -79.290001, "S31": -80.290001, "W32": -91.790001, "S32": -96.790001 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 508211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.056670261593518, "S12": -11.591816130669869, "W13": -25.0, "S13": -25.0, "W21": -40.238169401587989, "S21": -40.238169401587989, "W22": -40.293793103448273, "S22": -40.293793103448273, "W31": -70.0, "S31": -70.0, "W32": -88.135843319620818, "S32": -93.135843319620818 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 508850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8746910001231747, "S12": -7.2702953957275698, "W13": -25.0, "S13": -25.0, "W21": -41.350421372415276, "S21": -41.350421372415276, "W22": -42.161410359253807, "S22": -43.847302872699061, "W31": -69.469967810342894, "S31": -72.262786483128238, "W32": -96.662833505773719, "S32": -101.66283350577372 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 508954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1836931818181817, "S11": 2.1836931818181817, "W12": -5.0222855833927404, "S12": -5.0884253737632354, "W13": -25.0, "S13": -26.907933299646285, "W21": -38.578926257753274, "S21": -38.578926257753274, "W22": -39.165213724841266, "S22": -48.42890805631783, "W31": -67.132629976456286, "S31": -69.878909115324547, "W32": -97.893454253809097, "S32": -102.8934542538091 }, "geometry": { "type": "Point", "coordinates": [ 103126.0, 510697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15093930494684715, "S11": 0.15093930494684715, "W12": -9.3548195821286271, "S12": -10.794650224321181, "W13": -26.095502888300974, "S13": -26.095502888300974, "W21": -36.874046393137519, "S21": -36.874046393137519, "W22": -49.924264382754721, "S22": -49.924264382754721, "W31": -79.612066952439264, "S31": -81.355400486418546, "W32": -96.673237842041758, "S32": -101.67323784204176 }, "geometry": { "type": "Point", "coordinates": [ 103126.4, 509679.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.8278568340604062, "S12": -6.8278568340604062, "W13": -16.487645515254155, "S13": -18.511165703415614, "W21": -33.636127332157017, "S21": -33.636127332157017, "W22": -38.549753497536933, "S22": -40.855918778079946, "W31": -70.634330073140902, "S31": -70.634330073140902, "W32": -92.124510044096041, "S32": -97.124510044096041 }, "geometry": { "type": "Point", "coordinates": [ 103126.666666666671517, 507043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.424038481123155, "S13": -20.748515468570854, "W21": -40.0, "S21": -55.581227034851352, "W22": -39.674852861360357, "S22": -44.689840598666194, "W31": -67.318999999458029, "S31": -74.286688621413958, "W32": -94.535030814142075, "S32": -99.535030814142075 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15881495893421546, "S11": -7.2314970445499585, "W12": -9.4125009340207733, "S12": -10.626089750757282, "W13": -20.0, "S13": -22.74063550365571, "W21": -34.190193257411686, "S21": -44.047620821415975, "W22": -38.191606523373515, "S22": -38.191606523373515, "W31": -67.677642951598372, "S31": -75.693668485700471, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 505396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3648841354723551, "W12": -6.5674253348932963, "S12": -6.6890876949277489, "W13": -16.956382134807257, "S13": -19.222919898517535, "W21": -33.881015062237999, "S21": -33.881015062237999, "W22": -61.589925577951668, "S22": -72.208673740278925, "W31": -100.0, "S31": -100.0, "W32": -101.75490868843386, "S32": -106.75490868843386 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 507023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45368917308606438, "S11": 0.45368917308606438, "W12": -9.3336277013189868, "S12": -10.82043122038057, "W13": -27.249905522863468, "S13": -27.249905522863468, "W21": -37.569753127159046, "S21": -37.569753127159046, "W22": -61.611179902217337, "S22": -72.23556859475444, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -101.75870503597122, "S32": -106.75870503597122 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 509867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49550696420548146, "S11": 0.49550696420548146, "W12": -9.3837751841014043, "S12": -9.3837751841014043, "W13": -27.411326458996921, "S13": -27.411326458996921, "W21": -37.667020667603268, "S21": -37.667020667603268, "W22": -42.69091732883831, "S22": -42.69091732883831, "W31": -75.258979859813962, "S31": -76.258979859813962, "W32": -91.681251333096426, "S32": -96.681251333096426 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 509893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8931467181467183, "S11": 1.8931467181467183, "W12": -6.6885943884017012, "S12": -6.6885943884017012, "W13": -20.876390625325779, "S13": -21.299081252895618, "W21": -43.898515072872669, "S21": -43.898515072872669, "W22": -43.545046059491597, "S22": -48.335086490218956, "W31": -80.0, "S31": -80.098467763161551, "W32": -98.452055214806194, "S32": -103.45205521480619 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 515702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8901222651222653, "S11": 2.8901222651222653, "W12": -6.6886669923065725, "S12": -6.6886669923065725, "W13": -20.876212759940774, "S13": -21.298043822986997, "W21": -43.902413346782517, "S21": -43.902413346782517, "W22": -43.783959235042325, "S22": -47.874825463224056, "W31": -81.215285769083678, "S31": -81.855296468209048, "W32": -98.111852901742353, "S32": -103.11185290174235 }, "geometry": { "type": "Point", "coordinates": [ 103127.0, 515703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87513336459335056, "S11": 0.87513336459335056, "W12": -8.6842411094754421, "S12": -15.705968719438328, "W13": -19.888819386869603, "S13": -24.664533488327098, "W21": -42.883625097891269, "S21": -52.023947628177197, "W22": -41.707565994226862, "S22": -41.707565994226862, "W31": -80.666527520098896, "S31": -81.241910966238081, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103127.333333333328483, 503675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11838742603394026, "S11": 0.11838742603394029, "W12": -5.0, "S12": -7.9447115384615392, "W13": -19.239508893027946, "S13": -19.239508893027946, "W21": -39.49531210689517, "S21": -44.577304975521827, "W22": -37.114533232953214, "S22": -51.460858164444254, "W31": -80.0, "S31": -84.27848947309792, "W32": -91.303292634107279, "S32": -96.303292634107279 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59709465354623936, "S11": -0.73582807901731262, "W12": -10.0, "S12": -21.253319224549283, "W13": -21.253319224549283, "S13": -21.253319224549283, "W21": -35.30720413786046, "S21": -38.015117569603348, "W22": -41.784222446073933, "S22": -43.735373663475201, "W31": -69.590608537968279, "S31": -72.031479534287541, "W32": -96.430205307837113, "S32": -101.43020530783711 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5, "W12": -7.6078868845173631, "S12": -8.9344174967622596, "W13": -17.406358571499045, "S13": -18.076683934101947, "W21": -32.903757469467848, "S21": -32.903757469467848, "W22": -42.889160353847039, "S22": -50.430830040056179, "W31": -67.946720414736333, "S31": -74.425510712197791, "W32": -85.482791453135064, "S32": -90.482791453135064 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 507103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2708686931030098, "W12": -7.9982631803299515, "S12": -8.0793442614110322, "W13": -17.871788255789124, "S13": -17.871788255789124, "W21": -33.224682051084741, "S21": -33.224682051084741, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -88.213870506170636, "S32": -93.213870506170636 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 507133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9141237113402063, "S11": 2.9141237113402063, "W12": -10.209695382982487, "S12": -11.256207010889463, "W13": -25.576122517670818, "S13": -25.576122517670818, "W21": -37.938752752777226, "S21": -37.938752752777226, "W22": -48.507586206896555, "S22": -48.507586206896555, "W31": -70.0, "S31": -70.0, "W32": -86.342488099146422, "S32": -91.342488099146422 }, "geometry": { "type": "Point", "coordinates": [ 103128.0, 510226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5453693209105754, "S11": 2.5453693209105754, "W12": -5.5860338440382984, "S12": -8.40792302142866, "W13": -16.76742879308032, "S13": -21.029482025353428, "W21": -58.142745796681879, "S21": -78.127880358446944, "W22": -40.003764918218685, "S22": -45.853346799387211, "W31": -77.794678777322318, "S31": -77.794678777322318, "W32": -95.768326410496513, "S32": -100.76832641049651 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 501202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41234361431831323, "S11": -0.41234361431831323, "W12": -5.0, "S12": -5.2309660597012551, "W13": -21.621563938896774, "S13": -21.621563938896774, "W21": -34.272700593547142, "S21": -38.547994769592208, "W22": -46.238016075559379, "S22": -46.32506936582638, "W31": -80.855534892322922, "S31": -81.497332241761697, "W32": -98.661475856414995, "S32": -103.661475856415 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9444137422860825, "S11": 1.9444137422860825, "W12": -8.1257265101226768, "S12": -12.029836099163774, "W13": -30.0, "S13": -30.0, "W21": -38.28884923556479, "S21": -38.28884923556479, "W22": -69.098898232590898, "S22": -80.330891214258457, "W31": -86.50159919559033, "S31": -86.50159919559033, "W32": -87.705717891642891, "S32": -92.705717891642891 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 510064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4020163170163173, "S11": 2.4020163170163173, "W12": -5.8892675650141708, "S12": -8.8478446097931531, "W13": -25.0, "S13": -26.706350962602347, "W21": -38.872126809097175, "S21": -38.872126809097175, "W22": -50.075784155497857, "S22": -50.075784155497857, "W31": -82.782530479756744, "S31": -84.753577250357878, "W32": -97.242319192842501, "S32": -102.2423191928425 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1437339743589745, "S11": 2.1437339743589745, "W12": -5.0226783962610027, "S12": -5.2317473946355335, "W13": -25.0, "S13": -26.748762001010611, "W21": -38.540968986905582, "S21": -38.540968986905582, "W22": -40.0, "S22": -41.151379812225123, "W31": -80.0, "S31": -80.725900739191189, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103129.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0242405326674988, "S11": 2.0242405326674988, "W12": -6.509588026659392, "S12": -16.509588026659394, "W13": -19.968560524000001, "S13": -19.968560524000001, "W21": -33.761361651079802, "S21": -33.761361651079802, "W22": -41.23167708051367, "S22": -41.23167708051367, "W31": -78.560882436123222, "S31": -78.703368029669207, "W32": -93.44349978978839, "S32": -98.44349978978839 }, "geometry": { "type": "Point", "coordinates": [ 103129.5, 507630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99750651584446559, "S11": 0.99750651584446559, "W12": -6.7192735138132447, "S12": -6.7192735138132447, "W13": -20.790748806206906, "S13": -20.790748806206906, "W21": -45.431404783495537, "S21": -45.431404783495537, "W22": -37.327170566831278, "S22": -52.070078334863609, "W31": -79.585983439337582, "S31": -79.585983439337582, "W32": -88.652079956780113, "S32": -93.652079956780113 }, "geometry": { "type": "Point", "coordinates": [ 103129.934426229505334, 516212.409836065548006 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.95, "S12": -10.95, "W13": -15.96, "S13": -16.95, "W21": -18.450001, "S21": -19.950001, "W22": -68.119023498307428, "S22": -108.35913897280967, "W31": -108.35913897280967, "S31": -108.35913897280967, "W32": -108.35913897280967, "S32": -112.45197834583952 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3972152243480629, "S11": 3.3972152243480629, "W12": -11.690597051003142, "S12": -11.690597051003142, "W13": -20.873423423423421, "S13": -20.873423423423421, "W21": -50.0, "S21": -68.098390446521293, "W22": -65.120647005232939, "S22": -76.31202915573445, "W31": -87.665389201751722, "S31": -87.665389201751722, "W32": -89.229282654206955, "S32": -94.229282654206955 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 500590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4148747021707111, "W12": -7.1443251271575638, "S12": -9.0934062437960339, "W13": -20.0, "S13": -23.659114483505078, "W21": -36.184118982699218, "S21": -43.23243901264852, "W22": -36.722658045327165, "S22": -51.449343742511715, "W31": -78.535341413656553, "S31": -78.844969422409292, "W32": -89.153958548204898, "S32": -94.153958548204898 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 504330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.311389711532012, "S11": -1.9072079343176362, "W12": -10.621441744421821, "S12": -19.491557363458973, "W13": -22.738565889809781, "S13": -25.597550616461096, "W21": -34.871122259274408, "S21": -36.327686239097346, "W22": -34.739623218775314, "S22": -36.491436206991914, "W31": -72.498177134942992, "S31": -73.756545494693839, "W32": -90.986502656392091, "S32": -95.986502656392091 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 505017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19709457753486168, "S11": -5.7940716519921551, "W12": -8.8410670253306449, "S12": -9.6734043994129397, "W13": -19.738834279496096, "S13": -22.402931319261452, "W21": -34.145562096778747, "S21": -44.145562096778747, "W22": -41.976550004532697, "S22": -43.80992788469748, "W31": -69.531631087900593, "S31": -72.143847202333305, "W32": -96.52488126550405, "S32": -101.52488126550405 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 505433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27298166828647075, "S11": -0.27298166828647075, "W12": -5.0, "S12": -5.0, "W13": -19.443375913548554, "S13": -19.443375913548554, "W21": -36.025344781472526, "S21": -40.646845623945282, "W22": -40.419998, "S22": -44.139561011812447, "W31": -67.691478477341676, "S31": -70.197117999110233, "W32": -88.591603159592822, "S32": -93.591603159592822 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30766102797657779, "S11": -0.094404322637551052, "W12": -7.3445189491369183, "S12": -13.462989674649995, "W13": -20.0, "S13": -20.76995161716151, "W21": -38.231351351170424, "S21": -40.728382798674865, "W22": -78.222505488279879, "S22": -84.923790501051315, "W31": -87.306853678005737, "S31": -87.306853678005737, "W32": -92.072183426319398, "S32": -97.072183426319398 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 506484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11336585888912715, "W12": -7.0718024578971326, "S12": -17.071802457897132, "W13": -19.525016025641023, "S13": -19.98527001329462, "W21": -36.2073625162189, "S21": -37.851728713401997, "W22": -48.397847248309475, "S22": -48.397847248309475, "W31": -80.0, "S31": -82.038873171612437, "W32": -96.872916545113355, "S32": -101.87291654511336 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1565457325211737, "S11": 1.1565457325211737, "W12": -8.4986595174262742, "S12": -10.455800461407421, "W13": -20.0, "S13": -20.0, "W21": -39.807077300131063, "S21": -39.807077300131063, "W22": -44.18542733765463, "S22": -44.18542733765463, "W31": -79.304938489964499, "S31": -80.498886220363403, "W32": -92.583648396407185, "S32": -97.583648396407185 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 508181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16299345089823325, "S11": 0.16299345089823325, "W12": -8.0158187525250959, "S12": -18.592651067905223, "W13": -19.942911934179101, "S13": -19.942911934179101, "W21": -39.035081992741056, "S21": -39.035081992741056, "W22": -44.23644225151952, "S22": -44.23644225151952, "W31": -79.334973211316935, "S31": -80.334973211316935, "W32": -92.335045779346558, "S32": -97.335045779346558 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 508479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41696348920043502, "S11": 0.41696348920043502, "W12": -9.2694702920280374, "S12": -11.58031415668356, "W13": -27.036927063650595, "S13": -27.036927063650595, "W21": -37.441905682334486, "S21": -37.441905682334486, "W22": -41.406557065287188, "S22": -41.406557065287188, "W31": -81.146110080395601, "S31": -81.620137617786312, "W32": -95.60350194437477, "S32": -100.60350194437477 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 509840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2726724852533065, "S11": 2.2726724852533065, "W12": -10.0, "S12": -10.0, "W13": -17.55550818274245, "S13": -18.376414998410908, "W21": -41.699199424305121, "S21": -51.608685007529232, "W22": -35.834572189851585, "S22": -41.165277202517778, "W31": -70.732135425222566, "S31": -71.046776379295139, "W32": -91.224542707822962, "S32": -96.224542707822962 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 500225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0089083242230203, "S11": 3.0089083242230203, "W12": -10.852116304747884, "S12": -10.852116304747884, "W13": -18.87301098518379, "S13": -18.999764375556857, "W21": -46.754835807467387, "S21": -66.754835807467387, "W22": -39.75853393336083, "S22": -43.331246181618432, "W31": -70.0, "S31": -70.063096484407239, "W32": -94.351333989679986, "S32": -99.351333989679986 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 500366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32331027742766405, "S11": 0.32331027742766405, "W12": -7.4654702652435452, "S12": -9.188335556302075, "W13": -24.889540221748724, "S13": -24.889540221748724, "W21": -38.136260395276942, "S21": -38.136260395276942, "W22": -39.634839077508936, "S22": -39.634839077508936, "W31": -68.177550140581914, "S31": -74.735773786994031, "W32": -99.273133217563881, "S32": -104.27313321756388 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 509279.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9537555228276879, "S11": 2.9537555228276879, "W12": -10.222381036617726, "S12": -10.222381036617726, "W13": -25.358448333894312, "S13": -25.358448333894312, "W21": -37.912760267370473, "S21": -37.912760267370473, "W22": -48.804147628789011, "S22": -48.814147628789009, "W31": -89.998604100594093, "S31": -89.998604100594093, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 510226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2914822733827265, "S12": -8.6522354591163353, "W13": -25.0, "S13": -25.0, "W21": -39.16567699120283, "S21": -39.16567699120283, "W22": -77.932328115284605, "S22": -78.824879485147619, "W31": -88.532633820594725, "S31": -88.532633820594725, "W32": -94.349546712990616, "S32": -99.349546712990616 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 510503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.091712617514748379, "S11": 0.091712617514748379, "W12": -10.891930711228856, "S12": -12.731737882406362, "W13": -20.489190507961482, "S13": -30.489190507961482, "W21": -33.680963929673219, "S21": -33.680963929673219, "W22": -39.999999999999993, "S22": -45.458570127790168, "W31": -77.962859275849212, "S31": -77.962859275849212, "W32": -95.808112873432378, "S32": -100.80811287343238 }, "geometry": { "type": "Point", "coordinates": [ 103131.0, 511611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6900001, "S11": 1.6900001, "W12": -5.31, "S12": -14.31, "W13": -14.32, "S13": -22.3099998, "W21": -61.310001, "S21": -72.310001, "W22": -43.997831754933891, "S22": -43.997831754933891, "W31": -68.368278981039595, "S31": -74.370382523516327, "W32": -98.661416586679294, "S32": -103.66141658667929 }, "geometry": { "type": "Point", "coordinates": [ 103131.2, 502134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0338514201128151, "S11": 0.40128883041417684, "W12": -7.8884665399619731, "S12": -14.335555834486451, "W13": -20.316632247815711, "S13": -20.316632247815711, "W21": -34.110069170197598, "S21": -35.349973348810195, "W22": -60.192685744664942, "S22": -60.192685744664942, "W31": -69.920958322248268, "S31": -70.226894173196058, "W32": -85.3537019784074, "S32": -90.3537019784074 }, "geometry": { "type": "Point", "coordinates": [ 103131.2, 506764.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.831856932876055, "S11": 1.831856932876055, "W12": -5.9827086599211592, "S12": -15.982708659921158, "W13": -19.984192208626105, "S13": -19.984192208626105, "W21": -34.411254904592994, "S21": -34.411254904592994, "W22": -42.142047066245269, "S22": -46.557179371044867, "W31": -76.450128362702856, "S31": -76.450128362702856, "W32": -95.039431934348485, "S32": -100.03943193434849 }, "geometry": { "type": "Point", "coordinates": [ 103131.2, 507810.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6346289959771676, "S11": 2.3303924394897662, "W12": -9.8995178020390444, "S12": -13.388758512497311, "W13": -14.904400031152701, "S13": -17.197981798540841, "W21": -60.0, "S21": -74.111879744476624, "W22": -35.270340319278759, "S22": -45.495524333916762, "W31": -73.114351496546433, "S31": -73.574260811819343, "W32": -90.657732254822179, "S32": -95.657732254822179 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 501611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.176785198034114, "S11": 1.176785198034114, "W12": -8.4932594716045564, "S12": -16.654883662640511, "W13": -19.933393029387325, "S13": -24.112426871694673, "W21": -41.217370210816178, "S21": -51.129526629064969, "W22": -39.231297817968262, "S22": -48.79052208901922, "W31": -67.147159303631909, "S31": -71.203387525451959, "W32": -97.335392374606698, "S32": -102.3353923746067 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 503748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35056532638445836, "S11": -3.27222000530075, "W12": -5.0, "S12": -5.8641975308641978, "W13": -18.40226121951877, "S13": -19.689998838945453, "W21": -36.50133334817864, "S21": -44.196732080291952, "W22": -46.660954002282168, "S22": -46.670548649140251, "W31": -85.865115718418522, "S31": -85.865115718418522, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.095421933385871, "S11": -1.095421933385871, "W12": -2.1560219997146084, "S12": -2.4643193587115988, "W13": -24.446426101219007, "S13": -24.446426101219007, "W21": -44.430808864083701, "S21": -45.896262491844098, "W22": -60.0, "S22": -74.187014650548392, "W31": -90.812384046601835, "S31": -90.812384046601835, "W32": -94.799097403713517, "S32": -99.799097403713517 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 506007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.067329601743610079, "W12": -6.9923921964770512, "S12": -15.970359112531689, "W13": -19.583168269230768, "S13": -20.122240896884609, "W21": -36.598429754111017, "S21": -38.387162148477209, "W22": -50.0, "S22": -50.0, "W31": -79.746987004150512, "S31": -81.928086143378707, "W32": -96.556454444392017, "S32": -101.55645444439202 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4119711249248983, "W12": -6.9160544717438022, "S12": -6.9160544717438022, "W13": -16.547660525580635, "S13": -18.364595061056921, "W21": -33.555773184557843, "S21": -33.555773184557843, "W22": -36.676664377370585, "S22": -49.414631259215312, "W31": -80.0, "S31": -84.473299195318219, "W32": -91.718139102171563, "S32": -96.718139102171563 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 507050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8363599892041611, "S11": 0.8363599892041611, "W12": -7.4540510899799726, "S12": -9.0892251760851117, "W13": -24.861260008703482, "S13": -24.861260008703482, "W21": -38.627706649842551, "S21": -38.627706649842551, "W22": -66.962397504798432, "S22": -79.029161780640578, "W31": -100.0, "S31": -100.0, "W32": -102.90059464345198, "S32": -107.90059464345198 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 509260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7152827270893565, "S11": 2.7152827270893565, "W12": -9.7505152304382303, "S12": -19.374442539877904, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.243932479792655, "S21": -38.243932479792655, "W22": -68.830811554332882, "S22": -88.830811554332882, "W31": -102.37807636463008, "S31": -102.37807636463008, "W32": -110.25922868262766, "S32": -115.25922868262766 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 510105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8079513211860418, "S11": 2.8079513211860418, "W12": -10.0, "S12": -23.208333333333336, "W13": -30.106978723404257, "S13": -30.106978723404257, "W21": -38.145196469867017, "S21": -38.145196469867017, "W22": -77.845877698930948, "S22": -78.107542938656977, "W31": -88.547377520539797, "S31": -88.547377520539797, "W32": -94.356006731447792, "S32": -99.356006731447792 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 510162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45915153115616719, "S11": 0.45915153115616719, "W12": -5.6578208452880157, "S12": -6.3381372715327791, "W13": -29.251712591101089, "S13": -29.251712591101089, "W21": -37.284747757876453, "S21": -37.284747757876453, "W22": -39.99244428888889, "S22": -40.342158159358505, "W31": -67.43653593127901, "S31": -74.615326944322732, "W32": -92.270894308943099, "S32": -97.270894308943099 }, "geometry": { "type": "Point", "coordinates": [ 103132.0, 511007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7138674388674091, "S11": 2.7138674388674091, "W12": -6.6805346036738307, "S12": -6.6805346036738307, "W13": -20.877080887455143, "S13": -21.287091349877212, "W21": -44.033522762285394, "S21": -44.033522762285394, "W22": -39.98, "S22": -39.98, "W31": -67.447711668940869, "S31": -74.22326760757214, "W32": -92.086504065040657, "S32": -97.086504065040657 }, "geometry": { "type": "Point", "coordinates": [ 103132.333333333328483, 515750.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.199463327370303, "S11": 2.199463327370303, "W12": -8.2133692510727645, "S12": -13.028589617894555, "W13": -20.0, "S13": -22.031413256189907, "W21": -40.0, "S21": -49.042196893904659, "W22": -65.546604671280264, "S22": -67.756513406612726, "W31": -104.54043097591888, "S31": -104.54043097591888, "W32": -111.17726146951291, "S32": -116.17726146951291 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 503986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43849146080102108, "S11": -1.4957895445553862, "W12": -5.0, "S12": -6.7495921696574221, "W13": -18.79414807878268, "S13": -18.79414807878268, "W21": -38.34014915450409, "S21": -43.673415384169637, "W22": -79.725054483279223, "S22": -95.087932696801857, "W31": -95.087932696801857, "S31": -95.087932696801857, "W32": -97.37570362888377, "S32": -102.37570362888377 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 505777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40381260286485299, "S11": -0.042221793528494089, "W12": -7.1395154056211245, "S12": -14.183238379057356, "W13": -20.0, "S13": -20.692037745140237, "W21": -36.508505752289778, "S21": -38.781055283051039, "W22": -72.861282600478773, "S22": -81.18950990821115, "W31": -86.050744876229885, "S31": -86.050744876229885, "W32": -90.165324617994798, "S32": -95.165324617994798 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 506526.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0819575471698029, "W12": -7.449026836811508, "S12": -7.449026836811508, "W13": -17.174638026525592, "S13": -18.066053157846643, "W21": -33.055407809912772, "S21": -33.055407809912772, "W22": -41.371639583376172, "S22": -41.644985113431829, "W31": -68.638169942516129, "S31": -73.852642314756039, "W32": -98.133686939828721, "S32": -103.13368693982872 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2669657108261321, "S11": 2.2475148857992635, "W12": -7.5723194449857729, "S12": -17.572319444985773, "W13": -19.982791182372544, "S13": -19.982791182372544, "W21": -33.51391637583022, "S21": -33.51391637583022, "W22": -38.732698912025192, "S22": -43.321323213895205, "W31": -64.133220896504824, "S31": -69.166937863438562, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103133.0, 507556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49451407279208393, "S11": -4.505485927207916, "W12": -10.034669610974539, "S12": -18.767186735907636, "W13": -20.882926909284038, "S13": -22.363905529517869, "W21": -34.663294739917404, "S21": -36.45884111628137, "W22": -50.353608115805393, "S22": -53.646121679894982, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -101.50781202345784 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 504812.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8898198051064292, "S11": 1.8898198051064292, "W12": -5.8997990739931865, "S12": -14.678960211924544, "W13": -20.0, "S13": -20.0, "W21": -36.725837480829007, "S21": -36.725837480829007, "W22": -59.362326075949362, "S22": -109.36232607594937, "W31": -109.36232607594937, "S31": -109.36232607594937, "W32": -110.12469554419982, "S32": -115.12469554419982 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 507953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0717511453180002, "S12": -14.535110365635877, "W13": -24.466718953005675, "S13": -24.466718953005675, "W21": -39.930123122491878, "S21": -39.930123122491878, "W22": -42.226077586233359, "S22": -42.586897136165867, "W31": -65.111915292856182, "S31": -67.612148393089285, "W32": -93.223079213329925, "S32": -98.223079213329925 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 508809.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5312561692964444, "S12": -4.5312561692964444, "W13": -25.0, "S13": -25.0, "W21": -41.116435879146813, "S21": -41.116435879146813, "W22": -43.439003759698046, "S22": -46.366300000238688, "W31": -80.711758178530374, "S31": -81.314336173709819, "W32": -98.638292077422236, "S32": -103.63829207742224 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 508930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43715610369145214, "S11": 0.43715610369145214, "W12": -9.2668633011648751, "S12": -12.266863301164875, "W13": -27.019921179074665, "S13": -27.019921179074665, "W21": -37.432307970226169, "S21": -37.432307970226169, "W22": -35.695052238013979, "S22": -50.016534752246578, "W31": -76.986079443177729, "S31": -77.986079443177729, "W32": -89.78015568979913, "S32": -94.78015568979913 }, "geometry": { "type": "Point", "coordinates": [ 103134.0, 509847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0562027774786937, "S12": -11.186940292360624, "W13": -24.915549057174559, "S13": -24.915549057174559, "W21": -40.222544357153353, "S21": -40.222544357153353, "W22": -38.688987496797033, "S22": -39.162128389827458, "W31": -68.624474588520471, "S31": -74.040536755156481, "W32": -84.843819229065133, "S32": -89.843819229065133 }, "geometry": { "type": "Point", "coordinates": [ 103134.5, 508851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19887744810521868, "S11": -2.2524488766766471, "W12": -5.3013481363996826, "S12": -5.7231718292514131, "W13": -18.603590438839529, "S13": -21.12882097069253, "W21": -33.854794734954162, "S21": -44.325235063716192, "W22": -39.907713001671652, "S22": -42.700170788467794, "W31": -67.59939209215689, "S31": -69.938383745664666, "W32": -89.582974077988538, "S32": -94.582974077988538 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 505595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1926398210721407, "S11": 1.8709763215837618, "W12": -9.3377614344316218, "S12": -18.702168214092637, "W13": -18.702168214092637, "S13": -18.702168214092637, "W21": -34.798224560480804, "S21": -34.798224560480804, "W22": -70.0, "S22": -84.394009981012076, "W31": -100.0, "S31": -100.0, "W32": -105.08896219320434, "S32": -110.08896219320434 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8823163138231631, "S11": 1.8823163138231631, "W12": -5.0, "S12": -15.0, "W13": -19.977818136056367, "S13": -19.977818136056367, "W21": -33.714284610122014, "S21": -33.714284610122014, "W22": -77.705494912741983, "S22": -80.774844227810476, "W31": -88.39527874606857, "S31": -88.39527874606857, "W32": -94.270180771945078, "S32": -99.270180771945078 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 507736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9021638043022344, "S12": -14.87821129179336, "W13": -22.276203585692652, "S13": -22.276203585692652, "W21": -38.135883652959315, "S21": -38.135883652959315, "W22": -64.741487724123516, "S22": -75.529399144497091, "W31": -88.274823814153933, "S31": -88.274823814153933, "W32": -90.13660900367482, "S32": -95.13660900367482 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 508657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8961272103811964, "S11": 2.8961272103811964, "W12": -10.141333805059192, "S12": -20.000766039498806, "W13": -30.147138179436798, "S13": -30.147138179436798, "W21": -38.088536633876259, "S21": -38.088536633876259, "W22": -44.733287029926281, "S22": -44.733287029926281, "W31": -79.17462342008308, "S31": -81.986907446390063, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 510198.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2254144211104623, "S11": 2.2254144211104623, "W12": -10.0, "S12": -15.977346073530343, "W13": -29.266749736413303, "S13": -29.266749736413303, "W21": -38.25429331210718, "S21": -38.25429331210718, "W22": -42.401189127166589, "S22": -42.401189127166589, "W31": -65.73247553947192, "S31": -68.149958056954432, "W32": -93.29111493742306, "S32": -98.29111493742306 }, "geometry": { "type": "Point", "coordinates": [ 103135.0, 510398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34655145243478369, "S11": 0.34655145243478369, "W12": -10.0, "S12": -18.635155010816796, "W13": -20.0, "S13": -20.0, "W21": -39.718829641963268, "S21": -39.718829641963268, "W22": -40.716948261228737, "S22": -40.889670832112536, "W31": -68.575905663112749, "S31": -73.971302148436138, "W32": -98.234439859887061, "S32": -103.23443985988706 }, "geometry": { "type": "Point", "coordinates": [ 103135.6, 508373.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5738219259861799, "S11": 2.5738219259861799, "W12": -9.4702661613713488, "S12": -9.4702661613713488, "W13": -19.969935500936405, "S13": -20.774752469758884, "W21": -47.939641367311836, "S21": -63.448661427926645, "W22": -40.0, "S22": -40.43353892911415, "W31": -67.423136683450892, "S31": -74.679500528764919, "W32": -92.375284552845542, "S32": -97.375284552845542 }, "geometry": { "type": "Point", "coordinates": [ 103136.0, 503122.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26423227065712429, "S11": -0.068081198503582685, "W12": -7.6330440478139838, "S12": -12.606906823747352, "W13": -20.000000000000004, "S13": -21.000000000000004, "W21": -37.633659884454794, "S21": -40.74798151649798, "W22": -41.957502378827883, "S22": -51.576492763443269, "W31": -67.030122227914049, "S31": -70.404281185020864, "W32": -82.692866847826082, "S32": -87.692866847826082 }, "geometry": { "type": "Point", "coordinates": [ 103136.0, 506388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.030079750346770906, "W12": -6.9345118621051274, "S12": -14.90348708346607, "W13": -20.040646895095581, "S13": -20.654770768214419, "W21": -36.974367017466896, "S21": -39.011882144534042, "W22": -39.776963798120448, "S22": -47.78450259264703, "W31": -65.497013701576705, "S31": -68.889301559573255, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103136.0, 506568.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8277640369635353, "S11": 1.4784127481905651, "W12": -9.593647697511269, "S12": -23.407207019545169, "W13": -23.407207019545169, "S13": -23.407207019545169, "W21": -33.917865042645388, "S21": -33.917865042645388, "W22": -39.083484017713047, "S22": -45.434591300493899, "W31": -64.579948783995931, "S31": -69.091834048039132, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103136.0, 507347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4580002410346591, "S12": -10.132855574586593, "W13": -27.985533822331202, "S13": -27.985533822331202, "W21": -37.800015420272793, "S21": -37.800015420272793, "W22": -63.363895732540179, "S22": -74.48847644312697, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -102.15148423005567, "S32": -107.15148423005567 }, "geometry": { "type": "Point", "coordinates": [ 103136.666666666671517, 509951.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1674376023899007, "S11": 1.1674376023899007, "W12": -8.5341287673355559, "S12": -16.699045020487105, "W13": -19.935163541226455, "S13": -24.097350641265148, "W21": -41.211305820467096, "S21": -51.211305820467096, "W22": -42.100411623816896, "S22": -44.803038978918089, "W31": -82.365337296270042, "S31": -82.669074078310757, "W32": -97.399285901140786, "S32": -102.39928590114079 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 503747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4772459259425643, "S11": 2.4772459259425648, "W12": -7.3557714109505801, "S12": -7.3557714109505801, "W13": -17.029598829851974, "S13": -18.039790911388625, "W21": -33.144935267727035, "S21": -33.144935267727035, "W22": -42.491132690272373, "S22": -52.339089421041606, "W31": -67.211809155327359, "S31": -71.048852316119465, "W32": -83.020142663043472, "S32": -88.020142663043472 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8385160627160628, "S12": -9.2673623569057337, "W13": -25.000000000000007, "S13": -25.000000000000007, "W21": -40.44856094640329, "S21": -40.44856094640329, "W22": -80.010002, "S22": -104.000002, "W31": -104.0, "S31": -104.0, "W32": -104.00000000000001, "S32": -109.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47138477261113948, "S11": -0.47138477261113948, "W12": -8.4035751313232723, "S12": -9.3913593652071548, "W13": -25.0, "S13": -25.0, "W21": -35.332334275919386, "S21": -35.332334275919386, "W22": -41.201328565373558, "S22": -41.201328565373558, "W31": -71.411247832927174, "S31": -72.411247832927174, "W32": -91.659233145053946, "S32": -96.659233145053946 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8973404255319151, "S11": 1.8973404255319151, "W12": -8.5839429283206883, "S12": -15.825322238665516, "W13": -30.0, "S13": -30.0, "W21": -38.295841226083141, "S21": -38.295841226083141, "W22": -39.864756596534114, "S22": -48.96023398346879, "W31": -78.612078767435563, "S31": -81.195297797178554, "W32": -93.569957751979274, "S32": -98.569957751979274 }, "geometry": { "type": "Point", "coordinates": [ 103137.0, 510085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49928630295488535, "S11": 0.49928630295488535, "W12": -10.0, "S12": -10.0, "W13": -18.291007603475876, "S13": -20.7892148326716, "W21": -38.887596899224803, "S21": -53.217228769255911, "W22": -36.379936462328772, "S22": -50.903239329837319, "W31": -78.316332653306134, "S31": -79.009889275383131, "W32": -89.077402878051174, "S32": -94.077402878051174 }, "geometry": { "type": "Point", "coordinates": [ 103137.25, 499811.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27132129689873974, "S11": -0.12841531874263251, "W12": -7.3272474067907574, "S12": -12.000411888453071, "W13": -19.999999999999996, "S13": -20.875270565178369, "W21": -38.040455006915558, "S21": -40.884583656958327, "W22": -39.438446510186878, "S22": -46.198370208978773, "W31": -67.215910455643026, "S31": -73.922736138997237, "W32": -95.846289098648896, "S32": -100.8462890986489 }, "geometry": { "type": "Point", "coordinates": [ 103137.333333333328483, 506449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5376126126126421, "S11": 2.5376126126126421, "W12": -6.6724022150410534, "S12": -6.6724022150410534, "W13": -20.877949014969548, "S13": -21.276138876767646, "W21": -44.164632177787908, "S21": -44.164632177787908, "W22": -44.375583337414945, "S22": -54.741793449258793, "W31": -67.855528789308067, "S31": -73.311364480110115, "W32": -84.158967391304344, "S32": -89.158967391304344 }, "geometry": { "type": "Point", "coordinates": [ 103137.666666666671517, 515798.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95229594442602017, "S11": 0.95229594442602017, "W12": -6.7059842320176362, "S12": -6.7059842320176362, "W13": -20.795572255487226, "S13": -20.795572255487226, "W21": -45.36220591665937, "S21": -45.36220591665937, "W22": -38.643628909443429, "S22": -39.174881977997721, "W31": -68.262989741201125, "S31": -73.813803525540663, "W32": -84.695163257011458, "S32": -89.695163257011458 }, "geometry": { "type": "Point", "coordinates": [ 103137.696721311469446, 516261.770491803297773 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16002992566850074, "S11": -0.40002540581593116, "W12": -8.0561411767916606, "S12": -18.737838567437592, "W13": -20.0, "S13": -20.0, "W21": -37.031682502112822, "S21": -40.017549340814867, "W22": -73.342152786527123, "S22": -81.156088858489497, "W31": -86.211095996642996, "S31": -86.211095996642996, "W32": -90.422184224102494, "S32": -95.422184224102494 }, "geometry": { "type": "Point", "coordinates": [ 103137.75, 506294.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49967134488434245, "S11": 0.49967134488434245, "W12": -12.778252936480785, "S12": -13.060150909519287, "W13": -16.988602936769553, "S13": -21.988602936769553, "W21": -36.145907053550367, "S21": -41.056871393932475, "W22": -41.33156382371061, "S22": -41.33156382371061, "W31": -78.117911315390657, "S31": -79.232662756036305, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 499530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5843753675707291, "S11": 2.5843753675707291, "W12": -7.5654330050791589, "S12": -10.632205994214404, "W13": -15.329365079365052, "S13": -15.763472904827328, "W21": -60.0, "S21": -75.853234186567335, "W22": -53.733211482285363, "S22": -53.733211482285363, "W31": -87.674885853677608, "S31": -88.774015643679988, "W32": -97.172947741836182, "S32": -102.17294774183618 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 501422.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.062945809391717844, "W12": -6.875276216932888, "S12": -15.223138115484605, "W13": -19.6364375, "S13": -20.217604087066839, "W21": -36.747000659304256, "S21": -38.657045032035185, "W22": -64.192520890209636, "S22": -64.831373562957964, "W31": -104.63466210432125, "S31": -104.63466210432125, "W32": -111.28224633408041, "S32": -116.28224633408041 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 506588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7441252725974334, "S11": 1.3888706007676925, "W12": -9.6448394110632307, "S12": -24.644839411063231, "W13": -24.644839411063231, "S13": -24.644839411063231, "W21": -33.865134414867953, "S21": -33.865134414867953, "W22": -70.0, "S22": -81.265798673437459, "W31": -84.835263069136232, "S31": -84.835263069136232, "W32": -86.833839347908679, "S32": -91.833839347908679 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 507360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.0240849069907187, "S12": -23.024084906990719, "W13": -24.545315404054648, "S13": -24.545315404054648, "W21": -38.037191385561819, "S21": -38.037191385561819, "W22": -58.742925146267154, "S22": -66.623120721894793, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -96.831761309236214, "S32": -101.83176130923621 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 509004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7930047737510924, "S11": 2.7930047737510924, "W12": -10.0, "S12": -21.985372888339512, "W13": -30.423079310526315, "S13": -30.423079310526315, "W21": -38.206501282989613, "S21": -38.206501282989613, "W22": -40.348750846491519, "S22": -40.348750846491519, "W31": -68.726959164208239, "S31": -69.726959164208239, "W32": -91.602001649018263, "S32": -96.602001649018263 }, "geometry": { "type": "Point", "coordinates": [ 103138.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9632518865683739, "W12": -9.4210488433356847, "S12": -14.51714493943178, "W13": -14.794646814721006, "S13": -18.166689315891926, "W21": -60.0, "S21": -73.523057911220661, "W22": -42.057780370580112, "S22": -46.045114416055597, "W31": -77.510019855397346, "S31": -77.510019855397346, "W32": -94.14574971112684, "S32": -99.14574971112684 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 501710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.10018327719437292, "W12": -6.8519161563230009, "S12": -15.746143625607097, "W13": -19.612910256410256, "S13": -20.149120257507821, "W21": -36.49777694929336, "S21": -38.33228399154688, "W22": -39.639256316823577, "S22": -49.639256316823577, "W31": -78.687614101085188, "S31": -81.173877837348925, "W32": -93.3100791706607, "S32": -98.3100791706607 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5335506439815549, "S11": 0.96244732889801354, "W12": -7.9173752125637682, "S12": -12.917375212563767, "W13": -20.353328038125497, "S13": -20.353328038125497, "W21": -36.766719274867512, "S21": -37.55849159255834, "W22": -38.449050075053435, "S22": -41.843796388025567, "W31": -70.473625164534909, "S31": -70.473625164534909, "W32": -92.249353534301733, "S32": -97.249353534301733 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9153388176895385, "S12": -7.018727933028222, "W13": -25.0, "S13": -25.0, "W21": -40.769806715931793, "S21": -40.769806715931793, "W22": -39.783370849734936, "S22": -43.354750093625668, "W31": -70.000000000000014, "S31": -70.34454228079872, "W32": -94.513186283751367, "S32": -99.513186283751367 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 508899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8723063781637057, "S11": 2.8723063781637057, "W12": -11.819523199538326, "S12": -11.819523199538326, "W13": -21.123309013734559, "S13": -21.123309013734559, "W21": -38.824613515417909, "S21": -38.824613515417909, "W22": -39.560651210376228, "S22": -44.838151437463154, "W31": -67.259340058251141, "S31": -74.287398184438885, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103139.0, 514432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5, "S11": 3.5, "W12": -12.0, "S12": -12.0, "W13": -19.49, "S13": -19.49, "W21": -48.5, "S21": -66.0, "W22": -44.555675038971032, "S22": -53.641105947813585, "W31": -67.985406657099318, "S31": -74.285279863511292, "W32": -84.75613677536208, "S32": -89.75613677536208 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097811493018260004, "S11": -0.35234872964993968, "W12": -7.9509852082309926, "S12": -17.957246493104893, "W13": -20.0, "S13": -20.122675250357656, "W21": -37.123780332278884, "S21": -40.161415212565757, "W22": -80.0, "S22": -110.0, "W31": -110.0, "S31": -110.0, "W32": -110.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 506307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2323580855464535, "S11": 1.7605123760193631, "W12": -7.643288846716727, "S12": -11.491598619303684, "W13": -19.738053882143639, "S13": -19.738053882143639, "W21": -35.797219019058858, "S21": -35.797219019058858, "W22": -73.583424375619302, "S22": -81.15939497816008, "W31": -86.283674957110847, "S31": -101.28367495711085, "W32": -101.28367495711085, "S32": -101.28367495711085 }, "geometry": { "type": "Point", "coordinates": [ 103140.6, 506883.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.31, "S11": -2.31, "W12": -3.81, "S12": -3.81, "W13": -21.219999, "S13": -21.219999, "W21": -38.41, "S21": -38.41, "W22": -40.457693063438803, "S22": -45.050148500569932, "W31": -77.211249458118687, "S31": -77.211249458118687, "W32": -95.384172076304822, "S32": -100.38417207630482 }, "geometry": { "type": "Point", "coordinates": [ 103140.6, 509104.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8780690803162714, "S11": 1.8780690803162714, "W12": -5.2218108118642084, "S12": -15.221810811864209, "W13": -19.977766723031515, "S13": -19.977766723031515, "W21": -33.693783433294421, "S21": -33.693783433294421, "W22": -41.407743450113315, "S22": -49.083071967420182, "W31": -78.71526660877845, "S31": -78.71526660877845, "W32": -96.774195783750912, "S32": -101.77419578375091 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 507721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7573575044912624, "S11": 1.7573575044912624, "W12": -5.3840672652130541, "S12": -15.384067265213055, "W13": -19.985341575359421, "S13": -19.985341575359421, "W21": -34.08114018694215, "S21": -34.08114018694215, "W22": -41.867814540026735, "S22": -51.473689202443708, "W31": -77.297131735447408, "S31": -77.466431185996854, "W32": -97.098236843582072, "S32": -102.09823684358207 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 507799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053941009239515725, "S11": 0.053941009239515725, "W12": -12.456262982958524, "S12": -12.456262982958524, "W13": -20.0, "S13": -30.865558785800218, "W21": -34.635477577261177, "S21": -36.448427217548975, "W22": -42.237527726229764, "S22": -43.86817509775458, "W31": -69.414325360677012, "S31": -72.365462941621701, "W32": -96.662750402014439, "S32": -101.66275040201444 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 512091.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0241390417393641, "S11": 1.0241390417393641, "W12": -14.167499575335485, "S12": -14.1884177007641, "W13": -21.156168391237053, "S13": -27.598259806666633, "W21": -38.145975217989907, "S21": -39.361909399636978, "W22": -40.560001, "S22": -45.988655250307993, "W31": -67.745799197351317, "S31": -70.303886271567421, "W32": -87.614173666351448, "S32": -92.614173666351448 }, "geometry": { "type": "Point", "coordinates": [ 103141.0, 513337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4767229973120379, "S11": 3.4767229973120379, "W12": -7.8290653226030509, "S12": -7.8290653226030509, "W13": -21.027251526218041, "S13": -21.027251526218041, "W21": -41.009741281036803, "S21": -41.009741281036803, "W22": -52.648258200999287, "S22": -52.648258200999287, "W31": -70.0, "S31": -70.0, "W32": -86.133017687130661, "S32": -91.133017687130661 }, "geometry": { "type": "Point", "coordinates": [ 103141.836065573763335, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5288233599077898, "S11": 2.5288233599077898, "W12": -5.8152881053290502, "S12": -8.435943225257077, "W13": -16.465976197294914, "S13": -20.405127080620417, "W21": -58.138848680547824, "S21": -77.92821860858335, "W22": -55.369445101668738, "S22": -55.369445101668738, "W31": -69.979648294694215, "S31": -69.979648294694215, "W32": -85.999646052199608, "S32": -90.999646052199608 }, "geometry": { "type": "Point", "coordinates": [ 103142.0, 501235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4504322627384689, "S11": 2.4504322627384689, "W12": -7.3739809059718571, "S12": -13.566234330941136, "W13": -25.0, "S13": -25.654793315743184, "W21": -39.399848518830019, "S21": -39.399848518830019, "W22": -35.624443533432171, "S22": -49.874617810183722, "W31": -77.051682067282542, "S31": -77.051682067282542, "W32": -89.658231422818304, "S32": -94.658231422818304 }, "geometry": { "type": "Point", "coordinates": [ 103142.0, 510597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8791790615352695, "S11": 1.8791790615352695, "W12": -6.7222220272513642, "S12": -6.7222220272513642, "W13": -20.662628498472365, "S13": -20.662628498472365, "W21": -44.290266915456399, "S21": -44.290266915456399, "W22": -77.906492645779224, "S22": -81.317932890927338, "W31": -88.717631962612714, "S31": -88.717631962612714, "W32": -94.84428100964827, "S32": -99.84428100964827 }, "geometry": { "type": "Point", "coordinates": [ 103142.120689655173919, 516617.870689655188471 ] } }, +{ "type": "Feature", "properties": { "W11": -1.16, "S11": -1.16, "W12": -1.18, "S12": -1.18, "W13": -25.16, "S13": -25.16, "W21": -45.16, "S21": -46.16, "W22": -71.860126927529919, "S22": -80.476646361625768, "W31": -85.564741924100957, "S31": -85.564741924100957, "W32": -86.6667102368679, "S32": -91.6667102368679 }, "geometry": { "type": "Point", "coordinates": [ 103142.6, 506009.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099155577404843431, "S11": 0.099155577404843431, "W12": -10.202146661204424, "S12": -12.898413951042105, "W13": -25.0, "S13": -29.985142767184211, "W21": -35.277038375973675, "S21": -35.277038375973675, "W22": -55.320981740535359, "S22": -55.320981740535359, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -97.085590645663373, "S32": -102.08559064566337 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 511381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.081682312851870845, "S11": 0.081682312851870845, "W12": -10.895087018544935, "S12": -12.864259068726515, "W13": -20.595343603429562, "S13": -30.233397931889765, "W21": -33.824689366021488, "S21": -33.824689366021488, "W22": -43.112764691664552, "S22": -53.112764691664552, "W31": -80.0, "S31": -80.0, "W32": -97.961821400947471, "S32": -102.96182140094747 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 511609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3437097622458789, "S11": 2.3437097622458789, "W12": -6.6642698264083124, "S12": -6.6642698264083124, "W13": -20.878817142483918, "S13": -21.265186403657793, "W21": -44.295741593290785, "S21": -44.295741593290785, "W22": -41.586069116810449, "S22": -41.586069116810449, "W31": -81.44380024737157, "S31": -81.895783930432117, "W32": -95.934303525573853, "S32": -100.93430352557385 }, "geometry": { "type": "Point", "coordinates": [ 103143.0, 515846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.207110050107893, "W21": -38.902089118233377, "S21": -40.98668743159314, "W22": -38.054291232532044, "S22": -38.054291232532044, "W31": -66.830970241808657, "S31": -68.485901223220296, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103143.833333333328483, 498647.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3980337991550211, "S12": -8.1642564172100496, "W13": -15.000000000000002, "S13": -18.359420615315521, "W21": -41.551459293394771, "S21": -44.634156923854505, "W22": -41.21980496919538, "S22": -47.308380228272121, "W31": -67.783103788201302, "S31": -70.782928581847159, "W32": -87.125563219669573, "S32": -92.125563219669573 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 499084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43435294117647061, "S11": -0.43435294117647061, "W12": -10.0, "S12": -10.121933710722782, "W13": -19.789471461680485, "S13": -23.189504896050146, "W21": -47.348955134153194, "S21": -60.0, "W22": -41.922460067581838, "S22": -51.581113913735685, "W31": -66.992512094207413, "S31": -70.339313264021612, "W32": -82.691983695652169, "S32": -87.691983695652169 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 503426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8285714285714292, "S11": 1.8285714285714292, "W12": -5.0, "S12": -13.210776498467041, "W13": -20.0, "S13": -20.0, "W21": -36.968837562138702, "S21": -36.968837562138702, "W22": -41.620622403379087, "S22": -51.144660864917547, "W31": -66.880504165342572, "S31": -69.947085134835646, "W32": -82.495244565217391, "S32": -87.495244565217391 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 507976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.010167348223054, "S12": -16.967503267861513, "W13": -21.712615267610989, "S13": -21.712615267610989, "W21": -38.566807912988295, "S21": -38.566807912988295, "W22": -73.971306859083725, "S22": -81.270951695275258, "W31": -86.371447117056277, "S31": -86.371447117056277, "W32": -90.679043830210574, "S32": -95.679043830210574 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 508608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.907523667449887, "S11": 1.907523667449887, "W12": -7.2680100462864976, "S12": -7.6654418377796709, "W13": -24.77054820014008, "S13": -24.77054820014008, "W21": -39.419101095538409, "S21": -39.419101095538409, "W22": -78.301130478993443, "S22": -84.036311186609936, "W31": -87.638746044579321, "S31": -87.638746044579321, "W32": -92.707572938281388, "S32": -97.707572938281388 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 509226.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.082451273815606935, "S11": -0.082451273815606935, "W12": -8.1826814102895469, "S12": -10.234281335439247, "W13": -25.0, "S13": -25.0, "W21": -36.216786319513616, "S21": -36.216786319513616, "W22": -54.27063628023285, "S22": -54.27063628023285, "W31": -88.892071841299952, "S31": -88.921871637038436, "W32": -97.124365087465605, "S32": -102.12436508746561 }, "geometry": { "type": "Point", "coordinates": [ 103144.0, 509546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23498156582084384, "S11": -0.13198410647826619, "W12": -7.3320688463146979, "S12": -10.989071777955202, "W13": -20.0, "S13": -20.980589513195294, "W21": -37.849558662660769, "S21": -41.110889680341785, "W22": -39.999999999999993, "S22": -41.735102730929782, "W31": -81.306617192331373, "S31": -81.793287943403072, "W32": -95.75276537926068, "S32": -100.75276537926068 }, "geometry": { "type": "Point", "coordinates": [ 103144.666666666671517, 506414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9109512368000576, "S11": 1.9109512368000576, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.336390414867676, "S13": -18.380057838184118, "W21": -40.0, "S21": -57.91908563134978, "W22": -39.611759806243604, "S22": -49.667233815336346, "W31": -78.673755150383386, "S31": -81.353013392141634, "W32": -93.244133205524193, "S32": -98.244133205524193 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 500168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49111321641440359, "S11": -4.5088867835855968, "W12": -10.031114391512403, "S12": -18.838842403647426, "W13": -20.903971540472821, "S13": -22.274701097448794, "W21": -34.682883519832622, "S21": -36.285210058848477, "W22": -39.134628428266254, "S22": -49.057418872448288, "W31": -67.099059686867164, "S31": -70.675745891993984, "W32": -97.850731075328511, "S32": -102.85073107532851 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 504814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12292211186623134, "S11": -4.7209299722837947, "W12": -5.0, "S12": -5.6882639213846868, "W13": -18.008668768328651, "S13": -20.638940186893926, "W21": -34.5368999284183, "S21": -45.614633730100493, "W22": -39.676909239750131, "S22": -42.04871456380743, "W31": -67.54545251932187, "S31": -69.782180844759878, "W32": -90.147197322614829, "S32": -95.147197322614829 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.12388547652070536, "W12": -6.7479517523896222, "S12": -15.508629108900937, "W13": -19.642208333333333, "S13": -20.182067070870502, "W21": -36.443673628632787, "S21": -38.327476445534195, "W22": -68.580060422960727, "S22": -113.58006042296073, "W31": -113.58006042296073, "S31": -113.58006042296073, "W32": -113.58006042296073, "S32": -113.58006042296073 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0461028721274293, "W12": -7.2711277047793592, "S12": -10.536032437416115, "W13": -19.235228539576358, "S13": -19.743517095652962, "W21": -35.412747739695703, "S21": -35.412747739695703, "W22": -80.0, "S22": -99.169481011785791, "W31": -99.169481011785791, "S31": -99.169481011785791, "W32": -99.169481011785791, "S32": -103.16162158181034 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1051102075754331, "S11": 3.1051102075754331, "W12": -10.260336104723155, "S12": -14.26418596035357, "W13": -25.704722315718616, "S13": -25.704722315718616, "W21": -37.842060090319478, "S21": -37.842060090319478, "W22": -40.731187880273922, "S22": -40.899780548345525, "W31": -68.579748926372858, "S31": -73.962336042684854, "W32": -98.184234801361242, "S32": -103.18423480136124 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 510220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9070807092782003, "S11": 1.9070807092782003, "W12": -10.13321572321658, "S12": -16.224780615958466, "W13": -29.526157937504614, "S13": -29.526157937504614, "W21": -37.890540633777114, "S21": -37.890540633777114, "W22": -39.643412393162393, "S22": -40.957668257113887, "W31": -67.480954487234428, "S31": -71.839398433680444, "W32": -91.187967479674796, "S32": -96.187967479674796 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 510372.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -14.952032503031205, "S12": -14.952032503031205, "W13": -21.194120053976764, "S13": -21.223063784168183, "W21": -38.292695106312969, "S21": -38.292695106312969, "W22": -42.686586862775613, "S22": -52.683557477740777, "W31": -67.243226106185077, "S31": -71.250628239375686, "W32": -83.164945652173913, "S32": -88.164945652173913 }, "geometry": { "type": "Point", "coordinates": [ 103145.0, 514093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90708537300714764, "S11": 0.90708537300714764, "W12": -6.6926949502219912, "S12": -6.6926949502219912, "W13": -20.800395704767581, "S13": -20.800395704767581, "W21": -45.293007049823558, "S21": -45.293007049823558, "W22": -40.013246157251338, "S22": -40.073264838307047, "W31": -68.510771879816971, "S31": -74.094248692662845, "W32": -98.308173670235973, "S32": -103.30817367023597 }, "geometry": { "type": "Point", "coordinates": [ 103145.45901639344811, 516311.131147540989332 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2408863972829078, "S11": -1.2408863972829078, "W12": -10.0, "S12": -12.438682310748092, "W13": -20.260994098290908, "S13": -20.260994098290908, "W21": -32.935527222982472, "S21": -35.971552342048426, "W22": -61.366021164966746, "S22": -71.98209907629041, "W31": -100.0, "S31": -100.0, "W32": -101.81385722191477, "S32": -106.81385722191477 }, "geometry": { "type": "Point", "coordinates": [ 103145.8, 506092.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4984096887928306, "S11": 0.4984096887928306, "W12": -13.298797409805736, "S12": -14.492010938101433, "W13": -17.812030566376986, "S13": -19.928255975980704, "W21": -33.491850018828345, "S21": -45.888048365935781, "W22": -80.0, "S22": -83.334865284081118, "W31": -101.48817509670471, "S31": -101.48817509670471, "W32": -105.82080990472154, "S32": -110.82080990472154 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 499693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0593990408994109, "S12": -9.146265160802356, "W13": -17.552719012473425, "S13": -20.797483837907155, "W21": -54.801952381665899, "S21": -74.801952381665899, "W22": -54.291664298646573, "S22": -54.291664298646573, "W31": -88.960021900450712, "S31": -88.960021900450712, "W32": -97.114245082767795, "S32": -102.11424508276779 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.008081938483026024, "S11": -7.4919180615169738, "W12": -10.402690924032566, "S12": -14.789621865689185, "W13": -22.048682559262616, "S13": -24.694667194497224, "W21": -34.656599479456247, "S21": -43.786121849975849, "W22": -44.530655548143528, "S22": -44.530655548143528, "W31": -76.060047112519968, "S31": -77.063028449351407, "W32": -93.973018851485591, "S32": -98.973018851485591 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 505283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15837296888436397, "S11": -4.8416270311156362, "W12": -4.98285585622952, "S12": -5.9388905597772546, "W13": -18.091225136192108, "S13": -20.516968036416017, "W21": -34.821816023470689, "S21": -45.309274516814448, "W22": -36.665258733938607, "S22": -50.515158732682792, "W31": -80.0, "S31": -85.644616731274226, "W32": -91.277522017614089, "S32": -96.277522017614089 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 505703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47124568517711718, "S11": -0.47124568517711718, "W12": -4.8186930064170452, "S12": -4.8186930064170452, "W13": -21.407637887081691, "S13": -21.407637887081691, "W21": -34.318928357993549, "S21": -38.643895334715907, "W22": -59.821753717384205, "S22": -73.592802205629198, "W31": -91.857091728185665, "S31": -91.857091728185665, "W32": -95.879387260948008, "S32": -100.87938726094801 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 505937.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35666836995401119, "S11": -0.35666836995401119, "W12": -8.2226710693781389, "S12": -8.2226710693781389, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -35.329052781732628, "S21": -35.329052781732628, "W22": -44.873463231172977, "S22": -44.873463231172977, "W31": -68.347603305300254, "S31": -74.406388205263255, "W32": -98.62048292400587, "S32": -103.62048292400587 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 509430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9023243461305723, "S11": 2.9023243461305723, "W12": -10.284776119402986, "S12": -25.002360074626868, "W13": -30.807252969724772, "S13": -30.807252969724772, "W21": -38.170385060082914, "S21": -38.170385060082914, "W22": -37.714656713656815, "S22": -37.714656713656815, "W31": -67.076501570606027, "S31": -69.049575150561395, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 510136.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4332934073895194, "S11": 2.4332934073895194, "W12": -7.3511356968823041, "S12": -14.765454571762827, "W13": -25.0, "S13": -25.720734675813233, "W21": -39.362328265087932, "S21": -39.362328265087932, "W22": -74.682283594603518, "S22": -81.467637195025048, "W31": -86.531798237469403, "S31": -86.531798237469403, "W32": -90.935903436318299, "S32": -95.935903436318299 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 510610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3906849178695868, "S11": 2.3906849178695868, "W12": -7.2484277261200347, "S12": -15.16932345230455, "W13": -25.0, "S13": -25.80747953086966, "W21": -39.321048824463901, "S21": -39.321048824463901, "W22": -40.042785112489589, "S22": -48.10582759764263, "W31": -78.447392288920469, "S31": -81.290339155798904, "W32": -93.808889835623248, "S32": -98.808889835623248 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 510617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1354035547785548, "S11": 2.1354035547785548, "W12": -5.0726703806285007, "S12": -5.4092318917992754, "W13": -25.0, "S13": -26.031126831733197, "W21": -38.621376015138502, "S21": -38.621376015138502, "W22": -60.0, "S22": -60.0, "W31": -103.63384640124974, "S31": -103.63384640124974, "W32": -108.68334859504006, "S32": -113.68334859504006 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 510719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4898943617621345, "S11": 3.4898943617621345, "W12": -7.1069253714542997, "S12": -7.1069253714542997, "W13": -21.010269970509007, "S13": -21.032063834005978, "W21": -41.499142831267299, "S21": -41.499142831267299, "W22": -39.135026778890449, "S22": -39.135026778890449, "W31": -67.981824204238691, "S31": -75.106173218075739, "W32": -99.812524364744661, "S32": -104.81252436474466 }, "geometry": { "type": "Point", "coordinates": [ 103146.0, 515136.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0016500596151137747, "S11": 0.0016500596151137747, "W12": -8.8017187315494319, "S12": -10.566197586339605, "W13": -25.173163094531169, "S13": -25.173163094531169, "W21": -36.321481174194041, "S21": -36.321481174194041, "W22": -41.783513297594723, "S22": -41.783513297594723, "W31": -81.46010358688919, "S31": -81.928860796801132, "W32": -95.928940170553759, "S32": -100.92894017055376 }, "geometry": { "type": "Point", "coordinates": [ 103146.166666666671517, 509579.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062008290008886656, "S11": 0.062008290008886656, "W12": -11.461612726117503, "S12": -11.461612726117503, "W13": -20.0, "S13": -30.390439580971083, "W21": -33.95884076785822, "S21": -34.340499371199549, "W22": -44.726016329024148, "S22": -44.726016329024148, "W31": -78.129526410538134, "S31": -78.759353308008173, "W32": -94.136804604637234, "S32": -99.136804604637234 }, "geometry": { "type": "Point", "coordinates": [ 103146.352941176475724, 511828.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43619943118291538, "S11": 0.43619943118291538, "W12": -10.0, "S12": -18.576493986901212, "W13": -20.0, "S13": -20.0, "W21": -39.894727260880245, "S21": -39.894727260880245, "W22": -40.436203922553382, "S22": -43.4347359983933, "W31": -70.0, "S31": -71.319175055241828, "W32": -95.462721731217513, "S32": -100.46272173121751 }, "geometry": { "type": "Point", "coordinates": [ 103146.428571428565192, 508332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29208640533375907, "S11": -0.29208640533375907, "W12": -8.1320981913034416, "S12": -8.5768552725260321, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -35.857481255726988, "S21": -35.857481255726988, "W22": -42.836740080933851, "S22": -52.688300214226793, "W31": -67.2686204324649, "S31": -71.406288641043531, "W32": -83.274728260869566, "S32": -88.274728260869566 }, "geometry": { "type": "Point", "coordinates": [ 103146.666666666671517, 509456.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74026055367656263, "S11": 0.74026055367656263, "W12": -10.0, "S12": -10.0, "W13": -19.834189860957025, "S13": -21.909760334889235, "W21": -46.533333333333331, "S21": -60.0, "W22": -60.233217508177034, "S22": -60.233217508177034, "W31": -75.239998, "S31": -75.239998, "W32": -84.270890186189504, "S32": -89.270890186189504 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 503273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10794563512812576, "S11": -5.1764744180101649, "W12": -5.5503894080993801, "S12": -6.3257161901921801, "W13": -17.984191848035934, "S13": -20.683011912330578, "W21": -34.398166433120757, "S21": -40.0, "W22": -67.212666638631021, "S22": -80.443181735621664, "W31": -100.0, "S31": -100.0, "W32": -103.85711839181235, "S32": -108.85711839181235 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 505692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7630409929772985, "S11": 1.7630409929772985, "W12": -6.0246544107168303, "S12": -16.024654410716831, "W13": -20.0, "S13": -20.0, "W21": -35.438246326726357, "S21": -35.438246326726357, "W22": -65.116611562863014, "S22": -76.7413842914995, "W31": -100.0, "S31": -100.0, "W32": -102.57068645640075, "S32": -107.57068645640075 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 507886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4853417682456409, "S11": 0.4853417682456409, "W12": -5.0, "S12": -16.82645997466782, "W13": -21.706911303355835, "S13": -21.706911303355835, "W21": -38.625377921253445, "S21": -38.625377921253445, "W22": -80.007951652803428, "S22": -83.859718514973508, "W31": -103.13241534491826, "S31": -103.13241534491826, "W32": -103.68844695727459, "S32": -108.68844695727459 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 508607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8788637748816388, "S11": 0.8788637748816388, "W12": -7.2090052199318286, "S12": -7.2497244403188903, "W13": -24.838264020683567, "S13": -24.838264020683567, "W21": -38.315265670107436, "S21": -38.315265670107436, "W22": -49.43813976154388, "S22": -49.43813976154388, "W31": -82.101516039869338, "S31": -85.304597963663767, "W32": -96.798750169686755, "S32": -101.79875016968676 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 509270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50933966074313408, "S11": 0.50933966074313408, "W12": -13.452483868437053, "S12": -13.452483868437053, "W13": -20.538034202660047, "S13": -24.003700374810691, "W21": -38.145948715375795, "S21": -39.268390917512896, "W22": -39.808207766108801, "S22": -43.378254005632975, "W31": -70.0, "S31": -70.623046075783492, "W32": -94.675038577822335, "S32": -99.675038577822335 }, "geometry": { "type": "Point", "coordinates": [ 103147.0, 512955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49800576960515369, "S11": 0.49800576960515369, "W12": -11.897883775613032, "S12": -11.897883775613032, "W13": -17.169698981120767, "S13": -21.288471812724556, "W21": -34.456720048651938, "S21": -34.700001969466058, "W22": -39.917243589743585, "S22": -40.613429303684207, "W31": -67.420305592680236, "S31": -73.290557848038503, "W32": -91.99414634146342, "S32": -96.99414634146342 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 499569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.5350034046622145, "S12": -8.9693263032798942, "W13": -17.344575313452381, "S13": -21.221235689441368, "W21": -55.839464181363226, "S21": -75.839464181363226, "W22": -45.240002, "S22": -45.240002, "W31": -68.337353028996944, "S31": -74.424920536957273, "W32": -98.627688981819759, "S32": -103.62768898181976 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 501107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1166895219684037, "S12": -11.644067819859849, "W13": -20.0, "S13": -22.378048157917128, "W21": -39.252559817555955, "S21": -47.889991912627494, "W22": -38.956605514749725, "S22": -43.211614046944938, "W31": -70.0, "S31": -70.0, "W32": -93.053767778817303, "S32": -98.053767778817303 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 504066.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80054681162796137, "S11": -0.80054681162796137, "W12": -1.2091640172055746, "S12": -1.2091640172055746, "W13": -25.366072007331908, "S13": -25.366072007331908, "W21": -40.335180013201317, "S21": -42.459448987598158, "W22": -49.438996865203571, "S22": -49.438996865203571, "W31": -70.146830938270242, "S31": -70.146830938270242, "W32": -86.454268451919035, "S32": -91.454268451919035 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.143268900223203, "S11": -1.1465506658011642, "W12": -10.0, "S12": -11.915807311976756, "W13": -20.419691903245717, "S13": -20.419691903245717, "W21": -33.291753609279482, "S21": -36.196580212762385, "W22": -41.582824091839591, "S22": -41.582824091839591, "W31": -80.0, "S31": -80.691973023211148, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 506124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0314563059674327, "S11": 1.0314563059674327, "W12": -9.0080428954423599, "S12": -11.100132062689916, "W13": -20.0, "S13": -20.0, "W21": -39.577407419334705, "S21": -39.577407419334705, "W22": -42.726202698216738, "S22": -51.101477476582318, "W31": -67.889563673200087, "S31": -74.842025635123775, "W32": -85.536139348623593, "S32": -90.536139348623593 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6800001, "S11": 2.6800001, "W12": -7.21, "S12": -7.21, "W13": -24.719999, "S13": -24.719999, "W21": -40.099998, "S21": -40.099998, "W22": -41.690694921554012, "S22": -50.679877613861706, "W31": -66.294247722483505, "S31": -68.854565990820447, "W32": -81.595855978260872, "S32": -86.595855978260872 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66394952565165344, "S11": 0.66394952565165344, "W12": -8.5612524423206438, "S12": -11.561252442320644, "W13": -29.078892152748637, "S13": -29.078892152748637, "W21": -37.96548645389705, "S21": -37.96548645389705, "W22": -42.088266976761027, "S22": -43.848223193589618, "W31": -69.455277877256634, "S31": -72.284598479370075, "W32": -96.520948380099924, "S32": -101.52094838009992 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 510023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57332895799675421, "S11": 0.57332895799675421, "W12": -13.330334357287123, "S12": -13.330334357287123, "W13": -20.697855219419129, "S13": -24.841645916216425, "W21": -38.164955235520637, "S21": -39.597078944998316, "W22": -40.896546407647243, "S22": -40.896546407647243, "W31": -70.0, "S31": -70.0, "W32": -88.330650450128175, "S32": -93.330650450128175 }, "geometry": { "type": "Point", "coordinates": [ 103148.35, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0105582618467803, "S12": -14.934408998465242, "W13": -23.10454098932091, "S13": -23.10454098932091, "W21": -38.100364145993829, "S21": -38.100364145993829, "W22": -80.0, "S22": -105.0, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -105.64951058558005 }, "geometry": { "type": "Point", "coordinates": [ 103149.0, 508708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35966195727889572, "S11": 0.35966195727889572, "W12": -14.056016836733813, "S12": -14.056016836733813, "W13": -20.0, "S13": -20.0, "W21": -35.240770394933826, "S21": -35.240770394933826, "W22": -72.199189328760312, "S22": -80.308300813470865, "W31": -85.807556751262567, "S31": -85.807556751262567, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103149.909090909088263, 512713.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.577864899343476, "W13": -18.605882967371301, "S13": -19.603155473327096, "W21": -20.0, "S21": -21.039633263340825, "W22": -40.415477408176656, "S22": -43.410317390025597, "W31": -58.885927693549128, "S31": -60.213083686044804, "W32": -92.461969874056052, "S32": -97.461969874056052 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 496930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49949728121473269, "S11": 0.49949728121473269, "W12": -10.0, "S12": -10.0, "W13": -18.354357605295704, "S13": -20.735331570893099, "W21": -40.0, "S21": -55.0, "W22": -40.0, "S22": -48.487894015532206, "W31": -78.439206592891907, "S31": -81.204168331269031, "W32": -93.654720062484472, "S32": -98.654720062484472 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 499878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3553044637294818, "S12": -9.2620697018796943, "W13": -17.658601100123235, "S13": -20.527762564883389, "W21": -54.12839569067561, "S21": -74.128395690675603, "W22": -35.204813020465714, "S22": -45.436754634804302, "W31": -73.915272448196461, "S31": -73.915272448196461, "W32": -90.441726894175076, "S32": -95.441726894175076 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 501031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4156857377497944, "S11": 2.4156857377497944, "W12": -6.8389409327325676, "S12": -9.0817117155287441, "W13": -17.447660929807682, "S13": -20.946349867892927, "W21": -55.183850522183427, "S21": -75.183850522183434, "W22": -57.899746794948896, "S22": -61.118133200337475, "W31": -90.0, "S31": -90.0, "W32": -96.926582857069533, "S32": -101.92658285706953 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 501079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22876869495477511, "S11": -3.5874621419014177, "W12": -7.9368103813295487, "S12": -7.9368103813295487, "W13": -19.333448958837721, "S13": -21.700305663749841, "W21": -34.257062260259971, "S21": -43.585726462578918, "W22": -43.545061055943037, "S22": -43.545061055943037, "W31": -78.519208408342692, "S31": -78.817033530402171, "W32": -94.294177045035525, "S32": -99.294177045035525 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 505490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96963833757441298, "S11": -0.96963833757441298, "W12": -1.8184028427151442, "S12": -1.8184028427151442, "W13": -20.0, "S13": -20.0, "W21": -43.403753016081247, "S21": -45.027252166354671, "W22": -40.845563962252385, "S22": -40.845563962252385, "W31": -79.304606099874519, "S31": -79.909219046437471, "W32": -90.241679383016461, "S32": -95.241679383016461 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 506008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8683541819700338, "S12": -10.704011927918017, "W13": -28.748194511314399, "S13": -28.748194511314399, "W21": -37.861549527774741, "S21": -37.861549527774741, "W22": -37.664933582827338, "S22": -37.664933582827338, "W31": -67.094843978538222, "S31": -69.060298799472662, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2769358636930326, "S11": 2.2769358636930326, "W12": -15.0, "S12": -15.0, "W13": -21.2194237637197, "S13": -22.482896608845877, "W21": -38.325388914056859, "S21": -38.325388914056859, "W22": -41.880001, "S22": -48.990540411068437, "W31": -67.798374673344568, "S31": -72.642976370899461, "W32": -86.658299493797642, "S32": -91.658299493797642 }, "geometry": { "type": "Point", "coordinates": [ 103150.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1319072922145645, "S11": 2.1319072922145645, "W12": -6.6518576143206598, "S12": -6.6518576143206598, "W13": -20.883143604405959, "S13": -21.268499360039144, "W21": -44.406417435463197, "S21": -44.406417435463197, "W22": -48.511188804122298, "S22": -48.521188804122296, "W31": -89.390717827310496, "S31": -89.390717827310496, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103150.3, 515893.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49964196591331433, "S11": 0.49964196591331433, "W12": -11.831451704869426, "S12": -12.269997917651892, "W13": -16.869560498960499, "S13": -21.869560498960499, "W21": -35.109695682944093, "S21": -39.352566593993473, "W22": -78.079837550162338, "S22": -84.832237958742525, "W31": -88.987283763371622, "S31": -88.987283763371622, "W32": -95.609397851498798, "S32": -100.6093978514988 }, "geometry": { "type": "Point", "coordinates": [ 103151.0, 499528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20384677944046847, "S11": -0.14004446595276693, "W12": -7.3479204191910927, "S12": -12.953663327921944, "W13": -20.0, "S13": -20.944275057723043, "W21": -37.692737224996449, "S21": -41.013191301653571, "W22": -46.513828455828097, "S22": -46.513828455828097, "W31": -79.26635515825069, "S31": -80.137887349980289, "W32": -95.181878300496692, "S32": -100.18187830049669 }, "geometry": { "type": "Point", "coordinates": [ 103151.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.7654891483122475, "S12": -3.7654891483122475, "W13": -25.0, "S13": -25.0, "W21": -39.123944782767886, "S21": -39.123944782767886, "W22": -50.0, "S22": -50.0, "W31": -70.231357742114, "S31": -70.231357742114, "W32": -86.404685448128689, "S32": -91.404685448128689 }, "geometry": { "type": "Point", "coordinates": [ 103151.0, 508967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.36618917866869583, "W12": -6.533365832520599, "S12": -7.3867141303133677, "W13": -15.0, "S13": -17.900945331721118, "W21": -39.902410703342085, "S21": -43.571485164963804, "W22": -39.966025897468029, "S22": -48.260154180132105, "W31": -65.617151064392615, "S31": -69.041117466942467, "W32": -80.457763975154961, "S32": -85.457763975154961 }, "geometry": { "type": "Point", "coordinates": [ 103151.2, 499023.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5027027027027025, "S12": -9.2236001483178018, "W13": -15.0, "S13": -19.411021170610212, "W21": -43.471699639923941, "S21": -46.699882838117134, "W22": -72.00285488789936, "S22": -80.05177774706479, "W31": -85.642947601367752, "S31": -85.642947601367752, "W32": -89.604627202271601, "S32": -94.604627202271601 }, "geometry": { "type": "Point", "coordinates": [ 103152.0, 499182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52293826396410337, "S11": 0.52293826396410337, "W12": -9.7207207207207205, "S12": -10.362887021031492, "W13": -15.0, "S13": -20.0, "W21": -43.928272063225961, "S21": -54.166871740384963, "W22": -75.287227825910207, "S22": -81.490407508253199, "W31": -86.658356535342094, "S31": -86.658356535342094, "W32": -91.198661319746208, "S32": -96.198661319746208 }, "geometry": { "type": "Point", "coordinates": [ 103152.0, 499286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49836564386372817, "S11": 0.49836564386372817, "W12": -12.055226107582829, "S12": -13.310995818161821, "W13": -18.007437668564581, "S13": -20.378878793344896, "W21": -33.068884824358491, "S21": -46.095479190068829, "W22": -41.527164843315411, "S22": -50.396155227930791, "W31": -66.12362817324987, "S31": -68.939357888623249, "W32": -81.361345108695659, "S32": -86.361345108695659 }, "geometry": { "type": "Point", "coordinates": [ 103152.0, 499733.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19864183474300584, "S11": -0.14017326851825013, "W12": -7.3574040718301408, "S12": -13.357025482512185, "W13": -20.0, "S13": -20.890770232668274, "W21": -37.658662318405902, "S21": -40.98333734430674, "W22": -38.894106764577543, "S22": -43.195187476217853, "W31": -70.0, "S31": -70.0, "W32": -93.005395661839941, "S32": -98.005395661839941 }, "geometry": { "type": "Point", "coordinates": [ 103152.0, 506379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9129097886900632, "S11": 1.9129097886900632, "W12": -6.0218264021514596, "S12": -16.021826402151461, "W13": -19.975001844806247, "S13": -19.975001844806247, "W21": -33.645759872967687, "S21": -33.645759872967687, "W22": -39.146291786797811, "S22": -48.022060097574972, "W31": -67.087821476991593, "S31": -71.634362629309422, "W32": -97.597476710470005, "S32": -102.59747671047 }, "geometry": { "type": "Point", "coordinates": [ 103152.0, 507666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80254563997973538, "S11": 0.80254563997973538, "W12": -6.6653157004989811, "S12": -6.6653157004989811, "W13": -20.841337334577528, "S13": -21.001711819032291, "W21": -45.392310687044322, "S21": -45.392310687044322, "W22": -44.164430601048515, "S22": -47.999578646896701, "W31": -80.352198688360971, "S31": -80.76436472111132, "W32": -98.610011889323474, "S32": -103.61001188932347 }, "geometry": { "type": "Point", "coordinates": [ 103152.773333333330811, 516153.013333333306946 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0917804861442093, "S11": 3.0917804861442093, "W12": -10.814653667445544, "S12": -10.814653667445544, "W13": -20.180916885930969, "S13": -20.180916885930969, "W21": -49.999999999999993, "S21": -70.0, "W22": -71.883760687675675, "S22": -80.380453656868681, "W31": -84.798573920623156, "S31": -84.798573920623156, "W32": -86.639703411656669, "S32": -91.639703411656669 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 500728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42056560360230155, "S11": -2.4177506827860666, "W12": -4.862846849836159, "S12": -5.3581095544011905, "W13": -18.669119711236302, "S13": -18.89911814204655, "W21": -37.451224294120024, "S21": -43.806755629094752, "W22": -41.145349039712457, "S22": -46.649648155078893, "W31": -79.903570984198083, "S31": -79.903570984198083, "W32": -96.41739064158736, "S32": -101.41739064158736 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 505759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090491430079678081, "S11": 0.090491430079678081, "W12": -7.6641700593591695, "S12": -20.0, "W13": -20.0, "S13": -20.051246683456707, "W21": -39.424938610255992, "S21": -39.424938610255992, "W22": -36.100052754569042, "S22": -40.487483875377684, "W31": -70.589397342369267, "S31": -70.589397342369267, "W32": -91.092744569655395, "S32": -96.092744569655395 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 508482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67583384681591896, "S11": 0.67583384681591896, "W12": -6.0529799353579312, "S12": -6.0529799353579312, "W13": -29.475060734061415, "S13": -29.475060734061415, "W21": -37.575214517004234, "S21": -37.575214517004234, "W22": -66.847910786334324, "S22": -80.285499802054744, "W31": -100.0, "S31": -100.0, "W32": -104.03618230508987, "S32": -109.03618230508987 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 510987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18240016613020454, "S11": 0.18240016613020454, "W12": -13.819423447821226, "S12": -13.819423447821226, "W13": -20.0, "S13": -20.0, "W21": -35.383584042942537, "S21": -35.383584042942537, "W22": -59.359451316455697, "S22": -108.02276523916612, "W31": -108.02276523916612, "S31": -108.02276523916612, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103153.0, 512457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86187480158857044, "S11": 0.86187480158857044, "W12": -6.6794056684263774, "S12": -6.6794056684263774, "W13": -20.805219154047915, "S13": -20.805219154047915, "W21": -45.223808182987568, "S21": -45.223808182987568, "W22": -60.0, "S22": -70.401966454598039, "W31": -103.6046520710331, "S31": -103.6046520710331, "W32": -108.24662665829163, "S32": -113.24662665829163 }, "geometry": { "type": "Point", "coordinates": [ 103153.221311475412222, 516360.491803278680891 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9432138580873772, "S11": 2.9432138580873772, "W12": -10.902555180067139, "S12": -10.902555180067139, "W13": -19.030322710936321, "S13": -19.030322710936321, "W21": -47.726195831458824, "S21": -67.726195831458824, "W22": -80.0, "S22": -120.0, "W31": -120.0, "S31": -120.0, "W32": -120.0, "S32": -120.0 }, "geometry": { "type": "Point", "coordinates": [ 103153.333333333328483, 500373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.979400100914235, "S11": 1.979400100914235, "W12": -10.0, "S12": -10.0, "W13": -17.279927598471268, "S13": -18.183018221834274, "W21": -40.848014627758147, "S21": -65.848014627758147, "W22": -80.0, "S22": -101.68272962483829, "W31": -101.68272962483829, "S31": -101.68272962483829, "W32": -101.68272962483829, "S32": -104.42768633831903 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 500189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0031143187853204, "S11": 3.0031143187853204, "W12": -10.555689845029946, "S12": -10.616326709224511, "W13": -19.840674921322808, "S13": -19.840674921322808, "W21": -50.079000067884053, "S21": -70.079000067884053, "W22": -58.497713921551991, "S22": -68.497713921551991, "W31": -90.0, "S31": -90.0, "W32": -96.697068727210592, "S32": -101.69706872721059 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 500766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9395070470484104, "S11": 2.9395070470484104, "W12": -10.369322912470121, "S12": -10.618962895528043, "W13": -19.597681886188926, "S13": -19.848807076940101, "W21": -50.380277985201282, "S21": -70.380277985201275, "W22": -44.49349215056484, "S22": -47.973186537076657, "W31": -82.563578826237233, "S31": -83.026107818953761, "W32": -98.667756528166905, "S32": -103.6677565281669 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 500793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22233933626453051, "S11": 0.22233933626453051, "W12": -6.3590452807906264, "S12": -21.150745471178688, "W13": -21.150745471178688, "S13": -21.150745471178688, "W21": -39.115272570463461, "S21": -39.115272570463461, "W22": -39.435384878572329, "S22": -44.938871067899228, "W31": -67.190832930539472, "S31": -74.343083153204105, "W32": -95.5717629595798, "S32": -100.5717629595798 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 508541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -14.38920071925677, "W13": -23.049085781284656, "S13": -23.049085781284656, "W21": -38.216474611597604, "S21": -38.216474611597604, "W22": -41.407293118591859, "S22": -41.668750704104006, "W31": -68.653264778594362, "S31": -73.818114861809391, "W32": -97.954930753792652, "S32": -102.95493075379265 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 508703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1657916689971035, "S12": -7.8735065008284035, "W13": -21.895765360384239, "S13": -21.895765360384239, "W21": -38.310299353857346, "S21": -38.310299353857346, "W22": -38.04494058484309, "S22": -38.227072912142333, "W31": -63.923982315472557, "S31": -71.035277105929168, "W32": -80.023408263472447, "S32": -85.023408263472447 }, "geometry": { "type": "Point", "coordinates": [ 103154.0, 509108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.10152396525841739, "W12": -6.7867546654528903, "S12": -13.618250185783698, "W13": -19.674835737179489, "S13": -20.196595407072643, "W21": -36.229084341400736, "S21": -38.177086232110859, "W22": -63.473177441540578, "S22": -70.481000127329366, "W31": -104.19931056507983, "S31": -104.19931056507983, "W32": -111.06580964736408, "S32": -116.06580964736408 }, "geometry": { "type": "Point", "coordinates": [ 103154.75, 506648.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49796596478588817, "S11": 0.49796596478588817, "W12": -12.828540225700765, "S12": -14.325854116721622, "W13": -17.681046973329337, "S13": -19.770065625180351, "W21": -32.806270693965807, "S21": -43.350568214626961, "W22": -62.916981206490966, "S22": -75.017090997887308, "W31": -88.901150282375383, "S31": -88.901150282375383, "W32": -91.858987104993773, "S32": -96.858987104993773 }, "geometry": { "type": "Point", "coordinates": [ 103155.0, 499671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2208700477253789, "S12": -11.299772277571005, "W13": -26.82664795119581, "S13": -26.82664795119581, "W21": -37.319257239255926, "S21": -37.319257239255926, "W22": -40.479268828764127, "S22": -42.454067424095669, "W31": -59.410937866388863, "S31": -60.981688361924057, "W32": -92.710199326873109, "S32": -97.710199326873109 }, "geometry": { "type": "Point", "coordinates": [ 103155.0, 509867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3313543508551464, "S11": 1.3313543508551464, "W12": -15.0, "S12": -15.0, "W13": -21.239765759693437, "S13": -27.342323426493678, "W21": -38.314379311329638, "S21": -38.37757893643483, "W22": -42.389991120349045, "S22": -42.389991120349045, "W31": -78.843980031117667, "S31": -78.843980031117667, "W32": -94.506059160723709, "S32": -99.506059160723709 }, "geometry": { "type": "Point", "coordinates": [ 103155.352941176475724, 513583.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21084480215813084, "S11": 0.21084480215813084, "W12": -7.4424864957513588, "S12": -7.4424864957513588, "W13": -15.870664171750231, "S13": -16.647864785828492, "W21": -34.067855651459112, "S21": -34.067855651459112, "W22": -42.761776156389914, "S22": -52.761776156389914, "W31": -80.0, "S31": -80.0, "W32": -97.502306447409339, "S32": -102.50230644740934 }, "geometry": { "type": "Point", "coordinates": [ 103155.666666666671517, 497879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.918037341703887, "S11": 0.99134468159256928, "W12": -4.868937298025795, "S12": -4.868937298025795, "W13": -16.23167155425287, "S13": -16.23167155425287, "W21": -49.628395923994965, "S21": -65.155181007416758, "W22": -37.279670009261608, "S22": -49.684452172930925, "W31": -79.049908694599822, "S31": -82.641731637664535, "W32": -91.379304253615331, "S32": -96.379304253615331 }, "geometry": { "type": "Point", "coordinates": [ 103155.857142857144936, 502682.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49878977415375886, "S11": 0.49878977415375886, "W12": -10.0, "S12": -10.0, "W13": -18.309509711209721, "S13": -20.744040162162765, "W21": -40.0, "S21": -54.641807811959907, "W22": -39.833044682482907, "S22": -43.401757917640211, "W31": -70.0, "S31": -70.787871347900804, "W32": -94.836890871893701, "S32": -99.836890871893701 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 499859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3984433448703921, "S11": 2.0061220739083447, "W12": -7.2513158981898185, "S12": -10.560221049692336, "W13": -20.0, "S13": -24.006127810223916, "W21": -35.91271494115103, "S21": -43.211301603735855, "W22": -37.435060603034486, "S22": -37.435060603034486, "W31": -67.253168220575972, "S31": -73.910685486380828, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 504372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8142189741721382, "S11": -1.6138854809641952, "W12": -7.8614330332629434, "S12": -16.531657098770108, "W13": -19.498788356271245, "S13": -24.712492815757859, "W21": -34.534340094021324, "S21": -39.534340094021324, "W22": -44.141092198677811, "S22": -44.141092198677811, "W31": -78.527002048298954, "S31": -78.867081941774131, "W32": -94.475803915419732, "S32": -99.475803915419732 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 504551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7599127494577838, "S11": 1.7599127494577838, "W12": -7.0258002938456077, "S12": -7.0258002938456077, "W13": -24.483599532828066, "S13": -24.483599532828066, "W21": -39.432275028850604, "S21": -39.432275028850604, "W22": -38.063997449330266, "S22": -38.063997449330266, "W31": -67.733076216583157, "S31": -75.579327030508921, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 509193.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4394860458690246, "S11": 1.4394860458690246, "W12": -8.0837622035914993, "S12": -13.083762203591499, "W13": -29.59071952149931, "S13": -29.59071952149931, "W21": -38.006147977646094, "S21": -38.006147977646094, "W22": -49.712265975667933, "S22": -49.722265975667931, "W31": -92.427813258972748, "S31": -92.427813258972748, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103156.0, 510053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2210182265629848, "S11": 1.6644739929656609, "W12": -7.3664968336807926, "S12": -10.670943537942978, "W13": -19.567811381915195, "S13": -19.567811381915195, "W21": -35.75111251973302, "S21": -35.964476853545435, "W22": -79.800325998370013, "S22": -101.01216299707636, "W31": -101.01216299707636, "S31": -101.01216299707636, "W32": -101.01216299707636, "S32": -104.17245551452949 }, "geometry": { "type": "Point", "coordinates": [ 103156.4, 506884.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4142091716132032, "S11": 0.4142091716132032, "W12": -10.0, "S12": -17.471343571348804, "W13": -20.0, "S13": -20.0, "W21": -39.730027700630878, "S21": -39.730027700630878, "W22": -46.557004546658952, "S22": -46.557004546658952, "W31": -79.437510990649372, "S31": -79.437510990649372, "W32": -95.020210012478884, "S32": -100.02021001247888 }, "geometry": { "type": "Point", "coordinates": [ 103156.4, 508324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2, "S11": -0.2, "W12": -1.2, "S12": -1.2, "W13": -26.200001, "S13": -26.200001, "W21": -32.200001, "S21": -36.200001, "W22": -40.576353195866353, "S22": -45.788778961055939, "W31": -78.053668414596487, "S31": -80.481382590547327, "W32": -94.51343771079631, "S32": -99.51343771079631 }, "geometry": { "type": "Point", "coordinates": [ 103156.6, 505983.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59903844632023207, "S11": 0.59903844632023207, "W12": -8.5517128351767369, "S12": -8.5517128351767369, "W13": -15.898483951146254, "S13": -16.585170525245637, "W21": -31.045876978467383, "S21": -31.319467416907749, "W22": -39.617515030656122, "S22": -49.824965830666187, "W31": -78.534598317897945, "S31": -82.066878537678164, "W32": -93.08605815315795, "S32": -98.08605815315795 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 497575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4768258874667954, "S11": 2.4768258874667954, "W12": -8.6345194172343493, "S12": -12.769743121207767, "W13": -25.0, "S13": -25.0, "W21": -39.538121546961321, "S21": -39.538121546961321, "W22": -39.210997351130224, "S22": -43.547888311402538, "W31": -70.0, "S31": -70.0, "W32": -93.793871553450757, "S32": -98.793871553450757 }, "geometry": { "type": "Point", "coordinates": [ 103157.0, 510554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9201048221830517, "S11": 1.9201048221830517, "W12": -6.6394454022330107, "S12": -6.6394454022330107, "W13": -20.887470066327992, "S13": -21.271812316420441, "W21": -44.517093277635851, "S21": -44.517093277635851, "W22": -50.922890896834915, "S22": -50.923896484784379, "W31": -96.502041879679581, "S31": -96.502041879679581, "W32": -96.502041879679581, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103157.6, 515941.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4983215989346258, "S11": 0.4983215989346258, "W12": -10.719374091361237, "S12": -11.797531856255775, "W13": -18.202844770752172, "S13": -20.826368713104568, "W21": -34.782945736434108, "S21": -48.24496613048872, "W22": -66.286107290233844, "S22": -79.994038223801297, "W31": -102.63139924998436, "S31": -102.63139924998436, "W32": -110.46685929944569, "S32": -115.46685929944569 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 499773.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3479747081712063, "S11": 3.3479747081712063, "W12": -11.482771773680865, "S12": -11.482771773680865, "W13": -20.62328394595928, "S13": -20.62328394595928, "W21": -49.543219282449094, "S21": -69.543219282449087, "W22": -80.0, "S22": -106.88739344997757, "W31": -106.88739344997757, "S31": -106.88739344997757, "W32": -106.88739344997757, "S32": -106.88739344997757 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 500466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0819826338639555, "S11": 1.8600893921300294, "W12": -9.0758467474763229, "S12": -21.219497030919722, "W13": -21.219497030919722, "S13": -21.219497030919722, "W21": -33.487602130555409, "S21": -33.487602130555409, "W22": -80.0, "S22": -106.53147898908404, "W31": -106.53147898908404, "S31": -106.53147898908404, "W32": -106.53147898908404, "S32": -106.53147898908404 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 507453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -14.719834625158114, "W13": -22.122508476724658, "S13": -22.122508476724658, "W21": -38.664443659188116, "S21": -38.664443659188116, "W22": -41.431414736818766, "S22": -41.431414736818766, "W31": -77.7900274989492, "S31": -79.020669066371454, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 508635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9939493225933882, "S12": -4.9939493225933882, "W13": -24.980366828624881, "S13": -24.980366828624881, "W21": -40.856949981248746, "S21": -40.856949981248746, "W22": -36.991367476150565, "S22": -49.688013587875751, "W31": -79.573667771499686, "S31": -82.854574867329973, "W32": -91.304524471242175, "S32": -96.304524471242175 }, "geometry": { "type": "Point", "coordinates": [ 103158.0, 508918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6842026865993232, "S12": -7.5329254941487784, "W13": -15.0, "S13": -18.099620730094088, "W21": -39.936415575926013, "S21": -43.504205130146524, "W22": -41.932359464141882, "S22": -43.80042023450509, "W31": -69.485110817487239, "S31": -72.224859986263624, "W32": -96.395395220702795, "S32": -101.3953952207028 }, "geometry": { "type": "Point", "coordinates": [ 103158.333333333328483, 499043.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36434316740515338, "S11": 0.36434316740515338, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.813337232856266, "W21": -37.903520096682762, "S21": -39.584212506802601, "W22": -60.328541927733717, "S22": -60.328541927733717, "W31": -70.0, "S31": -70.153792976514708, "W32": -84.74318722991444, "S32": -89.74318722991444 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 498420.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32958544187137639, "S11": -0.32958544187137639, "W12": -4.6905284738310771, "S12": -4.6905284738310771, "W13": -20.432547477422254, "S13": -20.432547477422254, "W21": -35.760621697919426, "S21": -40.212366347321122, "W22": -59.65837403544311, "S22": -103.83518716408105, "W31": -105.08879092099519, "S31": -105.08879092099519, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2945357475958702, "S11": -0.2945357475958702, "W12": -3.2720989450701361, "S12": -3.2720989450701361, "W13": -25.300647781675991, "S13": -25.300647781675991, "W21": -32.835336400526899, "S21": -36.906741137678111, "W22": -49.983320682374675, "S22": -49.992729825647579, "W31": -93.171526233953145, "S31": -93.171526233953145, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 505970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4542498555266477, "S12": -12.102751217922167, "W13": -23.172465852640865, "S13": -23.172465852640865, "W21": -38.25436813307406, "S21": -38.25436813307406, "W22": -59.338674645569618, "S22": -107.81008809183749, "W31": -107.81008809183749, "S31": -107.81008809183749, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 509095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.819976045337194, "S12": -7.5394441001545474, "W13": -22.072580403225608, "S13": -22.072580403225608, "W21": -37.981092596591637, "S21": -37.981092596591637, "W22": -40.0, "S22": -42.234816497255544, "W31": -81.544557823129125, "S31": -82.044455066737413, "W32": -94.516728624535304, "S32": -99.516728624535304 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 509119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5286451137514967, "S11": 1.5286451137514967, "W12": -8.006078402433797, "S12": -13.991691729036521, "W13": -29.783068725836781, "S13": -29.783068725836781, "W21": -37.994273369505031, "S21": -37.994273369505031, "W22": -40.379157253110698, "S22": -46.866137609437786, "W31": -78.154409208294453, "S31": -80.886038098037062, "W32": -94.14305747860972, "S32": -99.14305747860972 }, "geometry": { "type": "Point", "coordinates": [ 103159.0, 510057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49863810022813848, "S11": 0.49863810022813848, "W12": -10.0, "S12": -10.0, "W13": -18.293869098712449, "S13": -20.744328187508358, "W21": -39.66256540222367, "S21": -54.155543622387263, "W22": -38.145002593632995, "S22": -41.859294070358438, "W31": -70.524512802585605, "S31": -70.524512802585605, "W32": -92.050554485343881, "S32": -97.050554485343881 }, "geometry": { "type": "Point", "coordinates": [ 103159.5, 499855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49768273824467929, "S11": 0.49768273824467929, "W12": -11.912995995631386, "S12": -13.648478216148305, "W13": -17.553446983318342, "S13": -19.700840812993334, "W21": -32.720566704957186, "S21": -41.110869735260437, "W22": -38.288552104723124, "S22": -38.288552104723124, "W31": -67.789199619256365, "S31": -75.471171796895433, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.666666666671517, 499648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.05, "S11": -7.95, "W12": -7.96, "S12": -8.95, "W13": -17.950001, "S13": -20.950001, "W21": -33.950001, "S21": -45.940001, "W22": -38.313399021627376, "S22": -42.217704328128356, "W31": -70.367360011671266, "S31": -70.367360011671266, "W32": -92.255677183665682, "S32": -97.255677183665682 }, "geometry": { "type": "Point", "coordinates": [ 103159.7, 505685.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18307688300528024, "S11": 0.18307688300528024, "W12": -9.0531993448302277, "S12": -9.987471425668403, "W13": -25.426712735518034, "S13": -25.426712735518034, "W21": -36.476476619852626, "S21": -36.476476619852626, "W22": -37.628212615195054, "S22": -37.628212615195054, "W31": -67.094081584250702, "S31": -69.337529432665789, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103159.8, 509653.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5840832765889639, "S12": -9.3731017972465782, "W13": -17.712104361417534, "S13": -20.2652273199717, "W21": -53.488964473546204, "S21": -73.488964473546204, "W22": -77.752754877110391, "S22": -84.633245173331019, "W31": -88.914144454309593, "S31": -88.914144454309593, "W32": -95.512652167966081, "S32": -100.51265216796608 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 501011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1176146034002281, "S11": 2.1176146034002281, "W12": -8.4105691573984149, "S12": -13.007639028550562, "W13": -20.0, "S13": -22.4614141070365, "W21": -40.0, "S21": -49.294733102074758, "W22": -71.737048260272218, "S22": -79.754024574851329, "W31": -85.397269280928754, "S31": -85.397269280928754, "W32": -89.168298972532256, "S32": -94.168298972532256 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 503999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42913343975890361, "S11": -4.2433698259289026, "W12": -10.208369372111857, "S12": -19.169961819295679, "W13": -21.512212710203496, "S13": -23.56791691842534, "W21": -34.776452116219915, "S21": -35.988008889948553, "W22": -44.145711012757332, "S22": -44.145711012757332, "W31": -79.598326597111566, "S31": -82.598326597111566, "W32": -94.493389874943261, "S32": -99.493389874943261 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 504880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.052073013671487978, "W12": -6.5010630547584709, "S12": -12.627770447167009, "W13": -20.0, "S13": -20.728391619178694, "W21": -37.286571786286849, "S21": -39.671807768537704, "W22": -40.151263595883371, "S22": -47.780317958606076, "W31": -78.252313374655785, "S31": -81.252313374655785, "W32": -93.816789150424256, "S32": -98.816789150424256 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 506562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5000503778337531, "S11": 2.5000503778337531, "W12": -9.523416538212917, "S12": -10.106457819902417, "W13": -27.06637168141593, "S13": -27.06637168141593, "W21": -39.291792529631998, "S21": -39.291792529631998, "W22": -38.481795449621757, "S22": -42.563946527208252, "W31": -70.210207220756942, "S31": -70.210207220756942, "W32": -92.460799881987469, "S32": -97.460799881987469 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 510502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4060360001988954, "S12": -10.568022254807243, "W13": -26.446902654867255, "S13": -26.446902654867255, "W21": -39.333450407288169, "S21": -39.333450407288169, "W22": -38.695101150045446, "S22": -42.987331498065124, "W31": -70.016297115969323, "S31": -70.016297115969323, "W32": -92.756173766748788, "S32": -97.756173766748788 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 510510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039107142857142951, "S11": 0.039107142857142951, "W12": -12.622236782293838, "S12": -12.622236782293838, "W13": -20.0, "S13": -31.708169224719754, "W21": -34.746245693918709, "S21": -36.267912081738686, "W22": -38.512437881916895, "S22": -39.944938095659097, "W31": -66.844965185076148, "S31": -67.380153129134627, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103160.0, 512137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81666423016999268, "S11": 0.81666423016999268, "W12": -6.6661163866307636, "S12": -6.6661163866307636, "W13": -20.798669190126944, "S13": -20.798669190126944, "W21": -45.154609316151586, "S21": -45.154609316151586, "W22": -38.650191877616138, "S22": -42.910188726288148, "W31": -70.053054429842604, "S31": -70.053054429842604, "W32": -92.681427627230661, "S32": -97.681427627230661 }, "geometry": { "type": "Point", "coordinates": [ 103160.983606557376334, 516409.85245901637245 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31968785264395089, "S11": 0.31968785264395089, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.707436371023277, "W21": -37.653189428200101, "S21": -38.460423707554583, "W22": -57.825802602368633, "S22": -89.383618448193047, "W31": -105.27723151134708, "S31": -106.89423513234897, "W32": -112.00930092698201, "S32": -117.00930092698201 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 498362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8955297455702396, "S11": -1.10968566560233, "W12": -7.7008989262404546, "S12": -16.386235144615963, "W13": -19.461195927013556, "S13": -25.659745100814348, "W21": -34.590613368276244, "S21": -39.590613368276244, "W22": -40.408978117998657, "S22": -42.175142133697889, "W31": -59.291830006752157, "S31": -60.763490033136492, "W32": -92.711801881402067, "S32": -97.711801881402067 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 504528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17, "S11": 0.17, "W12": -11.03, "S12": -20.23, "W13": -24.129999, "S13": -26.729999, "W21": -35.080002, "S21": -35.080002, "W22": -39.820363922053367, "S22": -42.130326558242309, "W31": -78.0893003669363, "S31": -78.0893003669363, "W32": -95.559840488343184, "S32": -100.55984048834318 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9139284862494723, "S11": 1.9139284862494723, "W12": -6.9052500292317891, "S12": -16.905250029231787, "W13": -19.977600373333335, "S13": -19.977600373333335, "W21": -33.651622299730988, "S21": -33.651622299730988, "W22": -38.73575114039744, "S22": -43.092009577462456, "W31": -70.0, "S31": -70.0, "W32": -92.845160127380879, "S32": -97.845160127380879 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 507605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1301233102191501, "S12": -7.1301233102191501, "W13": -23.826176816734478, "S13": -23.826176816734478, "W21": -38.710277641950071, "S21": -38.710277641950071, "W22": -38.818588305610518, "S22": -43.256430925368043, "W31": -70.0, "S31": -70.0, "W32": -92.996575136694091, "S32": -97.996575136694091 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 509176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.488343878290268, "S11": 2.488343878290268, "W12": -9.037178658445626, "S12": -12.29579228549947, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -39.483781350572215, "S21": -39.483781350572215, "W22": -38.987409546375034, "S22": -48.987409546375034, "W31": -67.017714037771498, "S31": -70.297271586189964, "W32": -98.544789931519531, "S32": -103.54478993151953 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 510538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.481426708524511, "S11": 2.481426708524511, "W12": -8.9344706876833584, "S12": -12.699661166041192, "W13": -25.0, "S13": -25.0, "W21": -39.520231993521364, "S21": -39.520231993521364, "W22": -42.599998, "S22": -51.419628649563975, "W31": -67.852695393354196, "S31": -74.773164274767154, "W32": -85.612590663418189, "S32": -90.612590663418189 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 510545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051109150661307959, "S11": 0.051109150661307959, "W12": -11.404551165972878, "S12": -11.404551165972878, "W13": -20.000000000000004, "S13": -30.87258284552243, "W21": -33.886069339858224, "S21": -34.000186748808375, "W22": -41.005173534081955, "S22": -41.196175749562599, "W31": -68.615073721952584, "S31": -73.889510213503087, "W32": -97.979568940801016, "S32": -102.97956894080102 }, "geometry": { "type": "Point", "coordinates": [ 103161.571428571434808, 511802.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49353834176727096, "W12": -6.4771557794388466, "S12": -7.348444531049549, "W13": -15.0, "S13": -18.0, "W21": -39.785700923124558, "S21": -43.494132706017965, "W22": -44.008621053959153, "S22": -46.927101625769339, "W31": -82.918872266973736, "S31": -83.326645123730117, "W32": -99.44889076594437, "S32": -104.44889076594437 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 499031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.9976879739755971, "S12": -8.9599243671380862, "W13": -16.182721831713497, "S13": -19.870721076396638, "W21": -57.980737111680213, "S21": -77.13670480422347, "W22": -37.260934366757013, "S22": -51.3231303444676, "W31": -79.999999999999986, "S31": -85.716518694510427, "W32": -90.841673338670944, "S32": -95.841673338670944 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0405531393966436, "S11": 3.0405531393966436, "W12": -8.0219671264266506, "S12": -8.0219671264266506, "W13": -19.632689090668293, "S13": -19.632689090668293, "W21": -43.056719168900798, "S21": -58.10873314584412, "W22": -43.376803134203186, "S22": -43.376803134203186, "W31": -68.302223212586881, "S31": -74.488256987880362, "W32": -98.648066768260279, "S32": -103.64806676826028 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5008900083963055, "S11": 2.5008900083963055, "W12": -9.7540912933220643, "S12": -9.7540912933220643, "W13": -27.674686092207416, "S13": -27.674686092207416, "W21": -39.248776925536696, "S21": -39.248776925536696, "W22": -41.86285006030829, "S22": -43.784190255267966, "W31": -69.500851223332631, "S31": -72.193565367663268, "W32": -96.335165771223572, "S32": -101.33516577122357 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 510492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4516966916203815, "S11": 2.4516966916203815, "W12": -8.5509407786783349, "S12": -14.485126751096523, "W13": -25.0, "S13": -25.0, "W21": -39.594529116657135, "S21": -39.594529116657135, "W22": -39.305762194574399, "S22": -39.305762194574399, "W31": -70.011245735863923, "S31": -70.798709274998885, "W32": -88.053619552085863, "S32": -93.053619552085863 }, "geometry": { "type": "Point", "coordinates": [ 103162.0, 510574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -12.705923642379265, "W13": -22.579881906813846, "S13": -22.579881906813846, "W21": -38.561641092597739, "S21": -38.561641092597739, "W22": -37.439940523721866, "S22": -51.548163828446519, "W31": -80.000000000000014, "S31": -85.381783793922736, "W32": -90.753227582065648, "S32": -95.753227582065648 }, "geometry": { "type": "Point", "coordinates": [ 103162.333333333328483, 508667.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3873418943710134, "S11": 2.3873418943710134, "W12": -15.0, "S12": -15.0, "W13": -21.22913472452392, "S13": -21.67790764576846, "W21": -38.450072001016878, "S21": -38.450072001016878, "W22": -38.095038540423445, "S22": -38.095038540423445, "W31": -66.732276225895092, "S31": -68.135885447512038, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103162.428571428565192, 514067.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1273964811859027, "S11": 2.0871513965758677, "W12": -7.6151147834898856, "S12": -17.615114783489886, "W13": -19.986292506700703, "S13": -19.986292506700703, "W21": -33.486826858237968, "S21": -33.486826858237968, "W22": -50.362101035099087, "S22": -53.719522151532523, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -101.87145487574301 }, "geometry": { "type": "Point", "coordinates": [ 103162.5, 507555.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60699365619681278, "S11": 0.60699365619681278, "W12": -11.271524689246208, "S12": -11.854964771107801, "W13": -15.708235294117648, "S13": -20.708235294117646, "W21": -40.0, "S21": -44.156501182033097, "W22": -51.704717920263718, "S22": -51.704717920263718, "W31": -85.157885920093818, "S31": -89.083904079781547, "W32": -96.884539369356034, "S32": -101.88453936935603 }, "geometry": { "type": "Point", "coordinates": [ 103163.0, 499416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94582422209434514, "S11": 0.94582422209434514, "W12": -10.0, "S12": -10.0, "W13": -17.829417535100358, "S13": -19.684853772804793, "W21": -40.0, "S21": -48.020817210958057, "W22": -40.0, "S22": -42.822460164570437, "W31": -80.0, "S31": -80.667891624334857, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103163.0, 499988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.027101206711925, "S12": -11.798285345130974, "W13": -24.506814205776728, "S13": -24.506814205776728, "W21": -39.967385577748914, "S21": -39.967385577748914, "W22": -56.033442552425946, "S22": -93.332174489907516, "W31": -106.18104138851803, "S31": -107.61237308597313, "W32": -112.26267801055104, "S32": -117.26267801055104 }, "geometry": { "type": "Point", "coordinates": [ 103163.0, 508829.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5028967254408059, "S11": 2.5028967254408059, "W12": -10.177552583163443, "S12": -11.649163243650118, "W13": -28.731908367679477, "S13": -28.731908367679477, "W21": -39.117917194641599, "S21": -39.117917194641599, "W22": -59.648511350578914, "S22": -72.923669464420882, "W31": -91.08866345990478, "S31": -91.08866345990478, "W32": -95.444068909585539, "S32": -100.44406890958554 }, "geometry": { "type": "Point", "coordinates": [ 103163.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44600545477017794, "S11": 0.44600545477017794, "W12": -8.1691806260361908, "S12": -8.1691806260361908, "W13": -15.884672273756111, "S13": -16.623844361439915, "W21": -32.054282614056632, "S21": -32.054282614056632, "W22": -41.069433943002871, "S22": -41.507359991339989, "W31": -59.927671662274996, "S31": -61.730790053757751, "W32": -92.964277063101036, "S32": -97.964277063101036 }, "geometry": { "type": "Point", "coordinates": [ 103163.142857142855064, 497676.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49827755400552332, "S11": 0.49827755400552332, "W12": -9.9999999999999982, "S12": -10.686790736400638, "W13": -18.220130901287554, "S13": -20.76912555493702, "W21": -36.614728682170536, "S21": -50.51217510456943, "W22": -44.431076749288323, "S22": -50.040717854302521, "W31": -80.212879584644739, "S31": -80.246906355353786, "W32": -98.571890083100868, "S32": -103.57189008310087 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 499813.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0748534596571355, "S11": 3.0748534596571355, "W12": -8.2445027100868113, "S12": -8.2445027100868113, "W13": -19.690426469575417, "S13": -19.690426469575417, "W21": -43.816186327077745, "S21": -58.804713070657172, "W22": -44.758317810433113, "S22": -48.159718988880719, "W31": -82.608088114417413, "S31": -83.035726303952103, "W32": -98.169487115227057, "S32": -103.16948711522706 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -15.178476020108894, "W13": -23.734061930783245, "S13": -23.734061930783245, "W21": -39.250104233920062, "S21": -39.250104233920062, "W22": -38.673771856555646, "S22": -49.841081650085286, "W31": -78.01719451289199, "S31": -83.01719451289199, "W32": -91.814623495579923, "S32": -96.814623495579923 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 508751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83544989942849313, "S11": 0.83544989942849313, "W12": -6.9312059571110387, "S12": -10.606217231245839, "W13": -24.936494497204389, "S13": -24.936494497204389, "W21": -37.952767931545715, "S21": -37.952767931545715, "W22": -60.349441207413449, "S22": -60.349441207413449, "W31": -70.0, "S31": -70.34157697121401, "W32": -84.811844077961013, "S32": -89.811844077961013 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 509281.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0333988927738926, "S11": 2.0333988927738926, "W12": -5.1051952861206082, "S12": -5.1051952861206091, "W13": -25.309579567091987, "S13": -25.473162461345144, "W21": -38.67416965998293, "S21": -38.67416965998293, "W22": -35.297223537599216, "S22": -42.299084476593684, "W31": -74.810207214121263, "S31": -74.810207214121263, "W32": -90.345725841190827, "S32": -95.345725841190827 }, "geometry": { "type": "Point", "coordinates": [ 103164.0, 510749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7083023521518359, "S11": 1.7083023521518359, "W12": -6.6270331901453892, "S12": -6.6270331901453892, "W13": -20.891796528250008, "S13": -20.891796528250008, "W21": -44.62776911980842, "S21": -44.62776911980842, "W22": -60.053713636539072, "S22": -60.053713636539072, "W31": -69.923525059617532, "S31": -70.174435631239831, "W32": -85.804958806013758, "S32": -90.804958806013758 }, "geometry": { "type": "Point", "coordinates": [ 103164.9, 515988.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.4166303908593072, "S12": -8.9489763185819573, "W13": -20.0, "S13": -24.035332153245989, "W21": -36.481216062355358, "S21": -44.101447902233403, "W22": -42.230271901731399, "S22": -43.813263848428413, "W31": -82.874087816944737, "S31": -82.983371083170255, "W32": -97.657201873794776, "S32": -102.65720187379478 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 504328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21747282929268819, "S11": -1.2174728292926882, "W12": -6.8818398096748616, "S12": -7.20314565159926, "W13": -18.922172784503545, "S13": -21.054307537514532, "W21": -34.37283532195093, "S21": -43.470015461732046, "W22": -42.731492827937217, "S22": -42.731492827937217, "W31": -81.238466295609058, "S31": -81.829775043667837, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1495726495726499, "S11": 1.1495726495726499, "W12": -6.5549597855227884, "S12": -7.3424065412126405, "W13": -20.0, "S13": -20.0, "W21": -39.092371065603771, "S21": -39.092371065603771, "W22": -41.414115598158261, "S22": -41.747601208025785, "W31": -77.680906445839483, "S31": -79.023395881106538, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 508145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9866589070336378, "S12": -5.3314632218791962, "W13": -25.0, "S13": -25.0, "W21": -37.03212484984391, "S21": -37.03212484984391, "W22": -74.769345427137111, "S22": -80.905833351422658, "W31": -86.511402777435862, "S31": -86.511402777435862, "W32": -91.146489842446826, "S32": -96.146489842446826 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 509026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1021965359382078, "S11": 1.1021965359382078, "W12": -6.9201898323452546, "S12": -10.774446735786452, "W13": -24.9041708436961, "S13": -24.9041708436961, "W21": -38.486203993752312, "S21": -38.486203993752312, "W22": -41.851331181164205, "S22": -51.834203777318052, "W31": -66.807713415819663, "S31": -70.199739588176712, "W32": -82.786973505434787, "S32": -87.786973505434787 }, "geometry": { "type": "Point", "coordinates": [ 103165.0, 509260.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2089589615444689, "S11": 3.2089589615444689, "W12": -11.292307692307693, "S12": -11.292307692307693, "W13": -20.108559518799613, "S13": -20.108559518799613, "W21": -50.0, "S21": -70.0, "W22": -40.688387924931604, "S22": -41.624142541138163, "W31": -79.347567016216246, "S31": -79.347567016216246, "W32": -94.91223024142532, "S32": -99.91223024142532 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 500435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4279466470055967, "S11": -0.4279466470055967, "W12": -4.6710072433501253, "S12": -4.6710072433501253, "W13": -22.376375948625267, "S13": -22.376375948625267, "W21": -34.905509003564447, "S21": -39.213405910269174, "W22": -42.047273686983317, "S22": -42.047273686983317, "W31": -82.150337043908095, "S31": -82.539515826458199, "W32": -96.560950069016755, "S32": -101.56095006901676 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 505925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8026309705460766, "S11": 1.8026309705460766, "W12": -5.7812682698678728, "S12": -15.781268269867873, "W13": -19.980028896124917, "S13": -19.980028896124917, "W21": -33.618040800330093, "S21": -33.618040800330093, "W22": -38.267901078225925, "S22": -49.838071504228196, "W31": -77.731198761569786, "S31": -82.058787881353538, "W32": -91.339441330255781, "S32": -96.339441330255781 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 507684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2132156359225412, "S11": 3.2132156359225412, "W12": -10.34441464709011, "S12": -14.74345310861248, "W13": -24.483688993600442, "S13": -24.483688993600442, "W21": -37.751340850364116, "S21": -38.12024841339192, "W22": -38.927513293069218, "S22": -39.810028442365329, "W31": -70.0, "S31": -74.20704634132278, "W32": -86.222962903290778, "S32": -91.222962903290778 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 510218.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6530905728488561, "S11": 2.6530905728488561, "W12": -10.535329279780766, "S12": -10.535329279780766, "W13": -28.234788315770015, "S13": -28.234788315770015, "W21": -37.751142504394863, "S21": -37.756850404718925, "W22": -39.30577993729063, "S22": -39.30577993729063, "W31": -70.087023973436629, "S31": -70.885061163519268, "W32": -88.069510268562397, "S32": -93.069510268562397 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 510291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6097633322018243, "S11": 2.6097633322018243, "W12": -9.5958154633090675, "S12": -12.601573863612806, "W13": -29.696003545837335, "S13": -29.696003545837335, "W21": -34.153394086718542, "S21": -34.153394086718542, "W22": -78.021685033771774, "S22": -88.507121926975657, "W31": -101.62170102335601, "S31": -101.62170102335601, "W32": -105.54525915891598, "S32": -110.54525915891598 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 510422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4869306930693065, "S11": 2.4869306930693065, "W12": -9.3057416339316799, "S12": -12.626482610673749, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -39.485594269181412, "S21": -39.485594269181412, "W22": -41.036247805074176, "S22": -45.959379049767328, "W31": -79.895318019974539, "S31": -79.895318019974539, "W32": -96.327442842814179, "S32": -101.32744284281418 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 510534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7129343629343632, "S11": 1.8481883388930189, "W12": -6.6025124276454976, "S12": -6.6025124276454976, "W13": -20.947937587966464, "S13": -21.599274194160049, "W21": -43.42829164365849, "S21": -43.42829164365849, "W22": -39.359160487828277, "S22": -44.967455830636894, "W31": -67.14577933542958, "S31": -74.437248541028822, "W32": -95.872725888711273, "S32": -100.87272588871127 }, "geometry": { "type": "Point", "coordinates": [ 103166.0, 515684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49938445746243559, "S11": 0.49938445746243559, "W12": -10.650587296156916, "S12": -11.323036983873779, "W13": -16.73255758835759, "S13": -21.73255758835759, "W21": -33.544468034913898, "S21": -36.610855018302978, "W22": -43.80357319265223, "S22": -53.535649188497338, "W31": -67.881055608620272, "S31": -74.331400627352593, "W32": -84.994633152173904, "S32": -89.994633152173904 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 499531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.788632864230542, "S12": -10.062795291874815, "W13": -15.549568547605196, "S13": -17.55202966715277, "W21": -59.22806025397152, "S21": -76.471926047877503, "W22": -60.30116790217955, "S22": -60.30116790217955, "W31": -70.0, "S31": -70.191441895469609, "W32": -84.471103069337076, "S32": -89.471103069337076 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 501355.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1574339505694589, "S12": -15.466189229912974, "W13": -19.874960884951758, "S13": -24.896015196898023, "W21": -43.915125487958818, "S21": -53.044246881739262, "W22": -38.144267363165504, "S22": -41.548971561806049, "W31": -70.684677789302441, "S31": -70.684677789302441, "W32": -91.786183278087321, "S32": -96.786183278087321 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 503619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35510357843539958, "S11": -3.0554879571874252, "W12": -10.434332352434275, "S12": -19.508084531659222, "W13": -22.25193347066466, "S13": -25.227551041881799, "W21": -34.872707529076564, "S21": -35.801778972354306, "W22": -60.295410041140414, "S22": -60.295410041140414, "W31": -75.239998, "S31": -75.239998, "W32": -84.425055839367758, "S32": -89.425055839367758 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 504961.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3665675968224265, "S11": 2.2178836358505176, "W12": -8.4573410765093353, "S12": -19.25595015838649, "W13": -20.0, "S13": -20.0, "W21": -33.335030483562974, "S21": -33.335030483562974, "W22": -60.0, "S22": -64.735720926948105, "W31": -100.0, "S31": -100.0, "W32": -100.33600442722745, "S32": -105.33600442722745 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 507497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4238006278676765, "S11": 2.4238006278676765, "W12": -8.4262789518175847, "S12": -16.362057933201292, "W13": -25.0, "S13": -25.125065963060567, "W21": -39.645662709917239, "S21": -39.645662709917239, "W22": -78.598092345454546, "S22": -78.598092345454546, "W31": -102.81367628607276, "S31": -102.81367628607276, "W32": -103.5477955162598, "S32": -108.5477955162598 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 510596.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1656279137529135, "S11": 2.1656279137529135, "W12": -5.1432981343420376, "S12": -7.106573616171552, "W13": -25.0, "S13": -25.178878221323902, "W21": -38.791163664615333, "S21": -38.791163664615333, "W22": -80.000000000000014, "S22": -101.98232154769849, "W31": -101.98232154769849, "S31": -101.98232154769849, "W32": -101.98232154769849, "S32": -105.32711036969802 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 510728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5113126456876456, "S11": 1.5113126456876456, "W12": -5.0, "S12": -6.0621092149275899, "W13": -27.145717975093561, "S13": -27.145717975093561, "W21": -38.316769923228811, "S21": -38.316769923228811, "W22": -45.837300442563318, "S22": -45.837300442563318, "W31": -79.712254642333974, "S31": -84.31385981455557, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103167.0, 510842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4478287937743186, "S11": 3.4478287937743186, "W12": -11.445063070864398, "S12": -11.445063070864398, "W13": -21.509506972761969, "S13": -21.509506972761969, "W21": -50.877516778523486, "S21": -71.026905157728379, "W22": -40.232313344148189, "S22": -41.858438782878849, "W31": -78.078251493430997, "S31": -78.078251493430997, "W32": -95.160052795489634, "S32": -100.16005279548963 }, "geometry": { "type": "Point", "coordinates": [ 103168.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2483159461274003, "S11": 1.1975237746455738, "W12": -3.7897508663737733, "S12": -3.7897508663737733, "W13": -13.326451050743945, "S13": -16.138466585593452, "W21": -51.403624771237979, "S21": -63.465634452125855, "W22": -42.735336051212904, "S22": -52.735336051212904, "W31": -80.0, "S31": -80.0, "W32": -97.324456071874735, "S32": -102.32445607187474 }, "geometry": { "type": "Point", "coordinates": [ 103168.0, 502491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9466093863372764, "S12": -6.9082591216884222, "W13": -24.957604418701273, "S13": -24.957604418701273, "W21": -40.536138355950492, "S21": -40.536138355950492, "W22": -39.285912380878059, "S22": -49.914650261416632, "W31": -78.186056518460475, "S31": -82.547463767927425, "W32": -92.551034898995283, "S32": -97.551034898995283 }, "geometry": { "type": "Point", "coordinates": [ 103168.0, 508887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2224216455702273, "S11": -1.2224216455702273, "W12": -7.1446394303879961, "S12": -7.1446394303879961, "W13": -23.211280884123532, "S13": -23.211280884123532, "W21": -37.882099527293789, "S21": -37.882099527293789, "W22": -39.043803125658272, "S22": -47.995711590841069, "W31": -67.028120601872772, "S31": -71.532152097510377, "W32": -98.046224319822329, "S32": -103.04622431982233 }, "geometry": { "type": "Point", "coordinates": [ 103168.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37928026327793468, "S11": -3.2351806556295535, "W12": -4.6877836569512503, "S12": -6.1916596259414183, "W13": -18.737953117362533, "S13": -18.737953117362533, "W21": -37.251019535742593, "S21": -44.0529771432996, "W22": -71.581003790277776, "S22": -79.378117839463656, "W31": -85.235150326505632, "S31": -85.235150326505632, "W32": -88.989712368704602, "S32": -93.989712368704602 }, "geometry": { "type": "Point", "coordinates": [ 103168.4, 505755.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12365721140534422, "S11": 0.12365721140534446, "W12": -4.6293327961098072, "S12": -6.0836597191873425, "W13": -19.487933537007098, "S13": -19.487933537007098, "W21": -39.054741795179396, "S21": -43.889669070430458, "W22": -41.707133107321539, "S22": -41.707133107321539, "W31": -77.604977283635918, "S31": -78.582898912525721, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103168.666666666671517, 505834.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77145365875154825, "S11": 0.77145365875154825, "W12": -6.6528271048351542, "S12": -6.6528271048351542, "W13": -20.760762134682967, "S13": -20.760762134682967, "W21": -45.085410449315425, "S21": -45.085410449315425, "W22": -41.669556832931583, "S22": -50.776527986777737, "W31": -66.021539193317551, "S31": -69.162125046090779, "W32": -81.459035326086962, "S32": -86.459035326086962 }, "geometry": { "type": "Point", "coordinates": [ 103168.745901639340445, 516459.213114754122216 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58450408863096803, "S11": 0.58450408863096803, "W12": -8.5770794320378521, "S12": -8.5770794320378521, "W13": -15.89147430724991, "S13": -16.614650641776777, "W21": -30.935907647690733, "S21": -31.264722766603541, "W22": -59.789410446015481, "S22": -72.975029091440192, "W31": -90.717985540513382, "S31": -90.717985540513382, "W32": -95.01020606189546, "S32": -100.01020606189546 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 497562.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23741428355963462, "S11": -0.23741428355963462, "W12": -4.5878389988682517, "S12": -4.5878389988682517, "W13": -20.0, "S13": -20.0, "W21": -36.602403013965976, "S21": -41.116926361905826, "W22": -35.110084292537863, "S22": -48.861100906921436, "W31": -77.621560947650153, "S31": -77.621560947650153, "W32": -88.804761553950982, "S32": -93.804761553950982 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 505888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0076685999951465, "S11": 1.0076685999951465, "W12": -7.9825737265415553, "S12": -9.4415432522959257, "W13": -20.0, "S13": -20.0, "W21": -39.189135823791766, "S21": -39.189135823791766, "W22": -70.0, "S22": -114.44419676029128, "W31": -114.44419676029128, "S31": -114.44419676029128, "W32": -114.44419676029128, "S32": -114.44419676029128 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 508165.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3000187679485684, "S11": 2.3000187679485684, "W12": -8.3531506496622967, "S12": -12.566274740024886, "W13": -28.766521385831428, "S13": -29.837889270283426, "W21": -38.462480333375161, "S21": -38.462480333375161, "W22": -78.746983230111312, "S22": -94.697136447680265, "W31": -94.697136447680265, "S31": -94.697136447680265, "W32": -97.881622002672472, "S32": -102.88162200267247 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 510378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0528943278943275, "S11": 2.0528943278943275, "W12": -5.1247049919109626, "S12": -5.1247049919109626, "W13": -25.452386684467399, "S13": -25.452386684467399, "W21": -38.72351246640072, "S21": -38.72351246640072, "W22": -37.684385202843579, "S22": -52.046802367557611, "W31": -80.0, "S31": -82.877054463422496, "W32": -88.601555489081662, "S32": -93.601555489081662 }, "geometry": { "type": "Point", "coordinates": [ 103169.0, 510749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3078460000673582, "S11": 1.7317461400414944, "W12": -6.7603567180288868, "S12": -9.1222222999829068, "W13": -19.342920847268648, "S13": -20.095338819144601, "W21": -35.244267848866258, "S21": -35.244267848866258, "W22": -43.799601541595003, "S22": -53.588877737131995, "W31": -67.869638804013121, "S31": -74.341790408366492, "W32": -85.048820558776526, "S32": -90.048820558776526 }, "geometry": { "type": "Point", "coordinates": [ 103169.8, 506915.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49825655757327036, "S11": 0.49825655757327036, "W12": -10.0, "S12": -10.295423707906751, "W13": -18.263285225867463, "S13": -20.737750590813999, "W21": -39.356428721247291, "S21": -53.272167363210428, "W22": -38.937357274604231, "S22": -39.884428563255561, "W31": -70.01295246791851, "S31": -74.188284507052032, "W32": -86.302513392677326, "S32": -91.302513392677326 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 499854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19354189044038672, "S11": -0.47526777876527132, "W12": -7.3610883685388355, "S12": -18.38852153296309, "W13": -20.0, "S13": -20.0, "W21": -37.268151148507016, "S21": -40.724617272318682, "W22": -41.827935660018994, "S22": -41.827935660018994, "W31": -68.439978172798362, "S31": -74.222221061836152, "W32": -98.236735601234756, "S32": -103.23673560123476 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6000054439544884, "S11": 1.6000054439544884, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -35.022475355817811, "S21": -35.022475355817811, "W22": -60.0, "S22": -63.404710920770881, "W31": -105.37605151995048, "S31": -105.88135037539767, "W32": -111.58756928883122, "S32": -116.58756928883122 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 507880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8937439408276493, "S12": -7.3414404206945836, "W13": -24.916989305447501, "S13": -24.916989305447501, "W21": -40.44778933927072, "S21": -40.44778933927072, "W22": -66.13903616500653, "S22": -75.95349676051913, "W31": -87.320887549681032, "S31": -87.320887549681032, "W32": -89.234060328765906, "S32": -94.234060328765906 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 508880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5866736140168571, "S11": 2.5866736140168571, "W12": -9.1791874877041106, "S12": -11.836910704814786, "W13": -29.589628425795965, "S13": -29.783896663222336, "W21": -33.766066198895729, "S21": -33.766066198895729, "W22": -42.270100668639571, "S22": -42.270100668639571, "W31": -82.107390228818645, "S31": -82.524858427654223, "W32": -95.712194773668301, "S32": -100.7121947736683 }, "geometry": { "type": "Point", "coordinates": [ 103170.0, 510424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0078945957538065215, "W12": -6.728768630589177, "S12": -10.056818251540246, "W13": -19.736761217948718, "S13": -20.244070556637464, "W21": -35.960391733508111, "S21": -38.069053576807242, "W22": -41.209800668299508, "S22": -42.991436118276667, "W31": -77.595865784171494, "S31": -79.30226993323032, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103170.5, 506686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.93, "S11": -1.93, "W12": -7.33, "S12": -7.33, "W13": -22.540001, "S13": -22.540001, "W21": -37.290001, "S21": -37.290001, "W22": -34.822557091143771, "S22": -48.25187122831634, "W31": -75.631687046236152, "S31": -75.631687046236152, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103170.9, 509142.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5687549701079191, "S11": 2.4318604714177541, "W12": -8.9504400610826327, "S12": -12.739051000872482, "W13": -15.005502229978671, "S13": -16.299603745734554, "W21": -60.000000000000007, "S21": -74.607005315775368, "W22": -38.864746540453481, "S22": -43.587978855952052, "W31": -70.0, "S31": -70.0, "W32": -93.250940606105985, "S32": -98.250940606105985 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 501528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47454316320100842, "S11": 0.47454316320100842, "W12": -9.1876501123421406, "S12": -15.511340112502729, "W13": -19.877390652040539, "S13": -24.877390652040539, "W21": -43.892305411682266, "S21": -53.077159289539139, "W22": -38.711285737052897, "S22": -43.525383335813551, "W31": -66.902802384469865, "S31": -67.60963094123494, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 503619.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15378072507462986, "S11": -4.8426121310393286, "W12": -8.3942937557597954, "S12": -9.1669589427155742, "W13": -19.560359951573815, "S13": -21.718271745835168, "W21": -34.713039435746943, "S21": -41.698451305015332, "W22": -40.918146080463686, "S22": -47.685454097952871, "W31": -67.67075370464724, "S31": -71.156922136355689, "W32": -87.649357512376923, "S32": -92.649357512376923 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 505458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034807568584107385, "S11": 0.034807568584107385, "W12": -7.1884420548839225, "S12": -22.263296302523873, "W13": -22.263296302523873, "S13": -22.263296302523873, "W21": -39.679266287747211, "S21": -39.679266287747211, "W22": -44.84, "S22": -55.334540667198112, "W31": -67.861365696064965, "S31": -73.899050152063126, "W32": -84.723233695652169, "S32": -89.723233695652169 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 508493.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3280957938776439, "S12": -10.328095793877644, "W13": -27.720048899755501, "S13": -27.720048899755501, "W21": -37.509071004941788, "S21": -37.509071004941788, "W22": -61.54974782210062, "S22": -66.699682633055033, "W31": -104.51665805147351, "S31": -104.51665805147351, "W32": -111.25885521091311, "S32": -116.25885521091311 }, "geometry": { "type": "Point", "coordinates": [ 103171.0, 509956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062611282395379206, "S11": 0.062611282395379206, "W12": -10.731943160976025, "S12": -13.542448613911292, "W13": -22.134889388401675, "S13": -30.020760205841455, "W21": -34.59424925943889, "S21": -34.59424925943889, "W22": -46.102338174315648, "S22": -46.102338174315648, "W31": -79.742686816712919, "S31": -84.742686816712919, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103171.909090909088263, 511537.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8525336681123035, "S11": 2.8525336681123035, "W12": -10.90207782647974, "S12": -10.90207782647974, "W13": -19.045048395756847, "S13": -19.045048395756847, "W21": -48.300800575694886, "S21": -68.383867402957421, "W22": -40.0, "S22": -42.636760738942264, "W31": -81.669403215831665, "S31": -82.189463008418869, "W32": -92.665427509293679, "S32": -97.665427509293679 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 500372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2048886613770158, "S11": 3.2048886613770158, "W12": -11.271372169849327, "S12": -11.271372169849327, "W13": -20.727118609090439, "S13": -20.727118609090439, "W21": -50.0, "S21": -70.0, "W22": -42.12471289420823, "S22": -50.531360718929825, "W31": -67.77088708008668, "S31": -74.672508712231206, "W32": -86.384755520943429, "S32": -91.384755520943429 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 500671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.4254585569591676, "S12": -9.6784136129482121, "W13": -15.684325958579089, "S13": -18.504172007696752, "W21": -58.598401110482754, "S21": -76.509211093640005, "W22": -41.492704286154797, "S22": -41.492704286154797, "W31": -70.432240796900942, "S31": -70.432240796900942, "W32": -88.525457580635546, "S32": -93.525457580635546 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 501322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1909850305135397, "S12": -10.19098503051354, "W13": -26.630402822699207, "S13": -26.630402822699207, "W21": -37.241991635128976, "S21": -37.241991635128976, "W22": -68.275594504541516, "S22": -85.080298538752672, "W31": -100.0, "S31": -100.0, "W32": -108.58537598670544, "S32": -113.58537598670544 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 509887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9977661150325425, "S11": 1.9977661150325425, "W12": -10.360030829836431, "S12": -12.792164350849903, "W13": -25.240931423454001, "S13": -25.240931423454001, "W21": -37.145049616632889, "S21": -37.145433549954397, "W22": -47.40599369518069, "S22": -47.40599369518069, "W31": -80.760470731382725, "S31": -85.515722642536531, "W32": -95.931704017721628, "S32": -100.93170401772163 }, "geometry": { "type": "Point", "coordinates": [ 103172.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1856639283044688, "S11": 1.1856639283044688, "W12": -6.6146209780577401, "S12": -6.6146209780577401, "W13": -20.896122990172042, "S13": -20.896122990172042, "W21": -44.738444961981074, "S21": -44.738444961981074, "W22": -44.12735710641013, "S22": -44.12735710641013, "W31": -78.869922206366795, "S31": -79.023939072767149, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103172.2, 516036.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5254200629201096, "S11": 2.5254200629201096, "W12": -6.5923579313802918, "S12": -6.5923579313802918, "W13": -20.950226437083654, "S13": -21.593638691409897, "W21": -43.556100863558861, "S21": -43.556100863558861, "W22": -42.413460503409858, "S22": -42.413460503409858, "W31": -80.0, "S31": -80.628680290148054, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103172.322222222224809, 515733.422222222201526 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0976921848022938, "S11": 1.6487277170247701, "W12": -9.2473805842339498, "S12": -23.784005554164189, "W13": -23.784005554164189, "S13": -23.784005554164189, "W21": -33.710858570261351, "S21": -33.710858570261351, "W22": -48.918881376885672, "S22": -48.92888137688567, "W31": -90.181310155617524, "S31": -90.181310155617524, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103172.5, 507331.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5337111437748103, "S11": 1.5337111437748103, "W12": -5.0, "S12": -15.0, "W13": -19.99200470337999, "S13": -19.99200470337999, "W21": -33.642517753386883, "S21": -33.642517753386883, "W22": -71.180272374978713, "S22": -79.193985174499048, "W31": -84.342219849051148, "S31": -84.342219849051148, "W32": -86.694901571956819, "S32": -91.694901571956819 }, "geometry": { "type": "Point", "coordinates": [ 103172.6, 507791.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9703715740441607, "S12": -6.9015945710880509, "W13": -15.0, "S13": -17.976870834545984, "W21": -39.403721312286251, "S21": -43.456602790267183, "W22": -46.009718450400811, "S22": -46.009718450400811, "W31": -57.706882677801623, "S31": -57.904964177599368, "W32": -92.062309424450476, "S32": -97.062309424450476 }, "geometry": { "type": "Point", "coordinates": [ 103172.666666666671517, 499002.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4969776555217168, "S11": 0.4969776555217168, "W12": -10.0, "S12": -11.699210179903467, "W13": -17.305816376985316, "S13": -20.953215594649301, "W21": -32.222447462666395, "S21": -36.828471799390911, "W22": -42.269176417131646, "S22": -42.737976247045538, "W31": -69.599841834717282, "S31": -71.175599410474859, "W32": -94.031578379388776, "S32": -99.031578379388776 }, "geometry": { "type": "Point", "coordinates": [ 103173.0, 499605.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024806303305059257, "S11": -7.4751936966949408, "W12": -7.4751936966949408, "S12": -7.4751936966949408, "W13": -18.202273226902889, "S13": -20.727490633425116, "W21": -34.342254749958649, "S21": -44.838329743122202, "W22": -34.685832455604725, "S22": -37.736636653821733, "W31": -72.200606965142541, "S31": -72.704773199300945, "W32": -90.522567367060731, "S32": -95.522567367060731 }, "geometry": { "type": "Point", "coordinates": [ 103173.0, 505656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1910448320136959, "S11": 3.1910448320136959, "W12": -10.403692906421369, "S12": -10.403692906421369, "W13": -22.771421263345196, "S13": -22.771421263345196, "W21": -37.755190627202246, "S21": -38.423484678829631, "W22": -38.032664387935633, "S22": -38.032664387935633, "W31": -66.745378975316584, "S31": -68.108932694983892, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103173.25, 510226.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49695578769652859, "S11": 0.49695578769652859, "W12": -9.9958285690086761, "S12": -11.670539699621321, "W13": -17.294863400259725, "S13": -21.005808561306615, "W21": -32.220307678447099, "S21": -36.6381546097588, "W22": -41.992465075237597, "S22": -51.791010970420871, "W31": -66.809335621004905, "S31": -70.347874288220041, "W32": -82.924252717391312, "S32": -87.924252717391312 }, "geometry": { "type": "Point", "coordinates": [ 103173.333333333328483, 499603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4156392175802948, "S11": 2.4156392175802948, "W12": -8.6815063895380646, "S12": -17.161206903852388, "W13": -25.0, "S13": -25.0, "W21": -39.695067314409087, "S21": -39.695067314409087, "W22": -35.023829702050961, "S22": -47.206846294559014, "W31": -74.970972423802721, "S31": -74.970972423802721, "W32": -90.085515084797152, "S32": -95.085515084797152 }, "geometry": { "type": "Point", "coordinates": [ 103173.5, 510598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14136222865568968, "S11": 0.14136222865568968, "W12": -5.861837328740096, "S12": -5.861837328740096, "W13": -15.0, "S13": -16.323652719629102, "W21": -36.388401272584979, "S21": -36.388401272584979, "W22": -59.930309541452033, "S22": -73.026388718459486, "W31": -90.437345817073904, "S31": -90.437345817073904, "W32": -94.467631257685071, "S32": -99.467631257685071 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 498143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49901867241202419, "S11": 0.49901867241202419, "W12": -10.0, "S12": -10.114561490070308, "W13": -18.283390703426203, "S13": -20.649677105071429, "W21": -39.227434803887299, "S21": -51.745582762698369, "W22": -42.23014658275698, "S22": -42.904112778143393, "W31": -69.500988533017008, "S31": -71.080242612271093, "W32": -94.030516947168294, "S32": -99.030516947168294 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5639581117282968, "S11": 2.4255108623832191, "W12": -8.9817908490105758, "S12": -12.815775831837584, "W13": -15.0, "S13": -16.329776625448744, "W21": -60.000000000000007, "S21": -74.595203379080829, "W22": -40.981780417502733, "S22": -43.798391718821748, "W31": -69.888241347553674, "S31": -71.440621408565676, "W32": -95.522899240847153, "S32": -100.52289924084715 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 501530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48414041461213153, "S11": -4.5158595853878687, "W12": -10.015412033972286, "S12": -19.019640073562112, "W13": -20.939309148191676, "S13": -22.028825081054727, "W21": -34.732202875400233, "S21": -35.829555922548678, "W22": -37.837695530111297, "S22": -39.841927797424553, "W31": -70.844842776019334, "S31": -70.844842776019334, "W32": -91.521812070830606, "S32": -96.521812070830606 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 504816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20051575779271583, "S11": -1.5755157577927159, "W12": -7.1488704575456428, "S12": -7.3619288767896292, "W13": -18.98599150121057, "S13": -21.022298011945438, "W21": -34.6155649874311, "S21": -42.792583934629491, "W22": -44.332468630006716, "S22": -52.428450455933167, "W31": -80.0, "S31": -80.0, "W32": -98.343209737396293, "S32": -103.34320973739629 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 505539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0023418324854472, "S12": -12.599223344671737, "W13": -24.316274137468735, "S13": -24.316274137468735, "W21": -39.911555496760265, "S21": -39.911555496760265, "W22": -43.802777894156378, "S22": -45.984222403844875, "W31": -83.383486766398391, "S31": -83.710550848247649, "W32": -99.247154665317609, "S32": -104.24715466531761 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 508814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.985089665969018, "S12": -13.98109390294649, "W13": -25.0, "S13": -25.0, "W21": -36.291626600694777, "S21": -36.291626600694777, "W22": -43.037283055939454, "S22": -43.037283055939454, "W31": -80.631864564007373, "S31": -81.302397689146787, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103174.0, 509346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59168385795732981, "S11": 0.59168385795732981, "W12": -6.617096198623222, "S12": -6.617096198623222, "W13": -20.880244963030233, "S13": -21.151345817329041, "W21": -45.163772179829174, "S21": -45.163772179829174, "W22": -37.53669867812058, "S22": -37.53669867812058, "W31": -67.113689338889159, "S31": -70.450903789039685, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103174.94696969697543, 516152.734848484862596 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37203228399787031, "S11": -3.5159871192603247, "W12": -4.6112532514857367, "S12": -6.3812790912790192, "W13": -18.83721523172715, "S13": -19.256332253308297, "W21": -37.266359389526876, "S21": -44.098477614228614, "W22": -38.564513536977785, "S22": -40.590720611596943, "W31": -66.842153489915674, "S31": -66.989762389015098, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103175.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18709720730397428, "S11": -0.47570717879414604, "W12": -7.2513099721630923, "S12": -18.30742855798638, "W13": -20.0, "S13": -20.0, "W21": -37.307505696712852, "S21": -40.837607401118518, "W22": -41.675278678946682, "S22": -43.347507335711157, "W31": -69.354723771155463, "S31": -72.4694266990643, "W32": -96.501421074282348, "S32": -101.50142107428235 }, "geometry": { "type": "Point", "coordinates": [ 103175.0, 506307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.020981552384267, "S12": -11.49934693699965, "W13": -27.398230088495577, "S13": -27.398230088495577, "W21": -39.406583214307012, "S21": -39.406583214307012, "W22": -67.180388774630146, "S22": -82.010897249206423, "W31": -101.55946623118787, "S31": -101.55946623118787, "W32": -110.13456775563156, "S32": -115.13456775563156 }, "geometry": { "type": "Point", "coordinates": [ 103175.0, 510511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85872157735755661, "S11": 0.092240771009638567, "W12": -6.9014704411323562, "S12": -9.0480168645808483, "W13": -20.181382049245446, "S13": -20.181382049245446, "W21": -34.868581377733889, "S21": -36.759380856872596, "W22": -47.154723706013094, "S22": -47.154723706013094, "W31": -79.793936777209723, "S31": -82.81345371432181, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103175.8, 506769.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.182591791637023, "S12": -9.182591791637023, "W13": -26.530432225815936, "S13": -26.530432225815936, "W21": -37.221170745277092, "S21": -37.221170745277092, "W22": -42.610330883044405, "S22": -45.040462588794483, "W31": -65.192333467363625, "S31": -67.313312488342646, "W32": -93.599991713582867, "S32": -98.599991713582867 }, "geometry": { "type": "Point", "coordinates": [ 103176.0, 509891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.076898519785577782, "S11": 0.076898519785577782, "W12": -10.0, "S12": -10.0, "W13": -27.460587984661267, "S13": -30.612977932906933, "W21": -36.114994975894902, "S21": -36.114994975894902, "W22": -38.289003164103917, "S22": -49.947470617384411, "W31": -77.330673782203405, "S31": -81.020063881882407, "W32": -91.191376433415002, "S32": -96.191376433415002 }, "geometry": { "type": "Point", "coordinates": [ 103176.0, 511306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38903940030528816, "S11": 0.38903940030528816, "W12": -13.683084462706182, "S12": -13.683084462706182, "W13": -20.0, "S13": -21.518946825277819, "W21": -35.371373197511282, "S21": -35.371373197511282, "W22": -37.774797337663152, "S22": -51.918767230120082, "W31": -80.0, "S31": -85.0, "W32": -90.320756605284231, "S32": -95.320756605284231 }, "geometry": { "type": "Point", "coordinates": [ 103176.0, 512808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84343361624734792, "S11": 0.84343361624734792, "W12": -8.8887328581389955, "S12": -16.911889704825253, "W13": -19.942734186805634, "S13": -24.058324864544716, "W21": -41.40852204068981, "S21": -50.181224557458719, "W22": -37.462921731493928, "S22": -37.462921731493928, "W31": -67.166371347247676, "S31": -72.035416858138419, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103176.25, 503728.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72624308733297038, "S11": 0.72624308733297038, "W12": -6.6395378230395412, "S12": -6.6395378230395412, "W13": -20.722855079239036, "S13": -20.722855079239036, "W21": -45.016211582479443, "S21": -45.016211582479443, "W22": -41.420048210643429, "S22": -50.522211672181889, "W31": -65.876313970363725, "S31": -69.288419454848693, "W32": -81.334307065217388, "S32": -86.334307065217388 }, "geometry": { "type": "Point", "coordinates": [ 103176.508196721304557, 516508.573770491813775 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63470243508130109, "S11": 0.63470243508130109, "W12": -9.0600061981870681, "S12": -16.250552359321482, "W13": -19.911435880585159, "S13": -24.451255904198355, "W21": -42.624638195476983, "S21": -52.442258715022447, "W22": -76.633167139411256, "S22": -79.846079544818664, "W31": -88.13906407853419, "S31": -88.13906407853419, "W32": -93.798610261619714, "S32": -98.798610261619714 }, "geometry": { "type": "Point", "coordinates": [ 103176.666666666671517, 503674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54072605984434674, "S11": 0.54072605984434674, "W12": -10.009123047097731, "S12": -11.009123047097731, "W13": -16.082338045738044, "S13": -21.082338045738044, "W21": -34.364236848313283, "S21": -36.845351956226949, "W22": -38.406114664701036, "S22": -49.963854793305543, "W31": -77.354198025360787, "S31": -81.142000018940792, "W32": -91.32983633329782, "S32": -96.32983633329782 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 499499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2150412122431735, "S12": -11.160958037288443, "W13": -20.0, "S13": -22.899174678805412, "W21": -38.89997794290165, "S21": -47.524710002274389, "W22": -41.7310445158395, "S22": -51.606839729411149, "W31": -66.687719540649638, "S31": -70.127597677218958, "W32": -82.775815217391312, "S32": -87.775815217391312 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.8276288851497657, "S12": -9.1383356876309403, "W13": -20.0, "S13": -23.432890647075453, "W21": -37.854079029176866, "S21": -45.788481433675344, "W22": -42.842251002158498, "S22": -42.842251002158498, "W31": -70.600476281128934, "S31": -70.600476281128934, "W32": -88.341568294282482, "S32": -93.341568294282482 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 504215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096372804163955772, "S11": -0.25367239436188482, "W12": -6.9214971890180665, "S12": -14.459428926451814, "W13": -20.0, "S13": -20.729219702800282, "W21": -37.704692282352354, "S21": -41.359788674015896, "W22": -43.960469101053626, "S22": -52.666453766679069, "W31": -80.0, "S31": -80.0, "W32": -98.051344740574152, "S32": -103.05134474057415 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 506366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11324821080026026, "S11": -0.3204837967096521, "W12": -6.5723546291202659, "S12": -9.0765773561282455, "W13": -20.0, "S13": -21.0, "W21": -38.248677086607415, "S21": -41.557648485385862, "W22": -39.771741403527187, "S22": -48.27936404978292, "W31": -65.127422841751297, "S31": -69.468953761143808, "W32": -80.00174316777381, "S32": -85.00174316777381 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 506449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1806343287772774, "S11": 0.91264255358879209, "W12": -7.1374655728193357, "S12": -7.8657603885594982, "W13": -16.432494617647588, "S13": -17.401526369901607, "W21": -33.367669538257402, "S21": -33.367669538257402, "W22": -37.894472201078209, "S22": -37.894472201078209, "W31": -66.836184107491505, "S31": -68.301176412178066, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 507069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34662468825494397, "S11": 0.34662468825494397, "W12": -9.1807557919463907, "S12": -9.1807557919463907, "W13": -25.649732764670951, "S13": -25.649732764670951, "W21": -36.613654983909505, "S21": -36.613654983909505, "W22": -79.260716382853801, "S22": -99.466386199418565, "W31": -99.466386199418565, "S31": -99.466386199418565, "W32": -100.64803866251258, "S32": -105.64803866251258 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 509731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.215383175709337, "S11": 2.215383175709337, "W12": -6.8746923571443794, "S12": -16.811311400199216, "W13": -25.0, "S13": -25.222657908034474, "W21": -39.481999448656275, "S21": -39.481999448656275, "W22": -59.999999999999993, "S22": -73.23165771921262, "W31": -90.248943383747289, "S31": -90.248943383747289, "W32": -94.11254247447124, "S32": -99.11254247447124 }, "geometry": { "type": "Point", "coordinates": [ 103177.0, 510639.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089297332465842538, "S11": -0.23602774923919412, "W12": -7.0343117187926421, "S12": -16.103418830447367, "W13": -20.0, "S13": -20.513609318571973, "W21": -37.543466085760556, "S21": -41.164558003412864, "W22": -47.61794471396469, "S22": -47.61794471396469, "W31": -79.754723588802776, "S31": -84.738158248406691, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103177.5, 506341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1759858558954184, "S11": 3.1759858558954184, "W12": -8.767130833296612, "S12": -8.767130833296612, "W13": -19.81029896630297, "S13": -20.032021628206746, "W21": -44.742689942863926, "S21": -59.527070519802372, "W22": -42.418193047639349, "S22": -42.418193047639349, "W31": -82.316542980828515, "S31": -82.716547440068183, "W32": -95.624018277880793, "S32": -100.62401827788079 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 503066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8577247953084219, "S12": -7.4678338002269751, "W13": -24.349280452159871, "S13": -24.349280452159871, "W21": -38.383871872103882, "S21": -38.383871872103882, "W22": -38.750653290221912, "S22": -43.561459482379284, "W31": -70.0, "S31": -70.0, "W32": -93.166863211226172, "S32": -98.166863211226172 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 509091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1004787617777791, "S11": -1.1004787617777791, "W12": -6.6584778235854678, "S12": -6.6584778235854678, "W13": -23.510143474501938, "S13": -23.510143474501938, "W21": -37.402741355817064, "S21": -37.402741355817064, "W22": -35.389634054732724, "S22": -38.947128921262497, "W31": -74.624511865425049, "S31": -74.624511865425049, "W32": -90.249724788206578, "S32": -95.249724788206578 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 509169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28289473684210531, "S11": -0.28289473684210531, "W12": -7.8769739813530908, "S12": -9.4577556592221477, "W13": -25.0, "S13": -25.0, "W21": -34.86295493869634, "S21": -34.86295493869634, "W22": -60.250977794097118, "S22": -73.634742232034327, "W31": -90.15670609363444, "S31": -90.15670609363444, "W32": -93.922437538838523, "S32": -98.922437538838523 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 509433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2806188871013902, "S12": -9.9741188871013904, "W13": -27.4630195599022, "S13": -27.4630195599022, "W21": -37.409036440487462, "S21": -37.409036440487462, "W22": -43.791416157596899, "S22": -52.776223767990196, "W31": -80.0, "S31": -80.0, "W32": -97.909055248884016, "S32": -102.90905524888402 }, "geometry": { "type": "Point", "coordinates": [ 103178.0, 509946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.317272487300142, "S11": 2.317272487300142, "W12": -6.5822034351150895, "S12": -6.5822034351150895, "W13": -20.952515286200828, "S13": -21.58800318865973, "W21": -43.683910083459445, "S21": -43.683910083459445, "W22": -40.714532735537375, "S22": -45.826455988164149, "W31": -77.822523809908972, "S31": -80.34186687560242, "W32": -94.378528064756622, "S32": -99.378528064756622 }, "geometry": { "type": "Point", "coordinates": [ 103178.644444444449618, 515782.84444444446126 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7015998520367785, "S11": 1.7015998520367785, "W12": -5.5534032297878477, "S12": -15.553403229787847, "W13": -19.984646547430895, "S13": -19.984646547430895, "W21": -33.593232758059955, "S21": -33.593232758059955, "W22": -39.12451339731814, "S22": -46.500932455153126, "W31": -67.043012977526942, "S31": -73.389816143297722, "W32": -97.265357387531395, "S32": -102.2653573875314 }, "geometry": { "type": "Point", "coordinates": [ 103178.666666666671517, 507701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.35471287888478609, "W12": -5.1143565160870974, "S12": -6.1143565160870974, "W13": -15.0, "S13": -17.878621585876427, "W21": -38.848835934123358, "S21": -43.482131012770488, "W22": -43.100444208560312, "S22": -52.203746238248286, "W31": -67.16244941035697, "S31": -71.601746183810604, "W32": -83.642255434782612, "S32": -88.642255434782612 }, "geometry": { "type": "Point", "coordinates": [ 103179.0, 498942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.189976674937129, "S11": 1.1899766749371288, "W12": -8.2584723801910567, "S12": -12.149026757093557, "W13": -17.254343918514081, "S13": -17.925132765583747, "W21": -32.438179624952426, "S21": -32.438179624952426, "W22": -38.326585450101149, "S22": -39.219717967835294, "W31": -65.415063952304962, "S31": -71.961913317763859, "W32": -81.762373120610945, "S32": -86.762373120610945 }, "geometry": { "type": "Point", "coordinates": [ 103179.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2303636412614987, "S12": -7.6513742178161355, "W13": -22.997180690735668, "S13": -22.997180690735668, "W21": -37.504451801165473, "S21": -37.504451801165473, "W22": -40.0, "S22": -40.0, "W31": -70.548019258439396, "S31": -70.548019258439396, "W32": -88.99995528527991, "S32": -93.99995528527991 }, "geometry": { "type": "Point", "coordinates": [ 103179.0, 509135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84400220102714585, "S11": 0.84400220102714585, "W12": -6.6022087659700883, "S12": -6.6022087659700883, "W13": -20.900449452094083, "S13": -21.248111085647242, "W21": -44.849120804153493, "S21": -44.849120804153493, "W22": -40.228659139651015, "S22": -44.588221728727518, "W31": -67.470727332527318, "S31": -69.496960507954043, "W32": -89.890884880680886, "S32": -94.890884880680886 }, "geometry": { "type": "Point", "coordinates": [ 103179.5, 516084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5140357057642913, "S11": 1.5140357057642913, "W12": -10.0, "S12": -10.0, "W13": -17.053326954005431, "S13": -18.228050000781899, "W21": -40.0, "S21": -40.0, "W22": -44.302703634029349, "S22": -48.769837360178549, "W31": -81.805120686568159, "S31": -82.158068263156622, "W32": -98.993216655447156, "S32": -103.99321665544716 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0403121699331059, "S12": -9.7198393348477623, "W13": -17.879186503637207, "S13": -20.036305252276307, "W21": -52.605897601102804, "S21": -72.605897601102811, "W22": -37.559786256055048, "S22": -51.526018833812586, "W31": -80.0, "S31": -86.241403026134805, "W32": -90.509407526020823, "S32": -95.509407526020823 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 500989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5320822141088715, "S11": 2.5320822141088715, "W12": -8.1483645822112685, "S12": -11.881212809177676, "W13": -15.215871630793098, "S13": -15.642327554207537, "W21": -59.999999999999993, "S21": -75.0, "W22": -40.176600083961603, "S22": -43.696261834813114, "W31": -67.41900157205346, "S31": -69.358856072391831, "W32": -90.693500782025197, "S32": -95.693500782025197 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 501462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5626599161631007, "S11": 1.5626599161631007, "W12": -5.0, "S12": -12.804409813387538, "W13": -20.0, "S13": -20.0, "W21": -35.861199744175892, "S21": -35.861199744175892, "W22": -40.880001, "S22": -40.880001, "W31": -68.231411242319936, "S31": -74.618534411681765, "W32": -98.752551653258436, "S32": -103.75255165325844 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 507939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81974567427864198, "S11": 0.81974567427864198, "W12": -9.7721179624664884, "S12": -12.035054735195592, "W13": -20.0, "S13": -20.0, "W21": -39.159408236285337, "S21": -39.159408236285337, "W22": -53.897734007745456, "S22": -53.897734007745456, "W31": -89.1492168523327, "S31": -89.899757349590175, "W32": -96.951281493915999, "S32": -101.951281493916 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 508190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49486231124365943, "S11": 0.49486231124365943, "W12": -9.0908799494901391, "S12": -14.090879949490139, "W13": -26.150731522971441, "S13": -26.150731522971441, "W21": -36.916029352588247, "S21": -36.916029352588247, "W22": -78.324164629176863, "S22": -98.324164629176863, "W31": -98.324164629176863, "S31": -98.324164629176863, "W32": -98.828688067506292, "S32": -103.82868806750629 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 509819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1722698034227204, "S12": -9.1722698034227204, "W13": -26.434137018523959, "S13": -26.434137018523959, "W21": -37.196608796177358, "S21": -37.196608796177358, "W22": -54.507790109524315, "S22": -54.507790109524315, "W31": -89.999999999999986, "S31": -90.001501381270756, "W32": -96.92491773901645, "S32": -101.92491773901645 }, "geometry": { "type": "Point", "coordinates": [ 103180.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5220979697088874, "S11": 2.5220979697088874, "W12": -7.8215815495688874, "S12": -11.497343825893578, "W13": -15.299416188814121, "S13": -15.370972972676336, "W21": -60.0, "S21": -75.542499234420632, "W22": -43.868634269679241, "S22": -43.868634269679241, "W31": -77.626306756065887, "S31": -78.454899995497328, "W32": -92.244465637305751, "S32": -97.244465637305751 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 501435.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.1475545070658661, "S12": -10.646569091220382, "W13": -20.0, "S13": -23.0, "W21": -38.639163953431343, "S21": -47.12067312006107, "W22": -42.587870743098904, "S22": -42.587870743098904, "W31": -73.100018120199977, "S31": -74.100018120199977, "W32": -94.506767015820301, "S32": -99.506767015820301 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 504147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76319449273348017, "W12": -8.2082570673174704, "S12": -21.324411182292135, "W13": -21.324411182292135, "S13": -21.324411182292135, "W21": -37.135826426100593, "S21": -40.69946176883974, "W22": -42.741210125265205, "S22": -43.906116201169667, "W31": -83.324412492269389, "S31": -83.428581001319543, "W32": -98.155889351250096, "S32": -103.1558893512501 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 506276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0885119977703552, "S11": 1.0885119977703552, "W12": -6.6721082373874365, "S12": -13.95963275207577, "W13": -25.0, "S13": -25.0, "W21": -40.079950076967229, "S21": -40.079950076967229, "W22": -41.853428292290083, "S22": -41.853428292290083, "W31": -77.394328093636872, "S31": -78.327574347958887, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 509216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.065068286507017264, "S11": 0.065068286507017264, "W12": -10.229938549774683, "S12": -12.751047291778949, "W13": -24.75328420378084, "S13": -29.995230796456518, "W21": -35.538947053202762, "S21": -35.538947053202762, "W22": -40.246364441629098, "S22": -44.995531047904912, "W31": -67.487495787922654, "S31": -69.538589855145759, "W32": -89.625006953329247, "S32": -94.625006953329247 }, "geometry": { "type": "Point", "coordinates": [ 103181.0, 511405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49982225300092337, "S11": 0.49982225300092337, "W12": -10.0, "S12": -10.0, "W13": -18.296816996435588, "S13": -20.515384503177529, "W21": -38.935450604768228, "S21": -48.636483979485234, "W22": -43.990002, "S22": -52.628293426840344, "W31": -67.434164908996792, "S31": -72.586603933387039, "W32": -84.152105978260863, "S32": -89.152105978260863 }, "geometry": { "type": "Point", "coordinates": [ 103181.75, 499898.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4321225680933849, "S11": 3.4321225680933849, "W12": -11.009387919016799, "S12": -11.009387919016799, "W13": -21.345858280971107, "S13": -21.345858280971107, "W21": -52.11241610738255, "S21": -73.516697452948307, "W22": -46.028842772826266, "S22": -46.038275986463631, "W31": -84.401432704229222, "S31": -84.401432704229222, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 500506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6398448378754726, "S11": 1.6398448378754726, "W12": -5.8283062167683246, "S12": -8.8283062167683255, "W13": -16.803281481669451, "S13": -21.415302422367716, "W21": -56.699830683708178, "S21": -76.615972034174902, "W22": -59.315023215189875, "S22": -105.83434560799029, "W31": -105.83434560799029, "S31": -105.83434560799029, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 501177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0076179040546442, "S12": -10.521975883130189, "W13": -15.506302113631955, "S13": -17.043611638688247, "W21": -59.287825818723974, "S21": -76.180434148229409, "W22": -41.712321578629499, "S22": -42.15059876174243, "W31": -68.76761366765524, "S31": -73.591702843029523, "W32": -97.542382917191262, "S32": -102.54238291719126 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 501370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5423980385811777, "S11": 2.4404309035490139, "W12": -8.712750049106889, "S12": -12.592222241308598, "W13": -15.074607329842932, "S13": -16.115966524099015, "W21": -60.0, "S21": -74.693903401506361, "W22": -41.80291488967179, "S22": -51.111809120441023, "W31": -65.942407441999663, "S31": -69.344489023160307, "W32": -81.548165760869566, "S32": -86.548165760869566 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 501507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5073928901954379, "S11": 1.5073928901954379, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -34.576039228546158, "S21": -34.576039228546158, "W22": -39.52, "S22": -39.52, "W31": -78.510002, "S31": -78.510002, "W32": -95.510002, "S32": -100.510002 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 507863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5952641105536651, "S11": -1.5952641105536651, "W12": -6.7605560243383112, "S12": -6.7966091255317513, "W13": -23.027118953830918, "S13": -23.027118953830918, "W21": -36.897362794601101, "S21": -36.897362794601101, "W22": -41.924468989274835, "S22": -51.533843989274835, "W31": -66.183598581622391, "S31": -69.297111153000372, "W32": -81.979959239130437, "S32": -86.979959239130437 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 509155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49772092387234579, "S11": 0.49772092387234579, "W12": -9.0847230413185329, "S12": -14.084723041318533, "W13": -26.114290341737302, "S13": -26.114290341737302, "W21": -36.894395729918742, "S21": -36.894395729918742, "W22": -76.487778616988436, "S22": -80.067521054747374, "W31": -87.331405155767669, "S31": -87.331405155767669, "W32": -92.500357862761419, "S32": -97.500357862761419 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 509818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5026364399664147, "S11": 2.5026364399664147, "W12": -10.769652926259262, "S12": -10.769652926259262, "W13": -29.585929262915748, "S13": -29.585929262915748, "W21": -39.276857538801536, "S21": -39.276857538801536, "W22": -48.212664748598101, "S22": -48.212664748598101, "W31": -81.292420007984944, "S31": -86.766566760527994, "W32": -95.930014928426218, "S32": -100.93001492842622 }, "geometry": { "type": "Point", "coordinates": [ 103182.0, 510480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53612873278663153, "S11": 0.53612873278663153, "W12": -10.0, "S12": -10.707077616918063, "W13": -15.065683912119066, "S13": -20.065683912119066, "W21": -39.368227087263634, "S21": -49.325212558887209, "W22": -37.448556207998067, "S22": -38.479985388078468, "W31": -71.00500776273617, "S31": -71.00500776273617, "W32": -91.257440863574047, "S32": -96.257440863574047 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 499348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2308590608967833, "S12": -11.014088320486437, "W13": -20.000000000000004, "S13": -23.000000000000004, "W21": -38.828901062369276, "S21": -47.45316430703582, "W22": -37.896223891905372, "S22": -41.473167128055586, "W31": -70.764032098534102, "S31": -70.764032098534102, "W32": -91.576768886343515, "S32": -96.576768886343515 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 504131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.489004357757294, "W12": -7.7187716112104292, "S12": -8.4013017441897055, "W13": -20.0, "S13": -23.746616519375248, "W21": -37.471104210264528, "S21": -45.410323272953619, "W22": -56.045097471468765, "S22": -101.04509747146876, "W31": -106.30786966498786, "S31": -108.02988486844589, "W32": -112.39885112295474, "S32": -117.39885112295474 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 504253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.098112802916577202, "W12": -6.5839751925577676, "S12": -6.5839751925577676, "W13": -20.112184273232725, "S13": -20.519460853946214, "W21": -35.874916975478101, "S21": -38.092144253489053, "W22": -60.961075555983989, "S22": -74.301872082206941, "W31": -89.788829670195355, "S31": -89.788829670195355, "W32": -93.377243819991975, "S32": -98.377243819991975 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 506725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.161496647536473, "S11": 0.89750812529828772, "W12": -6.4069531738905656, "S12": -6.4069531738905656, "W13": -16.862667942631827, "S13": -17.978852768281708, "W21": -34.058334979458053, "S21": -34.058334979458053, "W22": -40.614019360905026, "S22": -40.614019360905026, "W31": -68.861100636603595, "S31": -69.861100636603595, "W32": -92.018502705621884, "S32": -97.018502705621884 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99019066040342629, "S11": 0.99019066040342629, "W12": -8.0138323692352937, "S12": -18.013832369235292, "W13": -29.272520886298107, "S13": -29.272520886298107, "W21": -37.7309288382231, "S21": -37.7309288382231, "W22": -42.017658625339024, "S22": -42.017658625339024, "W31": -77.476742149813177, "S31": -77.722266544742197, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.28, "S11": 3.28, "W12": -11.32, "S12": -32.32, "W13": -32.330002, "S13": -32.330002, "W21": -38.119999, "S21": -38.119999, "W22": -37.810525185358507, "S22": -52.024262505079186, "W31": -80.0, "S31": -84.049307122139865, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.019440964818763409, "S11": 0.019440964818763409, "W12": -12.749479733708929, "S12": -12.749479733708929, "W13": -20.0, "S13": -32.577958306205723, "W21": -34.830558099868725, "S21": -36.01986711777068, "W22": -35.42864958684094, "S22": -37.481459258009636, "W31": -74.317212376088918, "S31": -77.317212376088918, "W32": -90.218446369597473, "S32": -95.218446369597473 }, "geometry": { "type": "Point", "coordinates": [ 103183.75, 512173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49714084553165011, "S11": 0.49714084553165011, "W12": -11.6878873670518, "S12": -13.856051039706616, "W13": -17.937997153131555, "S13": -20.595840568291145, "W21": -30.0, "S21": -42.456792257172488, "W22": -39.843498842401502, "S22": -42.382692503777925, "W31": -67.343180756055617, "S31": -70.854931603610638, "W32": -91.788617886178855, "S32": -96.788617886178855 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4309571984435796, "S11": 3.4309571984435796, "W12": -10.930711553191315, "S12": -10.930711553191315, "W13": -21.332218876521889, "S13": -21.332218876521889, "W21": -52.293624161073822, "S21": -73.869923855263423, "W22": -38.135785848314661, "S22": -38.135785848314661, "W31": -66.672212046997629, "S31": -67.780051382743252, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 500505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8246053866601832, "S11": -0.706618840885336, "W12": -7.4491070109604731, "S12": -16.244628471005392, "W13": -19.368210679809934, "S13": -27.23881838436936, "W21": -34.583511917920077, "S21": -39.583511917920077, "W22": -38.655854052321381, "S22": -39.998586800597558, "W31": -67.474913400668839, "S31": -73.127276167568965, "W32": -85.049999738255764, "S32": -90.049999738255764 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 504521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2426195311312793, "S11": -1.2426195311312793, "W12": -9.9308368519689854, "S12": -12.554942792883015, "W13": -20.791179853367616, "S13": -20.791179853367616, "W21": -35.474439093719475, "S21": -38.084509231114644, "W22": -41.377244576302616, "S22": -50.556331114764156, "W31": -65.790267002627303, "S31": -69.407533281233825, "W32": -81.321671195652172, "S32": -86.321671195652172 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 506070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0738908131288141, "S11": 1.0738908131288141, "W12": -5.0, "S12": -5.2333208218685119, "W13": -20.0, "S13": -20.0, "W21": -38.632052475153785, "S21": -38.632052475153785, "W22": -55.734379594936712, "S22": -105.73437959493671, "W31": -106.86066760090975, "S31": -106.86066760090975, "W32": -112.0834686470223, "S32": -117.0834686470223 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4458739434919101, "S11": 2.4458739434919101, "W12": -9.7384868977176673, "S12": -15.917085960118104, "W13": -25.0, "S13": -25.0, "W21": -39.681664119510067, "S21": -39.681664119510067, "W22": -39.915621483798198, "S22": -40.206425280319905, "W31": -80.0, "S31": -80.0, "W32": -95.576629978419362, "S32": -100.57662997841936 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 510556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13605483836726026, "S11": 0.13605483836726026, "W12": -7.6852491171926722, "S12": -18.549449527717023, "W13": -30.0, "S13": -30.0, "W21": -37.132331626909611, "S21": -37.132331626909611, "W22": -40.0, "S22": -43.183519168876913, "W31": -81.647665429808157, "S31": -82.224696855814841, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103184.0, 511160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69621304350692048, "S11": 0.69621304350692048, "W12": -6.6262485412438954, "S12": -6.6262485412438954, "W13": -20.684948023795098, "S13": -20.684948023795098, "W21": -44.947012715643609, "S21": -44.947012715643609, "W22": -41.566470384276322, "S22": -41.566470384276322, "W31": -78.718577154309799, "S31": -79.218154324300343, "W32": -91.08033983585598, "S32": -96.08033983585598 }, "geometry": { "type": "Point", "coordinates": [ 103184.270491803283221, 516557.934426229505334 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8816371671608123, "S11": 2.8816371671608123, "W12": -10.594954183437528, "S12": -18.459284080344744, "W13": -30.335880014790163, "S13": -30.335880014790163, "W21": -37.736793592765387, "S21": -37.779591579496113, "W22": -38.363271292655575, "S22": -50.040165193991939, "W31": -77.032630382400058, "S31": -80.277266300629492, "W32": -91.192707778606163, "S32": -96.192707778606163 }, "geometry": { "type": "Point", "coordinates": [ 103184.5, 510286.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.346130430130537, "S11": 3.346130430130537, "W12": -6.5705239520958081, "S12": -15.389634529018885, "W13": -24.579901548300235, "S13": -24.579901548300235, "W21": -37.745970754052145, "S21": -37.745970754052145, "W22": -38.445175045108449, "S22": -39.471850071469987, "W31": -66.78471705887506, "S31": -67.082558756129586, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103184.75, 510212.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1058891447985455, "S11": 2.1058891447985455, "W12": -6.5720489388499139, "S12": -6.5720489388499139, "W13": -20.954804135317989, "S13": -21.582367685909418, "W21": -43.811719303359958, "S21": -43.811719303359958, "W22": -44.019639473029962, "S22": -53.400429819592929, "W31": -67.599569146357638, "S31": -73.232549496537317, "W32": -84.5078125, "S32": -89.5078125 }, "geometry": { "type": "Point", "coordinates": [ 103184.966666666659876, 515832.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8788737199125958, "S11": 2.8788737199125958, "W12": -9.1801436566342058, "S12": -9.1801436566342058, "W13": -19.911898280576914, "S13": -20.548108142836149, "W21": -45.537257072813894, "S21": -60.315147100234881, "W22": -41.797724536452598, "S22": -51.63716712960619, "W31": -66.570496299912037, "S31": -69.987750002092213, "W32": -82.700271739130429, "S32": -87.700271739130429 }, "geometry": { "type": "Point", "coordinates": [ 103185.0, 503116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.316709742563618, "S11": -0.183290257436382, "W12": -6.2174578866768755, "S12": -9.1387290789344107, "W13": -20.0, "S13": -20.950059774015653, "W21": -38.131757204372306, "S21": -41.186371385811256, "W22": -64.404400593607789, "S22": -77.483662901407769, "W31": -100.0, "S31": -100.0, "W32": -103.80468918836279, "S32": -108.80468918836279 }, "geometry": { "type": "Point", "coordinates": [ 103185.0, 506507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1058445240312977, "S12": -12.105844524031298, "W13": -26.391783188468388, "S13": -26.391783188468388, "W21": -37.062091965674718, "S21": -37.062091965674718, "W22": -79.427774515560785, "S22": -105.47869421049124, "W31": -105.47869421049124, "S31": -105.47869421049124, "W32": -105.47869421049124, "S32": -106.3875573436695 }, "geometry": { "type": "Point", "coordinates": [ 103185.0, 509870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3081991040318566, "S11": 2.3081991040318566, "W12": -8.0775790621817389, "S12": -19.102794118392197, "W13": -25.0, "S13": -25.0, "W21": -39.673193764189158, "S21": -39.673193764189158, "W22": -74.670821235511596, "S22": -80.158443483661799, "W31": -86.491007317401866, "S31": -86.491007317401866, "W32": -91.439676426393504, "S32": -96.439676426393504 }, "geometry": { "type": "Point", "coordinates": [ 103185.0, 510622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5427440691786156, "S11": 3.5427440691786156, "W12": -7.3824648769658889, "S12": -7.3824648769658889, "W13": -21.081659975974627, "S13": -21.272004669389407, "W21": -41.041742940790115, "S21": -41.041742940790115, "W22": -77.906986554365147, "S22": -93.404432928216011, "W31": -93.404432928216011, "S31": -93.404432928216011, "W32": -97.506181412623761, "S32": -102.50618141262376 }, "geometry": { "type": "Point", "coordinates": [ 103185.333333333328483, 515122.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099597275481029285, "S11": 0.099597275481029285, "W12": -10.0, "S12": -19.635895527409264, "W13": -20.0, "S13": -20.0, "W21": -39.5520046546483, "S21": -39.5520046546483, "W22": -70.0, "S22": -78.353706818681871, "W31": -85.35151520250929, "S31": -85.35151520250929, "W32": -89.906582992996661, "S32": -94.906582992996661 }, "geometry": { "type": "Point", "coordinates": [ 103185.4, 508373.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36069782101109704, "S11": -3.3574037258185574, "W12": -10.391770917390248, "S12": -19.349391912800886, "W13": -22.172374499096513, "S13": -25.158509259495442, "W21": -34.855537228801104, "S21": -35.476322950439979, "W22": -57.958314529768444, "S22": -67.224670498146111, "W31": -90.0, "S31": -90.0, "W32": -96.516419844531626, "S32": -101.51641984453163 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 504951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.055513285113848093, "S11": -7.4444867148861515, "W12": -10.269421119120178, "S12": -14.738746448764164, "W13": -21.686083876207285, "S13": -23.843159964205125, "W21": -35.414896106229286, "S21": -43.419596853312306, "W22": -40.0, "S22": -40.0, "W31": -68.495177788742211, "S31": -74.112169963934861, "W32": -98.017352064920658, "S32": -103.01735206492066 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.10121111551416684, "W12": -5.9748137795685334, "S12": -10.54697023093973, "W13": -20.0, "S13": -20.817533513495867, "W21": -37.414856459423646, "S21": -40.052180403085615, "W22": -38.311022660338118, "S22": -38.311022660338118, "W31": -67.788509481567928, "S31": -75.464985575317343, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 506571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.221742161557231, "S11": 2.0818669165779884, "W12": -8.3086487118525163, "S12": -18.513195494623833, "W13": -19.999476715805148, "S13": -19.999476715805148, "W21": -33.312969929209089, "S21": -33.312969929209089, "W22": -60.384371183282674, "S22": -60.384371183282674, "W31": -70.0, "S31": -70.0, "W32": -84.801349325337327, "S32": -89.801349325337327 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 507509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25019457819946017, "S11": 0.25019457819946017, "W12": -6.5805918485587913, "S12": -15.051137516669822, "W13": -25.0, "S13": -25.0, "W21": -38.409898967830976, "S21": -38.409898967830976, "W22": -44.684779711798527, "S22": -44.684779711798527, "W31": -57.929434737502731, "S31": -57.929434737502731, "W32": -91.929984207630582, "S32": -96.929984207630582 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 509260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41833397460561755, "S11": -0.41833397460561755, "W12": -7.911879085275908, "S12": -14.095174491158595, "W13": -25.0, "S13": -25.0, "W21": -35.714153317310767, "S21": -35.714153317310767, "W22": -46.484123542875679, "S22": -46.484123542875679, "W31": -57.970990101347347, "S31": -57.970990101347347, "W32": -92.102727098414647, "S32": -97.102727098414647 }, "geometry": { "type": "Point", "coordinates": [ 103186.0, 509367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.085734773750804183, "W12": -6.5055766730019, "S12": -6.5589981675443019, "W13": -20.100389197776011, "S13": -20.524002761887591, "W21": -35.717335204150068, "S21": -37.986657000038207, "W22": -39.086446994291428, "S22": -45.573887773767609, "W31": -67.046396731801792, "S31": -74.415548510499335, "W32": -96.835845322371924, "S32": -101.83584532237192 }, "geometry": { "type": "Point", "coordinates": [ 103186.25, 506723.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56617754952318589, "S11": 0.56617754952318589, "W12": -6.5897965538824348, "S12": -6.5897965538824348, "W13": -20.904775914016128, "S13": -21.251513457902337, "W21": -44.95979664632592, "S21": -44.95979664632592, "W22": -49.921367964392644, "S22": -49.921367964392644, "W31": -70.812122736750425, "S31": -70.812122736750425, "W32": -86.855654117919059, "S32": -91.855654117919059 }, "geometry": { "type": "Point", "coordinates": [ 103186.8, 516131.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2565404614884628, "S12": -6.2565404614884628, "W13": -15.0, "S13": -17.940791122918533, "W21": -38.871027048646276, "S21": -43.409000450387992, "W22": -40.527096734438601, "S22": -43.742133482038966, "W31": -70.0, "S31": -71.159342008347764, "W32": -95.13474235757063, "S32": -100.13474235757063 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 498962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49812027679946203, "S11": 0.49812027679946203, "W12": -9.801295896328293, "S12": -11.328823076527229, "W13": -16.948810395010394, "S13": -21.694149185369646, "W21": -31.720048651935944, "S21": -32.186835007411709, "W22": -48.91757532683819, "S22": -48.927575326838188, "W31": -80.478595536575284, "S31": -80.478595536575284, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 499558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.2058225257407837, "S12": -10.782633097696889, "W13": -20.0, "S13": -22.986698791589564, "W21": -38.720019867862469, "S21": -47.30279301103063, "W22": -48.604747578759017, "S22": -48.614747578759015, "W31": -89.490150533791947, "S31": -89.490150533791947, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 504144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2950401767858673, "S11": -5.5391551892623054, "W12": -5.5391551892623054, "S12": -7.7500248455133942, "W13": -18.836515573260684, "S13": -21.836515573260684, "W21": -36.028608053502822, "S21": -43.695377525250123, "W22": -43.236145583318446, "S22": -43.236145583318446, "W31": -81.734322820036965, "S31": -82.302948579319462, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 505744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.466370441922241, "S11": 2.466370441922241, "W12": -10.216552135647159, "S12": -13.533859827954851, "W13": -26.852678571428573, "S13": -26.852678571428573, "W21": -39.570275601003921, "S21": -40.128992888139933, "W22": -40.0, "S22": -40.0, "W31": -68.186401309161752, "S31": -74.702742220190245, "W32": -98.85299642059752, "S32": -103.85299642059752 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 510532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5053357614606275, "S11": 2.5053357614606275, "W12": -7.5689676580347012, "S12": -15.288883277938925, "W13": -25.0, "S13": -25.0, "W21": -39.261279209740238, "S21": -39.261279209740238, "W22": -54.552200634900011, "S22": -54.552200634900011, "W31": -90.0, "S31": -90.0, "W32": -96.887234569667257, "S32": -101.88723456966726 }, "geometry": { "type": "Point", "coordinates": [ 103187.0, 510682.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48762659129174479, "S11": 0.48762659129174479, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.375080319607203, "W21": -38.360671295168729, "S21": -42.356676621400418, "W22": -38.487544641684565, "S22": -43.291719313862437, "W31": -70.0, "S31": -70.0, "W32": -92.815203302975917, "S32": -97.815203302975917 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 498667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1798152962842599, "S12": -8.0813208295215819, "W13": -15.0, "S13": -18.812453300124531, "W21": -40.0, "S21": -43.930541671294755, "W22": -63.562585969738649, "S22": -69.784417986127295, "W31": -102.6746617850899, "S31": -102.6746617850899, "W32": -110.62371741950702, "S32": -115.62371741950702 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.13845700193008792, "W12": -6.5239571871561468, "S12": -7.1798292920956834, "W13": -20.112184273232725, "S13": -20.387355024538468, "W21": -37.104068318052228, "S21": -39.358061361283561, "W22": -80.0, "S22": -80.793646234273567, "W31": -101.19787739313519, "S31": -101.19787739313519, "W32": -104.74106811766397, "S32": -109.74106811766397 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 506740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.7614101184488336, "W13": -24.828492213152593, "S13": -24.828492213152593, "W21": -40.3629788858117, "S21": -40.3629788858117, "W22": -40.658458039640443, "S22": -44.065179796292561, "W31": -80.0, "S31": -80.0, "W32": -96.080280713873023, "S32": -101.08028071387302 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 508880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3381285218969499, "S12": -7.716373969227492, "W13": -24.997291013338, "S13": -24.997291013338, "W21": -37.255042175289461, "S21": -37.255042175289461, "W22": -39.154383933465105, "S22": -39.154383933465105, "W31": -67.976958677998638, "S31": -75.103422122693075, "W32": -99.535253570542594, "S32": -104.53525357054259 }, "geometry": { "type": "Point", "coordinates": [ 103188.0, 509036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15419471355277461, "S11": 0.15419471355277461, "W12": -10.0, "S12": -17.962754976219514, "W13": -20.0, "S13": -20.0, "W21": -39.425666387814886, "S21": -39.425666387814886, "W22": -40.182578020674654, "S22": -44.443424217258944, "W31": -67.419833781347108, "S31": -69.341594816011366, "W32": -90.345688770790943, "S32": -95.345688770790943 }, "geometry": { "type": "Point", "coordinates": [ 103188.571428571434808, 508353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.46568047337278112, "W12": -5.0388636117430403, "S12": -6.0208613790225964, "W13": -15.0, "S13": -17.917780095720801, "W21": -38.726913822354966, "S21": -43.412527810068461, "W22": -40.0, "S22": -48.775496166403755, "W31": -65.328800930908471, "S31": -69.562447073177523, "W32": -80.584442934782615, "S32": -85.584442934782615 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 498947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7099041273968156, "S12": -6.7020761125404524, "W13": -15.0, "S13": -18.0, "W21": -39.123515485398379, "S21": -43.354731309336813, "W22": -36.626564444511629, "S22": -38.571547729241956, "W31": -70.933961502399271, "S31": -70.933961502399271, "W32": -90.939067353916101, "S32": -95.939067353916101 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9707356029199747, "S11": 1.9909081542673419, "W12": -6.2350790340009548, "S12": -6.2350790340009548, "W13": -17.522879778703121, "S13": -17.522879778703121, "W21": -44.67134678868414, "S21": -59.551664865953711, "W22": -41.603848052460513, "S22": -42.020774575643955, "W31": -68.742014575375208, "S31": -73.638697742958044, "W32": -97.535838496154383, "S32": -102.53583849615438 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 502806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2607419583056294, "S11": 1.2607419583056294, "W12": -7.4776321714732275, "S12": -10.926682453099488, "W13": -19.949605273022254, "S13": -24.607664044170964, "W21": -36.035697792240569, "S21": -43.815686567178069, "W22": -58.948670693148756, "S22": -68.777364483298655, "W31": -105.81045478340747, "S31": -106.73118390591704, "W32": -111.84349569524707, "S32": -116.84349569524707 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 504384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21391877150577723, "S11": -1.0507251970090328, "W12": -4.3999988149482085, "S12": -5.6039250969994905, "W13": -19.706940424256434, "S13": -19.706940424256434, "W21": -39.428655215353018, "S21": -44.217306238592023, "W22": -48.019639664951711, "S22": -48.019639664951711, "W31": -80.0, "S31": -85.741732378257979, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 505827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0782073024180412, "S11": 0.078207302418041191, "W12": -7.2768237143587005, "S12": -8.6218157652331051, "W13": -16.695521554061848, "S13": -17.015396113058319, "W21": -33.08599166001742, "S21": -33.08599166001742, "W22": -41.470382932338353, "S22": -43.09757262123177, "W31": -69.304108761272644, "S31": -72.562514591143312, "W32": -96.493000585881489, "S32": -101.49300058588149 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 507093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -12.946199292397772, "W13": -23.148907103825135, "S13": -23.148907103825135, "W21": -38.829514991076053, "S21": -38.829514991076053, "W22": -40.035511018048936, "S22": -40.035511018048936, "W31": -68.189873616472255, "S31": -74.695558741183604, "W32": -98.828543076868556, "S32": -103.82854307686856 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 508704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9770858799210007, "S12": -8.9770858799210007, "W13": -27.660086663456909, "S13": -27.660086663456909, "W21": -37.4078948821126, "S21": -37.4078948821126, "W22": -37.388176974265718, "S22": -37.388176974265718, "W31": -67.180817010414088, "S31": -72.91554341381412, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 509972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5036859781696053, "S11": 2.5036859781696053, "W12": -11.210200387847445, "S12": -11.210200387847445, "W13": -29.765974735908991, "S13": -29.765974735908991, "W21": -39.25648379214352, "S21": -39.25648379214352, "W22": -42.009404783979235, "S22": -51.481760553210009, "W31": -65.937192130126874, "S31": -69.439862441312741, "W32": -81.66936141304349, "S32": -86.66936141304349 }, "geometry": { "type": "Point", "coordinates": [ 103189.0, 510470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26533516723209871, "S11": 0.26533516723209871, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.781930465551174, "W21": -37.567119947054671, "S21": -39.126274092853222, "W22": -39.997754601226987, "S22": -42.151870854717131, "W31": -67.283016640369979, "S31": -72.086139665135818, "W32": -92.528455284552848, "S32": -97.528455284552848 }, "geometry": { "type": "Point", "coordinates": [ 103189.5, 498357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4245911615551798, "S11": 2.4245911615551798, "W12": -9.784407413853117, "S12": -17.46993606525724, "W13": -25.0, "S13": -25.0, "W21": -39.75894059185876, "S21": -39.75894059185876, "W22": -44.568187275683293, "S22": -44.568187275683293, "W31": -77.792303347092371, "S31": -78.04908300810952, "W32": -94.954000441299769, "S32": -99.954000441299769 }, "geometry": { "type": "Point", "coordinates": [ 103190.25, 510570.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3325873032011451, "S11": 0.3325873032011451, "W12": -13.795926425987339, "S12": -13.795926425987339, "W13": -19.957809298593556, "S13": -20.520499042336009, "W21": -35.502255531402803, "S21": -35.502255531402803, "W22": -61.11416781292985, "S22": -64.444574602511352, "W31": -103.87682688730341, "S31": -103.87682688730341, "W32": -111.09841962495577, "S32": -116.09841962495577 }, "geometry": { "type": "Point", "coordinates": [ 103190.363636363632395, 512735.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -19.82752631889068, "S13": -23.214251994286961, "W21": -46.205547047813511, "S21": -58.922996717179679, "W22": -54.881882734177211, "S22": -103.64204300893394, "W31": -107.24590043419329, "S31": -107.24590043419329, "W32": -112.3321202218261, "S32": -117.3321202218261 }, "geometry": { "type": "Point", "coordinates": [ 103191.0, 503437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2797484123603116, "S11": -1.2797484123603116, "W12": -10.0, "S12": -10.0, "W13": -21.099165589793461, "S13": -21.099165589793461, "W21": -33.923264723457294, "S21": -37.649922044090395, "W22": -44.52274020051258, "S22": -52.344691073720021, "W31": -80.0, "S31": -80.0, "W32": -98.264919560130139, "S32": -103.26491956013014 }, "geometry": { "type": "Point", "coordinates": [ 103191.0, 506120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3216033829991582, "S11": 1.8216033829991582, "W12": -9.0097874052343112, "S12": -22.675892769679827, "W13": -22.675892769679827, "S13": -22.675892769679827, "W21": -33.6182846359956, "S21": -33.6182846359956, "W22": -41.070766850176113, "S22": -44.387349764748976, "W31": -77.537807471806843, "S31": -79.703016845606342, "W32": -94.795239109596338, "S32": -99.795239109596338 }, "geometry": { "type": "Point", "coordinates": [ 103191.0, 507311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3976324503311262, "S11": 1.3943019880859353, "W12": -8.4252314092563694, "S12": -25.75248462814049, "W13": -32.383664932977659, "S13": -32.383664932977659, "W21": -38.170936662853912, "S21": -38.170936662853912, "W22": -37.683862401758169, "S22": -37.683862401758169, "W31": -67.621344880384527, "S31": -75.783657739237754, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103191.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8945058022968506, "S11": 1.8945058022968506, "W12": -6.561894442584709, "S12": -6.561894442584709, "W13": -20.957092984435182, "S13": -21.576732183159265, "W21": -43.939528523260321, "S21": -43.939528523260321, "W22": -60.42566635160501, "S22": -60.42566635160501, "W31": -70.023353074707614, "S31": -70.704839508834453, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103191.288888888884685, 515881.688888888864312 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4000690001848972, "S11": 3.4000690001848972, "W12": -8.1343154718803756, "S12": -8.1343154718803756, "W13": -21.114701443873759, "S13": -21.114701443873759, "W21": -40.497859862600521, "S21": -40.497859862600521, "W22": -44.642141181589118, "S22": -44.642141181589118, "W31": -79.62771146169186, "S31": -80.772302380294079, "W32": -93.495609320782194, "S32": -98.495609320782194 }, "geometry": { "type": "Point", "coordinates": [ 103191.737704918035888, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094791787849879947, "S11": -6.7271508942765674, "W12": -6.7271508942765674, "S12": -6.8823707852062421, "W13": -18.314413124055712, "S13": -20.656112154385546, "W21": -34.79097535203254, "S21": -44.839113507493536, "W22": -44.207057047149434, "S22": -52.544649928971481, "W31": -80.0, "S31": -80.0, "W32": -98.02930601257772, "S32": -103.02930601257772 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 505667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.987827251545673, "S11": 1.9267879073524712, "W12": -7.6579101219939982, "S12": -17.657910121994, "W13": -19.990560157333334, "S13": -19.990560157333334, "W21": -33.459737340645709, "S21": -33.459737340645709, "W22": -44.562843720849095, "S22": -48.622312811905353, "W31": -82.002181443802087, "S31": -82.290924220165465, "W32": -99.071473985210901, "S32": -104.0714739852109 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 507555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.57, "S11": 3.57, "W12": -10.73, "S12": -10.73, "W13": -30.24, "S13": -30.24, "W21": -37.73, "S21": -37.73, "W22": -37.228923458922701, "S22": -50.827647618723894, "W31": -80.0, "S31": -86.883527783270708, "W32": -90.480884707766208, "S32": -95.480884707766208 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3606320115368469, "S11": 2.3606320115368469, "W12": -7.2318634559793393, "S12": -9.6650024063111317, "W13": -24.294436871229262, "S13": -24.294436871229262, "W21": -37.937404867927071, "S21": -37.937404867927071, "W22": -42.84, "S22": -51.831214783398977, "W31": -67.006964121928604, "S31": -71.274157714710924, "W32": -83.580978260869571, "S32": -88.580978260869571 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6722162157531455, "S11": 0.6722162157531455, "W12": -6.6129592594482824, "S12": -6.6129592594482824, "W13": -20.647040968351167, "S13": -20.647040968351167, "W21": -44.877813848807634, "S21": -44.877813848807634, "W22": -42.012822038105114, "S22": -51.70272588425896, "W31": -66.082898708793778, "S31": -69.431238755715114, "W32": -81.957880434782609, "S32": -86.957880434782609 }, "geometry": { "type": "Point", "coordinates": [ 103192.032786885247333, 516607.295081967196893 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70487645186346215, "S11": 0.70487645186346215, "W12": -6.613563202390373, "S12": -6.613563202390373, "W13": -20.63956642980742, "S13": -20.63956642980742, "W21": -44.845034009496288, "S21": -44.845034009496288, "W22": -40.178754885615142, "S22": -42.665104054887252, "W31": -80.03082020437391, "S31": -80.03082020437391, "W32": -95.913652279654627, "S32": -100.91365227965463 }, "geometry": { "type": "Point", "coordinates": [ 103192.112068965521757, 516617.987068965507206 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9688306311501469, "W13": -15.0, "S13": -17.927660487939811, "W21": -38.655695826909302, "S21": -43.387958029029058, "W22": -59.153098145635454, "S22": -59.153098145635454, "W31": -105.29625288499211, "S31": -105.917868762141, "W32": -111.65732987380586, "S32": -116.65732987380586 }, "geometry": { "type": "Point", "coordinates": [ 103193.0, 498946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3702395823099272, "S11": 2.3702395823099272, "W12": -10.423113728376887, "S12": -10.423113728376887, "W13": -17.751417625633064, "S13": -18.077269169199578, "W21": -45.190383237379848, "S21": -68.565388429056554, "W22": -49.309381594935047, "S22": -49.309381594935047, "W31": -80.466548793703311, "S31": -86.441773015698089, "W32": -95.033569173270024, "S32": -100.03356917327002 }, "geometry": { "type": "Point", "coordinates": [ 103193.0, 500294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21381122709683442, "S11": 0.21381122709683442, "W12": -8.7500257147864939, "S12": -9.1569774363435261, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -36.078906846567641, "S21": -36.078906846567641, "W22": -42.99620131025484, "S22": -43.805101003240139, "W31": -83.577040816326274, "S31": -83.707420199920506, "W32": -98.423839922807602, "S32": -103.4238399228076 }, "geometry": { "type": "Point", "coordinates": [ 103193.2, 509626.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49908971991381967, "S11": 0.49908971991381967, "W12": -10.0, "S12": -10.520769088442091, "W13": -18.242074852695133, "S13": -20.478942613593798, "W21": -38.34877298468853, "S21": -47.810176621583295, "W22": -40.102189404560121, "S22": -40.102189404560121, "W31": -68.236167444134168, "S31": -74.606131452244384, "W32": -98.656749477265478, "S32": -103.65674947726548 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 499884.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1758175211949939, "S11": 1.1758175211949939, "W12": -6.3395074105732876, "S12": -8.9959821629926111, "W13": -17.01552913025553, "S13": -20.95977043823261, "W21": -55.448763092045134, "S21": -75.433640046827534, "W22": -37.970001, "S22": -37.970001, "W31": -62.610001, "S31": -70.210001, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 501131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5430405732163477, "S11": 2.0081015149713486, "W12": -4.8100849011266744, "S12": -13.467843814035056, "W13": -13.467843814035056, "S13": -19.167206292593903, "W21": -60.50438120997508, "S21": -70.0, "W22": -35.233457811375892, "S22": -35.370527235501442, "W31": -73.87373596778788, "S31": -73.87373596778788, "W32": -90.153723735222329, "S32": -95.153723735222329 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 502213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9301251239082051, "S11": 1.9301251239082051, "W12": -8.7024510068585652, "S12": -13.531626590115827, "W13": -20.0, "S13": -22.98014124053433, "W21": -40.0, "S21": -49.727856682031948, "W22": -66.153806298449581, "S22": -75.725462948674348, "W31": -87.08811847564813, "S31": -87.08811847564813, "W32": -89.184087279050729, "S32": -94.184087279050729 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1368884317773485, "S11": -3.8480452657104065, "W12": -10.580579099440957, "S12": -17.29666778619498, "W13": -22.72726937488293, "S13": -24.855073322270133, "W21": -35.734713338683711, "S21": -42.990533963055924, "W22": -42.420444203734938, "S22": -43.6031603986332, "W31": -80.0, "S31": -80.0, "W32": -95.751677035692509, "S32": -100.75167703569251 }, "geometry": { "type": "Point", "coordinates": [ 103194.0, 505246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29923763386017099, "S11": 0.29923763386017099, "W12": -6.5773843417947866, "S12": -6.5773843417947866, "W13": -20.909102375938158, "S13": -21.254915830157373, "W21": -45.070472488498567, "S21": -45.070472488498567, "W22": -43.141778285192558, "S22": -43.992647537999062, "W31": -83.674860853432008, "S31": -83.772338126692588, "W32": -98.54507508433052, "S32": -103.54507508433052 }, "geometry": { "type": "Point", "coordinates": [ 103194.1, 516179.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12145655400631851, "S11": 0.12145655400631851, "W12": -8.5697754712024921, "S12": -9.2385161149153117, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -35.921120588980024, "S21": -35.921120588980024, "W22": -42.395954866513215, "S22": -42.500910155380254, "W31": -83.120253555967608, "S31": -83.398327862410468, "W32": -97.208934266266439, "S32": -102.20893426626644 }, "geometry": { "type": "Point", "coordinates": [ 103194.333333333328483, 509587.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3584526174121776, "S11": 1.6626061747714389, "W12": -5.0, "S12": -13.067491667924335, "W13": -13.783460465892787, "S13": -20.28942386743179, "W21": -60.71260089462028, "S21": -72.048734878722769, "W22": -42.645008150389025, "S22": -42.645008150389025, "W31": -82.763048855905794, "S31": -83.121759786665464, "W32": -95.576538626302906, "S32": -100.57653862630291 }, "geometry": { "type": "Point", "coordinates": [ 103195.0, 502185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8173720806501916, "S11": 1.8173720806501916, "W12": -7.1608917644307599, "S12": -17.160891764430758, "W13": -19.985440242666666, "S13": -19.985440242666666, "W21": -33.572757891154616, "S21": -33.572757891154616, "W22": -40.0, "S22": -43.383459022145061, "W31": -80.203306513045121, "S31": -80.829728586411392, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103195.0, 507590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.019525260620101778, "S11": 0.019525260620101778, "W12": -11.510964360637283, "S12": -11.510964360637283, "W13": -20.0, "S13": -31.923639231471647, "W21": -33.956961446616617, "S21": -33.956961446616617, "W22": -41.907362433283652, "S22": -51.758922566576594, "W31": -66.403617676311953, "S31": -69.746892048998092, "W32": -82.553804347826087, "S32": -87.553804347826087 }, "geometry": { "type": "Point", "coordinates": [ 103195.882352941174759, 511834.470588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10748827178335607, "S11": 0.10748827178335607, "W12": -7.2963708454203644, "S12": -7.2963708454203644, "W13": -15.841123341583913, "S13": -16.760746558114825, "W21": -34.309743033292229, "S21": -34.309743033292229, "W22": -39.922500381661763, "S22": -47.049687414047206, "W31": -77.572685173696115, "S31": -81.708257312999962, "W32": -93.294635566442707, "S32": -98.294635566442707 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.050479496814243137, "S11": -6.7998201338602966, "W12": -9.1212732571172381, "S12": -11.027197791861989, "W13": -19.914908377723965, "S13": -21.837446560327827, "W21": -35.440379082956518, "S21": -39.573446689885841, "W22": -50.218108783622505, "S22": -50.226110767749489, "W31": -93.708273900547368, "S31": -93.708273900547368, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 505408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.048385637169145845, "S11": -0.048385637169145845, "W12": -4.2905130681582113, "S12": -4.2905130681582113, "W13": -20.209737822717027, "S13": -20.209737822717027, "W21": -36.74399701029693, "S21": -40.072791607974885, "W22": -80.0, "S22": -102.98550527081062, "W31": -102.98550527081062, "S31": -102.98550527081062, "W32": -102.98550527081062, "S32": -107.45453949180779 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 505868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7644882282827199, "S12": -4.7644882282827199, "W13": -22.705278830641888, "S13": -22.705278830641888, "W21": -33.259512246534328, "S21": -35.524835158916275, "W22": -41.232949318695006, "S22": -41.499063604651724, "W31": -68.660353906413548, "S31": -73.793550772042593, "W32": -97.647311801149328, "S32": -102.64731180114933 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 505935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015167534157449591, "S11": -0.3261508720730017, "W12": -6.6743081709513685, "S12": -16.419634048987362, "W13": -20.0, "S13": -20.459475460304251, "W21": -37.627469996531815, "S21": -41.505582629784165, "W22": -38.016621066040543, "S22": -38.016621066040543, "W31": -66.691543134332633, "S31": -67.868678882851384, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 506339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15659085929333347, "S11": -0.15659085929333347, "W12": -5.7382451385447384, "S12": -10.884004310784384, "W13": -25.0, "S13": -25.0, "W21": -38.367520039645711, "S21": -38.367520039645711, "W22": -38.783127062476424, "S22": -48.321817538666906, "W31": -66.894916692762308, "S31": -70.293123116143633, "W32": -99.39663150101795, "S32": -104.39663150101795 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 509195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58917665644037365, "S11": -0.58917665644037365, "W12": -6.7671161466009897, "S12": -17.518681415974843, "W13": -25.0, "S13": -25.0, "W21": -37.277829213250349, "S21": -37.277829213250349, "W22": -41.907973189521094, "S22": -51.712577854774047, "W31": -66.416966753435972, "S31": -69.796234544468476, "W32": -82.593546195652181, "S32": -87.593546195652181 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 509303.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.298456397570007, "S11": 2.298456397570007, "W12": -11.122535428372533, "S12": -11.122535428372533, "W13": -30.0, "S13": -30.0, "W21": -39.423570494938254, "S21": -39.832940234979397, "W22": -59.109504045570127, "S22": -107.1640302499045, "W31": -107.1640302499045, "S31": -107.1640302499045, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103196.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0258774987690327, "S11": 3.0258774987690327, "W12": -10.85305150448961, "S12": -10.85305150448961, "W13": -20.116843178730328, "S13": -20.116843178730328, "W21": -49.999999999999993, "S21": -70.0, "W22": -75.953823481898752, "S22": -112.1291014331792, "W31": -112.1291014331792, "S31": -112.1291014331792, "W32": -112.1291014331792, "S32": -112.1291014331792 }, "geometry": { "type": "Point", "coordinates": [ 103197.0, 500743.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5290920319761456, "S11": 1.6870164538599584, "W12": -8.6126706437990777, "S12": -16.451653694646538, "W13": -17.026807473598701, "S13": -17.555189069727437, "W21": -33.265032549624195, "S21": -33.265032549624195, "W22": -50.0, "S22": -50.0, "W31": -84.195214562917045, "S31": -90.006174731922457, "W32": -96.114763499543798, "S32": -101.1147634995438 }, "geometry": { "type": "Point", "coordinates": [ 103197.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6810889612065072, "S12": -8.2430068862798915, "W13": -25.0, "S13": -25.0, "W21": -38.218897250668924, "S21": -38.218897250668924, "W22": -42.178625128151815, "S22": -42.178625128151815, "W31": -72.808758380592494, "S31": -73.766558147763618, "W32": -94.559942688826723, "S32": -99.559942688826723 }, "geometry": { "type": "Point", "coordinates": [ 103197.0, 509081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3132452765066063, "S11": 3.3132452765066063, "W12": -8.39125, "S12": -11.604033505154639, "W13": -23.822453318543172, "S13": -23.822453318543172, "W21": -37.745567821636243, "S21": -38.740292849694605, "W22": -44.01582677179875, "S22": -44.01582677179875, "W31": -79.240120104281118, "S31": -79.240120104281118, "W32": -95.464114221029376, "S32": -100.46411422102938 }, "geometry": { "type": "Point", "coordinates": [ 103197.0, 510239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2986714257963587, "S11": 2.2986714257963587, "W12": -5.2638759723837785, "S12": -7.6676081998700543, "W13": -25.0, "S13": -25.0, "W21": -39.098872279226235, "S21": -39.098872279226235, "W22": -43.06185683738714, "S22": -43.06185683738714, "W31": -82.225479282621976, "S31": -82.712980809426867, "W32": -91.479553903345717, "S32": -96.479553903345717 }, "geometry": { "type": "Point", "coordinates": [ 103197.0, 510725.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8877581422272249, "S11": 1.4663855385410747, "W12": -4.9064911493105514, "S12": -4.9064911493105514, "W13": -16.394384383069553, "S13": -16.394384383069553, "W21": -47.602004572670985, "S21": -62.508504345366603, "W22": -41.856316534322936, "S22": -41.856316534322936, "W31": -77.811797066185179, "S31": -78.217260592118947, "W32": -93.19132263785211, "S32": -98.19132263785211 }, "geometry": { "type": "Point", "coordinates": [ 103197.428571428565192, 502693.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9914367799113739, "S11": 2.9914367799113739, "W12": -10.755781161872532, "S12": -10.852586273693497, "W13": -19.988720992622401, "S13": -19.988720992622401, "W21": -50.0, "S21": -70.0, "W22": -41.637936552679477, "S22": -41.637936552679477, "W31": -77.177312660569086, "S31": -78.602625760838066, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103197.5, 500758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6831224597949572, "S11": 1.6831224597949572, "W12": -6.5517399463195058, "S12": -6.5517399463195058, "W13": -20.95938183355236, "S13": -21.57109668040906, "W21": -44.06733774316092, "S21": -44.06733774316092, "W22": -35.726276457481141, "S22": -38.312354739737991, "W31": -70.792631048871655, "S31": -70.792631048871655, "W32": -90.62069384425817, "S32": -95.62069384425817 }, "geometry": { "type": "Point", "coordinates": [ 103197.611111111109494, 515931.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47988272099384599, "S11": 0.47988272099384599, "W12": -13.081054935571798, "S12": -13.081054935571798, "W13": -20.674244413941754, "S13": -25.215422228172997, "W21": -38.621837366029759, "S21": -39.595455716817995, "W22": -38.866488039390482, "S22": -43.753112817893758, "W31": -70.0, "S31": -70.0, "W32": -93.457624369029546, "S32": -98.457624369029546 }, "geometry": { "type": "Point", "coordinates": [ 103197.8, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -12.614445913101573, "W13": -23.251366120218577, "S13": -23.251366120218577, "W21": -38.955291795934514, "S21": -38.955291795934514, "W22": -46.799452507033941, "S22": -46.809452507033939, "W31": -85.965318914451018, "S31": -85.965318914451018, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103198.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4445400788436267, "S11": 3.4436621026531506, "W12": -8.2903475742215793, "S12": -28.290347574221578, "W13": -28.290347574221578, "S13": -28.290347574221578, "W21": -37.935520745535712, "S21": -38.431794037461181, "W22": -40.0, "S22": -39.999999999999993, "W31": -68.532353040296286, "S31": -74.038053918409432, "W32": -97.869603969035524, "S32": -102.86960396903552 }, "geometry": { "type": "Point", "coordinates": [ 103198.0, 510198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.046423012222339, "S11": 1.2530903876188426, "W12": -6.7245377723685404, "S12": -9.1637168423505493, "W13": -19.578595317725672, "S13": -19.578595317725672, "W21": -35.74287780035614, "S21": -36.616600956720546, "W22": -37.825515695717023, "S22": -37.825515695717023, "W31": -66.829775444406607, "S31": -68.186160162231829, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103198.2, 506881.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2435468494087671, "S11": 1.2435468494087671, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.2981364810786, "S13": -27.951498903509965, "W21": -38.713604491799039, "S21": -38.713604491799039, "W22": -40.0, "S22": -43.645002543378361, "W31": -79.551865702524765, "S31": -79.551865702524765, "W32": -95.822739277411387, "S32": -100.82273927741139 }, "geometry": { "type": "Point", "coordinates": [ 103198.235294117650483, 513604.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49954708348806109, "S11": 0.49954708348806109, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -17.489448236714491, "W21": -37.97051994716287, "S21": -42.595752969799356, "W22": -41.808194288289364, "S22": -43.472317118490558, "W31": -80.0, "S31": -80.0, "W32": -95.916614973343414, "S32": -100.91661497334341 }, "geometry": { "type": "Point", "coordinates": [ 103198.5, 498710.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49842362352441461, "S11": 0.49842362352441461, "W12": -9.6117392961504251, "S12": -11.594737214262846, "W13": -16.64188814968815, "S13": -21.585498881839129, "W21": -30.951753496857897, "S21": -30.951753496857897, "W22": -40.0, "S22": -43.437060810211193, "W31": -80.906172633783996, "S31": -81.51922936662659, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8594620910871105, "S11": 2.8594620910871105, "W12": -11.065975173152207, "S12": -11.065975173152207, "W13": -19.517080219413447, "S13": -19.517080219413447, "W21": -50.000000000000007, "S21": -70.0, "W22": -40.503433280507601, "S22": -45.168178236015805, "W31": -77.641546985832093, "S31": -79.89668077550229, "W32": -94.237494230837513, "S32": -99.237494230837513 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 500397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0857671612558999, "S11": 2.8001647728600645, "W12": -7.016811351518089, "S12": -7.016811351518089, "W13": -18.335978641243148, "S13": -18.335978641243148, "W21": -42.081609627679576, "S21": -56.717123515568296, "W22": -37.765347814490532, "S22": -51.635469492448799, "W31": -80.0, "S31": -86.775978491934481, "W32": -90.203162530024017, "S32": -95.203162530024017 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084655862379891034, "S11": -6.4895073404203618, "W12": -6.4895073404203618, "S12": -8.9790689534480226, "W13": -18.417725473287391, "S13": -20.649971968144381, "W21": -34.950034369048915, "S21": -44.927680743835936, "W22": -39.914749907112054, "S22": -39.914749907112054, "W31": -68.489716997919658, "S31": -74.11940641496966, "W32": -97.941249797434594, "S32": -102.94124979743459 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20322193471119285, "S11": -5.6246658748843501, "W12": -6.3206055560693155, "S12": -11.320605556069314, "W13": -18.795911202613507, "S13": -19.154781216337252, "W21": -34.224883869497383, "S21": -42.212480476929116, "W22": -42.072367160780246, "S22": -51.800732545395633, "W31": -66.008982269348678, "S31": -69.518229314632194, "W32": -81.925815217391289, "S32": -86.925815217391289 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47153131175529567, "S11": -3.3034043220427272, "W12": -4.3148481059909898, "S12": -5.051282214518122, "W13": -19.381554807868849, "S13": -19.381554807868849, "W21": -37.947197832988429, "S21": -42.947197832988429, "W22": -38.168251658769186, "S22": -38.792159338423758, "W31": -63.738187041047915, "S31": -70.811563903288118, "W32": -80.408984507893308, "S32": -85.408984507893308 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 505784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0711542133222518, "S11": 1.1992050324462906, "W12": -5.5452967421596222, "S12": -6.5807964185948631, "W13": -18.517685130387623, "S13": -18.911333569646395, "W21": -34.881109023247234, "S21": -34.881109023247234, "W22": -41.239973241568158, "S22": -41.528615496571135, "W31": -68.663317230236729, "S31": -73.786912675465032, "W32": -97.615973373555576, "S32": -102.61597337355558 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0063009539081143734, "S11": -0.0063009539081143734, "W12": -6.374909399446949, "S12": -17.667384045754524, "W13": -24.894909516445811, "S13": -24.894909516445811, "W21": -39.29661113489739, "S21": -39.29661113489739, "W22": -50.389070571366844, "S22": -53.807534994809679, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -102.27538792979166 }, "geometry": { "type": "Point", "coordinates": [ 103199.0, 509241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64821938799955758, "S11": 0.64821938799955758, "W12": -6.5996699776526739, "S12": -6.5996699776526739, "W13": -20.60913391290719, "S13": -20.60913391290719, "W21": -44.808614981971473, "S21": -44.808614981971473, "W22": -40.0, "S22": -41.178293568464731, "W31": -65.848324202027371, "S31": -66.82532253674843, "W32": -92.097621990268138, "S32": -97.097621990268138 }, "geometry": { "type": "Point", "coordinates": [ 103199.795081967211445, 516656.65573770494666 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2698873186253417, "S11": -1.2698873186253417, "W12": -10.0, "S12": -10.0, "W13": -21.105660134375938, "S13": -21.105660134375938, "W21": -35.489808513817962, "S21": -38.318378797697065, "W22": -43.097713778065632, "S22": -43.654761354328485, "W31": -79.883095400658618, "S31": -79.883095400658618, "W32": -95.884998006225544, "S32": -100.88499800622554 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 506084.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5058084235092366, "S12": -13.844416018445946, "W13": -27.907923184535164, "S13": -27.907923184535164, "W21": -37.414235442233455, "S21": -37.414235442233455, "W22": -37.94537440980023, "S22": -51.969279427431182, "W31": -80.0, "S31": -84.358772619984265, "W32": -89.626121635094719, "S32": -94.626121635094719 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.35, "S11": 3.35, "W12": -4.75, "S12": -4.75, "W13": -21.26, "S13": -21.26, "W21": -37.75, "S21": -39.45, "W22": -34.420356575017529, "S22": -47.67221552703333, "W31": -78.288593809705759, "S31": -78.288593809705759, "W32": -87.36363636363636, "S32": -92.36363636363636 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.071064205483707399, "S11": 0.071064205483707399, "W12": -8.5099837232399018, "S12": -23.509983723239902, "W13": -29.928662632543162, "S13": -31.094906212447526, "W21": -36.918411944232339, "S21": -36.918411944232339, "W22": -41.282371965814256, "S22": -43.439159842288014, "W31": -69.53173463632217, "S31": -72.12434425219864, "W32": -96.007498036673695, "S32": -101.0074980366737 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 511221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1145505455247657, "S11": 2.1145505455247657, "W12": -15.0, "S12": -15.0, "W13": -21.307046053092201, "S13": -22.838203205246984, "W21": -38.787352645613119, "S21": -38.787352645613119, "W22": -41.461934654994934, "S22": -41.8951419844336, "W31": -68.729748278412742, "S31": -73.65963266697689, "W32": -97.490276860173765, "S32": -102.49027686017376 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7, "S11": 3.7, "W12": -6.5, "S12": -6.5, "W13": -21.077599706432672, "S13": -21.902767238354073, "W21": -41.543606262654492, "S21": -41.543606262654492, "W22": -41.468557868940124, "S22": -41.83819050607012, "W31": -68.700166814391494, "S31": -73.716262157685918, "W32": -97.544969521696316, "S32": -102.54496952169632 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 515290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.17, "S11": -1.17, "W12": -5.7199998, "S12": -5.7199998, "W13": -23.83, "S13": -23.83, "W21": -36.119999, "S21": -36.119999, "W22": -42.029797464778689, "S22": -51.938451310932535, "W31": -66.141339770891562, "S31": -69.500776050826047, "W32": -82.174592391304358, "S32": -87.174592391304358 }, "geometry": { "type": "Point", "coordinates": [ 103200.4, 509179.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33996223909708534, "S11": 0.33996223909708534, "W12": -5.0, "S12": -11.888147605276313, "W13": -22.296599878567367, "S13": -22.296599878567367, "W21": -39.392641216375381, "S21": -39.392641216375381, "W22": -43.162073360284815, "S22": -43.801111816439686, "W31": -83.729694908265955, "S31": -83.86507655084786, "W32": -98.590152974218256, "S32": -103.59015297421826 }, "geometry": { "type": "Point", "coordinates": [ 103200.666666666671517, 508639.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31890198774444201, "S11": -2.044588768250132, "W12": -4.270036558846666, "S12": -5.6181936101287171, "W13": -19.740326425262442, "S13": -19.740326425262442, "W21": -40.0, "S21": -44.12111064088176, "W22": -44.414929400269166, "S22": -52.431044692048239, "W31": -80.0, "S31": -80.0, "W32": -98.076198966365027, "S32": -103.07619896636503 }, "geometry": { "type": "Point", "coordinates": [ 103201.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.53571923983909, "S11": 1.53571923983909, "W12": -5.2513933819230623, "S12": -15.251393381923062, "W13": -19.992110956964677, "S13": -19.992110956964677, "W21": -33.546845287922274, "S21": -33.546845287922274, "W22": -78.390345736888378, "S22": -83.646636309646453, "W31": -101.29970192919748, "S31": -101.29970192919748, "W32": -104.65877220199941, "S32": -109.65877220199941 }, "geometry": { "type": "Point", "coordinates": [ 103201.0, 507724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18207525695575286, "S11": 0.18207525695575286, "W12": -10.0, "S12": -16.749369696411474, "W13": -20.0, "S13": -20.0, "W21": -39.153993425584105, "S21": -39.153993425584105, "W22": -37.52456346695687, "S22": -51.279440294295497, "W31": -80.0, "S31": -87.327747905464548, "W32": -90.281725380304238, "S32": -95.281725380304238 }, "geometry": { "type": "Point", "coordinates": [ 103201.0, 508327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8529442821441595, "W13": -15.0, "S13": -17.904711411291082, "W21": -38.338332785006308, "S21": -43.361398110508802, "W22": -60.421289299510711, "S22": -60.421289299510711, "W31": -70.0, "S31": -70.152090112640806, "W32": -84.888305847076467, "S32": -89.888305847076467 }, "geometry": { "type": "Point", "coordinates": [ 103201.333333333328483, 498921.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032825089240286737, "S11": 0.032825089240286737, "W12": -6.564972129707165, "S12": -6.564972129707165, "W13": -20.907433785065294, "S13": -21.25232314961751, "W21": -45.181148330671142, "S21": -45.181148330671142, "W22": -41.01746252167537, "S22": -44.535703075092393, "W31": -77.468674811288537, "S31": -79.650971675184451, "W32": -94.674086697198689, "S32": -99.674086697198689 }, "geometry": { "type": "Point", "coordinates": [ 103201.4, 516226.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7024074256012858, "S11": 2.7024074256012858, "W12": -10.873869352338254, "S12": -10.873869352338254, "W13": -18.993278963687469, "S13": -18.993278963687469, "W21": -48.476192829433337, "S21": -69.033848129789178, "W22": -62.915721484354208, "S22": -76.409131629613753, "W31": -100.0, "S31": -100.0, "W32": -104.16281701491786, "S32": -109.16281701491786 }, "geometry": { "type": "Point", "coordinates": [ 103201.666666666671517, 500366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3101299390082208, "S11": 2.3101299390082208, "W12": -7.7601080985179225, "S12": -11.693334301051717, "W13": -15.332024432809773, "S13": -15.347755386140447, "W21": -60.0, "S21": -75.526208026208025, "W22": -71.111822938488359, "S22": -76.983743680786816, "W31": -84.723435921887372, "S31": -84.723435921887372, "W32": -88.557970503650182, "S32": -93.557970503650182 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70672152580174985, "S11": 0.027357382546334907, "W12": -6.2823847154146257, "S12": -7.7911979968247511, "W13": -20.090166799046862, "S13": -20.190689097158707, "W21": -34.767402135784664, "S21": -37.137931980911823, "W22": -51.110034408775867, "S22": -51.110640822770037, "W31": -97.309874745976472, "S31": -97.309874745976472, "W32": -97.309874745976472, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 506761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3912687102274406, "S12": -8.3560567202263734, "W13": -24.982824466008964, "S13": -24.982824466008964, "W21": -37.287326753457435, "S21": -37.287326753457435, "W22": -77.516147974163246, "S22": -102.03903105735762, "W31": -102.03903105735762, "S31": -102.03903105735762, "W32": -102.03903105735762, "S32": -106.1648308515075 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3255319148936171, "S11": 0.32111934658760616, "W12": -7.3726854801696913, "S12": -22.372685480169693, "W13": -30.976502344699345, "S13": -30.976502344699345, "W21": -37.695627618640181, "S21": -37.695627618640181, "W22": -63.924002438870353, "S22": -73.99097519064199, "W31": -87.84615431630931, "S31": -87.84615431630931, "W32": -90.990507331227136, "S32": -95.990507331227136 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 510080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2848771367521366, "S11": 2.2848771367521366, "W12": -5.2760950713392019, "S12": -6.5290571566472586, "W13": -25.0, "S13": -25.0, "W21": -39.124079263713881, "S21": -39.124079263713881, "W22": -57.755185069274347, "S22": -67.515047077297254, "W31": -90.0, "S31": -90.0, "W32": -96.41082550842161, "S32": -101.41082550842161 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02793446785011992, "S11": 0.02793446785011992, "W12": -11.059201956388833, "S12": -12.00686658191476, "W13": -20.0, "S13": -28.034925438703535, "W21": -34.162943882414048, "S21": -34.162943882414048, "W22": -42.953006750876121, "S22": -52.953006750876121, "W31": -80.0, "S31": -80.0, "W32": -97.19859457766303, "S32": -102.19859457766303 }, "geometry": { "type": "Point", "coordinates": [ 103202.0, 511657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34066695544386938, "S11": 0.34066695544386938, "W12": -8.014776757402899, "S12": -8.014776757402899, "W13": -15.855495149345867, "S13": -16.734883576613157, "W21": -32.322327990135889, "S21": -32.322327990135889, "W22": -39.881234671451814, "S22": -48.032789389811811, "W31": -77.259488207040533, "S31": -81.749893324311316, "W32": -93.042922568963675, "S32": -98.042922568963675 }, "geometry": { "type": "Point", "coordinates": [ 103202.571428571434808, 497699.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.9841280752533734, "W13": -24.452100624618318, "S13": -24.452100624618318, "W21": -39.983263606013786, "S21": -39.983263606013786, "W22": -38.236208874506787, "S22": -43.084192585021945, "W31": -70.091715678798607, "S31": -70.091715678798607, "W32": -92.534098419756049, "S32": -97.534098419756049 }, "geometry": { "type": "Point", "coordinates": [ 103202.6, 508845.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32982967873522173, "S11": 0.32982967873522173, "W12": -6.5566604302437197, "S12": -6.5566604302437197, "W13": -20.929074855559769, "S13": -21.339291185728722, "W21": -44.87539341227464, "S21": -44.87539341227464, "W22": -40.659575601772929, "S22": -48.105616377674565, "W31": -67.558403621093191, "S31": -71.530915690864262, "W32": -88.173151805084274, "S32": -93.173151805084274 }, "geometry": { "type": "Point", "coordinates": [ 103202.72, 516151.840000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50627205491371385, "S11": 0.50627205491371385, "W12": -9.5731165036208878, "S12": -11.071106677805792, "W13": -15.903757497645369, "S13": -20.903757497645369, "W21": -31.707949988204764, "S21": -31.766543738204764, "W22": -41.366218424840973, "S22": -49.601235455060554, "W31": -67.609015697568026, "S31": -73.239904577804751, "W32": -87.548047505145462, "S32": -92.548047505145462 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 499506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.7284404882562914, "S12": -9.7284404882562914, "W13": -19.987045387072509, "S13": -21.193300253752998, "W21": -44.817510570713345, "S21": -58.998489066888837, "W22": -43.753760360044403, "S22": -54.246881842277411, "W31": -67.753870950927038, "S31": -74.398300953220797, "W32": -85.600268839788299, "S32": -90.600268839788299 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 503187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22331388075501252, "S11": -0.96139913131568511, "W12": -10.841823610274874, "S12": -19.303848684113099, "W13": -23.617050908809489, "S13": -26.330778612924611, "W21": -34.936644235302133, "S21": -34.936644235302133, "W22": -38.639967576169767, "S22": -40.275633870587875, "W31": -66.753743658233844, "S31": -72.530778787900942, "W32": -84.54602383968674, "S32": -89.54602383968674 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45098790937811795, "S11": -2.8767166485570392, "W12": -4.2603025437135553, "S12": -4.2643808471393303, "W13": -19.54855336123364, "S13": -19.54855336123364, "W21": -38.491766816811626, "S21": -42.879405508919746, "W22": -60.447150840699834, "S22": -60.447150840699834, "W31": -70.0, "S31": -70.695326365328825, "W32": -85.060656189688444, "S32": -90.060656189688444 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 505796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17462688137714746, "S11": -0.58667510777357634, "W12": -4.2315389674643606, "S12": -4.6902729418233351, "W13": -20.0, "S13": -20.0, "W21": -38.280618509365461, "S21": -41.729014924991013, "W22": -41.993211361222137, "S22": -41.993211361222137, "W31": -71.100963718871057, "S31": -71.100963718871057, "W32": -88.827170154414887, "S32": -93.827170154414887 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2969253490870033, "S11": -0.60876040923582064, "W12": -6.8969900345739283, "S12": -19.03558284720134, "W13": -20.0, "S13": -20.136448404475669, "W21": -37.428269853115211, "S21": -41.345778662518988, "W22": -46.053337261611574, "S22": -46.063256783890601, "W31": -84.339285714285722, "S31": -84.339285714285722, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 506303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4610141816647402, "S11": 2.173927289722668, "W12": -8.8101213104950666, "S12": -18.49359659092714, "W13": -18.49359659092714, "S13": -18.49359659092714, "W21": -33.233694253337717, "S21": -33.233694253337717, "W22": -49.896441726112052, "S22": -49.90644172611205, "W31": -92.797131805857191, "S31": -92.797131805857191, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.068221184777050081, "S11": -0.068221184777050081, "W12": -7.1083382540323834, "S12": -22.108338254032383, "W13": -22.108338254032383, "S13": -22.108338254032383, "W21": -39.757167547130514, "S21": -39.757167547130514, "W22": -58.7875, "S22": -60.198875661375659, "W31": -105.03910748797441, "S31": -105.51052011849079, "W32": -111.59706333294021, "S32": -116.59706333294021 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 508479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1856021200969371, "S12": -5.1856021200969371, "W13": -24.910239020456043, "S13": -24.910239020456043, "W21": -39.132159791627501, "S21": -39.132159791627501, "W22": -75.607902316581104, "S22": -79.945812560816833, "W31": -86.733992959421769, "S31": -86.733992959421769, "W32": -92.007869053350262, "S32": -97.007869053350262 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 508910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7729807782574696, "S12": -7.9580122280014018, "W13": -24.012539197185927, "S13": -24.012539197185927, "W21": -37.581441893948494, "S21": -37.581441893948494, "W22": -61.667663804496343, "S22": -73.791095950086088, "W31": -89.168826247463315, "S31": -89.168826247463315, "W32": -92.795617178122967, "S32": -97.795617178122967 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1683699146518141, "S12": -9.1683699146518141, "W13": -27.005296100144438, "S13": -27.005296100144438, "W21": -37.162933042229689, "S21": -37.162933042229689, "W22": -52.75515754775958, "S22": -52.75515754775958, "W31": -88.176843398386239, "S31": -90.479211577110661, "W32": -96.508935519668142, "S32": -101.50893551966814 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4096730258391692, "S11": 2.4096730258391692, "W12": -10.30124210630998, "S12": -17.714703644771518, "W13": -25.0, "S13": -25.0, "W21": -39.836749857115635, "S21": -39.837962702677885, "W22": -41.026523174728233, "S22": -43.871881303880905, "W31": -70.0, "S31": -71.237296037296034, "W32": -94.353192342194333, "S32": -99.353192342194333 }, "geometry": { "type": "Point", "coordinates": [ 103203.0, 510572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.219133234538751, "S11": -5.3564523169517972, "W12": -6.119092282551442, "S12": -10.789615914636332, "W13": -18.895228504748225, "S13": -18.895228504748225, "W21": -34.280215438351426, "S21": -41.80948756623448, "W22": -42.540192162591346, "S22": -42.540192162591346, "W31": -83.154564007421129, "S31": -83.454644079854674, "W32": -96.321743062497802, "S32": -101.3217430624978 }, "geometry": { "type": "Point", "coordinates": [ 103203.8, 505733.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4717391172932623, "S11": 1.4717391172932623, "W12": -6.5415854500542991, "S12": -6.5415854500542991, "W13": -20.961670682669546, "S13": -20.961670682669546, "W21": -44.195146963061276, "S21": -44.195146963061276, "W22": -35.246565983866141, "S22": -37.551122462104232, "W31": -71.058438695946052, "S31": -71.058438695946052, "W32": -90.432741535204187, "S32": -95.432741535204187 }, "geometry": { "type": "Point", "coordinates": [ 103203.933333333334303, 515980.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64710129264972138, "S11": 0.64710129264972138, "W12": -10.0, "S12": -10.0, "W13": -17.69086318399625, "S13": -19.603329474278144, "W21": -38.040164867011569, "S21": -42.550382187803002, "W22": -42.103842705295385, "S22": -51.434077988045345, "W31": -67.674244192679993, "S31": -75.086818739663713, "W32": -86.714551927462864, "S32": -91.714551927462864 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 499942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4456844903988184, "S11": 3.4456844903988184, "W12": -9.0154663350071331, "S12": -9.0154663350071331, "W13": -21.710035495021408, "S13": -21.710035495021408, "W21": -52.582022471910115, "S21": -72.014005857164534, "W22": -62.904904087974842, "S22": -73.879502351274567, "W31": -88.435612913478224, "S31": -88.435612913478224, "W32": -91.875157006800322, "S32": -96.875157006800322 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 500568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025580416489876467, "S11": -0.025580416489876467, "W12": -4.1989607096089472, "S12": -4.1989607096089472, "W13": -20.32228006905299, "S13": -20.32228006905299, "W21": -36.091902971367631, "S21": -38.768683658434128, "W22": -34.825988470450639, "S22": -36.846066405421183, "W31": -71.729408778376396, "S31": -71.729408778376396, "W32": -90.308968234525551, "S32": -95.308968234525551 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 505867.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39547529538131043, "S11": -0.6982011141700003, "W12": -7.3454342078503156, "S12": -20.0, "W13": -20.0, "S13": -20.120493908473534, "W21": -37.367978811379835, "S21": -41.283142215730408, "W22": -46.625820268264881, "S22": -46.635820268264879, "W31": -85.606419617027129, "S31": -85.606419617027129, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 506293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39009398730237776, "S11": 0.39009398730237776, "W12": -5.0, "S12": -10.223971997411473, "W13": -22.663934426229506, "S13": -22.663934426229506, "W21": -39.305453505504126, "S21": -39.305453505504126, "W22": -75.705591661850647, "S22": -77.231095440188184, "W31": -88.275853045677721, "S31": -88.275853045677721, "W32": -94.349010447902529, "S32": -99.349010447902529 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 508666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12876852324987231, "S11": 0.12876852324987231, "W12": -8.4800235850338819, "S12": -8.9794154263512453, "W13": -25.0, "S13": -25.0, "W21": -35.814687549786846, "S21": -35.814687549786846, "W22": -75.575166304247333, "S22": -75.91049376016673, "W31": -88.201134775838682, "S31": -88.201134775838682, "W32": -94.142956346074925, "S32": -99.142956346074925 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 509582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57823984526112182, "S11": 0.57823984526112182, "W12": -7.9734252619818715, "S12": -15.899633913381363, "W13": -28.979492137269652, "S13": -28.979492137269652, "W21": -37.513128448312926, "S21": -37.513128448312926, "W22": -75.795818494058381, "S22": -77.829653676531308, "W31": -87.810936805096802, "S31": -87.810936805096802, "W32": -93.437145318873945, "S32": -98.437145318873945 }, "geometry": { "type": "Point", "coordinates": [ 103204.0, 510036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58076744545876524, "S11": 0.58076744545876524, "W12": -9.5823910557743606, "S12": -10.462684364665286, "W13": -15.525095424577405, "S13": -20.525095424577405, "W21": -36.109644159436691, "S21": -36.109644159436691, "W22": -43.367163594522609, "S22": -52.843239130515798, "W31": -80.0, "S31": -80.0, "W32": -97.400864587306017, "S32": -102.40086458730602 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 499440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49861582570836949, "S11": 0.49861582570836949, "W12": -9.5175962393596762, "S12": -11.726131978429766, "W13": -16.471760083160085, "S13": -21.471760083160085, "W21": -30.578755321305493, "S21": -30.777974071305493, "W22": -38.662250761300818, "S22": -46.540652121845035, "W31": -66.844816559655413, "S31": -69.550713212906274, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1628218641665147, "S11": 1.1628218641665147, "W12": -10.0, "S12": -10.0, "W13": -16.840532174294001, "S13": -18.248455031758237, "W21": -40.0, "S21": -40.587406793703394, "W22": -41.889999, "S22": -51.223534292335657, "W31": -66.586763830414483, "S31": -70.341327281669109, "W32": -83.022146739130434, "S32": -88.022146739130434 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10962244306238933, "S11": -1.0262891097290561, "W12": -6.9321153702458345, "S12": -7.0609813496272782, "W13": -18.979169585705943, "S13": -20.64874542791225, "W21": -35.362441666791518, "S21": -41.119180243933762, "W22": -76.798248354785358, "S22": -89.766379100444198, "W31": -89.766379100444198, "S31": -89.766379100444198, "W32": -96.539987163704836, "S32": -101.53998716370484 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 505550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2651076850815726, "S11": -1.2651076850815726, "W12": -10.0, "S12": -10.051256952633516, "W13": -21.103350962968882, "S13": -21.103350962968882, "W21": -36.635330912352742, "S21": -39.155829436458959, "W22": -39.292985354257738, "S22": -43.790157691099665, "W31": -70.0, "S31": -70.139454947213352, "W32": -93.854500513207228, "S32": -98.854500513207228 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 506063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91605783280783015, "S11": 0.17817449590026002, "W12": -6.281384415324597, "S12": -8.6520546346318312, "W13": -20.10065131056394, "S13": -20.10065131056394, "W21": -35.224538785004505, "S21": -37.476768964478332, "W22": -37.397295376597619, "S22": -37.397295376597619, "W31": -67.468069508443136, "S31": -76.073595987131569, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 506780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9317321623108974, "S11": 0.0056850418920535439, "W12": -7.6531584495744251, "S12": -10.574890762091721, "W13": -16.784002396644699, "S13": -18.781006774861151, "W21": -32.913204188665361, "S21": -32.913204188665361, "W22": -38.762780622396924, "S22": -47.624629196634878, "W31": -66.909081900113634, "S31": -71.860916669568809, "W32": -98.702138996726802, "S32": -103.7021389967268 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 507146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5534504311382396, "S12": -13.553450431138238, "W13": -27.734961210733815, "S13": -27.734961210733815, "W21": -37.347057678192193, "S21": -37.347057678192193, "W22": -41.262290381132523, "S22": -42.846791477833222, "W31": -69.254169665054476, "S31": -72.654254918758156, "W32": -96.481893768464516, "S32": -101.48189376846452 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 509994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.063739515720288353, "S11": 0.063739515720288353, "W12": -8.6263323353293409, "S12": -22.573179731004025, "W13": -30.0, "S13": -31.196646791428066, "W21": -36.953879394151649, "S21": -36.953879394151649, "W22": -39.640544275558135, "S22": -47.690424596131884, "W31": -64.637694619109581, "S31": -69.896790055345264, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.0, 511224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012643307383567618, "S11": 0.012643307383567618, "W12": -11.480650965093552, "S12": -11.480650965093552, "W13": -19.976898273010921, "S13": -32.028194816315548, "W21": -33.916938918095447, "S21": -33.916938918095447, "W22": -49.77675860742994, "S22": -50.048052759439265, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.285714285710128, 511820.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4902899153835754, "S11": 1.4902899153835754, "W12": -5.084980057424219, "S12": -15.084980057424218, "W13": -19.994291250055539, "S13": -19.994291250055539, "W21": -33.540705643152265, "S21": -33.540705643152265, "W22": -50.923604973189562, "S22": -53.519736590666639, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103205.333333333328483, 507736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2433997458959438, "S11": 3.2433997458959438, "W12": -8.7431513388856832, "S12": -8.7431513388856832, "W13": -19.756948830512208, "S13": -20.01841513292025, "W21": -43.736317326004929, "S21": -58.141221924287713, "W22": -59.75, "S22": -60.022486772486765, "W31": -104.07227872398568, "S31": -104.07227872398568, "W32": -111.23546408774619, "S32": -116.23546408774619 }, "geometry": { "type": "Point", "coordinates": [ 103205.666666666671517, 503078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53342101191397184, "S11": 0.53342101191397184, "W12": -9.6060856307965956, "S12": -10.374192770946674, "W13": -15.119163713678242, "S13": -20.11916371367824, "W21": -38.249755041752586, "S21": -44.712029544671431, "W22": -72.271389736044668, "S22": -78.334008328840227, "W31": -85.609676811415341, "S31": -85.609676811415341, "W32": -90.883850496739456, "S32": -95.883850496739456 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 499377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14289347134488128, "S11": -0.14289347134488128, "W12": -4.2729591784758503, "S12": -4.2729591784758503, "W13": -20.537133448421653, "S13": -20.537133448421653, "W21": -34.652316173928995, "S21": -36.748016028566852, "W22": -46.153174396242882, "S22": -46.153174396242882, "W31": -79.824714046229545, "S31": -82.369155049636177, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 505885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4664958497256677, "S12": -8.5612637216193193, "W13": -24.982503297487181, "S13": -24.982503297487181, "W21": -37.391639758631428, "S21": -37.391639758631428, "W22": -35.608340475188974, "S22": -49.218308148855805, "W31": -80.0, "S31": -82.54426631267232, "W32": -86.818181818181813, "S32": -91.818181818181813 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 509061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3076412614980288, "S11": 3.3057781264410773, "W12": -6.6090441708906598, "S12": -19.817999394771256, "W13": -24.952420537897311, "S13": -24.952420537897311, "W21": -38.147401437050398, "S21": -38.707028766242942, "W22": -34.726996782291017, "S22": -48.002654355722953, "W31": -79.033244172716849, "S31": -80.165714292238746, "W32": -86.818181818181827, "S32": -91.818181818181827 }, "geometry": { "type": "Point", "coordinates": [ 103206.0, 510204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32432610124819689, "S11": 0.32432610124819689, "W12": -6.5889744587043593, "S12": -7.7647208391915887, "W13": -24.139995918689319, "S13": -24.139995918689319, "W21": -37.442267622477424, "S21": -37.442267622477424, "W22": -41.446932166387683, "S22": -49.981910546463531, "W31": -67.608143075559838, "S31": -73.748201088330433, "W32": -87.447363297546858, "S32": -92.447363297546858 }, "geometry": { "type": "Point", "coordinates": [ 103206.2, 509146.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2260523741268532, "S11": 2.2260523741268532, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.307331196813561, "S13": -22.053654012376992, "W21": -38.857235519321222, "S21": -38.857235519321222, "W22": -48.787344942592725, "S22": -48.787344942592725, "W31": -82.26037914956585, "S31": -89.195249431874743, "W32": -95.677490172852856, "S32": -100.67749017285286 }, "geometry": { "type": "Point", "coordinates": [ 103206.571428571434808, 514063.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051271508522009457, "S11": -6.2479846717448426, "W12": -6.2479846717448426, "S12": -10.001791665615499, "W13": -18.660755862882688, "S13": -20.162470763462736, "W21": -35.626924661757315, "S21": -45.18640448423551, "W22": -41.981396639371681, "S22": -41.981396639371681, "W31": -72.873163620103057, "S31": -73.546162263250949, "W32": -92.321227769007379, "S32": -97.321227769007379 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 505694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.16856548444620567, "W12": -5.5126586274386007, "S12": -9.3804841931511724, "W13": -20.064487755815186, "S13": -20.916150304057112, "W21": -37.329598147616444, "S21": -40.174668570151653, "W22": -43.016039291860906, "S22": -43.016039291860906, "W31": -82.478801656827144, "S31": -82.920600824306504, "W32": -92.092936802973981, "S32": -97.092936802973981 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0052280461370859, "S11": 1.0052280461370859, "W12": -5.6782575572062139, "S12": -6.746542547888108, "W13": -18.173265799513885, "S13": -18.480103395032184, "W21": -34.754463799051997, "S21": -34.754463799051997, "W22": -38.293861579902931, "S22": -38.631004274194588, "W31": -66.700501527788361, "S31": -67.057249758843085, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.966548366446164, "S11": -0.033451633553835736, "W12": -6.6784025788172041, "S12": -7.6846486750070859, "W13": -15.98921830338584, "S13": -16.807544595615884, "W21": -33.75176734043005, "S21": -33.75176734043005, "W22": -39.912205197646244, "S22": -48.896623188034738, "W31": -65.198709968759943, "S31": -69.791398428766144, "W32": -80.62453735831599, "S32": -85.62453735831599 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 507040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.09200709013209, "S11": 2.09200709013209, "W12": -5.2490957335273158, "S12": -11.634591721718923, "W13": -26.895340439036133, "S13": -26.895340439036133, "W21": -39.019452171611476, "S21": -39.019452171611476, "W22": -38.702709861167982, "S22": -41.965234521480852, "W31": -63.385581620260531, "S31": -70.191825257107055, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.0, 510768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.71, "S11": -1.29, "W12": -7.29, "S12": -16.29, "W13": -19.290001, "S13": -28.290001, "W21": -34.490002, "S21": -44.290002, "W22": -37.46655722516396, "S22": -37.46655722516396, "W31": -67.071706072569015, "S31": -70.242194827658565, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103207.2, 504533.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0012269864826922453, "S11": 0.0012269864826922453, "W12": -12.876722685124021, "S12": -12.876722685124021, "W13": -19.940450275453326, "S13": -30.702766131623136, "W21": -34.914870505818747, "S21": -35.771822153802688, "W22": -74.813802036484006, "S22": -79.652558608498225, "W31": -86.470611857368326, "S31": -86.470611857368326, "W32": -91.826867696616929, "S32": -96.826867696616929 }, "geometry": { "type": "Point", "coordinates": [ 103207.5, 512209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6242225602457806, "S11": 0.6242225602457806, "W12": -6.5863806958570601, "S12": -6.5863806958570601, "W13": -20.571226857463259, "S13": -20.571226857463259, "W21": -44.739416115135484, "S21": -44.739416115135484, "W22": -42.824652357184021, "S22": -52.745193236810422, "W31": -80.0, "S31": -80.0, "W32": -97.119200009302517, "S32": -102.11920000930252 }, "geometry": { "type": "Point", "coordinates": [ 103207.557377049175557, 516706.016393442638218 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.6809844196040578, "W13": -24.658436154298272, "S13": -24.658436154298272, "W21": -39.704826713892615, "S21": -39.704826713892615, "W22": -43.21135556778755, "S22": -43.21135556778755, "W31": -81.908118691677686, "S31": -82.410069124320884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.666666666671517, 508871.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1026440718334527, "S12": -9.1026440718334527, "W13": -26.598308883455893, "S13": -26.598308883455893, "W21": -37.030151285881395, "S21": -37.030151285881395, "W22": -38.176533156206062, "S22": -38.176533156206062, "W31": -66.656121763053306, "S31": -67.300230672356776, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103207.666666666671517, 509915.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8385372112917024, "S11": 1.8385372112917024, "W12": -8.8294720289161379, "S12": -13.789590550981893, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -49.924264382754721, "W22": -43.656726322740525, "S22": -51.890594847430009, "W31": -67.242202756558953, "S31": -72.348169382447779, "W32": -84.238586956521729, "S32": -89.238586956521729 }, "geometry": { "type": "Point", "coordinates": [ 103208.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77678816867337397, "S11": 0.77678816867337397, "W12": -7.4664879356568363, "S12": -8.4272860431844308, "W13": -20.0, "S13": -20.0, "W21": -38.549753497536933, "S21": -38.549753497536933, "W22": -75.388782379081192, "S22": -76.692292653053798, "W31": -88.105984815406885, "S31": -88.105984815406885, "W32": -94.062754465012759, "S32": -99.062754465012759 }, "geometry": { "type": "Point", "coordinates": [ 103208.0, 508150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49994049346879538, "W12": -7.9863698930425482, "S12": -15.282807552075628, "W13": -28.856450062638416, "S13": -28.856450062638416, "W21": -37.466120143726059, "S21": -37.466120143726059, "W22": -40.651776729752299, "S22": -44.431699025779373, "W31": -77.468593764793113, "S31": -79.345382812708479, "W32": -94.393882912628257, "S32": -99.393882912628257 }, "geometry": { "type": "Point", "coordinates": [ 103208.0, 510033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4890542599320291, "S11": 2.4890542599320291, "W12": -6.4888055813868943, "S12": -6.4888055813868943, "W13": -21.083793195791944, "S13": -22.098473702368931, "W21": -41.633067853387843, "S21": -41.633067853387843, "W22": -37.682300880444942, "S22": -51.775923038901041, "W31": -80.0, "S31": -84.242668385433447, "W32": -87.510288065843625, "S32": -92.510288065843625 }, "geometry": { "type": "Point", "coordinates": [ 103208.0, 515334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24850369800348537, "S11": -0.24850369800348537, "W12": -7.6408332267403054, "S12": -14.043231377437966, "W13": -24.672529719364803, "S13": -24.672529719364803, "W21": -34.363033641325408, "S21": -34.363033641325408, "W22": -40.132952825820624, "S22": -40.187789866689776, "W31": -68.553094145171883, "S31": -73.995398701055692, "W32": -97.752240685107395, "S32": -102.7522406851074 }, "geometry": { "type": "Point", "coordinates": [ 103208.666666666671517, 509417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23358745537997661, "S11": -0.23358745537997661, "W12": -6.552559917619516, "S12": -6.552559917619516, "W13": -20.870964082343576, "S13": -21.214929357228776, "W21": -45.291824172843782, "S21": -45.291824172843782, "W22": -37.047345871390796, "S22": -50.204000900025513, "W31": -78.386831618268602, "S31": -82.553003920687686, "W32": -90.340272217774213, "S32": -95.340272217774213 }, "geometry": { "type": "Point", "coordinates": [ 103208.7, 516274.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0408106134371957, "W13": -15.0, "S13": -17.602852318535316, "W21": -37.582335951311904, "S21": -42.834533021884475, "W22": -34.462225924080826, "S22": -35.990734696010648, "W31": -73.120370299676992, "S31": -73.120370299676992, "W32": -90.057722682238065, "S32": -95.057722682238065 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 498753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0432022882181107, "W13": -14.999999999999998, "S13": -17.603816153821771, "W21": -37.580368599157012, "S21": -42.834829318198288, "W22": -38.12159853435886, "S22": -38.12159853435886, "W31": -67.741340038242768, "S31": -75.549117956050779, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 498753.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1851185461866833, "S11": -3.8148814538133164, "W12": -8.3449937995526824, "S12": -17.192302263142153, "W13": -19.738427839213841, "S13": -23.879375908687006, "W21": -34.569407500502358, "S21": -35.778762246928871, "W22": -39.379247455670729, "S22": -39.379247455670729, "W31": -71.039124496798081, "S31": -71.486955075310391, "W32": -88.946287519747329, "S32": -93.946287519747329 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 504645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20048237609278913, "S11": 0.20048237609278913, "W12": -3.87078384798125, "S12": -3.87078384798125, "W13": -25.489542707615456, "S13": -25.489542707615456, "W21": -34.640245086120444, "S21": -38.14405593680096, "W22": -71.981596805119509, "S22": -78.104882544598397, "W31": -85.548871702396355, "S31": -85.548871702396355, "W32": -90.915724977023061, "S32": -95.915724977023061 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 505981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83269172128506408, "S11": -0.83269172128506408, "W12": -9.1105304829785645, "S12": -9.1105304829785645, "W13": -21.143388169848158, "S13": -21.143388169848158, "W21": -38.438111446664443, "S21": -40.842380257158879, "W22": -39.075181746110147, "S22": -44.083795489198316, "W31": -63.817004688675347, "S31": -70.143656895306307, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 506048.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037857839947950556, "S11": -0.385782184569334, "W12": -6.4439031712242789, "S12": -16.943058625822683, "W13": -20.0, "S13": -20.381993369249834, "W21": -37.656386643461488, "S21": -41.707565994226862, "W22": -60.598108057972361, "S22": -60.598108057972361, "W31": -75.239998, "S31": -75.239998, "W32": -84.595597321561655, "S32": -89.595597321561655 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 506333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3676203326410525, "S11": 1.8158494393877038, "W12": -8.9011134709566324, "S12": -23.186192037124076, "W13": -23.186192037124076, "S13": -23.186192037124076, "W21": -33.503852097877314, "S21": -33.503852097877314, "W22": -39.387527082657826, "S22": -39.387527082657826, "W31": -71.07598834337054, "S31": -71.474414449350078, "W32": -89.030480438620998, "S32": -94.030480438620998 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 507315.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.5755334554088058, "W13": -24.32907573220103, "S13": -24.32907573220103, "W21": -39.959179460043195, "S21": -39.959179460043195, "W22": -41.080492080743234, "S22": -44.21132832846672, "W31": -69.966596343178622, "S31": -71.097365573947855, "W32": -94.454194902311812, "S32": -99.454194902311812 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 508835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5965339091213484, "S11": 2.5965339091213484, "W12": -9.7084368408718067, "S12": -9.9248514456936761, "W13": -28.001566078156166, "S13": -33.001566078156166, "W21": -33.804170915620475, "S21": -33.804170915620475, "W22": -38.575323602719095, "S22": -40.413228423032884, "W31": -65.952971382589254, "S31": -71.958325438134594, "W32": -83.661608890936307, "S32": -88.661608890936307 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0025479744136459857, "S11": -0.0025479744136459857, "W12": -12.807615584252732, "S12": -12.807615584252732, "W13": -19.936826761451538, "S13": -32.162789061467379, "W21": -34.86812715937873, "S21": -35.734615364163737, "W22": -41.237216364961284, "S22": -41.985666771610219, "W31": -68.849279741333973, "S31": -73.427321167220697, "W32": -97.17589533912566, "S32": -102.17589533912566 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 512191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29623037163540733, "S11": 0.29623037163540733, "W12": -13.780739992547121, "S12": -13.780739992547121, "W13": -19.898348699377724, "S13": -20.155168123446629, "W21": -35.642112675369034, "S21": -35.642112675369034, "W22": -41.116302028116536, "S22": -41.455048862109585, "W31": -68.658643639863698, "S31": -73.792266774012248, "W32": -97.528359157826486, "S32": -102.52835915782649 }, "geometry": { "type": "Point", "coordinates": [ 103209.0, 512705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12892699677632663, "S11": 0.12892699677632663, "W12": -4.1524245171407799, "S12": -4.1524245171407799, "W13": -20.185865225009522, "S13": -20.185865225009522, "W21": -37.102779526926028, "S21": -39.818323469860623, "W22": -40.0, "S22": -42.946949826550473, "W31": -67.226103779418281, "S31": -71.173842675011002, "W32": -92.631219512195116, "S32": -97.631219512195116 }, "geometry": { "type": "Point", "coordinates": [ 103209.333333333328483, 505845.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43805323584461009, "S11": -0.43805323584461009, "W12": -7.5515439429929625, "S12": -7.5515439429929625, "W13": -21.131723288898538, "S13": -21.131723288898538, "W21": -42.137070006272992, "S21": -46.238016075559379, "W22": -37.964961272994898, "S22": -37.964961272994898, "W31": -67.705509502006038, "S31": -75.616771979626947, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103209.75, 506028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9508265311159141, "S11": 2.9508265311159141, "W12": -3.7243243380687026, "S12": -9.1305134213642933, "W13": -12.905021805805454, "S13": -15.127606244727623, "W21": -56.290073328458973, "S21": -68.297238025858093, "W22": -60.079495556429613, "S22": -60.079495556429613, "W31": -69.893326631110568, "S31": -70.235130970605269, "W32": -86.253921192524771, "S32": -91.253921192524771 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 502362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0509838998211096, "S11": 1.0509838998211096, "W12": -8.7803571428571434, "S12": -18.763704163570711, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -44.663336229365768, "W22": -66.088600227902077, "S22": -75.392865194996858, "W31": -86.976385897610328, "S31": -86.976385897610328, "W32": -89.238838003324886, "S32": -94.238838003324886 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 503849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42892013821341562, "S11": 0.0063547528359636507, "W12": -5.6438543540641399, "S12": -7.581530241221806, "W13": -20.001962471880365, "S13": -20.996415205911209, "W21": -37.94994230291487, "S21": -40.0, "W22": -43.188646595651264, "S22": -43.188646595651264, "W31": -75.877975227155389, "S31": -76.335552601755182, "W32": -94.908113269540763, "S32": -99.908113269540763 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 506535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.051174136821788563, "W12": -5.8852655796739022, "S12": -6.0846778382801157, "W13": -20.0, "S13": -20.644174035828794, "W21": -36.199097924304333, "S21": -38.8768706765932, "W22": -45.119268300409821, "S22": -52.019736850743485, "W31": -80.0, "S31": -80.0, "W32": -98.393153396707419, "S32": -103.39315339670742 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3159135523877667, "S11": 2.0652289070108636, "W12": -8.7061637691683398, "S12": -18.099080262728787, "W13": -18.839553674490187, "S13": -18.839553674490187, "W21": -33.13703031273667, "S21": -33.13703031273667, "W22": -38.927344285921826, "S22": -38.927344285921826, "W31": -68.093401733111676, "S31": -74.874073606432091, "W32": -98.995906722897544, "S32": -103.99590672289754 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 507462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1824797843665769, "S11": 3.1824797843665769, "W12": -6.4891533830463786, "S12": -6.4891533830463786, "W13": -21.068444356556064, "S13": -22.170018500274281, "W21": -42.025769272506594, "S21": -42.025769272506594, "W22": -42.244375764795336, "S22": -51.161370614840777, "W31": -66.685252123884283, "S31": -70.751222917796255, "W32": -83.358084239130434, "S32": -88.358084239130434 }, "geometry": { "type": "Point", "coordinates": [ 103210.0, 515440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95507393577325383, "S11": 0.95507393577325383, "W12": -6.5314309537890933, "S12": -6.5314309537890933, "W13": -20.963959531786731, "S13": -21.045948886759046, "W21": -44.32295618296164, "S21": -44.32295618296164, "W22": -41.889457767106627, "S22": -51.018509569590719, "W31": -66.545242212803245, "S31": -70.417105643490203, "W32": -83.112160326086951, "S32": -88.112160326086951 }, "geometry": { "type": "Point", "coordinates": [ 103210.255555555559113, 516029.955555555527098 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1578045305899027, "S11": 2.1578045305899027, "W12": -10.198387258674339, "S12": -10.198387258674339, "W13": -17.332491554885049, "S13": -17.811329508521816, "W21": -43.119023498307428, "S21": -68.119023498307428, "W22": -60.0, "S22": -67.937623993464811, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -101.3381959048146, "S32": -106.3381959048146 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 500257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2984652148862978, "S11": 0.84358792380211023, "W12": -3.5564057085163752, "S12": -3.5564057085163761, "W13": -12.708279396151443, "S13": -14.915318380668069, "W21": -51.665741779325828, "S21": -64.003587545419322, "W22": -80.0, "S22": -95.929654055304866, "W31": -100.47284923860353, "S31": -100.47284923860353, "W32": -104.00583021546876, "S32": -109.00583021546876 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 502499.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1238648247014145, "S11": 1.9479457753141141, "W12": -8.4103753361655702, "S12": -18.410375336165572, "W13": -19.685648326279335, "S13": -19.685648326279335, "W21": -33.274896965015856, "S21": -33.274896965015856, "W22": -76.458602466236059, "S22": -101.67304840611942, "W31": -101.67304840611942, "S31": -101.67304840611942, "W32": -101.67304840611942, "S32": -106.30479726095683 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 507504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3244542435625237, "S11": 1.3244542435625237, "W12": -5.0, "S12": -13.787066053094682, "W13": -20.0, "S13": -20.0, "W21": -34.739623218775314, "S21": -34.739623218775314, "W22": -37.579300535529789, "S22": -50.281650800525398, "W31": -77.237338433957277, "S31": -78.099839257897685, "W32": -90.383732158839322, "S32": -95.383732158839322 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 507897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.0533631118054707, "W13": -24.477710671255707, "S13": -24.477710671255707, "W21": -40.0, "S21": -40.0, "W22": -41.066896738797446, "S22": -43.1668555860103, "W31": -69.473962793090706, "S31": -72.230918383324337, "W32": -96.006563119382704, "S32": -101.0065631193827 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3800001, "S11": 3.3800001, "W12": -10.72, "S12": -31.72, "W13": -31.73, "S13": -31.73, "W21": -37.720001, "S21": -38.020001, "W22": -41.217022921555063, "S22": -41.875955409771365, "W31": -68.803449608609071, "S31": -73.514520172729121, "W32": -97.246263447227037, "S32": -102.24626344722704 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3239884247839639, "W12": -9.250289889050114, "S12": -13.631473722107131, "W13": -15.0, "S13": -16.576635728506545, "W21": -60.0, "S21": -74.229911040523817, "W22": -41.82279379538366, "S22": -50.979110063181295, "W31": -66.509587821048882, "S31": -70.349507092953445, "W32": -83.065828804347831, "S32": -88.065828804347831 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 501545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.480380421568444, "S11": 1.480380421568444, "W12": -8.8567857142857154, "S12": -15.149330654517488, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -46.994458320324696, "W22": -42.1049995, "S22": -51.791458148894272, "W31": -66.15956304334631, "S31": -69.67341701174081, "W32": -82.451019021739128, "S32": -87.451019021739128 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.826319100533385, "S11": -0.69087110475962321, "W12": -7.4126452296142036, "S12": -14.861150759359319, "W13": -19.462634291457096, "S13": -27.516520795987187, "W21": -34.971248373882851, "S21": -41.777635097543772, "W22": -60.481970800897024, "S22": -60.481970800897024, "W31": -69.937108853549603, "S31": -70.721764438191016, "W32": -85.304689355327824, "S32": -90.304689355327824 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 504494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7830290911710032, "S11": -0.90136368646925824, "W12": -7.384157464626349, "S12": -15.331727665670208, "W13": -19.405272551533116, "S13": -27.806321669320219, "W21": -34.824134279383379, "S21": -42.872663321374496, "W22": -47.335313748019914, "S22": -47.335313748019914, "W31": -81.763309822113456, "S31": -89.153666771490663, "W32": -95.217002695845238, "S32": -100.21700269584524 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 504507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45236305048323944, "S11": -0.75904547868714145, "W12": -7.4848484848479595, "S12": -20.730334535287, "W13": -20.730334535287, "S13": -20.730334535287, "W21": -37.385067852005811, "S21": -41.406557065287188, "W22": -38.68, "S22": -38.68, "W31": -68.122136256813363, "S31": -74.818663280384044, "W32": -98.891634475670571, "S32": -103.89163447567057 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 506289.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3005662763208532, "S11": 1.3005662763208532, "W12": -5.8098307816277197, "S12": -12.918459993746961, "W13": -20.0, "S13": -20.0, "W21": -35.834572189851585, "S21": -35.834572189851585, "W22": -37.25417242943427, "S22": -37.25417242943427, "W31": -67.207763520370008, "S31": -74.512980892425972, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 507964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.093378313730018619, "S11": -0.093378313730018619, "W12": -6.3610653572427509, "S12": -19.32456698629645, "W13": -20.517317869252462, "S13": -20.517317869252462, "W21": -39.75853393336083, "S21": -39.75853393336083, "W22": -75.186741352978046, "S22": -77.883338598522386, "W31": -87.2150269339961, "S31": -87.2150269339961, "W32": -92.76236596787605, "S32": -97.76236596787605 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7323225846387037, "S11": -0.7323225846387037, "W12": -6.1588282474922789, "S12": -20.247422716514272, "W13": -25.0, "S13": -25.000156490584999, "W21": -38.42803281184738, "S21": -38.42803281184738, "W22": -73.818227611269023, "S22": -79.021030922753539, "W31": -86.22240456812726, "S31": -86.22240456812726, "W32": -91.719274366493067, "S32": -96.719274366493067 }, "geometry": { "type": "Point", "coordinates": [ 103212.0, 509265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48156135296538632, "S11": 0.48156135296538632, "W12": -8.5024912128510906, "S12": -8.5024912128510906, "W13": -15.861440148587105, "S13": -16.732737536932373, "W21": -30.979779760879051, "S21": -31.382993880981068, "W22": -46.608033859829135, "S22": -46.608033859829135, "W31": -58.603924465327189, "S31": -58.81375959628766, "W32": -92.61887453111882, "S32": -97.61887453111882 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 497560.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60675039246467832, "S11": 0.60675039246467832, "W12": -6.1179751676977245, "S12": -8.894713562436257, "W13": -16.826722068179429, "S13": -20.970514711715769, "W21": -55.575150961207093, "S21": -75.468456210328199, "W22": -44.216706147952493, "S22": -44.816670364951555, "W31": -79.922063600439088, "S31": -79.922063600439088, "W32": -96.353086877634581, "S32": -101.35308687763458 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 501154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13404315022599167, "S11": 0.058093783135341026, "W12": -4.1099076252154809, "S12": -4.1099076252154809, "W13": -20.239703848226572, "S13": -20.239703848226572, "W21": -36.748527059389332, "S21": -39.147095517629921, "W22": -43.300847157781689, "S22": -52.302693266185166, "W31": -80.0, "S31": -80.0, "W32": -97.337381644653007, "S32": -102.33738164465301 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48434452077102125, "S11": -0.48434452077102125, "W12": -5.1121819436138214, "S12": -17.127328604578942, "W13": -23.799172138167545, "S13": -23.799172138167545, "W21": -39.63050998905716, "S21": -39.63050998905716, "W22": -39.171516596401716, "S22": -43.847406578455704, "W31": -70.0, "S31": -70.0, "W32": -93.641327496037476, "S32": -98.641327496037476 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.850638986408299, "S12": -12.850638986408299, "W13": -20.880941028264346, "S13": -26.433969149849418, "W21": -38.77098567294653, "S21": -40.033266556479383, "W22": -40.0, "S22": -40.0, "W31": -71.307116015495296, "S31": -71.307116015495296, "W32": -89.556429976748362, "S32": -94.556429976748362 }, "geometry": { "type": "Point", "coordinates": [ 103213.0, 513060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38545021518982181, "S11": -2.8655278167090437, "W12": -4.1243332602550922, "S12": -4.5892598507934279, "W13": -19.787581510417862, "S13": -19.787581510417862, "W21": -38.564917382245461, "S21": -42.142047066245269, "W22": -49.428554538748173, "S22": -49.609694176722705, "W31": -80.090336134453793, "S31": -80.090336134453793, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103214.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3783465113053126, "S11": 1.3783465113053126, "W12": -5.0, "S12": -15.0, "W13": -19.999817198133865, "S13": -19.999817198133865, "W21": -33.532981147565437, "S21": -33.532981147565437, "W22": -74.803507794652234, "S22": -109.80350779465223, "W31": -109.80350779465223, "S31": -109.80350779465223, "W32": -109.80350779465223, "S32": -109.80350779465223 }, "geometry": { "type": "Point", "coordinates": [ 103214.0, 507772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1162300973886037, "S12": -9.1162300973886037, "W13": -26.748916706788638, "S13": -26.748916706788638, "W21": -37.048461584007853, "S21": -37.048461584007853, "W22": -43.327771097621827, "S22": -43.327771097621827, "W31": -76.146057156173214, "S31": -76.551606782640661, "W32": -94.9463872666675, "S32": -99.9463872666675 }, "geometry": { "type": "Point", "coordinates": [ 103214.75, 509937.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64085687255034463, "S11": 0.64085687255034463, "W12": -9.6534775544959519, "S12": -9.8685728430559365, "W13": -15.946450864073256, "S13": -16.938025184065928, "W21": -19.999999999999993, "S21": -21.25927193216717, "W22": -45.173550036015875, "S22": -51.992377240332218, "W31": -80.043917950630259, "S31": -80.043917950630259, "W32": -98.391578590154367, "S32": -103.39157859015437 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 497245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1969199627638507, "S11": 3.1969199627638507, "W12": -7.378266425770061, "S12": -7.378266425770061, "W13": -18.797883447170804, "S13": -18.797883447170804, "W21": -40.0, "S21": -54.337588464845552, "W22": -37.734653169624359, "S22": -37.734653169624359, "W31": -66.841397973174324, "S31": -68.116451601135822, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 502930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8059773310521812, "S11": 1.8048125289987798, "W12": -8.8844812402797295, "S12": -13.866074404310076, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -50.0, "W22": -38.987036892629717, "S22": -43.792146772117846, "W31": -67.002285235878915, "S31": -75.092727564546209, "W32": -96.367511608434199, "S32": -101.3675116084342 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0207847394523517, "S11": 0.020784739452351708, "W12": -7.7602176684843762, "S12": -12.27552990905259, "W13": -16.62715056064367, "S13": -18.668090725018814, "W21": -32.777026283935975, "S21": -32.777026283935975, "W22": -60.412362313551789, "S22": -60.412362313551789, "W31": -75.239998, "S31": -75.422970467254714, "W32": -84.659818379737317, "S32": -89.659818379737317 }, "geometry": { "type": "Point", "coordinates": [ 103215.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60022573249166178, "S11": 0.60022573249166178, "W12": -6.5730914140614152, "S12": -6.5730914140614152, "W13": -20.533319802019321, "S13": -20.533319802019321, "W21": -44.670217248299664, "S21": -44.670217248299664, "W22": -34.77731908482334, "S22": -47.458449525401775, "W31": -76.901306240928776, "S31": -76.901306240928776, "W32": -87.412553011026233, "S32": -92.412553011026233 }, "geometry": { "type": "Point", "coordinates": [ 103215.319672131154221, 516755.377049180329777 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.630284044912262, "W13": -15.0, "S13": -17.868631699663791, "W21": -37.805638521366539, "S21": -43.313795770629454, "W22": -49.033615124982333, "S22": -49.042974721498467, "W31": -90.364628175638344, "S31": -90.364628175638344, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103215.666666666671517, 498880.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52885656815720261, "S11": 0.52885656815720261, "W12": -9.4377461567780454, "S12": -10.235876794237305, "W13": -15.108348688873139, "S13": -20.108348688873139, "W21": -37.780312669094315, "S21": -43.1975097019697, "W22": -39.489004128424199, "S22": -39.489004128424199, "W31": -71.22728066408412, "S31": -71.22728066408412, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 499385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1650936644306977, "S12": -8.9085008542653306, "W13": -16.827756804604576, "S13": -20.902968207667666, "W21": -55.427298880714417, "S21": -75.322104311675744, "W22": -61.623108665749655, "S22": -61.623108665749655, "W31": -102.43550293520168, "S31": -102.43550293520168, "W32": -110.65797853520462, "S32": -115.65797853520462 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2505513146734521, "S11": -0.25987061801162337, "W12": -6.6978793473875982, "S12": -8.8994922506134042, "W13": -32.891212548451804, "S13": -32.891212548451804, "W21": -39.749691627002889, "S21": -39.749691627002889, "W22": -75.126230119603733, "S22": -76.982755666499543, "W31": -87.508742737230875, "S31": -87.508742737230875, "W32": -93.128478270383823, "S32": -98.128478270383823 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510121.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35, "S11": -0.36, "W12": -6.6, "S12": -6.6, "W13": -33.209999, "S13": -33.209999, "W21": -39.959999, "S21": -39.959999, "W22": -75.090645279533348, "S22": -77.394707623918464, "W31": -87.331488743325721, "S31": -87.331488743325721, "W32": -92.942211912994011, "S32": -97.942211912994011 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5401477055318633, "S12": -6.5401477055318633, "W13": -20.834494379621901, "S13": -21.17753556484012, "W21": -45.402500015016216, "S21": -45.402500015016216, "W22": -40.0, "S22": -44.40118487819116, "W31": -80.208219833121461, "S31": -80.208219833121461, "W32": -96.687108005333286, "S32": -101.68710800533329 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 516322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51751039373920316, "S11": 0.51751039373920316, "W12": -6.5212764575238911, "S12": -6.5212764575238911, "W13": -20.96624838090391, "S13": -21.502319386197961, "W21": -44.450765402862238, "S21": -44.450765402862238, "W22": -45.579598932036596, "S22": -51.742455669222451, "W31": -80.382802354494387, "S31": -80.382802354494387, "W32": -98.651032316238144, "S32": -103.65103231623814 }, "geometry": { "type": "Point", "coordinates": [ 103216.577777777783922, 516079.377777777786832 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49960816239845673, "S11": 0.49960816239845673, "W12": -9.3388387752509203, "S12": -11.400741410355877, "W13": -15.881499792099792, "S13": -20.881499792099792, "W21": -30.0, "S21": -30.568359375, "W22": -40.991186044277335, "S22": -43.251174080271177, "W31": -69.540070335754208, "S31": -72.103292443892968, "W32": -95.855605140798545, "S32": -100.85560514079854 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 499515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.6412979697218635, "S12": -10.119926758254858, "W13": -18.141865449104884, "S13": -20.098972984502467, "W21": -52.245668148801848, "S21": -72.245668148801855, "W22": -43.14075421178714, "S22": -51.473077750108857, "W31": -66.983013862788027, "S31": -71.62406535755062, "W32": -83.962567934782598, "S32": -88.962567934782598 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 500967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4516092981671882, "S11": 0.63895398745440857, "W12": -9.4629620136361297, "S12": -15.414282343505194, "W13": -15.414282343505194, "S13": -19.327635753858679, "W21": -60.0, "S21": -72.42470598552093, "W22": -42.114173892660553, "S22": -51.824867621833533, "W31": -66.072949440761292, "S31": -69.739656315180312, "W32": -82.3640625, "S32": -87.3640625 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 501818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61628833134209482, "S11": 0.61628833134209482, "W12": -6.9628694424100361, "S12": -9.1546648888080249, "W13": -25.0, "S13": -25.0, "W21": -37.887615540954172, "S21": -37.887615540954172, "W22": -41.934529154561716, "S22": -51.423711846869409, "W31": -65.456905832004736, "S31": -69.8757086738444, "W32": -81.2819972826087, "S32": -86.2819972826087 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 509125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65051729702766936, "S11": 0.65051729702766936, "W12": -7.1977160869147809, "S12": -9.0486964790716442, "W13": -30.77385964452219, "S13": -30.77385964452219, "W21": -37.990412311501913, "S21": -37.990412311501913, "W22": -40.006984362601088, "S22": -49.061379241356732, "W31": -64.924868169896797, "S31": -69.993208438145217, "W32": -80.29912676382142, "S32": -85.29912676382142 }, "geometry": { "type": "Point", "coordinates": [ 103217.0, 511039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21098248182024668, "S11": 0.21098248182024668, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.856424560079066, "W21": -37.481050465909256, "S21": -39.792124478151884, "W22": -40.555421285605384, "S22": -45.500741049976661, "W31": -80.117342779096077, "S31": -80.117342779096077, "W32": -96.585497438454226, "S32": -101.58549743845423 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 498352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49992288225436887, "S11": 0.49992288225436887, "W12": -10.0, "S12": -10.0, "W13": -17.76360126327782, "S13": -19.759204220544699, "W21": -37.341117248129763, "S21": -41.561010624307372, "W22": -37.431770167463746, "S22": -37.431770167463746, "W31": -67.566375689163451, "S31": -75.881515078969329, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 499915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.085206104238760072, "S11": -3.5852061042387602, "W12": -7.8615905751077246, "S12": -8.8615905751077246, "W13": -19.384209024549655, "S13": -20.960353075849792, "W21": -35.817108713401602, "S21": -39.370701207240771, "W22": -59.845833333333331, "S22": -61.781018518518515, "W31": -103.38058190414418, "S31": -103.38058190414418, "W32": -111.02865903998114, "S32": -116.02865903998114 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 505488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17409109789403965, "S11": -0.17409109789403965, "W12": -6.8446555819478281, "S12": -6.8446555819478281, "W13": -21.266019258107239, "S13": -21.266019258107239, "W21": -36.503175631749592, "S21": -40.507969846589724, "W22": -57.486285559534558, "S22": -85.660845030900191, "W31": -106.40412936617423, "S31": -107.89136335219948, "W32": -112.20055431064984, "S32": -117.20055431064984 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 506013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7826059038288657, "S11": 1.7397006553383874, "W12": -7.4318509568538795, "S12": -17.431850956853879, "W13": -19.991840136, "S13": -19.991840136, "W21": -33.49677269114656, "S21": -33.49677269114656, "W22": -47.933475874057137, "S22": -47.933475874057137, "W31": -79.991970624877069, "S31": -82.067097196818921, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 507573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022479897906958004, "S11": 0.022479897906958004, "W12": -10.755362556329374, "S12": -13.755362556329374, "W13": -22.14148395660731, "S13": -29.129656302425389, "W21": -35.012806150008785, "S21": -35.012806150008785, "W22": -47.390093993955944, "S22": -47.390093993955944, "W31": -79.944492580671948, "S31": -84.134407308538044, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103218.0, 511551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1845860422621981, "S11": 3.1845860422621981, "W12": -6.2544758064516133, "S12": -14.964921274961597, "W13": -21.730882958242052, "S13": -21.730882958242052, "W21": -37.631626608196342, "S21": -37.838374634039845, "W22": -34.30138595644511, "S22": -35.552952372485208, "W31": -72.567135486491907, "S31": -72.567135486491907, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103218.5, 510227.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7495395948434629, "S12": -7.7495395948434629, "W13": -15.0, "S13": -18.860725177905795, "W21": -39.245031289376435, "S21": -44.106902729055271, "W22": -41.126064116707802, "S22": -41.949713817395519, "W31": -68.869649890259964, "S31": -73.386448576611585, "W32": -97.087950785953808, "S32": -102.08795078595381 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8464546600408562, "S12": -8.781228940099604, "W13": -16.666156729538773, "S13": -21.118702185733884, "W21": -56.027060639206461, "S21": -75.852266724792599, "W22": -37.489744879732193, "S22": -37.489744879732193, "W31": -67.597646937346241, "S31": -75.82151667710005, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0852273173177145, "S11": 0.58705964100330243, "W12": -4.0670572757131467, "S12": -4.0670572757131467, "W13": -13.863132687604349, "S13": -14.229388693026616, "W21": -50.0, "S21": -64.741487724123516, "W22": -43.029556592674801, "S22": -53.865879273062269, "W31": -67.685370123284372, "S31": -74.460639639302414, "W32": -85.95956201517825, "S32": -90.95956201517825 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 502580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2151761695565897, "S11": 1.210836660261029, "W12": -7.7357678198553863, "S12": -10.394362565569178, "W13": -20.0, "S13": -24.921638468388245, "W21": -36.418066865632184, "S21": -44.733287029926281, "W22": -44.023434467587933, "S22": -44.023434467587933, "W31": -78.702364810651943, "S31": -78.702364810651943, "W32": -95.794170272589511, "S32": -100.79417027258951 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.085683412221736144, "S11": -3.2106834122217363, "W12": -7.7221724077810165, "S12": -8.5665120304225262, "W13": -19.350345838611247, "S13": -20.904892879979723, "W21": -35.8228424456602, "S21": -39.452567125497033, "W22": -62.633741572585471, "S22": -76.939746337033327, "W31": -100.0, "S31": -100.0, "W32": -104.84818039103754, "S32": -109.84818039103754 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 505497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4356196167851207, "S12": -8.1520939545383868, "W13": -24.725648505237601, "S13": -24.725648505237601, "W21": -37.648512748356666, "S21": -37.648512748356666, "W22": -58.752615721518985, "S22": -108.75261572151898, "W31": -108.75261572151898, "S31": -108.75261572151898, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 509144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020557675996607142, "S11": -0.029848677447985951, "W12": -6.7180748936174917, "S12": -9.8839735111290121, "W13": -32.764775301241066, "S13": -32.764775301241066, "W21": -39.872160024107522, "S21": -39.872160024107522, "W22": -77.599771949828963, "S22": -86.37450294601085, "W31": -100.69957890613524, "S31": -100.69957890613524, "W32": -104.07115617304395, "S32": -109.07115617304395 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2635848680935786, "S11": 2.2635848680935786, "W12": -8.4755556781686217, "S12": -21.492382601245545, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -62.360147265074325, "S22": -73.364572191048609, "W31": -88.548822824731872, "S31": -88.548822824731872, "W32": -92.21399053625467, "S32": -97.21399053625467 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7861668156852732, "S11": 1.7861668156852732, "W12": -6.0709428691157985, "S12": -14.70050380767255, "W13": -28.63091199579786, "S13": -28.63091199579786, "W21": -38.829935109973796, "S21": -38.829935109973796, "W22": -47.305485840363595, "S22": -47.305485840363595, "W31": -81.895473297971435, "S31": -89.649605603996733, "W32": -95.113641455323972, "S32": -100.11364145532397 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0602462760286766, "S11": 1.0602462760286766, "W12": -7.5353659317098147, "S12": -11.793069012942308, "W13": -31.15003251597108, "S13": -31.15003251597108, "W21": -38.284798442240167, "S21": -38.284798442240167, "W22": -39.380264233295875, "S22": -44.024048217477805, "W31": -58.706070579557988, "S31": -58.706070579557988, "W32": -92.100520020924776, "S32": -97.100520020924776 }, "geometry": { "type": "Point", "coordinates": [ 103219.0, 510973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.2288110238991941, "W13": -15.0, "S13": -17.718184070929055, "W21": -37.342734135491668, "S21": -43.226422550937741, "W22": -40.892985858849997, "S22": -43.812224574713333, "W31": -69.842644112612888, "S31": -71.523521892161639, "W32": -95.281815235412182, "S32": -100.28181523541218 }, "geometry": { "type": "Point", "coordinates": [ 103219.5, 498796.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1837644102589477, "S11": -1.230436915160714, "W12": -10.0, "S12": -10.0, "W13": -21.469323286313667, "S13": -21.469323286313667, "W21": -35.415349326200058, "S21": -39.473391179960458, "W22": -37.613751291398657, "S22": -37.613751291398657, "W31": -66.920652833180611, "S31": -68.283871627289116, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103219.5, 506156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3677556145858487, "S11": 2.3677556145858487, "W12": -8.6147542954345919, "S12": -17.957302372357667, "W13": -25.0, "S13": -25.0, "W21": -39.967814504350031, "S21": -39.967814504350031, "W22": -38.976665238642255, "S22": -45.307009467899256, "W31": -66.933330485653883, "S31": -74.534759404375691, "W32": -97.516936895790522, "S32": -102.51693689579052 }, "geometry": { "type": "Point", "coordinates": [ 103219.5, 510596.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.51, "S11": 3.51, "W12": -7.9899998, "S12": -7.9899998, "W13": -21.99, "S13": -21.99, "W21": -56.0, "S21": -80.0, "W22": -39.768789822612433, "S22": -43.004088917290495, "W31": -67.183986316069848, "S31": -71.569006140238102, "W32": -93.014959349593497, "S32": -98.014959349593497 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67882831333281124, "S11": -4.3211716866671885, "W12": -9.3224724537507324, "S12": -17.849226052857261, "W13": -20.376276426324786, "S13": -20.376276426324786, "W21": -34.621800280341375, "S21": -35.054133768091013, "W22": -40.071947426706046, "S22": -44.739465604351764, "W31": -67.292550624785051, "S31": -68.935531300023797, "W32": -91.239804241435564, "S32": -96.239804241435564 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 504751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9206808252563481, "S11": 0.92068082525634809, "W12": -5.7747478289568432, "S12": -7.4220455782759043, "W13": -18.888721873150526, "S13": -18.888721873150526, "W21": -35.13408107749725, "S21": -35.47497042849713, "W22": -38.992504120387892, "S22": -46.133474350516167, "W31": -66.901960533064099, "S31": -73.538025199064478, "W32": -98.099927685164047, "S32": -103.09992768516405 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 506928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9914414662336946, "S11": 1.8403437127988636, "W12": -8.1351677904665394, "S12": -18.135167790466539, "W13": -20.0, "S13": -20.0, "W21": -33.333197632609199, "S21": -33.333197632609199, "W22": -43.629434405633454, "S22": -51.894018662020969, "W31": -80.0, "S31": -80.0, "W32": -97.486721942055667, "S32": -102.48672194205567 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 507524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5006177592500567, "S12": -8.5006177592500567, "W13": -27.456441561744882, "S13": -27.456441561744882, "W21": -37.197899215538385, "S21": -37.197899215538385, "W22": -35.377206629131855, "S22": -48.748738525222464, "W31": -80.000000000000014, "S31": -83.000000000000014, "W32": -85.36363636363636, "S32": -90.36363636363636 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 509990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6565323135593217, "S11": 1.6565323135593217, "W12": -12.012543881457908, "S12": -12.012543881457908, "W13": -30.0, "S13": -30.0, "W21": -39.573909288293336, "S21": -42.009994802484272, "W22": -40.264543807341646, "S22": -40.264543807341646, "W31": -68.44583438393019, "S31": -74.197246630068747, "W32": -97.857169569065462, "S32": -102.85716956906546 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 510504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022349189916561624, "S11": 0.022349189916561624, "W12": -10.660105024021506, "S12": -13.225601895704553, "W13": -22.58821681362506, "S13": -29.176373798853412, "W21": -35.179656073610488, "S21": -35.179656073610488, "W22": -44.822982227391094, "S22": -44.822982227391094, "W31": -79.743541517812957, "S31": -80.100864295790643, "W32": -93.808948937115247, "S32": -98.808948937115247 }, "geometry": { "type": "Point", "coordinates": [ 103220.181818181823473, 511528.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6282511210763149, "S11": 0.9037137033757312, "W12": -9.454307000905656, "S12": -15.196636632447234, "W13": -15.196636632447234, "S13": -18.961890574449846, "W21": -60.0, "S21": -72.648891010838085, "W22": -44.835786414223406, "S22": -44.835786414223406, "W31": -79.710027604256396, "S31": -79.873035880614793, "W32": -93.349990259464832, "S32": -98.349990259464832 }, "geometry": { "type": "Point", "coordinates": [ 103220.333333333328483, 501779.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81451203568424391, "S11": 0.13079447188406235, "W12": -5.9144743423028627, "S12": -7.8698955351708531, "W13": -20.046131850675167, "S13": -20.046131850675167, "W21": -35.627093585267161, "S21": -38.168788364932261, "W22": -40.833053131772644, "S22": -44.044222083055381, "W31": -69.972682214290742, "S31": -71.269323403691118, "W32": -95.024027374378278, "S32": -100.02402737437828 }, "geometry": { "type": "Point", "coordinates": [ 103220.4, 506774.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43125947256744479, "S11": 0.43125947256744479, "W12": -9.2842062446734346, "S12": -17.168895747009998, "W13": -19.952075344223946, "S13": -24.153234532791949, "W21": -41.59967387056345, "S21": -48.940813582768918, "W22": -40.091159741350189, "S22": -49.230480699565824, "W31": -64.97826447839283, "S31": -70.028526750979253, "W32": -80.469725884802216, "S32": -85.469725884802216 }, "geometry": { "type": "Point", "coordinates": [ 103220.5, 503708.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49910134565126257, "S11": 0.49910134565126257, "W12": -9.2661245923855393, "S12": -12.003418026955639, "W13": -16.02919653499686, "S13": -21.02919653499686, "W21": -29.984637692038223, "S21": -30.716408525371595, "W22": -39.755257779412958, "S22": -39.755257779412958, "W31": -71.394121881571664, "S31": -71.394121881571664, "W32": -89.870217707562347, "S32": -94.870217707562347 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 499526.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3783053050805649, "S11": 0.19566198954563063, "W12": -7.543079098122865, "S12": -14.209684798349478, "W13": -14.558866205500259, "S13": -21.370742633319569, "W21": -60.483575792560842, "S21": -70.0, "W22": -44.849930153965126, "S22": -44.849930153965126, "W31": -79.691452902885075, "S31": -79.691452902885075, "W32": -93.053187576359974, "S32": -98.053187576359974 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 502050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -19.848372288729013, "S13": -22.408323192996765, "W21": -45.573705405252113, "S21": -58.555073692355549, "W22": -39.299524097143049, "S22": -50.466347228359872, "W31": -76.09820672596571, "S31": -82.915601793036245, "W32": -91.989473497355064, "S32": -96.989473497355064 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 503349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48091864784823973, "S11": -4.5190813521517601, "W12": -9.8814684895303877, "S12": -18.326429727185417, "W13": -20.914928173033697, "S13": -21.761863225332409, "W21": -34.663768879682422, "S21": -34.96065031369519, "W22": -39.842471763620289, "S22": -43.192755205535846, "W31": -67.18974547566205, "S31": -70.96107800453639, "W32": -92.80377053867241, "S32": -97.80377053867241 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 504810.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3376911318013443, "S11": -4.0447149907332802, "W12": -4.4613074088334841, "S12": -7.4688566134706456, "W13": -19.347604552514468, "S13": -20.236559983392443, "W21": -34.781736088170149, "S21": -39.989679602039686, "W22": -40.027829029612938, "S22": -44.172151081935567, "W31": -67.247220697923041, "S31": -68.944772844104733, "W32": -91.86534030709204, "S32": -96.86534030709204 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 505763.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9055413919743032, "S11": 0.81579780223071352, "W12": -5.4884952702273733, "S12": -7.1488383676613099, "W13": -18.456136595439204, "S13": -18.456136595439204, "W21": -34.939415842675949, "S21": -34.99705775088092, "W22": -57.998982749322899, "S22": -80.536152352847125, "W31": -106.06010331646512, "S31": -107.32263685880162, "W32": -112.089102488501, "S32": -117.089102488501 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.79567365333638, "W13": -20.0, "S13": -20.0, "W21": -38.449050075053435, "S21": -38.449050075053435, "W22": -40.865845399927942, "S22": -43.478898894308678, "W31": -69.691820919120559, "S31": -71.811178884596515, "W32": -95.531936774659997, "S32": -100.53193677466 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 508206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.009727157742506487, "S11": -0.009727157742506487, "W12": -5.4896354538952146, "S12": -16.125536637912194, "W13": -21.017759562841796, "S13": -21.017759562841796, "W21": -39.783370849734936, "S21": -39.783370849734936, "W22": -40.0, "S22": -40.0, "W31": -68.255476499422116, "S31": -74.560855266801823, "W32": -98.391218060034731, "S32": -103.39121806003473 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 508542.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49086174147755668, "S11": 0.49086174147755668, "W12": -8.0878666906179362, "S12": -11.541489879023732, "W13": -28.263014403075509, "S13": -28.263014403075509, "W21": -37.297443652015353, "S21": -37.297443652015353, "W22": -58.705508867088604, "S22": -108.7055088670886, "W31": -108.7055088670886, "S31": -108.7055088670886, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 510019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3964205933654417, "S11": 2.3964205933654417, "W12": -5.9164600957504287, "S12": -11.681954461442949, "W13": -28.365564396351289, "S13": -28.365564396351289, "W21": -37.968104254516177, "S21": -38.231105314302077, "W22": -63.168649629194896, "S22": -78.168649629194903, "W31": -100.0, "S31": -100.0, "W32": -106.23769399056538, "S32": -111.23769399056538 }, "geometry": { "type": "Point", "coordinates": [ 103221.0, 510455.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5316840317023912, "S12": -6.5316840317023912, "W13": -20.797541092637232, "S13": -21.129460489381366, "W21": -45.538403173156567, "S21": -45.538403173156567, "W22": -70.217870591204701, "S22": -75.308935984216106, "W31": -84.15100041713265, "S31": -84.15100041713265, "W32": -87.692696482063425, "S32": -92.692696482063425 }, "geometry": { "type": "Point", "coordinates": [ 103221.545454545455868, 516371.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 3.17410576070901, "S11": 3.17410576070901, "W12": -9.0951796382596282, "S12": -9.0951796382596282, "W13": -20.733532580095961, "S13": -20.733532580095961, "W21": -50.0, "S21": -70.0, "W22": -54.308795232566638, "S22": -54.308795232566638, "W31": -90.000000000000014, "S31": -90.548154301957808, "W32": -96.429607381849237, "S32": -101.42960738184924 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5864125560538118, "S11": 0.90244473277914139, "W12": -9.4506023478751224, "S12": -15.09364926087329, "W13": -15.09364926087329, "S13": -18.790111273308209, "W21": -60.0, "S21": -72.751264237900827, "W22": -36.675775481245537, "S22": -50.392606250017948, "W31": -80.0, "S31": -83.132451588406525, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 501762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31388825557607697, "S11": -2.6861117444239229, "W12": -4.0229591927426878, "S12": -4.5578149619734569, "W13": -19.999084112149532, "S13": -19.999084112149532, "W21": -37.614997167307955, "S21": -40.457693063438803, "W22": -34.363366143323923, "S22": -47.223683327011621, "W31": -79.070500573175394, "S31": -79.872050079181065, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13731328588712813, "S11": -0.13731328588712813, "W12": -4.309748469320291, "S12": -4.309748469320291, "W13": -20.823604620913201, "S13": -20.823604620913201, "W21": -33.729594314820957, "S21": -34.492654783763854, "W22": -41.043406406671842, "S22": -41.810417993090574, "W31": -68.83076437215604, "S31": -73.459280624106682, "W32": -97.1167462385161, "S32": -102.1167462385161 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 505889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23778587302035892, "S11": -0.23778587302035892, "W12": -4.4763557085953192, "S12": -4.4763557085953192, "W13": -20.997533547068784, "S13": -20.997533547068784, "W21": -34.011866208915556, "S21": -35.215486118417928, "W22": -38.821623151489348, "S22": -38.821623151489348, "W31": -68.170111675681468, "S31": -74.724005916608434, "W32": -98.665432186270678, "S32": -103.66543218627068 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 505906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -24.740565013472597, "S13": -24.740565013472597, "W21": -39.698677270432221, "S21": -39.698677270432221, "W22": -40.124993964091402, "S22": -46.05166135544826, "W31": -67.342062572897746, "S31": -69.055537270243406, "W32": -90.240409680294647, "S32": -95.240409680294647 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 508889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.54, "S11": 2.54, "W12": -5.7600002, "S12": -20.7600002, "W13": -20.77, "S13": -20.77, "W21": -36.860001, "S21": -36.870001, "W22": -42.32, "S22": -52.28875, "W31": -65.732362256278137, "S31": -69.897318433516858, "W32": -81.879891304347822, "S32": -86.879891304347822 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36474088291746631, "S11": 0.36474088291746631, "W12": -13.358921342695199, "S12": -13.358921342695199, "W13": -20.083683693351226, "S13": -22.506113542090194, "W21": -35.663433536659753, "S21": -35.663433536659753, "W22": -34.460092105900401, "S22": -47.225515598406666, "W31": -78.568112342377049, "S31": -78.568112342377049, "W32": -85.497478726756881, "S32": -90.497478726756881 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 512844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39516662384572371, "S11": 0.39516662384572371, "W12": -13.225634818679271, "S12": -13.225634818679271, "W13": -20.291835853446297, "S13": -23.48533988577471, "W21": -35.638723228010242, "S21": -35.643319426714804, "W22": -62.031626182192483, "S22": -74.959635700801783, "W31": -100.0, "S31": -100.0, "W32": -103.75225998491324, "S32": -108.75225998491324 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 512896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8777089341290014, "W12": -6.4778073325140602, "S12": -6.4778073325140602, "W13": -21.053367032848964, "S13": -22.04604152202679, "W21": -42.694025184255587, "S21": -42.694025184255587, "W22": -75.587459712862582, "S22": -75.587459712862582, "W31": -101.0095970229643, "S31": -101.0095970229643, "W32": -104.17162409866114, "S32": -109.17162409866114 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 515643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7484023458760878, "S11": 1.7207019794622938, "W12": -7.3941744293305209, "S12": -17.394174429330519, "W13": -19.992053465777776, "S13": -19.992053465777776, "W21": -33.502945249563368, "S21": -33.502945249563368, "W22": -74.898102892568758, "S22": -75.519943194871843, "W31": -87.943348058079465, "S31": -87.943348058079465, "W32": -93.818929800394628, "S32": -98.818929800394628 }, "geometry": { "type": "Point", "coordinates": [ 103222.333333333328483, 507576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24081071166554957, "S11": 0.24081071166554957, "W12": -6.5111219612587163, "S12": -6.5111219612587163, "W13": -20.965725845383293, "S13": -21.49457161965098, "W21": -44.578574622762744, "S21": -44.578574622762744, "W22": -74.674426754983486, "S22": -77.943513824038845, "W31": -86.845254662269184, "S31": -86.845254662269184, "W32": -92.584489474375232, "S32": -97.584489474375232 }, "geometry": { "type": "Point", "coordinates": [ 103222.9, 516128.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5188751575561774, "S12": -9.0347106725297017, "W13": -16.928612221587663, "S13": -20.546523867809654, "W21": -54.583901466908401, "S21": -74.529607006973862, "W22": -43.521853049749552, "S22": -43.85006091231476, "W31": -59.367396926763355, "S31": -60.395233707087556, "W32": -93.318899486723879, "S32": -98.318899486723879 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 501118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7073500916211857, "S11": 2.0166328031987955, "W12": -4.3348216669505995, "S12": -12.578303162063978, "W13": -12.847725843734489, "S13": -17.140375214433515, "W21": -60.0, "S21": -71.860126927529919, "W22": -43.270124443871701, "S22": -43.270124443871701, "W31": -75.631629701060746, "S31": -75.966612238895436, "W32": -95.051669679209795, "S32": -100.05166967920979 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 502267.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14643982356647778, "S11": 0.14643982356647778, "W12": -9.5525683737506775, "S12": -16.208796794684979, "W13": -19.915932295434981, "S13": -24.748398492705839, "W21": -43.393498075117577, "S21": -53.393498075117577, "W22": -38.98463854269518, "S22": -50.478260911579042, "W31": -75.82214157544837, "S31": -82.755056194053864, "W32": -91.558383924450609, "S32": -96.558383924450609 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 503628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.069094462715118349, "S11": -0.069094462715118349, "W12": -4.9172240956000088, "S12": -4.9172240956000088, "W13": -23.445103625977588, "S13": -23.445103625977588, "W21": -34.806513309322604, "S21": -37.222428733023875, "W22": -42.252545111976161, "S22": -50.898410001403604, "W31": -66.634774268766705, "S31": -70.858087720021331, "W32": -83.48125, "S32": -88.48125 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5191666480683792, "S11": -0.82870837688240695, "W12": -7.6754118364856625, "S12": -21.566217940510359, "W13": -21.566217940510359, "S13": -21.566217940510359, "W21": -37.408729133710999, "S21": -41.586069116810449, "W22": -41.922830953963313, "S22": -51.33989826165562, "W31": -65.255676644618504, "S31": -70.014371478844524, "W32": -81.058899456521743, "S32": -86.058899456521743 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 506284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35929635152470207, "S11": 0.35929635152470207, "W12": -8.7527803631462682, "S12": -8.7527803631462682, "W13": -25.0, "S13": -26.345245668525248, "W21": -35.992626707331652, "S21": -35.992626707331652, "W22": -39.860344492962433, "S22": -48.295560809059019, "W31": -64.618631549199804, "S31": -70.155061986099454, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.669664122937224, "S11": 2.669664122937224, "W12": -5.7344300686928884, "S12": -11.464696003686555, "W13": -21.365858302978886, "S13": -21.365858302978886, "W21": -37.814038393570677, "S21": -37.81870899119437, "W22": -61.178473610185804, "S22": -74.635308552670395, "W31": -100.0, "S31": -100.0, "W32": -104.17910660767804, "S32": -109.17910660767804 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 510343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2511657541065206, "S11": 2.2511657541065206, "W12": -8.9760001061306518, "S12": -21.783692413822958, "W13": -25.0, "S13": -25.0, "W21": -40.078599492935076, "S21": -40.078599492935076, "W22": -58.391666666666673, "S22": -63.672089947089951, "W31": -104.29665126906728, "S31": -104.33105707155946, "W32": -111.41874041750206, "S32": -116.41874041750206 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 510624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.121142857142857, "S11": 2.121142857142857, "W12": -10.497777793858178, "S12": -25.497777793858177, "W13": -25.497777793858177, "S13": -25.497777793858177, "W21": -39.912594991959573, "S21": -39.912594991959573, "W22": -45.444549659513378, "S22": -48.641781049690096, "W31": -82.32440283194552, "S31": -82.429116360823116, "W32": -99.249123605243653, "S32": -104.24912360524365 }, "geometry": { "type": "Point", "coordinates": [ 103223.0, 510640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57622890473788591, "S11": 0.57622890473788591, "W12": -6.5598021322658013, "S12": -6.5598021322658013, "W13": -20.495412746575386, "S13": -20.495412746575386, "W21": -44.601018381463682, "S21": -44.601018381463682, "W22": -42.41803515943608, "S22": -42.41803515943608, "W31": -76.64161699899222, "S31": -77.354531584727013, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103223.081967213118332, 516804.737704918021336 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5408071748878109, "S11": 0.90438765019955403, "W12": -9.4456519881751877, "S12": -14.978990921388748, "W13": -14.978990921388748, "S13": -18.588668065855632, "W21": -60.0, "S21": -72.873076036155496, "W22": -38.561326402846547, "S22": -38.561326402846547, "W31": -67.836167084189753, "S31": -75.362669557165134, "W32": -99.74843770303977, "S32": -104.74843770303977 }, "geometry": { "type": "Point", "coordinates": [ 103223.666666666671517, 501741.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.970848960109024, "S11": 1.970848960109024, "W12": -8.0777300940586159, "S12": -12.179850785779424, "W13": -15.27358895786498, "S13": -15.646341678817404, "W21": -59.875048556260182, "S21": -71.427790600944277, "W22": -51.358780017487781, "S22": -51.358780017487781, "W31": -69.994264918805158, "S31": -69.994264918805158, "W32": -87.25703978391941, "S32": -92.25703978391941 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 501448.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27385571385268281, "S11": 0.27385571385268281, "W12": -9.4175641124970948, "S12": -16.784837803300196, "W13": -19.933956599373413, "S13": -24.429509712194438, "W21": -42.354600626204459, "S21": -50.719274134201939, "W22": -62.280851517900011, "S22": -70.924919314510177, "W31": -100.62493620916153, "S31": -100.62493620916153, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 503674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3696965628356606, "S11": -0.69995871428549916, "W12": -6.9020744356314827, "S12": -19.791875821850834, "W13": -19.999999999999996, "S13": -20.077319282458017, "W21": -37.525397004203185, "S21": -39.999999999999993, "W22": -38.249427387985627, "S22": -38.249427387985627, "W31": -67.766109884353284, "S31": -75.496605319573447, "W32": -99.974483467413265, "S32": -104.97448346741326 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 506301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8804063387953591, "S11": 0.73221629354649043, "W12": -5.5519322685676453, "S12": -7.3253828348217667, "W13": -18.303673961494333, "S13": -18.303673961494333, "W21": -34.8812243787089, "S21": -34.8812243787089, "W22": -38.200397433255283, "S22": -38.200397433255283, "W31": -66.650136395599631, "S31": -66.801724874933512, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 506949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0529416850520423, "S12": -9.0529416850520423, "W13": -26.4082811747713, "S13": -26.4082811747713, "W21": -36.915204178336673, "S21": -36.915204178336673, "W22": -44.386356748758267, "S22": -45.130231841704195, "W31": -80.0, "S31": -80.0, "W32": -96.464646464646464, "S32": -101.46464646464646 }, "geometry": { "type": "Point", "coordinates": [ 103224.0, 509924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0613750721291275, "S11": 3.0598927452442966, "W12": -7.9678229665071774, "S12": -16.352151324716132, "W13": -23.573765281173593, "S13": -23.573765281173593, "W21": -37.972403779539704, "S21": -37.972403779539704, "W22": -43.686766034815925, "S22": -51.62481063679494, "W31": -80.0, "S31": -80.0, "W32": -97.551519586704543, "S32": -102.55151958670454 }, "geometry": { "type": "Point", "coordinates": [ 103224.5, 510204.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4584002806804612, "S11": 3.4584002806804612, "W12": -7.7034378915369057, "S12": -7.7034378915369057, "W13": -21.15304998144029, "S13": -21.511945504772765, "W21": -40.584343050312548, "S21": -40.584343050312548, "W22": -44.524492377646325, "S22": -51.018289453410553, "W31": -80.0, "S31": -80.0, "W32": -97.914577204355709, "S32": -102.91457720435571 }, "geometry": { "type": "Point", "coordinates": [ 103224.666666666671517, 515108.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12366604415387278, "S11": 0.12366604415387278, "W12": -6.5088354255282876, "S12": -6.5088354255282876, "W13": -20.949058944449888, "S13": -21.469097728739854, "W21": -44.648713308685977, "S21": -44.648713308685977, "W22": -37.938217240219927, "S22": -50.4492848831418, "W31": -76.222136310953431, "S31": -76.222136310953431, "W32": -90.197837895409535, "S32": -95.197837895409535 }, "geometry": { "type": "Point", "coordinates": [ 103224.712121212127386, 516151.560606060607824 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1317808670998888, "S11": 2.1317808670998888, "W12": -10.202696824706393, "S12": -10.202696824706393, "W13": -17.256731494539373, "S13": -17.726550397732854, "W21": -42.880334066368512, "S21": -67.256639231341367, "W22": -37.321852205966067, "S22": -50.424902165777326, "W31": -77.451581749233952, "S31": -82.023462310831732, "W32": -90.004503602882309, "S32": -95.004503602882309 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 500257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5903506526746862, "S11": 2.5903506526746862, "W12": -9.3178030747564833, "S12": -10.496561385783224, "W13": -18.524840736728059, "S13": -20.115674050494523, "W21": -51.778498574434863, "S21": -71.778498574434863, "W22": -40.85289333710179, "S22": -42.881895445651814, "W31": -69.409617291187857, "S31": -72.350076845718718, "W32": -96.017782126874508, "S32": -101.01778212687451 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63781976002043084, "S11": 0.63781976002043084, "W12": -6.3600928444083715, "S12": -8.3264217356654218, "W13": -25.0, "S13": -25.0, "W21": -37.740421762288641, "S21": -37.740421762288641, "W22": -40.946354244995014, "S22": -42.078246806522671, "W31": -68.992189965554672, "S31": -73.149181881279532, "W32": -96.78955635058152, "S32": -101.78955635058152 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 509143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.550739823982398, "S11": 2.5449456637943668, "W12": -10.0, "S12": -22.251204990076552, "W13": -30.166768602094237, "S13": -30.166768602094237, "W21": -38.95573686405244, "S21": -38.95573686405244, "W22": -57.958333333333329, "S22": -64.31547619047619, "W31": -104.54286250481518, "S31": -104.76026998110314, "W32": -111.52730274796555, "S32": -116.52730274796555 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 510165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3722289302100941, "S11": 2.3722289302100941, "W12": -9.2941111692054434, "S12": -16.721995784590057, "W13": -25.0, "S13": -25.0, "W21": -39.986727630659807, "S21": -39.988593147184439, "W22": -76.54441727791361, "S22": -88.26856671086891, "W31": -92.398762427696184, "S31": -92.398762427696184, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103225.0, 510586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16961450089372568, "S11": 0.16961450089372568, "W12": -5.7395671951211984, "S12": -7.1282392816913163, "W13": -24.332093823780539, "S13": -24.471530903798001, "W21": -36.943812598553762, "S21": -36.943812598553762, "W22": -42.139726810608693, "S22": -47.661873795463322, "W31": -80.0, "S31": -80.0, "W32": -96.899730564127481, "S32": -101.89973056412748 }, "geometry": { "type": "Point", "coordinates": [ 103225.5, 509164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47938846806961122, "S11": 0.47938846806961122, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.649181244255168, "W21": -37.234054733994846, "S21": -43.178928235992181, "W22": -46.226289247782972, "S22": -51.226289247782972, "W31": -80.901725524884611, "S31": -80.956594168845271, "W32": -98.9737568313205, "S32": -103.9737568313205 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 498751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6958733455908148, "S11": 2.6958733455908148, "W12": -10.931147321577944, "S12": -10.931147321577944, "W13": -19.171037715313954, "S13": -19.171037715313954, "W21": -48.459424889857409, "S21": -68.888465052668394, "W22": -40.617989546323173, "S22": -44.049530965684333, "W31": -70.0, "S31": -71.046293687889715, "W32": -94.783521974812018, "S32": -99.783521974812018 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25481964231585347, "S11": 0.25481964231585347, "W12": -9.4357712868985839, "S12": -16.795135999204472, "W13": -19.934931283200516, "S13": -24.43415241847374, "W21": -42.365651293062783, "S21": -50.669326119640779, "W22": -39.999999999999808, "S22": -39.999999999999801, "W31": -68.55297409633333, "S31": -73.989640478821173, "W32": -97.592037413312539, "S32": -102.59203741331254 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 503673.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09461113768162431, "S11": -4.9566241234076509, "W12": -5.0000000000000018, "S12": -9.3090909090909122, "W13": -18.789704695208741, "S13": -20.342712687904481, "W21": -35.690937806671016, "S21": -44.530655548143528, "W22": -46.505336768494665, "S22": -46.505336768494665, "W31": -81.555162645677683, "S31": -89.926630773047776, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5335638496621637, "S11": 1.59701562631191, "W12": -8.4808786698775389, "S12": -18.480878669877541, "W13": -18.480878669877541, "S13": -18.480878669877541, "W21": -33.808275444061167, "S21": -33.808275444061167, "W22": -40.713285035723629, "S22": -40.713285035723629, "W31": -68.995242108998951, "S31": -69.923357215285705, "W32": -92.435003762225506, "S32": -97.435003762225506 }, "geometry": { "type": "Point", "coordinates": [ 103226.0, 507257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3529572635596394, "S11": 3.3529572635596394, "W12": -8.3061590211372316, "S12": -8.3061590211372316, "W13": -19.601999380447545, "S13": -19.601999380447545, "W21": -41.935377579196626, "S21": -55.962506760877922, "W22": -37.571535876963104, "S22": -50.448465257552016, "W31": -76.899576067638378, "S31": -79.807096995724862, "W32": -90.051541232986395, "S32": -95.051541232986395 }, "geometry": { "type": "Point", "coordinates": [ 103226.333333333328483, 503040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87989671287954663, "S11": -0.87989671287954663, "W12": -4.6425978551426192, "S12": -21.012879232204465, "W13": -22.896859810282319, "S13": -22.896859810282319, "W21": -40.237136194490219, "S21": -40.237136194490219, "W22": -36.869078437056267, "S22": -38.618641635717502, "W31": -71.167581085247974, "S31": -71.167581085247974, "W32": -90.741743461585187, "S32": -95.741743461585187 }, "geometry": { "type": "Point", "coordinates": [ 103226.333333333328483, 509213.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2199430615374065, "S11": 0.2199430615374065, "W12": -8.4468520847428952, "S12": -8.4468520847428952, "W13": -25.0, "S13": -25.0, "W21": -35.681337073282748, "S21": -35.681337073282748, "W22": -38.371824580779943, "S22": -43.371824580779943, "W31": -70.045538148807054, "S31": -70.045538148807054, "W32": -92.606648821668571, "S32": -97.606648821668571 }, "geometry": { "type": "Point", "coordinates": [ 103226.6, 509600.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4533632286995517, "S11": 0.90506159702349065, "W12": -9.4369969754447123, "S12": -14.761345210330788, "W13": -14.917538383667962, "S13": -18.215445557261972, "W21": -60.0, "S21": -73.097261061472651, "W22": -40.939407229479166, "S22": -41.854632487956849, "W31": -68.88719690478726, "S31": -73.349639868206012, "W32": -96.969309781727972, "S32": -101.96930978172797 }, "geometry": { "type": "Point", "coordinates": [ 103227.0, 501703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8731960152292815, "S11": 0.87319601522928147, "W12": -5.8125648906399174, "S12": -7.7644930217623909, "W13": -19.163330898925874, "S13": -19.163330898925874, "W21": -35.287697127273979, "S21": -35.930050939227861, "W22": -40.104702750665496, "S22": -40.104702750665496, "W31": -68.318575429712141, "S31": -74.438184522946329, "W32": -98.138090512811431, "S32": -103.13809051281143 }, "geometry": { "type": "Point", "coordinates": [ 103227.0, 506916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5232203578729226, "S12": -6.5232203578729226, "W13": -20.760587805652513, "S13": -21.081385413922543, "W21": -45.67430633129716, "S21": -45.67430633129716, "W22": -58.670833333334002, "S22": -64.069863315695628, "W31": -103.86572481208417, "S31": -103.86572481208417, "W32": -111.27068836733875, "S32": -116.27068836733875 }, "geometry": { "type": "Point", "coordinates": [ 103227.090909090911737, 516420.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4876951957220452, "S11": 1.4876951957220452, "W12": -10.0, "S12": -10.0, "W13": -16.706537466061786, "S13": -17.761582305671983, "W21": -40.0, "S21": -46.20069960647136, "W22": -39.561923172952461, "S22": -46.303506910841023, "W31": -64.147966396468149, "S31": -70.324626349546804, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103228.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48697499959754365, "S11": -0.48697499959754365, "W12": -7.4509252418239766, "S12": -19.09982863847549, "W13": -25.729126287748823, "S13": -25.729126287748823, "W21": -36.60289049495352, "S21": -36.60289049495352, "W22": -44.400002, "S22": -44.400002, "W31": -84.75, "S31": -84.8, "W32": -99.75, "S32": -104.75 }, "geometry": { "type": "Point", "coordinates": [ 103228.0, 509325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43397556390977449, "S11": -0.7627601668737003, "W12": -7.1326520235916213, "S12": -20.490994093601522, "W13": -20.490994093601522, "S13": -20.490994093601522, "W21": -37.512971650949133, "S21": -41.783513297594723, "W22": -50.452896884869944, "S22": -50.460337927953844, "W31": -94.245021567140469, "S31": -94.245021567140469, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103228.5, 506295.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044849588300063664, "S11": -5.4660233060337404, "W12": -5.4660233060337404, "S12": -9.5486669454617612, "W13": -19.016975773243821, "S13": -19.668637993871801, "W21": -36.506711234709222, "S21": -44.726016329024148, "W22": -75.187602990955298, "S22": -82.826142033776463, "W31": -88.566728531889908, "S31": -88.566728531889908, "W32": -95.332744126342817, "S32": -100.33274412634282 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 505702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37173222955309349, "S11": 0.37173222955309349, "W12": -5.0, "S12": -10.840388835163036, "W13": -23.077543611979429, "S13": -23.077543611979429, "W21": -39.558665836158269, "S21": -39.558665836158269, "W22": -46.094522749325414, "S22": -51.036299538544256, "W31": -80.655779157865183, "S31": -80.655779157865183, "W32": -98.827941860855319, "S32": -103.82794186085532 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 508700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3758415841584153, "S11": 2.3758415841584153, "W12": -9.8217406537532934, "S12": -15.807317576830215, "W13": -25.978510948162111, "S13": -25.978510948162111, "W21": -40.0, "S21": -40.003266472666802, "W22": -35.368219636838042, "S22": -35.368219636838042, "W31": -74.286500623253389, "S31": -74.286500623253389, "W32": -88.723315444245685, "S32": -93.723315444245685 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 510578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3633637817170663, "S11": 2.3633637817170663, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.327807730862002, "S13": -21.327807730862002, "W21": -39.079828529857501, "S21": -39.079828529857501, "W22": -42.49371843629045, "S22": -42.49371843629045, "W31": -71.769686640841186, "S31": -71.769686640841186, "W32": -89.128882728194071, "S32": -94.128882728194071 }, "geometry": { "type": "Point", "coordinates": [ 103229.0, 514169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9402731438795273, "W13": -15.0, "S13": -18.0, "W21": -38.352401902464251, "S21": -43.116373703295473, "W22": -43.00767987902843, "S22": -43.00767987902843, "W31": -82.024075771281559, "S31": -82.381368469955248, "W32": -91.705572289156621, "S32": -96.705572289156621 }, "geometry": { "type": "Point", "coordinates": [ 103229.142857142855064, 498982.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.032542920278845339, "S11": -0.032542920278845339, "W12": -6.5009674649935141, "S12": -6.5009674649935141, "W13": -20.928437963506109, "S13": -21.45005850674746, "W21": -44.706383842663335, "S21": -44.706383842663335, "W22": -39.240587920822911, "S22": -39.240587920822911, "W31": -68.036047215323521, "S31": -74.978642282470076, "W32": -99.0574387780416, "S32": -104.0574387780416 }, "geometry": { "type": "Point", "coordinates": [ 103229.222222222218988, 516178.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.4076238076801237, "W13": -15.0, "S13": -17.832551988036339, "W21": -37.272944257726571, "S21": -43.266193430750263, "W22": -38.703848759458459, "S22": -40.858061187456769, "W31": -65.996296408188826, "S31": -71.750208157649567, "W32": -84.573435029786609, "S32": -89.573435029786609 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 498840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4438969648024762, "S11": 3.4438969648024762, "W12": -8.1379295625941843, "S12": -8.1379295625941843, "W13": -21.773893285677815, "S13": -21.773893285677815, "W21": -52.907303370786515, "S21": -72.907303370786508, "W22": -58.560634055695694, "S22": -108.56063405569569, "W31": -108.56063405569569, "S31": -108.56063405569569, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 500565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1136775955262126, "S11": 1.1136775955262126, "W12": -8.9682142857142857, "S12": -17.297783589482879, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -43.0, "W22": -70.132699816012604, "S22": -74.496338382978692, "W31": -84.21172151726914, "S31": -84.21172151726914, "W32": -88.126228638595734, "S32": -93.126228638595734 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 503882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.075477035436876005, "S11": 0.075477035436876005, "W12": -5.0, "S12": -13.308300738983251, "W13": -21.511839708560753, "S13": -21.511839708560753, "W21": -39.808207766108801, "S21": -39.808207766108801, "W22": -44.591760153226531, "S22": -47.368997512723503, "W31": -80.0, "S31": -80.0, "W32": -96.928091513684691, "S32": -101.92809151368469 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 508577.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4518646864686468, "S11": 0.44298654508372542, "W12": -7.8784573666767086, "S12": -11.621014780909769, "W13": -32.005017886561959, "S13": -32.005017886561959, "W21": -39.636984417031798, "S21": -39.636984417031798, "W22": -44.553158192237561, "S22": -50.883685440797542, "W31": -80.12840875000001, "S31": -80.12840875000001, "W32": -97.918831208556171, "S32": -102.91883120855617 }, "geometry": { "type": "Point", "coordinates": [ 103230.0, 510136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94, "S11": -0.94, "W12": -4.4899998, "S12": -22.6399998, "W13": -22.65, "S13": -22.65, "W21": -40.59, "S21": -40.59, "W22": -40.849302083318172, "S22": -42.34607561995476, "W31": -69.153615558953305, "S31": -72.839083138452381, "W32": -96.462366462646941, "S32": -101.46236646264694 }, "geometry": { "type": "Point", "coordinates": [ 103230.4, 509216.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1278100040772937, "S11": -0.1278100040772937, "W12": -9.8059765467899656, "S12": -18.099611019331661, "W13": -20.0, "S13": -20.0, "W21": -38.956605514749725, "S21": -38.956605514749725, "W22": -39.908771792292519, "S22": -39.908771792292519, "W31": -71.661730558937478, "S31": -71.661730558937478, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103230.714285714289872, 508374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3055126491233604, "S11": 0.3055126491233604, "W12": -13.535836015241017, "S12": -13.535836015241017, "W13": -19.860120341310065, "S13": -21.072784132675199, "W21": -35.763740667871808, "S21": -35.763740667871808, "W22": -39.935129218259291, "S22": -44.485824794145557, "W31": -76.375274677807042, "S31": -80.995566077948823, "W32": -93.503212979728346, "S32": -98.503212979728346 }, "geometry": { "type": "Point", "coordinates": [ 103230.818181818176527, 512757.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55223207698411014, "S11": 0.55223207698411014, "W12": -6.5465128504701884, "S12": -6.5465128504701884, "W13": -20.457505691131455, "S13": -20.457505691131455, "W21": -44.531819514627699, "S21": -44.531819514627699, "W22": -74.679900380896584, "S22": -76.106156458692368, "W31": -100.97770283503893, "S31": -100.97770283503893, "W32": -104.12024409518531, "S32": -109.12024409518531 }, "geometry": { "type": "Point", "coordinates": [ 103230.844262295082444, 516854.098360655712895 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35163364181233731, "S11": -0.0526832379978589, "W12": -5.3070964480589957, "S12": -5.3070964480589975, "W13": -20.021587190683981, "S13": -21.021587190683981, "W21": -38.00292315336204, "S21": -41.582824091839591, "W22": -40.219853897124388, "S22": -47.987808096704065, "W31": -67.415620845003616, "S31": -71.078966702346705, "W32": -89.031018801802304, "S32": -94.031018801802304 }, "geometry": { "type": "Point", "coordinates": [ 103231.0, 506517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5332652177231267, "S11": 2.5332652177231267, "W12": -10.0, "S12": -10.0, "W13": -27.26710497155943, "S13": -29.040346124594393, "W21": -32.708322210017975, "S21": -32.708322210017975, "W22": -41.65534197351846, "S22": -43.239091283973572, "W31": -70.0, "S31": -70.800640279394642, "W32": -94.726899733389345, "S32": -99.726899733389345 }, "geometry": { "type": "Point", "coordinates": [ 103231.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4897843822843821, "S11": 2.4897843822843821, "W12": -5.4093633837782784, "S12": -7.9830452558161928, "W13": -25.0, "S13": -25.0, "W21": -39.476849118675503, "S21": -39.476849118675503, "W22": -40.001317741836097, "S22": -43.876234481686843, "W31": -70.0, "S31": -70.64620672722809, "W32": -94.342571063491064, "S32": -99.342571063491064 }, "geometry": { "type": "Point", "coordinates": [ 103231.0, 510715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.3713746383256851, "W13": -24.587927111767453, "S13": -24.587927111767453, "W21": -39.999538791740562, "S21": -39.999538791740562, "W22": -40.735441676473769, "S22": -43.183459766729889, "W31": -69.594143428923743, "S31": -71.995487286765041, "W32": -95.640698819511101, "S32": -100.6406988195111 }, "geometry": { "type": "Point", "coordinates": [ 103231.2, 508876.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0059325739039749765, "S11": -0.0059325739039749765, "W12": -13.003965636539112, "S12": -13.003965636539112, "W13": -19.859047896639613, "S13": -27.291528492235997, "W21": -34.999182911768763, "S21": -35.523777189834682, "W22": -39.173741088039755, "S22": -39.173741088039755, "W31": -67.9720931517586, "S31": -75.100671027310426, "W32": -99.257982776340512, "S32": -104.25798277634051 }, "geometry": { "type": "Point", "coordinates": [ 103231.25, 512245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8727660265878878, "S11": 2.8727660265878878, "W12": -9.6790313438231106, "S12": -10.013251186669255, "W13": -19.62604715472321, "S13": -20.089192568823393, "W21": -50.419862874210843, "S21": -70.41986287421085, "W22": -38.360016261807232, "S22": -38.360016261807232, "W31": -67.789674123627549, "S31": -75.449886220016126, "W32": -99.857887089343308, "S32": -104.85788708934331 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2667076441662941, "S11": 0.40743513781683116, "W12": -9.5031168298559496, "S12": -15.175983106066418, "W13": -15.175983106066418, "S13": -19.479037342705595, "W21": -60.000000000000007, "S21": -72.199189328760312, "W22": -42.914147939841797, "S22": -52.713426785995644, "W31": -65.432474217151068, "S31": -70.069547609209849, "W32": -81.499796195652181, "S32": -86.499796195652181 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 501836.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062919086304974767, "S11": -7.360066280914797, "W12": -9.7085855189419412, "S12": -12.708585518941941, "W13": -20.547899856478722, "S13": -22.09780680772036, "W21": -36.424039483220724, "S21": -40.415477408176656, "W22": -39.74039874426758, "S22": -47.301459068255468, "W31": -64.347397406273046, "S31": -70.309185286402297, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 505366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8300463841687349, "S11": 0.7117389575711528, "W12": -5.5907575101246367, "S12": -7.7266107141194755, "W13": -18.83820057418432, "S13": -18.83820057418432, "W21": -35.158103339081038, "S21": -35.655264797348821, "W22": -39.713704623323778, "S22": -47.14000154738391, "W31": -64.312394928502798, "S31": -70.316915534053678, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 506927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2789799787302907, "S11": 1.2789799787302907, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -33.488178528244539, "S21": -33.488178528244539, "W22": -44.002481220324448, "S22": -44.002481220324448, "W31": -84.187345267567721, "S31": -84.2859293620416, "W32": -98.452862758750058, "S32": -103.45286275875006 }, "geometry": { "type": "Point", "coordinates": [ 103232.0, 507771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5147566840434514, "S12": -6.5147566840434514, "W13": -20.723634518667843, "S13": -21.033310338463803, "W21": -45.759783677895307, "S21": -45.759783677895307, "W22": -60.63340489056678, "S22": -74.110881773393771, "W31": -100.0, "S31": -100.0, "W32": -104.20939060939061, "S32": -109.20939060939061 }, "geometry": { "type": "Point", "coordinates": [ 103232.636363636367605, 516470.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37258076385311645, "S11": -0.37258076385311645, "W12": -10.0, "S12": -11.871359422430059, "W13": -19.878082649173116, "S13": -23.779686619064609, "W21": -45.100674947535587, "S21": -56.44412154947733, "W22": -47.27354737570198, "S22": -47.27354737570198, "W31": -79.964283124453189, "S31": -83.219090378622511, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.091434033469989462, "S11": -4.9900595958977334, "W12": -4.9900595958977334, "S12": -8.7805447042642406, "W13": -19.179030365418299, "S13": -19.179030365418299, "W21": -36.359532287722381, "S21": -43.545061055943037, "W22": -43.208371578790917, "S22": -43.208371578790917, "W31": -83.360437297657427, "S31": -83.551927711261641, "W32": -96.697962777856816, "S32": -101.69796277785682 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 505718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.20053992470774717, "W12": -5.0, "S12": -7.0575453319346622, "W13": -20.127869579834336, "S13": -21.092168325321619, "W21": -37.605589215793195, "S21": -40.845563962252385, "W22": -41.763184540432079, "S22": -41.763184540432079, "W31": -76.801419015218187, "S31": -78.296096438730274, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 506594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2202989269289729, "S11": 0.2202989269289729, "W12": -8.3859924462680251, "S12": -8.3859924462680251, "W13": -25.0, "S13": -25.0, "W21": -35.603879150395009, "S21": -35.603879150395009, "W22": -39.656460525482892, "S22": -43.445359755536195, "W31": -67.145727688059736, "S31": -70.881721482233161, "W32": -93.06410924807858, "S32": -98.06410924807858 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 509595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9200001, "S11": 2.9200001, "W12": -5.2800002, "S12": -5.2800002, "W13": -21.290001, "S13": -21.300001, "W21": -38.98, "S21": -38.98, "W22": -50.416040107634593, "S22": -53.895547838086799, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.00000000000001, "S32": -102.67932098384016 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6537271672524536, "S12": -10.968283321734189, "W13": -15.851935005308324, "S13": -16.777957117591711, "W21": -30.502311649171951, "S21": -31.078220032464984, "W22": -54.812736971153456, "S22": -54.812736971153456, "W31": -90.0, "S31": -90.0, "W32": -96.357141907531329, "S32": -101.35714190753133 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 497509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74401634559252761, "S11": 0.74401634559252761, "W12": -7.0609083440910689, "S12": -9.3003247287408719, "W13": -17.154614559149771, "S13": -20.21504135743681, "W21": -53.528708850896777, "S21": -73.528708850896777, "W22": -62.295941195270053, "S22": -98.454834795108539, "W31": -104.14393086226315, "S31": -104.14393086226315, "W32": -106.82926312443715, "S32": -111.82926312443715 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 501080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4182313013332468, "W12": -8.07630251491784, "S12": -8.7227353095571782, "W13": -20.0, "S13": -23.913123092573755, "W21": -37.701290642266393, "S21": -46.513828455828097, "W22": -74.510002, "S22": -74.510002, "W31": -88.010002, "S31": -88.010002, "W32": -94.0, "S32": -99.0 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 504268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32189633805371254, "S11": 0.32189633805371254, "W12": -13.43427859062114, "S12": -13.43427859062114, "W13": -19.923850455608058, "S13": -21.656811449722461, "W21": -35.769271428571422, "S21": -35.769271428571422, "W22": -43.209999, "S22": -52.90711438461539, "W31": -65.312161964763987, "S31": -70.119673805762616, "W32": -81.3210597826087, "S32": -86.3210597826087 }, "geometry": { "type": "Point", "coordinates": [ 103234.0, 512791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9666152597401083, "S11": 1.9666152597401083, "W12": -6.4485576261861359, "S12": -17.055062043009158, "W13": -28.428840315536139, "S13": -28.428840315536139, "W21": -39.119670219645009, "S21": -39.119670219645009, "W22": -74.157624523284397, "S22": -78.32249033983544, "W31": -86.353940025832443, "S31": -86.353940025832443, "W32": -92.269313755525403, "S32": -97.269313755525403 }, "geometry": { "type": "Point", "coordinates": [ 103234.142857142855064, 510808.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1063788624177768, "S11": 0.18234407281811515, "W12": -9.5199825703593586, "S12": -15.231579471096488, "W13": -15.231579471096488, "S13": -19.729317097500047, "W21": -60.0, "S21": -72.00285488789936, "W22": -41.770417332109893, "S22": -51.011051483376903, "W31": -66.053779884170851, "S31": -69.963740340399667, "W32": -82.634556159420541, "S32": -87.634556159420541 }, "geometry": { "type": "Point", "coordinates": [ 103234.5, 501863.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3075336322869957, "S11": 0.85207697311180652, "W12": -9.6183223688945834, "S12": -14.618322368894583, "W13": -14.972464990720432, "S13": -17.82399794392272, "W21": -60.0, "S21": -73.304849411971034, "W22": -40.890413108188561, "S22": -41.454206292099272, "W31": -68.711560738521058, "S31": -73.684315137426623, "W32": -97.252377806309909, "S32": -102.25237780630991 }, "geometry": { "type": "Point", "coordinates": [ 103235.0, 501662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3905885780885781, "S11": 2.3905885780885781, "W12": -5.3998311248417838, "S12": -5.3998311248417838, "W13": -25.263157894736842, "S13": -25.263157894736842, "W21": -39.43309639163666, "S21": -39.43309639163666, "W22": -39.492037289213094, "S22": -44.025880650208947, "W31": -59.284464277838296, "S31": -59.662948537996385, "W32": -92.281136888964426, "S32": -97.281136888964426 }, "geometry": { "type": "Point", "coordinates": [ 103235.0, 510735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14735690147259661, "S11": -0.14735690147259661, "W12": -9.7894502889313912, "S12": -18.05793553297292, "W13": -20.0, "S13": -20.0, "W21": -38.894106764577543, "S21": -38.894106764577543, "W22": -42.771622456989441, "S22": -42.771622456989441, "W31": -82.812482146257707, "S31": -83.056370564449111, "W32": -95.526798038935596, "S32": -100.5267980389356 }, "geometry": { "type": "Point", "coordinates": [ 103235.2, 508373.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0330183402441317, "S12": -9.0330183402441317, "W13": -26.354734927961747, "S13": -26.354734927961747, "W21": -36.86369377558534, "S21": -36.86369377558534, "W22": -40.0628216503993, "S22": -40.0628216503993, "W31": -68.312558204965171, "S31": -74.448094914098064, "W32": -98.118775915228397, "S32": -103.1187759152284 }, "geometry": { "type": "Point", "coordinates": [ 103235.333333333328483, 509937.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31950642654516964, "S11": 0.31950642654516964, "W12": -5.7182897862233419, "S12": -5.7182897862233419, "W13": -23.498402579482164, "S13": -23.498402579482164, "W21": -36.155265451771903, "S21": -39.526176465231046, "W22": -39.067756730562138, "S22": -39.067756730562138, "W31": -67.947720148703084, "S31": -75.146525299509477, "W32": -99.318584541234003, "S32": -104.318584541234 }, "geometry": { "type": "Point", "coordinates": [ 103235.5, 505986.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29713326534082796, "S11": -0.29713326534082796, "W12": -6.4908129687283074, "S12": -6.4908129687283074, "W13": -20.891150081628961, "S13": -21.405545393844054, "W21": -44.834193062563699, "S21": -44.834193062563699, "W22": -38.832779877966892, "S22": -48.034306817007419, "W31": -66.772785115188057, "S31": -71.137064848312505, "W32": -99.80139282950735, "S32": -104.80139282950735 }, "geometry": { "type": "Point", "coordinates": [ 103235.544444444443798, 516227.644444444449618 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.2227348438780614, "W12": -5.0536317061051044, "S12": -12.006677645718209, "W13": -13.817946877811064, "S13": -20.023618587115656, "W21": -60.523420165174855, "S21": -71.883760687675675, "W22": -38.248292277434089, "S22": -39.482485759494331, "W31": -62.817164396977901, "S31": -69.830619713278253, "W32": -80.56504806056698, "S32": -85.56504806056698 }, "geometry": { "type": "Point", "coordinates": [ 103236.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.04752313707833538, "S11": 0.04752313707833538, "W12": -4.0822278140569264, "S12": -4.0822278140569264, "W13": -20.77446425189687, "S13": -20.77446425189687, "W21": -34.012092141473822, "S21": -34.012092141473822, "W22": -63.05263072565328, "S22": -72.9380484320112, "W31": -87.92881940199986, "S31": -87.92881940199986, "W32": -91.632363894385662, "S32": -96.632363894385662 }, "geometry": { "type": "Point", "coordinates": [ 103236.0, 505866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99147836604541184, "S11": 0.99147836604541184, "W12": -6.4072752388626686, "S12": -13.064975637374882, "W13": -20.0, "S13": -20.0, "W21": -36.100052754569042, "S21": -36.100052754569042, "W22": -55.858566654378073, "S22": -57.941868093446672, "W31": -90.0, "S31": -90.0, "W32": -96.582293722576921, "S32": -101.58229372257692 }, "geometry": { "type": "Point", "coordinates": [ 103236.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0477530953883614, "S12": -6.0018357686688333, "W13": -15.000000000000002, "S13": -18.000000000000004, "W21": -38.363382536033122, "S21": -43.106348699506043, "W22": -46.358565247638069, "S22": -46.358565247638069, "W31": -81.665430901728172, "S31": -90.467802538398217, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103236.705882352936896, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57608541874271924, "S11": 0.57608541874271924, "W12": -10.0, "S12": -10.0, "W13": -17.207009432697784, "S13": -19.079167971652517, "W21": -37.120623403387505, "S21": -37.120623403387505, "W22": -39.419293547276659, "S22": -44.419293547276659, "W31": -58.901005515942259, "S31": -59.231403518993154, "W32": -92.268711646343448, "S32": -97.268711646343448 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5822210838046848, "S11": 1.5822210838046848, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.650996962133309, "S13": -17.597935904593403, "W21": -40.0, "S21": -47.875819851333624, "W22": -37.855727708480011, "S22": -50.533217378680099, "W31": -76.19700162033439, "S31": -77.851144392729097, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 500148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9995179581467806, "S11": 2.9995179581467806, "W12": -9.9244698175419899, "S12": -9.9244698175419899, "W13": -20.331654090058191, "S13": -20.331654090058191, "W21": -50.534705407586763, "S21": -70.534705407586756, "W22": -37.745542104786267, "S22": -51.545693906569106, "W31": -80.0, "S31": -84.35641227380016, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 500441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6969302806499265, "S11": 2.6969302806499265, "W12": -10.059033652942283, "S12": -10.880309881247324, "W13": -18.977807150595883, "S13": -20.137834607996535, "W21": -51.228383171543008, "S21": -71.228383171543001, "W22": -40.069009464635471, "S22": -46.004735483429101, "W31": -67.279209563787461, "S31": -68.860155499572102, "W32": -90.770084593262808, "S32": -95.770084593262808 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 500878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5348883234379416, "S11": 1.5348883234379416, "W12": -10.0, "S12": -10.0, "W13": -19.932082117721112, "S13": -21.895504477395782, "W21": -44.441269841269843, "S21": -57.691949189095929, "W22": -60.0, "S22": -73.741621712440974, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -104.42811474240045, "S32": -109.42811474240045 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 503284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3239373091853517, "S11": -1.3239373091853517, "W12": -10.517667506021205, "S12": -10.517667506021205, "W13": -21.764784247898429, "S13": -21.764784247898429, "W21": -36.297798742134724, "S21": -39.723512090773589, "W22": -66.107382550335572, "S22": -110.18748360547006, "W31": -110.18748360547006, "S31": -110.18748360547006, "W32": -110.18748360547006, "S32": -110.88782267158068 }, "geometry": { "type": "Point", "coordinates": [ 103237.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4759832050384884, "S11": 0.4759832050384884, "W12": -8.1534982121666832, "S12": -8.1534982121666832, "W13": -27.715617538778154, "S13": -27.715617538778154, "W21": -37.87740008603965, "S21": -37.87740008603965, "W22": -75.385956370371474, "S22": -90.385956370371474, "W31": -90.385956370371474, "S31": -90.385956370371474, "W32": -96.416606920493564, "S32": -101.41660692049356 }, "geometry": { "type": "Point", "coordinates": [ 103237.5, 510005.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1782158502588611, "S11": 1.1782158502588611, "W12": -6.7742663535797281, "S12": -9.8549994430981833, "W13": -24.964685426452579, "S13": -24.964685426452579, "W21": -38.164469624212487, "S21": -38.164469624212487, "W22": -71.531861695393701, "S22": -76.862647592465791, "W31": -84.219354392671789, "S31": -84.219354392671789, "W32": -87.67938721496381, "S32": -92.67938721496381 }, "geometry": { "type": "Point", "coordinates": [ 103238.0, 509121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028268492578724807, "S11": 0.028268492578724807, "W12": -10.0, "S12": -16.832927200731039, "W13": -30.0, "S13": -31.616093039730799, "W21": -37.122991055279108, "S21": -37.122991055279108, "W22": -45.209320413560484, "S22": -45.924732356389505, "W31": -83.538835608728888, "S31": -83.57104851463076, "W32": -99.531230376170811, "S32": -104.53123037617081 }, "geometry": { "type": "Point", "coordinates": [ 103238.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5062930102139784, "S12": -6.5062930102139784, "W13": -20.686681231683174, "S13": -20.985235263005002, "W21": -45.665672137711518, "S21": -45.665672137711518, "W22": -43.06588985132872, "S22": -43.06588985132872, "W31": -83.009999285850384, "S31": -83.220980648167497, "W32": -95.89103094129463, "S32": -100.89103094129463 }, "geometry": { "type": "Point", "coordinates": [ 103238.181818181823473, 516519.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52823524923052223, "S11": 0.52823524923052223, "W12": -6.533223568674579, "S12": -6.533223568674579, "W13": -20.419598635687478, "S13": -20.419598635687478, "W21": -44.462620647791539, "S21": -44.462620647791539, "W22": -42.782915969296759, "S22": -42.782915969296759, "W31": -82.542688297467009, "S31": -82.807144473804769, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103238.606557377046556, 516903.459016393462662 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55457533716827001, "S11": 0.55457533716827001, "W12": -9.0012704865963666, "S12": -9.5825922778399164, "W13": -15.494342685768105, "S13": -20.494342685768103, "W21": -31.378096315855654, "S21": -32.653486940855657, "W22": -39.684755602113924, "S22": -43.957496759567881, "W31": -70.0, "S31": -70.329732383992109, "W32": -93.940558732552688, "S32": -98.940558732552688 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 499481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0561441128716411, "S11": 2.1400915656111081, "W12": -4.9440450005957146, "S12": -4.9440450005957146, "W13": -15.951353535585543, "S13": -15.951353535585543, "W21": -45.75924861031244, "S21": -60.045463072281592, "W22": -39.032977499226959, "S22": -39.032977499226959, "W31": -68.135254898812477, "S31": -74.786980544979954, "W32": -98.688822341141872, "S32": -103.68882234114187 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 502704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039989158040132484, "S11": -7.2883228727977656, "W12": -9.2381503897980011, "S12": -11.493572543167481, "W13": -20.0, "S13": -21.434585601800237, "W21": -36.534255169920279, "S21": -38.527036165471358, "W22": -41.898571661067088, "S22": -43.398273156552484, "W31": -71.001872659175916, "S31": -71.682218022000939, "W32": -94.813368303298262, "S32": -99.813368303298262 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 505396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14624428251691518, "S11": -4.4579775752685125, "W12": -4.5546264607035143, "S12": -7.9268563096932141, "W13": -19.353013632150791, "S13": -19.353013632150791, "W21": -36.157607519783454, "S21": -42.389991120349045, "W22": -73.898329915030772, "S22": -76.546898256467841, "W31": -100.94768153552367, "S31": -100.94768153552367, "W32": -104.07471070260983, "S32": -109.07471070260983 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 505731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16711358504555096, "S11": -0.16711358504555096, "W12": -4.6305993337341009, "S12": -4.6305993337341009, "W13": -21.443725317498963, "S13": -21.443725317498963, "W21": -35.084299346608255, "S21": -36.499766232663511, "W22": -75.96503264881234, "S22": -94.32340944151116, "W31": -94.32340944151116, "S31": -94.32340944151116, "W32": -98.825214142862535, "S32": -103.82521414286254 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 505922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8797631230481062, "S11": -0.96180416826364845, "W12": -7.3947817864239083, "S12": -12.134150848318569, "W13": -16.206667807926046, "S13": -19.206667807926046, "W21": -32.578604250917316, "S21": -32.578604250917316, "W22": -74.164636926025025, "S22": -76.373362650104653, "W31": -87.08319098298044, "S31": -87.08319098298044, "W32": -93.102682830758468, "S32": -98.102682830758468 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 507142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11933586455869538, "S11": 0.11933586455869538, "W12": -5.0, "S12": -10.98070029394653, "W13": -22.00591985428051, "S13": -22.00591985428051, "W21": -39.833044682482907, "S21": -39.833044682482907, "W22": -56.042778964158821, "S22": -59.416964067592893, "W31": -90.0, "S31": -90.0, "W32": -96.523154554527352, "S32": -101.52315455452735 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 508612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11759070005109862, "S11": 0.11759070005109862, "W12": -8.0369174218458799, "S12": -8.0369174218458799, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -35.370630616233022, "S21": -35.370630616233022, "W22": -47.668341276537603, "S22": -47.668341276537603, "W31": -82.500998117834939, "S31": -91.520103637608514, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103239.0, 509547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052121344630902247, "S11": -4.9810143519331449, "W12": -4.9810143519331449, "S12": -8.516889317516867, "W13": -19.225236562239633, "S13": -19.225236562239633, "W21": -36.895726623405416, "S21": -44.141092198677811, "W22": -40.743870584463309, "S22": -50.248538818813536, "W31": -66.845991561181435, "S31": -68.095408810598684, "W32": -94.409593936655156, "S32": -99.409593936655156 }, "geometry": { "type": "Point", "coordinates": [ 103239.2, 505712.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24329082229484894, "S11": -0.24329082229484894, "W12": -7.4046924721276692, "S12": -17.298514874385489, "W13": -22.805933577729963, "S13": -22.805933577729963, "W21": -34.642442543161522, "S21": -34.642442543161522, "W22": -43.135529056092338, "S22": -43.135529056092338, "W31": -81.526947248143131, "S31": -81.902483083950059, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103239.333333333328483, 509401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28485935308297705, "S11": 0.28485935308297705, "W12": -8.006603382548942, "S12": -8.006603382548942, "W13": -15.831375371104572, "S13": -16.83203832961329, "W21": -32.207450806419089, "S21": -32.31213432137389, "W22": -38.866471267309514, "S22": -38.866471267309514, "W31": -67.901982754965573, "S31": -75.233278648331719, "W32": -99.449445369812523, "S32": -104.44944536981252 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 497683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6724389955686854, "S11": 2.6724389955686854, "W12": -10.0, "S12": -10.882359036352689, "W13": -18.893054429138935, "S13": -20.149615940323788, "W21": -51.336340031226662, "S21": -71.280749513081076, "W22": -40.641215419413548, "S22": -43.0019641455863, "W31": -69.538916503128775, "S31": -72.099334505745688, "W32": -95.692524401341302, "S32": -100.6925244013413 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 500888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4393571728143519, "S11": 2.3466090317461346, "W12": -8.0849788604587385, "S12": -8.4648307368979658, "W13": -20.0, "S13": -24.078636826042725, "W21": -37.555961668314744, "S21": -46.557004546658952, "W22": -38.757474309686103, "S22": -47.134869129294927, "W31": -66.79004319835451, "S31": -72.189681241627241, "W32": -99.294004937543761, "S32": -104.29400493754376 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 504285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7162526262887177, "S11": 0.75045301164517242, "W12": -5.836751025307592, "S12": -8.3814540405510574, "W13": -19.804905239687844, "S13": -19.804905239687844, "W21": -35.765138450462835, "S21": -37.256826747111262, "W22": -42.079745752806438, "S22": -52.17172101671445, "W31": -67.526989228798456, "S31": -75.211373547171419, "W32": -87.446528898036362, "S32": -92.446528898036362 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 506878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7518559283010815, "S11": 0.34914099617438454, "W12": -5.7384499224553096, "S12": -8.1352100887476588, "W13": -17.801278378684618, "S13": -17.801278378684618, "W21": -34.713529969469086, "S21": -34.713529969469086, "W22": -60.510350260294175, "S22": -60.510350260294175, "W31": -71.75981054132771, "S31": -71.848604359825913, "W32": -85.043768955059221, "S32": -90.043768955059221 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 506964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18702881934706939, "S11": -0.18702881934706939, "W12": -7.1632834493999118, "S12": -18.205202174045844, "W13": -20.0, "S13": -20.0, "W21": -39.210997351130224, "S21": -39.210997351130224, "W22": -42.137888826724911, "S22": -53.39530683608163, "W31": -67.598398796468402, "S31": -74.545564418202972, "W32": -86.422330504914754, "S32": -91.422330504914754 }, "geometry": { "type": "Point", "coordinates": [ 103240.0, 508465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0015484104574203517, "S11": 0.0015484104574203517, "W12": -7.1486722654031452, "S12": -7.1486722654031452, "W13": -15.783094814280535, "S13": -16.863788519346102, "W21": -34.515969702307544, "S21": -34.515969702307544, "W22": -43.411364875368044, "S22": -51.485526721050064, "W31": -80.128241041802283, "S31": -80.128241041802283, "W32": -97.905166601073375, "S32": -102.90516660107338 }, "geometry": { "type": "Point", "coordinates": [ 103240.428571428565192, 497915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50936097787405232, "S11": 0.50936097787405232, "W12": -9.0133925033679372, "S12": -9.8949092167765631, "W13": -15.0, "S13": -20.0, "W21": -36.646923763143654, "S21": -41.073106178245737, "W22": -40.0, "S22": -40.0, "W31": -68.290014094552305, "S31": -74.489911790107627, "W32": -98.160328879753351, "S32": -103.16032887975335 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 499394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9995398293493132, "S11": 2.9995398293493132, "W12": -9.2066159131351419, "S12": -9.2066159131351419, "W13": -20.136767063921994, "S13": -20.136767063921994, "W21": -50.0, "S21": -69.843440233236151, "W22": -37.615128560331655, "S22": -37.615128560331655, "W31": -66.853669674853876, "S31": -68.012448312982755, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.977743003538984, "S11": 2.977743003538984, "W12": -9.2603026456794666, "S12": -9.2603026456794666, "W13": -20.052769471530212, "S13": -20.08557519206655, "W21": -50.0, "S21": -69.848202137998044, "W22": -39.715114409090909, "S22": -49.135993751693348, "W31": -64.909222234278459, "S31": -70.279328692602576, "W32": -80.674560490400182, "S32": -85.674560490400182 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 500759.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95820195339541048, "S11": 0.26267332375783814, "W12": -5.5096528958687596, "S12": -8.1376965566580122, "W13": -20.0, "S13": -20.0, "W21": -36.421512761743458, "S21": -39.137293009522288, "W22": -46.195145478007404, "S22": -46.205145478007402, "W31": -84.594503375120539, "S31": -84.594503375120539, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 506791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0675248386025218, "S11": -0.93247516139747821, "W12": -7.5994594574708536, "S12": -13.71776035222226, "W13": -16.188265000427972, "S13": -18.690534913758555, "W21": -32.736173805833552, "S21": -32.736173805833552, "W22": -69.805109402911512, "S22": -74.140388105619905, "W31": -84.606680081469023, "S31": -84.606680081469023, "W32": -89.590727298774766, "S32": -94.590727298774766 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 507166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.7046222565704934, "W13": -24.462272141855582, "S13": -24.462272141855582, "W21": -40.0, "S21": -40.0, "W22": -54.110206301910381, "S22": -54.110206301910381, "W31": -90.0, "S31": -90.915992713296234, "W32": -96.117799135550271, "S32": -101.11779913555027 }, "geometry": { "type": "Point", "coordinates": [ 103241.0, 508868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1557393479625175, "S11": 1.1557393479625175, "W12": -15.0, "S12": -15.0, "W13": -21.356507202463781, "S13": -27.975506324805462, "W21": -39.112829672268447, "S21": -39.112829672268447, "W22": -44.116429398777328, "S22": -44.116429398777328, "W31": -77.405196629213478, "S31": -77.437501635034195, "W32": -96.033302295010131, "S32": -101.03330229501013 }, "geometry": { "type": "Point", "coordinates": [ 103241.117647058825241, 513625.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6749204199357639, "S11": 0.6749204199357639, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.900597510303712, "S13": -18.671043247728626, "W21": -37.414679174806324, "S21": -39.118573126754676, "W22": -44.146626768227449, "S22": -44.146626768227449, "W31": -77.731741573033702, "S31": -77.731741573033702, "W32": -96.124226324149646, "S32": -101.12422632414965 }, "geometry": { "type": "Point", "coordinates": [ 103241.6, 499962.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3093456198150619, "S11": 3.3093456198150619, "W12": -8.4395656211576089, "S12": -8.4395656211576089, "W13": -21.202151361529449, "S13": -21.292685673604229, "W21": -39.985978444164388, "S21": -39.985978444164388, "W22": -40.484142221140097, "S22": -44.069250003259427, "W31": -70.0, "S31": -70.911754076424387, "W32": -94.588386853515985, "S32": -99.588386853515985 }, "geometry": { "type": "Point", "coordinates": [ 103241.639344262293889, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4806584724631016, "S12": -6.4806584724631016, "W13": -20.853862199751816, "S13": -21.361032280940574, "W21": -44.96200228246407, "S21": -44.96200228246407, "W22": -40.804264228490894, "S22": -41.252272505780155, "W31": -68.674665865815953, "S31": -73.753282754204022, "W32": -97.276056144899712, "S32": -102.27605614489971 }, "geometry": { "type": "Point", "coordinates": [ 103241.866666666668607, 516277.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23532845611765787, "S11": 0.23532845611765787, "W12": -7.8603728887698461, "S12": -7.8603728887698461, "W13": -15.826318024935638, "S13": -16.845922791786347, "W21": -32.590490157617445, "S21": -32.590490157617445, "W22": -41.823600493119265, "S22": -51.160922516748471, "W31": -65.878138954530542, "S31": -70.077122509928714, "W32": -82.429245923913058, "S32": -87.429245923913058 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 497722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59339580204634457, "S11": 0.59339580204634457, "W12": -10.0, "S12": -10.0, "W13": -17.072007882920619, "S13": -18.916480391177856, "W21": -37.090301182834935, "S21": -38.062546418957552, "W22": -39.791000481170308, "S22": -39.791000481170308, "W31": -71.845809983397899, "S31": -71.845809983397899, "W32": -90.727097200345511, "S32": -95.727097200345511 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 499945.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24281686358754029, "S11": -0.60875108234841235, "W12": -6.014338010982307, "S12": -18.352418271917713, "W13": -20.0, "S13": -20.195873542122943, "W21": -37.737856942635212, "S21": -40.0, "W22": -60.484351854370225, "S22": -60.484351854370225, "W31": -70.0, "S31": -70.5, "W32": -84.840976978352003, "S32": -89.840976978352003 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 506319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7367789775913314, "S11": 0.73677897759133137, "W12": -5.7573863597296384, "S12": -8.3436624623721585, "W13": -19.466406751703005, "S13": -19.466406751703005, "W21": -35.485860031156776, "S21": -36.576841902253008, "W22": -75.298125931154061, "S22": -93.410039957461734, "W31": -95.635262658007846, "S31": -95.635262658007846, "W32": -100.950540681175, "S32": -105.950540681175 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 506901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34401913875598089, "S11": 0.34401913875598089, "W12": -10.0, "S12": -13.062155900292572, "W13": -20.0, "S13": -20.0, "W21": -38.145002593632995, "S21": -38.145002593632995, "W22": -50.763496646591456, "S22": -50.769408211217304, "W31": -95.06765699893343, "S31": -95.06765699893343, "W32": -95.06765699893343, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 508214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42031107561702952, "S11": -0.42031107561702952, "W12": -7.4266620750014845, "S12": -18.204391784889822, "W13": -24.94380964776224, "S13": -24.94380964776224, "W21": -35.059982646180465, "S21": -35.059982646180465, "W22": -50.917519461836406, "S22": -51.900026975129151, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103242.0, 509384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35589961259789649, "S11": -0.35589961259789649, "W12": -6.5049043775294155, "S12": -6.5049043775294155, "W13": -20.616504361142436, "S13": -20.857573749550788, "W21": -45.39980110353585, "S21": -45.39980110353585, "W22": -60.0, "S22": -100.95497678174844, "W31": -104.61678010086666, "S31": -104.61678010086666, "W32": -107.15669862795995, "S32": -112.15669862795995 }, "geometry": { "type": "Point", "coordinates": [ 103242.103448275855044, 516618.103448275884148 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21975188667682236, "S11": 0.21975188667682236, "W12": -10.0, "S12": -14.44438533556281, "W13": -20.0, "S13": -20.0, "W21": -38.313399021627376, "S21": -38.313399021627376, "W22": -74.450168587782898, "S22": -99.752845423434906, "W31": -99.752845423434906, "S31": -99.752845423434906, "W32": -101.42681236417401, "S32": -106.42681236417401 }, "geometry": { "type": "Point", "coordinates": [ 103242.5, 508256.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24126304839769333, "S11": 0.24126304839769333, "W12": -8.3317264256395607, "S12": -8.3317264256395607, "W13": -25.0, "S13": -25.401380533917028, "W21": -35.520760003766092, "S21": -35.520760003766092, "W22": -57.237935635910659, "S22": -66.393957932298846, "W31": -90.0, "S31": -90.0, "W32": -96.16543645897913, "S32": -101.16543645897913 }, "geometry": { "type": "Point", "coordinates": [ 103242.5, 509595.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9605093298908578, "S12": -9.2519338877096757, "W13": -17.071351493576845, "S13": -20.227683151412403, "W21": -53.597876077659357, "S21": -73.521327212039807, "W22": -40.22342200098435, "S22": -41.145880507208417, "W31": -66.751365145569793, "S31": -67.751365145569793, "W32": -92.508082264231462, "S32": -97.508082264231462 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 501091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98051919586568226, "S11": -0.019480804134317742, "W12": -9.5515814835700006, "S12": -15.179407108713075, "W13": -15.179407108713075, "S13": -20.010763704107127, "W21": -60.0, "S21": -71.737048260272218, "W22": -40.201885992866693, "S22": -48.38315516696143, "W31": -67.389333107006991, "S31": -71.602948587461754, "W32": -89.063108416309717, "S32": -94.063108416309717 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 501895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0834862900809288, "S11": 0.59390105346481326, "W12": -7.8362141981447966, "S12": -11.720500675963939, "W13": -19.83553204771594, "S13": -25.97726739646512, "W21": -36.168840191105403, "S21": -44.145711012757332, "W22": -43.376124028903099, "S22": -50.800704704207227, "W31": -66.75604923257994, "S31": -71.462252955327784, "W32": -83.987567934782618, "S32": -88.987567934782618 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 504409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7493626388436525, "S11": 0.64369253575086893, "W12": -5.4867262113492288, "S12": -8.0791665993647115, "W13": -18.927282571741529, "S13": -18.927282571741529, "W21": -35.242282773963673, "S21": -35.976333442248276, "W22": -41.314923375893777, "S22": -50.872615683586083, "W31": -65.054928812945349, "S31": -70.270705007004935, "W32": -80.989417071478144, "S32": -85.989417071478144 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 506921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.071527376512405705, "S11": 0.071527376512405705, "W12": -10.0, "S12": -15.826614770833046, "W13": -20.0, "S13": -20.0, "W21": -38.481795449621757, "S21": -38.481795449621757, "W22": -41.038571010234762, "S22": -41.904236238602998, "W31": -76.557185143090337, "S31": -77.550073399825337, "W32": -94.834735683601082, "S32": -99.834735683601082 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 508298.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1061179107352348, "S11": -0.1061179107352348, "W12": -9.9999999999999982, "S12": -17.511323761929155, "W13": -20.0, "S13": -20.0, "W21": -38.695101150045446, "S21": -38.695101150045446, "W22": -42.778742035874657, "S22": -49.110845454025551, "W31": -80.0, "S31": -80.0, "W32": -97.330333104294226, "S32": -102.33033310429423 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 508350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8865757161372052, "S12": -8.8865757161372052, "W13": -25.074232035847324, "S13": -25.074232035847324, "W21": -36.277592419849128, "S21": -36.277592419849128, "W22": -62.744759777289239, "S22": -72.713918375951778, "W31": -88.020102437474023, "S31": -88.020102437474023, "W32": -91.82599459676247, "S32": -96.82599459676247 }, "geometry": { "type": "Point", "coordinates": [ 103243.0, 509799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076697133652010918, "S11": -0.076697133652010918, "W12": -10.0, "S12": -17.208844206103283, "W13": -20.0, "S13": -20.0, "W21": -38.650191877616138, "S21": -38.650191877616138, "W22": -47.763552176792381, "S22": -47.763552176792381, "W31": -82.653852734842857, "S31": -91.98937311045222, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103243.5, 508340.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4978293363845072, "S12": -6.4978293363845072, "W13": -20.649727944698501, "S13": -20.937160187546219, "W21": -45.571560597527736, "S21": -45.571560597527736, "W22": -34.936982762967268, "S22": -43.339694119893288, "W31": -77.036948032442169, "S31": -77.036948032442169, "W32": -86.655933214072746, "S32": -91.655933214072746 }, "geometry": { "type": "Point", "coordinates": [ 103243.727272727279342, 516569.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49488009486221968, "S11": 0.49488009486221968, "W12": -9.2130070105909692, "S12": -13.275402367215634, "W13": -17.274138897213067, "S13": -21.175457678477279, "W21": -29.883256267827655, "S21": -39.883256267827655, "W22": -40.559412449460524, "S22": -40.559412449460524, "W31": -68.507223047670351, "S31": -74.073291888182908, "W32": -97.571271861482657, "S32": -102.57127186148266 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053578366577062039, "S11": -7.4464216334229381, "W12": -9.2916386460434879, "S12": -11.502715330784, "W13": -20.080309725986837, "S13": -21.46108195934049, "W21": -36.666981361018678, "S21": -38.961113821356122, "W22": -39.081205393238974, "S22": -39.081205393238974, "W31": -68.162105967422434, "S31": -74.733969279788298, "W32": -98.561416876351132, "S32": -103.56141687635113 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 505392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36480671490744104, "S11": -1.0101932850921282, "W12": -3.7699624931118172, "S12": -3.7699624931118172, "W13": -19.731440264060314, "S13": -19.731440264060314, "W21": -35.699328381979186, "S21": -39.215780829728558, "W22": -37.979314113196054, "S22": -38.367171910250519, "W31": -66.573409057597758, "S31": -66.832970983073196, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15593318274938273, "S11": -0.15593318274938273, "W12": -10.0, "S12": -17.936817722501246, "W13": -20.0, "S13": -20.0, "W21": -38.73575114039744, "S21": -38.73575114039744, "W22": -51.297177920716678, "S22": -51.297385160755553, "W31": -97.822327635740791, "S31": -97.822327635740791, "W32": -97.822327635740791, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 508363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20916709282568169, "S11": -0.20916709282568169, "W12": -9.4369536227589279, "S12": -18.028027264132447, "W13": -20.0, "S13": -20.0, "W21": -38.818588305610518, "S21": -38.818588305610518, "W22": -57.761346379746833, "S22": -107.59551229572423, "W31": -107.59551229572423, "S31": -107.59551229572423, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 508383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9434692638469713, "S12": -9.3437501627233761, "W13": -25.842561386615312, "S13": -25.842561386615312, "W21": -36.680162655402327, "S21": -36.680162655402327, "W22": -47.39451723797572, "S22": -47.39451723797572, "W31": -59.327172486729324, "S31": -59.940737887433343, "W32": -93.283851411051543, "S32": -98.283851411051543 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 509909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.51, "S11": 2.51, "W12": -10.79, "S12": -10.79, "W13": -26.8, "S13": -26.81, "W21": -32.290001, "S21": -32.290001, "W22": -47.851613001465651, "S22": -47.851613001465651, "W31": -59.34213241771338, "S31": -60.040203966064411, "W32": -93.346038851733795, "S32": -98.346038851733795 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2320000000001163, "S11": 1.2320000000001163, "W12": -6.3188531490316935, "S12": -9.294335864895082, "W13": -24.973743341177556, "S13": -24.973743341177556, "W21": -38.264722512511227, "S21": -38.264722512511227, "W22": -43.760068954297566, "S22": -51.439258564203534, "W31": -80.122671939412385, "S31": -80.122671939412385, "W32": -98.059626550097221, "S32": -103.05962655009722 }, "geometry": { "type": "Point", "coordinates": [ 103244.4, 509132.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3405770373133317, "S11": -1.3405770373133317, "W12": -10.410143420188106, "S12": -10.410143420188106, "W13": -21.944755294441556, "S13": -21.944755294441556, "W21": -36.047693744894246, "S21": -39.74890725752131, "W22": -43.514388623521342, "S22": -43.514388623521342, "W31": -80.346683964959041, "S31": -80.826363403792811, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 506113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5246034029454427, "S11": 1.6114618349815397, "W12": -8.4686591789308139, "S12": -23.468659178930814, "W13": -23.468659178930814, "S13": -23.468659178930814, "W21": -33.294721401650492, "S21": -33.294721401650492, "W22": -35.388143580757749, "S22": -35.388143580757749, "W31": -74.027312469126528, "S31": -74.027312469126528, "W32": -88.941089064236849, "S32": -93.941089064236849 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 507282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62031024659326428, "S11": -0.62031024659326428, "W12": -4.799917414356365, "S12": -22.680305927766561, "W13": -22.912671558571098, "S13": -22.948412784875224, "W21": -39.129831365585979, "S21": -39.129831365585979, "W22": -37.179677933169316, "S22": -37.179677933169316, "W31": -67.51140649794236, "S31": -75.979372418700891, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103245.0, 509228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9142723593464126, "W13": -24.399883003148599, "S13": -24.399883003148599, "W21": -40.0, "S21": -40.0, "W22": -37.250338410512704, "S22": -37.250338410512704, "W31": -67.116986977659025, "S31": -72.853262876366301, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103245.333333333328483, 508863.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.022957768768691059, "S11": -0.022957768768691059, "W12": -11.560315995156921, "S12": -11.560315995156921, "W13": -19.842407753937486, "S13": -32.414546634810208, "W21": -33.955082125374858, "S21": -33.955082125374858, "W22": -38.266390528889055, "S22": -51.864802740118897, "W31": -78.646017793049836, "S31": -86.957103200077469, "W32": -87.054150049850449, "S32": -92.054150049850449 }, "geometry": { "type": "Point", "coordinates": [ 103245.411764705888345, 511840.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5129457861159379, "S11": 1.6967530011705849, "W12": -8.5548463576793132, "S12": -21.770304864922132, "W13": -21.770304864922132, "S13": -21.770304864922132, "W21": -33.296845625493269, "S21": -33.296845625493269, "W22": -37.064220987135691, "S22": -37.064220987135691, "W31": -67.256700409172907, "S31": -76.466903841190486, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103245.5, 507299.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45924577774019704, "S11": 0.45924577774019704, "W12": -8.732043842312887, "S12": -8.732043842312887, "W13": -25.0, "S13": -27.05483502452773, "W21": -35.90457013882051, "S21": -35.90457013882051, "W22": -39.349998, "S22": -39.349998, "W31": -68.009069554961513, "S31": -75.026560278987645, "W32": -99.055569337633131, "S32": -104.05556933763313 }, "geometry": { "type": "Point", "coordinates": [ 103245.666666666671517, 509705.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16177186347428874, "S11": 0.16177186347428874, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.941008670195448, "W21": -37.421544526345571, "S21": -40.609925160736225, "W22": -37.025184504860555, "S22": -37.025184504860555, "W31": -67.396413840686762, "S31": -76.199375387559627, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103246.0, 498353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58944543828264795, "S11": 0.58944543828264795, "W12": -9.19636631285349, "S12": -18.567823331369333, "W13": -20.0, "S13": -23.408114319976015, "W21": -40.0, "S21": -43.0, "W22": -40.108499167517877, "S22": -49.605546014430821, "W31": -64.923789860235146, "S31": -70.329111116487638, "W32": -80.778712699514216, "S32": -85.778712699514216 }, "geometry": { "type": "Point", "coordinates": [ 103246.0, 503799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29583877571816319, "S11": -0.10267111659338196, "W12": -5.0670542232266307, "S12": -5.075912490943165, "W13": -20.035415349026167, "S13": -21.035415349026167, "W21": -38.971350377589978, "S21": -40.0, "W22": -37.240642288529834, "S22": -37.240642288529834, "W31": -67.536127272200616, "S31": -75.931846933928739, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103246.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50423842147674514, "S11": 0.50423842147674514, "W12": -6.5199342868789651, "S12": -6.5199342868789651, "W13": -20.381691580243551, "S13": -20.381691580243555, "W21": -44.393421780955549, "S21": -44.393421780955549, "W22": -74.679784058947121, "S22": -82.603808502001542, "W31": -88.621637670562578, "S31": -88.621637670562578, "W32": -95.217180483755328, "S32": -100.21718048375533 }, "geometry": { "type": "Point", "coordinates": [ 103246.368852459010668, 516952.819672131154221 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49452532992762877, "S11": 0.49452532992762877, "W12": -9.7764731637937246, "S12": -13.841519485927954, "W13": -17.571984042553193, "S13": -20.571984042553193, "W21": -29.851403693139169, "S21": -39.645579311548545, "W22": -73.984470175693588, "S22": -74.72318795255778, "W31": -87.574392530536869, "S31": -87.574392530536869, "W32": -93.752938859468685, "S32": -98.752938859468685 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 499685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3925306363773911, "S11": 3.3925306363773911, "W12": -7.8691667033887107, "S12": -7.8691667033887107, "W13": -19.414434076948005, "S13": -19.414434076948005, "W21": -40.134437832387654, "S21": -53.910510567754201, "W22": -35.308961423130526, "S22": -35.666351590092134, "W31": -74.545770256961447, "S31": -74.545770256961447, "W32": -88.566487775790108, "S32": -93.566487775790108 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 503002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018834266533989719, "S11": -6.0642619531977324, "W12": -8.7661585593663602, "S12": -10.252796824277283, "W13": -19.927423875363161, "S13": -21.235026967884, "W21": -36.669317196393713, "S21": -36.669317196393713, "W22": -37.864096441285582, "S22": -37.864096441285582, "W31": -67.675840703714485, "S31": -75.664318480297894, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 505426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4483897741626206, "S11": 0.41161925160580404, "W12": -5.5518606492493499, "S12": -5.5518606492493499, "W13": -24.76492164949866, "S13": -24.76492164949866, "W21": -36.355047313140552, "S21": -39.391161611343875, "W22": -41.583261268501531, "S22": -50.568417281830826, "W31": -66.040042944114361, "S31": -70.088477055043498, "W32": -82.778804347826096, "S32": -87.778804347826096 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 505975.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2467158300567982, "S11": -1.2467158300567982, "W12": -11.4039848063872, "S12": -11.4039848063872, "W13": -21.903481179087748, "S13": -21.903481179087748, "W21": -36.968451093387579, "S21": -40.446640663738485, "W22": -39.630001, "S22": -49.11530860482776, "W31": -64.877960682141762, "S31": -70.345121277068941, "W32": -80.698762433495247, "S32": -85.698762433495247 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 506094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6614461078853084, "S11": -0.82558669150447006, "W12": -6.4443421579054405, "S12": -8.9891885286226945, "W13": -15.652127378269084, "S13": -15.712040766077125, "W21": -33.754397510287305, "S21": -33.754397510287305, "W22": -38.16353171842016, "S22": -39.6241067194834, "W31": -61.814906410904833, "S31": -69.166953590598041, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 507043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99865632359052481, "S11": 0.99865632359052481, "W12": -15.0, "S12": -15.086207586282113, "W13": -21.3471237770393, "S13": -28.769067076569435, "W21": -39.158151014728432, "S21": -39.158151014728432, "W22": -44.919624318566846, "S22": -44.919624318566846, "W31": -79.902949291992499, "S31": -79.902949291992499, "W32": -94.888787164688196, "S32": -99.888787164688196 }, "geometry": { "type": "Point", "coordinates": [ 103247.0, 513563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1296122901928145, "S11": 1.1296122901928145, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -33.464301603830393, "S21": -33.464301603830393, "W22": -35.192775220695552, "S22": -35.642301792393091, "W31": -71.014209181280336, "S31": -71.014209181280336, "W32": -90.084474410371215, "S32": -95.084474410371215 }, "geometry": { "type": "Point", "coordinates": [ 103247.25, 507807.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43130208880576631, "S11": 0.43130208880576631, "W12": -12.831775513856474, "S12": -12.831775513856474, "W13": -20.650633608464375, "S13": -25.589198540129569, "W21": -35.759008670855195, "S21": -36.274121662953988, "W22": -39.438111255555377, "S22": -39.438111255555377, "W31": -68.267562723126872, "S31": -74.53128300943105, "W32": -98.195059715774192, "S32": -103.19505971577419 }, "geometry": { "type": "Point", "coordinates": [ 103247.25, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0877804081575839, "S11": -1.2073287320063109, "W12": -10.0, "S12": -10.0, "W13": -21.684147233788273, "S13": -21.684147233788273, "W21": -36.907433928942822, "S21": -41.436703393592481, "W22": -60.51659430453703, "S22": -60.51659430453703, "W31": -70.0, "S31": -70.093983208955223, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103248.0, 506192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18656473649967475, "S11": -0.6057289114527421, "W12": -5.511158357989264, "S12": -15.178800620206051, "W13": -20.0, "S13": -20.587354212302369, "W21": -38.077392307346976, "S21": -42.731492827937217, "W22": -59.730378665417888, "S22": -73.290356261769546, "W31": -100.0, "S31": -100.0, "W32": -104.28945172474583, "S32": -109.28945172474583 }, "geometry": { "type": "Point", "coordinates": [ 103248.0, 506366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0672537106821964, "S11": 0.34955587666975818, "W12": -5.3906171851555467, "S12": -8.3906171851555467, "W13": -20.0, "S13": -20.0, "W21": -36.939530379575913, "S21": -39.617078031683256, "W22": -46.952911353444691, "S22": -46.961211169079689, "W31": -86.131888001102084, "S31": -86.131888001102084, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103248.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53003165493186322, "W12": -6.4705039761978984, "S12": -6.4705039761978984, "W13": -20.816574317874633, "S13": -21.31651916803704, "W21": -45.089811502364654, "S21": -45.089811502364654, "W22": -70.0, "S22": -109.68617272298255, "W31": -109.68617272298255, "S31": -109.68617272298255, "W32": -109.68617272298255, "S32": -109.75682425324848 }, "geometry": { "type": "Point", "coordinates": [ 103248.188888888893416, 516326.488888888910878 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1532137518684933, "S11": 0.6881114599696887, "W12": -9.5891694377667402, "S12": -14.378197725138307, "W13": -14.993068443844564, "S13": -17.870335048125895, "W21": -60.0, "S21": -73.192943652502805, "W22": -39.077932366391622, "S22": -39.077932366391622, "W31": -68.201918875400381, "S31": -74.656680665431622, "W32": -98.404419321685509, "S32": -103.40441932168551 }, "geometry": { "type": "Point", "coordinates": [ 103248.333333333328483, 501664.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2377528621204577, "S11": 2.2377528621204577, "W12": -11.418888934994417, "S12": -23.960808313692638, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -40.740674796190312, "S21": -40.740674796190312, "W22": -38.617685492173401, "S22": -45.738377151118925, "W31": -66.810190559122134, "S31": -73.811352062052904, "W32": -98.549504403257302, "S32": -103.5495044032573 }, "geometry": { "type": "Point", "coordinates": [ 103248.75, 510622.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37395337328639822, "S11": -2.8026582073872266, "W12": -4.2237905836646181, "S12": -5.7623275516969334, "W13": -19.837585953050233, "S13": -19.837585953050233, "W21": -34.762527345672368, "S21": -39.762527345672368, "W22": -42.537758099773981, "S22": -50.287563619971451, "W31": -66.402764884956852, "S31": -70.706613609761462, "W32": -83.448505434782604, "S32": -88.448505434782604 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 505780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63746557457523823, "S11": -0.94640285638870569, "W12": -8.1398210290817214, "S12": -21.956440111880724, "W13": -21.956440111880724, "S13": -21.956440111880724, "W21": -37.46263000729877, "S21": -42.047273686983317, "W22": -39.268404024127726, "S22": -43.957689874781295, "W31": -70.0, "S31": -69.999999999999972, "W32": -93.500038403262181, "S32": -98.500038403262181 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 506271.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6306955379103536, "S11": -1.3693044620896464, "W12": -6.7306729203080593, "S12": -9.3221782294898219, "W13": -15.885194011208448, "S13": -16.020435093137102, "W21": -33.352839035051744, "S21": -33.352839035051744, "W22": -50.964166474987287, "S22": -50.969052529409055, "W31": -95.604479625798319, "S31": -95.604479625798319, "W32": -95.604479625798319, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 507076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012181127602833798, "S11": -0.012181127602833798, "W12": -11.099399225596088, "S12": -11.208846285374923, "W13": -20.153301314704311, "S13": -26.803656426607269, "W21": -34.656860696966042, "S21": -34.656860696966042, "W22": -75.164996076678946, "S22": -90.588887862858869, "W31": -90.588887862858869, "S31": -90.588887862858869, "W32": -96.651975397154828, "S32": -101.65197539715483 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 511660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025822535894189556, "S11": -0.025822535894189556, "W12": -11.556750764214387, "S12": -11.556750764214387, "W13": -19.830692495949812, "S13": -32.423072619387064, "W21": -33.947808496332819, "S21": -33.947808496332819, "W22": -62.72493520108182, "S22": -72.574021936284936, "W31": -87.970075544581093, "S31": -87.970075544581093, "W32": -91.818766774937089, "S32": -96.818766774937089 }, "geometry": { "type": "Point", "coordinates": [ 103249.0, 511838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4893656625550697, "S12": -6.4893656625550697, "W13": -20.612774657713796, "S13": -20.88908511208734, "W21": -45.477449057343613, "S21": -45.477449057343613, "W22": -42.934423087501685, "S22": -49.165562826157505, "W31": -80.0, "S31": -80.0, "W32": -97.491686756217149, "S32": -102.49168675621715 }, "geometry": { "type": "Point", "coordinates": [ 103249.272727272720658, 516618.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5787034905753061, "S11": 2.5787034905753061, "W12": -10.845183524609363, "S12": -10.845183524609363, "W13": -18.956235216438593, "S13": -18.956235216438593, "W21": -47.360841347292627, "S21": -68.580470038574759, "W22": -46.640533141913401, "S22": -49.007097442730263, "W31": -81.269844844441337, "S31": -81.269844844441337, "W32": -99.112137288206171, "S32": -104.11213728820617 }, "geometry": { "type": "Point", "coordinates": [ 103250.0, 500359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14961742946349127, "S11": 0.14961742946349127, "W12": -3.9919131205494676, "S12": -3.9919131205494676, "W13": -20.599103267103246, "S13": -20.599103267103246, "W21": -34.527049175028132, "S21": -35.61631769707067, "W22": -45.102712788981435, "S22": -45.502982971519522, "W31": -83.6782292302683, "S31": -83.715180615596978, "W32": -98.797345678083857, "S32": -103.79734567808386 }, "geometry": { "type": "Point", "coordinates": [ 103250.0, 505857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46159952014395678, "S11": 0.46106105860549523, "W12": -8.1432626650484394, "S12": -8.1432626650484394, "W13": -27.496196896535874, "S13": -27.496196896535874, "W21": -38.629222680078939, "S21": -38.629222680078939, "W22": -37.647755848887073, "S22": -42.641886556987657, "W31": -70.431347859768792, "S31": -70.431347859768792, "W32": -91.769032025476179, "S32": -96.769032025476179 }, "geometry": { "type": "Point", "coordinates": [ 103250.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0018349164303584, "S11": 2.0018349164303584, "W12": -5.1994224385926087, "S12": -17.253352479744873, "W13": -27.861715669318578, "S13": -27.861715669318578, "W21": -36.074021493816382, "S21": -38.939061868183458, "W22": -37.93201832816348, "S22": -38.48573394332702, "W31": -66.561454448570217, "S31": -66.777969852315394, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103250.0, 510443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9492498805542282, "S11": 1.9492498805542282, "W12": -15.0, "S12": -15.0, "W13": -21.394668342464698, "S13": -23.193509801648087, "W21": -39.249316377169386, "S21": -39.249316377169386, "W22": -42.962572981994178, "S22": -52.857404712763412, "W31": -65.229529965669087, "S31": -70.302810807597282, "W32": -81.404042119565219, "S32": -86.404042119565219 }, "geometry": { "type": "Point", "coordinates": [ 103250.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36940420743782454, "S11": 0.36940420743782454, "W12": -10.0, "S12": -11.951817615752274, "W13": -20.0, "S13": -20.0, "W21": -38.144267363165504, "S21": -38.144267363165504, "W22": -43.761745581260591, "S22": -51.706263598963496, "W31": -80.20337913089773, "S31": -80.20337913089773, "W32": -98.156321829246053, "S32": -103.15632182924605 }, "geometry": { "type": "Point", "coordinates": [ 103250.333333333328483, 508180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0627979887607233, "S11": 2.0627979887607233, "W12": -15.0, "S12": -15.0, "W13": -21.385527669103165, "S13": -22.429400378984656, "W21": -39.264399037625445, "S21": -39.264399037625445, "W22": -57.391666666666673, "S22": -67.338095238095249, "W31": -104.13356484606241, "S31": -104.13356484606241, "W32": -111.45950288949169, "S32": -116.45950288949169 }, "geometry": { "type": "Point", "coordinates": [ 103250.714285714289872, 514058.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28675338628325431, "S11": 0.28675338628325431, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.320098486965893, "W21": -37.532657014243675, "S21": -43.563282846467374, "W22": -45.980718488255668, "S22": -46.567216023209198, "W31": -82.646627232795311, "S31": -82.663552155762844, "W32": -99.349483962871744, "S32": -104.34948396287174 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 498542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4473749169942804, "S11": 3.4473749169942804, "W12": -8.221252564330781, "S12": -8.221252564330781, "W13": -21.696379299889845, "S13": -21.696379299889845, "W21": -52.133707865168532, "S21": -71.573442760359654, "W22": -40.385706543661378, "S22": -43.782275164873305, "W31": -70.0, "S31": -71.213974750076915, "W32": -94.740324123532815, "S32": -99.740324123532815 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7938295447143884, "S11": 2.7938295447143884, "W12": -9.6939225207423689, "S12": -10.180201771238924, "W13": -19.398271062271061, "S13": -20.146129164773793, "W21": -50.720483164754597, "S21": -70.378646430060712, "W22": -40.14814488408382, "S22": -48.269415749122345, "W31": -67.350283272140615, "S31": -71.225458478494772, "W32": -89.350350447794398, "S32": -94.350350447794398 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 500834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2432855109379792, "S11": 1.3074138149723793, "W12": -8.0289356259682432, "S12": -9.5321424672295194, "W13": -20.0, "S13": -25.0, "W21": -36.917967823552146, "S21": -45.837300442563318, "W22": -34.499827636783458, "S22": -46.778815669779775, "W31": -78.847630875047628, "S31": -78.847630875047628, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 504349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46450225536525513, "S11": -1.57864971461531, "W12": -3.7046744366559476, "S12": -4.4932967068089118, "W13": -20.0, "S13": -20.23083902798454, "W21": -34.984474935126237, "S21": -39.984474935126237, "W22": -49.169495385893832, "S22": -49.30881929947207, "W31": -80.50566538090645, "S31": -80.50566538090645, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13944920633137464, "S11": -0.13944920633137464, "W12": -4.5013844884321106, "S12": -4.5013844884321106, "W13": -21.47328031567082, "S13": -21.47328031567082, "W21": -35.437925878885892, "S21": -36.373343402538794, "W22": -51.065809226989103, "S22": -51.170610028406998, "W31": -98.193114792017369, "S31": -98.193114792017369, "W32": -98.193114792017369, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 505909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6513606397196734, "S11": -0.25983385684067661, "W12": -6.0280940207364155, "S12": -8.8091902122593275, "W13": -16.77170190261527, "S13": -16.77170190261527, "W21": -34.284133169447799, "S21": -34.284133169447799, "W22": -47.724161054636227, "S22": -47.724161054636227, "W31": -82.811270176239091, "S31": -92.583183737907561, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9518413076758208, "S12": -8.9518413076758208, "W13": -25.968459875365639, "S13": -25.968459875365639, "W21": -36.68788672752823, "S21": -36.68788672752823, "W22": -34.598034882678625, "S22": -46.803593770900981, "W31": -78.396226415094347, "S31": -78.396226415094347, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103251.5, 509929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93382797785135541, "S11": -0.18407456145431689, "W12": -9.5770031270825857, "S12": -15.048876598687778, "W13": -15.048876598687778, "S13": -20.130998441141418, "W21": -60.0, "S21": -71.581003790277776, "W22": -40.944790560776305, "S22": -50.527313764121992, "W31": -64.923704581099642, "S31": -70.393907316702311, "W32": -80.871501272264624, "S32": -85.871501272264624 }, "geometry": { "type": "Point", "coordinates": [ 103252.0, 501909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77347535184192728, "S11": 0.15045905332166143, "W12": -5.2130639191757533, "S12": -7.8065960182380278, "W13": -20.0, "S13": -20.005383688228235, "W21": -35.696148698219091, "S21": -38.704230571463199, "W22": -41.321541092391584, "S22": -45.955870186001476, "W31": -67.48550724637667, "S31": -68.506097766967173, "W32": -94.614956790188899, "S32": -99.614956790188899 }, "geometry": { "type": "Point", "coordinates": [ 103252.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4798314879564876, "S11": 2.4798314879564876, "W12": -5.4711921292427439, "S12": -5.4711921292427439, "W13": -25.0, "S13": -25.0, "W21": -39.617507327891744, "S21": -39.617507327891744, "W22": -46.187262290754546, "S22": -46.187262290754546, "W31": -79.977645352918643, "S31": -79.977645352918643, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103252.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3686021630741738, "S11": 3.3686021630741738, "W12": -7.4628189309478685, "S12": -7.4628189309478685, "W13": -18.870786214275167, "S13": -18.870786214275167, "W21": -39.536419611793391, "S21": -53.292422895864895, "W22": -40.238865619336792, "S22": -46.159199702215048, "W31": -61.154000804181742, "S31": -62.176639149626126, "W32": -93.891386076699433, "S32": -98.891386076699433 }, "geometry": { "type": "Point", "coordinates": [ 103252.25, 502959.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5089774402064333, "S11": 1.5089774402064333, "W12": -7.1304387366670623, "S12": -17.130438736667063, "W13": -19.993546774222221, "S13": -19.993546774222221, "W21": -33.535786287923194, "S21": -33.535786287923194, "W22": -40.018322981366467, "S22": -40.018322981366467, "W31": -68.338693248781311, "S31": -74.393773164862012, "W32": -97.928553708757136, "S32": -102.92855370875714 }, "geometry": { "type": "Point", "coordinates": [ 103252.666666666671517, 507597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13389581804855355, "S11": -0.13389581804855355, "W12": -6.4480051599884529, "S12": -6.4480051599884529, "W13": -20.93683008738736, "S13": -21.59688826327055, "W21": -44.358476137504745, "S21": -44.358476137504745, "W22": -37.260872656675843, "S22": -37.260872656675843, "W31": -67.088054686549611, "S31": -72.228173333618855, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103252.666666666671517, 516150.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0652219680276214, "S11": 2.0652219680276214, "W12": -10.192645631880083, "S12": -10.192645631880083, "W13": -17.171803340540698, "S13": -17.643559563592259, "W21": -42.259889797632873, "S21": -65.388109204565907, "W22": -37.291358690624996, "S22": -37.291358690624996, "W31": -67.065046881199734, "S31": -71.550348811428179, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 500254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0238821734538206, "S12": -10.379908833091532, "W13": -18.276799772996956, "S13": -20.214914169044263, "W21": -52.112869968094493, "S21": -71.809132467220422, "W22": -37.045423127374619, "S22": -37.045423127374619, "W31": -67.249155693492327, "S31": -76.479403244301679, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 500959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3544223677692773, "S11": 1.9497853458606254, "W12": -8.2457498611763693, "S12": -12.333566645555264, "W13": -17.235726399095533, "S13": -17.235726399095533, "W21": -32.977932459137222, "S21": -32.977932459137222, "W22": -39.452714974050842, "S22": -39.452714974050842, "W31": -71.991225020159845, "S31": -72.092354723943785, "W32": -89.823064770932504, "S32": -94.823064770932504 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 507407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9886086180709328, "S11": 1.9886086180709328, "W12": -5.1020343733900111, "S12": -17.462627651846095, "W13": -27.977229332410381, "S13": -27.977229332410381, "W21": -35.55043904738028, "S21": -38.489350243453728, "W22": -67.028256169387916, "S22": -110.01978537134957, "W31": -110.01978537134957, "S31": -110.01978537134957, "W32": -110.01978537134957, "S32": -110.31524379630541 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 510441.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015728928157745785, "S11": -0.015728928157745785, "W12": -11.1073030364785, "S12": -11.1073030364785, "W13": -20.129529908310289, "S13": -26.667371901818207, "W21": -34.6877826376207, "S21": -34.6877826376207, "W22": -40.306187967307949, "S22": -46.896293974375084, "W31": -62.681692368525113, "S31": -63.827695722354065, "W32": -94.063067535263031, "S32": -99.063067535263031 }, "geometry": { "type": "Point", "coordinates": [ 103253.0, 511662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14508181415754628, "S11": 0.095068400831991889, "W12": -4.8400446112686657, "S12": -10.533484898354057, "W13": -24.416711078061827, "S13": -24.962404966359195, "W21": -39.312117412669316, "S21": -39.312117412669316, "W22": -44.480501756389813, "S22": -44.480501756389813, "W31": -79.664197565644415, "S31": -80.094896781242042, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103253.666666666671517, 509186.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4981590358034087, "S11": 0.4981590358034087, "W12": -8.7169991106593816, "S12": -12.507530597930485, "W13": -15.915728066528066, "S13": -20.915728066528068, "W21": -29.915519416047658, "S21": -31.168840939519757, "W22": -40.597163687551436, "S22": -41.538979161847912, "W31": -68.851531364137017, "S31": -73.411749669219247, "W32": -96.870037147380359, "S32": -101.87003714738036 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 499543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2393472112653861, "S11": 0.38038480057883772, "W12": -3.5119130407596075, "S12": -3.5119130407596075, "W13": -12.517390431161102, "S13": -13.587800893055261, "W21": -51.927858787413669, "S21": -66.13903616500653, "W22": -37.04337583571747, "S22": -37.04337583571747, "W31": -67.249202062986029, "S31": -76.479180415958609, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 502508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54486352578837416, "S11": -0.88338758878869017, "W12": -7.3683140126093143, "S12": -21.946405340001711, "W13": -21.946405340001711, "S13": -21.946405340001711, "W21": -37.597673448783056, "S21": -42.270100668639571, "W22": -38.579468846908334, "S22": -46.693060927264725, "W31": -66.757524334326405, "S31": -72.628719061643338, "W32": -99.311691661446631, "S32": -104.31169166144663 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3834884257479587, "S11": 0.57963361125085389, "W12": -5.3571071321396415, "S12": -8.3571071321396424, "W13": -20.0, "S13": -20.0, "W21": -36.466197394060295, "S21": -38.840497357934971, "W22": -38.97759694842771, "S22": -41.373805962945426, "W31": -67.671664050916092, "S31": -72.768333169915536, "W32": -87.02428596107336, "S32": -92.02428596107336 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 506831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2906783187682063, "S11": 1.2906783187682063, "W12": -5.7445531433916672, "S12": -15.744553143391666, "W13": -20.0, "S13": -20.0, "W21": -33.404657090962445, "S21": -33.404657090962445, "W22": -63.726164802128892, "S22": -72.544085752323525, "W31": -87.335090030071143, "S31": -87.335090030071143, "W32": -91.039397521154143, "S32": -96.039397521154143 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 507694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2358748907108332, "S11": -0.2358748907108332, "W12": -8.1393539783671649, "S12": -18.139353978367165, "W13": -20.0, "S13": -20.0, "W21": -38.864746540453481, "S21": -38.864746540453481, "W22": -37.304901835132675, "S22": -37.304901835132675, "W31": -67.049330560887526, "S31": -71.146860222656485, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 508426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7990462090374155, "S12": -11.063624028554193, "W13": -25.0, "S13": -25.0, "W21": -36.388682638909913, "S21": -36.388682638909913, "W22": -59.999999999999993, "S22": -62.103879026955944, "W31": -101.68211255502474, "S31": -101.68211255502474, "W32": -110.45647656562197, "S32": -115.45647656562197 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 509855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5244676324587174, "S11": 2.5244676324587174, "W12": -7.1808670745449064, "S12": -15.192336386386195, "W13": -22.791309210526315, "S13": -22.791309210526315, "W21": -37.611695236400415, "S21": -37.611695236400415, "W22": -73.383210482777741, "S22": -77.414144331256622, "W31": -86.166437681173576, "S31": -86.166437681173576, "W32": -92.426631362422867, "S32": -97.426631362422867 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5700001, "S11": 1.5700001, "W12": -0.43, "S12": -22.73, "W13": -28.73, "S13": -28.73, "W21": -39.529999, "S21": -44.829999, "W22": -48.885157471993651, "S22": -48.885157471993651, "W31": -81.35495634542346, "S31": -88.699558664548078, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48024159372262643, "S11": 0.48024159372262643, "W12": -6.5066450050833202, "S12": -6.5066450050833202, "W13": -20.343784524799609, "S13": -20.343784524799609, "W21": -44.32422291411973, "S21": -44.32422291411973, "W22": -40.0, "S22": -44.660739507653439, "W31": -59.440203076386652, "S31": -59.544633393197707, "W32": -93.073916767757709, "S32": -98.073916767757709 }, "geometry": { "type": "Point", "coordinates": [ 103254.131147540989332, 517002.180327868845779 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51269756665540367, "W12": -6.4603494799326926, "S12": -6.4603494799326926, "W13": -20.779286435997488, "S13": -21.272006055133605, "W21": -45.217620722265018, "S21": -45.217620722265018, "W22": -43.673050863027001, "S22": -43.673050863027001, "W31": -80.0, "S31": -80.483434109169224, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.511111111118225, 516375.911111111112405 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4809019887255976, "S12": -6.4809019887255976, "W13": -20.575821370729116, "S13": -20.834841691318456, "W21": -45.383337517159845, "S21": -45.383337517159845, "W22": -61.292448368476805, "S22": -61.292448368476805, "W31": -75.239998, "S31": -75.239998, "W32": -84.766138803755524, "S32": -89.766138803755524 }, "geometry": { "type": "Point", "coordinates": [ 103254.818181818176527, 516668.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50562752775500441, "S11": 0.50562752775500441, "W12": -8.7309532884428194, "S12": -9.8301940209115752, "W13": -15.452543829210555, "S13": -20.452543829210555, "W21": -29.989582199504824, "S21": -31.855467616171453, "W22": -66.096293190641305, "S22": -74.456999566032721, "W31": -86.631884245539624, "S31": -86.631884245539624, "W32": -89.243615677883838, "S32": -94.243615677883838 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 499495.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2782045999400755, "S11": 1.4250365210226608, "W12": -8.0836603756669501, "S12": -9.1257296105474595, "W13": -20.0, "S13": -24.690030518819938, "W21": -37.073816310955273, "S21": -46.102338174315648, "W22": -39.585812201497554, "S22": -43.596840818235101, "W31": -58.962778118438621, "S31": -58.962778118438621, "W32": -92.443890770835537, "S32": -97.443890770835537 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 504338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22035621340273259, "S11": -0.61709496592342505, "W12": -5.5046804213743785, "S12": -17.141059942604503, "W13": -20.0, "S13": -20.32441832928772, "W21": -37.924070400433813, "S21": -40.0, "W22": -43.020843276002743, "S22": -43.020843276002743, "W31": -59.413238262514156, "S31": -59.413238262514156, "W32": -92.886293013490445, "S32": -97.886293013490445 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 506337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6487582583881579, "S11": 2.6487582583881579, "W12": -8.5409270548316574, "S12": -8.5409270548316574, "W13": -30.0, "S13": -30.006330428333023, "W21": -34.815598464275595, "S21": -34.815598464275595, "W22": -39.883972563761034, "S22": -44.164941900636194, "W31": -75.515142514906685, "S31": -81.076587776698119, "W32": -93.239162850143785, "S32": -98.239162850143785 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 510388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013092134290642142, "S11": -0.013092134290642142, "W12": -13.131208587954202, "S12": -13.131208587954202, "W13": -19.777645517825896, "S13": -23.880290852848862, "W21": -35.083495317718778, "S21": -35.275732225866676, "W22": -37.811785151939688, "S22": -38.379123110272594, "W31": -66.552579721793634, "S31": -66.985275253293537, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103255.0, 512281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5463372428379163, "S12": -8.5463372428379163, "W13": -14.999999999999998, "S13": -20.0, "W21": -36.567952149051607, "S21": -43.220549431438954, "W22": -39.550408670337333, "S22": -44.523444156000544, "W31": -67.134952718750966, "S31": -68.438058215404851, "W32": -92.437900472578676, "S32": -97.437900472578676 }, "geometry": { "type": "Point", "coordinates": [ 103256.0, 499235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5491873396065015, "S11": 1.5491873396065015, "W12": -9.2483749004338591, "S12": -14.571542073413223, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -45.872379216043754, "W22": -47.264633800858014, "S22": -47.264633800858014, "W31": -82.766148912843477, "S31": -92.791610900443146, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103256.0, 503997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034821127819679699, "S11": -4.4852999772640212, "W12": -4.7578097136263073, "S12": -7.9927577426512837, "W13": -19.462002873277623, "S13": -19.462002873277623, "W21": -37.617008196488321, "S21": -44.12735710641013, "W22": -39.696019303421537, "S22": -46.357574698008605, "W31": -63.968703572820161, "S31": -70.657817600530308, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103256.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34815977915497137, "S11": -0.0095018145028031298, "W12": -5.0325092965263805, "S12": -6.2628242571563009, "W13": -20.073374643082428, "S13": -21.073374643082428, "W21": -38.514682013911894, "S21": -42.413460503409858, "W22": -53.534017413885323, "S22": -103.53401741388532, "W31": -108.11623707961252, "S31": -110.97551661118075, "W32": -113.12779701789677, "S32": -118.12779701789677 }, "geometry": { "type": "Point", "coordinates": [ 103256.0, 506517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39520880754596543, "S11": 0.39520880754596543, "W12": -8.4279029936643273, "S12": -8.4279029936643273, "W13": -15.831405989924301, "S13": -16.850824432087968, "W21": -31.023651874067365, "S21": -31.493507335959947, "W22": -39.210830211591585, "S22": -43.970595513428187, "W31": -70.0, "S31": -70.0, "W32": -93.404204808088423, "S32": -98.404204808088423 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 497559.375 ] } }, +{ "type": "Feature", "properties": { "W11": 1.988118011664525, "S11": -0.011881988335475047, "W12": -6.5671519771470095, "S12": -12.628357257511343, "W13": -14.586476671947597, "S13": -21.788606621374683, "W21": -60.414666440481213, "S21": -71.180272374978713, "W22": -39.99403490619121, "S22": -46.143906877590105, "W31": -67.199137262731114, "S31": -68.605821975867443, "W32": -91.351726341635697, "S32": -96.351726341635697 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 502114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2003969939552426, "S11": -5.0404661964712165, "W12": -10.318069100271472, "S12": -15.318069100271472, "W13": -22.072139918248762, "S13": -23.421943086755743, "W21": -36.499939217629887, "S21": -46.009718450400811, "W22": -53.503641338323767, "S22": -53.503641338323767, "W31": -90.0, "S31": -91.765324098170311, "W32": -95.780087582783622, "S32": -100.78008758278362 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070376327381076825, "S11": 0.070376327381077006, "W12": -6.5141722085232505, "S12": -6.5261996999321852, "W13": -19.324352865485157, "S13": -20.328274434112629, "W21": -36.607731627773589, "S21": -40.869263159512293, "W22": -39.505238156187431, "S22": -44.294976368510234, "W31": -58.954059781278502, "S31": -59.621647894616444, "W32": -92.449541820554032, "S32": -97.449541820554032 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0191599318269282, "S11": 1.0191599318269282, "W12": -5.2312332439678286, "S12": -11.647534904647944, "W13": -20.0, "S13": -20.0, "W21": -34.685832455604725, "S21": -34.685832455604725, "W22": -39.155587950837948, "S22": -39.155587950837948, "W31": -68.238908648979631, "S31": -74.583455933278486, "W32": -98.224120211220182, "S32": -103.22412021122018 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 507932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47866133579907677, "S11": 0.47866133579907677, "W12": -8.6493209924027514, "S12": -8.6493209924027514, "W13": -25.0, "S13": -27.355274482655389, "W21": -35.789461728855656, "S21": -35.789461728855656, "W22": -39.484284312216062, "S22": -44.335239695456394, "W31": -67.118037217107087, "S31": -68.741320559059631, "W32": -92.637695296076416, "S32": -97.637695296076416 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 509702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3040686908909902, "S11": 2.3040686908909902, "W12": -11.375111186890008, "S12": -22.232019470913677, "W13": -25.0, "S13": -25.0, "W21": -41.020575725423726, "S21": -41.021957380330718, "W22": -39.606524738020042, "S22": -44.865571287286897, "W31": -67.141985226382488, "S31": -68.452234117276546, "W32": -92.246682699584611, "S32": -97.246682699584611 }, "geometry": { "type": "Point", "coordinates": [ 103257.0, 510613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1782417040428472, "S11": 1.1782417040428472, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -33.416674128317908, "S21": -33.416674128317908, "W22": -39.611992740678104, "S22": -44.884642328812511, "W31": -67.142783493358337, "S31": -68.454348272665058, "W32": -92.233648946368206, "S32": -97.233648946368206 }, "geometry": { "type": "Point", "coordinates": [ 103257.333333333328483, 507747.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.344673689770957, "S11": 3.344673689770957, "W12": -7.056471158507029, "S12": -7.056471158507029, "W13": -18.327138351602329, "S13": -18.327138351602329, "W21": -39.737810693771593, "S21": -53.473744526548053, "W22": -39.371144115281659, "S22": -45.231121242227033, "W31": -63.658238173826426, "S31": -70.752462643748231, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103257.5, 502916.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070918827667696083, "S11": 0.029719129624609111, "W12": -6.5279334479065474, "S12": -6.5279334479065474, "W13": -19.337710956420658, "S13": -20.333789387793228, "W21": -36.634701590604713, "S21": -40.822012366850259, "W22": -46.713409030845348, "S22": -46.713409030845348, "W31": -82.650430616551645, "S31": -92.821682046154905, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103258.0, 505571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36384289804556202, "S11": 0.36384289804556202, "W12": -5.0, "S12": -10.299819055777919, "W13": -23.295827234405433, "S13": -23.295827234405433, "W21": -39.821544506067106, "S21": -39.821544506067106, "W22": -39.634656740249767, "S22": -43.324426012294232, "W31": -60.06585626869358, "S31": -60.932344966516354, "W32": -92.514287024687277, "S32": -97.514287024687277 }, "geometry": { "type": "Point", "coordinates": [ 103258.0, 508745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39427993562075792, "S11": 0.39427993562075792, "W12": -8.8052678618371125, "S12": -9.6467471930490927, "W13": -20.0, "S13": -20.0, "W21": -37.837695530111297, "S21": -37.837695530111297, "W22": -38.577671819454423, "S22": -50.780172007839994, "W31": -74.375881075003662, "S31": -79.561577292090021, "W32": -90.431922779293771, "S32": -95.431922779293771 }, "geometry": { "type": "Point", "coordinates": [ 103258.666666666671517, 508146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34667245279990488, "S11": 0.29285159573453862, "W12": -4.9999999999999982, "S12": -4.9999999999999982, "W13": -23.649581855174347, "S13": -23.649581855174347, "W21": -36.664395901246166, "S21": -39.096169381003747, "W22": -39.377908918980985, "S22": -44.053177554229315, "W31": -67.086429723985574, "S31": -69.714855857410839, "W32": -93.115571551100714, "S32": -98.115571551100714 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3698126947264955, "S11": -1.3698126947264955, "W12": -10.774838515436448, "S12": -10.774838515436448, "W13": -22.225608266833635, "S13": -22.225608266833635, "W21": -35.996694560657353, "S21": -40.065241625268683, "W22": -41.041908320679298, "S22": -41.041908320679298, "W31": -76.05782968516975, "S31": -77.19784213072046, "W32": -94.888433272979015, "S32": -99.888433272979015 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 506127.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099848076406451228, "S11": -0.36120877308015031, "W12": -5.0031090865342547, "S12": -7.5986204793730412, "W13": -20.0, "S13": -21.0, "W21": -38.731551639285215, "S21": -43.037283055939454, "W22": -34.530808467595534, "S22": -46.645385552178617, "W31": -78.836215131830343, "S31": -78.836215131830343, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26239141543178335, "S11": 0.26239141543178335, "W12": -8.2010543705676824, "S12": -8.2010543705676824, "W13": -25.0, "S13": -25.812740831092359, "W21": -35.35257052967426, "S21": -35.35257052967426, "W22": -39.126903799354892, "S22": -39.126903799354892, "W31": -67.982721438770284, "S31": -75.073353539384485, "W32": -99.053584718432148, "S32": -104.05358471843215 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 509590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8057850674463722, "S12": -8.9398241692990155, "W13": -25.0, "S13": -25.464757090704857, "W21": -36.235460512167997, "S21": -36.235460512167997, "W22": -39.470508959774151, "S22": -39.470508959774151, "W31": -72.131073337022684, "S31": -72.131073337022684, "W32": -90.019516728624538, "S32": -95.019516728624538 }, "geometry": { "type": "Point", "coordinates": [ 103259.0, 509826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8505642013823094, "W13": -24.723753598917028, "S13": -24.723753598917028, "W21": -40.0, "S21": -40.0, "W22": -39.469291970741139, "S22": -39.469291970741139, "W31": -72.14073095087744, "S31": -72.164523860687353, "W32": -90.008637655805316, "S32": -95.008637655805316 }, "geometry": { "type": "Point", "coordinates": [ 103259.8, 508908.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3715825342737133, "S12": -9.3693436575966871, "W13": -15.0, "S13": -20.0, "W21": -36.040889746852102, "S21": -46.040889746852102, "W22": -58.555946723182345, "S22": -108.55594672318234, "W31": -108.55594672318234, "S31": -108.55594672318234, "W32": -108.55594672318234, "S32": -113.23850479655971 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 499331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3867914594436974, "W12": -8.3169666447392565, "S12": -9.4038284583193246, "W13": -20.0, "S13": -22.886368260427265, "W21": -38.120191197984973, "S21": -47.154723706013094, "W22": -63.143592037575488, "S22": -108.14359203757549, "W31": -108.14359203757549, "S31": -108.14359203757549, "W32": -108.14359203757549, "S32": -111.0341382937664 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 504249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0042228497938294474, "S11": -2.7007594392718461, "W12": -7.505168248275174, "S12": -9.3495440577800064, "W13": -19.65719905490992, "S13": -20.73068482904155, "W21": -36.820306145816652, "S21": -38.870509876630031, "W22": -47.694073228829836, "S22": -47.694073228829836, "W31": -83.020399627369329, "S31": -93.354174382079407, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5429362414222978, "S11": -1.4570637585777018, "W12": -6.7404745292053931, "S12": -9.7404745292053931, "W13": -15.815073183257724, "S13": -16.073637442476578, "W21": -33.253598386040117, "S21": -33.253598386040117, "W22": -43.738198247844132, "S22": -52.319086238364797, "W31": -80.354173106027332, "S31": -80.354173106027332, "W32": -98.364814031577964, "S32": -103.36481403157796 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 507085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4074748960135812, "S11": 1.7907438581304356, "W12": -8.3067952821111248, "S12": -16.417217575261137, "W13": -16.431921163534966, "S13": -16.431921163534966, "W21": -33.075401791460209, "S21": -33.075401791460209, "W22": -43.920829754731898, "S22": -43.920829754731898, "W31": -80.0, "S31": -80.489404416685261, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 507341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22607489597780861, "S11": 0.22607489597780861, "W12": -8.0984277368693451, "S12": -8.0984277368693451, "W13": -24.675715832679256, "S13": -24.675715832679256, "W21": -35.283767299997763, "S21": -35.283767299997763, "W22": -40.299457579841807, "S22": -43.107159514871313, "W31": -69.705112749661524, "S31": -71.775813090305675, "W32": -95.241582627990169, "S32": -100.24158262799017 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 509574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4421488927738926, "S11": 2.4421488927738926, "W12": -5.487323644366044, "S12": -5.487323644366044, "W13": -25.822368421052634, "S13": -25.822368421052634, "W21": -39.646519634856361, "S21": -39.646519634856361, "W22": -38.420628304794725, "S22": -44.872050663383384, "W31": -66.823647993780796, "S31": -75.306861223156332, "W32": -97.74807472640849, "S32": -102.74807472640849 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 510743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4821403077977329, "W12": -6.49569873220738, "S12": -6.49569873220738, "W13": -21.14948562668329, "S13": -22.492555648667086, "W21": -41.657115024046625, "S21": -41.657115024046625, "W22": -38.401151660667821, "S22": -38.401151660667821, "W31": -67.793304599061713, "S31": -75.435607548716504, "W32": -99.667812547991403, "S32": -104.6678125479914 }, "geometry": { "type": "Point", "coordinates": [ 103260.0, 515477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4724383148961255, "S12": -6.4724383148961255, "W13": -20.538868083744447, "S13": -20.78702531104766, "W21": -45.289225976976063, "S21": -45.289225976976063, "W22": -40.037165220192755, "S22": -47.157035017521061, "W31": -67.234118812322365, "S31": -68.688457484402974, "W32": -90.608676275205596, "S32": -95.608676275205596 }, "geometry": { "type": "Point", "coordinates": [ 103260.363636363632395, 516717.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4501949836675179, "S12": -6.4501949836675179, "W13": -20.74199855412035, "S13": -21.227492942230143, "W21": -45.345429942165538, "S21": -45.345429942165538, "W22": -53.499330154829302, "S22": -100.80941917560082, "W31": -108.29635869634257, "S31": -111.29635869634257, "W32": -113.1437669536502, "S32": -118.1437669536502 }, "geometry": { "type": "Point", "coordinates": [ 103260.833333333328483, 516425.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0201892674519542, "S12": -9.33106430239744, "W13": -15.820414000387823, "S13": -19.309475109462547, "W21": -56.662382396791941, "S21": -75.253802164055756, "W22": -73.308781542941162, "S22": -74.539883817379206, "W31": -87.184336810619598, "S31": -87.184336810619598, "W32": -93.630364567377114, "S32": -98.630364567377114 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 501277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5391176900010111, "S11": -1.4608823099989889, "W12": -6.6613620506051481, "S12": -9.661362050605149, "W13": -15.791391523000312, "S13": -15.791391523000312, "W21": -33.35240528544962, "S21": -33.35240528544962, "W22": -38.14643709911757, "S22": -51.782551569307607, "W31": -80.0, "S31": -82.553107789142402, "W32": -84.972963503836311, "S32": -89.972963503836311 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1941324041811847, "S11": 2.1941324041811847, "W12": -12.807504110489971, "S12": -26.946528500733869, "W13": -26.946528500733869, "S13": -26.946528500733869, "W21": -40.968278859774635, "S21": -40.968278859774635, "W22": -41.536907384461706, "S22": -52.319482208724338, "W31": -67.465687532723322, "S31": -75.115904483560541, "W32": -87.618484730488959, "S32": -92.618484730488959 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 510626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020179628283667338, "S11": 0.020179628283667338, "W12": -13.436961254335738, "S12": -13.436961254335738, "W13": -19.751697875248134, "S13": -19.751697875248134, "W21": -35.289467585732197, "S21": -35.289467585732197, "W22": -60.105277476320154, "S22": -60.105277476320154, "W31": -69.867639776015878, "S31": -70.281218962029769, "W32": -86.70288357903577, "S32": -91.70288357903577 }, "geometry": { "type": "Point", "coordinates": [ 103261.0, 512362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20508737095162632, "S11": 0.20508737095162632, "W12": -4.8608196704115434, "S12": -4.8608196704115434, "W13": -22.612270374829514, "S13": -22.612270374829514, "W21": -36.50550601936245, "S21": -38.397362887089194, "W22": -42.99422551135779, "S22": -42.99422551135779, "W31": -72.438409562811287, "S31": -72.438409562811287, "W32": -89.430595301973412, "S32": -94.430595301973412 }, "geometry": { "type": "Point", "coordinates": [ 103261.25, 505944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0074339563589021, "S11": 2.0074339563589021, "W12": -7.1636224133454727, "S12": -21.99113525879952, "W13": -29.962340192035043, "S13": -29.962340192035043, "W21": -39.219888267678776, "S21": -39.219888267678776, "W22": -54.626553759469225, "S22": -54.626553759469225, "W31": -90.0, "S31": -90.41498178323998, "W32": -95.907612643407262, "S32": -100.90761264340726 }, "geometry": { "type": "Point", "coordinates": [ 103261.285714285710128, 510848.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44448170553034105, "S11": 0.44448170553034105, "W12": -8.5172956054084459, "S12": -8.5172956054084459, "W13": -25.0, "S13": -26.937210656169281, "W21": -35.64632433184093, "S21": -35.64632433184093, "W22": -43.694853907376654, "S22": -43.96627735551025, "W31": -82.420568701199656, "S31": -82.575339215156148, "W32": -93.011662822577136, "S32": -98.011662822577136 }, "geometry": { "type": "Point", "coordinates": [ 103261.5, 509674.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45624476596885044, "S11": 0.45624476596885044, "W12": -6.4933557232877073, "S12": -6.4933557232877073, "W13": -20.305877469355675, "S13": -20.305877469355675, "W21": -44.255024047283747, "S21": -44.255024047283747, "W22": -37.157446756427575, "S22": -50.583639402504581, "W31": -80.0, "S31": -84.478363493312358, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103261.893442622953444, 517051.540983606537338 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8370504135999477, "S11": 2.8370504135999477, "W12": -9.5661616888644705, "S12": -9.8683635712580848, "W13": -19.621195813122288, "S13": -20.155304658957061, "W21": -50.450537981128235, "S21": -69.846019030690911, "W22": -37.043527402002127, "S22": -50.446715510275617, "W31": -80.0, "S31": -84.704956726986623, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 500811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3335507977184808, "S11": 3.3335507977184808, "W12": -6.7897589565064118, "S12": -6.7897589565064118, "W13": -17.969201583888246, "S13": -17.969201583888246, "W21": -39.909056480882114, "S21": -53.61571403967563, "W22": -35.449714009443021, "S22": -35.449714009443021, "W31": -71.16142993444808, "S31": -71.16142993444808, "W32": -90.053669669044268, "S32": -95.053669669044268 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3903878241993231, "W12": -8.4806114045083767, "S12": -10.196064799525285, "W13": -20.0, "S13": -22.157375381485249, "W21": -38.543267740319912, "S21": -47.61794471396469, "W22": -40.098323797295201, "S22": -48.357708535319695, "W31": -67.298798573657592, "S31": -71.100289774405141, "W32": -89.651846804249885, "S32": -94.651846804249885 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 504213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57594572276652001, "S11": -0.91137922666400095, "W12": -7.4715273540776899, "S12": -22.47152735407769, "W13": -22.47152735407769, "S13": -22.47152735407769, "W21": -37.620005716437916, "S21": -42.418193047639349, "W22": -39.657743537328734, "S22": -45.434631556588698, "W31": -67.146369774501309, "S31": -68.451981725274536, "W32": -91.971376196162652, "S32": -96.971376196162652 }, "geometry": { "type": "Point", "coordinates": [ 103262.0, 506285.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26238473085994607, "S11": -0.26238473085994607, "W12": -8.0860071301248446, "S12": -17.962546258259714, "W13": -20.0, "S13": -20.0, "W21": -38.750653290221912, "S21": -38.750653290221912, "W22": -40.698286008579707, "S22": -40.698286008579707, "W31": -68.573595152370572, "S31": -73.941227039232544, "W32": -97.314470857589086, "S32": -102.31447085758909 }, "geometry": { "type": "Point", "coordinates": [ 103262.333333333328483, 508425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97945205479452069, "S11": 0.97945205479452069, "W12": -5.0, "S12": -14.600190094388452, "W13": -20.0, "S13": -20.0, "W21": -33.440424679416253, "S21": -33.440424679416253, "W22": -47.130001, "S22": -48.130001, "W31": -81.129997, "S31": -81.129997, "W32": -99.129997, "S32": -104.129997 }, "geometry": { "type": "Point", "coordinates": [ 103262.5, 507843.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3207452164677398, "S11": 3.3207452164677398, "W12": -6.6501233860661886, "S12": -6.6501233860661886, "W13": -17.783490488929491, "S13": -17.783490488929491, "W21": -40.072119992332759, "S21": -53.787984373814176, "W22": -43.074731704013132, "S22": -53.074731704013132, "W31": -80.503298624354613, "S31": -80.503298624354613, "W32": -98.282961222684847, "S32": -103.28296122268485 }, "geometry": { "type": "Point", "coordinates": [ 103262.75, 502873.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16663390138963086, "S11": 0.16663390138963086, "W12": -4.798797872675248, "S12": -4.798797872675248, "W13": -22.087258081558613, "S13": -22.087258081558613, "W21": -36.455721573739076, "S21": -38.07279254571101, "W22": -40.977081065300716, "S22": -40.977081065300716, "W31": -75.876390769201052, "S31": -77.275892947172423, "W32": -94.850445556857309, "S32": -99.850445556857309 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5626051388006699, "S11": 0.56260513880066987, "W12": -5.3751125337601291, "S12": -8.3751125337601291, "W13": -19.51782678771546, "S13": -19.51782678771546, "W21": -35.592096018291386, "S21": -37.053264012128388, "W22": -38.577655724054374, "S22": -38.577655724054374, "W31": -67.839879374671085, "S31": -75.345463677610638, "W32": -99.490750256937048, "S32": -104.49075025693705 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 506894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4720573827851644, "S11": 0.4720573827851644, "W12": -8.6222940882617038, "S12": -8.6222940882617038, "W13": -26.322650387892661, "S13": -26.322650387892661, "W21": -38.335383471326203, "S21": -38.335383471326203, "W22": -49.143574135427457, "S22": -49.147912228987174, "W31": -90.521331551420133, "S31": -90.521331551420133, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 509959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.903680714612918, "S11": 1.903680714612918, "W12": -10.062293864025463, "S12": -10.091140017871616, "W13": -26.200364537030282, "S13": -26.200364537030282, "W21": -40.0, "S21": -40.006906571562205, "W22": -64.144218032325114, "S22": -72.888530421197075, "W31": -83.700007112650894, "S31": -83.700007112650894, "W32": -87.694486773541328, "S32": -92.694486773541328 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 510556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0016072919753251794, "S11": -0.0016072919753251794, "W12": -10.0, "S12": -10.0, "W13": -26.759633181894667, "S13": -29.820742728501259, "W21": -36.676073028668121, "S21": -36.676073028668121, "W22": -38.218518701767884, "S22": -38.218518701767884, "W31": -67.751510035034556, "S31": -75.514500104831399, "W32": -99.778103625474003, "S32": -104.778103625474 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 511367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.052905117270788865, "S11": -0.052905117270788865, "W12": -12.694145492734769, "S12": -12.694145492734769, "W13": -19.759667590589373, "S13": -33.154646206144577, "W21": -34.78796856959476, "S21": -35.058171012291766, "W22": -59.70729317259358, "S22": -72.541285640548253, "W31": -100.0, "S31": -100.0, "W32": -103.70965293699089, "S32": -108.70965293699089 }, "geometry": { "type": "Point", "coordinates": [ 103263.0, 512167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.822722951342282, "S11": 2.822722951342282, "W12": -10.0, "S12": -29.21816300541229, "W13": -29.21816300541229, "S13": -29.21816300541229, "W21": -37.330873585153455, "S21": -37.349287622150193, "W22": -72.959349630101002, "S22": -76.450324691188882, "W31": -86.237268194296604, "S31": -86.237268194296604, "W32": -92.71175981443389, "S32": -97.71175981443389 }, "geometry": { "type": "Point", "coordinates": [ 103263.75, 510228.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23897419026828848, "S11": -0.41653016304642598, "W12": -9.6057404194921929, "S12": -9.6057404194921929, "W13": -22.152890668483121, "S13": -22.152890668483121, "W21": -40.0, "S21": -44.118517778018798, "W22": -40.868606524842548, "S22": -49.360147504596966, "W31": -64.641304347826093, "S31": -65.866318322113401, "W32": -94.416545277079464, "S32": -99.416545277079464 }, "geometry": { "type": "Point", "coordinates": [ 103264.0, 506041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5310127281063242, "S11": 1.5310127281063242, "W12": -8.340029152929489, "S12": -20.884095404259075, "W13": -20.884095404259075, "S13": -20.884095404259075, "W21": -33.209445433674894, "S21": -33.209445433674894, "W22": -42.134960227141363, "S22": -46.713765258782686, "W31": -67.698369565217405, "S31": -68.531023814344294, "W32": -94.762031058647594, "S32": -99.762031058647594 }, "geometry": { "type": "Point", "coordinates": [ 103264.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3264930232558139, "S11": 3.3264930232558139, "W12": -8.0244109061074962, "S12": -8.0244109061074962, "W13": -21.22443998690591, "S13": -21.751886340156194, "W21": -40.126943159835349, "S21": -40.126943159835349, "W22": -38.471419291042025, "S22": -51.956507370418308, "W31": -77.701151817688526, "S31": -86.07654495832054, "W32": -86.07654495832054, "S32": -90.366285403050114 }, "geometry": { "type": "Point", "coordinates": [ 103264.0, 515095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6918860648130396, "S11": 2.6902567256338679, "W12": -10.0, "S12": -24.907194060419869, "W13": -24.907194060419869, "S13": -24.907194060419869, "W21": -37.817053635860603, "S21": -37.817053635860603, "W22": -40.404251542707904, "S22": -41.497685339752536, "W31": -68.897016428017736, "S31": -73.321457552921828, "W32": -96.699741962827687, "S32": -101.69974196282769 }, "geometry": { "type": "Point", "coordinates": [ 103264.25, 510196.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01, "S11": -0.01, "W12": -5.31, "S12": -23.21, "W13": -23.219999, "S13": -23.229999, "W21": -36.009998, "S21": -36.009998, "W22": -40.765536040648612, "S22": -40.765536040648612, "W31": -68.571620323783989, "S31": -73.944381950721194, "W32": -97.301361239575684, "S32": -102.30136123957568 }, "geometry": { "type": "Point", "coordinates": [ 103264.7, 509250.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.019085328887541719, "S11": 0.019085328887541719, "W12": -9.6796796312078737, "S12": -17.425901789194739, "W13": -19.967062788611418, "S13": -24.275652887683012, "W21": -41.790825700437082, "S21": -48.092372092189663, "W22": -38.341307312934333, "S22": -44.617215441662779, "W31": -66.85879113632825, "S31": -75.74820658806361, "W32": -96.858579903459955, "S32": -101.85857990345995 }, "geometry": { "type": "Point", "coordinates": [ 103264.75, 503688.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6006513385006191, "S11": 2.6006513385006191, "W12": -9.6744758645311393, "S12": -10.672630776607004, "W13": -18.729766186864779, "S13": -20.216727592331299, "W21": -51.562754565202638, "S21": -71.05973030116516, "W22": -40.075211829006683, "S22": -48.165079452264408, "W31": -67.272838068914041, "S31": -70.627017713829161, "W32": -89.888885798520334, "S32": -94.888885798520334 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.084177023340406026, "S11": -0.084177023340406026, "W12": -9.7644688928488428, "S12": -17.100307405157942, "W13": -19.957143299059432, "S13": -24.45983817101407, "W21": -42.390223304329076, "S21": -49.647955263091958, "W22": -61.220364525383353, "S22": -61.220364525383353, "W31": -75.239998, "S31": -75.411581652618167, "W32": -84.848533690137558, "S32": -89.848533690137558 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 503662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4878858666545565, "S11": -2.5545757739780095, "W12": -7.8710227882553054, "S12": -15.73019054949224, "W13": -19.614189120788918, "S13": -26.255004610312419, "W21": -34.381213448926204, "S21": -34.381213448926204, "W22": -72.981170463942817, "S22": -75.770753821402167, "W31": -86.504663335324778, "S31": -86.504663335324778, "W32": -93.008073876318591, "S32": -98.008073876318591 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 504578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18165910990091824, "S11": -1.0375084132234396, "W12": -5.5417464739683089, "S12": -10.287201019422854, "W13": -19.100668654851791, "S13": -20.02897955602241, "W21": -36.674837716414935, "S21": -42.587870743098904, "W22": -55.634896186310151, "S22": -60.32324578085862, "W31": -100.0, "S31": -100.0, "W32": -100.50634200332041, "S32": -105.50634200332041 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 505634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1678751112796544, "S11": -1.2628101932939453, "W12": -10.0, "S12": -10.0, "W13": -22.058236291986798, "S13": -22.058236291986798, "W21": -36.980350226197409, "S21": -41.776549255243197, "W22": -73.082196385735287, "S22": -74.494475846888022, "W31": -87.047565704212687, "S31": -87.047565704212687, "W32": -93.582410608779369, "S32": -98.582410608779369 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 506185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7662462508652379, "S11": 0.16529192961282535, "W12": -4.9470079766104185, "S12": -7.3504703473726209, "W13": -20.061163774723351, "S13": -20.061163774723351, "W21": -35.673286212757858, "S21": -38.865876292949579, "W22": -73.047628255381213, "S22": -74.894657748380709, "W31": -86.875376110133388, "S31": -86.875376110133388, "W32": -93.401466147314977, "S32": -98.401466147314977 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 506779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8650897552253118, "S11": 2.8650897552253118, "W12": -10.0, "S12": -28.041069723018147, "W13": -28.041069723018147, "S13": -28.041069723018147, "W21": -37.333807068548829, "S21": -37.334138103031584, "W22": -72.86360379673151, "S22": -77.025037871032907, "W31": -85.958719741652487, "S31": -85.958719741652487, "W32": -92.438202984813344, "S32": -97.438202984813344 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51, "S11": 0.51, "W12": -13.74, "S12": -13.74, "W13": -33.950001, "S13": -33.950001, "W21": -38.540001, "S21": -38.540001, "W22": -34.431113057420148, "S22": -46.51342977636984, "W31": -79.491306839893014, "S31": -80.004451373346825, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4639746410666534, "S12": -6.4639746410666534, "W13": -20.501914796759774, "S13": -20.739208930776822, "W21": -45.195114436792295, "S21": -45.195114436792295, "W22": -36.855136673713957, "S22": -36.855136673713957, "W31": -67.352299379228782, "S31": -76.278329744374105, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103265.909090909088263, 516767.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69868000723283707, "S11": 0.69868000723283707, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -16.078342870437719, "S13": -17.072931234872406, "W21": -19.102530247970016, "S21": -20.451979243157101, "W22": -39.321408166169803, "S22": -44.295686869951851, "W31": -67.077839473622717, "S31": -68.93384131238615, "W32": -92.950253107078595, "S32": -97.950253107078595 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 497125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69631812376314062, "S11": 0.69631812376314062, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.380414502563415, "S13": -18.107614763442431, "W21": -37.021767597621448, "S21": -42.854410513942909, "W22": -39.509094872476439, "S22": -45.184596720436431, "W31": -67.122542424270151, "S31": -68.380719730834556, "W32": -92.220362926960519, "S32": -97.220362926960519 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 499976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0296999387630126, "S11": 2.0296999387630126, "W12": -6.402596118201151, "S12": -11.193764506234995, "W13": -24.901987745460907, "S13": -24.901987745460907, "W21": -38.95984652233556, "S21": -38.95984652233556, "W22": -38.305497737846515, "S22": -40.11704879470868, "W31": -61.978640306031167, "S31": -68.978171712926184, "W32": -80.541436688517763, "S32": -85.541436688517763 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 509087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.557377136752137, "S11": 2.557377136752137, "W12": -5.5308473101694915, "S12": -5.5308473101694915, "W13": -25.0, "S13": -25.0, "W21": -39.772312580296159, "S21": -39.772312580296159, "W22": -70.969455024904775, "S22": -77.25635352874626, "W31": -100.65570374088037, "S31": -100.65570374088037, "W32": -103.81372986231116, "S32": -108.81372986231116 }, "geometry": { "type": "Point", "coordinates": [ 103266.0, 510727.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49, "S11": 0.49, "W12": -3.52, "S12": -3.52, "W13": -19.51, "S13": -19.51, "W21": -34.509998, "S21": -39.509998, "W22": -58.169407916559486, "S22": -107.62665957490033, "W31": -107.62665957490033, "S31": -107.62665957490033, "W32": -109.25384551769766, "S32": -114.25384551769766 }, "geometry": { "type": "Point", "coordinates": [ 103266.4, 505809.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9216001222244854, "S11": 1.9216001222244854, "W12": -7.5257255389455215, "S12": -12.265987683495284, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -39.939900987824494, "S21": -39.939900987824494, "W22": -40.972872851711564, "S22": -40.972872851711564, "W31": -70.0, "S31": -70.539914066033475, "W32": -92.778721049898138, "S32": -97.778721049898138 }, "geometry": { "type": "Point", "coordinates": [ 103266.5, 510692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2144751297496457, "S11": 1.2144751297496457, "W12": -8.33387863854907, "S12": -12.428224791883274, "W13": -15.261960353321395, "S13": -15.934333871072399, "W21": -59.232487375372486, "S21": -68.549985306615213, "W22": -44.487396434586593, "S22": -52.128018167353027, "W31": -80.350203329497788, "S31": -80.350203329497788, "W32": -98.663762469566095, "S32": -103.66376246956609 }, "geometry": { "type": "Point", "coordinates": [ 103267.0, 501461.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2828754184824285, "S11": 1.2828754184824285, "W12": -9.3242857142857147, "S12": -15.343246251825185, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -43.0, "W22": -46.825314777566668, "S22": -47.819885987697255, "W31": -81.429988656648717, "S31": -81.429988656648717, "W32": -98.609792766939421, "S32": -103.60979276693942 }, "geometry": { "type": "Point", "coordinates": [ 103267.0, 503955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41915566380378588, "S11": 0.41915566380378588, "W12": -8.1662373166500188, "S12": -8.8520096205872107, "W13": -20.0, "S13": -20.0, "W21": -37.448556207998067, "S21": -37.448556207998067, "W22": -40.314882309207491, "S22": -41.982800529710062, "W31": -69.160148252848089, "S31": -72.817192988802546, "W32": -96.198875606138046, "S32": -101.19887560613805 }, "geometry": { "type": "Point", "coordinates": [ 103267.0, 508112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26871338685181168, "S11": 0.26871338685181168, "W12": -10.0, "S12": -11.824759987062965, "W13": -20.0, "S13": -20.0, "W21": -37.896223891905372, "S21": -37.896223891905372, "W22": -37.435294011953431, "S22": -37.632575859707508, "W31": -66.865941376533428, "S31": -67.908445024829689, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103267.0, 508176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4400404874023156, "S12": -6.4400404874023156, "W13": -20.704710672243163, "S13": -21.182979829326623, "W21": -45.473239162066129, "S21": -45.473239162066129, "W22": -41.533027093577985, "S22": -50.496977411663416, "W31": -65.683328468299777, "S31": -70.414588704677101, "W32": -82.494429347826085, "S32": -87.494429347826085 }, "geometry": { "type": "Point", "coordinates": [ 103267.155555555553292, 516474.755555555573665 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49364279398762162, "S11": 0.49364279398762162, "W12": -9.3412406221420845, "S12": -14.02619430000796, "W13": -17.437966886424935, "S13": -20.800251898709945, "W21": -29.802815643296803, "S21": -38.45354985045163, "W22": -52.92763142279135, "S22": -52.92763142279135, "W31": -69.967884206530584, "S31": -69.982849261108939, "W32": -87.64408256089763, "S32": -92.64408256089763 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 499667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.296816743164523, "S11": 3.296816743164523, "W12": -6.2437756136253464, "S12": -6.2437756136253464, "W13": -17.239842626256653, "S13": -17.239842626256653, "W21": -41.138393712861792, "S21": -54.834188643048165, "W22": -38.696633384742931, "S22": -38.696633384742931, "W31": -67.883824686811764, "S31": -75.260353539012542, "W32": -99.322335235259828, "S32": -104.32233523525983 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 502831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47769688108434794, "S11": -4.5223031189156524, "W12": -9.711756047977218, "S12": -17.273812223375778, "W13": -20.879055560484129, "S13": -21.58898432272812, "W21": -34.543677219243385, "S21": -34.543677219243385, "W22": -67.809998, "S22": -75.906234673088434, "W31": -85.638195343671654, "S31": -85.638195343671654, "W32": -88.468089168654373, "S32": -93.468089168654373 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 504804.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4534625510155359, "S11": 0.027315220970500598, "W12": -4.7723170305399334, "S12": -6.4599823346995873, "W13": -20.188006670501142, "S13": -20.629911049769934, "W21": -36.415484759644755, "S21": -39.904490048895298, "W22": -50.687684986117787, "S22": -50.693798696785151, "W31": -94.781769233734693, "S31": -94.781769233734693, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.393775111453575, "S11": 1.9249090698642695, "W12": -8.0901072145572588, "S12": -11.586915464004839, "W13": -16.5509046547736, "S13": -16.5509046547736, "W21": -32.935709029876705, "S21": -32.935709029876705, "W22": -56.665535956580733, "S22": -96.665535956580726, "W31": -106.27709752508009, "S31": -107.78952514829716, "W32": -112.36346406348119, "S32": -117.36346406348119 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 507382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90727312319669007, "S11": 0.90727312319669007, "W12": -5.0, "S12": -13.669339280840932, "W13": -20.0, "S13": -20.0, "W21": -33.432354678089197, "S21": -33.432354678089197, "W22": -72.945607043676333, "S22": -75.008319186558282, "W31": -86.763946389520981, "S31": -86.763946389520981, "W32": -93.322679329511146, "S32": -98.322679329511146 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 507858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4939793888989334, "W12": -10.0, "S12": -23.371136943578112, "W13": -28.856431977312393, "S13": -28.856431977312393, "W21": -38.803097449641058, "S21": -38.803097449641058, "W22": -40.520582246973952, "S22": -41.497730782743325, "W31": -59.629510845012085, "S31": -59.629510845012085, "W32": -92.803397238310581, "S32": -97.803397238310581 }, "geometry": { "type": "Point", "coordinates": [ 103268.0, 510156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7113073214793726, "S12": -8.7113073214793726, "W13": -25.000000000000004, "S13": -27.244674417042098, "W21": -35.816513570309276, "S21": -35.816513570309276, "W22": -43.483838205985293, "S22": -49.877937545282357, "W31": -80.039276071228116, "S31": -80.039276071228116, "W32": -98.080056529450161, "S32": -103.08005652945016 }, "geometry": { "type": "Point", "coordinates": [ 103268.333333333328483, 509736.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.017912902562243579, "S11": -0.017912902562243579, "W12": -10.534195374473995, "S12": -11.212169191230835, "W13": -23.041982048710448, "S13": -28.33242520172772, "W21": -35.76506288778193, "S21": -35.76506288778193, "W22": -44.748590300635669, "S22": -45.342697189393768, "W31": -83.128538164568994, "S31": -83.170115088536676, "W32": -94.695182552927932, "S32": -99.695182552927932 }, "geometry": { "type": "Point", "coordinates": [ 103268.454545454544132, 511519.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4580723096348094, "S11": 2.4580723096348094, "W12": -5.5167191406743292, "S12": -5.5167191406743292, "W13": -26.13486842105263, "S13": -26.13486842105263, "W21": -39.71791835994064, "S21": -39.71791835994064, "W22": -39.744699330653447, "S22": -39.744699330653447, "W31": -68.299091705883569, "S31": -74.465294728312699, "W32": -97.954513236701274, "S32": -102.95451323670127 }, "geometry": { "type": "Point", "coordinates": [ 103268.5, 510746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49415485040006113, "S11": 0.49415485040006113, "W12": -10.0, "S12": -13.870883187368943, "W13": -17.889413908489129, "S13": -20.462731782325136, "W21": -33.496975147154998, "S21": -42.009885366924387, "W22": -40.513628689957486, "S22": -47.839359496253408, "W31": -61.851449275362469, "S31": -62.784158423862621, "W32": -94.132012067335765, "S32": -99.132012067335765 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45022791997645745, "S11": 0.18943992748307587, "W12": -3.6454421483266208, "S12": -3.8020666627486901, "W13": -19.616166805882173, "S13": -19.616166805882173, "W21": -34.915621483798198, "S21": -39.915621483798198, "W22": -44.748429625150024, "S22": -45.356261234917675, "W31": -83.07960978481033, "S31": -83.121088281301681, "W32": -94.534288446752825, "S32": -99.534288446752825 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 505802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24859424357798585, "S11": -0.69525998309540749, "W12": -5.0870515470048616, "S12": -13.192242569790539, "W13": -20.0, "S13": -20.605485169616916, "W21": -38.233505762510802, "S21": -40.0, "W22": -34.452230086435009, "S22": -34.452230086435009, "W31": -72.630482653602726, "S31": -72.630482653602726, "W32": -89.928998430599705, "S32": -94.928998430599705 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 506373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.26941747572815533, "W12": -4.51749796069707, "S12": -4.51749796069707, "W13": -20.21968782438498, "S13": -21.21968782438498, "W21": -37.810174214892498, "S21": -41.566470384276322, "W22": -38.381659844696749, "S22": -46.94030708346061, "W31": -66.689254747146478, "S31": -72.218481402288148, "W32": -99.864770256825977, "S32": -104.86477025682598 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5091047661209502, "S11": -1.4908952338790502, "W12": -6.7089046497671294, "S12": -9.7089046497671294, "W13": -15.664854917401355, "S13": -15.664854917401355, "W21": -33.225760061254391, "S21": -33.225760061254391, "W22": -58.098548444713536, "S22": -107.39647654233056, "W31": -107.39647654233056, "S31": -107.39647654233056, "W32": -109.25562355276325, "S32": -114.25562355276325 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 507088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7867136689635927, "S12": -8.7867136689635927, "W13": -24.999999999999996, "S13": -26.527718821631716, "W21": -36.078658628598355, "S21": -36.078658628598355, "W22": -43.603160143809937, "S22": -46.202361472431775, "W31": -80.0, "S31": -80.0, "W32": -97.696969696969774, "S32": -102.69696969696977 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 509808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93989117533252731, "S11": 0.93989117533252731, "W12": -5.0, "S12": -12.256277755349213, "W13": -32.079714885714289, "S13": -32.079714885714289, "W21": -39.263551442644676, "S21": -43.809559047207415, "W22": -56.303888394723643, "S22": -101.30388839472364, "W31": -106.62832412001568, "S31": -108.38951604206059, "W32": -112.50992179026089, "S32": -117.50992179026089 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 510487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1205355898456943, "S11": 2.1205355898456943, "W12": -12.683553655595748, "S12": -25.0, "W13": -25.0, "S13": -28.126875374527224, "W21": -41.011090498479696, "S21": -41.011090498479696, "W22": -65.677700738089911, "S22": -108.84236116311592, "W31": -108.84236116311592, "S31": -108.84236116311592, "W32": -108.84236116311592, "S32": -110.21760418952771 }, "geometry": { "type": "Point", "coordinates": [ 103269.0, 510634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.7931448934177441, "W13": -15.0, "S13": -18.0, "W21": -37.581288319530117, "S21": -43.104156358226177, "W22": -70.000000000000014, "S22": -75.973770063461927, "W31": -85.188905119234633, "S31": -85.188905119234633, "W32": -91.705864589259932, "S32": -96.705864589259932 }, "geometry": { "type": "Point", "coordinates": [ 103269.285714285710128, 498964.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9618449163030025, "S11": 2.9618449163030025, "W12": -9.2442597296705955, "S12": -9.2442597296705955, "W13": -20.121477150880775, "S13": -20.121477150880775, "W21": -50.0, "S21": -69.195553935860062, "W22": -43.370351607667835, "S22": -43.370351607667835, "W31": -80.302924442963231, "S31": -80.658798909550939, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103269.5, 500754.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43224793821526264, "S11": 0.43224793821526264, "W12": -6.4800664414920979, "S12": -6.4800664414920979, "W13": -20.267970413911705, "S13": -20.267970413911705, "W21": -44.185825180447587, "S21": -44.185825180447587, "W22": -39.904617751714262, "S22": -42.686921298524638, "W31": -75.093168548173367, "S31": -80.833107968337799, "W32": -93.423953562679728, "S32": -98.423953562679728 }, "geometry": { "type": "Point", "coordinates": [ 103269.655737704917556, 517100.901639344287105 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94642797108735421, "S11": 0.57638834840786868, "W12": -9.8089476538019191, "S12": -14.137046724495615, "W13": -15.0, "S13": -17.443408946046375, "W21": -60.0, "S21": -73.288626243532491, "W22": -64.399698878604497, "S22": -72.407105882992312, "W31": -86.741360658142426, "S31": -86.741360658142426, "W32": -90.414264042006351, "S32": -95.414264042006351 }, "geometry": { "type": "Point", "coordinates": [ 103269.666666666671517, 501625.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8303425774877651, "S11": 1.8303425774877651, "W12": -8.6194031688190176, "S12": -10.185769851802846, "W13": -18.018527988443481, "S13": -20.268973987665277, "W21": -52.449383952209629, "S21": -71.837101594332552, "W22": -56.666666666665996, "S22": -70.475308641976326, "W31": -103.85462273686603, "S31": -103.85462273686603, "W32": -111.36559342353158, "S32": -116.36559342353158 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 500991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98899195350916391, "S11": 0.033327497633036329, "W12": -9.5917209206951348, "S12": -14.449357509229904, "W13": -14.843968280749117, "S13": -19.572324420155418, "W21": -60.0, "S21": -70.0, "W22": -40.024719686421577, "S22": -47.685389541725101, "W31": -67.21639033275946, "S31": -69.494012101175599, "W32": -90.514980407325808, "S32": -95.514980407325808 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2823579304495336, "S11": 2.2823579304495336, "W12": -10.0, "S12": -10.0, "W13": -19.993392895833114, "S13": -21.614002985094132, "W21": -43.057431457431463, "S21": -55.903657464070228, "W22": -50.443009643902336, "S22": -53.909912626101615, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.08325403788881 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 503253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70609164679372438, "S11": 0.63647965823508734, "W12": -4.9733122238884464, "S12": -11.14990535059129, "W13": -25.0, "S13": -25.813430268559511, "W21": -38.824251465237893, "S21": -38.824251465237893, "W22": -58.016666666666673, "S22": -69.06203155818541, "W31": -102.66692786614294, "S31": -102.66692786614294, "W32": -110.87562938859394, "S32": -115.87562938859394 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 509170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31143294053001203, "S11": -0.31143294053001203, "W12": -7.168551717514883, "S12": -20.553798371334238, "W13": -24.93112878148041, "S13": -24.93112878148041, "W21": -34.921851444997571, "S21": -34.921851444997571, "W22": -69.810424909685196, "S22": -75.828102469875574, "W31": -85.158512258057726, "S31": -85.158512258057726, "W32": -91.693080659985114, "S32": -96.693080659985114 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 509385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2083421840301245, "S11": 1.2083421840301245, "W12": -15.0, "S12": -15.0, "W13": -21.409940115160769, "S13": -27.315750896547261, "W21": -39.389383696170256, "S21": -39.389383696170256, "W22": -39.947758054856685, "S22": -42.004406757701652, "W31": -75.177864181917144, "S31": -80.390975389186721, "W32": -93.711790393013104, "S32": -98.711790393013104 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 513692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4136913229281278, "S12": -6.4136913229281278, "W13": -20.896629229025471, "S13": -21.606759779242832, "W21": -44.361294162511186, "S21": -44.361294162511186, "W22": -40.0, "S22": -44.123700187096688, "W31": -70.0, "S31": -70.459121041001737, "W32": -93.961401230300865, "S32": -98.961401230300865 }, "geometry": { "type": "Point", "coordinates": [ 103270.0, 516197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26178120033863306, "S11": -2.8888009680586979, "W12": -10.405891346898787, "S12": -15.484503115891354, "W13": -22.741297993682132, "S13": -24.069632127143535, "W21": -36.167265691388486, "S21": -44.684779711798527, "W22": -41.789174741062482, "S22": -41.789174741062482, "W31": -68.391401144245222, "S31": -74.287777120492805, "W32": -97.631392423007412, "S32": -102.63139242300741 }, "geometry": { "type": "Point", "coordinates": [ 103271.0, 505256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23231854569218385, "S11": -4.3950218072023475, "W12": -10.343417377354472, "S12": -15.064495898032195, "W13": -22.251832562916618, "S13": -23.496953382247746, "W21": -36.484123542875679, "S21": -46.484123542875679, "W22": -62.988793899074416, "S22": -62.988793899074416, "W31": -75.239998, "S31": -75.239998, "W32": -84.650575149400666, "S32": -89.650575149400666 }, "geometry": { "type": "Point", "coordinates": [ 103271.0, 505281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44820553833849841, "S11": 0.44820553833849841, "W12": -8.333571162351495, "S12": -8.333571162351495, "W13": -26.494022637670099, "S13": -26.494022637670099, "W21": -38.970796707866704, "S21": -38.970796707866704, "W22": -40.462350331441172, "S22": -46.516919931827601, "W31": -59.947301642294939, "S31": -60.58770596500775, "W32": -93.847478857592151, "S32": -98.847478857592151 }, "geometry": { "type": "Point", "coordinates": [ 103271.0, 509975.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27843799504560973, "S11": 0.27843799504560973, "W12": -13.275745604494544, "S12": -13.275745604494544, "W13": -19.873865246354811, "S13": -21.736503085343486, "W21": -36.025225804340785, "S21": -36.025225804340785, "W22": -41.217742228505593, "S22": -41.217742228505593, "W31": -70.740550688360443, "S31": -71.152807585691974, "W32": -92.842386306007384, "S32": -97.842386306007384 }, "geometry": { "type": "Point", "coordinates": [ 103271.272727272720658, 512779.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4555109672371858, "S12": -6.4555109672371858, "W13": -20.464961509775062, "S13": -20.691392550505963, "W21": -45.101002896608321, "S21": -45.101002896608321, "W22": -44.196612987831074, "S22": -44.196612987831074, "W31": -78.251404494382029, "S31": -78.251404494382029, "W32": -96.833178141717326, "S32": -101.83317814171733 }, "geometry": { "type": "Point", "coordinates": [ 103271.454545454544132, 516816.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19481098800782848, "S11": 0.19481098800782848, "W12": -5.0, "S12": -8.6339935767588649, "W13": -22.811922982811797, "S13": -22.811922982811797, "W21": -39.756854416952748, "S21": -39.756854416952748, "W22": -40.034793950592061, "S22": -43.682840041713668, "W31": -70.0, "S31": -71.000971150887935, "W32": -94.416095854542419, "S32": -99.416095854542419 }, "geometry": { "type": "Point", "coordinates": [ 103271.666666666671517, 508697.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -11.009115963536145, "W13": -15.96, "S13": -16.795452792669735, "W21": -30.84230135522273, "S21": -31.787411998595847, "W22": -42.982642026582838, "S22": -42.982642026582838, "W31": -75.889591911733547, "S31": -76.382174828880267, "W32": -95.084703665019134, "S32": -100.08470366501913 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 496832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47245777253639332, "S11": 0.47245777253639332, "W12": -8.5922811433636248, "S12": -11.592281143363625, "W13": -15.826073210604388, "S13": -16.879764103295582, "W21": -30.532275462054855, "S21": -31.167978154910362, "W22": -72.600407747197096, "S22": -97.991315478615519, "W31": -97.991315478615519, "S31": -97.991315478615519, "W32": -101.54882746739057, "S32": -106.54882746739057 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 497507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25727426840452439, "S11": -0.70484397843859981, "W12": -5.0369467283188865, "S12": -13.095881112420308, "W13": -20.0, "S13": -20.582321946598739, "W21": -38.236145583318446, "S21": -43.236145583318446, "W22": -73.702131564631728, "S22": -79.497733739486179, "W31": -88.644394485907625, "S31": -88.644394485907625, "W32": -94.701143353081022, "S32": -99.701143353081022 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 506371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15700140228386733, "S11": -0.15700140228386733, "W12": -5.8471677833825861, "S12": -23.275042140285329, "W13": -25.090201476343502, "S13": -25.112762472793296, "W21": -40.0, "S21": -40.0, "W22": -40.503201396973225, "S22": -46.96462841616917, "W31": -59.990026712677299, "S31": -60.670099378971315, "W32": -93.924373725120248, "S32": -98.924373725120248 }, "geometry": { "type": "Point", "coordinates": [ 103272.0, 509264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15178463170657769, "S11": -0.15178463170657769, "W12": -9.8299856666924939, "S12": -17.160163438046737, "W13": -19.961533049712912, "S13": -24.465384535786811, "W21": -42.396545992785619, "S21": -49.455824343301082, "W22": -40.516541051090336, "S22": -47.206146266591965, "W31": -60.0, "S31": -60.714114030184462, "W32": -93.965832018908429, "S32": -98.965832018908429 }, "geometry": { "type": "Point", "coordinates": [ 103272.75, 503659.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29918130336316706, "S11": -0.29918130336316706, "W12": -8.741058406833778, "S12": -17.731253869192372, "W13": -20.0, "S13": -20.0, "W21": -38.487544641684565, "S21": -38.487544641684565, "W22": -43.405083573438624, "S22": -52.631468588219676, "W31": -80.573659399269417, "S31": -80.573659399269417, "W32": -98.49759106984925, "S32": -103.49759106984925 }, "geometry": { "type": "Point", "coordinates": [ 103272.857142857144936, 508395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3491560345510738, "S12": -9.3491560345510738, "W13": -14.819972210475441, "S13": -19.819972210475441, "W21": -35.252928530689246, "S21": -40.529013479904393, "W22": -43.634121172241542, "S22": -43.634121172241542, "W31": -75.790708934440829, "S31": -76.516953383643482, "W32": -93.009006021692983, "S32": -98.009006021692983 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 499390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6907404314446519, "S11": 2.6907404314446519, "W12": -9.4287705041294547, "S12": -9.4287705041294547, "W13": -19.540761924801554, "S13": -19.540761924801554, "W21": -48.614808849305987, "S21": -68.733386745223257, "W22": -46.181632822008083, "S22": -47.150062504629993, "W31": -82.078127964955769, "S31": -82.094803733406394, "W32": -97.592254922422882, "S32": -102.59225492242288 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 500391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34816098905728021, "S11": 0.34816098905728021, "W12": -3.8901280800581377, "S12": -3.8901280800581377, "W13": -20.187666685012772, "S13": -20.187666685012772, "W21": -35.286470821460185, "S21": -38.533005984793547, "W22": -45.751298338527072, "S22": -46.635449169390171, "W31": -82.576889793234386, "S31": -82.602392434609243, "W32": -97.282800327054673, "S32": -102.28280032705467 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35984119190582581, "S11": -0.35984119190582581, "W12": -7.0416801301297545, "S12": -22.838746240956535, "W13": -25.74820864645012, "S13": -25.74820864645012, "W21": -36.842242767615176, "S21": -36.842242767615176, "W22": -40.297926881507806, "S22": -41.003048454192907, "W31": -68.759804246805189, "S31": -73.581717599388554, "W32": -96.888782239064582, "S32": -101.88878223906458 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 509327.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6936940365292426, "S11": 2.6936940365292426, "W12": -10.0, "S12": -29.54504934734161, "W13": -29.54504934734161, "S13": -29.54504934734161, "W21": -37.370806209631844, "S21": -37.370806209631844, "W22": -38.416804446649259, "S22": -38.416804446649259, "W31": -67.82141447146445, "S31": -75.378130887991802, "W32": -99.48630258354892, "S32": -104.48630258354892 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 510213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1979186358411043, "S11": 2.1979186358411043, "W12": -8.0596307277628032, "S12": -24.312286417328345, "W13": -29.514455800923592, "S13": -29.514455800923592, "W21": -39.508484620588767, "S21": -39.508484620588767, "W22": -39.122104695650059, "S22": -44.381432896005421, "W31": -67.025344539588275, "S31": -69.69305987602452, "W32": -93.501791089958118, "S32": -98.501791089958118 }, "geometry": { "type": "Point", "coordinates": [ 103273.0, 510807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4298859911371089, "S12": -6.4298859911371089, "W13": -20.667422790366018, "S13": -21.138466716423117, "W21": -45.601048381966486, "S21": -45.601048381966486, "W22": -42.074104572530096, "S22": -52.002914024211407, "W31": -64.92271155057351, "S31": -70.665013794830074, "W32": -81.258298635207026, "S32": -86.258298635207026 }, "geometry": { "type": "Point", "coordinates": [ 103273.477777777778101, 516524.177777777775191 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49090928513438459, "S11": 0.49090928513438459, "W12": -7.3368970876021633, "S12": -12.107444468700887, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -36.626564444511629, "S21": -36.626564444511629, "W22": -38.391084917851714, "S22": -43.391084917851714, "W31": -70.164238758263735, "S31": -70.164238758263735, "W32": -92.367024903666646, "S32": -97.367024903666646 }, "geometry": { "type": "Point", "coordinates": [ 103273.5, 508063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2598299681190221, "S11": 2.2598299681190221, "W12": -6.4353529497029607, "S12": -11.538054587206364, "W13": -24.894510104442862, "S13": -24.894510104442862, "W21": -38.721092921648129, "S21": -38.721092921648129, "W22": -70.59996857413249, "S22": -70.59996857413249, "W31": -101.4025011579435, "S31": -101.4025011579435, "W32": -103.42244796909789, "S32": -108.42244796909789 }, "geometry": { "type": "Point", "coordinates": [ 103273.5, 509095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49717855689078461, "S11": 0.49717855689078461, "W12": -8.3777791894295515, "S12": -13.377779189429551, "W13": -16.015312266112264, "S13": -20.999850692669792, "W21": -29.862184121497389, "S21": -30.566347097582419, "W22": -43.735143609435205, "S22": -44.858735862819614, "W31": -59.939421514039864, "S31": -60.28752101096552, "W32": -93.562945647848451, "S32": -98.562945647848451 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3757431677169563, "W12": -8.6056650259834466, "S12": -10.511148087203704, "W13": -20.0, "S13": -22.042387511022241, "W21": -38.727901482337984, "S21": -48.019639664951711, "W22": -44.056454935088347, "S22": -44.589173933783087, "W31": -82.122619501047311, "S31": -82.244502153247979, "W32": -91.69304479906981, "S32": -96.69304479906981 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 504205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.3243300618906879, "W13": -24.793038870500556, "S13": -24.793038870500556, "W21": -40.0, "S21": -40.0, "W22": -51.268091052346236, "S22": -52.061803004261165, "W31": -99.649998703218614, "S31": -99.649998703218614, "W32": -99.649998703218614, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 508924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15580946112254801, "S11": -0.15580946112254801, "W12": -5.8242001804500418, "S12": -23.176294221330387, "W13": -25.0, "S13": -25.027890148715557, "W21": -39.991878169416239, "S21": -39.991878169416239, "W22": -54.399240068523739, "S22": -54.399240068523739, "W31": -89.999999999999986, "S31": -90.793480001601466, "W32": -95.646082561408463, "S32": -100.64608256140846 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 509263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25439271514685147, "S11": 0.25439271514685147, "W12": -7.9909443251909522, "S12": -7.9909443251909522, "W13": -23.879809184776288, "S13": -24.879809184776288, "W21": -35.143555119054781, "S21": -35.143555119054781, "W22": -50.817413472545852, "S22": -50.817413472545852, "W31": -87.641901890163894, "S31": -92.843287164616385, "W32": -95.013713515188769, "S32": -100.01371351518877 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 509570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3619932776532897, "S11": 2.3619932776532897, "W12": -5.5721188488615692, "S12": -5.6387657682928491, "W13": -25.0, "S13": -25.0, "W21": -39.884551859433849, "S21": -39.884551859433849, "W22": -47.136684668025453, "S22": -48.283248693748767, "W31": -81.0001287733038, "S31": -81.0001287733038, "W32": -98.587430534603158, "S32": -103.58743053460316 }, "geometry": { "type": "Point", "coordinates": [ 103274.0, 510719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.336686286933918, "S11": -0.336686286933918, "W12": -6.4005746524333524, "S12": -6.4005746524333524, "W13": -20.926998719583686, "S13": -21.69597543386481, "W21": -44.133654437542788, "S21": -44.133654437542788, "W22": -35.287354092742561, "S22": -48.191375116487301, "W31": -79.999999999999986, "S31": -83.895308745167682, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103274.477272727279342, 516150.386363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0254658591573431, "S11": 1.9677617497889497, "W12": -9.3986742994877979, "S12": -9.7954996963131951, "W13": -29.63707801141706, "S13": -29.63707801141706, "W21": -39.147846800486889, "S21": -39.147846800486889, "W22": -35.318046313109228, "S22": -35.318046313109228, "W31": -74.214263199705812, "S31": -74.214263199705812, "W32": -88.791660078196472, "S32": -93.791660078196472 }, "geometry": { "type": "Point", "coordinates": [ 103274.5, 510130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082373359226320733, "S11": -2.7283369158984194, "W12": -5.0, "S12": -8.1643459501864317, "W13": -19.569503183454977, "S13": -19.569503183454977, "W21": -37.606728253018993, "S21": -44.568187275683293, "W22": -39.156013148858321, "S22": -44.494789695097424, "W31": -67.037964916050726, "S31": -68.979727830490759, "W32": -93.219337044449304, "S32": -98.219337044449304 }, "geometry": { "type": "Point", "coordinates": [ 103274.6, 505690.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51941822682964567, "S11": 0.51941822682964567, "W12": -8.4294244695718472, "S12": -8.8838942548223887, "W13": -15.084927873890845, "S13": -20.084927873890845, "W21": -31.386059767802507, "S21": -33.688021856262765, "W22": -42.302693633806776, "S22": -49.538489615854317, "W31": -66.114992214571132, "S31": -70.509499361835637, "W32": -83.399286684782609, "S32": -88.399286684782609 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 499456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49375206034209862, "S11": 0.49375206034209862, "W12": -10.0, "S12": -14.553318120143086, "W13": -17.824025840384177, "S13": -20.574306647659803, "W21": -30.525261608894702, "S21": -38.734141080659754, "W22": -39.315359687844939, "S22": -45.972117385326619, "W31": -63.661318522875987, "S31": -70.96714606481747, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 499749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38919139040858752, "S11": 0.26074177012108735, "W12": -5.0, "S12": -5.0, "W13": -22.916238408183581, "S13": -22.916238408183581, "W21": -37.274266519819591, "S21": -39.288526477203746, "W22": -40.797956008601446, "S22": -40.797956008601446, "W31": -69.265850945494989, "S31": -69.871810614202232, "W32": -92.851504818829127, "S32": -97.851504818829127 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4364176374918902, "S11": 0.51332326362618874, "W12": -5.0315094528358504, "S12": -8.0315094528358504, "W13": -20.0, "S13": -20.0, "W21": -35.86067839173419, "S21": -37.84653729292269, "W22": -44.544173550690466, "S22": -44.544173550690466, "W31": -79.029353600782741, "S31": -79.366159371885288, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042541403461593547, "S11": -0.042541403461593547, "W12": -6.8597993789314664, "S12": -14.309388624637219, "W13": -21.547341108540451, "S13": -21.547341108540451, "W21": -33.616795953234188, "S21": -33.616795953234188, "W22": -40.0, "S22": -44.045870508724818, "W31": -70.0, "S31": -70.523201571323369, "W32": -94.014083523604043, "S32": -99.014083523604043 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 509436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66344369026180883, "S11": 0.66344369026180883, "W12": -13.890333616443012, "S12": -14.141706493484165, "W13": -21.351918625021945, "S13": -29.405988897261832, "W21": -39.400734739231098, "S21": -39.685173216741568, "W22": -38.30079254200578, "S22": -47.734569156973528, "W31": -66.631171944281093, "S31": -71.207425962270889, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103275.0, 513452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9957446808510855, "S11": -0.5877329347808633, "W12": -7.9538635050874884, "S12": -13.596191863296166, "W13": -19.554827268543395, "S13": -25.908531651961638, "W21": -35.544792618303596, "S21": -41.512522885711007, "W22": -34.53956316766633, "S22": -46.345801919915949, "W31": -79.377831180534969, "S31": -79.377831180534969, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 504477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31087133169307296, "S11": 0.23059208478962048, "W12": -4.9804904315837923, "S12": -4.9804904315837923, "W13": -22.157059721439136, "S13": -22.157059721439136, "W21": -37.111403077513238, "S21": -38.704263537546581, "W22": -43.603065325311036, "S22": -43.603065325311036, "W31": -80.0, "S31": -80.408069866591177, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 505938.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21041594239340067, "S11": -0.42341796337790161, "W12": -10.0, "S12": -10.0, "W13": -22.380161675790159, "S13": -22.380161675790159, "W21": -39.842978411747275, "S21": -43.931736857943037, "W22": -54.949159140215542, "S22": -56.080261239697222, "W31": -90.0, "S31": -90.0, "W32": -95.868770676700322, "S32": -100.86877067670032 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 506045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.561966616506254, "S11": 0.56196661650625401, "W12": -8.0550041037461124, "S12": -18.650278378172491, "W13": -18.650278378172491, "S13": -18.650278378172491, "W21": -33.435015142424227, "S21": -33.435015142424227, "W22": -44.259929468217223, "S22": -44.996119783894905, "W31": -76.304141637685746, "S31": -76.393417325501574, "W32": -96.653703602271264, "S32": -101.65370360227126 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 507245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.86, "S11": 1.86, "W12": -8.6400003, "S12": -8.6400003, "W13": -23.049999, "S13": -23.049999, "W21": -38.84, "S21": -38.85, "W22": -43.510438195093677, "S22": -43.960020090661637, "W31": -81.411951294991354, "S31": -81.599698855496484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8894886942350786, "S11": 1.8894886942350786, "W12": -7.1253522840951433, "S12": -10.809816146654384, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -38.47322722804865, "S22": -51.806596965599368, "W31": -76.160608942093674, "S31": -85.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44208093054646613, "S11": 0.44208093054646613, "W12": -3.7832549747723316, "S12": -3.7832549747723316, "W13": -20.005723075886603, "S13": -20.005723075886603, "W21": -35.101763471239721, "S21": -39.486325166904912, "W22": -38.364544759991702, "S22": -51.871166621885848, "W31": -78.574293382357908, "S31": -81.980014514602928, "W32": -84.950733495879504, "S32": -89.950733495879504 }, "geometry": { "type": "Point", "coordinates": [ 103276.2, 505823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49832840734120309, "S11": 0.49832840734120309, "W12": -8.3472239867869398, "S12": -11.719265076559161, "W13": -15.499504287909581, "S13": -20.499504287909581, "W21": -29.904636132970509, "S21": -32.00029600896697, "W22": -39.077437573192192, "S22": -39.077437573192192, "W31": -68.020638602223571, "S31": -74.995672240369785, "W32": -98.805064322925901, "S32": -103.8050643229259 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 499534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3832274943705554, "W12": -8.9094911233597998, "S12": -11.964487700336337, "W13": -20.0, "S13": -22.499546690843154, "W21": -39.498313921532215, "S21": -49.309381594935047, "W22": -38.890023930025563, "S22": -38.890023930025563, "W31": -67.967227625518532, "S31": -75.097919931927763, "W32": -98.980711982138445, "S32": -103.98071198213844 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 504139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1909304426694456, "S11": -1.2850884217235738, "W12": -10.0, "S12": -10.0, "W13": -22.262343035827154, "S13": -22.262343035827154, "W21": -37.056449847290047, "S21": -42.04452003435614, "W22": -39.031540406062547, "S22": -44.434281754738407, "W31": -67.001891006986511, "S31": -69.974654323656054, "W32": -93.73194194514052, "S32": -98.73194194514052 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 506187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1930305531334349, "S11": -0.19303055313343495, "W12": -5.5338189572430148, "S12": -22.616751177344533, "W13": -23.510402001758841, "S13": -23.681065235487313, "W21": -37.284033292082974, "S21": -37.284033292082974, "W22": -39.252672929196393, "S22": -45.890710200717827, "W31": -63.625012217137538, "S31": -70.998719667006952, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 509249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0, "S11": 0.0, "W12": -7.81, "S12": -7.81, "W13": -30.209999, "S13": -30.209999, "W21": -37.950001, "S21": -37.950001, "W22": -39.898722156547166, "S22": -39.898722156547166, "W31": -72.630818372993915, "S31": -72.630818372993915, "W32": -92.327625628779018, "S32": -97.327625628779018 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4470472934077128, "S12": -6.4470472934077128, "W13": -20.428008222790389, "S13": -20.643576170235193, "W21": -45.006891356424539, "S21": -45.006891356424539, "W22": -41.291936207339646, "S22": -49.921644376581568, "W31": -65.703942092029436, "S31": -70.543516848938594, "W32": -82.715307971014241, "S32": -87.715307971014241 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 516866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40825111046148765, "S11": 0.40825111046148765, "W12": -6.466777159696484, "S12": -6.466777159696484, "W13": -20.23006335846777, "S13": -20.230063358467778, "W21": -44.116626313611604, "S21": -44.116626313611604, "W22": -44.990801562497772, "S22": -52.438351572954062, "W31": -80.456466767904658, "S31": -80.456466767904658, "W32": -99.02216225272953, "S32": -104.02216225272953 }, "geometry": { "type": "Point", "coordinates": [ 103277.418032786881668, 517150.262295081978664 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85138548641733358, "S11": 0.85138548641733358, "W12": -5.0, "S12": -12.218293291173786, "W13": -20.0, "S13": -20.0, "W21": -33.535681579956709, "S21": -33.535681579956709, "W22": -39.85887850364167, "S22": -42.243546563902612, "W31": -59.618429414653519, "S31": -59.618429414653519, "W32": -92.715434718347893, "S32": -97.715434718347893 }, "geometry": { "type": "Point", "coordinates": [ 103277.75, 507879.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1467886198145809, "S11": 0.14678861981458091, "W12": -3.4882669413435767, "S12": -3.8514218496091335, "W13": -12.467756781090385, "S13": -12.742760269717387, "W21": -52.177224157270217, "S21": -66.153806298449581, "W22": -43.728330729537468, "S22": -44.255086573586709, "W31": -81.531583269853286, "S31": -81.695336243487574, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 502508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17076022082913858, "S11": -2.8691876367041811, "W12": -4.4768068813593942, "S12": -5.8921018516997936, "W13": -19.981759860605088, "S13": -19.981759860605088, "W21": -37.420444203734938, "S21": -42.420444203734938, "W22": -38.751843466595531, "S22": -41.717535574315725, "W31": -64.617472234103744, "S31": -70.456059016802982, "W32": -84.09687032131751, "S32": -89.09687032131751 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 505749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2322452151836818, "S11": -1.3068112330690496, "W12": -10.0, "S12": -10.0, "W13": -22.349893525217404, "S13": -22.349893525217404, "W21": -37.009266873127082, "S21": -42.009266873127082, "W22": -62.115447486133455, "S22": -71.629969893559348, "W31": -87.927841478620152, "S31": -87.927841478620152, "W32": -92.123547273921218, "S32": -97.123547273921218 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 506179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88672528845933118, "S11": -1.1023653821899311, "W12": -9.5332519829164131, "S12": -17.568860291521769, "W13": -20.932667284195464, "S13": -20.932667284195464, "W21": -37.395954866513215, "S21": -42.395954866513215, "W22": -49.096144553778366, "S22": -49.096144553778366, "W31": -82.038222343274768, "S31": -90.692150156438245, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 506238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65630147075231304, "S11": -0.96280283367136721, "W12": -7.8137075452511695, "S12": -21.139897000887686, "W13": -21.139897000887686, "S13": -21.139897000887686, "W21": -37.645008150389025, "S21": -42.645008150389025, "W22": -40.419265858853166, "S22": -41.7862671868657, "W31": -59.684548615792949, "S31": -59.684548615792949, "W32": -92.731580574686475, "S32": -97.731580574686475 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 506276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13852374732512573, "S11": -0.27106803829971771, "W12": -5.0795324394085224, "S12": -5.721985754467628, "W13": -20.039808183262938, "S13": -21.039808183262938, "W21": -38.896828603554283, "S21": -40.0, "W22": -43.808582610187187, "S22": -44.599740058920801, "W31": -79.234550561797761, "S31": -79.234550561797761, "W32": -97.276204560807727, "S32": -102.27620456080773 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9971070184171231, "S11": 1.9971070184171231, "W12": -12.304692535350217, "S12": -29.893847587615024, "W13": -29.893847587615024, "S13": -29.893847587615024, "W21": -40.963930802718657, "S21": -40.963930802718657, "W22": -41.463577495303994, "S22": -41.463577495303994, "W31": -75.501465288782526, "S31": -75.501465288782526, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103278.0, 510648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4579772159764737, "S11": -0.30233206237430466, "W12": -5.5268126674803515, "S12": -8.5268126674803515, "W13": -17.534908038160875, "S13": -17.534908038160875, "W21": -34.743381679488458, "S21": -34.743381679488458, "W22": -38.188629584059967, "S22": -44.802489513198189, "W31": -66.833627965844059, "S31": -75.471650145927953, "W32": -96.600832749917089, "S32": -101.60083274991709 }, "geometry": { "type": "Point", "coordinates": [ 103278.666666666671517, 506964.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13898664785212664, "S11": 0.13898664785212664, "W12": -7.7233360239887476, "S12": -7.7233360239887476, "W13": -15.799141121590862, "S13": -16.949654182142265, "W21": -32.825627713881204, "S21": -32.825627713881204, "W22": -42.354438797016059, "S22": -51.975765667661321, "W31": -65.002154099333438, "S31": -70.729912941350165, "W32": -81.526086956521738, "S32": -86.526086956521738 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 497741.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1864771689497711, "S11": 3.1864771689497711, "W12": -8.7103534265455949, "S12": -8.7103534265455949, "W13": -20.948227214705131, "S13": -20.948227214705131, "W21": -50.0, "S21": -68.931122448979593, "W22": -54.74480078129973, "S22": -55.041596377008339, "W31": -90.0, "S31": -90.0, "W32": -95.684364648167104, "S32": -100.6843646481671 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.18, "S11": 2.1472615346349957, "W12": -6.0882211984206691, "S12": -10.707748835214032, "W13": -24.899446324984186, "S13": -24.899446324984186, "W21": -38.713299304680518, "S21": -38.713299304680518, "W22": -41.404658474889793, "S22": -53.426373011369726, "W31": -67.442926642009795, "S31": -74.692827883185231, "W32": -87.244392170041124, "S32": -92.244392170041124 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 509120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5805846295503017, "S12": -8.5805846295503017, "W13": -24.999999999999996, "S13": -27.999999999999996, "W21": -35.656241538431019, "S21": -35.656241538431019, "W22": -37.863183409261808, "S22": -37.863183409261808, "W31": -67.684626443158038, "S31": -75.637936449100891, "W32": -99.886179726169559, "S32": -104.88617972616956 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 509719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49475457362791153, "S11": 0.49475457362791153, "W12": -8.7755197061259675, "S12": -9.3199953615566784, "W13": -25.0, "S13": -25.039314799213702, "W21": -37.619626268405057, "S21": -37.619626268405057, "W22": -70.0, "S22": -74.820865345733921, "W31": -100.14134799001127, "S31": -100.14134799001127, "W32": -103.51706928381476, "S32": -108.51706928381476 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 509895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0204131408661024, "S11": 2.0204131408661024, "W12": -12.480732215280064, "S12": -25.0, "W13": -25.0, "S13": -29.690125362782965, "W21": -41.045540489000182, "S21": -41.045540489000182, "W22": -43.16142977682199, "S22": -43.16142977682199, "W31": -76.910300528747186, "S31": -77.094436555855154, "W32": -93.091425624079164, "S32": -98.091425624079164 }, "geometry": { "type": "Point", "coordinates": [ 103279.0, 510645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70273954722183352, "S11": 0.70273954722183352, "W12": -10.0, "S12": -10.0, "W13": -16.26447310018046, "S13": -17.979890325442138, "W21": -36.789193482601462, "S21": -44.805100690555747, "W22": -41.890113580992768, "S22": -41.890113580992768, "W31": -75.615613814289986, "S31": -75.772060618595972, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103279.2, 499982.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4197314948719022, "S12": -6.4197314948719022, "W13": -20.630134908488877, "S13": -21.09395360351969, "W21": -45.728857601866849, "S21": -45.728857601866849, "W22": -39.989566410389223, "S22": -40.746553501503399, "W31": -74.940462910781122, "S31": -79.940462910781122, "W32": -94.023236411403403, "S32": -99.023236411403403 }, "geometry": { "type": "Point", "coordinates": [ 103279.8, 516573.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4716638378877684, "S11": 3.4716638378877684, "W12": -8.3309450412530772, "S12": -8.3309450412530772, "W13": -20.927077734246275, "S13": -20.927077734246275, "W21": -53.184385382059801, "S21": -73.184385382059801, "W22": -40.000058873012847, "S22": -42.564768448884585, "W31": -69.546098369935365, "S31": -72.074324759292736, "W32": -95.377550766008909, "S32": -100.37755076600891 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 500515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71095255017113368, "S11": 0.71095255017113368, "W12": -9.3625, "S12": -18.166451090427959, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -43.0, "W22": -38.328712290928358, "S22": -41.254866096156483, "W31": -66.490696352142209, "S31": -67.069692057282538, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 503859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19627333466648, "S11": 0.040183920483540247, "W12": -5.5896308549538576, "S12": -10.354290592157188, "W13": -19.253818742010431, "S13": -19.908466494589156, "W21": -37.05815092830936, "S21": -42.178625128151815, "W22": -60.599411221077681, "S22": -60.599411221077681, "W31": -71.684244896169076, "S31": -71.688168504447418, "W32": -85.292941825199946, "S32": -90.292941825199946 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 505629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052753777685819209, "S11": -3.3245623368565718, "W12": -5.0, "S12": -7.4406746420862158, "W13": -19.75944748958084, "S13": -19.75944748958084, "W21": -38.221822048431598, "S21": -44.01582677179875, "W22": -58.174073876469443, "S22": -58.174073876469443, "W31": -100.46527967549805, "S31": -100.46527967549805, "W32": -109.91211988942237, "S32": -114.91211988942237 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 505708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31977878985035779, "S11": -0.74186348493415299, "W12": -5.0, "S12": -14.961881103306494, "W13": -20.0, "S13": -20.357573715248506, "W21": -38.06185683738714, "S21": -43.06185683738714, "W22": -56.117141564902759, "S22": -96.70707923186626, "W31": -106.24079848021414, "S31": -107.71297755096685, "W32": -112.35966775132728, "S32": -117.35966775132728 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 506338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.30985953248981357, "W12": -4.4189150538659625, "S12": -5.0773666047195327, "W13": -20.29896622427729, "S13": -21.29896622427729, "W21": -37.219312134665742, "S21": -41.01438879601983, "W22": -44.496700504393523, "S22": -53.019557379244617, "W31": -80.577343586579644, "S31": -80.577343586579644, "W32": -98.991093711628608, "S32": -103.99109371162861 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 506669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2096823809890711, "S11": 0.49798926496934137, "W12": -4.8077668668764133, "S12": -7.8077668668764133, "W13": -20.117599020692474, "S13": -20.117599020692474, "W21": -36.587329545977894, "S21": -39.478814743991187, "W22": -44.20541441030079, "S22": -44.20541441030079, "W31": -80.0, "S31": -80.425287928496047, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 506821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58062565286711743, "S11": 0.58062565286711743, "W12": -7.5325198572579719, "S12": -13.443562924812417, "W13": -20.0, "S13": -20.0, "W21": -35.726276457481141, "S21": -35.726276457481141, "W22": -36.452695858119199, "S22": -49.522204418466806, "W31": -80.0, "S31": -85.0, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103280.0, 508014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31560236889425641, "S11": -0.34496108445629775, "W12": -6.7067736185382554, "S12": -15.41125046355101, "W13": -20.119914996964187, "S13": -20.119914996964187, "W21": -38.682718274833114, "S21": -38.682718274833114, "W22": -39.365291451853736, "S22": -44.067973171106878, "W31": -70.0, "S31": -70.0, "W32": -93.358749310486886, "S32": -98.358749310486886 }, "geometry": { "type": "Point", "coordinates": [ 103280.666666666671517, 508467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56369779699959455, "S11": 0.56369779699959455, "W12": -9.5596502169065207, "S12": -9.8215480634689047, "W13": -16.010650724180632, "S13": -17.010650724180632, "W21": -20.755016583217017, "S21": -21.98201666160687, "W22": -40.0, "S22": -42.442248214944826, "W31": -69.487028180880259, "S31": -72.187138084024639, "W32": -95.479581406364915, "S32": -100.47958140636491 }, "geometry": { "type": "Point", "coordinates": [ 103281.0, 497238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0839145953042995, "S11": 1.009514645049356, "W12": -5.0630638813673166, "S12": -11.56504565515889, "W13": -24.971066172596679, "S13": -25.717083695495873, "W21": -38.495688684313819, "S21": -38.495688684313819, "W22": -39.548785263737855, "S22": -39.548785263737855, "W31": -68.241319862652105, "S31": -74.57186885943841, "W32": -98.04674487011377, "S32": -103.04674487011377 }, "geometry": { "type": "Point", "coordinates": [ 103281.0, 509159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49205579178360515, "S11": 0.49205579178360515, "W12": -8.4085088436099955, "S12": -8.4085088436099955, "W13": -25.0, "S13": -27.313603113884973, "W21": -35.481224486599473, "S21": -35.481224486599473, "W22": -38.350579029905802, "S22": -38.350579029905802, "W31": -67.827179366354613, "S31": -75.364681729364889, "W32": -99.408689796930929, "S32": -104.40868979693093 }, "geometry": { "type": "Point", "coordinates": [ 103281.0, 509677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.029368944190102001, "S11": -3.5172859483711183, "W12": -4.8944298751704416, "S12": -6.9559638862453781, "W13": -19.879971532708034, "S13": -19.879971532708034, "W21": -38.645002543378361, "S21": -40.0, "W22": -37.224395310892859, "S22": -37.224395310892859, "W31": -67.524814252217581, "S31": -75.943449553552355, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26882808198941172, "S11": -1.0939861385934342, "W12": -4.2237490821355994, "S12": -5.0752657364040621, "W13": -20.17251264755501, "S13": -20.17251264755501, "W21": -36.808194288289364, "S21": -41.808194288289364, "W22": -39.579849467595835, "S22": -39.579849467595835, "W31": -68.231552113632418, "S31": -74.590299699655262, "W32": -98.07235000177198, "S32": -103.07235000177198 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.047953200122279993, "S11": -0.53223819887008872, "W12": -5.0639010412109542, "S12": -8.7451585364996305, "W13": -20.0, "S13": -21.0, "W21": -38.622894267681779, "S21": -40.0, "W22": -41.381860939443335, "S22": -51.381860939443335, "W31": -64.699177048556919, "S31": -70.832158102959113, "W32": -80.996125375896355, "S32": -85.996125375896355 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 506422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4384744607237514, "S11": 0.38692806897117404, "W12": -5.0, "S12": -8.0, "W13": -18.975963945918878, "S13": -18.975963945918878, "W21": -35.427350173049291, "S21": -36.734034420468909, "W22": -73.362189288794184, "S22": -85.063134258224878, "W31": -95.254914261815699, "S31": -95.254914261815699, "W32": -100.72696584504136, "S32": -105.72696584504136 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 506909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5383508800610119, "S11": 1.3917233140786074, "W12": -8.2085792444019958, "S12": -18.40725725686211, "W13": -18.40725725686211, "S13": -18.40725725686211, "W21": -33.089839153109224, "S21": -33.089839153109224, "W22": -37.851788446414758, "S22": -37.851788446414758, "W31": -67.689956830299948, "S31": -75.626892070845017, "W32": -99.848229790551656, "S32": -104.84822979055166 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56990508810993601, "S11": 0.48114125276607328, "W12": -4.7639778630251817, "S12": -12.25795754810774, "W13": -24.996210178778405, "S13": -25.996210178778405, "W21": -39.583752947178908, "S21": -39.583752947178908, "W22": -38.727412199266674, "S22": -44.341994510682113, "W31": -63.168509951185115, "S31": -71.180298937949587, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8979955184355266, "S11": 1.8979955184355266, "W12": -6.6683337395812776, "S12": -9.4486210618561586, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -39.75376923364486, "S21": -39.75376923364486, "W22": -52.009998, "S22": -106.009998, "W31": -109.0, "S31": -109.0, "W32": -113.5, "S32": -118.5 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 510700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01114049915146937, "S11": -0.01114049915146937, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -30.0, "S13": -31.274288932695015, "W21": -37.431282643490185, "S21": -37.431282643490185, "W22": -70.382686722097034, "S22": -70.382686722097034, "W31": -101.11835651932509, "S31": -101.11835651932509, "W32": -102.94729852473907, "S32": -107.94729852473907 }, "geometry": { "type": "Point", "coordinates": [ 103282.0, 511281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2679999999998834, "S11": 2.2309088421836716, "W12": -6.048731839357079, "S12": -10.82395089059548, "W13": -24.89333015922152, "S13": -24.89333015922152, "W21": -38.760620619352082, "S21": -38.760620619352082, "W22": -73.457461661071619, "S22": -73.86390915918723, "W31": -87.244641143969133, "S31": -87.244641143969133, "W32": -94.148746782693948, "S32": -99.148746782693948 }, "geometry": { "type": "Point", "coordinates": [ 103282.6, 509119.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094984779601653191, "S11": 0.094984779601653191, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.045393904642271, "W21": -37.329595828317743, "S21": -41.589258228614682, "W22": -72.466252547357541, "S22": -74.367531774002273, "W31": -86.606840137149874, "S31": -86.606840137149874, "W32": -93.483207142544529, "S32": -98.483207142544529 }, "geometry": { "type": "Point", "coordinates": [ 103282.666666666671517, 498351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43323834602731964, "S11": -4.5667616539726801, "W12": -10.034813943262478, "S12": -17.263797699448364, "W13": -21.253967786603368, "S13": -22.558225861564917, "W21": -34.541596934186302, "S21": -34.541596934186302, "W22": -56.973991222323264, "S22": -66.973991222323264, "W31": -90.534179400500435, "S31": -90.534179400500435, "W32": -95.726489230593117, "S32": -100.72648923059312 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 504851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10751477888314068, "S11": -3.03966153834488, "W12": -4.6809608727577317, "S12": -6.3305568342799008, "W13": -20.0, "S13": -20.0, "W21": -38.097713778065632, "S21": -43.097713778065632, "W22": -45.209612004151978, "S22": -45.209612004151978, "W31": -79.643047275720733, "S31": -79.971037853352854, "W32": -93.695646717159178, "S32": -98.695646717159178 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7866710493877886, "W12": -8.0178245181522971, "S12": -13.996568957104348, "W13": -16.05183941189518, "S13": -16.05183941189518, "W21": -32.925834140303323, "S21": -32.925834140303323, "W22": -39.949113964373609, "S22": -41.601549651292054, "W31": -59.88253683819925, "S31": -59.88253683819925, "W32": -92.787357169310638, "S32": -97.787357169310638 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 507342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2695525345368484, "S11": 1.2695525345368484, "W12": -6.8667030440035859, "S12": -16.866703044003586, "W13": -20.0, "S13": -20.0, "W21": -33.30423958805941, "S21": -33.30423958805941, "W22": -44.227190836336227, "S22": -53.301036124316695, "W31": -80.643276396766012, "S31": -80.643276396766012, "W32": -98.918090362252954, "S32": -103.91809036225295 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 507618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1475602990835361, "W13": -24.14132985199937, "S13": -24.14132985199937, "W21": -40.0, "S21": -40.0, "W22": -45.496552355043477, "S22": -52.363493178909096, "W31": -80.428518418790233, "S31": -80.428518418790233, "W32": -99.243403100724095, "S32": -104.24340310072409 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4643046709129512, "W12": -6.4242347550691354, "S12": -11.797831465725451, "W13": -24.881698273193447, "S13": -24.881698273193447, "W21": -38.741350599459992, "S21": -38.741350599459992, "W22": -45.977863600918077, "S22": -47.063403807303814, "W31": -82.16046455747086, "S31": -82.182136090805685, "W32": -96.57410824456818, "S32": -101.57410824456818 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 509099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4671333543080589, "W12": -6.3680499307338723, "S12": -11.481605935960161, "W13": -24.886599584112844, "S13": -24.886599584112844, "W21": -38.752327193069355, "S21": -38.752327193069355, "W22": -43.835779042954236, "S22": -43.835779042954236, "W31": -80.0, "S31": -80.428228277975649, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 509108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8858496764559487, "S11": 1.8858496764559487, "W12": -9.4551418848843589, "S12": -17.958045485348933, "W13": -25.0, "S13": -25.00123670212766, "W21": -40.107197043745728, "S21": -40.107197043745728, "W22": -38.582507027611911, "S22": -51.897704784107887, "W31": -76.086303128124243, "S31": -86.086303128124243, "W32": -86.086303128124243, "S32": -89.979880949701624 }, "geometry": { "type": "Point", "coordinates": [ 103283.0, 510680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2106359869364445, "S11": -1.2994688181417569, "W12": -10.0, "S12": -9.9999999999999982, "W13": -22.38782140673554, "S13": -22.38782140673554, "W21": -37.083141355639491, "S21": -42.083141355639491, "W22": -37.289356175278648, "S22": -37.289356175278648, "W31": -67.538855419845419, "S31": -75.915886033338367, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103283.333333333328483, 506186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4364099090668132, "S12": -6.4364099090668132, "W13": -20.392069611274145, "S13": -20.602892473253203, "W21": -44.929643283151499, "S21": -44.929643283151499, "W22": -50.0, "S22": -54.251827179963989, "W31": -100.0, "S31": -100.0, "W32": -100.09244050913117, "S32": -105.09244050913117 }, "geometry": { "type": "Point", "coordinates": [ 103283.476190476183547, 516913.380952380946837 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3858754507566089, "S11": 0.25147163328983002, "W12": -5.0, "S12": -5.0, "W13": -22.273864931651662, "S13": -22.273864931651662, "W21": -37.470096392845974, "S21": -39.010468872767383, "W22": -58.107382311618558, "S22": -61.985338487016229, "W31": -100.0, "S31": -100.0, "W32": -109.03870216790338, "S32": -114.03870216790338 }, "geometry": { "type": "Point", "coordinates": [ 103283.5, 505938.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6211767709020477, "S11": 2.6211767709020477, "W12": -9.1461136924518645, "S12": -9.1461136924518645, "W13": -19.384364451974285, "S13": -19.384364451974285, "W21": -47.947084182102415, "S21": -68.561311452941808, "W22": -39.466239516727065, "S22": -51.105307197326049, "W31": -73.790741608154178, "S31": -83.790741608154178, "W32": -90.834724880869956, "S32": -95.834724880869956 }, "geometry": { "type": "Point", "coordinates": [ 103283.75, 500380.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5558725040582022, "S11": 0.81458869825826752, "W12": -8.067440508733311, "S12": -17.758596867949237, "W13": -17.758596867949237, "S13": -17.758596867949237, "W21": -33.26683564253667, "S21": -33.26683564253667, "W22": -66.433890759514838, "S22": -74.112600430164946, "W31": -86.147442166463676, "S31": -86.147442166463676, "W32": -88.942764797820473, "S32": -93.942764797820473 }, "geometry": { "type": "Point", "coordinates": [ 103284.0, 507259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0612918798879982, "S11": 1.0612918798879982, "W12": -15.0, "S12": -15.0, "W13": -21.414877923848948, "S13": -27.993027316307398, "W21": -39.51205485273784, "S21": -39.51205485273784, "W22": -37.095212090465999, "S22": -37.484780575901567, "W31": -67.040308326911713, "S31": -71.941671882782089, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103284.0, 513646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3817203657742019, "S11": 0.38172036577420188, "W12": -4.8993412600048689, "S12": -7.8993412600048689, "W13": -19.593942054433267, "S13": -19.593942054433267, "W21": -35.742143861781571, "S21": -37.640928135127226, "W22": -48.910436233039491, "S22": -49.189977669707268, "W31": -80.920994627359136, "S31": -80.920994627359136, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103284.142857142855064, 506883.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8207639522195915, "W13": -15.0, "S13": -18.0, "W21": -37.60324958666763, "S21": -43.779438600538377, "W22": -52.600181689951128, "S22": -104.42913434290307, "W31": -108.6036086764922, "S31": -108.6036086764922, "W32": -113.07476479297006, "S32": -118.07476479297006 }, "geometry": { "type": "Point", "coordinates": [ 103284.411764705888345, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81485708764059761, "S11": -0.66853753262172977, "W12": -9.6627595222227924, "S12": -14.520890616326497, "W13": -14.773553230976885, "S13": -20.349648020893852, "W21": -60.0, "S21": -71.111822938488359, "W22": -47.495880762340157, "S22": -47.495880762340157, "W31": -83.612426091750791, "S31": -94.572659506492357, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103284.5, 501945.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10439145086854307, "S11": -0.10439145086854307, "W12": -6.9995543961938766, "S12": -6.9995543961938766, "W13": -15.72086333685518, "S13": -16.963606874531493, "W21": -34.72219637132288, "S21": -34.72219637132288, "W22": -36.470913609145526, "S22": -41.41444539388138, "W31": -71.078714204838079, "S31": -71.078714204838079, "W32": -90.50294163586193, "S32": -95.50294163586193 }, "geometry": { "type": "Point", "coordinates": [ 103284.857142857144936, 497931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9004586445925025, "S11": 2.9004586445925025, "W12": -9.3685741257341579, "S12": -9.3685741257341579, "W13": -19.947150880776103, "S13": -20.122788113365999, "W21": -50.021022842984188, "S21": -68.873428090797603, "W22": -59.561505549061245, "S22": -59.561505549061245, "W31": -75.239998, "S31": -75.239998, "W32": -84.643476458599608, "S32": -89.643476458599608 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 500775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1776782438038986, "S11": 2.4340539823425269, "W12": -4.522690842290892, "S12": -4.522690842290892, "W13": -15.0, "S13": -15.0, "W21": -45.85568015602145, "S21": -59.540066165804561, "W22": -65.072899792376106, "S22": -72.718714355212782, "W31": -86.425355251491695, "S31": -86.425355251491695, "W32": -89.836653446086473, "S32": -94.836653446086473 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 502652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7407480243850499, "S11": 2.7407480243850499, "W12": -9.635914676782761, "S12": -9.635914676782761, "W13": -19.852943389226009, "S13": -21.103223841997817, "W21": -41.989898989898983, "S21": -54.777891485208549, "W22": -41.059679498794161, "S22": -41.059679498794161, "W31": -75.158466569263084, "S31": -76.475410900837261, "W32": -94.995384670003446, "S32": -99.995384670003446 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 503214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.076982486491344676, "S11": 0.076982486491344676, "W12": -4.6075316528727051, "S12": -4.6075316528727051, "W13": -21.520858972150315, "S13": -21.520858972150315, "W21": -36.769184930116239, "S21": -36.858448607615223, "W22": -44.364271826994894, "S22": -44.364271826994894, "W31": -76.942684534068817, "S31": -77.942684534068817, "W32": -93.298064955482914, "S32": -98.298064955482914 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.40171722503622, "S11": -0.59828277496378002, "W12": -5.6427014376992961, "S12": -8.6427014376992961, "W13": -17.032518226576165, "S13": -17.032518226576165, "W21": -34.53765432876159, "S21": -34.53765432876159, "W22": -46.12105143674593, "S22": -52.041220577798349, "W31": -80.302513002763376, "S31": -80.302513002763376, "W32": -99.434063245467925, "S32": -104.43406324546793 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 506982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34018212111714147, "S11": -0.34018212111714147, "W12": -9.1595770539620798, "S12": -17.432854881408918, "W13": -20.0, "S13": -20.0, "W21": -38.236208874506787, "S21": -38.236208874506787, "W22": -46.30480971785645, "S22": -47.497203692892676, "W31": -81.739576144434395, "S31": -81.754764049835288, "W32": -96.571502629318942, "S32": -101.57150262931894 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 508373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5139317191773887, "S11": 2.5139317191773887, "W12": -9.1386101180730162, "S12": -16.753303236485912, "W13": -23.843243421052634, "S13": -23.843243421052634, "W21": -37.398085398661706, "S21": -37.398085398661706, "W22": -40.068263258395085, "S22": -41.028946134753198, "W31": -68.833412838014098, "S31": -73.437050761826939, "W32": -96.652123508806923, "S32": -101.65212350880692 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 510315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5081734373417079, "S11": 2.5081734373417079, "W12": -8.3966208138388829, "S12": -8.3966208138388829, "W13": -25.0, "S13": -25.0, "W21": -37.55764721858155, "S21": -37.55764721858155, "W22": -72.01107907268964, "S22": -74.975101492812186, "W31": -86.142581945706851, "S31": -86.142581945706851, "W32": -93.059191503639795, "S32": -98.059191503639795 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 510344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7453999313422588, "S11": 1.7453999313422588, "W12": -4.0172754867071383, "S12": -20.992347503168045, "W13": -29.306918021445863, "S13": -29.306918021445863, "W21": -33.754944075408282, "S21": -37.800887447959589, "W22": -51.484321432657623, "S22": -51.527804958456009, "W31": -98.181727238707808, "S31": -98.181727238707808, "W32": -98.181727238707808, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 510427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.030546561430918752, "S11": -0.030546561430918752, "W12": -10.429201147070872, "S12": -10.429201147070872, "W13": -23.491783768938529, "S13": -28.101752791749004, "W21": -36.062639631110329, "S21": -36.062639631110329, "W22": -50.398873568636695, "S22": -53.942450666579205, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.53405199034304 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 511501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64551876991273005, "S11": 0.64551876991273005, "W12": -13.84953762527603, "S12": -14.099393973241275, "W13": -21.365836377657022, "S13": -29.545850327997961, "W21": -39.49399861879472, "S21": -39.720530963635241, "W22": -48.062817168887634, "S22": -48.062817168887634, "W31": -83.846841194699522, "S31": -93.952638528246382, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103285.0, 513458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38425428270771034, "S11": 0.38425428270771034, "W12": -6.4534878779008711, "S12": -6.4534878779008711, "W13": -20.19215630302384, "S13": -20.192156303023854, "W21": -44.047427446775615, "S21": -44.047427446775615, "W22": -45.256206317448239, "S22": -52.783912458104822, "W31": -80.557667302911454, "S31": -80.557667302911454, "W32": -99.276448695660889, "S32": -104.27644869566089 }, "geometry": { "type": "Point", "coordinates": [ 103285.180327868845779, 517199.622950819670223 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029128929177872593, "S11": -0.029128929177872593, "W12": -13.234120831177988, "S12": -13.234120831177988, "W13": -19.674297869435595, "S13": -20.813415563085226, "W21": -35.15093917395405, "S21": -35.15093917395405, "W22": -41.939023537876452, "S22": -41.939023537876452, "W31": -72.997184593248477, "S31": -72.997184593248477, "W32": -89.995528527991411, "S32": -94.995528527991411 }, "geometry": { "type": "Point", "coordinates": [ 103285.5, 512311.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70150081369417161, "S11": 0.70150081369417161, "W12": -10.035617996461371, "S12": -10.035617996461371, "W13": -16.102736748443522, "S13": -17.09778614471136, "W21": -19.15840290176228, "S21": -20.477978990030302, "W22": -53.666774327073739, "S22": -101.61639278394375, "W31": -107.89598736718406, "S31": -107.89598736718406, "W32": -112.31146425330724, "S32": -117.31146425330724 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 497116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18356333520918544, "S11": 0.18356333520918544, "W12": -7.894114616727367, "S12": -7.894114616727367, "W13": -15.799083998246903, "S13": -16.957550488161079, "W21": -32.345377618249749, "S21": -32.493708246582678, "W22": -43.46673997165486, "S22": -45.174308801531716, "W31": -80.0, "S31": -80.0, "W32": -97.65861496047178, "S32": -102.65861496047178 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 497691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49890041236748489, "S11": 0.49890041236748489, "W12": -8.2104561046880953, "S12": -10.713180535237449, "W13": -15.343441729043771, "S13": -20.343441729043771, "W21": -29.920051114216371, "S21": -32.920051114216371, "W22": -40.89308386234547, "S22": -40.89308386234547, "W31": -68.672543678539881, "S31": -73.74447556453714, "W32": -96.935185300607074, "S32": -101.93518530060707 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 499518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1233016605985258, "S11": 0.94772994757132356, "W12": -9.4095958027867361, "S12": -13.2907617832083, "W13": -15.026892647775185, "S13": -16.605067525521594, "W21": -60.0, "S21": -71.685518694049506, "W22": -40.389999, "S22": -49.747295732862348, "W31": -64.38724376027406, "S31": -70.971714345905511, "W32": -80.495836224843856, "S32": -85.495836224843856 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 501545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3224849253069606, "S11": 3.3224849253069597, "W12": -5.7866963380776486, "S12": -5.7866963380776486, "W13": -16.615635187784875, "S13": -16.615635187784875, "W21": -41.757842949332868, "S21": -55.246293054042567, "W22": -54.765696093289201, "S22": -82.797643984108063, "W31": -107.33791859136659, "S31": -109.58548249477006, "W32": -112.81846206542215, "S32": -117.81846206542215 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 502789.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047406082289802587, "S11": 0.047406082289802587, "W12": -9.6875726350042619, "S12": -18.270420188440049, "W13": -20.0, "S13": -23.908364145098432, "W21": -40.563404324134929, "S21": -44.321136282897818, "W22": -42.979290531725113, "S22": -42.979290531725113, "W31": -60.0, "S31": -60.0, "W32": -93.360782353400339, "S32": -98.360782353400339 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 503738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19072000505117728, "S11": 0.13114400557463515, "W12": -6.1187532648441589, "S12": -9.9241644814720047, "W13": -19.470908990557792, "S13": -20.047379578793109, "W21": -37.28155577395647, "S21": -41.026523174728233, "W22": -42.542758403435684, "S22": -50.009359626940061, "W31": -65.025815217391312, "S31": -66.025815217391312, "W32": -94.699885242758299, "S32": -99.699885242758299 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 505594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80502109045470926, "S11": -1.0542559429246698, "W12": -8.7947935733181168, "S12": -19.497464196459848, "W13": -20.310736182789299, "S13": -20.310736182789299, "W21": -37.540192162591346, "S21": -42.540192162591346, "W22": -46.181389843468352, "S22": -52.165916225290339, "W31": -80.346514894074247, "S31": -80.346514894074247, "W32": -99.508439220100499, "S32": -104.5084392201005 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 506253.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60223211831326617, "S11": 0.60223211831326617, "W12": -7.7008748704961443, "S12": -13.54998383660304, "W13": -20.0, "S13": -20.0, "W21": -35.246565983866141, "S21": -35.246565983866141, "W22": -47.056113450449715, "S22": -48.438469506287483, "W31": -80.826853150734294, "S31": -80.826853150734294, "W32": -97.622104033538889, "S32": -102.62210403353889 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 507990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.8350984015741147, "S12": -9.9681642451955135, "W13": -27.973309608540923, "S13": -27.976673452934516, "W21": -32.936346689560835, "S21": -32.982429564038583, "W22": -44.272165403656082, "S22": -44.272165403656082, "W31": -78.277489076766756, "S31": -78.533961831170444, "W32": -91.025212597726309, "S32": -96.025212597726309 }, "geometry": { "type": "Point", "coordinates": [ 103286.0, 510383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4095769986066999, "S12": -6.4095769986066999, "W13": -20.59284702661169, "S13": -21.04835002542249, "W21": -45.85666682176744, "S21": -45.85666682176744, "W22": -35.007001493215903, "S22": -35.007001493215903, "W31": -71.418678854124721, "S31": -71.418678854124721, "W32": -89.995486336653556, "S32": -94.995486336653556 }, "geometry": { "type": "Point", "coordinates": [ 103286.12222222222772, 516623.022222222236451 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2475527903185593, "S11": 2.8998932406403899, "W12": -4.9731750617473809, "S12": -4.9731750617473809, "W13": -15.727619553669598, "S13": -15.727619553669598, "W21": -43.907513896875599, "S21": -57.48749948109289, "W22": -40.717603614984689, "S22": -41.022257802063962, "W31": -68.70879154021992, "S31": -73.674816085873275, "W32": -96.860984031612674, "S32": -101.86098403161267 }, "geometry": { "type": "Point", "coordinates": [ 103286.5, 502714.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67294793556545174, "S11": 0.67294793556545174, "W12": -6.8657841823056307, "S12": -12.745136711017558, "W13": -20.0, "S13": -20.0, "W21": -34.825988470450639, "S21": -34.825988470450639, "W22": -39.179494541860279, "S22": -41.504834635051104, "W31": -69.837332107832509, "S31": -73.713973082710936, "W32": -88.377936773004734, "S32": -93.377936773004734 }, "geometry": { "type": "Point", "coordinates": [ 103286.5, 507965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57064323111443527, "S11": 0.57064323111443527, "W12": -9.6516580558126002, "S12": -9.6516580558126002, "W13": -16.036135778066416, "S13": -17.035016737244263, "W21": -19.992642103435355, "S21": -21.257338991164634, "W22": -36.836673825314953, "S22": -36.836673825314953, "W31": -67.290547866614659, "S31": -76.389774142918213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 497210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8853327151818959, "S12": -8.6968390046908759, "W13": -16.333223120622801, "S13": -20.48594368750965, "W21": -54.779326930280646, "S21": -74.438482585511579, "W22": -42.880950242922253, "S22": -43.969501715036394, "W31": -60.0, "S31": -60.0, "W32": -93.503443006312096, "S32": -98.503443006312096 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 501185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7562418324326678, "S12": -8.6470534025750645, "W13": -16.279637518896063, "S13": -20.589739954114187, "W21": -55.043190638157597, "S21": -74.677252342606621, "W22": -34.425960660917738, "S22": -46.069535658013123, "W31": -80.0, "S31": -80.761254654180192, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 501197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.598902857070442, "S12": -10.051050839551106, "W13": -15.699460803251977, "S13": -17.972812638618787, "W21": -56.908261038456565, "S21": -72.271078401273925, "W22": -43.494732586425137, "S22": -43.494732586425137, "W31": -73.107132484781403, "S31": -73.107132484781403, "W32": -89.732307875752753, "S32": -94.732307875752753 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 501319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16627891301661782, "S11": 0.16627891301661779, "W12": -4.7357669593312286, "S12": -4.7357669593312286, "W13": -21.762770123876589, "S13": -21.762770123876589, "W21": -37.03014080577924, "S21": -37.354698600925303, "W22": -59.127335590972599, "S22": -95.377789861111907, "W31": -104.5826274298585, "S31": -104.5826274298585, "W32": -106.27690537994083, "S32": -111.27690537994083 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 505902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49521643506947916, "S11": 0.49521643506947916, "W12": -8.7105144949282991, "S12": -9.8362287806425837, "W13": -25.0, "S13": -26.142469343817279, "W21": -37.612525320427551, "S21": -37.612525320427551, "W22": -71.72829435119435, "S22": -75.758193975981555, "W31": -85.65974567193993, "S31": -85.65974567193993, "W32": -92.641192174712245, "S32": -97.641192174712245 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 509878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.28, "S11": 2.28, "W12": -14.32, "S12": -27.27, "W13": -27.280001, "S13": -27.280001, "W21": -41.869999, "S21": -41.869999, "W22": -39.145825661332552, "S22": -39.145825661332552, "W31": -68.0811926150771, "S31": -74.875728408659356, "W32": -98.508168834390617, "S32": -103.50816883439062 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7227714239988181, "S12": -9.6926647896843257, "W13": -17.447013465407831, "S13": -20.34326633778965, "W21": -53.17523419998642, "S21": -72.233113279520936, "W22": -39.123577989546618, "S22": -45.749178878499919, "W31": -67.046652144464488, "S31": -68.119665152961375, "W32": -92.428146179848966, "S32": -97.428146179848966 }, "geometry": { "type": "Point", "coordinates": [ 103288.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30443293380714331, "S11": -0.42988151516858775, "W12": -5.0, "S12": -10.312479928062174, "W13": -20.956284153005466, "S13": -20.956284153005466, "W21": -38.834472545537977, "S21": -38.834472545537977, "W22": -38.694107847209267, "S22": -52.020810591710685, "W31": -76.390136706413543, "S31": -84.020621954279349, "W32": -84.948180049019598, "S32": -89.948180049019598 }, "geometry": { "type": "Point", "coordinates": [ 103288.0, 508527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18164037450301415, "S11": 0.18164037450301415, "W12": -6.6227733856938897, "S12": -6.6227733856938924, "W13": -21.671366397551694, "S13": -21.959009881684036, "W21": -34.692835020539853, "S21": -34.692835020539853, "W22": -45.663364318212111, "S22": -46.812211863048432, "W31": -82.402604388426241, "S31": -82.428044296724906, "W32": -94.620883734652423, "S32": -99.620883734652423 }, "geometry": { "type": "Point", "coordinates": [ 103288.0, 509483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46251499550134961, "S11": 0.46251499550134961, "W12": -8.7874525179630361, "S12": -8.7874525179630361, "W13": -25.308406460638437, "S13": -25.334031285125942, "W21": -38.516088455881857, "S21": -38.516088455881857, "W22": -34.566530550074376, "S22": -34.566530550074376, "W31": -72.070877997665775, "S31": -72.070877997665775, "W32": -89.993907865657576, "S32": -94.993907865657576 }, "geometry": { "type": "Point", "coordinates": [ 103288.25, 509920.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72887753583614479, "S11": 0.72887753583614479, "W12": -5.031118989926548, "S12": -8.825442683116993, "W13": -24.791977662096446, "S13": -24.791977662096446, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -44.005481381545735, "W31": -70.0, "S31": -70.644282627148485, "W32": -93.989749820202917, "S32": -98.989749820202917 }, "geometry": { "type": "Point", "coordinates": [ 103288.4, 508939.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8860181137093668, "S11": 1.8860181137093668, "W12": -9.0516830493138372, "S12": -22.155385361750845, "W13": -31.568717996360537, "S13": -31.568717996360537, "W21": -37.949314585549956, "S21": -37.949314585549956, "W22": -38.882189117750727, "S22": -44.879397003358648, "W31": -66.973534768598938, "S31": -68.804684570357253, "W32": -93.583777602125764, "S32": -98.583777602125764 }, "geometry": { "type": "Point", "coordinates": [ 103288.428571428565192, 510888.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -10.0, "W13": -15.96, "S13": -16.58215096916912, "W21": -20.0, "S21": -20.819139699397613, "W22": -41.767831365981849, "S22": -49.337043001517529, "W31": -65.770734224039927, "S31": -70.713283247987519, "W32": -83.087907608695659, "S32": -88.087907608695659 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 496770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0050564410586618758, "S11": 0.0050564410586618758, "W12": -5.3747634981910597, "S12": -5.3747634981910597, "W13": -15.0, "S13": -16.850118570469469, "W21": -36.844810255278944, "S21": -38.695873137861028, "W22": -41.279751548457874, "S22": -51.369614565136231, "W31": -64.657655430945695, "S31": -70.959105123301057, "W32": -81.085039324543146, "S32": -86.085039324543146 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 498240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51067615658362997, "S11": 0.51067615658362997, "W12": -8.1957819845000639, "S12": -8.4593078709658531, "W13": -15.023335646656422, "S13": -20.023335646656424, "W21": -30.089274487614734, "S21": -32.87876567484453, "W22": -57.096757757434879, "S22": -71.097229150925841, "W31": -100.0, "S31": -100.0, "W32": -104.41608643457383, "S32": -109.41608643457383 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 499464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79497757847533634, "S11": 0.036000785361713472, "W12": -9.5961603526939037, "S12": -13.71257373767258, "W13": -14.966011472920533, "S13": -18.737154447095946, "W21": -60.000000000000007, "S21": -72.271389736044668, "W22": -51.352174944431908, "S22": -51.716280669946279, "W31": -98.816881500116708, "S31": -98.816881500116708, "W32": -98.816881500116708, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 501761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2755412795924581, "S11": 0.98846179306153625, "W12": -8.2716128811087639, "S12": -10.153284522899716, "W13": -20.0, "S13": -24.36578909317403, "W21": -36.879128677027872, "S21": -46.153174396242882, "W22": -44.077172979363638, "S22": -44.077172979363638, "W31": -77.871236500532504, "S31": -78.09193151125551, "W32": -91.576888847731468, "S32": -96.576888847731468 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.557240354449887, "S11": 1.4812998063774299, "W12": -7.701347657084276, "S12": -17.701347657084277, "W13": -19.15129151291513, "S13": -19.15129151291513, "W21": -33.349669242127021, "S21": -33.349669242127021, "W22": -39.830657614650399, "S22": -48.429046386783639, "W31": -67.154597786804715, "S31": -70.667679861247947, "W32": -90.62074300802206, "S32": -95.62074300802206 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 507547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3521657768726951, "S11": 1.3521657768726951, "W12": -7.2315547413961108, "S12": -17.23155474139611, "W13": -20.0, "S13": -20.0, "W21": -33.384879287122047, "S21": -33.384879287122047, "W22": -41.580744120453012, "S22": -50.793828873970114, "W31": -67.24718687196075, "S31": -73.85047267362755, "W32": -86.437732784452109, "S32": -91.437732784452109 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 507593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5052639043663256, "S11": 2.5052639043663256, "W12": -8.4606158677376175, "S12": -8.4606158677376175, "W13": -25.0, "S13": -25.0, "W21": -36.521222804077851, "S21": -36.521222804077851, "W22": -55.156603346901861, "S22": -76.172228346901861, "W31": -104.19485096813915, "S31": -104.19485096813915, "W32": -111.52453901923845, "S32": -116.52453901923845 }, "geometry": { "type": "Point", "coordinates": [ 103289.0, 510350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4257725247258808, "S12": -6.4257725247258808, "W13": -20.356130999757895, "S13": -20.562208776271209, "W21": -44.852395209878608, "S21": -44.852395209878608, "W22": -70.0, "S22": -82.974145765176303, "W31": -99.438697765419761, "S31": -99.438697765419761, "W32": -102.33626739777782, "S32": -107.33626739777782 }, "geometry": { "type": "Point", "coordinates": [ 103289.952380952381645, 516960.761904761893675 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0175902893373481, "S11": 1.0175902893373481, "W12": -9.4946428571428569, "S12": -16.061842773339375, "W13": -20.0, "S13": -23.0, "W21": -39.999999999999993, "S21": -42.999999999999993, "W22": -42.14816418508439, "S22": -51.004452552116469, "W31": -63.898097826086961, "S31": -64.810968752720854, "W32": -94.618571209710893, "S32": -99.618571209710893 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 503929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82903255715384594, "S11": -4.1709674428461536, "W12": -8.7149674730635756, "S12": -15.966484118721407, "W13": -20.0, "S13": -21.697464813746038, "W21": -34.414866709801451, "S21": -34.414866709801451, "W22": -43.616044748711133, "S22": -46.145257269116748, "W31": -75.728738539361373, "S31": -75.728738539361373, "W32": -97.41852440159937, "S32": -102.41852440159937 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 504705.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36267891997397528, "S11": -0.77452774111274447, "W12": -5.4048380647740908, "S12": -15.762249652433987, "W13": -20.0, "S13": -20.313033782501375, "W21": -38.016039291860906, "S21": -43.016039291860906, "W22": -39.999999999999993, "S22": -41.16399379203316, "W31": -68.890030848620114, "S31": -73.326518692553947, "W32": -96.489977686640657, "S32": -101.48997768664066 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7261206824454653, "S12": -8.7261206824454653, "W13": -25.0, "S13": -26.66580999645516, "W21": -35.834670823953189, "S21": -35.834670823953189, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -68.59421620840763, "S31": -73.892813599644285, "W32": -97.036904301866102, "S32": -102.0369043018661 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 509793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3075098990931155, "S11": 2.3075098990931155, "W12": -7.8528814016172506, "S12": -26.579511693138482, "W13": -30.0, "S13": -30.0, "W21": -38.107701638955483, "S21": -38.107701638955483, "W22": -41.12362385963818, "S22": -49.436256395233457, "W31": -65.601418502774493, "S31": -70.774231791252205, "W32": -82.823097826086951, "S32": -87.823097826086951 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 510807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81779486126189571, "S11": 0.81779486126189571, "W12": -8.6476732055425778, "S12": -13.732267043077591, "W13": -31.049783012656039, "S13": -31.049783012656039, "W21": -37.08948913001143, "S21": -37.08948913001143, "W22": -62.519727236649054, "S22": -71.243302443755553, "W31": -87.504538175683933, "S31": -87.504538175683933, "W32": -91.762376543073856, "S32": -96.762376543073856 }, "geometry": { "type": "Point", "coordinates": [ 103290.0, 511066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37459920482241715, "S11": 0.37459920482241715, "W12": -8.0705975503884453, "S12": -8.0705975503884453, "W13": -25.0, "S13": -25.893027313603223, "W21": -35.120399418552161, "S21": -35.120399418552161, "W22": -39.526182492430934, "S22": -39.526182492430934, "W31": -72.609507942830362, "S31": -72.901984932233546, "W32": -90.823420074350068, "S32": -95.823420074350068 }, "geometry": { "type": "Point", "coordinates": [ 103290.666666666671517, 509603.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86898342320750932, "S11": 0.60153033686224999, "W12": -9.9431009574259122, "S12": -13.770785159218146, "W13": -15.0, "S13": -16.992880433507331, "W21": -59.834133110786567, "S21": -73.015860335641747, "W22": -60.0, "S22": -65.924553623526663, "W31": -100.0, "S31": -100.0, "W32": -101.09708909795241, "S32": -106.09708909795241 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 501587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12143871838870027, "S11": 0.12143871838870027, "W12": -4.6177780575049843, "S12": -4.6177780575049843, "W13": -21.395015140144437, "S13": -21.395015140144437, "W21": -36.954300310787254, "S21": -37.329331096896453, "W22": -63.661079309629173, "S22": -71.045327544658448, "W31": -83.366514808966016, "S31": -83.366514808966016, "W32": -87.947007479995548, "S32": -92.947007479995548 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 505886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33841443644684066, "S11": -0.78532355264182296, "W12": -5.0497740397235109, "S12": -13.279601005630656, "W13": -20.0, "S13": -20.44225779275483, "W21": -38.21135556778755, "S21": -43.21135556778755, "W22": -50.410817657040326, "S22": -50.410817657040326, "W31": -87.680151883183967, "S31": -93.525929999050561, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6746925911864263, "S12": -8.6746925911864263, "W13": -25.0, "S13": -27.292803970223325, "W21": -35.728457001798141, "S21": -35.728457001798141, "W22": -44.730584353297431, "S22": -52.245720515382324, "W31": -80.692406244459747, "S31": -80.692406244459747, "W32": -99.11957960652974, "S32": -104.11957960652974 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 509767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50875976488910102, "S11": 0.50875976488910102, "W12": -5.0, "S12": -11.567278287461775, "W13": -31.189874695240196, "S13": -31.189874695240196, "W21": -38.962627521425418, "S21": -42.939650878296682, "W22": -43.378001371187445, "S22": -43.378001371187445, "W31": -75.647658941586712, "S31": -75.712591458619954, "W32": -94.826076243674322, "S32": -99.826076243674322 }, "geometry": { "type": "Point", "coordinates": [ 103291.0, 510514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1583374761723428, "S11": 3.1583374761723428, "W12": -8.7448157704348439, "S12": -8.7448157704348439, "W13": -21.289601279185142, "S13": -21.652169066360919, "W21": -39.778313808552312, "S21": -39.778313808552312, "W22": -39.241549368682087, "S22": -46.520790618047982, "W31": -67.065506761582625, "S31": -68.16070188903582, "W32": -91.967508114562477, "S32": -96.967508114562477 }, "geometry": { "type": "Point", "coordinates": [ 103291.54098360655189, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5479040319893373, "S12": -8.5553590687985803, "W13": -16.149196486509023, "S13": -20.664241344426017, "W21": -55.383134299285281, "S21": -74.963931971730432, "W22": -47.193953853697245, "S22": -47.193953853697245, "W31": -83.768988003574208, "S31": -95.360251966420023, "W32": -95.360251966420023, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 501217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3513526404817267, "S11": 0.35135264048172665, "W12": -4.8799096535742637, "S12": -7.8799096535742637, "W13": -18.709394205443374, "S13": -18.709394205443374, "W21": -35.510546753266013, "S21": -37.021831355601435, "W22": -42.127914030454406, "S22": -42.127914030454406, "W31": -68.311734363512727, "S31": -74.433048530824976, "W32": -97.717422121416178, "S32": -102.71742212141618 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 506903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1981672078815562, "S11": 1.7315291648069182, "W12": -7.791529622826876, "S12": -7.791529622826876, "W13": -16.723355136590996, "S13": -16.723355136590996, "W21": -32.861530979978603, "S21": -32.861530979978603, "W22": -39.364685194333141, "S22": -39.364685194333141, "W31": -68.157253384735085, "S31": -74.728780315638815, "W32": -98.225449197292406, "S32": -103.22544919729241 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 507400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2658957409691416, "S11": 1.1817333233593916, "W12": -5.043085088870785, "S12": -12.214175911605373, "W13": -24.941780086169551, "S13": -25.64485004087506, "W21": -38.566387905741685, "S21": -38.566387905741685, "W22": -38.55535124068178, "S22": -44.885537677330674, "W31": -66.877438941195095, "S31": -71.634664706867682, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103292.0, 509153.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3962455526684243, "S12": -6.3962455526684243, "W13": -20.593442292477487, "S13": -21.083000297840435, "W21": -45.776679934985417, "S21": -45.831709617962687, "W22": -39.090212328826567, "S22": -46.049955788497556, "W31": -67.041881938219589, "S31": -68.095908556762339, "W32": -92.315046837422855, "S32": -97.315046837422855 }, "geometry": { "type": "Point", "coordinates": [ 103292.094827586202882, 516618.219827586202882 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3994225023415252, "S12": -6.3994225023415252, "W13": -20.555559144734552, "S13": -20.994474976125286, "W21": -45.787742026729518, "S21": -45.787742026729532, "W22": -59.999999999999993, "S22": -70.0, "W31": -100.0, "S31": -100.0, "W32": -101.96378527946874, "S32": -106.96378527946874 }, "geometry": { "type": "Point", "coordinates": [ 103292.444444444437977, 516672.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36025745495359163, "S11": 0.36025745495359163, "W12": -6.4401985961052253, "S12": -6.4401985961052253, "W13": -20.154249247579898, "S13": -20.154249247579898, "W21": -43.978228579939803, "S21": -43.978228579939803, "W22": -67.726271687167639, "S22": -107.72627168716764, "W31": -107.72627168716764, "S31": -107.72627168716764, "W32": -107.72627168716764, "S32": -109.2359827257733 }, "geometry": { "type": "Point", "coordinates": [ 103292.942622950824443, 517248.983606557361782 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4997289498755899, "S11": -0.50027105012441009, "W12": -7.6771359265159873, "S12": -14.412096693734819, "W13": -15.341445882111318, "S13": -15.341445882111318, "W21": -32.084748983817832, "S21": -32.084748983817832, "W22": -73.61773700305811, "S22": -73.61773700305811, "W31": -93.595200752823089, "S31": -93.595200752823089, "W32": -100.11656675105928, "S32": -105.11656675105928 }, "geometry": { "type": "Point", "coordinates": [ 103293.0, 507212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76428571428571423, "S11": 0.76428571428571423, "W12": -4.9999999999999991, "S12": -10.847661989869408, "W13": -20.0, "S13": -20.0, "W21": -33.925700483420151, "S21": -33.925700483420151, "W22": -67.502291652869843, "S22": -74.196873821291234, "W31": -84.412903629024669, "S31": -84.412903629024669, "W32": -88.569270002406299, "S32": -93.569270002406299 }, "geometry": { "type": "Point", "coordinates": [ 103293.0, 507916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29562943123549928, "S11": -0.29562943123549928, "W12": -6.8553342692716628, "S12": -21.855334269271662, "W13": -24.793714496643066, "S13": -24.793714496643066, "W21": -34.451173237598496, "S21": -34.451173237598496, "W22": -38.425841290512217, "S22": -43.425841290512217, "W31": -70.217581417084816, "S31": -70.217581417084816, "W32": -92.268685772045743, "S32": -97.268685772045743 }, "geometry": { "type": "Point", "coordinates": [ 103293.0, 509400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.063820821516115289, "S11": -0.063820821516115289, "W12": -11.601311712131377, "S12": -11.601311712131377, "W13": -19.68352340998446, "S13": -29.657120056026777, "W21": -33.971828528502165, "S21": -33.971828528502165, "W22": -38.416725117586388, "S22": -41.137666724357111, "W31": -61.352116485771091, "S31": -68.21977686733976, "W32": -80.842291267854506, "S32": -85.842291267854506 }, "geometry": { "type": "Point", "coordinates": [ 103293.285714285710128, 511843.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73852017937219738, "S11": -0.042072757216172318, "W12": -9.6078843492079766, "S12": -13.617579367978861, "W13": -14.972608402227097, "S13": -18.750879413720568, "W21": -59.759461193072475, "S21": -71.981596805119509, "W22": -54.370106860450946, "S22": -54.370106860450946, "W31": -90.000000000000014, "S31": -90.281809264523673, "W32": -95.385617904965258, "S32": -100.38561790496526 }, "geometry": { "type": "Point", "coordinates": [ 103294.0, 501763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2365973220660582, "S11": 1.2365973220660582, "W12": -9.0283500272008705, "S12": -16.633952268097229, "W13": -31.475911704145251, "S13": -31.475911704145251, "W21": -36.932978818426591, "S21": -36.932978818426591, "W22": -68.995004565719498, "S22": -80.094883255569883, "W31": -100.33370464672183, "S31": -100.33370464672183, "W32": -103.50721562943701, "S32": -108.50721562943701 }, "geometry": { "type": "Point", "coordinates": [ 103294.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8995436033944781, "S11": 1.8995436033944781, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.463724141392781, "S13": -22.805146745593085, "W21": -39.671562555929661, "S21": -40.257890467769457, "W22": -73.287412968187027, "S22": -85.666039730444638, "W31": -89.278546052092054, "S31": -89.278546052092054, "W32": -95.599581147881224, "S32": -100.59958114788122 }, "geometry": { "type": "Point", "coordinates": [ 103294.857142857144936, 514053.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.065440798157475957, "S11": -0.065440798157475957, "W12": -11.609667629676702, "S12": -11.609667629676702, "W13": -19.677827102689484, "S13": -29.67338927110902, "W21": -33.972019973282102, "S21": -33.972019973282102, "W22": -44.299581069906601, "S22": -47.920369473684467, "W31": -68.998206507814501, "S31": -69.341351900828997, "W32": -96.308813058005143, "S32": -101.30881305800514 }, "geometry": { "type": "Point", "coordinates": [ 103294.941176470587379, 511846.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22842169801761852, "S11": 0.15245493756482792, "W12": -5.9929479366184921, "S12": -10.992947936618492, "W13": -19.515577765979064, "S13": -19.95871502088103, "W21": -37.490307470520591, "S21": -41.080492080743234, "W22": -47.432651049995179, "S22": -51.6920781079167, "W31": -80.156006705557232, "S31": -80.156006705557232, "W32": -99.680714186535766, "S32": -104.68071418653577 }, "geometry": { "type": "Point", "coordinates": [ 103295.0, 505601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.036197303558440794, "S11": -0.036197303558440794, "W12": -10.260483408439164, "S12": -10.260483408439164, "W13": -24.264544331029434, "S13": -28.062066155867505, "W21": -36.407482458264489, "S21": -36.407482458264489, "W22": -37.902319460477422, "S22": -45.761212839542637, "W31": -66.711328311545898, "S31": -75.858766834672068, "W32": -98.02171229595784, "S32": -103.02171229595784 }, "geometry": { "type": "Point", "coordinates": [ 103295.0, 511464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.0532696158351289, "S12": -12.391400821260067, "W13": -24.84158013566805, "S13": -24.84158013566805, "W21": -39.033169640570804, "S21": -39.033169640570804, "W22": -62.059393473363812, "S22": -62.059393473363812, "W31": -75.239998, "S31": -75.239998, "W32": -84.941380234391119, "S32": -89.941380234391119 }, "geometry": { "type": "Point", "coordinates": [ 103296.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4179064227605735, "W12": -5.7625501763976157, "S12": -11.127129893144083, "W13": -24.873166361593025, "S13": -24.995307480814304, "W21": -38.942588148964937, "S21": -38.942588148964937, "W22": -50.43329699683774, "S22": -53.909832405637928, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.00000000000001, "S32": -103.44141261018473 }, "geometry": { "type": "Point", "coordinates": [ 103296.0, 509121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0201726232570554, "S11": 1.9542451462602566, "W12": -10.0, "S12": -11.800976800976802, "W13": -28.33644165017536, "S13": -28.33644165017536, "W21": -38.856566807125368, "S21": -38.856566807125368, "W22": -55.242758680526649, "S22": -102.07775890477207, "W31": -106.7569407041081, "S31": -106.7569407041081, "W32": -111.12811022493911, "S32": -116.12811022493911 }, "geometry": { "type": "Point", "coordinates": [ 103296.0, 510133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4151351403849812, "S12": -6.4151351403849812, "W13": -20.320192388241651, "S13": -20.521525079289145, "W21": -44.775147136605582, "S21": -44.775147136605582, "W22": -39.613639016305775, "S22": -39.613639016305775, "W31": -68.236415505753953, "S31": -74.576431370356246, "W32": -97.945564730481621, "S32": -102.94556473048162 }, "geometry": { "type": "Point", "coordinates": [ 103296.428571428565192, 517008.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33849567180166518, "S11": -0.33849567180166518, "W12": -6.7637247986487017, "S12": -20.174997745936228, "W13": -22.891927471892899, "S13": -22.891927471892899, "W21": -34.159923342596365, "S21": -34.159923342596365, "W22": -36.66, "S22": -36.66, "W31": -67.394658512882714, "S31": -76.187854989309841, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103296.5, 509411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3847170235568565, "S11": 0.3847170235568565, "W12": -12.582496092141149, "S12": -12.582496092141149, "W13": -20.627022802987, "S13": -25.962974852086145, "W21": -36.09136370745393, "S21": -36.147971340863272, "W22": -38.022116237103234, "S22": -45.112839639290286, "W31": -66.504819554235794, "S31": -69.786132862898441, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103296.7, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0905285424859987, "S11": 0.62708341156513958, "W12": -3.5310139583303388, "S12": -3.531013958330337, "W13": -12.578790679308927, "S13": -12.578790679308927, "W21": -51.278490558187649, "S21": -64.966902648211985, "W22": -39.18974142430573, "S22": -46.632913634852386, "W31": -67.055623767570268, "S31": -68.125629031123921, "W32": -91.976085165066181, "S32": -96.976085165066181 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 502516.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13714015386246003, "S11": 0.03500757421189428, "W12": -5.0, "S12": -8.3694456630234821, "W13": -19.708105833051327, "S13": -19.708105833051327, "W21": -37.62993695974675, "S21": -43.188646595651264, "W22": -41.76436301059428, "S22": -51.156971311109274, "W31": -64.800102439692111, "S31": -71.01008982404872, "W32": -81.478111265324998, "S32": -86.478111265324998 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60580057741781312, "S11": 0.32071954948181391, "W12": -5.0150478796169624, "S12": -5.0150478796169624, "W13": -22.692487739116881, "S13": -22.692487739116881, "W21": -38.318315955029853, "S21": -40.162644753587536, "W22": -38.383847596902591, "S22": -41.264700741971275, "W31": -60.958097531386443, "S31": -67.963181975575793, "W32": -80.467200503709265, "S32": -85.467200503709265 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7592242047067472, "S12": -22.777486160102885, "W13": -26.825135817387643, "S13": -26.889509081597957, "W21": -38.629977337577593, "S21": -38.629977337577593, "W22": -40.543783299916448, "S22": -41.060148887468166, "W31": -68.269146011291369, "S31": -69.200591816116713, "W32": -93.048492425531748, "S32": -98.048492425531748 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 509293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7912775061124695, "S11": 1.7912775061124695, "W12": -11.041892226072607, "S12": -31.041892226072605, "W13": -31.041892226072605, "S13": -31.041892226072605, "W21": -40.538020817157452, "S21": -40.870588751940062, "W22": -43.488223091097993, "S22": -46.684277267101784, "W31": -74.454631678785972, "S31": -74.454631678785972, "W32": -97.54212995928502, "S32": -102.54212995928502 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0449449877750614, "S11": 2.0449449877750614, "W12": -13.337798594847776, "S12": -27.056370023419205, "W13": -27.778563208884414, "S13": -27.778563208884414, "W21": -41.713856011061942, "S21": -41.742619598018464, "W22": -39.979354812046765, "S22": -39.979354812046765, "W31": -74.275878637492724, "S31": -78.536959235270217, "W32": -94.020662477367139, "S32": -99.020662477367139 }, "geometry": { "type": "Point", "coordinates": [ 103297.0, 510607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27734714405719463, "S11": 0.27734714405719463, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.661248634926856, "W21": -36.134861331186229, "S21": -44.430074994860028, "W22": -36.948195083960513, "S22": -37.850754273778591, "W31": -67.026955049205839, "S31": -72.051525617649261, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 498647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9780401089718644, "S11": 2.9780401089718644, "W12": -8.6798131532121392, "S12": -8.6798131532121392, "W13": -20.117844018893486, "S13": -20.117844018893486, "W21": -50.749320446994865, "S21": -70.749320446994858, "W22": -39.600559644211252, "S22": -48.138950107288288, "W31": -67.115547951938353, "S31": -70.29018975228098, "W32": -90.968113553421574, "S32": -95.968113553421574 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 500448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9348526145770237, "S11": 2.9348526145770237, "W12": -9.2819035462060473, "S12": -9.2819035462060473, "W13": -20.09311616032678, "S13": -20.09311616032678, "W21": -50.0, "S21": -68.547667638483972, "W22": -60.0, "S22": -70.920473027920849, "W31": -100.0, "S31": -100.0, "W32": -102.5127172108467, "S32": -107.5127172108467 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 500759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2300992468211325, "S11": -0.76990075317886753, "W12": -7.3178637963395055, "S12": -12.264787341877124, "W13": -15.23110502439442, "S13": -15.23110502439442, "W21": -32.54500683090464, "S21": -32.54500683090464, "W22": -70.7506469066102, "S22": -95.638414990943176, "W31": -97.907308657465492, "S31": -97.907308657465492, "W32": -101.67084257060777, "S32": -106.67084257060777 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 507176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.3042278361121555, "W13": -24.226050224396616, "S13": -24.226050224396616, "W21": -40.0, "S21": -40.0, "W22": -72.633511686698156, "S22": -77.550016094076071, "W31": -88.63226306407104, "S31": -88.63226306407104, "W32": -94.432099522000257, "S32": -99.432099522000257 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.1637940345337547, "S12": -12.521253501872851, "W13": -24.846048567275471, "S13": -24.846048567275471, "W21": -39.265458032420284, "S21": -39.265458032420284, "W22": -47.32705984642859, "S22": -51.948235004998324, "W31": -80.250010746085323, "S31": -80.250010746085323, "W32": -99.742639365007022, "S32": -104.74263936500702 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0785146699266503, "S11": 2.0785146699266503, "W12": -13.379566497628005, "S12": -25.761673640485149, "W13": -27.692927817711325, "S13": -27.693296999091743, "W21": -41.549350070796464, "S21": -41.549350070796464, "W22": -38.583244588199044, "S22": -51.223200035049445, "W31": -73.400108999448562, "S31": -81.591108351183408, "W32": -85.845891384702881, "S32": -90.845891384702881 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.87, "S11": 1.87, "W12": -12.33, "S12": -32.23, "W13": -32.240002, "S13": -32.250002, "W21": -39.8949985, "S21": -39.8949985, "W22": -40.0, "S22": -42.988095389615076, "W31": -69.61386902578468, "S31": -71.690155337375842, "W32": -94.936774265624905, "S32": -99.936774265624905 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.369664175301512, "S12": -13.672386858949482, "W13": -21.369275447515513, "S13": -29.832857808000266, "W21": -39.60728531185579, "S21": -40.004907697071836, "W22": -39.537412138246559, "S22": -39.537412138246559, "W31": -68.220166837050286, "S31": -74.607000885155614, "W32": -97.985965907077301, "S32": -102.9859659070773 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 513411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3420790302642676, "S11": 1.3420790302642676, "W12": -9.571845847768385, "S12": -14.908719762946911, "W13": -20.0, "S13": -23.0, "W21": -40.0, "S21": -42.395016712244214, "W22": -37.276915272975238, "S22": -37.276915272975238, "W31": -67.575948287254192, "S31": -75.840265349485691, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103298.166666666671517, 504011.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98, "S11": -0.98, "W12": -6.73, "S12": -22.779999, "W13": -27.129999, "S13": -27.209999, "W21": -37.439999, "S21": -37.439999, "W22": -34.579298698549387, "S22": -45.921330292230508, "W31": -78.880865124661526, "S31": -78.880865124661526, "W32": -85.411329755516235, "S32": -90.411329755516235 }, "geometry": { "type": "Point", "coordinates": [ 103298.5, 509284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34625496986020265, "S11": 0.34625496986020265, "W12": -7.7977471898392636, "S12": -7.7977471898392636, "W13": -25.123974853220805, "S13": -25.123974853220805, "W21": -34.894076702352933, "S21": -34.894076702352933, "W22": -65.740642864274619, "S22": -73.024864985560157, "W31": -86.114303515372271, "S31": -86.114303515372271, "W32": -89.352404040677072, "S32": -94.352404040677072 }, "geometry": { "type": "Point", "coordinates": [ 103298.75, 509562.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3892680060763194, "S12": -6.3892680060763194, "W13": -20.518271262857407, "S13": -20.950129923646902, "W21": -45.702357927701229, "S21": -45.702357927701236, "W22": -38.774831232537416, "S22": -52.040705040456238, "W31": -75.884615918778636, "S31": -82.693908851920114, "W32": -84.925272098891725, "S32": -89.925272098891725 }, "geometry": { "type": "Point", "coordinates": [ 103298.766666666662786, 516721.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9315893523593486, "S12": -11.476595214983078, "W13": -15.394940621168093, "S13": -15.648156616381495, "W21": -58.10409758408337, "S21": -63.743327723313513, "W22": -35.02170907534861, "S22": -47.579326694363004, "W31": -79.999999999999986, "S31": -84.156723435377685, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 501424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11632307475208781, "W12": -9.8126736436005579, "S12": -13.705927875263352, "W13": -15.000000000000002, "S13": -17.307930544456159, "W21": -59.550907573544748, "S21": -72.663320002537944, "W22": -38.13675673067462, "S22": -41.726577123726372, "W31": -66.474953198783993, "S31": -66.961703961864401, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 501620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22191575945701453, "S11": -5.8121807188738677, "W12": -10.045226188863005, "S12": -12.731390920607183, "W13": -21.31530287143061, "S13": -22.141361440801727, "W21": -37.064816833623837, "S21": -46.608033859829135, "W22": -42.840156474648417, "S22": -48.997678589749924, "W31": -65.827219544185411, "S31": -70.818585574905612, "W32": -83.350067934782615, "S32": -88.350067934782615 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 505332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.030692089740322837, "S11": -2.9693079102596771, "W12": -5.0, "S12": -6.8649348007143054, "W13": -20.742837338262476, "S13": -20.742837338262476, "W21": -39.216706147952493, "S21": -44.216706147952493, "W22": -57.671441274142708, "S22": -70.654307807852803, "W31": -100.0, "S31": -100.0, "W32": -103.75129417345235, "S32": -108.75129417345235 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 505724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23570610108181855, "S11": 0.23570610108181855, "W12": -4.8082680345323539, "S12": -4.8082680345323539, "W13": -21.629357083084926, "S13": -21.629357083084926, "W21": -37.483392712443212, "S21": -37.483392712443212, "W22": -50.922473087365617, "S22": -50.926173464537598, "W31": -95.289074184540979, "S31": -95.289074184540979, "W32": -95.289074184540979, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36882000692852079, "S11": -0.48246529121695858, "W12": -5.3275401069518713, "S12": -12.280780520594366, "W13": -20.735428051001826, "S13": -20.735428051001826, "W21": -38.614783259444515, "S21": -38.614783259444515, "W22": -45.316962737826593, "S22": -45.316962737826593, "W31": -80.0, "S31": -80.312730438344943, "W32": -93.979882038689865, "S32": -98.979882038689865 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 508509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087009594882729219, "S11": -0.087009594882729219, "W12": -12.580447714738042, "S12": -12.580447714738042, "W13": -19.642310077110711, "S13": -34.642310077110707, "W21": -34.708846787269934, "S21": -34.708846787269934, "W22": -37.272826477409573, "S22": -38.409204674715888, "W31": -66.871108872722559, "S31": -67.726169837148674, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103299.0, 512141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -10.0, "W13": -15.96, "S13": -16.662582637759822, "W21": -36.429743873841161, "S21": -37.312578505123419, "W22": -38.724660881371015, "S22": -45.125202382344028, "W31": -66.937176464842707, "S31": -68.59191989988264, "W32": -93.757252652999441, "S32": -98.757252652999441 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 496797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.667624873466246, "S11": 3.667624873466246, "W12": -8.4926863441647829, "S12": -8.4926863441647829, "W13": -21.082756163641957, "S13": -21.082756163641957, "W21": -53.270462096043488, "S21": -71.782366857948247, "W22": -39.103443614875999, "S22": -42.093752811228889, "W31": -68.001942303190063, "S31": -73.001942303190063, "W32": -87.2919785788322, "S32": -92.2919785788322 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 500545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13279618580389338, "S11": 0.13279618580389338, "W12": -5.0364582150239636, "S12": -8.3044810013952137, "W13": -19.769359006285374, "S13": -19.769359006285374, "W21": -37.799272224863302, "S21": -43.327771097621827, "W22": -34.365944226218474, "S22": -45.831079193880313, "W31": -80.0, "S31": -81.212738350445292, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 505668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62837772560299143, "S11": 0.32630286799517183, "W12": -5.0, "S12": -5.0, "W13": -22.644742788895186, "S13": -22.644742788895186, "W21": -38.444082103494139, "S21": -40.232579890742194, "W22": -38.927232793734973, "S22": -45.81349065461125, "W31": -67.000188924217611, "S31": -67.968432150525373, "W32": -92.702948150888346, "S32": -97.702948150888346 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 505950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.28181084767062, "S12": -8.28181084767062, "W13": -25.0, "S13": -27.293774806768329, "W21": -35.300021956350207, "S21": -35.300021956350207, "W22": -48.178143020925923, "S22": -48.178143020925923, "W31": -88.400692244110758, "S31": -88.400692244110758, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 509674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38737178846346093, "S11": 0.3176020474548279, "W12": -7.7807169065876423, "S12": -7.7807169065876423, "W13": -27.358054335571975, "S13": -27.358054335571975, "W21": -38.987036892629717, "S21": -38.987036892629717, "W22": -40.728404308438549, "S22": -46.718842773129168, "W31": -60.0, "S31": -60.289896231567447, "W32": -93.916985324369847, "S32": -98.916985324369847 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7749386845039017, "S11": 1.7749386845039017, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.482290631837198, "S13": -23.548816398049194, "W21": -39.711280108725646, "S21": -39.879166641912001, "W22": -46.102860266429381, "S22": -47.512641515358979, "W31": -81.721909302838597, "S31": -81.740977893543246, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103300.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97813689678019777, "S11": 0.97813689678019777, "W12": -5.3908874771014936, "S12": -15.390887477101494, "W13": -20.0, "S13": -20.0, "W21": -33.300367109070365, "S21": -33.300367109070365, "W22": -43.595895325198043, "S22": -43.595895325198043, "W31": -80.0, "S31": -80.318666958779176, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103300.666666666671517, 507722.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33626062719981598, "S11": 0.33626062719981598, "W12": -6.4269093143096114, "S12": -6.4269093143096114, "W13": -20.116342192135967, "S13": -20.116342192135956, "W21": -43.909029713103813, "S21": -43.909029713103813, "W22": -71.884188973562317, "S22": -74.194268619426396, "W31": -86.164072008380089, "S31": -86.164072008380089, "W32": -93.431658278261622, "S32": -98.431658278261622 }, "geometry": { "type": "Point", "coordinates": [ 103300.704918032788555, 517298.34426229505334 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35901299738554748, "S11": 0.35901299738554748, "W12": -8.353314774477564, "S12": -8.353314774477564, "W13": -15.801371831261493, "S13": -16.968911327243564, "W21": -31.067523987255679, "S21": -31.604020790938918, "W22": -55.629166666666663, "S22": -75.794510582010588, "W31": -103.17727762102152, "S31": -103.17727762102152, "W32": -111.11311868470628, "S32": -116.11311868470628 }, "geometry": { "type": "Point", "coordinates": [ 103301.0, 497558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073936508364086842, "S11": -0.073936508364086842, "W12": -11.726304463012024, "S12": -11.726304463012024, "W13": -19.654471954856881, "S13": -31.439471222399241, "W21": -34.063524525306917, "S21": -34.063524525306917, "W22": -57.73857815916373, "S22": -99.62078203392872, "W31": -105.11562943739902, "S31": -105.11562943739902, "W32": -106.79705590473041, "S32": -111.79705590473041 }, "geometry": { "type": "Point", "coordinates": [ 103301.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6844440922418578, "S12": -8.6844440922418578, "W13": -14.94771615142545, "S13": -19.231848232404896, "W21": -34.045832784919348, "S21": -38.925992192832808, "W22": -41.724298646221357, "S22": -41.724298646221357, "W31": -72.467459324155186, "S31": -72.467459324155186, "W32": -93.177836413354484, "S32": -98.177836413354484 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1414896178533631, "S12": -10.588753272313047, "W13": -15.587136546117279, "S13": -16.729986208367894, "W21": -57.179204972161074, "S21": -67.668148461104565, "W22": -39.943080579096879, "S22": -41.803570652428974, "W31": -64.889080109975438, "S31": -66.517095954411886, "W32": -93.030894166131063, "S32": -98.030894166131063 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 501360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5771073191440825, "S12": -11.043935776046981, "W13": -15.483076612970958, "S13": -15.730262034764957, "W21": -57.653955471340595, "S21": -65.319393636778756, "W22": -39.533846098514559, "S22": -42.370538142103335, "W31": -60.0, "S31": -60.0, "W32": -93.158619058952212, "S32": -98.158619058952212 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41222432483245025, "S11": 0.41222432483245025, "W12": -4.2341940565700282, "S12": -4.2341940565700282, "W13": -21.593317422434176, "S13": -21.593317422434176, "W21": -35.703348826175365, "S21": -39.900116928753647, "W22": -45.324227651135544, "S22": -46.586197343165331, "W31": -81.562418849436483, "S31": -81.592375541346911, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74351291170422074, "S11": 0.37045385284877236, "W12": -5.7045446129084594, "S12": -5.7045446129084594, "W13": -23.402456231221713, "S13": -23.402456231221713, "W21": -38.754850666350308, "S21": -40.952461713719664, "W22": -40.712738279104002, "S22": -45.005207319056147, "W31": -70.0, "S31": -70.335379327277209, "W32": -93.664788398025365, "S32": -98.664788398025365 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44768455122619194, "S11": 0.44768455122619194, "W12": -5.0, "S12": -5.0, "W13": -24.03030870465367, "S13": -24.03030870465367, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -73.296064681793027, "S31": -73.296064681793027, "W32": -92.65628732977622, "S32": -97.65628732977622 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50797003340785207, "S11": 0.50797003340785207, "W12": -5.9653567535229763, "S12": -19.448318745659279, "W13": -30.0, "S13": -30.0, "W21": -38.97387468104845, "S21": -41.041663926024007, "W22": -39.999999999999993, "S22": -43.96610622510169, "W31": -70.0, "S31": -70.776813772550298, "W32": -93.97709070850506, "S32": -98.97709070850506 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 510539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8336504854368934, "S11": 1.8336504854368934, "W12": -11.483829655073944, "S12": -26.501463828129804, "W13": -31.460333819944594, "S13": -31.460333819944594, "W21": -39.501670990265488, "S21": -39.501670990265488, "W22": -54.496482828091878, "S22": -54.496482828091878, "W31": -69.94150349425604, "S31": -70.063627048348451, "W32": -87.909379521061979, "S32": -92.909379521061979 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 510669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5255560411810412, "S11": 2.5255560411810412, "W12": -7.133986483067245, "S12": -7.133986483067245, "W13": -29.340939597315433, "S13": -29.340939597315433, "W21": -37.056334984804344, "S21": -37.056334984804344, "W22": -67.92212518195052, "S22": -76.124292529614408, "W31": -101.06785548865216, "S31": -101.06785548865216, "W32": -103.27364385187711, "S32": -108.27364385187711 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 510757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2866710679459716, "S11": 2.2866710679459716, "W12": -7.4765588769381202, "S12": -28.124402267654798, "W13": -30.872652155617612, "S13": -30.872652155617612, "W21": -36.757554480249333, "S21": -36.757554480249333, "W22": -45.848713384039257, "S22": -45.848713384039257, "W31": -83.572790412637886, "S31": -96.838883231514643, "W32": -96.838883231514643, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103302.0, 510833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32946688140433128, "S11": 0.32946688140433128, "W12": -4.2841314715358969, "S12": -4.4812647374760806, "W13": -21.550064774392705, "S13": -21.550064774392705, "W21": -36.383455527094178, "S21": -40.555421285605384, "W22": -46.709886086235414, "S22": -48.297096247216004, "W31": -80.210043406930879, "S31": -80.535791909924839, "W32": -99.627838828892024, "S32": -104.62783882889202 }, "geometry": { "type": "Point", "coordinates": [ 103302.4, 505789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0033313172945855785, "S11": -0.0033313172945855785, "W12": -6.4874920737821045, "S12": -13.03902386057119, "W13": -20.415493781191625, "S13": -20.415493781191625, "W21": -33.379276827763377, "S21": -33.379276827763377, "W22": -44.239627690025316, "S22": -44.239627690025316, "W31": -80.0, "S31": -80.377492618043945, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103302.5, 509453.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3518348531249202, "S12": -6.3518348531249202, "W13": -20.914685787324665, "S13": -21.82458580892202, "W21": -43.841558862734985, "S21": -43.841558862734985, "W22": -40.0, "S22": -42.347533166176653, "W31": -69.39074177549449, "S31": -72.36476163590082, "W32": -95.478023210879954, "S32": -100.47802321087995 }, "geometry": { "type": "Point", "coordinates": [ 103302.613333333327319, 516149.493333333346527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4044977560440479, "S12": -6.4044977560440479, "W13": -20.2842537767254, "S13": -20.480841382307197, "W21": -44.697899063332699, "S21": -44.697899063332699, "W22": -40.0, "S22": -42.001404285829437, "W31": -69.229687138045477, "S31": -72.673077751983342, "W32": -95.775794368058229, "S32": -100.77579436805823 }, "geometry": { "type": "Point", "coordinates": [ 103302.904761904763291, 517055.523809523787349 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8764165147793008, "S12": -8.4134535518163371, "W13": -13.955888248765673, "S13": -18.443413361666405, "W21": -32.386520809757322, "S21": -35.386520809757322, "W22": -41.380896103950334, "S22": -41.380896103950334, "W31": -68.536166148213965, "S31": -74.000724700828471, "W32": -97.058033432642318, "S32": -102.05803343264232 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 499423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49583792011043659, "S11": 0.49583792011043659, "W12": -7.905521292361291, "S12": -12.851930048540046, "W13": -16.126375467775468, "S13": -20.802665394065393, "W21": -29.78800121350298, "S21": -29.78800121350298, "W22": -68.332706665950482, "S22": -84.224116714572844, "W31": -100.63810409832053, "S31": -100.63810409832053, "W32": -103.59014372235319, "S32": -108.59014372235319 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 499590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8933302769697737, "W12": -8.5584739494366708, "S12": -9.1439146896395638, "W13": -20.0, "S13": -22.532451678535097, "W21": -37.933475874057137, "S21": -47.933475874057137, "W22": -46.219857543737334, "S22": -53.096676661305473, "W31": -80.708030432913631, "S31": -80.708030432913631, "W32": -99.88173457401146, "S32": -104.88173457401146 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4202483518130089, "S11": 1.5080107775117568, "W12": -8.4839674871607471, "S12": -8.4839674871607453, "W13": -20.0, "S13": -23.172329603255342, "W21": -37.528876584904459, "S21": -47.390093993955944, "W22": -46.262454084236246, "S22": -47.746313992799017, "W31": -81.494983823021585, "S31": -81.5113818739961, "W32": -95.169058931885161, "S32": -100.16905893188516 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 504323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60352410797734879, "S11": 0.60352410797734879, "W12": -5.9838184603600153, "S12": -11.626660743908424, "W13": -20.0, "S13": -20.0, "W21": -34.218344256983869, "S21": -34.218344256983869, "W22": -38.466811753228065, "S22": -38.466811753228065, "W31": -67.931482289433603, "S31": -75.158037520860347, "W32": -98.896232767480583, "S32": -103.89623276748058 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 507942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4422326307572204, "S11": 2.4422326307572204, "W12": -5.9683289998422957, "S12": -12.669566980416914, "W13": -24.827267190675517, "S13": -24.827267190675517, "W21": -38.858731202318879, "S21": -38.858731202318879, "W22": -39.551056858824566, "S22": -39.551056858824566, "W31": -72.608650877687225, "S31": -72.959254797071821, "W32": -91.15799256505575, "S32": -96.15799256505575 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 509057.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1222391469915613, "S11": -0.1222391469915613, "W12": -6.5302180799734497, "S12": -14.791684345246688, "W13": -20.227823935977248, "S13": -20.230369106658184, "W21": -33.302307559961186, "S21": -33.302307559961186, "W22": -57.775082206707047, "S22": -98.005299651324066, "W31": -105.06084745140282, "S31": -105.06084745140282, "W32": -106.46994831200479, "S32": -111.46994831200479 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 509444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6465568142808102, "S11": 1.6465568142808102, "W12": -4.9337021142976774, "S12": -17.528655687168087, "W13": -30.0, "S13": -30.0, "W21": -34.120221378230376, "S21": -38.288516989818092, "W22": -40.0, "S22": -50.117731961253227, "W31": -67.176631492511433, "S31": -73.428286219189516, "W32": -89.823176837069582, "S32": -94.823176837069582 }, "geometry": { "type": "Point", "coordinates": [ 103303.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.077768883613605636, "S11": -1.3764882757175601, "W12": -5.0, "S12": -7.4564569862732686, "W13": -20.136610443622921, "S13": -20.136610443622921, "W21": -38.707912013379769, "S21": -44.023434467587933, "W22": -60.131059396210702, "S22": -60.131059396210702, "W31": -69.850901215094936, "S31": -70.333749543182449, "W32": -87.151845965546912, "S32": -92.151845965546912 }, "geometry": { "type": "Point", "coordinates": [ 103303.5, 505699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000009, "S12": -5.9052350640613342, "W13": -15.000000000000002, "S13": -18.60926176145437, "W21": -37.322667061975203, "S21": -44.483507628347255, "W22": -54.6625, "S22": -76.88075396825397, "W31": -103.84352066164681, "S31": -103.84352066164681, "W32": -111.39108865673346, "S32": -116.39108865673346 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72242627966708306, "S11": 0.72242627966708306, "W12": -10.0, "S12": -10.0, "W13": -16.08847282348669, "S13": -17.774729571919604, "W21": -36.381834574844895, "S21": -48.574046670950942, "W22": -55.081411126187248, "S22": -97.259907524746666, "W31": -106.12476006413655, "S31": -107.48735009379338, "W32": -112.33265399326368, "S32": -117.33265399326368 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 499996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8120926609496268, "S11": 2.8120926609496268, "W12": -8.8073155394001201, "S12": -8.8073155394001201, "W13": -19.867329134780856, "S13": -19.867329134780856, "W21": -50.0, "S21": -70.0, "W22": -51.817299415856311, "S22": -96.853478588903783, "W31": -108.78963293351818, "S31": -108.78963293351818, "W32": -113.08497017314129, "S32": -118.08497017314129 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3481531074494586, "S11": 3.3481531074494586, "W12": -5.3296170625304695, "S12": -5.3296170625304695, "W13": -15.991427749313784, "S13": -15.991427749313784, "W21": -42.377292185802261, "S21": -55.6583974650352, "W22": -42.90074459602998, "S22": -51.278551509066205, "W31": -63.205163043478265, "S31": -64.109768905484458, "W32": -94.678656598348681, "S32": -99.678656598348681 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 502747.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3153833884923654, "S11": 1.3138796130561428, "W12": -9.6134362074053499, "S12": -14.921197135148438, "W13": -20.007726138119576, "S13": -23.007726138119576, "W21": -40.0, "S21": -41.961713764813126, "W22": -45.570295126037209, "S22": -52.475134159709803, "W31": -80.733447532372267, "S31": -80.733447532372267, "W32": -99.537158764958406, "S32": -104.53715876495841 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 504015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33818737025886653, "S11": -3.2743414498820922, "W12": -10.374316709935412, "S12": -17.034166808581769, "W13": -22.604523532526024, "S13": -25.41688762995523, "W21": -34.611350535420122, "S21": -34.611350535420122, "W22": -47.120151628214174, "S22": -52.57216250156749, "W31": -80.478187220345845, "S31": -80.478187220345845, "W32": -99.898011569775605, "S32": -104.8980115697756 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 505013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21775799825718911, "S11": 0.21775799825718911, "W12": -5.0000000000000009, "S12": -8.3022401974625133, "W13": -23.210528397927039, "S13": -23.210528397927039, "W21": -39.592560705946788, "S21": -39.592560705946788, "W22": -36.600008500517482, "S22": -49.413439911434438, "W31": -80.0, "S31": -85.544701986754973, "W32": -85.544701986754973, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 508761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1661474531375138, "S12": -8.1661474531375138, "W13": -25.0, "S13": -26.96780864842281, "W21": -35.174451407558387, "S21": -35.174451407558387, "W22": -40.0, "S22": -42.976152596231763, "W31": -69.563377475414981, "S31": -71.702409586407896, "W32": -94.918515260059905, "S32": -99.918515260059905 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 509650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4075617314805558, "S11": 0.3926750511738355, "W12": -8.2550927467612798, "S12": -8.2550927467612798, "W13": -26.040063036438092, "S13": -26.040063036438092, "W21": -38.976665238642255, "S21": -38.976665238642255, "W22": -41.909564366569526, "S22": -50.959852158147839, "W31": -64.849587264283542, "S31": -71.116938200497074, "W32": -81.742568817950499, "S32": -86.742568817950499 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 509964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7876631187027485, "S11": 1.6647682388026137, "W12": -10.0, "S12": -10.0, "W13": -27.780163828221774, "S13": -27.780163828221774, "W21": -38.330264508742061, "S21": -38.330264508742061, "W22": -71.724978152216011, "S22": -74.162047931373138, "W31": -86.047895697116957, "S31": -86.047895697116957, "W32": -93.406623192845814, "S32": -98.406623192845814 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 510121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1338653238883674, "S11": 2.1320889724148544, "W12": -10.0, "S12": -28.405284941101559, "W13": -28.405284941101559, "S13": -28.405284941101559, "W21": -37.661703492181495, "S21": -37.661703492181495, "W22": -72.926090659600646, "S22": -86.178439302606904, "W31": -90.935125285852294, "S31": -90.935125285852294, "W32": -97.698278847746536, "S32": -102.69827884774654 }, "geometry": { "type": "Point", "coordinates": [ 103304.0, 510189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42042787163850848, "S11": 0.42042787163850848, "W12": -8.5136441125363085, "S12": -8.5136441125363085, "W13": -25.506009156810375, "S13": -26.079935020331856, "W21": -38.992504120387892, "S21": -38.992504120387892, "W22": -43.490729777596741, "S22": -47.918588295654629, "W31": -70.0, "S31": -70.178404954983719, "W32": -97.465264464771494, "S32": -102.46526446477149 }, "geometry": { "type": "Point", "coordinates": [ 103304.5, 509945.25 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0494258637114693, "S11": 3.0494258637114693, "W12": -8.4110369960504165, "S12": -8.4110369960504165, "W13": -21.299822482039563, "S13": -21.969675789438867, "W21": -39.90930709535192, "S21": -39.90930709535192, "W22": -46.462718521776651, "S22": -53.075396138433682, "W31": -80.697029960085857, "S31": -80.697029960085857, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103304.6, 515071.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33654414325354087, "S11": 0.2905801819292429, "W12": -4.9433342774123963, "S12": -4.9433342774123963, "W13": -21.787372346807281, "S13": -21.787372346807281, "W21": -37.867758841886889, "S21": -38.159386070660787, "W22": -38.574666860342077, "S22": -43.943854356226403, "W31": -62.599627001941151, "S31": -70.585134550143579, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103305.0, 505901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4402095143743006, "S11": 1.4126123631124954, "W12": -7.5048588270471148, "S12": -17.504858827047116, "W13": -19.022140221402214, "S13": -19.022140221402214, "W21": -33.365600003913784, "S21": -33.365600003913784, "W22": -69.212510523040578, "S22": -87.783144855346393, "W31": -98.63441045007464, "S31": -98.63441045007464, "W32": -102.00964611947043, "S32": -107.00964611947043 }, "geometry": { "type": "Point", "coordinates": [ 103305.0, 507556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052589350838896265, "S11": -0.082997019015599444, "W12": -4.9429979720997732, "S12": -15.660866711180509, "W13": -24.989468669874611, "S13": -25.989468669874611, "W21": -40.264543807341646, "S21": -40.264543807341646, "W22": -49.253533145873021, "S22": -49.254453769604474, "W31": -90.678034927203115, "S31": -90.678034927203115, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103305.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.345426594926979, "S11": 1.345426594926979, "W12": -7.2161999537144181, "S12": -7.2161999537144181, "W13": -21.267120341050148, "S13": -22.561889727767117, "W21": -40.345689966888244, "S21": -40.345689966888244, "W22": -44.042383340540042, "S22": -44.042383340540042, "W31": -76.477847309136422, "S31": -77.166293116907383, "W32": -93.426709688163484, "S32": -98.426709688163484 }, "geometry": { "type": "Point", "coordinates": [ 103305.0, 515259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3791135098111162, "S12": -6.3791135098111162, "W13": -20.480983380980224, "S13": -20.905784871168407, "W21": -45.616973828672769, "S21": -45.616973828672769, "W22": -45.480242991855782, "S22": -51.109718357008475, "W31": -80.456308512919932, "S31": -80.456308512919932, "W32": -99.473563887107304, "S32": -104.4735638871073 }, "geometry": { "type": "Point", "coordinates": [ 103305.088888888887595, 516771.288888888899237 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0670624812706206, "S11": -0.56239120043959279, "W12": -8.2108196211437043, "S12": -13.126700218158387, "W13": -19.577069290060312, "S13": -24.817763542332894, "W21": -35.605922576234477, "S21": -40.764871566584006, "W22": -35.376743538206064, "S22": -47.922736363845253, "W31": -80.0, "S31": -84.612370703165809, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 504475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9539075230466314, "S11": -1.0460924769533686, "W12": -8.1761413824257154, "S12": -13.685310869149447, "W13": -19.591357243464788, "S13": -24.783376316923693, "W21": -35.151224469936516, "S21": -39.458661011985015, "W22": -34.999799301883698, "S22": -35.369295025452104, "W31": -71.588200332238344, "S31": -71.588200332238344, "W32": -89.993099077545949, "S32": -94.993099077545949 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 504499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1132515872027885, "S11": 0.1132515872027885, "W12": -5.0, "S12": -7.3775658849560877, "W13": -22.848544389206118, "S13": -22.848544389206118, "W21": -39.400498041447577, "S21": -39.400498041447577, "W22": -38.995238055989397, "S22": -43.995238055989397, "W31": -70.0, "S31": -70.0, "W32": -92.859681462396225, "S32": -97.859681462396225 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 508721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3776644855882552, "S11": 2.3776644855882552, "W12": -7.1539076686688086, "S12": -28.303149767641454, "W13": -30.755594659729926, "S13": -30.755594659729926, "W21": -36.38875275753329, "S21": -36.38875275753329, "W22": -37.831071449196159, "S22": -47.374333048013796, "W31": -66.510294319135994, "S31": -71.385837929519283, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 510821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087529395522991008, "S11": -0.087529395522991008, "W12": -12.08671818424064, "S12": -12.08671818424064, "W13": -19.628769047034897, "S13": -33.880727426525326, "W21": -34.375138919440019, "S21": -34.375138919440019, "W22": -51.770683322530587, "S22": -52.768602718384791, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103306.0, 512012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8643630992399818, "S11": -1.3145873275901303, "W12": -8.1567428541677831, "S12": -14.034415686529872, "W13": -19.631708691352515, "S13": -24.752033282683776, "W21": -34.848226788428114, "S21": -38.624684496643184, "W22": -44.341085514549363, "S22": -49.490031141471796, "W31": -67.957340507302078, "S31": -68.509795650651796, "W32": -96.33455660842418, "S32": -101.33455660842418 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 504515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2967264237091836, "S11": -1.422641165223623, "W12": -6.143150637921817, "S12": -8.7697564841329516, "W13": -15.0, "S13": -15.0, "W21": -33.691088734311961, "S21": -33.691088734311961, "W22": -45.317041425919257, "S22": -46.673702928725376, "W31": -81.216356779714999, "S31": -81.245705537212856, "W32": -89.688082539626961, "S32": -94.688082539626961 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 507053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.937756502082318, "S11": 1.8489834737133808, "W12": -9.9670417148346075, "S12": -9.9670417148346093, "W13": -27.645995498917994, "S13": -27.645995498917994, "W21": -38.693117442871561, "S21": -38.693117442871561, "W22": -36.841086366354759, "S22": -38.160400827724871, "W31": -67.0083469410405, "S31": -71.892931676298161, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8223520368946966, "S11": 1.8181127492432774, "W12": -10.0, "S12": -30.0, "W13": -30.0, "S13": -30.0, "W21": -38.210483899477389, "S21": -38.210483899477389, "W22": -38.473506691650371, "S22": -45.192095404739462, "W31": -66.86983764417954, "S31": -69.736584756746339, "W32": -94.499803889901486, "S32": -99.499803889901486 }, "geometry": { "type": "Point", "coordinates": [ 103307.0, 510166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49660602091924322, "S11": 0.49660602091924322, "W12": -7.8182568923897851, "S12": -11.77921724747906, "W13": -15.734597920997921, "S13": -20.734597920997921, "W21": -29.814083253658897, "S21": -31.334506854264042, "W22": -38.587748865817211, "S22": -45.317506036474626, "W31": -66.904961391116814, "S31": -68.504398269815894, "W32": -93.939472931837685, "S32": -98.939472931837685 }, "geometry": { "type": "Point", "coordinates": [ 103308.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31264782771069344, "S11": 0.31264782771069344, "W12": -5.0, "S12": -8.0501616063026713, "W13": -23.595836025652883, "S13": -23.595836025652883, "W21": -39.730309517790808, "S21": -39.730309517790808, "W22": -43.700001, "S22": -43.700001, "W31": -75.199997, "S31": -75.199997, "W32": -95.199997, "S32": -100.199997 }, "geometry": { "type": "Point", "coordinates": [ 103308.0, 508807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62637660396168726, "S11": -0.72111959461589281, "W12": -6.0497421230704465, "S12": -21.049742123070445, "W13": -24.257042616011464, "S13": -24.782030950789007, "W21": -40.0, "S21": -40.0, "W22": -50.299616908367106, "S22": -50.301758037938441, "W31": -93.565067656998934, "S31": -93.565067656998934, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103308.0, 509244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31226379944622817, "S11": 0.31226379944622817, "W12": -6.4136200325140029, "S12": -6.4136200325140029, "W13": -20.078435136691994, "S13": -20.078435136691997, "W21": -43.839830846267645, "S21": -43.839830846267645, "W22": -65.643801941352763, "S22": -69.580669561530939, "W31": -83.861741564881072, "S31": -83.861741564881072, "W32": -89.790475550183714, "S32": -94.790475550183714 }, "geometry": { "type": "Point", "coordinates": [ 103308.467213114752667, 517347.704918032803107 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7317362875268425, "S11": 0.7317362875268425, "W12": -10.0, "S12": -10.0, "W13": -16.055291191339485, "S13": -17.730859146700187, "W21": -36.325322542558446, "S21": -49.290670159523906, "W22": -47.155518375817742, "S22": -48.762914261744299, "W31": -80.600412945934252, "S31": -80.600412945934252, "W32": -96.903603573026942, "S32": -101.90360357302694 }, "geometry": { "type": "Point", "coordinates": [ 103308.75, 499999.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5390309555854653, "S12": -6.5390309555854653, "W13": -15.0, "S13": -19.04704581746714, "W21": -37.000667083152443, "S21": -44.656950967360352, "W22": -44.855839360140941, "S22": -44.855839360140941, "W31": -78.679580041244463, "S31": -78.91163055596094, "W32": -90.497021017806503, "S32": -95.497021017806503 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 499131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1907045980813762, "S11": -0.72083954298472674, "W12": -8.8106064543545273, "S12": -13.334167273797641, "W13": -14.751467858950567, "S13": -20.77369380410034, "W21": -60.0, "S21": -70.217870591204701, "W22": -38.13433279360428, "S22": -38.13433279360428, "W31": -67.853154819301352, "S31": -75.306375555967492, "W32": -99.114718077754546, "S32": -104.11471807775455 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 502009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38796471329552612, "S11": -0.38796471329552612, "W12": -10.0, "S12": -17.607754813637165, "W13": -19.989523373335782, "S13": -24.354935548549193, "W21": -41.981977530310722, "S21": -47.388205731606185, "W22": -37.787842786925587, "S22": -45.710777777473574, "W31": -66.715297036777585, "S31": -75.022772759354154, "W32": -97.2731124949335, "S32": -102.2731124949335 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 503669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8355899242299156, "S11": 1.4624671498066304, "W12": -7.5371086241510401, "S12": -13.268671463523139, "W13": -17.308659358342553, "S13": -17.308659358342553, "W21": -33.054965238835152, "S21": -33.054965238835152, "W22": -62.034200948867834, "S22": -62.034200948867834, "W31": -75.239998, "S31": -75.416370924648774, "W32": -85.074058073872791, "S32": -90.074058073872791 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 507463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1089126167281267, "S11": 1.1089126167281267, "W12": -6.7836847643917837, "S12": -16.783684764391783, "W13": -20.0, "S13": -20.0, "W21": -33.243109485022032, "S21": -33.243109485022032, "W22": -67.217933164221904, "S22": -73.588753706825401, "W31": -101.99319182313722, "S31": -101.99319182313722, "W32": -103.04007207431721, "S32": -108.04007207431721 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 507626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.0425698478810705, "S12": -12.962951446080048, "W13": -24.824334782433144, "S13": -24.824334782433144, "W21": -39.507417335117879, "S21": -39.507417335117879, "W22": -37.840127427226051, "S22": -44.928923383536308, "W31": -66.436226781143489, "S31": -69.247063873604532, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 509069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79642470205854232, "S11": -0.79642470205854232, "W12": -6.6497999803199948, "S12": -20.854361239197278, "W13": -26.122321053257618, "S13": -26.41330788345951, "W21": -38.192233012324287, "S21": -38.192233012324287, "W22": -51.446484198534755, "S22": -53.043540528965515, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 509270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4880515490313218, "S11": 2.4880515490313218, "W12": -9.9999999999999982, "S12": -24.60394778732887, "W13": -24.60394778732887, "S13": -24.60394778732887, "W21": -37.030120562110568, "S21": -37.030120562110568, "W22": -70.144201364384855, "S22": -95.144201364384855, "W31": -97.670501866189582, "S31": -97.670501866189582, "W32": -101.57707494326455, "S32": -106.57707494326455 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.78, "S11": 1.78, "W12": -5.7199998, "S12": -5.7199998, "W13": -28.219999, "S13": -28.219999, "W21": -37.919998, "S21": -37.919998, "W22": -60.0, "S22": -68.459385675904144, "W31": -83.59331544966696, "S31": -83.59331544966696, "W32": -89.078784398638007, "S32": -94.078784398638007 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3938603717031484, "S12": -6.3938603717031484, "W13": -20.248315165209156, "S13": -20.440157685325207, "W21": -44.620650990059644, "S21": -44.620650990059644, "W22": -37.415788194085138, "S22": -50.332707525182229, "W31": -78.486477420394039, "S31": -80.145800787821258, "W32": -84.973724973041115, "S32": -89.973724973041115 }, "geometry": { "type": "Point", "coordinates": [ 103309.380952380946837, 517102.904761904734187 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0349979192675907, "S11": 1.0349979192675907, "W12": -6.4322874848972349, "S12": -16.432287484897234, "W13": -20.0, "S13": -20.0, "W21": -33.251459633667096, "S21": -33.251459633667096, "W22": -40.961036588472751, "S22": -51.532207811165193, "W31": -67.323851206513282, "S31": -74.485976560133594, "W32": -87.45414321319555, "S32": -92.45414321319555 }, "geometry": { "type": "Point", "coordinates": [ 103309.4, 507650.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46970719253313187, "S11": 0.46970719253313187, "W12": -5.0, "S12": -5.6460166429559608, "W13": -15.000000000000002, "S13": -18.0, "W21": -36.810174736595989, "S21": -43.439605138102316, "W22": -41.7144753392678, "S22": -50.726895817910638, "W31": -64.76867032928439, "S31": -71.20547480894443, "W32": -81.687890353920892, "S32": -86.687890353920892 }, "geometry": { "type": "Point", "coordinates": [ 103309.428571428565192, 498947.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6703355134808908, "S11": 2.6703355134808908, "W12": -8.9596938095304353, "S12": -8.9596938095304353, "W13": -19.559125187653326, "S13": -19.559125187653326, "W21": -48.531334007448152, "S21": -68.541094359651495, "W22": -66.039867456108126, "S22": -73.036580422016925, "W31": -85.663000087387729, "S31": -85.663000087387729, "W32": -89.158840052192943, "S32": -94.158840052192943 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 500401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8518587749257058, "S12": -8.9953682335036582, "W13": -15.9044227571263, "S13": -19.690907545312925, "W21": -55.598860546419786, "S21": -73.722939170498421, "W22": -39.738691884570123, "S22": -44.454769472422839, "W31": -70.0, "S31": -70.0, "W32": -93.217460217711576, "S32": -98.217460217711576 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 501255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45613178225734841, "S11": 0.45613178225734841, "W12": -8.5900271830387975, "S12": -11.936331003288027, "W13": -15.250331748777988, "S13": -16.051641943949786, "W21": -58.29819990525818, "S21": -65.380453723057016, "W22": -39.488658902946312, "S22": -48.883331222196496, "W31": -67.092532546472427, "S31": -71.596868903737644, "W32": -90.789551134356969, "S32": -95.789551134356969 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 501475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14289407740344459, "S11": -5.8638336952821639, "W12": -8.698722259583052, "S12": -8.698722259583052, "W13": -20.0, "S13": -20.57519623809883, "W21": -37.860741938638441, "S21": -43.521853049749552, "W22": -72.197426121768402, "S22": -76.818266928620702, "W31": -88.602541080571427, "S31": -88.602541080571427, "W32": -94.487023532295623, "S32": -99.487023532295623 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13466662155161555, "S11": 0.13466662155161555, "W12": -5.0720754726445669, "S12": -8.2289002579095865, "W13": -19.913769804670512, "S13": -19.913769804670512, "W21": -38.131005369933341, "S21": -43.270124443871701, "W22": -39.754827511555398, "S22": -43.102563988269182, "W31": -60.0, "S31": -61.854562473998058, "W32": -93.046718334313013, "S32": -98.046718334313013 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5090845602963856, "S11": -1.4909154397036144, "W12": -6.368514053136562, "S12": -9.279413679489835, "W13": -14.994260157150682, "S13": -14.994260157150682, "W21": -33.363881147299999, "S21": -33.363881147299999, "W22": -44.760677359297532, "S22": -50.942710361666855, "W31": -66.199718165513701, "S31": -67.077312188883852, "W32": -95.467309342535287, "S32": -100.46730934253529 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 507080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3130271398747393, "S11": 1.3130271398747393, "W12": -9.823700234192037, "S12": -29.336999424676094, "W13": -29.336999424676094, "S13": -29.336999424676094, "W21": -40.324687093750001, "S21": -41.140357924820073, "W22": -42.732578313113912, "S22": -47.925730475804286, "W31": -80.0, "S31": -80.0, "W32": -98.838383838383834, "S32": -103.83838383838383 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 510580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4909879933580283, "S11": 2.4909879933580283, "W12": -8.503232495096853, "S12": -8.503232495096853, "W13": -30.614968814968815, "S13": -30.614968814968815, "W21": -36.145753352524622, "S21": -36.145753352524622, "W22": -47.208442717442225, "S22": -48.371384484221238, "W31": -80.704982960067326, "S31": -80.704982960067326, "W32": -97.821152266106552, "S32": -102.82115226610655 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 510777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1104961708870045, "S11": 2.1104961708870045, "W12": -8.8226609861712522, "S12": -24.794777825469083, "W13": -31.803144485673847, "S13": -31.803144485673847, "W21": -35.788003011544284, "S21": -35.788003011544284, "W22": -36.768913000096568, "S22": -37.588348525567547, "W31": -67.271664243845663, "S31": -76.418751903186688, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103310.0, 510868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.73452806056439, "W13": -15.000000000000002, "S13": -18.000000000000004, "W21": -37.134701355335217, "S21": -44.075721015448515, "W22": -37.768805206044668, "S22": -47.43483149693963, "W31": -66.489558773374142, "S31": -71.277787076229274, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103311.0, 498994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8315334773218144, "S12": -7.8315334773218144, "W13": -14.188668474382759, "S13": -18.664860585926967, "W21": -29.965323049202031, "S21": -31.969433300652707, "W22": -42.679889770679772, "S22": -48.709529515506851, "W31": -65.972103650597191, "S31": -70.951475967006388, "W32": -83.83267663043479, "S32": -88.83267663043479 }, "geometry": { "type": "Point", "coordinates": [ 103311.0, 499472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.03347034609202635, "S11": -0.3226445315325383, "W12": -10.0, "S12": -10.0, "W13": -23.028606344923563, "S13": -23.028606344923563, "W21": -39.658883491995674, "S21": -43.451027174825661, "W22": -46.486921719463453, "S22": -48.150348688633166, "W31": -81.10196710817182, "S31": -81.114312497976925, "W32": -95.148208330285996, "S32": -100.148208330286 }, "geometry": { "type": "Point", "coordinates": [ 103311.0, 506045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68969981286401161, "S11": 0.18268537294685661, "W12": -4.1918411881231465, "S12": -6.0947350247010528, "W13": -20.279939645152108, "S13": -20.279939645152108, "W21": -37.170138883759023, "S21": -41.053157732300768, "W22": -37.715200873893281, "S22": -46.982900683209245, "W31": -66.550388656494718, "S31": -73.383908820725836, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103311.333333333328483, 506781.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0737993133432856, "S11": -0.0737993133432856, "W12": -6.766751472493481, "S12": -17.995665672315894, "W13": -23.107316106520248, "S13": -23.107316106520248, "W21": -35.621835446423852, "S21": -35.621835446423852, "W22": -57.271618039802625, "S22": -101.39529988399457, "W31": -105.23593497527297, "S31": -105.23593497527297, "W32": -107.57608336089977, "S32": -112.57608336089977 }, "geometry": { "type": "Point", "coordinates": [ 103311.333333333328483, 509371.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3689590135459104, "S12": -6.3689590135459104, "W13": -20.443695499103079, "S13": -20.861439818690044, "W21": -45.531589729644494, "S21": -45.531589729644494, "W22": -67.175471490018751, "S22": -73.360653602355924, "W31": -101.03722244010346, "S31": -101.03722244010346, "W32": -102.82883825250931, "S32": -107.82883825250931 }, "geometry": { "type": "Point", "coordinates": [ 103311.411111111112405, 516820.711111111100763 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25136334096781071, "S11": 0.25136334096781071, "W12": -13.015655193748147, "S12": -13.015655193748147, "W13": -19.887610151399432, "S13": -22.400222038010906, "W21": -36.286710940809876, "S21": -36.286710940809876, "W22": -43.282244821870897, "S22": -43.282244821870897, "W31": -74.942087231360347, "S31": -75.314757274627397, "W32": -95.169005984292397, "S32": -100.1690059842924 }, "geometry": { "type": "Point", "coordinates": [ 103311.727272727279342, 512801.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9054989425110556, "S12": -7.9054989425110556, "W13": -15.0, "S13": -18.541133643559938, "W21": -34.255260151510107, "S21": -44.441247202522518, "W22": -34.469227424181845, "S22": -45.623996470372603, "W31": -79.474316611595071, "S31": -80.220847131735169, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103312.0, 499269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18187151246852312, "S11": -0.18187151246852312, "W12": -6.694344492379142, "S12": -16.863826417664317, "W13": -24.816031376263187, "S13": -25.816031376263187, "W21": -34.573544509817971, "S21": -34.573544509817971, "W22": -40.0, "S22": -43.338594101999519, "W31": -69.57156894938521, "S31": -71.265660126368189, "W32": -94.539440150261484, "S32": -99.539440150261484 }, "geometry": { "type": "Point", "coordinates": [ 103312.0, 509393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6412754844708921, "S12": -8.6412754844708921, "W13": -25.0, "S13": -27.781645300959333, "W21": -37.008127365129099, "S21": -37.008127365129099, "W22": -40.229718026714124, "S22": -41.11381215469595, "W31": -68.740969695888438, "S31": -73.605708207951835, "W32": -96.600360254796115, "S32": -101.60036025479612 }, "geometry": { "type": "Point", "coordinates": [ 103312.0, 509801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.054021116870419078, "S11": -1.7063094616420145, "W12": -5.0, "S12": -6.9966367214071221, "W13": -21.479898336414049, "S13": -21.479898336414049, "W21": -39.386356748758267, "S21": -44.386356748758267, "W22": -39.620293776306191, "S22": -39.620293776306191, "W31": -72.998973101096752, "S31": -73.149500442807224, "W32": -91.966542750929364, "S32": -96.966542750929364 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40139018389746328, "S11": 0.34724671285544539, "W12": -5.0, "S12": -5.0, "W13": -21.85855899324029, "S13": -21.85855899324029, "W21": -38.142366733599367, "S21": -38.887039420407085, "W22": -43.934706547435496, "S22": -43.934706547435496, "W31": -73.69902587714445, "S31": -73.69902587714445, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5545204848512193, "S11": 0.32714232292136713, "W12": -5.0, "S12": -5.0, "W13": -22.281918460831985, "S13": -22.281918460831985, "W21": -38.579497763251126, "S21": -39.320482847663513, "W22": -66.015620151660528, "S22": -72.971907461936112, "W31": -85.828635786345885, "S31": -85.828635786345885, "W32": -89.231126741661782, "S32": -94.231126741661782 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 505921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1525458588488768, "S11": -0.84745414115112316, "W12": -7.1019411478977181, "S12": -11.279634254929238, "W13": -14.994701683523706, "S13": -14.994701683523706, "W21": -32.451364675159176, "S21": -32.451364675159176, "W22": -38.41034525492303, "S22": -43.41034525492303, "W31": -70.282939367720559, "S31": -70.282939367720559, "W32": -92.127400985664238, "S32": -97.127400985664238 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 507163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5220628548191248, "S11": -0.62553427175629306, "W12": -7.5374243017946396, "S12": -12.975807526228616, "W13": -15.0, "S13": -15.0, "W21": -32.09619033664125, "S21": -32.09619033664125, "W22": -60.0, "S22": -70.640138408304495, "W31": -88.666876512725239, "S31": -88.666876512725239, "W32": -93.493417834209637, "S32": -98.493417834209637 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 507211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.40317232044661117, "W12": -5.0, "S12": -7.0531704688342023, "W13": -24.328378146717156, "S13": -24.328378146717156, "W21": -40.0, "S21": -40.0, "W22": -42.078317383869155, "S22": -42.078317383869155, "W31": -73.177722152690862, "S31": -73.18184621540388, "W32": -93.304626759515997, "S32": -98.304626759515997 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 508893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.074822677446555, "S11": 2.074822677446555, "W12": -5.6031321712650861, "S12": -12.975811295122559, "W13": -24.791338207782076, "S13": -24.791338207782076, "W21": -39.385824334375883, "S21": -39.385824334375883, "W22": -48.666071164894866, "S22": -48.666071164894866, "W31": -82.502761511341106, "S31": -89.192782742763612, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103313.0, 509020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7742980561555068, "S12": -8.167639382356743, "W13": -14.591479948622805, "S13": -19.03942541284658, "W21": -29.941556409502098, "S21": -32.067958730585268, "W22": -44.52375441391473, "S22": -50.798869628529545, "W31": -66.652574942352032, "S31": -67.452204595630874, "W32": -95.877654233079554, "S32": -100.87765423307955 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 499485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6479756376606769, "S11": 2.6479756376606769, "W12": -9.9384981101864387, "S12": -10.601543634906868, "W13": -19.104788869032422, "S13": -20.264704812132429, "W21": -51.068325300386938, "S21": -69.500695475276231, "W22": -41.083958432276233, "S22": -41.083958432276233, "W31": -74.097531709266804, "S31": -75.393752757621129, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 500872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19530906082407007, "S11": -0.14814194544449788, "W12": -4.6025595300534263, "S12": -5.2797451843029259, "W13": -22.086978928622106, "S13": -22.086978928622106, "W21": -37.973639956057227, "S21": -42.139726810608693, "W22": -39.649253796063313, "S22": -47.700022096160836, "W31": -72.778948401071375, "S31": -79.143414479562395, "W32": -90.078198183521351, "S32": -95.078198183521351 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97662834707414437, "S11": 0.45265899529761788, "W12": -6.9158424338818358, "S12": -6.9158424338818358, "W13": -23.495595095230712, "S13": -23.495595095230712, "W21": -39.636343000922558, "S21": -42.198115156742311, "W22": -34.15933654452234, "S22": -45.697337428263822, "W31": -80.0, "S31": -82.536214372023508, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103314.0, 505978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017889746462481509, "S11": 0.017889746462481509, "W12": -5.0, "S12": -6.4275983183542307, "W13": -22.581609955794541, "S13": -22.581609955794541, "W21": -39.184238954119799, "S21": -39.184238954119799, "W22": -43.0, "S22": -48.837179537468472, "W31": -65.473112724307228, "S31": -71.097010515462998, "W32": -83.005095108695656, "S32": -88.005095108695656 }, "geometry": { "type": "Point", "coordinates": [ 103314.333333333328483, 508695.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1321185251570807, "S11": 0.99332577042657089, "W12": -4.7205480811376495, "S12": -14.133390308613276, "W13": -24.908696080612291, "S13": -25.768059722059778, "W21": -39.735911106807009, "S21": -39.735911106807009, "W22": -40.928492958515285, "S22": -48.947275145731282, "W31": -65.354104299888334, "S31": -71.123293357477635, "W32": -82.796059782608694, "S32": -87.796059782608694 }, "geometry": { "type": "Point", "coordinates": [ 103314.333333333328483, 509153.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3659384910117209, "W12": -9.2742631162383233, "S12": -12.804748770658174, "W13": -20.0, "S13": -22.408114854878974, "W21": -40.0, "S21": -46.505336768494665, "W22": -37.119994607429604, "S22": -37.397281785105442, "W31": -67.538222006492816, "S31": -75.907526688403834, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 504121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47447511432045614, "S11": -4.5255248856795438, "W12": -9.5420436064240501, "S12": -16.221194719566139, "W13": -20.763315611890498, "S13": -21.441278454924579, "W21": -34.423585558804341, "S21": -34.423585558804341, "W22": -67.471431338369015, "S22": -83.173538719501721, "W31": -99.311838002111699, "S31": -99.311838002111699, "W32": -102.34844966833242, "S32": -107.34844966833242 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 504798.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3864971988995736, "S11": -0.64748839086313836, "W12": -7.3610542131817782, "S12": -12.361054213181777, "W13": -14.992199700743235, "S13": -15.013345031356696, "W21": -32.305574149422128, "S21": -32.305574149422128, "W22": -43.51045711794783, "S22": -48.677366475305732, "W31": -80.155339068228059, "S31": -80.155339068228059, "W32": -99.141414141414131, "S32": -104.14141414141413 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 507193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.092402683416656001, "S11": 0.092402683416656001, "W12": -10.0, "S12": -10.157266415897778, "W13": -20.0, "S13": -20.0, "W21": -36.869078437056267, "S21": -36.869078437056267, "W22": -47.211342762517035, "S22": -48.412521183112766, "W31": -80.666532118294654, "S31": -80.666532118294654, "W32": -97.664919191326447, "S32": -102.66491919132645 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 508118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43023639452976792, "S11": -0.43023639452976792, "W12": -7.5905444822557122, "S12": -16.641574975959973, "W13": -20.0, "S13": -20.0, "W21": -38.018483768619404, "S21": -38.018483768619404, "W22": -45.076157812166535, "S22": -45.076157812166535, "W31": -78.87795020163982, "S31": -79.108310567592753, "W32": -90.233352221848151, "S32": -95.233352221848151 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 508416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4415416451112257, "W12": -5.8680560347979753, "S12": -13.163368121440474, "W13": -24.805609261228284, "S13": -24.805609261228284, "W21": -38.998409396360174, "S21": -38.998409396360174, "W22": -40.451454670339182, "S22": -40.451454670339182, "W31": -73.849183105373598, "S31": -77.192133125690546, "W32": -94.598998828416228, "S32": -99.598998828416228 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 509052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66602648522095398, "W12": -5.7797761801755856, "S12": -20.161912718418115, "W13": -25.0, "S13": -25.75355813089805, "W21": -40.104702750665496, "S21": -40.104702750665496, "W22": -40.671428123054497, "S22": -52.5515036120171, "W31": -67.287454487551173, "S31": -74.840091348167419, "W32": -88.066453835167607, "S32": -93.066453835167607 }, "geometry": { "type": "Point", "coordinates": [ 103315.0, 509225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7260084000317173, "S12": -7.961948043378988, "W13": -13.396949010433378, "S13": -17.638382005493845, "W21": -29.999489470716615, "S21": -31.863049805245257, "W22": -40.681315883112802, "S22": -52.494909615241362, "W31": -67.289199731567535, "S31": -74.824322829663714, "W32": -88.041110084292484, "S32": -93.041110084292484 }, "geometry": { "type": "Point", "coordinates": [ 103315.333333333328483, 499447.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7636883116884385, "S11": 1.7636883116884385, "W12": -9.7755136468084132, "S12": -21.084769108696896, "W13": -32.037625487020136, "S13": -32.037625487020136, "W21": -35.102961353246492, "S21": -35.102961353246492, "W22": -40.860889616316996, "S22": -40.860889616316996, "W31": -69.856479246683435, "S31": -70.575728136372319, "W32": -93.250246495719821, "S32": -98.250246495719821 }, "geometry": { "type": "Point", "coordinates": [ 103315.571428571434808, 510929.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.45, "S11": -1.45, "W12": -14.05, "S12": -14.05, "W13": -23.25, "S13": -23.25, "W21": -37.049999, "S21": -44.249999, "W22": -39.037433328726827, "S22": -46.147056003959868, "W31": -63.112940200123134, "S31": -71.296576155752476, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103315.6, 506155.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3832229873622204, "S12": -6.3832229873622204, "W13": -20.212376553692863, "S13": -20.399473988343171, "W21": -44.54340291678659, "S21": -44.54340291678659, "W22": -43.99523966149345, "S22": -43.99523966149345, "W31": -73.775855406751532, "S31": -73.775855406751532, "W32": -90.04425732030829, "S32": -95.04425732030829 }, "geometry": { "type": "Point", "coordinates": [ 103315.857142857144936, 517150.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.042644839586663236, "S11": 0.042644839586663236, "W12": -7.5862991592078624, "S12": -7.5862991592078624, "W13": -15.771964218246088, "S13": -17.053385572498165, "W21": -33.060765270144401, "S21": -33.060765270144401, "W22": -48.651377080185156, "S22": -49.072472432696344, "W31": -81.336323873811821, "S31": -81.336323873811821, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 497760.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5541309138361914, "S12": -9.0346238580926475, "W13": -16.702592800612713, "S13": -20.430403451500286, "W21": -54.112161428280501, "S21": -73.210328967547525, "W22": -66.584604078633106, "S22": -102.52218743419459, "W31": -102.52218743419459, "S31": -102.52218743419459, "W32": -104.12076546990947, "S32": -109.12076546990947 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 501145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92451037264782643, "S11": 0.42995178843300386, "W12": -6.5193186864890285, "S12": -6.5193186864890285, "W13": -23.577078157187596, "S13": -23.577078157187596, "W21": -39.502266906806057, "S21": -41.755032846815936, "W22": -39.484563096320798, "S22": -42.47998529863937, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -93.17183404288572, "S32": -98.17183404288572 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 505968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60852175521339058, "S11": 0.60852175521339058, "W12": -5.0, "S12": -10.607690353180317, "W13": -20.0, "S13": -20.0, "W21": -33.323761923232844, "S21": -33.323761923232844, "W22": -43.006206485118312, "S22": -48.516856201349469, "W31": -71.877900552486182, "S31": -72.058540358373421, "W32": -98.020211425754511, "S32": -103.02021142575451 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 507884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042671269857737344, "S11": -0.042671269857737344, "W12": -13.337033074401992, "S12": -13.337033074401992, "W13": -19.570950221045294, "S13": -19.570950221045294, "W21": -35.218383030189479, "S21": -35.218383030189479, "W22": -38.440682086772412, "S22": -38.440682086772412, "W31": -67.962362099278479, "S31": -75.095168836545099, "W32": -98.703441187936349, "S32": -103.70344118793635 }, "geometry": { "type": "Point", "coordinates": [ 103316.0, 512341.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28709798486525351, "S11": 0.28709798486525351, "W12": -6.40033075071839, "S12": -6.40033075071839, "W13": -20.040528081248059, "S13": -20.040528081248066, "W21": -43.77063197943167, "S21": -43.77063197943167, "W22": -66.763813830373891, "S22": -73.691031120675063, "W31": -100.99122868864379, "S31": -100.99122868864379, "W32": -102.80650029675732, "S32": -107.80650029675732 }, "geometry": { "type": "Point", "coordinates": [ 103316.229508196716779, 517397.065573770494666 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56977592786840237, "S11": -0.91702289118915925, "W12": -5.4143342662934826, "S12": -15.117118314449989, "W13": -20.0, "S13": -20.295912535455791, "W21": -38.00767987902843, "S21": -43.00767987902843, "W22": -60.780043938674332, "S22": -60.780043938674332, "W31": -71.639314230468059, "S31": -71.692505306338703, "W32": -85.454860134982923, "S32": -90.454860134982923 }, "geometry": { "type": "Point", "coordinates": [ 103316.5, 506300.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60560046375290955, "S11": -0.60560046375290955, "W12": -8.3144512398748898, "S12": -20.065128235613852, "W13": -24.912280048978026, "S13": -24.938573926217227, "W21": -37.204438722576988, "S21": -37.204438722576988, "W22": -50.242777010389766, "S22": -54.180127707777451, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103316.5, 509311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.058174995041061155, "S11": -0.058174995041061155, "W12": -10.408285724926456, "S12": -10.91168450104033, "W13": -23.495747283795922, "S13": -27.488476604601765, "W21": -36.350469701953521, "S21": -36.350469701953521, "W22": -66.73431123855741, "S22": -73.676566278796358, "W31": -100.84954590121313, "S31": -100.84954590121313, "W32": -102.77450379226332, "S32": -107.77450379226332 }, "geometry": { "type": "Point", "coordinates": [ 103316.727272727279342, 511510.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73055867450759437, "S11": 0.73055867450759437, "W12": -10.0, "S12": -10.0, "W13": -15.997440582901447, "S13": -17.670515694318635, "W21": -36.163707790395122, "S21": -50.185657943433817, "W22": -40.0, "S22": -42.768670425570733, "W31": -69.451848790534953, "S31": -71.947883566632783, "W32": -95.062577130676502, "S32": -100.0625771306765 }, "geometry": { "type": "Point", "coordinates": [ 103316.8, 500002.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0110817069136619, "S11": -0.83780499430532074, "W12": -9.4667879411932958, "S12": -13.711176657795514, "W13": -14.793344018896576, "S13": -20.529434587595603, "W21": -59.490057729313662, "S21": -70.132699816012604, "W22": -37.046208221888804, "S22": -37.45419126674939, "W31": -67.508918759433769, "S31": -75.962819209054388, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 501981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025659269866850975, "S11": -1.5757923962500684, "W12": -5.0, "S12": -6.4832757952021218, "W13": -22.10907335907336, "S13": -22.10907335907336, "W21": -40.0, "S21": -44.591760153226531, "W22": -38.789750869337276, "S22": -42.454892571129562, "W31": -63.445970196217026, "S31": -69.327961758235404, "W32": -83.587413784278183, "S32": -88.587413784278183 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 505733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5869435051731805, "S11": 0.35547558838446836, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -22.268987346760124, "S13": -22.268987346760124, "W21": -38.752720704224963, "S21": -39.582655983445292, "W22": -56.580073721942888, "S22": -102.6930046858279, "W31": -105.58164814180091, "S31": -105.58164814180091, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 505920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4979310836840982, "S11": 1.4979310836840982, "W12": -5.1636944946491017, "S12": -11.901777679651634, "W13": -24.758341633131003, "S13": -24.758341633131003, "W21": -40.0, "S21": -40.0, "W22": -72.04612259561506, "S22": -76.268285136259806, "W31": -88.503775595815014, "S31": -88.503775595815014, "W32": -94.505025125628151, "S32": -99.505025125628151 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 508971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10184575600032315, "S11": -0.10184575600032315, "W12": -12.329538469117447, "S12": -12.329538469117447, "W13": -19.587449182561581, "S13": -34.358575943124961, "W21": -34.53830401151636, "S21": -34.53830401151636, "W22": -47.798560546901399, "S22": -47.798560546901399, "W31": -84.636209813874785, "S31": -95.702290608205573, "W32": -95.702290608205573, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.0, 512077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1640985036520037, "S11": -0.48221127507726003, "W12": -5.28029219718821, "S12": -8.28029219718821, "W13": -16.396886997163005, "S13": -16.396886997163005, "W21": -34.773233389508526, "S21": -34.773233389508526, "W22": -39.452415434685392, "S22": -39.452415434685392, "W31": -68.256170997908583, "S31": -74.53217739317212, "W32": -97.724185183872819, "S32": -102.72418518387282 }, "geometry": { "type": "Point", "coordinates": [ 103317.333333333328483, 506965.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6636500512287893, "S11": 2.6636500512287893, "W12": -8.9764729416347819, "S12": -8.9764729416347819, "W13": -19.464375892497529, "S13": -19.464375892497529, "W21": -48.251658569067992, "S21": -68.260484419464632, "W22": -37.825192489735997, "S22": -44.146091306726838, "W31": -66.414450960141252, "S31": -68.400823559476763, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.5, 500402.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5057299159153077, "S11": 2.5057299159153077, "W12": -10.0, "S12": -18.85, "W13": -25.492866931121529, "S13": -25.492866931121529, "W21": -36.580392072771922, "S21": -36.580392072771922, "W22": -38.940804221502589, "S22": -43.719752679184424, "W31": -62.110739492895021, "S31": -69.984476252665118, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.5, 510286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3588045172807082, "S12": -6.3588045172807082, "W13": -20.406407617225895, "S13": -20.817094766211618, "W21": -45.446205630616021, "S21": -45.446205630616021, "W22": -46.594424553792365, "S22": -46.854740071863603, "W31": -85.218418514946961, "S31": -85.218418514946961, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103317.733333333337214, 516870.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22481808889227753, "S11": 0.13265686400187651, "W12": -5.7593403932101896, "S12": -9.9920325177697542, "W13": -19.705231493207009, "S13": -19.799349140265793, "W21": -38.019300824174721, "S21": -41.65534197351846, "W22": -55.354963680387414, "S22": -56.568938581062199, "W31": -100.71125385625908, "S31": -100.71125385625908, "W32": -110.10945367357424, "S32": -115.10945367357424 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 505621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14235030499190837, "S11": -0.2452258918463685, "W12": -5.0, "S12": -5.0, "W13": -22.032421680974426, "S13": -22.032421680974426, "W21": -38.885968226593121, "S21": -38.885968226593121, "W22": -36.03999270563309, "S22": -40.959194321394598, "W31": -71.387300877183165, "S31": -71.387300877183165, "W32": -89.998410027466576, "S32": -94.998410027466576 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 508635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34890139772665474, "S11": 0.34890139772665474, "W12": -5.0, "S12": -5.2590308997718873, "W13": -23.81078422322738, "S13": -23.81078422322738, "W21": -39.818217478305939, "S21": -39.818217478305939, "W22": -40.0, "S22": -42.806301891755439, "W31": -69.445592457469971, "S31": -71.902234462340544, "W32": -95.02355991573279, "S32": -100.02355991573279 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 508837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23270738421410797, "S11": -0.23270738421410797, "W12": -6.6324350184355323, "S12": -17.695163503175653, "W13": -25.27325787925297, "S13": -25.27325787925297, "W21": -38.474544451439151, "S21": -38.474544451439151, "W22": -40.0, "S22": -42.34008748149185, "W31": -69.349682295903705, "S31": -72.438537968796368, "W32": -95.424639433564778, "S32": -100.42463943356478 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 509330.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12107528317545044, "S11": -0.12107528317545044, "W12": -6.6676502183659361, "S12": -15.050332817602527, "W13": -24.142771408435937, "S13": -24.142771408435937, "W21": -35.075267644682775, "S21": -35.075267644682775, "W22": -38.37577349718736, "S22": -45.541608170171536, "W31": -66.852960933756009, "S31": -68.705084130905931, "W32": -94.2861592414, "S32": -99.2861592414 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 509386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3294532439841604, "S11": 2.3294532439841604, "W12": -7.243389836870926, "S12": -7.4555147753854358, "W13": -30.139571963126844, "S13": -30.145546628855204, "W21": -40.0, "S21": -40.0, "W22": -42.558733409819837, "S22": -48.738468302433063, "W31": -66.085896763143296, "S31": -71.31439069568134, "W32": -84.162907608695647, "S32": -89.162907608695647 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 510743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9646739630096925, "S11": 1.9646739630096925, "W12": -10.0, "S12": -23.596570972886759, "W13": -32.241963573783707, "S13": -32.241963573783707, "W21": -34.838108154981008, "S21": -34.838108154981008, "W22": -39.639999, "S22": -49.368223569853534, "W31": -63.978747601373712, "S31": -71.485927451756609, "W32": -80.316302336340499, "S32": -85.316302336340499 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 510898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9341031042128602, "S11": 1.9341031042128602, "W12": -9.9656335817967836, "S12": -23.212390625922247, "W13": -32.211509147265055, "S13": -32.211509147265055, "W21": -34.850612220953437, "S21": -34.850612220953437, "W22": -71.42625264643614, "S22": -78.665117759766304, "W31": -94.725690087829364, "S31": -94.725690087829364, "W32": -100.50339100890713, "S32": -105.50339100890713 }, "geometry": { "type": "Point", "coordinates": [ 103318.0, 510903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2959912121293178, "S11": -1.3614276272310137, "W12": -12.435472972972097, "S12": -12.435472972972097, "W13": -22.344848880964243, "S13": -22.438892674847271, "W21": -37.229292282731834, "S21": -43.165831722934925, "W22": -39.865325297222626, "S22": -39.865325297222626, "W31": -73.171576243537544, "S31": -76.226244783580967, "W32": -92.492567099743411, "S32": -97.492567099743411 }, "geometry": { "type": "Point", "coordinates": [ 103318.666666666671517, 506180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.7141600313468039, "W13": -15.0, "S13": -18.0, "W21": -37.014714515182206, "S21": -44.201736830495093, "W22": -37.69307248278664, "S22": -38.647483044982664, "W31": -66.940529131827148, "S31": -70.317056491487151, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 498995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3871048097093244, "S11": 1.1496095523424343, "W12": -8.5428967287160873, "S12": -9.1409265794623273, "W13": -20.0, "S13": -23.297768805543502, "W21": -37.27354737570198, "S21": -47.27354737570198, "W22": -37.892171531680013, "S22": -38.793886146598105, "W31": -66.894513521127436, "S31": -68.961407447105827, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 504352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0376838440421403, "S11": -1.2008545436739522, "W12": -10.0, "S12": -16.411630232890413, "W13": -20.896828547483373, "S13": -20.896828547483373, "W21": -37.519419534700411, "S21": -42.519419534700411, "W22": -64.932833671128634, "S22": -68.982520520544142, "W31": -83.79075595843652, "S31": -83.79075595843652, "W32": -90.005565540623337, "S32": -95.005565540623337 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0599817584908022, "S11": 0.059981758490802228, "W12": -4.243127721104659, "S12": -7.243127721104659, "W13": -20.100389407908207, "S13": -20.100389407908207, "W21": -36.17294012007882, "S21": -39.062814596630005, "W22": -53.879233190021701, "S22": -54.033742712119981, "W31": -90.0, "S31": -90.0, "W32": -95.011587388802909, "S32": -100.01158738880291 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 506851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7999117542174659, "S11": 1.6750072904890345, "W12": -9.6166431041288423, "S12": -11.081486854128844, "W13": -26.877743969479887, "S13": -26.877743969479887, "W21": -38.274248639104606, "S21": -38.274248639104606, "W22": -40.969528392334389, "S22": -42.355056844320615, "W31": -60.0, "S31": -60.0, "W32": -93.21169962999079, "S32": -98.21169962999079 }, "geometry": { "type": "Point", "coordinates": [ 103319.0, 510124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028197695729043515, "S11": 0.028197695729043515, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.149779139089052, "W21": -36.860469096678102, "S21": -42.191413262880886, "W22": -40.110491591274361, "S22": -40.607779909384057, "W31": -68.682641418732558, "S31": -73.714956279194482, "W32": -96.643553433639568, "S32": -101.64355343363957 }, "geometry": { "type": "Point", "coordinates": [ 103319.333333333328483, 498349.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46187775677378701, "S11": -0.46187775677378701, "W12": -10.0, "S12": -17.12353351382394, "W13": -19.988134816225312, "S13": -24.496616653099885, "W21": -42.368297241135956, "S21": -48.182597191310343, "W22": -37.58992289704031, "S22": -38.594856691469921, "W31": -66.963629676164416, "S31": -71.03008088919789, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103319.5, 503646.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3698916476020715, "S11": 1.3698916476020715, "W12": -10.0, "S12": -10.0, "W13": -16.03543985658041, "S13": -17.202143523657444, "W21": -38.583925466371852, "S21": -56.322447547701103, "W22": -37.786663309028462, "S22": -37.833172198702364, "W31": -67.768949232903225, "S31": -75.463955497197119, "W32": -99.303655597689328, "S32": -104.30365559768933 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 500136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0, "S11": -1.0, "W12": -5.5, "S12": -8.5, "W13": -16.0, "S13": -20.5, "W21": -54.999999999999993, "S21": -74.5, "W22": -36.901997166481522, "S22": -38.054510562487685, "W31": -67.270017813643605, "S31": -76.41906167482081, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.59, "S11": 2.59, "W12": -7.8600001, "S12": -7.8600001, "W13": -31.02, "S13": -31.03, "W21": -35.310001, "S21": -35.310001, "W22": -40.0, "S22": -41.014364640883699, "W31": -68.735323427091075, "S31": -73.613835972358942, "W32": -96.538967352688204, "S32": -101.5389673526882 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50037740875588288, "S11": 0.2477379301090406, "W12": -9.5585441233311581, "S12": -12.787375437635838, "W13": -15.031075201988813, "S13": -16.578955921133474, "W21": -58.707490089714163, "S21": -68.402408467807902, "W22": -39.7498661465129, "S22": -50.598659537338321, "W31": -67.127982815555015, "S31": -74.339963036704376, "W32": -89.894587528508652, "S32": -94.894587528508652 }, "geometry": { "type": "Point", "coordinates": [ 103320.5, 501551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7246641772467797, "S11": 1.7246641772467797, "W12": -11.007260925751114, "S12": -16.427268227687183, "W13": -31.570638549167121, "S13": -31.570638549167121, "W21": -39.485929339381016, "S21": -39.485929339381016, "W22": -54.01849353265122, "S22": -54.01849353265122, "W31": -107.42459182094447, "S31": -107.84288999329654, "W32": -112.66296670030273, "S32": -117.66296670030273 }, "geometry": { "type": "Point", "coordinates": [ 103320.666666666671517, 510651.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3525610403397716, "W12": -5.778610529684415, "S12": -12.52298809717022, "W13": -24.825647384217806, "S13": -24.825647384217806, "W21": -39.25651872619266, "S21": -39.25651872619266, "W22": -45.911672269612076, "S22": -51.252289688976894, "W31": -80.613854102003515, "S31": -80.613854102003515, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.8, 509105.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36360580690394939, "S11": -3.8497024954380956, "W12": -10.302465239337655, "S12": -16.671534981260574, "W13": -22.333260558764817, "S13": -25.333260558764817, "W21": -34.547725466992887, "S21": -34.547725466992887, "W22": -42.017042621554623, "S22": -42.017042621554623, "W31": -74.17905673837663, "S31": -74.983311513819629, "W32": -95.080625797227881, "S32": -100.08062579722788 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 504984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88150478721956782, "S11": -1.1059171778274139, "W12": -8.2933493269358927, "S12": -16.956729809862026, "W13": -20.0, "S13": -20.078018477222127, "W21": -37.700323005395127, "S21": -42.700323005395127, "W22": -34.619034229432259, "S22": -43.160640250973408, "W31": -78.383122704336699, "S31": -78.383122704336699, "W32": -85.780041740275394, "S32": -90.780041740275394 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 506250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67864720515071686, "W12": -5.9438105339160874, "S12": -20.846002233226841, "W13": -25.0, "S13": -25.779665374763098, "W21": -40.0628216503993, "S21": -40.0628216503993, "W22": -36.893700766428957, "S22": -37.910053685234992, "W31": -67.331940039736992, "S31": -76.300145041534734, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 509227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18221800093361856, "S11": -0.18221800093361856, "W12": -6.6181203630874377, "S12": -16.906089761301878, "W13": -25.0, "S13": -25.0, "W21": -38.142223364732317, "S21": -38.142223364732317, "W22": -40.251148351851384, "S22": -40.251148351851384, "W31": -68.536609360762668, "S31": -73.993843508207092, "W32": -96.895591553333915, "S32": -101.89559155333392 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 509338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43312906128161549, "S11": 0.43312906128161549, "W12": -8.6044544763977715, "S12": -8.6044544763977715, "W13": -25.0, "S13": -28.31133576710662, "W21": -38.832779877966892, "S21": -38.832779877966892, "W22": -66.309694496525864, "S22": -79.143274926473978, "W31": -99.98926555415035, "S31": -99.98926555415035, "W32": -102.5729285191974, "S32": -107.5729285191974 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 509894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020272284090184917, "S11": -0.020272284090184917, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.526612221909321, "W21": -37.667007311731751, "S21": -37.667007311731751, "W22": -66.565780157788765, "S22": -73.46989072839213, "W31": -83.445391181802975, "S31": -83.445391181802975, "W32": -88.74923653648932, "S32": -93.74923653648932 }, "geometry": { "type": "Point", "coordinates": [ 103321.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3738212895918971, "S11": 3.3738212895918971, "W12": -4.8767316940033849, "S12": -4.8767316940033849, "W13": -15.402957501074985, "S13": -15.402957501074985, "W21": -42.997995557722525, "S21": -56.07175601147879, "W22": -46.272445954028321, "S22": -50.401250488054764, "W31": -80.482354066113942, "S31": -80.482354066113942, "W32": -100.07519476313054, "S32": -105.07519476313054 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 502706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.938536981048596, "S12": -13.713682604151394, "W13": -19.96323629745601, "S13": -24.934551496920054, "W21": -42.852929499177591, "S21": -51.059157700473058, "W22": -44.64451682259967, "S22": -44.64451682259967, "W31": -79.798459087790135, "S31": -80.071230123583106, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 503576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3521956867449654, "W12": -9.2762311943884743, "S12": -12.630586732425527, "W13": -20.0, "S13": -22.281138613246561, "W21": -39.896474706600159, "S21": -46.358565247638069, "W22": -40.0, "S22": -41.565092165898697, "W31": -68.845069882922289, "S31": -73.403205804508843, "W32": -96.321692574263722, "S32": -101.32169257426372 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 504133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35445501849026262, "S11": -3.5579460293851186, "W12": -10.286272262901317, "S12": -16.616263770238909, "W13": -22.496525430936366, "S13": -25.188839048151788, "W21": -34.559510304593708, "S21": -34.559510304593708, "W22": -37.185922339357823, "S22": -37.68574572332119, "W31": -67.552250344215906, "S31": -75.878124287347987, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 505003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2815343991513912, "S11": -0.71846560084860833, "W12": -7.1792420569336839, "S12": -11.607368139372202, "W13": -14.970196969820853, "S13": -15.431772853023046, "W21": -32.493282261747424, "S21": -32.493282261747424, "W22": -39.892086380693485, "S22": -39.892086380693485, "W31": -73.748513292750417, "S31": -73.748513292750417, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 507178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2837412128460173, "S11": 1.6521363151551633, "W12": -7.4529067532356583, "S12": -7.4529067532356583, "W13": -16.009252740621545, "S13": -16.009252740621545, "W21": -32.776206578156128, "S21": -32.776206578156128, "W22": -41.080787987354746, "S22": -41.080787987354746, "W31": -73.759747995435788, "S31": -75.084412765852662, "W32": -95.004293984742503, "S32": -100.0042939847425 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 507382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0365707945719893, "S11": 2.0365707945719893, "W12": -10.0, "S12": -24.615409105380451, "W13": -24.615409105380451, "S13": -24.615409105380451, "W21": -37.045510813577692, "S21": -37.045510813577692, "W22": -40.39890047063092, "S22": -45.731493051281632, "W31": -60.0, "S31": -60.210113802417744, "W32": -93.910117233531452, "S32": -98.910117233531452 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 510213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9259223784529584, "W12": -7.8235362184679476, "S12": -7.8235362184679476, "W13": -21.310963284852381, "S13": -22.436446264932805, "W21": -40.085867023576405, "S21": -40.085867023576405, "W22": -46.79140124975423, "S22": -52.967001647925407, "W31": -80.83936053343686, "S31": -80.83936053343686, "W32": -100.14713447885586, "S32": -105.14713447885586 }, "geometry": { "type": "Point", "coordinates": [ 103322.0, 515180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3725856030213208, "S12": -6.3725856030213208, "W13": -20.176437942176619, "S13": -20.358790291361135, "W21": -44.466154843513536, "S21": -44.466154843513536, "W22": -44.564388622237736, "S22": -44.564388622237736, "W31": -80.0, "S31": -80.284133567432008, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103322.333333333328483, 517197.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.7487228395472458, "W13": -15.0, "S13": -18.157965851860951, "W21": -37.030632881905106, "S21": -44.46799503103, "W22": -39.23621905041275, "S22": -51.545004718050876, "W31": -71.950223687600285, "S31": -77.168074859594938, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 499018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7319416412861934, "S11": 1.7319416412861934, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -16.575121678687001, "S13": -17.458570386027208, "W21": -39.931305411845528, "S21": -59.931305411845528, "W22": -37.009794957146987, "S22": -37.900824671252877, "W31": -67.356776737729504, "S31": -76.252062485904887, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 500212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21338199513381997, "S11": 0.21338199513381997, "W12": -7.4534772064164274, "S12": -9.4618738605254062, "W13": -17.312703599693641, "S13": -20.434801939708937, "W21": -53.333764679926688, "S21": -71.9327234689721, "W22": -70.0, "S22": -74.418015570172898, "W31": -84.985922006231149, "S31": -84.985922006231149, "W32": -92.699277867740378, "S32": -97.699277867740378 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 501076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4544912897917492, "S11": -0.042223655375922764, "W12": -4.9197376124267915, "S12": -9.8307223437590565, "W13": -13.653522049673414, "S13": -18.812666499598272, "W21": -60.0, "S21": -71.531861695393701, "W22": -38.366567650192017, "S22": -51.312155987048342, "W31": -75.381073402814351, "S31": -77.574095130141373, "W32": -84.899790388511732, "S32": -89.899790388511732 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 502223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58492532711587453, "S11": -0.81643695405017358, "W12": -11.397220891231843, "S12": -11.397220891231843, "W13": -23.314006021008073, "S13": -23.314006021008073, "W21": -38.398497775629956, "S21": -43.006143738703955, "W22": -38.081769264128404, "S22": -50.96984625647594, "W31": -76.033420548831714, "S31": -77.380591043102129, "W32": -84.919028365861195, "S32": -89.919028365861195 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 506096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95832108275245853, "S11": -1.1580551493682747, "W12": -9.0647074503539091, "S12": -16.332602863983372, "W13": -20.397095996164893, "S13": -20.397095996164893, "W21": -37.617754317884305, "S21": -42.617754317884305, "W22": -36.402791228626832, "S22": -41.333262693818391, "W31": -71.241102817229901, "S31": -71.241102817229901, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 506235.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81157340855457349, "S11": -1.0624442353715251, "W12": -7.5113288018126072, "S12": -17.065550833531425, "W13": -20.0, "S13": -20.14851863650853, "W21": -37.782915969296759, "S21": -42.782915969296759, "W22": -37.579601516801567, "S22": -47.235072885023271, "W31": -66.430545203992011, "S31": -71.061092731071241, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 506261.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29025581974355785, "S11": -0.54025581974355785, "W12": -5.0, "S12": -8.5381206243175534, "W13": -21.541239082369597, "S13": -21.541239082369597, "W21": -38.600478903595864, "S21": -38.600478903595864, "W22": -38.35294857223235, "S22": -45.783018798139786, "W31": -66.853626701190947, "S31": -67.734652961031202, "W32": -94.00964400249174, "S32": -99.00964400249174 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 508582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54508946454800056, "W12": -9.4690367394456576, "S12": -21.181657252100116, "W13": -25.202203670808455, "S13": -25.496244194650739, "W21": -37.814780562414995, "S21": -37.814780562414995, "W22": -38.462209338008407, "S22": -42.350802882005347, "W31": -60.60280683818155, "S31": -67.660343392399454, "W32": -80.286383093242065, "S32": -85.286383093242065 }, "geometry": { "type": "Point", "coordinates": [ 103323.0, 509281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21225093700259337, "S11": 0.15725519009431874, "W12": -5.6756786508442953, "S12": -9.6760119524347132, "W13": -19.831834599912924, "S13": -19.831834599912924, "W21": -38.134825651843919, "S21": -41.898571661067088, "W22": -51.752988811339065, "S22": -51.88690706231057, "W31": -98.388776912845174, "S31": -98.388776912845174, "W32": -98.388776912845174, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103323.333333333328483, 505629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26113587169650665, "S11": 0.26113587169650665, "W12": -6.387041468922745, "S12": -6.387041468922745, "W13": -20.002621025804121, "S13": -20.002621025804121, "W21": -43.701433112595844, "S21": -43.701433112595844, "W22": -40.765346217398893, "S22": -42.396346433670644, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -93.268063346663624, "S32": -98.268063346663624 }, "geometry": { "type": "Point", "coordinates": [ 103323.991803278695443, 517446.426229508186225 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6658773837595291, "S11": 2.6658773837595291, "W12": -8.9865539270790116, "S12": -8.9865539270790116, "W13": -19.383908095639118, "S13": -19.410147794930715, "W21": -48.018102449009788, "S21": -68.018102449009788, "W22": -44.368855494744587, "S22": -51.7868277500273, "W31": -62.395380434782602, "S31": -63.311091339570517, "W32": -94.799347685536247, "S32": -99.799347685536247 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 500404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3694493345972507, "S12": -10.410666370546515, "W13": -18.598211386265, "S13": -20.364999673721229, "W21": -51.70342305342475, "S21": -70.153706250403985, "W22": -37.394098601496566, "S22": -38.646334817440106, "W31": -67.033209526138407, "S31": -73.274753708890316, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 500930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.067263088137839655, "S11": 0.067263088137839655, "W12": -7.6866996369258462, "S12": -10.701901556594267, "W13": -15.482253540053417, "S13": -15.482253540053417, "W21": -56.90490288962576, "S21": -61.869685854408729, "W22": -65.379468614435538, "S22": -72.007821113701183, "W31": -85.371928359754151, "S31": -85.371928359754151, "W32": -89.31288951015209, "S32": -94.31288951015209 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 501400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.011136686751065605, "S11": -0.011136686751065605, "W12": -11.148193508879363, "S12": -11.148193508879363, "W13": -19.95005941391366, "S13": -24.255261885102449, "W21": -42.864273155237939, "S21": -52.864273155237939, "W22": -71.802485616487914, "S22": -73.712602754679708, "W31": -85.953209448527218, "S31": -85.953209448527218, "W32": -93.754054882051733, "S32": -98.754054882051733 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 503523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1341560668288215, "S11": 1.1341560668288215, "W12": -9.824642857142857, "S12": -15.477817970724999, "W13": -20.346487578747176, "S13": -23.346487578747176, "W21": -40.0, "S21": -42.110532009047105, "W22": -39.934522249795769, "S22": -44.274246894789641, "W31": -60.0, "S31": -60.321613683483065, "W32": -93.245899489326135, "S32": -98.245899489326135 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24005180753121855, "S11": -0.54052137836160308, "W12": -6.5304594790955726, "S12": -11.131900467201703, "W13": -19.912406658483437, "S13": -20.135936070248171, "W21": -38.276683638737872, "S21": -40.743870584463309, "W22": -47.152315354278421, "S22": -49.115940419582785, "W31": -80.361621011909577, "S31": -80.361621011909577, "W32": -95.782179324855363, "S32": -100.78217932485536 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 505570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.87605207785377548, "W12": -4.7463973799126951, "S12": -12.993199486759949, "W13": -19.999999999999996, "S13": -20.375132297531902, "W21": -38.135529056092338, "S21": -43.135529056092338, "W22": -45.361146357565744, "S22": -46.602808735231221, "W31": -80.0, "S31": -80.055626106327693, "W32": -88.854003468920922, "S32": -93.854003468920922 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 506314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.094404288542864367, "S11": -0.094404288542864367, "W12": -6.6153265672343142, "S12": -15.244205842655033, "W13": -24.046249065070494, "S13": -24.046249065070494, "W21": -37.33143065102611, "S21": -37.33143065102611, "W22": -45.070062191802364, "S22": -45.070062191802364, "W31": -78.999473664228432, "S31": -79.207609686651296, "W32": -90.12873869146793, "S32": -95.12873869146793 }, "geometry": { "type": "Point", "coordinates": [ 103324.0, 509352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3486500210155024, "S12": -6.3486500210155024, "W13": -20.36911973534875, "S13": -20.772749713733283, "W21": -45.360821531587746, "S21": -45.360821531587746, "W22": -39.531154441320069, "S22": -50.796655955161448, "W31": -72.013999595896209, "S31": -77.066350181688563, "W32": -86.245541269182908, "S32": -91.245541269182908 }, "geometry": { "type": "Point", "coordinates": [ 103324.055555555562023, 516919.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3234189540029657, "S12": -6.3234189540029657, "W13": -20.904938494717484, "S13": -21.922853138989765, "W21": -43.618595566399591, "S21": -43.618595566399591, "W22": -60.0, "S22": -70.184410823121084, "W31": -83.074457390203406, "S31": -83.074457390203406, "W32": -88.653765040347864, "S32": -93.653765040347864 }, "geometry": { "type": "Point", "coordinates": [ 103324.242424242431298, 516149.212121212098282 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40716266927720668, "S11": 0.30383807744909452, "W12": -5.0, "S12": -5.2594019955255815, "W13": -23.926032861682938, "S13": -23.926032861682938, "W21": -39.952931311347072, "S21": -39.952931311347072, "W22": -54.481058281761207, "S22": -58.651011090604797, "W31": -90.0, "S31": -90.0, "W32": -95.612336210939631, "S32": -100.61233621093963 }, "geometry": { "type": "Point", "coordinates": [ 103325.0, 508854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41412676197140857, "S11": 0.41412676197140857, "W12": -8.6230637282502514, "S12": -8.6230637282502514, "W13": -25.0, "S13": -28.10633717120659, "W21": -38.757474309686103, "S21": -38.757474309686103, "W22": -46.555023923444978, "S22": -46.555023923444978, "W31": -83.946237535370045, "S31": -98.946237535370045, "W32": -98.946237535370045, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103325.0, 509912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.197073170731707, "S11": 2.197073170731707, "W12": -10.0, "S12": -14.379701646090531, "W13": -25.392905866302865, "S13": -25.392905866302865, "W21": -33.740653846739377, "S21": -34.80881419276313, "W22": -37.76061211971934, "S22": -39.073179201862779, "W31": -66.865766707992805, "S31": -68.406717655398509, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103325.0, 510362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98352161179240505, "S11": 0.98352161179240505, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -21.473345334985741, "S13": -27.921314198470736, "W21": -39.90019898726365, "S21": -39.90019898726365, "W22": -53.693964266103706, "S22": -53.693964266103706, "W31": -90.0, "S31": -90.180838977495881, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103325.583333333328483, 513673.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5292155853071696, "S11": 1.5292155853071696, "W12": -6.1253038866792258, "S12": -10.989080632740427, "W13": -28.877377377377389, "S13": -28.877377377377389, "W21": -34.572333370022946, "S21": -38.252906627565046, "W22": -65.656777324363077, "S22": -78.326215003066878, "W31": -100.14647495075639, "S31": -100.14647495075639, "W32": -102.58805166528398, "S32": -107.58805166528398 }, "geometry": { "type": "Point", "coordinates": [ 103325.666666666671517, 510404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41105856184773981, "S11": 0.41105856184773981, "W12": -5.0, "S12": -5.0, "W13": -22.529035850036902, "S13": -22.529035850036902, "W21": -37.708858723369495, "S21": -39.832176587378079, "W22": -44.611463964527275, "S22": -48.17003841516977, "W31": -80.452852798075881, "S31": -80.452852798075881, "W32": -100.12957501576858, "S32": -105.12957501576858 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 505882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67628504672897183, "W12": -6.195840667597869, "S12": -20.229658290447077, "W13": -25.0, "S13": -25.751893575081152, "W21": -40.0, "S21": -40.0, "W22": -37.515118267569662, "S22": -46.808949796476483, "W31": -66.43343448159321, "S31": -71.630147158182169, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 509234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79302168021680219, "S11": 0.79302168021680219, "W12": -8.1126436354415628, "S12": -8.1126436354415628, "W13": -25.000000000000004, "S13": -27.07351159390015, "W21": -35.056195454125174, "S21": -35.056195454125174, "W22": -37.807511082121671, "S22": -50.589165003848201, "W31": -76.371753255035387, "S31": -76.371753255035387, "W32": -84.934520000253144, "S32": -89.934520000253144 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 509671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5359490356367362, "S11": 2.5359490356367362, "W12": -7.1665579514824804, "S12": -31.145645442904691, "W13": -31.648625475524476, "S13": -31.648625475524476, "W21": -34.35604066739203, "S21": -34.35604066739203, "W22": -60.745749091111279, "S22": -60.745749091111279, "W31": -69.991583726765654, "S31": -70.661988393486709, "W32": -85.920871243451899, "S32": -90.920871243451899 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 510809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3222142123268572, "S12": -6.3222142123268572, "W13": -20.953670656825516, "S13": -22.036155714851727, "W21": -43.32296233814025, "S21": -43.32296233814025, "W22": -51.512594422591974, "S22": -51.512594422591974, "W31": -75.239998, "S31": -75.239998, "W32": -84.60784812333803, "S32": -89.60784812333803 }, "geometry": { "type": "Point", "coordinates": [ 103326.0, 516078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65549695618106207, "S11": 0.65549695618106207, "W12": -9.9154620493417411, "S12": -9.9154620493417411, "W13": -16.132315422297268, "S13": -17.1289345221875, "W21": -19.383705843519561, "S21": -20.664641211057198, "W22": -39.918261980347729, "S22": -43.77836467054145, "W31": -60.0, "S31": -61.916076364892881, "W32": -93.264467224115492, "S32": -98.264467224115492 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 497126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.99713530189510791, "W12": -9.7296098836315164, "S12": -13.406102985617515, "W13": -14.908933693268095, "S13": -19.731011088324337, "W21": -58.600064143681848, "S21": -69.805109402911512, "W22": -40.357256883946434, "S22": -42.58943245517569, "W31": -60.0, "S31": -60.0, "W32": -93.32210793124419, "S32": -98.32210793124419 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 501883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -17.797971768560004, "W13": -20.08892713711991, "S13": -24.360813235942267, "W21": -41.699601547093359, "S21": -46.164823271059475, "W22": -63.978672756449903, "S22": -68.230269595344751, "W31": -83.041749885444005, "S31": -83.041749885444005, "W32": -88.475046190002715, "S32": -93.475046190002715 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 503677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10823409930015135, "S11": 0.10823409930015135, "W12": -5.4365263612202535, "S12": -7.9934128171891512, "W13": -21.559034195933457, "S13": -21.559034195933457, "W21": -39.116429398777328, "S21": -44.116429398777328, "W22": -47.123273906536468, "S22": -47.123273906536468, "W31": -84.771827094304953, "S31": -97.133854623253555, "W32": -97.133854623253555, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10278398954139203, "S11": 0.10278398954139203, "W12": -5.4095472821025208, "S12": -7.8908076532710139, "W13": -21.675138632162664, "S13": -21.675138632162664, "W21": -39.194001978327925, "S21": -44.146626768227449, "W22": -38.892960472918084, "S22": -43.579027754847267, "W31": -61.621851983848281, "S31": -69.383817955185904, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 505690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.065121996763351175, "S11": -0.065121996763351175, "W12": -5.0, "S12": -5.5123354492322489, "W13": -22.401950558024442, "S13": -22.401950558024442, "W21": -38.961888061515218, "S21": -38.961888061515218, "W22": -54.820781946995538, "S22": -59.820781946995538, "W31": -100.0, "S31": -100.0, "W32": -100.9684598026268, "S32": -105.9684598026268 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 508682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3006900212314223, "W12": -5.3506046344804492, "S12": -13.488278890308315, "W13": -24.822072638931886, "S13": -25.075016677861615, "W21": -39.353600598559879, "S21": -39.353600598559879, "W22": -65.561271357707142, "S22": -94.042028787355605, "W31": -102.42428879204819, "S31": -102.42428879204819, "W32": -104.18704236251611, "S32": -109.18704236251611 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 509117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5882038834951457, "S11": 1.5882038834951457, "W12": -11.21831091400376, "S12": -11.896684447250175, "W13": -30.026586120152352, "S13": -30.026586120152352, "W21": -38.68118210951328, "S21": -38.68118210951328, "W22": -71.789736195139383, "S22": -81.125799960641942, "W31": -89.181897349413759, "S31": -89.181897349413759, "W32": -94.718263573967405, "S32": -99.718263573967405 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 510669.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10558056999703687, "S11": -0.10558056999703687, "W12": -12.089520555153735, "S12": -12.089520555153735, "W13": -19.558950540058841, "S13": -34.035529112617795, "W21": -34.375641492235623, "S21": -34.58391948279268, "W22": -46.948117719741269, "S22": -46.948117719741269, "W31": -81.820554723319248, "S31": -82.691116006251661, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 512015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4869653374529301, "S11": 1.4869653374529301, "W12": -15.0, "S12": -15.0, "W13": -21.53708401926465, "S13": -24.981893343551988, "W21": -39.946947580603513, "S21": -39.946947580603513, "W22": -46.419091460302951, "S22": -51.775999498086044, "W31": -80.750879047130823, "S31": -80.750879047130823, "W32": -100.26190476190473, "S32": -105.26190476190473 }, "geometry": { "type": "Point", "coordinates": [ 103327.0, 513905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8666537676379735, "S11": 2.8666537676379735, "W12": -9.4243885874316859, "S12": -9.4243885874316859, "W13": -19.905178452897452, "S13": -20.305849957044998, "W21": -50.044223632702234, "S21": -67.934262505394287, "W22": -40.861443258409182, "S22": -40.861443258409182, "W31": -73.482450208851034, "S31": -75.530804536360179, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103327.333333333328483, 500781.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.028822328800490515, "S11": -0.028822328800490515, "W12": -7.4158795646759303, "S12": -7.4158795646759303, "W13": -15.75989385763148, "S13": -17.094539487107237, "W21": -33.473081844479722, "S21": -33.473081844479722, "W22": -40.000000000000007, "S22": -43.62070282172359, "W31": -69.541517288933065, "S31": -70.975248287550471, "W32": -94.189411871495693, "S32": -99.189411871495693 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18986800976316745, "S11": -0.18986800976316745, "W12": -6.1567801553674073, "S12": -6.1567801553674073, "W13": -15.000275672721079, "S13": -16.624536141411053, "W21": -35.900633740515161, "S21": -37.613450825449114, "W22": -37.821226689625021, "S22": -46.073114261647071, "W31": -66.697832141359854, "S31": -72.253052505664854, "W32": -96.366071711631733, "S32": -101.36607171163173 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 498063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1566961641566897, "S11": 1.1566961641566897, "W12": -10.0, "S12": -10.0, "W13": -15.957735031156869, "S13": -17.318206483658432, "W21": -37.599982826352964, "S21": -54.787060719194024, "W22": -37.459480761338021, "S22": -46.615138949495275, "W31": -66.599008629311001, "S31": -75.652260942130624, "W32": -98.295349865507191, "S32": -103.29534986550719 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 500095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9786662100457129, "S11": 2.9786662100457129, "W12": -9.1754038254080221, "S12": -9.1754038254080221, "W13": -20.286867841034976, "S13": -20.286867841034976, "W21": -50.0, "S21": -67.852721088435359, "W22": -62.455453664355474, "S22": -81.580268243715508, "W31": -103.35048719580864, "S31": -103.35048719580864, "W32": -104.5727776812269, "S32": -109.5727776812269 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 500738.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3278191443997174, "S11": 3.3278191443997174, "W12": -9.1697598827355709, "S12": -9.1697598827355709, "W13": -19.599328200129065, "S13": -20.311579257051147, "W21": -40.0, "S21": -52.349040265550585, "W22": -71.85837986183401, "S22": -87.768581947883547, "W31": -90.0, "S31": -90.0, "W32": -96.515984279239262, "S32": -101.51598427923926 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 503163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4445414209318001, "S11": -4.5554585790682003, "W12": -9.8536743240495976, "S12": -16.24846061707424, "W13": -21.053730574926046, "S13": -22.196125134951952, "W21": -34.41874552123609, "S21": -34.41874552123609, "W22": -59.771593721008934, "S22": -66.941761111259879, "W31": -83.2032015697541, "S31": -83.2032015697541, "W32": -88.724588304900962, "S32": -93.724588304900962 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 504835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5008226116908112, "S11": 2.5008226116908112, "W12": -9.8635543067952476, "S12": -17.463554306795245, "W13": -25.0, "S13": -25.0, "W21": -36.787529617966769, "S21": -36.787529617966769, "W22": -56.057788811897247, "S22": -64.274311525683714, "W31": -90.0, "S31": -90.0, "W32": -95.328014411949496, "S32": -100.3280144119495 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 510288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50667767702393807, "S11": 0.50667767702393807, "W12": -5.0, "S12": -22.105512418084693, "W13": -29.597802550324804, "S13": -29.597802550324804, "W21": -39.226208511706673, "S21": -43.376124028903099, "W22": -41.968110596185085, "S22": -41.968110596185085, "W31": -73.159324155193985, "S31": -73.615878650422516, "W32": -93.47227821887769, "S32": -98.47227821887769 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 510543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5810929519918284, "S11": 2.5810929519918284, "W12": -10.0, "S12": -23.142799266598573, "W13": -30.290519750519749, "S13": -30.293196885716991, "W21": -34.618811601398605, "S21": -34.618811601398605, "W22": -39.430049921459641, "S22": -40.607535385190424, "W31": -71.110058285814205, "S31": -73.406335752910181, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103328.0, 510786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0471881052596861, "S11": 0.22947418577857182, "W12": -4.5367943780723845, "S12": -7.5367943780723845, "W13": -19.901229148374874, "S13": -19.901229148374874, "W21": -35.719149273100292, "S21": -37.774205778460711, "W22": -51.011059936710843, "S22": -51.011059936710843, "W31": -69.97264067957336, "S31": -69.97264067957336, "W32": -88.616765358993334, "S32": -93.616765358993334 }, "geometry": { "type": "Point", "coordinates": [ 103328.285714285710128, 506888.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11599439097344266, "S11": 0.11599439097344266, "W12": -4.9035896360013007, "S12": -5.7325265475066685, "W13": -22.94305019305056, "S13": -22.94305019305056, "W21": -38.903488938114961, "S21": -42.778742035874657, "W22": -39.599650010810905, "S22": -39.599650010810905, "W31": -72.468018407214814, "S31": -73.060222402182816, "W32": -91.845781393973539, "S32": -96.845781393973539 }, "geometry": { "type": "Point", "coordinates": [ 103328.6, 505755.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3619482186803875, "S12": -6.3619482186803875, "W13": -20.140499330660369, "S13": -20.318106594379099, "W21": -44.388906770240659, "S21": -44.388906770240659, "W22": -53.526967435549523, "S22": -87.456382951756012, "W31": -104.25613709021589, "S31": -104.25613709021589, "W32": -111.58395130444711, "S32": -116.58395130444711 }, "geometry": { "type": "Point", "coordinates": [ 103328.809523809526581, 517245.047619047632907 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4189212625662173, "S11": 3.4189212625662173, "W12": -5.0, "S12": -5.0, "W13": -15.558391883981294, "S13": -15.558391883981294, "W21": -42.247651907226377, "S21": -55.19560948699116, "W22": -38.69892470858759, "S22": -51.626135939888172, "W31": -74.13425561977725, "S31": -76.422233197098691, "W32": -84.872257299086712, "S32": -89.872257299086712 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 502724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0879819769528301, "S11": 1.0879819769528301, "W12": -9.862857142857143, "S12": -15.60669051422407, "W13": -20.431772257220967, "S13": -23.431772257220967, "W21": -40.0, "S21": -42.36778444291474, "W22": -38.077089687651849, "S22": -45.803758610572572, "W31": -66.778143617813114, "S31": -69.232677318899135, "W32": -94.776376808250461, "S32": -99.776376808250461 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70592315161603558, "S11": 0.70592315161603558, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -33.25486068927443, "S21": -33.25486068927443, "W22": -48.098919380018785, "S22": -48.563231188815529, "W31": -81.970571015291355, "S31": -81.970571015291355, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 507787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.30537327520337998, "W12": -4.984746066943532, "S12": -16.825018154624825, "W13": -24.915494274876195, "S13": -25.915494274876195, "W21": -40.168500321161162, "S21": -40.559412449460524, "W22": -51.157261188613063, "S22": -51.158548232289661, "W31": -95.563397480785696, "S31": -95.563397480785696, "W32": -95.563397480785696, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 509168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.58338563226064621, "W12": -9.4398920535513984, "S12": -21.440934351292327, "W13": -25.057006587012612, "S13": -25.469067950843687, "W21": -38.184667133332745, "S21": -38.184667133332745, "W22": -40.0, "S22": -40.009388138291357, "W31": -68.519598297771481, "S31": -74.023325367305148, "W32": -96.844435995562264, "S32": -101.84443599556226 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5082537010408092, "S12": -8.6352958800066677, "W13": -25.000000000000004, "S13": -28.151453385324356, "W21": -37.29943829895705, "S21": -37.29943829895705, "W22": -38.052462534576016, "S22": -45.795757229558674, "W31": -66.771120807986691, "S31": -69.411398346342153, "W32": -94.858800729068136, "S32": -99.858800729068136 }, "geometry": { "type": "Point", "coordinates": [ 103329.0, 509783.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21033131219447876, "S11": -0.21033131219447876, "W12": -6.850436526984625, "S12": -6.850436526984625, "W13": -15.658631859429807, "S13": -17.063425229716827, "W21": -34.928423040338195, "S21": -34.928423040338195, "W22": -38.470132537674758, "S22": -38.470132537674758, "W31": -67.998682217557615, "S31": -75.020410792004483, "W32": -98.456914271538423, "S32": -103.45691427153842 }, "geometry": { "type": "Point", "coordinates": [ 103329.285714285710128, 497947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58218999564906171, "S11": 0.58218999564906171, "W12": -10.0, "S12": -10.0, "W13": -15.888619240590971, "S13": -17.717233339765528, "W21": -35.330056029023467, "S21": -50.330056029023467, "W22": -54.479695647005251, "S22": -68.920660837635523, "W31": -100.0, "S31": -100.0, "W32": -104.58327159087206, "S32": -109.58327159087206 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 499977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19494716465799564, "S11": -5.3511389948287134, "W12": -8.9996517499564685, "S12": -9.0240386428602264, "W13": -20.0, "S13": -20.366681410427578, "W21": -37.778909883118331, "S21": -47.39451723797572, "W22": -46.599494313392142, "S22": -52.051206306214667, "W31": -80.795303667021557, "S31": -80.795303667021557, "W32": -100.34249084249052, "S32": -105.34249084249052 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19220264375588347, "S11": -5.3561933232468668, "W12": -8.8605693888211725, "S12": -8.8605693888211725, "W13": -20.0, "S13": -20.356573441254945, "W21": -37.851613001465651, "S21": -47.851613001465651, "W22": -48.313506004854872, "S22": -48.313506004854872, "W31": -82.672689031125643, "S31": -87.672689031125643, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 505411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47596376722063272, "S11": 0.47596376722063272, "W12": -5.2625536620738513, "S12": -5.2625536620738513, "W13": -22.7321014435522, "S13": -22.7321014435522, "W21": -37.881395095302523, "S21": -39.902917456434238, "W22": -37.670312931582025, "S22": -39.275693474345715, "W31": -66.876276368911704, "S31": -68.943613007835026, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 505885.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28185995238492245, "S11": -0.78185995238492245, "W12": -5.2029216248140706, "S12": -9.5859163576959361, "W13": -20.0, "S13": -20.590600683241618, "W21": -38.514388623521342, "S21": -43.514388623521342, "W22": -60.759257443983977, "S22": -60.759257443983977, "W31": -69.960791568452834, "S31": -70.70264928241221, "W32": -85.981527433140343, "S32": -90.981527433140343 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 506367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.261003286703168, "W13": -20.0, "S13": -20.0, "W21": -33.295663284432479, "S21": -33.295663284432479, "W22": -41.52635036932287, "S22": -45.810516728404174, "W31": -70.0, "S31": -70.552656394213244, "W32": -93.538085562468254, "S32": -98.538085562468254 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 507901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035878768872422279, "S11": 0.035878768872422279, "W12": -6.1693630617131152, "S12": -12.296775847261795, "W13": -19.283646453842799, "S13": -19.283646453842799, "W21": -33.536061672128447, "S21": -33.536061672128447, "W22": -47.163312617204021, "S22": -49.15903777308867, "W31": -80.295501839549175, "S31": -80.295501839549175, "W32": -95.566629186701775, "S32": -100.56662918670177 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58997257837397166, "S11": 0.58997257837397166, "W12": -7.7837246087174501, "S12": -7.7837246087174501, "W13": -25.116361547099814, "S13": -26.169025010646919, "W21": -34.721125587453493, "S21": -34.721125587453493, "W22": -46.86034450092518, "S22": -48.047564507817029, "W31": -80.13922820659775, "S31": -80.265375911188386, "W32": -99.87780830247651, "S32": -104.87780830247651 }, "geometry": { "type": "Point", "coordinates": [ 103330.0, 509591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5615620935247878, "S11": 0.89856111600768118, "W12": -7.7438695596980676, "S12": -11.618803080439596, "W13": -14.999373508353221, "S13": -14.999373508353221, "W21": -32.770952153406682, "S21": -32.770952153406682, "W22": -62.303760253214499, "S22": -69.901823932224374, "W31": -87.039000806786788, "S31": -87.039000806786788, "W32": -91.705986311210609, "S32": -96.705986311210609 }, "geometry": { "type": "Point", "coordinates": [ 103330.125, 507278.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45645761190201384, "S11": 0.45645761190201384, "W12": -7.5166691389113343, "S12": -10.378234222548798, "W13": -25.727167611187834, "S13": -25.727167611187834, "W21": -34.559893998991953, "S21": -34.559893998991953, "W22": -46.686839626608425, "S22": -48.177743648355133, "W31": -80.177174282059127, "S31": -80.46699464134052, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.25, 509548.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3384955247503267, "S12": -6.3384955247503267, "W13": -20.331831853471609, "S13": -20.728404661254807, "W21": -45.275437432559301, "S21": -45.275437432559301, "W22": -39.680406570716762, "S22": -45.051656784092501, "W31": -72.130562287845038, "S31": -76.019518783129485, "W32": -89.297801742015764, "S32": -94.297801742015764 }, "geometry": { "type": "Point", "coordinates": [ 103330.37777777777228, 516968.977777777763549 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -0.82, "W12": -14.15, "S12": -22.8099998, "W13": -22.82, "S13": -22.82, "W21": -36.110001, "S21": -36.110001, "W22": -34.104627656765707, "S22": -45.350296160684401, "W31": -80.0, "S31": -83.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.4, 509319.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39345260997819675, "S11": 0.39345260997819675, "W12": -6.9036371275874329, "S12": -12.745206056638928, "W13": -19.85330020139725, "S13": -19.85330020139725, "W21": -34.39866241053042, "S21": -34.39866241053042, "W22": -37.249041869419301, "S22": -38.954057264135514, "W31": -67.119594478740481, "S31": -76.14438640365637, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103330.5, 509506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5734218590398363, "S11": 2.5734218590398363, "W12": -8.044667405764967, "S12": -29.473524231096938, "W13": -30.841187556338028, "S13": -30.841187556338028, "W21": -34.075231181058079, "S21": -34.075231181058079, "W22": -38.832388119279017, "S22": -48.534329081184467, "W31": -66.978982607657116, "S31": -71.325365569812547, "W32": -91.59255646558249, "S32": -96.59255646558249 }, "geometry": { "type": "Point", "coordinates": [ 103330.5, 510802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.060243716679282883, "S11": -0.060243716679282883, "W12": -6.1594803346596008, "S12": -13.670913396461149, "W13": -19.117016613014258, "S13": -19.127175214542387, "W21": -33.242383467178655, "S21": -33.242383467178655, "W22": -49.430505900657458, "S22": -49.430505900657458, "W31": -70.0, "S31": -70.0, "W32": -88.784727921864743, "S32": -93.784727921864743 }, "geometry": { "type": "Point", "coordinates": [ 103330.75, 509463.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6319110170013165, "S12": -9.0330270488879663, "W13": -16.770128159305592, "S13": -20.462861998475962, "W21": -54.015914567917996, "S21": -72.839496592350798, "W22": -55.635589375691843, "S22": -68.767329975157352, "W31": -100.0, "S31": -100.0, "W32": -103.79293540991377, "S32": -108.79293540991377 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 501138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3202386911588588, "S12": -9.1288035754061259, "W13": -15.819480551635346, "S13": -18.737932334173433, "W21": -55.346518237801988, "S21": -68.534888426172174, "W22": -44.991036249403841, "S22": -51.816108941948201, "W31": -61.394021739130437, "S31": -62.257265868021754, "W32": -94.787671931110978, "S32": -99.787671931110978 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 501289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52776621815323432, "S11": 0.52776621815323432, "W12": -5.0, "S12": -10.273770982804731, "W13": -20.0, "S13": -20.0, "W21": -33.285983579942183, "S21": -33.285983579942183, "W22": -43.923688480057976, "S22": -52.9738400138557, "W31": -65.417627466051755, "S31": -66.417627466051755, "W32": -96.250844424969415, "S32": -101.25084442496942 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 507882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24987545676559361, "S11": -0.24987545676559361, "W12": -6.3569133866003851, "S12": -16.997402718038884, "W13": -22.947704255019538, "S13": -22.993444143454866, "W21": -33.768829588801516, "S21": -33.768829588801516, "W22": -44.095694296063286, "S22": -44.095694296063286, "W31": -80.0, "S31": -80.291559678621724, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 509421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6895563853622104, "S11": 1.6895563853622104, "W12": -10.267169290413534, "S12": -10.267169290413534, "W13": -30.78057353693444, "S13": -30.78057353693444, "W21": -39.46244421504425, "S21": -39.46244421504425, "W22": -50.538457750285268, "S22": -53.962978055440544, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.68143282241313 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.57, "S11": 2.57, "W12": -7.23, "S12": -31.930001, "W13": -31.940001, "S13": -31.940001, "W21": -33.84, "S21": -33.84, "W22": -71.646442671690252, "S22": -73.694938216353918, "W31": -87.811018082227676, "S31": -87.811018082227676, "W32": -94.530418862605714, "S32": -99.530418862605714 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032488262448209501, "S11": 0.032488262448209501, "W12": -10.0, "S12": -10.977205754896863, "W13": -30.11866077829967, "S13": -30.11866077829967, "W21": -37.87017762326208, "S21": -37.87017762326208, "W22": -46.486814862958461, "S22": -52.260613684711821, "W31": -80.788293603162771, "S31": -80.916008980321877, "W32": -100.36263736263733, "S32": -105.36263736263733 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 511232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23517375852809047, "S11": 0.23517375852809047, "W12": -6.3737521871271321, "S12": -6.3737521871271321, "W13": -20.0, "S13": -20.000000000000007, "W21": -43.632234245759861, "S21": -43.632234245759861, "W22": -36.96769212329454, "S22": -38.126657706105128, "W31": -67.441889231613331, "S31": -76.08537306862307, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103331.754098360659555, 517495.786885245877784 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2289331735091515, "S11": 0.22893317350915177, "W12": -8.4945871532457762, "S12": -11.39554237712623, "W13": -19.771443290846591, "S13": -23.967195568199742, "W21": -36.40638730227198, "S21": -44.080541872055456, "W22": -39.904562736120866, "S22": -39.904562736120866, "W31": -74.068144416159384, "S31": -74.068144416159384, "W32": -95.022216533264199, "S32": -100.0222165332642 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 504431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19820108533094044, "S11": 0.19820108533094044, "W12": -8.8655462184873954, "S12": -13.902712396891216, "W13": -20.0, "S13": -20.0, "W21": -35.192775220695552, "S21": -35.192775220695552, "W22": -37.687861379715663, "S22": -39.161647699535187, "W31": -67.059035439996549, "S31": -74.446859358301424, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 508025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66483644859813085, "W12": -6.7002832364264027, "S12": -20.197119023565129, "W13": -24.995048645968897, "S13": -25.726617118443702, "W21": -39.438111255555377, "S21": -39.438111255555377, "W22": -57.146659720083548, "S22": -90.687491895354597, "W31": -104.92648974195787, "S31": -104.92648974195787, "W32": -105.69942711841347, "S32": -110.69942711841347 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 509241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1022400308969778, "S11": 1.1022400308969778, "W12": -15.0, "S12": -15.0, "W13": -21.498315971038824, "S13": -27.151654962060839, "W21": -39.968752222692792, "S21": -39.968752222692792, "W22": -71.6697618531404, "S22": -72.851265253391702, "W31": -87.582744747354283, "S31": -87.582744747354283, "W32": -94.509284226008091, "S32": -99.509284226008091 }, "geometry": { "type": "Point", "coordinates": [ 103332.0, 513737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6874452311587529, "W13": -14.999999999999998, "S13": -18.0, "W21": -36.843116637302373, "S21": -44.452528501570512, "W22": -52.898537781422277, "S22": -52.898537781422277, "W31": -90.0, "S31": -93.191227878523051, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103332.117647058825241, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4813921873079874, "S12": -9.4813921873079874, "W13": -16.056554169532841, "S13": -17.091117885450974, "W21": -21.551779334366319, "S21": -22.743627370313391, "W22": -44.701331438993222, "S22": -44.701331438993222, "W31": -79.857433643360167, "S31": -80.093972481057861, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 497239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1051657567123749, "S11": 2.1051657567123749, "W12": -9.5622044781773923, "S12": -9.5622044781773923, "W13": -17.972641160337247, "S13": -18.771028985708419, "W21": -42.702789355562679, "S21": -62.136420399603331, "W22": -35.064900358399235, "S22": -36.144729187015955, "W31": -71.603867829332899, "S31": -71.603867829332899, "W32": -89.989900269957744, "S32": -94.989900269957744 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 500293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.61886433435705546, "W12": -8.7716440548176369, "S12": -21.43379022683396, "W13": -25.263252171789951, "S13": -25.816537955454777, "W21": -38.530444822221739, "S21": -38.530444822221739, "W22": -38.504626114065061, "S22": -47.384104095561305, "W31": -66.915626526225182, "S31": -69.442248158369708, "W32": -92.504835101999632, "S32": -97.504835101999632 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 509261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38265420373887837, "S11": 0.3480788803460052, "W12": -8.3943853046668657, "S12": -8.3943853046668657, "W13": -25.0, "S13": -27.65546981389015, "W21": -38.617685492173401, "S21": -38.617685492173401, "W22": -71.697471743843025, "S22": -73.528047678111193, "W31": -85.823480681435825, "S31": -85.823480681435825, "W32": -93.855242680204839, "S32": -98.855242680204839 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 509939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84463465553235917, "S11": 0.84463465553235917, "W12": -9.6927400468384093, "S12": -29.639267939343501, "W13": -29.639267939343501, "S13": -29.639267939343501, "W21": -41.160924856971157, "S21": -42.537758099773981, "W22": -62.826338578250294, "S22": -62.826338578250294, "W31": -75.239998, "S31": -75.239998, "W32": -85.231865976509951, "S32": -90.231865976509951 }, "geometry": { "type": "Point", "coordinates": [ 103333.0, 510588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45783020042325406, "S11": -0.62316113595629785, "W12": -4.9999999999999991, "S12": -12.273588541332135, "W13": -21.03181948052519, "S13": -21.03181948052519, "W21": -38.246563520158418, "S21": -38.246563520158418, "W22": -57.899964753756933, "S22": -66.471238889325264, "W31": -83.051224339426142, "S31": -83.051224339426142, "W32": -88.510839571822245, "S32": -93.510839571822245 }, "geometry": { "type": "Point", "coordinates": [ 103333.5, 508530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072339299663186529, "S11": -0.072339299663186529, "W12": -7.3062917202326654, "S12": -7.3062917202326654, "W13": -15.753228549172489, "S13": -17.11656999125416, "W21": -33.745054500616519, "S21": -33.745054500616519, "W22": -37.158785026574357, "S22": -39.069249134581064, "W31": -67.159407386718428, "S31": -76.625607999803762, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 497828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8107449309975499, "S12": -9.6088101886439894, "W13": -17.563505233597141, "S13": -20.423600160869331, "W21": -53.008027289389723, "S21": -71.304466172931598, "W22": -56.06533423339544, "S22": -56.06533423339544, "W31": -69.915122781981466, "S31": -70.144404835588077, "W32": -88.174676481226015, "S32": -93.174676481226015 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 501048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4389614677654783, "S11": 3.4389614677654783, "W12": -5.0043270507613427, "S12": -5.0043270507613427, "W13": -15.548771263745369, "S13": -15.548771263745369, "W21": -42.055779183438759, "S21": -54.929535889904187, "W22": -64.829435213989058, "S22": -71.144151475156562, "W31": -85.178558008311796, "S31": -85.178558008311796, "W32": -89.458126214621487, "S32": -94.458126214621487 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 502725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.091989254164646941, "S11": 0.091989254164646941, "W12": -5.0, "S12": -5.8581287709725318, "W13": -23.267374517374517, "S13": -23.267374517374517, "W21": -39.183612002015565, "S21": -42.934423087501685, "W22": -43.350210781799646, "S22": -50.755157148878752, "W31": -80.0, "S31": -80.243346007604558, "W32": -99.570707070707073, "S32": -104.57070707070707 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99898963561771381, "S11": 0.34961886892399596, "W12": -8.1447752683314807, "S12": -8.1447752683314807, "W13": -23.382375486571796, "S13": -23.382375486571796, "W21": -40.911243032457598, "S21": -43.456387499539431, "W22": -37.17888193959525, "S22": -39.051353169592559, "W31": -67.192368419062774, "S31": -76.562240686774231, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 505986.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0236128870853423, "S11": -1.1238654723753425, "W12": -11.911475802588006, "S12": -11.911475802588006, "W13": -22.882785457516601, "S13": -22.882785457516601, "W21": -38.170967567213211, "S21": -43.170967567213211, "W22": -37.712324188848733, "S22": -43.179342974163376, "W31": -66.535002551923895, "S31": -67.22643444193227, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 506123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.579034585983857, "S12": -16.554953627636468, "W13": -20.0, "S13": -20.0, "W21": -37.424020359291291, "S21": -37.424020359291291, "W22": -38.297068153693402, "S22": -46.330742745452433, "W31": -66.854008073933869, "S31": -67.484882575776112, "W32": -93.39408901091295, "S32": -98.39408901091295 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 508333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49294011796461057, "S11": 0.49294011796461057, "W12": -8.4846343474183836, "S12": -8.9627267898523968, "W13": -25.0, "S13": -28.279776674937963, "W21": -37.519031917420655, "S21": -37.519031917420655, "W22": -60.776666638256351, "S22": -60.776666638256351, "W31": -69.915141162348064, "S31": -70.763046043449407, "W32": -86.063964709125969, "S32": -91.063964709125969 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 509785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3982158234660922, "S11": 2.3982158234660922, "W12": -8.2408475369100405, "S12": -10.425119548715253, "W13": -30.759943431907569, "S13": -30.759943431907569, "W21": -37.503097698380564, "S21": -37.503097698380564, "W22": -64.743317077210079, "S22": -71.823702059623869, "W31": -84.898491444298202, "S31": -84.898491444298202, "W32": -89.394652278642695, "S32": -94.394652278642695 }, "geometry": { "type": "Point", "coordinates": [ 103334.0, 510754.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43838555182361905, "S11": 0.43838555182361905, "W12": -5.188825644643158, "S12": -5.188825644643158, "W13": -22.974929665029151, "S13": -22.974929665029151, "W21": -37.52300336559265, "S21": -40.637623305917948, "W22": -54.724107308004356, "S22": -58.264856291198299, "W31": -90.0, "S31": -90.0, "W32": -95.819621522945241, "S32": -100.81962152294524 }, "geometry": { "type": "Point", "coordinates": [ 103334.666666666671517, 505873.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3774268959505509, "S12": -7.4776664976127876, "W13": -13.035250407781067, "S13": -16.766963064683036, "W21": -29.961111182613809, "S21": -31.410156153600269, "W22": -47.602876684590946, "S22": -53.472627493104369, "W31": -81.006173510113584, "S31": -81.007450025976155, "W32": -100.61570120382758, "S32": -105.61570120382758 }, "geometry": { "type": "Point", "coordinates": [ 103334.75, 499458.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1105937621614111, "S11": -0.31881030533739324, "W12": -10.0, "S12": -10.0, "W13": -23.445677830261648, "S13": -23.445677830261648, "W21": -39.416095520016661, "S21": -43.11275195996366, "W22": -44.911446220454977, "S22": -44.911446220454977, "W31": -78.700635110732705, "S31": -78.850488525758507, "W32": -90.666537636422632, "S32": -95.666537636422632 }, "geometry": { "type": "Point", "coordinates": [ 103335.0, 506051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025779083047805518, "S11": -0.1788372613065301, "W12": -5.0, "S12": -5.7664444206080603, "W13": -22.644339315777227, "S13": -22.644339315777227, "W21": -38.988874189564015, "S21": -38.988874189564015, "W22": -39.999630014552807, "S22": -39.999630014552807, "W31": -72.944081832365356, "S31": -75.556803763646485, "W32": -93.321997311937452, "S32": -98.321997311937452 }, "geometry": { "type": "Point", "coordinates": [ 103335.0, 508714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.6440990513568128, "S12": -17.644099051356811, "W13": -24.941177067478439, "S13": -24.941177067478439, "W21": -36.438701567847204, "S21": -36.438701567847204, "W22": -37.351542563523743, "S22": -46.680883363356237, "W31": -66.381757210144784, "S31": -71.424435689926526, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103335.0, 510277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.351310834339488, "S12": -6.351310834339488, "W13": -20.104560719144125, "S13": -20.277422897397088, "W21": -44.311658696967612, "S21": -44.311658696967612, "W22": -60.0, "S22": -60.0, "W31": -69.871151028677801, "S31": -70.275527917954506, "W32": -87.792520586602521, "S32": -92.792520586602521 }, "geometry": { "type": "Point", "coordinates": [ 103335.285714285710128, 517292.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85010403662085365, "S11": 0.85010403662085365, "W12": -5.9978719257900694, "S12": -15.997871925790069, "W13": -20.0, "S13": -20.0, "W21": -33.198679679274775, "S21": -33.198679679274775, "W22": -63.644273278384283, "S22": -63.644273278384283, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103335.8, 507683.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -10.0, "S12": -9.9999999999999982, "W13": -15.96, "S13": -16.713071906485908, "W21": -31.786652614704092, "S21": -32.738374400301637, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 496820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24678168841852499, "S11": -0.24678168841852499, "W12": -6.7345169661177566, "S12": -6.7345169661177566, "W13": -15.539947126475916, "S13": -16.999221041189706, "W21": -35.115186189889023, "S21": -35.392095201145928, "W22": -53.146389265792422, "S22": -86.514611554707542, "W31": -104.04002936847891, "S31": -104.04002936847891, "W32": -111.50152803942835, "S32": -116.50152803942835 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 497965.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0566410143945146, "S11": 1.0566410143945146, "W12": -9.9232142857142858, "S12": -15.628668303099095, "W13": -20.528348983715681, "S13": -23.528348983715681, "W21": -40.0, "S21": -42.322942275543319, "W22": -39.996041155715062, "S22": -39.996041155715062, "W31": -72.925255137276054, "S31": -75.510195742717357, "W32": -93.261006801612837, "S32": -98.261006801612837 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80540528043649151, "S11": 0.80540528043649151, "W12": -5.6433721791324007, "S12": -15.643372179132401, "W13": -20.0, "S13": -20.0, "W21": -33.207599330631922, "S21": -33.207599330631922, "W22": -56.331767226959144, "S22": -101.33176722695914, "W31": -105.36637614454293, "S31": -105.36637614454293, "W32": -108.14814814814815, "S32": -113.14814814814815 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 507708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5843207354443307, "S11": 2.5843207354443307, "W12": -9.9759201773835908, "S12": -25.88623730608635, "W13": -30.0, "S13": -30.0, "W21": -34.74093354058985, "S21": -34.74093354058985, "W22": -64.758069582594885, "S22": -71.022420373308023, "W31": -85.22287799897569, "S31": -85.22287799897569, "W32": -89.500926504868517, "S32": -94.500926504868517 }, "geometry": { "type": "Point", "coordinates": [ 103336.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2898352524535765, "S11": -0.4024699232318803, "W12": -6.33176284097667, "S12": -10.498620114535573, "W13": -19.93207510023246, "S13": -19.93207510023246, "W21": -38.551055104452644, "S21": -41.321541092391584, "W22": -48.279266696350156, "S22": -48.279266696350156, "W31": -85.426338903781428, "S31": -95.803631656236149, "W32": -95.803631656236149, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103336.666666666671517, 505589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3283410284851245, "S12": -6.3283410284851245, "W13": -20.294543971594425, "S13": -20.684059608776337, "W21": -45.190053333530834, "S21": -45.190053333530834, "W22": -46.779084212805436, "S22": -46.779084212805436, "W31": -81.952036359476054, "S31": -82.59922994481397, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103336.7, 517018.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3347261762061802, "S11": 0.67402205327712972, "W12": -8.59522216378911, "S12": -10.074983357818887, "W13": -19.939476889657158, "S13": -23.382645942122426, "W21": -36.910439648633066, "S21": -46.187262290754546, "W22": -45.149679336028235, "S22": -49.419141561446047, "W31": -80.74903219527161, "S31": -80.74903219527161, "W32": -100.54849047919409, "S32": -105.54849047919409 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 504391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18581202020603793, "S11": -3.4432455258133565, "W12": -7.8479117588780518, "S12": -12.847911758878052, "W13": -20.0, "S13": -20.206493279804516, "W21": -38.474876409881247, "S21": -38.945492467584927, "W22": -40.444269381070356, "S22": -45.267948779645707, "W31": -70.0, "S31": -70.0, "W32": -92.989100455951458, "S32": -97.989100455951458 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 505484.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15605015673981204, "S11": -0.3707311665644607, "W12": -6.1037110211257142, "S12": -20.061848076711573, "W13": -25.0, "S13": -25.968461047679806, "W21": -40.018322981366467, "S21": -40.018322981366467, "W22": -53.108333333333334, "S22": -83.108333333333334, "W31": -103.41237690425942, "S31": -103.41237690425942, "W32": -111.24371182280071, "S32": -116.24371182280071 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 509219.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78755651078336908, "S11": 0.78755651078336908, "W12": -7.7755286190298918, "S12": -8.2591535629508819, "W13": -25.0, "S13": -26.115061625235011, "W21": -34.692171148708404, "S21": -34.692171148708404, "W22": -57.672579155516615, "S22": -84.687211706812292, "W31": -104.69819566175391, "S31": -104.69819566175391, "W32": -105.39132277374583, "S32": -110.39132277374583 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 509600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83632253761209507, "S11": 0.83632253761209507, "W12": -7.8021855730537677, "S12": -7.8021855730537677, "W13": -25.0, "S13": -26.201921871735951, "W21": -34.718358563443388, "S21": -34.718358563443388, "W22": -60.367538063848102, "S22": -66.724125721946962, "W31": -82.93869947701873, "S31": -82.93869947701873, "W32": -88.531918457596632, "S32": -93.531918457596632 }, "geometry": { "type": "Point", "coordinates": [ 103337.0, 509607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49044504296524316, "S11": 0.49044504296524316, "W12": -7.4919772752126281, "S12": -11.448395912653734, "W13": -25.704613355618648, "S13": -25.704613355618648, "W21": -34.504386104708104, "S21": -34.504386104708104, "W22": -45.010341922516794, "S22": -46.652853986568772, "W31": -80.0, "S31": -80.097826023734811, "W32": -89.083957464982703, "S32": -94.083957464982703 }, "geometry": { "type": "Point", "coordinates": [ 103337.5, 509551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10181910713805341, "S11": -0.10181910713805341, "W12": -11.645872660048376, "S12": -11.645872660048376, "W13": -19.545005804564486, "S13": -26.551869979015358, "W21": -34.420647780088842, "S21": -34.56692149782976, "W22": -42.572516719641079, "S22": -42.572516719641079, "W31": -74.441489550200956, "S31": -76.092821393455637, "W32": -95.086724755526376, "S32": -100.08672475552638 }, "geometry": { "type": "Point", "coordinates": [ 103337.571428571434808, 511848.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8249889121250824, "S11": 1.8249889121250824, "W12": -10.113012346505169, "S12": -10.113012346505169, "W13": -17.026730638069395, "S13": -17.876677155658044, "W21": -40.0, "S21": -59.12072682476132, "W22": -40.810900459195835, "S22": -45.540373915648125, "W31": -70.0, "S31": -70.000000000000014, "W32": -93.07617112493628, "S32": -98.07617112493628 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18076051071954183, "S11": -2.4486164128040628, "W12": -7.5077607274168336, "S12": -12.293327973528452, "W13": -20.0, "S13": -20.174026880781938, "W21": -38.673545726051657, "S21": -39.660302259101201, "W22": -34.201079984841229, "S22": -45.128911639841149, "W31": -80.0, "S31": -82.170921237085281, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 505508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29958128375436544, "S11": 0.069616345111740863, "W12": -5.3272134482456917, "S12": -10.088040219899234, "W13": -20.18182469309107, "S13": -21.18182469309107, "W21": -39.480501756389813, "S21": -44.480501756389813, "W22": -46.50329051582478, "S22": -48.66238785014729, "W31": -80.052902954024574, "S31": -80.058236986903211, "W32": -90.392945067794201, "S32": -95.392945067794201 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1381272633212625, "W12": -5.8567136830142745, "S12": -14.177408960547663, "W13": -24.775580004441515, "S13": -24.775580004441515, "W21": -39.677479071227495, "S21": -39.677479071227495, "W22": -34.677305674784584, "S22": -40.748963236787247, "W31": -77.787177834062774, "S31": -77.787177834062774, "W32": -86.195106098508475, "S32": -91.195106098508475 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 509063.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49252917788893169, "S11": 0.49252917788893169, "W12": -7.4890691442303767, "S12": -11.532906867744664, "W13": -25.705533937478616, "S13": -26.205533937478616, "W21": -34.499912963852694, "S21": -34.499912963852694, "W22": -40.64670271459763, "S22": -48.371634553434347, "W31": -64.983218274694636, "S31": -71.58208950660115, "W32": -82.666032608695659, "S32": -87.666032608695659 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 509551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39265020493851843, "S11": 0.39265020493851843, "W12": -8.5764982085237182, "S12": -9.9909488733242782, "W13": -24.725778254352267, "S13": -28.75039680719323, "W21": -38.579468846908334, "S21": -38.579468846908334, "W22": -44.495746736560797, "S22": -44.495746736560797, "W31": -74.444578328721633, "S31": -74.444578328721633, "W32": -90.448913264269748, "S32": -95.448913264269748 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 509915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.085027038493656185, "S11": -0.085027038493656185, "W12": -10.835854158131914, "S12": -11.82013319860223, "W13": -21.302090913501189, "S13": -25.206491372339936, "W21": -35.851285044476064, "S21": -35.851285044476064, "W22": -40.069915262674677, "S22": -51.951658752704581, "W31": -67.160997014864748, "S31": -75.003491025619894, "W32": -88.784900165224485, "S32": -93.784900165224485 }, "geometry": { "type": "Point", "coordinates": [ 103338.0, 511625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3959339518442833, "S11": 3.3959339518442837, "W12": -4.5681191381789121, "S12": -4.5681191381789121, "W13": -14.878334654008503, "S13": -14.878334654008503, "W21": -44.249282192968195, "S21": -57.132377215911291, "W22": -38.845116724333657, "S22": -43.770115661092007, "W31": -61.132964474802158, "S31": -68.763539240553897, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103338.75, 502665.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90532127769931936, "S11": 0.90532127769931936, "W12": -7.8094686751371967, "S12": -7.9546769232540129, "W13": -25.0, "S13": -26.24899032100808, "W21": -34.720038833338144, "S21": -34.720038833338144, "W22": -53.99903147699758, "S22": -63.762332647878999, "W31": -101.53667932057407, "S31": -101.53667932057407, "W32": -110.47102243534852, "S32": -115.47102243534852 }, "geometry": { "type": "Point", "coordinates": [ 103338.833333333328483, 509611.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7353197559236078, "S12": -7.7353197559236078, "W13": -15.0, "S13": -18.001184813778181, "W21": -32.596264935140901, "S21": -37.446602471760443, "W22": -47.235723339576438, "S22": -48.731791930019632, "W31": -80.362027899124115, "S31": -80.362027899124115, "W32": -96.450525635574692, "S32": -101.45052563557469 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 499322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15620282390551465, "S11": -0.15505681355904644, "W12": -9.5983706017653141, "S12": -12.57200568307962, "W13": -15.042883778744564, "S13": -16.541736395054112, "W21": -58.012726893386187, "S21": -66.500615255682135, "W22": -46.99479209567648, "S22": -49.264421887779257, "W31": -80.09521160819898, "S31": -80.096418604221213, "W32": -92.511234823529364, "S32": -97.511234823529364 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 501551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2852144048988321, "W12": -9.0090565196116241, "S12": -11.04593311856587, "W13": -20.0, "S13": -21.513580645561916, "W21": -38.885157471993651, "S21": -48.885157471993651, "W22": -37.246174997884928, "S22": -47.859357032985628, "W31": -66.438928642103576, "S31": -73.820279767140718, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 504226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25520503185754101, "S11": -5.0763806693340268, "W12": -9.5902776248871664, "S12": -10.354343022977432, "W13": -20.81783797092908, "S13": -21.181230513735951, "W21": -37.515090166405429, "S21": -40.0, "W22": -37.274845793786568, "S22": -47.180665288698329, "W31": -66.526738009446746, "S31": -76.333079307903091, "W32": -99.03005421171099, "S32": -104.03005421171099 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 505364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21287367182651062, "S11": -0.66622954460387107, "W12": -5.247380129495145, "S12": -7.832030242361963, "W13": -20.004355855127997, "S13": -20.688570127285917, "W21": -38.673050863027001, "S21": -43.673050863027001, "W22": -39.638450758032569, "S22": -39.638450758032569, "W31": -72.554240800285811, "S31": -73.156431385872992, "W32": -92.305247927737952, "S32": -97.305247927737952 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 506384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7362892180283485, "S11": 1.7362892180283485, "W12": -15.0, "S12": -15.0, "W13": -21.541920613682382, "S13": -23.180893112200746, "W21": -40.078726074233884, "S21": -41.811427896983645, "W22": -40.534303064961414, "S22": -42.698879611712009, "W31": -60.0, "S31": -60.0, "W32": -93.472381819602674, "S32": -98.472381819602674 }, "geometry": { "type": "Point", "coordinates": [ 103339.0, 514049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20921164535985506, "S11": 0.20921164535985506, "W12": -6.3604629053315227, "S12": -6.3604629053315227, "W13": -20.0, "S13": -20.0, "W21": -43.563035378923693, "S21": -43.563035378923693, "W22": -39.137438476353523, "S22": -43.545509332700242, "W31": -60.0, "S31": -60.013948545365984, "W32": -93.533308795260922, "S32": -98.533308795260922 }, "geometry": { "type": "Point", "coordinates": [ 103339.516393442623666, 517545.14754098362755 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2564320295524638, "S11": 1.9025029657600216, "W12": -3.5501148759010706, "S12": -3.5501148759010706, "W13": -12.564841442786816, "S13": -12.564841442786816, "W21": -49.729851743503616, "S21": -62.780268381294292, "W22": -47.143619920163438, "S22": -49.456671232534788, "W31": -80.122829077884901, "S31": -80.122829077884901, "W32": -93.446852425180595, "S32": -98.446852425180595 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 502525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33370365406029917, "S11": -3.1764830338093297, "W12": -10.156617312244947, "S12": -15.472493698663079, "W13": -23.022927264722973, "S13": -24.486900863334206, "W21": -35.025610730089056, "S21": -35.888834446144671, "W22": -54.407526288565343, "S22": -57.936156152549337, "W31": -90.0, "S31": -90.0, "W32": -95.607800474649807, "S32": -100.60780047464981 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 505065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2899782418202636, "S11": -5.0116716206911924, "W12": -10.0, "S12": -11.462870096860616, "W13": -21.388429136399708, "S13": -21.836116766420552, "W21": -37.165189591335015, "S21": -43.020843276002743, "W22": -42.057934183838796, "S22": -52.38868621022678, "W31": -68.030303030303031, "S31": -68.787725927946866, "W32": -97.805955706487012, "S32": -102.80595570648701 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98084547220880736, "S11": -0.87687539846980989, "W12": -5.3750938085236282, "S12": -8.3750938085236282, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -34.506115296235592, "S21": -34.506115296235592, "W22": -45.411414582180448, "S22": -48.038157967976623, "W31": -80.515688832258661, "S31": -80.515688832258661, "W32": -100.16434699482328, "S32": -105.16434699482328 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 506989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3780537414617022, "S12": -9.1857821406821252, "W13": -25.000000000000004, "S13": -28.977933356965618, "W21": -37.303061278118143, "S21": -37.303061278118143, "W22": -39.345650268928956, "S22": -39.345650268928956, "W31": -68.297392248767892, "S31": -74.444953436833856, "W32": -97.386593188503383, "S32": -102.38659318850338 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 509763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.459969254419677, "S11": 1.4423986340882697, "W12": -9.2194090355564651, "S12": -25.000000000000004, "W13": -25.000000000000004, "S13": -26.696832989929085, "W21": -38.195690902410242, "S21": -38.195690902410242, "W22": -39.262837628749999, "S22": -48.89228608172786, "W31": -63.497157475283366, "S31": -71.919733792767971, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103340.0, 510155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5617164898750273, "S11": 1.5617164898750273, "W12": -9.8680849913128128, "S12": -15.133248293734852, "W13": -20.530627203930305, "S13": -23.469834099197151, "W21": -40.0, "S21": -41.274658275149058, "W22": -47.336946620738658, "S22": -47.927395141365238, "W31": -80.446874958513845, "S31": -80.446874958513845, "W32": -98.487296559545541, "S32": -103.48729655954554 }, "geometry": { "type": "Point", "coordinates": [ 103340.333333333328483, 504026.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8730892461197342, "S11": 1.8730892461197342, "W12": -9.8938936837975682, "S12": -22.67484606474995, "W13": -32.198015177940484, "S13": -32.198015177940484, "W21": -34.531594514911312, "S21": -34.531594514911312, "W22": -53.408890502873419, "S22": -53.855864477515709, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103340.5, 510927.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49138116560182643, "S11": 0.49138116560182643, "W12": -8.5939818321496784, "S12": -15.311667957833356, "W13": -17.382269854469854, "S13": -20.680672802872802, "W21": -29.598483460941804, "S21": -34.231360842475752, "W22": -35.256690143263491, "S22": -36.834867851861752, "W31": -71.559202726362443, "S31": -71.559202726362443, "W32": -89.99007049271161, "S32": -94.99007049271161 }, "geometry": { "type": "Point", "coordinates": [ 103341.0, 499692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6641240711551244, "W12": -5.0, "S12": -12.939173999614619, "W13": -20.950926817260736, "S13": -20.950926817260736, "W21": -38.126897976081274, "S21": -38.126897976081274, "W22": -38.375580879443028, "S22": -47.596871069553423, "W31": -66.886927706315049, "S31": -69.828691060932712, "W32": -92.591446494340829, "S32": -97.591446494340829 }, "geometry": { "type": "Point", "coordinates": [ 103341.0, 508525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4611675343517967, "S11": 1.4609184835472406, "W12": -9.4113765912566532, "S12": -23.223975592109586, "W13": -24.93196839938923, "S13": -24.93196839938923, "W21": -37.136668332774754, "S21": -37.136668332774754, "W22": -37.580002, "S22": -39.484810681116059, "W31": -67.147761360028184, "S31": -76.645462753370126, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103341.0, 510197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3406734499985546, "S12": -6.3406734499985546, "W13": -20.068622107627874, "S13": -20.236739200415169, "W21": -44.234410623694743, "S21": -44.234410623694743, "W22": -48.150002, "S22": -54.1400018, "W31": -81.139999, "S31": -81.149999, "W32": -100.8491923037347, "S32": -105.8491923037347 }, "geometry": { "type": "Point", "coordinates": [ 103341.761904761908227, 517339.809523809526581 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45006265546972901, "S11": -0.45006265546972901, "W12": -10.0, "S12": -18.253761783173545, "W13": -20.465733903355357, "S13": -24.519039405255786, "W21": -41.030047931144459, "S21": -44.030047931144459, "W22": -53.084121673262111, "S22": -68.561424579867136, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36835983145681495, "S11": -3.7455145234360399, "W12": -10.183757496498577, "S12": -16.092974213347201, "W13": -22.447995434235622, "S13": -24.903471449489519, "W21": -34.507992628125535, "S21": -34.507992628125535, "W22": -53.062870135076352, "S22": -99.29330472268903, "W31": -107.28075412603839, "S31": -107.28075412603839, "W32": -111.27570093457945, "S32": -116.27570093457945 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41262580054894787, "S11": -0.58744219793177488, "W12": -8.8252497571968895, "S12": -21.562022042606714, "W13": -25.0, "S13": -25.722457219582306, "W21": -38.616889244443996, "S21": -38.616889244443996, "W22": -46.589635304672356, "S22": -50.286301220427923, "W31": -60.0, "S31": -60.663171308938651, "W32": -94.608040137092019, "S32": -99.608040137092019 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5066758012231394, "S11": 1.4584234405007281, "W12": -9.1297856285277632, "S12": -25.0, "W13": -25.0, "S13": -27.191810343356664, "W21": -38.260654701651404, "S21": -38.260654701651404, "W22": -44.587488609785623, "S22": -44.587488609785623, "W31": -78.079730660820317, "S31": -78.166935153203696, "W32": -91.590196827446917, "S32": -96.590196827446917 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3440383651371852, "S11": 1.3400879040993983, "W12": -9.2078447249721158, "S12": -25.0, "W13": -25.0, "S13": -25.523196435998731, "W21": -37.978078359323021, "S21": -37.978078359323021, "W22": -42.166211610239671, "S22": -51.443168648218723, "W31": -67.278314917127076, "S31": -67.751624412050774, "W32": -98.870250680104434, "S32": -103.87025068010443 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 510163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3386171172676535, "S11": 1.3347213479673461, "W12": -9.2104466948535961, "S12": -25.467575972420136, "W13": -25.467575972420136, "S13": -25.467575972420136, "W21": -37.965575513295491, "S21": -37.965575513295491, "W22": -45.857274394516594, "S22": -51.437424210000707, "W31": -60.0, "S31": -60.78496267977426, "W32": -94.758992448761518, "S32": -99.758992448761518 }, "geometry": { "type": "Point", "coordinates": [ 103342.0, 510163.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2875867278074367, "S12": -6.2875867278074367, "W13": -20.570380223812499, "S13": -21.303606603896863, "W21": -45.264331659666787, "S21": -45.736883029790945, "W22": -42.829107139064597, "S22": -53.561266909549232, "W31": -65.984848484848484, "S31": -66.984848484848484, "W32": -97.064596227930835, "S32": -102.06459622793083 }, "geometry": { "type": "Point", "coordinates": [ 103342.086206896550721, 516618.336206896579824 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1811035901769449, "S11": 1.1811035901769449, "W12": -9.6152188533318004, "S12": -21.066359309514219, "W13": -32.097759635924987, "S13": -32.097759635924987, "W21": -35.044510233121422, "S21": -35.044510233121422, "W22": -37.264636313109747, "S22": -38.515077853201689, "W31": -67.551629760768037, "S31": -75.871603823255299, "W32": -99.844114219114218, "S32": -104.84411421911422 }, "geometry": { "type": "Point", "coordinates": [ 103342.714285714289872, 510969.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2593056894889103, "S11": 2.2182984798988974, "W12": -9.7548613477895785, "S12": -14.492118364987679, "W13": -20.496552953762034, "S13": -23.194947121598197, "W21": -40.0, "S21": -40.0, "W22": -53.29149706015378, "S22": -98.291497060153773, "W31": -106.01221820911542, "S31": -107.17976225724613, "W32": -112.00999156341501, "S32": -117.00999156341501 }, "geometry": { "type": "Point", "coordinates": [ 103343.0, 504058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39622805570448766, "S11": -4.5859623463855526, "W12": -10.209175023684512, "S12": -16.201378951913021, "W13": -21.986750774018248, "S13": -24.43554477844426, "W21": -34.465784152799749, "S21": -34.465784152799749, "W22": -51.219887814895323, "S22": -60.017209786897766, "W31": -108.44137409709391, "S31": -108.44137409709391, "W32": -112.77436270698583, "S32": -117.77436270698583 }, "geometry": { "type": "Point", "coordinates": [ 103343.0, 504947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0436287074006465, "S11": -0.9563712925993535, "W12": -6.7245312452512582, "S12": -9.7245312452512582, "W13": -14.905292592986269, "S13": -14.905292592986269, "W21": -32.625950998918903, "S21": -32.625950998918903, "W22": -43.373852437554902, "S22": -53.77907074775915, "W31": -65.10101010100864, "S31": -66.10101010100864, "W32": -96.736655042509739, "S32": -101.73665504250974 }, "geometry": { "type": "Point", "coordinates": [ 103343.0, 507143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6872452628412924, "S11": 1.5640574318871376, "W12": -9.0095167984505355, "S12": -18.817209106142844, "W13": -25.4404887158421, "S13": -25.4404887158421, "W21": -38.189417231359208, "S21": -38.189417231359208, "W22": -46.937437058244335, "S22": -49.2814801743245, "W31": -80.0142664829593, "S31": -80.0142664829593, "W32": -91.560634509803563, "S32": -96.560634509803563 }, "geometry": { "type": "Point", "coordinates": [ 103343.0, 510130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3181865322199187, "S12": -6.3181865322199187, "W13": -20.257256089717281, "S13": -20.639714556297999, "W21": -45.104669234502545, "S21": -45.104669234502545, "W22": -37.47456727887505, "S22": -39.942943858972832, "W31": -66.927155371732951, "S31": -70.994492010656273, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103343.022222222221899, 517067.822222222224809 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92842883368350893, "S11": 0.13553375952126756, "W12": -4.4886040303892836, "S12": -7.4886040303892836, "W13": -20.0, "S13": -20.0, "W21": -35.708391263008366, "S21": -37.713269687533668, "W22": -37.187929480655335, "S22": -46.185734502770096, "W31": -66.392173472051155, "S31": -72.954529972415813, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 506891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77803208951773239, "S11": 0.77803208951773239, "W12": -5.7960790427563627, "S12": -15.796079042756363, "W13": -20.0, "S13": -20.0, "W21": -33.184060089822836, "S21": -33.184060089822836, "W22": -40.485529285759142, "S22": -48.764295155597871, "W31": -66.952794623048547, "S31": -73.977681500876599, "W32": -87.554958133803808, "S32": -92.554958133803808 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 507698.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45237140875576737, "S11": -0.51633348345127261, "W12": -12.187324363122887, "S12": -19.898580083990048, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.552145980421486, "S21": -37.552145980421486, "W22": -64.012042894722029, "S22": -64.012042894722029, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 509328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10759209250329974, "S11": -0.10759209250329974, "W12": -11.660961076013857, "S12": -11.660961076013857, "W13": -19.537325101012392, "S13": -26.284724876392048, "W21": -34.464428800899981, "S21": -34.690035130554499, "W22": -60.156841316101243, "S22": -60.156841316101243, "W31": -69.83416265417398, "S31": -70.386280124335102, "W32": -87.600808352057896, "S32": -92.600808352057896 }, "geometry": { "type": "Point", "coordinates": [ 103344.0, 511853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10792382754626877, "S11": -0.10792382754626877, "W12": -11.659019264196342, "S12": -11.659019264196342, "W13": -19.540087673149877, "S13": -26.207994251766532, "W21": -34.475186034163293, "S21": -34.705027382917095, "W22": -60.807584185401424, "S22": -60.807584185401424, "W31": -69.838698597930488, "S31": -70.840077821960449, "W32": -86.207058174800039, "S32": -91.207058174800039 }, "geometry": { "type": "Point", "coordinates": [ 103344.470588235300966, 511852.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84453894089741599, "S11": 0.84453894089741599, "W12": -10.0, "S12": -10.0, "W13": -15.806043452446145, "S13": -17.46482566803072, "W21": -36.056179292875086, "S21": -48.747253133487419, "W22": -47.546461679852428, "S22": -48.046175407994383, "W31": -82.604818156770904, "S31": -82.604818156770904, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 500037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4588621594689046, "S11": 1.4588621594689046, "W12": -10.0, "S12": -10.0, "W13": -15.997343478403463, "S13": -17.161443662060044, "W21": -38.496664618625474, "S21": -53.18070646418392, "W22": -47.992956389835648, "S22": -47.992956389835648, "W31": -82.800550789111313, "S31": -86.451301862072683, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 500164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1009643201542914, "S11": 1.1009643201542914, "W12": -10.0, "S12": -15.675787814036472, "W13": -20.655235944371803, "S13": -23.655235944371803, "W21": -40.0, "S21": -42.313501819254597, "W22": -43.570203341310332, "S22": -51.793365390880453, "W31": -77.500295637669268, "S31": -77.857440548951004, "W32": -99.848484848484858, "S32": -104.84848484848486 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 504004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46996378219188134, "S11": 0.46996378219188134, "W12": -5.0, "S12": -5.0, "W13": -23.513018939453222, "S13": -23.513018939453222, "W21": -37.560973261223765, "S21": -42.266150444730862, "W22": -46.924889451425912, "S22": -49.280749518365099, "W31": -80.0, "S31": -80.0, "W32": -91.390882457515929, "S32": -96.390882457515929 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077365237287978617, "S11": -0.46028534748081606, "W12": -5.2916093927727719, "S12": -5.2916093927727728, "W13": -20.054507052007107, "S13": -20.896160342536803, "W21": -38.920829754731898, "S21": -43.920829754731898, "W22": -44.740485408330535, "S22": -44.740485408330535, "W31": -79.183669909374956, "S31": -79.338806942607519, "W32": -90.09201720733445, "S32": -95.09201720733445 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29485506064067007, "S11": -0.11401433507083097, "W12": -5.0, "S12": -6.880447913961981, "W13": -23.387514011050627, "S13": -23.387514011050627, "W21": -39.457898551376623, "S21": -39.457898551376623, "W22": -34.074419562725794, "S22": -45.0853733058361, "W31": -80.0, "S31": -82.328256693376687, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3430660801759472, "S11": 0.29399224782716249, "W12": -7.8878914052608566, "S12": -7.8878914052608566, "W13": -24.936737697613907, "S13": -24.936737697613907, "W21": -38.420628304794725, "S21": -38.420628304794725, "W22": -49.363492156318145, "S22": -49.473171387775757, "W31": -90.796269159944828, "S31": -90.796269159944828, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103345.0, 509969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6111668254525058, "S11": 2.6111668254525058, "W12": -8.7976630859932445, "S12": -8.7976630859932445, "W13": -21.37520497717319, "S13": -22.187465238721433, "W21": -40.280966150141126, "S21": -40.280966150141126, "W22": -39.090525147586973, "S22": -43.234277946512186, "W31": -60.0, "S31": -60.0, "W32": -93.559863004855316, "S32": -98.559863004855316 }, "geometry": { "type": "Point", "coordinates": [ 103345.2, 515047.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00798887071407944, "S11": -0.00798887071407944, "W12": -6.3869657084844853, "S12": -8.5675744085195014, "W13": -23.621026005214585, "S13": -23.633563512620551, "W21": -36.415941863141306, "S21": -36.415941863141306, "W22": -44.447103578595886, "S22": -44.447103578595886, "W31": -80.0, "S31": -80.277344040449108, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103345.333333333328483, 509385.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7113168899889051, "S11": 1.7113168899889051, "W12": -9.2944187210136935, "S12": -20.391203184560332, "W13": -25.0, "S13": -25.0, "W21": -36.785223678410183, "S21": -36.785223678410183, "W22": -39.3, "S22": -49.334504135602067, "W31": -63.577251938027409, "S31": -71.998594508077431, "W32": -80.150271801989362, "S32": -85.150271801989362 }, "geometry": { "type": "Point", "coordinates": [ 103345.5, 510227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49146027644549845, "S11": 0.49146027644549845, "W12": -8.4837996352154832, "S12": -15.347288863924048, "W13": -17.273830353430355, "S13": -20.639063768663771, "W21": -29.586394685482663, "S21": -33.964508999112368, "W22": -42.200945417231736, "S22": -52.088578844854354, "W31": -69.810606060606062, "S31": -70.402171094767354, "W32": -98.684933632761869, "S32": -103.68493363276187 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 499689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9375027721630476, "S12": -9.4625075440660815, "W13": -15.694966451261482, "S13": -17.498539260788974, "W21": -55.346873519658928, "S21": -63.17734035012576, "W22": -53.65230024213075, "S22": -68.938819339900405, "W31": -102.0399470577196, "S31": -102.0399470577196, "W32": -110.68545413027344, "S32": -115.68545413027344 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 501336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5123000863575857, "S11": 1.4043174594293246, "W12": -7.2347523519845991, "S12": -7.2347523519845991, "W13": -15.0, "S13": -15.0, "W21": -32.62669152487743, "S21": -32.62669152487743, "W22": -49.791705892039062, "S22": -52.760732059115057, "W31": -81.088464173889747, "S31": -81.091621035880436, "W32": -100.98728286254936, "S32": -105.98728286254936 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 507343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9722382423618265, "S11": 1.9722382423618265, "W12": -8.7815587610237795, "S12": -17.219457428767015, "W13": -25.0, "S13": -25.0, "W21": -34.37277871705588, "S21": -36.946143444473456, "W22": -46.624858317787314, "S22": -48.950507464487515, "W31": -79.477220642458548, "S31": -79.481111863165083, "W32": -89.673179911997423, "S32": -94.673179911997423 }, "geometry": { "type": "Point", "coordinates": [ 103346.0, 510361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33813195830794673, "S11": 0.33813195830794673, "W12": -12.333216670425825, "S12": -12.386549851124746, "W13": -20.568949846428559, "S13": -26.302289012961655, "W21": -36.423718744052657, "S21": -36.423718744052657, "W22": -40.533206182040573, "S22": -45.455524993106856, "W31": -70.0, "S31": -70.0, "W32": -92.849382405719993, "S32": -97.849382405719993 }, "geometry": { "type": "Point", "coordinates": [ 103346.15, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.048207195514484436, "S11": -0.048207195514484436, "W12": -13.427252201490376, "S12": -13.427252201490376, "W13": -19.467602572654997, "S13": -19.467602572654997, "W21": -35.285826886424751, "S21": -35.285826886424751, "W22": -37.532385058843424, "S22": -40.182344233813609, "W31": -66.855123343309884, "S31": -68.969785996045857, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103346.5, 512372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32557404326117267, "S11": -0.32557404326117267, "W12": -10.0, "S12": -16.576913610630921, "W13": -20.172487183757983, "S13": -24.576129155220539, "W21": -41.95844060796972, "S21": -46.590119094968017, "W22": -38.617189948143725, "S22": -43.14213359633834, "W31": -60.0, "S31": -66.674319209080082, "W32": -81.274379376355114, "S32": -86.274379376355114 }, "geometry": { "type": "Point", "coordinates": [ 103346.6, 503653.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95071469256008923, "S11": -1.2452076419325881, "W12": -8.4829401572704253, "S12": -13.48508332057947, "W13": -19.98499932609846, "S13": -22.98499932609846, "W21": -37.671776202686416, "S21": -42.671776202686416, "W22": -47.895797588269268, "S22": -50.720110737100775, "W31": -81.022988415037403, "S31": -81.022988415037403, "W32": -100.92796463294744, "S32": -105.92796463294744 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1148528425166995, "S11": 1.5509518889946587, "W12": -7.132277561829909, "S12": -7.132277561829909, "W13": -15.845821180730161, "S13": -15.845821180730161, "W21": -32.853741077935453, "S21": -32.853741077935453, "W22": -70.858652030141485, "S22": -79.069899236564069, "W31": -89.055487933876577, "S31": -89.055487933876577, "W32": -94.787067961760016, "S32": -99.787067961760016 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 507412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0593151124464018, "S11": 1.5593151124464018, "W12": -7.1254431677416594, "S12": -7.1254431677416594, "W13": -15.946394448355626, "S13": -15.946394448355626, "W21": -32.880165641129182, "S21": -32.880165641129182, "W22": -49.812966540855562, "S22": -49.812966540855562, "W31": -88.440684591115954, "S31": -95.089940256410088, "W32": -95.089940256410088, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 507420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035251890783233014, "S11": 0.035251890783233014, "W12": -9.6932337942274334, "S12": -14.440103113801161, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -35.449714009443021, "S21": -35.449714009443021, "W22": -43.995698944135512, "S22": -53.051727965334841, "W31": -62.972499786490005, "S31": -63.972499786490005, "W32": -95.667354378534242, "S32": -100.66735437853424 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 508053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1987074475640376, "S11": 2.1987074475640376, "W12": -9.2733094097331374, "S12": -16.920873879647178, "W13": -25.0, "S13": -25.0, "W21": -36.477632182881713, "S21": -36.477632182881713, "W22": -43.561792165538272, "S22": -52.017157594452229, "W31": -76.843776821751845, "S31": -77.227350283920771, "W32": -99.89898989898991, "S32": -104.89898989898991 }, "geometry": { "type": "Point", "coordinates": [ 103347.0, 510267.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.183249532191439, "S11": 0.183249532191439, "W12": -6.3471736235359089, "S12": -6.3471736235359089, "W13": -20.0, "S13": -20.0, "W21": -43.493836512087718, "S21": -43.493836512087718, "W22": -39.999999999999993, "S22": -41.034532021715165, "W31": -68.722135144971688, "S31": -73.629698816515116, "W32": -96.311938270527662, "S32": -101.31193827052766 }, "geometry": { "type": "Point", "coordinates": [ 103347.278688524587778, 517594.508196721319109 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1324717887023943, "S11": 1.129964406071162, "W12": -9.1301711055472694, "S12": -23.394667303268722, "W13": -25.0, "S13": -25.385545258187197, "W21": -37.622829472919726, "S21": -37.622829472919726, "W22": -41.466945865422467, "S22": -47.70625652798099, "W31": -65.361074476342409, "S31": -71.628195232395711, "W32": -83.508967391304353, "S32": -88.508967391304353 }, "geometry": { "type": "Point", "coordinates": [ 103347.333333333328483, 510175.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1777651658474673, "S11": 0.87842586969928593, "W12": -4.9440973128464636, "S12": -17.267799994003578, "W13": -24.846325988627765, "S13": -25.818646069150823, "W21": -40.099889750644714, "S21": -40.698286008579707, "W22": -40.663405762528519, "S22": -47.995527341848124, "W31": -65.048385674927971, "S31": -71.697252111414642, "W32": -82.95973731884034, "S32": -87.95973731884034 }, "geometry": { "type": "Point", "coordinates": [ 103347.666666666671517, 509148.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.27, "S11": 0.52, "W12": -8.1300001, "S12": -8.1300001, "W13": -23.629999, "S13": -23.629999, "W21": -41.130001, "S21": -43.330001, "W22": -38.487038979194203, "S22": -43.482312715937731, "W31": -70.40163997717724, "S31": -70.40163997717724, "W32": -91.887777067662341, "S32": -96.887777067662341 }, "geometry": { "type": "Point", "coordinates": [ 103348.2, 505974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3300360656576551, "S12": -6.3300360656576551, "W13": -20.03268349611163, "S13": -20.196055503433136, "W21": -44.157162550421695, "S21": -44.157162550421695, "W22": -38.812283883609908, "S22": -49.940958666806758, "W31": -66.968674760185394, "S31": -73.699725706299702, "W32": -91.064121861388131, "S32": -96.064121861388131 }, "geometry": { "type": "Point", "coordinates": [ 103348.238095238091773, 517387.190476190473419 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32697094638349478, "S11": 0.32697094638349478, "W12": -5.1669359900373646, "S12": -5.1669359900373646, "W13": -24.212118452455677, "S13": -24.212118452455677, "W21": -37.326662740317744, "S21": -40.632873311316139, "W22": -47.140966577997887, "S22": -49.589104445881247, "W31": -80.01754701112641, "S31": -80.01754701112641, "W32": -91.781474274509648, "S32": -96.781474274509648 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 505809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89584540320948514, "S11": 0.089125022326862924, "W12": -4.5135666304890147, "S12": -7.5135666304890147, "W13": -20.0, "S13": -20.0, "W21": -35.664393513966075, "S21": -37.564360135271542, "W22": -63.789797064645434, "S22": -71.995554522299088, "W31": -84.425054528841883, "S31": -84.425054528841883, "W32": -89.476415047133017, "S32": -94.476415047133017 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 506895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08, "S11": -0.12, "W12": -6.4200001, "S12": -6.4200001, "W13": -22.42, "S13": -22.42, "W21": -37.720001, "S21": -37.720001, "W22": -49.065920338706697, "S22": -49.205161571372805, "W31": -90.0, "S31": -90.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509371.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.308032035954712, "S12": -6.308032035954712, "W13": -20.219968207840136, "S13": -20.595369503819658, "W21": -45.01928513547427, "S21": -45.01928513547427, "W22": -53.251922207146087, "S22": -88.006431225182155, "W31": -106.57344589055303, "S31": -106.57344589055303, "W32": -112.11005883553071, "S32": -117.11005883553071 }, "geometry": { "type": "Point", "coordinates": [ 103349.344444444446708, 517117.244444444426335 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32631299800956759, "S11": 0.32631299800956759, "W12": -8.2799981215176039, "S12": -8.2799981215176039, "W13": -15.844997511422708, "S13": -17.174723950497736, "W21": -31.092493831324536, "S21": -31.696845469239125, "W22": -62.619782219569267, "S22": -66.056510261922668, "W31": -82.843002616799765, "S31": -82.843002616799765, "W32": -88.793458238589579, "S32": -93.793458238589579 }, "geometry": { "type": "Point", "coordinates": [ 103349.4, 497554.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96249586503473383, "S11": -1.2170211556228163, "W12": -8.795136719867287, "S12": -12.42291789772313, "W13": -14.818940432324025, "S13": -20.715026779805108, "W21": -57.725895679662806, "S21": -64.144218032325114, "W22": -54.335617449254457, "S22": -57.464866349894663, "W31": -90.0, "S31": -90.0, "W32": -95.568703372776582, "S32": -100.56870337277658 }, "geometry": { "type": "Point", "coordinates": [ 103349.5, 502017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.057659986698370996, "S11": -0.057659986698370996, "W12": -6.2792271241495436, "S12": -8.8111662541481799, "W13": -24.580750028246314, "S13": -24.625486568582314, "W21": -35.776491501054771, "S21": -35.776491501054771, "W22": -46.731254196325224, "S22": -49.106289116114212, "W31": -79.460061582582995, "S31": -79.460061582582995, "W32": -90.117051338157097, "S32": -95.117051338157097 }, "geometry": { "type": "Point", "coordinates": [ 103349.5, 509398.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4539855657166364, "S11": 0.4539855657166364, "W12": -5.0, "S12": -5.4988883924940213, "W13": -15.0, "S13": -18.0, "W21": -36.039061153661201, "S21": -43.7750539179779, "W22": -40.151648647808194, "S22": -45.151648647808194, "W31": -70.039179858138993, "S31": -70.039179858138993, "W32": -92.717170447642388, "S32": -97.717170447642388 }, "geometry": { "type": "Point", "coordinates": [ 103349.571428571434808, 498929.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15915994553262802, "S11": -0.39572461511350343, "W12": -9.1739872892364041, "S12": -11.803965716053529, "W13": -15.158929411473421, "S13": -16.261810416255411, "W21": -57.298673614400755, "S21": -63.506783145733039, "W22": -40.0, "S22": -40.183068696681495, "W31": -68.521731294481725, "S31": -74.013075263523504, "W32": -96.675278293713617, "S32": -101.67527829371362 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 501515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26441281197921557, "S11": -1.0652017924832589, "W12": -6.9878470311089584, "S12": -11.177577131749398, "W13": -20.0, "S13": -20.0, "W21": -38.967284557060999, "S21": -40.868606524842548, "W22": -39.880166152210379, "S22": -39.880166152210379, "W31": -68.479002513117706, "S31": -74.0948734167699, "W32": -96.754278804801743, "S32": -101.75427880480174 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 505549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27658440525856642, "S11": -0.44451092942703174, "W12": -6.2668149094031405, "S12": -10.056270536118603, "W13": -20.0, "S13": -20.422535211267533, "W21": -38.86110340419836, "S21": -42.134960227141363, "W22": -37.155575943463603, "S22": -39.095846889587392, "W31": -67.354906880310239, "S31": -76.246794063713196, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5714187950549903, "S11": 0.68578829652126583, "W12": -7.5111268769084445, "S12": -9.2308500602994492, "W13": -14.940572792362769, "S13": -14.940572792362769, "W21": -32.640465666579075, "S21": -32.640465666579075, "W22": -37.105261770191746, "S22": -47.795258487457794, "W31": -66.448869822946477, "S31": -75.452340825890758, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 507276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0000000000000004, "W12": -5.6835298690204414, "S12": -14.643960921654912, "W13": -24.749293059125968, "S13": -24.749293059125968, "W21": -39.562620833867179, "S21": -39.562620833867179, "W22": -37.229229215741462, "S22": -46.799191068108989, "W31": -66.57180293722692, "S31": -73.291908666124243, "W32": -97.558887867355679, "S32": -102.55888786735568 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1749905410518351, "S11": 0.86533617456345358, "W12": -4.9793394692449766, "S12": -17.578296225746463, "W13": -24.844095014810399, "S13": -25.844095014810399, "W21": -40.087955018263045, "S21": -40.765536040648612, "W22": -62.848037372352323, "S22": -62.848037372352323, "W31": -75.239998, "S31": -75.421160196679409, "W32": -85.449259883230454, "S32": -90.449259883230454 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 509149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36702202736128825, "S11": 0.28046129300649547, "W12": -7.418171148126846, "S12": -7.418171148126846, "W13": -25.0, "S13": -25.0, "W21": -38.316275265342014, "S21": -38.316275265342014, "W22": -42.552900450866289, "S22": -42.552900450866289, "W31": -74.254906669637109, "S31": -76.189934454819777, "W32": -95.076703012089681, "S32": -100.07670301208968 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0024099237725501, "S11": 2.0024099237725501, "W12": -9.1760230186140532, "S12": -17.346350939658308, "W13": -25.0, "S13": -25.0, "W21": -36.602854486698142, "S21": -36.602854486698142, "W22": -61.596115314445029, "S22": -61.596115314445029, "W31": -71.68328809078514, "S31": -71.792248497087016, "W32": -85.677881947492494, "S32": -90.677881947492494 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 510257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6006274884535754, "S11": 1.6006274884535754, "W12": -15.0, "S12": -15.0, "W13": -21.569912921209696, "S13": -23.904122994450297, "W21": -40.173243840281913, "S21": -41.6950540281969, "W22": -71.882207579739131, "S22": -73.134934531366682, "W31": -85.81829996161882, "S31": -85.81829996161882, "W32": -94.194574817278678, "S32": -99.194574817278678 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.40030698495913875, "W12": -6.8602683231193931, "S12": -6.8602683231193931, "W13": -21.303826305238644, "S13": -23.122504179424542, "W21": -40.807979538709994, "S21": -40.807979538709994, "W22": -64.441060819088776, "S22": -70.356952217705413, "W31": -85.493331784954648, "S31": -85.493331784954648, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103350.0, 515496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31569079291935376, "S11": -0.31569079291935381, "W12": -8.4986351453244247, "S12": -10.994144102868049, "W13": -15.324182326871252, "S13": -15.870637772394051, "W21": -56.631501657981623, "S21": -60.426930831229498, "W22": -47.201935682208763, "S22": -49.208824418808227, "W31": -80.134984833418855, "S31": -80.134984833418855, "W32": -95.138628324145841, "S32": -100.13862832414584 }, "geometry": { "type": "Point", "coordinates": [ 103350.8, 501460.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083675536920131632, "S11": 0.083675536920131632, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -17.547831586712039, "W21": -35.57536798310587, "S21": -45.57536798310587, "W22": -44.070042055627994, "S22": -44.070042055627994, "W31": -77.458826210908839, "S31": -77.483381780649836, "W32": -92.715824137563246, "S32": -97.715824137563246 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 498507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1598524258802803, "S12": -9.5910824861426001, "W13": -15.649434251900271, "S13": -17.046889978448874, "W21": -55.362624348649931, "S21": -61.299561285586869, "W22": -38.609860012466278, "S22": -51.267712877132375, "W31": -72.910646340973457, "S31": -72.910646340973457, "W32": -84.863329358808855, "S32": -89.863329358808855 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 501353.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5830239071341223, "S12": -10.033259775484135, "W13": -15.546733021367203, "S13": -16.06467440254422, "W21": -55.761250592136427, "S21": -58.955353786239627, "W22": -36.782488642904283, "S22": -41.718816313502728, "W31": -71.16131514963989, "S31": -71.16131514963989, "W32": -90.105089226701921, "S32": -95.105089226701921 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 501387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013453512121481159, "S11": -0.41180632350299007, "W12": -9.8357897338089852, "S12": -12.734520234970617, "W13": -15.0, "S13": -16.640271048997963, "W21": -57.570936782808261, "S21": -66.013538151949916, "W22": -39.327072694983727, "S22": -39.327072694983727, "W31": -68.280789882184948, "S31": -74.474055086688622, "W32": -97.376020365973019, "S32": -102.37602036597302 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 501568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77209044250242742, "S11": 0.77209044250242742, "W12": -6.0763144560938542, "S12": -16.076314456093854, "W13": -20.0, "S13": -20.0, "W21": -33.159572700946491, "S21": -33.159572700946491, "W22": -60.802904852151137, "S22": -60.802904852151137, "W31": -70.16129243031321, "S31": -70.692497727966185, "W32": -86.057807186839426, "S32": -91.057807186839426 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 507679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1967548979469411, "S12": -15.655256468156914, "W13": -24.206607115028305, "S13": -24.441463206059144, "W21": -34.26763846492846, "S21": -34.26763846492846, "W22": -44.646497600660211, "S22": -44.646497600660211, "W31": -79.250662006879267, "S31": -79.396084100938026, "W32": -90.046969340171174, "S32": -95.046969340171174 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 509520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4728991077097884, "S11": 1.3790532945944403, "W12": -8.8435689415651328, "S12": -25.0, "W13": -25.0, "S13": -25.83074842874462, "W21": -38.106106749898217, "S21": -38.106106749898217, "W22": -40.000000000000007, "S22": -42.985175097331187, "W31": -69.226480521245236, "S31": -71.677192760341285, "W32": -94.702677289241834, "S32": -99.702677289241834 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 510139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1693092270160075, "S11": 1.1659549511165317, "W12": -8.9892792549279257, "S12": -23.801541612342376, "W13": -25.0, "S13": -25.617277185024708, "W21": -37.799004061192086, "S21": -37.799004061192086, "W22": -38.802863000120865, "S22": -46.384071079066999, "W31": -62.500780188260777, "S31": -70.631718535324765, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 510167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.019896162846963484, "S11": 0.019896162846963484, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -37.695037199353756, "S21": -37.695037199353756, "W22": -39.350864372234128, "S22": -51.895747981447691, "W31": -70.700541739348211, "S31": -72.294932540807991, "W32": -84.861288839042004, "S32": -89.861288839042004 }, "geometry": { "type": "Point", "coordinates": [ 103351.0, 511293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0098737151164121, "S11": 3.0098737151164121, "W12": -8.9257623583872494, "S12": -8.9257623583872494, "W13": -19.161623485042657, "S13": -19.161623485042657, "W21": -47.655313586701851, "S21": -58.365277999513239, "W22": -35.74120032175643, "S22": -47.809556488551486, "W31": -79.423502684865724, "S31": -87.224979305046205, "W32": -87.224979305046205, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103351.25, 500424.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76715445129054438, "S11": 0.76715445129054438, "W12": -10.0, "S12": -10.0, "W13": -15.752044939675001, "S13": -17.491091136369182, "W21": -35.628877487495444, "S21": -46.730295767549471, "W22": -35.177184704083537, "S22": -36.798896840739886, "W31": -71.57122824454666, "S31": -71.57122824454666, "W32": -89.988494782084615, "S32": -94.988494782084615 }, "geometry": { "type": "Point", "coordinates": [ 103351.5, 500023.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48765465830824456, "S11": -4.5123453416917556, "W12": -9.3474524459960993, "S12": -15.346644806578173, "W13": -20.551007362629793, "S13": -21.025912244035119, "W21": -34.318379083301679, "S21": -34.318379083301679, "W22": -41.214712747991825, "S22": -41.214712747991825, "W31": -70.597351129553715, "S31": -70.728079180945997, "W32": -93.648988172610302, "S32": -98.648988172610302 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2296390440131857, "S12": -5.2296390440131857, "W13": -23.86635370961103, "S13": -23.86635370961103, "W21": -37.920004834286168, "S21": -42.909114745145729, "W22": -47.253182398699735, "S22": -48.806779801313525, "W31": -80.252422655711285, "S31": -80.252422655711285, "W32": -96.087048932021602, "S32": -101.0870489320216 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76298020792792254, "S11": 0.16565365557422818, "W12": -8.7373820663851003, "S12": -8.7373820663851003, "W13": -23.241982468181487, "S13": -23.241982468181487, "W21": -40.727235728561453, "S21": -43.601323106975798, "W22": -38.797272975749152, "S22": -43.961203567336867, "W31": -60.637549885097123, "S31": -68.012179722522191, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 506005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6801859646619584, "S11": 1.6801859646619584, "W12": -5.0, "S12": -13.051749759132552, "W13": -24.704752303443556, "S13": -24.704752303443556, "W21": -40.0, "S21": -40.0, "W22": -50.150002, "S22": -50.150002, "W31": -75.150002, "S31": -75.150002, "W32": -101.1, "S32": -106.1 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 508970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3089430894308944, "S11": 1.3089430894308944, "W12": -7.9434764232125046, "S12": -9.2141388230585139, "W13": -25.0, "S13": -26.85324838103196, "W21": -35.843656467815578, "S21": -35.843656467815578, "W22": -45.511056479544607, "S22": -51.92115981603866, "W31": -60.584239130434781, "S31": -61.45858830210782, "W32": -94.90836301829853, "S32": -99.90836301829853 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 509668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3427572815533981, "S11": 1.3427572815533981, "W12": -10.069981790413534, "S12": -14.23393224673687, "W13": -29.271578538143107, "S13": -29.271578538143107, "W21": -38.88107035267857, "S21": -38.88107035267857, "W22": -45.387079636210331, "S22": -45.698111590573781, "W31": -80.621693388598828, "S31": -80.727845378948672, "W32": -100.03810073241698, "S32": -105.03810073241698 }, "geometry": { "type": "Point", "coordinates": [ 103352.0, 510670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22519535511035438, "S11": 0.22519535511035438, "W12": -12.755564783001674, "S12": -12.755564783001674, "W13": -19.901355056444178, "S13": -23.063940990679196, "W21": -36.443102927874762, "S21": -36.443102927874762, "W22": -47.249414146720966, "S22": -48.846301843463827, "W31": -80.236757497952055, "S31": -80.75396554126219, "W32": -95.985050043117553, "S32": -100.98505004311755 }, "geometry": { "type": "Point", "coordinates": [ 103352.181818181823473, 512823.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52189946982602642, "W12": -6.2862239751270064, "S12": -6.2862239751270064, "W13": -20.892541487261958, "S13": -22.05228335457355, "W21": -43.324641587965083, "S21": -43.324641587965083, "W22": -35.464205944225462, "S22": -47.466418648179456, "W31": -80.0, "S31": -87.093587640142189, "W32": -87.093587640142189, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103352.56, 516148.32 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018620860387819741, "S11": -0.14727391199816828, "W12": -7.825284423044403, "S12": -10.425829957553507, "W13": -23.09179308229815, "S13": -23.09179308229815, "W21": -37.760594317981969, "S21": -37.760594317981969, "W22": -39.447632402676035, "S22": -44.447632402676035, "W31": -70.208892937211019, "S31": -70.208892937211019, "W32": -92.40652296864198, "S32": -97.40652296864198 }, "geometry": { "type": "Point", "coordinates": [ 103352.666666666671517, 509358.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2, "S11": 3.2, "W12": -2.8, "S12": -10.8, "W13": -10.81, "S13": -10.81, "W21": -54.8, "S21": -67.8, "W22": -40.0, "S22": -42.487537493583133, "W31": -69.140374843834266, "S31": -72.273670863227636, "W32": -95.158281497363518, "S32": -100.15828149736352 }, "geometry": { "type": "Point", "coordinates": [ 103352.7, 502423.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.053696968678868084, "S11": -0.053696968678868084, "W12": -7.4492622944267657, "S12": -7.4492622944267657, "W13": -15.744787314901313, "S13": -17.157116962854083, "W21": -33.29590282640816, "S21": -33.29590282640816, "W22": -37.879820213744047, "S22": -38.967186279916241, "W31": -67.762751934898546, "S31": -75.465228554996926, "W32": -99.066608781939976, "S32": -104.06660878193998 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 497779.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57470477941176468, "S11": 0.57470477941176468, "W12": -7.0816922881463604, "S12": -9.4194053921512015, "W13": -15.258650727650727, "S13": -20.773354953002837, "W21": -29.760297492093844, "S21": -32.418953198089973, "W22": -37.048741903089805, "S22": -48.081864277761127, "W31": -66.411522565842944, "S31": -74.549336239163495, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8113614330340457, "S12": -10.230348153509599, "W13": -15.494689148035356, "S13": -15.560461323427823, "W21": -55.898863098057788, "S21": -57.432032631227322, "W22": -38.814036318717243, "S22": -43.000656486284122, "W31": -62.033068334341216, "S31": -68.041720199416147, "W32": -83.106901121667121, "S32": -88.106901121667121 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 501405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34015936195809082, "S11": -4.6598406380419091, "W12": -10.062626585311314, "S12": -11.766961269655615, "W13": -21.869428909916756, "S13": -22.277923068982272, "W21": -36.870661876335468, "S21": -40.520582246973952, "W22": -67.940595146590539, "S22": -76.674894663498748, "W31": -94.831085319949807, "S31": -94.831085319949807, "W32": -100.50926788314464, "S32": -105.50926788314464 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060185573936753695, "S11": 0.060185573936753695, "W12": -5.4017695295640751, "S12": -6.0965186188083607, "W13": -24.459459459459456, "S13": -24.459459459459456, "W21": -39.539017667269775, "S21": -42.685286674031715, "W22": -70.584603009368792, "S22": -81.094244882647033, "W31": -90.702321204516949, "S31": -90.702321204516949, "W32": -97.182309626707237, "S32": -102.18230962670724 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2709984479470557, "S11": -1.4109177240360025, "W12": -10.0, "S12": -10.0, "W13": -21.481212985431473, "S13": -21.481212985431473, "W21": -38.059571814264089, "S21": -44.577371161012827, "W22": -47.422450761279954, "S22": -47.422450761279954, "W31": -80.203008725821277, "S31": -80.203008725821277, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19717868338557998, "S11": -0.44717868338557998, "W12": -8.4474087289886253, "S12": -20.712158745299, "W13": -25.000000000000004, "S13": -25.971527334710942, "W21": -39.414869096215291, "S21": -39.744699330653447, "W22": -47.304429115190715, "S22": -48.404735183818822, "W31": -80.369860478003716, "S31": -80.369860478003716, "W32": -97.096784816614374, "S32": -102.09678481661437 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 509232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2884275372766529, "S12": -6.2884275372766529, "W13": -21.017086727243285, "S13": -21.017086727243285, "W21": -42.62108967507988, "S21": -42.62108967507988, "W22": -47.18050638679702, "S22": -49.436133827484646, "W31": -80.044096401874214, "S31": -80.044096401874214, "W32": -92.941176470588232, "S32": -97.941176470588232 }, "geometry": { "type": "Point", "coordinates": [ 103353.0, 515969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2164392824469879, "S11": -2.5311653862714394, "W12": -7.6421699214019663, "S12": -12.109804871081856, "W13": -20.0, "S13": -20.0, "W21": -38.722824473236159, "S21": -39.516245937754782, "W22": -45.513614209530957, "S22": -46.977005704251937, "W31": -80.0, "S31": -80.07848746468963, "W32": -88.882757152051724, "S32": -93.882757152051724 }, "geometry": { "type": "Point", "coordinates": [ 103353.333333333328483, 505505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.261819894995305, "S11": -1.4099743120255954, "W12": -9.9293785310734446, "S12": -9.9293785310734446, "W13": -21.417005884173342, "S13": -21.417005884173342, "W21": -38.082795267933761, "S21": -44.591038814708831, "W22": -37.56643050948648, "S22": -46.439037792627943, "W31": -66.651325844509429, "S31": -69.960956367982391, "W32": -95.770218431981732, "S32": -100.77021843198173 }, "geometry": { "type": "Point", "coordinates": [ 103354.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19224031107123013, "S11": 0.19224031107123013, "W12": -7.3776809651474533, "S12": -12.143114681980805, "W13": -20.0, "S13": -20.0, "W21": -33.91372584256289, "S21": -33.91372584256289, "W22": -68.810438856558633, "S22": -73.944094251080315, "W31": -94.196465913843028, "S31": -94.196465913843028, "W32": -100.27981617277291, "S32": -105.27981617277291 }, "geometry": { "type": "Point", "coordinates": [ 103354.0, 507966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37905828251524543, "S11": 0.36177966480466217, "W12": -8.4850627728840902, "S12": -12.355386438289724, "W13": -23.825184049477013, "S13": -29.485111036278475, "W21": -38.381659844696749, "S21": -38.381659844696749, "W22": -38.840540673151899, "S22": -43.048587004668839, "W31": -62.27446815833062, "S31": -68.199864499668124, "W32": -83.337570403920708, "S32": -88.337570403920708 }, "geometry": { "type": "Point", "coordinates": [ 103354.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75837780179366399, "S11": 0.75837780179366399, "W12": -10.0, "S12": -10.0, "W13": -15.730408065622569, "S13": -17.484530247704974, "W21": -35.577942596330828, "S21": -46.049520714296776, "W22": -38.873334669194534, "S22": -43.631706565497467, "W31": -60.0, "S31": -60.008900500376392, "W32": -93.650279800351328, "S32": -98.650279800351328 }, "geometry": { "type": "Point", "coordinates": [ 103354.4, 500022.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3193986813167236, "S12": -6.3193986813167236, "W13": -20.0, "S13": -20.158626921855731, "W21": -44.079914477148805, "S21": -44.079914477148805, "W22": -40.471459573536144, "S22": -44.395271764094758, "W31": -69.60510248243871, "S31": -70.802364726538599, "W32": -93.785653937730856, "S32": -98.785653937730856 }, "geometry": { "type": "Point", "coordinates": [ 103354.714285714289872, 517434.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056716435122665249, "S11": 0.056716435122665249, "W12": -5.7186157235990605, "S12": -7.1793562806697384, "W13": -24.422779922780105, "S13": -24.422779922780105, "W21": -40.024619706801282, "S21": -43.603160143809937, "W22": -37.024316397786933, "S22": -48.150984255881802, "W31": -66.402589733957527, "S31": -74.4846242549051, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103354.8, 505721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56289816176470597, "S11": 0.56289816176470597, "W12": -7.1655404013883874, "S12": -10.178124886408058, "W13": -15.551947193347194, "S13": -20.739120902267381, "W21": -29.728161175259249, "S21": -32.603257887058085, "W22": -37.631418377501667, "S22": -46.399419054377887, "W31": -66.672403971793827, "S31": -69.086211935937939, "W32": -95.299274006911205, "S32": -100.2992740069112 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 499592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7014821260649271, "S11": 1.7014821260649271, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -16.731841941054405, "S13": -17.738387008663349, "W21": -39.632207727846122, "S21": -57.963261079419311, "W22": -53.111496238115812, "S22": -53.271812700310235, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.035264782711944775, "S11": -0.86193794918832101, "W12": -9.7196083457220492, "S12": -12.663342361067318, "W13": -15.0, "S13": -18.096949444508997, "W21": -57.399993788434067, "S21": -69.509785177000879, "W22": -47.007166779852611, "S22": -47.379698277239214, "W31": -85.915776966524319, "S31": -85.915776966524319, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 501712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37390728781756633, "S11": -0.91021543449130093, "W12": -4.0275427583698455, "S12": -9.1215984393329759, "W13": -20.0, "S13": -20.555586130985173, "W21": -38.370351607667835, "S21": -43.370351607667835, "W22": -48.669965949992154, "S22": -52.41380565937088, "W31": -75.510771920783057, "S31": -76.16331767595706, "W32": -100.92448456926991, "S32": -105.92448456926991 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 506325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86979301205089898, "S11": -0.83934911342925478, "W12": -5.2978259350076398, "S12": -8.2978259350076407, "W13": -15.0, "S13": -15.0, "W21": -34.594226149781832, "S21": -34.594226149781832, "W22": -48.986069073218076, "S22": -49.041476729498839, "W31": -75.015547520914083, "S31": -75.193762821971532, "W32": -100.94346358004353, "S32": -105.94346358004353 }, "geometry": { "type": "Point", "coordinates": [ 103355.0, 506983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15728741902302015, "S11": 0.15728741902302015, "W12": -6.3338843417402959, "S12": -6.3338843417402959, "W13": -20.0, "S13": -20.0, "W21": -43.424637645251735, "S21": -43.424637645251735, "W22": -42.894394372634522, "S22": -42.894394372634522, "W31": -80.970708390133936, "S31": -81.022307683138393, "W32": -100.44860941208879, "S32": -105.44860941208879 }, "geometry": { "type": "Point", "coordinates": [ 103355.04098360655189, 517643.868852459010668 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4180466140966699, "S11": 3.4180466140966699, "W12": -4.2607533241457798, "S12": -4.2607533241457798, "W13": -14.10680843606662, "S13": -14.10680843606662, "W21": -45.500568828213879, "S21": -58.19299842034382, "W22": -42.174971733991164, "S22": -42.174971733991164, "W31": -74.762525467625906, "S31": -74.774409936193251, "W32": -93.383020170636684, "S32": -98.383020170636684 }, "geometry": { "type": "Point", "coordinates": [ 103355.5, 502625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8739995245264884, "S12": -7.1058890082596733, "W13": -13.238623777800559, "S13": -16.281305692505363, "W21": -29.9691850530754, "S21": -30.831805942824126, "W22": -60.838501732546533, "S22": -60.838501732546533, "W31": -69.762256033512813, "S31": -70.917109600471591, "W32": -86.490670081092773, "S32": -91.490670081092773 }, "geometry": { "type": "Point", "coordinates": [ 103355.666666666671517, 499438.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2978775396895097, "S12": -6.2978775396895097, "W13": -20.182680325962952, "S13": -20.551024451341213, "W21": -44.933901036445818, "S21": -44.93390103644581, "W22": -46.560824556067821, "S22": -46.988481474763269, "W31": -85.031099324975898, "S31": -85.031099324975898, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.666666666671517, 517166.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5796705641375777, "S11": 1.5796705641375777, "W12": -8.9872119566046376, "S12": -18.475591453580122, "W13": -25.0, "S13": -25.0, "W21": -36.723129160987597, "S21": -36.723129160987597, "W22": -47.26168508762732, "S22": -47.26168508762732, "W31": -85.603908819559322, "S31": -96.008930559315729, "W32": -96.008930559315729, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103355.75, 510234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03858938814359214, "S11": -0.03858938814359214, "W12": -5.0262943477573456, "S12": -5.0262943477573456, "W13": -14.999999999999998, "S13": -17.254164373535875, "W21": -36.100170488571528, "S21": -42.502396420680597, "W22": -47.259395490561133, "S22": -48.828501477003023, "W31": -80.216921746243941, "S31": -81.028986711441149, "W32": -95.973779447658544, "S32": -100.97377944765854 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 498347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5992550915286472, "S12": -7.4325884248619802, "W13": -14.47836975445264, "S13": -17.218294544534547, "W21": -31.661475014258766, "S21": -31.661475014258766, "W22": -40.0, "S22": -42.009677419354851, "W31": -69.054785203997966, "S31": -72.741509348958914, "W32": -95.481326585308082, "S32": -100.48132658530808 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 499373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.041557824744716032, "S11": -0.88294536307007443, "W12": -9.7234479930281434, "S12": -12.6353832018943, "W13": -15.000000000000002, "S13": -18.13505702863247, "W21": -57.318622274675448, "S21": -69.395236553012396, "W22": -47.31091615942713, "S22": -48.403778796879337, "W31": -80.349477971601075, "S31": -80.349477971601075, "W32": -97.058577741132325, "S32": -102.05857774113232 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 501716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87021979132739591, "S11": -0.60541190032142622, "W12": -5.1842820645357861, "S12": -8.1842820645357861, "W13": -16.020652775216671, "S13": -16.020652775216671, "W21": -34.803085099527898, "S21": -34.803085099527898, "W22": -54.855461975216954, "S22": -57.035837210960345, "W31": -90.0, "S31": -90.0, "W32": -95.573623488903905, "S32": -100.57362348890391 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 506966.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19536901071409141, "S11": -0.2534335268431237, "W12": -5.0, "S12": -7.7101123595505614, "W13": -21.757556736513138, "S13": -21.757556736513138, "W21": -38.343171296598932, "S21": -38.343171296598932, "W22": -49.39749554195317, "S22": -49.39749554195317, "W31": -87.393416534048086, "S31": -94.387340920007944, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22125391849529774, "S11": -0.067624233331750661, "W12": -6.1510011445651678, "S12": -19.392683100235324, "W13": -24.947744195848408, "S13": -25.947744195848408, "W21": -40.0, "S21": -41.789174741062482, "W22": -38.855701301437072, "S22": -43.667165699108367, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -93.6791221709925, "S32": -98.6791221709925 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 509204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2457958985053876, "S11": 2.2457958985053876, "W12": -15.0, "S12": -15.0, "W13": -21.522443480421988, "S13": -21.522443480421988, "W21": -40.276011061447406, "S21": -41.086875454786025, "W22": -39.859701518425325, "S22": -39.859701518425325, "W31": -72.185943508057406, "S31": -73.590976079267008, "W32": -90.821895491385987, "S32": -95.821895491385987 }, "geometry": { "type": "Point", "coordinates": [ 103356.0, 514326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2374143165877893, "S11": -4.3406880003508297, "W12": -8.2964928116950603, "S12": -11.63550473673769, "W13": -20.0, "S13": -20.0, "W21": -38.383368118796717, "S21": -39.703807469321525, "W22": -37.574322897139751, "S22": -42.617876394408114, "W31": -66.655554143706567, "S31": -66.785830731821477, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103356.666666666671517, 505461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -9.2998717110125941, "S12": -15.223590820056287, "W13": -20.390533568874208, "S13": -20.644560930648677, "W21": -34.292563766295963, "S21": -34.292563766295963, "W22": -58.495512349918293, "S22": -71.447363899006817, "W31": -104.24054987024434, "S31": -104.24054987024434, "W32": -104.78146201342459, "S32": -109.78146201342459 }, "geometry": { "type": "Point", "coordinates": [ 103357.0, 504762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11747881304915742, "S11": 0.11747881304915742, "W12": -5.4329938251479444, "S12": -7.7067036676650904, "W13": -24.006469500924215, "S13": -24.006469500924215, "W21": -40.001743735291228, "S21": -44.196612987831074, "W22": -42.293718421084215, "S22": -54.054556668496659, "W31": -67.5, "S31": -68.460858182746946, "W32": -98.055540340691252, "S32": -103.05554034069125 }, "geometry": { "type": "Point", "coordinates": [ 103357.0, 505688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0016043944090933238, "S11": -0.26624403404873315, "W12": -5.0, "S12": -5.9917602996254677, "W13": -22.351296928777728, "S13": -22.351296928777728, "W21": -38.611623491286906, "S21": -38.611623491286906, "W22": -45.640117696401852, "S22": -45.640117696401852, "W31": -80.614693087708446, "S31": -81.045332412195791, "W32": -100.0314287147587, "S32": -105.0314287147587 }, "geometry": { "type": "Point", "coordinates": [ 103357.0, 508693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61315337486208932, "S11": -0.22479278363754318, "W12": -3.4366743996354878, "S12": -5.1930454495842033, "W13": -20.498122681144636, "S13": -20.498122681144636, "W21": -37.057969862561357, "S21": -41.586098859252104, "W22": -43.340925378199117, "S22": -43.340925378199117, "W31": -76.611781524516061, "S31": -77.07231569676631, "W32": -93.847729730997429, "S32": -98.847729730997429 }, "geometry": { "type": "Point", "coordinates": [ 103357.666666666671517, 506784.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0232041878251668, "S11": 3.0232041878251668, "W12": -9.0692132749069589, "S12": -9.0692132749069589, "W13": -20.480619521742661, "S13": -20.480619521742661, "W21": -50.0, "S21": -67.157774538386789, "W22": -40.0, "S22": -42.784092114362323, "W31": -69.150393743372121, "S31": -71.916457579862936, "W32": -94.869184524183581, "S32": -99.869184524183581 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 500717.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.645871548338647, "S12": -8.9980416103404472, "W13": -16.8071912177687, "S13": -20.464260234699914, "W21": -53.949791256533842, "S21": -72.334826160547806, "W22": -40.0, "S22": -41.800736648250812, "W31": -68.856726927830664, "S31": -73.369360847190364, "W32": -95.99126163972015, "S32": -100.99126163972015 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 501135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2373877994776129, "S11": -3.9237817028741668, "W12": -8.1602122366306347, "S12": -12.305584184387591, "W13": -20.0, "S13": -20.0, "W21": -38.470541806619345, "S21": -38.470541806619345, "W22": -37.750683419245476, "S22": -39.087666817338089, "W31": -67.71071909945185, "S31": -75.563229265029378, "W32": -99.201631701631698, "S32": -104.2016317016317 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23555811887620487, "S11": -3.675800106546244, "W12": -8.0736883820259351, "S12": -12.382412826084812, "W13": -20.0, "S13": -20.0, "W21": -38.519010552184227, "S21": -38.683714734803601, "W22": -37.155595983024426, "S22": -46.450940692635967, "W31": -66.372979559824245, "S31": -70.277115050491702, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 505477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27272953610299294, "S11": 0.27272953610299294, "W12": -5.3707556662515676, "S12": -5.3707556662515676, "W13": -25.0, "S13": -25.0, "W21": -37.533467229522998, "S21": -40.299535234031893, "W22": -39.431700429097603, "S22": -49.702648980141426, "W31": -63.681436899083067, "S31": -72.116917842821721, "W32": -80.554042331714086, "S32": -85.554042331714086 }, "geometry": { "type": "Point", "coordinates": [ 103358.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2553314835283889, "S11": -3.0320213396380398, "W12": -8.7137012031016017, "S12": -14.741793776415175, "W13": -20.0, "S13": -22.850438752653446, "W21": -34.187149416172936, "S21": -34.187149416172936, "W22": -53.017821671756515, "S22": -53.017821671756515, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 504628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28003836103858326, "S11": -0.56435674826762883, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -22.470015395828309, "S13": -22.470015395828309, "W21": -39.869083967101837, "S21": -44.123381744153932, "W22": -64.535102325831232, "S22": -99.535102325831232, "W31": -101.49015815502131, "S31": -101.49015815502131, "W32": -103.61593045713742, "S32": -108.61593045713742 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 506069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80872310269303693, "S11": -0.92717094861731841, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -22.171353965306359, "S13": -22.171353965306359, "W21": -39.262278144004974, "S21": -44.239582149043343, "W22": -43.519510635438678, "S22": -43.519510635438678, "W31": -76.08598247809762, "S31": -76.089527127041038, "W32": -93.837964750327387, "S32": -98.837964750327387 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 506105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0378502472333411, "W12": -5.5084892200100537, "S12": -15.073957193601135, "W13": -24.757964609214124, "S13": -24.757964609214124, "W21": -39.752416833033315, "S21": -39.752416833033315, "W22": -40.894736576574381, "S22": -42.883835158924015, "W31": -60.0, "S31": -60.0, "W32": -93.662370845041238, "S32": -98.662370845041238 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 509092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096665593761713395, "S11": -0.09932769322850156, "W12": -6.4618272448804381, "S12": -6.4618272448804381, "W13": -24.092474529868269, "S13": -24.092474529868269, "W21": -37.179247758985291, "S21": -37.179247758985291, "W22": -45.559967307959475, "S22": -45.559967307959475, "W31": -80.638527445501907, "S31": -81.012855770976202, "W32": -100.03374469081302, "S32": -105.03374469081302 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 509377.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4864409990528116, "S11": 1.3089129623282258, "W12": -8.7319191309604971, "S12": -17.620808019849385, "W13": -25.0, "S13": -25.0, "W21": -37.516631415819653, "S21": -37.516631415819653, "W22": -47.331203295559895, "S22": -48.279806191873739, "W31": -80.36566491705608, "S31": -80.36566491705608, "W32": -97.34412482094676, "S32": -102.34412482094676 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 510120.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2609418729817006, "S11": 2.2609418729817006, "W12": -10.153465831212062, "S12": -18.451734735205264, "W13": -30.392663642255346, "S13": -30.392663642255346, "W21": -37.520672138339926, "S21": -37.520672138339926, "W22": -47.222623381157796, "S22": -49.183507860609502, "W31": -80.085700619559447, "S31": -80.085700619559447, "W32": -95.077767108667175, "S32": -100.07776710866717 }, "geometry": { "type": "Point", "coordinates": [ 103359.0, 510771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5836169178407919, "S12": -15.303889608142153, "W13": -20.0, "S13": -20.0, "W21": -37.48768541771026, "S21": -37.48768541771026, "W22": -36.373229162144852, "S22": -48.487551071299357, "W31": -77.562072564084545, "S31": -87.562072564084545, "W32": -87.562072564084545, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103359.714285714289872, 508430.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4768179328519744, "S11": 3.4768179328519744, "W12": -8.7985028663787581, "S12": -8.7985028663787581, "W13": -19.628700722854507, "S13": -19.628700722854507, "W21": -49.620230908984347, "S21": -60.593635164303493, "W22": -39.954987212276208, "S22": -40.24173361008836, "W31": -68.529232343027132, "S31": -73.996034365393257, "W32": -96.589577542040118, "S32": -101.58957754204012 }, "geometry": { "type": "Point", "coordinates": [ 103360.0, 500492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25838935072855762, "S11": -4.6090533623786838, "W12": -8.9508157019880681, "S12": -8.9508157019880681, "W13": -20.0, "S13": -20.0, "W21": -38.043911764357205, "S21": -43.735143609435205, "W22": -40.888028487427142, "S22": -40.888028487427142, "W31": -73.319977082736102, "S31": -74.652362291999523, "W32": -94.502381858560753, "S32": -99.502381858560753 }, "geometry": { "type": "Point", "coordinates": [ 103360.0, 505417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95329138300463578, "S11": -1.2967784385436871, "W12": -8.2387045181927228, "S12": -11.90922887881567, "W13": -19.799085032805454, "S13": -19.799085032805454, "W21": -37.947336267556622, "S21": -42.947336267556622, "W22": -70.0, "S22": -71.928374655647389, "W31": -92.789366373902126, "S31": -92.789366373902126, "W32": -99.329985393546067, "S32": -104.32998539354607 }, "geometry": { "type": "Point", "coordinates": [ 103360.0, 506218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26074471191805859, "S11": -0.26074471191805859, "W12": -6.2191260360105645, "S12": -6.2191260360105645, "W13": -15.0, "S13": -16.689031886285058, "W21": -35.797203035149202, "S21": -37.353573389999582, "W22": -62.907516974491926, "S22": -72.215097791905535, "W31": -83.418603411219024, "S31": -83.418603411219024, "W32": -89.360206731399487, "S32": -94.360206731399487 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 498046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27416053413909058, "S11": -0.27416053413909058, "W12": -10.0, "S12": -16.626363934695217, "W13": -20.423352395758144, "S13": -24.730349716463483, "W21": -41.665642929022312, "S21": -45.523404946358795, "W22": -38.993438866367633, "S22": -43.426090505915823, "W31": -60.0, "S31": -60.0, "W32": -93.695634978611494, "S32": -98.695634978611494 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 503663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.04950717264854948, "S11": 0.04950717264854948, "W12": -10.0, "S12": -19.648462450953556, "W13": -21.073966086089158, "S13": -24.232655003846727, "W21": -40.000000000000007, "S21": -43.000000000000007, "W22": -34.735577120137137, "S22": -39.096327036783393, "W31": -77.191232963787314, "S31": -77.191232963787314, "W32": -86.610170456742679, "S32": -91.610170456742679 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 503820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.14774038932707323, "W12": -8.311474395798351, "S12": -8.311474395798351, "W13": -23.159370366090126, "S13": -23.159370366090126, "W21": -41.180968120003207, "S21": -43.855689959941657, "W22": -38.752343160783724, "S22": -38.752343160783724, "W31": -68.065882145681641, "S31": -74.882784063148648, "W32": -98.017595775596263, "S32": -103.01759577559626 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 505989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2691275559315114, "S11": 1.2211325102588066, "W12": -6.86029003459912, "S12": -16.860290034599121, "W13": -17.88701824367924, "S13": -17.88701824367924, "W21": -33.25455261500705, "S21": -33.25455261500705, "W22": -37.004906320085738, "S22": -47.853606244243267, "W31": -66.439652596369044, "S31": -76.439652596369044, "W32": -99.608465843475159, "S32": -104.60846584347516 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 507537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35418441226575814, "S11": 0.35418441226575814, "W12": -5.0, "S12": -9.7362786849844802, "W13": -20.0, "S13": -20.0, "W21": -33.222573010569498, "S21": -33.222573010569498, "W22": -47.372418172133287, "S22": -47.961084932705425, "W31": -80.429036489461424, "S31": -80.429036489461424, "W32": -98.541626142773779, "S32": -103.54162614277378 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 507910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4028419610333187, "S11": 1.2706666736191403, "W12": -8.5411622197844146, "S12": -24.363811792433985, "W13": -25.0, "S13": -25.0, "W21": -37.94392776979749, "S21": -37.94392776979749, "W22": -56.960475525137944, "S22": -83.334200312927052, "W31": -104.7822553003966, "S31": -104.7822553003966, "W32": -105.05042417454348, "S32": -110.05042417454348 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 510132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50451175554494987, "S11": 0.50451175554494987, "W12": -8.1356159005398343, "S12": -28.657863821680863, "W13": -29.865767102413987, "S13": -29.865767102413987, "W21": -39.936995643584069, "S21": -42.302693633806776, "W22": -52.184215619825508, "S22": -52.40856859597011, "W31": -98.59582658698254, "S31": -98.59582658698254, "W32": -98.59582658698254, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 510598.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36531700094225378, "S11": 0.36531700094225378, "W12": -9.8341820321694779, "S12": -23.039784273065838, "W13": -32.657067483241356, "S13": -32.657067483241356, "W21": -35.041179925561991, "S21": -35.041179925561991, "W22": -51.616592892963212, "S22": -93.726566093575769, "W31": -107.84942287987462, "S31": -107.84942287987462, "W32": -111.65732087227414, "S32": -116.65732087227414 }, "geometry": { "type": "Point", "coordinates": [ 103361.0, 510949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3087612969758222, "S12": -6.3087612969758222, "W13": -20.0, "S13": -20.148137924070021, "W21": -44.002666403875764, "S21": -44.002666403875764, "W22": -45.710313412925267, "S22": -45.710313412925267, "W31": -81.510614642944503, "S31": -81.756153543729653, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103361.190476190473419, 517481.952380952367093 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.287723043424335, "S12": -6.287723043424335, "W13": -20.145392444085811, "S13": -20.506679398862747, "W21": -44.848516937417365, "S21": -44.848516937417365, "W22": -45.927931887232859, "S22": -51.739387848995612, "W31": -59.999999999999993, "S31": -60.849663207718905, "W32": -94.925387558619178, "S32": -99.925387558619178 }, "geometry": { "type": "Point", "coordinates": [ 103361.988888888881775, 517216.088888888887595 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4871518469638858, "S11": -4.5128481530361144, "W12": -9.4714532195776826, "S12": -15.267699270463304, "W13": -20.64757566329687, "S13": -21.293572587121041, "W21": -34.303493898365303, "S21": -34.303493898365303, "W22": -42.764589294332232, "S22": -54.075347609104433, "W31": -64.621212121212125, "S31": -65.621212121212125, "W32": -97.006445016523344, "S32": -102.00644501652334 }, "geometry": { "type": "Point", "coordinates": [ 103362.0, 504793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42432537587193953, "S11": 0.28612446157299848, "W12": -5.4361174424709082, "S12": -13.117219804675631, "W13": -20.263901751145152, "S13": -21.109176305775701, "W21": -39.485793383173231, "S21": -44.544173550690466, "W22": -44.45750498611671, "S22": -44.45750498611671, "W31": -79.353391762517617, "S31": -79.477246402696309, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103362.0, 506539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1442187415021482, "S11": -0.14421874150214842, "W12": -5.0, "S12": -7.7033707865168539, "W13": -21.860114330172895, "S13": -21.860114330172895, "W21": -38.326134168289649, "S21": -38.326134168289649, "W22": -41.525714152752315, "S22": -41.525714152752315, "W31": -73.778131814904938, "S31": -74.736989541858236, "W32": -94.896897658849824, "S32": -99.896897658849824 }, "geometry": { "type": "Point", "coordinates": [ 103362.0, 508640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38314905528341497, "S11": 0.38314905528341497, "W12": -8.4104138149974954, "S12": -12.284839542409442, "W13": -23.380400789110048, "S13": -30.286232484326746, "W21": -38.30079254200578, "S21": -38.30079254200578, "W22": -39.671041007698378, "S22": -39.671041007698378, "W31": -68.391463727890184, "S31": -74.258968351976947, "W32": -96.933851933231736, "S32": -101.93385193323174 }, "geometry": { "type": "Point", "coordinates": [ 103362.0, 509879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64450917834192423, "S11": 0.64450917834192423, "W12": -5.5634563666837193, "S12": -15.56345636668372, "W13": -20.0, "S13": -20.0, "W21": -33.145899724882462, "S21": -33.145899724882462, "W22": -39.925411896681148, "S22": -46.986333791150841, "W31": -66.368454940367556, "S31": -74.279505425227498, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103362.2, 507715.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31924117369432781, "S11": -0.93531260226575641, "W12": -4.1571133059301086, "S12": -6.771861236705127, "W13": -20.0, "S13": -20.687301553702238, "W21": -38.603065325311036, "S21": -43.603065325311036, "W22": -39.918669448609428, "S22": -50.593852029594899, "W31": -64.10585947194383, "S31": -72.070295530551235, "W32": -81.440319222761971, "S32": -86.440319222761971 }, "geometry": { "type": "Point", "coordinates": [ 103362.5, 506354.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13132530585427329, "S11": 0.13132530585427329, "W12": -6.3205950599446501, "S12": -6.3205950599446501, "W13": -20.0, "S13": -20.0, "W21": -43.355438778415916, "S21": -43.355438778415916, "W22": -47.125373257015667, "S22": -50.302984029304227, "W31": -60.0, "S31": -60.663189513926817, "W32": -94.703745942305332, "S32": -99.703745942305332 }, "geometry": { "type": "Point", "coordinates": [ 103362.803278688530554, 517693.229508196702227 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16547420965058235, "S11": -0.16547420965058235, "W12": -11.54376520905538, "S12": -14.292760204543114, "W13": -20.0, "S13": -24.761371425010903, "W21": -41.825761442913048, "S21": -47.881711009500911, "W22": -42.228395509624221, "S22": -46.830622002685615, "W31": -70.0, "S31": -70.227803712713822, "W32": -93.099080416430908, "S32": -98.099080416430908 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 503600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13967483223165994, "S11": 0.13967483223165994, "W12": -5.1822524415997711, "S12": -7.6405897428091798, "W13": -24.0625, "S13": -24.0625, "W21": -39.959006360400089, "S21": -44.259929468217223, "W22": -51.392049289860893, "S22": -51.441523945860162, "W31": -95.837720777031407, "S31": -95.837720777031407, "W32": -95.837720777031407, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 505677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75230952833000186, "S11": -1.1773457185353895, "W12": -6.0485805677728903, "S12": -12.552366822952202, "W13": -19.497507951932654, "S13": -22.027715345981328, "W21": -37.925482851754168, "S21": -42.925482851754168, "W22": -47.161762203380263, "S22": -47.161762203380263, "W31": -82.631271213246279, "S31": -84.675944752765176, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 506251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.596766100002712, "S11": -0.13583517615102014, "W12": -7.4247242068076309, "S12": -10.132887233784157, "W13": -14.881861575178997, "S13": -14.881861575178997, "W21": -32.63955451875875, "S21": -32.63955451875875, "W22": -36.988281887705853, "S22": -49.185973579774313, "W31": -75.945202437044969, "S31": -76.191298035719839, "W32": -84.964976755972728, "S32": -89.964976755972728 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 507246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5371490598081814, "S11": 1.1253623292405615, "W12": -7.1365957828865572, "S12": -7.1365957828865572, "W13": -14.934844868735082, "S13": -14.934844868735082, "W21": -32.536061729401396, "S21": -32.536061729401396, "W22": -46.994003979686056, "S22": -47.529119627173223, "W31": -83.239065298250452, "S31": -83.239065298250452, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 507320.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19375761117065279, "S11": -0.31842614465670832, "W12": -12.277038688199411, "S12": -19.630247132912562, "W13": -25.0, "S13": -25.187389458790204, "W21": -37.936072656320519, "S21": -37.936072656320519, "W22": -52.3, "S22": -52.3, "W31": -98.155847187281154, "S31": -98.155847187281154, "W32": -98.155847187281154, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 509317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031478574041804736, "S11": -0.13766809393310481, "W12": -10.25309635725923, "S12": -16.899020446765991, "W13": -24.938335914007375, "S13": -24.938335914007375, "W21": -37.684508853452385, "S21": -37.684508853452385, "W22": -60.0, "S22": -64.231563890654797, "W31": -103.64629339470206, "S31": -103.64629339470206, "W32": -104.50038857172837, "S32": -109.50038857172837 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 509333.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3873441348023809, "S11": 1.1751674380016883, "W12": -9.0572818322776083, "S12": -16.798632278706179, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -37.062702108094072, "S21": -37.062702108094072, "W22": -70.283429544809309, "S22": -85.283429544809309, "W31": -89.883295721932086, "S31": -89.883295721932086, "W32": -95.961089611347859, "S32": -100.96108961134786 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 510113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13078341634136498, "S11": 0.13078341634136498, "W12": -9.822153785798351, "S12": -23.037840060308156, "W13": -32.722560952214295, "S13": -32.722560952214295, "W21": -35.143044109032175, "S21": -35.143044109032175, "W22": -62.43652369614486, "S22": -71.767653629038392, "W31": -83.951617613385579, "S31": -83.951617613385579, "W32": -89.558177815623324, "S32": -94.558177815623324 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13820050911833628, "S11": -0.13820050911833628, "W12": -12.177493343842858, "S12": -12.177493343842858, "W13": -19.437625444304086, "S13": -34.437625444304089, "W21": -34.437625444304089, "S21": -34.921132473955161, "W22": -63.619002971870003, "S22": -70.616794906336665, "W31": -84.694115929235849, "S31": -84.694115929235849, "W32": -89.757412377050017, "S32": -94.757412377050017 }, "geometry": { "type": "Point", "coordinates": [ 103363.0, 512042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.314968384366364, "S11": 1.314968384366364, "W12": -9.1164514802639225, "S12": -13.655225934743035, "W13": -29.568069932781214, "S13": -29.568069932781214, "W21": -39.120118201579608, "S21": -39.120118201579608, "W22": -46.603597162722345, "S22": -49.161674818350676, "W31": -78.260643297282741, "S31": -78.266149446105089, "W32": -87.750700809756054, "S32": -92.750700809756054 }, "geometry": { "type": "Point", "coordinates": [ 103363.333333333328483, 510654.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42917764120600393, "S11": 0.42917764120600393, "W12": -5.1341100778194235, "S12": -5.1341100778194235, "W13": -24.500824987599053, "S13": -24.500824987599053, "W21": -38.223815751103885, "S21": -42.545244148279565, "W22": -34.308526517298169, "S22": -44.568939550159399, "W31": -80.0, "S31": -80.374188747165803, "W32": -85.317557071237815, "S32": -90.317557071237815 }, "geometry": { "type": "Point", "coordinates": [ 103364.333333333328483, 505846.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3319267515923533, "S11": -4.221503665242226, "W12": -10.036201003098745, "S12": -13.668569736610698, "W13": -23.876417453503805, "S13": -24.530667348531093, "W21": -35.615268822564616, "S21": -39.782149879077778, "W22": -37.33872440044555, "S22": -40.427714702784485, "W31": -67.113072594279885, "S31": -76.705729470361774, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103365.0, 505165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80466787816318863, "S11": -1.2191345896367851, "W12": -6.5610422497667589, "S12": -12.050397871998506, "W13": -19.36751150972556, "S13": -22.167165457453454, "W21": -37.933285246349385, "S21": -42.933285246349385, "W22": -36.956997300740362, "S22": -47.966551188516135, "W31": -66.424980000501606, "S31": -76.278243035065174, "W32": -99.710180332237712, "S32": -104.71018033223771 }, "geometry": { "type": "Point", "coordinates": [ 103365.0, 506241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.098437087519866392, "S11": -0.098437087519866392, "W12": -10.282376075378943, "S12": -11.727509534532354, "W13": -23.94951251888131, "S13": -26.644528007476072, "W21": -36.935876516124964, "S21": -36.935876516124964, "W22": -47.514796239874826, "S22": -47.514796239874826, "W31": -71.91242644783749, "S31": -71.91242644783749, "W32": -89.648598218034252, "S32": -94.648598218034252 }, "geometry": { "type": "Point", "coordinates": [ 103365.0, 511501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5965832033833478, "S11": 3.5965832033833478, "W12": -5.3251984697184778, "S12": -5.3251984697184778, "W13": -15.778201281305748, "S13": -15.778201281305748, "W21": -40.0, "S21": -52.361102489081482, "W22": -47.433920184839444, "S22": -47.516554094545953, "W31": -80.149298083870605, "S31": -80.149298083870605, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 502760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.25, "W12": -9.2350628711164955, "S12": -12.44051383991714, "W13": -20.0, "S13": -21.392602988114607, "W21": -39.096144553778366, "S21": -49.096144553778366, "W22": -37.013016770185438, "S22": -47.465439767434731, "W31": -66.486688947076104, "S31": -74.146898393723234, "W32": -98.423857908252231, "S32": -103.42385790825223 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 504221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34889198513800113, "S11": -4.362267353067657, "W12": -10.060799284413635, "S12": -13.386478360796852, "W13": -24.122023706180457, "S13": -24.810428720876629, "W21": -35.419265858853166, "S21": -40.419265858853166, "W22": -58.263236002241293, "S22": -71.447113166539495, "W31": -104.27732825735714, "S31": -104.27732825735714, "W32": -104.76242801039265, "S32": -109.76242801039265 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 505193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10808031537929688, "S11": 0.10808031537929688, "W12": -5.5764274642978453, "S12": -7.596286066725229, "W13": -25.0, "S13": -25.0, "W21": -40.015023656167038, "S21": -43.808582610187187, "W22": -52.351876978742652, "S22": -78.731020327860165, "W31": -105.27340671063159, "S31": -105.89899760018903, "W32": -111.61842649418537, "S32": -116.61842649418537 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72923341453597579, "S11": 0.10855954528126066, "W12": -4.1661142236954545, "S12": -7.1661142236954554, "W13": -20.135604420345558, "S13": -20.135604420345558, "W21": -35.950118166331336, "S21": -38.447666116108962, "W22": -70.370256458786798, "S22": -83.395281157368188, "W31": -89.644751530552114, "S31": -89.644751530552114, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30436860238362962, "S11": 0.15781780558615693, "W12": -8.155131463334877, "S12": -8.155131463334877, "W13": -24.761364985935995, "S13": -24.761364985935995, "W21": -37.55852406005851, "S21": -37.55852406005851, "W22": -44.167708966276372, "S22": -44.167708966276372, "W31": -80.875635983464377, "S31": -80.974558384969669, "W32": -100.063066452627, "S32": -105.063066452627 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 510013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0094602491157922, "S11": 2.0094602491157922, "W12": -9.4309717580388686, "S12": -16.630003820954776, "W13": -30.442242384964356, "S13": -30.442242384964356, "W21": -39.845485565714284, "S21": -39.845485565714284, "W22": -40.123427238062717, "S22": -40.123427238062717, "W31": -74.894292728278913, "S31": -74.909820678589469, "W32": -95.113575941703544, "S32": -100.11357594170354 }, "geometry": { "type": "Point", "coordinates": [ 103366.0, 510752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15199667221297841, "S11": -0.15199667221297841, "W12": -10.852029717572451, "S12": -15.492432949995127, "W13": -20.278417818740397, "S13": -24.791530006415641, "W21": -41.708779989790713, "S21": -46.473949414534609, "W22": -61.826205305221229, "S22": -64.69567056959869, "W31": -82.716984961921995, "S31": -82.716984961921995, "W32": -89.003084900009739, "S32": -94.003084900009739 }, "geometry": { "type": "Point", "coordinates": [ 103366.25, 503633.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3130312392723018, "S11": 1.3130312392723018, "W12": -6.9319121805457549, "S12": -11.355241145157869, "W13": -26.892892892892878, "S13": -26.892892892892878, "W21": -35.389722664637162, "S21": -38.196462384592429, "W22": -38.749429227164725, "S22": -44.152291473581599, "W31": -60.139641501827008, "S31": -67.258326410925747, "W32": -80.061453038758202, "S32": -85.061453038758202 }, "geometry": { "type": "Point", "coordinates": [ 103366.333333333328483, 510381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.027960465626978175, "S11": -0.027960465626978175, "W12": -6.5122547930671537, "S12": -7.6917502885600566, "W13": -25.298546776258974, "S13": -25.393916137716584, "W21": -35.647198736013586, "S21": -35.647198736013586, "W22": -47.052593959374576, "S22": -47.052593959374576, "W31": -85.741030762479483, "S31": -95.81618409255023, "W32": -95.81618409255023, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103366.666666666671517, 509419.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3412023598106382, "S11": 3.3412023598106382, "W12": -8.8080649308276247, "S12": -8.8080649308276247, "W13": -19.27252264655267, "S13": -19.27252264655267, "W21": -48.362538826701055, "S21": -55.725422987457556, "W22": -61.802253490754225, "S22": -79.102925522613518, "W31": -100.48899895563889, "S31": -100.48899895563889, "W32": -102.52576542072316, "S32": -107.52576542072316 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46672116998529428, "S11": 0.46672116998529428, "W12": -3.1870255839821993, "S12": -5.263997797332566, "W13": -20.496564458368596, "S13": -21.00477380455467, "W21": -38.056207791917934, "S21": -43.16142977682199, "W22": -48.593247366854577, "S22": -48.593247366854577, "W31": -59.999999999999993, "S31": -60.475446132046223, "W32": -94.423642304279142, "S32": -99.423642304279142 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 506670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68800698327167509, "S11": 0.19791173507878579, "W12": -3.902320260479609, "S12": -6.902320260479609, "W13": -20.236128909299232, "S13": -20.236128909299232, "W21": -36.211965140313275, "S21": -39.281829314703231, "W22": -37.682971560551159, "S22": -39.286056453992884, "W31": -67.678592717994121, "S31": -75.62258566788347, "W32": -99.271561771561778, "S32": -104.27156177156178 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 506851.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79378137670009763, "S11": -0.44724646055900297, "W12": -5.0584043550989399, "S12": -8.0584043550989399, "W13": -17.177761386686338, "S13": -17.177761386686338, "W21": -34.99731658474709, "S21": -35.343912427231359, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 506951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46543753739054772, "S11": -0.10669260380036705, "W12": -5.0, "S12": -6.8474125120433724, "W13": -23.710735871366502, "S13": -23.710735871366502, "W21": -39.841751822632396, "S21": -39.841751822632396, "W22": -39.400002, "S22": -52.050002, "W31": -70.150002, "S31": -70.150002, "W32": -84.800003, "S32": -89.800003 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43306308107567726, "S11": 0.43306308107567726, "W12": -8.3418148108951939, "S12": -11.156472783513756, "W13": -24.770277059242719, "S13": -29.618311697157651, "W21": -38.328712290928358, "S21": -38.328712290928358, "W22": -60.869419279691606, "S22": -60.869419279691606, "W31": -69.69728706495242, "S31": -70.944714045082193, "W32": -86.819684165599739, "S32": -91.819684165599739 }, "geometry": { "type": "Point", "coordinates": [ 103367.0, 509800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90575134369663612, "S11": 0.90575134369663612, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.53181274612254, "S13": -27.849601080634912, "W21": -40.288343121789588, "S21": -40.288343121789588, "W22": -71.653703319813644, "S22": -71.886497670776578, "W31": -85.563335511227905, "S31": -85.563335511227905, "W32": -94.392572080143353, "S32": -99.392572080143353 }, "geometry": { "type": "Point", "coordinates": [ 103367.166666666671517, 513700.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2981239126348898, "S12": -6.2981239126348898, "W13": -20.0, "S13": -20.143569957330666, "W21": -43.925418330602888, "S21": -43.925418330602888, "W22": -67.383873190902833, "S22": -71.721219313124919, "W31": -84.367742116389536, "S31": -84.367742116389536, "W32": -93.007378878725547, "S32": -98.007378878725547 }, "geometry": { "type": "Point", "coordinates": [ 103367.666666666671517, 517529.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7091905402807157, "S12": -6.7091905402807157, "W13": -15.0, "S13": -17.377804422513776, "W21": -33.577790348162694, "S21": -41.473446225505114, "W22": -48.187437125287019, "S22": -48.187437125287019, "W31": -60.0, "S31": -60.36368064473276, "W32": -94.208379687486428, "S32": -99.208379687486428 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64536838235294125, "S11": 0.64536838235294125, "W12": -6.8399822131876507, "S12": -8.3990460687308772, "W13": -15.0, "S13": -20.712298428250662, "W21": -29.751828712215932, "S21": -32.108018267341656, "W22": -40.397210560170443, "S22": -46.333531045129838, "W31": -66.636779292590077, "S31": -73.625737026033107, "W32": -87.183343134783939, "S32": -92.183343134783939 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 499568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31876851097608339, "S11": 0.31876851097608339, "W12": -5.5289504358655197, "S12": -5.5289504358655197, "W13": -25.027535908213594, "S13": -25.027535908213594, "W21": -38.054958494731522, "S21": -41.257157004663362, "W22": -38.715779415335156, "S22": -44.101736120136756, "W31": -60.0, "S31": -67.031213499591047, "W32": -80.293720390577789, "S32": -85.293720390577789 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022728325412926464, "S11": -0.27447928791038934, "W12": -5.3928051448070713, "S12": -5.7866997779926956, "W13": -20.115312435077669, "S13": -21.115312435077669, "W21": -39.20541441030079, "S21": -44.20541441030079, "W22": -45.101880337065253, "S22": -45.101880337065253, "W31": -74.69103311584891, "S31": -74.698396629308689, "W32": -90.835487723056175, "S32": -95.835487723056175 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 506442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8702418108100223, "S11": 1.4959003987973774, "W12": -6.8503054119858184, "S12": -9.8670651885221314, "W13": -15.940959409594097, "S13": -15.940959409594097, "W21": -32.967755499658487, "S21": -32.967755499658487, "W22": -43.986919483075624, "S22": -43.986919483075624, "W31": -79.800688903026739, "S31": -79.94167967611854, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45742722356460708, "S11": -0.68279255403786088, "W12": -4.9999999999999991, "S12": -12.593936669021774, "W13": -21.047079327821226, "S13": -21.047079327821226, "W21": -37.878343780872321, "S21": -37.878343780872321, "W22": -39.107129511985057, "S22": -39.107129511985057, "W31": -68.184903544172144, "S31": -74.652923675166306, "W32": -97.577302689867807, "S32": -102.57730268986781 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 508551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57058316033539147, "S11": 0.019324719574188243, "W12": -5.0, "S12": -7.9315609843721937, "W13": -23.864287315548676, "S13": -23.864287315548676, "W21": -40.0, "S21": -40.0, "W22": -70.439268301735538, "S22": -77.278665176765514, "W31": -88.78894387069117, "S31": -88.78894387069117, "W32": -94.831688932467202, "S32": -99.831688932467202 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17474839890210428, "S11": -0.43768354814158639, "W12": -11.842257541138878, "S12": -22.90819495279101, "W13": -25.0, "S13": -25.91607134354793, "W21": -39.00768597722773, "S21": -39.159262371730563, "W22": -46.416046668139884, "S22": -51.416772379655818, "W31": -60.0, "S31": -60.798033861277993, "W32": -94.891380102770839, "S32": -99.891380102770839 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 509250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12865840327453615, "S11": -0.093736954309616094, "W12": -6.4466826462347226, "S12": -6.5241776820257211, "W13": -25.459342878120445, "S13": -25.460202920549204, "W21": -36.823759948015066, "S21": -36.823759948015066, "W22": -44.922502679106501, "S22": -45.176940232176108, "W31": -80.82303537611287, "S31": -80.82303537611287, "W32": -100.05047490050499, "S32": -105.05047490050499 }, "geometry": { "type": "Point", "coordinates": [ 103368.0, 509376.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24269409972656864, "S11": -0.24269409972656864, "W12": -5.8454854062931716, "S12": -16.950323810487372, "W13": -17.446316398306539, "S13": -17.446316398306539, "W21": -32.732941836143411, "S21": -32.732941836143411, "W22": -40.0, "S22": -42.401104972375883, "W31": -68.920918467540645, "S31": -73.204658547530855, "W32": -95.775919023697028, "S32": -100.77591902369703 }, "geometry": { "type": "Point", "coordinates": [ 103368.25, 509468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2775685471591283, "S12": -6.2775685471591283, "W13": -20.108104562208666, "S13": -20.462334346384335, "W21": -44.76313283838909, "S21": -44.76313283838909, "W22": -37.380165127931676, "S22": -44.226630986949779, "W31": -66.603985003196868, "S31": -67.101270327742398, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103368.311111111106584, 517265.511111111089122 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16442953020134232, "S11": -0.42492402520547751, "W12": -11.892650878590411, "S12": -22.855180509106034, "W13": -25.000000000000004, "S13": -25.895658632740698, "W21": -38.939437097216356, "S21": -38.939437097216356, "W22": -61.496285571621023, "S22": -71.830625580958539, "W31": -83.599504360353322, "S31": -83.599504360353322, "W32": -89.523221613010733, "S32": -94.523221613010733 }, "geometry": { "type": "Point", "coordinates": [ 103369.0, 509253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3359157312009842, "S11": 2.3359157312009842, "W12": -10.922022713922068, "S12": -24.375739791237276, "W13": -30.206839492553776, "S13": -30.206839492553776, "W21": -36.419073083778969, "S21": -36.419073083778969, "W22": -47.486014453600262, "S22": -48.059048952916356, "W31": -82.769630803140927, "S31": -82.769630803140927, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103369.0, 510792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8433846270928962, "S11": 2.8433846270928962, "W12": -9.4802030491288836, "S12": -9.4802030491288836, "W13": -19.86320602501932, "S13": -20.313040633989619, "W21": -50.067424422419613, "S21": -66.995096919989948, "W22": -53.612153739024095, "S22": -66.892768404245018, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.73002090201012, "S32": -108.73002090201012 }, "geometry": { "type": "Point", "coordinates": [ 103369.666666666671517, 500788.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.03, "S11": 0.03, "W12": -6.77, "S12": -6.77, "W13": -25.77, "S13": -25.87, "W21": -36.07, "S21": -36.07, "W22": -62.506352374353355, "S22": -66.132900715047498, "W31": -82.695226517914278, "S31": -82.695226517914278, "W32": -89.183319922998464, "S32": -94.183319922998464 }, "geometry": { "type": "Point", "coordinates": [ 103369.8, 509417.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41209395738737709, "S11": -0.41209395738737709, "W12": -9.4549240598555855, "S12": -21.057805212317554, "W13": -32.670866140593013, "S13": -32.670866140593013, "W21": -34.897389446035717, "S21": -34.897389446035717, "W22": -49.691550732033797, "S22": -49.691550732033797, "W31": -84.509812822491568, "S31": -94.509812822491568, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103369.857142857144936, 511009.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49, "S11": 0.49, "W12": -8.5100002, "S12": -16.0100002, "W13": -17.51, "S13": -20.51, "W21": -29.51, "S21": -32.51, "W22": -46.630011420192439, "S22": -47.413303774458264, "W31": -80.494354581926032, "S31": -80.772198893303269, "W32": -100.00445637269657, "S32": -105.00445637269657 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9450846270033098, "S11": 3.9450846270033098, "W12": -8.9646861212152906, "S12": -8.9646861212152906, "W13": -20.638240770532143, "S13": -20.638240770532143, "W21": -51.441011235955052, "S21": -67.513247158684194, "W22": -45.950273613023562, "S22": -47.16384347277468, "W31": -80.0, "S31": -80.071146199079863, "W32": -88.769478206174227, "S32": -93.769478206174227 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 500575.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50788113695090442, "S11": -0.50788113695090442, "W12": -6.4430682617874746, "S12": -8.6078520341497793, "W13": -16.022556390977442, "S13": -19.993603236910133, "W21": -54.256619899219451, "S21": -72.093773095841883, "W22": -45.802680101395559, "S22": -46.829309314843492, "W31": -80.0, "S31": -80.096610396232535, "W32": -88.947886885757427, "S32": -93.947886885757427 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 501243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8106200774304755, "S12": -9.8767859215119529, "W13": -15.523533635395776, "S13": -15.781286322736275, "W21": -55.239578398863102, "S21": -55.239578398863102, "W22": -45.02781416534858, "S22": -45.073004985704728, "W31": -80.0, "S31": -80.207404953201362, "W32": -89.88453245356925, "S32": -94.88453245356925 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 501402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9300796818200832, "S11": 3.9300796818200832, "W12": -8.3042093781655275, "S12": -8.3042093781655275, "W13": -19.245772032672978, "S13": -19.245772032672978, "W21": -38.249280986480628, "S21": -50.142699005576915, "W22": -44.29189846837145, "S22": -44.29189846837145, "W31": -77.914790907691042, "S31": -77.922595108114805, "W32": -92.388761513057958, "S32": -97.388761513057958 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 503070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8295863862711939, "S11": -1.5466846606186004, "W12": -8.6574868537512604, "S12": -13.144452369629411, "W13": -19.901016880037048, "S13": -22.524609018094253, "W21": -34.62934426476383, "S21": -40.291902045965678, "W22": -40.0, "S22": -40.0, "W31": -72.705109674112407, "S31": -74.075655082210503, "W32": -92.730737864766169, "S32": -97.730737864766169 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 504527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39366374734607001, "S11": -4.3404758871415563, "W12": -10.132613487525157, "S12": -12.503354970491101, "W13": -22.844856921191393, "S13": -23.261755624983948, "W21": -36.258347543192926, "S21": -36.258347543192926, "W22": -37.41, "S22": -40.900548578286504, "W31": -67.026463133517225, "S31": -74.74159506197492, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 505265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25640152891790946, "S11": 0.25640152891790946, "W12": -5.6065554171855716, "S12": -5.6065554171855716, "W13": -25.238644537851158, "S13": -25.238644537851158, "W21": -37.96285453671004, "S21": -40.554564017235826, "W22": -39.356569155838443, "S22": -51.239980646936296, "W31": -67.034539542178365, "S31": -75.166890703072426, "W32": -89.478940683465865, "S32": -94.478940683465865 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 505801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0685607868976525, "S12": -5.0685607868976525, "W13": -24.788329551972865, "S13": -24.788329551972865, "W21": -38.473901106313242, "S21": -42.881093834544266, "W22": -39.673117529191003, "S22": -39.673117529191003, "W31": -72.32652887160026, "S31": -73.218459872132456, "W32": -92.766259844572602, "S32": -97.766259844572602 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 505852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74659193402919033, "S11": -0.85037672065423775, "W12": -9.501629152831633, "S12": -9.501629152831633, "W13": -21.817507046562522, "S13": -21.817507046562522, "W21": -39.659524668636777, "S21": -44.617025062151647, "W22": -70.807993757750438, "S22": -70.867583339439463, "W31": -86.998744349317164, "S31": -86.998744349317164, "W32": -94.636827429832096, "S32": -99.636827429832096 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 506102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21718126152164452, "S11": -0.59411853089433819, "W12": -5.3610838656050408, "S12": -5.4965240461919489, "W13": -20.042675607672951, "S13": -20.861692584092253, "W21": -38.835779042954236, "S21": -43.835779042954236, "W22": -52.170597977481499, "S22": -52.170597977481499, "W31": -90.0, "S31": -92.481701171931235, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 506384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5949420691044676, "S11": -0.026515120389522639, "W12": -7.3759127026447375, "S12": -9.7570875245529471, "W13": -14.866825775656324, "S13": -14.866825775656324, "W21": -32.56993846049162, "S21": -32.56993846049162, "W22": -42.598288831746984, "S22": -53.149715788771125, "W31": -69.054419889502768, "S31": -69.655180345776529, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10536319268604069, "S11": 0.10536319268604069, "W12": -6.3073057781490407, "S12": -6.3073057781490407, "W13": -20.0, "S13": -20.0, "W21": -43.286239911579749, "S21": -43.286239911579749, "W22": -43.988867718358847, "S22": -44.201138180203856, "W31": -80.834582896123337, "S31": -81.20550310134108, "W32": -100.06744757700412, "S32": -105.06744757700412 }, "geometry": { "type": "Point", "coordinates": [ 103370.565573770494666, 517742.590163934451994 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31, "S11": -0.31, "W12": -5.73, "S12": -17.03, "W13": -17.040001, "S13": -17.050001, "W21": -32.529999, "S21": -32.529999, "W22": -45.22876832822768, "S22": -45.67969128019714, "W31": -80.788200545491648, "S31": -81.039872877984251, "W32": -100.04379452192234, "S32": -105.04379452192234 }, "geometry": { "type": "Point", "coordinates": [ 103370.8, 509463.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0012618569486856357, "S11": 0.0012618569486856357, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.479645642859406, "W21": -35.416057731155277, "S21": -43.950487616853636, "W22": -51.897331524197199, "S22": -67.24440427495054, "W31": -104.31742321229262, "S31": -104.31742321229262, "W32": -111.31121900382126, "S32": -116.31121900382126 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 498441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3166698711786191, "S12": -6.3166698711786191, "W13": -15.0, "S13": -17.968618137379234, "W21": -34.22498031255892, "S21": -44.22498031255892, "W22": -56.889762474246709, "S22": -80.582076156978246, "W31": -104.73735004651604, "S31": -104.73735004651604, "W32": -104.92534438604021, "S32": -109.92534438604021 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 499216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7700446526461411, "S11": -1.2299553473538589, "W12": -6.1696613686764108, "S12": -9.1696613686764117, "W13": -14.851736282615676, "S13": -14.851736282615676, "W21": -33.154819158875156, "S21": -33.154819158875156, "W22": -61.86964256833253, "S22": -82.118354595335546, "W31": -101.1378688864114, "S31": -101.1378688864114, "W32": -102.6471408006873, "S32": -107.6471408006873 }, "geometry": { "type": "Point", "coordinates": [ 103371.0, 507102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3534482905645784, "S11": 2.6085549587711903, "W12": -3.3693478767985603, "S12": -3.3693478767985603, "W13": -12.016613115828278, "S13": -12.016613115828278, "W21": -49.936164833775756, "S21": -62.572363246074225, "W22": -51.516777760637822, "S22": -51.516777760637822, "W31": -89.999999999999986, "S31": -93.129920239569216, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103371.25, 502503.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5603275772622842, "S11": 1.5603275772622842, "W12": -7.6252421655121747, "S12": -10.795286397740544, "W13": -25.0, "S13": -26.064518487570503, "W21": -35.524532421499117, "S21": -35.524532421499117, "W22": -47.043649172729197, "S22": -47.043649172729197, "W31": -85.847292205728806, "S31": -95.619730225827283, "W32": -95.619730225827283, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103371.5, 509615.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -15.96, "S13": -16.763561175211997, "W21": -28.839745102666981, "S21": -29.844755760789276, "W22": -39.805857927522069, "S22": -40.247516451743003, "W31": -71.971676029976436, "S31": -72.802561200496299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 496843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49126209773947538, "S11": 0.49126209773947538, "W12": -9.0458905061248007, "S12": -15.213999588391999, "W13": -17.128573283517074, "S13": -20.008550679630012, "W21": -30.0, "S21": -30.677829414980863, "W22": -37.174148741523929, "S22": -45.507827232036199, "W31": -66.499084681416861, "S31": -68.737341346552867, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 499753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6711668273866924, "S11": 1.6711668273866924, "W12": -11.026961291658042, "S12": -16.510437423848984, "W13": -21.021633186734817, "S13": -23.810341441929243, "W21": -40.0, "S21": -42.032058216147114, "W22": -37.889781479705576, "S22": -47.619592818691494, "W31": -66.770497101502471, "S31": -69.871162885648246, "W32": -93.152066077567312, "S32": -98.152066077567312 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 504022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -12.633766486746106, "W13": -20.0, "S13": -20.0, "W21": -36.371774863236638, "S21": -36.371774863236638, "W22": -41.954717900345173, "S22": -46.722294807267751, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -92.908279045085436, "S32": -97.908279045085436 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 508200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.762377969073111, "S12": -13.762377969073111, "W13": -21.524336401425103, "S13": -21.524336401425103, "W21": -40.44518222022846, "S21": -40.44518222022846, "W22": -42.169998, "S22": -42.169998, "W31": -74.160004, "S31": -75.160004, "W32": -100.1, "S32": -105.1 }, "geometry": { "type": "Point", "coordinates": [ 103372.0, 514473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4401592763490569, "S11": 3.4401592763490569, "W12": -3.9533875101126483, "S12": -3.9533875101126483, "W13": -13.335282218124734, "S13": -13.335282218124734, "W21": -46.751855463459563, "S21": -59.253619624776334, "W22": -34.994945383071816, "S22": -34.994945383071816, "W31": -75.354995631855928, "S31": -75.354995631855928, "W32": -87.918684330928897, "S32": -92.918684330928897 }, "geometry": { "type": "Point", "coordinates": [ 103372.25, 502584.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71265584474517052, "S11": -0.031471342844931471, "W12": -4.3942473296265385, "S12": -7.3942473296265385, "W13": -20.050157479156919, "S13": -20.050157479156919, "W21": -35.696154684419021, "S21": -37.619177164772552, "W22": -40.0, "S22": -42.402995391705083, "W31": -68.937193700143482, "S31": -72.893094368458392, "W32": -95.539883571633368, "S32": -100.53988357163337 }, "geometry": { "type": "Point", "coordinates": [ 103372.428571428565192, 506894.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4314852376448672, "S11": -2.4654252594703974, "W12": -8.6717182016455663, "S12": -14.466836771569184, "W13": -20.0, "S13": -22.361861645311158, "W21": -34.130164633886153, "S21": -36.375062593069828, "W22": -71.510754514123079, "S22": -72.861826736795976, "W31": -85.482889354491135, "S31": -85.482889354491135, "W32": -94.27882708214787, "S32": -99.27882708214787 }, "geometry": { "type": "Point", "coordinates": [ 103373.0, 504598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3095070753924132, "S12": -5.3095070753924132, "W13": -24.679554256493315, "S13": -24.679554256493315, "W21": -38.749926702815436, "S21": -43.712757930828523, "W22": -57.634185638695968, "S22": -57.634185638695968, "W31": -69.899215778996975, "S31": -70.2253802287658, "W32": -88.439973441390379, "S32": -93.439973441390379 }, "geometry": { "type": "Point", "coordinates": [ 103373.0, 505869.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.70198883125647449, "W12": -9.41559004709924, "S12": -9.41559004709924, "W13": -21.905027051166108, "S13": -21.905027051166108, "W21": -40.141755086555641, "S21": -44.786619913594905, "W22": -61.982265095897645, "S22": -71.893597532878587, "W31": -83.247391107320396, "S31": -83.247391107320396, "W32": -89.488265410398157, "S32": -94.488265410398157 }, "geometry": { "type": "Point", "coordinates": [ 103373.0, 506079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7611255003531903, "W12": -5.7450983661862534, "S12": -15.271021143401583, "W13": -24.723892818207517, "S13": -24.723892818207517, "W21": -39.913406872637267, "S21": -39.913406872637267, "W22": -56.303313046155303, "S22": -84.69323594935598, "W31": -104.93825588796945, "S31": -104.93825588796945, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103373.0, 509070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65016713808182536, "W12": -8.8757247226252769, "S12": -11.034564196018419, "W13": -15.270659502999985, "S13": -16.026398998052926, "W21": -56.113769145744691, "S21": -59.584543237372181, "W22": -58.310781081889054, "S22": -68.310781081889047, "W31": -88.483790919981416, "S31": -88.483790919981416, "W32": -94.034380632963277, "S32": -99.034380632963277 }, "geometry": { "type": "Point", "coordinates": [ 103373.333333333328483, 501487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31627117352044221, "S11": -0.31627117352044221, "W12": -6.7013186577753556, "S12": -6.7013186577753556, "W13": -15.596400382004456, "S13": -17.163243584902222, "W21": -35.134649709353539, "S21": -35.134649709353539, "W22": -40.0, "S22": -41.130942491633441, "W31": -66.361156001427162, "S31": -67.479571418986055, "W32": -93.761972851783028, "S32": -98.761972851783028 }, "geometry": { "type": "Point", "coordinates": [ 103373.714285714289872, 497963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.062887345016926943, "S11": -0.062887345016926943, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.328505032401576, "W21": -35.679788078407547, "S21": -42.781823205254497, "W22": -39.719777424973408, "S22": -42.643374474438097, "W31": -60.634731474788524, "S31": -63.634731474788524, "W32": -93.756915842441998, "S32": -98.756915842441998 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 498358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0118611378977822, "S11": 1.0118611378977822, "W12": -11.534431808005731, "S12": -17.560405295133087, "W13": -21.125638892190658, "S13": -24.125638892190658, "W21": -40.0, "S21": -43.0, "W22": -47.918088082338166, "S22": -48.317041167196955, "W31": -60.0, "S31": -60.514457777974584, "W32": -94.499128866312134, "S32": -99.499128866312134 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 503991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36172934812125024, "S11": 0.36172934812125024, "W12": -5.4741839645532187, "S12": -5.4741839645532187, "W13": -25.0, "S13": -25.0, "W21": -38.40993944194161, "S21": -42.023326640232348, "W22": -46.944122265729895, "S22": -49.703430412402781, "W31": -77.93061737900986, "S31": -77.93061737900986, "W32": -87.824618641186319, "S32": -92.824618641186319 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 505832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11454735068789866, "S11": -0.11454735068789866, "W12": -13.188944845144979, "S12": -13.188944845144979, "W13": -19.381183851155846, "S13": -19.381183851155846, "W21": -35.11459422494292, "S21": -35.11459422494292, "W22": -39.703454459895774, "S22": -42.375126516248635, "W31": -71.615856160139785, "S31": -72.15296179304309, "W32": -88.087216248506579, "S32": -93.087216248506579 }, "geometry": { "type": "Point", "coordinates": [ 103374.0, 512309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57953427368023247, "W12": -6.2580465979616777, "S12": -6.2580465979616777, "W13": -20.882878269851247, "S13": -22.149730844114568, "W21": -43.103536695256757, "S21": -43.103536695256757, "W22": -34.437258285218093, "S22": -42.848430094097068, "W31": -79.061127137209937, "S31": -79.370266102341716, "W32": -85.7922402997674, "S32": -90.7922402997674 }, "geometry": { "type": "Point", "coordinates": [ 103374.007575757568702, 516148.037878787901718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2874865282939911, "S12": -6.2874865282939911, "W13": -20.0, "S13": -20.00430707783292, "W21": -43.848170257329841, "S21": -43.848170257329841, "W22": -37.382781724463989, "S22": -42.019673505911712, "W31": -66.758929676911521, "S31": -67.030211405127403, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103374.142857142855064, 517576.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.267414050893926, "S12": -6.267414050893926, "W13": -20.070816680331482, "S13": -20.417989293905954, "W21": -44.677748739360617, "S21": -44.677748739360617, "W22": -39.790911335635357, "S22": -50.515253473097225, "W31": -64.000681480362033, "S31": -72.223078673934694, "W32": -81.42334605597965, "S32": -86.42334605597965 }, "geometry": { "type": "Point", "coordinates": [ 103374.633333333331393, 517314.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49352723915050778, "S11": 0.49352723915050778, "W12": -10.0, "S12": -13.785994375569373, "W13": -16.455441393291562, "S13": -19.118381109532052, "W21": -31.237821469323269, "S21": -36.021863139831247, "W22": -38.46573606901039, "S22": -50.854596106683118, "W31": -72.021693215833025, "S31": -72.021693215833025, "W32": -84.858803371506113, "S32": -89.858803371506113 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 499812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10231522421527588, "S11": 0.10231522421527588, "W12": -5.675644446896924, "S12": -7.4920691991014818, "W13": -25.297953872386255, "S13": -25.297953872386255, "W21": -40.026798458159888, "S21": -43.46673997165486, "W22": -51.781245288707808, "S22": -68.346504559859511, "W31": -104.23653807531107, "S31": -104.23653807531107, "W32": -111.26488763167225, "S32": -116.26488763167225 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1852062050699961, "S11": 1.6769062286160286, "W12": -4.8776633656630182, "S12": -17.872419372784599, "W13": -24.747421903390361, "S13": -25.167132710087468, "W21": -40.0, "S21": -40.89308386234547, "W22": -59.371255357946339, "S22": -59.371255357946339, "W31": -103.80603975909514, "S31": -103.80603975909514, "W32": -104.5172266799579, "S32": -109.5172266799579 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 509119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.61, "S11": 2.61, "W12": -12.09, "S12": -32.99, "W13": -33.0, "S13": -33.0, "W21": -33.02, "S21": -33.02, "W22": -62.656947337102054, "S22": -92.656947337102054, "W31": -100.06995789061352, "S31": -100.06995789061352, "W32": -102.94085839921564, "S32": -107.94085839921564 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61649191176470586, "S11": 0.61649191176470586, "W12": -7.2847481971561292, "S12": -10.870191554363837, "W13": -15.763445532435741, "S13": -20.566769476097711, "W21": -29.650086232257117, "S21": -32.650086232257117, "W22": -35.892212679401013, "S22": -47.756278990103063, "W31": -78.022620422881303, "S31": -85.984711310566723, "W32": -85.984711310566723, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 499627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30886062883365878, "S11": -4.1836013326695518, "W12": -9.663129389489276, "S12": -9.663129389489276, "W13": -20.75099101547697, "S13": -20.75099101547697, "W21": -37.640989488505433, "S21": -42.979290531725113, "W22": -40.0, "S22": -42.429834254143707, "W31": -68.891077199602321, "S31": -73.152428915611111, "W32": -95.71963700277982, "S32": -100.71963700277982 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 505374.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34248876750074797, "S11": -1.049351839709878, "W12": -6.8684088857576899, "S12": -10.326208519792457, "W13": -20.0, "S13": -20.0, "W21": -39.340417870314248, "S21": -42.542758403435684, "W22": -60.984554761172156, "S22": -60.984554761172156, "W31": -70.0, "S31": -70.56783878599984, "W32": -86.23380204025365, "S32": -91.23380204025365 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1492543063306542, "S12": -5.1492543063306542, "W13": -24.744966930108127, "S13": -24.744966930108127, "W21": -38.798820490605493, "S21": -43.510408774977464, "W22": -51.862633536574826, "S22": -66.744092524344538, "W31": -100.0, "S31": -100.0, "W32": -104.69055604729959, "S32": -109.69055604729959 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 505864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23731343283582085, "S11": -0.22644622683872329, "W12": -8.8144130089502379, "S12": -8.8144130089502379, "W13": -22.287060410867731, "S13": -22.287060410867731, "W21": -41.222363468917237, "S21": -44.733000029762586, "W22": -50.649099753768546, "S22": -53.489233956715864, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.92145303464152 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 506020.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.42924309935767602, "W12": -3.5013535525111235, "S12": -10.033082217719002, "W13": -20.353176269788875, "S13": -21.050195637428956, "W21": -39.146059449193508, "S21": -44.272165403656082, "W22": -62.985728454096375, "S22": -71.249992449967479, "W31": -84.207646482311731, "S31": -84.207646482311731, "W32": -89.777983365259161, "S32": -94.777983365259161 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 506581.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.083856770499508598, "S11": -0.083856770499508598, "W12": -10.0, "S12": -14.315138230211728, "W13": -20.0, "S13": -20.0, "W21": -34.554232564919488, "S21": -34.554232564919488, "W22": -47.201266384521226, "S22": -47.201266384521226, "W31": -82.845137077109115, "S31": -84.620888150070485, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 508023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9230927713680246, "W12": -4.8725638725376603, "S12": -17.209459862049634, "W13": -24.739853497355284, "S13": -24.968544517142195, "W21": -40.0, "S21": -40.717603614984689, "W22": -47.342803475859149, "S22": -48.442424533119791, "W31": -80.217328633458465, "S31": -80.217328633458465, "W32": -96.875121571678662, "S32": -101.87512157167866 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 509108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12263963715216976, "S11": -0.12263963715216976, "W12": -11.05058582548136, "S12": -12.114805507118032, "W13": -20.0, "S13": -22.991116100846899, "W21": -35.820175938995504, "S21": -36.203798857020182, "W22": -44.214965330790243, "S22": -44.214965330790243, "W31": -78.679756120497061, "S31": -78.724740665533133, "W32": -91.315603155741542, "S32": -96.315603155741542 }, "geometry": { "type": "Point", "coordinates": [ 103376.0, 511695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67624857142870254, "S11": 0.67624857142870254, "W12": -7.1862073605859917, "S12": -16.533023359060312, "W13": -25.524341579378021, "S13": -25.524341579378021, "W21": -34.13221022582394, "S21": -34.13221022582394, "W22": -44.206357899053593, "S22": -44.206357899053593, "W31": -78.570365582697931, "S31": -78.607868613370087, "W32": -91.486455382620804, "S32": -96.486455382620804 }, "geometry": { "type": "Point", "coordinates": [ 103376.25, 509539.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30394574599260171, "S11": -4.170848021193466, "W12": -9.3835450562515135, "S12": -9.3835450562515135, "W13": -20.353474347076894, "S13": -20.353474347076894, "W21": -37.891708715219188, "S21": -42.880950242922253, "W22": -40.057201039746793, "S22": -40.057201039746793, "W31": -72.758994113005301, "S31": -74.006918496706916, "W32": -93.186008580647439, "S32": -98.186008580647439 }, "geometry": { "type": "Point", "coordinates": [ 103377.0, 505394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58912470522957416, "S11": 0.58912470522957416, "W12": -5.8073430252952409, "S12": -15.807343025295241, "W13": -20.0, "S13": -20.0, "W21": -33.103376958025116, "S21": -33.103376958025116, "W22": -41.960897525235438, "S22": -46.202137709022935, "W31": -69.749340474022532, "S31": -70.522786021614962, "W32": -93.401586403848697, "S32": -98.401586403848697 }, "geometry": { "type": "Point", "coordinates": [ 103377.0, 507700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.053743121171231617, "S11": -0.053743121171231617, "W12": -13.417262386770396, "S12": -13.417262386770396, "W13": -19.364254924264699, "S13": -19.364254924264699, "W21": -35.353270742660023, "S21": -35.353270742660023, "W22": -40.0, "S22": -43.216981252147797, "W31": -69.114930542309196, "S31": -71.382009245708502, "W32": -94.388724802223209, "S32": -99.388724802223209 }, "geometry": { "type": "Point", "coordinates": [ 103377.0, 512402.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0395685553481453, "S11": 1.0395685553481453, "W12": -10.0, "S12": -10.0, "W13": -15.587945376044088, "S13": -17.180813042394568, "W21": -37.040946195032042, "S21": -43.550893585731686, "W22": -39.461915863186391, "S22": -39.461915863186391, "W31": -68.303924942662675, "S31": -74.423063287184007, "W32": -97.137009604139351, "S32": -102.13700960413935 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.99833869995253433, "W12": -9.9561459646810597, "S12": -12.509083236503164, "W13": -15.016316323751516, "S13": -16.635980034092785, "W21": -56.559566033799292, "S21": -63.457512321319044, "W22": -39.755823793163628, "S22": -45.594945191864952, "W31": -66.324760338677606, "S31": -74.177308669081825, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 501573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.082620044888659039, "S11": -0.28628367797377996, "W12": -12.783954660137457, "S12": -20.717570762301467, "W13": -25.0, "S13": -25.452142857142857, "W21": -37.995874998105847, "S21": -37.995874998105847, "W22": -36.841347165793799, "S22": -48.147790380156323, "W31": -66.400595701383082, "S31": -76.276248894118879, "W32": -99.645664919605579, "S32": -104.64566491960558 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 509299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76438926578217403, "S11": 0.76162032707307981, "W12": -8.276339507402831, "S12": -19.860227340102451, "W13": -25.0, "S13": -27.44988207368003, "W21": -37.536843779404833, "S21": -37.536843779404833, "W22": -40.673441467862752, "S22": -45.3735323494138, "W31": -66.309541185230927, "S31": -72.984713439447304, "W32": -86.267327564479544, "S32": -91.267327564479544 }, "geometry": { "type": "Point", "coordinates": [ 103378.0, 510168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5836048221258632, "S11": 0.384724764322395, "W12": -7.1755395202424292, "S12": -8.9021831188583462, "W13": -14.857696897374701, "S13": -14.857696897374701, "W21": -32.463624126376111, "S21": -32.463624126376111, "W22": -37.429084949600686, "S22": -40.907883200218606, "W31": -67.09111583078726, "S31": -76.744723854025693, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103378.25, 507273.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079401079517621764, "S11": 0.079401079517621764, "W12": -6.2940164963534277, "S12": -6.2940164963534277, "W13": -20.0, "S13": -20.0, "W21": -43.217041044743766, "S21": -43.217041044743766, "W22": -62.085988300066042, "S22": -68.558540450979308, "W31": -86.573463437889643, "S31": -86.573463437889643, "W32": -91.649596079347376, "S32": -96.649596079347376 }, "geometry": { "type": "Point", "coordinates": [ 103378.327868852458778, 517791.950819672143552 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1256400223059102, "S11": -1.1256400223059102, "W12": -8.9837027379400265, "S12": -8.9837027379400265, "W13": -21.192690390882156, "S13": -21.192690390882156, "W21": -39.277919376450349, "S21": -43.857592121471114, "W22": -36.91, "S22": -47.548570991951543, "W31": -66.474422146694849, "S31": -73.22878783572375, "W32": -98.093760897822023, "S32": -103.09376089782202 }, "geometry": { "type": "Point", "coordinates": [ 103378.75, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.049844037089261994, "S11": -0.049844037089261994, "W12": -9.2227046228230289, "S12": -13.523808502962385, "W13": -20.0, "S13": -20.0, "W21": -34.132350456513869, "S21": -34.132350456513869, "W22": -51.653055071767454, "S22": -52.68422063822068, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071409147767444336, "S11": -0.26242038372250043, "W12": -5.0, "S12": -8.3528089887640444, "W13": -21.926197917353498, "S13": -21.926197917353498, "W21": -38.172244919099981, "S21": -38.172244919099981, "W22": -61.937031645910835, "S22": -87.657408266980298, "W31": -101.78673881718393, "S31": -101.78673881718393, "W32": -102.76851618065142, "S32": -107.76851618065142 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 508657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.226863616615981, "S11": 1.0446011485788538, "W12": -8.064802907966115, "S12": -24.346854190017396, "W13": -25.0, "S13": -25.260068808802163, "W21": -37.415498303944268, "S21": -37.415498303944268, "W22": -69.291521486643433, "S22": -74.539455370940956, "W31": -91.901819322459218, "S31": -91.901819322459218, "W32": -98.374919062175309, "S32": -103.37491906217531 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 510124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7440918580375786, "S11": 0.7440918580375786, "W12": -7.6461178336466169, "S12": -23.51550705735805, "W13": -30.0, "S13": -30.0, "W21": -39.434285170329673, "S21": -41.767831365981849, "W22": -60.903091003595527, "S22": -63.52389495295553, "W31": -82.632368790780973, "S31": -82.632368790780973, "W32": -89.066606216383846, "S32": -94.066606216383846 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 510628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1763778256189448, "S11": 2.1763778256189448, "W12": -10.967039357744273, "S12": -25.120363486886159, "W13": -30.0, "S13": -30.0, "W21": -37.17192513368984, "S21": -37.17192513368984, "W22": -49.504725584984882, "S22": -49.504725584984882, "W31": -84.508829270507064, "S31": -93.219000839134509, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103379.0, 510787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.5541265100979142, "W13": -15.0, "S13": -18.0, "W21": -35.70584684991632, "S21": -44.748481564581844, "W22": -47.196001429516308, "S22": -49.682492690336339, "W31": -78.722230939608053, "S31": -78.722230939608053, "W32": -89.95427816993427, "S32": -94.95427816993427 }, "geometry": { "type": "Point", "coordinates": [ 103379.823529411762138, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32720671740533369, "S11": -0.32720671740533369, "W12": -6.472044123333851, "S12": -6.472044123333851, "W13": -15.343982313292285, "S13": -17.000609282174345, "W21": -35.46112320936404, "S21": -36.07842573693496, "W22": -46.838067432760887, "S22": -49.614709955837874, "W31": -77.637197455138107, "S31": -77.638361215299298, "W32": -87.410659138536516, "S32": -92.410659138536516 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.46031768994849842, "W12": -3.0556855765665545, "S12": -8.0556855765665549, "W13": -20.399453511380994, "S13": -21.03133894467263, "W21": -38.91482279570873, "S21": -44.077172979363638, "W22": -46.279066753560969, "S22": -48.894794889906784, "W31": -78.409677025938436, "S31": -78.417892825285335, "W32": -87.841813447529262, "S32": -92.841813447529262 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 506605.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.345958051228642, "S11": 1.345958051228642, "W12": -8.2527200991253959, "S12": -14.769108548010495, "W13": -25.0, "S13": -25.0, "W21": -36.565129677599494, "S21": -36.565129677599494, "W22": -38.98364326595334, "S22": -51.413518887556933, "W31": -70.698706338770691, "S31": -70.808290236162875, "W32": -84.822301840798303, "S32": -89.822301840798303 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 510238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50550023862751503, "S11": 0.50550023862751503, "W12": -5.0, "S12": -13.872735282779887, "W13": -27.665755467196821, "S13": -27.665755467196821, "W21": -36.489504573646911, "S21": -39.160768686707868, "W22": -61.469172458351977, "S22": -63.855259923255616, "W31": -82.6345597452123, "S31": -82.6345597452123, "W32": -89.163281964234272, "S32": -94.163281964234272 }, "geometry": { "type": "Point", "coordinates": [ 103380.0, 510416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4276487835803158, "S12": -6.6006486712670362, "W13": -12.77845817566714, "S13": -15.861906328351361, "W21": -29.920303375744648, "S21": -30.880065693956066, "W22": -62.045279810863192, "S22": -65.376159560987603, "W31": -82.636750699643628, "S31": -82.636750699643628, "W32": -89.259957712084699, "S32": -94.259957712084699 }, "geometry": { "type": "Point", "coordinates": [ 103380.5, 499452.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2768491439530614, "S12": -6.2768491439530614, "W13": -20.0, "S13": -20.0, "W21": -43.770922184056772, "S21": -43.770922184056772, "W22": -62.621387163374408, "S22": -68.093071052074322, "W31": -82.632580369210743, "S31": -82.632580369210743, "W32": -89.356633459935139, "S32": -94.356633459935139 }, "geometry": { "type": "Point", "coordinates": [ 103380.619047619053163, 517624.095238095265813 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2572595546287193, "S12": -6.2572595546287193, "W13": -20.033528798454338, "S13": -20.373644241427591, "W21": -44.592364640332335, "S21": -44.592364640332335, "W22": -37.146405319975784, "S22": -47.128825713677898, "W31": -66.54726029260533, "S31": -70.391654937208088, "W32": -96.589766350696621, "S32": -101.58976635069662 }, "geometry": { "type": "Point", "coordinates": [ 103380.955555555556202, 517364.355555555550382 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6289413031342486, "S11": 3.6289413031342486, "W12": -9.1132372004723514, "S12": -9.1132372004723514, "W13": -20.557742405011929, "S13": -20.557742405011929, "W21": -50.0, "S21": -66.169595150020555, "W22": -53.89489805685843, "S22": -61.313700561005255, "W31": -100.0, "S31": -100.0, "W32": -101.96754468974554, "S32": -106.96754468974554 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 500639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35097110043650709, "S11": -1.2920309279610587, "W12": -7.1288610994914245, "S12": -10.603243533160226, "W13": -20.0, "S13": -20.0, "W21": -39.235139551695674, "S21": -42.14816418508439, "W22": -62.31649239002391, "S22": -70.567163423216257, "W31": -82.895277854288125, "S31": -82.895277854288125, "W32": -89.453309207785566, "S32": -94.453309207785566 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 505552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12814464990361793, "S11": 0.12814464990361793, "W12": -5.3806864067979285, "S12": -7.3300245650685687, "W13": -25.321134344431485, "S13": -25.321134344431485, "W21": -40.022356521944346, "S21": -43.616044748711133, "W22": -52.218281160002718, "S22": -52.218281160002718, "W31": -90.0, "S31": -90.999452906792598, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6039834454216244, "W12": -5.5610205147084706, "S12": -15.872746146788522, "W13": -24.702011467179911, "S13": -24.702011467179911, "W21": -40.0, "S21": -40.0, "W22": -49.902031795439541, "S22": -49.902031795439541, "W31": -89.549655191668762, "S31": -94.031817073669401, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6082892416225749, "S11": 1.1545571954723512, "W12": -5.3351247128095549, "S12": -20.125748008292273, "W13": -24.783955896643374, "S13": -25.493837447835975, "W21": -39.854497324023221, "S21": -39.999999999999993, "W22": -45.044294393833141, "S22": -45.762669808117977, "W31": -60.000000000000007, "S31": -60.347163795775593, "W32": -94.177036218387542, "S32": -99.177036218387542 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 509143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1485696821515889, "S11": 1.1485696821515889, "W12": -8.1652848919172936, "S12": -13.827783767513228, "W13": -29.952631552335895, "S13": -29.952631552335895, "W21": -39.549999567307694, "S21": -40.61709515554503, "W22": -47.089018387074169, "S22": -50.856807636686483, "W31": -60.0, "S31": -60.720589841616601, "W32": -94.840368918998351, "S32": -99.840368918998351 }, "geometry": { "type": "Point", "coordinates": [ 103381.0, 510650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6303701452123964, "S11": 3.6303701452123964, "W12": -5.0556850222977463, "S12": -5.0556850222977463, "W13": -15.467550266156911, "S13": -15.467550266156911, "W21": -40.504828032452338, "S21": -52.672355861165912, "W22": -42.481662621068288, "S22": -42.481662621068288, "W31": -74.548710678725897, "S31": -75.510811177162594, "W32": -95.08451818888615, "S32": -100.08451818888615 }, "geometry": { "type": "Point", "coordinates": [ 103381.5, 502735.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13981739275997915, "S11": -0.13981739275997915, "W12": -11.687158658629464, "S12": -11.687158658629464, "W13": -19.55690444843659, "S13": -23.597036151297083, "W21": -34.869467031675363, "S21": -35.531605024052347, "W22": -37.402356267223716, "S22": -40.633959233567204, "W31": -67.193162105172789, "S31": -76.548923958217642, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103381.857142857144936, 511854.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086942205696859731, "S11": 0.086942205696859731, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.755004307724224, "W21": -34.689834583105295, "S21": -44.470500214645156, "W22": -38.93410528850891, "S22": -47.054254675626623, "W31": -62.241298699029429, "S31": -70.374335948451872, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91391002315580561, "S11": -1.571663636043108, "W12": -8.3483833381881745, "S12": -11.353275577230079, "W13": -14.869512433914236, "S13": -20.92559456017738, "W21": -55.939275856470204, "S21": -63.661079309629173, "W22": -36.740002, "S22": -45.643335957088517, "W31": -66.320619048208343, "S31": -74.215620571349348, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 502053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018731179980174595, "S11": 0.018731179980174595, "W12": -11.215898400752588, "S12": -19.898944299100975, "W13": -21.376505792987032, "S13": -24.376505792987032, "W21": -40.0, "S21": -42.867658615811806, "W22": -37.381932706952121, "S22": -47.019930845542525, "W31": -66.620927084521966, "S31": -67.712621045333321, "W32": -95.090273594775397, "S32": -100.0902735947754 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 503837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14135014761617429, "S11": 0.14135014761617429, "W12": -5.9009853051058787, "S12": -5.9009853051058787, "W13": -25.579400548008987, "S13": -25.579400548008987, "W21": -38.529165995547892, "S21": -40.342127727947791, "W22": -70.0, "S22": -80.292114678151108, "W31": -89.319346358822202, "S31": -89.319346358822202, "W32": -94.975119499938714, "S32": -99.975119499938714 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 505778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34214566698615523, "S11": -0.37359843464729914, "W12": -2.9425391175379989, "S12": -2.9425391175379993, "W13": -20.638148610800343, "S13": -20.802359109542977, "W21": -37.346705850347398, "S21": -42.522332547482833, "W22": -52.688032977106317, "S22": -52.740365857729294, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 506746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49937985897667686, "W12": -8.270460487544554, "S12": -17.180869232791704, "W13": -25.000000000000004, "S13": -27.759532596003904, "W21": -37.026601617065239, "S21": -37.026601617065239, "W22": -52.076204809274849, "S22": -52.076204809274849, "W31": -90.0, "S31": -91.601543378732472, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 510187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.253178539585269, "S12": -6.253178539585269, "W13": -20.966884887203904, "S13": -22.177120501611949, "W21": -42.530221770089653, "S21": -42.530221770089653, "W22": -40.927339490051338, "S22": -40.927339490051338, "W31": -73.383924009741762, "S31": -73.613720214942049, "W32": -94.43423017243903, "S32": -99.43423017243903 }, "geometry": { "type": "Point", "coordinates": [ 103382.0, 516022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1641272902603661, "S11": 2.1641272902603661, "W12": -10.999404885116954, "S12": -16.192857574783574, "W13": -21.13440508736479, "S13": -23.721862706063483, "W21": -40.0, "S21": -41.245879120879124, "W22": -34.320475378880765, "S22": -44.320475378880765, "W31": -79.714994787487257, "S31": -79.883592937329809, "W32": -85.527484226892909, "S32": -90.527484226892909 }, "geometry": { "type": "Point", "coordinates": [ 103382.5, 504041.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096990595611285146, "S11": -0.12207721590998732, "W12": -11.077504595759534, "S12": -21.45351312064917, "W13": -24.957413098708628, "S13": -25.914901334957207, "W21": -39.127914030454406, "S21": -42.127914030454406, "W22": -40.0, "S22": -41.810277970529413, "W31": -68.839811592870518, "S31": -73.357642590375917, "W32": -95.854296256591169, "S32": -100.85429625659117 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 509229.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15939610044766639, "S11": -0.42058640995783447, "W12": -12.160393858428623, "S12": -21.482977024498169, "W13": -25.0, "S13": -25.751785714285713, "W21": -38.313274956065548, "S21": -38.313274956065548, "W22": -60.900336826836686, "S22": -60.900336826836686, "W31": -69.673676641349132, "S31": -70.91097064801167, "W32": -87.148698250106705, "S32": -92.148698250106705 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69563062491335681, "S11": 0.4255460943977073, "W12": -9.0649317871107193, "S12": -16.613759912110719, "W13": -24.789659517804882, "S13": -24.789659517804882, "W21": -37.022011710180969, "S21": -37.022011710180969, "W22": -61.297372825783505, "S22": -61.297372825783505, "W31": -70.369802665499307, "S31": -70.7618085940844, "W32": -86.194743130227025, "S32": -91.194743130227025 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62635698292283515, "S11": 0.6243324846404269, "W12": -8.1745735742605614, "S12": -18.483508935477289, "W13": -25.0, "S13": -27.801021718276054, "W21": -37.34289211045747, "S21": -37.34289211045747, "W22": -63.593283683137308, "S22": -63.593283683137308, "W31": -75.239998, "S31": -75.239998, "W32": -85.580279158829157, "S32": -90.580279158829157 }, "geometry": { "type": "Point", "coordinates": [ 103383.0, 510174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20831074885895634, "S11": 0.20831074885895634, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.978735113859347, "W21": -34.298483906785755, "S21": -43.129375691029324, "W22": -37.618893708692752, "S22": -47.314231723753039, "W31": -66.694498860225892, "S31": -68.140910050072137, "W32": -93.968184020487456, "S32": -98.968184020487456 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 498680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0538999845611867, "S11": 2.0538999845611867, "W12": -9.6821752727234784, "S12": -9.6821752727234784, "W13": -17.686406136721466, "S13": -18.978354298179852, "W21": -40.748020815350088, "S21": -57.168716842452028, "W22": -40.901855621160507, "S22": -43.385415385136014, "W31": -60.0, "S31": -60.498682619212161, "W32": -93.852359870479788, "S32": -98.852359870479788 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 500302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7088716894977165, "S11": 2.7088716894977165, "W12": -9.7775592659268735, "S12": -10.104290886830386, "W13": -19.422887924431965, "S13": -20.336755920853694, "W21": -50.615453804901229, "S21": -67.422494105478222, "W22": -40.912889209160525, "S22": -43.374927733795552, "W31": -60.0, "S31": -60.490713545266068, "W32": -93.852469955863924, "S32": -98.852469955863924 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 500839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7349482504657932, "S11": -0.26505174953420685, "W12": -4.0694237554786543, "S12": -8.9530852171238386, "W13": -12.504252433092036, "S13": -15.148365813536135, "W21": -55.327282292676117, "S21": -67.502291652869843, "W22": -39.844452669291961, "S22": -39.844452669291961, "W31": -72.388733510959526, "S31": -73.245803379397387, "W32": -91.703187604155588, "S32": -96.703187604155588 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 502315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51033565745952525, "W12": -5.9577053962080697, "S12": -14.548215527133991, "W13": -20.0, "S13": -20.0, "W21": -37.211632699616089, "S21": -37.211632699616089, "W22": -39.524678103809144, "S22": -45.414665144034224, "W31": -71.07705583464876, "S31": -71.07705583464876, "W32": -85.129629629629633, "S32": -90.129629629629633 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 508441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047778453188041838, "S11": 0.047778453188041838, "W12": -10.0, "S12": -10.0, "W13": -29.401721664275463, "S13": -29.401721664275463, "W21": -37.659142742479226, "S21": -37.659142742479226, "W22": -37.657509918111472, "S22": -47.378890745592649, "W31": -66.705229895854458, "S31": -68.622595765656669, "W32": -93.790231409916245, "S32": -98.790231409916245 }, "geometry": { "type": "Point", "coordinates": [ 103384.0, 511314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013056191822306107, "S11": -0.013056191822306107, "W12": -11.248138042916832, "S12": -15.541414767833547, "W13": -20.54290896304115, "S13": -24.984780730752455, "W21": -41.265384833531911, "S21": -45.308489640466178, "W22": -37.852929123272091, "S22": -48.207846146244648, "W31": -66.767686691956911, "S31": -70.936590484200678, "W32": -92.883845142237789, "S32": -97.883845142237789 }, "geometry": { "type": "Point", "coordinates": [ 103384.2, 503638.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.267079584292202, "S11": 3.267079584292202, "W12": -8.8959206364553456, "S12": -8.8959206364553456, "W13": -18.858871077587786, "S13": -18.858871077587786, "W21": -46.872179569829456, "S21": -50.643456165574136, "W22": -38.701585478580299, "S22": -44.343379379826338, "W31": -60.000000000000007, "S31": -66.862739980772403, "W32": -80.729068391735154, "S32": -85.729068391735154 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 500446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7758436026542244, "S12": -9.5053741606701614, "W13": -17.592436558590759, "S13": -20.428292726378501, "W21": -52.935200427669542, "S21": -70.434872314973774, "W22": -42.67193928563416, "S22": -42.67193928563416, "W31": -75.395095972445446, "S31": -76.333749831524116, "W32": -95.096646499233685, "S32": -100.09664649923369 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 501047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20228763562066493, "S11": -0.3296759840875077, "W12": -5.6027860714096436, "S12": -8.1225460942646102, "W13": -25.0, "S13": -25.0, "W21": -39.856206925711092, "S21": -44.299581069906601, "W22": -71.549149722286415, "S22": -72.14448648734961, "W31": -85.366424998871551, "S31": -85.366424998871551, "W32": -94.459966335450929, "S32": -99.459966335450929 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 505647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.40629096225582961, "W12": -5.7302167286725938, "S12": -5.7302167286725938, "W13": -24.561617914263532, "S13": -24.561617914263532, "W21": -39.376384255797376, "S21": -44.093204695825776, "W22": -38.080002, "S22": -49.702163630069911, "W31": -66.841675534668909, "S31": -73.653012359151191, "W32": -91.831806750801761, "S32": -96.831806750801761 }, "geometry": { "type": "Point", "coordinates": [ 103385.0, 505891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28186119164250723, "S11": 0.13758623134723122, "W12": -7.5680765418748877, "S12": -13.053665240265371, "W13": -23.912761082150507, "S13": -23.912761082150507, "W21": -37.878260235039477, "S21": -37.878260235039477, "W22": -51.103302871982606, "S22": -57.304154971800024, "W31": -108.3333539268278, "S31": -108.3333539268278, "W32": -111.92645133129638, "S32": -116.92645133129638 }, "geometry": { "type": "Point", "coordinates": [ 103385.25, 509971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5759861670421027, "S11": 1.5759861670421027, "W12": -15.0, "S12": -15.0, "W13": -21.623556182829685, "S13": -23.495925153026473, "W21": -40.510518860556282, "S21": -43.521521464484884, "W22": -46.124449425826903, "S22": -48.155483502766344, "W31": -79.194181516787509, "S31": -79.208326124119779, "W32": -88.23349747757868, "S32": -93.23349747757868 }, "geometry": { "type": "Point", "coordinates": [ 103385.714285714289872, 514050.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9602055508664482, "S11": 1.9602055508664482, "W12": -9.1724091645454138, "S12": -9.1724091645454138, "W13": -21.450587472306854, "S13": -22.405254688003925, "W21": -40.652625204930459, "S21": -40.652625204930459, "W22": -46.319310674464603, "S22": -47.904582884317946, "W31": -79.453314792363514, "S31": -79.473127387970592, "W32": -88.367303987266084, "S32": -93.367303987266084 }, "geometry": { "type": "Point", "coordinates": [ 103385.8, 515023.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088531883519787774, "S11": -0.088531883519787774, "W12": -5.0035867958491522, "S12": -5.0035867958491522, "W13": -14.999999999999998, "S13": -17.352363197339869, "W21": -35.45199586242861, "S21": -42.232034892258554, "W22": -38.715094265917607, "S22": -44.190894886850707, "W31": -60.0, "S31": -66.604506751230431, "W32": -81.419602008743823, "S32": -86.419602008743823 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 498352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49704250880612838, "S11": 0.49704250880612838, "W12": -10.0, "S12": -10.0, "W13": -15.444295209163174, "S13": -17.787934838620881, "W21": -33.22632318090055, "S21": -36.256193191041604, "W22": -38.908696090875438, "S22": -43.866166426434489, "W31": -61.75666307762652, "S31": -67.652415243939885, "W32": -83.365001345594322, "S32": -88.365001345594322 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 499906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0033557046979865168, "S11": -0.27042407501134241, "W12": -11.551247367207052, "S12": -21.434356342263051, "W13": -24.999999999999996, "S13": -25.999999999999996, "W21": -38.680508942730022, "S21": -38.680508942730022, "W22": -37.342538883257617, "S22": -42.454810694992389, "W31": -66.761800982376329, "S31": -67.302707658489183, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84, "S11": 0.84, "W12": -6.9099998, "S12": -22.3099998, "W13": -26.41, "S13": -26.41, "W21": -33.91, "S21": -33.91, "W22": -60.0, "S22": -84.438460067563256, "W31": -99.017718886191091, "S31": -99.017718886191091, "W32": -102.17199135632846, "S32": -107.17199135632846 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37364790562831152, "S11": 0.37364790562831152, "W12": -8.3422900169180121, "S12": -12.634535150576973, "W13": -22.035023323867833, "S13": -30.117627959235861, "W21": -38.022116237103234, "S21": -38.022116237103234, "W22": -45.814994837053092, "S22": -47.13387548090428, "W31": -80.703346495977186, "S31": -81.66030449575787, "W32": -100.02813451055148, "S32": -105.02813451055148 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47609385543537197, "S11": 0.47565360954855224, "W12": -8.1701600224268365, "S12": -16.503097284784253, "W13": -25.0, "S13": -28.032753645113196, "W21": -36.966461911716536, "S21": -36.966461911716536, "W22": -39.700001, "S22": -49.841497864990671, "W31": -63.122217288491761, "S31": -71.550770658666067, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 510188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.843719052744887, "S11": 1.843719052744887, "W12": -10.316753475621695, "S12": -21.372409857956846, "W13": -30.11799740764744, "S13": -30.11799740764744, "W21": -40.0, "S21": -40.0, "W22": -51.455690072639221, "S22": -61.803170680572627, "W31": -101.73195336601619, "S31": -101.73195336601619, "W32": -110.52961351618114, "S32": -115.52961351618114 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069088351124558287, "S11": 0.069088351124558287, "W12": -10.0, "S12": -11.219448777951119, "W13": -30.0, "S13": -30.0, "W21": -37.737271211092583, "S21": -37.737271211092583, "W22": -52.474165961076487, "S22": -52.474165961076487, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 511290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053438966349202977, "S11": 0.053438966349202977, "W12": -6.2807272145578139, "S12": -6.2807272145578139, "W13": -20.0, "S13": -20.0, "W21": -43.147842177907783, "S21": -43.147842177907783, "W22": -46.867132308957615, "S22": -46.867132308957615, "W31": -59.999999999999993, "S31": -60.426781207102678, "W32": -94.330652516806481, "S32": -99.330652516806481 }, "geometry": { "type": "Point", "coordinates": [ 103386.09016393442289, 517841.311475409835111 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49283588347699386, "S11": -4.5071641165230059, "W12": -9.7210737190845791, "S12": -15.024280473063063, "W13": -20.77396652740525, "S13": -21.678847932731891, "W21": -34.256157189850647, "S21": -34.256157189850647, "W22": -45.844935507237587, "S22": -47.23611836248169, "W31": -80.696758956749719, "S31": -81.696758956749719, "W32": -100.02736530550818, "S32": -105.02736530550818 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 504812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13217363655692285, "S11": 0.13217363655692285, "W12": -5.351028306003867, "S12": -7.2008521323061236, "W13": -25.473220856142873, "S13": -25.473220856142873, "W21": -40.026945299026522, "S21": -43.488223091097993, "W22": -47.173993329501961, "S22": -49.96357459304047, "W31": -77.821429612932832, "S31": -77.821429612932832, "W32": -88.332103633986847, "S32": -93.332103633986847 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68551940528972932, "S11": -0.54874183668029208, "W12": -5.0533257155251192, "S12": -8.0533257155251192, "W13": -17.275032269961276, "S13": -17.275032269961276, "W21": -34.931377638914483, "S21": -34.931377638914483, "W22": -42.014199625335181, "S22": -42.014199625335181, "W31": -73.61105186348783, "S31": -76.61105186348783, "W32": -95.01526968429819, "S32": -100.01526968429819 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8903505521381456, "S11": 1.8903505521381456, "W12": -7.5483397998860804, "S12": -12.007031710385103, "W13": -24.977655965973536, "S13": -25.988894737646817, "W21": -36.202250687172494, "S21": -36.202250687172494, "W22": -39.680363055869471, "S22": -40.554888306990783, "W31": -71.816423897531394, "S31": -72.204723808120235, "W32": -89.119609059882109, "S32": -94.119609059882109 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 509620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0868661521708327, "S11": 1.0868661521708327, "W12": -8.0332648436869611, "S12": -13.91117394567307, "W13": -25.0, "S13": -25.0, "W21": -36.50878748398614, "S21": -36.50878748398614, "W22": -33.52922934931393, "S22": -44.903156649948826, "W31": -80.0, "S31": -85.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103387.0, 510227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2662117596121627, "S12": -6.2662117596121627, "W13": -20.0, "S13": -20.0, "W21": -43.693674110783732, "S21": -43.693674110783732, "W22": -37.409278018789884, "S22": -39.709144913636933, "W31": -67.565037515043258, "S31": -75.835680958106764, "W32": -99.586247086247084, "S32": -104.58624708624708 }, "geometry": { "type": "Point", "coordinates": [ 103387.095238095236709, 517671.476190476212651 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2471050583635144, "S12": -6.2471050583635144, "W13": -20.0, "S13": -20.333058272371971, "W21": -44.50698054130406, "S21": -44.50698054130406, "W22": -37.582013963012749, "S22": -41.536187760312664, "W31": -66.993129210632446, "S31": -74.17189669779377, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103387.277777777781012, 517413.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28509627318180203, "S11": 0.28509627318180203, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -18.0, "W21": -34.382144877336813, "S21": -42.650962807533261, "W22": -40.331301236459375, "S22": -51.384968898280782, "W31": -64.260833085559128, "S31": -72.271623887205806, "W32": -82.077261161230624, "S32": -87.077261161230624 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2494199488992392, "S11": 3.2494199488992392, "W12": -9.22944001914707, "S12": -9.22944001914707, "W13": -20.415207704295941, "S13": -20.415207704295941, "W21": -50.0, "S21": -66.3424784217016, "W22": -39.278576877089499, "S22": -45.843136907710857, "W31": -61.297962375966719, "S31": -69.144625620071281, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 500697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1153928304439154, "S12": -9.3912700234263937, "W13": -16.871844779167731, "S13": -20.464641571851899, "W21": -53.787149339250817, "S21": -71.669435552165311, "W22": -46.441546279519685, "S22": -47.012063846352063, "W31": -83.87331243973, "S31": -83.87331243973, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 501129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49284105804447448, "W12": -5.4053560945671517, "S12": -5.4053560945671517, "W13": -24.689257758984027, "S13": -24.689257758984027, "W21": -39.358474570436492, "S21": -44.358474570436492, "W22": -50.0, "S22": -50.0, "W31": -85.043200629473262, "S31": -94.901229575028054, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 505879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4422267449330533, "S11": -1.141112120324689, "W12": -6.8207136878331394, "S12": -9.0596569944523146, "W13": -14.779236813487806, "S13": -16.570758284777799, "W21": -32.318505828383877, "S21": -32.318505828383877, "W22": -39.912734695549325, "S22": -39.912734695549325, "W31": -72.598732061373539, "S31": -73.507532674478668, "W32": -92.778073254618306, "S32": -97.778073254618306 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 507186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36589710121281338, "S11": -0.53078905863124115, "W12": -5.0, "S12": -5.0, "W13": -23.202515615453287, "S13": -23.202515615453287, "W21": -39.379991756364866, "S21": -39.379991756364866, "W22": -34.036215743464169, "S22": -44.469074647159601, "W31": -80.0, "S31": -80.69500354787894, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 508807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00011380016689699346, "S11": -0.28450456208105313, "W12": -11.628993845032053, "S12": -21.318335558273901, "W13": -24.993504025044725, "S13": -25.993504025044725, "W21": -38.561343928970892, "S21": -38.561343928970892, "W22": -34.793848565489455, "S22": -37.136340275579457, "W31": -76.595288093513389, "S31": -76.595288093513389, "W32": -87.025234814975775, "S32": -92.025234814975775 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 509257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18891802212109632, "S11": -0.18891802212109632, "W12": -6.8105864345119773, "S12": -16.071480260375697, "W13": -24.915526616466419, "S13": -24.942917231944776, "W21": -36.400376436955654, "S21": -36.400376436955654, "W22": -46.402849525299679, "S22": -46.402849525299679, "W31": -60.000000000000007, "S31": -60.40798388168092, "W32": -94.29451179031895, "S32": -99.29451179031895 }, "geometry": { "type": "Point", "coordinates": [ 103388.0, 509453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45311257808057959, "S11": 0.45311257808057959, "W12": -5.1290408075765539, "S12": -14.912897841538076, "W13": -20.0, "S13": -20.0, "W21": -33.093119770490134, "S21": -33.093119770490134, "W22": -51.951942352994287, "S22": -76.571453694763477, "W31": -107.89937934531618, "S31": -107.89937934531618, "W32": -112.15535447442281, "S32": -117.15535447442281 }, "geometry": { "type": "Point", "coordinates": [ 103388.6, 507748.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4017232453907473, "S11": 3.4017232453907473, "W12": -3.6460216960795164, "S12": -3.6460216960795164, "W13": -12.563756000182853, "S13": -12.641972836564852, "W21": -48.00314209870524, "S21": -60.41498706523403, "W22": -43.989810856996726, "S22": -43.989810856996726, "W31": -80.0, "S31": -80.136559452124743, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 502544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5870180572149781, "S11": 0.26723767436885826, "W12": -7.0488278405097047, "S12": -8.5424632486610523, "W13": -14.826014319809069, "S13": -14.826014319809069, "W21": -32.397421180198123, "S21": -32.397421180198123, "W22": -43.652383041078785, "S22": -43.652383041078785, "W31": -79.819390329863282, "S31": -79.919610997934697, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2715777499052008, "S11": 1.2715777499052008, "W12": -6.5247639998291405, "S12": -16.52476399982914, "W13": -17.704874758021941, "S13": -17.704874758021941, "W21": -33.250226511741538, "S21": -33.250226511741538, "W22": -39.941815389341123, "S22": -39.982148462461083, "W31": -68.508543012362338, "S31": -74.028938107679693, "W32": -96.448249211553076, "S32": -101.44824921155308 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 507543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49788443949576566, "S11": 0.49788443949576566, "W12": -8.1759726346620436, "S12": -12.463646174759731, "W13": -25.084017499502874, "S13": -30.084017499502874, "W21": -38.048006933653618, "S21": -38.13675673067462, "W22": -37.382800010273598, "S22": -40.281640093939785, "W31": -67.377873720883485, "S31": -76.193443085891658, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 509788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50305543693953925, "S11": 0.50305543693953925, "W12": -6.6525493421052637, "S12": -27.750517291882232, "W13": -29.555313288960296, "S13": -29.555313288960296, "W21": -39.62892821462912, "S21": -42.840156474648417, "W22": -39.725844657240572, "S22": -39.725844657240572, "W31": -72.499830722884383, "S31": -73.353607974674148, "W32": -93.38133679499154, "S32": -98.38133679499154 }, "geometry": { "type": "Point", "coordinates": [ 103389.0, 510609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45857687779198653, "S11": 0.45857687779198653, "W12": -5.0, "S12": -5.351760142032238, "W13": -15.0, "S13": -18.0, "W21": -35.267947570727074, "S21": -44.110502697854038, "W22": -50.0, "S22": -64.978782539643149, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -106.82634730538921, "S32": -111.82634730538921 }, "geometry": { "type": "Point", "coordinates": [ 103389.714285714289872, 498912.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13721507771603836, "S11": -0.13721507771603836, "W12": -7.3122254296456664, "S12": -7.3122254296456664, "W13": -15.717610411556535, "S13": -17.260848353209997, "W21": -33.531040382671925, "S21": -33.531040382671925, "W22": -71.199326026101559, "S22": -72.746712709521546, "W31": -85.238702566446548, "S31": -85.238702566446548, "W32": -94.267399010897634, "S32": -99.267399010897634 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 497798.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8906514580033575, "S11": -1.5834747615841436, "W12": -8.8417561305774139, "S12": -12.570764912466238, "W13": -19.957280710992688, "S13": -21.814238782734474, "W21": -34.802543841763566, "S21": -41.518341425090142, "W22": -60.319630413760962, "S22": -62.660351907104669, "W31": -82.562056781904303, "S31": -82.562056781904303, "W32": -89.155365489885071, "S32": -94.155365489885071 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 504518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0392953929539295, "S11": 2.0392953929539295, "W12": -7.7110251809239427, "S12": -10.567973533470008, "W13": -25.0, "S13": -26.579527888030082, "W21": -37.272826477409573, "S21": -37.272826477409573, "W22": -39.664148465488346, "S22": -49.847436391487989, "W31": -63.108038160191029, "S31": -71.545004736934715, "W32": -80.031170483460556, "S32": -85.031170483460556 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 509667.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0988410252982654, "S11": 0.89373300588899973, "W12": -7.9734403003967973, "S12": -23.647157030434819, "W13": -24.999999999999996, "S13": -25.795369448827817, "W21": -37.099389028345584, "S21": -37.099389028345584, "W22": -61.639087230459076, "S22": -71.16982328773463, "W31": -83.721177035387612, "S31": -83.721177035387612, "W32": -89.79855435346829, "S32": -94.79855435346829 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 510121.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13107180858228049, "S11": -0.13107180858228049, "W12": -10.842015567390414, "S12": -12.403418116485103, "W13": -21.014165817687868, "S13": -23.452844947846753, "W21": -36.259640224784683, "S21": -36.744389263872996, "W22": -42.726945141197511, "S22": -55.610479821911561, "W31": -68.939393939393938, "S31": -69.939393939393938, "W32": -99.325224890649508, "S32": -104.32522489064951 }, "geometry": { "type": "Point", "coordinates": [ 103390.0, 511650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51820255544760441, "S11": 0.51820255544760441, "W12": -5.8715360330511377, "S12": -15.871536033051138, "W13": -20.0, "S13": -20.0, "W21": -33.068383123047667, "S21": -33.068383123047667, "W22": -43.612620142081106, "S22": -43.612620142081106, "W31": -79.819134145934015, "S31": -79.91429139536038, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103390.666666666671517, 507696.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64818255745273712, "S11": 0.60957610514712302, "W12": -7.9064743072133847, "S12": -18.767928679834142, "W13": -25.0, "S13": -27.967510701144974, "W21": -37.583955453656365, "S21": -37.583955453656365, "W22": -47.16, "S22": -50.16, "W31": -77.160004, "S31": -77.160004, "W32": -87.160004, "S32": -92.160004 }, "geometry": { "type": "Point", "coordinates": [ 103390.666666666671517, 510161.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8163178498732062, "S12": -8.8163178498732062, "W13": -15.996537887799283, "S13": -17.224375632790967, "W21": -28.067734435067763, "S21": -28.990362682319038, "W22": -46.200736726716848, "S22": -48.799198906622067, "W31": -78.565979636603316, "S31": -78.573599081240758, "W32": -87.88566092757911, "S32": -92.88566092757911 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 497395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32104928204924232, "S11": -3.8475666666217014, "W12": -8.774575636819975, "S12": -10.89552964022713, "W13": -20.0, "S13": -20.0, "W21": -38.394489222115105, "S21": -38.394489222115105, "W22": -40.581924476278338, "S22": -45.581924476278338, "W31": -70.234716832829378, "S31": -70.234716832829378, "W32": -92.315577061382371, "S32": -97.315577061382371 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 505442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89433083872505958, "S11": -0.89433083872505958, "W12": -8.55019389914656, "S12": -8.55019389914656, "W13": -20.928543775330066, "S13": -20.928543775330066, "W21": -39.984252761276259, "S21": -44.500701683045421, "W22": -60.0, "S22": -84.53916756963477, "W31": -99.22786461202206, "S31": -99.22786461202206, "W32": -102.19674189983704, "S32": -107.19674189983704 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 506122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24953494247065802, "S11": -0.96739208532780085, "W12": -4.1172358073963382, "S12": -5.9833005177048415, "W13": -20.0, "S13": -20.742919436095018, "W21": -38.595895325198043, "S21": -43.595895325198043, "W22": -46.142051198132357, "S22": -46.142051198132357, "W31": -82.393185290205096, "S31": -82.393185290205096, "W32": -95.021852115502213, "S32": -100.02185211550221 }, "geometry": { "type": "Point", "coordinates": [ 103391.0, 506331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9634873323397815, "S11": 1.9634873323397815, "W12": -9.3553160689893993, "S12": -9.3553160689893993, "W13": -21.464501114496553, "S13": -22.37113585187441, "W21": -40.700423709442376, "S21": -40.700423709442376, "W22": -39.002926372234356, "S22": -44.002926372234356, "W31": -62.455198454254486, "S31": -68.080826778104381, "W32": -84.105738325065118, "S32": -89.105738325065118 }, "geometry": { "type": "Point", "coordinates": [ 103391.344262295082444, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4072431076107748, "S12": -10.096597571600135, "W13": -15.415157592413749, "S13": -15.706758288288139, "W21": -54.964803410705755, "S21": -55.478130796968152, "W22": -43.216071142587879, "S22": -44.470045373768684, "W31": -75.57996404997624, "S31": -76.278846364243222, "W32": -100.74112886703533, "S32": -105.74112886703533 }, "geometry": { "type": "Point", "coordinates": [ 103391.6, 501446.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9560583247483949, "S12": -6.4784273861837587, "W13": -13.793379942114312, "S13": -15.610852895778326, "W21": -30.0, "S21": -30.740117843555719, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 499394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7861969290797064, "S11": 0.7861969290797064, "W12": -10.0, "S12": -10.0, "W13": -15.463375548343585, "S13": -17.298932269972678, "W21": -36.098042657772318, "S21": -38.840050762229772, "W22": -37.326212215120364, "S22": -47.400541684618631, "W31": -66.569724894137011, "S31": -67.885302668084037, "W32": -95.478315315600923, "S32": -100.47831531560092 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 500043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59173727225013129, "S11": -4.4082627277498689, "W12": -9.4096037520731723, "S12": -14.699949266565552, "W13": -20.110769521353411, "S13": -20.288188160078281, "W21": -34.186097352530084, "S21": -34.186097352530084, "W22": -37.385891110991167, "S22": -47.466312466435795, "W31": -66.588883301557345, "S31": -67.213200947940152, "W32": -95.097882255968045, "S32": -100.09788225596805 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 504735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46764805955375982, "S11": -4.5323519404462402, "W12": -10.0, "S12": -15.150264402782199, "W13": -21.235506199711132, "S13": -22.469248040411856, "W21": -34.285085092895521, "S21": -34.285085092895521, "W22": -46.376039442841588, "S22": -46.964340401633152, "W31": -84.00151536024245, "S31": -84.00151536024245, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 504867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38770128172755858, "S11": -3.9945348867281698, "W12": -10.245029036699774, "S12": -10.407253396113886, "W13": -21.623107016224516, "S13": -21.623107016224516, "W21": -37.09481378013632, "S21": -39.24682570264126, "W22": -35.903157461497962, "S22": -47.606105341080237, "W31": -77.313844953329934, "S31": -83.737595051438404, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 505331.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1826165498527337, "S11": -1.36789094605099, "W12": -8.1497175141242941, "S12": -8.1497175141242941, "W13": -20.015180873264686, "S13": -20.015180873264686, "W21": -39.19669679992473, "S21": -44.8087922812608, "W22": -37.853526175058661, "S22": -42.391335020107142, "W31": -66.855824290432494, "S31": -70.386548568810397, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14299505085114483, "S11": -0.14299505085114486, "W12": -5.0, "S12": -10.029213483146066, "W13": -21.580562551923322, "S13": -21.580562551923322, "W21": -37.868181283284329, "S21": -37.868181283284329, "W22": -62.412186690215655, "S22": -62.412186690215655, "W31": -71.72726195110171, "S31": -71.891991687834661, "W32": -85.900903760002194, "S32": -90.900903760002194 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16963152897125763, "S11": -0.16963152897125763, "W12": -12.504253625898219, "S12": -12.504253625898219, "W13": -19.334857001502474, "S13": -30.699319634737058, "W21": -34.651268413044406, "S21": -35.004739085806705, "W22": -52.381494250921385, "S22": -65.890490591393061, "W31": -100.0, "S31": -100.0, "W32": -103.77754437777524, "S32": -108.77754437777524 }, "geometry": { "type": "Point", "coordinates": [ 103392.0, 512131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2270055654483789, "S12": -6.2270055654483789, "W13": -20.547318155147551, "S13": -21.524212909953388, "W21": -44.75198338434793, "S21": -45.642056441619026, "W22": -63.656281088902958, "S22": -80.793869843114464, "W31": -96.180529054831155, "S31": -96.180529054831155, "W32": -101.13680786031929, "S32": -106.13680786031929 }, "geometry": { "type": "Point", "coordinates": [ 103392.077586206898559, 516618.452586206898559 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010333387719641873, "S11": -0.36164424914271026, "W12": -5.0, "S12": -8.8461423220983626, "W13": -21.987868562059401, "S13": -21.987868562059401, "W21": -38.160101191139098, "S21": -38.160101191139098, "W22": -60.988347492817283, "S22": -71.142297173583174, "W31": -83.484925283484699, "S31": -83.484925283484699, "W32": -89.803845164255279, "S32": -94.803845164255279 }, "geometry": { "type": "Point", "coordinates": [ 103392.6, 508671.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20038786375956635, "S11": 0.20038786375956635, "W12": -12.495474372255352, "S12": -12.495474372255352, "W13": -19.915099961488806, "S13": -23.727659943346502, "W21": -36.485496985389567, "S21": -36.485496985389567, "W22": -38.917504814894073, "S22": -44.968258658751367, "W31": -60.0, "S31": -60.143463658830242, "W32": -94.024203155101475, "S32": -99.024203155101475 }, "geometry": { "type": "Point", "coordinates": [ 103392.636363636367605, 512845.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4839138210695864, "S11": 3.4839138210695864, "W12": -8.9910580915170879, "S12": -8.9910580915170879, "W13": -19.113521557528454, "S13": -19.113521557528454, "W21": -47.810027544980365, "S21": -55.191528727013463, "W22": -45.662917056988277, "S22": -51.692741795077168, "W31": -60.0, "S31": -60.860913890405968, "W32": -95.325719815230684, "S32": -100.32571981523068 }, "geometry": { "type": "Point", "coordinates": [ 103392.75, 500483.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4004255364532114, "W12": -9.8741720526953607, "S12": -14.762308958852673, "W13": -20.703312955566219, "S13": -22.672450674613899, "W21": -40.0, "S21": -44.246411483253588, "W22": -46.62815981249004, "S22": -47.862325008692039, "W31": -80.594905465617586, "S31": -80.839216842863095, "W32": -100.00604494832949, "S32": -105.00604494832949 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 504119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.21402043491411016, "W12": -6.5182307480756032, "S12": -6.5182307480756032, "W13": -24.193320590694881, "S13": -24.193320590694881, "W21": -40.0, "S21": -44.473385379701938, "W22": -39.510851911627952, "S22": -39.746832110990532, "W31": -68.305408766461113, "S31": -74.415932780205495, "W32": -97.027855548073859, "S32": -102.02785554807386 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 505926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.040653456724934922, "S11": -0.29599889293270371, "W12": -5.4747374551579329, "S12": -5.4747374551579329, "W13": -20.127438193947505, "S13": -21.066122330058349, "W21": -39.239627690025316, "S21": -44.239627690025316, "W22": -40.398318566541981, "S22": -48.269810908498968, "W31": -64.742667049967991, "S31": -72.271210865351534, "W32": -83.123414855072696, "S32": -88.123414855072696 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 506427.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0512927664392979, "S11": 0.240075441339897, "W12": -5.0, "S12": -10.652954912879469, "W13": -24.005487936210749, "S13": -24.005487936210749, "W21": -40.0, "S21": -40.0, "W22": -51.783376152451488, "S22": -52.329936459653517, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6581650852536205, "S11": 0.92489414468272679, "W12": -5.0, "S12": -13.497558665512681, "W13": -24.436872909331516, "S13": -24.436872909331516, "W21": -40.0, "S21": -40.0, "W22": -56.160165482041812, "S22": -62.582658215971463, "W31": -82.782423415351658, "S31": -82.782423415351658, "W32": -89.668212723188375, "S32": -94.668212723188375 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 508950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3945326278659613, "S11": 0.89453262786596133, "W12": -6.5337425714623008, "S12": -19.166632936910805, "W13": -24.802394834509975, "S13": -25.462625241779161, "W21": -39.649347588329249, "S21": -41.380896103950334, "W22": -45.340501022464267, "S22": -52.328568483784352, "W31": -60.0, "S31": -60.971199708720192, "W32": -95.927224261014047, "S32": -100.92722426101405 }, "geometry": { "type": "Point", "coordinates": [ 103393.0, 509161.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2555743752712294, "S12": -6.2555743752712294, "W13": -20.0, "S13": -20.0, "W21": -43.616426037510855, "S21": -43.616426037510855, "W22": -42.839630114134152, "S22": -55.634582379114242, "W31": -69.924242424242422, "S31": -70.853557282808282, "W32": -99.28509532062391, "S32": -104.28509532062391 }, "geometry": { "type": "Point", "coordinates": [ 103393.571428571434808, 517718.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2369505620983112, "S12": -6.2369505620983112, "W13": -20.0, "S13": -20.313832532765403, "W21": -44.421596442275593, "S21": -44.421596442275593, "W22": -47.251269618868577, "S22": -49.480813410288782, "W31": -78.445459160641477, "S31": -78.445459160641477, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103393.6, 517463.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.027476853180792127, "S11": 0.027476853180792127, "W12": -6.267437932762201, "S12": -6.267437932762201, "W13": -20.0, "S13": -20.0, "W21": -43.078643311071801, "S21": -43.078643311071801, "W22": -41.668366738616506, "S22": -41.668366738616506, "W31": -75.541105744327623, "S31": -75.56705270046902, "W32": -95.058476542720641, "S32": -100.05847654272064 }, "geometry": { "type": "Point", "coordinates": [ 103393.852459016387002, 517890.67213114752667 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1347239599692096, "S11": 3.1347239599692096, "W12": -9.0436260871936422, "S12": -9.0436260871936422, "W13": -18.507822635568086, "S13": -18.827903595521825, "W21": -45.451944656818014, "S21": -45.451944656818014, "W22": -34.898939419269986, "S22": -34.959337334949758, "W31": -75.809388334056834, "S31": -75.809388334056834, "W32": -87.583076737189529, "S32": -92.583076737189529 }, "geometry": { "type": "Point", "coordinates": [ 103394.0, 500419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25043898156269223, "S11": 0.25043898156269223, "W12": -5.8641867658835816, "S12": -5.8641867658835816, "W13": -25.531298752497996, "S13": -25.531298752497996, "W21": -38.961916444700705, "S21": -41.703276827610722, "W22": -39.31225727545646, "S22": -44.297872500895522, "W31": -70.52034058663412, "S31": -70.52034058663412, "W32": -91.648153149659791, "S32": -96.648153149659791 }, "geometry": { "type": "Point", "coordinates": [ 103394.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79268008812461421, "S11": -0.79268008812461421, "W12": -8.4142745771915504, "S12": -8.4142745771915504, "W13": -20.89991766806401, "S13": -20.89991766806401, "W21": -40.230503136879676, "S21": -44.836988262017336, "W22": -45.908157334027784, "S22": -45.908157334027784, "W31": -81.47348661083835, "S31": -81.737226796420074, "W32": -95.091343019890942, "S32": -100.09134301989094 }, "geometry": { "type": "Point", "coordinates": [ 103394.0, 506113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24063115020620304, "S11": 0.056122055419547318, "W12": -6.7006562957994786, "S12": -11.480691735620065, "W13": -25.318916107431296, "S13": -25.318916107431296, "W21": -36.938558410451229, "S21": -36.938558410451229, "W22": -42.511805406947708, "S22": -54.966447882934901, "W31": -65.984848484848484, "S31": -66.984848484848484, "W32": -98.347209289587553, "S32": -103.34720928958755 }, "geometry": { "type": "Point", "coordinates": [ 103394.0, 509345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15040685693505371, "S11": -0.15040685693505371, "W12": -11.679967226546498, "S12": -11.679967226546498, "W13": -19.553925182730286, "S13": -22.894176171548096, "W21": -34.978352095043945, "S21": -35.784888542255615, "W22": -40.0, "S22": -41.275766357810525, "W31": -68.703300594054937, "S31": -73.653689425078383, "W32": -96.023516286259223, "S32": -101.02351628625922 }, "geometry": { "type": "Point", "coordinates": [ 103394.0, 511858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80257261505424637, "S11": 0.80257261505424637, "W12": -10.0, "S12": -10.0, "W13": -15.448798688010514, "S13": -17.277382514122039, "W21": -36.192563416132714, "S21": -38.517388945173685, "W22": -42.218431493473119, "S22": -42.218431493473119, "W31": -75.57867851687881, "S31": -75.603288044096587, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103394.25, 500047.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7467112543906114, "S11": 1.7467112543906114, "W12": -7.8195203198026864, "S12": -9.9783869227953588, "W13": -24.772961404009425, "S13": -24.772961404009425, "W21": -36.702765212556635, "S21": -36.702765212556635, "W22": -57.858484840321104, "S22": -61.610631588087131, "W31": -82.494666045602742, "S31": -82.494666045602742, "W32": -89.169934961380605, "S32": -94.169934961380605 }, "geometry": { "type": "Point", "coordinates": [ 103395.0, 510275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29154689305902326, "S11": 0.29154689305902326, "W12": -12.083937248710427, "S12": -12.207982482158307, "W13": -20.488288478491565, "S13": -26.619014762458725, "W21": -36.756073780651491, "S21": -36.756073780651491, "W22": -38.747694976222931, "S22": -44.628420532298335, "W31": -60.0, "S31": -66.606795052445733, "W32": -81.396683744713016, "S32": -86.396683744713016 }, "geometry": { "type": "Point", "coordinates": [ 103395.6, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0219906490213173, "S12": -6.3389012850888546, "W13": -13.08029854516896, "S13": -15.817244860743568, "W21": -29.956773337896809, "S21": -30.692437251787503, "W22": -40.0, "S22": -43.201679769091967, "W31": -69.001112251955675, "S31": -71.31940332230127, "W32": -94.335251168971936, "S32": -99.335251168971936 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7801522058823529, "S11": 0.7801522058823529, "W12": -6.3904840553932161, "S12": -6.3904840553932161, "W13": -12.71799628942486, "S13": -18.495634582954153, "W21": -29.78178082484812, "S21": -31.972360377702472, "W22": -60.176730109419772, "S22": -60.176730109419772, "W31": -69.825932382676257, "S31": -70.439318220581356, "W32": -88.049770738568895, "S32": -93.049770738568895 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 499556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49123433481355899, "S11": 0.49123433481355899, "W12": -8.8803349727914682, "S12": -14.424135645126846, "W13": -16.631544773457012, "S13": -19.631544773457012, "W21": -29.735223171889839, "S21": -29.735223171889839, "W22": -49.473451166763709, "S22": -49.733249968975727, "W31": -90.61861731533331, "S31": -90.61861731533331, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38167179812676777, "S11": -1.479317536427966, "W12": -7.27570947359151, "S12": -10.496698860487397, "W13": -20.0, "S13": -20.0, "W21": -39.274742063315756, "S21": -42.90074459602998, "W22": -58.828907500761247, "S22": -61.795093126112349, "W31": -103.85646085295966, "S31": -103.85646085295966, "W32": -104.43905872734275, "S32": -109.43905872734275 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 505548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.087983464697023478, "S11": 0.087983464697023478, "W12": -6.1956283935243182, "S12": -6.1956283935243182, "W13": -25.929828370859777, "S13": -25.929828370859777, "W21": -39.149269919602673, "S21": -40.611530014196227, "W22": -51.099927932256321, "S22": -52.930372999110368, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -101.99012523465426 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2950140263797989, "S12": -5.2950140263797989, "W13": -25.0, "S13": -25.0, "W21": -39.340776972391971, "S21": -43.144740730643903, "W22": -60.025329120589788, "S22": -64.551000297940249, "W31": -83.217948875932279, "S31": -83.217948875932279, "W32": -91.259088681017928, "S32": -96.259088681017928 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0740162762885395, "S11": 1.5904370701065935, "W12": -6.5395540557857412, "S12": -6.5395540557857412, "W13": -15.0, "S13": -15.0, "W21": -32.867640354815705, "S21": -32.867640354815705, "W22": -39.260057778728864, "S22": -45.610707129378213, "W31": -60.0, "S31": -60.263101197642733, "W32": -94.089894714325752, "S32": -99.089894714325752 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 507429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39733235438081249, "S11": -0.60266764561918751, "W12": -5.0000000000000009, "S12": -5.4747172190911604, "W13": -23.224809999164869, "S13": -23.224809999164869, "W21": -39.389616854424467, "S21": -39.389616854424467, "W22": -37.401089666574414, "S22": -40.176332108103324, "W31": -67.520134772192364, "S31": -75.918423396753582, "W32": -99.679487179487182, "S32": -104.67948717948718 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 508814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5669252652621866, "S11": 1.5669252652621866, "W12": -9.9999999999999982, "S12": -21.789842597147072, "W13": -29.895964853834023, "S13": -29.895964853834023, "W21": -40.0, "S21": -40.0, "W22": -55.805525037996738, "S22": -55.805525037996738, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.0, 510741.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5637696065826211, "W12": -8.5774621560141782, "S12": -10.265162675983134, "W13": -15.382389594526568, "S13": -15.79098757985042, "W21": -54.928864677088093, "S21": -55.667609845092535, "W22": -36.48, "S22": -44.800695849485493, "W31": -66.285657317098085, "S31": -71.988114024771292, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103396.666666666671517, 501459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4582538256041566, "S12": -10.304365428792783, "W13": -18.732649476640283, "S13": -20.372792281716432, "W21": -51.481251272826015, "S21": -68.605194556808655, "W22": -37.684614089955069, "S22": -40.101740286316932, "W31": -67.650574161833234, "S31": -75.668537055467311, "W32": -99.213286713286465, "S32": -104.21328671328646 }, "geometry": { "type": "Point", "coordinates": [ 103397.0, 500918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15584451133968213, "S11": 0.10162764386980228, "W12": -5.1260975566666094, "S12": -6.9611608839687715, "W13": -25.62643812258818, "S13": -25.62643812258818, "W21": -40.027569372709692, "S21": -43.490729777596741, "W22": -60.810656727440779, "S22": -60.810656727440779, "W31": -69.677980029272263, "S31": -70.85437945742521, "W32": -87.496809645753302, "S32": -92.496809645753302 }, "geometry": { "type": "Point", "coordinates": [ 103397.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29081648893833345, "S11": 0.29081648893833345, "W12": -5.8483130861585089, "S12": -5.8483130861585089, "W13": -25.539523191391151, "S13": -25.539523191391151, "W21": -39.084294052956388, "S21": -41.835461370979601, "W22": -48.910205238379092, "S22": -49.522526540350583, "W31": -81.460962253753962, "S31": -81.460962253753962, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103397.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11019640527612697, "S11": -0.11019640527612697, "W12": -9.2946292663789727, "S12": -9.357948927202635, "W13": -32.9390946477779, "S13": -32.9390946477779, "W21": -36.496862868749098, "S21": -36.496862868749098, "W22": -47.313635692180206, "S22": -49.008880527668353, "W31": -79.363460993354593, "S31": -79.363460993354593, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103397.0, 511050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5386307494685023, "S11": 3.5386307494685023, "W12": -9.2451168316654311, "S12": -9.2451168316654311, "W13": -20.391080868159907, "S13": -20.391080868159907, "W21": -50.0, "S21": -65.860134949993167, "W22": -39.449843613594815, "S22": -43.058100666861158, "W31": -71.294562930269677, "S31": -71.948142335465405, "W32": -85.944444444444443, "S32": -90.944444444444443 }, "geometry": { "type": "Point", "coordinates": [ 103397.333333333328483, 500663.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29361299863347334, "S11": 0.29361299863347334, "W12": -8.2220515881602267, "S12": -8.2220515881602267, "W13": -15.891191802842789, "S13": -17.278456032249036, "W21": -31.117463675393978, "S21": -31.7697753992556, "W22": -38.233715109430882, "S22": -51.096392356574398, "W31": -66.844816973898389, "S31": -75.802582508861789, "W32": -91.271254873912739, "S32": -96.271254873912739 }, "geometry": { "type": "Point", "coordinates": [ 103397.8, 497550.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3133027043959487, "S11": -2.7935500980169907, "W12": -8.9526475930879759, "S12": -14.247298322301646, "W13": -20.0, "S13": -21.328021128633161, "W21": -34.088077275239357, "S21": -35.491464979128942, "W22": -39.590164979030895, "S22": -47.642958461688636, "W31": -61.888620176398085, "S31": -69.966860914896586, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 504624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.016327074764925023, "S11": 0.016327074764925023, "W12": -6.353328941689516, "S12": -6.6611261531563759, "W13": -25.941774773911511, "S13": -25.941774773911511, "W21": -40.086406672457322, "S21": -41.800865492767272, "W22": -65.880840599148911, "S22": -69.037040277090995, "W31": -93.667241739858355, "S31": -93.667241739858355, "W32": -100.05624133663927, "S32": -105.05624133663927 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4870781436863751, "S11": 1.3608926853091359, "W12": -6.4433386015121092, "S12": -16.44333860151211, "W13": -16.934211298175633, "S13": -16.934211298175633, "W21": -33.14667672977329, "S21": -33.14667672977329, "W22": -41.734281251205537, "S22": -41.734281251205537, "W31": -73.351166668720722, "S31": -76.016371347083634, "W32": -94.87477757934775, "S32": -99.87477757934775 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 507514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23885826603426907, "S11": -0.23885826603426907, "W12": -10.236450994333477, "S12": -14.18133923191203, "W13": -20.0, "S13": -20.0, "W21": -34.334248621539516, "S21": -34.334248621539516, "W22": -54.585991048465843, "S22": -56.934510861217049, "W31": -89.300899375994746, "S31": -89.300899375994746, "W32": -95.332448953145843, "S32": -100.33244895314584 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 508028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75, "W12": -5.0, "S12": -14.64362527754769, "W13": -20.573844500415397, "S13": -20.573844500415397, "W21": -37.329270014132611, "S21": -37.329270014132611, "W22": -52.341679077409289, "S22": -52.341679077409289, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 508514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33768869339198238, "S11": 0.25833198366354498, "W12": -8.2774172283781624, "S12": -15.719989969572651, "W13": -21.346528243977485, "S13": -31.346528243977485, "W21": -37.831071449196159, "S21": -37.831071449196159, "W22": -43.271236219817176, "S22": -53.271236219817176, "W31": -73.82084574185842, "S31": -74.360361230341411, "W32": -100.82598187311163, "S32": -105.82598187311163 }, "geometry": { "type": "Point", "coordinates": [ 103398.0, 509868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30865561760687032, "S11": -0.30865561760687032, "W12": -6.0988537291915561, "S12": -6.0988537291915561, "W13": -15.0, "S13": -16.855186323472914, "W21": -35.890957092227488, "S21": -37.701722601455884, "W22": -45.342105495976142, "S22": -47.456343520240139, "W31": -80.0, "S31": -80.061277707873288, "W32": -88.595975010589726, "S32": -93.595975010589726 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 498074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22743336600368103, "S11": -0.56774735688788547, "W12": -5.8479983393106378, "S12": -8.24850154150643, "W13": -25.0, "S13": -25.639172072907044, "W21": -40.0, "S21": -44.341085514549363, "W22": -38.413487552144112, "S22": -49.895999003494666, "W31": -71.146133858412981, "S31": -72.051954947137276, "W32": -84.848678120269554, "S32": -89.848678120269554 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 505636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1155585368258099, "S11": -1.3613519964529204, "W12": -7.6459510357820921, "S12": -7.6459510357820921, "W13": -19.55491819740736, "S13": -19.55491819740736, "W21": -39.356850451731937, "S21": -44.907607704777433, "W22": -41.678012156728663, "S22": -41.678012156728663, "W31": -71.386450943554948, "S31": -72.01944231100147, "W32": -94.047729849500982, "S32": -99.047729849500982 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 506187.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1596736596736599, "S11": 2.1596736596736599, "W12": -7.4983842468385156, "S12": -12.453939185486991, "W13": -25.0, "S13": -26.001211614790055, "W21": -36.777626596506209, "S21": -36.777626596506209, "W22": -37.857409136790437, "S22": -42.498199316912775, "W31": -66.900160471812782, "S31": -71.910254326955922, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 509626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95004616381681462, "S11": 0.63396956637006285, "W12": -8.9114119120381972, "S12": -21.047293608466767, "W13": -24.583589908344695, "S13": -24.583589908344695, "W21": -35.67826931490135, "S21": -35.67826931490135, "W22": -60.0, "S22": -65.628997492791044, "W31": -83.466085080734302, "S31": -83.466085080734302, "W32": -92.292492136759108, "S32": -97.292492136759108 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 510095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0108518530895965, "S11": 0.78070024336885635, "W12": -7.9851564937665973, "S12": -23.087342805553668, "W13": -24.883107463897343, "S13": -26.035497167918237, "W21": -36.759014192534707, "S21": -36.759014192534707, "W22": -60.292446006821798, "S22": -71.089654125501795, "W31": -83.234707588463479, "S31": -83.234707588463479, "W32": -89.81912534167742, "S32": -94.81912534167742 }, "geometry": { "type": "Point", "coordinates": [ 103399.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": -0.7, "W12": -2.7, "S12": -3.7, "W13": -20.700001, "S13": -20.700001, "W21": -37.3, "S21": -42.7, "W22": -52.410577956968119, "S22": -52.736686191631684, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103399.5, 506765.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2267960658331356, "S12": -6.2267960658331356, "W13": -20.0, "S13": -20.307038783566643, "W21": -44.336212343247155, "S21": -44.336212343247155, "W22": -46.873849962326155, "S22": -49.858146433945826, "W31": -77.632995647201426, "S31": -77.632995647201426, "W32": -87.388011674771278, "S32": -92.388011674771278 }, "geometry": { "type": "Point", "coordinates": [ 103399.922222222216078, 517512.622222222213168 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02294665643348745, "S11": 0.02294665643348745, "W12": -7.6439558176820714, "S12": -7.6439558176820714, "W13": -15.783444849283457, "S13": -17.324768889205348, "W21": -32.610854668578064, "S21": -32.881336590787399, "W22": -34.845672838757601, "S22": -35.416492355574277, "W31": -76.123588358218583, "S31": -76.299805609085908, "W32": -87.355879724979658, "S32": -92.355879724979658 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 497703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27199621570482502, "S11": -2.2719962157048252, "W12": -9.8890705900445983, "S12": -11.909478089729598, "W13": -15.0, "S13": -19.476206751051961, "W21": -54.975144323284155, "S21": -65.643801941352763, "W22": -39.418587070295423, "S22": -40.07058408663773, "W31": -68.266523248357188, "S31": -74.488764827700592, "W32": -97.116631817698547, "S32": -102.11663181769855 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 501884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24241293532338304, "S11": -0.087779831672010866, "W12": -8.8914439515153774, "S12": -8.8914439515153774, "W13": -21.677897928071182, "S13": -21.677897928071182, "W21": -41.353142275106507, "S21": -45.500328018382859, "W22": -37.594285692036465, "S22": -41.700579664274571, "W31": -67.08983834617861, "S31": -76.741360124793275, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45209774986336138, "S11": 0.39268278545157975, "W12": -4.8257351402578843, "S12": -14.825735140257883, "W13": -20.322747881405686, "S13": -20.966797400449813, "W21": -39.762862428394662, "S21": -44.855839360140941, "W22": -45.830212261867729, "S22": -45.830212261867729, "W31": -73.579421717002361, "S31": -73.595424937806371, "W32": -91.222062181842915, "S32": -96.222062181842915 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 506547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23135899235019647, "S11": -0.032595973572171866, "W12": -6.3799156961214329, "S12": -9.2275060114038396, "W13": -25.482764259898161, "S13": -25.482764259898161, "W21": -36.425068652801507, "S21": -36.425068652801507, "W22": -52.343759286209917, "S22": -52.362782701585125, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 509369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3496134954222001, "S11": 0.23491563067727361, "W12": -8.6722208449078391, "S12": -17.385198241634264, "W13": -23.836587574051499, "S13": -23.836587574051499, "W21": -36.912376011092022, "S21": -36.912376011092022, "W22": -50.0, "S22": -57.730962196018282, "W31": -100.28707358911127, "S31": -100.28707358911127, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4263162924032489, "S11": 1.4263162924032489, "W12": -15.0, "S12": -15.0, "W13": -21.652374949972181, "S13": -24.254269330241389, "W21": -40.635207571838173, "S21": -43.510941414481799, "W22": -70.0, "S22": -71.359908687186476, "W31": -87.192001927771855, "S31": -87.192001927771855, "W32": -94.798481737958085, "S32": -99.798481737958085 }, "geometry": { "type": "Point", "coordinates": [ 103400.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2449369909303298, "S12": -6.2449369909303298, "W13": -20.0, "S13": -20.0, "W21": -43.539177964237808, "S21": -43.539177964237808, "W22": -55.758352351387444, "S22": -62.325213348241249, "W31": -82.757062642891967, "S31": -82.757062642891967, "W32": -89.788343292917929, "S32": -94.788343292917929 }, "geometry": { "type": "Point", "coordinates": [ 103400.047619047618355, 517766.238095238106325 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7007480578469707, "S11": 3.7007480578469707, "W12": -9.086195546578832, "S12": -9.086195546578832, "W13": -19.530233591987081, "S13": -19.530233591987081, "W21": -48.747875520131281, "S21": -59.739601288452789, "W22": -46.874441523323767, "S22": -48.109573024878259, "W31": -80.545752288305053, "S31": -80.545752288305053, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103400.5, 500521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41907042910802028, "S11": 0.41868807616684378, "W12": -8.2242513858832975, "S12": -13.490727168467931, "W13": -22.606395607775955, "S13": -26.824240335470044, "W21": -37.840127427226051, "S21": -37.840127427226051, "W22": -41.221583521670624, "S22": -41.221583521670624, "W31": -73.367452276301449, "S31": -75.123601257327451, "W32": -94.519717773809177, "S32": -99.519717773809177 }, "geometry": { "type": "Point", "coordinates": [ 103401.0, 509827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0015147400120453236, "S11": 0.0015147400120453236, "W12": -6.254148650966556, "S12": -6.254148650966556, "W13": -20.0, "S13": -20.0, "W21": -43.009444444235989, "S21": -43.009444444235989, "W22": -39.671056140549155, "S22": -39.671056140549155, "W31": -72.214195242084699, "S31": -72.423034174259939, "W32": -91.642733042584126, "S32": -96.642733042584126 }, "geometry": { "type": "Point", "coordinates": [ 103401.614754098365665, 517940.032786885218229 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26582999542126196, "S11": -0.26582999542126196, "W12": -5.8434540694655706, "S12": -5.8434540694655706, "W13": -15.0, "S13": -16.994928928159815, "W21": -35.943083178365427, "S21": -38.943083178365427, "W22": -38.928416876741693, "S22": -44.490233744006687, "W31": -61.102966120443902, "S31": -67.071767241100531, "W32": -83.122574333507373, "S32": -88.122574333507373 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 498142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2927808310854316, "S11": 3.2927808310854316, "W12": -9.3213307803400927, "S12": -9.3213307803400927, "W13": -20.297552504002205, "S13": -20.419798925406887, "W21": -50.0, "S21": -65.96896835182902, "W22": -39.181496242840936, "S22": -42.942151194678267, "W31": -65.442957850286575, "S31": -70.586625521081331, "W32": -85.896507543475749, "S32": -90.896507543475749 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 500701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070887957832139498, "S11": -2.1101565577337613, "W12": -9.9137745424719341, "S12": -12.058993892949019, "W13": -14.987810021933523, "S13": -19.887010887165552, "W21": -54.96443624868283, "S21": -60.0, "W22": -53.0828240146881, "S22": -60.722329199269417, "W31": -82.497087964423798, "S31": -82.497087964423798, "W32": -89.047350366996042, "S32": -94.047350366996042 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 501933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4136910102278839, "W12": -6.5200119601896542, "S12": -6.5200119601896542, "W13": -14.966942608286102, "S13": -14.966942608286102, "W21": -32.664282303935423, "S21": -32.664282303935423, "W22": -42.403055777264569, "S22": -47.323342404305578, "W31": -70.036211708595729, "S31": -70.036211708595729, "W32": -92.660075270394088, "S32": -97.660075270394088 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 507369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7705012015104703, "S11": 0.7705012015104703, "W12": -5.033472836217161, "S12": -11.612414407889609, "W13": -25.953870211102426, "S13": -25.953870211102426, "W21": -36.496127074076021, "S21": -38.61115145414437, "W22": -40.655389394552735, "S22": -43.991624325774978, "W31": -60.0, "S31": -61.438288268832068, "W32": -94.042348895918352, "S32": -99.042348895918352 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 510381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5433599876979855, "S11": 1.5433599876979855, "W12": -10.092473363774733, "S12": -22.826895626327666, "W13": -30.0, "S13": -30.0, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -36.967853473017207, "S22": -48.184842187204275, "W31": -66.428308837676269, "S31": -72.932621179209875, "W32": -97.788732840883881, "S32": -102.78873284088388 }, "geometry": { "type": "Point", "coordinates": [ 103402.0, 510746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1749930718745589, "S11": 3.1749930718745589, "W12": -3.3230569991428625, "S12": -3.3230569991428625, "W13": -11.743111392678429, "S13": -12.098965607083876, "W21": -50.196959689624151, "S21": -62.77143418094456, "W22": -63.661873795836804, "S22": -63.661873795836804, "W31": -73.511937966072438, "S31": -73.601508652598497, "W32": -85.78994746758147, "S32": -90.78994746758147 }, "geometry": { "type": "Point", "coordinates": [ 103402.5, 502482.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59394690977342812, "W12": -5.0, "S12": -12.914284796711415, "W13": -21.062339175117266, "S13": -21.062339175117266, "W21": -37.510124041586231, "S21": -37.510124041586231, "W22": -49.999999999999993, "S22": -68.167756848472919, "W31": -100.0, "S31": -100.0, "W32": -105.97052513758045, "S32": -110.97052513758045 }, "geometry": { "type": "Point", "coordinates": [ 103402.5, 508572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0996003977084554, "S11": 1.0996003977084554, "W12": -7.5695738369590044, "S12": -10.704702385758811, "W13": -24.2500214025826, "S13": -24.2500214025826, "W21": -36.376661462275628, "S21": -36.376661462275628, "W22": -40.398604652983217, "S22": -44.302158180649734, "W31": -60.0, "S31": -60.0, "W32": -94.098180533234583, "S32": -99.098180533234583 }, "geometry": { "type": "Point", "coordinates": [ 103402.5, 510239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65508161361737405, "W12": -6.2206130971290916, "S12": -6.2206130971290916, "W13": -20.870397187199252, "S13": -22.27998090022508, "W21": -42.80772431319518, "S21": -42.80772431319518, "W22": -35.89169740328775, "S22": -40.784812880713709, "W31": -71.711893391846871, "S31": -71.711893391846871, "W32": -89.987879219801698, "S32": -94.987879219801698 }, "geometry": { "type": "Point", "coordinates": [ 103402.506666666668025, 516147.146666666667443 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3484746004058241, "S12": -9.6062596881251423, "W13": -16.877765126372225, "S13": -20.466151031411847, "W21": -53.687937601430789, "S21": -71.336257845758894, "W22": -51.474445952057899, "S22": -101.47444595205789, "W31": -106.94248124137795, "S31": -106.94248124137795, "W32": -111.71696911548196, "S32": -116.71696911548196 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 501129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43331511802147471, "S11": -4.5666848819785253, "W12": -10.119081238219978, "S12": -14.882487500757067, "W13": -21.913611761433778, "S13": -23.388310959916289, "W21": -34.317980287511048, "S21": -34.317980287511048, "W22": -50.970851339206035, "S22": -50.970851339206035, "W31": -108.0995592489904, "S31": -108.0995592489904, "W32": -111.53650152771715, "S32": -116.53650152771715 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 504947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28704272569737005, "S11": -0.97141438350893794, "W12": -6.4476308676218572, "S12": -9.0151057075120669, "W13": -24.082683741648108, "S13": -24.57261198579323, "W21": -39.760677359297532, "S21": -44.760677359297532, "W22": -41.313993172202665, "S22": -43.507419438676621, "W31": -60.0, "S31": -60.77319454042847, "W32": -94.071833431300277, "S32": -99.071833431300277 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079938554864517744, "S11": 0.079938554864517744, "W12": -6.0383620841006183, "S12": -7.0615979663975406, "W13": -26.251180113075488, "S13": -26.251180113075488, "W21": -40.065270765216837, "S21": -42.346777859529077, "W22": -46.854172475250365, "S22": -48.160617311818719, "W31": -80.535110878783797, "S31": -80.78716005911167, "W32": -100.0004096852948, "S32": -105.0004096852948 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 505718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56330286928799078, "S11": 0.20436706890833772, "W12": -8.0266689285432928, "S12": -8.0266689285432928, "W13": -23.162285982036288, "S13": -23.162285982036288, "W21": -40.798567981912072, "S21": -44.576424617824109, "W22": -47.082499144580389, "S22": -49.969104105693532, "W31": -77.432262778571115, "S31": -77.432262778571115, "W32": -87.548231416330978, "S32": -92.548231416330978 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 505996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39837714285752024, "S11": 0.39837714285752024, "W12": -7.0760600454497862, "S12": -9.4043997990975789, "W13": -23.679218140337273, "S13": -23.706655956758272, "W21": -35.317418378064552, "S21": -35.317418378064552, "W22": -34.265766491124133, "S22": -43.281274009921127, "W31": -79.654031105666348, "S31": -80.237059467972031, "W32": -85.663730330777824, "S32": -90.663730330777824 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 509546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3331690492852144, "S11": 0.24735307248585769, "W12": -8.2633764743770595, "S12": -16.01222792920095, "W13": -21.064954708902199, "S13": -28.509914152702894, "W21": -37.768805206044668, "S21": -37.768805206044668, "W22": -35.003461607306654, "S22": -35.721268329636267, "W31": -75.036309739685194, "S31": -75.036309739685194, "W32": -88.132243052047897, "S32": -93.132243052047897 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 509864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50275727813920779, "S11": 0.50275727813920779, "W12": -5.0, "S12": -23.766672173577838, "W13": -28.743975212302043, "S13": -28.743975212302043, "W21": -39.873452259271978, "S21": -42.679889770679772, "W22": -40.0, "S22": -42.040287358667698, "W31": -68.721360233901024, "S31": -73.188492151034424, "W32": -95.660830705176949, "S32": -100.66083070517695 }, "geometry": { "type": "Point", "coordinates": [ 103403.0, 510573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71408017388335854, "S11": -0.71408017388335854, "W12": -7.9838633910006847, "S12": -7.9838633910006847, "W13": -20.614308783464107, "S13": -20.614308783464107, "W21": -40.614186636213368, "S21": -45.202465139807401, "W22": -37.404915133078944, "S22": -47.910880104734751, "W31": -66.563064061443313, "S31": -66.563064061443313, "W32": -95.008084202517196, "S32": -100.0080842025172 }, "geometry": { "type": "Point", "coordinates": [ 103403.5, 506108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30412126362091374, "S11": 0.15509318586713408, "W12": -8.2895808482423909, "S12": -17.666157140802291, "W13": -21.022314330222393, "S13": -26.040005256138237, "W21": -37.715200873893281, "S21": -37.715200873893281, "W22": -38.628514835805518, "S22": -50.513594327970679, "W31": -66.908082069491925, "S31": -75.330290380524872, "W32": -90.191554127915765, "S32": -95.191554127915765 }, "geometry": { "type": "Point", "coordinates": [ 103403.5, 509903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7058446434335921, "S11": 0.7058446434335921, "W12": -10.0, "S12": -10.0, "W13": -15.369645543789668, "S13": -17.30304480512693, "W21": -35.879487404546651, "S21": -35.879487404546651, "W22": -42.059080935135654, "S22": -42.059080935135654, "W31": -74.178410420375101, "S31": -75.618633884062319, "W32": -95.041590437885432, "S32": -100.04159043788543 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 500031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9133775960711263, "S11": 3.9133775960711263, "W12": -9.1555883298930461, "S12": -9.1555883298930461, "W13": -20.005580043801906, "S13": -20.005580043801906, "W21": -49.899783156537531, "S21": -64.899783156537524, "W22": -60.0, "S22": -77.105278558052433, "W31": -95.672035358453812, "S31": -95.672035358453812, "W32": -100.93216670383438, "S32": -105.93216670383438 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 500559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33254583254584358, "S11": -0.35441806503134188, "W12": -2.9422721539410497, "S12": -4.4055749062348326, "W13": -20.608783481095468, "S13": -20.608783481095468, "W21": -37.050321112803609, "S21": -41.843931172468423, "W22": -33.759917428461613, "S22": -44.372489813865926, "W31": -80.0, "S31": -81.033730811166279, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40612578080636008, "S11": 0.40612578080636008, "W12": -5.3536266905717733, "S12": -15.300174407086459, "W13": -20.0, "S13": -20.0, "W21": -33.049647627822075, "S21": -33.049647627822075, "W22": -35.004030273050518, "S22": -35.748011163155688, "W31": -75.023488574600279, "S31": -75.023488574600279, "W32": -88.140918659403283, "S32": -93.140918659403283 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 507734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27887909936368094, "S11": -0.72112090063631906, "W12": -5.0, "S12": -6.6965899881553517, "W13": -22.780504309909087, "S13": -22.780504309909087, "W21": -38.991625771836603, "S21": -38.991625771836603, "W22": -38.041963353415447, "S22": -40.418626487761429, "W31": -67.770675713604348, "S31": -75.436653555054704, "W32": -98.747086247086244, "S32": -103.74708624708624 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 508768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5509477278078645, "W12": -4.9506900006357339, "S12": -19.421985527965319, "W13": -24.690770568917486, "S13": -24.690770568917486, "W21": -39.652778130693768, "S21": -40.229718026714124, "W22": -36.652574293921454, "S22": -45.130306329849596, "W31": -66.264835398388882, "S31": -74.17040540424712, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 509099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16088573795221289, "S11": -0.16088573795221289, "W12": -11.767275706677593, "S12": -11.767275706677593, "W13": -19.487138057838106, "S13": -23.421656344863838, "W21": -34.921887958921836, "S21": -35.877764692496427, "W22": -40.07064603227181, "S22": -44.075493048327552, "W31": -66.291939507660288, "S31": -73.414844176520845, "W32": -87.110392338066035, "S32": -92.110392338066035 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 511884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.058774685910082058, "S11": -0.058774685910082058, "W12": -13.408198764403783, "S12": -13.408198764403783, "W13": -19.272780750506399, "S13": -19.272780750506399, "W21": -35.412497974647671, "S21": -35.412497974647671, "W22": -41.15089068386866, "S22": -46.523505043153726, "W31": -65.388875581187619, "S31": -72.25805135915229, "W32": -84.437703804347819, "S32": -89.437703804347819 }, "geometry": { "type": "Point", "coordinates": [ 103404.0, 512429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2344014783229507, "S11": 3.2344014783229507, "W12": -3.4075284072777978, "S12": -3.4075284072777978, "W13": -11.907972736664638, "S13": -12.226337528503484, "W21": -49.195369918919923, "S21": -61.669852080646478, "W22": -39.896871268654095, "S22": -39.896871268654095, "W31": -73.58374126927076, "S31": -73.832949386504211, "W32": -95.036441232703581, "S32": -100.03644123270358 }, "geometry": { "type": "Point", "coordinates": [ 103404.2, 502505.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50321536849091641, "S11": -0.50321536849091641, "W12": -5.5766893534276303, "S12": -13.966204240325299, "W13": -20.022168587589793, "S13": -20.022168587589793, "W21": -36.956887066801059, "S21": -36.956887066801059, "W22": -51.586991459349363, "S22": -51.751903776067131, "W31": -95.990455688980362, "S31": -95.990455688980362, "W32": -95.990455688980362, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103404.428571428565192, 508444.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 3.872202603805067, "S11": 3.872202603805067, "W12": -6.5501144227417143, "S12": -6.5501144227417143, "W13": -16.885483202121748, "S13": -16.885483202121748, "W21": -38.718297952354199, "S21": -50.347182070094064, "W22": -38.130001, "S22": -44.533149397005253, "W31": -66.745212782563939, "S31": -67.527216501352783, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103405.0, 502884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64362300367398961, "S11": -4.3563769963260102, "W12": -9.4415437610240378, "S12": -14.498728346611212, "W13": -20.0, "S13": -20.634950939040124, "W21": -34.145074296229758, "S21": -34.145074296229758, "W22": -42.766628171690115, "S22": -42.766628171690115, "W31": -77.878990320116387, "S31": -78.567997945417176, "W32": -92.623553788587941, "S32": -97.623553788587941 }, "geometry": { "type": "Point", "coordinates": [ 103405.0, 504723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9479598233754907, "W12": -9.3754194474116392, "S12": -13.655786508507994, "W13": -20.0, "S13": -20.764614563022391, "W21": -38.666071164894866, "S21": -48.666071164894866, "W22": -51.549072817729531, "S22": -93.011812270724761, "W31": -107.52907380641167, "S31": -107.52907380641167, "W32": -111.85194896141779, "S32": -116.85194896141779 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26816513161544536, "S11": -0.85909390452913303, "W12": -6.2550527357207217, "S12": -8.6675641721342629, "W13": -25.0, "S13": -26.97746478873238, "W21": -39.863919727899145, "S21": -44.52375441391473, "W22": -40.679452679758498, "S22": -44.396874670004252, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -94.129664953094803, "S32": -99.129664953094803 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 505615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46194796194796445, "S11": -0.22350342058270761, "W12": -4.2808072511807076, "S12": -7.2808072511807076, "W13": -20.100148719128899, "S13": -20.100148719128899, "W21": -35.683732213143678, "S21": -37.369463912636746, "W22": -43.879416243730773, "S22": -46.232243208980037, "W31": -80.0, "S31": -80.134929180816698, "W32": -89.244253588263049, "S32": -94.244253588263049 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 506898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7456182526149417, "S11": -1.2543817473850583, "W12": -5.8800556861492472, "S12": -8.8800556861492481, "W13": -14.889425534199489, "S13": -14.889425534199489, "W21": -33.311499128111258, "S21": -33.311499128111258, "W22": -35.188025832547865, "S22": -36.655726726224849, "W31": -73.788725817799701, "S31": -73.788725817799701, "W32": -89.024373787059929, "S32": -94.024373787059929 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 507092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2259194395796849, "S12": -16.225919439579684, "W13": -20.0, "S13": -20.0, "W21": -33.015864704656252, "S21": -33.015864704656252, "W22": -37.971165325877237, "S22": -42.904411633422463, "W31": -66.86804782104592, "S31": -71.190387116245262, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50190412197633827, "S11": 0.50190412197633827, "W12": -7.069442772896859, "S12": -21.819375308652909, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -43.0, "W22": -40.095570461470011, "S22": -40.095570461470011, "W31": -72.843072479994433, "S31": -73.372788006516686, "W32": -93.772670177067553, "S32": -98.772670177067553 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 510641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82094132029339861, "S11": 0.82094132029339861, "W12": -7.5809363340955587, "S12": -16.386311616262603, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -58.58478114370984, "S22": -62.80000126492601, "W31": -82.889964364990448, "S31": -82.889964364990448, "W32": -90.464646052040365, "S32": -95.464646052040365 }, "geometry": { "type": "Point", "coordinates": [ 103406.0, 510658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2166415695679342, "S12": -6.2166415695679342, "W13": -20.0, "S13": -20.186284848171109, "W21": -44.250828244218674, "S21": -44.250828244218674, "W22": -46.026568997246628, "S22": -47.859263728781791, "W31": -80.346921139419692, "S31": -81.346921139419692, "W32": -100.02381191264506, "S32": -105.02381191264506 }, "geometry": { "type": "Point", "coordinates": [ 103406.244444444440887, 517562.044444444472902 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29990519251111458, "S11": 0.28561165472360089, "W12": -6.7700515925478495, "S12": -16.426362320269451, "W13": -24.414040397150483, "S13": -24.414040397150483, "W21": -36.563256745327976, "S21": -36.563256745327976, "W22": -52.740895964774452, "S22": -60.174659429949678, "W31": -82.401789724421775, "S31": -82.401789724421775, "W32": -89.19877119629183, "S32": -94.19877119629183 }, "geometry": { "type": "Point", "coordinates": [ 103406.5, 509465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2342996065893974, "S12": -6.2342996065893974, "W13": -20.0, "S13": -20.0, "W21": -43.461929890964932, "S21": -43.461929890964932, "W22": -44.39500345058962, "S22": -44.39500345058962, "W31": -77.954568210262835, "S31": -78.180133252954946, "W32": -94.501588582979522, "S32": -99.501588582979522 }, "geometry": { "type": "Point", "coordinates": [ 103406.523809523816453, 517813.619047619053163 ] } }, +{ "type": "Feature", "properties": { "W11": 3.827841550037423, "S11": 3.827841550037423, "W12": -9.2607936441839556, "S12": -9.2607936441839556, "W13": -20.366954032023674, "S13": -20.366954032023674, "W21": -49.999999999999993, "S21": -65.377791478284678, "W22": -47.364553813920253, "S22": -48.745547585242335, "W31": -79.613248429277419, "S31": -79.613248429277419, "W32": -96.437463528496409, "S32": -101.43746352849641 }, "geometry": { "type": "Point", "coordinates": [ 103406.666666666671517, 500629.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.066879784441416443, "S11": 0.066879784441416443, "W12": -6.2101955286248067, "S12": -7.0267844249203968, "W13": -26.445669927308636, "S13": -26.445669927308636, "W21": -40.074852131764409, "S21": -42.061416551636846, "W22": -43.962010388930004, "S22": -46.364388752306603, "W31": -80.0, "S31": -80.128385653938537, "W32": -89.172482583912938, "S32": -94.172482583912938 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55921481706391318, "S11": 0.22943987023959633, "W12": -8.0690451559672915, "S12": -8.0690451559672915, "W13": -23.04040894405135, "S13": -23.04040894405135, "W21": -40.805544805718974, "S21": -44.662890440921288, "W22": -36.885631153628793, "S22": -48.634818959970133, "W31": -66.374369264841221, "S31": -74.780216246270669, "W32": -98.601314737496665, "S32": -103.60131473749666 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38915135851188987, "S11": 0.32372436126671084, "W12": -5.4637823156041456, "S12": -12.667130419986224, "W13": -20.305074431931523, "S13": -20.943322285962495, "W21": -40.0, "S21": -45.076157812166535, "W22": -38.96580494778339, "S22": -44.906558904769575, "W31": -60.0, "S31": -60.070182849981343, "W32": -94.166188837206192, "S32": -99.166188837206192 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.39246475004577919, "W12": -4.6646915608225257, "S12": -7.6646915608225257, "W13": -19.421445694265167, "S13": -19.421445694265167, "W21": -35.293418888835163, "S21": -36.083307898907613, "W22": -52.100547776106154, "S22": -52.100547776106154, "W31": -98.802876261119906, "S31": -98.802876261119906, "W32": -98.802876261119906, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 506930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0968468932372124, "S11": 1.0953354059337059, "W12": -5.2453196982662122, "S12": -10.347638107870264, "W13": -24.992487693515013, "S13": -24.992487693515013, "W21": -36.207111959251826, "S21": -38.140018141619983, "W22": -50.8423790140208, "S22": -50.8423790140208, "W31": -105.13194414721114, "S31": -105.13194414721114, "W32": -111.19509464966117, "S32": -116.19509464966117 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 510358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0793511843460351, "S11": 1.0769759900119533, "W12": -5.2133720684459366, "S12": -10.379185163880706, "W13": -25.0, "S13": -25.0, "W21": -36.226421460847831, "S21": -38.163029763108561, "W22": -47.395964453172155, "S22": -48.499605120633674, "W31": -80.0, "S31": -80.772292993630572, "W32": -97.535498930169226, "S32": -102.53549893016923 }, "geometry": { "type": "Point", "coordinates": [ 103407.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -9.7502651677004142, "S12": -14.696603471618918, "W13": -20.547930431480914, "S13": -21.125515836795667, "W21": -34.189105820089701, "S21": -34.189105820089701, "W22": -44.433000838742082, "S22": -46.974079530608087, "W31": -80.0, "S31": -80.102578022152727, "W32": -88.846682977415185, "S32": -93.846682977415185 }, "geometry": { "type": "Point", "coordinates": [ 103407.166666666671517, 504788.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44083217592586205, "S11": -0.44083217592586205, "W12": -9.8568065908197742, "S12": -20.900113185514563, "W13": -33.479704956749018, "S13": -33.479704956749018, "W21": -34.724968050949585, "S21": -34.724968050949585, "W22": -42.18014290347427, "S22": -42.18014290347427, "W31": -74.865087004111572, "S31": -76.097010498662812, "W32": -95.065443240905367, "S32": -100.06544324090537 }, "geometry": { "type": "Point", "coordinates": [ 103407.333333333328483, 510974.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059279046827937776, "S11": -0.059279046827937776, "W12": -13.407272572050486, "S12": -13.407272572050486, "W13": -19.260907275874395, "S13": -19.260907275874395, "W21": -35.420714598895458, "S21": -35.420714598895458, "W22": -34.994769075865079, "S22": -37.097110048921543, "W31": -72.68770441670523, "S31": -72.68770441670523, "W32": -89.811078452866298, "S32": -94.811078452866298 }, "geometry": { "type": "Point", "coordinates": [ 103407.5, 512432.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -15.96, "S13": -16.814050443938086, "W21": -21.997875855558178, "S21": -22.980253086055153, "W22": -37.99080022482579, "S22": -42.99080022482579, "W31": -66.870455431573717, "S31": -71.337074875526255, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103408.0, 496866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0128697832009341, "S11": 2.0128697832009341, "W12": -9.7750685454305692, "S12": -9.7750685454305692, "W13": -17.302443704002052, "S13": -18.826099304953697, "W21": -39.935219083317648, "S21": -54.935219083317648, "W22": -61.961540260103114, "S22": -61.961540260103114, "W31": -70.624453160975605, "S31": -70.877259720492617, "W32": -86.271332557887291, "S32": -91.271332557887291 }, "geometry": { "type": "Point", "coordinates": [ 103408.0, 500297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43779325902333988, "S11": -3.5029489839288925, "W12": -10.376030412420519, "S12": -11.211264320506579, "W13": -22.495223016973185, "S13": -22.495223016973185, "W21": -36.548638071766476, "S21": -36.548638071766476, "W22": -43.098535341494511, "S22": -47.904215698887377, "W31": -70.0, "S31": -70.0, "W32": -92.740386965234578, "S32": -97.740386965234578 }, "geometry": { "type": "Point", "coordinates": [ 103408.0, 505288.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14355003496411042, "S11": 0.14355003496411042, "W12": -5.280387445637766, "S12": -6.7576277084698759, "W13": -25.944909664467911, "S13": -25.944909664467911, "W21": -40.044134857976346, "S21": -43.006206485118312, "W22": -46.799934543358994, "S22": -47.383613104335367, "W31": -85.369558479129353, "S31": -85.369558479129353, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103408.0, 505684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29141238683619269, "S11": 0.063713453893207012, "W12": -6.8782013276404266, "S12": -11.38939703754254, "W13": -25.275072938489789, "S13": -25.275072938489789, "W21": -36.867044149735385, "S21": -36.867044149735385, "W22": -60.0, "S22": -86.950036045028554, "W31": -101.33209819360816, "S31": -101.33209819360816, "W32": -102.67763630342043, "S32": -107.67763630342043 }, "geometry": { "type": "Point", "coordinates": [ 103408.0, 509336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9175822946243555, "S11": 3.9175822946243555, "W12": -9.1813330016405743, "S12": -9.1813330016405743, "W13": -19.946945626445707, "S13": -19.946945626445714, "W21": -49.68572349528219, "S21": -64.542336180842241, "W22": -39.666849399798188, "S22": -48.072508800932702, "W31": -61.813533783577256, "S31": -69.90657403581362, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103408.25, 500558.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82798107560104262, "S11": 0.82798107560104262, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.590280157259336, "S13": -27.77788796279825, "W21": -40.676487256315397, "S21": -40.959857869282303, "W22": -38.844379843685346, "S22": -44.964037054589909, "W31": -60.000000000000007, "S31": -66.350850124119404, "W32": -82.064299097689968, "S32": -87.064299097689968 }, "geometry": { "type": "Point", "coordinates": [ 103408.75, 513727.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067603985674266953, "S11": -0.067603985674266953, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.526281439903645, "W21": -34.753736278535349, "S21": -42.01969669113641, "W22": -59.618989390219753, "S22": -61.068525022950737, "W31": -82.39222003839987, "S31": -82.39222003839987, "W32": -89.531123610017076, "S32": -94.531123610017076 }, "geometry": { "type": "Point", "coordinates": [ 103409.0, 498407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9487543925994921, "S11": 3.9487543925994921, "W12": -9.1928871628496243, "S12": -9.1928871628496243, "W13": -20.012777846170408, "S13": -20.012777846170408, "W21": -49.841176815331416, "S21": -64.743953336991908, "W22": -59.217391975082926, "S22": -69.489544090927936, "W31": -82.748238141539375, "S31": -82.748238141539375, "W32": -89.839696329886564, "S32": -94.839696329886564 }, "geometry": { "type": "Point", "coordinates": [ 103409.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59403898519856568, "S11": -0.267309542816629, "W12": -5.0, "S12": -8.3395735624482725, "W13": -23.495438881050067, "S13": -23.495438881050067, "W21": -39.569040055248607, "S21": -39.569040055248607, "W22": -46.981914012213807, "S22": -46.981914012213807, "W31": -86.609393678030472, "S31": -94.211023439900956, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103409.0, 508852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024447373156195273, "S11": -0.024447373156195273, "W12": -6.2408593691709466, "S12": -6.2408593691709466, "W13": -20.0, "S13": -20.0, "W21": -42.940245577399828, "S21": -42.940245577399828, "W22": -40.914919542552134, "S22": -44.42305247283155, "W31": -60.0, "S31": -60.0, "W32": -94.176267765708403, "S32": -99.176267765708403 }, "geometry": { "type": "Point", "coordinates": [ 103409.377049180329777, 517989.393442622967996 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53209564569533607, "S11": 0.53209564569533607, "W12": -6.7877402651590293, "S12": -16.299564487500508, "W13": -24.223831805221351, "S13": -24.223831805221351, "W21": -36.640970449291551, "S21": -36.640970449291551, "W22": -51.696266834545497, "S22": -96.696266834545497, "W31": -107.09232791875112, "S31": -107.09232791875112, "W32": -110.56697819314641, "S32": -115.56697819314641 }, "geometry": { "type": "Point", "coordinates": [ 103409.5, 509474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054058590022705452, "S11": -0.054058590022705452, "W12": -10.153438026309765, "S12": -12.493192177873166, "W13": -24.428551085071586, "S13": -25.794220075761768, "W21": -37.125650539373076, "S21": -37.125650539373076, "W22": -60.0, "S22": -81.961422204006354, "W31": -97.966730268405215, "S31": -97.966730268405215, "W32": -101.8677183789509, "S32": -106.8677183789509 }, "geometry": { "type": "Point", "coordinates": [ 103409.666666666671517, 511489.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54957592387261578, "S11": 0.54957592387261578, "W12": -10.0, "S12": -10.0, "W13": -15.311712791897486, "S13": -17.387516541720892, "W21": -35.269902571754585, "S21": -35.576981696714952, "W22": -69.468386767147791, "S22": -72.697090834980173, "W31": -87.598360857099209, "S31": -87.598360857099209, "W32": -94.899796237283979, "S32": -99.899796237283979 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4339646150012459, "S12": -9.7100611062293307, "W13": -16.84531937707429, "S13": -20.468613833851759, "W21": -53.673434239724436, "S21": -71.235781534663346, "W22": -56.071949650796228, "S22": -62.091450823265525, "W31": -82.762055958278793, "S31": -82.762055958278793, "W32": -90.199848862383078, "S32": -95.199848862383078 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7721311475409836, "S11": 1.7721311475409836, "W12": -13.257588749785628, "S12": -19.416021545292757, "W13": -21.61416854867467, "S13": -24.000143713028212, "W21": -40.0, "S21": -43.0, "W22": -36.679370899320205, "S22": -45.660315260597649, "W31": -66.257518496065344, "S31": -74.396103147500611, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 504015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21558809397351733, "S11": -0.026168600962660576, "W12": -10.978912225340542, "S12": -19.389303021939032, "W13": -24.94225800039753, "S13": -25.821489498919689, "W21": -38.382934866841474, "S21": -38.382934866841474, "W22": -60.074382624218984, "S22": -87.192443956221425, "W31": -100.17878647521999, "S31": -100.17878647521999, "W32": -102.72033984450573, "S32": -107.72033984450573 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 509246.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48129399133098072, "S11": 0.48129399133098072, "W12": -8.1209195752863685, "S12": -13.931896212037168, "W13": -25.205113491094046, "S13": -28.84126572226128, "W21": -37.74343993220068, "S21": -37.825192489735997, "W22": -60.0, "S22": -85.0, "W31": -100.03251179863661, "S31": -100.03251179863661, "W32": -102.29863622800141, "S32": -107.29863622800141 }, "geometry": { "type": "Point", "coordinates": [ 103410.0, 509807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10266076507420664, "S11": -0.10266076507420664, "W12": -9.2541187432285525, "S12": -11.317305051098131, "W13": -32.965371886434284, "S13": -32.965371886434284, "W21": -37.900224255222966, "S21": -37.900224255222966, "W22": -58.935863793589995, "S22": -70.017926910599812, "W31": -82.82271981610964, "S31": -82.82271981610964, "W32": -89.887155692319155, "S32": -94.887155692319155 }, "geometry": { "type": "Point", "coordinates": [ 103410.9, 511093.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55583395661929691, "S11": 0.55583395661929691, "W12": -9.6986533796916152, "S12": -9.6986533796916152, "W13": -16.187521433484871, "S13": -17.187521433484871, "W21": -20.066332868064183, "S21": -21.274069056076144, "W22": -40.677251555443732, "S22": -44.147113041201756, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -94.182138986195156, "S32": -99.182138986195156 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 497154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9721427462461465, "W13": -15.000000000000002, "S13": -16.378496160852222, "W21": -32.621812575560952, "S21": -39.506927567043064, "W22": -39.781350731608427, "S22": -39.781350731608427, "W31": -72.448140995616114, "S31": -72.51009015898309, "W32": -93.121653724781055, "S32": -98.121653724781055 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 499254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59394073989167939, "S11": -0.59394073989167939, "W12": -10.0, "S12": -11.268705976013564, "W13": -20.0, "S13": -20.0, "W21": -35.829194964738164, "S21": -35.829194964738164, "W22": -39.179827175592116, "S22": -45.920436706797268, "W31": -70.675817252690806, "S31": -72.819187605574172, "W32": -84.915829756332613, "S32": -89.915829756332613 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 508158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56071553746191805, "S11": -0.25125027450389392, "W12": -5.0, "S12": -8.0061482678437716, "W13": -23.450390770948484, "S13": -23.450390770948484, "W21": -39.528598066298336, "S21": -39.528598066298336, "W22": -43.60682501443447, "S22": -48.160486976107222, "W31": -69.78447965990722, "S31": -70.157504404028018, "W32": -92.97024794542547, "S32": -97.97024794542547 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 508848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3080188342726689, "S11": 0.30801883427266885, "W12": -5.0, "S12": -12.113101556248672, "W13": -24.03143991841727, "S13": -24.03143991841727, "W21": -39.758473157894734, "S21": -39.758473157894734, "W22": -40.0, "S22": -51.293592399845565, "W31": -64.130571565139562, "S31": -72.630167643223757, "W32": -82.299213509137175, "S32": -87.299213509137175 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 508914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95497376599939809, "S11": 0.66814085883770113, "W12": -8.3178252833235611, "S12": -23.317825283323561, "W13": -24.529942780353139, "S13": -25.698143904697286, "W21": -36.00546784027636, "S21": -36.00546784027636, "W22": -39.652123979280439, "S22": -47.89823643353769, "W31": -61.695080848621167, "S31": -69.759848154758046, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50263306623797444, "S11": 0.50263306623797444, "W12": -5.0, "S12": -22.153312407070871, "W13": -28.193920923891248, "S13": -28.193920923891248, "W21": -40.0, "S21": -42.558733409819837, "W22": -46.508295875498895, "S22": -47.147052720994644, "W31": -84.388153212104271, "S31": -84.388153212104271, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64, "S11": -0.64, "W12": -14.19, "S12": -14.19, "W13": -34.150002, "S13": -34.150002, "W21": -34.169998, "S21": -34.169998, "W22": -70.669011018858086, "S22": -70.860348642791706, "W31": -84.83360538419754, "S31": -84.83360538419754, "W32": -94.502872594680653, "S32": -99.502872594680653 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8134286251645664, "S11": 2.8134286251645664, "W12": -9.5360175108264116, "S12": -9.5360175108264116, "W13": -19.821233597140669, "S13": -20.417721924632222, "W21": -50.090625212137667, "S21": -66.055931334586646, "W22": -52.580477364413674, "S22": -59.693752839441132, "W31": -82.356963300424496, "S31": -82.356963300424496, "W32": -89.273263706377378, "S32": -94.273263706377378 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 500795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1002748916255018, "S11": -0.69383522361137362, "W12": -5.3097970140030739, "S12": -6.6189976654896769, "W13": -15.594837261503928, "S13": -15.594837261503928, "W21": -34.356776731507473, "S21": -34.356776731507473, "W22": -50.0, "S22": -63.485247040722633, "W31": -100.0, "S31": -100.0, "W32": -107.09580838323353, "S32": -112.09580838323353 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 507007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.4994837072293006, "S12": -10.107288197078029, "W13": -24.958093205265023, "S13": -26.128366863088296, "W21": -37.69307248278664, "S21": -37.69307248278664, "W22": -56.632865228407987, "S22": -72.364572545483995, "W31": -104.54821035107491, "S31": -104.54821035107491, "W32": -104.70518304431606, "S32": -109.70518304431606 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 509647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5527976152770524, "S12": -7.6644432538356417, "W13": -25.0, "S13": -26.34399415082515, "W21": -37.892171531680013, "S21": -37.892171531680013, "W22": -56.248387986381083, "S22": -60.005391563970576, "W31": -82.357064033961564, "S31": -82.357064033961564, "W32": -89.369287973795082, "S32": -94.369287973795082 }, "geometry": { "type": "Point", "coordinates": [ 103412.0, 509661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2064870733027275, "S12": -6.2064870733027275, "W13": -20.0, "S13": -20.010205260023554, "W21": -44.165444145190406, "S21": -44.165444145190406, "W22": -49.707811617639379, "S22": -49.707811617639379, "W31": -89.912052935756762, "S31": -92.539050545823272, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103412.566666666665697, 517611.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5376999534089144, "W12": -9.9124109294099565, "S12": -11.595579179171844, "W13": -15.0, "S13": -19.307070453655342, "W21": -54.280788967286725, "S21": -64.932833671128634, "W22": -40.796599746827397, "S22": -43.905442952835543, "W31": -60.000000000000007, "S31": -60.256824464409128, "W32": -94.180451010305205, "S32": -99.180451010305205 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 501872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22274477313709251, "S11": 0.22274477313709251, "W12": -12.500553056559252, "S12": -14.657826007580663, "W13": -20.733598154792414, "S13": -25.251340693268332, "W21": -40.583631104304921, "S21": -44.405538117701298, "W22": -44.988455024100254, "S22": -47.545878770003952, "W31": -80.0, "S31": -80.836949375410939, "W32": -100.30715017414457, "S32": -105.30715017414457 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41548566878980719, "S11": -2.7873712654812364, "W12": -10.375695620228093, "S12": -11.9126390774695, "W13": -23.390623982640957, "S13": -23.497885944554827, "W21": -35.969528392334389, "S21": -40.969528392334389, "W22": -39.293754930511895, "S22": -42.816679833314005, "W31": -71.177612111511195, "S31": -72.885617283722311, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 505243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5395573345891216, "W12": -5.4170475820016222, "S12": -18.994550433194163, "W13": -24.686371956553927, "S13": -24.968871956553926, "W21": -39.516908703573932, "S21": -40.110491591274361, "W22": -37.841308054098221, "S22": -45.760294423842893, "W31": -66.637554243676419, "S31": -67.547367951936522, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 509117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4860139860139863, "S11": 2.4860139860139863, "W12": -7.4667597223068993, "S12": -11.608737772757442, "W13": -24.791817858413349, "S13": -25.868191370007249, "W21": -37.58992289704031, "S21": -37.58992289704031, "W22": -37.145464195230694, "S22": -46.788368610470336, "W31": -66.434127329493094, "S31": -69.97574959077113, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 509640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2236622222484979, "S12": -6.2236622222484979, "W13": -20.0, "S13": -20.0, "W21": -43.384681817691877, "S21": -43.384681817691877, "W22": -60.70183304232139, "S22": -60.70183304232139, "W31": -69.698326425732191, "S31": -70.7946604498526, "W32": -87.759499278420193, "S32": -92.759499278420193 }, "geometry": { "type": "Point", "coordinates": [ 103413.0, 517861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2240633843873816, "S11": -0.021893307891337227, "W12": -6.5328039513118572, "S12": -6.5328039513118572, "W13": -25.374897948085501, "S13": -25.374897948085501, "W21": -36.082790281112473, "S21": -36.082790281112473, "W22": -46.107385033839797, "S22": -46.107385033839797, "W31": -82.750398298678078, "S31": -82.750398298678078, "W32": -95.140885312997398, "S32": -100.1408853129974 }, "geometry": { "type": "Point", "coordinates": [ 103413.5, 509395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23, "S11": 0.23, "W12": -7.02, "S12": -7.02, "W13": -23.030001, "S13": -23.040001, "W21": -35.735008551061505, "S21": -35.735008551061505, "W22": -39.472127113203513, "S22": -46.55781154371553, "W31": -60.0, "S31": -60.383372409859959, "W32": -94.360996990874327, "S32": -99.360996990874327 }, "geometry": { "type": "Point", "coordinates": [ 103413.6, 509546.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4450494466682364, "W12": -5.0911736968331596, "S12": -19.562711357367697, "W13": -24.676080600008081, "S13": -24.676080600008081, "W21": -39.522715089348281, "S21": -39.922550548007138, "W22": -43.051769027748051, "S22": -56.636480874066088, "W31": -69.696969696969703, "S31": -70.696969696969703, "W32": -98.773726995130801, "S32": -103.7737269951308 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 509101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5630290782530625, "S11": 1.5630290782530625, "W12": -7.2439601610227013, "S12": -7.2439601610227013, "W13": -24.155839337946805, "S13": -24.155839337946805, "W21": -34.879496622208897, "S21": -34.938097764795948, "W22": -38.087992240480325, "S22": -45.205481201893264, "W31": -66.706670398713413, "S31": -66.706670398713413, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103414.0, 510278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78942316176470584, "S11": 0.78942316176470584, "W12": -6.6747440708800001, "S12": -10.239928452658742, "W13": -14.098307291666668, "S13": -19.451715742370894, "W21": -29.71950361512792, "S21": -32.697295822920125, "W22": -47.795990776807841, "S22": -47.795990776807841, "W31": -75.239998, "S31": -75.239998, "W32": -84.830105865466763, "S32": -89.830105865466763 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 499624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022595211066016384, "S11": 0.022595211066016384, "W12": -6.7128069418257938, "S12": -6.87442233279896, "W13": -26.381800619650296, "S13": -26.381800619650296, "W21": -40.101540459274332, "S21": -41.275093209146867, "W22": -51.33262000600061, "S22": -64.882447194941051, "W31": -100.0, "S31": -100.0, "W32": -103.71041876813348, "S32": -108.71041876813348 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42603792603790891, "S11": 0.061788399089369728, "W12": -3.6837288433895963, "S12": -6.5614046843677603, "W13": -20.329053150505185, "S13": -20.329053150505185, "W21": -36.270304963495427, "S21": -39.237489155450625, "W22": -50.0, "S22": -71.2305816568918, "W31": -102.76737991683321, "S31": -102.76737991683321, "W32": -110.50909827794412, "S32": -115.50909827794412 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 506852.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29530451448040895, "S11": 0.29530451448040895, "W12": -5.0, "S12": -12.178604029624612, "W13": -20.0, "S13": -20.0, "W21": -33.04033981609782, "S21": -33.04033981609782, "W22": -50.416101311623699, "S22": -70.736377439413076, "W31": -104.43304678214317, "S31": -104.43304678214317, "W32": -110.94588178855602, "S32": -115.94588178855602 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 507781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66048512191856301, "S11": 0.66048512191856301, "W12": -6.9491479377045815, "S12": -8.4050170775325732, "W13": -23.296265394517629, "S13": -23.296265394517629, "W21": -36.740176259879711, "S21": -36.740176259879711, "W22": -71.001624003106144, "S22": -71.873192514183032, "W31": -84.827190678581658, "S31": -84.827190678581658, "W32": -94.569908236954987, "S32": -99.569908236954987 }, "geometry": { "type": "Point", "coordinates": [ 103415.0, 509528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6505291005291005, "S11": 1.3002204585537913, "W12": -8.9136555450535102, "S12": -19.54110385169307, "W13": -24.768711583716772, "S13": -25.233339200137348, "W21": -39.359848475257422, "S21": -40.251148351851384, "W22": -69.695056581298402, "S22": -72.484639938758065, "W31": -84.382638053667534, "S31": -84.382638053667534, "W32": -93.904127095277687, "S32": -98.904127095277687 }, "geometry": { "type": "Point", "coordinates": [ 103415.5, 509161.5 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1170523506066861, "S11": 4.1170523506066861, "W12": -9.2764704567023184, "S12": -9.2764704567023184, "W13": -20.342827195887644, "S13": -20.342827195887644, "W21": -50.0, "S21": -64.90797684724609, "W22": -38.366867009568352, "S22": -51.252604170725853, "W31": -66.83390919879605, "S31": -75.629401973473009, "W32": -90.800821355236138, "S32": -95.800821355236138 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 500596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2514611587130458, "S11": 0.8320872974736202, "W12": -5.0, "S12": -7.3655449189802837, "W13": -13.744668351516314, "S13": -18.244922606564693, "W21": -54.985545115917056, "S21": -66.565780157788765, "W22": -59.052848318462594, "S22": -59.052848318462594, "W31": -69.90945666827453, "S31": -70.325118961131267, "W32": -88.705270401554401, "S32": -93.705270401554401 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 502238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3837546508002818, "S12": -5.3837546508002818, "W13": -25.0, "S13": -25.0, "W21": -40.053082310712846, "S21": -42.916169792252234, "W22": -50.425825418362479, "S22": -67.528731181733804, "W31": -104.55833034270889, "S31": -104.55833034270889, "W32": -110.97308233114414, "S32": -115.97308233114414 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13587434807177459, "S11": -0.0031574219736340836, "W12": -5.5883910447108258, "S12": -5.5883910447108258, "W13": -20.212200780222055, "S13": -20.92627362790417, "W21": -39.64451682259967, "S21": -44.64451682259967, "W22": -39.746585047571124, "S22": -39.746585047571124, "W31": -72.185039335985635, "S31": -73.376697342082139, "W32": -93.686738295171907, "S32": -98.686738295171907 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 506471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.2491268346284656, "W12": -5.2231321226788321, "S12": -18.720344862694198, "W13": -24.654771766780186, "S13": -24.654771766780186, "W21": -39.535876230436799, "S21": -39.535876230436799, "W22": -44.32, "S22": -47.31, "W31": -76.309998, "S31": -76.309998, "W32": -102.3, "S32": -107.3 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 509067.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37438422426688506, "S11": 0.32882014978714791, "W12": -6.7142844083148692, "S12": -14.981892893200778, "W13": -24.313383760364069, "S13": -24.313383760364069, "W21": -36.572993555451724, "S21": -36.572993555451724, "W22": -69.377698301187891, "S22": -71.53021563815328, "W31": -87.290527214999301, "S31": -87.290527214999301, "W32": -94.889493197695799, "S32": -99.889493197695799 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 509461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18026577189343526, "S11": -0.18026577189343526, "W12": -12.098709598532709, "S12": -12.098709598532709, "W13": -19.264828310559686, "S13": -28.443743296642989, "W21": -34.316866701752744, "S21": -35.491206470211374, "W22": -47.173014853436285, "S22": -49.671415651434053, "W31": -78.228589510448757, "S31": -78.228589510448757, "W32": -89.246895687368934, "S32": -94.246895687368934 }, "geometry": { "type": "Point", "coordinates": [ 103416.0, 512004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48253998253996644, "S11": -0.18800047315870638, "W12": -4.2517002811799163, "S12": -7.2517002811799163, "W13": -20.113375124300841, "S13": -20.113375124300841, "W21": -35.673160095738467, "S21": -37.313936750277193, "W22": -43.859919549502564, "S22": -46.359669997649455, "W31": -80.0, "S31": -80.120309782158529, "W32": -89.169161948590741, "S32": -94.169161948590741 }, "geometry": { "type": "Point", "coordinates": [ 103416.571428571434808, 506899.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38701059358551104, "S11": -3.2937491091395099, "W12": -9.260804473701592, "S12": -9.77471702338927, "W13": -20.0, "S13": -20.0, "W21": -38.199278900148421, "S21": -40.39890047063092, "W22": -41.166025727405597, "S22": -46.166025727405597, "W31": -70.331341538277854, "S31": -70.331341538277854, "W32": -92.1067331392223, "S32": -97.1067331392223 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 505419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022899636430754093, "S11": 0.022899636430754093, "W12": -6.6305574097136208, "S12": -6.6305574097136208, "W13": -26.461443306661838, "S13": -26.461443306661838, "W21": -39.900312772961627, "S21": -40.789145200745196, "W22": -43.346117566573028, "S22": -48.158702682840257, "W31": -70.0, "S31": -70.001753347798456, "W32": -92.705824029270275, "S32": -97.705824029270275 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082024845065725493, "S11": -0.070723516003376508, "W12": -5.5833047510718377, "S12": -5.5833047510718377, "W13": -20.196602109831254, "S13": -20.946625674728963, "W21": -39.564388622237736, "S21": -44.564388622237736, "W22": -41.680722866397929, "S22": -44.706607045721434, "W31": -60.0, "S31": -60.0, "W32": -94.252520241780132, "S32": -99.252520241780132 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 506458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3164114432014173, "S11": -1.3354500918821572, "W12": -6.4316906067250681, "S12": -7.7326614805114762, "W13": -14.692513675052933, "S13": -16.449796357893685, "W21": -32.44189412674374, "S21": -32.44189412674374, "W22": -46.286165461161026, "S22": -49.261042833002328, "W31": -78.593259425715445, "S31": -78.593259425715445, "W32": -87.830164368927711, "S32": -92.830164368927711 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 507164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84528072564894641, "S11": 0.84528072564894641, "W12": -6.9145081479190127, "S12": -8.3646347535740748, "W13": -23.377845903744991, "S13": -23.377845903744991, "W21": -37.009794957146987, "S21": -37.009794957146987, "W22": -37.579803641227166, "S22": -41.16318451211523, "W31": -67.449772045542531, "S31": -76.047492250299683, "W32": -99.813519813519818, "S32": -104.81351981351982 }, "geometry": { "type": "Point", "coordinates": [ 103417.0, 509520.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.050409486324606345, "S11": -0.050409486324606345, "W12": -6.2275700873753337, "S12": -6.2275700873753337, "W13": -20.0, "S13": -20.0, "W21": -42.871046710563846, "S21": -42.871046710563846, "W22": -38.570859911780225, "S22": -49.041665127381279, "W31": -66.88932069631592, "S31": -75.178926311289189, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103417.139344262293889, 518038.754098360659555 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2780657079447346, "W12": -9.8211565079202323, "S12": -12.104864606161188, "W13": -15.0, "S13": -17.053697213445389, "W21": -55.085019820571674, "S21": -61.672908182867616, "W22": -60.0, "S22": -85.608695652173907, "W31": -101.15259129346548, "S31": -101.15259129346548, "W32": -102.5174939254926, "S32": -107.5174939254926 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 501626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5718256623080746, "S11": 0.57182566230807486, "W12": -6.5787677970675444, "S12": -6.777296350144737, "W13": -14.802891990279369, "S13": -14.802891990279369, "W21": -32.406058222587255, "S21": -32.406058222587255, "W22": -60.413567390657548, "S22": -88.136076124645243, "W31": -100.34824707437694, "S31": -100.34824707437694, "W32": -102.84590917586723, "S32": -107.84590917586723 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5533211076108224, "S11": 0.8045323044527386, "W12": -6.481518643292997, "S12": -6.481518643292997, "W13": -14.840865307564259, "S13": -14.840865307564259, "W21": -32.472119630571576, "S21": -32.472119630571576, "W22": -57.090460826687767, "S22": -63.278785296004848, "W31": -82.997505314629251, "S31": -82.997505314629251, "W32": -91.350383971243005, "S32": -96.350383971243005 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 507315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68777533039647309, "S11": -0.68777533039647309, "W12": -10.0, "S12": -12.77508788255556, "W13": -20.0, "S13": -20.0, "W21": -35.78141061259948, "S21": -35.78141061259948, "W22": -36.546192304027088, "S22": -43.860175475058568, "W31": -66.246885247665801, "S31": -72.148167028567968, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 508204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35597913546145765, "S11": 0.28378411664962166, "W12": -8.2000619605724818, "S12": -17.020888913099281, "W13": -20.219498924733593, "S13": -20.219498924733593, "W21": -37.579601516801567, "S21": -37.579601516801567, "W22": -57.451887214679999, "S22": -62.250157946194754, "W31": -82.812648258763573, "S31": -82.812648258763573, "W32": -90.712899799844777, "S32": -95.712899799844777 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 509854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71185308959663107, "S11": 0.4717580566773889, "W12": -7.4255291768412857, "S12": -21.885979674484034, "W13": -24.999999999999996, "S13": -27.453193233559631, "W21": -36.592857729169019, "S21": -36.592857729169019, "W22": -42.794564519580568, "S22": -56.078449258107781, "W31": -68.409090909090907, "S31": -69.409090909090907, "W32": -98.513452174630686, "S32": -103.51345217463069 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 510119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051251102319921554, "S11": 0.051251102319921554, "W12": -10.000000000000002, "S12": -13.388802218755419, "W13": -30.0, "S13": -30.0, "W21": -37.798944678488795, "S21": -37.798944678488795, "W22": -47.119106672094645, "S22": -49.741831712307174, "W31": -78.096312643270466, "S31": -78.096312643270466, "W32": -88.80428174924289, "S32": -93.80428174924289 }, "geometry": { "type": "Point", "coordinates": [ 103418.0, 511280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41008599683865832, "S11": -0.41008599683865832, "W12": -6.5522007885661049, "S12": -6.5522007885661049, "W13": -15.534168904579083, "S13": -17.263061940087557, "W21": -35.331259387623163, "S21": -35.331259387623163, "W22": -39.709007650216776, "S22": -39.709007650216776, "W31": -72.349742552037796, "S31": -72.723160521552842, "W32": -92.949095249915104, "S32": -97.949095249915104 }, "geometry": { "type": "Point", "coordinates": [ 103418.142857142855064, 497979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1963325770375208, "S12": -6.1963325770375208, "W13": -20.0, "S13": -20.0, "W21": -44.080060046162117, "S21": -44.080060046162117, "W22": -37.524577555550046, "S22": -48.632116264408666, "W31": -66.557059298379457, "S31": -68.650921235772387, "W32": -94.482615416560918, "S32": -99.482615416560918 }, "geometry": { "type": "Point", "coordinates": [ 103418.888888888890506, 517660.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41106687898088989, "S11": -2.6898262171668721, "W12": -10.401022266236463, "S12": -11.9328394718012, "W13": -23.716701052020774, "S13": -23.823796587306397, "W21": -35.765346217398893, "S21": -40.765346217398893, "W22": -39.200001, "S22": -49.448708114540679, "W31": -62.620291542720693, "S31": -71.004502553361306, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103419.0, 505227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3983109367677431, "S11": -1.7466213409264271, "W12": -7.4412716584839611, "S12": -10.352858361404758, "W13": -20.471813725490197, "S13": -20.471813725490197, "W21": -39.368855494744587, "S21": -44.368855494744587, "W22": -58.158840208531856, "S22": -59.805292508554672, "W31": -82.312338343501395, "S31": -82.312338343501395, "W32": -89.53980475129832, "S32": -94.53980475129832 }, "geometry": { "type": "Point", "coordinates": [ 103419.0, 505546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3503866748441142, "S12": -16.517654825788668, "W13": -24.364266310775101, "S13": -25.179849709365548, "W21": -37.394098601496566, "S21": -37.394098601496566, "W22": -41.410079075476659, "S22": -44.674380336899709, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -94.272286684085486, "S32": -99.272286684085486 }, "geometry": { "type": "Point", "coordinates": [ 103419.0, 509619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0670797112551544, "S11": 3.0670797112551544, "W12": -3.3906496781014814, "S12": -3.6826680149359921, "W13": -11.840317980506043, "S13": -12.398830727801736, "W21": -50.535810238035978, "S21": -62.323742539639028, "W22": -67.549361207897789, "S22": -79.622897116787883, "W31": -89.721098611976998, "S31": -89.721098611976998, "W32": -95.147108670598598, "S32": -100.1471086705986 }, "geometry": { "type": "Point", "coordinates": [ 103419.4, 502467.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2130497921459202, "S12": -6.2130497921459202, "W13": -20.0, "S13": -20.0, "W21": -43.30437194369631, "S21": -43.30437194369631, "W22": -48.251625703428601, "S22": -48.251625703428601, "W31": -87.436833399874516, "S31": -92.802349251180345, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103419.5, 517909.4375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2791995894030492, "S12": -9.4957611559480206, "W13": -15.494119686053136, "S13": -15.55557616164794, "W21": -53.743960208432021, "S21": -55.378762828364749, "W22": -44.686174574074037, "S22": -47.460296479130569, "W31": -80.0, "S31": -80.071077371685377, "W32": -88.579598240932555, "S32": -93.579598240932555 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 501431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37492662322486864, "S11": -3.9472207011369456, "W12": -10.310002236207392, "S12": -13.270412579483935, "W13": -23.075518363899644, "S13": -23.075518363899644, "W21": -35.68828175937243, "S21": -39.016040956696841, "W22": -53.849998, "S22": -53.849998, "W31": -89.195607963014211, "S31": -89.195607963014211, "W32": -95.258659886643755, "S32": -100.25865988664376 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 505081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.022512437810945196, "S11": -0.13965017052333778, "W12": -8.7256760171847354, "S12": -8.7256760171847354, "W13": -20.518816517523085, "S13": -20.518816517523085, "W21": -41.583307874739731, "S21": -46.505444398166972, "W22": -50.992763455450024, "S22": -98.983019241077301, "W31": -107.54020006789065, "S31": -107.54020006789065, "W32": -111.72113778101271, "S32": -116.72113778101271 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77397737950274115, "S11": -1.3449818713978623, "W12": -4.8828238719068562, "S12": -6.0644212429598641, "W13": -18.537313813263754, "S13": -19.977849328325309, "W21": -39.716785213120019, "S21": -45.361146357565744, "W22": -58.314786944261634, "S22": -66.014711442360877, "W31": -82.304386730311876, "S31": -82.304386730311876, "W32": -89.860267318095708, "S32": -94.860267318095708 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 506226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34602914339178681, "S11": 0.28523525408550082, "W12": -5.6374057222854166, "S12": -9.9505519556679864, "W13": -20.303160401160071, "S13": -20.896741904848117, "W21": -40.0, "S21": -45.070062191802364, "W22": -39.234512632336589, "S22": -43.044561764020351, "W31": -60.0, "S31": -61.746061515378841, "W32": -94.232337921356901, "S32": -99.232337921356901 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1438560423196109, "S11": -1.3536571449369625, "W12": -6.2034257366305177, "S12": -8.2228432123586721, "W13": -14.733430688285148, "S13": -15.984719600205771, "W21": -32.726086819379312, "S21": -32.726086819379312, "W22": -43.25, "S22": -57.25, "W31": -61.25, "S31": -62.25, "W32": -98.75, "S32": -103.75 }, "geometry": { "type": "Point", "coordinates": [ 103420.0, 507141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6719154892280921, "S11": 1.1582088934480619, "W12": -6.2933709449929474, "S12": -8.6144015334363804, "W13": -14.732666576602996, "S13": -20.891094712094784, "W21": -54.251681770167345, "S21": -60.0, "W22": -40.0, "S22": -41.562581316679676, "W31": -68.587547355112534, "S31": -73.342626584516182, "W32": -95.73506313808106, "S32": -100.73506313808106 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 502172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6460819554277499, "S11": 1.6460819554277499, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -23.583623398749214, "W21": -40.592706029153199, "S21": -48.76177724259923, "W22": -38.158817686687456, "S22": -43.837450821646179, "W31": -66.842079574388691, "S31": -70.923184585899222, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 503440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3691928671985067, "W12": -9.9459262462352385, "S12": -15.843532019288208, "W13": -20.370314128573334, "S13": -21.829883157061282, "W21": -40.0, "S21": -46.555023923444978, "W22": -36.876430510104235, "S22": -49.144969467100417, "W31": -66.327804781160253, "S31": -75.46469335787512, "W32": -98.85404637114685, "S32": -103.85404637114685 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.5324675637924425, "S12": -7.9708809249615449, "W13": -25.0, "S13": -26.532936676583084, "W21": -37.76061211971934, "S21": -37.76061211971934, "W22": -50.721346294796128, "S22": -52.884527577641705, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.16147324686992 }, "geometry": { "type": "Point", "coordinates": [ 103421.0, 509670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23611774452955325, "S11": 0.23611774452955325, "W12": -12.685937615220473, "S12": -14.695577454418943, "W13": -20.859366991286503, "S13": -25.339468555246953, "W21": -40.365832907946171, "S21": -43.820364034818056, "W22": -52.146176553307924, "S22": -88.219733159019853, "W31": -106.64317551684647, "S31": -106.64317551684647, "W32": -110.06542056074767, "S32": -115.06542056074767 }, "geometry": { "type": "Point", "coordinates": [ 103421.8, 503622.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0897425280917563, "S11": 4.0897425280917563, "W12": -9.3011555025135806, "S12": -9.3011555025135806, "W13": -20.154181173239003, "S13": -20.349703561298703, "W21": -50.0, "S21": -64.700868228271688, "W22": -56.576361095981241, "S22": -71.551970852078796, "W31": -104.50517798560446, "S31": -104.50517798560446, "W32": -104.66242774566474, "S32": -109.66242774566474 }, "geometry": { "type": "Point", "coordinates": [ 103422.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3331784052932694, "S12": -5.3331784052932694, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -38.183626150498149, "S21": -40.736662376716545, "W22": -42.592112520361297, "S22": -46.121921858421707, "W31": -60.0, "S31": -60.260735483598417, "W32": -94.318277911231775, "S32": -99.318277911231775 }, "geometry": { "type": "Point", "coordinates": [ 103422.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32942471981154031, "S11": 0.19285735888353175, "W12": -8.1972272536552904, "S12": -18.197227253655289, "W13": -19.989755505122556, "S13": -20.137069196630353, "W21": -37.515118267569662, "S21": -37.515118267569662, "W22": -43.004330811580154, "S22": -51.946403647725226, "W31": -60.0, "S31": -60.923939559439283, "W32": -96.251483449270594, "S32": -101.25148344927059 }, "geometry": { "type": "Point", "coordinates": [ 103422.0, 509863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5314205014939364, "S11": 1.0010957213037335, "W12": -6.3370941873085229, "S12": -6.4690196138937344, "W13": -14.865783457239962, "S13": -14.865783457239962, "W21": -32.523960304918816, "S21": -32.523960304918816, "W22": -47.019377993790521, "S22": -48.61204247576682, "W31": -80.156876484233706, "S31": -81.824909271118955, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103423.0, 507332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47442160080030665, "S11": 0.47442160080030665, "W12": -13.349833144031587, "S12": -13.60636447606581, "W13": -21.553408894241393, "S13": -30.460094891167238, "W21": -36.691226180309869, "S21": -36.691226180309869, "W22": -47.463945217517725, "S22": -48.158513246843761, "W31": -80.0, "S31": -80.0, "W32": -99.428126823575184, "S32": -104.42812682357518 }, "geometry": { "type": "Point", "coordinates": [ 103423.0, 513524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.474338582259689, "S12": -11.474338582259689, "W13": -21.562308040317919, "S13": -21.852314420390314, "W21": -40.958344811404977, "S21": -40.958344811404977, "W22": -40.667569235670058, "S22": -44.427512724832454, "W31": -68.95787214433399, "S31": -70.504105734094438, "W32": -93.697989763785031, "S32": -98.697989763785031 }, "geometry": { "type": "Point", "coordinates": [ 103423.0, 514762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.71222202405706103, "W12": -6.2577434620414554, "S12": -6.2577434620414554, "W13": -20.860818044985042, "S13": -22.376608549239524, "W21": -42.588477824113561, "S21": -42.588477824113561, "W22": -40.0, "S22": -43.498580865226742, "W31": -68.885584898400083, "S31": -70.812952465849179, "W32": -93.949880251646107, "S32": -98.949880251646107 }, "geometry": { "type": "Point", "coordinates": [ 103423.772727272720658, 516146.863636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42727193054811036, "S11": -4.5727280694518893, "W12": -10.269520493243459, "S12": -14.087506139738812, "W13": -22.216421339972392, "S13": -23.544225256436043, "W21": -34.639903721931667, "S21": -34.639903721931667, "W22": -37.774326639670825, "S22": -42.44631751246034, "W31": -67.12319622157797, "S31": -76.671334447485464, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103424.0, 504984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42593285562631872, "S11": -2.4156611415342431, "W12": -10.443479538702352, "S12": -11.650562681236595, "W13": -23.367339017720731, "S13": -23.367339017720731, "W21": -36.00246236339737, "S21": -40.357256883946434, "W22": -38.488949707355815, "S22": -49.670323377720678, "W31": -66.850707172453653, "S31": -75.310574510997469, "W32": -90.339328298887125, "S32": -95.339328298887125 }, "geometry": { "type": "Point", "coordinates": [ 103424.0, 505245.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8638502714258075, "S11": -1.9451207304169493, "W12": -8.0590805503670868, "S12": -10.184485331823904, "W13": -14.944651725795238, "S13": -21.019990983789413, "W21": -53.591708610705453, "S21": -63.978672756449903, "W22": -39.814525124876958, "S22": -43.546727487797284, "W31": -66.154196135973606, "S31": -73.400892454361099, "W32": -87.216248004704696, "S32": -92.216248004704696 }, "geometry": { "type": "Point", "coordinates": [ 103424.2, 502078.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.056734285518102, "S12": -19.616481238799217, "W13": -21.712820512820755, "S13": -23.668846809387638, "W21": -40.000000000000007, "S21": -40.659340659341844, "W22": -42.085926490897052, "S22": -44.207515418104727, "W31": -80.0, "S31": -80.062968290091831, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103424.666666666671517, 504056.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059622701008373011, "S11": -0.059622701008373011, "W12": -9.5293397277231318, "S12": -13.59239268264114, "W13": -32.702746931479467, "S13": -32.702746931479467, "W21": -38.207643239276855, "S21": -38.207643239276855, "W22": -42.603981412426137, "S22": -53.049375968869199, "W31": -60.633802816901408, "S31": -61.633802816901408, "W32": -97.277300031038322, "S32": -102.27730003103832 }, "geometry": { "type": "Point", "coordinates": [ 103424.8, 511137.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076371599493025188, "S11": -0.076371599493025188, "W12": -6.2142808055797198, "S12": -6.2142808055797198, "W13": -20.0, "S13": -20.0, "W21": -42.801847843727856, "S21": -42.801847843727856, "W22": -44.556656877106569, "S22": -47.337919559436372, "W31": -80.0, "S31": -80.079019299262825, "W32": -88.642916719007971, "S32": -93.642916719007971 }, "geometry": { "type": "Point", "coordinates": [ 103424.901639344258001, 518088.114754098351113 ] } }, +{ "type": "Feature", "properties": { "W11": 0.071458965487545933, "S11": 0.071458965487545933, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.808689500966718, "W21": -33.938501763625474, "S21": -42.932822723420884, "W22": -39.153934217778435, "S22": -43.709063791689388, "W31": -70.923348889430088, "S31": -73.498874926811069, "W32": -84.965369768606607, "S32": -89.965369768606607 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 498529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7938745806958694, "S11": 1.7938745806958694, "W12": -10.0, "S12": -10.0, "W13": -16.787695507304747, "S13": -18.473702915678821, "W21": -39.684751249710892, "S21": -54.450359254931683, "W22": -40.0, "S22": -43.135948444467068, "W31": -68.822666480653311, "S31": -71.280421757134349, "W32": -94.295649259515272, "S32": -99.295649259515272 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 500264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1501370545726406, "S12": -9.8529879317656714, "W13": -17.581817717641052, "S13": -20.433636742855647, "W21": -52.914466929420726, "S21": -69.807020958644628, "W22": -40.0, "S22": -51.008179486151789, "W31": -63.759374742503802, "S31": -72.522622721658465, "W32": -81.769112884570902, "S32": -86.769112884570902 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4968927929277793, "S11": 0.63947951430040151, "W12": -9.319760659962391, "S12": -9.319760659962391, "W13": -19.922418765585419, "S13": -20.635003102093147, "W21": -36.948117719741269, "S21": -46.948117719741269, "W22": -38.945712829137207, "S22": -44.902630935210141, "W31": -60.17132996061919, "S31": -66.266235156411909, "W32": -82.73191445066783, "S32": -87.73191445066783 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 504405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020832240307899066, "S11": 0.020832240307899066, "W12": -6.8286877310557754, "S12": -6.8286877310557745, "W13": -26.646612553963681, "S13": -26.646612553963681, "W21": -40.112700365138181, "S21": -40.938947753012307, "W22": -47.126960246857664, "S22": -49.652133964922342, "W31": -78.290209039727671, "S31": -78.290209039727671, "W32": -89.202303984647358, "S32": -94.202303984647358 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 505755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.23013184398461822, "W12": -4.3610923704203852, "S12": -7.3610923704203852, "W13": -20.073493304778324, "S13": -20.073493304778324, "W21": -35.55743344400517, "S21": -36.856593000045379, "W22": -38.232547429433183, "S22": -47.597606219762937, "W31": -70.433176488410282, "S31": -73.232011557838192, "W32": -84.847504554582187, "S32": -89.847504554582187 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 506912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23590036438788275, "S11": -0.76409963561211725, "W12": -5.0, "S12": -7.8791845894894328, "W13": -22.44835955322884, "S13": -22.44835955322884, "W21": -38.659879850427281, "S21": -38.659879850427281, "W22": -50.0, "S22": -65.934586198616543, "W31": -100.0, "S31": -100.0, "W32": -104.76000920006533, "S32": -109.76000920006533 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 508742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.060073266919796385, "S11": -0.28554619732109249, "W12": -8.6750078872646412, "S12": -28.675007887264641, "W13": -28.675007887264641, "S13": -28.675007887264641, "W21": -36.82120732799266, "S21": -36.82120732799266, "W22": -47.928457164071482, "S22": -47.928457164071482, "W31": -87.370965545417405, "S31": -92.907606393123928, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103425.0, 510034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1861780807723195, "S12": -6.1861780807723195, "W13": -20.0, "S13": -20.0, "W21": -43.994675947133658, "S21": -43.994675947133658, "W22": -38.677223767743776, "S22": -45.644233769236536, "W31": -60.0, "S31": -60.154299474051072, "W32": -94.332735791680406, "S32": -99.332735791680406 }, "geometry": { "type": "Point", "coordinates": [ 103425.211111111115315, 517710.311111111135688 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27238608255278207, "S11": 0.029266339223998294, "W12": -8.0440751773480095, "S12": -21.359059588883476, "W13": -22.344971157157747, "S13": -22.344971157157747, "W21": -36.441357306062983, "S21": -36.441357306062983, "W22": -43.13664364159137, "S22": -47.076957507213493, "W31": -60.0, "S31": -60.448746382780982, "W32": -94.509306128190858, "S32": -99.509306128190858 }, "geometry": { "type": "Point", "coordinates": [ 103425.5, 509973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4147148731912029, "S11": 1.4147148731912029, "W12": -10.0, "S12": -10.0, "W13": -16.130593021127016, "S13": -17.821569460891315, "W21": -38.993680497268727, "S21": -53.993680497268727, "W22": -47.318387845687596, "S22": -49.208821832823233, "W31": -79.184764673129024, "S31": -79.184764673129024, "W32": -93.735330180416881, "S32": -98.735330180416881 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 500186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.063588390501319, "S11": 2.063588390501319, "W12": -9.0633148259857919, "S12": -10.067584090821947, "W13": -18.497635435282103, "S13": -20.388019286049236, "W21": -51.758621274862527, "S21": -68.403785948661564, "W22": -38.573250816834388, "S22": -41.167740396488227, "W31": -67.940158789472818, "S31": -75.106839973980371, "W32": -98.036130536130543, "S32": -103.03613053613054 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 500946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.033226557949912694, "S11": -1.9878099365354596, "W12": -9.9781052955349363, "S12": -11.676909156646429, "W13": -15.0, "S13": -20.038681508863387, "W21": -53.568888303477351, "S21": -59.771593721008934, "W22": -59.171396816576035, "S22": -59.937950297051415, "W31": -103.4355934485629, "S31": -103.4355934485629, "W32": -104.12560194580512, "S32": -109.12560194580512 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 501962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1194158806071632, "S11": 4.1194158806071632, "W12": -8.1095697204832966, "S12": -8.1095697204832966, "W13": -18.635498745400913, "S13": -18.635498745400913, "W21": -37.293583555856543, "S21": -48.401115678152763, "W22": -61.868216346917599, "S22": -67.215256969734241, "W31": -86.107926068992498, "S31": -86.107926068992498, "W32": -91.639538413520953, "S32": -96.639538413520953 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 503047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -9.6424584908678845, "S12": -14.287570059317851, "W13": -20.079526835843474, "S13": -20.079526835843474, "W21": -34.103841643114443, "S21": -34.103841643114443, "W22": -50.0, "S22": -50.0, "W31": -85.863174589643577, "S31": -93.231885823275547, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17158537160251056, "S11": -0.17158537160251056, "W12": -11.30425235559197, "S12": -12.248949035204683, "W13": -19.78758718940221, "S13": -21.555336682971145, "W21": -35.824503089296599, "S21": -36.8951497660032, "W22": -40.951585563856383, "S22": -43.820126290262088, "W31": -59.999999999999993, "S31": -61.227681920480116, "W32": -94.285692637530275, "S32": -99.285692637530275 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 511780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12446571542648208, "S11": 0.12446571542648208, "W12": -12.515099780336165, "S12": -12.515099780336165, "W13": -19.745576548345159, "S13": -22.739737756844463, "W21": -36.285870147386937, "S21": -36.285870147386937, "W22": -41.446222584636885, "S22": -41.446222584636885, "W31": -73.027657702439996, "S31": -75.944324369106667, "W32": -94.725532101765381, "S32": -99.725532101765381 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 512772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2024373620433444, "S12": -6.2024373620433444, "W13": -20.0, "S13": -20.0, "W21": -43.224062069700729, "S21": -43.224062069700729, "W22": -40.022833336853658, "S22": -40.022833336853658, "W31": -72.704934069176474, "S31": -72.704934069176474, "W32": -93.628782777566329, "S32": -98.628782777566329 }, "geometry": { "type": "Point", "coordinates": [ 103426.0, 517957.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17781567838190049, "S11": -0.17781567838190049, "W12": -11.627941710071889, "S12": -11.695152860351962, "W13": -19.568803092308858, "S13": -21.575507856073134, "W21": -35.318286283262253, "S21": -36.496288550275231, "W22": -40.0, "S22": -40.0, "W31": -76.117227625899289, "S31": -76.117227625899289, "W32": -95.560422567160316, "S32": -100.56042256716032 }, "geometry": { "type": "Point", "coordinates": [ 103426.142857142855064, 511859.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4778706712100798, "S12": -5.7236308449212849, "W13": -12.521665943553215, "S13": -16.046281936613024, "W21": -29.984717634979035, "S21": -31.344592832158213, "W22": -33.966109301200284, "S22": -43.538869326263118, "W31": -80.0, "S31": -80.443360103012424, "W32": -85.104124870646316, "S32": -90.104124870646316 }, "geometry": { "type": "Point", "coordinates": [ 103426.25, 499446.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5986805916880367, "S11": -0.10066278269985451, "W12": -6.6072094807867918, "S12": -6.7669081845121219, "W13": -14.739064068934185, "S13": -14.739064068934185, "W21": -32.309240637922471, "S21": -32.309240637922471, "W22": -58.379869986126437, "S22": -59.776946986958734, "W31": -82.267612653041084, "S31": -82.267612653041084, "W32": -89.7103215288016, "S32": -94.7103215288016 }, "geometry": { "type": "Point", "coordinates": [ 103426.375, 507267.875 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2369544709797731, "S11": 1.2369544709797731, "W12": -9.527803749132195, "S12": -9.527803749132195, "W13": -21.525969967440481, "S13": -22.623044137286495, "W21": -41.024284259719664, "S21": -41.024284259719664, "W22": -35.06287267780052, "S22": -36.614551371484318, "W31": -74.435783941890989, "S31": -74.435783941890989, "W32": -88.550754523193646, "S32": -93.550754523193646 }, "geometry": { "type": "Point", "coordinates": [ 103426.4, 514999.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6688031307643113, "S11": 0.30890666064664851, "W12": -8.5925318243511271, "S12": -21.780529171831233, "W13": -23.906930433678333, "S13": -23.907416932992753, "W21": -35.144486723664635, "S21": -35.144486723664635, "W22": -53.727350159116952, "S22": -93.727350159116952, "W31": -105.62757380378531, "S31": -105.62757380378531, "W32": -106.50163941789437, "S32": -111.50163941789437 }, "geometry": { "type": "Point", "coordinates": [ 103426.5, 510087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.546693508326072, "S13": -19.527835961378639, "W21": -20.0, "S21": -20.994945770937512, "W22": -48.609837290761355, "S22": -48.609837290761355, "W31": -84.492169746349617, "S31": -87.46888543262412, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103427.0, 496909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20118492727575621, "S11": -0.20118492727575621, "W12": -7.175188564864782, "S12": -7.175188564864782, "W13": -15.725195070363409, "S13": -17.39865987955314, "W21": -33.766177938935122, "S21": -33.766177938935122, "W22": -40.416137766968106, "S22": -43.942230524655287, "W31": -60.0, "S31": -61.057451862965593, "W32": -94.300223908235012, "S32": -99.300223908235012 }, "geometry": { "type": "Point", "coordinates": [ 103427.0, 497817.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6863139735480162, "S11": 1.4697184884961554, "W12": -8.825013210482231, "S12": -18.105644935577686, "W13": -24.762261599522329, "S13": -25.163673950671594, "W21": -39.196873428252367, "S21": -39.613985727717612, "W22": -45.7813509514638, "S22": -48.156012376305853, "W31": -79.749802847072417, "S31": -80.749802847072417, "W32": -100.03208086686065, "S32": -105.03208086686065 }, "geometry": { "type": "Point", "coordinates": [ 103427.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63288379281128904, "S11": 0.27459013593318493, "W12": -8.5600887820946152, "S12": -22.039034405436791, "W13": -23.815967266628185, "S13": -23.815967266628185, "W21": -35.255734210670283, "S21": -35.255734210670283, "W22": -39.134005269122774, "S22": -43.39446338811765, "W31": -70.921967320019462, "S31": -73.649133183426073, "W32": -84.970065113966797, "S32": -89.970065113966797 }, "geometry": { "type": "Point", "coordinates": [ 103427.0, 510083.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35987541286600888, "S11": 0.053154332656422221, "W12": -6.8719473739384691, "S12": -10.927036969472852, "W13": -25.227352296534317, "S13": -25.266563675522729, "W21": -36.732150481701701, "S21": -36.732150481701701, "W22": -34.758741740593166, "S22": -45.883516441559877, "W31": -78.143208143208142, "S31": -80.018829134988465, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103427.5, 509325.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.4208077890370747, "W13": -15.0, "S13": -18.0, "W21": -34.544025930911282, "S21": -43.278595262188844, "W22": -62.802902609696801, "S22": -62.802902609696801, "W31": -71.376464185365847, "S31": -71.463995279893211, "W32": -86.114904136390905, "S32": -91.114904136390905 }, "geometry": { "type": "Point", "coordinates": [ 103427.529411764699034, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.01939320637088094, "S11": 0.01939320637088094, "W12": -6.8548100476364873, "S12": -8.2558475727570535, "W13": -26.718290972274154, "S13": -26.718290972274154, "W21": -40.116077705070644, "S21": -40.841082359307613, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -75.239998, "S31": -75.239998, "W32": -85.384804602652309, "S32": -90.384804602652309 }, "geometry": { "type": "Point", "coordinates": [ 103427.666666666671517, 505756.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7056326319232447, "W12": -9.4737657548245764, "S12": -12.825613134684513, "W13": -20.0, "S13": -20.3491101479154, "W21": -38.313506004854872, "S21": -48.313506004854872, "W22": -47.589950280159698, "S22": -48.359032710207593, "W31": -80.290611826687979, "S31": -80.290611826687979, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103428.0, 504316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.4785739386353827, "S12": -8.3604331728070704, "W13": -24.795873354678026, "S13": -26.239349767767699, "W21": -37.670312931582025, "S21": -37.670312931582025, "W22": -64.360228788024017, "S22": -64.360228788024017, "W31": -73.826992349256059, "S31": -73.826992349256059, "W32": -85.901625149633361, "S32": -90.901625149633361 }, "geometry": { "type": "Point", "coordinates": [ 103428.0, 509667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46541179330397631, "S11": 0.46541179330397631, "W12": -13.128315079236303, "S12": -13.411687601098683, "W13": -21.554484774418853, "S13": -30.734686008503534, "W21": -36.733860107356357, "S21": -36.733860107356357, "W22": -50.0, "S22": -85.0, "W31": -103.98759082992292, "S31": -103.98759082992292, "W32": -110.71602620304049, "S32": -115.71602620304049 }, "geometry": { "type": "Point", "coordinates": [ 103428.0, 513505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025685575115906967, "S11": -0.025685575115906967, "W12": -5.0, "S12": -11.700524344568795, "W13": -21.624440195341663, "S13": -21.624440195341663, "W21": -37.882395928087149, "S21": -37.882395928087149, "W22": -41.448225058235614, "S22": -45.394077323972311, "W31": -69.096755593306824, "S31": -70.37976784482457, "W32": -93.500212963544826, "S32": -98.500212963544826 }, "geometry": { "type": "Point", "coordinates": [ 103428.2, 508650.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0045708955223880132, "S11": -0.081914364783833571, "W12": -8.5486163760424567, "S12": -8.5486163760424567, "W13": -20.423192389189122, "S13": -20.423192389189122, "W21": -41.542367821005179, "S21": -46.341019376700615, "W22": -37.313367114705706, "S22": -48.694025376826019, "W31": -66.467045816480194, "S31": -68.477068087432016, "W32": -95.657356624290657, "S32": -100.65735662429066 }, "geometry": { "type": "Point", "coordinates": [ 103428.25, 506075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52731168768632819, "S11": 0.52731168768632819, "W12": -5.5613275828344992, "S12": -5.5613275828344992, "W13": -24.517370186269606, "S13": -24.517370186269606, "W21": -38.530256414249138, "S21": -41.723093879813597, "W22": -37.59186862876944, "S22": -49.000955691972756, "W31": -66.556451717775062, "S31": -69.783022734750617, "W32": -94.186373808919541, "S32": -99.186373808919541 }, "geometry": { "type": "Point", "coordinates": [ 103428.666666666671517, 505901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8185641523730705, "S11": 3.8185641523730705, "W12": -5.1070429938341508, "S12": -5.1070429938341508, "W13": -15.386329268568451, "S13": -15.390481981475505, "W21": -39.685534899655586, "S21": -51.219705755874784, "W22": -38.232095918708517, "S22": -52.118490748858349, "W31": -66.759736328100161, "S31": -75.928513566421131, "W32": -91.371617100800592, "S32": -96.371617100800592 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 502746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52306237605992001, "S11": 0.52306237605992001, "W12": -5.434697631049068, "S12": -5.434697631049068, "W13": -24.565279568936131, "S13": -24.565279568936131, "W21": -38.415870212313472, "S21": -41.465456989172978, "W22": -40.427276509307021, "S22": -44.772929341782032, "W31": -65.660901877269495, "S31": -72.468861905599368, "W32": -85.598308549665347, "S32": -90.598308549665347 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7108708179173726, "S11": -1.1543812286142947, "W12": -5.7628842159818081, "S12": -8.7628842159818081, "W13": -14.92203156877482, "S13": -14.92203156877482, "W21": -33.444156835763579, "S21": -33.444156835763579, "W22": -39.646103908926243, "S22": -49.238393727460405, "W31": -61.965364883685105, "S31": -70.165430267536749, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 507083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44314577704686953, "S11": 0.44314577704686953, "W12": -5.9493934475246677, "S12": -15.949393447524667, "W13": -20.0, "S13": -20.0, "W21": -32.961379311486354, "S21": -32.961379311486354, "W22": -49.099085821054764, "S22": -49.099085821054764, "W31": -88.429516709942206, "S31": -91.43875970570943, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 507664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.1907048223415995, "S12": -21.198838536060226, "W13": -24.121772863478171, "S13": -24.720441618372455, "W21": -37.249041869419301, "S21": -37.249041869419301, "W22": -43.99583946758456, "S22": -52.112555979468851, "W31": -67.527695143488913, "S31": -68.500325317053665, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 509593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43559017091995528, "S11": 0.43559017091995528, "W12": -6.7742888567618582, "S12": -6.7742888567618582, "W13": -23.420706036530476, "S13": -23.420706036530476, "W21": -36.288314126194948, "S21": -36.288314126194948, "W22": -38.4340090185759, "S22": -47.168129127111385, "W31": -70.058119968707558, "S31": -73.164719051126511, "W32": -84.856104280662478, "S32": -89.856104280662478 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 510217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.091886544644545834, "S11": 0.091886544644545834, "W12": -12.625573577578599, "S12": -12.625573577578599, "W13": -19.646357346477327, "S13": -21.938037840102744, "W21": -36.158995915297403, "S21": -36.158995915297403, "W22": -33.406711618807272, "S22": -44.25394062413298, "W31": -79.873639873639874, "S31": -81.703646196465272, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 512723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.13965634768076124, "W12": -8.6358018977088644, "S12": -8.6358018977088644, "W13": -21.506301061049854, "S13": -23.069181325289961, "W21": -41.068081098589431, "S21": -41.068081098589431, "W22": -38.871242465981588, "S22": -40.949578776264822, "W31": -68.042421454828954, "S31": -74.91000021257129, "W32": -97.664617074813066, "S32": -102.66461707481307 }, "geometry": { "type": "Point", "coordinates": [ 103429.0, 515136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46316818986733677, "S11": 0.46316818986733677, "W12": -5.0000000000000009, "S12": -5.2046318915704557, "W13": -15.0, "S13": -18.0, "W21": -34.496833987792947, "S21": -44.445951477730176, "W22": -38.194668384992333, "S22": -43.895412744145624, "W31": -66.865736552650375, "S31": -71.847408236730416, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103429.857142857144936, 498894.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42235052545056656, "S11": -1.9806135522828627, "W12": -7.6652869817925637, "S12": -10.552421535449195, "W13": -20.0, "S13": -20.0, "W21": -39.332733800895426, "S21": -44.991036249403841, "W22": -37.507031738123736, "S22": -48.94429377382896, "W31": -66.526440758605247, "S31": -68.75209290987101, "W32": -94.581939413515443, "S32": -99.581939413515443 }, "geometry": { "type": "Point", "coordinates": [ 103430.0, 505535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29154789124034414, "S11": -0.72125331357893319, "W12": -6.4761717576806896, "S12": -8.4175029562168291, "W13": -25.0, "S13": -25.0, "W21": -39.91435874767398, "S21": -43.923688480057976, "W22": -39.749616368286439, "S22": -40.46455261600957, "W31": -68.506510308653247, "S31": -73.603273190280362, "W32": -95.904750626394588, "S32": -100.90475062639459 }, "geometry": { "type": "Point", "coordinates": [ 103430.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066695444970120477, "S11": -0.86318990991476985, "W12": -5.05512376636357, "S12": -5.05512376636357, "W13": -20.370947599613832, "S13": -21.370947599613832, "W21": -39.095694296063286, "S21": -44.095694296063286, "W22": -59.30059937284166, "S22": -59.30059937284166, "W31": -103.33792782647015, "S31": -103.33792782647015, "W32": -104.06508733155871, "S32": -109.06508733155871 }, "geometry": { "type": "Point", "coordinates": [ 103430.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1133521101075444, "S11": -0.1133521101075444, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.485203903749017, "W21": -34.509244205537584, "S21": -40.45502062036892, "W22": -61.77385732984321, "S22": -66.709280026719142, "W31": -85.865767792093493, "S31": -85.865767792093493, "W32": -91.390189363330478, "S32": -96.390189363330478 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 498352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6031291160870031, "S12": -9.8859295105087526, "W13": -16.615949961705386, "S13": -20.482596196091272, "W21": -53.749157089391581, "S21": -71.140627420979712, "W22": -38.201387823728972, "S22": -41.172658281753264, "W31": -67.802575652310665, "S31": -75.368882647191739, "W32": -98.496503496503493, "S32": -103.49650349650349 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 501160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024861226961203992, "S11": 0.024861226961203992, "W12": -6.799029630261713, "S12": -6.799029630261713, "W13": -27.102326489413873, "S13": -27.102326489413873, "W21": -40.117289142220351, "S21": -40.81112609539916, "W22": -38.052244322658069, "S22": -43.27633395851241, "W31": -66.974294659715682, "S31": -75.078066574006456, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1661976311212543, "S11": 1.1661976311212543, "W12": -6.7648940958060804, "S12": -7.5424386322859407, "W13": -23.532136993976284, "S13": -23.532136993976284, "W21": -36.881564461627441, "S21": -36.881564461627441, "W22": -46.558544186671405, "S22": -46.558544186671405, "W31": -72.611667643372968, "S31": -72.618233621115422, "W32": -91.608636640629328, "S32": -96.608636640629328 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 509495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19268869703418365, "S11": -0.19268869703418365, "W12": -12.098800896678217, "S12": -12.098800896678217, "W13": -19.215417802983453, "S13": -27.16722448941173, "W21": -34.47769099904211, "S21": -35.822393966602952, "W22": -50.900456500415004, "S22": -58.196700003879556, "W31": -82.219260555246279, "S31": -82.219260555246279, "W32": -89.376592451374137, "S32": -94.376592451374137 }, "geometry": { "type": "Point", "coordinates": [ 103431.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1760235845071128, "S12": -6.1760235845071128, "W13": -20.0, "S13": -20.0, "W21": -43.909291848105376, "S21": -43.909291848105376, "W22": -69.482884482588531, "S22": -69.526057331838729, "W31": -86.628640944863662, "S31": -86.628640944863662, "W32": -94.883533521264852, "S32": -99.883533521264852 }, "geometry": { "type": "Point", "coordinates": [ 103431.533333333340124, 517759.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2008498928500528, "S11": 2.2008498928500528, "W12": -7.244976594627647, "S12": -19.230687019598928, "W13": -23.992167196137984, "S13": -24.722198519552226, "W21": -37.687861379715663, "S21": -37.687861379715663, "W22": -58.653613139914512, "S22": -64.17646167380525, "W31": -83.105046264268026, "S31": -83.105046264268026, "W32": -92.236121890445645, "S32": -97.236121890445645 }, "geometry": { "type": "Point", "coordinates": [ 103431.666666666671517, 509611.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75828063551757885, "S11": 0.75828063551757885, "W12": -10.0, "S12": -10.0, "W13": -15.173815549035307, "S13": -17.142315417852124, "W21": -36.403493373123361, "S21": -37.450411963027129, "W22": -57.589415060112358, "S22": -62.772463541467452, "W31": -82.238352067614485, "S31": -82.238352067614485, "W32": -89.870019782755321, "S32": -94.870019782755321 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 500052.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5430030970773556, "S12": -9.6721762200524228, "W13": -16.501916773040591, "S13": -20.488411587659069, "W21": -53.84587818368496, "S21": -71.267935234709469, "W22": -38.214133041067342, "S22": -43.979427295545129, "W31": -66.865922030625171, "S31": -71.917807987770558, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 501173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4498513572786198, "S11": -0.4498513572786198, "W12": -13.008474576271187, "S12": -20.884530856523874, "W13": -21.778912886569316, "S13": -25.488256147831699, "W21": -40.0, "S21": -42.199710264900659, "W22": -39.624646849285, "S22": -47.735798127301422, "W31": -61.163382782437218, "S31": -69.115932994813647, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 503726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11712475335575134, "S11": 0.015813608625537129, "W12": -5.6443832575028461, "S12": -5.6443832575028461, "W13": -20.226798781191562, "S13": -20.888312590221606, "W21": -39.701331438993222, "S21": -44.701331438993222, "W22": -38.931673848636159, "S22": -45.09950947331825, "W31": -60.0, "S31": -66.206464536310278, "W32": -82.424557858016954, "S32": -87.424557858016954 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.668383343946935, "S12": -14.026793200625928, "W13": -20.0, "S13": -20.0, "W21": -34.147717576010201, "S21": -34.147717576010201, "W22": -39.548219455562517, "S22": -40.562267510533552, "W31": -68.281480777526738, "S31": -74.451729644208299, "W32": -96.863238473260623, "S32": -101.86323847326062 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 508045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18515937652413872, "S11": 0.18498309737027865, "W12": -6.926142799454059, "S12": -13.639081510821267, "W13": -22.442472163613559, "S13": -28.58387418970365, "W21": -36.687449219114704, "S21": -36.687449219114704, "W22": -60.588704889192336, "S22": -60.588704889192336, "W31": -69.731437587945848, "S31": -70.739399171001111, "W32": -88.017932171498515, "S32": -93.017932171498515 }, "geometry": { "type": "Point", "coordinates": [ 103432.0, 510183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3158510698963699, "S12": -9.3656270406896169, "W13": -15.506132857956402, "S13": -15.542878804181832, "W21": -53.298105163429732, "S21": -55.566530253416268, "W22": -48.726685036941092, "S22": -49.156641203429501, "W31": -88.827287544331554, "S31": -88.827287544331554, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103432.4, 501431.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4156831160557921, "S11": 1.4156831160557921, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -21.705191751976969, "S13": -23.810957193852861, "W21": -40.942311646878537, "S21": -45.231615031984987, "W22": -50.0, "S22": -53.428311279579574, "W31": -100.0, "S31": -100.0, "W32": -101.13486543195599, "S32": -106.13486543195599 }, "geometry": { "type": "Point", "coordinates": [ 103432.428571428565192, 514051.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1918249319407668, "S12": -6.1918249319407668, "W13": -20.0, "S13": -20.0, "W21": -43.143752195705154, "S21": -43.143752195705154, "W22": -70.0, "S22": -71.627150749802681, "W31": -85.883577129984715, "S31": -85.883577129984715, "W32": -94.803269395759287, "S32": -99.803269395759287 }, "geometry": { "type": "Point", "coordinates": [ 103432.5, 518006.3125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10233371266177171, "S11": -0.10233371266177171, "W12": -6.2009915237840749, "S12": -6.2009915237840749, "W13": -20.0, "S13": -20.000000000000007, "W21": -42.732648976892037, "S21": -42.732648976892037, "W22": -52.762979580933539, "S22": -53.22521648454105, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103432.663934426236665, 518137.475409836042672 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14263249854397209, "S11": -1.8013482534894139, "W12": -10.0, "S12": -11.591953177050124, "W13": -15.0, "S13": -20.145962738591422, "W21": -53.146952932911837, "S21": -57.241601336808159, "W22": -40.512508587844088, "S22": -44.676204521086589, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -94.378384530964908, "S32": -99.378384530964908 }, "geometry": { "type": "Point", "coordinates": [ 103433.0, 501978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3514340396445914, "S11": 2.3514340396445914, "W12": -7.1111939787518361, "S12": -20.864934387269859, "W13": -23.818997689509516, "S13": -24.318997689509516, "W21": -37.158785026574357, "S21": -37.158785026574357, "W22": -47.593212830868865, "S22": -48.28315485254771, "W31": -80.247286087922816, "S31": -80.247286087922816, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103433.0, 509581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0051279257968127878, "S11": 0.0051279257968127878, "W12": -7.102162484824019, "S12": -7.102162484824019, "W13": -21.250926167518632, "S13": -23.451078232682143, "W21": -41.169502057789281, "S21": -41.169502057789281, "W22": -41.43161531349083, "S22": -41.676970401907894, "W31": -77.892460805556453, "S31": -79.117705719072717, "W32": -92.640535382131986, "S32": -97.640535382131986 }, "geometry": { "type": "Point", "coordinates": [ 103433.0, 515580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17558037240881369, "S11": 0.17558037240881369, "W12": -12.235383961508878, "S12": -12.235383961508878, "W13": -19.928844866533552, "S13": -24.391378896014793, "W21": -36.527891042904507, "S21": -36.527891042904507, "W22": -35.111097695011487, "S22": -36.984171931360024, "W31": -74.066346321449572, "S31": -74.066346321449572, "W32": -88.812549818149165, "S32": -93.812549818149165 }, "geometry": { "type": "Point", "coordinates": [ 103433.090909090911737, 512867.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9996087936003955, "S11": 2.9996087936003955, "W12": -3.4677811935131491, "S12": -3.4677811935131495, "W13": -11.962266410292262, "S13": -12.678152025933763, "W21": -50.248108895271216, "S21": -61.351397156700678, "W22": -37.405159808011511, "S22": -46.919199705903168, "W31": -66.461734761322163, "S31": -69.394508047789657, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103433.75, 502461.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.095002092272347349, "S11": 0.095002092272347349, "W12": -5.9551382695367661, "S12": -6.4129518111042358, "W13": -26.729022082018723, "S13": -26.729022082018723, "W21": -37.58546520075754, "S21": -39.110474239417613, "W22": -36.76580023471012, "S22": -47.548141801576385, "W31": -66.24163073898913, "S31": -75.179831090482978, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103434.0, 505716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.054506311026755, "S11": 2.054506311026755, "W12": -7.0492502614152031, "S12": -17.939024697509147, "W13": -23.615588782696385, "S13": -24.017970010969854, "W21": -37.17888193959525, "S21": -37.17888193959525, "W22": -43.233536790020899, "S22": -43.233536790020899, "W31": -76.779894328532023, "S31": -78.424523978431253, "W32": -93.760652194553941, "S32": -98.760652194553941 }, "geometry": { "type": "Point", "coordinates": [ 103434.0, 509571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0708848715509038, "S11": 1.0708848715509038, "W12": -7.8382179273132353, "S12": -15.167926067155875, "W13": -25.055765461208502, "S13": -29.310205719550805, "W21": -37.464763627298126, "S21": -37.712324188848733, "W22": -61.264435730783696, "S22": -61.264435730783703, "W31": -101.34528472800274, "S31": -101.34528472800274, "W32": -103.19580080206451, "S32": -108.19580080206451 }, "geometry": { "type": "Point", "coordinates": [ 103434.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36986301369862262, "S11": 0.23366171303621097, "W12": -6.6827775088795836, "S12": -20.03531810605088, "W13": -23.163712420704208, "S13": -28.143157086762599, "W21": -36.973420827786484, "S21": -36.973420827786484, "W22": -51.413830888171908, "S22": -58.617421763041136, "W31": -82.220029470255284, "S31": -82.220029470255284, "W32": -89.360996404651274, "S32": -94.360996404651274 }, "geometry": { "type": "Point", "coordinates": [ 103434.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45246028852177544, "S11": 0.45246028852177544, "W12": -12.802486775920952, "S12": -13.125458930592158, "W13": -21.554417643121894, "S13": -31.141827943169126, "W21": -36.78921621568864, "S21": -36.78921621568864, "W22": -57.40359609152425, "S22": -62.273155200901144, "W31": -82.222886962580873, "S31": -82.222886962580873, "W32": -89.880838306304838, "S32": -94.880838306304838 }, "geometry": { "type": "Point", "coordinates": [ 103434.2, 513476.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9234013372963856, "S11": 2.9234013372963856, "W12": -3.3737709489254462, "S12": -4.8594515006797447, "W13": -11.964719145582139, "S13": -12.857688713776035, "W21": -50.787443873628987, "S21": -61.705128528544051, "W22": -43.051802370240317, "S22": -56.29372418399177, "W31": -69.999999999999986, "S31": -70.86765249537892, "W32": -98.429403752234933, "S32": -103.42940375223493 }, "geometry": { "type": "Point", "coordinates": [ 103434.6, 502429.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8013517555482492, "S11": 2.8013517555482492, "W12": -9.8071491801972606, "S12": -9.8071491801972606, "W13": -19.656677234549811, "S13": -21.726477278379175, "W21": -39.99513079416549, "S21": -49.99513079416549, "W22": -41.945696649401803, "S22": -41.945696649401803, "W31": -77.582141474607894, "S31": -78.993048651736302, "W32": -92.953892785731398, "S32": -97.953892785731398 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 503317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0045356435264237238, "S11": 0.0045356435264237238, "W12": -7.0098198668876819, "S12": -7.6177395545623829, "W13": -26.92735302567937, "S13": -26.92735302567937, "W21": -40.129880746533829, "S21": -40.445989099736607, "W22": -37.952338914939986, "S22": -43.043375329505814, "W31": -67.066604098077335, "S31": -76.776990779224775, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42244485822008537, "S11": 0.42244485822008537, "W12": -4.5985135129586707, "S12": -9.5162880082811725, "W13": -20.353809492560583, "S13": -20.837892656948281, "W21": -40.0, "S21": -44.911446220454977, "W22": -36.703642738650494, "S22": -43.751009666891015, "W31": -66.254757252160829, "S31": -71.855418060596676, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0475647972840627, "S11": 0.04756479728406271, "W12": -4.8603443724150157, "S12": -6.7407204662522897, "W13": -18.550617739258712, "S13": -18.550617739258712, "W21": -35.047085228674902, "S21": -35.088947036591755, "W22": -49.359201861860036, "S22": -49.359201861860036, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 506957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41232377669230114, "S11": 0.34500304255588826, "W12": -8.1066879608714046, "S12": -18.991459632698149, "W13": -20.442514156309194, "S13": -20.688236254855955, "W21": -37.351542563523743, "S21": -37.351542563523743, "W22": -39.81323855644856, "S22": -39.81323855644856, "W31": -72.44542064548304, "S31": -73.550784563475275, "W32": -94.457425662244844, "S32": -99.457425662244844 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 509854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21921175951415309, "S11": 0.21921175951415309, "W12": -12.033986016043306, "S12": -12.146956093916547, "W13": -20.168308804950218, "S13": -25.755614718786603, "W21": -36.719389753381016, "S21": -36.719389753381016, "W22": -66.570389388104417, "S22": -75.481926281704091, "W31": -90.439303638644915, "S31": -90.439303638644915, "W32": -96.738168019394962, "S32": -101.73816801939496 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 512942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7074534161490684, "S11": 1.7074534161490684, "W12": -15.10036691861745, "S12": -15.10036691861745, "W13": -21.682764139986443, "S13": -21.835742708303897, "W21": -40.988055525632717, "S21": -46.919234544783123, "W22": -70.0, "S22": -71.005209155485403, "W31": -86.160539528632938, "S31": -86.160539528632938, "W32": -94.844925848755977, "S32": -99.844925848755977 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 514203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4498898081578089, "S11": 1.4498898081578089, "W12": -10.0, "S12": -10.0, "W13": -21.552566678161035, "S13": -22.481649233969989, "W21": -41.094333782421806, "S21": -41.094333782421806, "W22": -39.384317711677014, "S22": -47.06591197947818, "W31": -59.999999999999993, "S31": -60.409289652113294, "W32": -94.485933806943819, "S32": -99.485933806943819 }, "geometry": { "type": "Point", "coordinates": [ 103435.0, 514935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2831165822826698, "S12": -5.6164873533757236, "W13": -12.709231504314007, "S13": -16.017166797230868, "W21": -30.0, "S21": -31.595666697596627, "W22": -43.109205288496852, "S22": -47.255537180092773, "W31": -60.0, "S31": -60.448260566504025, "W32": -94.548121247626071, "S32": -99.548121247626071 }, "geometry": { "type": "Point", "coordinates": [ 103435.333333333328483, 499433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0724064764640588, "S11": 0.04728189174645081, "W12": -4.8761989968026827, "S12": -6.696320948022195, "W13": -18.475474829430205, "S13": -18.475474829430205, "W21": -35.031924123234731, "S21": -35.031924123234731, "W22": -44.238067374404416, "S22": -48.946688671183892, "W31": -69.774774551424798, "S31": -69.954931037715809, "W32": -92.74276098507859, "S32": -97.74276098507859 }, "geometry": { "type": "Point", "coordinates": [ 103435.5, 506958.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56896693286923328, "S11": 0.56896693286923328, "W12": -10.0, "S12": -10.333990289861921, "W13": -15.127077364722702, "S13": -17.259067919527038, "W21": -35.630211533397699, "S21": -36.505895661622873, "W22": -39.601053020428779, "S22": -43.124227815945289, "W31": -66.098021613270163, "S31": -73.45918985679134, "W32": -87.382312582262173, "S32": -92.382312582262173 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 500015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.009413685029378, "S11": 3.009413685029378, "W12": -3.5072671378876095, "S12": -3.5072671378876095, "W13": -12.036079461253824, "S13": -12.756229780793527, "W21": -50.0, "S21": -61.228426213756073, "W22": -37.644534528621314, "S22": -41.291298805733675, "W31": -67.590429224214432, "S31": -75.773844845905629, "W32": -99.224941724941971, "S32": -104.22494172494197 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 502469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5111861137897782, "S11": 1.5111861137897782, "W12": -15.0, "S12": -22.364209925492553, "W13": -22.364209925492553, "S13": -24.394108763838137, "W21": -40.0, "S21": -42.652223020844026, "W22": -51.749645043181189, "S22": -51.749645043181189, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.41319470346885456, "W12": -9.3999139501473756, "S12": -9.5001278128365616, "W13": -19.896600181575636, "S13": -20.159243333924437, "W21": -36.779084212805436, "S21": -46.779084212805436, "W22": -51.767117406975792, "S22": -51.884448844043312, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 504414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.131506287211125, "S12": -6.131506287211125, "W13": -25.816203247952238, "S13": -25.816203247952238, "W21": -37.282420650555338, "S21": -38.431321701723768, "W22": -37.783077023915943, "S22": -46.909417822260679, "W31": -71.025005609766922, "S31": -74.120396630277156, "W32": -84.869414634802041, "S32": -89.869414634802041 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.069662921348314, "W13": -20.959262678077728, "S13": -20.959262678077728, "W21": -37.227816544165449, "S21": -37.227816544165449, "W22": -33.531743618911335, "S22": -44.048819597422465, "W31": -80.0, "S31": -80.857656284033979, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103436.0, 508579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.227439690261094, "S12": -5.7653454219821079, "W13": -13.35811141073027, "S13": -15.842536803667604, "W21": -30.000000000000004, "S21": -31.72255729794934, "W22": -63.228258065986353, "S22": -63.228258065986353, "W31": -71.771235811418791, "S31": -71.929301345348733, "W32": -86.12392557251178, "S32": -91.12392557251178 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 499398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83799077881794837, "S11": 0.83799077881794837, "W12": -10.0, "S12": -10.0, "W13": -15.14555243634603, "S13": -17.063673891874899, "W21": -36.800228210304574, "S21": -39.527846774849337, "W22": -43.064614789159521, "S22": -52.337409939841521, "W31": -60.0, "S31": -61.0, "W32": -96.918350952146213, "S32": -101.91835095214621 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 500071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2506788866259333, "W12": -9.0747531734837796, "S12": -10.784015502855867, "W13": -14.987461653939038, "S13": -20.670332646957629, "W21": -52.799438004917462, "S21": -60.367538063848102, "W22": -46.713250416035017, "S22": -49.403051231446831, "W31": -77.836423584331598, "S31": -77.836423584331598, "W32": -88.138900366659115, "S32": -93.138900366659115 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 502041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2969584071139639, "W12": -4.0053629912664999, "S12": -6.9699980552243623, "W13": -18.671165006888053, "S13": -21.604868676863465, "W21": -40.010341922516794, "S21": -45.010341922516794, "W22": -37.192804421715003, "S22": -47.195467750087076, "W31": -72.362137330313274, "S31": -74.424040539438266, "W32": -84.908680359097431, "S32": -89.908680359097431 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 506257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41116991116991697, "S11": 0.41116991116991697, "W12": -2.9961879729333698, "S12": -5.1307794252253469, "W13": -20.593599005993582, "S13": -20.593599005993582, "W21": -37.168169128998564, "S21": -41.299226705091229, "W22": -34.35334643883094, "S22": -45.337169595847591, "W31": -78.178308178308185, "S31": -79.42119499973353, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 506805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.767041198501872, "W13": -21.077599022413306, "S13": -21.077599022413306, "W21": -37.350357440486, "S21": -37.350357440486, "W22": -34.535178888546575, "S22": -37.403487746907544, "W31": -77.676267661259757, "S31": -79.077756692702422, "W32": -86.823023943492061, "S32": -91.823023943492061 }, "geometry": { "type": "Point", "coordinates": [ 103437.0, 508593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35786904918204143, "S11": 0.35786904918204143, "W12": -5.8242919994874942, "S12": -15.824291999487494, "W13": -20.0, "S13": -20.0, "W21": -32.952706156272512, "S21": -32.952706156272512, "W22": -40.127336177167813, "S22": -50.233467921102132, "W31": -64.423599347883609, "S31": -72.836340041080007, "W32": -83.247350543478262, "S32": -88.247350543478262 }, "geometry": { "type": "Point", "coordinates": [ 103437.333333333328483, 507695.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.165869088241938, "S12": -6.165869088241938, "W13": -20.0, "S13": -20.0, "W21": -43.82390774907693, "S21": -43.82390774907693, "W22": -44.007907327550043, "S22": -53.359046771732203, "W31": -64.496870661325843, "S31": -65.496870661325843, "W32": -98.914658296487858, "S32": -103.91465829648786 }, "geometry": { "type": "Point", "coordinates": [ 103437.855555555550382, 517809.15555555553874 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1204691666265805, "S11": -1.1204691666265805, "W12": -6.3295830143419956, "S12": -6.3295830143419956, "W13": -19.022710929225855, "S13": -19.022710929225855, "W21": -40.881187638580862, "S21": -44.540823506149501, "W22": -40.917452890588933, "S22": -40.917452890588933, "W31": -72.623546920928547, "S31": -74.250739903384684, "W32": -94.14253788876853, "S32": -99.14253788876853 }, "geometry": { "type": "Point", "coordinates": [ 103438.0, 506156.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14982017792923313, "S11": 0.14982017792923313, "W12": -5.0, "S12": -9.6102280818984092, "W13": -20.0, "S13": -20.0, "W21": -32.996608797539729, "S21": -32.996608797539729, "W22": -42.577716044903759, "S22": -47.577716044903759, "W31": -70.193411725117357, "S31": -70.193411725117357, "W32": -92.221070124356743, "S32": -97.221070124356743 }, "geometry": { "type": "Point", "coordinates": [ 103438.0, 507815.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2664348925410867, "S12": -22.267210851909034, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -40.0, "S21": -40.0, "W22": -40.133231370555215, "S22": -50.106803863456335, "W31": -64.436948425007614, "S31": -72.845169619288527, "W32": -83.287092391304355, "S32": -88.287092391304355 }, "geometry": { "type": "Point", "coordinates": [ 103438.0, 510676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071192664016805934, "S11": -0.071192664016805934, "W12": -13.246636838802049, "S12": -13.246636838802049, "W13": -19.157559627484094, "S13": -19.157559627484094, "W21": -35.48815845513073, "S21": -35.48815845513073, "W22": -62.625707694422722, "S22": -62.625707694422722, "W31": -70.908957824390384, "S31": -71.022565014839302, "W32": -86.269225638589702, "S32": -91.269225638589702 }, "geometry": { "type": "Point", "coordinates": [ 103438.0, 512463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98257123240638, "S11": 0.93612574968736173, "W12": -5.0777404807124622, "S12": -8.777233303499905, "W13": -24.166382661924008, "S13": -24.166382661924008, "W21": -36.783934097667426, "S21": -38.024955974541506, "W22": -60.0, "S22": -61.382064222727521, "W31": -102.96599422220046, "S31": -102.96599422220046, "W32": -103.86086815739635, "S32": -108.86086815739635 }, "geometry": { "type": "Point", "coordinates": [ 103438.666666666671517, 510337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12788898392633744, "S11": -0.12788898392633744, "W12": -10.0, "S12": -16.062919601963923, "W13": -32.039731959173622, "S13": -32.039731959173622, "W21": -38.133492513294051, "S21": -38.133492513294051, "W22": -50.0, "S22": -57.247682412597122, "W31": -82.164260044004635, "S31": -82.164260044004635, "W32": -89.485369941808258, "S32": -94.485369941808258 }, "geometry": { "type": "Point", "coordinates": [ 103438.7, 511180.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0621463317780204, "S12": -6.0355902660975946, "W13": -15.0, "S13": -15.0, "W21": -31.212746370301357, "S21": -35.043559828563708, "W22": -48.343590191299185, "S22": -48.343590191299185, "W31": -74.38971497973138, "S31": -75.38971497973138, "W32": -100.10483440818504, "S32": -105.10483440818504 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 499294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52954546834674332, "S11": 0.43280004831609853, "W12": -8.2190771820908086, "S12": -8.2190771820908086, "W13": -22.102039054880095, "S13": -22.102039054880095, "W21": -40.739239070353847, "S21": -45.314546387654595, "W22": -38.062444057052282, "S22": -51.50339388433445, "W31": -66.680764036359264, "S31": -75.640719650749546, "W32": -92.074152689015534, "S32": -97.074152689015534 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57455357142869679, "S11": -0.57455357142869679, "W12": -6.9827982576650705, "S12": -6.9827982576650705, "W13": -19.317361091224498, "S13": -19.317361091224498, "W21": -41.581314065084683, "S21": -45.744229223277515, "W22": -39.047045814588948, "S22": -44.71823469547936, "W31": -60.662989129633175, "S31": -66.505463003708073, "W32": -83.399529803644782, "S32": -88.399529803644782 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 506117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25577426771968409, "S11": 0.014234166965443357, "W12": -8.1350477556952132, "S12": -17.608422244946816, "W13": -19.014908227029014, "S13": -19.014908227029014, "W21": -37.246174997884928, "S21": -37.246174997884928, "W22": -49.006369789324488, "S22": -49.006369789324488, "W31": -75.239998, "S31": -75.239998, "W32": -84.956213642550267, "S32": -89.956213642550267 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 509897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21585624312706189, "S11": -0.055955591038607783, "W12": -8.0708542701967954, "S12": -23.070854270196797, "W13": -23.674653854835906, "S13": -25.154938872926433, "W21": -36.53729489611564, "S21": -36.53729489611564, "W22": -50.0, "S22": -50.0, "W31": -105.58439322154435, "S31": -105.58439322154435, "W32": -111.03112713878458, "S32": -116.03112713878458 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 509952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1812125018381909, "S12": -6.1812125018381909, "W13": -20.0, "S13": -20.0, "W21": -43.063442321709587, "S21": -43.063442321709587, "W22": -46.107137672072056, "S22": -46.107137672072056, "W31": -83.084105067400145, "S31": -83.084105067400145, "W32": -95.295857739911668, "S32": -100.29585773991167 }, "geometry": { "type": "Point", "coordinates": [ 103439.0, 518054.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19009833301906548, "S11": -0.19009833301906548, "W12": -11.640653648322631, "S12": -11.640653648322631, "W13": -19.551113734154548, "S13": -21.181821761391902, "W21": -35.407968176135071, "S21": -36.754895381611618, "W22": -43.313311318628848, "S22": -52.509777656912185, "W31": -60.0, "S31": -60.968343119734492, "W32": -97.146847784411463, "S32": -102.14684778441146 }, "geometry": { "type": "Point", "coordinates": [ 103439.777777777781012, 511869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41407245222929756, "S11": -2.0535011004439068, "W12": -10.510928664984187, "S12": -11.70567152166393, "W13": -24.128377143893793, "S13": -24.128377143893793, "W21": -35.534303064961414, "S21": -40.534303064961414, "W22": -39.999999999999993, "S22": -43.418184440852407, "W31": -68.775743982665958, "S31": -70.845571058739338, "W32": -93.967825048702309, "S32": -98.967825048702309 }, "geometry": { "type": "Point", "coordinates": [ 103440.0, 505203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46172255147634012, "S11": -3.1966424361372026, "W12": -10.30325091300964, "S12": -10.30325091300964, "W13": -21.494791260773784, "S13": -21.494791260773784, "W21": -37.256039251475507, "S21": -37.256039251475507, "W22": -38.318952418345468, "S22": -50.706119294703953, "W31": -66.75358434294246, "S31": -75.631599672860659, "W32": -91.057233704292514, "S32": -96.057233704292514 }, "geometry": { "type": "Point", "coordinates": [ 103440.0, 505345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36364397321435155, "S11": -0.36364397321435155, "W12": -7.3539806838289543, "S12": -7.3539806838289543, "W13": -19.374188262251799, "S13": -19.374188262251799, "W21": -41.798243262085123, "S21": -46.094428791231337, "W22": -61.180355069191293, "S22": -65.188844455723498, "W31": -84.502359240153538, "S31": -84.502359240153538, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103440.0, 506106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12829582583001231, "S11": -0.12829582583001231, "W12": -6.1877022419884655, "S12": -6.1877022419884655, "W13": -20.0, "S13": -20.0, "W21": -42.663450110055869, "S21": -42.663450110055869, "W22": -41.028757646983372, "S22": -43.135033765280077, "W31": -60.0, "S31": -61.330082520630157, "W32": -94.416180512848385, "S32": -99.416180512848385 }, "geometry": { "type": "Point", "coordinates": [ 103440.426229508200777, 518186.836065573792439 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9554129863476586, "S12": -9.9554129863476586, "W13": -19.753915545199703, "S13": -22.441050561701001, "W21": -40.191140604616862, "S21": -49.094011487741312, "W22": -40.71163033029832, "S22": -43.210547578229821, "W31": -60.0, "S31": -61.200050012503269, "W32": -94.419996806164789, "S32": -99.419996806164789 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 503364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21930220751842044, "S11": 0.15303714727745618, "W12": -5.7394661060367831, "S12": -7.0992556760276333, "W13": -25.0, "S13": -25.0, "W21": -38.404686685773839, "S21": -41.362790935814267, "W22": -48.871527367998063, "S22": -48.871527367998063, "W31": -74.148174556611522, "S31": -75.216227486668231, "W32": -99.970446529063068, "S32": -104.97044652906307 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 505649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50160744537881341, "S11": 0.50160744537881341, "W12": -5.5652887540391385, "S12": -5.5652887540391385, "W13": -25.0, "S13": -25.0, "W21": -37.292048586615152, "S21": -38.581304784962256, "W22": -47.532920799208519, "S22": -47.857581623125569, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.31145968962240911, "W12": -10.129565058833402, "S12": -16.700036754894988, "W13": -24.869152504472272, "S13": -25.585230804622849, "W21": -38.081380362078932, "S21": -38.488620181083604, "W22": -42.396858639562254, "S22": -44.826719554782869, "W31": -80.0, "S31": -80.030167339954161, "W32": -89.971774599761375, "S32": -94.971774599761375 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 509235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6960625, "S11": -0.6960625, "W12": -7.2624860022396405, "S12": -27.262486002239644, "W13": -33.265748952755906, "S13": -33.265748952755906, "W21": -33.265748952755906, "S21": -33.265748952755906, "W22": -46.685022702092482, "S22": -47.392018826251523, "W31": -84.897712243917852, "S31": -84.897712243917852, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103441.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0318034208333873, "S11": 1.0318034208333873, "W12": -9.5986262287493993, "S12": -9.5986262287493993, "W13": -21.551951032152243, "S13": -22.730619244631097, "W21": -41.161478659887337, "S21": -41.161478659887337, "W22": -40.2064382188358, "S22": -45.182394932970411, "W31": -70.639041196090787, "S31": -70.639041196090787, "W32": -91.40852923165788, "S32": -96.40852923165788 }, "geometry": { "type": "Point", "coordinates": [ 103441.245901639340445, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.594318345977219, "S11": 0.594318345977219, "W12": -6.6258901970287942, "S12": -6.6258901970287942, "W13": -24.096874697717158, "S13": -24.096874697717158, "W21": -39.079603157525369, "S21": -42.72974089857248, "W22": -60.0, "S22": -82.782608695652172, "W31": -99.889773633627541, "S31": -99.889773633627541, "W32": -102.18513393428056, "S32": -107.18513393428056 }, "geometry": { "type": "Point", "coordinates": [ 103441.333333333328483, 505949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.895546051176167, "S12": -13.895546051176167, "W13": -20.993721168631474, "S13": -25.629134590028446, "W21": -40.0, "S21": -43.802600472813239, "W22": -64.535786145444092, "S22": -65.714530106796744, "W31": -93.077895237801471, "S31": -93.077895237801471, "W32": -99.519794003824785, "S32": -104.51979400382479 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 503596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5828810499469852, "S11": -0.5828810499469852, "W12": -10.692076683996932, "S12": -13.845666834354928, "W13": -20.0, "S13": -20.0, "W21": -34.440361349573926, "S21": -34.440361349573926, "W22": -46.683899513846242, "S22": -49.334074346713685, "W31": -77.930904085966773, "S31": -77.930904085966773, "W32": -88.249372117887276, "S32": -93.249372117887276 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 508071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12296767929165785, "S11": 0.12296767929165785, "W12": -6.6616701405811236, "S12": -15.8628225764114, "W13": -21.929203311816707, "S13": -28.60978525405163, "W21": -36.600302237112615, "S21": -36.600302237112615, "W22": -41.548999970604896, "S22": -43.512838924979981, "W31": -80.0, "S31": -80.286115155963515, "W32": -90.301826408431282, "S32": -95.301826408431282 }, "geometry": { "type": "Point", "coordinates": [ 103442.0, 510183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1613159290265251, "S12": -6.1613159290265251, "W13": -20.524256086482598, "S13": -21.744819216009912, "W21": -44.239635109029081, "S21": -45.547229853447099, "W22": -38.991202551810296, "S22": -43.042935056906288, "W31": -70.740521204091564, "S31": -74.415720842791714, "W32": -84.957857216030305, "S32": -89.957857216030305 }, "geometry": { "type": "Point", "coordinates": [ 103442.068965517246397, 516618.568965517217293 ] } }, +{ "type": "Feature", "properties": { "W11": 2.97, "S11": 2.97, "W12": -7.08, "S12": -23.88, "W13": -23.889999, "S13": -23.899999, "W21": -37.580002, "S21": -37.580002, "W22": -33.656775619015399, "S22": -43.84369857071195, "W31": -80.0, "S31": -80.104173020229766, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103442.1, 509584.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0825912003441144e-16, "S11": 1.0825912003441144e-16, "W12": -7.14, "S12": -8.14, "W13": -27.139999, "S13": -27.139999, "W21": -40.139999, "S21": -40.139999, "W22": -39.765567129087678, "S22": -48.356361194994868, "W31": -61.327297635187179, "S31": -69.364826513054993, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103442.9, 505770.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.4690561211287809, "W13": -15.000000000000002, "S13": -18.0, "W21": -34.01626412257388, "S21": -40.822554209217294, "W22": -47.038238526856276, "S22": -49.51049939827999, "W31": -78.549869029784745, "S31": -78.549869029784745, "W32": -89.385625429169394, "S32": -94.385625429169394 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 499046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49403115488526383, "S11": 0.49403115488526383, "W12": -10.0, "S12": -10.464046822742475, "W13": -15.0, "S13": -17.800601424852168, "W21": -32.229877995260246, "S21": -34.207775544968115, "W22": -60.797036526533425, "S22": -65.654409124997827, "W31": -83.212587213906801, "S31": -83.212587213906801, "W32": -93.121859809648299, "S32": -98.121859809648299 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 499851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42186733489784278, "S11": -2.5781326651021574, "W12": -8.2761277823033392, "S12": -10.357473029693525, "W13": -20.0, "S13": -20.0, "W21": -39.096169544086891, "S21": -46.589635304672356, "W22": -47.64603618033852, "S22": -48.928323383094586, "W31": -80.0, "S31": -82.491803278688522, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.514027191401464, "S12": -5.3791425333993459, "W13": -20.431940200560589, "S13": -20.801571683399988, "W21": -39.832012364270206, "S21": -44.587488609785623, "W22": -40.05543557555707, "S22": -40.13279103594251, "W31": -72.551824593562714, "S31": -72.826261525457227, "W32": -93.562910481990031, "S32": -98.562910481990031 }, "geometry": { "type": "Point", "coordinates": [ 103443.0, 506580.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16027278492222893, "S11": 0.16027278492222893, "W12": -5.1915013016849239, "S12": -6.0165417740208911, "W13": -25.69468024089467, "S13": -25.69468024089467, "W21": -37.701965448106051, "S21": -39.803874787223876, "W22": -51.576022334304021, "S22": -51.576022334304021, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103443.5, 505682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44668460046889796, "S11": -2.1308756404949576, "W12": -7.9792386781444717, "S12": -10.274429678983083, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -39.270604487474856, "S21": -45.857274394516594, "W22": -70.0, "S22": -72.218356815677765, "W31": -84.698951072673736, "S31": -84.698951072673736, "W32": -94.679418433631568, "S32": -99.679418433631568 }, "geometry": { "type": "Point", "coordinates": [ 103444.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26945933704744651, "S11": -0.29153463885616815, "W12": -6.2442450046817299, "S12": -7.7532797713788941, "W13": -25.0, "S13": -28.0, "W21": -39.465493095362163, "S21": -42.829107139064597, "W22": -60.0, "S22": -78.987781136328707, "W31": -96.798885574156245, "S31": -96.798885574156245, "W32": -101.52771483753766, "S32": -106.52771483753766 }, "geometry": { "type": "Point", "coordinates": [ 103444.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2854710401569226, "S11": -0.7145289598430774, "W12": -7.8141989126958746, "S12": -7.8141989126958746, "W13": -21.463614099618201, "S13": -23.542654795234998, "W21": -41.225689960733042, "S21": -41.225689960733042, "W22": -61.256282534011532, "S22": -65.888880597690545, "W31": -85.747072341882017, "S31": -85.747072341882017, "W32": -91.41372616925122, "S32": -96.41372616925122 }, "geometry": { "type": "Point", "coordinates": [ 103444.0, 515267.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1557145919767366, "S12": -6.1557145919767366, "W13": -20.0, "S13": -20.0, "W21": -43.738523650048471, "S21": -43.738523650048471, "W22": -37.769536518336935, "S22": -42.113518263915971, "W31": -67.445609600543605, "S31": -76.048489507728263, "W32": -99.68531468531468, "S32": -104.68531468531468 }, "geometry": { "type": "Point", "coordinates": [ 103444.177777777775191, 517858.577777777798474 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81867285394426492, "S11": 0.7093355045466746, "W12": -6.5905898685457061, "S12": -8.4259467277308353, "W13": -23.806471918791733, "S13": -23.806471918791733, "W21": -36.697768379375979, "S21": -36.697768379375979, "W22": -37.408163330563966, "S22": -49.387857044076107, "W31": -66.453058383657861, "S31": -67.608393835267407, "W32": -95.096851916431532, "S32": -100.09685191643153 }, "geometry": { "type": "Point", "coordinates": [ 103444.75, 509462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68660968660968669, "S11": 0.68660968660968669, "W12": -5.4788018067992708, "S12": -6.1347447174216381, "W13": -10.607552599638627, "S13": -16.620198037483085, "W21": -29.886949281252672, "S21": -31.945827075912973, "W22": -51.781933628837457, "S22": -52.062283606273752, "W31": -96.141327092084069, "S31": -96.141327092084069, "W32": -96.141327092084069, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 499540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49360706269927657, "S11": 0.49360706269927657, "W12": -8.5906422080656721, "S12": -11.262804557284577, "W13": -15.0, "S13": -18.730912627654401, "W21": -29.663347736801573, "S21": -31.123131290478462, "W22": -42.141311565465514, "S22": -42.141311565465514, "W31": -72.175550757556167, "S31": -73.594292156280545, "W32": -94.446471526391647, "S32": -99.446471526391647 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 499701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29102292223160975, "S11": -0.48708952756796708, "W12": -6.4614419730406549, "S12": -8.0740929100932366, "W13": -25.0, "S13": -25.0, "W21": -39.931263027619366, "S21": -43.373852437554902, "W22": -44.242352782643856, "S22": -49.08613659050701, "W31": -69.822086313517588, "S31": -69.822086313517588, "W32": -92.572494885383719, "S32": -97.572494885383719 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 505610.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76533900669661847, "S11": -0.76533900669661847, "W12": -6.4075353050385369, "S12": -6.4075353050385369, "W13": -18.998780124985675, "S13": -18.998780124985675, "W21": -41.542859721081761, "S21": -45.479267717303834, "W22": -49.58341017720884, "S22": -49.993328550175242, "W31": -90.427174233147852, "S31": -90.427174233147852, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 506130.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0339318431660098, "S11": 2.0339318431660098, "W12": -7.3183123690235607, "S12": -13.581401592275853, "W13": -23.937459978655156, "S13": -24.937459978655156, "W21": -37.460291176719011, "S21": -37.47456727887505, "W22": -40.863098397607622, "S22": -40.863098397607622, "W31": -72.466557448071555, "S31": -74.260417097194363, "W32": -94.133852504611056, "S32": -99.133852504611056 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 509652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3370906312802926, "S11": 0.10824802648200804, "W12": -8.1020955139793749, "S12": -14.324837119947539, "W13": -18.682055960696548, "S13": -18.682055960696548, "W21": -37.187929480655335, "S21": -37.187929480655335, "W22": -37.676426573820507, "S22": -49.7203389183505, "W31": -66.536401335058343, "S31": -71.498050610872085, "W32": -93.827953764160313, "S32": -98.827953764160313 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 509878.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50267589359724696, "S11": 0.50267589359724696, "W12": -5.0390907134311975, "S12": -11.85929006361568, "W13": -25.0, "S13": -25.0, "W21": -37.945873511853861, "S21": -39.249173425806596, "W22": -38.330313075025487, "S22": -50.337919159893382, "W31": -66.741193110426195, "S31": -75.614406294301148, "W32": -91.024443561208273, "S32": -96.024443561208273 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 510387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7552450469238789, "S11": 1.7552450469238789, "W12": -15.185902986717545, "S12": -15.185902986717545, "W13": -21.693173982460646, "S13": -21.693173982460646, "W21": -41.086255826959764, "S21": -47.703529649606978, "W22": -59.999999999999993, "S22": -81.858432647165529, "W31": -98.849829685413852, "S31": -98.849829685413852, "W32": -101.95357731921581, "S32": -106.95357731921581 }, "geometry": { "type": "Point", "coordinates": [ 103445.0, 514243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2449618278101135, "S11": 0.2449618278101135, "W12": -11.834657826995103, "S12": -12.028097495317123, "W13": -20.407627110554593, "S13": -26.935740511955704, "W21": -36.864902755526664, "S21": -36.864902755526664, "W22": -39.016293080331479, "S22": -45.012593967020415, "W31": -60.0, "S31": -66.019113834243058, "W32": -82.907578263094038, "S32": -87.907578263094038 }, "geometry": { "type": "Point", "coordinates": [ 103445.05, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43049897624324429, "S11": 0.43049897624324429, "W12": -12.25514040781032, "S12": -12.647485027223318, "W13": -21.555426392002396, "S13": -31.823560995171015, "W21": -36.887206251067411, "S21": -36.887206251067411, "W22": -60.19550412426576, "S22": -60.19550412426576, "W31": -69.859589772347931, "S31": -70.517584371069717, "W32": -88.512376538212408, "S32": -93.512376538212408 }, "geometry": { "type": "Point", "coordinates": [ 103445.4, 513428.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1706000717356151, "S12": -6.1706000717356151, "W13": -20.0, "S13": -20.375587855550044, "W21": -42.983132447714006, "S21": -42.983132447714006, "W22": -70.0, "S22": -71.491273844726621, "W31": -84.517134938355468, "S31": -84.517134938355468, "W32": -94.650439698492463, "S32": -99.650439698492463 }, "geometry": { "type": "Point", "coordinates": [ 103445.5, 518103.1875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53328287559479126, "S11": 0.53328287559479126, "W12": -10.118935438862348, "S12": -10.118935438862348, "W13": -17.688267960139004, "S13": -18.687022372645309, "W21": -19.576870043074173, "S21": -20.584384354452222, "W22": -46.141018188886775, "S22": -48.912367222256336, "W31": -78.893685815789851, "S31": -81.893685815789851, "W32": -88.258669766627023, "S32": -93.258669766627023 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 496952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4974174116877452, "W12": -9.577078007671922, "S12": -12.122356925807638, "W13": -20.0, "S13": -20.0, "W21": -37.992956389835648, "S21": -47.992956389835648, "W22": -44.583770162067452, "S22": -47.676406676257997, "W31": -80.0, "S31": -80.046798641596951, "W32": -88.870523649295819, "S32": -93.870523649295819 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 504350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10124336232603745, "S11": 0.10124336232603745, "W12": -5.9179303962240519, "S12": -6.1605263394675518, "W13": -26.635073128763786, "S13": -26.635073128763786, "W21": -37.151478343636335, "S21": -38.397192771831556, "W22": -43.768454523254071, "S22": -46.644926355970149, "W31": -80.0, "S31": -80.07910434999549, "W32": -89.168504727441857, "S32": -94.168504727441857 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80171595982163057, "S11": -0.80171595982163057, "W12": -6.3028457012686756, "S12": -6.3028457012686756, "W13": -18.94360925956725, "S13": -18.94360925956725, "W21": -41.532236734420877, "S21": -45.427666715007284, "W22": -38.123247908517371, "S22": -43.060599894576519, "W31": -71.136016967439886, "S31": -71.136016967439886, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 506133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29283735838219904, "S11": 0.28315505883602754, "W12": -5.7246893866480031, "S12": -5.7246893866480031, "W13": -20.313179163794064, "S13": -20.80224442713358, "W21": -40.0, "S21": -44.740485408330535, "W22": -70.113602023079565, "S22": -70.313630287083456, "W31": -84.292103969271139, "S31": -84.292103969271139, "W32": -94.580537003855142, "S32": -99.580537003855142 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 506510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39543328197013561, "S11": 0.39543328197013561, "W12": -5.7428132074665754, "S12": -15.742813207466575, "W13": -20.0, "S13": -20.0, "W21": -32.922081168865276, "S21": -32.922081168865276, "W22": -50.0, "S22": -57.636630174723862, "W31": -82.108554398003491, "S31": -82.108554398003491, "W32": -89.906186817687313, "S32": -94.906186817687313 }, "geometry": { "type": "Point", "coordinates": [ 103446.0, 507671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26091299925749339, "S11": 0.26091299925749339, "W12": -8.1726746538949993, "S12": -8.1726746538949993, "W13": -15.937386094262898, "S13": -17.371695734785757, "W21": -31.142433519462831, "S21": -31.804634561370452, "W22": -41.98293823142226, "S22": -46.976349777274301, "W31": -70.334010782575263, "S31": -70.334010782575263, "W32": -91.92082643820217, "S32": -96.92082643820217 }, "geometry": { "type": "Point", "coordinates": [ 103446.2, 497546.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46587048832271694, "S11": -2.9830242591929998, "W12": -10.60603775995911, "S12": -10.60603775995911, "W13": -22.712787955567336, "S13": -22.712787955567336, "W21": -36.468606438139631, "S21": -36.468606438139631, "W22": -36.640670826928286, "S22": -41.909650688892924, "W31": -66.13444291256377, "S31": -73.095558319710818, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 505283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017726283800124809, "S11": -0.55474604092312241, "W12": -3.867317184675819, "S12": -3.867317184675819, "W13": -20.128792040811611, "S13": -20.991078778487157, "W21": -39.447103578595886, "S21": -44.447103578595886, "W22": -39.365329802739218, "S22": -47.445434425713742, "W31": -60.0, "S31": -67.534951141467332, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75, "S11": -0.75, "W12": -6.6, "S12": -31.4, "W13": -31.41, "S13": -31.41, "W21": -32.3, "S21": -32.3, "W22": -65.972844530607375, "S22": -65.972844530607375, "W31": -75.239998, "S31": -75.239998, "W32": -85.67394649391764, "S32": -90.67394649391764 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17900632142522344, "S11": 0.17900632142522344, "W12": -5.3283306538522703, "S12": -6.2300304919629248, "W13": -25.39837969601372, "S13": -25.696584721941122, "W21": -37.684299522121201, "S21": -39.913389048495205, "W22": -51.767212515979793, "S22": -58.703499953357856, "W31": -82.174352938496568, "S31": -82.174352938496568, "W32": -89.618848955921763, "S32": -94.618848955921763 }, "geometry": { "type": "Point", "coordinates": [ 103447.5, 505672.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1029981137694831, "S12": -6.1029981137694831, "W13": -14.74596749833867, "S13": -15.567642712013884, "W21": -30.478488004525335, "S21": -32.644559267399977, "W22": -44.005297573093678, "S22": -46.972216824756586, "W31": -80.0, "S31": -80.070073718214203, "W32": -89.109357397796543, "S32": -94.109357397796543 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 499320.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033821422887338894, "S11": -0.033821422887338894, "W12": -7.0127726982070575, "S12": -16.299831615985568, "W13": -27.301307990704647, "S13": -27.301307990704647, "W21": -37.214578109175228, "S21": -37.214578109175228, "W22": -37.904320310172373, "S22": -50.898106091750748, "W31": -66.601791744618353, "S31": -74.318512271016118, "W32": -92.776688277230463, "S32": -97.776688277230463 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 505776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1370843287477692, "S11": -1.1370843287477692, "W12": -5.8865766203712759, "S12": -5.8865766203712759, "W13": -18.642456059230259, "S13": -19.65658345436227, "W21": -41.123309263009453, "S21": -44.649430652092306, "W22": -35.121715082550814, "S22": -37.453176948335305, "W31": -73.848079309179965, "S31": -73.848079309179965, "W32": -88.960590386985274, "S32": -93.960590386985274 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 506161.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51649257833974715, "W12": -5.0, "S12": -15.000000000000002, "W13": -20.8474419667779, "S13": -20.8474419667779, "W21": -37.145040574465469, "S21": -37.145040574465469, "W22": -60.049829918069435, "S22": -60.049829918069435, "W31": -69.904814329461146, "S31": -70.431571394483825, "W32": -88.830787476098109, "S32": -93.830787476098109 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 508573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.383890274688734, "S12": -9.6909618790785839, "W13": -24.252436855211581, "S13": -25.534287081813996, "W21": -37.393590921406691, "S21": -37.532385058843424, "W22": -60.475519789577362, "S22": -60.475519789577362, "W31": -69.77844392716122, "S31": -70.692761556254595, "W32": -88.276365064576822, "S32": -93.276365064576822 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 509674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10940480474999027, "S11": 0.10940480474999027, "W12": -10.0, "S12": -16.743956586087815, "W13": -28.315981491368568, "S13": -28.315981491368568, "W21": -37.620437582214713, "S21": -37.620437582214713, "W22": -70.536372617047959, "S22": -71.872307565687805, "W31": -84.299349194704263, "S31": -84.299349194704263, "W32": -94.690327804280273, "S32": -99.690327804280273 }, "geometry": { "type": "Point", "coordinates": [ 103448.0, 511345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15425793899842311, "S11": -0.15425793899842311, "W12": -6.1744129601928517, "S12": -6.1744129601928517, "W13": -20.0, "S13": -20.0, "W21": -42.594251243219894, "S21": -42.594251243219894, "W22": -42.728769340502581, "S22": -54.881380845958667, "W31": -67.608972724955393, "S31": -68.286237050278871, "W32": -97.946107867353092, "S32": -102.94610786735309 }, "geometry": { "type": "Point", "coordinates": [ 103448.188524590164889, 518236.196721311483998 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27702265372206902, "S11": 0.27702265372206902, "W12": -6.8675215327610104, "S12": -15.687386074427915, "W13": -26.76190446440744, "S13": -26.76190446440744, "W21": -36.478364178215649, "S21": -36.478364178215649, "W22": -38.754040174392721, "S22": -46.152126632487459, "W31": -70.000000000000014, "S31": -74.481367843620191, "W32": -84.893609846877453, "S32": -89.893609846877453 }, "geometry": { "type": "Point", "coordinates": [ 103448.333333333328483, 505786.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4648641913780214, "S12": -10.205653665062268, "W13": -17.503268828184837, "S13": -20.440447848098078, "W21": -52.835216772099493, "S21": -69.402064265318501, "W22": -38.24620452232589, "S22": -45.38577065786054, "W31": -66.77884694033466, "S31": -70.353180761710945, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18449697944526541, "S11": -0.18449697944526541, "W12": -15.0, "S12": -23.571312085291147, "W13": -23.571312085291147, "S13": -25.455628706831327, "W21": -39.999999999999993, "S21": -42.137109027086495, "W22": -38.12376718672553, "S22": -46.562047086898311, "W31": -66.670381572256758, "S31": -68.683939405346067, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 503871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3627436369446933, "S11": -1.1272162024123569, "W12": -7.1834178400434583, "S12": -9.2884232489254437, "W13": -22.680047225503028, "S13": -22.680047225503028, "W21": -39.720024034765629, "S21": -43.995698944135512, "W22": -60.0, "S22": -80.258773502740752, "W31": -97.809885737199934, "S31": -97.809885737199934, "W32": -101.72202070415098, "S32": -106.72202070415098 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 505571.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1041662072791498, "S11": 0.1041662072791498, "W12": -5.8920471816893158, "S12": -6.0929804261422245, "W13": -26.589905362775841, "S13": -26.781086669900397, "W21": -37.053372240606031, "S21": -38.247285793609585, "W22": -60.0, "S22": -78.217377939443622, "W31": -96.444783262020067, "S31": -96.444783262020067, "W32": -101.41341449016805, "S32": -106.41341449016805 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.1574074074074072, "W12": -7.0075616055016088, "S12": -18.100436103443794, "W13": -24.623576528620845, "S13": -24.623576528620845, "W21": -39.069816998948852, "S21": -39.069816998948852, "W22": -42.76484646645585, "S22": -42.76484646645585, "W31": -74.579536214003312, "S31": -76.697139116543028, "W32": -94.524548349003894, "S32": -99.524548349003894 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 509106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50015887568762407, "S11": 0.50015887568762407, "W12": -6.4731014562522571, "S12": -27.439619436317237, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -41.466945865422467, "W22": -45.966699155105943, "S22": -48.268970068950097, "W31": -75.211601509664163, "S31": -76.833823731886383, "W32": -99.764467792229937, "S32": -104.76446779222994 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 510610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.72387273493508, "S12": -24.077505309661134, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -47.066368067081854, "S22": -49.352003266741761, "W31": -78.975270768247, "S31": -78.975270768247, "W32": -90.757575757575751, "S32": -95.757575757575751 }, "geometry": { "type": "Point", "coordinates": [ 103449.0, 510654.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5811828233189521, "S11": -0.5811828233189521, "W12": -5.0, "S12": -13.05875708349477, "W13": -20.110842937949325, "S13": -20.110842937949325, "W21": -36.426088715891915, "S21": -36.426088715891915, "W22": -40.839970995749994, "S22": -40.839970995749994, "W31": -72.367875550963561, "S31": -74.307934030496156, "W32": -94.144229424260033, "S32": -99.144229424260033 }, "geometry": { "type": "Point", "coordinates": [ 103449.142857142855064, 508458.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62485124059730557, "S11": 0.54116882567245328, "W12": -6.1519357173133695, "S12": -6.1519357173133695, "W13": -22.713685168010336, "S13": -22.713685168010336, "W21": -35.923216176401134, "S21": -35.923216176401134, "W22": -37.535716875978295, "S22": -49.749440541263006, "W31": -66.477348974455836, "S31": -69.714861736201854, "W32": -94.490690538264531, "S32": -99.490690538264531 }, "geometry": { "type": "Point", "coordinates": [ 103449.25, 510244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5306291852679863, "S11": -0.5306291852679863, "W12": -6.7031148029674155, "S12": -6.7031148029674155, "W13": -18.930952511543094, "S13": -18.930952511543094, "W21": -41.861668132562144, "S21": -45.894408570150517, "W22": -39.73335786313578, "S22": -49.877519350103604, "W31": -61.93213456391927, "S31": -70.192827729611636, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103449.5, 506120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7815624873532534, "S11": 2.7815624873532534, "W12": -3.9091120557512169, "S12": -5.7812078826143143, "W13": -12.552928652798611, "S13": -13.848297458995322, "W21": -50.759726548278415, "S21": -61.12935033122578, "W22": -60.468116487464179, "S22": -60.468116487464179, "W31": -69.781832921149899, "S31": -70.690245906840758, "W32": -88.296998593376074, "S32": -93.296998593376074 }, "geometry": { "type": "Point", "coordinates": [ 103449.8, 502391.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33751708129761709, "S11": 0.33751708129761709, "W12": -8.3384706033986564, "S12": -8.3384706033986564, "W13": -15.97332111907607, "S13": -17.379326021036853, "W21": -30.70549039593179, "S21": -31.432504023185135, "W22": -39.984105770150869, "S22": -42.276910870333019, "W31": -68.478692953394415, "S31": -72.693741060874629, "W32": -95.296368781241824, "S32": -100.29636878124182 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 497501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0, "S11": 1.0, "W12": -5.5, "S12": -7.0, "W13": -10.0, "S13": -16.8, "W21": -29.853748395653287, "S21": -32.269962851915494, "W22": -49.622929676899766, "S22": -49.622929676899766, "W31": -90.0, "S31": -90.317803564744167, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82627399073461305, "S11": -2.1737260092653865, "W12": -8.6699576868829329, "S12": -10.251278087868208, "W13": -14.99144608410322, "S13": -21.061524732804543, "W21": -52.149158413162318, "S21": -62.619782219569267, "W22": -39.680261220512101, "S22": -39.918216252632014, "W31": -72.210465762686127, "S31": -73.612288566331728, "W32": -93.042958495574354, "S32": -98.042958495574354 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 502092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7204217772994403, "S11": 2.7204217772994403, "W12": -9.8458631732341058, "S12": -9.8458631732341058, "W13": -19.665724611502718, "S13": -22.066256327104, "W21": -40.0, "S21": -49.182082164659299, "W22": -39.055827872746171, "S22": -39.055827872746171, "W31": -71.196439109595687, "S31": -74.735877219387618, "W32": -87.976522377109319, "S32": -92.976522377109319 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 503339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0693171616808055, "S11": -1.0693171616808055, "W12": -5.8651977000804445, "S12": -5.8651977000804445, "W13": -18.623371987719555, "S13": -19.308840655239944, "W21": -41.2874761800784, "S21": -44.864106643376331, "W22": -35.77195326496124, "S22": -46.697234885495618, "W31": -75.172724271436721, "S31": -75.934146260020484, "W32": -84.995555014707151, "S32": -89.995555014707151 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.687476073474439, "W13": -20.713828520392987, "S13": -20.713828520392987, "W21": -36.988415455327278, "S21": -36.988415455327278, "W22": -37.877417314235856, "S22": -42.858402292368581, "W31": -67.295064624013477, "S31": -76.334809530104664, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 508556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0500287521564116, "S11": 1.9948121566713597, "W12": -8.3942863734809539, "S12": -15.656273778647812, "W13": -24.726780613021447, "S13": -25.10589997054014, "W21": -38.902403726870787, "S21": -38.902403726870787, "W22": -37.771654050638155, "S22": -50.147022434820585, "W31": -66.550314455170295, "S31": -72.876164205987919, "W32": -93.398126571764763, "S32": -98.398126571764763 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7809085681426109, "S11": 1.7358651082418473, "W12": -8.6938089354958077, "S12": -15.403571238955781, "W13": -24.753467270790171, "S13": -25.202899894903648, "W21": -38.865199626491631, "S21": -38.865199626491631, "W22": -50.0, "S22": -67.831184860120686, "W31": -104.89180003753371, "S31": -104.89180003753371, "W32": -110.7317551956681, "S32": -115.7317551956681 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 509180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1109168983974917, "S11": 1.072300624598761, "W12": -6.7737396041368365, "S12": -13.070119951350982, "W13": -23.395302046028185, "S13": -23.395302046028185, "W21": -37.155575943463603, "S21": -37.155575943463603, "W22": -47.05390969940693, "S22": -47.05390969940693, "W31": -87.522387156324427, "S31": -92.53850049100096, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 509522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22057382785164451, "S11": -0.084814375114903057, "W12": -7.9727967212368975, "S12": -17.507349927844768, "W13": -22.484048563448066, "S13": -24.850510942536893, "W21": -36.963838991998621, "S21": -36.963838991998621, "W22": -47.403930740689219, "S22": -47.403930740689219, "W31": -87.356907470427643, "S31": -92.728210991980234, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 509923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22459052140373809, "S11": -0.0085097467295851548, "W12": -8.0872287138200321, "S12": -23.977383401930691, "W13": -23.977383401930691, "S13": -23.977383401930691, "W21": -36.875443624726103, "S21": -36.875443624726103, "W22": -39.833486988429783, "S22": -44.586169810713528, "W31": -60.0, "S31": -60.0, "W32": -94.569639538320928, "S32": -99.569639538320928 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2520050963529226, "S11": 1.2520050963529226, "W12": -15.0, "S12": -15.0, "W13": -21.713941445683819, "S13": -24.583520132981633, "W21": -41.097171303394433, "S21": -45.326828800766698, "W22": -47.660822796983091, "S22": -48.991892559716767, "W31": -79.900064930296153, "S31": -82.900064930296153, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41730191730193622, "S11": 0.41730191730193622, "W12": -2.7397535379040248, "S12": -5.6818937039479103, "W13": -20.692897641905954, "S13": -20.692897641905954, "W21": -37.52793817689345, "S21": -41.680802769031629, "W22": -37.97270484618371, "S22": -45.197377113992189, "W31": -70.024789812788612, "S31": -74.304334677123308, "W32": -84.876297582972114, "S32": -89.876297582972114 }, "geometry": { "type": "Point", "coordinates": [ 103450.333333333328483, 506789.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75021080750544944, "S11": 0.75021080750544944, "W12": -15.0, "S12": -15.0, "W13": -21.648747568396132, "S13": -27.706174844961588, "W21": -41.064631390841214, "S21": -42.756079934265117, "W22": -36.947430656354697, "S22": -45.845672282734945, "W31": -72.256370239202866, "S31": -75.357920619139747, "W32": -84.915545279435833, "S32": -89.915545279435833 }, "geometry": { "type": "Point", "coordinates": [ 103450.333333333328483, 513754.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37600652883564278, "S11": -0.37600652883564278, "W12": -8.3662109178645423, "S12": -8.9811005627367813, "W13": -15.643603238866428, "S13": -16.576802527398126, "W21": -52.226930364756114, "S21": -56.706071215644279, "W22": -35.324079855792107, "S22": -46.307816346313587, "W31": -76.100386100386103, "S31": -76.100386100386103, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103450.4, 501396.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1455600957115291, "S12": -6.1455600957115291, "W13": -20.0, "S13": -20.0, "W21": -43.653139551020182, "S21": -43.653139551020182, "W22": -38.244469079234271, "S22": -45.537615556485186, "W31": -66.772551498625489, "S31": -70.480038077444419, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103450.5, 517908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3590405440509512, "S11": 3.3590405440509512, "W12": -4.1011331130747246, "S12": -4.1011331130747246, "W13": -13.316542370815103, "S13": -13.847303792584844, "W21": -43.266885670200587, "S21": -55.131378215596214, "W22": -36.968398200595857, "S22": -49.832413776602465, "W31": -66.28481473812559, "S31": -74.334063007843952, "W32": -98.171137958603538, "S32": -103.17113795860354 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 502614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13059701492537321, "S11": 0.13059701492537321, "W12": -8.0692443770533231, "S12": -10.525524186274309, "W13": -20.41713701142908, "S13": -20.41713701142908, "W21": -41.33794665565857, "S21": -45.886821203116384, "W22": -64.475710219321286, "S22": -64.475710219321286, "W31": -73.229706270057989, "S31": -73.229706270057989, "W32": -86.081787275770935, "S32": -91.081787275770935 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 506079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47612263102123398, "S11": 0.47612263102123398, "W12": -2.1104273884563205, "S12": -7.5858983263012902, "W13": -20.510070908560497, "S13": -20.716527844855609, "W21": -39.470535785052107, "S21": -44.070042055627994, "W22": -55.361264828568679, "S22": -59.532998523088551, "W31": -82.067455114877845, "S31": -82.067455114877845, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 506620.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5997513700269601, "S11": -0.40024862997303989, "W12": -6.3267327862845013, "S12": -6.3267327862845013, "W13": -14.69356416051497, "S13": -14.811241200133821, "W21": -32.271903921712095, "S21": -32.271903921712095, "W22": -51.055120297935034, "S22": -51.055120297935034, "W31": -106.8800283286119, "S31": -106.8800283286119, "W32": -110.02180685358255, "S32": -115.02180685358255 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85355452600633197, "S11": -0.85355452600633197, "W12": -10.0, "S12": -14.581802898522906, "W13": -20.0, "S13": -20.0, "W21": -35.573805304730399, "S21": -35.573805304730399, "W22": -38.730788003966481, "S22": -42.556137581704263, "W31": -60.0, "S31": -61.473131684272687, "W32": -94.539769704094567, "S32": -99.539769704094567 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72127530056331079, "S11": 0.52733329401798112, "W12": -10.06517357208933, "S12": -15.923425534771443, "W13": -24.842756161796864, "S13": -25.528272864713554, "W21": -37.826432636467601, "S21": -37.826432636467601, "W22": -34.062353724797141, "S22": -41.51359902554902, "W31": -80.0, "S31": -81.274956795771146, "W32": -85.710222248255647, "S32": -90.710222248255647 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 509240.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47390601383085146, "S11": 0.47390601383085146, "W12": -13.54480096273479, "S12": -13.774361460697492, "W13": -21.598760761068554, "S13": -30.127225226287543, "W21": -36.86009035012809, "S21": -36.86009035012809, "W22": -40.0, "S22": -40.0, "W31": -74.335739306981679, "S31": -74.335739306981679, "W32": -95.316193655011503, "S32": -100.3161936550115 }, "geometry": { "type": "Point", "coordinates": [ 103451.0, 513564.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27414643334669075, "S11": 0.27414643334669075, "W12": -5.7425558885292141, "S12": -5.7425558885292141, "W13": -20.31238922353532, "S13": -20.781935874098171, "W21": -40.0, "S21": -44.646497600660211, "W22": -39.155154017399148, "S22": -44.383433545612228, "W31": -61.731424557995958, "S31": -67.314169174753744, "W32": -84.095455953366283, "S32": -89.095455953366283 }, "geometry": { "type": "Point", "coordinates": [ 103451.666666666671517, 506505.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81403844598444652, "S11": 0.59813899344390498, "W12": -5.0, "S12": -7.7525322192896997, "W13": -23.265125854033254, "S13": -23.265125854033254, "W21": -39.210955028157301, "S21": -39.210955028157301, "W22": -56.337236533958496, "S22": -72.657100710525285, "W31": -104.35733144108519, "S31": -104.35733144108519, "W32": -104.51631984585727, "S32": -109.51631984585727 }, "geometry": { "type": "Point", "coordinates": [ 103451.666666666671517, 508849.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073642798473315882, "S11": -0.073642798473315882, "W12": -9.891459395841661, "S12": -10.368173211207148, "W13": -34.126411110432166, "S13": -34.126411110432166, "W21": -35.900247539812398, "S21": -35.900247539812398, "W22": -69.540202501488977, "S22": -71.696652918971111, "W31": -84.139301297600426, "S31": -84.139301297600426, "W32": -94.376279049411337, "S32": -99.376279049411337 }, "geometry": { "type": "Point", "coordinates": [ 103451.666666666671517, 510997.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5614245193985234, "S11": -1.5747144357318059, "W12": -6.4298863961031838, "S12": -6.4298863961031838, "W13": -14.593538179766632, "S13": -17.559357557599498, "W21": -32.170593900226571, "S21": -32.170593900226571, "W22": -48.426144369218107, "S22": -48.426144369218107, "W31": -88.338553724635702, "S31": -91.200686236369407, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.0, 507189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4667837751517085, "S11": 1.10614099327605, "W12": -5.8488531032420656, "S12": -5.8488531032420656, "W13": -15.537789119339775, "S13": -15.537789119339775, "W21": -32.934958767466632, "S21": -32.934958767466632, "W22": -46.993416261410225, "S22": -49.403517933049891, "W31": -79.02149906570564, "S31": -81.555545210894167, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.0, 507464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61299538642289941, "S11": -0.61299538642289941, "W12": -10.858796893860921, "S12": -13.858365439852125, "W13": -20.0, "S13": -20.0, "W21": -34.186924508343289, "S21": -34.186924508343289, "W22": -47.609163078780341, "S22": -47.91219643732164, "W31": -80.035471365070904, "S31": -80.035471365070904, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1599876416330375, "S12": -6.1599876416330375, "W13": -19.999999999999996, "S13": -21.473477171393565, "W21": -42.902822573718424, "S21": -42.902822573718424, "W22": -44.65628126117366, "S22": -47.720912764866249, "W31": -80.0, "S31": -80.028576161683091, "W32": -88.923861866208085, "S32": -93.923861866208085 }, "geometry": { "type": "Point", "coordinates": [ 103452.0, 518151.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -14.096430556951599, "W13": -20.448285199665477, "S13": -20.448285199665477, "W21": -34.074717741814176, "S21": -34.074717741814176, "W22": -39.505280604883893, "S22": -39.789095736932396, "W31": -72.047635050525372, "S31": -74.46721108594744, "W32": -92.784755361679402, "S32": -97.784755361679402 }, "geometry": { "type": "Point", "coordinates": [ 103452.333333333328483, 504784.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.74281923072981682, "W12": -6.3837759384601496, "S12": -6.3837759384601496, "W13": -20.848252887136546, "S13": -22.507678445876611, "W21": -42.290807038425278, "S21": -42.290807038425278, "W22": -34.698891504214274, "S22": -45.535963232926449, "W31": -77.093717093717103, "S31": -77.093717093717103, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.453333333338378, 516145.973333333327901 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53547624108091652, "S11": 0.53547624108091652, "W12": -8.0420371442100276, "S12": -8.0420371442100276, "W13": -21.928905747284421, "S13": -21.928905747284421, "W21": -40.475869044701803, "S21": -45.374716750610226, "W22": -35.057683806271825, "S22": -38.341361018090502, "W31": -72.243571726113743, "S31": -72.243571726113743, "W32": -89.977446405235668, "S32": -94.977446405235668 }, "geometry": { "type": "Point", "coordinates": [ 103452.5, 506038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.080193220055040482, "S11": -0.080193220055040482, "W12": -10.0, "S12": -17.811145779163731, "W13": -31.278304165272576, "S13": -31.278304165272576, "W21": -38.007941040745436, "S21": -38.007941040745436, "W22": -38.690663760804675, "S22": -43.63371907824434, "W31": -71.061450912856614, "S31": -71.061450912856614, "W32": -90.230986653688475, "S32": -95.230986653688475 }, "geometry": { "type": "Point", "coordinates": [ 103452.6, 511224.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15, "S11": -0.15, "W12": -6.1500001, "S12": -21.1500001, "W13": -28.15, "S13": -28.15, "W21": -36.150002, "S21": -36.150002, "W22": -36.73026128664911, "S22": -44.680766526170068, "W31": -66.15773839381481, "S31": -74.203702072783756, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103452.9, 505768.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43446435165788266, "S11": -1.7679610214764456, "W12": -7.8308491666850131, "S12": -10.026418988263336, "W13": -20.232192050373868, "S13": -20.232192050373868, "W21": -39.426847232324242, "S21": -45.511056479544607, "W22": -36.830731453564425, "S22": -48.483831503464621, "W31": -66.208827480269036, "S31": -75.617724961229783, "W32": -99.702185306920143, "S32": -104.70218530692014 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50991257983601601, "S11": 0.50991257983601601, "W12": -5.8783717562761986, "S12": -5.8783717562761986, "W13": -25.099380758513899, "S13": -25.099380758513899, "W21": -36.669740573975446, "S21": -37.021751693773894, "W22": -37.638987791103929, "S22": -50.010592833831737, "W31": -66.499396659477355, "S31": -71.398969531651545, "W32": -94.019564866299049, "S32": -99.019564866299049 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52434249278882628, "S11": 0.52434249278882628, "W12": -8.0699216078286948, "S12": -8.0699216078286948, "W13": -21.785408666057506, "S13": -21.785408666057506, "W21": -40.541560264625232, "S21": -45.527518138246094, "W22": -60.0, "S22": -78.538552179927422, "W31": -96.76994178898623, "S31": -96.76994178898623, "W32": -101.49046408908623, "S32": -106.49046408908623 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 506042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3296071542638133, "S11": 1.0671338481096684, "W12": -5.820821408739481, "S12": -8.0726199698905603, "W13": -15.941470300792703, "S13": -15.941470300792703, "W21": -32.996854800563852, "S21": -32.996854800563852, "W22": -59.291140674141474, "S22": -63.722384934930368, "W31": -103.01472604416614, "S31": -103.01472604416614, "W32": -103.83771905054161, "S32": -108.83771905054161 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 507483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51552583570669253, "S11": -0.76552583570669253, "W12": -5.0, "S12": -13.940185426222754, "W13": -20.453125930336419, "S13": -20.453125930336419, "W21": -36.60618524230091, "S21": -36.60618524230091, "W22": -47.845559001315891, "S22": -48.697676250092897, "W31": -82.771955503512885, "S31": -82.771955503512885, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 508514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6292953794202281, "S11": 1.6292953794202281, "W12": -5.0, "S12": -13.348638316320498, "W13": -23.886573127794023, "S13": -23.886573127794023, "W21": -39.213962494623601, "S21": -39.213962494623601, "W22": -39.368439354827863, "S22": -43.832247880813981, "W31": -60.0, "S31": -60.246999249812454, "W32": -94.590996102841501, "S32": -99.590996102841501 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 508921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34056187827183759, "S11": 0.02620477763245399, "W12": -6.3625092965545944, "S12": -6.3625092965545935, "W13": -24.653344850226262, "S13": -24.692453958008311, "W21": -36.266045773390289, "S21": -36.266045773390289, "W22": -46.993166773466811, "S22": -49.352585014167119, "W31": -78.830166043672648, "S31": -78.830166043672648, "W32": -89.762177585484935, "S32": -94.762177585484935 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 509398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24638159825979297, "S11": -0.044995407712546481, "W12": -7.9996894573864266, "S12": -15.029690345642603, "W13": -18.866220585340546, "S13": -20.21889280926592, "W21": -37.048741903089805, "S21": -37.048741903089805, "W22": -45.47536252466724, "S22": -48.335976141096857, "W31": -79.967544354289757, "S31": -81.203847785957421, "W32": -88.556039409976421, "S32": -93.556039409976421 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 509905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024492205325485687, "S11": 0.024492205325485687, "W12": -10.000000000000002, "S12": -13.323357598633955, "W13": -25.345364294127549, "S13": -25.345364294127549, "W21": -37.250165167078805, "S21": -37.250165167078805, "W22": -38.879853070446941, "S22": -41.986181324353872, "W31": -70.669600641013133, "S31": -75.14826527014209, "W32": -84.967198482062685, "S32": -89.967198482062685 }, "geometry": { "type": "Point", "coordinates": [ 103453.0, 511463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9871314070892048, "S11": 2.9871314070892048, "W12": -9.7443673621276012, "S12": -9.7443673621276012, "W13": -19.763173908371581, "S13": -20.437434869948195, "W21": -50.0, "S21": -65.0, "W22": -33.461372339833176, "S22": -43.765798024151415, "W31": -79.936819936819944, "S31": -79.936819936819944, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 500781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.4308313533344013, "S12": -10.202432230527483, "W13": -18.772751085014043, "S13": -20.377649034054933, "W21": -51.390010861448651, "S21": -67.371247163278056, "W22": -33.800313339160283, "S22": -42.745136334147752, "W31": -80.0, "S31": -80.745272949069886, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 500916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56532479414455561, "S11": 0.56532479414455561, "W12": -5.2213348355749076, "S12": -5.2213348355749076, "W13": -24.617997709114608, "S13": -24.617997709114608, "W21": -37.776830729949673, "S21": -39.404929903503394, "W22": -61.060001, "S22": -61.060001, "W31": -69.610001, "S31": -71.060001, "W32": -87.384122919334189, "S32": -92.384122919334189 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66132500426813368, "S11": 0.66132500426813368, "W12": -7.5244574636177832, "S12": -7.5244574636177832, "W13": -23.440674483139762, "S13": -23.440674483139762, "W21": -39.604004614670295, "S21": -43.711442631199219, "W22": -36.878162657039965, "S22": -50.18236674885668, "W31": -66.228757654757032, "S31": -76.254986594417346, "W32": -99.197343874922225, "S32": -104.19734387492223 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 505997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15853794642859995, "S11": -0.15853794642859995, "W12": -7.2630676508594867, "S12": -8.852213628928288, "W13": -19.59280093877582, "S13": -19.59280093877582, "W21": -41.603554580978688, "S21": -45.829432119149494, "W22": -50.0, "S22": -99.583066067992291, "W31": -107.52337827247621, "S31": -107.52337827247621, "W32": -111.64197173468318, "S32": -116.64197173468318 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 506102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29110562561777775, "S11": -1.1334856789997383, "W12": -3.6891966885008922, "S12": -5.1828009021953996, "W13": -19.356425716415135, "S13": -22.356425716415135, "W21": -40.513614209530957, "S21": -45.513614209530957, "W22": -44.8010564599021, "S22": -52.107336186451647, "W31": -59.999999999999993, "S31": -60.975029155518961, "W32": -96.65088305686227, "S32": -101.65088305686227 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 506259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18552729448144656, "S11": -0.14570634568680774, "W12": -8.0989052911287605, "S12": -17.240894660908644, "W13": -22.95852283270526, "S13": -22.95852283270526, "W21": -35.40394357028179, "S21": -35.40394357028179, "W22": -44.325163756545287, "S22": -48.925005933485302, "W31": -69.50771673870112, "S31": -69.881179819771546, "W32": -92.765733118275065, "S32": -97.765733118275065 }, "geometry": { "type": "Point", "coordinates": [ 103454.0, 510057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8407835577008362, "S11": 2.8407835577008362, "W12": -9.7723640921983375, "S12": -9.7723640921983375, "W13": -19.729623046931042, "S13": -20.512711687453098, "W21": -50.11382600185572, "S21": -65.257442467988866, "W22": -44.044614628444421, "S22": -47.137179712113699, "W31": -80.0, "S31": -80.056212357796127, "W32": -89.20921252500257, "S32": -94.20921252500257 }, "geometry": { "type": "Point", "coordinates": [ 103454.333333333328483, 500801.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.014718727978615564, "S11": 0.014718727978615564, "W12": -10.024499977240614, "S12": -13.258874821213743, "W13": -24.907589651261773, "S13": -24.913474285316283, "W21": -37.204101613636276, "S21": -37.204101613636276, "W22": -51.971722435211063, "S22": -52.234004059035122, "W31": -98.844645589646305, "S31": -98.844645589646305, "W32": -98.844645589646305, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103454.333333333328483, 511477.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.0056977704376546, "W12": -10.493204813506555, "S12": -10.493204813506555, "W13": -21.807439865913068, "S13": -21.807439865913068, "W21": -37.075115979683446, "S21": -37.075115979683446, "W22": -50.0, "S22": -100.0, "W31": -107.51692866033301, "S31": -107.51692866033301, "W32": -111.63349930797946, "S32": -116.63349930797946 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 505331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21449937455811174, "S11": -0.78550062544188815, "W12": -5.0, "S12": -8.9822953681191944, "W13": -22.098377575286083, "S13": -22.098377575286083, "W21": -38.292380153228137, "S21": -38.292380153228137, "W22": -45.295614566718847, "S22": -45.295614566718847, "W31": -79.890362953692119, "S31": -80.387073149573581, "W32": -95.234078609359614, "S32": -100.23407860935961 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26185748586828383, "S11": -0.032702905933033211, "W12": -8.0131531548730219, "S12": -14.37829349951566, "W13": -18.474442259454115, "S13": -19.553117438577264, "W21": -37.024316397786933, "S21": -37.024316397786933, "W22": -47.157337951863234, "S22": -49.028733418062409, "W31": -79.647900303802629, "S31": -79.647900303802629, "W32": -93.434051497635309, "S32": -98.434051497635309 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31572142180576362, "S11": -0.084789294503692714, "W12": -8.2087656521510333, "S12": -15.652399604405677, "W13": -23.15534957336866, "S13": -23.15534957336866, "W21": -34.83319910643921, "S21": -34.83319910643921, "W22": -40.679123267084805, "S22": -42.495861252601827, "W31": -78.198393043161246, "S31": -79.776931751414665, "W32": -92.249627545107813, "S32": -97.249627545107813 }, "geometry": { "type": "Point", "coordinates": [ 103455.0, 510072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.140964899343707, "S12": -14.140964899343707, "W13": -21.198944451563303, "S13": -25.761903981752099, "W21": -40.0, "S21": -43.161347517730498, "W22": -50.0, "S22": -61.092012133468145, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.13472957374458, "S32": -108.13472957374458 }, "geometry": { "type": "Point", "coordinates": [ 103455.75, 503602.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18022005216684189, "S11": -0.18022005216684189, "W12": -6.1611236783972387, "S12": -6.1611236783972387, "W13": -20.0, "S13": -20.0, "W21": -42.571044017382235, "S21": -42.571044017382235, "W22": -60.0, "S22": -64.919534538252051, "W31": -101.44124271654506, "S31": -101.44124271654506, "W32": -103.10987890334238, "S32": -108.10987890334238 }, "geometry": { "type": "Point", "coordinates": [ 103455.950819672129001, 518285.557377049175557 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4806882630558764, "S12": -9.4806882630558764, "W13": -16.197708491700222, "S13": -17.307687136980313, "W21": -22.030579708289046, "S21": -23.206649608811354, "W22": -60.0, "S22": -82.324627072589138, "W31": -100.51844376974701, "S31": -100.51844376974701, "W32": -102.26647167033377, "S32": -107.26647167033377 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 497196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10388160327687197, "S11": 0.10388160327687197, "W12": -6.4366185476053612, "S12": -6.4366185476053612, "W13": -27.910610840263494, "S13": -27.910610840263494, "W21": -36.140986682424192, "S21": -36.140986682424192, "W22": -60.0, "S22": -77.277621722846447, "W31": -96.048895488976925, "S31": -96.048895488976925, "W32": -101.25253505791606, "S32": -106.25253505791606 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14390473072024562, "S11": -0.14390473072024562, "W12": -6.1478624773285802, "S12": -18.235458752741231, "W13": -27.995279355316374, "S13": -27.995279355316374, "W21": -36.003451161254532, "S21": -37.000490012099363, "W22": -44.851368680837574, "S22": -49.754948791721404, "W31": -66.399721216386993, "S31": -67.399721216386993, "W32": -98.494178129389653, "S32": -103.49417812938965 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 505768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7662846072807641, "S12": -6.7662846072807641, "W13": -26.97795591182388, "S13": -26.97795591182388, "W21": -36.15162697743677, "S21": -36.478909190623064, "W22": -47.613243340316046, "S22": -47.866608603739287, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 505795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17863492887550614, "S11": -0.17863492887550614, "W12": -13.20544526451291, "S12": -13.20544526451291, "W13": -19.108313236155858, "S13": -22.804881985933051, "W21": -35.12499526086075, "S21": -35.12499526086075, "W22": -40.032660595208071, "S22": -51.827093166677038, "W31": -64.059232462530872, "S31": -73.036239141370231, "W32": -82.922131621559103, "S32": -87.922131621559103 }, "geometry": { "type": "Point", "coordinates": [ 103456.0, 512324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40853766396468588, "S11": 0.40853766396468588, "W12": -11.744649566841963, "S12": -12.207567339689945, "W13": -21.5564351408829, "S13": -32.29207027416367, "W21": -36.98519628644631, "S21": -37.028915869068143, "W22": -39.16, "S22": -49.568965093452093, "W31": -62.156031118687416, "S31": -70.514461518788153, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103456.6, 513380.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1354055994463232, "S12": -6.1354055994463232, "W13": -20.0, "S13": -20.0, "W21": -43.567755451991907, "S21": -43.567755451991907, "W22": -38.711176534056754, "S22": -42.300664973763247, "W31": -60.0, "S31": -61.555951053080506, "W32": -94.591638267582226, "S32": -99.591638267582226 }, "geometry": { "type": "Point", "coordinates": [ 103456.822222222224809, 517957.422222222201526 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56006569827014652, "S11": 0.56006569827014652, "W12": -9.7282517184827491, "S12": -9.7282517184827491, "W13": -16.245996947309173, "S13": -17.307034587187097, "W21": -20.0, "S21": -21.136407207303829, "W22": -60.0, "S22": -75.66543773408182, "W31": -95.729997840772299, "S31": -95.729997840772299, "W32": -101.10682006008052, "S32": -106.10682006008052 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 497130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -15.0, "S12": -22.923882133501849, "W13": -22.923882133501849, "S13": -23.5262200630184, "W21": -40.0, "S21": -40.83067144719687, "W22": -51.052252439918213, "S22": -51.96574300315492, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.00000000000001, "S32": -102.5244940468537 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53846485501745811, "S11": 0.53846485501745811, "W12": -7.9799547535118647, "S12": -7.9799547535118647, "W13": -21.883410116321937, "S13": -21.883410116321937, "W21": -40.381356155083182, "S21": -45.381356155083182, "W22": -65.796307325789158, "S22": -69.118515884462482, "W31": -83.612571404602178, "S31": -83.612571404602178, "W32": -93.926914153132245, "S32": -98.926914153132245 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 506040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3770540534113334, "S11": 0.37705405341133336, "W12": -5.0, "S12": -17.689387135228699, "W13": -24.377526055059644, "S13": -24.377526055059644, "W21": -39.141237894736847, "S21": -39.141237894736847, "W22": -47.047941075532982, "S22": -49.240915388720197, "W31": -79.22716324075725, "S31": -79.22716324075725, "W32": -91.518654755648981, "S32": -96.518654755648981 }, "geometry": { "type": "Point", "coordinates": [ 103457.0, 508979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66645431782066678, "S11": 0.66645431782066678, "W12": -7.4859125628790775, "S12": -7.4859125628790775, "W13": -23.469911841255801, "S13": -23.469911841255801, "W21": -39.501570660072616, "S21": -43.414793800568482, "W22": -33.423771591123078, "S22": -43.728546120763305, "W31": -79.663039663039669, "S31": -79.663039663039669, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103457.25, 505996.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.97809404635119, "S11": 3.97809404635119, "W12": -9.2313534447514218, "S12": -9.2313534447514218, "W13": -19.22271276681969, "S13": -19.679201894050763, "W21": -37.535517865123758, "S21": -47.845302826878701, "W22": -38.190950081474909, "S22": -46.367183523594321, "W31": -66.714037743494814, "S31": -70.101597528755917, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 503168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.036704015311614935, "S11": -0.036704015311614935, "W12": -15.0, "S12": -23.734698453792134, "W13": -23.734698453792134, "S13": -25.566164615203114, "W21": -40.000000000000007, "S21": -42.136323151883488, "W22": -61.118048634146341, "S22": -61.118048634146341, "W31": -75.239998, "S31": -75.239998, "W32": -85.640670946654708, "S32": -90.640670946654708 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 503912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49952229299363055, "S11": -2.9845074345043048, "W12": -10.551900856133628, "S12": -10.551900856133628, "W13": -21.912492546567176, "S13": -21.912492546567176, "W21": -37.011047834394162, "S21": -37.011047834394162, "W22": -50.0, "S22": -71.057834734134829, "W31": -104.7992374731251, "S31": -104.7992374731251, "W32": -110.6349456584671, "S32": -115.6349456584671 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 505326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8847190956271029, "S11": -0.11528090437289706, "W12": -5.2517554188736923, "S12": -6.7864854032252397, "W13": -16.536475869809202, "S13": -16.536475869809202, "W21": -34.487758449445366, "S21": -34.487758449445366, "W22": -33.736508093155713, "S22": -42.805077955310921, "W31": -80.0, "S31": -80.713471248009327, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 507016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5407058276623564, "S11": 1.5407058276623564, "W12": -7.5555162793401012, "S12": -12.819199677724416, "W13": -24.999999999999996, "S13": -27.012409179195789, "W21": -37.186087322395586, "S21": -37.574322897139751, "W22": -50.0, "S22": -63.672683468773506, "W31": -100.0, "S31": -100.0, "W32": -103.69081663425636, "S32": -108.69081663425636 }, "geometry": { "type": "Point", "coordinates": [ 103458.0, 509735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1493752115304616, "S12": -6.1493752115304616, "W13": -19.999999999999996, "S13": -21.377278248927993, "W21": -42.822512699722864, "S21": -42.822512699722864, "W22": -42.810680281367453, "S22": -53.581268056207016, "W31": -63.082340195016251, "S31": -63.668661821633627, "W32": -97.293574251660985, "S32": -102.29357425166098 }, "geometry": { "type": "Point", "coordinates": [ 103458.5, 518200.0625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96639812488596333, "S11": 0.96639812488596333, "W12": -10.0, "S12": -10.0, "W13": -15.000000000000002, "S13": -17.005169800335285, "W21": -37.462461855745325, "S21": -42.864440044941368, "W22": -45.270902691096268, "S22": -46.756994297683171, "W31": -70.700438930571053, "S31": -72.322997216645405, "W32": -99.356988117190468, "S32": -104.35698811719047 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 500106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2386559804900143, "S11": 0.2386559804900143, "W12": -5.9236568733106019, "S12": -6.938066754371901, "W13": -25.0, "S13": -27.685752330226364, "W21": -38.249772016675351, "S21": -40.882966222420499, "W22": -44.955691450539831, "S22": -47.8988454572591, "W31": -80.0, "S31": -80.0, "W32": -88.843062389103352, "S32": -93.843062389103352 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 505642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52174516387450354, "S11": 0.52174516387450354, "W12": -5.8842821689397891, "S12": -5.8842821689397891, "W13": -25.0, "S13": -25.0, "W21": -36.504490995910771, "S21": -36.504490995910771, "W22": -42.755314127587454, "S22": -42.755314127587454, "W31": -75.680798336946523, "S31": -77.516328019979397, "W32": -94.897750600521093, "S32": -99.897750600521093 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 505843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41097164815432485, "S11": 0.41097164815432485, "W12": -1.9805680385613615, "S12": -10.066394572257341, "W13": -20.588201616560504, "S13": -20.614155095185797, "W21": -38.897389082562789, "S21": -43.340925378199117, "W22": -42.784836847402858, "S22": -45.598703392137089, "W31": -80.0, "S31": -80.128426488184317, "W32": -89.724463221049675, "S32": -94.724463221049675 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 506660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2302040926370277, "S11": 1.2302040926370277, "W12": -5.0, "S12": -10.304063374453159, "W13": -23.52253064848642, "S13": -23.52253064848642, "W21": -39.180857160113874, "S21": -39.180857160113874, "W22": -47.286876111475081, "S22": -47.286876111475081, "W31": -71.687398024348084, "S31": -71.687398024348084, "W32": -91.995211099415741, "S32": -96.995211099415741 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.73462783171511625, "W12": -5.4670100872653506, "S12": -18.177626440715244, "W13": -24.585650715352827, "S13": -24.585650715352827, "W21": -38.989527246599806, "S21": -38.989527246599806, "W22": -60.0, "S22": -68.98928439827381, "W31": -83.347179422510848, "S31": -83.347179422510848, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 509065.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26935621340270161, "S11": -0.00016181357058381307, "W12": -6.3656808023387077, "S12": -7.6090174973394289, "W13": -24.303799701505795, "S13": -24.322492529293147, "W21": -36.406928160655227, "S21": -36.406928160655227, "W22": -39.804129856122067, "S22": -41.173721387700574, "W31": -66.550674753919452, "S31": -66.680118008737438, "W32": -94.584611150562139, "S32": -99.584611150562139 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 509414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49485294117647016, "W12": -7.8769489693063326, "S12": -19.166616151969045, "W13": -25.336439305701614, "S13": -28.167847237157396, "W21": -37.069258818938231, "S21": -37.155595983024426, "W22": -44.753615265408207, "S22": -50.079853088309072, "W31": -68.805820661257542, "S31": -69.712203639980942, "W32": -98.366800681144596, "S32": -103.3668006811446 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 509821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44281005672236706, "S11": -0.44281005672236706, "W12": -7.7183718371837173, "S12": -32.718371837183717, "W13": -32.758166690011478, "S13": -32.758166690011478, "W21": -34.386345626575029, "S21": -34.386345626575029, "W22": -40.16006634047919, "S22": -51.277032369267985, "W31": -63.087283689107991, "S31": -71.754134560650513, "W32": -81.321651630811928, "S32": -86.321651630811928 }, "geometry": { "type": "Point", "coordinates": [ 103459.0, 510839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.170203392319314, "S12": -14.170203392319314, "W13": -21.269637365453644, "S13": -25.787968725662843, "W21": -40.0, "S21": -42.969826158940251, "W22": -39.264658065306961, "S22": -43.734269917957761, "W31": -63.821047976622992, "S31": -69.07562345358383, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103459.4, 503607.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6830348435246449, "S11": 2.6830348435246449, "W12": -9.651241394321179, "S12": -9.651241394321179, "W13": -16.889457581194389, "S13": -18.424805275281422, "W21": -39.864538968265066, "S21": -50.120822851951608, "W22": -39.820052565951215, "S22": -39.820052565951215, "W31": -72.043549800371082, "S31": -73.534934812031779, "W32": -94.578709868323713, "S32": -99.578709868323713 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 500337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83811951713278843, "S11": -3.6357103319201607, "W12": -9.5890605033950465, "S12": -13.656856240571173, "W13": -20.0, "S13": -20.890146988527725, "W21": -33.973591877764051, "S21": -33.973591877764051, "W22": -44.572370967811835, "S22": -44.572370967811835, "W31": -74.598977613891464, "S31": -74.628218472397023, "W32": -94.369268137655496, "S32": -99.369268137655496 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 504675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40487493365180272, "S11": -1.6400293079465234, "W12": -10.601718685110054, "S12": -11.683800510622996, "W13": -23.72079440599051, "S13": -23.72079440599051, "W21": -35.894736576574381, "S21": -40.894736576574381, "W22": -45.532043582086963, "S22": -45.532043582086963, "W31": -73.569075074154554, "S31": -73.586046457302402, "W32": -93.307000817216007, "S32": -98.307000817216007 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 505159.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52051725421013217, "S11": 0.52051725421013217, "W12": -5.9480301912399458, "S12": -5.9480301912399458, "W13": -25.0, "S13": -25.0, "W21": -36.414734272959372, "S21": -36.727764318042752, "W22": -50.70513932286643, "S22": -52.255170168430695, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.26328298991262 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 505840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65875755678808445, "S11": 0.65875755678808445, "W12": -7.1918686262128126, "S12": -7.1918686262128126, "W13": -23.813701852200946, "S13": -23.813701852200946, "W21": -39.162012018319153, "S21": -42.676675012486356, "W22": -39.677376049181866, "S22": -44.330075514008008, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -94.667884627799339, "S32": -99.667884627799339 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23992537313432835, "S11": 0.23992537313432835, "W12": -7.8853929744756135, "S12": -10.985551956987537, "W13": -20.582670652461712, "S13": -20.582670652461712, "W21": -41.017527193069434, "S21": -45.526735441141128, "W22": -55.514067466871701, "S22": -55.533920868748311, "W31": -87.806381527423397, "S31": -87.806381527423397, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 506076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7629304613748171, "S11": 1.1340574617153005, "W12": -5.79545939942762, "S12": -8.0263420621619783, "W13": -14.970813531714755, "S13": -14.970813531714755, "W21": -32.769512952401172, "S21": -32.769512952401172, "W22": -52.015176255698975, "S22": -52.015176255698975, "W31": -90.0, "S31": -90.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 507416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2495687176538239, "S11": 2.2495687176538239, "W12": -8.1609334414981785, "S12": -14.667974647428661, "W13": -24.707248457494771, "S13": -25.055617251821012, "W21": -38.78009712967291, "S21": -38.78009712967291, "W22": -42.093438557436627, "S22": -44.747038974190502, "W31": -80.0, "S31": -80.592918453416303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103460.0, 509165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44262588959231269, "S11": -0.21051850773913011, "W12": -4.1052389027633316, "S12": -6.8317662852676442, "W13": -20.176896724865319, "S13": -20.176896724865319, "W21": -36.048655750741752, "S21": -37.548757259844038, "W22": -41.216290405533236, "S22": -41.216290405533236, "W31": -73.895705059687714, "S31": -75.858603580076533, "W32": -94.719432815137949, "S32": -99.719432815137949 }, "geometry": { "type": "Point", "coordinates": [ 103460.714285714289872, 506905.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6704228575010966, "S11": 2.6704228575010966, "W12": -9.8693523605620967, "S12": -10.161486992980169, "W13": -19.391664028593311, "S13": -20.429558347752085, "W21": -50.600455671712709, "S21": -65.934355568836651, "W22": -39.003723884974882, "S22": -39.383809538079809, "W31": -71.265057056989747, "S31": -75.257063639803903, "W32": -89.451577402787976, "S32": -94.451577402787976 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 500846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0794272229968169, "W12": -5.1505760291046281, "S12": -7.0988194271563732, "W13": -13.717795796198274, "S13": -16.866390891653289, "W21": -52.16398172504497, "S21": -62.907516974491926, "W22": -37.837146141962499, "S22": -44.404278117509072, "W31": -70.008735923507373, "S31": -74.817284625524437, "W32": -84.886146916071141, "S32": -89.886146916071141 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 502286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46671974522292925, "S11": -2.4513496119054423, "W12": -10.677979746350189, "S12": -10.677979746350188, "W13": -23.099947835889537, "S13": -23.099947835889537, "W21": -36.237218101773564, "S21": -37.483793444239318, "W22": -35.644198569272675, "S22": -45.742874404711692, "W31": -75.018157807857378, "S31": -76.572556150429733, "W32": -84.997509188195806, "S32": -89.997509188195806 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 505265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0043358413779788219, "S11": 0.0043358413779788219, "W12": -6.6117633965841458, "S12": -9.7929457858131013, "W13": -20.0, "S13": -20.0, "W21": -32.952877778981644, "S21": -32.952877778981644, "W22": -33.459923541268083, "S22": -44.110040067079112, "W31": -77.651807651807658, "S31": -77.651807651807658, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 507849.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47911967552581464, "S11": 0.13009444415022958, "W12": -7.0432384520774578, "S12": -10.69196887149446, "W13": -25.135788485637335, "S13": -25.25929883766106, "W21": -36.525742552952174, "S21": -36.525742552952174, "W22": -36.87974577421447, "S22": -49.785652710342212, "W31": -66.209816433616339, "S31": -76.134481928636845, "W32": -99.251576796659862, "S32": -104.25157679665986 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 509306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19408277516744979, "S11": -0.16225990629511058, "W12": -7.0844941598500482, "S12": -19.651706334129329, "W13": -24.846408484111826, "S13": -29.256361965615188, "W21": -36.130380797755976, "S21": -36.130380797755976, "W22": -40.0, "S22": -40.0, "W31": -76.129020409749288, "S31": -76.129243695235729, "W32": -95.650359376519006, "S32": -100.65035937651901 }, "geometry": { "type": "Point", "coordinates": [ 103461.0, 509937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63003563345692548, "S11": 0.63003563345692548, "W12": -6.4955879397338991, "S12": -6.4955879397338991, "W13": -24.123455924195326, "S13": -24.123455924195326, "W21": -38.688621634376986, "S21": -41.347605756217554, "W22": -44.049435623787367, "S22": -52.820947405625411, "W31": -71.10733548508631, "S31": -71.719628629294391, "W32": -98.117336328658823, "S32": -103.11733632865882 }, "geometry": { "type": "Point", "coordinates": [ 103461.5, 505951.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73831085348566305, "S11": 0.73831085348566305, "W12": -10.0, "S12": -10.0, "W13": -14.953923952468273, "S13": -17.02135215485379, "W21": -36.589208115920229, "S21": -37.14081856481701, "W22": -39.46271795617767, "S22": -41.488703130111162, "W31": -64.504203541262825, "S31": -65.230643131915244, "W32": -94.610199886516966, "S32": -99.610199886516966 }, "geometry": { "type": "Point", "coordinates": [ 103462.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47481381829707525, "S11": -0.47481381829707525, "W12": -6.4435198669751967, "S12": -6.4435198669751967, "W13": -15.531372366999749, "S13": -17.422315235118973, "W21": -35.252511053103483, "S21": -35.252511053103483, "W22": -59.4045261669024, "S22": -65.247796090922137, "W31": -102.31235616706654, "S31": -102.31235616706654, "W32": -103.47055877890186, "S32": -108.47055877890186 }, "geometry": { "type": "Point", "coordinates": [ 103462.571428571434808, 497995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49438644485758043, "S11": 0.49438644485758043, "W12": -10.0, "S12": -10.0, "W13": -14.853413064951013, "S13": -17.853413064951013, "W21": -31.13600456420609, "S21": -34.083148909511586, "W22": -60.040774416111681, "S22": -70.329178370786508, "W31": -94.690053892558609, "S31": -94.690053892558609, "W32": -100.63837546405007, "S32": -105.63837546405007 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 499796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.166179388117365, "S11": -1.4382587387088215, "W12": -9.508709324725368, "S12": -10.54158595883964, "W13": -20.0, "S13": -20.697523303059274, "W21": -35.380726897689705, "S21": -45.380726897689705, "W22": -50.0, "S22": -50.0, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 504488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44905171017604306, "S11": -1.8493353865981503, "W12": -7.9768168908654582, "S12": -9.8123624216482579, "W13": -20.0, "S13": -20.142488384099121, "W21": -39.426321825868257, "S21": -45.927931887232859, "W22": -47.262882293070639, "S22": -49.769104551067826, "W31": -78.71414480456616, "S31": -81.71414480456616, "W32": -99.829779731159761, "S32": -104.82977973115976 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 505527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30916555970122184, "S11": -0.39046130597042006, "W12": -6.6333984064448881, "S12": -8.0718687160668505, "W13": -25.0, "S13": -25.339941428249613, "W21": -39.748306409588324, "S21": -42.764589294332232, "W22": -47.649914457564549, "S22": -48.477657588646188, "W31": -80.0, "S31": -81.578046041549698, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24502774458309018, "S11": 0.24502774458309018, "W12": -5.7796356855367952, "S12": -5.7796356855367952, "W13": -20.314271049061936, "S13": -20.74961873118113, "W21": -40.0, "S21": -44.45750498611671, "W22": -47.607426664972429, "S22": -47.607426664972429, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 506499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.19026433720857228, "W12": -3.4530526880879528, "S12": -6.0933124947672024, "W13": -20.424485486137069, "S13": -20.424485486137069, "W21": -36.794043859164034, "S21": -39.587707088402617, "W22": -47.473986309013938, "S22": -48.214767057153601, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 506853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.458453812205144, "S11": 1.3566045670349993, "W12": -9.0724399574289478, "S12": -14.594480711620712, "W13": -24.788838935525042, "S13": -25.327846027723623, "W21": -38.20918315060667, "S21": -38.20918315060667, "W22": -41.126680350410766, "S22": -41.126680350410766, "W31": -73.60964519989254, "S31": -75.852103300451304, "W32": -94.613207639234517, "S32": -99.613207639234517 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31933748315864036, "S11": 0.010791129658901444, "W12": -8.0364695889914799, "S12": -11.84265185937538, "W13": -17.656665130288577, "S13": -17.788018109181962, "W21": -36.925411896681148, "S21": -39.925411896681148, "W22": -39.570366456765505, "S22": -39.690064609250541, "W31": -68.304280764873056, "S31": -73.441151477389766, "W32": -95.785984966529966, "S32": -100.78598496652997 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 509896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0043251295661099753, "S11": 0.0043251295661099753, "W12": -10.086095890410959, "S12": -35.086095890410959, "W13": -35.086095890410959, "S13": -35.086095890410959, "W21": -39.028333, "S21": -39.028333, "W22": -36.817191786130962, "S22": -47.348628911879466, "W31": -66.175015872591445, "S31": -75.232459340664093, "W32": -99.94825441947232, "S32": -104.94825441947232 }, "geometry": { "type": "Point", "coordinates": [ 103463.0, 510774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.125251103181121, "S12": -6.125251103181121, "W13": -20.0, "S13": -20.0, "W21": -43.482371352963455, "S21": -43.482371352963455, "W22": -36.958477958355616, "S22": -50.243023073307903, "W31": -66.246859900417675, "S31": -74.934453609730355, "W32": -98.399218264191163, "S32": -103.39921826419116 }, "geometry": { "type": "Point", "coordinates": [ 103463.144444444449618, 518006.84444444446126 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46941251342428703, "S11": -2.5305874865757128, "W12": -8.4484599634530291, "S12": -9.8935454150015669, "W13": -20.0, "S13": -20.0, "W21": -39.145392699266111, "S21": -47.125373257015667, "W22": -67.636224294290457, "S22": -71.013119850464136, "W31": -87.297585931549463, "S31": -87.297585931549463, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.5, 505494.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20618216533525602, "S11": -0.20618216533525602, "W12": -6.1478343966016249, "S12": -6.1478343966016249, "W13": -19.999999999999996, "S13": -20.000000000000004, "W21": -42.584727505228102, "S21": -42.584727505228102, "W22": -37.650989633450962, "S22": -50.392169090257795, "W31": -66.475487441422302, "S31": -71.831994890114871, "W32": -93.98380361304018, "S32": -98.98380361304018 }, "geometry": { "type": "Point", "coordinates": [ 103463.713114754093112, 518334.918032786867116 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42443523951992324, "S11": -0.64746424059420526, "W12": -5.0, "S12": -12.765538308086027, "W13": -21.261011828623335, "S13": -21.261011828623335, "W21": -37.556605428901712, "S21": -37.556605428901712, "W22": -39.728305302619873, "S22": -48.732260561412886, "W31": -60.641576687967955, "S31": -68.533687036536534, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103463.8, 508628.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26515477683557642, "S11": -0.26515477683557642, "W12": -7.0528702776269645, "S12": -7.0528702776269645, "W13": -15.744605267961207, "S13": -17.477734352928529, "W21": -34.001315495198881, "S21": -34.001315495198881, "W22": -39.081315900126349, "S22": -41.763694716414051, "W31": -62.493471649703622, "S31": -63.79708399123389, "W32": -94.635788622471637, "S32": -99.635788622471637 }, "geometry": { "type": "Point", "coordinates": [ 103464.0, 497837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5769965824264771, "S11": 0.78135130081513782, "W12": -9.6659409943867711, "S12": -11.49186224904788, "W13": -19.986131966663756, "S13": -20.557022031961303, "W21": -37.161762203380263, "S21": -47.161762203380263, "W22": -50.0, "S22": -50.0, "W31": -107.05437119518514, "S31": -107.05437119518514, "W32": -111.17166520542808, "S32": -116.17166520542808 }, "geometry": { "type": "Point", "coordinates": [ 103464.0, 504394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1322297566812924, "S11": 1.1322297566812924, "W12": -5.7867028320020504, "S12": -9.6970672727014389, "W13": -14.879486231810594, "S13": -14.879486231810594, "W21": -32.617425566484904, "S21": -32.617425566484904, "W22": -52.210471092958535, "S22": -81.846285982294546, "W31": -105.97097598095353, "S31": -105.97097598095353, "W32": -107.15987693136903, "S32": -112.15987693136903 }, "geometry": { "type": "Point", "coordinates": [ 103464.0, 507371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60470994038128678, "S11": 0.60470994038128678, "W12": -10.35400608003844, "S12": -10.35400608003844, "W13": -16.646834971001606, "S13": -17.645122567049906, "W21": -19.559168456567932, "S21": -20.579251308386514, "W22": -38.57575709014867, "S22": -42.282927701240176, "W31": -67.901139567604886, "S31": -75.128877529776403, "W32": -97.954545454545453, "S32": -102.95454545454545 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 496995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5500002, "S12": -6.5500002, "W13": -15.65, "S13": -17.5, "W21": -35.3, "S21": -35.3, "W22": -37.034502877307794, "S22": -43.372784053444697, "W31": -66.26429855842909, "S31": -71.287347181744849, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1922674704206373, "S11": 1.1922674704206373, "W12": -10.0, "S12": -10.0, "W13": -15.318134451319981, "S13": -17.384257703375354, "W21": -38.388524146080883, "S21": -48.572394295713138, "W22": -36.639419020748157, "S22": -41.620982791193462, "W31": -66.149259531679789, "S31": -72.663017000924071, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 500155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9898452178581014, "S11": 1.9898452178581014, "W12": -9.3479050229610916, "S12": -10.340339233487487, "W13": -18.469017615522084, "S13": -20.394141865878357, "W21": -51.7672552779852, "S21": -67.722520644043513, "W22": -63.289875128742032, "S22": -63.289875128742032, "W31": -71.193462487804737, "S31": -71.210279444686947, "W32": -86.355306750780954, "S32": -91.355306750780954 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 500951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6397236374101221, "S11": 2.6397236374101221, "W12": -4.5008359539198226, "S12": -5.9775881022122439, "W13": -13.141138160015082, "S13": -14.838906204214606, "W21": -50.732009222927857, "S21": -60.553572133907522, "W22": -47.071160183957105, "S22": -49.081344442408778, "W31": -79.568239864689403, "S31": -79.568239864689403, "W32": -92.510947626553332, "S32": -97.510947626553332 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 502353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8396301076042381, "S11": 2.8396301076042381, "W12": -3.6125053878834357, "S12": -3.6125053878834357, "W13": -12.315259602467295, "S13": -13.490267101087802, "W21": -48.456904133685136, "S21": -58.635408858225055, "W22": -60.362334689962395, "S22": -60.362334689962395, "W31": -69.825450266376606, "S31": -70.646123941508108, "W32": -88.534797957655144, "S32": -93.534797957655144 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 502440.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1107165080843338, "S11": -1.4273335970165797, "W12": -5.0, "S12": -5.0, "W13": -17.631224463293709, "S13": -20.566208064191681, "W21": -41.405450504391503, "S21": -45.137317452736887, "W22": -63.745808182427893, "S22": -63.745808182427893, "W31": -92.641440425147522, "S31": -92.641440425147522, "W32": -99.138896836272195, "S32": -104.1388968362722 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 506182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1931060454253356, "S11": 0.1931060454253356, "W12": -5.2556807109170984, "S12": -12.370763100836449, "W13": -20.0, "S13": -20.0, "W21": -32.903657630517174, "S21": -32.903657630517174, "W22": -38.699913844074459, "S22": -41.937557482451865, "W31": -60.482739758141712, "S31": -62.198572052610579, "W32": -94.661377358426464, "S32": -99.661377358426464 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 507746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.885976556304733, "S11": 1.885976556304733, "W12": -6.8928921728052792, "S12": -22.672003110223407, "W13": -24.127837826785864, "S13": -25.742959724528305, "W21": -34.432407167416912, "S21": -34.432407167416912, "W22": -42.518738375460927, "S22": -53.281063386824982, "W31": -64.154929577464785, "S31": -64.639772461013763, "W32": -97.353511538714798, "S32": -102.3535115387148 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 509596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18959612116365093, "S11": -0.17411878164412448, "W12": -6.8661859063805082, "S12": -19.23915912416944, "W13": -25.0, "S13": -29.962194491619286, "W21": -36.0350855952614, "S21": -36.0350855952614, "W22": -38.728147168836735, "S22": -42.595710014610184, "W31": -70.388221004383823, "S31": -75.742438564378176, "W32": -84.93054183846121, "S32": -89.93054183846121 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 509935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0057841427280559687, "S11": -0.0057841427280559687, "W12": -12.713232392570657, "S12": -12.713232392570657, "W13": -19.412081646851426, "S13": -20.43608645956143, "W21": -35.876980625468619, "S21": -35.876980625468619, "W22": -38.241637235061887, "S22": -44.530313992501739, "W31": -70.0, "S31": -75.253553142443209, "W32": -84.903207523007424, "S32": -89.903207523007424 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 512618.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.138762781427884, "S12": -6.138762781427884, "W13": -20.0, "S13": -21.281079326462478, "W21": -42.742202825727283, "S21": -42.742202825727283, "W22": -37.416644385938916, "S22": -45.009534619464489, "W31": -66.37285666549441, "S31": -69.974991404803134, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 518248.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59361694909318452, "S11": 0.59361694909318452, "W12": -5.3378428799639508, "S12": -5.3378428799639508, "W13": -24.5601011307029, "S13": -24.5601011307029, "W21": -37.661887884194968, "S21": -39.072593490157381, "W22": -33.896002858936342, "S22": -41.583776981743185, "W31": -80.0, "S31": -81.226915387482762, "W32": -85.352087878897549, "S32": -90.352087878897549 }, "geometry": { "type": "Point", "coordinates": [ 103465.75, 505906.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26343510779222234, "S11": -0.065869441868605938, "W12": -7.2623778632164866, "S12": -20.594352385509456, "W13": -21.72812911920472, "S13": -21.72812911920472, "W21": -36.295116210700243, "S21": -36.295116210700243, "W22": -47.639524110604626, "S22": -50.027516575939281, "W31": -78.700844093850179, "S31": -81.977180779927465, "W32": -99.896449336455518, "S32": -104.89644933645552 }, "geometry": { "type": "Point", "coordinates": [ 103465.75, 509975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93354113741938771, "S11": 0.93354113741938771, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -14.944464190988603, "S13": -17.015441032290742, "W21": -37.380406687705282, "S21": -42.068461468327385, "W22": -47.689401212927031, "S22": -49.180671952923241, "W31": -79.38780782839703, "S31": -82.805156437234999, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103465.833333333328483, 500101.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3800754492206888, "S12": -5.3800754492206888, "W13": -11.291141951747282, "S13": -16.67512729973263, "W21": -29.984995400872762, "S21": -32.097549915116055, "W22": -39.069720175039294, "S22": -41.870386639746961, "W31": -65.992502505146334, "S31": -73.784434837519839, "W32": -88.108600072810788, "S32": -93.108600072810788 }, "geometry": { "type": "Point", "coordinates": [ 103466.0, 499495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.569159881900331, "S11": 1.569159881900331, "W12": -9.1888327222242001, "S12": -10.380718687136547, "W13": -18.2053479703855, "S13": -20.407430406355228, "W21": -52.094816679362765, "S21": -68.026109880867708, "W22": -63.68459937158034, "S22": -63.68459937158034, "W31": -71.690728234146334, "S31": -71.794059168497668, "W32": -86.31575794888515, "S32": -91.31575794888515 }, "geometry": { "type": "Point", "coordinates": [ 103466.0, 500981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6129516158938975, "S12": -6.6129516158938975, "W13": -26.262525050100344, "S13": -26.262525050100344, "W21": -35.811849295508587, "S21": -39.132351202882596, "W22": -46.900849880939006, "S22": -47.676085283761417, "W31": -85.250797695666847, "S31": -85.250797695666847, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103466.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23426955660911022, "S11": -0.23426955660911022, "W12": -12.565225771923894, "S12": -12.565225771923894, "W13": -19.087824618248248, "S13": -33.036384615804977, "W21": -34.687527611163262, "S21": -35.807913945336352, "W22": -50.56732679466964, "S22": -50.56732679466964, "W31": -75.239998, "S31": -75.239998, "W32": -85.169477698079589, "S32": -90.169477698079589 }, "geometry": { "type": "Point", "coordinates": [ 103466.0, 512155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75109199205819732, "S11": -0.43958368361811551, "W12": -9.0485190409026703, "S12": -10.294436364774345, "W13": -15.0, "S13": -21.094596389724693, "W21": -51.278923667093139, "S21": -61.826205305221229, "W22": -38.169845494492712, "S22": -43.807100396453599, "W31": -67.155276612368667, "S31": -76.597945040945206, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103466.4, 502103.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010371660401712529, "S11": -0.010371660401712529, "W12": -10.0, "S12": -16.530377881781938, "W13": -29.934226137509636, "S13": -29.934226137509636, "W21": -37.882389568196992, "S21": -37.882389568196992, "W22": -50.413893948565288, "S22": -50.84997243962777, "W31": -92.356794849936193, "S31": -92.356794849936193, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103466.5, 511268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.937318723815698, "S12": -22.202056282974574, "W13": -22.202056282974574, "S13": -23.239254890164617, "W21": -40.0, "S21": -40.072802197801018, "W22": -70.0, "S22": -73.993158230416881, "W31": -84.631793761799528, "S31": -84.631793761799528, "W32": -94.828272459860273, "S32": -99.828272459860273 }, "geometry": { "type": "Point", "coordinates": [ 103466.833333333328483, 504071.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9452759763944267, "S11": 3.9452759763944267, "W12": -9.5302042448969253, "S12": -9.5302042448969253, "W13": -19.060231563734234, "S13": -20.34508401321817, "W21": -46.223586693209889, "S21": -58.670730192984962, "W22": -39.808376845738742, "S22": -41.156192097441526, "W31": -66.726341637458816, "S31": -66.726341637458816, "W32": -94.654038332818018, "S32": -99.654038332818018 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 500546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49061294300147168, "S11": -2.5093870569985284, "W12": -9.0965632636886014, "S12": -9.9367645302800831, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -38.593247366854577, "S21": -48.593247366854577, "W22": -40.004756873476261, "S22": -50.895154566849399, "W31": -64.283512371312142, "S31": -73.248090448127456, "W32": -83.528147644927287, "S32": -88.528147644927287 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 505451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45853762176551638, "S11": 0.20853762176551638, "W12": -6.3615010829512944, "S12": -8.2257857681551556, "W13": -24.012681035659345, "S13": -24.041714576690765, "W21": -36.512349559922633, "S21": -36.512349559922633, "W22": -33.316288360204595, "S22": -43.652187644684169, "W31": -78.899028899028266, "S31": -78.899028899028266, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 509424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80600816503486383, "S11": 0.80600816503486383, "W12": -9.8831983337190454, "S12": -9.8831983337190454, "W13": -21.601352462574134, "S13": -22.840833586569168, "W21": -41.395943314509005, "S21": -41.395943314509005, "W22": -39.585586999496584, "S22": -41.377702910077872, "W31": -68.168081212301345, "S31": -74.260599531133209, "W32": -96.698621398447926, "S32": -101.69862139844793 }, "geometry": { "type": "Point", "coordinates": [ 103467.0, 514976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6700001, "S11": -1.6799999, "W12": -6.4299998, "S12": -6.4299998, "W13": -14.55, "S13": -18.05, "W21": -32.049999, "S21": -32.049999, "W22": -50.0, "S22": -62.963711942478369, "W31": -100.0, "S31": -100.0, "W32": -103.58459074696088, "S32": -108.58459074696088 }, "geometry": { "type": "Point", "coordinates": [ 103467.4, 507200.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39061415892672524, "S11": 0.39061415892672519, "W12": -11.274300322744915, "S12": -11.759280769635096, "W13": -21.557443889763402, "S13": -32.553365241640471, "W21": -37.083186321825082, "S21": -37.307160234038804, "W22": -41.313761570851298, "S22": -41.313761570851298, "W31": -74.610346810298765, "S31": -76.540277866435048, "W32": -94.899434962086829, "S32": -99.899434962086829 }, "geometry": { "type": "Point", "coordinates": [ 103467.8, 513332.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10960874568469497, "S11": 0.10960874568469497, "W12": -8.4501759324419439, "S12": -8.4501759324419439, "W13": -15.904742625795256, "S13": -18.163198570324262, "W21": -52.450597767019069, "S21": -61.562998249528114, "W22": -39.617391304347805, "S22": -40.532041317358477, "W31": -68.313192437536571, "S31": -73.037368911992488, "W32": -95.517009261913955, "S32": -100.51700926191396 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 501327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48336231188920209, "S11": -1.4833623118892021, "W12": -9.9392269441738872, "S12": -11.650498932225663, "W13": -15.0, "S13": -17.06171776401678, "W21": -52.772377166283619, "S21": -57.064259414276478, "W22": -39.263262220209349, "S22": -43.972938189828682, "W31": -63.245207106748637, "S31": -68.568222466189297, "W32": -84.821452327106172, "S32": -89.821452327106172 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50114131681578344, "S11": -2.498858683184217, "W12": -9.5639682085379008, "S12": -10.004961817745269, "W13": -20.083547878539669, "S13": -20.083547878539669, "W21": -38.187437125287019, "S21": -48.187437125287019, "W22": -46.89128727264076, "S22": -49.191026070995889, "W31": -78.909173983545642, "S31": -78.909173983545642, "W32": -89.670025130468602, "S32": -94.670025130468602 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 505419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50136105598955061, "S11": 0.50136105598955061, "W12": -5.0286001021805466, "S12": -13.117702342369196, "W13": -25.0, "S13": -25.0, "W21": -38.360273034729708, "S21": -38.976812070270036, "W22": -62.445336684151833, "S22": -65.018671770272789, "W31": -93.45200405566186, "S31": -93.45200405566186, "W32": -100.08505248997935, "S32": -105.08505248997935 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 510407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.016309408269739527, "S11": 0.016309408269739527, "W12": -10.0, "S12": -15.914803258797019, "W13": -29.583407486504125, "S13": -29.583407486504125, "W21": -37.836128681679, "S21": -37.836128681679, "W22": -66.662298987492562, "S22": -69.495695821345095, "W31": -83.663144318421757, "S31": -84.102587895718884, "W32": -94.182379972865334, "S32": -99.182379972865334 }, "geometry": { "type": "Point", "coordinates": [ 103468.0, 511283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.082705313827127813, "S11": -0.082705313827127813, "W12": -13.014678994972501, "S12": -13.014678994972501, "W13": -19.164568069013871, "S13": -19.164568069013871, "W21": -35.557856859570975, "S21": -35.557856859570975, "W22": -50.129135505254837, "S22": -50.129135505254837, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103468.166666666671517, 512494.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18170275465917324, "S11": 0.18170275465917324, "W12": -5.7798935821156423, "S12": -5.7798935821156423, "W13": -20.276027792525525, "S13": -20.777111777821066, "W21": -39.911839388354686, "S21": -43.986919483075624, "W22": -39.828797999404543, "S22": -41.131339949894475, "W31": -66.927403614078543, "S31": -67.02571822082011, "W32": -94.673339970168215, "S32": -99.673339970168215 }, "geometry": { "type": "Point", "coordinates": [ 103468.333333333328483, 506470.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87843656840013229, "S11": 0.62459643749257698, "W12": -10.420972477542435, "S12": -14.767524464146179, "W13": -24.907886912681892, "S13": -25.41683853001398, "W21": -37.027841609287123, "S21": -37.027841609287123, "W22": -38.639642880605706, "S22": -41.813185729837329, "W31": -60.238146404360485, "S31": -61.84729278583152, "W32": -94.702622682345918, "S32": -99.702622682345918 }, "geometry": { "type": "Point", "coordinates": [ 103468.5, 509270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6883343419600596, "S12": -10.505329955995171, "W13": -17.379130456982384, "S13": -20.449054415764444, "W21": -52.822167389792334, "S21": -69.148945760603425, "W22": -47.598339146322644, "S22": -47.776724011373638, "W31": -80.0, "S31": -80.949825986078892, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46943102610562587, "S11": -2.0764310713117951, "W12": -8.1566896369520716, "S12": -9.702191502138156, "W13": -20.0, "S13": -20.198244708311822, "W21": -39.37430658672546, "S21": -46.416046668139884, "W22": -40.784129859658087, "S22": -40.784129859658087, "W31": -72.674642912074503, "S31": -75.323765719092052, "W32": -94.232465770803458, "S32": -99.232465770803458 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51330607563573316, "S11": 0.51330607563573316, "W12": -6.4464468477138865, "S12": -6.4464468477138865, "W13": -25.778557114228548, "S13": -25.778557114228548, "W21": -35.770006361018176, "S21": -38.599162387374534, "W22": -37.557820146947357, "S22": -43.756052543019891, "W31": -69.999999999999986, "S31": -75.18173686387297, "W32": -84.891214766758225, "S32": -89.891214766758225 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -5.0458476090545412, "S12": -18.310587034849156, "W13": -24.557164463855514, "S13": -24.557164463855514, "W21": -38.896902635862773, "S21": -38.896902635862773, "W22": -33.430026914305543, "S22": -43.535901469527758, "W31": -79.585819585819593, "S31": -79.734647402133575, "W32": -85.000000000000014, "S32": -90.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0897134592786966, "S11": 1.0897134592786966, "W12": -7.5497091200823139, "S12": -13.834541651624477, "W13": -25.0, "S13": -28.124641191245058, "W21": -36.991491374073007, "S21": -37.380165127931676, "W22": -35.180557487300824, "S22": -38.274783368977268, "W31": -73.260374676470676, "S31": -73.260374676470676, "W32": -89.370426250775651, "S32": -94.370426250775651 }, "geometry": { "type": "Point", "coordinates": [ 103469.0, 509751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5408248609419246, "S11": 2.5408248609419246, "W12": -4.8750910262035632, "S12": -6.671008868684579, "W13": -13.550356060581645, "S13": -15.896559459748996, "W21": -51.187249706726917, "S21": -61.129066186004579, "W22": -36.702702219305053, "S22": -42.53057771830705, "W31": -66.095854942441662, "S31": -73.469687397040374, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103469.333333333328483, 502316.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1150966069159454, "S12": -6.1150966069159454, "W13": -20.0, "S13": -20.0, "W21": -43.396987253934995, "S21": -43.396987253934995, "W22": -38.620536389794992, "S22": -46.203173928397305, "W31": -66.508583434193881, "S31": -75.068461056571508, "W32": -89.921904944423147, "S32": -94.921904944423147 }, "geometry": { "type": "Point", "coordinates": [ 103469.466666666659876, 518056.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54557202325191856, "S11": 0.54557202325191856, "W12": -10.161882640473836, "S12": -10.161882640473836, "W13": -17.490631207358341, "S13": -18.489310394239936, "W21": -19.454891217597801, "S21": -20.440697145926954, "W22": -39.853889538692727, "S22": -39.853889538692727, "W31": -72.166439319610262, "S31": -73.622581197155597, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 496959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46775950194268689, "S11": 0.46775950194268689, "W12": -4.9999999999999991, "S12": -5.0401956988490362, "W13": -15.0, "S13": -18.0, "W21": -33.725720404858826, "S21": -40.918389472035599, "W22": -51.591081117460931, "S22": -51.591081117460931, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 498877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2776307081403047, "S11": 1.209346940072519, "W12": -8.1396332863187588, "S12": -9.3476335478406547, "W13": -15.0, "S13": -21.189079876178205, "W21": -51.506087730027247, "S21": -62.506352374353355, "W22": -61.978118538938659, "S22": -66.183859696394848, "W31": -83.109853790780107, "S31": -83.109853790780107, "W32": -93.880445549609902, "S32": -98.880445549609902 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2241764772470001, "W12": -10.223297453943283, "S12": -17.833147521723653, "W13": -20.202882930248862, "S13": -20.625381104098388, "W21": -39.691550732033797, "S21": -49.691550732033797, "W22": -43.983047766900313, "S22": -52.694238274670909, "W31": -62.405200433369444, "S31": -62.972726601355149, "W32": -97.087081474120836, "S32": -102.08708147412084 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 504220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55719826472944356, "S11": 0.55719826472944356, "W12": -5.6252372253412721, "S12": -5.6252372253412721, "W13": -24.933852051119871, "S13": -24.933852051119871, "W21": -36.594125045583269, "S21": -36.756552135667519, "W22": -37.932737369903521, "S22": -42.809139727766237, "W31": -67.53028428659583, "S31": -75.879152636343591, "W32": -99.236596736596738, "S32": -104.23659673659674 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19459543129005105, "S11": -1.1294567099390258, "W12": -3.2925764192141869, "S12": -3.2925764192141869, "W13": -20.0, "S13": -22.511132928075742, "W21": -40.950273613023562, "S21": -45.950273613023562, "W22": -50.010807677153643, "S22": -95.01080767715365, "W31": -107.73097597849822, "S31": -107.73097597849822, "W32": -111.52746253455551, "S32": -116.52746253455551 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506266.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30980789601013264, "S11": -1.3098078960101327, "W12": -3.060316593886705, "S12": -3.060316593886705, "W13": -20.0, "S13": -22.13317043372022, "W21": -40.863494753319813, "S21": -45.802680101395559, "W22": -63.382390428768083, "S22": -63.7694804847321, "W31": -92.918156460276833, "S31": -92.918156460276833, "W32": -99.55337378969719, "S32": -104.55337378969719 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0037388328778385493, "S11": -1.0037388328778385, "W12": -5.5183510514392342, "S12": -5.5183510514392342, "W13": -20.177946992248732, "S13": -20.646164046512297, "W21": -40.407905739875162, "S21": -45.02781416534858, "W22": -70.0, "S22": -73.3727604800835, "W31": -84.443689885550313, "S31": -84.443689885550313, "W32": -94.808585610981751, "S32": -99.808585610981751 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.878051167964405, "S12": -5.2274014248395941, "W13": -20.481798872953739, "S13": -20.681872217463376, "W21": -40.0, "S21": -44.29189846837145, "W22": -38.680425962538152, "S22": -42.142815557802003, "W31": -70.357826477350216, "S31": -76.064311399239728, "W32": -84.934545238189372, "S32": -89.934545238189372 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3065363104176151, "S11": 0.38598188174959613, "W12": -4.7557713179431671, "S12": -5.4764471697398527, "W13": -19.290684624017956, "S13": -19.290684624017956, "W21": -35.366648558043394, "S21": -35.366648558043394, "W22": -44.856177376053402, "S22": -49.806518265377861, "W31": -69.717564341709277, "S31": -69.717564341709277, "W32": -92.368399002911673, "S32": -97.368399002911673 }, "geometry": { "type": "Point", "coordinates": [ 103470.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89, "S11": 0.89, "W12": -6.81, "S12": -22.51, "W13": -22.52, "S13": -25.31, "W21": -32.209999, "S21": -32.209999, "W22": -50.0, "S22": -67.213281220617745, "W31": -100.0, "S31": -100.0, "W32": -104.82946235283106, "S32": -109.82946235283106 }, "geometry": { "type": "Point", "coordinates": [ 103470.3, 509622.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86829557157576898, "S11": 0.80837454336930614, "W12": -5.1023078791799987, "S12": -7.7121182959636068, "W13": -23.497995109111606, "S13": -23.497995109111606, "W21": -37.115382825686787, "S21": -37.567101811141981, "W22": -37.960140070101488, "S22": -43.814454257118435, "W31": -70.0, "S31": -75.467358860173164, "W32": -84.901801715111361, "S32": -89.901801715111361 }, "geometry": { "type": "Point", "coordinates": [ 103470.333333333328483, 510316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21581396400382619, "S11": -0.21581396400382619, "W12": -11.568724761514545, "S12": -11.694239092990429, "W13": -19.573331553643165, "S13": -20.283363595650055, "W21": -35.767105534848774, "S21": -37.460972076497818, "W22": -50.0, "S22": -50.618011680819095, "W31": -80.579005372640864, "S31": -80.579005372640864, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.428571428565192, 511865.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -47.106915073058559, "S22": -47.87995113330328, "W31": -85.588624986841197, "S31": -85.588624986841197, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103470.489795918372693, 525227.061224489822052 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10807860262008728, "S11": -0.10807860262008728, "W12": -8.1024527428713817, "S12": -9.6455855784820308, "W13": -16.44689251978555, "S13": -20.495852958472145, "W21": -53.65151856390554, "S21": -70.370984212760504, "W22": -50.0, "S22": -52.858359084316078, "W31": -101.38019339736013, "S31": -101.38019339736013, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 501181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.769511638521223, "S12": -22.933019719577914, "W13": -22.933019719577914, "S13": -26.049094248952201, "W21": -40.0, "S21": -41.707367549668874, "W22": -63.387680359459026, "S22": -63.645030113983466, "W31": -92.856719824794098, "S31": -92.856719824794098, "W32": -99.479814482976707, "S32": -104.47981448297671 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 503754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58064312524204054, "S11": 0.58064312524204054, "W12": -5.4664147734968624, "S12": -5.5345035269489129, "W13": -25.95032979638647, "S13": -27.62085233328316, "W21": -36.481705067272713, "S21": -37.552069481130943, "W22": -47.725617124983337, "S22": -49.763818415682181, "W31": -78.813001438265999, "S31": -82.59119095652963, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 505696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2329874443462137, "S12": -6.2329874443462137, "W13": -26.381655638462643, "S13": -26.381655638462643, "W21": -35.526307966702923, "S21": -39.884957356658326, "W22": -40.398823373566081, "S22": -40.398823373566081, "W31": -71.929147791924379, "S31": -73.407217967362982, "W32": -93.765358003727883, "S32": -98.765358003727883 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52141027942058404, "S11": 0.52141027942058404, "W12": -6.3668251456886571, "S12": -6.3668251456886571, "W13": -25.526052104208478, "S13": -25.526052104208478, "W21": -35.744162674063951, "S21": -38.371231623274134, "W22": -38.799595923449459, "S22": -39.217047151247229, "W31": -70.799468165611287, "S31": -75.99401383388448, "W32": -86.050263729444623, "S32": -91.050263729444623 }, "geometry": { "type": "Point", "coordinates": [ 103471.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23214427850382435, "S11": -0.23214427850382435, "W12": -6.1345451148059844, "S12": -6.1345451148059844, "W13": -20.0, "S13": -20.0, "W21": -42.598410993073983, "S21": -42.598410993073983, "W22": -37.899183589198771, "S22": -43.738472222367385, "W31": -70.0, "S31": -75.459223422366378, "W32": -84.900847154194267, "S32": -89.900847154194267 }, "geometry": { "type": "Point", "coordinates": [ 103471.475409836071776, 518384.278688524616882 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1281503513253082, "S12": -6.1281503513253082, "W13": -20.0, "S13": -21.184880403996797, "W21": -42.661892951731701, "S21": -42.661892951731701, "W22": -42.590595296093205, "S22": -47.577059847644009, "W31": -70.250566767673291, "S31": -70.250566767673291, "W32": -91.732135500673806, "S32": -96.732135500673806 }, "geometry": { "type": "Point", "coordinates": [ 103471.5, 518296.9375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2940037724610347, "S12": -5.6233922629404214, "W13": -12.264873711439288, "S13": -16.503804114369689, "W21": -29.999999999999996, "S21": -32.3839658532059, "W22": -37.46435361105739, "S22": -50.51799605119615, "W31": -66.390586747290499, "S31": -69.192291612380615, "W32": -94.86756800406063, "S32": -99.86756800406063 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 499441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73036434195573297, "S11": 0.73036434195573297, "W12": -10.0, "S12": -10.0, "W13": -14.876727387289874, "S13": -17.004930404847119, "W21": -36.626402634884897, "S21": -36.985520058167857, "W22": -39.969136563359399, "S22": -49.535121337739533, "W31": -61.124354837005086, "S31": -69.200479076009699, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 500062.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7900642997952425, "S11": 3.7900642997952425, "W12": -9.5235921790546243, "S12": -9.5235921790546243, "W13": -18.590305318117501, "S13": -20.3260227189025, "W21": -45.135874127551389, "S21": -55.165113893633261, "W22": -39.393587392127365, "S22": -47.45577977945247, "W31": -60.0, "S31": -67.303599603966077, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 500516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -25.0, "W13": -25.0, "S13": -26.182139076683072, "W21": -40.0, "S21": -41.625347094881334, "W22": -39.137936804983582, "S22": -44.896893557849189, "W31": -60.0, "S31": -65.803674506033772, "W32": -83.449799176394734, "S32": -88.449799176394734 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 503785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4999786698519939, "W12": -13.482919755075732, "S12": -21.956485410302975, "W13": -21.956485410302975, "S13": -23.169311322310108, "W21": -40.0, "S21": -40.0, "W22": -52.816152738326323, "S22": -52.816152738326323, "W31": -75.239998, "S31": -75.239998, "W32": -85.299763505409985, "S32": -90.299763505409985 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 504073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2314187005798245, "S11": 0.10848403330682155, "W12": -5.3010907747336669, "S12": -7.1364626650028846, "W13": -16.366255144032923, "S13": -16.366255144032923, "W21": -34.463691303072963, "S21": -34.463691303072963, "W22": -41.664568442764804, "S22": -42.254693712684315, "W31": -76.865802528620208, "S31": -78.977181197330125, "W32": -93.680038257094608, "S32": -98.680038257094608 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63992975297325183, "S11": 0.63992975297325183, "W12": -7.6533683886387376, "S12": -17.653368388638739, "W13": -25.163307860572175, "S13": -29.441455269211737, "W21": -36.915680005732241, "S21": -37.174148741523929, "W22": -60.0, "S22": -80.0, "W31": -99.535457602023499, "S31": -99.535457602023499, "W32": -102.01227689916482, "S32": -107.01227689916482 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 509783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.042699858459459075, "S11": -0.2744583259361148, "W12": -5.7639687937646684, "S12": -25.763968793764668, "W13": -25.763968793764668, "S13": -29.130843908285165, "W21": -36.492622424745825, "S21": -36.492622424745825, "W22": -70.0, "S22": -73.976243093922648, "W31": -84.579483975988651, "S31": -84.579483975988651, "W32": -94.855964272582426, "S32": -99.855964272582426 }, "geometry": { "type": "Point", "coordinates": [ 103472.0, 510164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90805387575590979, "W12": -5.0, "S12": -13.043262695812999, "W13": -21.062760165978784, "S13": -21.062760165978784, "W21": -37.367899035405905, "S21": -37.367899035405905, "W22": -52.754106148739453, "S22": -52.754106148739453, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103472.25, 508611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16, "S11": -0.16, "W12": -6.1599998, "S12": -6.1599998, "W13": -27.16, "S13": -27.16, "W21": -35.16, "S21": -42.16, "W22": -40.233719406862726, "S22": -41.39119620914677, "W31": -71.916702309369541, "S31": -72.937187689748029, "W32": -93.562926746754215, "S32": -98.562926746754215 }, "geometry": { "type": "Point", "coordinates": [ 103472.8, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14900979557069841, "S11": -0.14900979557069841, "W12": -10.007259460352344, "S12": -12.87472215453414, "W13": -20.0, "S13": -20.0, "W21": -32.95185639447152, "S21": -32.95185639447152, "W22": -40.280302338304551, "S22": -44.666237656512351, "W31": -65.007869729690412, "S31": -73.154857468170334, "W32": -84.892798913043478, "S32": -89.892798913043478 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 507925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.65764958796130379, "W12": -5.0, "S12": -20.0, "W13": -24.536792775618938, "S13": -24.536792775618938, "W21": -38.896408637938841, "S21": -38.896408637938841, "W22": -65.127173892911031, "S22": -65.127173892911031, "W31": -73.578867929267886, "S31": -73.578867929267886, "W32": -86.173354969454451, "S32": -91.173354969454451 }, "geometry": { "type": "Point", "coordinates": [ 103473.0, 509008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4121599564745827, "S11": -0.41215995647458248, "W12": -8.8366140544888143, "S12": -9.246811532086058, "W13": -15.612677848467239, "S13": -16.166393725042287, "W21": -51.739131508744066, "S21": -56.700422592710744, "W22": -62.178497587870432, "S22": -66.279946688054551, "W31": -83.095899226816641, "S31": -83.095899226816641, "W32": -94.003155508353416, "S32": -99.003155508353416 }, "geometry": { "type": "Point", "coordinates": [ 103473.2, 501417.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76283340693789015, "W12": -6.475902936615487, "S12": -6.475902936615487, "W13": -20.83875782011884, "S13": -22.60348625436448, "W21": -42.073418952970364, "S21": -42.073418952970364, "W22": -51.795200259445437, "S22": -56.138922630996994, "W31": -81.883717143257471, "S31": -81.883717143257471, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.537878787872614, 516145.689393939392176 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15077288105802569, "S11": 0.15077288105802569, "W12": -11.975293550762556, "S12": -11.975293550762556, "W13": -19.942589771578184, "S13": -25.055097848682106, "W21": -36.570285100419312, "S21": -36.570285100419312, "W22": -46.895767352382869, "S22": -49.117564803561073, "W31": -79.134369519071925, "S31": -79.134369519071925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103473.545454545455868, 512889.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3292828821435738, "S11": 2.3292828821435738, "W12": -5.6839363111686492, "S12": -7.1313854712800335, "W13": -13.959573961148978, "S13": -17.213874355957874, "W21": -51.660499330841411, "S21": -61.982265095897645, "W22": -38.901638489492505, "S22": -39.288473691018858, "W31": -71.203807479785652, "S31": -75.930503142181323, "W32": -89.896551724137936, "S32": -94.896551724137936 }, "geometry": { "type": "Point", "coordinates": [ 103473.666666666671517, 502280.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64344699574730879, "S11": 0.64344699574730879, "W12": -10.0, "S12": -10.280029632765492, "W13": -14.852624181079399, "S13": -17.029580325502092, "W21": -36.299486001496369, "S21": -36.737328065608956, "W22": -60.097860347563852, "S22": -64.05234682326045, "W31": -85.481189236323587, "S31": -85.481189236323587, "W32": -91.46611925600061, "S32": -96.46611925600061 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 500045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2023526399703846, "S11": 4.2023526399703846, "W12": -7.1449293648990517, "S12": -12.009605506403656, "W13": -17.283848143742546, "S13": -17.283848143742546, "W21": -37.673298219721985, "S21": -48.297816114311935, "W22": -60.0, "S22": -80.69572450507448, "W31": -100.09000189483247, "S31": -100.09000189483247, "W32": -102.12457839147704, "S32": -107.12457839147704 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 502950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.022131884119988, "S12": -13.636219744908301, "W13": -21.006924236845968, "S13": -21.006924236845968, "W21": -34.072587777265234, "S21": -34.072587777265234, "W22": -60.000000000000007, "S22": -74.625907069288402, "W31": -95.631040879907275, "S31": -95.631040879907275, "W32": -101.10771208563445, "S32": -106.10771208563445 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 504853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47360240442116602, "S11": -3.6926174907210618, "W12": -10.545954041679147, "S12": -13.29068899623182, "W13": -21.896846368415442, "S13": -22.255576586182723, "W21": -34.6117370870518, "S21": -34.6117370870518, "W22": -38.657949488972022, "S22": -41.667889956921634, "W31": -60.44585539296979, "S31": -62.020397745833471, "W32": -94.75794425738242, "S32": -99.75794425738242 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 504954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50214498738242719, "S11": -2.4978550126175727, "W12": -9.0660707602210433, "S12": -9.7606718417397964, "W13": -20.0, "S13": -20.0, "W21": -38.654993595504365, "S21": -47.918088082338166, "W22": -45.529655012806593, "S22": -46.571523829521418, "W31": -69.595669119606143, "S31": -71.617550335860912, "W32": -98.288564789964312, "S32": -103.28856478996431 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 505456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.17752296581712, "S11": -1.2339492659507281, "W12": -4.7373705730761682, "S12": -4.7373705730761682, "W13": -17.656005704134049, "S13": -21.30301416261899, "W21": -41.757320344471815, "S21": -45.067039191563957, "W22": -47.149153594447526, "S22": -48.730768594371476, "W31": -80.0, "S31": -80.0, "W32": -94.961926961928256, "S32": -99.961926961928256 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 506172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3759104475736583, "S11": -0.17083664419713029, "W12": -5.5049618776256191, "S12": -8.0648251931814592, "W13": -15.0, "S13": -15.0, "W21": -34.044028296665523, "S21": -34.044028296665523, "W22": -47.74313497278105, "S22": -50.04330510645508, "W31": -78.534405470566469, "S31": -82.342240303811565, "W32": -99.888883991173728, "S32": -104.88888399117373 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 507061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.087343923825844216, "S11": 0.087343923825844216, "W12": -5.0, "S12": -9.7725925298551708, "W13": -20.0, "S13": -20.0, "W21": -32.896628750448883, "S21": -32.896628750448883, "W22": -38.638127413022723, "S22": -42.07596105371023, "W31": -70.300721608377984, "S31": -76.276539151949621, "W32": -84.937658494287746, "S32": -89.937658494287746 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5264640177683966, "S11": 1.5264640177683966, "W12": -7.3078539761867116, "S12": -7.3078539761867125, "W13": -23.941515474919832, "S13": -24.944177153935783, "W21": -36.983239706955715, "S21": -37.382781724463989, "W22": -36.905081750567042, "S22": -49.776058546974227, "W31": -66.180813823404009, "S31": -76.188183477768391, "W32": -99.125655147907963, "S32": -104.12565514790796 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 509704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.018651260609398979, "S11": -0.018651260609398979, "W12": -10.0, "S12": -35.0, "W13": -35.0, "S13": -35.0, "W21": -38.8339996, "S21": -38.8339996, "W22": -40.0, "S22": -40.0, "W31": -73.276735994404561, "S31": -74.057306149996478, "W32": -95.208246540717454, "S32": -100.20824654071745 }, "geometry": { "type": "Point", "coordinates": [ 103474.0, 510777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5799262854788596, "S11": -0.36413380544820084, "W12": -6.0388794413311535, "S12": -8.3216129788502951, "W13": -14.667941132648632, "S13": -14.667941132648632, "W21": -32.249988231047162, "S21": -32.249988231047162, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103474.5, 507262.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2859293821767759, "S12": -5.6496203420100413, "W13": -12.338164463458932, "S13": -16.519077772372352, "W21": -30.0, "S21": -32.455669481302884, "W22": -63.907829440563475, "S22": -64.734090419697878, "W31": -92.21395421876629, "S31": -92.21395421876629, "W32": -98.656178858561191, "S32": -103.65617885856119 }, "geometry": { "type": "Point", "coordinates": [ 103474.666666666671517, 499436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1011212788951426, "S11": 1.1011212788951426, "W12": -10.0, "S12": -10.0, "W13": -15.051700047599867, "S13": -17.213590086448658, "W21": -38.099703061898133, "S21": -46.32440506544873, "W22": -40.524489741395847, "S22": -41.29019991315333, "W31": -69.088575006471231, "S31": -70.027396475256495, "W32": -94.732394662897534, "S32": -99.732394662897534 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4573403561896701, "S11": 3.4573403561896701, "W12": -9.4644226667735083, "S12": -9.4644226667735083, "W13": -17.708536481851738, "S13": -19.847105605036244, "W21": -42.981890640567315, "S21": -46.520186217697841, "W22": -69.999999999999986, "S22": -71.453876036412112, "W31": -83.98637554596128, "S31": -83.98637554596128, "W32": -94.728662366711603, "S32": -99.728662366711603 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 500454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4430261933253556, "S11": 0.9837708368097251, "W12": -5.5953931912348889, "S12": -8.8605581486797753, "W13": -15.0, "S13": -15.0, "W21": -32.845761285861713, "S21": -32.845761285861713, "W22": -47.425172538857481, "S22": -50.241865762232237, "W31": -78.112736993003168, "S31": -81.718951970079075, "W32": -99.422669588183524, "S32": -104.42266958818352 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 507443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.59602293084915758, "W12": -5.0, "S12": -17.860861803937127, "W13": -24.546607794182968, "S13": -24.546607794182968, "W21": -38.823543944159063, "S21": -38.823543944159063, "W22": -40.862188304855387, "S22": -40.862188304855387, "W31": -73.316506249225426, "S31": -75.967902897270164, "W32": -94.387729211191456, "S32": -99.387729211191456 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 509040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4590242990304696, "S11": 0.4590242990304696, "W12": -13.296855427551517, "S12": -13.554558389238021, "W13": -21.626262543991622, "S13": -30.382779977435248, "W21": -37.025038306697567, "S21": -37.332098577930935, "W22": -64.044329441757043, "S22": -64.044329441757043, "W31": -71.958742781707443, "S31": -72.015093869245945, "W32": -86.346947385021352, "S32": -91.346947385021352 }, "geometry": { "type": "Point", "coordinates": [ 103475.0, 513557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.2874890679761952, "W13": -15.0, "S13": -18.0, "W21": -33.382205011905889, "S21": -38.305457085324157, "W22": -50.0, "S22": -50.0, "W31": -106.8660013762359, "S31": -106.8660013762359, "W32": -110.9998042491715, "S32": -115.9998042491715 }, "geometry": { "type": "Point", "coordinates": [ 103475.235294117650483, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1049421106507396, "S12": -6.1049421106507396, "W13": -20.0, "S13": -20.0, "W21": -43.31160315490672, "S21": -43.31160315490672, "W22": -33.816240567296077, "S22": -41.323876845491739, "W31": -80.0, "S31": -81.322769475788647, "W32": -85.302794378676452, "S32": -90.302794378676452 }, "geometry": { "type": "Point", "coordinates": [ 103475.788888888884685, 518105.688888888864312 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087251211963101705, "S11": -0.087251211963101705, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -17.618044610158162, "W21": -33.566492548646551, "S21": -38.678006348479279, "W22": -49.310516321548064, "S22": -56.113393637647548, "W31": -81.848460405282069, "S31": -81.848460405282069, "W32": -89.992261202132454, "S32": -94.992261202132454 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 498352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6982539604027149, "S11": 2.6982539604027149, "W12": -4.046276133436586, "S12": -4.046276133436586, "W13": -12.900942137895186, "S13": -14.468438537412549, "W21": -48.976473175021987, "S21": -58.68920147252981, "W22": -34.965191314046422, "S22": -44.57821162456937, "W31": -75.566865566865559, "S31": -76.55154321936628, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 502395.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6056813154402008, "S11": 0.80080440384005169, "W12": -9.7704573527451579, "S12": -12.110745793192624, "W13": -20.0, "S13": -20.788514223329969, "W21": -37.201266384521226, "S21": -47.201266384521226, "W22": -38.987432159446335, "S22": -41.9854019638613, "W31": -65.998680528445277, "S31": -74.009015781427593, "W32": -88.524817937907244, "S32": -93.524817937907244 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 504392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69811568240473432, "S11": 0.69811568240473432, "W12": -7.2717946019887414, "S12": -7.2717946019887414, "W13": -23.46663265367895, "S13": -23.46663265367895, "W21": -39.005243017042361, "S21": -42.500463367009957, "W22": -39.900632455656556, "S22": -39.900632455656556, "W31": -72.391010568081612, "S31": -73.747961152276432, "W32": -95.047346352081149, "S32": -100.04734635208115 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42087930411583252, "S11": 0.42087930411583252, "W12": -3.934697553429872, "S12": -3.934697553429872, "W13": -20.404092228462414, "S13": -20.685548467948244, "W21": -40.0, "S21": -44.214965330790243, "W22": -44.818708602471169, "S22": -47.632276630350567, "W31": -80.0, "S31": -80.0, "W32": -89.091864046952807, "S32": -94.091864046952807 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44980036869262341, "S11": 0.44980036869262341, "W12": -3.5879989660644567, "S12": -4.0597426952877855, "W13": -20.416208199617195, "S13": -20.684378841898177, "W21": -39.994952065474322, "S21": -44.206357899053593, "W22": -50.0, "S22": -67.300447548320463, "W31": -100.0, "S31": -100.0, "W32": -104.81692542869919, "S32": -109.81692542869919 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1606526517377156, "S11": 0.35368848676138021, "W12": -4.5782060473693429, "S12": -5.4932591101137112, "W13": -20.0, "S13": -20.0, "W21": -35.598967505815409, "S21": -35.848694842698698, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -106.96825902379945, "S31": -106.96825902379945, "W32": -111.02558821745436, "S32": -116.02558821745436 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.017546887584857979, "S11": -0.017546887584857979, "W12": -5.0, "S12": -10.372171311015522, "W13": -21.722213943797591, "S13": -21.722213943797591, "W21": -37.92300992203603, "S21": -38.009046417508557, "W22": -70.0, "S22": -71.533471673750157, "W31": -83.793255857393731, "S31": -84.201825178674667, "W32": -94.778318525974882, "S32": -99.778318525974882 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 508688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76750424631312186, "S11": 0.76750424631312186, "W12": -5.0, "S12": -6.2119181807433099, "W13": -22.998761313236596, "S13": -22.998761313236596, "W21": -38.899779467879746, "S21": -38.899779467879746, "W22": -50.0, "S22": -50.0, "W31": -86.190902503751957, "S31": -89.180241522941728, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 508833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5079135595799726, "S11": 1.3492585291404471, "W12": -9.451070979362088, "S12": -13.785390184285644, "W13": -24.782681814480007, "S13": -25.344083855637777, "W21": -37.529940665622064, "S21": -37.529940665622064, "W22": -45.348156816851962, "S22": -50.230044075185404, "W31": -69.594675889231766, "S31": -69.594675889231766, "W32": -92.404602805532861, "S32": -97.404602805532861 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38011877432136287, "S11": 0.043456810617331365, "W12": -7.9788627264204575, "S12": -8.6238686205164932, "W13": -16.924872414978054, "S13": -16.93037879253701, "W21": -36.755823793163628, "S21": -39.755823793163628, "W22": -44.106357138590795, "S22": -48.571476969567385, "W31": -69.201169174221334, "S31": -69.808923354859985, "W32": -92.806266015905933, "S32": -97.806266015905933 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17, "S11": -0.23, "W12": -5.73, "S12": -20.98, "W13": -20.98, "S13": -27.73, "W21": -35.48, "S21": -35.48, "W22": -40.0, "S22": -44.074078341013831, "W31": -68.457046132447672, "S31": -71.23829407774322, "W32": -94.242722581816409, "S32": -99.242722581816409 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509939.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50058011604832831, "S11": 0.50058011604832831, "W12": -5.0, "S12": -15.42754477570041, "W13": -25.712646316272668, "S13": -25.712646316272668, "W21": -38.928728776519861, "S21": -39.300049219200154, "W22": -47.619991957060655, "S22": -47.68980946752599, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3040782161390971, "S11": 1.3040782161390971, "W12": -6.7978788345808754, "S12": -18.837018500423266, "W13": -24.25216020259851, "S13": -26.477772815599675, "W21": -32.783598545738393, "S21": -32.783598545738393, "W22": -38.404189727260054, "S22": -47.971071804350167, "W31": -66.662351711986503, "S31": -75.655602946046585, "W32": -90.809817170111302, "S32": -95.809817170111302 }, "geometry": { "type": "Point", "coordinates": [ 103476.333333333328483, 509603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.663664278857711, "S11": 3.663664278857711, "W12": -5.1584009653705563, "S12": -5.1584009653705563, "W13": -15.305108270979993, "S13": -15.756622567299688, "W21": -39.272553589882811, "S21": -50.531342928715212, "W22": -60.152052435709223, "S22": -60.152052435709223, "W31": -69.900171990647692, "S31": -70.538023827836426, "W32": -88.956304550641349, "S32": -93.956304550641349 }, "geometry": { "type": "Point", "coordinates": [ 103476.5, 502756.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": -0.06, "W12": -8.21, "S12": -20.71, "W13": -20.719999, "S13": -20.719999, "W21": -36.560001, "S21": -36.560001, "W22": -46.182366827284589, "S22": -48.838359922247307, "W31": -73.429154601505658, "S31": -76.322487934838989, "W32": -98.942343964348112, "S32": -103.94234396434811 }, "geometry": { "type": "Point", "coordinates": [ 103476.7, 509987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32921578262169038, "S11": -0.32921578262169038, "W12": -5.8422058191006494, "S12": -5.8422058191006494, "W13": -15.0, "S13": -17.181855551286976, "W21": -34.442655094456399, "S21": -36.737276121351258, "W22": -37.003611555959061, "S22": -50.691989545793902, "W31": -66.215956965951463, "S31": -74.489734119381183, "W32": -98.099626898818514, "S32": -103.09962689881851 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 498124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6348526231960583, "S11": 3.6348526231960583, "W12": -9.5169801132123215, "S12": -9.5169801132123215, "W13": -18.120379072500768, "S13": -20.147275253243102, "W21": -43.995780343433161, "S21": -50.963417883886237, "W22": -37.56645737353476, "S22": -50.925201768153592, "W31": -66.401154904347976, "S31": -70.958039996545082, "W32": -94.40629968203497, "S32": -99.40629968203497 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 500486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6031148517334337, "S11": 2.6031148517334337, "W12": -10.0, "S12": -10.442872807017658, "W13": -19.177925453152923, "S13": -20.403423105424622, "W21": -50.860069750865527, "S21": -66.05900073445008, "W22": -40.319482881053737, "S22": -44.173745553864649, "W31": -68.528166671192736, "S31": -70.574469664303365, "W32": -93.750648782383749, "S32": -98.750648782383749 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 500871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4113170086035739, "S11": 0.4113170086035739, "W12": -9.8251057827926669, "S12": -10.750157300432496, "W13": -15.0, "S13": -20.832917406022059, "W21": -50.54013097364291, "S21": -60.903091003595527, "W22": -46.472566711485136, "S22": -48.788619905600349, "W31": -78.738080353077365, "S31": -78.738080353077365, "W32": -89.395353311696681, "S32": -94.395353311696681 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 502080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1816985510527509, "W12": -10.0, "S12": -17.400386380101423, "W13": -20.193826673676831, "S13": -20.415265680250972, "W21": -39.504725584984882, "S21": -49.504725584984882, "W22": -40.0, "S22": -41.383029978586727, "W31": -71.767748502414094, "S31": -72.502199762880664, "W32": -93.32884425837554, "S32": -98.32884425837554 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 504239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38157087053584349, "S11": -0.38157087053584349, "W12": -6.0360743939882537, "S12": -9.0563845330184396, "W13": -18.855361555654213, "S13": -18.855361555654213, "W21": -41.516525354938473, "S21": -45.243001780039201, "W22": -60.249149590347415, "S22": -60.249149590347415, "W31": -69.872456605591978, "S31": -70.594995218993446, "W32": -88.793230850733451, "S32": -93.793230850733451 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 506126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.110091424891807, "S11": -1.3296421480431218, "W12": -4.6919163028166944, "S12": -4.6919163028166944, "W13": -17.365988561961515, "S13": -21.428408724226941, "W21": -41.778142379773328, "S21": -45.178797238943595, "W22": -41.059198605800944, "S22": -43.724340738889182, "W31": -79.211001380481349, "S31": -81.142833883473131, "W32": -91.968154155799922, "S32": -96.968154155799922 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 506181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70894920455024146, "S11": -1.4559335230062125, "W12": -4.2622088791849535, "S12": -4.2622088791849535, "W13": -18.211010997448952, "S13": -22.286861633568673, "W21": -41.568426802155948, "S21": -45.452137984037172, "W22": -60.0, "S22": -65.426621675687514, "W31": -86.476389262401284, "S31": -86.476389262401284, "W32": -92.782708891824754, "S32": -97.782708891824754 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6281550108287943, "S11": -1.1326957773376041, "W12": -6.1903402670203755, "S12": -6.1903402670203764, "W13": -14.600136498430789, "S13": -16.661642583685236, "W21": -32.123967329856846, "S21": -32.123967329856846, "W22": -38.589005429830451, "S22": -41.400662228821304, "W31": -70.28828748368241, "S31": -76.653528795036735, "W32": -84.946778889959177, "S32": -89.946778889959177 }, "geometry": { "type": "Point", "coordinates": [ 103477.0, 507225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78838517538054265, "S11": 0.78838517538054265, "W12": -9.1399858956276443, "S12": -10.195114612257459, "W13": -15.030797101449275, "S13": -21.224564888627057, "W21": -50.801273141713459, "S21": -61.469172458351977, "W22": -58.539603960395979, "S22": -68.208164566457413, "W31": -102.59385863976865, "S31": -102.59385863976865, "W32": -103.54983615527772, "S32": -108.54983615527772 }, "geometry": { "type": "Point", "coordinates": [ 103477.25, 502121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1654533421575117, "S11": 1.1654533421575117, "W12": -8.4548660084626235, "S12": -9.4948408754422555, "W13": -15.093478260869565, "S13": -21.336140590074148, "W21": -51.07244120753878, "S21": -62.045279810863192, "W22": -38.433500658511171, "S22": -41.415756415583481, "W31": -60.0, "S31": -61.218752050390648, "W32": -94.840840997971512, "S32": -99.840840997971512 }, "geometry": { "type": "Point", "coordinates": [ 103477.5, 502162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5425215089344806, "S11": 1.5425215089344804, "W12": -7.7697461212976018, "S12": -8.7543290708411874, "W13": -14.754288761675012, "S13": -19.956818621501807, "W21": -51.343609273364095, "S21": -62.621387163374408, "W22": -64.141080495323422, "S22": -68.948564585940957, "W31": -90.862752366829525, "S31": -90.862752366829525, "W32": -97.06405112750376, "S32": -102.06405112750376 }, "geometry": { "type": "Point", "coordinates": [ 103477.75, 502203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2, "S11": -0.4, "W12": -7.7, "S12": -7.7, "W13": -22.209999, "S13": -22.209999, "W21": -35.5, "S21": -35.5, "W22": -51.97687579832597, "S22": -52.372663436480806, "W31": -96.261192140572959, "S31": -96.261192140572959, "W32": -96.261192140572959, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103477.8, 510034.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22879127893134485, "S11": 0.22879127893134485, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -32.634063562784135, "S21": -42.634063562784135, "W22": -50.024374761240132, "S22": -85.214835708743323, "W31": -107.92819586762977, "S31": -107.92819586762977, "W32": -111.09397279208498, "S32": -116.09397279208498 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 498648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9195896757114495, "S11": 1.9195896757114495, "W12": -6.7469514249141005, "S12": -7.5261732733122901, "W13": -14.368791861715543, "S13": -18.531189252164552, "W21": -51.614777339189416, "S21": -62.31649239002391, "W22": -70.0, "S22": -70.225836846128018, "W31": -83.670747949209755, "S31": -83.670747949209755, "W32": -94.676766031384048, "S32": -99.676766031384048 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 502244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14343672670771712, "S11": -0.14343672670771712, "W12": -14.999999999999998, "S12": -20.28001347028119, "W13": -22.252327281476134, "S13": -25.99562297660669, "W21": -40.0, "S21": -42.014693708609272, "W22": -44.142976526059584, "S22": -47.080532779959491, "W31": -80.0, "S31": -80.0, "W32": -89.446021885732932, "S32": -94.446021885732932 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 503710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.400742514074102, "S11": -0.400742514074102, "W12": -15.000000000000002, "S12": -24.850985108703409, "W13": -24.850985108703409, "S13": -26.01315075498324, "W21": -39.999999999999993, "S21": -41.754859328338654, "W22": -38.075522285012909, "S22": -50.623674450087876, "W31": -66.272805211997877, "S31": -71.580068283333446, "W32": -96.712934174291547, "S32": -101.71293417429155 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 503861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51266345492085341, "S11": -2.4873365450791471, "W12": -9.8108804297571606, "S12": -9.8108804297571606, "W13": -20.381043853888762, "S13": -20.381043853888762, "W21": -38.020349125874191, "S21": -45.044294393833141, "W22": -39.940969279144454, "S22": -49.579499759217242, "W31": -60.765975093976273, "S31": -68.7627921112134, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 505406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.4263181055584586, "W12": -8.4264987560819886, "S12": -9.5369351228730004, "W13": -20.0, "S13": -20.281879194630871, "W21": -39.237083275585015, "S21": -47.089018387074169, "W22": -39.371370423019556, "S22": -43.481934742226159, "W31": -64.75898965550131, "S31": -69.822275757624851, "W32": -86.302744870542256, "S32": -91.302744870542256 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 505502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39844389844390515, "S11": 0.18886400052479246, "W12": -1.602180059252837, "S12": -6.6021800592528361, "W13": -20.921724615682763, "S13": -21.383062339867344, "W21": -37.718574800251105, "S21": -41.647979841288546, "W22": -50.473698190138428, "S22": -50.473698190138428, "W31": -107.15995268519076, "S31": -107.15995268519076, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2167023112080386, "S11": 2.1453023646411138, "W12": -6.8369420667694714, "S12": -21.83694206676947, "W13": -24.125037980380963, "S13": -25.580390888586049, "W21": -34.542541919574283, "S21": -34.542541919574283, "W22": -70.0, "S22": -73.666140489344912, "W31": -84.587678479875933, "S31": -84.587678479875933, "W32": -94.919130714548345, "S32": -99.919130714548345 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 509572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.027549630488335093, "S11": 0.027549630488335093, "W12": -10.0, "S12": -11.541468170029612, "W13": -34.572433111519736, "S13": -34.572433111519736, "W21": -35.699876519489933, "S21": -35.699876519489933, "W22": -46.425907858120041, "S22": -46.425907858120041, "W31": -82.330181186254066, "S31": -82.330181186254066, "W32": -95.992943231086372, "S32": -100.99294323108637 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 510998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1175379212227314, "S12": -6.1175379212227314, "W13": -20.0, "S13": -21.088681481531083, "W21": -42.581583077736127, "S21": -42.581583077736127, "W22": -47.413744326631885, "S22": -47.977406068825374, "W31": -80.0, "S31": -80.0, "W32": -99.890774125132552, "S32": -104.89077412513255 }, "geometry": { "type": "Point", "coordinates": [ 103478.0, 518345.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38, "S11": 0.03, "W12": -7.9699998, "S12": -7.9699998, "W13": -16.780001, "S13": -16.780001, "W21": -36.720001, "S21": -36.730001, "W22": -37.440959187822315, "S22": -50.934232730423211, "W31": -66.349762027591566, "S31": -69.131981529623033, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 509893.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23, "S11": -0.22, "W12": -8.0699997, "S12": -8.0699997, "W13": -21.08, "S13": -29.37, "W21": -33.77, "S21": -33.77, "W22": -41.445615427557861, "S22": -46.411913630388014, "W31": -70.509650625877185, "S31": -70.509650625877185, "W32": -91.168905313655472, "S32": -96.168905313655472 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 510082.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.084579976985041, "S11": 1.084579976985041, "W12": -9.1696628813498986, "S12": -10.600035688367488, "W13": -17.875997447025785, "S13": -20.425443290437265, "W21": -52.310889941377141, "S21": -68.218996512380727, "W22": -41.01613613534397, "S22": -41.01613613534397, "W31": -74.317712609168083, "S31": -76.473804394774916, "W32": -94.651657542133876, "S32": -99.651657542133876 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 501019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -21.458546899026139, "S13": -26.035888166394823, "W21": -40.0, "S21": -42.944122516556291, "W22": -63.409119751236815, "S22": -63.726988740481715, "W31": -92.156375670352006, "S31": -92.156375670352006, "W32": -98.652366396120982, "S32": -103.65236639612098 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 503594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34936985670714171, "S11": -0.34936985670714171, "W12": -15.0, "S12": -22.092776561710725, "W13": -22.47173023892806, "S13": -26.121121558617546, "W21": -40.0, "S21": -41.773799668874176, "W22": -59.033007195340161, "S22": -84.033007195340161, "W31": -101.11513979337022, "S31": -101.11513979337022, "W32": -102.83070733170908, "S32": -107.83070733170908 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 503739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.022926544132014337, "W12": -3.6907342766779294, "S12": -6.6907342766779294, "W13": -20.336892678770788, "S13": -20.336892678770788, "W21": -36.612673441318393, "S21": -38.651718006416715, "W22": -63.860631328171529, "S22": -67.345401047109348, "W31": -83.197116138894842, "S31": -83.197116138894842, "W32": -94.319895591647324, "S32": -99.319895591647324 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13332895709675865, "S11": 0.13332895709675865, "W12": -5.0580348442920062, "S12": -10.906731003820724, "W13": -20.0, "S13": -20.0, "W21": -32.874799859391281, "S21": -32.874799859391281, "W22": -51.506462287774745, "S22": -51.506462287774745, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 507761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -5.5471763059771169, "S12": -16.400178735689021, "W13": -24.555000067295662, "S13": -24.555000067295662, "W21": -38.732648326155818, "S21": -38.732648326155818, "W22": -48.024127610164442, "S22": -48.024127610164442, "W31": -85.075510968636422, "S31": -85.075510968636422, "W32": -95.218924068214619, "S32": -100.21892406821462 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 509067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37741424148606811, "S11": 0.37741424148606811, "W12": -10.933001843607194, "S12": -11.39698580703589, "W13": -21.548460678014909, "S13": -32.575480688652164, "W21": -37.181176357203853, "S21": -37.585404599009465, "W22": -47.227147004937812, "S22": -48.3801927463347, "W31": -80.0, "S31": -80.0, "W32": -97.480186480186489, "S32": -102.48018648018649 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 513285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47339042686137639, "S11": 0.47339042686137639, "W12": -13.739768781437421, "S12": -13.942358445328718, "W13": -21.644112627895698, "S13": -29.794355561408587, "W21": -37.028954519946332, "S21": -37.946161687890346, "W22": -38.75517479387382, "S22": -38.75517479387382, "W31": -70.940848768631255, "S31": -76.585611904871996, "W32": -88.347395451210573, "S32": -93.347395451210573 }, "geometry": { "type": "Point", "coordinates": [ 103479.0, 513605.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2553800650695464, "S11": 1.2553800650695464, "W12": -15.049744939143944, "S12": -15.049744939143944, "W13": -21.763960388715685, "S13": -24.103122302270002, "W21": -41.374104433200941, "S21": -46.941708599486226, "W22": -40.064893726088776, "S22": -50.064893726088776, "W31": -61.080306983022638, "S31": -69.184426650000887, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.142857142855064, 514052.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25711178357367681, "S11": -0.25711178357367681, "W12": -6.1212558330103715, "S12": -6.1212558330103715, "W13": -20.0, "S13": -20.0, "W21": -42.612094480919858, "S21": -42.612094480919858, "W22": -51.210583186217811, "S22": -57.584129723581142, "W31": -81.876569037635164, "S31": -81.876569037635164, "W32": -90.009178036027947, "S32": -95.009178036027947 }, "geometry": { "type": "Point", "coordinates": [ 103479.237704918035888, 518433.639344262308441 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27, "S11": -0.13, "W12": -5.3800001, "S12": -30.2800001, "W13": -30.290001, "S13": -30.300001, "W21": -36.279999, "S21": -36.279999, "W22": -50.0, "S22": -56.699581376026586, "W31": -100.65228642827276, "S31": -100.65228642827276, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.4, 510129.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39567741507430787, "S11": -1.2265575154491388, "W12": -10.692508705235921, "S12": -11.661929499582063, "W13": -23.313211668087227, "S13": -23.313211668087227, "W21": -36.255170088187349, "S21": -40.901855621160507, "W22": -50.0, "S22": -61.949113755513025, "W31": -105.35055329292423, "S31": -105.35055329292423, "W32": -110.51762860278022, "S32": -115.51762860278022 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 505115.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39596602972398937, "S11": -1.2219494303300349, "W12": -10.692840941762771, "S12": -11.657275291296154, "W13": -23.317617223194006, "S13": -23.317617223194006, "W21": -36.25162516662558, "S21": -40.912889209160525, "W22": -55.075219306950338, "S22": -77.484150621411601, "W31": -104.42617174596573, "S31": -104.42617174596573, "W32": -104.56493256262043, "S32": -109.56493256262043 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.714573132249567, "S11": 0.52202654839863527, "W12": -5.0, "S12": -5.8669562162680036, "W13": -18.538993089832179, "S13": -18.538993089832179, "W21": -35.14627689185091, "S21": -35.14627689185091, "W22": -50.763383867607914, "S22": -51.759910030254758, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.88159002863399 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 506986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5703305760072439, "S11": -0.56368961253036787, "W12": -5.9946410654674711, "S12": -8.2878449489626167, "W13": -14.861716153101709, "S13": -15.470044969465622, "W21": -33.461651225431375, "S21": -33.461651225431375, "W22": -67.673868008286476, "S22": -68.297624914363823, "W31": -85.98669105592333, "S31": -85.98669105592333, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20930290221277073, "S11": -0.18950192304314881, "W12": -5.4231176426547192, "S12": -28.584531707446796, "W13": -28.584531707446796, "S13": -29.943381146738623, "W21": -36.300062132997439, "S21": -36.300062132997439, "W22": -51.701249079994689, "S22": -56.022029852249595, "W31": -81.790337154391182, "S31": -81.790337154391182, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 510137.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5017049782762647, "W12": -6.7589620640481503, "S12": -6.7589620640481503, "W13": -20.960791658751649, "S13": -21.773107611372083, "W21": -41.659790871354602, "S21": -41.659790871354602, "W22": -39.301553559551344, "S22": -40.666382253341496, "W31": -71.562768457181846, "S31": -74.304413940472813, "W32": -92.328658840062076, "S32": -97.328658840062076 }, "geometry": { "type": "Point", "coordinates": [ 103480.0, 515966.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12, "S11": -0.52, "W12": -5.62, "S12": -19.72, "W13": -19.73, "S13": -29.1200003, "W21": -36.419998, "S21": -36.419998, "W22": -38.458809704561219, "S22": -43.050773210336679, "W31": -70.0, "S31": -76.771633852398381, "W32": -84.944791667686331, "S32": -89.944791667686331 }, "geometry": { "type": "Point", "coordinates": [ 103480.1, 510176.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059449899251615472, "S11": 0.059449899251615472, "W12": -10.0, "S12": -17.746489563565731, "W13": -28.848015661150239, "S13": -28.848015661150239, "W21": -37.756838095648547, "S21": -37.756838095648547, "W22": -33.527988803403218, "S22": -42.249989116686422, "W31": -80.0, "S31": -80.913693199146081, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.4, 511311.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41009277185482801, "S11": 0.41009277185482801, "W12": -1.6746775429488872, "S12": -9.4422808795446791, "W13": -20.738863324441436, "S13": -21.039432700016636, "W21": -38.316283480934487, "S21": -42.367999249467601, "W22": -40.116874526629104, "S22": -50.21668909069151, "W31": -61.18307032059775, "S31": -69.326631948510354, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.666666666671517, 506693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046762785636407511, "S11": -0.046762785636407511, "W12": -8.7925505177440204, "S12": -8.8057682409433244, "W13": -15.80744939271263, "S13": -17.500573018621949, "W21": -52.038286730560344, "S21": -59.361765812404727, "W22": -46.180884537503893, "S22": -47.864268771119214, "W31": -70.842379404194276, "S31": -73.842379404194276, "W32": -98.200467182577057, "S32": -103.20046718257706 }, "geometry": { "type": "Point", "coordinates": [ 103480.8, 501362.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.08, "S11": -0.28, "W12": -5.1799998, "S12": -5.1799998, "W13": -21.49, "S13": -21.49, "W21": -35.880001, "S21": -35.880001, "W22": -46.619452080379993, "S22": -50.101386917576349, "W31": -75.559987093551612, "S31": -79.121784846360597, "W32": -98.823831560691943, "S32": -103.82383156069194 }, "geometry": { "type": "Point", "coordinates": [ 103480.8, 510222.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4952863321549324, "S11": 0.4952863321549324, "W12": -9.786846356132008, "S12": -10.026173447069954, "W13": -14.720926880055528, "S13": -17.720926880055529, "W21": -30.266172211006758, "S21": -34.061327650644614, "W22": -39.709229816334634, "S22": -41.619279317928175, "W31": -68.066829445746606, "S31": -73.983720760099942, "W32": -96.487844207392712, "S32": -101.48784420739271 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 499752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1376305854940007, "S11": -1.1138067012961721, "W12": -3.6162754730714979, "S12": -3.6162754730714979, "W13": -19.555879231307905, "S13": -22.560052819968114, "W21": -41.473299754143198, "S21": -46.124449425826903, "W22": -44.628706010455566, "S22": -47.403599055233713, "W31": -80.0, "S31": -80.0, "W32": -89.281645072946475, "S32": -94.281645072946475 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 506240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015969467981543473, "S11": -0.96454238926194091, "W12": -3.442080604075886, "S12": -3.442080604075886, "W13": -19.916627148115566, "S13": -22.626706186296733, "W21": -41.408215609365392, "S21": -46.319310674464603, "W22": -42.604610974201044, "S22": -42.604610974201044, "W31": -72.964650571552426, "S31": -75.169142001553183, "W32": -94.853060475609581, "S32": -99.853060475609581 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 506249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13227718835288374, "S11": 0.13227718835288374, "W12": -10.0, "S12": -20.0, "W13": -27.836358782701549, "S13": -27.836358782701549, "W21": -37.616318045939586, "S21": -37.616318045939586, "W22": -59.048162954502182, "S22": -74.807014155294453, "W31": -101.42890368701954, "S31": -101.42890368701954, "W32": -102.96251463683701, "S32": -107.96251463683701 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 511356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.048008754694627627, "S11": 0.048008754694627627, "W12": -10.0, "S12": -13.692459782511008, "W13": -25.000000000000004, "S13": -25.987314895470387, "W21": -37.219131538447101, "S21": -37.27847090140434, "W22": -41.970298593362322, "S22": -42.225146337410663, "W31": -71.652132462215747, "S31": -73.514512044350113, "W32": -94.858210025244887, "S32": -99.858210025244887 }, "geometry": { "type": "Point", "coordinates": [ 103481.0, 511481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3598132772049674, "S11": 1.3598132772049674, "W12": -7.2293688410078145, "S12": -7.2293688410078145, "W13": -23.681062492588278, "S13": -24.450335686363186, "W21": -36.898407181487009, "S21": -37.342538883257617, "W22": -43.618782620587204, "S22": -49.008147798605819, "W31": -60.0, "S31": -60.577065247238238, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103481.333333333328483, 509703.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2583309939465783, "S11": 4.2583309939465783, "W12": -9.6897754338911568, "S12": -9.6897754338911568, "W13": -19.59984536579514, "S13": -20.38612970944974, "W21": -46.698966253327896, "S21": -59.967483934434888, "W22": -37.593670728011553, "S22": -51.286707363936756, "W31": -66.384905170139021, "S31": -71.59957909450614, "W32": -94.288553259141494, "S32": -99.288553259141494 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 500599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54630335716193046, "S11": 0.54630335716193046, "W12": -6.3148979487156822, "S12": -6.3148979487156822, "W13": -25.0, "S13": -25.0, "W21": -35.601511664451813, "S21": -37.599716934828557, "W22": -64.397114133380001, "S22": -71.79518792709365, "W31": -89.83115266516549, "S31": -89.83115266516549, "W32": -95.382895458551772, "S32": -100.38289545855177 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55, "S11": -0.55, "W12": -6.6, "S12": -34.03, "W13": -34.040001, "S13": -34.040001, "W21": -34.060001, "S21": -34.060001, "W22": -39.107685151855662, "S22": -45.469443831737962, "W31": -60.000000000000007, "S31": -66.078359297151252, "W32": -82.692582192681613, "S32": -87.692582192681613 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0947876143855373, "S12": -6.0947876143855373, "W13": -20.0, "S13": -22.449392981050362, "W21": -43.226219055878254, "S21": -43.226219055878254, "W22": -48.015208036277556, "S22": -48.015208036277556, "W31": -70.763128405324551, "S31": -70.763128405324551, "W32": -92.381785558202495, "S32": -97.381785558202495 }, "geometry": { "type": "Point", "coordinates": [ 103482.111111111109494, 518155.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0631390846818221, "S12": -5.9475288028904911, "W13": -14.920365986940022, "S13": -15.990683182265563, "W21": -30.301245577257955, "S21": -33.301245577257959, "W22": -64.673558400362523, "S22": -72.777971536683765, "W31": -89.36951224876627, "S31": -89.36951224876627, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 499296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49395753006848131, "S11": 0.49395753006848131, "W12": -15.0, "S12": -15.0, "W13": -21.658444387493596, "S13": -25.995147608878106, "W21": -40.0, "S21": -42.658526490066222, "W22": -49.129973579188146, "S22": -49.129973579188146, "W31": -85.8247553115838, "S31": -86.988223684007394, "W32": -95.097888155144631, "S32": -100.09788815514463 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 503626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51519270474879564, "S11": -2.4848072952512044, "W12": -9.5810308007309395, "S12": -9.6439266105687125, "W13": -20.0, "S13": -20.004181767493726, "W21": -38.247325820625228, "S21": -46.867132308957615, "W22": -45.859745753195057, "S22": -51.039953053739339, "W31": -60.0, "S31": -61.0, "W32": -96.571132481374164, "S32": -101.57113248137416 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54795545380126642, "S11": 0.54795545380126642, "W12": -6.322159312845236, "S12": -6.322159312845236, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -35.575105412214405, "S21": -37.581408852842415, "W22": -40.267680017246953, "S22": -40.267680017246953, "W31": -71.890159422011038, "S31": -73.732264685168929, "W32": -93.741692771613415, "S32": -98.741692771613415 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84406622023801237, "S11": -0.84406622023801237, "W12": -4.9379397047685343, "S12": -6.1087553462214874, "W13": -17.854109403527094, "S13": -20.770179081529967, "W21": -41.908170011010988, "S21": -45.205982068306703, "W22": -45.405372196557508, "S22": -47.965770255627753, "W31": -80.0, "S31": -80.0, "W32": -89.137015237661402, "S32": -94.137015237661402 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 506154.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47303597303597483, "S11": 0.47303597303597483, "W12": -2.5524793633302236, "S12": -6.5401537065024584, "W13": -20.769008871523177, "S13": -20.807131358377436, "W21": -37.097258397371036, "S21": -40.644092324669643, "W22": -38.908508637366431, "S22": -42.65720574106173, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -94.957384724633599, "S32": -99.957384724633599 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.30127330604820335, "W12": -5.4990676916757231, "S12": -7.5432027154677588, "W13": -16.332675222112538, "S13": -16.332675222112538, "W21": -34.461548753832552, "S21": -34.461548753832552, "W22": -50.0, "S22": -76.450728201248353, "W31": -103.27749261672489, "S31": -103.27749261672489, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53252422016395173, "S11": 0.53252422016395173, "W12": -5.3959143137841181, "S12": -15.395914313784118, "W13": -17.82963081348889, "S13": -17.82963081348889, "W21": -32.790912668060535, "S21": -32.790912668060535, "W22": -52.70845667463945, "S22": -87.70845667463945, "W31": -105.25256539690193, "S31": -105.25256539690193, "W32": -105.25256539690193, "S32": -110.11947538627379 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 507566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2213991230533208, "S11": 0.99529581808597467, "W12": -6.4111281445435635, "S12": -10.889589461356703, "W13": -23.321455390268806, "S13": -23.321455390268806, "W21": -36.83228001342399, "S21": -36.83228001342399, "W22": -38.201334078388612, "S22": -41.671326724827956, "W31": -60.0, "S31": -60.0, "W32": -94.951048699191688, "S32": -99.951048699191688 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 509459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6485238574464112, "S11": 1.6485238574464112, "W12": -6.6946600542308019, "S12": -6.6946600542308019, "W13": -23.137730196858325, "S13": -25.397531570855762, "W21": -33.760398761546931, "S21": -33.863852855758424, "W22": -47.733491256784241, "S22": -49.415655073786638, "W31": -78.946003099819592, "S31": -82.974638697798255, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 509633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20306827570666733, "S11": 0.20306827570666733, "W12": -8.9622501116126791, "S12": -33.962250111612676, "W13": -33.962250111612676, "S13": -33.962250111612676, "W21": -40.0, "S21": -40.0, "W22": -40.715155218799062, "S22": -40.715155218799062, "W31": -73.513610515670948, "S31": -75.89685073913472, "W32": -94.319905143894374, "S32": -99.319905143894374 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 510730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066940877676649413, "S11": -0.066940877676649413, "W12": -10.0, "S12": -15.396518108411351, "W13": -33.83215109417813, "S13": -33.83215109417813, "W21": -38.323967365210045, "S21": -38.323967365210045, "W22": -42.23408215878375, "S22": -42.39591097072028, "W31": -72.173027133630512, "S31": -74.201927421382223, "W32": -94.880178175232786, "S32": -99.880178175232786 }, "geometry": { "type": "Point", "coordinates": [ 103483.0, 511108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6761370051677823, "S11": 0.6761370051677823, "W12": -10.093527803099361, "S12": -10.093527803099361, "W13": -16.17933286523359, "S13": -17.179190164904281, "W21": -19.799388274090738, "S21": -20.832039666349857, "W22": -49.003584699017914, "S22": -49.003584699017914, "W31": -89.959795627774511, "S31": -89.959795627774511, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103484.0, 497038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2695551279148742, "W12": -10.208669029970997, "S12": -18.532608241680183, "W13": -20.261207500876267, "S13": -20.629140298538793, "W21": -40.0, "S21": -50.0, "W22": -49.247259787775562, "S22": -49.247259787775562, "W31": -88.110730307713936, "S31": -90.541327215197867, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103484.0, 504197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3361276141977272, "S11": 0.48622903407602336, "W12": -4.6479114443106821, "S12": -5.0576116863512706, "W13": -19.876604146100693, "S13": -19.876604146100693, "W21": -35.563515925299782, "S21": -35.563515925299782, "W22": -44.294908796256124, "S22": -47.121251482924364, "W31": -80.0, "S31": -80.069463621879976, "W32": -89.461732895169959, "S32": -94.461732895169959 }, "geometry": { "type": "Point", "coordinates": [ 103484.0, 506959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27247255063190556, "S11": 0.27247255063190556, "W12": -5.2747639998291405, "S12": -14.314128595219822, "W13": -20.0, "S13": -20.0, "W21": -32.837029189497351, "S21": -32.837029189497351, "W22": -38.429427223576724, "S22": -42.925514052175103, "W31": -70.0, "S31": -76.942357818195873, "W32": -84.944444554625576, "S32": -89.944444554625576 }, "geometry": { "type": "Point", "coordinates": [ 103484.0, 507694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14114849517319697, "S11": -0.14114849517319697, "W12": -8.8716759583600577, "S12": -11.620974790619449, "W13": -20.0, "S13": -20.0, "W21": -32.909146760423553, "S21": -32.909146760423553, "W22": -38.397285246830386, "S22": -42.898334643672257, "W31": -70.0, "S31": -76.867335455760923, "W32": -84.940227130937345, "S32": -89.940227130937345 }, "geometry": { "type": "Point", "coordinates": [ 103484.0, 507884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51752122046340909, "S11": -2.4824787795365908, "W12": -9.6836815569890575, "S12": -9.6836815569890575, "W13": -20.143014309735548, "S13": -20.143014309735548, "W21": -38.164594491742633, "S21": -46.402849525299679, "W22": -35.088687352806694, "S22": -43.179251093850425, "W31": -74.756054756054752, "S31": -77.998610407977267, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103484.5, 505417.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1069254911201547, "S12": -6.1069254911201547, "W13": -20.0, "S13": -20.992482559064985, "W21": -42.594611884150289, "S21": -42.594611884150289, "W22": -63.954042563061634, "S22": -63.954042563061634, "W31": -71.477967151219516, "S31": -71.550904026701915, "W32": -86.489260005181876, "S32": -91.489260005181876 }, "geometry": { "type": "Point", "coordinates": [ 103484.5, 518393.8125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49557319410863765, "S11": 0.49557319410863765, "W12": -7.4674737638029844, "S12": -8.3076458025611402, "W13": -12.873711084179366, "S13": -17.873711084179366, "W21": -29.813000663129976, "S21": -32.094948715078026, "W22": -40.08210039263794, "S22": -40.797321035869054, "W31": -71.541304417267838, "S31": -72.847096294758543, "W32": -93.475885860389766, "S32": -98.475885860389766 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 499642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21236431029918565, "S11": 0.21236431029918565, "W12": -5.8172312757021647, "S12": -5.8172312757021647, "W13": -20.25087371020982, "S13": -20.78607966741593, "W21": -40.184963385203972, "S21": -43.989810856996726, "W22": -49.693369187653971, "S22": -50.253407131374757, "W31": -90.235731150962394, "S31": -90.235731150962394, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 506435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24297061159650862, "S11": 0.24297061159650862, "W12": -5.8401267608714704, "S12": -5.8401267608714704, "W13": -20.294903164746877, "S13": -20.73075951313028, "W21": -39.989616639072899, "S21": -43.652383041078785, "W22": -59.485754779276064, "S22": -79.009111363506634, "W31": -100.13573756718155, "S31": -100.13573756718155, "W32": -102.07969709986664, "S32": -107.07969709986664 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2756833176248819, "W12": -7.8540334764780333, "S12": -12.418981392012036, "W13": -24.683051906618442, "S13": -24.990215027185819, "W21": -38.439988390174385, "S21": -38.439988390174385, "W22": -54.140005209936767, "S22": -81.679504880772839, "W31": -104.70587818696885, "S31": -104.70587818696885, "W32": -104.7256021194605, "S32": -109.7256021194605 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5613486748764205, "S11": 1.4449821599348016, "W12": -6.5983312705690933, "S12": -16.21798261763724, "W13": -23.924953515352723, "S13": -23.924953515352723, "W21": -37.254987176286022, "S21": -37.254987176286022, "W22": -55.877426269201763, "S22": -73.143171276882256, "W31": -104.05202050478975, "S31": -104.05202050478975, "W32": -104.32745664739885, "S32": -109.32745664739885 }, "geometry": { "type": "Point", "coordinates": [ 103485.0, 509516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22978980910307725, "S11": -0.22978980910307725, "W12": -11.601340070098763, "S12": -11.601340070098763, "W13": -19.537882086419526, "S13": -19.844669482997567, "W21": -35.837584257226183, "S21": -37.724902220967607, "W22": -51.230591843208501, "S22": -51.230591843208501, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103485.555555555562023, 511880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.4757336140585933, "W13": -15.0, "S13": -17.719845972929974, "W21": -32.768818627502888, "S21": -35.064425522403532, "W22": -43.954705813586919, "S22": -52.254944097939578, "W31": -70.397294693999086, "S31": -70.438329814146954, "W32": -97.39463889510165, "S32": -102.39463889510165 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 499107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6185394703007947, "W12": -9.1366442143359805, "S12": -9.490755565149124, "W13": -15.558617698091382, "S13": -15.613833845334442, "W21": -51.42645665561345, "S21": -56.264481084715946, "W22": -38.3339141386489, "S22": -44.384334306716127, "W31": -67.22345532575082, "S31": -76.430942120850204, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 501440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2637326273990736, "S11": 0.2637326273990736, "W12": -10.090473933649289, "S12": -10.793457308558152, "W13": -15.078260869565218, "S13": -20.823293671629436, "W21": -50.0, "S21": -60.319630413760962, "W22": -47.197511103239805, "S22": -48.037453917353055, "W31": -85.603883147415843, "S31": -85.603883147415843, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 502075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51871165644171824, "S11": -0.51871165644171824, "W12": -6.863460282916213, "S12": -6.863460282916213, "W13": -34.043686594718707, "S13": -34.043686594718707, "W21": -34.335257545317219, "S21": -34.335257545317219, "W22": -58.104465679369547, "S22": -79.755279460811096, "W31": -100.20590755520736, "S31": -100.20590755520736, "W32": -102.40156674744149, "S32": -107.40156674744149 }, "geometry": { "type": "Point", "coordinates": [ 103486.0, 510882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5568778132011918, "S11": 2.5568778132011918, "W12": -4.686623157029759, "S12": -4.686623157029759, "W13": -13.486624673323075, "S13": -15.446609973737294, "W21": -49.496042216358838, "S21": -58.742994086834557, "W22": -50.587220837731216, "S22": -58.270009337715791, "W31": -81.742690191355848, "S31": -81.742690191355848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103487.0, 502351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92048878191646311, "S11": 0.92048878191646311, "W12": -5.6616698761549742, "S12": -5.9351108023895156, "W13": -25.000000000000004, "S13": -28.910519307589883, "W21": -36.751579598749345, "S21": -38.201370907367071, "W22": -38.66435810079691, "S22": -41.148540573453701, "W31": -60.859983980307497, "S31": -62.250936017575391, "W32": -94.950938613807566, "S32": -99.950938613807566 }, "geometry": { "type": "Point", "coordinates": [ 103487.0, 505661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25046678408214845, "S11": 0.25046678408214845, "W12": -5.8474624857817865, "S12": -5.8474624857817865, "W13": -20.297375406846555, "S13": -20.724936911229584, "W21": -40.0, "S21": -43.612620142081106, "W22": -46.741053363940338, "S22": -48.846113166251826, "W31": -79.364854463329806, "S31": -79.364854463329806, "W32": -90.416666666666671, "S32": -95.416666666666671 }, "geometry": { "type": "Point", "coordinates": [ 103487.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28006091544764289, "S11": -0.28006091544764289, "W12": -6.1079665512147576, "S12": -6.1079665512147576, "W13": -20.0, "S13": -20.0, "W21": -42.625777968765732, "S21": -42.625777968765732, "W22": -39.388602860773183, "S22": -41.016681019231427, "W31": -71.561573223180176, "S31": -73.49698324559958, "W32": -92.413829278527572, "S32": -97.413829278527572 }, "geometry": { "type": "Point", "coordinates": [ 103487.0, 518483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.16, "S11": -1.17, "W12": -4.1599998, "S12": -4.1599998, "W13": -17.16, "S13": -22.16, "W21": -42.16, "S21": -45.16, "W22": -40.349998, "S22": -50.90731184352687, "W31": -61.693281163734397, "S31": -70.023175145029768, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103487.9, 506174.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32395674842894862, "S11": -1.3239567484289485, "W12": -3.8310635007279483, "S12": -4.4656556739075555, "W13": -19.123623060768594, "S13": -22.52342528951835, "W21": -41.784711273730153, "S21": -46.200736726716848, "W22": -60.214278139111748, "S22": -60.214278139111748, "W31": -69.893247162019605, "S31": -70.567533772169426, "W32": -88.979916497039184, "S32": -93.979916497039184 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55263160657803301, "S11": -0.55263160657803301, "W12": -5.0, "S12": -15.0, "W13": -20.633134861565956, "S13": -20.633134861565956, "W21": -36.754133789455885, "S21": -36.754133789455885, "W22": -43.874403789254927, "S22": -46.779016368085863, "W31": -80.0, "S31": -81.104036112587281, "W32": -89.680850867122487, "S32": -94.680850867122487 }, "geometry": { "type": "Point", "coordinates": [ 103488.0, 508543.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0846331181203306, "S12": -6.0846331181203306, "W13": -20.0, "S13": -23.894387727377854, "W21": -43.140834956849972, "S21": -43.140834956849972, "W22": -40.283273698584928, "S22": -41.093742926980582, "W31": -69.168468109219901, "S31": -70.422079666202251, "W32": -94.925582280330389, "S32": -99.925582280330389 }, "geometry": { "type": "Point", "coordinates": [ 103488.433333333334303, 518204.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2008585154499274, "S11": 4.2008585154499274, "W12": -9.7144265716724583, "S12": -9.7144265716724583, "W13": -19.350192311396494, "S13": -20.379553410393441, "W21": -45.977742067013644, "S21": -59.01247119788097, "W22": -38.754200268559124, "S22": -42.291940153019993, "W31": -60.0, "S31": -60.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103488.5, 500586.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4313981413803902, "S11": -0.56970219431524649, "W12": -9.799636842962725, "S12": -10.703617979176807, "W13": -20.0, "S13": -21.326807011761797, "W21": -36.142051198132357, "S21": -46.142051198132357, "W22": -38.998224889823128, "S22": -44.340501914773185, "W31": -60.0, "S31": -60.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103489.0, 504448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.021456337596454177, "S11": 0.021456337596454177, "W12": -10.168586644817697, "S12": -13.641041035039681, "W13": -23.948111542534413, "S13": -26.453859494826411, "W21": -37.074086556269187, "S21": -37.430240704912606, "W22": -44.205179542362416, "S22": -49.745238604750696, "W31": -60.0, "S31": -60.693403992591065, "W32": -95.239607198356708, "S32": -100.23960719835671 }, "geometry": { "type": "Point", "coordinates": [ 103489.0, 511529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1972270547267634, "S12": -6.1972270547267634, "W13": -23.929665848032077, "S13": -23.929665848032077, "W21": -34.427252878020525, "S21": -42.851320471576194, "W22": -41.558409938916093, "S22": -44.540262719246783, "W31": -80.0, "S31": -82.111656018937012, "W32": -91.961306227446499, "S32": -96.961306227446499 }, "geometry": { "type": "Point", "coordinates": [ 103490.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68079892096284467, "S11": 0.68079892096284467, "W12": -10.255216899371149, "S12": -10.255216899371149, "W13": -21.648121158007413, "S13": -22.89250479545062, "W21": -41.603171435218869, "S21": -41.603171435218869, "W22": -42.044283342918149, "S22": -42.402871567756094, "W31": -75.620140211041644, "S31": -77.868228637166226, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103490.0, 514939.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12256984219759627, "S11": -0.23902397487701865, "W12": -7.9847303411221944, "S12": -7.9847303411221944, "W13": -22.780818498459556, "S13": -22.780818498459556, "W21": -34.174279398071107, "S21": -34.174279398071107, "W22": -39.733412012375993, "S22": -41.9341666311634, "W31": -68.236025672887806, "S31": -72.177905899874617, "W32": -94.923717156482823, "S32": -99.923717156482823 }, "geometry": { "type": "Point", "coordinates": [ 103490.5, 510071.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22543649079735989, "S11": -0.17855265337692749, "W12": -8.030301286011543, "S12": -13.291297674565232, "W13": -22.473595151437213, "S13": -29.086334744854444, "W21": -33.80282975860213, "S21": -33.80282975860213, "W22": -39.657339272001259, "S22": -39.822033786139727, "W31": -68.102051221092864, "S31": -73.287078154177806, "W32": -95.701660346599553, "S32": -100.70166034659955 }, "geometry": { "type": "Point", "coordinates": [ 103490.5, 510083.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68953539589679325, "S11": 0.68953539589679325, "W12": -10.0, "S12": -10.0, "W13": -16.110350352279021, "S13": -17.126627056246466, "W21": -19.860130073990749, "S21": -20.891182747905834, "W22": -62.935080405002971, "S22": -66.532016384319945, "W31": -83.009662260898921, "S31": -83.009662260898921, "W32": -94.485208816705338, "S32": -99.485208816705338 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 497046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4222842707086825, "S11": 0.92228427070868246, "W12": -5.4134274486352574, "S12": -10.768153622284171, "W13": -14.992559874267645, "S13": -14.992559874267645, "W21": -32.805539850861813, "S21": -32.805539850861813, "W22": -44.011701551297094, "S22": -51.935450558445623, "W31": -70.431951247584337, "S31": -70.431951247584337, "W32": -97.346809718020651, "S32": -102.34680971802065 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 507435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.9230509401041109, "S12": -6.9230509401041109, "W13": -22.81814300960486, "S13": -23.666686158203049, "W21": -35.0661323136733, "S21": -35.432657824169901, "W22": -47.778423889258995, "S22": -50.210903932091497, "W31": -77.933548614615063, "S31": -82.804252378935843, "W32": -99.573030825659075, "S32": -104.57303082565907 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.096313061017578, "S12": -6.096313061017578, "W13": -20.0, "S13": -20.8962836365993, "W21": -42.608663869154135, "S21": -42.608663869154135, "W22": -47.753639343580254, "S22": -49.692988667752857, "W31": -78.608102090575883, "S31": -82.997627458824653, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103491.0, 518442.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6724405394096804, "S11": 0.6724405394096804, "W12": -15.0, "S12": -15.0, "W13": -21.707214979532928, "S13": -27.63446172712576, "W21": -37.031895361107765, "S21": -40.131421834988451, "W22": -43.270820826243892, "S22": -46.308542484105352, "W31": -80.0, "S31": -81.018115694053407, "W32": -89.971614562781838, "S32": -94.971614562781838 }, "geometry": { "type": "Point", "coordinates": [ 103491.916666666671517, 513781.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48264752516374798, "S11": 0.48264752516374798, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -15.0, "S13": -18.0, "W21": -33.371099416566956, "S21": -38.776044842469958, "W22": -33.895973041436392, "S22": -39.842675735671982, "W31": -79.992462020674907, "S31": -81.924529724243115, "W32": -85.652500562500009, "S32": -90.652500562500009 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 498879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6769471780956313, "S11": 3.6769471780956313, "W12": -9.893596601983873, "S12": -9.893596601983873, "W13": -19.563192112722597, "S13": -20.450592246501859, "W21": -50.0, "S21": -63.656281088902958, "W22": -40.0, "S22": -44.942897684688745, "W31": -70.830449858574326, "S31": -70.830449858574326, "W32": -90.337027123149213, "S32": -95.337027123149213 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 500712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4726890756302522, "S11": 2.4726890756302522, "W12": -5.0, "S12": -5.0300905610153652, "W13": -13.769672254078889, "S13": -15.918713461001911, "W21": -49.790677220756379, "S21": -58.818639424436505, "W22": -40.29865319041614, "S22": -51.177924062835132, "W31": -62.105260076536737, "S31": -70.573777025484048, "W32": -80.345419847328259, "S32": -85.345419847328259 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 502329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53351686166551959, "S11": -2.4664831383344805, "W12": -10.439106747290905, "S12": -10.439106747290905, "W13": -21.50525717166062, "S13": -21.50525717166062, "W21": -37.332685483366575, "S21": -37.332685483366575, "W22": -52.128283800014799, "S22": -52.128283800014799, "W31": -75.239998, "S31": -75.239998, "W32": -85.405708988692894, "S32": -90.405708988692894 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 505352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52618724559023067, "S11": -1.862327290013059, "W12": -8.1913061145168982, "S12": -9.149346657011332, "W13": -20.0, "S13": -20.622612287041818, "W21": -39.51266750159845, "S21": -45.662917056988277, "W22": -64.739870953788653, "S22": -72.806195184758835, "W31": -89.006639019768159, "S31": -89.006639019768159, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 505524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57626435297259127, "S11": 0.57626435297259127, "W12": -6.1239071852150797, "S12": -6.1239071852150797, "W13": -25.0, "S13": -25.0, "W21": -35.633084672076393, "S21": -36.452412403168829, "W22": -50.0, "S22": -84.00478182904962, "W31": -107.78408365529987, "S31": -107.78408365529987, "W32": -111.01962389058636, "S32": -116.01962389058636 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 505843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9632476031045503, "S11": 1.6327440780117297, "W12": -9.1514349188394579, "S12": -12.457548047604433, "W13": -24.741223498113314, "S13": -25.233025405424673, "W21": -37.269930406092712, "S21": -37.269930406092712, "W22": -50.709807025019785, "S22": -56.949472326043889, "W31": -81.748620242037688, "S31": -81.748620242037688, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 509234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2568910494894796, "S12": -30.70814570741728, "W13": -30.70814570741728, "S13": -30.70814570741728, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -44.196498103398149, "S22": -51.160755450499025, "W31": -70.699660567308129, "S31": -70.941354919467599, "W32": -97.382731872732251, "S32": -102.38273187273225 }, "geometry": { "type": "Point", "coordinates": [ 103492.0, 510651.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0956262926046882, "S12": -6.0956262926046882, "W13": -20.501194017817618, "S13": -21.965425522066273, "W21": -43.7272868337106, "S21": -45.452403265275336, "W22": -39.796141519355274, "S22": -41.657758221710736, "W31": -71.478590879498867, "S31": -71.888231321893528, "W32": -92.981624069248866, "S32": -97.981624069248866 }, "geometry": { "type": "Point", "coordinates": [ 103492.060344827579684, 516618.685344827594236 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35291301726889124, "S11": -0.35291301726889124, "W12": -5.9492492577237828, "S12": -5.9492492577237828, "W13": -15.285746436609152, "S13": -17.455204753935313, "W21": -34.229430338942741, "S21": -35.954883151144919, "W22": -33.816790883809169, "S22": -40.192104167017192, "W31": -80.0, "S31": -81.781208701840029, "W32": -85.53735340441176, "S32": -90.53735340441176 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037216074548631378, "S11": -1.7579749117261938, "W12": -10.0, "S12": -10.0, "W13": -15.000000000000002, "S13": -19.262759880136969, "W21": -49.865304848133448, "S21": -56.160165482041812, "W22": -38.947536919241045, "S22": -41.142068277402473, "W31": -62.439760095337249, "S31": -63.321179065857976, "W32": -94.976118810670101, "S32": -99.976118810670101 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 501911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53378378378378388, "S11": -1.382027982216381, "W12": -7.845723724890906, "S12": -8.9944759298589521, "W13": -20.98277489381784, "S13": -21.710704682150315, "W21": -39.699401831367943, "S21": -45.340501022464267, "W22": -62.982132221560455, "S22": -66.53624193800843, "W31": -83.007120367653386, "S31": -83.007120367653386, "W32": -94.501160092807424, "S32": -99.501160092807424 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 505543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0814594449026729, "S11": 1.0814594449026729, "W12": -5.4416771195873004, "S12": -5.4416771195873004, "W13": -25.195124749067944, "S13": -28.485936999400831, "W21": -36.054976550286611, "S21": -37.097913304597093, "W22": -51.714839185747813, "S22": -51.714839185747813, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.05194538020417 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15323383084577114, "S11": 0.15323383084577114, "W12": -6.5112773133710924, "S12": -14.323378982246552, "W13": -19.723770747918909, "S13": -19.723770747918909, "W21": -40.61351655512081, "S21": -45.567633248108137, "W22": -45.575040060122369, "S22": -45.575040060122369, "W31": -72.811701260438511, "S31": -74.90970790495679, "W32": -97.792083566361782, "S32": -102.79208356636178 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 506105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23241636382514794, "S11": -0.23241636382514794, "W12": -13.083061585967993, "S12": -13.083061585967993, "W13": -18.987941166332444, "S13": -26.328781065088283, "W21": -35.035257425550988, "S21": -35.666640577833142, "W22": -47.814100189162275, "S22": -50.888747710607682, "W31": -77.343812122152471, "S31": -82.014723991739842, "W32": -98.986243732240368, "S32": -103.98624373224037 }, "geometry": { "type": "Point", "coordinates": [ 103493.0, 512294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22864317149346958, "S11": -0.22864317149346958, "W12": -10.131352566450488, "S12": -12.670987180760957, "W13": -20.0, "S13": -20.0, "W21": -32.89879629276119, "S21": -32.89879629276119, "W22": -46.944331584940649, "S22": -48.788811379633593, "W31": -80.0, "S31": -80.0, "W32": -93.286713286713294, "S32": -98.286713286713294 }, "geometry": { "type": "Point", "coordinates": [ 103493.5, 507918.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65915027814706595, "S11": -0.65915027814706595, "W12": -5.0, "S12": -12.991234607017043, "W13": -20.199517288308495, "S13": -20.199517288308495, "W21": -36.141990588689112, "S21": -36.141990588689112, "W22": -40.31799684848184, "S22": -51.039864694107784, "W31": -61.849984327006624, "S31": -70.243102071215304, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103493.857142857144936, 508473.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9732323611006972, "S11": -2.0784328647030987, "W12": -9.6778815015359054, "S12": -10.992299039839954, "W13": -20.0, "S13": -21.660791108986615, "W21": -34.532334018444935, "S21": -44.532334018444935, "W22": -43.744470956774954, "S22": -46.651548637129878, "W31": -80.0, "S31": -81.539798194370093, "W32": -89.773404995825302, "S32": -94.773404995825302 }, "geometry": { "type": "Point", "coordinates": [ 103494.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0387709760490322, "S11": 1.0387709760490322, "W12": -6.399051287034256, "S12": -7.12552264919547, "W13": -24.17136018023092, "S13": -25.155365586854046, "W21": -38.217284392912973, "S21": -40.870847792876518, "W22": -60.135964490732448, "S22": -60.135964490732448, "W31": -69.919462944807364, "S31": -70.521941460659178, "W32": -89.175607044550333, "S32": -94.175607044550333 }, "geometry": { "type": "Point", "coordinates": [ 103494.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8858477970627505, "W12": -6.326116564828177, "S12": -13.039931212519951, "W13": -24.556382488324211, "S13": -24.556382488324211, "W21": -38.486855867203928, "S21": -38.486855867203928, "W22": -40.042762821353499, "S22": -51.849985715195821, "W31": -64.130076317616968, "S31": -73.258448711747647, "W32": -83.762973243889547, "S32": -88.762973243889547 }, "geometry": { "type": "Point", "coordinates": [ 103494.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21004682795140694, "S11": -0.21004682795140694, "W12": -13.151767027308725, "S12": -13.151767027308725, "W13": -18.982156788398719, "S13": -24.604148874242362, "W21": -35.11966744570082, "S21": -35.322029471516437, "W22": -45.267453333399857, "S22": -45.267453333399857, "W31": -80.171960742006419, "S31": -81.433608132954419, "W32": -95.655497679896868, "S32": -100.65549767989687 }, "geometry": { "type": "Point", "coordinates": [ 103494.0, 512327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12362513183667334, "S11": 0.12362513183667334, "W12": -10.433965809072445, "S12": -10.836791144905499, "W13": -15.13695652173913, "S13": -20.543861791897854, "W21": -49.200860800142721, "S21": -57.858484840321104, "W22": -43.02003630493293, "S22": -43.02003630493293, "W31": -74.406247371225078, "S31": -77.119121135769049, "W32": -94.951919527687181, "S32": -99.951919527687181 }, "geometry": { "type": "Point", "coordinates": [ 103494.25, 502041.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12927145890503983, "S11": 0.12927145890503983, "W12": -10.0, "S12": -18.992797851562049, "W13": -27.761805184789417, "S13": -27.761805184789417, "W21": -37.631286623099932, "S21": -37.631286623099932, "W22": -47.786500005369561, "S22": -50.297005973159109, "W31": -77.840021428986319, "S31": -82.840021428986319, "W32": -99.475627005156042, "S32": -104.47562700515604 }, "geometry": { "type": "Point", "coordinates": [ 103494.3, 511355.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0340379067695911, "S11": 0.61789923372735767, "W12": -5.0, "S12": -7.1654908761266878, "W13": -23.034812827015998, "S13": -23.034812827015998, "W21": -38.758932704346023, "S21": -38.758932704346023, "W22": -47.493762600963613, "S22": -47.543181740415719, "W31": -80.0, "S31": -85.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103494.333333333328483, 508847.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19837676256120371, "S11": 0.19837676256120371, "W12": -11.585378405279778, "S12": -11.737539147134514, "W13": -20.326965742617624, "S13": -27.252466261452685, "W21": -36.847943185856053, "S21": -36.847943185856053, "W22": -38.513364326422383, "S22": -45.75981698983248, "W31": -66.961065412819693, "S31": -76.961065412819693, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103494.5, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2282129998813992, "S11": 0.2282129998813992, "W12": -8.1163108348803732, "S12": -8.1163108348803732, "W13": -15.983580385682977, "S13": -17.548988882415038, "W21": -31.167403363532273, "S21": -31.804059910488242, "W22": -37.660378224906822, "S22": -51.728573503695216, "W31": -66.378557825552605, "S31": -72.871992037449672, "W32": -93.986486486486484, "S32": -98.986486486486484 }, "geometry": { "type": "Point", "coordinates": [ 103494.6, 497542.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0290914960210815, "S11": 1.0290914960210815, "W12": -10.0, "S12": -10.0, "W13": -14.852371535169082, "S13": -17.203938034862958, "W21": -37.951844030627633, "S21": -44.600335027332441, "W22": -40.332314729176495, "S22": -50.908253736523235, "W31": -61.628768054475429, "S31": -69.954170891650264, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103494.666666666671517, 500132.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0744786218551248, "S12": -6.0744786218551248, "W13": -20.0, "S13": -23.769544826079091, "W21": -43.055450857821697, "S21": -43.055450857821697, "W22": -39.479478625829763, "S22": -42.990931294623628, "W31": -66.272772204253997, "S31": -70.942897393011364, "W32": -88.084086468001956, "S32": -93.084086468001956 }, "geometry": { "type": "Point", "coordinates": [ 103494.755555555559113, 518253.955555555527098 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17409970264478974, "S11": -0.17409970264478974, "W12": -5.2028968214460471, "S12": -5.2028968214460471, "W13": -15.0, "S13": -17.496792162888973, "W21": -33.530434645570018, "S21": -36.763637879470217, "W22": -39.557860696695776, "S22": -42.316538209316867, "W31": -68.132700928663709, "S31": -72.33681868078672, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 498260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9461484702593572, "W12": -10.0, "S12": -10.337425404944586, "W13": -15.0, "S13": -18.458264954983228, "W21": -50.0, "S21": -60.025329120589788, "W22": -50.688932350936753, "S22": -51.625812759219933, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.36509273295526 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 501821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53289745354439089, "S11": -2.4671025464556093, "W12": -10.196635334969766, "S12": -10.196635334969766, "W13": -20.991794075932873, "S13": -20.991794075932873, "W21": -37.674195387980895, "S21": -39.247741568140533, "W22": -38.170082532244678, "S22": -40.896950408011904, "W31": -60.0, "S31": -60.721671806311669, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 505379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5781680170150973, "S11": 1.3451381337774166, "W12": -6.4062154838589143, "S12": -11.724613409229899, "W13": -23.663566655926036, "S13": -23.663566655926036, "W21": -36.983139601993983, "S21": -36.983139601993983, "W22": -50.0, "S22": -68.744112507273172, "W31": -105.04014460354243, "S31": -105.04014460354243, "W32": -110.29680898579022, "S32": -115.29680898579022 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 509473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2638528225000998, "S11": 1.2638528225000998, "W12": -12.832299453899582, "S12": -12.832299453899582, "W13": -21.708227194750133, "S13": -22.022663394639959, "W21": -41.607456619677166, "S21": -41.607456619677166, "W22": -44.670407555219434, "S22": -49.131090637030397, "W31": -71.360646429890664, "S31": -72.210314203977049, "W32": -97.443436149596891, "S32": -102.44343614959689 }, "geometry": { "type": "Point", "coordinates": [ 103495.0, 514651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": 0.28, "W12": -7.7600002, "S12": -25.5100002, "W13": -25.52, "S13": -26.76, "W21": -36.459999, "S21": -36.469999, "W22": -33.854953417301594, "S22": -39.76641175063493, "W31": -80.0, "S31": -81.958117312188719, "W32": -85.64610349816175, "S32": -90.64610349816175 }, "geometry": { "type": "Point", "coordinates": [ 103495.6, 509848.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33002915035020647, "S11": -0.33002915035020647, "W12": -6.0926988535004902, "S12": -6.0926988535004902, "W13": -20.0, "S13": -20.0, "W21": -42.638398856196517, "S21": -42.638398856196517, "W22": -36.980391512523902, "S22": -50.827852839869209, "W31": -66.141320638574925, "S31": -75.735504836478029, "W32": -98.579057205990665, "S32": -103.57905720599067 }, "geometry": { "type": "Point", "coordinates": [ 103495.619047619053163, 518530.761904761893675 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97425273448119554, "S11": 0.65946965740739849, "W12": -6.266836922855691, "S12": -9.4220340799658029, "W13": -23.378560281952218, "S13": -23.532477821392849, "W21": -36.697388050189744, "S21": -36.697388050189744, "W22": -38.764595573210208, "S22": -43.276061889120079, "W31": -66.0886939401218, "S31": -74.626011402071612, "W32": -89.435607512456883, "S32": -94.435607512456883 }, "geometry": { "type": "Point", "coordinates": [ 103495.666666666671517, 509433.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34281030008195518, "S11": 0.34281030008195518, "W12": -10.963278403073334, "S12": -11.416549043014999, "W13": -21.38283971015144, "S13": -31.878193845590712, "W21": -37.315977694583381, "S21": -37.315977694583381, "W22": -65.289546642805774, "S22": -65.289546642805774, "W31": -73.110349702439024, "S31": -73.110349702439024, "W32": -86.373627083960386, "S32": -91.373627083960386 }, "geometry": { "type": "Point", "coordinates": [ 103495.875, 513240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -15.96, "S13": -16.721932535916981, "W21": -24.263157894736842, "S21": -25.137606554762851, "W22": -36.87069416045113, "S22": -46.620163970830191, "W31": -66.083146044672816, "S31": -75.124414703137916, "W32": -99.793373012347899, "S32": -104.7933730123479 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 496856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56537786549263624, "S11": 0.56537786549263624, "W12": -7.1588324488248674, "S12": -7.1588324488248674, "W13": -21.501330119549834, "S13": -21.501330119549834, "W21": -39.555521563987242, "S21": -43.628038530140302, "W22": -57.246137794082998, "S22": -62.116673239532375, "W31": -82.427217507594477, "S31": -82.427217507594477, "W32": -92.694998161839791, "S32": -97.694998161839791 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 506057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5299952329866127, "S11": -0.23282251798279718, "W12": -6.1670151588631192, "S12": -9.1670151588631192, "W13": -14.976836982285864, "S13": -14.976836982285864, "W21": -34.025934791082896, "S21": -34.025934791082896, "W22": -56.571726656233693, "S22": -67.127032639127577, "W31": -82.53017929972556, "S31": -82.53017929972556, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 507080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13919811610980987, "S11": -0.0099547462244215235, "W12": -5.2327054086836569, "S12": -5.2327054086836569, "W13": -22.082917358920266, "S13": -22.082917358920266, "W21": -36.328538512227027, "S21": -36.328538512227027, "W22": -46.526311423698409, "S22": -46.526311423698409, "W31": -82.726256553204365, "S31": -82.821596679431053, "W32": -96.230124788043142, "S32": -101.23012478804314 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 510249.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27990827645051192, "S11": -0.27990827645051192, "W12": -10.0, "S12": -12.985542700535252, "W13": -34.773117264114781, "S13": -34.773117264114781, "W21": -36.53190543664676, "S21": -36.53190543664676, "W22": -37.76155280614968, "S22": -41.615538443688116, "W31": -70.0, "S31": -77.237958750525053, "W32": -84.941173014027925, "S32": -89.941173014027925 }, "geometry": { "type": "Point", "coordinates": [ 103496.0, 511020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0107906169881558, "S11": 3.0107906169881558, "W12": -10.029911269511048, "S12": -10.029911269511048, "W13": -19.381970595587777, "S13": -20.44386936927787, "W21": -50.137026791573099, "S21": -64.646285893476858, "W22": -33.987110941607746, "S22": -39.029991580705492, "W31": -79.948222732176802, "S31": -82.019511794676845, "W32": -85.87000075, "S32": -90.87000075 }, "geometry": { "type": "Point", "coordinates": [ 103496.666666666671517, 500808.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.5359252466597786, "S12": -5.7738969192730423, "W13": -20.777425987573469, "S13": -20.777425987573469, "W21": -37.090587824208093, "S21": -40.331254966046963, "W22": -37.889823679071711, "S22": -52.329518291904833, "W31": -66.445810560654948, "S31": -76.445810560654948, "W32": -92.9198131955485, "S32": -97.9198131955485 }, "geometry": { "type": "Point", "coordinates": [ 103496.666666666671517, 506792.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4458772990373019, "S11": 4.4458772990373019, "W12": -8.6622609649710096, "S12": -15.4982583698756, "W13": -18.765571287038977, "S13": -18.765571287038977, "W21": -36.263581220099532, "S21": -46.263581220099532, "W22": -50.0, "S22": -62.58884769501617, "W31": -100.0, "S31": -100.0, "W32": -103.67121450037972, "S32": -108.67121450037972 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.901500628016132, "S12": -14.901500628016132, "W13": -21.67990773962071, "S13": -26.236468896079057, "W21": -40.0, "S21": -42.837334437086092, "W22": -51.836950160620106, "S22": -52.492821450071503, "W31": -98.867585287598203, "S31": -98.867585287598203, "W32": -98.867585287598203, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 503592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56664123431673152, "S11": 0.56664123431673152, "W12": -6.1353801748014156, "S12": -6.8046117077641091, "W13": -22.529480738681976, "S13": -22.529480738681976, "W21": -34.265891048252705, "S21": -42.387118212668611, "W22": -65.300884682327805, "S22": -72.945198079205667, "W31": -88.129180461005888, "S31": -88.129180461005888, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024371122051002114, "S11": -0.63429112205100213, "W12": -2.6002956695781747, "S12": -2.6002956695781747, "W13": -20.0, "S13": -21.664370057560919, "W21": -40.744597529574079, "S21": -45.342105495976142, "W22": -50.37306793195232, "S22": -51.868500479136138, "W31": -100.0, "S31": -100.0, "W32": -100.41816049035968, "S32": -105.41816049035968 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 506279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5690389072668851, "S11": -0.43096109273311445, "W12": -5.7925533775653921, "S12": -9.9606238216695271, "W13": -14.67486871750816, "S13": -14.895692991120551, "W21": -32.209116422474821, "S21": -32.209116422474821, "W22": -50.0, "S22": -50.000000000000007, "W31": -106.01852979814109, "S31": -106.01852979814109, "W32": -110.53264351844194, "S32": -115.53264351844194 }, "geometry": { "type": "Point", "coordinates": [ 103497.0, 507256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -13.246522809984482, "W13": -20.348639967849522, "S13": -21.665920330433703, "W21": -33.960329663538566, "S21": -33.960329663538566, "W22": -43.899160328405351, "S22": -48.972763011950065, "W31": -60.0, "S31": -60.631388488715096, "W32": -95.097116161499343, "S32": -100.09711616149934 }, "geometry": { "type": "Point", "coordinates": [ 103497.5, 504780.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0857006309150021, "S12": -6.0857006309150021, "W13": -20.0, "S13": -20.781290959083531, "W21": -42.622715854157995, "S21": -42.622715854157995, "W22": -44.961559058762475, "S22": -47.535956604062086, "W31": -80.0, "S31": -80.0, "W32": -89.431347314045695, "S32": -94.431347314045695 }, "geometry": { "type": "Point", "coordinates": [ 103497.5, 518490.6875 ] } }, +{ "type": "Feature", "properties": { "W11": 3.32, "S11": 3.32, "W12": -6.5300002, "S12": -6.5300002, "W13": -22.34, "S13": -23.5300001, "W21": -37.43, "S21": -37.74574008698719, "W22": -39.371538605694958, "S22": -41.297395136744207, "W31": -71.461412613840338, "S31": -73.221967099299306, "W32": -92.3442730138283, "S32": -97.3442730138283 }, "geometry": { "type": "Point", "coordinates": [ 103497.7, 509661.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4423343681881233, "W12": -10.0, "S12": -10.516197783461212, "W13": -15.0, "S13": -17.957991079099422, "W21": -50.348934716442017, "S21": -57.797998052748888, "W22": -38.973552656560379, "S22": -40.360387858086732, "W31": -71.157106037015481, "S31": -75.57523487327316, "W32": -91.785093784349186, "S32": -96.785093784349186 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 501766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.298581932773109, "S11": 2.298581932773109, "W12": -5.7566955494289092, "S12": -5.7566955494289092, "W13": -14.072307208750962, "S13": -16.590358589368947, "W21": -50.008616156304363, "S21": -58.95539050864781, "W22": -38.593945930954931, "S22": -45.197587387537567, "W31": -67.063328078175815, "S31": -76.729470077230005, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 502306.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6464910737841878, "S11": 0.6464910737841878, "W12": -14.115819395782376, "S12": -14.115819395782376, "W13": -21.595175550999489, "S13": -26.302540495855865, "W21": -40.0, "S21": -43.0, "W22": -36.889820156234023, "S22": -47.261108828888709, "W31": -66.089281389993772, "S31": -75.367634055488793, "W32": -99.596695389535398, "S32": -104.5966953895354 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 503571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75592751510327105, "S11": -1.2429516583350004, "W12": -4.5629594838070799, "S12": -6.1440121205516789, "W13": -18.124421438286987, "S13": -22.406842826411882, "W21": -41.353981767002267, "S21": -45.153539498798722, "W22": -60.0, "S22": -77.386795358866408, "W31": -98.347961733198787, "S31": -98.347961733198787, "W32": -101.67038296449077, "S32": -106.67038296449077 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 506189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23091672943111227, "S11": -0.23091672943111227, "W12": -10.088969326122706, "S12": -12.569069004753246, "W13": -20.0, "S13": -20.0, "W21": -32.884084650925345, "S21": -32.884084650925345, "W22": -43.143624395477374, "S22": -43.143624395477374, "W31": -74.787314583742258, "S31": -77.664206864487909, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9915537969867598, "S11": 1.5965973913299245, "W12": -9.3155537610802615, "S12": -12.079510005779387, "W13": -24.782487746817591, "S13": -25.27730119838192, "W21": -36.964433603606096, "S21": -36.964433603606096, "W22": -47.241439366753717, "S22": -48.026018839920098, "W31": -80.0, "S31": -80.0, "W32": -98.79639448568399, "S32": -103.79639448568399 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2432023526910521, "S11": 1.2432023526910521, "W12": -6.6363888341845891, "S12": -15.541888033330345, "W13": -24.43362277705954, "S13": -26.336076103494271, "W21": -32.554395935428722, "S21": -32.554395935428722, "W22": -35.880091501054345, "S22": -41.538465313132981, "W31": -72.61622497674, "S31": -78.67528895173362, "W32": -84.955479270312836, "S32": -89.955479270312836 }, "geometry": { "type": "Point", "coordinates": [ 103498.0, 509604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.093453814417109857, "S11": -0.093453814417109857, "W12": -12.782721151143175, "S12": -12.782721151143175, "W13": -19.204179841615609, "S13": -19.204179841615609, "W21": -35.627555264011065, "S21": -35.627555264011065, "W22": -44.047868315487236, "S22": -49.034145938389074, "W31": -70.0, "S31": -70.0, "W32": -91.69484069628605, "S32": -96.69484069628605 }, "geometry": { "type": "Point", "coordinates": [ 103498.333333333328483, 512525.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53224210711458975, "S11": 0.53224210711458975, "W12": -14.619389171679778, "S12": -14.619389171679778, "W13": -21.664290748334189, "S13": -26.272467270235865, "W21": -40.0, "S21": -42.887624172185433, "W22": -49.777761260656071, "S22": -49.777761260656071, "W31": -70.0, "S31": -70.0, "W32": -91.353892440767211, "S32": -96.353892440767211 }, "geometry": { "type": "Point", "coordinates": [ 103498.5, 503584.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6579976792315145, "W13": -15.0, "S13": -16.423319648093841, "W21": -31.762109162701449, "S21": -33.39671444889084, "W22": -51.638632043380106, "S22": -51.638632043380106, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26459016393442625, "S11": 0.26459016393442625, "W12": -8.7179701683813313, "S12": -10.238381493920139, "W13": -16.73081031401583, "S13": -20.48504310948319, "W21": -53.219908588083328, "S21": -69.405424859678348, "W22": -48.898000717971541, "S22": -48.898000717971541, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056843331391962737, "S11": -2.0924650046552351, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -19.171790337372094, "W21": -49.213683600196241, "S21": -55.758352351387444, "W22": -33.151433293442942, "S22": -43.151433293442942, "W31": -77.490347490347503, "S31": -77.490347490347503, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 501904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58878903154917905, "S11": 0.58878903154917905, "W12": -6.1559078480650928, "S12": -6.1559078480650928, "W13": -24.991540988104038, "S13": -24.991540988104038, "W21": -35.469357729985887, "S21": -36.388475377044713, "W22": -33.705701515871979, "S22": -40.303641678779243, "W31": -79.762050745165666, "S31": -81.484984566452667, "W32": -85.454191568014707, "S32": -90.454191568014707 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 505844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.34311878937461232, "W12": -2.9989863906732093, "S12": -5.6127824767365677, "W13": -20.602254579971284, "S13": -20.602254579971284, "W21": -37.49753719070619, "S21": -40.167235857080954, "W22": -39.686466141430891, "S22": -41.894376628029903, "W31": -68.18748523396539, "S31": -72.071418520569807, "W32": -94.831828623696907, "S32": -99.831828623696907 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 506831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8001882439990378, "S11": 0.79663899821376694, "W12": -4.9278569353159813, "S12": -5.7813043852569006, "W13": -19.239881539980257, "S13": -19.239881539980257, "W21": -35.371042497029059, "S21": -35.371042497029059, "W22": -39.622954543431149, "S22": -42.193138309620885, "W31": -67.959396497851685, "S31": -73.95976136673886, "W32": -96.550116550116542, "S32": -101.55011655011654 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 506985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083496045979956066, "S11": 0.083496045979956066, "W12": -10.0, "S12": -14.128995536383119, "W13": -25.265021151502523, "S13": -25.797831836751428, "W21": -37.282552687899482, "S21": -37.282552687899482, "W22": -39.890154944901369, "S22": -39.890154944901369, "W31": -71.863283033485203, "S31": -73.682370453861822, "W32": -94.723832433281899, "S32": -99.723832433281899 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 511466.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031918852039805858, "S11": -0.031918852039805858, "W12": -10.499729619008605, "S12": -13.499729619008605, "W13": -22.053918108012706, "S13": -25.272940795621782, "W21": -36.810165534988357, "S21": -37.691467147257399, "W22": -60.088080312320912, "S22": -60.088080312320912, "W31": -69.939139907115418, "S31": -70.491199869179439, "W32": -89.342240701332344, "S32": -94.342240701332344 }, "geometry": { "type": "Point", "coordinates": [ 103499.0, 511615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11467279393302832, "S11": -0.29275352550864253, "W12": -10.017090142330147, "S12": -10.017090142330154, "W13": -15.077777777777744, "S13": -19.695378531098655, "W21": -48.972540624117748, "S21": -50.46179948463331, "W22": -45.936289749426706, "S22": -48.179111975997806, "W31": -78.993366981570603, "S31": -78.993366981570603, "W32": -89.61948747350101, "S32": -94.61948747350101 }, "geometry": { "type": "Point", "coordinates": [ 103499.333333333328483, 501954.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0166575041232822, "W12": -5.0, "S12": -12.250930320653719, "W13": -21.032878832986171, "S13": -21.032878832986171, "W21": -37.164852308023029, "S21": -37.164852308023029, "W22": -47.44794845838166, "S22": -47.527596313256829, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103499.4, 508607.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42913195446859537, "S11": -0.8797562786162334, "W12": -10.783298725361787, "S12": -11.640058488541127, "W13": -22.905628930183948, "S13": -22.905628930183948, "W21": -36.071728170865939, "S21": -40.655389394552735, "W22": -33.825896416672464, "S22": -39.628684637223841, "W31": -79.857007020569043, "S31": -81.867477692521902, "W32": -85.658897626838225, "S32": -90.658897626838225 }, "geometry": { "type": "Point", "coordinates": [ 103500.0, 505071.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043463685022732096, "S11": -0.14470713547732839, "W12": -8.1398748823410134, "S12": -15.707033023871457, "W13": -21.613239825621907, "S13": -21.613239825621907, "W21": -36.25244614268852, "S21": -36.25244614268852, "W22": -39.358691386004963, "S22": -42.735140833350187, "W31": -67.921944298214711, "S31": -74.216316675719526, "W32": -96.882284382284368, "S32": -101.88228438228437 }, "geometry": { "type": "Point", "coordinates": [ 103500.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.077693900302596, "S11": 1.077693900302596, "W12": -15.049528142657959, "S12": -15.049528142657959, "W13": -21.77550794139546, "S13": -24.912770935721881, "W21": -41.559135034950692, "S21": -47.142716187051597, "W22": -38.218846332755916, "S22": -44.034672663288127, "W31": -67.462956059424897, "S31": -75.868623049352607, "W32": -99.277389277389275, "S32": -104.27738927738928 }, "geometry": { "type": "Point", "coordinates": [ 103500.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -38.583379127270575, "S22": -45.420434256370363, "W31": -67.037311660452474, "S31": -76.78537574969738, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103500.469387755103526, 525187.183673469349742 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.3781177849819963, "W13": -15.0, "S13": -18.0, "W21": -32.501985366525133, "S21": -34.052440238442777, "W22": -37.732616384926395, "S22": -44.04631592165704, "W31": -66.35365115862804, "S31": -69.623003238299972, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103501.0, 499077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51182281485618542, "S11": -2.3613773473827111, "W12": -10.927668274606269, "S12": -10.927668274606269, "W13": -22.922146440303134, "S13": -22.922146440303134, "W21": -36.418045146107922, "S21": -40.398604652983217, "W22": -36.856003135072569, "S22": -45.773480679982747, "W31": -66.063109870552097, "S31": -74.826788839503479, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103501.0, 505280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97285242290748208, "S11": -0.97285242290748208, "W12": -11.093649903527217, "S12": -12.579117852662245, "W13": -20.0, "S13": -20.0, "W21": -34.520620418142407, "S21": -34.520620418142407, "W22": -37.245556677999303, "S22": -51.52925242214009, "W31": -66.225956333624907, "S31": -71.348511325744411, "W32": -96.452246501350359, "S32": -101.45224650135036 }, "geometry": { "type": "Point", "coordinates": [ 103501.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0643241255899216, "S12": -6.0643241255899216, "W13": -19.999999999999996, "S13": -23.644701924779291, "W21": -42.97006675879323, "S21": -42.97006675879323, "W22": -59.999999999999993, "S22": -68.706504875886523, "W31": -94.463196185658319, "S31": -94.463196185658319, "W32": -100.65561254607707, "S32": -105.65561254607707 }, "geometry": { "type": "Point", "coordinates": [ 103501.077777777783922, 518303.377777777786832 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71500110011001095, "S11": 0.71500110011001095, "W12": -6.4112672962881616, "S12": -6.4112672962881616, "W13": -10.555997059583174, "S13": -15.989926233276261, "W21": -29.927885684949093, "S21": -32.615762645142098, "W22": -70.0, "S22": -73.524526004522528, "W31": -83.873698153797946, "S31": -84.13685656916941, "W32": -94.907577138742496, "S32": -99.907577138742496 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 499580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49627869341989927, "S11": 0.49627869341989927, "W12": -10.0, "S12": -10.950166640215839, "W13": -14.559630529378786, "S13": -17.727213857190065, "W21": -30.634161327130695, "S21": -35.376827812629735, "W22": -47.230189717305848, "S22": -48.006127592316652, "W31": -80.0, "S31": -80.0, "W32": -98.749734888653137, "S32": -103.74973488865314 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 499767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41305069002122974, "S11": -0.37033719429497369, "W12": -10.824023256556879, "S12": -11.194558048204133, "W13": -23.28449978031437, "S13": -23.28449978031437, "W21": -36.313993172202665, "S21": -41.313993172202665, "W22": -69.100325540100613, "S22": -72.208001151781744, "W31": -84.699897861886029, "S31": -84.699897861886029, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59086531516347962, "S11": 0.59086531516347962, "W12": -5.81009456891291, "S12": -5.81009456891291, "W13": -25.0, "S13": -25.0, "W21": -35.32678850255968, "S21": -36.542411115241116, "W22": -43.352622271512061, "S22": -43.352622271512061, "W31": -75.563749544345683, "S31": -78.371333672924294, "W32": -95.099488257333462, "S32": -100.09948825733346 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85909386221414619, "S11": -1.0924241814111697, "W12": -3.6101360415391399, "S12": -4.7914321701562796, "W13": -17.733856955500311, "S13": -21.940198613951022, "W21": -41.239154290512033, "S21": -44.967683682149413, "W22": -41.984197362364036, "S22": -45.23775622953756, "W31": -80.0, "S31": -82.285126297728937, "W32": -91.976848047447206, "S32": -96.976848047447206 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.076474734143628043, "S11": 0.076474734143628043, "W12": -5.0, "S12": -9.7068123429603901, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -32.820314466221383, "S21": -32.820314466221383, "W22": -38.707272720335375, "S22": -43.564660056330816, "W31": -67.837988569855511, "S31": -74.857873924210395, "W32": -97.703962703962716, "S32": -102.70396270396272 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 507767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31047700170357756, "S11": -0.31047700170357756, "W12": -10.494953281767303, "S12": -12.84294271048438, "W13": -20.0, "S13": -20.0, "W21": -32.89053420633374, "S21": -32.89053420633374, "W22": -37.471335612874682, "S22": -42.830133003439116, "W31": -66.274859993558778, "S31": -70.551024024021572, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.87672281776416527, "W12": -5.0242886806635765, "S12": -14.104097278868565, "W13": -24.5165296639255, "S13": -24.5165296639255, "W21": -38.446006030795033, "S21": -38.446006030795033, "W22": -40.038996854214439, "S22": -49.75339617218296, "W31": -60.652909380902102, "S31": -68.627124895763615, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.223659359616486, "S11": -0.13324036857478591, "W12": -7.8193332942127691, "S12": -19.699167846792975, "W13": -23.730717879876547, "S13": -28.494766740296704, "W21": -33.995664478519537, "S21": -34.111223080301578, "W22": -33.22586510160221, "S22": -42.6350651851441, "W31": -77.924417924418563, "S31": -77.924417924418563, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 510088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68692682926829263, "S11": 0.61353025557439422, "W12": -5.1876469224925845, "S12": -6.7077749332724395, "W13": -23.08541880565252, "S13": -23.08541880565252, "W21": -36.996712855780785, "S21": -36.996712855780785, "W22": -42.864717600307827, "S22": -45.90041201826989, "W31": -80.0, "S31": -81.66015042917374, "W32": -90.798852357319916, "S32": -95.798852357319916 }, "geometry": { "type": "Point", "coordinates": [ 103502.0, 510295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43683193683193244, "S11": 0.43683193683193244, "W12": -1.7732938300251455, "S12": -9.7404877374645444, "W13": -20.964728762605763, "S13": -21.598827750077401, "W21": -37.735177879306214, "S21": -41.175324845614035, "W22": -50.0, "S22": -65.0, "W31": -100.0, "S31": -100.0, "W32": -104.20837536266548, "S32": -109.20837536266548 }, "geometry": { "type": "Point", "coordinates": [ 103502.333333333328483, 506726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.77773091242692383, "W12": -6.6027237689150526, "S12": -6.6027237689150526, "W13": -20.826108587073847, "S13": -22.73537599152808, "W21": -41.892710394012362, "S21": -41.892710394012362, "W22": -47.837873332301811, "S22": -51.111292964264642, "W31": -76.931849568625154, "S31": -81.165540060962471, "W32": -98.715782638416414, "S32": -103.71578263841641 }, "geometry": { "type": "Point", "coordinates": [ 103502.4, 516144.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 3.626068103353576, "S11": 3.626068103353576, "W12": -9.9806724229225008, "S12": -9.9806724229225008, "W13": -19.453025043748852, "S13": -20.453169525354202, "W21": -49.999999999999993, "S21": -60.0, "W22": -40.215405628656541, "S22": -40.215405628656541, "W31": -72.192475687544714, "S31": -74.398616038421906, "W32": -93.718027539498976, "S32": -98.718027539498976 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 500727.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33849320092918367, "S11": 0.33849320092918367, "W12": -5.0958416983469315, "S12": -15.095841698346931, "W13": -19.087488240827845, "S13": -19.087488240827845, "W21": -32.770021182314757, "S21": -32.770021182314757, "W22": -33.400366843124885, "S22": -41.700218033601075, "W31": -79.3293552681628, "S31": -80.097991671710076, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 507641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31613784781374221, "S11": -0.31613784781374221, "W12": -10.512365070131196, "S12": -12.84233546649274, "W13": -20.0, "S13": -20.0, "W21": -32.888445825098835, "S21": -32.888445825098835, "W22": -42.603474547282659, "S22": -47.570552798542515, "W31": -70.305946406215071, "S31": -70.305946406215071, "W32": -91.243200876990855, "S32": -96.243200876990855 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 507953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.082014668744295138, "W12": -6.1379840651532218, "S12": -8.2270977123889217, "W13": -23.814040304310918, "S13": -24.128238899034503, "W21": -36.4631251127864, "S21": -36.4631251127864, "W22": -39.446548601742485, "S22": -47.333898780489179, "W31": -60.0, "S31": -67.012335021738821, "W32": -80.168757838721632, "S32": -85.168757838721632 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32629833384357632, "S11": 0.098530157786435174, "W12": -6.805884180981276, "S12": -11.310563439106268, "W13": -19.27704305549063, "S13": -19.27704305549063, "W21": -35.868313605538056, "S21": -35.868313605538056, "W22": -58.820891916702863, "S22": -77.470085180987823, "W31": -100.2902301560372, "S31": -100.2902301560372, "W32": -102.06402284867343, "S32": -107.06402284867343 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0378229765286449, "S12": -13.987348550612076, "W13": -25.0, "S13": -25.0, "W21": -38.701866824945597, "S21": -38.701866824945597, "W22": -50.664828916406279, "S22": -51.487762181120601, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.52108247712087 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 510418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -21.790902582741339, "W13": -29.464708414030557, "S13": -29.464708414030557, "W21": -40.0, "S21": -40.0, "W22": -49.970329850646081, "S22": -49.970329850646081, "W31": -88.429769545349544, "S31": -89.628335585258554, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 510547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24988167712738735, "S11": -0.24988167712738735, "W12": -11.849733715690292, "S12": -11.849733715690292, "W13": -19.359372421321392, "S13": -19.359372421321392, "W21": -35.588471737255112, "S21": -37.767662098917548, "W22": -38.235651994735861, "S22": -48.235651994735861, "W31": -66.672751821152602, "S31": -73.269833324324878, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103503.0, 511949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31901624205216522, "S11": -0.31901624205216522, "W12": -6.9388536875194591, "S12": -6.9388536875194591, "W13": -15.770846779123676, "S13": -17.623502007881857, "W21": -34.362426121790762, "S21": -34.362426121790762, "W22": -37.095519501207697, "S22": -41.048436207268018, "W31": -66.160006444784287, "S31": -71.896102519769642, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.2, 497849.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77, "S11": 0.77, "W12": -7.0300002, "S12": -7.0300002, "W13": -24.33, "S13": -24.53, "W21": -36.630001, "S21": -37.230001, "W22": -38.635871827254128, "S22": -44.257654968052485, "W31": -66.181485566005748, "S31": -74.987339638403938, "W32": -89.950172479877352, "S32": -94.950172479877352 }, "geometry": { "type": "Point", "coordinates": [ 103503.3, 509709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.0063024917008629, "S12": -6.0926201256631503, "W13": -20.489539643060354, "S13": -20.565167437136871, "W21": -39.031238422056653, "S21": -42.766628171690115, "W22": -39.545866180078264, "S22": -47.728560347706129, "W31": -60.0, "S31": -67.20982192822602, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103503.333333333328483, 506572.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52272937293729371, "S11": 0.52272937293729371, "W12": -6.9712716889962669, "S12": -6.9712716889962669, "W13": -11.788091311862994, "S13": -16.742964836314933, "W21": -29.886828741336529, "S21": -32.856874324145295, "W22": -39.275228166036683, "S22": -41.3896553608975, "W31": -71.324857129149692, "S31": -73.519432265718578, "W32": -92.177445325994682, "S32": -97.177445325994682 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 499612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52200153588383136, "S11": -2.4779984641161685, "W12": -10.950298693415967, "S12": -10.950298693415967, "W13": -22.795255704814046, "S13": -22.795255704814046, "W21": -36.506068769532483, "S21": -40.679452679758498, "W22": -65.861898410867411, "S22": -70.249321274123204, "W31": -87.251721902242494, "S31": -87.251721902242494, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.021656753094648706, "S11": -0.35534859449893424, "W12": -3.9129269040811794, "S12": -3.9129269040811794, "W13": -20.149820958626346, "S13": -20.149820958626346, "W21": -39.887066776921699, "S21": -43.736215592137732, "W22": -50.000000000000007, "S22": -70.0, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -105.76889593632434, "S32": -110.76889593632434 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 506329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42465753424657526, "S11": -0.42465753424657526, "W12": -10.926481804666766, "S12": -13.167623693221458, "W13": -20.0, "S13": -20.0, "W21": -32.903817487351326, "S21": -32.903817487351326, "W22": -46.116846318060155, "S22": -49.254910242678577, "W31": -60.0, "S31": -61.0, "W32": -96.063834253648324, "S32": -101.06383425364832 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0750882008124245, "S12": -6.0750882008124245, "W13": -20.0, "S13": -20.58915902097057, "W21": -42.636767839161841, "S21": -42.636767839161841, "W22": -47.562426856115245, "S22": -51.294071048672834, "W31": -76.52887398179783, "S31": -81.52887398179783, "W32": -98.33933374927139, "S32": -103.33933374927139 }, "geometry": { "type": "Point", "coordinates": [ 103504.0, 518539.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37999738525240545, "S11": -0.37999738525240545, "W12": -6.0774311557862575, "S12": -6.0774311557862575, "W13": -20.0, "S13": -20.000000000000004, "W21": -42.651019743627302, "S21": -42.651019743627302, "W22": -40.338798107851723, "S22": -40.338798107851723, "W31": -72.954626881389629, "S31": -75.849363723494889, "W32": -93.959120141308276, "S32": -98.959120141308276 }, "geometry": { "type": "Point", "coordinates": [ 103504.238095238091773, 518578.523809523787349 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8227576335870044, "S11": 2.8227576335870044, "W12": -6.6142156901036069, "S12": -6.6142156901036069, "W13": -23.181232374407845, "S13": -24.07477342817619, "W21": -37.302850937087513, "S21": -37.698869077157141, "W22": -34.422314713762475, "S22": -34.620603863577287, "W31": -78.582358023322456, "S31": -81.582358023322456, "W32": -87.230028762310397, "S32": -92.230028762310397 }, "geometry": { "type": "Point", "coordinates": [ 103504.666666666671517, 509671.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72964042442714039, "S11": 0.18870236724832012, "W12": -3.9465223463996324, "S12": -4.9829559215810741, "W13": -20.243980844858608, "S13": -20.243980844858608, "W21": -36.46381442952427, "S21": -37.545425144721015, "W22": -57.694483734087697, "S22": -72.601033564934568, "W31": -102.17299123537188, "S31": -102.17299123537188, "W32": -103.26195326001424, "S32": -108.26195326001424 }, "geometry": { "type": "Point", "coordinates": [ 103504.857142857144936, 506910.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24755387303436227, "S11": -3.095763998830293, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -18.804856532167069, "W21": -48.687502787565222, "S21": -58.58478114370984, "W22": -38.282055240055207, "S22": -41.213798422740901, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103505.0, 501865.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57182155255059308, "S11": 0.57182155255059308, "W12": -5.8199771750094529, "S12": -5.8199771750094529, "W13": -23.906074074074073, "S13": -23.906074074074073, "W21": -34.719649156564188, "S21": -38.586634886274986, "W22": -43.337573503173658, "S22": -46.234489915713844, "W31": -80.0, "S31": -83.0, "W32": -90.245812655086851, "S32": -95.245812655086851 }, "geometry": { "type": "Point", "coordinates": [ 103505.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060707649038193839, "S11": -0.032906920793084327, "W12": -10.414280442804277, "S12": -10.41428044280428, "W13": -15.223671497584576, "S13": -20.19611312408885, "W21": -48.079776400100627, "S21": -52.740895964774452, "W22": -38.565364349314464, "S22": -45.081470791891391, "W31": -67.187357003159377, "S31": -76.437058789617325, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103505.666666666671517, 501998.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85491489840293911, "S11": -3.3926253428386732, "W12": -9.7846518984137489, "S12": -13.007824892511289, "W13": -20.0, "S13": -22.183914913957935, "W21": -33.842277810067174, "S21": -36.302517991826342, "W22": -35.045366301108679, "S22": -38.506503411126204, "W31": -73.677685172160537, "S31": -73.677685172160537, "W32": -89.221882956972919, "S32": -94.221882956972919 }, "geometry": { "type": "Point", "coordinates": [ 103506.0, 504651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66745529072415166, "S11": 0.66745529072415166, "W12": -6.984457922668688, "S12": -6.984457922668688, "W13": -22.552554868791933, "S13": -22.552554868791933, "W21": -38.71130113964837, "S21": -42.030691638602661, "W22": -50.0, "S22": -50.0, "W31": -86.714391470059795, "S31": -87.75703539330074, "W32": -95.085508449796862, "S32": -100.08550844979686 }, "geometry": { "type": "Point", "coordinates": [ 103506.0, 506030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011838871919718025, "S11": -0.32238572701076329, "W12": -3.5077397962346208, "S12": -3.5077397962346208, "W13": -20.133432561082589, "S13": -20.133432561082589, "W21": -39.772291114435433, "S21": -43.58772745956302, "W22": -43.210606531419501, "S22": -43.210606531419501, "W31": -74.865827328043082, "S31": -77.865827328043082, "W32": -95.064969461555037, "S32": -100.06496946155504 }, "geometry": { "type": "Point", "coordinates": [ 103506.0, 506326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13660641155060108, "S11": 0.022953221451167627, "W12": -7.2366366159202888, "S12": -20.011404557553409, "W13": -21.726640583150658, "S13": -21.726640583150658, "W21": -35.923634535999533, "S21": -35.923634535999533, "W22": -44.969417393877393, "S22": -47.453484512600731, "W31": -80.0, "S31": -80.0, "W32": -89.557548041924846, "S32": -94.557548041924846 }, "geometry": { "type": "Point", "coordinates": [ 103506.0, 509977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55053911447580206, "S11": -2.4494608855241982, "W12": -10.684236364724919, "S12": -10.684236364724919, "W13": -21.93294308591658, "S13": -21.93294308591658, "W21": -37.075793724438896, "S21": -38.96580494778339, "W22": -33.203264447672623, "S22": -42.568130195124255, "W31": -77.82117725370864, "S31": -77.82117725370864, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103506.666666666671517, 505332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44230107556960419, "S11": -0.44230107556960419, "W12": -6.2947606461077843, "S12": -6.2947606461077843, "W13": -15.549035388703873, "S13": -17.621448152530711, "W21": -34.765755702726501, "S21": -34.765755702726501, "W22": -40.0, "S22": -44.654377880184335, "W31": -68.288490251289531, "S31": -70.86062387011664, "W32": -93.923172528400954, "S32": -98.923172528400954 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 498011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6631781596247972, "S12": -5.8573687992130345, "W13": -11.266235727662659, "S13": -17.202855996282928, "W21": -30.0, "S21": -32.917041099511032, "W22": -37.785889253186681, "S22": -52.457332836055002, "W31": -66.382759242413471, "S31": -75.12133096863495, "W32": -93.410903139163992, "S32": -98.410903139163992 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 499479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74534507362987423, "S11": 0.74534507362987423, "W12": -6.7632977324143733, "S12": -6.7632977324143733, "W13": -23.474892391709631, "S13": -23.474892391709631, "W21": -38.177118353769579, "S21": -40.981719779563484, "W22": -60.254274953348855, "S22": -60.254274953348855, "W31": -69.895529651834295, "S31": -70.578511399985885, "W32": -89.081821625185043, "S32": -94.081821625185043 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 506005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081702389203441333, "S11": -0.37016392766497985, "W12": -1.9338564410484183, "S12": -1.9338564410484183, "W13": -20.0, "S13": -20.718387293830176, "W21": -39.861819162730043, "S21": -43.955039973117792, "W22": -41.338343160359841, "S22": -41.423142588707272, "W31": -74.131715981864446, "S31": -76.623860044450311, "W32": -94.509244756197219, "S32": -99.509244756197219 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43959755061278394, "S11": 0.43959755061278394, "W12": -1.2273203064667961, "S12": -11.227320306466796, "W13": -21.088630480294558, "S13": -21.607246908976602, "W21": -38.247401857826461, "S21": -41.744005490717612, "W22": -38.231877502122998, "S22": -41.098443537500692, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 506694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67840712792070679, "S11": -0.67840712792070679, "W12": -11.323677992516419, "S12": -13.449189327090323, "W13": -20.0, "S13": -20.0, "W21": -33.082610086389998, "S21": -33.082610086389998, "W22": -64.143292409354629, "S22": -64.143292409354629, "W31": -71.769281016027819, "S31": -71.771452765258203, "W32": -86.580866046087976, "S32": -91.580866046087976 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 508043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8833969465652074, "S11": 2.8833969465652074, "W12": -6.5983557924774967, "S12": -6.5983557924774967, "W13": -23.32906626399744, "S13": -24.199937432175652, "W21": -37.331393058390297, "S21": -37.731900892967268, "W22": -51.034454345561855, "S22": -51.06548135439985, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -102.85751022192505 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 509671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47287483989192119, "S11": 0.47287483989192119, "W12": -13.934736600140624, "S12": -14.110355429960395, "W13": -21.689464494722859, "S13": -29.461485896528892, "W21": -37.197818689764546, "S21": -39.2954550114504, "W22": -50.0, "S22": -90.0, "W31": -107.39703510834875, "S31": -107.39703510834875, "W32": -111.19098283136913, "S32": -116.19098283136913 }, "geometry": { "type": "Point", "coordinates": [ 103507.0, 513646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0541696293247469, "S12": -6.0541696293247469, "W13": -20.0, "S13": -23.519859023479047, "W21": -42.884682659764792, "S21": -42.884682659764792, "W22": -60.0, "S22": -75.0, "W31": -95.954629780596022, "S31": -95.954629780596022, "W32": -101.14083675724595, "S32": -106.14083675724595 }, "geometry": { "type": "Point", "coordinates": [ 103507.4, 518352.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2580254391278012, "W12": -5.0, "S12": -11.327406020901574, "W13": -21.166954450729406, "S13": -21.166954450729406, "W21": -37.274893800790906, "S21": -37.642701966498926, "W22": -57.000437548382756, "S22": -61.778551003930453, "W31": -82.320794026812337, "S31": -82.320794026812337, "W32": -92.754585188513545, "S32": -97.754585188513545 }, "geometry": { "type": "Point", "coordinates": [ 103507.5, 508629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6000732457972671, "S12": -9.6000732457972671, "W13": -16.281669059410312, "S13": -17.465460175042729, "W21": -21.423732338914558, "S21": -22.513314191953128, "W22": -51.953371970495255, "S22": -61.60609944183674, "W31": -81.655391768075148, "S31": -81.655391768075148, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103508.0, 497144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5873648992933571, "S11": 3.5873648992933571, "W12": -9.6867576192246716, "S12": -9.6867576192246716, "W13": -17.49703178000615, "S13": -20.304183982361145, "W21": -41.69644784496198, "S21": -46.648443529967373, "W22": -58.452922707005541, "S22": -59.721275780508407, "W31": -86.093100073403477, "S31": -86.093100073403477, "W32": -93.335877275117696, "S32": -98.335877275117696 }, "geometry": { "type": "Point", "coordinates": [ 103508.0, 500468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2534051478953358, "S11": -0.2534051478953358, "W12": -10.0, "S12": -13.29441573013041, "W13": -34.866014100838434, "S13": -34.866014100838434, "W21": -36.953548014718429, "S21": -36.953548014718429, "W22": -48.161415687989773, "S22": -48.161415687989773, "W31": -89.268928665166655, "S31": -89.268928665166655, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103508.0, 511015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14824275163290046, "S11": 0.14824275163290046, "W12": -10.0, "S12": -16.815448934900317, "W13": -26.675594708430015, "S13": -26.675594708430015, "W21": -37.50573515055148, "S21": -37.50573515055148, "W22": -45.503414498178273, "S22": -50.219757245741988, "W31": -69.185774864214707, "S31": -69.524526820583901, "W32": -92.437629611009868, "S32": -97.437629611009868 }, "geometry": { "type": "Point", "coordinates": [ 103508.2, 511398.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5116479152879313, "S11": 0.5116479152879313, "W12": -10.042483412322278, "S12": -10.408913278608894, "W13": -15.451594202898642, "S13": -21.5654477243543, "W21": -48.911390259707595, "S21": -59.618989390219753, "W22": -46.43521108226355, "S22": -48.443212996540986, "W31": -79.528138927363614, "S31": -79.528138927363614, "W32": -90.701308139534888, "S32": -95.701308139534888 }, "geometry": { "type": "Point", "coordinates": [ 103508.6, 502129.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8244462674323214, "S11": 1.8244462674323214, "W12": -7.2325062360509396, "S12": -7.2325062360509396, "W13": -14.657989744178852, "S13": -18.271196457384622, "W21": -50.033635403346864, "S21": -59.217391975082926, "W22": -48.834178365730509, "S22": -48.834178365730509, "W31": -89.822005934602061, "S31": -89.822005934602061, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103509.0, 502262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.231227844021914, "S12": -20.200956009059475, "W13": -22.002149604267757, "S13": -22.671068523186676, "W21": -40.0, "S21": -43.244578313253015, "W22": -41.499089262244382, "S22": -42.769834997144301, "W31": -75.613252628225553, "S31": -78.079252721283908, "W32": -95.121281884456891, "S32": -100.12128188445689 }, "geometry": { "type": "Point", "coordinates": [ 103509.0, 504086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51467118123429212, "S11": -2.1309332143701036, "W12": -10.970296776666773, "S12": -11.356988600566144, "W13": -23.099200959317113, "S13": -23.099200959317113, "W21": -36.314793100320429, "S21": -40.914919542552134, "W22": -40.06026788757169, "S22": -52.527680648391964, "W31": -63.990325848313049, "S31": -73.12180357179264, "W32": -83.800283368031458, "S32": -88.800283368031458 }, "geometry": { "type": "Point", "coordinates": [ 103509.0, 505272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4965906004065001, "S11": 0.4965906004065001, "W12": -10.0, "S12": -12.203182374541004, "W13": -14.490445553805493, "S13": -17.490445553805493, "W21": -32.364609848152377, "S21": -37.369365498317691, "W22": -41.396953064045519, "S22": -42.982502592361008, "W31": -76.044387809280238, "S31": -78.520469225008071, "W32": -95.009814879691405, "S32": -100.0098148796914 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 499849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.378508957365721, "S11": 4.378508957365721, "W12": -9.8986488984479895, "S12": -9.8986488984479895, "W13": -19.546663948210021, "S13": -20.398537031798863, "W21": -45.769578118952403, "S21": -58.493644321358119, "W22": -39.587586828639964, "S22": -42.499927847021098, "W31": -67.786554753006669, "S31": -72.020532702898691, "W32": -89.865428065461643, "S32": -94.865428065461643 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 500627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.075148624114485, "S12": -10.801349497476931, "W13": -17.016820525912689, "S13": -20.472082942664972, "W21": -52.892789719471395, "S21": -68.808322005684317, "W22": -46.201343029897842, "S22": -51.153897118943306, "W31": -69.39426480992951, "S31": -69.39426480992951, "W32": -92.20377701902251, "S32": -97.20377701902251 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 501118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14848573092603379, "S11": -3.1484857309260339, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -18.915232468922635, "W21": -48.059854600597653, "S21": -56.071949650796228, "W22": -54.252025043124213, "S22": -54.252025043124213, "W31": -87.728065078442768, "S31": -87.728065078442768, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 501881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28594691039490788, "S11": 0.088746772130133822, "W12": -6.7461559905370292, "S12": -12.503430109985814, "W13": -20.507497490267131, "S13": -20.507497490267131, "W21": -35.779695509070372, "S21": -35.779876251758509, "W22": -47.536994631189692, "S22": -48.372935166535285, "W31": -80.000000000000014, "S31": -83.221810604306569, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103510.0, 509911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0644757707098478, "S12": -6.0644757707098478, "W13": -20.0, "S13": -20.397027082858468, "W21": -42.650819824165687, "S21": -42.650819824165687, "W22": -60.022779391117481, "S22": -60.022779391117481, "W31": -69.966469284022736, "S31": -70.44888770232491, "W32": -89.575863943375268, "S32": -94.575863943375268 }, "geometry": { "type": "Point", "coordinates": [ 103510.5, 518587.5625 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5269102030128554, "S11": 3.5269102030128554, "W12": -9.6903179623705249, "S12": -9.6903179623705249, "W13": -17.296868726576438, "S13": -20.296868726576438, "W21": -41.200681169500875, "S21": -44.8565603496519, "W22": -50.0, "S22": -81.916020427463593, "W31": -103.56702565132504, "S31": -103.56702565132504, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 500456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9843225385189749, "S11": 3.9843225385189749, "W12": -9.7957041194878371, "S12": -9.7957041194878371, "W13": -18.441966441741002, "S13": -20.354570017842178, "W21": -43.396733264576788, "S21": -54.296418374788217, "W22": -50.0, "S22": -50.0, "W31": -106.80784849488097, "S31": -106.80784849488097, "W32": -110.79281842594277, "S32": -115.79281842594277 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9136046632663684, "S11": 1.9136046632663684, "W12": -6.9807667060522522, "S12": -6.9807667060522522, "W13": -14.58325020821168, "S13": -17.911605942868892, "W21": -50.0, "S21": -58.935863793589995, "W22": -47.799830542260899, "S22": -50.645814282668681, "W31": -77.417106024067905, "S31": -80.737173053811972, "W32": -99.072488400454731, "S32": -104.07248840045473 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 502273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47395833333333282, "S11": -0.72329441391941462, "W12": -10.939756572852442, "S12": -10.939756572852442, "W13": -24.09398953044834, "S13": -24.09398953044834, "W21": -35.677251555443732, "S21": -40.677251555443732, "W22": -47.721668240910418, "S22": -49.981535441579105, "W31": -78.188024282308859, "S31": -82.915715945484337, "W32": -99.665188959919718, "S32": -104.66518895991972 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 505208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3012284825139739, "S11": 0.63591408089125601, "W12": -4.3626390432724804, "S12": -4.3626390432724804, "W13": -20.36164768451156, "S13": -20.36164768451156, "W21": -36.028998091998304, "S21": -36.157391489221212, "W22": -65.93766764593164, "S22": -67.068199975569456, "W31": -86.374263343480237, "S31": -86.374263343480237, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5660964792260721, "S11": -0.75546275422341491, "W12": -6.9502665373387105, "S12": -6.9502665373387105, "W13": -14.844138767724631, "S13": -16.03283873634382, "W21": -33.502059592368987, "S21": -33.502059592368987, "W22": -50.0, "S22": -52.000821448718838, "W31": -100.0, "S31": -100.0, "W32": -101.13924364333273, "S32": -106.13924364333273 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40925478464311749, "S11": -1.4092547846431174, "W12": -5.0, "S12": -10.059607371259219, "W13": -21.402828222685351, "S13": -21.402828222685351, "W21": -37.538155303383618, "S21": -38.454947051148793, "W22": -49.33378184067724, "S22": -49.33378184067724, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 508667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24008287223654889, "S11": 0.24008287223654889, "W12": -8.5634208046034033, "S12": -33.563420804603403, "W13": -33.563420804603403, "S13": -33.563420804603403, "W21": -40.0, "S21": -40.0, "W22": -37.906664405978496, "S22": -40.378144400440632, "W31": -60.0, "S31": -60.224591562233449, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 510718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12948805460750842, "S11": -0.12948805460750842, "W12": -10.0, "S12": -13.778900803796422, "W13": -35.0, "S13": -35.0, "W21": -38.458772320819115, "S21": -38.458772320819115, "W22": -40.0, "S22": -48.424986177101786, "W31": -64.482150330052448, "S31": -73.789180784658271, "W32": -84.686345108695647, "S32": -89.686345108695647 }, "geometry": { "type": "Point", "coordinates": [ 103511.0, 511026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63194553271857423, "S11": 0.63194553271857423, "W12": -9.8732440963607502, "S12": -9.8732440963607502, "W13": -15.901817338587556, "S13": -16.992130439073581, "W21": -20.174880907098277, "S21": -21.202349033279699, "W22": -41.982484918306433, "S22": -45.150717945542425, "W31": -80.0, "S31": -82.58229282947957, "W32": -92.266926292471567, "S32": -97.266926292471567 }, "geometry": { "type": "Point", "coordinates": [ 103511.166666666671517, 497070.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28248095756241398, "S11": 0.28248095756241398, "W12": -9.2188901176234275, "S12": -9.2188901176234275, "W13": -15.971295546558622, "S13": -17.969052184474769, "W21": -51.909692718110726, "S21": -62.077510030908464, "W22": -64.51204853286869, "S22": -64.51204853286869, "W31": -72.147388678048642, "S31": -72.147388678048642, "W32": -86.569969197531051, "S32": -91.569969197531051 }, "geometry": { "type": "Point", "coordinates": [ 103511.2, 501328.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.021188036763598039, "S11": 0.021188036763598039, "W12": -10.469380600948867, "S12": -10.469380600948867, "W13": -15.305797101449276, "S13": -20.286690235744661, "W21": -47.40221221176575, "S21": -52.580477364413674, "W22": -50.0, "S22": -66.420410683958622, "W31": -106.97440689970203, "S31": -106.97440689970203, "W32": -110.96103179985995, "S32": -115.96103179985995 }, "geometry": { "type": "Point", "coordinates": [ 103511.5, 502002.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.4298565669374232, "W13": -15.000000000000002, "S13": -17.643167155425221, "W21": -32.106076809860127, "S21": -32.106076809860127, "W22": -49.834190623008894, "S22": -49.834190623008894, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 499116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70244804839360542, "S11": 0.70244804839360542, "W12": -10.0, "S12": -10.0, "W13": -14.568334046901628, "S13": -17.08379626720539, "W21": -36.790344227167701, "S21": -36.886848192319398, "W22": -45.12602178053524, "S22": -46.786069437405772, "W31": -71.761959275030065, "S31": -73.410288768117624, "W32": -97.220626251789952, "S32": -102.22062625178995 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 500071.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0067425041434383548, "S11": 0.0067425041434383548, "W12": -10.678273527420448, "S12": -10.678273527420448, "W13": -15.369565217391305, "S13": -20.696847717079521, "W21": -47.187012176084927, "S21": -56.248387986381083, "W22": -36.829502859399106, "S22": -39.653204189942684, "W31": -70.0, "S31": -77.755100077907883, "W32": -84.938422143021398, "S32": -89.938422143021398 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 502042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -25.0, "W13": -25.0, "S13": -26.623026755699062, "W21": -39.987406968283267, "S21": -41.373533651365996, "W22": -33.406053500563488, "S22": -41.096960455450706, "W31": -79.184994350396479, "S31": -80.172262767289979, "W32": -85.126056042401373, "S32": -90.126056042401373 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 503879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44416799363057213, "S11": 0.44416799363057213, "W12": -10.910532536817557, "S12": -10.910532536817557, "W13": -23.625895855826705, "S13": -23.625895855826705, "W21": -36.055525884739637, "S21": -40.796599746827397, "W22": -38.906840042886124, "S22": -43.906840042886124, "W31": -67.799149830500767, "S31": -74.590800094070573, "W32": -97.430069930069934, "S32": -102.43006993006993 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 505155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19141577454029746, "S11": 0.19141577454029746, "W12": -6.1280362799848582, "S12": -6.1280362799848582, "W13": -21.045037037037037, "S13": -21.045037037037037, "W21": -33.816833389477097, "S21": -42.140949886398317, "W22": -40.98, "S22": -40.98, "W31": -78.18, "S31": -78.25, "W32": -96.18, "S32": -101.18 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 505782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5197108347523467, "S11": -0.24321170579638762, "W12": -6.5921259164349291, "S12": -8.2235615599992862, "W13": -14.99413035245936, "S13": -14.99413035245936, "W21": -34.162157736578635, "S21": -34.162157736578635, "W22": -50.701527924130659, "S22": -59.666539204736011, "W31": -81.545420452017993, "S31": -81.545420452017993, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 507083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4874354626372417, "S11": 1.4874354626372417, "W12": -6.8277889665044311, "S12": -13.744899644936858, "W13": -24.968150684931516, "S13": -27.968150684931516, "W21": -36.387618902837282, "S21": -36.809917837794124, "W22": -49.293585628073338, "S22": -49.293585628073338, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103512.0, 509742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.28, "S11": 1.28, "W12": -6.5700002, "S12": -22.8200002, "W13": -22.83, "S13": -27.3199998, "W21": -35.82, "S21": -35.967189322371055, "W22": -38.151874544386907, "S22": -40.863090994744795, "W31": -70.0, "S31": -78.514461041271943, "W32": -84.979121149395368, "S32": -89.979121149395368 }, "geometry": { "type": "Point", "coordinates": [ 103512.3, 509803.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29958880576628072, "S11": 0.29958880576628072, "W12": -10.993554962539472, "S12": -11.429419940232641, "W13": -21.156916807510683, "S13": -31.120605067751967, "W21": -37.342497181046461, "S21": -37.342497181046461, "W22": -44.569056483564616, "S22": -49.023909330531403, "W31": -68.893282974088805, "S31": -69.629645999427879, "W32": -92.667316030918101, "S32": -97.667316030918101 }, "geometry": { "type": "Point", "coordinates": [ 103512.75, 513195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42996562015476658, "S11": -0.42996562015476658, "W12": -6.0621634580719945, "S12": -6.0621634580719945, "W13": -20.0, "S13": -20.0, "W21": -42.663640631058115, "S21": -42.663640631058115, "W22": -37.9530521185441, "S22": -50.912848527099513, "W31": -66.416795878882738, "S31": -76.419028127538283, "W32": -92.705010911532653, "S32": -97.705010911532653 }, "geometry": { "type": "Point", "coordinates": [ 103512.857142857144936, 518626.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4709721207058579, "S11": -0.67095253427362689, "W12": -10.0, "S12": -11.727078306646195, "W13": -20.0, "S13": -21.793262199517994, "W21": -36.107385033839797, "S21": -46.107385033839797, "W22": -50.0, "S22": -67.247592589701867, "W31": -100.0, "S31": -100.0, "W32": -104.89891550559682, "S32": -109.89891550559682 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 504450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54738472126634541, "S11": -2.4526152787336546, "W12": -10.040591510507095, "S12": -10.040591510507095, "W13": -20.503253103674236, "S13": -20.879612178109699, "W21": -37.97419947545751, "S21": -37.97419947545751, "W22": -39.237124349509514, "S22": -40.616246597882771, "W31": -64.433664797701994, "S31": -64.438249197390306, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5585646239038646, "S11": 1.5585646239038646, "W12": -5.5586541349398448, "S12": -8.2319659165490418, "W13": -25.0, "S13": -28.637018425460898, "W21": -35.681881839499738, "S21": -36.394561832208893, "W22": -37.450127464873901, "S22": -40.131913128565564, "W31": -70.0, "S31": -78.135882650918418, "W32": -84.956098875640535, "S32": -89.956098875640535 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 505671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6646348797016797, "S11": 1.6646348797016797, "W12": -6.9068882056898353, "S12": -10.908240644158404, "W13": -24.609884901828021, "S13": -25.950015261213267, "W21": -36.587957397276618, "S21": -37.099585221624508, "W22": -50.0, "S22": -61.168373879641493, "W31": -107.56212781025857, "S31": -107.56212781025857, "W32": -110.01947839371454, "S32": -115.01947839371454 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 509721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55558967689112393, "S11": 0.55558967689112393, "W12": -10.636584199414587, "S12": -10.636584199414587, "W13": -21.684886620359546, "S13": -22.934172771250736, "W21": -41.810399555928726, "S21": -41.810399555928726, "W22": -38.139641225550697, "S22": -40.984335968114884, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103513.0, 514903.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0440151330595455, "S12": -6.0440151330595455, "W13": -20.0, "S13": -23.395016122178895, "W21": -42.799298560736318, "S21": -42.799298560736318, "W22": -39.668832088845114, "S22": -42.460247291937272, "W31": -67.879257193634189, "S31": -73.820570913664596, "W32": -96.462703962703969, "S32": -101.46270396270397 }, "geometry": { "type": "Point", "coordinates": [ 103513.722222222218988, 518402.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48175061899755356, "S11": 0.48175061899755356, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -32.879963857505267, "S21": -36.728469164882569, "W22": -48.743539961081225, "S22": -48.743539961081225, "W31": -70.0, "S31": -70.0, "W32": -92.717357858388326, "S32": -97.717357858388326 }, "geometry": { "type": "Point", "coordinates": [ 103513.888888888890506, 498866.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1426089546311919, "S12": -6.1022302497172127, "W13": -13.70773218806808, "S13": -16.670989819325712, "W21": -30.000000000000004, "S21": -32.505268458975756, "W22": -65.89411899779752, "S22": -65.89411899779752, "W31": -73.508343995818649, "S31": -73.508343995818649, "W32": -86.445084789275498, "S32": -91.445084789275498 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 499347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4761556106252689, "S12": -5.8930136316094774, "W13": -11.967097422603976, "S13": -17.113641989148544, "W21": -30.0, "S21": -32.550416281221089, "W22": -47.494172325540966, "S22": -48.396205339042865, "W31": -85.956968599165592, "S31": -85.956968599165592, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 499439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.06761158857776528, "S11": -0.06761158857776528, "W12": -9.5114104755202575, "S12": -9.5114104755202575, "W13": -15.72781954887218, "S13": -16.67508827878931, "W21": -51.340900108684913, "S21": -58.995057186633815, "W22": -57.730993261506832, "S22": -78.071522442899521, "W31": -100.61937521421925, "S31": -100.61937521421925, "W32": -102.47613866120476, "S32": -107.47613866120476 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 501403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094727802255246102, "S11": -0.34622506140415588, "W12": -10.0, "S12": -10.570278791901758, "W13": -15.234989724925104, "S13": -16.234265596623693, "W21": -51.441685791779676, "S21": -53.740912793608906, "W22": -43.836590485450614, "S22": -46.531044403035267, "W31": -80.0, "S31": -82.357939458311208, "W32": -89.964328060290697, "S32": -94.964328060290697 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 501553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38763219870399002, "S11": 0.28556036898101966, "W12": -5.3106530597989474, "S12": -5.5099680898365646, "W13": -22.651162630425461, "S13": -22.651162630425461, "W21": -36.743876298357918, "S21": -36.743876298357918, "W22": -38.098730492681675, "S22": -49.308412524021037, "W31": -66.454754936238857, "S31": -76.236030645823391, "W32": -92.126391096979333, "S32": -97.126391096979333 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 510272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12596538970727303, "S11": 0.12596538970727303, "W12": -11.715203140016083, "S12": -11.715203140016083, "W13": -19.95633467662293, "S13": -25.718816801350393, "W21": -36.612679157934267, "S21": -36.612679157934267, "W22": -46.468541147549544, "S22": -48.393369878808485, "W31": -79.75409663753419, "S31": -79.75409663753419, "W32": -91.132751937985077, "S32": -96.132751937985077 }, "geometry": { "type": "Point", "coordinates": [ 103514.0, 512911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5336023101972263, "S12": -5.9114240504029087, "W13": -11.83364729271833, "S13": -17.15520919748009, "W21": -30.0, "S21": -32.55650191621492, "W22": -38.489427036174639, "S22": -45.236024313997028, "W31": -66.263138558491647, "S31": -75.395530064044891, "W32": -90.562400635930047, "S32": -95.562400635930047 }, "geometry": { "type": "Point", "coordinates": [ 103514.6, 499445.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20928687172186669, "S11": -0.20928687172186669, "W12": -11.509507812957178, "S12": -11.693325325628939, "W13": -19.5705616860891, "S13": -21.66798128220033, "W21": -36.012771672042895, "S21": -38.222502488328175, "W22": -50.0, "S22": -55.296986115814427, "W31": -105.80930654831477, "S31": -105.80930654831477, "W32": -110.30350200989231, "S32": -115.30350200989231 }, "geometry": { "type": "Point", "coordinates": [ 103514.714285714289872, 511870.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31, "S11": -0.31, "W12": -6.31, "S12": -6.31, "W13": -19.32, "S13": -19.32, "W21": -33.310001, "S21": -44.310001, "W22": -51.523309024418303, "S22": -51.523309024418303, "W31": -90.0, "S31": -90.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103514.8, 505761.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0655370047346118, "S12": -10.5652271019314, "W13": -16.886761807505746, "S13": -20.479180050771394, "W21": -52.978952074984264, "S21": -68.859928370685353, "W22": -52.020039291070795, "S22": -52.531264589944158, "W31": -96.381057189060868, "S31": -96.381057189060868, "W32": -96.381057189060868, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18858816964299041, "S11": -0.18858816964299041, "W12": -5.0893505303114361, "S12": -13.561067437699801, "W13": -18.76027572133594, "S13": -18.76027572133594, "W21": -40.55930832399568, "S21": -45.325623574326464, "W22": -63.34214771472783, "S22": -67.653758241179872, "W31": -90.0, "S31": -90.0, "W32": -95.989560029828482, "S32": -100.98956002982848 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 506135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.073669705808059122, "S11": -0.12552815515450774, "W12": -4.5966867532255895, "S12": -4.5966867532255895, "W13": -20.197768094683408, "S13": -20.197768094683408, "W21": -39.093816458372267, "S21": -42.648587103404232, "W22": -49.558608114563476, "S22": -49.558608114563476, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 506334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60860761487275916, "S11": -1.1086076148727591, "W12": -5.0, "S12": -14.884230100173955, "W13": -20.645549270616268, "S13": -20.645549270616268, "W21": -36.594198428390506, "S21": -36.594198428390506, "W22": -42.501609881365454, "S22": -42.515969172182551, "W31": -73.469982895437852, "S31": -76.286194773447477, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2260869565217392, "W12": -5.0, "S12": -10.957171825211132, "W13": -21.191783268830029, "S13": -21.191783268830029, "W21": -37.256386280567554, "S21": -37.74242546972139, "W22": -46.261233909124037, "S22": -48.243165464487028, "W31": -79.545256620187956, "S31": -79.545256620187956, "W32": -90.719476744186053, "S32": -95.719476744186053 }, "geometry": { "type": "Point", "coordinates": [ 103515.0, 508633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5499616029042167, "S11": -2.4500383970957831, "W12": -11.012201400945937, "S12": -11.012201400945937, "W13": -22.55829341502476, "S13": -22.581070132582031, "W21": -36.680722866397929, "S21": -41.680722866397929, "W22": -45.931107208771451, "S22": -48.01641031037861, "W31": -79.180349891038077, "S31": -79.180349891038077, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 505301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040072319376857096, "S11": -0.49374852157378268, "W12": -4.4188643058629564, "S12": -8.874073027626725, "W13": -20.0, "S13": -22.858300591203765, "W21": -39.884020239846912, "S21": -44.884020239846912, "W22": -43.746641353629968, "S22": -46.454262046767688, "W31": -80.0, "S31": -82.598353690918742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 506220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.163958485364526, "S11": 1.9137381347622342, "W12": -6.3890197650324394, "S12": -12.948593313512486, "W13": -24.085774114760078, "S13": -24.085774114760078, "W21": -35.292268471785341, "S21": -35.292268471785341, "W22": -38.32066501142603, "S22": -38.32066501142603, "W31": -70.26065609547004, "S31": -78.706641754339202, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 509495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50009457185200068, "S11": 0.45408956925631383, "W12": -5.2591864239044677, "S12": -7.5821890627231756, "W13": -23.363236200041065, "S13": -23.363236200041065, "W21": -37.238374788027407, "S21": -37.238374788027407, "W22": -37.715904869863081, "S22": -40.24323059697624, "W31": -70.0, "S31": -78.4710186049047, "W32": -84.97071233549849, "S32": -89.97071233549849 }, "geometry": { "type": "Point", "coordinates": [ 103516.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.721018150169348, "S11": 3.721018150169348, "W12": -9.7671026962161331, "S12": -9.7671026962161331, "W13": -17.693301605398339, "S13": -20.321924951814971, "W21": -41.755810327872787, "S21": -48.695756346766174, "W22": -39.969924720228626, "S22": -41.917439468991084, "W31": -67.904003213050672, "S31": -73.508677375532628, "W32": -96.078088578088582, "S32": -101.07808857808858 }, "geometry": { "type": "Point", "coordinates": [ 103516.5, 500490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3624377308798401, "S11": 3.3624377308798401, "W12": -9.6874018717939201, "S12": -9.6874018717939201, "W13": -16.792404818571271, "S13": -19.749357955496933, "W21": -40.0, "S21": -40.204962243797198, "W22": -41.09011753306617, "S22": -45.786661311868173, "W31": -68.280589359719372, "S31": -70.355253056225422, "W32": -93.533472516065459, "S32": -98.533472516065459 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45789167152009314, "S11": -2.793889205483147, "W12": -10.0, "S12": -10.000000000000004, "W13": -15.0, "S13": -18.346953184197172, "W21": -48.104580038788598, "S21": -56.679602340305102, "W22": -41.751224662400631, "S22": -44.927264597378873, "W31": -80.0, "S31": -82.831125983143863, "W32": -92.745185608631957, "S32": -97.745185608631957 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 501820.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.360244082840249, "S11": 0.3540493925747627, "W12": -7.7673761594678901, "S12": -18.221441925748664, "W13": -24.648822949583987, "S13": -24.648822949583987, "W21": -36.288867765071998, "S21": -36.296280248089914, "W22": -40.201442396078519, "S22": -41.057940172476393, "W31": -72.455956475081052, "S31": -74.906142298750098, "W32": -93.669769983702778, "S32": -98.669769983702778 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 509861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0538633406072719, "S12": -6.0538633406072719, "W13": -20.0, "S13": -20.204895144746196, "W21": -42.66487180916954, "S21": -42.66487180916954, "W22": -66.674791717112214, "S22": -67.841262263140919, "W31": -85.496804784716986, "S31": -85.496804784716986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103517.0, 518636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26589982527664535, "S11": -2.9402068028401129, "W12": -10.0, "S12": -10.0, "W13": -15.000000000000002, "S13": -18.64675880526806, "W21": -47.451887214679999, "S21": -57.451887214679999, "W22": -60.0, "S22": -62.561932328575281, "W31": -84.854452403653937, "S31": -84.854452403653937, "W32": -91.292700098479514, "S32": -96.292700098479514 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 501855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2728781412991941, "S11": 1.2728781412991941, "W12": -5.8861102768404496, "S12": -6.761649069943898, "W13": -24.165727963953813, "S13": -26.63046833246349, "W21": -36.272130667014075, "S21": -37.224170136924002, "W22": -39.988026354864566, "S22": -39.988026354864566, "W31": -72.336600490680212, "S31": -73.945137741077616, "W32": -95.057492864329873, "S32": -100.05749286432987 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 505654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39235956101245706, "S11": -0.39235956101245706, "W12": -4.5931578556931889, "S12": -12.291187338876615, "W13": -18.254635552209155, "S13": -19.282604532219874, "W21": -40.724877687226808, "S21": -45.60650586882543, "W22": -48.106853833917043, "S22": -48.106853833917043, "W31": -89.384659387892015, "S31": -89.384659387892015, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 506147.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3875548591612745, "S11": 0.71998668246545972, "W12": -4.3678421165172905, "S12": -4.3678421165172905, "W13": -20.38690983894459, "S13": -20.38690983894459, "W21": -36.060691141301398, "S21": -36.060691141301398, "W22": -46.400599066005896, "S22": -47.973200140075683, "W31": -73.624372328568128, "S31": -76.624372328568128, "W32": -97.520866658446607, "S32": -102.52086665844661 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 506950.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23707291137832989, "S11": -0.044148459524364997, "W12": -6.4677099602821819, "S12": -20.449062303590338, "W13": -25.0, "S13": -25.004049020785775, "W21": -35.251380661334387, "S21": -35.251380661334387, "W22": -47.433891813177802, "S22": -47.848707147323296, "W31": -80.0, "S31": -85.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25, "S11": -0.25, "W12": -11.6, "S12": -11.6, "W13": -34.990002, "S13": -34.990002, "W21": -35.009998, "S21": -35.009998, "W22": -36.676968040350474, "S22": -39.140213147325909, "W31": -70.0, "S31": -78.051662835396485, "W32": -84.943160236300756, "S32": -89.943160236300756 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0012133245089206435, "S11": -0.0012133245089206435, "W12": -10.472787181223001, "S12": -10.472787181223003, "W13": -15.515458937198032, "S13": -21.197582310070196, "W21": -47.781822604184626, "S21": -58.158840208531856, "W22": -36.576217786571029, "S22": -41.44386338049145, "W31": -71.938811710521179, "S31": -71.938811710521179, "W32": -89.978940359220999, "S32": -94.978940359220999 }, "geometry": { "type": "Point", "coordinates": [ 103518.333333333328483, 502085.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53834124546215523, "S11": -2.3717310753794205, "W12": -11.034869927269987, "S12": -11.034869927269987, "W13": -22.874092095900242, "S13": -22.874092095900242, "W21": -36.477392060896911, "S21": -41.410079075476659, "W22": -37.76746807127418, "S22": -52.76746807127418, "W31": -66.343531056666237, "S31": -75.13732884810284, "W32": -93.508477421520894, "S32": -98.508477421520894 }, "geometry": { "type": "Point", "coordinates": [ 103518.333333333328483, 505285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9354788717842752, "S11": 1.9354788717842752, "W12": -10.087700386364121, "S12": -11.061823193381727, "W13": -18.428715853969877, "S13": -20.402653099256728, "W21": -51.561444705726494, "S21": -66.561444705726501, "W22": -40.038850201283545, "S22": -52.426596202991078, "W31": -63.698554590201816, "S31": -72.768849495588967, "W32": -83.497600046264182, "S32": -88.497600046264182 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.123188405797102, "S12": -21.123188405797102, "W13": -22.963609467455619, "S13": -24.744818029683316, "W21": -39.999950773507862, "S21": -42.999950773507862, "W22": -50.653953856455836, "S22": -56.464759493804443, "W31": -81.578785136773746, "S31": -81.578785136773746, "W32": -90.749810089816336, "S32": -95.749810089816336 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 504018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043528872488518167, "S11": -0.068151127511481835, "W12": -1.8734898107718609, "S12": -1.8734898107718609, "W13": -20.0, "S13": -20.808185705558948, "W21": -39.090289563457809, "S21": -43.218872457745078, "W22": -50.005820314006868, "S22": -51.85482220432862, "W31": -100.0, "S31": -100.0, "W32": -101.12106993573116, "S32": -106.12106993573116 }, "geometry": { "type": "Point", "coordinates": [ 103519.0, 506298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.56, "S11": 4.56, "W12": -8.9499998, "S12": -18.9399996, "W13": -18.950001, "S13": -18.950001, "W21": -35.849998, "S21": -41.349998, "W22": -50.087151268962366, "S22": -50.087151268962366, "W31": -107.05597613163765, "S31": -107.05597613163765, "W32": -109.16477614704384, "S32": -114.16477614704384 }, "geometry": { "type": "Point", "coordinates": [ 103519.1, 503131.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49727394449635404, "S11": 0.49727394449635404, "W12": -7.2171754886887767, "S12": -7.4119535565738941, "W13": -11.879631653189755, "S13": -16.442194890963787, "W21": -29.912524706939337, "S21": -32.912524706939337, "W22": -39.509078368778908, "S22": -42.233516270277839, "W31": -70.941553327214564, "S31": -71.010364055732893, "W32": -92.485312917801124, "S32": -97.485312917801124 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2277225184577523, "S11": 1.2277225184577523, "W12": -8.7083169226729691, "S12": -8.7083169226729691, "W13": -15.214159811985899, "S13": -19.922521857779454, "W21": -48.89404815313295, "S21": -58.314786944261634, "W22": -38.139900026905202, "S22": -40.457970793084698, "W31": -70.0, "S31": -78.811023798760559, "W32": -84.983859242674725, "S32": -89.983859242674725 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 502217.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46398850029556982, "S11": -0.5729273123351456, "W12": -10.874088745487652, "S12": -11.618187477500191, "W13": -22.498046192280661, "S13": -22.498046192280661, "W21": -35.709357294544546, "S21": -39.234512632336589, "W22": -36.556612775154491, "S22": -39.123511353302519, "W31": -70.070830457096548, "S31": -78.144134358580047, "W32": -84.942387909740575, "S32": -89.942387909740575 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.75, "S11": 1.75, "W12": -5.25, "S12": -11.75, "W13": -17.25, "S13": -22.05, "W21": -34.75, "S21": -34.75, "W22": -63.433293627159017, "S22": -66.335771902598779, "W31": -82.904386944526678, "S31": -82.904386944526678, "W32": -94.812209976798144, "S32": -99.812209976798144 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5144935492725775, "S11": 2.0018099711684387, "W12": -5.4705648132298554, "S12": -10.884235661645583, "W13": -24.506643258994075, "S13": -24.506643258994075, "W21": -38.173311035388942, "S21": -38.173311035388942, "W22": -53.689240805359958, "S22": -53.689240805359958, "W31": -75.239998, "S31": -75.239998, "W32": -85.586530089724121, "S32": -90.586530089724121 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 509097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6498932256370837, "S12": -6.6498932256370837, "W13": -24.577873427367791, "S13": -25.079181463358861, "W21": -37.264598350314721, "S21": -37.761227803082001, "W22": -47.354382825763395, "S22": -48.412558809058879, "W31": -83.282767232585911, "S31": -83.282767232585911, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 509680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.055458199203663155, "S11": 0.055458199203663155, "W12": -6.812352027617588, "S12": -19.534387639998744, "W13": -22.211073967264046, "S13": -22.211073967264046, "W21": -35.637420772382377, "S21": -35.637420772382377, "W22": -46.518527613329454, "S22": -48.380840360497764, "W31": -79.931196037601367, "S31": -79.931196037601367, "W32": -91.47286821705427, "S32": -96.47286821705427 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 509973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0338606367943388, "S12": -6.0338606367943388, "W13": -20.0, "S13": -23.270173220879887, "W21": -42.713914461708043, "S21": -42.713914461708043, "W22": -37.058601100958313, "S22": -52.058601100958313, "W31": -66.106293869688557, "S31": -74.756803703170362, "W32": -97.927408134871925, "S32": -102.92740813487192 }, "geometry": { "type": "Point", "coordinates": [ 103520.044444444443798, 518451.644444444449618 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061150313818658986, "S11": -0.061150313818658986, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.750885316567306, "W21": -32.623740891755517, "S21": -36.900992076589638, "W22": -40.11637142920123, "S22": -49.890126112794505, "W31": -60.621512896106182, "S31": -68.577618052712609, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 498352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49708687736603313, "S11": 0.49708687736603313, "W12": -10.0, "S12": -13.0, "W13": -14.405646614051104, "S13": -17.405646614051104, "W21": -33.123189677872382, "S21": -38.582223148591169, "W22": -39.488248054827814, "S22": -47.334869778103567, "W31": -60.0, "S31": -66.898677878061733, "W32": -80.450291714693392, "S32": -85.450291714693392 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 499884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69636036997010486, "S11": 0.69636036997010486, "W12": -10.0, "S12": -10.0, "W13": -14.498965191330548, "S13": -17.10156314147962, "W21": -36.827989261252924, "S21": -36.968724210431972, "W22": -47.900002, "S22": -51.900002, "W31": -75.900002, "S31": -75.900002, "W32": -97.900002, "S32": -102.900002 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 500074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55918788713007572, "S11": -2.4408121128699243, "W12": -10.353972340298149, "S12": -10.353972340298149, "W13": -21.165083357204153, "S13": -21.543524477635135, "W21": -37.592112520361297, "S21": -42.592112520361297, "W22": -41.099998, "S22": -44.399998, "W31": -79.019751513220314, "S31": -81.781451511656655, "W32": -93.749740969667016, "S32": -98.749740969667016 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62093557296461654, "S11": -1.6396051459770487, "W12": -8.1709847534582973, "S12": -8.3556237170510208, "W13": -20.0, "S13": -21.133920019157088, "W21": -39.581979827700856, "S21": -43.004330811580154, "W22": -59.999999999999993, "S22": -72.313091016548455, "W31": -95.190122194656567, "S31": -95.190122194656567, "W32": -100.93849745706856, "S32": -105.93849745706856 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61169512819727001, "S11": 0.61169512819727001, "W12": -5.7433435331306368, "S12": -5.7433435331306368, "W13": -25.0, "S13": -25.0, "W21": -34.59278465076433, "S21": -37.094217041902603, "W22": -47.61664171092518, "S22": -49.519183477279242, "W31": -78.658838318702166, "S31": -83.658838318702166, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74609542237027926, "S11": 0.74609542237027926, "W12": -6.1906139843215655, "S12": -6.1906139843215655, "W13": -24.097136195628195, "S13": -24.097136195628195, "W21": -37.545964897325966, "S21": -39.102996653644823, "W22": -58.716540837336993, "S22": -58.716540837336993, "W31": -70.0, "S31": -70.385753493593469, "W32": -89.887236306439661, "S32": -94.887236306439661 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 505970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.33098591549295775, "W12": -5.0, "S12": -6.1212870735566085, "W13": -22.363741159301853, "S13": -22.363741159301853, "W21": -38.268004885749768, "S21": -39.039674350966841, "W22": -50.540715585603706, "S22": -80.540715585603706, "W31": -106.06142486890482, "S31": -106.06142486890482, "W32": -106.85748293208768, "S32": -111.85748293208768 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 508786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91497937505055149, "S11": 0.355120220120974, "W12": -5.0, "S12": -4.9999999999999982, "W13": -22.68948083288284, "S13": -22.68948083288284, "W21": -38.396795082825804, "S21": -39.055250193929034, "W22": -63.193935098598438, "S22": -67.533148967362351, "W31": -89.713952932706803, "S31": -89.713952932706803, "W32": -95.484712900820284, "S32": -100.48471290082028 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 508823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4839350884030631, "S11": 1.4325616889813366, "W12": -6.4811991729147325, "S12": -20.15078005919343, "W13": -24.578305731976762, "S13": -25.884387308314469, "W21": -32.843697554188168, "S21": -32.865670409610935, "W22": -48.014856684160087, "S22": -48.014856684160087, "W31": -89.342334517050261, "S31": -89.342334517050261, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 509594.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.43512671669262293, "W12": -5.3186241440237794, "S12": -6.824715885082675, "W13": -23.067072373947617, "S13": -23.067072373947617, "W21": -37.071992296376493, "S21": -37.071992296376493, "W22": -50.0, "S22": -50.0, "W31": -87.06222926121265, "S31": -87.365711848277328, "W32": -95.141157871921791, "S32": -100.14115787192179 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 510293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0869685900145329, "S12": -14.137555306088867, "W13": -25.0, "S13": -25.0, "W21": -38.799367562170403, "S21": -38.799367562170403, "W22": -47.726409781851686, "S22": -50.491183196278875, "W31": -77.524821192953468, "S31": -80.634035388390885, "W32": -99.148195370823558, "S32": -104.14819537082356 }, "geometry": { "type": "Point", "coordinates": [ 103521.0, 510418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47993385505696551, "S11": -0.47993385505696551, "W12": -6.04689576035776, "S12": -6.04689576035776, "W13": -20.0, "S13": -20.0, "W21": -42.6762615184889, "S21": -42.6762615184889, "W22": -38.356992116865108, "S22": -48.334893954501766, "W31": -66.750110936634215, "S31": -75.877392537415091, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.476190476183547, 518674.047619047632907 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33359080322166507, "S11": 0.33359080322166507, "W12": -5.6716656720456857, "S12": -5.6716656720456857, "W13": -20.749479303748501, "S13": -21.061990547833062, "W21": -38.017353075621422, "S21": -40.988435267945491, "W22": -36.826743572443768, "S22": -43.143796965657337, "W31": -65.982410593281173, "S31": -73.939036252332144, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103521.666666666671517, 506417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59721845318860245, "S11": -0.84176501720387265, "W12": -7.5684813525784858, "S12": -8.1057706154685114, "W13": -21.149967469095639, "S13": -22.464887448445147, "W21": -40.0, "S21": -42.603981412426137, "W22": -39.343767359418742, "S22": -46.728370068917748, "W31": -60.0, "S31": -66.572757457921398, "W32": -81.320256526132454, "S32": -86.320256526132454 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 505563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0098407580158616226, "S11": 0.0098407580158616226, "W12": -1.6890420305680993, "S12": -1.6890420305680993, "W13": -20.0, "S13": -20.52596212583995, "W21": -38.831483371539484, "S21": -42.822193871297159, "W22": -58.879708814481482, "S22": -75.584800072887319, "W31": -99.753031364617698, "S31": -99.753031364617698, "W32": -101.89292252939987, "S32": -106.89292252939987 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 506305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5289144240714192, "S11": -0.4710855759285808, "W12": -6.9892839692670075, "S12": -7.1786404049105723, "W13": -14.954052651509832, "S13": -15.209415958502152, "W21": -34.024636512996956, "S21": -34.024636512996956, "W22": -47.233232429673947, "S22": -47.632062438298711, "W31": -80.0, "S31": -80.0, "W32": -99.170201484623632, "S32": -104.17020148462363 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 507101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5039632255803295, "S11": 0.42303076891565516, "W12": -5.0, "S12": -8.648148691898875, "W13": -23.142360625761054, "S13": -23.142360625761054, "W21": -38.388504131088887, "S21": -38.388504131088887, "W22": -58.45867241886495, "S22": -58.45867241886495, "W31": -70.0, "S31": -70.371611698215489, "W32": -89.930544999735545, "S32": -94.930544999735545 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 508875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032296387171077245, "S11": 0.032296387171077245, "W12": -9.3705044893099849, "S12": -34.37050448930998, "W13": -34.37050448930998, "S13": -34.37050448930998, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -58.206943040107852, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -102.87128058552381, "S32": -107.87128058552381 }, "geometry": { "type": "Point", "coordinates": [ 103522.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13300599603592475, "S11": 0.13300599603592475, "W12": -10.0, "S12": -14.728030915790349, "W13": -25.712666702516167, "S13": -25.712666702516167, "W21": -37.380183678002858, "S21": -37.380183678002858, "W22": -36.559348970678727, "S22": -38.74477816075769, "W31": -70.0, "S31": -78.301577072653103, "W32": -84.947264848244231, "S32": -89.947264848244231 }, "geometry": { "type": "Point", "coordinates": [ 103522.1, 511442.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20732421875015, "S11": -0.20732421875015, "W12": -4.8018167104142959, "S12": -14.008172281351587, "W13": -18.630989626758819, "S13": -18.630989626758819, "W21": -40.437850762282608, "S21": -45.057872956998558, "W22": -42.684792636281657, "S22": -47.641432327807358, "W31": -70.266040353230494, "S31": -70.266040353230494, "W32": -90.929281395653561, "S32": -95.929281395653561 }, "geometry": { "type": "Point", "coordinates": [ 103522.25, 506139.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5328346848227588, "S11": -0.051120539057838421, "W12": -6.1206301939615821, "S12": -7.8845260377272304, "W13": -14.723296669939621, "S13": -14.723296669939621, "W21": -32.190735824171853, "S21": -32.190735824171853, "W22": -39.744312087237006, "S22": -40.976257567673706, "W31": -67.899821677312659, "S31": -73.168720445400126, "W32": -95.700109862848635, "S32": -100.70010986284863 }, "geometry": { "type": "Point", "coordinates": [ 103522.625, 507257.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1683767498122926, "W13": -15.0, "S13": -18.0, "W21": -32.220384092900851, "S21": -33.225960850776687, "W22": -48.230338523947175, "S22": -48.230338523947175, "W31": -70.347062037379303, "S31": -70.347062037379303, "W32": -93.32105331191255, "S32": -98.32105331191255 }, "geometry": { "type": "Point", "coordinates": [ 103522.941176470587379, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -20.0, "W13": -22.809171597633139, "S13": -24.123009445710426, "W21": -40.0, "S21": -43.427766032417196, "W22": -62.420190425517504, "S22": -62.420190425517504, "W31": -91.23485610290254, "S31": -91.23485610290254, "W32": -97.772029014981968, "S32": -102.77202901498197 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 504037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56444712089928883, "S11": -2.4355528791007113, "W12": -10.597018499670718, "S12": -10.597018499670718, "W13": -21.669470746517611, "S13": -21.982976802013489, "W21": -37.274790285546203, "S21": -37.274790285546203, "W22": -50.0, "S22": -79.545775144590209, "W31": -107.54150848311775, "S31": -107.54150848311775, "W32": -110.73241306561908, "S32": -115.73241306561908 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 505348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55547717366368432, "S11": -2.4445228263363159, "W12": -9.9341714185068586, "S12": -9.9341714185068586, "W13": -20.193103494252874, "S13": -20.777157020876796, "W21": -38.13664364159137, "S21": -43.13664364159137, "W22": -50.0, "S22": -58.774467238668045, "W31": -81.460499238652503, "S31": -81.460499238652503, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 505416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54992378928191832, "S11": 0.54992378928191832, "W12": -6.566843568359868, "S12": -8.969187318359868, "W13": -20.825245771984438, "S13": -20.825245771984438, "W21": -39.210299301517409, "S21": -42.825263661925447, "W22": -49.92646307291637, "S22": -49.92646307291637, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 506080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5602848625372638, "S11": 1.0292265003496204, "W12": -5.9536457221121957, "S12": -6.9592494944076924, "W13": -24.259380974930988, "S13": -24.804930504758342, "W21": -36.17396782579096, "S21": -36.17396782579096, "W22": -37.717424254101353, "S22": -39.977219353090689, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103523.0, 509346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.78777537236780204, "W12": -6.6940624111895168, "S12": -6.6940624111895168, "W13": -20.816697595252634, "S13": -22.830363959489439, "W21": -42.085797874773618, "S21": -42.085797874773618, "W22": -35.23, "S22": -40.0700002, "W31": -72.379997, "S31": -72.379997, "W32": -89.970001, "S32": -94.970001 }, "geometry": { "type": "Point", "coordinates": [ 103523.30303030302457, 516144.515151515137404 ] } }, +{ "type": "Feature", "properties": { "W11": 1.252776779377762, "S11": 1.252776779377762, "W12": -10.0, "S12": -10.0, "W13": -14.771994781295064, "S13": -17.404150939380532, "W21": -38.523281373548883, "S21": -47.132208586331032, "W22": -38.328583985183201, "S22": -44.29497053980505, "W31": -67.622101245944251, "S31": -75.418567856614999, "W32": -98.548951048951054, "S32": -103.54895104895105 }, "geometry": { "type": "Point", "coordinates": [ 103523.5, 500163.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4999999999999325, "S11": -0.4999999999999325, "W12": -6.0427241188324565, "S12": -6.0427241188324565, "W13": -20.0, "S13": -20.030651641213026, "W21": -42.67886772965673, "S21": -42.67886772965673, "W22": -40.0, "S22": -52.625425478862446, "W31": -63.933609335110155, "S31": -73.098739884867271, "W32": -83.996559102475132, "S32": -88.996559102475132 }, "geometry": { "type": "Point", "coordinates": [ 103523.75, 518684.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5087644053423515, "S11": 3.5087644053423515, "W12": -5.2097589369069608, "S12": -5.2097589369069608, "W13": -15.223887273391536, "S13": -16.122763153123874, "W21": -38.859572280110037, "S21": -49.842980101555632, "W22": -39.695695031450164, "S22": -41.856925474303516, "W31": -69.300337301759342, "S31": -73.098168012786019, "W32": -91.293777585876029, "S32": -96.293777585876029 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 502767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5941631441676409, "S11": 2.3509776534379161, "W12": -10.0, "S12": -20.0, "W13": -20.341745531019981, "S13": -20.884021899953304, "W21": -40.0, "S21": -50.0, "W22": -68.002977391552875, "S22": -70.956102167328694, "W31": -84.619346225954573, "S31": -84.96576487420154, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 504200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43509764094527276, "S11": 0.18237456319664386, "W12": -10.938593745008465, "S12": -10.9645512194076, "W13": -23.031104582095757, "S13": -23.031104582095757, "W21": -36.408206568422592, "S21": -40.951585563856383, "W22": -37.709554735687178, "S22": -40.035942898556854, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.7950447795194777, "S12": -10.580296398851814, "W13": -21.115842003293988, "S13": -21.491035322192726, "W21": -35.093482091007182, "S21": -37.922060255089399, "W22": -38.837854803214206, "S22": -40.216731308821295, "W31": -62.50405376365093, "S31": -62.935472734171782, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 506759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5693413578126636, "S11": 0.16456164207583546, "W12": -3.6206473031151991, "S12": -4.0297979160749193, "W13": -20.370513451386064, "S13": -20.370513451386064, "W21": -36.932799618123198, "S21": -38.201887490907751, "W22": -62.533650982727814, "S22": -65.634253610375438, "W31": -82.75115169201942, "S31": -82.75115169201942, "W32": -94.914443155452446, "S32": -99.914443155452446 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 506892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28027142876383915, "S11": -0.28027142876383915, "W12": -12.45342897900958, "S12": -12.45342897900958, "W13": -18.918448268034684, "S13": -29.995835608096971, "W21": -34.773024324693559, "S21": -36.689588281102431, "W22": -49.42652267865531, "S22": -49.42652267865531, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103524.0, 512113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15840248938763546, "S11": 0.15840248938763546, "W12": -4.8945439200700607, "S12": -11.605314994354483, "W13": -20.0, "S13": -20.0, "W21": -32.743941269224912, "S21": -32.743941269224912, "W22": -37.475047248578669, "S22": -39.415687130017474, "W31": -70.0, "S31": -78.870015741871796, "W32": -84.975242160941391, "S32": -89.975242160941391 }, "geometry": { "type": "Point", "coordinates": [ 103524.333333333328483, 507711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33212000882394394, "S11": 0.33212000882394394, "W12": -10.267300835026152, "S12": -10.267300835026152, "W13": -15.661352657004866, "S13": -21.698316903060388, "W21": -47.80251898376568, "S21": -58.379869986126437, "W22": -40.0, "S22": -44.760603695029928, "W31": -68.181444331575662, "S31": -70.730149527116652, "W32": -93.800666122038578, "S32": -98.800666122038578 }, "geometry": { "type": "Point", "coordinates": [ 103524.666666666671517, 502129.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45293472727981265, "S11": -0.45293472727981265, "W12": -10.99023405798647, "S12": -12.911833161711462, "W13": -20.0, "S13": -20.0, "W21": -32.847625836908186, "S21": -32.847625836908186, "W22": -38.429236721234517, "S22": -42.049513345342511, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103524.666666666671517, 507986.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49749615266235764, "S11": 0.49749615266235764, "W12": -10.0, "S12": -11.641187618446017, "W13": -14.417065861007666, "S13": -17.099440883712465, "W21": -34.873884460993878, "S21": -38.169986326290427, "W22": -40.786208897496053, "S22": -44.012894335906736, "W31": -77.359031538706589, "S31": -80.050836457944143, "W32": -94.909250062524563, "S32": -99.909250062524563 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 499971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7130221917438617, "S11": 2.2130221917438617, "W12": -10.273206592794223, "S12": -16.879725801176061, "W13": -20.195991062039958, "S13": -22.050582732508577, "W21": -38.609837290761355, "S21": -48.609837290761355, "W22": -39.227599739196258, "S22": -42.091625435127739, "W31": -70.920238635752028, "S31": -72.568696117832289, "W32": -92.026231811927275, "S32": -97.026231811927275 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 504318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42843683651805647, "S11": 0.42843683651805647, "W12": -10.958319223929562, "S12": -10.958319223929562, "W13": -23.212096026539815, "S13": -23.212096026539815, "W21": -36.409596475062877, "S21": -40.416137766968106, "W22": -37.321744092247719, "S22": -39.204211645943438, "W31": -70.0, "S31": -78.808298627475523, "W32": -84.969783808060953, "S32": -89.969783808060953 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 505109.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053128657246627353, "S11": 0.053128657246627353, "W12": -6.0667647156083833, "S12": -6.0667647156083833, "W13": -21.970666666666666, "S13": -21.979850734725417, "W21": -33.705837169675469, "S21": -40.711556958393466, "W22": -40.330698628227843, "S22": -45.330698628227843, "W31": -68.188281206912222, "S31": -70.620036322278082, "W32": -93.717540515441598, "S32": -98.717540515441598 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 505793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5235326642153515, "S11": -0.40370699017300682, "W12": -7.0399479019205096, "S12": -7.1023241395442724, "W13": -14.968537426892379, "S13": -15.121306091486025, "W21": -34.099370765577568, "S21": -34.099370765577568, "W22": -38.245845005542641, "S22": -48.209092966953001, "W31": -66.645303353841612, "S31": -74.562765530513161, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66407392633958251, "S11": 0.66407392633958251, "W12": -4.9788287282391614, "S12": -12.517398996802513, "W13": -16.561170093625407, "S13": -16.561170093625407, "W21": -32.990921074222719, "S21": -32.990921074222719, "W22": -38.926203088071794, "S22": -40.472704148356556, "W31": -65.655455368925729, "S31": -74.134219252101374, "W32": -88.879359908010727, "S32": -93.879359908010727 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.849292822759478, "S12": -14.910104025310483, "W13": -21.740241187133083, "S13": -28.219054818901533, "W21": -37.26795105526412, "S21": -40.963954336726424, "W22": -40.214070767651876, "S22": -50.90963608661442, "W31": -61.271351379955263, "S31": -69.572854724218189, "W32": -80.000000000000014, "S32": -85.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 513753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7255203547600975, "S11": 1.7255203547600975, "W12": -14.621441068872276, "S12": -14.621441068872276, "W13": -21.793527799214992, "S13": -21.793527799214992, "W21": -41.857920105538248, "S21": -45.902329304586623, "W22": -47.318242872934164, "S22": -47.370219047778001, "W31": -80.0, "S31": -80.0, "W32": -99.965800636267232, "S32": -104.96580063626723 }, "geometry": { "type": "Point", "coordinates": [ 103525.0, 514467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65800964817433105, "S11": 0.65800964817433105, "W12": -5.4327482255957387, "S12": -5.4327482255957387, "W13": -24.83603996311566, "S13": -24.83603996311566, "W21": -35.329187870334906, "S21": -35.329187870334906, "W22": -62.298220147513177, "S22": -62.298220147513177, "W31": -91.164599242948356, "S31": -91.164599242948356, "W32": -97.69873228933632, "S32": -102.69873228933632 }, "geometry": { "type": "Point", "coordinates": [ 103525.5, 505870.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0950770140831849, "S11": 1.0950770140831849, "W12": -15.206104477455456, "S12": -15.206104477455456, "W13": -21.821824897600429, "S13": -24.394383282833928, "W21": -41.805897219523324, "S21": -48.651802166986847, "W22": -47.93352080303076, "S22": -47.93352080303076, "W31": -88.683555098918688, "S31": -88.683555098918688, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103525.857142857144936, 514054.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4541749441907141, "S12": -6.0519422808918835, "W13": -12.382045550655471, "S13": -17.160721985331907, "W21": -29.999999999999996, "S21": -32.074368970529932, "W22": -37.095986119535915, "S22": -38.890092388674006, "W31": -70.0, "S31": -78.732394591977766, "W32": -84.962533484004354, "S32": -89.962533484004354 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 499412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28065431672611496, "S11": 0.28065431672611496, "W12": -5.0, "S12": -6.6522940481761239, "W13": -22.136671809546467, "S13": -22.136671809546467, "W21": -38.119447513812148, "S21": -39.070993248954956, "W22": -64.153574495240207, "S22": -64.153574495240207, "W31": -72.060594880836121, "S31": -72.060594880836121, "W32": -86.672472086994048, "S32": -91.672472086994048 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 508763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082462531446204634, "S11": -0.18001729418066648, "W12": -7.9711658102112191, "S12": -20.073891371218096, "W13": -23.453578087062077, "S13": -23.453578087062077, "W21": -34.254024153644963, "S21": -35.403030322253599, "W22": -47.584909273204033, "S22": -49.513508453505828, "W31": -78.625070918551003, "S31": -83.625070918551003, "W32": -99.990688447494733, "S32": -104.99068844749473 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24505131100047123, "S11": -0.029207005948844456, "W12": -5.7072009814508453, "S12": -16.68911797749772, "W13": -24.010089078233747, "S13": -24.013429220009549, "W21": -35.958278524786074, "S21": -35.958278524786074, "W22": -59.164130067159491, "S22": -75.41052776168398, "W31": -99.373021993275543, "S31": -99.373021993275543, "W32": -101.79620150641225, "S32": -106.79620150641225 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510127.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24851015900416812, "S11": 0.12852518908369381, "W12": -5.4336591971053094, "S12": -7.0276302293262418, "W13": -22.711747690585003, "S13": -22.711747690585003, "W21": -36.430760919360075, "S21": -36.430760919360075, "W22": -48.715594748957443, "S22": -48.715594748957443, "W31": -89.42471023596643, "S31": -89.42471023596643, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -18.001796642524283, "W13": -27.67036080625493, "S13": -27.67036080625493, "W21": -39.724686238501242, "S21": -39.724686238501242, "W22": -42.477298504735131, "S22": -42.477298504735131, "W31": -73.753750385553658, "S31": -76.719162557175167, "W32": -95.011422050499192, "S32": -100.01142205049919 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29658962469207362, "S11": -0.29658962469207362, "W12": -10.614811756133106, "S12": -13.29203323239628, "W13": -35.0, "S13": -35.0, "W21": -35.02179173706709, "S21": -35.02179173706709, "W22": -44.696250743229719, "S22": -49.511019315238336, "W31": -69.999999999999986, "S31": -71.205357142857125, "W32": -96.883672856675261, "S32": -101.88367285667526 }, "geometry": { "type": "Point", "coordinates": [ 103526.0, 510975.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0237061405291321, "S12": -6.0237061405291321, "W13": -20.0, "S13": -23.095626282197472, "W21": -42.628530362679754, "S21": -42.628530362679754, "W22": -43.663688935876635, "S22": -46.291243132179737, "W31": -80.0, "S31": -82.612244260502891, "W32": -90.511465157832049, "S32": -95.511465157832049 }, "geometry": { "type": "Point", "coordinates": [ 103526.366666666668607, 518501.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90163934426229497, "S11": 0.90163934426229497, "W12": -15.0, "S12": -25.0, "W13": -25.0, "S13": -26.991776828457574, "W21": -39.987675476422218, "S21": -41.657713468002463, "W22": -36.783487964283324, "S22": -38.551816448378858, "W31": -70.0, "S31": -78.651521126489655, "W32": -84.956992691772001, "S32": -89.956992691772001 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 503939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73382986664858485, "S11": 0.73382986664858485, "W12": -5.6601945034181051, "S12": -8.5983644086806414, "W13": -22.266281146355595, "S13": -25.07728693773576, "W21": -36.79681591769441, "S21": -41.157782061900242, "W22": -46.310948294741877, "S22": -51.168122668010383, "W31": -69.162043233468523, "S31": -69.356479943119325, "W32": -92.223758352709524, "S32": -97.223758352709524 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.530992893991308, "S11": -0.46900710600869155, "W12": -6.4848194160290138, "S12": -7.4647908037257231, "W13": -14.719436283053644, "S13": -15.585470242106803, "W21": -32.13370123184999, "S21": -32.13370123184999, "W22": -39.204911298490551, "S22": -45.878315141449526, "W31": -60.0, "S31": -66.137604760059773, "W32": -82.599346243752635, "S32": -87.599346243752635 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40945892709168219, "S11": 0.40945892709168219, "W12": -4.9367994464451392, "S12": -12.87205124500629, "W13": -17.773148770326568, "S13": -17.773148770326568, "W21": -32.684979945702246, "S21": -32.684979945702246, "W22": -38.680193219806235, "S22": -42.672982689478289, "W31": -65.934062710789021, "S31": -74.836970464799947, "W32": -89.834067969848405, "S32": -94.834067969848405 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 507573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9977933343478922, "S11": 1.3204540493785544, "W12": -5.8779205908558891, "S12": -5.8779205908558874, "W13": -24.66951827448807, "S13": -24.904952873224325, "W21": -35.964868153504902, "S21": -35.964868153504902, "W22": -57.059641678453673, "S22": -77.455413321717586, "W31": -101.7165022278801, "S31": -101.7165022278801, "W32": -102.97202465891296, "S32": -107.97202465891296 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 509315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5395384880316962, "S11": 2.5395384880316962, "W12": -6.5472967889656424, "S12": -6.5472967889656424, "W13": -24.854176868636252, "S13": -25.383139089837456, "W21": -37.439028404521359, "S21": -37.921163275555941, "W22": -54.745661378427116, "S22": -74.757618066520166, "W31": -103.70570056807908, "S31": -103.70570056807908, "W32": -104.10845977842004, "S32": -109.10845977842004 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 509673.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23015331418799648, "S11": -0.024277226260717238, "W12": -6.6708537574224547, "S12": -18.068708077015327, "W13": -24.839567302847808, "S13": -24.842255636381388, "W21": -35.058643607164264, "S21": -35.058643607164264, "W22": -44.57897187767761, "S22": -46.960741905406969, "W31": -80.0, "S31": -81.192511949017529, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103527.0, 510110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5717924787263247, "S11": 2.3894173609129412, "W12": -6.1825977017483043, "S12": -8.6675979496780897, "W13": -24.539482060693352, "S13": -24.539482060693352, "W21": -38.00461004140535, "S21": -38.00461004140535, "W22": -42.105306088548382, "S22": -45.09686382341507, "W31": -80.0, "S31": -83.0, "W32": -92.591911107935275, "S32": -97.591911107935275 }, "geometry": { "type": "Point", "coordinates": [ 103527.5, 509134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3516136306403248, "S11": 1.3516136306403248, "W12": -10.0, "S12": -10.0, "W13": -14.770742292110141, "S13": -17.446851791492776, "W21": -38.663412021994993, "S21": -47.854383363613053, "W22": -38.400712093681207, "S22": -38.400712093681207, "W31": -70.409367645571535, "S31": -77.624942076720401, "W32": -88.637197358767409, "S32": -93.637197358767409 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 500171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4365480373489818, "S11": 3.4365480373489818, "W12": -5.0, "S12": -5.0, "W13": -15.004552968424408, "S13": -15.989840732256438, "W21": -38.999248207305484, "S21": -50.041038182428181, "W22": -38.011512479278551, "S22": -39.667631781424156, "W31": -70.0, "S31": -79.406714180829553, "W32": -84.99745739682993, "S32": -89.99745739682993 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3716920609462711, "S11": 0.87169206094627105, "W12": -6.0098421978896095, "S12": -8.8211249150357851, "W13": -23.525594180688874, "S13": -24.005509333810974, "W21": -36.499848444670072, "S21": -36.499848444670072, "W22": -38.488984233651728, "S22": -47.808884210390502, "W31": -66.855938648288259, "S31": -76.902742902243347, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 509388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8877130107609061, "S11": 2.8877130107609061, "W12": -6.3635522116007497, "S12": -10.570319128893981, "W13": -24.842023195940094, "S13": -26.055768044947531, "W21": -35.831142653736187, "S21": -36.132239412604854, "W22": -50.0, "S22": -90.0, "W31": -104.03763906402789, "S31": -104.03763906402789, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103528.0, 509640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10294823165990703, "S11": -0.10294823165990703, "W12": -12.550763307313629, "S12": -12.550763307313629, "W13": -19.24379161421745, "S13": -19.866147804188614, "W21": -35.697253668451303, "S21": -35.697253668451303, "W22": -49.08204454309854, "S22": -49.08204454309854, "W31": -89.950171784639679, "S31": -89.950171784639679, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103528.5, 512556.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081249058309477123, "S11": -0.081249058309477123, "W12": -10.192141539272535, "S12": -10.192141539272535, "W13": -15.474637681159418, "S13": -20.029518679591469, "W21": -45.603563623388794, "S21": -47.302469888506259, "W22": -46.52934027144169, "S22": -47.675750124332097, "W31": -63.592946362968405, "S31": -64.592946362968405, "W32": -96.21573235376141, "S32": -101.21573235376141 }, "geometry": { "type": "Point", "coordinates": [ 103528.75, 501963.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1084689046313763, "S12": -10.103918968020587, "W13": -16.628223129946388, "S13": -20.493776789533552, "W21": -53.124820322591326, "S21": -68.775382797480844, "W22": -47.490731475741107, "S22": -50.92674322971704, "W31": -75.189225288469473, "S31": -80.189225288469473, "W32": -97.740224448160248, "S32": -102.74022444816025 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 501163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2847061672941851, "W12": -10.0, "S12": -10.0, "W13": -15.000000000000002, "S13": -17.889049836227279, "W21": -47.810912774140505, "S21": -53.65721072240099, "W22": -47.467944217125506, "S22": -48.60745946743166, "W31": -79.663120525550795, "S31": -84.663120525550795, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 501775.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73428193249503648, "S11": 0.73428193249503648, "W12": -10.0, "S12": -10.0, "W13": -15.661104582843713, "S13": -21.343859878500488, "W21": -47.927670604655802, "S21": -57.589415060112358, "W22": -46.372269894678162, "S22": -51.23882031532753, "W31": -69.1558097612414, "S31": -69.342372984377974, "W32": -92.207279862027548, "S32": -97.207279862027548 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 502178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5042362665748241, "S11": 2.5042362665748241, "W12": -6.5399902188627097, "S12": -6.6839876301452037, "W13": -25.0, "S13": -25.498597880182778, "W21": -37.453344086746426, "S21": -37.941812644901397, "W22": -38.434183351541016, "S22": -45.134877239984029, "W31": -66.212670052652015, "S31": -75.539721677497539, "W32": -90.817931902490258, "S32": -95.817931902490258 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 509673.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042641055175799691, "S11": -0.042641055175799691, "W12": -10.0, "S12": -15.954393290047271, "W13": -35.0, "S13": -35.0, "W21": -38.443592009346155, "S21": -38.443592009346155, "W22": -46.733522314007281, "S22": -48.340357549954071, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -93.039244186047071, "S32": -98.039244186047071 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 511070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15730560668966137, "S11": 0.15730560668966137, "W12": -10.0, "S12": -15.0, "W13": -26.10413529791353, "S13": -26.10413529791353, "W21": -37.448273898118828, "S21": -37.448273898118828, "W22": -40.740002, "S22": -44.219862653056872, "W31": -77.07263459700539, "S31": -79.807216635707292, "W32": -95.11671087533152, "S32": -100.11671087533152 }, "geometry": { "type": "Point", "coordinates": [ 103529.0, 511423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5927370572775703, "W12": -8.644285753270184, "S12": -9.4425155338418278, "W13": -24.792384399146425, "S13": -25.142002379180976, "W21": -36.518800248328034, "S21": -36.518800248328034, "W22": -56.628005657708634, "S22": -76.482994944516093, "W31": -102.40093225834079, "S31": -102.40093225834079, "W32": -103.3143258395238, "S32": -108.3143258395238 }, "geometry": { "type": "Point", "coordinates": [ 103529.333333333328483, 509242.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25636731145060626, "S11": 0.25636731145060626, "W12": -11.023831522005608, "S12": -11.37346010281837, "W13": -20.930993904869926, "S13": -30.363016289913226, "W21": -37.221137412480772, "S21": -37.221137412480772, "W22": -69.331163065995852, "S22": -74.070942071520719, "W31": -83.761020761634612, "S31": -84.690597223285081, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103529.625, 513150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41817200476716399, "S11": 0.41817200476716399, "W12": -8.5258681211273828, "S12": -8.5258681211273828, "W13": -16.104645399982683, "S13": -17.659719703619455, "W21": -30.0, "S21": -30.798477591631446, "W22": -62.150089338892201, "S22": -65.27118839970214, "W31": -82.665018121649382, "S31": -82.665018121649382, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 497418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13342485322202347, "S11": 0.13342485322202347, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -31.734813193236619, "S21": -38.797818490142113, "W22": -44.175875070359346, "S22": -44.175875070359346, "W31": -78.182149566777895, "S31": -80.480143829595463, "W32": -95.673533562805261, "S32": -100.67353356280526 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 498530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.156006836232029, "S12": -9.6620217679125471, "W13": -16.406015037593985, "S13": -19.982828837695457, "W21": -52.885175058352786, "S21": -68.552913105761377, "W22": -45.926419830576975, "S22": -47.866741058731783, "W31": -79.555939559870325, "S31": -79.555939559870325, "W32": -90.87689222409108, "S32": -95.87689222409108 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6125012229940618, "S11": 2.6125012229940618, "W12": -9.6410265970732123, "S12": -9.6410265970732123, "W13": -20.0, "S13": -22.661903267783412, "W21": -37.834826637814601, "S21": -45.193552917834459, "W22": -43.009251757781747, "S22": -45.768192099627761, "W31": -79.999999999999986, "S31": -82.740996407933764, "W32": -91.417106079404462, "S32": -96.417106079404462 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51030438425020941, "S11": -1.3001351761893507, "W12": -11.073558444877488, "S12": -11.670931710173887, "W13": -23.815241105883949, "S13": -23.815241105883949, "W21": -35.878990397354919, "S21": -40.512508587844088, "W22": -42.170146777491688, "S22": -45.129565269629424, "W31": -80.0, "S31": -82.956895205372476, "W32": -92.558326485404976, "S32": -97.558326485404976 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 505238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66976409250690405, "S11": 0.66976409250690405, "W12": -5.4005089306658922, "S12": -5.4005089306658922, "W13": -24.809634128683669, "S13": -24.809634128683669, "W21": -35.305385441337577, "S21": -35.305385441337577, "W22": -37.049884795511922, "S22": -41.92139506861249, "W31": -71.729262295998268, "S31": -71.729262295998268, "W32": -89.980510804097904, "S32": -94.980510804097904 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 505875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48544968976988967, "S11": 0.48544968976988967, "W12": -2.6798805230396567, "S12": -5.1650207410823379, "W13": -20.483616287990806, "S13": -20.483616287990806, "W21": -38.137873041636915, "S21": -41.43161531349083, "W22": -50.672725379007055, "S22": -50.996455350008922, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.46690247599798 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 506551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.180835829042111, "S12": -12.988887614078628, "W13": -20.0, "S13": -20.0, "W21": -32.840789553500095, "S21": -32.840789553500095, "W22": -60.0, "S22": -65.369887991664498, "W31": -93.295351491409363, "S31": -93.295351491409363, "W32": -100.20351300651967, "S32": -105.20351300651967 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3086112522808646, "S11": 1.3086112522808646, "W12": -6.4842559719338864, "S12": -20.985938575452689, "W13": -23.554043876882918, "S13": -28.554043876882918, "W21": -36.017535337863151, "S21": -36.135373391798765, "W22": -49.993712202189315, "S22": -49.993712202189315, "W31": -87.702740196199457, "S31": -88.465355690158233, "W32": -95.084501166815471, "S32": -100.08450116681547 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 509796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33202346711362762, "S11": -0.047251625823175325, "W12": -6.5145542499267455, "S12": -18.352066254534865, "W13": -22.519998676691046, "S13": -22.519998676691046, "W21": -35.492433550505034, "S21": -35.492433550505034, "W22": -45.51972915132729, "S22": -47.5776328583121, "W31": -79.654982374949768, "S31": -79.654982374949768, "W32": -90.551490514905154, "S32": -95.551490514905154 }, "geometry": { "type": "Point", "coordinates": [ 103530.0, 509937.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0316280626434935, "S12": -6.0316280626434935, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -42.688882405919685, "S21": -42.688882405919685, "W22": -39.081463618402594, "S22": -41.85274909419558, "W31": -70.850734207069848, "S31": -73.320499592778276, "W32": -91.784700061480805, "S32": -96.784700061480805 }, "geometry": { "type": "Point", "coordinates": [ 103530.095238095236709, 518721.809523809526581 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -39.278105360159792, "S22": -39.278105360159792, "W31": -67.907099438499088, "S31": -72.62687053128144, "W32": -95.17841338302938, "S32": -100.17841338302938 }, "geometry": { "type": "Point", "coordinates": [ 103530.448979591834359, 525147.306122448993847 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0315848970576385, "S12": -6.0315848970576385, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -42.692863650143892, "S21": -42.692863650143892, "W22": -39.244549752183367, "S22": -43.688766479870445, "W31": -67.725514231107582, "S31": -74.132905691965732, "W32": -96.963869463869472, "S32": -101.96386946386947 }, "geometry": { "type": "Point", "coordinates": [ 103530.5, 518733.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49115499061186069, "S11": 0.49115499061186069, "W12": -1.0751472005931995, "S12": -8.9273697323231538, "W13": -20.562871086503421, "S13": -20.791686299392932, "W21": -39.974163124333458, "S21": -43.233536790020899, "W22": -38.644103233274052, "S22": -46.762561014153327, "W31": -67.010697844028101, "S31": -76.911928131058957, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103530.666666666671517, 506596.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9169542665091215, "S11": 2.9169542665091215, "W12": -9.7910063437040673, "S12": -9.7910063437040673, "W13": -15.883712496796162, "S13": -18.675347361702283, "W21": -39.503474948390398, "S21": -47.781466024451412, "W22": -38.188173483275456, "S22": -47.59677179049266, "W31": -66.432175841777038, "S31": -76.183371337457828, "W32": -91.806698002350188, "S32": -96.806698002350188 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 500338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.091023805936416999, "S11": -0.39603773351301857, "W12": -10.046557722720085, "S12": -10.046557722720085, "W13": -15.478260869565217, "S13": -19.865461586439405, "W21": -45.419918826100535, "S21": -45.419918826100535, "W22": -33.740796760589554, "S22": -38.190723661173692, "W31": -78.899101954569375, "S31": -81.481918531439277, "W32": -85.910515490808976, "S32": -90.910515490808976 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 501946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66545334215751162, "S11": 0.66545334215751162, "W12": -10.061814488828707, "S12": -10.061814488828707, "W13": -15.728907168037603, "S13": -21.532424546418937, "W21": -47.745875081002943, "S21": -57.40359609152425, "W22": -56.862800565770868, "S22": -76.862800565770868, "W31": -101.78739656269892, "S31": -101.78739656269892, "W32": -102.99365203673234, "S32": -107.99365203673234 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 502173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0695827406353724, "S11": 1.0695827406353724, "W12": -5.665625, "S12": -10.696419291033198, "W13": -22.532586558044809, "S13": -26.323373827726694, "W21": -35.380942364324781, "S21": -36.53822117219876, "W22": -50.465696718816581, "S22": -56.064186502163707, "W31": -81.469806838302645, "S31": -81.469806838302645, "W32": -91.03476622022616, "S32": -96.03476622022616 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.0705574634120598, "S12": -8.4297197522839191, "W13": -20.505570716521508, "S13": -20.572804366957886, "W21": -38.675031309109706, "S21": -41.945696649401803, "W22": -51.666198364219696, "S22": -51.666198364219696, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6051818842205368, "S11": 1.6051818842205368, "W12": -6.3729963971690582, "S12": -16.613920049064415, "W13": -24.739407727333212, "S13": -26.305018040789882, "W21": -32.981808325905646, "S21": -33.136874794899065, "W22": -38.045225916640184, "S22": -39.125687917999116, "W31": -70.0, "S31": -79.739185077603267, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 509612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37943258664413826, "S11": 0.37507256074299461, "W12": -7.6791663157143351, "S12": -17.679166315714333, "W13": -25.220646084617446, "S13": -25.220646084617446, "W21": -36.082730296076221, "S21": -36.08931263154745, "W22": -36.352590669941613, "S22": -37.935559598418273, "W31": -70.0, "S31": -78.809741365214663, "W32": -84.955942674763207, "S32": -89.955942674763207 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.018776871834744743, "S11": -0.018776871834744743, "W12": -12.172904367780022, "S12": -12.172904367780022, "W13": -19.524114534354116, "S13": -22.279600904072652, "W21": -36.062375053639023, "S21": -36.062375053639023, "W22": -39.708507669786449, "S22": -42.76103268919357, "W31": -67.775532954543337, "S31": -73.664068143741304, "W32": -96.375291375291368, "S32": -101.37529137529137 }, "geometry": { "type": "Point", "coordinates": [ 103531.0, 512699.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20289420951456627, "S11": -0.20289420951456627, "W12": -11.562026491874924, "S12": -11.562026491874924, "W13": -19.520720334017899, "S13": -23.157282288642168, "W21": -35.963387716437552, "S21": -38.391096438443682, "W22": -38.782965662251236, "S22": -45.841789191662997, "W31": -67.208000343157167, "S31": -76.424886008951987, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103531.333333333328483, 511891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.291682096792389, "S12": -10.895629465213522, "W13": -18.900360479959151, "S13": -20.500254666851504, "W21": -51.054171496704541, "S21": -65.565923106921559, "W22": -39.951780942815269, "S22": -39.951780942815269, "W31": -71.796539085495581, "S31": -73.819181711413648, "W32": -94.739985142008123, "S32": -99.739985142008123 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 500905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1327535940484577, "S12": -9.8081444941752363, "W13": -16.469172932330828, "S13": -20.28451201570644, "W21": -53.068822940980326, "S21": -68.685737364443568, "W22": -39.336591756069502, "S22": -42.499198822450658, "W31": -70.676278091077592, "S31": -71.112351222531061, "W32": -92.190229430765783, "S32": -97.190229430765783 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 501189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56575476026611615, "S11": -2.4342452397338841, "W12": -10.095479853918457, "S12": -10.095479853918457, "W13": -20.458620798850578, "S13": -21.134673210336501, "W21": -37.995136461961458, "S21": -37.995136461961458, "W22": -47.714867510011601, "S22": -50.862439525751647, "W31": -77.022226074064946, "S31": -80.769392403031176, "W32": -98.754681064949267, "S32": -103.75468106494927 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 505405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56456756136728603, "S11": -2.4354324386327137, "W12": -10.010776507214272, "S12": -10.010776507214272, "W13": -20.241379367816094, "S13": -20.955067686745561, "W21": -38.109205288496852, "S21": -43.109205288496852, "W22": -43.875692356462601, "S22": -46.402652196447775, "W31": -80.0, "S31": -82.453534309852301, "W32": -90.626861226920795, "S32": -95.626861226920795 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 505414.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -9.6048086993337343, "W13": -21.353170586484094, "S13": -21.353170586484094, "W21": -37.341856897192329, "S21": -38.331187871196228, "W22": -49.164464433532544, "S22": -49.164464433532544, "W31": -69.999999999999986, "S31": -70.18961038961038, "W32": -92.80624978631748, "S32": -97.80624978631748 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 508659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1680646234974343, "S12": -14.038987087143495, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -38.803675337524602, "S21": -38.803675337524602, "W22": -51.68618296929931, "S22": -51.68618296929931, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103532.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8945469125901466, "S11": 1.511748949609101, "W12": -6.1711906056714767, "S12": -11.619492389311725, "W13": -24.026964759308608, "S13": -24.285098202925816, "W21": -36.19170000091782, "S21": -36.19170000091782, "W22": -66.938739271973958, "S22": -69.177847401413572, "W31": -84.885062960316645, "S31": -84.885062960316645, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103532.333333333328483, 509452.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64786675377226, "S11": 0.64786675377226, "W12": -13.88869476527244, "S12": -13.88869476527244, "W13": -22.015610126674968, "S13": -26.690454131196944, "W21": -40.0, "S21": -42.737400164540183, "W22": -39.730370879248568, "S22": -42.06333024100374, "W31": -70.782774392499803, "S31": -71.90456725507984, "W32": -92.817919216168477, "S32": -97.817919216168477 }, "geometry": { "type": "Point", "coordinates": [ 103532.571428571434808, 503566.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0135516442639307, "S12": -6.0135516442639307, "W13": -20.000000000000004, "S13": -22.873016868019118, "W21": -42.624881443995804, "S21": -42.624881443995804, "W22": -37.942163615009896, "S22": -50.058666341001285, "W31": -66.352440005778902, "S31": -76.390981615477244, "W32": -92.793841978625053, "S32": -97.793841978625053 }, "geometry": { "type": "Point", "coordinates": [ 103532.688888888893416, 518550.488888888910878 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69910298126813819, "S11": 0.69910298126813819, "W12": -13.658689760031733, "S12": -13.658689760031733, "W13": -21.985866182572614, "S13": -26.704555820556291, "W21": -40.0, "S21": -42.787574669003625, "W22": -49.803328198099528, "S22": -50.51348571257472, "W31": -90.044288068777931, "S31": -90.044288068777931, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103533.0, 503560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.69000948466645573, "W12": -5.7581839352867252, "S12": -11.990031706944212, "W13": -14.776256498373783, "S13": -14.776256498373783, "W21": -32.270559432088966, "S21": -32.270559432088966, "W22": -48.595690747782683, "S22": -56.282409577337972, "W31": -81.379948724357476, "S31": -81.379948724357476, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103533.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33417331177916942, "S11": 0.33417331177916942, "W12": -4.8869386214596862, "S12": -14.886938621459686, "W13": -18.343300631635532, "S13": -18.343300631635532, "W21": -32.68402642625729, "S21": -32.68402642625729, "W22": -49.949371507641906, "S22": -49.949371507641906, "W31": -90.0, "S31": -90.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103533.0, 507609.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58158225832138877, "S11": 0.58158225832138877, "W12": -15.0, "S12": -15.0, "W13": -21.765682390669724, "S13": -27.562748609289102, "W21": -37.298468726363303, "S21": -41.806073130700987, "W22": -45.119642204209448, "S22": -48.663885625436698, "W31": -68.963953751983667, "S31": -69.963953751983667, "W32": -96.733007538725104, "S32": -101.7330075387251 }, "geometry": { "type": "Point", "coordinates": [ 103533.5, 513809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65690041515398945, "S11": -1.3391940868950221, "W12": -8.0093678780276658, "S12": -8.0093678780276658, "W13": -20.0, "S13": -21.39427681992337, "W21": -39.718378790723882, "S21": -43.064614789159521, "W22": -46.006979038634036, "S22": -47.883021781330939, "W31": -79.746524869759028, "S31": -79.746524869759028, "W32": -91.245633329020563, "S32": -96.245633329020563 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 505541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23023800318152796, "S11": -0.40391259184697581, "W12": -2.4369740481381741, "S12": -3.0465730276847847, "W13": -19.547560731997461, "S13": -22.476021529936013, "W21": -39.580741287314524, "S21": -44.580741287314524, "W22": -36.293781135105746, "S22": -37.73784210513417, "W31": -70.013055613913977, "S31": -78.947754097756942, "W32": -84.957994980734924, "S32": -89.957994980734924 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 506185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1373214775114953, "S11": 0.72906251517599396, "W12": -5.0, "S12": -17.668453292496174, "W13": -17.668453292496174, "S13": -17.668453292496174, "W21": -32.405123013968932, "S21": -32.405123013968932, "W22": -33.830276052341247, "S22": -37.553989633168314, "W31": -78.97005175374872, "S31": -81.718684976732547, "W32": -86.090699469669104, "S32": -91.090699469669104 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 507325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9214757269339033, "S12": -13.15385971538538, "W13": -16.715047260672851, "S13": -16.715047260672851, "W21": -32.942357176609143, "S21": -32.942357176609143, "W22": -39.482718254601117, "S22": -41.569361814587602, "W31": -67.993358392381182, "S31": -71.712068484846696, "W32": -94.515420655369141, "S32": -99.515420655369141 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 507513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19482659738393188, "S11": -0.19482659738393188, "W12": -10.0, "S12": -11.959179436928332, "W13": -20.0, "S13": -20.0, "W21": -32.77739893495891, "S21": -32.77739893495891, "W22": -56.505539758800694, "S22": -56.505539758800694, "W31": -69.999999999999986, "S31": -70.260804978128775, "W32": -90.520730272683267, "S32": -95.520730272683267 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 507862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0610478181853704, "S12": -30.354676321957605, "W13": -30.354676321957605, "S13": -30.354676321957605, "W21": -40.0, "S21": -40.0, "W22": -38.077719027899754, "S22": -38.077719027899754, "W31": -70.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103534.0, 510651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0289674595364979, "S11": 1.0289674595364979, "W12": -5.4228543690284807, "S12": -9.022665931161173, "W13": -25.0, "S13": -28.786005249116108, "W21": -35.231041559705439, "S21": -37.208101659857384, "W22": -46.856426150321852, "S22": -51.855191261299538, "W31": -69.339548775936038, "S31": -69.339548775936038, "W32": -91.946801008260195, "S32": -96.946801008260195 }, "geometry": { "type": "Point", "coordinates": [ 103535.0, 505706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49597324154065248, "W12": -2.5449200932584666, "S12": -7.1338588077577185, "W13": -20.780023673805498, "S13": -20.780023673805498, "W21": -37.249070937169748, "S21": -39.610137223698587, "W22": -38.575647427366576, "S22": -45.298336502996825, "W31": -67.39562783225395, "S31": -75.965607094948609, "W32": -99.318181818181813, "S32": -104.31818181818181 }, "geometry": { "type": "Point", "coordinates": [ 103535.0, 506809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59701206147546526, "S11": -0.93631417350485013, "W12": -5.0, "S12": -11.717472201796021, "W13": -20.900044656147678, "S13": -20.900044656147678, "W21": -36.773099187143814, "S21": -36.773099187143814, "W22": -39.473358028887432, "S22": -40.037071167472504, "W31": -66.427569500069467, "S31": -67.292886068446251, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103535.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9990033806890342, "S12": -30.098898749376737, "W13": -30.098898749376737, "S13": -30.098898749376737, "W21": -40.0, "S21": -40.0, "W22": -37.713069187883441, "S22": -51.674970910921346, "W31": -66.273782361977197, "S31": -74.771358324752441, "W32": -93.780985954898526, "S32": -98.780985954898526 }, "geometry": { "type": "Point", "coordinates": [ 103535.0, 510648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47345351640289962, "S11": 0.47345351640289962, "W12": -14.129704418843827, "S12": -14.278352414592115, "W13": -21.734816361550017, "S13": -29.128616231649197, "W21": -37.366682859582767, "S21": -40.644748335010455, "W22": -48.545912180826718, "S22": -48.545912180826718, "W31": -88.193415901886894, "S31": -88.643903966616662, "W32": -95.019343783372079, "S32": -100.01934378337208 }, "geometry": { "type": "Point", "coordinates": [ 103535.0, 513686.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6958770403607974, "S11": 1.6958770403607974, "W12": -10.0, "S12": -10.0, "W13": -14.838533269243973, "S13": -17.593785886769094, "W21": -38.801690873114055, "S21": -49.992681738465144, "W22": -62.983330013323723, "S22": -62.983330013323723, "W31": -71.193277263414629, "S31": -71.193277263414629, "W32": -86.815930417586088, "S32": -91.815930417586088 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 500201.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13236401988850385, "S11": -0.13236401988850385, "W12": -10.3215709014233, "S12": -10.3215709014233, "W13": -15.586956521739129, "S13": -20.214788307240635, "W21": -44.733062753668435, "S21": -47.768210036262793, "W22": -57.557327148862193, "S22": -74.157904898457318, "W31": -100.49045841724212, "S31": -100.49045841724212, "W32": -102.0384416992662, "S32": -107.0384416992662 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 501976.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24534409323709855, "S11": -0.24534409323709855, "W12": -6.1039126157025878, "S12": -7.4970341561060652, "W13": -23.190234919926187, "S13": -23.82885713540022, "W21": -39.248738562735795, "S21": -48.343590191299185, "W22": -50.0, "S22": -66.89942431425267, "W31": -105.28105173395865, "S31": -105.28105173395865, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.077283033219771924, "S11": -0.0528857923188219, "W12": -5.5543878817760044, "S12": -9.6024539461462126, "W13": -22.890561797752763, "S13": -22.890561797752763, "W21": -35.831921968274784, "S21": -35.831921968274784, "W22": -60.233052153957743, "S22": -60.233052153957743, "W31": -69.926904551691294, "S31": -70.547095354153257, "W32": -89.447456455866075, "S32": -94.447456455866075 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 510220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11776924043897467, "S11": 0.11776924043897467, "W12": -10.0, "S12": -14.368141592920354, "W13": -24.787724550898201, "S13": -26.454209742535831, "W21": -37.254632205454413, "S21": -37.427960951030634, "W22": -61.848719475878497, "S22": -64.944715107081379, "W31": -82.58394248888348, "S31": -82.58394248888348, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 511486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47840242986673842, "S11": 0.47840242986673842, "W12": -11.017951499457606, "S12": -11.017951499457606, "W13": -21.699589490888574, "S13": -22.953778155227937, "W21": -42.01762767663859, "S21": -42.01762767663859, "W22": -48.850426750420297, "S22": -48.850426750420297, "W31": -88.044735525639894, "S31": -88.751349594573639, "W32": -95.059650903145126, "S32": -100.05965090314513 }, "geometry": { "type": "Point", "coordinates": [ 103536.0, 514867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2296014500174079, "S12": -6.428659822917699, "W13": -10.870212986474581, "S13": -16.164263406642647, "W21": -30.0, "S21": -32.044139024712571, "W22": -41.400652024698807, "S22": -44.563087701427236, "W31": -80.0, "S31": -82.970447047050172, "W32": -93.815427489370819, "S32": -98.815427489370819 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 499498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -0.82353599403207811, "W12": -10.0, "S12": -12.481629743364774, "W13": -20.0, "S13": -22.270119677837972, "W21": -36.034827360689071, "S21": -45.371479495878681, "W22": -40.249421053033537, "S22": -43.038874821006146, "W31": -73.077936936621214, "S31": -76.077936936621214, "W32": -94.795100108962146, "S32": -99.795100108962146 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 504454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66462019489655932, "S11": -1.2091112058570368, "W12": -7.9268987509495963, "S12": -7.9268987509495963, "W13": -20.0, "S13": -21.468211206896552, "W21": -39.778348773126886, "S21": -43.313311318628848, "W22": -34.652989030987101, "S22": -36.834169678950019, "W31": -77.586976508362881, "S31": -78.969096313594449, "W32": -88.096153397938266, "S32": -93.096153397938266 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 505546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2540373675554719, "S11": 0.22516412811885211, "W12": -5.0, "S12": -5.9328478726840297, "W13": -22.804499799999181, "S13": -22.804499799999181, "W21": -38.231805868769214, "S21": -38.231805868769214, "W22": -42.631399649600937, "S22": -47.579091600569839, "W31": -70.264710151464342, "S31": -70.264710151464342, "W32": -90.638559234786513, "S32": -95.638559234786513 }, "geometry": { "type": "Point", "coordinates": [ 103537.0, 508845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0204456752828222, "S12": -6.0204456752828222, "W13": -20.0, "S13": -20.0, "W21": -42.728086561787208, "S21": -42.728086561787208, "W22": -39.923516184705697, "S22": -42.451367977500993, "W31": -67.769953920795189, "S31": -73.417130244404518, "W32": -96.092657342657333, "S32": -101.09265734265733 }, "geometry": { "type": "Point", "coordinates": [ 103537.25, 518782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32354899580184732, "S11": 0.23270068726684581, "W12": -5.4822229702243881, "S12": -5.4822229702243881, "W13": -23.047125128300642, "S13": -23.047125128300642, "W21": -36.741586391474186, "S21": -36.741586391474186, "W22": -60.356497470988486, "S22": -60.356497470988486, "W31": -69.890887313020912, "S31": -70.614794782794661, "W32": -89.295732022920149, "S32": -94.295732022920149 }, "geometry": { "type": "Point", "coordinates": [ 103537.4, 510264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0350062273669289, "S11": 3.0350062273669289, "W12": -4.6667023404278334, "S12": -4.6667023404278334, "W13": -14.123202520979945, "S13": -15.506555495630373, "W21": -40.0, "S21": -51.518706059735287, "W22": -38.13930776541013, "S22": -39.143125041773061, "W31": -70.0, "S31": -79.856527747052809, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 502619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46534571287169613, "S11": 0.28398605198219928, "W12": -10.994588378110723, "S12": -11.055124750183392, "W13": -22.645570286884222, "S13": -22.645570286884222, "W21": -36.028757646983372, "S21": -41.028757646983372, "W22": -37.986614518026492, "S22": -38.993188776746919, "W31": -70.0, "S31": -79.814848656811165, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45643372834211959, "S11": 0.45643372834211798, "W12": -11.006105911041526, "S12": -11.006105911041526, "W13": -22.798296197252412, "S13": -22.798296197252412, "W21": -36.220436592528671, "S21": -40.71163033029832, "W22": -37.502731971097298, "S22": -51.376631141486577, "W31": -66.200243769366864, "S31": -71.597927903130795, "W32": -94.768129931173391, "S32": -99.768129931173391 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505064.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23341326207592528, "S11": -0.23341326207592528, "W12": -6.0802924445912536, "S12": -7.5687419772561402, "W13": -23.567401372691133, "S13": -24.28548913270674, "W21": -40.0, "S21": -48.871527367998063, "W22": -37.921162853867351, "S22": -40.900527542714727, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74442100010068191, "S11": 0.74442100010068191, "W12": -5.4536344841103146, "S12": -5.4536344841103146, "W13": -24.431289271733679, "S13": -24.431289271733679, "W21": -36.445612132003511, "S21": -36.776542138484395, "W22": -44.92382432422238, "S22": -47.095097046313967, "W31": -80.0, "S31": -80.537387148167824, "W32": -90.632565492321604, "S32": -95.632565492321604 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 505939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38760806252951185, "S11": 0.38760806252951185, "W12": -4.3509150864266344, "S12": -4.3509150864266344, "W13": -21.809818916886147, "S13": -21.91095701380036, "W21": -36.982666662326928, "S21": -39.594810202532969, "W22": -39.803803234260378, "S22": -41.181200918340643, "W31": -70.3730390223526, "S31": -73.734722494513932, "W32": -92.693281040107465, "S32": -97.693281040107465 }, "geometry": { "type": "Point", "coordinates": [ 103538.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5546691981596128, "S11": 0.5546691981596128, "W12": -9.7041782058097468, "S12": -9.7041782058097468, "W13": -16.338544705277727, "S13": -17.527987454232189, "W21": -21.234012052900482, "S21": -22.25629691300427, "W22": -50.0, "S22": -50.0, "W31": -87.524065495512332, "S31": -87.737029206819216, "W32": -95.188523872823254, "S32": -100.18852387282325 }, "geometry": { "type": "Point", "coordinates": [ 103538.333333333328483, 497102.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73711773297510153, "S11": -0.73711773297510153, "W12": -5.0, "S12": -14.813965508391483, "W13": -20.288191638668028, "S13": -20.288191638668028, "W21": -36.008216619021475, "S21": -36.008216619021475, "W22": -42.32207904768822, "S22": -45.170283972594298, "W31": -80.0, "S31": -82.833619210977702, "W32": -92.600128621958632, "S32": -97.600128621958632 }, "geometry": { "type": "Point", "coordinates": [ 103538.571428571434808, 508487.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0163603649292261, "S12": -6.0163603649292261, "W13": -20.0, "S13": -20.000000000000004, "W21": -42.70150329335047, "S21": -42.70150329335047, "W22": -41.081303136234958, "S22": -44.086831375529954, "W31": -75.128066263142088, "S31": -77.934597926250149, "W32": -95.806140833791844, "S32": -100.80614083379184 }, "geometry": { "type": "Point", "coordinates": [ 103538.714285714289872, 518769.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9755079711107695, "S11": 3.9755079711107695, "W12": -9.9569028939201711, "S12": -9.9569028939201711, "W13": -17.964253740049216, "S13": -20.356360150864742, "W21": -41.436212313817663, "S21": -50.878407545486581, "W22": -38.072115920324968, "S22": -38.072115920324968, "W31": -70.0, "S31": -79.595759191518383, "W32": -85.000000000000014, "S32": -90.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 500530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1807976762749832, "S11": 3.1807976762749832, "W12": -10.216660072985233, "S12": -10.216660072985233, "W13": -19.034318144244537, "S13": -20.458223963642531, "W21": -50.160227581291153, "S21": -64.069613574527395, "W22": -38.027557169397035, "S22": -38.027557169397035, "W31": -70.0, "S31": -79.94689873884505, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 500815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12405596946809806, "S11": -0.21500660932184573, "W12": -2.242709221757067, "S12": -3.2397790177267711, "W13": -19.755996827557784, "S13": -22.408075130756124, "W21": -39.258369105677929, "S21": -44.256468979541893, "W22": -49.220729992728756, "S22": -49.220729992728756, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 506184.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43456504472149393, "S11": 0.43456504472149393, "W12": -6.0301105739784795, "S12": -6.0301105739784795, "W13": -20.346113893954424, "S13": -20.598899296828673, "W21": -39.190036326643281, "S21": -41.548999970604896, "W22": -50.0, "S22": -61.50501192125671, "W31": -100.0, "S31": -100.0, "W32": -103.6516123665026, "S32": -108.6516123665026 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5168361058851305, "S11": -0.48316389411486949, "W12": -7.4312827043899841, "S12": -8.9163418359237934, "W13": -14.976174280144178, "S13": -15.238277381162689, "W21": -34.185770876019568, "S21": -34.185770876019568, "W22": -65.480979817379279, "S22": -67.37887431194217, "W31": -82.680159777945221, "S31": -87.508636133410818, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 507103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25888769646665666, "S11": 0.25888769646665666, "W12": -4.8370777964742331, "S12": -14.28486300863651, "W13": -18.913452492944497, "S13": -18.913452492944497, "W21": -32.683072906812328, "S21": -32.683072906812328, "W22": -47.169162334179241, "S22": -50.104837873152647, "W31": -74.606562906083028, "S31": -78.542926542446665, "W32": -97.596270593881329, "S32": -102.59627059388133 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 507646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010504834019411604, "S11": 0.010504834019411604, "W12": -10.0, "S12": -15.28643294645649, "W13": -35.0, "S13": -35.0, "W21": -38.51364336313739, "S21": -38.51364336313739, "W22": -39.44558377294274, "S22": -42.906772209773578, "W31": -70.504777012912854, "S31": -70.835028210691931, "W32": -92.354227049604276, "S32": -97.354227049604276 }, "geometry": { "type": "Point", "coordinates": [ 103539.0, 511038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0033971479987231, "S12": -6.0033971479987231, "W13": -19.999999999999996, "S13": -22.650407453841712, "W21": -42.639392330975184, "S21": -42.639392330975184, "W22": -33.135441842999533, "S22": -42.231799906549057, "W31": -77.860878661087867, "S31": -78.192514450006996, "W32": -85.025829596612809, "S32": -90.025829596612809 }, "geometry": { "type": "Point", "coordinates": [ 103539.011111111118225, 518599.911111111112405 ] } }, +{ "type": "Feature", "properties": { "W11": 0.048935046028016758, "S11": 0.048935046028016758, "W12": -4.0129645811463766, "S12": -14.219622086654951, "W13": -18.562631819540361, "S13": -18.562631819540361, "W21": -39.591439117256485, "S21": -43.732034106372538, "W22": -47.790833547841778, "S22": -48.754956760732426, "W31": -86.310054050914587, "S31": -86.310054050914587, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103540.0, 506144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7334148006253165, "W12": -10.0, "S12": -9.9999999999999982, "W13": -15.0, "S13": -17.431146488257379, "W21": -47.525322216024193, "S21": -50.642895811028652, "W22": -50.0, "S22": -58.638355240984161, "W31": -100.0, "S31": -100.0, "W32": -103.0547524245378, "S32": -108.0547524245378 }, "geometry": { "type": "Point", "coordinates": [ 103541.0, 501730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66201709880623394, "S11": 0.66201709880623394, "W12": -5.6432949533890024, "S12": -5.6432949533890024, "W13": -24.933318599919218, "S13": -24.933318599919218, "W21": -34.44476243030018, "S21": -36.11063332411225, "W22": -49.999999999999993, "S22": -65.589015654019633, "W31": -100.0, "S31": -100.0, "W32": -105.49420141155987, "S32": -110.49420141155987 }, "geometry": { "type": "Point", "coordinates": [ 103541.0, 505848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35679384761083055, "S11": 0.086232014467811591, "W12": -3.239030268896514, "S12": -3.239030268896514, "W13": -20.51784089479953, "S13": -20.51784089479953, "W21": -37.452952565792593, "S21": -38.821317033858399, "W22": -60.0, "S22": -61.585048189632715, "W31": -91.534468219669023, "S31": -91.534468219669023, "W32": -98.390353717116653, "S32": -103.39035371711665 }, "geometry": { "type": "Point", "coordinates": [ 103541.0, 506868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24550908820649806, "S11": -0.24324429399624667, "W12": -10.090365575434113, "S12": -10.090365575434113, "W13": -21.604744292173596, "S13": -23.327479454854529, "W21": -42.083588560777393, "S21": -42.083588560777393, "W22": -37.724676419195241, "S22": -39.434146168606844, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103541.049180327870999, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63283242458886657, "S11": 0.63283242458886657, "W12": -13.899897534210353, "S12": -13.899897534210353, "W13": -22.11369051478216, "S13": -26.767084028396717, "W21": -39.984568210930824, "S21": -42.640003654499218, "W22": -38.364427384408984, "S22": -41.735517669050729, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103541.25, 503566.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50171191205475241, "S11": 0.50171191205475241, "W12": -9.6452297175029056, "S12": -9.6452297175029056, "W13": -16.13514170040483, "S13": -18.437531350328534, "W21": -51.781098705661343, "S21": -65.097812819049707, "W22": -47.550848059417248, "S22": -49.781386063220999, "W31": -78.228999177954449, "S31": -83.228999177954449, "W32": -99.677739313296357, "S32": -104.67773931329636 }, "geometry": { "type": "Point", "coordinates": [ 103541.6, 501294.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3215330691577734, "S11": 3.699635456389851, "W12": -10.092490535793459, "S12": -10.092490535793459, "W13": -19.247434291137321, "S13": -20.433722230523134, "W21": -45.004999354921949, "S21": -57.138401966501917, "W22": -38.077177675524865, "S22": -38.077177675524865, "W31": -70.0, "S31": -79.274598549197094, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103541.75, 500657.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3962916051401031, "S11": 3.3962916051401031, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.112695223018289, "W21": -38.86918822394852, "S21": -49.838475689016683, "W22": -54.322678445414397, "S22": -76.920627634272677, "W31": -103.61302588752939, "S31": -103.61302588752939, "W32": -104.03328516377648, "S32": -109.03328516377648 }, "geometry": { "type": "Point", "coordinates": [ 103542.0, 502752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1780432866516501, "W12": -6.2812955733705609, "S12": -13.822298785288828, "W13": -24.307160989189082, "S13": -24.387490430154841, "W21": -33.057219396531366, "S21": -33.057219396531366, "W22": -40.078165691950652, "S22": -40.109950303426032, "W31": -70.0, "S31": -72.393659711075443, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103542.0, 509497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20675216395272639, "S11": 0.0012655932865924535, "W12": -7.7999349967393039, "S12": -15.482473110798768, "W13": -24.062249751994443, "S13": -24.062249751994443, "W21": -33.999710644467612, "S21": -34.897037580725325, "W22": -37.087605872776308, "S22": -37.852117080508911, "W31": -70.0, "S31": -79.709689106047648, "W32": -84.986644824987309, "S32": -89.986644824987309 }, "geometry": { "type": "Point", "coordinates": [ 103542.0, 510091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1026975020222682, "S12": -6.1026975020222682, "W13": -20.478131949152669, "S13": -22.1860318281228, "W21": -43.214938558391736, "S21": -45.357576677103367, "W22": -34.695707771391938, "S22": -37.213979974040036, "W31": -77.367075426921218, "S31": -78.468932521248021, "W32": -88.252720545024644, "S32": -93.252720545024644 }, "geometry": { "type": "Point", "coordinates": [ 103542.051724137927522, 516618.80172413791297 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32424242424241867, "S11": -0.32424242424241867, "W12": -6.8211163692927297, "S12": -6.8211163692927297, "W13": -15.797088290286188, "S13": -17.769269662835182, "W21": -34.854830431157893, "S21": -34.854830431157893, "W22": -40.145020379422277, "S22": -50.958786340822897, "W31": -61.307789636032275, "S31": -69.627431429390242, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103542.4, 497861.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -12.396615063017364, "W13": -20.255540567000018, "S13": -23.081571857810509, "W21": -33.845941585262963, "S21": -33.845941585262963, "W22": -36.863225663862295, "S22": -43.057961192804584, "W31": -65.937534434588642, "S31": -73.993842811858755, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103542.666666666671517, 504776.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53194880107096509, "S11": -0.57832757721349026, "W12": -5.0, "S12": -9.6115493459901504, "W13": -21.278684132182217, "S13": -21.278684132182217, "W21": -37.1818885661759, "S21": -37.830772207222978, "W22": -46.836403766271076, "S22": -48.141966753666864, "W31": -80.0, "S31": -80.0, "W32": -96.198091198303501, "S32": -101.1980911983035 }, "geometry": { "type": "Point", "coordinates": [ 103542.75, 508647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19551300050541925, "S11": 0.19551300050541925, "W12": -8.0470866793233995, "S12": -8.0470866793233995, "W13": -16.029774677103088, "S13": -17.726282030044263, "W21": -31.406630165080941, "S21": -32.017742217085349, "W22": -60.0, "S22": -72.775427049051871, "W31": -95.545777828698334, "S31": -95.545777828698334, "W32": -100.94459327852887, "S32": -105.94459327852887 }, "geometry": { "type": "Point", "coordinates": [ 103543.0, 497538.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.3320969554163229, "S12": -9.1133625259195625, "W13": -20.861954333240686, "S13": -20.861954333240686, "W21": -36.552087220395187, "S21": -38.810387736348858, "W22": -40.738111858833193, "S22": -40.820212438291961, "W31": -71.171802708689683, "S31": -73.870438342718572, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103543.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26856661652985558, "S11": 0.02503228911052266, "W12": -5.8994494808321205, "S12": -11.003176188906394, "W13": -23.34073438011097, "S13": -23.341850451539543, "W21": -35.916838009980623, "S21": -35.916838009980623, "W22": -47.236275142041983, "S22": -47.257997284280663, "W31": -80.0, "S31": -80.248962655601659, "W32": -99.590668080593844, "S32": -104.59066808059384 }, "geometry": { "type": "Point", "coordinates": [ 103543.0, 510145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33022395155275974, "S11": 0.24790715001566158, "W12": -5.5160278551989865, "S12": -5.5160278551989865, "W13": -23.194289446673473, "S13": -23.194289446673473, "W21": -36.783295967643966, "S21": -36.783295967643966, "W22": -37.936043977069374, "S22": -38.604612198761245, "W31": -70.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103543.0, 510266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2059406410976736, "S11": 4.2059406410976736, "W12": -10.024558234712297, "S12": -10.024558234712297, "W13": -18.469523239169558, "S13": -20.385884628906364, "W21": -42.241095627563737, "S21": -53.810373008408597, "W22": -38.495147907357335, "S22": -48.464908316754872, "W31": -66.837608757085135, "S31": -76.894356065364889, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103543.4, 500571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15227336398129659, "S11": 0.15227336398129659, "W12": -10.0, "S12": -14.697410685021573, "W13": -25.400056165006152, "S13": -25.836170905616811, "W21": -37.361003762162696, "S21": -37.361003762162696, "W22": -39.43743012948589, "S22": -40.938631500109025, "W31": -65.20268969730671, "S31": -74.018714884328091, "W32": -87.909160597930239, "S32": -92.909160597930239 }, "geometry": { "type": "Point", "coordinates": [ 103543.666666666671517, 511454.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15179169731229394, "S11": 0.15179169731229394, "W12": -11.336098983564453, "S12": -11.427596714452093, "W13": -20.246304374680648, "S13": -27.56919201094966, "W21": -36.830983616185428, "S21": -36.830983616185428, "W22": -39.368487466029485, "S22": -45.124287897947085, "W31": -60.000000000000007, "S31": -65.621222252514684, "W32": -84.491153385659175, "S32": -89.491153385659175 }, "geometry": { "type": "Point", "coordinates": [ 103543.95, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7521765356388865, "S12": -9.7521765356388865, "W13": -16.073250433776753, "S13": -18.087570575836622, "W21": -51.609771761683625, "S21": -64.043240812253046, "W22": -39.960257323851508, "S22": -39.960257323851508, "W31": -71.68301626659931, "S31": -73.829806095691865, "W32": -94.629246671238349, "S32": -99.629246671238349 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 501314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50650142283302557, "S11": 0.4278908195423492, "W12": -4.9736480598332227, "S12": -13.325646470133574, "W13": -19.82670360736218, "S13": -21.947439527367266, "W21": -37.345815888973874, "S21": -42.345815888973874, "W22": -60.190207915830946, "S22": -60.190207915830946, "W31": -69.944509359236946, "S31": -70.519590263506672, "W32": -89.596537287194664, "S32": -94.596537287194664 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19462798991831015, "S11": 0.19462798991831015, "W12": -1.6337626317509804, "S12": -1.6337626317509804, "W13": -19.979777636562829, "S13": -19.979777636562829, "W21": -37.267585177446435, "S21": -40.990576889209748, "W22": -67.639999, "S22": -67.639999, "W31": -75.239998, "S31": -75.239998, "W32": -86.440002, "S32": -91.440002 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 506312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21975977769102722, "S11": 0.21975977769102722, "W12": -6.6456087185006396, "S12": -6.6456087185006396, "W13": -20.335851417231119, "S13": -20.335851417231119, "W21": -36.988821713708148, "S21": -40.091427382766803, "W22": -51.719063033025307, "S22": -52.768523988103098, "W31": -98.576424939506396, "S31": -98.576424939506396, "W32": -98.576424939506396, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 506349.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91866050687071699, "S11": -0.91866050687071699, "W12": -6.0098965362123256, "S12": -11.704611162370151, "W13": -19.74017964738632, "S13": -19.74017964738632, "W21": -35.018834293936621, "S21": -35.018834293936621, "W22": -47.054529242943417, "S22": -52.054529242943417, "W31": -69.193853730627708, "S31": -69.193853730627708, "W32": -92.00295123251189, "S32": -97.00295123251189 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 508361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4999999999999325, "S11": -0.4999999999999325, "W12": -6.0093064535080076, "S12": -6.0093064535080076, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -42.790901746307426, "S21": -42.790901746307426, "W22": -36.992384824451953, "S22": -47.681657729570958, "W31": -65.997826539024274, "S31": -75.772694728830956, "W32": -98.87572632785006, "S32": -103.87572632785006 }, "geometry": { "type": "Point", "coordinates": [ 103544.0, 518830.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39269995841419458, "S11": 0.39269995841419453, "W12": -9.9360988237659598, "S12": -9.9360988237659598, "W13": -15.89532244071718, "S13": -17.161231243355434, "W21": -51.218598705661499, "S21": -61.759918703301196, "W22": -65.11094048935, "S22": -65.11094048935, "W31": -73.107262629268291, "S31": -73.107262629268291, "W32": -86.665466892149851, "S32": -91.665466892149851 }, "geometry": { "type": "Point", "coordinates": [ 103544.5, 501367.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020185307743216419, "S11": -0.020185307743216419, "W12": -10.642870683818552, "S12": -10.642870683818552, "W13": -15.907246376811594, "S13": -21.727667736077578, "W21": -46.281391755146807, "S21": -50.0, "W22": -37.398970501708312, "S22": -39.451292196978649, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 502116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66170304358668397, "S11": -1.161703043586684, "W12": -5.0, "S12": -12.726591086317558, "W13": -20.701414111342672, "S13": -20.701414111342672, "W21": -36.467494313801197, "S21": -36.467494313801197, "W22": -37.285007306059377, "S22": -37.836679475793581, "W31": -70.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 508554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34848199032747079, "S11": 0.34848199032747079, "W12": -7.5141359767834457, "S12": -19.489770239531499, "W13": -21.393887884130102, "S13": -21.393887884130102, "W21": -35.932784478241317, "S21": -35.935209757063468, "W22": -67.080974682926822, "S22": -67.080974682926822, "W31": -75.239998, "S31": -75.239998, "W32": -86.427206155844559, "S32": -91.427206155844559 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 509896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19548893060662276, "S11": -0.19548893060662276, "W12": -10.0, "S12": -20.710403369691171, "W13": -31.335599895961064, "S13": -31.335599895961064, "W21": -38.190868853243465, "S21": -38.190868853243465, "W22": -64.067859429226047, "S22": -66.318706263657603, "W31": -82.595711126253249, "S31": -86.910822401874398, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5387118526242614, "S11": 1.5387118526242614, "W12": -15.602201511704704, "S12": -15.602201511704704, "W13": -21.856857311180168, "S13": -21.856857311180168, "W21": -42.019620566972961, "S21": -52.019620566972961, "W22": -46.487323539850813, "S22": -48.47587354491651, "W31": -73.495181016738741, "S31": -76.307151030257231, "W32": -97.38545967343839, "S32": -102.38545967343839 }, "geometry": { "type": "Point", "coordinates": [ 103545.0, 514308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9932426517335493, "S12": -5.9932426517335493, "W13": -20.0, "S13": -22.427798039663045, "W21": -42.653903217954571, "S21": -42.653903217954571, "W22": -39.222015218202536, "S22": -42.809274318844935, "W31": -70.404515774930275, "S31": -71.043942343498912, "W32": -91.989001766353411, "S32": -96.989001766353411 }, "geometry": { "type": "Point", "coordinates": [ 103545.333333333328483, 518649.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18368615338255237, "S11": -0.18368615338255187, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -15.295379899277425, "S13": -19.424248761846137, "W21": -43.880352081157689, "S21": -46.629688951184214, "W22": -32.839788249821133, "S22": -41.572555693081625, "W31": -75.598611639406627, "S31": -76.112633032872949, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103546.0, 501925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18256591995888011, "S11": 0.18256591995888011, "W12": -5.2922345131609045, "S12": -5.2922345131609045, "W13": -20.209241780761996, "S13": -20.209241780761996, "W21": -36.926785084902093, "S21": -40.183394615977093, "W22": -38.800302067706866, "S22": -46.209265653141038, "W31": -67.183004054295239, "S31": -76.513342149578477, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103546.0, 506339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29014097810949685, "S11": 0.074820347904165196, "W12": -5.7804838542792769, "S12": -8.0406052546179545, "W13": -23.031443205110406, "S13": -23.031443205110406, "W21": -35.667657360429217, "S21": -35.667657360429217, "W22": -39.900830744844527, "S22": -48.760290707733986, "W31": -60.0, "S31": -67.463620553586551, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103546.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62678388017718367, "S11": -0.62678388017718367, "W12": -11.468103045842117, "S12": -12.981330856930708, "W13": -20.0, "S13": -20.0, "W21": -32.806805848717595, "S21": -32.806805848717595, "W22": -50.0, "S22": -75.0, "W31": -100.0, "S31": -100.0, "W32": -107.97562416441254, "S32": -112.97562416441254 }, "geometry": { "type": "Point", "coordinates": [ 103546.333333333328483, 508019.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11597053817217359, "S11": 0.11597053817217359, "W12": -11.4650677501128, "S12": -11.4650677501128, "W13": -19.999578249321193, "S13": -26.524257739722252, "W21": -36.688454619371981, "S21": -36.688454619371981, "W22": -38.509956795846612, "S22": -44.651413378479667, "W31": -67.545918022290152, "S31": -74.774352105155401, "W32": -97.862643986070182, "S32": -102.86264398607018 }, "geometry": { "type": "Point", "coordinates": [ 103546.416666666671517, 512944.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21314581713493186, "S11": 0.21314581713493186, "W12": -11.054108081471748, "S12": -11.310867902343603, "W13": -20.705071002229175, "S13": -29.605427512074488, "W21": -37.099777643915075, "S21": -37.099777643915075, "W22": -35.085769313589708, "S22": -38.760311375208119, "W31": -75.72533588857317, "S31": -75.72533588857317, "W32": -88.980833907586373, "S32": -93.980833907586373 }, "geometry": { "type": "Point", "coordinates": [ 103546.5, 513105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27212097385639267, "S11": 0.27212097385639267, "W12": -10.162532392100795, "S12": -10.162532392100795, "W13": -15.599305957200695, "S13": -15.599305957200695, "W21": -50.541386720679775, "S21": -57.994328244253268, "W22": -64.163856581125771, "S22": -64.163856581125771, "W31": -72.351908745644423, "S31": -72.351908745644423, "W32": -86.764078127900135, "S32": -91.764078127900135 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5510854816824966, "S11": 0.5510854816824966, "W12": -6.289388736263736, "S12": -9.1138535206261313, "W13": -22.498690871007156, "S13": -24.711756197640696, "W21": -36.366743794699197, "S21": -39.230884747958811, "W22": -37.38005563877595, "S22": -42.75836915765715, "W31": -59.999999999999993, "S31": -60.106349043012962, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 505653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5192007063423083, "S11": -0.51777664557406977, "W12": -7.9981252279104771, "S12": -13.662619848307891, "W13": -14.823518802131449, "S13": -15.362296039906855, "W21": -32.740057358704689, "S21": -32.740057358704689, "W22": -42.154219841917694, "S22": -47.375633165033356, "W31": -68.110797242293259, "S31": -70.030775734232606, "W32": -93.248915980644753, "S32": -98.248915980644753 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1391371340523881, "S11": 2.1391371340523881, "W12": -6.7356707395458972, "S12": -9.03591287029613, "W13": -24.979917404915735, "S13": -25.414255711616526, "W21": -37.1026452991564, "S21": -37.583677684995159, "W22": -54.918414651922518, "S22": -54.918414651922518, "W31": -75.239998, "S31": -75.239998, "W32": -85.766926994769719, "S32": -90.766926994769719 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 509700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8869337442218796, "S11": 1.8869337442218796, "W12": -6.5994520920007682, "S12": -12.82713707578931, "W13": -24.999999999999996, "S13": -27.693732193732188, "W21": -36.717280760287032, "S21": -37.052228494801767, "W22": -54.552407098736339, "S22": -54.552407098736339, "W31": -70.0, "S31": -70.149998258042103, "W32": -91.168262849903158, "S32": -96.168262849903158 }, "geometry": { "type": "Point", "coordinates": [ 103547.0, 509733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0010926672149925, "S12": -6.0010926672149925, "W13": -20.0, "S13": -20.0, "W21": -42.74513156354972, "S21": -42.74513156354972, "W22": -46.974544415878519, "S22": -47.756911167329669, "W31": -80.0, "S31": -80.0, "W32": -97.471420996818622, "S32": -102.47142099681862 }, "geometry": { "type": "Point", "coordinates": [ 103547.333333333328483, 518817.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4363733110846013, "S11": 4.4363733110846013, "W12": -10.078809692711721, "S12": -10.078809692711721, "W13": -18.974792738289722, "S13": -20.415409106947994, "W21": -43.045978941308917, "S21": -54.736582179076777, "W22": -41.002809423506442, "S22": -43.969860143005015, "W31": -73.193692258681111, "S31": -74.872404018434125, "W32": -95.226734881503674, "S32": -100.22673488150367 }, "geometry": { "type": "Point", "coordinates": [ 103547.8, 500612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2730854554896522, "S11": 2.9679300261711323, "W12": -10.128935404658776, "S12": -10.128935404658776, "W13": -19.180762721075823, "S13": -20.444843065918736, "W21": -45.10256741065669, "S21": -57.225210900600842, "W22": -39.8694442234913, "S22": -42.871022084658335, "W31": -71.398302434490887, "S31": -73.297465108560615, "W32": -93.973485880323352, "S32": -98.973485880323352 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 500669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -12.325802742338258, "W13": -20.0, "S13": -23.54281190248566, "W21": -33.811556095391204, "S21": -33.811556095391204, "W22": -50.0, "S22": -50.000000000000007, "W31": -101.41228471620896, "S31": -101.41228471620896, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 504748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39308811885103173, "S11": -0.39308811885103173, "W12": -6.1193369839732892, "S12": -9.4421984285134073, "W13": -25.0, "S13": -25.505422844590864, "W21": -36.572123187962632, "S21": -45.966699155105943, "W22": -43.185697141061333, "S22": -47.645261192736911, "W31": -60.0, "S31": -60.570093297660698, "W32": -95.030177774309351, "S32": -100.03017777430935 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 505759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30534319196424348, "S11": 0.30534319196424348, "W12": -4.895198255452029, "S12": -19.89519825545203, "W13": -19.89519825545203, "S13": -19.89519825545203, "W21": -39.368720601098566, "S21": -42.953733052988987, "W22": -41.016186627389487, "S22": -44.252128773763346, "W31": -76.056068811723478, "S31": -78.985189358493059, "W32": -95.726606943262766, "S32": -100.72660694326277 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.2019212101977281, "S12": -10.525289421460057, "W13": -20.926224023132136, "S13": -21.034610409990801, "W21": -36.017786749418732, "S21": -38.222925944176886, "W22": -32.941182776266565, "S22": -42.333142198345968, "W31": -76.458491821985547, "S31": -76.458491821985547, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 506784.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2258760756619328, "S11": 0.019802618187707621, "W12": -6.3543477066666991, "S12": -11.133526136931842, "W13": -25.0, "S13": -25.0, "W21": -35.346628353180414, "S21": -35.346628353180414, "W22": -38.83290509232944, "S22": -46.22786307552272, "W31": -67.219437393950088, "S31": -76.428737892539388, "W32": -99.913106080900079, "S32": -104.91310608090008 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28103245906390384, "S11": -0.28103245906390384, "W12": -10.743008910326086, "S12": -12.621761411993866, "W13": -35.0, "S13": -35.0, "W21": -35.0, "S21": -35.0, "W22": -50.0, "S22": -50.0, "W31": -106.19830357180275, "S31": -106.19830357180275, "W32": -110.08937541700439, "S32": -115.08937541700439 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 510953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20991111017714922, "S11": -2.7900888898228517, "W12": -11.05423612881715, "S12": -11.304344666081633, "W13": -20.689397786549723, "S13": -29.557323457172959, "W21": -37.091558381178345, "S21": -37.091558381178345, "W22": -47.789587594051525, "S22": -47.789587594051525, "W31": -88.16868661263301, "S31": -88.16868661263301, "W32": -95.139155156347016, "S32": -100.13915515634702 }, "geometry": { "type": "Point", "coordinates": [ 103548.0, 513102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5492039527861658, "S11": 1.6586985929086773, "W12": -4.1914445731101724, "S12": -9.1802775836680546, "W13": -24.44137273886594, "S13": -24.44137273886594, "W21": -37.863613353350999, "S21": -37.863613353350999, "W22": -40.982688920288751, "S22": -44.296553630519455, "W31": -74.119146224912399, "S31": -75.832768515934077, "W32": -95.639641786979027, "S32": -100.63964178697903 }, "geometry": { "type": "Point", "coordinates": [ 103548.25, 509059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -15.0, "S12": -24.923371647509576, "W13": -24.923371647509576, "S13": -27.327803612534595, "W21": -39.98338079093147, "S21": -40.93460413666417, "W22": -60.890735261397261, "S22": -60.890735261397261, "W31": -69.830075834071764, "S31": -70.784625288669318, "W32": -87.63578715191619, "S32": -92.63578715191619 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 503886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0432743574677237, "S11": 0.73082111127692972, "W12": -3.7878057900359337, "S12": -3.7878057900359337, "W13": -20.458687386463396, "S13": -20.458687386463396, "W21": -36.878973108306788, "S21": -37.341717163556964, "W22": -49.999999999999993, "S22": -73.647905205247554, "W31": -107.48585587098943, "S31": -107.48585587098943, "W32": -110.3156009020806, "S32": -115.3156009020806 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 506916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8036625288953372, "S11": 0.035332974851497445, "W12": -7.1925226989723665, "S12": -7.3670276494674161, "W13": -18.385111371629542, "S13": -18.385111371629542, "W21": -35.125305406378246, "S21": -35.125305406378246, "W22": -57.27604979632256, "S22": -74.893424198236829, "W31": -101.260013220389, "S31": -101.260013220389, "W32": -102.68209605781202, "S32": -107.68209605781202 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 507043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2433234873169099, "S11": 0.74332348731690989, "W12": -4.8746169935051658, "S12": -17.473786943281112, "W13": -17.473786943281112, "S13": -17.473786943281112, "W21": -32.699373993777741, "S21": -32.699373993777741, "W22": -57.613663816011979, "S22": -72.613663816011979, "W31": -100.0735635628137, "S31": -100.0735635628137, "W32": -101.93025523631667, "S32": -106.93025523631667 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1349891932112062, "S11": 1.8849891932112062, "W12": -6.3623447186315536, "S12": -16.100855019740905, "W13": -24.573148318824806, "S13": -24.770488166816119, "W21": -33.173131489928338, "S21": -33.173131489928338, "W22": -46.747507519626971, "S22": -46.747507519626971, "W31": -85.704641620922061, "S31": -88.263102572818866, "W32": -95.728815893382816, "S32": -100.72881589338282 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 509543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29975362994751231, "S11": 0.070317646713157655, "W12": -6.0385927530685271, "S12": -8.5131269145590842, "W13": -22.686005231688885, "S13": -22.686005231688885, "W21": -35.93797900645766, "S21": -35.93797900645766, "W22": -43.812448467978761, "S22": -46.204690364253238, "W31": -80.0, "S31": -82.256910823051697, "W32": -91.360184633710546, "S32": -96.360184633710546 }, "geometry": { "type": "Point", "coordinates": [ 103549.0, 510164.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1160129129375145, "S12": -6.5345781285940596, "W13": -11.338132884453792, "S13": -16.617149691176479, "W21": -30.0, "S21": -31.531000619818702, "W22": -37.842997254944009, "S22": -37.978916485168376, "W31": -70.0, "S31": -79.969761781842323, "W32": -85.000000000000014, "S32": -90.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103549.5, 499457.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5787806907095732, "S11": 2.5787806907095732, "W12": -10.0, "S12": -20.0, "W13": -22.191122813901437, "S13": -22.68632076806017, "W21": -39.994978897801637, "S21": -46.25184636767942, "W22": -38.650721507496563, "S22": -41.915333196848046, "W31": -65.785516011974281, "S31": -74.899242359156517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 504092.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5938427466498784, "S11": 2.5602804911642072, "W12": -10.0, "S12": -20.0, "W13": -21.963376321735911, "S13": -21.963376321735911, "W21": -39.99670182502657, "S21": -47.403930740689219, "W22": -51.540155761061897, "S22": -51.540155761061897, "W31": -90.0, "S31": -90.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 504108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50102624965093545, "S11": -0.38743528881060185, "W12": -11.168169185062135, "S12": -11.168169185062135, "W13": -23.980412149922735, "S13": -23.980412149922735, "W21": -35.831963406599748, "S21": -39.833486988429783, "W22": -48.990512570257764, "S22": -50.0240232805048, "W31": -81.728423883331615, "S31": -81.728423883331615, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 505200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52644510326971816, "S11": 0.52644510326971816, "W12": -5.6052682964909071, "S12": -5.6052682964909071, "W13": -24.915181259097249, "S13": -24.915181259097249, "W21": -34.249339807306193, "S21": -35.990649967734001, "W22": -37.444607301892461, "S22": -39.75154174008695, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3726756933218196, "S11": 0.3726756933218196, "W12": -6.3889196858668296, "S12": -6.4264760203685825, "W13": -14.786215825905094, "S13": -14.786215825905094, "W21": -32.186535777411365, "S21": -32.186535777411365, "W22": -38.116209908133165, "S22": -41.27983384806155, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9605804074423705, "S11": 0.66781567337433034, "W12": -4.9035153878815514, "S12": -19.903515387881551, "W13": -19.903515387881551, "S13": -19.903515387881551, "W21": -32.424356846154922, "S21": -32.424356846154922, "W22": -47.188537287486682, "S22": -47.212841782299193, "W31": -80.0, "S31": -80.0, "W32": -99.350477200424166, "S32": -104.35047720042417 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 507335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96773653278114424, "S11": 0.67669347498699273, "W12": -4.8558996052776422, "S12": -16.71885109545839, "W13": -16.71885109545839, "S13": -16.71885109545839, "W21": -32.800906871665546, "S21": -32.800906871665546, "W22": -45.95600344616637, "S22": -47.672268476366114, "W31": -80.0, "S31": -80.0, "W32": -92.2231207141933, "S32": -97.2231207141933 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1007395993836671, "S11": 2.0658402705246068, "W12": -6.7046589998162522, "S12": -9.1059599396114876, "W13": -25.0, "S13": -25.511770216667628, "W21": -37.088597346374328, "S21": -37.54987390535404, "W22": -40.860707362057795, "S22": -44.314996339451255, "W31": -78.603122432210355, "S31": -81.603122432210355, "W32": -95.083746225580967, "S32": -100.08374622558097 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 509702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010801288982623392, "S11": -0.38997244623089355, "W12": -7.7684068949244915, "S12": -11.965412709927865, "W13": -23.406589625033472, "S13": -23.406589625033472, "W21": -35.840169087713178, "S21": -35.840169087713178, "W22": -32.803324832598754, "S22": -41.406659971964231, "W31": -75.406998858881707, "S31": -76.693497847028567, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90338270425226952, "S11": 0.90338270425226952, "W12": -15.215081822851692, "S12": -15.215081822851692, "W13": -21.837074437107095, "S13": -25.242021738462121, "W21": -37.318602891301701, "S21": -44.174135864070919, "W22": -40.0, "S22": -52.201510933330027, "W31": -62.880786486304117, "S31": -71.802192190681922, "W32": -82.77579227388388, "S32": -87.77579227388388 }, "geometry": { "type": "Point", "coordinates": [ 103550.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9981672317331887, "S12": -5.9981672317331887, "W13": -20.0, "S13": -20.0, "W21": -42.853716930827531, "S21": -42.853716930827531, "W22": -43.945773546412788, "S22": -43.945773546412788, "W31": -74.783430214956113, "S31": -74.809851463791148, "W32": -95.597622009569392, "S32": -100.59762200956939 }, "geometry": { "type": "Point", "coordinates": [ 103550.75, 518879.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27220383851728958, "S11": 0.27220383851728958, "W12": -10.464058226134252, "S12": -10.464058226134252, "W13": -16.038840579710151, "S13": -22.171951232896326, "W21": -46.217396939334627, "S21": -55.361264828568679, "W22": -64.070457695245338, "S22": -64.070457695245338, "W31": -72.33603457439024, "S31": -72.33603457439024, "W32": -86.792991010040623, "S32": -91.792991010040623 }, "geometry": { "type": "Point", "coordinates": [ 103550.8, 502154.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4985456542051574, "S11": 0.4985456542051574, "W12": -10.0, "S12": -12.722806118089379, "W13": -14.177591500040045, "S13": -17.431915269173967, "W21": -32.660186079171424, "S21": -39.504849937739898, "W22": -50.100950507271534, "S22": -51.179522572076912, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.93784592000264, "S32": -105.93784592000264 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 499858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48777752574201644, "S11": 0.48777752574201588, "W12": -10.97203132354829, "S12": -10.97203132354829, "W13": -22.384496367965522, "S13": -22.384496367965522, "W21": -35.798054627682703, "S21": -38.514400781528856, "W22": -60.0, "S22": -63.427699375224371, "W31": -82.244524305003097, "S31": -82.244524305003097, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 505019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0036656739519489445, "S11": 0.0036656739519489445, "W12": -4.8054103671706265, "S12": -8.1761979413968398, "W13": -20.0, "S13": -20.0, "W21": -32.695968948270419, "S21": -32.695968948270419, "W22": -47.660669445336751, "S22": -47.660669445336751, "W31": -88.956617765676071, "S31": -88.956617765676071, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 507758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26739256815281792, "S11": -0.26739256815281792, "W12": -12.001409258500615, "S12": -12.001409258500615, "W13": -19.215425632296618, "S13": -25.374424329486271, "W21": -35.609996293976799, "S21": -38.176997932559814, "W22": -38.262665229348556, "S22": -39.262803675977381, "W31": -60.0, "S31": -60.293091004527263, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.0, 512008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10319976856196747, "S11": 0.10319976856196747, "W12": -10.064039328144203, "S12": -13.99096343648424, "W13": -23.901526946107783, "S13": -27.589734698721024, "W21": -37.124538425331856, "S21": -37.59136402501737, "W22": -37.683889834092781, "S22": -39.100337293597143, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103551.5, 511531.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.983088155468347, "S12": -5.983088155468347, "W13": -20.0, "S13": -22.205188625483821, "W21": -42.668414104933973, "S21": -42.668414104933973, "W22": -45.210078393890512, "S22": -45.510879627412564, "W31": -60.0, "S31": -60.904901557247719, "W32": -95.606359618289488, "S32": -100.60635961828949 }, "geometry": { "type": "Point", "coordinates": [ 103551.655555555553292, 518698.755555555573665 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67453175483175942, "S11": 0.67453175483175942, "W12": -10.0, "S12": -10.0, "W13": -14.259940706513408, "S13": -17.162662129563692, "W21": -36.954285819451613, "S21": -37.252733267233779, "W22": -37.863785628118471, "S22": -37.863785628118471, "W31": -70.0, "S31": -79.697986577181211, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 500081.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31516947010755103, "S11": 0.1876479293067401, "W12": -10.098638094262869, "S12": -10.098638094262869, "W13": -15.384731058415268, "S13": -15.952103813771728, "W21": -50.0, "S21": -55.328081666371631, "W22": -40.180994294710345, "S22": -49.834426302906188, "W31": -60.43446318157747, "S31": -68.288513832267881, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 501525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.60282478165939, "S12": -20.60282478165939, "W13": -23.397041420118342, "S13": -26.780873585301141, "W21": -39.984319124685349, "S21": -42.591106134315567, "W22": -49.585388905983876, "S22": -49.585388905983876, "W31": -70.0, "S31": -70.255623995715055, "W32": -92.895141714246648, "S32": -97.895141714246648 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 504005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17096198959116352, "S11": -0.17096198959116352, "W12": -5.9053216939518167, "S12": -5.9053216939518167, "W13": -23.055772577837853, "S13": -23.394825813207781, "W21": -33.661551675281004, "S21": -39.46224913931345, "W22": -51.713867471504756, "S22": -52.340530431096624, "W31": -96.500922237549787, "S31": -96.500922237549787, "W32": -96.500922237549787, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72723026479948305, "S11": 0.72723026479948305, "W12": -5.2554077923895992, "S12": -5.2554077923895992, "W13": -24.680538938127281, "S13": -24.680538938127281, "W21": -35.189018010683938, "S21": -35.189018010683938, "W22": -53.182614150179035, "S22": -78.182614150179035, "W31": -104.06402944367429, "S31": -104.06402944367429, "W32": -104.25650289017341, "S32": -109.25650289017341 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32558002189897939, "S11": 0.32558002189897939, "W12": -1.1413482532755914, "S12": -4.1093369995800302, "W13": -20.0, "S13": -20.0, "W21": -36.748209346152542, "S21": -40.483597653619952, "W22": -56.814253626223021, "S22": -73.346101712347433, "W31": -100.75862997600744, "S31": -100.75862997600744, "W32": -102.42915017865413, "S32": -107.42915017865413 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4389821041256836, "S11": 0.95374433085530519, "W12": -3.8886007008450227, "S12": -3.8886007008450227, "W13": -20.807059354773727, "S13": -20.807059354773727, "W21": -36.55786635730221, "S21": -36.55786635730221, "W22": -36.054361520654943, "S22": -36.054361520654943, "W31": -70.0, "S31": -79.973549808115877, "W32": -84.977611207581063, "S32": -89.977611207581063 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 506941.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58203660281981784, "S11": 0.58203660281981784, "W12": -4.8264007925899133, "S12": -15.739756781883466, "W13": -16.233257178694618, "S13": -16.233257178694618, "W21": -32.941214289856063, "S21": -32.941214289856063, "W22": -39.911911437070579, "S22": -40.505476362377749, "W31": -71.06667149143685, "S31": -73.656441410334125, "W32": -93.884221955540312, "S32": -98.884221955540312 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 507492.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0293026638784952, "S11": -1.0293026638784952, "W12": -12.064088366046802, "S12": -13.386439926736035, "W13": -20.0, "S13": -20.0, "W21": -33.125318966239931, "S21": -33.125318966239931, "W22": -50.000000000000007, "S22": -69.215777643769542, "W31": -100.0, "S31": -100.0, "W32": -106.85228368000497, "S32": -111.85228368000497 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 508083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89844762642238152, "S11": -0.89844762642238152, "W12": -5.0000000000000009, "S12": -11.882550460306915, "W13": -19.83111677080111, "S13": -19.83111677080111, "W21": -35.180525587456295, "S21": -35.180525587456295, "W22": -40.144348705813641, "S22": -50.875465250230917, "W31": -61.107172973328979, "S31": -69.319088817047046, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 508389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27227566239350631, "S11": -0.22772433760649369, "W12": -7.0665456268964171, "S12": -20.562717142976048, "W13": -23.217975983440812, "S13": -23.217975983440812, "W21": -35.627373853952051, "S21": -35.627373853952051, "W22": -38.574664345089218, "S22": -42.500976823643235, "W31": -65.841321370301429, "S31": -75.112853147347948, "W32": -90.313412791673684, "S32": -95.313412791673684 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 509924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12704807781420491, "S11": 0.12704807781420491, "W12": -6.4459661717879673, "S12": -20.905550092039327, "W13": -23.283573460069583, "S13": -23.283573460069583, "W21": -35.280505809437528, "S21": -35.280505809437528, "W22": -55.895332390381888, "S22": -73.925889314975279, "W31": -101.92845345437195, "S31": -101.92845345437195, "W32": -103.02460118148925, "S32": -108.02460118148925 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 509956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2524653704257947, "S11": 0.03571858517679169, "W12": -5.927204293566696, "S12": -8.6161512162091345, "W13": -23.989356395158499, "S13": -23.989356395158499, "W21": -35.837326862143925, "S21": -35.837326862143925, "W22": -69.999999999999986, "S22": -74.361918014727181, "W31": -83.082314500280361, "S31": -84.865852533264444, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.0, 510138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4093199858534131, "S11": 4.409319985853414, "W12": -10.133061150711082, "S12": -10.133061150711082, "W13": -19.171176199019666, "S13": -20.433299915857351, "W21": -44.043478260869769, "S21": -55.931373461776744, "W22": -50.153741867956008, "S22": -50.153741867956008, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103552.2, 500653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7118928519644017, "S11": 1.7118928519644017, "W12": -10.0, "S12": -10.0, "W13": -14.691618027421043, "S13": -17.604363843898103, "W21": -38.684598217612823, "S21": -48.680530625858417, "W22": -46.049901106762931, "S22": -47.697711023373692, "W31": -80.0, "S31": -80.0, "W32": -92.613856902574724, "S32": -97.613856902574724 }, "geometry": { "type": "Point", "coordinates": [ 103552.333333333328483, 500194.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.80204730054967177, "W12": -6.8216715993700205, "S12": -6.8216715993700205, "W13": -20.803964287011144, "S13": -22.963073537179621, "W21": -42.354011009307875, "S21": -42.354011009307875, "W22": -41.09260884981709, "S22": -44.228348225817932, "W31": -75.708824466390567, "S31": -78.708824466390567, "W32": -95.941978212635334, "S32": -100.94197821263533 }, "geometry": { "type": "Point", "coordinates": [ 103552.346666666664532, 516143.626666666648816 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51855004311655117, "S11": 0.51855004311655117, "W12": -10.083840311209263, "S12": -10.083840311209263, "W13": -17.804328958049116, "S13": -18.804328958049116, "W21": -19.775612852268466, "S21": -20.65281653635904, "W22": -40.963191321815081, "S22": -44.256536698475635, "W31": -74.50780503345014, "S31": -74.948981504038372, "W32": -95.895192045764105, "S32": -100.89519204576411 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 496941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48054670912951131, "S11": 0.4805467091295122, "W12": -11.160233843401592, "S12": -11.160233843401592, "W13": -23.633464351684914, "S13": -23.633464351684914, "W21": -36.116005219661773, "S21": -39.368439354827863, "W22": -40.943543360778591, "S22": -44.262008996179382, "W31": -74.30073271742593, "S31": -74.30073271742593, "W32": -95.807937210569321, "S32": -100.80793721056932 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 505161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33377057767729695, "S11": 0.33377057767729695, "W12": -3.5472745302002164, "S12": -15.288639201005825, "W13": -19.061391613573065, "S13": -19.061391613573065, "W21": -38.692580815118603, "S21": -42.661984741506906, "W22": -37.915138037148331, "S22": -37.915138037148331, "W31": -70.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1140841398638508, "S11": 1.1140841398638508, "W12": -2.7112609644526935, "S12": -13.513474496715608, "W13": -20.127993194185329, "S13": -20.861527811432044, "W21": -37.033625233830826, "S21": -41.550237466727914, "W22": -36.996148381257228, "S22": -36.996148381257228, "W31": -70.0, "S31": -80.0, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 506261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4681748010925069, "S11": -0.28399282896529687, "W12": -7.7247839594364294, "S12": -10.239905382204327, "W13": -15.402696365767877, "S13": -15.402696365767877, "W21": -34.375121882793316, "S21": -34.375121882793316, "W22": -34.213201528073817, "S22": -34.561397275148629, "W31": -79.572931195483207, "S31": -82.887335139839607, "W32": -86.957501687499999, "S32": -91.957501687499999 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 507096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29564750791300454, "S11": 0.29564750791300454, "W12": -4.7717627262576858, "S12": -14.771762726257686, "W13": -18.191551314787439, "S13": -18.191551314787439, "W21": -32.634477695222415, "S21": -32.634477695222415, "W22": -44.423206493008408, "S22": -49.332743068018338, "W31": -69.874678234374997, "S31": -69.874678234374997, "W32": -90.990873988423161, "S32": -95.990873988423161 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 507609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14183497902861364, "S11": 0.14183497902861364, "W12": -4.736259730456525, "S12": -11.256214935937265, "W13": -19.619450790664338, "S13": -19.619450790664338, "W21": -32.666740819057821, "S21": -32.666740819057821, "W22": -40.240831928037643, "S22": -50.822847498971896, "W31": -60.828042181493679, "S31": -68.891332296908288, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 507694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34, "S11": -2.71, "W12": -10.46, "S12": -11.06, "W13": -21.66, "S13": -33.86, "W21": -37.66, "S21": -37.66, "W22": -50.09732452669386, "S22": -55.345389264027737, "W31": -81.281001235912342, "S31": -81.281001235912342, "W32": -91.46809086534607, "S32": -96.46809086534607 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082435616223451441, "S11": -0.32649295520503974, "W12": -6.1956501741198275, "S12": -17.008125342972019, "W13": -23.400179353409836, "S13": -23.400179353409836, "W21": -35.127641303008886, "S21": -35.127641303008886, "W22": -58.273662849688364, "S22": -72.697293973607671, "W31": -99.370325162052239, "S31": -99.370325162052239, "W32": -101.7567969517728, "S32": -106.7567969517728 }, "geometry": { "type": "Point", "coordinates": [ 103553.4, 509971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49886353346883339, "S11": 0.49886353346883339, "W12": -8.4350318471337573, "S12": -9.8527864163243581, "W13": -13.677756144080423, "S13": -18.335874545397957, "W21": -29.908971399845985, "S21": -34.326584125136215, "W22": -36.965172266210146, "S22": -41.564584728627054, "W31": -60.0, "S31": -60.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103554.0, 499657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71810140874429007, "S11": -1.4921904034617659, "W12": -8.2181023973994307, "S12": -8.2181023973994307, "W13": -20.0, "S13": -21.654573754789272, "W21": -39.601850675764332, "S21": -44.8010564599021, "W22": -47.613620664980957, "S22": -50.454615325684081, "W31": -76.787954094528828, "S31": -81.733867556067295, "W32": -98.602013081461592, "S32": -103.60201308146159 }, "geometry": { "type": "Point", "coordinates": [ 103554.0, 505533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.9652160349399459, "W13": -21.539386722238788, "S13": -21.539386722238788, "W21": -37.425022316276952, "S21": -39.014993431840686, "W22": -32.858006196509258, "S22": -42.146480329490757, "W31": -75.926920882464813, "S31": -76.142590151039542, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103554.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21351847734951468, "S11": 0.21351847734951468, "W12": -5.4777532088436596, "S12": -5.4777532088436596, "W13": -20.120577762542801, "S13": -20.120577762542801, "W21": -36.34433078179412, "S21": -39.521633886506059, "W22": -38.202598797292623, "S22": -47.17698722040047, "W31": -66.556239780039036, "S31": -75.578689755636887, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103554.333333333328483, 506340.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37668685399388174, "S11": -0.37668685399388174, "W12": -6.1898803930539552, "S12": -6.1898803930539552, "W13": -15.518807229118337, "S13": -17.69974448840037, "W21": -34.755300203018024, "S21": -34.755300203018024, "W22": -40.0, "S22": -50.524853959851058, "W31": -64.126370945771072, "S31": -73.463499771331797, "W32": -84.894225543478271, "S32": -89.894225543478271 }, "geometry": { "type": "Point", "coordinates": [ 103554.4, 498017.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49891140801248401, "S11": 0.49891140801248401, "W12": -8.4493630573248399, "S12": -9.8780836839566941, "W13": -13.681083980688614, "S13": -18.329644401827927, "W21": -29.910664199537948, "S21": -34.288959369828504, "W22": -40.0, "S22": -52.547396401494971, "W31": -63.361469259682636, "S31": -72.453255594941965, "W32": -83.664208882720345, "S32": -88.664208882720345 }, "geometry": { "type": "Point", "coordinates": [ 103555.0, 499657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85866386743645495, "S11": -3.6264540774814158, "W12": -10.0, "S12": -12.003100782003086, "W13": -20.0, "S13": -23.511957484499558, "W21": -33.703573549105869, "S21": -38.672739404347674, "W22": -46.134453251970868, "S22": -46.134453251970868, "W31": -72.430835489600341, "S31": -72.430835489600341, "W32": -95.287190774799043, "S32": -100.28719077479904 }, "geometry": { "type": "Point", "coordinates": [ 103555.0, 504627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5900610293001356, "S11": 0.5900610293001356, "W12": -5.8895628001010856, "S12": -5.8895628001010856, "W13": -20.729743421102427, "S13": -20.729743421102427, "W21": -38.412713862072451, "S21": -41.168913443787417, "W22": -60.978103538125431, "S22": -60.978103538125431, "W31": -69.741352014553016, "S31": -71.057470932216475, "W32": -88.08356807511737, "S32": -93.08356807511737 }, "geometry": { "type": "Point", "coordinates": [ 103555.0, 506088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53825573007297611, "S11": 0.53825573007297611, "W12": -3.9182474524305713, "S12": -4.4907137739633241, "W13": -20.457074626657544, "S13": -20.457074626657544, "W21": -37.426862115667817, "S21": -40.307183653816928, "W22": -40.267520204013167, "S22": -50.29799237817695, "W31": -60.628915133032521, "S31": -68.586101786977594, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103555.333333333328483, 506518.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9858249695007295, "S12": -5.9858249695007295, "W13": -20.0, "S13": -20.0, "W21": -42.795787455718113, "S21": -42.795787455718113, "W22": -50.0, "S22": -62.263468344475029, "W31": -100.53956678201148, "S31": -100.53956678201148, "W32": -109.43113772455089, "S32": -114.43113772455089 }, "geometry": { "type": "Point", "coordinates": [ 103555.952380952381645, 518865.095238095265813 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41870855643416899, "S11": 0.41870855643416899, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -15.0, "S13": -18.0, "W21": -31.659495410180817, "S21": -34.11947049311263, "W22": -39.701744345962041, "S22": -39.807190374542785, "W31": -68.026240730176838, "S31": -69.978487921188076, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 498784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8923590061303979, "S11": 2.8923590061303979, "W12": -9.9113702925278666, "S12": -9.9113702925278666, "W13": -15.427779502764453, "S13": -18.45190005409134, "W21": -39.315389759231373, "S21": -47.748901225455299, "W22": -35.758059410812393, "S22": -36.676125752393276, "W31": -70.325339896155356, "S31": -80.325339896155356, "W32": -84.977567818448478, "S32": -89.977567818448478 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8071836771426373, "S11": 3.8071836771426373, "W12": -10.011867944476654, "S12": -10.011867944476654, "W13": -17.266224138295907, "S13": -20.336888479043107, "W21": -39.77963115693013, "S21": -46.04818716232824, "W22": -33.616207684278407, "S22": -37.989868988501087, "W31": -78.300282670279586, "S31": -81.139074486944793, "W32": -86.016106838390883, "S32": -91.016106838390883 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 500494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2282668726513766, "S11": 2.2282668726513766, "W12": -10.173510282732511, "S12": -10.173510282732511, "W13": -19.099010558564345, "S13": -20.457140585671894, "W21": -45.112888659527805, "S21": -57.198583751268998, "W22": -33.652095554795402, "S22": -37.70667792963323, "W31": -78.122820919175922, "S31": -81.122820919175922, "W32": -86.074330459484941, "S32": -91.074330459484941 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 500681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4123172492552033, "S11": 0.4123172492552033, "W12": -5.4819903897396713, "S12": -6.2470135554959434, "W13": -23.93500219587176, "S13": -26.735969714876596, "W21": -34.532683191849834, "S21": -37.369647909919976, "W22": -47.370537758576063, "S22": -52.370074377772411, "W31": -69.091545630899901, "S31": -69.122847540700576, "W32": -91.941110343045864, "S32": -96.941110343045864 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 505717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73671865766053446, "S11": 0.73671865766053446, "W12": -5.2405059093130077, "S12": -5.2405059093130077, "W13": -24.662020560733421, "S13": -24.662020560733421, "W21": -35.146743472448307, "S21": -35.146743472448307, "W22": -41.420478928847309, "S22": -46.847158002688239, "W31": -68.03301204824615, "S31": -70.139649781450188, "W32": -93.316296249746898, "S32": -98.316296249746898 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3954495380686513, "S11": 0.3954495380686513, "W12": -7.5972680905946497, "S12": -32.597268090594653, "W13": -32.597268090594653, "S13": -32.597268090594653, "W21": -40.0, "S21": -40.0, "W22": -40.040728827459716, "S22": -51.33413321833816, "W31": -61.618454415516624, "S31": -70.102250359780527, "W32": -80.520067083044182, "S32": -85.520067083044182 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14, "S11": 0.14, "W12": -6.7600002, "S12": -6.7600002, "W13": -34.849998, "S13": -34.849998, "W21": -34.869999, "S21": -34.869999, "W22": -39.887019039559753, "S22": -43.821691152988237, "W31": -71.701913874007516, "S31": -73.868011129190236, "W32": -94.517757423045282, "S32": -99.517757423045282 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49824677623348601, "S11": 0.37374596566818874, "W12": -10.907073473404939, "S12": -10.907073473404939, "W13": -22.257267019362565, "S13": -22.257267019362565, "W21": -35.679396010483373, "S21": -37.33804985663722, "W22": -50.000000000000007, "S22": -53.814713896457775, "W31": -106.26341766620456, "S31": -106.26341766620456, "W32": -107.04455623427954, "S32": -112.04455623427954 }, "geometry": { "type": "Point", "coordinates": [ 103556.5, 505005.25 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1382172338765706, "S11": 4.1382172338765706, "W12": -10.187312608710506, "S12": -10.187312608710506, "W13": -19.074792433574398, "S13": -20.467829361984013, "W21": -45.691265643142415, "S21": -57.891038914335148, "W22": -57.008850841555429, "S22": -61.063571834942877, "W31": -81.90516428111826, "S31": -81.90516428111826, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.6, 500694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13601088107311299, "S11": -0.13601088107311299, "W12": -5.0747062322956218, "S12": -5.0747062322956218, "W13": -15.0, "S13": -17.683807145601229, "W21": -32.306294970665284, "S21": -34.937509314593562, "W22": -44.999127869206646, "S22": -44.999127869206646, "W31": -80.254886547197671, "S31": -81.985910588723883, "W32": -96.247578868277074, "S32": -101.24757886827707 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 498262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22276515378619821, "S11": -0.15067630591983316, "W12": -10.0, "S12": -10.328970295386657, "W13": -15.085666889499617, "S13": -16.458845522960832, "W21": -47.992425354511028, "S21": -50.231759749979254, "W22": -39.011351505631517, "S22": -39.284922044188903, "W31": -63.827723901882486, "S31": -64.342912507646361, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 501619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9576105513834019, "S12": -18.474150405101454, "W13": -19.31990705424468, "S13": -19.31990705424468, "W21": -38.978008389823266, "S21": -42.427667175683091, "W22": -46.731409206828026, "S22": -47.943220734314977, "W31": -80.0, "S31": -80.0, "W32": -95.626193001060443, "S32": -100.62619300106044 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 506119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29820140464320155, "S11": 0.29820140464320155, "W12": -4.7511918728081897, "S12": -14.197235038275817, "W13": -18.062088428974601, "S13": -18.062088428974601, "W21": -32.622328508655102, "S21": -32.622328508655102, "W22": -38.823566428012413, "S22": -46.078468388796729, "W31": -67.343596733714378, "S31": -75.964288257154578, "W32": -99.249933029734805, "S32": -104.24993302973481 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 507603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9092449922958394, "S11": 1.8163177852746728, "W12": -6.5772604363884417, "S12": -10.801210861142547, "W13": -25.0, "S13": -27.081105862185808, "W21": -36.907455603796613, "S21": -37.263611131893484, "W22": -52.889498970487303, "S22": -52.889498970487303, "W31": -70.0, "S31": -70.108596679164435, "W32": -91.724820523648646, "S32": -96.724820523648646 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 509720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5966835917072923, "S11": 1.5966835917072923, "W12": -15.0, "S12": -15.0, "W13": -21.85387483365357, "S13": -21.85387483365357, "W21": -42.150092360724784, "S21": -48.414961512191873, "W22": -65.33537576604796, "S22": -65.33537576604796, "W31": -73.514509321951223, "S31": -73.514509321951223, "W32": -86.716814609096588, "S32": -91.716814609096588 }, "geometry": { "type": "Point", "coordinates": [ 103557.0, 514443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1785927867775996, "S12": -6.6499170496352935, "W13": -11.402420873997487, "S13": -16.549990621896868, "W21": -30.0, "S21": -31.560029441388586, "W22": -50.0, "S22": -62.627627861969856, "W31": -100.0, "S31": -100.0, "W32": -104.96836865836255, "S32": -109.96836865836255 }, "geometry": { "type": "Point", "coordinates": [ 103557.2, 499450.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9870280099583733, "S12": -5.9870280099583733, "W13": -20.0, "S13": -20.0, "W21": -42.916532115347735, "S21": -42.916532115347735, "W22": -47.433908062995684, "S22": -49.569798060980325, "W31": -78.354988469274758, "S31": -82.183113469274744, "W32": -99.762757836170451, "S32": -104.76275783617045 }, "geometry": { "type": "Point", "coordinates": [ 103557.5, 518928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15952118964493536, "S11": 0.15952118964493536, "W12": -4.714348812949801, "S12": -11.668070553662133, "W13": -19.384416670399702, "S13": -19.384416670399702, "W21": -32.65066893724876, "S21": -32.65066893724876, "W22": -36.940114859646322, "S22": -36.940114859646322, "W31": -70.0, "S31": -80.0, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103557.666666666671517, 507682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49574173605235827, "S11": 0.49574173605235827, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -18.0, "W21": -31.846479106885017, "S21": -32.350820654463718, "W22": -34.784677085187695, "S22": -38.836510207817277, "W31": -72.125095093191334, "S31": -82.125095093191334, "W32": -84.990634142606183, "S32": -89.990634142606183 }, "geometry": { "type": "Point", "coordinates": [ 103557.777777777781012, 498855.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9729336592031403, "S12": -5.9729336592031403, "W13": -20.000000000000004, "S13": -21.982579211306046, "W21": -42.682924991913353, "S21": -42.682924991913353, "W22": -40.0, "S22": -44.776623213684182, "W31": -64.749924025687704, "S31": -74.317318309686101, "W32": -86.938961287849736, "S32": -91.938961287849736 }, "geometry": { "type": "Point", "coordinates": [ 103557.977777777778101, 518748.177777777775191 ] } }, +{ "type": "Feature", "properties": { "W11": 0.687584803256445, "S11": 0.31826771532773401, "W12": -7.0808379120879117, "S12": -7.0808379120879108, "W13": -20.624471979724021, "S13": -22.756536155969233, "W21": -38.328775767774502, "S21": -42.810680281367453, "W22": -52.599274438669291, "S22": -52.599274438669291, "W31": -70.0, "S31": -70.129267186253259, "W32": -91.815795427123874, "S32": -96.815795427123874 }, "geometry": { "type": "Point", "coordinates": [ 103558.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.014409944745568708, "S11": -0.014409944745568708, "W12": -5.7726610085057599, "S12": -7.5972213953446639, "W13": -24.118357487922705, "S13": -25.959669333138848, "W21": -36.604532748537359, "S21": -42.497513009985894, "W22": -70.0, "S22": -73.786165709978548, "W31": -82.869112494475416, "S31": -84.592053076476404, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103558.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61981675193647934, "S11": 0.61981675193647934, "W12": -1.3918122270746864, "S12": -15.641478515531571, "W13": -20.084561795708957, "S13": -20.173111475627163, "W21": -36.471689687711162, "S21": -40.467883297107193, "W22": -45.048655635718504, "S22": -46.80046986226472, "W31": -69.348787123101332, "S31": -70.348787123101332, "W32": -96.658721367824015, "S32": -101.65872136782401 }, "geometry": { "type": "Point", "coordinates": [ 103558.0, 506290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51473742779538845, "S11": 0.51473742779538845, "W12": -0.70031145717463772, "S12": -12.318438886673496, "W13": -20.723613237070953, "S13": -21.156053122356685, "W21": -39.971956545845821, "S21": -42.755314127587454, "W22": -40.904491976345938, "S22": -44.23731449770608, "W31": -74.109589041095902, "S31": -74.141634617026114, "W32": -95.819173930809043, "S32": -100.81917393080904 }, "geometry": { "type": "Point", "coordinates": [ 103558.0, 506620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45481729614409006, "S11": 0.45481729614409006, "W12": -2.7025351723349385, "S12": -2.7025351723349385, "W13": -21.148578398342877, "S13": -21.148578398342877, "W21": -35.945238590770543, "S21": -38.111530445836479, "W22": -37.793514370168474, "S22": -38.025796221868596, "W31": -70.0, "S31": -79.3508002065049, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103558.333333333328483, 506399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11244264890270426, "S11": -0.11244264890270426, "W12": -12.318805463484082, "S12": -12.318805463484082, "W13": -19.283403386819288, "S13": -20.606405302495304, "W21": -35.766952072891542, "S21": -35.766952072891542, "W22": -32.909144964620488, "S22": -39.983372885877486, "W31": -74.18505135032332, "S31": -79.036164388773742, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103558.666666666671517, 512587.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2332683073229291, "S11": 2.2332683073229291, "W12": -4.7340433937516817, "S12": -4.7340433937516817, "W13": -14.194444178529157, "S13": -16.744932905412242, "W21": -42.288525630852249, "S21": -49.837692454082578, "W22": -35.508056811368554, "S22": -39.176239273288125, "W31": -76.520800823744196, "S31": -76.520800823744196, "W32": -88.865753669066208, "S32": -93.865753669066208 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 502389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.7233138146397957, "W12": -10.156643416491933, "S12": -11.505686448639423, "W13": -20.974691177585587, "S13": -22.525212264313879, "W21": -34.088342577460395, "S21": -34.088342577460395, "W22": -40.079169395503861, "S22": -50.935697512863271, "W31": -61.242475780799879, "S31": -69.525882812227721, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 504860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.830040570026231, "S12": -6.819244290377604, "W13": -23.689064558629777, "S13": -26.535540025112155, "W21": -34.637565726972248, "S21": -37.695397076437288, "W22": -39.650027338350696, "S22": -41.337150124020106, "W31": -67.681383387640707, "S31": -72.82867852611318, "W32": -95.483682983683238, "S32": -100.48368298368324 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 505712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040597492664710494, "S11": 0.040597492664710494, "W12": -10.0, "S12": -35.0, "W13": -35.0, "S13": -35.0, "W21": -38.572739485377696, "S21": -38.572739485377696, "W22": -40.105182383593892, "S22": -40.105182383593892, "W31": -72.219451815323538, "S31": -73.800858127936991, "W32": -95.067639376578583, "S32": -100.06763937657858 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 510798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.067826376703282412, "S11": 0.067826376703282412, "W12": -10.288013109381401, "S12": -13.629659663417335, "W13": -22.743337451464878, "S13": -28.416027493137534, "W21": -36.945662611730874, "S21": -37.770780582631446, "W22": -50.837026894064927, "S22": -50.837026894064927, "W31": -90.0, "S31": -90.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 511590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15420497419569246, "S11": -0.15420497419569246, "W12": -11.450290864399838, "S12": -11.450290864399838, "W13": -19.567791818535031, "S13": -26.301212411903272, "W21": -36.036899882588067, "S21": -38.557436650185409, "W22": -44.819935531233405, "S22": -44.819935531233405, "W31": -80.0, "S31": -81.889301976140544, "W32": -96.218100866104209, "S32": -101.21810086610421 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 511876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19695557610271711, "S11": -0.19695557610271711, "W12": -12.672555847568988, "S12": -12.672555847568988, "W13": -19.008594970181328, "S13": -21.64236025484141, "W21": -35.410703999990922, "S21": -35.410703999990922, "W22": -43.414831682616651, "S22": -45.835126727251968, "W31": -80.0, "S31": -82.200687177885371, "W32": -92.045860631328182, "S32": -97.045860631328182 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 512449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16720259734801524, "S11": -0.16720259734801524, "W12": -12.546958930707829, "S12": -12.546958930707829, "W13": -19.10561646379751, "S13": -19.10561646379751, "W21": -35.536549340088307, "S21": -35.536549340088307, "W22": -36.505013894861932, "S22": -40.494163465161037, "W31": -71.784528348176252, "S31": -71.784528348176252, "W32": -89.755863843854826, "S32": -94.755863843854826 }, "geometry": { "type": "Point", "coordinates": [ 103559.0, 512498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.04297804366950575, "S11": -0.04297804366950575, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.857319241264268, "W21": -31.829411618628903, "S21": -35.323464215971072, "W22": -43.787006988273234, "S22": -49.108316310075196, "W31": -68.164061202253151, "S31": -69.583209137383321, "W32": -92.832589706529262, "S32": -97.832589706529262 }, "geometry": { "type": "Point", "coordinates": [ 103559.666666666671517, 498348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52056339011449926, "S11": -0.51624979669867099, "W12": -11.231417649000658, "S12": -11.231417649000658, "W13": -24.040220976368836, "S13": -24.040220976368836, "W21": -35.799533551174299, "S21": -39.677376049181866, "W22": -40.078143535303759, "S22": -50.932992761057633, "W31": -61.22327121564733, "S31": -69.496383922877811, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103559.666666666671517, 505208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1499274601339406, "S11": 4.1499274601339406, "W12": -8.0097878664892601, "S12": -12.762674711262676, "W13": -18.123104630884967, "S13": -18.705140675630687, "W21": -36.231357568847059, "S21": -43.31991806674862, "W22": -48.882851870894022, "S22": -48.882851870894022, "W31": -89.331000192057374, "S31": -89.331000192057374, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 503056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4863175675675675, "S11": 1.4863175675675675, "W12": -10.0, "S12": -10.0, "W13": -21.352194631742737, "S13": -25.704054086552095, "W21": -38.945265419683686, "S21": -42.952821928510609, "W22": -40.85217892612873, "S22": -44.240027593622493, "W31": -73.631729850270787, "S31": -73.96599872481471, "W32": -95.648409833832744, "S32": -100.64840983383274 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 503463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48987003718158251, "S11": 0.48987003718158251, "W12": -5.9286498973575972, "S12": -5.9286498973575972, "W13": -21.58904495826603, "S13": -21.58904495826603, "W21": -37.461563458913275, "S21": -39.424136006826927, "W22": -39.480498761340456, "S22": -43.071814638039164, "W31": -70.279015432232057, "S31": -71.234708800789804, "W32": -93.414686052846633, "S32": -98.414686052846633 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 506431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.37245526510775262, "S12": -14.81841015900843, "W13": -21.157506970755392, "S13": -22.083218420126673, "W21": -38.17416581859132, "S21": -40.572826633606027, "W22": -39.850463523268324, "S22": -42.175485028419189, "W31": -67.646643726770847, "S31": -73.028392352165227, "W32": -95.754922314492362, "S32": -100.75492231449236 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8883803899035889, "S11": 0.62345219640396676, "W12": -6.6072507552870094, "S12": -6.6072507552870059, "W13": -19.615004935834158, "S13": -19.615004935834158, "W21": -35.509798255988223, "S21": -35.509798255988223, "W22": -44.9858022986826, "S22": -46.619569636419435, "W31": -69.445703922013152, "S31": -70.445703922013152, "W32": -96.65725855040246, "S32": -101.65725855040246 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2597027989473748, "S11": 0.4869755262201021, "W12": -6.4331867026848766, "S12": -6.4331867026848766, "W13": -14.814227379114595, "S13": -14.814227379114595, "W21": -32.194428084528582, "S21": -32.194428084528582, "W22": -46.816262375845859, "S22": -48.582009607453102, "W31": -73.820821463259676, "S31": -76.675313290714513, "W32": -97.358871389301925, "S32": -102.35887138930192 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1468528274307987, "S11": 0.75420486195607617, "W12": -4.8094846592964196, "S12": -15.0, "W13": -15.0, "S13": -18.583807236061027, "W21": -32.703100926007849, "S21": -32.703100926007849, "W22": -47.690543725816937, "S22": -49.92776308595375, "W31": -76.503595492514748, "S31": -81.503595492514748, "W32": -98.014615676788651, "S32": -103.01461567678865 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43159261972956775, "S11": 0.43159261972956775, "W12": -4.7664633820314837, "S12": -15.706435112205012, "W13": -16.730278188415536, "S13": -16.730278188415536, "W21": -32.673192191655048, "S21": -32.673192191655048, "W22": -35.708230271156225, "S22": -39.526954294434759, "W31": -76.422189897468783, "S31": -76.422189897468783, "W32": -88.946458493014063, "S32": -93.946458493014063 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 507525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089986145338448509, "S11": -0.41001385466155149, "W12": -6.2641171788720129, "S12": -16.605793777997938, "W13": -23.636901526932366, "S13": -23.636901526932366, "W21": -35.115738744612429, "S21": -35.115738744612429, "W22": -47.339677862504232, "S22": -52.339677862504232, "W31": -69.010955739963549, "S31": -69.107165904442667, "W32": -91.944706284868417, "S32": -96.944706284868417 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 509971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31105207687956254, "S11": -0.31105207687956254, "W12": -12.423793527242934, "S12": -12.423793527242934, "W13": -18.931210198153526, "S13": -28.167173201417945, "W21": -35.146871067556035, "S21": -37.428015521444621, "W22": -49.962848309854976, "S22": -49.962848309854976, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103560.0, 512116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54663048394389369, "S11": 0.54663048394389369, "W12": -7.0226108762518074, "S12": -10.004980122270252, "W13": -21.944847286310178, "S13": -25.383559564587234, "W21": -35.333217779046635, "S21": -38.823488968999548, "W22": -40.0, "S22": -52.781689019926645, "W31": -63.540960157838846, "S31": -72.718400791723127, "W32": -84.119361554475802, "S32": -89.119361554475802 }, "geometry": { "type": "Point", "coordinates": [ 103560.333333333328483, 505690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -50.0, "S22": -55.102755940805444, "W31": -81.211302731644878, "S31": -81.211302731644878, "W32": -91.678963830299153, "S32": -96.678963830299153 }, "geometry": { "type": "Point", "coordinates": [ 103560.428571428565192, 525107.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2667226001400267, "W12": -10.369480936283216, "S12": -11.26721187763561, "W13": -21.331168270765488, "S13": -22.064573301535376, "W21": -34.54817038565421, "S21": -34.54817038565421, "W22": -60.0, "S22": -61.169378181455237, "W31": -84.227715570985012, "S31": -84.227715570985012, "W32": -91.119280940959172, "S32": -96.119280940959172 }, "geometry": { "type": "Point", "coordinates": [ 103560.666666666671517, 504900.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3393605915615487, "S11": 2.3393605915615487, "W12": -10.0, "S12": -10.0, "W13": -14.870784865755681, "S13": -17.870784865755681, "W21": -38.924471384987761, "S21": -50.992668034976887, "W22": -46.859364152232871, "S22": -46.859364152232871, "W31": -85.331428917538489, "S31": -88.329268861004536, "W32": -96.258840078269358, "S32": -101.25884007826936 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 500252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8671144818996517, "S11": 3.8671144818996517, "W12": -10.241564066709866, "S12": -10.241564066709866, "W13": -18.978408668129244, "S13": -20.472934955754663, "W21": -47.339053025416071, "S21": -60.040774416111681, "W22": -45.507751747097814, "S22": -46.115716079856753, "W31": -71.817002296604642, "S31": -73.775094959748301, "W32": -97.020570194395006, "S32": -102.02057019439501 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 500735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.093225605966438724, "S11": 0.093225605966438724, "W12": -15.0, "S12": -23.615013480913866, "W13": -24.002516811514411, "S13": -27.582721757887512, "W21": -40.0, "S21": -40.702572431497877, "W22": -41.007266659631618, "S22": -44.192639839750164, "W31": -75.141764893278108, "S31": -77.012438072297002, "W32": -96.268955507732343, "S32": -101.26895550773234 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 503848.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22410302685070213, "S11": -0.22410302685070213, "W12": -5.8759450130837871, "S12": -6.1847012486411881, "W13": -23.846644749564827, "S13": -24.311133019737543, "W21": -33.707302292798481, "S21": -39.492509823980704, "W22": -39.354354287129361, "S22": -43.324685875261999, "W31": -70.0, "S31": -70.586352035105008, "W32": -93.086863252519748, "S32": -98.086863252519748 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72289909252879136, "S11": 0.72289909252879136, "W12": -5.3894134248264214, "S12": -5.3894134248264214, "W13": -24.771378056865895, "S13": -24.771378056865895, "W21": -34.529025269120666, "S21": -34.545259035354434, "W22": -38.812327249503547, "S22": -41.241614156252894, "W31": -70.131131688780371, "S31": -72.913821385329044, "W32": -91.307589464336246, "S32": -96.307589464336246 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75745916817327963, "S11": 0.75745916817327963, "W12": -5.1431327986946647, "S12": -5.1431327986946647, "W13": -24.593052941221298, "S13": -24.593052941221298, "W21": -35.289230917688585, "S21": -35.289230917688585, "W22": -39.290309937029704, "S22": -39.951304838735538, "W31": -67.705713779291841, "S31": -72.431039696695507, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82465931525978409, "S11": 0.82465931525978409, "W12": -5.5947808702057138, "S12": -5.5947808702057138, "W13": -24.07414071091948, "S13": -24.07414071091948, "W21": -36.767408567681748, "S21": -37.597771497040142, "W22": -50.334840687589157, "S22": -75.33484068758915, "W31": -105.49944020854682, "S31": -105.49944020854682, "W32": -105.49944020854682, "S32": -110.05490927057133 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 505983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.201933779524744, "S12": -15.702613703977581, "W13": -21.117903102006053, "S13": -22.117903102006053, "W21": -37.99288872528858, "S21": -40.317722039448938, "W22": -58.50970757430489, "S22": -67.048463163559347, "W31": -82.194627495147486, "S31": -82.194627495147486, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 506703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6761732453111446, "S11": 2.0946463838596836, "W12": -6.0390788386684315, "S12": -6.0390788386684315, "W13": -24.530912448924653, "S13": -24.530912448924653, "W21": -37.515609588446104, "S21": -37.515609588446104, "W22": -48.123126420386761, "S22": -48.123126420386761, "W31": -88.64800281575846, "S31": -88.64800281575846, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 509155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15274895020635929, "S11": -0.057563549793640756, "W12": -6.6656102916480622, "S12": -21.665610291648061, "W13": -23.584245724311348, "S13": -23.584245724311348, "W21": -35.33225968881414, "S21": -35.33225968881414, "W22": -47.26989676098421, "S22": -47.26989676098421, "W31": -88.693449157472244, "S31": -88.693449157472244, "W32": -95.043092750982822, "S32": -100.04309275098282 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.014106683270034004, "S11": -0.38494165233398586, "W12": -7.3900949838202568, "S12": -11.748367819447054, "W13": -23.783422021182165, "S13": -23.783422021182165, "W21": -35.595622663592053, "S21": -35.595622663592053, "W22": -39.0099442066847, "S22": -42.634079670553049, "W31": -70.0, "S31": -71.215542012693803, "W32": -91.97187414873332, "S32": -96.97187414873332 }, "geometry": { "type": "Point", "coordinates": [ 103561.0, 509996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87461621442203974, "S11": 0.87461621442203974, "W12": -9.9879320778897149, "S12": -11.243277901245117, "W13": -17.195782997191728, "S13": -20.469402989902399, "W21": -52.405776173285197, "S21": -67.405776173285204, "W22": -64.777153003847289, "S22": -66.147693651045401, "W31": -85.070228058747276, "S31": -85.070228058747276, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103562.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25327097843082419, "S11": 0.059888395901850661, "W12": -6.0118456694791158, "S12": -6.0118456694791158, "W13": -24.129424272162119, "S13": -24.129424272162119, "W21": -35.782049636816012, "S21": -35.782049636816012, "W22": -60.636510357547806, "S22": -60.636510357547806, "W31": -90.082270475387489, "S31": -90.082270475387489, "W32": -96.812134770524096, "S32": -101.8121347705241 }, "geometry": { "type": "Point", "coordinates": [ 103562.0, 510141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1305780052116772, "S11": -0.1305780052116772, "W12": -10.0, "S12": -18.092087111667006, "W13": -34.999999999999993, "S13": -34.999999999999993, "W21": -38.432443960561919, "S21": -38.432443960561919, "W22": -40.027477559253654, "S22": -40.027477559253654, "W31": -71.683797503033148, "S31": -73.748326178515782, "W32": -94.790880907480428, "S32": -99.790880907480428 }, "geometry": { "type": "Point", "coordinates": [ 103562.0, 511095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.85865195787772119, "W12": -10.58231845607418, "S12": -11.028737306632456, "W13": -21.687645363944892, "S13": -21.687645363944892, "W21": -35.007998193847278, "S21": -35.007998193847278, "W22": -51.259459167534622, "S22": -51.259459167534622, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -102.25075217939158 }, "geometry": { "type": "Point", "coordinates": [ 103562.333333333328483, 504941.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4993663606677391, "S11": 0.4993663606677391, "W12": -7.1858444981330978, "S12": -7.1858444981330978, "W13": -10.75678235544466, "S13": -14.827406301481759, "W21": -30.0, "S21": -31.505946874587021, "W22": -60.000000000000007, "S22": -69.857417257683224, "W31": -94.176504690629287, "S31": -94.176504690629287, "W32": -100.59259647891712, "S32": -105.59259647891712 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 499574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49905686185737819, "S11": 0.49905686185737819, "W12": -10.0, "S12": -11.811324846110871, "W13": -14.099966879660073, "S13": -17.099966879660073, "W21": -34.09858906514026, "S21": -39.067873104009912, "W22": -48.883788647035217, "S22": -48.883788647035217, "W31": -89.299417426004567, "S31": -89.299417426004567, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4478897802581097, "W12": -5.7998059689403192, "S12": -9.041161491920402, "W13": -23.669525473094602, "S13": -24.435798839129337, "W21": -36.431991939877086, "S21": -36.431991939877086, "W22": -45.578215166296438, "S22": -45.578215166296438, "W31": -66.275787803219231, "S31": -67.275787803219231, "W32": -96.274672709381193, "S32": -101.27467270938119 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 509359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43009826711750621, "S11": 0.43009826711750621, "W12": -7.5012018389434161, "S12": -16.797860969815058, "W13": -24.364250847670938, "S13": -24.364250847670938, "W21": -35.635508688738128, "S21": -35.639974187458549, "W22": -38.213329292663978, "S22": -38.213329292663978, "W31": -69.911596943900193, "S31": -77.092451305608918, "W32": -89.793103448275872, "S32": -94.793103448275872 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 509857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4131570462693413, "S11": 0.20183629155236019, "W12": -7.8232138218942415, "S12": -19.229895560150961, "W13": -22.205363791312898, "S13": -22.205363791312898, "W21": -35.961491402060545, "S21": -35.962971213124966, "W22": -40.0, "S22": -40.0, "W31": -71.525166138311619, "S31": -73.743184665997077, "W32": -94.584761986399215, "S32": -99.584761986399215 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 509892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47885336966774289, "S11": 0.47885336966774289, "W12": -14.32467223754646, "S12": -14.401427221706482, "W13": -21.78016822837716, "S13": -28.795746566770241, "W21": -37.535547029401009, "S21": -41.557926580507406, "W22": -37.344683823837592, "S22": -49.557447065701297, "W31": -66.065294663755324, "S31": -71.539403597262108, "W32": -95.886394604956223, "S32": -100.88639460495622 }, "geometry": { "type": "Point", "coordinates": [ 103563.0, 513727.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55928708061325993, "S11": 0.55928708061325993, "W12": -5.3931945373540495, "S12": -13.107674464695606, "W13": -20.168160612833415, "S13": -20.168160612833415, "W21": -38.478966724069245, "S21": -41.569245624853473, "W22": -64.174138667012059, "S22": -64.174138667012059, "W31": -72.643222610453137, "S31": -72.643222610453137, "W32": -86.855684168806093, "S32": -91.855684168806093 }, "geometry": { "type": "Point", "coordinates": [ 103563.333333333328483, 506103.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16992432281925737, "S11": 0.1699243228192274, "W12": -11.084384640937886, "S12": -11.241465008006644, "W13": -20.479148099588418, "S13": -28.743370050471178, "W21": -36.978417875349386, "S21": -36.978417875349386, "W22": -39.529149794232836, "S22": -43.638175197058359, "W31": -70.396712307852908, "S31": -71.611441632171207, "W32": -93.810899618632476, "S32": -98.810899618632476 }, "geometry": { "type": "Point", "coordinates": [ 103563.375, 513060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2807442503248625, "S11": 3.2807442503248625, "W12": -10.326999249684526, "S12": -10.326999249684526, "W13": -18.828917419772353, "S13": -20.466695613752286, "W21": -50.158917629914221, "S21": -63.714395766650959, "W22": -51.768221879559398, "S22": -51.768221879559398, "W31": -89.883776462271214, "S31": -89.883776462271214, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 500819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.10519552409893007, "W12": -10.795155975865462, "S12": -10.795155975865462, "W13": -22.044122457124789, "S13": -22.044122457124789, "W21": -35.467826002041093, "S21": -35.467826002041093, "W22": -50.0, "S22": -50.0, "W31": -107.49232641191007, "S31": -107.49232641191007, "W32": -109.00712995972036, "S32": -114.00712995972036 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 504982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68860244233378554, "S11": 0.68860244233378487, "W12": -7.0416895604395604, "S12": -7.1989964174051204, "W13": -20.729621225344737, "S13": -23.034215959469673, "W21": -37.731331510307115, "S21": -42.518738375460927, "W22": -61.963477583958664, "S22": -65.736755714630561, "W31": -87.825672249849532, "S31": -87.825672249849532, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.507855363765068, "S11": -0.49214463623493154, "W12": -8.1551355810568449, "S12": -12.56336885721465, "W13": -14.980118935749447, "S13": -14.980118935749447, "W21": -33.472450218232431, "S21": -33.472450218232431, "W22": -58.254497968659308, "S22": -61.949967259692407, "W31": -81.930428120252003, "S31": -81.930428120252003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 507115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3373901961287515, "S11": -0.66260980387124846, "W12": -7.5053674765784582, "S12": -13.05376995631141, "W13": -14.816960250446444, "S13": -14.904863886651375, "W21": -32.701439895905658, "S21": -32.701439895905658, "W22": -46.909797988228206, "S22": -46.909797988228206, "W31": -84.638572271413025, "S31": -86.300510369518975, "W32": -96.784678412369701, "S32": -101.7846784123697 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 507214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93077256329729763, "S11": 0.93077256329729763, "W12": -6.97699460223836, "S12": -17.3345697064007, "W13": -24.360066715782644, "S13": -26.091774032855813, "W21": -35.827394141552773, "S21": -35.834603234472425, "W22": -45.299224474988229, "S22": -45.299224474988229, "W31": -80.784344621270066, "S31": -82.301610808320362, "W32": -96.437440474377382, "S32": -101.43744047437738 }, "geometry": { "type": "Point", "coordinates": [ 103564.0, 509824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4999999999999325, "S11": -0.4999999999999325, "W12": -5.9758887881835596, "S12": -5.9758887881835596, "W13": -20.0, "S13": -20.0, "W21": -42.97934729986796, "S21": -42.97934729986796, "W22": -46.63807667648495, "S22": -47.851443596279339, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103564.25, 518976.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9627791629379336, "S12": -5.9627791629379336, "W13": -19.999999999999996, "S13": -20.531062260467184, "W21": -42.697435878892733, "S21": -42.697435878892733, "W22": -42.298252217743347, "S22": -45.088906524280738, "W31": -80.0, "S31": -82.546188186813197, "W32": -93.471006466826253, "S32": -98.471006466826253 }, "geometry": { "type": "Point", "coordinates": [ 103564.3, 518797.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9705572717864639, "S12": -5.9705572717864639, "W13": -20.0, "S13": -20.0, "W21": -42.846443347886364, "S21": -42.846443347886364, "W22": -37.860728472820369, "S22": -37.860728472820369, "W31": -70.0, "S31": -79.807876687071314, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103564.571428571434808, 518912.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044332428143337932, "S11": 0.044332428143337932, "W12": -4.3535592152627727, "S12": -8.7357367684404039, "W13": -20.0, "S13": -20.0, "W21": -32.650853348952438, "S21": -32.650853348952438, "W22": -47.394793042824396, "S22": -49.569827586425582, "W31": -78.304138737282415, "S31": -81.654499314205466, "W32": -99.718629174297703, "S32": -104.7186291742977 }, "geometry": { "type": "Point", "coordinates": [ 103564.666666666671517, 507728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18864330286634154, "S11": -0.18864330286634154, "W12": -5.8162349965332885, "S12": -5.8162349965332885, "W13": -24.275033842583607, "S13": -24.765720875324, "W21": -33.754392061998807, "S21": -38.754392061998807, "W22": -50.665875863133039, "S22": -50.665875863133039, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -104.63758239685963 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14050534683204866, "S11": 0.14050534683204866, "W12": -5.5563071617108593, "S12": -5.5563071617108593, "W13": -24.901463942509203, "S13": -24.909243291872709, "W21": -33.903462104166849, "S21": -36.017193960545761, "W22": -53.459070594077524, "S22": -74.669294166901494, "W31": -103.43971241938399, "S31": -103.43971241938399, "W32": -103.88946290944124, "S32": -108.88946290944124 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4280319238348049, "S12": -12.646513843695811, "W13": -25.0, "S13": -25.0, "W21": -38.69222764445005, "S21": -38.69222764445005, "W22": -60.458719988628275, "S22": -60.458719988628275, "W31": -69.886244974207457, "S31": -70.651078165603522, "W32": -89.462163892445432, "S32": -94.462163892445432 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 510393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51328040026103983, "S11": 0.51328040026103983, "W12": -15.0, "S12": -15.0, "W13": -21.801527784898013, "S13": -27.910088531209396, "W21": -37.515408417713793, "S21": -42.241106453218606, "W22": -33.834655688010038, "S22": -35.954840058808237, "W31": -78.141446746973543, "S31": -81.141446746973543, "W32": -86.516549326724345, "S32": -91.516549326724345 }, "geometry": { "type": "Point", "coordinates": [ 103565.0, 513798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.535112315258937, "S12": -9.535112315258937, "W13": -16.339684214530028, "S13": -17.628256611952882, "W21": -22.293143198702076, "S21": -23.310244792728163, "W22": -56.293762381021324, "S22": -70.44343343365243, "W31": -100.12072418351858, "S31": -100.12072418351858, "W32": -102.07062579773113, "S32": -107.07062579773113 }, "geometry": { "type": "Point", "coordinates": [ 103565.5, 497135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41728029768109121, "S11": 0.41728029768109121, "W12": -11.456153550057738, "S12": -11.456153550057738, "W13": -21.713507256680629, "S13": -22.997531982354943, "W21": -42.284451317678695, "S21": -42.284451317678695, "W22": -43.916500389332299, "S22": -48.306957273097247, "W31": -69.977372458984362, "S31": -69.977372458984362, "W32": -90.563872302191939, "S32": -95.563872302191939 }, "geometry": { "type": "Point", "coordinates": [ 103565.5, 514827.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8622565519848129, "S11": 1.5793387917048398, "W12": -6.1610823723444881, "S12": -19.221160170932407, "W13": -24.871358180798108, "S13": -25.257908720472358, "W21": -33.411199901631178, "S21": -33.542954033247717, "W22": -38.691577420258227, "S22": -38.899662703381587, "W31": -62.070735881346266, "S31": -62.290942846963269, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103565.666666666671517, 509586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021243206479349519, "S11": -0.021243206479349519, "W12": -7.5786373284623965, "S12": -7.5786373284623965, "W13": -15.969614099419838, "S13": -17.826517694191079, "W21": -32.819620114644323, "S21": -33.248772623555119, "W22": -44.884768357632105, "S22": -46.750963048194265, "W31": -80.0, "S31": -81.130492919224451, "W32": -92.103432700993679, "S32": -97.103432700993679 }, "geometry": { "type": "Point", "coordinates": [ 103566.0, 497651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75745814626777985, "S11": 0.75745814626777985, "W12": -9.9752086056097315, "S12": -9.9752086056097315, "W13": -16.279120879120878, "S13": -18.878038518221167, "W21": -51.847255751917309, "S21": -66.905512079759816, "W22": -42.747682689319603, "S22": -45.380385884052842, "W31": -80.0, "S31": -82.446256868131883, "W32": -92.917571339950371, "S32": -97.917571339950371 }, "geometry": { "type": "Point", "coordinates": [ 103566.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.5311440368187146, "W12": -10.154358337969105, "S12": -11.331205916068477, "W13": -20.949335124037443, "S13": -22.762640119812417, "W21": -34.108727730127228, "S21": -34.108727730127228, "W22": -34.905436928423732, "S22": -38.447968985494349, "W31": -71.603984404716627, "S31": -81.603984404716627, "W32": -84.979242638966625, "S32": -89.979242638966625 }, "geometry": { "type": "Point", "coordinates": [ 103566.0, 504858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7066942853982976, "S12": -28.778761466056217, "W13": -30.302969763751445, "S13": -30.302969763751445, "W21": -40.0, "S21": -40.0, "W22": -38.962554637976524, "S22": -46.592106458704819, "W31": -67.262129759697601, "S31": -76.134459205181244, "W32": -99.460470800964373, "S32": -104.46047080096437 }, "geometry": { "type": "Point", "coordinates": [ 103566.333333333328483, 510635.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31161841884814434, "S11": 0.31161841884814434, "W12": -4.703219319903317, "S12": -15.066199175472399, "W13": -17.679224715912973, "S13": -17.679224715912973, "W21": -32.591386448772539, "S21": -32.591386448772539, "W22": -40.116241752796405, "S22": -50.922745420278069, "W31": -61.00097493643532, "S31": -69.155192679191032, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103566.666666666671517, 507584.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.0695884385797596, "W12": -6.8145400670246286, "S12": -6.8145400670246286, "W13": -24.887454337844517, "S13": -25.094888390602335, "W21": -35.767670090562106, "S21": -35.767670090562106, "W22": -39.601099682911865, "S22": -44.175691237237366, "W31": -63.364088827157438, "S31": -68.364088827157445, "W32": -86.846196240901563, "S32": -91.846196240901563 }, "geometry": { "type": "Point", "coordinates": [ 103566.666666666671517, 509250.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48466113157081564, "S11": 0.48466113157081564, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -18.0, "W21": -31.672578646985947, "S21": -31.672578646985944, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -86.26768023921575, "S32": -91.26768023921575 }, "geometry": { "type": "Point", "coordinates": [ 103567.0, 498840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51544611284784425, "S11": 0.51544611284784425, "W12": -0.39097746527705723, "S12": -14.594414531521444, "W13": -21.295192074724703, "S13": -21.968807781762013, "W21": -38.730625121798155, "S21": -41.15141727607903, "W22": -52.004508376358352, "S22": -52.004508376358352, "W31": -75.239998, "S31": -75.239998, "W32": -85.677745274813589, "S32": -90.677745274813589 }, "geometry": { "type": "Point", "coordinates": [ 103567.0, 506657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.65824320614878, "S11": 2.3509859017189969, "W12": -5.0742280240840145, "S12": -5.0742280240840154, "W13": -24.445702205753243, "S13": -24.445702205753243, "W21": -37.544679998863828, "S21": -38.055203474309053, "W22": -39.434497802768547, "S22": -46.419546808804192, "W31": -60.0, "S31": -66.196850222968294, "W32": -82.802853215252085, "S32": -87.802853215252085 }, "geometry": { "type": "Point", "coordinates": [ 103567.0, 509118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088630296684960266, "S11": 0.088630296684960266, "W12": -10.220499795165916, "S12": -13.706206418925637, "W13": -23.015329341317369, "S13": -28.544140952180999, "W21": -36.994444645209299, "S21": -37.754767099004034, "W22": -50.490148516761181, "S22": -50.490148516761181, "W31": -100.0, "S31": -100.0, "W32": -100.19173261519653, "S32": -105.19173261519653 }, "geometry": { "type": "Point", "coordinates": [ 103567.0, 511577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59238754913754321, "S11": 0.58986867542373833, "W12": -1.5207136224095044, "S12": -11.376631698141178, "W13": -20.034359275088484, "S13": -20.034359275088484, "W21": -37.200217289787524, "S21": -41.478492783820322, "W22": -47.455895272704979, "S22": -49.93964863640511, "W31": -77.573060336026543, "S31": -81.184839182180369, "W32": -99.155077822675267, "S32": -104.15507782267527 }, "geometry": { "type": "Point", "coordinates": [ 103567.5, 506153.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5589523063254176, "S11": 3.5589523063254176, "W12": -10.312126090205282, "S12": -10.312126090205282, "W13": -18.852407891336352, "S13": -20.471177997751667, "W21": -49.146620377430949, "S21": -62.445336684151833, "W22": -44.878231254567368, "S22": -46.736709580027203, "W31": -80.0, "S31": -81.129034218683529, "W32": -92.146341463414643, "S32": -97.146341463414643 }, "geometry": { "type": "Point", "coordinates": [ 103567.818181818176527, 500782.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28753167764825138, "W12": -10.0, "S12": -10.006637902422835, "W13": -15.204916136495083, "S13": -16.242059193924071, "W21": -47.572003170781826, "S21": -51.541142251445073, "W22": -38.387434366502326, "S22": -38.535776842056819, "W31": -69.992582171995579, "S31": -75.737513661858557, "W32": -90.62076099579393, "S32": -95.62076099579393 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 501587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -22.711082730239816, "W13": -24.10757308371058, "S13": -27.803133726830904, "W21": -40.0, "S21": -40.541939540001046, "W22": -43.815943157484909, "S22": -48.159672067036652, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.489395953053929, "S32": -95.489395953053929 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 503820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.5595169297397611, "W12": -10.14111001754461, "S12": -11.29297876929221, "W13": -20.920692126790762, "S13": -22.861004010640915, "W21": -34.087695943463842, "S21": -34.087695943463842, "W22": -39.668732913530974, "S22": -41.584946748161748, "W31": -67.62383284825961, "S31": -72.791291221884123, "W32": -95.509639598728484, "S32": -100.50963959872848 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 504855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.37208888537360413, "W12": -10.830895630964099, "S12": -10.830895630964099, "W13": -22.092569785194129, "S13": -22.092569785194129, "W21": -35.558463237168915, "S21": -35.558463237168915, "W22": -39.865268736270309, "S22": -41.490390277859632, "W31": -70.0, "S31": -73.442755776381375, "W32": -92.411365380924977, "S32": -97.411365380924977 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 504988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78726388457211127, "S11": 0.78726388457211127, "W12": -5.0, "S12": -5.0, "W13": -24.492535493556673, "S13": -24.492535493556673, "W21": -35.505606799882024, "S21": -35.505606799882024, "W22": -39.294739134448434, "S22": -43.52477320741469, "W31": -70.0, "S31": -70.526619800295236, "W32": -93.197613048215302, "S32": -98.197613048215302 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 505932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.8436391404570127, "S12": -17.843639140457014, "W13": -21.129415263144512, "S13": -21.735817055174692, "W21": -36.398010672320055, "S21": -38.417771562561107, "W22": -41.071011156563031, "S22": -44.188101894920145, "W31": -75.571076417419889, "S31": -78.433573762928489, "W32": -96.270373521512099, "S32": -101.2703735215121 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 506736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3332627226787896, "S11": 0.94490623010571828, "W12": -6.1976638638362189, "S12": -12.011192200216474, "W13": -14.840462184505611, "S13": -14.840462184505611, "W21": -32.24037877501295, "S21": -32.24037877501295, "W22": -42.271695972773678, "S22": -46.486008744924391, "W31": -70.220695182684352, "S31": -70.220695182684352, "W32": -90.017782602998707, "S32": -95.017782602998707 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 507284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25740697974542537, "S11": 0.25740697974542537, "W12": -4.6831357624746426, "S12": -14.683135762474645, "W13": -18.16803297047888, "S13": -18.16803297047888, "W21": -32.599356315071148, "S21": -32.599356315071148, "W22": -39.761042056558466, "S22": -42.589646317143632, "W31": -67.271194007639266, "S31": -71.346940512583487, "W32": -90.366172519669931, "S32": -95.366172519669931 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 507614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89232657514316571, "S11": -0.89232657514316571, "W12": -11.945972033697389, "S12": -13.050828552149428, "W13": -20.341520523546826, "S13": -20.341520523546826, "W21": -32.765985860526946, "S21": -32.765985860526946, "W22": -42.682175707160901, "S22": -42.682175707160901, "W31": -74.734826523450621, "S31": -77.196774029950518, "W32": -95.592243797328436, "S32": -100.59224379732844 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 508053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27475183996081254, "S11": -0.026002877020319504, "W12": -7.4785719599500746, "S12": -20.120496099613476, "W13": -23.728808547976509, "S13": -23.728808547976509, "W21": -35.731424779945023, "S21": -35.731424779945023, "W22": -52.194009565876485, "S22": -72.194009565876485, "W31": -104.19384756795853, "S31": -104.19384756795853, "W32": -104.29130539499037, "S32": -109.29130539499037 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 509914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5908271239466654, "S12": -7.7686830694246947, "W13": -24.13351849044119, "S13": -24.13351849044119, "W21": -37.644414603591812, "S21": -37.644414603591812, "W22": -60.0, "S22": -63.462583765002115, "W31": -82.86390973767206, "S31": -82.86390973767206, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 510316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14991777406206461, "S11": -0.14991777406206461, "W12": -11.474412126177796, "S12": -11.474412126177796, "W13": -19.543621158578325, "S13": -27.12215518999194, "W21": -36.013533928275272, "S21": -38.607153668739308, "W22": -46.878616700062935, "S22": -46.878616700062935, "W31": -86.022485087634792, "S31": -89.385419573241961, "W32": -95.937044545022871, "S32": -100.93704454502287 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 511886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27848308178499415, "S11": -0.27848308178499415, "W12": -8.7135616755380703, "S12": -8.7135616755380703, "W13": -21.435133587741817, "S13": -24.05419310973933, "W21": -42.365407271101382, "S21": -42.365407271101382, "W22": -37.983583019218599, "S22": -38.62033367684009, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.0, 515226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82493058783601736, "S11": 0.82493058783601736, "W12": -12.875888902530942, "S12": -12.875888902530942, "W13": -22.102220102252723, "S13": -26.895346954837933, "W21": -39.661194949371868, "S21": -42.311629038805862, "W22": -35.38452637172346, "S22": -37.332633048022302, "W31": -70.45692278432864, "S31": -80.45692278432864, "W32": -84.990749436930784, "S32": -89.990749436930784 }, "geometry": { "type": "Point", "coordinates": [ 103568.142857142855064, 503540.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21599766173031965, "S11": -0.87125340297258569, "W12": -10.0, "S12": -10.0, "W13": -14.999999999999998, "S13": -16.985023640825354, "W21": -45.703664014562108, "S21": -45.866229660399128, "W22": -64.797148859063299, "S22": -66.393206736215632, "W31": -82.097307787251026, "S31": -88.913014207380627, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103568.75, 501694.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74531886024423333, "S11": 0.29307869962375399, "W12": -7.3672733516483513, "S12": -7.3672733516483513, "W13": -20.0, "S13": -22.283105842911876, "W21": -38.502156079091293, "S21": -43.983047766900313, "W22": -33.585620479742531, "S22": -37.824524007644591, "W31": -77.708322706341818, "S31": -80.848210701293738, "W32": -86.157305461986226, "S32": -91.157305461986226 }, "geometry": { "type": "Point", "coordinates": [ 103569.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9490862068965518, "W12": -6.0755442884869968, "S12": -13.820650781545545, "W13": -24.414140786991418, "S13": -24.473259645230261, "W21": -33.388942288514642, "S21": -33.388942288514642, "W22": -56.324094871892491, "S22": -71.326711498686748, "W31": -100.80352421289723, "S31": -100.80352421289723, "W32": -102.39216745671072, "S32": -107.39216745671072 }, "geometry": { "type": "Point", "coordinates": [ 103569.0, 509472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4995974492597266, "S11": 0.4995974492597266, "W12": -9.3137026907701497, "S12": -11.621796685548219, "W13": -14.961069083077897, "S13": -19.717218151400878, "W21": -29.884669504577737, "S21": -35.989409418630714, "W22": -47.346942746568999, "S22": -49.365243308517499, "W31": -78.510677938879212, "S31": -81.437360631186607, "W32": -99.874361516197169, "S32": -104.87436151619717 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 499694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4190739397653442, "S11": 3.4190739397653442, "W12": -10.339684867501109, "S12": -10.339684867501109, "W13": -18.803477769561226, "S13": -20.470115361534472, "W21": -50.000000000000007, "S21": -63.382390428768083, "W22": -50.0, "S22": -85.0, "W31": -107.01262388711574, "S31": -107.01262388711574, "W32": -110.44889422377418, "S32": -115.44889422377418 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 500804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77222758360256771, "S11": 0.77222758360256771, "W12": -10.061978375480297, "S12": -10.061978375480297, "W13": -16.225853094274147, "S13": -18.552734541931848, "W21": -51.597305768589528, "S21": -66.597305768589521, "W22": -56.620162628158063, "S22": -72.349080092272899, "W31": -101.2259564212046, "S31": -101.2259564212046, "W32": -102.61060930658103, "S32": -107.61060930658103 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 501281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -0.29176353370973018, "W12": -8.2809218332196082, "S12": -13.130610377049166, "W13": -14.999621313061892, "S13": -14.999621313061892, "W21": -33.545013641950433, "S21": -33.545013641950433, "W22": -48.818576199244724, "S22": -54.126689987001981, "W31": -81.037152497699395, "S31": -81.037152497699395, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.563033059179183, "S11": -0.563033059179183, "W12": -5.0, "S12": -8.6158834146667544, "W13": -21.29730574575769, "S13": -21.29730574575769, "W21": -37.027857834798766, "S21": -37.345161398559611, "W22": -46.739778704921818, "S22": -47.743958936990254, "W31": -80.0, "S31": -80.0, "W32": -95.970307529162241, "S32": -100.97030752916224 }, "geometry": { "type": "Point", "coordinates": [ 103570.0, 508650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9526246666727314, "S12": -5.9526246666727314, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -42.711946765872142, "S21": -42.711946765872142, "W22": -45.818988528217055, "S22": -47.353600532932347, "W31": -80.0, "S31": -80.0, "W32": -93.353603312200804, "S32": -98.353603312200804 }, "geometry": { "type": "Point", "coordinates": [ 103570.62222222222772, 518847.022222222236451 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0508141337474912, "W13": -15.0, "S13": -17.432459763045777, "W21": -31.058563173895809, "S21": -39.461089294444776, "W22": -37.709776695656423, "S22": -38.077658711223812, "W31": -69.785297451920542, "S31": -79.131047213143077, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103570.647058823524276, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1857070357160291, "S11": 0.076052092119479831, "W12": -6.8879701661209305, "S12": -9.4186097678061085, "W13": -14.839493800109565, "S13": -14.839493800109565, "W21": -32.439992460294569, "S21": -32.439992460294569, "W22": -34.060516989296438, "S22": -34.060516989296438, "W31": -78.686086452239536, "S31": -81.962191400293776, "W32": -86.935554854834734, "S32": -91.935554854834734 }, "geometry": { "type": "Point", "coordinates": [ 103570.75, 507251.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.578402547017172, "S12": -10.578402547017172, "W13": -15.96, "S13": -16.404273531136109, "W21": -20.0, "S21": -20.724098751860144, "W22": -38.23670880623397, "S22": -47.609052897195269, "W31": -66.557909081812284, "S31": -76.726151874035992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 496774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4197406865057669, "S12": -9.4197406865057669, "W13": -16.324509685625841, "S13": -17.655712447649968, "W21": -23.233148613112661, "S21": -24.266242417995286, "W22": -40.233423850570482, "S22": -50.437064277329419, "W31": -60.647935701170262, "S31": -68.604374557582474, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 497163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6715095393949069, "W13": -14.917208086422125, "S13": -17.208226450362027, "W21": -30.0, "S21": -32.943374759320847, "W22": -50.543791411353261, "S22": -50.543791411353261, "W31": -70.0, "S31": -70.276010296995096, "W32": -92.850146280947598, "S32": -97.850146280947598 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 499259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4098894580237014, "S11": 3.4098894580237014, "W12": -10.345688926025716, "S12": -10.345688926025716, "W13": -18.792511364420779, "S13": -20.470294374454223, "W21": -50.009283608783498, "S21": -63.387680359459026, "W22": -50.0, "S22": -50.0, "W31": -106.21707156596931, "S31": -106.21707156596931, "W32": -110.06292755013716, "S32": -115.06292755013716 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 500806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072155899640110308, "S11": -0.072155899640110308, "W12": -5.6766838496263015, "S12": -5.6766838496263015, "W13": -25.0, "S13": -25.382248939179632, "W21": -33.853694031600838, "S21": -37.670538951386931, "W22": -45.528943247085472, "S22": -47.149494574067766, "W31": -80.0, "S31": -80.0, "W32": -92.904806572648482, "S32": -97.904806572648482 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.1312716542706034, "S12": -12.575213237239705, "W13": -20.964132036753579, "S13": -20.982523925459073, "W21": -35.804787047213679, "S21": -37.516452674048459, "W22": -43.771668186609084, "S22": -46.003506278446736, "W31": -80.0, "S31": -81.907012337966577, "W32": -92.433191167737405, "S32": -97.433191167737405 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4699560622253889, "S11": -0.53004393777461112, "W12": -7.9064756210786546, "S12": -9.8263420651521098, "W13": -17.896248534583822, "S13": -17.896248534583822, "W21": -35.093403493693827, "S21": -35.093403493693827, "W22": -40.933825422710491, "S22": -46.416135591650189, "W31": -67.926879841316094, "S31": -70.060535974633424, "W32": -93.229260492818597, "S32": -98.229260492818597 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1716373143562722, "S11": 0.17163731435627216, "W12": -6.7925736436533892, "S12": -8.9833051641436228, "W13": -14.841342562621392, "S13": -14.841342562621392, "W21": -32.337542745849682, "S21": -32.337542745849682, "W22": -60.000000000000007, "S22": -66.88862532094663, "W31": -82.216002492152114, "S31": -82.216002492152114, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 507257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71315678605646537, "S11": -1.0911166311991682, "W12": -5.0, "S12": -11.378322971678141, "W13": -20.72469112831201, "S13": -20.72469112831201, "W21": -36.327208390233075, "S21": -36.327208390233075, "W22": -37.316040661933215, "S22": -38.352359827561664, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 508557.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20367133176230062, "S11": 0.071455655512300487, "W12": -7.1746389637711028, "S12": -7.1746389637711028, "W13": -24.620115093554436, "S13": -24.620115093554436, "W21": -34.573047803032722, "S21": -34.573047803032722, "W22": -47.704963210798361, "S22": -49.283849261281546, "W31": -75.558879098713007, "S31": -80.558879098713007, "W32": -97.734404927020734, "S32": -102.73440492702073 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 510104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00032157558820194651, "S11": 0.00032157558820194651, "W12": -10.0, "S12": -14.955803869246164, "W13": -35.0, "S13": -35.0, "W21": -38.571933377070259, "S21": -38.571933377070259, "W22": -37.701732935877509, "S22": -38.03602216160467, "W31": -69.725989642577744, "S31": -79.189934246207159, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 511025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16015292071671744, "S11": -0.16015292071671744, "W12": -10.0, "S12": -23.036400757812643, "W13": -30.0, "S13": -30.0, "W21": -38.091239232178225, "S21": -38.091239232178225, "W22": -36.793525774987138, "S22": -36.793525774987138, "W31": -70.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 511233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16075076155855619, "S11": 0.16075076155855619, "W12": -10.0, "S12": -14.367873424510591, "W13": -24.618562874251499, "S13": -26.792724459617354, "W21": -37.271446280713732, "S21": -37.528091974775833, "W22": -39.786115804023979, "S22": -42.171016561973595, "W31": -67.580511343738706, "S31": -72.884547990477415, "W32": -95.660322833670492, "S32": -100.66032283367049 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 511491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.962067396857613, "S12": -11.962067396857613, "W13": -21.757240940699475, "S13": -22.850737616303523, "W21": -42.325612267936116, "S21": -42.325612267936116, "W22": -40.037408886815705, "S22": -50.968509131314484, "W31": -61.150578040630784, "S31": -69.383971268801048, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 514761.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9647495664087389, "S12": -5.9647495664087389, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.042162484388058, "S21": -43.042162484388058, "W22": -40.079843222256002, "S22": -50.951090166021281, "W31": -61.032875598359347, "S31": -69.203628190707988, "W32": -79.999999999999986, "S32": -84.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103571.0, 519025.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8318995680082607, "S11": 0.8318995680082607, "W12": -1.5933397338854707, "S12": -6.9391228051174476, "W13": -20.549112260587119, "S13": -20.549112260587119, "W21": -39.082861181484098, "S21": -41.664568442764804, "W22": -39.863962371295692, "S22": -48.319827340525471, "W31": -60.0, "S31": -67.039529924954437, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103571.666666666671517, 506560.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0075155851774307, "S11": 3.9084169157129227, "W12": -10.107932880870365, "S12": -10.107932880870365, "W13": -17.507370956382651, "S13": -20.363818114399805, "W21": -39.724465063001148, "S21": -48.04430311968131, "W22": -37.083686779095331, "S22": -38.386303114295174, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 500526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8148575504552511, "S11": 0.8148575504552511, "W12": -10.042409078723974, "S12": -10.042409078723974, "W13": -16.29898785425101, "S13": -18.906010516182349, "W21": -51.815245081693902, "S21": -66.712905429906172, "W22": -55.848993509184609, "S22": -55.848993509184609, "W31": -75.239998, "S31": -75.239998, "W32": -85.947323899815331, "S32": -90.947323899815331 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 501260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7565174465662645, "S11": 2.7565174465662645, "W12": -9.48473492226546, "S12": -9.48473492226546, "W13": -19.897083518718095, "S13": -22.423529273449248, "W21": -37.457872873492413, "S21": -43.317832401574627, "W22": -60.0, "S22": -70.0, "W31": -94.086908400969747, "S31": -94.086908400969747, "W32": -100.55421149450916, "S32": -105.55421149450916 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 503316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.3641815582932613, "S12": -10.752450573707794, "W13": -20.854336478174982, "S13": -20.854336478174982, "W21": -36.772679782822273, "S21": -38.35596132238026, "W22": -64.96560350218887, "S22": -66.473313603982703, "W31": -82.032653606879975, "S31": -89.032362016684274, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 506809.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5388114091569172, "S12": -20.73481531837616, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -48.5689467021271, "S22": -48.5689467021271, "W31": -88.696143914982599, "S31": -88.696143914982599, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103572.0, 510526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93477396309693928, "S11": 0.93477396309693928, "W12": -15.362464015767047, "S12": -15.362464015767047, "W13": -21.879689406485191, "S13": -24.685644263397116, "W21": -37.443966627163292, "S21": -44.730106666582842, "W22": -44.291566593330749, "S22": -50.013228355097112, "W31": -60.664192843171094, "S31": -61.420006796659464, "W32": -95.256355884010148, "S32": -100.25635588401015 }, "geometry": { "type": "Point", "coordinates": [ 103572.571428571434808, 514055.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15309670843575751, "S11": -0.71627789609676551, "W12": -10.0, "S12": -15.0, "W13": -15.000000000000002, "S13": -16.913595786718425, "W21": -45.430551070138868, "S21": -46.025346609172324, "W22": -47.391502410772077, "S22": -49.735450876185951, "W31": -77.899951470262991, "S31": -80.970864931801415, "W32": -99.402846089336848, "S32": -104.40284608933685 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 501689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39364547235196623, "S11": -0.39364547235196623, "W12": -10.994886663152347, "S12": -10.994886663152347, "W13": -16.162318840579708, "S13": -21.175545223025946, "W21": -41.795200259445437, "S21": -51.795200259445437, "W22": -46.629419972604886, "S22": -47.735749953298686, "W31": -80.0, "S31": -80.0, "W32": -95.46091241280034, "S32": -100.46091241280034 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 502040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69681109849371059, "S11": 0.6939103070341115, "W12": -2.0114137949855437, "S12": -11.380373823061698, "W13": -20.062152382383704, "S13": -20.062152382383704, "W21": -37.016302526991097, "S21": -41.096964902876472, "W22": -45.225823759824443, "S22": -46.91688167886911, "W31": -80.0, "S31": -80.70254664802772, "W32": -92.574074074074076, "S32": -97.574074074074076 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 506145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.832054142893319, "S11": 0.83205414289331914, "W12": -6.1664377918154356, "S12": -7.0963875242623118, "W13": -20.101048617731173, "S13": -20.101048617731173, "W21": -35.750796241226745, "S21": -35.750796241226745, "W22": -42.205445535355281, "S22": -45.009785968384328, "W31": -80.0, "S31": -82.470467032967036, "W32": -93.850441244774743, "S32": -98.850441244774743 }, "geometry": { "type": "Point", "coordinates": [ 103573.0, 507017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.81200670500955163, "W12": -6.9122218857635493, "S12": -6.9122218857635493, "W13": -20.794637370386432, "S13": -23.057241664614406, "W21": -42.545421289744645, "S21": -42.545421289744645, "W22": -35.543901679582682, "S22": -36.926720293754016, "W31": -70.0, "S31": -80.0, "W32": -84.998203689910568, "S32": -89.998203689910568 }, "geometry": { "type": "Point", "coordinates": [ 103573.068181818176527, 516143.340909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9552895740722285, "S12": -5.9552895740722285, "W13": -20.0, "S13": -20.0, "W21": -42.897099240054715, "S21": -42.897099240054715, "W22": -40.0, "S22": -52.095203087006034, "W31": -62.369553675396702, "S31": -71.211228858108242, "W32": -82.399317603516067, "S32": -87.399317603516067 }, "geometry": { "type": "Point", "coordinates": [ 103573.190476190473419, 518960.619047619053163 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3061264153216485, "S11": 3.3061264153216485, "W12": -5.0, "S12": -5.0, "W13": -15.078669201902171, "S13": -16.476570019015067, "W21": -38.588347326719536, "S21": -49.395462944925583, "W22": -39.172167502240136, "S22": -43.874121463696355, "W31": -70.0, "S31": -70.264127076523707, "W32": -93.102109438845261, "S32": -98.102109438845261 }, "geometry": { "type": "Point", "coordinates": [ 103573.333333333328483, 502763.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8791083105642272, "S11": 3.8791083105642272, "W12": -10.093172708979887, "S12": -10.093172708979887, "W13": -17.16313060336519, "S13": -20.29840009523928, "W21": -39.431868041237252, "S21": -45.881710596343112, "W22": -50.000000000000007, "S22": -65.363359295631568, "W31": -105.52195886437491, "S31": -105.52195886437491, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103573.4, 500502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2645571809498257, "S11": 3.2164085482140212, "W12": -10.254810374816685, "S12": -10.254810374816685, "W13": -18.94820463406462, "S13": -20.468907429247519, "W21": -44.240420590891496, "S21": -56.064222916961107, "W22": -38.459563851942228, "S22": -39.278547872929586, "W31": -70.0, "S31": -74.83959076699611, "W32": -90.726547023060178, "S32": -95.726547023060178 }, "geometry": { "type": "Point", "coordinates": [ 103573.5, 500688.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.823881210150326, "S12": -10.823881210150326, "W13": -22.063473832142254, "S13": -22.063473832142254, "W21": -35.563712958598124, "S21": -35.563712958598124, "W22": -38.154996278419155, "S22": -38.154996278419155, "W31": -69.804343877812684, "S31": -76.984578238281401, "W32": -90.044498812183107, "S32": -95.044498812183107 }, "geometry": { "type": "Point", "coordinates": [ 103573.6, 504985.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14218840297206403, "S11": 0.14218840297206403, "W12": -5.7213391328401038, "S12": -7.901761715715196, "W13": -23.049699897525702, "S13": -24.977850093332957, "W21": -34.400336954517762, "S21": -38.51673838116524, "W22": -36.433605893084831, "S22": -40.604033535959985, "W31": -76.220837306393477, "S31": -76.220837306393477, "W32": -89.129749259424571, "S32": -94.129749259424571 }, "geometry": { "type": "Point", "coordinates": [ 103573.666666666671517, 505727.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69339790496439013, "S11": 0.69339790496439002, "W12": -5.5277567180523191, "S12": -5.5277567180523191, "W13": -21.63905597040533, "S13": -21.63905597040533, "W21": -37.416348084695429, "S21": -39.627501959874202, "W22": -47.878033726879963, "S22": -52.721416923987519, "W31": -68.993442651325452, "S31": -68.993442651325452, "W32": -91.802125446001526, "S32": -96.802125446001526 }, "geometry": { "type": "Point", "coordinates": [ 103573.666666666671517, 506066.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17426666839287713, "S11": -0.17426666839287713, "W12": -5.7335397854452737, "S12": -5.7335397854452737, "W13": -25.0, "S13": -25.560820367751059, "W21": -33.830721149704601, "S21": -38.379759462859653, "W22": -40.0, "S22": -48.786151109680922, "W31": -64.264022917578188, "S31": -73.716590081323574, "W32": -85.968761977769262, "S32": -90.968761977769262 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4548108422502217, "S11": -0.26056610892878851, "W12": -8.3973905171357917, "S12": -13.71832578841863, "W13": -15.0, "S13": -15.0, "W21": -33.565760986417573, "S21": -33.565760986417573, "W22": -48.02229022653497, "S22": -48.02229022653497, "W31": -70.300821515187039, "S31": -70.689487394762011, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 507114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08443584436196952, "S11": -0.41556415563803051, "W12": -6.3191987697327727, "S12": -14.84687116428756, "W13": -24.170022450280847, "S13": -24.170022450280847, "W21": -35.03605918919677, "S21": -35.03605918919677, "W22": -49.999999999999993, "S22": -58.488399528116389, "W31": -101.05362052106003, "S31": -101.05362052106003, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 509978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19389842212299616, "S11": -0.19389842212299616, "W12": -11.735682097501025, "S12": -11.735682097501025, "W13": -19.367411793002645, "S13": -27.632955561226481, "W21": -35.806247937783695, "S21": -38.806247937783695, "W22": -60.0, "S22": -65.710254406528321, "W31": -92.242322827728685, "S31": -92.242322827728685, "W32": -99.827119316156342, "S32": -104.82711931615634 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 511953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1404402452282483, "S11": -0.51601368685891003, "W12": -10.413969275991182, "S12": -10.413969275991182, "W13": -21.604205820022344, "S13": -23.436933906180794, "W21": -42.384981266665584, "S21": -42.384981266665584, "W22": -36.770811723519174, "S22": -36.770811723519174, "W31": -70.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.0, 514979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2507901307516756, "S11": 3.2507901307516756, "W12": -10.384686838299904, "S12": -10.425098863692124, "W13": -18.726407114543427, "S13": -20.469421039748681, "W21": -50.182508588685444, "S21": -63.643289433861966, "W22": -39.986077535732022, "S22": -51.107125346929557, "W31": -61.421550329847584, "S31": -69.798932360427855, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103574.636363636367605, 500830.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4770812010145153, "W12": -10.0, "S12": -11.307955348254053, "W13": -20.613748824176387, "S13": -23.490565799398247, "W21": -33.800608708646806, "S21": -33.800608708646806, "W22": -39.843493552747525, "S22": -41.938870552659132, "W31": -68.811779684838868, "S31": -72.490624246191103, "W32": -91.643998272884275, "S32": -96.643998272884275 }, "geometry": { "type": "Point", "coordinates": [ 103574.666666666671517, 504821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84675767918088751, "S11": 0.8467576791808874, "W12": -10.213787865248861, "S12": -10.213787865248861, "W13": -16.062825332562173, "S13": -17.647374207921551, "W21": -51.096297302638071, "S21": -64.530469616287633, "W22": -47.365640949406924, "S22": -54.575170066556069, "W31": -81.01720725735899, "S31": -81.01720725735899, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103575.0, 501332.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36584482535413992, "S11": -0.36584482535413992, "W12": -5.8769016678982293, "S12": -8.8653543706357425, "W13": -25.0, "S13": -25.689159577210614, "W21": -33.751713758633116, "S21": -39.954592382166766, "W22": -50.0, "S22": -69.054252199413497, "W31": -105.50004369839068, "S31": -105.50004369839068, "W32": -105.50004369839068, "S32": -109.98718689788053 }, "geometry": { "type": "Point", "coordinates": [ 103575.0, 505797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.5435847522352073, "S12": -17.214630191630828, "W13": -21.130411532765645, "S13": -22.253423118529369, "W21": -37.948634779031323, "S21": -39.97609154839801, "W22": -51.58654149797421, "S22": -51.58654149797421, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103575.0, 506704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55706384598654879, "S11": 0.55706384598654879, "W12": -15.064938737556115, "S12": -15.064938737556115, "W13": -21.824149801806524, "S13": -27.491035491452443, "W21": -37.565042091618842, "S21": -42.618707373392226, "W22": -43.036870866092194, "S22": -47.747367390364751, "W31": -60.000000000000007, "S31": -60.578102490224332, "W32": -95.053422348691299, "S32": -100.0534223486913 }, "geometry": { "type": "Point", "coordinates": [ 103575.083333333328483, 513836.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.241080754500584, "S12": -7.2753144854984697, "W13": -10.891302896531005, "S13": -14.829515375451749, "W21": -30.0, "S21": -31.049821593762388, "W22": -39.489743724666198, "S22": -44.159920737562416, "W31": -70.340648393900992, "S31": -71.688787918371503, "W32": -94.28416984472895, "S32": -99.28416984472895 }, "geometry": { "type": "Point", "coordinates": [ 103576.0, 499561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044424559439666611, "S11": 0.044424559439666611, "W12": -4.1935925125989986, "S12": -8.6532507818619173, "W13": -19.855380847855013, "S13": -19.855380847855013, "W21": -32.618264967685235, "S21": -32.618264967685235, "W22": -36.066324972661022, "S22": -39.732805490927035, "W31": -77.551641179282228, "S31": -77.561492838210995, "W32": -88.719522826972181, "S32": -93.719522826972181 }, "geometry": { "type": "Point", "coordinates": [ 103576.333333333328483, 507718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9424701704075575, "S12": -5.9424701704075575, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -42.744528984232673, "S21": -42.744528984232673, "W22": -47.957870099473375, "S22": -52.719517831614091, "W31": -69.000269787574197, "S31": -69.000269787574197, "W32": -91.772031253272999, "S32": -96.772031253272999 }, "geometry": { "type": "Point", "coordinates": [ 103576.944444444437977, 518896.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40807217116166938, "S11": -0.40807217116166938, "W12": -10.646051660516605, "S12": -10.646051660516605, "W13": -16.090285380629151, "S13": -20.713180095703635, "W21": -40.0, "S21": -45.896880415944544, "W22": -39.232024496826241, "S22": -41.064548663644239, "W31": -67.750691111874573, "S31": -71.257541200456345, "W32": -94.10712415425543, "S32": -99.10712415425543 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 501998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70323395962118207, "S11": 0.70323395962118207, "W12": -4.6947003412539905, "S12": -19.354560195092972, "W13": -19.354560195092972, "S13": -19.354560195092972, "W21": -32.820564565682432, "S21": -32.820564565682432, "W22": -40.192985375693389, "S22": -40.192985375693389, "W31": -72.218918241947478, "S31": -73.59583642312279, "W32": -95.106474773609321, "S32": -100.10647477360932 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 507462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5343588612525005, "S12": -11.581160902733661, "W13": -25.0, "S13": -25.0, "W21": -38.56376210616434, "S21": -38.56376210616434, "W22": -39.359199680344496, "S22": -44.157285582167063, "W31": -70.039895804181967, "S31": -70.977689651851335, "W32": -93.879839451103237, "S32": -98.879839451103237 }, "geometry": { "type": "Point", "coordinates": [ 103577.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1501398022712557, "S11": -0.1501398022712557, "W12": -11.522712913651057, "S12": -11.522712913651057, "W13": -19.503558581616268, "S13": -27.873541129609116, "W21": -35.971206836001429, "S21": -38.673648178248101, "W22": -50.590087567025421, "S22": -50.590087567025421, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103577.111111111109494, 511902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80650641965683545, "S11": 0.80650641965683545, "W12": -0.9767785662304882, "S12": -18.798885756228678, "W13": -20.491991038735502, "S13": -20.491991038735502, "W21": -35.094582420820416, "S21": -38.873676674680496, "W22": -45.527619157520199, "S22": -45.527619157520199, "W31": -65.243142144638398, "S31": -66.243142144638398, "W32": -96.094608490080773, "S32": -101.09460849008077 }, "geometry": { "type": "Point", "coordinates": [ 103577.5, 506295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9536103446339244, "S12": -5.9536103446339244, "W13": -20.0, "S13": -20.0, "W21": -43.104977668908248, "S21": -43.104977668908248, "W22": -39.949915890994724, "S22": -43.974845411263985, "W31": -67.866589834333467, "S31": -70.241428375522233, "W32": -93.353425221866118, "S32": -98.353425221866118 }, "geometry": { "type": "Point", "coordinates": [ 103577.75, 519074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0266290239613367, "W13": -15.0, "S13": -17.395465097150378, "W21": -30.889338317044501, "S21": -40.889338317044505, "W22": -37.516297881103881, "S22": -38.301019446765224, "W31": -66.065533854369946, "S31": -71.890899993795841, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 498997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4989662707623328, "S11": 0.4989662707623328, "W12": -7.3343949044585992, "S12": -7.3343949044585992, "W13": -10.873215224520791, "S13": -14.642658732109325, "W21": -30.0, "S21": -31.019988106250828, "W22": -49.913287208544666, "S22": -50.773564293774236, "W31": -89.896609929541285, "S31": -89.896609929541285, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65714245598270193, "S11": 0.65714245598270193, "W12": -10.218975452184356, "S12": -10.218975452184356, "W13": -15.540659340659341, "S13": -15.730223840768762, "W21": -49.598930481283425, "S21": -57.529242630926426, "W22": -32.980265562152695, "S22": -41.999564581637649, "W31": -77.206048438624379, "S31": -77.648077424131955, "W32": -85.272550605388489, "S32": -90.272550605388489 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 501491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8243940552207931, "S11": 2.5603179650486192, "W12": -10.791226396896501, "S12": -20.791226396896501, "W13": -20.791226396896501, "S13": -23.845029861506184, "W21": -40.0, "S21": -50.0, "W22": -52.218909676971897, "S22": -52.218909676971897, "W31": -88.73956483964794, "S31": -88.73956483964794, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 504245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53819932663455616, "S11": -0.53819932663455616, "W12": -5.0, "S12": -7.8956926710787254, "W13": -21.390413813635035, "S13": -21.390413813635035, "W21": -37.088883331560908, "S21": -37.78574893911744, "W22": -32.876779047018175, "S22": -41.875613406701824, "W31": -76.508891213389134, "S31": -76.508891213389134, "W32": -85.108550901418852, "S32": -90.108550901418852 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 508665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10322228290551608, "S11": -0.10322228290551608, "W12": -5.0, "S12": -6.1076943645965631, "W13": -21.756638880619263, "S13": -21.756638880619263, "W21": -37.459171068580069, "S21": -39.668848559772407, "W22": -41.449234259784461, "S22": -45.31429180652659, "W31": -70.294730917494604, "S31": -70.294730917494604, "W32": -89.996976705959213, "S32": -94.996976705959213 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 508724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -0.15499124343257487, "W12": -5.0, "S12": -10.70763719646475, "W13": -23.395262836320239, "S13": -23.395262836320239, "W21": -37.607854096175416, "S21": -37.607854096175416, "W22": -40.0, "S22": -52.545948387653652, "W31": -63.004844236388841, "S31": -72.066490553340699, "W32": -83.544297941244508, "S32": -88.544297941244508 }, "geometry": { "type": "Point", "coordinates": [ 103578.0, 508935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78877086461474888, "S11": 0.78877086461474888, "W12": -5.0956962723498265, "S12": -5.0956962723498265, "W13": -24.56466571661548, "S13": -24.56466571661548, "W21": -34.879913562462313, "S21": -34.879913562462313, "W22": -39.654657185580312, "S22": -43.963858988815531, "W31": -63.773500669676075, "S31": -68.604652988593202, "W32": -87.310087933561306, "S32": -92.310087933561306 }, "geometry": { "type": "Point", "coordinates": [ 103578.5, 505915.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37410090253500888, "S11": 0.34655557018818878, "W12": -5.7317405317652161, "S12": -6.8755662435450047, "W13": -24.135791732761088, "S13": -24.135791732761088, "W21": -37.054369068646338, "S21": -37.054369068646338, "W22": -50.0, "S22": -62.293139911440683, "W31": -100.0, "S31": -100.0, "W32": -103.63695357260222, "S32": -108.63695357260222 }, "geometry": { "type": "Point", "coordinates": [ 103578.8, 510279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11642439325482279, "S11": 0.11642439325482279, "W12": -11.217581829780132, "S12": -11.217581829780132, "W13": -20.095348890748188, "S13": -27.09410657790081, "W21": -37.018924831239147, "S21": -37.018924831239147, "W22": -48.59475062674359, "S22": -48.59475062674359, "W31": -88.689101811741111, "S31": -88.689101811741111, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103578.833333333328483, 512978.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39758074671823179, "S11": -0.39758074671823179, "W12": -5.888940809194664, "S12": -11.862007363822791, "W13": -22.613557040287301, "S13": -23.613557040287301, "W21": -36.334867053007763, "S21": -43.683995533091533, "W22": -44.666401492395615, "S22": -46.474049717938378, "W31": -80.0, "S31": -81.255576490609613, "W32": -92.602529358626924, "S32": -97.602529358626924 }, "geometry": { "type": "Point", "coordinates": [ 103579.0, 505753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0053531750464456546, "S11": -0.32285932629600611, "W12": -7.7959315617698435, "S12": -7.7959315617698435, "W13": -24.48656776806634, "S13": -24.48656776806634, "W21": -35.643858709348635, "S21": -36.088259860980109, "W22": -40.000000000000007, "S22": -44.128162191111187, "W31": -74.100246507806077, "S31": -74.494076462789678, "W32": -96.157041678016881, "S32": -101.15704167801688 }, "geometry": { "type": "Point", "coordinates": [ 103579.0, 510009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21803898741966352, "S11": 0.085708937747308866, "W12": -6.0504047528727769, "S12": -6.0504047528727769, "W13": -25.0, "S13": -25.0, "W21": -35.623339105266062, "S21": -35.6237437102548, "W22": -38.881101329472429, "S22": -42.350156898277582, "W31": -70.0, "S31": -71.353097666487727, "W32": -92.374544572323629, "S32": -97.374544572323629 }, "geometry": { "type": "Point", "coordinates": [ 103579.0, 510125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5860095976372472, "S11": -0.24163267878509687, "W12": -5.0, "S12": -5.6443609243315507, "W13": -22.76657406552695, "S13": -22.76657406552695, "W21": -37.671272668994533, "S21": -37.671272668994533, "W22": -39.595892106970766, "S22": -44.595892106970766, "W31": -62.200340625361711, "S31": -67.331745541347999, "W32": -86.519175582964323, "S32": -91.519175582964323 }, "geometry": { "type": "Point", "coordinates": [ 103579.333333333328483, 508864.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75483965880653581, "S11": 0.74908958626566935, "W12": -0.63839261822876747, "S12": -5.3063497870437413, "W13": -21.38757221682858, "S13": -21.69389291368547, "W21": -36.549439884610216, "S21": -41.479660784380584, "W22": -50.000000000000007, "S22": -50.801753743529858, "W31": -100.0, "S31": -100.0, "W32": -101.18781700728601, "S32": -106.18781700728601 }, "geometry": { "type": "Point", "coordinates": [ 103580.0, 506180.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.4871169690341484, "S12": -10.350073678463067, "W13": -20.808987888527508, "S13": -20.808987888527508, "W21": -37.213498020643343, "S21": -38.567693316438053, "W22": -60.0, "S22": -70.553988403071614, "W31": -95.456150521766631, "S31": -95.456150521766631, "W32": -100.81450208713845, "S32": -105.81450208713845 }, "geometry": { "type": "Point", "coordinates": [ 103580.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14439572444257925, "S11": 0.14439572444257925, "W12": -11.119147572844453, "S12": -11.17532028021825, "W13": -20.25322519694766, "S13": -27.781371392346585, "W21": -37.288335190199973, "S21": -37.288335190199973, "W22": -33.894510065182899, "S22": -39.700000402910909, "W31": -72.9195987067326, "S31": -80.69432398145787, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103580.25, 513015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56457672366971334, "S11": 0.56457672366971334, "W12": -5.1566143818183852, "S12": -13.922504930151263, "W13": -20.434741811130877, "S13": -20.434741811130877, "W21": -37.321837987331108, "S21": -38.516294039705983, "W22": -38.240817922037706, "S22": -47.591914740689369, "W31": -66.545689154343535, "S31": -76.720560649450363, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103580.666666666671517, 506485.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5931856456607054, "S11": 3.5931856456607054, "W12": -6.0780292722189699, "S12": -6.526110217440694, "W13": -16.226346293792478, "S13": -17.439412653693079, "W21": -37.611694352120878, "S21": -47.945698918313226, "W22": -48.042512460152132, "S22": -49.138031837484675, "W31": -86.457614136727884, "S31": -86.457614136727884, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103581.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2212675991954658, "S11": -0.21214322777231898, "W12": -8.5237591556125487, "S12": -13.081355148934751, "W13": -15.585544078034451, "S13": -15.585544078034451, "W21": -33.667685983679114, "S21": -33.667685983679114, "W22": -47.055982761042301, "S22": -47.945960284279167, "W31": -73.748826969970722, "S31": -76.516554633728859, "W32": -97.279336572151124, "S32": -102.27933657215112 }, "geometry": { "type": "Point", "coordinates": [ 103581.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1710089245517041, "S11": 2.1710089245517041, "W12": -10.0, "S12": -10.0, "W13": -14.611241273547163, "S13": -17.759534433482369, "W21": -38.688108332531073, "S21": -49.58960288195928, "W22": -40.935379660064058, "S22": -40.935379660064058, "W31": -75.130628155453806, "S31": -75.130628155453806, "W32": -95.714095176492336, "S32": -100.71409517649234 }, "geometry": { "type": "Point", "coordinates": [ 103581.166666666671517, 500225.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.967315674611559, "S12": -10.967315674611559, "W13": -22.283431246136967, "S13": -22.283431246136967, "W21": -35.897448689943261, "S21": -35.897448689943261, "W22": -60.251826168803731, "S22": -60.251826168803731, "W31": -69.960561941362968, "S31": -70.526656936137087, "W32": -89.914996414692851, "S32": -94.914996414692851 }, "geometry": { "type": "Point", "coordinates": [ 103581.333333333328483, 505011.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9015749277357199, "S11": 2.9015749277357199, "W12": -10.47869505645712, "S12": -10.850100989667883, "W13": -18.600406337750535, "S13": -20.467664081745689, "W21": -50.518235111690721, "S21": -64.141080495323422, "W22": -38.971287683633221, "S22": -47.030344639748762, "W31": -67.162221633484151, "S31": -76.217570327683845, "W32": -99.577194392356247, "S32": -104.57719439235625 }, "geometry": { "type": "Point", "coordinates": [ 103581.454545454544132, 500878.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29886363636364188, "S11": -0.29886363636364188, "W12": -6.7033790510657534, "S12": -6.7033790510657534, "W13": -15.818305934175092, "S13": -17.910013450514988, "W21": -35.347234740525792, "S21": -35.347234740525792, "W22": -50.0, "S22": -55.87012695202786, "W31": -100.0, "S31": -100.0, "W32": -102.69673038478695, "S32": -107.69673038478695 }, "geometry": { "type": "Point", "coordinates": [ 103581.6, 497874.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9400218763579637, "S12": -5.9400218763579637, "W13": -20.0, "S13": -20.0, "W21": -42.947755132222987, "S21": -42.947755132222987, "W22": -50.0, "S22": -52.933740191804702, "W31": -107.20342429630522, "S31": -107.20342429630522, "W32": -108.24505764155748, "S32": -113.24505764155748 }, "geometry": { "type": "Point", "coordinates": [ 103581.809523809526581, 519008.380952380946837 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49827447605892144, "S11": 0.49827447605892144, "W12": -10.0, "S12": -13.0, "W13": -14.658262894808363, "S13": -19.013839066036248, "W21": -29.948812915479582, "S21": -37.350287868263102, "W22": -51.601999386794148, "S22": -51.601999386794148, "W31": -89.834784497412457, "S31": -89.834784497412457, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 499723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81788882728028833, "S11": 0.5406329419552387, "W12": -10.400071486015548, "S12": -10.400071486015548, "W13": -15.879814921920186, "S13": -16.613757083259607, "W21": -50.591221223199291, "S21": -62.33164440118297, "W22": -46.977930116281151, "S22": -46.977930116281151, "W31": -85.786199640622769, "S31": -89.067013952346272, "W32": -96.355642288574018, "S32": -101.35564228857402 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 501391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42702601728339556, "S11": 0.42702601728339556, "W12": -4.500720954733235, "S12": -8.6807113479157927, "W13": -20.006943418900729, "S13": -20.006943418900729, "W21": -34.527172417330078, "S21": -37.638360344953114, "W22": -39.117927255479238, "S22": -44.117927255479238, "W31": -70.0, "S31": -70.283034075135447, "W32": -93.372378098610739, "S32": -98.372378098610739 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 506333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12823962623313223, "S11": -0.20552168898602377, "W12": -7.8472631450281494, "S12": -7.8472631450281494, "W13": -24.775640493179999, "S13": -24.775640493179999, "W21": -35.075522285012909, "S21": -38.075522285012909, "W22": -36.59390959695309, "S22": -36.59390959695309, "W31": -70.0, "S31": -80.0, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.074691736848068263, "S11": -0.074691736848068263, "W12": -10.0, "S12": -18.851874685733975, "W13": -35.0, "S13": -35.0, "W21": -38.526161232406395, "S21": -38.526161232406395, "W22": -38.99485696334699, "S22": -45.627610653232267, "W31": -67.370052438861507, "S31": -74.217060970820114, "W32": -97.258390785616982, "S32": -102.25839078561698 }, "geometry": { "type": "Point", "coordinates": [ 103582.0, 511056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.074060824807953063, "S11": 0.074060824807953063, "W12": -10.376960262187628, "S12": -13.421449401367033, "W13": -22.071015707730322, "S13": -29.111359147879767, "W21": -36.864350865086735, "S21": -37.918170172990699, "W22": -40.049846318709022, "S22": -40.049846318709022, "W31": -71.28065613870298, "S31": -73.520216636546138, "W32": -94.534660909194812, "S32": -99.534660909194812 }, "geometry": { "type": "Point", "coordinates": [ 103582.5, 511622.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49878171669251936, "S11": 0.49878171669251936, "W12": -10.0, "S12": -12.438947278475604, "W13": -13.937168637710563, "S13": -17.734067451573129, "W21": -32.119064337751254, "S21": -40.440297443972632, "W22": -41.226155935168983, "S22": -44.172536919831593, "W31": -76.271569433032056, "S31": -79.510475787719471, "W32": -96.336603106284301, "S32": -101.3366031062843 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92772626190576069, "S11": 0.92772626190576069, "W12": -10.134545617013671, "S12": -10.134545617013671, "W13": -16.357027183342971, "S13": -19.069076904296804, "W21": -51.83085695231744, "S21": -66.325530784905212, "W22": -49.422274215727228, "S22": -49.422274215727228, "W31": -70.0, "S31": -70.422753407737005, "W32": -93.912722290872253, "S32": -98.912722290872253 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 501248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2152408709069089, "S11": -3.3552996585072776, "W12": -10.0, "S12": -10.283505154639176, "W13": -20.0, "S13": -23.737151626259088, "W21": -33.881193266191175, "S21": -43.441437914509223, "W22": -38.818362286476543, "S22": -42.081896748675348, "W31": -70.0, "S31": -71.604313366383636, "W32": -92.389267229637809, "S32": -97.389267229637809 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 504568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85140542031281807, "S11": 0.85140542031281807, "W12": -5.109170305676856, "S12": -5.109170305676856, "W13": -24.222980767071089, "S13": -24.222980767071089, "W21": -35.975302782745523, "S21": -35.975302782745523, "W22": -50.0, "S22": -71.189918743974658, "W31": -107.21736939358307, "S31": -107.21736939358307, "W32": -109.94976619287931, "S32": -114.94976619287931 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 505973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19444520217518937, "S11": 0.097950633197164072, "W12": -7.4454973599581349, "S12": -7.4454973599581349, "W13": -25.0, "S13": -25.0, "W21": -34.316065064139231, "S21": -34.546308687609439, "W22": -50.046311419010422, "S22": -50.046311419010422, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.0, 510100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9323156741423499, "S12": -5.9323156741423499, "W13": -20.0, "S13": -20.0, "W21": -42.811254281531795, "S21": -42.811254281531795, "W22": -46.848560261943994, "S22": -46.848560261943994, "W31": -88.287773448766345, "S31": -88.287773448766345, "W32": -95.326869252655811, "S32": -100.32686925265581 }, "geometry": { "type": "Point", "coordinates": [ 103583.266666666662786, 518945.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80468014073737526, "S11": -0.80468014073737526, "W12": -5.0, "S12": -15.0, "W13": -20.376865989027202, "S13": -20.376865989027202, "W21": -35.825924532695559, "S21": -35.825924532695559, "W22": -36.765612739853061, "S22": -41.07248599082569, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103583.285714285710128, 508501.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53282097649186089, "S11": 0.53282097649186089, "W12": -0.11377776877197991, "S12": -15.911223448173573, "W13": -21.318032299230286, "S13": -22.20644082089596, "W21": -38.713975488816345, "S21": -40.794771037549587, "W22": -47.328813794018352, "S22": -49.285059407355476, "W31": -77.953184783442467, "S31": -80.382368311173735, "W32": -99.449350711360793, "S32": -104.44935071136079 }, "geometry": { "type": "Point", "coordinates": [ 103583.5, 506656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3181196357160694, "S11": 3.245636339811008, "W12": -10.42205335238598, "S12": -10.42205335238598, "W13": -18.657522549373944, "S13": -20.472898495862264, "W21": -50.101725498734439, "S21": -63.409119751236815, "W22": -38.808868107062224, "S22": -46.189820488014604, "W31": -67.265059399889878, "S31": -75.14251289671968, "W32": -98.342318510581308, "S32": -103.34231851058131 }, "geometry": { "type": "Point", "coordinates": [ 103583.8, 500828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0632421419567386, "S11": 3.0632421419567386, "W12": -10.006237679478872, "S12": -10.006237679478872, "W13": -15.217447328915089, "S13": -18.303327291885672, "W21": -39.284543016351556, "S21": -45.16500374064335, "W22": -64.184420752897623, "S22": -64.184420752897623, "W31": -73.041171667285994, "S31": -73.041171667285994, "W32": -86.947290209712179, "S32": -91.947290209712179 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 500349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19978401727861766, "S11": -0.093932863872025762, "W12": -10.0, "S12": -10.105791569863921, "W13": -15.032508851419943, "S13": -16.521760498125289, "W21": -45.177475705352165, "S21": -47.859071267988618, "W22": -37.228295785698634, "S22": -39.57831208827394, "W31": -65.961060131931987, "S31": -73.032408228006886, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 501647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73342274206314317, "S11": 0.73342274206314317, "W12": -13.110641488854045, "S12": -13.110641488854045, "W13": -22.310279434647303, "S13": -27.008889939974736, "W21": -39.607534158838597, "S21": -42.041403865579149, "W22": -51.266562336984869, "S22": -60.56964055878084, "W31": -81.096733910977335, "S31": -81.096733910977335, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 503549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8480128299660814, "S11": 2.5215241236005781, "W12": -10.699632423859228, "S12": -18.560320074659842, "W13": -20.202375993211447, "S13": -23.079040704589055, "W21": -38.049393629946003, "S21": -48.024127610164442, "W22": -52.689611622029183, "S22": -52.689611622029183, "W31": -88.025913194575608, "S31": -88.025913194575608, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 504348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82750872931531427, "S11": 0.82750872931531427, "W12": -5.3594895122567596, "S12": -5.3594895122567596, "W13": -23.071019390035712, "S13": -23.071019390035712, "W21": -36.374712446659053, "S21": -37.706741296233751, "W22": -45.822380668053938, "S22": -45.822380668053938, "W31": -81.746193455834899, "S31": -82.910247276069754, "W32": -96.821624173748887, "S32": -101.82162417374889 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 506029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5523416935019887, "S11": 0.5263733836428337, "W12": -7.0148310903597908, "S12": -7.0148310903597908, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -35.638186435171939, "S21": -35.638186435171939, "W22": -38.325942104109465, "S22": -38.342414421005465, "W31": -60.005704506560186, "S31": -60.005704506560186, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 507034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0056986668680841616, "S11": 0.0056986668680841616, "W12": -10.0, "S12": -22.224538606822883, "W13": -35.022617550164725, "S13": -35.022617550164725, "W21": -38.604368946226032, "S21": -38.604368946226032, "W22": -42.341010039552486, "S22": -45.074786677689801, "W31": -80.0, "S31": -82.323660714285722, "W32": -93.999108250620353, "S32": -98.999108250620353 }, "geometry": { "type": "Point", "coordinates": [ 103584.0, 511015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49999999999993261, "S11": -0.49999999999993261, "W12": -5.9424711228591098, "S12": -5.9424711228591098, "W13": -20.0, "S13": -20.0, "W21": -43.167792853428452, "S21": -43.167792853428452, "W22": -37.852171894046336, "S22": -37.852171894046336, "W31": -69.554493976910678, "S31": -78.440351748626227, "W32": -86.604086353122597, "S32": -91.604086353122597 }, "geometry": { "type": "Point", "coordinates": [ 103584.5, 519122.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43309288835317161, "S11": -0.43309288835317161, "W12": -10.0, "S12": -10.0, "W13": -15.17303481497701, "S13": -18.948041789388594, "W21": -40.835073847530957, "S21": -46.661333794480555, "W22": -39.980093101454031, "S22": -40.815857266573808, "W31": -70.500064968103004, "S31": -73.500064968103004, "W32": -93.51398651351505, "S32": -98.51398651351505 }, "geometry": { "type": "Point", "coordinates": [ 103584.75, 501906.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.5139498682845058, "W13": -15.0, "S13": -17.097079178885629, "W21": -30.0, "S21": -32.274986872046213, "W22": -36.349015264592005, "S22": -40.029343374120053, "W31": -78.028061827238972, "S31": -78.028061827238972, "W32": -88.658432245026802, "S32": -93.658432245026802 }, "geometry": { "type": "Point", "coordinates": [ 103585.0, 499216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7558702152497601, "S12": -7.1991132428202826, "W13": -11.273584905660377, "S13": -15.622710956080546, "W21": -30.0, "S21": -31.280216161772682, "W22": -51.602961556569134, "S22": -53.046012177274264, "W31": -98.232478971713149, "S31": -98.232478971713149, "W32": -98.232478971713149, "S32": -100.0583485483583 }, "geometry": { "type": "Point", "coordinates": [ 103585.0, 499475.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.139971397926395, "W13": -13.990133369954197, "S13": -17.159127283309012, "W21": -36.495885965028435, "S21": -37.905469344901107, "W22": -50.865181564684065, "S22": -50.865181564684065, "W31": -70.0, "S31": -70.326413650623607, "W32": -93.112106396799803, "S32": -98.112106396799803 }, "geometry": { "type": "Point", "coordinates": [ 103585.0, 500058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05021949078138721, "S11": -0.05021949078138721, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.896511717249329, "W21": -31.520515848123686, "S21": -34.38441152864528, "W22": -45.667304923885467, "S22": -45.667304923885467, "W31": -81.513933322059131, "S31": -82.809122740144829, "W32": -96.780122249637088, "S32": -101.78012224963709 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 498328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77222731439046743, "S11": 0.77222731439046743, "W12": -10.0, "S12": -10.422947154471546, "W13": -16.659522593821805, "S13": -20.499073138866702, "W21": -52.739866856556155, "S21": -66.996842365840735, "W22": -46.9903579512305, "S22": -46.997632421552652, "W31": -80.0, "S31": -80.0, "W32": -98.383174266525813, "S32": -103.38317426652581 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 501162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.232356127285039, "S12": -11.232356127285039, "W13": -16.439130434782609, "S13": -22.042674170067531, "W21": -43.350656721258311, "S21": -51.701249079994689, "W22": -33.806437924073634, "S22": -35.667045661386723, "W31": -77.577796246041075, "S31": -80.577796246041075, "W32": -86.710271301320432, "S32": -91.710271301320432 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 502114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4904093490892312, "S11": 1.1875019792447417, "W12": -3.5490490551384122, "S12": -4.2015285038476069, "W13": -21.227208870603569, "S13": -21.227208870603569, "W21": -37.055041573303825, "S21": -37.055041573303825, "W22": -39.868781772803445, "S22": -51.74695082427813, "W31": -61.955748914222028, "S31": -70.616617405501756, "W32": -81.481411760162956, "S32": -86.481411760162956 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 506933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.275358885096904, "S11": -0.72464111490309602, "W12": -8.9098524812560633, "S12": -15.674460160721839, "W13": -15.674460160721839, "S13": -15.674460160721839, "W21": -32.52876162039432, "S21": -32.52876162039432, "W22": -50.97476063727192, "S22": -50.97476063727192, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.50592743076092 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 507140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15239835355168244, "S11": 0.15239835355168244, "W12": -4.5625822076145246, "S12": -11.891473731475134, "W13": -18.710970747659363, "S13": -18.710970747659363, "W21": -32.570115908423787, "S21": -32.570115908423787, "W22": -70.0, "S22": -71.065112773235924, "W31": -81.833748602592436, "S31": -85.673974859919156, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 507654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0064213594994310908, "S11": -0.0064213594994310908, "W12": -10.261026951672862, "S12": -24.506354793850669, "W13": -35.075136268343819, "S13": -35.075136268343819, "W21": -38.634335806878155, "S21": -38.634335806878155, "W22": -47.9838956337193, "S22": -53.290728954901446, "W31": -80.911336309895731, "S31": -80.911336309895731, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103586.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15046741063629082, "S11": -0.15293331944698244, "W12": -5.7067380903684146, "S12": -10.826778477162016, "W13": -22.067462770908204, "S13": -23.543547309284179, "W21": -34.234907622719568, "S21": -39.337192998919214, "W22": -47.031837536324609, "S22": -47.031837536324609, "W31": -85.156218776008444, "S31": -87.190840600760211, "W32": -96.857219431859733, "S32": -101.85721943185973 }, "geometry": { "type": "Point", "coordinates": [ 103587.0, 505739.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64894243922941075, "S11": -0.64894243922941075, "W12": -6.0087492996657472, "S12": -14.21463502865976, "W13": -21.927744279239882, "S13": -22.842098711104711, "W21": -35.220584127361846, "S21": -43.912329067873223, "W22": -40.077251761405641, "S22": -50.985662519351848, "W31": -60.988847524744209, "S31": -69.070435916446755, "W32": -79.863585046057523, "S32": -84.863585046057523 }, "geometry": { "type": "Point", "coordinates": [ 103587.0, 505764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.99198868991517442, "W12": -6.2746880901620674, "S12": -6.2746880901620674, "W13": -24.739786845698692, "S13": -24.842597620334796, "W21": -35.693742139669148, "S21": -35.693742139669148, "W22": -46.979826310766029, "S22": -46.979826310766029, "W31": -86.441419024566557, "S31": -90.466805057482617, "W32": -96.002869197303752, "S32": -101.00286919730375 }, "geometry": { "type": "Point", "coordinates": [ 103587.0, 509244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77, "S11": 0.77, "W12": -0.63, "S12": -20.830001, "W13": -20.84, "S13": -20.84, "W21": -34.330002, "S21": -37.882461055474394, "W22": -44.380813871641571, "S22": -46.269950518473905, "W31": -80.0, "S31": -81.450663751366548, "W32": -93.041353992333839, "S32": -98.041353992333839 }, "geometry": { "type": "Point", "coordinates": [ 103587.6, 506304.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -11.43355628138052, "W13": -20.369678521116882, "S13": -24.704460740151983, "W21": -33.731553506987431, "S21": -33.731553506987431, "W22": -43.993998747996109, "S22": -46.056767772999514, "W31": -80.0, "S31": -81.581102608152435, "W32": -93.150947470712083, "S32": -98.150947470712083 }, "geometry": { "type": "Point", "coordinates": [ 103587.833333333328483, 504772.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9227366458378876, "S11": 2.9227366458378876, "W12": -10.0, "S12": -10.0, "W13": -14.968296367506696, "S13": -18.049370220623338, "W21": -39.13069523081785, "S21": -46.913070451322156, "W22": -39.130363373658533, "S22": -44.082218227079885, "W31": -70.0, "S31": -70.430192987955039, "W32": -93.660957504767097, "S32": -98.660957504767097 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 500322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -11.271077404374147, "W13": -20.584545686739034, "S13": -24.586030847930235, "W21": -33.743016470157961, "S21": -33.743016470157961, "W22": -46.847140428425703, "S22": -46.847140428425703, "W31": -71.445987738419618, "S31": -71.79970674668408, "W32": -95.021237394184752, "S32": -100.02123739418475 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68273209801989854, "S11": -2.3172679019801015, "W12": -10.058624199245644, "S12": -10.058624199245644, "W13": -20.0, "S13": -21.647616392528576, "W21": -38.324340208386488, "S21": -43.618782620587204, "W22": -39.431218459122988, "S22": -41.913442338670897, "W31": -67.725429366147679, "S31": -70.800840336171035, "W32": -93.761620276327037, "S32": -98.761620276327037 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 505432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2244884436879363, "S11": 0.10984967498647659, "W12": -6.143055599898676, "S12": -6.143055599898676, "W13": -25.0, "S13": -25.0, "W21": -35.583714698206727, "S21": -35.584442152949364, "W22": -40.988655700509668, "S22": -44.503581582387632, "W31": -70.31359858104635, "S31": -70.31359858104635, "W32": -89.994652981309159, "S32": -94.994652981309159 }, "geometry": { "type": "Point", "coordinates": [ 103588.0, 510131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.325599320807084, "S11": 2.3255993208070844, "W12": -10.572703274614259, "S12": -11.253494741918876, "W13": -18.474405560957727, "S13": -20.465907123742699, "W21": -50.853961634695537, "S21": -64.397114133380001, "W22": -63.628866857621965, "S22": -63.628866857621965, "W31": -72.632848936497737, "S31": -72.632848936497737, "W32": -87.016012822550209, "S32": -92.016012822550209 }, "geometry": { "type": "Point", "coordinates": [ 103588.272727272720658, 500926.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20193676786298975, "S11": 0.20193676786298975, "W12": -10.0, "S12": -14.698110352913899, "W13": -25.535091178508587, "S13": -25.874509974483292, "W21": -37.43945483642571, "S21": -37.43945483642571, "W22": -50.0, "S22": -85.0, "W31": -102.29916668587251, "S31": -102.29916668587251, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103588.333333333328483, 511443.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12193706614552315, "S11": -0.12193706614552315, "W12": -12.086847619654758, "S12": -12.086847619654758, "W13": -19.323015159421022, "S13": -20.975162096928308, "W21": -35.836650477331638, "S21": -35.836650477331638, "W22": -46.0, "S22": -52.419200347808214, "W31": -80.911235576358663, "S31": -80.911235576358663, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103588.833333333328483, 512618.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0423937085278938, "S11": 2.0423937085278938, "W12": -10.616165156244124, "S12": -11.499169542209078, "W13": -18.423217561795482, "S13": -20.498427534680857, "W21": -51.09050773358063, "S21": -64.45256726770107, "W22": -46.912343359451725, "S22": -46.912343359451725, "W31": -88.06745974951275, "S31": -89.545713913608992, "W32": -95.520785052026511, "S32": -100.52078505202651 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 500957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9073179917258747, "S11": 2.5936117021572103, "W12": -10.816169063591744, "S12": -20.816169063591744, "W13": -20.816169063591744, "S13": -23.728991515921052, "W21": -39.129973579188146, "S21": -49.129973579188146, "W22": -47.614444502718477, "S22": -48.573074187390219, "W31": -75.983681680083407, "S31": -80.788947825506639, "W32": -97.833371655881137, "S32": -102.83337165588114 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 504291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80965728082822408, "S11": -0.1308801376926374, "W12": -8.0471497252747248, "S12": -8.0471497252747248, "W13": -20.000000000000004, "S13": -22.481501436781613, "W21": -39.380837189734962, "S21": -45.859745753195057, "W22": -44.961168680314763, "S22": -46.585722746303531, "W31": -80.0, "S31": -80.852063453473534, "W32": -93.190153568202348, "S32": -98.190153568202348 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 505585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.839927451654408, "S12": -17.882417312226128, "W13": -21.331437038441788, "S13": -21.65582987032106, "W21": -33.943169887056129, "S21": -35.427847289240042, "W22": -39.277234495906647, "S22": -41.333387903533186, "W31": -67.698952678208826, "S31": -70.994124089235314, "W32": -93.925869852905123, "S32": -98.925869852905123 }, "geometry": { "type": "Point", "coordinates": [ 103589.0, 506756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.74, "S11": 1.74, "W12": -5.3600001, "S12": -20.3600001, "W13": -20.370001, "S13": -20.380001, "W21": -33.360001, "S21": -37.713057634960037, "W22": -37.004378136379998, "S22": -43.414224892167411, "W31": -65.854332439473609, "S31": -74.859780594130896, "W32": -99.17239544970947, "S32": -104.17239544970947 }, "geometry": { "type": "Point", "coordinates": [ 103589.2, 506256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53082239597877079, "S11": 0.26575770096951545, "W12": -11.389276853123739, "S12": -11.389276853123739, "W13": -23.743110948639636, "S13": -23.743110948639636, "W21": -36.086770609401384, "S21": -38.908508637366431, "W22": -64.309049898459065, "S22": -64.309049898459065, "W31": -73.241401739271794, "S31": -73.241401739271794, "W32": -86.957306700339316, "S32": -91.957306700339316 }, "geometry": { "type": "Point", "coordinates": [ 103589.333333333328483, 505178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9221611778771495, "S12": -5.9221611778771495, "W13": -20.0, "S13": -20.0, "W21": -42.877979578831081, "S21": -42.877979578831081, "W22": -40.388475685467547, "S22": -40.388475685467547, "W31": -72.754038980861807, "S31": -73.443346667729784, "W32": -95.244870171872108, "S32": -100.24487017187211 }, "geometry": { "type": "Point", "coordinates": [ 103589.588888888887595, 518995.288888888899237 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9978290699817727, "S12": -6.9866132960534575, "W13": -12.854467468132666, "S13": -17.854467468132668, "W21": -30.0, "S21": -32.173394282172467, "W22": -50.339441369218044, "S22": -55.024765206537197, "W31": -80.983217335050924, "S31": -80.983217335050924, "W32": -92.183615366107944, "S32": -97.183615366107944 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4964425221634719, "S11": 0.4964425221634719, "W12": -10.000000000000002, "S12": -10.736877448237426, "W13": -13.915140842226011, "S13": -17.117836521516402, "W21": -35.109962515603257, "S21": -38.782474522751698, "W22": -50.198821600290621, "S22": -50.198821600290621, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 499985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48600716560509527, "S11": 0.48600716560509527, "W12": -11.354068300162924, "S12": -11.354068300162924, "W13": -23.222518890504304, "S13": -23.222518890504304, "W21": -36.50674644952263, "S21": -38.201334078388612, "W22": -38.018245907194775, "S22": -38.018245907194775, "W31": -69.62753776561307, "S31": -77.055772622082785, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 505119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018210481344317398, "S11": 0.018210481344317398, "W12": -5.454710821578284, "S12": -5.454710821578284, "W13": -24.879846459025682, "S13": -24.879846459025682, "W21": -34.042014079147137, "S21": -36.544925093302389, "W22": -37.506080900657111, "S22": -37.506080900657111, "W31": -66.027297509177842, "S31": -72.163714615211816, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70727986255198427, "S11": 0.70727986255198427, "W12": -0.35737081889156691, "S12": -17.338048521369068, "W13": -21.221896506436103, "S13": -22.007511808763013, "W21": -38.2446462984216, "S21": -40.054877263639298, "W22": -45.738331725548072, "S22": -47.098051733141475, "W31": -80.0, "S31": -80.0, "W32": -94.429583387242843, "S32": -99.429583387242843 }, "geometry": { "type": "Point", "coordinates": [ 103590.0, 506684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -11.266867664361015, "W13": -20.580884057758364, "S13": -24.783996921473335, "W21": -33.732769099319533, "S21": -33.732769099319533, "W22": -60.263357860818552, "S22": -60.263357860818552, "W31": -89.638351412928898, "S31": -89.638351412928898, "W32": -96.343027591349738, "S32": -101.34302759134974 }, "geometry": { "type": "Point", "coordinates": [ 103590.333333333328483, 504782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -37.544739219407496, "S22": -37.906154143954083, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103590.408163265310577, 525067.551020408165641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9247541786437283, "S12": -5.9247541786437283, "W13": -20.0, "S13": -20.0, "W21": -42.998411024391309, "S21": -42.998411024391309, "W22": -44.950282908722137, "S22": -44.950282908722137, "W31": -70.728625457075481, "S31": -71.926381417804791, "W32": -96.711437865579725, "S32": -101.71143786557973 }, "geometry": { "type": "Point", "coordinates": [ 103590.428571428565192, 519056.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035774885656743471, "S11": -0.80299512563967979, "W12": -10.352298105148174, "S12": -10.352298105148174, "W13": -21.581804438668332, "S13": -23.576573076450263, "W21": -42.544643511222354, "S21": -42.544643511222354, "W22": -41.419835306504091, "S22": -44.17362554844366, "W31": -76.992604765817589, "S31": -80.294826071801197, "W32": -96.270206696361541, "S32": -101.27020669636154 }, "geometry": { "type": "Point", "coordinates": [ 103590.950819672129001, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23687060097455334, "S11": -0.23687060097455334, "W12": -12.893594792252671, "S12": -22.893594792252671, "W13": -24.348224852071006, "S13": -27.855144056427363, "W21": -39.960963391732392, "S21": -41.174078145830755, "W22": -34.33158149936822, "S22": -39.451682637168474, "W31": -72.260365157854707, "S31": -81.074467721957276, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 503946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7266239095242493, "S11": 2.7266239095242493, "W12": -9.5744382022477641, "S12": -19.574438202247762, "W13": -22.380096023534261, "S13": -25.01001361022367, "W21": -39.97810316126867, "S21": -49.247259787775562, "W22": -39.616265397020456, "S22": -42.023432222317126, "W31": -67.493395507762941, "S31": -72.638184159269201, "W32": -95.384717718049373, "S32": -100.38471771804937 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 504099.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6279203703863242, "S11": 0.6279203703863242, "W12": -3.1514725181703143, "S12": -18.151472518170316, "W13": -20.44657579329348, "S13": -20.44657579329348, "W21": -33.991116990920432, "S21": -37.208470635599113, "W22": -39.943858390116439, "S22": -51.102423997288405, "W31": -61.295735219242019, "S31": -69.604979042889667, "W32": -79.829114600706475, "S32": -84.829114600706475 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1695023935176994, "S11": -0.83049760648230064, "W12": -8.8017566889139296, "S12": -17.1189520144565, "W13": -17.1189520144565, "S13": -17.1189520144565, "W21": -33.17670698320341, "S21": -33.17670698320341, "W22": -56.404528422683271, "S22": -56.404528422683271, "W31": -75.239998, "S31": -75.239998, "W32": -86.05828677118123, "S32": -91.05828677118123 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1300063580041142, "S11": -0.6542812585072042, "W12": -8.4628186280390274, "S12": -18.462818628039027, "W13": -18.462818628039027, "S13": -18.462818628039027, "W21": -33.239710822505614, "S21": -33.239710822505614, "W22": -51.307769173282253, "S22": -52.055242494581613, "W31": -96.378702923964141, "S31": -96.378702923964141, "W32": -96.378702923964141, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75542799719845299, "S11": 0.75542799719845299, "W12": -4.6201962603594957, "S12": -19.678470748707333, "W13": -19.678470748707333, "S13": -19.678470748707333, "W21": -32.758946246863779, "S21": -32.758946246863779, "W22": -40.141893923620998, "S22": -50.576188906319956, "W31": -60.992257744830248, "S31": -68.950525896113945, "W32": -79.812011392502498, "S32": -84.812011392502498 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 507447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48425322293260664, "S11": 0.48425322293260664, "W12": -14.512405767168447, "S12": -14.512405767168447, "W13": -21.825520095204322, "S13": -28.462876901890549, "W21": -37.70441119921923, "S21": -41.976781735482625, "W22": -50.0, "S22": -64.552023121387293, "W31": -101.02455165329391, "S31": -101.02455165329391, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.0, 513768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.1925456100725449, "S12": -14.789305344793428, "W13": -21.052079787112408, "S13": -21.052079787112408, "W21": -35.343305457410665, "S21": -36.646232567520038, "W22": -49.976325112068047, "S22": -49.976325112068047, "W31": -90.000000000000014, "S31": -90.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103591.25, 506784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9313319010842909, "S12": -5.9313319010842909, "W13": -20.0, "S13": -20.0, "W21": -43.230608037948556, "S21": -43.230608037948556, "W22": -44.7281421304886, "S22": -46.445072314957656, "W31": -79.999999999999986, "S31": -81.078162037318407, "W32": -93.224932249322492, "S32": -98.224932249322492 }, "geometry": { "type": "Point", "coordinates": [ 103591.25, 519171.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16281300112943933, "S11": 0.16281300112943933, "W12": -7.9746274968133477, "S12": -7.9746274968133477, "W13": -16.075968968523195, "S13": -17.880822974945374, "W21": -31.809382342019472, "S21": -32.394949899072323, "W22": -41.720106793685979, "S22": -44.733536076314763, "W31": -80.0, "S31": -82.40342298288509, "W32": -95.023689171379473, "S32": -100.02368917137947 }, "geometry": { "type": "Point", "coordinates": [ 103591.4, 497534.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8417227611850366, "S11": 3.8229377547221235, "W12": -10.160606618691986, "S12": -10.160606618691986, "W13": -16.772283835589253, "S13": -19.935541567194562, "W21": -38.934115688238151, "S21": -43.988846532444043, "W22": -37.150957616971432, "S22": -40.809675021679396, "W31": -74.259165964084445, "S31": -74.259165964084445, "W32": -89.16686837589387, "S32": -94.16686837589387 }, "geometry": { "type": "Point", "coordinates": [ 103591.666666666671517, 500489.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49577563659831747, "S11": 0.49577563659831747, "W12": -10.0, "S12": -10.272613514479852, "W13": -13.921587191314392, "S13": -17.141191501629351, "W21": -35.962009284293771, "S21": -38.302007050405692, "W22": -38.659901654003804, "S22": -39.765929333290089, "W31": -65.419504182111311, "S31": -74.830176230651006, "W32": -90.017454132164318, "S32": -95.017454132164318 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86949463153316076, "S11": 0.86949463153316076, "W12": -10.0, "S12": -10.0, "W13": -13.968731717365927, "S13": -17.191154132851644, "W21": -37.118227411734424, "S21": -37.618618342148807, "W22": -40.0, "S22": -52.772390866622175, "W31": -63.72418759941457, "S31": -73.061927642906937, "W32": -84.983763586956513, "S32": -89.983763586956513 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 500091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.0, "W13": -22.809258298755186, "S13": -27.305112215480662, "W21": -39.831762026757758, "S21": -41.978005382597459, "W22": -60.780117202033203, "S22": -60.780117202033203, "W31": -69.999999999999986, "S31": -70.527855432535858, "W32": -87.639701839751964, "S32": -92.639701839751964 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 503598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73548168249660772, "S11": 0.45937352646821716, "W12": -8.6287195671776367, "S12": -8.6287195671776367, "W13": -20.126549135974866, "S13": -23.126549135974866, "W21": -36.459877071633343, "S21": -43.003934993234665, "W22": -57.284147460985302, "S22": -69.224055565502709, "W31": -99.180091333858783, "S31": -99.180091333858783, "W32": -101.69119317361758, "S32": -106.69119317361758 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2196612691776174, "S11": 1.7196612691776174, "W12": -6.000579956173274, "S12": -18.288024985060055, "W13": -24.842918828488767, "S13": -25.215525966935104, "W21": -33.737229870404619, "S21": -33.84987740863555, "W22": -50.0, "S22": -59.221808330511344, "W31": -105.75527933651553, "S31": -105.75527933651553, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103592.0, 509566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51624085908919659, "W12": -6.3200099755762906, "S12": -6.3200099755762906, "W13": -20.455069880487681, "S13": -22.406638134179225, "W21": -42.789784319801434, "S21": -45.292749515588433, "W22": -55.372139947462415, "S22": -67.910706525554957, "W31": -100.34703520540543, "S31": -100.34703520540543, "W32": -102.10223885560946, "S32": -107.10223885560946 }, "geometry": { "type": "Point", "coordinates": [ 103592.04310344827536, 516618.918103448289912 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3660464247081272, "S12": -9.3660464247081272, "W13": -16.340823723782329, "S13": -17.718204791387642, "W21": -23.790033031738709, "S21": -24.801951359687099, "W22": -60.0, "S22": -62.437396925293349, "W31": -90.553125329398128, "S31": -90.553125329398128, "W32": -97.856958850247437, "S32": -102.85695885024744 }, "geometry": { "type": "Point", "coordinates": [ 103592.666666666671517, 497167.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.486315782176892, "S11": 3.486315782176892, "W12": -10.109544865454795, "S12": -10.109544865454795, "W13": -15.860851500553675, "S13": -18.997006612670525, "W21": -39.821259826091655, "S21": -39.821259826091655, "W22": -47.268048889237967, "S22": -48.929567590984647, "W31": -78.090183949770037, "S31": -80.315844506780039, "W32": -99.571123783921166, "S32": -104.57112378392117 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18898687448728471, "S11": 0.18898687448728471, "W12": -10.827307181831587, "S12": -10.827307181831587, "W13": -16.479200940070506, "S13": -21.919510637522901, "W21": -43.523403618962163, "S21": -50.587220837731216, "W22": -39.739031388931977, "S22": -40.312165861123262, "W31": -68.141210985826405, "S31": -71.113040841364466, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 502180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.83125508151825, "S12": -10.83125508151825, "W13": -22.01648784644447, "S13": -22.01648784644447, "W21": -35.6494347264222, "S21": -35.6494347264222, "W22": -46.951501683955371, "S22": -46.955096723812837, "W31": -80.0, "S31": -80.0, "W32": -98.321429889639887, "S32": -103.32142988963989 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 504982.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7809604465667096, "S11": 0.77496224474284436, "W12": 0.0, "S12": -5.272119928302514, "W13": -21.12652326576702, "S13": -21.12652326576702, "W21": -35.452050997518448, "S21": -39.762830776942103, "W22": -37.186635676577886, "S22": -47.738262989915206, "W31": -65.930345558143742, "S31": -74.58016213686885, "W32": -97.155592507910129, "S32": -102.15559250791013 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 506154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1796168744967281, "S11": 1.0830989569848959, "W12": -3.2399831724207151, "S12": -6.4944530955618109, "W13": -20.968451937940078, "S13": -20.968451937940078, "W21": -37.457260213171615, "S21": -37.457260213171615, "W22": -38.740002, "S22": -39.995430671464504, "W31": -70.0, "S31": -73.82877577441667, "W32": -91.687644715336475, "S32": -96.687644715336475 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 506909.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55, "S11": -0.55, "W12": -11.85, "S12": -34.130001, "W13": -34.139999, "S13": -34.139999, "W21": -34.16, "S21": -34.16, "W22": -45.101883048004581, "S22": -46.64290015051386, "W31": -80.0, "S31": -80.65750926882636, "W32": -93.586492431103636, "S32": -98.586492431103636 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14762507425917329, "S11": 0.14762507425917329, "W12": -11.097575569836131, "S12": -11.107454939825693, "W13": -20.165643006743675, "S13": -27.415950377780753, "W21": -37.84800413074403, "S21": -37.946805827950939, "W22": -33.10519246319042, "S22": -41.001366939317592, "W31": -76.901257541211848, "S31": -78.108685077443738, "W32": -85.666051587058149, "S32": -90.666051587058149 }, "geometry": { "type": "Point", "coordinates": [ 103593.4, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42805596987364702, "S11": 0.42805596987364702, "W12": -6.3588196644696229, "S12": -8.6533026123639551, "W13": -19.911021403205233, "S13": -19.911021403205233, "W21": -33.669998836264149, "S21": -36.472304920926277, "W22": -45.98155231379868, "S22": -46.03520102273454, "W31": -72.221970501108771, "S31": -74.115378635751128, "W32": -96.943358388650807, "S32": -101.94335838865081 }, "geometry": { "type": "Point", "coordinates": [ 103593.666666666671517, 506346.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.7226175473288494, "W12": -10.0, "S12": -10.76730667142146, "W13": -20.788711766066893, "S13": -24.251825995447476, "W21": -33.880633121067156, "S21": -33.880633121067156, "W22": -39.372316125157084, "S22": -44.074486258062478, "W31": -70.0, "S31": -71.219518201764203, "W32": -94.668772132933796, "S32": -99.668772132933796 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52671390672996377, "S11": 0.52671390672996443, "W12": -11.409935149985627, "S12": -11.409935149985627, "W13": -23.64103284754313, "S13": -23.64103284754313, "W21": -36.176484554583901, "S21": -38.754200268559124, "W22": -41.558926810779788, "S22": -44.212250274947927, "W31": -78.753766091481751, "S31": -82.023207285977236, "W32": -95.860873385271503, "S32": -100.8608733852715 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 505167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64133402156457897, "S11": -1.9726304754768411, "W12": -11.390097587259774, "S12": -11.667808279083673, "W13": -22.931571714575778, "S13": -24.01114868658594, "W21": -36.561217404134005, "S21": -38.998224889823128, "W22": -50.0, "S22": -59.802265705453678, "W31": -106.23583956013562, "S31": -106.23583956013562, "W32": -110.03647968326963, "S32": -115.03647968326963 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 505293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75392778819566275, "S11": -2.2460722118043375, "W12": -9.6816069819620871, "S12": -9.6816069819620871, "W13": -20.0, "S13": -21.856704767214943, "W21": -38.677827852068447, "S21": -44.205179542362416, "W22": -50.0, "S22": -52.290753847882257, "W31": -100.0, "S31": -100.0, "W32": -102.01191203925522, "S32": -107.01191203925522 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 505460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57889230792738167, "S11": 0.57889230792738167, "W12": -5.831847256583182, "S12": -19.061186155555706, "W13": -20.977138474849582, "S13": -21.977138474849582, "W21": -39.605911169196865, "S21": -40.549397611495763, "W22": -62.896155319964244, "S22": -63.398128484920832, "W31": -85.255393157177906, "S31": -85.255393157177906, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 506468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55820881317216808, "S11": 0.55820881317216808, "W12": -0.24181386725991869, "S12": -14.203023518776874, "W13": -20.82224109607273, "S13": -21.0198475377228, "W21": -39.884578494840632, "S21": -42.044283342918149, "W22": -38.543190880604492, "S22": -40.630479218310192, "W31": -70.0, "S31": -73.095614007388932, "W32": -92.070450830836293, "S32": -97.070450830836293 }, "geometry": { "type": "Point", "coordinates": [ 103594.0, 506594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6654735108427134, "S11": 2.5359675028320328, "W12": -3.8933911748828449, "S12": -4.6336922931436062, "W13": -24.369036097465607, "S13": -24.369036097465607, "W21": -37.281220675906958, "S21": -37.281220675906958, "W22": -37.100596160528795, "S22": -40.833799117924187, "W31": -75.852061454648222, "S31": -75.852061454648222, "W32": -88.980120187678025, "S32": -93.980120187678025 }, "geometry": { "type": "Point", "coordinates": [ 103594.5, 509055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6168825787918015, "S11": 1.6362039737022633, "W12": -5.8955599755885597, "S12": -5.8955599755885597, "W13": -24.50754323196184, "S13": -24.50754323196184, "W21": -36.609538964271152, "S21": -38.346182245436829, "W22": -38.636359950677772, "S22": -39.708717482009057, "W31": -65.416896526174924, "S31": -74.893899302810055, "W32": -90.118931644747519, "S32": -95.118931644747519 }, "geometry": { "type": "Point", "coordinates": [ 103594.5, 509176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17764578833693301, "S11": -0.10623006329062185, "W12": -10.0, "S12": -10.43505586592179, "W13": -15.0, "S13": -16.576142619059642, "W21": -43.970523472593285, "S21": -46.704045629907263, "W22": -35.221778744837046, "S22": -37.380137663625803, "W31": -70.13087200456448, "S31": -80.13087200456448, "W32": -85.000000000000014, "S32": -90.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 501662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7497286295793758, "S11": 0.44649281397651797, "W12": -8.8026697153162416, "S12": -8.8026697153162416, "W13": -19.999999999999996, "S13": -23.019297586056233, "W21": -36.505540233193706, "S21": -43.310275444433117, "W22": -39.8553696820765, "S22": -43.432095562819448, "W31": -67.431901516860705, "S31": -72.916857827652095, "W32": -95.698406473186637, "S32": -100.69840647318664 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26450358613196567, "S11": -0.26450358613196567, "W12": -5.6383349316432128, "S12": -6.0536016797598302, "W13": -25.0, "S13": -25.52792187976808, "W21": -33.952761825672873, "S21": -38.372382762528808, "W22": -39.034267621566798, "S22": -39.406359279901565, "W31": -63.753565316600117, "S31": -65.116450595336062, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087269697832832657, "S11": -0.087269697832832657, "W12": -5.4983737898157514, "S12": -5.4983737898157514, "W13": -24.937398562485509, "S13": -25.100047326599029, "W21": -34.033030309917208, "S21": -37.13133139996944, "W22": -50.0, "S22": -50.0, "W31": -105.71157705985173, "S31": -105.71157705985173, "W32": -105.71157705985173, "S32": -110.30082195472512 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 505844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51150705950562991, "S11": 0.51150705950562991, "W12": -3.9895196457384574, "S12": -3.9895196457384574, "W13": -20.455992073615548, "S13": -20.457982613790907, "W21": -34.695924134825681, "S21": -36.913444656754265, "W22": -46.939961397279163, "S22": -47.101589499200344, "W31": -73.332609208422213, "S31": -75.844811171956579, "W32": -97.150268462636291, "S32": -102.15026846263629 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 506381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070767200337200603, "S11": -0.070767200337200603, "W12": -4.6897084233261337, "S12": -6.655303221139107, "W13": -20.03923305449408, "S13": -20.03923305449408, "W21": -32.585860998121667, "S21": -32.585860998121667, "W22": -42.214354237409054, "S22": -44.986544577242228, "W31": -80.0, "S31": -82.223214285714306, "W32": -94.508556933080854, "S32": -99.508556933080854 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 507754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91479214232599659, "S11": -0.91479214232599659, "W12": -5.0, "S12": -14.694161183870863, "W13": -19.977265719146303, "S13": -19.977265719146303, "W21": -35.240464425350446, "S21": -35.240464425350446, "W22": -32.799857790443333, "S22": -41.572394510480535, "W31": -76.210060859642454, "S31": -76.488143552653796, "W32": -85.205732974862627, "S32": -90.205732974862627 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 508434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29184312638580939, "S11": -0.29184312638580939, "W12": -10.0, "S12": -34.160401002506262, "W13": -34.160401002506262, "S13": -34.160401002506262, "W21": -35.878747545726981, "S21": -35.878747545726981, "W22": -48.641001313183409, "S22": -48.641001313183409, "W31": -70.0, "S31": -70.569496518478843, "W32": -94.975298300796609, "S32": -99.975298300796609 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3642545658650318, "S11": 0.3642545658650318, "W12": -11.894355600657871, "S12": -11.894355600657871, "W13": -21.72742502247268, "S13": -23.041285809481945, "W21": -42.551274958718786, "S21": -42.551274958718786, "W22": -60.528660050891375, "S22": -60.528660050891375, "W31": -69.881602635394074, "S31": -70.687361548412312, "W32": -89.473794280836529, "S32": -94.473794280836529 }, "geometry": { "type": "Point", "coordinates": [ 103595.0, 514788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9005363568469393, "S11": 1.9005363568469393, "W12": -10.66671149277154, "S12": -11.659723853218246, "W13": -18.313112678998166, "S13": -20.501551695176808, "W21": -51.189688157700722, "S21": -64.313977962803619, "W22": -66.018024085565571, "S22": -66.959293005439321, "W31": -81.598904448248589, "S31": -89.850478177687606, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103595.090909090911737, 500974.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.912006681611941, "S12": -5.912006681611941, "W13": -20.0, "S13": -20.0, "W21": -42.944704876130196, "S21": -42.944704876130196, "W22": -39.555742589463833, "S22": -41.966985158756906, "W31": -67.462945097968728, "S31": -72.564859494841613, "W32": -95.297250307064417, "S32": -100.29725030706442 }, "geometry": { "type": "Point", "coordinates": [ 103595.911111111112405, 519044.711111111100763 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49031487415224007, "S11": 0.49031487415224007, "W12": -10.0, "S12": -12.626866532141827, "W13": -14.726633846958329, "S13": -19.317068629567025, "W21": -29.89951687772739, "S21": -36.296604941353841, "W22": -37.303906271543475, "S22": -37.650507406805829, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 499715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.220640829136558, "S13": -18.965269756183609, "W21": -39.96054968913451, "S21": -45.751000617516475, "W22": -44.7689502273372, "S22": -46.443114360128881, "W31": -80.0, "S31": -80.982981827022428, "W32": -93.517615176151764, "S32": -98.517615176151764 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 501909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74531886024423333, "S11": 0.43060254818747196, "W12": -9.0596740950663399, "S12": -9.0596740950663399, "W13": -20.000000000000004, "S13": -22.997775305895445, "W21": -36.367270988500977, "S21": -43.186947887047978, "W22": -38.971214707039088, "S22": -43.573678751505575, "W31": -70.0, "S31": -70.100747772354808, "W32": -93.592430536638517, "S32": -98.592430536638517 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 505674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3520094355340474, "S11": 0.3520094355340474, "W12": -2.552824666886353, "S12": -10.755003991156068, "W13": -20.786586891667028, "S13": -20.786586891667028, "W21": -37.45630946211346, "S21": -38.420072826332976, "W22": -38.922170461892726, "S22": -48.204270950378422, "W31": -67.031929272923165, "S31": -76.566145826737895, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 506835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.030517340261606823, "S11": -0.030517340261606823, "W12": -4.4136015118790493, "S12": -7.299271971022872, "W13": -20.0, "S13": -20.0, "W21": -32.576181293631372, "S21": -32.576181293631372, "W22": -47.604957743688487, "S22": -48.075520572066601, "W31": -75.538142092307211, "S31": -80.380247355465102, "W32": -97.695981468923947, "S32": -102.69598146892395 }, "geometry": { "type": "Point", "coordinates": [ 103596.0, 507735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.675731096752044, "S12": -10.675731096752044, "W13": -21.742451296318492, "S13": -22.225786752524147, "W21": -35.329371289512814, "S21": -35.329371289512814, "W22": -44.975828364904444, "S22": -46.553054971638424, "W31": -80.0, "S31": -80.751048441013793, "W32": -93.673502393582609, "S32": -98.673502393582609 }, "geometry": { "type": "Point", "coordinates": [ 103596.2, 504951.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20653347732181426, "S11": -0.058795818666073696, "W12": -10.0, "S12": -10.0, "W13": -15.010082282249769, "S13": -16.561031729247397, "W21": -43.882005813100022, "S21": -46.784879478055473, "W22": -41.038018809673311, "S22": -44.387526126041806, "W31": -80.0, "S31": -82.92730177751146, "W32": -95.554359975309879, "S32": -100.55435997530988 }, "geometry": { "type": "Point", "coordinates": [ 103596.5, 501659.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31852385414772633, "S11": -0.31852385414772633, "W12": -5.7982036958083834, "S12": -5.7982036958083834, "W13": -15.355710297036364, "S13": -17.86552966231136, "W21": -33.78391529126278, "S21": -34.90005221057816, "W22": -32.665418722200208, "S22": -41.393731135635967, "W31": -75.169265880562946, "S31": -77.67932808327059, "W32": -85.010988281431977, "S32": -90.010988281431977 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 498088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67496607869742198, "S11": 0.44861660866940839, "W12": -7.3941926337564938, "S12": -10.645630521784831, "W13": -21.421262132695141, "S13": -23.622596949157877, "W21": -35.123871594275762, "S21": -41.440444833613576, "W22": -38.72950127652441, "S22": -38.72950127652441, "W31": -65.281931368695652, "S31": -74.719654355725879, "W32": -89.758411285455637, "S32": -94.758411285455637 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 505715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50418484762185967, "S11": -0.50418484762185967, "W12": -5.8117568198316558, "S12": -11.710209573282597, "W13": -23.762297801741447, "S13": -24.762297801741447, "W21": -33.859726292680079, "S21": -39.989831089190361, "W22": -51.863578985915971, "S22": -51.863578985915971, "W31": -89.011742422198651, "S31": -89.011742422198651, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 505796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0074298883841677, "S11": 0.57643024497510476, "W12": -5.0, "S12": -14.708518580201908, "W13": -19.817946658183761, "S13": -19.817946658183761, "W21": -37.375967294402841, "S21": -40.382532836626069, "W22": -41.693988513528893, "S22": -44.475900465897915, "W31": -80.0, "S31": -82.795594939015203, "W32": -95.451540074181651, "S32": -100.45154007418165 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 506099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44563479200432216, "S11": -0.44563479200432216, "W12": -10.946843137254902, "S12": -35.946843137254902, "W13": -35.946843137254902, "S13": -35.946843137254902, "W21": -35.946843137254902, "S21": -35.946843137254902, "W22": -39.206042113054899, "S22": -44.06136304678833, "W31": -70.0, "S31": -70.722988402812277, "W32": -94.281956551348841, "S32": -99.281956551348841 }, "geometry": { "type": "Point", "coordinates": [ 103597.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4, "S11": 0.4, "W12": -7.3, "S12": -7.3, "W13": -19.809999, "S13": -19.819999, "W21": -33.400002, "S21": -36.062592093849041, "W22": -55.225568203449193, "S22": -67.360477415140963, "W31": -100.37437145968165, "S31": -100.37437145968165, "W32": -102.10280989619612, "S32": -107.10280989619612 }, "geometry": { "type": "Point", "coordinates": [ 103597.1, 506353.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12979564589135537, "S11": 0.12979564589135537, "W12": -11.156681640145058, "S12": -11.156681640145058, "W13": -20.027302294306907, "S13": -26.819372734221993, "W21": -37.864643048047583, "S21": -37.972168284677416, "W22": -44.849245188984227, "S22": -46.479217354290732, "W31": -80.0, "S31": -80.879231751048437, "W32": -93.64453477868112, "S32": -98.64453477868112 }, "geometry": { "type": "Point", "coordinates": [ 103597.125, 512970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4143851901063629, "S12": -26.913172608210523, "W13": -30.536972272472553, "S13": -30.536972272472553, "W21": -40.0, "S21": -40.0, "W22": -39.685993996941988, "S22": -44.134557159658094, "W31": -72.095316351684474, "S31": -72.141477240822041, "W32": -95.63793925360936, "S32": -100.63793925360936 }, "geometry": { "type": "Point", "coordinates": [ 103597.666666666671517, 510623.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.2381334650693674, "W12": -10.0, "S12": -11.320939721412691, "W13": -19.830396167251063, "S13": -24.258270186242967, "W21": -33.611895681004597, "S21": -37.922184548255487, "W22": -44.095012182753386, "S22": -48.0935935866611, "W31": -62.652168910367045, "S31": -63.495775276560366, "W32": -95.407278772508889, "S32": -100.40727877250889 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 504646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4199468710654841, "W12": -10.0, "S12": -11.315722396249139, "W13": -19.979027262920667, "S13": -24.979027262920667, "W21": -33.694385464642473, "S21": -33.694385464642473, "W22": -39.69567118986204, "S22": -42.763355159530335, "W31": -67.7001676204208, "S31": -70.344139471885754, "W32": -93.436906052074093, "S32": -98.436906052074093 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 504756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29909668315172927, "S11": -0.29909668315172927, "W12": -5.6418723372421988, "S12": -6.631232956261071, "W13": -25.0, "S13": -25.56637168141593, "W21": -33.960367413964953, "S21": -38.523294421162284, "W22": -58.295454545454547, "S22": -58.295454545454547, "W31": -75.239998, "S31": -75.239998, "W32": -86.299505118693006, "S32": -91.299505118693006 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80745027559812832, "S11": 0.80745027559812832, "W12": -5.0451592639691185, "S12": -5.0451592639691185, "W13": -24.479961286684301, "S13": -24.479961286684301, "W21": -34.650068762045876, "S21": -34.650068762045876, "W22": -33.839035323678821, "S22": -35.030086757515726, "W31": -77.312841740198351, "S31": -80.583554013485909, "W32": -86.941322513378566, "S32": -91.941322513378566 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.26, "S11": 2.26, "W12": -6.0408044232523119, "S12": -16.220127042171523, "W13": -24.96372452637663, "S13": -25.536184136158564, "W21": -37.885552400535254, "S21": -38.225170995377169, "W22": -38.242489619241951, "S22": -38.425135132993745, "W31": -60.0, "S31": -60.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 509646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24437541523878667, "S11": 0.14197917766691778, "W12": -6.2826090048268322, "S12": -6.2826090048268322, "W13": -25.0, "S13": -25.0, "W21": -35.562187791998113, "S21": -35.563103861274264, "W22": -39.005024162651949, "S22": -47.541438728478283, "W31": -67.045990051777324, "S31": -76.220669680049951, "W32": -99.584692234653005, "S32": -104.58469223465301 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 510145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49985992605233198, "S11": -0.49985992605233198, "W12": -11.794777750789409, "S12": -34.238602758969371, "W13": -35.0, "S13": -35.0, "W21": -35.0, "S21": -35.0, "W22": -40.0, "S22": -53.360803441378856, "W31": -63.619573136835619, "S31": -72.956160971564614, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059491352930945811, "S11": 0.059491352930945811, "W12": -10.533420729209341, "S12": -12.602238655439882, "W13": -21.091378397458524, "S13": -29.643253666893788, "W21": -36.734257084964177, "S21": -38.081573246977477, "W22": -39.716310589814924, "S22": -43.602180155032315, "W31": -63.436678406666999, "S31": -68.195852124799146, "W32": -87.567133544917226, "S32": -92.567133544917226 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 511668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020674683193362804, "S11": 0.020674683193362804, "W12": -10.73661614092585, "S12": -11.924521231866086, "W13": -19.997293936983109, "S13": -29.815514945748738, "W21": -36.575382481967182, "S21": -38.219100531514904, "W22": -56.779572366446686, "S22": -56.779572366446686, "W31": -75.239998, "S31": -75.239998, "W32": -86.127720804860914, "S32": -91.127720804860914 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 511718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9201926793094763, "S12": -5.9201926793094763, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -43.293423222468768, "S21": -43.293423222468768, "W22": -48.544718264657135, "S22": -48.544718264657135, "W31": -88.410369674853925, "S31": -88.410369674853925, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103598.0, 519220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0331577407082215, "S11": -0.0331577407082215, "W12": -5.0, "S12": -5.0, "W13": -15.002349309026753, "S13": -17.966102474987938, "W21": -31.259502109393321, "S21": -34.13874687983617, "W22": -64.616741226085765, "S22": -64.616741226085765, "W31": -73.91661767631787, "S31": -73.91661767631787, "W32": -86.991399068835264, "S32": -91.991399068835264 }, "geometry": { "type": "Point", "coordinates": [ 103598.333333333328483, 498344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.139475373357973, "S12": -11.139475373357973, "W13": -22.522740035149639, "S13": -22.522740035149639, "W21": -36.32707137784616, "S21": -36.32707137784616, "W22": -50.0, "S22": -58.007663134237845, "W31": -100.0, "S31": -100.0, "W32": -105.11308207640859, "S32": -110.11308207640859 }, "geometry": { "type": "Point", "coordinates": [ 103598.666666666671517, 505040.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9094864809294627, "S12": -5.9094864809294627, "W13": -20.0, "S13": -20.0, "W21": -43.049066916559582, "S21": -43.049066916559582, "W22": -47.209641940522815, "S22": -47.209641940522815, "W31": -87.871681584646268, "S31": -87.871681584646268, "W32": -95.25452658394515, "S32": -100.25452658394515 }, "geometry": { "type": "Point", "coordinates": [ 103599.047619047618355, 519103.904761904734187 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50994581498715208, "S11": 0.50994581498715208, "W12": -6.8235832633585973, "S12": -7.401986374774669, "W13": -11.458663910927303, "S13": -15.603598364708596, "W21": -30.0, "S21": -31.393561633222092, "W22": -44.840409316998233, "S22": -44.840409316998233, "W31": -64.900424420502773, "S31": -65.900424420502773, "W32": -95.908693001094136, "S32": -100.90869300109414 }, "geometry": { "type": "Point", "coordinates": [ 103599.8, 499455.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74233378561736774, "S11": 0.3965209777355741, "W12": -9.0224058479931823, "S12": -9.0224058479931823, "W13": -20.570388349514563, "S13": -23.425783232718121, "W21": -36.05977848740396, "S21": -43.054343323296159, "W22": -47.466105921542834, "S22": -48.121711330742102, "W31": -77.278204652180619, "S31": -81.302887420019701, "W32": -98.244733080378325, "S32": -103.24473308037832 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066925325281058018, "S11": -0.066925325281058018, "W12": -4.5963579913606907, "S12": -6.6814675779524491, "W13": -20.157896965217976, "S13": -20.157896965217976, "W21": -32.571243864156678, "S21": -32.571243864156678, "W22": -37.462974408987989, "S22": -37.462974408987989, "W31": -69.762561806165493, "S31": -78.061293276037901, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 507748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.046399689161243499, "S11": -0.29828695934011895, "W12": -7.0021956082833965, "S12": -11.958120625020733, "W13": -25.020550946703537, "S13": -25.020550946703537, "W21": -35.145713429446133, "S21": -35.146606190358654, "W22": -40.669645466786619, "S22": -40.669645466786619, "W31": -73.289159719776137, "S31": -73.290856912336778, "W32": -95.38326557013491, "S32": -100.38326557013491 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7588467207945779, "S12": -7.7663215071311082, "W13": -25.0, "S13": -25.0, "W21": -38.163224300705807, "S21": -38.163224300705807, "W22": -48.153675620537236, "S22": -48.153675620537236, "W31": -70.0, "S31": -70.61936245572609, "W32": -95.172605094936543, "S32": -100.17260509493654 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 510341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77005873395692848, "S11": 0.77005873395692848, "W12": -15.373711847719065, "S12": -15.373711847719065, "W13": -21.898640932818736, "S13": -25.571272541202369, "W21": -37.654654495547156, "S21": -44.22200434952385, "W22": -50.659026347259271, "S22": -50.659026347259271, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.76341443434069 }, "geometry": { "type": "Point", "coordinates": [ 103600.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15514777909535721, "S11": -0.29131375936615117, "W12": -6.9366187227021641, "S12": -18.857574333968714, "W13": -25.0, "S13": -25.0, "W21": -35.169695891268447, "S21": -35.169695891268447, "W22": -47.143037433720821, "S22": -48.597273588442192, "W31": -78.792356699804117, "S31": -80.392982924329146, "W32": -99.991516436903581, "S32": -104.99151643690358 }, "geometry": { "type": "Point", "coordinates": [ 103600.8, 509965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5999845872690843, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.448690982407587, "W21": -41.746978964642693, "S21": -42.500591810316202, "W22": -40.0, "S22": -53.017242108497605, "W31": -63.148310980568169, "S31": -72.338061698579779, "W32": -84.241281885436322, "S32": -89.241281885436322 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 501765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6142707082833132, "S11": 1.6142707082833132, "W12": -6.7353469571075681, "S12": -6.7353469571075681, "W13": -15.240305522914218, "S13": -18.556867972112506, "W21": -40.0, "S21": -46.270913853124796, "W22": -40.275484775339024, "S22": -40.275484775339024, "W31": -71.794656264812502, "S31": -73.290126489297634, "W32": -95.077785888827279, "S32": -100.07778588882728 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 502341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0435167723869936, "S11": -3.6229852242372704, "W12": -10.0, "S12": -10.986510199605176, "W13": -20.0, "S13": -24.073990153871506, "W21": -33.902558029044464, "S21": -43.902558029044464, "W22": -47.684086289622357, "S22": -47.684086289622357, "W31": -70.420139827989686, "S31": -70.99327376476009, "W32": -95.077678725301595, "S32": -100.0776787253016 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 504567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9336529442120995, "S11": -0.066347055787900455, "W12": -7.7639530750088896, "S12": -16.000261003005825, "W13": -16.000261003005825, "S13": -16.000261003005825, "W21": -33.007504601018255, "S21": -33.007504601018255, "W22": -38.106091830288598, "S22": -38.106091830288598, "W31": -69.606689305492552, "S31": -75.662090486457132, "W32": -90.982344728956974, "S32": -95.982344728956974 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 507226.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14423269601509106, "S11": -0.14423269601509106, "W12": -5.325765054294175, "S12": -6.3039517775615099, "W13": -20.306146458019374, "S13": -20.306146458019374, "W21": -32.581681166293166, "S21": -32.581681166293166, "W22": -68.209938904122765, "S22": -68.342413556993023, "W31": -81.459071181714009, "S31": -89.642761799412909, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 507782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32285068817816104, "S11": 0.22545736577665557, "W12": -6.0435318452197286, "S12": -6.0435318452197286, "W13": -24.6407532922419, "S13": -24.6407532922419, "W21": -35.236671226462548, "S21": -35.236671226462548, "W22": -37.428206827806193, "S22": -37.524219564896043, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -30.812994356264578, "S21": -31.424782850240526, "W22": -41.934337389785377, "S22": -44.845434150965993, "W31": -80.0, "S31": -82.270578647106746, "W32": -95.042206763091599, "S32": -100.0422067630916 }, "geometry": { "type": "Point", "coordinates": [ 103601.666666666671517, 498844.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31107263241813904, "S11": -0.31107263241813904, "W12": -6.0850001400001039, "S12": -6.0850001400001039, "W13": -15.488579069532797, "S13": -17.778040824270047, "W21": -34.744844703309568, "S21": -34.744844703309568, "W22": -34.404553771686295, "S22": -39.136056992443628, "W31": -71.770872955496387, "S31": -81.23057991520335, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103601.8, 498024.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6023887116121094, "S11": 1.6023887116121094, "W12": -10.635259461651792, "S12": -11.940492715240213, "W13": -17.894101004943625, "S13": -20.439330318388777, "W21": -51.525414680705538, "S21": -64.230841792227523, "W22": -32.54863581586288, "S22": -40.988525045891173, "W31": -74.319370483073413, "S31": -78.585744431115856, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103601.909090909088263, 501022.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060296747329122047, "S11": 0.060296747329122047, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -15.0, "S13": -18.0, "W21": -30.737865761411019, "S21": -34.674581680005943, "W22": -37.437769131532157, "S22": -37.938584260322507, "W31": -65.969432926958987, "S31": -72.657062686771525, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 498422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54877185585895871, "S11": 0.54877185585895871, "W12": -7.2401488930304954, "S12": -7.6115513181048495, "W13": -11.2520132183956, "S13": -14.991878764614087, "W21": -30.000000000000004, "S21": -30.965406368637176, "W22": -65.803428571428569, "S22": -71.336735595895817, "W31": -82.850849269765291, "S31": -85.868441305471663, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 499509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74622477195436288, "S11": -2.2537752280456371, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -20.0, "S13": -21.912461667131307, "W21": -38.473181293805048, "S21": -43.899160328405351, "W22": -47.608049891101956, "S22": -47.761039641584311, "W31": -75.131220420162236, "S31": -79.363985431281577, "W32": -97.574281816181383, "S32": -102.57428181618138 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 505444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0459108505754926, "S11": 1.0459108505754926, "W12": -0.45973869982078003, "S12": -19.616491375333485, "W13": -20.580467947783589, "S13": -20.580467947783589, "W21": -35.041491701746459, "S21": -38.85435873236451, "W22": -43.376006799394759, "S22": -45.646908130832109, "W31": -80.0, "S31": -81.850085763293364, "W32": -94.106786157749823, "S32": -99.106786157749823 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 506283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1013862592761661, "S11": 1.1013862592761661, "W12": -3.0943317177634135, "S12": -8.0787868707998225, "W13": -20.928900211827969, "S13": -20.928900211827969, "W21": -37.674558767362555, "S21": -37.674558767362555, "W22": -39.636984794962402, "S22": -42.649121712171713, "W31": -67.410848235706226, "S31": -72.657657386126857, "W32": -95.393327242241384, "S32": -100.39332724224138 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 506901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0434093554935699, "S11": 0.53065541204066413, "W12": -4.2447726021366714, "S12": -4.2447726021366696, "W13": -20.957302694295308, "S13": -20.957302694295308, "W21": -36.749395491541982, "S21": -36.749395491541982, "W22": -60.327682592768795, "S22": -60.327682592768795, "W31": -69.956169956405816, "S31": -70.555040393443718, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5670742207680566, "S11": 2.4766870816604452, "W12": -5.9878620449710009, "S12": -20.556815779680221, "W13": -24.917312741430539, "S13": -25.417312741430539, "W21": -35.098927799146523, "S21": -35.36672272199371, "W22": -64.194702838783186, "S22": -64.194702838783186, "W31": -73.516671779588407, "S31": -73.516671779588407, "W32": -87.038896250618251, "S32": -92.038896250618251 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 509615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13803496697929662, "S11": -0.36196503302070332, "W12": -6.8366172188692103, "S12": -18.657882518972439, "W13": -25.013146561494178, "S13": -25.013146561494178, "W21": -35.104332232578138, "S21": -35.104378936368327, "W22": -50.713520294817179, "S22": -50.713520294817179, "W31": -104.19630221204267, "S31": -104.19630221204267, "W32": -104.22678227360309, "S32": -109.22678227360309 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 509971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -47.658433900495282, "S22": -47.658433900495282, "W31": -74.270891119427731, "S31": -77.270891119427731, "W32": -97.331084794789803, "S32": -102.3310847947898 }, "geometry": { "type": "Point", "coordinates": [ 103602.0, 525356.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9018521853467396, "S12": -5.9018521853467396, "W13": -20.0, "S13": -20.0, "W21": -43.011430173429432, "S21": -43.011430173429432, "W22": -47.13830130938549, "S22": -48.473722244316519, "W31": -78.702083291668856, "S31": -80.33640112808115, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103602.233333333337214, 519094.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51888675887892433, "S11": -0.84525044755134415, "W12": -7.0406194298249858, "S12": -7.0406194298249858, "W13": -20.781819986948442, "S13": -23.190771082831162, "W21": -42.815311624603368, "S21": -42.815311624603368, "W22": -33.55862106299481, "S22": -37.12455722036762, "W31": -76.623811410459581, "S31": -79.958051826929051, "W32": -86.54187945599935, "S32": -91.54187945599935 }, "geometry": { "type": "Point", "coordinates": [ 103602.293333333334886, 516142.453333333309274 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2322971085997994, "S11": 3.640566458592601, "W12": -10.268126769209781, "S12": -10.268126769209781, "W13": -17.565629446724081, "S13": -20.395386678879916, "W21": -39.295450171821308, "S21": -49.295450171821308, "W22": -52.172479809727932, "S22": -67.569213041766133, "W31": -103.17372427068892, "S31": -103.17372427068892, "W32": -103.67046604046243, "S32": -108.67046604046243 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 500558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.382919599851796, "W12": -10.0, "S12": -11.218370216680393, "W13": -19.921240678840377, "S13": -24.941541800403382, "W21": -33.679068847372491, "S21": -33.679068847372491, "W22": -69.103081414206954, "S22": -71.245482991292832, "W31": -81.705351855602089, "S31": -84.518812526996115, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 504752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9103674098329041, "S11": 0.9103674098329041, "W12": -5.0, "S12": -5.0, "W13": -24.018451232227012, "S13": -24.018451232227012, "W21": -35.975624719242752, "S21": -36.827982304051801, "W22": -49.516182391311133, "S22": -54.121030112371869, "W31": -80.743715704206949, "S31": -80.743715704206949, "W32": -90.712628961626947, "S32": -95.712628961626947 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2194494351228724, "S11": 0.97621718230539822, "W12": -4.5764440390633601, "S12": -14.999999999999998, "W13": -14.999999999999998, "S13": -19.739803418070661, "W21": -32.547111298656965, "S21": -32.547111298656965, "W22": -36.458541210518419, "S22": -36.458541210518419, "W31": -70.0, "S31": -79.394682498709344, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 507386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65802399751878982, "S11": -0.76718938871353182, "W12": -5.0, "S12": -9.3082202464514125, "W13": -20.931080678773462, "S13": -20.931080678773462, "W21": -36.370020319943727, "S21": -36.370020319943727, "W22": -60.31936709469533, "S22": -60.31936709469533, "W31": -89.294657734553027, "S31": -89.294657734553027, "W32": -95.852240526066069, "S32": -100.85224052606607 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 508591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056050038424015909, "S11": -0.056050038424015909, "W12": -11.798677220703983, "S12": -11.798677220703983, "W13": -19.485229749688251, "S13": -22.360945539343604, "W21": -36.696863277984249, "S21": -36.696863277984249, "W22": -47.204676812444752, "S22": -48.321609970358914, "W31": -77.983206556013826, "S31": -80.119259327331761, "W32": -99.566016525121356, "S32": -104.56601652512136 }, "geometry": { "type": "Point", "coordinates": [ 103603.0, 512706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0019944219002481, "S11": 1.0019944219002481, "W12": -11.254686754380248, "S12": -11.254686754380248, "W13": -22.16785297495565, "S13": -27.07926267560449, "W21": -39.281691028355731, "S21": -41.845159042683918, "W22": -60.0, "S22": -60.0, "W31": -83.777526302911667, "S31": -83.777526302911667, "W32": -92.01944084587133, "S32": -97.01944084587133 }, "geometry": { "type": "Point", "coordinates": [ 103603.714285714289872, 503514.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37818083378451545, "S11": -0.37818083378451545, "W12": -11.838383026601301, "S12": -21.704016713881984, "W13": -24.366863905325445, "S13": -28.038021727892165, "W21": -39.956497206354527, "S21": -41.280339287481802, "W22": -48.062045504197748, "S22": -53.044510066182823, "W31": -80.739484895649895, "S31": -80.739484895649895, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 503956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2543097007322076, "S11": 0.2543097007322076, "W12": -4.4917328468760314, "S12": -19.196704125935305, "W13": -19.196704125935305, "S13": -19.196704125935305, "W21": -32.495707128406856, "S21": -32.495707128406856, "W22": -60.0, "S22": -60.0, "W31": -83.476266209933939, "S31": -83.476266209933939, "W32": -91.096695440999795, "S32": -96.096695440999795 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 507575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00091555475708426926, "S11": 0.00091555475708426926, "W12": -4.0993655507559392, "S12": -7.7502129764826737, "W13": -19.759687331740803, "S13": -19.759687331740803, "W21": -32.548466825031817, "S21": -32.548466825031817, "W22": -38.365725065167865, "S22": -38.664285808907891, "W31": -60.002852253280096, "S31": -60.3340701513441, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 507714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6881526214658265, "S11": 2.6881526214658273, "W12": -3.8478207115119556, "S12": -3.8478207115119556, "W13": -24.306279148479863, "S13": -24.306279148479863, "W21": -37.163340421308995, "S21": -37.163340421308995, "W22": -44.82414775539371, "S22": -44.82414775539371, "W31": -65.507672216780932, "S31": -66.507672216780932, "W32": -95.957738687651002, "S32": -100.957738687651 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.75259189443920849, "W12": -5.4304124356604877, "S12": -5.4304124356604877, "W13": -24.21763479058059, "S13": -24.281064962473611, "W21": -35.872309423542966, "S21": -35.872309423542966, "W22": -46.764161962234766, "S22": -50.093640635758724, "W31": -69.391957359374999, "S31": -69.391957359374999, "W32": -90.826158905716497, "S32": -95.826158905716497 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 509259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096572428997256751, "S11": -0.096572428997256751, "W12": -11.381417451863991, "S12": -11.381417451863991, "W13": -19.570658800347832, "S13": -31.038208974867903, "W21": -36.068220678318781, "S21": -38.397628330087556, "W22": -39.875998397155151, "S22": -42.691537388760494, "W31": -70.406501979408048, "S31": -70.406501979408048, "W32": -89.989147500309983, "S32": -94.989147500309983 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 511879.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12336219676366229, "S11": 0.12336219676366229, "W12": -11.173661694950594, "S12": -11.173661694950594, "W13": -19.969604648351943, "S13": -26.45196662477705, "W21": -38.095761526782361, "S21": -38.33067200377215, "W22": -69.80760622770029, "S22": -70.794734423908324, "W31": -81.430197098420138, "S31": -86.964586572535808, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.0, 512951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.17, "S11": 1.16, "W12": 0.17, "S12": 0.17, "W13": -18.84, "S13": -18.84, "W21": -35.830002, "S21": -40.830002, "W22": -36.247704334259858, "S22": -36.247704334259858, "W31": -70.0, "S31": -79.862821742016379, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103604.7, 506208.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71395141832185682, "S11": 0.71395141832185682, "W12": -5.0262222494599307, "S12": -5.0262222494599307, "W13": -24.448792495103685, "S13": -24.448792495103685, "W21": -34.570809114240696, "S21": -34.751095011403059, "W22": -40.0, "S22": -53.139759129049466, "W31": -63.184352281250959, "S31": -72.407265204490315, "W32": -84.421162887234885, "S32": -89.421162887234885 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 505934.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.069737633100932173, "S11": -0.069737633100932173, "W12": -4.5463957883369321, "S12": -6.5999798204083024, "W13": -20.123053508983926, "S13": -20.123053508983926, "W21": -32.55776542868, "S21": -32.55776542868, "W22": -60.0, "S22": -60.339626150820941, "W31": -83.406125112144352, "S31": -83.406125112144352, "W32": -90.945861783438829, "S32": -95.945861783438829 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 507745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -5.4801355640155318, "S12": -6.7916909671753967, "W13": -23.752895469812881, "S13": -24.003703967748102, "W21": -36.087299260139531, "S21": -36.087299260139531, "W22": -46.659372851259839, "S22": -46.659372851259839, "W31": -71.251281522970331, "S31": -71.765908310324335, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7658998371335504, "W12": -6.0144281979784271, "S12": -16.156921946361628, "W13": -24.734605905693993, "S13": -24.977328870662685, "W21": -33.862489690176645, "S21": -33.862489690176645, "W22": -48.649381806598043, "S22": -54.047585168547357, "W31": -68.796420404146829, "S31": -68.796420404146829, "W32": -91.588193091602264, "S32": -96.588193091602264 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509493.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4292753623188408, "S11": 2.4035207691429878, "W12": -5.9825526992485383, "S12": -20.98255269924854, "W13": -24.92954525037587, "S13": -25.472451580383815, "W21": -36.090654525741854, "S21": -36.3719342216557, "W22": -55.765086727545054, "S22": -66.936754132328048, "W31": -100.0, "S31": -100.0, "W32": -101.88144067892334, "S32": -106.88144067892334 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6911248073959938, "S11": 0.34488574034060016, "W12": -7.0525654602822829, "S12": -14.016896030490773, "W13": -25.0, "S13": -25.0, "W21": -35.967304453271851, "S21": -35.970985616584223, "W22": -46.071166951603523, "S22": -47.126519490011638, "W31": -80.0, "S31": -80.0, "W32": -95.862709155856365, "S32": -100.86270915585636 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17535735758569704, "S11": -0.1727745105461711, "W12": -7.0908342665625401, "S12": -18.694825811565735, "W13": -25.051150701905499, "S13": -25.051150701905499, "W21": -35.222753372020414, "S21": -35.222753372020414, "W22": -38.14687760504173, "S22": -38.439031194357256, "W31": -69.814390433207819, "S31": -75.20104615331266, "W32": -91.470307818033234, "S32": -96.470307818033234 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 509960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.078458719792519588, "S11": -0.078458719792519588, "W12": -7.8793805899302276, "S12": -7.8793805899302276, "W13": -25.205282802182026, "S13": -25.205282802182026, "W21": -34.719556730622323, "S21": -37.071137423748254, "W22": -32.472865652698822, "S22": -40.375460318883881, "W31": -73.830353746671733, "S31": -78.963137629455616, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.0, 510062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2075812927418781, "S11": 3.4288570769963935, "W12": -10.41713021383991, "S12": -10.41713021383991, "W13": -18.648974976991919, "S13": -20.489913170971853, "W21": -43.475841826861057, "S21": -55.28225720705592, "W22": -39.700411088844007, "S22": -46.997105257956271, "W31": -60.0, "S31": -66.256095685876829, "W32": -83.006360186751394, "S32": -88.006360186751394 }, "geometry": { "type": "Point", "coordinates": [ 103605.25, 500719.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0718961104351108, "S11": 1.0718961104351108, "W12": -10.465440979358412, "S12": -10.465440979358412, "W13": -16.23032822440717, "S13": -18.133517172487672, "W21": -51.01927309103035, "S21": -65.176025597006941, "W22": -69.582257541355816, "S22": -70.890021210399709, "W31": -81.458729708862435, "S31": -86.425631377100331, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.5, 501297.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91477300087114144, "S11": 0.91477300087114144, "W12": -5.0609389197642995, "S12": -5.0609389197642995, "W13": -24.025078893579337, "S13": -24.025078893579337, "W21": -35.923600750914389, "S21": -36.84992178071326, "W22": -50.647826067817633, "S22": -50.647826067817633, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.666666666671517, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0696100408927429, "S11": 1.0696100408927429, "W12": -10.329575104995085, "S12": -10.329575104995085, "W13": -16.469353672643148, "S13": -19.366460682621163, "W21": -51.83664721573858, "S21": -65.50145267385335, "W22": -48.468285847682573, "S22": -48.468285847682573, "W31": -88.206717739698249, "S31": -88.206717739698249, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103605.75, 501225.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.3890947264418925, "W12": -10.0, "S12": -11.225779980467578, "W13": -19.809995926630204, "S13": -24.8330865152782, "W21": -33.664929489992225, "S21": -33.664929489992225, "W22": -47.964044799318764, "S22": -47.964044799318764, "W31": -87.639509588733063, "S31": -87.639509588733063, "W32": -95.050885566142341, "S32": -100.05088556614234 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 504743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59089771726651064, "S11": 0.59089771726651064, "W12": -6.2731637719835556, "S12": -20.100260531175309, "W13": -22.309567358742402, "S13": -22.309567358742402, "W21": -38.906109582968242, "S21": -39.841218172378866, "W22": -39.596307106736134, "S22": -40.293280502687388, "W31": -67.189035382277041, "S31": -70.179859019646017, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 506453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.0504359958144405, "W12": -5.6083208765638579, "S12": -10.749952332974997, "W13": -24.203280923276296, "S13": -25.203280923276296, "W21": -34.170522683409317, "S21": -34.170522683409317, "W22": -32.808387776601236, "S22": -41.413453109526785, "W31": -76.279144589495772, "S31": -76.454869227176928, "W32": -85.394817038464694, "S32": -90.394817038464694 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 509359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.32495626822157431, "W12": -7.2683873086618842, "S12": -15.661379019287356, "W13": -25.0, "S13": -25.0, "W21": -35.61342206205866, "S21": -35.614984413959071, "W22": -33.430444198895685, "S22": -37.986597276363682, "W31": -76.635079702444202, "S31": -80.122301661743776, "W32": -86.404026470761906, "S32": -91.404026470761906 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 509855.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12214953359265833, "S11": -0.12214953359265833, "W12": -10.0, "S12": -29.037509671517871, "W13": -35.0, "S13": -35.0, "W21": -38.533234248623025, "S21": -38.533234248623025, "W22": -49.09068843203773, "S22": -49.09068843203773, "W31": -89.227289217046163, "S31": -89.227289217046163, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103606.0, 511066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21377791060453388, "S11": 0.21377791060453388, "W12": -4.4696391933615551, "S12": -18.935621709514251, "W13": -18.935621709514251, "S13": -18.935621709514251, "W21": -32.497792951842875, "S21": -32.497792951842875, "W22": -47.260781401685193, "S22": -47.260781401685193, "W31": -87.66461774612219, "S31": -87.66461774612219, "W32": -95.274067873784148, "S32": -100.27406787378415 }, "geometry": { "type": "Point", "coordinates": [ 103606.333333333328483, 507595.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64, "S11": 0.64, "W12": -1.5700001, "S12": -1.5700001, "W13": -20.77, "S13": -20.77, "W21": -35.560001, "S21": -37.335702083112992, "W22": -46.990002, "S22": -46.990002, "W31": -87.678055366806348, "S31": -87.678055366806348, "W32": -95.359343265950031, "S32": -100.35934326595003 }, "geometry": { "type": "Point", "coordinates": [ 103606.9, 506402.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.44595158597663, "W21": -30.458804968181191, "S21": -35.428033158146441, "W22": -50.0, "S22": -61.718071413914437, "W31": -105.61186661581847, "S31": -105.61186661581847, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 498913.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59698928044340427, "S11": -0.59698928044340427, "W12": -5.8057753284216158, "S12": -13.121749671735079, "W13": -22.751928660305897, "S13": -23.414148715990098, "W21": -33.895271077049784, "S21": -40.335276127484889, "W22": -37.751028924082632, "S22": -37.751028924082632, "W31": -69.322996655177292, "S31": -77.605531220246775, "W32": -88.678604471857199, "S32": -93.678604471857199 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 505792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.8799318508011913, "S12": -11.922353474355706, "W13": -21.201717766249491, "S13": -22.114814047497678, "W21": -36.612501382317291, "S21": -37.870190559850336, "W22": -47.170972467321562, "S22": -47.170972467321562, "W31": -85.854849687395699, "S31": -88.492590278704725, "W32": -96.880605440614758, "S32": -101.88060544061476 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 506725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13537690353606016, "S11": 0.13537690353606016, "W12": -4.4472757866926669, "S12": -13.602893839458169, "W13": -18.682740539183172, "S13": -18.682740539183172, "W21": -32.512975086793858, "S21": -32.512975086793858, "W22": -37.240002, "S22": -40.980002, "W31": -79.480003, "S31": -79.480003, "W32": -88.480003, "S32": -93.480003 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 507640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75830765551491308, "S11": -0.89840228624932994, "W12": -5.0, "S12": -12.481554795753105, "W13": -20.549337600476338, "S13": -20.549337600476338, "W21": -35.881317593322336, "S21": -35.881317593322336, "W22": -39.654703732145634, "S22": -43.073500322415427, "W31": -67.357228518804035, "S31": -72.675338240956648, "W32": -95.40458488539042, "S32": -100.40458488539042 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 508529.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.098198846197427359, "S11": -0.098198846197427359, "W12": -10.0, "S12": -17.260417882572661, "W13": -28.88195041944504, "S13": -28.88195041944504, "W21": -37.969177986387578, "S21": -37.969177986387578, "W22": -44.763542257515596, "S22": -47.746088688636569, "W31": -69.714802451678395, "S31": -69.714802451678395, "W32": -90.198463208730317, "S32": -95.198463208730317 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 511282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8974709270317831, "S12": -5.8974709270317831, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.154430752795768, "S21": -43.154430752795768, "W22": -58.76117311687684, "S22": -68.761173116876847, "W31": -97.245441129967332, "S31": -97.245441129967332, "W32": -101.24589133160389, "S32": -106.24589133160389 }, "geometry": { "type": "Point", "coordinates": [ 103607.0, 519176.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8942187832151989, "S12": -5.8942187832151989, "W13": -20.0, "S13": -20.0, "W21": -43.099722808727961, "S21": -43.099722808727961, "W22": -59.317324434126526, "S22": -62.34948025745225, "W31": -81.400909853968685, "S31": -81.400909853968685, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103607.666666666671517, 519151.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7827086500177094, "S11": 3.7827086500177094, "W12": -10.216038641246898, "S12": -10.216038641246898, "W13": -16.362007466680986, "S13": -19.547836514202078, "W21": -39.432545522841941, "S21": -41.390987081283036, "W22": -46.645633466901224, "S22": -46.645633466901224, "W31": -83.237500364472126, "S31": -83.834583963415639, "W32": -97.3956694792207, "S32": -102.3956694792207 }, "geometry": { "type": "Point", "coordinates": [ 103607.8, 500474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031782265144863903, "S11": -0.031782265144863903, "W12": -5.0, "S12": -5.0, "W13": -15.009347250808586, "S13": -18.009347250808588, "W21": -31.106700859746869, "S21": -33.938811699192669, "W22": -42.887052909586671, "S22": -42.887052909586671, "W31": -74.994659912727712, "S31": -76.953142754105997, "W32": -96.173065544157723, "S32": -101.17306554415772 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 498348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7091208532664108, "S11": 2.7091208532664108, "W12": -8.4971910112359552, "S12": -18.497191011235955, "W13": -22.561034079685502, "S13": -26.284405250576498, "W21": -39.970329850646081, "S21": -49.970329850646081, "W22": -46.012920775246513, "S22": -46.012920775246513, "W31": -71.768040670097889, "S31": -72.155662819935017, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4093374422187981, "S11": 0.6880158108300527, "W12": -6.1326176170724329, "S12": -9.6942993998108058, "W13": -25.0, "S13": -27.12409927942354, "W21": -37.138257097061157, "S21": -37.247099720871809, "W22": -46.985371992750252, "S22": -46.985371992750252, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 509734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39445516484194615, "S11": 0.39445516484194615, "W12": -7.5804265546107805, "S12": -18.047017863327184, "W13": -25.0, "S13": -25.0, "W21": -35.340153472586337, "S21": -35.340153472586337, "W22": -68.980589452651103, "S22": -69.313111050610175, "W31": -81.249570687262576, "S31": -88.610619176830966, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 509890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8532057752126452, "S12": -6.0065850986367728, "W13": -25.0, "S13": -25.0, "W21": -37.883158706081645, "S21": -37.883158706081645, "W22": -47.123501841380453, "S22": -47.123501841380453, "W31": -87.179419477714021, "S31": -92.179419477714021, "W32": -96.017957266085347, "S32": -101.01795726608535 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 510319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16224178617703133, "S11": -0.16224178617703133, "W12": -10.000000000000002, "S12": -25.0, "W13": -29.367800756059594, "S13": -29.367800756059594, "W21": -38.078147046012937, "S21": -38.078147046012937, "W22": -37.332237112136426, "S22": -40.788159028058573, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103608.0, 511248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2541342952275054, "S11": 1.2180687325694688, "W12": -3.0406639630221948, "S12": -8.2226923323032572, "W13": -21.199801666816569, "S13": -21.199801666816569, "W21": -37.636261078311115, "S21": -37.636261078311115, "W22": -55.928234365688517, "S22": -66.679775183521571, "W31": -99.702019886186491, "S31": -99.702019886186491, "W32": -101.81231025450852, "S32": -106.81231025450852 }, "geometry": { "type": "Point", "coordinates": [ 103608.5, 506909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8916976890815329, "S12": -5.8916976890815329, "W13": -20.0, "S13": -20.0, "W21": -43.078155470728575, "S21": -43.078155470728575, "W22": -40.950815248105691, "S22": -40.950815248105691, "W31": -73.824280458690467, "S31": -73.824280458690467, "W32": -95.521660968397711, "S32": -100.52166096839771 }, "geometry": { "type": "Point", "coordinates": [ 103608.555555555562023, 519143.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3042410663769475, "S11": 1.3042410663769475, "W12": -10.531581531368095, "S12": -11.509638620074371, "W13": -17.475089330888576, "S13": -20.461077128750695, "W21": -51.861141203710709, "S21": -64.822224801329668, "W22": -57.372750056960555, "S22": -57.372750056960555, "W31": -75.239998, "S31": -75.239998, "W32": -86.262867492218803, "S32": -91.262867492218803 }, "geometry": { "type": "Point", "coordinates": [ 103608.727272727279342, 501070.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0533417869917336, "W13": -15.0, "S13": -17.523944871958911, "W21": -30.0, "S21": -38.344826086010748, "W22": -50.17661535499758, "S22": -51.150300289333401, "W31": -90.14435471787796, "S31": -90.14435471787796, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 499048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87580468655005406, "S11": -0.80221176054695065, "W12": -8.844471153846154, "S12": -8.844471153846154, "W13": -20.0, "S13": -22.623623084291189, "W21": -39.806411232121768, "S21": -46.116846318060155, "W22": -52.37944643370534, "S22": -65.337336600842306, "W31": -102.76020658790911, "S31": -102.76020658790911, "W32": -103.42842003853565, "S32": -108.42842003853565 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 505556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76915287020029532, "S11": -0.77362741864036277, "W12": -5.9258786863900754, "S12": -16.332831744963723, "W13": -20.575221901800575, "S13": -21.029671365049147, "W21": -33.832814014245308, "S21": -41.753569486201449, "W22": -69.332906260136227, "S22": -70.949419276892769, "W31": -81.434292056400281, "S31": -86.058426171250474, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88924713415262047, "S11": 0.88924713415262047, "W12": -1.3103992329803469, "S12": -19.861880179541842, "W13": -21.214256210939304, "S13": -22.388400688720349, "W21": -38.076320724076083, "S21": -39.451005002476904, "W22": -52.816923994631573, "S22": -52.816923994631573, "W31": -87.559211271861898, "S31": -87.559211271861898, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4166741523344919, "S11": -0.4166741523344919, "W12": -10.246752917470111, "S12": -10.914539048224873, "W13": -20.940306978202365, "S13": -20.940306978202365, "W21": -32.60596726199303, "S21": -32.60596726199303, "W22": -50.657662906157597, "S22": -50.657662906157597, "W31": -89.827420532728596, "S31": -89.827420532728596, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103609.0, 507898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5992006752705725, "S11": 2.5992006752705725, "W12": -10.0, "S12": -10.0, "W13": -14.530864519673143, "S13": -17.270544608434644, "W21": -38.691618447449102, "S21": -49.760793996720366, "W22": -38.276558585314199, "S22": -41.949678574411479, "W31": -60.0, "S31": -60.101038653694452, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103610.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52238899748673551, "S11": 0.52238899748673551, "W12": -11.487882950515926, "S12": -11.487882950515926, "W13": -23.385455538928976, "S13": -23.385455538928976, "W21": -36.408112618885895, "S21": -38.282055240055207, "W22": -38.677513779666484, "S22": -41.489462265237677, "W31": -70.0, "S31": -72.066768764406831, "W32": -93.095758989376193, "S32": -98.095758989376193 }, "geometry": { "type": "Point", "coordinates": [ 103610.0, 505140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46560188242484457, "S11": 0.46560188242484457, "W12": -4.9765446102092898, "S12": -5.5270327099190144, "W13": -20.355612801368757, "S13": -20.358816521158239, "W21": -34.37868773041108, "S21": -36.594301083769807, "W22": -37.961039144852563, "S22": -37.961039144852563, "W31": -69.429699929306793, "S31": -76.073633217173366, "W32": -90.8076164587997, "S32": -95.8076164587997 }, "geometry": { "type": "Point", "coordinates": [ 103610.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2405780155664643, "S11": 1.8651862642815029, "W12": -5.9073765364750104, "S12": -19.436378289801805, "W13": -24.861390690760427, "S13": -25.312761568863412, "W21": -33.978702249074011, "S21": -34.154235581401778, "W22": -34.961683300312529, "S22": -37.728524550086775, "W31": -70.19826930391784, "S31": -80.19826930391784, "W32": -85.000000000000014, "S32": -90.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103610.333333333328483, 509577.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77670826290544159, "S11": -0.77670826290544159, "W12": -12.289462411508296, "S12": -12.685578753675529, "W13": -21.547293784411998, "S13": -21.547293784411998, "W21": -32.661524916223989, "S21": -32.661524916223989, "W22": -45.634659412898522, "S22": -45.634659412898522, "W31": -72.082423217949625, "S31": -72.384269037710865, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103610.75, 508055.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9381941946218184, "S11": 2.7477291333828422, "W12": -11.042401999062939, "S12": -21.030921976553088, "W13": -21.030921976553088, "S13": -24.59925212849285, "W21": -40.0, "S21": -50.0, "W22": -61.666762852883103, "S22": -63.2146013673242, "W31": -85.747275732242244, "S31": -85.747275732242244, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 504245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4260631509612613, "W12": -10.0, "S12": -10.998780235767066, "W13": -19.903034558141719, "S13": -24.689902917341122, "W21": -33.659361665333996, "S21": -33.659361665333996, "W22": -50.0, "S22": -50.0, "W31": -105.71827893000976, "S31": -105.71827893000976, "W32": -110.00000000000001, "S32": -115.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 504752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0474159805035452, "S11": 1.0474159805035452, "W12": -0.40836160573165442, "S12": -19.203163916341143, "W13": -20.498541906427246, "S13": -20.498541906427246, "W21": -35.408225508003966, "S21": -39.24342230396082, "W22": -60.0, "S22": -60.0, "W31": -83.510215316858336, "S31": -83.510215316858336, "W32": -91.730671386854453, "S32": -96.730671386854453 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20748373249290197, "S11": 0.20748373249290197, "W12": -4.4434122253848933, "S12": -19.443412225384893, "W13": -19.443412225384893, "S13": -19.443412225384893, "W21": -32.485643253715764, "S21": -32.485643253715764, "W22": -43.291024459553256, "S22": -45.547101216364013, "W31": -80.0, "S31": -81.773523351648379, "W32": -94.727905846785077, "S32": -99.727905846785077 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 507594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5052820944652838, "S11": -0.49471790553471617, "W12": -5.0, "S12": -8.9176968024194743, "W13": -23.171391742381367, "S13": -23.171391742381367, "W21": -37.196007755430955, "S21": -37.196007755430955, "W22": -42.283334089852261, "S22": -45.026464396145258, "W31": -79.999999999999986, "S31": -82.067101331159989, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 508928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28375889967829238, "S11": 0.20868815823917536, "W12": -6.2685437509696857, "S12": -6.2685437509696857, "W13": -25.0, "S13": -25.0, "W21": -35.322775856410146, "S21": -35.323477499498388, "W22": -38.774367193776506, "S22": -42.039094119605267, "W31": -70.0, "S31": -71.470523224604506, "W32": -93.385572732225555, "S32": -98.385572732225555 }, "geometry": { "type": "Point", "coordinates": [ 103611.0, 510171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17592843390796764, "S11": 0.17592843390796764, "W12": -10.985069214329862, "S12": -10.985069214329862, "W13": -20.191636869500766, "S13": -27.55078006589714, "W21": -38.788785852607482, "S21": -39.407520407556895, "W22": -38.694799438373408, "S22": -39.411683094733299, "W31": -70.0, "S31": -74.323786668350749, "W32": -92.129103105420867, "S32": -97.129103105420867 }, "geometry": { "type": "Point", "coordinates": [ 103611.25, 513012.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61132266994779771, "S11": 0.61132266994779771, "W12": 0.29075006923197139, "S12": -17.600394992600542, "W13": -21.404186003301664, "S13": -23.432769419237317, "W21": -39.772905670440998, "S21": -41.338343160359841, "W22": -48.405038939158636, "S22": -49.730324665618667, "W31": -81.952186054758499, "S31": -81.952186054758499, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.5, 506641.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52176766266406638, "S11": 0.52176766266406638, "W12": -11.495877924373625, "S12": -11.495877924373625, "W13": -23.357180819449955, "S13": -23.357180819449955, "W21": -36.433569887836363, "S21": -38.231877502122998, "W22": -49.588201724478438, "S22": -49.588201724478438, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103611.666666666671517, 505137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49224759309446087, "S11": 0.49224759309446087, "W12": -14.762372516866204, "S12": -14.762372516866204, "W13": -21.800060918121886, "S13": -27.756664957179698, "W21": -38.292252468127579, "S21": -42.997541370372311, "W22": -47.003739336279573, "S22": -47.003739336279573, "W31": -87.571729002801064, "S31": -87.571729002801064, "W32": -95.437172664312286, "S32": -100.43717266431229 }, "geometry": { "type": "Point", "coordinates": [ 103611.857142857144936, 513809.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16417910447761191, "S11": -0.16417910447761191, "W12": -5.0, "S12": -5.0, "W13": -15.001267309868521, "S13": -17.870047706426696, "W21": -31.6173203940814, "S21": -33.774207109647811, "W22": -37.001486343862879, "S22": -37.001486343862879, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48096488943739318, "S11": 0.48096488943739318, "W12": -9.6647485174610139, "S12": -11.367890633344553, "W13": -14.789849601652993, "S13": -19.401795606417277, "W21": -29.973821874732607, "S21": -33.613421643830165, "W22": -34.749452608526937, "S22": -38.183923742113116, "W31": -70.622860403195133, "S31": -80.622860403195133, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 499681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7169403834396553, "S11": 3.7019124389147327, "W12": -10.388721905801303, "S12": -10.388721905801303, "W13": -18.694159622122267, "S13": -20.45282291146146, "W21": -40.222099633031924, "S21": -50.967575553592866, "W22": -47.999129290060438, "S22": -51.140336748678337, "W31": -69.141313828125007, "S31": -69.141313828125007, "W32": -91.043311897330625, "S32": -96.043311897330625 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 500653.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40982721382289422, "S11": -1.4108840867999735, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.386411954715996, "W21": -40.811576905863049, "S21": -40.811576905863049, "W22": -38.481682944502026, "S22": -50.571552744438513, "W31": -66.697213294958473, "S31": -76.823193722239594, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 501764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76433850317476848, "S11": 0.76433850317476848, "W12": -10.0, "S12": -10.0, "W13": -16.13466509988249, "S13": -20.117114206573557, "W21": -41.521708311181996, "S21": -47.140169271562151, "W22": -51.665704625567244, "S22": -51.665704625567244, "W31": -88.999857188368424, "S31": -88.999857188368424, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 502251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5599443565679514, "S11": 3.5599443565679514, "W12": -6.4859570155331214, "S12": -6.4859570155331214, "W13": -16.738087885049183, "S13": -18.135418345204616, "W21": -36.984716466767942, "S21": -46.984716466767942, "W22": -39.109670274936903, "S22": -47.832826203975422, "W31": -66.980760734500905, "S31": -75.882157624311674, "W32": -99.150944694436618, "S32": -104.15094469443662 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 502928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78107523001984491, "S11": 0.78107523001984491, "W12": -7.1107396288209612, "S12": -17.083778866846757, "W13": -23.56504938678966, "S13": -28.33096149135492, "W21": -39.961227424735696, "S21": -42.961227424735696, "W22": -50.0, "S22": -60.103760491705771, "W31": -100.0, "S31": -100.0, "W32": -103.2421875, "S32": -108.2421875 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 504029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20762789004187143, "S11": -0.20762789004187143, "W12": -4.9999999999999991, "S12": -5.3727967555763518, "W13": -21.675945221792229, "S13": -21.675945221792229, "W21": -37.060187312014605, "S21": -38.770649599119132, "W22": -61.85326792670611, "S22": -62.078445511552204, "W31": -85.228139151242999, "S31": -85.856480492516781, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 508711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067017473073086475, "S11": -1.0670174730730864, "W12": -10.398222346642406, "S12": -10.398222346642406, "W13": -21.565867072784304, "S13": -23.70522663190426, "W21": -42.740429368910192, "S21": -42.740429368910192, "W22": -32.825089281305672, "S22": -41.339046847811844, "W31": -76.092652757880941, "S31": -76.455877395561771, "W32": -85.519271614163713, "S32": -90.519271614163713 }, "geometry": { "type": "Point", "coordinates": [ 103612.0, 515009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89410618270390485, "S11": 0.88484414848147197, "W12": -1.6460295638527012, "S12": -2.6182535269499292, "W13": -22.112396310207323, "S13": -22.112396310207323, "W21": -34.09228595227291, "S21": -38.734011105091568, "W22": -49.999999999999993, "S22": -75.934088568490708, "W31": -106.32282714597689, "S31": -106.32282714597689, "W32": -110.01003181640229, "S32": -115.01003181640229 }, "geometry": { "type": "Point", "coordinates": [ 103612.75, 506167.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.175359639958209, "S12": -20.945345512446018, "W13": -24.389053254437869, "S13": -28.158058408774604, "W21": -39.953301959501033, "S21": -41.391956230564524, "W22": -47.921421484894495, "S22": -47.921421484894495, "W31": -87.458885526708144, "S31": -87.458885526708144, "W32": -95.096157998494249, "S32": -100.09615799849425 }, "geometry": { "type": "Point", "coordinates": [ 103613.0, 503962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74794086288170358, "S11": 0.74794086288170358, "W12": -5.5112164831783159e-16, "S12": -12.292458219674804, "W13": -20.874939053374771, "S13": -21.17373010134509, "W21": -39.669071059953154, "S21": -41.499089262244382, "W22": -37.213676962420998, "S22": -37.920030233398649, "W31": -69.391104519733318, "S31": -77.013477967679833, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103613.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3866687510992115, "S12": -26.46539608305708, "W13": -30.766940701035416, "S13": -30.766940701035416, "W21": -40.0, "S21": -40.0, "W22": -46.551368981203325, "S22": -52.67430948150438, "W31": -68.248729907289601, "S31": -69.017309140333779, "W32": -92.034395358092965, "S32": -97.034395358092965 }, "geometry": { "type": "Point", "coordinates": [ 103613.0, 510623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94479851453952268, "S11": 0.94479851453952268, "W12": -0.49083341173188827, "S12": -8.6972593361764297, "W13": -20.733390204460733, "S13": -20.733390204460733, "W21": -39.527280813337804, "S21": -41.396953064045519, "W22": -45.854433095871599, "S22": -52.015689869641371, "W31": -68.15502541159708, "S31": -69.067876474225443, "W32": -92.139056654122854, "S32": -97.139056654122854 }, "geometry": { "type": "Point", "coordinates": [ 103613.333333333328483, 506569.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044921881053938559, "S11": 0.044921881053938559, "W12": -10.689881196231052, "S12": -11.799023759689351, "W13": -20.111741087186729, "S13": -30.175148185907812, "W21": -36.604163304841613, "S21": -38.084711544201404, "W22": -39.924623560129014, "S22": -44.693174563665295, "W31": -67.28329168998269, "S31": -72.989653613526912, "W32": -95.746543639996389, "S32": -100.74654363999639 }, "geometry": { "type": "Point", "coordinates": [ 103613.5, 511713.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5143896177660543, "S11": -0.5143896177660543, "W12": -5.0, "S12": -6.2973237961531821, "W13": -21.475245608812294, "S13": -21.475245608812294, "W21": -36.921774861878532, "S21": -37.513635937209344, "W22": -39.516671563222125, "S22": -46.450762614416718, "W31": -67.215750850648064, "S31": -73.619460539209229, "W32": -96.479379102505888, "S32": -101.47937910250589 }, "geometry": { "type": "Point", "coordinates": [ 103613.666666666671517, 508678.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8750321473448737, "S11": 3.8750321473448737, "W12": -8.5385188950169706, "S12": -8.5385188950169706, "W13": -18.768280094571843, "S13": -19.661807741802292, "W21": -35.639596750469607, "S21": -40.305804722580973, "W22": -39.326731920360828, "S22": -44.134983610135279, "W31": -70.0, "S31": -70.843684234093416, "W32": -94.997304322164965, "S32": -99.997304322164965 }, "geometry": { "type": "Point", "coordinates": [ 103614.0, 503147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23096882525048068, "S11": 0.23096882525048068, "W12": -5.2367816268060174, "S12": -5.2367816268060174, "W13": -24.660045856197026, "S13": -24.660045856197026, "W21": -34.32455269434908, "S21": -34.32455269434908, "W22": -50.020664965338575, "S22": -50.020664965338575, "W31": -89.836717643212609, "S31": -89.836717643212609, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103614.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11519556734013159, "S11": 0.11519556734013159, "W12": -11.194215707445661, "S12": -11.194215707445661, "W13": -19.910798161648739, "S13": -25.96679284607999, "W21": -38.440950905895185, "S21": -38.866156062793586, "W22": -39.041960521920352, "S22": -39.70769732942847, "W31": -63.69652025099829, "S31": -65.568446366498463, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103614.0, 512925.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8815431928163582, "S12": -5.8815431928163582, "W13": -20.0, "S13": -20.0, "W21": -43.144880768027747, "S21": -43.144880768027747, "W22": -37.904072803285167, "S22": -41.516810400203674, "W31": -60.0, "S31": -60.063511063989878, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103614.87777777777228, 519192.977777777763549 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50615244842032137, "S11": 0.50615244842032137, "W12": -6.4351281053515468, "S12": -7.4351281053515468, "W13": -12.446576561238555, "S13": -16.978197114598238, "W21": -30.0, "S21": -32.011350429999226, "W22": -33.559744632559465, "S22": -36.717282807175351, "W31": -76.193145800316955, "S31": -79.576870763466175, "W32": -86.730630541376186, "S32": -91.730630541376186 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48839191858517478, "S11": 0.48839191858517478, "W12": -8.1469251043268169, "S12": -8.4544035284773251, "W13": -11.20010728547871, "S13": -13.86418822982947, "W21": -30.0, "S21": -30.312737274347253, "W22": -39.819314685723796, "S22": -45.625096221214093, "W31": -67.246393103782879, "S31": -73.280136261894341, "W32": -96.077178714444955, "S32": -101.07717871444495 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 499587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46699186970830542, "S11": -0.46699186970830542, "W12": -5.6617843080176753, "S12": -9.23704901989022, "W13": -25.0, "S13": -25.459600836200355, "W21": -34.016206776865211, "S21": -39.181468206980661, "W22": -50.0, "S22": -63.241110964244157, "W31": -100.0, "S31": -100.0, "W32": -103.61197916666653, "S32": -108.61197916666653 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 505813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26443885450929616, "S11": -0.26443885450929616, "W12": -5.537682513904068, "S12": -5.537682513904068, "W13": -24.998763428394774, "S13": -25.307582470201304, "W21": -34.107942187430162, "S21": -37.763123792627091, "W22": -47.06075202752519, "S22": -53.79309143226979, "W31": -80.654465790360632, "S31": -80.654465790360632, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103615.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0060934211421175, "S11": 1.0060934211421175, "W12": -10.427903601084468, "S12": -10.969849277359522, "W13": -17.056077656834034, "S13": -20.482823939112588, "W21": -52.196867726715524, "S21": -65.353683202296409, "W22": -41.330182689002143, "S22": -44.092945065899848, "W31": -76.469658205651541, "S31": -79.994577032637054, "W32": -96.946599269305835, "S32": -101.94659926930584 }, "geometry": { "type": "Point", "coordinates": [ 103615.545454545455868, 501118.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16522210458595687, "S11": 0.16522210458595687, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -30.0, "S21": -35.186646222470031, "W22": -37.405577025435818, "S22": -39.156539745632337, "W31": -69.052149937594521, "S31": -78.574415935684357, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 498513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41609695463020507, "S11": 0.41609695463020507, "W12": -15.0, "S12": -23.408648170943408, "W13": -25.0, "S13": -28.600538380283048, "W21": -39.974673146081244, "S21": -40.377678610562121, "W22": -51.835782758402168, "S22": -52.729118758585734, "W31": -94.250087942778563, "S31": -94.250087942778563, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 503904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.311635072104069, "S12": -11.311635072104069, "W13": -22.762048824161816, "S13": -22.762048824161816, "W21": -36.756694065748327, "S21": -36.756694065748327, "W22": -50.0, "S22": -60.313862249346123, "W31": -106.89737357603521, "S31": -106.89737357603521, "W32": -107.11144034446039, "S32": -112.11144034446039 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 505070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0096720278379046, "S12": -21.715503279873957, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -48.229339239273358, "S22": -48.229339239273358, "W31": -87.443877925137969, "S31": -87.443877925137969, "W32": -95.227570901337231, "S32": -100.22757090133723 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 510553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8747491747540899, "S12": -5.8747491747540899, "W13": -20.0, "S13": -20.0, "W21": -43.015438283122755, "S21": -43.015438283122755, "W22": -46.83520198621428, "S22": -46.83520198621428, "W31": -83.588888564914186, "S31": -84.059412651973531, "W32": -97.538792937139007, "S32": -102.53879293713901 }, "geometry": { "type": "Point", "coordinates": [ 103616.0, 519133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8789510855009652, "S12": -5.8789510855009652, "W13": -20.0, "S13": -20.0, "W21": -43.150378700896333, "S21": -43.150378700896333, "W22": -38.821618389153969, "S22": -40.317005467181922, "W31": -70.0, "S31": -73.343806245855575, "W32": -92.69689798420049, "S32": -97.69689798420049 }, "geometry": { "type": "Point", "coordinates": [ 103616.285714285710128, 519199.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59, "S11": 0.59, "W12": -6.31, "S12": -22.81, "W13": -22.82, "S13": -22.82, "W21": -38.810001, "S21": -39.698193242592389, "W22": -39.559660522443366, "S22": -46.402672589887672, "W31": -67.209494517583082, "S31": -73.570618910261771, "W32": -96.417867316187085, "S32": -101.41786731618708 }, "geometry": { "type": "Point", "coordinates": [ 103616.3, 506451.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.541300848379342, "S11": 0.541300848379342, "W12": -15.054928344819992, "S12": -15.054928344819992, "W13": -21.822919710414801, "S13": -27.117469506047957, "W21": -38.279808065320921, "S21": -43.495764836778676, "W22": -39.154069037616935, "S22": -46.527758265452974, "W31": -67.160776535112191, "S31": -74.024905873048993, "W32": -96.953721669487678, "S32": -101.95372166948768 }, "geometry": { "type": "Point", "coordinates": [ 103616.666666666671517, 513863.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47759083343712139, "S11": 0.47759083343712139, "W12": -8.8231605534812196, "S12": -9.3498829518669222, "W13": -12.700266226928656, "S13": -16.099819207548013, "W21": -30.0, "S21": -30.0, "W22": -52.608098833220041, "S22": -52.608098833220041, "W31": -70.0, "S31": -70.397203305532116, "W32": -93.329071079352644, "S32": -98.329071079352644 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -21.642542926067829, "W13": -24.857052971017342, "S13": -28.660266025605999, "W21": -40.0, "S21": -40.0, "W22": -44.609945974535961, "S22": -44.609945974535961, "W31": -72.91356491293007, "S31": -72.992193215499697, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 503842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81573948439620081, "S11": 0.33904376632117206, "W12": -9.5853646756672397, "S12": -9.5853646756672397, "W13": -20.0, "S13": -23.073071914161218, "W21": -36.19574416407572, "S21": -43.563326981308592, "W22": -51.739921635895307, "S22": -52.620250985525495, "W31": -94.796865506177326, "S31": -94.796865506177326, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 505690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8569851158508517, "S11": 1.8569851158508517, "W12": -3.7533001618422595, "S12": -18.896016680991899, "W13": -18.896016680991899, "S13": -18.896016680991899, "W21": -32.293914896683788, "S21": -32.293914896683788, "W22": -59.999999999999993, "S22": -65.446514890148421, "W31": -91.842521344998417, "S31": -91.842521344998417, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 507313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.098291062719900041, "S11": 0.098291062719900041, "W12": -3.9026262170934012, "S12": -12.435504213611415, "W13": -18.923333762778885, "S13": -18.923333762778885, "W21": -32.492091274444803, "S21": -32.492091274444803, "W22": -60.0, "S22": -63.847869631428026, "W31": -91.108183127789388, "S31": -91.108183127789388, "W32": -99.019637086751828, "S32": -104.01963708675183 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.82855980471928414, "W12": -5.5257096676803998, "S12": -10.272630249011343, "W13": -24.211388125575471, "S13": -24.849514135268524, "W21": -34.11951333549154, "S21": -34.11951333549154, "W22": -62.0, "S22": -63.090765588003158, "W31": -84.798494970464333, "S31": -85.988858373049524, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 509341.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37, "S11": -0.37, "W12": -12.88, "S12": -12.88, "W13": -18.58, "S13": -34.88, "W21": -34.889999, "S21": -37.2799991, "W22": -37.094405465348324, "S22": -42.962843678586012, "W31": -65.795396452532188, "S31": -75.369634296703254, "W32": -98.424790410863991, "S32": -103.42479041086399 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.461389912992185, "S12": -10.461389912992185, "W13": -16.42150411280846, "S13": -20.622408068645598, "W21": -41.679337231968809, "S21": -47.040754483446939, "W22": -40.0, "S22": -45.83183040991814, "W31": -64.457028778893843, "S31": -74.133517230168337, "W32": -87.899818949909474, "S32": -92.899818949909474 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 502226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40739589807333748, "S11": 0.40739589807333748, "W12": -15.0, "S12": -23.489574850866397, "W13": -24.97810650887574, "S13": -28.573080496405026, "W21": -39.970093630693476, "S21": -40.39040328460969, "W22": -40.0, "S22": -40.782916324856437, "W31": -69.941390460792235, "S31": -72.850581007203303, "W32": -93.347619863992236, "S32": -98.347619863992236 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 503908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9401763134410703, "S11": -0.059823686558929667, "W12": -9.4525893742889568, "S12": -11.569450810015166, "W13": -15.936309914642154, "S13": -15.936309914642154, "W21": -33.183546466157665, "S21": -33.183546466157665, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.52400719259316, "W32": -94.349892304010382, "S32": -99.349892304010382 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 507144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23502639723284185, "S11": 0.23502639723284185, "W12": -5.0, "S12": -5.0, "W13": -21.930440607323643, "S13": -21.930440607323643, "W21": -37.140477277148456, "S21": -40.140477277148456, "W22": -51.450167378526643, "S22": -52.317490077603445, "W31": -95.343643069576061, "S31": -95.343643069576061, "W32": -95.343643069576061, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 508752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33445477132492424, "S11": 0.30128052106716902, "W12": -6.1370199699058503, "S12": -6.6644515515581695, "W13": -25.0, "S13": -25.0, "W21": -35.465173581069614, "S21": -35.465382297684471, "W22": -44.459063919194477, "S22": -46.162311784690708, "W31": -80.0, "S31": -80.878119631422777, "W32": -94.718458133131776, "S32": -99.718458133131776 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 510202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65568864382918801, "W12": -9.1026845637583893, "S12": -9.1026845637583893, "W13": -21.427453253312894, "S13": -24.246131539948045, "W21": -42.824176847398945, "S21": -42.824176847398945, "W22": -39.306564868147319, "S22": -44.141324272576981, "W31": -70.0, "S31": -70.7537948327587, "W32": -95.004171206755657, "S32": -100.00417120675566 }, "geometry": { "type": "Point", "coordinates": [ 103618.0, 515204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.279424935998254, "W21": -30.0, "S21": -39.332351428614558, "W22": -37.426306525105957, "S22": -37.426306525105957, "W31": -69.597114896353773, "S31": -77.358564855790306, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.352941176475724, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.527580983354079, "S12": -10.527580983354079, "W13": -21.448164868953526, "S13": -21.448164868953526, "W21": -35.095029620428235, "S21": -35.095029620428235, "W22": -36.554271681739571, "S22": -36.554271681739571, "W31": -69.999999999999986, "S31": -78.406040268456366, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103618.8, 504918.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7066174562851888, "S11": 0.63859722111975215, "W12": -7.7244686552954418, "S12": -16.810546786279737, "W13": -16.810546786279737, "S13": -16.810546786279737, "W21": -33.186384780668227, "S21": -33.186384780668227, "W22": -39.794503850611903, "S22": -52.053793527104283, "W31": -62.202337364152065, "S31": -70.991562589726357, "W32": -82.193808103333424, "S32": -87.193808103333424 }, "geometry": { "type": "Point", "coordinates": [ 103618.875, 507246.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47810599970561929, "S11": 0.47810599970561929, "W12": -10.0, "S12": -12.14095062108613, "W13": -13.980789117892934, "S13": -18.364177563720595, "W21": -31.34392726180803, "S21": -41.343927261808034, "W22": -51.160413121157973, "S22": -52.014729169681388, "W31": -95.890420632974809, "S31": -95.890420632974809, "W32": -95.890420632974809, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103619.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54108140184306053, "S11": 0.42611789819334306, "W12": -11.547136057246908, "S12": -11.547136057246908, "W13": -23.446000920910421, "S13": -23.446000920910421, "W21": -36.374007667628504, "S21": -38.139641225550697, "W22": -50.023246218990231, "S22": -51.033642874974205, "W31": -89.76210337555068, "S31": -89.76210337555068, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103619.0, 505148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.93696450428396583, "W12": -5.3636153104128841, "S12": -5.5440283613452817, "W13": -23.961212621535317, "S13": -23.961212621535317, "W21": -35.933614978461129, "S21": -35.933614978461129, "W22": -48.294191372462905, "S22": -49.521106914237286, "W31": -86.591626156809113, "S31": -86.591626156809113, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103619.0, 509259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.079598455409065905, "S11": -0.079598455409065905, "W12": -11.868033032250379, "S12": -11.868033032250379, "W13": -19.362626932022863, "S13": -21.343918891362215, "W21": -37.169816276177166, "S21": -37.169816276177166, "W22": -51.211311522322717, "S22": -52.259817090521366, "W31": -96.437198196373558, "S31": -96.437198196373558, "W32": -96.437198196373558, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103619.0, 512650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82925137512038816, "S11": 0.82925137512038816, "W12": -15.463176895306812, "S12": -15.463176895306812, "W13": -21.937553915369918, "S13": -24.97690524396095, "W21": -37.757323871102656, "S21": -44.787224494284459, "W22": -67.438070898451429, "S22": -67.724550861045955, "W31": -81.100501109246366, "S31": -90.787942147993562, "W32": -95.163871260199457, "S32": -100.16387126019946 }, "geometry": { "type": "Point", "coordinates": [ 103619.285714285710128, 514056.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1945697139564189, "S12": -9.1945697139564189, "W13": -16.341963233034576, "S13": -17.788713856544206, "W21": -25.287579174652706, "S21": -26.294314236523462, "W22": -54.968078932095189, "S22": -58.901720570330589, "W31": -81.02856429350139, "S31": -81.02856429350139, "W32": -94.635819294874651, "S32": -99.635819294874651 }, "geometry": { "type": "Point", "coordinates": [ 103619.833333333328483, 497199.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3179550769609727, "S11": 3.3179550769609727, "W12": -10.191265475256643, "S12": -10.191265475256643, "W13": -15.0, "S13": -18.168177844065006, "W21": -39.446445001656755, "S21": -41.013413195412227, "W22": -42.466168078475214, "S22": -44.474486307314081, "W31": -80.0, "S31": -82.896318837837526, "W32": -95.804347463423582, "S32": -100.80434746342358 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 500385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41625689572975522, "S11": 0.41625689572975522, "W12": -5.9438486665895809, "S12": -8.7193355574447828, "W13": -20.0, "S13": -20.0, "W21": -34.868158354846564, "S21": -37.518447211419641, "W22": -37.187888642800743, "S22": -38.37147849697471, "W31": -69.206765441342313, "S31": -77.277443569327033, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 506345.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3769418266093873, "S11": 0.35374178450950339, "W12": -6.1040857783321112, "S12": -10.265720109566853, "W13": -25.0, "S13": -25.0, "W21": -35.982106951726912, "S21": -35.982106951726912, "W22": -38.095506712695567, "S22": -41.155896523413638, "W31": -74.523447025682046, "S31": -74.523447025682046, "W32": -88.855444998409041, "S32": -93.855444998409041 }, "geometry": { "type": "Point", "coordinates": [ 103620.0, 510227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86, "S11": 0.85, "W12": -2.54, "S12": -2.54, "W13": -22.450001, "S13": -22.450001, "W21": -33.439999, "S21": -37.94155144348079, "W22": -64.204984924668764, "S22": -64.204984924668764, "W31": -74.203676954948406, "S31": -74.203676954948406, "W32": -87.130502291524337, "S32": -92.130502291524337 }, "geometry": { "type": "Point", "coordinates": [ 103620.2, 506161.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42465280926818227, "S11": 0.42465280926818227, "W12": -5.9812580933059474, "S12": -8.4500251321603006, "W13": -25.199766809172107, "S13": -25.199766809172107, "W21": -37.367151745818489, "S21": -37.367151745818489, "W22": -51.183082462730049, "S22": -51.242351342333215, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -102.51202201249775 }, "geometry": { "type": "Point", "coordinates": [ 103620.2, 510294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -41.265885408003783, "S22": -44.286335518668608, "W31": -80.0, "S31": -83.18578201044852, "W32": -96.055502727591218, "S32": -101.05550272759122 }, "geometry": { "type": "Point", "coordinates": [ 103620.38775510204141, 525027.673469387809746 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59648710396693672, "S11": 0.59648710396693672, "W12": -7.3957275175620047, "S12": -7.9240391167383946, "W13": -11.432619340536196, "S13": -14.851854634653842, "W21": -30.000000000000004, "S21": -31.029431703726665, "W22": -36.963699056784634, "S22": -36.963699056784634, "W31": -69.853415693558517, "S31": -77.987680757353786, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.5, 499493.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86412438073461173, "S11": 0.86412438073461173, "W12": -11.495046242643117, "S12": -11.495046242643117, "W13": -22.351162809661268, "S13": -27.174821948687395, "W21": -39.254427720846351, "S21": -41.544603349496761, "W22": -38.68, "S22": -38.68, "W31": -67.401087852978662, "S31": -71.526809290421895, "W32": -94.471629042098741, "S32": -99.471629042098741 }, "geometry": { "type": "Point", "coordinates": [ 103620.666666666671517, 503528.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26433439977742745, "S11": -0.26433439977742745, "W12": -6.5856417328390249, "S12": -6.5856417328390249, "W13": -15.821113780717486, "S13": -18.032347440848191, "W21": -35.839639049892931, "S21": -35.839639049892931, "W22": -51.442282174390428, "S22": -52.806410712025858, "W31": -97.000956640766518, "S31": -97.000956640766518, "W32": -97.000956640766518, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103620.8, 497886.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.676400187809143, "S11": 2.4052950502091357, "W12": -10.680243372316022, "S12": -11.109690012632232, "W13": -18.257644034275746, "S13": -20.480026910529926, "W21": -50.407220422937705, "S21": -63.34214771472783, "W22": -60.0, "S22": -60.0, "W31": -83.38237093222412, "S31": -83.38237093222412, "W32": -91.896006225175185, "S32": -96.896006225175185 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 500897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -22.479253858536122, "W13": -25.000174931548525, "S13": -28.715212874123729, "W21": -40.0, "S21": -40.0, "W22": -37.080981892053281, "S22": -40.740196217600094, "W31": -78.97185965897215, "S31": -78.97185965897215, "W32": -88.479934429634866, "S32": -93.479934429634866 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 503874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -10.0, "S12": -10.544780746366042, "W13": -20.173630513896633, "S13": -23.350544003507544, "W21": -33.648226016017531, "S21": -33.648226016017531, "W22": -40.0, "S22": -52.909825025741931, "W31": -62.801895638043284, "S31": -71.909981441029629, "W32": -83.848600693137172, "S32": -88.848600693137172 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 504770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93002017829796491, "S11": 0.70573420900097794, "W12": -1.8370148622343836, "S12": -4.9222235018408123, "W13": -21.594772591904039, "S13": -21.594772591904039, "W21": -34.000506139737659, "S21": -38.862848065414425, "W22": -40.246934782110145, "S22": -40.246934782110145, "W31": -70.744014715666708, "S31": -72.915849238005393, "W32": -94.440075147151262, "S32": -99.440075147151262 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 506176.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0509749694626995, "S11": 0.52537766726418778, "W12": -0.65185707436692886, "S12": -9.2115583412682991, "W13": -20.130225655753236, "S13": -20.130225655753236, "W21": -34.962099142144147, "S21": -39.962099142144147, "W22": -38.731787712015141, "S22": -40.615037183321022, "W31": -65.050242888694342, "S31": -74.947523889115658, "W32": -89.782739891369516, "S32": -94.782739891369516 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 506201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41791868146836453, "S11": 0.41791868146836453, "W12": -5.7774638419443365, "S12": -7.3514317993155736, "W13": -20.070131559924825, "S13": -20.070131559924825, "W21": -34.775482926424274, "S21": -37.335101810571835, "W22": -41.9551330818785, "S22": -44.148370732038998, "W31": -79.111737143185678, "S31": -82.54262465781045, "W32": -96.332599302670872, "S32": -101.33259930267087 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83603869640160045, "S11": 0.17670771048610745, "W12": -8.6866245536940401, "S12": -8.6866245536940401, "W13": -19.206301796588061, "S13": -19.206301796588061, "W21": -34.282676430687211, "S21": -34.282676430687211, "W22": -51.279471424053618, "S22": -52.030127312717603, "W31": -99.614430518875849, "S31": -99.614430518875849, "W32": -99.614430518875849, "S32": -101.7527708488698 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 507069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.799864571661576, "S11": -0.20013542833842402, "W12": -8.645574120156418, "S12": -17.732200958391715, "W13": -17.732200958391715, "S13": -17.732200958391715, "W21": -33.14676309602482, "S21": -33.14676309602482, "W22": -60.592657641235711, "S22": -60.592657641235711, "W31": -69.876960296580677, "S31": -70.723644931221074, "W32": -89.485424669227626, "S32": -94.485424669227626 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.2380660954712357, "W12": -6.1009102949453222, "S12": -6.1009102949453222, "W13": -24.420975561200663, "S13": -24.420975561200663, "W21": -35.709068721854869, "S21": -38.709068721854869, "W22": -51.535895456919398, "S22": -53.215646963991155, "W31": -97.8004386299679, "S31": -97.8004386299679, "W32": -97.8004386299679, "S32": -100.3397879325564 }, "geometry": { "type": "Point", "coordinates": [ 103621.0, 509227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8713886965511568, "S12": -5.8713886965511568, "W13": -20.0, "S13": -20.0, "W21": -43.211606065327032, "S21": -43.211606065327032, "W22": -50.0, "S22": -54.985407269832848, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103621.2, 519242.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8880767811002943, "S11": 0.13192114811497313, "W12": -5.0, "S12": -5.3558739759826288, "W13": -22.747722536469357, "S13": -22.747722536469357, "W21": -37.110739469219595, "S21": -37.110739469219595, "W22": -53.889750074787194, "S22": -65.263825974245051, "W31": -101.3250547487674, "S31": -101.3250547487674, "W32": -102.61550394018006, "S32": -107.61550394018006 }, "geometry": { "type": "Point", "coordinates": [ 103621.666666666671517, 508883.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53892687350762913, "S11": 0.53892687350762913, "W12": -4.6227824922211846, "S12": -16.192281080913652, "W13": -21.923850276962774, "S13": -21.923850276962774, "W21": -40.0, "S21": -40.641325164294813, "W22": -45.426762344333198, "S22": -46.675259196466953, "W31": -80.0, "S31": -80.0, "W32": -95.904775333709352, "S32": -100.90477533370935 }, "geometry": { "type": "Point", "coordinates": [ 103622.0, 506464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94371725753079783, "S11": 0.94371725753079783, "W12": -2.3022919002781768, "S12": -13.973488170869032, "W13": -21.192641802413558, "S13": -22.872752156669051, "W21": -37.886714158889788, "S21": -38.9346471656348, "W22": -42.492302785643574, "S22": -45.098809855289751, "W31": -80.0, "S31": -81.900027166530833, "W32": -95.347425856501232, "S32": -100.34742585650123 }, "geometry": { "type": "Point", "coordinates": [ 103622.333333333328483, 506702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94708967503083441, "S11": 0.94708967503083441, "W12": -10.389221858473904, "S12": -10.643872634527106, "W13": -16.694008622955966, "S13": -20.321186413033249, "W21": -52.331095819818714, "S21": -65.323623679433908, "W22": -39.958612762139737, "S22": -43.961796208220122, "W31": -67.587306253491803, "S31": -69.735290753445923, "W32": -93.061163361888219, "S32": -98.061163361888219 }, "geometry": { "type": "Point", "coordinates": [ 103622.363636363632395, 501166.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1034884253007236, "S11": 3.1034884253007236, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.896925754493733, "W21": -38.324386557223235, "S21": -48.962220892479571, "W22": -38.365249725202155, "S22": -49.306446463458727, "W31": -66.576620738399214, "S31": -76.750101024258967, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103622.666666666671517, 502759.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54889960508818592, "S11": -0.88513764273944995, "W12": -7.1303813603374975, "S12": -7.1303813603374975, "W13": -20.772577145520192, "S13": -23.284119369739287, "W21": -43.005044704715679, "S21": -43.005044704715679, "W22": -41.231985029424763, "S22": -41.231985029424763, "W31": -74.359401197604797, "S31": -74.569071251263892, "W32": -95.562421788737581, "S32": -100.56242178873758 }, "geometry": { "type": "Point", "coordinates": [ 103622.833333333328483, 516142.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097385395027945035, "S11": -0.097385395027945035, "W12": -11.48339933542719, "S12": -11.48339933542719, "W13": -19.486396829214641, "S13": -33.00972471693877, "W21": -35.979025955565312, "S21": -38.243310910937161, "W22": -39.978428021603115, "S22": -50.816545812837255, "W31": -61.61160854172369, "S31": -69.570958190346033, "W32": -79.403749305074442, "S32": -84.403749305074442 }, "geometry": { "type": "Point", "coordinates": [ 103622.888888888890506, 511913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47708821937578927, "S11": 0.47708821937578927, "W12": -6.6262006403415157, "S12": -16.475701620152847, "W13": -23.567992728806157, "S13": -28.567992728806157, "W21": -39.957061073446326, "S21": -43.563254551111442, "W22": -37.110001, "S22": -38.108073724331867, "W31": -69.226237088018934, "S31": -76.928302513042311, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 504034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78012211668928078, "S11": 0.46914891260047514, "W12": -8.055376096641325, "S12": -12.787042463492357, "W13": -19.536985930736069, "S13": -22.174360791692688, "W21": -35.212638397373183, "S21": -42.867194777425425, "W22": -43.585232536174686, "S22": -43.585232536174686, "W31": -73.744706607909578, "S31": -73.750498261632259, "W32": -95.008413405308147, "S32": -100.00841340530815 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 505725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34662196732344974, "S11": 0.34662196732344974, "W12": -5.1422574269561547, "S12": -5.1422574269561547, "W13": -24.552876317077565, "S13": -24.552876317077565, "W21": -34.446749487337343, "S21": -34.866558581836522, "W22": -39.335552104986121, "S22": -41.61456140117545, "W31": -70.499405377770117, "S31": -70.499405377770117, "W32": -89.544520437776924, "S32": -94.544520437776924 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 505915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.750083167101427, "S11": 0.75008316710142697, "W12": -3.8648646656275636, "S12": -19.061928111735597, "W13": -19.061928111735597, "S13": -19.061928111735597, "W21": -32.315165632950198, "S21": -32.315165632950198, "W22": -63.187276019997888, "S22": -63.187276019997888, "W31": -73.195414573071972, "S31": -73.195414573071972, "W32": -87.239034635059909, "S32": -92.239034635059909 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 507321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2860262096849691, "S11": -1.2860262096849691, "W12": -10.753623242301064, "S12": -13.564449234263478, "W13": -19.236777714197313, "S13": -19.236777714197313, "W21": -33.343329885203595, "S21": -33.343329885203595, "W22": -51.093593922513996, "S22": -51.093593922513996, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -99.999999999999986, "S32": -103.14912438604161 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 508206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27327681115683533, "S11": 0.22767777682972451, "W12": -6.3519335864959299, "S12": -6.3519335864959299, "W13": -25.23513222448247, "S13": -25.23513222448247, "W21": -35.251019403750576, "S21": -35.252122620143396, "W22": -60.259454550486552, "S22": -60.259454550486552, "W31": -69.994219331034657, "S31": -70.506218518120946, "W32": -90.698387352195937, "S32": -95.698387352195937 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 510168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8584018916225347, "S12": -28.148987188614608, "W13": -31.393336448451585, "S13": -31.393336448451585, "W21": -40.0, "S21": -40.0, "W22": -61.971107585899816, "S22": -62.744272542490187, "W31": -84.900989012175373, "S31": -86.15581069451973, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103623.0, 510647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.050689730676591, "S13": -18.471834816931047, "W21": -39.524832231323401, "S21": -44.497409080335601, "W22": -38.819118974616323, "S22": -40.262058287756318, "W31": -70.0, "S31": -73.408538318229176, "W32": -92.886389948242979, "S32": -97.886389948242979 }, "geometry": { "type": "Point", "coordinates": [ 103623.5, 501887.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1656070959996353, "S11": 0.1656070959996353, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -30.0, "S21": -34.971982157792027, "W22": -37.376711000657217, "S22": -37.407304817202139, "W31": -69.50936535591039, "S31": -77.058041511969094, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 498509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47571019349871491, "S11": 0.47571019349871491, "W12": -10.0, "S12": -11.874903870802358, "W13": -13.625227582156491, "S13": -17.765472670660671, "W21": -32.118804903009632, "S21": -40.943779771768703, "W22": -37.38508690675895, "S22": -37.38549123032562, "W31": -69.518382744668884, "S31": -77.081071733532369, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40710821383351958, "S11": 0.40710821383351958, "W12": -2.5019811720591445, "S12": -13.483717810649257, "W13": -20.810248678720352, "S13": -20.810248678720352, "W21": -37.390116507905162, "S21": -37.732976094505304, "W22": -57.982954545454547, "S22": -57.982954545454547, "W31": -75.239998, "S31": -75.239998, "W32": -86.398014179576677, "S32": -91.398014179576677 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 506842.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8614214558404072, "S11": -0.13857854415959281, "W12": -9.5033196664029091, "S12": -11.42652500863997, "W13": -15.992120814182535, "S13": -15.992120814182535, "W21": -33.425818446716534, "S21": -33.425818446716534, "W22": -51.384895845392727, "S22": -52.82693874311753, "W31": -98.599920619170462, "S31": -98.599920619170462, "W32": -98.599920619170462, "S32": -100.99351968524185 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 507152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6637029307963787, "S11": 1.0528310255218902, "W12": -4.0350896630258992, "S12": -15.0, "W13": -15.0, "S13": -19.269004792482431, "W21": -32.340727891656037, "S21": -32.340727891656037, "W22": -56.39319708170266, "S22": -65.965946214871138, "W31": -98.857482333812783, "S31": -98.857482333812783, "W32": -101.61643392056386, "S32": -106.61643392056386 }, "geometry": { "type": "Point", "coordinates": [ 103624.0, 507329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69749267339628784, "S11": 0.69681275773078144, "W12": -10.0, "S12": -10.0, "W13": -15.157601634818384, "S13": -16.334750516188013, "W21": -42.060347611637944, "S21": -47.969627102718022, "W22": -57.62333139872316, "S22": -60.903230806373323, "W31": -81.129357308303554, "S31": -81.129357308303554, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.25, 501624.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40335726443503694, "S11": 0.40335726443503694, "W12": -12.332557651258005, "S12": -12.332557651258005, "W13": -21.741342788264731, "S13": -23.085039636608947, "W21": -42.818098599758883, "S21": -42.818098599758883, "W22": -46.803862252072683, "S22": -46.803862252072683, "W31": -87.303755811168173, "S31": -87.303755811168173, "W32": -95.468418187382127, "S32": -100.46841818738213 }, "geometry": { "type": "Point", "coordinates": [ 103624.5, 514748.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8636833877866987, "S12": -5.8636833877866987, "W13": -20.0, "S13": -20.0, "W21": -43.201034593064577, "S21": -43.201034593064577, "W22": -44.600042533294335, "S22": -46.211485408137158, "W31": -80.0, "S31": -80.727252850226449, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103624.904761904763291, 519247.190476190473419 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59330111482651016, "S11": 0.59330111482651016, "W12": -10.0, "S12": -10.0, "W13": -16.66803299443605, "S13": -17.874204578023708, "W21": -21.167433881121866, "S21": -21.997782046450123, "W22": -39.39212900393283, "S22": -44.172129007682265, "W31": -70.256705090982265, "S31": -70.441942250679148, "W32": -95.366300054481059, "S32": -100.36630005448106 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 496985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95910716093344217, "S11": 0.64455521519961623, "W12": 1.7347234759768071e-17, "S12": -5.2591203892340461, "W13": -22.276995193001941, "S13": -22.276995193001941, "W21": -33.443761965927031, "S21": -37.804187594181499, "W22": -35.897549254935349, "S22": -35.897549254935349, "W31": -70.0, "S31": -79.451655726823518, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 506155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0041385751323883974, "S11": -0.20312034721658306, "W12": -7.8251261762112145, "S12": -8.8059340316006374, "W13": -25.510524804690451, "S13": -25.510524804690451, "W21": -35.326141131301256, "S21": -35.677893530533503, "W22": -32.843686338489761, "S22": -41.229320274773869, "W31": -75.828411956982308, "S31": -76.433484420750418, "W32": -85.685744870663498, "S32": -90.685744870663498 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 510023.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15988830771554818, "S11": -0.15988830771554818, "W12": -10.0, "S12": -28.525598350527272, "W13": -33.547865459249678, "S13": -33.547865459249678, "W21": -38.538679101675399, "S21": -38.538679101675399, "W22": -37.701199713830086, "S22": -38.752878598797054, "W31": -65.985176935949028, "S31": -72.756694749516626, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 511074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077450598824520545, "S11": -0.077450598824520545, "W12": -10.0, "S12": -10.0, "W13": -28.438642718864273, "S13": -28.438642718864273, "W21": -37.92562356982193, "S21": -37.92562356982193, "W22": -51.48686008011299, "S22": -53.269836743502928, "W31": -98.01754011021724, "S31": -98.01754011021724, "W32": -98.01754011021724, "S32": -100.551598220485 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 511301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8645651209230119, "S12": -5.8645651209230119, "W13": -20.0, "S13": -20.0, "W21": -42.876445813449735, "S21": -42.876445813449735, "W22": -68.749464782701779, "S22": -68.948919760379056, "W31": -80.969239073258521, "S31": -89.747162588444809, "W32": -95.032710503110181, "S32": -100.03271050311018 }, "geometry": { "type": "Point", "coordinates": [ 103625.0, 519089.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -0.91, "W12": -5.9, "S12": -18.9, "W13": -18.91, "S13": -18.91, "W21": -33.900002, "S21": -41.900002, "W22": -64.494455556098018, "S22": -64.494455556098018, "W31": -74.762431503071014, "S31": -74.762431503071014, "W32": -87.136883376460773, "S32": -92.136883376460773 }, "geometry": { "type": "Point", "coordinates": [ 103625.3, 505768.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4, "S11": 0.4, "W12": -1.2, "S12": -1.2, "W13": -20.51, "S13": -20.51, "W21": -35.099998, "S21": -35.099998, "W22": -51.123874765881283, "S22": -52.127310176123537, "W31": -96.205882039419691, "S31": -96.205882039419691, "W32": -96.205882039419691, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103625.8, 506500.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6170149101515241, "S11": 3.2910622524966273, "W12": -10.46932113502268, "S12": -10.46932113502268, "W13": -18.546609028768128, "S13": -20.47676500797089, "W21": -40.0, "S21": -50.799179792597236, "W22": -56.294632072280386, "S22": -65.78590926081695, "W31": -98.90354991349345, "S31": -98.90354991349345, "W32": -101.62558939546264, "S32": -106.62558939546264 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 500677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17747424976058637, "S11": -0.17747424976058637, "W12": -5.455476566210665, "S12": -5.455476566210665, "W13": -24.905299224566555, "S13": -24.914453939244613, "W21": -34.232661166764132, "S21": -37.092561595953647, "W22": -50.0, "S22": -76.130699088145903, "W31": -106.44838736771376, "S31": -106.44838736771376, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 505855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10117377193030264, "S11": 0.10117377193030175, "W12": -11.233569582926885, "S12": -11.233569582926885, "W13": -19.828746200809512, "S13": -25.287616124700232, "W21": -38.823217740785573, "S21": -39.45902927619845, "W22": -50.0, "S22": -51.807589880159789, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103626.0, 512888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47485762163018985, "S11": 0.47485762163018985, "W12": -10.0, "S12": -11.208282036933447, "W13": -13.594084198723937, "S13": -16.548017048660885, "W21": -33.671713791256707, "S21": -40.060633706368961, "W22": -68.233895556276352, "S22": -71.294427822757484, "W31": -81.427819380883278, "S31": -84.025782245169864, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 499910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2566474334828719, "W12": -10.724364005565374, "S12": -11.236880474603584, "W13": -18.190350833780062, "S13": -20.481014111372033, "W21": -50.470089540864926, "S21": -63.193935098598438, "W22": -37.405588604722212, "S22": -37.696174195035475, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 500910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4060832443970117, "S12": -16.231084383712513, "W13": -23.462853041599345, "S13": -28.515425958825539, "W21": -39.956349526878114, "S21": -44.547607405749034, "W22": -43.844684096475731, "S22": -46.038340115675382, "W31": -65.37381651975187, "S31": -66.315231076930985, "W32": -95.573087405771687, "S32": -100.57308740577169 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9855455751416491, "S11": 2.8436693547996614, "W12": -11.035842573793534, "S12": -20.783957374018634, "W13": -20.783957374018634, "S13": -25.028839263691459, "W21": -40.0, "S21": -50.0, "W22": -46.744440760418811, "S22": -46.760994423987526, "W31": -80.0, "S31": -80.0, "W32": -99.500239914368692, "S32": -104.50023991436869 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 504237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47876862328797926, "S11": -0.47876862328797926, "W12": -5.6374465672831731, "S12": -8.506261472598764, "W13": -25.0, "S13": -25.087229195766511, "W21": -34.103963761636628, "S21": -39.10252120588158, "W22": -42.973015569885582, "S22": -45.306643870550033, "W31": -80.0, "S31": -81.666380494505518, "W32": -95.380089825915888, "S32": -100.38008982591589 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 505820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4387365177195688, "S11": 1.4387365177195688, "W12": -6.0834361471415379, "S12": -6.1513899816793431, "W13": -25.0, "S13": -26.610088070456364, "W21": -37.483942309011077, "S21": -37.625554167680804, "W22": -38.743124232151203, "S22": -39.121091593778864, "W31": -67.361098800614528, "S31": -71.567439729499526, "W32": -94.503175536302109, "S32": -99.503175536302109 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 509711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23441611988676692, "S11": 0.23441611988676692, "W12": -7.6040394275879359, "S12": -17.529075066382607, "W13": -25.435120963476738, "S13": -25.435120963476738, "W21": -35.336014422685274, "S21": -35.336014422685274, "W22": -41.493866726017728, "S22": -41.493866726017728, "W31": -74.894723692478095, "S31": -75.394723692478095, "W32": -95.423792418108206, "S32": -100.42379241810821 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 509949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025076238662731939, "S11": 0.025076238662731939, "W12": -10.0, "S12": -13.261127010756933, "W13": -27.255592600559257, "S13": -27.255592600559257, "W21": -37.749552673640096, "S21": -37.749552673640096, "W22": -39.776318431901935, "S22": -40.343327741070254, "W31": -68.322646778128558, "S31": -70.886663672047248, "W32": -95.10116373900874, "S32": -100.10116373900874 }, "geometry": { "type": "Point", "coordinates": [ 103627.0, 511357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8762618452270949, "S11": 3.8762618452270949, "W12": -10.309345292907208, "S12": -10.309345292907208, "W13": -16.278343532881983, "S13": -19.50513671672617, "W21": -39.296385778509602, "S21": -39.296385778509602, "W22": -50.961212436832156, "S22": -50.961212436832156, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.77465505740265 }, "geometry": { "type": "Point", "coordinates": [ 103627.333333333328483, 500485.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84970940146770801, "S11": 0.84970940146770801, "W12": -5.4086749502717408, "S12": -5.4086749502717408, "W13": -24.245090343771203, "S13": -24.245090343771203, "W21": -34.762391953078009, "S21": -35.969987429928736, "W22": -50.0, "S22": -80.0, "W31": -106.3179741306904, "S31": -106.3179741306904, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.333333333328483, 505971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.098655289861898601, "S11": 0.098655289861898601, "W12": -11.241209264178229, "S12": -11.241209264178229, "W13": -19.816668074671142, "S13": -25.187256658032773, "W21": -38.862296877195895, "S21": -39.519610753928426, "W22": -49.948066539745952, "S22": -54.047468200091515, "W31": -80.542323750223119, "S31": -80.542323750223119, "W32": -92.45368513914508, "S32": -97.45368513914508 }, "geometry": { "type": "Point", "coordinates": [ 103627.428571428565192, 512882.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8612342002859492, "S12": -5.8612342002859492, "W13": -20.0, "S13": -20.0, "W21": -43.278331362626147, "S21": -43.278331362626147, "W22": -51.981458701183406, "S22": -51.981458701183406, "W31": -88.139708382125178, "S31": -88.139708382125178, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103627.522222222221899, 519291.822222222224809 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40940797438793963, "S11": 0.40940797438793963, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -30.279125959342725, "S21": -32.361562428323978, "W22": -47.346259226301399, "S22": -47.346259226301399, "W31": -77.502671393001307, "S31": -81.585582055297749, "W32": -98.205102176654663, "S32": -103.20510217665466 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 498736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6678545342949209, "S11": 1.1678545342949209, "W12": -3.9426719941052388, "S12": -19.182245159793055, "W13": -19.182245159793055, "S13": -19.182245159793055, "W21": -32.330672532906064, "S21": -32.330672532906064, "W22": -46.605609289550102, "S22": -46.92863078033136, "W31": -80.0, "S31": -80.0, "W32": -98.824880965563054, "S32": -103.82488096556305 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 507327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77948200933445011, "S11": -0.77948200933445011, "W12": -5.0, "S12": -12.907144142522945, "W13": -20.465540339386731, "S13": -20.465540339386731, "W21": -35.643632446369992, "S21": -35.643632446369992, "W22": -40.0, "S22": -44.355080852295337, "W31": -67.567236513332006, "S31": -69.635391542024038, "W32": -93.000631729140693, "S32": -98.000631729140693 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5575919122724575, "S11": 1.6469431974621758, "W12": -5.752041112508687, "S12": -5.752041112508687, "W13": -24.60203114945261, "S13": -24.60203114945261, "W21": -35.701154811846131, "S21": -38.018801870669662, "W22": -64.541684884091453, "S22": -64.541684884091453, "W31": -74.875995452684975, "S31": -74.875995452684975, "W32": -87.140992435324549, "S32": -92.140992435324549 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 509197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090296777832885533, "S11": -0.090296777832885533, "W12": -11.898181588020224, "S12": -11.898181588020224, "W13": -19.300592953772949, "S13": -20.830356687097076, "W21": -37.455138798032671, "S21": -37.455138798032671, "W22": -37.569422456242314, "S22": -37.929072875231334, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103628.0, 512622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4554415951571551, "S11": 3.0577294116719234, "W12": -10.640186725830132, "S12": -10.640186725830132, "W13": -18.280726954503347, "S13": -20.487573028081989, "W21": -49.714787913748985, "S21": -62.420190425517504, "W22": -34.398579221574913, "S22": -36.392208534222348, "W31": -75.954852033353092, "S31": -78.515698594199648, "W32": -87.04296411662429, "S32": -92.04296411662429 }, "geometry": { "type": "Point", "coordinates": [ 103628.6, 500841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47166359076550313, "S11": 0.47166359076550313, "W12": -10.0, "S12": -11.964543095993081, "W13": -14.778363074043876, "S13": -19.778363074043874, "W21": -29.96648990331137, "S21": -33.946393404705731, "W22": -50.0, "S22": -50.0, "W31": -107.20211657987569, "S31": -107.20211657987569, "W32": -108.32631140330571, "S32": -113.32631140330571 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 499707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26473231936095531, "S11": 0.26473231936095531, "W12": -10.639299513346113, "S12": -10.639299513346113, "W13": -16.581668625146886, "S13": -20.919689950994581, "W21": -40.744905192273613, "S21": -45.814914144033558, "W22": -60.738662049728269, "S22": -60.738662049728269, "W31": -87.863773931376883, "S31": -87.863773931376883, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.963930183379098, "W13": -25.0, "S13": -28.901447505847063, "W21": -40.0, "S21": -40.02964813205908, "W22": -41.418881457370681, "S22": -46.809747238040501, "W31": -63.254516166148889, "S31": -63.802833284213577, "W32": -95.069262736537411, "S32": -100.06926273653741 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 503825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.425195772176815, "S12": -11.425195772176815, "W13": -22.915097085280394, "S13": -22.915097085280394, "W21": -36.817434849396697, "S21": -37.309273337369206, "W22": -46.939132120872571, "S22": -47.235336645209131, "W31": -79.074035460728865, "S31": -80.371510252232255, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.43, "S11": -1.43, "W12": -13.04, "S12": -13.04, "W13": -18.950001, "S13": -18.950001, "W21": -32.639999, "S21": -32.639999, "W22": -35.127183538238569, "S22": -36.629564527588016, "W31": -76.48423673342316, "S31": -79.984079786973282, "W32": -87.366095700032801, "S32": -92.366095700032801 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508117.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5, "W12": -5.7104779049815972, "S12": -15.019350889374113, "W13": -24.66010647944907, "S13": -24.774705678411106, "W21": -34.141238618727833, "S21": -34.141238618727833, "W22": -42.932795468200155, "S22": -49.484878231350848, "W31": -67.718630188800532, "S31": -69.171583032240193, "W32": -92.540259117866498, "S32": -97.540259117866498 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 509443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3064087459243225, "S12": -25.231916401478671, "W13": -30.770974781194614, "S13": -30.770974781194614, "W21": -40.0, "S21": -40.0, "W22": -43.039295608017362, "S22": -43.039295608017362, "W31": -74.501542346542493, "S31": -74.510813869721304, "W32": -95.053947613789759, "S32": -100.05394761378976 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.030352409176931352, "S11": 0.030352409176931352, "W12": -10.846341663252765, "S12": -11.379905321420249, "W13": -19.896644156228607, "S13": -31.471583084235505, "W21": -36.474069524719056, "S21": -37.981133414879423, "W22": -37.439999, "S22": -37.439999, "W31": -69.538563956362466, "S31": -77.046012883274386, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 511759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1727975921205664, "S11": 1.1727975921205664, "W12": -10.553157975970954, "S12": -10.553157975970954, "W13": -16.545919869604177, "S13": -19.470423275043991, "W21": -51.708128770196367, "S21": -64.53636901384526, "W22": -53.619221837286183, "S22": -53.619221837286183, "W31": -87.163001129236449, "S31": -87.163001129236449, "W32": -95.400389059909429, "S32": -100.40038905990943 }, "geometry": { "type": "Point", "coordinates": [ 103629.181818181823473, 501214.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51682141859815078, "S11": 0.51682141859815078, "W12": -11.51893534169198, "S12": -11.51893534169198, "W13": -23.073328791356797, "S13": -23.073328791356797, "W21": -36.69065522108879, "S21": -37.709554735687178, "W22": -47.074954292249245, "S22": -47.074954292249245, "W31": -78.14772639987487, "S31": -80.325246523084189, "W32": -99.51264066354679, "S32": -104.51264066354679 }, "geometry": { "type": "Point", "coordinates": [ 103629.333333333328483, 505107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.755436689631564, "S12": -10.755436689631564, "W13": -21.775708673526371, "S13": -21.775708673526371, "W21": -35.619473442361034, "S21": -35.619473442361034, "W22": -39.46145784057753, "S22": -42.994328947489571, "W31": -67.244506808296777, "S31": -72.440278619377352, "W32": -95.121750720388746, "S32": -100.12175072038875 }, "geometry": { "type": "Point", "coordinates": [ 103629.5, 504959.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59117551286225978, "S11": 0.59117551286225978, "W12": -10.0, "S12": -10.0, "W13": -15.095788448005198, "S13": -16.414036684626243, "W21": -41.24688059657673, "S21": -46.838776599895773, "W22": -50.806694634108709, "S22": -50.806694634108709, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.26895867710564 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 501643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -22.673667266357352, "W13": -25.030508062062673, "S13": -28.739767818872437, "W21": -40.0, "S21": -40.010928961748633, "W22": -61.38325262308296, "S22": -61.767524381955788, "W31": -86.221681912470274, "S31": -86.221681912470274, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 503886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6575958191133904, "S11": 0.38949405786094426, "W12": -8.2948131890493322, "S12": -15.0, "W13": -15.0, "S13": -20.889604456762854, "W21": -33.12670305940938, "S21": -33.12670305940938, "W22": -39.050276483624856, "S22": -39.909070005176424, "W31": -63.679406731317741, "S31": -65.889988683025763, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 507217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.53279491694098, "S11": 0.010704064420755888, "W12": -5.0, "S12": -8.5274686554893275, "W13": -23.121997019767207, "S13": -23.121997019767207, "W21": -36.948612492596027, "S21": -36.948612492596027, "W22": -48.34000110299008, "S22": -48.34000110299008, "W31": -87.731375770896904, "S31": -87.731375770896904, "W32": -95.036846806472269, "S32": -100.03684680647227 }, "geometry": { "type": "Point", "coordinates": [ 103630.0, 508933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64283719631387881, "S11": -0.99653433788205437, "W12": -11.682177427083666, "S12": -15.467933543255162, "W13": -24.001720899170571, "S13": -25.314091005932127, "W21": -35.91891060959351, "S21": -38.429236721234517, "W22": -36.0, "S22": -39.192116291251963, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 505243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2602726442751904, "S11": 1.2602726442751904, "W12": -0.75845096779210319, "S12": -0.75845096779210319, "W13": -20.691114896020142, "S13": -20.691114896020142, "W21": -38.512424032835185, "S21": -39.868675341031498, "W22": -37.221837267970102, "S22": -39.352257874425923, "W31": -65.811624154069037, "S31": -74.047652273576944, "W32": -99.469064571568865, "S32": -104.46906457156886 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 506542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0178592413657797, "S11": 1.0178592413657797, "W12": -2.6509059725793902, "S12": -12.362483262432317, "W13": -21.042676393852833, "S13": -21.042676393852833, "W21": -38.217480583318405, "S21": -38.217480583318405, "W22": -63.507159307568145, "S22": -63.507159307568145, "W31": -73.835217241480024, "S31": -73.835217241480024, "W32": -87.249146508528753, "S32": -92.249146508528753 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 506885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.576715409934434, "S11": 0.88325082147394696, "W12": -8.0034546035944754, "S12": -15.0, "W13": -15.0, "S13": -18.742634994249396, "W21": -33.334187730861849, "S21": -33.334187730861849, "W22": -33.832155113278873, "S22": -37.512240026677595, "W31": -75.636027469624793, "S31": -79.192878823710203, "W32": -86.76140724304932, "S32": -91.76140724304932 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 507245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5037204317538087, "S11": 0.089377802271737306, "W12": -5.0, "S12": -7.7082538097894702, "W13": -23.020238990061582, "S13": -23.020238990061582, "W21": -36.948403085380995, "S21": -36.948403085380995, "W22": -50.0, "S22": -50.0, "W31": -105.76504804730554, "S31": -105.76504804730554, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 508922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1633590138674883, "S11": 0.1633590138674883, "W12": -5.9748608962487868, "S12": -9.5575752230016029, "W13": -25.0, "S13": -25.631705364291435, "W21": -37.217619273050062, "S21": -37.223096631059917, "W22": -56.598540851331116, "S22": -65.579187858463314, "W31": -98.453505096616837, "S31": -98.453505096616837, "W32": -101.52238165340724, "S32": -106.52238165340724 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 509743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9146081247322133, "S12": -8.0438229973585571, "W13": -25.799785756245896, "S13": -25.799785756245896, "W21": -38.718074296575267, "S21": -38.718074296575267, "W22": -34.685498078861691, "S22": -38.084149574858323, "W31": -70.238921643210347, "S31": -80.238921643210347, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19, "S11": -0.19, "W12": -11.49, "S12": -35.47, "W13": -35.48, "S13": -35.48, "W21": -38.790001, "S21": -38.790001, "W22": -39.042342565060025, "S22": -49.300043422475078, "W31": -66.814182582360175, "S31": -76.345798507418721, "W32": -99.65817611361102, "S32": -104.65817611361102 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50320607959398533, "S11": 0.50320607959398533, "W12": -5.0239700317149065, "S12": -5.0239700317149065, "W13": -24.418991678903573, "S13": -24.418991678903573, "W21": -34.583604968833356, "S21": -35.477186228886708, "W22": -39.831759592629339, "S22": -51.20483212726667, "W31": -61.853912950384967, "S31": -69.969328040977928, "W32": -79.306278620241372, "S32": -84.306278620241372 }, "geometry": { "type": "Point", "coordinates": [ 103631.5, 505939.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4493404298276293, "S11": 3.0269566169917073, "W12": -10.656759222351747, "S12": -11.656759222351747, "W13": -18.252110841013401, "S13": -20.488685556732463, "W21": -49.638430537873965, "S21": -62.298220147513177, "W22": -64.783926187527754, "S22": -64.783926187527754, "W31": -75.197493371741572, "S31": -75.197493371741572, "W32": -87.143264461397166, "S32": -92.143264461397166 }, "geometry": { "type": "Point", "coordinates": [ 103632.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.031550466629747, "S11": 2.031550466629747, "W12": -7.7987442167872665, "S12": -17.739714913592593, "W13": -22.569069233167941, "S13": -27.614672713857651, "W21": -39.961227424735689, "S21": -47.93352080303076, "W22": -46.714466080423925, "S22": -46.753961174209664, "W31": -80.0, "S31": -80.0, "W32": -99.698722917358225, "S32": -104.69872291735823 }, "geometry": { "type": "Point", "coordinates": [ 103632.0, 504105.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9832879893829243, "S11": 1.9832879893829236, "W12": -7.6111452481485511, "S12": -22.68302464263941, "W13": -22.68302464263941, "S13": -22.68302464263941, "W21": -32.665228238546391, "S21": -32.665228238546391, "W22": -50.0, "S22": -50.0, "W31": -89.24715754295471, "S31": -89.24715754295471, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103632.5, 507283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50103576866897703, "S11": 0.50103576866897703, "W12": -15.002694922406071, "S12": -15.002694922406071, "W13": -21.743931845075078, "S13": -26.895374564413874, "W21": -39.110354972277548, "S21": -44.313887627104471, "W22": -38.505639202830785, "S22": -39.212267949275763, "W31": -65.22654899914734, "S31": -75.22654899914734, "W32": -90.709733723006991, "S32": -95.709733723006991 }, "geometry": { "type": "Point", "coordinates": [ 103632.714285714289872, 513851.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20889031873861494, "S11": -0.20889031873861494, "W12": -5.4569761295562049, "S12": -5.4569761295562049, "W13": -24.906432748538013, "S13": -24.906432748538013, "W21": -34.270796438675781, "S21": -37.329144495706288, "W22": -50.652176831385262, "S22": -50.652176831385262, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -104.76326229680862 }, "geometry": { "type": "Point", "coordinates": [ 103632.75, 505856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9544732425848665, "S11": 3.9544732425848665, "W12": -10.344520821254392, "S12": -10.344520821254392, "W13": -16.381925851830207, "S13": -19.624823403774251, "W21": -39.027958179801807, "S21": -39.027958179801807, "W22": -49.086000607308989, "S22": -49.086000607308989, "W31": -88.951260109686089, "S31": -88.951260109686089, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 500498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9457526320019287, "S12": -19.493708699996276, "W13": -24.471893491124259, "S13": -28.40107820192685, "W21": -39.945828482966938, "S21": -41.451175747871673, "W22": -48.902000729568137, "S22": -48.902000729568137, "W31": -88.6420477582638, "S31": -88.6420477582638, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.342180301794083, "W12": -10.0, "S12": -10.235341554247093, "W13": -20.075208009274206, "S13": -22.939281811440271, "W21": -33.617165428711829, "S21": -33.617165428711829, "W22": -47.501302728346921, "S22": -47.501302728346921, "W31": -74.621319476142972, "S31": -78.356819270466289, "W32": -97.386197689699827, "S32": -102.38619768969983 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 504768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92437249213986727, "S11": 0.30144431534428717, "W12": -10.329366868478681, "S12": -10.329366868478681, "W13": -20.0, "S13": -23.324591993304505, "W21": -37.57775405286371, "S21": -44.696250743229719, "W22": -38.722200907151375, "S22": -39.502284294985699, "W31": -70.0, "S31": -74.240582272885149, "W32": -92.81973576682104, "S32": -97.81973576682104 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 505652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42776680514881127, "S11": 0.42776680514881127, "W12": -4.9171699559905804, "S12": -7.2198231511455369, "W13": -20.12913112621079, "S13": -20.12913112621079, "W21": -35.325881026184781, "S21": -37.753190090798171, "W22": -37.913483548201135, "S22": -38.00115253632076, "W31": -69.113438650623991, "S31": -76.623513670774031, "W32": -90.213263511352736, "S32": -95.213263511352736 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8324535829369344, "S11": 1.712865954070955, "W12": -3.5431083427506755, "S12": -18.725133324138714, "W13": -18.725133324138714, "S13": -18.725133324138714, "W21": -32.266905743280738, "S21": -32.266905743280738, "W22": -36.104019379254154, "S22": -36.104019379254154, "W31": -69.931615671480614, "S31": -77.996369709389015, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 507309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27515798417503057, "S11": -0.27515798417503057, "W12": -5.0, "S12": -5.0, "W13": -21.638701994641291, "S13": -21.638701994641291, "W21": -36.820820177473173, "S21": -37.997610748642714, "W22": -39.7311276832841, "S22": -51.377663950602766, "W31": -62.035216697964422, "S31": -70.419756080837729, "W32": -80.119078648865212, "S32": -85.119078648865212 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 508705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15907728637987778, "S11": 0.15907728637987778, "W12": -10.0, "S12": -14.66393818888892, "W13": -25.670126192012212, "S13": -25.912849043348672, "W21": -37.517905910688924, "S21": -37.517905910688924, "W22": -54.707042888662862, "S22": -64.082152165065907, "W31": -100.06397347590463, "S31": -100.06397347590463, "W32": -101.89077499620363, "S32": -106.89077499620363 }, "geometry": { "type": "Point", "coordinates": [ 103633.0, 511431.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0072665941151868, "S12": -7.0501432663938681, "W13": -25.554331864904658, "S13": -25.554331864904658, "W21": -38.046732155958004, "S21": -38.046732155958004, "W22": -38.950128297588677, "S22": -49.743396001621704, "W31": -66.762723461537846, "S31": -76.664874804586518, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103633.166666666671517, 510326.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8262784175232625, "S11": 2.8262784175232625, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -14.505418984183743, "S13": -17.280155396431692, "W21": -38.741536508424645, "S21": -47.517456573450346, "W22": -37.266732379044683, "S22": -45.06481789276517, "W31": -65.819098858335948, "S31": -74.575569426416536, "W32": -96.612970276449801, "S32": -101.6129702764498 }, "geometry": { "type": "Point", "coordinates": [ 103633.5, 500290.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8484156900724322, "S12": -5.8484156900724322, "W13": -20.0, "S13": -20.0, "W21": -43.251690485232842, "S21": -43.251690485232842, "W22": -40.0, "S22": -52.642417971283905, "W31": -62.580241038812495, "S31": -71.569220227374686, "W32": -83.250818152857008, "S32": -88.250818152857008 }, "geometry": { "type": "Point", "coordinates": [ 103633.523809523816453, 519294.952380952367093 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8510797040207434, "S12": -5.8510797040207434, "W13": -20.0, "S13": -20.0, "W21": -43.34505665992527, "S21": -43.34505665992527, "W22": -41.513154810743835, "S22": -41.513154810743835, "W31": -74.635513370749422, "S31": -75.066852335762064, "W32": -95.376486013986025, "S32": -100.37648601398602 }, "geometry": { "type": "Point", "coordinates": [ 103633.844444444446708, 519341.244444444426335 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81380811459941671, "S11": 0.81380811459941671, "W12": -10.0, "S12": -10.0, "W13": -13.718631806633248, "S13": -17.253090072112613, "W21": -37.350451517467683, "S21": -37.967283864167115, "W22": -36.155274516258451, "S22": -39.502358504384262, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 500104.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6070298233581245, "S11": 0.6070298233581245, "W12": -1.3359529147102143, "S12": -20.271802337214474, "W13": -20.358318617375495, "S13": -20.358318617375495, "W21": -36.058981184936989, "S21": -39.43518607841375, "W22": -42.599270199671572, "S22": -42.599270199671572, "W31": -74.682419709919557, "S31": -74.688600725372098, "W32": -95.099481822271244, "S32": -100.09948182227124 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 506296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57994006248803398, "S11": 0.57994006248803398, "W12": -4.2634139377510962, "S12": -19.465748791615496, "W13": -21.418484022083536, "S13": -21.418484022083536, "W21": -38.035835402556216, "S21": -38.964030505901086, "W22": -60.0, "S22": -65.668887749871971, "W31": -92.915041635922847, "S31": -92.915041635922847, "W32": -100.2606204136342, "S32": -105.2606204136342 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 506442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1643888881464444, "S11": 0.606598136967332, "W12": -6.221093106289481, "S12": -12.143971945562537, "W13": -21.061082565908521, "S13": -21.061082565908521, "W21": -35.266517068633618, "S21": -35.266517068633618, "W22": -44.721674084610044, "S22": -46.229622885942483, "W31": -80.0, "S31": -80.509105106981096, "W32": -95.477510040160638, "S32": -100.47751004016064 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 507024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7835561485891496, "S11": 0.48064352722992632, "W12": -9.75454813879408, "S12": -9.75454813879408, "W13": -16.532501641497046, "S13": -16.532501641497046, "W21": -33.380939975845024, "S21": -33.380939975845024, "W22": -39.797574255094723, "S22": -44.263939636087194, "W31": -72.984160749705353, "S31": -74.084392189975958, "W32": -96.715046989921007, "S32": -101.71504698992101 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 507141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6834782608695651, "S11": 1.6834782608695651, "W12": -6.1624294739336207, "S12": -12.740198862349111, "W13": -25.0, "S13": -25.891277478590975, "W21": -38.098352975203738, "S21": -38.356184183784606, "W22": -37.229322902024336, "S22": -38.186761107905895, "W31": -69.123864595182184, "S31": -76.348076629566137, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 509679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8700865320612419, "S12": -5.8700865320612419, "W13": -20.0, "S13": -20.0, "W21": -42.749171337064325, "S21": -42.749171337064325, "W22": -48.144794438245647, "S22": -54.511043275073064, "W31": -68.396513477575979, "S31": -68.742229437117757, "W32": -91.711114620717453, "S32": -96.711114620717453 }, "geometry": { "type": "Point", "coordinates": [ 103634.0, 519046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58076149984115633, "S11": 0.58076149984115633, "W12": -6.8797898703586133, "S12": -7.875346056242412, "W13": -11.918562470850391, "S13": -15.823817062805752, "W21": -30.0, "S21": -31.777911210970792, "W22": -42.103581800580834, "S22": -48.806466468597691, "W31": -67.577069468522197, "S31": -69.190316502267976, "W32": -92.658953399083998, "S32": -97.658953399083998 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 499393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.904689863842663, "S12": -21.629457089168547, "W13": -24.95295857988166, "S13": -28.551999446674607, "W21": -39.951127214813297, "S21": -40.491795076571748, "W22": -47.403406690566676, "S22": -47.403406690566676, "W31": -84.623990412932415, "S31": -84.706100421128241, "W32": -97.942951861667126, "S32": -102.94295186166713 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 503926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94844100123330388, "S11": -0.27543754328112169, "W12": -9.2150755494505496, "S12": -9.2150755494505496, "W13": -20.0, "S13": -23.127454501915707, "W21": -40.0, "S21": -46.52934027144169, "W22": -36.080002, "S22": -36.080002, "W31": -69.847283869202926, "S31": -77.738960984034634, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 505575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025360225311619727, "S11": -0.16004222196155229, "W12": -7.259939372245074, "S12": -15.561792223474644, "W13": -19.342150787514413, "S13": -20.917281139861647, "W21": -34.463773364101002, "S21": -42.352444222942125, "W22": -50.000000000000007, "S22": -70.109194147200569, "W31": -106.54466991432869, "S31": -106.54466991432869, "W32": -109.43742064211902, "S32": -114.43742064211902 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 505751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.05633481784513826, "S11": 0.05633481784513826, "W12": -5.2885596531278631, "S12": -5.2885596531278631, "W13": -24.71661900713605, "S13": -24.71661900713605, "W21": -34.408370282581956, "S21": -35.572525086046632, "W22": -53.96671289875173, "S22": -63.96671289875173, "W31": -101.06816986187405, "S31": -101.06816986187405, "W32": -102.45639069718408, "S32": -107.45639069718408 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 505889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27452073708247038, "S11": -0.27452073708247038, "W12": -5.0, "S12": -5.0, "W13": -21.638701994641291, "S13": -21.638701994641291, "W21": -36.800012345309533, "S21": -37.949604367068375, "W22": -47.112518908188655, "S22": -47.112518908188655, "W31": -87.081404750614666, "S31": -87.643557742594922, "W32": -95.821903411522726, "S32": -100.82190341152273 }, "geometry": { "type": "Point", "coordinates": [ 103635.0, 508705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35981988307528168, "S11": 0.35981988307528168, "W12": -6.0999250634979552, "S12": -10.022437291961278, "W13": -25.510752688171991, "S13": -25.510752688171991, "W21": -37.175199301317555, "S21": -37.175199301317555, "W22": -40.0, "S22": -53.252795197068224, "W31": -62.980970187090982, "S31": -72.183030989229763, "W32": -84.364519480519476, "S32": -89.364519480519476 }, "geometry": { "type": "Point", "coordinates": [ 103635.333333333328483, 510284.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.55, "S11": 0.55, "W12": -1.25, "S12": -21.950001, "W13": -21.959999, "S13": -21.959999, "W21": -33.450001, "S21": -36.83492612694404, "W22": -48.245334499224867, "S22": -48.245334499224867, "W31": -87.489739157650703, "S31": -87.489739157650703, "W32": -95.097065211532367, "S32": -100.09706521153237 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506113.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.47, "S11": 1.47, "W12": -0.73, "S12": -0.73, "W13": -20.74, "S13": -20.74, "W21": -39.23, "S21": -40.73, "W22": -59.121446919165791, "S22": -59.121446919165791, "W31": -75.239998, "S31": -75.239998, "W32": -86.533160866934494, "S32": -91.533160866934494 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -10.0, "W13": -14.232354597267046, "S13": -16.696589260481876, "W21": -38.429297084406855, "S21": -47.244930582768198, "W22": -60.0, "S22": -66.447538070706287, "W31": -81.331288490570557, "S31": -81.331288490570557, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3871732471782823, "S11": 1.3871732471782823, "W12": -10.717094093467965, "S12": -10.717094093467965, "W13": -16.397831116252171, "S13": -18.619660137053796, "W21": -51.085161720573524, "S21": -64.06542427142702, "W22": -32.812340912962128, "S22": -41.024063818511088, "W31": -75.452272956558588, "S31": -77.176378998482136, "W32": -85.810136021938803, "S32": -90.810136021938803 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 501262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60354933246499498, "S11": 0.58093379657512279, "W12": -10.0, "S12": -10.0, "W13": -15.082931846478646, "S13": -16.426234373287055, "W21": -40.641789730189949, "S21": -46.436285650532916, "W22": -49.420729886316124, "S22": -55.373753413107195, "W31": -68.599398156968192, "S31": -68.599398156968192, "W32": -91.452092058184434, "S32": -96.452092058184434 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5102015546967502, "W12": -10.0, "S12": -10.681558461557174, "W13": -19.416868663504818, "S13": -24.556074341620043, "W21": -33.570030157876417, "S21": -33.570030157876417, "W22": -39.29935783401335, "S22": -47.765713312137017, "W31": -66.952833313411816, "S31": -74.677770769644724, "W32": -97.677001197209265, "S32": -102.67700119720926 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 504715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94141275079472919, "S11": -0.058587249205270808, "W12": -0.058587249205270808, "S12": -15.280084597395334, "W13": -21.317912907144354, "S13": -21.317912907144354, "W21": -34.163177173303545, "S21": -39.163177173303545, "W22": -37.881743835208923, "S22": -41.31780139697922, "W31": -66.121328023523532, "S31": -75.970717969838802, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4366478240141658, "S11": 0.4366478240141658, "W12": -3.7106008058718034, "S12": -6.4001319165600581, "W13": -21.163122899529935, "S13": -21.163122899529935, "W21": -35.130476179848166, "S21": -36.91689713963089, "W22": -39.910886356836478, "S22": -47.403137782574142, "W31": -60.0, "S31": -66.299498930995398, "W32": -82.859206213572421, "S32": -87.859206213572421 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58120540996265402, "S11": 0.58120540996265402, "W12": -3.7187408059230962, "S12": -19.623646819041284, "W13": -21.343827439880386, "S13": -21.343827439880386, "W21": -37.751431311977399, "S21": -38.733027135278405, "W22": -65.073396818957022, "S22": -65.073396818957022, "W31": -75.267712268105171, "S31": -75.267712268105171, "W32": -87.075763832327723, "S32": -92.075763832327723 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 506438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2413838743549557, "S11": -1.2413838743549557, "W12": -10.0, "S12": -14.114512991437934, "W13": -19.324467083204432, "S13": -19.324467083204432, "W21": -33.462249080078038, "S21": -33.462249080078038, "W22": -51.522233546056526, "S22": -51.522233546056526, "W31": -86.965869683178269, "S31": -86.965869683178269, "W32": -95.416921338724606, "S32": -100.41692133872461 }, "geometry": { "type": "Point", "coordinates": [ 103636.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.055750658472344145, "S11": -0.055750658472344145, "W12": -4.9850094483389205, "S12": -4.9850094483389205, "W13": -15.03883857688915, "S13": -17.74123652150805, "W21": -30.769547249178995, "S21": -33.321706988380292, "W22": -60.596883566584907, "S22": -60.596883566584907, "W31": -88.084469684088816, "S31": -88.084469684088816, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 498340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1506054045339305, "S11": 3.1391590786773449, "W12": -10.579450052863136, "S12": -10.579450052863136, "W13": -18.349745319919219, "S13": -20.498442042327245, "W21": -44.299825263006198, "S21": -56.172327418009729, "W22": -47.209542478870873, "S22": -47.209542478870873, "W31": -87.05429916456049, "S31": -88.498816437848589, "W32": -95.894897851574299, "S32": -100.8948978515743 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9799301870671822, "S11": 2.926465895013465, "W12": -10.490590348274246, "S12": -20.416645497401991, "W13": -21.134530004709127, "S13": -26.134530004709127, "W21": -39.993712202189315, "S21": -49.993712202189315, "W22": -37.064173913019339, "S22": -41.231823916834429, "W31": -60.199866755496338, "S31": -60.292914070268914, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.144745412447095, "S11": 0.71296583780552725, "W12": 0.0, "S12": -16.379105935811477, "W13": -19.594269296776716, "S13": -19.594269296776716, "W21": -35.293614030868426, "S21": -39.856554566941746, "W22": -39.632899231894662, "S22": -44.249351913194999, "W31": -71.906459309512172, "S31": -72.697552674043308, "W32": -96.321165894851532, "S32": -101.32116589485153 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.315959391525733, "S11": 1.315959391525733, "W12": -2.7802205256020098, "S12": -11.884443113665819, "W13": -21.517576818326759, "S13": -21.517576818326759, "W21": -38.035547318036436, "S21": -38.035547318036436, "W22": -38.417910845598108, "S22": -50.059980444771185, "W31": -66.57435523647861, "S31": -76.744719915074953, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 506903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8090904068723281, "S11": 2.4480132954892193, "W12": -4.4825233228749042, "S12": -4.4825233228749042, "W13": -24.397248369686135, "S13": -24.397248369686135, "W21": -36.421536354040491, "S21": -37.727418706981666, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -105.61037050695879, "S31": -105.61037050695879, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 509147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5481149986438838, "W12": -5.3806024167360151, "S12": -9.1581984919608725, "W13": -24.23850957887792, "S13": -24.23850957887792, "W21": -34.168519983763098, "S21": -34.168519983763098, "W22": -50.0, "S22": -60.094951732869127, "W31": -106.54257579410523, "S31": -106.54257579410523, "W32": -106.54257579410523, "S32": -111.12229660144182 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 509311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1113043478260867, "S11": 2.1113043478260867, "W12": -5.8418982030156394, "S12": -18.655765768838155, "W13": -24.945119013920976, "S13": -25.565434316479269, "W21": -38.018981631420601, "S21": -38.275706265475399, "W22": -50.885889025378326, "S22": -60.940102923850475, "W31": -102.90773612199385, "S31": -102.90773612199385, "W32": -103.45146917148362, "S32": -108.45146917148362 }, "geometry": { "type": "Point", "coordinates": [ 103637.0, 509632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39613200210406752, "S11": 0.39613200210406752, "W12": -6.1925835328809278, "S12": -12.994731317533514, "W13": -25.436261173727168, "S13": -25.436261173727168, "W21": -36.303666446675891, "S21": -36.303666446675891, "W22": -41.081681724380061, "S22": -44.149539388153755, "W31": -75.573058901313715, "S31": -79.280784510755552, "W32": -97.639674357306106, "S32": -102.63967435730611 }, "geometry": { "type": "Point", "coordinates": [ 103637.5, 510242.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14637244537195171, "S11": -0.14637244537195171, "W12": -4.5998641108714047, "S12": -5.1250390698556609, "W13": -20.093476021564044, "S13": -20.093476021564044, "W21": -32.479676254774432, "S21": -32.479676254774432, "W22": -41.895916052183779, "S22": -43.679055321578325, "W31": -69.934637370005419, "S31": -69.934637370005419, "W32": -89.700024218893972, "S32": -94.700024218893972 }, "geometry": { "type": "Point", "coordinates": [ 103637.666666666671517, 507751.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7973107358294205, "S11": 2.7973107358294205, "W12": -10.0, "S12": -10.0, "W13": -14.444651514111104, "S13": -17.161135264284468, "W21": -38.685443585603636, "S21": -47.826644166697335, "W22": -40.631479239161308, "S22": -40.631479239161308, "W31": -71.369860714301296, "S31": -72.68746463602622, "W32": -95.087932401076003, "S32": -100.087932401076 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 500284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -18.284459255654649, "W21": -39.281555314319547, "S21": -43.366855934817373, "W22": -37.42970895664542, "S22": -37.90012700659257, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 501880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1432371823058658, "S11": 1.1432371823058658, "W12": -9.971807956346634, "S12": -9.971807956346634, "W13": -21.929766622633199, "S13": -26.929766622633199, "W21": -38.939956621137341, "S21": -41.388910871841269, "W22": -38.238572313344854, "S22": -38.954610588557401, "W31": -60.0, "S31": -60.111529533781116, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 503493.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2415021027610316, "S11": 0.2634245310915545, "W12": -10.000000000000004, "S12": -10.000000000000004, "W13": -17.663894352346357, "S13": -17.663894352346357, "W21": -32.747794058996725, "S21": -32.747794058996725, "W22": -49.496596743110274, "S22": -49.496596743110274, "W31": -105.4207017358809, "S31": -105.4207017358809, "W32": -105.4207017358809, "S32": -109.79710228111317 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 507114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5239662421359521, "S11": 1.5239662421359521, "W12": -4.0527973770303536, "S12": -19.369051823221106, "W13": -19.369051823221106, "S13": -19.369051823221106, "W21": -32.355080192019365, "S21": -32.355080192019365, "W22": -50.585060505475546, "S22": -60.585060505475546, "W31": -103.08573850280271, "S31": -103.08573850280271, "W32": -103.54621868978806, "S32": -108.54621868978806 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 507337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.0824600110314393, "W12": -5.2827419129179827, "S12": -6.2678921252462088, "W13": -23.953355720528553, "S13": -24.953355720528553, "W21": -36.025813702019683, "S21": -36.025813702019683, "W22": -47.014560582065108, "S22": -47.014560582065108, "W31": -78.340003936220043, "S31": -80.275005360586263, "W32": -99.550694748721895, "S32": -104.5506947487219 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 509261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4770187435779327, "S11": 2.1642570026266914, "W12": -5.771150092128507, "S12": -20.316506649858955, "W13": -24.854862934405475, "S13": -25.354862934405475, "W21": -34.330080925104795, "S21": -34.457779010991032, "W22": -36.372942977677532, "S22": -36.372942977677532, "W31": -69.707910517247157, "S31": -77.32314762912857, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 509572.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056191397875385019, "S11": -0.056191397875385019, "W12": -11.345940188447358, "S12": -11.345940188447358, "W13": -19.562011878110603, "S13": -34.56201187811061, "W21": -36.078936999393292, "S21": -38.050470540589124, "W22": -42.159244791325044, "S22": -42.159244791325044, "W31": -74.793447806212612, "S31": -74.796538313938882, "W32": -95.145016030752956, "S32": -100.14501603075296 }, "geometry": { "type": "Point", "coordinates": [ 103638.0, 511886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58759590538791084, "S11": 0.58759590538791084, "W12": -2.4683276997755543, "S12": -15.132569576060966, "W13": -20.93054016260621, "S13": -20.93054016260621, "W21": -37.523764871563017, "S21": -37.523764871563017, "W22": -50.000000000000007, "S22": -53.387698406504427, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -105.22421524663677, "S32": -110.22421524663677 }, "geometry": { "type": "Point", "coordinates": [ 103638.5, 506851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34318624163918865, "S11": -0.34327976513696751, "W12": -5.711356080221945, "S12": -11.677299879857483, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.153708050199398, "S21": -40.331872384051444, "W22": -63.898106686123576, "S22": -63.898106686123576, "W31": -74.649855179669785, "S31": -74.649855179669785, "W32": -87.265983528573955, "S32": -92.265983528573955 }, "geometry": { "type": "Point", "coordinates": [ 103639.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43012327181093757, "S11": 0.43012327181093757, "W12": -4.7760878926969159, "S12": -8.8325365845616499, "W13": -20.05610981737961, "S13": -20.05610981737961, "W21": -35.827355086089995, "S21": -38.431633500915154, "W22": -55.309465139875343, "S22": -63.941608410606072, "W31": -99.369340421802889, "S31": -99.369340421802889, "W32": -101.71268877284007, "S32": -106.71268877284007 }, "geometry": { "type": "Point", "coordinates": [ 103639.0, 506340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.045342423383602538, "S11": -0.045342423383602538, "W12": -11.733125591058359, "S12": -11.733125591058359, "W13": -19.363830288520511, "S13": -21.516721923403068, "W21": -37.999274031302015, "S21": -38.311191199204288, "W22": -60.0, "S22": -60.0, "W31": -82.740396378761929, "S31": -82.740396378761929, "W32": -91.143405632586393, "S32": -96.143405632586393 }, "geometry": { "type": "Point", "coordinates": [ 103639.0, 512667.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1790582559644953, "S11": 1.1790582559644953, "W12": -9.9547530028245337, "S12": -9.9547530028245337, "W13": -21.876769201736074, "S13": -26.844667455113967, "W21": -38.891598767599312, "S21": -41.368100706821821, "W22": -37.243518264706147, "S22": -38.398131596601885, "W31": -69.006461150067409, "S31": -76.262311197822896, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103639.285714285710128, 503488.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1412400847415878, "S11": 1.1412400847415878, "W12": -10.616741131266195, "S12": -10.668092757282455, "W13": -16.639719491035279, "S13": -19.826910849059971, "W21": -51.858049349783265, "S21": -64.289999917800515, "W22": -40.103393984260514, "S22": -48.347925796653229, "W31": -60.0, "S31": -66.65923548234349, "W32": -81.334636330013126, "S32": -86.334636330013126 }, "geometry": { "type": "Point", "coordinates": [ 103639.5, 501191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.4274796899643194, "S12": -18.384411154576625, "W13": -21.300940759940026, "S13": -21.300940759940026, "W21": -34.046409820531963, "S21": -34.39396352479703, "W22": -39.297263969978786, "S22": -41.464102792999043, "W31": -70.592308776131802, "S31": -70.592308776131802, "W32": -89.237346150378656, "S32": -94.237346150378656 }, "geometry": { "type": "Point", "coordinates": [ 103639.5, 506773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32203378846085812, "S11": 0.32203378846085812, "W12": -6.2852420022639022, "S12": -9.2453259458997099, "W13": -25.462587790383619, "S13": -25.462587790383619, "W21": -35.432133592034234, "S21": -35.432984106953135, "W22": -57.658984393873141, "S22": -65.541803759127589, "W31": -97.159652304421499, "S31": -97.159652304421499, "W32": -101.22956584599983, "S32": -106.22956584599983 }, "geometry": { "type": "Point", "coordinates": [ 103639.666666666671517, 510200.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13011300175334506, "S11": 0.13011300175334506, "W12": -7.9021683143030481, "S12": -7.9021683143030481, "W13": -16.122163259943278, "S13": -17.945036831745259, "W21": -32.212134518958763, "S21": -32.772157581059957, "W22": -60.39821093637282, "S22": -60.39821093637282, "W31": -88.536232869724898, "S31": -88.536232869724898, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103639.8, 497530.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52002334770077274, "S11": -0.52002334770077274, "W12": -11.376274885709712, "S12": -11.376274885709712, "W13": -17.046964355659782, "S13": -22.215982193955242, "W21": -40.332793313726974, "S21": -45.439080739531597, "W22": -50.074478918859725, "S22": -50.074478918859725, "W31": -88.889171419230621, "S31": -88.889171419230621, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103639.833333333328483, 502185.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.560243663794466, "W13": -25.0, "S13": -28.967151253833798, "W21": -40.0, "S21": -40.0, "W22": -46.168031024575825, "S22": -46.168031024575825, "W31": -71.471070198456232, "S31": -72.471070198456232, "W32": -96.621060703041579, "S32": -101.62106070304158 }, "geometry": { "type": "Point", "coordinates": [ 103640.0, 503817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94913755667112576, "S11": 0.74287604654221229, "W12": -10.058579157542187, "S12": -10.058579157542187, "W13": -20.0, "S13": -23.427860696517413, "W21": -38.113016995315164, "S21": -45.119642204209448, "W22": -59.329816809547474, "S22": -59.329816809547474, "W31": -75.239998, "S31": -75.239998, "W32": -86.578491186263264, "S32": -91.578491186263264 }, "geometry": { "type": "Point", "coordinates": [ 103640.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88222217723167284, "S11": -0.11777782276832716, "W12": -0.11777782276832716, "S12": -15.0, "W13": -21.612713086231757, "S13": -21.612713086231757, "W21": -33.97502036085092, "S21": -38.97502036085092, "W22": -50.0, "S22": -58.778351559329934, "W31": -105.42873786245023, "S31": -105.42873786245023, "W32": -109.99999999999999, "S32": -114.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103640.0, 506186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.840925207755542, "S12": -5.840925207755542, "W13": -20.0, "S13": -20.0, "W21": -43.411781957224534, "S21": -43.411781957224534, "W22": -35.869999, "S22": -35.869999, "W31": -70.0, "S31": -78.277030016962755, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103640.166666666671517, 519390.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4828519257326991, "S11": 1.4828519257326991, "W12": -4.0815340868445524, "S12": -19.419043392825195, "W13": -19.419043392825195, "S13": -19.419043392825195, "W21": -32.362833641997298, "S21": -32.362833641997298, "W22": -50.0, "S22": -57.668819729888433, "W31": -105.76863116516287, "S31": -105.76863116516287, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103640.5, 507340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20784647701439327, "S11": -0.20784647701439327, "W12": -4.9585839632829369, "S12": -5.2897842894463354, "W13": -20.483717484124899, "S13": -20.483717484124899, "W21": -32.481587534881072, "S21": -32.481587534881072, "W22": -47.598139883274555, "S22": -52.104657435265423, "W31": -80.400617276937695, "S31": -80.400617276937695, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103640.75, 507776.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.781743068899261, "S11": 2.4191959771046765, "W12": -3.5953377766555175, "S12": -3.5953377766555175, "W13": -24.107990035121134, "S13": -24.107990035121134, "W21": -36.677636345369592, "S21": -36.677636345369592, "W22": -44.909218452462071, "S22": -44.909218452462071, "W31": -70.000000000000014, "S31": -71.000000000000014, "W32": -96.32606894263462, "S32": -101.32606894263462 }, "geometry": { "type": "Point", "coordinates": [ 103640.75, 509051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17395931689301103, "S11": -1.1126096815032533, "W12": -10.614230634862235, "S12": -10.614230634862235, "W13": -21.558864585163072, "S13": -23.825666698046003, "W21": -43.005698461667322, "S21": -43.005698461667322, "W22": -39.288589806614837, "S22": -47.740645952040694, "W31": -66.937385994839886, "S31": -74.500271771703225, "W32": -97.45593031416422, "S32": -102.45593031416422 }, "geometry": { "type": "Point", "coordinates": [ 103640.852459016387002, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082115012383681463, "S11": 0.08211501238368181, "W12": -11.28820282091073, "S12": -11.28820282091073, "W13": -19.722537987693542, "S13": -24.407720469985488, "W21": -39.283642848497294, "S21": -40.173065445064353, "W22": -46.660724125091392, "S22": -46.660724125091392, "W31": -86.857262554811939, "S31": -86.857262554811939, "W32": -95.55509587546328, "S32": -100.55509587546328 }, "geometry": { "type": "Point", "coordinates": [ 103640.857142857144936, 512839.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78465898701774117, "S11": 0.26045124053886781, "W12": -9.7544630595990114, "S12": -9.7544630595990114, "W13": -18.597682240633457, "S13": -18.597682240633457, "W21": -33.550861593253892, "S21": -33.550861593253892, "W22": -35.547394175610847, "S22": -35.917617970501745, "W31": -70.0, "S31": -79.040489711630656, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103641.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52087201198754951, "S11": -0.52087201198754951, "W12": -5.0, "S12": -5.5312298059139424, "W13": -21.446278654361443, "S13": -21.446278654361443, "W21": -36.629683548565694, "S21": -36.629683548565694, "W22": -32.632894679415656, "S22": -40.736841910311099, "W31": -75.168164383285244, "S31": -75.168164383285244, "W32": -85.600787854916746, "S32": -90.600787854916746 }, "geometry": { "type": "Point", "coordinates": [ 103641.0, 508674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8928357762488783, "W12": -5.7278796587934426, "S12": -18.267760662501299, "W13": -24.769249440228627, "S13": -25.190856208167371, "W21": -34.336037091838634, "S21": -34.336037091838634, "W22": -69.246345550870004, "S22": -70.382001993537017, "W31": -80.710409161845917, "S31": -88.857927299320082, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103641.0, 509515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.308260632908077, "S12": -10.308260632908077, "W13": -21.544632699138866, "S13": -21.544632699138866, "W21": -34.860687951342925, "S21": -34.860687951342925, "W22": -65.362867450386531, "S22": -65.362867450386531, "W31": -75.011563001273174, "S31": -75.011563001273174, "W32": -86.996808934344401, "S32": -91.996808934344401 }, "geometry": { "type": "Point", "coordinates": [ 103641.4, 504884.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2479355748177561, "S11": 0.2479355748177561, "W12": -6.5325080714028534, "S12": -6.5325080714028534, "W13": -25.645580589254511, "S13": -25.645580589254511, "W21": -35.198260655438496, "S21": -35.200107913786105, "W22": -49.836000108970097, "S22": -49.836000108970097, "W31": -88.839042464310353, "S31": -88.839042464310353, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103641.833333333328483, 510158.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9629406871121504, "S11": 2.9629406871121504, "W12": -10.0, "S12": -19.97271111516201, "W13": -21.771178422396162, "S13": -26.902107143457563, "W21": -39.982242652929813, "S21": -48.545912180826718, "W22": -38.915073449876459, "S22": -40.816883211140841, "W31": -70.0, "S31": -72.780439862325935, "W32": -93.816973406428772, "S32": -98.816973406428772 }, "geometry": { "type": "Point", "coordinates": [ 103642.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45391678021171789, "S11": 0.45391678021171789, "W12": -13.740050972448397, "S12": -13.742803993012984, "W13": -21.604143611391905, "S13": -27.924676661782303, "W21": -40.119389836144315, "S21": -44.275678625311592, "W22": -50.0, "S22": -70.0, "W31": -107.27360994456576, "S31": -107.27360994456576, "W32": -107.58298995323857, "S32": -112.58298995323857 }, "geometry": { "type": "Point", "coordinates": [ 103642.0, 513728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53975198064523278, "W12": -6.5373224491303947, "S12": -6.5373224491303947, "W13": -20.432007811822732, "S13": -22.627244440235753, "W21": -43.251685299419677, "S21": -46.110929551097399, "W22": -65.880668180343832, "S22": -72.271054914268575, "W31": -81.703370424321378, "S31": -83.057960872871561, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103642.034482758623199, 516619.034482758608647 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8331479923581977, "S12": -5.8331479923581977, "W13": -20.0, "S13": -20.0, "W21": -43.302346377401207, "S21": -43.302346377401207, "W22": -47.372179590865088, "S22": -47.372179590865088, "W31": -75.838511616388956, "S31": -80.838511616388956, "W32": -97.711665744203927, "S32": -102.71166574420393 }, "geometry": { "type": "Point", "coordinates": [ 103642.142857142855064, 519342.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6863089894711676, "S11": 3.6863089894711676, "W12": -10.338904573513851, "S12": -10.338904573513851, "W13": -15.560884329996959, "S13": -18.797272933165026, "W21": -39.88116268623277, "S21": -39.88116268623277, "W22": -46.217396144971445, "S22": -46.969232623805681, "W31": -80.0, "S31": -80.0, "W32": -98.012449799196787, "S32": -103.01244979919679 }, "geometry": { "type": "Point", "coordinates": [ 103642.2, 500446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64370019803507716, "S11": 0.64370019803507716, "W12": -7.4685737399389689, "S12": -8.2457414361182551, "W13": -11.713570532418881, "S13": -14.855869692082802, "W21": -30.000000000000004, "S21": -31.227093825056102, "W22": -36.762423392109753, "S22": -36.762423392109753, "W31": -69.52547839483951, "S31": -76.78080695889291, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103642.4, 499460.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20082764035666834, "S11": 0.20082764035666834, "W12": -10.873599212170378, "S12": -10.873599212170378, "W13": -20.084981638806681, "S13": -27.276783263454082, "W21": -40.263439956179326, "S21": -41.696656140261176, "W22": -39.966324374919523, "S22": -47.310547037949526, "W31": -60.0, "S31": -66.31534114878535, "W32": -82.762693058194841, "S32": -87.762693058194841 }, "geometry": { "type": "Point", "coordinates": [ 103642.85, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65043959622272873, "S11": 0.58259298855311226, "W12": -10.0, "S12": -10.0, "W13": -15.081524386943105, "S13": -16.421901135592162, "W21": -40.0, "S21": -46.171345595353344, "W22": -51.729409864340354, "S22": -51.729409864340354, "W31": -88.157576157048979, "S31": -88.157576157048979, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9800819543124382, "S11": 2.9738604289589183, "W12": -10.217554271435265, "S12": -20.217554271435265, "W13": -21.537634769733806, "S13": -26.665139201167449, "W21": -39.987394101738573, "S21": -48.850426750420297, "W22": -45.930521641099872, "S22": -46.842875499440403, "W31": -80.0, "S31": -80.0, "W32": -97.519009370816605, "S32": -102.5190093708166 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 504175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45656622195142227, "S11": 0.45656622195142227, "W12": -0.8389202283262791, "S12": -2.5989906238344362, "W13": -20.482207412054898, "S13": -20.482207412054898, "W21": -38.091803180939891, "S21": -38.515320290101705, "W22": -37.271077759942386, "S22": -38.899216005785227, "W31": -65.777138333149651, "S31": -74.204683734438461, "W32": -99.127347051894958, "S32": -104.12734705189496 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 506481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0351981448273866, "S11": 1.0351981448273866, "W12": 0.39612592406894848, "S12": -20.976015591798824, "W13": -21.372213646400585, "S13": -21.704043445887908, "W21": -39.380957737831402, "S21": -40.249421053033537, "W22": -41.794324592062907, "S22": -41.794324592062907, "W31": -74.474220172738796, "S31": -74.680389399756592, "W32": -95.190550239234454, "S32": -100.19055023923445 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 506660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.276157813615464, "S12": -11.390568103501458, "W13": -22.199302128565662, "S13": -22.199302128565662, "W21": -32.555079306633047, "S21": -32.555079306633047, "W22": -42.121407719487173, "S22": -42.121407719487173, "W31": -74.606634788442904, "S31": -74.606634788442904, "W32": -95.11463415531837, "S32": -100.11463415531837 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 507985.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80294825324819108, "S11": -0.80294825324819108, "W12": -5.0, "S12": -13.710485273828805, "W13": -20.373984072640674, "S13": -20.373984072640674, "W21": -35.435426796411605, "S21": -35.435426796411605, "W22": -43.645489836780349, "S22": -43.645489836780349, "W31": -73.482216671712578, "S31": -73.482216671712578, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 508501.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8603150250535299, "S12": -5.8603150250535299, "W13": -20.0, "S13": -20.0, "W21": -42.728258457576473, "S21": -42.728258457576473, "W22": -39.248052866240684, "S22": -48.635307768201471, "W31": -66.799299835517786, "S31": -75.546744920938963, "W32": -98.681521694257526, "S32": -103.68152169425753 }, "geometry": { "type": "Point", "coordinates": [ 103643.0, 519002.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4339045287637697, "W12": -5.2180844679425391, "S12": -5.2180844679425391, "W13": -23.843392088021538, "S13": -24.498206806184307, "W21": -35.89193343337093, "S21": -35.89193343337093, "W22": -60.0, "S22": -61.157374936022592, "W31": -89.851906008773426, "S31": -89.851906008773426, "W32": -97.69622398481458, "S32": -102.69622398481458 }, "geometry": { "type": "Point", "coordinates": [ 103643.5, 509239.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23543247456111252, "S11": 0.23543247456111252, "W12": -10.752556598879591, "S12": -10.752556598879591, "W13": -20.248351744803898, "S13": -28.168915324472678, "W21": -40.558646873975825, "S21": -42.15567481883221, "W22": -46.807222299508702, "S22": -52.508428954940655, "W31": -80.376743428651494, "S31": -80.376743428651494, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103643.666666666671517, 513046.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6288929945059198, "S11": 0.65077483258031799, "W12": -9.479203697120516, "S12": -9.479203697120516, "W13": -16.429415627051871, "S13": -16.429415627051871, "W21": -33.874320684102848, "S21": -33.874320684102848, "W22": -32.934234930032659, "S22": -40.756758907680272, "W31": -75.271880409999795, "S31": -79.455623902664257, "W32": -86.136407114327881, "S32": -91.136407114327881 }, "geometry": { "type": "Point", "coordinates": [ 103644.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6069507525539277, "S11": 0.60695075255392772, "W12": -9.2481336651262041, "S12": -11.488482929832086, "W13": -16.245567957977677, "S13": -16.245567957977677, "W21": -33.766679217975685, "S21": -33.766679217975685, "W22": -39.644142089270645, "S22": -51.882634843855975, "W31": -62.468725300618537, "S31": -71.174020423951859, "W32": -81.799598405205288, "S32": -86.799598405205288 }, "geometry": { "type": "Point", "coordinates": [ 103644.0, 507175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17834726295024361, "S11": 0.17834726295024361, "W12": -6.7708037642647438, "S12": -6.7708037642647438, "W13": -25.997023134926032, "S13": -25.997023134926032, "W21": -34.924255064280509, "S21": -34.926598436266829, "W22": -35.691399077662837, "S22": -37.781615743119758, "W31": -76.171730269075084, "S31": -80.230412546681961, "W32": -87.684176107894515, "S32": -92.684176107894515 }, "geometry": { "type": "Point", "coordinates": [ 103644.0, 510116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62577841385087973, "S11": -0.33070245321396907, "W12": -11.738165671021948, "S12": -13.966336780755384, "W13": -23.924466508963484, "S13": -25.025614199206952, "W21": -36.030414103595668, "S21": -37.921162853867351, "W22": -50.0, "S22": -80.0, "W31": -100.19856318338508, "S31": -100.19856318338508, "W32": -108.48146818988377, "S32": -113.48146818988377 }, "geometry": { "type": "Point", "coordinates": [ 103644.5, 505205.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93849201175440922, "S11": 0.93849201175440922, "W12": -0.25399799810340962, "S12": -17.895889297911374, "W13": -20.247382242500752, "S13": -20.247382242500752, "W21": -36.623077838653735, "S21": -40.447308415333879, "W22": -47.27902097779517, "S22": -47.27902097779517, "W31": -77.140090849702176, "S31": -81.1496815818264, "W32": -98.074147527084349, "S32": -103.07414752708435 }, "geometry": { "type": "Point", "coordinates": [ 103644.5, 506265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015782937299924145, "S11": 0.015782937299924145, "W12": -11.002802130274478, "S12": -11.002802130274478, "W13": -19.77998131325279, "S13": -32.866452070545506, "W21": -36.343975744596499, "S21": -37.877555285557449, "W22": -46.611835608876376, "S22": -46.611835608876376, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103644.5, 511804.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0329475447432319, "S11": 2.9554077541982986, "W12": -10.938271122911136, "S12": -20.470629029495267, "W13": -20.744043017371226, "S13": -25.734918335105696, "W21": -40.0, "S21": -50.0, "W22": -37.309596291011495, "S22": -39.215712358830032, "W31": -68.715125580145184, "S31": -76.672981358559696, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 504222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58030776424578145, "S11": 0.58030776424578145, "W12": -2.1277957915889494, "S12": -17.964595745575899, "W13": -20.778165773324908, "S13": -20.778165773324908, "W21": -37.012019293264856, "S21": -38.203486966286412, "W22": -39.934981063722041, "S22": -52.334797730893285, "W31": -62.576036142850988, "S31": -71.44590871698901, "W32": -82.653035612576872, "S32": -87.653035612576872 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61, "S11": 0.61, "W12": -2.3900001, "S12": -21.5900011, "W13": -21.6, "S13": -24.39, "W21": -39.889999, "S21": -41.081303136234958, "W22": -60.04745706482808, "S22": -60.04745706482808, "W31": -70.0, "S31": -70.282411256919445, "W32": -92.045396959459453, "S32": -97.045396959459453 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.24178937075808099, "W12": -9.0942048887668232, "S12": -9.0942048887668232, "W13": -19.431899871847236, "S13": -19.431899871847236, "W21": -34.021622831163633, "S21": -34.021622831163633, "W22": -51.75527134075498, "S22": -52.76006279102689, "W31": -93.843605760518486, "S31": -93.843605760518486, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 507079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79549506308283846, "S11": 0.29397735650611001, "W12": -10.0, "S12": -10.0, "W13": -18.601135789408115, "S13": -18.601135789408115, "W21": -33.239954195641481, "S21": -33.239954195641481, "W22": -61.13581517352722, "S22": -61.13581517352722, "W31": -86.676097527799058, "S31": -86.676097527799058, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 507096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.57191780821918, "S12": -22.504960765009887, "W13": -25.081535594767264, "S13": -28.789404734592768, "W21": -39.980509602438346, "S21": -39.980509602438346, "W22": -60.0, "S22": -60.658002796292003, "W31": -82.471658102927819, "S31": -82.471658102927819, "W32": -90.772442625917748, "S32": -95.772442625917748 }, "geometry": { "type": "Point", "coordinates": [ 103645.5, 503904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1213183110653064, "W13": -15.0, "S13": -17.383845761454264, "W21": -30.000000000000004, "S21": -30.584963030812496, "W22": -43.586512915827875, "S22": -45.18334184242886, "W31": -67.456741756447926, "S31": -68.456741756447926, "W32": -95.664352297584841, "S32": -100.66435229758484 }, "geometry": { "type": "Point", "coordinates": [ 103645.555555555562023, 498833.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 1.334323526272724, "S11": 0.94603554144295243, "W12": -10.24811375507835, "S12": -10.24811375507835, "W13": -15.41016618849131, "S13": -15.970360118090825, "W21": -42.915594183519971, "S21": -52.651453677365915, "W22": -50.0, "S22": -54.528350382974345, "W31": -68.728216156249999, "S31": -68.728216156249999, "W32": -91.149066293438196, "S32": -96.149066293438196 }, "geometry": { "type": "Point", "coordinates": [ 103646.0, 501558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8710312075983716, "S11": 0.53589931311379413, "W12": -8.5808843583806453, "S12": -12.392721019649432, "W13": -19.88180455265001, "S13": -22.88180455265001, "W21": -34.967874061254896, "S21": -42.76349833399675, "W22": -39.765005017379572, "S22": -47.195097902658972, "W31": -67.022889835923294, "S31": -73.327829811515315, "W32": -96.085289510938864, "S32": -101.08528951093886 }, "geometry": { "type": "Point", "coordinates": [ 103646.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26186676254192781, "S11": 0.26186676254192781, "W12": -2.0764075843926091, "S12": -16.597965836058311, "W13": -20.975022739554589, "S13": -20.975022739554589, "W21": -36.044527739034876, "S21": -36.044527739034876, "W22": -39.415445855946338, "S22": -44.249194072806155, "W31": -70.508667030787365, "S31": -71.026578218762637, "W32": -95.930583458185779, "S32": -100.93058345818578 }, "geometry": { "type": "Point", "coordinates": [ 103646.0, 506817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11593740236099603, "S11": 0.11593740236099603, "W12": -4.2118788315903348, "S12": -17.49315970651503, "W13": -18.546547842455585, "S13": -18.546547842455585, "W21": -32.404199454913162, "S21": -32.404199454913162, "W22": -54.09285187914395, "S22": -54.09285187914395, "W31": -70.0, "S31": -70.467992960440796, "W32": -93.546035761906879, "S32": -98.546035761906879 }, "geometry": { "type": "Point", "coordinates": [ 103646.0, 507607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8307707114903664, "S12": -5.8307707114903664, "W13": -20.0, "S13": -20.0, "W21": -43.478507254523734, "S21": -43.478507254523734, "W22": -49.057262226591298, "S22": -56.844080663933219, "W31": -80.350971274102207, "S31": -80.350971274102207, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103646.488888888881775, 519440.088888888887595 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0228725830036964, "S12": -9.0228725830036964, "W13": -16.343102742286877, "S13": -17.85922292170083, "W21": -26.78512531756526, "S21": -27.784071893428735, "W22": -45.384173579800517, "S22": -46.525471642586801, "W31": -80.0, "S31": -80.0, "W32": -96.847657295850055, "S32": -101.84765729585006 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 497232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44170419488670609, "S11": 0.44170419488670609, "W12": -5.0, "S12": -5.2500872575983921, "W13": -15.0, "S13": -17.91833611574847, "W21": -30.0, "S21": -31.016553508531715, "W22": -37.313778503541243, "S22": -38.517180212482188, "W31": -68.908304656040443, "S31": -75.914632258714747, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 498756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.317132464493959, "W21": -29.999999999999996, "S21": -38.521988128082931, "W22": -50.0, "S22": -55.73407700611731, "W31": -68.58896975, "S31": -68.58896975, "W32": -91.369681357999823, "S32": -96.369681357999823 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 499029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7292019695265606, "S11": 3.1650610174624707, "W12": -10.689609295679315, "S12": -11.38260750034712, "W13": -18.171321864475857, "S13": -20.496235844408968, "W21": -47.715431850732017, "S21": -60.0, "W22": -59.826259764695962, "S22": -59.826259764695962, "W31": -75.239998, "S31": -75.239998, "W32": -86.668307554292383, "S32": -91.668307554292383 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 500816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55311498893549149, "S11": 0.55311498893549149, "W12": -11.383756258290898, "S12": -11.383756258290898, "W13": -22.789476763263622, "S13": -22.789476763263622, "W21": -36.947740554341252, "S21": -36.947740554341252, "W22": -43.091930112012435, "S22": -43.091930112012435, "W31": -75.254493302004818, "S31": -76.70951147826149, "W32": -96.753887290986967, "S32": -101.75388729098697 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 505077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68133203015917343, "S11": -1.3720875631864826, "W12": -11.791355461137909, "S12": -15.97661332277313, "W13": -23.659999688768952, "S13": -25.361705840268726, "W21": -36.168681824160082, "S21": -38.364427384408984, "W22": -65.005569370867804, "S22": -65.005569370867804, "W31": -75.102511376521306, "S31": -75.102511376521306, "W32": -86.917854036361149, "S32": -91.917854036361149 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 505263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058596866907780265, "S11": 0.058596866907780265, "W12": -5.5124255006205765, "S12": -5.5124255006205765, "W13": -24.967694566813506, "S13": -24.967694566813506, "W21": -34.359801236093126, "S21": -38.443866952303836, "W22": -41.389726555690494, "S22": -44.048105684522376, "W31": -76.662258889815149, "S31": -80.473190189098773, "W32": -97.55659543232737, "S32": -102.55659543232737 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 505848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57154023971456724, "S11": 0.29007095408244865, "W12": -8.6042296072507547, "S12": -8.6042296072507547, "W13": -20.023876042772063, "S13": -20.023876042772063, "W21": -34.394944974034175, "S21": -34.394944974034175, "W22": -47.769153115900671, "S22": -57.769153115900671, "W31": -104.93290564161292, "S31": -104.93290564161292, "W32": -104.93290564161292, "S32": -109.52656551059731 }, "geometry": { "type": "Point", "coordinates": [ 103647.0, 507070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78911477097272265, "S11": 0.78911477097272265, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -13.63666552221383, "S13": -17.275151137172887, "W21": -37.434177684556033, "S21": -38.079771340313883, "W22": -62.013403189907237, "S22": -62.013403189907237, "W31": -85.054068759138985, "S31": -86.912023689097794, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 500109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6689746382448711, "W12": -10.0, "S12": -10.0, "W13": -21.071170721685789, "S13": -21.071170721685789, "W21": -34.131096533292457, "S21": -34.131096533292457, "W22": -60.656655231580189, "S22": -60.656655231580189, "W31": -69.872317957767237, "S31": -70.759928314029949, "W32": -89.497055057618311, "S32": -94.497055057618311 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1325321044243231, "S11": 1.1325321044243231, "W12": -8.2835958110160224, "S12": -23.284638080848104, "W13": -23.284638080848104, "S13": -23.284638080848104, "W21": -33.448503499043184, "S21": -33.448503499043184, "W22": -50.0, "S22": -58.591223507479498, "W31": -80.442647981177345, "S31": -80.442647981177345, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.453929830334324, "S12": -12.024706460302927, "W13": -22.392251576897202, "S13": -22.392251576897202, "W21": -32.548433062086218, "S21": -32.548433062086218, "W22": -39.302267910999582, "S22": -43.942986408880252, "W31": -70.0, "S31": -70.296421577354465, "W32": -95.651219013892671, "S32": -100.65121901389267 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22133669295609143, "S11": -0.22133669295609143, "W12": -10.919313978494625, "S12": -27.426741791305776, "W13": -35.0, "S13": -35.0, "W21": -38.847813293998243, "S21": -38.847813293998243, "W22": -37.461298731448437, "S22": -38.052554560446524, "W31": -69.074431565660177, "S31": -75.539694490654654, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.0, 510936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22785994196724635, "S11": 0.22785994196724635, "W12": -7.6990845585317569, "S12": -15.98090139970585, "W13": -25.836257309941466, "S13": -25.836257309941466, "W21": -35.221860586033365, "S21": -35.222453724168808, "W22": -35.542386255231705, "S22": -35.884519290585708, "W31": -70.000000000000014, "S31": -78.65126484254003, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.2, 509959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.65, "S11": -1.45, "W12": -1.46, "S12": -1.46, "W13": -20.959999, "S13": -20.959999, "W21": -35.150002, "S21": -37.986962386885743, "W22": -32.669913000458827, "S22": -40.678529113986073, "W31": -74.979257077137262, "S31": -76.49328297109534, "W32": -85.765992622939393, "S32": -90.765992622939393 }, "geometry": { "type": "Point", "coordinates": [ 103648.6, 506065.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8028059592533294, "S11": 3.2725470055597672, "W12": -10.54344906381092, "S12": -10.54344906381092, "W13": -18.24529443306675, "S13": -20.472122460396303, "W21": -39.126109965635742, "S21": -49.126109965635742, "W22": -41.666193987521268, "S22": -43.153587148231068, "W31": -69.911027049918786, "S31": -69.911027049918786, "W32": -89.614130786520093, "S32": -94.614130786520093 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 500649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3888543125355319, "W12": -10.0, "S12": -10.0, "W13": -20.750254233557357, "S13": -20.750254233557357, "W21": -33.982350631153892, "S21": -33.982350631153892, "W22": -46.016732841747022, "S22": -47.644548324582026, "W31": -69.38722534380075, "S31": -69.38722534380075, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 504801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53401354411791524, "S11": 0.53401354411791524, "W12": -5.0283365763226069, "S12": -5.0283365763226069, "W13": -24.422469536543264, "S13": -24.422469536543264, "W21": -34.694834620119394, "S21": -35.903501460161372, "W22": -58.719427936415165, "S22": -64.951203637349451, "W31": -95.865799512226147, "S31": -95.865799512226147, "W32": -100.93675003859242, "S32": -105.93675003859242 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 505942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.567985225373731, "S11": 0.9524512447912068, "W12": -10.0, "S12": -10.0, "W13": -16.984569927774128, "S13": -16.984569927774128, "W21": -33.640880415199021, "S21": -33.640880415199021, "W22": -45.469902155416904, "S22": -47.044538133893909, "W31": -69.45077457897942, "S31": -69.45077457897942, "W32": -89.950190528886722, "S32": -94.950190528886722 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 507144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.517391304347826, "S11": 1.517391304347826, "W12": -6.0238821265029863, "S12": -12.55553998433925, "W13": -25.0, "S13": -26.0, "W21": -38.099156163532747, "S21": -38.275915468281895, "W22": -39.271230078828204, "S22": -43.1764455333836, "W31": -70.0, "S31": -70.0, "W32": -95.286621492781265, "S32": -100.28662149278126 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 509685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1381563503486474, "S12": -10.51805137356995, "W13": -26.91471716368914, "S13": -26.91471716368914, "W21": -39.43743012948589, "S21": -39.43743012948589, "W22": -38.410826096797848, "S22": -38.410826096797848, "W31": -69.542710399478779, "S31": -75.72478119426232, "W32": -91.454136019614111, "S32": -96.454136019614111 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 510414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2426750551473438, "S11": 0.2426750551473438, "W12": -10.0, "S12": -13.984913426276943, "W13": -23.906886227544909, "S13": -27.953734006290553, "W21": -37.252176718792704, "S21": -37.464237217806442, "W22": -39.755097527261576, "S22": -45.441003558204912, "W31": -67.05909515226422, "S31": -72.775859590833164, "W32": -95.469670880229728, "S32": -100.46967088022973 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 511520.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038939883798821025, "S11": -0.038939883798821025, "W12": -11.312544039328145, "S12": -11.312544039328145, "W13": -19.573525782160633, "S13": -34.157508634849641, "W21": -36.099541474049502, "S21": -37.931211787496885, "W22": -37.586853291189875, "S22": -38.071512536370435, "W31": -65.850097751446739, "S31": -73.232907358945269, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 511882.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19506998076074103, "S11": -0.04385264631978078, "W12": -10.888797852456943, "S12": -10.888797852456943, "W13": -20.0, "S13": -26.930346227061122, "W21": -40.441590103735869, "S21": -41.988747048763145, "W22": -38.679038451337568, "S22": -42.379541623509958, "W31": -64.819747118625784, "S31": -74.748257457915088, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 512983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.16, "S11": 1.16, "W12": -15.94, "S12": -15.94, "W13": -22.040001, "S13": -22.040001, "W21": -37.84, "S21": -47.1900004, "W22": -38.770841934706887, "S22": -41.069700813842609, "W31": -71.864646120082568, "S31": -71.864646120082568, "W32": -89.127732670923791, "S32": -94.127732670923791 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24545841084241721, "S11": -0.24545841084241721, "W12": -5.9801198869460048, "S12": -5.9801198869460048, "W13": -15.458350909947137, "S13": -17.872689145241267, "W21": -34.734389203600216, "S21": -34.734389203600216, "W22": -38.793022619523377, "S22": -43.599775335922594, "W31": -64.641426033626246, "S31": -74.514734606202083, "W32": -89.573276542041725, "S32": -94.573276542041725 }, "geometry": { "type": "Point", "coordinates": [ 103649.2, 498031.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42802648115720121, "S11": -0.42802648115720121, "W12": -5.0, "S12": -5.0, "W13": -21.56007740398919, "S13": -21.56007740398919, "W21": -36.606799210398968, "S21": -37.125082679724443, "W22": -39.711665290967559, "S22": -47.509239335213572, "W31": -66.984126248293364, "S31": -73.385614566458855, "W32": -96.144096158930836, "S32": -101.14409615893084 }, "geometry": { "type": "Point", "coordinates": [ 103649.333333333328483, 508692.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10360066730511035, "S11": -0.067488983672025729, "W12": -6.9285028476739727, "S12": -15.02145865556858, "W13": -25.930988107650695, "S13": -25.930988107650695, "W21": -34.776947053483369, "S21": -34.778827779188418, "W22": -54.678562468640237, "S22": -64.55101940215026, "W31": -80.797488677481965, "S31": -80.797488677481965, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103650.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70186208396780503, "S11": 0.70186208396780503, "W12": -15.291992123400066, "S12": -15.291992123400066, "W13": -21.790131485712045, "S13": -25.040555860049402, "W21": -39.267590009790702, "S21": -45.909010230575703, "W22": -40.0, "S22": -41.64479833437651, "W31": -70.119411244443953, "S31": -70.119411244443953, "W32": -89.460067355265153, "S32": -94.460067355265153 }, "geometry": { "type": "Point", "coordinates": [ 103650.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -39.672332342852357, "S22": -51.40077570063557, "W31": -62.352300233091228, "S31": -70.617667133363909, "W32": -79.225465857289038, "S32": -84.225465857289038 }, "geometry": { "type": "Point", "coordinates": [ 103650.367346938772243, 524987.795918367337435 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8178802946439347, "S12": -5.8178802946439347, "W13": -20.0, "S13": -20.0, "W21": -43.353002269569586, "S21": -43.353002269569586, "W22": -50.0, "S22": -64.18908201705139, "W31": -100.0, "S31": -100.0, "W32": -103.52777777777783, "S32": -108.52777777777783 }, "geometry": { "type": "Point", "coordinates": [ 103650.761904761908227, 519390.476190476212651 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56735548729403429, "S11": 0.56735548729403429, "W12": -11.675356241174104, "S12": -11.675356241174104, "W13": -23.272605528535045, "S13": -23.272605528535045, "W21": -36.565486476496645, "S21": -37.398970501708312, "W22": -39.300710589560467, "S22": -43.852903717134708, "W31": -70.0, "S31": -70.359113914392353, "W32": -95.71043879960024, "S32": -100.71043879960024 }, "geometry": { "type": "Point", "coordinates": [ 103651.0, 505132.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4850823546854321, "S11": 0.57230536270051924, "W12": -8.9638362197399566, "S12": -15.568845410916428, "W13": -16.059422193040053, "S13": -16.059422193040053, "W21": -33.275679986838846, "S21": -33.275679986838846, "W22": -60.0, "S22": -62.806285898432314, "W31": -90.5009486665964, "S31": -90.5009486665964, "W32": -98.793844485119649, "S32": -103.79384448511965 }, "geometry": { "type": "Point", "coordinates": [ 103651.0, 507198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1489995108044735, "S11": 1.1489995108044735, "W12": -15.869573300062381, "S12": -15.869573300062381, "W13": -22.030508994582192, "S13": -22.081203188841911, "W21": -43.000000000000028, "S21": -51.860309127864163, "W22": -37.865927951549708, "S22": -39.318201609886458, "W31": -68.797177371941189, "S31": -77.173394124374695, "W32": -89.229235164124404, "S32": -94.229235164124404 }, "geometry": { "type": "Point", "coordinates": [ 103651.0, 514315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2489417127971345, "S11": 0.89388850471798986, "W12": -10.418976383931961, "S12": -10.418976383931961, "W13": -15.305120987386998, "S13": -16.108469303128626, "W21": -41.487882333277618, "S21": -50.473499813570797, "W22": -41.135835632554929, "S22": -41.135835632554929, "W31": -72.577159406676842, "S31": -72.577159406676842, "W32": -95.373234152652003, "S32": -100.373234152652 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 501589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94348710990502027, "S11": 0.3577501043645579, "W12": -10.08743863357471, "S12": -10.08743863357471, "W13": -20.0, "S13": -23.227952388815719, "W21": -35.723254438850731, "S21": -43.350167588863279, "W22": -46.883944236654202, "S22": -46.883944236654202, "W31": -70.113714300131193, "S31": -71.113714300131193, "W32": -95.306950684972591, "S32": -100.30695068497259 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 505711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63964087229365385, "S11": 0.63964087229365385, "W12": -2.2765672067775524, "S12": -16.669657215018944, "W13": -21.035892976320678, "S13": -21.035892976320678, "W21": -37.323923553696858, "S21": -37.323923553696858, "W22": -34.893693627380365, "S22": -37.697710376709736, "W31": -74.905573164289635, "S31": -78.086349178399004, "W32": -87.118788015336634, "S32": -92.118788015336634 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 506850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25969160061280228, "S11": 0.25969160061280228, "W12": -4.230263724858073, "S12": -19.275423264688762, "W13": -19.275423264688762, "S13": -19.275423264688762, "W21": -32.363201705296028, "S21": -32.363201705296028, "W22": -60.707324455205807, "S22": -60.707324455205807, "W31": -87.645798619376336, "S31": -87.645798619376336, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 507538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2477004187855218, "W12": -5.714085416965121, "S12": -20.13486524335152, "W13": -24.8677918311516, "S13": -25.3677918311516, "W21": -34.514032446169622, "S21": -34.640946182839457, "W22": -63.825956254906153, "S22": -65.016723805368798, "W31": -80.442145805432745, "S31": -86.051616957054449, "W32": -95.368540344514955, "S32": -100.36854034451495 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 509580.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26708174577607946, "S11": -0.26708174577607946, "W12": -10.0, "S12": -22.005152069137445, "W13": -29.230820547031357, "S13": -29.230820547031357, "W21": -38.262244690555853, "S21": -38.262244690555853, "W22": -46.476165165301779, "S22": -46.645521699808882, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 511203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8491639734827938, "S12": -5.8491639734827938, "W13": -20.0, "S13": -20.0, "W21": -42.707345578088621, "S21": -42.707345578088621, "W22": -32.740544529043554, "S22": -40.704284241026862, "W31": -74.907290308912252, "S31": -77.960080074633581, "W32": -85.938998595095555, "S32": -90.938998595095555 }, "geometry": { "type": "Point", "coordinates": [ 103652.0, 518959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59229552896348814, "S11": -0.94297560575861872, "W12": -7.2595672602798702, "S12": -7.2595672602798702, "W13": -20.759675686885693, "S13": -23.418468628482611, "W21": -43.276612239898888, "S21": -43.276612239898888, "W22": -39.47146112484328, "S22": -48.284123430487412, "W31": -66.848388875627677, "S31": -74.526298295186308, "W32": -97.457375221896541, "S32": -102.45737522189654 }, "geometry": { "type": "Point", "coordinates": [ 103652.24, 516141.28000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8206162152251597, "S12": -5.8206162152251597, "W13": -20.0, "S13": -20.0, "W21": -43.545232551822856, "S21": -43.545232551822856, "W22": -37.856238933320391, "S22": -41.355243368111886, "W31": -66.065427345950837, "S31": -76.438497057262637, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103652.811111111106584, 519489.511111111089122 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4927106395421692, "S12": -5.667542603694522, "W13": -14.999999999999998, "S13": -17.77160978997971, "W21": -30.0, "S21": -35.579452263383438, "W22": -40.0, "S22": -40.802399507793275, "W31": -65.99770951226084, "S31": -69.608667398143908, "W32": -91.442582433281899, "S32": -96.442582433281899 }, "geometry": { "type": "Point", "coordinates": [ 103653.0, 499135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.0864930838079738, "W12": -5.4681446654344992, "S12": -14.074680838582726, "W13": -24.590875684141487, "S13": -24.590875684141487, "W21": -34.421982241684404, "S21": -34.421982241684404, "W22": -46.853468693835765, "S22": -46.853468693835765, "W31": -78.725627217445634, "S31": -78.725627217445634, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103653.0, 509396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62590639633153278, "S11": -0.62590639633153278, "W12": -12.180309665903755, "S12": -13.532788465260879, "W13": -22.753067045277181, "S13": -22.753067045277181, "W21": -32.828587271343011, "S21": -32.828587271343011, "W22": -36.618106230684447, "S22": -40.036247875147566, "W31": -77.493068892318604, "S31": -77.493068892318604, "W32": -88.480197635954895, "S32": -93.480197635954895 }, "geometry": { "type": "Point", "coordinates": [ 103653.5, 508058.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53525715528756379, "S11": 0.53525715528756379, "W12": -15.057288199165392, "S12": -15.057288199165392, "W13": -21.687802772028267, "S13": -26.03408417164805, "W21": -39.928457476427525, "S21": -45.630233883836638, "W22": -63.280482868413259, "S22": -63.280482868413259, "W31": -75.239998, "S31": -75.239998, "W32": -86.859140197672119, "S32": -91.859140197672119 }, "geometry": { "type": "Point", "coordinates": [ 103653.571428571434808, 513892.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69793530626290434, "S11": -1.7838003939343341, "W12": -11.46287493264683, "S12": -11.46287493264683, "W13": -22.745284997191671, "S13": -23.596858847070607, "W21": -36.762749243308356, "S21": -36.768399340985802, "W22": -50.0, "S22": -50.0, "W31": -100.0, "S31": -100.0, "W32": -101.61242914979756, "S32": -106.61242914979756 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9570759266914703, "S11": 0.82759385497832327, "W12": -5.0, "S12": -5.0, "W13": -22.731169991068818, "S13": -22.731169991068818, "W21": -36.70244511448734, "S21": -37.084037668779132, "W22": -49.229254276994503, "S22": -52.912289991280218, "W31": -105.36048158640227, "S31": -105.36048158640227, "W32": -105.36048158640227, "S32": -109.68275963856411 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 508881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39489591061842622, "S11": 0.39489591061842622, "W12": -12.770759701858138, "S12": -12.770759701858138, "W13": -21.755260554056786, "S13": -23.128793463735953, "W21": -43.084922240798974, "S21": -44.928428113388144, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -89.329581392185531, "S31": -89.329581392185531, "W32": -96.765100671140928, "S32": -101.76510067114093 }, "geometry": { "type": "Point", "coordinates": [ 103654.0, 514709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.065574734905448531, "S11": 0.065574734905448531, "W12": -11.335196377643296, "S12": -11.335196377643296, "W13": -19.562789144421071, "S13": -23.579967937307188, "W21": -38.888807447337577, "S21": -40.010338763738773, "W22": -61.359811467458258, "S22": -61.359811467458258, "W31": -86.195973747747132, "S31": -86.636964558580942, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103654.285714285710128, 512797.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.01, "S11": 1.0000000000000002, "W12": -5.9899998, "S12": -5.9899998, "W13": -24.000000000000004, "S13": -24.000000000000004, "W21": -34.990002, "S21": -37.296033535045929, "W22": -39.940019357292115, "S22": -47.031258128733228, "W31": -66.99252188338221, "S31": -73.12869188865119, "W32": -95.856183295013011, "S32": -100.85618329501301 }, "geometry": { "type": "Point", "coordinates": [ 103654.3, 506015.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8466512945528697, "S12": -5.8466512945528697, "W13": -20.0, "S13": -20.0, "W21": -42.720178099546949, "S21": -42.720178099546949, "W22": -39.619736325728049, "S22": -51.520209023364558, "W31": -62.485913986088285, "S31": -70.905709794741227, "W32": -80.334694507998108, "S32": -85.334694507998108 }, "geometry": { "type": "Point", "coordinates": [ 103654.333333333328483, 518923.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.08, "S11": 1.08, "W12": 1.06, "S12": -21.42, "W13": -21.43, "S13": -21.43, "W21": -40.119999, "S21": -41.002809423506442, "W22": -39.814962119585225, "S22": -51.056902719354547, "W31": -62.230959338617126, "S31": -70.191390484578093, "W32": -78.995487217646399, "S32": -83.995487217646399 }, "geometry": { "type": "Point", "coordinates": [ 103654.5, 506648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0097452585906475, "S11": 1.0097452585906475, "W12": -2.9181903712923662, "S12": -4.919769820570167, "W13": -21.344310905822287, "S13": -22.896783084919171, "W21": -36.027369694056986, "S21": -36.517267757524934, "W22": -47.519619890227418, "S22": -53.77476958256748, "W31": -80.291724323362274, "S31": -80.291724323362274, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103654.666666666671517, 506720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5530677624410274, "S11": 0.5530677624410274, "W12": -5.9492877730899369, "S12": -6.508399050162379, "W13": -14.52977488288308, "S13": -18.027907898738917, "W21": -30.0, "S21": -32.889207406833499, "W22": -45.115192963118332, "S22": -46.34259520896596, "W31": -80.0, "S31": -80.0, "W32": -96.683333333333337, "S32": -101.68333333333334 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86068413692274037, "S11": -2.1393158630772602, "W12": -11.714051386267963, "S12": -11.714051386267963, "W13": -20.0, "S13": -22.642846192593236, "W21": -38.174568691772734, "S21": -43.185697141061333, "W22": -37.500535900219958, "S22": -38.222069781157487, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 505424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59356065844094852, "S11": 0.59356065844094852, "W12": -1.3637715240507122, "S12": -12.858830747550694, "W13": -21.307202910243621, "S13": -21.307202910243621, "W21": -39.749247303741576, "S21": -41.016186627389487, "W22": -35.029999, "S22": -36.669273296179036, "W31": -70.0, "S31": -79.416623644811565, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 506579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18842003596882709, "S11": 0.18842003596882709, "W12": -4.2012609099058009, "S12": -16.249545149201278, "W13": -18.01689683483696, "S13": -18.01689683483696, "W21": -32.366425715660547, "S21": -32.366425715660547, "W22": -34.657750218818386, "S22": -37.733723971151178, "W31": -70.0, "S31": -79.879047127369276, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 507566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1940996111277298, "W12": -5.6878624289456372, "S12": -20.458111370763557, "W13": -24.851423200722749, "S13": -25.351423200722749, "W21": -34.546204596517022, "S21": -34.645334270559587, "W22": -59.948203507362507, "S22": -59.948203507362507, "W31": -75.239998, "S31": -75.239998, "W32": -86.719080741061788, "S32": -91.719080741061788 }, "geometry": { "type": "Point", "coordinates": [ 103655.0, 509569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63796940704165506, "S11": 0.63796940704165506, "W12": -8.0355848198742486, "S12": -8.67150337398086, "W13": -11.609823671275858, "S13": -14.099168209090985, "W21": -30.0, "S21": -31.067811408614666, "W22": -48.545870284773279, "S22": -49.904181990989557, "W31": -86.550599151878728, "S31": -86.550599151878728, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 499512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0317587013220613, "S11": 3.0317587013220613, "W12": -10.39664351064483, "S12": -20.687684672234603, "W13": -21.508845086787883, "S13": -26.838584035060979, "W21": -39.992318280746943, "S21": -47.789587594051525, "W22": -50.0, "S22": -57.928994082840234, "W31": -106.766512682681, "S31": -106.766512682681, "W32": -108.20061672410665, "S32": -113.20061672410665 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 504182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8488733353131741, "S11": 0.8488733353131741, "W12": -0.39793853190933043, "S12": -21.357746522169244, "W13": -21.521404668058981, "S13": -22.3630360827099, "W21": -39.986701992722473, "S21": -40.982688920288751, "W22": -47.548664855722414, "S22": -51.943926774158797, "W31": -80.264324801278477, "S31": -80.264324801278477, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 506626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36111487831352418, "S11": 0.36111487831352418, "W12": -11.255616560408079, "S12": -11.606045079388664, "W13": -21.314499065278032, "S13": -30.447352795372595, "W21": -42.0838004544363, "S21": -43.789101294635145, "W22": -42.150291520826777, "S22": -44.767302200036099, "W31": -80.0, "S31": -82.420789841590121, "W32": -96.708212158980743, "S32": -101.70821215898074 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 513445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8518039408960609, "S12": -5.8518039408960609, "W13": -20.0, "S13": -35.0, "W21": -44.228821360628167, "S21": -44.228821360628167, "W22": -60.442478981370677, "S22": -60.442478981370677, "W31": -69.952152320575436, "S31": -70.618803890273114, "W32": -90.143743743743741, "S32": -95.143743743743741 }, "geometry": { "type": "Point", "coordinates": [ 103656.0, 518450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8441386156229242, "S12": -5.8441386156229242, "W13": -20.0, "S13": -20.0, "W21": -42.858373663012742, "S21": -42.858373663012742, "W22": -62.106512977005067, "S22": -62.106512977005067, "W31": -73.286932697594978, "S31": -73.286932697594978, "W32": -87.513482422306339, "S32": -92.513482422306339 }, "geometry": { "type": "Point", "coordinates": [ 103656.666666666671517, 518887.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45600932960451079, "S11": 0.45600932960451079, "W12": -10.0, "S12": -11.662765629812135, "W13": -14.653046831728471, "S13": -19.3424146998683, "W21": -30.0, "S21": -31.935726616794298, "W22": -36.623725540301891, "S22": -39.095787701992734, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 499717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0533561597756362, "S11": 3.0533561597756362, "W12": -10.011769759450104, "S12": -10.011769759450104, "W13": -14.479973448694098, "S13": -17.289766184428213, "W21": -38.883141377729181, "S21": -43.205678095949153, "W22": -52.561395948519127, "S22": -52.561395948519127, "W31": -87.200090658406509, "S31": -87.200090658406509, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 500325.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7594410745054265, "S11": 3.7594410745054265, "W12": -10.409958050543979, "S12": -10.409958050543979, "W13": -15.503123554198709, "S13": -18.770735671047095, "W21": -39.918197318241482, "S21": -39.918197318241482, "W22": -50.0, "S22": -50.0, "W31": -100.0, "S31": -100.0, "W32": -101.80923076923077, "S32": -106.80923076923077 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5710351591972236, "S11": 2.4599655306737964, "W12": -10.473035801069173, "S12": -17.397336711579886, "W13": -20.0, "S13": -24.23311430160463, "W21": -37.206645103691031, "S21": -41.735566294701513, "W22": -46.601468106452849, "S22": -46.601468106452849, "W31": -86.545458367348886, "S31": -86.545458367348886, "W32": -95.884394457662438, "S32": -100.88439445766244 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 504393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44427569297827396, "S11": 0.44427569297827396, "W12": -3.5554213450691288, "S12": -7.5460515388356999, "W13": -20.0, "S13": -20.0, "W21": -36.458444211360316, "S21": -38.980512443949799, "W22": -38.695378246439738, "S22": -39.168511002875071, "W31": -70.0, "S31": -74.622027850579428, "W32": -92.814465408805034, "S32": -97.814465408805034 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0539701042238305, "S11": 0.67921282267043281, "W12": -10.0, "S12": -10.0, "W13": -17.784360073054291, "S13": -17.784360073054291, "W21": -33.334820903790032, "S21": -33.334820903790032, "W22": -38.468345235701392, "S22": -41.037181607522236, "W31": -72.765718878983634, "S31": -72.765718878983634, "W32": -89.079998774987828, "S32": -94.079998774987828 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 507124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1758705630051214, "S12": -8.8627349396497408, "W13": -26.079295154185019, "S13": -26.079295154185019, "W21": -37.948371821181524, "S21": -37.948371821181524, "W22": -39.141692306917072, "S22": -49.842708502534727, "W31": -66.652076548357542, "S31": -76.142515851443221, "W32": -99.355983982165725, "S32": -104.35598398216572 }, "geometry": { "type": "Point", "coordinates": [ 103657.0, 510322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99482601940609716, "S11": 0.99482601940609716, "W12": -9.9903104119481068, "S12": -9.9903104119481068, "W13": -22.120863708270136, "S13": -26.821591783856306, "W21": -38.901321282854191, "S21": -41.047802833414586, "W22": -62.745685182374515, "S22": -62.745685182374515, "W31": -74.042374006106087, "S31": -74.042374006106087, "W32": -87.462056447569466, "S32": -92.462056447569466 }, "geometry": { "type": "Point", "coordinates": [ 103657.333333333328483, 503508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -15.96, "S13": -16.700640161675, "W21": -20.0, "S21": -20.69912254829671, "W22": -51.443564333510849, "S22": -53.329287633762668, "W31": -97.533546033248356, "S31": -97.533546033248356, "W32": -97.533546033248356, "S32": -100.73096407539795 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 496867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60871963138788043, "S11": 0.60871963138788043, "W12": -11.794153914960226, "S12": -12.464740018255601, "W13": -23.579134626364468, "S13": -24.308603558586015, "W21": -36.330203911325192, "S21": -37.444607301892461, "W22": -60.0, "S22": -61.69833943093284, "W31": -89.983252286870467, "S31": -89.983252286870467, "W32": -98.172022235780631, "S32": -103.17202223578063 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69435911756492597, "S11": -1.3056408824350738, "W12": -11.856614382008114, "S12": -16.370727589555283, "W13": -23.710163472293846, "S13": -25.564237697001548, "W21": -36.153453401797151, "S21": -38.116209908133165, "W22": -46.769321996906299, "S22": -46.769321996906299, "W31": -86.544266558468479, "S31": -86.907468285797293, "W32": -95.980580107062067, "S32": -100.98058010706207 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 505262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79853409119655872, "S11": 0.79853409119655872, "W12": -5.0217178139698806, "S12": -5.0217178139698806, "W13": -24.414277249658653, "S13": -24.414277249658653, "W21": -34.784934410473412, "S21": -36.179257331655037, "W22": -34.649796932540752, "S22": -37.684231945483987, "W31": -70.0, "S31": -79.765653809277978, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 505945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76736352654566775, "S11": -0.23263647345433225, "W12": -0.23263647345433225, "S12": -15.0, "W13": -21.036415572788716, "S13": -21.036415572788716, "W21": -33.987354125154532, "S21": -38.987354125154532, "W22": -40.565116011677034, "S22": -40.565116011677034, "W31": -70.207373292630422, "S31": -72.21053179567933, "W32": -94.345489385107712, "S32": -99.345489385107712 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 506181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1449517253982515, "S11": 1.1449517253982515, "W12": -0.4663768582026932, "S12": -2.2960024812385722, "W13": -20.703906522651604, "S13": -20.703906522651604, "W21": -37.546758829566087, "S21": -39.140578011327129, "W22": -37.834938640941161, "S22": -38.699445272402087, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 506518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26002464530740033, "S11": 0.26002464530740033, "W12": -4.1973190331661137, "S12": -18.626785063120529, "W13": -18.626785063120529, "S13": -18.626785063120529, "W21": -32.346875756258896, "S21": -32.346875756258896, "W22": -39.118205129780328, "S22": -42.59189921277261, "W31": -67.084426097269215, "S31": -72.025184586899755, "W32": -94.7808842932006, "S32": -99.7808842932006 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 507534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27370522700051969, "S11": 0.27370522700051969, "W12": -8.0038301448029241, "S12": -8.0038301448029241, "W13": -32.047173921654057, "S13": -32.047173921654057, "W21": -40.0, "S21": -40.0, "W22": -39.442103917669144, "S22": -44.286256616654875, "W31": -70.729103783979838, "S31": -71.542323855700701, "W32": -96.229626350676227, "S32": -101.22962635067623 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2210705721090698, "S11": -0.2210705721090698, "W12": -12.329602734319733, "S12": -12.329602734319733, "W13": -18.665746088413073, "S13": -26.722062799782059, "W21": -35.629173235850089, "S21": -35.629173235850089, "W22": -50.133205229435355, "S22": -51.298893640523183, "W31": -89.627596821559393, "S31": -89.627596821559393, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.0, 512398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52553785077224269, "S11": 0.52553785077224269, "W12": -15.044917952084017, "S12": -15.044917952084017, "W13": -21.665860206785975, "S13": -25.955971815914417, "W21": -39.951512947481632, "S21": -45.661670277047598, "W22": -54.308710313673089, "S22": -57.621688059179995, "W31": -80.444390453587573, "S31": -80.444390453587573, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103658.25, 513890.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1284460052677788, "S11": 0.1284460052677788, "W12": -4.9899167327034446, "S12": -4.9899167327034446, "W13": -15.0, "S13": -17.463291508608112, "W21": -30.0, "S21": -33.808893225536657, "W22": -47.565581727061854, "S22": -47.565581727061854, "W31": -85.525557741531159, "S31": -86.077120605964751, "W32": -98.210521263522608, "S32": -103.21052126352261 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 498478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47836774827925271, "W12": -10.0, "S12": -13.151951488258089, "W13": -15.0, "S13": -16.588938269110987, "W21": -39.57887594986677, "S21": -45.496453048470009, "W22": -40.0, "S22": -40.412571553391196, "W31": -69.713159662083342, "S31": -71.624701879233669, "W32": -95.955575032129531, "S32": -100.95557503212953 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 501685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0059822120633450382, "S11": -0.0059822120633450382, "W12": -5.0, "S12": -14.52094061887618, "W13": -23.183707407729102, "S13": -28.710443723999202, "W21": -39.95565511654862, "S21": -46.501795190195296, "W22": -44.285468846957144, "S22": -45.866978912392746, "W31": -80.0, "S31": -80.653173241852514, "W32": -96.311580435647073, "S32": -101.31158043564707 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50737990286038059, "S11": 0.50737990286038059, "W12": -11.09162565792289, "S12": -11.09162565792289, "W13": -22.283578280143796, "S13": -22.283578280143796, "W21": -36.442740661292447, "S21": -36.442740661292447, "W22": -39.899556335952383, "S22": -50.356195609308784, "W31": -62.224286317951602, "S31": -70.024727694886934, "W32": -78.937547532907402, "S32": -83.937547532907402 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 505018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60602686127849548, "S11": 0.60602686127849548, "W12": -11.413179853652275, "S12": -11.413179853652275, "W13": -22.802652094268261, "S13": -22.802652094268261, "W21": -36.956622749945268, "S21": -36.956622749945268, "W22": -60.0, "S22": -60.0, "W31": -70.0, "S31": -70.252008569898237, "W32": -92.49963048986487, "S32": -97.49963048986487 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 505080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0300217716047535, "S11": -1.9310332629121474, "W12": -13.094493116395494, "S12": -13.094493116395494, "W13": -20.0, "S13": -23.105543582375478, "W21": -39.147048943708171, "S21": -45.210078393890512, "W22": -55.305116683577324, "S22": -62.377985027367131, "W31": -98.747882222352061, "S31": -98.747882222352061, "W32": -101.55998561730742, "S32": -106.55998561730742 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 505506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75520204790639844, "S11": 0.43007557235833793, "W12": -10.0, "S12": -10.0, "W13": -18.842842487268364, "S13": -18.842842487268364, "W21": -32.979248271407585, "S21": -32.979248271407585, "W22": -39.742054556871707, "S22": -52.027177490502673, "W31": -62.757430309027789, "S31": -71.508196268741656, "W32": -82.055253072296708, "S32": -87.055253072296708 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 507109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28122210053249747, "S11": -0.28122210053249747, "W12": -10.0, "S12": -24.753199268738573, "W13": -30.0, "S13": -30.0, "W21": -38.498912173623502, "S21": -38.498912173623502, "W22": -39.813605474871409, "S22": -40.374489621017155, "W31": -68.504082570427528, "S31": -70.619728268713573, "W32": -95.622459836423928, "S32": -100.62245983642393 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.011086391358139122, "S11": -0.011086391358139122, "W12": -11.598218149866339, "S12": -11.598218149866339, "W13": -19.28991747492735, "S13": -21.614408785353113, "W21": -37.934320391208239, "S21": -38.839487780586708, "W22": -47.105029777813208, "S22": -47.105029777813208, "W31": -86.54188294070768, "S31": -89.093417501106401, "W32": -96.342504600551734, "S32": -101.34250460055173 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 512685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8416259366930001, "S12": -5.8416259366930001, "W13": -20.0, "S13": -20.0, "W21": -42.996569226478542, "S21": -42.996569226478542, "W22": -37.295098103066273, "S22": -37.295098103066273, "W31": -69.151419370011439, "S31": -75.583494006784065, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103659.0, 518852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8104617189599583, "S12": -5.8104617189599583, "W13": -20.0, "S13": -20.0, "W21": -43.611957849122113, "S21": -43.611957849122113, "W22": -36.426358405374415, "S22": -36.426358405374415, "W31": -69.403906255249481, "S31": -76.228340210555928, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103659.133333333331393, 519538.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8068268407873456, "S12": -5.8068268407873456, "W13": -20.0, "S13": -20.0, "W21": -43.40365816173793, "S21": -43.40365816173793, "W22": -36.085751873484028, "S22": -36.085751873484028, "W31": -69.79165397186506, "S31": -77.218639737776996, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103659.380952380946837, 519438.238095238106325 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21406933432249889, "S11": -0.21406933432249889, "W12": -6.4679044146120743, "S12": -6.4679044146120743, "W13": -15.823921627259812, "S13": -18.15468143118138, "W21": -36.332043359260688, "S21": -36.332043359260688, "W22": -59.779871478959045, "S22": -64.68601837224081, "W31": -94.571946720029487, "S31": -94.571946720029487, "W32": -100.64393423118473, "S32": -105.64393423118473 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4744584762064063, "S11": 0.4744584762064063, "W12": -9.6367382604469363, "S12": -9.8269328129761195, "W13": -13.40845780387912, "S13": -17.134073686904657, "W21": -36.670595681836829, "S21": -38.669925515412167, "W22": -51.104849048323324, "S22": -52.46452511651524, "W31": -96.085990810142434, "S31": -96.085990810142434, "W32": -96.085990810142434, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 500069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2851371222908168, "S11": 3.2851371222908168, "W12": -10.15889175257732, "S12": -10.15889175257732, "W13": -14.748459311675779, "S13": -17.744568599272284, "W21": -39.208687367849564, "S21": -39.208687367849564, "W22": -49.409900290866517, "S22": -49.409900290866517, "W31": -86.391833322741633, "S31": -86.391833322741633, "W32": -95.550335969610018, "S32": -100.55033596961002 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3205413533834587, "S11": 1.3205413533834587, "W12": -3.988433364332213, "S12": -19.41463576828523, "W13": -19.41463576828523, "S13": -19.41463576828523, "W21": -32.372443267677241, "S21": -32.372443267677241, "W22": -39.801464954475762, "S22": -44.346391085903861, "W31": -73.118406301204473, "S31": -74.806267131846141, "W32": -97.281054208662496, "S32": -102.2810542086625 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 507348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0012134654229168543, "S11": 0.0012134654229168543, "W12": -11.159262597296191, "S12": -11.159262597296191, "W13": -19.66331847027697, "S13": -34.2613210568555, "W21": -36.213881964473934, "S21": -37.773977156235468, "W22": -61.368292990731504, "S22": -61.368292990731504, "W31": -75.239998, "S31": -75.239998, "W32": -86.803454241650243, "S32": -91.803454241650243 }, "geometry": { "type": "Point", "coordinates": [ 103660.0, 511850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.390367183257446, "S12": -5.390367183257446, "W13": -15.0, "S13": -17.522491728965985, "W21": -30.0, "S21": -36.950795066454937, "W22": -32.68186186204143, "S22": -40.534815311960152, "W31": -74.655338270010688, "S31": -77.888615088752985, "W32": -85.948940373533986, "S32": -90.948940373533986 }, "geometry": { "type": "Point", "coordinates": [ 103661.0, 499085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0072745383133804437, "S11": -0.0072745383133804437, "W12": -10.6684149083704, "S12": -30.668414908370401, "W13": -35.05576642335766, "S13": -35.05576642335766, "W21": -38.755239960677066, "S21": -38.755239960677066, "W22": -34.656493106353437, "S22": -38.222708800220204, "W31": -74.560816164817751, "S31": -78.321156059034351, "W32": -87.048719883088651, "S32": -92.048719883088651 }, "geometry": { "type": "Point", "coordinates": [ 103661.0, 510978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47520471600134384, "S11": 0.47520471600134384, "W12": -6.2307756548467754, "S12": -10.024484020776502, "W13": -26.168674698795314, "S13": -26.168674698795314, "W21": -37.679934422990641, "S21": -37.679934422990641, "W22": -39.621991085646371, "S22": -51.471624337480108, "W31": -62.546218844648948, "S31": -70.844509662334559, "W32": -79.529487859335745, "S32": -84.529487859335745 }, "geometry": { "type": "Point", "coordinates": [ 103661.6, 510309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6585735450166879, "S11": 2.6585735450166879, "W12": -10.0, "S12": -10.0, "W13": -14.181707065851814, "S13": -16.658581921383227, "W21": -38.458103917569858, "S21": -48.458103917569858, "W22": -36.931867338298851, "S22": -40.594608138182714, "W31": -76.470975545119387, "S31": -80.476683851592853, "W32": -88.131534951281083, "S32": -93.131534951281083 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 500263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5665883438929216, "S11": 1.3554896203143909, "W12": -10.868235852657254, "S12": -10.868235852657254, "W13": -16.287709658762289, "S13": -18.81786810312671, "W21": -50.27205068356119, "S21": -62.947922008478358, "W22": -50.0, "S22": -53.958943779022945, "W31": -68.70964996875, "S31": -68.70964996875, "W32": -90.989718063641263, "S32": -95.989718063641263 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 501308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36548310985785815, "S11": 0.36548310985785815, "W12": -15.0, "S12": -18.904087365464129, "W13": -25.0, "S13": -29.194866657939688, "W21": -39.999999999999993, "S21": -40.322829964328172, "W22": -39.038714648720159, "S22": -50.358339926586147, "W31": -66.582375112943041, "S31": -76.470927334787504, "W32": -99.731659992569035, "S32": -104.73165999256904 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 503771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87112343854371133, "S11": -0.12887656145628856, "W12": -0.12887656145628856, "S12": -15.0, "W13": -20.924490910746027, "S13": -20.924490910746027, "W21": -33.854776066826275, "S21": -38.649239018409446, "W22": -38.334961044661469, "S22": -43.872877089905167, "W31": -63.64275202354672, "S31": -63.950161121371167, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 506172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59441880245990131, "S11": 0.59441880245990131, "W12": -1.5736553174800074, "S12": -17.036397542663565, "W13": -21.504270114229382, "S13": -22.769935468200938, "W21": -39.906245768386242, "S21": -41.09260884981709, "W22": -49.829530913517054, "S22": -53.343010396889035, "W31": -80.173060216690715, "S31": -80.173060216690715, "W32": -92.629332739553178, "S32": -97.629332739553178 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74624117687385316, "S11": 0.74624117687385316, "W12": -0.84743144420338201, "S12": -21.212378274916002, "W13": -21.568739126642296, "S13": -22.325719025699701, "W21": -39.950246168386222, "S21": -40.963191321815081, "W22": -47.255530201431917, "S22": -47.255530201431917, "W31": -76.261169370160601, "S31": -79.078333549265082, "W32": -97.801579760330156, "S32": -102.80157976033016 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 506618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79760833314310209, "S11": 0.79289135201102667, "W12": -0.50218999524141328, "S12": -21.21000600591735, "W13": -21.548846363289005, "S13": -22.090127688959086, "W21": -39.95783244424829, "S21": -40.943543360778591, "W22": -37.597586635932402, "S22": -38.193290024163893, "W31": -68.93101073658643, "S31": -74.956897601399476, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4280638576896272, "S11": 1.4280638576896272, "W12": -9.9537859936011408, "S12": -9.9537859936011408, "W13": -17.313854235062379, "S13": -17.313854235062379, "W21": -33.897494033243902, "S21": -33.897494033243902, "W22": -60.240862357880452, "S22": -60.240862357880452, "W31": -70.0, "S31": -70.457903379398445, "W32": -91.402042042041998, "S32": -96.402042042041998 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1242926794144068, "S11": 0.99257962570997715, "W12": -8.7221564110203786, "S12": -23.722156411020379, "W13": -23.722156411020379, "S13": -23.722156411020379, "W21": -33.471577376360841, "S21": -33.471577376360841, "W22": -39.066285345682914, "S22": -40.223101308112163, "W31": -63.653149411473613, "S31": -66.564694569765862, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9999999999999982, "S12": -10.843017180058347, "W13": -22.231035456761585, "S13": -22.231035456761585, "W21": -32.47250908677691, "S21": -32.47250908677691, "W22": -36.695116188366754, "S22": -39.699984447058775, "W31": -75.859223804726994, "S31": -80.476745306390626, "W32": -87.892324735879498, "S32": -92.892324735879498 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70783047034688829, "S11": -0.70783047034688829, "W12": -5.0, "S12": -8.3190721304900066, "W13": -20.732450133968456, "S13": -20.732450133968456, "W21": -35.746849922010512, "S21": -35.746849922010512, "W22": -60.713983050847624, "S22": -60.713983050847624, "W31": -87.547250654605634, "S31": -87.547250654605634, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 508559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12333641753842667, "S11": -0.12333641753842667, "W12": -10.0, "S12": -27.617583513378761, "W13": -35.0, "S13": -35.0, "W21": -38.650548966799086, "S21": -38.650548966799086, "W22": -60.888377723971026, "S22": -60.888377723971026, "W31": -87.130513143128951, "S31": -87.130513143128951, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103662.0, 511035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -18.121171068801239, "W21": -38.870133474785355, "S21": -41.157477386155179, "W22": -50.363917283165357, "S22": -51.533674972031129, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103662.25, 501868.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9108009292694939, "S11": 3.9108009292694939, "W12": -10.458083967122541, "S12": -10.458083967122541, "W13": -15.784403230175331, "S13": -19.074731866258443, "W21": -39.658655868779739, "S21": -39.658655868779739, "W22": -60.914548022598865, "S22": -60.914548022598865, "W31": -87.066684802938084, "S31": -87.066684802938084, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 500481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71032346868547847, "S11": -1.4671518764821745, "W12": -11.751900856133631, "S12": -14.436278214624197, "W13": -23.318278478367326, "S13": -25.173363224130036, "W21": -36.418453038726653, "S21": -36.880394914552284, "W22": -48.947411129490334, "S22": -52.692896660424466, "W31": -80.172153614857052, "S31": -80.172153614857052, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 505283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32649036961115635, "S11": 0.32649036961115635, "W12": -6.5143817464950944, "S12": -12.541511256678763, "W13": -25.0, "S13": -25.787215595703955, "W21": -34.366973197090807, "S21": -41.464099704800667, "W22": -37.44134090546968, "S22": -38.802698354457526, "W31": -68.693956890469494, "S31": -75.277648389991938, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 505808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20950176513688143, "S11": 0.20950176513688143, "W12": -4.1609545676138957, "S12": -15.418926022214563, "W13": -17.881050053817432, "S13": -17.881050053817432, "W21": -32.341368210200379, "S21": -32.341368210200379, "W22": -37.564442625016447, "S22": -38.35219970741759, "W31": -68.86528727688102, "S31": -74.776305788570667, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 507552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70283513097072425, "S11": -0.29716486902927575, "W12": -5.9272459666614044, "S12": -11.381343721821189, "W13": -25.0, "S13": -27.195364238410598, "W21": -37.185572564049721, "S21": -37.190226050511441, "W22": -36.348332941159661, "S22": -36.348332941159661, "W31": -69.379278436115612, "S31": -76.089028417677682, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4726110224074267, "S12": -20.036050523355517, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.357117307884906, "W31": -100.0, "S31": -100.0, "W32": -101.82880566801619, "S32": -106.82880566801619 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 510547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6990437570211245, "S12": -26.579052444174998, "W13": -31.219352794391412, "S13": -31.219352794391412, "W21": -40.0, "S21": -40.0, "W22": -50.150363100339455, "S22": -50.150363100339455, "W31": -87.941625195248648, "S31": -87.941625195248648, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 510641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1356217605284529, "S11": -0.1356217605284529, "W12": -12.02837035437439, "S12": -12.02837035437439, "W13": -18.879049290859637, "S13": -20.156710903427374, "W21": -36.465094562642548, "S21": -36.936605729705541, "W22": -46.521320907501213, "S22": -46.521320907501213, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 512508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32430986225432146, "S11": -0.46743418296166539, "W12": -10.509002782096635, "S12": -10.909574701806662, "W13": -21.070944383860414, "S13": -31.453591316111989, "W21": -43.0, "S21": -43.621188630490956, "W22": -46.498523569607322, "S22": -46.50223209296324, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103663.0, 513318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20748770251897733, "S11": -0.20748770251897733, "W12": -10.0, "S12": -25.801686887153068, "W13": -31.104463130659763, "S13": -31.104463130659763, "W21": -38.576809355854301, "S21": -38.576809355854301, "W22": -34.101206594337356, "S22": -38.911573218863275, "W31": -70.490443134271587, "S31": -80.490443134271587, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103663.75, 511075.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55080594639691927, "S11": 0.55080594639691927, "W12": -5.8589540081039306, "S12": -6.243395133321755, "W13": -15.0, "S13": -18.0, "W21": -30.0, "S21": -33.244697135359722, "W22": -45.320476460578554, "S22": -46.339534902772172, "W31": -69.401475169139147, "S31": -69.401475169139147, "W32": -89.898465808862426, "S32": -94.898465808862426 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 499194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.104395275527711, "S12": -10.104395275527711, "W13": -21.6411005293246, "S13": -21.6411005293246, "W21": -34.626346282258346, "S21": -34.626346282258346, "W22": -67.661690453022317, "S22": -70.816345368852438, "W31": -80.624282948843742, "S31": -86.241264544943377, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 504851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1087187356145465, "S11": 1.1087187356145467, "W12": -4.2173832176836692, "S12": -19.641692893338089, "W13": -19.641692893338089, "S13": -19.641692893338089, "W21": -32.431752387310802, "S21": -32.431752387310802, "W22": -47.143156144668183, "S22": -47.143156144668183, "W31": -77.868119052334677, "S31": -79.698904352875957, "W32": -98.24995491320368, "S32": -103.24995491320368 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 507367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17700610139509812, "S11": -0.17700610139509812, "W12": -4.4398974082073437, "S12": -4.4398974082073437, "W13": -19.914577509225534, "S13": -19.914577509225534, "W21": -32.411397399891676, "S21": -32.411397399891676, "W22": -33.858578085737847, "S22": -40.79037606289809, "W31": -74.699270595831408, "S31": -78.943352794738885, "W32": -86.47742438526204, "S32": -91.47742438526204 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 507743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19696865002314801, "S11": -0.19696865002314801, "W12": -4.570062095032398, "S12": -4.6299976368818951, "W13": -19.99376745775465, "S13": -19.99376745775465, "W21": -32.414813495356597, "S21": -32.414813495356597, "W22": -40.0, "S22": -53.915177205407574, "W31": -63.42780862544933, "S31": -72.864945684532117, "W32": -86.074874737352516, "S32": -91.074874737352516 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 507752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31519834315755935, "S11": -0.31519834315755935, "W12": -5.0, "S12": -5.0, "W13": -21.613873176540665, "S13": -21.613873176540665, "W21": -36.484375514387899, "S21": -37.182049932992548, "W22": -40.0, "S22": -52.541663483661793, "W31": -62.98293324697331, "S31": -71.895454981049923, "W32": -82.903260061590743, "S32": -87.903260061590743 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 508701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3588948601350421, "S11": 1.0740343023661179, "W12": -5.0, "S12": -5.0673870276301498, "W13": -22.867728490622259, "S13": -22.867728490622259, "W21": -36.550206269444907, "S21": -36.550206269444907, "W22": -39.974915819744524, "S22": -45.733780188700635, "W31": -60.0, "S31": -66.031489001449259, "W32": -83.865276945248638, "S32": -88.865276945248638 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 508903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12306139974237876, "S11": -0.12306139974237876, "W12": -10.0, "S12": -35.0, "W13": -35.0, "S13": -35.0, "W21": -39.175065154030101, "S21": -39.175065154030101, "W22": -37.658020429205862, "S22": -40.956611471294352, "W31": -73.720509615819708, "S31": -73.720509615819708, "W32": -88.916640464553353, "S32": -93.916640464553353 }, "geometry": { "type": "Point", "coordinates": [ 103664.0, 510874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.36, "S11": 1.36, "W12": -2.9400001, "S12": -2.9400001, "W13": -21.25, "S13": -23.4400001, "W21": -37.84, "S21": -38.396847492016875, "W22": -49.589666021297191, "S22": -56.097509712930012, "W31": -68.399826714843755, "S31": -68.399826714843755, "W32": -91.445985796986207, "S32": -96.445985796986207 }, "geometry": { "type": "Point", "coordinates": [ 103664.5, 506699.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8003072226947516, "S12": -5.8003072226947516, "W13": -20.0, "S13": -20.0, "W21": -43.665861501365448, "S21": -43.665861501365448, "W22": -50.0, "S22": -65.132938581216536, "W31": -107.0527101181475, "S31": -107.0527101181475, "W32": -107.19813773505076, "S32": -112.19813773505076 }, "geometry": { "type": "Point", "coordinates": [ 103665.455555555556202, 519588.355555555550382 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45265678604182469, "S11": 0.45265678604182469, "W12": -9.911288995286899, "S12": -10.911288995286899, "W13": -13.299895886168878, "S13": -16.681161649094477, "W21": -33.180283813259749, "S21": -39.304781378177552, "W22": -62.380910667671124, "S22": -65.908140344072066, "W31": -83.271677149159757, "S31": -87.602055439746408, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 499885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18088552915766731, "S11": 0.125445752121988, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.013824217632106, "W21": -39.261669791769464, "S21": -43.68706047079035, "W22": -42.5991281880979, "S22": -44.332328588139312, "W31": -79.708864900228988, "S31": -83.038177546734389, "W32": -97.00249272953883, "S32": -102.00249272953883 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 501738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44471384060028418, "S11": -4.6329454945287338, "W12": -10.0, "S12": -10.137336942646769, "W13": -19.098762263283284, "S13": -24.354083030865734, "W21": -33.475130825760608, "S21": -33.475130825760608, "W22": -37.921304010210022, "S22": -39.884433875019525, "W31": -68.629010847652623, "S31": -77.033602088298053, "W32": -89.368296232415247, "S32": -94.368296232415247 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 504687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.592522421430784, "S12": -10.592522421430784, "W13": -22.019780492612554, "S13": -22.019780492612554, "W21": -35.589512158299861, "S21": -35.589512158299861, "W22": -37.601070387557094, "S22": -38.331009199924004, "W31": -68.857482061693332, "S31": -74.718165002913182, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 504937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.52211328395587, "S11": 0.52211328395586998, "W12": -3.6446453407505777, "S12": -11.495446380610559, "W13": -21.137028032038835, "S13": -21.137028032038835, "W21": -34.700798822180083, "S21": -38.014001353459875, "W22": -39.388757487329187, "S22": -44.34137696336466, "W31": -66.99099568724273, "S31": -72.33906681985718, "W32": -94.980475893614724, "S32": -99.980475893614724 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 506075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9312556087346695, "W12": -5.5777690446761854, "S12": -19.259971338372832, "W13": -24.77233746290085, "S13": -25.27233746290085, "W21": -34.656950253752342, "S21": -34.656950253752342, "W22": -54.383888164146725, "S22": -61.032457523156729, "W31": -99.346263948121234, "S31": -99.346263948121234, "W32": -101.67874009621082, "S32": -106.67874009621082 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 509516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051765474522969923, "S11": 0.051765474522969923, "W12": -11.374035355528584, "S12": -11.374035355528584, "W13": -19.417380304805572, "S13": -22.875195386509127, "W21": -38.475323058453633, "S21": -39.801936337700148, "W22": -60.0, "S22": -63.011851899178993, "W31": -91.285970275113314, "S31": -91.285970275113314, "W32": -99.636055133648256, "S32": -104.63605513364826 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 512761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76747443985207731, "S11": 0.76747443985207731, "W12": -15.389570068920248, "S12": -15.389570068920248, "W13": -21.768233800201315, "S13": -24.119435920350025, "W21": -38.926292962373303, "S21": -46.183846368146675, "W22": -42.370631877836395, "S22": -47.107671223629744, "W31": -67.187032562420896, "S31": -67.986820516865308, "W32": -95.293535477445516, "S32": -100.29353547744552 }, "geometry": { "type": "Point", "coordinates": [ 103666.0, 514058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0998668727309715, "S12": -5.2912973142585384, "W13": -15.000000000000002, "S13": -17.12639010895078, "W21": -30.000000000000004, "S21": -38.559538214874522, "W22": -38.830393946960122, "S22": -45.191578125354731, "W31": -64.39743917291635, "S31": -74.264269126740885, "W32": -89.524372929484144, "S32": -94.524372929484144 }, "geometry": { "type": "Point", "coordinates": [ 103666.058823529412621, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8327307518230791, "S12": -5.8327307518230791, "W13": -20.0, "S13": -20.0, "W21": -43.215094224592178, "S21": -43.857374513677982, "W22": -41.667578861872549, "S22": -43.995566175949904, "W31": -77.035219714316867, "S31": -80.953354429342767, "W32": -97.69864704802896, "S32": -102.69864704802896 }, "geometry": { "type": "Point", "coordinates": [ 103666.285714285710128, 518808.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66130010248228099, "S11": 0.66130010248228099, "W12": -5.4804807795431838, "S12": -5.4804807795431838, "W13": -24.930082180487929, "S13": -24.930082180487929, "W21": -34.571273392735108, "S21": -38.821036084928842, "W22": -35.577490864709617, "S22": -36.417924486710426, "W31": -70.0, "S31": -78.118224057821379, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103667.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0389111119112318, "S11": 0.97775862269131808, "W12": -8.8308617795186919, "S12": -23.149773634592687, "W13": -23.149773634592687, "S13": -23.149773634592687, "W21": -33.499201747191982, "S21": -33.499201747191982, "W22": -40.0, "S22": -53.615523918618834, "W31": -63.227123920937942, "S31": -72.493306585660804, "W32": -84.783038961038685, "S32": -89.783038961038685 }, "geometry": { "type": "Point", "coordinates": [ 103667.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48436355158862321, "S11": 0.48436355158862321, "W12": -4.1871641321612234, "S12": -19.56053941213797, "W13": -19.56053941213797, "S13": -19.56053941213797, "W21": -32.650471190594622, "S21": -32.650471190594622, "W22": -48.318774708571809, "S22": -49.761505070625468, "W31": -85.914655949408228, "S31": -85.914655949408228, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103667.0, 507434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3848696037141526, "S12": -13.015444777530416, "W13": -28.02964857113238, "S13": -28.02964857113238, "W21": -40.0, "S21": -40.0, "W22": -48.372001081727625, "S22": -48.372001081727625, "W31": -87.244830456029533, "S31": -87.244830456029533, "W32": -95.224114538165779, "S32": -100.22411453816578 }, "geometry": { "type": "Point", "coordinates": [ 103667.0, 510459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049034457427188954, "S11": 0.049034457427188954, "W12": -11.382189934375946, "S12": -11.382189934375946, "W13": -19.393960103716722, "S13": -22.754587848371521, "W21": -38.406942138625958, "S21": -39.760582174861497, "W22": -46.477430476892607, "S22": -46.477430476892607, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103667.714285714289872, 512754.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6418633540372671, "S11": 1.361551188216239, "W12": -10.80397587108906, "S12": -10.80397587108906, "W13": -16.237738577212262, "S13": -19.098402062988278, "W21": -50.0, "S21": -62.673455521536717, "W22": -39.325156296070055, "S22": -49.325156296070055, "W31": -66.642799764097703, "S31": -75.425163708547188, "W32": -98.480576311769809, "S32": -103.48057631176981 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 501326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0338296652712409, "S11": 1.0338296652712406, "W12": -11.403484477650393, "S12": -11.403484477650393, "W13": -20.0, "S13": -23.633886641558561, "W21": -38.018384728669268, "S21": -45.048655635718504, "W22": -62.737344340312852, "S22": -62.737344340312852, "W31": -74.518652372448116, "S31": -74.518652372448116, "W32": -87.529312724390635, "S32": -92.529312724390635 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83880421225767843, "S11": 0.80578534433315019, "W12": 0.0, "S12": -21.072988555025926, "W13": -21.540481084483115, "S13": -21.540481084483115, "W21": -39.978078697268977, "S21": -40.904491976345938, "W22": -59.999999999999993, "S22": -63.383148030054947, "W31": -93.278093927834135, "S31": -93.278093927834135, "W32": -100.35111842377732, "S32": -105.35111842377732 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 506629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49712470287074251, "S11": 0.49712470287074251, "W12": -10.0, "S12": -10.0, "W13": -19.376257806359671, "S13": -19.376656969559711, "W21": -33.004157840615498, "S21": -33.004157840615498, "W22": -62.784386551971828, "S22": -67.39172672561034, "W31": -82.742009004509043, "S31": -87.742009004509043, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 507104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32804902417904491, "S11": 0.32804902417904491, "W12": -4.154245545613235, "S12": -19.47059276807293, "W13": -19.47059276807293, "S13": -19.47059276807293, "W21": -32.37764276580301, "S21": -32.37764276580301, "W22": -49.874576271186442, "S22": -49.874576271186442, "W31": -86.156085900187222, "S31": -86.156085900187222, "W32": -95.635251900006068, "S32": -100.63525190000607 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 507499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56964714635782532, "S11": -0.56964714635782532, "W12": -12.126612321821129, "S12": -14.516194807470223, "W13": -23.160511963670611, "S13": -23.160511963670611, "W21": -33.176966929065273, "S21": -33.176966929065273, "W22": -35.324418888111317, "S22": -36.769075435896646, "W31": -70.0, "S31": -78.526071244192053, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 508059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024546814238707745, "S11": -0.024546814238707745, "W12": -9.5418081136723174, "S12": -11.180633204943476, "W13": -35.0, "S13": -35.0, "W21": -38.829463015395426, "S21": -38.829463015395426, "W22": -37.748416278068731, "S22": -38.761289763825332, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 510951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7984246727313069, "S12": -5.7984246727313069, "W13": -20.0, "S13": -20.0, "W21": -43.454314053906209, "S21": -43.789833236545199, "W22": -37.612572960725615, "S22": -38.606780581324763, "W31": -65.81626110343916, "S31": -74.40823767737767, "W32": -99.862269092436975, "S32": -104.86226909243697 }, "geometry": { "type": "Point", "coordinates": [ 103668.0, 519486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5949092616632901, "S11": 2.2044563852860692, "W12": -5.0581490688166086, "S12": -5.0581490688166086, "W13": -24.033738974651893, "S13": -24.033738974651893, "W21": -35.703739857213243, "S21": -36.154720249370563, "W22": -62.705268716677217, "S22": -62.705268716677217, "W31": -74.547128836238457, "S31": -74.547128836238457, "W32": -87.540986316718218, "S32": -92.540986316718218 }, "geometry": { "type": "Point", "coordinates": [ 103668.333333333328483, 509199.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.044630987784634368, "S11": -0.044630987784634368, "W12": -11.444085757203323, "S12": -11.444085757203323, "W13": -19.239691854050925, "S13": -35.022668766488515, "W21": -35.986845075129196, "S21": -37.778573553331135, "W22": -63.140794337672354, "S22": -68.66360412457054, "W31": -82.302132995407632, "S31": -86.380415496508931, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103668.666666666671517, 511924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -15.000000000000002, "W13": -23.688658936347178, "S13": -27.774760099847061, "W21": -39.552514232849411, "S21": -40.915600280818524, "W22": -47.990001335548229, "S22": -47.990001335548229, "W31": -86.569108640447283, "S31": -86.569108640447283, "W32": -95.357735563309149, "S32": -100.35773556330915 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 503637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44864729244545143, "S11": -4.6431029401084531, "W12": -10.0, "S12": -10.0, "W13": -19.132933501726519, "S13": -24.418079025970233, "W21": -33.475239703735987, "S21": -33.475239703735987, "W22": -37.596577458187802, "S22": -38.573153646225215, "W31": -68.733662966215945, "S31": -74.550281877390731, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 504697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45731117619015171, "S11": 0.45731117619015171, "W12": -2.3362882981293152, "S12": -6.8249972066354321, "W13": -20.399127641830002, "S13": -20.399127641830002, "W21": -36.689925212391252, "S21": -39.020048620984383, "W22": -37.814883093374249, "S22": -40.166502861640978, "W31": -65.67763940715615, "S31": -76.003448813773588, "W32": -93.621944877795116, "S32": -98.621944877795116 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 506362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3149105048714544, "S11": -1.3149105048714544, "W12": -10.776917362890579, "S12": -14.321673910236486, "W13": -19.243647184589175, "S13": -19.243647184589175, "W21": -32.902234770658239, "S21": -32.902234770658239, "W22": -39.591290433646748, "S22": -51.758026176515465, "W31": -62.938824475204612, "S31": -71.570483820494303, "W32": -81.457470532016572, "S32": -86.457470532016572 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 508187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3540420819490588, "S11": 1.3540420819490588, "W12": -5.0, "S12": -5.0, "W13": -22.464260196487093, "S13": -22.464260196487093, "W21": -36.560533837376724, "S21": -38.043053204167094, "W22": -69.099363091415114, "S22": -69.765565909296484, "W31": -80.0, "S31": -91.601836291347297, "W32": -95.391334397864583, "S32": -100.39133439786458 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 508838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.03, "S11": 0.03, "W12": -8.9700003, "S12": -8.9700003, "W13": -33.48, "S13": -33.48, "W21": -38.815821096124779, "S21": -38.815821096124779, "W22": -54.523805534916804, "S22": -54.523805534916804, "W31": -85.253752084491381, "S31": -85.253752084491381, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52484344936155325, "S11": 0.52484344936155325, "W12": -10.156959152798791, "S12": -18.543791207844084, "W13": -25.162896257986006, "S13": -28.863596595061814, "W21": -39.948070450672645, "S21": -39.948070450672645, "W22": -46.148192121596267, "S22": -46.148192121596267, "W31": -86.13620449445888, "S31": -86.13620449445888, "W32": -95.84507092009477, "S32": -100.84507092009477 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 503934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95527048450103491, "S11": 0.90338369204820479, "W12": -0.51912676904210187, "S12": -22.399577865444655, "W13": -22.399577865444655, "S13": -22.399577865444655, "W21": -40.0, "S21": -40.85217892612873, "W22": -47.23054593055933, "S22": -47.23054593055933, "W31": -76.002284877744302, "S31": -77.625419206102507, "W32": -97.715484106243466, "S32": -102.71548410624347 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 506641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.5077967523093578, "S12": -10.689718022357958, "W13": -21.428114019061091, "S13": -21.428114019061091, "W21": -33.377900559510131, "S21": -33.532883021035985, "W22": -50.000000000000007, "S22": -58.324726609963555, "W31": -105.24560910908184, "S31": -105.24560910908184, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9320685434516525, "W12": -5.0692517838339368, "S12": -5.0692517838339368, "W13": -24.108480320053062, "S13": -24.475129589364126, "W21": -35.82787346537787, "S21": -36.262189819265267, "W22": -60.0, "S22": -60.901180975489545, "W31": -89.710273064236404, "S31": -89.710273064236404, "W32": -97.865636228052338, "S32": -102.86563622805234 }, "geometry": { "type": "Point", "coordinates": [ 103670.0, 509223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0427271621879841, "S11": 0.98274979515667504, "W12": -11.577434625789, "S12": -11.577434625789, "W13": -20.0, "S13": -23.653415167154879, "W21": -37.947205322038961, "S21": -44.9858022986826, "W22": -47.380086796348159, "S22": -47.380086796348159, "W31": -86.042962803635064, "S31": -86.042962803635064, "W32": -95.496768265646651, "S32": -100.49676826564665 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0236481439663709, "S11": 0.46678286695715943, "W12": -11.056565656564969, "S12": -11.056565656564969, "W13": -20.0, "S13": -23.357694211567541, "W21": -35.787560647507291, "S21": -43.451758633124534, "W22": -47.827284129816178, "S22": -47.827284129816178, "W31": -86.06005778171027, "S31": -86.06005778171027, "W32": -95.579316093504076, "S32": -100.57931609350408 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38008621380426022, "S11": 0.37860542508942824, "W12": -11.872664986104043, "S12": -16.812268598160134, "W13": -22.753313997026972, "S13": -24.586780379246079, "W21": -34.309807015971181, "S21": -42.338699436117018, "W22": -47.861924167589137, "S22": -47.861924167589137, "W31": -86.060320781372965, "S31": -86.060320781372965, "W32": -95.580586060086489, "S32": -100.58058606008649 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65125314398011502, "S11": -0.65125314398011502, "W12": -12.216629223566647, "S12": -14.873372008615361, "W13": -23.272744226116792, "S13": -23.272744226116792, "W21": -33.301656853898734, "S21": -33.301656853898734, "W22": -38.604373265717669, "S22": -38.604373265717669, "W31": -69.963403953584191, "S31": -75.420949187093299, "W32": -92.218580108730407, "S32": -97.218580108730407 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 508067.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20065317826987417, "S11": -0.78356134153518031, "W12": -5.0, "S12": -5.0, "W13": -21.669738017267075, "S13": -21.669738017267075, "W21": -36.442875447049843, "S21": -37.364480848400184, "W22": -50.000000000000007, "S22": -70.0, "W31": -100.0, "S31": -100.0, "W32": -104.546875, "S32": -109.546875 }, "geometry": { "type": "Point", "coordinates": [ 103671.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -19.585563235804692, "W13": -25.0, "S13": -29.134728024512981, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -100.0, "S31": -100.0, "W32": -105.65022421524664, "S32": -110.65022421524664 }, "geometry": { "type": "Point", "coordinates": [ 103671.5, 503800.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6731512179084245, "S12": -24.343546121445883, "W13": -30.826533845605688, "S13": -30.826533845605688, "W21": -40.0, "S21": -40.0, "W22": -52.164010137233426, "S22": -52.164010137233426, "W31": -87.315295125729165, "S31": -87.315295125729165, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103671.666666666671517, 510608.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7901527264295449, "S12": -5.7901527264295449, "W13": -20.0, "S13": -20.0, "W21": -43.690124794444834, "S21": -43.690124794444834, "W22": -38.852098080535924, "S22": -40.092751708954921, "W31": -70.0, "S31": -73.460419696654895, "W32": -93.881116085705145, "S32": -98.881116085705145 }, "geometry": { "type": "Point", "coordinates": [ 103671.777777777781012, 519637.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -18.04549433530293, "W21": -38.709044705417945, "S21": -40.14271290558694, "W22": -49.356920296661222, "S22": -55.387863531830291, "W31": -102.79032276535445, "S31": -102.79032276535445, "W32": -103.30877167630044, "S32": -108.30877167630044 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8264334039341898, "S11": 2.8264334039341898, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.39595069187429, "W21": -38.06042578772653, "S21": -48.42138574831273, "W22": -44.848326317716435, "S22": -46.095688529234081, "W31": -80.0, "S31": -80.060684791686, "W32": -96.929183400267732, "S32": -101.92918340026773 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 502755.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.535665914221219, "S11": 0.058115601938082184, "W12": -10.0, "S12": -15.541739104811921, "W13": -19.718869883382229, "S13": -24.507476800390489, "W21": -36.223481713732298, "S21": -40.629791791770948, "W22": -37.485593524939901, "S22": -42.416161489202821, "W31": -65.747771972523893, "S31": -75.341809372253024, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 504445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0358001702305066, "S11": 0.035800170230506634, "W12": -13.102079924087484, "S12": -13.102079924087484, "W13": -20.0, "S13": -23.510840405968434, "W21": -36.973611767639817, "S21": -44.3393698091716, "W22": -36.847695622710326, "S22": -40.876041335066468, "W31": -74.309999409757211, "S31": -74.309999409757211, "W32": -88.761388760612562, "S32": -93.761388760612562 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59652541687432059, "S11": 0.59652541687432059, "W12": -1.627920368577412, "S12": -21.024289878708764, "W13": -21.646303706724265, "S13": -22.247817841566654, "W21": -39.94909305445519, "S21": -41.007266659631618, "W22": -37.431211085485174, "S22": -38.390173133953716, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 506605.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34110858756364931, "S11": 0.34110858756364931, "W12": -2.0221370188559176, "S12": -18.489245356801849, "W13": -21.219480865561906, "S13": -21.219480865561906, "W21": -34.423252194899447, "S21": -34.454978677059685, "W22": -60.729826573736545, "S22": -60.729826573736545, "W31": -69.873412486746361, "S31": -70.801948564631232, "W32": -89.508685446009395, "S32": -94.508685446009395 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 506790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71585169225957346, "S11": 0.71585169225957346, "W12": -2.4504507617487969, "S12": -13.094406381001434, "W13": -21.894449942340195, "S13": -21.894449942340195, "W21": -38.53461993972833, "S21": -38.53461993972833, "W22": -50.423498823438649, "S22": -50.423498823438649, "W31": -100.0, "S31": -100.0, "W32": -100.26961538461538, "S32": -105.26961538461538 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 506895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7901140789437053, "S11": 2.7888900887356267, "W12": -4.1585451117620469, "S12": -4.1585451117620469, "W13": -24.407105394303368, "S13": -24.407105394303368, "W21": -35.627438209893327, "S21": -35.787728766794039, "W22": -50.902178602036706, "S22": -50.902178602036706, "W31": -87.023100280585766, "S31": -87.023100280585766, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103672.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6220462348074296, "S11": -0.98251560510044322, "W12": -7.3485408349115291, "S12": -7.3485408349115291, "W13": -20.750516920653986, "S13": -23.510997074864246, "W21": -43.464668119686714, "S21": -43.464668119686714, "W22": -48.964000688372124, "S22": -48.964000688372124, "W31": -87.889779882675853, "S31": -87.889779882675853, "W32": -95.069064061359455, "S32": -100.06906406135946 }, "geometry": { "type": "Point", "coordinates": [ 103672.598484848480439, 516140.992424242431298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7903693244851491, "S12": -5.7903693244851491, "W13": -20.0, "S13": -20.0, "W21": -43.527712829032886, "S21": -44.51937704430518, "W22": -43.235029320905426, "S22": -45.187488353017578, "W31": -69.745347698334967, "S31": -70.745347698334967, "W32": -95.673271755033412, "S32": -100.67327175503341 }, "geometry": { "type": "Point", "coordinates": [ 103672.818181818176527, 519534.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44934953182142412, "S11": 0.44934953182142412, "W12": -9.585123812373757, "S12": -10.324417868953045, "W13": -13.246777229362392, "S13": -15.421041078971442, "W21": -34.352302730388331, "S21": -39.576989572437625, "W22": -37.599312388250944, "S22": -38.751230229702195, "W31": -68.63949777540995, "S31": -74.522377431570405, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 499947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.513205282112845, "S11": 1.513205282112845, "W12": -5.0, "S12": -5.0, "W13": -15.40352526439483, "S13": -18.980110335385596, "W21": -40.0, "S21": -44.798781676520946, "W22": -36.163256127048001, "S22": -36.163256127048001, "W31": -69.613375761328115, "S31": -76.508611398174494, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 502434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13964453386988612, "S11": 0.13964453386988612, "W12": -5.0000000000000009, "S12": -14.200583329535615, "W13": -24.035788996247334, "S13": -29.210262064163015, "W21": -39.94020380038635, "S21": -43.030365488520083, "W22": -35.178777015950224, "S22": -38.036488937091299, "W31": -74.17511885895405, "S31": -75.943637377472569, "W32": -87.32483290583599, "S32": -92.32483290583599 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 504026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39175385308813504, "S11": 0.39175385308813504, "W12": -6.5592116251891701, "S12": -17.843016905023951, "W13": -22.758042442800757, "S13": -28.463284963077921, "W21": -39.970836133161633, "S21": -44.587932888648353, "W22": -38.510686091235883, "S22": -51.252445595083358, "W31": -66.324359310138107, "S31": -76.501457909123644, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 504112.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80590723356694105, "S11": 0.80590723356694105, "W12": -1.9931788715729928, "S12": -18.95616919334141, "W13": -21.225224199885194, "S13": -21.225224199885194, "W21": -37.251542126152621, "S21": -37.251542126152621, "W22": -39.500304072388843, "S22": -51.688812629846055, "W31": -62.945188908102949, "S31": -71.444465811136283, "W32": -80.778089914757643, "S32": -85.778089914757643 }, "geometry": { "type": "Point", "coordinates": [ 103673.0, 506855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2128701285904322, "S11": 1.2128701285904322, "W12": -10.903907157537306, "S12": -11.007347198187713, "W13": -16.810085309427414, "S13": -20.287361015498782, "W21": -51.879451483827943, "S21": -63.078547161747679, "W22": -39.556099493824327, "S22": -51.545097048836553, "W31": -62.829300431979696, "S31": -71.119775215607575, "W32": -79.499013861754577, "S32": -84.499013861754577 }, "geometry": { "type": "Point", "coordinates": [ 103673.25, 501156.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.312758375698222, "S11": 2.6262869515295026, "W12": -10.858320099274218, "S12": -10.858320099274218, "W13": -17.903931359632871, "S13": -20.502247560301718, "W21": -48.699463359325492, "S21": -60.636510357547806, "W22": -40.987473702983579, "S22": -40.987473702983579, "W31": -70.945065163790062, "S31": -71.984322267930992, "W32": -95.098078913324713, "S32": -100.09807891332471 }, "geometry": { "type": "Point", "coordinates": [ 103673.4, 500854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015257569521815251, "S11": -0.015257569521815251, "W12": -11.315329782875871, "S12": -11.315329782875871, "W13": -19.294927709657141, "S13": -31.79297915159011, "W21": -36.085097017236514, "S21": -37.690034430810194, "W22": -39.386435457544458, "S22": -49.368641189570958, "W31": -66.617838936534667, "S31": -75.211332217566238, "W32": -98.212098694078421, "S32": -103.21209869407842 }, "geometry": { "type": "Point", "coordinates": [ 103673.5, 511894.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8238355669531403, "S12": -5.8238355669531403, "W13": -20.0, "S13": -20.0, "W21": -43.433619222706149, "S21": -46.139367556262371, "W22": -46.789780521585904, "S22": -46.789780521585904, "W31": -79.065851635923053, "S31": -79.065851635923053, "W32": -99.662653873000266, "S32": -104.66265387300027 }, "geometry": { "type": "Point", "coordinates": [ 103673.571428571434808, 518764.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21302991733918891, "S11": -0.21302991733918891, "W12": -5.2243014261477043, "S12": -5.2243014261477043, "W13": -15.122179752413631, "S13": -18.122179752413633, "W21": -32.461732596473396, "S21": -33.660591602178343, "W22": -51.592327033510479, "S22": -52.708573933870731, "W31": -93.437123578258408, "S31": -93.437123578258408, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7707981617711219, "S11": 2.7707981617711219, "W12": -10.685770949149072, "S12": -10.685770949149072, "W13": -18.144287463227464, "S13": -20.502928533307024, "W21": -39.221879233318923, "S21": -49.556753720689294, "W22": -42.274269224003305, "S22": -44.840880832464066, "W31": -80.0, "S31": -81.986750128766985, "W32": -97.473924501688884, "S32": -102.47392450168888 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 500690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52347210075214268, "S11": 0.52347210075214268, "W12": -10.0, "S12": -18.265757661837579, "W13": -25.173042287800424, "S13": -28.894716475412849, "W21": -39.950043594170403, "S21": -39.950043594170403, "W22": -39.296132133068532, "S22": -43.098235093363655, "W31": -70.0, "S31": -71.002972772109999, "W32": -96.166746118223912, "S32": -101.16674611822391 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 503932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0619885702374559, "S11": 0.0014336108629344757, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -23.773467432950191, "W21": -38.87112476690826, "S21": -45.578215166296438, "W22": -36.402450206957326, "S22": -40.129971819730017, "W31": -74.965254724595837, "S31": -74.965254724595837, "W32": -88.665396155733134, "S32": -93.665396155733134 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9653803498174367, "S11": 0.63932460999059126, "W12": -5.0, "S12": -16.969353007945291, "W13": -21.598463406788504, "S13": -21.661743339334862, "W21": -35.182668384054288, "S21": -35.182668384054288, "W22": -42.856724289481392, "S22": -43.737970703045519, "W31": -69.595375727016773, "S31": -69.595375727016773, "W32": -89.688545284178673, "S32": -94.688545284178673 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 507005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0072129281560553106, "S11": -0.0072129281560553106, "W12": -11.27580499795166, "S12": -11.27580499795166, "W13": -19.331107189651387, "S13": -32.381250083909634, "W21": -36.115750356599648, "S21": -37.672574230271636, "W22": -50.000000000000007, "S22": -66.025806760512012, "W31": -107.07648800554496, "S31": -107.07648800554496, "W32": -107.07648800554496, "S32": -111.19565874599404 }, "geometry": { "type": "Point", "coordinates": [ 103674.0, 511885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070159445700920628, "S11": 0.070159445700920628, "W12": -8.0479530092879319, "S12": -8.0479530092879319, "W13": -26.504022041897649, "S13": -26.504022041897649, "W21": -33.963073037025396, "S21": -35.034548503112546, "W22": -39.557246046812345, "S22": -44.357063873035315, "W31": -71.351366889930148, "S31": -72.767921227527751, "W32": -96.856995709615902, "S32": -101.8569957096159 }, "geometry": { "type": "Point", "coordinates": [ 103674.333333333328483, 510086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56947854190625824, "S11": 0.56947854190625824, "W12": -15.111881475924861, "S12": -15.111881475924861, "W13": -21.631673698981565, "S13": -25.172793778881953, "W21": -39.477094095708502, "S21": -45.677114255700232, "W22": -48.342472305454237, "S22": -48.342472305454237, "W31": -85.963363853678317, "S31": -85.963363853678317, "W32": -95.622105869566568, "S32": -100.62210586956657 }, "geometry": { "type": "Point", "coordinates": [ 103674.428571428565192, 513934.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79, "S11": 0.79, "W12": -2.9100001, "S12": -2.9100001, "W13": -21.620001, "S13": -23.910001, "W21": -32.41, "S21": -32.639452657350311, "W22": -46.68939991945355, "S22": -46.68939991945355, "W31": -86.090129691097545, "S31": -87.758977787105934, "W32": -96.375453807491681, "S32": -101.37545380749168 }, "geometry": { "type": "Point", "coordinates": [ 103674.7, 506751.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3561220900287261, "S11": 1.3561220900287261, "W12": -9.8086557503642453, "S12": -9.8086557503642453, "W13": -21.581063513031509, "S13": -26.513053984271195, "W21": -38.501506506842837, "S21": -40.891042370959539, "W22": -39.892020604572224, "S22": -40.417044214782116, "W31": -68.868898236188187, "S31": -70.692735602807346, "W32": -95.982715500746878, "S32": -100.98271550074688 }, "geometry": { "type": "Point", "coordinates": [ 103674.857142857144936, 503462.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44653253473126436, "S11": 0.44653253473126436, "W12": -10.0, "S12": -11.147007494097116, "W13": -13.992214779877457, "S13": -18.81948573883486, "W21": -31.204972041866114, "S21": -35.470830126944243, "W22": -38.234655007447756, "S22": -39.484086044121049, "W31": -59.999999999999993, "S31": -60.435820821809557, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 499781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1469708302169033, "S11": 1.9306042544228252, "W12": -11.045554093182417, "S12": -12.045554093182417, "W13": -17.687879701487056, "S13": -20.490996758343243, "W21": -50.798641918188501, "S21": -61.963477583958664, "W22": -36.956865608912757, "S22": -40.88333646193999, "W31": -73.931616095842955, "S31": -73.931616095842955, "W32": -88.800192380730792, "S32": -93.800192380730792 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 500990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41036717062634986, "S11": 0.41036717062634998, "W12": -10.0, "S12": -10.637316263276642, "W13": -15.000000000000002, "S13": -16.795557463427773, "W21": -39.175392282640871, "S21": -45.02243971729721, "W22": -52.958309537407196, "S22": -60.282256817935426, "W31": -100.77347733711048, "S31": -100.77347733711048, "W32": -102.20686416184971, "S32": -107.20686416184971 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 501715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73589919423967087, "S11": -4.2641008057603287, "W12": -10.0, "S12": -14.009782832896299, "W13": -19.516020425999152, "S13": -24.563427278226428, "W21": -35.03030235277086, "S21": -40.128409999218931, "W22": -54.136979427997993, "S22": -64.194930814180339, "W31": -80.387290024202628, "S31": -80.387290024202628, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42461713805590934, "S11": -4.6717875538283877, "W12": -10.0, "S12": -10.0, "W13": -19.047717442691173, "S13": -24.334173171171777, "W21": -33.444711267603516, "S21": -33.588622706717906, "W22": -37.751253884250609, "S22": -41.160512384865115, "W31": -68.375233861336497, "S31": -78.181793474455731, "W32": -87.131191721015469, "S32": -92.131191721015469 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 504676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4124732037824077, "S11": 0.59533410229201311, "W12": -2.6832406119606116, "S12": -18.517387099765184, "W13": -21.133268240966228, "S13": -21.133268240966228, "W21": -34.029441474767651, "S21": -37.721131980542005, "W22": -39.050643102618558, "S22": -50.828350311256216, "W31": -66.467772119199324, "S31": -76.467772119199324, "W32": -99.688932006770429, "S32": -104.68893200677043 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47312538309609742, "S11": 0.47312538309609742, "W12": -0.29338925138651145, "S12": -10.964235433552059, "W13": -20.373345112726422, "S13": -20.373345112726422, "W21": -36.800586450894258, "S21": -38.293063067405136, "W22": -40.926584518974089, "S22": -40.926584518974089, "W31": -70.60155062424171, "S31": -71.90080135159414, "W32": -95.034019589724622, "S32": -100.03401958972462 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 506425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2148732470332948, "S11": 1.2148732470332948, "W12": -10.0, "S12": -12.990515526355347, "W13": -17.716677609980302, "S13": -17.716677609980302, "W21": -34.09710710229902, "S21": -34.09710710229902, "W22": -50.000000000000007, "S22": -54.338758117521259, "W31": -100.0, "S31": -100.0, "W32": -105.22421524663677, "S32": -110.22421524663677 }, "geometry": { "type": "Point", "coordinates": [ 103675.0, 507152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9029411749200329, "S11": 0.9029411749200329, "W12": -5.4837097243715105, "S12": -5.4837097243715105, "W13": -24.93301903805034, "S13": -24.93301903805034, "W21": -34.650179919015727, "S21": -39.165397897560922, "W22": -63.179472146161373, "S22": -63.179472146161373, "W31": -75.175965851858862, "S31": -75.175965851858862, "W32": -87.540567988312631, "S32": -92.540567988312631 }, "geometry": { "type": "Point", "coordinates": [ 103675.5, 505859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081621305238488179, "S11": -0.081621305238488179, "W12": -4.922361434521993, "S12": -4.922361434521993, "W13": -15.069504376805861, "S13": -17.354688504696092, "W21": -30.544406742152962, "S21": -32.753317364266607, "W22": -55.373618275607399, "S22": -55.373618275607399, "W31": -70.0, "S31": -70.538782615349305, "W32": -93.763000444459735, "S32": -98.763000444459735 }, "geometry": { "type": "Point", "coordinates": [ 103675.666666666671517, 498333.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72621804769257159, "S11": 0.72621804769257159, "W12": -9.8424614541430966, "S12": -9.8424614541430966, "W13": -13.46853189590057, "S13": -17.315026011373583, "W21": -37.582675623200942, "S21": -38.315949386185416, "W22": -60.0, "S22": -62.291132752434862, "W31": -91.984241135638783, "S31": -91.984241135638783, "W32": -100.05830261636991, "S32": -105.05830261636991 }, "geometry": { "type": "Point", "coordinates": [ 103676.0, 500117.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2949365152142841, "S11": -0.096139139516478012, "W12": -10.520043983429243, "S12": -10.520043983429243, "W13": -20.211822649880435, "S13": -28.63400558565019, "W21": -40.946362091233603, "S21": -42.740881767159422, "W22": -37.108052621352208, "S22": -38.705092956606265, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103676.083333333328483, 513080.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3459553209278543, "S11": -0.3459553209278543, "W12": -6.3919052319842056, "S12": -7.7082960909282559, "W13": -20.844381459265875, "S13": -20.844381459265875, "W21": -32.405409641082144, "S21": -32.405409641082144, "W22": -32.044403297932021, "S22": -39.284786176747261, "W31": -71.869532141498667, "S31": -80.194746549731946, "W32": -85.171769195891073, "S32": -90.171769195891073 }, "geometry": { "type": "Point", "coordinates": [ 103676.5, 507808.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5899093289246498, "S11": 3.5899093289246498, "W12": -10.338969072164947, "S12": -10.338969072164947, "W13": -15.122101803967322, "S13": -18.272427540179208, "W21": -39.576751015437139, "S21": -39.576751015437139, "W22": -39.811295346336983, "S22": -47.027376935321413, "W31": -66.852173358685292, "S31": -72.791375455273595, "W32": -95.496917639735344, "S32": -100.49691763973534 }, "geometry": { "type": "Point", "coordinates": [ 103676.6, 500418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76764376277507829, "S11": -0.76764376277507829, "W12": -5.0, "S12": -10.238962869653889, "W13": -20.502783566537669, "S13": -20.502783566537669, "W21": -35.372026209652887, "S21": -35.372026209652887, "W22": -38.481163870313658, "S22": -50.705523580891352, "W31": -66.291916560270053, "S31": -76.482027057507622, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103676.875, 508522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50321601271438587, "S11": 0.50321601271438587, "W12": -10.779357629148278, "S12": -10.779357629148278, "W13": -22.272053877143431, "S13": -22.272053877143431, "W21": -36.021228166526456, "S21": -36.021228166526456, "W22": -40.094314493902175, "S22": -46.661210518366616, "W31": -60.0, "S31": -66.370683923796832, "W32": -82.387055907698155, "S32": -87.387055907698155 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 504970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8407400535559737, "S11": 0.8407400535559737, "W12": -0.10169212938571112, "S12": -16.61164668196178, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -35.308773398695756, "S21": -39.259041253902154, "W22": -60.0, "S22": -62.114493818483432, "W31": -90.804202363830186, "S31": -90.804202363830186, "W32": -99.195688572624974, "S32": -104.19568857262497 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47007423551045413, "S11": 0.47007423551045413, "W12": -1.0650162277983652, "S12": -15.372114803589779, "W13": -20.267937148128599, "S13": -20.267937148128599, "W21": -36.32317206865789, "S21": -38.201086485124023, "W22": -37.615471928666501, "S22": -38.82825136571897, "W31": -65.801911782404815, "S31": -74.982933418974952, "W32": -99.80383779831908, "S32": -104.80383779831908 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 506399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1349016339303972, "S12": -19.56033463613602, "W13": -19.56033463613602, "S13": -19.56033463613602, "W21": -32.59890823052595, "S21": -32.59890823052595, "W22": -60.0, "S22": -61.930885447273141, "W31": -90.0, "S31": -90.0, "W32": -98.489804460922073, "S32": -103.48980446092207 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 507421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3200173238739481, "S11": 1.8731881285404155, "W12": -5.5485784345557319, "S12": -20.48584669358824, "W13": -24.803892974763258, "S13": -25.303892974763258, "W21": -34.80958449350063, "S21": -34.80958449350063, "W22": -67.40437885176776, "S22": -70.676542126540184, "W31": -80.354412008410563, "S31": -86.863306544624038, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 509536.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071844669360625377, "S11": -0.071844669360625377, "W12": -10.402672878487667, "S12": -27.743540420452103, "W13": -35.0, "S13": -35.0, "W21": -38.729650153472662, "S21": -38.729650153472662, "W22": -46.76715084456594, "S22": -46.76715084456594, "W31": -79.134751086446741, "S31": -79.134751086446741, "W32": -99.679811592105537, "S32": -104.67981159210554 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 511001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19787426577833964, "S11": 0.19787426577833964, "W12": -10.217746825071693, "S12": -13.363415905254048, "W13": -21.859820359281436, "S13": -30.547075367992235, "W21": -36.941523788886279, "S21": -37.307774810424199, "W22": -60.0, "S22": -61.150038860348644, "W31": -89.768184445880081, "S31": -89.768184445880081, "W32": -98.096996813774979, "S32": -103.09699681377498 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 511626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93609923694618669, "S11": 0.93609923694618669, "W12": -14.964780064759237, "S12": -14.964780064759237, "W13": -21.909453418637263, "S13": -22.605908335890049, "W21": -43.127018732623334, "S21": -45.779140664858311, "W22": -60.035088781275149, "S22": -60.035088781275149, "W31": -89.040432550073263, "S31": -89.040432550073263, "W32": -96.599362755067801, "S32": -101.5993627550678 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 514467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086287293294762812, "S11": -0.10971457256528808, "W12": -12.14543164083004, "S12": -12.14543164083004, "W13": -21.672337762604254, "S13": -23.516111586012183, "W21": -43.312525200355928, "S21": -43.312525200355928, "W22": -50.0, "S22": -69.853679842760428, "W31": -106.19957164454895, "S31": -106.19957164454895, "W32": -108.66187726601315, "S32": -113.66187726601315 }, "geometry": { "type": "Point", "coordinates": [ 103677.0, 514813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7823139762389868, "S12": -5.7823139762389868, "W13": -20.0, "S13": -20.0, "W21": -43.601111604159485, "S21": -44.494998647898065, "W22": -48.181639135147762, "S22": -55.31709924079135, "W31": -103.47394521125912, "S31": -103.47394521125912, "W32": -103.66596820809249, "S32": -108.66596820809249 }, "geometry": { "type": "Point", "coordinates": [ 103677.636363636367605, 519583.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10138770514374183, "S11": 0.10138770514374183, "W12": -10.0, "S12": -14.629766024863944, "W13": -25.805161205515837, "S13": -25.951188112214052, "W21": -37.596356984952138, "S21": -37.596356984952138, "W22": -50.290420941465712, "S22": -50.290420941465712, "W31": -87.320704227057504, "S31": -87.320704227057504, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103677.666666666671517, 511420.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021773485513608387, "S11": -0.021773485513608387, "W12": -4.9311000304785129, "S12": -4.9311000304785129, "W13": -15.060007350779182, "S13": -17.114103839503134, "W21": -30.0, "S21": -32.49103504482477, "W22": -41.449270422378845, "S22": -44.14088459002383, "W31": -76.135644967833386, "S31": -80.222892168234523, "W32": -98.166591595348905, "S32": -103.1665915953489 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 498377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87449249095367432, "S11": 0.87449249095367432, "W12": -5.5999402472843949, "S12": -8.0187449713740104, "W13": -25.000000000000004, "S13": -25.675504751787596, "W21": -34.598142396505459, "S21": -40.529316239737511, "W22": -33.392149987283688, "S22": -40.840903576395036, "W31": -74.043884035162009, "S31": -78.73508138490179, "W32": -86.124245481054572, "S32": -91.124245481054572 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 505837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82956804300527354, "S11": 0.82956804300527354, "W12": -0.09963439047516473, "S12": -16.588614679481612, "W13": -20.014139366613765, "S13": -20.014139366613765, "W21": -35.314223357642049, "S21": -39.27316668511947, "W22": -39.899548341391444, "S22": -42.018628430655021, "W31": -60.0, "S31": -64.900121271580204, "W32": -87.750927827162698, "S32": -92.750927827162698 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.179286120834738, "S11": 0.96834952111797046, "W12": -4.0318530706908655, "S12": -17.803213405175004, "W13": -21.285173292939632, "S13": -21.38725332463536, "W21": -36.634031800724223, "S21": -36.634031800724223, "W22": -60.338014527845182, "S22": -60.338014527845182, "W31": -88.312680654265691, "S31": -88.312680654265691, "W32": -95.101728696358862, "S32": -100.10172869635886 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 506967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77739689325177785, "S11": -0.77739689325177785, "W12": -5.0, "S12": -10.777697798572373, "W13": -20.465540339386731, "S13": -20.465540339386731, "W21": -35.319585992706109, "S21": -35.319585992706109, "W22": -62.605358365896201, "S22": -62.605358365896201, "W31": -74.838867333712471, "S31": -74.838867333712471, "W32": -87.605157520700132, "S32": -92.605157520700132 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5812916056680302, "S11": 2.2752940536484463, "W12": -5.0, "S12": -5.0, "W13": -24.067411295755235, "S13": -24.141524030619433, "W21": -35.782034603259604, "S21": -35.840858132671372, "W22": -35.311159973532845, "S22": -38.26115100592078, "W31": -74.369384414468357, "S31": -76.863075167182828, "W32": -87.550202662793097, "S32": -92.550202662793097 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 509205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069565537086050552, "S11": 0.069565537086050552, "W12": -10.894584186808686, "S12": -10.894584186808686, "W13": -19.696136386013009, "S13": -33.267590617942886, "W21": -36.411816944463723, "S21": -37.512295539498481, "W22": -48.533484361401499, "S22": -50.004435172509105, "W31": -86.157734797105689, "S31": -86.157734797105689, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.0, 511793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7799982301643427, "S12": -5.7799982301643427, "W13": -20.0, "S13": -20.0, "W21": -43.71438808752427, "S21": -43.71438808752427, "W22": -60.655196650092762, "S22": -60.655196650092762, "W31": -87.584928758458872, "S31": -87.584928758458872, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103678.1, 519687.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30862351692855516, "S11": 0.30862351692855516, "W12": -2.0042443723086549, "S12": -17.476205756498111, "W13": -21.230609467629769, "S13": -21.230609467629769, "W21": -34.361135523579371, "S21": -34.361135523579371, "W22": -67.019910083493897, "S22": -67.337980878852377, "W31": -79.976127671521851, "S31": -93.012031988368193, "W32": -95.818676337262019, "S32": -100.81867633726202 }, "geometry": { "type": "Point", "coordinates": [ 103678.333333333328483, 506790.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5876225314335457, "S11": 0.5876225314335457, "W12": -1.4167608432999848, "S12": -19.792661094389363, "W13": -21.694150130932208, "S13": -22.182524259356342, "W21": -39.948437600220707, "S21": -41.071011156563031, "W22": -60.0, "S22": -62.159365047885949, "W31": -79.987940782521349, "S31": -79.987940782521349, "W32": -95.492293744333651, "S32": -100.49229374433365 }, "geometry": { "type": "Point", "coordinates": [ 103679.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84758885098146886, "S11": -0.84758885098146886, "W12": -5.0, "S12": -14.939415751904505, "W13": -20.198630544805006, "S13": -20.198630544805006, "W21": -34.989535999500866, "S21": -34.989535999500866, "W22": -50.319717503340335, "S22": -53.465630600415267, "W31": -80.0, "S31": -80.0, "W32": -93.528951800465151, "S32": -98.528951800465151 }, "geometry": { "type": "Point", "coordinates": [ 103679.0, 508473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1236951561604018, "S11": 0.1236951561604018, "W12": -10.616403113478082, "S12": -11.597184448713699, "W13": -20.0, "S13": -31.872395459117691, "W21": -36.628820734127032, "S21": -37.414296561123393, "W22": -49.726787553447146, "S22": -52.966295509238705, "W31": -80.002619071963878, "S31": -80.002619071963878, "W32": -92.483485489497525, "S32": -97.483485489497525 }, "geometry": { "type": "Point", "coordinates": [ 103679.0, 511725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47952986848298268, "S11": -4.0305285618908142, "W12": -10.0, "S12": -10.0, "W13": -19.770348528981295, "S13": -21.850957248882622, "W21": -33.647792883656599, "S21": -33.647792883656599, "W22": -38.351006803467577, "S22": -42.994669521787323, "W31": -64.199779249448127, "S31": -64.540445611839729, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103679.5, 504754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44874968637618129, "S11": 0.44874968637618129, "W12": -9.3338779562164564, "S12": -9.6162553245009104, "W13": -13.24453635563167, "S13": -17.117756271781492, "W21": -36.377269446448537, "S21": -39.074689305713591, "W22": -37.56815448583658, "S22": -39.128573904149739, "W31": -68.458972608985661, "S31": -74.640921033054425, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 500054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.779982316503286, "W21": -39.199528407169431, "S21": -45.803817103357794, "W22": -36.366998607986517, "S22": -40.175775555072235, "W31": -75.474667134652066, "S31": -80.474667134652066, "W32": -88.061150014759832, "S32": -93.061150014759832 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 502625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4558521560574955, "W12": -10.411330049261084, "S12": -16.86934834174442, "W13": -19.905248604499896, "S13": -24.596218180374819, "W21": -37.13395304118341, "S21": -40.443515287892723, "W22": -39.076493374857975, "S22": -46.580818958830555, "W31": -64.190903625985598, "S31": -74.051479815505772, "W32": -89.477046852815917, "S32": -94.477046852815917 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 504397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63537720889294491, "S11": 0.63537720889294491, "W12": -11.245377333210515, "S12": -11.245377333210515, "W13": -22.617505746791092, "S13": -22.617505746791092, "W21": -36.874352542895338, "S21": -36.874352542895338, "W22": -36.080697654755753, "S22": -40.00021750668288, "W31": -75.546717340378905, "S31": -80.111657917628449, "W32": -88.098043840896239, "S32": -93.098043840896239 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 505045.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84764400797913142, "S11": 0.84764400797913142, "W12": -4.1322128041013384, "S12": -19.602455764075348, "W13": -19.602455764075348, "S13": -19.602455764075348, "W21": -32.480713853089732, "S21": -32.480713853089732, "W22": -50.0, "S22": -73.542877906976742, "W31": -106.01925079791702, "S31": -106.01925079791702, "W32": -109.07613804216463, "S32": -114.07613804216463 }, "geometry": { "type": "Point", "coordinates": [ 103680.0, 507386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6697558314656304, "S11": 0.95522476534953915, "W12": -10.087890415080562, "S12": -10.087890415080562, "W13": -15.452818527941744, "S13": -15.881423424439527, "W21": -40.875647668394748, "S21": -52.721713804381153, "W22": -57.086828161325066, "S22": -57.086828161325066, "W31": -83.075360373092153, "S31": -83.075360373092153, "W32": -93.501682414641664, "S32": -98.501682414641664 }, "geometry": { "type": "Point", "coordinates": [ 103680.333333333328483, 501553.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22197769040654625, "S11": -0.22197769040654625, "W12": -4.5100197984158523, "S12": -4.5100197984158523, "W13": -19.932877964151665, "S13": -19.932877964151665, "W21": -32.373491511427204, "S21": -32.373491511427204, "W22": -39.93159760405468, "S22": -47.782036325475289, "W31": -66.814194474445543, "S31": -72.910167067236941, "W32": -95.648174178455591, "S32": -100.64817417845559 }, "geometry": { "type": "Point", "coordinates": [ 103680.333333333328483, 507749.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -39.571605666333568, "S22": -51.462379912462339, "W31": -62.862081777461086, "S31": -70.981461066762833, "W32": -78.642597866899308, "S32": -83.642597866899308 }, "geometry": { "type": "Point", "coordinates": [ 103680.346938775503077, 524947.91836734698154 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2804339020283271, "S11": 3.2804339020283271, "W12": -10.134175257731959, "S12": -10.134175257731959, "W13": -14.638853329044709, "S13": -17.483702388265272, "W21": -39.104597501867637, "S21": -39.104597501867637, "W22": -50.0, "S22": -73.590722254844394, "W31": -105.65626574836216, "S31": -105.65626574836216, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103680.5, 500360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.058429347635117, "S11": 1.058429347635117, "W12": -5.4474482526161605, "S12": -5.4474482526161605, "W13": -24.891765635331602, "S13": -24.891765635331602, "W21": -34.713724385411368, "S21": -38.946690630154578, "W22": -53.167125670387016, "S22": -58.914508145744477, "W31": -100.0, "S31": -100.0, "W32": -101.80205348704993, "S32": -106.80205348704993 }, "geometry": { "type": "Point", "coordinates": [ 103680.666666666671517, 505867.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8149403820832193, "S12": -5.8149403820832193, "W13": -20.0, "S13": -21.347832195281573, "W21": -43.652144220819793, "S21": -46.664897384073186, "W22": -38.779867857312979, "S22": -40.177592282797875, "W31": -61.76186773178749, "S31": -64.76186773178749, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103680.857142857144936, 518720.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45012533354896095, "S11": 0.45012533354896095, "W12": -10.0, "S12": -10.875672552630629, "W13": -14.904585460830866, "S13": -18.573757712234595, "W21": -30.0, "S21": -30.364611872146121, "W22": -47.385936516633485, "S22": -47.385936516633485, "W31": -73.455778599095183, "S31": -73.940803392483616, "W32": -96.78715044797363, "S32": -101.78715044797363 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 499678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0351230272297816, "S11": 3.0351230272297816, "W12": -10.0, "S12": -10.0, "W13": -14.307896429720167, "S13": -16.964343195935321, "W21": -38.800088990420534, "S21": -41.053541861755647, "W22": -47.23221296708298, "S22": -47.23221296708298, "W31": -75.200599229465183, "S31": -75.200599229465183, "W32": -97.474297407918456, "S32": -102.47429740791846 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 500322.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.591681602530311, "S12": -10.591681602530311, "W13": -15.695347708521114, "S13": -19.462083395270941, "W21": -39.217466598587357, "S21": -42.217466598587357, "W22": -44.649570761674141, "S22": -45.945402688100344, "W31": -80.0, "S31": -80.158147512864517, "W32": -97.063137895992583, "S32": -102.06313789599258 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 501952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.453843570549143, "S11": 0.67109452099161881, "W12": -4.9999999999999991, "S12": -15.091372715681942, "W13": -21.53117886722988, "S13": -21.53117886722988, "W21": -35.023180158538487, "S21": -38.273919411676076, "W22": -34.060001, "S22": -38.751169502799343, "W31": -70.032093952073041, "S31": -79.049135448155127, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 506053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83565323021463733, "S11": -0.16434676978536267, "W12": -0.16434676978536267, "S12": -15.0, "W13": -20.520854790813353, "S13": -20.520854790813353, "W21": -34.095550081573379, "S21": -39.095550081573379, "W22": -32.079146955999754, "S22": -39.530837432953305, "W31": -72.230173069608213, "S31": -80.086776843193121, "W32": -85.286551546953177, "S32": -90.286551546953177 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37431969777466911, "S11": 0.37431969777466911, "W12": -10.0, "S12": -10.0, "W13": -20.338570549134289, "S13": -20.340345142156146, "W21": -32.863917580474627, "S21": -32.863917580474627, "W22": -50.000000000000007, "S22": -52.439298137390985, "W31": -68.757498863779105, "S31": -68.757498863779105, "W32": -90.630258736650646, "S32": -95.630258736650646 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 507090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48866785055382422, "S11": -0.48866785055382422, "W12": -8.8860885014254443, "S12": -10.937196906452122, "W13": -21.797920589086196, "S13": -21.797920589086196, "W21": -32.417267630640168, "S21": -32.417267630640168, "W22": -39.02120066039889, "S22": -51.070581416194379, "W31": -66.423536901894607, "S31": -76.437084273345789, "W32": -99.784502332493901, "S32": -104.7845023324939 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 507869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56416024653312791, "S11": 0.31416024653312791, "W12": -5.8604555685686419, "S12": -10.492745140529973, "W13": -25.0, "S13": -28.0, "W21": -37.312511057185858, "S21": -37.31587785444345, "W22": -38.01127815281049, "S22": -43.957608137423975, "W31": -66.122149746699677, "S31": -76.472460911446177, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22962668529778313, "S11": -0.22962668529778313, "W12": -10.0, "S12": -23.874023599800566, "W13": -30.0, "S13": -30.0, "W21": -38.592909627247771, "S21": -38.592909627247771, "W22": -35.413601898590663, "S22": -37.08399330685338, "W31": -70.0, "S31": -78.016631019986733, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.0, 511077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032494179948956016, "S11": 0.032494179948956016, "W12": -11.429183491108514, "S12": -11.429183491108514, "W13": -19.225131063012586, "S13": -21.929207759436967, "W21": -37.92507682991495, "S21": -39.510825585984627, "W22": -38.889506945994718, "S22": -41.045426369807458, "W31": -70.0, "S31": -70.0, "W32": -89.347347879386362, "S32": -94.347347879386362 }, "geometry": { "type": "Point", "coordinates": [ 103681.142857142855064, 512712.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5023047281357762, "S11": 0.5023047281357762, "W12": -8.6797622217217132, "S12": -9.515922984369297, "W13": -11.642823763070171, "S13": -13.219808586004158, "W21": -30.0, "S21": -31.149039580907875, "W22": -37.595483195717705, "S22": -38.747965367279498, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103681.2, 499551.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74949561003926113, "S11": 0.053777377995062214, "W12": 0.0, "S12": -15.0, "W13": -20.357120144382758, "S13": -20.357120144382758, "W21": -34.467066696984197, "S21": -39.168305120650892, "W22": -39.45710145157836, "S22": -51.743947417348529, "W31": -63.12021864138142, "S31": -71.632771372246964, "W32": -80.859687991736422, "S32": -85.859687991736422 }, "geometry": { "type": "Point", "coordinates": [ 103681.5, 506201.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46226929101682207, "S11": 0.46226929101682207, "W12": -2.0472234184461016, "S12": -7.7385113550053948, "W13": -20.0, "S13": -20.0, "W21": -37.422340543651679, "S21": -40.274076722539974, "W22": -36.037370816213752, "S22": -39.561314898912229, "W31": -74.899489203695438, "S31": -74.899489203695438, "W32": -88.643007458199691, "S32": -93.643007458199691 }, "geometry": { "type": "Point", "coordinates": [ 103682.0, 506333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5141008956594968, "S11": 1.4981646406794171, "W12": -5.0, "S12": -5.0, "W13": -22.923593331348666, "S13": -22.923593331348666, "W21": -36.310982636629902, "S21": -36.559448894298612, "W22": -51.027091071611601, "S22": -52.146776158921625, "W31": -94.30914285105159, "S31": -94.30914285105159, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103682.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7742586279928174, "S12": -5.7742586279928174, "W13": -20.0, "S13": -20.0, "W21": -43.672333517819837, "S21": -44.468443390022969, "W22": -50.23532397038867, "S22": -58.199337994146795, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103682.454545454544132, 519631.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7789615846338536, "S11": 1.7789615846338536, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.305752758462003, "W21": -40.0, "S21": -44.803902525280407, "W22": -53.611404717189103, "S22": -53.611404717189103, "W31": -85.851905715257061, "S31": -85.851905715257061, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 502498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66598029285814964, "S11": 0.66598029285814964, "W12": -11.631075356241276, "S12": -11.631075356241276, "W13": -23.099210136160181, "S13": -23.099210136160181, "W21": -36.756965285364366, "S21": -36.759053827031032, "W22": -34.769581562879566, "S22": -37.439800092769396, "W31": -69.999999999999986, "S31": -78.546352975883167, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 505116.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0284260515603798, "S11": 0.91974376661905044, "W12": -14.814141414141039, "S12": -15.960030962620614, "W13": -22.433105536631281, "S13": -25.702452010923221, "W21": -34.656031417383538, "S21": -42.573452751903922, "W22": -46.902226524685389, "S22": -54.296446241144963, "W31": -67.896351539352253, "S31": -68.575058853729985, "W32": -91.896031542889503, "S32": -96.896031542889503 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34033856826375436, "S11": 0.34033856826375436, "W12": -10.0, "S12": -10.0, "W13": -20.538868313953117, "S13": -20.540681380536423, "W21": -32.930213126707308, "S21": -32.930213126707308, "W22": -46.530323061390419, "S22": -46.530323061390419, "W31": -79.53593944363692, "S31": -79.53593944363692, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88110457790055885, "S11": 0.88110457790055874, "W12": -9.2458117428178337, "S12": -23.949756930864147, "W13": -23.949756930864147, "S13": -23.949756930864147, "W21": -33.536777553370534, "S21": -33.536777553370534, "W22": -47.893536495453432, "S22": -53.76924122028678, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 507235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5154130873132043, "S11": 2.1482160248897033, "W12": -5.0057565002245905, "S12": -5.5811923084564707, "W13": -24.201014831888457, "S13": -24.506729863203851, "W21": -34.706089507799888, "S21": -34.706089507799888, "W22": -49.127007881821697, "S22": -49.127007881821697, "W31": -85.797327962534752, "S31": -85.797327962534752, "W32": -95.839761946263422, "S32": -100.83976194626342 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 509220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.018181955511915093, "S11": -0.018181955511915093, "W12": -9.4377507836698538, "S12": -21.972962051275488, "W13": -35.0, "S13": -35.0, "W21": -38.79171947398622, "S21": -38.79171947398622, "W22": -40.540615403517286, "S22": -40.540615403517286, "W31": -68.52465642683913, "S31": -70.84373498090234, "W32": -93.598348477055822, "S32": -98.598348477055822 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 510971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066571245137656249, "S11": -0.066571245137656249, "W12": -9.6393652678932469, "S12": -25.998597974733009, "W13": -35.0, "S13": -35.0, "W21": -38.747189455677734, "S21": -38.747189455677734, "W22": -41.111184008523409, "S22": -41.111184008523409, "W31": -70.947626315995464, "S31": -71.813514483067323, "W32": -95.124095176492332, "S32": -100.12409517649233 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 510995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17280927771564825, "S11": -0.17280927771564825, "W12": -10.0, "S12": -19.849419896321898, "W13": -28.119635312430511, "S13": -28.119635312430511, "W21": -38.062429479449584, "S21": -38.062429479449584, "W22": -39.609442947040378, "S22": -51.44632151264755, "W31": -62.878500950656388, "S31": -70.905191365383743, "W32": -78.594691281998635, "S32": -83.594691281998635 }, "geometry": { "type": "Point", "coordinates": [ 103683.0, 511275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64966411920365474, "S11": 0.64966411920365474, "W12": -11.760447601523387, "S12": -11.793103426789299, "W13": -23.317466956478565, "S13": -23.785411655205667, "W21": -36.582157169670353, "S21": -36.779937000141992, "W22": -50.0, "S22": -50.0, "W31": -102.76557237255825, "S31": -102.76557237255825, "W32": -109.65817333572582, "S32": -114.65817333572582 }, "geometry": { "type": "Point", "coordinates": [ 103683.5, 505141.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3864345568018156, "S11": 0.3864345568018156, "W12": -13.20896175245827, "S12": -13.20896175245827, "W13": -21.769178319848841, "S13": -23.172547290862958, "W21": -43.316671227462074, "S21": -43.887421944621579, "W22": -48.887005649717509, "S22": -48.887005649717509, "W31": -85.7461662177422, "S31": -85.7461662177422, "W32": -95.694653945002841, "S32": -100.69465394500284 }, "geometry": { "type": "Point", "coordinates": [ 103683.5, 514669.5 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8508969709238841, "S11": 3.1404899297368898, "W12": -10.725065993656424, "S12": -10.725065993656424, "W13": -18.070497883495502, "S13": -20.502964665702308, "W21": -38.65109049255441, "S21": -48.77621130335816, "W22": -43.385756201019909, "S22": -43.385756201019909, "W31": -75.730741002637586, "S31": -76.682294513772646, "W32": -97.334709037816225, "S32": -102.33470903781622 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 500686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7218150770215945, "S11": 0.9599602171840258, "W12": -10.009495173286913, "S12": -10.009495173286913, "W13": -15.472933470470416, "S13": -15.850673651942731, "W21": -40.80595019221127, "S21": -52.609515276160081, "W22": -40.0, "S22": -54.060598816408891, "W31": -63.697048814640702, "S31": -73.178379872661182, "W32": -86.504404396314854, "S32": -91.504404396314854 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53294339622641507, "S11": 0.53294339622641507, "W12": -13.220026109660575, "S12": -22.112228634383719, "W13": -25.0, "S13": -28.796545421222529, "W21": -39.923246948481292, "S21": -40.423618099894199, "W22": -37.573242468460258, "S22": -40.637407380995768, "W31": -74.62686550233839, "S31": -78.081633535485835, "W32": -87.773450863545918, "S32": -92.773450863545918 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 503966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0271174077487946, "S11": -1.9728825922512054, "W12": -13.583742197706488, "S12": -13.583742197706488, "W13": -20.0, "S13": -23.267720306513411, "W21": -38.460368530478661, "S21": -44.291566593330749, "W22": -39.86367005949225, "S22": -48.468416780507077, "W31": -66.758757979003803, "S31": -73.118185588431189, "W32": -95.899448454970909, "S32": -100.89944845497091 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 505467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0639739539578574, "S11": 1.0639739539578574, "W12": -5.5438186581685738, "S12": -5.9077974812189948, "W13": -25.0, "S13": -25.324443045539535, "W21": -34.67985957778945, "S21": -40.120648161807772, "W22": -53.141333195854855, "S22": -53.141333195854855, "W31": -86.260472934687826, "S31": -86.260472934687826, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3972008968278928, "S11": 0.59589913924315263, "W12": -3.2496522948537616, "S12": -18.24965229485376, "W13": -21.336346449789911, "S13": -21.336346449789911, "W21": -34.31064297800085, "S21": -38.022705084896351, "W22": -50.0, "S22": -62.05390920554855, "W31": -106.57095337833766, "S31": -106.57095337833766, "W32": -106.57095337833766, "S32": -110.19317975693815 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86964668267990008, "S11": 0.58677375450310443, "W12": 0.0, "S12": -15.358679149484106, "W13": -20.222603373425237, "S13": -20.222603373425237, "W21": -34.849483230287611, "S21": -39.269311022163045, "W22": -60.0, "S22": -60.951650760984286, "W31": -81.537191093711769, "S31": -81.537191093711769, "W32": -90.599023468397405, "S32": -95.599023468397405 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 506223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48082135803309944, "S11": 0.48082135803309944, "W12": 0.0, "S12": -7.4239188049486149, "W13": -20.433494904754312, "S13": -20.433494904754312, "W21": -37.00908166645754, "S21": -38.515355994000778, "W22": -44.803623581903466, "S22": -46.009931221464967, "W31": -80.0, "S31": -80.0, "W32": -97.247657295850061, "S32": -102.24765729585006 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96492496547491169, "S11": 0.96492496547491169, "W12": -4.0903855783675516, "S12": -19.588773254261341, "W13": -19.588773254261341, "S13": -19.588773254261341, "W21": -32.434324719948378, "S21": -32.434324719948378, "W22": -43.376409160177147, "S22": -45.223360401956057, "W31": -80.0, "S31": -80.915647921760353, "W32": -97.608138558741672, "S32": -102.60813855874167 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 507373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13280348104076023, "S11": 0.13280348104076023, "W12": -8.6154808199636523, "S12": -8.6154808199636523, "W13": -32.542084208024718, "S13": -32.542084208024718, "W21": -40.0, "S21": -40.0, "W22": -33.975756109732856, "S22": -40.789649539684284, "W31": -73.880052662375661, "S31": -78.555375648589134, "W32": -86.281157505658982, "S32": -91.281157505658982 }, "geometry": { "type": "Point", "coordinates": [ 103684.0, 510738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7698437338991688, "S12": -5.7698437338991688, "W13": -19.983173282628087, "S13": -19.983173282628087, "W21": -43.73865138060367, "S21": -43.73865138060367, "W22": -34.13624270647594, "S22": -40.726002607929694, "W31": -74.027157038800667, "S31": -78.437848099235936, "W32": -86.586644556347466, "S32": -91.586644556347466 }, "geometry": { "type": "Point", "coordinates": [ 103684.422222222216078, 519736.622222222213168 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19, "S11": 0.19, "W12": -1.71, "S12": -21.11, "W13": -21.120001, "S13": -21.120001, "W21": -34.91, "S21": -34.91, "W22": -39.962676218590403, "S22": -41.37674512753216, "W31": -60.823228240366475, "S31": -65.434123606156987, "W32": -88.441770083049846, "S32": -93.441770083049846 }, "geometry": { "type": "Point", "coordinates": [ 103684.8, 506803.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7774545810830471, "S11": 0.7774545810830471, "W12": -8.1135642165195492, "S12": -9.0894964974621253, "W13": -11.974189069028101, "S13": -14.11385293457432, "W21": -30.0, "S21": -31.658469150174621, "W22": -40.0, "S22": -41.054142739950777, "W31": -61.732686607383457, "S31": -66.105916928003708, "W32": -88.972852011630778, "S32": -93.972852011630778 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 499465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55981869611226831, "S11": 0.55981869611226831, "W12": -3.3589077628184989, "S12": -11.687033772866627, "W13": -21.887602980323052, "S13": -22.004916767961731, "W21": -37.687633724366812, "S21": -37.687633724366812, "W22": -60.707908788250549, "S22": -60.707908788250549, "W31": -70.0, "S31": -70.767387720200304, "W32": -88.538651995526834, "S32": -93.538651995526834 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 506941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90837531233696223, "S11": 0.66038768997634156, "W12": -4.3771439003350538, "S12": -17.216449883795164, "W13": -21.752614426454642, "S13": -21.832788426148014, "W21": -35.312247793619186, "S21": -35.312247793619186, "W22": -39.639007916347218, "S22": -42.945311689185672, "W31": -66.92434538624174, "S31": -71.504033108254077, "W32": -94.489943271253878, "S32": -99.489943271253878 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82206949879318147, "S11": -0.82206949879318147, "W12": -12.326564378466413, "S12": -16.119469396639552, "W13": -20.0, "S13": -20.0, "W21": -33.583563336551471, "S21": -33.583563336551471, "W22": -36.973592413556602, "S22": -37.024087934549343, "W31": -68.848681484468059, "S31": -74.373056438373638, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 508094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24611013753916416, "S11": -2.0649876885595724, "W12": -5.0, "S12": -5.0, "W13": -21.644909199166449, "S13": -21.644909199166449, "W21": -36.283297357355565, "S21": -37.326808235074992, "W22": -61.294109506730933, "S22": -61.294109506730933, "W31": -86.558268439487307, "S31": -86.558268439487307, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 508706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.631582857079656, "S12": -15.512838181490881, "W13": -29.144579978575624, "S13": -29.144579978575624, "W21": -40.0, "S21": -40.0, "W22": -36.155050183119954, "S22": -39.332119146500816, "W31": -76.014278125664518, "S31": -76.014278125664518, "W32": -88.480460842274809, "S32": -93.480460842274809 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 510504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.04498514816409515, "S11": -0.04498514816409515, "W12": -11.695725763814941, "S12": -11.695725763814941, "W13": -18.957386353542319, "S13": -19.916870674340345, "W21": -36.980576880227986, "S21": -38.327268725241275, "W22": -61.915510261372908, "S22": -61.915510261372908, "W31": -85.516373652531712, "S31": -85.758221701218943, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103685.0, 512600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63275625057525187, "S11": 0.63275625057525187, "W12": -6.2184092902794603, "S12": -6.6909509880638769, "W13": -14.773976702932179, "S13": -17.806554223360774, "W21": -30.0, "S21": -33.0, "W22": -48.064288819298866, "S22": -48.064288819298866, "W31": -86.518746932417145, "S31": -86.518746932417145, "W32": -95.406977875646547, "S32": -100.40697787564655 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 499218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3441603458654736, "S11": 2.9486133631833837, "W12": -10.795997209053823, "S12": -10.795997209053823, "W13": -17.94667160853372, "S13": -20.515018096828062, "W21": -43.179059422588551, "S21": -54.491587176422172, "W22": -38.00261995661252, "S22": -42.253194130890328, "W31": -63.457334749806435, "S31": -63.759388606492863, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 500758.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86834713139848241, "S11": -0.13165286860151693, "W12": -9.3333992252850031, "S12": -24.586372035834767, "W13": -24.586372035834767, "S13": -24.586372035834767, "W21": -33.536411449042191, "S21": -33.536411449042191, "W22": -41.852351954126647, "S22": -43.984682401267882, "W31": -77.10718569403555, "S31": -81.099764667794531, "W32": -97.927114091720455, "S32": -102.92711409172045 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 507233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27644595602359273, "S11": -0.27644595602359273, "W12": -10.0, "S12": -22.538779731127192, "W13": -34.323175444407639, "S13": -34.323175444407639, "W21": -39.002835044349737, "S21": -39.002835044349737, "W22": -35.809724857370654, "S22": -39.194706647460045, "W31": -74.939557594993872, "S31": -74.939557594993872, "W32": -88.622785789453431, "S32": -93.622785789453431 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10046179119950001, "S11": 0.10046179119950001, "W12": -10.774240065546907, "S12": -10.774240065546907, "W13": -19.679710384210487, "S13": -32.778036293105444, "W21": -36.501906374721351, "S21": -37.395134386790446, "W22": -38.034520867121927, "S22": -44.358170066144467, "W31": -66.093637151010569, "S31": -76.441018592754389, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103686.0, 511767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3389119296409371, "S11": -1.3389119296409371, "W12": -11.851849148418941, "S12": -11.851849148418941, "W13": -17.614727771249733, "S13": -22.810870084000005, "W21": -36.578938305538031, "S21": -40.02615143478576, "W22": -39.852670591781212, "S22": -49.852670591781212, "W31": -61.979900272465862, "S31": -69.41931310913057, "W32": -78.553033382085033, "S32": -83.553033382085033 }, "geometry": { "type": "Point", "coordinates": [ 103686.666666666671517, 502190.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44144088042481405, "S11": 0.44144088042481405, "W12": -9.4658001047355427, "S12": -10.231382621911404, "W13": -13.135715843639684, "S13": -14.94494059825622, "W21": -34.289132332105133, "S21": -38.578492405263937, "W22": -50.0, "S22": -65.079712860724911, "W31": -100.0, "S31": -100.0, "W32": -103.44357638888869, "S32": -108.44357638888869 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 499944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0956380265587899, "S11": 1.0956380265587899, "W12": -9.8872181266286887, "S12": -9.8872181266286887, "W13": -21.941631195263955, "S13": -26.499904878632613, "W21": -38.618929689723885, "S21": -40.643999057164422, "W22": -50.0, "S22": -64.475164970075198, "W31": -103.73598659322353, "S31": -103.73598659322353, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 503492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95110447191940484, "S11": -2.0488955280805952, "W12": -12.94026709246625, "S12": -12.94026709246625, "W13": -20.0, "S13": -23.133089507457107, "W21": -38.122136202598085, "S21": -43.036870866092194, "W22": -50.0, "S22": -49.999999999999993, "W31": -105.27031376378243, "S31": -105.27031376378243, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 505423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85707221699236025, "S11": 0.85707221699236025, "W12": -2.407551183952148, "S12": -3.4394201002174016, "W13": -21.612925168773884, "S13": -23.319193509676317, "W21": -33.285869530620019, "S21": -33.53429069358743, "W22": -50.0, "S22": -59.925914249684737, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 506738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.060666297719962, "S12": -15.811508615286099, "W13": -23.695625100376748, "S13": -23.695625100376748, "W21": -33.635761851552466, "S21": -33.635761851552466, "W22": -50.0, "S22": -54.652181064357165, "W31": -101.82373952745465, "S31": -101.82373952745465, "W32": -102.75327552986514, "S32": -107.75327552986514 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 508060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27043173490520955, "S11": -2.2704317349052094, "W12": -5.0, "S12": -5.0, "W13": -21.632494790116137, "S13": -21.632494790116137, "W21": -36.255527892917534, "S21": -37.295287832902531, "W22": -66.077035355173535, "S22": -71.250688744168727, "W31": -80.538156735842207, "S31": -83.624601790562053, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 508704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8836178519482698, "S11": 2.1485264249519487, "W12": -3.2972843784281891, "S12": -3.2972843784281891, "W13": -23.845386573127897, "S13": -23.845386573127897, "W21": -36.093818124422171, "S21": -36.093818124422171, "W22": -49.156000560797366, "S22": -49.156000560797366, "W31": -87.16861309940262, "S31": -87.16861309940262, "W32": -95.073914820187497, "S32": -100.0739148201875 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 509047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031728604466547378, "S11": -0.031728604466547378, "W12": -11.471396968455549, "S12": -11.471396968455549, "W13": -18.84967365208237, "S13": -34.733624269366324, "W21": -35.956312069999093, "S21": -37.606091705384927, "W22": -38.10045482564, "S22": -39.469817669572826, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103687.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7662032797466578, "S12": -5.7662032797466578, "W13": -20.0, "S13": -20.0, "W21": -43.698042242469256, "S21": -44.396374943137872, "W22": -38.002672753289474, "S22": -40.831226624653667, "W31": -68.506511052979675, "S31": -77.009779233219021, "W32": -89.503719075082188, "S32": -94.503719075082188 }, "geometry": { "type": "Point", "coordinates": [ 103687.272727272720658, 519680.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68254980079680605, "S11": 0.68254980079680605, "W12": -2.0660903329121347, "S12": -6.4826768848180549, "W13": -21.504694733274039, "S13": -21.504694733274039, "W21": -33.658919444840564, "S21": -33.77328920154806, "W22": -46.657857775557595, "S22": -46.657857775557595, "W31": -85.808200896545245, "S31": -86.739033646949622, "W32": -96.793735236489979, "S32": -101.79373523648998 }, "geometry": { "type": "Point", "coordinates": [ 103687.75, 506762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064091308165057037, "S11": -0.064091308165057037, "W12": -4.9076348674184702, "S12": -4.9076348674184702, "W13": -15.080476330491033, "S13": -17.146134337913242, "W21": -30.328012392579204, "S21": -32.55458125973486, "W22": -39.274689258760461, "S22": -42.702055430312427, "W31": -70.0, "S31": -71.536382676846159, "W32": -96.42357327703624, "S32": -101.42357327703624 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1082210912122863, "S11": -0.44995766089563971, "W12": -15.0, "S12": -15.0, "W13": -19.999999999999996, "S13": -23.874640804597696, "W21": -38.936143151623234, "S21": -45.527619157520199, "W22": -45.614378845590394, "S22": -45.956473151239727, "W31": -69.186746706280459, "S31": -69.186746706280459, "W32": -89.910511944547068, "S32": -94.910511944547068 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 505564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5876138712393826, "S11": 1.4214268768398803, "W12": -4.7440790046493699, "S12": -4.7440790046493699, "W13": -23.081877046740154, "S13": -23.081877046740154, "W21": -36.205648566675862, "S21": -36.205648566675862, "W22": -47.678791723027608, "S22": -47.678791723027608, "W31": -85.901560236536525, "S31": -86.24676346013311, "W32": -98.419115404114905, "S32": -103.4191154041149 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 508937.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37687318173722018, "S11": 0.37687318173722012, "W12": -7.4667276880043305, "S12": -12.733404186062632, "W13": -26.315426997245179, "S13": -26.717657076113706, "W21": -35.113557327998436, "S21": -35.113776476552417, "W22": -51.332327016076611, "S22": -53.320796953190303, "W31": -97.049551956279487, "S31": -97.049551956279487, "W32": -97.049551956279487, "S32": -100.91032993031089 }, "geometry": { "type": "Point", "coordinates": [ 103688.0, 509921.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8060451972132991, "S12": -5.8060451972132991, "W13": -20.0, "S13": -23.272284949846792, "W21": -43.8706692189336, "S21": -47.190427211884277, "W22": -67.914168985941629, "S22": -67.986376603687802, "W31": -79.94725117796753, "S31": -94.94725117796753, "W32": -95.944553016039464, "S32": -100.94455301603946 }, "geometry": { "type": "Point", "coordinates": [ 103688.142857142855064, 518677.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13106060606061434, "S11": 0.13106060606061434, "W12": -7.8297091317929963, "S12": -7.8297091317929963, "W13": -16.168357551363385, "S13": -18.009250688545052, "W21": -32.61488669589729, "S21": -33.149365263046931, "W22": -60.0, "S22": -62.831592563448964, "W31": -81.227673109860532, "S31": -81.227673109860532, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103688.2, 497526.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044766757698829568, "S11": 0.00018513904318674668, "W12": -2.4067863570917067, "S12": -15.335875749554678, "W13": -18.90151251182834, "S13": -18.90151251182834, "W21": -32.298014711565919, "S21": -32.298014711565919, "W22": -47.0680297900361, "S22": -47.0680297900361, "W31": -77.273114236239635, "S31": -77.273114236239635, "W32": -98.046382536601129, "S32": -103.04638253660113 }, "geometry": { "type": "Point", "coordinates": [ 103688.666666666671517, 507604.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0448729223463196, "S11": 2.0448729223463196, "W12": -9.4564026027994288, "S12": -9.4564026027994288, "W13": -20.57426977836489, "S13": -24.93805653437002, "W21": -37.626398127758677, "S21": -40.626398127758677, "W22": -36.563651800788726, "S22": -36.563651800788726, "W31": -68.998448978416405, "S31": -74.708862725742904, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 503379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10537534137081199, "S11": -0.10244358867034027, "W12": -3.1177853407861527, "S12": -18.259668545856318, "W13": -18.521516133343383, "S13": -18.521516133343383, "W21": -32.28744986425562, "S21": -32.28744986425562, "W22": -50.0, "S22": -65.0, "W31": -106.77491938400337, "S31": -106.77491938400337, "W32": -106.77491938400337, "S32": -110.45120623979685 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 507579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88800535105059997, "S11": -0.88800535105059997, "W12": -5.0, "S12": -14.999999999999998, "W13": -20.043450431676099, "S13": -20.043450431676099, "W21": -34.736605159854157, "S21": -34.736605159854157, "W22": -47.531088719587117, "S22": -52.950362309949639, "W31": -79.976045707946511, "S31": -79.976045707946511, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 508448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49922794827253425, "S11": 0.49922794827253425, "W12": -6.9679699701345319, "S12": -26.967969970134533, "W13": -31.467798154236149, "S13": -31.467798154236149, "W21": -40.0, "S21": -40.0, "W22": -51.100320631455986, "S22": -51.100320631455986, "W31": -86.182974656428172, "S31": -86.281248348210227, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 510654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20152031023717237, "S11": 0.20152031023717237, "W12": -10.260745596067187, "S12": -13.260745596067187, "W13": -21.534071856287426, "S13": -30.988421812733421, "W21": -36.901895870976041, "S21": -37.202835566084353, "W22": -46.301649287663999, "S22": -46.382625694719579, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.0, 511642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0909041864479621, "S12": -5.8686602467789166, "W13": -15.0, "S13": -16.745153960304222, "W21": -30.0, "S21": -30.951623716937721, "W22": -36.552901321342354, "S22": -36.552901321342354, "W31": -69.012581148339564, "S31": -74.725852776040725, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103689.444444444437977, 498823.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57, "S11": 0.57, "W12": -16.42, "S12": -25.22, "W13": -25.23, "S13": -28.9200001, "W21": -39.919998, "S21": -40.179998, "W22": -36.266300525022729, "S22": -40.074843749236869, "W31": -74.884346590207286, "S31": -79.300191903785944, "W32": -87.996699064298454, "S32": -92.996699064298454 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5680948860245717, "S11": 0.5680948860245717, "W12": -0.14065641133702467, "S12": -16.724309523061379, "W13": -20.0, "S13": -20.0, "W21": -35.551153858456978, "S21": -39.473226428782553, "W22": -40.011524895168904, "S22": -47.853639945999547, "W31": -60.0, "S31": -66.845530986784524, "W32": -80.820911428610714, "S32": -85.820911428610714 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 506262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81520743769567783, "S11": 0.71655878904702919, "W12": -0.38044967080941378, "S12": -21.626649009910022, "W13": -21.626649009910022, "S13": -21.626649009910022, "W21": -40.0, "S21": -40.000000000000007, "W22": -54.315601294874277, "S22": -58.970060793917327, "W31": -98.603824657747182, "S31": -98.603824657747182, "W32": -101.49438183915221, "S32": -106.49438183915221 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 506634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8325267945490511, "S11": 0.8325267945490511, "W12": -1.7449024662507586, "S12": -20.939441509314953, "W13": -21.346280466984958, "S13": -21.346280466984958, "W21": -36.872484291879637, "S21": -36.872484291879637, "W22": -39.492078831405799, "S22": -43.819684878510614, "W31": -71.201502476979712, "S31": -72.883895213316023, "W32": -97.092952646872121, "S32": -102.09295264687212 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 506850.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23313626086372541, "S11": 0.23313626086372541, "W12": -10.100417861532158, "S12": -13.379001116208997, "W13": -22.262874251497006, "S13": -30.106814800277494, "W21": -37.026752390901102, "S21": -37.142168806926428, "W22": -39.885620422957999, "S22": -40.44037940608078, "W31": -68.685518362729667, "S31": -70.254591817833244, "W32": -96.143755933839842, "S32": -101.14375593383984 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 511603.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7596892376339657, "S12": -5.7596892376339657, "W13": -19.888809941620458, "S13": -19.888809941620458, "W21": -43.762914673683099, "S21": -43.762914673683099, "W22": -42.480542455028441, "S22": -44.215378629366164, "W31": -79.128775487951145, "S31": -82.710976196432938, "W32": -98.031436089184311, "S32": -103.03143608918431 }, "geometry": { "type": "Point", "coordinates": [ 103690.744444444440887, 519786.044444444472902 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15092186128182611, "S11": 0.15092186128182611, "W12": -4.9470168850960077, "S12": -4.9470168850960077, "W13": -15.0, "S13": -17.190536350063169, "W21": -30.0, "S21": -33.64691943127962, "W22": -39.17204667147503, "S22": -42.050395305081011, "W31": -70.0, "S31": -71.719140598608206, "W32": -95.998560921010551, "S32": -100.99856092101055 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 498504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7460210285690092, "S11": 4.1623575481418671, "W12": -10.703128986050954, "S12": -10.703128986050954, "W13": -17.4196684552753, "S13": -20.469312298857215, "W21": -37.832366552119133, "S21": -37.832366552119133, "W22": -38.676645793283967, "S22": -38.88972007455282, "W31": -70.0, "S31": -74.929357988780382, "W32": -92.720925274490995, "S32": -97.720925274490995 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 500626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36901352161460077, "S11": 0.36901352161460077, "W12": -4.0349189325197754, "S12": -19.472970123382702, "W13": -19.472970123382702, "S13": -19.472970123382702, "W21": -32.601681692352066, "S21": -32.601681692352066, "W22": -39.01425888803243, "S22": -51.395808586349354, "W31": -66.350567643525906, "S31": -76.373328789220551, "W32": -99.805143871527065, "S32": -104.80514387152706 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49529107047438103, "S11": 0.49529107047438103, "W12": -5.8335102998377071, "S12": -10.187708412061525, "W13": -25.0, "S13": -27.810634648370499, "W21": -37.320591076178978, "S21": -37.322901824654537, "W22": -47.978487752928153, "S22": -53.756447732862071, "W31": -79.955418750494587, "S31": -79.955418750494587, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103691.0, 509775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8721589807177139, "S12": -8.8721589807177139, "W13": -16.37028386142935, "S13": -17.986292182786634, "W21": -28.21905936303656, "S21": -29.161645086212015, "W22": -35.855473225471819, "S22": -38.850950398704953, "W31": -75.329768373714131, "S31": -75.329768373714131, "W32": -88.553412250506454, "S32": -93.553412250506454 }, "geometry": { "type": "Point", "coordinates": [ 103692.0, 497250.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0878149698622528, "S11": 0.31016520027699945, "W12": -14.333333333333085, "S12": -14.333333333333085, "W13": -20.0, "S13": -23.522872424877182, "W21": -35.797990017456925, "S21": -43.458682736262269, "W22": -47.178978735910022, "S22": -47.178978735910022, "W31": -75.271400577931402, "S31": -75.365545757763883, "W32": -97.478520338145174, "S32": -102.47852033814517 }, "geometry": { "type": "Point", "coordinates": [ 103692.0, 505701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16943187473416482, "S11": -0.16943187473416482, "W12": -12.086441987196444, "S12": -12.086441987196444, "W13": -17.883860130115043, "S13": -35.064517646872147, "W21": -35.553596324688812, "S21": -37.152344453474619, "W22": -42.52108210128722, "S22": -44.338991165755907, "W31": -80.0, "S31": -83.222299307285553, "W32": -98.120066472787698, "S32": -103.1200664727877 }, "geometry": { "type": "Point", "coordinates": [ 103692.0, 512125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7614115841963941, "S11": -1.4550953007613869, "W12": -10.158169157014383, "S12": -10.158169157014383, "W13": -21.465089339094305, "S13": -24.345627837423308, "W21": -43.492928715936543, "S21": -43.492928715936543, "W22": -47.830002, "S22": -47.830002, "W31": -85.82, "S31": -85.82, "W32": -98.82, "S32": -103.82 }, "geometry": { "type": "Point", "coordinates": [ 103692.0, 515101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.56326310220123177, "W12": -6.754634922684418, "S12": -6.754634922684418, "W13": -20.408945743157741, "S13": -22.847850746292174, "W21": -43.713586279037919, "S21": -46.929109586606131, "W22": -51.085823330765372, "S22": -52.801740056906951, "W31": -96.231929412123904, "S31": -96.231929412123904, "W32": -96.231929412123904, "S32": -100.34008794712885 }, "geometry": { "type": "Point", "coordinates": [ 103692.025862068971037, 516619.150862068985589 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7581479315004955, "S12": -5.7581479315004955, "W13": -20.0, "S13": -20.0, "W21": -43.723750967118647, "S21": -44.324306496254287, "W22": -50.0, "S22": -52.115384615380393, "W31": -106.09477728889134, "S31": -106.09477728889134, "W32": -106.09477728889134, "S32": -109.7980775617485 }, "geometry": { "type": "Point", "coordinates": [ 103692.090909090911737, 519729.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2540302064541477, "S11": -0.1112676535805765, "W12": -10.64962285450469, "S12": -10.64962285450469, "W13": -19.96224650240665, "S13": -27.199529961284728, "W21": -40.132449624386155, "S21": -42.348560735497287, "W22": -62.179396976120813, "S22": -66.074266747233679, "W31": -82.878815768705152, "S31": -86.835120249567822, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103692.3, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9858315459496965, "S11": 1.6324345223181198, "W12": -5.489308726243384, "S12": -19.046818231947981, "W13": -24.825718987705059, "S13": -25.325718987705059, "W21": -35.020352343517622, "S21": -35.029860063826703, "W22": -35.728197827736331, "S22": -37.038841276847052, "W31": -69.995387827389095, "S31": -77.191346231401184, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103692.833333333328483, 509550.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40881275739968692, "S11": 0.40881275739968692, "W12": -5.0, "S12": -5.7197498195814287, "W13": -15.000000000000002, "S13": -17.569212576516417, "W21": -30.0, "S21": -31.642735058876855, "W22": -44.473557305899377, "S22": -52.189633719496179, "W31": -67.501436554141819, "S31": -68.755645308350566, "W32": -92.27784645714317, "S32": -97.27784645714317 }, "geometry": { "type": "Point", "coordinates": [ 103693.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4360446552914935, "S11": 0.4360446552914935, "W12": -9.9999999999999982, "S12": -10.981040057823257, "W13": -13.773989865108934, "S13": -18.601844368123913, "W21": -31.575500165211864, "S21": -35.290696482329302, "W22": -40.883297241243923, "S22": -40.883297241243923, "W31": -69.307127458905953, "S31": -71.14160994266507, "W32": -94.250903623064175, "S32": -99.250903623064175 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 499801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1255276580775659, "S11": 1.1255276580775659, "W12": -9.8604507537916266, "S12": -9.8604507537916266, "W13": -21.890564606879003, "S13": -26.424720043356789, "W21": -38.548214844861945, "S21": -40.551002317332198, "W22": -46.12639918395103, "S22": -46.12639918395103, "W31": -70.0, "S31": -71.084909779234721, "W32": -95.467677257377417, "S32": -100.46767725737742 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 503487.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5406320541760725, "S11": 1.5406320541760725, "W12": -9.7191528982160431, "S12": -15.268258594064328, "W13": -19.567715298926892, "S13": -24.611445126360316, "W21": -36.396950069445829, "S21": -39.462247989531569, "W22": -50.110727925008682, "S22": -50.110727925008682, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -100.8410931174089, "S32": -105.8410931174089 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 504436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34747340425525419, "S11": 0.34747340425525419, "W12": -1.7467419989200577, "S12": -19.612102151394762, "W13": -21.158180108452108, "S13": -21.158180108452108, "W21": -35.313260535293189, "S21": -35.313260535293189, "W22": -60.0, "S22": -60.89697590978988, "W31": -90.856106559939974, "S31": -90.856106559939974, "W32": -99.194298271841177, "S32": -104.19429827184118 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 506798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42396467139477134, "S11": 0.42396467139477134, "W12": -9.3284137239368636, "S12": -23.057514717513477, "W13": -23.057514717513477, "S13": -23.057514717513477, "W21": -33.716136256988243, "S21": -33.716136256988243, "W22": -49.796573140663526, "S22": -52.78281447179674, "W31": -79.956631705524003, "S31": -79.956631705524003, "W32": -92.918151117048907, "S32": -97.918151117048907 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 507249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.66902630865202073, "W12": -5.2127081139591951, "S12": -13.667591663137577, "W13": -24.534763709525699, "S13": -25.534763709525699, "W21": -34.925118575612977, "S21": -34.925118575612977, "W22": -43.911268493807263, "S22": -45.477386664308213, "W31": -80.0, "S31": -80.519695734854764, "W32": -97.728537975522457, "S32": -102.72853797552246 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 509357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018692661399614691, "S11": 0.018692661399614691, "W12": -11.243670626792298, "S12": -11.243670626792298, "W13": -18.977629016866484, "S13": -30.841911947497817, "W21": -36.130862269780216, "S21": -37.464795244906206, "W22": -50.430478782591649, "S22": -50.430478782591649, "W31": -86.699783258866432, "S31": -86.699783258866432, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103694.0, 511886.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57110756413903285, "S11": 0.57110756413903285, "W12": -0.49395502869795704, "S12": -13.596197186060015, "W13": -21.525770177295563, "S13": -21.525770177295563, "W21": -39.95551711285519, "S21": -41.226155935168983, "W22": -39.079235615110065, "S22": -41.432742269663045, "W31": -70.0, "S31": -71.898858185257751, "W32": -95.424528301886795, "S32": -100.4245283018868 }, "geometry": { "type": "Point", "coordinates": [ 103694.25, 506582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015953902470738787, "S11": 0.015953902470738787, "W12": -11.476177047841016, "S12": -11.476177047841016, "W13": -19.056302022308365, "S13": -21.103827670502344, "W21": -37.443211521203786, "S21": -39.261068997107984, "W22": -37.600028962824886, "S22": -39.689034057301825, "W31": -68.150637043863, "S31": -74.441229211962337, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103694.571428571434808, 512669.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91, "S11": 0.91, "W12": -1.6900001, "S12": -21.3900011, "W13": -21.4, "S13": -21.4, "W21": -36.990002, "S21": -36.990002, "W22": -36.668233254727625, "S22": -36.668233254727625, "W31": -68.826941200750611, "S31": -74.181687125966334, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103694.6, 506855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43737365569661196, "S11": 0.43737365569661196, "W12": -10.0, "S12": -11.0, "W13": -14.700396657481276, "S13": -18.626315875014331, "W21": -30.126885358588936, "S21": -30.411074856305831, "W22": -35.833257085980442, "S22": -39.311841495353946, "W31": -74.205498754907623, "S31": -74.205498754907623, "W32": -88.666146806452375, "S32": -93.666146806452375 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 499709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -19.115756709397768, "W13": -25.0, "S13": -28.337632308719286, "W21": -40.0, "S21": -40.1141498216409, "W22": -49.71539206195547, "S22": -56.778055918430049, "W31": -68.171230531249989, "S31": -68.171230531249989, "W32": -91.439879535787995, "S32": -96.439879535787995 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 503776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4683564921013379, "S11": 1.4683564921013379, "W12": -8.4321542903165501, "S12": -20.984837902322063, "W13": -21.766164929568937, "S13": -27.367069208351573, "W21": -40.0, "S21": -43.284449681758097, "W22": -50.0, "S22": -59.308456149626593, "W31": -100.0, "S31": -100.0, "W32": -102.73052631578946, "S32": -107.73052631578946 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74177276898371192, "S11": -1.3447611888617215, "W12": -11.880751960725618, "S12": -15.299556992172159, "W13": -23.407115250721588, "S13": -25.288491360487527, "W21": -36.40468574845054, "S21": -36.412205826592498, "W22": -46.926258324538033, "S22": -53.44654756913225, "W31": -103.88058887348562, "S31": -103.88058887348562, "W32": -103.88058887348562, "S32": -108.79196116695911 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 505282.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0341657057250848, "S11": 1.0341657057250848, "W12": -5.5891668282606259, "S12": -5.5891668282606259, "W13": -25.000000000000004, "S13": -25.194988121739822, "W21": -34.656571385458605, "S21": -40.218498548045851, "W22": -42.347056853033806, "S22": -44.680936551640116, "W31": -80.0, "S31": -82.215603418372069, "W32": -98.313351397498238, "S32": -103.31335139749824 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 505854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4927956147220049, "W12": -5.4437124433600719, "S12": -17.819326826390167, "W13": -24.670306098753681, "S13": -25.412208184243994, "W21": -34.989224447434665, "S21": -34.989224447434665, "W22": -38.868278495647665, "S22": -39.986059597897338, "W31": -70.0, "S31": -73.381466860585917, "W32": -94.010100202537046, "S32": -99.010100202537046 }, "geometry": { "type": "Point", "coordinates": [ 103695.0, 509447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.603699928524845, "S11": 0.603699928524845, "W12": -15.166474752684183, "S12": -15.166474752684183, "W13": -21.575544625934754, "S13": -24.311503386116129, "W21": -38.946496257047649, "S21": -45.64476016962157, "W22": -35.575328418904668, "S22": -39.9493020232172, "W31": -75.133923483818137, "S31": -78.302732603391448, "W32": -88.217537863483486, "S32": -93.217537863483486 }, "geometry": { "type": "Point", "coordinates": [ 103695.285714285710128, 513975.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7971500123433781, "S12": -5.7971500123433781, "W13": -20.0, "S13": -25.196737704409209, "W21": -44.089194217047236, "S21": -47.715957039694828, "W22": -39.430390255573627, "S22": -51.729868658181616, "W31": -63.301612807558229, "S31": -71.695058923999596, "W32": -80.261905451456258, "S32": -85.261905451456258 }, "geometry": { "type": "Point", "coordinates": [ 103695.428571428565192, 518633.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30057210483915214, "S11": 0.30057210483915214, "W12": -7.7232422432377241, "S12": -12.36592031431824, "W13": -26.640495867768674, "S13": -26.640495867768674, "W21": -34.753646216634017, "S21": -34.754992722831254, "W22": -35.594541109599234, "S22": -39.954926263573554, "W31": -75.123573328472688, "S31": -78.264247594782418, "W32": -88.21994726505126, "S32": -93.21994726505126 }, "geometry": { "type": "Point", "coordinates": [ 103695.6, 509953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.063256142332674375, "S11": -0.063256142332674375, "W12": -10.0, "S12": -10.0, "W13": -16.945548622736265, "S13": -21.703043694253644, "W21": -38.84889421717984, "S21": -42.427799450091364, "W22": -37.747923601512845, "S22": -39.204229701407719, "W31": -68.32708221143919, "S31": -73.770312870464977, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 502281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.108148431353948, "S12": -9.108148431353948, "W13": -19.963031990305705, "S13": -23.832890536470138, "W21": -37.060253581460316, "S21": -40.256345503849197, "W22": -60.0, "S22": -60.0, "W31": -89.435403306370787, "S31": -89.435403306370787, "W32": -97.324407384809433, "S32": -102.32440738480943 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 503324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38446729968063448, "S11": -4.7606498158806492, "W12": -10.0, "S12": -10.207737867224596, "W13": -18.904454374075438, "S13": -24.275890231125118, "W21": -33.380231493644807, "S21": -33.380231493644807, "W22": -62.51813902723562, "S22": -62.51813902723562, "W31": -84.577991634644818, "S31": -85.871172762883248, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 504659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63830547310130703, "S11": 0.63830547310130703, "W12": -10.977241515027172, "S12": -10.977241515027172, "W13": -22.624595795262547, "S13": -22.624595795262547, "W21": -36.545751439372296, "S21": -36.545751439372296, "W22": -46.32535524926282, "S22": -46.32535524926282, "W31": -85.587987074886399, "S31": -86.195239621557135, "W32": -96.583049830026013, "S32": -101.58304983002601 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 505007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48845603759449702, "S11": 0.48845603759449702, "W12": 0.0, "S12": -7.4155632554279354, "W13": -20.448172284053328, "S13": -20.448172284053328, "W21": -36.735259831120082, "S21": -38.475369050895928, "W22": -39.082766871631456, "S22": -40.251000056986065, "W31": -63.694991340002119, "S31": -65.878221905575884, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 506419.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5163562509046109, "S11": -0.59652132625259713, "W12": -4.9581831550424083, "S12": -10.653111197906771, "W13": -22.528174697129899, "S13": -22.528174697129899, "W21": -34.874011721660999, "S21": -34.874011721660999, "W22": -39.628089623020401, "S22": -44.286575104605191, "W31": -71.860211536364631, "S31": -73.923081904380098, "W32": -97.524261100517577, "S32": -102.52426110051758 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.057955269089763194, "S11": 0.057955269089763194, "W12": -11.048488324457191, "S12": -11.048488324457191, "W13": -19.165458772919713, "S13": -33.795232740183934, "W21": -36.282470242279686, "S21": -37.383207666877581, "W22": -37.847138400610618, "S22": -42.09211996554302, "W31": -68.124947617610715, "S31": -78.124947617610715, "W32": -87.064895165202401, "S32": -92.064895165202401 }, "geometry": { "type": "Point", "coordinates": [ 103696.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43554424670892244, "S11": -0.43554424670892244, "W12": -12.038334330486425, "S12": -16.456977503981868, "W13": -23.958840306142356, "S13": -23.958840306142356, "W21": -33.864207134873354, "S21": -33.864207134873354, "W22": -47.379138587752713, "S22": -47.379138587752713, "W31": -68.931970765890625, "S31": -68.931970765890625, "W32": -90.124140222085458, "S32": -95.124140222085458 }, "geometry": { "type": "Point", "coordinates": [ 103696.25, 508061.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17984418926667461, "S11": -0.17984418926667461, "W12": -5.8735982610405957, "S12": -5.8735982610405957, "W13": -15.428122750361597, "S13": -17.97996098565574, "W21": -34.723933703891767, "S21": -34.723933703891767, "W22": -47.516806794441948, "S22": -47.516806794441948, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.6, 498038.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051349609492109143, "S11": 0.051349609492109143, "W12": -11.351430171341711, "S12": -11.351430171341711, "W13": -19.145036558903268, "S13": -21.911365270431165, "W21": -37.790424529707458, "S21": -39.802640690476053, "W22": -50.219416536695185, "S22": -51.549668020285921, "W31": -89.184545848131563, "S31": -89.184545848131563, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.6, 512715.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7500925832543324, "S12": -5.7500925832543324, "W13": -19.90738107288912, "S13": -19.90738107288912, "W21": -43.749459691768067, "S21": -44.252238049369346, "W22": -50.0, "S22": -59.96868303939344, "W31": -103.52589661110142, "S31": -103.52589661110142, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103696.909090909088263, 519777.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38940900975193632, "S11": -4.7630829797255405, "W12": -10.0, "S12": -10.007366591036364, "W13": -18.873075619132294, "S13": -24.261093308298321, "W21": -33.383767352881833, "S21": -33.383767352881833, "W22": -64.696286084982219, "S22": -71.836368418141561, "W31": -80.715221209241761, "S31": -80.88467226555764, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103697.0, 504667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95373122171080416, "S11": 0.95373122171080416, "W12": -5.0068255986763486, "S12": -9.5804147990565696, "W13": -24.457403353379906, "S13": -24.457403353379906, "W21": -34.790289003665727, "S21": -36.952391725337002, "W22": -35.907403169039959, "S22": -39.858680199834929, "W31": -75.174831240661319, "S31": -77.328602766249688, "W32": -88.303762945912965, "S32": -93.303762945912965 }, "geometry": { "type": "Point", "coordinates": [ 103697.0, 505955.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40805757284706434, "S11": -0.40805757284706434, "W12": -6.644033326772945, "S12": -7.9267034082018917, "W13": -20.927337940492453, "S13": -20.927337940492453, "W21": -32.358802164138901, "S21": -32.358802164138901, "W22": -40.0, "S22": -41.530986836105129, "W31": -66.906836420293644, "S31": -70.810455948913102, "W32": -94.069913626004904, "S32": -99.069913626004904 }, "geometry": { "type": "Point", "coordinates": [ 103697.0, 507819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.060657386273756525, "S11": -0.060657386273756525, "W12": -10.0, "S12": -10.0, "W13": -33.444287063267232, "S13": -33.444287063267232, "W21": -39.547647487832322, "S21": -39.547647487832322, "W22": -38.459427511127565, "S22": -44.139803796404308, "W31": -64.53346906739398, "S31": -74.595732252001554, "W32": -91.131045241809673, "S32": -96.131045241809673 }, "geometry": { "type": "Point", "coordinates": [ 103697.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.749534741368759, "S12": -5.749534741368759, "W13": -19.794446600612943, "S13": -19.794446600612943, "W21": -43.787177966762492, "S21": -43.787177966762492, "W22": -40.000870392691745, "S22": -52.789289478318096, "W31": -64.034949424493121, "S31": -73.68019937430239, "W32": -87.786124131242929, "S32": -92.786124131242929 }, "geometry": { "type": "Point", "coordinates": [ 103697.066666666665697, 519835.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18059498999958035, "S11": -0.18059498999958035, "W12": -4.9711125485122896, "S12": -4.9711125485122896, "W13": -15.009363020171028, "S13": -17.421010179748531, "W21": -31.544277652786484, "S21": -33.014530301523223, "W22": -37.520619053300166, "S22": -38.113206795573596, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 498252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2392491467576794, "S11": 1.5339129803674085, "W12": -10.496918723178462, "S12": -10.496918723178462, "W13": -15.970064418340279, "S13": -20.018845808184579, "W21": -44.800443458980048, "S21": -56.973148946457655, "W22": -35.227631394437175, "S22": -37.346802432502024, "W31": -70.0, "S31": -77.579221673181252, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 501412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57162521619848516, "S11": -0.57162521619848516, "W12": -11.164733790195044, "S12": -11.164733790195044, "W13": -16.317895028773489, "S13": -20.540089194051337, "W21": -39.700552094413212, "S21": -42.700552094413212, "W22": -49.710995287288164, "S22": -52.638552593686562, "W31": -79.941303545759467, "S31": -79.941303545759467, "W32": -92.667186224300451, "S32": -97.667186224300451 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 502012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60154865992342421, "S11": -2.398451340076575, "W12": -9.3078752814028576, "S12": -13.41106648863988, "W13": -19.343450060590555, "S13": -24.491925785887219, "W21": -35.279688115557619, "S21": -38.926926619091127, "W22": -35.636466377071876, "S22": -39.003990932860418, "W31": -74.155846385563379, "S31": -74.155846385563379, "W32": -88.653388718259109, "S32": -93.653388718259109 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 504495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15419870463386079, "S11": -0.15419870463386079, "W12": -10.0, "S12": -23.898121987701515, "W13": -32.462022971470915, "S13": -32.462022971470915, "W21": -38.698266839714435, "S21": -38.698266839714435, "W22": -43.539544003998614, "S22": -49.980867304653394, "W31": -67.313023586017223, "S31": -68.841853552347146, "W32": -92.450482782657943, "S32": -97.450482782657943 }, "geometry": { "type": "Point", "coordinates": [ 103698.0, 511030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2761707988980717, "S11": 2.2607053772464814, "W12": -10.192836617405582, "S12": -16.386880975913829, "W13": -19.928802958922901, "S13": -24.928802958922901, "W21": -36.986025203114764, "S21": -39.107109036051767, "W22": -51.634288007773719, "S22": -52.856456692425056, "W31": -92.583545639637151, "S31": -92.583545639637151, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 504387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46590614996935215, "S11": 0.46590614996935215, "W12": -1.6543086873828952, "S12": -18.63801220242134, "W13": -20.0, "S13": -20.0, "W21": -35.891806177854576, "S21": -39.652298077132379, "W22": -51.082251653584628, "S22": -53.036973617601966, "W31": -98.574350832735433, "S31": -98.574350832735433, "W32": -98.574350832735433, "S32": -102.16996102938595 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 506279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4710413403255464, "S11": 0.4710413403255464, "W12": -1.4115873832806267, "S12": -16.902378824745444, "W13": -20.0, "S13": -20.0, "W21": -36.389246058886798, "S21": -39.740906327392707, "W22": -34.080479663687569, "S22": -40.07509101269887, "W31": -73.32066735941568, "S31": -78.32066735941568, "W32": -86.067759878500766, "S32": -91.067759878500766 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.6564039208095376, "S12": -15.716466468026756, "W13": -21.255295858679755, "S13": -21.255295858679755, "W21": -35.295527064341805, "S21": -35.295527064341805, "W22": -40.0, "S22": -53.939359760552989, "W31": -63.901422811937771, "S31": -73.23295396364766, "W32": -85.313560691773503, "S32": -90.313560691773503 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 506787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.074324854615514621, "S11": -0.074324854615514621, "W12": -11.786803258546611, "S12": -11.786803258546611, "W13": -18.74490903630511, "S13": -18.74490903630511, "W21": -36.344144118228478, "S21": -37.881975749692089, "W22": -52.668775563219022, "S22": -52.668775563219022, "W31": -86.50115211725182, "S31": -86.50115211725182, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103699.0, 512539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7911811988058015, "S11": 2.5741619082021923, "W12": -3.7004483953540435, "S12": -3.7004483953540435, "W13": -23.528795772551419, "S13": -23.528795772551419, "W21": -35.977454494164498, "S21": -35.977454494164498, "W22": -49.999999999999993, "S22": -70.0, "W31": -106.02905257853182, "S31": -106.02905257853182, "W32": -108.33691419363502, "S32": -113.33691419363502 }, "geometry": { "type": "Point", "coordinates": [ 103699.5, 509009.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91270841632075062, "S11": -0.91270841632075062, "W12": -5.0, "S12": -15.0, "W13": -19.972718862975487, "S13": -19.972718862975487, "W21": -34.550728251731584, "S21": -34.550728251731584, "W22": -49.944677777868513, "S22": -52.863196296386278, "W31": -105.61860119944572, "S31": -105.61860119944572, "W32": -105.61860119944572, "S32": -109.54107242828823 }, "geometry": { "type": "Point", "coordinates": [ 103699.8, 508432.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50977485316514359, "S11": 0.50977485316514359, "W12": -15.034907559348042, "S12": -15.034907559348042, "W13": -21.508800703157146, "S13": -24.794474125780869, "W21": -39.197066874638864, "S21": -45.401424762313042, "W22": -62.171048356721769, "S22": -63.959075315886558, "W31": -83.531472098479952, "S31": -86.246359799839126, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103699.833333333328483, 513917.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71525463987007476, "S11": 0.71525463987007476, "W12": -6.648460670871799, "S12": -7.3557546713696826, "W13": -13.413388399795698, "S13": -16.900427741751432, "W21": -30.0, "S21": -32.807625145518045, "W22": -47.762711864406789, "S22": -47.762711864406789, "W31": -85.355322321240891, "S31": -85.355322321240891, "W32": -95.744228068204706, "S32": -100.74422806820471 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 499284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.99, "S11": -1.99, "W12": -12.49, "S12": -12.49, "W13": -18.0, "S13": -23.5, "W21": -36.0, "S21": -39.0, "W22": -45.256000979556248, "S22": -45.256000979556248, "W31": -79.845743030165508, "S31": -80.057524271616614, "W32": -98.098571763631355, "S32": -103.09857176363136 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.25, "S11": 3.25, "W12": -11.75, "S12": -19.95, "W13": -20.65, "S13": -25.15, "W21": -33.349998, "S21": -33.549998, "W22": -47.15576665995588, "S22": -47.15576665995588, "W31": -75.432353657774797, "S31": -75.615101235373743, "W32": -97.402482558325914, "S32": -102.40248255832591 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1, "S11": 1.1, "W12": -17.999999999999996, "S12": -17.999999999999996, "W13": -23.610001, "S13": -27.0000011, "W21": -34.5, "S21": -42.44978220458615, "W22": -41.122298555480079, "S22": -44.306019293338672, "W31": -75.115036528186039, "S31": -79.393326826937084, "W32": -98.792269322523296, "S32": -103.7922693225233 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90164811088029029, "S11": 0.90164811088029029, "W12": 0.0, "S12": -15.438727715034208, "W13": -20.360882684949967, "S13": -20.360882684949967, "W21": -35.142519765579593, "S21": -39.531983404506455, "W22": -40.555716941811006, "S22": -44.506578297438239, "W31": -73.861083851270308, "S31": -76.927794601798041, "W32": -98.720290792699529, "S32": -103.72029079269953 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 506235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8498124473704527, "S11": 2.8498124473704527, "W12": -3.4110871192992129, "S12": -3.4110871192992129, "W13": -23.662250669842283, "S13": -23.662250669842283, "W21": -35.946638359738138, "S21": -36.290806533336699, "W22": -41.86115083513134, "S22": -41.86115083513134, "W31": -72.502810466565137, "S31": -72.646532680270482, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 509031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16080164544897715, "S11": 0.16080164544897715, "W12": -7.6100505143373036, "S12": -11.856474345630623, "W13": -26.841425268597852, "S13": -26.841425268597852, "W21": -34.763367872490164, "S21": -34.766236562987743, "W22": -42.646682061649592, "S22": -42.646682061649592, "W31": -72.948838645778977, "S31": -72.948838645778977, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63366543397868169, "S11": 0.63366543397868169, "W12": -15.210272399081065, "S12": -15.210272399081065, "W13": -21.574809119849299, "S13": -23.969753171035478, "W21": -38.746258521850208, "S21": -45.689255430945515, "W22": -61.063818852287994, "S22": -61.063818852287994, "W31": -69.926554242376994, "S31": -70.896016041884039, "W32": -89.520315834400463, "S32": -94.520315834400463 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.048199639411279457, "S11": -0.048199639411279457, "W12": -11.627464154035232, "S12": -11.627464154035232, "W13": -18.404419594507598, "S13": -35.093615253620271, "W21": -35.827527122761673, "S21": -37.389505756532749, "W22": -54.060733439628933, "S22": -57.982762881246387, "W31": -98.522813577145527, "S31": -98.522813577145527, "W32": -101.46670519621833, "S32": -106.46670519621833 }, "geometry": { "type": "Point", "coordinates": [ 103700.5, 511983.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.854818780196286, "W21": -38.215434718247309, "S21": -39.138422892461328, "W22": -49.622989538373353, "S22": -51.035710656124117, "W31": -80.204435644734701, "S31": -80.204435644734701, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103701.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -18.400539518583418, "W13": -25.0, "S13": -28.101530950955727, "W21": -39.94799316823228, "S21": -40.296380265006476, "W22": -47.315953204742421, "S22": -47.315953204742421, "W31": -74.433804375473542, "S31": -74.862366358944612, "W32": -96.668466279830895, "S32": -101.66846627983089 }, "geometry": { "type": "Point", "coordinates": [ 103701.0, 503744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36805040909943487, "S11": 0.22568733167854937, "W12": -4.0282472956066826, "S12": -19.156068786601736, "W13": -22.154457889914735, "S13": -22.245045043065101, "W21": -35.457400782013686, "S21": -35.457400782013686, "W22": -47.071642563492517, "S22": -47.071642563492517, "W31": -76.321246580633115, "S31": -76.321246580633115, "W32": -97.760539126886059, "S32": -102.76053912688606 }, "geometry": { "type": "Point", "coordinates": [ 103701.0, 506999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35608041916523187, "S11": 0.34208041916523185, "W12": -7.512309005932071, "S12": -11.764140102623809, "W13": -26.577134986225893, "S13": -26.895000154765224, "W21": -35.011270997025285, "S21": -35.012113461548367, "W22": -38.902237638617812, "S22": -40.163429109013663, "W31": -70.0, "S31": -73.118637024724705, "W32": -94.243017801940098, "S32": -99.243017801940098 }, "geometry": { "type": "Point", "coordinates": [ 103701.0, 509933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96547304273871593, "S11": -0.034526957261284075, "W12": -0.034526957261284075, "S12": -15.0, "W13": -20.852159245165598, "S13": -20.852159245165598, "W21": -34.138661842588675, "S21": -39.329688315084411, "W22": -32.260146875161858, "S22": -38.751327418175521, "W31": -70.858453784709013, "S31": -78.119688776132676, "W32": -85.207397865988682, "S32": -90.207397865988682 }, "geometry": { "type": "Point", "coordinates": [ 103701.5, 506176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7420372350081728, "S12": -5.7420372350081728, "W13": -19.813961129421543, "S13": -19.813961129421543, "W21": -43.775168416417458, "S21": -44.180169602484881, "W22": -35.926414074873676, "S22": -39.198942732163474, "W31": -75.271925555096303, "S31": -75.78368883426198, "W32": -88.443195465803797, "S32": -93.443195465803797 }, "geometry": { "type": "Point", "coordinates": [ 103701.727272727279342, 519826.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2642472131789648, "S11": 2.4664924162973678, "W12": -10.991883051930959, "S12": -10.991883051930959, "W13": -17.66981391815678, "S13": -20.511989168992901, "W21": -47.827067154678545, "S21": -59.071084112329999, "W22": -60.0, "S22": -60.0, "W31": -75.239998, "S31": -75.239998, "W32": -86.978856569307752, "S32": -91.978856569307752 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 500858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75082288793431551, "S11": 0.75082288793431551, "W12": -11.484853915271694, "S12": -11.484853915271694, "W13": -23.032609270645153, "S13": -23.032609270645153, "W21": -36.993767999868986, "S21": -36.993767999868986, "W22": -50.0, "S22": -51.421165939606823, "W31": -105.13926594277908, "S31": -105.13926594277908, "W32": -109.79648586885553, "S32": -114.79648586885553 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 505090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1327836161823217, "S11": 0.53115302860852331, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -23.828055981773375, "W21": -37.030757722950014, "S21": -44.217178506041819, "W22": -38.466197239252701, "S22": -42.025256045381056, "W31": -64.307938851576424, "S31": -64.666344450237617, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 505636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5581500199598779, "S11": 0.5581500199598779, "W12": -0.28811581988255253, "S12": -7.2547122467477969, "W13": -21.291795696839607, "S13": -21.291795696839607, "W21": -39.945633712662087, "S21": -41.419835306504091, "W22": -46.355613461545573, "S22": -46.355613461545573, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 506566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58560238358402616, "S11": 0.58560238358402616, "W12": -3.9785579266854327, "S12": -19.476407021356046, "W13": -19.476407021356046, "S13": -19.476407021356046, "W21": -32.673139659906063, "S21": -32.673139659906063, "W22": -38.337297722047524, "S22": -39.573318445429237, "W31": -68.898845354107465, "S31": -76.610251961213223, "W32": -90.453976121948614, "S32": -95.453976121948614 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 507450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6015109245090087, "S11": 2.6015109245090082, "W12": -4.8710785425836161, "S12": -6.0093733529304396, "W13": -24.297146048369815, "S13": -24.377782791585116, "W21": -34.942141512277722, "S21": -35.527636795296537, "W22": -31.889999, "S22": -38.807704135151411, "W31": -71.134461772537094, "S31": -78.193295391748066, "W32": -85.271757800090214, "S32": -90.271757800090214 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12540502047356245, "S11": -0.12540502047356245, "W12": -10.0, "S12": -14.576008273009304, "W13": -33.80175554819477, "S13": -33.80175554819477, "W21": -38.92942679681898, "S21": -38.92942679681898, "W22": -40.051428156981892, "S22": -44.266156646939741, "W31": -60.0, "S31": -65.80045757071548, "W32": -84.332634008851031, "S32": -89.332634008851031 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 510943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37938070091214599, "S11": 0.37938070091214599, "W12": -13.474647443748468, "S12": -13.474647443748468, "W13": -21.773834765886924, "S13": -23.20012967866511, "W21": -43.30855301164523, "S21": -43.329531425580683, "W22": -41.229799044804132, "S22": -41.229799044804132, "W31": -70.546805995851429, "S31": -71.624837576412517, "W32": -95.088647200147861, "S32": -100.08864720014786 }, "geometry": { "type": "Point", "coordinates": [ 103702.0, 514646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66570429904808304, "S11": -1.0407007639659547, "W12": -7.4785150907347733, "S12": -7.4785150907347733, "W13": -20.737531386822997, "S13": -23.646166174134077, "W21": -43.737912855194253, "S21": -43.737912855194253, "W22": -60.222270165274352, "S22": -60.222270165274352, "W31": -70.0, "S31": -70.403807571710615, "W32": -92.104934934934846, "S32": -97.104934934934846 }, "geometry": { "type": "Point", "coordinates": [ 103702.18666666666104, 516140.106666666688398 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16236418293380317, "S11": -0.16236418293380317, "W12": -6.3063346800654303, "S12": -6.3063346800654303, "W13": -15.815935187524419, "S13": -18.283357573145334, "W21": -36.486554124349105, "S21": -36.486554124349105, "W22": -47.208096406281975, "S22": -47.208096406281975, "W31": -75.16541586280016, "S31": -75.428841712693412, "W32": -97.114628825544301, "S32": -102.1146288255443 }, "geometry": { "type": "Point", "coordinates": [ 103702.25, 497921.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25508709732240642, "S11": -0.25508709732240642, "W12": -10.0, "S12": -21.513628053847434, "W13": -30.0, "S13": -30.0, "W21": -38.614939610033197, "S21": -38.614939610033197, "W22": -39.064028981430241, "S22": -41.146872004215894, "W31": -70.0, "S31": -72.235659752719414, "W32": -95.226921436947023, "S32": -100.22692143694702 }, "geometry": { "type": "Point", "coordinates": [ 103702.5, 511077.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7882548274734393, "S12": -5.7882548274734393, "W13": -19.999999999999996, "S13": -27.12119045897407, "W21": -44.307719215161207, "S21": -47.667629347933541, "W22": -51.36320677696623, "S22": -52.584161774505915, "W31": -93.092760976857392, "S31": -93.092760976857392, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103702.714285714289872, 518589.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68199513670952971, "S11": 0.68199513670952971, "W12": -6.4027319436902124, "S12": -6.8604118042826947, "W13": -14.732731776168011, "S13": -17.623310161309, "W21": -30.0, "S21": -33.031063061495288, "W22": -50.0, "S22": -67.603428383055871, "W31": -104.27902030441811, "S31": -104.27902030441811, "W32": -109.9206189034645, "S32": -114.9206189034645 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -19.478682099050079, "W13": -25.0, "S13": -28.07294433796805, "W21": -40.0, "S21": -40.0, "W22": -46.562122553173509, "S22": -46.562122553173509, "W31": -79.696628775988728, "S31": -79.696628775988728, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 503784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57959787904976734, "S11": 0.57959787904976734, "W12": -0.041619428932663759, "S12": -15.971606730143336, "W13": -20.197359580757862, "S13": -20.197359580757862, "W21": -35.43331923195349, "S21": -39.623247008646857, "W22": -62.465031549417887, "S22": -62.465031549417887, "W31": -75.198784034665138, "S31": -75.198784034665138, "W32": -87.732156276644361, "S32": -92.732156276644361 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 506251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -5.5143538300279529, "W13": -20.633607605532195, "S13": -20.633607605532195, "W21": -38.356514069314699, "S21": -40.152835520051212, "W22": -39.650010590360836, "S22": -44.217154698045313, "W31": -71.851760985715842, "S31": -74.166958472935761, "W32": -97.783407961046038, "S32": -102.78340796104604 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 506454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3652718959398145, "S11": -1.3652718959398145, "W12": -11.086812460562637, "S12": -16.11202263411294, "W13": -19.40992272037013, "S13": -19.40992272037013, "W21": -32.441087599556973, "S21": -32.441087599556973, "W22": -48.521098438030116, "S22": -50.104688354029008, "W31": -85.764870442333432, "S31": -85.764870442333432, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 508155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5509748668302423, "S12": -11.669624559834535, "W13": -27.092511013215862, "S13": -27.092511013215862, "W21": -37.992717100162785, "S21": -37.992717100162785, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -90.470889875555002, "S31": -90.470889875555002, "W32": -98.82280392274113, "S32": -103.82280392274113 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 510324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8782961104451603, "S12": -18.010231585451344, "W13": -30.148730542242642, "S13": -30.148730542242642, "W21": -40.0, "S21": -40.0, "W22": -47.439704857449513, "S22": -47.439704857449513, "W31": -85.75233136296707, "S31": -85.75233136296707, "W32": -95.597461012621835, "S32": -100.59746101262184 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 510549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38737412255434051, "S11": 0.38737412255434051, "W12": -11.966751230996628, "S12": -12.12838354028117, "W13": -21.204486106167906, "S13": -28.303819112001211, "W21": -41.104136325389099, "S21": -44.114258312929195, "W22": -46.790960451977398, "S22": -46.790960451977398, "W31": -85.227191623118557, "S31": -85.227191623118557, "W32": -95.737157336688256, "S32": -100.73715733668826 }, "geometry": { "type": "Point", "coordinates": [ 103703.0, 513559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7393802451035532, "S12": -5.7393802451035532, "W13": -19.700083259605432, "S13": -19.700083259605432, "W21": -43.811441259841892, "S21": -43.811441259841892, "W22": -46.34525251248634, "S22": -46.34525251248634, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103703.388888888890506, 519884.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8938623130894161, "S11": 3.8938623130894161, "W12": -10.507276632302473, "S12": -10.507276632302473, "W13": -15.403221018225471, "S13": -18.63075757840928, "W21": -39.89319859577629, "S21": -39.89319859577629, "W22": -44.146236327521478, "S22": -44.146236327521478, "W31": -72.077573815073819, "S31": -72.077573815073819, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103703.833333333328483, 500465.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71944440374500007, "S11": 0.71944440374500007, "W12": -8.5151606693018209, "S12": -9.5151606693018209, "W13": -12.03952584012751, "S13": -13.626988025001459, "W21": -30.0, "S21": -31.782741559953433, "W22": -52.291820191599122, "S22": -52.291820191599122, "W31": -70.0, "S31": -70.791931287780244, "W32": -95.172894674613616, "S32": -100.17289467461362 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 499483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5002537043664264, "S11": 3.5002537043664264, "W12": -10.256580756013815, "S12": -10.256580756013815, "W13": -14.883681784067928, "S13": -17.76358716677494, "W21": -39.326053626006107, "S21": -39.326053626006107, "W22": -39.524818048848147, "S22": -48.191383755128541, "W31": -66.436378037551407, "S31": -74.726571640245268, "W32": -97.74267569389994, "S32": -102.74267569389994 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 500394.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9192529633275051, "S11": 2.9192529633275051, "W12": -10.939950738916254, "S12": -10.939950738916254, "W13": -17.722619590526897, "S13": -20.516691028653987, "W21": -45.352338080840234, "S21": -56.76355096937413, "W22": -39.228125868577692, "S22": -41.957516740962951, "W31": -70.0, "S31": -72.287683264644286, "W32": -96.057589809188784, "S32": -101.05758980918878 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 500812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0076041091033403, "S11": 1.0076041091033403, "W12": -5.9994182664351108, "S12": -6.6687360663678987, "W13": -25.0, "S13": -25.0, "W21": -34.641513600669398, "S21": -40.127978193557716, "W22": -37.835083299023523, "S22": -42.159997717201911, "W31": -67.893685921002145, "S31": -76.578022119664993, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103704.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.049648856789389, "S12": -10.049648856789389, "W13": -21.33560729903413, "S13": -21.33560729903413, "W21": -34.726886726598572, "S21": -34.726886726598572, "W22": -40.0, "S22": -53.100024611466154, "W31": -63.869499758250306, "S31": -72.912127607896508, "W32": -83.679376623376626, "S32": -88.679376623376626 }, "geometry": { "type": "Point", "coordinates": [ 103704.6, 504837.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.934064926643697, "S11": 0.934064926643697, "W12": -5.0040601204248096, "S12": -10.934697662674965, "W13": -24.468654777781488, "S13": -24.468654777781488, "W21": -34.772018116949774, "S21": -37.08462025588738, "W22": -41.334517028393208, "S22": -41.334517028393208, "W31": -70.725217687873069, "S31": -71.763609313111445, "W32": -95.093052421262954, "S32": -100.09305242126295 }, "geometry": { "type": "Point", "coordinates": [ 103704.666666666671517, 505957.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0063921954450166726, "S11": -0.0063921954450166726, "W12": -8.1514237423846225, "S12": -8.2669113567569514, "W13": -27.011020948869536, "S13": -27.011020948869536, "W21": -34.845702298721356, "S21": -35.596372804159515, "W22": -60.0, "S22": -60.0, "W31": -89.563098192130454, "S31": -89.563098192130454, "W32": -97.662668929019915, "S32": -102.66266892901992 }, "geometry": { "type": "Point", "coordinates": [ 103704.666666666671517, 510056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24, "S11": -0.24, "W12": -2.4400001, "S12": -2.4400001, "W13": -22.65, "S13": -22.66, "W21": -38.740002, "S21": -38.740002, "W22": -50.0, "S22": -65.761597993860519, "W31": -100.0, "S31": -100.0, "W32": -104.0703125, "S32": -109.0703125 }, "geometry": { "type": "Point", "coordinates": [ 103704.8, 506906.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74109755041986825, "S11": 0.51485445649721628, "W12": 0.0, "S12": -15.0, "W13": -20.537346373580789, "S13": -20.537346373580789, "W21": -34.946779268813863, "S21": -39.56288962082116, "W22": -50.0, "S22": -50.0, "W31": -100.8354114056373, "S31": -100.8354114056373, "W32": -107.89411248679147, "S32": -112.89411248679147 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 506222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075047885563691241, "S11": -0.075047885563691241, "W12": -3.0409557235421163, "S12": -11.403478546657183, "W13": -19.37169343457667, "S13": -19.37169343457667, "W21": -32.274911903449464, "S21": -32.274911903449464, "W22": -50.0, "S22": -75.0, "W31": -105.46878044683353, "S31": -105.46878044683353, "W32": -109.08613935267232, "S32": -114.08613935267232 }, "geometry": { "type": "Point", "coordinates": [ 103705.0, 507650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1382872726641085, "S11": -0.12387185019223135, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -23.755879603323926, "W21": -36.32522300674998, "S21": -43.731278885625521, "W22": -48.153512219406231, "S22": -52.1201788860729, "W31": -105.10885344463865, "S31": -105.10885344463865, "W32": -105.10885344463865, "S32": -109.27325002134988 }, "geometry": { "type": "Point", "coordinates": [ 103706.0, 505663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7635078844555615, "S11": 0.74155730611700121, "W12": -1.3828126848814666, "S12": -3.7389426748315859, "W13": -21.7106092137358, "S13": -22.699254837397888, "W21": -34.012168307882341, "S21": -34.18175056650832, "W22": -38.515079498697432, "S22": -40.140743636234134, "W31": -60.0, "S31": -61.152483501215713, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103706.0, 506737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53392395419405836, "S11": 0.53392395419405836, "W12": -0.12681467598936397, "S12": -3.8889143260746213, "W13": -20.958547816392972, "S13": -20.958547816392972, "W21": -39.588807533952568, "S21": -41.558926810779788, "W22": -37.896705387455441, "S22": -42.896705387455441, "W31": -67.955384796286012, "S31": -77.212852446546023, "W32": -86.335633051258554, "S32": -91.335633051258554 }, "geometry": { "type": "Point", "coordinates": [ 103706.333333333328483, 506524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48382446372258447, "S11": 0.48382446372258447, "W12": -9.519894575005214, "S12": -10.507767710330752, "W13": -11.675823854864689, "S13": -13.475547408668575, "W21": -30.0, "S21": -31.230267753201392, "W22": -33.674885052117986, "S22": -40.026844372160383, "W31": -73.139640644861885, "S31": -78.104437315285892, "W32": -86.181334798926713, "S32": -91.181334798926713 }, "geometry": { "type": "Point", "coordinates": [ 103706.4, 499590.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7339818867620105, "S12": -5.7339818867620105, "W13": -19.720541185953959, "S13": -19.720541185953959, "W21": -43.80087714106687, "S21": -44.108101155599385, "W22": -63.726758402514832, "S22": -71.812957523046975, "W31": -80.892285682641315, "S31": -82.770674057064141, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103706.545454545455868, 519875.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28999122036874453, "S11": 0.28999122036874453, "W12": -4.9516271868332824, "S12": -4.9516271868332824, "W13": -14.999999999999998, "S13": -18.0, "W21": -30.0, "S21": -34.52566007715285, "W22": -48.266763469949318, "S22": -52.050096803282649, "W31": -105.14242510999939, "S31": -105.14242510999939, "W32": -105.14242510999939, "S32": -109.28406729482764 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 498608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.42050452244627, "S11": 1.3043663685380755, "W12": -11.267028838559565, "S12": -11.422557293844118, "W13": -17.059365841205004, "S13": -20.493665566197553, "W21": -51.621604345378067, "S21": -61.557847686158269, "W22": -60.0, "S22": -60.0, "W31": -89.17824111372498, "S31": -89.17824111372498, "W32": -96.781438546539221, "S32": -101.78143854653922 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 501122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22562900391177029, "S11": 0.22562900391177029, "W12": -2.2643984953105707, "S12": -10.423433018544159, "W13": -22.123824230177672, "S13": -22.123824230177672, "W21": -38.396630800687504, "S21": -38.396630800687504, "W22": -40.0, "S22": -40.0, "W31": -63.04163298302344, "S31": -66.822730967735041, "W32": -90.501957254700258, "S32": -95.501957254700258 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 506887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1579060735289572, "S11": -1.1579060735289572, "W12": -11.452690046826781, "S12": -16.743394261376373, "W13": -19.52271127925021, "S13": -19.52271127925021, "W21": -32.780167803922716, "S21": -32.780167803922716, "W22": -56.654384672070748, "S22": -56.654384672070748, "W31": -70.0, "S31": -70.609572270257857, "W32": -94.116712415540533, "S32": -99.116712415540533 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5854333790865374, "S12": -12.188638461702757, "W13": -27.180616740088105, "S13": -27.180616740088105, "W21": -37.910289598385972, "S21": -37.910362554041619, "W22": -60.212118876140998, "S22": -60.212118876140998, "W31": -88.822311032037931, "S31": -88.822311032037931, "W32": -96.05701308385872, "S32": -101.05701308385872 }, "geometry": { "type": "Point", "coordinates": [ 103707.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73263586956521731, "S11": 0.73263586956521731, "W12": -3.9739764739184453, "S12": -19.554759382940965, "W13": -19.554759382940965, "S13": -19.554759382940965, "W21": -32.453697409273637, "S21": -32.453697409273637, "W22": -46.778628074400892, "S22": -46.778628074400892, "W31": -85.154245880242271, "S31": -85.154245880242271, "W32": -95.741710848283546, "S32": -100.74171084828355 }, "geometry": { "type": "Point", "coordinates": [ 103707.5, 507385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1011616070893955, "W12": -5.0, "S12": -7.3590427861692778, "W13": -24.353474269161485, "S13": -24.453009962719303, "W21": -35.029144495037833, "S21": -35.029144495037833, "W22": -39.403679059568887, "S22": -51.715789899014688, "W31": -63.483006973735044, "S31": -71.757346475752257, "W32": -79.444886617359757, "S32": -84.444886617359757 }, "geometry": { "type": "Point", "coordinates": [ 103707.5, 509236.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55696150940572431, "S11": 0.55696150940572431, "W12": -10.45279294405319, "S12": -10.45279294405319, "W13": -22.411492128802049, "S13": -22.411492128802049, "W21": -35.72412814825023, "S21": -35.72412814825023, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -91.573801930252372, "S31": -91.573801930252372, "W32": -99.780691263529206, "S32": -104.78069126352921 }, "geometry": { "type": "Point", "coordinates": [ 103707.75, 504926.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42939957654464961, "S11": 0.42939957654464961, "W12": -9.360260342634847, "S12": -10.238079547811779, "W13": -12.976593075095437, "S13": -14.432535698046257, "W21": -33.862674812873593, "S21": -36.868140455884159, "W22": -56.513387981156427, "S22": -64.791779326994572, "W31": -80.062974766959812, "S31": -80.062974766959812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 499922.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1385658948392372, "S11": -0.17325608012599236, "W12": -13.421846710923354, "S12": -13.421846710923354, "W13": -20.0, "S13": -23.678459327946761, "W21": -35.734988877269373, "S21": -43.331958731125951, "W22": -42.052018938916213, "S22": -45.919940366401768, "W31": -70.0, "S31": -70.765484455692743, "W32": -95.308219177591454, "S32": -100.30821917759145 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49874685009875364, "S11": 0.49874685009875364, "W12": 0.0, "S12": -6.2037304196463916, "W13": -20.529108212862852, "S13": -20.529108212862852, "W21": -37.212741122072352, "S21": -38.968826638833036, "W22": -34.951672564838638, "S22": -39.253590344088529, "W31": -72.730388272583198, "S31": -76.980626718781068, "W32": -86.996947330538319, "S32": -91.996947330538319 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 506425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083411043762072923, "S11": -0.41658895623792702, "W12": -2.2274120988099524, "S12": -17.405480606430295, "W13": -18.650321898279138, "S13": -18.650321898279138, "W21": -32.239420165211499, "S21": -32.239420165211499, "W22": -47.383568625517462, "S22": -47.383568625517462, "W31": -85.674804208190068, "S31": -85.674804208190068, "W32": -95.620450765373619, "S32": -100.62045076537362 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 507576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00058637500749404714, "S11": -0.00058637500749404714, "W12": -11.523170604573581, "S12": -11.523170604573581, "W13": -18.887472981604226, "S13": -20.278447581567789, "W21": -36.961346212492778, "S21": -39.011312408231106, "W22": -47.916256102681565, "S22": -49.91945712700911, "W31": -102.6729094087157, "S31": -102.6729094087157, "W32": -103.16607418111761, "S32": -108.16607418111761 }, "geometry": { "type": "Point", "coordinates": [ 103708.0, 512627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35444055586742901, "S11": 0.21964887771917879, "W12": -10.332828592814371, "S12": -10.332828592814371, "W13": -20.175293554956696, "S13": -28.978653392547628, "W21": -40.885203762680845, "S21": -42.400183696721456, "W22": -45.958906638112992, "S22": -45.958906638112992, "W31": -85.252792538239987, "S31": -85.252792538239987, "W32": -96.506154168394886, "S32": -101.50615416839489 }, "geometry": { "type": "Point", "coordinates": [ 103708.5, 513114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.063959348725767, "S11": 0.9899504245727615, "W12": -10.116813903912501, "S12": -10.116813903912501, "W13": -15.600516068496297, "S13": -15.654377545750682, "W21": -40.26341300350898, "S21": -51.771281235506365, "W22": -39.299174101853211, "S22": -42.258055130508218, "W31": -70.0, "S31": -72.385311803256542, "W32": -96.386579255942863, "S32": -101.38657925594286 }, "geometry": { "type": "Point", "coordinates": [ 103708.666666666671517, 501518.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6322266110544184, "S11": 1.8768450063585425, "W12": -4.6933436181309647, "S12": -6.0257342124316713, "W13": -24.302868916600126, "S13": -24.302868916600126, "W21": -35.024906786197647, "S21": -35.818264651622052, "W22": -32.994281313370443, "S22": -39.056794881505937, "W31": -71.993866489159373, "S31": -78.097125494305175, "W32": -85.52106335413761, "S32": -90.52106335413761 }, "geometry": { "type": "Point", "coordinates": [ 103708.666666666671517, 509202.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75678387131642255, "S11": 0.75678387131642255, "W12": -11.628715342036729, "S12": -11.628715342036729, "W13": -23.209787482742556, "S13": -23.416207947975391, "W21": -36.834110428015506, "S21": -36.835680740515507, "W22": -40.0, "S22": -40.0, "W31": -62.37967195482657, "S31": -66.359137542312439, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103709.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62611023077166328, "S11": 0.62611023077166328, "W12": 0.0, "S12": -15.596323328460969, "W13": -20.301162321956461, "S13": -20.301162321956461, "W21": -35.363100389555626, "S21": -39.689666854517583, "W22": -60.704655219294992, "S22": -60.704655219294992, "W31": -87.912224331824149, "S31": -87.912224331824149, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103709.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.9783830736783057, "S12": -20.900121811152722, "W13": -21.101534503528207, "S13": -21.101534503528207, "W21": -36.334574771496605, "S21": -36.334574771496605, "W22": -61.988857223064983, "S22": -61.988857223064983, "W31": -85.569286224368241, "S31": -85.569286224368241, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103709.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5243902439024388, "S11": 1.4001006836272369, "W12": -5.4569058900184855, "S12": -16.265966798261545, "W13": -24.886453617368932, "S13": -25.386453617368932, "W21": -35.303549268139285, "S21": -35.374325483041609, "W22": -36.688546913431018, "S22": -36.688546913431018, "W31": -68.766352232348993, "S31": -73.789215275345839, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103709.0, 509590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7292257488383509, "S12": -5.7292257488383509, "W13": -19.605719918597803, "S13": -19.605719918597803, "W21": -43.835704552921321, "S21": -43.835704552921321, "W22": -50.0, "S22": -54.806647491211251, "W31": -100.30671952114893, "S31": -100.30671952114893, "W32": -107.45768287577008, "S32": -112.45768287577008 }, "geometry": { "type": "Point", "coordinates": [ 103709.711111111115315, 519934.311111111135688 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1327203877086631, "S11": 0.70760518033539155, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -22.981550147783253, "S13": -26.484780089875862, "W21": -34.556741790084445, "S21": -42.450510092777158, "W22": -49.053017711620548, "S22": -52.100431521398711, "W31": -79.907930418919847, "S31": -79.907930418919847, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 505737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78418998312128985, "S11": 0.73341567492123916, "W12": 0.0, "S12": -15.021166688006035, "W13": -20.525060467616232, "S13": -20.525060467616232, "W21": -35.09410075896691, "S21": -39.654904975246446, "W22": -60.0, "S22": -61.470294821181511, "W31": -80.926107169072665, "S31": -80.926107169072665, "W32": -90.354120971914028, "S32": -95.354120971914028 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 506229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5152428190122359, "S11": -0.4847571809877641, "W12": -0.4847571809877641, "S12": -4.8075286023415194, "W13": -20.834503255230178, "S13": -20.834503255230178, "W21": -37.860815055530473, "S21": -40.209652785742094, "W22": -50.570536623717921, "S22": -50.570536623717921, "W31": -86.019141330668418, "S31": -86.66848497389806, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 506492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15654765869579707, "S11": -0.34345234130420293, "W12": -3.5094180490443576, "S12": -14.215863632402813, "W13": -18.19103480497704, "S13": -18.19103480497704, "W21": -32.222338153207531, "S21": -32.222338153207531, "W22": -46.86822917260595, "S22": -46.86822917260595, "W31": -78.897944827639151, "S31": -78.897944827639151, "W32": -98.472024765592465, "S32": -103.47202476559247 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 507544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6389177238506845, "S12": -11.362384523272253, "W13": -27.246696035242291, "S13": -27.246696035242291, "W21": -38.241239168696644, "S21": -38.241239168696644, "W22": -33.010769802945497, "S22": -40.146822885579333, "W31": -73.108510993186897, "S31": -77.968926034083935, "W32": -86.331049650260042, "S32": -91.331049650260042 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 510336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7793596426035183, "S12": -5.7793596426035183, "W13": -20.0, "S13": -29.045643213536493, "W21": -44.526244213274843, "S21": -46.433748174661837, "W22": -48.125523012552307, "S22": -49.15480329864976, "W31": -68.742863038657276, "S31": -68.742863038657276, "W32": -90.260479351715205, "S32": -95.260479351715205 }, "geometry": { "type": "Point", "coordinates": [ 103710.0, 518546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -37.707322985562698, "S22": -40.681347784187011, "W31": -65.82089805280927, "S31": -76.300233938012823, "W32": -99.862269092436975, "S32": -104.86226909243697 }, "geometry": { "type": "Point", "coordinates": [ 103710.326530612248462, 524908.04081632650923 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5331859240924837, "S11": 1.5331859240924837, "W12": -9.6625584979041719, "S12": -9.6625584979041719, "W13": -21.28535782432764, "S13": -26.121539407769902, "W21": -38.111414246086994, "S21": -40.413984035097506, "W22": -61.90337812578629, "S22": -61.90337812578629, "W31": -75.133854124869856, "S31": -75.133854124869856, "W32": -87.832826124907683, "S32": -92.832826124907683 }, "geometry": { "type": "Point", "coordinates": [ 103710.428571428565192, 503436.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50969788842823005, "S11": 0.50969788842823005, "W12": 0.0, "S12": -5.1119950003503076, "W13": -20.793477618185548, "S13": -20.793477618185548, "W21": -39.22795155371643, "S21": -41.693988513528893, "W22": -61.197191562448985, "S22": -61.197191562448985, "W31": -87.002137631610381, "S31": -87.002137631610381, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.666666666671517, 506482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58466613545825563, "S11": 0.58466613545825563, "W12": -1.4863709077569309, "S12": -7.7652185097970561, "W13": -21.453683638936674, "S13": -21.453683638936674, "W21": -35.28663655435323, "S21": -35.28663655435323, "W22": -38.16936098065981, "S22": -39.884231638171478, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103710.666666666671517, 506764.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4416871415404362, "S11": 3.4416871415404362, "W12": -10.24124476151492, "S12": -10.24124476151492, "W13": -14.826500482470246, "S13": -17.643640697901802, "W21": -39.272339344641537, "S21": -39.272339344641537, "W22": -37.432713214324401, "S22": -38.524277000332631, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103711.0, 500390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74664072450835861, "S11": 0.74664072450835861, "W12": 0.0, "S12": -15.311920011434408, "W13": -20.404629131953776, "S13": -20.404629131953776, "W21": -35.253928612026648, "S21": -39.696529518613517, "W22": -34.500619945248864, "S22": -40.398507029553684, "W31": -73.336303731986703, "S31": -77.776432059395006, "W32": -86.809320135418403, "S32": -91.809320135418403 }, "geometry": { "type": "Point", "coordinates": [ 103711.0, 506238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1418498498498026, "S11": 0.89184984984980264, "W12": -1.6477875883891224, "S12": -17.027172776570495, "W13": -21.45199023500151, "S13": -21.937842924626132, "W21": -37.404690616645411, "S21": -37.824434783277752, "W22": -38.166317372300796, "S22": -46.559972906738807, "W31": -65.955724525437219, "S31": -76.283277143618335, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103711.0, 506687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7259265385158447, "S12": -5.7259265385158447, "W13": -19.627121242486261, "S13": -19.627121242486261, "W21": -43.826585865716318, "S21": -44.036032708713854, "W22": -59.944758499621585, "S22": -59.944758499621585, "W31": -92.676713984949942, "S31": -92.676713984949942, "W32": -100.18601490227677, "S32": -105.18601490227677 }, "geometry": { "type": "Point", "coordinates": [ 103711.363636363632395, 519923.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1444811365731309, "S11": -1.8555188634268691, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -23.802083333333332, "W21": -38.039358221335064, "S21": -44.095012182753386, "W22": -50.0, "S22": -76.25, "W31": -104.75932344029603, "S31": -104.75932344029603, "W32": -110.0, "S32": -115.0 }, "geometry": { "type": "Point", "coordinates": [ 103712.0, 505486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6987445456633341, "S11": 2.4058851803864205, "W12": -4.1036124122798974, "S12": -4.1036124122798974, "W13": -23.296025602858052, "S13": -23.296025602858052, "W21": -35.861090863906817, "S21": -35.861090863906817, "W22": -50.78507338370391, "S22": -50.78507338370391, "W31": -85.690894415189931, "S31": -86.762404335468219, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103712.0, 508972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55297431185330181, "S11": 0.55297431185330181, "W12": -14.437664501713661, "S12": -14.437664501713661, "W13": -21.831111867072472, "S13": -22.917322594496742, "W21": -42.895386730678659, "S21": -42.895386730678659, "W22": -38.542946874586569, "S22": -38.719457739235757, "W31": -69.698592386044623, "S31": -75.761339113657343, "W32": -91.842287602601004, "S32": -96.842287602601004 }, "geometry": { "type": "Point", "coordinates": [ 103712.0, 514527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48406416484131531, "S11": -0.48406416484131531, "W12": -7.3534789075734404, "S12": -8.9150923827507462, "W13": -21.205045434406848, "S13": -21.205045434406848, "W21": -32.329231747283217, "S21": -32.329231747283217, "W22": -37.881700633352352, "S22": -42.35870147810806, "W31": -67.828147228868929, "S31": -76.544121440903311, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103712.25, 507840.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71763942885039844, "S11": 0.71763942885039844, "W12": -10.991357595652209, "S12": -10.991357595652209, "W13": -22.831426202727709, "S13": -22.831426202727709, "W21": -36.726379275631395, "S21": -36.726379275631395, "W22": -37.690430491215452, "S22": -39.230553948005578, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 505014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6154471544715445, "S11": 1.3289529875556008, "W12": -5.4028627937215425, "S12": -17.489275018414851, "W13": -24.838536509297885, "S13": -25.338536509297885, "W21": -35.283131895162626, "S21": -35.283131895162626, "W22": -46.55635158620882, "S22": -46.55635158620882, "W31": -79.791699335626063, "S31": -79.791699335626063, "W32": -99.82117399981351, "S32": -104.82117399981351 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 509558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9804447629959601, "S12": -17.542427779841709, "W13": -30.192399096922408, "S13": -30.192399096922408, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -106.1743317159906, "S31": -106.1743317159906, "W32": -106.1743317159906, "S32": -109.72908165968946 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 510550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2313260676026361, "S11": 0.2313260676026361, "W12": -10.228889799262598, "S12": -13.23971315652169, "W13": -21.422473726758287, "S13": -31.207153604807068, "W21": -36.914787304893835, "S21": -36.955624858187512, "W22": -45.581531069696126, "S22": -45.581531069696126, "W31": -73.61681220850997, "S31": -74.61681220850997, "W32": -95.91021088909558, "S32": -100.91021088909558 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 511645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37797320298520498, "S11": 0.37797320298520498, "W12": -13.647163803058405, "S12": -13.647163803058405, "W13": -21.76960887306393, "S13": -23.202813905412999, "W21": -43.170754774312151, "S21": -43.233304206207059, "W22": -47.89905159942132, "S22": -55.796309248991633, "W31": -67.829861168929639, "S31": -68.327546354114688, "W32": -91.739161216187526, "S32": -96.739161216187526 }, "geometry": { "type": "Point", "coordinates": [ 103713.0, 514630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52469308469307441, "S11": 0.52469308469307441, "W12": -14.710343418467192, "S12": -23.657489574851262, "W13": -25.206281315477813, "S13": -28.084892285740228, "W21": -39.931992736578586, "S21": -39.931992736578586, "W22": -39.662344713491194, "S22": -48.950952595973305, "W31": -66.445284386700962, "S31": -74.130469571886181, "W32": -97.108618058414251, "S32": -102.10861805841425 }, "geometry": { "type": "Point", "coordinates": [ 103713.666666666671517, 503955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71092057319991286, "S11": 0.71092057319991286, "W12": -15.323660567771579, "S12": -15.323660567771579, "W13": -21.567210313552874, "S13": -23.040095063323886, "W21": -38.198878031555026, "S21": -45.795392138749165, "W22": -40.021594409888323, "S22": -45.727876209892642, "W31": -60.0, "S31": -66.409428729894756, "W32": -82.011418757200005, "S32": -87.011418757200005 }, "geometry": { "type": "Point", "coordinates": [ 103713.75, 514063.6875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58763844685580047, "S11": 0.58763844685580047, "W12": -5.417395640280259, "S12": -6.3061617069704727, "W13": -15.0, "S13": -16.973355281903299, "W21": -30.0, "S21": -37.786725001134478, "W22": -35.541131367488717, "S22": -38.306357182642657, "W31": -74.387492713207294, "S31": -74.387492713207294, "W32": -88.561756963741388, "S32": -93.561756963741388 }, "geometry": { "type": "Point", "coordinates": [ 103713.764705882349517, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88488537717375171, "S11": -0.88488537717375171, "W12": -5.5692206502744117, "S12": -21.138475482404147, "W13": -22.947015652434445, "S13": -29.189916706298536, "W21": -44.713317919204144, "S21": -46.041435579907606, "W22": -37.719823357703433, "S22": -40.898617818741286, "W31": -65.808693438653265, "S31": -76.286538742520648, "W32": -99.883137411764949, "S32": -104.88313741176495 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 504119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1900435998540908, "S11": -0.88231574400609625, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -24.159003831417625, "W21": -38.33124342621489, "S21": -44.840409316998233, "W22": -50.999610143689573, "S22": -50.999610143689573, "W31": -85.382152940271681, "S31": -86.875829137598146, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0436593826762204, "S11": 0.92726162610408192, "W12": -16.132355524328123, "S12": -16.132355524328123, "W13": -25.000000000000004, "S13": -27.470923856758045, "W21": -34.504203222937797, "S21": -42.607195395190573, "W22": -39.203181729168705, "S22": -52.268127388774118, "W31": -66.173653703141412, "S31": -76.231833779425102, "W32": -99.991640176691575, "S32": -104.99164017669158 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 505781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.074204607789396554, "S11": 0.074204607789396554, "W12": -5.304572608195306, "S12": -9.192660025175984, "W13": -19.754664231525833, "S13": -19.754664231525833, "W21": -34.296942466536066, "S21": -34.296942466536066, "W22": -51.901658194486345, "S22": -51.901658194486345, "W31": -75.239998, "S31": -75.239998, "W32": -86.224817377600843, "S32": -91.224817377600843 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 507130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064670674356011593, "S11": -0.064670674356011593, "W12": -11.685012567981355, "S12": -11.685012567981355, "W13": -17.959165536932829, "S13": -35.122459504376174, "W21": -35.812763710463109, "S21": -37.204079474231676, "W22": -35.685681225994777, "S22": -37.549190139508283, "W31": -69.827280048763441, "S31": -76.439370419243218, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 512028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012328645240054789, "S11": -0.012328645240054789, "W12": -11.559309420446338, "S12": -11.559309420446338, "W13": -18.798919137272485, "S13": -19.802600666175, "W21": -36.697809639625063, "S21": -38.833189879285619, "W22": -58.640865825965115, "S22": -58.640865825965115, "W31": -93.779626039647297, "S31": -93.779626039647297, "W32": -100.42726386216712, "S32": -105.42726386216712 }, "geometry": { "type": "Point", "coordinates": [ 103714.0, 512602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10749195200470757, "S11": -0.10749195200470757, "W12": -4.8801983613626803, "S12": -4.8801983613626803, "W13": -15.069308694113559, "S13": -16.937279005275567, "W21": -30.585848117139626, "S21": -32.451509622165325, "W22": -46.808015192958749, "S22": -46.808015192958749, "W31": -85.026888030558453, "S31": -85.026888030558453, "W32": -95.756366815662801, "S32": -100.7563668156628 }, "geometry": { "type": "Point", "coordinates": [ 103714.333333333328483, 498327.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96443648362461165, "S11": 0.96443648362461176, "W12": -5.3824710046117294, "S12": -8.4544250018485787, "W13": -24.891691559993802, "S13": -24.891691559993802, "W21": -34.647526895239857, "S21": -39.029393668515006, "W22": -47.070738078645661, "S22": -47.070738078645661, "W31": -76.351056776111733, "S31": -76.642853458654017, "W32": -97.476908324331134, "S32": -102.47690832433113 }, "geometry": { "type": "Point", "coordinates": [ 103714.333333333328483, 505886.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0758221561855823, "S12": -21.824418343676982, "W13": -30.92723887986665, "S13": -30.92723887986665, "W21": -40.0, "S21": -40.0, "W22": -32.526283541629148, "S22": -38.471440365420612, "W31": -70.209442753898813, "S31": -76.93014852389733, "W32": -85.208539505617978, "S32": -90.208539505617978 }, "geometry": { "type": "Point", "coordinates": [ 103714.333333333328483, 510606.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0081234194586567113, "S11": 0.0081234194586567113, "W12": -11.404772178979483, "S12": -11.404772178979483, "W13": -18.3908149651656, "S13": -29.363654471339444, "W21": -35.994664194693058, "S21": -37.313836195725251, "W22": -60.994303396442035, "S22": -60.994303396442035, "W31": -69.952973093555102, "S31": -70.937134050470675, "W32": -89.542210840802397, "S32": -94.542210840802397 }, "geometry": { "type": "Point", "coordinates": [ 103714.444444444437977, 511935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.027463507782580231, "S11": -0.027463507782580231, "W12": -11.611444180510688, "S12": -11.611444180510688, "W13": -18.747386597935751, "S13": -19.40949875123966, "W21": -36.515239892874746, "S21": -38.601973080111712, "W22": -40.353481954639676, "S22": -43.442231840634747, "W31": -66.764264675214122, "S31": -70.952816863766472, "W32": -94.199002249307512, "S32": -99.199002249307512 }, "geometry": { "type": "Point", "coordinates": [ 103714.666666666671517, 512580.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 1.04, "S11": 1.04, "W12": -0.17, "S12": -21.360001, "W13": -21.370001, "S13": -21.560001, "W21": -35.860001, "S21": -35.860001, "W22": -51.433140087398698, "S22": -51.433140087398698, "W31": -85.524305441123161, "S31": -87.440147915498272, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103714.9, 506958.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3437511117435692, "S11": 1.1755815429210152, "W12": -10.329091535332285, "S12": -10.329091535332285, "W13": -15.817219726086719, "S13": -18.136369842585111, "W21": -41.91959045258902, "S21": -53.584097607703434, "W22": -39.279283096583868, "S22": -41.993332474049659, "W31": -70.0, "S31": -72.626849537193436, "W32": -96.184708453256576, "S32": -101.18470845325658 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 501459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78762885772506053, "S11": 0.78762885772506053, "W12": -11.530895098687791, "S12": -11.530895098687791, "W13": -23.214266316955555, "S13": -23.214266316955555, "W21": -36.948444094232499, "S21": -36.948980031732496, "W22": -38.983611725878447, "S22": -48.406478853016601, "W31": -64.513934820737177, "S31": -74.441812756894578, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 505101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -6.4577248677705432, "W13": -20.628407419978057, "S13": -20.628407419978057, "W21": -37.606692387422079, "S21": -39.527436949832776, "W22": -53.721270443189816, "S22": -53.721270443189816, "W31": -85.320855210970024, "S31": -85.320855210970024, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 506440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29988272440234542, "S11": 0.29988272440234542, "W12": -3.9081523533944549, "S12": -19.468138333184836, "W13": -19.468138333184836, "S13": -19.468138333184836, "W21": -32.625595927172157, "S21": -32.625595927172157, "W22": -39.418159371878026, "S22": -51.630368010834829, "W31": -63.526042562695643, "S31": -71.618992246189364, "W32": -78.193895346350899, "S32": -83.193895346350899 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 507439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20841936987943788, "S11": -0.29158063012056212, "W12": -3.8747377691110096, "S12": -11.646906004762391, "W13": -17.863620471462035, "S13": -17.863620471462035, "W21": -32.200509262149922, "S21": -32.200509262149922, "W22": -49.999999999999993, "S22": -56.505775145164478, "W31": -100.0, "S31": -100.0, "W32": -105.22421524663679, "S32": -110.22421524663679 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 507519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32892796288946918, "S11": 0.32692796288946924, "W12": -7.6081060095789885, "S12": -10.760787521647023, "W13": -26.893939393939398, "S13": -26.893939393939398, "W21": -34.824993360126847, "S21": -34.826662122476407, "W22": -40.0, "S22": -43.891910137158014, "W31": -78.222646780602744, "S31": -82.278070481087454, "W32": -98.932973272399934, "S32": -103.93297327239993 }, "geometry": { "type": "Point", "coordinates": [ 103715.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.930925752574272, "S11": 1.6082413180383985, "W12": -11.037640914887874, "S12": -11.037640914887874, "W13": -16.523629080279324, "S13": -20.414293466307413, "W21": -50.411318171919234, "S21": -61.136579254836654, "W22": -35.051396022942882, "S22": -39.2369690794864, "W31": -73.730410498938184, "S31": -76.761965395144841, "W32": -87.969683355995173, "S32": -92.969683355995173 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 501260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1531063593253321, "S11": 0.41270697376465637, "W12": -11.151176825588415, "S12": -11.151176825588415, "W13": -22.41544600492611, "S13": -25.998651896640684, "W21": -34.663157689698714, "S21": -42.50825232245424, "W22": -35.643739103651015, "S22": -38.206084973903202, "W31": -74.695010671310456, "S31": -74.695010671310456, "W32": -88.513505676134955, "S32": -93.513505676134955 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49096914799427904, "S11": 0.49096914799427904, "W12": 0.0, "S12": -7.698244479518789, "W13": -20.224580162753909, "S13": -20.224580162753909, "W21": -37.258284590219468, "S21": -40.22171747459717, "W22": -42.224288576210448, "S22": -42.224288576210448, "W31": -72.249219054516033, "S31": -72.249219054516033, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5852691765875671, "S11": -0.41473082341243295, "W12": -4.9544058260356696, "S12": -7.0427187820231545, "W13": -24.320895278258511, "S13": -24.320895278258511, "W21": -35.125523120655288, "S21": -35.760397523928702, "W22": -62.460837606199178, "S22": -62.460837606199178, "W31": -75.268064678693122, "S31": -75.268064678693122, "W32": -87.727679286657562, "S32": -92.727679286657562 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 509214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29845419639304771, "S11": 0.062335052379166866, "W12": -10.476429746896711, "S12": -10.476429746896711, "W13": -19.956566464229969, "S13": -27.503188017266677, "W21": -40.097936276756656, "S21": -42.378422387867765, "W22": -36.79466486240554, "S22": -36.79466486240554, "W31": -68.591173441227099, "S31": -73.242051087071189, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.0, 513026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7190712525731442, "S12": -5.7190712525731442, "W13": -19.511356577590288, "S13": -19.511356577590288, "W21": -43.859967846000707, "S21": -43.859967846000707, "W22": -50.0, "S22": -55.448983060449834, "W31": -105.1071498916683, "S31": -105.1071498916683, "W32": -109.0933681559556, "S32": -114.0933681559556 }, "geometry": { "type": "Point", "coordinates": [ 103716.033333333340124, 519983.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63792131514343187, "S11": 0.63792131514343187, "W12": -15.221068029443501, "S12": -15.221068029443501, "W13": -21.519415552887946, "S13": -23.450212993350306, "W21": -38.415898418386796, "S21": -45.612406083542908, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -91.766618723031698, "S31": -91.766618723031698, "W32": -99.924729414578721, "S32": -104.92472941457872 }, "geometry": { "type": "Point", "coordinates": [ 103716.142857142855064, 514017.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7179230036512454, "S12": -5.7179230036512454, "W13": -19.533701299018688, "S13": -19.533701299018688, "W21": -43.852294590365723, "S21": -43.870200509268713, "W22": -46.367610916791882, "S22": -46.367610916791882, "W31": -80.0298803866106, "S31": -80.0298803866106, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103716.181818181823473, 519972.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42559866849333677, "S11": 0.42559866849333677, "W12": -8.9198380608667769, "S12": -9.2759628964171554, "W13": -12.950981896906884, "S13": -17.098181693633723, "W21": -36.208965222733525, "S21": -37.756146269499865, "W22": -46.354583866566806, "S22": -46.354583866566806, "W31": -80.034860451045702, "S31": -80.034860451045702, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 500046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1607830603276079, "S11": 0.025990433599497376, "W12": -12.631261315630658, "S12": -12.631261315630658, "W13": -21.247935635467982, "S13": -24.91281183315796, "W21": -35.091748880594501, "S21": -42.843204107979055, "W22": -40.0, "S22": -40.855256632779572, "W31": -60.0, "S31": -64.718077641063374, "W32": -87.876359856649117, "S32": -92.876359856649117 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 505706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95960962879439127, "S11": 0.94206648992832476, "W12": -5.3954480687616391, "S12": -8.2732345591839529, "W13": -24.910527810429674, "S13": -24.910527810429674, "W21": -34.637468812232157, "S21": -39.241463460826942, "W22": -63.021379391469999, "S22": -69.701467338250851, "W31": -81.388500501934516, "S31": -86.216963315256507, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 505884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34611079249037802, "S11": -0.34611079249037802, "W12": -4.8185583153347737, "S12": -4.8185583153347764, "W13": -20.120374793142098, "S13": -20.120374793142098, "W21": -32.292362738860788, "S21": -32.292362738860788, "W22": -62.988531684157046, "S22": -69.603290958032346, "W31": -81.415239110948562, "S31": -86.381156394818262, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103717.0, 507774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63862798078572647, "S11": 0.63862798078572647, "W12": -9.5378351757442896, "S12": -9.5378351757442896, "W13": -13.218431985167891, "S13": -17.376961950634552, "W21": -37.516857872935887, "S21": -38.366573052205403, "W22": -37.896534814774753, "S22": -39.657229173113251, "W31": -68.014666647468417, "S31": -73.018248309359535, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103718.0, 500130.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3292803970223326, "S11": 1.6942550278612214, "W12": -10.553331223294826, "S12": -10.553331223294826, "W13": -16.043035781952035, "S13": -21.043035781952035, "W21": -44.518640420279766, "S21": -56.413063739980714, "W22": -40.004445310276971, "S22": -46.080510126499377, "W31": -66.662354711740107, "S31": -71.730746967632371, "W32": -94.706590515001068, "S32": -99.706590515001068 }, "geometry": { "type": "Point", "coordinates": [ 103718.0, 501396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.161781760674749, "S12": -10.161781760674749, "W13": -15.0, "S13": -18.125731023685674, "W21": -38.152552974214963, "S21": -38.152552974214963, "W22": -35.988702059741264, "S22": -37.491596494356529, "W31": -69.54632186721571, "S31": -75.656009159788908, "W32": -85.000000000000014, "S32": -90.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103718.0, 501888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62967705137679386, "S11": 0.62967705137679386, "W12": -10.208027674619647, "S12": -28.557796345554312, "W13": -28.557796345554312, "S13": -28.557796345554312, "W21": -33.713704097009341, "S21": -33.713704097009341, "W22": -38.970963305934646, "S22": -48.554959239068751, "W31": -64.576290231984672, "S31": -74.510565979826467, "W32": -90.043329478081205, "S32": -95.043329478081205 }, "geometry": { "type": "Point", "coordinates": [ 103718.0, 507217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1351875670623612, "S11": 2.3026949007837962, "W12": -11.07645347271837, "S12": -11.07645347271837, "W13": -17.527135764762278, "S13": -20.516922092521451, "W21": -47.684138804901451, "S21": -58.499222909382532, "W22": -48.542647845810919, "S22": -48.542647845810919, "W31": -86.368871427802588, "S31": -86.368871427802588, "W32": -95.416896650416248, "S32": -100.41689665041625 }, "geometry": { "type": "Point", "coordinates": [ 103718.2, 500867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97308028627009036, "S11": 0.90317252198945952, "W12": -7.7876026113381025, "S12": -8.5452759618477927, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.603820728154552, "S21": -40.575908628214435, "W22": -38.325846865537777, "S22": -40.109699409337132, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103718.25, 505862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7210770109106495, "S11": 2.7210770109106495, "W12": -5.1459951923440119, "S12": -5.1459951923440119, "W13": -15.710558946682772, "S13": -18.373870072466669, "W21": -37.067028497307021, "S21": -46.832578736541471, "W22": -61.787480821076073, "S22": -61.787480821076073, "W31": -86.072732583613274, "S31": -86.072732583613274, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103719.0, 502841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7678455740829779, "S12": -5.7678455740829779, "W13": -20.0, "S13": -31.141897461854565, "W21": -44.782048734240767, "S21": -45.098562627826666, "W22": -37.925881298211443, "S22": -42.296998147000195, "W31": -67.723512219724142, "S31": -76.130816609614101, "W32": -85.026043109658119, "S32": -90.026043109658119 }, "geometry": { "type": "Point", "coordinates": [ 103719.333333333328483, 518497.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65924613824774858, "S11": -0.65924613824774858, "W12": -11.133674222456509, "S12": -11.133674222456509, "W13": -16.135270054773624, "S13": -20.194879838791266, "W21": -39.997973965456112, "S21": -41.80868446386544, "W22": -35.684147887000456, "S22": -38.75217564584549, "W31": -74.502071143180231, "S31": -74.827077206726671, "W32": -88.460374047811015, "S32": -93.460374047811015 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5512021277333448, "S11": 2.5512021277333448, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.852946866564974, "W21": -37.701823558960044, "S21": -46.563277415385201, "W22": -40.001551735075807, "S22": -54.31111164671259, "W31": -64.449317562010037, "S31": -74.104770282347317, "W32": -87.850937449490871, "S32": -92.850937449490871 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 502764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72344517811900055, "S11": 0.72344517811900055, "W12": -10.891797650250801, "S12": -10.891797650250801, "W13": -22.84635852816929, "S13": -22.84635852816929, "W21": -36.614063619843627, "S21": -36.614063619843627, "W22": -60.0, "S22": -61.665958893427614, "W31": -80.696153308399431, "S31": -80.696153308399431, "W32": -90.261763363939764, "S32": -95.261763363939764 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2064253330785693, "S11": -0.77471385967888096, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -24.237132096526715, "W21": -38.251988909942042, "S21": -44.82414775539371, "W22": -37.933185485247783, "S22": -38.14889193243571, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 505550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63027805284536398, "S11": -1.2332351620162263, "W12": -5.0, "S12": -5.0, "W13": -21.01798154212565, "S13": -21.01798154212565, "W21": -35.567597864635552, "S21": -35.567597864635552, "W22": -35.691813749359888, "S22": -38.627810031657198, "W31": -74.535487359011455, "S31": -74.535487359011455, "W32": -88.480724048594851, "S32": -93.480724048594851 }, "geometry": { "type": "Point", "coordinates": [ 103720.0, 508605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97767048211008334, "S11": -0.97767048211008334, "W12": -5.0, "S12": -15.0, "W13": -19.841509584905694, "S13": -19.841509584905694, "W21": -34.111920503962743, "S21": -34.111920503962743, "W22": -35.650306622793543, "S22": -38.418243032378193, "W31": -74.596489907253925, "S31": -74.596489907253925, "W32": -88.494507615903046, "S32": -93.494507615903046 }, "geometry": { "type": "Point", "coordinates": [ 103720.6, 508392.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6124930901050294, "W12": -10.442866052893701, "S12": -10.442866052893701, "W13": -15.93555459319006, "S13": -19.679313607946522, "W21": -42.740641711229948, "S21": -54.443596739464866, "W22": -51.906817017273063, "S22": -51.906817017273063, "W31": -85.563968625383112, "S31": -87.473591001173133, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103721.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45143535296878101, "S11": 0.45143535296878101, "W12": -9.3512807192913456, "S12": -22.490570851370585, "W13": -22.490570851370585, "S13": -22.490570851370585, "W21": -33.933070766784503, "S21": -33.933070766784503, "W22": -50.0, "S22": -85.0, "W31": -104.58899333246724, "S31": -104.58899333246724, "W32": -109.67978472922972, "S32": -114.67978472922972 }, "geometry": { "type": "Point", "coordinates": [ 103721.0, 507257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1250093638106637, "S12": -20.507624989411809, "W13": -30.78771735255674, "S13": -30.78771735255674, "W21": -40.0, "S21": -40.0, "W22": -64.252301196587183, "S22": -72.053657954284176, "W31": -80.373301653286731, "S31": -80.373301653286731, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103721.0, 510594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7109808140948379, "S12": -5.7109808140948379, "W13": -19.4402813555511, "S13": -19.4402813555511, "W21": -43.878003315015128, "S21": -43.880230938449834, "W22": -44.457926839641033, "S22": -45.648272091027358, "W31": -80.0, "S31": -80.0, "W32": -98.480389991015983, "S32": -103.48038999101598 }, "geometry": { "type": "Point", "coordinates": [ 103721.0, 520021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5168240097326642, "S11": 2.5168240097326642, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.894975629254848, "W21": -37.796465018229831, "S21": -46.282131163132185, "W22": -38.60214352139829, "S22": -39.012138328165037, "W31": -69.925573729649969, "S31": -75.52603082501669, "W32": -92.246695448246456, "S32": -97.246695448246456 }, "geometry": { "type": "Point", "coordinates": [ 103721.333333333328483, 502751.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054340640557724446, "S11": -0.054340640557724459, "W12": -11.699717756448004, "S12": -11.699717756448004, "W13": -18.60730021426723, "S13": -18.846245304891738, "W21": -36.069133573256401, "S21": -38.19263375199143, "W22": -39.985038242973438, "S22": -49.396957640757861, "W31": -66.533389709714086, "S31": -72.776024389848757, "W32": -95.65480075101155, "S32": -100.65480075101155 }, "geometry": { "type": "Point", "coordinates": [ 103721.333333333328483, 512533.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075367744676331533, "S11": -0.93188979103020364, "W12": -5.0, "S12": -5.0, "W13": -21.724051056862194, "S13": -21.724051056862194, "W21": -35.947934826118185, "S21": -37.652689139696577, "W22": -39.512006239634509, "S22": -51.268101972045116, "W31": -63.506389089375482, "S31": -71.405693598923946, "W32": -78.129413611132492, "S32": -83.129413611132492 }, "geometry": { "type": "Point", "coordinates": [ 103721.5, 508718.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6360926909576379, "S11": 3.6360926909576379, "W12": -10.35043779116231, "S12": -10.35043779116231, "W13": -15.055863570442572, "S13": -17.961547080220207, "W21": -39.493924589648501, "S21": -39.495516407550681, "W22": -47.044164559315028, "S22": -47.044164559315028, "W31": -85.117499906304317, "S31": -86.01814453388765, "W32": -98.627709544707059, "S32": -103.62770954470706 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98428296805767412, "S11": 0.09433821920956964, "W12": 0.0, "S12": -15.0, "W13": -21.430078237855735, "S13": -21.430078237855735, "W21": -33.650027523879878, "S21": -38.770378897879318, "W22": -35.13184343809862, "S22": -38.269188469919982, "W31": -73.160726658527253, "S31": -73.160726658527253, "W32": -88.663966723325359, "S32": -93.663966723325359 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76563591175752677, "S11": 0.76563591175752677, "W12": -1.2232492209825816, "S12": -12.792479531957007, "W13": -21.783301241190227, "S13": -21.783301241190227, "W21": -37.187118184648995, "S21": -37.187118184648995, "W22": -44.000421213186257, "S22": -44.000421213186257, "W31": -76.752446773215553, "S31": -76.752446773215553, "W32": -97.974366119426634, "S32": -102.97436611942663 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 506938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2286518350762673, "S11": -0.27134816492373265, "W12": -3.8397829813332494, "S12": -10.899075419839171, "W13": -17.733561764437127, "S13": -17.733561764437127, "W21": -32.178299270250193, "S21": -32.178299270250193, "W22": -51.214035695462492, "S22": -53.401556574524179, "W31": -96.839956035232873, "S31": -96.839956035232873, "W32": -96.839956035232873, "S32": -101.25836463855633 }, "geometry": { "type": "Point", "coordinates": [ 103722.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043698123907617514, "S11": 0.043698123907617514, "W12": -10.0, "S12": -14.595593860839003, "W13": -25.940196219019498, "S13": -25.989527181079346, "W21": -37.674808059215337, "S21": -37.674808059215337, "W22": -46.825489243088981, "S22": -50.708822576422314, "W31": -104.74077210535833, "S31": -104.74077210535833, "W32": -104.74077210535833, "S32": -109.02971903555468 }, "geometry": { "type": "Point", "coordinates": [ 103722.333333333328483, 511408.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7089167563079695, "S12": -5.7089167563079695, "W13": -19.416993236582769, "S13": -19.416993236582769, "W21": -43.884231139080121, "S21": -43.884231139080121, "W22": -37.835228187690618, "S22": -40.032052899947011, "W31": -67.850964084990309, "S31": -73.28195739922144, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103722.355555555550382, 520033.15555555553874 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69519286452667339, "S11": -1.0798935674614367, "W12": -7.5667003094855607, "S12": -7.5667003094855607, "W13": -20.728456695787784, "S13": -23.737874779989191, "W21": -43.92429153465774, "S21": -43.92429153465774, "W22": -39.37696786356414, "S22": -51.70171113984776, "W31": -63.664401139911845, "S31": -71.81963402750489, "W32": -78.456914829286447, "S32": -83.456914829286447 }, "geometry": { "type": "Point", "coordinates": [ 103722.363636363632395, 516139.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6725400773908237, "W12": -10.467735028811335, "S12": -10.467735028811335, "W13": -15.961998592540464, "S13": -20.02705277353828, "W21": -42.94290777897335, "S21": -54.642241782586815, "W22": -62.679018553233242, "S22": -68.668521315664179, "W31": -81.674207930790232, "S31": -87.59823958794064, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 501420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -16.598393790761602, "W13": -23.756605843055141, "S13": -26.750622133962555, "W21": -39.275825505266155, "S21": -40.16164650799562, "W22": -46.470089823410731, "S22": -46.470089823410731, "W31": -80.004980064435102, "S31": -80.004980064435102, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 503650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.743849115913557, "S12": -22.780024026453365, "W13": -25.199922109866083, "S13": -28.650883706019929, "W21": -39.934829831460675, "S21": -39.959374952965199, "W22": -41.42382309775649, "S22": -44.311350356067265, "W31": -75.763902155282437, "S31": -80.168816078063657, "W32": -99.076372553926234, "S32": -104.07637255392623 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38867203219315893, "S11": -0.38867203219315893, "W12": -5.0, "S12": -16.037939087484091, "W13": -24.355759607416669, "S13": -29.741883729196502, "W21": -40.812914197636147, "S21": -43.812914197636147, "W22": -40.921941225842005, "S22": -44.471153996653207, "W31": -74.716697254899103, "S31": -79.176334080819501, "W32": -99.417947049697005, "S32": -104.41794704969701 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 504022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.102350265352539, "S12": -10.102350265352539, "W13": -21.575020910985234, "S13": -21.575020910985234, "W21": -34.995635438745701, "S21": -34.995635438745701, "W22": -34.150002, "S22": -38.875769748536626, "W31": -72.279383796120186, "S31": -77.401339199207669, "W32": -85.636901437866854, "S32": -90.636901437866854 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 504852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024711916339172746, "S11": -0.47528808366082725, "W12": -2.1639875809935205, "S12": -15.939891005619314, "W13": -19.011211733672713, "S13": -19.011211733672713, "W21": -32.20809444668793, "S21": -32.20809444668793, "W22": -50.0, "S22": -58.443412162162161, "W31": -100.0, "S31": -100.0, "W32": -102.57002024291498, "S32": -107.57002024291498 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 507591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29758293544129744, "S11": -0.29758293544129744, "W12": -4.4201754859611233, "S12": -4.4201754859611233, "W13": -19.814581868200921, "S13": -19.814581868200921, "W21": -32.267306768079969, "S21": -32.267306768079969, "W22": -49.999999999999993, "S22": -64.940767002464426, "W31": -100.0, "S31": -100.0, "W32": -103.40951417004048, "S32": -108.40951417004048 }, "geometry": { "type": "Point", "coordinates": [ 103723.0, 507747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.580479452054794, "S12": -22.038632177315332, "W13": -25.131816450875856, "S13": -27.587103802901133, "W21": -40.0, "S21": -40.0, "W22": -57.541698506003755, "S22": -57.541698506003755, "W31": -82.118516817410978, "S31": -82.118516817410978, "W32": -93.173772985227757, "S32": -98.173772985227757 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 503883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83208025172744626, "S11": -0.83208025172744626, "W12": -5.0, "S12": -20.479712225580585, "W13": -23.153921469857185, "S13": -29.344348870325494, "W21": -45.24553225902762, "S21": -46.137682372649806, "W22": -56.688664937930291, "S22": -56.688664937930291, "W31": -82.762865371497867, "S31": -82.762865371497867, "W32": -93.888673654606379, "S32": -98.888673654606379 }, "geometry": { "type": "Point", "coordinates": [ 103724.0, 504108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1900001, "S11": -1.1900001, "W12": -4.6900001, "S12": -21.8900011, "W13": -22.690001, "S13": -29.190001, "W21": -46.970001, "S21": -46.980001, "W22": -47.121604616179404, "S22": -47.121604616179404, "W31": -85.324363543244928, "S31": -85.324363543244928, "W32": -95.720029575875245, "S32": -100.72002957587524 }, "geometry": { "type": "Point", "coordinates": [ 103724.2, 504141.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72253959648949351, "S11": 0.72253959648949351, "W12": -8.7221113095861149, "S12": -9.7001723010638852, "W13": -12.187641690241177, "S13": -13.503575969091477, "W21": -30.000000000000004, "S21": -32.033808692277894, "W22": -36.767357146607786, "S22": -36.767357146607786, "W31": -68.621256041429646, "S31": -73.223365341525522, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103724.333333333328483, 499480.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1900001, "S11": -1.1900001, "W12": -4.5900002, "S12": -23.0900002, "W13": -23.1, "S13": -23.1, "W21": -35.59, "S21": -35.59, "W22": -39.556458804406709, "S22": -47.105014439889239, "W31": -66.314739330866672, "S31": -74.699538517339533, "W32": -97.734076145342826, "S32": -102.73407614534283 }, "geometry": { "type": "Point", "coordinates": [ 103724.9, 507009.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.1518111869591725, "W12": -8.7673932755037427, "S12": -13.139656004623561, "W13": -19.205737675917412, "S13": -24.461847383685516, "W21": -35.719068980062794, "S21": -37.557719882698692, "W22": -37.368621408764547, "S22": -38.983299136907497, "W31": -65.543648374029218, "S31": -75.715274838772586, "W32": -97.840484389328552, "S32": -102.84048438932855 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 504472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23, "S11": -0.23, "W12": -11.98, "S12": -18.48, "W13": -24.780001, "S13": -24.780001, "W21": -34.580002, "S21": -34.580002, "W22": -50.824145717630479, "S22": -51.978705229753558, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.26184039602569 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5724249371598966, "S11": 2.5724249371598966, "W12": -5.0, "S12": -7.7151822698319847, "W13": -24.328991665720309, "S13": -24.328991665720309, "W21": -35.24369625381307, "S21": -35.898792582524081, "W22": -59.087431008529855, "S22": -65.5542108775293, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 509219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75580551621570635, "S11": -0.75580551621570635, "W12": -5.0, "S12": -7.570781596784836, "W13": -20.540026793688607, "S13": -20.540026793688607, "W21": -35.100419972935796, "S21": -35.784118977766155, "W22": -39.039091106954068, "S22": -41.608618578984888, "W31": -64.964618182472947, "S31": -65.309272226310426, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103725.75, 508528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2694224063828807, "S11": 4.2694224063828807, "W12": -10.727371134020618, "S12": -10.727371134020618, "W13": -15.79667165890411, "S13": -19.201970535516381, "W21": -38.964503452223376, "S21": -38.991956543579882, "W22": -33.988545252757099, "S22": -38.866571192583443, "W31": -72.35004257379795, "S31": -77.321912213592114, "W32": -85.654506685309414, "S32": -90.654506685309414 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 500528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.051611852816672, "S11": 0.6236319652094553, "W12": -10.0, "S12": -10.997893726904078, "W13": -15.0, "S13": -16.45907445751898, "W21": -38.307806177834799, "S21": -48.277381616916529, "W22": -61.792008689375436, "S22": -61.792008689375436, "W31": -86.179702678899403, "S31": -86.179702678899403, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 501692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32422075876098472, "S11": -4.8883541372325654, "W12": -8.8768661687160915, "S12": -9.470024078961627, "W13": -18.710146484867597, "S13": -24.197697431384505, "W21": -33.285332161528999, "S21": -33.285332161528999, "W22": -50.0, "S22": -50.479447154936828, "W31": -100.0, "S31": -100.0, "W32": -101.69580971659919, "S32": -106.69580971659919 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 504631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40902025463187608, "S11": -3.7689163043216349, "W12": -10.0, "S12": -10.0, "W13": -19.502098297167645, "S13": -21.66852699905845, "W21": -33.775309683011564, "S21": -33.775309683011564, "W22": -50.0, "S22": -65.0, "W31": -100.0, "S31": -100.0, "W32": -103.27821862348179, "S32": -108.27821862348179 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 504740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070752552063178931, "S11": -0.32075255206317893, "W12": -11.753151690706144, "S12": -11.753151690706144, "W13": -18.516481200272406, "S13": -20.396184612213357, "W21": -35.783482838342529, "S21": -37.942817477219762, "W22": -39.966768287772773, "S22": -40.531099790371435, "W31": -68.866954155031635, "S31": -69.263651332350719, "W32": -96.680888126748457, "S32": -101.68088812674846 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 512504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2814337279132446, "W12": -11.204640095181441, "S12": -11.204640095181441, "W13": -21.533635537311092, "S13": -24.1982913944125, "W21": -43.602785125725923, "S21": -43.796595613232682, "W22": -46.571830710663782, "S22": -46.571830710663782, "W31": -79.882497061122407, "S31": -79.882497061122407, "W32": -99.491277601521816, "S32": -104.49127760152182 }, "geometry": { "type": "Point", "coordinates": [ 103726.0, 514980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4179622719734659, "W12": -10.371484691360324, "S12": -10.371484691360324, "W13": -15.869512261137876, "S13": -18.859915012718925, "W21": -41.59482196426243, "S21": -53.103118570780275, "W22": -38.250337845103388, "S22": -39.333581005795835, "W31": -68.544851045888905, "S31": -77.01358156739316, "W32": -89.77820298604, "S32": -94.77820298604 }, "geometry": { "type": "Point", "coordinates": [ 103727.0, 501447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0859159779614327, "S11": 1.9474566841184213, "W12": -9.9888844102779775, "S12": -15.945812180938873, "W13": -20.028056130524778, "S13": -23.462713496054668, "W21": -34.203408220218677, "S21": -34.433283961250929, "W22": -53.326085906169354, "S22": -55.754305543600005, "W31": -98.71708836171851, "S31": -98.71708836171851, "W32": -101.42877806099727, "S32": -106.42877806099727 }, "geometry": { "type": "Point", "coordinates": [ 103727.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79520563836887836, "S11": -1.2224368284539167, "W12": -12.059007112788503, "S12": -15.626860019075572, "W13": -23.427587022988504, "S13": -25.335254496757674, "W21": -36.390598084240906, "S21": -37.332237112136426, "W22": -52.380493947147443, "S22": -52.380493947147443, "W31": -85.60363180964309, "S31": -86.851167263086651, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103727.0, 505282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6797438789634835, "S11": 3.6797438789634835, "W12": -10.380537752827903, "S12": -10.380537752827903, "W13": -15.103590633197088, "S13": -18.018552339390265, "W21": -39.547509750144094, "S21": -39.557978323916267, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -89.577519254938608, "S31": -89.577519254938608, "W32": -97.633424026789442, "S32": -102.63342402678944 }, "geometry": { "type": "Point", "coordinates": [ 103727.5, 500429.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081141709300743783, "S11": -0.081141709300743783, "W12": -11.746040950214276, "S12": -11.746040950214276, "W13": -17.513911479358057, "S13": -35.151303755132076, "W21": -35.858364640190999, "S21": -37.079017533957064, "W22": -47.940364323668533, "S22": -47.940364323668533, "W31": -86.194703484774109, "S31": -86.194703484774109, "W32": -95.56155828706153, "S32": -100.56155828706153 }, "geometry": { "type": "Point", "coordinates": [ 103727.5, 512072.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40972373761619429, "S11": 0.40972373761619429, "W12": -14.05483430731009, "S12": -14.05483430731009, "W13": -21.77824269716999, "S13": -23.139594626723913, "W21": -42.874104768994663, "S21": -42.978816794046601, "W22": -47.690903779598678, "S22": -47.690903779598678, "W31": -85.925823179189521, "S31": -85.925823179189521, "W32": -95.612356950358418, "S32": -100.61235695035842 }, "geometry": { "type": "Point", "coordinates": [ 103727.8, 514584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14772727272727273, "S11": 0.14772727272727273, "W12": -7.6736951657508312, "S12": -7.6736951657508312, "W13": -16.188100025618045, "S13": -18.091243928239209, "W21": -33.217490513932162, "S21": -33.693232725513148, "W22": -39.542053745142105, "S22": -43.167004361193065, "W31": -71.537863454064919, "S31": -74.433275926195179, "W32": -97.439238887112253, "S32": -102.43923888711225 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 497549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0108509178246696, "S11": 1.0108509178246696, "W12": -9.6807596455125484, "S12": -9.6807596455125484, "W13": -13.281115154844469, "S13": -14.89276695087794, "W21": -37.624442435736761, "S21": -37.624442435736761, "W22": -40.0, "S22": -41.42493181254649, "W31": -60.0, "S31": -65.037957570715477, "W32": -86.873605070846466, "S32": -91.873605070846466 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 500163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7084283443891652, "W12": -10.485398843823017, "S12": -10.485398843823017, "W13": -15.98378714881178, "S13": -20.328529927760705, "W21": -43.120134185707954, "S21": -54.754380460739512, "W22": -57.268082330772579, "S22": -57.268082330772579, "W31": -94.682008629854295, "S31": -94.682008629854295, "W32": -100.6182581128552, "S32": -105.6182581128552 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 501415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1914968503510641, "S11": 2.1914968503510641, "W12": -8.9733948828695507, "S12": -8.9733948828695507, "W13": -20.0, "S13": -24.271719969199484, "W21": -36.996229232180468, "S21": -39.818973246913437, "W22": -45.127589420368871, "S22": -50.127589420368871, "W31": -104.25615619914413, "S31": -104.25615619914413, "W32": -104.25615619914413, "S32": -108.78585250660063 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 503330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -16.680119118201908, "W13": -23.687639179712168, "S13": -26.656406293523698, "W21": -39.226522203245089, "S21": -40.08872590960911, "W22": -47.232591659955851, "S22": -47.232591659955851, "W31": -75.630098999293352, "S31": -76.223258795647439, "W32": -96.501705347511106, "S32": -101.50170534751111 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 503647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84427518037059635, "S11": -1.3605647884037988, "W12": -12.512440121933517, "S12": -13.069893660881718, "W13": -22.663590377777776, "S13": -23.681427343072368, "W21": -36.675442592835587, "S21": -38.276558585314199, "W22": -33.477255839836481, "S22": -39.070652838551709, "W31": -71.190566755420306, "S31": -76.616553033293371, "W32": -85.469521898415223, "S32": -90.469521898415223 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 505306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53056908094948751, "S11": 0.53056908094948751, "W12": -2.4527093057123106, "S12": -20.175002107069151, "W13": -21.23653681357499, "S13": -21.23653681357499, "W21": -38.666519771452215, "S21": -38.666519771452215, "W22": -50.0, "S22": -57.504240991106769, "W31": -67.948436281250011, "S31": -67.984210692024192, "W32": -91.408293078753744, "S32": -96.408293078753744 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 506851.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17291129460926621, "S11": 0.17291129460926621, "W12": -1.268366045738283, "S12": -20.045073977855363, "W13": -21.516583264308426, "S13": -21.516583264308426, "W21": -35.861445226588962, "S21": -35.861445226588962, "W22": -41.331608696918693, "S22": -41.331608696918693, "W31": -69.608596065750476, "S31": -71.108826021292401, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 506967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51490492957746481, "S11": 0.51490492957746481, "W12": -3.8519479784239414, "S12": -19.505985627816113, "W13": -19.505985627816113, "S13": -19.505985627816113, "W21": -32.465747800864918, "S21": -32.465747800864918, "W22": -37.35505272944247, "S22": -41.599132363134558, "W31": -72.423644722848053, "S31": -73.873704362498998, "W32": -87.581392230804951, "S32": -92.581392230804951 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 507394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081217773332810578, "S11": -0.081217773332810578, "W12": -11.78799133238511, "S12": -11.78799133238511, "W13": -18.467213830598755, "S13": -21.315257617453753, "W21": -35.623027253638362, "S21": -37.783294423872022, "W22": -62.316000380425081, "S22": -67.351297755619342, "W31": -81.953592196221436, "S31": -86.212348144534445, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103728.0, 512486.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7601533283471023, "S11": 1.3118649701712508, "W12": -11.400392343849857, "S12": -12.353431706082029, "W13": -17.132269663561633, "S13": -20.502136151855908, "W21": -51.156489671501987, "S21": -60.598104295197246, "W22": -60.909514599052109, "S22": -60.909514599052109, "W31": -69.979695998007628, "S31": -70.990083519136988, "W32": -89.531946222791149, "S32": -94.531946222791149 }, "geometry": { "type": "Point", "coordinates": [ 103728.2, 501077.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.756331505562418, "S12": -5.756331505562418, "W13": -20.0, "S13": -33.238151710175089, "W21": -45.037853255207047, "S21": -45.037853255207047, "W22": -50.0, "S22": -64.443988066928966, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.30536437246964, "S32": -108.30536437246964 }, "geometry": { "type": "Point", "coordinates": [ 103728.666666666671517, 518449.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6994175726647418, "S12": -5.6994175726647418, "W13": -19.32262989557514, "S13": -19.32262989557514, "W21": -43.90849443215955, "S21": -43.90849443215955, "W22": -47.116506756661366, "S22": -47.116506756661366, "W31": -102.67438219516605, "S31": -102.67438219516605, "W32": -103.08155266567179, "S32": -108.08155266567179 }, "geometry": { "type": "Point", "coordinates": [ 103728.677777777775191, 520082.577777777798474 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62434103529618612, "S11": 0.62434103529618612, "W12": -9.0582641588735946, "S12": -10.011018612445806, "W13": -12.114880708986673, "S13": -12.953805078734572, "W21": -30.0, "S21": -31.928405122235155, "W22": -48.002269781881282, "S22": -52.633601663300951, "W31": -79.759953169776281, "S31": -79.759953169776281, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6131811447199258, "S11": 2.6131811447199258, "W12": -5.0, "S12": -5.0, "W13": -15.473190548093591, "S13": -18.287185306999326, "W21": -37.190140036847787, "S21": -47.190140036847787, "W22": -47.424510120383935, "S22": -47.424510120383935, "W31": -85.6265337914257, "S31": -85.6265337914257, "W32": -95.67485984688615, "S32": -100.67485984688615 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 502819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -10.093121579681871, "W13": -20.292730072086332, "S13": -20.292730072086332, "W21": -37.204562602421298, "S21": -40.275787839161026, "W22": -49.362734033295148, "S22": -49.362734033295148, "W31": -84.708463407361052, "S31": -84.708463407361052, "W32": -95.98473169299713, "S32": -100.98473169299713 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -7.6308019730434227, "W13": -20.597309529238704, "S13": -20.597309529238704, "W21": -38.303379842544999, "S21": -40.328883822095428, "W22": -32.421450779330236, "S22": -39.271073569276091, "W31": -72.419926454268477, "S31": -76.57608842108975, "W32": -86.060529730840187, "S32": -91.060529730840187 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 506418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.5467263536959677, "S12": -21.404752836859771, "W13": -21.404752836859771, "S13": -21.404752836859771, "W21": -38.354153969479533, "S21": -38.354153969479533, "W22": -39.713782553775744, "S22": -47.199676715443502, "W31": -61.700649709185868, "S31": -68.881192964412506, "W32": -80.086219936469519, "S32": -85.086219936469519 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 506836.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28303825573227182, "S11": 0.28303825573227182, "W12": -2.7401699224725919, "S12": -4.9257273308678933, "W13": -22.42797508754494, "S13": -22.42797508754494, "W21": -38.694799438373408, "S21": -38.694799438373408, "W22": -62.324704732939566, "S22": -62.324704732939566, "W31": -75.310982114446944, "S31": -75.310982114446944, "W32": -87.75816390243817, "S32": -92.75816390243817 }, "geometry": { "type": "Point", "coordinates": [ 103729.0, 506908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.109808265241877, "S13": -19.180972013189361, "W21": -22.246917070068196, "S21": -22.904744421893483, "W22": -53.173540989205385, "S22": -53.173540989205385, "W31": -85.663695085558587, "S31": -85.663695085558587, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 496918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.911431338190539, "W13": -25.045135298213044, "S13": -27.23267044641149, "W21": -40.0, "S21": -40.0, "W22": -32.632873538235586, "S22": -38.632126112764425, "W31": -70.027577025484973, "S31": -75.901922411286591, "W32": -85.284537111521047, "S32": -90.284537111521047 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 503819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2934472832779802, "S11": 1.261690990371801, "W12": -5.5970566686824812, "S12": -20.521003729426663, "W13": -22.428059977226226, "S13": -27.848811611213513, "W21": -40.0, "S21": -40.643781376871701, "W22": -45.193790287137418, "S22": -46.415742515361593, "W31": -68.922718833581484, "S31": -68.922718833581484, "W32": -89.870833360207428, "S32": -94.870833360207428 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80735514890448601, "S11": 0.80735514890448601, "W12": -11.779428808293627, "S12": -13.342269191716817, "W13": -23.554115326739588, "S13": -24.480661619478695, "W21": -36.67418065301473, "S21": -36.677438465514733, "W22": -51.078803087749925, "S22": -61.671324660137273, "W31": -100.95112387110794, "S31": -100.95112387110794, "W32": -107.65530718035093, "S32": -112.65530718035093 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44878521126760562, "S11": 0.44878521126760562, "W12": -3.8345619525389609, "S12": -19.483429222188626, "W13": -19.483429222188626, "S13": -19.483429222188626, "W21": -32.510266177478172, "S21": -32.510266177478172, "W22": -50.0, "S22": -50.0, "W31": -106.50066353099277, "S31": -106.50066353099277, "W32": -106.50066353099277, "S32": -111.06022129512061 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 507408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55799402864605829, "S11": -1.5579940286460583, "W12": -5.0, "S12": -5.0, "W13": -21.291098541232536, "S13": -21.291098541232536, "W21": -35.616714613853681, "S21": -36.285362459321732, "W22": -36.884360267163274, "S22": -36.884360267163274, "W31": -68.429111747850953, "S31": -72.63074903673656, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 508649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5744920557799835, "S12": -8.6718268717639138, "W13": -25.0, "S13": -26.884875301689462, "W21": -38.035434443732761, "S21": -38.038796106871366, "W22": -36.094939460237384, "S22": -37.702786249199733, "W31": -69.357902789976606, "S31": -75.002861857754468, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.0, 509730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2562292967490343, "S11": 1.2562292967490343, "W12": -9.7305910956351465, "S12": -9.7305910956351465, "W13": -21.575542039197405, "S13": -25.955882210616029, "W21": -38.195108406869693, "S21": -40.054201801249803, "W22": -52.854170877021822, "S22": -52.854170877021822, "W31": -85.643294993903027, "S31": -86.228743525000652, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103730.666666666671517, 503467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4625061870976555, "S11": 1.0616125287070965, "W12": -5.2907550235411271, "S12": -17.635525093128877, "W13": -24.800014774687462, "S13": -25.350475751860415, "W21": -35.494500090518436, "S21": -35.494500090518436, "W22": -48.437355615630374, "S22": -53.738125883159753, "W31": -79.727597134432472, "S31": -79.727597134432472, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103730.666666666671517, 509531.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3134171342252916, "S12": -6.8252561608981974, "W13": -14.999999999999998, "S13": -16.483653311074011, "W21": -30.0, "S21": -31.55800338057961, "W22": -41.891821458353085, "S22": -44.700016435201192, "W31": -70.299558306574212, "S31": -71.055039149888628, "W32": -95.26077420306332, "S32": -100.26077420306332 }, "geometry": { "type": "Point", "coordinates": [ 103731.0, 498765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6134068810770383, "S11": 1.1134068810770383, "W12": -11.451609521302599, "S12": -12.076609521302599, "W13": -17.066287165357078, "S13": -20.500587098467445, "W21": -51.353931361075581, "S21": -60.57207878323905, "W22": -41.164447847866683, "S22": -41.164447847866683, "W31": -68.177883319859873, "S31": -69.960316632752708, "W32": -94.157574347306493, "S32": -99.157574347306493 }, "geometry": { "type": "Point", "coordinates": [ 103731.0, 501107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7018149545152008, "S12": -5.7018149545152008, "W13": -19.358005875423427, "S13": -19.358005875423427, "W21": -43.893901012781491, "S21": -43.94497686913305, "W22": -48.508712514658349, "S22": -50.204941535548571, "W31": -85.372006087560408, "S31": -85.372006087560408, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103731.0, 520065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015042518705956631, "S11": -0.51200853812351177, "W12": -2.3169420446361548, "S12": -14.893839954643179, "W13": -19.192288987368816, "S13": -19.192288987368816, "W21": -32.191829968218698, "S21": -32.191829968218698, "W22": -36.96209296326473, "S22": -37.297411974558834, "W31": -68.306682217198642, "S31": -72.292595632642261, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103731.333333333328483, 507602.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46736938164931541, "S11": 0.46736938164931541, "W12": -10.0, "S12": -10.939370486966641, "W13": -13.242475115729707, "S13": -15.306322244873066, "W21": -30.0, "S21": -31.311495925494768, "W22": -58.095685056993538, "S22": -58.095685056993538, "W31": -70.0, "S31": -70.640301476777111, "W32": -94.27991991991999, "S32": -99.27991991991999 }, "geometry": { "type": "Point", "coordinates": [ 103731.6, 499630.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -15.821078863105328, "W13": -24.339613065180291, "S13": -29.77982091061352, "W21": -40.22325272016576, "S21": -43.196382330281672, "W22": -39.736493364292464, "S22": -46.589852038640629, "W31": -61.157067899038459, "S31": -68.191381368496494, "W32": -80.464549442389412, "S32": -85.464549442389412 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 504023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13459063809700184, "S11": 0.13459063809700184, "W12": -2.9613180964312678, "S12": -3.2820657505426327, "W13": -21.710564765384046, "S13": -21.710564765384046, "W21": -34.277365403934802, "S21": -34.277365403934802, "W22": -51.134086520421647, "S22": -52.459749615140701, "W31": -92.74839837545737, "S31": -92.74839837545737, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93516604657571989, "S11": 0.84452575293787324, "W12": -5.0, "S12": -5.0, "W13": -22.209764810955679, "S13": -22.209764810955679, "W21": -35.80571700157477, "S21": -38.80571700157477, "W22": -50.000000000000007, "S22": -59.285657179405192, "W31": -105.03292277647631, "S31": -105.03292277647631, "W32": -108.42680253707675, "S32": -113.42680253707675 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 508797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1628083229984842, "S11": 1.1628083229984842, "W12": -5.0, "S12": -5.0, "W13": -22.296665674307871, "S13": -22.296665674307871, "W21": -35.789792555965001, "S21": -38.505522937778117, "W22": -32.6063478493014, "S22": -38.859832671596791, "W31": -72.167023163374424, "S31": -75.931345633357267, "W32": -85.870243916401151, "S32": -90.870243916401151 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 508811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7967277348300328, "W12": -5.0, "S12": -9.1426497641066753, "W13": -24.37911048471711, "S13": -24.37911048471711, "W21": -35.352199482275772, "S21": -35.352199482275772, "W22": -40.0, "S22": -54.263195602486682, "W31": -64.575721702937514, "S31": -73.992941136786143, "W32": -85.964643607564255, "S32": -90.964643607564255 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 509252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.066769035264217, "W12": -5.0, "S12": -12.403292050049348, "W13": -24.470935195339457, "S13": -24.470935195339457, "W21": -35.386964156198118, "S21": -35.386964156198118, "W22": -49.999999999999993, "S22": -57.443376342981473, "W31": -67.917802071874902, "S31": -67.917802071874902, "W32": -91.372518693192205, "S32": -96.372518693192205 }, "geometry": { "type": "Point", "coordinates": [ 103732.0, 509313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60041009296161107, "S11": 0.60041009296161107, "W12": -1.5115211137487286, "S12": -5.5438410387464012, "W13": -21.580474568138257, "S13": -21.703755820481778, "W21": -36.151233515912722, "S21": -36.151233515912722, "W22": -64.275314914416853, "S22": -72.118418062790482, "W31": -80.111224342557477, "S31": -80.236068287626139, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103732.333333333328483, 506747.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -19.514442497463801, "W13": -25.0, "S13": -27.041436320768312, "W21": -39.847673640762878, "S21": -39.847673640762878, "W22": -36.681127227662543, "S22": -37.130307784511409, "W31": -68.664081246730262, "S31": -73.167178820297636, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 503763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64830896528131832, "S11": 0.64830896528131832, "W12": -10.369855631945198, "S12": -10.369855631945198, "W13": -22.649441838949439, "S13": -22.649441838949439, "W21": -35.808323763906394, "S21": -35.808323763906394, "W22": -38.812276580661859, "S22": -53.687938572201404, "W31": -65.951870145511819, "S31": -76.115966795506424, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 504920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84138511902870239, "S11": -1.2823463407683318, "W12": -12.55127014080418, "S12": -14.241661599878912, "W13": -22.878975044444445, "S13": -24.231799903201505, "W21": -36.561821283296155, "S21": -37.904072803285167, "W22": -62.683604939398634, "S22": -62.683604939398634, "W31": -84.703001978305466, "S31": -84.703001978305466, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 505297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40745641613863914, "S11": -0.40745641613863914, "W12": -5.0, "S12": -5.3381032547699219, "W13": -20.278419027809882, "S13": -20.278419027809882, "W21": -32.258189506776766, "S21": -32.258189506776766, "W22": -45.384215016228652, "S22": -50.206361956732572, "W31": -104.33911910071727, "S31": -104.33911910071727, "W32": -104.33911910071727, "S32": -108.77605405139474 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 507788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.4116276607010485, "W12": -5.0, "S12": -10.690486803145596, "W13": -24.422075501760265, "S13": -24.422075501760265, "W21": -35.381255723831501, "S21": -35.381255723831501, "W22": -50.0, "S22": -52.255602271425353, "W31": -79.829109466082556, "S31": -79.829109466082556, "W32": -94.179377273064645, "S32": -99.179377273064645 }, "geometry": { "type": "Point", "coordinates": [ 103733.0, 509280.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53548658141555328, "S11": 0.53548658141555328, "W12": -5.3729971406991295, "S12": -6.8071909502960253, "W13": -15.0, "S13": -16.106462159154365, "W21": -30.0, "S21": -31.318284403063366, "W22": -53.327847806896195, "S22": -53.327847806896195, "W31": -85.440448759113053, "S31": -85.440448759113053, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.333333333328483, 498812.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7154023127248148, "S11": -1.7154023127248148, "W12": -11.507013065326634, "S12": -11.507013065326634, "W13": -17.553647846598693, "S13": -22.999476520175008, "W21": -36.868953283234404, "S21": -41.983128864421275, "W22": -40.063340111579123, "S22": -44.018990249802634, "W31": -72.758901738118496, "S31": -75.972742374960731, "W32": -98.369043811960339, "S32": -103.36904381196034 }, "geometry": { "type": "Point", "coordinates": [ 103733.5, 502195.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54865446983711708, "S11": 0.31154923273187995, "W12": -0.11323461732529372, "S12": -14.822659708549429, "W13": -21.744337444347501, "S13": -21.744337444347501, "W21": -40.0, "S21": -41.330182689002143, "W22": -37.904235016091874, "S22": -40.119091646061655, "W31": -67.633497189865196, "S31": -72.921224028451633, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.5, 506585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23, "S11": -0.23, "W12": -2.4300001, "S12": -2.4300001, "W13": -23.440001, "S13": -23.450001, "W21": -33.029999, "S21": -33.029999, "W22": -36.659291382917381, "S22": -37.181298397847385, "W31": -68.684022980230623, "S31": -73.205374112320015, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103733.7, 507061.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.083333333333333259, "S11": -0.083333333333333259, "W12": -6.7140282445104278, "S12": -6.7140282445104278, "W13": -15.977994280145621, "S13": -18.351006004438055, "W21": -35.943252534741262, "S21": -36.043847039515782, "W22": -34.190434055445515, "S22": -37.810023484137346, "W31": -69.999999999999986, "S31": -76.408447947896931, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 497799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41370908390982886, "S11": 0.41370908390982886, "W12": -9.5965594541910324, "S12": -10.520286011044229, "W13": -13.567608943198511, "S13": -18.567608943198511, "W21": -31.879704284430534, "S21": -32.846460957441913, "W22": -48.189787522421035, "S22": -48.189787522421035, "W31": -84.572023288668973, "S31": -84.572023288668973, "W32": -96.24335851119595, "S32": -101.24335851119595 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 499818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -18.257135501602768, "W13": -23.668471318236062, "S13": -29.564768156643499, "W21": -42.594414095575857, "S21": -48.229339239273358, "W22": -38.941082377762378, "S22": -40.287716182797517, "W31": -62.30659921559711, "S31": -63.365005471591019, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 504071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3147238384116941, "S11": -4.9166814272929429, "W12": -8.5820779758770627, "S12": -9.2430085236568651, "W13": -18.654242688367422, "S13": -24.174844593376214, "W21": -33.261125536746619, "S21": -33.261125536746619, "W22": -34.517525333893708, "S22": -40.585381219210795, "W31": -72.519974173241067, "S31": -77.236266551633506, "W32": -86.739580011571348, "S32": -91.739580011571348 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 504625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.6809716870865437, "S12": -16.38920513433953, "W13": -21.732330427963962, "S13": -21.732330427963962, "W21": -38.821618389153969, "S21": -38.821618389153969, "W22": -40.0, "S22": -40.0, "W31": -64.249798332885192, "S31": -67.48906441664397, "W32": -91.522683397683394, "S32": -96.522683397683394 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.026527586572064, "W12": -5.0, "S12": -12.269572415549684, "W13": -24.465040518803416, "S13": -24.496705045975006, "W21": -35.41031196538723, "S21": -35.41031196538723, "W22": -53.737578715111134, "S22": -55.083067555098886, "W31": -97.933631590160687, "S31": -97.933631590160687, "W32": -101.25467029622584, "S32": -106.25467029622584 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 509309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4483394833948342, "S11": 0.4483394833948342, "W12": -5.0271098576614657, "S12": -14.71165078030014, "W13": -24.531274736301501, "S13": -24.720684770620835, "W21": -35.435388123626289, "S21": -35.435388123626289, "W22": -49.867356875608635, "S22": -52.208992005033451, "W31": -79.824983943870222, "S31": -79.824983943870222, "W32": -92.705039709047725, "S32": -97.705039709047725 }, "geometry": { "type": "Point", "coordinates": [ 103734.0, 509353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11378561034234179, "S11": 0.11378561034234179, "W12": -11.104642192817153, "S12": -11.104642192817153, "W13": -19.000155642879268, "S13": -22.275583510671279, "W21": -37.646528668206834, "S21": -40.765793600365171, "W22": -39.413510884819999, "S22": -53.168545436790438, "W31": -65.996739762756917, "S31": -76.090338769629653, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103734.2, 512745.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10809490610793911, "S11": -0.10809490610793911, "W12": -11.87626490832236, "S12": -11.87626490832236, "W13": -18.327127446930152, "S13": -23.784269930018912, "W21": -35.176920934019861, "S21": -37.031608717071634, "W22": -39.015119981641845, "S22": -40.327437532952679, "W31": -62.787661759412018, "S31": -63.737182403626065, "W32": -95.146956458267113, "S32": -100.14695645826711 }, "geometry": { "type": "Point", "coordinates": [ 103734.666666666671517, 512439.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.095257414877667923, "S11": -0.095257414877667923, "W12": -6.5656043969661706, "S12": -6.5656043969661706, "W13": -15.931619756495294, "S13": -18.377366900099208, "W21": -36.364092866329436, "S21": -36.406656016130512, "W22": -55.895298835580036, "S22": -55.895298835580036, "W31": -95.616492376000465, "S31": -95.616492376000465, "W32": -100.80925236354325, "S32": -105.80925236354325 }, "geometry": { "type": "Point", "coordinates": [ 103734.75, 497837.75 ] } }, +{ "type": "Feature", "properties": { "W11": 4.747868608559636, "S11": 3.6176542247809897, "W12": -10.987188704341596, "S12": -10.987188704341596, "W13": -17.587444473636864, "S13": -20.534142533837532, "W21": -40.182296080126818, "S21": -50.440635290742499, "W22": -60.307382883308549, "S22": -60.307382883308549, "W31": -88.961683477812784, "S31": -88.961683477812784, "W32": -96.476792533840168, "S32": -101.47679253384017 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 500737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5377152871974351, "S11": 3.2531422844424656, "W12": -11.018520813747951, "S12": -11.018520813747951, "W13": -17.543597897148302, "S13": -20.531594151328878, "W21": -41.798858410247242, "S21": -52.491605777535227, "W22": -46.233796446198539, "S22": -46.233796446198539, "W31": -80.146911900835462, "S31": -80.146911900835462, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 500766.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5, "S11": 1.5, "W12": -11.5, "S12": -11.5, "W13": -17.0, "S13": -20.5, "W21": -51.5, "S21": -60.5, "W22": -42.544278288899875, "S22": -44.732778341699344, "W31": -80.0, "S31": -81.618092565145488, "W32": -99.660009720319891, "S32": -104.66000972031989 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12073790925314053, "S11": 0.12073790925314053, "W12": -7.5829130737260177, "S12": -9.1048124985896077, "W13": -27.51801985584115, "S13": -27.51801985584115, "W21": -34.472032159626863, "S21": -34.476386389912477, "W22": -42.455826869967275, "S22": -44.346750668772735, "W31": -79.978024053922553, "S31": -82.69191933736775, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 510026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.014307144553154, "S12": -7.5690329819758126, "W13": -28.070552293665571, "S13": -28.070552293665571, "W21": -40.0, "S21": -40.0, "W22": -40.59293161034455, "S22": -44.608846014451032, "W31": -73.835731044531755, "S31": -77.539792694115931, "W32": -99.291320484881496, "S32": -104.2913204848815 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 510421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11095058350280777, "S11": 0.11095058350280777, "W12": -10.972847193773044, "S12": -11.014426141141465, "W13": -18.491265478615841, "S13": -31.003606346373701, "W21": -36.32208658824824, "S21": -36.973927273858976, "W22": -48.365214595724161, "S22": -56.683130190447464, "W31": -67.716358937500004, "S31": -68.153017186658062, "W32": -91.656246766472606, "S32": -96.656246766472606 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 511838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07504837065822241, "S11": 0.07504837065822241, "W12": -11.238791969797383, "S12": -11.238791969797383, "W13": -18.876288782765752, "S13": -21.297694423169588, "W21": -37.199395597172746, "S21": -40.173791783119498, "W22": -39.663200640151928, "S22": -47.014126320688028, "W31": -66.254917138568302, "S31": -74.293104253978171, "W32": -97.326755288707716, "S32": -102.32675528870772 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 512691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6910516973596659, "S12": -5.6910516973596659, "W13": -19.228266554567629, "S13": -19.228266554567629, "W21": -43.932757725238936, "S21": -43.932757725238936, "W22": -37.426622550693814, "S22": -37.650172193195395, "W31": -65.521477401522276, "S31": -75.987236308306066, "W32": -98.710337865546222, "S32": -103.71033786554622 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 520132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10471244648459843, "S11": -0.10471244648459843, "W12": -6.4171805494219125, "S12": -6.4171805494219125, "W13": -15.885245232844968, "S13": -18.403727795760357, "W21": -36.78493319791761, "S21": -36.78493319791761, "W22": -40.0, "S22": -40.0, "W31": -60.132764183920408, "S31": -64.669752015884328, "W32": -88.180725426928035, "S32": -93.180725426928035 }, "geometry": { "type": "Point", "coordinates": [ 103735.5, 497876.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4903834366273922, "S11": 0.4903834366273922, "W12": 0.0, "S12": -15.37638219763461, "W13": -21.005702872971007, "S13": -21.005702872971007, "W21": -35.681780274564971, "S21": -40.101608066440406, "W22": -50.30562784395498, "S22": -51.800442400048574, "W31": -88.654572814143279, "S31": -88.654572814143279, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 506255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56618007968127249, "S11": 0.56618007968127249, "W12": -1.6046737923235088, "S12": -5.8401252094499068, "W13": -21.541950662253946, "S13": -21.541950662253946, "W21": -36.497909895184328, "S21": -36.497909895184328, "W22": -62.386825816301737, "S22": -62.386825816301737, "W31": -85.357267726188425, "S31": -85.357267726188425, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 506751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13678255907757797, "S11": -0.13678255907757797, "W12": -3.1790448004776195, "S12": -18.945747778726176, "W13": -20.0, "S13": -20.0, "W21": -34.729019337497022, "S21": -34.729019337497022, "W22": -61.610621369380254, "S22": -64.584096420825418, "W31": -82.499502062191155, "S31": -85.433571226341087, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 507140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64439797114100572, "S11": 0.64439797114100572, "W12": -4.1254743482448966, "S12": -24.016266630379405, "W13": -24.016266630379405, "S13": -24.016266630379405, "W21": -34.054400231927573, "S21": -34.054400231927573, "W22": -36.932181186963888, "S22": -36.932181186963888, "W31": -68.339972642582495, "S31": -72.275734866935323, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 507186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012985481138347355, "S11": 0.012985481138347355, "W12": -9.0095362788970732, "S12": -10.971791583081812, "W13": -32.363365352765818, "S13": -32.363365352765818, "W21": -39.794503850611903, "S21": -39.794503850611903, "W22": -39.331243085234959, "S22": -51.712544750155161, "W31": -63.921842767459083, "S31": -71.965522985764991, "W32": -77.913010460233153, "S32": -82.913010460233153 }, "geometry": { "type": "Point", "coordinates": [ 103736.0, 510761.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11416747809152869, "S11": -0.11416747809152869, "W12": -6.2687567018776544, "S12": -6.2687567018776544, "W13": -15.838870709194637, "S13": -18.395376019652154, "W21": -36.646083391648858, "S21": -36.646083391648858, "W22": -47.123656834634218, "S22": -47.123656834634218, "W31": -76.656793723204942, "S31": -77.315235175003266, "W32": -96.718951676327052, "S32": -101.71895167632705 }, "geometry": { "type": "Point", "coordinates": [ 103736.25, 497915.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18058712121210466, "S11": 0.18058712121210466, "W12": -7.7572499492826976, "S12": -7.7572499492826976, "W13": -16.214551842783465, "S13": -18.073464545344933, "W21": -33.017638872836585, "S21": -33.526572945034566, "W22": -36.921096470083469, "S22": -36.985270663832111, "W31": -68.355405681703587, "S31": -72.302415048176044, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103736.6, 497522.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7556624910068059, "S12": -8.7556624910068059, "W13": -16.397464980571776, "S13": -18.113361443872417, "W21": -29.652993408509595, "S21": -30.539218278996948, "W22": -40.0, "S22": -49.916998126294338, "W31": -66.405887021659368, "S31": -72.706392072164505, "W32": -95.645438207210915, "S32": -100.64543820721092 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 497268.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12278697008266082, "S11": -0.12278697008266082, "W12": -6.1203328543333981, "S12": -6.1203328543333981, "W13": -15.721878437685028, "S13": -18.313708503044506, "W21": -36.065884484699154, "S21": -36.065884484699154, "W22": -45.598526599806164, "S22": -45.598526599806164, "W31": -70.049530729639727, "S31": -71.249637582743304, "W32": -95.587520387576362, "S32": -100.58752038757636 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 497954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4581628659859831, "S11": 1.0246760837960309, "W12": -10.241240237193152, "S12": -10.241240237193152, "W13": -15.747841761827079, "S13": -17.350018247643863, "W21": -39.89367063803104, "S21": -51.063340966039931, "W22": -38.786592232795904, "S22": -39.928551373707379, "W31": -60.0, "S31": -60.036627081193082, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 501483.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.074024880898271, "W21": -37.831515839336824, "S21": -44.955969987808437, "W22": -42.89814365081164, "S22": -44.851029942657306, "W31": -80.0, "S31": -81.255395078468908, "W32": -99.635267087880536, "S32": -104.63526708788054 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 501769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.038908765652951649, "W12": -0.038908765652951649, "S12": -6.3291886018532288, "W13": -20.904521715462995, "S13": -20.904521715462995, "W21": -39.902235692591319, "S21": -42.466168078475214, "W22": -32.040001, "S22": -38.705650586562726, "W31": -71.96729131777002, "S31": -75.293416008320065, "W32": -85.893101558108327, "S32": -90.893101558108327 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 506479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1351253472272736, "S11": 0.1351253472272736, "W12": -2.3468938901012777, "S12": -2.3468938901012777, "W13": -22.550680678583774, "S13": -22.552563663417445, "W21": -34.035790843199344, "S21": -34.035790843199344, "W22": -41.681560353802979, "S22": -41.681560353802979, "W31": -70.505370211957199, "S31": -71.824756559168094, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 507098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3145648898956541, "S11": -1.3145648898956541, "W12": -10.0, "S12": -17.336556775620295, "W13": -19.633027591274903, "S13": -19.633027591274903, "W21": -32.446481869762252, "S21": -32.446481869762252, "W22": -35.35699248974219, "S22": -37.907849007080614, "W31": -73.745277641581538, "S31": -73.745277641581538, "W32": -88.500728138029501, "S32": -93.500728138029501 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67214270176201862, "S11": 0.67214270176201862, "W12": -15.275661306202823, "S12": -15.275661306202823, "W13": -21.463286479841134, "S13": -22.588922600584482, "W21": -37.88530057972595, "S21": -45.580051997464253, "W22": -44.768349417509327, "S22": -49.752522625916519, "W31": -67.01517715328032, "S31": -68.69341789402101, "W32": -92.498639579176483, "S32": -97.498639579176483 }, "geometry": { "type": "Point", "coordinates": [ 103737.0, 514059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1241198931423696, "S11": -0.1241198931423696, "W12": -5.1995509239520965, "S12": -5.1995509239520965, "W13": -15.134774363373365, "S13": -17.994913185243377, "W21": -32.825595949221587, "S21": -33.542111018241194, "W22": -60.0, "S22": -65.657703887532577, "W31": -79.929272940964779, "S31": -79.929272940964779, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103738.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50223576652429525, "S11": -0.25894491326103575, "W12": -0.25894491326103575, "S12": -5.7906203806755343, "W13": -21.002003778721235, "S13": -21.002003778721235, "W21": -38.942309966376321, "S21": -41.265885408003783, "W22": -38.345751917195734, "S22": -39.08752146452084, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103738.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35221064153798509, "S11": 0.35221064153798509, "W12": -3.227857761719783, "S12": -24.401603099302136, "W13": -24.401603099302136, "S13": -24.401603099302136, "W21": -34.444601157310828, "S21": -34.444601157310828, "W22": -36.725612502570904, "S22": -37.302443057867798, "W31": -68.568526491099192, "S31": -72.808514690818939, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103738.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7448174370418776, "S12": -5.7448174370418776, "W13": -20.0, "S13": -30.396381129921146, "W21": -45.293657776172978, "S21": -45.293657776172978, "W22": -38.321356591790895, "S22": -48.893770150651434, "W31": -65.789299304174705, "S31": -76.084706738236122, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103738.0, 518401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1, "S11": -2.02, "W12": -2.03, "S12": -2.03, "W13": -24.17, "S13": -24.17, "W21": -35.360001, "S21": -38.670001, "W22": -35.098278646724893, "S22": -37.579532056156189, "W31": -73.059998343911218, "S31": -73.059998343911218, "W32": -88.579006992290644, "S32": -93.579006992290644 }, "geometry": { "type": "Point", "coordinates": [ 103738.8, 509112.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12051414744674621, "S11": -0.12051414744674621, "W12": -5.9661762447192377, "S12": -5.9661762447192377, "W13": -15.564144095509796, "S13": -18.195557494202625, "W21": -35.474342143190718, "S21": -35.474342143190718, "W22": -37.981529580366477, "S22": -39.788113942506399, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 497993.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.586104012074828, "S11": 2.586104012074828, "W12": -5.0, "S12": -5.0, "W13": -15.590028097949347, "S13": -18.466022528161169, "W21": -36.997016436113682, "S21": -46.521060086431469, "W22": -41.14029026009684, "S22": -44.49539190122097, "W31": -75.195355172451698, "S31": -79.831791742734168, "W32": -99.734108849189852, "S32": -104.73410884918985 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 502835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25842748944623783, "S11": -0.25842748944623783, "W12": -11.77, "S12": -17.908919596138254, "W13": -24.457648203124997, "S13": -24.457648203124997, "W21": -34.552355291992043, "S21": -34.552355291992043, "W22": -33.837377747724553, "S22": -40.537149314911666, "W31": -72.173137951211643, "S31": -77.109256097072844, "W32": -86.466487931997307, "S32": -91.466487931997307 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3717226171761689, "S12": -25.387665044523178, "W13": -31.426704162870834, "S13": -31.426704162870834, "W21": -40.0, "S21": -40.0, "W22": -35.573678697529019, "S22": -40.192793925331692, "W31": -72.075515306969223, "S31": -73.786984953525817, "W32": -87.710785938479603, "S32": -92.710785938479603 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 510639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.076325206598050407, "S11": 0.076325206598050407, "W12": -11.165767560897583, "S12": -11.165767560897583, "W13": -18.178316759696145, "S13": -27.322899768269799, "W21": -36.162183065510938, "S21": -36.998378702315534, "W22": -48.253444755830095, "S22": -50.027585975865556, "W31": -84.713463555903616, "S31": -84.713463555903616, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103739.0, 511889.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9386127759278482, "S12": -13.271179607746934, "W13": -27.900146842878229, "S13": -27.900146842878229, "W21": -38.256956037440752, "S21": -38.257570768139225, "W22": -60.000000000000007, "S22": -64.178755657782318, "W31": -79.967908681128947, "S31": -79.967908681128947, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103739.666666666671517, 510336.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51231537118838344, "S11": -0.48768462881161656, "W12": -0.48768462881161656, "S12": -5.267422430856687, "W13": -21.108623172557039, "S13": -21.108623172557039, "W21": -39.881073868398524, "S21": -41.9551330818785, "W22": -33.609727265684668, "S22": -39.29186903137338, "W31": -70.100561049828826, "S31": -75.000167302813239, "W32": -85.341697426882448, "S32": -90.341697426882448 }, "geometry": { "type": "Point", "coordinates": [ 103740.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -34.799872090469414, "S22": -37.707037598323588, "W31": -72.165606931491126, "S31": -72.165606931491126, "W32": -88.674544728391623, "S32": -93.674544728391623 }, "geometry": { "type": "Point", "coordinates": [ 103740.306122448979295, 524868.163265306153335 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12004419765864294, "S11": -0.12004419765864294, "W12": -5.4207585373253488, "S12": -5.4207585373253488, "W13": -15.236807658021327, "S13": -18.121792155787464, "W21": -33.558426704698142, "S21": -33.996793453569154, "W22": -51.480975561295452, "S22": -62.13591625263588, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103740.5, 498121.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76097455149125093, "S11": -1.600518528361673, "W12": -11.138095694290431, "S12": -11.138095694290431, "W13": -21.51298487815254, "S13": -24.323853941237548, "W21": -43.62864309109279, "S21": -43.887922892507028, "W22": -40.0, "S22": -41.960081021229016, "W31": -68.690581309786609, "S31": -69.247891268861665, "W32": -95.082990610919126, "S32": -100.08299061091913 }, "geometry": { "type": "Point", "coordinates": [ 103740.655737704917556, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35916721360018306, "S11": -0.058766106276052832, "W12": -10.319678767465065, "S12": -10.319678767465065, "W13": -20.138764460032959, "S13": -28.868161023013172, "W21": -40.824045434128102, "S21": -41.421305735316416, "W22": -40.909877881124089, "S22": -44.636288699968055, "W31": -74.325172406914064, "S31": -78.344984711397899, "W32": -99.633301353800235, "S32": -104.63330135380023 }, "geometry": { "type": "Point", "coordinates": [ 103740.916666666671517, 513147.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11824132481083088, "S11": -0.11824132481083088, "W12": -5.8120196351052993, "S12": -5.8120196351052993, "W13": -15.423639564481265, "S13": -18.094636296507392, "W21": -34.882799801683149, "S21": -34.882799801683149, "W22": -38.28682899413576, "S22": -38.50529386589325, "W31": -68.510240415480993, "S31": -77.070390010328282, "W32": -89.731579798415353, "S32": -94.731579798415353 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 498033.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66533257721735461, "S11": 0.66533257721735461, "W12": -5.5893666378938276, "S12": -6.8900633025593869, "W13": -14.999999999999998, "S13": -16.841296678791423, "W21": -30.0, "S21": -37.392024513585326, "W22": -36.525772708681245, "S22": -37.615259625526392, "W31": -68.781647300494797, "S31": -73.314614333461833, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 498990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5331239172939664, "S11": 2.5331239172939664, "W12": -10.0, "S12": -10.0, "W13": -13.817770987455775, "S13": -15.936230605596407, "W21": -38.339680864439892, "S21": -38.339680864439892, "W22": -36.249206291746198, "S22": -37.944351711866013, "W31": -69.097255907042339, "S31": -74.120672088176647, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 500282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74152870628066214, "S11": -0.14438289592928255, "W12": -0.14438289592928255, "S12": -15.0, "W13": -21.309291857027681, "S13": -21.309291857027681, "W21": -34.422547618351075, "S21": -39.847050890563821, "W22": -61.651674144311549, "S22": -61.651674144311549, "W31": -75.274799573263266, "S31": -75.274799573263266, "W32": -87.928671563534863, "S32": -92.928671563534863 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -8.6253336422494442, "W13": -20.574440397148429, "S13": -20.574440397148429, "W21": -38.478045234395275, "S21": -40.86083731015205, "W22": -60.203677972668252, "S22": -60.203677972668252, "W31": -70.0, "S31": -70.396193281811946, "W32": -92.807827827827893, "S32": -97.807827827827893 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 506400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6170787721044229, "S11": 2.6170787721044229, "W12": -4.3881310185104301, "S12": -4.3881310185104301, "W13": -23.060151830902111, "S13": -23.060151830902111, "W21": -35.535391682074817, "S21": -36.176069648176508, "W22": -36.586906789016602, "S22": -37.567522612960481, "W31": -68.706906452030879, "S31": -73.11099229906975, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 508934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46017113934572229, "S11": 0.46017113934572229, "W12": -5.6276604002721715, "S12": -6.6460095346355068, "W13": -25.0, "S13": -27.035105774728418, "W21": -37.739162128174051, "S21": -37.739162128174051, "W22": -37.950001, "S22": -40.050001, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 509767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097612744245475808, "S11": -0.097612744245475808, "W12": -11.824686729156388, "S12": -11.824686729156388, "W13": -17.068657421783289, "S13": -35.180148005887986, "W21": -35.903965569918888, "S21": -37.573769461624089, "W22": -41.381875991638616, "S22": -44.253071990787753, "W31": -66.604183964186646, "S31": -70.403005513008353, "W32": -93.90806122736079, "S32": -98.90806122736079 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6938140670068789, "S12": -5.6938140670068789, "W13": -19.275730395295749, "S13": -19.275730395295749, "W21": -43.909798710547854, "S21": -44.009722087970601, "W22": -52.667053196115376, "S22": -54.088834662086484, "W31": -98.988119854129863, "S31": -98.988119854129863, "W32": -101.40977842003853, "S32": -106.40977842003853 }, "geometry": { "type": "Point", "coordinates": [ 103741.0, 520109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30268649212583554, "S11": -0.30268649212583554, "W12": -10.0, "S12": -17.023590389459407, "W13": -29.82982982982983, "S13": -29.82982982982983, "W21": -38.6530698642121, "S21": -38.6530698642121, "W22": -46.582542736567135, "S22": -46.582542736567135, "W31": -84.633917329975887, "S31": -84.633917329975887, "W32": -95.90410560306303, "S32": -100.90410560306303 }, "geometry": { "type": "Point", "coordinates": [ 103741.25, 511079.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19, "S11": 0.19, "W12": -1.81, "S12": -1.81, "W13": -22.52, "S13": -22.52, "W21": -34.310001, "S21": -34.310001, "W22": -39.972579222250609, "S22": -49.38498977765893, "W31": -66.339894295048921, "S31": -72.882091858210714, "W32": -95.844938202190789, "S32": -100.84493820219079 }, "geometry": { "type": "Point", "coordinates": [ 103741.3, 507105.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13497203888304096, "S11": -0.13497203888304096, "W12": -11.964538484259533, "S12": -11.964538484259533, "W13": -18.187041063261759, "S13": -26.253282242581054, "W21": -34.730814614401972, "S21": -35.41041530759427, "W22": -39.899872142996834, "S22": -48.670174645552393, "W31": -66.3044630350701, "S31": -73.227637537897365, "W32": -96.211206939828713, "S32": -101.21120693982871 }, "geometry": { "type": "Point", "coordinates": [ 103741.333333333328483, 512393.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0424249769286331, "S11": -1.0424249769286331, "W12": -5.0, "S12": -15.0, "W13": -19.81123065669264, "S13": -19.81123065669264, "W21": -33.673112756193554, "S21": -33.673112756193554, "W22": -35.353486433720782, "S22": -38.938823592974728, "W31": -70.525871546766737, "S31": -70.525871546766737, "W32": -88.831669321767649, "S32": -93.831669321767649 }, "geometry": { "type": "Point", "coordinates": [ 103741.4, 508351.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49860112496942177, "S11": 0.49860112496942177, "W12": -15.024897166611918, "S12": -15.024897166611918, "W13": -21.35174119952821, "S13": -23.632976435647596, "W21": -38.442620801796195, "S21": -45.141179247578151, "W22": -60.645723910977779, "S22": -60.645723910977779, "W31": -70.889273849539009, "S31": -71.803351579128559, "W32": -88.987257501692397, "S32": -93.987257501692397 }, "geometry": { "type": "Point", "coordinates": [ 103741.416666666671517, 513944.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11939731736995951, "S11": -0.11939731736995951, "W12": -5.0185628766467065, "S12": -5.0185628766467065, "W13": -15.053457399838532, "S13": -17.554297197915812, "W21": -32.266205707915034, "S21": -33.194565811044114, "W22": -47.342537153793451, "S22": -47.411702003987678, "W31": -102.55549605207629, "S31": -102.55549605207629, "W32": -102.92663047934529, "S32": -107.92663047934529 }, "geometry": { "type": "Point", "coordinates": [ 103741.75, 498207.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30723277255162718, "S11": -0.43304741509698153, "W12": -10.425646496839002, "S12": -10.425646496839002, "W13": -19.901705974307983, "S13": -27.009016074121888, "W21": -39.622768799078209, "S21": -42.182282687967096, "W22": -54.301207690525537, "S22": -54.301207690525537, "W31": -84.38123748725134, "S31": -84.38123748725134, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103741.75, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6827294914980735, "S12": -5.6827294914980735, "W13": -19.135462237451137, "S13": -19.135462237451137, "W21": -43.955916741603936, "S21": -43.955916741603936, "W22": -38.095204331393766, "S22": -40.164663729385147, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103741.818181818176527, 520180.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5884123798457801, "S11": 1.0884123798457801, "W12": -11.484315836219913, "S12": -12.484315836219913, "W13": -16.96219174534237, "S13": -20.483233609232137, "W21": -51.420232775825227, "S21": -60.459362999264471, "W22": -45.317286433197054, "S22": -46.566603235543347, "W31": -74.72186376838664, "S31": -75.72186376838664, "W32": -95.58705300950129, "S32": -100.58705300950129 }, "geometry": { "type": "Point", "coordinates": [ 103742.0, 501119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.8019513992336331, "S12": -16.64254143080613, "W13": -21.610554634013969, "S13": -21.610554634013969, "W21": -38.819118974616323, "S21": -38.819118974616323, "W22": -46.633783983258908, "S22": -46.633783983258908, "W31": -80.0, "S31": -81.182605273514369, "W32": -98.724438686580768, "S32": -103.72443868658077 }, "geometry": { "type": "Point", "coordinates": [ 103742.0, 506879.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12088031009580022, "S11": -0.12088031009580022, "W12": -2.4889956581842059, "S12": -19.096422568850954, "W13": -20.100260583340873, "S13": -20.100260583340873, "W21": -34.779494198953017, "S21": -34.779494198953017, "W22": -47.3123292075229, "S22": -55.872732075769662, "W31": -67.538817382325277, "S31": -68.239574958082784, "W32": -91.814587497208947, "S32": -96.814587497208947 }, "geometry": { "type": "Point", "coordinates": [ 103742.0, 507138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13049308383997407, "S11": -0.13049308383997407, "W12": -2.5123409878394845, "S12": -19.627227195183224, "W13": -20.0, "S13": -20.0, "W21": -34.793744336200461, "S21": -34.793744336200461, "W22": -37.389999, "S22": -37.389999, "W31": -65.470001, "S31": -76.090001, "W32": -98.510002, "S32": -103.510002 }, "geometry": { "type": "Point", "coordinates": [ 103742.0, 507139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.58677422375726107, "W12": -6.9719473962384599, "S12": -6.9719473962384599, "W13": -20.385883674492799, "S13": -23.068457052348638, "W21": -44.175487258656027, "S21": -47.747289622114863, "W22": -40.393665830117769, "S22": -40.393665830117769, "W31": -65.950188222640492, "S31": -68.361092530958217, "W32": -92.869553226696084, "S32": -97.869553226696084 }, "geometry": { "type": "Point", "coordinates": [ 103742.017241379304323, 516619.267241379304323 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44147427224718372, "S11": 0.44147427224718372, "W12": -14.462504811561777, "S12": -14.462504811561777, "W13": -21.786876521276049, "S13": -23.076375348034826, "W21": -42.577454763677181, "S21": -42.721796948109976, "W22": -38.514088012677519, "S22": -40.358063410873655, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103742.6, 514538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11596850217491633, "S11": -0.11596850217491633, "W12": -5.641966150698603, "S12": -5.641966150698603, "W13": -15.33884095266929, "S13": -18.053179074684387, "W21": -34.291257460174705, "S21": -34.451475888897114, "W22": -39.255995931373981, "S22": -51.843534643680421, "W31": -64.173584174734899, "S31": -72.332793126995, "W32": -78.555177516513169, "S32": -83.555177516513169 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 498073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.804119465966624, "S11": 3.804119465966624, "W12": -10.465986394557822, "S12": -10.465986394557822, "W13": -15.239366039488937, "S13": -18.181363173232178, "W21": -39.699973827279386, "S21": -39.735493667328605, "W22": -62.666815305028294, "S22": -63.578468032724345, "W31": -83.171224861016015, "S31": -84.925125730369132, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 500453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96108759361771412, "S11": 0.63988085005072204, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -16.654490513947106, "W21": -37.889248001578999, "S21": -47.889248001578999, "W22": -50.0, "S22": -50.0, "W31": -100.0, "S31": -100.0, "W32": -101.04633603238865, "S32": -106.04633603238865 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 501721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4545462440295336, "W12": -5.3940902001334807, "S12": -20.664565543417481, "W13": -22.569952713673135, "S13": -28.105083432627726, "W21": -41.501257685508634, "S21": -42.730735574363564, "W22": -49.27400048239204, "S22": -49.27400048239204, "W31": -84.717092106810966, "S31": -86.171416868544469, "W32": -95.336705074709414, "S32": -100.33670507470941 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 504149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4933392358509841, "S11": 0.4933392358509841, "W12": 0.0, "S12": -15.0, "W13": -20.777750941611615, "S13": -20.777750941611615, "W21": -35.479786596345903, "S21": -40.157709688284228, "W22": -46.061710953114556, "S22": -46.061710953114556, "W31": -80.252693957469802, "S31": -80.252693957469802, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 506241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61359681274899991, "S11": 0.61359681274899991, "W12": -1.5108051516664975, "S12": -6.405723668238525, "W13": -21.651576326392327, "S13": -21.651576326392327, "W21": -36.543031068152118, "S21": -36.543031068152118, "W22": -39.325315226610179, "S22": -41.378342659063513, "W31": -70.4284343501118, "S31": -74.324117074252058, "W32": -95.905687026969403, "S32": -100.9056870269694 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 506738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1579623296413719, "S11": 1.1579623296413719, "W12": -4.7865064348984543, "S12": -21.549222582810131, "W13": -21.549222582810131, "S13": -21.549222582810131, "W21": -34.215554903298283, "S21": -34.215554903298283, "W22": -37.957044249815922, "S22": -40.186667073207538, "W31": -67.39348682284384, "S31": -72.633458169548717, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 507276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067841204289615598, "S11": -0.5678412042896156, "W12": -2.5137230021598271, "S12": -13.527057262320168, "W13": -19.204708390822972, "S13": -19.204708390822972, "W21": -32.168604218966451, "S21": -32.168604218966451, "W22": -63.172188038604013, "S22": -63.172188038604013, "W31": -74.85016466966384, "S31": -74.85016466966384, "W32": -87.526044514361899, "S32": -92.526044514361899 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 507617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30941860119931131, "S11": 0.11808526786597795, "W12": -7.4316863220718812, "S12": -8.4352256230599387, "W13": -27.252066115702476, "S13": -27.252066115702476, "W21": -35.052196053636408, "S21": -35.054295927895431, "W22": -46.731321972409731, "S22": -46.731321972409731, "W31": -84.780499775932853, "S31": -84.780499775932853, "W32": -95.883165967438117, "S32": -100.88316596743812 }, "geometry": { "type": "Point", "coordinates": [ 103743.0, 509947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11422996769095206, "S11": -0.11422996769095206, "W12": -5.7623312416997043, "S12": -5.7623312416997043, "W13": -15.397894590776062, "S13": -18.087232826070178, "W21": -34.713478204183282, "S21": -34.713478204183282, "W22": -54.5225153403875, "S22": -54.5225153403875, "W31": -96.688033384713719, "S31": -96.688033384713719, "W32": -101.00024661423133, "S32": -106.00024661423133 }, "geometry": { "type": "Point", "coordinates": [ 103744.0, 498045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.2658322968490876, "W12": -10.32472096292228, "S12": -10.32472096292228, "W13": -15.836528548123979, "S13": -18.521354170373321, "W21": -40.0, "S21": -51.152513928471535, "W22": -47.129566825333455, "S22": -47.129566825333455, "W31": -85.207315251488438, "S31": -85.207315251488438, "W32": -95.803720966176272, "S32": -100.80372096617627 }, "geometry": { "type": "Point", "coordinates": [ 103744.0, 501460.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73583734733829131, "S11": 0.73583734733829131, "W12": -15.367906606029301, "S12": -15.367906606029301, "W13": -21.472006106894678, "S13": -21.950098792764337, "W21": -37.515828673704497, "S21": -45.690099342118941, "W22": -32.365786577674456, "S22": -38.893383323779688, "W31": -71.648550607668611, "S31": -74.635171533912512, "W32": -85.835789939208354, "S32": -90.835789939208354 }, "geometry": { "type": "Point", "coordinates": [ 103744.142857142855064, 514107.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11065903154510748, "S11": -0.11065903154510748, "W12": -6.1447649455187863, "S12": -6.4275936276280436, "W13": -15.761885586553351, "S13": -18.365970553873613, "W21": -36.230483278299438, "S21": -36.230483278299438, "W22": -37.82417478674018, "S22": -42.528338906025553, "W31": -65.587754076860918, "S31": -76.059430159045803, "W32": -99.962437025210079, "S32": -104.96243702521008 }, "geometry": { "type": "Point", "coordinates": [ 103744.5, 497944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7785514460315031, "S11": 3.7785514460315031, "W12": -10.457360973042446, "S12": -10.457360973042446, "W13": -15.217509951229218, "S13": -18.136967519842042, "W21": -39.674767589132081, "S21": -39.711979216323719, "W22": -39.817612071154251, "S22": -44.242093867198676, "W31": -59.999999999999993, "S31": -66.415131031613967, "W32": -81.897698051456928, "S32": -86.897698051456928 }, "geometry": { "type": "Point", "coordinates": [ 103744.666666666671517, 500450.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45828298813663093, "S11": 0.45828298813663093, "W12": -10.0, "S12": -10.913518121616059, "W13": -14.121898158265946, "S13": -16.306737861218309, "W21": -30.0, "S21": -31.350116414435391, "W22": -44.596371939136347, "S22": -48.059539128381928, "W31": -103.88509583509129, "S31": -103.88509583509129, "W32": -103.88509583509129, "S32": -108.49483702039498 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 499652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40849741284632191, "S11": 0.40849741284632191, "W12": -9.045204608363882, "S12": -9.9330198782691586, "W13": -12.695896847219625, "S13": -13.970684047724038, "W21": -33.694370589158574, "S21": -34.22838730509401, "W22": -60.000000000000007, "S22": -63.39223704062389, "W31": -79.955923716833126, "S31": -79.955923716833126, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 499914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8005619894882936, "W12": -10.581062714688661, "S12": -10.581062714688661, "W13": -16.092639477977162, "S13": -20.262607942439036, "W21": -44.327172605861129, "S21": -55.417345822318794, "W22": -60.0, "S22": -60.0, "W31": -80.358164923685692, "S31": -80.358164923685692, "W32": -91.224405594106599, "S32": -96.224405594106599 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 501388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89173168769091316, "S11": 0.89173168769091316, "W12": -11.47246246346835, "S12": -11.47246246346835, "W13": -23.523710902873155, "S13": -23.574921045016588, "W21": -37.030913249792697, "S21": -37.030913249792697, "W22": -42.576872218737606, "S22": -44.0862470054646, "W31": -79.944140702220153, "S31": -83.901973420624898, "W32": -100.04518346305468, "S32": -105.04518346305468 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 505100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2801223659536767, "S11": -1.7198776340463233, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -24.424030172413794, "W21": -37.535250515340664, "S21": -43.844684096475731, "W22": -41.08906117626902, "S22": -44.58152929928783, "W31": -74.86994952884902, "S31": -79.567522069177841, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 505507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83224492038347986, "S11": 0.83224492038347986, "W12": -5.0419597171911654, "S12": -16.060592329866196, "W13": -24.523354194600401, "S13": -24.523354194600401, "W21": -34.677012244401048, "S21": -37.792550847702429, "W22": -39.270252011662407, "S22": -51.794783389005516, "W31": -64.162251831214064, "S31": -72.236310424831629, "W32": -77.831001255930786, "S32": -82.831001255930786 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 505968.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -12.831095177541764, "W13": -20.433643115382903, "S13": -20.433643115382903, "W21": -37.566211535097032, "S21": -40.532864646117829, "W22": -62.981642943228202, "S22": -62.981642943228202, "W31": -84.534832773477433, "S31": -84.534832773477433, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 506362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0627804868571507, "S11": 3.0627804868571507, "W12": -2.1511502336769888, "S12": -2.6137217333044998, "W13": -24.138556676162512, "S13": -24.138556676162512, "W21": -35.421795264841627, "S21": -38.609820284653566, "W22": -46.322922650831742, "S22": -46.322922650831742, "W31": -80.150802576175408, "S31": -80.150802576175408, "W32": -99.988206155835115, "S32": -104.98820615583512 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 509119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.092985074626865574, "S11": -0.092985074626865574, "W12": -11.926326027204173, "S12": -11.926326027204173, "W13": -17.175988465235502, "S13": -35.472342573414423, "W21": -35.871879179897292, "S21": -38.47208770166926, "W22": -38.255505048901398, "S22": -39.55711684588357, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.0, 512172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49198227150732438, "S11": 0.49198227150732438, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -20.857180025239408, "S13": -21.399724002898061, "W21": -34.827427170938712, "S21": -34.827427170938712, "W22": -45.332981355533015, "S22": -46.852508822474775, "W31": -74.903473913324575, "S31": -75.893137608178435, "W32": -95.558629319765387, "S32": -100.55862931976539 }, "geometry": { "type": "Point", "coordinates": [ 103745.2, 504824.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11467474159754948, "S11": -0.11467474159754948, "W12": -4.9606080206985768, "S12": -4.9606080206985768, "W13": -15.010107738254955, "S13": -17.151648512539502, "W21": -31.706815466608482, "S21": -32.847020603847035, "W22": -37.988851779408144, "S22": -40.457071252389653, "W31": -67.252327732261975, "S31": -72.82419974754373, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103745.5, 498245.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46379650914299581, "S11": 0.46379650914299581, "W12": -10.0, "S12": -10.912716398445726, "W13": -13.589096616533885, "S13": -15.535302014106788, "W21": -29.999999999999996, "S21": -31.437136204889402, "W22": -33.696622413241705, "S22": -39.098006231155736, "W31": -70.0, "S31": -74.610362669964829, "W32": -85.281748803454633, "S32": -90.281748803454633 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 499638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20600166423965055, "S11": -0.20600166423965055, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.702993114825851, "W21": -37.46939196664114, "S21": -39.90061467406472, "W22": -34.192448844432342, "S22": -39.300346121582024, "W31": -70.15286230505896, "S31": -74.473788548626715, "W32": -85.376875499580748, "S32": -90.376875499580748 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 501847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7102497581567144, "S11": 1.7102497581567144, "W12": -9.337019792348114, "S12": -9.337019792348114, "W13": -20.819623093030213, "S13": -25.559995788675433, "W21": -37.721321985330533, "S21": -39.733484674596873, "W22": -35.146780899248874, "S22": -38.621132516068208, "W31": -70.44755921073903, "S31": -70.44755921073903, "W32": -88.821221535468823, "S32": -93.821221535468823 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 503411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97818671664519163, "S11": 0.50446193527308036, "W12": -14.348615258504596, "S12": -14.348615258504596, "W13": -25.000000000000004, "S13": -27.587634315355924, "W21": -34.407144948595686, "S21": -42.484370671951027, "W22": -49.788581329816537, "S22": -50.221164293069599, "W31": -101.80646886866373, "S31": -101.80646886866373, "W32": -102.56604732776857, "S32": -107.56604732776857 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82740702985381787, "S11": 0.76712426016095103, "W12": -4.9027118124712734, "S12": -19.902711812471274, "W13": -22.82283805070238, "S13": -22.82283805070238, "W21": -34.731049941501482, "S21": -38.431938971659079, "W22": -33.520754311943108, "S22": -38.800606333224522, "W31": -70.0, "S31": -74.688955513632379, "W32": -85.240345670887137, "S32": -90.240345670887137 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 506010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6044936079001815, "S11": 2.6044936079001815, "W12": -4.4298579065596062, "S12": -4.4298579065596062, "W13": -23.022261011851331, "S13": -23.022261011851331, "W21": -35.478609086365466, "S21": -36.213718045203237, "W22": -37.802073010399788, "S22": -42.091863106181322, "W31": -65.557525780741543, "S31": -76.039084918591925, "W32": -99.862269092436975, "S32": -104.86226909243697 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 508928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74139522033430039, "S11": 0.74139522033430039, "W12": -15.384680013127667, "S12": -15.384680013127667, "W13": -21.471533925551185, "S13": -21.81771503734705, "W21": -37.438173054144762, "S21": -45.706836920507996, "W22": -41.673258145704558, "S22": -41.673258145704558, "W31": -69.796550794933978, "S31": -71.398267044320335, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103746.0, 514117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91065570817203578, "S11": 0.91065570817203578, "W12": -11.358630052672567, "S12": -11.358630052672567, "W13": -23.468161833340076, "S13": -23.468161833340076, "W21": -37.16115509179447, "S21": -37.16115509179447, "W22": -61.101487534895362, "S22": -61.101487534895362, "W31": -75.221297229455757, "S31": -75.221297229455757, "W32": -88.069964241231432, "S32": -93.069964241231432 }, "geometry": { "type": "Point", "coordinates": [ 103746.75, 505082.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2422013799942162, "S12": -8.1368422329684034, "W13": -20.78235244555357, "S13": -20.78235244555357, "W21": -33.484517728513325, "S21": -33.484517728513325, "W22": -46.409537395602236, "S22": -46.409537395602236, "W31": -84.332938117340007, "S31": -85.491667458467361, "W32": -98.736198298157646, "S32": -103.73619829815765 }, "geometry": { "type": "Point", "coordinates": [ 103747.0, 507823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7333033685213373, "S12": -5.7333033685213373, "W13": -20.0, "S13": -27.480159398643252, "W21": -45.549462297138909, "S21": -45.549462297138909, "W22": -40.0, "S22": -54.28159764113218, "W31": -64.94785226422286, "S31": -74.354784607125893, "W32": -85.869241958946162, "S32": -90.869241958946162 }, "geometry": { "type": "Point", "coordinates": [ 103747.333333333328483, 518352.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42410793702133559, "S11": 0.42410793702133559, "W12": -9.9990350877192977, "S12": -10.892209775860886, "W13": -14.361679378283259, "S13": -18.026793376812311, "W21": -30.830856695898564, "S21": -31.531769937907697, "W22": -56.500663351413799, "S22": -56.500663351413799, "W31": -70.0, "S31": -70.7985882623001, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 499738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8113678389206589, "W12": -11.297483623509946, "S12": -11.616599852108894, "W13": -17.190770365797686, "S13": -20.521700666801031, "W21": -50.0, "S21": -59.758968865387246, "W22": -62.184377916461258, "S22": -62.184377916461258, "W31": -74.986074039176984, "S31": -74.986074039176984, "W32": -87.784171528231965, "S32": -92.784171528231965 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1059689158694446, "S11": -1.8940310841305554, "W12": -13.437722479966258, "S12": -13.437722479966258, "W13": -20.0, "S13": -22.859886512439981, "W21": -36.93859234750537, "S21": -41.418881457370681, "W22": -47.998176997001828, "S22": -49.845845457318696, "W31": -84.054921024246823, "S31": -84.054921024246823, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 505412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8704436196140718, "S11": 0.8704436196140718, "W12": -6.9009760196501029, "S12": -11.784475515561383, "W13": -24.884538098473328, "S13": -24.884538098473328, "W21": -34.581329405068296, "S21": -39.112096706875938, "W22": -50.0, "S22": -59.886125431986855, "W31": -104.82336695736718, "S31": -104.82336695736718, "W32": -107.75953735658987, "S32": -112.75953735658987 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 505905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2041482460851967, "S12": -12.61024277344838, "W13": -21.565709409547829, "S13": -21.565709409547829, "W21": -33.834780385354932, "S21": -33.834780385354932, "W22": -39.566993629996539, "S22": -40.949072443259858, "W31": -66.133752783570742, "S31": -66.133752783570742, "W32": -96.363372636344934, "S32": -101.36337263634493 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 507872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1764503238252719, "S11": 2.1764503238252719, "W12": -5.0, "S12": -5.0, "W13": -22.655970565702283, "S13": -22.655970565702283, "W21": -35.520276306761218, "S21": -37.111827845559645, "W22": -33.06959171993644, "S22": -39.547372294193011, "W31": -71.578652166017633, "S31": -74.847297415427192, "W32": -86.013679670887129, "S32": -91.013679670887129 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 508869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16184917165816948, "S11": -0.16184917165816948, "W12": -12.052812060196784, "S12": -12.052812060196784, "W13": -18.046954679593153, "S13": -27.028193592615985, "W21": -34.93029560318444, "S21": -36.222486198828086, "W22": -33.341092044909502, "S22": -39.831751906413068, "W31": -71.63118944331228, "S31": -75.209996033529393, "W32": -86.119375999916144, "S32": -91.119375999916144 }, "geometry": { "type": "Point", "coordinates": [ 103748.0, 512346.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6744072856364882, "S12": -5.6744072856364882, "W13": -19.042657920334769, "S13": -19.042657920334769, "W21": -43.979075757968857, "S21": -43.979075757968857, "W22": -35.228577315599978, "S22": -37.92350091681503, "W31": -73.056696592357369, "S31": -73.056696592357369, "W32": -88.480987254914766, "S32": -93.480987254914766 }, "geometry": { "type": "Point", "coordinates": [ 103748.636363636367605, 520229.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24, "S11": -0.24, "W12": -2.04, "S12": -26.84, "W13": -26.85, "S13": -26.85, "W21": -35.040001, "S21": -35.040001, "W22": -60.0, "S22": -62.380267025869294, "W31": -79.962648363153221, "S31": -79.962648363153221, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103748.8, 507150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79361706382973574, "S11": -0.79361706382973574, "W12": -4.8924283126094243, "S12": -19.781305666954541, "W13": -23.105965063056896, "S13": -28.795480012979791, "W21": -43.619221837286183, "S21": -53.619221837286183, "W22": -53.88243723540689, "S22": -53.88243723540689, "W31": -84.668095795716283, "S31": -84.668095795716283, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 504111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90019341278536968, "S11": 0.68819669955611606, "W12": -11.354324023654781, "S12": -12.09477434291097, "W13": -25.0, "S13": -25.066070355300269, "W21": -34.519519197283444, "S21": -41.669027382598649, "W22": -54.784680177862491, "S22": -54.784680177862491, "W31": -83.848387993329624, "S31": -83.848387993329624, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 505862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.66954396044525, "S11": 1.7424302578213435, "W12": -4.457811152956185, "S12": -7.962141078246292, "W13": -24.309436533536299, "S13": -24.309436533536299, "W21": -35.543246995448939, "S21": -36.864407685949047, "W22": -47.933583365874654, "S22": -47.933583365874654, "W31": -84.108558243670629, "S31": -84.108558243670629, "W32": -96.350023853731386, "S32": -101.35002385373139 }, "geometry": { "type": "Point", "coordinates": [ 103749.0, 509205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10995216582513945, "S11": -0.10995216582513945, "W12": -4.9167141009055628, "S12": -4.9167141009055628, "W13": -15.03961037483813, "S13": -16.821852125329947, "W21": -31.147425225301934, "S21": -32.499475396649956, "W22": -38.254318693579059, "S22": -40.346575160298379, "W31": -67.662682419678021, "S31": -76.264358643762719, "W32": -87.115310023826666, "S32": -92.115310023826666 }, "geometry": { "type": "Point", "coordinates": [ 103749.25, 498283.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0132011967091628, "S11": 1.5695390922043071, "W12": -11.43695255142325, "S12": -12.117091296584402, "W13": -17.02922892653579, "S13": -20.513454745933704, "W21": -50.771100828314403, "S21": -60.035676228933404, "W22": -36.668609198836776, "S22": -37.770395522827215, "W31": -68.553950843040369, "S31": -72.567521165335521, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103749.4, 501033.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70733972497300934, "S11": 0.70733972497300934, "W12": -10.343586648577471, "S12": -10.343586648577471, "W13": -22.80320376499154, "S13": -22.80320376499154, "W21": -35.858744138200599, "S21": -35.858744138200599, "W22": -39.317588793558798, "S22": -51.670993184727379, "W31": -64.179284395006391, "S31": -72.111411944025321, "W32": -77.698514185034071, "S32": -82.698514185034071 }, "geometry": { "type": "Point", "coordinates": [ 103749.5, 504915.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3987891249714417, "S11": 0.3987891249714417, "W12": -11.302747347740668, "S12": -20.558834447707675, "W13": -25.131671086855192, "S13": -30.131671086855192, "W21": -39.94701965454545, "S21": -39.94701965454545, "W22": -41.085281484402408, "S22": -41.085281484402408, "W31": -67.188760419467599, "S31": -69.318455345115311, "W32": -93.847444383158674, "S32": -98.847444383158674 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 503966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -12.4, "S12": -20.0, "W13": -24.200001, "S13": -27.300001, "W21": -35.98, "S21": -35.99, "W22": -60.755210345816408, "S22": -60.755210345816408, "W31": -70.274969446394039, "S31": -71.326282689145557, "W32": -89.543576611182246, "S32": -94.543576611182246 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.218002623592844, "S11": 0.218002623592844, "W12": -7.8843998881763779, "S12": -8.2842917428684117, "W13": -27.71349862258953, "S13": -27.71349862258953, "W21": -34.46278459134362, "S21": -34.466641246633721, "W22": -50.000000000000007, "S22": -51.353454694576236, "W31": -79.45758023961983, "S31": -79.45758023961983, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56546878398955824, "S11": 0.56546878398955824, "W12": -15.128552674762059, "S12": -15.128552674762059, "W13": -21.359486753986552, "S13": -22.898950482021558, "W21": -38.017000421728937, "S21": -45.261574019134542, "W22": -59.490979323290127, "S22": -59.490979323290127, "W31": -70.0, "S31": -70.671030683296408, "W32": -94.263343343343678, "S32": -99.263343343343678 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41428795176006239, "S11": -0.41428795176006239, "W12": -4.7593016247438937, "S12": -4.7593016247438937, "W13": -20.011607768647895, "S13": -20.011607768647895, "W21": -32.933349166158422, "S21": -32.933349166158422, "W22": -63.546728218784494, "S22": -72.650279915706363, "W31": -80.083748495464903, "S31": -83.419922055142422, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103750.666666666671517, 507776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49809978167704372, "S11": 0.49809978167704372, "W12": -9.6772072828557967, "S12": -10.587141701900462, "W13": -12.120409236187028, "S13": -12.604017278208401, "W21": -30.0, "S21": -31.963766006984866, "W22": -44.112230097377825, "S22": -45.286612960589316, "W31": -80.0, "S31": -80.0, "W32": -99.801764385337123, "S32": -104.80176438533712 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 499551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8592340535609759, "S11": 3.8592340535609759, "W12": -10.505935715260316, "S12": -10.505935715260316, "W13": -15.300944049236037, "S13": -18.250962078915663, "W21": -39.768965874282557, "S21": -39.817181807841465, "W22": -40.68788326978293, "S22": -50.68788326978293, "W31": -66.337787556637878, "S31": -72.203917417369297, "W32": -95.142672115181867, "S32": -100.14267211518187 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 500464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42782394366197185, "S11": 0.42782394366197185, "W12": -3.7154963908852161, "S12": -18.83713737200091, "W13": -18.83713737200091, "S13": -18.83713737200091, "W21": -32.47564243123648, "S21": -32.47564243123648, "W22": -46.240000507209984, "S22": -46.240000507209984, "W31": -70.000000000000014, "S31": -71.121349830292147, "W32": -95.904225455357249, "S32": -100.90422545535725 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 507403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87073170731707317, "S11": 0.77078405550732143, "W12": -5.2526903240593494, "S12": -14.026275229719726, "W13": -24.880080613858606, "S13": -25.380080613858606, "W21": -35.815966566178318, "S21": -35.815966566178318, "W22": -52.193639625530039, "S22": -65.244614228066865, "W31": -100.0, "S31": -100.0, "W32": -105.02561559675303, "S32": -110.02561559675303 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 509584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19607352552234858, "S11": -0.19607352552234858, "W12": -9.9999999999999982, "S12": -14.892462701026931, "W13": -31.727954798073362, "S13": -31.727954798073362, "W21": -38.773414393056591, "S21": -38.773414393056591, "W22": -61.742203066236982, "S22": -61.742203066236982, "W31": -75.234426313656513, "S31": -75.234426313656513, "W32": -87.899321233739329, "S32": -92.899321233739329 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 511020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6858131794985605, "S12": -5.6858131794985605, "W13": -19.193454915168076, "S13": -19.193454915168076, "W21": -43.925696408314209, "S21": -44.071545105654771, "W22": -49.228186297839315, "S22": -51.925452898691276, "W31": -79.700061097550204, "S31": -79.700061097550204, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103751.0, 520153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76728829948889798, "S11": 0.76728829948889798, "W12": -15.460151905855902, "S12": -15.460151905855902, "W13": -21.480725733948272, "S13": -21.611937468545591, "W21": -37.297322338838647, "S21": -45.942516853176834, "W22": -39.892572888488466, "S22": -41.145401040404273, "W31": -68.113121958690215, "S31": -68.113121958690215, "W32": -96.977314462130451, "S32": -101.97731446213045 }, "geometry": { "type": "Point", "coordinates": [ 103751.285714285710128, 514156.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81943393980460999, "S11": 0.81943393980460999, "W12": -5.0388515899918556, "S12": -16.150273866981145, "W13": -24.53625918297152, "S13": -24.53625918297152, "W21": -34.661023018045441, "S21": -37.891904374739596, "W22": -33.549999, "S22": -40.009096477168285, "W31": -71.569095962551202, "S31": -75.176073169960929, "W32": -86.15371109575716, "S32": -91.15371109575716 }, "geometry": { "type": "Point", "coordinates": [ 103751.333333333328483, 505969.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -19.752762150696302, "W13": -24.872248876703981, "S13": -26.769223010709091, "W21": -39.696379163108453, "S21": -39.696379163108453, "W22": -40.678992649228974, "S22": -50.513922418660691, "W31": -66.325801575110674, "S31": -72.262584773861377, "W32": -95.206239520477112, "S32": -100.20623952047711 }, "geometry": { "type": "Point", "coordinates": [ 103752.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46340922197427475, "S11": 0.46340922197427475, "W12": -7.0065511468727131, "S12": -16.556132731871411, "W13": -28.156820831713951, "S13": -28.156820831713951, "W21": -37.458438862491349, "S21": -37.460256409912525, "W22": -45.644977914735591, "S22": -45.644977914735591, "W31": -69.999999999999986, "S31": -71.236011671646679, "W32": -95.651569447707018, "S32": -100.65156944770702 }, "geometry": { "type": "Point", "coordinates": [ 103752.0, 510298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73911306913269881, "S11": -1.1384259221733184, "W12": -7.6974629211897403, "S12": -7.6974629211897403, "W13": -20.715387086760291, "S13": -23.873863719785593, "W21": -44.199213470489752, "S21": -44.199213470489752, "W22": -53.678306415190981, "S22": -53.678306415190981, "W31": -84.826238053866206, "S31": -84.826238053866192, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103752.133333333331393, 516138.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10522959005272939, "S11": -0.10522959005272939, "W12": -4.872820181112548, "S12": -4.872820181112548, "W13": -15.069113011421305, "S13": -16.519869505854647, "W21": -30.627289492125545, "S21": -32.19118469758304, "W22": -59.972970108119569, "S22": -61.487520469009269, "W31": -79.75478845349528, "S31": -79.75478845349528, "W32": -96.16004044343336, "S32": -101.16004044343336 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 498321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -22.734377017430599, "W13": -25.092767834475755, "S13": -26.548997734948713, "W21": -40.0, "S21": -40.0, "W22": -44.586270154019914, "S22": -44.586270154019914, "W31": -78.29509013707623, "S31": -78.29509013707623, "W32": -98.479679517733729, "S32": -103.47967951773373 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 503872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.035825540275049, "S12": -22.367846198764397, "W13": -25.111569560802234, "S13": -26.590548506883167, "W21": -39.983421689414115, "S21": -39.983421689414115, "W22": -38.864812918014131, "S22": -47.806667502462417, "W31": -65.350467425776799, "S31": -75.358584668428946, "W32": -90.538172610492268, "S32": -95.538172610492268 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 503895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2610996176292872, "S11": -0.46769036846250711, "W12": -15.0, "S12": -15.0, "W13": -22.40249433106576, "S13": -26.306465339159555, "W21": -34.312566826497019, "S21": -42.073286610281087, "W22": -63.37835265573284, "S22": -63.37835265573284, "W31": -83.956742833623224, "S31": -84.530475408179512, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 505704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1749650854244957, "S12": -13.401118935517724, "W13": -21.930600476520819, "S13": -21.930600476520819, "W21": -38.722200907151375, "S21": -38.722200907151375, "W22": -60.0, "S22": -64.303423028379086, "W31": -79.879440720997934, "S31": -79.879440720997934, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 506895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76185773598251139, "S11": -0.76185773598251139, "W12": -2.9464658731414044, "S12": -17.240352658179276, "W13": -21.562134184566517, "S13": -21.562134184566517, "W21": -35.903437855487077, "S21": -35.903437855487077, "W22": -48.393777295773596, "S22": -48.393777295773596, "W31": -84.650987567945748, "S31": -86.123654354494931, "W32": -95.57655692816094, "S32": -100.57655692816094 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 506977.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37824952485302921, "S11": 0.37824952485302921, "W12": -3.4074640765518858, "S12": -25.403056230374904, "W13": -25.403056230374904, "S13": -25.403056230374904, "W21": -33.955599282918108, "S21": -33.955599282918108, "W22": -50.0, "S22": -59.07426723688328, "W31": -106.01515202418949, "S31": -106.01515202418949, "W32": -106.01515202418949, "S32": -110.90625551697759 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 507199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37324259647023628, "S11": -0.37324259647023628, "W12": -10.0, "S12": -15.006257822277847, "W13": -31.985066799160869, "S13": -31.985066799160869, "W21": -39.134185291959575, "S21": -39.134185291959575, "W22": -50.0, "S22": -50.558629495637369, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103753.0, 510917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3638254580803002, "S11": 3.3638254580803002, "W12": -10.28392235021987, "S12": -10.28392235021987, "W13": -14.801861799077777, "S13": -17.419405447853361, "W21": -39.242897480856094, "S21": -39.281891892831894, "W22": -52.336570517466306, "S22": -53.13455628423619, "W31": -99.049776307379972, "S31": -99.049776307379972, "W32": -101.38540462427746, "S32": -106.38540462427746 }, "geometry": { "type": "Point", "coordinates": [ 103753.5, 500398.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6658536585365854, "S11": 0.6658536585365854, "W12": -5.2737982107120693, "S12": -12.383974693960511, "W13": -24.928440877802885, "S13": -25.428440877802885, "W21": -38.57957570416788, "S21": -38.640593380348825, "W22": -42.66856975222278, "S22": -44.164056960461465, "W31": -78.09333564440611, "S31": -82.508077412749756, "W32": -100.07924795309815, "S32": -105.07924795309815 }, "geometry": { "type": "Point", "coordinates": [ 103754.0, 509616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0084917430495221151, "S11": -0.0084917430495221151, "W12": -8.0948791751331299, "S12": -8.0948791751331299, "W13": -27.938029829094699, "S13": -27.938029829094699, "W21": -34.384201914067461, "S21": -35.290192317138477, "W22": -34.112855925760648, "S22": -39.112855925760648, "W31": -71.982054748732736, "S31": -72.518347210859133, "W32": -87.993778454619076, "S32": -92.993778454619076 }, "geometry": { "type": "Point", "coordinates": [ 103754.0, 510075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38156512041862362, "S11": 0.38156512041862362, "W12": -7.6415184809710395, "S12": -21.618942644682559, "W13": -31.613185933532076, "S13": -31.613185933532076, "W21": -40.0, "S21": -40.0, "W22": -39.967723783738798, "S22": -48.264017275579938, "W31": -66.232267833063489, "S31": -73.000098572828463, "W32": -95.992128435024441, "S32": -100.99212843502444 }, "geometry": { "type": "Point", "coordinates": [ 103754.5, 510685.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072425373134328286, "S11": -0.072425373134328286, "W12": -11.845466206216082, "S12": -11.845466206216082, "W13": -17.051531560397308, "S13": -35.637120452832676, "W21": -35.949566499646785, "S21": -38.567829787136198, "W22": -39.341337715108729, "S22": -53.429319779633374, "W31": -65.819825822372437, "S31": -75.948843759834205, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103754.5, 512161.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82491228004083872, "S11": 0.54525953436969965, "W12": -12.287378040207802, "S12": -19.221739447881255, "W13": -23.892772166990461, "S13": -26.795048633133163, "W21": -35.932467385577283, "S21": -36.084102689072033, "W22": -38.410868580920877, "S22": -49.075225621882765, "W31": -65.691941118386353, "S31": -75.968477047284196, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103754.666666666671517, 505255.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18872630443325566, "S11": -0.18872630443325566, "W12": -12.01546591148734, "S12": -12.01546591148734, "W13": -17.906868295924678, "S13": -26.70912253267408, "W21": -35.310022310260159, "S21": -37.461555834290365, "W22": -39.504567279840245, "S22": -52.318035017246949, "W31": -64.574909941454422, "S31": -73.0760064528627, "W32": -80.912373174240003, "S32": -85.912373174240003 }, "geometry": { "type": "Point", "coordinates": [ 103754.666666666671517, 512299.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1389447897205764, "S11": 5.1389447897205764, "W12": -11.022558916817298, "S12": -11.022558916817298, "W13": -17.361847053368194, "S13": -20.525511830225295, "W21": -36.806375715922108, "S21": -38.631490289707628, "W22": -53.14973184519495, "S22": -53.14973184519495, "W31": -98.052934320839114, "S31": -98.052934320839114, "W32": -101.19296724470135, "S32": -106.19296724470135 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -15.0, "W13": -20.877117603731893, "S13": -20.877117603731893, "W21": -35.287889613512363, "S21": -40.281383009309096, "W22": -50.099773646019635, "S22": -50.099773646019635, "W31": -84.355588651967025, "S31": -87.452603577340156, "W32": -95.118705336760073, "S32": -100.11870533676007 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 506226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92952552552550127, "S11": 0.92952552552550127, "W12": -0.78318728793701253, "S12": -20.459997799693582, "W13": -21.637256798871281, "S13": -21.637256798871281, "W21": -37.088830740992485, "S21": -37.569846489985252, "W22": -45.182704468725746, "S22": -45.182704468725746, "W31": -84.057749446380768, "S31": -87.813254142142782, "W32": -97.157631830552589, "S32": -102.15763183055259 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 506674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.066772660505830722, "S11": 0.066772660505830722, "W12": -2.6622653599919763, "S12": -14.718391438055104, "W13": -22.270778201844788, "S13": -22.270778201844788, "W21": -34.500722436386781, "S21": -34.500722436386781, "W22": -46.417791685928883, "S22": -46.417791685928883, "W31": -80.132594215584547, "S31": -80.132594215584547, "W32": -99.374545812675606, "S32": -104.37454581267561 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.36592577487765066, "W12": -5.0, "S12": -5.0, "W13": -22.00246928409965, "S13": -22.00246928409965, "W21": -35.550659347475523, "S21": -37.969864399481466, "W22": -45.95054209261302, "S22": -45.95054209261302, "W31": -80.343088543881763, "S31": -80.343088543881763, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 508764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.9060851167569215, "S12": -4.9060851167569215, "W13": -22.764118342523719, "S13": -22.764118342523719, "W21": -35.410751718189708, "S21": -36.822693212880154, "W22": -41.375082645677082, "S22": -47.647807845567655, "W31": -66.42290436954022, "S31": -71.096725918361827, "W32": -94.387111868613204, "S32": -99.387111868613204 }, "geometry": { "type": "Point", "coordinates": [ 103755.0, 508887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6660850797748985, "S12": -5.6660850797748985, "W13": -18.949853603218276, "S13": -18.949853603218276, "W21": -44.002234774333843, "S21": -44.002234774333843, "W22": -51.905567224025532, "S22": -91.905567224025532, "W31": -103.82846713798985, "S31": -103.82846713798985, "W32": -108.18028927009756, "S32": -113.18028927009756 }, "geometry": { "type": "Point", "coordinates": [ 103755.454545454544132, 520278.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30300565283331288, "S11": -4.9773564487962529, "W12": -7.7788337204153635, "S12": -8.6905230270719436, "W13": -18.512015348826829, "S13": -24.117350838596678, "W21": -33.193914249662534, "S21": -33.193914249662534, "W22": -62.440591436883111, "S22": -62.440591436883111, "W31": -85.818739461210612, "S31": -85.818739461210612, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103755.5, 504606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42, "S11": 0.42, "W12": -1.28, "S12": -25.38, "W13": -25.389999, "S13": -25.399999, "W21": -33.98, "S21": -33.98, "W22": -33.993292239315089, "S22": -39.08798112815532, "W31": -70.0, "S31": -74.175049120527262, "W32": -85.254384477779638, "S32": -90.254384477779638 }, "geometry": { "type": "Point", "coordinates": [ 103756.3, 507193.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7217893000007791, "S12": -5.7217893000007791, "W13": -20.0, "S13": -24.56393766736177, "W21": -45.805266818105181, "S21": -45.805266818105181, "W22": -38.40956018795336, "S22": -38.526202236498726, "W31": -68.491030174107266, "S31": -77.108662974162741, "W32": -89.730861136563618, "S32": -94.730861136563618 }, "geometry": { "type": "Point", "coordinates": [ 103756.666666666671517, 518304.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45091429957606988, "S11": 0.45091429957606988, "W12": -10.0, "S12": -10.890867838607777, "W13": -14.835157848726594, "S13": -17.333686899964245, "W21": -29.999999999999996, "S21": -31.367694063927164, "W22": -50.904966263877405, "S22": -52.335337455775893, "W31": -92.404035774056354, "S31": -92.404035774056354, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103756.8, 499669.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.60599152036457, "S11": 2.60599152036457, "W12": -10.0, "S12": -10.0, "W13": -13.927163074943712, "S13": -16.037250449544977, "W21": -38.437752775650132, "S21": -38.540463847809058, "W22": -51.65406453399806, "S22": -62.173869087485947, "W31": -100.0, "S31": -100.0, "W32": -103.45795546558705, "S32": -108.45795546558705 }, "geometry": { "type": "Point", "coordinates": [ 103757.0, 500299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2536043251902282, "S11": 2.0445440934316648, "W12": -10.319691361728367, "S12": -19.06549781334127, "W13": -21.064195585616524, "S13": -21.064195585616524, "W21": -35.3208730825502, "S21": -37.733323934450596, "W22": -33.513794266683831, "S22": -39.887228222499317, "W31": -71.352968765763407, "S31": -74.47350486114513, "W32": -86.037412711638439, "S32": -91.037412711638439 }, "geometry": { "type": "Point", "coordinates": [ 103757.0, 504262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5020549839230348, "S12": -20.950167130653334, "W13": -31.027943914128411, "S13": -31.027943914128411, "W21": -40.0, "S21": -40.0, "W22": -33.63343658189703, "S22": -40.012666216973663, "W31": -71.376610540545997, "S31": -74.636719239291125, "W32": -86.084976059701503, "S32": -91.084976059701503 }, "geometry": { "type": "Point", "coordinates": [ 103757.0, 510604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2387099230827823, "S11": 0.2387099230827823, "W12": -9.3753959936079028, "S12": -18.728430026549525, "W13": -24.990178754057052, "S13": -29.137587717642987, "W21": -39.950581515151512, "S21": -39.950581515151512, "W22": -39.241046279474816, "S22": -39.807352623535643, "W31": -63.164376901885234, "S31": -63.355988062080975, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103757.333333333328483, 503976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4732248068782039, "S11": 0.4732248068782039, "W12": -14.870175315813386, "S12": -14.870175315813386, "W13": -21.792533958357652, "S13": -23.010179682321201, "W21": -42.265480903340396, "S21": -42.508044424301836, "W22": -36.787412150554424, "S22": -41.139334275244948, "W31": -69.529105758585274, "S31": -69.529105758585274, "W32": -89.150158813152032, "S32": -94.150158813152032 }, "geometry": { "type": "Point", "coordinates": [ 103757.4, 514492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98014663569129767, "S11": 0.98014663569129767, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.948400561423441, "W21": -39.703019208657423, "S21": -42.71959123717042, "W22": -56.797222811108753, "S22": -58.362701918042504, "W31": -79.738918171538089, "S31": -79.738918171538089, "W32": -95.64808796446755, "S32": -100.64808796446755 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 502533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10272763604875765, "S11": -0.60272763604875768, "W12": -2.5663147948164147, "S12": -12.897838035003634, "W13": -18.86008381947898, "S13": -18.86008381947898, "W21": -32.133482838815176, "S21": -32.133482838815176, "W22": -60.671994195570463, "S22": -60.671994195570463, "W31": -70.532965470171163, "S31": -71.677196686057826, "W32": -89.488317818179098, "S32": -94.488317818179098 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 507622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09537464818650096, "S11": -1.0542226193502033, "W12": -5.0, "S12": -5.0, "W13": -21.799800665865895, "S13": -21.799800665865895, "W21": -35.549462395630073, "S21": -37.447772202465138, "W22": -50.391208021491224, "S22": -51.978148272767129, "W31": -94.282061459080708, "S31": -94.282061459080708, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 508731.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.7789350039154268, "W12": -5.0447409499295377, "S12": -19.379267120490887, "W13": -24.641177392863753, "S13": -24.938195903532115, "W21": -35.78395135636579, "S21": -35.78395135636579, "W22": -50.191671972182768, "S22": -70.906214664859448, "W31": -105.08284268436083, "S31": -105.08284268436083, "W32": -107.05711920529801, "S32": -112.05711920529801 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 509425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33085257970670312, "S11": -0.16914742029329688, "W12": -6.979676757386442, "S12": -7.0754264437101559, "W13": -26.923591482947053, "S13": -27.333611078822013, "W21": -35.756533807685649, "S21": -35.757678050545358, "W22": -60.0, "S22": -60.0, "W31": -80.0, "S31": -80.0, "W32": -91.06093061238451, "S32": -96.06093061238451 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 509906.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0011183312723851424, "S11": -0.0011183312723851424, "W12": -10.0, "S12": -14.605565577182647, "W13": -25.912608405603738, "S13": -25.912608405603738, "W21": -37.735317691012121, "S21": -37.735317691012121, "W22": -42.798608321288363, "S22": -44.161019769217766, "W31": -79.929741282590982, "S31": -84.100554775280159, "W32": -100.12321843727888, "S32": -105.12321843727888 }, "geometry": { "type": "Point", "coordinates": [ 103758.0, 511400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79779067090297806, "S11": 0.79779067090297806, "W12": -15.5327346345805, "S12": -15.5327346345805, "W13": -21.546118344724853, "S13": -22.178745964562957, "W21": -37.50475413532773, "S21": -46.222495055885261, "W22": -34.54625067065642, "S22": -37.136919733778896, "W31": -71.405324125940581, "S31": -71.405324125940581, "W32": -88.663506368678256, "S32": -93.663506368678256 }, "geometry": { "type": "Point", "coordinates": [ 103758.428571428565192, 514205.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64469276189609492, "S11": -0.64469276189609492, "W12": -4.967003092601411, "S12": -18.987134190949241, "W13": -23.260855360763795, "S13": -28.652753982738769, "W21": -42.352340117992583, "S21": -51.522233546056526, "W22": -44.560643981671319, "S22": -46.359937598999423, "W31": -103.43107256946539, "S31": -103.43107256946539, "W32": -103.43107256946539, "S32": -108.21361998939528 }, "geometry": { "type": "Point", "coordinates": [ 103758.5, 504099.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7583866926503342, "W12": -11.317690068815102, "S12": -11.475997278846421, "W13": -17.135909773985681, "S13": -20.527492382681334, "W21": -48.649016666666661, "S21": -58.268586343468414, "W22": -39.481701028839787, "S22": -41.802000182559688, "W31": -71.506890521405282, "S31": -75.97162263410037, "W32": -96.485249440358174, "S32": -101.48524944035817 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 500911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2382210620145169, "W12": -10.289306239737273, "S12": -18.572513338751456, "W13": -20.676437712500046, "S13": -21.20761699123215, "W21": -35.041991061583353, "S21": -36.762857940444988, "W22": -47.742909238173574, "S22": -49.659386675845518, "W31": -83.396378492590017, "S31": -83.396378492590017, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 504287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89909624002797239, "S11": -1.1009037599720282, "W12": -12.349717418810629, "S12": -15.188823784963258, "W13": -22.64205191111111, "S13": -24.334949409093355, "W21": -36.02595390295059, "S21": -37.064173913019339, "W22": -46.31108129794913, "S22": -46.31108129794913, "W31": -80.194845021023326, "S31": -80.194845021023326, "W32": -99.722426170880865, "S32": -104.72242617088087 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 505288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83233497470701256, "S11": 0.83233497470701256, "W12": -1.1972698001895465, "S12": -19.608630001365345, "W13": -21.822249775214338, "S13": -21.822249775214338, "W21": -36.323184474511621, "S21": -36.595739718071741, "W22": -52.58469103914166, "S22": -69.197361448123218, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -104.61813301069984, "S32": -109.61813301069984 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.407053308668965, "S11": 0.407053308668965, "W12": -5.5481693671953272, "S12": -5.5481693671953272, "W13": -25.0, "S13": -26.727353177795656, "W21": -37.921634879159519, "S21": -37.921634879159519, "W22": -52.868939996026221, "S22": -70.327733748727013, "W31": -100.0, "S31": -100.0, "W32": -105.6625186008863, "S32": -110.6625186008863 }, "geometry": { "type": "Point", "coordinates": [ 103759.0, 509762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5504468798991955, "S11": 0.5504468798991955, "W12": -9.5702427235473362, "S12": -10.465385350099337, "W13": -12.255847721412298, "S13": -12.255847721412298, "W21": -30.0, "S21": -32.18160651920838, "W22": -39.03216188534811, "S22": -40.977448661552032, "W31": -62.148581822315691, "S31": -62.148581822315691, "W32": -95.568346836996881, "S32": -100.56834683699688 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 499530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39932292433283134, "S11": 0.39932292433283134, "W12": -9.2524074074074072, "S12": -10.136022882737418, "W13": -13.302936228623327, "S13": -17.020759224455638, "W21": -32.322896384059661, "S21": -32.322896384059661, "W22": -37.336219589437135, "S22": -37.878898486894769, "W31": -67.667985006215332, "S31": -70.347665044419728, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 499842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55103791387888146, "S11": 0.55103791387888146, "W12": -9.2332088973454809, "S12": -9.2332088973454809, "W13": -12.968332074435212, "S13": -14.30445060802127, "W21": -37.365732264220206, "S21": -41.053101546751805, "W22": -44.251367721987677, "S22": -46.523505250369126, "W31": -103.59281236815141, "S31": -103.59281236815141, "W32": -103.59281236815141, "S32": -108.27235605700324 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 500144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54632542678902263, "S11": 0.16755104801464388, "W12": 0.0, "S12": -19.197752778525473, "W13": -21.845875717227763, "S13": -21.845875717227763, "W21": -40.0, "S21": -41.081681724380061, "W22": -34.649344780076369, "S22": -37.883599277372475, "W31": -70.0, "S31": -70.0, "W32": -88.810136174626876, "S32": -93.810136174626876 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 506612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89603058008601821, "S11": -0.89603058008601821, "W12": -5.0, "S12": -14.618499190210544, "W13": -20.0, "S13": -20.0, "W21": -34.223785161955554, "S21": -35.779897864916386, "W22": -40.842367418693236, "S22": -43.970145946714844, "W31": -69.053919803922582, "S31": -69.053919803922582, "W32": -89.512573485290091, "S32": -94.512573485290091 }, "geometry": { "type": "Point", "coordinates": [ 103760.0, 508441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060877826701967383, "S11": 0.060877826701967383, "W12": -11.183214661121541, "S12": -11.183214661121541, "W13": -17.541938076280022, "S13": -23.159222026897808, "W21": -36.224460034170562, "S21": -37.071075558032845, "W22": -39.463075604558171, "S22": -52.526727709460587, "W31": -65.952773833796257, "S31": -75.201841667239478, "W32": -98.338349280615276, "S32": -103.33834928061528 }, "geometry": { "type": "Point", "coordinates": [ 103760.222222222218988, 511946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94771629081909814, "S11": 0.94771629081909814, "W12": -11.418740212867643, "S12": -11.418740212867643, "W13": -23.665970447638589, "S13": -23.665970447638589, "W21": -37.100163107462208, "S21": -37.100280123028497, "W22": -38.661667589719499, "S22": -51.587830193091854, "W31": -65.713612828939176, "S31": -75.908931457272089, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103760.333333333328483, 505095.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90023278230534254, "S11": 0.90023278230534254, "W12": -10.877513879933341, "S12": -10.877513879933341, "W13": -23.307166281385939, "S13": -23.307166281385939, "W21": -36.959493389052426, "S21": -36.959493389052426, "W22": -60.667279976917868, "S22": -60.667279976917868, "W31": -70.5739845748287, "S31": -71.712716929439679, "W32": -89.512075203305344, "S32": -94.512075203305344 }, "geometry": { "type": "Point", "coordinates": [ 103760.5, 505009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39970788374225835, "S11": 0.39970788374225835, "W12": -8.8063103164509613, "S12": -9.6680670783484768, "W13": -12.572033423209374, "S13": -12.855687269363221, "W21": -34.085204653397803, "S21": -35.43091893911209, "W22": -63.286986457366105, "S22": -72.058141913072902, "W31": -79.999999999999986, "S31": -84.545454545454533, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103761.0, 499935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48767918374174118, "S11": 0.48767918374174118, "W12": -9.1125425271191176, "S12": -9.1485094910133373, "W13": -12.898036118931538, "S13": -15.158554942088767, "W21": -37.286561714130116, "S21": -41.166153550864806, "W22": -38.621859669524838, "S22": -39.008103055768224, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103761.0, 500129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86950881777034061, "S11": 0.67495253182128467, "W12": -10.487030856607531, "S12": -11.509770858847924, "W13": -25.0, "S13": -25.0, "W21": -34.490742110610007, "S21": -41.919699932184578, "W22": -38.772612841193286, "S22": -38.772612841193286, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103761.0, 505865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20672914644934226, "S11": 0.20672914644934226, "W12": -1.8782982051122172, "S12": -23.891796718865127, "W13": -23.891796718865127, "S13": -23.891796718865127, "W21": -34.213983020761539, "S21": -34.213983020761539, "W22": -47.118303475103602, "S22": -47.118303475103602, "W31": -77.444696093752228, "S31": -78.444696093752228, "W32": -96.131574322682326, "S32": -101.13157432268233 }, "geometry": { "type": "Point", "coordinates": [ 103761.0, 507184.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6778122919902385, "S12": -5.6778122919902385, "W13": -19.111179435040398, "S13": -19.111179435040398, "W21": -43.941594106080565, "S21": -44.130357860773124, "W22": -40.867457708684995, "S22": -43.608042973697223, "W31": -73.604328862821205, "S31": -78.016530741072671, "W32": -98.579504064803757, "S32": -103.57950406480376 }, "geometry": { "type": "Point", "coordinates": [ 103761.0, 520197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12893206328851778, "S11": -0.12893206328851778, "W12": -11.894973036483588, "S12": -11.894973036483588, "W13": -17.738622904168469, "S13": -26.361892464645436, "W21": -35.689749017336219, "S21": -38.266068598972922, "W22": -39.508974987753881, "S22": -41.873681393211115, "W31": -71.69555095573736, "S31": -76.262809924725943, "W32": -96.640199306506602, "S32": -101.6401993065066 }, "geometry": { "type": "Point", "coordinates": [ 103761.333333333328483, 512252.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73420830413049964, "S11": 0.73420830413049964, "W12": -5.7349244078296424, "S12": -6.9084142209015553, "W13": -15.0, "S13": -16.74149111606782, "W21": -30.0, "S21": -37.0139117873942, "W22": -35.000674988286633, "S22": -38.106399010840697, "W31": -72.297734486781565, "S31": -72.297734486781565, "W32": -88.384301028605833, "S32": -93.384301028605833 }, "geometry": { "type": "Point", "coordinates": [ 103761.470588235300966, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65436670654774853, "S11": 0.65436670654774853, "W12": -15.257751066622909, "S12": -15.257751066622909, "W13": -21.366186826904428, "S13": -21.960754206297747, "W21": -37.471463100736727, "S21": -45.406937909351626, "W22": -51.161860251031207, "S22": -59.610106809299864, "W31": -104.59408513152766, "S31": -104.59408513152766, "W32": -107.4270258803564, "S32": -112.4270258803564 }, "geometry": { "type": "Point", "coordinates": [ 103761.5, 514069.375 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5231052789011552, "S11": 3.5231052789011552, "W12": -10.372441962458335, "S12": -10.372441962458335, "W13": -15.0, "S13": -17.691882021173317, "W21": -39.42379812358493, "S21": -39.478873485012187, "W22": -60.236528468615006, "S22": -60.236528468615006, "W31": -89.145370758273984, "S31": -89.145370758273984, "W32": -96.77510016145429, "S32": -101.77510016145429 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.11606087090638, "S11": 2.11606087090638, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.239836821061431, "W21": -37.341755609637289, "S21": -45.03901010343688, "W22": -41.303943049721241, "S22": -41.303943049721241, "W31": -67.422358160795909, "S31": -69.578894243270142, "W32": -94.168945928887013, "S32": -99.168945928887013 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 502777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.067875797835643792, "S11": 0.067875797835643792, "W12": -3.2020029276723561, "S12": -18.202002927672353, "W13": -22.296733414816163, "S13": -22.297578797921734, "W21": -34.48762048254909, "S21": -34.48762048254909, "W22": -44.905238499652199, "S22": -48.510468226520864, "W31": -104.23683322283165, "S31": -104.23683322283165, "W32": -104.23683322283165, "S32": -108.54861130879522 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11966637271468761, "S11": -0.11966637271468761, "W12": -10.0, "S12": -15.0, "W13": -26.528877005347589, "S13": -26.528877005347589, "W21": -37.936059517078, "S21": -37.936059517078, "W22": -44.950220427800261, "S22": -45.683253474813853, "W31": -80.00173200898189, "S31": -80.00173200898189, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103762.0, 511338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1071794717470873, "S11": -1.1071794717470873, "W12": -5.0, "S12": -15.0, "W13": -19.89386526849319, "S13": -19.89386526849319, "W21": -33.234305008424705, "S21": -33.234305008424705, "W22": -33.253417088888881, "S22": -39.465178059475832, "W31": -71.332180746958301, "S31": -75.514236917461673, "W32": -86.472292079780075, "S32": -91.472292079780075 }, "geometry": { "type": "Point", "coordinates": [ 103762.2, 508311.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.657762873913307, "S12": -5.657762873913307, "W13": -18.85704928610178, "S13": -18.85704928610178, "W21": -44.025393790698836, "S21": -44.025393790698836, "W22": -41.098561549986393, "S22": -51.373857071978534, "W31": -66.255627312762229, "S31": -72.073563174712277, "W32": -95.026606692838286, "S32": -100.02660669283829 }, "geometry": { "type": "Point", "coordinates": [ 103762.272727272720658, 520326.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1391048260702492, "S11": 4.1391048260702492, "W12": -10.655697600530145, "S12": -10.655697600530145, "W13": -15.577670698798647, "S13": -18.669280148199896, "W21": -39.74662104246444, "S21": -39.818672718871703, "W22": -40.0, "S22": -54.441112840748076, "W31": -65.269194476762593, "S31": -74.71882574223801, "W32": -86.194237918215194, "S32": -91.194237918215194 }, "geometry": { "type": "Point", "coordinates": [ 103762.8, 500506.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9511250302898171, "S11": 2.1418961884189929, "W12": -11.294586846162524, "S12": -11.294586846162524, "W13": -17.150340169891681, "S13": -20.53159662474118, "W21": -46.668814250477404, "S21": -56.36193546121725, "W22": -40.0, "S22": -40.624220466829009, "W31": -59.999999999999993, "S31": -65.292741264559055, "W32": -85.518148426838749, "S32": -90.518148426838749 }, "geometry": { "type": "Point", "coordinates": [ 103763.0, 500880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -19.550202895877522, "W13": -24.609321453050036, "S13": -26.522004264586258, "W21": -39.534951608311985, "S21": -39.534951608311985, "W22": -49.264880629467136, "S22": -54.264880629467136, "W31": -105.49637529383401, "S31": -105.49637529383401, "W32": -105.49637529383401, "S32": -109.12047586243442 }, "geometry": { "type": "Point", "coordinates": [ 103763.0, 503742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3153481908666145, "S11": -0.57186418182293663, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -24.248895708374018, "W21": -35.741754302387342, "S21": -43.043407549172507, "W22": -39.324052074401571, "S22": -39.6003952724393, "W31": -64.008318778472017, "S31": -64.237851150101477, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103763.0, 505629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48055688910225647, "S11": 0.48055688910225647, "W12": -15.0, "S12": -15.0, "W13": -21.796640733371678, "S13": -22.99839095290125, "W21": -42.156034713514885, "S21": -42.673171610390646, "W22": -32.900002, "S22": -39.203002083598093, "W31": -71.287841145255342, "S31": -75.339714918126191, "W32": -86.436374309439529, "S32": -91.436374309439529 }, "geometry": { "type": "Point", "coordinates": [ 103763.0, 514478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66158810859907669, "S11": 0.66158810859907669, "W12": -9.2741059857800696, "S12": -10.182816961316236, "W13": -12.401912105457837, "S13": -13.018551646649389, "W21": -29.999999999999996, "S21": -32.409148234381014, "W22": -44.928786610878667, "S22": -47.030596761677678, "W31": -68.654911759411092, "S31": -68.654911759411092, "W32": -89.831154775867773, "S32": -94.831154775867773 }, "geometry": { "type": "Point", "coordinates": [ 103763.666666666671517, 499495.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56, "S11": -0.56, "W12": -10.97, "S12": -10.97, "W13": -16.18, "S13": -20.3700001, "W21": -34.009998, "S21": -34.009998, "W22": -39.809175041564629, "S22": -45.810891368120821, "W31": -66.067287687287291, "S31": -73.832722071010949, "W32": -96.893108029866667, "S32": -101.89310802986667 }, "geometry": { "type": "Point", "coordinates": [ 103763.9, 507238.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49013619193937785, "S11": 0.49013619193937785, "W12": -10.0, "S12": -10.885008845678978, "W13": -12.142106097652567, "S13": -12.897193128787649, "W21": -30.0, "S21": -32.012805587892899, "W22": -48.598967805357582, "S22": -53.134864388122914, "W31": -79.499724939184503, "S31": -79.499724939184503, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.136431865662817, "S11": -1.136431865662817, "W12": -11.48526093832367, "S12": -11.48526093832367, "W13": -16.299174928932956, "S13": -20.43626228142357, "W21": -39.43165678974826, "S21": -39.678210342240305, "W22": -42.052593524813744, "S22": -46.189149934992209, "W31": -66.424312825842705, "S31": -70.330036731566665, "W32": -93.915786465359332, "S32": -98.915786465359332 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 502024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3263224999565764, "S11": -0.99129349400796496, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -24.370809503882455, "W21": -36.486967855123908, "S21": -43.52879850405656, "W22": -65.025007445820705, "S22": -71.15215999408997, "W31": -79.861435602844978, "S31": -82.641096275816523, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 505595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49812663919070821, "S11": -0.93906991523372385, "W12": -5.0, "S12": -19.001397937382958, "W13": -24.618977393880744, "S13": -25.06245626911036, "W21": -35.852285045871362, "S21": -35.852285045871362, "W22": -38.476395811281208, "S22": -49.2239673077828, "W31": -65.622874082912233, "S31": -75.885382988673086, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103764.0, 509410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3466032020770231, "S11": 1.271978799124353, "W12": -5.7594777396796504, "S12": -19.770546905871363, "W13": -22.659586863215647, "S13": -27.790305817464301, "W21": -40.0, "S21": -45.638831823090015, "W22": -39.309166000934979, "S22": -51.269231497722046, "W31": -64.350150971058184, "S31": -72.116942091862924, "W32": -77.484017909835003, "S32": -82.484017909835003 }, "geometry": { "type": "Point", "coordinates": [ 103765.0, 504142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.434663188583704, "S11": 1.434663188583704, "W12": -1.6075460846243996, "S12": -18.600629351450682, "W13": -18.600629351450682, "S13": -18.600629351450682, "W21": -34.206158634391002, "S21": -34.206158634391002, "W22": -50.0, "S22": -57.824088829485966, "W31": -67.663678410806796, "S31": -67.663678410806796, "W32": -91.30515785059599, "S32": -96.30515785059599 }, "geometry": { "type": "Point", "coordinates": [ 103765.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020582162126157266, "S11": -0.5568396194826819, "W12": -1.9930642548596111, "S12": -15.969038118337993, "W13": -19.14991262430684, "S13": -19.14991262430684, "W21": -32.101404126683448, "S21": -32.101404126683448, "W22": -53.414423990595004, "S22": -53.414423990595004, "W31": -97.43170169304544, "S31": -97.43170169304544, "W32": -101.04263539623302, "S32": -106.04263539623302 }, "geometry": { "type": "Point", "coordinates": [ 103765.0, 507583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.3306183204350495, "W12": -10.365666570473804, "S12": -10.365666570473804, "W13": -15.894191408374184, "S13": -19.367476909564569, "W21": -40.321002092823996, "S21": -51.152474516844386, "W22": -63.551660779022939, "S22": -63.551660779022939, "W31": -83.964133816623942, "S31": -84.324295787515751, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103765.333333333328483, 501448.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82829304231708001, "S11": 0.82829304231708001, "W12": -15.564757088777093, "S12": -15.564757088777093, "W13": -21.636886696718424, "S13": -22.112934748516199, "W21": -37.712185931817061, "S21": -46.037522602937059, "W22": -46.105722170129802, "S22": -46.105722170129802, "W31": -80.308763994976246, "S31": -80.308763994976246, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103765.571428571434808, 514253.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -20.465835100986812, "W13": -25.0, "S13": -26.633731286497454, "W21": -39.701435382863643, "S21": -39.701435382863643, "W22": -33.675279846051929, "S22": -37.622062098776027, "W31": -69.576892293367493, "S31": -73.777069205545388, "W32": -85.028823324081841, "S32": -90.028823324081841 }, "geometry": { "type": "Point", "coordinates": [ 103766.0, 503775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2985832062084106, "S12": -18.272098483781079, "W13": -21.07999396504999, "S13": -21.29498786515742, "W21": -38.915073449876459, "S21": -38.915073449876459, "W22": -34.230638279839418, "S22": -38.870242185214721, "W31": -69.856431344881045, "S31": -73.559140606155239, "W32": -85.192652634076808, "S32": -90.192652634076808 }, "geometry": { "type": "Point", "coordinates": [ 103766.0, 506852.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7102752314802379, "S12": -5.7102752314802379, "W13": -20.0, "S13": -21.647715936083877, "W21": -46.061071339071113, "S21": -46.061071339071113, "W22": -42.028603679212608, "S22": -42.028603679212608, "W31": -70.129763834393344, "S31": -71.508691388920454, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103766.0, 518256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41594335154616546, "S11": 0.41594335154616546, "W12": -9.7382943469785577, "S12": -10.597378387823371, "W13": -14.153533622999941, "S13": -18.313560590393909, "W21": -31.196132728200045, "S21": -31.976212636875843, "W22": -51.536454558631689, "S22": -52.082840285243492, "W31": -99.654122335426138, "S31": -99.654122335426138, "W32": -101.46230732177264, "S32": -106.46230732177264 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 499757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8678556951763277, "W12": -10.836817999869675, "S12": -10.836817999869675, "W13": -16.364783034257748, "S13": -19.59731269181502, "W21": -48.129311981770996, "S21": -57.94308541632202, "W22": -45.883044195925926, "S22": -45.883044195925926, "W31": -80.408830061272283, "S31": -80.408830061272283, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 501316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0952800697658753, "S11": -0.52799181963504638, "W12": -10.193798449612402, "S12": -10.193798449612402, "W13": -23.828798185941043, "S13": -27.170659756106822, "W21": -34.303818053680963, "S21": -42.184792398379173, "W22": -45.830935995025598, "S22": -45.887687063423968, "W31": -80.43505085824539, "S31": -80.43505085824539, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 505728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88614425484995785, "S11": 0.88614425484995796, "W12": -1.6116141433557591, "S12": -16.611614143355759, "W13": -22.397737435844252, "S13": -22.397737435844252, "W21": -33.56493622646461, "S21": -38.869787846079063, "W22": -34.473202817733522, "S22": -36.87695920959608, "W31": -71.186330748966625, "S31": -71.186330748966625, "W32": -88.647309507194095, "S32": -93.647309507194095 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 506102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.035036293391095125, "S11": -0.035036293391095125, "W12": -2.6566394396448052, "S12": -20.0, "W13": -20.0, "S13": -21.270141154643731, "W21": -34.524852645494349, "S21": -34.524852645494349, "W22": -50.0, "S22": -51.755712952451233, "W31": -79.708664341980963, "S31": -79.708664341980963, "W32": -92.742893193794998, "S32": -97.742893193794998 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 507172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013991457328518475, "S11": -0.013991457328518475, "W12": -10.0, "S12": -14.635537951130903, "W13": -25.823882588392262, "S13": -25.823882588392262, "W21": -37.753259133478544, "S21": -37.753259133478544, "W22": -38.522985119685607, "S22": -39.164824761525246, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103767.0, 511397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3869309354205197, "S11": 1.3869309354205197, "W12": -9.4255009897937452, "S12": -9.4255009897937452, "W13": -21.087235904765105, "S13": -25.313760811124702, "W21": -37.842001968877533, "S21": -39.43192967017503, "W22": -34.296915771167711, "S22": -39.462132433580337, "W31": -70.0, "S31": -73.169859174775127, "W32": -85.337093476354184, "S32": -90.337093476354184 }, "geometry": { "type": "Point", "coordinates": [ 103767.333333333328483, 503446.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78282049915768392, "S11": 0.36721032927758301, "W12": -0.99195710455764075, "S12": -15.99195710455764, "W13": -22.106960494490728, "S13": -22.106960494490728, "W21": -33.694888443258179, "S21": -39.387667360818135, "W22": -33.88979763204528, "S22": -40.082022294352335, "W31": -70.947058641539442, "S31": -73.644988053750808, "W32": -86.017073193107606, "S32": -91.017073193107606 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 506129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2047046438068677, "S11": 0.2047046438068677, "W12": -7.8958490212292718, "S12": -8.8514638267499741, "W13": -28.037190082644628, "S13": -28.037190082644628, "W21": -34.324152162902635, "S21": -34.328700393547507, "W22": -37.928884117832418, "S22": -42.47205373946138, "W31": -65.44076219091798, "S31": -75.894601923205414, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 510011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.080102924003388754, "S11": -0.080102924003388754, "W12": -11.817139496127831, "S12": -11.817139496127831, "W13": -17.338518896833502, "S13": -27.316265481149429, "W21": -35.995167429374675, "S21": -38.606060952110951, "W22": -38.374558577338597, "S22": -45.335502987762496, "W31": -65.678277320235892, "S31": -75.821741538387514, "W32": -91.535234075964269, "S32": -96.535234075964269 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 512206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11076099649669126, "S11": -0.12888500285601348, "W12": -11.835476154610912, "S12": -11.835476154610912, "W13": -17.651132902630362, "S13": -25.952597536518006, "W21": -35.790675907715006, "S21": -38.380448828345102, "W22": -54.437026663917493, "S22": -54.437026663917493, "W31": -83.895742832319769, "S31": -83.895742832319769, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 512244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11000213920939191, "S11": -0.11000213920939191, "W12": -11.85670020030828, "S12": -11.85670020030828, "W13": -18.026072720197281, "S13": -25.786323773940492, "W21": -34.734171339179284, "S21": -35.537241647508651, "W22": -34.979543778928402, "S22": -41.244052763360841, "W31": -71.247476014406502, "S31": -75.751858110414247, "W32": -86.631830807592067, "S32": -91.631830807592067 }, "geometry": { "type": "Point", "coordinates": [ 103768.0, 512388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93918082824616378, "S11": 0.49079053509629844, "W12": -5.0922013208388748, "S12": -16.224231954313296, "W13": -24.774310561669775, "S13": -25.199502586510434, "W21": -35.968647837519022, "S21": -35.968647837519022, "W22": -38.136075538047137, "S22": -40.32997933127286, "W31": -66.936009560697372, "S31": -71.588930107317282, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103768.5, 509513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2020718305905351, "S11": 3.2020718305905351, "W12": -11.207635693603578, "S12": -11.207635693603578, "W13": -17.231029165044976, "S13": -20.541184616549995, "W21": -41.956691000954805, "S21": -51.973511897157564, "W22": -36.677927014756165, "S22": -38.359492647807038, "W31": -68.423878705850115, "S31": -71.92966821835104, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 500794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6513031407672065, "S11": -1.6513031407672065, "W12": -11.161513715046606, "S12": -11.161513715046606, "W13": -17.563242024275386, "S13": -22.698225793683655, "W21": -36.524923896499239, "S21": -46.524923896499239, "W22": -42.872634327265189, "S22": -45.526276439568726, "W31": -66.444103253159085, "S31": -69.85319416225002, "W32": -93.617120205414039, "S32": -98.617120205414039 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 502172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2148304802504496, "S11": -0.2148304802504496, "W12": -3.1303617710583156, "S12": -7.6515880650836978, "W13": -18.961273510786473, "S13": -18.961273510786473, "W21": -32.121518063951541, "S21": -32.121518063951541, "W22": -40.0, "S22": -40.770227450577885, "W31": -60.550887335305191, "S31": -64.749432076342671, "W32": -88.744447912415055, "S32": -93.744447912415055 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 507662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13261060713290018, "S11": -0.13261060713290018, "W12": -9.6520626111425951, "S12": -9.6520626111425951, "W13": -31.258004858120788, "S13": -31.258004858120788, "W21": -39.644142089270645, "S21": -39.644142089270645, "W22": -59.287099395724205, "S22": -59.287099395724205, "W31": -75.239998, "S31": -75.239998, "W32": -87.32290705959538, "S32": -92.32290705959538 }, "geometry": { "type": "Point", "coordinates": [ 103769.0, 510795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6494406680517208, "S12": -5.6494406680517208, "W13": -18.764244968985412, "S13": -18.764244968985412, "W21": -44.048552807063764, "S21": -44.048552807063764, "W22": -47.624844167392645, "S22": -49.610130582419657, "W31": -82.737835960933239, "S31": -82.737835960933239, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103769.090909090911737, 520375.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3937734991529975, "S12": -15.376342242138406, "W13": -21.935932315706044, "S13": -21.935932315706044, "W21": -34.081736515108673, "S21": -34.081736515108673, "W22": -48.774405646631571, "S22": -52.305167863740024, "W31": -79.495482021561486, "S31": -79.495482021561486, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103769.75, 507908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8525461017965672, "S11": 0.8525461017965672, "W12": -6.8716570212628767, "S12": -7.1323490800131877, "W13": -15.0, "S13": -17.176522877585231, "W21": -30.0, "S21": -34.272367362032583, "W22": -38.409816679476457, "S22": -39.256770244252465, "W31": -67.693000258717504, "S31": -76.471121123296243, "W32": -87.715132709037519, "S32": -92.715132709037519 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 499154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95929483425090789, "S11": 0.049903895156998446, "W12": -13.26755079337198, "S12": -13.26755079337198, "W13": -24.999999999999996, "S13": -27.718002678162492, "W21": -34.328843359256695, "S21": -42.347903945123534, "W22": -34.408635085650644, "S22": -38.969086553684612, "W31": -69.809954836263458, "S31": -73.313520477726613, "W32": -85.196154230253228, "S32": -90.196154230253228 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 505757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78126562342621475, "S11": 0.78126562342621475, "W12": -5.0944914445034035, "S12": -16.901929553610604, "W13": -24.363119462361585, "S13": -24.363119462361585, "W21": -34.61992183585587, "S21": -38.251171775656005, "W22": -41.986115291603006, "S22": -41.986115291603006, "W31": -70.0, "S31": -71.501969563082966, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 505977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050877301856368448, "S11": 0.050877301856368448, "W12": -4.0705904139305229, "S12": -16.510001086390169, "W13": -22.652870998926868, "S13": -22.657611930287288, "W21": -33.977767137992423, "S21": -33.977767137992423, "W22": -52.262076866424813, "S22": -52.262076866424813, "W31": -104.17067375188061, "S31": -104.17067375188061, "W32": -107.72316504030547, "S32": -112.72316504030547 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16782474425786528, "S11": 0.16782474425786528, "W12": -8.3764876008832783, "S12": -16.113370125220911, "W13": -31.136137793971514, "S13": -31.136137793971514, "W21": -39.934981063722041, "S21": -39.934981063722041, "W22": -50.0, "S22": -51.711327492742065, "W31": -100.44015444015443, "S31": -100.44015444015443, "W32": -101.78908959537573, "S32": -106.78908959537573 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 510732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27357104900288315, "S11": -1.7264289509971169, "W12": -10.52056086318721, "S12": -10.52056086318721, "W13": -19.386182673767902, "S13": -25.176796783055668, "W21": -38.621631199399907, "S21": -41.716492310511022, "W22": -35.718267732901396, "S22": -41.957708317867258, "W31": -71.206318173563901, "S31": -75.829571737573801, "W32": -86.694268712091315, "S32": -91.694268712091315 }, "geometry": { "type": "Point", "coordinates": [ 103770.0, 512912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -41.83397544503849, "S22": -48.812853704898892, "W31": -66.309408602670857, "S31": -71.025017219570827, "W32": -94.367358241068288, "S32": -99.367358241068288 }, "geometry": { "type": "Point", "coordinates": [ 103770.285714285710128, 524828.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.036282283117726077, "S11": -0.036282283117726077, "W12": -6.6425286394092877, "S12": -6.6425286394092877, "W13": -15.992719375554962, "S13": -18.387611467258345, "W21": -36.29442393808911, "S21": -36.36915922716863, "W22": -42.74021141870962, "S22": -42.74021141870962, "W31": -70.586370248884435, "S31": -70.965237412945257, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103770.5, 497800.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2662490650709417, "S11": 1.7133857747697887, "W12": -11.44614551914022, "S12": -11.853383647230448, "W13": -16.927524235578328, "S13": -20.507778469300877, "W21": -50.446177213401576, "S21": -59.856423984955555, "W22": -51.867323766728859, "S22": -51.867323766728859, "W31": -99.16910410165876, "S31": -99.16910410165876, "W32": -101.3602890173412, "S32": -106.3602890173412 }, "geometry": { "type": "Point", "coordinates": [ 103770.6, 500989.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8677445889669952, "S11": 1.8677445889669952, "W12": -5.0, "S12": -5.0000000000000018, "W13": -15.0, "S13": -18.394000566635686, "W21": -37.532504248733524, "S21": -44.142876577949956, "W22": -38.711660484952183, "S22": -41.084529944567755, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.152611650675041, "S32": -100.15261165067504 }, "geometry": { "type": "Point", "coordinates": [ 103770.666666666671517, 502747.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3649846271430841, "S11": -1.9010802872709089, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -24.674338587436647, "W21": -37.112238433915621, "S21": -43.586512915827875, "W22": -38.946444521058218, "S22": -41.193168361238023, "W31": -61.266791716402231, "S31": -61.266791716402231, "W32": -95.571606427065404, "S32": -100.5716064270654 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33102331262280282, "S11": -1.9405017005234648, "W12": -5.0, "S12": -5.0, "W13": -21.580014565815759, "S13": -21.580014565815759, "W21": -35.357233229084052, "S21": -36.708501975974379, "W22": -38.291289042552833, "S22": -39.945967716961306, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 508697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8783819805411168, "S11": -0.48485969818536656, "W12": -5.0, "S12": -13.249546308382946, "W13": -24.452329682883807, "S13": -25.245038457788429, "W21": -35.878720847369856, "S21": -38.878720847369856, "W22": -48.044526855523429, "S22": -49.987311183587408, "W31": -83.807059796982827, "S31": -83.807059796982827, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 509299.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6698114044819201, "S12": -5.6698114044819201, "W13": -19.028903954912725, "S13": -19.028903954912725, "W21": -43.957491803846928, "S21": -44.189170615891442, "W22": -53.892402224614287, "S22": -79.768073562351191, "W31": -100.0, "S31": -100.0, "W32": -106.23877814661587, "S32": -111.23877814661587 }, "geometry": { "type": "Point", "coordinates": [ 103771.0, 520241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51012111553784822, "S11": 0.51012111553784822, "W12": -1.8438374361900747, "S12": -8.7288097897099863, "W13": -21.617401912645636, "S13": -21.617401912645636, "W21": -38.269129170437296, "S21": -38.269129170437296, "W22": -54.881144937861258, "S22": -54.881144937861258, "W31": -83.451083935519719, "S31": -83.451083935519719, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103771.75, 506737.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1762216111925477, "S11": -0.085745578433921554, "W12": -10.857854214292674, "S12": -10.857854214292674, "W13": -18.855274726855054, "S13": -22.63980175091028, "W21": -37.502632806705577, "S21": -41.135702251150136, "W22": -46.011012431454425, "S22": -46.011012431454425, "W31": -83.560771213133592, "S31": -84.775787674829061, "W32": -98.68834375132873, "S32": -103.68834375132873 }, "geometry": { "type": "Point", "coordinates": [ 103771.8, 512775.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.284189701373633, "S11": -1.284189701373633, "W12": -10.0, "S12": -10.0, "W13": -16.777281996651958, "S13": -22.144445899752494, "W21": -38.569665779701161, "S21": -44.765386810000564, "W22": -60.537703995639532, "S22": -60.537703995639532, "W31": -70.0, "S31": -70.65601769055084, "W32": -91.388988988988984, "S32": -96.388988988988984 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 502259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61996302839271755, "S11": -0.38003697160728245, "W12": -0.38003697160728245, "S12": -15.136324548535587, "W13": -21.583915614082237, "S13": -21.583915614082237, "W21": -34.385659153534959, "S21": -40.167452679860105, "W22": -62.044051099982937, "S22": -62.044051099982937, "W31": -74.661511659779507, "S31": -74.661511659779507, "W32": -87.810179154025775, "S32": -92.810179154025775 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 506168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00099000770672433291, "S11": 0.00099000770672433291, "W12": -3.8616286794316075, "S12": -18.644053527590291, "W13": -22.171693639275677, "S13": -22.172736033400632, "W21": -34.58703937039818, "S21": -34.58703937039818, "W22": -50.39183915121481, "S22": -52.051216779811313, "W31": -88.123693576044829, "S31": -88.123693576044829, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 507110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.027888816584549614, "S11": -1.4991809224040307, "W12": -5.0, "S12": -5.0, "W13": -21.759117065650244, "S13": -21.759117065650244, "W21": -35.377617825116012, "S21": -37.152692119321067, "W22": -60.901307202114054, "S22": -60.901307202114054, "W31": -88.487963649253984, "S31": -88.487963649253984, "W32": -95.627877773126826, "S32": -100.62787777312683 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 508726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -65.475852779561833, "S22": -66.077676947782237, "W31": -79.685103031033591, "S31": -79.685103031033591, "W32": -96.793744333635544, "S32": -101.79374433363554 }, "geometry": { "type": "Point", "coordinates": [ 103772.0, 525123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76833949424591697, "S11": -1.1772715298224299, "W12": -7.7848597840595923, "S12": -7.7848597840595923, "W13": -20.706396470921582, "S13": -23.964752485114133, "W21": -44.383914949628775, "S21": -44.383914949628775, "W22": -47.260470198335064, "S22": -47.260470198335064, "W31": -84.366826327969434, "S31": -86.471753499341489, "W32": -95.873385447195233, "S32": -100.87338544719523 }, "geometry": { "type": "Point", "coordinates": [ 103772.128787878784351, 516138.643939393921755 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5121449402740752, "S11": 0.5121449402740752, "W12": -15.119199385493259, "S12": -15.119199385493259, "W13": -21.808553007872455, "S13": -22.954345629040859, "W21": -38.516179282497077, "S21": -39.939696454589161, "W22": -46.507821376810064, "S22": -46.507821376810064, "W31": -80.011282762804086, "S31": -85.011282762804086, "W32": -98.568912122238785, "S32": -103.56891212223879 }, "geometry": { "type": "Point", "coordinates": [ 103772.2, 514446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33851064078076942, "S11": -3.5073040467524565, "W12": -9.9691824402077263, "S12": -9.9691824402077263, "W13": -19.233848065353996, "S13": -22.213409280565308, "W21": -33.902826482366521, "S21": -33.902826482366521, "W22": -60.642841585681857, "S22": -60.642841585681857, "W31": -70.872999703263389, "S31": -72.099151169733972, "W32": -89.417944843595421, "S32": -94.417944843595421 }, "geometry": { "type": "Point", "coordinates": [ 103772.5, 504726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77077559375848814, "S11": 0.77077559375848814, "W12": -15.563997712533608, "S12": -15.563997712533608, "W13": -21.762201834906776, "S13": -22.048505233054083, "W21": -37.919617728306136, "S21": -44.366270478392046, "W22": -45.819243413939596, "S22": -46.995409161685032, "W31": -102.97704930383942, "S31": -102.97704930383942, "W32": -102.97704930383942, "S32": -107.93240295839551 }, "geometry": { "type": "Point", "coordinates": [ 103772.714285714289872, 514302.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52620137553520141, "S11": -0.11482426549043956, "W12": -0.11482426549043956, "S12": -16.316608025086211, "W13": -21.962904711399442, "S13": -21.962904711399442, "W21": -40.0, "S21": -41.389726555690494, "W22": -61.576807123116886, "S22": -61.576807123116886, "W31": -87.641390867197316, "S31": -87.641390867197316, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103772.75, 506588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39334246668402761, "S11": 0.39334246668402761, "W12": -8.5337585097628494, "S12": -9.2496986953116824, "W13": -12.476878720734669, "S13": -14.491684909388804, "W21": -34.800065502160081, "S21": -38.214351216445792, "W22": -60.0, "S22": -60.0, "W31": -79.955299448597501, "S31": -79.955299448597501, "W32": -91.183573319558349, "S32": -96.183573319558349 }, "geometry": { "type": "Point", "coordinates": [ 103773.0, 499973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9303383048381231, "S11": 1.4303383048381231, "W12": -11.409435651478818, "S12": -12.13524168473173, "W13": -16.769686051582145, "S13": -20.389512495255229, "W21": -51.202601508274313, "S21": -60.369131450850197, "W22": -54.461124503194235, "S22": -54.461124503194235, "W31": -83.810202848184943, "S31": -83.810202848184943, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103773.0, 501088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33209998391251871, "S11": 0.33209998391251871, "W12": -10.310189446315674, "S12": -10.310189446315674, "W13": -20.102235365109497, "S13": -28.666441491660443, "W21": -40.76288710557597, "S21": -40.929605451829332, "W22": -44.635303641175788, "S22": -44.635303641175788, "W31": -83.573770427692153, "S31": -88.573770427692153, "W32": -97.014668963686702, "S32": -102.0146689636867 }, "geometry": { "type": "Point", "coordinates": [ 103773.333333333328483, 513181.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1369990102117182, "S11": -1.1369990102117182, "W12": -9.1854371097234608, "S12": -9.1854371097234608, "W13": -16.452692132095574, "S13": -21.798061581114162, "W21": -39.415694416016059, "S21": -44.212622641677925, "W22": -38.332739995158335, "S22": -41.410523643795862, "W31": -66.964013900635706, "S31": -72.065124214309918, "W32": -86.052529506289133, "S32": -91.052529506289133 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 502293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.1217600847742868, "S12": -8.9106489342049517, "W13": -21.44493555972722, "S13": -21.44493555972722, "W21": -38.839968661839777, "S21": -38.839968661839777, "W22": -34.439359293266946, "S22": -36.699703626122037, "W31": -71.084859498239439, "S31": -71.084859498239439, "W32": -88.632081723470606, "S32": -93.632081723470606 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 506756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19520524710668405, "S11": -0.19520524710668405, "W12": -3.7670057045846894, "S12": -18.600941277737608, "W13": -21.684268923556825, "S13": -21.684268923556825, "W21": -34.92238992793844, "S21": -34.92238992793844, "W22": -49.394811715481175, "S22": -53.369203439090604, "W31": -68.211405670167835, "S31": -68.211405670167835, "W32": -90.257211787194422, "S32": -95.257211787194422 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.48, "S11": 1.48, "W12": -1.3200001, "S12": -18.8200001, "W13": -18.83, "S13": -18.84, "W21": -34.48, "S21": -34.48, "W22": -40.0, "S22": -40.0, "W31": -64.276687281527288, "S31": -67.276687281527288, "W32": -91.681260341974621, "S32": -96.681260341974621 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.074851795110903785, "S11": -0.58224613172127271, "W12": -2.2270977321814254, "S12": -14.451804159726723, "W13": -18.915091848727055, "S13": -18.915091848727055, "W21": -32.085645224871463, "S21": -32.085645224871463, "W22": -60.040131738557207, "S22": -60.040131738557207, "W31": -70.0, "S31": -70.701759889815534, "W32": -94.409695817490089, "S32": -99.409695817490089 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91158954619568822, "S11": -0.91158954619568822, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -34.057803535364094, "S21": -35.827383287035488, "W22": -45.943671274272894, "S22": -45.943671274272894, "W31": -83.77915537440515, "S31": -84.78423855370275, "W32": -96.147034607269475, "S32": -101.14703460726948 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 508431.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71923356459443955, "S11": -0.81661671514073519, "W12": -5.0, "S12": -5.0, "W13": -20.662138904915501, "S13": -20.662138904915501, "W21": -34.810860692534455, "S21": -36.376752746507471, "W22": -38.379988773559639, "S22": -40.403984192320486, "W31": -67.210758808367316, "S31": -72.652984501785724, "W32": -86.803069762287365, "S32": -91.803069762287365 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 508549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4189755985795243, "S11": 4.4189755985795243, "W12": -10.805459485799972, "S12": -10.805459485799972, "W13": -15.854397348361259, "S13": -19.087598217484128, "W21": -38.786779451222301, "S21": -38.882666870477919, "W22": -39.219605689701233, "S22": -52.094496642019074, "W31": -64.821125786774175, "S31": -73.04659400780065, "W32": -79.199618801748997, "S32": -84.199618801748997 }, "geometry": { "type": "Point", "coordinates": [ 103774.6, 500549.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74365245382073641, "S11": -0.74365245382073641, "W12": -5.0, "S12": -5.3373387258506586, "W13": -20.568959064382806, "S13": -20.568959064382806, "W21": -34.752146002925464, "S21": -36.476560358247802, "W22": -53.358831710709325, "S22": -76.307241226881473, "W31": -100.0, "S31": -100.0, "W32": -104.37804831940716, "S32": -109.37804831940716 }, "geometry": { "type": "Point", "coordinates": [ 103774.625, 508534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.4324562118541659, "S12": -16.54332350186413, "W13": -21.242099172163975, "S13": -21.242099172163975, "W21": -39.271230078828204, "S21": -39.271230078828204, "W22": -51.300671594917141, "S22": -51.54338598799162, "W31": -99.748674762209106, "S31": -99.748674762209106, "W32": -101.46001926782274, "S32": -106.46001926782274 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 506778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15971825179880658, "S11": -0.15971825179880658, "W12": -2.3425480715302363, "S12": -5.608476875048181, "W13": -21.466740597412215, "S13": -21.466740597412215, "W21": -38.410826096797848, "S21": -38.410826096797848, "W22": -63.604609401005625, "S22": -73.604609401005632, "W31": -79.95650885888584, "S31": -83.450642699090338, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 506934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -0.03775283278619046, "W12": -5.0, "S12": -11.204964397001634, "W13": -24.374306112313629, "S13": -24.982703902368893, "W21": -35.900340307509019, "S21": -36.611137632885722, "W22": -52.415644171779142, "S22": -53.896322567795139, "W31": -79.686393230200565, "S31": -79.686393230200565, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24791530606186549, "S11": 0.14949270884981333, "W12": -7.6585369095819988, "S12": -9.1037219785907819, "W13": -27.982093663911847, "S13": -27.982093663911847, "W21": -34.61356664142626, "S21": -34.617581371083169, "W22": -57.838856255155648, "S22": -57.838856255155648, "W31": -81.018871737867272, "S31": -81.018871737867272, "W32": -92.996850404999179, "S32": -97.996850404999179 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 509989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2832446908139881, "S12": -16.085842893881573, "W13": -28.678414096916299, "S13": -28.678414096916299, "W21": -38.100774970366096, "S21": -38.102546206805862, "W22": -39.780889114862454, "S22": -39.878344670281031, "W31": -68.042026036696257, "S31": -68.486024547647631, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103775.0, 510329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.641118462190132, "S12": -5.641118462190132, "W13": -18.67144065186892, "S13": -18.67144065186892, "W21": -44.07171182342875, "S21": -44.07171182342875, "W22": -34.624506729061899, "S22": -39.883022870195468, "W31": -70.47127575277338, "S31": -70.47127575277338, "W32": -87.557969057598768, "S32": -92.557969057598768 }, "geometry": { "type": "Point", "coordinates": [ 103775.909090909088263, 520424.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1527435354497104, "S11": -1.1527435354497104, "W12": -5.0, "S12": -15.0, "W13": -19.947227117074448, "S13": -19.947227117074448, "W21": -32.931162107647047, "S21": -32.931162107647047, "W22": -40.202458855847532, "S22": -40.202458855847532, "W31": -65.097472438827637, "S31": -67.887430219878198, "W32": -92.318785622357055, "S32": -97.318785622357055 }, "geometry": { "type": "Point", "coordinates": [ 103776.0, 508283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6974181523612781, "S12": -5.6974181523612781, "W13": -20.0, "S13": -20.0, "W21": -46.308862437426747, "S21": -48.91675025008864, "W22": -47.507357854990452, "S22": -49.540215026691158, "W31": -82.131192836773366, "S31": -82.131192836773366, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103776.285714285710128, 518213.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.326250685025224, "S12": -14.872734655662104, "W13": -28.707782672540276, "S13": -28.707782672540276, "W21": -38.550841287166733, "S21": -38.552198262361813, "W22": -51.085850721478252, "S22": -51.466344500529992, "W31": -99.983458024737772, "S31": -99.983458024737772, "W32": -101.50255298651253, "S32": -106.50255298651253 }, "geometry": { "type": "Point", "coordinates": [ 103776.333333333328483, 510349.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5449153671859817, "S11": -0.68741565311685227, "W12": -5.0, "S12": -13.896017065173648, "W13": -24.464229238739218, "S13": -25.353612687469905, "W21": -35.955701314463518, "S21": -35.955701314463518, "W22": -46.102253282281318, "S22": -46.102253282281318, "W31": -83.94197733723172, "S31": -85.254786194601266, "W32": -96.1202459587021, "S32": -101.1202459587021 }, "geometry": { "type": "Point", "coordinates": [ 103776.666666666671517, 509306.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.3537020517395186, "S12": -6.3537020517395186, "W13": -15.354722264495512, "S13": -20.258279701638756, "W21": -40.0, "S21": -42.022761783721059, "W22": -39.092726966659733, "S22": -51.658462083062886, "W31": -65.642911881987956, "S31": -75.80734875003877, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103777.0, 502410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98641669311214708, "S11": -0.98641669311214708, "W12": -5.0, "S12": -14.889682838159709, "W13": -20.0, "S13": -20.0, "W21": -33.692217098142621, "S21": -34.879939958922215, "W22": -37.818632821598143, "S22": -40.584367146711926, "W31": -65.506969590895778, "S31": -75.986114491250177, "W32": -99.435168280880447, "S32": -104.43516828088045 }, "geometry": { "type": "Point", "coordinates": [ 103777.0, 508385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4266887066913515, "S11": -0.4266887066913515, "W12": -10.0, "S12": -10.0, "W13": -31.211907916528649, "S13": -31.211907916528649, "W21": -38.998624109982423, "S21": -38.998624109982423, "W22": -38.350202251831867, "S22": -39.992023952665278, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103777.0, 510964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65263562578031364, "S11": 0.65263562578031364, "W12": -5.6550900949503511, "S12": -7.7814874328590857, "W13": -15.0, "S13": -15.882922980374993, "W21": -29.999999999999996, "S21": -31.684945089188695, "W22": -46.62071605961674, "S22": -46.62071605961674, "W31": -79.731863002933281, "S31": -79.731863002933281, "W32": -97.967197801878541, "S32": -102.96719780187854 }, "geometry": { "type": "Point", "coordinates": [ 103777.222222222218988, 498801.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.1741569274769206, "S12": -9.2069278612072232, "W13": -21.433887349239576, "S13": -21.433887349239576, "W21": -39.048766428288872, "S21": -39.048766428288872, "W22": -47.105271966527205, "S22": -50.156472554048761, "W31": -68.386874738386581, "S31": -68.386874738386581, "W32": -89.955929053715863, "S32": -94.955929053715863 }, "geometry": { "type": "Point", "coordinates": [ 103777.666666666671517, 506756.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 4.724399048763428, "S11": 3.6935236977684336, "W12": -11.200337005979016, "S12": -11.200337005979016, "W13": -17.213049080044062, "S13": -20.5474870733551, "W21": -39.738928230426481, "S21": -49.738928230426481, "W22": -47.576875385517987, "S22": -47.972962490702898, "W31": -102.43808269543756, "S31": -102.43808269543756, "W32": -102.66967316617205, "S32": -107.66967316617205 }, "geometry": { "type": "Point", "coordinates": [ 103778.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83041948886147487, "S11": -0.83041948886147487, "W12": -4.6783313513883797, "S12": -12.190166232596074, "W13": -21.607685104824608, "S13": -21.607685104824608, "W21": -35.945430484385206, "S21": -35.945430484385206, "W22": -52.675220588736956, "S22": -52.675220588736956, "W31": -83.726592624328518, "S31": -86.266369259444758, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103778.0, 506988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.01481134528522496, "S11": 0.01481134528522496, "W12": -11.418180280498978, "S12": -11.418180280498978, "W13": -16.807247211009035, "S13": -34.103543507305332, "W21": -36.250270799125744, "S21": -36.917148528267596, "W22": -41.341302608160923, "S22": -43.007880913783495, "W31": -70.0, "S31": -70.0, "W32": -97.852519553238238, "S32": -102.85251955323824 }, "geometry": { "type": "Point", "coordinates": [ 103778.0, 512036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020132889867505173, "S11": 0.020132889867505173, "W12": -11.396060852017603, "S12": -11.396060852017603, "W13": -18.329793835364384, "S13": -18.606716429020345, "W21": -35.63477283532513, "S21": -39.344207721323173, "W22": -37.928464512518495, "S22": -41.842430955015608, "W31": -65.455386837954947, "S31": -75.907260313354215, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103778.0, 512552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9236223266058659, "S12": -4.9636054915891634, "W13": -20.361905671546843, "S13": -20.361905671546843, "W21": -34.110213127483732, "S21": -34.110213127483732, "W22": -40.0, "S22": -40.64951058998593, "W31": -61.35486689970422, "S31": -65.249251616759906, "W32": -89.421862620345237, "S32": -94.421862620345237 }, "geometry": { "type": "Point", "coordinates": [ 103778.333333333328483, 507805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8112994153674833, "W12": -11.423274846764185, "S12": -11.514907352189724, "W13": -16.958435221461357, "S13": -20.533505188016541, "W21": -49.563288563288573, "S21": -59.153239468225621, "W22": -46.151396991817897, "S22": -46.151396991817897, "W31": -80.321525410091184, "S31": -80.321525410091184, "W32": -99.968194665413435, "S32": -104.96819466541344 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 500923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.0143448683821354, "W12": -11.113206938801831, "S12": -11.113206938801831, "W13": -15.444763458401304, "S13": -15.798375228850608, "W21": -38.107979307101424, "S21": -48.119008691073667, "W22": -48.404539932557057, "S22": -48.404539932557057, "W31": -83.361340027277649, "S31": -83.361340027277649, "W32": -96.411736724391346, "S32": -101.41173672439135 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 501578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76039135251943779, "S11": 0.76039135251943779, "W12": -4.0455032940094995, "S12": -16.154667004451703, "W13": -23.328798919072991, "S13": -23.328798919072991, "W21": -34.636458934217202, "S21": -38.825255035198595, "W22": -40.873383967040049, "S22": -44.299380689200667, "W31": -75.031520797780857, "S31": -80.031520797780857, "W32": -100.04584455906968, "S32": -105.04584455906968 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 506007.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13489975354692588, "S11": -0.63489975354692585, "W12": -2.5387041036717064, "S12": -12.586782327871161, "W13": -18.586404425735441, "S13": -18.586404425735441, "W21": -32.081655943464021, "S21": -32.081655943464021, "W22": -44.893470527483458, "S22": -44.893470527483458, "W31": -66.465248279109147, "S31": -68.957882959243804, "W32": -93.060699503652529, "S32": -98.060699503652529 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 507622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.338539163863527, "S11": -1.0275532402085168, "W12": -4.9999999999999991, "S12": -20.0, "W13": -24.631969598608759, "S13": -25.354804133015993, "W21": -36.049050296905243, "S21": -36.049050296905243, "W22": -39.613629732420172, "S22": -42.75631152450471, "W31": -60.0, "S31": -66.420833333333206, "W32": -81.859527050875087, "S32": -86.859527050875087 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 509418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29874235587486347, "S11": -0.1039795810291213, "W12": -7.0368890445783832, "S12": -8.6996870370501256, "W13": -27.445421141887689, "S13": -27.445421141887689, "W21": -35.618060474655351, "S21": -35.620157115575054, "W22": -41.315795031649337, "S22": -41.315795031649337, "W31": -67.205229900510886, "S31": -69.455550960893802, "W32": -94.13949084788554, "S32": -99.13949084788554 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 509923.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2327473106521766, "S11": 0.2327473106521766, "W12": -10.562916837361739, "S12": -11.556074732098581, "W13": -18.695246301881372, "S13": -33.695246301881369, "W21": -36.620573946948987, "S21": -36.620573946948987, "W22": -54.183071841176577, "S22": -54.183071841176577, "W31": -83.988781022173825, "S31": -83.988781022173825, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103779.0, 511757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80661021334500527, "S11": 0.80661021334500527, "W12": -8.5003220329059079, "S12": -11.969292571720739, "W13": -25.0, "S13": -25.0, "W21": -34.47505322600734, "S21": -41.082110392572837, "W22": -60.185085780062153, "S22": -60.185085780062153, "W31": -70.0, "S31": -70.579705792333016, "W32": -93.649001901140764, "S32": -98.649001901140764 }, "geometry": { "type": "Point", "coordinates": [ 103779.5, 505890.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34158095356348467, "S11": -0.34158095356348467, "W12": -11.158, "S12": -16.261485886949821, "W13": -23.511012738540852, "S13": -23.511012738540852, "W21": -34.47123051955284, "S21": -34.47123051955284, "W22": -43.200001, "S22": -45.700001, "W31": -103.76316602374781, "S31": -103.76316602374781, "W32": -103.76316602374781, "S32": -108.24082880991816 }, "geometry": { "type": "Point", "coordinates": [ 103779.8, 508058.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65893509911635983, "S11": 0.65893509911635983, "W12": -15.499365349751148, "S12": -15.499365349751148, "W13": -21.804046893498175, "S13": -22.447548563815651, "W21": -38.12704952479546, "S21": -42.695018353845235, "W22": -33.448577270485352, "S22": -39.497589246855959, "W31": -70.673925869130983, "S31": -73.601535919496627, "W32": -86.210048030543362, "S32": -91.210048030543362 }, "geometry": { "type": "Point", "coordinates": [ 103779.857142857144936, 514351.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17928007023705012, "S11": 0.17928007023705012, "W12": -4.8510019142263676, "S12": -5.3215335476158314, "W13": -15.0, "S13": -16.35528534658738, "W21": -29.999999999999996, "S21": -32.913610431947838, "W22": -38.18528106809471, "S22": -44.155668939927949, "W31": -70.0, "S31": -74.289682539682545, "W32": -87.043630856455053, "S32": -92.043630856455053 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 498552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38902639236421682, "S11": 0.38902639236421682, "W12": -8.6230867060671805, "S12": -9.4591805927792443, "W13": -12.427373928828851, "S13": -12.427373928828851, "W21": -34.095599261639087, "S21": -37.943762526945207, "W22": -50.191599115696391, "S22": -50.191599115696391, "W31": -70.0, "S31": -70.884010117365676, "W32": -96.051101396375358, "S32": -101.05110139637536 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 499936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.8543663323910833, "S11": 2.9526750740391901, "W12": -11.288744180799458, "S12": -12.005564793341996, "W13": -17.10740916919405, "S13": -20.542980005314451, "W21": -42.792637253341823, "S21": -52.646259431996, "W22": -48.073383735597396, "S22": -48.073383735597396, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 500818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2132143234393156, "S11": 1.7132143234393156, "W12": -11.41364579447553, "S12": -11.835333349571199, "W13": -16.823865357616267, "S13": -20.444188277569985, "W21": -50.625183235901872, "S21": -59.994724853284438, "W22": -33.994222694587762, "S22": -36.694307411401276, "W31": -69.967484373586075, "S31": -69.967484373586075, "W32": -88.748005745065868, "S32": -93.748005745065868 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 501012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7693589230974278, "S11": -0.70435067651665806, "W12": -5.0, "S12": -12.755738800980613, "W13": -24.428814284721515, "S13": -25.428814284721515, "W21": -35.984925814095362, "S21": -36.268886402046675, "W22": -46.940289822737775, "S22": -46.940289822737775, "W31": -79.004585991471842, "S31": -80.004585991471842, "W32": -96.50963084173425, "S32": -101.50963084173425 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 509283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.515806111696524, "W13": -31.025725957822679, "S13": -31.025725957822679, "W21": -39.235677668840069, "S21": -39.235677668840069, "W22": -47.264250255015298, "S22": -47.264250255015298, "W31": -70.0, "S31": -71.010178362488276, "W32": -96.411961488930316, "S32": -101.41196148893032 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35028588692926471, "S11": -0.35028588692926471, "W12": -10.177709413141615, "S12": -10.570075233719022, "W13": -29.517017017017018, "S13": -29.517017017017018, "W21": -38.691200118391002, "S21": -38.691200118391002, "W22": -47.778566020490544, "S22": -49.7814583444382, "W31": -81.524549712614188, "S31": -81.524549712614188, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103780.0, 511081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4838251695917157, "S11": -1.4838251695917157, "W12": -10.629798994974701, "S12": -10.629798994974701, "W13": -17.276597169380455, "S13": -22.535546157087083, "W21": -37.15896826093077, "S21": -46.19254663290539, "W22": -33.120821747954437, "S22": -38.000864622088407, "W31": -70.318343898573701, "S31": -70.318343898573701, "W32": -87.711010274601279, "S32": -92.711010274601279 }, "geometry": { "type": "Point", "coordinates": [ 103780.333333333328483, 502200.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51661570432551385, "S11": 0.035909941441533089, "W12": 0.0, "S12": -15.0, "W13": -21.393526605751145, "S13": -21.393526605751145, "W21": -34.706433394113475, "S21": -40.364413466043231, "W22": -46.079075319302568, "S22": -46.079075319302568, "W31": -83.886195343676206, "S31": -85.656263999605017, "W32": -96.14588116950253, "S32": -101.14588116950253 }, "geometry": { "type": "Point", "coordinates": [ 103780.5, 506184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0252732284189632, "S11": 1.0252732284189632, "W12": -11.321325690647058, "S12": -11.321325690647058, "W13": -23.838141063401523, "S13": -23.838141063401523, "W21": -37.22177052829025, "S21": -37.22177052829025, "W22": -51.565576006883958, "S22": -63.548684114992071, "W31": -100.0, "S31": -100.0, "W32": -102.80591093117408, "S32": -107.80591093117408 }, "geometry": { "type": "Point", "coordinates": [ 103780.75, 505085.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57, "S11": 0.57, "W12": -2.83, "S12": -18.73, "W13": -18.74, "S13": -18.74, "W21": -33.23, "S21": -33.23, "W22": -50.0, "S22": -50.0, "W31": -106.60304888291617, "S31": -106.60304888291617, "W32": -106.60304888291617, "S32": -109.59926011845134 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42382394366197185, "S11": -0.076176056338028153, "W12": -3.3015466056227201, "S12": -14.306343653593201, "W13": -17.71617478267477, "S13": -17.71617478267477, "W21": -32.563886279579528, "S21": -32.563886279579528, "W22": -45.846898004715122, "S22": -45.846898004715122, "W31": -82.888613152620067, "S31": -84.094396967717827, "W32": -98.665701783603012, "S32": -103.66570178360301 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.146059475474596, "S12": -15.146059475474596, "W13": -21.793948522049266, "S13": -22.954553900542702, "W21": -38.480352960119454, "S21": -40.047344498393898, "W22": -44.916207663970837, "S22": -44.947607457672682, "W31": -80.0, "S31": -80.0, "W32": -98.622462899891815, "S32": -103.62246289989181 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 514436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6590904715615897, "S12": -5.6590904715615897, "W13": -18.946628474785047, "S13": -18.946628474785047, "W21": -43.973389501613291, "S21": -44.247983371009909, "W22": -39.818377489204643, "S22": -41.817772346635323, "W31": -66.891779860979327, "S31": -66.891779860979327, "W32": -97.273740797513312, "S32": -102.27374079751331 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 520285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44696969696969691, "S11": 0.44696969696969691, "W12": -8.6672729317630424, "S12": -8.6672729317630424, "W13": -16.424646099714248, "S13": -18.240430704958221, "W21": -30.456961543025969, "S21": -31.286825560825303, "W22": -39.997253484726691, "S22": -39.997253484726691, "W31": -70.0, "S31": -70.545124404260733, "W32": -95.064061105023441, "S32": -100.06406110502344 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 497287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43445921750280125, "S11": 0.43445921750280125, "W12": -9.9309551656920085, "S12": -10.773320355940916, "W13": -14.624195074291572, "S13": -18.035876859042737, "W21": -30.657747619720904, "S21": -32.014539857163825, "W22": -34.193648137034607, "S22": -40.152496972096117, "W31": -70.372787776679246, "S31": -71.917334343563127, "W32": -85.764190943317118, "S32": -90.764190943317118 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 499709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2761579092593323, "S11": -1.2761579092593323, "W12": -11.697974434087882, "S12": -11.697974434087882, "W13": -16.561404082166259, "S13": -20.850156086546562, "W21": -38.639193638251534, "S21": -38.639193638251534, "W22": -34.765340881839734, "S22": -37.219191801971093, "W31": -71.577905825703809, "S31": -71.577905825703809, "W32": -88.481250461234808, "S32": -93.481250461234808 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 502057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.22450805008944535, "W12": 0.0, "S12": -9.7351494264302119, "W13": -20.88281240131796, "S13": -20.88281240131796, "W21": -38.865658374249989, "S21": -42.150291520826777, "W22": -39.393928680975591, "S22": -52.457630483080266, "W31": -65.091706511945105, "S31": -73.516994564135956, "W32": -80.56612987012987, "S32": -85.56612987012987 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 506426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37344019523568273, "S11": 0.37344019523568273, "W12": -10.285330838323354, "S12": -10.285330838323354, "W13": -19.931409955499287, "S13": -27.758141919036234, "W21": -39.917877348532116, "S21": -40.984551962113393, "W22": -39.300743208311154, "S22": -49.130105887038141, "W31": -63.697748350089597, "S31": -71.206015988665555, "W32": -78.603248981607507, "S32": -83.603248981607507 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 513088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47177670537853483, "S11": 0.47177670537853483, "W12": -14.304012127470839, "S12": -14.304012127470839, "W13": -21.134963449187971, "S13": -23.280801407190516, "W21": -38.132984448493602, "S21": -44.611941868038301, "W22": -60.0, "S22": -63.094575158312615, "W31": -79.745826391602179, "S31": -79.745826391602179, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103782.0, 513893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9569517155250159, "S11": 0.9569517155250159, "W12": -11.993117318435651, "S12": -17.197741758885378, "W13": -23.737307712842949, "S13": -27.0794747220651, "W21": -36.161790915521017, "S21": -36.170628204034848, "W22": -50.655728227520122, "S22": -52.80372016573628, "W31": -97.83641550265591, "S31": -97.83641550265591, "W32": -98.245760629147213, "S32": -103.24576062914721 }, "geometry": { "type": "Point", "coordinates": [ 103782.333333333328483, 505228.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6327962563285432, "S12": -5.6327962563285432, "W13": -18.578636334752549, "S13": -18.578636334752549, "W21": -44.094870839793671, "S21": -44.094870839793671, "W22": -54.343828489415145, "S22": -77.598196042967828, "W31": -100.0, "S31": -100.0, "W32": -105.70904125717463, "S32": -110.70904125717463 }, "geometry": { "type": "Point", "coordinates": [ 103782.727272727279342, 520473.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5066530693283948, "S11": 1.5066530693283948, "W12": -8.9720355335672917, "S12": -8.9720355335672917, "W13": -20.217569049755554, "S13": -24.889690855649981, "W21": -37.283931674081757, "S21": -38.782772140731858, "W22": -50.000000000000007, "S22": -51.554462262438456, "W31": -79.628426892266162, "S31": -79.628426892266162, "W32": -92.321865954130487, "S32": -97.321865954130487 }, "geometry": { "type": "Point", "coordinates": [ 103782.8, 503380.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21448639157155402, "S11": 0.21448639157155402, "W12": -4.9097861768419344, "S12": -5.7495744857185276, "W13": -15.0, "S13": -16.375610189047663, "W21": -29.999999999999996, "S21": -33.168885629395611, "W22": -46.089493715454651, "S22": -46.089493715454651, "W31": -80.362299687653575, "S31": -80.362299687653575, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 498578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4291863969005598, "S11": 1.1791863969005598, "W12": -8.950779267643572, "S12": -18.110349160116691, "W13": -21.367372009152554, "S13": -21.980697862231558, "W21": -36.637213270162164, "S21": -40.981249967409873, "W22": -38.84, "S22": -44.9300002, "W31": -70.93, "S31": -75.895711521497887, "W32": -86.931415730787634, "S32": -91.931415730787634 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 504238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.66721676794729, "S12": -13.362667952809584, "W13": -21.56493892692345, "S13": -22.345106082188476, "W21": -38.695378246439738, "S21": -38.695378246439738, "W22": -41.057019552927031, "S22": -48.587780920435456, "W31": -66.086437031663692, "S31": -72.32616136407033, "W32": -95.327513328447068, "S32": -100.32751332844707 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 506891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1719339665656363, "S11": -1.1719339665656363, "W12": -5.0, "S12": -15.25628341317781, "W13": -19.976499880293684, "S13": -19.976499880293684, "W21": -32.795497260655424, "S21": -32.795497260655424, "W22": -42.299107994819252, "S22": -42.299107994819252, "W31": -69.892734850086484, "S31": -71.109359297803721, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 508271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38943089430894307, "S11": 0.29008150753060025, "W12": -5.0933236215606961, "S12": -10.599652735484746, "W13": -24.870063884279453, "S13": -25.370063884279453, "W21": -36.190351421367211, "S21": -36.190351421367211, "W22": -38.227103188535359, "S22": -40.249949629206853, "W31": -66.740622949193707, "S31": -70.398259906504435, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 509576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49491877161723097, "S11": 0.49491877161723097, "W12": -15.014886773875944, "S12": -15.014886773875944, "W13": -21.194681695899384, "S13": -22.471478745514055, "W21": -37.688174728953427, "S21": -44.880933732843594, "W22": -46.412278983443528, "S22": -46.412278983443528, "W31": -84.235611702695209, "S31": -86.491515772994831, "W32": -96.084634414104556, "S32": -101.08463441410456 }, "geometry": { "type": "Point", "coordinates": [ 103783.0, 513972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.058673790508692647, "S11": -0.058673790508692647, "W12": -5.7243730987877957, "S12": -5.7243730987877957, "W13": -15.403645255155245, "S13": -18.19637401332518, "W21": -34.925882515718584, "S21": -34.925882515718584, "W22": -40.0, "S22": -53.800985825521543, "W31": -65.535207936753437, "S31": -74.74286302609292, "W32": -84.532727272727271, "S32": -89.532727272727271 }, "geometry": { "type": "Point", "coordinates": [ 103784.0, 498036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4872189749802658, "S11": 3.2419806495427719, "W12": -11.249091490241792, "S12": -11.249091490241792, "W13": -17.140524185762803, "S13": -20.548170205829692, "W21": -40.372700310311906, "S21": -50.341541958480157, "W22": -40.0, "S22": -40.626290875036773, "W31": -61.744756655014783, "S31": -65.483995505523708, "W32": -89.754987875441159, "S32": -94.754987875441159 }, "geometry": { "type": "Point", "coordinates": [ 103784.0, 500774.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6383986224709428, "S11": 1.3186482086163651, "W12": -10.0, "S12": -18.969032258064516, "W13": -20.911581339435038, "S13": -21.607174508069107, "W21": -36.165014518090615, "S21": -39.427811747073953, "W22": -50.232898624148277, "S22": -50.232898624148277, "W31": -75.239998, "S31": -75.239998, "W32": -86.320577056963828, "S32": -91.320577056963828 }, "geometry": { "type": "Point", "coordinates": [ 103784.0, 504274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42430985915492958, "S11": 0.42430985915492958, "W12": -3.2482026611345591, "S12": -13.870983212469486, "W13": -17.810582092705168, "S13": -17.810582092705168, "W21": -32.635749657100376, "S21": -32.635749657100376, "W22": -60.603127358570738, "S22": -60.603127358570738, "W31": -71.493700683296211, "S31": -72.534062728364617, "W32": -89.323814483885798, "S32": -94.323814483885798 }, "geometry": { "type": "Point", "coordinates": [ 103784.0, 507388.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13395775179648611, "S11": 0.13395775179648611, "W12": -10.896273479274255, "S12": -11.081273479274255, "W13": -17.379004502525806, "S13": -23.803887589041786, "W21": -36.448178375627151, "S21": -36.786636674110348, "W22": -38.440397207310241, "S22": -39.661805428718452, "W31": -60.0, "S31": -60.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103784.0, 511892.875 ] } }, +{ "type": "Feature", "properties": { "W11": 1.060948786111108, "S11": 1.060948786111108, "W12": -11.088544763308404, "S12": -11.088544763308404, "W13": -23.726536183937593, "S13": -23.726536183937593, "W21": -37.488199755573426, "S21": -37.488199755573426, "W22": -43.766533355115385, "S22": -44.994913818207564, "W31": -80.0, "S31": -80.0, "W32": -100.13792838923729, "S32": -105.13792838923729 }, "geometry": { "type": "Point", "coordinates": [ 103784.5, 505049.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7500806247935983, "S11": 0.80942128413456693, "W12": -3.4467435001586257, "S12": -7.9023515578556065, "W13": -24.052486732142235, "S13": -24.052486732142235, "W21": -35.98391415725424, "S21": -38.095619472909, "W22": -38.652620658399108, "S22": -44.664727870400696, "W31": -70.598837638376381, "S31": -75.598837638376381, "W32": -86.95919071647333, "S32": -91.95919071647333 }, "geometry": { "type": "Point", "coordinates": [ 103784.6, 509177.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.9580207792034694, "S12": -9.7725105888921373, "W13": -21.625940099567956, "S13": -21.625940099567956, "W21": -38.899301936047436, "S21": -38.899301936047436, "W22": -48.397363767882979, "S22": -57.698365464746516, "W31": -67.326469, "S31": -67.859928595959545, "W32": -91.643031072561286, "S32": -96.643031072561286 }, "geometry": { "type": "Point", "coordinates": [ 103784.666666666671517, 506734.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23011363636363644, "S11": 0.23011363636363644, "W12": -7.6847907667726441, "S12": -7.6847907667726441, "W13": -16.260746134203576, "S13": -18.181584199757541, "W21": -33.38005384101286, "S21": -33.863443418259287, "W22": -38.812532994222259, "S22": -41.453797819453506, "W31": -60.0, "S31": -60.0, "W32": -95.537361095261772, "S32": -100.53736109526177 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 497519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59389074339002845, "S11": 0.36200668541901393, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -16.922143662777973, "W21": -36.945647883154052, "S21": -44.187083893019768, "W22": -42.498500009984291, "S22": -44.422723388581446, "W31": -79.984819023195328, "S31": -81.897599025928187, "W32": -100.21419986263737, "S32": -105.21419986263737 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 501767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2857283882531394, "S11": -4.8058036132238255, "W12": -6.6808012721146337, "S12": -7.9110219751822566, "W13": -18.313884212786057, "S13": -24.037004245808848, "W21": -33.662045108706906, "S21": -33.662045108706906, "W22": -42.122914041942316, "S22": -42.122914041942316, "W31": -69.720643935811339, "S31": -71.283373439984146, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 504581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51086395533242135, "S11": -0.43988627230948529, "W12": -10.0, "S12": -10.0, "W13": -19.92472126073865, "S13": -21.696986024210922, "W21": -34.664343672612745, "S21": -34.664343672612745, "W22": -50.746070859277381, "S22": -52.292790511108102, "W31": -91.86982336826172, "S31": -91.86982336826172, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -15.0, "W13": -22.416031128404668, "S13": -22.416031128404668, "W21": -35.760144170128108, "S21": -40.760144170128108, "W22": -50.623897020658156, "S22": -50.623897020658148, "W31": -100.06101556101557, "S31": -100.06101556101557, "W32": -101.51375240847784, "S32": -106.51375240847784 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 506244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41663797029647981, "S11": -0.41663797029647981, "W12": -10.105263333890653, "S12": -10.105263333890655, "W13": -28.728728728728729, "S13": -28.728728728728729, "W21": -38.58351503339636, "S21": -38.58351503339636, "W22": -46.906739983641842, "S22": -46.906739983641842, "W31": -83.913675259673866, "S31": -86.764241704557875, "W32": -95.992201387576785, "S32": -100.99220138757678 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 511141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27515127071762979, "S11": -1.4030110063580756, "W12": -10.503272545851237, "S12": -10.503272545851237, "W13": -19.247630608874353, "S13": -24.71420479259961, "W21": -38.305670608079616, "S21": -41.58178171919073, "W22": -41.849363057535697, "S22": -52.386690842405635, "W31": -66.118213440507276, "S31": -71.783353010743781, "W32": -94.857045337092558, "S32": -99.857045337092558 }, "geometry": { "type": "Point", "coordinates": [ 103785.0, 512892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5257506788061614, "S11": 3.5257506788061614, "W12": -10.416944330740892, "S12": -10.416944330740892, "W13": -15.102738677420586, "S13": -17.714117254462792, "W21": -39.456336582488369, "S21": -39.624268805684395, "W22": -39.401608542431006, "S22": -47.634782832374384, "W31": -65.884942051126004, "S31": -75.884942051126004, "W32": -90.428382141573849, "S32": -95.428382141573849 }, "geometry": { "type": "Point", "coordinates": [ 103785.5, 500435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.045915631902893023, "S11": -0.045915631902893023, "W12": -9.2957712074726899, "S12": -10.792112092436437, "W13": -30.659089654410952, "S13": -30.659089654410952, "W21": -39.742054556871707, "S21": -39.742054556871707, "W22": -48.356233843790996, "S22": -50.276058214596844, "W31": -80.917906588454315, "S31": -80.917906588454315, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103785.5, 510778.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57534011940754948, "S11": 0.57534011940754948, "W12": -10.0, "S12": -10.0, "W13": -20.378752751445937, "S13": -21.65242664608769, "W21": -34.927967615279584, "S21": -34.927967615279584, "W22": -53.951610703472355, "S22": -90.843926006902436, "W31": -103.67816477313207, "S31": -103.67816477313207, "W32": -107.26959300369997, "S32": -112.26959300369997 }, "geometry": { "type": "Point", "coordinates": [ 103785.8, 504811.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1861225895316805, "S11": 0.78314622536477063, "W12": -9.1427738788685744, "S12": -16.224088977907066, "W13": -20.0, "S13": -21.665250554141608, "W21": -35.220617013947525, "S21": -36.32093530640212, "W22": -48.880149261547729, "S22": -48.880149261547729, "W31": -82.986119280084694, "S31": -87.20307666185056, "W32": -95.593100069831806, "S32": -100.59310006983181 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 504346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11895012585611878, "S11": -0.11895012585611878, "W12": -4.4015156625879523, "S12": -19.073999709639537, "W13": -20.931188118812052, "S13": -20.931188118812052, "W21": -34.959689816551744, "S21": -34.959689816551744, "W22": -39.983114901329124, "S22": -45.665165406762057, "W31": -65.970038553436453, "S31": -73.170211573531404, "W32": -96.229091155533695, "S32": -101.22909115553369 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 507155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089742726687346785, "S11": 0.089742726687346785, "W12": -3.64877515818015, "S12": -18.4504204261128, "W13": -21.308475055365076, "S13": -21.308475055365076, "W21": -34.278287634852752, "S21": -34.278287634852752, "W22": -40.0, "S22": -41.529974255240894, "W31": -60.0, "S31": -64.558489691915682, "W32": -87.568072542692803, "S32": -92.568072542692803 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22650929644814899, "S11": 0.22650929644814899, "W12": -10.732709901450049, "S12": -25.73270990145005, "W13": -25.73270990145005, "S13": -25.73270990145005, "W21": -34.172168722599515, "S21": -34.172168722599515, "W22": -63.184113615031471, "S22": -63.184113615031471, "W31": -83.39343485977048, "S31": -84.189158629046943, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103786.0, 507226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6988463710892825, "S11": 4.6988463710892825, "W12": -10.955221371069996, "S12": -10.955221371069996, "W13": -16.131123997924306, "S13": -19.505916286769168, "W21": -37.826937859978642, "S21": -37.946661022082608, "W22": -50.517803384200583, "S22": -50.517803384200583, "W31": -100.08877968877958, "S31": -100.08877968877958, "W32": -101.52761078998067, "S32": -106.52761078998067 }, "geometry": { "type": "Point", "coordinates": [ 103786.4, 500592.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.684561073242298, "S12": -5.684561073242298, "W13": -20.0, "S13": -20.0, "W21": -46.556653535782544, "S21": -52.032240771049672, "W22": -54.991616092428174, "S22": -54.991616092428174, "W31": -83.127598665925461, "S31": -83.127598665925461, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103786.571428571434808, 518171.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6510672101959276, "S12": -5.6510672101959276, "W13": -18.860075122183485, "S13": -18.860075122183485, "W21": -43.995911208787646, "S21": -44.261960755739253, "W22": -42.550417573728403, "S22": -44.060944847558872, "W31": -73.550990462215708, "S31": -73.550990462215708, "W32": -98.233728775699632, "S32": -103.23372877569963 }, "geometry": { "type": "Point", "coordinates": [ 103786.571428571434808, 520330.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.053987230233436323, "S11": -0.053987230233436323, "W12": -5.9831952109721414, "S12": -6.3904193053276597, "W13": -15.673658487542642, "S13": -18.386954731288441, "W21": -35.974412432249771, "S21": -35.974412432249771, "W22": -45.679542300958374, "S22": -45.862066038288482, "W31": -76.707456912170429, "S31": -77.618556555405917, "W32": -95.479949206562281, "S32": -100.47994920656228 }, "geometry": { "type": "Point", "coordinates": [ 103786.75, 497966.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51944706548405362, "W12": -5.1012997365441812, "S12": -16.915656625634185, "W13": -23.262884057551627, "S13": -29.093308430678029, "W21": -40.279956788041659, "S21": -49.409900290866517, "W22": -33.547226475870453, "S22": -39.474287431035698, "W31": -70.42923076923077, "S31": -73.04753313385531, "W32": -86.186400521215504, "S32": -91.186400521215504 }, "geometry": { "type": "Point", "coordinates": [ 103787.0, 504099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84990990990988524, "S11": 0.84990990990988524, "W12": -1.2136877914532529, "S12": -20.070983088825315, "W13": -21.846307817785021, "S13": -21.846307817785021, "W21": -37.369208330050398, "S21": -37.807799466663703, "W22": -33.102634851699356, "S22": -39.080568991490225, "W31": -70.674949832775923, "S31": -74.518389493590306, "W32": -86.60057060453012, "S32": -91.60057060453012 }, "geometry": { "type": "Point", "coordinates": [ 103787.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54709460447433833, "S11": 0.54709460447433833, "W12": -15.287786678371557, "S12": -15.287786678371557, "W13": -21.786773522056933, "S13": -22.787473464544178, "W21": -38.334481321284535, "S21": -41.023766229300222, "W22": -34.182313753256295, "S22": -40.168619429757705, "W31": -70.715384615384622, "S31": -74.760429147723926, "W32": -86.668725175202155, "S32": -91.668725175202155 }, "geometry": { "type": "Point", "coordinates": [ 103787.0, 514400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10061031284540339, "S11": -0.60061031284540345, "W12": -2.4256317494600435, "S12": -13.023323950210774, "W13": -18.504189861116672, "S13": -18.504189861116672, "W21": -32.056787453745564, "S21": -32.056787453745564, "W22": -37.920939590555406, "S22": -41.123847001736713, "W31": -65.546762802864876, "S31": -75.987814029449311, "W32": -99.589745095735935, "S32": -104.58974509573594 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 507615.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5039944033696031, "S12": -4.5039944033696031, "W13": -20.0, "S13": -20.0, "W21": -34.206993856643599, "S21": -34.206993856643599, "W22": -60.299596944004435, "S22": -60.299596944004435, "W31": -75.308740334041659, "S31": -75.308740334041659, "W32": -88.262712866735114, "S32": -93.262712866735114 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 507785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.030031612223393, "W13": -30.811250966103565, "S13": -30.811250966103565, "W21": -39.067814290026362, "S21": -39.067814290026362, "W22": -54.431913116123646, "S22": -54.431913116123646, "W31": -75.239998, "S31": -75.239998, "W32": -86.882492383954698, "S32": -91.882492383954698 }, "geometry": { "type": "Point", "coordinates": [ 103788.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35015284609978925, "S11": -0.35015284609978925, "W12": -10.775794033671358, "S12": -20.77579403367136, "W13": -22.69977829774184, "S13": -22.69977829774184, "W21": -34.448594186152718, "S21": -34.448594186152718, "W22": -48.156973467749744, "S22": -48.156973467749744, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103789.0, 507990.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8300249205121597, "W12": -5.0, "S12": -5.0, "W13": -21.484803503362464, "S13": -21.484803503362464, "W21": -35.121231313690579, "S21": -36.412638558631855, "W22": -44.867662010688349, "S22": -44.867662010688349, "W31": -79.840010405827272, "S31": -79.876747409932676, "W32": -98.612889874543626, "S32": -103.61288987454363 }, "geometry": { "type": "Point", "coordinates": [ 103789.0, 508683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12601626016260137, "S11": 0.12601626016260137, "W12": -5.1025178543971563, "S12": -7.5509472964974851, "W13": -24.921624718419316, "S13": -25.503662694595754, "W21": -38.737186265870285, "S21": -38.737186265870285, "W22": -49.999999999999993, "S22": -51.507841148309119, "W31": -79.434848772554801, "S31": -79.434848772554801, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103789.0, 509610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6244740504669535, "S12": -5.6244740504669535, "W13": -18.485832017636056, "S13": -18.485832017636056, "W21": -44.118029856158671, "S21": -44.118029856158671, "W22": -55.383650200485526, "S22": -95.383650200485533, "W31": -101.48657182272238, "S31": -101.48657182272238, "W32": -107.25336451196179, "S32": -112.25336451196179 }, "geometry": { "type": "Point", "coordinates": [ 103789.545454545455868, 520521.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0943929377363975, "S11": -0.96449634634469605, "W12": -11.719460143399409, "S12": -11.719460143399409, "W13": -20.0, "S13": -20.333677235030358, "W21": -35.752887968528348, "S21": -38.240663147850562, "W22": -52.432048582202853, "S22": -70.965938562556488, "W31": -105.14826977994288, "S31": -105.14826977994288, "W32": -105.67776834959695, "S32": -110.67776834959695 }, "geometry": { "type": "Point", "coordinates": [ 103790.0, 505343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6111696577447612, "S11": -2.4011604407452802, "W12": -11.40002822400449, "S12": -11.40002822400449, "W13": -21.457309531550251, "S13": -24.54021206973626, "W21": -43.317423110517623, "S21": -43.816677132835174, "W22": -51.54907975460123, "S22": -52.848487571125524, "W31": -79.624556607018107, "S31": -79.624556607018107, "W32": -94.486472945891776, "S32": -99.486472945891776 }, "geometry": { "type": "Point", "coordinates": [ 103790.557377049175557, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0002408643589567605, "S11": -0.0002408643589567605, "W12": -10.02267791249341, "S12": -10.02267791249341, "W13": -15.0, "S13": -17.551167449455413, "W21": -37.409901284997026, "S21": -39.972128359232833, "W22": -45.666212892866007, "S22": -45.666212892866007, "W31": -82.910833253794067, "S31": -84.29990094625775, "W32": -98.658292475266691, "S32": -103.65829247526669 }, "geometry": { "type": "Point", "coordinates": [ 103791.0, 501844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0308735493392314, "S11": -0.96912645066076863, "W12": -12.722290532232567, "S12": -12.722290532232567, "W13": -24.890022675736965, "S13": -27.98904487195227, "W21": -34.245812304872366, "S21": -42.153363986588452, "W22": -33.001600408543766, "S22": -38.959998252483309, "W31": -70.628294314381279, "S31": -74.264011242361249, "W32": -86.538439537777251, "S32": -91.538439537777251 }, "geometry": { "type": "Point", "coordinates": [ 103791.0, 505731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24184862143652097, "S11": -0.24184862143652097, "W12": -4.8250731143177177, "S12": -19.301124471279351, "W13": -21.417673797062296, "S13": -21.417673797062296, "W21": -35.131218232812152, "S21": -35.131218232812152, "W22": -55.631597610539806, "S22": -92.066717062357824, "W31": -101.00134989645305, "S31": -101.00134989645305, "W32": -106.87709515477572, "S32": -111.87709515477572 }, "geometry": { "type": "Point", "coordinates": [ 103791.0, 507137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3604353386491066, "S11": -0.62760557401808681, "W12": -10.264796107784433, "S12": -10.264796107784433, "W13": -19.838842111491459, "S13": -26.8032650517723, "W21": -39.113087973770263, "S21": -41.470579927519253, "W22": -38.665282236513669, "S22": -39.129013551149264, "W31": -68.530738494265208, "S31": -77.101276620174204, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103791.2, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83914314263378376, "S11": 0.83914314263378376, "W12": -10.298135050476835, "S12": -10.298135050476835, "W13": -22.464844690077179, "S13": -22.464844690077179, "W21": -35.993360128150975, "S21": -35.993360128150975, "W22": -33.893409611344346, "S22": -39.711849823673184, "W31": -70.0, "S31": -71.472898799313896, "W32": -85.491974262787181, "S32": -90.491974262787181 }, "geometry": { "type": "Point", "coordinates": [ 103791.25, 504904.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.183503002855172, "S12": -17.566008614527451, "W13": -22.048293468157709, "S13": -22.048293468157709, "W21": -34.160143410841926, "S21": -34.160143410841926, "W22": -44.280167364016741, "S22": -47.100952869305956, "W31": -68.50932005237992, "S31": -68.50932005237992, "W32": -89.757875561500327, "S32": -94.757875561500327 }, "geometry": { "type": "Point", "coordinates": [ 103791.5, 507944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7716063306665046, "S11": 2.1320218373480802, "W12": -11.409873168132146, "S12": -11.409873168132146, "W13": -16.864936610671595, "S13": -20.497321905717367, "W21": -49.414082214083599, "S21": -59.03437808070052, "W22": -48.119112614864086, "S22": -57.311403610776253, "W31": -67.224354968750006, "S31": -67.93037348726844, "W32": -91.764671932457162, "S32": -96.764671932457162 }, "geometry": { "type": "Point", "coordinates": [ 103791.8, 500919.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5316253946666127, "S11": 1.9454616975619725, "W12": -11.40197665867305, "S12": -11.513961225830066, "W13": -16.828424625043198, "S13": -20.46896485855536, "W21": -50.121253598488288, "S21": -59.677171740977371, "W22": -54.438887168219367, "S22": -74.03506122813053, "W31": -100.0, "S31": -100.0, "W32": -104.84410174520107, "S32": -109.84410174520107 }, "geometry": { "type": "Point", "coordinates": [ 103791.8, 500945.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20738636363636373, "S11": 0.20738636363636373, "W12": -7.5545130132526062, "S12": -7.5545130132526062, "W13": -16.244762279646707, "S13": -18.193139725239952, "W21": -33.815828884369566, "S21": -34.248649748070903, "W22": -61.023568526274786, "S22": -61.023568526274786, "W31": -74.966219090409339, "S31": -74.966219090409339, "W32": -88.070963180821124, "S32": -93.070963180821124 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9225883908685968, "W12": -11.400269295674571, "S12": -11.527560108310226, "W13": -16.82152187985978, "S13": -20.463963764786676, "W21": -50.150474205683402, "S21": -59.697244139413172, "W22": -52.891144557227868, "S22": -72.891144557227875, "W31": -104.89638837560894, "S31": -104.89638837560894, "W32": -105.82647433177767, "S32": -110.82647433177767 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 500949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.612050606220347, "S12": -10.612050606220347, "W13": -15.00041600221868, "S13": -18.119184414588425, "W21": -38.532452557229171, "S21": -40.011154929623132, "W22": -46.908043230177078, "S22": -46.908043230177078, "W31": -78.992373111346552, "S31": -79.992373111346552, "W32": -96.42197594832821, "S32": -101.42197594832821 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 501912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11503224276590872, "S11": -0.11503224276590872, "W12": -5.2097689020052611, "S12": -19.547817644989809, "W13": -21.960272512308528, "S13": -21.962184548358604, "W21": -34.755249303380779, "S21": -34.755249303380779, "W22": -46.197071813505985, "S22": -46.197071813505985, "W31": -80.303020238138942, "S31": -80.303020238138942, "W32": -99.496288720184012, "S32": -104.49628872018401 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28365087572536801, "S11": -0.28365087572536801, "W12": -4.935326070981338, "S12": -19.361019928135178, "W13": -21.551098917786348, "S13": -21.551098917786348, "W21": -35.046213809178766, "S21": -35.046213809178766, "W22": -40.596249633753295, "S22": -44.354413036859306, "W31": -68.812315007685541, "S31": -68.812315007685541, "W32": -89.491537414015383, "S32": -94.491537414015383 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 507131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14052274190715641, "S11": 0.14052274190715641, "W12": -3.9176461784264962, "S12": -18.606275378088213, "W13": -22.054535393950427, "S13": -22.32734515197717, "W21": -34.23469619758977, "S21": -34.23469619758977, "W22": -38.757849298671154, "S22": -46.167484945201409, "W31": -65.974713195186013, "S31": -75.223235195772702, "W32": -91.033015742903345, "S32": -96.033015742903345 }, "geometry": { "type": "Point", "coordinates": [ 103792.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.61028534531325995, "W12": -7.1892598697924823, "S12": -7.1892598697924823, "W13": -20.362821605827811, "S13": -23.289063358405066, "W21": -44.637388238274269, "S21": -48.459571336458993, "W22": -53.754492184042348, "S22": -66.79737009101909, "W31": -103.97722310461447, "S31": -103.97722310461447, "W32": -106.98790835808231, "S32": -111.98790835808231 }, "geometry": { "type": "Point", "coordinates": [ 103792.008620689652162, 516619.383620689681266 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6430439488302868, "S12": -5.6430439488302868, "W13": -18.773521769582025, "S13": -18.773521769582025, "W21": -44.018432915961974, "S21": -44.275938140468405, "W22": -48.469421235399139, "S22": -48.469421235399139, "W31": -82.807168613099407, "S31": -87.040040398749468, "W32": -95.690498408938439, "S32": -100.69049840893844 }, "geometry": { "type": "Point", "coordinates": [ 103792.142857142855064, 520375.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22744701565191344, "S11": 0.22744701565191344, "W12": -4.929676210646357, "S12": -5.9596256934464531, "W13": -15.0, "S13": -16.177243276826129, "W21": -30.000000000000004, "S21": -33.0, "W22": -38.517488582359071, "S22": -39.192295257165739, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 498579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.000000000000002, "S12": -19.585963294291247, "W13": -24.172378341329676, "S13": -25.956307643633806, "W21": -39.222229575861085, "S21": -39.222229575861085, "W22": -32.349998, "S22": -36.980112219912805, "W31": -70.0, "S31": -70.0, "W32": -87.741351047371438, "S32": -92.741351047371438 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 503721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73526750968309318, "S11": 0.73526750968309318, "W12": -5.0, "S12": -14.943802465666819, "W13": -24.078642640224199, "S13": -24.078642640224199, "W21": -34.554119651133959, "S21": -38.526678189387184, "W22": -38.667141800056335, "S22": -39.102607861130295, "W31": -68.437209302325726, "S31": -77.203744380932207, "W32": -89.846153846153854, "S32": -94.846153846153854 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 505975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73461372938623659, "S11": 0.73461372938623659, "W12": -4.8353482725479289, "S12": -14.993052603270417, "W13": -23.732206739592456, "S13": -23.732206739592456, "W21": -34.563735485136291, "S21": -38.632709970066969, "W22": -46.64371781878129, "S22": -46.64371781878129, "W31": -79.557283095457976, "S31": -80.557283095457976, "W32": -97.527097191235683, "S32": -102.52709719123568 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29834248627059412, "S11": 0.085716085614677223, "W12": -3.4639994338643474, "S12": -6.8588116761044171, "W13": -17.265156662457912, "S13": -17.265156662457912, "W21": -32.511729542950533, "S21": -32.511729542950533, "W22": -33.65910158653049, "S22": -39.521323244918953, "W31": -70.354581939799331, "S31": -72.725182059311038, "W32": -86.143120810856814, "S32": -91.143120810856814 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75734928816082114, "S11": -0.75734928816082114, "W12": -5.0, "S12": -5.0, "W13": -20.504531860357346, "S13": -20.504531860357346, "W21": -34.529646699687255, "S21": -36.688529758158019, "W22": -33.066637598458421, "S22": -37.528184026547997, "W31": -70.0, "S31": -70.0, "W32": -87.836499759092476, "S32": -92.836499759092476 }, "geometry": { "type": "Point", "coordinates": [ 103793.0, 508525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.574575474202262, "W12": -10.490092903754249, "S12": -10.490092903754249, "W13": -16.040541054921086, "S13": -19.202551512860332, "W21": -41.831066108579435, "S21": -51.791779944925572, "W22": -48.933901667091448, "S22": -50.774806179955114, "W31": -80.311263464294456, "S31": -80.311263464294456, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103793.666666666671517, 501413.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89823357151224081, "S11": -0.10176642848775919, "W12": -11.408484103284735, "S12": -11.408484103284735, "W13": -25.0, "S13": -27.330026962139836, "W21": -34.27873043732103, "S21": -42.357323766958224, "W22": -53.035175183492591, "S22": -62.837649453167195, "W31": -100.0, "S31": -100.0, "W32": -103.35534424741957, "S32": -108.35534424741957 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32164835015554327, "S11": -0.32164835015554327, "W12": -3.8843335426761278, "S12": -3.8843335426761278, "W13": -19.159156727076244, "S13": -19.159156727076244, "W21": -33.723490360799381, "S21": -33.723490360799381, "W22": -33.584057817156499, "S22": -39.440910395665334, "W31": -70.376354515050167, "S31": -72.880409376615773, "W32": -86.196328248318139, "S32": -91.196328248318139 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 507691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7466034070743808, "S12": -10.498808743851978, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -57.455456925729621, "W31": -67.562154034434215, "S31": -67.562154034434215, "W32": -91.113313691639931, "S32": -96.113313691639931 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 510516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25107765553625427, "S11": 0.25107765553625427, "W12": -8.0871030495657177, "S12": -16.890549845581347, "W13": -30.27740973832395, "S13": -30.27740973832395, "W21": -40.0, "S21": -40.0, "W22": -38.655084718990246, "S22": -49.614219076201941, "W31": -65.47768607456949, "S31": -75.697790424898727, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 510717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053396623329277082, "S11": 0.053396623329277082, "W12": -10.0, "S12": -14.367376029669622, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -37.625966413461242, "S21": -37.625966413461242, "W22": -50.0, "S22": -50.0, "W31": -100.21820521820521, "S31": -100.21820521820521, "W32": -101.56193115662769, "S32": -106.56193115662769 }, "geometry": { "type": "Point", "coordinates": [ 103794.0, 511445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2460002589832451, "S11": -1.2460002589832451, "W12": -5.0, "S12": -15.523668680136012, "W13": -19.998954683471979, "S13": -19.998954683471979, "W21": -32.378272177424492, "S21": -32.378272177424492, "W22": -47.978513086521524, "S22": -47.978513086521524, "W31": -82.967547494752708, "S31": -87.047838809264491, "W32": -95.798720102433364, "S32": -100.79872010243336 }, "geometry": { "type": "Point", "coordinates": [ 103794.2, 508225.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16768150971460449, "S11": -1.7906560718514637, "W12": -5.0, "S12": -5.0, "W13": -21.861476846028012, "S13": -21.861476846028012, "W21": -35.070626061292366, "S21": -37.111869220010114, "W22": -40.815146006391508, "S22": -44.433794164437941, "W31": -77.556847450201744, "S31": -82.367510996917431, "W32": -100.30142525017691, "S32": -105.30142525017691 }, "geometry": { "type": "Point", "coordinates": [ 103794.5, 508744.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41845040757469748, "S11": 0.41845040757469748, "W12": -9.5884470435348508, "S12": -10.380131873238945, "W13": -14.216653651164076, "S13": -18.440421731575629, "W21": -31.251216688219653, "S21": -32.44313069126401, "W22": -39.685617676817124, "S22": -53.82361274218416, "W31": -65.634989696361785, "S31": -75.67114204784248, "W32": -99.209944376951583, "S32": -104.20994437695158 }, "geometry": { "type": "Point", "coordinates": [ 103794.666666666671517, 499748.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.252330226364847, "S11": 1.752330226364847, "W12": -11.235773040120865, "S12": -11.235773040120865, "W13": -16.621508733440216, "S13": -19.700351016408852, "W21": -50.802336701839401, "S21": -59.554521997131587, "W22": -54.920613562970942, "S22": -77.430158948095411, "W31": -100.0, "S31": -100.0, "W32": -105.35680996843982, "S32": -110.35680996843982 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.039666498231430092, "W12": -0.039666498231430092, "S12": -8.5778136473806637, "W13": -21.218042293893927, "S13": -21.218042293893927, "W21": -40.0, "S21": -42.5991281880979, "W22": -47.080002, "S22": -47.080002, "W31": -78.580002, "S31": -79.580002, "W32": -95.580002, "S32": -100.580002 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71469409551982832, "S11": -0.71469409551982832, "W12": -5.2854775740990778, "S12": -9.2953205820269282, "W13": -21.128015218891193, "S13": -21.128015218891193, "W21": -36.059540840159229, "S21": -36.059540840159229, "W22": -61.296953047469657, "S22": -61.296953047469657, "W31": -88.158615577970409, "S31": -88.158615577970409, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 506981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25519961365100319, "S11": -0.25519961365100319, "W12": -5.0991107668013926, "S12": -19.470603040192646, "W13": -21.458492189635621, "S13": -21.458492189635621, "W21": -35.112792886792192, "S21": -35.112792886792192, "W22": -55.424200791257782, "S22": -55.424200791257782, "W31": -82.634287567167121, "S31": -82.634287567167121, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 507134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5947098478814072, "S11": -0.40529015211859276, "W12": -4.2967716321068004, "S12": -10.406002131800314, "W13": -24.141999669028699, "S13": -24.556474807150352, "W21": -36.13666796283637, "S21": -37.6735025905719, "W22": -34.360001, "S22": -38.481782835826394, "W31": -70.151802278405995, "S31": -70.151802278405995, "W32": -88.007388234678075, "S32": -93.007388234678075 }, "geometry": { "type": "Point", "coordinates": [ 103795.0, 509212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2859637746205981, "S11": 3.2859637746205981, "W12": -10.326599938925016, "S12": -10.326599938925016, "W13": -14.909804966113445, "S13": -17.327752048233336, "W21": -39.213455617071112, "S21": -39.491655636547186, "W22": -37.965921280208356, "S22": -41.218757364713483, "W31": -65.584022939879844, "S31": -76.005469987332319, "W32": -99.713085868671442, "S32": -104.71308586867144 }, "geometry": { "type": "Point", "coordinates": [ 103796.0, 500407.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 5.2336056172819996, "S11": 3.990668246997541, "W12": -11.227234234848742, "S12": -11.227234234848742, "W13": -17.136730129410683, "S13": -20.557746316701653, "W21": -36.601946245856759, "S21": -39.601946245856759, "W22": -45.31573560243001, "S22": -47.602001460124619, "W31": -104.13454734494604, "S31": -104.13454734494604, "W32": -104.13454734494604, "S32": -108.32185184130867 }, "geometry": { "type": "Point", "coordinates": [ 103796.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3580210088040094, "S11": -2.129726108164689, "W12": -12.817053958251281, "S12": -12.817053958251281, "W13": -20.0, "S13": -25.0, "W21": -36.367080094941841, "S21": -42.370631877836395, "W22": -60.563413131459605, "S22": -60.563413131459605, "W31": -72.12308627112418, "S31": -72.921518415152434, "W32": -89.229684124176188, "S32": -94.229684124176188 }, "geometry": { "type": "Point", "coordinates": [ 103796.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5339804121307195, "S12": -15.73989274648342, "W13": -29.140969162995596, "S13": -29.140969162995596, "W21": -38.828636032857474, "S21": -38.830393946960122, "W22": -46.538779625719982, "S22": -46.538779625719982, "W31": -79.752528481671618, "S31": -80.282849528044977, "W32": -97.886238768385454, "S32": -102.88623876838545 }, "geometry": { "type": "Point", "coordinates": [ 103796.0, 510356.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6161518446053611, "S12": -5.6161518446053611, "W13": -18.393027700519568, "S13": -18.393027700519568, "W21": -44.141188872523657, "S21": -44.141188872523657, "W22": -32.928882058748847, "S22": -38.827770675770964, "W31": -70.597190635451511, "S31": -74.964630920052556, "W32": -86.634592347309365, "S32": -91.634592347309365 }, "geometry": { "type": "Point", "coordinates": [ 103796.363636363632395, 520570.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6717039941233374, "S12": -5.6717039941233374, "W13": -20.0, "S13": -20.0, "W21": -46.487246326753294, "S21": -52.247346754736554, "W22": -42.761569842863679, "S22": -42.761569842863679, "W31": -69.848460979484599, "S31": -70.525444779190053, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103796.857142857144936, 518128.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50161583639689111, "S11": -0.49838416360310878, "W12": -0.49838416360310878, "S12": -9.40214054046786, "W13": -21.749640922208744, "S13": -21.749640922208744, "W21": -40.0, "S21": -41.667578861872549, "W22": -61.90372428350463, "S22": -61.90372428350463, "W31": -74.723531697241697, "S31": -74.723531697241697, "W32": -87.836186779819585, "S32": -92.836186779819585 }, "geometry": { "type": "Point", "coordinates": [ 103797.0, 506569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65025289778714435, "S11": 0.65025289778714435, "W12": -3.3252205870708904, "S12": -19.607753025212112, "W13": -19.607753025212112, "S13": -19.607753025212112, "W21": -34.269232561300583, "S21": -34.269232561300583, "W22": -60.103312663006626, "S22": -60.103312663006626, "W31": -70.0, "S31": -70.732489096334831, "W32": -94.61692015209124, "S32": -99.61692015209124 }, "geometry": { "type": "Point", "coordinates": [ 103797.0, 507299.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8723408856142942, "S12": -18.38792931444646, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -39.9551494429775, "S22": -44.60765641555431, "W31": -65.879658236006264, "S31": -73.372339888043001, "W32": -96.459460771024894, "S32": -101.45946077102489 }, "geometry": { "type": "Point", "coordinates": [ 103797.0, 510581.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6350206874646247, "S12": -5.6350206874646247, "W13": -18.686968416980459, "S13": -18.686968416980459, "W21": -44.040954623136322, "S21": -44.151966303488472, "W22": -44.363738363317701, "S22": -44.363738363317701, "W31": -83.006896652864839, "S31": -87.606540780978733, "W32": -97.492374992309607, "S32": -102.49237499230961 }, "geometry": { "type": "Point", "coordinates": [ 103797.714285714289872, 520420.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8360288565047647, "S12": -8.8360288565047647, "W13": -16.467713534446034, "S13": -18.299180320689331, "W21": -30.090193065627322, "S21": -30.93209423332852, "W22": -40.000000000000007, "S22": -42.229950802921152, "W31": -67.304276540510998, "S31": -67.304276540510998, "W32": -97.655170869253894, "S32": -102.65517086925389 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 497247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.080894302554027, "S12": -17.609366753890221, "W13": -25.127267923840758, "S13": -25.127267923840758, "W21": -39.970313583310151, "S21": -39.970313583310151, "W22": -39.421348312537454, "S22": -41.566450992825764, "W31": -71.40437640411983, "S31": -77.438428157379747, "W32": -96.512864593956692, "S32": -101.51286459395669 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 503950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72457353197022534, "S11": 0.72457353197022534, "W12": -4.8974286918645493, "S12": -14.631017255666313, "W13": -23.805251428275135, "S13": -23.805251428275135, "W21": -34.550027919140994, "S21": -38.69918849359113, "W22": -33.151048161766042, "S22": -38.985563091413177, "W31": -70.506989966555182, "S31": -74.208497674500293, "W32": -86.499064050602001, "S32": -91.499064050602001 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45900016498927565, "S11": 0.043312355017988913, "W12": -5.0, "S12": -11.069503047351148, "W13": -24.774672824010597, "S13": -25.389625181694448, "W21": -36.346082958918984, "S21": -36.346082958918984, "W22": -34.146533544997624, "S22": -36.046880820868573, "W31": -70.207054566442139, "S31": -70.207054566442139, "W32": -88.620074285996594, "S32": -93.620074285996594 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 509512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.050101739415819, "S12": -15.050101739415819, "W13": -21.152777282758308, "S13": -21.870979900568184, "W21": -37.316912645612526, "S21": -44.850999863796027, "W22": -34.018007599227495, "S22": -39.697254662554812, "W31": -69.485772319093115, "S31": -71.217476390421794, "W32": -85.262327913550223, "S32": -90.262327913550223 }, "geometry": { "type": "Point", "coordinates": [ 103798.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9708518213800907, "S11": 4.9708518213800907, "W12": -11.105886597938184, "S12": -11.105886597938184, "W13": -16.407850647486914, "S13": -19.924234356053397, "W21": -36.86709626873651, "S21": -37.010655173688832, "W22": -33.629144988231182, "S22": -39.415145225721261, "W31": -70.320367892976591, "S31": -72.694667184442892, "W32": -86.201013316138287, "S32": -91.201013316138287 }, "geometry": { "type": "Point", "coordinates": [ 103798.2, 500635.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3928095872170436, "S11": 1.8327501989970632, "W12": -11.185412120194728, "S12": -11.185412120194728, "W13": -16.613277360560289, "S13": -18.973878944872997, "W21": -50.559904178203659, "S21": -59.106858076238005, "W22": -34.50320737077022, "S22": -37.331532958889618, "W31": -70.709396361642021, "S31": -70.709396361642021, "W32": -88.390697343113914, "S32": -93.390697343113914 }, "geometry": { "type": "Point", "coordinates": [ 103799.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31967213114754101, "S11": -0.36631300678445367, "W12": -5.7219181506832708, "S12": -16.716628144782675, "W13": -23.100343400985587, "S13": -28.557859740855118, "W21": -40.0, "S21": -49.874576271186442, "W22": -38.545787850367624, "S22": -48.322807074605109, "W31": -65.411190211323699, "S31": -75.674268006293289, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103799.0, 504110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.7704442905400226, "S12": -15.37669806241691, "W13": -18.850730262289325, "S13": -18.850730262289325, "W21": -33.763659177423122, "S21": -33.763659177423122, "W22": -49.511569490391139, "S22": -51.273554145312787, "W31": -79.892152848373144, "S31": -79.892152848373144, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103799.0, 507333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1124906421768661, "S11": 1.1124906421768661, "W12": -11.108391183834796, "S12": -11.108391183834796, "W13": -23.919766430029824, "S13": -23.919766430029824, "W21": -37.473971910239094, "S21": -37.473971910239094, "W22": -34.748510836673184, "S22": -40.457017985700475, "W31": -69.988693098384729, "S31": -70.759543623382598, "W32": -85.665432962267317, "S32": -90.665432962267317 }, "geometry": { "type": "Point", "coordinates": [ 103800.0, 505057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21793178174909456, "S11": 0.1885847531356695, "W12": -7.635081463128139, "S12": -10.93409338282701, "W13": -28.402203856749313, "S13": -28.402203856749313, "W21": -34.597942929683882, "S21": -34.602787549766511, "W22": -42.604039963788026, "S22": -50.8701175206957, "W31": -66.114472790619118, "S31": -70.946433262182211, "W32": -94.345931330230599, "S32": -99.345931330230599 }, "geometry": { "type": "Point", "coordinates": [ 103800.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4993170919498866, "S11": 0.4993170919498866, "W12": -15.046832950443058, "S12": -15.046832950443058, "W13": -21.144164388123802, "S13": -21.828147793007631, "W21": -37.287742321607674, "S21": -44.833892607323584, "W22": -40.0, "S22": -54.619030079009931, "W31": -65.877857346003069, "S31": -75.359900443105445, "W32": -86.423832228867397, "S32": -91.423832228867397 }, "geometry": { "type": "Point", "coordinates": [ 103800.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -39.292320415687335, "S22": -46.391663409184957, "W31": -62.663799174159315, "S31": -69.876064446324591, "W32": -80.127925319273444, "S32": -85.127925319273444 }, "geometry": { "type": "Point", "coordinates": [ 103800.265306122455513, 524788.408163265325129 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8879149040026033, "W12": -11.127845061113542, "S12": -11.127845061113542, "W13": -16.616116783393807, "S13": -18.523638035975335, "W21": -50.329698534673177, "S21": -58.696837018056058, "W22": -52.792007444047208, "S22": -69.022361078624812, "W31": -105.0, "S31": -105.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103801.0, 501234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10391440103571703, "S11": -0.10391440103571703, "W12": -5.0, "S12": -14.758921909499277, "W13": -24.686215347135928, "S13": -26.631761439686468, "W21": -39.970712554545457, "S21": -39.970712554545457, "W22": -47.273774366997174, "S22": -47.273774366997174, "W31": -83.094558958075453, "S31": -87.111102745164104, "W32": -95.961493082097007, "S32": -100.96149308209701 }, "geometry": { "type": "Point", "coordinates": [ 103801.0, 503997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28640607621612635, "S11": -0.28640607621612635, "W12": -5.5983221732970234, "S12": -19.80605647021407, "W13": -21.554925642090101, "S13": -21.554925642090101, "W21": -35.062183985725561, "S21": -35.062183985725561, "W22": -38.905638436204917, "S22": -41.807401957240209, "W31": -60.0, "S31": -60.0, "W32": -95.900589390962722, "S32": -100.90058939096272 }, "geometry": { "type": "Point", "coordinates": [ 103801.0, 507128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21580131993754403, "S11": 0.21580131993754403, "W12": -7.4036094567835535, "S12": -27.403609456783549, "W13": -28.880334954078876, "S13": -28.880334954078876, "W21": -35.022325988441956, "S21": -35.028131355440621, "W22": -41.88615054618613, "S22": -52.841142191967251, "W31": -66.01390865914486, "S31": -71.868964817890912, "W32": -94.923621281201918, "S32": -99.923621281201918 }, "geometry": { "type": "Point", "coordinates": [ 103801.0, 510180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25965600806365141, "S11": -0.25965600806365141, "W12": -10.0, "S12": -12.72286617492097, "W13": -30.18204151485039, "S13": -30.18204151485039, "W21": -39.591290433646748, "S21": -39.591290433646748, "W22": -42.37564700462238, "S22": -42.37564700462238, "W31": -69.621756650778451, "S31": -71.021523254326951, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103801.0, 510825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.96020764234383638, "W12": -10.248326708433016, "S12": -10.248326708433016, "W13": -15.806332789559544, "S13": -18.426714460479328, "W21": -38.910836675635885, "S21": -48.954190696938696, "W22": -39.284122662639369, "S22": -52.467401216204387, "W31": -65.378065317240285, "S31": -73.708628791776803, "W32": -80.083878787878504, "S32": -85.083878787878504 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 501481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.9775215922658846, "S12": -7.9775215922658846, "W13": -19.086879751770457, "S13": -22.517992707842286, "W21": -35.663003944144727, "S21": -38.278565638435715, "W22": -41.290690833641584, "S22": -41.290690833641584, "W31": -66.852088375011789, "S31": -69.241547383357229, "W32": -94.031488884213957, "S32": -99.031488884213957 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 503223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.32203849198349976, "W12": -7.7519755479349932, "S12": -17.401007805999509, "W13": -22.00027820695755, "S13": -23.89978801087916, "W21": -38.072966345367405, "S21": -43.329748115132105, "W22": -34.989574076277805, "S22": -40.954505457260609, "W31": -70.648511705685621, "S31": -76.277598610649193, "W32": -86.795385926648379, "S32": -91.795385926648379 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 504187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0611554303347339, "S11": -1.0180425646527347, "W12": -10.400516795865633, "S12": -10.400516795865633, "W13": -25.0, "S13": -28.202833609202138, "W21": -34.207528039696051, "S21": -42.078416380156241, "W22": -50.13526559909333, "S22": -50.13526559909333, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -101.43595141700405, "S32": -106.43595141700405 }, "geometry": { "type": "Point", "coordinates": [ 103802.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8125218392173148, "S11": -1.2361510803806826, "W12": -7.9164107516447064, "S12": -7.9164107516447064, "W13": -20.693242786697581, "S13": -24.101561265437105, "W21": -44.618262641004598, "S21": -44.618262641004598, "W22": -47.850204598111866, "S22": -47.850204598111866, "W31": -82.732899198105585, "S31": -87.189381845111527, "W32": -95.846864278814564, "S32": -100.84686427881456 }, "geometry": { "type": "Point", "coordinates": [ 103802.08, 516137.76 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60063662070885415, "S11": 0.60063662070885415, "W12": -9.8261006619733102, "S12": -10.665461621567967, "W13": -12.616182520674604, "S13": -13.288615766255649, "W21": -30.0, "S21": -32.784487776484283, "W22": -38.617892480796719, "S22": -39.027640140544378, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 499511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.452966073510507, "S11": 3.4914268682509109, "W12": -11.337613808144999, "S12": -14.337613808144997, "W13": -16.985226810776574, "S13": -20.554655573318382, "W21": -39.784930179821771, "S21": -49.779242929955444, "W22": -38.384075542952822, "S22": -39.888758316749232, "W31": -66.616217477070052, "S31": -69.094449427729131, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 500777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34875494401426099, "S11": -0.34875494401426099, "W12": -5.0, "S12": -15.0, "W13": -23.973157442251992, "S13": -28.009179812308101, "W21": -39.98151260522696, "S21": -45.361619177163014, "W22": -33.800293509964114, "S22": -39.539276218422515, "W31": -70.236387959866221, "S31": -72.266664259556052, "W32": -86.108987982964038, "S32": -91.108987982964038 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 504048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48635173527937159, "S11": -0.48635173527937159, "W12": -5.0, "S12": -15.357084773286788, "W13": -23.519065731238452, "S13": -28.866290491820124, "W21": -39.990560965974367, "S21": -47.827284129816178, "W22": -33.007733850254304, "S22": -38.881448015482803, "W31": -70.534983277591977, "S31": -75.193800827990074, "W32": -86.612283274080511, "S32": -91.612283274080511 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 504080.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48846860899114253, "S11": -0.4893083900819144, "W12": -5.0, "S12": -15.362578385183509, "W13": -23.512079704915166, "S13": -28.879476809966462, "W21": -39.990737726911171, "S21": -47.861924167589137, "W22": -47.98125523012552, "S22": -52.244298847214736, "W31": -68.151316529009222, "S31": -68.151316529009222, "W32": -89.984088701354679, "S32": -94.984088701354679 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23494763393513754, "S11": 0.23494763393513754, "W12": -4.1085292773244513, "S12": -11.134223153766786, "W13": -21.702488162379005, "S13": -22.907207840450347, "W21": -38.604373265717669, "S21": -38.604373265717669, "W22": -61.488259967142888, "S22": -61.488259967142888, "W31": -87.978473139763452, "S31": -87.978473139763452, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103803.0, 506903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6078296387437758, "S12": -5.6078296387437758, "W13": -18.300223383403193, "S13": -18.300223383403193, "W21": -44.164347888888585, "S21": -44.164347888888585, "W22": -39.754691210210495, "S22": -51.573682877348304, "W31": -65.5153932233912, "S31": -75.636407670514373, "W32": -99.966251083680802, "S32": -104.9662510836808 }, "geometry": { "type": "Point", "coordinates": [ 103803.181818181823473, 520619.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6269974260989839, "S12": -5.6269974260989839, "W13": -18.600415064379, "S13": -18.600415064379, "W21": -44.063476330310664, "S21": -44.063476330310664, "W22": -47.37536101339807, "S22": -48.147575399857871, "W31": -102.46956859140498, "S31": -102.46956859140498, "W32": -102.55214910051002, "S32": -107.55214910051002 }, "geometry": { "type": "Point", "coordinates": [ 103803.285714285710128, 520466.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82419234640404504, "S11": 0.82419234640404504, "W12": -5.9547164976262401, "S12": -8.0923783440075869, "W13": -15.0, "S13": -16.245447913697564, "W21": -30.0, "S21": -36.208935671793611, "W22": -53.012552301255234, "S22": -53.012552301255234, "W31": -96.929771795932183, "S31": -96.929771795932183, "W32": -100.84995183044316, "S32": -105.84995183044316 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87624113369892132, "S11": 0.87624113369892132, "W12": -6.0356805675442384, "S12": -6.9032803405724206, "W13": -15.000000000000002, "S13": -16.522848598744886, "W21": -30.0, "S21": -36.236607525499274, "W22": -56.209237773828306, "S22": -66.209237773828306, "W31": -79.422279840331456, "S31": -79.422279840331456, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 499019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1430337707344367, "S11": 1.1430337707344367, "W12": -9.116130007872373, "S12": -9.2731800806368856, "W13": -20.598929770332703, "S13": -24.671639411633137, "W21": -37.48889553088528, "S21": -38.538858298163035, "W22": -50.0, "S22": -55.232294527109012, "W31": -67.984116131023285, "S31": -67.984116131023285, "W32": -90.267885831295644, "S32": -95.267885831295644 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 503426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.7941320318311336, "S12": -16.018869785619628, "W13": -20.923451116524991, "S13": -21.787305156110563, "W21": -38.852098080535924, "S21": -38.852098080535924, "W22": -39.817205189872681, "S22": -48.127517804559233, "W31": -65.777349136217481, "S31": -74.059573608994938, "W32": -97.19527806504081, "S32": -102.19527806504081 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 506853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6632960413080893, "S11": -2.0364260272301915, "W12": -10.0, "S12": -10.0, "W13": -21.320754041525912, "S13": -25.156707479971146, "W21": -43.735035171145988, "S21": -43.96302145980129, "W22": -39.268445549733748, "S22": -52.455546127156666, "W31": -65.395638591689604, "S31": -73.709764269264383, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103804.0, 515205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48241967048593526, "S11": 0.48241967048593526, "W12": -8.8104125001294893, "S12": -8.8104125001294893, "W13": -12.646776351026714, "S13": -13.731268607510611, "W21": -37.138828144477458, "S21": -44.105619872946725, "W22": -38.606310781792487, "S22": -40.423841843642577, "W31": -60.0, "S31": -60.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103804.4, 500144.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.080934796904243989, "S12": -14.08817214637331, "W13": -22.074635600520118, "S13": -22.074635600520118, "W21": -34.97718218306521, "S21": -40.716525382169081, "W22": -33.586104292392307, "S22": -36.395604662897, "W31": -69.656940355926892, "S31": -69.656940355926892, "W32": -88.832505121453465, "S32": -93.832505121453465 }, "geometry": { "type": "Point", "coordinates": [ 103805.0, 506192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11343113387477451, "S11": 0.11343113387477451, "W12": -7.6098660617376712, "S12": -19.489464194796767, "W13": -28.803398348689718, "S13": -28.803398348689718, "W21": -34.156844486159905, "S21": -34.164049332953027, "W22": -44.069364218275183, "S22": -47.347594236345856, "W31": -66.239516405100119, "S31": -69.482385045000015, "W32": -93.433860146093849, "S32": -98.433860146093849 }, "geometry": { "type": "Point", "coordinates": [ 103805.0, 510122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3200665514008536, "S11": -1.3200665514008536, "W12": -5.6488815121077325, "S12": -16.439935459201944, "W13": -20.0, "S13": -20.0, "W21": -31.961047094193567, "S21": -31.961047094193567, "W22": -44.309745833207302, "S22": -44.309745833207302, "W31": -82.871262153957403, "S31": -87.340966218388971, "W32": -97.625848422589598, "S32": -102.6258484225896 }, "geometry": { "type": "Point", "coordinates": [ 103805.4, 508179.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1078037239132279, "S11": 1.1078037239132279, "W12": -11.306585327047106, "S12": -12.222156567130869, "W13": -24.11767457832153, "S13": -24.11767457832153, "W21": -37.25188212069235, "S21": -37.252837108806759, "W22": -46.840284355627901, "S22": -46.840284355627901, "W31": -79.03720723706968, "S31": -80.03720723706968, "W32": -96.431106666391329, "S32": -101.43110666639133 }, "geometry": { "type": "Point", "coordinates": [ 103805.666666666671517, 505090.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30503275422487691, "S11": 0.30503275422487691, "W12": -10.302072864321609, "S12": -10.302072864321609, "W13": -20.06570627018576, "S13": -28.464721960306875, "W21": -40.701728777023213, "S21": -41.34588898374156, "W22": -46.670090425768407, "S22": -46.670090425768407, "W31": -79.409828637524143, "S31": -80.409828637524143, "W32": -97.167042542279603, "S32": -102.1670425422796 }, "geometry": { "type": "Point", "coordinates": [ 103805.75, 513215.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.032346811754339302, "S11": -0.032346811754339302, "W12": -4.801164294954722, "S12": -4.801164294954722, "W13": -15.110922337459312, "S13": -15.880325848836025, "W21": -29.999999999999996, "S21": -31.851386646006212, "W22": -43.569363277533313, "S22": -44.864456922360546, "W31": -80.0, "S31": -80.0, "W32": -100.12856951076847, "S32": -105.12856951076847 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 498367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.699630787473723, "W13": -22.423305746667996, "S13": -25.120990085837079, "W21": -38.366118701964133, "S21": -38.758759121401965, "W22": -44.016819959607496, "S22": -44.016819959607496, "W31": -70.0, "S31": -70.613296047641157, "W32": -95.086956449304694, "S32": -100.08695644930469 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 503584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.223992502343018, "S12": -22.037540413437732, "W13": -25.046564226984767, "S13": -25.545898409643542, "W21": -40.0, "S21": -40.603266417148689, "W22": -50.0, "S22": -51.683064796979458, "W31": -79.670659150991881, "S31": -79.670659150991881, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 503874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4680821275339198, "S11": -2.2050541553208167, "W12": -15.0, "S12": -15.0, "W13": -19.989520907544549, "S13": -24.881509562401106, "W21": -36.468032778340699, "S21": -43.062615146594055, "W22": -47.305838806572574, "S22": -47.305838806572574, "W31": -82.884936225176261, "S31": -87.211046636972696, "W32": -95.968723793851666, "S32": -100.96872379385167 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 505522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29031926595834473, "S11": -0.29031926595834473, "W12": -6.0003568468145243, "S12": -20.076239064082149, "W13": -21.607388075628268, "S13": -21.607388075628268, "W21": -35.035323822861166, "S21": -35.035323822861166, "W22": -50.173312883434399, "S22": -51.294832485005102, "W31": -79.527160829328878, "S31": -79.527160829328878, "W32": -93.723632450084807, "S32": -98.723632450084807 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 507124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5465931012641221, "S12": -22.201067021251657, "W13": -22.201067021251657, "S13": -22.201067021251657, "W21": -34.382359167025527, "S21": -34.382359167025527, "W22": -50.0, "S22": -50.0, "W31": -100.43614133614145, "S31": -100.43614133614145, "W32": -101.60702044966304, "S32": -106.60702044966304 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 507232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5584148224395262, "S12": -6.4485663375910418, "W13": -20.347507623075725, "S13": -20.347507623075725, "W21": -33.767998526696829, "S21": -33.767998526696829, "W22": -50.000000000000007, "S22": -58.325978670413619, "W31": -67.401989857628507, "S31": -67.401989857628507, "W32": -91.24644779007204, "S32": -96.24644779007204 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 507834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23612503153115283, "S11": 0.23612503153115283, "W12": -5.3712320896229659, "S12": -5.3712320896229659, "W13": -25.071085358959866, "S13": -26.071085358959866, "W21": -38.217331119363948, "S21": -38.217331119363948, "W22": -36.765171273326956, "S22": -38.7087537448391, "W31": -67.90708870682613, "S31": -70.115384656728025, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 509761.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -12.953108535300316, "W13": -30.077840344484926, "S13": -30.077840344484926, "W21": -39.401709586353249, "S21": -39.401709586353249, "W22": -52.273372839022485, "S22": -62.131523247137231, "W31": -105.83697295481271, "S31": -105.83697295481271, "W32": -105.83697295481271, "S32": -109.68296395949869 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -12.520491803278688, "W13": -30.188252180633761, "S13": -30.188252180633761, "W21": -39.088493454894554, "S21": -39.088493454894554, "W22": -66.55829114034934, "S22": -68.885072609590367, "W31": -79.645267688574478, "S31": -85.103470638954448, "W32": -96.309313854000337, "S32": -101.30931385400034 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 510956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11363223394527801, "S11": 0.11363223394527801, "W12": -10.995756838262526, "S12": -10.995756838262526, "W13": -16.693061187394445, "S13": -17.97391335678909, "W21": -36.531643877070664, "S21": -36.905702923763037, "W22": -49.125211419199431, "S22": -52.896234317200722, "W31": -79.272715984393272, "S31": -79.272715984393272, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.0, 511957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41585546939467216, "S11": -0.1871550587530913, "W12": -5.0, "S12": -10.39693702141162, "W13": -24.748606348652093, "S13": -25.396826887783973, "W21": -36.442795584519622, "S21": -36.442795584519622, "W22": -58.842782115542065, "S22": -66.030603675980245, "W31": -79.490323623630275, "S31": -79.490323623630275, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103806.333333333328483, 509494.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75378432637728898, "S11": 0.72633867420337594, "W12": -7.2329908074243221, "S12": -9.1693916139662726, "W13": -25.0, "S13": -25.0, "W21": -34.378711364827687, "S21": -42.971198533051059, "W22": -40.958942096682179, "S22": -40.958942096682179, "W31": -71.159801343215435, "S31": -71.763728788842002, "W32": -95.1270140062623, "S32": -100.1270140062623 }, "geometry": { "type": "Point", "coordinates": [ 103806.75, 505874.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013237817035285399, "S11": 0.013237817035285399, "W12": -6.5710290343081468, "S12": -6.5710290343081468, "W13": -16.007444470964305, "S13": -18.424216930078636, "W21": -36.645595341436959, "S21": -36.694471414821471, "W22": -43.071754237449625, "S22": -44.443904784736368, "W31": -79.921362625944269, "S31": -83.25629372240914, "W32": -100.3585451007326, "S32": -105.3585451007326 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 497802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.17424709210939984, "S12": -12.149347252508097, "W13": -20.850391123848382, "S13": -20.850391123848382, "W21": -38.281477175377951, "S21": -42.111640386902387, "W22": -38.638144260700159, "S22": -38.716502746048249, "W31": -67.474389858280574, "S31": -74.174875081041932, "W32": -88.153155649138355, "S32": -93.153155649138355 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 506384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.6069169477191454, "S12": -12.636822612032795, "W13": -21.336343100207841, "S13": -21.606959826659526, "W21": -39.296132133068532, "S21": -39.296132133068532, "W22": -38.591580219646779, "S22": -39.274515400431, "W31": -67.083745843754116, "S31": -70.936914248364289, "W32": -87.3275336621045, "S32": -92.3275336621045 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 506763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97502126438122638, "S11": -0.97502126438122638, "W12": -7.1172687536916701, "S12": -17.802473224982375, "W13": -20.0, "S13": -20.0, "W21": -32.620817294983361, "S21": -32.620817294983361, "W22": -45.084811715481166, "S22": -48.145491675887321, "W31": -68.334987861304583, "S31": -68.334987861304583, "W32": -89.791476191528119, "S32": -94.791476191528119 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 508146.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85278489069812835, "S11": -0.85278489069812835, "W12": -5.0, "S12": -8.9823008849557517, "W13": -20.132561881071066, "S13": -20.132561881071066, "W21": -34.107303044425443, "S21": -37.107303044425443, "W22": -46.458894087150782, "S22": -46.458894087150782, "W31": -79.851517089002968, "S31": -80.362218634781797, "W32": -98.02350389660117, "S32": -103.02350389660117 }, "geometry": { "type": "Point", "coordinates": [ 103807.0, 508466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6588469150043759, "S12": -5.6588469150043759, "W13": -20.0, "S13": -20.0, "W21": -46.216339254907332, "S21": -52.260952875606534, "W22": -34.714707622422438, "S22": -40.330032912149413, "W31": -69.864317180616737, "S31": -70.493176412896275, "W32": -85.683005787523058, "S32": -90.683005787523058 }, "geometry": { "type": "Point", "coordinates": [ 103807.142857142855064, 518086.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40244159764657111, "S11": 0.40244159764657111, "W12": -9.2459389213774319, "S12": -10.027930373268553, "W13": -13.809112228036005, "S13": -18.737403475890247, "W21": -31.844685756719077, "S21": -32.871721525364215, "W22": -34.043520595966243, "S22": -39.696195818709498, "W31": -70.105752508361206, "S31": -71.811834161757787, "W32": -85.987849228005061, "S32": -90.987849228005061 }, "geometry": { "type": "Point", "coordinates": [ 103807.333333333328483, 499787.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.1046269398364044, "S12": -19.384782619892672, "W13": -21.692853163037327, "S13": -21.692853163037327, "W21": -39.489793965259494, "S21": -39.557246046812345, "W22": -33.630729106534062, "S22": -39.315602547394796, "W31": -70.261270903010029, "S31": -73.415768616037298, "W32": -86.249982192128229, "S32": -91.249982192128229 }, "geometry": { "type": "Point", "coordinates": [ 103807.5, 506724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51622947725986035, "W12": -5.1848814671239003, "S12": -15.232492770228806, "W13": -23.410057550366677, "S13": -29.14211033200251, "W21": -39.994449706584177, "S21": -48.342472305454237, "W22": -62.102602698796261, "S22": -62.102602698796261, "W31": -74.805611933521661, "S31": -74.805611933521661, "W32": -87.779674060303549, "S32": -92.779674060303549 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 504088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0006887052341598, "S11": 0.50068870523415976, "W12": -8.9938725571904392, "S12": -17.01395987094438, "W13": -20.176363024794242, "S13": -22.062659129523333, "W21": -36.287606721343273, "S21": -38.918827466522082, "W22": -38.65724111624457, "S22": -39.878930099931402, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 504329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60715758740343229, "S11": 0.39891498080711729, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -21.785815990054672, "W21": -34.925635358040829, "S21": -34.925635358040829, "W22": -50.0, "S22": -51.635970745894468, "W31": -79.546654617587009, "S31": -79.546654617587009, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 504799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0828261357602869, "S11": 1.0828261357602869, "W12": -10.763670164214473, "S12": -10.763670164214473, "W13": -23.782906360044169, "S13": -23.782906360044169, "W21": -37.192607502473471, "S21": -37.192607502473471, "W22": -58.25184262431226, "S22": -58.25184262431226, "W31": -90.993683947220305, "S31": -90.993683947220305, "W32": -98.971700651796922, "S32": -103.97170065179692 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 505004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2977588373475841, "S11": -1.2977588373475841, "W12": -5.0, "S12": -15.983093799902798, "W13": -20.0, "S13": -20.0, "W21": -32.046534801212012, "S21": -32.169432914419559, "W22": -39.705512529028226, "S22": -39.705512529028226, "W31": -67.751152417744436, "S31": -68.153435199581224, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103808.0, 508193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6189741647333209, "S12": -5.6189741647333209, "W13": -18.513861711777437, "S13": -18.513861711777437, "W21": -44.08599803748502, "S21": -44.08599803748502, "W22": -46.083793271895395, "S22": -46.083793271895395, "W31": -80.367541320400591, "S31": -80.750934368653233, "W32": -99.626553631217988, "S32": -104.62655363121799 }, "geometry": { "type": "Point", "coordinates": [ 103808.857142857144936, 520511.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5196336315224643, "S11": 2.5196336315224643, "W12": -10.0, "S12": -10.0, "W13": -13.907362495979415, "S13": -15.779058672762735, "W21": -38.411246105897163, "S21": -38.895933222461579, "W22": -42.197722082193899, "S22": -42.197722082193899, "W31": -68.901628063072337, "S31": -70.723267729248093, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 500311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5657058429973238, "S12": -6.5657058429973238, "W13": -15.188847968345764, "S13": -20.427939734004749, "W21": -40.0, "S21": -42.92374350086655, "W22": -60.715671372419486, "S22": -60.715671372419486, "W31": -70.953906351070671, "S31": -71.913932673990971, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 502411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85167143060502493, "S11": -0.85167143060502493, "W12": -7.1881705894234873, "S12": -13.168050160579309, "W13": -21.988467235700369, "S13": -21.988467235700369, "W21": -35.943167029809594, "S21": -35.943167029809594, "W22": -46.761473015033275, "S22": -46.761473015033275, "W31": -83.036973252246923, "S31": -87.232711428833866, "W32": -96.090583308888782, "S32": -101.09058330888878 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 507010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0048170353524912279, "S11": -0.0048170353524912279, "W12": -5.0161222815230895, "S12": -5.0161222815230895, "W13": -24.933428139931827, "S13": -25.428064889548526, "W21": -38.854366656875214, "S21": -38.854366656875214, "W22": -45.017041320814954, "S22": -45.044146316613251, "W31": -76.069016837130135, "S31": -76.927023911921438, "W32": -95.42377020095681, "S32": -100.42377020095681 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 509617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13239941313927442, "S11": 0.13239941313927442, "W12": -10.907075816094386, "S12": -11.057075816094386, "W13": -16.730603845891682, "S13": -19.003921590760477, "W21": -36.573279866747981, "S21": -36.828320452661416, "W22": -40.003797711857075, "S22": -48.098087423668787, "W31": -66.16292108601462, "S31": -75.779278105742634, "W32": -90.11969996406755, "S32": -95.11969996406755 }, "geometry": { "type": "Point", "coordinates": [ 103809.0, 511938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88077816140515397, "S11": 0.88077816140515397, "W12": -6.0524531753789299, "S12": -7.1939514928137829, "W13": -15.0, "S13": -16.428281035931576, "W21": -30.0, "S21": -36.241098573654156, "W22": -39.538736399955361, "S22": -53.006106205391518, "W31": -65.697746642339126, "S31": -74.376937567856089, "W32": -81.845922077922083, "S32": -86.845922077922083 }, "geometry": { "type": "Point", "coordinates": [ 103809.176470588237862, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5464075954321499, "S11": 0.5464075954321499, "W12": -15.191841565474236, "S12": -15.191841565474236, "W13": -21.165163340255983, "S13": -21.3848810383348, "W21": -36.996844216593125, "S21": -45.246132394401364, "W22": -54.579641008027295, "S22": -54.579641008027295, "W31": -83.151323990480577, "S31": -83.151323990480606, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103809.25, 514075.0625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23865761204278033, "S11": -0.4353448236616303, "W12": -10.611066235768115, "S12": -10.611066235768115, "W13": -18.722925662443146, "S13": -22.90919126893936, "W21": -37.358736945204946, "S21": -41.136521667427175, "W22": -55.413624394153345, "S22": -55.413624394153345, "W31": -82.400027793218541, "S31": -82.400027793218541, "W32": -94.959428337745649, "S32": -99.959428337745649 }, "geometry": { "type": "Point", "coordinates": [ 103809.4, 512805.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 5.22314799452852, "S11": 4.7947807359750332, "W12": -11.256834009754099, "S12": -11.256834009754099, "W13": -16.684577297049525, "S13": -20.333456128565675, "W21": -35.907254677494365, "S21": -36.074649325295042, "W22": -60.523698904348457, "S22": -60.523698904348457, "W31": -72.752471858952489, "S31": -73.308974101940251, "W32": -89.13555376446628, "S32": -94.13555376446628 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 500678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0889911510092505, "S11": 1.0889911510092505, "W12": -11.694450502058684, "S12": -15.031957110919771, "W13": -23.504782839762527, "S13": -26.81350980824147, "W21": -36.391114445465277, "S21": -36.398650641092559, "W22": -65.282494437533941, "S22": -71.495953334924565, "W31": -79.756462749078239, "S31": -82.941002262817733, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 505202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33722472633612355, "S11": -1.3372247263361237, "W12": -1.3372247263361237, "S12": -3.0161943576507602, "W13": -18.059938350827963, "S13": -18.059938350827963, "W21": -31.948973782046235, "S21": -31.948973782046235, "W22": -60.0, "S22": -60.706672590981249, "W31": -79.567692161727535, "S31": -79.567692161727535, "W32": -95.988268233192485, "S32": -100.98826823319249 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1356846473029045, "S11": -1.3793500481481362, "W12": -5.0, "S12": -13.596153124178796, "W13": -24.293059460984615, "S13": -25.119824732993557, "W21": -36.359079284796564, "S21": -37.009567569264568, "W22": -45.959466093125961, "S22": -45.959466093125961, "W31": -80.490536346857411, "S31": -80.490536346857411, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 509265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22544900361557219, "S11": 0.22544900361557219, "W12": -5.3817910489038505, "S12": -5.9700726680564733, "W13": -25.279771999246279, "S13": -26.192905401521351, "W21": -38.09128118422003, "S21": -38.09128118422003, "W22": -33.298272011159717, "S22": -39.080394021990188, "W31": -70.36702341137125, "S31": -75.028890258736993, "W32": -86.477759075184224, "S32": -91.477759075184224 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 509771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.068987163002084018, "S11": -0.068987163002084018, "W12": -10.0, "S12": -14.361051340783455, "W13": -25.577153891859542, "S13": -25.577153891859542, "W21": -37.827858136386048, "S21": -37.827858136386048, "W22": -39.801124414909467, "S22": -50.202652456813851, "W31": -65.71689254397873, "S31": -74.183366781245056, "W32": -97.337548569764763, "S32": -102.33754856976476 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 511386.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.599507432882187, "S12": -5.599507432882187, "W13": -18.207419066286704, "S13": -18.207419066286704, "W21": -44.187506905253571, "S21": -44.187506905253571, "W22": -50.0, "S22": -50.475520540236353, "W31": -105.7566150322464, "S31": -105.7566150322464, "W32": -105.7566150322464, "S32": -109.01515552964867 }, "geometry": { "type": "Point", "coordinates": [ 103810.0, 520668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.2399328122190516, "S11": 3.5683469252699411, "W12": -11.299675493550929, "S12": -11.299675493550929, "W13": -17.005918099559377, "S13": -20.562062688188156, "W21": -36.660430895924733, "S21": -39.841975611368511, "W22": -62.42567778818453, "S22": -62.42567778818453, "W31": -82.822735902917003, "S31": -84.05402147057795, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103810.6, 500722.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20516089770228946, "S11": 0.20516089770228946, "W12": -7.6248284635114461, "S12": -11.714775138543194, "W13": -28.581267217631055, "S13": -28.581267217631055, "W21": -34.591676651318409, "S21": -34.596874543660185, "W22": -37.71957908443887, "S22": -38.546883615381063, "W31": -65.787295854586262, "S31": -76.222379506263906, "W32": -98.07896746152943, "S32": -103.07896746152943 }, "geometry": { "type": "Point", "coordinates": [ 103810.666666666671517, 510004.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 4.8027641927000717, "S11": 3.4132640476744505, "W12": -11.34171774527131, "S12": -13.02579085232092, "W13": -16.957286355773817, "S13": -20.559562743733686, "W21": -38.230826105983454, "S21": -45.025915531775738, "W22": -54.87605594792965, "S22": -54.87605594792965, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -103.71893077242997, "S32": -108.71893077242997 }, "geometry": { "type": "Point", "coordinates": [ 103811.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5, "W12": -10.46527745454884, "S12": -10.46527745454884, "W13": -16.029539967373573, "S13": -18.806284529514755, "W21": -41.193216791825684, "S21": -50.732091933376665, "W22": -50.0, "S22": -50.0, "W31": -82.234884131278662, "S31": -88.751338006480964, "W32": -95.439364986095299, "S32": -100.4393649860953 }, "geometry": { "type": "Point", "coordinates": [ 103811.0, 501420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74277680707593874, "S11": 0.74277680707593874, "W12": -6.9346385892084044, "S12": -8.9890801709267869, "W13": -25.0, "S13": -25.0, "W21": -34.368777046946384, "S21": -42.969354432686195, "W22": -46.191997154384481, "S22": -46.191997154384481, "W31": -80.221539531285003, "S31": -80.221539531285003, "W32": -99.082971549193005, "S32": -104.082971549193 }, "geometry": { "type": "Point", "coordinates": [ 103811.0, 505876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.6063282634481144, "S11": 3.5295168934396322, "W12": -11.361414913699097, "S12": -13.494193462011957, "W13": -16.934465253534061, "S13": -20.558399648182885, "W21": -39.126700000000817, "S21": -47.587051427677352, "W22": -43.023543709054032, "S22": -44.647616457300238, "W31": -80.000000000000014, "S31": -82.428054397894314, "W32": -100.19947068638169, "S32": -105.19947068638169 }, "geometry": { "type": "Point", "coordinates": [ 103811.2, 500767.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.1445205226668289, "S11": 3.437702550529194, "W12": -11.388374775734963, "S12": -11.410203921464937, "W13": -16.864710316838508, "S13": -20.533138738001867, "W21": -42.669683333332515, "S21": -52.591847404820143, "W22": -55.465505337511281, "S22": -90.465505337511274, "W31": -103.56659779816361, "S31": -103.56659779816361, "W32": -106.61335351496804, "S32": -111.61335351496804 }, "geometry": { "type": "Point", "coordinates": [ 103811.8, 500811.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45168016264482669, "S11": 0.45168016264482669, "W12": -10.0, "S12": -10.791327493225438, "W13": -14.7661077225677, "S13": -17.585119735315921, "W21": -30.237136865821352, "S21": -32.308004153365005, "W22": -53.84911112199422, "S22": -70.103113256465946, "W31": -105.2729380144465, "S31": -105.2729380144465, "W32": -105.2729380144465, "S32": -109.89008920841646 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 499663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41711633352847705, "S11": 0.41711633352847705, "W12": -8.3050742996597826, "S12": -8.5658284196544461, "W13": -12.34610588477649, "S13": -15.353592966923491, "W21": -36.811483280894493, "S21": -46.811483280894493, "W22": -53.491600959890299, "S22": -68.491600959890292, "W31": -105.45183940870149, "S31": -105.45183940870149, "W32": -105.45183940870149, "S32": -109.81864688805494 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 500086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -19.546636662534056, "W13": -23.689639625633319, "S13": -25.516092846440788, "W21": -38.931961286649475, "S21": -38.931961286649475, "W22": -46.217107223493976, "S22": -46.217107223493976, "W31": -83.189010279317586, "S31": -87.157132876498281, "W32": -96.212442823925883, "S32": -101.21244282392588 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 503691.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50374828123328563, "S11": -0.2611297675472023, "W12": -0.64570305032906394, "S12": -18.002394519090036, "W13": -22.063810979201364, "S13": -22.063810979201364, "W21": -40.0, "S21": -41.449270422378845, "W22": -44.183862122058308, "S22": -44.183862122058308, "W31": -75.056751290486815, "S31": -75.861187015963623, "W32": -95.361322917694679, "S32": -100.36132291769468 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 506591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33491918560908313, "S11": 0.099654202944210263, "W12": -4.0195912071044493, "S12": -12.924466914129917, "W13": -18.487325335040854, "S13": -18.487325335040854, "W21": -33.392149987283688, "S21": -33.392149987283688, "W22": -33.362094745640277, "S22": -39.123970069709074, "W31": -70.323478260869564, "S31": -75.10223482532831, "W32": -86.453888312681983, "S32": -91.453888312681983 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 507619.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33823362777796939, "S11": 0.33823362777796939, "W12": -10.0, "S12": -13.378212001564215, "W13": -21.67615198059822, "S13": -27.133772354653136, "W21": -37.131208124384123, "S21": -37.131208124384123, "W22": -50.0, "S22": -50.0, "W31": -100.1955656955659, "S31": -100.1955656955659, "W32": -101.44875011616034, "S32": -106.44875011616034 }, "geometry": { "type": "Point", "coordinates": [ 103812.0, 511606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5560961944066949, "S11": 2.877108165453488, "W12": -11.373091286970432, "S12": -11.373091286970432, "W13": -16.797017665673298, "S13": -20.481644992905849, "W21": -45.809564509565845, "S21": -55.621441302021665, "W22": -54.447852760736197, "S22": -55.304992254166379, "W31": -79.51217002674737, "S31": -79.51217002674737, "W32": -95.113968188532752, "S32": -100.11396818853275 }, "geometry": { "type": "Point", "coordinates": [ 103812.4, 500856.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49672221920009374, "S11": 0.49672221920009374, "W12": -15.052268624876929, "S12": -15.052268624876929, "W13": -21.100160371532766, "S13": -21.439518416694135, "W21": -37.039396495816028, "S21": -44.769570217701585, "W22": -45.621963827994783, "S22": -45.621963827994783, "W31": -83.250037344486785, "S31": -86.752668526349424, "W32": -96.336386314341325, "S32": -101.33638631434133 }, "geometry": { "type": "Point", "coordinates": [ 103812.5, 514012.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4395265054027409, "S12": -10.454397436938891, "W13": -20.788102839983008, "S13": -20.788102839983008, "W21": -34.045289768865949, "S21": -34.045289768865949, "W22": -38.867233683455403, "S22": -42.048363812503908, "W31": -60.0, "S31": -60.0, "W32": -95.996256395863512, "S32": -100.99625639586351 }, "geometry": { "type": "Point", "coordinates": [ 103812.6, 507875.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49021464646466484, "S11": 0.49021464646466484, "W12": -8.7238466056474895, "S12": -8.7238466056474895, "W13": -16.462971219510486, "S13": -18.335929626200887, "W21": -30.531268803234383, "S21": -31.362842881161669, "W22": -35.041379361667566, "S22": -40.556656549089219, "W31": -69.592951541850212, "S31": -69.67511277684163, "W32": -85.546443536642641, "S32": -90.546443536642641 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 497272.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9021267203789853, "S11": 2.3181379954346646, "W12": -11.357807798205879, "S12": -11.357807798205879, "W13": -16.72932501450806, "S13": -20.430151247809839, "W21": -48.435490435490436, "S21": -58.137079948914618, "W22": -38.413814893617371, "S22": -40.146747762789452, "W31": -66.331814948668722, "S31": -67.997675391285725, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 500901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.5, "W12": -10.077106392485781, "S12": -10.077106392485781, "W13": -15.644499184339313, "S13": -16.40904299143277, "W21": -37.954013168208185, "S21": -47.589688198257399, "W22": -34.24890011345888, "S22": -37.601894722790313, "W31": -70.0, "S31": -70.0, "W32": -88.258924795122766, "S32": -93.258924795122766 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6482156811669706, "S11": 0.62780751790166445, "W12": -10.291182575239832, "S12": -10.475387775710557, "W13": -15.119497830130191, "S13": -16.174314926909815, "W21": -36.756414684693581, "S21": -45.746564590577179, "W22": -50.478050458474641, "S22": -52.301991159574044, "W31": -87.592814337946365, "S31": -87.592814337946365, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501673.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19768082031518822, "S11": 0.17727265704988215, "W12": -10.0, "S12": -10.0, "W13": -15.000000000000002, "S13": -17.287921485446866, "W21": -37.008760956514337, "S21": -40.988018598435737, "W22": -56.950165025503935, "S22": -89.441572055108111, "W31": -101.77246013689924, "S31": -101.77246013689924, "W32": -106.92856902300205, "S32": -111.92856902300205 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0062280641387378322, "S11": 0.0062280641387378322, "W12": -10.112282551396943, "S12": -10.112282551396943, "W13": -15.0, "S13": -17.506021581401612, "W21": -37.438056335631011, "S21": -39.964521109175223, "W22": -60.0, "S22": -60.0, "W31": -89.573007637523759, "S31": -89.573007637523759, "W32": -97.355064880703225, "S32": -102.35506488070322 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 501846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1434467469726439, "S11": -0.60483840113974874, "W12": -10.951876845212992, "S12": -10.951876845212992, "W13": -19.953596680224809, "S13": -19.953596680224809, "W21": -35.267191345499128, "S21": -37.457387448819752, "W22": -35.051515491237822, "S22": -40.542531267290869, "W31": -69.553377386196757, "S31": -69.553377386196757, "W32": -85.542909518279387, "S32": -90.542909518279387 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 505334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22709347438030975, "S11": -0.22709347438030975, "W12": -6.6412049311879269, "S12": -20.507584572919299, "W13": -21.759542462255624, "S13": -21.759542462255624, "W21": -34.91502441951895, "S21": -34.91502441951895, "W22": -35.901008202121034, "S22": -40.672561261907006, "W31": -70.0, "S31": -72.050802223485562, "W32": -87.378938880305611, "S32": -92.378938880305611 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 507113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39643754392129305, "S11": -0.39643754392129305, "W12": -10.469934035640446, "S12": -18.871308895348641, "W13": -22.072086371861989, "S13": -22.072086371861989, "W21": -34.14546394612227, "S21": -34.14546394612227, "W22": -45.672741431954677, "S22": -45.672741431954677, "W31": -83.292610059537793, "S31": -87.020031186040512, "W32": -96.334302338962985, "S32": -101.33430233896298 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 507973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7138885941228308, "S12": -16.323041236579282, "W13": -29.515418502202643, "S13": -29.515418502202643, "W21": -39.074394155166289, "S21": -39.076493374857975, "W22": -39.737625486067017, "S22": -42.483587049012847, "W31": -64.492416996857486, "S31": -64.492416996857486, "W32": -97.420040521825797, "S32": -102.4200405218258 }, "geometry": { "type": "Point", "coordinates": [ 103813.0, 510362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39768567726633874, "S11": -0.39768567726633874, "W12": -10.557689278330216, "S12": -18.148259787895135, "W13": -22.160654620609375, "S13": -22.160654620609375, "W21": -33.983878584493169, "S21": -33.983878584493169, "W22": -38.176535174112026, "S22": -42.711043699348082, "W31": -65.612925353945982, "S31": -75.963610446227477, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103813.25, 507980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45914126303873209, "S11": 0.45914126303873209, "W12": -10.0, "S12": -10.789074651116799, "W13": -14.045159239465161, "S13": -16.536578705020442, "W21": -30.0, "S21": -32.196449359720603, "W22": -38.748624346718422, "S22": -39.816444388587506, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 499644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6645425444938446, "S12": -6.6645425444938446, "W13": -17.160137740999808, "S13": -17.272098300434667, "W21": -35.090880674946945, "S21": -40.096658412601542, "W22": -50.0, "S22": -50.0, "W31": -100.0, "S31": -100.0, "W32": -100.99599190283401, "S32": -105.99599190283401 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 503010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6788743253662295, "W12": -5.0, "S12": -14.287314320039066, "W13": -24.338522283655596, "S13": -25.2655813455541, "W21": -36.418882894981579, "S21": -36.819514350973442, "W22": -47.811213617244761, "S22": -48.534222977419141, "W31": -102.32066933879814, "S31": -102.32066933879814, "W32": -102.41271585299859, "S32": -107.41271585299859 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 509280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46921766728378733, "S11": -0.46921766728378733, "W12": -10.476374423805394, "S12": -10.476374423805394, "W13": -30.0, "S13": -30.0, "W21": -38.846241244859399, "S21": -38.846241244859399, "W22": -51.219826198905693, "S22": -51.219826198905693, "W31": -98.667807060415811, "S31": -98.667807060415811, "W32": -101.12227160169894, "S32": -106.12227160169894 }, "geometry": { "type": "Point", "coordinates": [ 103814.0, 511022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6109509033676801, "S12": -5.6109509033676801, "W13": -18.427308359175981, "S13": -18.427308359175981, "W21": -44.108519744659347, "S21": -44.108519744659347, "W22": -39.868229580709304, "S22": -51.053144335783955, "W31": -65.428347215626275, "S31": -75.546704057769418, "W32": -99.84849110349667, "S32": -104.84849110349667 }, "geometry": { "type": "Point", "coordinates": [ 103814.428571428565192, 520556.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47495639316614491, "S11": 0.47495639316614491, "W12": -10.0, "S12": -10.790148960165046, "W13": -12.516688852244053, "S13": -14.29285948230044, "W21": -30.0, "S21": -32.423457508731083, "W22": -39.940367207251143, "S22": -54.024690422133773, "W31": -66.021260390811292, "S31": -75.149979416240456, "W32": -84.785142857142858, "S32": -89.785142857142858 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9700787869114245, "S11": 2.9700787869114245, "W12": -10.211583011583011, "S12": -10.211583011583011, "W13": -14.590326733552338, "S13": -16.735372270050881, "W21": -38.900028542766812, "S21": -39.360172276333856, "W22": -39.505730228909236, "S22": -41.366612017034953, "W31": -60.000000000000007, "S31": -66.426535635052829, "W32": -81.82135605029238, "S32": -86.82135605029238 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99140171892019824, "S11": 0.99140171892019824, "W12": -10.415785483420454, "S12": -10.415785483420454, "W13": -23.065965353799186, "S13": -23.065965353799186, "W21": -36.483138208640028, "S21": -36.483138208640028, "W22": -40.743824384803304, "S22": -40.743824384803304, "W31": -65.575087389083095, "S31": -68.330021115150842, "W32": -93.023353671365442, "S32": -98.023353671365442 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 504936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4660383192343129, "S11": -1.2797179991361132, "W12": -15.0, "S12": -15.0, "W13": -20.0, "S13": -24.528501118459289, "W21": -34.168739675965803, "S21": -41.679156322167877, "W22": -45.823114132146145, "S22": -48.169417634091673, "W31": -103.49765083478995, "S31": -103.49765083478995, "W32": -103.49765083478995, "S32": -107.92763813373566 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 505644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1624431475145753, "S11": -1.3122435692774044, "W12": -12.227593415207735, "S12": -12.227593415207735, "W13": -24.242424242424242, "S13": -27.803555011896833, "W21": -34.149469968395245, "S21": -41.923529868617159, "W22": -34.577263779759321, "S22": -40.057324031072277, "W31": -69.717327459618204, "S31": -71.079854987993613, "W32": -85.745571718087135, "S32": -90.745571718087135 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": -13.381384588004984, "W13": -23.075344976100524, "S13": -23.075344976100524, "W21": -35.203212765987537, "S21": -40.898336874235909, "W22": -39.317464969290462, "S22": -43.686788277562108, "W31": -61.629849998230561, "S31": -68.516286294879123, "W32": -80.822890617172646, "S32": -85.822890617172646 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 506202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23, "S11": 0.23, "W12": -3.34, "S12": -3.34, "W13": -17.389999, "S13": -17.389999, "W21": -32.470001, "S21": -32.470001, "W22": -55.033374878825647, "S22": -55.968169333024349, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.64028885780181, "S32": -108.64028885780181 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15429860171402843, "S11": -1.1542986017140284, "W12": -1.1542986017140284, "S12": -5.5314727887491024, "W13": -18.29962454804258, "S13": -18.29962454804258, "W21": -31.941568405173864, "S21": -31.941568405173864, "W22": -39.585213290250984, "S22": -54.025526215975347, "W31": -65.59038936746073, "S31": -74.834830161107249, "W32": -98.041898011024202, "S32": -103.0418980110242 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55994758160590907, "S11": -1.2246377938599267, "W12": -5.0, "S12": -5.0, "W13": -21.243383903827805, "S13": -21.243383903827805, "W21": -34.721939298487136, "S21": -36.633836142975603, "W22": -34.277979935140074, "S22": -36.704185524086711, "W31": -70.004879358948656, "S31": -70.004879358948656, "W32": -88.449623857689133, "S32": -93.449623857689133 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 508646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0086623940458961934, "S11": 0.0086623940458961934, "W12": -5.0, "S12": -5.0, "W13": -24.950366542197695, "S13": -25.448986662494899, "W21": -38.912663272300001, "S21": -38.912663272300001, "W22": -48.108761397111643, "S22": -48.108761397111643, "W31": -81.830902534847425, "S31": -87.597648623680371, "W32": -95.848565797027248, "S32": -100.84856579702725 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 509628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25689800723114892, "S11": -0.085954480276984047, "W12": -6.6420917670854207, "S12": -10.928242959055321, "W13": -27.459242509892785, "S13": -27.459242509892785, "W21": -36.183924895673421, "S21": -36.186018303253803, "W22": -50.0, "S22": -51.650757946180711, "W31": -79.479921124233741, "S31": -79.479921124233741, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 509900.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4491084580200016, "S11": 0.4491084580200016, "W12": -5.0, "S12": -16.868147756990545, "W13": -18.608286180301967, "S13": -18.608286180301967, "W21": -33.731728439371963, "S21": -33.731728439371963, "W22": -50.58717545467735, "S22": -52.250243566440304, "W31": -91.335610962467086, "S31": -91.335610962467086, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103816.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0169513202674521, "S11": -1.0169513202674521, "W12": -5.0, "S12": -13.093268145919518, "W13": -20.0, "S13": -20.0, "W21": -33.288963625153656, "S21": -34.915218203819393, "W22": -38.441205338231661, "S22": -40.068748121020668, "W31": -66.280134963259343, "S31": -67.602543960719743, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103816.0, 508365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1588147691470134, "S11": 1.1588147691470134, "W12": -11.170188917825767, "S12": -11.421033497920259, "W13": -24.152571223929893, "S13": -24.152571223929893, "W21": -37.412627806787803, "S21": -37.412627806787803, "W22": -34.363375569645257, "S22": -39.83398558992365, "W31": -69.807782672540384, "S31": -71.982100815857336, "W32": -85.862471911574715, "S32": -90.862471911574715 }, "geometry": { "type": "Point", "coordinates": [ 103816.5, 505071.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47588060546046118, "S11": -0.47588060546046118, "W12": -10.0, "S12": -13.907007376185458, "W13": -30.0, "S13": -30.0, "W21": -39.440526310421795, "S21": -39.440526310421795, "W22": -33.248838548178341, "S22": -39.04499397681716, "W31": -70.314147157190646, "S31": -76.399188661510479, "W32": -86.570230914707267, "S32": -91.570230914707267 }, "geometry": { "type": "Point", "coordinates": [ 103816.5, 510871.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75195094547375496, "S11": -0.75195094547375496, "W12": -7.5212271707038445, "S12": -17.609516654083276, "W13": -20.12671096770891, "S13": -20.12671096770891, "W21": -33.025397078736376, "S21": -33.025397078736376, "W22": -59.999999999999993, "S22": -63.808883290754238, "W31": -79.529004420051209, "S31": -79.529004420051209, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103816.6, 508133.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5911852270205946, "S12": -5.5911852270205946, "W13": -18.114614749170212, "S13": -18.114614749170212, "W21": -44.210665921618556, "S21": -44.210665921618556, "W22": -56.681691783279518, "S22": -85.972080078853324, "W31": -100.0, "S31": -100.0, "W32": -105.51256684054748, "S32": -110.51256684054748 }, "geometry": { "type": "Point", "coordinates": [ 103816.818181818176527, 520716.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0082533500255019543, "S11": 0.0082533500255019543, "W12": -6.291117415882705, "S12": -9.2911174158827059, "W13": -15.92879266188954, "S13": -18.47961037527913, "W21": -37.466361563370576, "S21": -37.466361563370576, "W22": -45.171375503177977, "S22": -45.171375503177977, "W31": -81.270249117113167, "S31": -82.72946730222445, "W32": -98.598896388593943, "S32": -103.59889638859394 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 497871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95585230427540258, "S11": -0.95585230427540258, "W12": -8.6299630655586341, "S12": -8.6299630655586341, "W13": -16.270016740222189, "S13": -21.570163797750745, "W21": -39.490862305915378, "S21": -45.37986787987127, "W22": -60.452878959881126, "S22": -60.452878959881126, "W31": -73.897720149427073, "S31": -73.897720149427073, "W32": -88.888337555396546, "S32": -93.888337555396546 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 502290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4862687136454658, "S11": 1.4862687136454658, "W12": -8.3852681464837744, "S12": -8.3852681464837744, "W13": -19.760936036494655, "S13": -24.760936036494655, "W21": -36.448638814191277, "S21": -38.030590932055041, "W22": -43.37853211820844, "S22": -44.743084082673157, "W31": -80.022991022453084, "S31": -80.022991022453084, "W32": -100.12279212933663, "S32": -105.12279212933663 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 503309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43744476315993502, "S11": 0.43744476315993502, "W12": -4.2174777842813818, "S12": -10.469112264265288, "W13": -18.008370112008425, "S13": -18.008370112008425, "W21": -33.129438486361529, "S21": -33.129438486361529, "W22": -58.005495553944208, "S22": -58.005495553944208, "W31": -80.0, "S31": -80.0, "W32": -92.66635816419506, "S32": -97.66635816419506 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0927507016087592, "S11": -0.81630239696326368, "W12": -5.0, "S12": -5.0, "W13": -22.264161661638035, "S13": -22.264161661638035, "W21": -34.708467468034875, "S21": -37.708467468034875, "W22": -55.818137872254034, "S22": -55.818137872254034, "W31": -81.817491198813968, "S31": -81.817491198813968, "W32": -94.549909242877334, "S32": -99.549909242877334 }, "geometry": { "type": "Point", "coordinates": [ 103817.0, 508811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6459898358854161, "S12": -5.6459898358854161, "W13": -20.0, "S13": -20.0, "W21": -45.945432183061151, "S21": -50.952834308560618, "W22": -39.446536294072558, "S22": -41.726112115646494, "W31": -71.716608944348749, "S31": -78.632357880231453, "W32": -96.924589877327421, "S32": -101.92458987732742 }, "geometry": { "type": "Point", "coordinates": [ 103817.428571428565192, 518043.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68929274523628781, "S11": 0.68929274523628781, "W12": -5.7644776007662442, "S12": -12.575882187889984, "W13": -24.890379492931014, "S13": -24.890379492931014, "W21": -34.439560253031168, "S21": -39.501116683712446, "W22": -60.483984677237338, "S22": -60.483984677237338, "W31": -73.381857446780472, "S31": -73.696429788728068, "W32": -89.041423404756657, "S32": -94.041423404756657 }, "geometry": { "type": "Point", "coordinates": [ 103817.5, 505940.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2968512662047655, "S11": -1.2968512662047655, "W12": -9.9099722991689738, "S12": -9.9099722991689738, "W13": -17.052126008217925, "S13": -22.115237588647354, "W21": -37.396610037330525, "S21": -42.740741227248932, "W22": -50.466826024276017, "S22": -50.466826024276017, "W31": -105.56464423482612, "S31": -105.56464423482612, "W32": -105.56464423482612, "S32": -108.86505749562821 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16278954170394677, "S11": 0.029008511874992815, "W12": -6.930942796083694, "S12": -16.930942796083695, "W13": -22.449416834046215, "S13": -25.263959317706416, "W21": -39.127007881821697, "S21": -49.127007881821697, "W22": -60.000000000000007, "S22": -64.576677942999495, "W31": -79.485986958917948, "S31": -79.485986958917948, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 504155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20189861843204177, "S11": 0.20189861843204177, "W12": -10.609931904391939, "S12": -11.31730032544457, "W13": -16.867132098290366, "S13": -22.51341022870006, "W21": -36.716725815817931, "S21": -36.716725815817931, "W22": -47.914308112208644, "S22": -47.914308112208644, "W31": -81.777084118185243, "S31": -87.659928930269402, "W32": -95.89985921402382, "S32": -100.89985921402382 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 511864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12193627877262074, "S11": 0.12193627877262074, "W12": -10.994842600920586, "S12": -10.994842600920586, "W13": -16.436917530692156, "S13": -16.436917530692156, "W21": -36.604407466175907, "S21": -36.849367538909561, "W22": -34.970703367563985, "S22": -40.323886378333761, "W31": -69.123715124816428, "S31": -69.461961815541002, "W32": -85.291832103555265, "S32": -90.291832103555265 }, "geometry": { "type": "Point", "coordinates": [ 103818.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41375760380851623, "S11": -0.41375760380851623, "W12": -10.628150810901186, "S12": -10.628150810901186, "W13": -29.52077077077077, "S13": -29.52077077077077, "W21": -38.775181908505573, "S21": -38.775181908505573, "W22": -40.0, "S22": -50.998462504335279, "W31": -65.397592234904138, "S31": -75.507700183520598, "W32": -99.733242803642611, "S32": -104.73324280364261 }, "geometry": { "type": "Point", "coordinates": [ 103818.25, 511057.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0820625339584156, "S11": 1.0820625339584156, "W12": -8.085550774886169, "S12": -8.6062964531981496, "W13": -13.601073404893658, "S13": -16.273633449987628, "W21": -30.000000000000004, "S21": -33.0, "W22": -60.166493587456053, "S22": -60.166493587456053, "W31": -70.001906443264076, "S31": -70.765124746118161, "W32": -94.82414448669202, "S32": -99.82414448669202 }, "geometry": { "type": "Point", "coordinates": [ 103819.0, 499286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39277331686226058, "S11": -0.43043136555069239, "W12": -5.3994582774215987, "S12": -15.399458277421598, "W13": -23.290787819162244, "S13": -28.723794355110176, "W21": -39.999999999999993, "S21": -48.887005649717509, "W22": -45.902554251040783, "S22": -45.902554251040783, "W31": -80.520541615689467, "S31": -80.520541615689467, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103819.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40819573912226154, "S11": -3.1523173453229765, "W12": -8.4465909931658132, "S12": -8.4465909931658132, "W13": -18.96708664780304, "S13": -22.759780376334856, "W21": -34.030343281721485, "S21": -34.030343281721485, "W22": -61.763397467026309, "S22": -61.763397467026309, "W31": -74.77649177130067, "S31": -74.77649177130067, "W32": -87.862194405613394, "S32": -92.862194405613394 }, "geometry": { "type": "Point", "coordinates": [ 103819.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9765167195035547, "S12": -7.9765167195035547, "W13": -29.9496812474341, "S13": -29.9496812474341, "W21": -40.0, "S21": -40.0, "W22": -38.465354597662788, "S22": -40.042828006025658, "W31": -66.228918166124757, "S31": -67.283459223084193, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103819.0, 510501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1718795190683871, "S12": -14.311469866992795, "W13": -21.228698056891304, "S13": -21.228698056891304, "W21": -34.764354355262853, "S21": -34.764354355262853, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -100.78350298350273, "S31": -100.78350298350273, "W32": -101.67829908657065, "S32": -106.67829908657065 }, "geometry": { "type": "Point", "coordinates": [ 103819.2, 507917.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36661671037853072, "S11": -1.2838587458028294, "W12": -5.0, "S12": -15.522461714793877, "W13": -24.42504043796383, "S13": -25.402970236807416, "W21": -36.5010906635396, "S21": -36.5010906635396, "W22": -45.42682866619483, "S22": -45.42682866619483, "W31": -82.991890911418992, "S31": -87.022052014732864, "W32": -96.408596371567, "S32": -101.408596371567 }, "geometry": { "type": "Point", "coordinates": [ 103819.333333333328483, 509304.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2951771564717092, "S11": 1.2951771564717092, "W12": -8.6070512747864694, "S12": -8.6070512747864694, "W13": -19.891951868340218, "S13": -24.495822784483853, "W21": -36.846541362832987, "S21": -38.001687030634947, "W22": -50.703595823010495, "S22": -53.914344578559486, "W31": -96.141796183356291, "S31": -96.141796183356291, "W32": -97.788610750272099, "S32": -102.7886107502721 }, "geometry": { "type": "Point", "coordinates": [ 103819.6, 503350.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38643278771846734, "S11": 0.38643278771846734, "W12": -8.9034307992202724, "S12": -9.6757288732983611, "W13": -13.401570804908507, "S13": -16.70568946144197, "W21": -32.438154825217822, "S21": -35.59379656383922, "W22": -38.909023099767772, "S22": -38.909023099767772, "W31": -61.660787936472389, "S31": -61.682740219813383, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 499827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2086481476280089, "S11": 1.2086481476280089, "W12": -5.0, "S12": -5.0, "W13": -15.133778944844767, "S13": -19.026804448861011, "W21": -37.291081264795402, "S21": -42.21498365478309, "W22": -35.052630984067903, "S22": -40.424915560727335, "W31": -69.37812041116004, "S31": -69.968642359183576, "W32": -85.546378692268988, "S32": -90.546378692268988 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 502744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.33740105540897086, "W12": -0.38429113390473513, "S12": -13.035711908657063, "W13": -22.735674835745591, "S13": -22.735674835745591, "W21": -34.990319169875875, "S21": -40.881776041522649, "W22": -48.501745932014394, "S22": -48.501745932014394, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 506188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.029236089280100717, "S12": -15.029236089280101, "W13": -22.363251832765673, "S13": -22.363251832765673, "W21": -36.82570079989128, "S21": -41.364566773283499, "W22": -39.526323235361808, "S22": -49.413208905258728, "W31": -65.332498066226819, "S31": -75.510197861124453, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 506295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25127589023980035, "S11": 0.25127589023980035, "W12": -3.556158194855549, "S12": -6.7152627150323632, "W13": -18.61564238126876, "S13": -18.61564238126876, "W21": -33.975756109732856, "S21": -33.975756109732856, "W22": -35.623289083242227, "S22": -39.33662609534538, "W31": -69.063247869903748, "S31": -69.063247869903748, "W32": -89.084414304893656, "S32": -94.084414304893656 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 507636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36440085259441812, "S11": -0.86440085259441812, "W12": -4.0511474668439718, "S12": -7.8992658328780685, "W13": -19.108379838783272, "S13": -19.108379838783272, "W21": -34.13624270647594, "S21": -34.13624270647594, "W22": -42.930071831431313, "S22": -53.751067570609322, "W31": -65.910625305903864, "S31": -71.304121247626171, "W32": -94.592422247856192, "S32": -99.592422247856192 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 507692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35313680481500892, "S11": 0.35313680481500892, "W12": -10.0, "S12": -13.193357132945643, "W13": -21.011964430072759, "S13": -27.300513972452386, "W21": -37.040180507225188, "S21": -37.040180507225188, "W22": -34.077503105120904, "S22": -35.705740294537847, "W31": -70.0, "S31": -70.0, "W32": -88.52557806067685, "S32": -93.52557806067685 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 511637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35728486995499487, "S11": 0.35728486995499487, "W12": -10.071075362186372, "S12": -13.094816106197573, "W13": -20.47065481002425, "S13": -28.014924607079564, "W21": -36.954388221606813, "S21": -36.954388221606813, "W22": -49.190316218973138, "S22": -49.190316218973138, "W31": -70.0, "S31": -70.84487782000329, "W32": -96.653671018086797, "S32": -101.6536710180868 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 511664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35156367059719484, "S11": 0.35156367059719484, "W12": -11.618491295253325, "S12": -11.766085392506104, "W13": -20.465683998995228, "S13": -26.361204647926165, "W21": -39.800667526267276, "S21": -42.853504486695691, "W22": -50.0, "S22": -50.0, "W31": -99.847738636790865, "S31": -99.847738636790865, "W32": -101.24952852621394, "S32": -106.24952852621394 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 513485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.602927642002018, "S12": -5.602927642002018, "W13": -18.340755006574412, "S13": -18.340755006574412, "W21": -44.131041451833703, "S21": -44.131041451833703, "W22": -50.0, "S22": -59.548821763841879, "W31": -67.178245083161883, "S31": -67.416039695956613, "W32": -91.406702614756313, "S32": -96.406702614756313 }, "geometry": { "type": "Point", "coordinates": [ 103820.0, 520602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7816000621685943, "S11": 1.562870965179443, "W12": -3.0588743455495573, "S12": -7.174849337032426, "W13": -23.783363041267574, "S13": -23.783363041267574, "W21": -35.522942674122433, "S21": -38.089158879990144, "W22": -39.749366493684519, "S22": -53.906226349265999, "W31": -65.491373348710667, "S31": -75.276449949614459, "W32": -98.522437474271825, "S32": -103.52243747427183 }, "geometry": { "type": "Point", "coordinates": [ 103820.2, 509150.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.037878787878919074, "S11": 0.037878787878919074, "W12": -6.5248763683657938, "S12": -20.467881416929586, "W13": -20.527832838963391, "S13": -20.527832838963391, "W21": -34.738287971126205, "S21": -34.738287971126205, "W22": -39.5166959930594, "S22": -53.195257423267435, "W31": -65.960319350756848, "S31": -74.603381651088398, "W32": -82.052857142857135, "S32": -87.052857142857135 }, "geometry": { "type": "Point", "coordinates": [ 103820.333333333328483, 507165.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0692789532294, "W12": -11.319433342215104, "S12": -11.319433342215104, "W13": -16.589576432243017, "S13": -20.335292641352112, "W21": -50.243688737394166, "S21": -59.813735888098222, "W22": -58.415606568984799, "S22": -58.415606568984799, "W31": -75.239998, "S31": -75.239998, "W32": -87.536614554263537, "S32": -92.536614554263537 }, "geometry": { "type": "Point", "coordinates": [ 103820.6, 500958.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4247344176806529, "S11": -0.4247344176806529, "W12": -10.546, "S12": -14.61405217775709, "W13": -22.564377273958542, "S13": -22.564377273958542, "W21": -34.389865941754039, "S21": -34.389865941754039, "W22": -33.466028462842374, "S22": -36.384944487038112, "W31": -69.34639633826761, "S31": -69.34639633826761, "W32": -88.917004497841077, "S32": -93.917004497841077 }, "geometry": { "type": "Point", "coordinates": [ 103820.6, 508052.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.150201072386059, "W12": -11.298695266009414, "S12": -11.536445895013602, "W13": -16.495671004412245, "S13": -20.263080807715074, "W21": -50.735469172215254, "S21": -60.144205841616404, "W22": -44.438618396215553, "S22": -44.438618396215553, "W31": -78.688865764828307, "S31": -79.142398137462692, "W32": -98.552153962651914, "S32": -103.55215396265191 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 501023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17664305841139291, "S11": 0.17664305841139291, "W12": -5.0, "S12": -14.8220237037789, "W13": -24.932880095685739, "S13": -26.481193203369013, "W21": -39.979160318181819, "S21": -41.424549906477161, "W22": -44.959997544971607, "S22": -45.387113586550285, "W31": -80.499246933090063, "S31": -80.499246933090063, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 503979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.173612432947392, "S11": -0.3252951428871691, "W12": -10.565221425558837, "S12": -10.565221425558837, "W13": -20.193081644316567, "S13": -21.007874228016714, "W21": -35.433463674876435, "S21": -37.17405245453859, "W22": -39.283267547757212, "S22": -41.32701786590583, "W31": -70.743729870502392, "S31": -77.938176191696911, "W32": -95.980943500684759, "S32": -100.98094350068476 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.39, "W12": -0.48881728064665875, "S12": -8.2475932997768719, "W13": -21.668922805513283, "S13": -21.668922805513283, "W21": -40.0, "S21": -41.852351954126647, "W22": -38.822208504842777, "S22": -39.245679700443411, "W31": -67.784758674217557, "S31": -77.131913504389587, "W32": -89.07692307692308, "S32": -94.07692307692308 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5796187642055366, "S11": -0.5796187642055366, "W12": -7.9262220909627885, "S12": -17.165609665581407, "W13": -20.339819148437499, "S13": -20.339819148437499, "W21": -33.354031295451897, "S21": -33.356289928996787, "W22": -37.893747874333499, "S22": -37.953774920141278, "W31": -66.689553978104357, "S31": -67.529437881841204, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 508123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23389809131421849, "S11": -0.095506644727493456, "W12": -6.582732460495448, "S12": -11.306932585965962, "W13": -27.473054456378367, "S13": -27.473054456378367, "W21": -36.267739868082167, "S21": -36.269854112738173, "W22": -34.513564624143712, "S22": -39.914748972939783, "W31": -69.598604992657854, "S31": -72.268433893216894, "W32": -85.817072920480285, "S32": -90.817072920480285 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 509897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39274963064994506, "S11": -0.39274963064994506, "W12": -10.356542384216686, "S12": -15.138791272186067, "W13": -27.695195195195197, "S13": -27.695195195195197, "W21": -38.423323882886443, "S21": -38.423323882886443, "W22": -49.676586466740616, "S22": -59.676586466740616, "W31": -67.093485964049805, "S31": -67.537509533073518, "W32": -91.555084675890058, "S32": -96.555084675890058 }, "geometry": { "type": "Point", "coordinates": [ 103821.0, 511202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71813933383075068, "S11": 0.71813933383075068, "W12": -5.7969965928792115, "S12": -8.6303871195781596, "W13": -15.0, "S13": -15.682816971266268, "W21": -30.000000000000004, "S21": -32.05160577531435, "W22": -42.59345700100593, "S22": -54.442935589131999, "W31": -65.866916773201908, "S31": -71.555711434533904, "W32": -94.752191186683618, "S32": -99.752191186683618 }, "geometry": { "type": "Point", "coordinates": [ 103821.111111111109494, 498790.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84148612396510836, "S11": -1.2746494921833336, "W12": -8.0030192586335396, "S12": -8.0030192586335396, "W13": -20.684336246055338, "S13": -24.191630190238985, "W21": -44.630370106243518, "S21": -44.630370106243518, "W22": -33.742397485443277, "S22": -35.332594790131481, "W31": -69.855860901549818, "S31": -69.855860901549818, "W32": -88.628882422360945, "S32": -93.628882422360945 }, "geometry": { "type": "Point", "coordinates": [ 103821.893939393936307, 516137.469696969725192 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1229875092411425, "S11": 1.1229875092411425, "W12": -8.3490070400336229, "S12": -9.1758412586284326, "W13": -13.389466119346626, "S13": -16.389466119346626, "W21": -30.0, "S21": -33.0, "W22": -35.305037880490197, "S22": -40.595168577582967, "W31": -69.061527165932347, "S31": -69.061527165932347, "W32": -85.328501596847232, "S32": -90.328501596847232 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 499339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49889105799997691, "S11": 0.49889105799997691, "W12": -10.0, "S12": -10.784702107882824, "W13": -12.632976725943605, "S13": -13.844699799391634, "W21": -30.0, "S21": -32.833381839348078, "W22": -44.057959896053553, "S22": -44.057959896053553, "W31": -82.343371109592525, "S31": -86.437302557429234, "W32": -98.072260578635891, "S32": -103.07226057863589 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 499543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38319606325589994, "S11": 0.38319606325589994, "W12": -8.8380311890838197, "S12": -9.6096733610593628, "W13": -13.319185768493767, "S13": -16.302147278667828, "W21": -32.555344069448182, "S21": -36.196204599230121, "W22": -35.418910104835739, "S22": -40.79229897414757, "W31": -70.0, "S31": -74.20258453919368, "W32": -86.981724125823845, "S32": -91.981724125823845 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.201065619742008, "S11": 1.201065619742008, "W12": -9.2088776976929374, "S12": -9.2088776976929374, "W13": -13.095355419749115, "S13": -14.453352738412145, "W21": -37.662252838451494, "S21": -40.541510029505211, "W22": -49.704318555636306, "S22": -59.690960286867934, "W31": -67.088628800108282, "S31": -67.530547992027635, "W32": -91.553078398715982, "S32": -96.553078398715982 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 500221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5898856980149692, "W12": -10.614519237034898, "S12": -10.614519237034898, "W13": -16.186890701468187, "S13": -18.147754290050706, "W21": -43.341130124338299, "S21": -52.186694860319506, "W22": -39.425604847864456, "S22": -41.426653446372221, "W31": -60.682735186205626, "S31": -67.289411558917777, "W32": -81.422697707677287, "S32": -86.422697707677287 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 501378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.802665833593668, "S12": -23.198746254141486, "W13": -25.0, "S13": -25.558018343123635, "W21": -39.738562482208941, "S21": -39.738562482208941, "W22": -39.31247038538762, "S22": -52.840305790390026, "W31": -65.89690795307267, "S31": -74.327884286146684, "W32": -80.688432900433185, "S32": -85.688432900433185 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 503846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6144471430217999, "S12": -5.6144471430217999, "W13": -20.0, "S13": -20.0, "W21": -43.024883678021617, "S21": -53.024883678021617, "W22": -39.969635431965791, "S22": -51.497963599698238, "W31": -65.38787456479443, "S31": -75.465466590989962, "W32": -99.411339471279831, "S32": -104.41133947127983 }, "geometry": { "type": "Point", "coordinates": [ 103822.0, 519690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1602770314331916, "S11": 1.1602770314331916, "W12": -10.818459473944243, "S12": -10.818459473944243, "W13": -23.984910534535114, "S13": -23.984910534535114, "W21": -37.420123946539611, "S21": -37.420123946539611, "W22": -38.86241931175298, "S22": -40.876931560946652, "W31": -60.0, "S31": -60.0, "W32": -95.432661491376322, "S32": -100.43266149137632 }, "geometry": { "type": "Point", "coordinates": [ 103822.25, 505016.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54268726037687109, "S11": -0.54268726037687109, "W12": -6.3210277883733248, "S12": -7.6409163792543442, "W13": -20.872207449510238, "S13": -20.872207449510238, "W21": -37.094570077377327, "S21": -37.094570077377327, "W22": -63.626086206456399, "S22": -63.626086206456399, "W31": -85.278270116979797, "S31": -85.278270116979797, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103822.5, 506971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -8.3224852209818714, "S12": -15.520927085533557, "W13": -19.793364714289282, "S13": -22.470653365605866, "W21": -36.312897196748231, "S21": -38.435935953535349, "W22": -55.809869098958139, "S22": -55.809869098958139, "W31": -81.672456920511394, "S31": -81.672456920511394, "W32": -94.519310102379777, "S32": -99.519310102379777 }, "geometry": { "type": "Point", "coordinates": [ 103823.0, 504367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.8622620594755754, "S12": -14.694031712448137, "W13": -21.287300130341446, "S13": -21.849943544751728, "W21": -39.25623359160231, "S21": -39.25623359160231, "W22": -38.899087633302855, "S22": -39.127923612138829, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103823.0, 506766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73127991074197085, "S11": -0.73127991074197085, "W12": -5.0, "S12": -5.0, "W13": -20.582980411815345, "S13": -20.582980411815345, "W21": -34.264539501249494, "S21": -36.851702169915164, "W22": -40.0, "S22": -44.61073148773351, "W31": -68.544661377995695, "S31": -68.544661377995695, "W32": -89.459940489658038, "S32": -94.459940489658038 }, "geometry": { "type": "Point", "coordinates": [ 103823.5, 508540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.582863021159012, "S12": -5.582863021159012, "W13": -18.02181043205384, "S13": -18.02181043205384, "W21": -44.233824937983485, "S21": -44.233824937983485, "W22": -50.0, "S22": -51.662227602042186, "W31": -79.412117305490014, "S31": -79.412117305490014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103823.636363636367605, 520765.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31631496103506718, "S11": -4.3457563362274447, "W12": -5.9292430959639582, "S12": -7.1574194039034795, "W13": -18.183891847875827, "S13": -23.49550993487572, "W21": -33.463475231072067, "S21": -33.463475231072067, "W22": -38.924723412159395, "S22": -39.679013485762013, "W31": -68.383388430544102, "S31": -77.298825787701801, "W32": -90.425531914893611, "S32": -95.425531914893611 }, "geometry": { "type": "Point", "coordinates": [ 103823.666666666671517, 504570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0031176133264331773, "S11": -0.0031176133264331773, "W12": -5.6864149558758861, "S12": -5.6864149558758861, "W13": -15.434115278555963, "S13": -18.279832551351124, "W21": -35.138286827253879, "S21": -35.138286827253879, "W22": -45.064735307778449, "S22": -45.064735307778449, "W31": -82.506113825996238, "S31": -86.595234501993076, "W32": -96.517058232925692, "S32": -101.51705823292569 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 498027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.76580132140560142, "W12": -10.123088165476666, "S12": -10.123088165476666, "W13": -15.699001631321371, "S13": -17.162628244731632, "W21": -37.874839316507284, "S21": -47.376286970400827, "W22": -39.099616387457644, "S22": -42.530273969912649, "W31": -60.0, "S31": -60.0, "W32": -96.648567131250417, "S32": -101.64856713125042 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 501516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1414627980788137, "S11": 1.1414627980788137, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -19.082124080744698, "W21": -37.903643253297261, "S21": -40.793615006207403, "W22": -46.186922495262976, "S22": -46.186922495262976, "W31": -80.140058824431065, "S31": -80.140058824431065, "W32": -98.669654378201983, "S32": -103.66965437820198 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 502680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8853950493056949, "S11": -0.61420864950540166, "W12": -10.158293811113063, "S12": -10.158293811113063, "W13": -24.999999999999996, "S13": -27.560372145895851, "W21": -34.177188923884863, "S21": -42.167775107097782, "W22": -54.416285832987114, "S22": -63.501429818848429, "W31": -100.0, "S31": -100.0, "W32": -103.11679080494537, "S32": -108.11679080494537 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20514107592343139, "S11": 0.20514107592343139, "W12": -6.9198072299886615, "S12": -20.0, "W13": -20.0, "S13": -20.878060478239604, "W21": -34.460710005236322, "S21": -34.460710005236322, "W22": -55.209860130176246, "S22": -58.055166295055308, "W31": -100.0, "S31": -100.0, "W32": -103.42870429883942, "S32": -108.42870429883942 }, "geometry": { "type": "Point", "coordinates": [ 103824.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39339717450819572, "S11": 0.39339717450819572, "W12": -8.9803021442495137, "S12": -9.7323874115228453, "W13": -13.578616274309461, "S13": -17.453953366734073, "W21": -32.23244674386909, "S21": -34.902174535468681, "W22": -56.003434427364439, "S22": -65.261445219447793, "W31": -100.0, "S31": -100.0, "W32": -103.7406177927331, "S32": -108.7406177927331 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 499809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3263469570045627, "S11": -1.3263469570045627, "W12": -10.0, "S12": -10.0, "W13": -17.156749353218689, "S13": -22.077825656554761, "W21": -37.050712983810442, "S21": -41.626203734274938, "W22": -56.426485197695236, "S22": -79.015591360181205, "W31": -100.0, "S31": -100.0, "W32": -104.05253128662717, "S32": -109.05253128662717 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 502190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6847446627579092, "S12": -12.24403426551757, "W13": -21.828530594608967, "S13": -24.6522899419917, "W21": -38.017631653857102, "S21": -38.367396852097386, "W22": -56.555309954301549, "S22": -80.747643100968645, "W31": -100.0, "S31": -100.0, "W32": -104.36444478052086, "S32": -109.36444478052086 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 503544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66858191940372502, "S11": 0.66858191940372502, "W12": -4.7794014331881414, "S12": -12.803355632197659, "W13": -24.048541901083517, "S13": -24.048541901083517, "W21": -34.502107183629853, "S21": -39.34597306818101, "W22": -56.684134710908005, "S22": -82.825508228191509, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -104.67635827441491, "S32": -109.67635827441491 }, "geometry": { "type": "Point", "coordinates": [ 103825.0, 506001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23460604109348368, "S11": 0.23460604109348368, "W12": -7.7803742814778634, "S12": -21.720752539339014, "W13": -21.720752539339014, "S13": -21.720752539339014, "W21": -34.469414309852048, "S21": -34.469414309852048, "W22": -57.133118048080377, "S22": -85.247204491088056, "W31": -100.0, "S31": -100.0, "W32": -104.99206019131158, "S32": -109.99206019131158 }, "geometry": { "type": "Point", "coordinates": [ 103825.5, 507190.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42057484188334959, "S11": -0.42057484188334959, "W12": -10.241763906665197, "S12": -17.506073670974235, "W13": -21.669293273798583, "S13": -21.669293273798583, "W21": -34.097108269454054, "S21": -34.097108269454054, "W22": -57.61526731252242, "S22": -91.098044027134435, "W31": -100.05235952022704, "S31": -100.05235952022704, "W32": -105.6655437999771, "S32": -110.6655437999771 }, "geometry": { "type": "Point", "coordinates": [ 103825.8, 507958.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23476581551967918, "S11": -0.23476581551967918, "W12": -10.196599230897844, "S12": -16.672062238909263, "W13": -26.432976827094471, "S13": -26.432976827094471, "W21": -38.103891340709573, "S21": -38.103891340709573, "W22": -58.097416576964484, "S22": -82.762537170656501, "W31": -100.95761325137377, "S31": -100.95761325137377, "W32": -106.3100730811976, "S32": -111.3100730811976 }, "geometry": { "type": "Point", "coordinates": [ 103826.0, 511304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2729499115808203, "S11": 3.2729499115808203, "W12": -10.352638352638429, "S12": -10.352638352638429, "W13": -15.068111673564559, "S13": -17.371411259036151, "W21": -39.23790557584465, "S21": -39.733356739541151, "W22": -58.072338452306262, "S22": -84.731613316481884, "W31": -101.8628669825205, "S31": -101.8628669825205, "W32": -106.62159431515845, "S32": -111.62159431515845 }, "geometry": { "type": "Point", "coordinates": [ 103826.333333333328483, 500419.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.457285375735482, "S12": -19.60644904562983, "W13": -21.600303872744135, "S13": -21.772554140450787, "W21": -39.423874112101167, "S21": -39.423874112101167, "W22": -57.717738195902996, "S22": -85.593025724655874, "W31": -102.76812071366722, "S31": -102.76812071366722, "W32": -106.66683326669332, "S32": -111.66683326669332 }, "geometry": { "type": "Point", "coordinates": [ 103826.333333333328483, 506731.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65869796730757735, "S11": 0.65869796730757735, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.973464310501448, "S13": -21.978268122127403, "W21": -35.028508059619725, "S21": -35.028508059619725, "W22": -57.386832368509566, "S22": -85.687162401512865, "W31": -103.00412372862179, "S31": -103.00412372862179, "W32": -106.31697321071572, "S32": -111.31697321071572 }, "geometry": { "type": "Point", "coordinates": [ 103826.4, 504798.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11091460333501768, "W12": 0.0, "S12": -9.789782371161154, "W13": -21.39558871989103, "S13": -21.39558871989103, "W21": -39.873954392969303, "S21": -42.480542455028441, "W22": -57.0681749783136, "S22": -85.793547515567326, "W31": -103.23419761209291, "S31": -103.23419761209291, "W32": -105.9671131547381, "S32": -110.9671131547381 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1378526106566782, "S12": -19.607892443451167, "W13": -21.126212704476238, "S13": -21.878629900710692, "W21": -39.165241766756829, "S21": -39.165241766756829, "W22": -56.749517588117612, "S22": -89.831014956025598, "W31": -103.46427149556406, "S31": -103.46427149556406, "W32": -105.902842596521, "S32": -110.902842596521 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 506783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4463797723729837, "S12": -12.104415381413434, "W13": -20.921171396688511, "S13": -22.374875943384556, "W21": -38.676645793283967, "S21": -38.676645793283967, "W22": -56.430860197921653, "S22": -85.635560728626729, "W31": -103.6943453790352, "S31": -103.6943453790352, "W32": -105.51039456936783, "S32": -110.51039456936783 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0014265040314244137, "S11": -0.0014265040314244137, "W12": -5.0, "S12": -5.0, "W13": -24.963168822980037, "S13": -25.422244185640725, "W21": -38.992852573517403, "S21": -38.992852573517403, "W22": -56.112202807725666, "S22": -80.541587893687066, "W31": -103.92441926250635, "S31": -103.92441926250635, "W32": -105.11794654221468, "S32": -110.11794654221468 }, "geometry": { "type": "Point", "coordinates": [ 103827.0, 509636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2522480264587879, "S11": -1.2522480264587879, "W12": -9.7418218034172224, "S12": -9.7418218034172224, "W13": -16.99954649216269, "S13": -22.013519793165045, "W21": -37.44898323862575, "S21": -41.894078426712525, "W22": -55.859292964648233, "S22": -78.139783609784473, "W31": -104.21451369057618, "S31": -104.21451369057618, "W32": -104.91882159571398, "S32": -109.91882159571398 }, "geometry": { "type": "Point", "coordinates": [ 103827.166666666671517, 502205.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5921933700741979, "S12": -5.5921933700741979, "W13": -18.251106570665623, "S13": -18.251106570665623, "W21": -44.152212343075277, "S21": -44.152212343075277, "W22": -55.684284214210706, "S22": -75.161783324847491, "W31": -104.66176717621367, "S31": -104.66176717621367, "W32": -104.80276282606241, "S32": -109.80276282606241 }, "geometry": { "type": "Point", "coordinates": [ 103827.611111111109494, 520649.277777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6331327567664369, "S12": -5.6331327567664369, "W13": -20.0, "S13": -20.015263614514609, "W21": -45.674525111214813, "S21": -49.23977473838152, "W22": -55.509275463773193, "S22": -71.851769238230673, "W31": -105.10902066185118, "S31": -105.10902066185118, "W32": -105.10902066185118, "S32": -109.68670405641083 }, "geometry": { "type": "Point", "coordinates": [ 103827.714285714289872, 518001.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48784566674943197, "S11": -0.48784566674943197, "W12": -9.3935728292975806, "S12": -15.9331299079318, "W13": -21.262543015104455, "S13": -21.262543015104455, "W21": -33.8818828077532, "S21": -33.8818828077532, "W22": -54.756844115774527, "S22": -67.658817330767789, "W31": -105.55627414748865, "S31": -105.55627414748865, "W32": -105.55627414748865, "S32": -109.50541669616936 }, "geometry": { "type": "Point", "coordinates": [ 103827.8, 508087.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1484507949285412, "S11": -1.224006272442661, "W12": -11.711523386464595, "S12": -11.711523386464595, "W13": -25.0, "S13": -28.504752666679657, "W21": -34.113962831017112, "S21": -41.885352596007849, "W22": -53.86306871051471, "S22": -60.564075129406859, "W31": -106.00352763312615, "S31": -106.00352763312615, "W32": -106.00352763312615, "S32": -109.25759399560999 }, "geometry": { "type": "Point", "coordinates": [ 103828.0, 505698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.23926225366346637, "W12": -0.24038076051372451, "S12": -10.821047292584872, "W13": -21.281043424715641, "S13": -21.281043424715641, "W21": -39.599976598607604, "S21": -42.52108210128722, "W22": -52.969293305254908, "S22": -56.337945390322645, "W31": -106.4394400578627, "S31": -106.4394400578627, "W32": -106.4394400578627, "S32": -109.05799107221314 }, "geometry": { "type": "Point", "coordinates": [ 103828.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18, "S11": -5.3099998, "W12": -5.3200002, "S12": -5.3200002, "W13": -17.82, "S13": -23.82, "W21": -33.02, "S21": -33.02, "W22": -51.858721389108126, "S22": -53.486663567266, "W31": -105.83764541016214, "S31": -105.83764541016214, "W32": -105.83764541016214, "S32": -108.89652642308572 }, "geometry": { "type": "Point", "coordinates": [ 103828.9, 504615.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0042910891366071402, "S11": 0.0042910891366071402, "W12": -5.8216254764254973, "S12": -6.3043550467709055, "W13": -15.585431388531934, "S13": -18.36281918630656, "W21": -35.718341586200104, "S21": -35.718341586200104, "W22": -50.428328597247443, "S22": -51.513546468179598, "W31": -105.23585076246158, "S31": -105.23585076246158, "W32": -105.23585076246158, "S32": -108.66289544804198 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 497989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37120716807786469, "S11": 0.37120716807786469, "W12": -8.5985899935021521, "S12": -9.3687511156428478, "W13": -13.014039541899976, "S13": -14.812683000263252, "W21": -32.987378406356655, "S21": -38.401020535241855, "W22": -49.057785059702447, "S22": -51.494354281985956, "W31": -104.63405611476101, "S31": -104.63405611476101, "W32": -104.63405611476101, "S32": -108.37806687509935 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 499864.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0065713181291072, "W12": -11.126074230912939, "S12": -11.306685683288688, "W13": -16.388262593873936, "S13": -19.990317655233589, "W21": -50.527574994421244, "S21": -59.347648651074749, "W22": -47.776304819973092, "S22": -51.102817633605184, "W31": -104.03226146706045, "S31": -104.03226146706045, "W32": -104.03226146706045, "S32": -108.0950923738222 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38273115692537441, "S11": 0.38273115692537441, "W12": -5.9634846651044224, "S12": -22.212117174904769, "W13": -22.212117174904769, "S13": -22.212117174904769, "W21": -34.169778129351812, "S21": -34.169778129351812, "W22": -47.02584249300908, "S22": -49.510009942358337, "W31": -103.51471807003797, "S31": -103.51471807003797, "W32": -103.51471807003797, "S32": -107.85946084431666 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 507304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0594292264516385, "S11": 2.0594292264516385, "W12": -4.6364001253765483, "S12": -4.6364001253765483, "W13": -22.66733544791062, "S13": -22.66733544791062, "W21": -34.494386946924706, "S21": -35.733612128522772, "W22": -46.502598112618976, "S22": -48.144420197685392, "W31": -102.99717467301549, "S31": -102.99717467301549, "W32": -102.99717467301549, "S32": -107.62672395414815 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 508865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1915902969949218, "S11": 0.14073236060776612, "W12": -10.665221945928787, "S12": -11.278906156455102, "W13": -16.579692245355467, "S13": -19.474239273630136, "W21": -36.758254103524564, "S21": -36.758254103524564, "W22": -47.225209315204701, "S22": -48.367450694515043, "W31": -102.47963127599301, "S31": -102.47963127599301, "W32": -102.47963127599301, "S32": -107.39930959838632 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 511896.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.054621782329312835, "S11": 0.054621782329312835, "W12": -11.235976707646712, "S12": -11.235976707646712, "W13": -17.981949300588379, "S13": -18.397618643617214, "W21": -34.88321820445875, "S21": -39.88321820445875, "W22": -48.931478612856537, "S22": -49.299741638030703, "W31": -101.96208787897052, "S31": -101.96208787897052, "W32": -102.17189524262452, "S32": -107.17189524262452 }, "geometry": { "type": "Point", "coordinates": [ 103829.0, 512524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0, "S11": 0.0, "W12": -4.71, "S12": -4.71, "W13": -15.17, "S13": -15.17, "W21": -30.000000000000004, "S21": -32.339562583427458, "W22": -58.177748364995331, "S22": -58.177748364995331, "W31": -90.967459251036985, "S31": -90.967459251036985, "W32": -98.873333134007069, "S32": -103.87333313400707 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.4299998, "S11": 3.3299998, "W12": -11.37, "S12": -11.37, "W13": -16.870001, "S13": -20.570001, "W21": -35.27, "S21": -35.47, "W22": -62.075212732171728, "S22": -62.075212732171728, "W31": -87.468982630272961, "S31": -87.468982630272961, "W32": -94.746082372428205, "S32": -99.746082372428205 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09624251600027528, "S11": 0.094172122625534094, "W12": -10.082013705851343, "S12": -10.082013705851343, "W13": -15.0, "S13": -17.374287493897615, "W21": -37.269181346268397, "S21": -40.269181346268397, "W22": -63.659011605194806, "S22": -63.659011605194806, "W31": -85.256034288292355, "S31": -85.256034288292355, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 501836.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 3.4694469519536142e-17, "S12": -13.16693361808151, "W13": -23.189822255113683, "S13": -23.189822255113683, "W21": -36.108310918787005, "S21": -41.335232185511956, "W22": -63.668622363784792, "S22": -63.668622363784792, "W31": -85.242499436047822, "S31": -85.242499436047822, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 506250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -16.813786608108892, "S13": -16.813786608108892, "W21": -46.0, "S21": -46.0, "W22": -63.378318738209629, "S22": -63.378318738209629, "W31": -82.32630083513682, "S31": -83.903770272848476, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103830.244897959186346, 524748.530612244852819 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5745408152974205, "S12": -5.5745408152974205, "W13": -17.929006114937351, "S13": -17.929006114937351, "W21": -44.25698395434847, "S21": -44.25698395434847, "W22": -61.828772403160528, "S22": -64.620830548879368, "W31": -81.163615120092416, "S31": -85.877686679361389, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103830.454545454544132, 520814.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.069057530153755, "S12": -18.638264666466249, "W13": -23.202014862722145, "S13": -25.070992002032508, "W21": -38.641692997438192, "S21": -38.641692997438192, "W22": -63.581697296729089, "S22": -71.428341778148777, "W31": -79.914846272798385, "S31": -84.377056970964134, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103831.0, 503661.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.4004472135157862, "S12": -19.419109999005606, "W13": -20.974283843743251, "S13": -21.908933054398943, "W21": -39.079235615110065, "S21": -39.079235615110065, "W22": -67.5, "S22": -67.5, "W31": -79.510002, "S31": -79.510002, "W32": -97.5, "S32": -102.5 }, "geometry": { "type": "Point", "coordinates": [ 103831.0, 506799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21791778918035945, "S11": -0.21791778918035945, "W12": -8.0394189334571742, "S12": -21.399530550434704, "W13": -21.706861396984532, "S13": -21.706861396984532, "W21": -34.870395165823595, "S21": -34.870395165823595, "W22": -50.000000000000007, "S22": -51.19153454750785, "W31": -79.295556637012794, "S31": -79.295556637012794, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103831.0, 507102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14637358777732107, "S11": 0.14637358777732107, "W12": -6.9317051998249779, "S12": -20.685068773285423, "W13": -20.685068773285423, "S13": -20.685068773285423, "W21": -34.515362851556269, "S21": -34.515362851556269, "W22": -50.064209353383134, "S22": -54.42542044092864, "W31": -79.113861932908335, "S31": -79.113861932908335, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103831.0, 507177.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81651129413967005, "S11": -0.81651129413967005, "W12": -6.8030265236551086, "S12": -17.364913914030229, "W13": -20.002289111167258, "S13": -20.002289111167258, "W21": -32.816744548960862, "S21": -32.816744548960862, "W22": -39.057945261254027, "S22": -39.057945261254027, "W31": -62.788757628352272, "S31": -62.879714214276895, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103831.0, 508143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20642372408664128, "S11": -2.1352021244997643, "W12": -5.0, "S12": -5.0, "W13": -21.923153026190128, "S13": -21.923153026190128, "W21": -34.591789726954644, "S21": -36.864232686653274, "W22": -40.619831425490119, "S22": -40.619831425490119, "W31": -70.721116618695959, "S31": -71.285147030534034, "W32": -95.09225796506783, "S32": -100.09225796506783 }, "geometry": { "type": "Point", "coordinates": [ 103831.0, 508757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5700758514268327, "S11": 0.5700758514268327, "W12": -5.4523633119632269, "S12": -8.5736045917322912, "W13": -15.0, "S13": -15.344845575959933, "W21": -30.0, "S21": -32.651753085487115, "W22": -46.527366120872109, "S22": -46.527366120872109, "W31": -79.253053823705187, "S31": -80.211773776945492, "W32": -96.720768304735429, "S32": -101.72076830473543 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 498694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36717069499038213, "S11": 0.36717069499038213, "W12": -7.8318955978614939, "S12": -8.2761538398381784, "W13": -12.051777592878318, "S13": -17.051777592878317, "W21": -36.195064774933428, "S21": -45.655680345241215, "W22": -46.303188025892233, "S22": -46.303188025892233, "W31": -79.992286602026127, "S31": -80.404912700301423, "W32": -98.147986019528503, "S32": -103.1479860195285 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.52040238918579074, "S12": -13.378303976838456, "W13": -21.19946834024784, "S13": -21.19946834024784, "W21": -38.537797844456897, "S21": -42.347056853033806, "W22": -45.855742694164874, "S22": -45.855742694164874, "W31": -80.536481179179191, "S31": -80.536481179179191, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 506391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.9620686141650454, "S12": -15.484263017424375, "W13": -20.730026469948768, "S13": -21.982161432347937, "W21": -38.868278495647665, "S21": -38.868278495647665, "W22": -45.187543977373188, "S22": -45.488071439881558, "W31": -80.601640324298671, "S31": -80.601640324298671, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43739766338721009, "S11": -0.43739766338721009, "W12": -10.375, "S12": -10.375, "W13": -22.111294870505713, "S13": -22.111294870505713, "W21": -34.071544115294117, "S21": -34.071544115294117, "W22": -38.901767420839285, "S22": -39.538406122877291, "W31": -68.116269487644004, "S31": -77.587493256603068, "W32": -89.807692307692307, "S32": -94.807692307692307 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -15.091148577449948, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -39.289762187196835, "S21": -39.289762187196835, "W22": -38.607309746327587, "S22": -39.710371645120652, "W31": -66.241108887320905, "S31": -66.710935952262247, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103832.0, 510918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43824200632465704, "S11": -0.43824200632465704, "W12": -10.369, "S12": -10.393562276991302, "W13": -22.109888490706879, "S13": -22.109888490706879, "W21": -34.09880676094209, "S21": -34.09880676094209, "W22": -34.991790033121546, "S22": -40.257353718212457, "W31": -69.231130690161507, "S31": -70.844583409095733, "W32": -85.575353002024684, "S32": -90.575353002024684 }, "geometry": { "type": "Point", "coordinates": [ 103832.4, 508000.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2490004683018244, "S11": -0.2490004683018244, "W12": -7.8321423742364749, "S12": -21.304695614799247, "W13": -21.388142100376065, "S13": -21.388142100376065, "W21": -35.209963131786083, "S21": -35.209963131786083, "W22": -46.682022288918354, "S22": -51.594452840039118, "W31": -67.987410402182988, "S31": -67.987410402182988, "W32": -89.899112891450784, "S32": -94.899112891450784 }, "geometry": { "type": "Point", "coordinates": [ 103832.5, 507123.5 ] } }, +{ "type": "Feature", "properties": { "W11": 4.336300616812939, "S11": 3.7641998695115326, "W12": -11.339594516979004, "S12": -11.339594516979004, "W13": -16.744288461466045, "S13": -20.477765197905867, "W21": -41.11359444444598, "S21": -49.678854354499528, "W22": -50.0, "S22": -58.609585541860909, "W31": -67.357316816025985, "S31": -67.357316816025985, "W32": -90.991623105717068, "S32": -95.991623105717068 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 500782.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1788203753351207, "W12": -11.251039346300738, "S12": -11.592685248580551, "W13": -16.334074898034853, "S13": -20.159004949575824, "W21": -50.954875832828584, "S21": -60.250199868923744, "W22": -43.671370359520807, "S22": -51.769170316415213, "W31": -65.947798192697419, "S31": -70.417549829837839, "W32": -94.045369669741262, "S32": -99.045369669741262 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.035145931318858348, "W12": -8.5949501176958645, "S12": -17.053459724632532, "W13": -20.107893521911308, "S13": -22.52062171728203, "W21": -36.7346536036396, "S21": -40.438370136124156, "W22": -40.691971897533733, "S22": -43.995269516130634, "W31": -65.692028784725252, "S31": -72.911957705075778, "W32": -96.025813512183859, "S32": -101.02581351218386 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 504331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93236146369263617, "S11": 0.93236146369263617, "W12": -10.252683452376202, "S12": -10.252683452376202, "W13": -22.036702447685844, "S13": -22.036702447685844, "W21": -36.127976118101337, "S21": -36.127976118101337, "W22": -39.99555875816592, "S22": -43.632113708906431, "W31": -65.640585320717491, "S31": -73.41366345154411, "W32": -96.557607544716092, "S32": -101.55760754471609 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 504894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.3231213209999235, "S12": -19.55005078158084, "W13": -21.750065970673415, "S13": -21.750065970673415, "W21": -39.499900146766031, "S21": -39.628089623020401, "W22": -39.910267761349047, "S22": -48.237095239412639, "W31": -65.599021727280828, "S31": -73.819015114253219, "W32": -96.987268948483418, "S32": -101.98726894848342 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 506714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8638113598713506, "S11": -0.8638113598713506, "W12": -8.2019638089256119, "S12": -13.282151795414082, "W13": -21.451491469340542, "S13": -21.451491469340542, "W21": -36.080773469776872, "S21": -36.080773469776872, "W22": -39.887782052448692, "S22": -49.329510377170031, "W31": -65.589141856709816, "S31": -73.915369198011831, "W32": -97.089401577247685, "S32": -102.08940157724768 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 507004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65415978172453726, "S11": -0.65415978172453726, "W12": -5.0, "S12": -5.0, "W13": -20.869520746829114, "S13": -20.869520746829114, "W21": -34.329300656920104, "S21": -36.738084440703886, "W22": -39.715399416778176, "S22": -54.058510582154177, "W31": -65.537698392702069, "S31": -74.417074944480177, "W32": -97.621195609779946, "S32": -102.62119560977995 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 508587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2078795138943619, "W12": -11.544679989678521, "S12": -11.544679989678521, "W13": -21.411318175409523, "S13": -24.689116698249293, "W21": -42.80334543686665, "S21": -43.509458807736465, "W22": -39.708200759715417, "S22": -54.526336758306762, "W31": -65.486254928694379, "S31": -74.918780690947898, "W32": -98.152989642311525, "S32": -103.15298964231152 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 514989.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7601898510971785, "S11": -1.7601898510971785, "W12": -8.9728147266723166, "S12": -8.9728147266723166, "W13": -21.119341488208299, "S13": -25.58497161465899, "W21": -44.094241235671504, "S21": -44.094241235671504, "W22": -39.82901380091235, "S22": -53.166125675166299, "W31": -65.434811464686632, "S31": -75.42048643741623, "W32": -98.684783674843757, "S32": -103.68478367484376 }, "geometry": { "type": "Point", "coordinates": [ 103833.0, 515488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28330176767677229, "S11": 0.28330176767677229, "W12": -7.6902787819712879, "S12": -7.6902787819712879, "W13": -16.309764522345617, "S13": -18.326978574723295, "W21": -33.69064944420505, "S21": -34.153668063246812, "W22": -39.949826842109275, "S22": -51.810957708387384, "W31": -65.383368000678885, "S31": -75.441172464215811, "W32": -99.216577707376018, "S32": -104.21657770737602 }, "geometry": { "type": "Point", "coordinates": [ 103833.666666666671517, 497511.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1514802157899582, "S11": 1.1514802157899582, "W12": -8.4204645139730161, "S12": -9.2332209159249103, "W13": -13.525524684215014, "S13": -16.36252648522413, "W21": -29.999999999999996, "S21": -33.0, "W22": -40.0, "S22": -50.455789741610161, "W31": -65.33192453667121, "S31": -75.449070236856357, "W32": -99.748371739907597, "S32": -104.7483717399076 }, "geometry": { "type": "Point", "coordinates": [ 103834.0, 499325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6820638278090274, "W12": -10.767289792954687, "S12": -10.767289792954687, "W13": -16.348660452109065, "S13": -17.638045482332736, "W21": -45.526898928967164, "S21": -53.638016297946436, "W22": -39.807301689556795, "S22": -49.100621774831239, "W31": -65.317111377752909, "S31": -75.488849342922094, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103834.142857142855064, 501335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44511770906535486, "S11": -0.44511770906535486, "W12": -10.33, "S12": -11.464276660033899, "W13": -22.406593164236376, "S13": -22.406593164236376, "W21": -34.445932802327363, "S21": -34.44594199187955, "W22": -39.362876932362319, "S22": -47.745453808052325, "W31": -65.419071914039932, "S31": -75.628264375741281, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103835.0, 508016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7081134684668369, "S11": 0.75357728463780727, "W12": -2.9688345905401747, "S12": -6.1055698569571346, "W13": -23.844094779524397, "S13": -23.844094779524397, "W21": -35.658503013674895, "S21": -38.408141514076966, "W22": -38.919026531355982, "S22": -46.368349799818773, "W31": -65.521032450326828, "S31": -75.767679408560284, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103835.0, 509095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48630243462126721, "S11": 0.48630243462126721, "W12": -7.836491401726736, "S12": -19.944669730631375, "W13": -30.0, "S13": -30.0, "W21": -37.594661071471563, "S21": -37.598884252338152, "W22": -38.475176130349084, "S22": -44.301713416156169, "W31": -65.622992986613838, "S31": -75.907094441379456, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103835.0, 510294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0561603252194143, "S12": -10.998232955866005, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.000870392691745, "W22": -38.217477893640755, "S22": -42.235077032496157, "W31": -65.724953522900734, "S31": -76.046509474198459, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103835.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5814590981463761, "S12": -5.5814590981463761, "W13": -18.161458134756717, "S13": -18.161458134756717, "W21": -44.173383234316873, "S21": -44.173383234316873, "W22": -38.00331279371261, "S22": -40.119337520293683, "W31": -65.826914059187757, "S31": -76.185924507017646, "W32": -99.26670973804768, "S32": -104.26670973804768 }, "geometry": { "type": "Point", "coordinates": [ 103835.222222222218988, 520696.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2098039308023159, "S11": 1.2098039308023159, "W12": -11.393603023743978, "S12": -13.134817644306686, "W13": -23.410671127817256, "S13": -26.509263923854792, "W21": -36.658765250515756, "S21": -36.664866517230578, "W22": -37.644816316152067, "S22": -37.741730022196379, "W31": -65.935176791978066, "S31": -76.333956804558397, "W32": -97.774482164533268, "S32": -102.77448216453327 }, "geometry": { "type": "Point", "coordinates": [ 103835.666666666671517, 505171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38788019743131102, "S11": 0.38788019743131102, "W12": -4.8695943525071659, "S12": -15.511777347209888, "W13": -18.292879963679773, "S13": -18.292879963679773, "W21": -33.531790599781552, "S21": -33.531790599781552, "W22": -37.362698082812351, "S22": -37.362698082812351, "W31": -66.043439524768516, "S31": -76.481989102099348, "W32": -96.282254591017079, "S32": -101.28225459101708 }, "geometry": { "type": "Point", "coordinates": [ 103835.666666666671517, 507346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.065205422888995918, "S11": 0.065205422888995918, "W12": -10.144844491302056, "S12": -10.144844491302056, "W13": -15.0, "S13": -17.399341784084978, "W21": -37.350410603352906, "S21": -40.24291024066612, "W22": -37.337019286374812, "S22": -37.337019286374812, "W31": -66.160935072864717, "S31": -73.762254781673903, "W32": -94.938066126287239, "S32": -99.938066126287239 }, "geometry": { "type": "Point", "coordinates": [ 103836.0, 501841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69260687841224466, "S11": -0.69260687841224466, "W12": -6.9955101022698916, "S12": -16.96485198450145, "W13": -20.003506938521138, "S13": -20.003506938521138, "W21": -33.043239657567341, "S21": -33.05778755725877, "W22": -38.143310967354445, "S22": -39.776900028258929, "W31": -66.278051211985797, "S31": -70.735651781901765, "W32": -93.638605358720611, "S32": -98.638605358720611 }, "geometry": { "type": "Point", "coordinates": [ 103836.0, 508136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.2511963013912979, "S12": -4.2511963013912979, "W13": -22.862832642503047, "S13": -22.862832642503047, "W21": -34.376900135548318, "S21": -34.777868658550737, "W22": -38.949602648335031, "S22": -42.152601208101068, "W31": -66.440775350499948, "S31": -71.537265034669559, "W32": -92.567352046324046, "S32": -97.567352046324046 }, "geometry": { "type": "Point", "coordinates": [ 103836.0, 508890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.063739354878595389, "S11": 0.063739354878595389, "W12": -6.6497804107902274, "S12": -6.6497804107902274, "W13": -16.0632270746759, "S13": -18.430339314239788, "W21": -36.547165245703297, "S21": -36.628594883067969, "W22": -39.755894329314664, "S22": -44.5283023879404, "W31": -66.544811315652069, "S31": -72.307916038444674, "W32": -91.527858875314408, "S32": -96.527858875314408 }, "geometry": { "type": "Point", "coordinates": [ 103837.0, 497767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013906877211631363, "S11": 0.013906877211631363, "W12": -5.3434132179640725, "S12": -5.3434132179640725, "W13": -15.237504625424698, "S13": -18.237504625424698, "W21": -33.977600717347514, "S21": -34.463687584582345, "W22": -39.634332351764634, "S22": -53.49821062082129, "W31": -66.107071005703446, "S31": -74.800987490481447, "W32": -82.992155844155846, "S32": -87.992155844155846 }, "geometry": { "type": "Point", "coordinates": [ 103837.0, 498106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2823537892258161, "S11": 1.1156871225591494, "W12": -3.4391131003294473, "S12": -15.676315009593083, "W13": -18.180739249589752, "S13": -18.180739249589752, "W21": -34.080479663687569, "S21": -34.080479663687569, "W22": -40.0, "S22": -42.006252298639204, "W31": -60.0, "S31": -65.0, "W32": -85.922119909704236, "S32": -90.922119909704236 }, "geometry": { "type": "Point", "coordinates": [ 103837.0, 507591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2426267873054702, "S12": -15.825691498231919, "W13": -29.970761394901707, "S13": -29.970761394901707, "W21": -40.0, "S21": -40.0, "W22": -42.719836030851795, "S22": -42.719836030851795, "W31": -69.232946193068116, "S31": -70.598825427236008, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103837.0, 510559.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5662186094358272, "S12": -5.5662186094358272, "W13": -17.836201797820856, "S13": -17.836201797820856, "W21": -44.28014297071347, "S21": -44.28014297071347, "W22": -60.191631094977943, "S22": -60.191631094977943, "W31": -70.165414375125692, "S31": -70.939861540172757, "W32": -94.900190114068451, "S32": -99.900190114068451 }, "geometry": { "type": "Point", "coordinates": [ 103837.272727272720658, 520862.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93921207636165749, "S11": 0.93921207636165749, "W12": -8.7943368647008189, "S12": -9.4250412431483301, "W13": -20.073702928175216, "S13": -24.061902898849965, "W21": -37.126918350887323, "S21": -37.69899026323089, "W22": -60.302756982461126, "S22": -60.302756982461126, "W31": -70.357583856144586, "S31": -71.019691706783561, "W32": -94.196530418251271, "S32": -99.196530418251271 }, "geometry": { "type": "Point", "coordinates": [ 103837.833333333328483, 503400.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45239404405734157, "S11": 0.45239404405734157, "W12": -9.976592124453088, "S12": -10.721098984531015, "W13": -14.699451651997695, "S13": -17.653300634591467, "W21": -30.735077900286242, "S21": -33.130159390391015, "W22": -60.413882869944437, "S22": -60.413882869944437, "W31": -70.549753337163708, "S31": -71.099521873394451, "W32": -93.492870722433295, "S32": -98.492870722433295 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 499659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35604556107833901, "S11": 0.35604556107833901, "W12": -8.2937491877843996, "S12": -9.059605567997691, "W13": -12.626508278892031, "S13": -13.35310172706091, "W21": -33.536601987494727, "S21": -41.208244506641137, "W22": -60.753440796996109, "S22": -60.753440796996109, "W31": -70.733421591276908, "S31": -71.326522324834741, "W32": -92.789211026616144, "S32": -97.789211026616144 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 499902.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1183860478864913, "W12": -11.186539419603937, "S12": -11.533843899482463, "W13": -16.280303968942306, "S13": -20.142028487717944, "W21": -50.65486626924671, "S21": -59.838471008120564, "W22": -61.053406679872381, "S22": -61.053406679872381, "W31": -70.900949272505983, "S31": -71.605471008270371, "W32": -92.08555133079814, "S32": -97.08555133079814 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25976712118890766, "S11": -0.28435666638611468, "W12": -5.0, "S12": -15.0, "W13": -23.510234744789575, "S13": -29.041280496423756, "W21": -40.000000000000007, "S21": -47.762711864406789, "W22": -60.872968968588928, "S22": -60.872968968588928, "W31": -71.068476953734859, "S31": -71.884419691705673, "W32": -91.381891634980988, "S32": -96.381891634980988 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 504080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35336247964863371, "S11": -4.6466375203513666, "W12": -6.7407698466497434, "S12": -6.7407698466497434, "W13": -18.455692701937863, "S13": -23.291142762368818, "W21": -33.667828494150903, "S21": -33.667828494150903, "W22": -60.692531257305475, "S22": -60.692531257305475, "W31": -71.236004634963734, "S31": -72.163368375140976, "W32": -90.669700899599832, "S32": -95.669700899599832 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 504670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1749317770174903, "S11": -1.3762571265492207, "W12": -11.677554220015679, "S12": -11.677554220015679, "W13": -24.455022980958635, "S13": -28.050379884325746, "W21": -34.079363962074297, "S21": -41.818279401423368, "W22": -60.57462933679367, "S22": -60.57462933679367, "W31": -71.403532316192823, "S31": -72.44231705857662, "W32": -89.968928238827374, "S32": -94.968928238827374 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 505690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.12642276422732523, "W12": -1.262823488717328, "S12": -19.770388265111709, "W13": -22.044795375892811, "S13": -22.044795375892811, "W21": -39.861076687856382, "S21": -41.122298555480079, "W22": -60.576010378954741, "S22": -60.576010378954741, "W31": -71.838566835880215, "S31": -72.988772580470439, "W32": -89.785277496231899, "S32": -94.785277496231899 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 506612.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51867826513493342, "S11": 0.51867826513493342, "W12": -1.6135066495535102, "S12": -19.590634588695973, "W13": -21.995822462518987, "S13": -21.995822462518987, "W21": -39.737623923220724, "S21": -40.555716941811006, "W22": -60.547988296502481, "S22": -60.547988296502481, "W31": -72.301584200829865, "S31": -73.366239788552178, "W32": -89.601626753636225, "S32": -94.601626753636225 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 506651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10828358208955224, "S11": 0.10828358208955224, "W12": -11.230175488054126, "S12": -11.230175488054126, "W13": -16.149362383851329, "S13": -36.149362383851326, "W21": -36.586827009301949, "S21": -39.340555373204971, "W22": -60.51996621405025, "S22": -60.51996621405025, "W31": -72.764601565778975, "S31": -73.55518548780347, "W32": -89.41797601104075, "S32": -94.41797601104075 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 512111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0097098894053534723, "S11": -0.2402901105946465, "W12": -11.35067514234929, "S12": -11.35067514234929, "W13": -17.218501384402398, "S13": -21.813404679828643, "W21": -36.210880606990052, "S21": -38.893465890114385, "W22": -60.491944131598025, "S22": -60.491944131598025, "W31": -73.22761893072807, "S31": -73.744131187054762, "W32": -89.234325268445289, "S32": -94.234325268445289 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 512239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6202756776474763, "S12": -5.6202756776474763, "W13": -20.0, "S13": -20.226412383076838, "W21": -45.403618039368631, "S21": -47.5267151682025, "W22": -60.463922049145765, "S22": -60.463922049145765, "W31": -73.69063629567772, "S31": -73.933076886306281, "W32": -89.050674525849601, "S32": -94.050674525849601 }, "geometry": { "type": "Point", "coordinates": [ 103838.0, 517959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28260809776126627, "S11": 0.28260809776126627, "W12": -10.301013400334998, "S12": -10.301013400334998, "W13": -20.029177175262024, "S13": -28.15528862518179, "W21": -40.64057044847047, "S21": -41.762172515653802, "W22": -60.43589996669354, "S22": -60.43589996669354, "W31": -74.153653660626816, "S31": -74.165152930961455, "W32": -88.958743324256204, "S32": -93.958743324256204 }, "geometry": { "type": "Point", "coordinates": [ 103838.166666666671517, 513249.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2081020911604621, "S11": 3.2081020911604621, "W12": -10.320019305019304, "S12": -10.320019305019304, "W13": -15.066469568226941, "S13": -17.28482008369086, "W21": -39.184013753285662, "S21": -39.775490820186043, "W22": -60.407877884241273, "S22": -60.407877884241273, "W31": -74.616671025576466, "S31": -74.616671025576466, "W32": -88.922972213573289, "S32": -93.922972213573289 }, "geometry": { "type": "Point", "coordinates": [ 103838.5, 500416.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.200001, "S13": -17.991027145878995, "W21": -26.790417748406892, "S21": -27.261647521435808, "W22": -60.379855801789049, "S22": -60.379855801789049, "W31": -75.023480873823004, "S31": -75.023480873823004, "W32": -88.887201102890444, "S32": -93.887201102890444 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 496839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.518808881733376, "S11": -1.7622228216519007, "W12": -15.0, "S12": -15.0, "W13": -19.873455492139801, "S13": -24.609003743151959, "W21": -34.009153310768944, "S21": -41.466112734732874, "W22": -60.351833719336817, "S22": -60.351833719336817, "W31": -75.098021386783884, "S31": -75.098021386783884, "W32": -88.851429992207571, "S32": -93.851429992207571 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 505630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.005812571275231, "S11": -1.018031550257134, "W12": -10.0, "S12": -10.0, "W13": -25.0, "S13": -27.986551185071406, "W21": -34.109504966724785, "S21": -41.985468847970246, "W22": -60.32381163688455, "S22": -60.32381163688455, "W31": -75.172561899744849, "S31": -75.172561899744849, "W32": -88.779101792915668, "S32": -93.779101792915668 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 505719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47507788161993769, "S11": 0.47507788161993769, "W12": -3.9386323675559973, "S12": -15.917506950111946, "W13": -20.654496918318337, "S13": -21.960766151188565, "W21": -38.902237638617812, "S21": -38.902237638617812, "W22": -60.295789554432325, "S22": -60.295789554432325, "W31": -75.247102412705729, "S31": -75.247102412705729, "W32": -88.671221692690082, "S32": -93.671221692690082 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 506832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35493449104581776, "S11": -0.64506550895418224, "W12": -0.80084451846771798, "S12": -0.93772779163258058, "W13": -18.129147649413472, "S13": -18.129147649413472, "W21": -31.995478334180124, "S21": -31.995478334180124, "W22": -60.267767471980058, "S22": -60.267767471980058, "W31": -75.321642925666694, "S31": -75.321642925666694, "W32": -88.563341592464383, "S32": -93.563341592464383 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45590917076598736, "S11": -0.45590917076598736, "W12": -10.27, "S12": -13.260824673889008, "W13": -22.398375062499998, "S13": -22.398375062499998, "W21": -34.3735886669729, "S21": -34.3735886669729, "W22": -60.23974538952784, "S22": -60.23974538952784, "W31": -75.265846368599767, "S31": -75.265846368599767, "W32": -88.455461492238811, "S32": -93.455461492238811 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 508042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39854961832061064, "S11": 0.39854961832061064, "W12": -15.137394930319322, "S12": -15.137394930319322, "W13": -21.693504774879852, "S13": -22.913658713280018, "W21": -38.426959325677011, "S21": -39.398085218253684, "W22": -60.211354221896386, "S22": -60.211354221896386, "W31": -74.976209170646896, "S31": -74.976209170646896, "W32": -88.346160478838968, "S32": -93.346160478838968 }, "geometry": { "type": "Point", "coordinates": [ 103839.0, 514414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49957577192759534, "S11": 0.49957577192759534, "W12": -10.0, "S12": -10.762867680129531, "W13": -12.767231271853328, "S13": -14.285790922495199, "W21": -30.0, "S21": -33.0, "W22": -60.327086121704994, "S22": -60.327086121704994, "W31": -74.686571972694026, "S31": -74.686571972694026, "W32": -88.236859465439139, "S32": -93.236859465439139 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 499539.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2702831714715135, "S11": -0.053379244056152464, "W12": -10.0, "S12": -10.0, "W13": -19.936692874515991, "S13": -21.515496263149952, "W21": -35.395279647321225, "S21": -37.339390929400082, "W22": -60.741776006000727, "S22": -60.741776006000727, "W31": -74.54063287571752, "S31": -74.54063287571752, "W32": -88.127558452039324, "S32": -93.127558452039324 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 505315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.641823625825239, "S11": 0.641823625825239, "W12": -5.4192176725863357, "S12": -11.070757836261654, "W13": -24.554067043911026, "S13": -24.554067043911026, "W21": -34.411531625060498, "S21": -39.000102338114544, "W22": -61.156465890296467, "S22": -61.156465890296467, "W31": -74.654559803414372, "S31": -74.654559803414372, "W32": -88.01825743863948, "S32": -93.01825743863948 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 505965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20777487920734769, "S11": -0.20777487920734769, "W12": -6.1877240907358022, "S12": -6.1877240907358022, "W13": -20.817939402617636, "S13": -20.817939402617636, "W21": -38.337297722047524, "S21": -38.337297722047524, "W22": -61.571155774592206, "S22": -61.571155774592206, "W31": -74.76001949393202, "S31": -74.76001949393202, "W32": -87.908956425239651, "S32": -92.908956425239651 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 506945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35, "S11": 0.35, "W12": -0.13, "S12": -0.13, "W13": -18.139999, "S13": -18.139999, "W21": -31.870001, "S21": -31.870001, "W22": -60.235736294530156, "S22": -60.235736294530156, "W31": -74.846331872432458, "S31": -74.846331872432458, "W32": -87.799655411839836, "S32": -92.799655411839836 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060751991565713037, "S11": 0.060751991565713037, "W12": -10.0, "S12": -14.064187547719857, "W13": -24.100544824170381, "S13": -24.100544824170381, "W21": -37.5926857650431, "S21": -37.5926857650431, "W22": -60.0, "S22": -60.0, "W31": -74.858410445583502, "S31": -74.858410445583502, "W32": -87.786539290231843, "S32": -92.786539290231843 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 511469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15682747362312446, "S11": 0.1141046541471735, "W12": -10.873397702445557, "S12": -10.992871398226583, "W13": -16.087010307716778, "S13": -16.087010307716778, "W21": -36.76543260469019, "S21": -36.76543260469019, "W22": -59.43000136786798, "S22": -59.43000136786798, "W31": -75.239998, "S31": -75.239998, "W32": -87.704955893217402, "S32": -92.704955893217402 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 511960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2361662599458914, "W12": -11.478844637681252, "S12": -11.478844637681252, "W13": -21.395667983678649, "S13": -24.750603996965737, "W21": -42.749006433494053, "S21": -43.488234676714995, "W22": -58.782275649536132, "S22": -58.782275649536132, "W31": -75.239998, "S31": -75.239998, "W32": -87.619705175818225, "S32": -92.619705175818225 }, "geometry": { "type": "Point", "coordinates": [ 103840.45901639344811, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3950375978715126, "S11": -0.55409694186098601, "W12": -10.235851571856291, "S12": -10.235851571856291, "W13": -19.749826640343446, "S13": -26.270493361459486, "W21": -38.603407148462317, "S21": -40.381261084171847, "W22": -58.13454993120429, "S22": -58.13454993120429, "W31": -75.239998, "S31": -75.239998, "W32": -87.534454458419077, "S32": -92.534454458419077 }, "geometry": { "type": "Point", "coordinates": [ 103840.65, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3073785469913202, "S11": -1.6926214530086798, "W12": -12.768453989475182, "S12": -12.768453989475182, "W13": -22.42136064374543, "S13": -26.491748102227238, "W21": -34.044629292754983, "S21": -41.672111465003901, "W22": -57.486824212872442, "S22": -57.486824212872442, "W31": -75.239998, "S31": -75.239998, "W32": -87.449203741019915, "S32": -92.449203741019915 }, "geometry": { "type": "Point", "coordinates": [ 103841.0, 505666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.026315789473684181, "W12": -3.57608363274979, "S12": -18.576025772494088, "W13": -20.933328601803002, "S13": -21.999872888172895, "W21": -39.048690144345137, "S21": -39.048690144345137, "W22": -56.769061637826248, "S22": -56.769061637826248, "W31": -75.239998, "S31": -75.239998, "W32": -87.363953023620752, "S32": -92.363953023620752 }, "geometry": { "type": "Point", "coordinates": [ 103841.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059483882268704269, "S11": 0.059483882268704269, "W12": -6.492081152274908, "S12": -6.492081152274908, "W13": -16.017923456526397, "S13": -18.460907550320702, "W21": -37.010200443133847, "S21": -37.030196630096576, "W22": -55.912833902390041, "S22": -55.912833902390041, "W31": -75.239998, "S31": -75.239998, "W32": -87.278702306221589, "S32": -92.278702306221589 }, "geometry": { "type": "Point", "coordinates": [ 103841.666666666671517, 497806.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0667916953597751, "S11": 1.0667916953597751, "W12": -8.8066092255963007, "S12": -9.7889063587038674, "W13": -13.414923809639816, "S13": -16.295329977372045, "W21": -30.0, "S21": -33.0, "W22": -54.801136363636367, "S22": -54.801136363636367, "W31": -75.239998, "S31": -75.239998, "W32": -87.193451588822441, "S32": -92.193451588822441 }, "geometry": { "type": "Point", "coordinates": [ 103842.0, 499365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65211683984910451, "S11": 0.65211683984910451, "W12": -6.6594436140305184, "S12": -10.124548457555509, "W13": -25.0, "S13": -25.0, "W21": -34.315385020926044, "S21": -42.805483738349217, "W22": -54.173691805270757, "S22": -54.173691805270757, "W31": -75.239998, "S31": -75.239998, "W32": -87.108200871423278, "S32": -92.108200871423278 }, "geometry": { "type": "Point", "coordinates": [ 103842.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49218674940789531, "S11": 0.49218674940789531, "W12": -15.089650475877912, "S12": -15.089650475877912, "W13": -21.005639047166149, "S13": -21.468754380437222, "W21": -36.923455291416111, "S21": -44.996892873675208, "W22": -53.774967722336143, "S22": -53.774967722336143, "W31": -75.239998, "S31": -75.239998, "W32": -86.994188427090393, "S32": -91.994188427090393 }, "geometry": { "type": "Point", "coordinates": [ 103842.0, 514052.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.63379646686929614, "W12": -7.4065723433465873, "S12": -7.4065723433465873, "W13": -20.339759537162863, "S13": -23.50966966446159, "W21": -45.045950013682379, "S21": -48.8963767534594, "W22": -53.37624363940153, "S22": -53.37624363940153, "W31": -75.239998, "S31": -75.239998, "W32": -86.866017266117751, "S32": -91.866017266117751 }, "geometry": { "type": "Point", "coordinates": [ 103842.0, 516619.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5789840358883707, "S12": -5.5789840358883707, "W13": -18.976720223285646, "S13": -23.976720223285646, "W21": -43.891825828606784, "S21": -44.8522481461033, "W22": -52.499521263065233, "S22": -52.499521263065233, "W31": -75.239998, "S31": -75.239998, "W32": -86.737846105145081, "S32": -91.737846105145081 }, "geometry": { "type": "Point", "coordinates": [ 103842.0, 520282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.570724826218556, "S12": -5.570724826218556, "W13": -18.071809698847925, "S13": -18.071809698847925, "W21": -44.194554125558433, "S21": -44.194554125558433, "W22": -51.39628271488143, "S22": -51.39628271488143, "W31": -75.239998, "S31": -75.239998, "W32": -86.60933380508348, "S32": -91.60933380508348 }, "geometry": { "type": "Point", "coordinates": [ 103842.833333333328483, 520743.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.4177002904976685, "S12": -19.44385692950182, "W13": -21.768304413429018, "S13": -21.768304413429018, "W21": -39.50137184051345, "S21": -39.650010590360836, "W22": -50.241528294046326, "S22": -50.241528294046326, "W31": -75.239998, "S31": -75.239998, "W32": -86.452400789801061, "S32": -91.452400789801061 }, "geometry": { "type": "Point", "coordinates": [ 103843.25, 506710.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7804202795316844, "S12": -8.7804202795316844, "W13": -16.501296339306677, "S13": -18.431428547443531, "W21": -30.605576063443525, "S21": -31.403685084639129, "W22": -48.586180004895461, "S22": -48.586180004895461, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 497257.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 5.1335402938368997, "S11": 3.3726141752104688, "W12": -11.328403781018869, "S12": -11.391265811108672, "W13": -16.773582521710818, "S13": -20.393815607668021, "W21": -36.412883248730964, "S21": -36.832466525780809, "W22": -60.304933986312598, "S22": -60.304933986312598, "W31": -74.698011867162165, "S31": -74.698011867162165, "W32": -88.242605127902905, "S32": -93.242605127902905 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 500717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043646593504540143, "S11": -0.043646593504540143, "W12": -5.0, "S12": -15.0, "W13": -24.480217382043751, "S13": -27.697877664228045, "W21": -39.990349409090911, "S21": -42.990349409090911, "W22": -50.0, "S22": -51.618451095381971, "W31": -79.2891830974756, "S31": -79.2891830974756, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 504011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20982074459935662, "S11": -0.21525573233289125, "W12": -5.0, "S12": -15.0, "W13": -23.70719856576968, "S13": -29.143816739612618, "W21": -40.0, "S21": -46.790960451977398, "W22": -61.602871098161614, "S22": -62.915444909438122, "W31": -81.679700466030241, "S31": -84.327900461621169, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 504066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63397826226296039, "S11": 0.63397826226296039, "W12": -5.4763133233684362, "S12": -10.727446054919838, "W13": -24.628413410233808, "S13": -24.628413410233808, "W21": -34.397818191120727, "S21": -39.123826142081747, "W22": -46.29592570420413, "S22": -46.29592570420413, "W31": -80.000709607723536, "S31": -80.40129535455074, "W32": -98.160464667548126, "S32": -103.16046466754813 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.036969639577281402, "S11": -0.12080242165183366, "W12": -11.529715301418973, "S12": -11.529715301418973, "W13": -17.572945184909457, "S13": -21.333627881385297, "W21": -35.238607086242041, "S21": -36.461593999918477, "W22": -38.612807077432791, "S22": -41.064233624562256, "W31": -66.061220598214732, "S31": -67.13987133490545, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 512376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23599416009461566, "S11": 0.23599416009461566, "W12": -10.593137021289271, "S12": -10.593137021289271, "W13": -18.395837750039128, "S13": -21.713015892485412, "W21": -36.560000382307962, "S21": -40.789271215641293, "W22": -40.911447748690556, "S22": -44.430926793100511, "W31": -65.701080113810477, "S31": -72.765457314253922, "W32": -95.871908854506572, "S32": -100.87190885450657 }, "geometry": { "type": "Point", "coordinates": [ 103844.0, 512751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.557896403574242, "S12": -5.557896403574242, "W13": -17.743397480704488, "S13": -17.743397480704488, "W21": -44.303301987078392, "S21": -44.303301987078392, "W22": -56.229397914564409, "S22": -81.229397914564402, "W31": -103.91152003821992, "S31": -103.91152003821992, "W32": -105.05473058973271, "S32": -110.05473058973271 }, "geometry": { "type": "Point", "coordinates": [ 103844.090909090911737, 520911.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24747310074955314, "S11": -1.0477873163578721, "W12": -5.0, "S12": -5.0, "W13": -24.722902135634492, "S13": -25.416912234176685, "W21": -36.916943331520436, "S21": -36.916943331520436, "W22": -40.595530323475671, "S22": -44.596598741716043, "W31": -78.553585356227458, "S31": -83.544693495956693, "W32": -100.51854846861418, "S32": -105.51854846861418 }, "geometry": { "type": "Point", "coordinates": [ 103844.166666666671517, 509475.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -3.2928484060851617, "S12": -19.350128483589813, "W13": -21.166059476623346, "S13": -21.946692794659143, "W21": -39.172082267043884, "S21": -39.172082267043884, "W22": -37.353909887102091, "S22": -42.035940408675664, "W31": -70.0, "S31": -73.302618280588717, "W32": -87.259808320968801, "S32": -92.259808320968801 }, "geometry": { "type": "Point", "coordinates": [ 103845.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32672790957028952, "S11": -0.32672790957028952, "W12": -10.0, "S12": -17.323248641503891, "W13": -21.901449858253692, "S13": -21.901449858253692, "W21": -35.792596659835979, "S21": -35.792596659835979, "W22": -60.444270450126211, "S22": -60.444270450126211, "W31": -74.011243034608441, "S31": -74.083885475515885, "W32": -88.984775190661296, "S32": -93.984775190661296 }, "geometry": { "type": "Point", "coordinates": [ 103845.0, 507033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4841754603023993, "S12": -21.419372984752968, "W13": -30.0, "S13": -30.0, "W21": -40.0, "S21": -40.0, "W22": -34.417010011625102, "S22": -39.790400638514939, "W31": -70.0, "S31": -74.067142298670831, "W32": -86.958941045704663, "S32": -91.958941045704663 }, "geometry": { "type": "Point", "coordinates": [ 103845.0, 510670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15208780327966798, "S11": 0.13087785959208098, "W12": -10.875920380979135, "S12": -10.875920380979135, "W13": -15.915778564233628, "S13": -15.915778564233628, "W21": -36.787142645405552, "S21": -37.25757180191944, "W22": -55.266173661785594, "S22": -67.632456667879026, "W31": -105.39760624895011, "S31": -105.39760624895011, "W32": -105.39760624895011, "S32": -109.56002619839978 }, "geometry": { "type": "Point", "coordinates": [ 103845.571428571434808, 511975.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3962311801085061, "S11": 3.7152126168289934, "W12": -11.309919264588329, "S12": -11.309919264588329, "W13": -16.670301774465997, "S13": -20.443248682007809, "W21": -40.2649625, "S21": -45.877140880922504, "W22": -49.908242236979873, "S22": -51.7201990797492, "W31": -79.162565198372249, "S31": -79.162565198372249, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103845.75, 500766.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90603420921084088, "S11": 0.90603420921084088, "W12": -6.1774991907639194, "S12": -9.1774991907639194, "W13": -15.0, "S13": -15.775200127540545, "W21": -29.999999999999996, "S21": -34.510242028897153, "W22": -44.258153843073622, "S22": -44.258153843073622, "W31": -82.214762027315999, "S31": -85.405551501000275, "W32": -98.629256861952896, "S32": -103.6292568619529 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 498871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0980110388974167, "S11": 1.0980110388974167, "W12": -7.4357761191623819, "S12": -7.7517911840074003, "W13": -14.327916389778288, "S13": -16.109141900866181, "W21": -30.0, "S21": -33.20525983772378, "W22": -38.50275751371278, "S22": -39.318219268079872, "W31": -66.296425393442732, "S31": -66.599968748141009, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 499174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47510656239531468, "S11": 0.47510656239531468, "W12": -10.0, "S12": -10.734196700107429, "W13": -12.592211661228545, "S13": -14.611975995076378, "W21": -30.292417545052704, "S21": -33.092912306403107, "W22": -39.440363068008004, "S22": -41.079666691050285, "W31": -60.595900822300294, "S31": -67.156508143431736, "W32": -81.517855915072673, "S32": -86.517855915072673 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 499601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35195819793707045, "S11": 0.35195819793707045, "W12": -7.9773294346978565, "S12": -8.7235005458935042, "W13": -12.209615417694433, "S13": -13.331715830786267, "W21": -34.198546032405211, "S21": -44.198546032405211, "W22": -42.722690330032009, "S22": -42.722690330032009, "W31": -69.176491865905419, "S31": -70.597097518475792, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 499943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1535188027747383, "S11": 1.1535188027747383, "W12": -10.516390008379554, "S12": -10.516390008379554, "W13": -23.538862882634334, "S13": -23.538862882634334, "W21": -36.969937967141966, "S21": -36.969937967141966, "W22": -38.960926766286491, "S22": -39.13858244394217, "W31": -60.218337545633261, "S31": -60.218337545633261, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 504963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68731998959749996, "S11": -0.68731998959749996, "W12": -9.1646699499652229, "S12": -14.620096591175386, "W13": -21.53079269667473, "S13": -21.53079269667473, "W21": -36.09329172542413, "S21": -36.09329172542413, "W22": -46.164336203746586, "S22": -46.164336203746586, "W31": -80.148308014217051, "S31": -80.148308014217051, "W32": -98.672697950889699, "S32": -103.6726979508897 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 507011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1694651352780052, "S11": 1.1694651352780052, "W12": -2.9042626187024831, "S12": -8.5010229209982171, "W13": -18.336094530558334, "S13": -18.336094530558334, "W21": -33.674885052117986, "S21": -33.674885052117986, "W22": -38.696348361320005, "S22": -40.343926533133526, "W31": -66.214777551001134, "S31": -67.778504489828435, "W32": -86.115384615384613, "S32": -91.115384615384613 }, "geometry": { "type": "Point", "coordinates": [ 103846.0, 507611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6103073255702993, "S12": -5.6103073255702993, "W13": -20.0, "S13": -20.442261651347835, "W21": -45.325257481897509, "S21": -45.881633256508522, "W22": -38.670738138740653, "S22": -40.945801381678514, "W31": -66.087139361947834, "S31": -67.414027528452522, "W32": -85.692307692307693, "S32": -90.692307692307693 }, "geometry": { "type": "Point", "coordinates": [ 103846.125, 517913.375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7742419576030861, "W12": -10.920060348874475, "S12": -10.920060348874475, "W13": -16.343867304748272, "S13": -17.200302879432599, "W21": -47.712667733596021, "S21": -55.743792423788015, "W22": -40.0, "S22": -49.631250474212237, "W31": -65.289724871959621, "S31": -75.436606401853297, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103846.285714285710128, 501292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35136490755313005, "S11": 0.35136490755313005, "W12": -7.9889083820662767, "S12": -8.7344023524698979, "W13": -12.238977015883499, "S13": -13.031398369553662, "W21": -34.141232330689213, "S21": -44.053631178332203, "W22": -37.896537082878979, "S22": -38.566092530911909, "W31": -66.231154190216358, "S31": -72.094199672083718, "W32": -94.134360584944545, "S32": -99.134360584944545 }, "geometry": { "type": "Point", "coordinates": [ 103847.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.9771140010483692, "S11": 3.502439215551552, "W12": -11.298023980815348, "S12": -11.298023980815348, "W13": -16.621498844103762, "S13": -20.40759540453292, "W21": -42.308709808709807, "S21": -51.1071566238965, "W22": -48.367318196111412, "S22": -48.367318196111412, "W31": -81.209637101517473, "S31": -88.286646632177423, "W32": -95.850267315239932, "S32": -100.85026731523993 }, "geometry": { "type": "Point", "coordinates": [ 103847.0, 500794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34863845900843277, "S11": 0.34863845900843277, "W12": -10.064625931173163, "S12": -11.939889089067901, "W13": -19.004739336492889, "S13": -27.324476702191255, "W21": -37.07049941553997, "S21": -37.110713858118451, "W22": -49.154484041991502, "S22": -49.466115875132502, "W31": -101.88922834669398, "S31": -101.88922834669398, "W32": -102.11675330851605, "S32": -107.11675330851605 }, "geometry": { "type": "Point", "coordinates": [ 103847.0, 511725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30109361289302861, "S11": -0.22317708511098677, "W12": -10.364278257243491, "S12": -10.364278257243491, "W13": -18.82368261437243, "S13": -23.325154446549725, "W21": -37.214841083704172, "S21": -41.137341083704172, "W22": -48.218977359546521, "S22": -48.218977359546521, "W31": -81.181772732619692, "S31": -88.189235419186858, "W32": -95.881850574368258, "S32": -100.88185057436826 }, "geometry": { "type": "Point", "coordinates": [ 103847.0, 512836.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6589220663801125, "S11": 3.1935654836695302, "W12": -11.290082778221866, "S12": -11.290082778221866, "W13": -16.587259662248186, "S13": -20.381903345849743, "W21": -43.575600325600327, "S21": -53.548111951246419, "W22": -39.311943828165518, "S22": -42.739563401224991, "W31": -60.0, "S31": -60.0, "W32": -96.986029609579049, "S32": -101.98602960957905 }, "geometry": { "type": "Point", "coordinates": [ 103847.5, 500815.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18120882488126255, "S11": -0.18120882488126255, "W12": -5.0, "S12": -15.0, "W13": -23.773343700145738, "S13": -29.075894599334106, "W21": -40.0, "S21": -46.459604519774011, "W22": -36.748451934033071, "S22": -38.907764510997538, "W31": -67.481517232773143, "S31": -68.654405408733624, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103847.5, 504061.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.321540996498586, "S12": -14.609450832564161, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -39.138998063971876, "S21": -39.138998063971876, "W22": -54.034244264508168, "S22": -54.034244264508168, "W31": -95.713654648670314, "S31": -95.713654648670314, "W32": -100.52947976878599, "S32": -105.52947976878599 }, "geometry": { "type": "Point", "coordinates": [ 103847.5, 510964.5 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0334789583555102, "S11": 4.5138600757222935, "W12": -11.211368244893958, "S12": -11.308359259729981, "W13": -16.590462893460522, "S13": -20.115001875700447, "W21": -36.300180451710645, "S21": -36.675699392211214, "W22": -51.90022456817848, "S22": -54.991735878323986, "W31": -100.0, "S31": -100.0, "W32": -101.67503497296684, "S32": -106.67503497296684 }, "geometry": { "type": "Point", "coordinates": [ 103847.666666666671517, 500673.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29680759275237278, "S11": -0.29680759275237278, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -20.152671251574045, "W21": -39.688599628001356, "S21": -43.154624847627247, "W22": -33.795686204032343, "S22": -36.34661335771851, "W31": -70.0, "S31": -70.0, "W32": -88.397093657621696, "S32": -93.397093657621696 }, "geometry": { "type": "Point", "coordinates": [ 103848.0, 502487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4907621650828158, "S11": -2.502853979892472, "W12": -11.478928712091374, "S12": -11.478928712091374, "W13": -19.554930510169186, "S13": -23.990269541013959, "W21": -35.333484299233987, "S21": -40.977083478246513, "W22": -49.3460964694182, "S22": -57.711780727112156, "W31": -66.884274081429339, "S31": -67.706254704010803, "W32": -91.815076211049359, "S32": -96.815076211049359 }, "geometry": { "type": "Point", "coordinates": [ 103848.0, 505462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.6773184089856086, "S12": -3.6773184089856086, "W13": -19.010683585592876, "S13": -19.010683585592876, "W21": -33.850026022577318, "S21": -34.951672564838638, "W22": -48.234135332593809, "S22": -53.511647196862505, "W31": -66.620953874999998, "S31": -68.121549671360569, "W32": -92.291305949024078, "S32": -97.291305949024078 }, "geometry": { "type": "Point", "coordinates": [ 103848.0, 507765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033519024009864368, "S11": -0.033519024009864368, "W12": -5.0, "S12": -15.0, "W13": -24.46243615705913, "S13": -27.797594063339176, "W21": -39.992262743636367, "S21": -39.992262743636367, "W22": -40.0, "S22": -54.030138056143002, "W31": -66.389815165450045, "S31": -75.431797084834969, "W32": -86.653426539518364, "S32": -91.653426539518364 }, "geometry": { "type": "Point", "coordinates": [ 103848.2, 504012.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4608584092999779, "S11": 0.4608584092999779, "W12": -8.3876161029129293, "S12": -8.3876161029129293, "W13": -12.370214216789856, "S13": -13.203080196171225, "W21": -36.990961742892232, "S21": -43.761150498964142, "W22": -54.865168110521701, "S22": -54.865168110521701, "W31": -82.313866958788196, "S31": -82.313866958788196, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103848.8, 500144.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.062856536702654342, "W12": -8.648168293637017, "S12": -18.137200551701532, "W13": -20.395537507180542, "S13": -22.805875096021634, "W21": -36.961044578451663, "S21": -42.173607768865445, "W22": -41.762257280766775, "S22": -44.616489637398153, "W31": -79.917922348069908, "S31": -83.30258907780609, "W32": -100.50080128205128, "S32": -105.50080128205128 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 504306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2045524042504399, "S12": -15.814467637950489, "W13": -21.261411874460354, "S13": -21.442756022780273, "W21": -39.220689291762085, "S21": -39.220689291762085, "W22": -38.647421260492919, "S22": -39.688429381047996, "W31": -66.159774997240135, "S31": -66.227497817411859, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 506765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63393432066967159, "S11": -0.63393432066967159, "W12": -1.8630137476345965, "S12": -11.568253422039177, "W13": -18.53658517698706, "S13": -18.53658517698706, "W21": -32.994281313370443, "S21": -32.994281313370443, "W22": -34.040001, "S22": -36.121020889708156, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -88.481226396680668, "S32": -93.481226396680668 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 507491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36917202355019751, "S11": 0.36917202355019751, "W12": -10.0, "S12": -12.318879508825788, "W13": -19.504882952750254, "S13": -26.602226764926936, "W21": -37.109524925936185, "S21": -37.18346886082832, "W22": -45.26609410928517, "S22": -47.747374997510654, "W31": -66.034929557041153, "S31": -69.136917832434165, "W32": -93.250600086773659, "S32": -98.250600086773659 }, "geometry": { "type": "Point", "coordinates": [ 103849.0, 511702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9216129526517185, "S11": 2.4816738438778465, "W12": -11.270246291855404, "S12": -11.270246291855404, "W13": -16.504217550030379, "S13": -20.32055800969168, "W21": -46.480616605616603, "S21": -56.333157234616721, "W22": -61.706948742138664, "S22": -61.706948742138664, "W31": -87.876639489542711, "S31": -87.876639489542711, "W32": -94.647940521628499, "S32": -99.647940521628499 }, "geometry": { "type": "Point", "coordinates": [ 103849.25, 500864.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6045494208954389, "S11": 2.3696566595013113, "W12": -11.228993516298084, "S12": -11.228993516298084, "W13": -16.314216253814472, "S13": -20.173263376986853, "W21": -50.563653061585015, "S21": -60.07928062516168, "W22": -64.304236666716136, "S22": -64.304236666716136, "W31": -84.240344145412053, "S31": -84.240344145412053, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103849.4, 500998.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2898418743272908, "S11": 0.2898418743272908, "W12": -9.4896346611182008, "S12": -22.951344588879049, "W13": -22.951344588879049, "S13": -22.951344588879049, "W21": -34.637656634937677, "S21": -34.637656634937677, "W22": -38.568707995762296, "S22": -40.04456092651985, "W31": -65.994860261191207, "S31": -65.994860261191207, "W32": -85.000000000000014, "S32": -90.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103849.666666666671517, 507194.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0923526390328051, "S11": 1.0923526390328051, "W12": -7.1440926603581971, "S12": -7.3825044104204327, "W13": -14.863551237622403, "S13": -16.482953826115732, "W21": -30.0, "S21": -33.82883956190954, "W22": -34.428883938179176, "S22": -39.854707112134953, "W31": -69.491189427312761, "S31": -74.048702556230268, "W32": -85.948585908890649, "S32": -90.948585908890649 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 499144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.906262519768054, "S12": -10.906262519768054, "W13": -15.0, "S13": -17.99396143767844, "W21": -38.717755935665053, "S21": -41.378972263155937, "W22": -42.509968855781793, "S22": -53.465830732696304, "W31": -65.768868324904474, "S31": -71.696761368540166, "W32": -94.851803369962937, "S32": -99.851803369962937 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 501924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91417858045670308, "S11": 0.91417858045670308, "W12": -5.0, "S12": -10.0, "W13": -15.210085259194773, "S13": -19.214898611744282, "W21": -37.273078119715926, "S21": -41.163430209384444, "W22": -38.056232252651306, "S22": -38.287875847495826, "W31": -66.417376663642841, "S31": -66.417376663642841, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 502730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.00930829722356, "S12": -16.601085907313571, "W13": -22.714390099810331, "S13": -24.625891157624029, "W21": -38.351424708226588, "S21": -38.351424708226588, "W22": -38.951077916160969, "S22": -39.639048143697991, "W31": -68.076400187809767, "S31": -77.638004177005698, "W32": -89.84615384615384, "S32": -94.84615384615384 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 503632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7816211783999063, "S11": -0.25325332622360763, "W12": -9.0105791298466578, "S12": -9.0105791298466578, "W13": -25.0, "S13": -26.966800804828974, "W21": -34.144511236797108, "S21": -42.289826268059706, "W22": -37.708365198390275, "S22": -38.518236824208792, "W31": -66.839893066094447, "S31": -66.839893066094447, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 505775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83702564595418338, "S11": 0.56096994065302508, "W12": -3.416718360296457, "S12": -3.416718360296457, "W13": -18.606901428509413, "S13": -18.606901428509413, "W21": -32.965272489502169, "S21": -32.965272489502169, "W22": -39.92727602075778, "S22": -52.275778052391708, "W31": -65.362774080809686, "S31": -75.386033469340717, "W32": -98.866320612321871, "S32": -103.86632061232187 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 507638.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61894805813676446, "S11": -0.61894805813676446, "W12": -5.0, "S12": -5.0, "W13": -21.010089191975581, "S13": -21.010089191975581, "W21": -34.235973670821672, "S21": -36.953286533422492, "W22": -41.277438617561117, "S22": -41.277438617561117, "W31": -66.274531449317493, "S31": -68.896913383534638, "W32": -93.894031839539451, "S32": -98.894031839539451 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 508611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16820398553771126, "S11": 0.16820398553771126, "W12": -7.3857630380799009, "S12": -14.366550365557941, "W13": -29.090909090909086, "S13": -29.090909090909086, "W21": -34.896562388217667, "S21": -34.902394973092825, "W22": -50.0, "S22": -50.0, "W31": -101.13086463086464, "S31": -101.13086463086464, "W32": -101.74957772347858, "S32": -106.74957772347858 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48224439069705172, "S11": 0.48224439069705172, "W12": -14.840263600376003, "S12": -14.840263600376003, "W13": -20.928842022261048, "S13": -21.061638178407485, "W21": -36.71127274776785, "S21": -44.558999721794066, "W22": -60.0, "S22": -61.914622691209907, "W31": -79.476981528614658, "S31": -79.476981528614658, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103850.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5599905542907351, "S12": -5.5599905542907351, "W13": -17.98216126293902, "S13": -17.98216126293902, "W21": -44.215725016800036, "S21": -44.215725016800036, "W22": -39.601097335283484, "S22": -42.957847977587761, "W31": -62.876075966662107, "S31": -62.876075966662107, "W32": -97.413296449072163, "S32": -102.41329644907216 }, "geometry": { "type": "Point", "coordinates": [ 103850.444444444437977, 520791.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5495741977126505, "S12": -5.5495741977126505, "W13": -17.650593163587995, "S13": -17.650593163587995, "W21": -44.326461003443377, "S21": -44.326461003443377, "W22": -38.893697555779134, "S22": -39.332508104222491, "W31": -67.561962802196405, "S31": -74.888826498711623, "W32": -88.84615384615384, "S32": -93.84615384615384 }, "geometry": { "type": "Point", "coordinates": [ 103850.909090909088263, 520960.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1108713808463251, "W12": -11.250409805488943, "S12": -11.250409805488943, "W13": -16.421175437812572, "S13": -20.259212673533618, "W21": -49.38563288563288, "S21": -59.118202517987015, "W22": -34.955774442099987, "S22": -40.217267364773207, "W31": -69.106754772393529, "S31": -72.042719536073022, "W32": -85.625102722651306, "S32": -90.625102722651306 }, "geometry": { "type": "Point", "coordinates": [ 103851.0, 500914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2579747018878367, "S11": 1.2579747018878367, "W12": -10.699265598700469, "S12": -10.699265598700469, "W13": -24.239340067773142, "S13": -24.239340067773142, "W21": -37.472121602495292, "S21": -37.472121602495292, "W22": -38.889999, "S22": -52.169999, "W31": -65.870003, "S31": -73.770003, "W32": -76.57, "S32": -81.57 }, "geometry": { "type": "Point", "coordinates": [ 103851.0, 505005.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2678911570072653, "S11": 1.2678911570072653, "W12": -11.194430441226958, "S12": -13.147256040921807, "W13": -24.56937870900456, "S13": -24.56937870900456, "W21": -37.403601133922052, "S21": -37.40539409458458, "W22": -40.125054734534203, "S22": -44.072774348853699, "W31": -65.583674818518304, "S31": -73.367010820631208, "W32": -96.522434127518039, "S32": -101.52243412751804 }, "geometry": { "type": "Point", "coordinates": [ 103851.0, 505085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.94750519750519757, "W12": -3.8194188941686371, "S12": -9.3407323588808016, "W13": -18.529551282051283, "S13": -18.529551282051283, "W21": -33.71251126651584, "S21": -34.154223670467594, "W22": -39.232964363689845, "S22": -45.226457675513466, "W31": -62.619141501294379, "S31": -69.668002371706223, "W32": -80.43233728909118, "S32": -85.43233728909118 }, "geometry": { "type": "Point", "coordinates": [ 103851.0, 507729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11728638695030241, "S11": -0.1498980579769329, "W12": -6.2472944895919227, "S12": -13.156798881059913, "W13": -27.473063877896926, "S13": -27.473063877896926, "W21": -36.749789316692365, "S21": -36.751879490933426, "W22": -40.348530297194422, "S22": -41.179607419648526, "W31": -64.448440440978757, "S31": -67.339635756665928, "W32": -92.2459499263623, "S32": -97.2459499263623 }, "geometry": { "type": "Point", "coordinates": [ 103851.0, 509876.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7525266755122111, "S11": 4.7525266755122111, "W12": -11.046748176748185, "S12": -11.065206071851565, "W13": -16.359919346874811, "S13": -19.616182550699733, "W21": -37.400541832122933, "S21": -37.852937586334598, "W22": -60.216768602499847, "S22": -60.216768602499847, "W31": -70.328922306987295, "S31": -71.114598334227324, "W32": -94.976235741444867, "S32": -99.976235741444867 }, "geometry": { "type": "Point", "coordinates": [ 103851.333333333328483, 500629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70796838141565699, "S11": 0.70796838141565699, "W12": -9.9684774613848894, "S12": -10.795119655630428, "W13": -13.080912603373028, "S13": -14.710096507096232, "W21": -30.026136443476428, "S21": -33.026136443476425, "W22": -44.995366560525405, "S22": -44.995366560525405, "W31": -82.422696912144431, "S31": -87.360972592102186, "W32": -96.560229986495273, "S32": -101.56022998649527 }, "geometry": { "type": "Point", "coordinates": [ 103852.0, 499474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9465902818181871, "S12": -13.980371880481169, "W13": -22.24424390120048, "S13": -24.429662021040063, "W21": -38.120613435809737, "S21": -38.120613435809737, "W22": -60.319975010394174, "S22": -60.319975010394174, "W31": -70.518309192093184, "S31": -71.202982847307808, "W32": -94.344106463878333, "S32": -99.344106463878333 }, "geometry": { "type": "Point", "coordinates": [ 103852.0, 503593.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32517482517482521, "S11": 0.32517482517482521, "W12": -5.0, "S12": -8.8992949622295594, "W13": -21.197105286968078, "S13": -23.210124460660243, "W21": -38.542946874586569, "S21": -38.542946874586569, "W22": -36.628794211801697, "S22": -38.826184953894, "W31": -67.390298707801776, "S31": -68.343145739330595, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103852.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35321945049308984, "S11": -0.35321945049308984, "W12": -9.9717368961973278, "S12": -16.843230507594008, "W13": -21.785831888943353, "S13": -21.785831888943353, "W21": -36.009706795217618, "S21": -36.009706795217618, "W22": -52.777607361960818, "S22": -53.264933612650985, "W31": -79.334125728675318, "S31": -79.334125728675318, "W32": -94.276814599750324, "S32": -99.276814599750324 }, "geometry": { "type": "Point", "coordinates": [ 103852.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8859306093019309, "S11": -1.3338762385880467, "W12": -8.1353585820996717, "S12": -8.1353585820996717, "W13": -20.671098486634882, "S13": -24.329258811088629, "W21": -44.648413755358938, "S21": -44.648413755358938, "W22": -46.998858321046974, "S22": -48.184678554312697, "W31": -102.62546052829849, "S31": -102.62546052829849, "W32": -102.62546052829849, "S32": -107.40557200019678 }, "geometry": { "type": "Point", "coordinates": [ 103852.026666666672099, 516136.586666666669771 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2923563098750634, "S11": 1.2923563098750634, "W12": -11.019052145004476, "S12": -11.56584693731701, "W13": -24.467001384458264, "S13": -24.467001384458264, "W21": -37.603485085285357, "S21": -37.603485085285357, "W22": -39.796167265924709, "S22": -53.264705617107438, "W31": -65.487949898792706, "S31": -74.174416483247143, "W32": -97.381255082882348, "S32": -102.38125508288235 }, "geometry": { "type": "Point", "coordinates": [ 103852.25, 505057.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63805983498423746, "S11": 0.63805983498423746, "W12": -6.9817508138487847, "S12": -9.1131301120820751, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -34.26668061904536, "S21": -42.928809619312048, "W22": -44.764767157495335, "S22": -48.705427911675827, "W31": -65.979101774607045, "S31": -69.355312343389997, "W32": -93.391730426657631, "S32": -98.391730426657631 }, "geometry": { "type": "Point", "coordinates": [ 103852.5, 505884.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37502570204114638, "S11": 0.37502570204114638, "W12": -8.4948440545808968, "S12": -9.2045107054372508, "W13": -13.110608609497072, "S13": -14.977847226134807, "W21": -32.980719293334282, "S21": -39.40326429552951, "W22": -39.023193189936315, "S22": -39.811892482901506, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 499853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6004099428511913, "S11": -2.5228011692992154, "W12": -13.044227455485352, "S12": -13.044227455485352, "W13": -19.57782471509385, "S13": -24.685786857831605, "W21": -35.34779509360223, "S21": -42.304523296232148, "W22": -33.967860649309145, "S22": -39.536553300748935, "W31": -69.73994126284866, "S31": -76.558903372510841, "W32": -86.272812911395505, "S32": -91.272812911395505 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 505552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78633542827779757, "S11": -2.2136645717222025, "W12": -5.0, "S12": -5.0, "W13": -22.302326363440432, "S13": -22.302326363440432, "W21": -34.258456712422294, "S21": -37.215170053811164, "W22": -34.91078878677579, "S22": -40.185672375296676, "W31": -69.078487518355331, "S31": -72.740354365721075, "W32": -85.681433538659405, "S32": -90.681433538659405 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28911237729113759, "S11": -1.0957638627542525, "W12": -5.0, "S12": -4.9999999999999964, "W13": -24.647191651143366, "S13": -25.431090991480527, "W21": -37.001255703426295, "S21": -37.001255703426295, "W22": -37.953223939252304, "S22": -37.953223939252304, "W31": -66.067622118276731, "S31": -76.458644521277606, "W32": -97.028148126394925, "S32": -102.02814812639492 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 509425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12398286867575781, "S11": -0.12398286867575781, "W12": -10.331761689795504, "S12": -14.015506281544848, "W13": -25.369281045751865, "S13": -25.369281045751865, "W21": -37.90245713929373, "S21": -37.90245713929373, "W22": -45.066851140169675, "S22": -45.066851140169675, "W31": -81.808112904093221, "S31": -86.23503394977584, "W32": -96.699814126888384, "S32": -101.69981412688838 }, "geometry": { "type": "Point", "coordinates": [ 103853.0, 511375.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54531919956953512, "S11": -0.54531919956953512, "W12": -8.8690723649577894, "S12": -15.058443971805378, "W13": -20.542799134549359, "S13": -20.542799134549359, "W21": -33.775500045944291, "S21": -33.802743151250326, "W22": -39.027038805931944, "S22": -41.306119981035891, "W31": -60.0, "S31": -60.0, "W32": -95.94129499464897, "S32": -100.94129499464897 }, "geometry": { "type": "Point", "coordinates": [ 103853.333333333328483, 508088.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15546890327644727, "S11": 0.15546890327644761, "W12": -7.3538079057931576, "S12": -14.57808645033481, "W13": -29.125344352616878, "S13": -29.125344352616878, "W21": -34.941460267424617, "S21": -34.947307821463298, "W22": -50.0, "S22": -59.532447129908945, "W31": -67.140301304450546, "S31": -67.140301304450546, "W32": -91.223939009173705, "S32": -96.223939009173705 }, "geometry": { "type": "Point", "coordinates": [ 103853.333333333328483, 509998.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6830476360979372, "S12": -13.15883322333481, "W13": -21.755021548620338, "S13": -24.216615635609141, "W21": -37.88980216339322, "S21": -37.88980216339322, "W22": -58.602071005917161, "S22": -58.602071005917161, "W31": -90.947216060754172, "S31": -90.947216060754172, "W32": -98.67899001375352, "S32": -103.67899001375352 }, "geometry": { "type": "Point", "coordinates": [ 103854.0, 503554.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0063055612983253795, "S11": 0.0063055612983253795, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.409126960726496, "W21": -39.203181729168705, "S21": -39.203181729168705, "W22": -40.0, "S22": -42.062339095255609, "W31": -60.0, "S31": -65.110680556907795, "W32": -85.245794487877674, "S32": -90.245794487877674 }, "geometry": { "type": "Point", "coordinates": [ 103854.0, 509665.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.71764199531611417, "W12": -12.458564157776253, "S12": -12.458564157776253, "W13": -21.459688394798903, "S13": -24.430840456622231, "W21": -42.210563497971769, "S21": -43.049473871266095, "W22": -53.5296574770259, "S22": -53.5296574770259, "W31": -75.239998, "S31": -75.239998, "W32": -87.011151751213745, "S32": -92.011151751213745 }, "geometry": { "type": "Point", "coordinates": [ 103854.0, 514862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6888211784079417, "S12": -5.6888211784079417, "W13": -20.0, "S13": -20.658110919618828, "W21": -45.393702345835507, "S21": -45.393702345835507, "W22": -60.404556223015064, "S22": -60.404556223015064, "W31": -74.640628622436751, "S31": -74.640628622436751, "W32": -89.034422275890151, "S32": -94.034422275890151 }, "geometry": { "type": "Point", "coordinates": [ 103854.25, 517867.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33831563170273071, "S11": 0.33831563170273071, "W12": -5.760478630717822, "S12": -20.793210140139017, "W13": -20.793210140139017, "S13": -20.793210140139017, "W21": -33.934142713201581, "S21": -33.934142713201581, "W22": -57.413818795946753, "S22": -84.822310370553481, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -104.44610382245075, "S32": -109.44610382245075 }, "geometry": { "type": "Point", "coordinates": [ 103854.333333333328483, 507318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4113327749679074, "S11": 4.4113327749679074, "W12": -10.885122265122265, "S12": -10.885122265122265, "W13": -16.129375800289022, "S13": -19.12871652128776, "W21": -38.500903212535327, "S21": -39.030175780458201, "W22": -56.212074953249626, "S22": -56.212074953249626, "W31": -81.000694830461356, "S31": -81.000694830461356, "W32": -94.089146452580309, "S32": -99.089146452580309 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 500585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12019304427761615, "S11": -0.12019304427761615, "W12": -5.0, "S12": -15.0, "W13": -23.887565610694764, "S13": -28.980637107149036, "W21": -40.0, "S21": -45.882485875706216, "W22": -39.056851486126611, "S22": -39.796058343179176, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 504053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.124266988663027, "S11": -1.4635708491748112, "W12": -9.9770666605667113, "S12": -9.9770666605667113, "W13": -25.0, "S13": -28.466090661616761, "W21": -34.039263160027325, "S21": -41.801123638941448, "W22": -35.763317663987166, "S22": -40.763317663987166, "W31": -68.450954478707757, "S31": -68.450954478707757, "W32": -85.13137470098944, "S32": -90.13137470098944 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 505693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31049693774711234, "S11": 0.31049693774711234, "W12": -1.914678162045655, "S12": -2.851050003200891, "W13": -18.520594956857572, "S13": -18.520594956857572, "W21": -32.204172873924463, "S21": -32.204172873924463, "W22": -50.0, "S22": -51.058680100403365, "W31": -79.191478046738368, "S31": -79.191478046738368, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28461429479207129, "S11": 0.28461429479207129, "W12": -10.336801031411435, "S12": -10.336801031411435, "W13": -20.0, "S13": -27.679935280008557, "W21": -40.493726441193054, "S21": -41.839256156955329, "W22": -49.741830615696642, "S22": -52.747979828933886, "W31": -79.04570702960207, "S31": -79.04570702960207, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103855.0, 513264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6555078423523599, "S11": 2.3279060323967933, "W12": -3.2339168927575521, "S12": -7.9406579704491245, "W13": -23.752864374140447, "S13": -23.752864374140447, "W21": -35.691606359622547, "S21": -38.596804866774377, "W22": -43.763029647666016, "S22": -43.763029647666016, "W31": -69.281449478138072, "S31": -70.135874512385811, "W32": -95.083441206311448, "S32": -100.08344120631145 }, "geometry": { "type": "Point", "coordinates": [ 103855.8, 509123.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4195049903772983, "S12": -12.33729456618714, "W13": -21.29158772891947, "S13": -24.080756761590322, "W21": -37.658990890976376, "S21": -37.658990890976376, "W22": -44.740906487007948, "S22": -44.740906487007948, "W31": -78.787721123829343, "S31": -79.813390389045281, "W32": -98.530266164691128, "S32": -103.53026616469113 }, "geometry": { "type": "Point", "coordinates": [ 103856.0, 503516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47862595419847331, "S11": 0.47862595419847337, "W12": -3.3521901995260306, "S12": -17.733878228650092, "W13": -21.215341931350959, "S13": -21.215341931350959, "W21": -39.189834683149101, "S21": -39.189834683149101, "W22": -57.330617921716666, "S22": -82.330617921716666, "W31": -100.0, "S31": -100.0, "W32": -104.00971681349012, "S32": -109.00971681349012 }, "geometry": { "type": "Point", "coordinates": [ 103856.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1250509111945242, "S12": -16.415809694778819, "W13": -30.047575321100918, "S13": -30.047575321100918, "W21": -38.979979168624119, "S21": -38.983611725878447, "W22": -44.431958307158979, "S22": -48.968247342218689, "W31": -68.015063963198074, "S31": -68.015063963198074, "W32": -89.758143841142655, "S32": -94.758143841142655 }, "geometry": { "type": "Point", "coordinates": [ 103856.0, 510347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0837012436149287, "S11": 1.0837012436149287, "W12": -8.2420670160060538, "S12": -8.2420670160060538, "W13": -19.722762392468706, "S13": -24.509988669840613, "W21": -36.409151051584843, "S21": -37.251232082892344, "W22": -50.0, "S22": -59.523555080594889, "W31": -66.949861877964267, "S31": -67.413438036904921, "W32": -91.54670228495732, "S32": -96.54670228495732 }, "geometry": { "type": "Point", "coordinates": [ 103856.4, 503320.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.868273469946601, "S12": -10.868273469946601, "W13": -29.534231024430419, "S13": -29.534231024430419, "W21": -38.883103934666082, "S21": -38.883103934666082, "W22": -37.982866323983799, "S22": -37.982866323983799, "W31": -66.267642954009432, "S31": -74.485732181285186, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103856.5, 511034.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0273480186798087, "S11": 1.0273480186798087, "W12": -6.3699819429282174, "S12": -7.4794887647260095, "W13": -14.999999999999998, "S13": -16.115070955795332, "W21": -29.999999999999996, "S21": -35.468285359914113, "W22": -42.510720474588751, "S22": -42.510720474588751, "W31": -68.101587331478612, "S31": -70.116739025145776, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103856.882352941174759, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.011428571428571344, "W12": -0.82952502130622952, "S12": -10.914233985471725, "W13": -21.696212057022095, "S13": -21.696212057022095, "W21": -40.0, "S21": -40.0, "W22": -42.698624542372748, "S22": -42.698624542372748, "W31": -68.908009551568952, "S31": -70.603475432766786, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 506530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48205771257905833, "S11": -0.48205771257905833, "W12": -10.0, "S12": -15.86770482603816, "W13": -21.01628651153268, "S13": -21.01628651153268, "W21": -33.431527356457451, "S21": -33.43393537257451, "W22": -60.103581099111736, "S22": -60.103581099111736, "W31": -74.811423941834846, "S31": -74.811423941834846, "W32": -87.888202031407204, "S32": -92.888202031407204 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 507949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52071889744226474, "S11": -0.52071889744226474, "W12": -10.000000000000002, "S12": -14.366857522197328, "W13": -21.209135244791668, "S13": -21.209135244791668, "W21": -34.095237233310073, "S21": -34.096659958650207, "W22": -52.647858259569738, "S22": -52.647858259569738, "W31": -75.239998, "S31": -75.239998, "W32": -86.813424079662241, "S32": -91.813424079662241 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10020996954640168, "S11": 0.043128424482024003, "W12": -11.187930595039701, "S12": -11.187930595039701, "W13": -16.495628192032687, "S13": -24.831772680147978, "W21": -36.659325973336912, "S21": -39.406922664462485, "W22": -50.0, "S22": -50.0, "W31": -100.39627939627918, "S31": -100.39627939627918, "W32": -101.33622503922102, "S32": -106.33622503922102 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 512166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49099806258316669, "S11": 0.49099806258316669, "W12": -15.125932064325566, "S12": -15.125932064325566, "W13": -21.02032636200078, "S13": -21.920156401696026, "W21": -37.051932073482106, "S21": -45.125278143206536, "W22": -34.626384067580915, "S22": -39.989217549389267, "W31": -69.214170337738594, "S31": -74.442020583376404, "W32": -85.889801473858924, "S32": -90.889801473858924 }, "geometry": { "type": "Point", "coordinates": [ 103857.0, 514080.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24691613544167559, "S11": 0.24691613544167559, "W12": -9.9953677418642286, "S12": -23.220862138914079, "W13": -23.220862138914079, "S13": -23.220862138914079, "W21": -34.697826120467319, "S21": -34.697826120467319, "W22": -33.779609558019672, "S22": -36.80794123590659, "W31": -69.035852320608441, "S31": -69.035852320608441, "W32": -89.001503874228675, "S32": -94.001503874228675 }, "geometry": { "type": "Point", "coordinates": [ 103857.5, 507185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.541251991851067, "S12": -5.541251991851067, "W13": -17.55778884647162, "S13": -17.55778884647162, "W21": -44.349620019808313, "S21": -44.349620019808313, "W22": -44.091167224907799, "S22": -53.173183903456135, "W31": -65.826551837707683, "S31": -70.435478593227529, "W32": -94.07288259326333, "S32": -99.07288259326333 }, "geometry": { "type": "Point", "coordinates": [ 103857.727272727279342, 521009.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49174184754357797, "S11": 0.49174184754357797, "W12": -10.0, "S12": -10.721951365776141, "W13": -12.825682408017824, "S13": -14.788676045784642, "W21": -30.0, "S21": -33.0, "W22": -39.578591057152131, "S22": -43.141318638529725, "W31": -62.562508539417948, "S31": -62.562508539417948, "W32": -97.447747179433492, "S32": -102.44774717943349 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 499558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.842029327844168, "S11": 4.842029327844168, "W12": -11.145482263265905, "S12": -11.322678056258869, "W13": -16.46800726553931, "S13": -19.945082561456612, "W21": -36.691808929274139, "S21": -37.160366335058541, "W22": -40.864130700398213, "S22": -43.003355072235095, "W31": -65.568327909755723, "S31": -72.91500652700914, "W32": -96.057599306552575, "S32": -101.05759930655258 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60820063912975919, "S11": 0.60820063912975919, "W12": -6.0116897332435775, "S12": -9.311363085075266, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -34.325094742039823, "S21": -41.087426049997447, "W22": -59.584241669261914, "S22": -59.584241669261914, "W31": -90.0, "S31": -90.0, "W32": -97.94922547332186, "S32": -102.94922547332186 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60782705038869833, "S11": 0.60782705038869833, "W12": -5.9371249261018466, "S12": -9.3590279151082036, "W13": -25.0, "S13": -25.0, "W21": -34.330589504326873, "S21": -40.852878878058441, "W22": -45.141674373708973, "S22": -45.141674373708973, "W31": -82.105837760538691, "S31": -87.722452411525282, "W32": -96.552526669980395, "S32": -101.5525266699804 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 505942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3195520763027081, "S11": 0.3195520763027081, "W12": -10.0, "S12": -13.372257893608165, "W13": -21.230234438156831, "S13": -23.640700017146088, "W21": -37.266056507974135, "S21": -37.5005998486278, "W22": -42.873523331738433, "S22": -44.726795658729976, "W31": -80.0, "S31": -83.474114441416887, "W32": -100.20294190974819, "S32": -105.20294190974819 }, "geometry": { "type": "Point", "coordinates": [ 103858.0, 511616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5492562823628946, "S12": -5.5492562823628946, "W13": -17.892512827030234, "S13": -17.892512827030234, "W21": -44.236895908041575, "S21": -44.236895908041575, "W22": -42.226897389235148, "S22": -42.226897389235148, "W31": -67.62845628495927, "S31": -69.825907438616611, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103858.055555555562023, 520838.388888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8664200873971446, "W12": -10.935852178709341, "S12": -10.935852178709341, "W13": -16.232082283592746, "S13": -18.431627535756238, "W21": -49.898436538224892, "S21": -58.269958289757284, "W22": -50.428280050077319, "S22": -52.207696621772506, "W31": -90.801398556672453, "S31": -90.801398556672453, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103858.428571428565192, 501249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8707085909534658, "W12": -10.936494879973141, "S12": -10.936494879973141, "W13": -16.226837397687959, "S13": -18.488955117316554, "W21": -50.0, "S21": -58.387367440209431, "W22": -45.517542497012492, "S22": -45.517542497012492, "W31": -80.801790374051194, "S31": -80.801790374051194, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103859.0, 501247.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19304279107885303, "S11": -0.19304279107885303, "W12": -9.6639279016584254, "S12": -22.533152165516348, "W13": -22.533152165516348, "S13": -22.533152165516348, "W21": -35.384602440710999, "S21": -35.384602440710999, "W22": -49.926366522587308, "S22": -58.78289871601504, "W31": -66.837632440931245, "S31": -67.557423994508724, "W32": -91.72449142247801, "S32": -96.72449142247801 }, "geometry": { "type": "Point", "coordinates": [ 103859.0, 507123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5072853729139539, "S11": -0.49271462708604608, "W12": -3.8297481494854981, "S12": -11.012662847322153, "W13": -23.363158723708253, "S13": -23.654517248680506, "W21": -36.067283302265054, "S21": -37.455662109012422, "W22": -39.654076925886535, "S22": -40.037949673220112, "W31": -60.0, "S31": -65.960266770518942, "W32": -82.707711665131114, "S32": -87.707711665131114 }, "geometry": { "type": "Point", "coordinates": [ 103859.0, 509200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2989915713425646, "S11": 0.2989915713425646, "W12": -6.5045193520974429, "S12": -21.373411229205658, "W13": -21.373411229205658, "S13": -21.373411229205658, "W21": -34.297300702263783, "S21": -34.297300702263783, "W22": -39.884916609549997, "S22": -53.053592505082982, "W31": -65.3376735968248, "S31": -75.04802437149894, "W32": -98.321301753364523, "S32": -103.32130175336452 }, "geometry": { "type": "Point", "coordinates": [ 103859.5, 507293.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1606289788709496, "S12": -16.435267301870656, "W13": -30.056070914154652, "S13": -30.056070914154652, "W21": -38.967192767331589, "S21": -38.970963305934646, "W22": -50.000000000000007, "S22": -51.304360564597843, "W31": -79.111709439016806, "S31": -79.111709439016806, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103859.75, 510345.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7839195979899483, "S12": -18.578260130436718, "W13": -25.053576569190124, "S13": -25.47491974098407, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -60.0, "S22": -66.130099290016872, "W31": -79.276092386842421, "S31": -79.276092386842421, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103860.0, 503910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2501200850345873, "S11": 1.2501200850345873, "W12": -10.595646622241729, "S12": -10.595646622241729, "W13": -23.951507058374656, "S13": -23.951507058374656, "W21": -37.287168290089355, "S21": -37.287168290089355, "W22": -40.0, "S22": -49.214904663725207, "W31": -65.383108650632636, "S31": -75.491052913531334, "W32": -99.807294751955325, "S32": -104.80729475195533 }, "geometry": { "type": "Point", "coordinates": [ 103860.0, 504984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -16.343742456732198, "S13": -16.343742456732198, "W21": -46.0, "S21": -46.0, "W22": -50.0, "S22": -50.0, "W31": -99.565209218391672, "S31": -99.565209218391672, "W32": -101.05044359533611, "S32": -106.05044359533611 }, "geometry": { "type": "Point", "coordinates": [ 103860.224489795917179, 524708.653061224496923 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2585954899777283, "W12": -11.207890931699085, "S12": -11.207890931699085, "W13": -16.274165232437486, "S13": -20.163033434814682, "W21": -50.309187403966725, "S21": -59.9326492579454, "W22": -66.459196902538594, "S22": -71.005008164064975, "W31": -79.601528296216841, "S31": -81.127008850530657, "W32": -96.879371224851269, "S32": -101.87937122485127 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 500964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33049137300068737, "S11": -0.33049137300068737, "W12": -10.0, "S12": -16.807607578205317, "W13": -21.689643814125496, "S13": -21.714058870076666, "W21": -36.041644786838958, "S21": -36.041644786838958, "W22": -44.723869095411189, "S22": -45.134736550314891, "W31": -80.635237573796729, "S31": -80.635237573796729, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8442622950819665, "S12": -12.568932446936586, "W13": -21.792720104166666, "S13": -21.792720104166666, "W21": -34.322521304241306, "S21": -34.323860058493004, "W22": -33.755848892012736, "S22": -36.144743065774129, "W31": -70.0, "S31": -70.0, "W32": -88.409401307988119, "S32": -93.409401307988119 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 508042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3208739652018551, "S12": -10.398464753510092, "W13": -29.929483614758528, "S13": -29.929483614758528, "W21": -40.0, "S21": -40.001551735075807, "W22": -42.89892789001, "S22": -42.89892789001, "W31": -68.949665411249526, "S31": -70.381586864366852, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103861.0, 510447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80339337375264208, "S11": 0.80339337375264208, "W12": -5.0, "S12": -5.0, "W13": -15.238746837601383, "S13": -19.257259462487696, "W21": -37.266494031112884, "S21": -40.766897927182683, "W22": -43.069749769813633, "S22": -43.069749769813633, "W31": -69.021655444748532, "S31": -70.162953431984661, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103861.285714285710128, 502724.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3306167105953084, "S11": 1.3306167105953084, "W12": -11.092755545429444, "S12": -11.237678177695061, "W13": -23.316559415872383, "S13": -25.848797536345902, "W21": -36.926416055566243, "S21": -36.931082393368605, "W22": -48.625874995111182, "S22": -48.625874995111182, "W31": -80.613861604517112, "S31": -89.00113457700408, "W32": -95.851968833452617, "S32": -100.85196883345262 }, "geometry": { "type": "Point", "coordinates": [ 103861.333333333328483, 505140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50788788179786715, "S11": -0.50788788179786715, "W12": -9.8286885245903903, "S12": -12.926439748556117, "W13": -21.617741809374792, "S13": -21.617741809374792, "W21": -34.308261558594886, "S21": -34.30970203478536, "W22": -62.174274986911662, "S22": -62.174274986911662, "W31": -81.829865767356651, "S31": -83.753519075119016, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103861.4, 508047.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51710361311148356, "S11": -0.51710361311148356, "W12": -9.8275761124124195, "S12": -13.41874222785045, "W13": -21.402537662202551, "S13": -21.402537662202551, "W21": -34.215016513275536, "S21": -34.216559918584089, "W22": -38.744874809065848, "S22": -41.02704648976718, "W31": -65.796564130825516, "S31": -65.796564130825516, "W32": -85.740740740741145, "S32": -90.740740740741145 }, "geometry": { "type": "Point", "coordinates": [ 103861.428571428565192, 508054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1543212639305374, "S12": -11.629274775492009, "W13": -20.816174759863063, "S13": -23.887989651693353, "W21": -37.410451892968972, "S21": -37.410451892968972, "W22": -50.0, "S22": -57.864048338368576, "W31": -67.465948582933663, "S31": -67.465948582933663, "W32": -90.448526623023255, "S32": -95.448526623023255 }, "geometry": { "type": "Point", "coordinates": [ 103861.75, 503478.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78033874961539029, "S11": 0.78033874961539029, "W12": -9.8473783755385096, "S12": -10.691713096216846, "W13": -13.230224562516169, "S13": -15.246396055558666, "W21": -30.349047987072296, "S21": -33.349047987072296, "W22": -43.893380200943497, "S22": -54.625843685533248, "W31": -65.755549661328317, "S31": -70.836798400590084, "W32": -94.327910217245474, "S32": -99.327910217245474 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 499451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6889745362837618, "W12": -10.770072517058729, "S12": -10.770072517058729, "W13": -16.263884904227488, "S13": -16.71400737673121, "W21": -45.161886002708364, "S21": -52.915588802548626, "W22": -39.775117660498054, "S22": -54.338181231315914, "W31": -65.376878070304585, "S31": -74.529817852241067, "W32": -97.775241217281305, "S32": -102.77524121728131 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 501334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.19294195250623136, "W12": -1.0238585650533347, "S12": -10.441097235953725, "W13": -24.57922178988326, "S13": -24.57922178988326, "W21": -35.310700642131607, "S21": -41.436431832880245, "W22": -39.47010354734288, "S22": -40.100053133953082, "W31": -60.350593744267748, "S31": -66.732265441278756, "W32": -81.783185049710539, "S32": -86.783185049710539 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 506193.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31129568106312289, "S11": 0.31129568106312289, "W12": -4.9417093494381161, "S12": -9.8827711237889098, "W13": -20.719893838405188, "S13": -22.794913412687311, "W21": -38.60214352139829, "S21": -38.60214352139829, "W22": -40.0, "S22": -42.245310776020595, "W31": -60.0, "S31": -65.100939538506481, "W32": -85.124858115777528, "S32": -90.124858115777528 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 506885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.064568764568764481, "S11": -1.0040511274898323, "W12": -5.0, "S12": -17.479945938505075, "W13": -23.939683754624539, "S13": -24.937240558924564, "W21": -37.046480012615888, "S21": -37.046480012615888, "W22": -61.131506089945645, "S22": -61.131506089945645, "W31": -74.72437115116989, "S31": -74.72437115116989, "W32": -88.015532165908851, "S32": -93.015532165908851 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 509302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.981193780304297, "S12": -12.924665516172231, "W13": -28.551051051051051, "S13": -28.551051051051051, "W21": -38.726807997946537, "S21": -38.726807997946537, "W22": -33.742537481425551, "S22": -36.112866020403757, "W31": -69.993846504844313, "S31": -69.993846504844313, "W32": -88.40630036305356, "S32": -93.40630036305356 }, "geometry": { "type": "Point", "coordinates": [ 103862.0, 511109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40065614202637861, "S11": -4.271597277546638, "W12": -5.4776995066635799, "S12": -7.8724359385974294, "W13": -18.177619436218283, "S13": -23.955742694950079, "W21": -33.552745491297799, "S21": -33.552745491297799, "W22": -43.847642754038176, "S22": -54.726043536570465, "W31": -65.749003057127553, "S31": -70.871531230081231, "W32": -94.350036797424622, "S32": -99.350036797424622 }, "geometry": { "type": "Point", "coordinates": [ 103862.333333333328483, 504559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7889010551703723, "S12": -5.7889010551703723, "W13": -20.0, "S13": -20.873960187889825, "W21": -45.462147209773505, "S21": -45.462147209773505, "W22": -39.118527841713608, "S22": -41.330021278248701, "W31": -60.0, "S31": -60.0, "W32": -96.120670628837971, "S32": -101.12067062883797 }, "geometry": { "type": "Point", "coordinates": [ 103862.375, 517822.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6318691023094114, "S11": -0.6318691023094114, "W12": -6.0258169119481169, "S12": -15.701520722103616, "W13": -20.005475169866937, "S13": -20.005475169866937, "W21": -33.064932224694907, "S21": -33.10318960452728, "W22": -49.061890372183761, "S22": -55.444154054282464, "W31": -66.593104593749999, "S31": -67.901323028230706, "W32": -92.134211697970088, "S32": -97.134211697970088 }, "geometry": { "type": "Point", "coordinates": [ 103862.5, 508137.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52709337990723815, "S11": -3.3944028766714593, "W12": -7.0641842620166626, "S12": -7.0641842620166626, "W13": -18.726519673268829, "S13": -23.067428313874515, "W21": -33.728855382873107, "S21": -33.728855382873107, "W22": -40.0, "S22": -53.712671499368618, "W31": -66.622054797690907, "S31": -75.446480243475492, "W32": -86.628171973492798, "S32": -91.628171973492798 }, "geometry": { "type": "Point", "coordinates": [ 103862.75, 504695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050888848483153171, "S11": 0.050888848483153171, "W12": -5.6009195615338259, "S12": -5.6009195615338259, "W13": -15.419383242004093, "S13": -18.292955043960632, "W21": -35.153624653765405, "S21": -35.303001573180318, "W22": -58.496222958276547, "S22": -58.496222958276547, "W31": -70.0, "S31": -70.931612534527105, "W32": -95.681888306078363, "S32": -100.68188830607836 }, "geometry": { "type": "Point", "coordinates": [ 103863.0, 498031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34266708936719464, "S11": 0.34266708936719464, "W12": -7.6983279718710262, "S12": -8.4157776618318429, "W13": -11.922588147062566, "S13": -14.251939511951122, "W21": -34.702655954714764, "S21": -43.550616123694851, "W22": -60.0, "S22": -64.523191423197574, "W31": -79.312182448500167, "S31": -79.312182448500167, "W32": -89.977953223217384, "S32": -94.977953223217384 }, "geometry": { "type": "Point", "coordinates": [ 103863.0, 499970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28092694491600145, "S11": -0.28092694491600145, "W12": -10.0, "S12": -22.718536172830014, "W13": -22.718536172830014, "S13": -22.718536172830014, "W21": -35.213037881113152, "S21": -35.213037881113152, "W22": -39.352358904097436, "S22": -41.294756860106361, "W31": -70.083083336884954, "S31": -77.745069859167131, "W32": -95.449022407412798, "S32": -100.4490224074128 }, "geometry": { "type": "Point", "coordinates": [ 103863.0, 507110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.767466569303089, "S12": -11.720335421762105, "W13": -30.0, "S13": -30.0, "W21": -38.988233940746923, "S21": -38.988233940746923, "W22": -33.358053000985038, "S22": -39.115000560021898, "W31": -70.0, "S31": -74.566254785622263, "W32": -86.734092871509915, "S32": -91.734092871509915 }, "geometry": { "type": "Point", "coordinates": [ 103863.0, 511011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.911375284738041, "W12": -10.944032230988752, "S12": -10.944032230988752, "W13": -16.179951058982365, "S13": -19.029912100473176, "W21": -50.04045395135325, "S21": -58.577499698347083, "W22": -39.318480158308589, "S22": -53.213210364575332, "W31": -66.30439523269149, "S31": -74.479199057262704, "W32": -81.292987012987012, "S32": -86.292987012987012 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 501228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60146409166264847, "S11": 0.60146409166264847, "W12": -6.8056988772631746, "S12": -8.3435795277496343, "W13": -25.0, "S13": -25.0, "W21": -34.252324349403196, "S21": -42.979269636114665, "W22": -33.35405293503068, "S22": -34.634100268535462, "W31": -69.638621965029429, "S31": -69.638621965029429, "W32": -88.637690558725183, "S32": -93.637690558725183 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.48365853658536584, "W12": -1.60244681722603, "S12": -19.449587399973041, "W13": -22.146475450372602, "S13": -22.146475450372602, "W21": -40.0, "S21": -41.42382309775649, "W22": -41.578801617616442, "S22": -44.711146646310695, "W31": -79.909862145917899, "S31": -83.783957342232895, "W32": -100.50668354333277, "S32": -105.50668354333277 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 506604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.012032520324886165, "W12": -1.8799439271050591, "S12": -19.45556933051704, "W13": -22.051688867449197, "S13": -22.051688867449197, "W21": -39.848767912972782, "S21": -40.921941225842005, "W22": -39.093366588617194, "S22": -40.035029609892717, "W31": -68.283044432307221, "S31": -77.432223738353343, "W32": -90.691489361702125, "S32": -95.691489361702125 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 506634.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.01, "S11": -1.01, "W12": -3.4100001, "S12": -18.7700001, "W13": -18.780001, "S13": -18.780001, "W21": -34.150002, "S21": -34.150002, "W22": -35.479059955390305, "S22": -40.575365624166722, "W31": -68.535756240822295, "S31": -68.672030536519458, "W32": -85.392752939835987, "S32": -90.392752939835987 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.157910188635078, "W12": -10.955957984464394, "S12": -10.955957984464394, "W13": -21.319778835489835, "S13": -25.068322062751974, "W21": -42.703582443293172, "S21": -43.535980704058197, "W22": -50.564261765734429, "S22": -52.552765539336697, "W31": -87.061935099848043, "S31": -87.061935099848043, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 515080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5329297859894746, "S12": -5.5329297859894746, "W13": -17.464984529355132, "S13": -17.464984529355132, "W21": -44.372779036173299, "S21": -44.372779036173299, "W22": -37.313469369109185, "S22": -38.993435695406149, "W31": -66.926992171938807, "S31": -66.926992171938807, "W32": -84.999999999999986, "S32": -89.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103864.545454545455868, 521057.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58633326813153375, "S11": 0.58633326813153375, "W12": -5.4588272650296368, "S12": -8.8395104500188122, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -29.999999999999996, "S21": -33.0, "W22": -56.68323620157696, "S22": -68.582356039085425, "W31": -105.52227448345371, "S31": -105.52227448345371, "W32": -105.52227448345371, "S32": -109.20227642852086 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 498667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7836430418812893, "S11": 0.7836430418812893, "W12": -5.9047719850006049, "S12": -9.4451557004896074, "W13": -15.0, "S13": -15.360302039199393, "W21": -29.999999999999996, "S21": -32.418266461439671, "W22": -43.889966183743446, "S22": -43.889966183743446, "W31": -81.618718328733294, "S31": -87.223956648695534, "W32": -97.718295990753177, "S32": -102.71829599075318 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 498780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.61363925797003, "S11": 1.61363925797003, "W12": -6.3672401616785592, "S12": -6.3672401616785592, "W13": -17.092141353821926, "S13": -17.092141353821926, "W21": -34.884887393564284, "S21": -39.003216929479862, "W22": -43.276300072985443, "S22": -44.777023538822696, "W31": -80.194320233515938, "S31": -80.194320233515938, "W32": -100.10765586943599, "S32": -105.10765586943599 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 502998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5922968529826207, "S11": 1.5922968529826207, "W12": -6.7849069215509825, "S12": -6.7849069215509825, "W13": -17.75579427582317, "S13": -18.821817604396131, "W21": -34.277383045141512, "S21": -37.277383045141512, "W22": -38.728132754202093, "S22": -39.75681868220741, "W31": -65.84103247853389, "S31": -65.84103247853389, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 503071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0057099883014873898, "S11": -0.0057099883014873898, "W12": -5.0, "S12": -15.0, "W13": -24.349395099181731, "S13": -28.275577568660417, "W21": -40.0, "S21": -40.255712731227824, "W22": -40.004120479620454, "S22": -43.498736057247264, "W31": -66.709137775993042, "S31": -70.30658864134945, "W32": -91.840274658641746, "S32": -96.840274658641746 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 504020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25031045616358966, "S11": 0.25031045616358966, "W12": -9.1489254998618339, "S12": -22.337672854204609, "W13": -22.337672854204609, "S13": -22.337672854204609, "W21": -34.743745646514689, "S21": -34.743745646514689, "W22": -43.896224297197598, "S22": -43.896224297197598, "W31": -69.15551191328575, "S31": -70.068768335444318, "W32": -95.163600408501225, "S32": -100.16360040850122 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 507198.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0969390457024837, "W12": -5.0, "S12": -5.0, "W13": -24.738270734423445, "S13": -25.423953607621588, "W21": -37.189215224290088, "S21": -37.189215224290088, "W22": -41.865704469804712, "S22": -46.496030284341053, "W31": -65.578253705012457, "S31": -72.27475524701255, "W32": -95.391846303677738, "S32": -100.39184630367774 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 509485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035309068268067199, "S11": 0.035309068268067199, "W12": -8.1374983719869434, "S12": -22.944080129759271, "W13": -30.0, "S13": -30.0, "W21": -33.696275891553, "S21": -33.945277810938798, "W22": -40.0, "S22": -47.922463550528811, "W31": -65.445386480091841, "S31": -73.570551545837446, "W32": -96.765354069819992, "S32": -101.76535406981999 }, "geometry": { "type": "Point", "coordinates": [ 103865.0, 510102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5385220104350736, "S12": -5.5385220104350736, "W13": -17.802864391121329, "S13": -17.802864391121329, "W21": -44.258066799283185, "S21": -44.258066799283185, "W22": -60.364841995903944, "S22": -60.364841995903944, "W31": -75.037549570113143, "S31": -75.037549570113143, "W32": -89.08406936111912, "S32": -94.08406936111912 }, "geometry": { "type": "Point", "coordinates": [ 103865.666666666671517, 520885.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053095934095136924, "S11": 0.053095934095136924, "W12": -4.9823673997412676, "S12": -4.9823673997412676, "W13": -15.058157146701651, "S13": -17.261988010453006, "W21": -32.832829025966596, "S21": -33.862684620623504, "W22": -60.0, "S22": -74.675684665705731, "W31": -101.52230786199449, "S31": -101.52230786199449, "W32": -105.98036574276766, "S32": -110.98036574276766 }, "geometry": { "type": "Point", "coordinates": [ 103866.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083692838654012031, "S11": 0.083692838654012031, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -20.020426700126158, "W21": -38.882041663848497, "S21": -40.848515099574307, "W22": -44.49585300164054, "S22": -44.49585300164054, "W31": -79.673950745751469, "S31": -81.38660330087697, "W32": -98.532090993584902, "S32": -103.5320909935849 }, "geometry": { "type": "Point", "coordinates": [ 103866.0, 502559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3997563478358435, "S11": 0.12463702339574989, "W12": -9.853405185112436, "S12": -9.853405185112436, "W13": -19.861191642969896, "S13": -22.845336836522087, "W21": -35.434874540138281, "S21": -37.43687154797491, "W22": -41.603206666261983, "S22": -44.403088314827841, "W31": -65.552981000993199, "S31": -72.463002233387144, "W32": -95.592764485587196, "S32": -100.5927644855872 }, "geometry": { "type": "Point", "coordinates": [ 103866.0, 505310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73820194298455144, "S11": -0.73820194298455144, "W12": -3.3242445769072155, "S12": -18.620324906833698, "W13": -18.697434763363269, "S13": -18.697434763363269, "W21": -33.988545252757099, "S21": -33.988545252757099, "W22": -60.639941529343787, "S22": -60.639941529343787, "W31": -74.617925678413968, "S31": -74.617925678413968, "W32": -88.142862300410386, "S32": -93.142862300410386 }, "geometry": { "type": "Point", "coordinates": [ 103866.0, 507508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2712161284335775, "W12": -11.194305178079745, "S12": -11.194305178079745, "W13": -16.239447750680029, "S13": -20.146267988399622, "W21": -50.266853287649461, "S21": -59.914446943651654, "W22": -41.495580791976224, "S22": -43.711913658367166, "W31": -65.540930514769116, "S31": -72.541256212304972, "W32": -95.677111048638565, "S32": -100.67711104863857 }, "geometry": { "type": "Point", "coordinates": [ 103866.666666666671517, 500958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34644649142514794, "S11": 0.34644649142514794, "W12": -5.0, "S12": -6.9828000962232384, "W13": -15.0, "S13": -15.176781375737553, "W21": -30.0, "S21": -33.0, "W22": -63.462402618775506, "S22": -63.462402618775506, "W31": -85.790338693564507, "S31": -85.790338693564507, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 498549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75605572580469882, "S11": 0.75605572580469882, "W12": -5.8405860650780212, "S12": -9.4607077309647778, "W13": -14.999999999999998, "S13": -15.289777915195199, "W21": -30.0, "S21": -32.529712273014852, "W22": -47.778661946287848, "S22": -47.778661946287848, "W31": -81.491560057292858, "S31": -86.582940836352719, "W32": -96.863465615317082, "S32": -101.86346561531708 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 498762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76267229496136535, "S11": 0.76267229496136535, "W12": -9.4871025509749245, "S12": -9.4871025509749245, "W13": -19.780498638620454, "S13": -22.189753458219936, "W21": -34.914573254717538, "S21": -34.914573254717538, "W22": -42.164728336883002, "S22": -48.585815777707282, "W31": -65.586391321313883, "S31": -72.076457546479531, "W32": -95.18705007078384, "S32": -100.18705007078384 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 504785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62572629615314612, "S11": 0.61204956435918523, "W12": -7.6034892876597802, "S12": -7.6034892876597802, "W13": -25.0, "S13": -25.746041732200901, "W21": -34.191231530352383, "S21": -42.722001075457321, "W22": -39.531710834723647, "S22": -39.63710344229996, "W31": -60.0, "S31": -66.178522052380487, "W32": -82.178015978878179, "S32": -87.178015978878179 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 505855.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25495503189226737, "S11": -0.25495503189226737, "W12": -7.3509763617677288, "S12": -8.2361596814040059, "W13": -20.687553591921617, "S13": -20.687553591921617, "W21": -38.250337845103388, "S21": -38.250337845103388, "W22": -60.310144103493982, "S22": -60.310144103493982, "W31": -75.181777181185581, "S31": -75.181777181185581, "W32": -88.970118240532543, "S32": -93.970118240532543 }, "geometry": { "type": "Point", "coordinates": [ 103867.0, 506954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.020149144354995, "S11": 3.020149144354995, "W12": -10.226570141570065, "S12": -10.226570141570065, "W13": -15.033484669708194, "S13": -17.028705263608803, "W21": -39.019474569200447, "S21": -39.842444673397601, "W22": -47.526480994133117, "S22": -47.526480994133117, "W31": -81.48284978221858, "S31": -86.85882747911441, "W32": -96.882570020851318, "S32": -101.88257002085132 }, "geometry": { "type": "Point", "coordinates": [ 103867.166666666671517, 500404.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51889789361586913, "S11": 0.51889789361586913, "W12": -8.8891375374837764, "S12": -10.921254984796878, "W13": -20.34076179080666, "S13": -23.695222541796383, "W21": -37.161912894961567, "S21": -37.161912894961567, "W22": -39.232806733654883, "S22": -39.232806733654883, "W31": -64.096075247746498, "S31": -64.251662956961013, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103867.5, 503441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2779123136091419, "S11": 3.5756305771690373, "W12": -11.253420019539924, "S12": -11.253420019539924, "W13": -16.52123550197371, "S13": -20.173576088471297, "W21": -40.0, "S21": -42.745672802103577, "W22": -46.002255304131154, "S22": -46.002255304131154, "W31": -80.103265663966212, "S31": -80.835408521109073, "W32": -98.357992534980497, "S32": -103.3579925349805 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 500753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2434729190130023, "S12": -16.243472919013001, "W13": -25.064325407670584, "S13": -26.438640735891703, "W21": -40.0, "S21": -40.0, "W22": -60.082396752829872, "S22": -60.082396752829872, "W31": -70.336629205288887, "S31": -71.331426052790604, "W32": -95.421166306695454, "S32": -100.42116630669545 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 503952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2767877541695225, "S11": 0.2767877541695225, "W12": -5.7545817548889122, "S12": -15.754581754888912, "W13": -25.019328796353843, "S13": -27.100646736861133, "W21": -40.0, "S21": -40.0, "W22": -39.293594338710385, "S22": -43.253145982584833, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -97.137060355666975, "S32": -102.13706035566697 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48056615776081424, "S11": 0.19635979808275633, "W12": -2.9833346074459146, "S12": -19.165598784486026, "W13": -21.574667645919767, "S13": -21.574667645919767, "W21": -39.375541142893333, "S21": -39.375541142893333, "W22": -39.360579873852231, "S22": -53.367727557471675, "W31": -66.40850016986343, "S31": -74.568130891804117, "W32": -81.700922077922073, "S32": -86.700922077922073 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 506728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23705667032875, "S11": 0.23705667032875, "W12": -10.0, "S12": -13.635903775560404, "W13": -21.97881972514147, "S13": -21.97881972514147, "W21": -37.37939885390518, "S21": -37.820375471913195, "W22": -33.514294268978787, "S22": -34.435755476351041, "W31": -69.71398506056309, "S31": -69.71398506056309, "W32": -88.573991544912374, "S32": -93.573991544912374 }, "geometry": { "type": "Point", "coordinates": [ 103868.0, 511576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0536646778587935, "S11": 4.0536646778587935, "W12": -10.714092664092663, "S12": -10.714092664092663, "W13": -15.851752549081779, "S13": -18.619745956291766, "W21": -39.617061294852071, "S21": -40.295464742120551, "W22": -62.646496384786644, "S22": -62.646496384786644, "W31": -86.959492120782443, "S31": -86.959492120782443, "W32": -94.469695900851903, "S32": -99.469695900851903 }, "geometry": { "type": "Point", "coordinates": [ 103868.5, 500543.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33968818287836416, "S11": 0.33968818287836416, "W12": -7.4781140121193985, "S12": -8.1258447357915866, "W13": -11.742997471544781, "S13": -15.524002795691352, "W21": -35.439174289732179, "S21": -43.535849003069536, "W22": -45.715614786626851, "S22": -45.715614786626851, "W31": -80.573771065050508, "S31": -80.573771065050508, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5694318105587541, "S11": -2.3021426117948192, "W12": -12.931304224150191, "S12": -12.931304224150191, "W13": -19.690747972364115, "S13": -24.690747972364115, "W21": -33.910994437421166, "S21": -41.294070460711879, "W22": -57.752887644382227, "S22": -76.637181489988777, "W31": -104.51616831849488, "S31": -104.51616831849488, "W32": -104.51616831849488, "S32": -109.46631786301302 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 505611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043779730019284438, "S11": -0.043779730019284438, "W12": -1.9340812785541572, "S12": -2.2692292075482392, "W13": -18.89364229646603, "S13": -18.89364229646603, "W21": -33.477255839836481, "S21": -33.477255839836481, "W22": -50.63052219465591, "S22": -54.646488919464716, "W31": -104.31661367608945, "S31": -104.31661367608945, "W32": -104.31661367608945, "S32": -108.07972550474273 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 507472.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21023519568652968, "S11": -1.8418439726461373, "W12": -5.0, "S12": -5.0, "W13": -22.084860702737689, "S13": -22.084860702737689, "W21": -34.096999201284795, "S21": -36.898665396275597, "W22": -39.209894794447791, "S22": -39.826061796857232, "W31": -60.0, "S31": -60.0, "W32": -95.290417693448859, "S32": -100.29041769344886 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 508767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21273630701357119, "S11": 0.024354809824499307, "W12": -10.649517231658328, "S12": -10.950965107253278, "W13": -15.68611480115422, "S13": -15.68611480115422, "W21": -36.991621282974208, "S21": -37.637636009753692, "W22": -45.99485471849291, "S22": -45.99485471849291, "W31": -80.073391178805736, "S31": -82.321798822117842, "W32": -98.240510629234905, "S32": -103.2405106292349 }, "geometry": { "type": "Point", "coordinates": [ 103869.0, 511938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.983015954709213, "S12": -7.283521005214264, "W13": -19.791200795487136, "S13": -19.791200795487136, "W21": -34.741698667273766, "S21": -34.745859135045279, "W22": -38.723639824832802, "S22": -39.855740200885656, "W31": -65.717213383056489, "S31": -65.717213383056489, "W32": -85.178891983905899, "S32": -90.178891983905899 }, "geometry": { "type": "Point", "coordinates": [ 103870.0, 507873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8889809319327995, "S12": -5.8889809319327995, "W13": -20.0, "S13": -21.089809456160825, "W21": -45.530592073711503, "S21": -45.530592073711503, "W22": -50.0, "S22": -58.341389728096672, "W31": -67.329733336368136, "S31": -67.329733336368136, "W32": -90.595562004957984, "S32": -95.595562004957984 }, "geometry": { "type": "Point", "coordinates": [ 103870.5, 517776.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9585982171912055, "W12": -10.953479351636014, "S12": -10.953479351636014, "W13": -16.120297262437123, "S13": -19.662952192080006, "W21": -50.080976214005588, "S21": -58.792895026878398, "W22": -61.659596348919912, "S22": -62.933532652104759, "W31": -81.08435014671322, "S31": -85.757086638413142, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103870.571428571434808, 501206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28805206960554425, "S11": 0.28805206960554425, "W12": -10.462265867244243, "S12": -10.462265867244243, "W13": -19.982772877624008, "S13": -27.189391263412016, "W21": -40.16206162421463, "S21": -41.761105551863338, "W22": -39.842557198341979, "S22": -53.831406957776444, "W31": -65.312573112840056, "S31": -74.516462321751447, "W32": -97.776282894406563, "S32": -102.77628289440656 }, "geometry": { "type": "Point", "coordinates": [ 103870.583333333328483, 513283.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76897915715807086, "S11": 0.76897915715807086, "W12": -5.8661243498246041, "S12": -9.5398725950281609, "W13": -15.0, "S13": -15.273081698414922, "W21": -30.000000000000004, "S21": -32.541582073485117, "W22": -40.177049395536322, "S22": -42.56000564457144, "W31": -61.736017746706096, "S31": -64.933657581686433, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 498765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44480889855314881, "S11": 0.44480889855314881, "W12": -8.1391921657032356, "S12": -8.1663116379729548, "W13": -12.275648118366034, "S13": -12.958286923784183, "W21": -36.900435101871693, "S21": -43.834588607964818, "W22": -40.867520069609746, "S22": -41.406481108570617, "W31": -65.147924639387696, "S31": -67.960782502169963, "W32": -93.105407111298135, "S32": -98.105407111298135 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 500140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.152034618448688, "S11": -1.152034618448688, "W12": -9.9006690934304036, "S12": -9.9006690934304036, "W13": -16.915288187305165, "S13": -21.508357920184825, "W21": -37.301560121765597, "S21": -37.301560121765604, "W22": -42.958579990623477, "S22": -42.958579990623477, "W31": -68.795426764477909, "S31": -70.311228433599169, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 502182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13879449612834938, "S11": 0.13879449612834938, "W12": -5.3273779051909491, "S12": -15.32737790519095, "W13": -24.753134966205739, "S13": -27.608012881257991, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -63.190512491280145, "S22": -63.190512491280145, "W31": -86.213463955399433, "S31": -86.213463955399433, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 503991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.075540457072266864, "S11": -0.0082579037366298791, "W12": -5.8732170369265937, "S12": -15.873217036926594, "W13": -23.024009789977903, "S13": -26.045427518180663, "W21": -39.362734033295148, "S21": -49.362734033295148, "W22": -44.809765776728653, "S22": -44.809765776728653, "W31": -81.698509229858459, "S31": -87.935541633593132, "W32": -96.671311573631485, "S32": -101.67131157363148 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 504113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0968571291268203, "S11": 2.0968571291268203, "W12": -2.6492478763444525, "S12": -11.379662820020481, "W13": -18.042018354289457, "S13": -18.042018354289457, "W21": -32.421450779330236, "S21": -32.421450779330236, "W22": -45.536391853389738, "S22": -45.536391853389738, "W31": -81.420903095867757, "S31": -89.028740159292212, "W32": -97.220904698253676, "S32": -102.22090469825368 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 507584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38096176489425126, "S11": -0.38096176489425126, "W12": -10.792459454940646, "S12": -20.792459454940648, "W13": -26.784670231729056, "S13": -26.784670231729056, "W21": -38.333408203679042, "S21": -38.333408203679042, "W22": -38.696785206258895, "S22": -43.026413282630159, "W31": -68.356976421486721, "S31": -68.356976421486721, "W32": -89.371406143700327, "S32": -94.371406143700327 }, "geometry": { "type": "Point", "coordinates": [ 103871.0, 511245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5246075801278822, "S12": -5.5246075801278822, "W13": -17.372180212238639, "S13": -17.372180212238639, "W21": -44.395938052538284, "S21": -44.395938052538284, "W22": -39.819457820261093, "S22": -54.819457820261093, "W31": -65.34598343316074, "S31": -74.130045967087597, "W32": -97.370568479603207, "S32": -102.37056847960321 }, "geometry": { "type": "Point", "coordinates": [ 103871.363636363632395, 521106.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48765127961569688, "S11": 0.48765127961569688, "W12": -15.099517265704668, "S12": -15.099517265704668, "W13": -21.009780793458344, "S13": -22.198788449873547, "W21": -37.109851972301875, "S21": -45.150215399325369, "W22": -39.209833925321149, "S22": -42.13027501267868, "W31": -65.902555097635158, "S31": -76.152486979625309, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103871.5, 514092.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91463275368435204, "S11": -1.3720274545443267, "W12": -8.2211787332075712, "S12": -8.2211787332075712, "W13": -20.662276021189133, "S13": -24.418507895363931, "W21": -44.660407320491252, "S21": -44.660407320491252, "W22": -39.477186540862114, "S22": -39.477186540862114, "W31": -60.181266734652368, "S31": -66.452822571474485, "W32": -81.947786746606894, "S32": -86.947786746606894 }, "geometry": { "type": "Point", "coordinates": [ 103871.659090909088263, 516136.29545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73539038198897333, "S11": 0.73539038198897333, "W12": -8.4725437215288562, "S12": -9.5769024056588243, "W13": -19.873112563226336, "S13": -23.794341273688918, "W21": -36.764941170888939, "S21": -36.859122228298219, "W22": -60.148376968741438, "S22": -60.148376968741438, "W31": -74.503918842412972, "S31": -74.503918842412972, "W32": -88.270192434912033, "S32": -93.270192434912033 }, "geometry": { "type": "Point", "coordinates": [ 103871.666666666671517, 503375.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28648601276028879, "S11": 0.28648601276028879, "W12": -1.9105976290780839, "S12": -3.396758880582297, "W13": -18.962186050489827, "S13": -18.962186050489827, "W21": -32.632873538235586, "S21": -32.632873538235586, "W22": -59.218404234602652, "S22": -78.939381201676383, "W31": -103.04433008268411, "S31": -103.04433008268411, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103872.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71912601262806775, "S11": -0.71912601262806775, "W12": -5.0, "S12": -5.0, "W13": -20.597001759247881, "S13": -20.597001759247881, "W21": -33.776932999573525, "S21": -37.226843981582519, "W22": -64.57910439916607, "S22": -73.564129357568646, "W31": -79.786442291971127, "S31": -80.872824698578256, "W32": -95.365365830968884, "S32": -100.36536583096888 }, "geometry": { "type": "Point", "coordinates": [ 103872.375, 508546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1815631411274641, "S11": 1.1815631411274641, "W12": -7.5730014669611334, "S12": -7.8427661969442726, "W13": -14.359097269005542, "S13": -15.985367255394863, "W21": -29.999999999999996, "S21": -33.0, "W22": -54.565369331229903, "S22": -61.824533217844937, "W31": -79.021328425656833, "S31": -79.021328425656833, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 499175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42229782023588114, "S11": 0.42229782023588114, "W12": -9.3077540106951879, "S12": -9.9814878325733307, "W13": -14.312669301875951, "S13": -18.865255720115716, "W21": -32.141215742904919, "S21": -34.432197478064737, "W22": -39.271864149348744, "S22": -39.271864149348744, "W31": -63.288916260754341, "S31": -63.392241945264786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 499732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20349366669426278, "S11": 0.20349366669426278, "W12": -9.6684520897175084, "S12": -20.0, "W13": -20.0, "S13": -22.603281274400615, "W21": -34.805977661073804, "S21": -34.805977661073804, "W22": -40.000000000000007, "S22": -51.811558105209158, "W31": -65.232247547773156, "S31": -75.232247547773156, "W32": -98.532942097812224, "S32": -103.53294209781222 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26917519566526177, "S11": 0.26917519566526177, "W12": -6.7110447299976821, "S12": -21.008724554958938, "W13": -21.008724554958938, "S13": -21.008724554958938, "W21": -34.336494826621596, "S21": -34.336494826621596, "W22": -56.088737930771153, "S22": -56.088737930771153, "W31": -80.73860478043359, "S31": -80.73860478043359, "W32": -94.104826270061722, "S32": -99.104826270061722 }, "geometry": { "type": "Point", "coordinates": [ 103873.0, 507290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61247585870801224, "S11": 0.61247585870801224, "W12": -8.6239538110370138, "S12": -10.213235194101747, "W13": -19.962160270281263, "S13": -23.59926688043042, "W21": -36.91337389695417, "S21": -36.91337389695417, "W22": -35.889552374415125, "S22": -40.780758013739337, "W31": -68.140014684287777, "S31": -68.140014684287777, "W32": -85.207363837388471, "S32": -90.207363837388471 }, "geometry": { "type": "Point", "coordinates": [ 103873.25, 503403.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5277877385072536, "S12": -5.5277877385072536, "W13": -17.713215955212537, "S13": -17.713215955212537, "W21": -44.279237690524738, "S21": -44.279237690524738, "W22": -39.275141400934388, "S22": -39.275141400934388, "W31": -61.655901900215781, "S31": -61.655901900215781, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103873.277777777781012, 520932.944444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0206708833256888, "S11": -1.0206708833256888, "W12": -9.6657752780263326, "S12": -9.6657752780263326, "W13": -16.722495814944452, "S13": -21.491493429243015, "W21": -37.738998216322109, "S21": -37.738998216322109, "W22": -51.114437447667555, "S22": -51.114437447667555, "W31": -98.790250516131024, "S31": -98.790250516131024, "W32": -100.90513819047979, "S32": -105.90513819047979 }, "geometry": { "type": "Point", "coordinates": [ 103874.0, 502211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5234570765661455, "S11": -2.6244528912795135, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.297532039767823, "S13": -22.821934451810861, "W21": -34.717216596076689, "S21": -39.698402553228917, "W22": -39.329283102045956, "S22": -43.391454890279803, "W31": -60.0, "S31": -60.0, "W32": -97.227410790227722, "S32": -102.22741079022772 }, "geometry": { "type": "Point", "coordinates": [ 103874.0, 505440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24922284219335752, "S11": 0.013589947656757334, "W12": -10.521400984074917, "S12": -11.291173452353666, "W13": -15.621770380957617, "S13": -15.621770380957617, "W21": -37.068329831421977, "S21": -37.80830367201105, "W22": -39.937745653804924, "S22": -40.688394743824695, "W31": -69.467928260828998, "S31": -69.913520649063813, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103874.0, 511899.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8369939534161333, "S12": -8.8369939534161333, "W13": -16.539621459102914, "S13": -18.526927468686196, "W21": -30.679883323651943, "S21": -31.431120068031291, "W22": -46.660948200584428, "S22": -47.471079429461085, "W31": -77.737585546405711, "S31": -78.737585546405711, "W32": -96.319789124635989, "S32": -101.31978912463599 }, "geometry": { "type": "Point", "coordinates": [ 103875.0, 497243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17505588210944611, "S11": 0.17505588210944611, "W12": -10.0, "S12": -22.800111669458403, "W13": -22.800111669458403, "S13": -22.800111669458403, "W21": -34.825932003489555, "S21": -34.825932003489555, "W22": -50.0, "S22": -58.328700906344409, "W31": -67.310625882603333, "S31": -67.310625882603333, "W32": -90.560465896036362, "S32": -95.560465896036362 }, "geometry": { "type": "Point", "coordinates": [ 103875.0, 507176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35552401092221614, "S11": -0.026783772235923597, "W12": -10.192924550898207, "S12": -10.192924550898207, "W13": -18.955502136877762, "S13": -23.835254463049157, "W21": -37.18674580147097, "S21": -40.642541088950857, "W22": -38.814324628892464, "S22": -38.814324628892464, "W31": -66.241957856531741, "S31": -76.605469846221993, "W32": -96.52286256296199, "S32": -101.52286256296199 }, "geometry": { "type": "Point", "coordinates": [ 103875.4, 512868.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.338519368807918, "S11": -0.338519368807918, "W12": -10.792927604079585, "S12": -18.948193407978259, "W13": -26.446880570409984, "S13": -26.446880570409984, "W21": -38.25864255011755, "S21": -38.25864255011755, "W22": -39.402679589395873, "S22": -53.314053424079823, "W31": -66.51260510703537, "S31": -74.657062726345529, "W32": -82.108857142857133, "S32": -87.108857142857133 }, "geometry": { "type": "Point", "coordinates": [ 103876.0, 511270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10572994750208753, "S11": 0.10572994750208753, "W12": -6.4131332702414738, "S12": -6.4131332702414738, "W13": -16.02840244208841, "S13": -18.497598170562792, "W21": -37.374805544831212, "S21": -37.374805544831212, "W22": -48.930108128431272, "S22": -48.930108128431272, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103876.333333333328483, 497810.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48694509581951967, "S11": 0.48694509581951967, "W12": -10.0, "S12": -10.686540133729125, "W13": -12.918280023032052, "S13": -15.294310591868403, "W21": -30.712682760965656, "S21": -33.712682760965656, "W22": -55.075469497258815, "S22": -55.075469497258815, "W31": -81.516488497714562, "S31": -81.516488497714562, "W32": -94.93682873808136, "S32": -99.93682873808136 }, "geometry": { "type": "Point", "coordinates": [ 103877.0, 499568.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.778206545244847, "S11": 2.778206545244847, "W12": -2.4959605637861122, "S12": -17.990135907078702, "W13": -17.990135907078702, "S13": -17.990135907078702, "W21": -32.6063478493014, "S21": -32.6063478493014, "W22": -47.529331916871634, "S22": -47.529331916871634, "W31": -80.0, "S31": -88.625876640891931, "W32": -96.121358766567312, "S32": -101.12135876656731 }, "geometry": { "type": "Point", "coordinates": [ 103877.0, 507547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6129126889967278, "S12": -13.14716422940992, "W13": -29.804274076591511, "S13": -29.804274076591511, "W21": -40.0, "S21": -40.0, "W22": -33.844445946972399, "S22": -38.279055257767411, "W31": -69.9351507781615, "S31": -73.397447296155519, "W32": -87.12249616476096, "S32": -92.12249616476096 }, "geometry": { "type": "Point", "coordinates": [ 103877.0, 510537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16913637631336648, "S11": -1.6730867344427669, "W12": -5.0, "S12": -5.0, "W13": -22.095927538570692, "S13": -22.095927538570692, "W21": -33.994503070619714, "S21": -36.971558398198496, "W22": -40.0, "S22": -51.071435339764221, "W31": -65.29733594993742, "S31": -75.310148579384645, "W32": -98.769427905902674, "S32": -103.76942790590267 }, "geometry": { "type": "Point", "coordinates": [ 103877.2, 508765.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6772535658601373, "W12": -10.741140165513903, "S12": -10.741140165513903, "W13": -16.159421145894861, "S13": -16.159421145894861, "W21": -44.479871968484552, "S21": -52.206703401239579, "W22": -39.065325242723233, "S22": -40.75218436000862, "W31": -65.984219099195172, "S31": -76.249353494187574, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103878.0, 501342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20197453021943834, "S11": 0.20197453021943834, "W12": -8.7745602966549061, "S12": -21.890690040983785, "W13": -21.890690040983785, "S13": -21.890690040983785, "W21": -35.003547734728023, "S21": -35.003547734728023, "W22": -42.740369732741833, "S22": -42.740369732741833, "W31": -68.083906917165237, "S31": -70.048191649614921, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103878.0, 507219.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029356764483309455, "S11": -0.42041948791522366, "W12": -5.0761291002869395, "S12": -5.0761291002869395, "W13": -25.687299792726588, "S13": -26.249804215417935, "W21": -38.812276580661859, "S21": -38.812276580661859, "W22": -55.696836607513447, "S22": -64.155319075249821, "W31": -100.0, "S31": -100.0, "W32": -102.8926451445639, "S32": -107.8926451445639 }, "geometry": { "type": "Point", "coordinates": [ 103878.0, 509750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5162853742662996, "S12": -5.5162853742662996, "W13": -17.279375895122268, "S13": -17.279375895122268, "W21": -44.419097068903213, "S21": -44.419097068903213, "W22": -39.287946556136802, "S22": -39.607020696042788, "W31": -60.0, "S31": -60.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103878.181818181823473, 521155.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0905785034957813, "S11": 2.9401635327143261, "W12": -11.138553690381043, "S12": -11.138553690381043, "W13": -16.038856075385894, "S13": -20.011234112621597, "W21": -50.736003697918449, "S21": -60.18793150759857, "W22": -44.326093736916562, "S22": -44.932985640815687, "W31": -80.64674705283764, "S31": -80.64674705283764, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103878.2, 501037.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9890608086952293, "S12": -5.9890608086952293, "W13": -20.0, "S13": -21.305658724431819, "W21": -45.599036937649501, "S21": -45.599036937649501, "W22": -39.181471426812251, "S22": -40.24636445488941, "W31": -68.307835302459864, "S31": -77.449109540687004, "W32": -91.010638297872333, "S32": -96.010638297872333 }, "geometry": { "type": "Point", "coordinates": [ 103878.625, 517730.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33396927118125924, "S11": 0.33396927118125924, "W12": -7.4216615545746984, "S12": -8.1110669640927107, "W13": -11.667657972716837, "S13": -15.181203227962687, "W21": -35.264079578740315, "S21": -42.974103718752382, "W22": -38.921041622369266, "S22": -39.010418087829713, "W31": -66.146271755413011, "S31": -66.146271755413011, "W32": -87.012276900855881, "S32": -92.012276900855881 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35699538916798573, "S11": 0.0843985455524906, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -14.999999999999998, "S13": -16.993103041933907, "W21": -36.779510254446429, "S21": -41.287230811995883, "W22": -36.381821185849084, "S22": -40.810426010564257, "W31": -67.86299559471361, "S31": -67.86299559471361, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 501807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70605382380015524, "S11": 0.70605382380015524, "W12": -8.3810443899697731, "S12": -9.5274897087861365, "W13": -19.828559521385401, "S13": -23.887866090728465, "W21": -36.664834898946765, "S21": -36.664834898946765, "W22": -33.916585737258515, "S22": -39.497740635047215, "W31": -69.452075589618303, "S31": -75.647256399953434, "W32": -86.462701939807289, "S32": -91.462701939807289 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 503366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4737595419847328, "S11": -0.055334005976739653, "W12": -2.7307736411589327, "S12": -19.074561331338739, "W13": -21.843755663820708, "S13": -21.843755663820708, "W21": -39.512949715767419, "S21": -40.063340111579123, "W22": -39.245329174881192, "S22": -44.18355014914637, "W31": -62.292427207100587, "S31": -69.085621638022602, "W32": -80.795609246297502, "S32": -85.795609246297502 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 506697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27097772639466383, "S11": -0.27097772639466383, "W12": -10.0, "S12": -22.339509494887366, "W13": -22.339509494887366, "S13": -22.339509494887366, "W21": -35.269504828574505, "S21": -35.269504828574505, "W22": -44.395664159128287, "S22": -44.395664159128287, "W31": -78.886576482830392, "S31": -80.484382640627885, "W32": -98.508378366730355, "S32": -103.50837836673035 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 507106.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19676857344339815, "S11": 0.19676857344339815, "W12": -8.681920016480829, "S12": -21.808405155353487, "W13": -21.808405155353487, "S13": -21.808405155353487, "W21": -35.039942254707817, "S21": -35.039942254707817, "W22": -59.678866164334408, "S22": -94.678866164334408, "W31": -100.0, "S31": -100.0, "W32": -104.99871450716473, "S32": -109.99871450716473 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 507223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25089541824947698, "S11": 0.25089541824947698, "W12": -4.3939626456659395, "S12": -10.986951983827275, "W13": -19.123293577807082, "S13": -19.123293577807082, "W21": -32.970238496845091, "S21": -32.970238496845091, "W22": -49.305250770187293, "S22": -51.11660190395893, "W31": -102.93025171779881, "S31": -102.93025171779881, "W32": -102.93025171779881, "S32": -107.40125679637906 }, "geometry": { "type": "Point", "coordinates": [ 103879.0, 507382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.14379602637833189, "W12": -7.9212105841575786, "S12": -16.767677817308549, "W13": -21.807003222889524, "S13": -24.332496589663993, "W21": -38.189787522421035, "S21": -48.189787522421035, "W22": -56.980502821959981, "S22": -56.980502821959981, "W31": -93.386217526974704, "S31": -93.386217526974704, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 504198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1152724449351197, "S11": 1.1152724449351197, "W12": -10.297923067714777, "S12": -10.297923067714777, "W13": -22.20996371906644, "S13": -22.20996371906644, "W21": -36.439464627109921, "S21": -36.439464627109921, "W22": -39.543279534070699, "S22": -53.822413601304618, "W31": -66.618706720433764, "S31": -74.868776958412127, "W32": -83.135090909090906, "S32": -88.135090909090906 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 504907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42462151394422309, "S11": -1.4246215139442231, "W12": -3.4586003513790384, "S12": -11.8470672277669, "W13": -17.190320512820509, "S13": -17.190320512820509, "W21": -33.645077474398619, "S21": -34.517525333893708, "W22": -60.139657144213778, "S22": -60.139657144213778, "W31": -74.461197504046737, "S31": -74.461197504046737, "W32": -88.397522569413695, "S32": -93.397522569413695 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 507711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35167808071745799, "S11": 0.19909280597057899, "W12": -9.9999999999999982, "S12": -11.870526315789473, "W13": -17.629434151946, "S13": -21.538602233440059, "W21": -37.242792315522379, "S21": -38.057441585642522, "W22": -43.06973365544178, "S22": -43.06973365544178, "W31": -68.731227081032685, "S31": -70.172671782624462, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103880.0, 511778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5170534665794317, "S12": -5.5170534665794317, "W13": -17.623567519303631, "S13": -17.623567519303631, "W21": -44.300408581766348, "S21": -44.300408581766348, "W22": -50.0, "S22": -51.816614055775119, "W31": -79.389385838424957, "S31": -79.389385838424957, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103880.888888888890506, 520980.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1302404077003261, "S11": 3.1302404077003261, "W12": -10.276233376233307, "S12": -10.276233376233307, "W13": -15.18383646904047, "S13": -17.285122296879699, "W21": -39.154571889500225, "S21": -40.059326003824914, "W22": -59.193973834687633, "S22": -89.193973834687625, "W31": -103.27711959232083, "S31": -103.27711959232083, "W32": -104.80696603555791, "S32": -109.80696603555791 }, "geometry": { "type": "Point", "coordinates": [ 103881.0, 500425.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13065171013694865, "S11": 0.13065171013694865, "W12": -10.267011070110701, "S12": -10.267011070110701, "W13": -15.0, "S13": -17.234135085455044, "W21": -37.290919921708792, "S21": -39.047701492529256, "W22": -60.0, "S22": -64.808649821663423, "W31": -79.220504230075619, "S31": -79.220504230075619, "W32": -89.920958345506918, "S32": -94.920958345506918 }, "geometry": { "type": "Point", "coordinates": [ 103881.0, 501838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061353737492642779, "S11": -0.28163323050531741, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.359178558792301, "W21": -39.413510884819999, "S21": -39.413510884819999, "W22": -48.939129855664106, "S22": -48.939129855664106, "W31": -80.018086107516766, "S31": -89.715622521830738, "W32": -95.853670351665315, "S32": -100.85367035166531 }, "geometry": { "type": "Point", "coordinates": [ 103881.0, 509695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0997934024534535, "S11": 1.0997934024534535, "W12": -10.263224399132783, "S12": -10.263224399132783, "W13": -22.013251565856216, "S13": -22.013251565856216, "W21": -36.300874135713606, "S21": -36.300874135713606, "W22": -33.601342816500704, "S22": -36.436452995656794, "W31": -68.867729449039103, "S31": -68.867729449039103, "W32": -89.014409323780669, "S32": -94.014409323780669 }, "geometry": { "type": "Point", "coordinates": [ 103881.333333333328483, 504898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.69599658074968, "S11": 3.69599658074968, "W12": -10.543063063063062, "S12": -10.558003510231691, "W13": -15.574129297874537, "S13": -18.121901620972764, "W21": -39.760215629700738, "S21": -40.587749956314816, "W22": -44.98923388317121, "S22": -51.569949474532663, "W31": -65.759226429048297, "S31": -69.667596855712119, "W32": -93.629181172157161, "S32": -98.629181172157161 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 500501.5 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5351252968184808, "S11": 3.2952968993648359, "W12": -11.203738727536495, "S12": -11.203738727536495, "W13": -16.359103387802474, "S13": -20.148603411819437, "W21": -42.293413376745569, "S21": -47.945630718025562, "W22": -45.067929437148948, "S22": -45.067929437148948, "W31": -68.907328730748816, "S31": -70.502750820872151, "W32": -95.696809458835844, "S32": -100.69680945883584 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 500790.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55907371968025266, "S11": 0.55907371968025266, "W12": -5.944157198656657, "S12": -7.513648962205532, "W13": -25.0, "S13": -25.0, "W21": -34.273035330980001, "S21": -41.354223977230291, "W22": -55.705028336606397, "S22": -55.705028336606397, "W31": -94.497537501410505, "S31": -94.497537501410505, "W32": -100.16511148646815, "S32": -105.16511148646815 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.93906318767683139, "S12": -11.508930174531454, "W13": -23.018570132701189, "S13": -23.018570132701189, "W21": -37.71249743363159, "S21": -42.381618911738421, "W22": -60.325127768792818, "S22": -60.325127768792818, "W31": -75.131176282555018, "S31": -75.131176282555018, "W32": -89.124241201902038, "S32": -94.124241201902038 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 506327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.2232379754794094, "S12": -15.763651643759538, "W13": -21.854509413060043, "S13": -21.854509413060043, "W21": -38.700693052212166, "S21": -42.455826869967275, "W22": -50.0, "S22": -50.476019489234311, "W31": -79.104358442771257, "S31": -79.104358442771257, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 506408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.14705106214540165, "W12": -2.4688003495453179, "S12": -19.154774761716826, "W13": -22.114468753824298, "S13": -22.114468753824298, "W21": -39.657843376377862, "S21": -40.59293161034455, "W22": -50.088417123527357, "S22": -50.088417123527357, "W31": -80.051905658157864, "S31": -88.597675808487153, "W32": -95.695862684580518, "S32": -100.69586268458052 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 506667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64648800347839841, "S11": -2.0663358948546602, "W12": -5.0, "S12": -5.0, "W13": -22.381394475410374, "S13": -22.381394475410374, "W21": -33.889534035363781, "S21": -36.889534035363781, "W22": -47.003675666137568, "S22": -47.003675666137568, "W31": -80.14154243582152, "S31": -88.649454681820444, "W32": -96.239408381857146, "S32": -101.23940838185715 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.99134141820685273, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -24.645171235616274, "S13": -25.384970893568877, "W21": -37.391091078521029, "S21": -37.391091078521029, "W22": -34.103791319376896, "S22": -36.785477786431343, "W31": -68.828646032843466, "S31": -68.828646032843466, "W32": -89.032926024118751, "S32": -94.032926024118751 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 509457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07327079498901623, "S11": 0.07327079498901623, "W12": -8.0726307440911995, "S12": -23.0726307440912, "W13": -30.329999625000003, "S13": -30.329999625000003, "W21": -33.708235516874467, "S21": -33.717509811826865, "W22": -39.94839154744583, "S22": -53.433878591554937, "W31": -66.841957712707227, "S31": -75.458298616133789, "W32": -86.587906093421694, "S32": -91.587906093421694 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 510092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32799867967937885, "S11": 0.32799867967937885, "W12": -10.0, "S12": -13.307696189118616, "W13": -20.801455133387226, "S13": -22.077071926065301, "W21": -37.417036033254611, "S21": -38.202942246922099, "W22": -39.65382035279449, "S22": -54.05427064047786, "W31": -66.697493747282678, "S31": -75.033593424792173, "W32": -83.935480519480521, "S32": -88.935480519480521 }, "geometry": { "type": "Point", "coordinates": [ 103882.0, 511631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33648989898989445, "S11": 0.33648989898989445, "W12": -7.7122841876565431, "S12": -7.7122841876565431, "W13": -16.358782910487648, "S13": -18.472372949689007, "W21": -34.00124504739712, "S21": -34.44389270823423, "W22": -60.282851108861223, "S22": -60.282851108861223, "W31": -70.822018931779539, "S31": -71.656523703157887, "W32": -95.097412615154155, "S32": -100.09741261515416 }, "geometry": { "type": "Point", "coordinates": [ 103882.333333333328483, 497504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0391376866333135, "S11": 2.9265818331927234, "W12": -11.138200550670588, "S12": -11.138200550670588, "W13": -16.057720063547592, "S13": -20.033323303265679, "W21": -50.613685734974652, "S21": -60.166461234017575, "W22": -56.6038337415916, "S22": -56.6038337415916, "W31": -80.183898462108758, "S31": -80.183898462108758, "W32": -93.628383662283255, "S32": -98.628383662283255 }, "geometry": { "type": "Point", "coordinates": [ 103882.333333333328483, 501002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0567673532497661, "W12": -10.997114477874835, "S12": -10.997114477874835, "W13": -16.001056103273893, "S13": -20.028883042822208, "W21": -50.165846172062473, "S21": -59.21816204627568, "W22": -45.848761393140663, "S22": -45.848761393140663, "W31": -80.172816090968354, "S31": -80.172816090968354, "W32": -98.538019859458529, "S32": -103.53801985945853 }, "geometry": { "type": "Point", "coordinates": [ 103882.714285714289872, 501163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17894693269310372, "S11": 0.17894693269310372, "W12": -9.6608554579867647, "S12": -22.422921602663635, "W13": -22.422921602663635, "S13": -22.422921602663635, "W21": -34.874841779333607, "S21": -34.874841779333607, "W22": -39.245850799117811, "S22": -40.495151941111295, "W31": -68.613482047891551, "S31": -77.834142814055994, "W32": -91.914893617021278, "S32": -96.914893617021278 }, "geometry": { "type": "Point", "coordinates": [ 103883.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58351346823910577, "S11": -0.58351346823910577, "W12": -11.192102596869258, "S12": -11.192102596869258, "W13": -28.913537431915557, "S13": -28.913537431915557, "W21": -38.856902129010727, "S21": -38.856902129010727, "W22": -49.312119676899698, "S22": -49.312119676899698, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103883.0, 511054.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4535251895082459, "S11": -2.5026811511688094, "W12": -10.520551841843265, "S12": -10.520551841843265, "W13": -20.0, "S13": -24.984271783579743, "W21": -33.889539894802546, "S21": -41.351018141390334, "W22": -39.292512462112555, "S22": -42.126495320665505, "W31": -60.0, "S31": -60.0, "W32": -96.655453095005143, "S32": -101.65545309500514 }, "geometry": { "type": "Point", "coordinates": [ 103884.0, 505626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18196870601871012, "S11": 0.18196870601871012, "W12": -9.5825715242190928, "S12": -22.350675610542183, "W13": -22.350675610542183, "S13": -22.350675610542183, "W21": -34.880289389378355, "S21": -34.880289389378355, "W22": -39.197668866497921, "S22": -40.254527043570107, "W31": -68.218877933327676, "S31": -77.520006235469609, "W32": -90.851063829787236, "S32": -95.851063829787236 }, "geometry": { "type": "Point", "coordinates": [ 103884.0, 507193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1284382284382285, "S11": -0.81647068279928325, "W12": -5.0000000000000009, "S12": -18.699950261129125, "W13": -23.750407497798555, "S13": -24.740634714998652, "W21": -37.333511286120427, "S21": -37.333511286120427, "W22": -49.915440468062883, "S22": -50.106648632363083, "W31": -101.61484728165874, "S31": -101.61484728165874, "W32": -101.80307974876597, "S32": -106.80307974876597 }, "geometry": { "type": "Point", "coordinates": [ 103884.0, 509311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083223570544857933, "S11": 0.083223570544857933, "W12": -11.093231516162421, "S12": -11.093231516162421, "W13": -17.580920550054351, "S13": -18.814436501466876, "W21": -34.680056913184714, "S21": -39.100925775814389, "W22": -60.081227975870519, "S22": -76.313851238196747, "W31": -102.73320230157699, "S31": -102.73320230157699, "W32": -105.17567972810875, "S32": -110.17567972810875 }, "geometry": { "type": "Point", "coordinates": [ 103884.0, 512482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4636594492444039, "S11": 1.4636594492444039, "W12": -10.384536312849161, "S12": -10.384536312849161, "W13": -21.664643096255475, "S13": -26.664643096255475, "W21": -36.466543261101002, "S21": -36.472819612821375, "W22": -39.909996736185903, "S22": -53.288028692921515, "W31": -65.248268155375527, "S31": -74.491029593517425, "W32": -97.77732457153185, "S32": -102.77732457153185 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 505192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.87942156554542628, "S12": -11.656527087228286, "W13": -23.474922499341346, "S13": -23.474922499341346, "W21": -37.248560528784196, "S21": -42.248560528784196, "W22": -39.510231434736767, "S22": -53.498929757751725, "W31": -66.654525191231983, "S31": -74.840464378737181, "W32": -82.978415584415586, "S32": -87.978415584415586 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 506299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9, "S11": 2.9, "W12": -2.1800001, "S12": -17.7000001, "W13": -17.709999, "S13": -17.709999, "W21": -32.02, "S21": -32.02, "W22": -50.0, "S22": -50.0, "W31": -101.40075465075465, "S31": -101.40075465075465, "W32": -101.69564522212565, "S32": -106.69564522212565 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5079631684047081, "S12": -5.5079631684047081, "W13": -17.186571578005779, "S13": -17.186571578005779, "W21": -44.442256085268198, "S21": -44.442256085268198, "W22": -46.462824000293928, "S22": -47.455326200552634, "W31": -65.830342708982045, "S31": -68.756409368411298, "W32": -93.067340027453838, "S32": -98.067340027453838 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 521204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19054337261399329, "S11": 0.091543283378207774, "W12": -10.681710379267674, "S12": -10.681710379267674, "W13": -15.235968325170557, "S13": -15.235968325170557, "W21": -37.04264141374027, "S21": -38.718606914158762, "W22": -50.584509506590457, "S22": -50.584509506590457, "W31": -80.0, "S31": -87.732911931352916, "W32": -95.600889724887907, "S32": -100.60088972488791 }, "geometry": { "type": "Point", "coordinates": [ 103885.142857142855064, 511994.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56590872249978175, "S11": -0.56590872249978175, "W12": -8.7105828919635577, "S12": -12.006021721384325, "W13": -20.745779120658977, "S13": -20.745779120658977, "W21": -34.125538623865737, "S21": -34.128552016722878, "W22": -45.862357785998462, "S22": -52.175348722554354, "W31": -67.669039917676002, "S31": -67.669039917676002, "W32": -89.871890801399203, "S32": -94.871890801399203 }, "geometry": { "type": "Point", "coordinates": [ 103885.666666666671517, 508053.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.579334633534685, "S12": -3.579334633534685, "W13": -23.154399347149983, "S13": -23.154399347149983, "W21": -33.715802425597602, "S21": -34.475523397694865, "W22": -60.134113173299056, "S22": -60.134113173299056, "W31": -74.429804643914991, "S31": -74.429804643914991, "W32": -88.414247074984686, "S32": -93.414247074984686 }, "geometry": { "type": "Point", "coordinates": [ 103886.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0891406854576591, "S12": -6.0891406854576591, "W13": -20.0, "S13": -21.521507992702816, "W21": -45.667481801587506, "S21": -45.667481801587506, "W22": -36.342795283491377, "S22": -38.892856310266687, "W31": -67.014091277783336, "S31": -67.014091277783336, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103886.75, 517685.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12381363244176014, "S11": 0.12381363244176014, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -20.05010082686838, "W21": -38.455725481907336, "S21": -39.026450096173434, "W22": -39.44610655580135, "S22": -41.412036301370442, "W31": -69.999999999999986, "S31": -77.45035066770977, "W32": -95.502243384305473, "S32": -100.50224338430547 }, "geometry": { "type": "Point", "coordinates": [ 103887.0, 502591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4514294903883738, "S11": 1.4514294903883738, "W12": -10.791908067114738, "S12": -10.791908067114738, "W13": -23.222447703927116, "S13": -24.60557356838078, "W21": -37.194066860616722, "S21": -37.197298269506632, "W22": -60.160865578285112, "S22": -60.160865578285112, "W31": -74.707756708812965, "S31": -74.707756708812965, "W32": -88.524852703915215, "S32": -93.524852703915215 }, "geometry": { "type": "Point", "coordinates": [ 103887.0, 505109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16397726801344004, "S11": 0.16397726801344004, "W12": -8.8165349058790206, "S12": -21.762498574350577, "W13": -21.762498574350577, "S13": -21.762498574350577, "W21": -35.100564900138977, "S21": -35.100564900138977, "W22": -45.764731883438422, "S22": -45.764731883438422, "W31": -81.15758666034418, "S31": -89.017882486256667, "W32": -97.232819122818313, "S32": -102.23281912281831 }, "geometry": { "type": "Point", "coordinates": [ 103887.0, 507220.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.022325233330521582, "S11": -0.18554120368100041, "W12": -5.8524972120989593, "S12": -11.769245912683232, "W13": -27.486885245902023, "S13": -27.486885245902023, "W21": -37.315653737710434, "S21": -37.317740678612175, "W22": -39.306677350693427, "S22": -39.306677350693427, "W31": -66.106598396750115, "S31": -76.383704800456712, "W32": -99.076857242537244, "S32": -104.07685724253724 }, "geometry": { "type": "Point", "coordinates": [ 103887.0, 509853.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6269940402284625, "S11": -0.6269940402284625, "W12": -7.5174904084855987, "S12": -13.571700491821872, "W13": -20.04115996850998, "S13": -20.04115996850998, "W21": -33.591220062147464, "S21": -33.663568153183647, "W22": -50.000000000000007, "S22": -51.785929785795062, "W31": -79.277929575475994, "S31": -79.277929575475994, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103887.857142857144936, 508092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4387341248182994, "S11": 1.4387341248182994, "W12": -10.786197047862355, "S12": -10.786197047862355, "W13": -24.477197358935939, "S13": -24.477197358935939, "W21": -37.77267613856057, "S21": -37.77267613856057, "W22": -56.668605456307994, "S22": -65.652379749460508, "W31": -100.0, "S31": -100.0, "W32": -103.12408786721615, "S32": -108.12408786721615 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 505043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.32834146985090351, "W12": -2.2269859908790517, "S12": -19.279071744682646, "W13": -22.169196798866771, "S13": -22.169196798866771, "W21": -39.6862351082261, "S21": -41.14029026009684, "W22": -59.330821672048799, "S22": -90.150278289051428, "W31": -100.0, "S31": -100.0, "W32": -104.50054822488563, "S32": -109.50054822488563 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 506630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22580704629250306, "S11": -0.96661701513985498, "W12": -2.8280775919030732, "S12": -14.20890744072906, "W13": -19.004241676009343, "S13": -19.004241676009343, "W21": -33.61827274065292, "S21": -33.61827274065292, "W22": -51.080856812513836, "S22": -54.524772014445944, "W31": -103.90546079199567, "S31": -103.90546079199567, "W32": -103.90546079199567, "S32": -107.82165756981611 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62212355459017443, "S11": -0.62212355459017443, "W12": -6.6417910447761193, "S12": -8.6690076553260624, "W13": -19.780919474075223, "S13": -19.780919474075223, "W21": -33.747275529263057, "S21": -33.752480179299383, "W22": -61.370393664920549, "S22": -61.370393664920549, "W31": -81.333430699576454, "S31": -84.87501928889327, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103888.0, 507895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0192400799070249, "S12": -9.0192400799070249, "W13": -16.582377510250247, "S13": -18.578460027926393, "W21": -30.252793549072148, "S21": -30.954819430210623, "W22": -58.796855321909703, "S22": -58.796855321909703, "W31": -79.62071317264413, "S31": -79.62071317264413, "W32": -91.733348467229703, "S32": -96.733348467229703 }, "geometry": { "type": "Point", "coordinates": [ 103888.25, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5063191946516117, "S12": -5.5063191946516117, "W13": -17.533919083394842, "S13": -17.533919083394842, "W21": -44.321579473007908, "S21": -44.321579473007908, "W22": -33.638689827397016, "S22": -35.600361663481046, "W31": -69.885312438805641, "S31": -69.885312438805641, "W32": -88.40348997212979, "S32": -93.40348997212979 }, "geometry": { "type": "Point", "coordinates": [ 103888.5, 521027.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -19.816519906808907, "W21": -37.940516993574569, "S21": -38.417418923891908, "W22": -60.190930286161503, "S22": -60.190930286161503, "W31": -75.019499780138986, "S31": -75.019499780138986, "W32": -88.648210117742479, "S32": -93.648210117742479 }, "geometry": { "type": "Point", "coordinates": [ 103889.0, 502642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32433919932692978, "S11": 0.32433919932692978, "W12": -1.342166344777562, "S12": -3.2276958273287066, "W13": -18.913954652640058, "S13": -18.913954652640058, "W21": -33.609727265684668, "S21": -33.609727265684668, "W22": -49.015386542041178, "S22": -49.015386542041178, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103889.0, 507445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69279240129128394, "S11": -0.69279240129128394, "W12": -5.0561237216263404, "S12": -14.510110942603852, "W13": -20.007443401212733, "S13": -20.007443401212733, "W21": -32.941527853553481, "S21": -33.003494713526798, "W22": -39.395561695024597, "S22": -41.14263796890684, "W31": -69.534326041337323, "S31": -77.61288773186223, "W32": -94.50797872340425, "S32": -99.50797872340425 }, "geometry": { "type": "Point", "coordinates": [ 103889.0, 508139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1231148811344116, "S11": 1.1231148811344116, "W12": -6.5811056862321973, "S12": -7.8143880082226715, "W13": -15.0, "S13": -15.865753914383578, "W21": -30.0, "S21": -34.978293477329217, "W22": -39.31542412476675, "S22": -40.753752359331379, "W31": -68.912528626594309, "S31": -77.891749334517627, "W32": -92.819148936170208, "S32": -97.819148936170208 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 498990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.539042198350957, "S11": -1.9861234831822692, "W12": -9.4742806638514967, "S12": -9.4742806638514967, "W13": -19.463605370466521, "S13": -23.108357694269344, "W21": -34.825869396854877, "S21": -38.431941343535101, "W22": -36.414263176351028, "S22": -38.878852662309257, "W31": -66.938019994912366, "S31": -66.938019994912366, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 505379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48854820834872492, "S11": -0.30918236296675183, "W12": -2.4970643654933231, "S12": -19.14075039592209, "W13": -22.204429333043876, "S13": -22.204429333043876, "W21": -39.700215020628534, "S21": -40.909877881124089, "W22": -60.219480798430894, "S22": -60.219480798430894, "W31": -75.315795534240763, "S31": -75.315795534240763, "W32": -88.76573814418839, "S32": -93.76573814418839 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 506656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13823268939326946, "S11": -0.13823268939326946, "W12": -7.5334018499486124, "S12": -8.4262731948228211, "W13": -20.589467362745925, "S13": -23.589467362745925, "W21": -38.244398446607327, "S21": -38.244398446607327, "W22": -50.0, "S22": -53.325055276218329, "W31": -78.862092184099069, "S31": -78.862092184099069, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 506948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14342307213672378, "S11": 0.14342307213672378, "W12": -8.0504982875389484, "S12": -21.174321538158974, "W13": -21.174321538158974, "S13": -21.174321538158974, "W21": -34.950957216574004, "S21": -34.950957216574004, "W22": -58.887684616265318, "S22": -58.887684616265318, "W31": -79.598091396946558, "S31": -79.598091396946558, "W32": -91.651162144256915, "S32": -96.651162144256915 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 507248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22429259482239605, "S11": 0.22429259482239605, "W12": -7.0455540390904652, "S12": -20.534705283506547, "W13": -20.534705283506547, "S13": -20.534705283506547, "W21": -34.424823275175754, "S21": -34.424823275175754, "W22": -42.738212057382171, "S22": -44.860060236011712, "W31": -79.984862239818071, "S31": -84.984862239818071, "W32": -100.23232265117082, "S32": -105.23232265117082 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 507283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47507243344575667, "S11": 0.47507243344575667, "W12": -15.0, "S12": -15.0, "W13": -20.861923719760288, "S13": -21.917131167226515, "W21": -36.933189563273402, "S21": -44.807110210141438, "W22": -37.057244076940179, "S22": -40.838276377837332, "W31": -69.884552918532819, "S31": -72.826030621886019, "W32": -87.382733101322813, "S32": -92.382733101322813 }, "geometry": { "type": "Point", "coordinates": [ 103890.0, 514047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37815684886934697, "S11": -0.53207131792844531, "W12": -10.206907035928142, "S12": -10.206907035928142, "W13": -19.660811169195405, "S13": -25.581111745194935, "W21": -38.093726323154229, "S21": -39.291942240824127, "W22": -61.720874577340176, "S22": -62.861817530192624, "W31": -80.870055897075034, "S31": -86.227852241952789, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103890.1, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -16.60474191002363, "S13": -16.60474191002363, "W21": -46.0, "S21": -46.0, "W22": -39.362938102768972, "S22": -39.911416257655894, "W31": -60.0, "S31": -60.0, "W32": -95.886333593434415, "S32": -100.88633359343441 }, "geometry": { "type": "Point", "coordinates": [ 103890.204081632648013, 524668.775510204024613 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14126602231716923, "S11": 0.14126602231716923, "W12": -8.259341281899415, "S12": -21.302853416214401, "W13": -21.302853416214401, "S13": -21.302853416214401, "W21": -35.055189984869806, "S21": -35.055189984869806, "W22": -38.702667622430674, "S22": -39.231491504492226, "W31": -65.66136470317187, "S31": -65.66136470317187, "W32": -85.350355926957604, "S32": -90.350355926957604 }, "geometry": { "type": "Point", "coordinates": [ 103891.0, 507241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.45, "S11": 1.45, "W12": -10.75, "S12": -10.75, "W13": -24.74, "S13": -24.74, "W21": -37.93, "S21": -37.93, "W22": -32.16, "S22": -34.540767391384321, "W31": -68.953327873101131, "S31": -68.953327873101131, "W32": -88.935937850363288, "S32": -93.935937850363288 }, "geometry": { "type": "Point", "coordinates": [ 103891.2, 505025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0720749140510502, "W12": -3.5416565135441216, "S12": -8.839163677442242, "W13": -23.551423999471062, "S13": -23.551423999471062, "W21": -35.981870895930008, "S21": -38.502825584407262, "W22": -40.493626191650975, "S22": -41.670623074837607, "W31": -63.412207582683521, "S31": -66.320047567325119, "W32": -91.658952240690084, "S32": -96.658952240690084 }, "geometry": { "type": "Point", "coordinates": [ 103891.4, 509096.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4984653048826422, "S12": -5.4984653048826422, "W13": -17.093767260889287, "S13": -17.093767260889287, "W21": -44.465415101633191, "S21": -44.465415101633191, "W22": -46.76578091265052, "S22": -46.76578091265052, "W31": -79.981639142312588, "S31": -88.850727435784989, "W32": -96.312620079022338, "S32": -101.31262007902234 }, "geometry": { "type": "Point", "coordinates": [ 103891.818181818176527, 521252.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51055566162269039, "S11": -0.66786325004802283, "W12": -7.6238848169006914, "S12": -7.6238848169006914, "W13": -20.316697468497914, "S13": -23.730275970518115, "W21": -45.077207385657694, "S21": -48.955877767026998, "W22": -39.026266889405747, "S22": -39.238840924009544, "W31": -66.412138634164364, "S31": -66.412138634164364, "W32": -87.736923553079535, "S32": -92.736923553079535 }, "geometry": { "type": "Point", "coordinates": [ 103891.991379310347838, 516619.616379310318734 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8513993769550714, "S11": 2.8513993769550714, "W12": -10.142818532818533, "S12": -10.142818532818533, "W13": -15.0, "S13": -16.92240145883013, "W21": -38.870602819090102, "S21": -39.894994288561328, "W22": -34.426701564722563, "S22": -37.450190510019226, "W31": -68.684905537946577, "S31": -68.684905537946577, "W32": -89.080281740310809, "S32": -94.080281740310809 }, "geometry": { "type": "Point", "coordinates": [ 103892.0, 500393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17626781063275618, "S11": 0.17626781063275618, "W12": -5.0, "S12": -15.0, "W13": -24.027288357448732, "S13": -29.285165395243794, "W21": -39.858657815988536, "S21": -41.538019440941035, "W22": -50.123894939497006, "S22": -51.792501762476562, "W31": -96.576279542723327, "S31": -96.576279542723327, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103892.0, 504042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30606060606060614, "S11": -0.8958374823283547, "W12": -5.0, "S12": -20.0, "W13": -23.787538639281365, "S13": -24.744782714531794, "W21": -37.447989292305174, "S21": -37.447989292305174, "W22": -57.538014125467392, "S22": -74.244096331849377, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.37801051079435, "S32": -108.37801051079435 }, "geometry": { "type": "Point", "coordinates": [ 103892.0, 509332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0508316430020286, "W12": -5.0, "S12": -14.582345191040842, "W13": -23.978807986336108, "S13": -24.881324477907082, "W21": -37.466226498297225, "S21": -37.466226498297225, "W22": -59.247462373118658, "S22": -78.047285876575046, "W31": -103.64791571501013, "S31": -103.64791571501013, "W32": -104.4813114013626, "S32": -109.4813114013626 }, "geometry": { "type": "Point", "coordinates": [ 103892.0, 509364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2557583649767163, "S11": -1.2557583649767163, "W12": -3.7816137465084632, "S12": -18.781613746508462, "W13": -20.0, "S13": -20.0, "W21": -31.668727654984242, "S21": -31.984162619593079, "W22": -58.100298741368334, "S22": -68.190638704915372, "W31": -105.64694271795733, "S31": -105.64694271795733, "W32": -105.64694271795733, "S32": -108.84452665864194 }, "geometry": { "type": "Point", "coordinates": [ 103893.0, 508216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3377524842931357, "S11": 0.3377524842931357, "W12": -11.579849212132656, "S12": -11.677367899840313, "W13": -20.0, "S13": -24.819062425621329, "W21": -38.823084787692807, "S21": -42.172877880025553, "W22": -66.231272446959466, "S22": -72.931292066343417, "W31": -79.602755829121008, "S31": -79.602755829121008, "W32": -96.570376720105358, "S32": -101.57037672010536 }, "geometry": { "type": "Point", "coordinates": [ 103893.0, 513469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5282746093248125, "S12": -5.5282746093248125, "W13": -20.0, "S13": -20.0, "W21": -44.401884020285195, "S21": -44.401884020285195, "W22": -39.389145263628052, "S22": -39.744854865871595, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.253187676763332, "S32": -100.25318767676333 }, "geometry": { "type": "Point", "coordinates": [ 103893.0, 519231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43929714811408915, "S11": 0.43929714811408915, "W12": -7.9910102489020298, "S12": -7.9910102489020298, "W13": -12.285984196040252, "S13": -12.867223898319462, "W21": -36.88973282644335, "S21": -43.463318610114911, "W22": -39.441361462623448, "S22": -41.298355033641464, "W31": -69.686948189457766, "S31": -77.416689294667265, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103893.2, 500145.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94241441785058266, "S11": 0.94241441785058266, "W12": -7.8770827572252324, "S12": -8.1949154527462795, "W13": -19.553572916596977, "S13": -23.551248314280826, "W21": -35.971760740336073, "S21": -36.498924644571815, "W22": -38.836039058434835, "S22": -40.077949160078383, "W31": -65.385639563625048, "S31": -65.385639563625048, "W32": -85.998452491488706, "S32": -90.998452491488706 }, "geometry": { "type": "Point", "coordinates": [ 103893.2, 503290.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.412348942065379, "S11": 1.412348942065379, "W12": -10.653880354459782, "S12": -10.653880354459782, "W13": -24.353548672406209, "S13": -24.353548672406209, "W21": -37.655871767916324, "S21": -37.655871767916324, "W22": -36.487964783161488, "S22": -38.93916379583527, "W31": -66.873508708777777, "S31": -66.873508708777777, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 505007.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7293454216063577, "S11": -3.0139199417834033, "W12": -10.297202797202797, "S12": -10.297202797202797, "W13": -19.171690738873174, "S13": -24.712911698258086, "W21": -34.777022241012453, "S21": -41.577218637801941, "W22": -39.335964359380128, "S22": -39.335964359380128, "W31": -66.347948381967214, "S31": -76.694909536291334, "W32": -96.287368352194676, "S32": -101.28736835219468 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67867166451915195, "S11": -0.32076885880672212, "W12": -8.9583030786274094, "S12": -9.1652637138698747, "W13": -25.0, "S13": -27.344028520499108, "W21": -34.046623964202354, "S21": -42.275973477708717, "W22": -39.242488599355248, "S22": -43.988791183141537, "W31": -62.103011231763617, "S31": -68.802324833165628, "W32": -80.91926678676036, "S32": -85.91926678676036 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 505788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0629471520613463, "S11": -1.2032644520342168, "W12": -4.6210023159837545, "S12": -4.6210023159837545, "W13": -22.590524103101075, "S13": -22.590524103101075, "W21": -33.708439865873849, "S21": -34.954928969990071, "W22": -41.26418640148146, "S22": -41.26418640148146, "W31": -65.526567559611422, "S31": -68.280036398852147, "W32": -93.75657479486641, "S32": -98.75657479486641 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 508829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.05, "S11": 0.05, "W12": -8.1599998, "S12": -8.1599998, "W13": -30.879999, "S13": -30.879999, "W21": -33.540001, "S21": -33.550001, "W22": -60.182074012356473, "S22": -60.182074012356473, "W31": -74.954315913579507, "S31": -74.954315913579507, "W32": -88.652182838416877, "S32": -93.652182838416877 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31996168529593588, "S11": 0.044223593681265383, "W12": -10.218350351833237, "S12": -11.570899372595694, "W13": -16.099561970415053, "S13": -16.099561970415053, "W21": -37.269524800731816, "S21": -38.43414177528291, "W22": -55.337019895416148, "S22": -56.55452440172629, "W31": -79.141090628021743, "S31": -79.141090628021743, "W32": -94.773786810452904, "S32": -99.773786810452904 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 511843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3026888003369286, "S11": 1.3026888003369286, "W12": -10.488491414282484, "S12": -10.488491414282484, "W13": -23.265036732188936, "S13": -23.265036732188936, "W21": -36.958097473776235, "S21": -36.958097473776235, "W22": -39.452086198275104, "S22": -52.793209340078405, "W31": -66.737719314008146, "S31": -74.797773691797744, "W32": -82.730831168830861, "S32": -87.730831168830861 }, "geometry": { "type": "Point", "coordinates": [ 103894.666666666671517, 504957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60798018292682932, "S11": -0.60798018292682932, "W12": -10.979757522422155, "S12": -13.86141735848773, "W13": -30.0, "S13": -30.0, "W21": -39.051354812183661, "S21": -39.051354812183661, "W22": -34.304992192084114, "S22": -39.763417173823683, "W31": -69.159209754623603, "S31": -76.224330506533477, "W32": -86.295643630662781, "S32": -91.295643630662781 }, "geometry": { "type": "Point", "coordinates": [ 103894.75, 511011.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1598214082695315, "W12": -11.040749604113653, "S12": -11.040749604113653, "W13": -15.866075484833988, "S13": -19.922843430257668, "W21": -50.250716130119343, "S21": -59.604721358389355, "W22": -60.307114780408853, "S22": -87.506442887911646, "W31": -100.0, "S31": -100.0, "W32": -105.0, "S32": -110.0 }, "geometry": { "type": "Point", "coordinates": [ 103894.857142857144936, 501120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.189220562220088, "S12": -6.189220562220088, "W13": -20.0, "S13": -21.737357260973813, "W21": -45.735926665525504, "S21": -45.735926665525504, "W22": -47.457891801450089, "S22": -54.722544369425918, "W31": -67.444676612922066, "S31": -67.444676612922066, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103894.875, 517639.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2048453531041714, "S11": 0.2048453531041714, "W12": -4.7658951515235879, "S12": -4.7658951515235879, "W13": -15.118829092814943, "S13": -15.633642446141437, "W21": -30.0, "S21": -32.646571889964434, "W22": -40.0, "S22": -49.016600422192155, "W31": -65.503340334411931, "S31": -75.531162859380871, "W32": -99.280843683169536, "S32": -104.28084368316954 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 498457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.0, "S12": -23.953416951028313, "W13": -24.313454183638569, "S13": -24.420964949126748, "W21": -39.170489071038247, "S21": -39.170489071038247, "W22": -60.526773934687107, "S22": -60.526773934687107, "W31": -100.53361077546613, "S31": -100.53361077546613, "W32": -105.18371333310881, "S32": -110.18371333310881 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 503813.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52960690772907526, "S11": 0.52960690772907526, "W12": -5.3374669878175887, "S12": -6.9043244919445961, "W13": -24.552035743079816, "S13": -24.552035743079816, "W21": -34.286848519975663, "S21": -40.019166644439693, "W22": -45.8792577647869, "S22": -46.178378054751349, "W31": -79.623988068535851, "S31": -80.122453765912923, "W32": -97.403895693234332, "S32": -102.40389569323433 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31507633587786255, "S11": 0.31507633587786255, "W12": -3.8461317942053364, "S12": -18.846131794205338, "W13": -21.190247395227651, "S13": -21.190247395227651, "W21": -39.143996743186818, "S21": -39.143996743186818, "W22": -44.979258538763055, "S22": -55.254885642233056, "W31": -65.615781678902977, "S31": -70.236436513468732, "W32": -94.005640297400191, "S32": -99.005640297400191 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 506766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27966179827899285, "S11": -0.27966179827899285, "W12": -10.0, "S12": -21.948950565080338, "W13": -21.948950565080338, "S13": -21.948950565080338, "W21": -35.287686972641396, "S21": -35.287686972641396, "W22": -39.86224357543783, "S22": -53.453564818961148, "W31": -65.229913113196048, "S31": -74.040889158448664, "W32": -97.303361479532924, "S32": -102.30336147953292 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 507100.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -15.191421906212021, "S12": -15.191421906212021, "W13": -21.280180707150308, "S13": -21.415090950539401, "W21": -37.739678480709998, "S21": -43.498298160755596, "W22": -40.003764106302278, "S22": -42.469169726554121, "W31": -66.810338261025208, "S31": -68.302772660565523, "W32": -92.152690441969114, "S32": -97.152690441969114 }, "geometry": { "type": "Point", "coordinates": [ 103895.0, 514240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20559215566105007, "S11": 0.20559215566105007, "W12": -5.0, "S12": -15.0, "W13": -24.23402397540999, "S13": -28.958793695419541, "W21": -39.862957875232084, "S21": -39.862957875232084, "W22": -39.83233375956636, "S22": -54.542343847686027, "W31": -66.951120386676422, "S31": -75.344976451688098, "W32": -85.633020850169714, "S32": -90.633020850169714 }, "geometry": { "type": "Point", "coordinates": [ 103895.4, 504027.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3383284836405651, "S11": 3.3383284836405651, "W12": -10.372033462033462, "S12": -10.424481745100955, "W13": -15.296506046667295, "S13": -17.624170818609652, "W21": -39.395199004040656, "S21": -40.371864210000339, "W22": -60.285413541681677, "S22": -60.285413541681677, "W31": -75.224802994996949, "S31": -75.224802994996949, "W32": -89.079207221911773, "S32": -94.079207221911773 }, "geometry": { "type": "Point", "coordinates": [ 103895.5, 500459.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21533629538838669, "S11": 0.21533629538838669, "W12": -5.5399559741988327, "S12": -15.539955974198833, "W13": -24.691206506758881, "S13": -28.118677447617127, "W21": -39.892292994623659, "S21": -39.892292994623659, "W22": -50.0, "S22": -50.0, "W31": -100.005148005148, "S31": -100.005148005148, "W32": -100.94475147181817, "S32": -105.94475147181817 }, "geometry": { "type": "Point", "coordinates": [ 103896.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1131477057548831, "S11": 2.1131477057548831, "W12": -2.4203722083853534, "S12": -15.793105458040486, "W13": -17.818722965219322, "S13": -17.818722965219322, "W21": -32.266229969165394, "S21": -32.266229969165394, "W22": -60.0, "S22": -60.0, "W31": -90.439861723685766, "S31": -90.439861723685766, "W32": -97.824440619621356, "S32": -102.82444061962136 }, "geometry": { "type": "Point", "coordinates": [ 103896.0, 507537.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0017825611704364031, "S11": -0.0017825611704362226, "W12": -7.0827873480753327, "S12": -17.441397762128027, "W13": -29.669421487603309, "S13": -29.669421487603309, "W21": -35.291243883530036, "S21": -35.297741099265622, "W22": -43.782132813249, "S22": -43.782132813249, "W31": -80.99994852725834, "S31": -87.572624317725541, "W32": -97.724769805008435, "S32": -102.72476980500844 }, "geometry": { "type": "Point", "coordinates": [ 103896.0, 509992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1789785743493234, "S11": -0.1789785743493234, "W12": -10.680015965166907, "S12": -13.686453807882254, "W13": -25.161408199643493, "S13": -25.161408199643493, "W21": -37.977056142201242, "S21": -37.977056142201242, "W22": -40.821950368584723, "S22": -42.218277836067593, "W31": -70.910276251524024, "S31": -71.413838393083552, "W32": -95.317535760055861, "S32": -100.31753576005586 }, "geometry": { "type": "Point", "coordinates": [ 103896.0, 511364.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4955849227237907, "S12": -5.4955849227237907, "W13": -17.44427064748605, "S13": -17.44427064748605, "W21": -44.342750364249468, "S21": -44.342750364249468, "W22": -45.802646079026836, "S22": -45.802646079026836, "W31": -79.952273350036677, "S31": -80.289527678961932, "W32": -97.911664570158081, "S32": -102.91166457015808 }, "geometry": { "type": "Point", "coordinates": [ 103896.111111111109494, 521074.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32437434660688197, "S11": 0.32437434660688197, "W12": -7.1125034288421283, "S12": -7.6770254988694671, "W13": -11.538709599243846, "S13": -16.587931856264458, "W21": -35.900569926358862, "S21": -42.343889178018252, "W22": -45.720455054257052, "S22": -45.720455054257052, "W31": -80.179335611928252, "S31": -83.179335611928252, "W32": -98.534641511593918, "S32": -103.53464151159392 }, "geometry": { "type": "Point", "coordinates": [ 103896.666666666671517, 500034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43313069908814589, "S11": 0.43313069908814589, "W12": -5.0, "S12": -5.0, "W13": -15.123305384745702, "S13": -19.740842193233306, "W21": -37.621636641866758, "S21": -37.621636641866758, "W22": -39.097208435672819, "S22": -39.518330998059177, "W31": -66.75024961431977, "S31": -66.75024961431977, "W32": -88.283813060971838, "S32": -93.283813060971838 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 502670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -15.572745778669203, "S13": -18.238445757805444, "W21": -36.232542927344717, "S21": -42.446297574184868, "W22": -35.975702691661851, "S22": -40.714356458854056, "W31": -67.821536955457645, "S31": -67.821536955457645, "W32": -85.253209695814164, "S32": -90.253209695814164 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 502813.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.2483863739555816, "S12": -14.052872464113655, "W13": -21.725995295937995, "S13": -21.725995295937995, "W21": -39.46786603559007, "S21": -42.576872218737606, "W22": -50.231770793777414, "S22": -52.128893660106016, "W31": -90.282641484687275, "S31": -90.282641484687275, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47981621721462769, "S11": -0.45777449396098929, "W12": -2.4909200142002783, "S12": -19.144305214753526, "W13": -22.3005242782212, "S13": -22.3005242782212, "W21": -39.602397819316366, "S21": -41.08906117626902, "W22": -39.419556628237252, "S22": -43.79905022804661, "W31": -60.673147468818783, "S31": -60.673147468818783, "W32": -97.475453837041172, "S32": -102.47545383704117 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 506643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68139071294559106, "S11": -0.68139071294559106, "W12": -11.226474373602299, "S12": -11.226474373602299, "W13": -29.153784156088115, "S13": -29.153784156088115, "W21": -38.927674454797895, "S21": -38.927674454797895, "W22": -44.765213676645047, "S22": -55.701019502531615, "W31": -65.587380808351227, "S31": -70.39555122128175, "W32": -94.107651346993052, "S32": -99.107651346993052 }, "geometry": { "type": "Point", "coordinates": [ 103897.0, 511044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2859845588082823, "S11": 3.1197233887043692, "W12": -11.082095923261392, "S12": -11.082095923261392, "W13": -15.872214918933494, "S13": -19.916601160650124, "W21": -50.540246740412506, "S21": -60.008013522225596, "W22": -43.265788259634398, "S22": -43.265788259634398, "W31": -68.566138507783592, "S31": -69.930014796443388, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103898.0, 501046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53146317678622146, "S11": 0.53146317678622146, "W12": -7.0266131114193122, "S12": -7.7359241101809637, "W13": -25.0, "S13": -25.0, "W21": -34.155554940132646, "S21": -42.887325772442651, "W22": -40.32, "S22": -44.8099998, "W31": -79.809998, "S31": -79.809998, "W32": -100.8, "S32": -105.8 }, "geometry": { "type": "Point", "coordinates": [ 103898.25, 505894.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4958454352527131, "S11": 1.4785553667632128, "W12": -10.65897826582256, "S12": -10.65897826582256, "W13": -23.610605421813712, "S13": -23.610605421813712, "W21": -37.48216767108719, "S21": -37.484024174672399, "W22": -50.383254386975956, "S22": -52.291875248067733, "W31": -90.0, "S31": -90.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103898.5, 505075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4887504433035748, "S12": -5.4887504433035748, "W13": -17.000962943772915, "S13": -17.000962943772915, "W21": -44.48857411799812, "S21": -44.48857411799812, "W22": -53.384536283283957, "S22": -57.362473404078223, "W31": -104.80432840094025, "S31": -104.80432840094025, "W32": -104.80432840094025, "S32": -108.13682975694628 }, "geometry": { "type": "Point", "coordinates": [ 103898.636363636367605, 521301.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7380013031179748, "S11": -3.036869063696054, "W12": -9.991782407407408, "S12": -9.991782407407408, "W13": -19.123136586147037, "S13": -24.712358130522755, "W21": -34.665504899789248, "S21": -41.456407671496308, "W22": -50.703954275049576, "S22": -50.703954275049576, "W31": -79.930173284791891, "S31": -87.577996950989004, "W32": -95.627055381628068, "S32": -100.62705538162807 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 505514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34891266171047469, "S11": -0.34891266171047469, "W12": -10.0, "S12": -21.231752092818329, "W13": -21.231752092818329, "S13": -21.231752092818329, "W21": -35.046387974236282, "S21": -35.046387974236282, "W22": -33.082660409844152, "S22": -34.052557772166189, "W31": -69.455008738645034, "S31": -69.455008738645034, "W32": -88.64649869508952, "S32": -93.64649869508952 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 507090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28551409240692699, "S11": 0.28551409240692699, "W12": -2.2766748309983345, "S12": -4.7300442654147004, "W13": -18.920933370997638, "S13": -18.920933370997638, "W21": -33.696622413241705, "S21": -33.696622413241705, "W22": -42.05579209418115, "S22": -47.05579209418115, "W31": -67.852709146665148, "S31": -67.852709146665148, "W32": -89.64125883017941, "S32": -94.64125883017941 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 507432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34762059174086796, "S11": -1.6523794082591321, "W12": -2.0178723569148929, "S12": -4.0119575304164705, "W13": -18.844674337491082, "S13": -18.844674337491082, "W21": -34.192448844432342, "S21": -34.192448844432342, "W22": -39.599294397886268, "S22": -40.55802715940662, "W31": -60.0, "S31": -65.790434232304548, "W32": -82.838176042683671, "S32": -87.838176042683671 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 507450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2652210112019442, "S11": -1.2652210112019442, "W12": -3.6697025824363902, "S12": -18.037179533928871, "W13": -20.0, "S13": -20.0, "W21": -31.584692908805234, "S21": -31.721347144287037, "W22": -40.645933015080807, "S22": -41.472019971602563, "W31": -64.366720635855174, "S31": -67.197077478743509, "W32": -92.652009257311178, "S32": -97.652009257311178 }, "geometry": { "type": "Point", "coordinates": [ 103899.0, 508210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5456808199121514, "S12": -8.5456808199121514, "W13": -12.970443043594068, "S13": -13.829399418962282, "W21": -37.359072427367792, "S21": -40.716603765529094, "W22": -60.203282446427842, "S22": -60.203282446427842, "W31": -75.200875118346062, "S31": -75.200875118346062, "W32": -88.779512972918525, "S32": -93.779512972918525 }, "geometry": { "type": "Point", "coordinates": [ 103900.0, 500206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25851416251840426, "S11": 0.25851416251840426, "W12": -2.8725276770843537, "S12": -5.5086588443527065, "W13": -18.950016549749719, "S13": -18.950016549749719, "W21": -33.520754311943108, "S21": -33.520754311943108, "W22": -50.0, "S22": -50.0, "W31": -100.5969930969931, "S31": -100.5969930969931, "W32": -101.2236999622821, "S32": -106.2236999622821 }, "geometry": { "type": "Point", "coordinates": [ 103900.0, 507424.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013226267552341742, "S11": -0.013226267552341742, "W12": -7.1364446130316619, "S12": -17.799007348288875, "W13": -29.77961432506887, "S13": -29.77961432506887, "W21": -35.195181846751453, "S21": -35.20200239641914, "W22": -49.999999999999993, "S22": -50.838319050750705, "W31": -78.918275450525542, "S31": -78.918275450525542, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 103900.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23017736694465629, "S11": 0.021412531490798276, "W12": -10.534684614842483, "S12": -10.534684614842483, "W13": -15.0, "S13": -15.0, "W21": -37.17395979619041, "S21": -38.55640620249558, "W22": -42.686794856484802, "S22": -44.452921764558702, "W31": -73.237070490815867, "S31": -73.84805791645617, "W32": -95.62468741859918, "S32": -100.62468741859918 }, "geometry": { "type": "Point", "coordinates": [ 103900.0, 511969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46517168944421683, "S11": 0.46517168944421683, "W12": -14.72938793874077, "S12": -14.72938793874077, "W13": -20.731833616185135, "S13": -21.527058577007185, "W21": -36.744171654067451, "S21": -44.481703762371801, "W22": -40.21385847389989, "S22": -44.387192815237903, "W31": -78.510230043374875, "S31": -79.380101950046935, "W32": -100.63876254534364, "S32": -105.63876254534364 }, "geometry": { "type": "Point", "coordinates": [ 103900.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48499732301770876, "S11": -4.2109831761254455, "W12": -5.2254093314390246, "S12": -8.860918543072934, "W13": -18.009096020923444, "S13": -23.122326475378916, "W21": -33.504995095735318, "S21": -33.504995095735318, "W22": -50.0, "S22": -59.832576364769793, "W31": -66.867721075414394, "S31": -66.867721075414394, "W32": -91.201430228275868, "S32": -96.201430228275868 }, "geometry": { "type": "Point", "coordinates": [ 103901.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8676708782646863, "S12": -14.380537859054828, "W13": -29.754188440274984, "S13": -29.754188440274984, "W21": -40.0, "S21": -40.0, "W22": -40.186124756897669, "S22": -43.568322981366393, "W31": -60.438289862866355, "S31": -63.904086658414663, "W32": -89.044117647058826, "S32": -94.044117647058826 }, "geometry": { "type": "Point", "coordinates": [ 103901.0, 510546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36283097793207936, "S11": 0.25281643398859305, "W12": -10.173154191616765, "S12": -10.173154191616765, "W13": -18.754364241135793, "S13": -23.169975812781878, "W21": -36.698602360724621, "S21": -40.296170604853835, "W22": -32.98, "S22": -34.024289004157275, "W31": -69.41155511001493, "S31": -69.41155511001493, "W32": -88.665939516185432, "S32": -93.665939516185432 }, "geometry": { "type": "Point", "coordinates": [ 103901.0, 512841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48311580982349844, "S11": 0.48311580982349844, "W12": -15.060461117241957, "S12": -15.060461117241957, "W13": -21.025101925805291, "S13": -22.940001905364628, "W21": -37.296248653187639, "S21": -45.303537924975537, "W22": -32.578152300344321, "S22": -34.215850714794477, "W31": -69.159047024661362, "S31": -69.159047024661362, "W32": -88.796543274701207, "S32": -93.796543274701207 }, "geometry": { "type": "Point", "coordinates": [ 103901.0, 514132.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2014862063979184, "S12": -9.2014862063979184, "W13": -16.625133561397586, "S13": -18.627168149393516, "W21": -29.58541948327861, "S21": -30.238234501176212, "W22": -44.310548298808961, "S22": -44.310548298808961, "W31": -80.870553338597134, "S31": -87.633822417023325, "W32": -96.95477680511263, "S32": -101.95477680511263 }, "geometry": { "type": "Point", "coordinates": [ 103901.5, 497157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95933937938652569, "S11": -1.4316013967953827, "W12": -8.3543064125545765, "S12": -8.3543064125545765, "W13": -20.64895418657218, "S13": -24.556956356740091, "W21": -44.678564869713277, "S21": -44.678564869713277, "W22": -43.311058077300885, "S22": -43.311058077300885, "W31": -80.963793363566154, "S31": -85.49495556622584, "W32": -98.441850834650054, "S32": -103.44185083465005 }, "geometry": { "type": "Point", "coordinates": [ 103901.973333333327901, 516135.413333333330229 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49026787880188055, "S11": 0.49026787880188055, "W12": -10.0, "S12": -10.661527390483041, "W13": -13.125850141446847, "S13": -15.889732233078064, "W21": -31.286637198231894, "S21": -34.286637198231894, "W22": -42.299189686419375, "S22": -46.671462962203314, "W31": -65.389832244813121, "S31": -72.131935478508609, "W32": -95.328408585092689, "S32": -100.32840858509269 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 499558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0315094273641086, "S11": 1.0315094273641086, "W12": -10.0, "S12": -10.0, "W13": -20.508856338333242, "S13": -22.010907020903495, "W21": -35.133148834639606, "S21": -35.133148834639606, "W22": -40.0, "S22": -52.088046613599673, "W31": -65.257181188902123, "S31": -74.641288492457505, "W32": -97.784099237944133, "S32": -102.78409923794413 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.419160029343953, "S11": 1.419160029343953, "W12": -2.8301169462097411, "S12": -9.8242732956968339, "W13": -18.481332478552101, "S13": -18.481332478552101, "W21": -33.009569024874395, "S21": -33.009569024874395, "W22": -44.661384919422439, "S22": -44.661384919422439, "W31": -80.727163692558563, "S31": -88.453900478686762, "W32": -96.768667025619607, "S32": -101.76866702561961 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 507570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36305404354587945, "S11": 0.36305404354587945, "W12": -3.0201107193158618, "S12": -5.108107297099977, "W13": -18.788908628683693, "S13": -18.788908628683693, "W21": -33.318404121266965, "S21": -33.318404121266965, "W22": -39.487544199897101, "S22": -39.487544199897101, "W31": -61.506260650514932, "S31": -61.506260650514932, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103902.0, 507590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63803946764612984, "S11": -0.63803946764612984, "W12": -8.0992995045282505, "S12": -10.333387961916021, "W13": -20.671106344792484, "S13": -20.671106344792484, "W21": -34.226657175436479, "S21": -34.230497098905865, "W22": -48.988659602156538, "S22": -57.186846913334783, "W31": -67.232479382244918, "S31": -67.232479382244918, "W32": -90.361926905551073, "S32": -95.361926905551073 }, "geometry": { "type": "Point", "coordinates": [ 103902.2, 508041.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3940094859547163, "S11": 0.3940094859547163, "W12": -5.0, "S12": -5.0, "W13": -15.291844848781007, "S13": -19.403869747246599, "W21": -37.241906797429714, "S21": -39.318812199584997, "W22": -49.639709983268268, "S22": -58.166598200790929, "W31": -67.168402237490668, "S31": -67.168402237490668, "W32": -90.503960336175098, "S32": -95.503960336175098 }, "geometry": { "type": "Point", "coordinates": [ 103902.571428571434808, 502705.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63081602079304588, "S11": 0.63081602079304588, "W12": -8.065361634516389, "S12": -9.2689944701765405, "W13": -19.668953152626674, "S13": -24.172653860078391, "W21": -36.314709222886385, "S21": -36.314709222886385, "W22": -38.53768407120419, "S22": -38.764375796686203, "W31": -65.589565593007876, "S31": -65.589565593007876, "W32": -85.545341999380994, "S32": -90.545341999380994 }, "geometry": { "type": "Point", "coordinates": [ 103902.6, 503331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94897307651378093, "S11": 0.94897307651378093, "W12": -7.620489754488978, "S12": -7.620489754488978, "W13": -19.416467235006976, "S13": -22.791911972044595, "W21": -35.579198866912698, "S21": -36.30512479283864, "W22": -63.602976576324046, "S22": -69.400258883589373, "W31": -79.86861777385981, "S31": -85.132710734581991, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 503254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.091140795251451245, "W12": -7.4849945050300111, "S12": -15.64702453645825, "W13": -21.810561193337644, "S13": -24.725055286136801, "W21": -38.061152465803787, "S21": -47.933583365874654, "W22": -50.0, "S22": -52.241275528473196, "W31": -78.81869807481084, "S31": -78.81869807481084, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 504197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55897188030616607, "S11": -0.55897188030616607, "W12": -9.270298047276464, "S12": -12.482567075138927, "W13": -20.493756102799672, "S13": -23.493756102799672, "W21": -37.640723708423444, "S21": -37.640723708423444, "W22": -39.45710482672537, "S22": -43.030494656213705, "W31": -60.0, "S31": -60.0, "W32": -97.171380925596011, "S32": -102.17138092559601 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 506987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.091425726967270887, "S11": 0.091425726967270887, "W12": -8.3966600571678729, "S12": -21.18881852392024, "W13": -21.18881852392024, "S13": -21.18881852392024, "W21": -35.065810342552069, "S21": -35.065810342552069, "W22": -40.843492752383469, "S22": -44.830870430639131, "W31": -79.849034431889734, "S31": -84.849034431889734, "W32": -100.66839268933511, "S32": -105.66839268933511 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 507239.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82260854998655719, "S11": -0.82260854998655719, "W12": -11.433529510115417, "S12": -13.767735469122147, "W13": -28.230267470681934, "S13": -28.230267470681934, "W21": -38.789672075298398, "S21": -38.789672075298398, "W22": -39.469771532021674, "S22": -39.594119833400754, "W31": -60.0, "S31": -66.064735663518647, "W32": -82.218031930253986, "S32": -87.218031930253986 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 511098.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29552454982375237, "S11": -0.050655635840530067, "W12": -10.336328141518079, "S12": -10.985566512429655, "W13": -15.0, "S13": -15.0, "W21": -37.281023950707741, "S21": -38.673247177680999, "W22": -51.815170387476819, "S22": -51.815170387476819, "W31": -75.239998, "S31": -75.239998, "W32": -86.861010848957591, "S32": -91.861010848957591 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29349604144980385, "S11": 0.29349604144980385, "W12": -10.687510687322431, "S12": -10.687510687322431, "W13": -19.945334228194788, "S13": -26.23245954985142, "W21": -39.505006999893084, "S21": -41.581492788006777, "W22": -33.471430411135941, "S22": -35.218940195059041, "W31": -69.812379159372497, "S31": -69.812379159372497, "W32": -88.362976868417704, "S32": -93.362976868417704 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 513317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2893004389825178, "S12": -6.2893004389825178, "W13": -20.0, "S13": -21.95320652924481, "W21": -45.804371529463502, "S21": -46.288568515865769, "W22": -43.840979631089702, "S22": -43.840979631089702, "W31": -78.985431841831428, "S31": -81.155374892210475, "W32": -98.486490568769568, "S32": -103.48649056876957 }, "geometry": { "type": "Point", "coordinates": [ 103903.0, 517594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.200001, "S13": -17.667780297907438, "W21": -20.0, "S21": -20.321734525613014, "W22": -60.0, "S22": -75.5942050301515, "W31": -103.51990411492798, "S31": -103.51990411492798, "W32": -104.39467509817945, "S32": -109.39467509817945 }, "geometry": { "type": "Point", "coordinates": [ 103903.6, 496743.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4848506507959698, "S12": -5.4848506507959698, "W13": -17.354622211577144, "S13": -17.354622211577144, "W21": -44.363921255491078, "S21": -44.363921255491078, "W22": -43.992275956584784, "S22": -43.992275956584784, "W31": -80.832085267258876, "S31": -87.825950297933716, "W32": -97.682331161482566, "S32": -102.68233116148257 }, "geometry": { "type": "Point", "coordinates": [ 103903.722222222218988, 521122.055555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40995440895141927, "S11": 0.16960954063933903, "W12": -10.181947904191611, "S12": -10.181947904191611, "W13": -19.087321659383072, "S13": -24.177088848974286, "W21": -37.158650519237618, "S21": -39.760231955245423, "W22": -39.461418427736334, "S22": -43.744225219312455, "W31": -60.0, "S31": -60.0, "W32": -97.440900348443805, "S32": -102.4409003484438 }, "geometry": { "type": "Point", "coordinates": [ 103903.8, 512901.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7611759681093395, "W12": -10.71472217559174, "S12": -10.71472217559174, "W13": -15.95522318791663, "S13": -17.404017097403027, "W21": -46.676429445707292, "S21": -54.741917310108057, "W22": -39.466497082511509, "S22": -42.922969363082316, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -97.141793009151399, "S32": -102.1417930091514 }, "geometry": { "type": "Point", "coordinates": [ 103904.0, 501303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.048482849604586264, "W12": -1.8512602481044935, "S12": -10.180154145588491, "W13": -25.25857791506991, "S13": -25.25857791506991, "W21": -35.631082114388327, "S21": -41.971833812095433, "W22": -39.281957892511805, "S22": -40.335436058085016, "W31": -67.888912524793909, "S31": -77.888912524793909, "W32": -90.319148936170222, "S32": -95.319148936170222 }, "geometry": { "type": "Point", "coordinates": [ 103904.0, 506198.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34060606060606025, "S11": -0.59385808742786417, "W12": -5.0, "S12": -17.217110171599209, "W13": -23.320233230652772, "S13": -24.082162113238162, "W21": -36.976777996529052, "S21": -37.063590706442632, "W22": -42.525999860403431, "S22": -47.701185523678149, "W31": -67.766401343398201, "S31": -67.766401343398201, "W32": -89.675826573701116, "S32": -94.675826573701116 }, "geometry": { "type": "Point", "coordinates": [ 103904.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13749694787959382, "S11": 0.13749694787959382, "W12": -10.888677667488253, "S12": -10.888677667488253, "W13": -17.567353191237366, "S13": -17.567353191237366, "W21": -34.459476524908034, "S21": -38.982787688542402, "W22": -40.003197364399007, "S22": -41.157028312992466, "W31": -66.083812940552036, "S31": -76.289357194245596, "W32": -99.845651528643515, "S32": -104.84565152864351 }, "geometry": { "type": "Point", "coordinates": [ 103904.0, 512527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1739178759544631, "S11": 1.1739178759544631, "W12": -6.687510710477504, "S12": -7.7650260366382353, "W13": -15.0, "S13": -15.801860875659091, "W21": -30.0, "S21": -34.695472146174069, "W22": -60.224490880499182, "S22": -60.224490880499182, "W31": -75.379934463651864, "S31": -75.379934463651864, "W32": -88.906843107420059, "S32": -93.906843107420059 }, "geometry": { "type": "Point", "coordinates": [ 103904.588235294111655, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47547853254274464, "S11": 0.47547853254274464, "W12": -15.001079193848046, "S12": -15.001079193848046, "W13": -20.912835911841682, "S13": -22.492778293153361, "W21": -37.107019930371088, "S21": -45.004423892011715, "W22": -43.773605391529472, "S22": -49.549605235063709, "W31": -67.669526041975161, "S31": -67.669526041975161, "W32": -89.75495496516325, "S32": -94.75495496516325 }, "geometry": { "type": "Point", "coordinates": [ 103904.75, 514086.4375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86925499625527214, "S11": -0.86925499625527214, "W12": -9.95665799965332, "S12": -9.95665799965332, "W13": -15.48064321082477, "S13": -18.801375347396398, "W21": -39.525745833966468, "S21": -42.525745833966468, "W22": -60.0, "S22": -65.237499555639246, "W31": -79.095360476949125, "S31": -79.095360476949125, "W32": -89.844620071008876, "S32": -94.844620071008876 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 502022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95087058994697216, "S11": 0.95087058994697216, "W12": -9.1565434180433058, "S12": -9.1565434180433058, "W13": -19.811728507109642, "S13": -22.166645191938237, "W21": -34.559644407010332, "S21": -34.559644407010332, "W22": -39.487572289963111, "S22": -43.976017995257273, "W31": -61.744186046511629, "S31": -61.744186046511629, "W32": -97.618386743816998, "S32": -102.618386743817 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 504790.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.049999999999998698, "S11": -0.049999999999998698, "W12": -3.1500001, "S12": -3.1500001, "W13": -18.959999, "S13": -18.959999, "W21": -33.529999, "S21": -33.529999, "W22": -36.818170465172216, "S22": -40.238326192425973, "W31": -67.060205580029304, "S31": -67.060205580029304, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20878787878787852, "S11": -0.60000163547580687, "W12": -5.0, "S12": -17.562173588659633, "W13": -23.345047562285302, "S13": -24.148005722552785, "W21": -37.061097705909617, "S21": -37.061097705909617, "W22": -63.205340193840449, "S22": -63.205340193840449, "W31": -86.450001611291938, "S31": -86.450001611291938, "W32": -94.193309429275615, "S32": -99.193309429275615 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 509282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.097082336398170821, "S11": -0.016436421687210767, "W12": -11.028506325720626, "S12": -11.028506325720626, "W13": -17.436657798006031, "S13": -17.597668838099001, "W21": -34.883155114422955, "S21": -39.18988295640596, "W22": -38.334179432225824, "S22": -38.838815015194719, "W31": -65.827136830283081, "S31": -65.827136830283081, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 512470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.479035581724526, "S12": -5.479035581724526, "W13": -16.908158626656423, "S13": -16.908158626656423, "W21": -44.511733134363105, "S21": -44.511733134363105, "W22": -50.0, "S22": -58.82356495468278, "W31": -67.088986882780688, "S31": -67.088986882780688, "W32": -90.602542750193763, "S32": -95.602542750193763 }, "geometry": { "type": "Point", "coordinates": [ 103905.454545454544132, 521350.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53156868761619402, "S11": 0.53156868761619402, "W12": -8.1850859329543937, "S12": -9.7630989227673606, "W13": -19.725513099139935, "S13": -24.008816018847963, "W21": -36.402963990890974, "S21": -36.402963990890974, "W22": -41.504563202756913, "S22": -41.504563202756913, "W31": -65.311208489707013, "S31": -72.564686858947809, "W32": -95.799267562927341, "S32": -100.79926756292734 }, "geometry": { "type": "Point", "coordinates": [ 103905.5, 503350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5671329412388069, "S11": -0.18150407454311557, "W12": -10.577366036398614, "S12": -10.577366036398614, "W13": -15.0, "S13": -15.994375704930727, "W21": -34.957286613905197, "S21": -43.808771762420051, "W22": -50.0, "S22": -51.917630267561258, "W31": -79.409540756061816, "S31": -79.409540756061816, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103906.0, 501697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68729760404982576, "S11": -2.609167766215164, "W12": -6.7346851454413308, "S12": -6.8217046909385513, "W13": -18.443021398967293, "S13": -24.099217619676431, "W21": -32.997651069447286, "S21": -32.997651069447286, "W22": -60.133155611169293, "S22": -90.133155611169286, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -104.3738172754998, "S32": -109.3738172754998 }, "geometry": { "type": "Point", "coordinates": [ 103906.5, 504678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6073693636190693, "S12": -16.547493367162026, "W13": -30.161982640891217, "S13": -30.161982640891217, "W21": -38.859991379496876, "S21": -38.864812918014131, "W22": -59.109652774376805, "S22": -69.109652774376798, "W31": -105.62287922056106, "S31": -105.62287922056106, "W32": -105.62287922056106, "S32": -108.69131912483185 }, "geometry": { "type": "Point", "coordinates": [ 103906.5, 510329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8368372560565511, "S11": 2.5997127193458485, "W12": -11.048113864463984, "S12": -11.048113864463984, "W13": -15.752283682205817, "S13": -19.837992633504861, "W21": -50.335586088176221, "S21": -59.777608308323735, "W22": -50.0, "S22": -50.42289220624054, "W31": -78.936157546832433, "S31": -78.936157546832433, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103907.0, 501077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30586712683347705, "S11": 0.30586712683347705, "W12": -5.0, "S12": -5.0, "W13": -15.014315025466258, "S13": -20.01431502546626, "W21": -37.866371339195133, "S21": -37.866371339195133, "W22": -40.494845626976897, "S22": -44.791183752663166, "W31": -79.828174777504131, "S31": -79.828174777504131, "W32": -100.73415415300234, "S32": -105.73415415300234 }, "geometry": { "type": "Point", "coordinates": [ 103907.0, 502640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6683417085427141, "S12": -18.668341708542712, "W13": -25.0, "S13": -25.798995811256901, "W21": -39.599568158562782, "S21": -39.599568158562782, "W22": -34.861761386796346, "S22": -40.145107876132954, "W31": -68.583961497619839, "S31": -77.359477256152303, "W32": -86.017968913495423, "S32": -91.017968913495423 }, "geometry": { "type": "Point", "coordinates": [ 103907.0, 503885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43459668010488739, "S11": 0.43459668010488739, "W12": -9.5089086047642191, "S12": -10.123768810967416, "W13": -14.624704915043743, "S13": -18.841424699304593, "W21": -32.848009458976904, "S21": -35.848009458976904, "W22": -43.32691683037087, "S22": -44.963811797580661, "W31": -80.18381241255004, "S31": -80.18381241255004, "W32": -100.09251960953532, "S32": -105.09251960953532 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 499698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41280481465651675, "S11": 0.41280481465651675, "W12": -9.0617160913952368, "S12": -9.6532813062170515, "W13": -14.070351143357449, "S13": -18.648066269613885, "W21": -33.207485411874735, "S21": -37.669859487511928, "W22": -39.442872142571431, "S22": -39.534612098092673, "W31": -60.14393461752379, "S31": -66.238810968414782, "W32": -82.126099521916814, "S32": -87.126099521916814 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 499753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7673483771296539, "S11": 2.7673483771296539, "W12": -10.100501930501931, "S12": -10.100501930501931, "W13": -15.0, "S13": -16.918993291530345, "W21": -38.801043562556728, "S21": -39.951532607254364, "W22": -43.55439639825817, "S22": -43.55439639825817, "W31": -80.772945749505226, "S31": -86.561643248325424, "W32": -98.044229859907944, "S32": -103.04422985990794 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 500389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49227004063538932, "S11": -0.66522995936461071, "W12": -1.9475452832227469, "S12": -13.563955051613585, "W13": -22.042950527358837, "S13": -22.042950527358837, "W21": -40.000000000000007, "S21": -42.66856975222278, "W22": -42.603289575932713, "S22": -48.268494254297281, "W31": -65.361051651608534, "S31": -71.957479865438273, "W32": -95.163342503438571, "S32": -100.16334250343857 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 506554.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76682488979748298, "S11": -0.76682488979748298, "W12": -5.7335073684210531, "S12": -10.319981153823612, "W13": -20.121395198154769, "S13": -20.121395198154769, "W21": -33.389261658823528, "S21": -33.395454003219669, "W22": -39.916029330059622, "S22": -52.443563932657973, "W31": -67.162229203470289, "S31": -75.531362632971749, "W32": -86.967350897042195, "S32": -91.967350897042195 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 507946.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.92004056795131839, "W12": -5.0, "S12": -16.308300395256914, "W13": -23.730303246146846, "S13": -24.659206251277556, "W21": -37.664407225555138, "S21": -37.664407225555138, "W22": -39.501492807154484, "S22": -52.272365256078444, "W31": -66.962833520980823, "S31": -74.9384846572501, "W32": -83.352805194805356, "S32": -88.352805194805356 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 509352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14800281678298158, "S11": -0.65513638844369004, "W12": -5.0, "S12": -5.0, "W13": -25.600174298096853, "S13": -25.909404454954963, "W21": -39.341337715108729, "S21": -39.341337715108729, "W22": -50.0, "S22": -50.00545131845842, "W31": -101.58318708318708, "S31": -101.58318708318708, "W32": -101.6634415126519, "S32": -106.6634415126519 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 509724.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10366938535272847, "S11": -0.19657706729342928, "W12": -5.6244988858201692, "S12": -10.679674897790559, "W13": -27.499057848125116, "S13": -27.499057848125116, "W21": -37.641992829342634, "S21": -37.644085518403166, "W22": -50.0, "S22": -50.0, "W31": -100.48654498654497, "S31": -100.48654498654497, "W32": -101.11870480001312, "S32": -106.11870480001312 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 509840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.03468084707997, "S12": -21.771085282138049, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -39.504567279840245, "S21": -39.504567279840245, "W22": -41.554294344627301, "S22": -44.864558856335172, "W31": -79.900972176646505, "S31": -84.900972176646505, "W32": -100.49423700209041, "S32": -105.49423700209041 }, "geometry": { "type": "Point", "coordinates": [ 103908.0, 510881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9806603865314503, "S11": 2.9806603865314503, "W12": -10.20100386100386, "S12": -10.290959979970218, "W13": -15.018882795460053, "S13": -17.126440016246537, "W21": -39.030182378380566, "S21": -40.155978463685855, "W22": -48.659807026497887, "S22": -50.862604364967801, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 500418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -14.999999999999998, "S12": -22.2020697461327, "W13": -22.966170206150306, "S13": -23.788324917888868, "W21": -38.35784301167093, "S21": -38.35784301167093, "W22": -50.016051364365978, "S22": -50.016051364365978, "W31": -100.54896454896455, "S31": -100.54896454896455, "W32": -101.14469735482707, "S32": -106.14469735482707 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 503701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.048933702725339867, "W12": -7.4653454618873472, "S12": -17.465345461887345, "W13": -19.993116685639265, "S13": -23.914786922734628, "W21": -36.275659201072052, "S21": -42.572389084784049, "W22": -60.245699314570544, "S22": -60.245699314570544, "W31": -75.318429707438824, "S31": -75.318429707438824, "W32": -89.034173241921721, "S32": -94.034173241921721 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 504330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55996485884971303, "S11": 0.55996485884971303, "W12": -8.0538640065883698, "S12": -8.9614497474229662, "W13": -25.0, "S13": -26.505429864253394, "W21": -34.069143742732919, "S21": -42.560504174300171, "W22": -51.748276177067901, "S22": -54.253207077376501, "W31": -103.23504290729913, "S31": -103.23504290729913, "W32": -103.23504290729913, "S32": -107.40491362407928 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 505842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.06261328709906222, "W12": -5.1141959626476545, "S12": -5.9824478680953037, "W13": -24.381046761623224, "S13": -24.381046761623224, "W21": -34.270446384337021, "S21": -40.447664866146859, "W22": -60.0, "S22": -80.736328674608387, "W31": -100.0, "S31": -100.0, "W32": -104.09534224008463, "S32": -109.09534224008463 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6905424200278165, "W12": -4.0308223506048275, "S12": -12.171365003351218, "W13": -23.558944149729477, "S13": -23.780257855815474, "W21": -35.586636374384014, "S21": -38.709182653677736, "W22": -55.21707686924065, "S22": -55.21707686924065, "W31": -80.742884936075654, "S31": -80.742884936075654, "W32": -94.582768343341741, "S32": -99.582768343341741 }, "geometry": { "type": "Point", "coordinates": [ 103909.0, 509175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0872104438030212, "S11": 1.0872104438030212, "W12": -9.4443168052132531, "S12": -10.357291496938302, "W13": -13.911166059661133, "S13": -16.510412290816912, "W21": -31.456298513183793, "S21": -34.456298513183796, "W22": -39.438764485951765, "S22": -40.990519077707319, "W31": -68.767190808827138, "S31": -76.87728130744155, "W32": -92.893921634293363, "S32": -97.893921634293363 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 499353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1232753937994824, "S11": 3.1232753937994824, "W12": -11.070861888267165, "S12": -11.070861888267165, "W13": -15.883555251348445, "S13": -19.947847877834192, "W21": -50.432215962275478, "S21": -60.094028923719286, "W22": -39.589356035582412, "S22": -40.133784731841743, "W31": -63.093466254796859, "S31": -63.093466254796859, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 500976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26799411063591105, "S11": 0.26799411063591105, "W12": -2.7956157538943858, "S12": -5.7363498092493801, "W13": -18.897682686491088, "S13": -18.897682686491088, "W21": -33.993292239315089, "S21": -33.993292239315089, "W22": -63.886279541076071, "S22": -63.886279541076071, "W31": -85.539299410267148, "S31": -85.539299410267148, "W32": -94.873456870767257, "S32": -99.873456870767257 }, "geometry": { "type": "Point", "coordinates": [ 103910.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.085081585081619004, "S11": -0.085081585081619004, "W12": -7.6738609112710705, "S12": -8.5403985605027799, "W13": -20.50191016382071, "S13": -20.50191016382071, "W21": -38.242096353383978, "S21": -38.242096353383978, "W22": -56.912729888409579, "S22": -56.912729888409579, "W31": -79.901950814189306, "S31": -79.901950814189306, "W32": -93.172655365661001, "S32": -98.172655365661001 }, "geometry": { "type": "Point", "coordinates": [ 103910.666666666671517, 506942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15197601273550643, "S11": 0.15197601273550643, "W12": -6.3679075820626938, "S12": -6.3679075820626938, "W13": -16.038881427650505, "S13": -18.534288790804862, "W21": -37.739410646528086, "S21": -37.739410646528086, "W22": -44.444791009749935, "S22": -44.444791009749935, "W31": -80.544283587176736, "S31": -88.546078709326622, "W32": -96.885603456841409, "S32": -101.88560345684141 }, "geometry": { "type": "Point", "coordinates": [ 103911.0, 497815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87027580361217971, "S11": 0.87027580361217971, "W12": -6.0583645820733034, "S12": -9.6896060819761587, "W13": -15.0, "S13": -15.05510331267241, "W21": -30.0, "S21": -32.746853133646212, "W22": -43.309348702970837, "S22": -43.309348702970837, "W31": -80.713806231751562, "S31": -85.507189824184607, "W32": -98.406128558333322, "S32": -103.40612855833332 }, "geometry": { "type": "Point", "coordinates": [ 103911.0, 498779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0430674910920144, "S11": 1.0430674910920144, "W12": -3.1050158036920661, "S12": -7.4393065712902295, "W13": -18.774008005796716, "S13": -18.774008005796716, "W21": -33.416683066250151, "S21": -33.416683066250151, "W22": -43.820330500103388, "S22": -44.678048905531718, "W31": -78.158168574401657, "S31": -80.124255499540681, "W32": -98.465285598575846, "S32": -103.46528559857585 }, "geometry": { "type": "Point", "coordinates": [ 103911.0, 507573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55930098511842352, "S11": 0.55930098511842352, "W12": -3.1871858761586807, "S12": -5.3227642277681637, "W13": -18.911206890248607, "S13": -18.911206890248607, "W21": -33.555184172330272, "S21": -33.555184172330272, "W22": -50.0, "S22": -50.0, "W31": -100.81075231075231, "S31": -100.81075231075231, "W32": -101.25969596090458, "S32": -106.25969596090458 }, "geometry": { "type": "Point", "coordinates": [ 103911.0, 507582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4741163788681497, "S12": -5.4741163788681497, "W13": -17.264973775668352, "S13": -17.264973775668352, "W21": -44.385092146732632, "S21": -44.385092146732632, "W22": -40.003663771482231, "S22": -41.517944150972475, "W31": -66.859277582771028, "S31": -66.859277582771028, "W32": -92.480181009701766, "S32": -97.480181009701766 }, "geometry": { "type": "Point", "coordinates": [ 103911.333333333328483, 521169.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6123991355858047, "S11": 1.6123991355858047, "W12": -9.7965800844544741, "S12": -9.7965800844544741, "W13": -20.0, "S13": -25.282780707224202, "W21": -36.041202537815728, "S21": -36.857461907233812, "W22": -40.001463818431162, "S22": -46.882190551993446, "W31": -67.241736859431597, "S31": -72.620783019171114, "W32": -90.048789525691703, "S32": -95.048789525691703 }, "geometry": { "type": "Point", "coordinates": [ 103912.0, 505240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0607647210093814, "S11": -1.0607647210093814, "W12": -4.9285556377873805, "S12": -8.5878260401942992, "W13": -20.0, "S13": -20.0, "W21": -32.441048575422293, "S21": -35.441048575422293, "W22": -50.650473072994259, "S22": -52.803539919099428, "W31": -86.531055861749579, "S31": -86.531055861749579, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103912.0, 508335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.0, "W13": -16.293288367530582, "S13": -16.293288367530582, "W21": -46.0, "S21": -46.0, "W22": -63.11059759280996, "S22": -67.399283116935948, "W31": -79.912152712699168, "S31": -87.241692710778494, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103912.0, 524890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4693207201454763, "S12": -5.4693207201454763, "W13": -16.815354309539934, "S13": -16.815354309539934, "W21": -44.534892150728091, "S21": -44.534892150728091, "W22": -45.216381425867198, "S22": -45.216381425867198, "W31": -81.005212560954661, "S31": -81.005212560954661, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103912.272727272720658, 521398.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1352991045408785, "S11": -0.33729773907461658, "W12": -10.052870377401474, "S12": -10.052870377401474, "W13": -15.0, "S13": -16.301823140245443, "W21": -35.599680878223126, "S21": -45.599680878223126, "W22": -47.252277374976757, "S22": -54.847372176405067, "W31": -67.285205782718037, "S31": -67.285205782718037, "W32": -90.03506862567265, "S32": -95.03506862567265 }, "geometry": { "type": "Point", "coordinates": [ 103913.0, 501736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30523232684124535, "S11": 0.30523232684124535, "W12": -10.967570636636939, "S12": -10.974889988796425, "W13": -19.94322471336152, "S13": -25.563192705975979, "W21": -39.108644878011404, "S21": -41.629402501853065, "W22": -45.818455223298933, "S22": -51.48445617110206, "W31": -65.586241640392799, "S31": -69.394840258631788, "W32": -93.509482185456065, "S32": -98.509482185456065 }, "geometry": { "type": "Point", "coordinates": [ 103913.0, 513363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12632725923865171, "S11": 0.12632725923865171, "W12": -5.9112828923664447, "S12": -5.9112828923664447, "W13": -15.842596675832816, "S13": -18.544934066617671, "W21": -36.84328723967549, "S21": -36.84328723967549, "W22": -45.701167421375708, "S22": -52.785318799075256, "W31": -65.562989876031693, "S31": -69.622567934024744, "W32": -93.651281838656999, "S32": -98.651281838656999 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 497925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47431441971144406, "S11": 0.47431441971144406, "W12": -10.0, "S12": -10.611258464860471, "W13": -13.069328774210776, "S13": -16.30283026124161, "W21": -32.224753485209114, "S21": -35.224753485209114, "W22": -40.005322662746018, "S22": -40.005322662746018, "W31": -66.65592054952829, "S31": -72.386652533766579, "W32": -94.396530572185682, "S32": -99.396530572185682 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 499597.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42316405512554278, "S11": 0.42316405512554278, "W12": -5.0, "S12": -6.6744840525328319, "W13": -15.611197883206986, "S13": -18.542458383717598, "W21": -36.216552316537033, "S21": -42.191069644753846, "W22": -40.004288295042485, "S22": -45.0, "W31": -59.999999999999993, "S31": -64.081150051037767, "W32": -87.243403519723415, "S32": -92.243403519723415 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 502803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.16209007433318767, "W12": -1.6338781864176428, "S12": -14.92123428669067, "W13": -21.845992022684275, "S13": -21.845992022684275, "W21": -39.458636754740546, "S21": -42.798608321288363, "W22": -60.815843665094206, "S22": -60.815843665094206, "W31": -71.463109029578149, "S31": -72.222826682038175, "W32": -94.847908745247139, "S32": -99.847908745247139 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 506503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3279351344621508, "S11": -2.6870355240572081, "W12": -10.0, "S12": -10.0, "W13": -21.151523287398813, "S13": -25.776139200846711, "W21": -42.640745354825967, "S21": -43.256767389479613, "W22": -37.088487717483503, "S22": -40.319714718925894, "W31": -66.82652961331371, "S31": -66.82652961331371, "W32": -85.05737283781491, "S32": -90.05737283781491 }, "geometry": { "type": "Point", "coordinates": [ 103914.0, 515262.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73688446734540902, "S11": -0.73688446734540902, "W12": -4.8881277472005511, "S12": -13.405381798435229, "W13": -20.010533809571932, "S13": -20.010533809571932, "W21": -32.96698795179983, "S21": -33.074086604274619, "W22": -39.326741236181803, "S22": -40.372463861323673, "W31": -67.699117486417506, "S31": -75.688802300171091, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103914.285714285710128, 508130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34748236737197413, "S11": 0.34748236737197413, "W12": -7.1904915049171638, "S12": -7.6102488141442857, "W13": -11.547549051141857, "S13": -11.631138344285983, "W21": -36.22378641255488, "S21": -42.333582344554635, "W22": -39.018596832877151, "S22": -40.50901962335837, "W31": -65.177146402934326, "S31": -65.177146402934326, "W32": -87.064299577805784, "S32": -92.064299577805784 }, "geometry": { "type": "Point", "coordinates": [ 103914.333333333328483, 500068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26133905852417305, "S11": 0.26133905852417305, "W12": -3.8136897026221241, "S12": -18.379778621385327, "W13": -21.374609277508775, "S13": -21.374609277508775, "W21": -39.228269746977787, "S21": -39.228269746977787, "W22": -43.048597893708269, "S22": -43.048597893708269, "W31": -80.654666713997912, "S31": -84.85015041881158, "W32": -98.534962319167548, "S32": -103.53496231916755 }, "geometry": { "type": "Point", "coordinates": [ 103914.5, 506743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.38373233288881, "S12": -9.38373233288881, "W13": -16.667889612544922, "S13": -18.638557635603586, "W21": -29.078816414025418, "S21": -29.682420568682147, "W22": -40.000260163706145, "S22": -44.341069014176881, "W31": -65.922819697268224, "S31": -76.024835622154313, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103914.75, 497114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5429890256276702, "S12": -8.7783328337033382, "W13": -25.0, "S13": -25.740271493212671, "W21": -34.086495499696525, "S21": -42.717498871340759, "W22": -49.294155021126755, "S22": -49.294155021126755, "W31": -79.729375296033126, "S31": -89.485982900919652, "W32": -95.949672320050666, "S32": -100.94967232005067 }, "geometry": { "type": "Point", "coordinates": [ 103915.0, 505871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1679893938406034, "S11": 1.1679893938406034, "W12": -6.7113522334915832, "S12": -8.6791359772427406, "W13": -15.0, "S13": -15.548380863120975, "W21": -29.999999999999996, "S21": -34.487578214098569, "W22": -45.338509547238282, "S22": -45.338509547238282, "W31": -80.627000514411549, "S31": -80.627000514411549, "W32": -99.983108171583211, "S32": -104.98310817158321 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 498944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2406868581302757, "S11": 1.2406868581302757, "W12": -6.8127899762624082, "S12": -7.1089366138124879, "W13": -15.0, "S13": -15.895928847835435, "W21": -30.000000000000004, "S21": -34.264163881031976, "W22": -40.0, "S22": -49.494543068315259, "W31": -65.182287672082737, "S31": -73.651355051059127, "W32": -96.830440064659285, "S32": -101.83044006465929 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 499053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1630676575897851, "S11": 1.1630676575897851, "W12": -9.9728637093647894, "S12": -9.9728637093647894, "W13": -21.845914333676287, "S13": -22.015467146182484, "W21": -35.837631223260694, "S21": -35.837631223260694, "W22": -56.239892686340575, "S22": -56.239892686340575, "W31": -80.0, "S31": -80.0, "W32": -93.690342437743723, "S32": -98.690342437743723 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012956370560476771, "S11": 0.012956370560476771, "W12": -10.097070660131687, "S12": -20.0, "W13": -20.0, "S13": -21.927216219972234, "W21": -35.124421441677384, "S21": -35.124421441677384, "W22": -60.358537522538093, "S22": -60.358537522538093, "W31": -71.315115556571882, "S31": -72.198449072088351, "W32": -95.202538898928736, "S32": -100.20253889892874 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -8.0, "W13": -17.083957005524628, "S13": -17.083957005524628, "W21": -46.0, "S21": -46.0, "W22": -60.0, "S22": -70.084212317114662, "W31": -105.53009407021671, "S31": -105.53009407021671, "W32": -105.53009407021671, "S32": -108.62060114706507 }, "geometry": { "type": "Point", "coordinates": [ 103916.0, 525158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4165110521600841, "S12": -6.4165110521600841, "W13": -20.0, "S13": -22.198125210317414, "W21": -45.86764951807595, "S21": -49.414063214021283, "W22": -57.032359905288082, "S22": -64.53637040550683, "W31": -105.7766590320053, "S31": -105.7766590320053, "W32": -105.7766590320053, "S32": -108.23953006098311 }, "geometry": { "type": "Point", "coordinates": [ 103916.75, 517546.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33140921635861836, "S11": 0.33140921635861836, "W12": -7.0612483583756456, "S12": -7.5570704937287072, "W13": -11.447262239923093, "S13": -11.447262239923093, "W21": -36.112318008632982, "S21": -41.724542049246189, "W22": -53.03796937277113, "S22": -57.844325578627959, "W31": -78.743854517653133, "S31": -78.743854517653133, "W32": -89.92188829448213, "S32": -94.92188829448213 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 500054.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2428678210745336, "S11": -1.2428678210745336, "W12": -3.6043034267675806, "S12": -16.300391832859567, "W13": -20.298003594671641, "S13": -20.298003594671641, "W21": -31.487293143801217, "S21": -31.487293143801217, "W22": -60.0, "S22": -60.0, "W31": -79.313879565935679, "S31": -79.313879565935679, "W32": -90.631662582058908, "S32": -95.631662582058908 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 508202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86814360074266228, "S11": -0.86814360074266228, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -32.988942343663489, "S21": -33.860999328058028, "W22": -45.57939383619378, "S22": -45.6854876215898, "W31": -80.0, "S31": -80.250499334221033, "W32": -97.999619114032896, "S32": -102.9996191140329 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 508453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43433946661153611, "S11": -0.43433946661153611, "W12": -5.0, "S12": -5.0, "W13": -24.85596730697846, "S13": -25.303022658433228, "W21": -37.922177772840406, "S21": -37.922177772840406, "W22": -43.996081919134518, "S22": -45.019024701063373, "W31": -80.552846714877646, "S31": -80.552846714877646, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 509561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16050870259816702, "S11": -0.47380261411809693, "W12": -5.0, "S12": -5.9912486218302092, "W13": -26.562935745242132, "S13": -26.893746119649244, "W21": -38.640363130386362, "S21": -38.640709816213558, "W22": -37.035014140564016, "S22": -39.907284282124145, "W31": -66.647503671071888, "S31": -66.647503671071888, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103917.0, 509777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30458444443482319, "S11": 0.30458444443482319, "W12": -10.968305362395267, "S12": -10.968305362395267, "W13": -19.93714763420606, "S13": -25.490318908445836, "W21": -39.05014248653265, "S21": -41.592298536664906, "W22": -40.0, "S22": -51.881052890977898, "W31": -65.272496257074565, "S31": -74.19900360633963, "W32": -97.232276428478201, "S32": -102.2322764284782 }, "geometry": { "type": "Point", "coordinates": [ 103917.166666666671517, 513362.583333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.78873454279206, "W12": -10.683263387611214, "S12": -10.683263387611214, "W13": -15.851231963547381, "S13": -17.838140281189091, "W21": -47.481640146878824, "S21": -55.663310289311269, "W22": -56.977387382040291, "S22": -69.463570448837288, "W31": -100.0, "S31": -100.0, "W32": -102.79675828877157, "S32": -107.79675828877157 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 501291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5119429528500001, "S11": 1.1983846394431312, "W12": -10.368983240223464, "S12": -10.368983240223464, "W13": -22.221219275686142, "S13": -24.952405500175939, "W21": -36.803953493606798, "S21": -36.807615374123351, "W22": -42.984533406999276, "S22": -42.984533406999276, "W31": -80.595527196244248, "S31": -84.298305614589751, "W32": -98.511509136381292, "S32": -103.51150913638129 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 505131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5475987755860743, "S11": 1.3178724087725926, "W12": -10.104044692737432, "S12": -10.104044692737432, "W13": -21.67565664657025, "S13": -25.717208803339275, "W21": -36.630294115519561, "S21": -36.634902350046787, "W22": -35.768521576745258, "S22": -40.765824195902056, "W31": -67.687738619676892, "S31": -72.844759803340821, "W32": -85.514339284091008, "S32": -90.514339284091008 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 505157.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6980358220969454, "S11": -3.1275183823741033, "W12": -10.0, "S12": -10.0, "W13": -19.262060678882651, "S13": -24.747964952623708, "W21": -33.741685488940618, "S21": -40.966578899637256, "W22": -35.3061951085812, "S22": -40.449528795814615, "W31": -68.172013596935415, "S31": -78.172013596935415, "W32": -85.807928203908958, "S32": -90.807928203908958 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36274131274131216, "S11": -0.25152492987568031, "W12": -3.2409404953712557, "S12": -18.76107465858011, "W13": -21.873612518490738, "S13": -21.873612518490738, "W21": -39.49702581499735, "S21": -40.867457708684995, "W22": -43.416776980851409, "S22": -43.416776980851409, "W31": -68.285962296159653, "S31": -69.748246046773303, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25152671755725187, "S11": 0.25152671755725187, "W12": -3.809532910327956, "S12": -18.292800626863389, "W13": -21.406525696747412, "S13": -21.406525696747412, "W21": -39.242756481863509, "S21": -39.367985603183243, "W22": -58.995969653864393, "S22": -58.995969653864393, "W31": -93.203897961616406, "S31": -93.203897961616406, "W32": -99.31088640275388, "S32": -104.31088640275388 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 506739.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.196010029706525, "S11": -1.196010029706525, "W12": -7.625, "S12": -8.0411480375072593, "W13": -20.948759106770837, "S13": -20.948759106770837, "W21": -34.245993513244535, "S21": -34.251200528012468, "W22": -61.568578052640461, "S22": -61.568578052640461, "W31": -80.812786843165114, "S31": -86.094526663715769, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103918.0, 508019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4633821069403279, "S12": -5.4633821069403279, "W13": -17.175325339759446, "S13": -17.175325339759446, "W21": -44.406263037974249, "S21": -44.406263037974249, "W22": -65.632209744389357, "S22": -75.632209744389357, "W31": -79.644164951967284, "S31": -79.644164951967284, "W32": -96.111057495799088, "S32": -101.11105749579909 }, "geometry": { "type": "Point", "coordinates": [ 103918.944444444437977, 521216.611111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.666644262337467, "W13": -13.333493278145419, "S13": -16.240412677309671, "W21": -31.712780158785918, "S21": -34.712780158785918, "W22": -60.0, "S22": -62.012657291393239, "W31": -79.169010143434662, "S31": -79.169010143434662, "W32": -89.953295880884909, "S32": -94.953295880884909 }, "geometry": { "type": "Point", "coordinates": [ 103919.0, 499532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5091756508852168, "S11": 3.5091756508852168, "W12": -11.106967638994494, "S12": -11.477142190951886, "W13": -16.247986396966859, "S13": -19.458485352223001, "W21": -41.450738004410326, "S21": -43.134126594784171, "W22": -44.590996067478351, "S22": -57.563872702589514, "W31": -65.417083300378366, "S31": -70.634924762156245, "W32": -94.291919818633858, "S32": -99.291919818633858 }, "geometry": { "type": "Point", "coordinates": [ 103919.0, 500757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30685538739179324, "S11": -0.1135524652942515, "W12": -10.27020931707661, "S12": -10.609024573804192, "W13": -15.0, "S13": -15.0, "W21": -37.378405559319397, "S21": -39.139715467599984, "W22": -39.843950034988723, "S22": -52.733727293629812, "W31": -67.294100259964409, "S31": -75.484800147432594, "W32": -86.522385647325024, "S32": -91.522385647325024 }, "geometry": { "type": "Point", "coordinates": [ 103919.0, 511903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4596058585664089, "S12": -5.4596058585664089, "W13": -16.722549992423559, "S13": -16.722549992423559, "W21": -44.558051167093019, "S21": -44.558051167093019, "W22": -40.489000482470281, "S22": -42.482495765104602, "W31": -61.739378865286369, "S31": -64.719489733756049, "W32": -90.368421052631575, "S32": -95.368421052631575 }, "geometry": { "type": "Point", "coordinates": [ 103919.090909090911737, 521447.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31455986939127573, "S11": 0.31455986939127573, "W12": -7.0742787524366824, "S12": -7.7043541826842308, "W13": -11.570872107490855, "S13": -15.690130810220555, "W21": -35.314585164402224, "S21": -41.175331842485697, "W22": -40.005224905198141, "S22": -40.005224905198141, "W31": -66.606111972239262, "S31": -75.069675453173119, "W32": -95.478445738209587, "S32": -100.47844573820959 }, "geometry": { "type": "Point", "coordinates": [ 103919.333333333328483, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3393131235610132, "W12": -2.9696501334832091, "S12": -7.830320146801518, "W13": -25.668875301906397, "S13": -25.668875301906397, "W21": -34.506129103749075, "S21": -41.794909246429476, "W22": -45.09, "S22": -45.09, "W31": -81.139999, "S31": -81.139999, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11364541832669324, "S11": -1.1136454183266933, "W12": -2.311259949251379, "S12": -17.849264205357965, "W13": -18.082916666666662, "S13": -18.082916666666662, "W21": -33.253417088888881, "S21": -33.253417088888881, "W22": -61.433701018728833, "S22": -67.295169866623027, "W31": -100.7217435394285, "S31": -100.7217435394285, "W32": -104.91126598649231, "S32": -109.91126598649231 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 507654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36151515151515135, "S11": -0.39407467115254335, "W12": -4.9999999999999991, "S12": -17.383113653320169, "W13": -23.125522994322662, "S13": -23.841863790594616, "W21": -36.853706075699129, "S21": -36.880874082038993, "W22": -50.944611617439364, "S22": -50.944611617439364, "W31": -101.67064467064468, "S31": -101.67064467064468, "W32": -101.67064467064468, "S32": -106.64171272077273 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0425019797830686, "S12": -12.520211294755214, "W13": -29.673494915098399, "S13": -29.673494915098399, "W21": -40.0, "S21": -40.0, "W22": -43.421808936937964, "S22": -43.421808936937964, "W31": -79.068678459937573, "S31": -81.673295494873742, "W32": -98.470159752061022, "S32": -103.47015975206102 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 510534.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10192579601046403, "S11": 0.10192579601046403, "W12": -10.0, "S12": -12.954032761851877, "W13": -22.283060921248143, "S13": -22.283060921248143, "W21": -37.796484885334579, "S21": -38.590986885665409, "W22": -50.0, "S22": -50.0, "W31": -70.0, "S31": -70.795423931227219, "W32": -96.999187519326739, "S32": -101.99918751932674 }, "geometry": { "type": "Point", "coordinates": [ 103920.0, 511526.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -16.337689577508741, "S13": -16.337689577508741, "W21": -46.0, "S21": -46.0, "W22": -33.042059167983254, "S22": -36.614686251818611, "W31": -69.736581107564973, "S31": -72.411476563959084, "W32": -87.260981483081594, "S32": -92.260981483081594 }, "geometry": { "type": "Point", "coordinates": [ 103920.183673469393398, 524628.897959183668718 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35610668946158552, "S11": 0.35610668946158552, "W12": -7.8791808458920762, "S12": -8.4541309869426495, "W13": -12.627724052993164, "S13": -13.436243214429938, "W21": -34.480649756848521, "S21": -42.460252078226127, "W22": -55.512519151258211, "S22": -65.84123590400884, "W31": -100.0, "S31": -100.0, "W32": -101.99952779779805, "S32": -106.99952779779805 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 499895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6606360950855792, "S11": 1.6606360950855787, "W12": -9.7036727879799543, "S12": -9.7036727879799543, "W13": -19.926597744360901, "S13": -25.29773607140821, "W21": -35.943268720840216, "S21": -37.047727676910732, "W22": -40.130699448919025, "S22": -43.957731542349919, "W31": -76.809271743038764, "S31": -77.301413672771503, "W32": -100.45511495613553, "S32": -105.45511495613553 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 505251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07, "S11": -0.07, "W12": -2.1700001, "S12": -18.5700001, "W13": -18.58, "S13": -18.58, "W21": -32.880001, "S21": -32.880001, "W22": -46.040036843258832, "S22": -51.51182277515241, "W31": -65.538158057862304, "S31": -69.33007584244308, "W32": -93.482361669077861, "S32": -98.482361669077861 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72110584941624967, "S11": -0.72110584941624967, "W12": -5.0, "S12": -5.0, "W13": -20.710178249622771, "S13": -20.710178249622771, "W21": -33.289326497897555, "S21": -37.621535179091836, "W22": -39.550899416033715, "S22": -51.751521172077034, "W31": -67.187947727953599, "S31": -75.079195622702315, "W32": -83.974779220779055, "S32": -88.974779220779055 }, "geometry": { "type": "Point", "coordinates": [ 103921.25, 508552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67168882063232571, "W12": -5.0, "S12": -6.257004391944279, "W13": -24.089054447692909, "S13": -24.87804377907165, "W21": -37.883509565996476, "S21": -37.883509565996476, "W22": -54.858453894995058, "S22": -59.858453894995058, "W31": -104.71432026399856, "S31": -104.71432026399856, "W32": -104.71432026399856, "S32": -107.90704469165743 }, "geometry": { "type": "Point", "coordinates": [ 103921.333333333328483, 509436.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98777938340359572, "S11": -1.4694054169053201, "W12": -8.4393382077816028, "S12": -8.4393382077816028, "W13": -20.631468564661208, "S13": -24.636638368827168, "W21": -44.69044453473898, "S21": -44.69044453473898, "W22": -50.0, "S22": -52.86120568796315, "W31": -78.953506107390297, "S31": -78.953506107390297, "W32": -92.426171712982168, "S32": -97.426171712982168 }, "geometry": { "type": "Point", "coordinates": [ 103921.424242424240219, 516135.121212121215649 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82923665596407803, "S11": -0.82923665596407803, "W12": -9.6973897481784483, "S12": -9.6973897481784483, "W13": -16.543125856034088, "S13": -20.98554832073744, "W21": -37.757478288838854, "S21": -43.304099998085391, "W22": -59.360604153555691, "S22": -65.680330301194203, "W31": -78.910550975819817, "S31": -78.910550975819817, "W32": -89.816659757854879, "S32": -94.816659757854879 }, "geometry": { "type": "Point", "coordinates": [ 103922.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.8796850145330244, "S12": -10.740795569008736, "W13": -23.43247317744158, "S13": -23.43247317744158, "W21": -36.060452955005545, "S21": -38.578743722968895, "W22": -43.135414255025196, "S22": -43.135414255025196, "W31": -80.330524004963266, "S31": -83.552953185616317, "W32": -98.488055953595051, "S32": -103.48805595359505 }, "geometry": { "type": "Point", "coordinates": [ 103922.0, 509111.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -43.498190681645738, "W31": -75.247322568411178, "S31": -76.848663575716927, "W32": -100.28590259603138, "S32": -105.28590259603138 }, "geometry": { "type": "Point", "coordinates": [ 103922.0, 525310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9750534157186581, "W12": -10.494195842603538, "S12": -10.494195842603538, "W13": -15.896418023795462, "S13": -16.136035898420442, "W21": -40.0, "S21": -47.309371256156538, "W22": -50.0, "S22": -58.729183364502624, "W31": -66.613875566609266, "S31": -66.890227768671039, "W32": -91.376855806386004, "S32": -96.376855806386004 }, "geometry": { "type": "Point", "coordinates": [ 103923.0, 501411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16193685361136806, "S11": -0.2032525544199934, "W12": -5.469897823916396, "S12": -9.8820099675610642, "W13": -27.500706613906164, "S13": -27.500706613906164, "W21": -37.881518158729378, "S21": -37.883601866291798, "W22": -38.789604159464645, "S22": -43.110333699123061, "W31": -61.600745662665432, "S31": -68.074180576500495, "W32": -81.212442073128798, "S32": -86.212442073128798 }, "geometry": { "type": "Point", "coordinates": [ 103923.0, 509830.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70860171193729149, "S11": -0.70860171193729149, "W12": -11.552362481190453, "S12": -15.307013421245912, "W13": -27.556333207603881, "S13": -27.556333207603881, "W21": -38.707459314649164, "S21": -38.707459314649164, "W22": -33.798276472618888, "S22": -34.898232842047058, "W31": -69.661501155530914, "S31": -69.661501155530914, "W32": -88.477165567785988, "S32": -93.477165567785988 }, "geometry": { "type": "Point", "coordinates": [ 103923.0, 511142.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13581105822033507, "S11": -0.80083428364286546, "W12": -5.0, "S12": -5.0, "W13": -22.281165581252047, "S13": -22.281165581252047, "W21": -33.397216414284856, "S21": -35.530171671629695, "W22": -47.659553891303922, "S22": -48.057704491136327, "W31": -65.625755860923078, "S31": -68.365004392562469, "W32": -92.884079968133648, "S32": -97.884079968133648 }, "geometry": { "type": "Point", "coordinates": [ 103923.4, 508773.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9566454013476733, "S11": 2.9566454013476733, "W12": -10.239455953714144, "S12": -10.535426560386899, "W13": -15.010493239373524, "S13": -17.271100999993706, "W21": -39.125130025715237, "S21": -40.343161187464169, "W22": -45.432856572684919, "S22": -45.432856572684919, "W31": -80.18808799531088, "S31": -80.18808799531088, "W32": -98.599884788271012, "S32": -103.59988478827101 }, "geometry": { "type": "Point", "coordinates": [ 103923.5, 500434.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.974430049154186, "S11": 2.7428687736969612, "W12": -11.003060662581033, "S12": -11.003060662581033, "W13": -15.62468961022906, "S13": -19.768460515877546, "W21": -50.205154770633392, "S21": -59.684023846038748, "W22": -40.071629459521134, "S22": -44.914830724736305, "W31": -60.0, "S31": -64.010547805375978, "W32": -87.247365009243467, "S32": -92.247365009243467 }, "geometry": { "type": "Point", "coordinates": [ 103923.666666666671517, 501076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46074563993543588, "S11": 0.46074563993543588, "W12": -6.4690967247269793, "S12": -7.6970499520958207, "W13": -25.0, "S13": -25.0, "W21": -34.134539036899504, "S21": -43.052687420290056, "W22": -51.132985134592204, "S22": -51.132985134592204, "W31": -101.39935064935065, "S31": -101.39935064935065, "W32": -101.48940618901588, "S32": -106.48940618901588 }, "geometry": { "type": "Point", "coordinates": [ 103924.0, 505931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12116928416181727, "S11": 0.12116928416181727, "W12": -4.6758261054648003, "S12": -12.617324294963895, "W13": -19.020994119857004, "S13": -19.020994119857004, "W21": -33.376714981677758, "S21": -33.376714981677758, "W22": -44.092939940732947, "S22": -44.999654020846613, "W31": -80.644269277005989, "S31": -80.644269277005989, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103924.0, 507380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2281304774591601, "S11": 0.2281304774591601, "W12": -3.8354178504947578, "S12": -7.4921567193274896, "W13": -18.889659117706831, "S13": -18.889659117706831, "W21": -34.230638279839418, "S21": -34.230638279839418, "W22": -34.955252347083828, "S22": -38.043185992458504, "W31": -68.346130907152798, "S31": -68.346130907152798, "W32": -89.159059606392958, "S32": -94.159059606392958 }, "geometry": { "type": "Point", "coordinates": [ 103924.0, 507411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28624486637119934, "S11": 0.10945463158702526, "W12": -10.487500377555993, "S12": -10.487500377555993, "W13": -15.004096672311878, "S13": -15.004096672311878, "W21": -37.298140182075159, "S21": -40.179642026397204, "W22": -49.358470324848142, "S22": -49.358470324848142, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103924.714285714289872, 512013.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5603552376431327, "S11": 2.5603552376431327, "W12": -10.0, "S12": -10.0, "W13": -14.946159772232456, "S13": -16.795922398205789, "W21": -38.60141347668231, "S21": -39.903421072358618, "W22": -50.0, "S22": -52.522531544161829, "W31": -78.924821929900617, "S31": -78.924821929900617, "W32": -91.585234342596436, "S32": -96.585234342596436 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 500369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44673175596761316, "S11": 0.15848887393784006, "W12": -5.1878071133349231, "S12": -5.4267546065197179, "W13": -24.437483203439939, "S13": -24.437483203439939, "W21": -34.226582173152053, "S21": -40.660396141424158, "W22": -36.804942992812599, "S22": -40.444114357417291, "W31": -66.895313264806489, "S31": -66.895313264806489, "W32": -85.560843375774922, "S32": -90.560843375774922 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.3930542441852708, "W12": -5.0887084592145246, "S12": -5.0887084592145246, "W13": -24.217112335393711, "S13": -24.217112335393711, "W21": -34.248561222300253, "S21": -40.902754497263686, "W22": -50.0, "S22": -60.0, "W31": -66.769011670711421, "S31": -66.769011670711421, "W32": -90.986511221410552, "S32": -95.986511221410552 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 506016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74791407996026804, "S11": -0.76458138868150149, "W12": -4.9316536720800208, "S12": -12.639105335842363, "W13": -20.012504206585817, "S13": -20.012504206585817, "W21": -33.05584470567122, "S21": -33.187270990928269, "W22": -39.560361804143668, "S22": -51.64138538814273, "W31": -67.233802896462095, "S31": -75.107112464687333, "W32": -84.097714285714289, "S32": -89.097714285714289 }, "geometry": { "type": "Point", "coordinates": [ 103925.0, 508120.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4498909969873601, "S12": -5.4498909969873601, "W13": -16.629745675307067, "S13": -16.629745675307067, "W21": -44.581210183458012, "S21": -44.581210183458012, "W22": -39.331926737964118, "S22": -40.039048508231254, "W31": -60.175250935980301, "S31": -66.22982205855844, "W32": -82.095371350779004, "S32": -87.095371350779004 }, "geometry": { "type": "Point", "coordinates": [ 103925.909090909088263, 521496.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15955280858025819, "S11": 0.15955280858025819, "W12": -10.389177648919347, "S12": -10.389177648919347, "W13": -15.0, "S13": -16.945516054597363, "W21": -37.231429240064671, "S21": -38.307633229714952, "W22": -39.66687796104889, "S22": -41.25045305354805, "W31": -60.0, "S31": -65.40234641222861, "W32": -83.498336106489191, "S32": -88.498336106489191 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 501835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4596129808724965, "S11": 0.88594625289349482, "W12": -10.330221166208275, "S12": -10.330221166208275, "W13": -22.552953328555148, "S13": -24.439114042840863, "W21": -36.812746412583486, "S21": -36.815584769906295, "W22": -63.073229174783762, "S22": -65.678043660547601, "W31": -79.139333134836761, "S31": -79.139333134836761, "W32": -96.222067823255287, "S32": -101.22206782325529 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 505111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32249614386875131, "S11": 0.32249614386875131, "W12": -2.5208162582108304, "S12": -5.7345647539990381, "W13": -18.6270434013204, "S13": -18.6270434013204, "W21": -34.296915771167711, "S21": -34.296915771167711, "W22": -43.174570579116164, "S22": -43.174570579116164, "W31": -79.656607700312179, "S31": -82.663609872330866, "W32": -98.473749457747701, "S32": -103.4737494577477 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 507438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0254340459711497, "S11": 0.9094430549800484, "W12": -3.4256081558594627, "S12": -6.0955385885867148, "W13": -18.973844011467801, "S13": -18.973844011467801, "W21": -33.70401766725459, "S21": -33.70401766725459, "W22": -43.286295103051117, "S22": -43.286295103051117, "W31": -79.084287200832463, "S31": -81.826367143793078, "W32": -98.464602770808796, "S32": -103.4646027708088 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 507566.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07628231783381853, "S11": -0.24003523158673232, "W12": -6.851899659629515, "S12": -19.405459885476439, "W13": -30.0, "S13": -30.0, "W21": -35.674051887355276, "S21": -35.680188150643666, "W22": -44.170680067936999, "S22": -49.932611971844729, "W31": -67.439242410075124, "S31": -67.439242410075124, "W32": -89.799145080470637, "S32": -94.799145080470637 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6644622452953381, "S12": -18.718197113910634, "W13": -30.409216993596353, "S13": -30.409216993596353, "W21": -37.934535083216296, "S21": -37.940359754542939, "W22": -40.0, "S22": -48.181512952429024, "W31": -65.623572018191325, "S31": -75.623572018191325, "W32": -98.754392614383676, "S32": -103.75439261438368 }, "geometry": { "type": "Point", "coordinates": [ 103926.0, 510285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56596738819493597, "S11": 0.56596738819493597, "W12": -7.7719531844425616, "S12": -8.3671558659132028, "W13": -19.509346783867976, "S13": -23.276536541089047, "W21": -35.901936225964263, "S21": -35.901936225964263, "W22": -59.662306911715625, "S22": -69.303549437602285, "W31": -105.74332749394041, "S31": -105.74332749394041, "W32": -105.74332749394041, "S32": -108.38983522319229 }, "geometry": { "type": "Point", "coordinates": [ 103926.2, 503296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31217131474103588, "S11": -0.5986320671794938, "W12": -2.9075279266351455, "S12": -14.855678602060756, "W13": -14.951698717948716, "S13": -14.951698717948716, "W21": -33.312396611111112, "S21": -33.312396611111112, "W22": -36.472345427933774, "S22": -40.545495399311363, "W31": -67.107317670092911, "S31": -67.107317670092911, "W32": -85.211563171182377, "S32": -90.211563171182377 }, "geometry": { "type": "Point", "coordinates": [ 103926.25, 507683.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4526478350124883, "S12": -5.4526478350124883, "W13": -17.085676903850661, "S13": -17.085676903850661, "W21": -44.42743392921578, "S21": -44.42743392921578, "W22": -62.476667425848383, "S22": -64.85904163366564, "W31": -79.96764443051552, "S31": -89.96764443051552, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103926.555555555562023, 521263.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27839665164198429, "S11": -0.27839665164198429, "W12": -10.0, "S12": -20.85533852254369, "W13": -20.85533852254369, "S13": -20.85533852254369, "W21": -35.281984769133473, "S21": -35.281984769133473, "W22": -61.20480855925134, "S22": -61.20480855925134, "W31": -88.752394361899647, "S31": -88.752394361899647, "W32": -95.412220309810664, "S32": -100.41222030981066 }, "geometry": { "type": "Point", "coordinates": [ 103927.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.093317278747742316, "S11": 0.093317278747742316, "W12": -8.1114000978549168, "S12": -20.569231892486993, "W13": -20.569231892486993, "S13": -20.569231892486993, "W21": -34.793919290566144, "S21": -34.793919290566144, "W22": -63.251455000963574, "S22": -67.362658550602589, "W31": -79.886925222989433, "S31": -86.882267583500337, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103927.0, 507256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.8493961343308398, "S12": -9.7376693844360531, "W13": -23.610803554188667, "S13": -23.610803554188667, "W21": -35.829509188673953, "S21": -37.966220058476566, "W22": -45.206226223285157, "S22": -45.206226223285157, "W31": -80.628992346173419, "S31": -80.628992346173419, "W32": -99.973216560348149, "S32": -104.97321656034815 }, "geometry": { "type": "Point", "coordinates": [ 103927.0, 509069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3436035885132106, "S11": 0.3436035885132106, "W12": -10.0, "S12": -13.105686471853961, "W13": -20.0, "S13": -20.0, "W21": -37.700258951832275, "S21": -39.133806919949528, "W22": -50.0, "S22": -58.250066791343841, "W31": -66.524607931051804, "S31": -66.957159203844142, "W32": -91.481786850914375, "S32": -96.481786850914375 }, "geometry": { "type": "Point", "coordinates": [ 103927.0, 511659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24052629597560518, "S11": 0.24052629597560518, "W12": -15.0, "S12": -15.0, "W13": -21.538305929729695, "S13": -22.936284417511292, "W21": -38.468214788809767, "S21": -39.06727830645503, "W22": -40.001626108073225, "S22": -42.084394750648976, "W31": -66.130738425416297, "S31": -76.257345181986466, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103927.0, 514410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5659784593797035, "S12": -9.5659784593797035, "W13": -16.108192502018014, "S13": -18.047493960139413, "W21": -28.634677219886221, "S21": -29.189070511302077, "W22": -62.129058140970251, "S22": -65.21642326453447, "W31": -101.76816351526207, "S31": -101.76816351526207, "W32": -105.00000000000001, "S32": -110.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 497071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95671559278661622, "S11": -0.95671559278661622, "W12": -9.781857340960304, "S12": -9.781857340960304, "W13": -16.416369304238245, "S13": -20.56899553131009, "W21": -37.774733637747339, "S21": -47.774733637747339, "W22": -61.323780279767995, "S22": -81.323780279767988, "W31": -103.96889803460441, "S31": -103.96889803460441, "W32": -103.97749087213461, "S32": -108.97749087213461 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 502167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3921643687836795, "S11": -0.3921643687836795, "W12": -9.3345323741007196, "S12": -12.365204943756879, "W13": -20.39044494131922, "S13": -22.405650941524662, "W21": -38.040577809403437, "S21": -38.040577809403437, "W22": -60.508234317917278, "S22": -60.508234317917278, "W31": -90.764691858385973, "S31": -90.764691858385973, "W32": -97.658777969018942, "S32": -102.65877796901894 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 506977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23054231227651967, "S11": 0.23054231227651967, "W12": -3.8344577250906244, "S12": -7.6205588081231159, "W13": -18.870420217592411, "S13": -18.870420217592411, "W21": -34.408635085650644, "S21": -34.408635085650644, "W22": -39.118846040797905, "S22": -39.763023705486852, "W31": -65.132457527237548, "S31": -65.132457527237548, "W32": -87.311563319126805, "S32": -92.311563319126805 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 507411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28902009878678897, "S11": 0.064326670769561722, "W12": -10.433248290929594, "S12": -10.433248290929594, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -37.337562177423315, "S21": -39.935303533343166, "W22": -38.540833436269715, "S22": -39.08368567518923, "W31": -65.461917802959249, "S31": -65.461917802959249, "W32": -85.390893239137867, "S32": -90.390893239137867 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -49.570725707257068, "S22": -58.717345210702106, "W31": -66.862981531218821, "S31": -66.862981531218821, "W32": -90.700767881975935, "S32": -95.700767881975935 }, "geometry": { "type": "Point", "coordinates": [ 103928.0, 525658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75203440242633812, "S11": 0.75203440242633812, "W12": -10.0, "S12": -10.75656489930978, "W13": -13.676720936636819, "S13": -16.335991339043741, "W21": -32.159347994098219, "S21": -35.159347994098219, "W22": -50.0, "S22": -54.867914536529725, "W31": -66.039159722252307, "S31": -67.806561155142305, "W32": -92.320843927092227, "S32": -97.320843927092227 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 499454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.797948550960599, "S11": 1.797948550960599, "W12": -9.4802666253294063, "S12": -9.4802666253294063, "W13": -14.374155082900687, "S13": -15.905718584243392, "W21": -38.176919398028772, "S21": -39.567247180675572, "W22": -42.89885994355236, "S22": -49.759846490637564, "W31": -65.238733974856984, "S31": -71.796278220432427, "W32": -94.988027880157375, "S32": -99.988027880157375 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39, "S11": -0.39, "W12": -3.1400001, "S12": -13.6900001, "W13": -13.7, "S13": -13.7, "W21": -33.290001, "S21": -34.015001, "W22": -39.999999999999993, "S22": -49.658587583090821, "W31": -67.506626124359116, "S31": -75.756484563076953, "W32": -88.33969637082285, "S32": -93.33969637082285 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7966299632966301, "S11": 1.7966299632966301, "W12": -4.254238129626307, "S12": -13.315166330335728, "W13": -23.499951307836298, "S13": -23.720683618573471, "W21": -35.608528967199156, "S21": -38.697815099788748, "W22": -39.474485718442139, "S22": -40.833911998983815, "W31": -68.063324278378005, "S31": -75.675393344130185, "W32": -91.508417180305472, "S32": -96.508417180305472 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 509181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21432612827147204, "S11": 0.13991405952874045, "W12": -10.688167826683658, "S12": -10.688167826683658, "W13": -16.187402765773552, "S13": -16.187402765773552, "W21": -37.153702386910375, "S21": -39.990014157732929, "W22": -51.424553750788803, "S22": -51.424553750788803, "W31": -100.83405204833795, "S31": -100.83405204833795, "W32": -101.17387016139058, "S32": -106.17387016139058 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 512173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.643085627599933, "S11": 2.643085627599933, "W12": -10.043915173572147, "S12": -10.043915173572147, "W13": -15.0, "S13": -16.951019141544844, "W21": -38.700096867434695, "S21": -40.018890206610862, "W22": -60.084265254266143, "S22": -60.084265254266143, "W31": -74.351973443387323, "S31": -74.351973443387323, "W32": -88.585889022066468, "S32": -93.585889022066468 }, "geometry": { "type": "Point", "coordinates": [ 103929.2, 500382.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2141344094668183, "S11": 1.2141344094668183, "W12": -9.8807849218217108, "S12": -9.8807849218217108, "W13": -22.622424685474996, "S13": -22.622424685474996, "W21": -36.193184618071271, "S21": -36.193184618071271, "W22": -50.0, "S22": -52.018646479347396, "W31": -79.42969567369866, "S31": -79.42969567369866, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103929.333333333328483, 504930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.160401941780435, "S11": 1.160401941780435, "W12": -9.7951856159198858, "S12": -9.7951856159198858, "W13": -22.016959080160998, "S13": -22.016959080161001, "W21": -35.805446038915491, "S21": -35.805446038915491, "W22": -61.057659501876486, "S22": -61.057659501876486, "W31": -104.96038132034269, "S31": -104.96038132034269, "W32": -104.96038132034269, "S32": -108.69882435603067 }, "geometry": { "type": "Point", "coordinates": [ 103929.666666666671517, 504902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3668328051025072, "S11": 1.0889719425040254, "W12": -10.181460422224255, "S12": -10.181460422224255, "W13": -23.920899401645425, "S13": -23.920899401645425, "W21": -37.266879654839492, "S21": -37.266879654839492, "W22": -52.758221212851126, "S22": -52.758221212851126, "W31": -97.576495239269093, "S31": -97.576495239269093, "W32": -101.01787977660931, "S32": -106.01787977660931 }, "geometry": { "type": "Point", "coordinates": [ 103929.75, 505034.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2169888119453507, "S12": -9.2169888119453507, "W13": -16.654276026566219, "S13": -18.707514412459741, "W21": -30.0, "S21": -30.616461771527398, "W22": -39.88522004339945, "S22": -42.795153867222105, "W31": -72.672716930288942, "S31": -75.524372841766933, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 497152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3136130566582247, "S11": 1.3136130566582247, "W12": -7.095699063401737, "S12": -7.1925596239233931, "W13": -15.0, "S13": -15.96343837714319, "W21": -29.999999999999996, "S21": -33.406445949335335, "W22": -39.345742935261242, "S22": -40.128995065702654, "W31": -66.868905050737581, "S31": -66.868905050737581, "W32": -89.309707465434101, "S32": -94.309707465434101 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 499103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53458550601255717, "S11": 0.53458550601255717, "W12": -7.521707022333616, "S12": -7.521707022333616, "W13": -19.384383440725244, "S13": -22.589569219046016, "W21": -35.534370429087303, "S21": -35.822856741486653, "W22": -50.035261537477091, "S22": -52.050090698439085, "W31": -89.694632118455075, "S31": -89.694632118455075, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 503260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4875780752415375, "W12": -5.1954750811995769, "S12": -9.3297919239939393, "W13": -17.718299023325478, "S13": -22.217550608191967, "W21": -33.383991741229735, "S21": -33.383991741229735, "W22": -60.89545084824541, "S22": -65.595920450986881, "W31": -78.99026596676984, "S31": -78.99026596676984, "W32": -95.635211386221997, "S32": -100.635211386222 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 504555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29123042025900964, "S11": 0.29123042025900964, "W12": -10.221902499556817, "S12": -10.221902499556817, "W13": -19.810350247915171, "S13": -26.292485419097453, "W21": -38.932983881177904, "S21": -39.834585948361365, "W22": -45.151931893564004, "S22": -45.151931893564004, "W31": -80.636720047450794, "S31": -80.636720047450794, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103930.0, 513155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48101621887026003, "S11": 0.48101621887026003, "W12": -15.021404968779249, "S12": -15.021404968779249, "W13": -21.040423058152239, "S13": -22.739289962558082, "W21": -37.482645334073403, "S21": -44.769124516117984, "W22": -39.486701846282472, "S22": -40.843134755911343, "W31": -68.017910688853121, "S31": -75.480315975367475, "W32": -91.454003946695252, "S32": -96.454003946695252 }, "geometry": { "type": "Point", "coordinates": [ 103930.5, 514172.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5437216653376513, "S12": -6.5437216653376513, "W13": -20.0, "S13": -22.443043891390015, "W21": -45.836503086138222, "S21": -52.150269766777619, "W22": -39.771883756348274, "S22": -39.771883756348274, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -95.596111148711245, "S32": -100.59611114871124 }, "geometry": { "type": "Point", "coordinates": [ 103930.5, 517499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38967803030303028, "S11": 0.38967803030303028, "W12": -7.7342895933417948, "S12": -7.7342895933417948, "W13": -16.407801298629689, "S13": -18.617767324654757, "W21": -34.311840650589318, "S21": -34.734117353221762, "W22": -57.830498286951936, "S22": -64.305363097687618, "W31": -78.948055527368211, "S31": -78.948055527368211, "W32": -95.112130268989134, "S32": -100.11213026898913 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 497496.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7339499768231796, "S11": 2.6537578999924474, "W12": -11.06788293809397, "S12": -11.06788293809397, "W13": -16.034754687285499, "S13": -19.430158174568444, "W21": -43.285688991903683, "S21": -48.142965772514174, "W22": -41.713378229006445, "S22": -44.786503673766703, "W31": -79.929653305701265, "S31": -84.929653305701265, "W32": -100.38260169150222, "S32": -105.38260169150222 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 500799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -0.39239598278335741, "W12": -11.908807299972157, "S12": -11.908807299972157, "W13": -15.41894942903752, "S13": -15.680269564384218, "W21": -34.755353794532716, "S21": -41.927016064060922, "W22": -41.174489187012881, "S22": -44.745787572374986, "W31": -79.893301183853723, "S31": -79.893301183853723, "W32": -100.50175478971292, "S32": -105.50175478971292 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 501618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9033480086003891, "S12": -16.903348008600389, "W13": -25.009051653457231, "S13": -27.733371195043141, "W21": -39.73998837208633, "S21": -39.73998837208633, "W22": -34.642123734859197, "S22": -39.990281046898509, "W31": -69.587890068202981, "S31": -75.372369229199478, "W32": -86.318474349930042, "S32": -91.318474349930042 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 503957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63584163054937337, "S11": -1.1728619052620499, "W12": -8.6309258103414326, "S12": -9.6146505386176297, "W13": -25.0, "S13": -28.204886232567894, "W21": -33.935070330877494, "S21": -42.113000402164879, "W22": -34.581920543157857, "S22": -37.567610768930301, "W31": -69.676444363782778, "S31": -71.911434838802748, "W32": -87.471859392071991, "S32": -92.471859392071991 }, "geometry": { "type": "Point", "coordinates": [ 103931.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31567284741986079, "S11": 0.31567284741986079, "W12": -11.249100037468432, "S12": -11.249100037468432, "W13": -19.928961040217363, "S13": -24.748178267039904, "W21": -38.595277973172117, "S21": -41.631267057214998, "W22": -50.0, "S22": -57.286490337518927, "W31": -66.371263150740106, "S31": -67.163187326444884, "W32": -91.728751326066771, "S32": -96.728751326066771 }, "geometry": { "type": "Point", "coordinates": [ 103931.333333333328483, 513408.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37036116332181329, "S11": 0.37036116332181329, "W12": -7.3860907759882863, "S12": -7.6222989362618758, "W13": -11.917806062636075, "S13": -12.199626794856581, "W21": -36.453640004615956, "S21": -42.978378657299565, "W22": -60.0, "S22": -60.0, "W31": -74.652398774390605, "S31": -74.652398774390605, "W32": -88.286226663200949, "S32": -93.286226663200949 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 500102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3990796318527412, "W12": -11.046185274003019, "S12": -11.046185274003019, "W13": -15.878551278840851, "S13": -19.70093725765777, "W21": -46.664224664224669, "S21": -56.664224664224669, "W22": -40.004158571929942, "S22": -40.004158571929942, "W31": -66.386282734312402, "S31": -76.581485093895722, "W32": -98.615068764222883, "S32": -103.61506876422288 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 500861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3970494923857868, "S11": 0.3970494923857868, "W12": -5.0, "S12": -5.8114446529080661, "W13": -15.72277998636522, "S13": -18.536557754382173, "W21": -35.93942128405547, "S21": -41.192029510461516, "W22": -58.069519457138902, "S22": -73.312905059851261, "W31": -100.0, "S31": -100.0, "W32": -103.0068274047696, "S32": -108.0068274047696 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 502823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7640368348028463, "S12": -8.3319115598473612, "W13": -19.501510305439329, "S13": -23.227907254398787, "W21": -35.889473882681862, "S21": -35.889473882681862, "W22": -61.219482338859947, "S22": -87.524485352723715, "W31": -100.0, "S31": -100.0, "W32": -104.47663975866909, "S32": -109.47663975866909 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 503297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.25169723256800725, "W12": -7.2736495054527008, "S12": -15.99905981857108, "W13": -20.470093850385467, "S13": -24.335875715606097, "W21": -36.659744162469806, "S21": -43.991423822285412, "W22": -54.385408805054581, "S22": -57.689187237287179, "W31": -103.77866011693087, "S31": -103.77866011693087, "W32": -103.77866011693087, "S32": -107.55007683747549 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 504290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37614388987489961, "S11": -0.37614388987489961, "W12": -10.0, "S12": -15.32806659420482, "W13": -20.63586352141747, "S13": -23.63586352141747, "W21": -36.413939602196521, "S21": -36.413939602196521, "W22": -63.077392736382905, "S22": -66.55631675191205, "W31": -79.900239731447343, "S31": -87.188488650901931, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 507018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76412536704308565, "S11": -0.80114195345292338, "W12": -5.0, "S12": -12.011866235167206, "W13": -20.014058073437766, "S13": -20.014058073437766, "W21": -33.145382729361089, "S21": -33.282957517045901, "W22": -43.386335233435965, "S22": -43.386335233435965, "W31": -68.019014253191173, "S31": -69.79569368372627, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 508112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59306051941863236, "S11": -0.59306051941863236, "W12": -5.0, "S12": -5.0, "W13": -21.367513946971343, "S13": -21.367513946971343, "W21": -33.438866499542137, "S21": -37.460924595753681, "W22": -46.927559799433546, "S22": -46.927559799433546, "W31": -68.986988847583646, "S31": -70.395409935841414, "W32": -96.610772637081979, "S32": -101.61077263708198 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 508641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40888205442582187, "S11": 0.19422069592783703, "W12": -10.0, "S12": -11.679350178591857, "W13": -16.886667815497731, "S13": -16.886667815497731, "W21": -37.587907365627764, "S21": -39.588863314471588, "W22": -60.142115182795187, "S22": -60.142115182795187, "W31": -74.773153191678219, "S31": -74.773153191678219, "W32": -88.840958743246176, "S32": -93.840958743246176 }, "geometry": { "type": "Point", "coordinates": [ 103932.0, 511794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39481006065261021, "S11": 0.2964281071860207, "W12": -10.170971257485036, "S12": -10.170971257485036, "W13": -19.219141181888734, "S13": -24.185508736872155, "W21": -37.130555237004891, "S21": -38.877922821539862, "W22": -49.389874785282913, "S22": -49.389874785282913, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103932.2, 512934.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4401761354082927, "S12": -5.4401761354082927, "W13": -16.536941358190699, "S13": -16.536941358190699, "W21": -44.604369199822941, "S21": -44.604369199822941, "W22": -37.043581801653076, "S22": -40.365511208199074, "W31": -66.609813999020957, "S31": -66.609813999020957, "W32": -85.629388593937094, "S32": -90.629388593937094 }, "geometry": { "type": "Point", "coordinates": [ 103932.727272727279342, 521545.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4586032756811283, "W12": -5.0, "S12": -15.0, "W13": -23.737095880359533, "S13": -28.181356985237098, "W21": -39.635633803660319, "S21": -41.935234819258859, "W22": -41.250934185401796, "S22": -41.250934185401796, "W31": -64.778603669905351, "S31": -67.513821607239834, "W32": -93.619117750193354, "S32": -98.619117750193354 }, "geometry": { "type": "Point", "coordinates": [ 103933.0, 504061.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53932996227076657, "S11": -0.53932996227076657, "W12": -10.0, "S12": -14.359640518544047, "W13": -20.346033016728775, "S13": -22.834679888196952, "W21": -37.42585854199951, "S21": -37.42585854199951, "W22": -65.074808598608939, "S22": -73.175507982203001, "W31": -79.690558154369469, "S31": -79.690558154369469, "W32": -95.750800445070169, "S32": -100.75080044507017 }, "geometry": { "type": "Point", "coordinates": [ 103933.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88611866791744842, "S11": -0.88611866791744842, "W12": -11.03117718651113, "S12": -18.382605445239378, "W13": -30.0, "S13": -30.0, "W21": -39.219605689701233, "S21": -39.219605689701233, "W22": -39.773332475178421, "S22": -41.288662273489557, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -96.872068069831514, "S32": -101.87206806983151 }, "geometry": { "type": "Point", "coordinates": [ 103933.0, 510988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1536815109430354, "S11": 1.1536815109430354, "W12": -6.6777927301318503, "S12": -9.0618863741532927, "W13": -15.0, "S13": -15.340924572328534, "W21": -30.0, "S21": -34.104383071849085, "W22": -41.950312093087724, "S22": -44.797733148998724, "W31": -79.946965887286865, "S31": -84.017762347463858, "W32": -100.324549795754, "S32": -105.324549795754 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 498916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.9288947450007754, "S12": -9.9288947450007754, "W13": -14.960797186400939, "S13": -16.815965336163902, "W21": -38.548317130903655, "S21": -39.923203487900444, "W22": -32.987214658581607, "S22": -33.55152740306638, "W31": -69.268739412260729, "S31": -69.268739412260729, "W32": -88.650545680058485, "S32": -93.650545680058485 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8875382572039037, "W12": -10.594090985395333, "S12": -10.594090985395333, "W13": -15.76001603240233, "S13": -17.240236472633484, "W21": -45.794282217170839, "S21": -53.802033914379876, "W22": -61.382736864953912, "S22": -61.382736864953912, "W31": -88.583734601400948, "S31": -88.583734601400948, "W32": -95.077022375215151, "S32": -100.07702237521515 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 501319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5881682827319451, "S11": -0.14678717344616821, "W12": -10.001787032156034, "S12": -10.001787032156034, "W13": -14.999999999999998, "S13": -16.57694473776839, "W21": -36.43711386264998, "S21": -41.26650509956351, "W22": -39.791319377507172, "S22": -39.791319377507172, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -96.336298502276719, "S32": -101.33629850227672 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 501787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0701343468660074, "S12": -6.0701343468660074, "W13": -17.247746002343213, "S13": -17.751020704620355, "W21": -34.379539099639032, "S21": -37.088439304852976, "W22": -39.201154607319459, "S22": -39.293814501154337, "W31": -65.411703605753445, "S31": -65.411703605753445, "W32": -87.728154951277588, "S32": -92.728154951277588 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 503009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.728185413519659, "S11": -1.3742684643237946, "W12": -9.3770156142590348, "S12": -9.3770156142590348, "W13": -19.549132205513764, "S13": -25.116499719533753, "W21": -35.258604928775057, "S21": -38.003410541281745, "W22": -40.0, "S22": -49.311571844899696, "W31": -65.512959226152802, "S31": -75.218165848347724, "W32": -97.792957258607032, "S32": -102.79295725860703 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 505325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32442234848484841, "S11": 0.091923409155192093, "W12": -4.5866620028080023, "S12": -4.5866620028080023, "W13": -18.044357597748373, "S13": -18.044357597748373, "W21": -33.241695791692713, "S21": -33.77012652468175, "W22": -39.600306024913102, "S22": -51.230677088077066, "W31": -67.413061934926262, "S31": -75.219906588154672, "W32": -84.596753246753565, "S32": -89.596753246753565 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 507859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38826994904574863, "S11": 0.093592862640558439, "W12": -10.0, "S12": -11.262549285779391, "W13": -16.185880866218621, "S13": -16.185880866218621, "W21": -37.569137997081967, "S21": -39.630525414728268, "W22": -45.542093585818073, "S22": -55.966658611883865, "W31": -65.36201253906151, "S31": -70.07381754903696, "W32": -93.96332449306685, "S32": -98.96332449306685 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 511824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -16.456530386740333, "S13": -16.456530386740333, "W21": -46.0, "S21": -46.0, "W22": -39.769263040262416, "S22": -44.769263040262416, "W31": -65.194211923233979, "S31": -65.194211923233979, "W32": -98.158875263758048, "S32": -103.15887526375805 }, "geometry": { "type": "Point", "coordinates": [ 103934.0, 524794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4419135630846664, "S12": -5.4419135630846664, "W13": -16.996028467941759, "S13": -16.996028467941759, "W21": -44.448604820457383, "S21": -44.448604820457383, "W22": -40.003267794264815, "S22": -40.873318121195467, "W31": -66.976867310968743, "S31": -67.900066254932867, "W32": -92.700117529045002, "S32": -97.700117529045002 }, "geometry": { "type": "Point", "coordinates": [ 103934.166666666671517, 521311.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.745992509162793, "S12": -9.745992509162793, "W13": -15.732713403770765, "S13": -17.573017237855655, "W21": -28.078346269664184, "S21": -28.591481232327229, "W22": -47.830803534458035, "S22": -47.830803534458035, "W31": -69.646508231545411, "S31": -70.890487470132442, "W32": -97.003805125590802, "S32": -102.0038051255908 }, "geometry": { "type": "Point", "coordinates": [ 103934.833333333328483, 497028.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3653352147328048, "S11": 2.3653352147328048, "W12": -9.8572779414044316, "S12": -9.8572779414044316, "W13": -14.886910065315693, "S13": -16.700830392551541, "W21": -38.490088230595589, "S21": -39.880372776315717, "W22": -51.125893108649883, "S22": -53.220399909290286, "W31": -88.1013931016643, "S31": -88.1013931016643, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103935.0, 500358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -15.0, "W13": -23.939999078686963, "S13": -28.525858569338407, "W21": -39.666326559590111, "S21": -40.368435477150143, "W22": -54.318173331613274, "S22": -57.180508064365952, "W31": -103.53983409679947, "S31": -103.53983409679947, "W32": -103.53983409679947, "S32": -107.42011552117005 }, "geometry": { "type": "Point", "coordinates": [ 103935.0, 504046.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23465189607332043, "S11": -0.80046442344957969, "W12": -5.0, "S12": -5.0, "W13": -26.384068211795743, "S13": -26.643349966719661, "W21": -39.092726966659733, "S21": -39.092726966659733, "W22": -57.221626035226876, "S22": -57.221626035226876, "W31": -79.719662105290425, "S31": -79.719662105290425, "W32": -92.757457690721836, "S32": -97.757457690721836 }, "geometry": { "type": "Point", "coordinates": [ 103935.0, 509754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -33.177135355888261, "S22": -36.478124884894825, "W31": -69.655923506957379, "S31": -72.051614537585266, "W32": -87.27654256252184, "S32": -92.27654256252184 }, "geometry": { "type": "Point", "coordinates": [ 103935.0, 525956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0070926485336202522, "S11": 0.0070926485336202522, "W12": -7.1708264678275304, "S12": -21.725525810930108, "W13": -30.315551931021815, "S13": -30.315551931021815, "W21": -35.584242684352361, "S21": -35.591254771266058, "W22": -45.643578537857245, "S22": -55.717033280257994, "W31": -65.358275230673229, "S31": -70.015514268674181, "W32": -93.926791141174292, "S32": -98.926791141174292 }, "geometry": { "type": "Point", "coordinates": [ 103935.75, 510018.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3532783416145351, "S11": 1.3532783416145346, "W12": -9.9940743202082292, "S12": -9.9940743202082292, "W13": -23.748147340549753, "S13": -23.748147340549753, "W21": -37.189168614370637, "S21": -37.189168614370637, "W22": -44.131491798802131, "S22": -56.718688958367714, "W31": -65.246205250133926, "S31": -71.136959031898613, "W32": -94.586513928972821, "S32": -99.586513928972821 }, "geometry": { "type": "Point", "coordinates": [ 103937.0, 505009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79613631179981881, "S11": -2.251031875495757, "W12": -8.8731111096587743, "S12": -9.6709936348601513, "W13": -25.0, "S13": -29.184754115549964, "W21": -33.862218352150457, "S21": -41.803158143486471, "W22": -54.446051557214503, "S22": -54.446051557214503, "W31": -80.233464060903671, "S31": -80.233464060903671, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103937.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66010245413390511, "S11": -0.66010245413390511, "W12": -5.0, "S12": -5.0, "W13": -21.063605161210862, "S13": -21.063605161210862, "W21": -33.278620729645205, "S21": -37.852785863365312, "W22": -43.884064163174344, "S22": -43.884064163174344, "W31": -80.0, "S31": -88.858901881824522, "W32": -97.262931997470787, "S32": -102.26293199747079 }, "geometry": { "type": "Point", "coordinates": [ 103937.0, 508596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40487924169847073, "S11": 0.40487924169847073, "W12": -7.7835622384124017, "S12": -7.7835622384124017, "W13": -12.457812091776692, "S13": -12.991454958938856, "W21": -36.788503909993963, "S21": -43.165486721268174, "W22": -45.188439566057447, "S22": -45.188439566057447, "W31": -67.561623613855403, "S31": -69.311724664980503, "W32": -95.878785758434489, "S32": -100.87878575843449 }, "geometry": { "type": "Point", "coordinates": [ 103937.6, 500145.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7918755314863724, "S12": -12.204518246475374, "W13": -20.0, "S13": -22.65602189781022, "W21": -36.77266652433817, "S21": -36.77266652433817, "W22": -40.0, "S22": -45.427229398354228, "W31": -65.277897148871389, "S31": -73.514168759805273, "W32": -96.425043591468253, "S32": -101.42504359146825 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 503453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85166139039605737, "S11": -0.31448226802571144, "W12": -8.2231493269418205, "S12": -8.2231493269418205, "W13": -19.255953232608995, "S13": -23.438564430550869, "W21": -33.571456520442418, "S21": -33.571456520442418, "W22": -39.804386333022471, "S22": -44.691300331235666, "W31": -64.215116279069761, "S31": -64.215116279069761, "W32": -98.053672641307941, "S32": -103.05367264130794 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 504746.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033728261135435381, "S11": -0.1919450443522186, "W12": -6.8907711487236245, "S12": -20.338544047092505, "W13": -30.100674390547645, "S13": -30.100674390547645, "W21": -35.928281015855809, "S21": -35.934483254078813, "W22": -50.0, "S22": -53.159823753254557, "W31": -78.817779222502153, "S31": -78.817779222502153, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 509989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39420192037678403, "S11": 0.39420192037678403, "W12": -10.0, "S12": -13.0, "W13": -19.171702808389618, "S13": -19.171702808389618, "W21": -37.742059856892411, "S21": -39.340492675796604, "W22": -44.285585029451404, "S22": -44.285585029451404, "W31": -79.829022079073383, "S31": -89.665881000343816, "W32": -96.98480738125869, "S32": -101.98480738125869 }, "geometry": { "type": "Point", "coordinates": [ 103938.0, 511691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42408631641437128, "S11": 0.42408631641437128, "W12": -7.2958884181777339, "S12": -9.2109360050448483, "W13": -25.0, "S13": -25.340271493212668, "W21": -34.048373196142812, "S21": -42.783375056617707, "W22": -38.417211356023628, "S22": -46.488872481993582, "W31": -63.535732801169587, "S31": -70.396603784104983, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103938.5, 505890.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.14288933637667744, "W12": -6.6533519316932956, "S12": -14.363565708415386, "W13": -22.407338984870172, "S13": -26.245204472296745, "W21": -38.404539932557057, "S21": -48.404539932557057, "W22": -55.358684241222434, "S22": -55.358684241222434, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -94.248703967088403, "S32": -99.248703967088403 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 504154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36388529424242877, "S11": -0.57417316403411212, "W12": -3.3058122971907933, "S12": -18.772019074507529, "W13": -22.147538120112543, "S13": -22.147538120112543, "W21": -38.704656251194045, "S21": -40.873383967040049, "W22": -33.200323340847135, "S22": -34.414195057518818, "W31": -69.630911813900738, "S31": -69.630911813900738, "W32": -88.319653373782131, "S32": -93.319653373782131 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 506655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -3.8225269664095456, "S12": -8.3238086520247876, "W13": -23.863420860407153, "S13": -23.863420860407153, "W21": -34.913261603105127, "S21": -36.33840379096187, "W22": -63.320886310332057, "S22": -63.320886310332057, "W31": -102.07289025601482, "S31": -102.07289025601482, "W32": -104.71690131311765, "S32": -109.71690131311765 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 508992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23397428002288884, "S11": -0.23397428002288884, "W12": -10.292516690856058, "S12": -12.621647784537409, "W13": -24.935446590721156, "S13": -24.935446590721156, "W21": -38.116883896152231, "S21": -38.116883896152231, "W22": -50.0, "S22": -56.710303677976668, "W31": -66.25620791644927, "S31": -67.222673688784653, "W32": -91.842766159400227, "S32": -96.842766159400227 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 511353.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33518701880606211, "S11": -0.16481298119393789, "W12": -10.145887659454505, "S12": -10.339791682116246, "W13": -15.0, "S13": -15.0, "W21": -37.520033636889472, "S21": -39.733507348296271, "W22": -40.0, "S22": -46.81914978340653, "W31": -65.749546653295113, "S31": -75.749546653295113, "W32": -98.82779947589836, "S32": -103.82779947589836 }, "geometry": { "type": "Point", "coordinates": [ 103939.0, 511901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9305412582614911, "S12": -8.9533581990111646, "W13": -19.577913635053537, "S13": -23.638287805772354, "W21": -36.040986810893017, "S21": -36.040986810893017, "W22": -40.000000000000007, "S22": -44.153155407392518, "W31": -66.004110376342723, "S31": -76.028715475988321, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103939.333333333328483, 503324.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4304612738292439, "S12": -5.4304612738292439, "W13": -16.444137041074207, "S13": -16.444137041074207, "W21": -44.627528216187926, "S21": -44.627528216187926, "W22": -63.865399639958611, "S22": -63.865399639958611, "W31": -85.816551892908109, "S31": -85.816551892908109, "W32": -93.909934109217886, "S32": -98.909934109217886 }, "geometry": { "type": "Point", "coordinates": [ 103939.545454545455868, 521593.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36127609986718634, "S11": -0.078094397357295731, "W12": -10.178999609998225, "S12": -10.178999609998225, "W13": -19.571795698047392, "S13": -24.89173012893059, "W21": -37.584045497846283, "S21": -38.202623397476721, "W22": -39.314368952096899, "S22": -39.763179290487379, "W31": -66.018775851770826, "S31": -66.018775851770826, "W32": -88.497175367335231, "S32": -93.497175367335231 }, "geometry": { "type": "Point", "coordinates": [ 103939.55, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": 0.3, "W12": -6.7, "S12": -7.3, "W13": -11.2, "S13": -16.7, "W21": -35.900002, "S21": -40.200002, "W22": -50.0, "S22": -58.620893800473617, "W31": -66.556012076253154, "S31": -66.556012076253154, "W32": -91.168209851095753, "S32": -96.168209851095753 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.017887116407200976, "S11": -0.017887116407200976, "W12": -3.0429113263414358, "S12": -12.040664911964383, "W13": -19.058413986431383, "S13": -19.058413986431383, "W21": -33.245074151051348, "S21": -33.245074151051348, "W22": -60.000000000000007, "S22": -65.135054748947937, "W31": -78.878538505398083, "S31": -78.878538505398083, "W32": -89.71128691880044, "S32": -94.71128691880044 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 507601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0043939393939393528, "S11": -0.11141743369898714, "W12": -2.8479467320112315, "S12": -2.8479467320112315, "W13": -17.947468279316293, "S13": -17.947468279316293, "W21": -35.257435523608883, "S21": -37.953572154939863, "W22": -44.119453287457837, "S22": -44.119453287457837, "W31": -79.871332758821225, "S31": -89.45499663872603, "W32": -97.076669896249115, "S32": -102.07666989624911 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 507760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31962582911395854, "S11": -0.90455867119769728, "W12": -10.226699530131874, "S12": -10.226699530131874, "W13": -18.031590055208586, "S13": -20.692432552248, "W21": -35.352698831405171, "S21": -40.352698831405171, "W22": -42.191912604453599, "S22": -47.191912604453599, "W31": -72.836616986525101, "S31": -73.679037109052132, "W32": -98.368106195585241, "S32": -103.36810619558524 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 512724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1184282563431367, "W12": -11.46421924077273, "S12": -11.46421924077273, "W13": -21.269623503560496, "S13": -25.168626467049581, "W21": -41.612173079447246, "S21": -42.831349764474822, "W22": -43.752295279516865, "S22": -43.752295279516865, "W31": -68.033102927715774, "S31": -69.339850298281959, "W32": -95.240185016734884, "S32": -100.24018501673488 }, "geometry": { "type": "Point", "coordinates": [ 103940.262295081964112, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84677489446238818, "S11": -0.84677489446238818, "W12": -3.9264073001504545, "S12": -13.889880754396334, "W13": -20.204323761925835, "S13": -20.204323761925835, "W21": -32.342755841452146, "S21": -32.394731142474186, "W22": -57.028354355993031, "S22": -72.028354355993031, "W31": -100.0, "S31": -100.0, "W32": -102.40201804309466, "S32": -107.40201804309466 }, "geometry": { "type": "Point", "coordinates": [ 103940.714285714289872, 508168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4972563225329911, "S11": -3.5027436774670089, "W12": -9.2853585134994763, "S12": -9.3879659359245444, "W13": -20.066828675577156, "S13": -25.521909371012473, "W21": -33.713298710376591, "S21": -41.077240524463491, "W22": -63.087409663740068, "S22": -64.721356177884445, "W31": -102.41890628994339, "S31": -102.41890628994339, "W32": -104.51638012725057, "S32": -109.51638012725057 }, "geometry": { "type": "Point", "coordinates": [ 103941.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22534636116394791, "S11": 0.22534636116394791, "W12": -10.553940339407118, "S12": -10.553940339407118, "W13": -17.504400519429982, "S13": -18.323788101903336, "W21": -34.285512069707252, "S21": -38.72655861440343, "W22": -50.0, "S22": -52.134788704185858, "W31": -78.774194007705205, "S31": -78.774194007705205, "W32": -89.97226988357508, "S32": -94.97226988357508 }, "geometry": { "type": "Point", "coordinates": [ 103941.0, 512593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8332813758345488, "S12": -9.8332813758345488, "W13": -16.203024303108645, "S13": -17.839821463889681, "W21": -27.522015319443387, "S21": -27.993891953353653, "W22": -39.89458535793576, "S22": -41.154685449498217, "W31": -62.194561754463955, "S31": -62.194561754463955, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103941.666666666671517, 496986.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4311792911568464, "S12": -5.4311792911568464, "W13": -16.906380032032967, "S13": -16.906380032032967, "W21": -44.469775711698951, "S21": -44.469775711698951, "W22": -39.903570670230302, "S22": -41.468887313274706, "W31": -64.341705564199458, "S31": -64.341705564199458, "W32": -95.125152392563237, "S32": -100.12515239256324 }, "geometry": { "type": "Point", "coordinates": [ 103941.777777777781012, 521358.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58287235200046328, "S11": -0.76369106198179459, "W12": -7.8411972904547138, "S12": -7.8411972904547138, "W13": -20.293635399832922, "S13": -23.950882276574539, "W21": -45.108464757633051, "S21": -49.015378780592656, "W22": -41.569681192104241, "S22": -44.655443523942807, "W31": -65.117759851367438, "S31": -72.328095960613652, "W32": -95.463935380877317, "S32": -100.46393538087732 }, "geometry": { "type": "Point", "coordinates": [ 103941.982758620695677, 516619.732758620695677 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54847537878787866, "S11": 0.51538246406577426, "W12": -5.0, "S12": -5.10662177328844, "W13": -18.056829754182754, "S13": -18.056829754182754, "W21": -32.397490543751871, "S21": -32.40667263557625, "W22": -43.228914713984764, "S22": -45.126827855553408, "W31": -77.154006243495672, "S31": -79.429466182862853, "W32": -98.41472128227683, "S32": -103.41472128227683 }, "geometry": { "type": "Point", "coordinates": [ 103942.0, 507887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50709250791417415, "S11": 0.50709250791417415, "W12": -5.0, "S12": -15.0, "W13": -23.995164322284314, "S13": -28.738283588339634, "W21": -39.644344788550555, "S21": -39.644344788550555, "W22": -43.180475149334193, "S22": -52.174309230049886, "W31": -65.169122302223812, "S31": -71.585804443533732, "W32": -94.843029738538505, "S32": -99.843029738538505 }, "geometry": { "type": "Point", "coordinates": [ 103942.6, 504042.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76936906391949744, "S11": 0.76936906391949744, "W12": -5.6951556919362138, "S12": -10.695155691936215, "W13": -15.0, "S13": -15.603218040648255, "W21": -30.0, "S21": -33.0, "W22": -48.930350690350821, "S22": -51.192251590723551, "W31": -79.83149927797929, "S31": -79.83149927797929, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 498686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37552050394950587, "S11": 0.37552050394950587, "W12": -8.7343704423918336, "S12": -9.233635835740305, "W13": -13.727241389986892, "S13": -17.114960044012797, "W21": -34.339114345007793, "S21": -39.351500347907034, "W22": -42.927278662222854, "S22": -44.834851306669293, "W31": -80.155678141616974, "S31": -80.155678141616974, "W32": -100.07738334963466, "S32": -105.07738334963466 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 499784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4280966618072144, "W12": -5.1872943917464926, "S12": -9.2071744383816689, "W13": -17.557086874151196, "S13": -21.759465694731183, "W21": -33.303164688202948, "S21": -33.303164688202948, "W22": -36.666172889537741, "S22": -40.475279247264538, "W31": -66.730420949583987, "S31": -66.730420949583987, "W32": -85.383002800578467, "S32": -90.383002800578467 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 504561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69037955289954966, "S11": -2.0598613603467899, "W12": -6.4852281808536869, "S12": -7.8175717701176968, "W13": -18.155977645236991, "S13": -24.985458147863856, "W21": -32.405099692388099, "S21": -32.405099692388099, "W22": -36.399234393038419, "S22": -40.557202006485717, "W31": -67.091719762982009, "S31": -68.821826374518139, "W32": -85.274850814431915, "S32": -90.274850814431915 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 504665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94014734056206728, "S11": 0.94014734056206728, "W12": -9.3097844989875469, "S12": -9.3097844989875469, "W13": -19.842958375598148, "S13": -22.550788358276698, "W21": -34.204715559302329, "S21": -34.204715559302329, "W22": -34.531166047657749, "S22": -38.097899252503566, "W31": -68.327952391588241, "S31": -68.327952391588241, "W32": -89.116813257855256, "S32": -94.116813257855256 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 504796.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7467970406060516, "S11": -1.871627939989805, "W12": -9.2079347932828917, "S12": -9.2079347932828917, "W13": -19.368295739348344, "S13": -25.051172906415601, "W21": -34.891121775626573, "S21": -38.408601317946705, "W22": -57.50435775680711, "S22": -64.281232994781476, "W31": -78.877027681231851, "S31": -78.877027681231851, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 505359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3161756118277856, "S11": 1.3161756118277856, "W12": -3.4646367521209744, "S12": -9.6813410734406791, "W13": -18.78309974919485, "S13": -18.78309974919485, "W21": -33.822876526909653, "S21": -33.822876526909653, "W22": -44.079816242770946, "S22": -44.079816242770946, "W31": -79.83993098426356, "S31": -89.60648882482802, "W32": -97.099895340051503, "S32": -102.0998953400515 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 507516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87083983478659943, "S11": -0.89626362138053661, "W12": -6.0667179224329404, "S12": -7.437143613246981, "W13": -20.163731965313911, "S13": -20.163731965313911, "W21": -34.145052792277276, "S21": -34.151292163025573, "W22": -42.621824259563603, "S22": -42.621824259563603, "W31": -79.999999999999986, "S31": -83.643493949303974, "W32": -98.457947203292278, "S32": -103.45794720329228 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 508036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60855083721733128, "S11": -0.60855083721733128, "W12": -10.493647649184565, "S12": -25.493647649184567, "W13": -30.0, "S13": -30.0, "W21": -39.393928680975591, "S21": -39.393928680975591, "W22": -45.185246834496141, "S22": -45.283789460789258, "W31": -80.166748196370591, "S31": -80.199396554350173, "W32": -98.653703609327451, "S32": -103.65370360932745 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 510912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49575743341780232, "S11": -0.49575743341780232, "W12": -11.67119545226549, "S12": -16.746486449760976, "W13": -26.882398944525832, "S13": -26.882398944525832, "W21": -38.586790183196889, "S21": -38.586790183196889, "W22": -33.016636684522773, "S22": -33.40538332764531, "W31": -69.239212695134569, "S31": -69.239212695134569, "W32": -88.639009005856664, "S32": -93.639009005856664 }, "geometry": { "type": "Point", "coordinates": [ 103943.0, 511186.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.027672934967796436, "S11": -0.027672934967796436, "W12": -5.0, "S12": -5.0, "W13": -15.30165192765698, "S13": -19.993443214762941, "W21": -37.217319563747196, "S21": -37.945249486570908, "W22": -40.004644876325081, "S22": -40.004644876325081, "W31": -66.873592174764184, "S31": -73.193195594251847, "W32": -94.752085582490679, "S32": -99.752085582490679 }, "geometry": { "type": "Point", "coordinates": [ 103943.857142857144936, 502686.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16138579241087048, "S11": 0.16138579241087048, "W12": -4.9688615782664938, "S12": -4.9688615782664938, "W13": -15.061841507720255, "S13": -17.194837532295608, "W21": -33.276511278795468, "S21": -34.481535128546703, "W22": -50.0, "S22": -51.476401843709155, "W31": -78.591689120019623, "S31": -78.591689120019623, "W32": -89.86064393934241, "S32": -94.86064393934241 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 498172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.338080039428875, "S11": 1.338080039428875, "W12": -7.0168388541217093, "S12": -7.0168388541217093, "W13": -15.30191693290735, "S13": -16.074595236038373, "W21": -30.0, "S21": -33.72222936487529, "W22": -34.843255614695501, "S22": -36.891171046747978, "W31": -69.60725897165949, "S31": -69.60725897165949, "W32": -87.850558211394812, "S32": -92.850558211394812 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 499072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079421923286675189, "S11": 0.079421923286675189, "W12": -10.137530226364847, "S12": -10.137530226364847, "W13": -15.000000000000002, "S13": -16.891560092299272, "W21": -37.359537486171391, "S21": -37.359537486171391, "W22": -40.001509017423494, "S22": -41.075965026590332, "W31": -66.263763557048918, "S31": -76.36155616532433, "W32": -99.640825035561875, "S32": -104.64082503556187 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 501843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39834127265330826, "S11": 0.39834127265330826, "W12": -7.071475408989838, "S12": -9.2029728466200229, "W13": -25.0, "S13": -25.0, "W21": -34.049526904085049, "S21": -42.850939568438378, "W22": -38.402815523625634, "S22": -41.683217388691709, "W31": -60.914195604185906, "S31": -67.121234840871722, "W32": -81.622880598451616, "S32": -86.622880598451616 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 505904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03, "S11": -0.03, "W12": -2.4400001, "S12": -2.4400001, "W13": -17.889999, "S13": -17.889999, "W21": -35.630001, "S21": -38.830001, "W22": -46.662038335090834, "S22": -52.528178068351849, "W31": -65.368394540020418, "S31": -69.309381393716009, "W32": -93.497263268667581, "S32": -98.497263268667581 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64401622718052742, "W12": -5.515350394221028, "S12": -20.392246688675147, "W13": -23.08151007428911, "S13": -24.023765164958757, "W21": -37.286227201960671, "S21": -37.286227201960671, "W22": -61.414581066376499, "S22": -72.441688415079668, "W31": -105.488073240383, "S31": -105.488073240383, "W32": -105.488073240383, "S32": -108.26639170147985 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 509310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33768656716417933, "S11": 0.18190197302274524, "W12": -10.447050532102333, "S12": -10.447050532102333, "W13": -15.0, "S13": -15.0, "W21": -37.396777356544959, "S21": -40.322969260520757, "W22": -60.792878630406115, "S22": -60.792878630406115, "W31": -71.805487211507952, "S31": -72.737649471162726, "W32": -95.307665182703687, "S32": -100.30766518270369 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 512046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -8.0, "W13": -15.849182447105761, "S13": -15.849182447105761, "W21": -46.0, "S21": -46.0, "W22": -39.427583296874381, "S22": -40.232544079820968, "W31": -66.625848097789429, "S31": -66.625848097789429, "W32": -89.266195783394096, "S32": -94.266195783394096 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 525039.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6709322785152185, "S12": -6.6709322785152185, "W13": -20.0, "S13": -22.68796257246262, "W21": -45.805356654200494, "S21": -52.354280218980215, "W22": -43.11525247590032, "S22": -48.157637906711862, "W31": -67.315923028290456, "S31": -67.315923028290456, "W32": -89.751766089183874, "S32": -94.751766089183874 }, "geometry": { "type": "Point", "coordinates": [ 103944.25, 517451.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23438896368696288, "S11": -0.23438896368696288, "W12": -10.056980526597304, "S12": -20.683308425947917, "W13": -20.683308425947917, "S13": -20.683308425947917, "W21": -35.429148620112095, "S21": -35.429148620112095, "W22": -51.170294260546271, "S22": -53.367744497276178, "W31": -87.194395884529854, "S31": -87.194395884529854, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103944.333333333328483, 507091.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6838077198730419, "S12": -15.683807719873041, "W13": -24.402123462627408, "S13": -29.402123462627408, "W21": -39.671558344086023, "S21": -39.671558344086023, "W22": -49.649180186589412, "S22": -49.649180186589412, "W31": -79.474675152766338, "S31": -88.393124098177609, "W32": -96.045674288436032, "S32": -101.04567428843603 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 504014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4300144095082832, "S12": -24.281052288125046, "W13": -29.808005060786648, "S13": -29.808005060786648, "W21": -40.0, "S21": -40.0, "W22": -44.217378638966579, "S22": -57.317154423719941, "W31": -65.188543653915431, "S31": -71.093753132967521, "W32": -94.546614266739127, "S32": -99.546614266739127 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 510628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41828545528891869, "S11": 0.41828545528891869, "W12": -10.0, "S12": -12.726811758504828, "W13": -18.748666903661569, "S13": -18.748666903661569, "W21": -37.773418844828136, "S21": -39.45608611598476, "W22": -40.0, "S22": -48.443862538653306, "W31": -65.592475487751784, "S31": -75.344157462411459, "W32": -97.733912991094286, "S32": -102.73391299109429 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 511707.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9041028955125072, "W12": -11.832556098417248, "S12": -11.832556098417248, "W13": -21.292598027181583, "S13": -25.005207246593194, "W21": -41.370923204801286, "S21": -42.62891306594301, "W22": -38.944368852969589, "S22": -39.007191198524389, "W31": -60.0, "S31": -65.808081004770585, "W32": -82.469013994123941, "S32": -87.469013994123941 }, "geometry": { "type": "Point", "coordinates": [ 103945.0, 514936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32676125040488013, "S11": 0.32676125040488013, "W12": -11.529894712541267, "S12": -11.529894712541267, "W13": -19.926257946839247, "S13": -24.011521126244929, "W21": -38.14041345981169, "S21": -41.670235577764764, "W22": -64.084913557067736, "S22": -64.084913557067736, "W31": -82.236795462601918, "S31": -82.412435258869337, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103945.5, 513453.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3342735621189024, "S11": 0.61086589754418963, "W12": -10.022077085824669, "S12": -10.022077085824669, "W13": -23.247628154492133, "S13": -23.247628154492133, "W21": -36.808011882627184, "S21": -36.808937024890355, "W22": -44.666284484153685, "S22": -59.666284484153685, "W31": -65.205345571121029, "S31": -70.861608516255089, "W32": -94.408553587267647, "S32": -99.408553587267647 }, "geometry": { "type": "Point", "coordinates": [ 103946.0, 505065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.09597625329815318, "W12": -2.6659539501360179, "S12": -9.9065030742011757, "W13": -25.937386036459465, "S13": -25.937386036459465, "W21": -35.951463586644053, "S21": -42.507235791310322, "W22": -61.766762440360459, "S22": -61.766762440360459, "W31": -80.292142986753774, "S31": -87.271742423498253, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103946.0, 506204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012384039900249354, "S11": -0.043243956682496219, "W12": -2.463368460335368, "S12": -2.463368460335368, "W13": -17.952410881449484, "S13": -17.952410881449484, "W21": -35.527352972883442, "S21": -38.530251712321039, "W22": -43.390053124630349, "S22": -44.476681750057409, "W31": -79.781051183584566, "S31": -87.133575959422231, "W32": -98.041335514054225, "S32": -103.04133551405423 }, "geometry": { "type": "Point", "coordinates": [ 103946.0, 507743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71732084272105623, "S11": -2.2826791572789435, "W12": -4.2925705678513273, "S12": -4.2925705678513273, "W13": -22.697019049672065, "S13": -22.697019049672065, "W21": -33.052610643496557, "S21": -33.537322584275444, "W22": -40.0, "S22": -42.655399049255649, "W31": -69.879999253494574, "S31": -70.192079986155136, "W32": -95.797775068576641, "S32": -100.79777506857664 }, "geometry": { "type": "Point", "coordinates": [ 103946.0, 508824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4207464122501943, "S12": -5.4207464122501943, "W13": -16.351332723957714, "S13": -16.351332723957714, "W21": -44.650687232552912, "S21": -44.650687232552912, "W22": -44.611862207542778, "S22": -44.829888235935272, "W31": -81.03918561545089, "S31": -81.03918561545089, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 103946.363636363632395, 521642.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1619378444036232, "S11": 1.1619378444036232, "W12": -9.5772830481253806, "S12": -9.5772830481253806, "W13": -22.28974657497157, "S13": -22.28974657497157, "W21": -35.800077040128279, "S21": -35.800077040128279, "W22": -33.01815220182592, "S22": -35.785130311661661, "W31": -69.592731420259554, "S31": -71.603409989081058, "W32": -87.455239484474376, "S32": -92.455239484474376 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 504916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.871372801974367, "S12": -8.3324902371441034, "W13": -24.245209759241419, "S13": -24.245209759241419, "W21": -37.479351553124637, "S21": -42.498500009984291, "W22": -41.917824154859126, "S22": -46.359157912884974, "W31": -67.38577611255667, "S31": -67.38577611255667, "W32": -89.678079280948253, "S32": -94.678079280948253 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33522022170122656, "S11": 0.055836982065496588, "W12": -10.324048206357038, "S12": -10.324048206357038, "W13": -15.0, "S13": -15.0, "W21": -37.467856020400276, "S21": -40.423473540569539, "W22": -39.649712633792326, "S22": -50.70011659997985, "W31": -67.638176141899038, "S31": -75.360617553606872, "W32": -85.340269920801674, "S32": -90.340269920801674 }, "geometry": { "type": "Point", "coordinates": [ 103947.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20447906523855897, "S11": 0.20447906523855897, "W12": -6.3902231719661309, "S12": -6.3902231719661309, "W13": -16.064080004794885, "S13": -18.565760237787195, "W21": -38.004370353794059, "S21": -38.004370353794059, "W22": -39.734461524211511, "S22": -41.942878947689479, "W31": -60.0, "S31": -65.014258592152657, "W32": -84.158496170294697, "S32": -89.158496170294697 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 497808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9900683816346465, "S11": 1.9900683816346465, "W12": -9.7329716323050697, "S12": -9.7329716323050697, "W13": -14.882455200133981, "S13": -16.689997595573164, "W21": -38.395654761005929, "S21": -39.893683390862776, "W22": -60.705996242984405, "S22": -60.705996242984405, "W31": -91.659911789247815, "S31": -91.659911789247815, "W32": -97.948795180722882, "S32": -102.94879518072288 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7477219207535581, "S12": -16.747721920753559, "W13": -25.0, "S13": -28.57116373135586, "W21": -39.674186903597125, "S21": -39.674186903597125, "W22": -53.522727272727273, "S22": -53.522727272727273, "W31": -75.239998, "S31": -75.239998, "W32": -87.534864276202825, "S32": -92.534864276202825 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 503972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.033333333333333187, "S11": -0.35457364341085296, "W12": -5.207143805603506, "S12": -17.56974017466603, "W13": -22.750411369946068, "S13": -23.350727580581097, "W21": -36.552824387905517, "S21": -36.552824387905517, "W22": -56.386492476379594, "S22": -56.386492476379594, "W31": -79.810746670111399, "S31": -79.810746670111399, "W32": -93.334735535160604, "S32": -98.334735535160604 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 509262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52643960964109981, "S11": 0.52643960964109981, "W12": -8.8722979516779237, "S12": -14.897925350555987, "W13": -30.256000537352552, "S13": -30.256000537352552, "W21": -39.397119932818896, "S21": -39.401608542431006, "W22": -50.768753444000062, "S22": -53.068472273978017, "W31": -86.105309418212514, "S31": -86.105309418212514, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103948.0, 510341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53682835890341263, "S11": 0.53682835890341263, "W12": -9.8630053166174889, "S12": -9.8630053166174889, "W13": -17.190046719155781, "S13": -18.623337206632655, "W21": -26.965684369221343, "S21": -27.396302674378802, "W22": -53.153208853715483, "S22": -53.153208853715483, "W31": -101.59878709878689, "S31": -101.59878709878689, "W32": -101.59878709878689, "S32": -106.42053001853087 }, "geometry": { "type": "Point", "coordinates": [ 103948.5, 496944.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0045735593617677, "S11": 1.0045735593617677, "W12": -10.0, "S12": -10.835286818499085, "W13": -14.091694274532058, "S13": -16.622473169004419, "W21": -32.538497261516007, "S21": -35.538497261516007, "W22": -64.758848262933824, "S22": -71.150503075641325, "W31": -79.707904705765031, "S31": -79.707904705765031, "W32": -95.470190517280528, "S32": -100.47019051728053 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 499375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.853072433916925, "S12": -20.853072433916925, "W13": -23.822800125472391, "S13": -24.415826284311748, "W21": -38.910122382891863, "S21": -38.910122382891863, "W22": -55.426805085734287, "S22": -55.426805085734287, "W31": -80.0, "S31": -80.0, "W32": -94.112906588341033, "S32": -99.112906588341033 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 503813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4480342545737637, "S12": -9.370300394231208, "W13": -23.510417254320256, "S13": -24.387646670396485, "W21": -38.211996749089323, "S21": -38.211996749089323, "W22": -39.979750491857949, "S22": -39.979750491857949, "W31": -60.0, "S31": -60.0, "W32": -95.710027788081661, "S32": -100.71002778808166 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 509391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2402244545055941, "S11": 0.2402244545055941, "W12": -10.0, "S12": -12.680528562504339, "W13": -20.61582304759748, "S13": -20.61582304759748, "W21": -37.903812397492565, "S21": -39.14551240300645, "W22": -39.540797641651821, "S22": -40.701908869154011, "W31": -67.281494599530205, "S31": -69.860291161134796, "W32": -90.085755353619021, "S32": -95.085755353619021 }, "geometry": { "type": "Point", "coordinates": [ 103949.0, 511613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2031386191894606, "W12": -10.903935732968007, "S12": -10.903935732968007, "W13": -15.46740731562938, "S13": -19.710562885209672, "W21": -50.727766172085417, "S21": -60.217737541083011, "W22": -40.002657470440703, "S22": -41.184409586850563, "W31": -67.113579397876364, "S31": -68.181733610092877, "W32": -92.488321954725109, "S32": -97.488321954725109 }, "geometry": { "type": "Point", "coordinates": [ 103949.333333333328483, 501106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4204450192290254, "S12": -5.4204450192290254, "W13": -16.816731596124061, "S13": -16.816731596124061, "W21": -44.490946602940546, "S21": -44.490946602940546, "W22": -38.188252074985684, "S22": -43.890778535924106, "W31": -61.951247534626042, "S31": -68.437246950457023, "W32": -81.029602374879801, "S32": -86.029602374879801 }, "geometry": { "type": "Point", "coordinates": [ 103949.388888888890506, 521405.722222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9175331958467503, "S11": 1.9175331958467503, "W12": -9.7007440706868486, "S12": -9.7007440706868486, "W13": -14.859646290403713, "S13": -16.654127352707288, "W21": -38.370011356489279, "S21": -39.881801949536253, "W22": -60.778178577328362, "S22": -60.778178577328362, "W31": -91.562959431000124, "S31": -91.562959431000124, "W32": -97.859294320137138, "S32": -102.85929432013714 }, "geometry": { "type": "Point", "coordinates": [ 103949.4, 500347.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4766614759971301, "S11": 0.4766614759971301, "W12": -7.4785447343686986, "S12": -7.4785447343686986, "W13": -19.349740415109245, "S13": -22.380419222099533, "W21": -35.468159533732454, "S21": -35.468159533732454, "W22": -63.439646419399153, "S22": -63.439646419399153, "W31": -102.58354112623053, "S31": -102.58354112623053, "W32": -104.28571428571429, "S32": -109.28571428571429 }, "geometry": { "type": "Point", "coordinates": [ 103949.8, 503261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78104203522968574, "S11": -0.81591546865263009, "W12": -7.6308657692557604, "S12": -7.6308657692557604, "W13": -18.857673785743131, "S13": -24.170619184069839, "W21": -33.050892415710024, "S21": -33.050892415710024, "W22": -52.987939945852816, "S22": -52.987939945852816, "W31": -101.44471744471744, "S31": -101.44471744471744, "W32": -101.44471744471744, "S32": -106.33898555240329 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 504718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8707387124862251, "S11": -3.1292612875137742, "W12": -8.7301507414317463, "S12": -8.7301507414317463, "W13": -18.743568964010002, "S13": -24.571695802461633, "W21": -33.842667555317284, "S21": -40.163484583697695, "W22": -39.991877407907651, "S22": -39.991877407907651, "W31": -60.0, "S31": -60.0, "W32": -95.519382073556542, "S32": -100.51938207355654 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 505490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.021204540921481257, "S11": 0.021204540921481257, "W12": -3.1542920906598573, "S12": -12.849194458035008, "W13": -19.076146956131947, "S13": -19.076146956131947, "W21": -33.290257740770997, "S21": -33.290257740770997, "W22": -36.968988164205328, "S22": -40.376634339768778, "W31": -66.435607178714619, "S31": -66.435607178714619, "W32": -85.661919411424677, "S32": -90.661919411424677 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42448106861426099, "S11": -2.424481068614261, "W12": -2.7698043500364165, "S12": -15.124765814390944, "W13": -18.827895239611525, "S13": -18.827895239611525, "W21": -32.981029581921547, "S21": -32.981029581921547, "W22": -34.756425780848787, "S22": -40.066017975246822, "W31": -69.948636137304533, "S31": -74.656781221041584, "W32": -86.379155895470376, "S32": -91.379155895470376 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8006993006993006, "W12": -3.0277213211216312, "S12": -13.865024628764534, "W13": -18.963825027861805, "S13": -18.963825027861805, "W21": -33.479811769238424, "S21": -33.479811769238424, "W22": -39.739508522531622, "S22": -50.218642665319251, "W31": -67.746242807221606, "S31": -75.515486814460658, "W32": -86.456865201228382, "S32": -91.456865201228382 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 507687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011980529804564155, "S11": -0.13040486258082823, "W12": -6.9482183936680144, "S12": -21.493443254708943, "W13": -30.216460150061881, "S13": -30.216460150061881, "W21": -36.163350847715733, "S21": -36.169672214424288, "W22": -38.822926664449362, "S22": -47.660731362427143, "W31": -66.648233101042266, "S31": -73.512638096024247, "W32": -80.0, "S32": -85.0 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44809898819138189, "S11": 0.44809898819138189, "W12": -14.647053528178704, "S12": -14.647053528178704, "W13": -20.605983464160339, "S13": -22.063637229658006, "W21": -36.777070560367051, "S21": -44.318068606136336, "W22": -49.751717155691125, "S22": -51.905386486748711, "W31": -79.513880218329206, "S31": -79.513880218329206, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25, "S11": -0.8, "W12": -13.145373213375882, "S12": -13.145373213375882, "W13": -21.429473610654071, "S13": -24.45309446914225, "W21": -40.655372564489085, "S21": -41.858183189694046, "W22": -54.924997083867957, "S22": -54.924997083867957, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -94.509059490111241, "S32": -99.509059490111241 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 514720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1069406784620486, "W12": -11.440246043123372, "S12": -11.440246043123372, "W13": -21.254849880595977, "S13": -25.206936905914908, "W21": -41.501253399371016, "S21": -42.767258168241113, "W22": -40.971126776947955, "S22": -44.903667723453459, "W31": -67.42194871376617, "S31": -67.42194871376617, "W32": -89.622932220566156, "S32": -94.622932220566156 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -43.584681167503255, "S22": -48.816781216119374, "W31": -67.201296356763009, "S31": -67.201296356763009, "W32": -89.793390347983376, "S32": -94.793390347983376 }, "geometry": { "type": "Point", "coordinates": [ 103950.0, 526173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -16.169387376490278, "S13": -16.169387376490278, "W21": -46.0, "S21": -46.0, "W22": -40.003528464017187, "S22": -40.003528464017187, "W31": -66.51730014516076, "S31": -76.671237182027326, "W32": -98.246264964875834, "S32": -103.24626496487583 }, "geometry": { "type": "Point", "coordinates": [ 103950.163265306124231, 524589.020408163312823 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67227841779598529, "S11": -2.0721889689044191, "W12": -6.405186028865999, "S12": -7.8569162179307721, "W13": -18.079627824083438, "S13": -25.186653198034968, "W21": -32.398672945012706, "S21": -32.398672945012706, "W22": -40.518608398328986, "S22": -42.857425183512127, "W31": -60.691382091960207, "S31": -63.691382091960207, "W32": -89.70588235294116, "S32": -94.70588235294116 }, "geometry": { "type": "Point", "coordinates": [ 103950.25, 504661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.200001, "S13": -17.892773301856252, "W21": -30.0, "S21": -30.282540789103241, "W22": -58.257938156566603, "S22": -76.050299273683081, "W31": -100.0, "S31": -100.0, "W32": -102.77138566239911, "S32": -107.77138566239911 }, "geometry": { "type": "Point", "coordinates": [ 103950.4, 496760.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4295832356023739, "S11": 1.4295832356023739, "W12": -8.084422807215514, "S12": -8.7626626483002834, "W13": -14.867824521634772, "S13": -16.118852196683235, "W21": -30.993889089555427, "S21": -33.993889089555431, "W22": -35.716863778352632, "S22": -40.71400722548897, "W31": -68.041134130993527, "S31": -68.041134130993527, "W32": -89.237837472475078, "S32": -94.237837472475078 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 499189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41205022961282023, "S11": 0.41205022961282023, "W12": -9.9999999999999982, "S12": -10.542143914653892, "W13": -13.811763654063935, "S13": -17.902736059289246, "W21": -33.51878430590903, "S21": -36.51878430590903, "W22": -45.05767629068685, "S22": -45.33606235628163, "W31": -80.187000918066886, "S31": -80.187000918066886, "W32": -98.769921063492617, "S32": -103.76992106349262 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.075055459699139904, "W12": -10.143895624670533, "S12": -10.143895624670533, "W13": -15.000000000000002, "S13": -16.542324690054365, "W21": -36.598466087992513, "S21": -39.577333866201123, "W22": -44.878896424059405, "S22": -44.878896424059405, "W31": -80.619208650978194, "S31": -80.619208650978194, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 501797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -5.1716784357963599, "S12": -9.475215737927396, "W13": -17.627052184469569, "S13": -21.765393744514554, "W21": -33.39918209909068, "S21": -33.532082836065733, "W22": -33.819563325902003, "S22": -34.142180223595162, "W31": -69.432841501230527, "S31": -69.432841501230527, "W32": -88.509490344395829, "S32": -93.509490344395829 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 504549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35302389646998528, "S11": -2.3530238964699852, "W12": -2.5339385439184263, "S12": -16.259022840642896, "W13": -18.782383043996333, "S13": -18.782383043996333, "W21": -32.948927246094222, "S21": -32.948927246094222, "W22": -56.5591173559921, "S22": -59.877621021635314, "W31": -103.99065626695197, "S31": -103.99065626695197, "W32": -103.99065626695197, "S32": -107.39849695084445 }, "geometry": { "type": "Point", "coordinates": [ 103951.0, 507662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0327481494711417, "S11": -1.5293265550027466, "W12": -8.5732542430095435, "S12": -8.5732542430095435, "W13": -20.594313963329729, "S13": -24.752157979211876, "W21": -44.637182054359542, "S21": -44.637182054359542, "W22": -60.735789419140417, "S22": -70.132756022610991, "W31": -105.83971226992402, "S31": -105.83971226992402, "W32": -105.83971226992402, "S32": -107.94714253076145 }, "geometry": { "type": "Point", "coordinates": [ 103951.92, 516134.24 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4165025281390935, "S11": 1.4165025281390935, "W12": -7.8096900037077042, "S12": -8.3450788710048496, "W13": -14.999999999999993, "S13": -16.069098258107971, "W21": -30.785941220265521, "S21": -33.785941220265521, "W22": -57.554694972588628, "S22": -57.554694972588628, "W31": -79.553465513667163, "S31": -79.553465513667163, "W32": -92.350968955436628, "S32": -97.350968955436628 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 499162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2257142857142857, "S11": -0.24328035260822919, "W12": -7.9520026481297581, "S12": -8.547426947591596, "W13": -20.330595716737442, "S13": -20.330595716737442, "W21": -38.257434859732115, "S21": -38.257434859732115, "W22": -45.133719427278827, "S22": -46.737019283806767, "W31": -79.790535934579452, "S31": -80.229368275658743, "W32": -97.997000989875474, "S32": -102.99700098987547 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 506926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10115491750589248, "S11": 0.10115491750589248, "W12": -3.8845096253608249, "S12": -6.2804086789885849, "W13": -18.222093328738815, "S13": -18.222093328738815, "W21": -33.368205908231282, "S21": -33.368205908231282, "W22": -48.856283782313923, "S22": -50.448845445959357, "W31": -65.542622109592656, "S31": -68.108508378108667, "W32": -92.700819908813472, "S32": -97.700819908813472 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 507463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74400166785799382, "S11": -0.74400166785799382, "W12": -5.0, "S12": -5.0, "W13": -20.716396526344969, "S13": -20.716396526344969, "W21": -32.931117100872399, "S21": -37.931117100872399, "W22": -40.493070522633275, "S22": -43.233242599523649, "W31": -60.073272385049748, "S31": -63.225024681749304, "W32": -89.191176470588232, "S32": -94.191176470588232 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 508541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99195620380252203, "S11": -1.2995156646482275, "W12": -4.1122925958618186, "S12": -4.1122925958618186, "W13": -22.826281513873095, "S13": -22.826281513873095, "W21": -33.046183541277543, "S21": -33.046183541277543, "W22": -41.41203612540717, "S22": -41.41203612540717, "W31": -64.529211904118199, "S31": -67.231527663279252, "W32": -93.833368398905947, "S32": -98.833368398905947 }, "geometry": { "type": "Point", "coordinates": [ 103952.0, 508840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.320487733229162, "S11": 1.320487733229162, "W12": -7.0050394780268883, "S12": -8.1519839436487302, "W13": -15.329922748688176, "S13": -15.818573544210929, "W21": -30.0, "S21": -33.922658932433791, "W22": -46.100446984251768, "S22": -46.100446984251768, "W31": -67.594264471587891, "S31": -69.218699987432132, "W32": -96.315525545487418, "S32": -101.31552554548742 }, "geometry": { "type": "Point", "coordinates": [ 103952.294117647063104, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45995900250232263, "S11": 0.45995900250232263, "W12": -14.795687245744366, "S12": -14.795687245744366, "W13": -20.805345461682588, "S13": -23.065400184610695, "W21": -37.162107787260069, "S21": -44.883569640816887, "W22": -53.949951213912691, "S22": -53.949951213912691, "W31": -101.07111099968216, "S31": -101.07111099968216, "W32": -101.12404036049868, "S32": -106.12404036049868 }, "geometry": { "type": "Point", "coordinates": [ 103952.5, 514092.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4171525530217543, "S11": 0.4171525530217543, "W12": -10.0, "S12": -10.555101796048096, "W13": -13.329216492952693, "S13": -17.283796171452863, "W21": -33.391363481808909, "S21": -36.391363481808909, "W22": -59.596965386439074, "S22": -59.596965386439074, "W31": -95.28549290737871, "S31": -95.28549290737871, "W32": -99.650575179664287, "S32": -104.65057517966429 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 499599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.51981109545846, "S11": -3.6210339749640679, "W12": -8.8745174264105007, "S12": -9.2089207603071017, "W13": -20.0, "S13": -25.56521437971875, "W21": -33.673584142359026, "S21": -41.0060894300765, "W22": -43.709791986187412, "S22": -43.709791986187412, "W31": -79.657005686699975, "S31": -89.657005686699975, "W32": -97.423270896587326, "S32": -102.42327089658733 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 505591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46556319382606348, "S11": -0.15261210467653497, "W12": -7.9139126442341317, "S12": -9.9110968532784316, "W13": -25.000000000000004, "S13": -26.543438914027153, "W21": -33.96561873665749, "S21": -42.517474074216736, "W22": -44.366239077895514, "S22": -50.044517732067277, "W31": -67.08262349346613, "S31": -67.08262349346613, "W32": -89.861571631520363, "S32": -94.861571631520363 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8643793185608768, "S11": -0.8643793185608768, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -32.63528626154099, "S21": -32.63528626154099, "W22": -41.3710792764658, "S22": -41.3710792764658, "W31": -64.457596380422459, "S31": -67.164740437440528, "W32": -93.758678729223647, "S32": -98.758678729223647 }, "geometry": { "type": "Point", "coordinates": [ 103953.0, 508459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4110315506711277, "S12": -5.4110315506711277, "W13": -16.258528406841346, "S13": -16.258528406841346, "W21": -44.673846248917847, "S21": -44.673846248917847, "W22": -40.0, "S22": -44.3902972027972, "W31": -66.119844834626377, "S31": -66.119844834626377, "W32": -98.295647552806471, "S32": -103.29564755280647 }, "geometry": { "type": "Point", "coordinates": [ 103953.181818181823473, 521691.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56942207471207706, "S11": 0.56942207471207706, "W12": -8.8333196368634255, "S12": -16.43892932094964, "W13": -30.332367707623291, "S13": -30.332367707623291, "W21": -38.752789991662169, "S21": -38.757849298671154, "W22": -45.003032304485892, "S22": -45.405225916205275, "W31": -80.187024550180965, "S31": -80.187024550180965, "W32": -98.795201686171481, "S32": -103.79520168617148 }, "geometry": { "type": "Point", "coordinates": [ 103953.25, 510312.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76710966631609134, "S11": 0.76710966631609134, "W12": -10.0, "S12": -10.734477677532771, "W13": -13.871950965093088, "S13": -16.871950965093088, "W21": -32.853087894330081, "S21": -35.853087894330081, "W22": -39.805258811063752, "S22": -41.903766971507054, "W31": -69.282119450556664, "S31": -72.837261593455324, "W32": -95.173581504129402, "S32": -100.1735815041294 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 499447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -20.0, "W13": -24.092341703138302, "S13": -25.072008268091562, "W21": -39.078937236538131, "S21": -39.078937236538131, "W22": -33.262766731325996, "S22": -33.262766731325996, "W31": -69.251760928750997, "S31": -69.251760928750997, "W32": -88.593200546232993, "S32": -93.593200546232993 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 503842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3559979912086297, "S11": 0.18254359142227261, "W12": -10.0, "S12": -10.0, "W13": -22.496998187107362, "S13": -24.708414003433891, "W21": -36.456127631730389, "S21": -36.458194755283536, "W22": -39.701331810587497, "S22": -49.797477214448648, "W31": -67.817863537005934, "S31": -75.491859007044908, "W32": -86.231038871828019, "S32": -91.231038871828019 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 505099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73, "S11": 0.73, "W12": -2.37, "S12": -2.37, "W13": -17.780001, "S13": -17.780001, "W21": -31.969999, "S21": -31.979999, "W22": -53.939617688079423, "S22": -53.939617688079423, "W31": -101.18923306423305, "S31": -101.18923306423305, "W32": -101.18923306423305, "S32": -106.17573262926582 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25009523809521594, "S11": -0.27869122114521538, "W12": -8.0972635992495814, "S12": -8.9451555780765126, "W13": -20.316266735719868, "S13": -20.316266735719868, "W21": -38.233854861664589, "S21": -38.233854861664589, "W22": -40.0, "S22": -46.110917861972339, "W31": -65.811771455308644, "S31": -75.811771455308644, "W32": -98.385605444498907, "S32": -103.38560544449891 }, "geometry": { "type": "Point", "coordinates": [ 103954.333333333328483, 506930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97983256188365975, "S11": -3.1553025732514755, "W12": -8.9005079849549205, "S12": -9.879164289510932, "W13": -23.28422438234103, "S13": -28.328728088097073, "W21": -33.773330286024652, "S21": -41.544709491297311, "W22": -33.215281680589563, "S22": -35.925926537465259, "W31": -69.538011436968446, "S31": -71.425505831762649, "W32": -87.399466801402227, "S32": -92.399466801402227 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 505684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.029441194069543236, "S11": -0.47055880593045674, "W12": -3.3246566533051549, "S12": -11.854810446289427, "W13": -19.076625073486984, "S13": -19.076625073486984, "W21": -33.361169845693247, "S21": -33.361169845693247, "W22": -63.454428716478532, "S22": -63.454428716478532, "W31": -102.89361283049547, "S31": -102.89361283049547, "W32": -103.91534391534391, "S32": -108.91534391534391 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 507586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056452554744525693, "S11": 0.056452554744525693, "W12": -2.1310344827586207, "S12": -8.3644201403959411, "W13": -18.318127120978119, "S13": -18.318127120978119, "W21": -32.80474905411765, "S21": -32.814690838428518, "W22": -42.898606068331475, "S22": -42.898606068331475, "W31": -79.515102883017136, "S31": -84.515102883017136, "W32": -98.472155621031078, "S32": -103.47215562103108 }, "geometry": { "type": "Point", "coordinates": [ 103955.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8905832868752697, "S12": -9.8905832868752697, "W13": -18.17706913520292, "S13": -19.406852949375633, "W21": -26.409353418999309, "S21": -26.798713395403958, "W22": -40.0, "S22": -40.0, "W31": -60.480106690375642, "S31": -60.480106690375642, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103955.333333333328483, 496902.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93307339549238222, "S11": 0.93307339549238222, "W12": -6.1342287506078437, "S12": -9.0891400720433531, "W13": -15.0, "S13": -15.372078689032458, "W21": -30.0, "S21": -33.0, "W22": -40.0, "S22": -41.359915728398555, "W31": -65.373506625660269, "S31": -73.376982468552427, "W32": -96.019647118277817, "S32": -101.01964711827782 }, "geometry": { "type": "Point", "coordinates": [ 103955.5, 498766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.030657037431021893, "S11": -0.078879045043204907, "W12": -3.1332036775449108, "S12": -12.551025459723126, "W13": -19.093217819698641, "S13": -19.093217819698641, "W21": -33.314377667770685, "S21": -33.314377667770685, "W22": -43.093261259527964, "S22": -53.317476506164738, "W31": -65.106483977483705, "S31": -71.563166880621964, "W32": -94.768104036758913, "S32": -99.768104036758913 }, "geometry": { "type": "Point", "coordinates": [ 103956.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.023654339069937746, "S11": -0.02365433906993708, "W12": -5.0, "S12": -5.0, "W13": -22.279726209466347, "S13": -22.279726209466347, "W21": -32.99705593251344, "S21": -34.253975790897734, "W22": -43.642108133507165, "S22": -43.642108133507165, "W31": -79.51281615628568, "S31": -89.174152295159956, "W32": -97.509487203449495, "S32": -102.5094872034495 }, "geometry": { "type": "Point", "coordinates": [ 103956.0, 508761.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28947349754175183, "S11": -0.5541033705159284, "W12": -5.0567592539869519, "S12": -7.4734685782899923, "W13": -27.291947753696029, "S13": -27.291947753696029, "W21": -38.547002859526614, "S21": -38.547887025542309, "W22": -36.527402786263373, "S22": -40.50644413711165, "W31": -67.385263428131054, "S31": -67.385263428131054, "W32": -85.315621363210241, "S32": -90.315621363210241 }, "geometry": { "type": "Point", "coordinates": [ 103956.6, 509799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5569123340207676, "S11": 1.5569123340207676, "W12": -9.5452332971632305, "S12": -9.5452332971632305, "W13": -14.758864511807067, "S13": -16.495208513774795, "W21": -38.246769176516636, "S21": -39.831040283732527, "W22": -63.370787855428439, "S22": -66.426805603625326, "W31": -79.846541384915398, "S31": -83.711192625453165, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 500334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1327941025903563, "S12": -19.132794102590356, "W13": -24.479706130314344, "S13": -25.905848325659569, "W21": -39.311109592032196, "S21": -39.311109592032196, "W22": -60.649887010052211, "S22": -64.941252242526716, "W31": -78.932943170381023, "S31": -78.932943170381023, "W32": -95.494076694177764, "S32": -100.49407669417776 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 503879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38304857776135343, "S11": -1.6169514222386465, "W12": -3.1155087285488108, "S12": -19.057362808770112, "W13": -22.446488805797564, "S13": -22.446488805797564, "W21": -37.579486846757987, "S21": -40.815146006391508, "W22": -38.155903271692743, "S22": -42.171360384164785, "W31": -67.646793903059702, "S31": -67.646793903059702, "W32": -89.419123577498425, "S32": -94.419123577498425 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35248129151601787, "S11": -0.93928817488121852, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.187426210153479, "W21": -39.685617676817124, "S21": -39.685617676817124, "W22": -40.003119417178958, "S22": -40.003119417178958, "W31": -66.53943215418235, "S31": -76.660809702854507, "W32": -98.479141401891823, "S32": -103.47914140189182 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 509655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4097107473012045, "S12": -5.4097107473012045, "W13": -16.727083160215269, "S13": -16.727083160215269, "W21": -44.512117494182114, "S21": -44.512117494182114, "W22": -39.594277434849666, "S22": -40.73965913334613, "W31": -67.074964394129154, "S31": -67.074964394129154, "W32": -89.930718130339955, "S32": -94.930718130339955 }, "geometry": { "type": "Point", "coordinates": [ 103957.0, 521453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3703244271976105, "S11": 1.3703244271976105, "W12": -7.0932712019853259, "S12": -7.3998810890432782, "W13": -15.4739110800936, "S13": -16.097279986288495, "W21": -30.0, "S21": -33.579133453329902, "W22": -44.288464392742178, "S22": -44.288464392742178, "W31": -67.780243559271881, "S31": -69.236887054465882, "W32": -95.556022727462036, "S32": -100.55602272746204 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 499054.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7981428916927866, "S12": -6.7981428916927866, "W13": -20.0, "S13": -22.932881253535221, "W21": -45.774210222262759, "S21": -52.491854114416483, "W22": -49.838752281177179, "S22": -51.971287736772595, "W31": -89.269615548777324, "S31": -89.269615548777324, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103958.0, 517404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.92, "S11": -3.58, "W12": -8.58, "S12": -8.58, "W13": -18.58, "S13": -24.58, "W21": -33.580002, "S21": -40.580002, "W22": -44.702237274241988, "S22": -44.702237274241988, "W31": -79.460614496090315, "S31": -91.459607600380295, "W32": -96.958493876820441, "S32": -101.95849387682044 }, "geometry": { "type": "Point", "coordinates": [ 103958.2, 505519.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2540616246498599, "W12": -10.988924771294075, "S12": -11.083637211960815, "W13": -15.860054855668146, "S13": -19.060747268666201, "W21": -44.329679527419636, "S21": -49.17111087531034, "W22": -39.795383887423256, "S22": -41.749363088672922, "W31": -68.920024190323559, "S31": -72.549658126335032, "W32": -94.393500133992731, "S32": -99.393500133992731 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4647579545152985, "S11": 0.4647579545152985, "W12": -7.2158179668502989, "S12": -7.2158179668502989, "W13": -19.214982252285822, "S13": -21.634515460694075, "W21": -35.081496304819026, "S21": -35.292312193170922, "W22": -59.230854452291922, "S22": -79.230854452291922, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -102.99109916601282, "S32": -107.99109916601282 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 503225.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.09, "S11": -1.09, "W12": -1.22, "S12": -19.189999, "W13": -19.200001, "S13": -19.200001, "W21": -34.34, "S21": -34.35, "W22": -59.999999999999993, "S22": -65.182764310191644, "W31": -78.871738444859602, "S31": -78.871738444859602, "W32": -95.250968502610746, "S32": -100.25096850261075 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.023784641538047518, "S11": -0.18008093732753133, "W12": -6.8589515669430483, "S12": -21.858951566943048, "W13": -30.195630965810647, "S13": -30.195630965810647, "W21": -36.476163210175095, "S21": -36.482195204197446, "W22": -42.641436420698646, "S22": -44.729851662366741, "W31": -80.135143992989001, "S31": -80.284174360264217, "W32": -100.06978884989356, "S32": -105.06978884989356 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 509994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27585765520737304, "S11": 0.27585765520737304, "W12": -7.00259933160046, "S12": -7.5405933944517107, "W13": -11.535544936740065, "S13": -16.288136972803251, "W21": -36.185124041268004, "S21": -40.421946576389743, "W22": -40.0, "S22": -45.756463704415381, "W31": -65.84400442149277, "S31": -75.84400442149277, "W32": -98.324845128967169, "S32": -103.32484512896717 }, "geometry": { "type": "Point", "coordinates": [ 103959.666666666671517, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33784965338989942, "S11": 0.33784965338989942, "W12": -11.810689387614101, "S12": -11.810689387614101, "W13": -19.931088527577803, "S13": -23.28239765956663, "W21": -37.685548946451263, "S21": -41.709204098314537, "W22": -62.624348843219124, "S22": -87.609279524352331, "W31": -100.0, "S31": -100.0, "W32": -104.40628895787736, "S32": -109.40628895787736 }, "geometry": { "type": "Point", "coordinates": [ 103959.666666666671517, 513499.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79709693432614626, "S11": -2.1886993787593783, "W12": -8.661554901262404, "S12": -9.9507929482298429, "W13": -24.468965517241383, "S13": -29.165935214211082, "W21": -33.794367439221766, "S21": -41.709578600185644, "W22": -43.475894166319733, "S22": -43.475894166319733, "W31": -79.303605204333124, "S31": -87.996398471034865, "W32": -97.771615584117498, "S32": -102.7716155841175 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 505714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43605291818822478, "S11": -2.4360529181882247, "W12": -2.8911171646758924, "S12": -14.354440061271909, "W13": -18.868306798280528, "S13": -18.868306798280528, "W21": -32.905013383792173, "S21": -32.905013383792173, "W22": -40.0, "S22": -42.422437400964277, "W31": -65.394532118249415, "S31": -65.394532118249415, "W32": -95.526008330793559, "S32": -100.52600833079356 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 507679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30138987475099038, "S11": 0.30138987475099038, "W12": -10.461931183217333, "S12": -10.461931183217333, "W13": -15.60836371493675, "S13": -15.60836371493675, "W21": -37.417826106176598, "S21": -40.318465216915975, "W22": -43.702638204065487, "S22": -43.702638204065487, "W31": -67.584284438399052, "S31": -69.409827884643533, "W32": -95.143883393892139, "S32": -100.14388339389214 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 512129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45119221840777385, "S11": 0.45119221840777385, "W12": -14.971187933761717, "S12": -14.971187933761717, "W13": -21.055744190499187, "S13": -21.152185741630475, "W21": -37.66904201495916, "S21": -42.850976405784337, "W22": -35.05227994537568, "S22": -40.267789321528014, "W31": -69.834728265143923, "S31": -74.880066932971843, "W32": -86.278737023925316, "S32": -91.278737023925316 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 514212.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.55, "S11": -3.0, "W12": -10.05, "S12": -10.05, "W13": -21.113425238256102, "S13": -25.882694836163736, "W21": -42.027681135200012, "S21": -43.00897044390296, "W22": -38.315159056717839, "S22": -39.542301260002034, "W31": -65.107830076840585, "S31": -65.107830076840585, "W32": -85.880578657608069, "S32": -90.880578657608069 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 515230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4013166890920781, "S12": -5.4013166890920781, "W13": -16.165724089724854, "S13": -16.165724089724854, "W21": -44.697005265282826, "S21": -44.697005265282826, "W22": -49.469640066198053, "S22": -49.469640066198053, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103960.0, 521740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36960270575881549, "S11": 0.33126902614111653, "W12": -10.159994610778442, "S12": -10.159994610778442, "W13": -19.350960704394044, "S13": -24.1939286247691, "W21": -37.10245995477154, "S21": -37.995613687834421, "W22": -40.968912664055296, "S22": -44.593474756819596, "W31": -79.907494842589742, "S31": -79.907494842589742, "W32": -100.43110292848515, "S32": -105.43110292848515 }, "geometry": { "type": "Point", "coordinates": [ 103960.6, 512967.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5986408904509275, "W12": -5.453613598028026, "S12": -5.6795210138478947, "W13": -23.532937659769036, "S13": -24.358904707386198, "W21": -38.37592805347208, "S21": -38.37592805347208, "W22": -47.285458514212834, "S22": -54.611069149407548, "W31": -66.713311023692782, "S31": -66.713311023692782, "W32": -90.276289101792457, "S32": -95.276289101792457 }, "geometry": { "type": "Point", "coordinates": [ 103960.666666666671517, 509416.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.037787513691128094, "W12": -6.7783458064816662, "S12": -15.132895547170001, "W13": -20.0, "S13": -24.859648419510862, "W21": -36.060282553979775, "S21": -42.391342086226231, "W22": -47.785878335164838, "S22": -48.918418447547211, "W31": -65.301696225773199, "S31": -68.525573838011979, "W32": -93.002277442216197, "S32": -98.002277442216197 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 504322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86971829793717403, "S11": 0.34628190093042943, "W12": -8.8228189437165376, "S12": -8.8228189437165376, "W13": -19.551919278201883, "S13": -23.369432213444032, "W21": -33.679831778296787, "S21": -33.679831778296787, "W22": -40.0, "S22": -46.535097076198824, "W31": -65.768737263403537, "S31": -75.768737263403537, "W32": -97.80181527926986, "S32": -102.80181527926986 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 504773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083026649746192893, "S11": 0.083026649746192893, "W12": -4.6440447977983332, "S12": -15.484259892862669, "W13": -21.174550909097785, "S13": -21.174550909097785, "W21": -39.080998351062242, "S21": -39.080998351062242, "W22": -49.999999999999993, "S22": -53.360104145804115, "W31": -78.580370444963393, "S31": -78.580370444963393, "W32": -89.839696036995392, "S32": -94.839696036995392 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 506758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28326766609007625, "S11": -0.28326766609007625, "W12": -2.6074007678318321, "S12": -16.247004728227871, "W13": -19.008707145371218, "S13": -19.008707145371218, "W21": -33.044245405924904, "S21": -33.044245405924904, "W22": -33.76063861302864, "S22": -37.13369009153724, "W31": -69.49395235641569, "S31": -71.325183494696276, "W32": -87.111455420628317, "S32": -92.111455420628317 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 507653.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86271554508052983, "S11": -0.88002769061289488, "W12": -5.4663993618222211, "S12": -11.427315468369397, "W13": -20.017565011958901, "S13": -20.017565011958901, "W21": -33.170161557788944, "S21": -33.340912071528052, "W22": -41.366650380400642, "S22": -45.343364936736663, "W31": -67.271438800675739, "S31": -67.271438800675739, "W32": -89.661562706852365, "S32": -94.661562706852365 }, "geometry": { "type": "Point", "coordinates": [ 103961.0, 508102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27479346327326826, "S11": 0.27479346327326826, "W12": -3.3048754122987503, "S12": -8.037376415106456, "W13": -18.266382525771448, "S13": -18.266382525771448, "W21": -33.795146513455322, "S21": -33.795146513455322, "W22": -45.329361845827037, "S22": -45.329361845827037, "W31": -67.061907458247219, "S31": -68.859839778168308, "W32": -96.012723180445263, "S32": -101.01272318044526 }, "geometry": { "type": "Point", "coordinates": [ 103961.333333333328483, 507418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040146100658200908, "S11": -0.19052400243458256, "W12": -3.1312276278443116, "S12": -12.06192069715124, "W13": -19.10889062201613, "S13": -19.10889062201613, "W21": -33.343664933660804, "S21": -33.343664933660804, "W22": -55.500291613204269, "S22": -55.500291613204269, "W31": -79.886991197874764, "S31": -79.886991197874764, "W32": -93.943280318367769, "S32": -98.943280318367769 }, "geometry": { "type": "Point", "coordinates": [ 103962.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4383245283843868, "S11": -1.4630099731934685, "W12": -5.5477604077676759, "S12": -8.1698069362947923, "W13": -20.220939185194723, "S13": -20.220939185194723, "W21": -34.15679400015307, "S21": -34.164664517030708, "W22": -32.933247972553609, "S22": -33.855604800747948, "W31": -69.08247008587611, "S31": -69.08247008587611, "W32": -88.654592665027593, "S32": -93.654592665027593 }, "geometry": { "type": "Point", "coordinates": [ 103962.0, 508013.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22308202675928873, "S11": -0.22308202675928873, "W12": -5.3524233679372974, "S12": -9.9638779277104899, "W13": -27.864647624515573, "S13": -27.864647624515573, "W21": -38.103598080590885, "S21": -38.105307909752312, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -95.777621537548299, "S32": -100.7776215375483 }, "geometry": { "type": "Point", "coordinates": [ 103962.0, 509833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9274041774519262, "S12": -9.9274041774519262, "W13": -17.200001, "S13": -18.226278140868857, "W21": -25.853022468778505, "S21": -26.201124116430375, "W22": -59.994252111243753, "S22": -64.958714606484264, "W31": -78.874361240172448, "S31": -78.874361240172448, "W32": -95.273917803604519, "S32": -100.27391780360452 }, "geometry": { "type": "Point", "coordinates": [ 103962.166666666671517, 496860.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033863141689228708, "S11": -0.033863141689228708, "W12": -3.8137962045954441, "S12": -4.5744428922926046, "W13": -18.968900508316519, "S13": -18.968900508316519, "W21": -34.234507635381654, "S21": -34.234507635381654, "W22": -39.74930538132157, "S22": -48.894837828917439, "W31": -67.997550932112816, "S31": -75.62923068163262, "W32": -87.083941564858065, "S32": -92.083941564858065 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 507494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.15684210526315806, "W12": -4.650130890052365, "S12": -15.325491088838023, "W13": -23.382046943550836, "S13": -23.613046448746221, "W21": -35.652262796632016, "S21": -38.700452122368787, "W22": -48.537659897316061, "S22": -48.537659897316061, "W31": -69.374668082846526, "S31": -70.53262791381556, "W32": -97.46844194767786, "S32": -102.46844194767786 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 509193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3380435183678987, "S12": -11.759210607890136, "W13": -29.542715753605158, "S13": -29.542715753605158, "W21": -40.0, "S21": -40.0, "W22": -40.319594137973993, "S22": -43.676850776252181, "W31": -70.725257209737123, "S31": -71.013917304236344, "W32": -96.11379914660165, "S32": -101.11379914660165 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 510532.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47423674267367705, "S11": -0.47423674267367705, "W12": -11.614017416545391, "S12": -17.305781082377951, "W13": -26.208464681447783, "S13": -26.208464681447783, "W21": -38.466121051744622, "S21": -38.466121051744622, "W22": -40.003693134335734, "S22": -40.003693134335734, "W31": -67.082098087028271, "S31": -71.257741445073506, "W32": -94.149254401725003, "S32": -99.149254401725003 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 511230.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4415855750827165, "S12": -5.4415855750827165, "W13": -20.0, "S13": -20.0, "W21": -46.252732189820755, "S21": -46.252732189820755, "W22": -60.034417335233229, "S22": -60.034417335233229, "W31": -74.317643186527292, "S31": -74.317643186527292, "W32": -88.757530969148249, "S32": -93.757530969148249 }, "geometry": { "type": "Point", "coordinates": [ 103963.0, 518890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37767072157533815, "S11": 0.37767072157533815, "W12": -9.6974112785610114, "S12": -10.213547293569265, "W13": -14.958663680554839, "S13": -19.503858123953552, "W21": -34.086068597919798, "S21": -37.086068597919798, "W22": -39.75269080949262, "S22": -41.400143424530306, "W31": -68.119143252810687, "S31": -72.292164201204969, "W32": -92.564718493434384, "S32": -97.564718493434384 }, "geometry": { "type": "Point", "coordinates": [ 103964.0, 499660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.973021398587079, "S12": -17.973021398587079, "W13": -25.0, "S13": -27.384427403724615, "W21": -39.581199488568103, "S21": -39.581199488568103, "W22": -40.0, "S22": -45.833598822180264, "W31": -65.834946270593079, "S31": -75.834946270593079, "W32": -98.037279490757939, "S32": -103.03727949075794 }, "geometry": { "type": "Point", "coordinates": [ 103964.0, 503930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1126080295245402, "S11": 1.1126080295245402, "W12": -9.2865924572188074, "S12": -9.2865924572188074, "W13": -21.933704325054197, "S13": -21.973380574781764, "W21": -35.428271762366137, "S21": -35.428271762366137, "W22": -40.521730011956514, "S22": -43.12627594419871, "W31": -60.0, "S31": -63.06814674106613, "W32": -89.240196078431367, "S32": -94.240196078431367 }, "geometry": { "type": "Point", "coordinates": [ 103964.0, 504903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36290482813431346, "S11": -0.36290482813431346, "W12": -5.6347098658876646, "S12": -19.245130159347056, "W13": -22.675244475525165, "S13": -23.367271625763287, "W21": -36.727164036958207, "S21": -36.727164036958207, "W22": -61.558594229050954, "S22": -61.558594229050954, "W31": -80.329142159140702, "S31": -86.039786993829807, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103964.0, 509279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38158848614071644, "S11": 0.20994624380567495, "W12": -10.29329037584453, "S12": -10.29329037584453, "W13": -15.0, "S13": -15.0, "W21": -37.553638950409876, "S21": -40.513782822866823, "W22": -46.444706055477887, "S22": -53.258925431515173, "W31": -66.75461493701016, "S31": -66.75461493701016, "W32": -90.115869377614331, "S32": -95.115869377614331 }, "geometry": { "type": "Point", "coordinates": [ 103964.285714285710128, 512031.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80009120202556838, "S11": -0.80009120202556838, "W12": -10.929195049338226, "S12": -22.284665982097223, "W13": -30.0, "S13": -30.0, "W21": -39.284122662639369, "S21": -39.284122662639369, "W22": -38.949315346024505, "S22": -46.331586049847452, "W31": -67.607450229487796, "S31": -74.368391493922459, "W32": -81.201045469631609, "S32": -86.201045469631609 }, "geometry": { "type": "Point", "coordinates": [ 103964.333333333328483, 510950.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37324748543608582, "S11": -0.058005539595221922, "W12": -10.0, "S12": -10.047650036365868, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -37.702482516170711, "S21": -40.302900349441842, "W22": -46.318973494991759, "S22": -55.665243212680622, "W31": -65.136644269771949, "S31": -69.923946491930423, "W32": -93.818997639140292, "S32": -98.818997639140292 }, "geometry": { "type": "Point", "coordinates": [ 103964.333333333328483, 511895.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3860479077508322, "S11": -1.6308686903881227, "W12": -3.329118711739131, "S12": -9.797878944593414, "W13": -19.176649816908135, "S13": -19.176649816908135, "W21": -33.856452874983312, "S21": -33.856452874983312, "W22": -39.982650401366826, "S22": -43.972488688080112, "W31": -63.882452021233156, "S31": -63.882452021233156, "W32": -98.261023791165229, "S32": -103.26102379116523 }, "geometry": { "type": "Point", "coordinates": [ 103964.5, 507709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47796000898674462, "S11": 0.47796000898674462, "W12": -4.816287985300054, "S12": -5.7621558732399798, "W13": -15.046720030493614, "S13": -16.117022295508214, "W21": -30.0, "S21": -33.0, "W22": -41.237681969321329, "S22": -41.237681969321329, "W31": -63.966569131783999, "S31": -66.683536167212353, "W32": -93.481660705518834, "S32": -98.481660705518834 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 498498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0816600450982481, "S12": -19.081660045098246, "W13": -24.453209683247021, "S13": -26.033974753013172, "W21": -39.298077745815831, "S21": -39.298077745815831, "W22": -44.681284183160422, "S22": -50.47213429464221, "W31": -66.920466569896632, "S31": -66.920466569896632, "W32": -89.909173598196958, "S32": -94.909173598196958 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 503883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3409564583375264, "S11": -0.050738026907501954, "W12": -9.8393843305008328, "S12": -9.8393843305008328, "W13": -22.082330621021107, "S13": -24.971962994462775, "W21": -36.191030811068707, "S21": -36.193476116824421, "W22": -48.008527721895092, "S22": -48.808998238447799, "W31": -65.272962184709215, "S31": -68.473870665289724, "W32": -92.963940004649658, "S32": -97.963940004649658 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 505113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24565361370974437, "S11": -0.24565361370974437, "W12": -10.149472613609456, "S12": -20.5441787021919, "W13": -20.5441787021919, "S13": -21.923513583531971, "W21": -35.830479974007147, "S21": -35.830479974007147, "W22": -42.637498927866062, "S22": -45.416795209699735, "W31": -76.149843912591734, "S31": -78.734676866187726, "W32": -98.364156965977884, "S32": -103.36415696597788 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 507104.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.045548833189282587, "S11": -0.4544511668107174, "W12": -3.4742621444522723, "S12": -10.700004718709698, "W13": -19.091561920689134, "S13": -19.091561920689134, "W21": -33.451320666633507, "S21": -33.451320666633507, "W22": -64.968522404641405, "S22": -64.968522404641405, "W31": -101.97780562319009, "S31": -101.97780562319009, "W32": -104.32948084472723, "S32": -109.32948084472723 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 507578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39827022871420331, "S11": -2.3982702287142037, "W12": -2.8029753194464675, "S12": -14.696050945650706, "W13": -18.820091647846013, "S13": -18.820091647846013, "W21": -32.95525613315273, "S21": -32.95525613315273, "W22": -62.209611240561323, "S22": -62.215863633057921, "W31": -79.958545453107192, "S31": -87.21073639324139, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 507674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63843221348582324, "S11": -0.63843221348582324, "W12": -5.0, "S12": -5.0, "W13": -21.274019745634842, "S13": -21.274019745634842, "W21": -33.04863190641094, "S21": -36.411090279585132, "W22": -38.639050381621963, "S22": -39.888791882624304, "W31": -64.98538913362691, "S31": -64.98538913362691, "W32": -85.980672367342152, "S32": -90.980672367342152 }, "geometry": { "type": "Point", "coordinates": [ 103965.0, 508615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2137454981992795, "W12": -10.968250510702548, "S12": -10.968250510702548, "W13": -15.791710871156011, "S13": -19.00109906555042, "W21": -44.850709031499989, "S21": -50.32727814090893, "W22": -40.001473035248765, "S22": -42.50646990496201, "W31": -67.355514458046045, "S31": -68.201433683049729, "W32": -91.788144538268057, "S32": -96.788144538268057 }, "geometry": { "type": "Point", "coordinates": [ 103965.5, 500817.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35760720591944839, "S11": -1.2484749342262407, "W12": -5.0, "S12": -5.0, "W13": -26.116262379790442, "S13": -26.206025786240449, "W21": -39.754691210210495, "S21": -39.754691210210495, "W22": -39.176153203568468, "S22": -46.969684896297636, "W31": -67.78576761378639, "S31": -74.825814212531171, "W32": -82.705123038262755, "S32": -87.705123038262755 }, "geometry": { "type": "Point", "coordinates": [ 103965.5, 509722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36730127933062512, "S11": 0.36730127933062512, "W12": -7.6205754350456365, "S12": -7.6205754350456365, "W13": -12.550333277507955, "S13": -13.060036467316202, "W21": -36.653062574808594, "S21": -43.085235848914337, "W22": -64.525459086076779, "S22": -64.525459086076779, "W31": -85.164004131509188, "S31": -85.164004131509188, "W32": -93.626558789160129, "S32": -98.626558789160129 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 500137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4610557758904745, "S11": 2.4610557758904745, "W12": -10.204335238932863, "S12": -10.677658082588993, "W13": -14.999999999999998, "S13": -17.463103079965901, "W21": -39.095688161929793, "S21": -40.626996371103033, "W22": -50.000000000000007, "S22": -53.351439045790592, "W31": -93.479185283332825, "S31": -93.479185283332825, "W32": -99.566332920623779, "S32": -104.56633292062378 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 500443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3147309216413143, "S12": -6.3147309216413143, "W13": -15.0, "S13": -20.044011588485482, "W21": -39.419178153533984, "S21": -39.419178153533984, "W22": -50.000000000000007, "S22": -52.96775485679953, "W31": -78.522078979984457, "S31": -78.522078979984457, "W32": -89.801043028512368, "S32": -94.801043028512368 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 502452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58003931379556828, "S11": -0.58003931379556828, "W12": -5.0, "S12": -5.0, "W13": -21.559005093462275, "S13": -21.559005093462275, "W21": -32.990412018760324, "S21": -35.665838178541392, "W22": -40.0, "S22": -40.870207519573313, "W31": -66.300650371578357, "S31": -76.300650371578357, "W32": -99.501391590487984, "S32": -104.50139159048798 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 508655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -5.0000000000000009, "S12": -9.0122241790117066, "W13": -23.872489221118673, "S13": -24.505708235396682, "W21": -38.482262125790442, "S21": -38.482262125790442, "W22": -40.002771482227359, "S22": -40.002771482227359, "W31": -67.181893749216528, "S31": -69.892781894887833, "W32": -93.247544616122099, "S32": -98.247544616122099 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 509483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83606076298981535, "S11": -0.83606076298981535, "W12": -10.989324245885371, "S12": -21.919186204949092, "W13": -30.0, "S13": -30.0, "W21": -39.268445549733748, "S21": -39.268445549733748, "W22": -38.938470197257494, "S22": -46.241202573287936, "W31": -67.637213025036445, "S31": -74.355679571367077, "W32": -81.168152292447019, "S32": -86.168152292447019 }, "geometry": { "type": "Point", "coordinates": [ 103966.0, 510957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3925201161677947, "S12": -5.3925201161677947, "W13": -16.071624608161407, "S13": -16.071624608161407, "W21": -44.721424872676351, "S21": -44.721424872676351, "W22": -39.788346951653793, "S22": -42.745636786089953, "W31": -60.0, "S31": -64.549506634909832, "W32": -84.8228770330727, "S32": -89.8228770330727 }, "geometry": { "type": "Point", "coordinates": [ 103966.113207547168713, 521789.245283018855844 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2602570559538888, "S11": 1.2602570559538888, "W12": -9.4762880508020721, "S12": -9.4762880508020721, "W13": -23.043785530721845, "S13": -23.043785530721845, "W21": -36.490322497344827, "S21": -36.490322497344827, "W22": -63.163227833467076, "S22": -103.16322783346708, "W31": -103.16322783346708, "S31": -103.16322783346708, "W32": -104.38012189885941, "S32": -109.38012189885941 }, "geometry": { "type": "Point", "coordinates": [ 103966.666666666671517, 504982.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0580729792561374, "S11": -1.0580729792561374, "W12": -2.964686853100523, "S12": -11.315953135064483, "W13": -20.183173386892108, "S13": -20.183173386892108, "W21": -31.597581674364598, "S21": -31.597581674364598, "W22": -50.0, "S22": -50.0, "W31": -78.450537910572166, "S31": -78.450537910572166, "W32": -89.757583947523756, "S32": -94.757583947523756 }, "geometry": { "type": "Point", "coordinates": [ 103967.142857142855064, 508206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.2383237478567599, "S12": -11.744738043442126, "W13": -23.489997446383743, "S13": -23.489997446383743, "W21": -35.931783768175158, "S21": -37.819213905052614, "W22": -40.828740661229112, "S22": -44.441230783772362, "W31": -71.401149552351541, "S31": -71.720074547242206, "W32": -96.246952148735147, "S32": -101.24695214873515 }, "geometry": { "type": "Point", "coordinates": [ 103967.2, 509059.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.09612782681528248, "W12": -6.5558214430831958, "S12": -14.845543272409014, "W13": -19.840216961899024, "S13": -24.969148385224099, "W21": -35.885664923292978, "S21": -41.917734377580523, "W22": -44.733877487447288, "S22": -44.733877487447288, "W31": -80.374332685729897, "S31": -80.374332685729897, "W32": -99.449836757640512, "S32": -104.44983675764051 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 504332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4903645267323582, "S11": -3.4910570242684051, "W12": -8.3781638463886541, "S12": -9.0665121034141567, "W13": -20.054526488810215, "S13": -25.700263137698457, "W21": -33.635216399298407, "S21": -40.975505181557644, "W22": -32.929216270557568, "S22": -33.683052561279126, "W31": -69.449444468428993, "S31": -69.449444468428993, "W32": -88.27632987914626, "S32": -93.27632987914626 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 505591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1329963104581449, "S11": -3.8670036895418551, "W12": -8.4847900751927678, "S12": -9.5711785417130866, "W13": -22.337684915918572, "S13": -27.629123580461052, "W21": -33.705124294458656, "S21": -41.337303822239861, "W22": -39.83487771358304, "S22": -43.097155402948424, "W31": -60.0, "S31": -64.44453895882954, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 505653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.14896657871591912, "W12": -3.0844378382926214, "S12": -9.8055729678899972, "W13": -26.27561560608142, "S13": -26.27561560608142, "W21": -36.139975080846291, "S21": -42.751883086295564, "W22": -40.534298615233425, "S22": -43.04865600544403, "W31": -60.011407123932884, "S31": -63.035863968287629, "W32": -89.313725490196077, "S32": -94.313725490196077 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1979833475827763, "S11": 0.11586679505661013, "W12": -10.510179857198807, "S12": -10.510179857198807, "W13": -16.622936086755882, "S13": -16.622936086755882, "W21": -36.717701544147857, "S21": -39.551929045025723, "W22": -58.80006138037092, "S22": -65.496248300100959, "W31": -104.44147843710446, "S31": -104.44147843710446, "W32": -104.44147843710446, "S32": -107.33952390994887 }, "geometry": { "type": "Point", "coordinates": [ 103968.0, 512267.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9734464847210873, "S12": -9.9734464847210873, "W13": -17.200001, "S13": -18.029780033915724, "W21": -30.604580741884252, "S21": -30.911424060783315, "W22": -42.556864412963087, "S22": -44.681204426555219, "W31": -80.156092693742607, "S31": -80.156092693742607, "W32": -100.05261812068099, "S32": -105.05261812068099 }, "geometry": { "type": "Point", "coordinates": [ 103969.0, 496818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1939822872939505, "S12": -18.193982287293949, "W13": -24.880464892207637, "S13": -27.12823180886728, "W21": -39.548654300630766, "S21": -39.548654300630766, "W22": -40.002842373791623, "S22": -40.002842373791623, "W31": -66.665967071874761, "S31": -76.779265387334789, "W32": -98.098108173659952, "S32": -103.09810817365995 }, "geometry": { "type": "Point", "coordinates": [ 103969.0, 503923.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34047533049187739, "S11": 0.34047533049187739, "W12": -9.9848467672040186, "S12": -9.9848467672040186, "W13": -15.0, "S13": -16.535298994876705, "W21": -36.845411879840206, "S21": -37.50768407836609, "W22": -61.072197896457872, "S22": -61.072197896457872, "W31": -72.278318270122028, "S31": -73.259309273915107, "W32": -95.412791466478652, "S32": -100.41279146647865 }, "geometry": { "type": "Point", "coordinates": [ 103969.2, 501812.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95380802489206074, "S11": 0.95380802489206074, "W12": -9.2843435126335674, "S12": -9.2843435126335674, "W13": -14.588141349857551, "S13": -16.226084332919537, "W21": -38.039925845543365, "S21": -39.744713692461332, "W22": -62.844824068658788, "S22": -69.179718682241926, "W31": -100.0, "S31": -100.0, "W32": -104.23786943982896, "S32": -109.23786943982896 }, "geometry": { "type": "Point", "coordinates": [ 103969.6, 500311.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1488831929697052, "S11": -0.79509620175071616, "W12": -4.6685639159278347, "S12": -4.6685639159278347, "W13": -22.466403623933854, "S13": -22.466403623933854, "W21": -32.799929757949741, "S21": -33.223666481476855, "W22": -57.689960797595326, "S22": -60.202914165470972, "W31": -103.65185944186607, "S31": -103.65185944186607, "W32": -103.65185944186607, "S32": -107.12371047960492 }, "geometry": { "type": "Point", "coordinates": [ 103969.6, 508782.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0084890301573580795, "S11": 0.0084890301573580795, "W12": -8.7444879872396974, "S12": -20.334522570145687, "W13": -20.334522570145687, "S13": -20.334522570145687, "W21": -34.78658336734803, "S21": -34.78658336734803, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -96.090714030277738, "S31": -96.090714030277738, "W32": -99.735899845095105, "S32": -104.7358998450951 }, "geometry": { "type": "Point", "coordinates": [ 103969.666666666671517, 507253.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34945252532767873, "S11": 0.34945252532767873, "W12": -9.2454423918327659, "S12": -9.7468106660434657, "W13": -14.409133786754461, "S13": -19.40913378675446, "W21": -34.598268375411649, "S21": -37.598268375411649, "W22": -43.920625216774255, "S22": -43.920625216774255, "W31": -79.467212298797833, "S31": -90.749535317025163, "W32": -97.200947736897916, "S32": -102.20094773689792 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 499714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.054918406672686, "S12": -10.054918406672686, "W13": -15.655463673951564, "S13": -15.736520571683023, "W21": -35.987206173528968, "S21": -42.486083575135211, "W22": -44.969761009129549, "S22": -44.969761009129549, "W31": -67.234194323652588, "S31": -69.119289040951188, "W32": -95.877686203754138, "S32": -100.87768620375414 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 501534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63780242860246728, "S11": -0.63780242860246728, "W12": -9.6581547928583813, "S12": -9.6581547928583813, "W13": -16.334867679246532, "S13": -20.450714994354669, "W21": -38.041476407914764, "S21": -46.809382199284833, "W22": -60.093300079428857, "S22": -60.093300079428857, "W31": -74.526806603217452, "S31": -74.526806603217452, "W32": -89.03370736874983, "S32": -94.03370736874983 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 502199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -19.577041690462593, "W21": -38.438248495096389, "S21": -38.438248495096389, "W22": -49.489909368667455, "S22": -49.489909368667455, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 502549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6805792978840521, "S11": -2.2954789742515977, "W12": -8.9401725923508888, "S12": -8.9401725923508888, "W13": -19.241510025062624, "S13": -25.165849587926008, "W21": -34.383121725787426, "S21": -38.343917990533534, "W22": -49.383254583533073, "S22": -51.671946766300856, "W31": -79.598064762959751, "S31": -79.598064762959751, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 505372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.393850990254637, "S12": -9.4558685574625159, "W13": -23.279283291525701, "S13": -23.279283291525701, "W21": -37.849294223933057, "S21": -43.071754237449625, "W22": -46.280573797744097, "S22": -56.107129814341754, "W31": -65.100768782443396, "S31": -69.984975599856909, "W32": -93.847941984948335, "S32": -98.847941984948335 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 506419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52212341394642658, "W12": -9.9743062692702971, "S12": -13.453535345911956, "W13": -20.20377235988558, "S13": -21.574465377698608, "W21": -37.990063334090515, "S21": -37.990063334090515, "W22": -61.964946828080379, "S22": -61.964946828080379, "W31": -79.981156028736791, "S31": -87.032442555986037, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 506974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.96915031143485708, "W12": -10.0, "S12": -14.571458869064976, "W13": -20.184772606050092, "S13": -21.699790159034102, "W21": -37.890349870116452, "S21": -37.890349870116452, "W22": -50.458343757818355, "S22": -60.458343757818355, "W31": -78.653418985751088, "S31": -78.653418985751088, "W32": -92.247897662485755, "S32": -97.247897662485755 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 506994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4354902076619309, "S12": -5.4354902076619309, "W13": -20.0, "S13": -20.0, "W21": -46.899225656018231, "S21": -56.899225656018231, "W22": -43.714841475792234, "S22": -43.714841475792234, "W31": -79.537023911543358, "S31": -89.497459124204084, "W32": -97.314187223261413, "S32": -102.31418722326141 }, "geometry": { "type": "Point", "coordinates": [ 103970.0, 518690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72308568620443181, "S11": -0.72308568620443181, "W12": -5.0, "S12": -5.0, "W13": -20.885774112339487, "S13": -20.885774112339487, "W21": -32.801719996221586, "S21": -38.404329219522559, "W22": -39.99897403390748, "S22": -42.286293047315262, "W31": -69.947942739061673, "S31": -71.149151971083057, "W32": -97.213438253709171, "S32": -102.21343825370917 }, "geometry": { "type": "Point", "coordinates": [ 103970.125, 508558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71209874555577368, "S11": -1.4592521157316245, "W12": -8.470238519278638, "S12": -10.089656213709041, "W13": -25.0, "S13": -29.685435671594842, "W21": -33.778634107968109, "S21": -41.751340232683177, "W22": -47.509225092250929, "S22": -54.478015931066352, "W31": -66.573376675943877, "S31": -66.573376675943877, "W32": -90.429673114236877, "S32": -95.429673114236877 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 505725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27101767797419979, "S11": 0.27101767797419979, "W12": -4.0520640725451695, "S12": -4.8710703816934346, "W13": -18.992593700571582, "S13": -18.992593700571582, "W21": -34.160236853443415, "S21": -34.160236853443415, "W22": -43.471994720904171, "S22": -56.302712209693411, "W31": -65.165339148681937, "S31": -71.433083802787962, "W32": -94.589697609574145, "S32": -99.589697609574145 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 507496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6321054286313138, "S11": 0.1321054286313138, "W12": -3.6845389153463453, "S12": -7.6803916888040913, "W13": -19.073681253025633, "S13": -19.073681253025633, "W21": -33.604624065893823, "S21": -33.604624065893823, "W22": -48.469537850726425, "S22": -48.469537850726425, "W31": -69.661776420605406, "S31": -70.718740487018721, "W32": -97.759365790188312, "S32": -102.75936579018831 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 507554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018854507015183541, "S11": -0.27696316215774874, "W12": -2.9753646459786314, "S12": -11.824869596473681, "W13": -19.143584315486024, "S13": -19.143584315486024, "W21": -33.346257121372581, "S21": -33.346257121372581, "W22": -57.985388409371005, "S22": -57.985388409371005, "W31": -79.387268922044029, "S31": -79.387268922044029, "W32": -91.944480220151974, "S32": -96.944480220151974 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 507604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40149035093636992, "S11": 0.40149035093636992, "W12": -15.0, "S12": -15.0, "W13": -21.160889068062019, "S13": -21.59933451048196, "W21": -37.864594572080826, "S21": -41.198474636287109, "W22": -50.002624518838211, "S22": -50.002624518838211, "W31": -79.269069442944826, "S31": -85.894858640078183, "W32": -96.141676256821384, "S32": -101.14167625682138 }, "geometry": { "type": "Point", "coordinates": [ 103971.0, 514258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0609260131228395, "S11": -1.5667833792663135, "W12": -8.6574976823556344, "S12": -8.6574976823556344, "W13": -20.570682691859002, "S13": -24.824790426016119, "W21": -44.416873552375513, "S21": -44.416873552375513, "W22": -45.561203719041089, "S22": -47.790181156489211, "W31": -77.459690747398696, "S31": -78.459690747398696, "W32": -97.458807023011218, "S32": -102.45880702301122 }, "geometry": { "type": "Point", "coordinates": [ 103971.189393939392176, 516133.946969696960878 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2868266494391987, "S11": 0.79607074024209257, "W12": -9.527634712299939, "S12": -9.527634712299939, "W13": -23.078163799551195, "S13": -23.078163799551195, "W21": -36.666278065630358, "S21": -36.666278065630358, "W22": -39.79449283409329, "S22": -48.087095546989751, "W31": -68.007629344207317, "S31": -75.148790041391763, "W32": -87.786729698167434, "S32": -92.786729698167434 }, "geometry": { "type": "Point", "coordinates": [ 103971.5, 505025.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.200001, "S13": -18.01474920143885, "W21": -36.108841324316799, "S21": -36.393212092908186, "W22": -43.237241342332752, "S22": -43.237241342332752, "W31": -66.402683770368569, "S31": -68.741436838606177, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 496794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6694549606027893, "S11": 3.6694549606027893, "W12": -10.762316036352976, "S12": -12.124299737683337, "W13": -15.641545073843695, "S13": -19.163609706618924, "W21": -38.317138321468178, "S21": -40.325692286077121, "W22": -47.487346071544394, "S22": -52.135474160367195, "W31": -65.173799204009214, "S31": -69.131908155018863, "W32": -93.343244698678234, "S32": -98.343244698678234 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 500627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5728717368593257, "S11": -1.4271282631406743, "W12": -9.1612987416876965, "S12": -9.1612987416876965, "W13": -19.582274436090209, "S13": -25.436004586652331, "W21": -34.846185228147725, "S21": -37.260792279808015, "W22": -61.32895381327149, "S22": -63.801530101052712, "W31": -79.00872908285271, "S31": -79.00872908285271, "W32": -95.844853100411456, "S32": -100.84485310041146 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 505298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41387996438112773, "S11": -0.3722170390426891, "W12": -7.6381738684304983, "S12": -10.147888347227561, "W13": -25.0, "S13": -26.243113498685556, "W21": -33.928295062408701, "S21": -42.537088645557716, "W22": -60.0, "S22": -64.214364207310467, "W31": -78.651407662302333, "S31": -78.651407662302333, "W32": -89.568643969523535, "S32": -94.568643969523535 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 505860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38771766098377064, "S11": 0.13761183341216071, "W12": -10.124118683487209, "S12": -10.124118683487209, "W13": -15.0, "S13": -15.0, "W21": -37.666155270935874, "S21": -40.666155270935874, "W22": -60.0, "S22": -67.837370242214533, "W31": -105.10059444879754, "S31": -105.10059444879754, "W32": -105.10059444879754, "S32": -107.48868649057134 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 511978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2827388296438792, "S11": 0.2827388296438792, "W12": -10.699085625440695, "S12": -10.699085625440695, "W13": -19.84467125381645, "S13": -25.026721313239321, "W21": -38.536751985051865, "S21": -40.976131830013102, "W22": -64.204515108539567, "S22": -64.204515108539567, "W31": -81.956430666108091, "S31": -81.956430666108091, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103972.0, 513310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3837235432435122, "S12": -5.3837235432435122, "W13": -15.977525126597962, "S13": -15.977525126597962, "W21": -44.745844480069877, "S21": -44.745844480069877, "W22": -47.234609849607459, "S22": -53.016378179442945, "W31": -65.151414600291332, "S31": -69.324854399168586, "W32": -93.456025966987454, "S32": -98.456025966987454 }, "geometry": { "type": "Point", "coordinates": [ 103972.226415094337426, 521838.490566037711687 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52066567006683084, "S11": 0.52066567006683084, "W12": -7.2536346882358966, "S12": -17.253634688235898, "W13": -24.739017210144926, "S13": -28.492956706226497, "W21": -39.567818510359714, "S21": -39.567818510359714, "W22": -50.291572413067499, "S22": -50.725975192159318, "W31": -78.411953584554809, "S31": -78.411953584554809, "W32": -89.732199747640863, "S32": -94.732199747640863 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8001504048429311, "S11": -3.281484122246094, "W12": -8.6014438932573345, "S12": -8.6014438932573345, "W13": -18.817073430517688, "S13": -24.877506127579327, "W21": -33.708479575178508, "S21": -39.668132904991872, "W22": -49.662637313156047, "S22": -49.662637313156047, "W31": -79.232375234803627, "S31": -86.424927020093051, "W32": -96.195621198136635, "S32": -101.19562119813664 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 505466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59558657340948518, "S11": 0.59558657340948518, "W12": -9.0140328565220251, "S12": -13.171812602610007, "W13": -30.312637824377457, "S13": -30.312637824377457, "W21": -40.0, "S21": -40.003797711857075, "W22": -39.803884290599783, "S22": -47.894999913121893, "W31": -67.998510460252334, "S31": -74.754783204937254, "W32": -87.92213607168523, "S32": -92.92213607168523 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 510360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0439494997617913, "S11": -0.0439494997617913, "W12": -10.0, "S12": -24.082629355860615, "W13": -30.0, "S13": -30.0, "W21": -39.538736399955361, "S21": -39.538736399955361, "W22": -40.0, "S22": -46.623407156627636, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -97.874253607979796, "S32": -102.8742536079798 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 510826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3816132828944028, "S12": -5.3816132828944028, "W13": -15.839626358263965, "S13": -15.839626358263965, "W21": -44.791219547857466, "S21": -44.791219547857466, "W22": -49.056273062730625, "S22": -54.898259016138034, "W31": -66.22679511897563, "S31": -66.22679511897563, "W32": -91.134989473915638, "S32": -96.134989473915638 }, "geometry": { "type": "Point", "coordinates": [ 103973.0, 521909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47134998144028767, "S11": 0.47134998144028767, "W12": -7.6759965835681641, "S12": -7.9615749502449056, "W13": -19.43031417096692, "S13": -22.797601612115464, "W21": -35.679009630894626, "S21": -35.679009630894626, "W22": -64.195344129554655, "S22": -70.056328111248021, "W31": -79.452124006507475, "S31": -79.452124006507475, "W32": -95.685686225532493, "S32": -100.68568622553249 }, "geometry": { "type": "Point", "coordinates": [ 103973.166666666671517, 503299.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44560070058117163, "S11": 0.44560070058117163, "W12": -7.1851362842948721, "S12": -7.1851362842948721, "W13": -19.190134046350547, "S13": -21.484301903110193, "W21": -35.034382841500694, "S21": -35.034382841500694, "W22": -36.388632682988998, "S22": -40.537609026958748, "W31": -68.102642676592296, "S31": -68.102642676592296, "W32": -85.52590456212144, "S32": -90.52590456212144 }, "geometry": { "type": "Point", "coordinates": [ 103973.4, 503226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34893805637493702, "S11": 0.34893805637493702, "W12": -12.09148406268727, "S12": -12.09148406268727, "W13": -19.935919108316401, "S13": -22.553274192887994, "W21": -37.230684433090723, "S21": -41.748172618864622, "W22": -39.942044881152583, "S22": -44.270436427066535, "W31": -59.999999999999993, "S31": -64.067029601905404, "W32": -86.029411764705884, "S32": -91.029411764705884 }, "geometry": { "type": "Point", "coordinates": [ 103973.833333333328483, 513544.916666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2838885523924892, "W12": -10.294611381567902, "S12": -10.294611381567902, "W13": -15.571719686102441, "S13": -16.405579362927536, "W21": -39.178798058977229, "S21": -46.310612408713219, "W22": -49.284619248857027, "S22": -51.458311510657076, "W31": -89.343216148408786, "S31": -89.343216148408786, "W32": -95.358570531922027, "S32": -100.35857053192203 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 501449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3802875495057743, "S11": -0.62386752637726373, "W12": -10.794669299111549, "S12": -10.794669299111549, "W13": -15.0, "S13": -15.850295279439948, "W21": -35.222934218364401, "S21": -42.006866282674309, "W22": -48.824108241082413, "S22": -54.687245043559798, "W31": -66.251302481507992, "S31": -66.251302481507992, "W32": -91.052608435158774, "S32": -96.052608435158774 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 501714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33959845651529708, "S11": 0.15526471288088484, "W12": -7.2573571666449643, "S12": -10.083904443775058, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -33.97053632457154, "S21": -42.778100147507672, "W22": -40.632286552521052, "S22": -41.971759101735287, "W31": -61.291948778333825, "S31": -64.191815693425653, "W32": -90.73684210526315, "S32": -95.73684210526315 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 505902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22569671343455705, "S11": -0.22569671343455699, "W12": -2.7374863153711497, "S12": -14.834516018341446, "W13": -19.211537350360704, "S13": -19.211537350360704, "W21": -33.138705182029376, "S21": -33.138705182029376, "W22": -39.363209103840681, "S22": -42.475351096579686, "W31": -67.342222086687457, "S31": -67.342222086687457, "W32": -89.529735065721354, "S32": -94.529735065721354 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.87035271687321258, "W12": -5.0000000000000009, "S12": -8.3906557546876641, "W13": -23.879734527124178, "S13": -24.461906860555885, "W21": -38.593890568538924, "S21": -38.593890568538924, "W22": -44.09862272061612, "S22": -59.09862272061612, "W31": -65.147502938366813, "S31": -71.105621412233717, "W32": -94.393042399221699, "S32": -99.393042399221699 }, "geometry": { "type": "Point", "coordinates": [ 103974.0, 509499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9355198496245594, "S12": -6.9355198496245594, "W13": -20.0, "S13": -23.113099792703387, "W21": -45.745040134999542, "S21": -52.245028919710798, "W22": -40.48482394966873, "S22": -43.790936543041852, "W31": -60.0, "S31": -63.31722664133919, "W32": -88.284313725490208, "S32": -93.284313725490208 }, "geometry": { "type": "Point", "coordinates": [ 103974.25, 517357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29272927181115121, "S11": 0.29272927181115121, "W12": -8.0313320369470116, "S12": -8.4668704571354247, "W13": -12.913038781611331, "S13": -14.436857048402624, "W21": -35.698301944202917, "S21": -42.190740817763952, "W22": -55.341288487696666, "S22": -55.341288487696666, "W31": -101.52692952692973, "S31": -101.52692952692973, "W32": -101.52692952692973, "S32": -106.19934731628932 }, "geometry": { "type": "Point", "coordinates": [ 103975.0, 499862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1378385138361491, "W12": -10.771447253705318, "S12": -10.771447253705318, "W13": -15.321893197868913, "S13": -19.664433431381063, "W21": -52.604585141143069, "S21": -62.039682980252088, "W22": -60.0, "S22": -64.443935849184641, "W31": -78.544378777202709, "S31": -78.544378777202709, "W32": -89.579222139116681, "S32": -94.579222139116681 }, "geometry": { "type": "Point", "coordinates": [ 103975.0, 501136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14243359097913549, "S11": 0.14243359097913549, "W12": -7.9658426257913995, "S12": -23.997424232663558, "W13": -30.514587160738529, "S13": -30.514587160738529, "W21": -36.562959420010806, "S21": -36.570095369132837, "W22": -40.418973967015468, "S22": -42.754860018447275, "W31": -65.469116102448908, "S31": -73.239796177298558, "W32": -95.614250645086798, "S32": -100.6142506450868 }, "geometry": { "type": "Point", "coordinates": [ 103975.5, 510044.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0929408184999239, "S11": 1.0929408184999239, "W12": -6.5019732067255349, "S12": -8.0764180158273842, "W13": -15.000000000000002, "S13": -15.257966038247313, "W21": -30.0, "S21": -33.154486329870849, "W22": -44.610160172432053, "S22": -44.610160172432053, "W31": -67.406481189057956, "S31": -68.989560004267545, "W32": -95.742649227063026, "S32": -100.74264922706303 }, "geometry": { "type": "Point", "coordinates": [ 103976.0, 498835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.217645039478203, "S12": -19.946198511773165, "W13": -22.360374624703123, "S13": -22.531873030776762, "W21": -38.033071038251364, "S21": -38.033071038251364, "W22": -36.884361639616344, "S22": -40.868721168752053, "W31": -67.736137354834185, "S31": -67.736137354834185, "W32": -89.316615338557213, "S32": -94.316615338557213 }, "geometry": { "type": "Point", "coordinates": [ 103976.0, 503702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48387438409023559, "S11": -1.0846998040058653, "W12": -7.872586458745281, "S12": -10.18136609494508, "W13": -25.0, "S13": -27.655389187335693, "W21": -33.866196516237082, "S21": -42.260501596414272, "W22": -36.099465378544394, "S22": -40.624276786667082, "W31": -68.652144189803593, "S31": -70.362793182465751, "W32": -85.731744099590216, "S32": -90.731744099590216 }, "geometry": { "type": "Point", "coordinates": [ 103976.0, 505814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.9932176010320553, "S12": -8.7086505564812278, "W13": -25.887780184283244, "S13": -25.887780184283244, "W21": -36.536382744041433, "S21": -42.643442604607266, "W22": -35.25420180916371, "S22": -40.075519055854095, "W31": -68.112629413838349, "S31": -68.112629413838349, "W32": -89.118314559293736, "S32": -94.118314559293736 }, "geometry": { "type": "Point", "coordinates": [ 103976.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94691461898843099, "S11": 0.94691461898843099, "W12": -10.0, "S12": -10.780554765659337, "W13": -14.229824005073727, "S13": -16.702227256489703, "W21": -33.308663634554286, "S21": -36.308663634554286, "W22": -46.944105181021428, "S22": -54.364388167955283, "W31": -65.084674746153183, "S31": -69.60842237139066, "W32": -93.613869889637343, "S32": -98.613869889637343 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 499390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35586515051936723, "S11": 0.35586515051936723, "W12": -9.7100996596985905, "S12": -10.203041823389079, "W13": -14.997673034515735, "S13": -19.172161369719049, "W21": -34.39845175969392, "S21": -37.39845175969392, "W22": -37.807680843517474, "S22": -40.09951047694328, "W31": -65.962492533022186, "S31": -65.962492533022186, "W32": -86.360678198321637, "S32": -91.360678198321637 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 499655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34941697770833591, "S11": 0.34941697770833591, "W12": -9.547484200291688, "S12": -10.038983262275575, "W13": -14.796089844811631, "S13": -19.164024227912186, "W21": -34.529170288020403, "S21": -37.529170288020403, "W22": -46.907046667580097, "S22": -54.588789406169312, "W31": -65.075456831811834, "S31": -69.645656954656687, "W32": -93.634489774462139, "S32": -98.634489774462139 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 499675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5446715617305663, "S11": 0.5446715617305663, "W12": -6.3132870891778436, "S12": -16.313287089177845, "W13": -24.321151082965248, "S13": -28.836966560114703, "W21": -39.546307607526877, "S21": -39.546307607526877, "W22": -44.682496008688858, "S22": -45.817686927161098, "W31": -80.185913840823105, "S31": -80.185913840823105, "W32": -98.939957338714734, "S32": -103.93995733871473 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 504004.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7589002630812249, "S11": -3.2410997369187751, "W12": -8.6283641127429345, "S12": -8.6804603276896746, "W13": -18.897578298611943, "S13": -24.966718615395784, "W21": -33.78634731001145, "S21": -39.328763151977029, "W22": -38.048778093938886, "S22": -38.202610502280628, "W31": -60.0, "S31": -65.521285658650569, "W32": -83.061002634109627, "S32": -88.061002634109627 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 505445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19140880261387661, "S11": -0.19140880261387661, "W12": -2.7620171895078638, "S12": -14.20954194198311, "W13": -19.21238344527341, "S13": -19.21238344527341, "W21": -33.17918550942656, "S21": -33.17918550942656, "W22": -61.89800355725577, "S22": -61.89800355725577, "W31": -89.965358997386161, "S31": -89.965358997386161, "W32": -96.407702237522074, "S32": -101.40770223752207 }, "geometry": { "type": "Point", "coordinates": [ 103977.0, 507642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.166256618063616, "S11": 1.166256618063616, "W12": -9.4692039826153405, "S12": -9.4692039826153405, "W13": -14.888352593088563, "S13": -16.690342671337056, "W21": -38.193626716141885, "S21": -39.933228235277134, "W22": -40.574032681902764, "S22": -44.259565898685985, "W31": -68.196457737852185, "S31": -68.850249925870827, "W32": -98.270583662930662, "S32": -103.27058366293066 }, "geometry": { "type": "Point", "coordinates": [ 103977.333333333328483, 500333.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67073251905348286, "S11": -0.13715514153827801, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -16.20071962141656, "W21": -36.146685388477579, "S21": -39.387282519148378, "W22": -39.63309080085255, "S22": -47.70355803700869, "W31": -68.198385354478788, "S31": -75.549857036670929, "W32": -86.37750404240029, "S32": -91.37750404240029 }, "geometry": { "type": "Point", "coordinates": [ 103978.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56675760640169193, "S11": 0.56675760640169193, "W12": -5.1785531454312057, "S12": -15.178553145431206, "W13": -23.667319541355415, "S13": -28.409482636737923, "W21": -39.464618039531452, "S21": -39.464618039531452, "W22": -41.652826391161362, "S22": -41.652826391161362, "W31": -64.183650759606493, "S31": -66.84002569661304, "W32": -94.172101830422889, "S32": -99.172101830422889 }, "geometry": { "type": "Point", "coordinates": [ 103978.0, 504051.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0980491201042812, "S11": 1.0980491201042812, "W12": -9.0866699894777643, "S12": -9.0866699894777643, "W13": -21.783229673881895, "S13": -21.783229673881895, "W21": -35.31001794211754, "S21": -35.31001794211754, "W22": -60.66063342419627, "S22": -60.66063342419627, "W31": -72.908570966214342, "S31": -73.685524061324912, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103978.0, 504906.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12262481251339191, "S11": -0.12262481251339191, "W12": -3.9980607255106047, "S12": -6.6139913248796898, "W13": -18.97313098288004, "S13": -18.97313098288004, "W21": -34.401991888152814, "S21": -34.401991888152814, "W22": -44.896601024291172, "S22": -44.896601024291172, "W31": -67.153766889663999, "S31": -69.01783072417598, "W32": -95.871860438189202, "S32": -100.8718604381892 }, "geometry": { "type": "Point", "coordinates": [ 103978.0, 507469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3749269703192271, "S12": -5.3749269703192271, "W13": -15.883425645034405, "S13": -15.883425645034405, "W21": -44.770264087463438, "S21": -44.770264087463438, "W22": -55.356351745719181, "S22": -55.356351745719181, "W31": -101.30816995102703, "S31": -101.30816995102703, "W32": -101.30816995102703, "S32": -106.07421055960715 }, "geometry": { "type": "Point", "coordinates": [ 103978.339622641506139, 521887.735849056625739 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31592019206888, "S11": -0.31592019206888, "W12": -10.167995581001806, "S12": -20.167995581001804, "W13": -20.167995581001804, "S13": -22.572871882387012, "W21": -35.668111248313735, "S21": -35.668111248313735, "W22": -33.509810867790243, "S22": -33.86485105334112, "W31": -69.204181846929842, "S31": -69.204181846929842, "W32": -88.541815121005797, "S32": -93.541815121005797 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1400001, "S11": -2.1400001, "W12": -5.25, "S12": -20.3, "W13": -20.309999, "S13": -20.309999, "W21": -34.184434270402697, "S21": -34.194144186014512, "W22": -56.579115289765866, "S22": -56.579115289765866, "W31": -79.60798668901549, "S31": -79.60798668901549, "W32": -92.979916701798828, "S32": -97.979916701798828 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3738675878459539, "S12": -5.3738675878459539, "W13": -15.933437937377708, "S13": -15.933437937377708, "W21": -44.75218469396372, "S21": -44.75218469396372, "W22": -61.781957614384311, "S22": -70.934648295440539, "W31": -105.57793554164499, "S31": -105.57793554164499, "W32": -105.57793554164499, "S32": -107.53427946282653 }, "geometry": { "type": "Point", "coordinates": [ 103979.444444444437977, 521862.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44286616161616621, "S11": 0.44286616161616621, "W12": -7.7562949990270473, "S12": -7.7562949990270473, "W13": -16.456819686771734, "S13": -18.763161699620515, "W21": -34.622436253781508, "S21": -35.024341998209295, "W22": -62.661706426512154, "S22": -62.661706426512154, "W31": -79.143096925533001, "S31": -79.143096925533001, "W32": -96.149319905536188, "S32": -101.14931990553619 }, "geometry": { "type": "Point", "coordinates": [ 103979.666666666671517, 497489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5246644240504261, "S11": 1.5246644240504261, "W12": -8.3241903502974228, "S12": -9.2088040740094748, "W13": -15.0, "S13": -16.14276090572886, "W21": -31.744226332200594, "S21": -34.744226332200597, "W22": -42.287228109314, "S22": -46.59599912740255, "W31": -67.025646462022166, "S31": -67.025646462022166, "W32": -89.748577213204456, "S32": -94.748577213204456 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 499199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.5998682235516122, "S11": 3.3633550136164754, "W12": -10.872218497269648, "S12": -12.500204845392515, "W13": -15.903302580687722, "S13": -19.220663588841912, "W21": -40.647383585236696, "S21": -42.947241750845237, "W22": -50.000000000000007, "S22": -54.585585038557298, "W31": -65.938635151942847, "S31": -66.742036866880269, "W32": -91.596726880185514, "S32": -96.596726880185514 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 500692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096008142275551794, "S11": -0.096008142275551794, "W12": -4.0439326804202675, "S12": -6.7655415132278396, "W13": -18.976957189069996, "S13": -18.976957189069996, "W21": -34.399428121480703, "S21": -34.399428121480703, "W22": -50.0, "S22": -53.576821098224947, "W31": -65.615473788152443, "S31": -67.543195301715372, "W32": -92.197687315179948, "S32": -97.197687315179948 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 507468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23459351620947633, "S11": -0.26540648379052367, "W12": -2.8752276096051306, "S12": -2.8752276096051306, "W13": -19.046386101031917, "S13": -19.046386101031917, "W21": -34.028177282559575, "S21": -34.033397741113369, "W22": -59.538488931094378, "S22": -78.003436305995692, "W31": -99.053369744481529, "S31": -99.053369744481529, "W32": -102.74601303602701, "S32": -107.74601303602701 }, "geometry": { "type": "Point", "coordinates": [ 103980.0, 507818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -16.067139990083536, "S13": -16.067139990083536, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -43.279558158883759, "W31": -66.44735867229663, "S31": -66.44735867229663, "W32": -95.926864269023582, "S32": -100.92686426902358 }, "geometry": { "type": "Point", "coordinates": [ 103980.142857142855064, 524549.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56867745339430187, "S11": 0.56867745339430187, "W12": -5.3729394901197907, "S12": -15.372939490119791, "W13": -23.735450585546985, "S13": -28.381059089649487, "W21": -39.469214987847728, "S21": -39.469214987847728, "W22": -33.510753841419437, "S22": -33.514234023799716, "W31": -69.313503062953899, "S31": -69.313503062953899, "W32": -88.477843033498161, "S32": -93.477843033498161 }, "geometry": { "type": "Point", "coordinates": [ 103981.0, 504045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8959211183436443, "S11": 0.8959211183436443, "W12": -8.7554936305732483, "S12": -8.7554936305732483, "W13": -19.874188244087335, "S13": -23.200934995465616, "W21": -33.849786711595122, "S21": -33.849786711595122, "W22": -39.6856956865265, "S22": -46.729909661735377, "W31": -67.939929249446294, "S31": -72.329892857950412, "W32": -88.760330578512409, "S32": -93.760330578512409 }, "geometry": { "type": "Point", "coordinates": [ 103981.0, 504802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0079470684636645389, "S11": -0.49205293153633545, "W12": -6.3775872270696876, "S12": -18.606136998687266, "W13": -29.853739055547582, "S13": -29.853739055547582, "W21": -37.512239020817887, "S21": -37.516810650746905, "W22": -50.887033815006262, "S22": -53.33340462885694, "W31": -85.679562974676116, "S31": -85.679562974676116, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103981.0, 509951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2553050286917871, "S11": 0.44686523703068137, "W12": -9.427618098244448, "S12": -9.427618098244448, "W13": -22.831178010471167, "S13": -22.83117801047117, "W21": -36.404533006806282, "S21": -36.404533006806282, "W22": -45.246683992939637, "S22": -48.17732489756478, "W31": -74.929639628257675, "S31": -75.651659646456039, "W32": -97.105051162506669, "S32": -102.10505116250667 }, "geometry": { "type": "Point", "coordinates": [ 103981.5, 505042.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3777727851419157, "S11": 0.3777727851419157, "W12": -4.8596081406517531, "S12": -5.7756047864367872, "W13": -15.083120830951019, "S13": -16.284920215372139, "W21": -31.538647619775155, "S21": -34.350351266780166, "W22": -44.554590973067093, "S22": -44.969610902096207, "W31": -80.361500447828931, "S31": -80.361500447828931, "W32": -99.496222800341329, "S32": -104.49622280034133 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 498436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35894621960831868, "S11": 0.35894621960831868, "W12": -7.6746577149914428, "S12": -7.6746577149914428, "W13": -12.761939373639258, "S13": -13.384100235396264, "W21": -36.876551775996745, "S21": -43.046419181895011, "W22": -40.0, "S22": -41.985163851530189, "W31": -69.214044570868055, "S31": -70.30053179060333, "W32": -95.704923624138175, "S32": -100.70492362413817 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 500146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0106468909179975, "S11": 2.0106468909179975, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.179773846065725, "W21": -38.634989513994661, "S21": -40.346963805551773, "W22": -49.55708140655738, "S22": -51.575070541832112, "W31": -65.36983609778018, "S31": -68.044111527380082, "W32": -92.590050035612791, "S32": -97.590050035612791 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 500390.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35248422327128637, "S11": -1.3524842232712864, "W12": -5.0, "S12": -5.0, "W13": -26.155992949471212, "S13": -26.2271962676841, "W21": -39.868229580709304, "S21": -39.868229580709304, "W22": -46.296764863243567, "S22": -56.247802207641911, "W31": -65.017934892015049, "S31": -69.891990343612747, "W32": -93.771713812287231, "S32": -98.771713812287231 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 509721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5943482819492711, "S12": -24.594348281949273, "W13": -29.675479748441226, "S13": -29.675479748441226, "W21": -39.940367207251143, "S21": -39.940367207251143, "W22": -62.132219956131912, "S22": -62.132219956131912, "W31": -99.999999999999986, "S31": -99.999999999999986, "W32": -103.8377258972811, "S32": -108.8377258972811 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 510617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28896998569656279, "S11": -0.28896998569656279, "W12": -10.0, "S12": -11.65182434464724, "W13": -24.646648505861311, "S13": -24.646648505861311, "W21": -38.428508663099407, "S21": -38.428508663099407, "W22": -62.518222463603422, "S22": -62.518222463603422, "W31": -79.911989190377909, "S31": -84.630760831134126, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 511342.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42847312890788447, "S11": 0.079071742644494458, "W12": -9.8261764793649853, "S12": -10.264028546938324, "W13": -15.0, "S13": -15.0, "W21": -37.870006578228939, "S21": -40.275383790387515, "W22": -40.0, "S22": -40.047142159257447, "W31": -60.0, "S31": -60.0, "W32": -95.338338676981607, "S32": -100.33833867698161 }, "geometry": { "type": "Point", "coordinates": [ 103982.0, 511855.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24858227658698986, "S11": 0.24858227658698986, "W12": -6.9581848268972744, "S12": -7.3341860983530909, "W13": -11.923809523809526, "S13": -11.923809523809526, "W21": -36.555951681718099, "S21": -40.666369636166294, "W22": -61.962867778405226, "S22": -61.962867778405226, "W31": -90.131124091071641, "S31": -90.131124091071641, "W32": -96.463855421686759, "S32": -101.46385542168676 }, "geometry": { "type": "Point", "coordinates": [ 103983.0, 500048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2759568933481977, "S11": 1.2759568933481977, "W12": -4.048450108840413, "S12": -4.5299169858120232, "W13": -19.037919917698634, "S13": -19.037919917698634, "W21": -33.974145679411286, "S21": -33.974145679411286, "W22": -33.814184645392935, "S22": -36.45790920485247, "W31": -69.369432460053304, "S31": -70.753012124217975, "W32": -87.232929596822501, "S32": -92.232929596822501 }, "geometry": { "type": "Point", "coordinates": [ 103983.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41752957877130226, "S11": -0.41752957877130226, "W12": -10.792957910014731, "S12": -15.979286006127067, "W13": -25.534530418370334, "S13": -25.534530418370334, "W21": -38.510385883355326, "S21": -38.510385883355326, "W22": -32.57377433063651, "S22": -35.496406489226821, "W31": -68.724003650234337, "S31": -68.724003650234337, "W32": -88.778514910972561, "S32": -93.778514910972561 }, "geometry": { "type": "Point", "coordinates": [ 103983.0, 511274.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.9999999999999982, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -44.040322771513424, "W31": -65.999970892426191, "S31": -75.999970892426191, "W32": -98.016818274614749, "S32": -103.01681827461475 }, "geometry": { "type": "Point", "coordinates": [ 103983.0, 526377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0943422225120079, "S11": 1.0943422225120079, "W12": -6.4493016080621093, "S12": -7.9069101848042607, "W13": -15.0, "S13": -15.362213516287055, "W21": -30.0, "S21": -33.0, "W22": -44.419283300880387, "S22": -44.419283300880387, "W31": -80.594335428223118, "S31": -80.594335428223118, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 103984.0, 498827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -24.16374084602225, "S13": -24.551730221473843, "W21": -39.585213290250984, "S21": -39.585213290250984, "W22": -60.302766193829754, "S22": -60.302766193829754, "W31": -75.083508202832746, "S31": -75.545885631850382, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 103984.0, 509565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4966869637077798, "S12": -5.4966869637077798, "W13": -20.0, "S13": -24.810273994610398, "W21": -46.624053634953931, "S21": -46.624053634953931, "W22": -43.287662575503575, "S22": -56.875106521691919, "W31": -65.286784708335887, "S31": -71.64260626903696, "W32": -94.548180193360466, "S32": -99.548180193360466 }, "geometry": { "type": "Point", "coordinates": [ 103984.0, 518401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3082947413430366, "S11": -1.4385068690115934, "W12": -6.1232524716474828, "S12": -6.8955643582435471, "W13": -20.120061668574525, "S13": -20.12499840070992, "W21": -34.086021260266492, "S21": -34.094899424823453, "W22": -63.6769446295717, "S22": -63.6769446295717, "W31": -100.0, "S31": -100.0, "W32": -104.20944128679913, "S32": -109.20944128679913 }, "geometry": { "type": "Point", "coordinates": [ 103984.2, 508021.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5527212856274023, "S11": -0.5527212856274023, "W12": -5.3661303973949437, "S12": -5.3661303973949437, "W13": -15.78932616347096, "S13": -15.78932616347096, "W21": -44.794683694856964, "S21": -44.794683694856964, "W22": -56.601854130773646, "S22": -56.601854130773646, "W31": -100.97911547911548, "S31": -100.97911547911548, "W32": -100.97911547911548, "S32": -105.86205906951574 }, "geometry": { "type": "Point", "coordinates": [ 103984.452830188674852, 521936.981132075481582 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5626347951114319, "S12": -18.532102008226186, "W13": -23.86005058412622, "S13": -25.317774792842133, "W21": -38.957895231463922, "S21": -38.957895231463922, "W22": -61.227398461746048, "S22": -69.394430562880032, "W31": -104.89230060725694, "S31": -104.89230060725694, "W32": -104.89230060725694, "S32": -107.28055086905326 }, "geometry": { "type": "Point", "coordinates": [ 103984.75, 503846.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.215342875290201, "S12": -10.215342875290201, "W13": -17.200001, "S13": -18.067103235627002, "W21": -37.815376886440099, "S21": -38.079019618136954, "W22": -33.104434762817533, "S22": -34.617488732190274, "W31": -69.050191303210823, "S31": -69.050191303210823, "W32": -88.600227385501171, "S32": -93.600227385501171 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 496786.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25698211774161139, "S11": 0.25698211774161139, "W12": -6.4125387618695671, "S12": -6.4125387618695671, "W13": -16.089278581939265, "S13": -18.597231684769525, "W21": -38.269330061060025, "S21": -38.269330061060025, "W22": -40.002544246901991, "S22": -40.002544246901991, "W31": -67.303766951959417, "S31": -71.059004143925506, "W32": -93.595524164570151, "S32": -98.595524164570151 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33024256974915145, "S11": -0.33024256974915145, "W12": -10.191416271382591, "S12": -19.950216602609643, "W13": -19.950216602609643, "S13": -22.886303618609613, "W21": -35.76802937735787, "S21": -35.76802937735787, "W22": -63.624867865270126, "S22": -63.624867865270126, "W31": -81.558642537242477, "S31": -81.558642537242477, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 507093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6954621672605319, "S11": 1.1954621672605319, "W12": -3.9108624137645109, "S12": -4.443642783558877, "W13": -19.073901532620368, "S13": -19.073901532620368, "W21": -33.807311830788478, "S21": -33.807311830788478, "W22": -47.731857318573184, "S22": -53.000202945082144, "W31": -66.289305394350137, "S31": -66.289305394350137, "W32": -90.761505862177003, "S32": -95.761505862177003 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 507528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29942180793132167, "S11": -2.2994218079313216, "W12": -2.8795576320326397, "S12": -15.382527929062341, "W13": -19.193308307241061, "S13": -19.193308307241061, "W21": -33.109721080581132, "S21": -33.109721080581132, "W22": -39.842811934438082, "S22": -41.158043137670447, "W31": -67.394831386747938, "S31": -67.394831386747938, "W32": -91.343520841961649, "S32": -96.343520841961649 }, "geometry": { "type": "Point", "coordinates": [ 103985.0, 507663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36567194368771594, "S11": -0.36567194368771594, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -15.311459006533209, "S13": -20.197882250257983, "W21": -37.192732330064104, "S21": -38.078281626144729, "W22": -50.0, "S22": -53.373667258039511, "W31": -78.416446350398758, "S31": -78.416446350398758, "W32": -89.724017599599165, "S32": -94.724017599599165 }, "geometry": { "type": "Point", "coordinates": [ 103985.142857142855064, 502666.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3661218927974863, "S12": -5.3661218927974863, "W13": -16.027249516491455, "S13": -16.027249516491455, "W21": -44.713149840069946, "S21": -44.713149840069946, "W22": -45.577062191511772, "S22": -45.577062191511772, "W31": -78.949617702912718, "S31": -93.949617702912718, "W32": -96.884926668014742, "S32": -101.88492666801474 }, "geometry": { "type": "Point", "coordinates": [ 103985.888888888890506, 521815.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4725037038796469, "S11": 1.4725037038796469, "W12": -7.3047650517911089, "S12": -7.5843748078886701, "W13": -15.827476038338659, "S13": -16.353102508799012, "W21": -30.979269290351777, "S21": -33.97926929035178, "W22": -40.002804704777674, "S22": -40.002804704777674, "W31": -67.286274183962263, "S31": -71.516960218671656, "W32": -93.917478889687388, "S32": -98.917478889687388 }, "geometry": { "type": "Point", "coordinates": [ 103986.0, 499081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.0303358713571082, "W12": -5.1496413540869943, "S12": -9.1328222416772959, "W13": -17.266310638457231, "S13": -20.84148416600792, "W21": -33.249184565794607, "S21": -33.249184565794607, "W22": -63.162859210254346, "S22": -64.708596200156961, "W31": -79.277464768213264, "S31": -79.277464768213264, "W32": -95.776261410599972, "S32": -100.77626141059997 }, "geometry": { "type": "Point", "coordinates": [ 103987.0, 504557.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37613139493770437, "S11": 0.37613139493770437, "W12": -12.706058332571182, "S12": -12.706058332571182, "W13": -19.970123366755441, "S13": -21.261341370388973, "W21": -36.482712834886101, "S21": -41.994192493686626, "W22": -62.727619660089026, "S22": -62.727619660089026, "W31": -87.364459566712469, "S31": -87.364459566712469, "W32": -93.877226463104321, "S32": -98.877226463104321 }, "geometry": { "type": "Point", "coordinates": [ 103987.0, 513647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.12824675324675328, "W12": -3.4471186583279576, "S12": -8.8856683004555439, "W13": -26.558099330069851, "S13": -26.558099330069851, "W21": -36.149346259273017, "S21": -42.763057293811158, "W22": -55.667694204685567, "S22": -55.667694204685567, "W31": -79.689304249256367, "S31": -79.689304249256367, "W32": -93.637856669647121, "S32": -98.637856669647121 }, "geometry": { "type": "Point", "coordinates": [ 103987.5, 506212.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40000879991200089, "S11": 0.40000879991200089, "W12": -5.7231521961098988, "S12": -5.7231521961098988, "W13": -17.191258236014686, "S13": -18.169671931425757, "W21": -34.147232252063624, "S21": -36.368084270000807, "W22": -48.557195571955724, "S22": -53.223335997401513, "W31": -66.104657862218048, "S31": -66.124088187605594, "W32": -91.133464153598382, "S32": -96.133464153598382 }, "geometry": { "type": "Point", "coordinates": [ 103988.0, 502998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42651455563516721, "S11": 0.42651455563516721, "W12": -6.9099289113665918, "S12": -6.9099289113665918, "W13": -18.939786710876227, "S13": -20.573667349371117, "W21": -34.628622180550181, "S21": -34.76176764485524, "W22": -49.790290639581656, "S22": -52.574916299913191, "W31": -65.482740782905339, "S31": -67.673864527673715, "W32": -92.295848332417719, "S32": -97.295848332417719 }, "geometry": { "type": "Point", "coordinates": [ 103988.0, 503190.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.030139593908629442, "S11": 0.030139593908629442, "W12": -5.0, "S12": -14.050917034760896, "W13": -21.147314698562333, "S13": -21.147314698562333, "W21": -38.573155705148366, "S21": -39.024327580148352, "W22": -33.388504193195878, "S22": -35.23716682311192, "W31": -69.33944176637192, "S31": -70.439535099566214, "W32": -87.537952119722846, "S32": -92.537952119722846 }, "geometry": { "type": "Point", "coordinates": [ 103988.0, 506757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36002645935995636, "S11": 0.36002645935995636, "W12": -12.372278737760103, "S12": -12.372278737760103, "W13": -19.940749689054957, "S13": -21.824150726209695, "W21": -36.775819919730289, "S21": -41.787141139414381, "W22": -33.803003531142927, "S22": -34.479795405038395, "W31": -69.332519774794719, "S31": -69.332519774794719, "W32": -88.134695035421416, "S32": -93.134695035421416 }, "geometry": { "type": "Point", "coordinates": [ 103988.0, 513590.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2633189902822729, "S11": 0.2633189902822729, "W12": -7.9648347567768285, "S12": -8.3747649881268718, "W13": -12.769747384571986, "S13": -13.97351290733871, "W21": -36.154875073305938, "S21": -41.812995138000069, "W22": -58.420823057953285, "S22": -58.420823057953285, "W31": -79.221072330420782, "S31": -79.221072330420782, "W32": -91.537991484866765, "S32": -96.537991484866765 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.206608179130578, "S13": -20.173028919413174, "W21": -37.428522336827868, "S21": -37.981519829419618, "W22": -40.002771883289128, "S22": -40.002771883289128, "W31": -67.058832145076437, "S31": -76.17430666588055, "W32": -95.931037894528558, "S32": -100.93103789452856 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0930984902947518, "S12": -18.093098490294754, "W13": -23.961821028543898, "S13": -25.612490950039639, "W21": -39.018584045991915, "S21": -39.018584045991915, "W22": -49.399721035781134, "S22": -49.399721035781134, "W31": -70.0, "S31": -70.88295427073966, "W32": -97.781927761979546, "S32": -102.78192776197955 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 503859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29492568183411627, "S11": 0.29492568183411627, "W12": -4.1607504978336545, "S12": -9.7692041681104307, "W13": -18.566551552878931, "S13": -18.566551552878931, "W21": -34.174982636570803, "S21": -34.174982636570803, "W22": -44.62231531837287, "S22": -47.257103508360004, "W31": -79.845831806853596, "S31": -80.244717921699007, "W32": -98.3829856647273, "S32": -103.3829856647273 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 507419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34540640363965464, "S11": -1.2960472336671187, "W12": -5.0, "S12": -5.0, "W13": -26.048178613396004, "S13": -26.118783845484494, "W21": -40.0, "S21": -40.0, "W22": -40.002467932640627, "S22": -40.002467932640627, "W31": -67.328878945720746, "S31": -71.216630821791895, "W32": -93.618341268415392, "S32": -98.618341268415392 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 509715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34439535086502565, "S11": 0.18119152788559506, "W12": -10.153191987236307, "S12": -10.153191987236307, "W13": -19.482780226899379, "S13": -24.202348512666244, "W21": -37.074364672538337, "S21": -37.113304554129307, "W22": -39.526213402962199, "S22": -43.620568039028868, "W31": -60.0, "S31": -64.081830554610406, "W32": -85.968035896998643, "S32": -90.968035896998643 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -8.0, "W13": -16.233392265193352, "S13": -16.233392265193352, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -44.824557672677784, "W31": -60.0, "S31": -63.710673156832485, "W32": -86.974121759890863, "S32": -91.974121759890863 }, "geometry": { "type": "Point", "coordinates": [ 103989.0, 524928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31902230137530541, "S11": -0.19098496221608507, "W12": -7.2140994827018536, "S12": -10.373567110491663, "W13": -25.0, "S13": -25.0, "W21": -33.92624200486587, "S21": -42.720576670262538, "W22": -49.014792011375832, "S22": -51.438507045853719, "W31": -79.682249307589984, "S31": -79.682249307589984, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103989.333333333328483, 505897.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3854123588998799, "S11": 0.3854123588998799, "W12": -14.902461646105007, "S12": -14.902461646105007, "W13": -21.101349652502698, "S13": -21.547234431200952, "W21": -37.855438695844924, "S21": -40.93282829545069, "W22": -49.572829380176373, "S22": -51.832848252093619, "W31": -88.833598795184997, "S31": -88.833598795184997, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103989.5, 514252.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34386124679200725, "S11": -0.34386124679200725, "W12": -10.20720191489918, "S12": -19.753429034856708, "W13": -19.864356802798429, "S13": -19.864356802798429, "W21": -35.811909265986408, "S21": -35.811909265986408, "W22": -61.543464039712163, "S22": -86.543464039712163, "W31": -100.0, "S31": -100.0, "W32": -103.50260638128863, "S32": -108.50260638128863 }, "geometry": { "type": "Point", "coordinates": [ 103989.666666666671517, 507093.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.471515996685481, "S11": 0.471515996685481, "W12": -8.901933460439178, "S12": -8.901933460439178, "W13": -14.316636409311959, "S13": -15.798041313132678, "W21": -37.709840334597956, "S21": -39.607625435386737, "W22": -65.677243261685433, "S22": -80.677243261685433, "W31": -104.89323870317486, "S31": -104.89323870317486, "W32": -104.89323870317486, "S32": -107.83948758484837 }, "geometry": { "type": "Point", "coordinates": [ 103989.8, 500276.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58426392737405153, "S11": 0.56739491496847205, "W12": -5.1692945633258045, "S12": -15.169294563325805, "W13": -23.491663096258353, "S13": -28.08948048439936, "W21": -39.356096633532367, "S21": -39.356096633532367, "W22": -36.249862579714133, "S22": -40.568773916805995, "W31": -68.82002192505432, "S31": -68.82002192505432, "W32": -85.736187761032937, "S32": -90.736187761032937 }, "geometry": { "type": "Point", "coordinates": [ 103989.8, 504057.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2256863924360463, "S11": 0.2256863924360463, "W12": -5.0, "S12": -5.5691316461574178, "W13": -15.137704359673023, "S13": -17.542836271490877, "W21": -34.363195667027412, "S21": -35.476350835095815, "W22": -48.414838310728776, "S22": -50.415633788353851, "W31": -65.070995983230389, "S31": -68.702489976688184, "W32": -93.05657770623958, "S32": -98.05657770623958 }, "geometry": { "type": "Point", "coordinates": [ 103990.0, 498129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3193628979533532, "S11": -0.68063710204664685, "W12": -9.4443211303162613, "S12": -9.4443211303162613, "W13": -20.94724060879463, "S13": -25.571299636157516, "W21": -35.527210773946678, "S21": -35.530849786649064, "W22": -50.959326430378674, "S22": -50.959326430378674, "W31": -70.412785276016251, "S31": -71.188780557073756, "W32": -97.442929295991561, "S32": -102.44292929599156 }, "geometry": { "type": "Point", "coordinates": [ 103990.0, 505154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.082881937004499667, "S11": -0.082881937004499667, "W12": -4.3098124871759627, "S12": -7.3169102789740705, "W13": -19.001680465016602, "S13": -19.001680465016602, "W21": -34.343932144620311, "S21": -34.343932144620311, "W22": -35.462436155892156, "S22": -40.545297596157511, "W31": -69.97114199070208, "S31": -73.536778633261804, "W32": -86.23899969792059, "S32": -91.23899969792059 }, "geometry": { "type": "Point", "coordinates": [ 103990.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0595592545417425, "W12": -11.501020930422726, "S12": -11.501020930422726, "W13": -21.193914903722121, "S13": -25.364951342312281, "W21": -41.025343424850846, "S21": -42.484494330781814, "W22": -58.262749809635714, "S22": -58.734897187290954, "W31": -102.65155129286963, "S31": -102.65155129286963, "W32": -102.65155129286963, "S32": -106.62596000070297 }, "geometry": { "type": "Point", "coordinates": [ 103990.163934426236665, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25897017097571801, "S11": -0.84329082834242852, "W12": -5.0, "S12": -5.4213065049614109, "W13": -26.982021151586366, "S13": -26.982021151586366, "W21": -39.526323235361808, "S21": -39.526323235361808, "W22": -58.660075911377888, "S22": -58.660075911377888, "W31": -100.0, "S31": -100.0, "W32": -100.34060906213615, "S32": -105.34060906213615 }, "geometry": { "type": "Point", "coordinates": [ 103990.2, 509768.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0728968075563321, "S12": -7.0728968075563321, "W13": -20.0, "S13": -23.223885075555181, "W21": -45.715870047736324, "S21": -52.073370635453095, "W22": -39.01106719794754, "S22": -44.709689607921895, "W31": -68.079079579222025, "S31": -74.619199436933471, "W32": -82.119238107990498, "S32": -87.119238107990498 }, "geometry": { "type": "Point", "coordinates": [ 103990.5, 517310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6236424988854663, "S11": -0.6236424988854663, "W12": -5.3573338244706603, "S12": -5.3573338244706603, "W13": -15.695226681907513, "S13": -15.695226681907513, "W21": -44.819103302250483, "S21": -44.819103302250483, "W22": -44.267331045750716, "S22": -44.267331045750716, "W31": -67.192433687309787, "S31": -68.863723326944324, "W32": -95.637924973718981, "S32": -100.63792497371898 }, "geometry": { "type": "Point", "coordinates": [ 103990.566037735843565, 521986.226415094337426 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0696166135933385, "S11": -1.0696166135933385, "W12": -3.4299859144842073, "S12": -3.4299859144842073, "W13": -20.0, "S13": -20.0, "W21": -31.780469720322625, "S21": -35.009936408089679, "W22": -40.0, "S22": -43.758622307498854, "W31": -66.024515300654215, "S31": -76.024515300654215, "W32": -97.810673299932759, "S32": -102.81067329993276 }, "geometry": { "type": "Point", "coordinates": [ 103991.0, 508327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18995749202975556, "S11": -0.91508338194119854, "W12": -5.483999468862037, "S12": -18.57063754673311, "W13": -22.770383900047218, "S13": -23.254445008409377, "W21": -36.044551069901416, "S21": -36.044551069901416, "W22": -40.0, "S22": -44.138296938302005, "W31": -70.0, "S31": -70.170243204577972, "W32": -96.411345626333429, "S32": -101.41134562633343 }, "geometry": { "type": "Point", "coordinates": [ 103991.0, 509242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65518904237826725, "S11": -0.85951887391562787, "W12": -8.0585097640087557, "S12": -8.0585097640087557, "W13": -20.26069527220438, "S13": -24.161610523667402, "W21": -45.139722129608352, "S21": -49.074879794160239, "W22": -46.989544895448951, "S22": -52.110372414442459, "W31": -66.359330176350099, "S31": -66.359330176350099, "W32": -90.521879414496865, "S32": -95.521879414496865 }, "geometry": { "type": "Point", "coordinates": [ 103991.974137931028963, 516619.849137931014411 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74921982560807709, "S11": -0.91174823652300319, "W12": -6.773179139889808, "S12": -8.6838089631409918, "W13": -20.025998845376449, "S13": -20.032736831168343, "W21": -33.749490777390093, "S21": -33.811744075485493, "W22": -42.046083141747438, "S22": -45.528771532786138, "W31": -75.14568158168575, "S31": -77.777214325877239, "W32": -98.313592649678853, "S32": -103.31359264967885 }, "geometry": { "type": "Point", "coordinates": [ 103992.0, 508051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35082318684972119, "S11": -1.6491768131502789, "W12": -10.09389371257485, "S12": -10.09389371257485, "W13": -17.748348612929551, "S13": -19.781750744548564, "W21": -34.542430500161466, "S21": -39.004976713072644, "W22": -40.0, "S22": -40.0, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -95.947975277411871, "S32": -100.94797527741187 }, "geometry": { "type": "Point", "coordinates": [ 103992.0, 512690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3583761977490383, "S12": -5.3583761977490383, "W13": -16.121061095605199, "S13": -16.121061095605199, "W21": -44.674114986176193, "S21": -44.674114986176193, "W22": -32.879281286526016, "S22": -35.310276605909273, "W31": -68.896200759491805, "S31": -68.896200759491805, "W32": -88.658639649996559, "S32": -93.658639649996559 }, "geometry": { "type": "Point", "coordinates": [ 103992.333333333328483, 521769.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2162343065957524, "S11": 1.2162343065957524, "W12": -9.635130839393895, "S12": -9.635130839393895, "W13": -15.0, "S13": -16.987777848909495, "W21": -38.321751509533918, "S21": -40.157446513916042, "W22": -60.0, "S22": -61.212004026300697, "W31": -78.814458740462243, "S31": -78.814458740462243, "W32": -89.984969117084802, "S32": -94.984969117084802 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 500354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34057121933357748, "S11": -1.6787462307630097, "W12": -4.4599149579844912, "S12": -4.4599149579844912, "W13": -22.705203904782458, "S13": -22.705203904782458, "W21": -32.849364330645798, "S21": -32.849364330645798, "W22": -42.107290895717512, "S22": -46.20139476139498, "W31": -74.71904266389177, "S31": -77.175881196109245, "W32": -98.305806470932652, "S32": -103.30580647093265 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 508807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.78324145534729861, "W12": -5.0, "S12": -5.0, "W13": -24.339252493951342, "S13": -24.5904558970634, "W21": -39.749366493684519, "S21": -39.749366493684519, "W22": -37.801061388594746, "S22": -39.191088071308897, "W31": -60.000000000000007, "S31": -65.680600720475127, "W32": -82.794246770079866, "S32": -87.794246770079866 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 509611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062934730824202034, "S11": 0.062934730824202034, "W12": -9.9973182052032836, "S12": -24.997318205203285, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -39.5166959930594, "S21": -39.5166959930594, "W22": -38.732166160708445, "S22": -39.804105307796426, "W31": -65.002968588848177, "S31": -65.002968588848177, "W32": -86.418531099917999, "S32": -91.418531099917999 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 510815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23185499794459177, "S11": 0.23185499794459177, "W12": -14.695596568984147, "S12": -14.695596568984147, "W13": -21.419427591076694, "S13": -23.132505013036777, "W21": -38.60735936386385, "S21": -38.726044574472894, "W22": -37.683305126912586, "S22": -40.1257385240838, "W31": -66.67960983118499, "S31": -66.67960983118499, "W32": -86.331962790908989, "S32": -91.331962790908989 }, "geometry": { "type": "Point", "coordinates": [ 103993.0, 514433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2047814978611755, "S11": -1.2047814978611755, "W12": -2.3498319799186502, "S12": -7.3121019126934987, "W13": -20.086848317705478, "S13": -20.086848317705478, "W21": -31.227627494398181, "S21": -31.574963125507171, "W22": -39.43002970239985, "S22": -42.511596573029223, "W31": -63.386713964883626, "S31": -63.386713964883626, "W32": -98.209803859326087, "S32": -103.20980385932609 }, "geometry": { "type": "Point", "coordinates": [ 103993.571428571434808, 508244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57662224159676279, "S11": -2.6781990778052274, "W12": -6.0756869122906672, "S12": -7.8396504214674607, "W13": -17.716234249199587, "S13": -24.614846910319471, "W21": -32.433768716250015, "S21": -32.433768716250015, "W22": -60.910936798073557, "S22": -60.910936798073557, "W31": -72.751149328736091, "S31": -73.734651914772201, "W32": -95.517917750253616, "S32": -100.51791775025362 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 504644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.7112547421666431, "S12": -5.7055176250679862, "W13": -28.166611211511388, "S13": -28.166611211511388, "W21": -34.274761389975176, "S21": -42.512483222414488, "W22": -63.52762559437663, "S22": -67.458648804575901, "W31": -79.411832610893526, "S31": -79.411832610893526, "W32": -95.403202915663712, "S32": -100.40320291566371 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 506091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.057614213197969555, "S11": -0.057614213197969555, "W12": -5.7326478149100257, "S12": -13.337074548153735, "W13": -20.891945712066189, "S13": -20.891945712066189, "W21": -38.708069307700981, "S21": -38.708069307700981, "W22": -60.0, "S22": -60.0, "W31": -98.627965192514012, "S31": -98.627965192514012, "W32": -100.1263549746634, "S32": -105.1263549746634 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 506784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66615542319311016, "W12": -9.4862628268785176, "S12": -12.004753853097334, "W13": -20.118273467625894, "S13": -20.487276198090072, "W21": -38.07230720805422, "S21": -38.07230720805422, "W22": -63.071498099125606, "S22": -63.071498099125606, "W31": -79.839256376257339, "S31": -81.410190301801819, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26384452648608292, "S11": -0.26384452648608292, "W12": -10.287416063638132, "S12": -20.498873869463122, "W13": -20.498873869463122, "S13": -20.498873869463122, "W21": -35.678294295929952, "S21": -35.678294295929952, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -95.959131926384629, "S32": -100.95913192638463 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 507150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0181434709704464, "S11": 1.8869746398016152, "W12": -4.0119881896479148, "S12": -4.0119881896479157, "W13": -19.083430123604522, "S13": -19.083430123604522, "W21": -33.902916118527898, "S21": -33.902916118527898, "W22": -49.362587367542758, "S22": -52.075428859038965, "W31": -89.406718787411904, "S31": -89.406718787411904, "W32": -96.182854670542284, "S32": -101.18285467054228 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 507518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50482232499308266, "S11": -2.3567359493147086, "W12": -4.4173572036847553, "S12": -4.4173572036847553, "W13": -22.834946878945612, "S13": -22.834946878945612, "W21": -33.084336753593448, "S21": -33.084336753593448, "W22": -61.568612171744725, "S22": -62.187980111838648, "W31": -79.051628684236135, "S31": -79.051628684236135, "W32": -96.036037058903673, "S32": -101.03603705890367 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 508825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.77114082305955889, "W12": -5.853804275660603, "S12": -19.74495310438834, "W13": -22.362120615713707, "S13": -22.996794044709219, "W21": -36.401604247502014, "S21": -36.401604247502014, "W22": -45.226259198954835, "S22": -47.892375598434505, "W31": -77.377150076775919, "S31": -78.338076010580977, "W32": -97.804842490456167, "S32": -102.80484249045617 }, "geometry": { "type": "Point", "coordinates": [ 103994.0, 509267.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83072414920323379, "S11": -0.83072414920323379, "W12": -5.6609139342587254, "S12": -9.5250328302258609, "W13": -20.240205279835436, "S13": -20.240205279835436, "W21": -33.045415819095233, "S21": -33.252264572662725, "W22": -65.185518532195658, "S22": -65.185518532195658, "W31": -84.5114563701094, "S31": -84.5114563701094, "W32": -93.343183469102897, "S32": -98.343183469102897 }, "geometry": { "type": "Point", "coordinates": [ 103994.333333333328483, 508101.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31904461427002562, "S11": 0.31904461427002562, "W12": -4.5451203006872545, "S12": -10.207580868510707, "W13": -18.813499832066658, "S13": -18.813499832066658, "W21": -34.494579637004676, "S21": -34.494579637004676, "W22": -33.528398839396154, "S22": -35.267802777460069, "W31": -69.287777125996428, "S31": -70.242539204563158, "W32": -87.514360423688601, "S32": -92.514360423688601 }, "geometry": { "type": "Point", "coordinates": [ 103994.666666666671517, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7981421918331542, "S12": -13.258569941263199, "W13": -19.316316261473119, "S13": -24.017365756260766, "W21": -35.324825494603232, "S21": -40.420059371286193, "W22": -39.101713120770931, "S22": -44.430696956586402, "W31": -68.245415307518144, "S31": -74.840976342810848, "W32": -82.871366933763213, "S32": -87.871366933763213 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 504362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27779481692819785, "S11": -1.2777948169281979, "W12": -3.0926119930434783, "S12": -3.0926119930434783, "W13": -19.464589237382583, "S13": -19.464589237382583, "W21": -34.06259581364197, "S21": -34.397950848965422, "W22": -46.672453037951918, "S22": -46.672453037951918, "W31": -66.547065852363247, "S31": -68.188878051989988, "W32": -96.684501110383621, "S32": -101.68450111038362 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 507740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3576947842884741, "W12": -4.4236513627331551, "S12": -4.4236513627331551, "W13": -22.837673365565266, "S13": -22.837673365565266, "W21": -33.089798937985016, "S21": -33.089798937985016, "W22": -42.186450163704016, "S22": -44.527557546441258, "W31": -80.159707863879291, "S31": -80.159707863879291, "W32": -100.02785289172721, "S32": -105.02785289172721 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 508825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3549888905858184, "S11": -0.3549888905858184, "W12": -10.135936139332365, "S12": -13.506893941544424, "W13": -25.0, "S13": -25.0, "W21": -38.551681640799409, "S21": -38.551681640799409, "W22": -50.22419223142424, "S22": -50.22419223142424, "W31": -79.063463733123314, "S31": -83.396593181978758, "W32": -96.237678225206764, "S32": -101.23767822520676 }, "geometry": { "type": "Point", "coordinates": [ 103995.0, 511313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48623947911691956, "S11": -0.48623947911691956, "W12": -10.754412645269122, "S12": -20.76010398821947, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -39.31247038538762, "S21": -39.31247038538762, "W22": -40.0, "S22": -43.023204689789935, "W31": -62.745300913950679, "S31": -62.745300913950679, "W32": -95.801984894370051, "S32": -100.80198489437005 }, "geometry": { "type": "Point", "coordinates": [ 103995.666666666671517, 510913.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36829855930337796, "S11": -1.1530835648160571, "W12": -5.0, "S12": -5.0, "W13": -25.605464159811987, "S13": -25.700264694205821, "W21": -39.969635431965791, "S21": -39.969635431965791, "W22": -46.31393671821219, "S22": -56.438003108253682, "W31": -65.111503810751685, "S31": -69.974303245093964, "W32": -93.674670785214104, "S32": -98.674670785214104 }, "geometry": { "type": "Point", "coordinates": [ 103996.0, 509690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1672357702931531, "S11": 1.1672357702931531, "W12": -8.9585017813959666, "S12": -8.9585017813959666, "W13": -22.268703029310835, "S13": -22.268703029310835, "W21": -35.791476380318386, "S21": -35.791476380318386, "W22": -43.264112892729301, "S22": -43.264112892729301, "W31": -78.781275006435663, "S31": -86.653892736670684, "W32": -97.830189588882149, "S32": -102.83018958888215 }, "geometry": { "type": "Point", "coordinates": [ 103996.333333333328483, 504956.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6945637121435303, "S11": -0.6945637121435303, "W12": -5.3485372515463769, "S12": -5.3485372515463769, "W13": -15.60112720034407, "S13": -15.60112720034407, "W21": -44.843522909644008, "S21": -44.843522909644008, "W22": -45.504737655840167, "S22": -45.504737655840167, "W31": -66.395784828832817, "S31": -68.261633537409111, "W32": -96.187698148916368, "S32": -101.18769814891637 }, "geometry": { "type": "Point", "coordinates": [ 103996.679245283012278, 522035.47169811319327 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4056955600095291, "S11": 4.2375165631721217, "W12": -10.826740918376409, "S12": -10.826740918376409, "W13": -15.179121582903562, "S13": -19.380436519138161, "W21": -50.358615887299798, "S21": -60.103224233859407, "W22": -46.639606396063954, "S22": -51.278231332383086, "W31": -66.330118836397759, "S31": -66.330118836397759, "W32": -90.470403289195232, "S32": -95.470403289195232 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41453992516519389, "S11": 0.41453992516519389, "W12": -6.8917278342210082, "S12": -6.8917278342210082, "W13": -18.953099922949544, "S13": -20.510756829478407, "W21": -34.600606149268884, "S21": -34.600606149268884, "W22": -41.205358100592861, "S22": -48.463321687112128, "W31": -65.556009806649868, "S31": -72.935300449014207, "W32": -95.037512926836612, "S32": -100.03751292683661 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 503191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.242718172028358, "S11": -0.49517408264237472, "W12": -9.5020600912456779, "S12": -9.5020600912456779, "W13": -21.649925165260036, "S13": -24.883485526912164, "W21": -35.685186732165242, "S21": -35.687286201871558, "W22": -38.239149574129257, "S22": -44.041846266367884, "W31": -63.349852754057665, "S31": -69.567947224369107, "W32": -80.936332767402376, "S32": -85.936332767402376 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 505114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87407672146771498, "S11": -0.87407672146771498, "W12": -4.9691670446677962, "S12": -4.9691670446677962, "W13": -20.0, "S13": -20.0, "W21": -32.177513953940768, "S21": -35.444840686614036, "W22": -39.549999, "S22": -39.549999, "W31": -63.84, "S31": -63.84, "W32": -87.272483776447203, "S32": -92.272483776447203 }, "geometry": { "type": "Point", "coordinates": [ 103997.0, 508459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.447792281746235, "S12": -10.447792281746235, "W13": -17.200001, "S13": -18.117766305805169, "W21": -39.661204445994699, "S21": -39.904551498588198, "W22": -49.569477860238251, "S22": -49.569477860238251, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 103997.2, 496778.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41975766567754702, "S11": -0.56438650291574499, "W12": -8.8606421714664023, "S12": -9.6898884798887668, "W13": -20.130623307618958, "S13": -20.130623307618958, "W21": -38.225613369945172, "S21": -38.225613369945172, "W22": -60.0, "S22": -77.782057091073852, "W31": -98.076213121421645, "S31": -98.076213121421645, "W32": -102.61770438722002, "S32": -107.61770438722002 }, "geometry": { "type": "Point", "coordinates": [ 103998.0, 506918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59149968616524329, "S11": 0.48799211475560778, "W12": -5.219944336762282, "S12": -14.541459526161475, "W13": -23.051806626678278, "S13": -27.713938310927055, "W21": -38.949355469779405, "S21": -41.737906182198046, "W22": -67.615605782285755, "S22": -67.615605782285755, "W31": -83.262679538799432, "S31": -83.262679538799432, "W32": -94.401764293613383, "S32": -99.401764293613383 }, "geometry": { "type": "Point", "coordinates": [ 103998.2, 504084.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0110816495822625, "S11": 1.0110816495822625, "W12": -8.6923999926159023, "S12": -8.6923999926159023, "W13": -21.054723324740433, "S13": -22.429539711073112, "W21": -34.663358906661003, "S21": -34.663358906661003, "W22": -52.862854437371773, "S22": -53.667951907147732, "W31": -78.194357810478095, "S31": -78.194357810478095, "W32": -89.582344683305024, "S32": -94.582344683305024 }, "geometry": { "type": "Point", "coordinates": [ 103998.666666666671517, 504876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3506305027005698, "S12": -5.3506305027005698, "W13": -16.214872674718947, "S13": -16.214872674718947, "W21": -44.635080132282425, "S21": -44.635080132282425, "W22": -52.620552898635246, "S22": -52.620552898635246, "W31": -79.319245992713675, "S31": -79.319245992713675, "W32": -95.464419126871533, "S32": -100.46441912687153 }, "geometry": { "type": "Point", "coordinates": [ 103998.777777777781012, 521722.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50219280777790798, "S11": -0.65435407367603682, "W12": -7.6739649119731155, "S12": -10.294339975328416, "W13": -25.0, "S13": -28.67207680877814, "W21": -33.766774295816667, "S21": -42.003529118611795, "W22": -48.115100303559281, "S22": -51.847050511028158, "W31": -64.979203867997938, "S31": -68.954434916321674, "W32": -93.189226128688802, "S32": -98.189226128688802 }, "geometry": { "type": "Point", "coordinates": [ 103999.0, 505778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99587098737258484, "S11": 0.99587098737258484, "W12": -6.0145044183979746, "S12": -8.2930855613661389, "W13": -14.999999999999998, "S13": -15.817773446324036, "W21": -30.0, "S21": -33.0, "W22": -44.951041318946466, "S22": -59.951041318946466, "W31": -65.239019148259104, "S31": -70.772951469312716, "W32": -94.026519319018121, "S32": -99.026519319018121 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 498753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0821285344809257, "S11": 1.0821285344809257, "W12": -6.293656622566659, "S12": -7.4767147146586241, "W13": -15.0, "S13": -15.60734224436704, "W21": -29.999999999999996, "S21": -33.0, "W22": -40.0, "S22": -44.228266417148689, "W31": -60.0, "S31": -63.430962839843289, "W32": -87.774769781718959, "S32": -92.774769781718959 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 498802.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1683860815891649, "S11": 1.1683860815891649, "W12": -6.572808826735014, "S12": -8.0020616437134038, "W13": -15.0, "S13": -15.396911042410288, "W21": -30.0, "S21": -32.972592481112478, "W22": -53.74235802851473, "S22": -57.322185452845218, "W31": -94.313755167292584, "S31": -94.313755167292584, "W32": -100.75360631117771, "S32": -105.75360631117771 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 498851.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2546436286975056, "S11": 1.2546436286975056, "W12": -6.8454200435466772, "S12": -8.5232671062313443, "W13": -15.219398828887517, "S13": -15.405878669340806, "W21": -30.0, "S21": -33.012147458619772, "W22": -66.975481191598121, "S22": -66.975481191598121, "W31": -83.478739087545804, "S31": -83.478739087545804, "W32": -94.183420512537509, "S32": -99.183420512537509 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 498901.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.340901175805745, "S11": 1.340901175805745, "W12": -7.0403728680294231, "S12": -8.9668141764200726, "W13": -15.530519193233426, "S13": -15.548447335730923, "W21": -30.235323089046229, "S21": -33.42333899386383, "W22": -67.218113569203737, "S22": -67.218113569203737, "W31": -83.386236890969172, "S31": -83.386236890969172, "W32": -94.267345036005139, "S32": -99.267345036005139 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 498950.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4271587229140859, "S11": 1.4271587229140859, "W12": -7.235325692512399, "S12": -8.4617652407442083, "W13": -15.841639557579702, "S13": -16.017080272966215, "W21": -30.794917257683213, "S21": -33.944762976376964, "W22": -49.435221086242954, "S22": -51.115549784605534, "W31": -65.320056485240499, "S31": -67.702805735483381, "W32": -92.355671912088951, "S32": -97.355671912088951 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4969706866502974, "S11": 1.4969706866502974, "W12": -7.3690993202416921, "S12": -7.8086475520506164, "W13": -15.940432694281375, "S13": -16.275299090729565, "W21": -31.308825491868433, "S21": -34.30171590618567, "W22": -41.224429753241665, "S22": -41.224429753241665, "W31": -63.078172792084565, "S31": -65.775111839196626, "W32": -93.315789473684205, "S32": -98.315789473684205 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5268837827967783, "S11": 1.5268837827967783, "W12": -7.4156303949072075, "S12": -7.8618021788170402, "W13": -15.943024494142707, "S13": -16.437316571652573, "W21": -31.488688911710266, "S21": -34.461579584088689, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -74.283312929667247, "S31": -74.283312929667247, "W32": -88.92917291623003, "S32": -93.92917291623003 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5567968789432587, "S11": 1.5567968789432587, "W12": -7.9110554059935838, "S12": -8.6314423300338312, "W13": -15.692799737575857, "S13": -16.396636849362157, "W21": -31.783737164508068, "S21": -34.766689743255036, "W22": -40.699769168488025, "S22": -46.295436500650837, "W31": -65.611510819119474, "S31": -73.239557538256832, "W32": -95.246881662131614, "S32": -100.24688166213161 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5621463421781367, "S11": 1.5621463421781367, "W12": -8.4285219157545175, "S12": -9.4231239799251796, "W13": -15.251668370107618, "S13": -16.284959827394051, "W21": -32.211279752909867, "S21": -35.211279752909867, "W22": -34.366786971456847, "S22": -37.567352105865211, "W31": -69.269700543503546, "S31": -70.252890535684941, "W32": -87.009726696473109, "S32": -92.009726696473109 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3988154019721324, "S11": 1.3988154019721324, "W12": -8.945988425515452, "S12": -9.8816190642973467, "W13": -14.923444218424546, "S13": -16.302213062645652, "W21": -32.638822341311673, "S21": -35.638822341311673, "W22": -48.281057810578105, "S22": -51.830554845411228, "W31": -65.973559633259399, "S31": -66.116259885290432, "W32": -91.199616333844517, "S32": -96.199616333844517 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.235484461766128, "S11": 1.235484461766128, "W12": -9.4423494656355889, "S12": -10.3123181857452, "W13": -14.719417274687261, "S13": -16.443663505843041, "W21": -33.066364929713473, "S21": -36.066364929713473, "W22": -39.480918379605029, "S22": -44.825946065155343, "W31": -67.988185247706156, "S31": -70.075524837822996, "W32": -89.299766439094498, "S32": -94.299766439094498 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0631178888995125, "S11": 1.0631178888995125, "W12": -9.9086512005097465, "S12": -10.712958001947074, "W13": -14.527759465255816, "S13": -16.436307466298544, "W21": -33.493907518115272, "S21": -36.493907518115272, "W22": -39.918024656086864, "S22": -41.468787309696218, "W31": -68.174962227243441, "S31": -68.908935058280775, "W32": -93.621019806563126, "S32": -98.621019806563126 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87605411607228223, "S11": 0.87605411607228223, "W12": -10.0, "S12": -10.738644882765044, "W13": -14.351472465848307, "S13": -16.15337781456978, "W21": -33.921450106517078, "S21": -36.921450106517078, "W22": -50.64311641853859, "S22": -50.64311641853859, "W31": -78.232218049090022, "S31": -78.232218049090022, "W32": -89.603755555939273, "S32": -94.603755555939273 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68899034324505204, "S11": 0.68899034324505204, "W12": -10.0, "S12": -10.67298296409276, "W13": -14.175185466440796, "S13": -15.870448162841013, "W21": -34.093866366893842, "S21": -37.093866366893842, "W22": -43.472395948299116, "S22": -48.323907238973206, "W31": -66.689306352398248, "S31": -66.689306352398248, "W32": -89.87578139404657, "S32": -94.87578139404657 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50192657041782196, "S11": 0.50192657041782196, "W12": -10.0, "S12": -10.607321045420477, "W13": -13.998898467033289, "S13": -15.836829368104979, "W21": -33.981451556242533, "S21": -36.981451556242533, "W22": -43.555665404097375, "S22": -43.555665404097375, "W31": -79.105402518522141, "S31": -87.908567701509284, "W32": -97.417088092536972, "S32": -102.41708809253697 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40635079314182243, "S11": 0.40635079314182243, "W12": -10.0, "S12": -10.541659126748193, "W13": -13.822611467625778, "S13": -16.144157488440573, "W21": -34.032641958517509, "S21": -37.032641958517509, "W22": -39.637206576942461, "S22": -42.538211821697708, "W31": -64.621273989383425, "S31": -64.862739434845537, "W32": -98.207572517106513, "S32": -103.20757251710651 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33216646206118322, "S11": 0.33216646206118322, "W12": -10.0, "S12": -10.489670474648433, "W13": -13.646324468218271, "S13": -16.451485608776171, "W21": -34.649471519002411, "S21": -37.649471519002411, "W22": -49.344590637007087, "S22": -51.408265824733526, "W31": -65.479414005665774, "S31": -67.278831095904152, "W32": -92.052541095393437, "S32": -97.052541095393437 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31604603003360493, "S11": 0.31604603003360493, "W12": -9.7012761302868249, "S12": -10.152905499009997, "W13": -14.893906582162796, "S13": -18.287848703770429, "W21": -34.976267839818618, "S21": -37.976267839818618, "W22": -43.336227732743467, "S22": -58.336227732743467, "W31": -65.393351154480328, "S31": -71.72238491777091, "W32": -94.440627318348945, "S32": -99.440627318348945 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29992559800602658, "S11": 0.29992559800602658, "W12": -9.2947374817695678, "S12": -9.7427590962262354, "W13": -14.523965611550885, "S13": -19.32171454258074, "W21": -35.303064160634833, "S21": -38.303064160634833, "W22": -39.717585780799119, "S22": -39.717585780799119, "W31": -67.412323188313493, "S31": -71.910900535690317, "W32": -93.794971703197987, "S32": -98.794971703197987 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28380516597844824, "S11": 0.28380516597844824, "W12": -8.888198833252309, "S12": -9.3274089863165521, "W13": -14.020007637290618, "S13": -18.904187242829856, "W21": -35.62986048145104, "S21": -39.291621679315142, "W22": -40.412175918655876, "S22": -42.335828513099692, "W31": -60.151236385045628, "S31": -63.06771229667725, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26768473395086989, "S11": 0.26768473395086989, "W12": -8.5230597846268097, "S12": -8.9083943645653694, "W13": -13.516049663030351, "S13": -16.46671063245217, "W21": -35.956656802267254, "S21": -40.947848977983348, "W22": -64.070598748882929, "S22": -74.070598748882929, "W31": -105.59841254294496, "S31": -105.59841254294496, "W32": -105.59841254294496, "S32": -107.29798246076518 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25156430192329154, "S11": 0.25156430192329154, "W12": -8.1721500185666542, "S12": -8.5447480368569266, "W13": -13.012091688770086, "S13": -14.790199580344396, "W21": -36.283453123083461, "S21": -42.01915143913331, "W22": -40.0, "S22": -44.136678916803625, "W31": -67.535782031384727, "S31": -67.535782031384727, "W32": -96.327720207253876, "S32": -101.32772020725388 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23544386989571323, "S11": 0.23544386989571323, "W12": -7.8212402525064979, "S12": -8.2182764965183424, "W13": -12.508133714509819, "S13": -13.113688528236619, "W21": -36.610249443899669, "S21": -41.305014451986438, "W22": -44.318139912897777, "S22": -45.875849646341862, "W31": -80.258599365272445, "S31": -80.258599365272445, "W32": -99.319625492373532, "S32": -104.31962549237353 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21932343786813488, "S11": 0.21932343786813488, "W12": -7.4703304864463425, "S12": -7.8918049561797581, "W13": -12.027952133664485, "S13": -14.726553976689587, "W21": -36.773259118591469, "S21": -40.57934988161734, "W22": -38.051859500880049, "S22": -41.019056684495141, "W31": -67.431140578674842, "S31": -67.431140578674842, "W32": -89.395393204639362, "S32": -94.395393204639362 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20320300584055653, "S11": 0.20320300584055653, "W12": -7.4425229813128491, "S12": -7.8836120902237399, "W13": -12.071541583830351, "S13": -16.433559752256571, "W21": -36.781049101808165, "S21": -40.33686934642239, "W22": -41.612852007264138, "S22": -50.693569496053378, "W31": -65.546718179766557, "S31": -72.72460039154538, "W32": -94.892273133141515, "S32": -99.892273133141515 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21663861145400815, "S11": 0.21663861145400815, "W12": -7.0558195432937341, "S12": -7.3825836882396976, "W13": -12.149370444002649, "S13": -12.63912336489903, "W21": -36.787748487374522, "S21": -40.814376142537405, "W22": -64.070598748882929, "S22": -73.708476031420872, "W31": -105.34312277740945, "S31": -105.34312277740945, "W32": -105.34312277740945, "S32": -107.22157782815768 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26589888901357872, "S11": 0.26589888901357872, "W12": -7.0746418319287212, "S12": -7.2346545464868903, "W13": -12.452201603162401, "S13": -12.753223204367297, "W21": -36.927550023535787, "S21": -40.80965976629647, "W22": -41.622970954977085, "S22": -42.315435313429219, "W31": -76.21211444895772, "S31": -79.132134221572628, "W32": -98.312154365311528, "S32": -103.31215436531153 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3151591665731493, "S11": 0.3151591665731493, "W12": -7.4769965525499149, "S12": -7.4769965525499149, "W13": -12.769181215914498, "S13": -13.344700187304948, "W21": -37.074461641854953, "S21": -42.154990014320802, "W22": -40.001708772724335, "S22": -40.001708772724335, "W31": -66.954616196508695, "S31": -77.006565844412222, "W32": -97.825733689061366, "S32": -102.82573368906137 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36424139533943695, "S11": 0.36424139533943695, "W12": -7.8867904798260131, "S12": -7.8867904798260131, "W13": -13.182860492379836, "S13": -14.032876833955838, "W21": -37.221373260174119, "S21": -41.966770694952935, "W22": -63.509142679183029, "S22": -66.017779135187581, "W31": -79.546200453573789, "S31": -79.546200453573789, "W32": -95.030144420727495, "S32": -100.0301444207275 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3629287892482402, "S11": 3.0421640521266258, "W12": -10.649856347112284, "S12": -12.286827859266634, "W13": -15.410553935069247, "S13": -18.898149273730404, "W21": -38.860226183236144, "S21": -41.231828911859672, "W22": -57.66856860216614, "S22": -57.66856860216614, "W31": -101.54522890237185, "S31": -101.54522890237185, "W32": -101.54522890237185, "S32": -106.02718348291808 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8684009194126507, "S11": 2.3844025819230414, "W12": -10.868618083311128, "S12": -10.868618083311128, "W13": -15.54866705502652, "S13": -18.572039956532393, "W21": -46.415729071096301, "S21": -52.134358786261814, "W22": -57.529368121676768, "S22": -57.529368121676768, "W31": -101.45507195507196, "S31": -101.45507195507196, "W32": -101.45507195507196, "S32": -105.97939024737396 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 500836.5 ] } }, +{ "type": "Feature", "properties": { "W11": 4.4419521177266663, "S11": 4.2686302130773592, "W12": -10.818576250111022, "S12": -10.818576250111022, "W13": -15.155863417264975, "S13": -19.329532269487757, "W21": -50.494402485403612, "S21": -60.24538278602914, "W22": -61.492011072373373, "S22": -61.492011072373373, "W31": -80.0, "S31": -84.506511189470373, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.45157628407721, "S11": 4.2774612681657231, "W12": -10.818270183852917, "S12": -10.818270183852917, "W13": -15.154245457916202, "S13": -19.334949759378844, "W21": -50.518238791579627, "S21": -60.267771981757946, "W22": -40.0, "S22": -40.0, "W31": -66.400617933901202, "S31": -76.400617933901202, "W32": -99.075630252100851, "S32": -104.07563025210085 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0704268921427098, "W12": -10.648387096774194, "S12": -10.648387096774194, "W13": -15.176434146945855, "S13": -19.614759591355238, "W21": -54.084464187914563, "S21": -63.378318738209629, "W22": -39.877211835273421, "S22": -39.877211835273421, "W31": -67.349882136996769, "S31": -73.5765248431982, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0368712825547153, "W12": -10.531277244986921, "S12": -10.531277244986921, "W13": -15.244979326639102, "S13": -19.703217992885026, "W21": -51.343333536177205, "S21": -60.173989790337032, "W22": -59.117976513098462, "S22": -59.117976513098462, "W31": -74.565502206199028, "S31": -74.565502206199028, "W32": -88.629554712926137, "S32": -93.629554712926137 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2121037131142809, "W12": -10.34171562867215, "S12": -10.34171562867215, "W13": -15.323803898405199, "S13": -17.458916272740691, "W21": -44.491169784927429, "S21": -52.446895924165126, "W22": -60.0, "S22": -63.153413118104041, "W31": -78.424276819206639, "S31": -78.424276819206639, "W32": -89.426001020246602, "S32": -94.426001020246602 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -1.5, "W12": -12.5, "S12": -12.5, "W13": -15.5, "S13": -15.5, "W21": -33.5, "S21": -39.5, "W22": -42.838378737730331, "S22": -45.276410285306113, "W31": -78.005387745744244, "S31": -83.7051247262808, "W32": -98.412578628544338, "S32": -103.41257862854434 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8056690934304029, "S12": -9.8056690934304029, "W13": -15.0, "S13": -17.21236262661817, "W21": -38.965260403369925, "S21": -39.006979955271035, "W22": -45.807318761089988, "S22": -56.935130622030684, "W31": -65.201432304259257, "S31": -70.312606901085289, "W32": -93.769092828722421, "S32": -98.769092828722421 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1576377348843145, "S12": -9.1576377348843145, "W13": -15.846574341804899, "S13": -20.050731719879913, "W21": -38.867218339717539, "S21": -46.37842319075893, "W22": -44.307315726690796, "S22": -46.299311498041689, "W31": -80.184826763579125, "S31": -80.184826763579125, "W32": -99.142507738232254, "S32": -104.14250773823225 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 502239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.318405189465915, "S11": -1.0493169760090593, "W12": -9.2679819947821738, "S12": -9.2679819947821738, "W13": -20.375698806863692, "S13": -25.897615005533385, "W21": -35.224279200740618, "S21": -35.244826384380524, "W22": -38.812635096819122, "S22": -41.331681449820699, "W31": -67.250565009372067, "S31": -67.250565009372067, "W32": -89.4792248061121, "S32": -94.4792248061121 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5611390596307266, "S11": -2.6392736715384135, "W12": -8.6891333489847007, "S12": -8.6891333489847007, "W13": -19.287349732993135, "S13": -25.440498904709838, "W21": -34.042059588377512, "S21": -37.790952804169564, "W22": -67.023250572812969, "S22": -67.023250572812969, "W31": -82.101784592443636, "S31": -82.101784592443636, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2839578274104346, "S11": -1.9404732610982529, "W12": -7.9733867647219689, "S12": -8.8018013787526446, "W13": -20.907352383360728, "S13": -26.037495810782019, "W21": -33.636017634296451, "S21": -40.926697111635129, "W22": -60.0, "S22": -62.062724448654869, "W31": -78.623068876970493, "S31": -78.623068876970493, "W32": -89.759021006165923, "S32": -94.759021006165923 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60329268129066649, "S11": -0.17639906848267872, "W12": -7.5652044464117498, "S12": -9.9266956893019014, "W13": -25.0, "S13": -30.000346332340513, "W21": -33.714604391649445, "S21": -41.744729843065102, "W22": -41.770691865246157, "S22": -44.457223427727534, "W31": -80.0, "S31": -81.106486689163859, "W32": -100.08674222810349, "S32": -105.08674222810349 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30028613831998952, "S11": -0.39648420691907826, "W12": -7.0964699212125852, "S12": -10.504421714871366, "W13": -25.0, "S13": -25.0, "W21": -33.898394503119128, "S21": -42.695910140342541, "W22": -64.098684509302359, "S22": -73.521510133436578, "W31": -105.1045670199848, "S31": -105.1045670199848, "W32": -105.1045670199848, "S32": -107.12141639489127 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 505897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46052452405268007, "S11": -1.7201475772278021, "W12": -5.0349457566602673, "S12": -5.0860329979492498, "W13": -27.617529177292599, "S13": -27.617529177292599, "W21": -33.964399156734181, "S21": -42.474510588843344, "W22": -40.001501969208739, "S22": -40.001501969208739, "W31": -66.945651409437133, "S31": -76.97704568077387, "W32": -98.014461830251236, "S32": -103.01446183025124 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4622857142857143, "S11": -0.62632886064630788, "W12": -9.2005958291956311, "S12": -10.76895297773358, "W13": -20.109248584554042, "S13": -20.13401779531987, "W21": -38.157681928128277, "S21": -38.157681928128277, "W22": -64.435470186988837, "S22": -73.374231495269981, "W31": -100.00000000000001, "S31": -100.00000000000001, "W32": -103.9990991209888, "S32": -108.9990991209888 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 506931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34576537792863671, "S11": -0.34576537792863671, "W12": -10.269853489167302, "S12": -19.629983030288741, "W13": -19.773771948568211, "S13": -19.773771948568211, "W21": -36.124847356726704, "S21": -36.124847356726704, "W22": -61.172581298070433, "S22": -66.231541455297517, "W31": -103.52505876680127, "S31": -103.52505876680127, "W32": -103.52505876680127, "S32": -106.69423648090543 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21970216413113347, "S11": -0.21970216413113347, "W12": -4.345927449566271, "S12": -7.3348864401025491, "W13": -19.033394047209242, "S13": -19.033394047209242, "W21": -34.235089738385064, "S21": -34.235089738385064, "W22": -58.856257706534841, "S22": -58.856257706534841, "W31": -79.054875738797648, "S31": -79.054875738797648, "W32": -91.131502749582111, "S32": -96.131502749582111 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 507471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66519537765070291, "S11": -0.66519537765070291, "W12": -5.0, "S12": -5.0, "W13": -21.277712647430178, "S13": -21.277712647430178, "W21": -32.618167384825249, "S21": -37.903118841135928, "W22": -36.111092476439765, "S22": -40.5999388066531, "W31": -69.537401173515576, "S31": -69.537401173515576, "W32": -85.946470959944122, "S32": -90.946470959944122 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 508602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1012815818381545, "S11": -0.57747205802863066, "W12": -4.7458773747540244, "S12": -4.7458773747540244, "W13": -22.385578677670697, "S13": -22.385578677670697, "W21": -32.439586101915715, "S21": -32.439586101915715, "W22": -40.0, "S22": -42.807664582320498, "W31": -66.974256402937471, "S31": -66.974256402937471, "W32": -89.622184597200288, "S32": -94.622184597200288 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 508759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3905572238905575, "S11": -0.30523224979365304, "W12": -4.7726609760156666, "S12": -16.411270108982986, "W13": -23.369617606602507, "S13": -23.369617606602507, "W21": -35.819219943856389, "S21": -38.470368662924955, "W22": -60.044484976062542, "S22": -60.044484976062542, "W31": -74.280460014756684, "S31": -74.280460014756684, "W32": -89.226455994253527, "S32": -94.226455994253527 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63136005010658292, "S11": -1.0004052246445787, "W12": -6.3779680809653563, "S12": -8.4794173563276747, "W13": -22.976820871845675, "S13": -23.83239723324315, "W21": -38.290486303739542, "S21": -38.290486303739542, "W22": -49.589943952051996, "S22": -49.589943952051996, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60770427483394907, "S11": -0.65550473447987434, "W12": -5.9800880318589575, "S12": -8.1888354155282848, "W13": -23.254529250742593, "S13": -23.978422898793795, "W21": -38.894825561186003, "S21": -38.894825561186003, "W22": -41.020389245962519, "S22": -48.402969179807933, "W31": -65.630637415875412, "S31": -73.099530526564621, "W32": -95.035366820952305, "S32": -100.03536682095231 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509442.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58859166169978849, "S11": -0.58859166169978849, "W12": -5.6586220319190348, "S12": -10.302470787535167, "W13": -23.478902907864363, "S13": -24.096403900099489, "W21": -38.916219206676665, "S21": -38.916219206676665, "W22": -40.0, "S22": -40.753061771802443, "W31": -65.788642485353236, "S31": -74.162587947950115, "W32": -95.859471480637652, "S32": -100.85947148063765 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58404849956134475, "S11": -0.6239549258720043, "W12": -5.4761004984247492, "S12": -10.6987848260605, "W13": -23.532237629639166, "S13": -24.124448564344263, "W21": -38.92130458142443, "S21": -38.92130458142443, "W22": -62.752370879556878, "S22": -62.752370879556878, "W31": -89.236397567852009, "S31": -89.236397567852009, "W32": -94.979723282442748, "S32": -99.979723282442748 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509488.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56039272428871068, "S11": -0.58010013794269955, "W12": -5.0, "S12": -7.5595470519321566, "W13": -23.809946008536084, "S13": -24.270474229894909, "W21": -38.947783601662898, "S21": -38.947783601662898, "W22": -48.618631185630939, "S22": -50.680041974012681, "W31": -64.980253255986781, "S31": -68.672226278810371, "W32": -93.007526813254174, "S32": -98.007526813254174 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509535.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53673694901610636, "S11": -0.63468970800075386, "W12": -5.0, "S12": -5.0, "W13": -24.087654387432657, "S13": -24.416499895445373, "W21": -39.708200759715417, "S21": -39.708200759715417, "W22": -47.635638959771669, "S22": -52.719483540549241, "W31": -65.0678844414509, "S31": -69.264158887757318, "W32": -93.265009573253664, "S32": -98.265009573253664 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509581.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45615739286030821, "S11": -0.84158695778267789, "W12": -5.0, "S12": -5.0, "W13": -24.596491262736475, "S13": -24.793654057402922, "W21": -39.82901380091235, "S21": -39.82901380091235, "W22": -64.024054254530043, "S22": -73.330299757973123, "W31": -104.97632978723405, "S31": -104.97632978723405, "W32": -104.97632978723405, "S32": -107.06780197184584 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509628.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38287048970887838, "S11": -1.0654080183325192, "W12": -5.0, "S12": -5.0, "W13": -25.335826629305206, "S13": -25.445686267274862, "W21": -39.949826842109275, "S21": -39.949826842109275, "W22": -63.624773734648649, "S22": -63.624773734648649, "W31": -79.766523562136683, "S31": -79.766523562136683, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509674.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30958358655754042, "S11": -1.2278580915479509, "W12": -5.0, "S12": -5.0, "W13": -26.154772665641914, "S13": -26.204003936763165, "W21": -40.0, "S21": -40.0, "W22": -41.963669361375203, "S22": -48.129229689372082, "W31": -72.6222684703434, "S31": -74.409650690744868, "W32": -98.253909287612998, "S32": -103.253909287613 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509721.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2362966834061106, "S11": -0.82569238229918995, "W12": -5.0, "S12": -5.4028988514244984, "W13": -26.973718701979649, "S13": -26.973718701979649, "W21": -39.807301689556795, "S21": -39.807301689556795, "W22": -44.795773654299531, "S22": -47.851230044626703, "W31": -77.792513445861545, "S31": -78.766932957192594, "W32": -98.033103549765343, "S32": -103.03310354976534 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509767.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16300978025468082, "S11": -0.33955213719045468, "W12": -5.0357711195875323, "S12": -8.4367344754175608, "W13": -27.782557330713349, "S13": -27.782557330713349, "W21": -39.36221649067447, "S21": -39.362876932362319, "W22": -39.786668505323213, "S22": -39.786668505323213, "W31": -67.530916350073838, "S31": -71.199280216361132, "W32": -93.041793927416464, "S32": -98.041793927416464 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509814.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.089722877103342813, "S11": -0.37032834758220007, "W12": -5.467300217032216, "S12": -11.866328077264019, "W13": -28.522794271897041, "S13": -28.522794271897041, "W21": -38.917131291792707, "S21": -38.919026531355982, "W22": -39.514787968699054, "S22": -45.136347597268959, "W31": -68.525544445873578, "S31": -75.440252385518534, "W32": -86.20505075458162, "S32": -91.20505075458162 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509860.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.016435973951912985, "S11": -0.45743800989070416, "W12": -5.8988293144774397, "S12": -15.295921679114773, "W13": -29.263031213081664, "S13": -29.263031213081664, "W21": -38.472046092910382, "S21": -38.475176130349084, "W22": -47.790129151291502, "S22": -50.853207257632711, "W31": -65.958516577304053, "S31": -65.958516577304053, "W32": -91.101769096735538, "S32": -96.101769096735538 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509907.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056850929199425027, "S11": -0.47285372632791922, "W12": -6.3303584119221226, "S12": -18.725515280961229, "W13": -30.001549883996404, "S13": -30.001549883996404, "W21": -38.026960894028612, "S21": -38.03132572934274, "W22": -34.278412892636148, "S22": -34.878160349705524, "W31": -69.21559508116043, "S31": -69.21559508116043, "W32": -87.993060191696557, "S32": -92.993060191696557 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 509953.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1301378323508548, "S11": -0.17626465047911161, "W12": -7.3404302557118397, "S12": -18.866116629301196, "W13": -30.297474546565301, "S13": -30.297474546565301, "W21": -37.581875695146294, "S21": -37.587475328335849, "W22": -41.580457655801638, "S22": -45.285089598266978, "W31": -66.796284693811359, "S31": -66.796284693811359, "W32": -89.74563098691398, "S32": -94.74563098691398 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16921996152276447, "S11": 0.11081540311810623, "W12": -8.4413010257450889, "S12": -22.459828901775772, "W13": -30.505720003348639, "S13": -30.505720003348639, "W21": -37.433748289257849, "S21": -37.440659043370317, "W22": -46.709717097170973, "S22": -50.300874870666441, "W31": -66.163463791115745, "S31": -66.163463791115745, "W32": -90.651188100852522, "S32": -95.651188100852522 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510049.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17232612371013939, "S11": 0.17232612371013939, "W12": -8.7867604832371633, "S12": -25.298129861712123, "W13": -30.548167096691284, "S13": -30.548167096691284, "W21": -37.355479886094571, "S21": -37.362698082812351, "W22": -58.758505277869723, "S22": -72.767264275354762, "W31": -96.856205007898737, "S31": -96.856205007898737, "W32": -102.21336793782552, "S32": -107.21336793782552 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510098.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22551553062985333, "S11": 0.22551553062985333, "W12": -8.7537864260226304, "S12": -27.757997306938918, "W13": -30.399460987535591, "S13": -30.399460987535591, "W21": -37.329783170287385, "S21": -37.337019286374812, "W22": -62.475728376460701, "S22": -62.475728376460701, "W31": -79.888189396106412, "S31": -82.330102618161476, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34427308024154091, "S11": 0.34427308024154091, "W12": -8.7795184969798292, "S12": -26.628873271649166, "W13": -31.016116375012423, "S13": -31.016116375012423, "W21": -38.136994605649953, "S21": -38.143310967354445, "W22": -48.646329439217787, "S22": -51.205067325405871, "W31": -79.743624263181715, "S31": -79.743624263181715, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510197.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46303062985336851, "S11": 0.46303062985336851, "W12": -8.8838984234711411, "S12": -21.961523994245518, "W13": -30.847801975420609, "S13": -30.847801975420609, "W21": -38.944206041013466, "S21": -38.949602648335031, "W22": -56.87461467324291, "S22": -56.87461467324291, "W31": -79.388138150804153, "S31": -79.388138150804153, "W32": -92.625097868437024, "S32": -97.625097868437024 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510246.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.627474278285026, "S11": 0.627474278285026, "W12": -8.9882783499623304, "S12": -17.29417471684738, "W13": -30.679487575828997, "S13": -30.679487575828997, "W21": -39.751417476376034, "S21": -39.755894329314664, "W22": -39.484350159963931, "S22": -47.470885794104611, "W31": -60.0, "S31": -60.0, "W32": -97.970923381251794, "S32": -102.97092338125179 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4415642307172768, "S11": 0.4415642307172768, "W12": -9.9467399722703185, "S12": -22.232319614117632, "W13": -29.916410879345328, "S13": -29.916410879345328, "W21": -39.634332351764634, "S21": -39.634332351764634, "W22": -35.707690690998021, "S22": -39.762111461836703, "W31": -67.962690377250297, "S31": -67.962690377250297, "W32": -89.092626956994351, "S32": -94.092626956994351 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 510749.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083586641114192922, "S11": 0.083586641114192922, "W12": -9.9431209788865811, "S12": -11.7424576289695, "W13": -21.365266296757635, "S13": -21.365266296757635, "W21": -38.327011704952866, "S21": -39.264214067007536, "W22": -49.209999, "S22": -49.209999, "W31": -64.949997, "S31": -68.317849667445756, "W32": -92.833416503904076, "S32": -97.833416503904076 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 511551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43875602700096389, "S11": 0.42481030478658072, "W12": -10.13457185143421, "S12": -10.13457185143421, "W13": -15.0, "S13": -15.0, "W21": -37.776324650882763, "S21": -40.768985170393776, "W22": -39.958192933844558, "S22": -39.958192933844558, "W31": -67.175235061812671, "S31": -77.271237040917015, "W32": -96.352898374969669, "S32": -101.35289837496967 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 512056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33449205497495477, "S11": 0.12464372752845565, "W12": -10.150631448324766, "S12": -10.150631448324766, "W13": -19.535486773300171, "S13": -24.209255915136922, "W21": -37.065868943142419, "S21": -37.220184188620458, "W22": -38.837365028943204, "S22": -44.184301557751844, "W31": -68.101312210025455, "S31": -74.230089294969758, "W32": -81.22190606902555, "S32": -86.22190606902555 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3111524457282826, "S11": 0.22332913168568269, "W12": -10.162704307746848, "S12": -10.162704307746848, "W13": -19.641496223544628, "S13": -24.648379587194988, "W21": -37.464014107751602, "S21": -38.026391368733321, "W22": -49.115909058230528, "S22": -49.647615091788524, "W31": -65.146907327497289, "S31": -67.828151431519927, "W32": -92.479280162412138, "S32": -97.479280162412138 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513062.349999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2878128364815829, "S11": 0.2878128364815829, "W12": -10.174777167168944, "S12": -10.174777167168944, "W13": -19.685788496389652, "S13": -25.025786081854015, "W21": -37.862159272361254, "S21": -38.832598548847137, "W22": -39.719712068417927, "S22": -44.339904973185099, "W31": -68.200029149582107, "S31": -71.502078565402826, "W32": -88.480731225296438, "S32": -93.480731225296438 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513111.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26447322723491079, "S11": 0.26447322723491079, "W12": -10.192331658291453, "S12": -10.192331658291453, "W13": -19.730080769234618, "S13": -25.403192576512595, "W21": -38.260304436970436, "S21": -39.638805728960001, "W22": -39.264079854270605, "S22": -44.087813479653391, "W31": -60.0, "S31": -63.646503621037638, "W32": -87.214438736357437, "S32": -92.214438736357437 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513161.049999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25101083718021372, "S11": 0.25101083718021372, "W12": -10.212170854271367, "S12": -10.212170854271367, "W13": -19.774373042079642, "S13": -25.551434597394756, "W21": -38.658449601580088, "S21": -40.445012909073817, "W22": -63.475608399697563, "S22": -64.22139177706056, "W31": -79.680568296254066, "S31": -79.680568296254066, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513210.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26496660050538934, "S11": 0.26496660050538934, "W12": -10.423061833056501, "S12": -10.423061833056501, "W13": -19.791238360713461, "S13": -25.036112450839063, "W21": -38.402022942860818, "S21": -40.596648265858235, "W22": -36.312299112222483, "S22": -40.534554302432753, "W31": -69.376082997807018, "S31": -69.376082997807018, "W32": -85.857569005316634, "S32": -90.857569005316634 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513259.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2789223638305649, "S11": 0.2789223638305649, "W12": -10.71527327092533, "S12": -10.71527327092533, "W13": -19.804337609610251, "S13": -24.517024234546341, "W21": -38.133268741411726, "S21": -40.735956079912825, "W22": -40.00125134264232, "S22": -40.178716897014723, "W31": -66.942849963287273, "S31": -76.946088790552892, "W32": -97.946047551310727, "S32": -102.94604755131073 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513309.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29287812715575695, "S11": 0.29287812715575695, "W12": -11.007484708794504, "S12": -11.007484708794504, "W13": -19.817436858507055, "S13": -23.997936018253, "W21": -37.864514539962322, "S21": -40.875263893967585, "W22": -37.59053632151069, "S22": -37.59053632151069, "W31": -60.0, "S31": -65.234490312530554, "W32": -83.747682959122258, "S32": -88.747682959122258 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513358.450000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30683389048093246, "S11": 0.30683389048093246, "W12": -11.299696146663333, "S12": -11.299696146663333, "W13": -19.834719858829615, "S13": -23.483031553386049, "W21": -37.59576033851323, "S21": -41.042629732495101, "W22": -60.547492887160629, "S22": -79.378353969207325, "W31": -97.761116648267674, "S31": -97.761116648267674, "W32": -102.72064040965454, "S32": -107.72064040965454 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513407.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32078965380612451, "S11": 0.32078965380612451, "W12": -11.591907584532507, "S12": -11.591907584532507, "W13": -19.859275723583536, "S13": -22.975399952949829, "W21": -37.327006137063833, "S21": -41.216007834793949, "W22": -50.0, "S22": -52.269911262183925, "W31": -79.121113958273668, "S31": -79.121113958273668, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513457.150000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33474541713130007, "S11": 0.33474541713130007, "W12": -11.884119022401336, "S12": -11.884119022401336, "W13": -19.883831588337422, "S13": -22.467768352514199, "W21": -37.058251935614749, "S21": -41.389385937092584, "W22": -51.154843978956983, "S22": -55.089546889494827, "W31": -92.148029457985388, "S31": -92.148029457985388, "W32": -99.911470224079821, "S32": -104.91147022407982 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513506.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34870118045647563, "S11": 0.34870118045647563, "W12": -12.176330460270165, "S12": -12.176330460270165, "W13": -19.908387453091311, "S13": -21.960136752078576, "W21": -36.789497734165664, "S21": -41.562764039391219, "W22": -60.146628905536268, "S22": -77.785958311970347, "W31": -97.470825642148725, "S31": -97.470825642148725, "W32": -102.58399341047154, "S32": -107.58399341047154 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513555.849999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36265694378166763, "S11": 0.36265694378166763, "W12": -12.468541898139339, "S12": -12.468541898139339, "W13": -19.932943317845229, "S13": -21.452505151642352, "W21": -36.520743532716253, "S21": -41.736142141690053, "W22": -63.46153846153846, "S22": -63.968591567276121, "W31": -79.69584176671826, "S31": -79.69584176671826, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513605.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37661270710684319, "S11": 0.37661270710684319, "W12": -12.760753336008168, "S12": -12.760753336008168, "W13": -19.957499182599118, "S13": -20.944873551206726, "W21": -36.251989331267168, "S21": -41.909520243988688, "W22": -60.105381185192037, "S22": -60.105381185192037, "W31": -74.941966579648891, "S31": -74.941966579648891, "W32": -89.521804226761688, "S32": -94.521804226761688 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513654.549999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39016320330742127, "S11": 0.39016320330742127, "W12": -13.052964773877344, "S12": -13.052964773877344, "W13": -19.982055047353036, "S13": -20.437241950770503, "W21": -35.983235129817764, "S21": -42.082898346287521, "W22": -41.508571134304042, "S22": -43.703072152633979, "W31": -75.147636477257507, "S31": -77.72136855832521, "W32": -98.283360944653268, "S32": -103.28336094465327 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513703.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39697371724593955, "S11": 0.39697371724593955, "W12": -13.345176211746171, "S12": -13.345176211746171, "W13": -20.030802361215773, "S13": -20.090426631597726, "W21": -35.783081591720851, "S21": -42.324877111938335, "W22": -42.794639892426389, "S22": -44.501227405226921, "W31": -80.638303354085636, "S31": -80.638303354085636, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513753.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40378423118445783, "S11": 0.40378423118445783, "W12": -13.637387649615, "S12": -13.637387649615, "W13": -20.122894233517616, "S13": -20.594610163857642, "W21": -35.988459166709923, "S21": -42.925179900506059, "W22": -33.252879401943936, "S22": -33.401040971926932, "W31": -69.184592844570261, "S31": -69.184592844570261, "W32": -88.286481942370557, "S32": -93.286481942370557 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513802.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41059474512298411, "S11": 0.41059474512298411, "W12": -13.929280291355116, "S12": -13.929280291355116, "W13": -20.162889406306434, "S13": -21.046696996605014, "W21": -36.193836741699222, "S21": -43.232493287854936, "W22": -46.89247387690245, "S22": -52.440531136616151, "W31": -65.169915437353097, "S31": -69.714429186420304, "W32": -93.429075740501901, "S32": -98.429075740501901 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513851.950000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4174052590615025, "S11": 0.4174052590615025, "W12": -14.174036281179072, "S12": -14.174036281179072, "W13": -20.259801158478112, "S13": -21.555700408734765, "W21": -36.39921431668828, "S21": -43.539806675203458, "W22": -45.591127036456861, "S22": -54.737343805373015, "W31": -65.281835694899897, "S31": -70.497751665782573, "W32": -93.773446326847022, "S32": -98.773446326847022 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513901.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42421577300002877, "S11": 0.42421577300002877, "W12": -14.335251994393019, "S12": -14.335251994393019, "W13": -20.369967235306891, "S13": -22.0779581455221, "W21": -36.604591891677586, "S21": -43.847120062552349, "W22": -40.0, "S22": -41.969727681056725, "W31": -66.188170329543524, "S31": -76.188170329543524, "W32": -97.648031104729967, "S32": -102.64803110472997 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 513950.650000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.431026286938547, "S11": 0.431026286938547, "W12": -14.420929444999336, "S12": -14.420929444999336, "W13": -20.480133312135543, "S13": -22.600215882308824, "W21": -36.809969466666651, "S21": -44.154433449900878, "W22": -43.482063891479172, "S22": -58.482063891479172, "W31": -65.467085439188068, "S31": -71.722045657451957, "W32": -94.328256349962018, "S32": -99.328256349962018 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44717946641942696, "S11": 0.44717946641942696, "W12": -14.507735372665348, "S12": -14.507735372665348, "W13": -20.591750411252775, "S13": -23.129352393744458, "W21": -37.018052116098424, "S21": -44.465794531307836, "W22": -55.375589277726164, "S22": -61.382855937958091, "W31": -94.585717934407313, "S31": -94.585717934407313, "W32": -101.17491363670254, "S32": -106.17491363670254 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46511769435299144, "S11": 0.46511769435299144, "W12": -14.594541300331361, "S12": -14.594541300331361, "W13": -20.703367510370001, "S13": -23.658488905180089, "W21": -37.22613476553019, "S21": -44.777155612714793, "W22": -60.507016596950479, "S22": -60.507016596950479, "W31": -102.61495261495261, "S31": -102.61495261495261, "W32": -102.61495261495261, "S32": -106.36078452048295 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45937327378549542, "S11": 0.45937327378549542, "W12": -14.681347227997378, "S12": -14.681347227997378, "W13": -20.814984609487226, "S13": -22.484431290725002, "W21": -37.434217414961971, "S21": -43.875489965092562, "W22": -51.00531418601205, "S22": -53.598336983735514, "W31": -85.266809243980248, "S31": -85.266809243980248, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41781610334231778, "S11": 0.41781610334231778, "W12": -14.76815315566339, "S12": -14.76815315566339, "W13": -20.926601708604458, "S13": -21.027463176281067, "W21": -37.642300064393737, "S21": -42.328250290414431, "W22": -41.434118983968027, "S22": -45.009275589333583, "W31": -66.745436395391906, "S31": -66.745436395391906, "W32": -89.745388337225052, "S32": -94.745388337225052 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37625893289914014, "S11": 0.37625893289914014, "W12": -14.847153790554549, "S12": -14.847153790554549, "W13": -21.067677154722542, "S13": -21.518020395749939, "W21": -37.85038271382551, "S21": -40.781010615736314, "W22": -49.760264555381923, "S22": -53.219812339548575, "W31": -89.543509717985813, "S31": -89.543509717985813, "W32": -97.06830466231574, "S32": -102.06830466231574 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33470176245596256, "S11": 0.33470176245596256, "W12": -14.827567198077221, "S12": -14.827567198077221, "W13": -21.245489509919697, "S13": -22.045314524297886, "W21": -38.058465363257284, "S21": -39.653270937051694, "W22": -62.800289435600575, "S22": -64.961330625531929, "W31": -79.363506563844055, "S31": -79.363506563844055, "W32": -95.15622871156728, "S32": -100.15622871156728 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32971490200278125, "S11": 0.32971490200278125, "W12": -14.820290622037, "S12": -14.820290622037, "W13": -21.266826992543358, "S13": -22.10858981972364, "W21": -38.083435281189097, "S21": -39.610591279783044, "W22": -39.883709862794689, "S22": -41.221997349226129, "W31": -67.714698379366709, "S31": -67.714698379366709, "W32": -92.855750724778915, "S32": -97.855750724778915 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29314459201278503, "S11": 0.29314459201278503, "W12": -14.766929064408723, "S12": -14.766929064408723, "W13": -21.414966272998672, "S13": -22.564273060727654, "W21": -38.266548012689057, "S21": -39.297607126479619, "W22": -47.520910209102091, "S22": -50.007399977758354, "W31": -65.905194578408555, "S31": -65.905194578408555, "W32": -91.090469837217668, "S32": -96.090469837217668 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25158742156960734, "S11": 0.25158742156960734, "W12": -14.706290930740227, "S12": -14.706290930740227, "W13": -21.410198571478709, "S13": -22.90898713255848, "W21": -38.474630662120823, "S21": -38.941943315907544, "W22": -62.996288262586823, "S22": -62.996288262586823, "W31": -89.084947986995999, "S31": -89.084947986995999, "W32": -94.821485368956729, "S32": -99.821485368956729 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21003025112642973, "S11": 0.17757118692077165, "W12": -14.645652797071728, "S12": -14.645652797071728, "W13": -21.405430869958746, "S13": -23.253701204389309, "W21": -38.682713311552597, "S21": -38.826705072134111, "W22": -43.895206404903639, "S22": -48.038794041007243, "W31": -73.408969567538705, "S31": -73.965182286171824, "W32": -97.194593454259362, "S32": -102.19459345425936 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13069871625945864, "S11": 0.0025144739362220891, "W12": -14.494038077706652, "S12": -14.494038077706652, "W13": -21.400663168438779, "S13": -23.598415276220134, "W21": -38.89079596098437, "S21": -39.876555235281742, "W22": -43.807714668309131, "S22": -43.807714668309131, "W31": -80.804426970984323, "S31": -80.804426970984323, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049759063358807309, "S11": -0.17415035708200768, "W12": -14.234039250066209, "S12": -14.234039250066209, "W13": -21.395895466918816, "S13": -23.943129348050959, "W21": -39.098878610416136, "S21": -40.377022651038047, "W22": -38.918097402826334, "S22": -39.985054956868836, "W31": -65.206066486941666, "S31": -65.206066486941666, "W32": -86.808129319433064, "S32": -91.808129319433064 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031180589541843939, "S11": -0.35081518810023732, "W12": -13.956842468692177, "S12": -13.956842468692177, "W13": -21.391127765398856, "S13": -24.287843419881792, "W21": -39.306961259847917, "S21": -40.635006718244497, "W22": -35.878548155555826, "S22": -40.664555941995182, "W31": -69.929121885784781, "S31": -69.929121885784781, "W32": -86.166328311519649, "S32": -91.166328311519649 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11212024244249519, "S11": -0.52748001911846698, "W12": -13.651817462658551, "S12": -13.651817462658551, "W13": -21.386360063878893, "S13": -24.450434058405154, "W21": -39.51504390927969, "S21": -40.892990785450941, "W22": -47.808037573823313, "S22": -50.055492387918484, "W31": -65.838106001713811, "S31": -66.043250813957727, "W32": -91.195494277519231, "S32": -96.195494277519231 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19305989534314649, "S11": -0.70414485013669681, "W12": -13.346792456624922, "S12": -13.346792456624922, "W13": -21.38159236235893, "S13": -24.611463886676397, "W21": -39.723126558711456, "S21": -41.144562800408508, "W22": -59.075600951677743, "S22": -59.075600951677743, "W31": -100.84159646659647, "S31": -100.84159646659647, "W32": -100.84159646659647, "S32": -105.58695411535119 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2739995482437978, "S11": -0.66304716729141699, "W12": -13.041767450591296, "S12": -13.041767450591296, "W13": -21.35596910731223, "S13": -24.751638161420903, "W21": -40.148758118369706, "S21": -41.598326332777134, "W22": -60.0, "S22": -60.0, "W31": -102.22727272727273, "S31": -102.22727272727273, "W32": -102.22727272727273, "S32": -106.21876153318924 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43896527750955927, "S11": -0.63190900045328235, "W12": -12.736742444557668, "S12": -12.736742444557668, "W13": -21.320429708152322, "S13": -24.8818962920522, "W21": -40.300559304602643, "S21": -41.778259491720448, "W22": -49.999999999999993, "S22": -55.948406676782994, "W31": -78.408307688282108, "S31": -78.408307688282108, "W32": -91.449543654210444, "S32": -96.449543654210444 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94541539531111196, "S11": -0.98202087651545733, "W12": -12.431717438524041, "S12": -12.431717438524041, "W13": -21.284890308992413, "S13": -25.012154422683494, "W21": -40.452360490835581, "S21": -41.958192650663769, "W22": -46.112874287389168, "S22": -46.112874287389168, "W31": -65.637802768001663, "S31": -67.444765958074484, "W32": -96.50353585964352, "S32": -101.50353585964352 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4518655131126648, "S11": -1.670557882641218, "W12": -12.126692432490412, "S12": -12.126692432490412, "W13": -21.249350909832508, "S13": -25.142412553314799, "W21": -40.604161677068511, "S21": -42.135660264441022, "W22": -60.0, "S22": -60.0, "W31": -100.4640882777009, "S31": -100.4640882777009, "W32": -100.4640882777009, "S32": -105.39312714213091 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1449149460584267, "S11": -2.545266442677439, "W12": -11.821667426456784, "S12": -11.821667426456784, "W13": -21.213811510672599, "S13": -25.272670683946096, "W21": -40.755962863301448, "S21": -42.274938157348373, "W22": -40.004905206877098, "S22": -42.737550091288085, "W31": -66.860865222577672, "S31": -66.860865222577672, "W32": -89.644463725162723, "S32": -94.644463725162723 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 514950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0479556405204535, "W12": -11.516642420423157, "S12": -11.516642420423157, "W13": -21.178992052242819, "S13": -25.403648755307522, "W21": -40.907764049534379, "S21": -42.414216050255718, "W22": -41.505407990582, "S22": -45.104425609733397, "W31": -66.713336423176244, "S31": -66.713336423176244, "W32": -89.754956604688189, "S32": -94.754956604688189 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46436943195843838, "S11": 0.46436943195843838, "W12": -14.589612920580079, "S12": -14.589612920580079, "W13": -20.697855011523497, "S13": -23.638022076068033, "W21": -37.217195644149058, "S21": -44.762715389622066, "W22": -40.001266254771302, "S22": -40.001266254771302, "W31": -67.093010877284158, "S31": -77.121817891598141, "W32": -97.607931118117875, "S32": -102.60793111811788 }, "geometry": { "type": "Point", "coordinates": [ 104000.25, 514097.8125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41159305129335078, "W12": -10.0, "S12": -10.0, "W13": -17.200001, "S13": -18.120401485059546, "W21": -30.0, "S21": -30.220442144494644, "W22": -37.607148297277213, "S22": -37.607148297277213, "W31": -60.0, "S31": -65.278536656605979, "W32": -83.67897311535728, "S32": -88.67897311535728 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 496755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9999999999999996, "W12": -10.580336903724001, "S12": -10.580336903724001, "W13": -15.209887250650478, "S13": -19.662778278314306, "W21": -52.564352218097724, "S21": -61.602871098161614, "W22": -68.806769972759341, "S22": -86.704457428961163, "W31": -103.84653116075928, "S31": -103.84653116075928, "W32": -103.84653116075928, "S32": -107.70479667758245 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 501197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59556557322063264, "S11": -0.11008568093470128, "W12": -7.533833985627564, "S12": -9.9253415601052595, "W13": -25.0, "S13": -30.0, "W21": -33.713174088808195, "S21": -41.748526355110322, "W22": -65.481827074730987, "S22": -65.481827074730987, "W31": -84.294761775905741, "S31": -84.294761775905741, "W32": -92.885084506108001, "S32": -97.885084506108001 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 505735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45430085271959619, "S11": -0.84278736912680596, "W12": -10.169689530306076, "S12": -17.946061501865863, "W13": -19.926040829339605, "S13": -20.818317516376403, "W21": -36.429173999682966, "S21": -36.429173999682966, "W22": -62.596101893866397, "S22": -62.596101893866397, "W31": -79.865826189471591, "S31": -81.062425754865487, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 507056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64110658760064843, "S11": -1.1411065876006483, "W12": -6.5083690151810041, "S12": -10.791636472361505, "W13": -22.888069028664454, "S13": -23.779778013735132, "W21": -38.092265021731627, "S21": -38.092265021731627, "W22": -43.959670177701518, "S22": -43.959670177701518, "W31": -80.556559674943614, "S31": -80.556559674943614, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104001.0, 509383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1061569195557577, "S11": -1.6270517132101108, "W12": -8.7922020734645105, "S12": -8.7922020734645105, "W13": -20.53330334001318, "S13": -24.940989201609565, "W21": -44.064985845449463, "S21": -44.254925685519979, "W22": -39.033257572122004, "S22": -41.231082941589165, "W31": -67.182010328518274, "S31": -67.182010328518274, "W32": -89.474581043593417, "S32": -94.474581043593417 }, "geometry": { "type": "Point", "coordinates": [ 104001.866666666668607, 516133.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49950330397168208, "S11": 0.49950330397168208, "W12": -10.0, "S12": -10.604818654189186, "W13": -14.012542454916424, "S13": -15.777660263559595, "W21": -34.03569170238179, "S21": -37.03569170238179, "W22": -42.499933306647605, "S22": -45.885334766501536, "W31": -77.599128790049932, "S31": -81.509491756909568, "W32": -98.366192103928228, "S32": -103.36619210392823 }, "geometry": { "type": "Point", "coordinates": [ 104002.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2992119197143106, "S11": -0.83378331153229213, "W12": -3.8492801898155542, "S12": -18.849280189815556, "W13": -22.606553194190475, "S13": -22.606553194190475, "W21": -36.369326415004316, "S21": -40.595530323475671, "W22": -60.809944676831734, "S22": -61.020877677407654, "W31": -102.52100152100152, "S31": -102.52100152100152, "W32": -102.52100152100152, "S32": -106.28341329677862 }, "geometry": { "type": "Point", "coordinates": [ 104002.0, 506578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0031695760598503542, "S11": -0.52665113378281336, "W12": -3.250515464199057, "S12": -3.250515464199057, "W13": -20.0, "S13": -20.0, "W21": -34.890359226603977, "S21": -34.89342800967276, "W22": -63.442074120211778, "S22": -63.442074120211778, "W31": -79.766139169072915, "S31": -79.766139169072915, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104002.0, 507792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3711148623449757, "S11": 0.3711148623449757, "W12": -12.653073412832937, "S12": -12.653073412832937, "W13": -19.94558026979351, "S13": -21.095027259531388, "W21": -36.320955406369869, "S21": -41.826109659964153, "W22": -35.801280482353242, "S22": -40.686192233043315, "W31": -69.853743664835562, "S31": -79.853743664835562, "W32": -86.23760626073846, "S32": -91.23760626073846 }, "geometry": { "type": "Point", "coordinates": [ 104002.166666666671517, 513636.083333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3498658124491882, "S12": -5.3498658124491882, "W13": -16.765463068417851, "S13": -16.765463068417851, "W21": -44.445735873915673, "S21": -44.445735873915673, "W22": -43.660836890011417, "S22": -58.660836890011417, "W31": -65.489053995097095, "S31": -71.654980259613495, "W32": -94.249014169599846, "S32": -99.249014169599846 }, "geometry": { "type": "Point", "coordinates": [ 104002.666666666671517, 521442.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3653890275796482, "S11": -1.2944567102331668, "W12": -3.3138433358695663, "S12": -3.3138433358695663, "W13": -19.397881905747489, "S13": -19.397881905747489, "W21": -33.601727638722863, "S21": -33.601727638722863, "W22": -42.905545390459281, "S22": -57.905545390459281, "W31": -65.554011634771271, "S31": -72.092014977293871, "W32": -94.448884156968617, "S32": -99.448884156968617 }, "geometry": { "type": "Point", "coordinates": [ 104002.75, 507734.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76548492540161694, "S11": -0.76548492540161694, "W12": -5.3397406786220749, "S12": -5.3397406786220749, "W13": -15.50702771878063, "S13": -15.50702771878063, "W21": -44.867942517037505, "S21": -44.867942517037505, "W22": -39.706022979826152, "S22": -42.204180098613008, "W31": -65.218456512862389, "S31": -65.633099223695183, "W32": -98.18088448132913, "S32": -103.18088448132913 }, "geometry": { "type": "Point", "coordinates": [ 104002.792452830195543, 522084.716981132049114 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29968007142591424, "S11": 0.29968007142591424, "W12": -9.4183762761302869, "S12": -9.8621166888573715, "W13": -14.682604522514527, "S13": -19.075083932028907, "W21": -35.278119213478817, "S21": -38.278119213478817, "W22": -36.752715152610556, "S22": -40.111015787030595, "W31": -67.707830435608898, "S31": -67.707830435608898, "W32": -89.195589674618475, "S32": -94.195589674618475 }, "geometry": { "type": "Point", "coordinates": [ 104003.0, 499684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79427347125992798, "S11": -0.79427347125992798, "W12": -9.6450632691974345, "S12": -9.6450632691974345, "W13": -15.605292830138623, "S13": -19.022900088928566, "W21": -38.441590563165903, "S21": -48.441590563165903, "W22": -40.0, "S22": -40.982147538797989, "W31": -66.280293337904951, "S31": -76.280293337904951, "W32": -97.819531320595587, "S32": -102.81953132059559 }, "geometry": { "type": "Point", "coordinates": [ 104003.0, 502124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.0849329011344508, "S12": -11.748704478596188, "W13": -18.5777351646102, "S13": -22.647652646165419, "W21": -34.450563736648817, "S21": -37.902016606953246, "W22": -39.369494420574028, "S22": -42.921982468575308, "W31": -68.036785987358257, "S31": -70.103904966276346, "W32": -89.8392022996766, "S32": -94.8392022996766 }, "geometry": { "type": "Point", "coordinates": [ 104003.0, 504425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33467174434969793, "S11": -0.33467174434969793, "W12": -10.299460777007164, "S12": -19.72288602738622, "W13": -19.730163785413655, "S13": -19.730163785413655, "W21": -36.101426163904222, "S21": -36.101426163904222, "W22": -35.872592366408632, "S22": -40.663657741928994, "W31": -69.883811256962616, "S31": -75.902005031622849, "W32": -86.199262371915836, "S32": -91.199262371915836 }, "geometry": { "type": "Point", "coordinates": [ 104003.0, 507118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35217335612692813, "S11": -0.35217335612692813, "W12": -10.000000000000002, "S12": -12.899841069053876, "W13": -24.862780916776416, "S13": -24.862780916776416, "W21": -38.602008149226236, "S21": -38.602008149226236, "W22": -55.876945900123303, "S22": -55.876945900123303, "W31": -79.449054971582854, "S31": -79.449054971582854, "W32": -93.308573681472325, "S32": -98.308573681472325 }, "geometry": { "type": "Point", "coordinates": [ 104003.0, 511318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44978233916518373, "S11": 0.43756009454558253, "W12": -10.099080374132848, "S12": -10.099080374132848, "W13": -15.0, "S13": -15.0, "W21": -37.809137718744758, "S21": -40.793480489388003, "W22": -63.165369043911674, "S22": -63.165369043911674, "W31": -79.646596891788718, "S31": -79.646596891788718, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104003.857142857144936, 512050.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2222999358025564, "S11": -0.64020686630152612, "W12": -9.4257154675553405, "S12": -9.4257154675553405, "W13": -21.532178938178173, "S13": -24.869445437560817, "W21": -35.569315209553928, "S21": -35.57136746374254, "W22": -40.847951345051278, "S22": -44.275219341918053, "W31": -79.917945296528742, "S31": -79.917945296528742, "W32": -100.36747022610896, "S32": -105.36747022610896 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49300896408429851, "S11": -0.91136939196692013, "W12": -7.5085137186325008, "S12": -10.246870423030767, "W13": -25.0, "S13": -28.649788547262546, "W21": -33.753985048129799, "S21": -41.993334369105511, "W22": -60.74967569968905, "S22": -60.74967569968905, "W31": -73.35696753983882, "S31": -74.31345621525314, "W32": -95.65807940547198, "S32": -100.65807940547198 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 505778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2023630395971407, "W12": -10.121743399998239, "S12": -16.766512847778483, "W13": -20.0, "S13": -20.579443505395918, "W21": -37.141291463700078, "S21": -37.141291463700078, "W22": -66.555704498064287, "S22": -75.250968771630824, "W31": -105.41826110084531, "S31": -105.41826110084531, "W32": -105.41826110084531, "S32": -107.14298779768231 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 507027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1007390833184336, "W12": -10.143617441014257, "S12": -17.164499620156832, "W13": -19.966839982770143, "S13": -20.625661982510099, "W21": -36.596836433506745, "S21": -36.596836433506745, "W22": -49.306906479175993, "S22": -51.694408767415091, "W31": -88.397582041592401, "S31": -88.397582041592401, "W32": -95.162255819007797, "S32": -100.1622558190078 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26263819925152265, "S11": -1.0546313198324513, "W12": -5.0, "S12": -5.0, "W13": -26.572561692126911, "S13": -26.585960374783966, "W21": -40.0, "S21": -40.0, "W22": -65.453667559811208, "S22": -65.453667559811208, "W31": -100.06916079242215, "S31": -100.06916079242215, "W32": -103.88900296813456, "S32": -108.88900296813456 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 509745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29350086281276966, "S11": 0.29350086281276966, "W12": -8.7576288111428067, "S12": -28.757628811142808, "W13": -31.108950604249333, "S13": -31.108950604249333, "W21": -37.889880501997077, "S21": -37.896537082878979, "W22": -68.050976527504034, "S22": -82.313183782976253, "W31": -102.11437898909978, "S31": -102.11437898909978, "W32": -103.42403628117914, "S32": -108.42403628117914 }, "geometry": { "type": "Point", "coordinates": [ 104004.0, 510175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5576923076923084, "S12": -17.745359967900953, "W13": -23.277406007737461, "S13": -24.612089355403139, "W21": -38.617712717112006, "S21": -38.617712717112006, "W22": -33.561726705802187, "S22": -34.548407108758575, "W31": -69.140872095775393, "S31": -69.453564367369779, "W32": -87.676437438043493, "S32": -92.676437438043493 }, "geometry": { "type": "Point", "coordinates": [ 104004.5, 503810.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36243687577151829, "S11": 0.36243687577151829, "W12": -7.9245382670978328, "S12": -7.9245382670978328, "W13": -13.274185228604923, "S13": -14.17330884841563, "W21": -37.309564674082857, "S21": -41.772918657155884, "W22": -39.998003348607412, "S22": -42.538446928765332, "W31": -66.851538632517673, "S31": -66.851538632517673, "W32": -89.637783036385798, "S32": -94.637783036385798 }, "geometry": { "type": "Point", "coordinates": [ 104005.0, 500177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2674335010783615, "S12": -17.608342591987451, "W13": -23.398135838797856, "S13": -24.865596794718964, "W21": -38.692022652090628, "S21": -38.692022652090628, "W22": -55.730797014206601, "S22": -57.315015096402924, "W31": -78.058617262656284, "S31": -78.058617262656284, "W32": -89.442471538950002, "S32": -94.442471538950002 }, "geometry": { "type": "Point", "coordinates": [ 104005.0, 503822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95246806727668065, "S11": 0.95246806727668065, "W12": -8.5231766074098694, "S12": -8.5231766074098694, "W13": -20.58428127173779, "S13": -22.907851342098777, "W21": -34.234734597504449, "S21": -34.234734597504449, "W22": -44.158542762972196, "S22": -47.540612535682293, "W31": -80.0, "S31": -80.321971754481254, "W32": -98.846989152116706, "S32": -103.84698915211671 }, "geometry": { "type": "Point", "coordinates": [ 104005.0, 504850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096472594774788617, "S11": -0.096472594774788617, "W12": -9.3013185528395432, "S12": -20.175002216636564, "W13": -20.175002216636564, "S13": -20.175002216636564, "W21": -34.779235929115963, "S21": -34.779235929115963, "W22": -40.829951809512281, "S22": -44.39387649519194, "W31": -79.90999140672983, "S31": -79.90999140672983, "W32": -100.3943194676179, "S32": -105.3943194676179 }, "geometry": { "type": "Point", "coordinates": [ 104005.0, 507252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1075084828600321, "S11": 2.1075084828600321, "W12": -10.201883550767175, "S12": -10.923656783018371, "W13": -15.0, "S13": -17.790323821525423, "W21": -39.244377759386438, "S21": -41.309858532946826, "W22": -38.427753751393894, "S22": -43.644737067762549, "W31": -65.873727532873616, "S31": -71.814756801888606, "W32": -81.19104073994238, "S32": -86.19104073994238 }, "geometry": { "type": "Point", "coordinates": [ 104005.166666666671517, 500473.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3428848076521209, "S12": -5.3428848076521209, "W13": -16.308684253832581, "S13": -16.308684253832581, "W21": -44.596045278388715, "S21": -44.596045278388715, "W22": -69.745860608394295, "S22": -85.957336479330934, "W31": -102.72790189820259, "S31": -102.72790189820259, "W32": -103.03099017384733, "S32": -108.03099017384733 }, "geometry": { "type": "Point", "coordinates": [ 104005.222222222218988, 521676.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61452522222946682, "S11": 0.61452522222946682, "W12": -4.8678373355788498, "S12": -6.4973706936677216, "W13": -15.0, "S13": -16.395943493015547, "W21": -30.912063224615874, "S21": -33.912063224615878, "W22": -39.282937240042713, "S22": -41.456232694588167, "W31": -63.941850338313117, "S31": -63.941850338313117, "W32": -98.158583927486944, "S32": -103.15858392748694 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 498528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.564901538849818, "S11": -1.7221705326895809, "W12": -6.8107373109034901, "S12": -12.924650609093728, "W13": -20.103756785995685, "S13": -20.103756785995685, "W21": -33.727305201518448, "S21": -33.736929174407358, "W22": -44.828571263425829, "S22": -53.073970036431959, "W31": -65.419529947724484, "S31": -70.962311863441926, "W32": -93.913572696755153, "S32": -98.913572696755153 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 508008.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2176440849342771, "S11": -0.51941000022107331, "W12": -4.4006112759413041, "S12": -4.4006112759413041, "W13": -23.107584750408058, "S13": -23.107584750408058, "W21": -33.583402305787118, "S21": -33.583402305787118, "W22": -40.980564369959019, "S22": -49.836012982848203, "W31": -65.753905535790224, "S31": -73.239318899216045, "W32": -94.928920011629202, "S32": -99.928920011629202 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 508859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.35393301261335, "S12": -7.9745046274281641, "W13": -23.50980362762914, "S13": -23.50980362762914, "W21": -34.310184727881371, "S21": -34.79929040844754, "W22": -61.717278814350422, "S22": -61.717278814350422, "W31": -94.439742519966615, "S31": -94.439742519966615, "W32": -98.109271439091899, "S32": -103.1092714390919 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 508916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55990902786968788, "S11": 0.55990902786968788, "W12": -9.507746017681967, "S12": -10.872370881763157, "W13": -29.411936592112049, "S13": -29.411936592112049, "W21": -40.0, "S21": -40.0, "W22": -62.946409362462546, "S22": -62.946409362462546, "W31": -79.821952173250153, "S31": -79.821952173250153, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104006.0, 510530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2102737654881048, "S12": -7.2102737654881048, "W13": -20.0, "S13": -23.38124113203363, "W21": -45.686699960473106, "S21": -51.87689518009487, "W22": -59.291692355117142, "S22": -59.291692355117142, "W31": -78.8886791471744, "S31": -78.8886791471744, "W32": -90.725014014296903, "S32": -95.725014014296903 }, "geometry": { "type": "Point", "coordinates": [ 104006.75, 517263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42210765655131205, "S11": 0.42210765655131205, "W12": -7.4214519088752624, "S12": -7.4214519088752624, "W13": -19.282714706880522, "S13": -21.956915418459783, "W21": -35.317032450896669, "S21": -35.317032450896669, "W22": -39.98380493870453, "S22": -42.443445179438129, "W31": -66.831653882625332, "S31": -66.831653882625332, "W32": -89.638921044741735, "S32": -94.638921044741735 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 503274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.12762886597938156, "W12": -2.8312228858849422, "S12": -4.9133362742267064, "W13": -24.102884694902265, "S13": -24.102884694902265, "W21": -36.585415649768798, "S21": -41.762257280766775, "W22": -40.837073553577127, "S22": -44.003491551598955, "W31": -66.711301441008374, "S31": -66.711301441008374, "W32": -89.715598169335209, "S32": -94.715598169335209 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 506408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36720755029389851, "S11": -0.36720755029389851, "W12": -10.292537679850581, "S12": -19.323590984977336, "W13": -19.742358998361823, "S13": -19.742358998361823, "W21": -36.173001088320156, "S21": -36.173001088320156, "W22": -45.707889218837671, "S22": -51.307071222926282, "W31": -65.349056457917129, "S31": -70.43341880063214, "W32": -93.676477338857495, "S32": -98.676477338857495 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 507108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.24, "S11": -1.47, "W12": -7.3800001, "S12": -7.3800001, "W13": -20.030001, "S13": -20.040001, "W21": -34.02, "S21": -34.03, "W22": -39.66754804036465, "S22": -43.184297594989516, "W31": -68.286286265746782, "S31": -70.801385003258375, "W32": -88.519751616960122, "S32": -93.519751616960122 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.6272513613826805, "S12": -13.858293066325029, "W13": -23.369191338578819, "S13": -23.369191338578819, "W21": -36.034058347676371, "S21": -37.672207751628676, "W22": -62.860946670404175, "S22": -62.860946670404175, "W31": -79.830527721897823, "S31": -79.830527721897823, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104007.4, 509050.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3367481798029175, "S12": -5.3367481798029175, "W13": -15.912367839633202, "S13": -15.912367839633202, "W21": -44.726387820791828, "S21": -44.726387820791828, "W22": -50.0, "S22": -55.677943408015707, "W31": -78.261173252145099, "S31": -78.261173252145099, "W32": -89.962648470549738, "S32": -94.962648470549738 }, "geometry": { "type": "Point", "coordinates": [ 104007.5, 521878.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6330513342312329, "S11": 2.1022790253076633, "W12": -10.842814681689362, "S12": -11.434601854666511, "W13": -15.633226643918121, "S13": -18.34015365595069, "W21": -45.36546107167576, "S21": -48.36546107167576, "W22": -41.816035914444257, "S22": -44.373910666327191, "W31": -80.189902420028815, "S31": -80.189902420028815, "W32": -100.00308766277352, "S32": -105.00308766277352 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 500802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0463410233446124, "S11": 3.8133042446571377, "W12": -10.779051958433252, "S12": -10.779051958433252, "W13": -15.0, "S13": -19.43347428210792, "W21": -52.239005838555897, "S21": -61.923045610752702, "W22": -44.924969249692495, "S22": -47.787174933348112, "W31": -66.275390865810053, "S31": -66.275390865810053, "W32": -90.130820265048456, "S32": -95.130820265048456 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40475204901067963, "S11": -0.57712686092646148, "W12": -10.261972942403956, "S12": -18.898657107568823, "W13": -19.78911873340186, "S13": -19.912348621922096, "W21": -35.883451015548886, "S21": -35.883451015548886, "W22": -45.328388008327309, "S22": -51.761925840638149, "W31": -65.386845700900224, "S31": -70.66224944334985, "W32": -93.772498626575, "S32": -98.772498626575 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44766034374344998, "S11": 0.44766034374344998, "W12": -3.9145204056576093, "S12": -4.6452134749645388, "W13": -19.152155404410436, "S13": -19.152155404410436, "W21": -33.852404277791734, "S21": -33.852404277791734, "W22": -44.767022704605694, "S22": -52.752707776180337, "W31": -65.435125027685118, "S31": -71.000153257976706, "W32": -93.921050644214063, "S32": -98.921050644214063 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 507541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74240410595853823, "S11": -0.74240410595853823, "W12": -6.3092550790067721, "S12": -21.309255079006771, "W13": -22.24289745801406, "S13": -22.982215864743381, "W21": -36.645233733699676, "S21": -36.645233733699676, "W22": -39.49145848383769, "S22": -41.76247535437895, "W31": -67.826551153452201, "S31": -69.943807680183099, "W32": -91.508053439880143, "S32": -96.508053439880143 }, "geometry": { "type": "Point", "coordinates": [ 104008.0, 509288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32125523706807158, "S11": -0.32125523706807158, "W12": -10.353761565692009, "S12": -19.937500099105826, "W13": -19.937500099105826, "S13": -19.937500099105826, "W21": -35.786593566752011, "S21": -35.786593566752011, "W22": -42.813384309666247, "S22": -44.579939517923975, "W31": -77.832338049182567, "S31": -83.850433788267097, "W32": -98.379754833490125, "S32": -103.37975483349013 }, "geometry": { "type": "Point", "coordinates": [ 104008.5, 507138.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83640613865975344, "S11": -0.83640613865975344, "W12": -5.3309441056977898, "S12": -5.3309441056977898, "W13": -15.412928237217074, "S13": -15.412928237217074, "W21": -44.892362124431067, "S21": -44.892362124431067, "W22": -65.845577978313827, "S22": -65.845577978313827, "W31": -83.858908608710507, "S31": -83.858908608710507, "W32": -93.059808149045153, "S32": -98.059808149045153 }, "geometry": { "type": "Point", "coordinates": [ 104008.905660377364256, 522133.962264150963165 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.68949142275822961, "W12": -9.3804627249357324, "S12": -11.025435021534445, "W13": -20.069586598422465, "S13": -20.069586598422465, "W21": -38.148637995275045, "S21": -38.148637995275045, "W22": -35.646003834671887, "S22": -40.665822020126434, "W31": -69.694577469333652, "S31": -69.694577469333652, "W32": -86.386185663095191, "S32": -91.386185663095191 }, "geometry": { "type": "Point", "coordinates": [ 104009.0, 506930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22570740517760385, "S11": -0.22570740517760385, "W12": -10.175980440437792, "S12": -20.400293218799888, "W13": -20.400293218799888, "S13": -20.400293218799888, "W21": -35.764677534686747, "S21": -35.764677534686747, "W22": -49.549506577654064, "S22": -51.973641929227021, "W31": -88.126255738660618, "S31": -88.126255738660618, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104009.0, 507186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40251357532474918, "S11": -0.90468189579504621, "W12": -5.0, "S12": -5.0, "W13": -24.889014178491621, "S13": -25.022770865477966, "W21": -39.92727602075778, "S21": -39.92727602075778, "W22": -38.848104893724745, "S22": -41.55993651177009, "W31": -62.749967662656836, "S31": -62.749967662656836, "W32": -98.1370016579382, "S32": -103.1370016579382 }, "geometry": { "type": "Point", "coordinates": [ 104009.333333333328483, 509648.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44778640202126485, "S11": 0.13752549592739793, "W12": -9.7929038226252914, "S12": -9.7929038226252914, "W13": -15.0, "S13": -15.0, "W21": -38.026559473022196, "S21": -40.565457719605014, "W22": -38.837397809892387, "S22": -41.615777443104491, "W31": -62.725391281852282, "S31": -62.725391281852282, "W32": -98.136585899440973, "S32": -103.13658589944097 }, "geometry": { "type": "Point", "coordinates": [ 104009.666666666671517, 511888.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41768224903494416, "S11": 0.41768224903494416, "W12": -8.5245614429577863, "S12": -8.5245614429577863, "W13": -14.0451314687657, "S13": -15.369998293344779, "W21": -37.599332494522542, "S21": -39.690114849182194, "W22": -47.746429519967691, "S22": -48.982286787156553, "W31": -65.698627314216282, "S31": -66.11215532626872, "W32": -91.274849367484109, "S32": -96.274849367484109 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067868604870681554, "S11": -0.067868604870681554, "W12": -5.0, "S12": -5.0, "W13": -15.668028884812374, "S13": -20.249191106034111, "W21": -36.388563408860328, "S21": -39.519698590182742, "W22": -47.842263967451942, "S22": -47.842263967451942, "W31": -65.181933620523068, "S31": -69.149263452643183, "W32": -93.096983302212266, "S32": -98.096983302212266 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 502735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87866834830157525, "S11": 0.87866834830157525, "W12": -8.3478983219803951, "S12": -8.3478983219803951, "W13": -20.0, "S13": -23.526815588870974, "W21": -33.697879917083299, "S21": -33.697879917083299, "W22": -38.695188510206364, "S22": -40.195421246183876, "W31": -65.707419104783156, "S31": -65.707419104783156, "W32": -86.956483542227943, "S32": -91.956483542227943 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 504815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.7194904132141553, "W12": -10.0, "S12": -13.07945176426924, "W13": -20.040374476900407, "S13": -20.040374476900407, "W21": -38.017451646991887, "S21": -38.017451646991887, "W22": -40.0, "S22": -42.121054203315275, "W31": -70.0, "S31": -70.0, "W32": -96.815601237933222, "S32": -101.81560123793322 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 506956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33537134363221355, "S11": -0.33537134363221355, "W12": -4.3320034804247989, "S12": -7.0599214614973551, "W13": -19.070699874398716, "S13": -19.070699874398716, "W21": -34.182541710961452, "S21": -34.182541710961452, "W22": -41.799229882520294, "S22": -45.288055275126666, "W31": -66.586593596804491, "S31": -66.586593596804491, "W32": -89.793469045179791, "S32": -94.793469045179791 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 507479.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.74, "S11": -1.74, "W12": -12.52, "S12": -12.52, "W13": -26.870001, "S13": -26.870001, "W21": -38.869999, "S21": -38.869999, "W22": -42.566178204354763, "S22": -45.889440906978884, "W31": -77.303834470109464, "S31": -81.829926000882736, "W32": -98.36188897473879, "S32": -103.36188897473879 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7729591419264077, "S12": -5.7729591419264077, "W13": -20.0, "S13": -20.0, "W21": -46.544102891544284, "S21": -46.544102891544284, "W22": -40.0, "S22": -40.0, "W31": -60.770186335404226, "S31": -60.770186335404226, "W32": -96.140642315221683, "S32": -101.14064231522168 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 518286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7106002113332099, "S12": -5.7106002113332099, "W13": -15.966684580509462, "S13": -15.966684580509462, "W21": -46.0, "S21": -46.0, "W22": -42.218345959236402, "S22": -42.218345959236402, "W31": -63.619127327466813, "S31": -66.169247103884175, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104010.122448979585897, 524509.265306122484617 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63923971350351128, "S11": -0.63923971350351128, "W12": -6.1640067471129214, "S12": -8.5481923866370089, "W13": -23.149555292712094, "S13": -23.861727388685829, "W21": -38.95360186842089, "S21": -38.95360186842089, "W22": -60.138451228380639, "S22": -60.34970990155621, "W31": -101.7822878537167, "S31": -101.7822878537167, "W32": -101.7822878537167, "S32": -105.96044320084769 }, "geometry": { "type": "Point", "coordinates": [ 104010.333333333328483, 509444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.86944267053701, "S12": -14.953426757762589, "W13": -25.611369323593582, "S13": -25.611369323593582, "W21": -38.740662680187071, "S21": -38.740662680187071, "W22": -33.367049541305725, "S22": -33.889752581549018, "W31": -69.098670387526141, "S31": -69.098670387526141, "W32": -87.851425347971713, "S32": -92.851425347971713 }, "geometry": { "type": "Point", "coordinates": [ 104011.0, 511242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48182623312306827, "S11": 0.23488779308032967, "W12": -9.5016561726000415, "S12": -10.117043053086228, "W13": -15.729065892722778, "S13": -15.72906589272278, "W21": -38.107099950652952, "S21": -40.348530297194422, "W22": -45.484870848708162, "S22": -47.728607974098495, "W31": -66.112541507555832, "S31": -66.112541507555832, "W32": -90.42029582969171, "S32": -95.42029582969171 }, "geometry": { "type": "Point", "coordinates": [ 104011.0, 511823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32458875908488383, "S11": 0.083231335768378156, "W12": -10.148070909413224, "S12": -10.148070909413224, "W13": -19.588193319700967, "S13": -24.216163317607599, "W21": -37.057373213746502, "S21": -37.386262102635392, "W22": -48.322777064603628, "S22": -51.143753702705013, "W31": -80.056480428561429, "S31": -80.056480428561429, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104011.0, 513026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3351391126036534, "S12": -5.3351391126036534, "W13": -16.402495832946329, "S13": -16.402495832946329, "W21": -44.557010424494941, "S21": -44.557010424494941, "W22": -63.205355046854137, "S22": -63.205355046854137, "W31": -89.719076913831827, "S31": -89.719076913831827, "W32": -95.335197934595527, "S32": -100.33519793459553 }, "geometry": { "type": "Point", "coordinates": [ 104011.666666666671517, 521629.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61349826242709093, "S11": 0.54425187153927124, "W12": -5.0, "S12": -14.405675709463683, "W13": -23.074121679520136, "S13": -27.446580351360403, "W21": -38.979977106263327, "S21": -40.255906656166232, "W22": -48.556910080264721, "S22": -48.556910080264721, "W31": -78.668549267664218, "S31": -84.585397240997978, "W32": -96.647911007428476, "S32": -101.64791100742848 }, "geometry": { "type": "Point", "coordinates": [ 104012.0, 504076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30249213016199578, "S11": 0.30249213016199578, "W12": -10.158802340010636, "S12": -10.158802340010636, "W13": -19.635465893836624, "S13": -24.561796624176225, "W21": -37.418184306878551, "S21": -38.133533144087856, "W22": -38.814571429456734, "S22": -40.889157039490108, "W31": -67.18784705934732, "S31": -67.18784705934732, "W32": -89.438625652203669, "S32": -94.438625652203669 }, "geometry": { "type": "Point", "coordinates": [ 104012.0, 513072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11818745639194966, "S11": -0.11818745639194966, "W12": -9.4276167175473642, "S12": -20.14985408872705, "W13": -20.14985408872705, "S13": -20.14985408872705, "W21": -34.788348428829423, "S21": -34.788348428829423, "W22": -40.0, "S22": -42.006685625904304, "W31": -60.0, "S31": -60.0, "W32": -96.511389847632742, "S32": -101.51138984763274 }, "geometry": { "type": "Point", "coordinates": [ 104012.333333333328483, 507251.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35313154662992963, "S11": 0.35313154662992963, "W12": -9.8644032773227384, "S12": -9.8644032773227384, "W13": -15.0, "S13": -16.057645299701267, "W21": -36.459394519615742, "S21": -36.459394519615742, "W22": -37.623082651527071, "S22": -37.623082651527071, "W31": -60.0, "S31": -65.243339009456179, "W32": -83.61855583894301, "S32": -88.61855583894301 }, "geometry": { "type": "Point", "coordinates": [ 104012.4, 501789.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27898547675158047, "S11": 0.27898547675158047, "W12": -7.3116710319324012, "S12": -7.3116710319324012, "W13": -12.843001720288424, "S13": -13.367334158485257, "W21": -37.201839209203619, "S21": -41.439666102092971, "W22": -42.451634970605738, "S22": -42.451634970605738, "W31": -63.879107390120531, "S31": -66.399309679180945, "W32": -95.083782734659138, "S32": -100.08378273465914 }, "geometry": { "type": "Point", "coordinates": [ 104012.5, 500114.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60732101546636941, "S11": -0.60732101546636941, "W12": -5.0368646176396492, "S12": -9.7001817211307895, "W13": -23.57988120492988, "S13": -24.07510829956367, "W21": -39.099187338779942, "S21": -39.099187338779942, "W22": -39.017304875576698, "S22": -39.017304875576698, "W31": -67.643718246069142, "S31": -73.358677452268225, "W32": -93.970200191451667, "S32": -98.970200191451667 }, "geometry": { "type": "Point", "coordinates": [ 104012.5, 509520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.7289518803918291, "S12": -14.796995922189572, "W13": -23.136851276199344, "S13": -23.136851276199344, "W21": -36.363009890392398, "S21": -38.178221459967673, "W22": -50.99466042400968, "S22": -50.99466042400968, "W31": -78.052482513625222, "S31": -78.052482513625222, "W32": -89.475311364237726, "S32": -94.475311364237726 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 509074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3768326835678666, "S12": -5.3768326835678666, "W13": -20.0, "S13": -20.0, "W21": -47.0, "S21": -47.288443933241005, "W22": -48.277866867059736, "S22": -50.971627604958009, "W31": -79.794457719879375, "S31": -79.794457719879375, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 518829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3579073434583, "S12": -5.3579073434583, "W13": -19.501295819259852, "S13": -29.333916316052086, "W21": -43.159227906701005, "S21": -46.384116039576412, "W22": -50.763290014172817, "S22": -55.581437284705295, "W31": -91.154592795735368, "S31": -91.154592795735368, "W32": -99.617611485253377, "S32": -104.61761148525338 }, "geometry": { "type": "Point", "coordinates": [ 104013.0, 520049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2091530524911007, "S11": 0.12115973798787549, "W12": -8.8804757157888901, "S12": -8.8804757157888901, "W13": -22.230145821976453, "S13": -22.230145821976453, "W21": -35.992039998221614, "S21": -35.992039998221614, "W22": -42.593306373273208, "S22": -44.409285083013728, "W31": -80.670695954029668, "S31": -80.670695954029668, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104013.25, 505016.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10502808208940137, "S11": -0.042109068376600972, "W12": -3.0938898189796382, "S12": -8.3169921292102682, "W13": -19.252239231689753, "S13": -19.252239231689753, "W21": -33.564856801038736, "S21": -33.564856801038736, "W22": -62.203699258921844, "S22": -62.203699258921844, "W31": -79.894916274722718, "S31": -81.396098307819642, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104013.666666666671517, 507602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3560246390692949, "S12": -5.3560246390692949, "W13": -19.409028208875704, "S13": -27.413634229602796, "W21": -43.020193203528351, "S21": -46.187538796474072, "W22": -40.0, "S22": -45.171083823548145, "W31": -68.019773524171782, "S31": -68.019773524171782, "W32": -96.782739002336825, "S32": -101.78273900233683 }, "geometry": { "type": "Point", "coordinates": [ 104013.875, 520096.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1087739028213162, "S11": -2.7236194887282177, "W12": -9.9999999999999893, "S12": -9.9999999999999893, "W13": -20.994645143062019, "S13": -26.353409595963427, "W21": -41.660362954072411, "S21": -42.61030582346951, "W22": -65.459785665198552, "S22": -65.459785665198552, "W31": -81.545478742272564, "S31": -81.545478742272564, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104014.0, 515319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3566709231571954, "S12": -5.3566709231571954, "W13": -19.51149324717349, "S13": -29.51149324717349, "W21": -43.186073360046137, "S21": -46.42924486074498, "W22": -57.376379239885573, "S22": -59.622400440950194, "W31": -78.047707386884923, "S31": -78.047707386884923, "W32": -89.38628578556343, "S32": -94.38628578556343 }, "geometry": { "type": "Point", "coordinates": [ 104014.0, 520044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3541419346802908, "S12": -5.3541419346802908, "W13": -19.316760598491548, "S13": -25.493352143153498, "W21": -42.937063961150621, "S21": -46.042853744033764, "W22": -42.376149428282766, "S22": -44.389541546955947, "W31": -80.555063150131616, "S31": -80.555063150131616, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104014.75, 520143.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53970165100599898, "S11": 0.53970165100599898, "W12": -4.2853935837224135, "S12": -6.5184377477602684, "W13": -19.097741155488702, "S13": -19.097741155488702, "W21": -34.155274376965629, "S21": -34.155274376965629, "W22": -37.093840768539827, "S22": -40.631711214786556, "W31": -68.722595317563815, "S31": -68.722595317563815, "W32": -85.722035982756267, "S32": -90.722035982756267 }, "geometry": { "type": "Point", "coordinates": [ 104015.0, 507489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0232783191464776, "W12": -10.735199176745059, "S12": -10.735199176745059, "W13": -21.094024828501894, "S13": -25.838157913539106, "W21": -41.128351893772503, "S21": -42.708697688224717, "W22": -35.706861364047668, "S22": -40.706861364047668, "W31": -69.672810711029285, "S31": -69.672810711029285, "W32": -86.386408916269573, "S32": -91.386408916269573 }, "geometry": { "type": "Point", "coordinates": [ 104015.0, 515132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90732735191781755, "S11": -0.90732735191781755, "W12": -5.3221475327735064, "S12": -5.3221475327735064, "W13": -15.318828755653627, "S13": -15.318828755653627, "W21": -44.916781731824592, "S21": -44.916781731824592, "W22": -40.999537018707642, "S22": -50.571931905325243, "W31": -65.800348397360139, "S31": -73.271097309684322, "W32": -94.882788726512942, "S32": -99.882788726512942 }, "geometry": { "type": "Point", "coordinates": [ 104015.018867924532969, 522183.207547169819009 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18825176353990553, "S11": 0.1882517635399055, "W12": -8.874095623842317, "S12": -22.569775260022205, "W13": -30.577905036111872, "S13": -30.577905036111872, "W21": -37.946564982145489, "S21": -37.953223939252304, "W22": -66.354462412047894, "S22": -106.35446241204789, "W31": -106.35446241204789, "S31": -106.35446241204789, "W32": -106.35446241204789, "S32": -108.9342577956603 }, "geometry": { "type": "Point", "coordinates": [ 104015.25, 510070.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60926137076896758, "S11": 0.34916987071087302, "W12": -5.1106602417787048, "S12": -12.51878625753171, "W13": -22.368162667809564, "S13": -27.046817532204621, "W21": -38.320090046390931, "S21": -45.066851140169675, "W22": -59.486830715964253, "S22": -59.486830715964253, "W31": -101.21494871494892, "S31": -101.21494871494892, "W32": -101.21494871494892, "S32": -105.67076584398467 }, "geometry": { "type": "Point", "coordinates": [ 104015.4, 504124.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0989216092907481, "S11": 1.0989216092907481, "W12": -8.6115356925292126, "S12": -8.6115356925292126, "W13": -21.688516305904482, "S13": -21.688516305904479, "W21": -35.280734587050766, "S21": -35.280734587050766, "W22": -59.877083609674138, "S22": -60.836173172647442, "W31": -78.921896792025947, "S31": -78.921896792025947, "W32": -95.67878877333213, "S32": -100.67878877333213 }, "geometry": { "type": "Point", "coordinates": [ 104015.5, 504935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3522592302912848, "S12": -5.3522592302912848, "W13": -19.2244929881074, "S13": -23.573070056704211, "W21": -42.986927911603189, "S21": -46.028662804878067, "W22": -54.367404913462046, "S22": -54.606441363332706, "W31": -77.976297049695901, "S31": -77.976297049695901, "W32": -89.423700198213098, "S32": -94.423700198213098 }, "geometry": { "type": "Point", "coordinates": [ 104015.625, 520190.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13774983454646295, "S11": -1.5519583067738663, "W12": -4.6479313053386297, "S12": -4.6479313053386297, "W13": -22.651641666615205, "S13": -22.651641666615205, "W21": -32.764792806311128, "S21": -32.764792806311128, "W22": -46.773790311873498, "S22": -47.27634654909231, "W31": -65.308893808087618, "S31": -69.795785378423986, "W32": -93.350364790565649, "S32": -98.350364790565649 }, "geometry": { "type": "Point", "coordinates": [ 104015.8, 508790.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2907806050952111, "S11": 2.7146839970326999, "W12": -10.604270008795075, "S12": -12.41467608248735, "W13": -15.307059431241081, "S13": -18.776521432517328, "W21": -39.024108592995383, "S21": -41.619478713216914, "W22": -39.451643054968166, "S22": -40.940191945450977, "W31": -67.85091799403969, "S31": -70.414604577843079, "W32": -91.659508053439865, "S32": -96.659508053439865 }, "geometry": { "type": "Point", "coordinates": [ 104016.0, 500611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02226563077332358, "S11": 0.02226563077332358, "W12": -9.8551712776959199, "S12": -11.429047926199434, "W13": -21.699882987959086, "S13": -21.699882987959086, "W21": -38.466921620710536, "S21": -39.275408327349439, "W22": -43.503610885539338, "S22": -43.503610885539338, "W31": -65.167138592838086, "S31": -67.5537431859604, "W32": -95.431500242401825, "S32": -100.43150024240182 }, "geometry": { "type": "Point", "coordinates": [ 104016.0, 511525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28880209313707034, "S11": -0.60908780742278468, "W12": -12.981771405969269, "S12": -12.981771405969269, "W13": -21.329320199116768, "S13": -24.858634858445622, "W21": -40.0, "S21": -41.531006256550732, "W22": -41.577082475010172, "S22": -41.577082475010172, "W31": -62.697894440616764, "S31": -65.323193881660146, "W32": -94.003918040399341, "S32": -99.003918040399341 }, "geometry": { "type": "Point", "coordinates": [ 104016.0, 514764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38151782451383753, "S11": 0.38151782451383753, "W12": -12.933868087906102, "S12": -12.933868087906102, "W13": -19.950410850532108, "S13": -20.365903792852755, "W21": -35.866090893009329, "S21": -41.865078180514246, "W22": -65.840323732444659, "S22": -65.840323732444659, "W31": -82.559040218247134, "S31": -82.559040218247134, "W32": -94.035786861765956, "S32": -99.035786861765956 }, "geometry": { "type": "Point", "coordinates": [ 104016.333333333328483, 513681.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3503765259022797, "S12": -5.3503765259022797, "W13": -19.132225377723248, "S13": -21.652787970254913, "W21": -43.079207711100779, "S21": -46.014275282587406, "W22": -43.200460744584248, "S22": -58.200460744584248, "W31": -65.621363160278605, "S31": -71.947083936177236, "W32": -94.291557027123346, "S32": -99.291557027123346 }, "geometry": { "type": "Point", "coordinates": [ 104016.5, 520238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4126756645150071, "S11": 1.4126756645150071, "W12": -7.1869934680053218, "S12": -8.8666824144967116, "W13": -15.752114508783345, "S13": -15.78185524546036, "W21": -31.058412135539797, "S21": -34.058412135539797, "W22": -39.347019154482602, "S22": -43.304679072822175, "W31": -60.000000000000007, "S31": -63.217974593375288, "W32": -88.460841575716231, "S32": -93.460841575716231 }, "geometry": { "type": "Point", "coordinates": [ 104017.0, 498973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38827115675503543, "S11": 0.38827115675503543, "W12": -6.6040398558832738, "S12": -6.6040398558832738, "W13": -18.646481164076956, "S13": -19.984241391293061, "W21": -34.175748056281911, "S21": -34.531729473239132, "W22": -50.220838679575408, "S22": -50.220838679575408, "W31": -78.760636614586772, "S31": -80.990221141807737, "W32": -96.427099764922261, "S32": -101.42709976492226 }, "geometry": { "type": "Point", "coordinates": [ 104017.0, 503155.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1989671774389352, "S11": 0.018614245408298036, "W12": -8.8339702054604867, "S12": -8.8339702054604867, "W13": -22.150194465220615, "S13": -22.150194465220615, "W21": -35.9331821729551, "S21": -35.9331821729551, "W22": -42.16148787556488, "S22": -44.063677656586606, "W31": -77.192869834355605, "S31": -80.32913592877631, "W32": -98.319805579312131, "S32": -103.31980557931213 }, "geometry": { "type": "Point", "coordinates": [ 104017.0, 505020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19104588796185934, "S11": 0.19104588796185934, "W12": -5.1430484381840191, "S12": -14.724621562303915, "W13": -18.801266095710279, "S13": -18.801266095710279, "W21": -34.759313464974738, "S21": -34.759313464974738, "W22": -41.342072520878091, "S22": -42.248386166499273, "W31": -75.623577199482213, "S31": -77.976725988409541, "W32": -98.25312923962764, "S32": -103.25312923962764 }, "geometry": { "type": "Point", "coordinates": [ 104017.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3484938215132756, "S12": -5.3484938215132756, "W13": -19.039957767339097, "S13": -19.732505883805622, "W21": -43.171487510598361, "S21": -45.562181689203676, "W22": -66.209903268291043, "S22": -76.124034325489973, "W31": -104.63119849832535, "S31": -104.63119849832535, "W32": -104.63119849832535, "S32": -106.70855332695635 }, "geometry": { "type": "Point", "coordinates": [ 104017.375, 520285.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7414959265037258, "S12": -9.7414959265037258, "W13": -15.0, "S13": -17.27434663892862, "W21": -39.407084503446519, "S21": -39.407084503446519, "W22": -62.550218000622863, "S22": -62.550218000622863, "W31": -79.457894636369659, "S31": -79.457894636369659, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104018.0, 501968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.552533368001388, "S12": -9.552533368001388, "W13": -15.958798169397094, "S13": -19.748070334910018, "W21": -38.427321156773218, "S21": -46.761526986636397, "W22": -42.332672829312394, "S22": -46.193986697925531, "W31": -77.157677537685572, "S31": -80.35420568076816, "W32": -98.334674521433868, "S32": -103.33467452143387 }, "geometry": { "type": "Point", "coordinates": [ 104018.0, 502193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33735683374167108, "S11": 0.23704439606301647, "W12": -10.075663170277423, "S12": -10.075663170277423, "W13": -15.982558837101983, "S13": -15.982558837101983, "W21": -37.453865516359066, "S21": -40.38741827795149, "W22": -39.17039265546255, "S22": -49.17039265546255, "W31": -60.422972448583621, "S31": -60.422972448583621, "W32": -97.725861889518143, "S32": -102.72586188951814 }, "geometry": { "type": "Point", "coordinates": [ 104018.0, 512204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3273934175552045, "S12": -5.3273934175552045, "W13": -16.496307412060073, "S13": -16.496307412060073, "W21": -44.517975570601195, "S21": -44.517975570601195, "W22": -40.0, "S22": -41.947912631484847, "W31": -66.009294260443951, "S31": -74.56241037740368, "W32": -95.753785178566048, "S32": -100.75378517856605 }, "geometry": { "type": "Point", "coordinates": [ 104018.111111111109494, 521583.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.0482270883121214, "W12": -5.2838247997237415, "S12": -7.9426608434261903, "W13": -17.128520520386726, "S13": -22.538684642099973, "W21": -32.737593104782448, "S21": -32.737593104782448, "W22": -40.696981397600851, "S22": -44.71569184037746, "W31": -79.786895431848009, "S31": -79.786895431848009, "W32": -100.44245632203749, "S32": -105.44245632203749 }, "geometry": { "type": "Point", "coordinates": [ 104018.25, 504606.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3466111171242705, "S12": -5.3466111171242705, "W13": -18.947690156954945, "S13": -19.10093988380391, "W21": -43.263767310095979, "S21": -45.110088095819989, "W22": -40.978376310597433, "S22": -44.267251386913919, "W31": -79.97772093099266, "S31": -80.026095543995751, "W32": -100.1514872561993, "S32": -105.1514872561993 }, "geometry": { "type": "Point", "coordinates": [ 104018.25, 520332.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2977831388146313, "S11": 1.2977831388146313, "W12": -6.8536814393748839, "S12": -8.3687782559157444, "W13": -15.333324658425504, "S13": -15.67027016601236, "W21": -30.355102442868397, "S21": -33.309302846203437, "W22": -37.836194240297253, "S22": -39.146180357941439, "W31": -60.617895052631582, "S31": -66.116340761120398, "W32": -82.674039386210652, "S32": -87.674039386210652 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 498905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72506552299261373, "S11": -0.72506552299261373, "W12": -5.0, "S12": -5.0, "W13": -21.052838400961068, "S13": -21.052838400961068, "W21": -32.314113494545616, "S21": -37.193800120175162, "W22": -40.0, "S22": -42.282553812204291, "W31": -60.0, "S31": -62.866968325791852, "W32": -90.770838170420248, "S32": -95.770838170420248 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 508564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50935288169868553, "S11": -2.4906471183013146, "W12": -4.5611412039647314, "S12": -4.5611412039647314, "W13": -22.938391402087912, "S13": -22.938391402087912, "W21": -33.284644207426069, "S21": -33.284644207426069, "W22": -43.886751823799983, "S22": -46.659619754039888, "W31": -80.179413970299791, "S31": -80.179413970299791, "W32": -99.457818883151816, "S32": -104.45781888315182 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 508830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23331882730187817, "S11": 0.23331882730187817, "W12": -8.8734528645693143, "S12": -25.571280050016512, "W13": -30.368096314387454, "S13": -30.368096314387454, "W21": -37.975915633331695, "S21": -37.982866323983799, "W22": -50.018461490966061, "S22": -55.018461490966061, "W31": -90.448308085776119, "S31": -90.448308085776119, "W32": -99.140216278886683, "S32": -104.14021627888668 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 510137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39499553172475421, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -15.0, "W21": -37.994946516393753, "S21": -40.504680122951129, "W22": -62.291968162083933, "S22": -62.472174111740685, "W31": -79.366087548087549, "S31": -79.366087548087549, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 511977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47881096843986642, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -15.0, "W21": -37.946965862177741, "S21": -40.051035494222454, "W22": -35.413459513787956, "S22": -39.56428695215439, "W31": -69.460033052882537, "S31": -69.460033052882537, "W32": -86.606043014670732, "S32": -91.606043014670732 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 512021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3196324993919859, "S11": 0.3196324993919859, "W12": -14.815389226896144, "S12": -14.815389226896144, "W13": -21.178165545928277, "S13": -21.973493552193496, "W21": -38.041835376730681, "S21": -39.651928428058142, "W22": -38.740390283968082, "S22": -40.666340997232226, "W31": -67.158907932056664, "S31": -67.158907932056664, "W32": -89.433518296211815, "S32": -94.433518296211815 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 514293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65865551736124517, "S11": -0.65865551736124517, "W12": -12.492395450644928, "S12": -12.492395450644928, "W13": -21.268615520646964, "S13": -25.082876358902318, "W21": -40.210056212225808, "S21": -41.800428968901926, "W22": -42.263507713437811, "S22": -44.935446048210885, "W31": -66.458146134899863, "S31": -66.458146134899863, "W32": -89.842389189896195, "S32": -94.842389189896195 }, "geometry": { "type": "Point", "coordinates": [ 104019.0, 514845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3447284127352654, "S12": -5.3447284127352654, "W13": -18.855422546570797, "S13": -19.282836722339663, "W21": -43.356047109593582, "S21": -44.657994502436281, "W22": -40.0, "S22": -40.277572168763875, "W31": -66.340899479360232, "S31": -76.340899479360232, "W32": -97.414670328015347, "S32": -102.41467032801535 }, "geometry": { "type": "Point", "coordinates": [ 104019.125, 520379.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3499312959257912, "S12": -5.3499312959257912, "W13": -19.596050219717373, "S13": -28.2863728776241, "W21": -43.380759947239078, "S21": -46.74650619305423, "W22": -60.0, "S22": -60.0, "W31": -74.247870314721112, "S31": -74.247870314721112, "W32": -89.100814863311825, "S32": -94.100814863311825 }, "geometry": { "type": "Point", "coordinates": [ 104019.625, 520002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47023653132306581, "S11": 0.47023653132306581, "W12": -9.150285795606278, "S12": -9.150285795606278, "W13": -14.8897951208622, "S13": -16.679854950123758, "W21": -37.967995752013955, "S21": -40.056914244564368, "W22": -49.669315654278421, "S22": -49.669315654278421, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104019.666666666671517, 500308.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85998480402431321, "S11": 0.85998480402431321, "W12": -4.0471521117170566, "S12": -4.7166081786626624, "W13": -19.165326212805713, "S13": -19.165326212805713, "W21": -33.978154215147498, "S21": -33.978154215147498, "W22": -71.6612334211584, "S22": -91.6612334211584, "W31": -103.14967243406686, "S31": -103.14967243406686, "W32": -103.14967243406686, "S32": -107.68707482993197 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 507528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1414349040120522, "S11": -1.1414349040120522, "W12": -2.3555455153150135, "S12": -2.7698101620505002, "W13": -20.0, "S13": -20.0, "W21": -31.322119427776201, "S21": -33.051639544111637, "W22": -50.0, "S22": -52.434762388686977, "W31": -78.11840023588401, "S31": -78.11840023588401, "W32": -89.537912320680618, "S32": -94.537912320680618 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 508282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9562761952120481, "S11": -0.99315078863931505, "W12": -5.0, "S12": -17.921615183561421, "W13": -23.349620357634141, "S13": -23.37823861592209, "W21": -35.765700119799867, "S21": -38.443654302058398, "W22": -59.840752157829982, "S22": -59.840752157829982, "W31": -78.729810558166008, "S31": -78.729810558166008, "W32": -90.256945763512689, "S32": -95.256945763512689 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 509178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3428457083462604, "S12": -5.3428457083462604, "W13": -18.763154936186645, "S13": -19.464733560875413, "W21": -43.448326909091151, "S21": -44.205900909052545, "W22": -41.326866696967883, "S22": -47.004120929104452, "W31": -71.438868126001069, "S31": -71.733378286753307, "W32": -97.309128314538242, "S32": -102.30912831453824 }, "geometry": { "type": "Point", "coordinates": [ 104020.0, 520427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86632282734744515, "S11": 0.86632282734744515, "W12": -8.1957966439607901, "S12": -8.1957966439607901, "W13": -19.888864723792953, "S13": -23.588761467553915, "W21": -33.598905349285978, "S21": -33.598905349285978, "W22": -41.039283109983344, "S22": -51.241464343035581, "W31": -65.832986028683777, "S31": -73.249949547543864, "W32": -94.841437898237714, "S32": -99.841437898237714 }, "geometry": { "type": "Point", "coordinates": [ 104020.5, 504816.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68988776530727947, "S11": -0.68988776530727947, "W12": -6.669391462307086, "S12": -6.7939139857392314, "W13": -22.820207677559662, "S13": -23.627050877271994, "W21": -38.367588839595193, "S21": -38.367588839595193, "W22": -37.489349755885911, "S22": -37.489349755885911, "W31": -60.0, "S31": -65.0, "W32": -84.298825103482883, "S32": -89.298825103482883 }, "geometry": { "type": "Point", "coordinates": [ 104020.666666666671517, 509408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1340726428420831, "S11": -1.6641613416273069, "W12": -8.8756571569296661, "S12": -8.8756571569296661, "W13": -20.509896819056795, "S13": -25.012942483205073, "W21": -43.846742404676, "S21": -44.320264902910402, "W22": -61.546451847439513, "S22": -61.546451847439513, "W31": -79.959304827547626, "S31": -83.313234192115289, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104020.954545454544132, 516132.772727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 3.742507793358953, "S11": 3.2613025604222337, "W12": -10.676013265904427, "S12": -12.615659431537916, "W13": -15.405938140623457, "S13": -18.876931637843064, "W21": -39.500888959390863, "S21": -42.241284744883231, "W22": -60.0, "S22": -62.04000949377847, "W31": -78.197295023862878, "S31": -78.197295023862878, "W32": -89.28335807096974, "S32": -94.28335807096974 }, "geometry": { "type": "Point", "coordinates": [ 104021.0, 500638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63053061037032809, "S11": 0.63053061037032809, "W12": -5.0, "S12": -15.0, "W13": -23.260451431916714, "S13": -27.388501943244101, "W21": -39.185552548587232, "S21": -39.185552548587232, "W22": -39.934375551349746, "S22": -41.388448243530718, "W31": -68.46100106607048, "S31": -68.46100106607048, "W32": -93.990695005226385, "S32": -98.990695005226385 }, "geometry": { "type": "Point", "coordinates": [ 104021.0, 504056.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.32921348314606735, "W12": -3.7751302689513979, "S12": -6.3354383978790283, "W13": -26.42414400583062, "S13": -26.42414400583062, "W21": -36.067777281950029, "S21": -42.063049339005957, "W22": -46.033711272317959, "S22": -46.033711272317959, "W31": -65.194918348380241, "S31": -66.942996019949575, "W32": -96.819373570370672, "S32": -101.81937357037067 }, "geometry": { "type": "Point", "coordinates": [ 104021.0, 506264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49671272164432206, "S11": 0.34609495345448094, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -15.0, "W21": -38.035062496203963, "S21": -40.706582025252246, "W22": -61.396140436938282, "S22": -61.396140436938282, "W31": -79.974048038913708, "S31": -83.266300945382994, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104021.0, 511953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97824856517588155, "S11": -0.97824856517588155, "W12": -5.313350959849223, "S12": -5.313350959849223, "W13": -15.224729274090182, "S13": -15.224729274090182, "W21": -44.941201339218111, "S21": -44.941201339218111, "W22": -39.712925899776273, "S22": -41.398564028223404, "W31": -66.812054570984188, "S31": -66.812054570984188, "W32": -89.607577685845243, "S32": -94.607577685845243 }, "geometry": { "type": "Point", "coordinates": [ 104021.132075471701683, 522232.452830188674852 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30948517024466393, "S11": 0.30948517024466393, "W12": -6.4348543517730041, "S12": -6.4348543517730041, "W13": -16.114477159083645, "S13": -18.637474219899879, "W21": -38.534289768326005, "S21": -38.534289768326005, "W22": -48.19762425176949, "S22": -48.73479884629041, "W31": -65.278531524574561, "S31": -66.833098355037933, "W32": -91.830608941848226, "S32": -96.830608941848226 }, "geometry": { "type": "Point", "coordinates": [ 104022.0, 497794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12627061926696029, "S11": 0.12627061926696029, "W12": -5.9665375867742885, "S12": -10.45214889499066, "W13": -25.0, "S13": -25.0, "W21": -33.940218375860468, "S21": -43.158738431859284, "W22": -39.396485136545571, "S22": -42.569137157529227, "W31": -68.775753494156547, "S31": -75.253697691254317, "W32": -86.032597466762965, "S32": -91.032597466762965 }, "geometry": { "type": "Point", "coordinates": [ 104022.0, 505984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99140546006066732, "S11": -1.1164327825753784, "W12": -4.5203157870177666, "S12": -4.5203157870177657, "W13": -23.10181323561115, "S13": -23.10181323561115, "W21": -33.581543274391549, "S21": -33.581543274391549, "W22": -43.155594344226301, "S22": -43.155594344226301, "W31": -78.67906620597121, "S31": -84.756657150030648, "W32": -97.687105998713207, "S32": -102.68710599871321 }, "geometry": { "type": "Point", "coordinates": [ 104022.0, 508852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22250851064877991, "S11": -0.22250851064877991, "W12": -10.0, "S12": -11.144686610675366, "W13": -23.628588017049722, "S13": -23.628588017049722, "W21": -38.649426316739181, "S21": -38.835261245033863, "W22": -39.433679967853848, "S22": -47.695871928590726, "W31": -60.0, "S31": -60.0, "W32": -97.444797234941618, "S32": -102.44479723494162 }, "geometry": { "type": "Point", "coordinates": [ 104022.0, 511396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5298951094452713, "S11": -0.77159143210255221, "W12": -5.0, "S12": -5.0, "W13": -24.272335406074326, "S13": -24.514686714976566, "W21": -39.884916609549997, "S21": -39.884916609549997, "W22": -45.976081232704594, "S22": -45.976081232704594, "W31": -65.064723844928295, "S31": -66.836310831090572, "W32": -96.778263136762945, "S32": -101.77826313676294 }, "geometry": { "type": "Point", "coordinates": [ 104022.666666666671517, 509606.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82168118569908155, "S11": -0.82168118569908155, "W12": -9.6577431097243895, "S12": -9.6577431097243895, "W13": -15.0, "S13": -17.804284228318814, "W21": -38.789890087625992, "S21": -39.672684352380912, "W22": -45.334063724435879, "S22": -47.811228005282111, "W31": -65.480789768803149, "S31": -70.666105323858091, "W32": -93.690243672496521, "S32": -98.690243672496521 }, "geometry": { "type": "Point", "coordinates": [ 104023.0, 502054.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0637513158554315, "S12": -5.0637513158554315, "W13": -15.069072323115108, "S13": -19.36725689093786, "W21": -37.736054734528238, "S21": -37.94075042634497, "W22": -60.0, "S22": -60.0, "W31": -101.15063765063765, "S31": -101.15063765063765, "W32": -101.15063765063765, "S32": -105.58897207435453 }, "geometry": { "type": "Point", "coordinates": [ 104023.0, 502592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3476507234198785, "S12": -7.3476507234198785, "W13": -20.0, "S13": -23.544749006572744, "W21": -45.657529873209889, "S21": -50.006854112979305, "W22": -60.0, "S22": -60.015422238868325, "W31": -78.686009721243835, "S31": -78.686009721243835, "W32": -90.123186827950761, "S32": -95.123186827950761 }, "geometry": { "type": "Point", "coordinates": [ 104023.0, 517216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22846684440964993, "S11": -1.0055237906547747, "W12": -5.0, "S12": -5.0, "W13": -26.425734430082255, "S13": -26.425734430082255, "W21": -40.0, "S21": -40.0, "W22": -43.747357720199609, "S22": -45.264402505857433, "W31": -80.366077177179832, "S31": -80.366077177179832, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104023.8, 509737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70377003509533642, "S11": 0.70377003509533642, "W12": -9.6118546545151169, "S12": -9.6118546545151169, "W13": -15.0, "S13": -17.119884160127228, "W21": -38.280774079571337, "S21": -40.347697830666867, "W22": -69.040810247244025, "S22": -76.584753829354469, "W31": -104.9490285010361, "S31": -104.9490285010361, "W32": -104.9490285010361, "S32": -107.11576182649318 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 500358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9423917181862658, "W12": -10.0, "S12": -10.0, "W13": -15.387380853709077, "S13": -16.300192054298581, "W21": -36.043299738708477, "S21": -42.53971452328495, "W22": -63.63830338469613, "S22": -63.63830338469613, "W31": -88.705066367882154, "S31": -88.705066367882154, "W32": -94.41649769402035, "S32": -99.41649769402035 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47207361143844195, "S11": -1.6855765848860353, "W12": -5.0, "S12": -5.182870607519722, "W13": -28.921195411841673, "S13": -28.921195411841673, "W21": -34.489719456401843, "S21": -42.895958950787858, "W22": -60.0, "S22": -62.260705930220709, "W31": -78.053152937972584, "S31": -78.053152937972584, "W32": -89.317746141049142, "S32": -94.317746141049142 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 506094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4405618497149213, "S11": -1.6271387867829461, "W12": -7.0099305817144009, "S12": -12.100967488568532, "W13": -20.027274070823243, "S13": -20.02825794179099, "W21": -33.68956597676646, "S21": -33.698626180019296, "W22": -48.198877444645532, "S22": -49.654513263099943, "W31": -64.954440583127692, "S31": -67.569227342346537, "W32": -92.368510289211457, "S32": -97.368510289211457 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 508008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47567020250723141, "S11": 0.3662546505008431, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -15.0, "W21": -37.939299339717252, "S21": -40.417059004365598, "W22": -40.0, "S22": -40.127683197631384, "W31": -66.348183451872671, "S31": -76.348183451872671, "W32": -97.246671653329855, "S32": -102.24667165332986 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 512060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43194406476711172, "S11": 0.20124681980803816, "W12": -10.009410842074308, "S12": -10.009410842074308, "W13": -15.0, "S13": -15.0, "W21": -37.895680563157242, "S21": -40.894754220959605, "W22": -47.315677059028872, "S22": -47.315677059028872, "W31": -78.479310008632964, "S31": -86.065072851302688, "W32": -96.878815817927631, "S32": -101.87881581792763 }, "geometry": { "type": "Point", "coordinates": [ 104024.0, 512100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5527498202731849, "S12": -16.958617927575716, "W13": -22.697749712459114, "S13": -23.909392199074553, "W21": -38.277530202760097, "S21": -38.277530202760097, "W22": -48.103994342770505, "S22": -48.816308640167264, "W31": -65.266411448334935, "S31": -66.78648241126244, "W32": -91.80505065013719, "S32": -96.80505065013719 }, "geometry": { "type": "Point", "coordinates": [ 104024.25, 503774.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3361784851754734, "S12": -5.3361784851754734, "W13": -18.669630977461249, "S13": -19.668726325159444, "W21": -43.523455767854287, "S21": -43.732436782103328, "W22": -61.743849493487694, "S22": -61.743849493487694, "W31": -79.273283845603942, "S31": -79.273283845603942, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104024.5, 520475.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3196477225067369, "S12": -5.3196477225067369, "W13": -16.590118991173821, "S13": -16.590118991173821, "W21": -44.478940716707427, "S21": -44.478940716707427, "W22": -37.468423092434534, "S22": -40.112634467989196, "W31": -67.513195620146874, "S31": -67.513195620146874, "W32": -89.230175632669926, "S32": -94.230175632669926 }, "geometry": { "type": "Point", "coordinates": [ 104024.555555555562023, 521536.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0022685089709213, "W12": -10.525326939843069, "S12": -10.525326939843069, "W13": -15.030975096022797, "S13": -19.565085751329413, "W21": -53.021663725430543, "S21": -62.174274986911662, "W22": -38.766967945690631, "S22": -38.766967945690631, "W31": -67.789800144693288, "S31": -72.810640757681853, "W32": -93.173710825321507, "S32": -98.173710825321507 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 501188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53245166184827353, "S11": -1.304006309575515, "W12": -10.244149649724198, "S12": -16.843274078664269, "W13": -19.82336353080975, "S13": -19.87511232810515, "W21": -36.586650128686067, "S21": -36.586650128686067, "W22": -60.889204435957176, "S22": -60.889204435957176, "W31": -80.109166175558968, "S31": -81.473548398091523, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 507054.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52710269239933283, "S11": -0.52710269239933283, "W12": -5.0, "S12": -5.0, "W13": -22.03740902288056, "S13": -22.03740902288056, "W21": -32.188659474989194, "S21": -32.188659474989194, "W22": -43.676465207454768, "S22": -52.818197490919331, "W31": -65.647386170040264, "S31": -71.665718259645033, "W32": -94.108332506563556, "S32": -99.108332506563556 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 508700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029489904357066915, "S11": -1.2528793816968828, "W12": -5.5942105962023634, "S12": -19.725125046399729, "W13": -23.136532571665775, "S13": -23.405749543461898, "W21": -35.743299333548677, "S21": -38.743299333548677, "W22": -40.0, "S22": -42.293824414323119, "W31": -67.049681161655954, "S31": -77.049681161655954, "W32": -98.249690544104197, "S32": -103.2496905441042 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 509218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62605036923295021, "S11": -0.62605036923295021, "W12": -5.0, "S12": -7.5499844607893918, "W13": -23.680859501995389, "S13": -24.053812699027844, "W21": -39.775117660498054, "S21": -39.775117660498054, "W22": -60.08222815637258, "S22": -60.08222815637258, "W31": -74.907086139733892, "S31": -74.994571690625179, "W32": -89.737211694668545, "S32": -94.737211694668545 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 509560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32310064479955147, "S11": -0.32310064479955147, "W12": -10.0, "S12": -11.586552495864552, "W13": -24.481994420606938, "S13": -24.742715668170291, "W21": -38.740133430046512, "S21": -38.740133430046512, "W22": -40.0, "S22": -40.121659353808838, "W31": -66.376369766660858, "S31": -76.376369766660858, "W32": -97.279243934845198, "S32": -102.2792439348452 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 511332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0075327247377833528, "S11": 0.0075327247377833528, "W12": -9.786089731269886, "S12": -11.32166581908478, "W13": -21.72668251991092, "S13": -21.72668251991092, "W21": -38.534034710800469, "S21": -39.321295579971235, "W22": -61.042672687566068, "S22": -80.110573522572196, "W31": -96.468863552053421, "S31": -96.468863552053421, "W32": -102.53503722467319, "S32": -107.53503722467319 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 511521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35265435618522806, "S11": 0.35265435618522806, "W12": -14.71880560197074, "S12": -14.71880560197074, "W13": -20.995252079293781, "S13": -21.471438126943575, "W21": -37.847411119694932, "S21": -40.352124506782197, "W22": -47.930979436871404, "S22": -47.930979436871404, "W31": -65.019575276985506, "S31": -68.44302261094775, "W32": -92.776007338753999, "S32": -97.776007338753999 }, "geometry": { "type": "Point", "coordinates": [ 104025.0, 514245.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4440645627393793, "S11": -1.6253593365965429, "W12": -6.979148725000293, "S12": -12.241556457861559, "W13": -20.027116744309929, "S13": -20.027765131406714, "W21": -33.67441833361849, "S21": -33.683428258537766, "W22": -50.986517074659112, "S22": -52.549218871109424, "W31": -78.082881656022252, "S31": -78.082881656022252, "W32": -89.575502976439793, "S32": -94.575502976439793 }, "geometry": { "type": "Point", "coordinates": [ 104025.4, 508007.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073193411264612096, "S11": -1.2331604194257513, "W12": -5.6469924312840263, "S12": -19.886747723056722, "W13": -23.102271425188089, "S13": -23.392421722070804, "W21": -35.755974433101166, "S21": -35.755974433101166, "W22": -37.108290330658534, "S22": -40.955367147221466, "W31": -69.024264843009945, "S31": -69.024264843009945, "W32": -85.749122810529101, "S32": -90.749122810529101 }, "geometry": { "type": "Point", "coordinates": [ 104025.5, 509221.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0742144846325066, "S11": 1.0742144846325057, "W12": -8.4407155119898096, "S12": -8.4407155119898096, "W13": -21.469026965096759, "S13": -21.873266550997673, "W21": -35.092630263292577, "S21": -35.092630263292577, "W22": -46.531551654302525, "S22": -46.815721913577526, "W31": -65.697966620946332, "S31": -65.697966620946332, "W32": -91.019488567625075, "S32": -96.019488567625075 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 504930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0990899898887765, "S11": 2.0990899898887765, "W12": -4.5292866625125292, "S12": -7.8207154032532689, "W13": -23.465542758599479, "S13": -23.465542758599479, "W21": -34.240920452391393, "S21": -34.240920452391393, "W22": -40.0, "S22": -41.147650884652123, "W31": -66.57907446349509, "S31": -76.57907446349509, "W32": -98.250675270108047, "S32": -103.25067527010805 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 508902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62416191274503285, "S11": 0.62416191274503285, "W12": -9.5995526864854153, "S12": -11.399117746289692, "W13": -29.364639772264614, "S13": -29.364639772264614, "W21": -40.0, "S21": -40.0, "W22": -39.917492014367618, "S22": -41.192223576044547, "W31": -67.222067315675659, "S31": -77.222067315675659, "W32": -97.299053033605972, "S32": -102.29905303360597 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 510535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37811281919901124, "S11": -0.5203904134641717, "W12": -10.110489520958083, "S12": -10.110489520958083, "W13": -18.86957914728103, "S13": -22.478431731349708, "W21": -35.902363035407483, "S21": -36.986655358550003, "W22": -39.914619482365417, "S22": -41.210440517789955, "W31": -67.225335746999406, "S31": -77.225335746999406, "W32": -97.298290054236944, "S32": -102.29829005423694 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 512902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -65.67414395764753, "S22": -90.140045140667709, "W31": -100.0, "S31": -100.0, "W32": -103.72960574212698, "S32": -108.72960574212698 }, "geometry": { "type": "Point", "coordinates": [ 104026.0, 526527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3419552483932815, "S12": -5.3419552483932815, "W13": -19.690804620174895, "S13": -26.918648181540973, "W21": -43.602291987777143, "S21": -47.108896346532042, "W22": -65.068816623937394, "S22": -72.673783570515923, "W31": -103.39825809173648, "S31": -103.39825809173648, "W32": -103.39825809173648, "S32": -106.26476248220594 }, "geometry": { "type": "Point", "coordinates": [ 104026.25, 519955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.321266085409182, "S13": -20.253102507548476, "W21": -37.168145096381586, "S21": -38.211313765718295, "W22": -41.790286279812051, "S22": -41.790286279812051, "W31": -76.89803404596779, "S31": -79.775563169205071, "W32": -98.274311763161876, "S32": -103.27431176316188 }, "geometry": { "type": "Point", "coordinates": [ 104026.428571428565192, 502647.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19825507614213203, "S11": -0.31585142935830646, "W12": -6.928020565552699, "S12": -11.296658936975781, "W13": -20.609340515034592, "S13": -20.609340515034592, "W21": -38.175168944995441, "S21": -38.175168944995441, "W22": -39.569536749767558, "S22": -40.865575374434371, "W31": -66.811108439463055, "S31": -66.811108439463055, "W32": -89.589595704502557, "S32": -94.589595704502557 }, "geometry": { "type": "Point", "coordinates": [ 104027.0, 506810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32763879664477402, "S11": -0.80500320722299001, "W12": -3.3672186250501173, "S12": -11.716765028389874, "W13": -19.407300948716028, "S13": -19.407300948716028, "W21": -33.185548469551335, "S21": -33.185548469551335, "W22": -39.276151516106317, "S22": -42.20427459550946, "W31": -68.975684438823464, "S31": -75.266778846320108, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104027.0, 507688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20531205335874231, "S11": -0.20531205335874231, "W12": -10.425259633647748, "S12": -19.081171386788334, "W13": -30.0, "S13": -30.0, "W21": -39.318480158308589, "S21": -39.318480158308589, "W22": -60.3058149780951, "S22": -60.3058149780951, "W31": -74.909005974078312, "S31": -75.757578932988707, "W32": -93.512541382283445, "S32": -98.512541382283445 }, "geometry": { "type": "Point", "coordinates": [ 104027.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0491697784339455, "S11": -1.0491697784339455, "W12": -5.3045543869249396, "S12": -5.3045543869249396, "W13": -15.130629792526738, "S13": -15.130629792526738, "W21": -44.965620946611637, "S21": -44.965620946611637, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -74.034113426295903, "S31": -74.034113426295903, "W32": -89.419204619757195, "S32": -94.419204619757195 }, "geometry": { "type": "Point", "coordinates": [ 104027.245283018870396, 522281.698113207530696 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7987327533254871, "S11": -0.7987327533254871, "W12": -5.8554285066970913, "S12": -7.1111612848826962, "W13": -21.746242110102393, "S13": -21.746242110102393, "W21": -32.92067008040226, "S21": -33.160193749515102, "W22": -49.689978535436538, "S22": -49.689978535436538, "W31": -75.239998, "S31": -75.239998, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104027.666666666671517, 508101.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52572508942258556, "S11": -0.41926460129906395, "W12": -3.1153976736875197, "S12": -3.1153976736875197, "W13": -24.423127262269478, "S13": -24.423127262269478, "W21": -35.87096627461947, "S21": -41.044991956079265, "W22": -47.548525560690173, "S22": -47.548525560690173, "W31": -65.198028702584054, "S31": -69.208194423547539, "W32": -93.073993179519533, "S32": -98.073993179519533 }, "geometry": { "type": "Point", "coordinates": [ 104028.0, 506412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48466864490603356, "S11": -0.71239072518808455, "W12": -9.3290488431876604, "S12": -10.322659829110622, "W13": -20.0, "S13": -20.0, "W21": -38.203776382432238, "S21": -38.203776382432238, "W22": -56.973181257706543, "S22": -56.973181257706543, "W31": -79.152332567049001, "S31": -79.152332567049001, "W32": -92.407314536416322, "S32": -97.407314536416322 }, "geometry": { "type": "Point", "coordinates": [ 104028.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36329576526677415, "S11": 0.36329576526677415, "W12": -4.7126706367840283, "S12": -10.699263696720937, "W13": -19.052009402638411, "S13": -19.052009402638411, "W21": -34.513268436481766, "S21": -34.513268436481766, "W22": -42.731165785807406, "S22": -43.767528375448244, "W31": -80.639861669663304, "S31": -80.639861669663304, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104028.0, 507432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49605429292928838, "S11": 0.49605429292928838, "W12": -7.7783004047123017, "S12": -7.7783004047123017, "W13": -16.494073795509973, "S13": -18.896791795182434, "W21": -34.933031856973578, "S21": -35.314566643196713, "W22": -32.84024078961275, "S22": -37.84024078961275, "W31": -68.58036518163351, "S31": -68.58036518163351, "W32": -88.664089695498248, "S32": -93.664089695498248 }, "geometry": { "type": "Point", "coordinates": [ 104028.333333333328483, 497481.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16029020337495306, "S11": -0.16029020337495306, "W12": -10.075742318990057, "S12": -20.211563543977949, "W13": -20.211563543977949, "S13": -20.211563543977949, "W21": -35.218994533606043, "S21": -35.218994533606043, "W22": -42.622814117185392, "S22": -44.439103128636873, "W31": -66.332492159174848, "S31": -66.332492159174848, "W32": -89.884610235768463, "S32": -94.884610235768463 }, "geometry": { "type": "Point", "coordinates": [ 104028.666666666671517, 507221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24349499233246119, "S11": 0.24349499233246119, "W12": -9.2176383215744533, "S12": -9.6121769833381325, "W13": -14.367536010513316, "S13": -19.082720180167986, "W21": -36.157786667263707, "S21": -39.157786667263707, "W22": -47.986956956521766, "S22": -48.646286382717761, "W31": -65.361907952586478, "S31": -66.429018395878401, "W32": -91.580660399011435, "S32": -96.580660399011435 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 499713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59521903490124661, "S11": -0.40478096509875339, "W12": -5.4311437991377121, "S12": -11.258172084552681, "W13": -20.020797629248786, "S13": -24.646281614364447, "W21": -36.127528489271661, "S21": -42.940958680625158, "W22": -44.885489209670155, "S22": -46.955018862021895, "W31": -65.558858532434428, "S31": -70.939157872084962, "W32": -93.775178841406813, "S32": -98.775178841406813 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 504285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.042207792207792139, "W12": -4.2282833665198982, "S12": -6.8822698624889611, "W13": -27.178812623680233, "S13": -27.178812623680233, "W21": -35.783197745259564, "S21": -42.420348157953008, "W22": -40.0, "S22": -41.940341853324895, "W31": -67.132325682651086, "S31": -77.132325682651086, "W32": -97.890078652273246, "S32": -102.89007865227325 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 506221.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4487954300852719, "S11": -0.85049656911560467, "W12": -10.349911006286533, "S12": -18.203694845294102, "W13": -19.664734412573747, "S13": -19.664734412573747, "W21": -36.217143938109366, "S21": -36.217143938109366, "W22": -61.380565198854981, "S22": -81.380565198854981, "W31": -96.552263554735163, "S31": -96.552263554735163, "W32": -102.57449540495634, "S32": -107.57449540495634 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 507101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62186153709777892, "S11": 0.62186153709777892, "W12": -9.0838424042836934, "S12": -18.336254554373035, "W13": -30.835935629590864, "S13": -30.835935629590864, "W21": -40.0, "S21": -40.004120479620454, "W22": -70.0, "S22": -78.793057622793967, "W31": -104.42924575844111, "S31": -104.42924575844111, "W32": -104.42924575844111, "S32": -107.16866789626228 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 510285.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35242689991527953, "S11": 0.21168037329160061, "W12": -10.0, "S12": -10.0, "W13": -15.94125749884633, "S13": -15.94125749884633, "W21": -37.484785676397969, "S21": -40.430263312357688, "W22": -35.180915192904024, "S22": -38.408125190663611, "W31": -69.225488636431407, "S31": -69.225488636431407, "W32": -86.825900366246259, "S32": -91.825900366246259 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 512208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3295112620046874, "S12": -5.3295112620046874, "W13": -18.576107018735854, "S13": -19.872719089443475, "W21": -43.598584626617388, "S21": -43.598584626617388, "W22": -38.20064031010498, "S22": -42.999523953309989, "W31": -60.0, "S31": -63.619494241956545, "W32": -87.389154160982272, "S32": -92.389154160982272 }, "geometry": { "type": "Point", "coordinates": [ 104029.0, 520524.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95608695181160586, "S11": -0.95608695181160586, "W12": -7.1279126106681936, "S12": -14.525655911091324, "W13": -22.39431972562933, "S13": -23.347562553550318, "W21": -37.518809159459437, "S21": -37.518809159459437, "W22": -37.443089701108548, "S22": -37.443089701108548, "W31": -60.0, "S31": -64.895511921458535, "W32": -84.434363284135671, "S32": -89.434363284135671 }, "geometry": { "type": "Point", "coordinates": [ 104030.0, 509354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68547515380497603, "S11": -0.68547515380497603, "W12": -6.1871125968811125, "S12": -10.661341482741076, "W13": -23.111579777084611, "S13": -23.724714934773669, "W21": -39.29721162962489, "S21": -39.29721162962489, "W22": -40.0, "S22": -40.0, "W31": -61.476418078301812, "S31": -61.476418078301812, "W32": -96.182571282012461, "S32": -101.18257128201246 }, "geometry": { "type": "Point", "coordinates": [ 104030.0, 509474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38297125676840615, "S11": 0.38297125676840615, "W12": -13.214662762978937, "S12": -13.214662762978937, "W13": -19.955241431270661, "S13": -20.201837178099169, "W21": -35.694946946859091, "S21": -42.1877672682742, "W22": -40.281577225802891, "S22": -44.915645998777961, "W31": -78.696370742601999, "S31": -78.696370742601999, "W32": -100.49059317645705, "S32": -105.49059317645705 }, "geometry": { "type": "Point", "coordinates": [ 104030.5, 513727.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.63525003296655, "S11": 1.63525003296655, "W12": -8.3154611255299606, "S12": -9.3107975782352828, "W13": -15.855648409787772, "S13": -16.540949917325459, "W21": -32.735142411214191, "S21": -35.453693961131151, "W22": -40.172090560603166, "S22": -44.057367768039754, "W31": -73.339393537356969, "S31": -73.339393537356969, "W32": -100.07340811507771, "S32": -105.07340811507771 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 499175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.6511196153004013, "W12": -5.1119883164274516, "S12": -9.0584700449743636, "W13": -16.975534402763895, "S13": -20.365256917356533, "W21": -33.195204443386807, "S21": -33.195204443386807, "W22": -35.733314487466963, "S22": -40.427712246570607, "W31": -69.527804087034298, "S31": -69.527804087034298, "W32": -86.480665698240372, "S32": -91.480665698240372 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 504554.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74053581711100214, "S11": -0.74053581711100214, "W12": -7.1747761775009726, "S12": -12.693111861563033, "W13": -22.490860062407393, "S13": -23.392374365858334, "W21": -37.781575810769567, "S21": -37.781575810769567, "W22": -34.841684870293427, "S22": -37.267536382665504, "W31": -69.026933608612055, "S31": -69.026933608612055, "W32": -87.046872900746408, "S32": -92.046872900746408 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 509372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38567621297842181, "S11": 0.38567621297842181, "W12": -14.616700868603763, "S12": -14.616700868603763, "W13": -20.843365816390325, "S13": -21.000409905425101, "W21": -37.652986862659425, "S21": -41.689568828445545, "W22": -66.04304350426716, "S22": -66.04304350426716, "W31": -83.770174351530358, "S31": -83.770174351530358, "W32": -92.512893684097719, "S32": -97.512893684097719 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 514197.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7130382547946441, "S12": -7.7130382547946441, "W13": -20.0, "S13": -23.796354294864738, "W21": -45.467694365897408, "S21": -45.467694365897408, "W22": -42.346486943481921, "S22": -46.381977966233976, "W31": -76.820500682727712, "S31": -80.400616411291622, "W32": -98.320913887157715, "S32": -103.32091388715772 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 516983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.311902027458288, "S12": -5.311902027458288, "W13": -16.683930570287565, "S13": -16.683930570287565, "W21": -44.439905862813667, "S21": -44.439905862813667, "W22": -34.502454547682838, "S22": -36.126947574667405, "W31": -68.994063731770893, "S31": -68.994063731770893, "W32": -87.267845435246571, "S32": -92.267845435246571 }, "geometry": { "type": "Point", "coordinates": [ 104031.0, 521490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73871743325017425, "S11": -0.73871743325017425, "W12": -7.1218372907745477, "S12": -11.383585204692995, "W13": -22.529319229512499, "S13": -23.408629515852841, "W21": -37.892314404835354, "S21": -37.892314404835354, "W22": -39.940672219579767, "S22": -41.586859292326665, "W31": -67.214970203646217, "S31": -77.214970203646217, "W32": -97.49899722711497, "S32": -102.49899722711497 }, "geometry": { "type": "Point", "coordinates": [ 104031.666666666671517, 509379.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2801112513950965, "S11": 4.0971390053631156, "W12": -10.748932231992184, "S12": -10.748932231992184, "W13": -14.999999999999998, "S13": -18.477756682758123, "W21": -50.584123413144788, "S21": -60.509061887303936, "W22": -60.588414601304741, "S22": -60.588414601304741, "W31": -74.180959030867768, "S31": -75.110433795660185, "W32": -95.35369923060216, "S32": -100.35369923060216 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62735674591632096, "S11": 0.23169976774449208, "W12": -5.0, "S12": -10.760720090011251, "W13": -21.778598971722367, "S13": -26.435928909881696, "W21": -37.778661946287848, "S21": -47.778661946287848, "W22": -60.310631662494309, "S22": -60.310631662494309, "W31": -74.972974362640002, "S31": -75.884538511854785, "W32": -92.937741739449322, "S32": -97.937741739449322 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2533309200914862, "S11": -1.2533309200914862, "W12": -7.1177817909527379, "S12": -16.176314936227772, "W13": -22.270610543126033, "S13": -23.270610543126033, "W21": -37.256201801890775, "S21": -37.256201801890775, "W22": -60.824348509319478, "S22": -60.824348509319478, "W31": -100.67358660764097, "S31": -100.67358660764097, "W32": -100.67358660764097, "S32": -105.31184916118663 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 509337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27647532940846653, "S11": -0.27647532940846653, "W12": -10.0, "S12": -10.917730964114666, "W13": -24.068319243241714, "S13": -24.596097021019492, "W21": -38.76086034119573, "S21": -38.76086034119573, "W22": -41.823042444482034, "S22": -42.242020546671988, "W31": -76.786610878660966, "S31": -79.580142454381274, "W32": -98.273419054696006, "S32": -103.27341905469601 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 511357.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.395396982148985, "S11": 0.395396982148985, "W12": -13.742274061937284, "S12": -13.742274061937284, "W13": -19.999999999999996, "S13": -21.04931750906578, "W21": -36.08608888173265, "S21": -42.93503427847326, "W22": -38.448015562732891, "S22": -40.524636549259512, "W31": -66.296163203207612, "S31": -66.296163203207612, "W32": -87.540674773077583, "S32": -92.540674773077583 }, "geometry": { "type": "Point", "coordinates": [ 104032.0, 513821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62702305537270198, "S11": 0.20192063475663535, "W12": -5.0, "S12": -10.494736842104224, "W13": -21.684518708939937, "S13": -26.379696753481465, "W21": -37.690824623001596, "S21": -47.526480994133117, "W22": -34.163224225072241, "S22": -35.053595629634721, "W31": -68.987904712831366, "S31": -68.987904712831366, "W32": -87.488817969746719, "S32": -92.488817969746719 }, "geometry": { "type": "Point", "coordinates": [ 104032.6, 504164.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3339792008607727, "S12": -5.3339792008607727, "W13": -19.785559020632412, "S13": -25.550923485457844, "W21": -43.823824028315215, "S21": -47.471410484967457, "W22": -38.942329387313258, "S22": -40.340803845489205, "W31": -66.992016353894371, "S31": -66.992016353894371, "W32": -89.483650825258323, "S32": -94.483650825258323 }, "geometry": { "type": "Point", "coordinates": [ 104032.875, 519908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2403675237116139, "S11": -1.5459919849630503, "W12": -8.8646229382572113, "S12": -8.8646229382572113, "W13": -19.918812656641602, "S13": -26.16062214643361, "W21": -34.589289703143812, "S21": -35.196137095932663, "W22": -45.339608330476779, "S22": -45.339608330476779, "W31": -65.775257796055172, "S31": -67.813854732610537, "W32": -96.256840979403336, "S32": -101.25684097940334 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 505194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48685853368952309, "S11": -0.90925877320845316, "W12": -7.0902954437935612, "S12": -9.6259526752259958, "W13": -25.0, "S13": -29.383281150469319, "W21": -33.705412349953065, "S21": -41.675421329306872, "W22": -49.914179387863598, "S22": -49.914179387863598, "W31": -75.239998, "S31": -75.239998, "W32": -87.213953913053402, "S32": -92.213953913053402 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34356328094664718, "S11": -0.20018837966800168, "W12": -10.122889558588904, "S12": -10.122889558588904, "W13": -19.236249750799058, "S13": -23.219118599878303, "W21": -36.378823426728353, "S21": -36.378823426728353, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -78.570941969157616, "S31": -78.570941969157616, "W32": -89.93501210955128, "S32": -94.93501210955128 }, "geometry": { "type": "Point", "coordinates": [ 104033.0, 512970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90955526964000566, "S11": 0.90955526964000566, "W12": -8.0982075280132158, "S12": -8.0982075280132158, "W13": -20.175742324426871, "S13": -23.124766844492161, "W21": -33.898446050956039, "S21": -33.898446050956039, "W22": -33.823993902461645, "S22": -34.269652525878847, "W31": -68.981745693891853, "S31": -68.981745693891853, "W32": -87.709790504246882, "S32": -92.709790504246882 }, "geometry": { "type": "Point", "coordinates": [ 104033.333333333328483, 504849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1200909916920097, "S11": -1.1200909916920097, "W12": -5.2957578140006563, "S12": -5.2957578140006563, "W13": -15.127727726427509, "S13": -15.127727726427509, "W21": -44.990040554005155, "S21": -44.990040554005155, "W22": -41.261359571431562, "S22": -53.377390961566093, "W31": -65.89630025246079, "S31": -73.105570013715436, "W32": -94.712195273641058, "S32": -99.712195273641058 }, "geometry": { "type": "Point", "coordinates": [ 104033.358490566039109, 522330.94339622638654 ] } }, +{ "type": "Feature", "properties": { "W11": -0.032682229633158727, "S11": -0.032682229633158727, "W12": -10.181153140392105, "S12": -19.579499639254067, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -39.360579873852231, "S21": -39.360579873852231, "W22": -39.923111303814942, "S22": -41.276806370974739, "W31": -68.442533399203938, "S31": -68.442533399203938, "W32": -93.614601053472242, "S32": -98.614601053472242 }, "geometry": { "type": "Point", "coordinates": [ 104033.5, 510848.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3228440388339004, "S12": -5.3228440388339004, "W13": -18.482583060010459, "S13": -19.901076556599008, "W21": -43.673713485380503, "S21": -43.673713485380503, "W22": -50.932374246275657, "S22": -53.67204902787185, "W31": -84.854419624219489, "S31": -84.854419624219489, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104033.5, 520572.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55, "S11": -0.55, "W12": -6.8800001, "S12": -6.8800001, "W13": -20.389999, "S13": -20.399999, "W21": -33.34, "S21": -33.495136401362892, "W22": -50.133680847486133, "S22": -55.442543571415825, "W31": -90.0, "S31": -90.0, "W32": -99.199295769607886, "S32": -104.19929576960789 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0674883007943601, "S12": -6.0674883007943601, "W13": -20.0, "S13": -20.192783299205132, "W21": -46.447018760071757, "S21": -56.447018760071757, "W22": -52.6087392108508, "S22": -52.6087392108508, "W31": -79.085785394591568, "S31": -79.085785394591568, "W32": -95.08241404739465, "S32": -100.08241404739465 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 518152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4658044522324363, "S11": 3.0597709249395573, "W12": -10.768985655919709, "S12": -10.768985655919709, "W13": -15.305623238897029, "S13": -18.142980847514366, "W21": -47.980749110692607, "S21": -53.707594819519102, "W22": -43.11126891278564, "S22": -48.110466256957984, "W31": -72.892863498843198, "S31": -73.370480990422806, "W32": -97.601880162460645, "S32": -102.60188016246065 }, "geometry": { "type": "Point", "coordinates": [ 104034.5, 500855.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24674890669833582, "S11": -1.1231851118492986, "W12": -6.6880813003614801, "S12": -10.87551911831126, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -33.802957105646662, "S21": -42.590213772086685, "W22": -40.128343605057495, "S22": -43.027352664540615, "W31": -71.954598692062049, "S31": -71.954598692062049, "W32": -98.999815539751182, "S32": -103.99981553975118 }, "geometry": { "type": "Point", "coordinates": [ 104034.666666666671517, 505891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3075056713042787, "S12": -5.3075056713042787, "W13": -16.775638880334821, "S13": -16.775638880334821, "W21": -44.404570856516976, "S21": -44.404570856516976, "W22": -33.50953106921699, "S22": -33.541188966436017, "W31": -68.975710960087895, "S31": -68.975710960087895, "W32": -87.91503506089964, "S32": -92.91503506089964 }, "geometry": { "type": "Point", "coordinates": [ 104034.888888888890506, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27841069845521249, "S11": 0.27841069845521249, "W12": -10.0, "S12": -10.438055830409876, "W13": -13.870991296220575, "S13": -16.213693488038388, "W21": -35.604630438894709, "S21": -38.604630438894709, "W22": -39.038723279544485, "S22": -40.317373028343489, "W31": -66.947132947511022, "S31": -66.947132947511022, "W32": -89.502452027685393, "S32": -94.502452027685393 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15015025069338522, "S11": 0.15015025069338522, "W12": -7.7911993440075955, "S12": -8.1420550207002584, "W13": -12.569767441860465, "S13": -17.569767441860463, "W21": -37.293344364748727, "S21": -40.468033678451711, "W22": -39.261057235810362, "S22": -39.855708872208972, "W31": -68.046319388737217, "S31": -70.505761309567845, "W32": -91.153327506555129, "S32": -96.153327506555129 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1790981386333019, "S11": 0.038603784040693867, "W12": -8.485185800520572, "S12": -8.485185800520572, "W13": -21.692646211354234, "S13": -21.692646211354234, "W21": -35.642124840688787, "S21": -35.642124840688787, "W22": -60.748010130246016, "S22": -60.748010130246016, "W31": -79.088673054838225, "S31": -79.088673054838225, "W32": -95.084160270675312, "S32": -100.08416027067531 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 504992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.47893432465923191, "W12": -7.1479213746785213, "S12": -9.4974212176379673, "W13": -25.0, "S13": -29.354552776176007, "W21": -33.702696117135815, "S21": -41.590174099279025, "W22": -51.092639867990584, "S22": -51.092639867990584, "W31": -77.988406798118675, "S31": -77.988406798118675, "W32": -89.423094929699047, "S32": -94.423094929699047 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 505740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47934431658249871, "S11": -1.0283943450388051, "W12": -10.357423303201124, "S12": -17.80654476797433, "W13": -19.655896308807943, "S13": -19.655896308807943, "W21": -36.166535037042742, "S21": -36.166535037042742, "W22": -39.769293753699728, "S22": -40.465235757532227, "W31": -66.746935697756314, "S31": -66.746935697756314, "W32": -90.073086949107122, "S32": -95.073086949107122 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 507095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9981193515245437, "S12": -4.9981193515245437, "W13": -22.205803319680975, "S13": -22.205803319680975, "W21": -32.038695550748159, "S21": -32.038695550748159, "W22": -36.282748576925115, "S22": -41.22084862992633, "W31": -69.796480523223153, "S31": -75.361582420039653, "W32": -86.15952504591111, "S32": -91.15952504591111 }, "geometry": { "type": "Point", "coordinates": [ 104035.0, 508720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.875756658595642, "W12": -10.418090671316477, "S12": -10.418090671316477, "W13": -15.0, "S13": -19.585283475333966, "W21": -51.311385626483293, "S21": -60.191866613304967, "W22": -44.389386601938853, "S22": -46.325991918912266, "W31": -65.637580975689076, "S31": -71.104596631740648, "W32": -93.875627666332505, "S32": -98.875627666332505 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 501228.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65790845447474622, "S11": -0.65790845447474622, "W12": -5.0, "S12": -7.9897441209986537, "W13": -23.589209957130127, "S13": -23.940155887948439, "W21": -39.842557198341979, "S21": -39.842557198341979, "W22": -40.0, "S22": -40.183486238532112, "W31": -66.370548936877867, "S31": -76.370548936877867, "W32": -96.917012218998181, "S32": -101.91701221899818 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 509565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39289145289460586, "S11": 0.29976503984044289, "W12": -9.3013596663829574, "S12": -11.528769926319693, "W13": -17.589465576490106, "S13": -23.89534345360633, "W21": -38.379551121340569, "S21": -40.177049395536322, "W22": -60.292319002925353, "S22": -60.292319002925353, "W31": -75.036942751201806, "S31": -76.028056572025335, "W32": -92.362942096614319, "S32": -97.362942096614319 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 511733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28578669077559515, "W12": -9.4840500134284262, "S12": -9.4840500134284262, "W13": -15.169031495216595, "S13": -15.169031495216595, "W21": -38.24542338341854, "S21": -40.583055682021957, "W22": -70.0, "S22": -90.654759512998751, "W31": -101.84443820483699, "S31": -101.84443820483699, "W32": -103.14436885865457, "S32": -108.14436885865457 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.34600219604711496, "W12": -9.9145052718228417, "S12": -9.9145052718228417, "W13": -15.0, "S13": -15.0, "W21": -38.028419970032502, "S21": -40.059742745998967, "W22": -73.003465537158263, "S22": -93.005194716269784, "W31": -103.02437426507643, "S31": -103.02437426507643, "W32": -103.02437426507643, "S32": -107.55479969765685 }, "geometry": { "type": "Point", "coordinates": [ 104036.0, 512055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0133171916718151, "S11": 3.8040717866658116, "W12": -10.745730704325428, "S12": -10.745730704325428, "W13": -15.097965841397741, "S13": -18.290440443314306, "W21": -50.0, "S21": -59.401847575057737, "W22": -40.943658474179344, "S22": -44.326198146641111, "W31": -79.930990926486189, "S31": -79.930990926486189, "W32": -100.3080758682853, "S32": -105.3080758682853 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 500909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65088899435097436, "S11": 0.6007146091140948, "W12": -5.0, "S12": -14.043630453806726, "W13": -22.900058538662122, "S13": -26.878845929242651, "W21": -38.865306538360159, "S21": -38.865306538360159, "W22": -47.890904721122688, "S22": -49.363581905854112, "W31": -64.988834237535144, "S31": -67.528593714912773, "W32": -92.434360650300093, "S32": -97.434360650300093 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 504073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62387853829549456, "S11": -0.034488935243160213, "W12": -5.0291656099416686, "S12": -9.5641440757780103, "W13": -20.943212653527564, "S13": -25.943212653527564, "W21": -36.998479806100462, "S21": -45.536391853389738, "W22": -60.319223470636047, "S22": -60.319223470636047, "W31": -74.858789588372304, "S31": -75.840164087823979, "W32": -94.229296791872372, "S32": -99.229296791872372 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 504215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91219918989754589, "S11": -0.91219918989754589, "W12": -4.0115835462076532, "S12": -4.0115835462076532, "W13": -20.0, "S13": -20.0, "W21": -31.691740987924042, "S21": -36.691740987924042, "W22": -40.596514032979471, "S22": -42.335500012114579, "W31": -66.465226328761716, "S31": -66.465226328761716, "W32": -89.747366993494936, "S32": -94.747366993494936 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 508439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67885623655154348, "S11": -0.67885623655154348, "W12": -5.082584200325484, "S12": -10.811891151532361, "W13": -23.368960437848774, "S13": -23.818392065216145, "W21": -39.418822849894376, "S21": -39.418822849894376, "W22": -42.293977670979196, "S22": -46.502471528651654, "W31": -76.714558403830395, "S31": -80.067004484840396, "W32": -98.311199320933241, "S32": -103.31119932093324 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 509530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1229322089866203, "S11": -0.55344498576035517, "W12": -6.5566886490315213, "S12": -15.998086866989023, "W13": -30.0, "S13": -30.0, "W21": -39.206362981463528, "S21": -39.209833925321149, "W22": -45.101841719461675, "S22": -45.101841719461675, "W31": -65.586609105082715, "S31": -70.596168613697301, "W32": -93.678283892501298, "S32": -98.678283892501298 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 509940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31952621250350438, "S11": -0.31952621250350438, "W12": -10.0, "S12": -10.808868952592491, "W13": -24.255561691943864, "S13": -25.042598728980902, "W21": -38.813987488565751, "S21": -38.813987488565751, "W22": -39.143881885008369, "S22": -40.192088214463084, "W31": -68.210153891456159, "S31": -70.533929745607125, "W32": -90.159071045074285, "S32": -95.159071045074285 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 511341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41869806977166396, "S11": 0.41869806977166396, "W12": -14.514015406444644, "S12": -14.514015406444644, "W13": -20.72185549698888, "S13": -21.810317477893054, "W21": -37.458562605623669, "S21": -43.027013150110697, "W22": -43.507653251388241, "S22": -44.088714787521639, "W31": -80.528823465419052, "S31": -80.528823465419052, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104037.0, 514150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96296108614590303, "S11": 0.96296108614590303, "W12": -10.0, "S12": -10.741002507561467, "W13": -14.744686355177622, "S13": -15.555099417717614, "W21": -34.467672620320073, "S21": -37.467672620320073, "W22": -41.242444869512376, "S22": -44.20388176743176, "W31": -80.046458652927001, "S31": -80.752870351464679, "W32": -100.04725466505572, "S32": -105.04725466505572 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 499362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.108880308880309, "S12": -10.108880308880309, "W13": -15.223200718331261, "S13": -17.362129082982033, "W21": -40.921575038535195, "S21": -48.342931030903301, "W22": -45.457162325976689, "S22": -45.457162325976689, "W31": -65.778076497018063, "S31": -65.778076497018063, "W32": -90.740242759347808, "S32": -95.740242759347808 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0512360986833693, "S12": -7.0512360986833693, "W13": -15.0, "S13": -20.0, "W21": -39.637263645586742, "S21": -43.308353665213538, "W22": -49.040983578175172, "S22": -51.5559692827361, "W31": -87.961565288000088, "S31": -87.961565288000088, "W32": -95.387866157230533, "S32": -100.38786615723053 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 502392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1973759577441143, "S11": -1.5390385143679155, "W12": -8.8778336417880297, "S12": -8.8778336417880297, "W13": -20.0, "S13": -25.814165372206954, "W21": -34.644879328875561, "S21": -34.861830498583217, "W22": -41.689898597824921, "S22": -41.689898597824921, "W31": -76.630366252077721, "S31": -79.291846938773006, "W32": -98.255298389210168, "S32": -103.25529838921017 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 505174.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36890544808527448, "S11": -0.74993270175403759, "W12": -5.0, "S12": -5.0, "W13": -24.641524793168767, "S13": -24.801152526903742, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -36.172457584567958, "S22": -41.172457584567958, "W31": -69.702551543813868, "S31": -69.702551543813868, "W32": -86.251773632259756, "S32": -91.251773632259756 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 509632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5091393194215952, "S11": -3.1292929996588557, "W12": -10.478903421737147, "S12": -10.478903421737147, "W13": -21.036508454646725, "S13": -26.065189220046548, "W21": -41.0, "S21": -42.585164807548608, "W22": -47.214991433862536, "S22": -48.122208279984932, "W31": -65.423694995173165, "S31": -65.682582645365159, "W32": -91.344942168071682, "S32": -96.344942168071682 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 515180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3161768156631135, "S12": -5.3161768156631135, "W13": -18.389059101285067, "S13": -19.788690911081535, "W21": -43.748842344143604, "S21": -43.748842344143604, "W22": -47.828398883344462, "S22": -48.900103329368626, "W31": -64.998698888339831, "S31": -67.510506901093024, "W32": -92.465834664802856, "S32": -97.465834664802856 }, "geometry": { "type": "Point", "coordinates": [ 104038.0, 520621.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35944800573201985, "S11": 0.35944800573201985, "W12": -6.6211956764982958, "S12": -6.6211956764982958, "W13": -18.761162209904814, "S13": -20.268943763544819, "W21": -34.197734298649799, "S21": -34.197734298649799, "W22": -39.000332598230642, "S22": -40.241154276552393, "W31": -65.291941534083435, "S31": -65.291941534083435, "W32": -98.101573543477301, "S32": -103.1015735434773 }, "geometry": { "type": "Point", "coordinates": [ 104038.6, 503166.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3031093151502695, "S12": -5.3031093151502695, "W13": -16.867347190382077, "S13": -16.867347190382077, "W21": -44.369235850220271, "S21": -44.369235850220271, "W22": -41.290114663637709, "S22": -41.290114663637709, "W31": -76.099517921706919, "S31": -78.232083418493858, "W32": -98.222897534602012, "S32": -103.22289753460201 }, "geometry": { "type": "Point", "coordinates": [ 104038.777777777781012, 521398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24226495127252329, "S11": 0.24226495127252329, "W12": -5.0, "S12": -13.551913598873465, "W13": -19.029014607333117, "S13": -19.029014607333117, "W21": -34.787910940214744, "S21": -34.787910940214744, "W22": -56.095700250586681, "S22": -56.095700250586681, "W31": -79.208805693909355, "S31": -79.208805693909355, "W32": -92.903240228913305, "S32": -97.903240228913305 }, "geometry": { "type": "Point", "coordinates": [ 104039.0, 507395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1337991838462531, "S11": -1.3713546341212632, "W12": -9.0056290866860884, "S12": -9.0056290866860884, "W13": -20.749503180476168, "S13": -24.997239535543809, "W21": -34.91351308935198, "S21": -34.915713532144274, "W22": -62.158755507393145, "S22": -64.173579658977431, "W31": -102.01934680506091, "S31": -102.01934680506091, "W32": -102.01934680506091, "S32": -105.76003873896255 }, "geometry": { "type": "Point", "coordinates": [ 104039.333333333328483, 505130.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1910122049501459, "S11": -1.1910122049501459, "W12": -5.286961241076372, "S12": -5.286961241076372, "W13": -15.126135449262916, "S13": -15.126135449262916, "W21": -45.014460161398716, "S21": -45.014460161398716, "W22": -42.3626557266033, "S22": -46.028062428645896, "W31": -76.883401091929713, "S31": -80.712964479620396, "W32": -98.314865087014084, "S32": -103.31486508701408 }, "geometry": { "type": "Point", "coordinates": [ 104039.471698113207822, 522380.188679245300591 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3260031533282639, "S12": -5.3260031533282639, "W13": -19.880313421089934, "S13": -24.183198789374714, "W21": -44.045356068853273, "S21": -49.15499327462669, "W22": -60.266889622135473, "S22": -60.266889622135473, "W31": -75.100911139763497, "S31": -76.135947020117612, "W32": -91.915621572647936, "S32": -96.915621572647936 }, "geometry": { "type": "Point", "coordinates": [ 104039.5, 519861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9207876164093713, "S12": -6.2920696170999451, "W13": -15.057067610062891, "S13": -16.716999738545251, "W21": -32.774518750271582, "S21": -35.713162814903939, "W22": -33.700224132798787, "S22": -33.815950716657312, "W31": -68.948441880717425, "S31": -68.948441880717425, "W32": -87.829107649369419, "S32": -92.829107649369419 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 498425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89039669372518648, "S11": 0.89039669372518648, "W12": -7.9844935482084507, "S12": -7.9844935482084507, "W13": -20.009535987560866, "S13": -23.255257624539027, "W21": -33.75398439988728, "S21": -33.75398439988728, "W22": -68.015368473028019, "S22": -103.01536847302802, "W31": -103.01536847302802, "S31": -103.01536847302802, "W32": -103.63231205227638, "S32": -108.63231205227638 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 504844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3817718675956869, "S11": -3.044582961347698, "W12": -8.4023792173685585, "S12": -8.4023792173685585, "W13": -19.659968336811119, "S13": -26.100882646971908, "W21": -33.68527177229042, "S21": -36.842687428620764, "W22": -41.532154211361785, "S22": -44.208404002227027, "W31": -80.173438501088341, "S31": -80.173438501088341, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5219439408967588, "S11": -1.5243197342376751, "W12": -8.4623162052556182, "S12": -8.4623162052556182, "W13": -19.130877418917539, "S13": -25.181954747662484, "W21": -33.623019890074879, "S21": -40.153405553529922, "W22": -43.975091483046853, "S22": -45.782178097220083, "W31": -65.704116849255698, "S31": -71.155945004297465, "W32": -93.958832788652472, "S32": -98.958832788652472 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -22.19826633818866, "S13": -22.19826633818866, "W21": -31.978500573836719, "S21": -31.978500573836719, "W22": -38.82038509475926, "S22": -39.718355535042605, "W31": -67.508008059127519, "S31": -77.508008059127519, "W32": -96.390371089012859, "S32": -101.39037108901286 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 508717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21797411531510522, "S11": 0.21797411531510522, "W12": -9.0224048579290752, "S12": -21.258887930187793, "W13": -30.447498047426052, "S13": -30.447498047426052, "W21": -38.808204909671403, "S21": -38.814324628892464, "W22": -39.493794627677666, "S22": -42.90195991202809, "W31": -60.0, "S31": -62.948842161298906, "W32": -89.755925989085952, "S32": -94.755925989085952 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 510087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13994759409242488, "S11": 0.13994759409242488, "W12": -9.9982899977302786, "S12": -20.169330297636556, "W13": -29.957451705491827, "S13": -29.957451705491827, "W21": -39.402679589395873, "S21": -39.402679589395873, "W22": -47.569427631344531, "S22": -47.569427631344531, "W31": -65.137571231334405, "S31": -68.651467076673043, "W32": -93.004740475735659, "S32": -98.004740475735659 }, "geometry": { "type": "Point", "coordinates": [ 104040.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4941497884663368, "S11": -2.994840041206702, "W12": -11.580273956358303, "S12": -11.580273956358303, "W13": -21.136458986516175, "S13": -25.579528900207336, "W21": -40.495775064090473, "S21": -42.194900190924763, "W22": -47.724208108958024, "S22": -50.082085988200248, "W31": -64.975116001205933, "S31": -67.002108822149339, "W32": -92.266980493662899, "S32": -97.266980493662899 }, "geometry": { "type": "Point", "coordinates": [ 104040.065573770494666, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5921668427776172, "S12": -5.5921668427776172, "W13": -15.859254958748686, "S13": -15.859254958748686, "W21": -46.0, "S21": -46.0, "W22": -39.326597193533878, "S22": -42.205835820324104, "W31": -66.215237356098825, "S31": -66.412597712005848, "W32": -98.110954130279595, "S32": -103.11095413027959 }, "geometry": { "type": "Point", "coordinates": [ 104040.102040816331282, 524469.387755102012306 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37618331024688478, "S11": 0.37618331024688478, "W12": -7.1897797968043546, "S12": -7.1897797968043546, "W13": -19.146458988981859, "S13": -21.178478404694332, "W21": -34.975347566182712, "S21": -34.975347566182712, "W22": -37.969449917707699, "S22": -40.785447680312998, "W31": -67.30725354896785, "S31": -67.30725354896785, "W32": -86.996921958588416, "S32": -91.996921958588416 }, "geometry": { "type": "Point", "coordinates": [ 104040.6, 503252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57207872928176773, "S11": 0.57207872928176773, "W12": -6.0837526959022288, "S12": -15.296569387407443, "W13": -23.37769480910514, "S13": -25.639449642803719, "W21": -38.69347888441073, "S21": -38.69347888441073, "W22": -66.505637424431995, "S22": -66.505637424431995, "W31": -83.206360847311601, "S31": -83.206360847311601, "W32": -92.776432828987424, "S32": -97.776432828987424 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 503849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34473014740846419, "S11": -0.95772594529715949, "W12": -3.6656149310726307, "S12": -3.6656149310726307, "W13": -19.619113994586847, "S13": -19.619113994586847, "W21": -33.347002402462422, "S21": -33.347002402462422, "W22": -40.0, "S22": -41.362715818483252, "W31": -66.54424251655783, "S31": -76.235200840080324, "W32": -97.565456229480205, "S32": -102.5654562294802 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 507760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31874220336081011, "S11": -0.81874220336081005, "W12": -5.0, "S12": -5.0, "W13": -24.964667741421152, "S13": -25.05980528047451, "W21": -40.0, "S21": -40.0, "W22": -33.207898768106254, "S22": -34.593028252676824, "W31": -68.935200910628083, "S31": -68.935200910628083, "W32": -88.15516578954032, "S32": -93.15516578954032 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 509654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17497370545214389, "S11": -0.38045892192220598, "W12": -7.2192090327167744, "S12": -15.559396375645719, "W13": -30.10919346809666, "S13": -30.10919346809666, "W21": -39.061194464609592, "S21": -39.065325242723233, "W22": -60.0, "S22": -60.0, "W31": -78.948817028668302, "S31": -78.948817028668302, "W32": -95.236954448430907, "S32": -100.23695444843091 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 509967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55544114062880812, "S11": 0.55544114062880823, "W12": -9.8676444200429074, "S12": -9.8676444200429074, "W13": -15.0, "S13": -15.0, "W21": -38.127619450144024, "S21": -39.996164532111237, "W22": -33.890883357797485, "S22": -34.178864510707278, "W31": -68.937513995095273, "S31": -68.937513995095273, "W32": -87.722841609896264, "S32": -92.722841609896264 }, "geometry": { "type": "Point", "coordinates": [ 104041.0, 511996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0537652797312178, "S11": 1.0537652797312178, "W12": -5.9012022737561844, "S12": -7.5573602100221313, "W13": -14.999999999999998, "S13": -16.234093970622517, "W21": -30.109032661084548, "S21": -33.109032661084548, "W22": -39.974690442297785, "S22": -42.423683154543141, "W31": -67.214176544694084, "S31": -77.04754308397068, "W32": -97.883364433825705, "S32": -102.8833644338257 }, "geometry": { "type": "Point", "coordinates": [ 104041.428571428565192, 498740.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72750573275604014, "S11": -0.95534668584939963, "W12": -8.2758222375627781, "S12": -8.2758222375627781, "W13": -20.198874775770854, "S13": -24.343458401955289, "W21": -44.96378867660416, "S21": -48.927189982746349, "W22": -38.872760876291764, "S22": -40.054734912743413, "W31": -66.944553540019797, "S31": -66.944553540019797, "W32": -89.48185809976799, "S32": -94.48185809976799 }, "geometry": { "type": "Point", "coordinates": [ 104041.965517241376801, 516619.965517241391353 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1242507160644466, "S11": -0.99567361862494974, "W12": -8.7561206760385399, "S12": -8.7561206760385399, "W13": -21.500822737471935, "S13": -23.78190968533508, "W21": -35.237045991120709, "S21": -35.23722481108512, "W22": -45.288772177955146, "S22": -48.417244791181261, "W31": -76.622004341191456, "S31": -77.389305252311843, "W32": -98.422918754290549, "S32": -103.42291875429055 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 505076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.2917668283094557, "W12": -4.926394972334176, "S12": -5.4289049610648394, "W13": -28.943167932519991, "S13": -28.943167932519991, "W21": -34.862279095849914, "S21": -43.082489048570721, "W22": -43.497868935820236, "S22": -45.204239498037488, "W31": -80.384988229128354, "S31": -80.384988229128354, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76268336814966098, "W12": -9.4421593830334185, "S12": -10.210134640843975, "W13": -19.959161420755606, "S13": -19.959161420755606, "W21": -38.211866589988112, "S21": -38.211866589988112, "W22": -40.186808467737613, "S22": -44.542238845910035, "W31": -74.307939774892901, "S31": -74.307939774892901, "W32": -100.23143520799604, "S32": -105.23143520799604 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57888813597390676, "S11": -1.7107093448902311, "W12": -10.226326357044558, "S12": -14.778223639470749, "W13": -19.816091770608921, "S13": -19.816091770608921, "W21": -37.660118755998241, "S21": -37.660118755998241, "W22": -40.0, "S22": -42.968411449036367, "W31": -67.015689688411683, "S31": -76.752970302782003, "W32": -98.130771064143858, "S32": -103.13077106414386 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 507017.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10605938442122978, "S11": 0.10605938442122978, "W12": -6.380583281009808, "S12": -17.4085915393558, "W13": -18.980928558523551, "S13": -18.980928558523551, "W21": -35.19483279639288, "S21": -35.19483279639288, "W22": -45.478700592151668, "S22": -45.478700592151668, "W31": -64.616321315285575, "S31": -66.425510923942127, "W32": -96.859230345043599, "S32": -101.8592303450436 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 507355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031355307835223223, "S11": -0.03135530783522323, "W12": -3.4458452704915716, "S12": -8.9666373496994929, "W13": -19.370987647052527, "S13": -19.370987647052527, "W21": -33.537802934359568, "S21": -33.537802934359568, "W22": -45.590192140573862, "S22": -45.590192140573862, "W31": -65.014147968667018, "S31": -66.703340121732879, "W32": -97.135211281097824, "S32": -102.13521128109782 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 507634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.238711175616835, "S12": -13.318385513232723, "W13": -25.227288088624373, "S13": -26.396878731899228, "W21": -38.936086826371287, "S21": -38.936086826371287, "W22": -40.0, "S22": -41.880809061198654, "W31": -70.0, "S31": -70.0, "W32": -95.926912750302307, "S32": -100.92691275030231 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 511261.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3160943263638982, "S12": -5.3160943263638982, "W13": -19.044341361123468, "S13": -19.044341361123468, "W21": -43.041435464544847, "S21": -45.479789775006395, "W22": -60.470385684709342, "S22": -60.470385684709342, "W31": -74.649254043598503, "S31": -75.5860875339133, "W32": -94.94605220146039, "S32": -99.94605220146039 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 520288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2918830767114331, "S12": -5.2918830767114331, "W13": -15.985109321002438, "S13": -15.985109321002438, "W21": -44.661556093726176, "S21": -44.661556093726176, "W22": -71.525915996425383, "S22": -78.262706343012667, "W31": -104.47979590122627, "S31": -104.47979590122627, "W32": -104.47979590122627, "S32": -106.97378326495276 }, "geometry": { "type": "Point", "coordinates": [ 104042.0, 521848.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.3416328572222529, "W12": -5.1137218816972405, "S12": -8.6674304599253453, "W13": -16.737418430227073, "S13": -20.659134012533684, "W21": -33.041417493314881, "S21": -33.041417493314881, "W22": -59.267217630853992, "S22": -59.267217630853992, "W31": -78.904062264072522, "S31": -78.904062264072522, "W32": -95.280439620327897, "S32": -100.2804396203279 }, "geometry": { "type": "Point", "coordinates": [ 104042.5, 504568.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3095095924923275, "S12": -5.3095095924923275, "W13": -18.295535142559672, "S13": -19.673487936135857, "W21": -43.823971202906733, "S21": -43.823971202906733, "W22": -47.565622366026325, "S22": -49.09894661299375, "W31": -65.272426578070977, "S31": -65.68324309474761, "W32": -91.526419366255055, "S32": -96.526419366255055 }, "geometry": { "type": "Point", "coordinates": [ 104042.5, 520670.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2987129589962603, "S12": -5.2987129589962603, "W13": -16.959055500429336, "S13": -16.959055500429336, "W21": -44.333900843923573, "S21": -44.333900843923573, "W22": -38.342401249888205, "S22": -38.859978763602001, "W31": -67.862926862028303, "S31": -75.078521131483697, "W32": -94.340242227494059, "S32": -99.340242227494059 }, "geometry": { "type": "Point", "coordinates": [ 104042.666666666671517, 521352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6407315641911717, "S11": 1.6407315641911717, "W12": -7.6785714285714279, "S12": -8.2748641114982568, "W13": -16.461061619935137, "S13": -16.593326962241399, "W21": -32.753476875946454, "S21": -35.676445611833735, "W22": -38.157181381478836, "S22": -38.157181381478836, "W31": -67.93943889435225, "S31": -73.197513071959193, "W32": -92.935947059557989, "S32": -97.935947059557989 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 499075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19557896607189618, "S11": 0.19557896607189618, "W12": -7.3256041527218727, "S12": -7.3256041527218727, "W13": -13.054379415101936, "S13": -13.510016600747598, "W21": -37.527126642410494, "S21": -41.296658523918744, "W22": -38.354767335964439, "S22": -39.395210232465814, "W31": -67.876047514544069, "S31": -74.807388579564147, "W32": -94.123819036916416, "S32": -99.123819036916416 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 500082.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.939353109495229, "S11": 1.939353109495229, "W12": -10.304394239226033, "S12": -11.646906040112889, "W13": -15.0, "S13": -18.32149372112848, "W21": -39.656962743635333, "S21": -42.435228311648302, "W22": -48.584252437586258, "S22": -51.619572539791392, "W31": -80.349661279109242, "S31": -80.349661279109242, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 500536.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9888112515264922, "S12": -14.714006056721296, "W13": -29.78637288979666, "S13": -29.78637288979666, "W21": -39.543279534070699, "S21": -39.543279534070699, "W22": -61.686832285078573, "S22": -61.686832285078573, "W31": -79.920813943003395, "S31": -80.758744071713664, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 510747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45171992656490617, "S11": 0.45171992656490617, "W12": -14.40412553208815, "S12": -14.40412553208815, "W13": -20.600345177587439, "S13": -23.831795770019038, "W21": -37.26413834858792, "S21": -44.36445747177585, "W22": -40.0, "S22": -42.772184171500371, "W31": -67.203670922392035, "S31": -76.846676845124819, "W32": -97.981597945674153, "S32": -102.98159794567415 }, "geometry": { "type": "Point", "coordinates": [ 104043.0, 514102.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49587064601885872, "S11": 0.26157452189937203, "W12": -9.8652821402405202, "S12": -9.8652821402405202, "W13": -14.99223260537825, "S13": -14.99223260537825, "W21": -38.064636487079483, "S21": -40.056385771796236, "W22": -39.163290075181926, "S22": -42.733925610877868, "W31": -60.0, "S31": -62.960819803034369, "W32": -89.622555707139199, "S32": -94.622555707139199 }, "geometry": { "type": "Point", "coordinates": [ 104043.428571428565192, 512069.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8313629489913374, "S12": -9.8313629489913374, "W13": -17.200001, "S13": -18.342759309754051, "W21": -35.540189790634905, "S21": -35.744343106718617, "W22": -44.330135301352378, "S22": -44.330135301352378, "W31": -65.894964178713906, "S31": -65.894964178713906, "W32": -90.37018837018816, "S32": -95.37018837018816 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 496796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73350033464002284, "S11": 0.73350033464002284, "W12": -10.0, "S12": -10.656014269834301, "W13": -14.577599659526175, "S13": -15.092825860440932, "W21": -35.109723645316564, "S21": -38.109723645316564, "W22": -51.346204429480778, "S22": -51.346204429480778, "W31": -77.872746978160407, "S31": -77.872746978160407, "W32": -89.34686717253615, "S32": -94.34686717253615 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 499421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.328239390785717, "S13": -20.27739889687129, "W21": -37.151379134257695, "S21": -38.27082294551824, "W22": -41.780161189239365, "S22": -43.648774327925494, "W31": -76.409124777898782, "S31": -78.905829253680508, "W32": -98.255901725022113, "S32": -103.25590172502211 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 502640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5478073328540614, "S12": -16.171875887250483, "W13": -22.118093417180756, "S13": -23.20669504274596, "W21": -37.937347688408181, "S21": -37.937347688408181, "W22": -45.805002103711594, "S22": -49.216396391798632, "W31": -75.790501179048803, "S31": -76.480964785401781, "W32": -98.289907180543281, "S32": -103.28990718054328 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 503738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1394031451036455, "S11": -1.1394031451036455, "W12": -1.9679752667892187, "S12": -1.9679752667892187, "W13": -20.0, "S13": -20.0, "W21": -31.082867890224009, "S21": -33.482770944029149, "W22": -45.853004561773389, "S22": -46.672481187097091, "W31": -65.592482833364855, "S31": -65.719705617808842, "W32": -90.946441607595816, "S32": -95.946441607595816 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 508285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -0.5, "W12": -5.0, "S12": -17.754243629811448, "W13": -23.001854195323268, "S13": -23.001854195323268, "W21": -36.396901249541031, "S21": -36.690197338926502, "W22": -40.0, "S22": -46.205488730291897, "W31": -68.50376501695601, "S31": -68.50376501695601, "W32": -97.237757797419363, "S32": -102.23775779741936 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 509123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27381927172392356, "S11": 0.27381927172392356, "W12": -10.056744494321093, "S12": -10.056744494321093, "W13": -16.298388286600144, "S13": -16.298388286600144, "W21": -36.840621752572716, "S21": -39.75036751968581, "W22": -68.321122027278136, "S22": -78.422549343721101, "W31": -104.1578299766652, "S31": -104.1578299766652, "W32": -104.1578299766652, "S32": -106.2956902590212 }, "geometry": { "type": "Point", "coordinates": [ 104044.0, 512307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7539611898295024, "S11": 1.7539611898295024, "W12": -10.199431862601338, "S12": -11.169655483446981, "W13": -15.0, "S13": -18.117544563084522, "W21": -39.39306735684265, "S21": -42.101629201139886, "W22": -60.991458960816232, "S22": -60.991458960816232, "W31": -100.94498945797295, "S31": -100.94498945797295, "W32": -100.94498945797295, "S32": -105.36449225442908 }, "geometry": { "type": "Point", "coordinates": [ 104044.333333333328483, 500503.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38442468902297477, "S11": 0.38442468902297477, "W12": -13.494915616263439, "S12": -13.494915616263439, "W13": -19.960072012009213, "S13": -20.774994451059325, "W21": -35.893970319042531, "S21": -42.593635530471438, "W22": -60.913061405114291, "S22": -60.913061405114291, "W31": -80.385352347145286, "S31": -80.385352347145286, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104044.666666666671517, 513772.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7346784538048183, "S12": -9.7346784538048183, "W13": -15.0, "S13": -16.118872708360421, "W21": -38.311360735256578, "S21": -38.311360735256578, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -78.41207338014938, "S31": -78.41207338014938, "W32": -89.790930971641359, "S32": -94.790930971641359 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 501902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.663768723159109, "W13": -21.410892198306122, "S13": -21.812969925843639, "W21": -37.505005335526185, "S21": -37.505005335526185, "W22": -40.0, "S22": -41.456986831645523, "W31": -61.444612356786386, "S31": -61.444612356786386, "W32": -96.322152704058666, "S32": -101.32215270405867 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 503674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60095585648962369, "S11": 0.60095585648962369, "W12": -5.0000000000000009, "S12": -14.700223546944859, "W13": -23.697262442231075, "S13": -26.441235922771451, "W21": -38.934038849176709, "S21": -38.934038849176709, "W22": -40.190645505187767, "S22": -44.934056352488284, "W31": -77.97689382890897, "S31": -77.97689382890897, "W32": -100.50455478204171, "S32": -105.50455478204171 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 503888.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1264355492018108, "S11": -1.1264355492018108, "W12": -2.0624562513428986, "S12": -2.0624562513428986, "W13": -20.0, "S13": -20.0, "W21": -31.103791319376899, "S21": -34.103791319376896, "W22": -38.416551226074667, "S22": -40.68571722941109, "W31": -66.411869620718136, "S31": -66.411869620718136, "W32": -87.783010789518741, "S32": -92.783010789518741 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 508294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68454514500450492, "S11": 0.68454514500450492, "W12": -9.6883558788392659, "S12": -12.015285925957787, "W13": -29.32137543028465, "S13": -29.32137543028465, "W21": -39.94839154744583, "S21": -39.94839154744583, "W22": -39.248785919940239, "S22": -40.782442333348399, "W31": -69.103583232804112, "S31": -75.160907224943301, "W32": -85.128278783409513, "S32": -90.128278783409513 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 510540.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55358147616478059, "S11": 0.55358147616478059, "W12": -9.9995540295397731, "S12": -9.9995540295397696, "W13": -29.653791047387678, "S13": -29.653791047387678, "W21": -39.65382035279449, "S21": -39.65382035279449, "W22": -48.327631852377586, "S22": -51.172864559689138, "W31": -79.789397745806966, "S31": -79.789397745806966, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104045.0, 510690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2619334182082098, "S11": -1.2619334182082098, "W12": -5.2781646681520886, "S12": -5.2781646681520886, "W13": -15.124543172098292, "S13": -15.124543172098292, "W21": -45.038879768792235, "S21": -45.038879768792235, "W22": -35.98267501517963, "S22": -40.98267501517963, "W31": -69.50801508264486, "S31": -69.50801508264486, "W32": -86.433370679584655, "S32": -91.433370679584655 }, "geometry": { "type": "Point", "coordinates": [ 104045.584905660376535, 522429.433962264156435 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29611786433896536, "S11": 0.22662298641250433, "W12": -10.138551016790331, "S12": -10.138551016790331, "W13": -19.584445820263657, "S13": -24.028169613233537, "W21": -36.983098296636797, "S21": -37.81426847013244, "W22": -41.484597013399302, "S22": -41.484597013399302, "W31": -76.380351922966639, "S31": -78.719719199288889, "W32": -98.227032530079896, "S32": -103.2270325300799 }, "geometry": { "type": "Point", "coordinates": [ 104045.714285714289872, 513061.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35002775787490359, "S11": 0.35002775787490359, "W12": -6.2981508003999567, "S12": -6.2981508003999567, "W13": -18.353175617277682, "S13": -19.834628604471895, "W21": -33.722873932013641, "S21": -34.343760498021965, "W22": -63.511105200159591, "S22": -67.386141164482979, "W31": -102.25663975663976, "S31": -102.25663975663976, "W32": -102.25663975663976, "S32": -105.73891495755787 }, "geometry": { "type": "Point", "coordinates": [ 104046.0, 503120.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44170623191956765, "S11": -2.3474304884439188, "W12": -6.9852699983216082, "S12": -9.5606336205114673, "W13": -25.0, "S13": -28.882272259686822, "W21": -33.717624923130181, "S21": -41.68495456206643, "W22": -33.687829608082296, "S22": -38.34290634836654, "W31": -68.361204775441053, "S31": -68.361204775441053, "W32": -88.725329838292197, "S32": -93.725329838292197 }, "geometry": { "type": "Point", "coordinates": [ 104046.0, 505764.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46078680203045685, "S11": -0.71755268875961176, "W12": -9.1208226221079691, "S12": -9.1208226221079691, "W13": -19.981516188067111, "S13": -19.981516188067111, "W21": -38.290387653898527, "S21": -38.290387653898527, "W22": -43.845964921948486, "S22": -43.845964921948486, "W31": -65.766730645081864, "S31": -70.894666491354201, "W32": -93.948955974880022, "S32": -98.948955974880022 }, "geometry": { "type": "Point", "coordinates": [ 104046.0, 506890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2800315164249061, "S11": -2.7800315164249061, "W12": -11.650703923198627, "S12": -11.650703923198627, "W13": -21.137373596606448, "S13": -25.579634897239014, "W21": -40.431827870481527, "S21": -42.161995983171131, "W22": -40.0, "S22": -41.699242122058237, "W31": -66.583090170717284, "S31": -75.884678622293961, "W32": -97.476254781674513, "S32": -102.47625478167451 }, "geometry": { "type": "Point", "coordinates": [ 104046.0, 514990.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3180271057957542, "S12": -5.3180271057957542, "W13": -19.975067821547455, "S13": -22.815474093291588, "W21": -44.266888109391331, "S21": -50.671293333392626, "W22": -33.743056225079577, "S22": -36.592622751436444, "W31": -68.894690861168286, "S31": -68.894690861168286, "W32": -88.395296518180999, "S32": -93.395296518180999 }, "geometry": { "type": "Point", "coordinates": [ 104046.125, 519814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98083200721184149, "S11": 0.98083200721184149, "W12": -8.0388491997563278, "S12": -8.0388491997563278, "W13": -20.691359098162764, "S13": -22.521990080776551, "W21": -34.399875789826929, "S21": -34.399875789826929, "W22": -40.000000000000007, "S22": -43.481053914826973, "W31": -67.116964277914306, "S31": -76.527272006446665, "W32": -98.006479352948858, "S32": -103.00647935294886 }, "geometry": { "type": "Point", "coordinates": [ 104046.5, 504896.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.294316602842251, "S12": -5.294316602842251, "W13": -17.050763810476592, "S13": -17.050763810476592, "W21": -44.298565837626874, "S21": -44.298565837626874, "W22": -59.560484019272501, "S22": -73.227121778356704, "W31": -94.495378997852683, "S31": -94.495378997852683, "W32": -102.03169711027169, "S32": -107.03169711027169 }, "geometry": { "type": "Point", "coordinates": [ 104046.555555555562023, 521306.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51089073732664958, "S11": -0.79023468899280269, "W12": -9.5943444730078173, "S12": -10.250179283628741, "W13": -19.934677627985838, "S13": -19.934677627985838, "W21": -38.189738882854336, "S21": -38.189738882854336, "W22": -34.272235646377972, "S22": -34.816540054978532, "W31": -68.899317030102679, "S31": -68.899317030102679, "W32": -87.530648158892888, "S32": -92.530648158892888 }, "geometry": { "type": "Point", "coordinates": [ 104046.6, 506910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31409236711180932, "S11": 0.31409236711180932, "W12": -7.9752722563544634, "S12": -7.9752722563544634, "W13": -13.908965630833425, "S13": -15.040988465237666, "W21": -37.951153738166056, "S21": -41.515022510524489, "W22": -40.966253590480079, "S22": -40.966253590480079, "W31": -66.314378839111399, "S31": -74.758090836698628, "W32": -96.040409542264484, "S32": -101.04040954226448 }, "geometry": { "type": "Point", "coordinates": [ 104046.75, 500191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1556429869012332, "S11": 1.1556429869012332, "W12": -9.6383120456454368, "S12": -10.440281903205609, "W13": -15.0, "S13": -15.673697182264142, "W21": -34.203701929101648, "S21": -36.851677006983266, "W22": -41.122337681063641, "S22": -41.99830846280058, "W31": -61.33284101257609, "S31": -63.987139655110028, "W32": -93.702213979367116, "S32": -98.702213979367116 }, "geometry": { "type": "Point", "coordinates": [ 104047.0, 499307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68976653971654212, "S11": -0.68976653971654212, "W12": -5.0, "S12": -8.4295037812079148, "W13": -23.634871959736891, "S13": -23.963810624341065, "W21": -39.909996736185903, "S21": -39.909996736185903, "W22": -60.614146164978294, "S22": -60.614146164978294, "W31": -79.138652504525027, "S31": -79.138652504525027, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104047.0, 509570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9848346815894686, "S12": -15.274185330940117, "W13": -29.801372199995292, "S13": -29.801372199995292, "W21": -39.510231434736767, "S21": -39.510231434736767, "W22": -42.32786427325545, "S22": -42.32786427325545, "W31": -62.855742151331739, "S31": -65.361571270309653, "W32": -95.146340608905845, "S32": -100.14634060890585 }, "geometry": { "type": "Point", "coordinates": [ 104047.0, 510759.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3028423693215405, "S12": -5.3028423693215405, "W13": -18.202011183834276, "S13": -19.558284961190196, "W21": -43.899100061669827, "S21": -43.899100061669827, "W22": -50.0, "S22": -52.343425030688344, "W31": -78.756221474568846, "S31": -78.756221474568846, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104047.0, 520718.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33527475404930235, "S11": 0.33527475404930235, "W12": -8.1596236369202799, "S12": -8.1596236369202799, "W13": -14.063665312397058, "S13": -15.322747859256948, "W21": -38.028442748938041, "S21": -40.566506617710402, "W22": -70.215576626955183, "S22": -94.614780142472895, "W31": -101.48446686977987, "S31": -101.48446686977987, "W32": -103.12889197238391, "S32": -108.12889197238391 }, "geometry": { "type": "Point", "coordinates": [ 104047.5, 500210.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -15.955669114301442, "W13": -23.248385230773316, "S13": -23.248385230773316, "W21": -36.136332927178394, "S21": -36.136332927178394, "W22": -60.0, "S22": -61.303190587596994, "W31": -77.921002936921269, "S31": -77.921002936921269, "W32": -89.199646629596728, "S32": -94.199646629596728 }, "geometry": { "type": "Point", "coordinates": [ 104047.6, 509041.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7076218292116376, "S12": -15.550452037654079, "W13": -20.914006602237592, "S13": -20.932655252444256, "W21": -37.202959555076134, "S21": -37.202959555076134, "W22": -34.37807883107795, "S22": -35.020852126107549, "W31": -68.890934688182739, "S31": -68.890934688182739, "W32": -87.474540596059171, "S32": -92.474540596059171 }, "geometry": { "type": "Point", "coordinates": [ 104048.0, 503631.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65282919151185104, "S11": -0.65282919151185104, "W12": -5.0, "S12": -5.0, "W13": -21.457979305884891, "S13": -21.457979305884891, "W21": -31.999574524130413, "S21": -41.999574524130409, "W22": -43.064693756423551, "S22": -49.052882732801507, "W31": -65.849375166076996, "S31": -71.275082973637353, "W32": -94.142486735898146, "S32": -99.142486735898146 }, "geometry": { "type": "Point", "coordinates": [ 104048.0, 508609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44525361006349085, "S11": 0.44525361006349085, "W12": -14.383538595415789, "S12": -14.383538595415789, "W13": -20.590364561364403, "S13": -23.688547007010325, "W21": -37.272283501038039, "S21": -44.213696183647826, "W22": -60.621547898782858, "S22": -60.621547898782858, "W31": -74.367703603073878, "S31": -75.231066251368418, "W32": -95.662807611049317, "S32": -100.66280761104932 }, "geometry": { "type": "Point", "coordinates": [ 104048.0, 514103.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22651109905159156, "S11": -0.22651109905159156, "W12": -9.7820454529051499, "S12": -19.829375124519132, "W13": -19.829375124519132, "S13": -19.829375124519132, "W21": -35.493755836329697, "S21": -35.493755836329697, "W22": -41.929735196778687, "S22": -41.929735196778687, "W31": -62.317616089148984, "S31": -64.871275924123694, "W32": -94.908253158687828, "S32": -99.908253158687828 }, "geometry": { "type": "Point", "coordinates": [ 104048.333333333328483, 507256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2900208775971924, "S12": -5.2900208775971924, "W13": -16.803842976620544, "S13": -16.803842976620544, "W21": -44.379354253649218, "S21": -44.379354253649218, "W22": -64.739673148960321, "S22": -64.739673148960321, "W31": -85.639470022522374, "S31": -85.639470022522374, "W32": -92.239782124681938, "S32": -97.239782124681938 }, "geometry": { "type": "Point", "coordinates": [ 104048.333333333328483, 521432.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26595812182741119, "S11": -0.4566299345802825, "W12": -7.5089974293059125, "S12": -10.83201249185365, "W13": -20.506416991580934, "S13": -20.506416991580934, "W21": -37.722764880201659, "S21": -38.121214041073912, "W22": -40.125495985858805, "S22": -42.099460073117861, "W31": -60.0, "S31": -62.774554165557625, "W32": -92.105409798003237, "S32": -97.105409798003237 }, "geometry": { "type": "Point", "coordinates": [ 104049.0, 506818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45601457622448682, "S11": 0.45601457622448682, "W12": -14.294235657731763, "S12": -14.294235657731763, "W13": -20.478834858186126, "S13": -23.704585547743125, "W21": -37.069714091552413, "S21": -44.334492445795192, "W22": -60.276400160042449, "S22": -60.276400160042449, "W31": -74.96703678899425, "S31": -75.905861488665224, "W32": -93.506420424254785, "S32": -98.506420424254785 }, "geometry": { "type": "Point", "coordinates": [ 104049.0, 514054.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64478473997642616, "S11": 0.087422602398282812, "W12": -5.0, "S12": -8.9990687929229196, "W13": -21.000874750071226, "S13": -25.71257597475903, "W21": -37.061559199613122, "S21": -45.764731883438422, "W22": -43.466187920909007, "S22": -46.85429104732809, "W31": -80.17299904483491, "S31": -80.17299904483491, "W32": -99.773130028071478, "S32": -104.77313002807148 }, "geometry": { "type": "Point", "coordinates": [ 104049.8, 504204.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22840107012750932, "S11": -0.18809377646771008, "W12": -8.0893897381444653, "S12": -15.016050228852007, "W13": -30.237840258281288, "S13": -30.237840258281288, "W21": -39.301798248133679, "S21": -39.306677350693427, "W22": -50.0, "S22": -50.0, "W31": -78.49783219586098, "S31": -79.449979550973296, "W32": -96.338713413589815, "S32": -101.33871341358982 }, "geometry": { "type": "Point", "coordinates": [ 104049.916666666671517, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.25, "W12": -10.522973607752396, "S12": -10.703773563256348, "W13": -17.200001, "S13": -18.357590938123813, "W21": -40.134093882409893, "S21": -40.315543387041821, "W22": -33.683106526279474, "S22": -34.390741795144635, "W31": -68.87853379354668, "S31": -68.87853379354668, "W32": -87.9269709836244, "S32": -92.9269709836244 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 496776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1425719936536916, "S11": 1.1425719936536916, "W12": -6.1263980414843138, "S12": -6.7257854170449747, "W13": -15.0, "S13": -16.132800650578616, "W21": -30.0, "S21": -32.79915721036631, "W22": -38.271778050878112, "S22": -39.604633124404828, "W31": -67.06725085474126, "S31": -67.06725085474126, "W32": -89.387811786311545, "S32": -94.387811786311545 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 498782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5232227076133968, "S11": 1.5232227076133968, "W12": -7.3582842866006004, "S12": -8.668041738924245, "W13": -16.078464541314251, "S13": -16.282641669087116, "W21": -32.46946414499606, "S21": -35.39077174641394, "W22": -56.254755345664435, "S22": -56.254755345664435, "W31": -78.719451473306805, "S31": -78.719451473306805, "W32": -94.964901653363739, "S32": -99.964901653363739 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11402340813916034, "S11": 0.11402340813916034, "W12": -8.2536208132746083, "S12": -8.5016406152548072, "W13": -12.850617130550033, "S13": -16.336156299291652, "W21": -37.519799176858044, "S21": -40.752792311447735, "W22": -38.653442245813807, "S22": -48.058446911766183, "W31": -60.240390827045658, "S31": -60.240390827045658, "W32": -97.465944784620547, "S32": -102.46594478462055 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9032990314769975, "W12": -10.402266782911944, "S12": -10.402266782911944, "W13": -14.892039782221984, "S13": -19.521935648425835, "W21": -51.958863262946508, "S21": -60.970231235613682, "W22": -37.575418355761691, "S22": -38.174338499742497, "W31": -68.033392388252679, "S31": -73.112095860856215, "W32": -92.600948932451004, "S32": -97.600948932451004 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 501214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16643713562864376, "S11": 0.16643713562864376, "W12": -5.0, "S12": -5.0, "W13": -16.604840077018554, "S13": -18.988766197347545, "W21": -34.357944499472922, "S21": -36.416335470058883, "W22": -47.298777125379345, "S22": -49.728141988402321, "W31": -65.076379148811668, "S31": -65.558770803226537, "W32": -91.734476595505413, "S32": -96.734476595505413 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 502928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3378584728688638, "S11": -1.4043456803382466, "W12": -6.4343290398851689, "S12": -11.51262429471821, "W13": -20.025219076876514, "S13": -20.025219076876514, "W21": -33.563766243922018, "S21": -33.602607241246304, "W22": -60.233553290621558, "S22": -60.233553290621558, "W31": -75.174603675026361, "S31": -76.066282543994248, "W32": -92.000302004355419, "S32": -97.000302004355419 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43654825399394437, "S11": 0.43654825399394437, "W12": -14.194805361819967, "S12": -14.194805361819967, "W13": -20.35428316011075, "S13": -23.136794534959645, "W21": -36.842868372966251, "S21": -43.990798293665414, "W22": -64.802978412283068, "S22": -94.802978412283068, "W31": -98.352782905234179, "S31": -98.352782905234179, "W32": -103.25212650434646, "S32": -108.25212650434646 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3913895510929732, "S11": -2.9000804676102527, "W12": -11.596051661258747, "S12": -11.596051661258747, "W13": -21.126091247666796, "S13": -25.623317628477267, "W21": -40.434433017654584, "S21": -42.181332250227172, "W22": -67.283910815488511, "S22": -83.271878342307886, "W31": -100.0, "S31": -100.0, "W32": -103.47864436521122, "S32": -108.47864436521122 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5090923034791608, "S12": -7.5090923034791608, "W13": -20.0, "S13": -23.724708972613683, "W21": -45.648438687707142, "S21": -48.710424046235168, "W22": -57.197953561589927, "S22": -57.197953561589927, "W31": -78.779334348404461, "S31": -78.779334348404461, "W32": -95.231317725001404, "S32": -100.2313177250014 }, "geometry": { "type": "Point", "coordinates": [ 104050.0, 517185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2899202466882613, "S12": -5.2899202466882613, "W13": -17.142472120523841, "S13": -17.142472120523841, "W21": -44.263230831330198, "S21": -44.263230831330198, "W22": -42.711488521174495, "S22": -42.845058892868359, "W31": -80.570962150266084, "S31": -80.570962150266084, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104050.444444444437977, 521260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33447810913705583, "S11": -0.55449465012842802, "W12": -8.0784061696658078, "S12": -10.356838012967849, "W13": -20.291121431611639, "S13": -20.291121431611639, "W21": -37.922130800068238, "S21": -37.922130800068238, "W22": -33.475228179010983, "S22": -34.949177946245392, "W31": -68.868577173243111, "S31": -68.868577173243111, "W32": -88.070084473524304, "S32": -93.070084473524304 }, "geometry": { "type": "Point", "coordinates": [ 104050.75, 506841.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42363578680203051, "S11": -0.67742740137363433, "W12": -8.8174807197943448, "S12": -9.6504818613261527, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -38.246483494360824, "S21": -38.246483494360824, "W22": -59.641517476556437, "S22": -59.641517476556437, "W31": -78.958549325401108, "S31": -78.958549325401108, "W32": -95.030929727356593, "S32": -100.03092972735659 }, "geometry": { "type": "Point", "coordinates": [ 104051.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23337468020776797, "S11": -0.23337468020776797, "W12": -9.9871175871998616, "S12": -19.871587554768489, "W13": -19.871587554768489, "S13": -19.871587554768489, "W21": -35.474690809317764, "S21": -35.474690809317764, "W22": -60.501386878919021, "S22": -60.501386878919021, "W31": -79.137764302397542, "S31": -79.137764302397542, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104051.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41803863725319901, "S11": 0.41803863725319901, "W12": -14.100004715383726, "S12": -14.100004715383726, "W13": -20.235684373988338, "S13": -22.597224136119603, "W21": -36.6271203956832, "S21": -43.663710065877467, "W22": -61.256331403762665, "S22": -61.256331403762665, "W31": -79.316979279394204, "S31": -79.316979279394204, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104051.0, 513948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2961751461507536, "S12": -5.2961751461507536, "W13": -18.108487225108881, "S13": -19.328475818755457, "W21": -43.937781794480664, "S21": -43.937781794480664, "W22": -40.0, "S22": -42.393809118595556, "W31": -66.693749817344695, "S31": -75.647219234670956, "W32": -97.752851140456173, "S32": -102.75285114045617 }, "geometry": { "type": "Point", "coordinates": [ 104051.5, 520767.375 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3328546314662739, "S11": -1.3328546314662739, "W12": -5.2693680952278052, "S12": -5.2693680952278052, "W13": -15.122950894933673, "S13": -15.122950894933673, "W21": -45.063299376185761, "S21": -45.063299376185761, "W22": -40.0, "S22": -43.310899306449187, "W31": -66.99439835232333, "S31": -76.022309456994506, "W32": -98.033148300491291, "S32": -103.03314830049129 }, "geometry": { "type": "Point", "coordinates": [ 104051.698113207545248, 522478.679245283012278 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1795656896403737, "S11": -1.7247768714174745, "W12": -9.0111499039194758, "S12": -9.0111499039194758, "W13": -20.472292716696629, "S13": -25.129820424007249, "W21": -43.492789636539378, "S21": -44.413460056201082, "W22": -39.294401504445901, "S22": -40.001926717789679, "W31": -69.025962542439686, "S31": -74.883307878583253, "W32": -85.897313808811489, "S32": -90.897313808811489 }, "geometry": { "type": "Point", "coordinates": [ 104051.81333333333896, 516131.893333333311602 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3067339895180865, "S12": -9.3067339895180865, "W13": -15.730957236341501, "S13": -19.118618138694902, "W21": -38.677466202715479, "S21": -47.323867154529879, "W22": -44.790001, "S22": -44.790001, "W31": -65.889999, "S31": -68.089999, "W32": -96.078304953160625, "S32": -101.07830495316063 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 502224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14701572984270156, "S11": 0.14701572984270156, "W12": -5.0, "S12": -5.0, "W13": -16.533722646296972, "S13": -19.037824022207015, "W21": -34.41252592593343, "S21": -36.5054992481193, "W22": -50.250807040693701, "S22": -50.250807040693701, "W31": -78.531715842814506, "S31": -78.657755448400977, "W32": -96.194596734721415, "S32": -101.19459673472142 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 502920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53701584057230445, "S11": 0.13252145854983244, "W12": -4.2253728580643353, "S12": -4.427933322128955, "W13": -26.608091955842681, "S13": -26.608091955842681, "W21": -35.018777868962552, "S21": -40.750807679043547, "W22": -69.513640291322062, "S22": -99.513640291322062, "W31": -101.08685393870563, "S31": -101.08685393870563, "W32": -103.267324248092, "S32": -108.267324248092 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 506290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12861346633416462, "S11": -0.12861346633416468, "W12": -3.9938320294799476, "S12": -3.9938320294799476, "W13": -19.780562123376288, "S13": -19.780562123376288, "W21": -34.834041082374263, "S21": -34.836588077955028, "W22": -38.459015317592247, "S22": -40.413548435987941, "W31": -67.612271021676364, "S31": -76.995170119375416, "W32": -96.428571428571416, "S32": -101.42857142857142 }, "geometry": { "type": "Point", "coordinates": [ 104052.0, 507808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3100510582632445, "S12": -5.3100510582632445, "W13": -20.0, "S13": -21.377927175203485, "W21": -44.488420149929397, "S21": -49.700796827917429, "W22": -60.058207367848219, "S22": -60.058207367848219, "W31": -72.969877323411851, "S31": -73.498520262951061, "W32": -97.206109225547664, "S32": -102.20610922554766 }, "geometry": { "type": "Point", "coordinates": [ 104052.75, 519767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8272800645682001, "W12": -10.346827126665836, "S12": -10.346827126665836, "W13": -14.94808323563892, "S13": -19.596389220702559, "W21": -50.879328181099005, "S21": -59.712877455625339, "W22": -33.264316371611471, "S22": -37.559341869318402, "W31": -68.693749131884488, "S31": -68.693749131884488, "W32": -88.530446001583343, "S32": -93.530446001583343 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.099794098477215, "S11": 0.15521063799502044, "W12": -8.1364013955806609, "S12": -8.1364013955806609, "W13": -21.218683124367242, "S13": -21.218683124367242, "W21": -35.251451231984007, "S21": -35.251451231984007, "W22": -39.953283156391763, "S22": -41.342346973525693, "W31": -68.96473751267591, "S31": -68.96473751267591, "W32": -93.865774425611292, "S32": -98.865774425611292 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 504964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2094965256613701, "W12": -10.4495594153595, "S12": -17.399843093823296, "W13": -19.523872851779149, "S13": -19.523872851779149, "W21": -36.303042768697246, "S21": -36.303042768697246, "W22": -66.557505005599481, "S22": -101.55750500559948, "W31": -101.55750500559948, "S31": -101.55750500559948, "W32": -103.49145494595754, "S32": -108.49145494595754 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2, "S11": -1.2, "W12": -1.31, "S12": -1.31, "W13": -20.26, "S13": -20.26, "W21": -30.85, "S21": -30.85, "W22": -71.784995231535447, "S22": -82.403880620749305, "W31": -105.22574061238021, "S31": -105.22574061238021, "W32": -105.22574061238021, "S32": -106.48617774731552 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.38186625023971943, "W12": -9.1240189788427699, "S12": -9.961283454155657, "W13": -16.366225948618723, "S13": -21.01859421949565, "W21": -38.42720067736132, "S21": -40.493626191650975, "W22": -42.056155402858394, "S22": -47.140930426482733, "W31": -76.225868167983236, "S31": -78.494674059619214, "W32": -98.26984650505203, "S32": -103.26984650505203 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 511798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62038845409778398, "S11": 0.62038845409778398, "W12": -4.9839001062699255, "S12": -14.725256291068732, "W13": -23.687583840024516, "S13": -26.687583840024516, "W21": -38.969460972428074, "S21": -38.969460972428074, "W22": -40.798652555601684, "S22": -49.312254013365575, "W31": -70.0, "S31": -70.799209095402844, "W32": -98.132646200968409, "S32": -103.13264620096841 }, "geometry": { "type": "Point", "coordinates": [ 104054.0, 503900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59578380364997552, "S11": -1.2792953796282143, "W12": -10.230082505501816, "S12": -13.617789564078493, "W13": -19.773830483231833, "S13": -19.773830483231833, "W21": -37.729492841106165, "S21": -37.729492841106165, "W22": -34.653587934958459, "S22": -35.709752545886708, "W31": -68.861120065110057, "S31": -68.861120065110057, "W32": -87.338454707889511, "S32": -92.338454707889511 }, "geometry": { "type": "Point", "coordinates": [ 104054.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2855238905342512, "S12": -5.2855238905342512, "W13": -17.234180430571101, "S13": -17.234180430571101, "W21": -44.227895825033507, "S21": -44.227895825033507, "W22": -47.281845831060537, "S22": -49.363168290865751, "W31": -65.007982171385166, "S31": -66.432645165046267, "W32": -92.257740416010805, "S32": -97.257740416010805 }, "geometry": { "type": "Point", "coordinates": [ 104054.333333333328483, 521214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0898790197497636, "S11": -1.0898790197497636, "W12": -2.1631654928736324, "S12": -2.1631654928736324, "W13": -20.0, "S13": -20.0, "W21": -31.078410896793184, "S21": -34.331637371851897, "W22": -40.0, "S22": -42.395293179098523, "W31": -66.676427174497448, "S31": -75.531727748658398, "W32": -97.614795918367349, "S32": -102.61479591836735 }, "geometry": { "type": "Point", "coordinates": [ 104054.8, 508316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44176996252522338, "S11": 0.44176996252522338, "W12": -4.9936943357879642, "S12": -9.7204502731300551, "W13": -15.081794043188633, "S13": -16.853950936882896, "W21": -35.711775715213321, "S21": -37.940864010632865, "W22": -39.715531314728018, "S22": -39.715531314728018, "W31": -68.556223028226839, "S31": -71.527619910564994, "W32": -88.676988388063421, "S32": -93.676988388063421 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 498290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2272608724000782, "S11": 1.2272608724000782, "W12": -6.3641866626423198, "S12": -7.1321004576319273, "W13": -15.0, "S13": -15.993487759698978, "W21": -30.654550827423169, "S21": -33.466151224738283, "W22": -60.0, "S22": -60.862001152816049, "W31": -77.980869487156198, "S31": -77.980869487156198, "W32": -89.185457345353498, "S32": -94.185457345353498 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 498825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42834373880076204, "S11": 0.42834373880076204, "W12": -10.0, "S12": -10.51618023421142, "W13": -14.314170554021011, "S13": -14.314170554021011, "W21": -35.43483453945057, "S21": -38.43483453945057, "W22": -40.182250698744937, "S22": -44.946079664410952, "W31": -77.516340511063945, "S31": -77.516340511063945, "W32": -100.51120414609325, "S32": -105.51120414609325 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 499517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18730991323900817, "S11": 0.18730991323900817, "W12": -9.089417007055328, "S12": -9.4347539178556037, "W13": -14.052467498512105, "S13": -18.767459924642914, "W21": -37.037454121048604, "S21": -40.055565209732386, "W22": -65.925272338548211, "S22": -98.321252869243779, "W31": -99.023558489503486, "S31": -99.023558489503486, "W32": -103.47824339807077, "S32": -108.47824339807077 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 499742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2554979422376085, "W12": -9.76236, "S12": -9.76236, "W13": -15.306888002587044, "S13": -16.411114249806619, "W21": -36.513437849944012, "S21": -43.349879629584791, "W22": -41.054619478576512, "S22": -41.054619478576512, "W31": -66.226985917401464, "S31": -66.226985917401464, "W32": -89.812404508234351, "S32": -94.812404508234351 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 501546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.131479455543003, "S11": -0.55903015690724667, "W12": -8.2682242520319065, "S12": -8.2682242520319065, "W13": -21.34861693014561, "S13": -22.153171009842005, "W21": -35.327955284191361, "S21": -35.327955284191361, "W22": -40.036625688851203, "S22": -41.936549088067238, "W31": -70.0, "S31": -70.0, "W32": -96.074890861019455, "S32": -101.07489086101945 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 505008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31741751269035534, "S11": -0.54031707858640332, "W12": -7.940874035989717, "S12": -10.690153783765465, "W13": -20.35745228589202, "S13": -20.35745228589202, "W21": -37.722380300732361, "S21": -38.004698550395617, "W22": -60.0, "S22": -60.0, "W31": -74.212124188979729, "S31": -74.212124188979729, "W32": -89.272456810393606, "S32": -94.272456810393606 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 506832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56544872977794836, "S11": -1.5225148496685579, "W12": -10.400361235565898, "S12": -16.613524347210458, "W13": -19.599305039733846, "S13": -19.599305039733846, "W21": -36.038672190514781, "S21": -36.038672190514781, "W22": -71.822805411453558, "S22": -96.822805411453558, "W31": -101.55341360076105, "S31": -101.55341360076105, "W32": -102.98150467036686, "S32": -107.98150467036686 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24486394294131325, "S11": -0.28772699794397899, "W12": -10.012446625454084, "S12": -19.668007353231822, "W13": -19.668007353231822, "S13": -19.668007353231822, "W21": -35.597595789441144, "S21": -35.597595789441144, "W22": -73.211009174311926, "S22": -79.408589670752747, "W31": -104.14052578531832, "S31": -104.14052578531832, "W32": -104.14052578531832, "S32": -106.86936173950139 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 507249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23599720165568708, "S11": 0.23599720165568708, "W12": -9.1123054099341783, "S12": -20.4720830754218, "W13": -30.3664164042398, "S13": -30.3664164042398, "W21": -39.330170544280172, "S21": -39.335964359380128, "W22": -61.687558393023984, "S22": -61.687558393023984, "W31": -79.594677197796443, "S31": -79.594677197796443, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 510097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -12.481528542519648, "W13": -25.085936691540777, "S13": -26.83301271493259, "W21": -38.954096056520932, "S21": -38.954096056520932, "W22": -42.851601854406788, "S22": -42.851601854406788, "W31": -63.281298074027383, "S31": -65.715687214298882, "W32": -95.402270258907606, "S32": -100.40227025890761 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 511267.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56522332909633732, "S11": 0.37595454193982103, "W12": -9.4703231774641168, "S12": -9.4703231774641168, "W13": -15.0, "S13": -15.0, "W21": -38.350636429873504, "S21": -40.651502763923553, "W22": -40.825572425112881, "S22": -41.721180694057132, "W31": -66.56456920377839, "S31": -75.304105257964792, "W32": -96.910456764961026, "S32": -101.91045676496103 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 511881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43979030745545161, "S11": 0.43979030745545161, "W12": -14.184345783375271, "S12": -14.184345783375271, "W13": -20.357324538784685, "S13": -23.264531511825716, "W21": -36.875289834516664, "S21": -44.018025329438842, "W22": -60.0, "S22": -60.0, "W31": -78.253204791140988, "S31": -78.253204791140988, "W32": -89.646849833731281, "S32": -94.646849833731281 }, "geometry": { "type": "Point", "coordinates": [ 104055.0, 514007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36578776276832214, "S11": 0.36578776276832209, "W12": -9.478510206915562, "S12": -9.478510206915562, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -36.073377159390304, "S21": -36.073377159390304, "W22": -47.225360411039688, "S22": -47.225360411039688, "W31": -65.046358034933661, "S31": -66.786619453834021, "W32": -92.475267244072811, "S32": -97.475267244072811 }, "geometry": { "type": "Point", "coordinates": [ 104055.6, 501766.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40973320628859045, "S11": 0.40973320628859045, "W12": -9.9884125310114644, "S12": -15.982022920623139, "W13": -29.819390215588204, "S13": -29.819390215588204, "W21": -39.452086198275104, "S21": -39.452086198275104, "W22": -39.736698956162478, "S22": -42.462326049911269, "W31": -67.432904493619006, "S31": -76.287752259462764, "W32": -97.293210791580194, "S32": -102.29321079158019 }, "geometry": { "type": "Point", "coordinates": [ 104055.6, 510778.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2895079229799675, "S12": -5.2895079229799675, "W13": -18.014963266383486, "S13": -19.08947006648506, "W21": -43.96389819332046, "S21": -43.96389819332046, "W22": -44.085309709460191, "S22": -44.124549893568094, "W31": -65.818836430018393, "S31": -70.256782203818418, "W32": -93.822484879985254, "S32": -98.822484879985254 }, "geometry": { "type": "Point", "coordinates": [ 104056.0, 520816.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18918899452606547, "S11": 0.13881285963637913, "W12": -3.5476976729874967, "S12": -5.1443973429548873, "W13": -19.360894147893443, "S13": -19.360894147893443, "W21": -33.783456480704821, "S21": -33.783456480704821, "W22": -64.524235889835381, "S22": -64.524235889835381, "W31": -88.173735167912326, "S31": -88.173735167912326, "W32": -93.853272105597966, "S32": -98.853272105597966 }, "geometry": { "type": "Point", "coordinates": [ 104056.333333333328483, 507600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6815983134467845, "S11": 1.6815983134467845, "W12": -7.7580893915567923, "S12": -8.4648210988738661, "W13": -16.630362494355268, "S13": -16.696219793877475, "W21": -33.223326544939745, "S21": -36.123585896431983, "W22": -41.238156806397321, "S22": -41.238156806397321, "W31": -76.055482317876994, "S31": -77.967464522523557, "W32": -98.192665829576399, "S32": -103.1926658295764 }, "geometry": { "type": "Point", "coordinates": [ 104057.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57342685462838494, "S11": -0.57342685462838494, "W12": -5.0, "S12": -5.0, "W13": -21.800058904320515, "S13": -21.800058904320515, "W21": -31.83389556149465, "S21": -39.723614706045026, "W22": -41.993695773850675, "S22": -53.869680025819179, "W31": -66.003294804321897, "S31": -71.527559799286323, "W32": -94.373044442700419, "S32": -99.373044442700419 }, "geometry": { "type": "Point", "coordinates": [ 104057.0, 508654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19796351784361624, "S11": -0.88986039627188618, "W12": -5.0, "S12": -5.0, "W13": -25.869447708578146, "S13": -25.869447708578146, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -44.049096259596233, "W31": -67.174068478855489, "S31": -75.917887645325933, "W32": -97.859718452797424, "S32": -102.85971845279742 }, "geometry": { "type": "Point", "coordinates": [ 104057.4, 509706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2866457394953379, "S12": -5.2866457394953379, "W13": -17.930686948771758, "S13": -18.870010421576282, "W21": -43.990230295457593, "S21": -43.990230295457593, "W22": -49.362184646912894, "S22": -49.362184646912894, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104057.666666666671517, 520859.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.403775844724338, "S11": -1.403775844724338, "W12": -5.2605715223035219, "S12": -5.2605715223035219, "W13": -15.121358617769058, "S13": -15.121358617769058, "W21": -45.087718983579286, "S21": -45.087718983579286, "W22": -44.860808687781699, "S22": -44.860808687781699, "W31": -65.695044526903217, "S31": -69.668173780435566, "W32": -93.611394516270565, "S32": -98.611394516270565 }, "geometry": { "type": "Point", "coordinates": [ 104057.811320754713961, 522527.924528301868122 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7140548500782344, "S11": 1.7140548500782344, "W12": -7.8213773314203729, "S12": -8.6528753665717311, "W13": -16.659211927582533, "S13": -16.820536223573217, "W21": -33.369944242339848, "S21": -36.25601022858519, "W22": -61.53785248797125, "S22": -75.111933007753123, "W31": -95.169752064552142, "S31": -95.169752064552142, "W32": -102.28957839983703, "S32": -107.28957839983703 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82907246525519696, "S11": 0.019968070669622917, "W12": -7.6718691155391268, "S12": -8.2421159289728241, "W13": -22.480718169174359, "S13": -26.484251830695747, "W21": -33.680100521363229, "S21": -40.772896680281164, "W22": -40.0, "S22": -43.055766078926084, "W31": -66.839521701633856, "S31": -75.453566004399605, "W32": -98.077875248910175, "S32": -103.07787524891017 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 505648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83053917738154426, "S11": -1.0546839516339099, "W12": -5.7525453776389179, "S12": -20.68391844520459, "W13": -23.230453920220103, "S13": -23.230453920220103, "W21": -35.838361194310323, "S21": -35.838361194310323, "W22": -60.452039096208509, "S22": -60.452039096208509, "W31": -74.846824776403963, "S31": -75.736297243169517, "W32": -95.030120566888854, "S32": -100.03012056688885 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 509185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7427542454212186, "S11": -0.7427542454212186, "W12": -5.1553347289417824, "S12": -12.184496647516319, "W13": -23.157858432937989, "S13": -23.582410400616567, "W21": -39.689905873649977, "S21": -39.689905873649977, "W22": -53.242293060474879, "S22": -53.242293060474879, "W31": -78.534840682541088, "S31": -78.534840682541088, "W32": -93.233597382469426, "S32": -98.233597382469426 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 509533.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61624879591053161, "S11": 0.61624879591053161, "W12": -9.1794064586050563, "S12": -22.571095128103387, "W13": -30.992383683352731, "S13": -30.992383683352731, "W21": -40.0, "S21": -40.003764106302278, "W22": -40.722806729585557, "S22": -42.297566812923812, "W31": -66.64981290476689, "S31": -75.197761349841983, "W32": -97.240622395807179, "S32": -102.24062239580718 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 510275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68842203738205399, "S11": 0.68842203738205399, "W12": -9.8395389666847297, "S12": -10.54839554302313, "W13": -29.386799557181181, "S13": -29.386799557181181, "W21": -39.83233375956636, "S21": -39.83233375956636, "W22": -40.0, "S22": -43.414641868667857, "W31": -66.948266924891684, "S31": -75.542297100037942, "W32": -97.997070740464537, "S32": -102.99707074046454 }, "geometry": { "type": "Point", "coordinates": [ 104058.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2811275343802428, "S12": -5.2811275343802428, "W13": -17.325888740618357, "S13": -17.325888740618357, "W21": -44.192560818736808, "S21": -44.192560818736808, "W22": -38.11093036569536, "S22": -39.08845387319284, "W31": -67.805100696411827, "S31": -77.101761206570075, "W32": -95.408440455978649, "S32": -100.40844045597865 }, "geometry": { "type": "Point", "coordinates": [ 104058.222222222218988, 521168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38587812127755639, "S11": 0.38587812127755639, "W12": -13.704176114890508, "S12": -13.704176114890508, "W13": -19.976101694689181, "S13": -21.35935082596119, "W21": -36.092993691226205, "S21": -42.83112975542101, "W22": -45.349890893469535, "S22": -45.349890893469535, "W31": -65.49422464152947, "S31": -66.982715691977674, "W32": -97.751335709037832, "S32": -102.75133570903783 }, "geometry": { "type": "Point", "coordinates": [ 104058.833333333328483, 513818.416666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45822065926958916, "S11": 0.45822065926958916, "W12": -9.3709943248217353, "S12": -9.3709943248217353, "W13": -15.0, "S13": -17.125301139867044, "W21": -38.634435813990038, "S21": -41.109081228011377, "W22": -39.321883003947725, "S22": -44.55137873546537, "W31": -60.267785003923912, "S31": -60.267785003923912, "W32": -96.800278319558572, "S32": -101.80027831955857 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 500340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2406666326698037, "S11": 2.205267354862428, "W12": -10.507825784227498, "S12": -12.693993714423463, "W13": -15.06869980606044, "S13": -18.491610711891674, "W21": -39.686367385786795, "S21": -42.686367385786795, "W22": -33.107668946698645, "S22": -38.041480043520039, "W31": -68.477487252722284, "S31": -68.477487252722284, "W32": -88.623083486204749, "S32": -93.623083486204749 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 500614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64829120803416962, "S11": 0.14829120803416962, "W12": -5.0, "S12": -9.5303224304504717, "W13": -20.193605398457585, "S13": -24.450408179288903, "W21": -36.310702485725436, "S21": -43.665286173358972, "W22": -42.394218942189426, "S22": -42.394218942189426, "W31": -66.043262062598643, "S31": -66.043262062598643, "W32": -89.920958503358875, "S32": -94.920958503358875 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 504257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3541703188757779, "S11": -3.645829681124221, "W12": -8.1288170888989484, "S12": -8.1656821542256619, "W13": -19.730126507511532, "S13": -26.357311232146948, "W21": -33.235270871969675, "S21": -36.996426966371473, "W22": -38.18221170487211, "S22": -40.006300700037677, "W31": -68.016157339622637, "S31": -75.496315079352087, "W32": -94.09863903109003, "S32": -99.09863903109003 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 505336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58548072647672056, "S11": 0.58548072647672056, "W12": -7.3688874923988319, "S12": -8.7106482892155519, "W13": -23.901451193355545, "S13": -27.841257425752719, "W21": -33.699405861016352, "S21": -41.12021284560349, "W22": -42.755523284355334, "S22": -42.965234703996209, "W31": -77.882607998600704, "S31": -81.991137036676093, "W32": -98.074946362689928, "S32": -103.07494636268993 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 505698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43154555515460841, "S11": -2.7696109917268452, "W12": -6.9948645016327955, "S12": -9.3112570441297002, "W13": -25.0, "S13": -28.884160395986111, "W21": -33.72269921148596, "S21": -41.559781325255273, "W22": -38.956845860031521, "S22": -38.956845860031521, "W31": -68.052567150353767, "S31": -74.425884510043616, "W32": -93.295230365838435, "S32": -98.295230365838435 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59452694606193235, "S11": -0.79031963615473599, "W12": -10.196701846965682, "S12": -12.701371982876003, "W13": -19.768726895561294, "S13": -19.768726895561294, "W21": -37.816426406297111, "S21": -37.816426406297111, "W22": -41.130181327882696, "S22": -41.130181327882696, "W31": -75.905905459090306, "S31": -77.653122463539134, "W32": -98.180646005463785, "S32": -103.18064600546379 }, "geometry": { "type": "Point", "coordinates": [ 104059.0, 506981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2837835560107251, "S12": -5.2837835560107251, "W13": -17.846410631159912, "S13": -18.650550776667163, "W21": -44.01656239759479, "S21": -44.01656239759479, "W22": -44.909602766461418, "S22": -46.660545476924554, "W31": -65.538763536801341, "S31": -65.538763536801341, "W32": -90.783363121724832, "S32": -95.783363121724832 }, "geometry": { "type": "Point", "coordinates": [ 104059.333333333328483, 520902.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3020750107307357, "S12": -5.3020750107307357, "W13": -20.0, "S13": -20.0, "W21": -44.709952190467469, "S21": -48.73030032244224, "W22": -39.008687152262958, "S22": -39.742786967394203, "W31": -68.283321080361148, "S31": -71.223469834916131, "W32": -90.822949182170063, "S32": -95.822949182170063 }, "geometry": { "type": "Point", "coordinates": [ 104059.375, 519720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27427814391556221, "S11": 0.27427814391556221, "W12": -5.1877209238472872, "S12": -13.430403482685946, "W13": -19.090921051283345, "S13": -19.090921051283345, "W21": -34.829750069468396, "S21": -34.829750069468396, "W22": -73.82262996941941, "S22": -80.120285460636055, "W31": -104.01056330141645, "S31": -104.01056330141645, "W32": -104.01056330141645, "S32": -106.83180470341233 }, "geometry": { "type": "Point", "coordinates": [ 104059.666666666671517, 507400.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36218399509539279, "S11": 0.36218399509539279, "W12": -6.4383112767808086, "S12": -6.4383112767808086, "W13": -16.134904746557769, "S13": -18.734514162237247, "W21": -38.854723196991138, "S21": -38.854723196991138, "W22": -64.782392740535599, "S22": -64.782392740535599, "W31": -87.194211174246746, "S31": -87.194211174246746, "W32": -93.182848282442748, "S32": -98.182848282442748 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 497791.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83672453635124566, "S11": 0.83672453635124511, "W12": -7.6491111480312357, "S12": -7.6491111480312357, "W13": -19.58764680295781, "S13": -23.660693539101452, "W21": -33.348023986976834, "S21": -33.348023986976834, "W22": -64.058780652795832, "S22": -64.058780652795832, "W31": -81.484082505830045, "S31": -81.484082505830045, "W32": -93.991176058823541, "S32": -98.991176058823541 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 504831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42860694750301909, "S11": -1.1662011789078162, "W12": -6.0112150978418741, "S12": -21.426307872061923, "W13": -23.295867950481451, "S13": -23.395272439716447, "W21": -35.688211105622067, "S21": -35.688211105622067, "W22": -38.669733316256483, "S22": -41.004249954017673, "W31": -66.649240368523095, "S31": -71.933510123874271, "W32": -82.061590013913118, "S32": -87.061590013913118 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 509201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.12342782990616902, "W12": -9.7531839281959538, "S12": -9.7531839281959538, "W13": -14.9506377049766, "S13": -14.9506377049766, "W21": -38.158680576446976, "S21": -39.896570655627229, "W22": -45.146673008829751, "S22": -45.146673008829751, "W31": -64.833377588953809, "S31": -66.463684223516196, "W32": -97.451048991824976, "S32": -102.45104899182498 }, "geometry": { "type": "Point", "coordinates": [ 104060.0, 512089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19, "S11": 0.19, "W12": -4.81, "S12": -19.81, "W13": -22.809999, "S13": -22.809999, "W21": -34.810001, "S21": -40.310001, "W22": -40.077107821335538, "S22": -42.32887936438663, "W31": -70.0, "S31": -70.0, "W32": -97.056424340554614, "S32": -102.05642434055461 }, "geometry": { "type": "Point", "coordinates": [ 104060.4, 506564.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36932195792955291, "S11": 0.36932195792955291, "W12": -6.5299040794357239, "S12": -6.5299040794357239, "W13": -16.161075669259457, "S13": -18.753635454511592, "W21": -38.636008203635079, "S21": -38.636008203635079, "W22": -46.97804652887271, "S22": -50.556143843851586, "W31": -64.990796220380901, "S31": -65.566520992703019, "W32": -92.001765091756639, "S32": -97.001765091756639 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 497770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11814581964129976, "S11": 0.11814581964129976, "W12": -7.8668887833930343, "S12": -8.1359030555878888, "W13": -12.920681869496502, "S13": -12.920681869496502, "W21": -37.670327619215307, "S21": -40.676872525271641, "W22": -40.0, "S22": -44.274453376865509, "W31": -67.194519540491086, "S31": -75.661763386826053, "W32": -97.801133262088015, "S32": -102.80113326208802 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 499923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5939208759984123, "S12": -15.074385943558902, "W13": -20.639983867835749, "S13": -20.639983867835749, "W21": -37.044889407638877, "S21": -37.044889407638877, "W22": -62.14053428783447, "S22": -62.14053428783447, "W31": -100.48191462769618, "S31": -100.48191462769618, "W32": -100.48191462769618, "S32": -105.03674420702208 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 503617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58130995203835223, "S11": -0.58130995203835223, "W12": -5.9191033020792592, "S12": -17.03832676694239, "W13": -23.624120510720147, "S13": -23.624120510720147, "W21": -32.803657160045645, "S21": -33.080200095665248, "W22": -64.757281553398059, "S22": -70.463620864801143, "W31": -102.25640575640577, "S31": -102.25640575640577, "W32": -102.25640575640577, "S32": -105.55963427707773 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 508101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74941807695400919, "S11": -0.74941807695400919, "W12": -4.783288371093656, "S12": -4.783288371093656, "W13": -20.795772200244411, "S13": -20.795772200244411, "W21": -31.776205351130532, "S21": -32.472757075268461, "W22": -61.996176637403103, "S22": -61.996176637403103, "W31": -80.661538518731618, "S31": -80.661538518731618, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 508535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20464080828838083, "S11": -0.20464080828838083, "W12": -9.7081689805705285, "S12": -10.260565385096106, "W13": -23.273857569707012, "S13": -24.541075200561007, "W21": -38.919712533165232, "S21": -39.104282074995467, "W22": -60.0, "S22": -60.171968577516914, "W31": -78.081091206197215, "S31": -78.081091206197215, "W32": -89.447886008061104, "S32": -94.447886008061104 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 511397.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54979924717691342, "S11": 0.41603578864153079, "W12": -9.241443108233117, "S12": -9.241443108233117, "W13": -15.629098140384823, "S13": -16.690787446890798, "W21": -38.440451225712138, "S21": -40.594182724783167, "W22": -37.47437564280628, "S22": -45.190131778989965, "W31": -62.864695832592666, "S31": -62.864695832592666, "W32": -98.002625308258146, "S32": -103.00262530825815 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 511837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42356603868641635, "S11": 0.42356603868641635, "W12": -14.074455909018782, "S12": -14.074455909018782, "W13": -20.23581421938324, "S13": -22.824477475908303, "W21": -36.680865577480908, "S21": -43.7015582130825, "W22": -45.998385786143608, "S22": -48.461074896134065, "W31": -65.293497989351849, "S31": -66.393828656471442, "W32": -91.174963239594916, "S32": -96.174963239594916 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 513959.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2809213725260955, "S12": -5.2809213725260955, "W13": -17.762134313548181, "S13": -18.431091131758382, "W21": -44.042894499731936, "S21": -44.042894499731936, "W22": -44.495794220087149, "S22": -44.495794220087149, "W31": -65.757148315842073, "S31": -69.675792858305144, "W32": -93.680090446144703, "S32": -98.680090446144703 }, "geometry": { "type": "Point", "coordinates": [ 104061.0, 520946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39711498896494973, "S11": 0.39711498896494973, "W12": -8.8313676085966915, "S12": -8.8313676085966915, "W13": -14.891237648635069, "S13": -16.66936722890927, "W21": -38.485774255804344, "S21": -40.92400972176987, "W22": -37.89155915983158, "S22": -38.737194265617113, "W31": -67.972837642259194, "S31": -76.470982370124887, "W32": -94.753901860407041, "S32": -99.753901860407041 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 500284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77693576032638867, "S11": -0.77693576032638867, "W12": -9.5602730109204366, "S12": -9.5602730109204366, "W13": -14.948320953519655, "S13": -16.873785782540587, "W21": -39.017884322678839, "S21": -39.017884322678839, "W22": -57.15536374845869, "S22": -57.15536374845869, "W31": -78.916526983293835, "S31": -78.916526983293835, "W32": -92.135575860050722, "S32": -97.135575860050722 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 502063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4051725359575917, "S11": -3.5948274640424085, "W12": -7.9536049564148481, "S12": -8.8615162988098657, "W13": -19.638518705004621, "S13": -26.342770404655329, "W21": -32.894589063836221, "S21": -37.490790996660571, "W22": -65.010389810289766, "S22": -86.563787868542192, "W31": -97.704846228451643, "S31": -97.704846228451643, "W32": -103.11058383314673, "S32": -108.11058383314673 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 505380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12598964741818713, "S11": 0.12598964741818713, "W12": -4.873547471921051, "S12": -18.3775065942095, "W13": -22.491751158366959, "S13": -22.491751158366959, "W21": -35.116574324724496, "S21": -40.025107580394454, "W22": -37.426035409979896, "S22": -37.426035409979896, "W31": -60.0, "S31": -64.650070126227206, "W32": -84.539657983860863, "S32": -89.539657983860863 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0045665122435473438, "S11": -2.0188416327478111, "W12": -4.9159238938121907, "S12": -4.9159238938121907, "W13": -22.836879709296969, "S13": -22.836879709296969, "W21": -33.124250503194808, "S21": -33.124250503194808, "W22": -37.419933199174025, "S22": -37.419933199174025, "W31": -60.0, "S31": -64.640953716690035, "W32": -84.566835305431283, "S32": -89.566835305431283 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 508799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3573124161420167, "S11": 0.3573124161420167, "W12": -9.1524430980991518, "S12": -12.108891017233638, "W13": -18.437869504460927, "S13": -23.348499445295211, "W21": -38.603360708851277, "S21": -40.186124756897669, "W22": -41.920643803408581, "S22": -47.509843847022744, "W31": -75.94692234030309, "S31": -77.960525957715717, "W32": -98.246429636682379, "S32": -103.24642963668238 }, "geometry": { "type": "Point", "coordinates": [ 104062.0, 511694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2767311782262327, "S12": -5.2767311782262327, "W13": -17.417597050665613, "S13": -17.524141642523063, "W21": -44.15722581244011, "S21": -44.15722581244011, "W22": -43.493750650833363, "S22": -48.493750650833363, "W31": -79.947087605096456, "S31": -80.934497072655859, "W32": -99.435763183220757, "S32": -104.43576318322076 }, "geometry": { "type": "Point", "coordinates": [ 104062.111111111109494, 521122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59, "S11": -0.59, "W12": -5.77, "S12": -18.97, "W13": -24.27, "S13": -24.27, "W21": -32.669998, "S21": -32.969998, "W22": -39.72560627113171, "S22": -40.204718712964741, "W31": -66.813806911256393, "S31": -66.813806911256393, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104062.4, 508110.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.278059189041465, "S12": -5.278059189041465, "W13": -17.677857995936449, "S13": -18.211631486849601, "W21": -44.069226601869076, "S21": -44.069226601869076, "W22": -39.181364923856265, "S22": -39.181364923856265, "W31": -69.33547012247729, "S31": -75.062928570077403, "W32": -84.968734308572962, "S32": -89.968734308572962 }, "geometry": { "type": "Point", "coordinates": [ 104062.666666666671517, 520989.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3200001, "S11": -1.3200001, "W12": -1.38, "S12": -1.38, "W13": -20.530001, "S13": -20.530001, "W21": -31.815733909079466, "S21": -31.978696409446869, "W22": -37.295643080706583, "S22": -37.295643080706583, "W31": -60.0, "S31": -64.449321405679569, "W32": -85.163264155199641, "S32": -90.163264155199641 }, "geometry": { "type": "Point", "coordinates": [ 104062.9, 508174.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67719837418288142, "S11": 0.42719837418288142, "W12": -5.0, "S12": -11.038504813101639, "W13": -21.845431323505931, "S13": -25.835447895188562, "W21": -37.876791517198527, "S21": -44.087104965124894, "W22": -58.624741653956193, "S22": -58.624741653956193, "W31": -72.727564850555297, "S31": -73.225181204398623, "W32": -97.557852514655977, "S32": -102.55785251465598 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 504136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.26547515257192678, "W12": -5.0, "S12": -14.848704765184873, "W13": -19.071665127535585, "S13": -22.600813048123896, "W21": -35.155431421580516, "S21": -40.341409403477527, "W22": -60.200216959107621, "S22": -60.200216959107621, "W31": -75.248296210289297, "S31": -76.035080306144238, "W32": -92.084982436062305, "S32": -97.084982436062305 }, "geometry": { "type": "Point", "coordinates": [ 104063.0, 504343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.299079310395254, "S11": -1.299079310395254, "W12": -7.7325316771644088, "S12": -12.882978315624502, "W13": -22.081817587179135, "S13": -23.07509836956811, "W21": -37.494142505930377, "S21": -37.494142505930377, "W22": -46.612720312434533, "S22": -46.612720312434533, "W31": -65.124167801571602, "S31": -67.355534838231691, "W32": -92.882976785785743, "S32": -97.882976785785743 }, "geometry": { "type": "Point", "coordinates": [ 104063.333333333328483, 509363.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67672522839075278, "S11": -0.67672522839075278, "W12": -5.0000000000000009, "S12": -9.0585310266242836, "W13": -23.840267684730666, "S13": -24.134707097327468, "W21": -40.0, "S21": -40.0, "W22": -49.544348085633857, "S22": -52.204670991679478, "W31": -79.270905565100421, "S31": -79.270905565100421, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104063.6, 509578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4746970579824745, "S11": -1.4746970579824745, "W12": -5.2517749493792376, "S12": -5.2517749493792376, "W13": -15.119766340604464, "S13": -15.119766340604464, "W21": -45.11213859097284, "S21": -45.11213859097284, "W22": -66.124900347450023, "S22": -66.124900347450023, "W31": -82.432234254452467, "S31": -82.432234254452467, "W32": -92.722398698885556, "S32": -97.722398698885556 }, "geometry": { "type": "Point", "coordinates": [ 104063.924528301882674, 522577.169811320782173 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69296443716415534, "S11": 0.69296443716415534, "W12": -5.0, "S12": -14.00655439072675, "W13": -22.826505089822419, "S13": -26.379030272603835, "W21": -38.858505224375037, "S21": -38.858505224375037, "W22": -41.039365603307409, "S22": -44.393662659020691, "W31": -79.944036556443621, "S31": -79.944036556443621, "W32": -100.24868151046162, "S32": -105.24868151046162 }, "geometry": { "type": "Point", "coordinates": [ 104064.0, 504060.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0760947665777494, "S11": -1.6070768627297107, "W12": -8.8121939661980733, "S12": -8.8121939661980733, "W13": -20.834569492371003, "S13": -24.420372256540357, "W21": -34.693493936098335, "S21": -34.694501916930243, "W22": -38.101940110134613, "S22": -39.961738568447473, "W31": -64.283507343799897, "S31": -69.495445284932813, "W32": -82.135823429541603, "S32": -87.135823429541603 }, "geometry": { "type": "Point", "coordinates": [ 104064.0, 505106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1248805199770562, "S12": -5.1248805199770562, "W13": -22.136685529516836, "S13": -22.136685529516836, "W21": -31.860117991110847, "S21": -35.640411991905445, "W22": -37.80230029183025, "S22": -38.922131755222516, "W31": -68.018752877529678, "S31": -76.428959370149371, "W32": -94.627044574852818, "S32": -99.627044574852818 }, "geometry": { "type": "Point", "coordinates": [ 104064.0, 508699.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1787468935193992, "S12": -5.1787468935193992, "W13": -22.256645545530141, "S13": -22.256645545530141, "W21": -32.076877660858251, "S21": -33.493246353746613, "W22": -39.669887166744282, "S22": -42.769290247159873, "W31": -67.505020084561764, "S31": -75.837915703188486, "W32": -97.233000819657832, "S32": -102.23300081965783 }, "geometry": { "type": "Point", "coordinates": [ 104064.0, 508716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.275197005556854, "S12": -5.275197005556854, "W13": -17.5935816783246, "S13": -17.992171841940479, "W21": -44.095558704006265, "S21": -44.095558704006265, "W22": -66.912817728306237, "S22": -100.06980526476872, "W31": -100.06980526476872, "S31": -100.06980526476872, "W32": -103.3819233138569, "S32": -108.3819233138569 }, "geometry": { "type": "Point", "coordinates": [ 104064.333333333328483, 521032.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49647802528597229, "S11": -1.3595768915544433, "W12": -10.503360718262535, "S12": -17.0427599928198, "W13": -19.446460570182477, "S13": -19.446460570182477, "W21": -36.194833214192151, "S21": -36.376989348021148, "W22": -68.792392605399655, "S22": -78.777147136216058, "W31": -103.27266877266877, "S31": -103.27266877266877, "W32": -103.27266877266877, "S32": -105.83528848350643 }, "geometry": { "type": "Point", "coordinates": [ 104065.0, 507119.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8452380952380953, "W12": -10.085512842034582, "S12": -10.085512842034582, "W13": -15.110236220472441, "S13": -18.184345384112632, "W21": -43.883179971040214, "S21": -51.764823490585854, "W22": -42.963760229711177, "S22": -42.963760229711177, "W31": -80.558450647633236, "S31": -80.558450647633236, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 501372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4469119431443929, "S12": -9.4469119431443929, "W13": -15.582728659547655, "S13": -18.350216632503059, "W21": -38.813165905631664, "S21": -47.885846217793187, "W22": -36.278482889884756, "S22": -41.278482889884756, "W31": -69.689068421472058, "S31": -69.689068421472058, "W32": -86.134651268545085, "S32": -91.134651268545085 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 502187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88319162173371879, "S11": 0.88319162173371879, "W12": -7.6432408484244334, "S12": -7.6432408484244334, "W13": -19.89546179498333, "S13": -23.237520790880964, "W21": -33.677369550967242, "S21": -33.677369550967242, "W22": -46.658291273858019, "S22": -49.689673310112617, "W31": -65.121231519025145, "S31": -65.840313081812084, "W32": -91.427939980957149, "S32": -96.427939980957149 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 504860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35637932471860923, "S11": -0.032482827223639044, "W12": -4.3359862862555332, "S12": -12.706112179417012, "W13": -23.65319634106827, "S13": -23.65319634106827, "W21": -34.720532045058107, "S21": -40.080410396038076, "W22": -46.860304454333061, "S22": -50.681178108415111, "W31": -64.997536152821169, "S31": -65.390957056639053, "W32": -91.9866981382132, "S32": -96.9866981382132 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27507338551859106, "S11": -0.27507338551859106, "W12": -9.7459739293046699, "S12": -10.137519705663385, "W13": -23.828539870002974, "S13": -25.904563261815838, "W21": -39.002009737359757, "S21": -39.002009737359757, "W22": -60.0, "S22": -60.0, "W31": -73.898757462369659, "S31": -73.898757462369659, "W32": -89.611953245260878, "S32": -94.611953245260878 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 511354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.95156581740976642, "W12": -12.310819131962134, "S12": -12.310819131962134, "W13": -21.189712413337499, "S13": -25.39945867369849, "W21": -40.027103554674056, "S21": -41.857192869668559, "W22": -49.275081643502702, "S22": -49.275081643502702, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 514887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.294098963198226, "S12": -5.294098963198226, "W13": -20.0, "S13": -20.0, "W21": -44.931484231005527, "S21": -47.759803816967036, "W22": -39.962512744835301, "S22": -41.331615392723869, "W31": -69.186797992667834, "S31": -69.186797992667834, "W32": -93.842921850341611, "S32": -98.842921850341611 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 519673.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2723348220722235, "S12": -5.2723348220722235, "W13": -17.509305360712869, "S13": -17.772712197031698, "W21": -44.121890806143405, "S21": -44.121890806143405, "W22": -62.312191715046481, "S22": -62.312191715046481, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104066.0, 521076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3387220315958885, "S11": -1.3441715283825955, "W12": -6.0696295651383769, "S12": -13.411439758463402, "W13": -20.023290823486679, "S13": -20.023290823486679, "W21": -33.37288937082387, "S21": -33.420796664804556, "W22": -66.943305094768093, "S22": -66.943305094768093, "W31": -82.837924152923307, "S31": -82.837924152923307, "W32": -92.309689572010285, "S32": -97.309689572010285 }, "geometry": { "type": "Point", "coordinates": [ 104066.6, 507992.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.6350386261323848, "W12": -5.0653276736262018, "S12": -9.0806897407198974, "W13": -16.96432412792797, "S13": -19.397591170827944, "W21": -33.345241881847308, "S21": -33.774417100743285, "W22": -56.19490075971521, "S22": -56.19490075971521, "W31": -79.018077800105644, "S31": -79.32340713545608, "W32": -92.635266957143784, "S32": -97.635266957143784 }, "geometry": { "type": "Point", "coordinates": [ 104066.75, 504530.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44033360368686769, "S11": 0.44033360368686769, "W12": -10.0, "S12": -10.515611508931581, "W13": -14.434817621189488, "S13": -14.596077440799613, "W21": -35.785006674629379, "S21": -38.782324085498189, "W22": -39.927180621997479, "S22": -41.145768694961667, "W31": -68.79615798642719, "S31": -68.79615798642719, "W32": -93.195466376995768, "S32": -98.195466376995768 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 499506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66254642458015023, "S11": 0.16875883541515418, "W12": -5.0, "S12": -9.1008031661040629, "W13": -20.317230791202512, "S13": -24.543160514382677, "W21": -36.43229377622464, "S21": -43.992275956584784, "W22": -37.836110565765907, "S22": -39.237040050080857, "W31": -67.081693349893513, "S31": -67.081693349893513, "W32": -89.330622337304206, "S32": -94.330622337304206 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 504244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83800311497473168, "S11": 0.79122049137778194, "W12": -7.5621088774436505, "S12": -7.5621088774436505, "W13": -19.579527330723501, "S13": -23.618206760299586, "W21": -33.350602292517763, "S21": -33.350602292517763, "W22": -40.0, "S22": -44.406093248660682, "W31": -67.184247394172658, "S31": -75.367308740643466, "W32": -97.763268161793548, "S32": -102.76326816179355 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 504837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88744952979117642, "S11": 0.88744952979117642, "W12": -7.6369828875228443, "S12": -7.6369828875228443, "W13": -19.922575032622881, "S13": -23.199386909942668, "W21": -33.707121316361288, "S21": -33.707121316361288, "W22": -41.309653321275839, "S22": -41.543229963612454, "W31": -75.759347356756749, "S31": -77.713516578093433, "W32": -98.18838033342692, "S32": -103.18838033342692 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 504863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55356385729568824, "S11": -0.90335534761571368, "W12": -10.025972955145118, "S12": -10.071506780272237, "W13": -19.833452144835061, "S13": -19.833452144835061, "W21": -38.108081710482928, "S21": -38.108081710482928, "W22": -38.717727956418557, "S22": -40.238394552880223, "W31": -66.268586562825377, "S31": -66.268586562825377, "W32": -98.044563159467629, "S32": -103.04456315946763 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 506920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72232332632498075, "S11": -0.72232332632498075, "W12": -4.8390960202449449, "S12": -4.8390960202449449, "W13": -21.051659619332476, "S13": -21.051659619332476, "W21": -31.759032464423065, "S21": -31.759032464423065, "W22": -50.835534243553028, "S22": -53.72186100902195, "W31": -84.442030004458175, "S31": -84.442030004458175, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20329079323924368, "S11": -0.51041506037723949, "W12": -7.1407042365705458, "S12": -13.710272433966022, "W13": -29.95749887307618, "S13": -29.95749887307618, "W21": -40.0, "S21": -40.003197364399007, "W22": -50.229830775285322, "S22": -50.229830775285322, "W31": -78.350229891775371, "S31": -78.350229891775371, "W32": -91.583864301704835, "S32": -96.583864301704835 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 509946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4073417699174019, "S11": 0.4073417699174019, "W12": -13.964566034662392, "S12": -13.964566034662392, "W13": -20.114303899981927, "S13": -22.384423439991512, "W21": -36.486441320445394, "S21": -43.385091096726512, "W22": -50.0, "S22": -50.035704721949479, "W31": -78.335752253718027, "S31": -78.335752253718027, "W32": -91.447821594627172, "S32": -96.447821594627172 }, "geometry": { "type": "Point", "coordinates": [ 104067.0, 513911.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68183936702703563, "S11": -0.68183936702703563, "W12": -5.0, "S12": -5.0, "W13": -21.169960175777423, "S13": -21.169960175777423, "W21": -31.794988701852532, "S21": -36.238289691757515, "W22": -38.786877006566897, "S22": -40.700840780787622, "W31": -66.470353900620452, "S31": -66.470353900620452, "W32": -98.046543588175453, "S32": -103.04654358817545 }, "geometry": { "type": "Point", "coordinates": [ 104067.166666666671517, 508574.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1161980006935082, "S12": -5.1161980006935082, "W13": -15.331073164285444, "S13": -20.308322764839065, "W21": -37.143557862698415, "S21": -38.344345905292194, "W22": -46.54796401392754, "S22": -46.54796401392754, "W31": -65.134108026629193, "S31": -67.327517082042021, "W32": -92.91249764925908, "S32": -97.91249764925908 }, "geometry": { "type": "Point", "coordinates": [ 104067.714285714289872, 502628.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80802888969772757, "S11": 0.72837316116897266, "W12": -7.5040150634103124, "S12": -7.5040150634103124, "W13": -19.369146005509641, "S13": -23.892378659307848, "W21": -33.133533195250905, "S21": -33.133533195250905, "W22": -38.974859194098599, "S22": -40.47337367788171, "W31": -68.383521795554046, "S31": -71.060854197091516, "W32": -90.465601198651527, "S32": -95.465601198651527 }, "geometry": { "type": "Point", "coordinates": [ 104068.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.099086798008834021, "S11": -0.16710589108759297, "W12": -8.8901638989326006, "S12": -18.792762249249765, "W13": -18.792762249249765, "S13": -18.792762249249765, "W21": -35.373501736235788, "S21": -35.373501736235788, "W22": -38.93095032312678, "S22": -39.267521317598394, "W31": -66.701260020692274, "S31": -66.701260020692274, "W32": -89.525090547332326, "S32": -94.525090547332326 }, "geometry": { "type": "Point", "coordinates": [ 104068.0, 507291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0632079850522231, "S11": 3.7351392679560744, "W12": -10.669353228528287, "S12": -10.669353228528287, "W13": -15.062579422767534, "S13": -17.713921738496332, "W21": -49.605526918671252, "S21": -54.974031775101381, "W22": -68.786407766990294, "S22": -78.786407766990294, "W31": -103.22569322569322, "S31": -103.22569322569322, "W32": -103.22569322569322, "S32": -105.79660287165427 }, "geometry": { "type": "Point", "coordinates": [ 104069.0, 500874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41324503311258276, "S11": -1.1861330009292643, "W12": -10.403195230618635, "S12": -17.398185344504679, "W13": -19.293768361431592, "S13": -19.293768361431592, "W21": -36.231170277053842, "S21": -36.486188864414437, "W22": -56.329107264979747, "S22": -56.329107264979747, "W31": -77.639880082274502, "S31": -77.639880082274502, "W32": -89.180165801926137, "S32": -94.180165801926137 }, "geometry": { "type": "Point", "coordinates": [ 104069.0, 507151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.85637480798771115, "W12": -5.1861238215998693, "S12": -5.1861238215998693, "W13": -22.362012108520933, "S13": -22.362012108520933, "W21": -32.269945977328831, "S21": -32.3454326678334, "W22": -40.870618513791221, "S22": -47.449174974742512, "W31": -71.230646022423912, "S31": -71.478112089454953, "W32": -97.938319110027436, "S32": -102.93831911002744 }, "geometry": { "type": "Point", "coordinates": [ 104069.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84156522441888904, "S11": -0.84156522441888904, "W12": -7.5998442973919813, "S12": -8.0132927299226484, "W13": -22.280211415019654, "S13": -23.139093769040858, "W21": -38.115703117863752, "S21": -38.115703117863752, "W22": -41.369674470924934, "S22": -44.04289733812687, "W31": -80.156974582147853, "S31": -80.156974582147853, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104069.0, 509407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.811407221074024, "S12": -9.811407221074024, "W13": -17.200001, "S13": -18.471988033985262, "W21": -31.70363996446034, "S21": -31.891358657064004, "W22": -60.0, "S22": -60.0, "W31": -78.094336202132595, "S31": -78.094336202132595, "W32": -89.502768695821203, "S32": -94.502768695821203 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 496812.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5284723218360825, "S11": 1.5284723218360825, "W12": -7.2301255931720236, "S12": -8.6394899953162092, "W13": -16.053532856213401, "S13": -16.514068938155326, "W21": -32.924054373522466, "S21": -35.839187847785468, "W22": -36.917022349735348, "S22": -39.194131244951315, "W31": -67.373484396756183, "S31": -67.373484396756183, "W32": -89.17143765894015, "S32": -94.17143765894015 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 498981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15835513725101169, "S11": 0.15835513725101169, "W12": -9.0907538061641286, "S12": -9.4084793709780978, "W13": -13.978854337602646, "S13": -18.648058410235095, "W21": -37.474819057072416, "S21": -40.534932457810072, "W22": -39.274365118896092, "S22": -39.274365118896092, "W31": -66.577605347353725, "S31": -66.577605347353725, "W32": -89.586726619058595, "S32": -94.586726619058595 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 499748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6148951291384996, "S12": -9.6148951291384996, "W13": -14.85991045082493, "S13": -15.932202740514178, "W21": -39.527669985533144, "S21": -39.527669985533144, "W22": -41.136574209623021, "S22": -56.136574209623021, "W31": -66.154272884261459, "S31": -71.545566460810235, "W32": -94.533790697433375, "S32": -99.533790697433375 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 501976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25660858691117983, "S11": 0.25660858691117983, "W12": -4.51849723155674, "S12": -16.235339694980446, "W13": -22.994915718350068, "S13": -22.994915718350068, "W21": -34.824547661090236, "S21": -40.261382482665937, "W22": -40.0, "S22": -43.019545273234939, "W31": -66.742402865095571, "S31": -74.732051858646656, "W32": -97.277231699113429, "S32": -102.27723169911343 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 506537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2128141413469849, "S11": 0.2128141413469849, "W12": -4.0703892673652691, "S12": -6.1205984723861899, "W13": -19.319699940021305, "S13": -19.319699940021305, "W21": -34.134370003094588, "S21": -34.134370003094588, "W22": -37.924976611698412, "S22": -40.058644013922972, "W31": -67.806742569217022, "S31": -77.307878254867603, "W32": -95.757094348775155, "S32": -100.75709434877515 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 507545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2096317790771838, "S11": -1.2096317790771838, "W12": -5.2472072822755527, "S12": -5.2472072822755527, "W13": -15.0, "S13": -15.0, "W21": -44.959373568965219, "S21": -45.128556874163429, "W22": -38.519527214241862, "S22": -40.52701427230474, "W31": -66.362995681318111, "S31": -71.551697742817595, "W32": -82.181223178068237, "S32": -87.181223178068237 }, "geometry": { "type": "Point", "coordinates": [ 104070.0, 522357.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5456182712405386, "S11": -1.5456182712405386, "W12": -5.2429783764549533, "S12": -5.2429783764549533, "W13": -15.118174063439845, "S13": -15.118174063439845, "W21": -45.136558198366366, "S21": -45.136558198366366, "W22": -52.649127878963093, "S22": -52.649127878963093, "W31": -75.239998, "S31": -75.239998, "W32": -88.352114566093306, "S32": -93.352114566093306 }, "geometry": { "type": "Point", "coordinates": [ 104070.037735849051387, 522626.415094339638017 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4737334742221178, "S12": -5.4737334742221186, "W13": -15.749206805570285, "S13": -15.749206805570285, "W21": -46.32266132400342, "S21": -46.32266132400342, "W22": -66.484879893984086, "S22": -66.484879893984086, "W31": -82.553813085912694, "S31": -82.553813085912694, "W32": -92.493057508929681, "S32": -97.493057508929681 }, "geometry": { "type": "Point", "coordinates": [ 104070.081632653062115, 524429.510204081656411 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52462459355601532, "S11": 0.23728693121835298, "W12": -4.484340733656671, "S12": -4.484340733656671, "W13": -27.799525917290616, "S13": -27.799525917290616, "W21": -34.37154792924678, "S21": -41.032137720095534, "W22": -43.055636325074879, "S22": -44.459094053669737, "W31": -80.501087255894674, "S31": -80.501087255894674, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104070.5, 506230.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29318333611627134, "S11": -0.29318333611627134, "W12": -9.7209689211849408, "S12": -10.029908730536839, "W13": -23.888428659765857, "S13": -26.182369530461152, "W21": -39.041200374377077, "S21": -39.041200374377077, "W22": -41.749655079113481, "S22": -47.267903254295959, "W31": -75.619304178368779, "S31": -77.499668985235729, "W32": -98.224827923089975, "S32": -103.22482792308998 }, "geometry": { "type": "Point", "coordinates": [ 104070.5, 511346.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2072192725612745, "S11": -1.7615393039882103, "W12": -9.093816631503616, "S12": -9.093816631503616, "W13": -20.449110946254553, "S13": -25.201094540393946, "W21": -43.276611256976651, "S21": -44.478063954679662, "W22": -37.991854444422778, "S22": -40.295747982916303, "W31": -68.096568195754713, "S31": -75.934718580952477, "W32": -94.111624422524656, "S32": -99.111624422524656 }, "geometry": { "type": "Point", "coordinates": [ 104070.719696969696088, 516131.598484848509543 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58632699851243819, "S11": -0.095130389885747513, "W12": -5.0, "S12": -9.5968882602545662, "W13": -19.738122153934338, "S13": -23.547270297290751, "W21": -35.862049399301945, "S21": -42.422042964443229, "W22": -60.729927728128807, "S22": -60.729927728128807, "W31": -74.426347467342012, "S31": -75.184599576008452, "W32": -96.33608008582506, "S32": -101.33608008582506 }, "geometry": { "type": "Point", "coordinates": [ 104071.0, 504285.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6118992212983745, "S11": -1.6118992212983745, "W12": -7.8368497555388634, "S12": -13.590943786178215, "W13": -21.931362271920559, "S13": -23.364511959613722, "W21": -37.292970637015884, "S21": -37.292970637015884, "W22": -38.979560995882338, "S22": -42.069106507888677, "W31": -59.3523462856067, "S31": -62.225117113394795, "W32": -90.854229548796994, "S32": -95.854229548796994 }, "geometry": { "type": "Point", "coordinates": [ 104071.0, 509352.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78471810743579629, "S11": 0.78471810743579629, "W12": -9.7675041711891524, "S12": -9.7675041711891524, "W13": -29.217642763647149, "S13": -29.217642763647149, "W21": -39.916029330059622, "S21": -39.916029330059622, "W22": -56.392983572650259, "S22": -56.392983572650259, "W31": -78.96855641623587, "S31": -78.96855641623587, "W32": -92.497906776354299, "S32": -97.497906776354299 }, "geometry": { "type": "Point", "coordinates": [ 104071.0, 510528.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60249330604848006, "S11": 0.60249330604848006, "W12": -9.979933652052603, "S12": -11.147673911792221, "W13": -29.681328725684491, "S13": -29.681328725684491, "W21": -39.501492807154484, "S21": -39.501492807154484, "W22": -33.838721559795978, "S22": -35.73067372437626, "W31": -68.756011665659415, "S31": -68.756011665659415, "W32": -87.981777860695061, "S32": -92.981777860695061 }, "geometry": { "type": "Point", "coordinates": [ 104071.2, 510736.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27400871581939923, "S11": 0.27400871581939923, "W12": -7.9157336846120936, "S12": -7.9157336846120936, "W13": -14.27034881592914, "S13": -15.48279233641002, "W21": -38.306835960245252, "S21": -41.823283041651763, "W22": -41.441103313493826, "S22": -45.102150807179385, "W31": -66.421256652980716, "S31": -73.250354181511142, "W32": -95.49923945019529, "S32": -100.49923945019529 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 500190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39200426439232405, "S11": 0.39200426439232405, "W12": -8.8973330918083278, "S12": -8.8973330918083278, "W13": -15.000000000000002, "S13": -16.869960476971858, "W21": -38.658740534358593, "S21": -41.191845356727903, "W22": -40.0, "S22": -43.816799881845675, "W31": -66.898073373977397, "S31": -74.705167974691022, "W32": -97.882465486194477, "S32": -102.88246548619448 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 500293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58, "S11": -1.02, "W12": -3.72, "S12": -4.557783273608238, "W13": -24.818159732038357, "S13": -24.818159732038357, "W21": -34.589832556311947, "S21": -39.763858237771743, "W22": -38.864424554899017, "S22": -41.031342473493702, "W31": -68.125527350235842, "S31": -75.649279825319027, "W32": -93.833562242477456, "S32": -98.833562242477456 }, "geometry": { "type": "Point", "coordinates": [ 104072.0, 506423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8031763730062682, "S12": -9.8031763730062682, "W13": -17.247147699876997, "S13": -18.763861298854639, "W21": -29.251675441386052, "S21": -29.533291185912873, "W22": -48.672967296276795, "S22": -51.789958950201687, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104073.0, 496935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38358863576852575, "S11": 0.38358863576852575, "W12": -8.8381720099386758, "S12": -8.8381720099386758, "W13": -15.0, "S13": -16.835096314216496, "W21": -38.652462972297691, "S21": -41.183582113186517, "W22": -48.786688794573323, "S22": -51.443280820028228, "W31": -87.458437002259032, "S31": -87.458437002259032, "W32": -95.588045313004642, "S32": -100.58804531300464 }, "geometry": { "type": "Point", "coordinates": [ 104073.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39111750114836669, "S11": 0.39111750114836669, "W12": -13.8546761603059, "S12": -13.8546761603059, "W13": -19.997650668172458, "S13": -21.949226491666074, "W21": -36.292017063409645, "S21": -43.06862398037017, "W22": -70.432340786266835, "S22": -80.656677097895042, "W31": -103.68446145500572, "S31": -103.68446145500572, "W32": -103.68446145500572, "S32": -105.88282719108626 }, "geometry": { "type": "Point", "coordinates": [ 104073.0, 513864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11217245539221185, "S11": 0.11217245539221185, "W12": -7.490801142161077, "S12": -7.490801142161077, "W13": -13.308638792246521, "S13": -14.301504143711757, "W21": -37.874918545096428, "S21": -41.543310587671186, "W22": -70.0, "S22": -80.149600394249106, "W31": -103.49188716774155, "S31": -103.49188716774155, "W32": -103.49188716774155, "S32": -105.83115850336549 }, "geometry": { "type": "Point", "coordinates": [ 104073.5, 500050.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4558830705705705, "S11": 1.4558830705705705, "W12": -6.9716786558680015, "S12": -8.116301782440587, "W13": -15.760675850193717, "S13": -16.447985049297881, "W21": -32.548266351457841, "S21": -35.545099496036407, "W22": -40.0, "S22": -40.0, "W31": -66.185016262131455, "S31": -66.185016262131455, "W32": -89.782341408738276, "S32": -94.782341408738276 }, "geometry": { "type": "Point", "coordinates": [ 104074.0, 498936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2843220060216058, "S12": -5.2843220060216058, "W13": -20.0, "S13": -20.0, "W21": -45.111810215239878, "S21": -47.737970260827638, "W22": -40.0, "S22": -44.280752725653592, "W31": -67.08082510455705, "S31": -74.909699785327192, "W32": -97.780759147208755, "S32": -102.78075914720876 }, "geometry": { "type": "Point", "coordinates": [ 104074.0, 519625.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33025896394246851, "S11": 0.33025896394246851, "W12": -6.983760439561598, "S12": -6.983760439561598, "W13": -19.010203271083224, "S13": -20.877565670804167, "W21": -34.633662681468849, "S21": -34.633662681468849, "W22": -37.621539722401806, "S22": -39.972252495890402, "W31": -68.108376783018869, "S31": -76.256099706861193, "W32": -94.277437882382316, "S32": -99.277437882382316 }, "geometry": { "type": "Point", "coordinates": [ 104074.2, 503230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47070114213197967, "S11": -0.7931378708985497, "W12": -9.2287917737789211, "S12": -10.471104442317005, "W13": -19.951298666843542, "S13": -19.951298666843542, "W21": -37.669092655141036, "S21": -37.669092655141036, "W22": -38.851612687773745, "S22": -39.830148774481444, "W31": -69.399084887360857, "S31": -74.602864028868893, "W32": -82.728718240551672, "S32": -87.728718240551672 }, "geometry": { "type": "Point", "coordinates": [ 104074.5, 506872.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0520230256142598, "S11": -2.0006303542388042, "W12": -8.5855427058168772, "S12": -8.5855427058168772, "W13": -19.951884140822656, "S13": -25.110090351573312, "W21": -34.257710969150203, "S21": -34.260059600546171, "W22": -40.0, "S22": -42.192441505762858, "W31": -59.174990839905576, "S31": -61.945233054438447, "W32": -92.23438588344554, "S32": -97.23438588344554 }, "geometry": { "type": "Point", "coordinates": [ 104074.666666666671517, 505146.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.751667746921342, "S11": 4.4989460452297001, "W12": -10.633435651478816, "S12": -10.633435651478816, "W13": -14.726966487341393, "S13": -17.773285386397522, "W21": -52.472527472527474, "S21": -62.472527472527474, "W22": -50.0, "S22": -50.0, "W31": -78.174800041146185, "S31": -78.174800041146185, "W32": -89.998188618210079, "S32": -94.998188618210079 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 500938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31178435899477241, "S11": 0.31178435899477241, "W12": -6.0177518578099969, "S12": -6.0177518578099969, "W13": -18.059870070477885, "S13": -19.685015817650108, "W21": -33.269999807744803, "S21": -33.972474409351079, "W22": -60.0, "S22": -60.0, "W31": -77.979689216439311, "S31": -77.979689216439311, "W32": -89.352822804022281, "S32": -94.352822804022281 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 503085.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70431933579298511, "S11": 0.62369007733501325, "W12": -5.0, "S12": -12.781972746594095, "W13": -22.395827789899673, "S13": -25.905395840308628, "W21": -38.455769577993365, "S21": -38.455769577993365, "W22": -39.532598699004609, "S22": -39.532598699004609, "W31": -66.459573326155819, "S31": -66.459573326155819, "W32": -89.636768324834449, "S32": -94.636768324834449 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 504086.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.05869531770860037, "W12": -5.0, "S12": -10.066006600660069, "W13": -19.193309556411808, "S13": -22.611279059459015, "W21": -35.291805022379258, "S21": -40.800043939484503, "W22": -42.88778194833391, "S22": -42.88778194833391, "W31": -65.760752697412187, "S31": -65.760752697412187, "W32": -90.17116567452139, "S32": -95.17116567452139 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 504327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.2719033592428799, "W12": -5.0743352787679532, "S12": -8.6856695530052814, "W13": -16.684758167069926, "S13": -19.889029668706762, "W21": -33.141224320978466, "S21": -33.141224320978466, "W22": -43.610913098178465, "S22": -44.563091088119648, "W31": -65.906405246676655, "S31": -69.785357632245294, "W32": -93.856992028952249, "S32": -98.856992028952249 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 504551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.587772633587635, "S12": -7.587772633587635, "W13": -15.810671187457659, "S13": -15.810671187457659, "W21": -46.0, "S21": -46.0, "W22": -62.338818804836528, "S22": -62.338818804836528, "W31": -100.64683485607054, "S31": -100.64683485607054, "W32": -100.64683485607054, "S32": -104.95719592005189 }, "geometry": { "type": "Point", "coordinates": [ 104075.0, 524762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.279879547988475, "S11": -1.279879547988475, "W12": -5.2389639898231861, "S12": -5.2389639898231861, "W13": -14.99999999999998, "S13": -14.99999999999998, "W21": -44.984332800234277, "S21": -45.156222456779354, "W22": -62.646740882101199, "S22": -62.646740882101199, "W31": -80.815519360540335, "S31": -80.815519360540335, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104075.69230769231217, 522406.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35032263494557286, "S11": 0.35032263494557286, "W12": -8.5939781250057035, "S12": -8.5939781250057035, "W13": -14.859521979429742, "S13": -16.545340186977864, "W21": -38.609714441272317, "S21": -41.178887681120401, "W22": -40.0, "S22": -47.239893637036417, "W31": -69.225592183875733, "S31": -69.225592183875733, "W32": -97.692776592502284, "S32": -102.69277659250228 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 500262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58844227757586787, "S11": 0.58844227757586787, "W12": -9.2250057974147168, "S12": -27.647689760220363, "W13": -31.111607107535239, "S13": -31.111607107535239, "W21": -40.0, "S21": -40.003663771482231, "W22": -60.907427592650265, "S22": -60.907427592650265, "W31": -79.384048709683825, "S31": -79.384048709683825, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 510262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93152599470365494, "S11": 0.93152599470365494, "W12": -9.4746712972653615, "S12": -9.4746712972653597, "W13": -30.545983446920047, "S13": -30.545983446920047, "W21": -40.0, "S21": -40.001463818431162, "W22": -41.211156955804029, "S22": -43.986739303143899, "W31": -79.99871083007794, "S31": -79.99871083007794, "W32": -100.05296971789119, "S32": -105.05296971789119 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 510380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -8.0, "W13": -15.831458291306545, "S13": -15.831458291306545, "W21": -46.0, "S21": -46.0, "W22": -46.622976975534009, "S22": -49.410252760287236, "W31": -65.027885847764466, "S31": -65.237387191481318, "W32": -92.06158867142787, "S32": -97.06158867142787 }, "geometry": { "type": "Point", "coordinates": [ 104076.0, 524894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6165394844986025, "S11": -1.6165394844986025, "W12": -5.2341818035306709, "S12": -5.2341818035306709, "W13": -15.116581786275225, "S13": -15.116581786275225, "W21": -45.160977805759885, "S21": -45.160977805759885, "W22": -41.241494181398231, "S22": -47.766970821217285, "W31": -66.384416852432352, "S31": -72.701232432007856, "W32": -95.169768270765772, "S32": -100.16976827076577 }, "geometry": { "type": "Point", "coordinates": [ 104076.1509433962201, 522675.660377358493861 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2470179736199487, "S12": -5.2470179736199487, "W13": -16.057850802371679, "S13": -16.057850802371679, "W21": -44.596724366660524, "S21": -44.623349902726687, "W22": -43.181425112013173, "S22": -43.181425112013173, "W31": -65.677386849871823, "S31": -65.677386849871823, "W32": -90.320080910685135, "S32": -95.320080910685135 }, "geometry": { "type": "Point", "coordinates": [ 104076.5, 521818.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8003058103975542, "S12": -7.8003058103975542, "W13": -16.525159782063579, "S13": -19.024253768559749, "W21": -35.243627460165769, "S21": -35.604791288184238, "W22": -34.929408377177026, "S22": -36.512503615272266, "W31": -68.740746458964239, "S31": -68.740746458964239, "W32": -87.214444140310192, "S32": -92.214444140310192 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 497474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5, "W12": -10.08576464663421, "S12": -10.08576464663421, "W13": -15.057431965741124, "S13": -18.558274115327944, "W21": -45.39025643420991, "S21": -53.507082098672797, "W22": -44.057374448732382, "S22": -45.958231643697353, "W31": -65.501857918744733, "S31": -65.501857918744733, "W32": -90.628351934418987, "S32": -95.628351934418987 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 501343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.014198397150455636, "S11": -0.44641081582323477, "W12": -5.5227303481007848, "S12": -11.351262460057905, "W13": -26.314895024897282, "S13": -26.314895024897282, "W21": -33.822233852501164, "S21": -43.132194937022142, "W22": -40.0, "S22": -44.560784979820845, "W31": -67.368773502379767, "S31": -75.081185883970392, "W32": -97.556701546126234, "S32": -102.55670154612623 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5352979698755731, "S11": -0.5352979698755731, "W12": -5.1093481169948358, "S12": -5.1093481169948358, "W13": -21.918096880485329, "S13": -21.918096880485329, "W21": -31.569228985434222, "S21": -41.569228985434222, "W22": -48.510650627373174, "S22": -51.50735530409797, "W31": -79.784337771734627, "S31": -79.784337771734627, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 508663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.43401452665271467, "W12": -5.0000000000000009, "S12": -19.280047352475602, "W13": -22.856731774415426, "S13": -22.856731774415426, "W21": -36.549431206419868, "S21": -37.218963219252899, "W22": -38.316492983834692, "S22": -38.316492983834692, "W31": -65.724889897735579, "S31": -65.724889897735579, "W32": -98.015359985103245, "S32": -103.01535998510325 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 509120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9689209348582792, "S11": -0.15393275317074129, "W12": -5.3355192034139396, "S12": -20.123308129596637, "W13": -22.953037138927115, "S13": -22.953037138927115, "W21": -36.342576768873293, "S21": -37.235832453069136, "W22": -42.912723357222184, "S22": -43.557515742146755, "W31": -80.581689538045978, "S31": -80.581689538045978, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 509141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34258245533669263, "S11": 0.34258245533669263, "W12": -9.1888046943344204, "S12": -26.654607094384161, "W13": -30.065633108486512, "S13": -30.065633108486512, "W21": -40.0, "S21": -40.005322662746018, "W22": -40.0, "S22": -43.530115676106902, "W31": -66.808191695210695, "S31": -74.409996299498445, "W32": -97.311381138364851, "S32": -102.31138113836485 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 510172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24103091018066616, "S11": 0.24103091018066616, "W12": -9.1671166347875683, "S12": -11.473758030981204, "W13": -20.071905786434151, "S13": -20.071905786434151, "W21": -38.791912207785842, "S21": -40.004288295042485, "W22": -39.010489626655691, "S22": -42.549939105258993, "W31": -67.675025062484863, "S31": -75.416326614711778, "W32": -96.660417502310736, "S32": -101.66041750231074 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 511617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24577842692350585, "S11": 0.24577842692350585, "W12": -10.151055276381909, "S12": -10.151055276381909, "W13": -19.621406307124829, "S13": -24.251332871934338, "W21": -37.337178001484148, "S21": -39.052526838693453, "W22": -37.640291615420601, "S22": -37.640291615420601, "W31": -60.0, "S31": -64.891070593735392, "W32": -83.595977756407578, "S32": -88.595977756407578 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 513145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6705338835384422, "S12": -7.6705338835384422, "W13": -19.934914525112255, "S13": -23.824288823622592, "W21": -45.639347502204387, "S21": -47.413993979491018, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -77.878419346537754, "S31": -77.878419346537754, "W32": -89.202876912223374, "S32": -94.202876912223374 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 517154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5210212208599279, "S12": -5.5210212208599279, "W13": -20.0, "S13": -20.0, "W21": -47.061336420397396, "S21": -47.061336420397396, "W22": -41.376404038322008, "S22": -43.792462432481742, "W31": -75.463212395636205, "S31": -77.192519569149297, "W32": -98.184094837277414, "S32": -103.18409483727741 }, "geometry": { "type": "Point", "coordinates": [ 104077.0, 518669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13581265044747501, "S11": -0.27971789220475635, "W12": -9.4398135117379329, "S12": -18.635968246190544, "W13": -18.860106817252991, "S13": -18.860106817252991, "W21": -35.571387745476677, "S21": -35.571387745476677, "W22": -39.252328541061424, "S22": -42.046666345849175, "W31": -61.101173359526946, "S31": -61.101173359526946, "W32": -96.527995502338285, "S32": -101.52799550233829 }, "geometry": { "type": "Point", "coordinates": [ 104077.666666666671517, 507278.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57760859352484695, "S11": -0.96601902755114166, "W12": -10.07133905013192, "S12": -10.24059463558169, "W13": -19.777516839614066, "S13": -19.777516839614066, "W21": -38.061020375005008, "S21": -38.061020375005008, "W22": -49.066256042575986, "S22": -52.255317625055632, "W31": -80.649249997547415, "S31": -80.649249997547415, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104078.0, 506926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69201882266102688, "S11": -2.2354399676165819, "W12": -10.427795849298109, "S12": -14.706331332799799, "W13": -19.567703680338656, "S13": -19.567703680338656, "W21": -36.781209761394521, "S21": -36.781209761394521, "W22": -68.667219781564953, "S22": -68.667219781564953, "W31": -99.946362223873535, "S31": -99.946362223873535, "W32": -103.2853858312976, "S32": -108.2853858312976 }, "geometry": { "type": "Point", "coordinates": [ 104078.5, 507059.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.12847114369137103, "W12": -5.0, "S12": -10.211052003039876, "W13": -18.648496958889275, "S13": -21.675287821627279, "W21": -34.828643556597477, "S21": -39.285127825666677, "W22": -34.518798647648048, "S22": -34.518798647648048, "W31": -68.727099260607787, "S31": -68.727099260607787, "W32": -87.545373121876494, "S32": -92.545373121876494 }, "geometry": { "type": "Point", "coordinates": [ 104079.0, 504368.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.067602365286304811, "S11": -0.014960182098077299, "W12": -5.0, "S12": -10.209481808158765, "W13": -28.213737528779738, "S13": -28.213737528779738, "W21": -40.0, "S21": -40.000260163706145, "W22": -40.0, "S22": -40.0, "W31": -66.147424463640249, "S31": -66.147424463640249, "W32": -89.788100020883093, "S32": -94.788100020883093 }, "geometry": { "type": "Point", "coordinates": [ 104079.0, 509842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6894383224066569, "S12": -15.398119395431992, "W13": -21.460334294292501, "S13": -22.341171814559932, "W21": -37.561512362217748, "S21": -37.561512362217748, "W22": -40.0, "S22": -44.399004419523905, "W31": -67.066163928530898, "S31": -74.609769369475643, "W32": -97.745854059830705, "S32": -102.74585405983071 }, "geometry": { "type": "Point", "coordinates": [ 104080.0, 503708.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18380140817705282, "S11": -2.0460593653265819, "W12": -6.2154484472022045, "S12": -10.184897856435995, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -33.780401733562456, "S21": -42.291797766093211, "W22": -37.529064976334112, "S22": -40.252202679718216, "W31": -68.148019897405661, "S31": -76.375860626868715, "W32": -94.222374828318138, "S32": -99.222374828318138 }, "geometry": { "type": "Point", "coordinates": [ 104080.0, 505884.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82760003636769108, "S11": -0.82760003636769108, "W12": -5.4642797988952987, "S12": -12.120850044743145, "W13": -22.726506908745851, "S13": -23.289459104930614, "W21": -39.474466697379746, "S21": -39.474466697379746, "W22": -38.967795044766184, "S22": -40.343775653520908, "W31": -68.185132600235846, "S31": -75.164699647940466, "W32": -93.326882257460355, "S32": -98.326882257460355 }, "geometry": { "type": "Point", "coordinates": [ 104080.0, 509502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30435608629886524, "S11": 0.30435608629886524, "W12": -6.3816046497498569, "S12": -6.3816046497498569, "W13": -18.569224496860077, "S13": -20.326396054984567, "W21": -33.79486244803077, "S21": -33.79486244803077, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -77.999370190516984, "S31": -77.999370190516984, "W32": -89.820428098331149, "S32": -94.820428098331149 }, "geometry": { "type": "Point", "coordinates": [ 104080.2, 503141.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26764696959302436, "S11": 0.26764696959302436, "W12": -10.129921033740143, "S12": -10.129921033740143, "W13": -19.573487072942683, "S13": -23.83296466097638, "W21": -36.908823379527703, "S21": -38.24227483763049, "W22": -51.471145246988264, "S22": -51.471145246988264, "W31": -77.679370157388249, "S31": -77.679370157388249, "W32": -89.208008153572223, "S32": -94.208008153572223 }, "geometry": { "type": "Point", "coordinates": [ 104080.428571428565192, 513096.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13982986744044743, "S11": 0.13982986744044743, "W12": -9.1506869662086885, "S12": -9.4487703133494705, "W13": -14.009536292611438, "S13": -18.609405907015212, "W21": -37.740651561592742, "S21": -40.740651561592742, "W22": -60.0, "S22": -74.320008824786612, "W31": -93.158551928334262, "S31": -93.158551928334262, "W32": -101.77171314666572, "S32": -106.77171314666572 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 499744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1095234552286001, "S11": 0.1095234552286001, "W12": -8.4909766060155967, "S12": -8.7001391544328541, "W13": -13.14804696319711, "S13": -18.14804696319711, "W21": -37.952584677766872, "S21": -41.078133092365029, "W22": -40.0, "S22": -47.476776491388001, "W31": -69.999999999999986, "S31": -70.074510242561715, "W32": -97.840978360256017, "S32": -102.84097836025602 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0743372107887001, "S12": -8.0743372107887001, "W13": -15.0, "S13": -18.357560785333508, "W21": -40.0, "S21": -46.873289708506846, "W22": -39.246818724683486, "S22": -39.246818724683486, "W31": -66.519039948323453, "S31": -66.519039948323453, "W32": -89.591881941842871, "S32": -94.591881941842871 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 502313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066798857868020284, "S11": -0.066798857868020284, "W12": -5.0, "S12": -5.0, "W13": -16.213242799218708, "S13": -20.225286678999531, "W21": -35.15694066621576, "S21": -37.626519597583069, "W22": -40.287725041819861, "S22": -53.289329373515443, "W31": -66.283936121122096, "S31": -71.694887278765123, "W32": -94.709966697220125, "S32": -99.709966697220125 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 502822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49827435334145165, "S11": -1.058026438028008, "W12": -7.3572814416178112, "S12": -8.3333367198732695, "W13": -23.722219686943824, "S13": -27.249979858630951, "W21": -33.709727114546695, "S21": -40.941103433405836, "W22": -37.826044095675691, "S22": -41.419425446191852, "W31": -67.802540399992296, "S31": -76.313585261317044, "W32": -95.973823267818844, "S32": -100.97382326781884 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.46631800418022684, "W12": -4.7847809276589928, "S12": -5.0406713984288478, "W13": -28.965389640672772, "S13": -28.965389640672772, "W21": -34.074103753755317, "S21": -41.843556434258772, "W22": -42.412077804025927, "S22": -44.201803034817523, "W31": -77.146814988657098, "S31": -80.424941141368279, "W32": -98.275132985473491, "S32": -103.27513298547349 }, "geometry": { "type": "Point", "coordinates": [ 104081.0, 506156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3501273168998162, "S11": -1.3501273168998162, "W12": -5.2307206973708391, "S12": -5.2307206973708391, "W13": -15.000000000000036, "S13": -15.000000000000036, "W21": -45.009292031503385, "S21": -45.178997891633493, "W22": -46.539827380513003, "S22": -47.716871977472117, "W31": -65.059363718401912, "S31": -65.432642333646498, "W32": -92.218707011056992, "S32": -97.218707011056992 }, "geometry": { "type": "Point", "coordinates": [ 104081.384615384609788, 522455.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19760656944541818, "S11": -0.2226299870822441, "W12": -10.014125642377508, "S12": -18.625153537042323, "W13": -18.694444440422288, "S13": -18.694444440422288, "W21": -35.457915491317564, "S21": -35.633740358085781, "W22": -42.042487223191735, "S22": -42.042487223191735, "W31": -62.140853382925066, "S31": -64.587453996678533, "W32": -95.310093543075354, "S32": -100.31009354307535 }, "geometry": { "type": "Point", "coordinates": [ 104082.0, 507260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81552596753175899, "S11": -0.81552596753175899, "W12": -5.2351692295950292, "S12": -13.711808616314183, "W13": -23.125246534356794, "S13": -23.570283060935218, "W21": -40.0, "S21": -40.0, "W22": -60.166880627593706, "S22": -60.166880627593706, "W31": -75.321988745552162, "S31": -76.090313587457999, "W32": -92.169662867769773, "S32": -97.169662867769773 }, "geometry": { "type": "Point", "coordinates": [ 104082.0, 509538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2745450488449848, "S12": -5.2745450488449848, "W13": -20.0, "S13": -20.0, "W21": -45.280958929443621, "S21": -47.709931576789764, "W22": -38.391250946711878, "S22": -39.982526838069234, "W31": -68.21140414841777, "S31": -74.848702605962416, "W32": -93.0400799101009, "S32": -98.0400799101009 }, "geometry": { "type": "Point", "coordinates": [ 104082.0, 519578.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6874606977566891, "S11": -1.6874606977566891, "W12": -5.2253852306063679, "S12": -5.2253852306063679, "W13": -15.114989509110552, "S13": -15.114989509110552, "W21": -45.185397413153403, "S21": -45.185397413153403, "W22": -40.161210485785929, "S22": -43.806576892217599, "W31": -76.336310279527794, "S31": -76.336310279527794, "W32": -100.40881950325713, "S32": -105.40881950325713 }, "geometry": { "type": "Point", "coordinates": [ 104082.264150943403365, 522724.905660377349705 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0684467503217194, "S11": 1.0684467503217194, "W12": -5.7879001291143792, "S12": -6.5458609079301358, "W13": -15.0, "S13": -16.650414494921133, "W21": -31.395001977202202, "S21": -34.371515985812302, "W22": -38.184143063791844, "S22": -41.164170796532773, "W31": -67.023216249195471, "S31": -67.023216249195471, "W32": -87.950739979328176, "S32": -92.950739979328176 }, "geometry": { "type": "Point", "coordinates": [ 104082.857142857144936, 498728.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6117742410845857, "W12": -5.0, "S12": -9.7193572901965304, "W13": -18.14542329774013, "S13": -20.781035520168935, "W21": -34.435451127858229, "S21": -37.837202295831972, "W22": -63.512864472618716, "S22": -63.512864472618716, "W31": -81.036278182563223, "S31": -81.036278182563223, "W32": -94.625293964705889, "S32": -99.625293964705889 }, "geometry": { "type": "Point", "coordinates": [ 104083.0, 504410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36007713734733232, "S11": 0.36007713734733232, "W12": -4.8277203818089038, "S12": -11.52228105126497, "W13": -19.216647675953499, "S13": -19.216647675953499, "W21": -34.704224957118143, "S21": -34.704224957118143, "W22": -34.140547140265866, "S22": -38.650205774935131, "W31": -68.213443440146463, "S31": -68.213443440146463, "W32": -88.70312483142574, "S32": -93.70312483142574 }, "geometry": { "type": "Point", "coordinates": [ 104083.0, 507447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69992140012575943, "S11": 0.69992140012575943, "W12": -4.4576732019135088, "S12": -8.8091376370599512, "W13": -19.294939105909133, "S13": -19.294939105909133, "W21": -34.414853979254353, "S21": -34.414853979254353, "W22": -60.471709604726236, "S22": -75.471709604726243, "W31": -93.354270524911783, "S31": -93.354270524911783, "W32": -101.84168079352115, "S32": -106.84168079352115 }, "geometry": { "type": "Point", "coordinates": [ 104083.0, 507503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58610650743358539, "S11": 0.098059991162872784, "W12": -9.5908462880686152, "S12": -9.5908462880686152, "W13": -14.914509485191669, "S13": -14.914509485191669, "W21": -38.320135255414364, "S21": -39.319291054203369, "W22": -39.857128500352331, "S22": -39.857128500352331, "W31": -66.294480197281104, "S31": -66.294480197281104, "W32": -89.702128637604432, "S32": -94.702128637604432 }, "geometry": { "type": "Point", "coordinates": [ 104083.0, 512088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8007217136707103, "S11": 1.8007217136707103, "W12": -10.196980174435648, "S12": -11.415654183876358, "W13": -15.0, "S13": -18.3749665744933, "W21": -39.643970567629822, "S21": -42.643970567629822, "W22": -46.429650146869022, "S22": -50.408291593877607, "W31": -65.016949333489009, "S31": -65.342892637081761, "W32": -91.898695283266136, "S32": -96.898695283266136 }, "geometry": { "type": "Point", "coordinates": [ 104083.5, 500533.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7920365886467535, "W12": -10.251441649022279, "S12": -10.251441649022279, "W13": -14.795754200859687, "S13": -19.552107940209655, "W21": -50.876285523032934, "S21": -59.756362729404685, "W22": -37.72974858196747, "S22": -37.9840863023053, "W31": -60.990862697785616, "S31": -65.990862697785616, "W32": -83.20086131203746, "S32": -88.20086131203746 }, "geometry": { "type": "Point", "coordinates": [ 104083.666666666671517, 501241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4627329192546585, "S11": 2.4627329192546585, "W12": -9.61968, "S12": -9.61968, "W13": -15.206855664546728, "S13": -16.817913815166367, "W21": -37.957361301705546, "S21": -45.2169585744087, "W22": -76.085626911314534, "S22": -82.665096784314315, "W31": -103.54133070160724, "S31": -103.54133070160724, "W32": -103.54133070160724, "S32": -106.75799949609468 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 501517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15688125353973947, "S11": -0.15688125353973947, "W12": -5.0, "S12": -5.0, "W13": -15.863974779765188, "S13": -20.480222856164353, "W21": -35.942978457896515, "S21": -38.942978457896515, "W22": -60.0, "S22": -60.0, "W31": -77.777149476636282, "S31": -77.777149476636282, "W32": -89.052931020424452, "S32": -94.052931020424452 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 502741.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.43766278867859, "W12": -5.988306460434683, "S12": -17.941290143226933, "W13": -22.930206710791293, "S13": -23.241887883489412, "W21": -35.819829255373044, "S21": -35.819829255373044, "W22": -40.0, "S22": -46.644846116267708, "W31": -65.976664089407464, "S31": -65.976664089407464, "W32": -96.761844112539592, "S32": -101.76184411253959 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 509239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80918126213932207, "S11": 0.80918126213932207, "W12": -9.8689657399965647, "S12": -9.8689657399965647, "W13": -29.230814268457248, "S13": -29.230814268457248, "W21": -39.843950034988723, "S21": -39.843950034988723, "W22": -43.064153620844152, "S22": -47.067491943442157, "W31": -80.166584119370015, "S31": -80.166584119370015, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 510551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8677124230859583, "S12": -10.859735528573513, "W13": -17.47500806191551, "S13": -27.093611828322206, "W21": -38.698957682525538, "S21": -40.489000482470281, "W22": -38.3356801391975, "S22": -39.184281444050484, "W31": -66.801977470886698, "S31": -66.801977470886698, "W32": -89.435007565373255, "S32": -94.435007565373255 }, "geometry": { "type": "Point", "coordinates": [ 104084.0, 511747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30274828218045247, "S11": 0.30274828218045247, "W12": -9.2638994654870359, "S12": -22.50701331240418, "W13": -30.171324627313709, "S13": -30.171324627313709, "W21": -40.0, "S21": -40.005224905198141, "W22": -36.979981855898153, "S22": -39.332706213214621, "W31": -59.38384099277404, "S31": -63.182770848137302, "W32": -87.078163771712155, "S32": -92.078163771712155 }, "geometry": { "type": "Point", "coordinates": [ 104084.4, 510128.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09, "S11": -0.09, "W12": -5.29, "S12": -11.59, "W13": -30.83, "S13": -30.83, "W21": -33.84, "S21": -43.34, "W22": -44.12512909510253, "S22": -44.12512909510253, "W31": -64.873266320634627, "S31": -66.98491307784019, "W32": -96.429866317019645, "S32": -101.42986631701964 }, "geometry": { "type": "Point", "coordinates": [ 104084.5, 506036.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8, "S11": 1.8, "W12": -8.0, "S12": -9.0, "W13": -17.0, "S13": -17.0, "W21": -34.238568519259893, "S21": -37.085009210347749, "W22": -56.347883401016311, "S22": -56.347883401016311, "W31": -72.522800525141648, "S31": -73.114370492167069, "W32": -97.909595803764276, "S32": -102.90959580376428 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24250551752515614, "S11": 0.24250551752515614, "W12": -7.7946858308827718, "S12": -7.7946858308827718, "W13": -14.386486585410491, "S13": -15.579784854551194, "W21": -38.457553003353546, "S21": -42.237914380729052, "W22": -63.157396263040916, "S22": -63.157396263040916, "W31": -80.937724690317935, "S31": -80.937724690317935, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 500180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.7219815175364026, "W12": -5.0286454325177621, "S12": -8.83691814992088, "W13": -17.138755842890085, "S13": -19.040038730101731, "W21": -33.57705321221394, "S21": -34.647152740800045, "W22": -37.803165817788148, "S22": -39.162281275571942, "W31": -66.975593777425871, "S31": -66.975593777425871, "W32": -89.342105276411274, "S32": -94.342105276411274 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 504502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43411539226663004, "S11": -1.308024900362255, "W12": -10.048238023952097, "S12": -10.048238023952097, "W13": -17.865391856908037, "S13": -19.671177346222237, "W21": -33.995337119824526, "S21": -36.443716303571911, "W22": -45.466824030124961, "S22": -45.466824030124961, "W31": -65.458578439997908, "S31": -67.91857660888077, "W32": -93.317417398296215, "S32": -98.317417398296215 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 512741.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42255517456359104, "S11": -0.65552893699056658, "W12": -4.3315247976370852, "S12": -4.3315247976370852, "W13": -19.772508358541636, "S13": -19.772508358541636, "W21": -32.998216271528939, "S21": -32.998216271528939, "W22": -39.024779982530937, "S22": -39.459136099614831, "W31": -69.763518505557741, "S31": -75.057965972443498, "W32": -84.140226960800717, "S32": -89.140226960800717 }, "geometry": { "type": "Point", "coordinates": [ 104085.75, 507779.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83131944444444439, "S11": 0.83131944444444439, "W12": -5.0661669768767714, "S12": -6.9634348130520927, "W13": -15.0, "S13": -17.023768816444061, "W21": -32.568399727203435, "S21": -35.568399727203435, "W22": -54.412239275875635, "S22": -54.412239275875635, "W31": -78.62247256398777, "S31": -78.62247256398777, "W32": -94.286959703805749, "S32": -99.286959703805749 }, "geometry": { "type": "Point", "coordinates": [ 104086.0, 498601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0012591074351658293, "S11": -0.11456101547346637, "W12": -5.0, "S12": -16.909846164996324, "W13": -21.96766138643995, "S13": -21.96766138643995, "W21": -35.081484794804616, "S21": -39.517456200084986, "W22": -50.927238466393888, "S22": -50.927238466393888, "W31": -77.823940339887798, "S31": -77.823940339887798, "W32": -89.642667578452219, "S32": -94.642667578452219 }, "geometry": { "type": "Point", "coordinates": [ 104086.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4589731285988483, "S11": 0.64560368381243949, "W12": -5.0, "S12": -19.715957779710259, "W13": -22.820905089408548, "S13": -22.820905089408548, "W21": -36.582971021768124, "S21": -38.063808656026737, "W22": -41.739743761595861, "S22": -41.739743761595861, "W31": -61.73497884208394, "S31": -64.203718609906531, "W32": -95.219029184038106, "S32": -100.21902918403811 }, "geometry": { "type": "Point", "coordinates": [ 104086.0, 509120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69246906415899101, "S11": 0.69246906415899101, "W12": -9.9822889335456697, "S12": -11.930486861463287, "W13": -29.543267235780863, "S13": -29.543267235780863, "W21": -39.550899416033715, "S21": -39.550899416033715, "W22": -54.044040000283537, "S22": -54.044040000283537, "W31": -72.010653979117919, "S31": -72.693337208821461, "W32": -98.132006582330519, "S32": -103.13200658233052 }, "geometry": { "type": "Point", "coordinates": [ 104086.8, 510695.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070665773842739019, "S11": 0.070665773842739019, "W12": -8.3256501661559703, "S12": -8.5362837305457262, "W13": -13.312779408444342, "S13": -13.550698100682174, "W21": -38.054789257569908, "S21": -40.652930058304406, "W22": -44.693483370704136, "S22": -44.693483370704136, "W31": -64.645479288369842, "S31": -66.216546973283698, "W32": -97.771320115353305, "S32": -102.7713201153533 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 499925.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077840966791916211, "S11": -0.077840966791916211, "W12": -9.5316219969448692, "S12": -9.5316219969448692, "W13": -14.902863007723296, "S13": -14.902863007723296, "W21": -36.997670411028849, "S21": -36.997670411028849, "W22": -42.042366995426015, "S22": -42.70025155694195, "W31": -80.445447627481983, "S31": -80.445447627481983, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 501823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4653729510251123, "S12": -5.4653729510251123, "W13": -15.0, "S13": -18.205345253310671, "W21": -38.005789059857968, "S21": -38.005789059857968, "W22": -42.147492819039797, "S22": -42.856447096067214, "W31": -66.723539519844692, "S31": -74.093310578867261, "W32": -96.59520928924988, "S32": -101.59520928924988 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 502531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.0934644857058649, "W12": -5.0, "S12": -9.2276625773531862, "W13": -17.668326561684495, "S13": -19.912760143804093, "W21": -34.042258699118982, "S21": -36.37783585577737, "W22": -63.169158891382985, "S22": -63.169158891382985, "W31": -80.938143694314405, "S31": -80.938143694314405, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 504451.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088528893886058266, "S11": -0.24639828994573015, "W12": -5.7378846575542726, "S12": -15.834597770674375, "W13": -21.589751373467742, "S13": -21.589751373467742, "W21": -35.350876432768835, "S21": -39.176209298921492, "W22": -55.591237045782499, "S22": -55.591237045782499, "W31": -78.69732615785982, "S31": -78.69732615785982, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 506679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12714863498483309, "S11": -1.6257000880014143, "W12": -5.0, "S12": -5.0, "W13": -23.095566606103549, "S13": -23.095566606103549, "W21": -33.605070470818205, "S21": -33.605070470818205, "W22": -50.0, "S22": -50.0, "W31": -78.100123587994688, "S31": -78.100123587994688, "W32": -89.932040303010467, "S32": -94.932040303010467 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 508826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7089851546313373, "S12": -10.729739072462765, "W13": -24.651358737980939, "S13": -27.821436710690492, "W21": -38.596012427127562, "S21": -38.596012427127562, "W22": -36.906220317907618, "S22": -41.671235211054416, "W31": -69.658373602185719, "S31": -69.658373602185719, "W32": -86.312135173256706, "S32": -91.312135173256706 }, "geometry": { "type": "Point", "coordinates": [ 104087.0, 511281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4203750858111075, "S11": -1.4203750858111075, "W12": -5.2224774049184743, "S12": -5.2224774049184743, "W13": -15.000000000000007, "S13": -15.000000000000007, "W21": -45.034251262772429, "S21": -45.201773326487682, "W22": -42.726031976269788, "S22": -47.408826049447896, "W31": -66.055662177511252, "S31": -69.894922406185472, "W32": -94.033893611759765, "S32": -99.033893611759765 }, "geometry": { "type": "Point", "coordinates": [ 104087.076923076921958, 522504.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.884264592555144, "S11": -0.884264592555144, "W12": -5.5932885899930573, "S12": -9.2061669397132029, "W13": -20.218315848622311, "S13": -20.218315848622311, "W21": -33.664083480575023, "S21": -33.798276472618888, "W22": -39.532725692745203, "S22": -43.337792807495866, "W31": -67.650838783591794, "S31": -74.963693106099996, "W32": -97.087424356045418, "S32": -102.08742435604542 }, "geometry": { "type": "Point", "coordinates": [ 104087.666666666671517, 508013.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -17.680296523658427, "W13": -23.127579122968388, "S13": -23.127579122968388, "W21": -36.238607506679607, "S21": -36.946328248763969, "W22": -39.236489099568864, "S22": -40.940433335575442, "W31": -69.274763447435589, "S31": -73.807151878771108, "W32": -85.887781788871493, "S32": -90.887781788871493 }, "geometry": { "type": "Point", "coordinates": [ 104087.8, 509032.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40705633311569434, "S11": -3.766838751560059, "W12": -7.0100029713327618, "S12": -8.7650152747214189, "W13": -25.0, "S13": -28.345537134024941, "W21": -33.734408926988472, "S21": -41.287911219410162, "W22": -38.747861407067525, "S22": -39.580316159434204, "W31": -68.998721679352883, "S31": -74.050203227863108, "W32": -82.406772354059285, "S32": -87.406772354059285 }, "geometry": { "type": "Point", "coordinates": [ 104088.0, 505751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26693210035105741, "S11": 0.26693210035105741, "W12": -9.0699692801425265, "S12": -11.387192686918173, "W13": -20.0, "S13": -20.328145975239895, "W21": -38.866427195265985, "S21": -40.071629459521134, "W22": -37.498034278153128, "S22": -37.498034278153128, "W31": -59.660205546512252, "S31": -64.294263517526744, "W32": -84.2354810385918, "S32": -89.2354810385918 }, "geometry": { "type": "Point", "coordinates": [ 104088.0, 511619.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2165594143972385, "S12": -5.2165594143972385, "W13": -15.129695789960955, "S13": -15.129695789960955, "W21": -45.232576875954123, "S21": -45.232576875954123, "W22": -51.740196599550622, "S22": -51.740196599550622, "W31": -71.498507433094233, "S31": -72.27230392547591, "W32": -98.354417360896875, "S32": -103.35441736089687 }, "geometry": { "type": "Point", "coordinates": [ 104088.0, 522808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7583819110147532, "S11": -1.7583819110147532, "W12": -5.2165886576820837, "S12": -5.2165886576820837, "W13": -15.113397231945932, "S13": -15.113397231945932, "W21": -45.209817020546922, "S21": -45.209817020546922, "W22": -40.962734473005561, "S22": -44.588764257969963, "W31": -79.941246561836209, "S31": -79.941246561836209, "W32": -100.25025410889286, "S32": -105.25025410889286 }, "geometry": { "type": "Point", "coordinates": [ 104088.377358490572078, 522774.150943396205548 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26574785845210036, "S11": 0.26574785845210036, "W12": -8.0260062456110948, "S12": -8.0260062456110948, "W13": -14.62189158522748, "S13": -15.986813634225253, "W21": -38.592742802249248, "S21": -41.320427289541094, "W22": -33.15513948280821, "S22": -38.15513948280821, "W31": -68.614555703033204, "S31": -68.614555703033204, "W32": -88.479968065554061, "S32": -93.479968065554061 }, "geometry": { "type": "Point", "coordinates": [ 104088.5, 500205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.10507167805542594, "W12": -4.8605718969874996, "S12": -4.8605718969874996, "W13": -29.034271179174922, "S13": -29.034271179174922, "W21": -34.097577708618616, "S21": -42.155515043341182, "W22": -60.0, "S22": -60.0, "W31": -74.371656922154983, "S31": -74.371656922154983, "W32": -89.189088870281367, "S32": -94.189088870281367 }, "geometry": { "type": "Point", "coordinates": [ 104089.0, 506138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99565780856856545, "S11": -0.99565780856856545, "W12": -2.5658120655653249, "S12": -2.5658120655653249, "W13": -20.0, "S13": -20.0, "W21": -30.834702365810166, "S21": -34.096008087587755, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -77.702576962629919, "S31": -77.702576962629919, "W32": -89.040496284329492, "S32": -94.040496284329492 }, "geometry": { "type": "Point", "coordinates": [ 104089.6, 508350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9779746027162033, "S11": -2.4201263413410241, "W12": -11.659526982293883, "S12": -11.659526982293883, "W13": -21.084380773549981, "S13": -25.799484162342139, "W21": -40.187647688923995, "S21": -42.126747036661598, "W22": -34.111720980640037, "S22": -38.614048867186632, "W31": -68.198238287074375, "S31": -68.198238287074375, "W32": -88.695277563307457, "S32": -93.695277563307457 }, "geometry": { "type": "Point", "coordinates": [ 104089.967213114752667, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15436173453843804, "S11": -0.15436173453843804, "W12": -9.6126371337314254, "S12": -9.6126371337314254, "W13": -14.873679983578374, "S13": -14.873679983578374, "W21": -37.3602565739086, "S21": -37.3602565739086, "W22": -60.910136827905184, "S22": -60.910136827905184, "W31": -79.961582410743375, "S31": -79.961582410743375, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 501845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.041266593049548647, "S11": -0.13061531272259252, "W12": -7.9700456838510831, "S12": -17.591013975055997, "W13": -19.068330313126612, "S13": -19.068330313126612, "W21": -35.354167985098996, "S21": -35.354167985098996, "W22": -39.983167211794452, "S22": -41.360601935860807, "W31": -69.576428924309042, "S31": -69.576428924309042, "W32": -93.963435879567953, "S32": -98.963435879567953 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 507327.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27895433487756449, "S11": -1.65400068267141, "W12": -5.1783835933623701, "S12": -5.1783835933623701, "W13": -22.779148375573563, "S13": -22.779148375573563, "W21": -33.034930858794041, "S21": -33.034930858794041, "W22": -45.767857285955778, "S22": -45.767857285955778, "W31": -65.146301655344786, "S31": -66.293281119904591, "W32": -92.724660493781457, "S32": -97.724660493781457 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71063362620431403, "S11": 0.71063362620431403, "W12": -9.9827047080893205, "S12": -11.803177527002077, "W13": -29.515688102104072, "S13": -29.515688102104072, "W21": -39.560361804143668, "S21": -39.560361804143668, "W22": -45.788110851659042, "S22": -45.788110851659042, "W31": -65.149697058626757, "S31": -66.344177856132134, "W32": -92.748293769314955, "S32": -97.748293769314955 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 510687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34571714810485887, "S11": -0.34571714810485887, "W12": -9.5660629467268237, "S12": -9.5660629467268237, "W13": -23.801492558449098, "S13": -26.990576379111864, "W21": -38.827096944701033, "S21": -38.827096944701033, "W22": -50.0, "S22": -50.0, "W31": -71.111412482571822, "S31": -71.95402076199511, "W32": -98.522061092255484, "S32": -103.52206109225548 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 511341.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.068034491193737862, "S11": -0.068034491193737862, "W12": -9.388420871199294, "S12": -10.190314182420963, "W13": -22.47939589617231, "S13": -23.698499814139865, "W21": -39.078564725134726, "S21": -39.448282076803231, "W22": -49.808410843469275, "S22": -49.808410843469275, "W31": -70.986360887070504, "S31": -71.851270642130316, "W32": -98.576828139463132, "S32": -103.57682813946313 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 511437.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2647680916683637, "S12": -5.2647680916683637, "W13": -20.0, "S13": -20.0, "W21": -45.450107643647364, "S21": -47.68189289275189, "W22": -37.588652881055047, "S22": -40.820250572791835, "W31": -68.32890308850638, "S31": -74.079747528514517, "W32": -92.246597577725538, "S32": -97.246597577725538 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 519530.875 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2135203648491277, "S12": -5.2135203648491277, "W13": -15.133737285017386, "S13": -15.133737285017386, "W21": -45.247400304380086, "S21": -45.247400304380086, "W22": -40.0, "S22": -40.0, "W31": -66.038388685867375, "S31": -66.038388685867375, "W32": -89.819590741138299, "S32": -94.819590741138299 }, "geometry": { "type": "Point", "coordinates": [ 104090.0, 522834.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.19151817533856, "S11": -0.11001217032693655, "W12": -10.278489519112208, "S12": -10.278489519112208, "W13": -15.0, "S13": -15.0, "W21": -36.727663230240552, "S21": -40.298429153987584, "W22": -48.679868233358171, "S22": -51.558186983558379, "W31": -79.494836628895712, "S31": -79.494836628895712, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 501671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5920832533523459, "W12": -5.0, "S12": -8.9413744436000631, "W13": -17.428403438402043, "S13": -19.448006174337017, "W21": -33.853412058843496, "S21": -35.678161477057543, "W22": -41.44315475536856, "S22": -46.041694901353964, "W31": -75.16707743451596, "S31": -76.671522560205716, "W32": -98.179809341127921, "S32": -103.17980934112792 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.4258233471357666, "W12": -5.0169334655551623, "S12": -8.7529013300650043, "W13": -17.191229825628863, "S13": -19.044484767439258, "W21": -33.649066270379741, "S21": -34.918469415722782, "W22": -39.9706469833217, "S22": -41.294701925408589, "W31": -69.468473959281354, "S31": -69.468473959281354, "W32": -93.740853845996185, "S32": -98.740853845996185 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 504493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62154436516963663, "S11": -0.62154436516963663, "W12": -5.0, "S12": -5.0, "W13": -21.355367082434885, "S13": -21.355367082434885, "W21": -31.468475689963761, "S21": -36.913458157821502, "W22": -49.025311546179672, "S22": -49.025311546179672, "W31": -70.474214341046789, "S31": -71.430237358784723, "W32": -98.8410124883534, "S32": -103.8410124883534 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 508595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16347676419965573, "S11": -0.63502620016514966, "W12": -5.0, "S12": -5.0, "W13": -25.313160987074031, "S13": -25.313160987074031, "W21": -40.0, "S21": -40.0, "W22": -61.658444485047809, "S22": -69.145391926746385, "W31": -93.789316356550287, "S31": -93.789316356550287, "W32": -102.00560526173152, "S32": -107.00560526173152 }, "geometry": { "type": "Point", "coordinates": [ 104091.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11197883912813855, "S11": 0.11197883912813855, "W12": -8.9715240570793693, "S12": -9.2306220080616939, "W13": -13.701157339490599, "S13": -18.379280225175755, "W21": -38.092429714569775, "S21": -41.670589980271828, "W22": -51.717655522661907, "S22": -51.717655522661907, "W31": -77.700224841756992, "S31": -77.700224841756992, "W32": -89.464907058573289, "S32": -94.464907058573289 }, "geometry": { "type": "Point", "coordinates": [ 104091.142857142855064, 499773.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18526052256414061, "S11": 0.048736170049345551, "W12": -6.6289165722919083, "S12": -16.80059754390269, "W13": -19.129832699928162, "S13": -19.129832699928162, "W21": -35.14623170245526, "S21": -35.14623170245526, "W22": -40.713307663142601, "S22": -42.725075031324131, "W31": -73.917481289709016, "S31": -74.922950065454742, "W32": -98.115965058339469, "S32": -103.11596505833947 }, "geometry": { "type": "Point", "coordinates": [ 104091.333333333328483, 507369.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79982242313386531, "S11": -1.0511744977832611, "W12": -8.493134711116884, "S12": -8.493134711116884, "W13": -20.137054279337356, "S13": -24.525306280243267, "W21": -44.394673802486217, "S21": -48.386318750220696, "W22": -42.383356585966347, "S22": -43.014732740776815, "W31": -66.752768640895724, "S31": -73.875498104880961, "W32": -96.541669595076257, "S32": -101.54166959507626 }, "geometry": { "type": "Point", "coordinates": [ 104091.95689655172464, 516620.081896551710088 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5944111424541609, "W12": -10.105704321833354, "S12": -10.105704321833354, "W13": -14.966318874560375, "S13": -19.227503213239682, "W21": -47.327058713625107, "S21": -55.745872220303013, "W22": -60.315663591112497, "S22": -60.315663591112497, "W31": -74.952859873087363, "S31": -75.802330041826011, "W32": -94.706541903176429, "S32": -99.706541903176429 }, "geometry": { "type": "Point", "coordinates": [ 104092.0, 501306.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2104813153010161, "S12": -5.2104813153010161, "W13": -15.137778780073829, "S13": -15.137778780073829, "W21": -45.262223732806049, "S21": -45.262223732806049, "W22": -42.184937460218904, "S22": -42.184937460218904, "W31": -65.700062193900266, "S31": -65.700062193900266, "W32": -90.069282522302743, "S32": -95.069282522302743 }, "geometry": { "type": "Point", "coordinates": [ 104092.0, 522861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4906228547223985, "S11": -1.4906228547223985, "W12": -5.2142341124661078, "S12": -5.2142341124661078, "W13": -14.99999999999998, "S13": -14.99999999999998, "W21": -45.05921049404148, "S21": -45.2245487613419, "W22": -60.0, "S22": -60.0, "W31": -77.632654157777679, "S31": -77.632654157777679, "W32": -89.043369105150802, "S32": -94.043369105150802 }, "geometry": { "type": "Point", "coordinates": [ 104092.769230769234127, 522553.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5631655055880564, "S11": 1.5631655055880564, "W12": -10.502579548858321, "S12": -13.382951492857764, "W13": -15.220467127438043, "S13": -18.187103895414324, "W21": -43.431128293241699, "S21": -46.431128293241699, "W22": -60.0, "S22": -60.0, "W31": -77.764443950449419, "S31": -77.764443950449419, "W32": -89.096114861126225, "S32": -94.096114861126225 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 500688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6904761904761905, "W12": -10.011901964075877, "S12": -10.011901964075877, "W13": -15.046933278077082, "S13": -18.701467727258617, "W21": -44.878322200943529, "S21": -52.909457667065908, "W22": -48.242212248890034, "S22": -48.242212248890034, "W31": -69.899591766346475, "S31": -70.946728046762544, "W32": -99.007708822371399, "S32": -104.0077088223714 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 501359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1683740068960794, "S11": -2.3025773741633007, "W12": -6.2069450638634223, "S12": -9.9645829940016881, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -33.786603119521601, "S21": -42.187893971845845, "W22": -58.332075351349054, "S22": -58.332075351349054, "W31": -72.989996823298071, "S31": -73.505233120958906, "W32": -97.792348040728172, "S32": -102.79234804072817 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 505883.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41632962588473205, "S11": -1.6029238122292166, "W12": -5.0, "S12": -5.0, "W13": -23.210716127244186, "S13": -23.210716127244186, "W21": -33.816351540489023, "S21": -33.816351540489023, "W22": -44.49415421146702, "S22": -45.044893006313899, "W31": -65.671642323675286, "S31": -68.308756195823378, "W32": -93.536637253406511, "S32": -98.536637253406511 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 508840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19375107012694764, "S11": -0.67969693423378152, "W12": -6.5266406874349592, "S12": -11.983574660475853, "W13": -29.064009272973145, "S13": -29.064009272973145, "W21": -40.0, "S21": -40.001626108073225, "W22": -60.0, "S22": -60.014071135523707, "W31": -77.613178590796977, "S31": -77.613178590796977, "W32": -89.045984586643613, "S32": -94.045984586643613 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2834957439433041, "W12": -10.425942083880829, "S12": -10.425942083880829, "W13": -20.942225243985494, "S13": -26.346999518609618, "W21": -40.829238182350799, "S21": -42.628416573914905, "W22": -41.48996991220978, "S22": -48.0824551272894, "W31": -71.771162619965807, "S31": -72.008724351364151, "W32": -98.305013715330688, "S32": -103.30501371533069 }, "geometry": { "type": "Point", "coordinates": [ 104093.0, 515203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5774003250788795, "S11": 1.5774003250788795, "W12": -8.5369592235308041, "S12": -9.4521571140770408, "W13": -16.703786140952555, "S13": -16.894832111275512, "W21": -34.723561527794701, "S21": -37.535060734256554, "W22": -50.332689271660499, "S22": -50.332689271660499, "W31": -78.382801367177393, "S31": -78.382801367177393, "W32": -95.885883184075624, "S32": -100.88588318407562 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 499176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28610634324839201, "S11": 0.28610634324839201, "W12": -10.0, "S12": -10.388589302794522, "W13": -14.368683918453181, "S13": -16.389454430177381, "W21": -36.994214643922348, "S21": -39.727686433468904, "W22": -37.624570975657932, "S22": -41.482404497070576, "W31": -68.209993689729799, "S31": -68.209993689729799, "W32": -87.272438900497818, "S32": -92.272438900497818 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 499577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8145882401226299, "S11": 1.2804616788250511, "W12": -10.359469363822924, "S12": -12.237026222641406, "W13": -15.0, "S13": -18.379172870643288, "W21": -40.0, "S21": -43.0, "W22": -47.459112951600432, "S22": -47.459112951600432, "W31": -68.54391708069825, "S31": -69.68216662379244, "W32": -98.814130277237723, "S32": -103.81413027723772 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 500594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73114924178907137, "S11": -2.5813133525893321, "W12": -10.463111009793666, "S12": -13.761704250486364, "W13": -19.513816121911663, "S13": -19.513816121911663, "W21": -37.32906589840735, "S21": -37.47834431991695, "W22": -60.0, "S22": -60.0, "W31": -74.224114662381808, "S31": -74.224114662381808, "W32": -89.384397238487622, "S32": -94.384397238487622 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 507052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2301759427451762, "S12": -5.2301759427451762, "W13": -16.842222884823126, "S13": -16.842222884823126, "W21": -44.312972633382785, "S21": -44.312972633382785, "W22": -50.745586936775176, "S22": -53.695177701217411, "W31": -84.604676568160457, "S31": -84.604676568160457, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104094.0, 521422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2077920847578003, "S12": -5.2077920847578003, "W13": -15.111804954781334, "S13": -15.111804954781334, "W21": -45.234236627940476, "S21": -45.234236627940476, "W22": -50.0, "S22": -51.242855045748193, "W31": -77.635033335749057, "S31": -77.635033335749057, "W32": -89.220687359293194, "S32": -94.220687359293194 }, "geometry": { "type": "Point", "coordinates": [ 104094.490566037740791, 522823.3962264151196 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47140276941601439, "S11": -1.6904689647104649, "W12": -10.470952080231333, "S12": -16.100629164572659, "W13": -19.198371801495973, "S13": -19.198371801495973, "W21": -36.310552545753318, "S21": -37.039177081069305, "W22": -40.059872231215024, "S22": -50.059872231215024, "W31": -69.732017209016973, "S31": -69.810672671201829, "W32": -98.059918773139344, "S32": -103.05991877313934 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 507144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6950315164998146, "W12": -5.3286013561938388, "S12": -5.3286013561938388, "W13": -22.559917248175417, "S13": -22.559917248175417, "W21": -32.641473010065752, "S21": -32.641473010065752, "W22": -39.926439782706723, "S22": -44.701720681583126, "W31": -64.419238068461382, "S31": -64.419238068461382, "W32": -96.15228686479999, "S32": -101.15228686479999 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 508747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -13.406234198653197, "W13": -24.006493911865267, "S13": -24.006493911865267, "W21": -35.255339615843326, "S21": -35.757693500625024, "W22": -39.999999999999993, "S22": -41.421486977437162, "W31": -69.818526742765044, "S31": -69.818526742765044, "W32": -94.182328708163396, "S32": -99.182328708163396 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 508952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7241994285787436, "S11": -1.7241994285787436, "W12": -8.1901473907847571, "S12": -10.658451669707103, "W13": -21.634315944845959, "S13": -22.876148045699896, "W21": -37.095970607026182, "S21": -37.095970607026182, "W22": -40.0, "S22": -40.0, "W31": -65.995825699903079, "S31": -65.995825699903079, "W32": -89.825633855372089, "S32": -94.825633855372089 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 509347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92139032835712165, "S11": 0.92139032835712165, "W12": -9.7337971399410499, "S12": -9.7337971399410499, "W13": -29.264085191502449, "S13": -29.264085191502449, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -46.174583568492345, "S22": -46.641214460977963, "W31": -65.089177481609823, "S31": -65.182539193223505, "W32": -92.227887857442198, "S32": -97.227887857442198 }, "geometry": { "type": "Point", "coordinates": [ 104095.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55838054218792954, "S11": -0.97243960828199494, "W12": -10.038232189973604, "S12": -11.253207349552396, "W13": -19.808115407574473, "S13": -19.808115407574473, "W21": -37.472103869663421, "S21": -37.472103869663421, "W22": -38.90168850777264, "S22": -39.30308535309949, "W31": -69.834003083767044, "S31": -74.834003083767044, "W32": -83.416764302212698, "S32": -88.416764302212698 }, "geometry": { "type": "Point", "coordinates": [ 104095.2, 506902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31479752152234658, "S11": 0.31479752152234658, "W12": -8.5092101660560022, "S12": -8.5092101660560022, "W13": -15.027917827578451, "S13": -16.74952115038149, "W21": -38.869427738924692, "S21": -41.640675881569429, "W22": -67.656698269147626, "S22": -76.461843228139458, "W31": -102.48341105483989, "S31": -102.48341105483989, "W32": -102.48341105483989, "S32": -105.33407020213062 }, "geometry": { "type": "Point", "coordinates": [ 104095.428571428565192, 500257.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38803348215097266, "S11": 0.38803348215097266, "W12": -14.167259413553115, "S12": -14.167259413553115, "W13": -20.482874111205309, "S13": -22.564333331267427, "W21": -37.327371357927014, "S21": -42.942703943210383, "W22": -65.410168394974662, "S22": -65.410168394974662, "W31": -87.642403967942485, "S31": -87.642403967942485, "W32": -93.290046517175568, "S32": -98.290046517175568 }, "geometry": { "type": "Point", "coordinates": [ 104095.75, 514109.1875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7914514931567069, "S12": -9.7914514931567069, "W13": -17.200001, "S13": -18.601216758216474, "W21": -27.967327420703626, "S21": -28.138611489827248, "W22": -59.263664820611673, "S22": -59.263664820611673, "W31": -77.564308225689089, "S31": -77.564308225689089, "W32": -89.046241925972069, "S32": -94.046241925972069 }, "geometry": { "type": "Point", "coordinates": [ 104096.0, 496829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13054201852609648, "S11": 0.13054201852609648, "W12": -9.5801336799108796, "S12": -9.8589798914187874, "W13": -14.550751860299506, "S13": -18.845174041190347, "W21": -37.779324986220779, "S21": -40.779324986220779, "W22": -50.005201170051016, "S22": -55.084192864306694, "W31": -89.339436115944821, "S31": -89.339436115944821, "W32": -98.919657166535657, "S32": -103.91965716653566 }, "geometry": { "type": "Point", "coordinates": [ 104096.0, 499689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67076799458682224, "S11": 0.67076799458682224, "W12": -4.9684676420229126, "S12": -5.2950103342736892, "W13": -15.009877787307033, "S13": -17.121408053268677, "W21": -34.244557424064659, "S21": -37.244557424064659, "W22": -72.427569712453121, "S22": -82.839388614983605, "W31": -103.62106111747333, "S31": -103.62106111747333, "W32": -103.62106111747333, "S32": -105.66809019173654 }, "geometry": { "type": "Point", "coordinates": [ 104097.0, 498443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2328445203445324, "S11": -0.48778546201618211, "W12": -7.1175352678897736, "S12": -14.364269218495716, "W13": -20.925805140047075, "S13": -20.925805140047075, "W21": -35.783883486287664, "S21": -38.641161696400339, "W22": -45.109105887605473, "S22": -49.473287433196319, "W31": -65.066858347757872, "S31": -66.675070000208223, "W32": -91.137743792193021, "S32": -96.137743792193021 }, "geometry": { "type": "Point", "coordinates": [ 104097.0, 506744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66309507830417902, "S11": -0.7869699291880311, "W12": -10.230206959102883, "S12": -10.299812237309263, "W13": -19.62287217223837, "S13": -19.62287217223837, "W21": -37.851528371351733, "S21": -37.851528371351733, "W22": -45.219858026081766, "S22": -45.219858026081766, "W31": -65.471492642362449, "S31": -67.552503419025399, "W32": -93.325509870150256, "S32": -98.325509870150256 }, "geometry": { "type": "Point", "coordinates": [ 104097.25, 506962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41488281994610587, "S11": 0.41488281994610587, "W12": -6.4417682017883626, "S12": -6.4417682017883626, "W13": -16.155332334031822, "S13": -18.831554104574568, "W21": -39.175156625656896, "S21": -39.175156625656896, "W22": -40.0, "S22": -44.34189699257275, "W31": -66.913668653178263, "S31": -73.685664541882204, "W32": -97.173244297719094, "S32": -102.17324429771909 }, "geometry": { "type": "Point", "coordinates": [ 104098.0, 497788.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70694245681765233, "S11": 0.140532001868797, "W12": -9.5287237977805184, "S12": -9.5287237977805184, "W13": -14.941909783696406, "S13": -14.941909783696406, "W21": -37.015102188460844, "S21": -37.015102188460844, "W22": -40.0, "S22": -44.698843238930991, "W31": -66.959753465109301, "S31": -73.695457160727855, "W32": -97.378076230492198, "S32": -102.3780762304922 }, "geometry": { "type": "Point", "coordinates": [ 104098.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15791640970374415, "S11": -2.3667792262801135, "W12": -6.1881289112260962, "S12": -9.9048097755587463, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -33.789956415908783, "S21": -42.166200879850379, "W22": -40.0, "S22": -45.29991859134909, "W31": -67.102396930610112, "S31": -73.763116714711103, "W32": -97.579574373207649, "S32": -102.57957437320765 }, "geometry": { "type": "Point", "coordinates": [ 104098.0, 505885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2549911344917435, "S12": -5.2549911344917435, "W13": -20.0, "S13": -20.0, "W21": -45.619256357851114, "S21": -46.809451072732891, "W22": -38.14616799298291, "S22": -41.725690723285538, "W31": -68.446402028595003, "S31": -73.3107924510646, "W32": -91.517927559944908, "S32": -96.517927559944908 }, "geometry": { "type": "Point", "coordinates": [ 104098.0, 519483.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56519450706059704, "S11": -0.99005142360236498, "W12": -10.051080145118728, "S12": -11.319215494335083, "W13": -19.795715659613997, "S13": -19.795715659613997, "W21": -37.416054510213826, "S21": -37.416054510213826, "W22": -51.355692507908756, "S22": -51.355692507908756, "W31": -77.640601111817503, "S31": -77.640601111817503, "W32": -89.287146538694373, "S32": -94.287146538694373 }, "geometry": { "type": "Point", "coordinates": [ 104098.25, 506903.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0412770642894202, "S11": -1.3226167410200931, "W12": -7.6954153141592103, "S12": -7.6954153141592103, "W13": -20.478355735534681, "S13": -22.483668828513455, "W21": -34.639955294071214, "S21": -34.639955294071214, "W22": -37.300635324015175, "S22": -40.600404081786259, "W31": -68.030166123125838, "S31": -77.078679995937151, "W32": -95.478730610309427, "S32": -100.47873061030943 }, "geometry": { "type": "Point", "coordinates": [ 104098.4, 505010.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5608706236337397, "S11": -1.5608706236337397, "W12": -5.2059908200137617, "S12": -5.2059908200137617, "W13": -15.000000000000037, "S13": -15.000000000000037, "W21": -45.084169725310595, "S21": -45.247324196196054, "W22": -65.40832612231479, "S22": -65.40832612231479, "W31": -87.852963896571367, "S31": -87.852963896571367, "W32": -93.419807569974552, "S32": -98.419807569974552 }, "geometry": { "type": "Point", "coordinates": [ 104098.461538461531745, 522603.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2008750816424074, "S12": -5.2008750816424074, "W13": -15.132914339267026, "S13": -15.132914339267026, "W21": -45.284664352353929, "S21": -45.284664352353929, "W22": -46.135626145622055, "S22": -46.213400809298705, "W31": -65.097694145926454, "S31": -65.182669757236013, "W32": -92.262375262653649, "S32": -97.262375262653649 }, "geometry": { "type": "Point", "coordinates": [ 104098.75, 522908.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37844397890637443, "S11": 0.37844397890637443, "W12": -9.0926171365087445, "S12": -9.0926171365087445, "W13": -14.912420034382775, "S13": -14.912420034382775, "W21": -37.083758364984718, "S21": -37.153566057292466, "W22": -40.0, "S22": -44.218921222452209, "W31": -66.901715559473857, "S31": -73.645787379813854, "W32": -97.078208616552388, "S32": -102.07820861655239 }, "geometry": { "type": "Point", "coordinates": [ 104098.8, 501743.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55924327519952699, "S11": -0.53282805962638224, "W12": -3.8976329878118241, "S12": -4.6142331997938575, "W13": -24.75787766954371, "S13": -24.75787766954371, "W21": -34.70805586433648, "S21": -39.773626393843223, "W22": -37.289249060977234, "S22": -40.566599036084604, "W31": -68.03766655566362, "S31": -77.109200467273013, "W32": -95.469924812030072, "S32": -100.46992481203007 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 506380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50364735306377195, "S11": -0.63504423572127489, "W12": -3.5286854554706357, "S12": -4.9731411158956105, "W13": -23.81775578044255, "S13": -23.81775578044255, "W21": -34.833291159579986, "S21": -40.039723002474325, "W22": -60.838307557474756, "S22": -60.838307557474756, "W31": -74.484991331610146, "S31": -75.138132900648472, "W32": -96.876121146385216, "S32": -101.87612114638522 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25673991091017889, "S11": -0.37594491399254482, "W12": -4.0015055269955102, "S12": -5.0475306315980211, "W13": -19.469549064097176, "S13": -19.469549064097176, "W21": -34.002056160370984, "S21": -34.002056160370984, "W22": -63.572395128552103, "S22": -63.572395128552103, "W31": -100.12567291459871, "S31": -100.12567291459871, "W32": -100.12567291459871, "S32": -103.91505312282793 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 507598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54839402604154364, "S11": -0.68920120092943604, "W12": -4.69990650072251, "S12": -4.69990650072251, "W13": -19.681412967603375, "S13": -19.681412967603375, "W21": -33.702531008556861, "S21": -33.704327399615302, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -74.176378063238346, "S31": -74.176378063238346, "W32": -89.444098757475388, "S32": -94.444098757475388 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 507818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0879676440849342, "S11": -1.6435647724180127, "W12": -5.0, "S12": -7.4317386094876445, "W13": -23.445825664398132, "S13": -23.445825664398132, "W21": -34.244392279907245, "S21": -34.244392279907245, "W22": -65.217031592719437, "S22": -65.217031592719437, "W31": -95.853330413290365, "S31": -95.853330413290365, "W32": -102.67623679287072, "S32": -107.67623679287072 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 508871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26576299209845872, "S11": 0.26576299209845872, "W12": -14.370266660758553, "S12": -14.370266660758553, "W13": -20.853705796713676, "S13": -21.549534286330786, "W21": -37.923845854275989, "S21": -39.728265626522415, "W22": -41.547309935837959, "S22": -48.350229643867152, "W31": -75.179286276775755, "S31": -76.518725271257665, "W32": -98.181659952431531, "S32": -103.18165995243153 }, "geometry": { "type": "Point", "coordinates": [ 104099.0, 514252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28187693114906454, "S11": -0.12881327085767941, "W12": -8.8383492205768732, "S12": -11.165983828403945, "W13": -30.17820596999729, "S13": -30.17820596999729, "W21": -40.0, "S21": -40.004158571929942, "W22": -62.210815214081244, "S22": -65.583233708106079, "W31": -93.826551606708733, "S31": -93.826551606708733, "W32": -102.04703144478938, "S32": -107.04703144478938 }, "geometry": { "type": "Point", "coordinates": [ 104099.833333333328483, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.12522240990991, "S11": 1.12522240990991, "W12": -5.9387963847946743, "S12": -5.9387963847946743, "W13": -15.0, "S13": -16.673594124139179, "W21": -31.677787569767929, "S21": -34.330805057652832, "W22": -49.313771650239417, "S22": -53.315507500820473, "W31": -88.206102499505519, "S31": -88.206102499505519, "W32": -97.642486730894618, "S32": -102.64248673089462 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 498758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5769284909909909, "S11": 1.5769284909909909, "W12": -7.3063031339604612, "S12": -8.5241130015898232, "W13": -16.215131295738271, "S13": -16.857868114744459, "W21": -34.144011032308903, "S21": -36.983148100765952, "W22": -50.0, "S22": -51.250108498784243, "W31": -77.616439858443414, "S31": -77.616439858443414, "W32": -89.221022136125654, "S32": -94.221022136125654 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028121980027917985, "S11": 0.028121980027917985, "W12": -8.0941411451398135, "S12": -8.1490916401893188, "W13": -13.629692677269716, "S13": -17.74729466922528, "W21": -38.258549251907915, "S21": -41.187782537628784, "W22": -47.750569336796424, "S22": -47.750569336796424, "W31": -78.022703582960602, "S31": -80.846990739880624, "W32": -96.763978777109855, "S32": -101.76397877710986 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6560094730609829, "W12": -10.0, "S12": -10.0, "W13": -15.02410553943915, "S13": -18.874308181683478, "W21": -45.397963473305616, "S21": -53.509247140164561, "W22": -40.0, "S22": -49.964701340245988, "W31": -69.705908591513122, "S31": -69.722082590524465, "W32": -98.053719567987855, "S32": -103.05371956798786 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 501350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6946197903972704, "S11": 0.22502755641843247, "W12": -9.4636012050470892, "S12": -9.544570577151001, "W13": -14.91313993783716, "S13": -14.91313993783716, "W21": -38.475741283421129, "S21": -38.475741283421129, "W22": -44.387553651127597, "S22": -45.305490620373256, "W31": -65.670649751644831, "S31": -68.076576108421847, "W32": -93.532545360044665, "S32": -98.532545360044665 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 512054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28431511235618245, "S11": -1.7156848876438175, "W12": -9.8928066821557099, "S12": -9.8928066821557099, "W13": -16.27356596295466, "S13": -16.27356596295466, "W21": -36.178975641709023, "S21": -39.408074745760032, "W22": -38.943025925199819, "S22": -39.923368073830439, "W31": -70.0, "S31": -75.029200484084072, "W32": -83.769189569176177, "S32": -88.769189569176177 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 512439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44385526950202631, "S11": 0.44385526950202631, "W12": -13.968681278640597, "S12": -13.968681278640597, "W13": -20.228433008085958, "S13": -23.673373187610466, "W21": -36.875767279265844, "S21": -43.827163137429942, "W22": -38.174448098734231, "S22": -39.02275907739218, "W31": -65.773600374181896, "S31": -70.609060484151811, "W32": -82.56510748368639, "S32": -87.56510748368639 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8741969372499898, "S11": -2.3049222246894288, "W12": -11.67546090209434, "S12": -11.67546090209434, "W13": -21.073910383820898, "S13": -25.843706442377137, "W21": -40.12569829549367, "S21": -42.1130447599175, "W22": -60.0, "S22": -60.0, "W31": -73.308431527682927, "S31": -73.759496190733032, "W32": -97.702953568895751, "S32": -102.70295356889575 }, "geometry": { "type": "Point", "coordinates": [ 104100.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.355300105666581, "S12": -5.355300105666581, "W13": -15.637473955895231, "S13": -15.637473955895231, "W21": -46.257311943072288, "S21": -46.257311943072288, "W22": -63.456720066349469, "S22": -64.441530823321585, "W31": -100.2902426477514, "S31": -100.2902426477514, "W32": -100.2902426477514, "S32": -104.08906761989871 }, "geometry": { "type": "Point", "coordinates": [ 104100.061224489792949, 524389.632653061184101 ] } }, +{ "type": "Feature", "properties": { "W11": -0.019784874617378045, "S11": -0.2794861032923428, "W12": -8.768881575624313, "S12": -17.50563031675129, "W13": -19.06806016720272, "S13": -19.06806016720272, "W21": -35.505370273606353, "S21": -35.505370273606353, "W22": -60.259587554269174, "S22": -60.259587554269174, "W31": -79.331352389778161, "S31": -79.331352389778161, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104100.333333333328483, 507308.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67814903715018482, "S11": 0.60987236893101926, "W12": -9.1477425323029404, "S12": -9.294117074176107, "W13": -15.047206994159191, "S13": -15.047206994159191, "W21": -38.674713386724825, "S21": -40.712930895718763, "W22": -40.0, "S22": -46.719589643380559, "W31": -65.868067758487371, "S31": -65.868067758487371, "W32": -96.753828644410603, "S32": -101.7538286444106 }, "geometry": { "type": "Point", "coordinates": [ 104100.333333333328483, 511873.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.198995511833516, "S12": -5.198995511833516, "W13": -15.110212677616715, "S13": -15.110212677616715, "W21": -45.258656235333994, "S21": -45.258656235333994, "W22": -43.287653878619153, "S22": -45.908725068355977, "W31": -65.379560452656563, "S31": -65.379560452656563, "W32": -90.547237675824178, "S32": -95.547237675824178 }, "geometry": { "type": "Point", "coordinates": [ 104100.603773584909504, 522872.641509433975443 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.5786, "S12": -9.5786, "W13": -15.142934138191226, "S13": -17.273534710164533, "W21": -39.274169466218737, "S21": -46.834565295683092, "W22": -40.0, "S22": -45.273234942161949, "W31": -67.043611981523171, "S31": -73.563927423442024, "W32": -97.589357792522307, "S32": -102.58935779252231 }, "geometry": { "type": "Point", "coordinates": [ 104101.0, 501486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91050415188887468, "S11": 0.093496235341772094, "W12": -7.2399069612892513, "S12": -7.2399069612892513, "W13": -20.0, "S13": -23.084791718018241, "W21": -33.841096050297992, "S21": -33.841096050297992, "W22": -60.066516187608748, "S22": -60.066516187608748, "W31": -73.369119455174797, "S31": -73.808022083471045, "W32": -97.689578031788415, "S32": -102.68957803178841 }, "geometry": { "type": "Point", "coordinates": [ 104101.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55080697605675433, "S11": -0.38303074493452205, "W12": -4.0135981965981289, "S12": -4.4171211360823062, "W13": -25.146198799867072, "S13": -25.146198799867072, "W21": -34.664489368087757, "S21": -39.664489368087757, "W22": -57.989478667999478, "S22": -57.989478667999478, "W31": -77.497506355377027, "S31": -77.497506355377027, "W32": -89.049114746793379, "S32": -94.049114746793379 }, "geometry": { "type": "Point", "coordinates": [ 104101.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45998875029051239, "S11": -0.45998875029051239, "W12": -4.9991395520548574, "S12": -18.099908906979376, "W13": -24.103701522733395, "S13": -24.103701522733395, "W21": -32.70758972599355, "S21": -32.966650446282067, "W22": -39.089239094732704, "S22": -42.166091159821363, "W31": -68.329295769752363, "S31": -76.055089876143484, "W32": -93.416749906355349, "S32": -98.416749906355349 }, "geometry": { "type": "Point", "coordinates": [ 104101.333333333328483, 508097.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2529744597249683, "S11": -1.8225020296248104, "W12": -9.2300977343743806, "S12": -9.2300977343743806, "W13": -20.411282093380095, "S13": -25.318651646404888, "W21": -42.99381016434404, "S21": -44.645211163596706, "W22": -60.961538461538467, "S22": -60.961538461538467, "W31": -79.829183816110259, "S31": -79.829183816110259, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104101.76, 516130.71999999997206 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7393043431932793, "S11": 1.767336115614079, "W12": -10.477239867744983, "S12": -13.477239867744983, "W13": -15.200845804866665, "S13": -18.091725715911885, "W21": -43.940005727376864, "S21": -46.940005727376864, "W22": -45.950506435793791, "S22": -51.106053662180599, "W31": -64.996858474914205, "S31": -66.690160740753583, "W32": -91.510937793842615, "S32": -96.510937793842615 }, "geometry": { "type": "Point", "coordinates": [ 104102.0, 500695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99844060809723922, "S11": -0.58377163638734109, "W12": -7.3901638106741139, "S12": -7.3901638106741139, "W13": -20.161863562027879, "S13": -21.968330476408461, "W21": -34.474187702196481, "S21": -34.474187702196481, "W22": -46.666329404226239, "S22": -46.666329404226239, "W31": -67.256093028511529, "S31": -68.487894276903859, "W32": -98.661168615599649, "S32": -103.66116861559965 }, "geometry": { "type": "Point", "coordinates": [ 104102.0, 504948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73869038731733039, "S11": -2.3609726766577031, "W12": -10.455230463030322, "S12": -12.799138318389144, "W13": -19.491252892210326, "S13": -19.491252892210326, "W21": -37.480169713541251, "S21": -37.480169713541251, "W22": -60.412254749299287, "S22": -60.412254749299287, "W31": -79.45111813997346, "S31": -79.45111813997346, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104102.0, 507035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60561724057157762, "S11": -0.60561724057157762, "W12": -5.0, "S12": -10.567077592458086, "W13": -24.095788615869644, "S13": -24.396055532234907, "W21": -40.0, "S21": -40.0, "W22": -35.004245363782125, "S22": -37.394805587871758, "W31": -68.723405708870018, "S31": -68.723405708870018, "W32": -87.090433572730859, "S32": -92.090433572730859 }, "geometry": { "type": "Point", "coordinates": [ 104102.2, 509596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78244482226950285, "S11": 0.78244482226950285, "W12": -9.9846442150387524, "S12": -11.257855143474892, "W13": -29.405205745877154, "S13": -29.405205745877154, "W21": -39.600306024913102, "S21": -39.600306024913102, "W22": -38.989139769961795, "S22": -39.129009284663738, "W31": -66.457966501364751, "S31": -66.457966501364751, "W32": -89.568322994896647, "S32": -94.568322994896647 }, "geometry": { "type": "Point", "coordinates": [ 104102.4, 510653.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38410603203451366, "S11": -0.61299191234245443, "W12": -6.6005911261910732, "S12": -21.9623726366029, "W13": -23.115322329206872, "S13": -23.147098172847233, "W21": -35.87019850107437, "S21": -35.87019850107437, "W22": -48.945295429333342, "S22": -48.945295429333342, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104102.666666666671517, 509198.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69651110132978866, "S11": 0.2800102340006636, "W12": -6.8957802547770699, "S12": -6.8957802547770699, "W13": -18.510511816731913, "S13": -24.771857307594036, "W21": -32.296263973790211, "S21": -32.296263973790211, "W22": -51.289198652018605, "S22": -51.289198652018605, "W31": -77.580977381878043, "S31": -77.580977381878043, "W32": -89.135851929476487, "S32": -94.135851929476487 }, "geometry": { "type": "Point", "coordinates": [ 104103.0, 504790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59613269115235745, "S11": 0.59613269115235745, "W12": -9.3212629616860276, "S12": -33.23480139967328, "W13": -33.23480139967328, "S13": -33.23480139967328, "W21": -40.0, "S21": -40.003267794264815, "W22": -40.0, "S22": -46.099816042748614, "W31": -67.396672089260477, "S31": -73.825146487478222, "W32": -97.332586282454429, "S32": -102.33258628245443 }, "geometry": { "type": "Point", "coordinates": [ 104103.0, 510255.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34795875822301187, "S11": -1.6520412417769881, "W12": -10.0, "S12": -10.0, "W13": -16.611512927423799, "S13": -16.611512927423799, "W21": -35.586454740753297, "S21": -38.838397795774455, "W22": -38.435123314606344, "S22": -41.644684907535876, "W31": -67.175780171437751, "S31": -67.175780171437751, "W32": -97.987552775457942, "S32": -102.98755277545794 }, "geometry": { "type": "Point", "coordinates": [ 104103.0, 512522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46438231248357831, "S11": 0.46438231248357831, "W12": -7.0974731813386036, "S12": -7.0974731813386036, "W13": -16.342094253560646, "S13": -18.965501378906602, "W21": -37.491645898526556, "S21": -37.594750330263025, "W22": -37.206937159713227, "S22": -37.206937159713227, "W31": -58.958171905439613, "S31": -63.065075442918058, "W32": -85.734077750207206, "S32": -90.734077750207206 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 497636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028765944712527573, "S11": 0.028765944712527573, "W12": -7.6559981316002794, "S12": -7.6559981316002794, "W13": -13.726408217362492, "S13": -16.850139303361342, "W21": -38.320609451534246, "S21": -41.441998199633588, "W22": -64.935404685897353, "S22": -64.935404685897353, "W31": -90.0, "S31": -90.0, "W32": -94.796040076335885, "S32": -99.796040076335885 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 500019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27354096011464057, "S11": 0.27354096011464057, "W12": -5.7400025669435273, "S12": -5.7400025669435273, "W13": -17.76656452367861, "S13": -19.535403030828942, "W21": -33.010492683559832, "S21": -33.651482270851666, "W22": -66.863329447421151, "S22": -66.863329447421151, "W31": -83.207966808923942, "S31": -83.207966808923942, "W32": -91.081188570510079, "S32": -96.081188570510079 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 503051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76439461883408066, "W12": -4.5214109534391529, "S12": -4.5214109534391529, "W13": -19.753461232287851, "S13": -19.753461232287851, "W21": -33.086006537222104, "S21": -33.086006537222104, "W22": -41.851377115745578, "S22": -46.62949007642014, "W31": -75.906498374522002, "S31": -77.842952872154825, "W32": -98.203958790493246, "S32": -103.20395879049325 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 507780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8319754635977237, "S12": -7.8319754635977237, "W13": -19.845511519840208, "S13": -23.890047953651731, "W21": -45.630256316701633, "S21": -46.117563912746867, "W22": -36.259776315019245, "S22": -41.259776315019245, "W31": -69.631805279859634, "S31": -69.631805279859634, "W32": -86.056570053717735, "S32": -91.056570053717735 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 517123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7891425876447817, "S12": -6.7891425876447817, "W13": -20.0, "S13": -21.651036299066924, "W21": -46.244823497217915, "S21": -46.244823497217915, "W22": -42.883174529523863, "S22": -44.783958771727008, "W31": -65.415322530608549, "S31": -65.415322530608549, "W32": -90.438400222709561, "S32": -95.438400222709561 }, "geometry": { "type": "Point", "coordinates": [ 104104.0, 517858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.631118392545031, "S11": -1.631118392545031, "W12": -5.197747527561396, "S12": -5.197747527561396, "W13": -15.000000000000016, "S13": -15.000000000000016, "W21": -45.109128956579639, "S21": -45.276551293166634, "W22": -39.009599742408064, "S22": -42.801137056373776, "W31": -68.641290302069919, "S31": -71.867342316246521, "W32": -90.301166527373951, "S32": -95.301166527373951 }, "geometry": { "type": "Point", "coordinates": [ 104104.153846153843915, 522652.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48950950430243445, "S11": -0.51992217647154915, "W12": -6.6670003265024631, "S12": -22.489663846799107, "W13": -23.087286565795544, "S13": -23.087286565795544, "W21": -35.922377230778991, "S21": -36.385565178100826, "W22": -38.795309449691345, "S22": -41.403764938008983, "W31": -58.2768210568046, "S31": -61.05527377440005, "W32": -92.068447896140029, "S32": -97.068447896140029 }, "geometry": { "type": "Point", "coordinates": [ 104104.333333333328483, 509194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3023311407886002, "S11": -1.3023311407886002, "W12": -5.2014618013139344, "S12": -5.2014618013139344, "W13": -15.00000000000003, "S13": -15.00000000000003, "W21": -44.935044498055923, "S21": -45.268329916868751, "W22": -42.355452224484253, "S22": -43.771095169893975, "W31": -77.086149791229985, "S31": -79.422311109316624, "W32": -98.248659024329186, "S32": -103.24865902432919 }, "geometry": { "type": "Point", "coordinates": [ 104104.444444444437977, 522388.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1890947411360022, "S11": -1.1890947411360022, "W12": -7.5859779577745323, "S12": -9.1034106043672445, "W13": -22.277948840219231, "S13": -22.77091419247423, "W21": -36.229051174006791, "S21": -36.229051174006791, "W22": -33.099998, "S22": -38.099998, "W31": -68.429583114501924, "S31": -68.429583114501924, "W32": -88.53329971000737, "S32": -93.53329971000737 }, "geometry": { "type": "Point", "coordinates": [ 104105.0, 509292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1912688479837996, "S12": -5.1912688479837996, "W13": -15.127407423423211, "S13": -15.127407423423211, "W21": -45.307104971901815, "S21": -45.307104971901815, "W22": -64.528826008145202, "S22": -69.528826008145202, "W31": -100.97313775639584, "S31": -100.97313775639584, "W32": -100.97313775639584, "S32": -104.53151347208302 }, "geometry": { "type": "Point", "coordinates": [ 104105.5, 522956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35923252123370852, "S11": 0.35923252123370852, "W12": -7.3095662933436447, "S12": -7.3095662933436447, "W13": -19.132383216643422, "S13": -21.319242551936661, "W21": -34.743099914602901, "S21": -34.743099914602901, "W22": -41.407579832156976, "S22": -43.877390674026707, "W31": -80.140510663207365, "S31": -80.140510663207365, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104106.0, 503286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73710506575220824, "S11": 0.44214860560471436, "W12": -5.0, "S12": -9.4950618827353424, "W13": -21.236496194986962, "S13": -24.661701320082955, "W21": -37.375081329706937, "S21": -42.753477382260186, "W22": -36.192095535425615, "S22": -41.192095535425615, "W31": -69.581656319720963, "S31": -69.581656319720963, "W32": -86.109777491179059, "S32": -91.109777491179059 }, "geometry": { "type": "Point", "coordinates": [ 104106.0, 504154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42396966811751907, "S11": 0.16907529664471299, "W12": -9.596169789121225, "S12": -9.596169789121225, "W13": -15.841721273650206, "S13": -15.841721273650206, "W21": -37.451774329099408, "S21": -40.20532579626289, "W22": -57.345153335189529, "S22": -57.345153335189529, "W31": -78.680721399538697, "S31": -78.680721399538697, "W32": -91.777858164791567, "S32": -96.777858164791567 }, "geometry": { "type": "Point", "coordinates": [ 104106.0, 512270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2452141773151224, "S12": -5.2452141773151224, "W13": -20.0, "S13": -20.0, "W21": -45.788405072054857, "S21": -45.934597700705758, "W22": -56.624651480877368, "S22": -56.624651480877368, "W31": -77.449380973811117, "S31": -77.449380973811117, "W32": -89.051987567614702, "S32": -94.051987567614702 }, "geometry": { "type": "Point", "coordinates": [ 104106.0, 519436.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92201052642213988, "S11": -0.92201052642213988, "W12": -5.9211733891520835, "S12": -11.235256213456239, "W13": -22.294098952727083, "S13": -23.008186726676506, "W21": -38.993397284633907, "S21": -38.993397284633907, "W22": -78.385209663734202, "S22": -89.198479805914289, "W31": -103.07209810179741, "S31": -103.07209810179741, "W32": -103.07209810179741, "S32": -106.71579743008314 }, "geometry": { "type": "Point", "coordinates": [ 104106.333333333328483, 509478.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1901989389092336, "S12": -5.1901989389092336, "W13": -15.108596196862651, "S13": -15.108596196862651, "W21": -45.28307584272752, "S21": -45.28307584272752, "W22": -33.233916297386862, "S22": -37.759616296131412, "W31": -68.507367279918824, "S31": -68.507367279918824, "W32": -88.489709706944637, "S32": -93.489709706944637 }, "geometry": { "type": "Point", "coordinates": [ 104106.716981132078217, 522921.886792452831287 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71152736395263116, "S11": 0.28133073240401918, "W12": -6.865550755939525, "S12": -6.865550755939525, "W13": -18.605589386689864, "S13": -24.60819336233719, "W21": -32.400976958943986, "S21": -32.400976958943986, "W22": -45.294864302700347, "S22": -45.294864302700347, "W31": -65.414378839929526, "S31": -67.062922832518893, "W32": -93.26161414087268, "S32": -98.26161414087268 }, "geometry": { "type": "Point", "coordinates": [ 104106.75, 504800.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25738803696557322, "S11": -0.25738803696557322, "W12": -9.6068590743629745, "S12": -9.6068590743629745, "W13": -14.772582043979165, "S13": -14.772582043979165, "W21": -38.000438260573567, "S21": -38.178786884426778, "W22": -42.771916290521133, "S22": -44.066723487154512, "W31": -66.90166894397322, "S31": -73.309742365171871, "W32": -96.768981114268215, "S32": -101.76898111426821 }, "geometry": { "type": "Point", "coordinates": [ 104107.0, 501884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75539826395799359, "S11": 0.75539826395799359, "W12": -4.9793118190953241, "S12": -12.970596443959476, "W13": -22.392558747728884, "S13": -25.389496574791352, "W21": -38.531457900163609, "S21": -38.531457900163609, "W22": -38.131266833657797, "S22": -38.637284139646887, "W31": -65.491582170158452, "S31": -70.228760992304601, "W32": -82.648586153514529, "S32": -87.648586153514529 }, "geometry": { "type": "Point", "coordinates": [ 104107.0, 504065.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65488693814925691, "S11": -0.65488693814925691, "W12": -10.302478139534884, "S12": -11.570758986896083, "W13": -25.492380058383276, "S13": -29.738481422905693, "W21": -38.417211356023628, "S21": -38.417211356023628, "W22": -65.927116218217819, "S22": -65.927116218217819, "W31": -81.901265324512906, "S31": -81.901265324512906, "W32": -92.209682188872435, "S32": -97.209682188872435 }, "geometry": { "type": "Point", "coordinates": [ 104107.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28433461763804119, "S11": 0.28433461763804119, "W12": -6.784812007072186, "S12": -6.784812007072186, "W13": -18.873947553184561, "S13": -20.939355097157872, "W21": -34.291977796754892, "S21": -34.291977796754892, "W22": -40.841344302928867, "S22": -44.749664031856206, "W31": -79.474413928180965, "S31": -79.474413928180965, "W32": -100.24974109659975, "S32": -105.24974109659975 }, "geometry": { "type": "Point", "coordinates": [ 104107.8, 503208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65968773778860657, "S11": -0.65968773778860657, "W12": -5.1601104052767619, "S12": -14.581323059047591, "W13": -20.061179666032398, "S13": -20.061179666032398, "W21": -33.071360408030202, "S21": -33.165911619198688, "W22": -65.575709927661762, "S22": -65.575709927661762, "W31": -87.949870446559643, "S31": -87.949870446559643, "W32": -93.434518129770993, "S32": -98.434518129770993 }, "geometry": { "type": "Point", "coordinates": [ 104107.8, 507978.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2839277177550437, "S11": 1.2839277177550437, "W12": -9.2327632124045689, "S12": -10.034577963070239, "W13": -16.351336619046538, "S13": -16.824169031033737, "W21": -35.427233642582372, "S21": -38.190023800128728, "W22": -64.318615888678721, "S22": -64.318615888678721, "W31": -81.213910861904253, "S31": -81.213910861904253, "W32": -93.847058352941175, "S32": -98.847058352941175 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3957703927492446, "S11": -1.6042296072507554, "W12": -5.0, "S12": -8.7626153495679926, "W13": -23.583267588458121, "S13": -23.583267588458121, "W21": -34.497561040370122, "S21": -35.42120458050799, "W22": -60.0, "S22": -60.0, "W31": -77.55900970611782, "S31": -77.55900970611782, "W32": -88.987429868410672, "S32": -93.987429868410672 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 508887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10330464716006882, "S11": -0.60330464716006882, "W12": -5.0, "S12": -5.0, "W13": -25.554935370152762, "S13": -25.554935370152762, "W21": -40.0, "S21": -40.0, "W22": -40.195153569347021, "S22": -47.216001840264234, "W31": -70.633843681649779, "S31": -70.861129890250851, "W32": -98.060446048557125, "S32": -103.06044604855713 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 509689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.077771017293251504, "S11": -0.17350054947647023, "W12": -5.0, "S12": -7.8262324775555205, "W13": -27.451074443591711, "S13": -27.451074443591711, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -62.585419331262557, "S22": -62.585419331262557, "W31": -93.69604495189806, "S31": -93.69604495189806, "W32": -102.04225720656483, "S32": -107.04225720656483 }, "geometry": { "type": "Point", "coordinates": [ 104108.0, 509805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.7671395469131932, "S11": 4.4892774771172288, "W12": -10.555296168003881, "S12": -10.555296168003881, "W13": -14.695505978174856, "S13": -17.153470408849437, "W21": -52.009320641395398, "S21": -57.169231945937263, "W22": -39.637817374260379, "S22": -44.851789040112848, "W31": -64.636606452519857, "S31": -64.636606452519857, "W32": -96.267251575302794, "S32": -101.26725157530279 }, "geometry": { "type": "Point", "coordinates": [ 104108.222222222218988, 500897.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73131182038257536, "S11": -1.4964624452115398, "W12": -10.381513852242783, "S12": -11.274502612147021, "W13": -19.493043624726258, "S13": -19.493043624726258, "W21": -37.635966519385356, "S21": -37.635966519385356, "W22": -40.144762362369228, "S22": -44.806801007956778, "W31": -76.66755064124726, "S31": -76.66755064124726, "W32": -100.41683578082802, "S32": -105.41683578082802 }, "geometry": { "type": "Point", "coordinates": [ 104108.666666666671517, 507001.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15833884844473856, "S11": -1.1920336945700631, "W12": -5.2364353051436154, "S12": -5.2364353051436154, "W13": -23.015502377359667, "S13": -23.015502377359667, "W21": -33.472049247363614, "S21": -34.023431458902074, "W22": -36.564502453865551, "S22": -39.023231052106169, "W31": -67.239547773234122, "S31": -67.239547773234122, "W32": -89.146637848090279, "S32": -94.146637848090279 }, "geometry": { "type": "Point", "coordinates": [ 104108.75, 508806.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3148937774226139, "S12": -5.3148937774226139, "W13": -15.340880243161417, "S13": -20.193765328245163, "W21": -37.118970629015891, "S21": -38.404287308127969, "W22": -39.994986017499109, "S22": -41.379496246116034, "W31": -69.931062586130437, "S31": -69.931062586130437, "W32": -94.071242647209175, "S32": -99.071242647209175 }, "geometry": { "type": "Point", "coordinates": [ 104109.0, 502609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75217548720932015, "S11": 0.64517138143036357, "W12": -5.0, "S12": -11.663582947868482, "W13": -21.948140067053377, "S13": -25.03674970133725, "W21": -38.092801420593268, "S21": -38.092801420593268, "W22": -52.419145326334771, "S22": -52.419145326334771, "W31": -77.521353651938568, "S31": -77.521353651938568, "W32": -89.096792569366883, "S32": -94.096792569366883 }, "geometry": { "type": "Point", "coordinates": [ 104109.0, 504098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.445955173043485, "W12": -6.4717153426547558, "S12": -7.5610313200102528, "W13": -17.561310065903943, "S13": -24.85191075243295, "W21": -32.081724018284348, "S21": -32.081724018284348, "W22": -38.504323231819917, "S22": -39.085378605081921, "W31": -66.578461662107301, "S31": -66.578461662107301, "W32": -89.489282517301291, "S32": -94.489282517301291 }, "geometry": { "type": "Point", "coordinates": [ 104109.0, 504658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6182135536241391, "S11": -0.053242854672078455, "W12": -9.4137403989989217, "S12": -9.4137403989989217, "W13": -14.93861252339758, "S13": -14.93861252339758, "W21": -38.463820109989221, "S21": -39.204024064880592, "W22": -45.094974448139482, "S22": -45.094974448139482, "W31": -65.165286090624335, "S31": -65.360838630222247, "W32": -92.584089889370802, "S32": -97.584089889370802 }, "geometry": { "type": "Point", "coordinates": [ 104109.375, 512124.875 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7013661614563225, "S11": -1.7013661614563225, "W12": -5.1895042351090304, "S12": -5.1895042351090304, "W13": -14.999999999999989, "S13": -14.999999999999989, "W21": -45.13408818784869, "S21": -45.299239202037278, "W22": -36.920561291582729, "S22": -40.81169886863912, "W31": -68.344759395931604, "S31": -76.966484486734117, "W32": -94.320732925458842, "S32": -99.320732925458842 }, "geometry": { "type": "Point", "coordinates": [ 104109.846153846156085, 522701.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94291009759759759, "S11": 0.94291009759759759, "W12": -5.3746164293978573, "S12": -6.0449516846510072, "W13": -15.0, "S13": -17.154233780257357, "W21": -32.749027159305172, "S21": -35.749027159305172, "W22": -50.73869424083032, "S22": -53.771672990171972, "W31": -84.029640384697402, "S31": -84.029640384697402, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98919973228798153, "S11": 0.98919973228798153, "W12": -10.0, "S12": -10.696879766305619, "W13": -15.78225714869745, "S13": -16.369069775988692, "W21": -35.819002056627276, "S21": -38.151051352500211, "W22": -60.156693320205946, "S22": -60.156693320205946, "W31": -75.323218650349531, "S31": -76.216998999735509, "W32": -92.823005579133095, "S32": -97.823005579133095 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 499327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36997521875479711, "S11": -0.36997521875479711, "W12": -9.5621502860114393, "S12": -9.5621502860114393, "W13": -14.726142970774639, "S13": -14.726142970774639, "W21": -38.742785720364225, "S21": -38.742785720364225, "W22": -72.899016053858119, "S22": -83.344442564128514, "W31": -103.45982508482508, "S31": -103.45982508482508, "W32": -103.45982508482508, "S32": -105.51123332630358 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97688415996535016, "S11": -2.3594442824186288, "W12": -8.3158915662283235, "S12": -8.3158915662283235, "W13": -20.0, "S13": -24.392251165013739, "W21": -33.90915236402568, "S21": -33.909974865391057, "W22": -60.483089459884575, "S22": -60.483089459884575, "W31": -73.748242087051523, "S31": -74.184095766237903, "W32": -97.604383943097915, "S32": -102.60438394309791 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97559376753250271, "S11": -2.624559174206254, "W12": -8.1654563249476251, "S12": -8.1654563249476251, "W13": -18.816635701014722, "S13": -24.885311767450375, "W21": -33.601908848948256, "S21": -34.018046524218782, "W22": -40.738400212048475, "S22": -40.8605998047165, "W31": -74.764142832578671, "S31": -75.70438999026527, "W32": -98.099035528404684, "S32": -103.09903552840468 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 505162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3573241679671046, "S11": -1.3573241679671046, "W12": -8.4760607240171275, "S12": -8.4760607240171311, "W13": -21.761467068420032, "S13": -22.84072940676824, "W21": -37.751072529475273, "S21": -37.751072529475273, "W22": -45.480813235703451, "S22": -45.480813235703451, "W31": -65.138015678021503, "S31": -65.375798775252491, "W32": -92.381881747736998, "S32": -97.381881747736998 }, "geometry": { "type": "Point", "coordinates": [ 104110.0, 509396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.0852567003566991, "W12": -5.0371699508043477, "S12": -7.8249961006972963, "W13": -16.542104084423841, "S13": -19.26287855414509, "W21": -33.177639183297224, "S21": -33.177639183297224, "W22": -40.374645498711629, "S22": -54.573150803717184, "W31": -66.441287776630148, "S31": -70.549776081715805, "W32": -94.546014550160749, "S32": -99.546014550160749 }, "geometry": { "type": "Point", "coordinates": [ 104110.666666666671517, 504539.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6814155080396642, "S11": -1.6814155080396642, "W12": -8.2016553799852083, "S12": -8.5648355173331812, "W13": -21.617201513350281, "S13": -22.275858417015751, "W21": -36.804365463263068, "S21": -36.804365463263068, "W22": -45.873545856851031, "S22": -45.873545856851031, "W31": -65.968268976323046, "S31": -67.293621930013629, "W32": -98.508206953961334, "S32": -103.50820695396133 }, "geometry": { "type": "Point", "coordinates": [ 104111.0, 509332.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2021528705284643, "S12": -5.2021528705284643, "W13": -16.130592283740917, "S13": -16.130592283740917, "W21": -44.531892639594879, "S21": -44.659058250227353, "W22": -55.259824293755536, "S22": -55.259824293755536, "W31": -77.452749916420615, "S31": -77.452749916420615, "W32": -89.054860388435998, "S32": -94.054860388435998 }, "geometry": { "type": "Point", "coordinates": [ 104111.0, 521788.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8008703507461394, "S12": -9.8008703507461394, "W13": -17.572735093208227, "S13": -19.125535709857765, "W21": -29.754543420138273, "S21": -29.979138210394471, "W22": -40.0, "S22": -40.0, "W31": -65.919600825315825, "S31": -65.919600825315825, "W32": -89.829996220736504, "S32": -94.829996220736504 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 496919.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51440141885900093, "S11": 0.39751830197588406, "W12": -4.4721038322289779, "S12": -4.4721038322289779, "W13": -26.712943873242239, "S13": -26.712943873242239, "W21": -34.500673948998759, "S21": -41.067950085895262, "W22": -45.081302742422928, "S22": -45.081302742422928, "W31": -65.18327718441634, "S31": -65.553076677089081, "W32": -92.691960392051627, "S32": -97.691960392051627 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 506239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18161998410813213, "S11": -0.094124734357329487, "W12": -7.1145200590268622, "S12": -16.45385829112071, "W13": -19.177292510969938, "S13": -19.177292510969938, "W21": -35.271224310898589, "S21": -35.271224310898589, "W22": -44.265796529569876, "S22": -44.265796529569876, "W31": -64.45758098778559, "S31": -65.969409723050944, "W32": -98.091591238881705, "S32": -103.0915912388817 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 507364.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29318165883755176, "S11": 0.051733767031664712, "W12": -6.1824359106352311, "S12": -16.182435910635231, "W13": -19.222496491360964, "S13": -19.222496491360964, "W21": -35.104147020108286, "S21": -35.104147020108286, "W22": -66.70027321352984, "S22": -66.70027321352984, "W31": -96.764383818790478, "S31": -96.764383818790478, "W32": -103.01263660372351, "S32": -108.01263660372351 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 507397.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94823380566801618, "S11": -0.94823380566801618, "W12": -2.460448255795157, "S12": -2.4604482557951566, "W13": -20.0, "S13": -20.0, "W21": -30.542845953002612, "S21": -32.754302955624816, "W22": -40.140170272826914, "S22": -42.523611202982245, "W31": -75.156280047989739, "S31": -75.156280047989739, "W32": -100.30643486042089, "S32": -105.30643486042089 }, "geometry": { "type": "Point", "coordinates": [ 104112.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.18166261432519, "S12": -5.18166261432519, "W13": -15.121900507579394, "S13": -15.121900507579394, "W21": -45.329545591449701, "S21": -45.329545591449701, "W22": -45.79780892996547, "S22": -46.070575664078483, "W31": -65.110745265418672, "S31": -65.779032537123015, "W32": -92.179673606103179, "S32": -97.179673606103179 }, "geometry": { "type": "Point", "coordinates": [ 104112.25, 523003.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1814023659849493, "S12": -5.1814023659849493, "W13": -15.106208425358794, "S13": -15.106208425358794, "W21": -45.307495450121046, "S21": -45.307495450121046, "W22": -43.0, "S22": -46.498277906420284, "W31": -67.421255396869853, "S31": -73.456828018267757, "W32": -97.252550608532516, "S32": -102.25255060853252 }, "geometry": { "type": "Point", "coordinates": [ 104112.83018867924693, 522971.132075471687131 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3048833345373112, "S11": 0.3048833345373112, "W12": -9.0192348284960424, "S12": -9.0192348284960424, "W13": -14.849263336155801, "S13": -14.849263336155801, "W21": -37.58116295894375, "S21": -38.005201420482209, "W22": -42.603619398761445, "S22": -44.8294733198193, "W31": -80.473351046370112, "S31": -80.473351046370112, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 501748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75774967723498443, "S11": 0.64666554555571398, "W12": -4.9933862658772519, "S12": -11.513701305256403, "W13": -21.891597041136457, "S13": -24.931945751374087, "W21": -38.046232617625805, "S21": -38.046232617625805, "W22": -39.425364181847094, "S22": -44.328139976529798, "W31": -67.784704422124122, "S31": -73.843770248378334, "W32": -96.996860272013606, "S32": -101.99686027201361 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 504099.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5604185086943705, "W12": -5.0, "S12": -8.7789599392031583, "W13": -17.739394848164164, "S13": -19.666069014690169, "W21": -34.219632833016647, "S21": -36.971913760555225, "W22": -68.151491498964944, "S22": -98.126299242269113, "W31": -98.126299242269113, "S31": -98.126299242269113, "W32": -103.03424088558681, "S32": -108.03424088558681 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 504427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38254587955965413, "S11": -4.6174541204403452, "W12": -7.0245095280459484, "S12": -8.2917788988219545, "W13": -24.79372974946379, "S13": -27.675153126433699, "W21": -33.74441282330416, "S21": -41.051829104050043, "W22": -72.045866022933012, "S22": -82.356345674896232, "W31": -103.1995436995437, "S31": -103.1995436995437, "W32": -103.1995436995437, "S32": -105.40581448480695 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 505743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43307453780924304, "S11": -0.43307453780924304, "W12": -5.0, "S12": -17.978327146212948, "W13": -24.07486292534637, "S13": -24.07486292534637, "W21": -32.763855977959196, "S21": -33.010563084954683, "W22": -56.690266894713815, "S22": -56.690266894713815, "W31": -78.728307138562371, "S31": -78.728307138562386, "W32": -92.092573323795278, "S32": -97.092573323795278 }, "geometry": { "type": "Point", "coordinates": [ 104113.0, 508090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37370316078792309, "S11": 0.37370316078792309, "W12": -9.4136570533866628, "S12": -24.655247552672598, "W13": -29.976232850387387, "S13": -29.976232850387387, "W21": -39.999999999999993, "S21": -40.004644876325081, "W22": -43.234487619440856, "S22": -48.207638686877701, "W31": -79.360253685272667, "S31": -80.179106314392911, "W32": -99.569171214321827, "S32": -104.56917121432183 }, "geometry": { "type": "Point", "coordinates": [ 104113.8, 510160.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3412905182873978, "S12": -9.3412905182873978, "W13": -15.206659149698217, "S13": -16.763186259306849, "W21": -39.19901065449011, "S21": -43.455960691982817, "W22": -33.700202330035545, "S22": -36.572961575199592, "W31": -68.563581450601447, "S31": -68.563581450601447, "W32": -88.134448072021002, "S32": -93.134448072021002 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 502181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56226670132570833, "S11": -0.56226670132570833, "W12": -5.058495117120505, "S12": -10.567759906654066, "W13": -20.055859321642235, "S13": -20.055859321642235, "W21": -33.665539888176568, "S21": -33.668936350071611, "W22": -45.701875658476233, "S22": -48.138148626867036, "W31": -65.078517090351667, "S31": -66.300180828960109, "W32": -91.93056170491279, "S32": -96.93056170491279 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 507888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25441870704204683, "S11": -0.74558129295795317, "W12": -6.9979334532277013, "S12": -10.367821504404304, "W13": -29.082040054092342, "S13": -29.082040054092342, "W21": -40.0, "S21": -40.001509017423494, "W22": -43.0, "S22": -44.374771703397052, "W31": -66.949668179273857, "S31": -73.058581141680975, "W32": -96.779008825389809, "S32": -101.77900882538981 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 509908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4326065882263492, "S12": -9.8550239868043494, "W13": -24.104110908138267, "S13": -28.453038783381931, "W21": -38.344330077874204, "S21": -38.344330077874204, "W22": -60.0, "S22": -60.0, "W31": -73.84914390385002, "S31": -73.86831757265459, "W32": -89.804701870764561, "S32": -94.804701870764561 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 511304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2354372201385022, "S12": -5.2354372201385022, "W13": -20.0, "S13": -20.0, "W21": -45.9575537862586, "S21": -45.9575537862586, "W22": -48.857370699475958, "S22": -48.857370699475958, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104114.0, 519388.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8898389578862647, "S11": 0.84231956849824363, "W12": -6.0380464675202621, "S12": -22.505132234774258, "W13": -22.775580009170099, "S13": -22.775580009170099, "W21": -36.542048375053135, "S21": -40.766847277736417, "W22": -64.867870601929212, "S22": -64.867870601929212, "W31": -90.960914317507431, "S31": -90.960914317507431, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104114.666666666671517, 509135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07374766977088322, "S11": 0.07374766977088322, "W12": -9.143891570738953, "S12": -9.3787181176333547, "W13": -13.828568971270714, "S13": -18.330611039799848, "W21": -38.442626555318405, "S21": -41.442626555318405, "W22": -60.0, "S22": -60.0, "W31": -79.333629043334071, "S31": -79.694867575444164, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104115.0, 499759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23917607484710587, "S11": 0.23917607484710587, "W12": -10.128348887293615, "S12": -10.128348887293615, "W13": -19.562528325621642, "S13": -23.637759708718587, "W21": -36.834548462417992, "S21": -38.670281205127537, "W22": -49.417967706789419, "S22": -49.417967706789419, "W31": -78.176251448105361, "S31": -78.176251448105361, "W32": -96.12384249307442, "S32": -101.12384249307442 }, "geometry": { "type": "Point", "coordinates": [ 104115.142857142855064, 513131.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69661359536051537, "S11": -0.7390529547939263, "W12": -10.293782981530246, "S12": -10.653162050297608, "W13": -19.542774645707699, "S13": -19.542774645707699, "W21": -37.672257351787806, "S21": -37.672257351787806, "W22": -38.006638686673057, "S22": -41.529449746130197, "W31": -67.490089456430212, "S31": -67.490089456430212, "W32": -88.075826584737001, "S32": -93.075826584737001 }, "geometry": { "type": "Point", "coordinates": [ 104115.333333333328483, 506968.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60699839535534472, "S11": -0.60699839535534472, "W12": -5.0701508756551137, "S12": -5.0701508756551137, "W13": -21.539014548280448, "S13": -21.539014548280448, "W21": -31.170294484484923, "S21": -34.269440677201651, "W22": -61.59950784374039, "S22": -73.925500765486362, "W31": -92.842885926991002, "S31": -92.842885926991002, "W32": -101.8095893150516, "S32": -106.8095893150516 }, "geometry": { "type": "Point", "coordinates": [ 104115.333333333328483, 508585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7716139303676139, "S11": -1.7716139303676139, "W12": -5.1812609426566656, "S12": -5.1812609426566656, "W13": -14.999999999999964, "S13": -14.999999999999964, "W21": -45.159047419117741, "S21": -45.321927110907929, "W22": -54.871048143775418, "S22": -54.871048143775418, "W31": -78.666010606050548, "S31": -78.666010606050548, "W32": -94.388424821002388, "S32": -99.388424821002388 }, "geometry": { "type": "Point", "coordinates": [ 104115.538461538468255, 522750.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4004755860473335, "S12": -7.4004755860473335, "W13": -16.433122451092171, "S13": -19.050810481054938, "W21": -36.704392852012163, "S21": -36.905166685672768, "W22": -53.883145114256926, "S22": -53.883145114256926, "W31": -77.461729921999094, "S31": -77.461729921999094, "W32": -89.057733209257293, "S32": -94.057733209257293 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 497565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8959212376933898, "S12": -14.689214829347637, "W13": -20.802575171404243, "S13": -21.222852610001436, "W21": -37.185677036027322, "S21": -37.185677036027322, "W22": -41.397557877085177, "S22": -43.894313448436499, "W31": -80.015564719206424, "S31": -80.015564719206424, "W32": -100.02830677176226, "S32": -105.02830677176226 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 503679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.217131817203126, "S11": -1.3202591440832452, "W12": -7.418160537312219, "S12": -7.418160537312219, "W13": -22.327648793613776, "S13": -22.760911093360054, "W21": -36.160239218086232, "S21": -36.160239218086232, "W22": -45.622801754297335, "S22": -51.255680049167701, "W31": -65.029796956486535, "S31": -67.032217248726212, "W32": -91.566659608274009, "S32": -96.566659608274009 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 509291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60548918560164045, "S11": -0.60548918560164045, "W12": -5.0, "S12": -11.520252771159225, "W13": -24.10712438216369, "S13": -24.44071231013465, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -65.915207630761131, "S31": -65.915207630761131, "W32": -89.821049218561797, "S32": -94.821049218561797 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 509597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33027216563694273, "S11": -0.33027216563694273, "W12": -9.3070236718821953, "S12": -9.3219193747308058, "W13": -23.294862898923977, "S13": -27.322002986669627, "W21": -38.578055332912292, "S21": -38.578055332912292, "W22": -42.035351157548256, "S22": -42.761085244727347, "W31": -65.459809521029911, "S31": -65.459809521029911, "W32": -90.230439244268354, "S32": -95.230439244268354 }, "geometry": { "type": "Point", "coordinates": [ 104116.0, 511361.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1801253299114611, "S12": -5.1801253299114611, "W13": -15.007370832393702, "S13": -15.007370832393702, "W21": -45.172738689486167, "S21": -45.324085567239258, "W22": -48.693669402368812, "S22": -51.842666643323675, "W31": -79.779277797662232, "S31": -79.779277797662232, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104116.142857142855064, 522772.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0, "W12": -10.304231535683147, "S12": -10.304231535683147, "W13": -14.388459112716296, "S13": -18.602567117615784, "W21": -54.53538611330859, "S21": -64.084913557067736, "W22": -39.389999, "S22": -43.50682151890247, "W31": -68.962339260256499, "S31": -72.60298064249497, "W32": -88.679428625240078, "S32": -93.679428625240078 }, "geometry": { "type": "Point", "coordinates": [ 104117.0, 501159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88068221413208825, "S11": -0.88068221413208825, "W12": -6.5217025093529344, "S12": -9.325018398099246, "W13": -22.616576643455332, "S13": -22.986898733352522, "W21": -35.935959210407489, "S21": -35.935959210407489, "W22": -40.0, "S22": -48.276419684117172, "W31": -69.202853728826327, "S31": -69.202853728826327, "W32": -98.065895574123601, "S32": -103.0658955741236 }, "geometry": { "type": "Point", "coordinates": [ 104117.0, 509271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -48.558251754256112, "S22": -51.611474462482036, "W31": -79.614171168932529, "S31": -79.614171168932529, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104117.0, 526700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6826222378937512, "W12": -10.100616515132659, "S12": -10.100616515132659, "W13": -14.710089878858955, "S13": -19.592901491354993, "W21": -49.703619513901018, "S21": -58.452405953977326, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -77.79999708569693, "S31": -77.79999708569693, "W32": -89.304065842786102, "S32": -94.304065842786102 }, "geometry": { "type": "Point", "coordinates": [ 104117.333333333328483, 501268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6807338638807201, "S11": 0.056473991625603182, "W12": -5.0, "S12": -7.5561634268420459, "W13": -19.999999999999996, "S13": -23.278281962276772, "W21": -36.170494883389559, "S21": -41.860295320778775, "W22": -40.136878932116097, "S22": -42.346655107446502, "W31": -74.986544553862302, "S31": -74.986544553862302, "W32": -100.29146226490467, "S32": -105.29146226490467 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 504240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1142885109798377, "S11": -3.4383161876922768, "W12": -7.6469887807857324, "S12": -7.6469887807857324, "W13": -19.475832537506545, "S13": -26.548720258652857, "W21": -32.588783119950058, "S21": -35.712073877085587, "W22": -35.018206875380699, "S22": -38.686456113200514, "W31": -67.712246734528108, "S31": -67.712246734528108, "W32": -88.881508290481989, "S32": -93.881508290481989 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 505295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0082397484688578326, "S11": -0.65321326474756791, "W12": -5.2299915078317483, "S12": -9.981553433595419, "W13": -29.576724011184599, "S13": -29.576724011184599, "W21": -34.143672084637132, "S21": -43.099250586275829, "W22": -40.0, "S22": -45.700718373310607, "W31": -67.104731690446329, "S31": -72.979519076407897, "W32": -97.411839735894361, "S32": -102.41183973589436 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 506055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46412471233567665, "S11": -0.68977493655092326, "W12": -5.0, "S12": -5.571499565163375, "W13": -19.854780379030171, "S13": -19.854780379030171, "W21": -32.988988646472123, "S21": -32.989766233399379, "W22": -60.955654970334841, "S22": -60.955654970334841, "W31": -74.408371992874166, "S31": -74.975907525358735, "W32": -97.19207584164198, "S32": -102.19207584164198 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 507812.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64021875251324123, "S11": -0.64021875251324123, "W12": -4.8227831301930104, "S12": -4.8227831301930104, "W13": -20.960664546179977, "S13": -20.960664546179977, "W21": -31.163669609774388, "S21": -32.559383148718453, "W22": -48.532394010971458, "S22": -51.330592357320349, "W31": -86.955308716517976, "S31": -86.955308716517976, "W32": -95.788224468778751, "S32": -100.78822446877875 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 508561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8724205803800138, "S11": 0.8724205803800138, "W12": -9.986999496531821, "S12": -10.58522342548898, "W13": -29.267144255973527, "S13": -29.267144255973527, "W21": -39.649712633792326, "S21": -39.649712633792326, "W22": -66.749017224364692, "S22": -66.749017224364692, "W31": -83.347391841415018, "S31": -83.347391841415018, "W32": -90.941934033941436, "S32": -95.941934033941436 }, "geometry": { "type": "Point", "coordinates": [ 104118.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1726057930606668, "S12": -5.1726057930606668, "W13": -15.103820653854941, "S13": -15.103820653854941, "W21": -45.331915057514564, "S21": -45.331915057514564, "W22": -60.867331049517283, "S22": -60.867331049517283, "W31": -79.923843481557, "S31": -79.923843481557, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104118.943396226415643, 523020.377358490542974 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010978460510936761, "S11": 0.010978460510936761, "W12": -9.0686727618280614, "S12": -10.141816926089268, "W13": -21.684934222637608, "S13": -22.855924427718723, "W21": -39.058668889319222, "S21": -39.575896557412534, "W22": -40.0, "S22": -40.0, "W31": -65.925282943758788, "S31": -65.925282943758788, "W32": -89.811634903275191, "S32": -94.811634903275191 }, "geometry": { "type": "Point", "coordinates": [ 104119.0, 511477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1449869971923112, "S12": -6.1449869971923112, "W13": -20.0, "S13": -20.0, "W21": -46.844124050090684, "S21": -48.097560625695351, "W22": -39.311108311144778, "S22": -44.014166296047392, "W31": -67.877683409472084, "S31": -73.744630213550991, "W32": -96.765955715223882, "S32": -101.76595571522388 }, "geometry": { "type": "Point", "coordinates": [ 104119.0, 518358.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1720563806665822, "S12": -5.1720563806665822, "W13": -15.116393591735584, "S13": -15.116393591735584, "W21": -45.351986210997573, "S21": -45.351986210997573, "W22": -70.0, "S22": -80.844170156491074, "W31": -98.999121799635205, "S31": -98.999121799635205, "W32": -103.01142405518034, "S32": -108.01142405518034 }, "geometry": { "type": "Point", "coordinates": [ 104119.0, 523051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2037596398030992, "S11": 0.20375963980309875, "W12": -10.195900762239813, "S12": -11.650485227981481, "W13": -15.0, "S13": -18.342214895621257, "W21": -40.622320160358946, "S21": -43.622320160358946, "W22": -36.615376568824992, "S22": -40.741516567518865, "W31": -58.165518401278206, "S31": -61.165518401278206, "W32": -89.323946964529341, "S32": -94.323946964529341 }, "geometry": { "type": "Point", "coordinates": [ 104120.0, 500562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2106717626125905, "S12": -5.2106717626125905, "W13": -18.704840625473526, "S13": -19.990190537796177, "W21": -43.0, "S21": -43.501401697504051, "W22": -45.080762309476832, "S22": -45.080762309476832, "W31": -64.731313064259169, "S31": -66.150217723247877, "W32": -98.355245292323275, "S32": -103.35524529232327 }, "geometry": { "type": "Point", "coordinates": [ 104120.0, 520477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2803659022805181, "S11": -1.8589172663492035, "W12": -9.311976106077644, "S12": -9.311976106077644, "W13": -20.388325073452346, "S13": -25.389246597582904, "W21": -42.916399589633471, "S21": -44.845782486803465, "W22": -38.121561297011311, "S22": -42.170549661348552, "W31": -60.752377993863618, "S31": -60.752377993863618, "W32": -96.733838300617904, "S32": -101.7338383006179 }, "geometry": { "type": "Point", "coordinates": [ 104120.484848484848044, 516130.424242424254771 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2221222173342392, "S12": -6.2221222173342392, "W13": -20.0, "S13": -20.0, "W21": -46.790027680553933, "S21": -48.362079337474015, "W22": -34.357118064295086, "S22": -38.427962740567217, "W31": -67.91898932142665, "S31": -67.91898932142665, "W32": -88.767471640410079, "S32": -93.767471640410079 }, "geometry": { "type": "Point", "coordinates": [ 104120.75, 518309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12661879446875141, "S11": -0.62661879446875135, "W12": -13.409632612805128, "S12": -13.409632612805128, "W13": -21.168146273262266, "S13": -25.011829047579759, "W21": -39.808000281509642, "S21": -41.758212308684733, "W22": -79.217380310182051, "S22": -97.715200215395328, "W31": -102.48591466487485, "S31": -102.48591466487485, "W32": -102.48591466487485, "S32": -106.83673469387756 }, "geometry": { "type": "Point", "coordinates": [ 104121.0, 514695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1730176502043177, "S12": -5.1730176502043177, "W13": -15.000000000000023, "S13": -15.000000000000023, "W21": -45.184006650386848, "S21": -45.344615019778573, "W22": -38.688718424793649, "S22": -39.26207242306721, "W31": -68.346029514554928, "S31": -72.95477177689196, "W32": -82.814563696576585, "S32": -87.814563696576585 }, "geometry": { "type": "Point", "coordinates": [ 104121.230769230765873, 522800.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24926416686569175, "S11": 0.24926416686569175, "W12": -6.151603508968531, "S12": -6.151603508968531, "W13": -18.377286783814817, "S13": -20.383848346423797, "W21": -33.391990597411116, "S21": -33.391990597411116, "W22": -39.494225107571523, "S22": -41.140815076742136, "W31": -58.177788426979753, "S31": -60.789801977749072, "W32": -93.719717167033721, "S32": -98.719717167033721 }, "geometry": { "type": "Point", "coordinates": [ 104121.8, 503116.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7960931962989664, "S12": -7.7960931962989664, "W13": -16.546966506772065, "S13": -19.137383605141125, "W21": -35.93950123489153, "S21": -36.273417169355071, "W22": -40.124836995063148, "S22": -41.264095585934641, "W31": -59.392596142326589, "S31": -61.929718659141024, "W32": -94.54248290251536, "S32": -99.54248290251536 }, "geometry": { "type": "Point", "coordinates": [ 104121.888888888890506, 497472.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18735707427775636, "S11": 0.18735707427775636, "W12": -7.8328971447876476, "S12": -7.8328971447876476, "W13": -14.939126191086366, "S13": -16.270262340561931, "W21": -38.989451392310627, "S21": -42.059341871444516, "W22": -60.899662732160401, "S22": -60.899662732160401, "W31": -74.048555365692678, "S31": -74.51673752060691, "W32": -97.519189854407401, "S32": -102.5191898544074 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 500181.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4730134932533732, "S11": 2.4730134932533732, "W12": -9.45096, "S12": -9.45096, "W13": -15.073515144982213, "S13": -17.444026743329847, "W21": -40.0, "S21": -47.836680550765394, "W22": -50.0, "S22": -55.114034578226949, "W31": -89.177832549372496, "S31": -89.177832549372496, "W32": -98.926086055708907, "S32": -103.92608605570891 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 501473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26426381403578203, "S11": 0.26426381403578203, "W12": -6.6960322096150149, "S12": -6.6960322096150149, "W13": -18.814067144119015, "S13": -20.961964896872018, "W21": -34.143617990321665, "S21": -34.143617990321665, "W22": -51.471791991011962, "S22": -51.471791991011962, "W31": -77.48599333661609, "S31": -77.48599333661609, "W32": -89.069149134608281, "S32": -94.069149134608281 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 503198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99327857797980956, "S11": -1.7261313101082347, "W12": -7.3785259555622655, "S12": -7.3785259555622655, "W13": -20.0, "S13": -22.635673624288426, "W21": -34.265576434788599, "S21": -34.265576434788599, "W22": -42.717094699275528, "S22": -47.012127083486696, "W31": -80.163784542071753, "S31": -81.163784542071753, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 505011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64825330527777347, "S11": -1.0861667636879242, "W12": -10.206052110817923, "S12": -11.500010140712551, "W13": -19.640132652384455, "S13": -19.640132652384455, "W21": -37.163016365286616, "S21": -37.163016365286616, "W22": -34.356501813865506, "S22": -38.40769355685903, "W31": -67.90480165943849, "S31": -67.90480165943849, "W32": -88.7694860118214, "S32": -93.7694860118214 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 506935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6682914635227426, "S11": 0.6682914635227426, "W12": -9.4266399937191867, "S12": -34.426639993719185, "W13": -34.426639993719185, "S13": -34.426639993719185, "W21": -40.0, "S21": -40.002657470440703, "W22": -45.541976263522265, "S22": -46.605135921183383, "W31": -65.109673401947916, "S31": -66.337918636997571, "W32": -92.048254232444222, "S32": -97.048254232444222 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 510269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6193807348920952, "S12": -9.6193807348920952, "W13": -24.667431355056149, "S13": -29.468600945699425, "W21": -38.188252074985684, "S21": -38.188252074985684, "W22": -50.000000000000007, "S22": -50.004299390172548, "W31": -71.214560672771086, "S31": -72.07440904773361, "W32": -98.779697624190078, "S32": -103.77969762419008 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 511258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.225660262961882, "S12": -5.225660262961882, "W13": -20.0, "S13": -20.0, "W21": -46.126702500462343, "S21": -46.126702500462343, "W22": -53.866655456532705, "S22": -63.866655456532705, "W31": -89.366868263072149, "S31": -89.366868263072149, "W32": -100.33813938130861, "S32": -105.33813938130861 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 519341.375 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.16746290305323, "S12": -5.16746290305323, "W13": -15.122667505673737, "S13": -15.122667505673737, "W21": -45.375701509001701, "S21": -45.375701509001701, "W22": -64.770019495992486, "S22": -64.770019495992486, "W31": -98.593981824925805, "S31": -98.593981824925805, "W32": -98.593981824925805, "S32": -102.74232946082812 }, "geometry": { "type": "Point", "coordinates": [ 104122.0, 523093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2992574374761654, "S12": -6.2992574374761654, "W13": -20.0, "S13": -20.09311450307019, "W21": -46.735931311017183, "S21": -48.874089205754025, "W22": -39.36045741290112, "S22": -44.537984367211571, "W31": -67.851567168709138, "S31": -73.477348263056285, "W32": -96.880223269545709, "S32": -101.88022326954571 }, "geometry": { "type": "Point", "coordinates": [ 104122.5, 518260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2260714851277732, "S11": 2.2260714851277728, "W12": -10.194528486269959, "S12": -11.661652884305736, "W13": -15.000000000000002, "S13": -18.339713806760056, "W21": -40.726549052404607, "S21": -43.726549052404607, "W22": -36.719763972958098, "S22": -41.001174499164804, "W31": -68.281561739588028, "S31": -77.15032462726505, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104122.666666666671517, 500563.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76826560856678461, "S11": 0.76826560856678461, "W12": -10.0, "S12": -10.609699351136166, "W13": -15.560812191964388, "S13": -16.394242509101424, "W21": -36.578774721913028, "S21": -38.607714414023178, "W22": -39.297274912103532, "S22": -44.060627231884474, "W31": -68.802758121229729, "S31": -72.104594231690967, "W32": -89.9460584087672, "S32": -94.9460584087672 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 499381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20223506527512811, "S11": 0.20223506527512811, "W12": -7.8719070048445525, "S12": -7.8719070048445525, "W13": -15.015430175042928, "S13": -16.441503243788738, "W21": -39.052643665268789, "S21": -42.052643665268789, "W22": -72.516411378555802, "S22": -72.516411378555802, "W31": -100.05646239402563, "S31": -100.05646239402563, "W32": -102.95618874906732, "S32": -107.95618874906732 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 500196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97773377910965475, "S11": -2.0222662208903452, "W12": -7.4345763820739297, "S12": -7.4345763820739297, "W13": -19.930583636608709, "S13": -22.443830570127119, "W21": -34.294136837510557, "S21": -34.294136837510557, "W22": -45.516584518894582, "S22": -45.583182599392742, "W31": -65.127891218498732, "S31": -66.213997361051824, "W32": -92.150265282037083, "S32": -97.150265282037083 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 505028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096242901212928542, "S11": -0.27925431437975246, "W12": -8.0979496395089523, "S12": -16.375292387310804, "W13": -19.1687443485731, "S13": -19.1687443485731, "W21": -35.462713335441897, "S21": -35.462713335441897, "W22": -37.827365089419715, "S22": -43.103661583220543, "W31": -68.582235085758967, "S31": -74.558956828217248, "W32": -91.931420903323016, "S32": -96.931420903323016 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 507338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27283938753283354, "S11": -0.72716061246716646, "W12": -4.2706259963520337, "S12": -5.9861071679001512, "W13": -19.543424763360786, "S13": -19.543424763360786, "W21": -34.07786651280805, "S21": -34.07786651280805, "W22": -43.50502186033259, "S22": -43.50502186033259, "W31": -63.544252035296921, "S31": -65.488654332901774, "W32": -97.074594532964682, "S32": -102.07459453296468 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 507606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93381737927413921, "S11": 0.93381737927413921, "W12": -9.9952650480043079, "S12": -9.9952650480043079, "W13": -29.140253106629853, "S13": -29.140253106629853, "W21": -39.739508522531622, "S21": -39.739508522531622, "W22": -51.626524990161357, "S22": -51.626524990161357, "W31": -78.46561077957108, "S31": -78.46561077957108, "W32": -93.110083532219562, "S32": -98.110083532219562 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 510561.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9201222426239406, "S11": -0.9201222426239406, "W12": -11.138466330365304, "S12": -16.009036257743904, "W13": -27.537459202743989, "S13": -31.335672878930129, "W21": -38.693007984401547, "S21": -38.693007984401547, "W22": -40.0, "S22": -45.284914160477292, "W31": -67.07214087386356, "S31": -72.692564555656517, "W32": -97.03800270108043, "S32": -102.03800270108043 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 511086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2051785557153414, "S12": -5.2051785557153414, "W13": -18.510020969689268, "S13": -20.510020969689268, "W21": -43.188973947179278, "S21": -43.188973947179278, "W22": -61.038154304741219, "S22": -61.038154304741219, "W31": -74.285291955162734, "S31": -74.80657440534317, "W32": -97.357040799299156, "S32": -102.35704079929916 }, "geometry": { "type": "Point", "coordinates": [ 104123.0, 520577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8041481135569271, "S12": -9.8041481135569271, "W13": -17.200001, "S13": -18.744556517552308, "W21": -28.995159181654493, "S21": -29.159527537086127, "W22": -39.529999, "S22": -44.367839668863468, "W31": -68.856165169094638, "S31": -72.262249722024578, "W32": -89.676409308677023, "S32": -94.676409308677023 }, "geometry": { "type": "Point", "coordinates": [ 104123.2, 496859.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30236831996647606, "S11": 0.30236831996647606, "W12": -6.9740215093274252, "S12": -6.9740215093274252, "W13": -18.947539464435149, "S13": -21.181677687565351, "W21": -34.367288642186168, "S21": -34.367288642186168, "W22": -80.0, "S22": -92.764360189573466, "W31": -102.82675121787334, "S31": -102.82675121787334, "W32": -102.82675121787334, "S32": -106.64399092970521 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 503240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65872425004882862, "S11": -0.65872425004882862, "W12": -4.6898853900617503, "S12": -4.6898853900617503, "W13": -20.519309462067731, "S13": -20.519309462067731, "W21": -31.106677606850003, "S21": -31.106677606850003, "W22": -80.0, "S22": -80.0, "W31": -103.65864270115908, "S31": -103.65864270115908, "W32": -103.65864270115908, "S32": -106.29251700680271 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 508544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57208377853605852, "S11": -0.57208377853605852, "W12": -5.3919911859024854, "S12": -5.3919911859024854, "W13": -21.617245099400506, "S13": -21.617245099400506, "W21": -31.041842364010236, "S21": -34.796154962023827, "W22": -80.0, "S22": -85.505742039180973, "W31": -104.32057785990257, "S31": -104.32057785990257, "W32": -104.32057785990257, "S32": -106.03141742261703 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 508601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30977380050136999, "S11": -0.038409917430247131, "W12": -9.1563207433683562, "S12": -9.1563207433683562, "W13": -30.140892228346459, "S13": -30.140892228346459, "W21": -40.0, "S21": -40.003528464017187, "W22": -40.654469101361421, "S22": -40.654469101361421, "W31": -74.447756061213965, "S31": -75.213153985089392, "W32": -98.079832861357787, "S32": -103.07983286135779 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 509998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52421642700463056, "S11": 0.52421642700463056, "W12": -8.575858523921525, "S12": -11.191523494352003, "W13": -18.191168403730114, "S13": -28.370405712933113, "W21": -39.006204164773699, "S21": -40.518608398328986, "W22": -40.296433998402193, "S22": -44.585496929295246, "W31": -71.929057120325339, "S31": -72.192777667367537, "W32": -98.051284111215125, "S32": -103.05128411121512 }, "geometry": { "type": "Point", "coordinates": [ 104124.0, 511721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3763926576180934, "S12": -6.3763926576180934, "W13": -20.0, "S13": -20.298299539134575, "W21": -46.681834941480439, "S21": -50.396693276644065, "W22": -39.015832962691448, "S22": -43.151127309822101, "W31": -64.186078493022151, "S31": -64.186078493022151, "W32": -96.163523786978061, "S32": -101.16352378697806 }, "geometry": { "type": "Point", "coordinates": [ 104124.25, 518211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0477752305876837, "S11": 1.0477752305876837, "W12": -5.67459798447259, "S12": -5.67459798447259, "W13": -15.0, "S13": -17.066735019219614, "W21": -32.680971293319445, "S21": -35.318559527165505, "W22": -40.0, "S22": -40.0, "W31": -65.762367516177534, "S31": -65.762367516177534, "W32": -89.880477811478102, "S32": -94.880477811478102 }, "geometry": { "type": "Point", "coordinates": [ 104124.285714285710128, 498715.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90143659738738513, "S11": -0.90143659738738513, "W12": -3.1079728104490298, "S12": -3.1079728104490298, "W13": -20.0, "S13": -20.0, "W21": -30.590993834827302, "S21": -33.83651256003418, "W22": -41.171982059815775, "S22": -41.171982059815775, "W31": -65.533309643422669, "S31": -65.533309643422669, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104124.4, 508384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35792379821766868, "S11": -4.264993862744614, "W12": -6.9765834193034157, "S12": -8.1587662144431494, "W13": -24.874845981836749, "S13": -27.531545483200365, "W21": -33.752487647674997, "S21": -41.005938432185744, "W22": -43.059071817146261, "S22": -47.857539809121448, "W31": -65.164487644919092, "S31": -65.794818713301652, "W32": -90.64147462162326, "S32": -95.64147462162326 }, "geometry": { "type": "Point", "coordinates": [ 104124.666666666671517, 505748.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1628694254398777, "S12": -5.1628694254398777, "W13": -15.128941419611893, "S13": -15.128941419611893, "W21": -45.399416807005821, "S21": -45.399416807005821, "W22": -37.951734901509028, "S22": -41.642624363654456, "W31": -67.634562877672806, "S31": -67.634562877672806, "W32": -88.114773462966767, "S32": -93.114773462966767 }, "geometry": { "type": "Point", "coordinates": [ 104125.0, 523135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1638092201363825, "S12": -5.1638092201363825, "W13": -15.101432882351103, "S13": -15.101432882351103, "W21": -45.356334664908125, "S21": -45.356334664908125, "W22": -39.34446976779153, "S22": -39.34446976779153, "W31": -66.196100390082393, "S31": -66.196100390082393, "W32": -89.65184693555058, "S32": -94.65184693555058 }, "geometry": { "type": "Point", "coordinates": [ 104125.056603773584357, 523069.622641509457026 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13223152049249159, "S11": -2.9575560079671428, "W12": -6.1934524214496491, "S12": -9.4043250469181512, "W13": -25.0, "S13": -25.000000000000004, "W21": -33.801550230485233, "S21": -41.920467975838278, "W22": -39.178506271938865, "S22": -43.359843572542225, "W31": -69.5106137709828, "S31": -74.165357417382069, "W32": -86.051011395889248, "S32": -91.051011395889248 }, "geometry": { "type": "Point", "coordinates": [ 104125.333333333328483, 505878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51631694644282722, "S11": -0.51631694644282722, "W12": -5.2400463436429652, "S12": -13.138196445628086, "W13": -21.883876518684573, "S13": -21.883876518684573, "W21": -33.620445088034963, "S21": -33.819563325902003, "W22": -50.0, "S22": -50.0, "W31": -77.960204845220716, "S31": -77.960204845220716, "W32": -89.821181346204185, "S32": -94.821181346204185 }, "geometry": { "type": "Point", "coordinates": [ 104125.333333333328483, 508024.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.231493544198913, "S11": -2.058319591154258, "W12": -9.6751728101553596, "S12": -9.6751728101553596, "W13": -20.605863003346293, "S13": -21.834500914722348, "W21": -41.98436220265318, "S21": -41.98436220265318, "W22": -42.66889534480304, "S22": -46.927602420447684, "W31": -80.164856168348834, "S31": -80.164856168348834, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104126.0, 515747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4535278777600205, "S12": -6.4535278777600205, "W13": -20.0, "S13": -20.503484575198961, "W21": -46.627738571943688, "S21": -54.13048401450903, "W22": -41.153176422127643, "S22": -46.948796860083846, "W31": -74.337929617336769, "S31": -75.166830598330023, "W32": -98.122523309827088, "S32": -103.12252330982709 }, "geometry": { "type": "Point", "coordinates": [ 104126.0, 518162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015838075808010294, "S11": -0.015838075808010294, "W12": -9.2739357779371101, "S12": -9.2739357779371101, "W13": -14.004416211066932, "S13": -16.54825958456091, "W21": -38.650158199863831, "S21": -41.152005870692747, "W22": -60.17928808601625, "S22": -60.17928808601625, "W31": -75.058894969770876, "S31": -75.868362840482661, "W32": -94.382963239463123, "S32": -99.382963239463123 }, "geometry": { "type": "Point", "coordinates": [ 104126.75, 499976.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.164774357751952, "S12": -5.164774357751952, "W13": -14.999999999999993, "S13": -14.999999999999993, "W21": -45.208965881655899, "S21": -45.367302928649273, "W22": -42.950839358871903, "S22": -47.574724169280081, "W31": -79.804272809916597, "S31": -80.670483207265107, "W32": -99.878505055285032, "S32": -104.87850505528503 }, "geometry": { "type": "Point", "coordinates": [ 104126.923076923078042, 522849.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.036647765017250152, "S11": 0.036647765017250152, "W12": -8.8536311071030021, "S12": -9.0169129968933621, "W13": -13.815066283907953, "S13": -18.504706288243003, "W21": -38.631381558174681, "S21": -41.210735733526846, "W22": -38.044112972601923, "S22": -43.51409792698896, "W31": -68.62647627852985, "S31": -74.372911327365941, "W32": -91.725071510129126, "S32": -96.725071510129126 }, "geometry": { "type": "Point", "coordinates": [ 104127.285714285710128, 499805.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23624595754037636, "S11": 0.23624595754037636, "W12": -5.4661578642417874, "S12": -5.4661578642417874, "W13": -17.464078191639629, "S13": -19.340536410783542, "W21": -33.161157972121472, "S21": -33.894356059355275, "W22": -41.117483585763487, "S22": -41.117483585763487, "W31": -61.090406100804906, "S31": -63.436706216326634, "W32": -95.465788459517213, "S32": -100.46578845951721 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 503015.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47343605622426066, "S11": -3.8760795404967019, "W12": -7.4748018963331173, "S12": -7.4748018963331173, "W13": -22.739127458586225, "S13": -26.139061006597125, "W21": -33.722913979571402, "S21": -40.39120543627736, "W22": -44.28797876210264, "S22": -44.28797876210264, "W31": -64.187909364489457, "S31": -65.700365728776305, "W32": -98.202283630685216, "S32": -103.20228363068522 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0, "S12": -18.846442270707072, "W13": -23.006773015163464, "S13": -23.006773015163464, "W21": -36.340882086180812, "S21": -40.574422328892489, "W22": -64.95614836469943, "S22": -70.663151910798717, "W31": -94.453899821668813, "S31": -94.453899821668813, "W32": -102.35289225150598, "S32": -107.35289225150598 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 509023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5806327619500866, "S12": -11.550584590110869, "W13": -18.64051929054672, "S13": -27.370320911388959, "W21": -39.056993450216119, "S21": -40.493070522633275, "W22": -58.393861892583118, "S22": -58.393861892583118, "W31": -79.129599354572917, "S31": -80.078591164394538, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 511700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74812697500718195, "S11": 0.74812697500718195, "W12": -9.0019695025514022, "S12": -9.2578585511007354, "W13": -15.0, "S13": -15.0, "W21": -38.859618486282073, "S21": -40.768382029275202, "W22": -40.0, "S22": -40.0, "W31": -65.839541186944032, "S31": -65.839541186944032, "W32": -89.830970824697644, "S32": -94.830970824697644 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 511881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3731193649930048, "S11": -0.1590784536234604, "W12": -9.5590231816682607, "S12": -9.5590231816682607, "W13": -15.896887692301187, "S13": -15.896887692301187, "W21": -37.066067575005853, "S21": -40.066067575005853, "W22": -45.03684961117542, "S22": -45.03684961117542, "W31": -65.159854146747904, "S31": -66.077866747128994, "W32": -92.310759803885276, "S32": -97.310759803885276 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 512339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1582759478265254, "S12": -5.1582759478265254, "W13": -15.135215333550047, "S13": -15.135215333550047, "W21": -45.423132105009941, "S21": -45.423132105009941, "W22": -38.933013310650878, "S22": -44.129132371865367, "W31": -67.972965913622232, "S31": -73.673240251168423, "W32": -96.553687588287602, "S32": -101.5536875882876 }, "geometry": { "type": "Point", "coordinates": [ 104128.0, 523177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23248005407978764, "S11": 0.23248005407978764, "W12": -8.1870527235158406, "S12": -8.1870527235158406, "W13": -15.103318676249355, "S13": -16.768395741581649, "W21": -39.253081222045438, "S21": -42.245539201633775, "W22": -37.282467366388502, "S22": -37.282467366388502, "W31": -58.356528894842114, "S31": -62.455991260433514, "W32": -85.30199639070608, "S32": -90.30199639070608 }, "geometry": { "type": "Point", "coordinates": [ 104128.857142857144936, 500230.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9198835492981274, "S12": -10.245802588062253, "W13": -15.0, "S13": -18.1575206628278, "W21": -40.128101312872523, "S21": -43.128101312872523, "W22": -39.527440175133997, "S22": -41.015973147537935, "W31": -58.347310410926077, "S31": -60.910513197621945, "W32": -94.145937173988642, "S32": -99.145937173988642 }, "geometry": { "type": "Point", "coordinates": [ 104129.0, 500464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7713599761179406, "S11": 0.49123623127397575, "W12": -4.9942347047214213, "S12": -9.1260011755302735, "W13": -21.063940184130701, "S13": -24.107439459142782, "W21": -37.259592940218297, "S21": -41.151157056501361, "W22": -37.176879327491925, "S22": -41.961060712916385, "W31": -69.236120522739697, "S31": -69.236120522739697, "W32": -87.127735506397357, "S32": -92.127735506397357 }, "geometry": { "type": "Point", "coordinates": [ 104129.0, 504152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52949137742850916, "S11": -0.52949137742850916, "W12": -5.3830911871534974, "S12": -5.3830911871534974, "W13": -21.651599989574187, "S13": -21.651599989574187, "W21": -31.271617884721284, "S21": -36.376688454506962, "W22": -37.547890239742728, "S22": -38.975312580562154, "W31": -66.777977848274858, "S31": -66.777977848274858, "W32": -89.338985974060876, "S32": -94.338985974060876 }, "geometry": { "type": "Point", "coordinates": [ 104129.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7464981327204826, "S11": 0.7464981327204826, "W12": -8.9825728865148751, "S12": -9.2435800389439571, "W13": -15.067082647650393, "S13": -15.067082647650393, "W21": -38.869862251461186, "S21": -40.765419940958708, "W22": -35.079082350387218, "S22": -38.277107560471251, "W31": -68.748369836003533, "S31": -68.748369836003533, "W32": -86.966423005151555, "S32": -91.966423005151555 }, "geometry": { "type": "Point", "coordinates": [ 104129.0, 511878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58896575220714553, "S11": -0.10525778039944167, "W12": -6.4178343949044585, "S12": -6.4178343949044585, "W13": -18.021855573366697, "S13": -25.979108618861542, "W21": -31.495226032133683, "S21": -31.495226032133683, "W22": -38.34050595825483, "S22": -43.631898515880501, "W31": -68.031482444885171, "S31": -68.031482444885171, "W32": -97.952874398916421, "S32": -102.95287439891642 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 504754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35067037089164532, "S11": -4.1238642987749543, "W12": -6.971393341069021, "S12": -8.0711129277474747, "W13": -24.841418336147495, "S13": -27.397874317479157, "W21": -33.755137772458554, "S21": -40.965310925727181, "W22": -36.618378317997241, "S22": -41.506889629384332, "W31": -68.26189277314252, "S31": -76.555687670147009, "W32": -95.183115048569093, "S32": -100.18311504856909 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 505748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.95404633030728969, "W12": -9.5840947299174033, "S12": -13.16682476664473, "W13": -19.934484313855545, "S13": -19.934484313855545, "W21": -36.016035692509689, "S21": -37.465645569496779, "W22": -37.688253798294561, "S22": -43.012179206583532, "W31": -68.539109061320744, "S31": -76.098719038192243, "W32": -92.915465021835601, "S32": -97.915465021835601 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 506842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44430140869336465, "S11": -0.44430140869336465, "W12": -5.3562369295027841, "S12": -17.767877681999757, "W13": -23.579686065155052, "S13": -23.579686065155052, "W21": -33.043525503663339, "S21": -33.262766731325996, "W22": -38.007994956043127, "S22": -38.007994956043127, "W31": -65.067921830314589, "S31": -69.459006659307917, "W32": -82.947718053732046, "S32": -87.947718053732046 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 508065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94754577735243473, "S11": 0.94754577735243473, "W12": -9.9901752939888269, "S12": -9.9901752939888269, "W13": -29.145934378017898, "S13": -29.145934378017898, "W21": -39.701331810587497, "S21": -39.701331810587497, "W22": -61.120653639147605, "S22": -61.12854213549371, "W31": -74.263723761369278, "S31": -74.73875312924558, "W32": -97.522005756956332, "S32": -102.52200575695633 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 510573.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2158833057852609, "S12": -5.2158833057852609, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -46.295851214666094, "S21": -46.295851214666094, "W22": -70.841164468200461, "S22": -80.982597681168372, "W31": -102.70184074035346, "S31": -102.70184074035346, "W32": -102.70184074035346, "S32": -105.1085061271833 }, "geometry": { "type": "Point", "coordinates": [ 104130.0, 519294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2368667371110895, "S12": -5.2368667371110895, "W13": -15.518486351624201, "S13": -15.518486351624201, "W21": -46.191962562141235, "S21": -46.191962562141235, "W22": -39.969468147310515, "S22": -41.228514214350362, "W31": -69.972210405886784, "S31": -69.972210405886784, "W32": -94.23703186787624, "S32": -99.23703186787624 }, "geometry": { "type": "Point", "coordinates": [ 104130.040816326523782, 524349.755102040828206 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21740334979239143, "S11": 0.21740334979239143, "W12": -8.0767402348677262, "S12": -8.0767402348677262, "W13": -15.086988966913555, "S13": -16.684810230504862, "W21": -39.23433186633244, "S21": -42.213506874435552, "W22": -60.0, "S22": -60.0, "W31": -77.387525101946196, "S31": -77.387525101946196, "W32": -88.923535960371723, "S32": -93.923535960371723 }, "geometry": { "type": "Point", "coordinates": [ 104130.25, 500219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20841558099763979, "S11": -0.44127937655607097, "W12": -5.0, "S12": -7.7670154356169858, "W13": -25.043086564825355, "S13": -25.043086564825355, "W21": -40.0, "S21": -40.0, "W22": -39.871295631129009, "S22": -48.118125437844427, "W31": -66.763548183032256, "S31": -66.763548183032256, "W32": -97.183952391014444, "S32": -102.18395239101444 }, "geometry": { "type": "Point", "coordinates": [ 104130.333333333328483, 509660.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35181740802622863, "S11": -0.65696641385165833, "W12": -4.9974346642015393, "S12": -5.6155238678293209, "W13": -19.925902722496417, "S13": -19.925902722496417, "W21": -33.114595519873511, "S21": -33.114595519873511, "W22": -39.733594939192173, "S22": -39.733594939192173, "W31": -66.021537952022072, "S31": -66.021537952022072, "W32": -89.726767243169874, "S32": -94.726767243169874 }, "geometry": { "type": "Point", "coordinates": [ 104130.5, 507799.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.993417043657006, "S12": -7.993417043657006, "W13": -19.756108514568165, "S13": -23.955807083680845, "W21": -45.26379498944106, "S21": -45.26379498944106, "W22": -45.098198042657366, "S22": -45.098198042657366, "W31": -65.153604710019081, "S31": -66.375852291053761, "W32": -92.217677867792844, "S32": -97.217677867792844 }, "geometry": { "type": "Point", "coordinates": [ 104131.0, 517092.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1536824702131732, "S12": -5.1536824702131732, "W13": -15.141489247488202, "S13": -15.141489247488202, "W21": -45.446847403014061, "S21": -45.446847403014061, "W22": -44.902998713472435, "S22": -45.965236119060009, "W31": -65.414381423761597, "S31": -66.250663394259064, "W32": -93.250789626828208, "S32": -98.250789626828208 }, "geometry": { "type": "Point", "coordinates": [ 104131.0, 523219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1550126472120992, "S12": -5.1550126472120992, "W13": -15.09904511084725, "S13": -15.09904511084725, "W21": -45.380754272301651, "S21": -45.380754272301651, "W22": -40.790308869368303, "S22": -47.460233613717591, "W31": -67.431387696686386, "S31": -72.483732338152763, "W32": -97.088942621879482, "S32": -102.08894262187948 }, "geometry": { "type": "Point", "coordinates": [ 104131.16981132075307, 523118.867924528312869 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47768011518318021, "S11": 0.47768011518318021, "W12": -10.0, "S12": -10.493379520719706, "W13": -15.080356128915033, "S13": -16.13101804337532, "W21": -37.469169019379471, "S21": -39.027839839732536, "W22": -39.109359940986202, "S22": -43.614774678489148, "W31": -69.707586225052253, "S31": -74.707586225052253, "W32": -85.535023709280495, "S32": -90.535023709280495 }, "geometry": { "type": "Point", "coordinates": [ 104132.0, 499461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0050002564234062352, "W12": -5.0, "S12": -8.3156529938707866, "W13": -18.883705378467024, "S13": -21.29818948695803, "W21": -35.158240221033083, "S21": -39.967534711355896, "W22": -38.52, "S22": -44.069174395795244, "W31": -68.753024195680794, "S31": -73.056864525803249, "W32": -90.683707461773238, "S32": -95.683707461773238 }, "geometry": { "type": "Point", "coordinates": [ 104132.0, 504322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93066379912792419, "S11": -2.3904730401348853, "W12": -7.7357447480650761, "S12": -7.7357447480650761, "W13": -19.586197600754822, "S13": -22.768527229941903, "W21": -33.826465581619438, "S21": -33.826465581619438, "W22": -61.089830091338534, "S22": -61.089830091338534, "W31": -74.307854660173305, "S31": -74.789537219006064, "W32": -97.503980504220436, "S32": -102.50398050422044 }, "geometry": { "type": "Point", "coordinates": [ 104132.0, 505077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5435329049688864, "S12": -6.5435329049688864, "W13": -20.0, "S13": -20.703688176106287, "W21": -46.600693504965427, "S21": -53.016311135416338, "W22": -49.59168699914342, "S22": -52.929060751646126, "W31": -80.763933171789304, "S31": -80.763933171789304, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104132.6, 518118.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1565310652995873, "S12": -5.1565310652995873, "W13": -14.999999999999968, "S13": -14.999999999999968, "W21": -45.233925112924943, "S21": -45.401603952437405, "W22": -57.506304442941804, "S22": -57.506304442941804, "W31": -78.53182703358155, "S31": -78.53182703358155, "W32": -91.535735188918508, "S32": -96.535735188918508 }, "geometry": { "type": "Point", "coordinates": [ 104132.615384615390212, 522898.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -1.016421016476605, "S11": -1.016421016476605, "W12": -7.063632266865449, "S12": -11.035227669629796, "W13": -21.861690996708504, "S13": -22.726914348422426, "W21": -38.512327871888864, "S21": -38.512327871888864, "W22": -39.201080617782821, "S22": -39.201080617782821, "W31": -66.19515425856126, "S31": -66.19515425856126, "W32": -89.633864954207894, "S32": -94.633864954207894 }, "geometry": { "type": "Point", "coordinates": [ 104132.666666666671517, 509454.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3141399700598804, "S11": -3.2773000145355891, "W12": -10.0, "S12": -10.0, "W13": -20.819800393001589, "S13": -26.877019937875289, "W21": -40.976091193332977, "S21": -42.515467749346101, "W22": -65.042963390858546, "S22": -65.042963390858546, "W31": -98.805869807121667, "S31": -98.805869807121667, "W32": -98.805869807121667, "S32": -102.5925925925926 }, "geometry": { "type": "Point", "coordinates": [ 104133.0, 515334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1596130239520956, "S11": -3.1596130239520956, "W12": -9.9866578939930246, "S12": -9.9866578939930246, "W13": -20.81178851513042, "S13": -26.925379220133127, "W21": -41.016413484704458, "S21": -42.493985115758036, "W22": -41.14755485950193, "S22": -44.393644222573968, "W31": -66.994539195026391, "S31": -72.228028066330097, "W32": -96.240580979728705, "S32": -101.2405809797287 }, "geometry": { "type": "Point", "coordinates": [ 104133.0, 515351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7480357163090272, "S11": -1.7480357163090272, "W12": -8.4668370734298222, "S12": -8.4668370734298222, "W13": -21.703442771090856, "S13": -22.268017106470911, "W21": -36.677907759770719, "S21": -36.677907759770719, "W22": -43.671336000592845, "S22": -43.671336000592845, "W31": -63.644505664719247, "S31": -65.250513734304349, "W32": -98.049321969046886, "S32": -103.04932196904689 }, "geometry": { "type": "Point", "coordinates": [ 104133.25, 509331.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77758270693957532, "S11": 0.47916805754996655, "W12": -4.9846565457213705, "S12": -8.7816311675490972, "W13": -20.941674205736788, "S13": -23.941674205736788, "W21": -37.149890823588969, "S21": -41.146680550715729, "W22": -50.0, "S22": -50.0, "W31": -78.139182092534455, "S31": -78.139182092534455, "W32": -90.149388668847934, "S32": -95.149388668847934 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32197337516651475, "S11": -0.057634155992329128, "W12": -6.4264387933697105, "S12": -16.164028052969797, "W13": -19.286254708813185, "S13": -19.286254708813185, "W21": -35.188280636698472, "S21": -35.188280636698472, "W22": -42.09033223892078, "S22": -42.09033223892078, "W31": -61.300360070525109, "S31": -63.453828202829378, "W32": -96.072837473285915, "S32": -101.07283747328592 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 507401.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.874809957112709, "W12": -11.339027178139498, "S12": -11.339027178139498, "W13": -20.992936965481007, "S13": -26.160301243037111, "W21": -40.09050380407821, "S21": -42.225324570704132, "W22": -60.171618210965043, "S22": -60.171618210965043, "W31": -75.134689133765434, "S31": -75.974747975348237, "W32": -94.153831481569782, "S32": -99.153831481569782 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 515064.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.14908899259982, "S12": -5.14908899259982, "W13": -15.147763161426356, "S13": -15.147763161426356, "W21": -45.470562701018181, "S21": -45.470562701018181, "W22": -60.147004280971714, "S22": -60.147004280971714, "W31": -75.32651578312786, "S31": -76.32651578312786, "W32": -93.381693767583798, "S32": -98.381693767583798 }, "geometry": { "type": "Point", "coordinates": [ 104134.0, 523261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.9880952380952381, "W12": -9.6192177263969185, "S12": -9.6192177263969185, "W13": -15.0, "S13": -18.805211312360978, "W21": -44.292378730899223, "S21": -52.60506278364111, "W22": -38.276870497862298, "S22": -44.193272120502876, "W31": -68.73201487718012, "S31": -73.90328783236005, "W32": -91.217967582075147, "S32": -96.217967582075147 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 501384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0739087546239219, "S12": -9.0739087546239219, "W13": -14.786307443614811, "S13": -14.786307443614811, "W21": -38.297115210707183, "S21": -40.60881474313247, "W22": -60.0, "S22": -60.0, "W31": -77.558480104368996, "S31": -77.558480104368996, "W32": -89.037392453038862, "S32": -94.037392453038862 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 501708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75471799997702171, "S11": -0.75471799997702171, "W12": -4.0419194335779638, "S12": -4.0419194335779638, "W13": -20.0, "S13": -20.0, "W21": -30.787024144432639, "S21": -35.787024144432635, "W22": -34.932165990370315, "S22": -38.475349129051224, "W31": -67.611734134419706, "S31": -67.611734134419706, "W32": -88.885457034545198, "S32": -93.885457034545198 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 508472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32139567422608289, "S11": -0.1161126624419177, "W12": -8.9196978416999553, "S12": -9.5292243079807282, "W13": -30.05176933206625, "S13": -30.05176933206625, "W21": -40.0, "S21": -40.003119417178958, "W22": -35.104654485674757, "S22": -38.536815552139494, "W31": -67.553499082024402, "S31": -67.553499082024402, "W32": -88.915844031627046, "S32": -93.915844031627046 }, "geometry": { "type": "Point", "coordinates": [ 104135.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67884602478414069, "S11": -1.0169330001664203, "W12": -10.263712071240082, "S12": -11.787373013687557, "W13": -19.584397426543774, "S13": -19.584397426543774, "W21": -36.917573578594947, "S21": -36.987284529734609, "W22": -43.254005208625756, "S22": -43.254005208625756, "W31": -63.202819546974162, "S31": -65.114914485740826, "W32": -97.208847590000858, "S32": -102.20884759000086 }, "geometry": { "type": "Point", "coordinates": [ 104135.5, 506943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64960027877992776, "S11": -0.061673237141098514, "W12": -9.2384739331146655, "S12": -9.2384739331146655, "W13": -15.004694055944059, "S13": -15.004694055944059, "W21": -38.408983182790287, "S21": -39.482171345717617, "W22": -43.759044465056718, "S22": -46.401473357165941, "W31": -65.683814788508755, "S31": -66.922444358896357, "W32": -93.530385269776218, "S32": -98.530385269776218 }, "geometry": { "type": "Point", "coordinates": [ 104135.75, 512161.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46758164479683473, "S11": 0.46758164479683473, "W12": -6.4452251267961671, "S12": -6.4452251267961671, "W13": -16.17575992150595, "S13": -18.92859404691194, "W21": -39.358796952869518, "S21": -39.358796952869518, "W22": -60.180523993531637, "S22": -60.180523993531637, "W31": -75.197942274225881, "S31": -76.086058602765092, "W32": -93.928003751212032, "S32": -98.928003751212032 }, "geometry": { "type": "Point", "coordinates": [ 104136.0, 497786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79379902391839596, "S11": 0.79379902391839596, "W12": -4.829290015687465, "S12": -14.829290015687466, "W13": -22.699738587181344, "S13": -25.606247321898568, "W21": -38.886260672043008, "S21": -38.886260672043008, "W22": -44.822799904602519, "S22": -44.926751909085972, "W31": -64.470702619771103, "S31": -65.92329240538804, "W32": -98.411862362409764, "S32": -103.41186236240976 }, "geometry": { "type": "Point", "coordinates": [ 104136.0, 504001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53288376248971059, "S11": -1.0212390598780976, "W12": -10.000000000000002, "S12": -13.410742542118278, "W13": -19.868030775353198, "S13": -19.868030775353198, "W21": -36.071042244565206, "S21": -37.292600244078919, "W22": -41.785753498057375, "S22": -44.484093822697126, "W31": -65.261831503829129, "S31": -65.261831503829129, "W32": -90.309259429200708, "S32": -95.309259429200708 }, "geometry": { "type": "Point", "coordinates": [ 104136.0, 506858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1088138138138137, "S11": 1.1088138138138137, "W12": -5.8438217884870127, "S12": -5.8438217884870127, "W13": -15.0, "S13": -17.040725704954852, "W21": -32.973897351966095, "S21": -35.523396193130345, "W22": -82.433544088652326, "S22": -95.305329238731417, "W31": -102.72563693375891, "S31": -102.72563693375891, "W32": -102.72563693375891, "S32": -106.54698916603682 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 498748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44384076368437086, "S11": 0.44384076368437086, "W12": -8.7703082614056722, "S12": -8.7703082614056722, "W13": -14.765851743514741, "S13": -14.765851743514741, "W21": -38.385286670283953, "S21": -40.208370630438459, "W22": -40.0, "S22": -47.374487600958368, "W31": -67.336338801346699, "S31": -72.182422913127624, "W32": -97.103274978792896, "S32": -102.1032749787929 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 501724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50845403488028373, "S11": 0.5084540348802834, "W12": -4.461838650181023, "S12": -4.461838650181023, "W13": -25.901486617964132, "S13": -25.901486617964132, "W21": -34.710800183015117, "S21": -41.111644064871761, "W22": -60.170709957463977, "S22": -60.170709957463977, "W31": -75.261195414686455, "S31": -76.197369230182119, "W32": -93.702176020854154, "S32": -98.702176020854154 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22902684563758402, "S11": -0.44574546935309184, "W12": -5.0, "S12": -8.4419351496943946, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -66.296100900113913, "S22": -66.296100900113913, "W31": -87.117417641468677, "S31": -87.117417641468677, "W32": -92.726820928753185, "S32": -97.726820928753185 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 509658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4316058953836439, "S12": -8.4316058953836439, "W13": -15.64374072177481, "S13": -15.64374072177481, "W21": -46.0, "S21": -46.0, "W22": -66.824773205369311, "S22": -66.824773205369311, "W31": -83.823663684217578, "S31": -83.823663684217578, "W32": -90.839668484514206, "S32": -95.839668484514206 }, "geometry": { "type": "Point", "coordinates": [ 104137.0, 524905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1462160742878158, "S12": -5.1462160742878158, "W13": -15.096657339343389, "S13": -15.096657339343389, "W21": -45.40517387969517, "S21": -45.40517387969517, "W22": -45.061022300303406, "S22": -49.506738968792732, "W31": -65.07645783174523, "S31": -67.743980800637047, "W32": -91.593935606728081, "S32": -96.593935606728081 }, "geometry": { "type": "Point", "coordinates": [ 104137.283018867921783, 523168.113207547168713 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6333765015015016, "S11": 1.6333765015015016, "W12": -7.5466723646723652, "S12": -8.5466723646723661, "W13": -16.448708566508824, "S13": -17.190920698288735, "W21": -35.580987856318139, "S21": -38.314331805414469, "W22": -36.490340282335488, "S22": -42.179327274377641, "W31": -68.255231549839536, "S31": -75.915777159116985, "W32": -95.347279142905577, "S32": -100.34727914290558 }, "geometry": { "type": "Point", "coordinates": [ 104138.0, 499029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77795770119869567, "S11": 0.26284312294418566, "W12": -5.0, "S12": -7.5670708838604819, "W13": -20.525118407748387, "S13": -23.420354909776741, "W21": -36.743979785773639, "S21": -41.302073766653955, "W22": -50.414571502627304, "S22": -50.414571502627304, "W31": -78.23388689154028, "S31": -79.689039476060699, "W32": -95.577169633429847, "S32": -100.57716963342985 }, "geometry": { "type": "Point", "coordinates": [ 104138.0, 504187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91482376448123148, "S11": -3.1404880112114313, "W12": -7.8088426393152481, "S12": -7.8088426393152481, "W13": -18.419230211268346, "S13": -25.473687135632776, "W21": -33.033781851193901, "S21": -34.039940757624613, "W22": -40.0, "S22": -45.587077397622032, "W31": -67.137525105252564, "S31": -72.090393765109482, "W32": -96.82485494197698, "S32": -101.82485494197698 }, "geometry": { "type": "Point", "coordinates": [ 104138.0, 505181.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81576773092858901, "S11": 0.11454243645863482, "W12": -9.1987584135267806, "S12": -9.4161794757644159, "W13": -14.841527991140008, "S13": -14.841527991140008, "W21": -38.725424275235071, "S21": -38.783978748639115, "W22": -38.234820462494319, "S22": -40.514265032261726, "W31": -56.386101884510211, "S31": -59.032085437429359, "W32": -93.089795602951568, "S32": -98.089795602951568 }, "geometry": { "type": "Point", "coordinates": [ 104138.0, 512068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1482877728472403, "S12": -5.1482877728472403, "W13": -15.000000000000023, "S13": -15.000000000000023, "W21": -45.258884344194051, "S21": -45.424122848361101, "W22": -60.146506012818193, "S22": -60.146506012818193, "W31": -75.324448555146901, "S31": -76.308679857598989, "W32": -93.476348290496389, "S32": -98.476348290496389 }, "geometry": { "type": "Point", "coordinates": [ 104138.30769230768783, 522947.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32009860547835911, "S11": -0.50174603979398813, "W12": -4.4066245233249566, "S12": -7.6806831007308149, "W13": -19.554507552586223, "S13": -19.554507552586223, "W21": -34.265843371913753, "S21": -34.265843371913753, "W22": -38.07, "S22": -44.350291199268945, "W31": -68.719705539381323, "S31": -74.6447375698651, "W32": -91.672292326345627, "S32": -96.672292326345627 }, "geometry": { "type": "Point", "coordinates": [ 104138.75, 507584.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.395030502500112, "S11": -1.395030502500112, "W12": -5.1557163203522967, "S12": -5.1557163203522967, "W13": -14.999999999999961, "S13": -14.999999999999961, "W21": -44.91071542714662, "S21": -45.403212811812381, "W22": -40.0, "S22": -47.864723806912558, "W31": -67.609096784348296, "S31": -72.282984234312977, "W32": -96.90190440311531, "S32": -101.90190440311531 }, "geometry": { "type": "Point", "coordinates": [ 104138.888888888890506, 522419.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6335379321776893, "S12": -6.6335379321776893, "W13": -20.0, "S13": -20.903891777013563, "W21": -46.573648437987117, "S21": -51.619651028746176, "W22": -43.096982435717869, "S22": -43.096982435717869, "W31": -63.438452046763842, "S31": -65.389918370785082, "W32": -97.06062765441952, "S32": -102.06062765441952 }, "geometry": { "type": "Point", "coordinates": [ 104139.2, 518075.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48644641782058995, "S11": -2.1457639591565441, "W12": -10.47474811849299, "S12": -14.386876160181835, "W13": -18.7898676933935, "S13": -18.7898676933935, "W21": -36.277086838848156, "S21": -37.704003903367628, "W22": -41.287553368685423, "S22": -41.287553368685423, "W31": -60.689123110291291, "S31": -62.938136568926716, "W32": -95.736178747854112, "S32": -100.73617874785411 }, "geometry": { "type": "Point", "coordinates": [ 104139.25, 507161.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6028802201320207, "S11": -1.9881984335798899, "W12": -11.738780008229462, "S12": -11.738780008229462, "W13": -21.03230256058378, "S13": -26.019439424476939, "W21": -39.879520313757517, "S21": -42.058593882398441, "W22": -40.0, "S22": -40.0, "W31": -65.764665482404695, "S31": -65.764665482404695, "W32": -89.838863202509842, "S32": -94.838863202509842 }, "geometry": { "type": "Point", "coordinates": [ 104139.868852459010668, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.34897707094881519, "W12": -3.3414603029957854, "S12": -5.205842274428683, "W13": -23.410526912404464, "S13": -23.410526912404464, "W21": -35.116730628637356, "S21": -40.302321587153301, "W22": -35.650368891290682, "S22": -38.685652695805253, "W31": -67.338408640167671, "S31": -67.338408640167671, "W32": -89.016530732539294, "S32": -94.016530732539294 }, "geometry": { "type": "Point", "coordinates": [ 104140.0, 506419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64664441972562137, "W12": -5.7262951634486523, "S12": -5.7262951634486523, "W13": -22.400350284852028, "S13": -22.400350284852028, "W21": -32.377248555339591, "S21": -42.377248555339591, "W22": -38.152518672794272, "S22": -43.778416327592794, "W31": -67.913108645990917, "S31": -67.913108645990917, "W32": -97.93054239144827, "S32": -102.93054239144827 }, "geometry": { "type": "Point", "coordinates": [ 104140.0, 508707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.713446638340415, "S11": 2.5440444398763282, "W12": -5.0, "S12": -21.195046344821364, "W13": -22.510148833390446, "S13": -22.510148833390446, "W21": -37.043956739313217, "S21": -42.891913218599029, "W22": -65.50595238095238, "S22": -65.50595238095238, "W31": -94.421017247774486, "S31": -94.421017247774486, "W32": -95.75652864660907, "S32": -100.75652864660907 }, "geometry": { "type": "Point", "coordinates": [ 104140.0, 509073.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1697266354680158, "S12": -5.1697266354680158, "W13": -16.873581124346874, "S13": -16.873581124346874, "W21": -44.248459469709687, "S21": -44.248459469709687, "W22": -40.861352812911804, "S22": -41.421174078642167, "W31": -65.388386702691491, "S31": -65.388386702691491, "W32": -90.056325638965305, "S32": -95.056325638965305 }, "geometry": { "type": "Point", "coordinates": [ 104140.083333333328483, 521415.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53450925275240735, "S11": -0.53450925275240735, "W12": -5.0, "S12": -12.075624158292975, "W13": -24.351309547008618, "S13": -24.608532201677441, "W21": -40.0, "S21": -40.0, "W22": -62.63529490925869, "S22": -71.445263450351888, "W31": -92.483351148865324, "S31": -92.483351148865324, "W32": -101.80448448974175, "S32": -106.80448448974175 }, "geometry": { "type": "Point", "coordinates": [ 104140.8, 509614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43473541086427314, "S11": -0.43473541086427314, "W12": -9.4327335760097064, "S12": -9.4327335760097064, "W13": -14.709648781945898, "S13": -14.709648781945898, "W21": -39.875210620372734, "S21": -39.875210620372734, "W22": -60.166225474929931, "S22": -60.166225474929931, "W31": -79.894460215155505, "S31": -79.894460215155505, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104141.0, 501998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25519494971976608, "S11": -0.75519494971976608, "W12": -4.6713502106700178, "S12": -4.6713502106700178, "W13": -19.781977561454717, "S13": -19.781977561454717, "W21": -33.45780288249022, "S21": -33.45780288249022, "W22": -59.217344218593809, "S22": -59.217344218593809, "W31": -79.384655057975905, "S31": -80.037464691003436, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104141.0, 507743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61210262066429988, "S11": -0.61210262066429988, "W12": -4.958603666224823, "S12": -4.958603666224823, "W13": -20.783369050145922, "S13": -20.783369050145922, "W21": -30.871075762452122, "S21": -31.672962554904952, "W22": -41.582309459543225, "S22": -43.903483662118944, "W31": -80.124046744266863, "S31": -80.124046744266863, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104141.0, 508561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.15254956799680375, "W12": -9.3482646275067189, "S12": -9.3482646275067189, "W13": -15.561285186894324, "S13": -15.561285186894324, "W21": -37.746250307474156, "S21": -39.821267065488428, "W22": -38.805558766920733, "S22": -38.959983393148022, "W31": -66.260823637974298, "S31": -66.260823637974298, "W32": -89.574194683217598, "S32": -94.574194683217598 }, "geometry": { "type": "Point", "coordinates": [ 104141.0, 512256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23841027133362483, "S11": 0.23841027133362483, "W12": -6.5858635745827954, "S12": -6.5858635745827954, "W13": -18.737691835285922, "S13": -21.001144523511503, "W21": -33.950292912041022, "S21": -33.950292912041022, "W22": -41.665704990778039, "S22": -44.722425764077286, "W31": -65.220357368511557, "S31": -65.220357368511557, "W32": -90.320070191616836, "S32": -95.320070191616836 }, "geometry": { "type": "Point", "coordinates": [ 104141.4, 503186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29052022729106131, "S11": -0.29052022729106131, "W12": -4.9958006932874577, "S12": -18.261488180958409, "W13": -23.658626894137932, "S13": -23.658626894137932, "W21": -32.620189404311887, "S21": -32.833516210336583, "W22": -38.909944177975184, "S22": -44.874597424385442, "W31": -68.899058808585792, "S31": -72.673830435401541, "W32": -90.175508810754181, "S32": -95.175508810754181 }, "geometry": { "type": "Point", "coordinates": [ 104141.666666666671517, 508093.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95107467303580784, "S11": -1.9286478258244584, "W12": -7.1226063762863205, "S12": -7.1226063762863205, "W13": -19.442432497395835, "S13": -22.551330966491065, "W21": -33.951955303950847, "S21": -33.951955303950847, "W22": -37.905571695822616, "S22": -37.905571695822616, "W31": -64.565061963775022, "S31": -68.752319292173567, "W32": -83.102036017322803, "S32": -88.102036017322803 }, "geometry": { "type": "Point", "coordinates": [ 104141.8, 505013.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87213911351163809, "S11": -1.1470023097170328, "W12": -8.7104471846709046, "S12": -8.7104471846709046, "W13": -20.07523378290383, "S13": -24.707154158531157, "W21": -43.990166316419447, "S21": -48.010054905744227, "W22": -43.412646547454848, "S22": -43.412646547454848, "W31": -63.101101964949549, "S31": -64.80066173983279, "W32": -97.897471709944995, "S32": -102.89747170994499 }, "geometry": { "type": "Point", "coordinates": [ 104141.948275862072478, 516620.19827586208703 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46938153752411904, "S11": 0.46938153752411904, "W12": -8.758637484586929, "S12": -8.758637484586929, "W13": -14.746973802376004, "S13": -14.746973802376004, "W21": -38.555163682401883, "S21": -40.800132171932276, "W22": -60.152770868052052, "S22": -60.152770868052052, "W31": -75.095469880473345, "S31": -75.8723974890992, "W32": -94.498752245164027, "S32": -99.498752245164027 }, "geometry": { "type": "Point", "coordinates": [ 104142.0, 501721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0226709743248557, "S11": 1.0226709743248557, "W12": -9.9933510914458346, "S12": -9.9933510914458346, "W13": -29.024724500062273, "S13": -29.024724500062273, "W21": -39.74930538132157, "S21": -39.74930538132157, "W22": -69.04689992194659, "S22": -99.04689992194659, "W31": -99.04689992194659, "S31": -99.04689992194659, "W32": -102.80740726912953, "S32": -107.80740726912953 }, "geometry": { "type": "Point", "coordinates": [ 104142.0, 510534.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42922510205527598, "S11": -1.570774897944724, "W12": -10.0, "S12": -10.0, "W13": -16.842494706756337, "S13": -16.842494706756337, "W21": -35.403941241864324, "S21": -38.434524433201652, "W22": -42.802397675688248, "S22": -47.323105873818029, "W31": -79.766378913435076, "S31": -80.599697630173267, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104142.0, 512576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0474394832768015, "S11": -3.7888172676671354, "W12": -7.3598465145634009, "S12": -7.4503109707996114, "W13": -19.142124395428361, "S13": -26.433822593162979, "W21": -32.145376908861827, "S21": -35.455710084505597, "W22": -40.24252473490241, "S22": -40.56419335754191, "W31": -60.0, "S31": -62.388859240674989, "W32": -95.257961671863512, "S32": -100.25796167186351 }, "geometry": { "type": "Point", "coordinates": [ 104143.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44465803939531096, "S11": 0.44465803939531096, "W12": -9.5634146412862471, "S12": -27.867706925393442, "W13": -29.781141073461299, "S13": -29.781141073461299, "W21": -40.0, "S21": -40.003693134335734, "W22": -60.0, "S22": -60.0, "W31": -74.140631937496963, "S31": -74.140631937496963, "W32": -89.615740704557169, "S32": -94.615740704557169 }, "geometry": { "type": "Point", "coordinates": [ 104143.2, 510191.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1374195013635315, "S12": -5.1374195013635315, "W13": -15.094269567839534, "S13": -15.094269567839534, "W21": -45.429593487088695, "S21": -45.429593487088695, "W22": -40.117530722254521, "S22": -41.461413111769332, "W31": -74.475346480320738, "S31": -74.475346480320738, "W32": -100.20211139696292, "S32": -105.20211139696292 }, "geometry": { "type": "Point", "coordinates": [ 104143.396226415090496, 523217.358490566024557 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33081335423845443, "S11": 0.33081335423845443, "W12": -13.944480238554341, "S12": -13.944480238554341, "W13": -20.375383661046218, "S13": -21.440119655524533, "W21": -37.382459214815995, "S21": -41.671711702772939, "W22": -65.369352542453115, "S22": -65.369352542453115, "W31": -81.440720574144777, "S31": -81.440720574144777, "W32": -92.743501476154705, "S32": -97.743501476154705 }, "geometry": { "type": "Point", "coordinates": [ 104143.5, 514114.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60486207336712861, "S11": -1.1536362538891489, "W12": -10.131111477572555, "S12": -12.983503970040843, "W13": -19.730729190157209, "S13": -19.730729190157209, "W21": -36.236797182190607, "S21": -36.928745570315492, "W22": -74.703784747548426, "S22": -77.816410188286156, "W31": -99.769776396676363, "S31": -99.769776396676363, "W32": -102.76192563396494, "S32": -107.76192563396494 }, "geometry": { "type": "Point", "coordinates": [ 104143.8, 506894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39441867350967241, "S11": -0.39441867350967225, "W12": -5.0, "S12": -10.639179529679891, "W13": -24.674403422679639, "S13": -24.791023904044586, "W21": -40.0, "S21": -40.0, "W22": -80.0, "S22": -95.611086861632472, "W31": -101.05388925441812, "S31": -101.05388925441812, "W32": -102.16452890212534, "S32": -107.16452890212534 }, "geometry": { "type": "Point", "coordinates": [ 104144.0, 509636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53009573740597193, "S11": 0.53009573740597193, "W12": -8.4410053660605069, "S12": -11.418775246815462, "W13": -18.708173340647285, "S13": -28.406751374754577, "W21": -39.166370222381772, "S21": -40.521730011956514, "W22": -38.968134385041786, "S22": -45.071417581999654, "W31": -68.606024389150946, "S31": -76.685459581798824, "W32": -93.742687132885251, "S32": -98.742687132885251 }, "geometry": { "type": "Point", "coordinates": [ 104144.0, 511702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1400444803948746, "S12": -5.1400444803948746, "W13": -15.0, "S13": -15.0, "W21": -45.283843575463102, "S21": -45.446641744284868, "W22": -37.118231238720099, "S22": -37.118231238720099, "W31": -57.750861449317327, "S31": -61.514341268547625, "W32": -86.304891345213505, "S32": -91.304891345213505 }, "geometry": { "type": "Point", "coordinates": [ 104144.0, 522997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1436912454256856, "S12": -5.1436912454256856, "W13": -15.0, "S13": -15.0, "W21": -45.112900503018182, "S21": -45.440412049591536, "W22": -60.956271921043651, "S22": -60.956271921043651, "W31": -74.764576071814403, "S31": -75.259759034565718, "W32": -97.488771154033316, "S32": -102.48877115403332 }, "geometry": { "type": "Point", "coordinates": [ 104144.285714285710128, 522737.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6669605077574048, "W12": -10.023492963009092, "S12": -10.023492963009092, "W13": -14.556864009378662, "S13": -19.258699516259561, "W21": -50.0, "S21": -58.869233014087499, "W22": -64.89818411977825, "S22": -65.509426649658721, "W31": -100.11827991073693, "S31": -100.11827991073693, "W32": -100.11827991073693, "S32": -102.96062953033463 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 501265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7071592429745559, "S12": -5.7071592429745559, "W13": -22.209327630868444, "S13": -22.209327630868444, "W21": -32.175049238741366, "S21": -40.964357414841999, "W22": -76.348164356917096, "S22": -101.3481643569171, "W31": -101.3481643569171, "S31": -101.3481643569171, "W32": -102.6045678264681, "S32": -107.6045678264681 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.712778548938619, "S12": -14.223858425072413, "W13": -29.995421064851428, "S13": -32.897176973517475, "W21": -38.864027175321958, "S21": -38.864027175321958, "W22": -36.105708180966488, "S22": -41.105708180966488, "W31": -69.47424421796984, "S31": -69.47424421796984, "W32": -86.084903713813034, "S32": -91.084903713813034 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 510975.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1984383940127659, "S12": -5.1984383940127659, "W13": -20.0, "S13": -20.0, "W21": -46.769923321683791, "S21": -46.769923321683791, "W22": -38.736290678390084, "S22": -41.630526729555427, "W31": -69.999999999999986, "S31": -74.260158384341381, "W32": -83.157492504556046, "S32": -88.157492504556046 }, "geometry": { "type": "Point", "coordinates": [ 104145.0, 519148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17295229425458211, "S11": 0.049856768256701323, "W12": -7.5140095276004999, "S12": -17.466757306037643, "W13": -22.934776707932084, "S13": -22.934776707932084, "W21": -36.052185896527185, "S21": -36.052185896527185, "W22": -36.265040339376093, "S22": -42.104131433661905, "W31": -68.560074304456563, "S31": -77.009968062895695, "W32": -94.530048968253041, "S32": -99.530048968253041 }, "geometry": { "type": "Point", "coordinates": [ 104145.333333333328483, 509196.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61502583820753476, "S11": -0.16571169636093441, "W12": -6.2353503184713377, "S12": -6.2353503184713377, "W13": -17.842032767870087, "S13": -25.344474651050398, "W21": -31.668420722637066, "S21": -31.668420722637066, "W22": -65.677009873060655, "S22": -65.677009873060655, "W31": -96.889373145400597, "S31": -96.889373145400597, "W32": -96.889373145400597, "S32": -101.59706086783835 }, "geometry": { "type": "Point", "coordinates": [ 104145.5, 504779.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1572877674369799, "S12": -5.1572877674369799, "W13": -16.203333765110152, "S13": -16.203333765110152, "W21": -44.467060912529234, "S21": -44.69476659772802, "W22": -37.67385739200828, "S22": -37.67385739200828, "W31": -62.16746352825794, "S31": -66.20912924883649, "W32": -83.493958272358583, "S32": -88.493958272358583 }, "geometry": { "type": "Point", "coordinates": [ 104145.5, 521758.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76543665613328127, "S11": 0.76543665613328127, "W12": -8.8251618871414195, "S12": -9.1874945527273315, "W13": -15.408215386901876, "S13": -17.616876402122436, "W21": -38.998790343576303, "S21": -40.774359027513903, "W22": -75.118591403417923, "S22": -85.721432969583461, "W31": -103.27538902538902, "S31": -103.27538902538902, "W32": -103.27538902538902, "S32": -105.1396394615209 }, "geometry": { "type": "Point", "coordinates": [ 104145.666666666671517, 511866.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7235429593864726, "S12": -6.7235429593864726, "W13": -20.0, "S13": -21.104095377920657, "W21": -46.546603371008928, "S21": -50.222990922077351, "W22": -49.425840852114405, "S22": -52.83365574124656, "W31": -80.270618935967747, "S31": -80.270618935967747, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104145.8, 518032.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5753202064614644, "S12": -5.5753202064614644, "W13": -21.782608464564117, "S13": -21.782608464564117, "W21": -31.619486395551409, "S21": -37.625775703727513, "W22": -39.578762359134593, "S22": -39.902423731511028, "W31": -67.808737370276091, "S31": -67.808737370276091, "W32": -91.987235403582218, "S32": -96.987235403582218 }, "geometry": { "type": "Point", "coordinates": [ 104146.0, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7412646838290429, "S11": 2.7412646838290429, "W12": -4.7818593644354292, "S12": -21.194978150216983, "W13": -22.506323314273988, "S13": -22.506323314273988, "W21": -37.038478139236631, "S21": -43.395344508325763, "W22": -38.439479012624027, "S22": -44.690539784599778, "W31": -68.104528035352232, "S31": -73.30911829980468, "W32": -96.444487074403099, "S32": -101.4444870744031 }, "geometry": { "type": "Point", "coordinates": [ 104146.0, 509070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.8986100414714722, "W12": -5.0000046228407076, "S12": -6.9643226483902003, "W13": -16.39945000177849, "S13": -18.636727439581922, "W21": -33.214054045616557, "S21": -33.214054045616557, "W22": -37.25361004945605, "S22": -37.25361004945605, "W31": -57.909565624977112, "S31": -61.862113544565702, "W32": -85.494022106925328, "S32": -90.494022106925328 }, "geometry": { "type": "Point", "coordinates": [ 104146.333333333328483, 504528.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1947577311900233, "S12": -5.1947577311900233, "W13": -20.0, "S13": -20.0, "W21": -46.504431172082832, "S21": -46.504431172082832, "W22": -50.0, "S22": -50.0, "W31": -75.239998, "S31": -75.239998, "W32": -88.092348611794506, "S32": -93.092348611794506 }, "geometry": { "type": "Point", "coordinates": [ 104146.625, 519247.625 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1000086050291615, "S11": 1.1000086050291615, "W12": -9.4972480321950652, "S12": -10.205616049153425, "W13": -16.341513864042934, "S13": -17.414542668232635, "W21": -36.778240007426618, "S21": -39.473082654618267, "W22": -36.950001, "S22": -43.720287558245502, "W31": -68.683655264951796, "S31": -76.221724285331319, "W32": -92.676959612962477, "S32": -97.676959612962477 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 499283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5342912552891397, "W12": -9.8499421965317921, "S12": -9.8499421965317921, "W13": -14.694478311840562, "S13": -19.694478311840562, "W21": -47.866425477221881, "S21": -56.587779574799683, "W22": -40.0, "S22": -40.0, "W31": -65.654185388500125, "S31": -65.654185388500125, "W32": -89.877651032734761, "S32": -94.877651032734761 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 501310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1929428689673558, "W12": -10.489920104750313, "S12": -14.022389113665174, "W13": -18.968730797500662, "S13": -18.968730797500662, "W21": -36.541242812327404, "S21": -38.046856112531778, "W22": -43.216467076518406, "S22": -43.216467076518406, "W31": -62.647902283590057, "S31": -64.402644886819687, "W32": -97.751457971097196, "S32": -102.7514579710972 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 507161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83998688059570259, "S11": 0.83998688059570259, "W12": -9.6085752756578859, "S12": -34.608575275657884, "W13": -34.608575275657884, "S13": -34.608575275657884, "W21": -40.0, "S21": -40.001473035248765, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -74.0437582976908, "S31": -74.0437582976908, "W32": -89.724361786301642, "S32": -94.724361786301642 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61476823054964147, "S11": 0.61476823054964147, "W12": -9.996639492962208, "S12": -9.996639492962208, "W13": -29.633817091595532, "S13": -29.633817091595532, "W21": -39.176153203568468, "S21": -39.176153203568468, "W22": -34.627972437223463, "S22": -38.267333903220795, "W31": -67.639740355778756, "S31": -67.639740355778756, "W32": -88.839665717512815, "S32": -93.839665717512815 }, "geometry": { "type": "Point", "coordinates": [ 104147.0, 510815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.4710711087741624, "S11": 5.1070237344705607, "W12": -10.441239107479474, "S12": -10.441239107479474, "W13": -14.305587266973836, "S13": -16.570173812594195, "W21": -54.520389661897653, "S21": -59.471707414551254, "W22": -57.47600084827635, "S22": -57.47600084827635, "W31": -78.444915815783531, "S31": -78.444915815783531, "W32": -91.420140469532413, "S32": -96.420140469532413 }, "geometry": { "type": "Point", "coordinates": [ 104147.444444444437977, 500921.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80236332510727215, "S11": 0.80236332510727215, "W12": -5.1036834566952738, "S12": -12.850651622435546, "W13": -15.052261161729879, "S13": -17.557335741478912, "W21": -38.031958665197074, "S21": -40.265941993707564, "W22": -40.109158224168958, "S22": -44.179580567106342, "W31": -72.655697222319517, "S31": -72.655697222319517, "W32": -99.411981717939781, "S32": -104.41198171793978 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 498237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3846819206101575, "S12": -9.3846819206101575, "W13": -14.758946794201165, "S13": -14.758946794201165, "W21": -39.740106544901067, "S21": -40.514749698149103, "W22": -33.39602569731376, "S22": -37.389463048610402, "W31": -68.394481857062942, "S31": -68.394481857062942, "W32": -88.313011691837374, "S32": -93.313011691837374 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22434997431695333, "S11": 0.22434997431695333, "W12": -5.0, "S12": -7.220699108978752, "W13": -27.723291905467192, "S13": -27.723291905467192, "W21": -40.0, "S21": -40.0, "W22": -40.460232899858468, "S22": -44.985999964378522, "W31": -78.21596838177102, "S31": -78.21596838177102, "W32": -100.25080068273786, "S32": -105.25080068273786 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 509838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5760165863939648, "S11": 0.5760165863939648, "W12": -9.5591888547750141, "S12": -32.077641134339451, "W13": -32.077641134339451, "S13": -32.077641134339451, "W21": -40.0, "S21": -40.002771482227359, "W22": -36.361150781051769, "S22": -48.39598846909611, "W31": -63.884786940191951, "S31": -63.884786940191951, "W32": -97.850178618541378, "S32": -102.85017861854138 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 510236.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52090928495197431, "S11": -0.52090928495197431, "W12": -10.686287706943833, "S12": -14.481996313888246, "W13": -30.0, "S13": -33.198190679663504, "W21": -38.845971647250721, "S21": -38.845971647250721, "W22": -35.557376701432013, "S22": -38.56925332942933, "W31": -67.308108449568607, "S31": -67.308108449568607, "W32": -89.009246754401843, "S32": -94.009246754401843 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 510981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1117335823218176, "S11": 0.1117335823218176, "W12": -8.7489246524568269, "S12": -9.9948841590196498, "W13": -21.280896701695262, "S13": -22.403773193889936, "W21": -38.856195593195324, "S21": -39.510450736091968, "W22": -64.121778212071348, "S22": -64.121778212071348, "W31": -81.100323256113839, "S31": -81.100323256113839, "W32": -93.807919649697197, "S32": -98.807919649697197 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 511516.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1555443715383316, "S12": -5.1555443715383316, "W13": -16.399111354426854, "S13": -16.399111354426854, "W21": -44.398425493223733, "S21": -44.398425493223733, "W22": -48.528406211753911, "S22": -48.528406211753911, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104148.0, 521659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6759461152882205, "S11": 1.6759461152882205, "W12": -7.7298240740740738, "S12": -8.7298240740740738, "W13": -16.654342128254413, "S13": -17.284844523152888, "W21": -36.039059372334684, "S21": -38.719988872137755, "W22": -40.007255014083931, "S22": -42.028944520982535, "W31": -70.120261506828086, "S31": -70.120261506828086, "W32": -95.234473133287437, "S32": -100.23447313328744 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 499060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2958736349453979, "S12": -9.2958736349453979, "W13": -14.923064639067404, "S13": -15.311635696147107, "W21": -39.551940639269404, "S21": -42.164484614889545, "W22": -48.289675170204049, "S22": -48.289675170204049, "W31": -77.901814669922345, "S31": -77.901814669922345, "W32": -96.278077490944369, "S32": -101.27807749094437 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 502139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0493333382199128, "S11": -3.9506666617800863, "W12": -7.2481564368450089, "S12": -7.6763610086476941, "W13": -19.136579279751086, "S13": -26.496233235109163, "W21": -32.063219821607625, "S21": -35.658881104300121, "W22": -38.327539423497093, "S22": -46.50498860081192, "W31": -67.902368115813246, "S31": -72.08559247327824, "W32": -96.614533279002359, "S32": -101.61453327900236 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 505318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23101978182187405, "S11": -4.3909430428417, "W12": -6.6139453519776641, "S12": -8.3031497780341432, "W13": -25.000000000000004, "S13": -27.148909401970041, "W21": -33.785688440863055, "S21": -41.218934368652377, "W22": -56.984566083083948, "S22": -56.984566083083948, "W31": -78.493273996321577, "S31": -78.493273996321577, "W32": -91.659621512648755, "S32": -96.659621512648755 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 505803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51914289765342536, "S11": -0.51914289765342536, "W12": -5.7261008313143034, "S12": -16.997588317093598, "W13": -20.108848303100928, "S13": -20.108848303100928, "W21": -32.769831445235617, "S21": -32.907300248769609, "W22": -60.273251328486147, "S22": -60.273251328486147, "W31": -75.056250627181228, "S31": -75.770047002850177, "W32": -94.980485332736578, "S32": -99.980485332736578 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 507964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14464674758792409, "S11": 0.14464674758792409, "W12": -8.717819652777143, "S12": -10.071504092622467, "W13": -21.146550840800156, "S13": -21.988875603579466, "W21": -38.898274668413315, "S21": -39.606461883655683, "W22": -48.869111480877393, "S22": -52.166302719276452, "W31": -79.771516958636056, "S31": -79.771516958636056, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 511529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54278949167996338, "S11": 0.54278949167996338, "W12": -8.3929884289553716, "S12": -11.392988428955372, "W13": -18.681545986469189, "S13": -28.86973273136055, "W21": -39.19796059882529, "S21": -40.534298615233425, "W22": -37.163925879801631, "S22": -42.275465196484355, "W31": -60.724079588923345, "S31": -60.724079588923345, "W32": -96.908164498203945, "S32": -101.90816449820394 }, "geometry": { "type": "Point", "coordinates": [ 104149.0, 511705.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1322927053014116, "S12": -5.1322927053014116, "W13": -15.000000000000014, "S13": -15.000000000000014, "W21": -45.308430197102979, "S21": -45.467621847419821, "W22": -50.641854238107655, "S22": -53.821484971322086, "W31": -83.652418654507073, "S31": -83.652418654507073, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104149.333333333328483, 523044.952380952367093 ] } }, +{ "type": "Feature", "properties": { "W11": -0.044981792178697001, "S11": -0.044981792178697001, "W12": -9.4658896896983311, "S12": -9.4658896896983311, "W13": -14.28242420477137, "S13": -15.084090960474132, "W21": -38.979706948193417, "S21": -40.862013541751914, "W22": -41.955381164613293, "S22": -44.576955635791528, "W31": -76.289691583859465, "S31": -76.853485181957865, "W32": -98.17144200201065, "S32": -103.17144200201065 }, "geometry": { "type": "Point", "coordinates": [ 104149.5, 499934.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7586394888812344, "S11": -1.7586394888812344, "W12": -5.1286229284392482, "S12": -5.1286229284392482, "W13": -15.091881796335672, "S13": -15.091881796335672, "W21": -45.454013094482214, "S21": -45.454013094482214, "W22": -56.109974424552426, "S22": -56.109974424552426, "W31": -78.871582853784361, "S31": -80.414253245578806, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.509433962259209, 523266.6037735848804 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50359444280225074, "S11": 0.30625230782490298, "W12": -4.4819376551220875, "S12": -4.4819376551220875, "W13": -25.595465997626356, "S13": -25.595465997626356, "W21": -34.803261224360938, "S21": -41.209418436425139, "W22": -40.759042908417328, "S22": -45.547364076300539, "W31": -73.711239754685622, "S31": -74.029602722190219, "W32": -98.06338666722263, "S32": -103.06338666722263 }, "geometry": { "type": "Point", "coordinates": [ 104149.666666666671517, 506241.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33975849705590855, "S11": 0.086646141002375998, "W12": -9.5873087030094997, "S12": -10.673493118632578, "W13": -30.118571681713277, "S13": -30.118571681713277, "W21": -40.0, "S21": -40.002842373791623, "W22": -38.186174262718602, "S22": -41.825744463908045, "W31": -67.24558450751077, "S31": -67.24558450751077, "W32": -88.845961632384174, "S32": -93.845961632384174 }, "geometry": { "type": "Point", "coordinates": [ 104149.75, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21955276718800731, "S11": 0.21955276718800731, "W12": -10.126776740847088, "S12": -10.126776740847088, "W13": -19.551569578300597, "S13": -23.237279101488213, "W21": -36.723771599915089, "S21": -39.044621481740492, "W22": -48.876688177364578, "S22": -52.180136773277731, "W31": -79.767995664709417, "S31": -79.767995664709417, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104149.857142857144936, 513166.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5799784159159158, "S11": 1.5799784159159158, "W12": -7.389408831908832, "S12": -8.2389202863904369, "W13": -16.267864829961258, "S13": -17.222852837676175, "W21": -35.818557919621746, "S21": -38.592213062227728, "W22": -41.457623151607351, "S22": -41.457623151607351, "W31": -60.287840119777698, "S31": -62.439566921526826, "W32": -96.00656903619101, "S32": -101.00656903619101 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.057779448083324345, "S11": -0.057779448083324345, "W12": -7.9346614770050188, "S12": -7.9346614770050188, "W13": -14.408768223989396, "S13": -18.231081477001446, "W21": -38.997299326957787, "S21": -41.622772763809834, "W22": -43.020287605581963, "S22": -43.020287605581963, "W31": -62.359490961463891, "S31": -64.162229663100348, "W32": -97.605444232249383, "S32": -102.60544423224938 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42491694951975156, "S11": 0.42491694951975156, "W12": -9.8351715086898395, "S12": -9.8351715086898395, "W13": -15.0, "S13": -18.050971902597468, "W21": -40.613160584619877, "S21": -43.613160584619877, "W22": -42.151602472448083, "S22": -45.199852585967406, "W31": -80.386432013575387, "S31": -80.386432013575387, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 500436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81783209075182084, "S11": 0.81783209075182084, "W12": -4.8523672601878394, "S12": -11.828382119187079, "W13": -21.958612405634589, "S13": -24.878926453701936, "W21": -38.204410575951421, "S21": -38.204410575951421, "W22": -39.130938993861598, "S22": -39.130938993861598, "W31": -66.076934609853978, "S31": -66.076934609853978, "W32": -89.642434302059982, "S32": -94.642434302059982 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 504070.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60679567071170881, "S11": -0.043231797699618046, "W12": -9.2274660039360406, "S12": -9.2274660039360406, "W13": -15.280642593447162, "S13": -15.280642593447162, "W21": -38.096370416241406, "S21": -39.708215375036403, "W22": -40.889277203083338, "S22": -43.077130568029474, "W31": -65.242232192187984, "S31": -65.242232192187984, "W32": -90.171271126311339, "S32": -95.171271126311339 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 512215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41914530938327915, "S11": 0.41914530938327915, "W12": -13.737000365445354, "S12": -13.737000365445354, "W13": -20.102582856061161, "S13": -24.209951840261283, "W21": -36.908666185565444, "S21": -43.663527981194484, "W22": -39.968328605833044, "S22": -41.556507929425926, "W31": -70.0, "S31": -70.0, "W32": -94.825976971388684, "S32": -99.825976971388684 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5450148145503875, "S11": -1.9187945527816406, "W12": -11.75487014292993, "S12": -11.75487014292993, "W13": -21.021729519975, "S13": -26.064095256277007, "W21": -39.81696357333275, "S21": -42.044757269607821, "W22": -35.15391933699231, "S22": -39.159409533070743, "W31": -68.773333963137034, "S31": -68.773333963137034, "W32": -86.842412437572222, "S32": -91.842412437572222 }, "geometry": { "type": "Point", "coordinates": [ 104150.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8168447339571454, "S12": -9.8168447339571454, "W13": -18.220435278978613, "S13": -19.908330555866758, "W21": -30.015863784599642, "S21": -30.173316426339287, "W22": -61.121232802524453, "S22": -61.269976934547849, "W31": -74.509838389314567, "S31": -74.921644804740367, "W32": -97.781251303658578, "S32": -102.78125130365858 }, "geometry": { "type": "Point", "coordinates": [ 104150.4, 496889.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0064263510282236147, "S11": -0.0064263510282236147, "W12": -7.5814552753663156, "S12": -15.835851511646087, "W13": -22.944119211370921, "S13": -22.944119211370921, "W21": -36.006393267247716, "S21": -36.006393267247716, "W22": -39.782014592518117, "S22": -45.572028932598641, "W31": -69.983620537132012, "S31": -69.983620537132012, "W32": -97.986603164090809, "S32": -102.98660316409081 }, "geometry": { "type": "Point", "coordinates": [ 104150.666666666671517, 509203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5744005641748942, "W12": -9.8860789980732182, "S12": -9.8860789980732182, "W13": -14.624425556858148, "S13": -19.482032372911178, "W21": -48.597610320369405, "S21": -57.418770748035016, "W22": -38.510140287822686, "S22": -45.739687895009176, "W31": -68.846383346155179, "S31": -74.822356324074946, "W32": -91.490235777429874, "S32": -96.490235777429874 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 501295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14720219356149084, "S11": 0.14720219356149084, "W12": -9.0594875711706706, "S12": -9.0594875711706706, "W13": -14.641418417879045, "S13": -14.641418417879045, "W21": -38.973096400795804, "S21": -40.419731016180421, "W22": -37.321878984991166, "S22": -37.321878984991166, "W31": -58.662086845709347, "S31": -62.521346104968607, "W32": -85.091924204827436, "S32": -90.091924204827436 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 501811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81118001867699507, "S11": 0.66924843249308608, "W12": -4.8899176155052881, "S12": -10.148574947671808, "W13": -21.387366292374011, "S13": -24.330267696125293, "W21": -37.636695657259011, "S21": -37.636695657259011, "W22": -40.0, "S22": -48.818870545527837, "W31": -69.180115273774788, "S31": -69.180115273774788, "W32": -98.223325285939055, "S32": -103.22332528593905 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 504113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44543034894332023, "S11": -0.92694404379697515, "W12": -8.733789677382088, "S12": -13.674708304858651, "W13": -20.0, "S13": -20.0, "W21": -35.65672103418823, "S21": -37.673258102514353, "W22": -39.3, "S22": -46.16746681153046, "W31": -68.690540135141532, "S31": -76.639941937584652, "W32": -93.669181782868435, "S32": -98.669181782868435 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 506809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8300678096918306, "S12": -5.8300678096918306, "W13": -22.578527539802295, "S13": -22.578527539802295, "W21": -32.705094528628962, "S21": -40.108351233609802, "W22": -43.62483856804274, "S22": -43.62483856804274, "W31": -65.242386567261164, "S31": -66.712554873109667, "W32": -92.500943998317837, "S32": -97.500943998317837 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 508728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4509494458489569, "S11": -1.4509494458489569, "W12": -7.4642696186749635, "S12": -10.340190370515639, "W13": -22.065484522159831, "S13": -22.381526886823469, "W21": -36.315760289509385, "S21": -36.315760289509385, "W22": -39.095608243563177, "S22": -46.012645557249385, "W31": -68.695713420990572, "S31": -76.613483499598857, "W32": -93.610113827645861, "S32": -98.610113827645861 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 509313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46455429487696048, "S11": -1.5354457051230395, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.121902285024202, "S13": -17.37038628168747, "W21": -35.064398646170766, "S21": -38.064398646170766, "W22": -36.504987940057262, "S22": -39.884631031236857, "W31": -56.988040820984722, "S31": -59.889544969580328, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 512629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1791217280552848, "S12": -5.1791217280552848, "W13": -19.877526260991978, "S13": -25.014554418750638, "W21": -44.776436947852105, "S21": -49.776436947852105, "W22": -37.143480925490273, "S22": -40.253982667134089, "W31": -60.881296772106467, "S31": -60.881296772106467, "W32": -96.83417415544524, "S32": -101.83417415544524 }, "geometry": { "type": "Point", "coordinates": [ 104151.0, 519885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3263832298095322, "S11": -1.9202271878320851, "W12": -9.3774819118565969, "S12": -9.3774819118565969, "W13": -20.350271470063515, "S13": -25.507482868802512, "W21": -42.786413345210335, "S21": -45.168544924055823, "W22": -38.346573196075077, "S22": -41.811884778699223, "W31": -66.931859867286903, "S31": -66.931859867286903, "W32": -89.158820121985841, "S32": -94.158820121985841 }, "geometry": { "type": "Point", "coordinates": [ 104151.706666666665114, 516129.546666666690726 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1286419535804883, "S11": 0.1286419535804883, "W12": -5.1923131615404365, "S12": -5.1923131615404365, "W13": -17.161591859601181, "S13": -19.676549198703007, "W21": -33.311823260682637, "S21": -34.203954835816539, "W22": -60.822713750748761, "S22": -60.822713750748761, "W31": -74.838321906980966, "S31": -75.347005273650808, "W32": -97.39753976977299, "S32": -102.39753976977299 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 502980.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4451818222813042, "S12": -13.323087932564462, "W13": -20.144816048515988, "S13": -21.179024267976619, "W21": -36.809841709836896, "S21": -36.809841709836896, "W22": -36.99079405296159, "S22": -42.294432976847872, "W31": -60.75210252909298, "S31": -60.75210252909298, "W32": -96.939681098897452, "S32": -101.93968109889745 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 503649.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81284245989669091, "S11": -2.8744778850410286, "W12": -8.0939215203527581, "S12": -8.331533547982545, "W13": -19.797740971875921, "S13": -25.267265711801851, "W21": -33.694827576177836, "S21": -39.652469949855956, "W22": -52.598433367656312, "S22": -52.598433367656312, "W31": -77.717966927378583, "S31": -77.717966927378583, "W32": -89.598363451570677, "S32": -94.598363451570677 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 505557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0854578074607915, "S11": 1.0854578074607915, "W12": -9.9960396894026715, "S12": -9.9960396894026715, "W13": -28.923253035967274, "S13": -28.923253035967274, "W21": -39.79449283409329, "S21": -39.79449283409329, "W22": -39.094570984137043, "S22": -45.383275635601684, "W31": -68.124948019987443, "S31": -72.421105708574686, "W32": -96.404699116609137, "S32": -101.40469911660914 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 510502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89672736409589404, "S11": 0.52632456199431787, "W12": -9.0554711132993511, "S12": -9.3645755258475862, "W13": -14.867058697438463, "S13": -14.867058697438463, "W21": -38.89173684543654, "S21": -39.362146681502111, "W22": -42.824108134645684, "S22": -42.824108134645684, "W31": -62.578109552124509, "S31": -64.428742031891829, "W32": -97.459430493401229, "S32": -102.45943049340123 }, "geometry": { "type": "Point", "coordinates": [ 104152.0, 512005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8888355726167847, "S11": 1.8888355726167847, "W12": -6.7405737316262524, "S12": -24.886956339950832, "W13": -24.886956339950832, "S13": -24.886956339950832, "W21": -36.741519981232926, "S21": -43.519037874033607, "W22": -39.136416948789581, "S22": -45.678486541317888, "W31": -69.698259710588999, "S31": -74.680323190273938, "W32": -86.308555062981796, "S32": -91.308555062981796 }, "geometry": { "type": "Point", "coordinates": [ 104152.333333333328483, 509129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8135479865952755, "S12": -6.8135479865952755, "W13": -20.0, "S13": -21.304298978827934, "W21": -46.519558304030618, "S21": -48.826330815407189, "W22": -41.615250683190801, "S22": -41.615250683190801, "W31": -60.22124181755462, "S31": -62.295576858908561, "W32": -96.23953333566898, "S32": -101.23953333566898 }, "geometry": { "type": "Point", "coordinates": [ 104152.4, 517989.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50382112590794437, "S11": 0.50382112590794437, "W12": -9.3518522106745987, "S12": -9.3518522106745987, "W13": -14.733208998170877, "S13": -14.733208998170877, "W21": -38.877367387541156, "S21": -44.190799740910329, "W22": -60.39669666905025, "S22": -60.39669666905025, "W31": -75.017031373889139, "S31": -75.66769651660114, "W32": -95.575337146317224, "S32": -100.57533714631722 }, "geometry": { "type": "Point", "coordinates": [ 104152.714285714289872, 501679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5157489860230342, "S12": -5.5157489860230342, "W13": -15.364739746327709, "S13": -19.96743244779471, "W21": -37.062597747717497, "S21": -38.421595779079617, "W22": -37.827530130828933, "S22": -45.989398905722396, "W31": -68.064388759686409, "S31": -71.849624793568765, "W32": -96.435587043600663, "S32": -101.43558704360066 }, "geometry": { "type": "Point", "coordinates": [ 104152.8, 502591.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033392854928512079, "S11": -0.033392854928512079, "W12": -9.0825704544473691, "S12": -9.1283831965336528, "W13": -14.264280876044253, "S13": -16.911930417595702, "W21": -39.022772572076384, "S21": -40.839856219648276, "W22": -41.895479027891398, "S22": -41.895479027891398, "W31": -60.447751297432319, "S31": -62.452926387262835, "W32": -96.467948942531251, "S32": -101.46794894253125 }, "geometry": { "type": "Point", "coordinates": [ 104153.0, 499879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0951830888298488, "W12": -10.194762735085316, "S12": -10.194762735085316, "W13": -14.170128956623682, "S13": -18.059519402621234, "W21": -54.590458224304754, "S21": -64.204515108539567, "W22": -42.175707372591191, "S22": -42.175707372591191, "W31": -60.674260777308966, "S31": -62.645325008537263, "W32": -96.696364549393209, "S32": -101.69636454939321 }, "geometry": { "type": "Point", "coordinates": [ 104153.0, 501160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3800383877159308, "S11": 1.3800383877159308, "W12": -7.1987908961593163, "S12": -23.51228829857174, "W13": -23.51228829857174, "S13": -23.51228829857174, "W21": -36.576550819699875, "S21": -41.629438347465111, "W22": -48.278099227369609, "S22": -51.217903894612476, "W31": -86.45218043077692, "S31": -86.45218043077692, "W32": -95.988403624552873, "S32": -100.98840362455287 }, "geometry": { "type": "Point", "coordinates": [ 104153.0, 509146.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2625602357427628, "S12": -9.2625602357427628, "W13": -14.960929831116427, "S13": -15.458370020948699, "W21": -39.531820776255714, "S21": -42.701930799335912, "W22": -69.390165269623651, "S22": -93.259375078887956, "W31": -96.590458526074954, "S31": -96.590458526074954, "W32": -102.68655845731672, "S32": -107.68655845731672 }, "geometry": { "type": "Point", "coordinates": [ 104153.25, 502167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4188760344737261, "S12": -13.512616720017689, "W13": -20.316967153121126, "S13": -21.269692363248492, "W21": -36.916766238821275, "S21": -36.916766238821275, "W22": -75.630243397203515, "S22": -86.243603163710475, "W31": -103.11366913251075, "S31": -103.11366913251075, "W32": -103.11366913251075, "S32": -104.9365013855315 }, "geometry": { "type": "Point", "coordinates": [ 104154.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0977961712972766, "S11": 1.0977961712972766, "W12": -9.9965268889028405, "S12": -9.9965268889028405, "W13": -28.927267093735711, "S13": -28.927267093735711, "W21": -39.803884290599783, "S21": -39.803884290599783, "W22": -54.900255754475701, "S22": -54.900255754475701, "W31": -78.70639096101408, "S31": -79.975554228774854, "W32": -93.935994597433776, "S32": -98.935994597433776 }, "geometry": { "type": "Point", "coordinates": [ 104154.0, 510495.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1245409302079299, "S12": -5.1245409302079299, "W13": -14.999999999999973, "S13": -14.999999999999973, "W21": -45.333016818742827, "S21": -45.501117346006907, "W22": -41.043481769976268, "S22": -41.043481769976268, "W31": -65.405433058020421, "S31": -65.405433058020421, "W32": -89.962319588665466, "S32": -94.962319588665466 }, "geometry": { "type": "Point", "coordinates": [ 104154.666666666671517, 523092.904761904734187 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71062773512557154, "S11": -0.057000105862241468, "W12": -6.251149138838124, "S12": -6.251149138838124, "W13": -18.48223865448746, "S13": -24.825595814950859, "W21": -32.348718328167557, "S21": -32.348718328167557, "W22": -42.455935717291794, "S22": -42.455935717291794, "W31": -61.280288591297733, "S31": -63.237511399090735, "W32": -96.924780156255466, "S32": -101.92478015625547 }, "geometry": { "type": "Point", "coordinates": [ 104155.0, 504837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31211118464592991, "S11": -0.57633136813216812, "W12": -5.8733525349294169, "S12": -5.8733525349294169, "W13": -23.194125045422357, "S13": -23.194125045422357, "W21": -33.819847991532406, "S21": -36.537696549224712, "W22": -60.0, "S22": -60.0, "W31": -73.799530345330382, "S31": -73.860313462329657, "W32": -89.997450496268229, "S32": -94.997450496268229 }, "geometry": { "type": "Point", "coordinates": [ 104155.5, 508813.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1198263555149639, "S12": -5.1198263555149639, "W13": -15.089494024831843, "S13": -15.089494024831843, "W21": -45.478432701875775, "S21": -45.478432701875775, "W22": -48.439659755449235, "S22": -48.439659755449235, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104155.622641509427922, 523315.849056603794452 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3213056144067796, "S11": 1.073068763236475, "W12": -8.93104, "S12": -8.93104, "W13": -15.0, "S13": -16.121703209405783, "W21": -40.096627270106659, "S21": -48.306024813487433, "W22": -39.110080289917001, "S22": -45.690021961601659, "W31": -69.770233370698477, "S31": -74.676670003317128, "W32": -86.085426907920265, "S32": -91.085426907920265 }, "geometry": { "type": "Point", "coordinates": [ 104156.0, 501555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46232676622489743, "S11": 0.012211244275491751, "W12": -5.7383575277125605, "S12": -14.247095040880641, "W13": -19.395216906656437, "S13": -19.395216906656437, "W21": -35.105336962498363, "S21": -35.105336962498363, "W22": -50.0, "S22": -50.0, "W31": -78.308748995154389, "S31": -78.308748995154389, "W32": -91.634099045346062, "S32": -96.634099045346062 }, "geometry": { "type": "Point", "coordinates": [ 104156.0, 507438.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26610644257703081, "S11": 0.26610644257703081, "W12": -8.5808310529864151, "S12": -10.279349652191252, "W13": -20.729004551890384, "S13": -20.729004551890384, "W21": -38.995534903692814, "S21": -39.883365912943113, "W22": -60.138471052560462, "S22": -60.138471052560462, "W31": -75.16493006645436, "S31": -75.934395639139311, "W32": -94.621024271613067, "S32": -99.621024271613067 }, "geometry": { "type": "Point", "coordinates": [ 104156.0, 511571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48034806262654361, "S11": 0.48034806262654361, "W12": -6.4865285207132697, "S12": -6.4865285207132697, "W13": -16.114146068140652, "S13": -18.935102117603233, "W21": -38.513778872838444, "S21": -39.083443369168222, "W22": -40.0, "S22": -40.0, "W31": -65.703284143002918, "S31": -65.703284143002918, "W32": -89.818929102041054, "S32": -94.818929102041054 }, "geometry": { "type": "Point", "coordinates": [ 104157.0, 497845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39305095962938441, "S11": -0.39305095962938441, "W12": -5.7491294271898221, "S12": -5.7491294271898221, "W13": -23.131178295814994, "S13": -23.131178295814994, "W21": -33.70691086443739, "S21": -36.50889403751431, "W22": -51.804349074781285, "S22": -51.804349074781285, "W31": -77.292616515843932, "S31": -77.292616515843932, "W32": -89.11363051079843, "S32": -94.11363051079843 }, "geometry": { "type": "Point", "coordinates": [ 104157.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63399988602689772, "S11": 0.63399988602689772, "W12": -8.2966787025155924, "S12": -10.47153322889163, "W13": -17.609137867983179, "S13": -32.609137867983179, "W21": -39.192673167138111, "S21": -40.632286552521052, "W22": -45.379803279636114, "S22": -45.39336649927661, "W31": -65.794164607658303, "S31": -67.187515443626722, "W32": -98.732133485938178, "S32": -103.73213348593818 }, "geometry": { "type": "Point", "coordinates": [ 104157.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.119432037368985, "S12": -5.119432037368985, "W13": -15.046225661090839, "S13": -15.046225661090839, "W21": -45.416607682215115, "S21": -45.496536526366484, "W22": -43.494615379893574, "S22": -48.381543018184757, "W31": -78.877923483635513, "S31": -79.544317789588902, "W32": -99.9081849013359, "S32": -104.9081849013359 }, "geometry": { "type": "Point", "coordinates": [ 104157.0, 523224.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.294028959138303, "S12": -6.294028959138303, "W13": -20.0, "S13": -20.0, "W21": -47.017565358369644, "S21": -48.685609555341976, "W22": -39.591193320439892, "S22": -49.35711453764381, "W31": -67.682122971475238, "S31": -71.272685182115495, "W32": -96.673483666110542, "S32": -101.67348366611054 }, "geometry": { "type": "Point", "coordinates": [ 104157.5, 518371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65212146279254124, "S11": -0.65212146279254124, "W12": -4.6629240891015487, "S12": -4.6629240891015487, "W13": -20.0, "S13": -20.0, "W21": -30.700309160894001, "S21": -32.807332572265238, "W22": -39.02460468574823, "S22": -45.256751746879829, "W31": -70.0, "S31": -74.563962425277538, "W32": -85.328928752111537, "S32": -90.328928752111537 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 508521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88522630333200569, "S11": -1.3852263033320056, "W12": -6.1504539587396101, "S12": -8.8089726830150852, "W13": -22.459429555158696, "S13": -22.664209515557996, "W21": -35.994233892397588, "S21": -35.994233892397588, "W22": -60.0, "S22": -60.0, "W31": -79.996970461446409, "S31": -79.996970461446409, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 509287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3940408967635847, "S12": -10.939408796115472, "W13": -19.586990309014443, "S13": -26.686833930631767, "W21": -39.306511526647235, "S21": -40.48482394966873, "W22": -60.0, "S22": -60.0, "W31": -78.061473148619399, "S31": -78.061473148619399, "W32": -89.958501072786291, "S32": -94.958501072786291 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 511663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1548586237162883, "S12": -8.1548586237162883, "W13": -19.666705509296115, "S13": -24.021566213709953, "W21": -44.96994547769787, "S21": -44.96994547769787, "W22": -35.636915314449503, "S22": -49.483541619617526, "W31": -62.614933028965346, "S31": -62.614933028965346, "W32": -97.805614683163881, "S32": -102.80561468316388 }, "geometry": { "type": "Point", "coordinates": [ 104158.0, 517061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13220863103028985, "S11": 0.13220863103028985, "W12": -8.0508892861860311, "S12": -8.0508892861860311, "W13": -15.127765703887812, "S13": -16.596739733697866, "W21": -39.52134978126751, "S21": -42.51058059595708, "W22": -42.162444049773725, "S22": -45.964839259354562, "W31": -80.276305301165422, "S31": -80.276305301165422, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 500183.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7802834728557819, "S12": -5.7802834728557819, "W13": -15.020166175863574, "S13": -17.969657948536401, "W21": -37.837873469732841, "S21": -41.233028022782129, "W22": -43.49451800031391, "S22": -43.49451800031391, "W31": -65.247942011783849, "S31": -67.023141447048999, "W32": -92.452840805604453, "S32": -97.452840805604453 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 502510.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4034118239734588, "S11": -1.4034118239734588, "W12": -8.2060911445816807, "S12": -16.256607368769338, "W13": -21.429283040689732, "S13": -22.615674568797999, "W21": -37.194827617524261, "S21": -37.194827617524261, "W22": -41.490150767077111, "S22": -41.490150767077111, "W31": -60.013545417401303, "S31": -62.087523262743936, "W32": -96.225939810111058, "S32": -101.22593981011106 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 509431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71359134142341751, "S11": -0.075197464001032333, "W12": -9.1066673803653586, "S12": -9.15894598524409, "W13": -15.0, "S13": -15.0, "W21": -38.446490525008656, "S21": -39.595163684584385, "W22": -60.945020021794967, "S22": -61.043214862815141, "W31": -74.795949467502254, "S31": -75.248235928646707, "W32": -97.66817195778232, "S32": -102.66817195778232 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 512174.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9035530138041423, "S12": -6.9035530138041423, "W13": -19.999999999999996, "S13": -21.504502579735259, "W21": -46.492513237052357, "S21": -47.8699187006508, "W22": -35.900002, "S22": -42.756459746239898, "W31": -68.656562386251622, "S31": -76.980510626843298, "W32": -94.523920199681967, "S32": -99.523920199681967 }, "geometry": { "type": "Point", "coordinates": [ 104159.0, 517946.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.755974696356289, "S11": -0.755974696356289, "W12": -3.6501335553328205, "S12": -4.7983992181450192, "W13": -20.0, "S13": -20.0, "W21": -30.347285303844284, "S21": -33.577017032480136, "W22": -40.0, "S22": -48.95090542533854, "W31": -67.74758489536525, "S31": -71.258796429298698, "W32": -96.618137190832414, "S32": -101.61813719083241 }, "geometry": { "type": "Point", "coordinates": [ 104159.2, 508418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35763662655408551, "S11": 0.3576366265540854, "W12": -4.9293181566462554, "S12": -12.259056138255747, "W13": -19.459723809837488, "S13": -19.459723809837488, "W21": -34.925058035995242, "S21": -34.925058035995242, "W22": -36.297848724312225, "S22": -41.297848724312225, "W31": -69.59248523898259, "S31": -69.59248523898259, "W32": -86.479523811124238, "S32": -91.479523811124238 }, "geometry": { "type": "Point", "coordinates": [ 104160.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71921052631578952, "S11": -0.71921052631578952, "W12": -2.9789842141386411, "S12": -5.3590276988940815, "W13": -20.0, "S13": -20.0, "W21": -30.298276762402089, "S21": -30.850621260009746, "W22": -36.785673362955819, "S22": -41.785673362955819, "W31": -69.946050312772613, "S31": -69.946050312772613, "W32": -87.073721683188509, "S32": -92.073721683188509 }, "geometry": { "type": "Point", "coordinates": [ 104160.0, 508320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67244294167371099, "S11": 0.67244294167371099, "W12": -7.9826729449703624, "S12": -19.459498854119602, "W13": -22.767093535075663, "S13": -22.767093535075663, "W21": -36.341606742987352, "S21": -38.673100315039463, "W22": -43.6802244455764, "S22": -44.688101266028831, "W31": -65.316227948687867, "S31": -66.204464585330882, "W32": -92.915740561127407, "S32": -97.915740561127407 }, "geometry": { "type": "Point", "coordinates": [ 104160.0, 509172.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.116789155114466, "S12": -5.116789155114466, "W13": -15.000000000000005, "S13": -15.000000000000005, "W21": -45.357603440382746, "S21": -45.521807337838993, "W22": -40.02616023644061, "S22": -48.827501992299268, "W31": -67.767942526759342, "S31": -71.260724762183443, "W32": -96.600675036711849, "S32": -101.60067503671185 }, "geometry": { "type": "Point", "coordinates": [ 104160.0, 523140.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1184333685554897, "S12": -5.1184333685554897, "W13": -15.399498747353087, "S13": -15.399498747353087, "W21": -46.126613181210089, "S21": -46.126613181210089, "W22": -42.627928663709241, "S22": -42.627928663709241, "W31": -62.796728142784396, "S31": -64.684579092024691, "W32": -97.313416754553415, "S32": -102.31341675455342 }, "geometry": { "type": "Point", "coordinates": [ 104160.020408163269167, 524309.877551020355895 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11201885998737987, "S11": -0.1153642366767951, "W12": -10.098684828013754, "S12": -15.772193745985074, "W13": -19.174335326220262, "S13": -19.174335326220262, "W21": -35.994411058404438, "S21": -36.649354394693624, "W22": -75.214174742916583, "S22": -85.743908129745691, "W31": -102.90634829780187, "S31": -102.90634829780187, "W32": -102.90634829780187, "S32": -104.68583388782697 }, "geometry": { "type": "Point", "coordinates": [ 104161.0, 507271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57919890760127468, "S11": 0.57919890760127468, "W12": -7.9802082212982164, "S12": -18.808054260692543, "W13": -22.7791636863824, "S13": -22.7791636863824, "W21": -36.310857649546058, "S21": -38.282504011528914, "W22": -42.290001, "S22": -42.290001, "W31": -77.110001, "S31": -77.110001, "W32": -98.190002, "S32": -103.190002 }, "geometry": { "type": "Point", "coordinates": [ 104161.0, 509176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30859804467505364, "S11": -3.2974336364230727, "W12": -6.9431638672737401, "S12": -7.5525171541656739, "W13": -24.635490348195653, "S13": -26.666088401046242, "W21": -33.770566368361536, "S21": -40.723965644961837, "W22": -37.738779139513923, "S22": -38.383237380563266, "W31": -63.445302603081196, "S31": -67.232478189466605, "W32": -83.420203735144312, "S32": -88.420203735144312 }, "geometry": { "type": "Point", "coordinates": [ 104161.333333333328483, 505745.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33451447527141143, "S11": -0.33451447527141143, "W12": -8.8930784225795527, "S12": -9.8663312050923366, "W13": -22.877250008538933, "S13": -28.047417593479246, "W21": -38.046028545502558, "S21": -38.046028545502558, "W22": -43.470623346624713, "S22": -43.470623346624713, "W31": -65.248105510354335, "S31": -67.184604685013454, "W32": -92.416791175725848, "S32": -97.416791175725848 }, "geometry": { "type": "Point", "coordinates": [ 104161.5, 511376.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1110297825906805, "S12": -5.1110297825906805, "W13": -15.087106253327983, "S13": -15.087106253327983, "W21": -45.502852309269301, "S21": -45.502852309269301, "W22": -40.0, "S22": -48.981866897516426, "W31": -67.770370517596831, "S31": -71.169874239681192, "W32": -96.584106652725126, "S32": -101.58410665272513 }, "geometry": { "type": "Point", "coordinates": [ 104161.735849056596635, 523365.094339622650295 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.192076798104123, "S12": -11.947496391728741, "W13": -15.000000000000002, "S13": -18.304461039026812, "W21": -42.522980938048065, "S21": -45.522980938048065, "W22": -37.719326739226638, "S22": -42.121077930775861, "W31": -68.245909506149246, "S31": -68.245909506149246, "W32": -88.27880694660584, "S32": -93.27880694660584 }, "geometry": { "type": "Point", "coordinates": [ 104161.833333333328483, 500593.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.54917451327041267, "W12": -5.8188694267515926, "S12": -5.8188694267515926, "W13": -17.669781444266334, "S13": -26.320185798278366, "W21": -31.635735531050699, "S21": -31.635735531050699, "W22": -41.453606633973244, "S22": -41.453606633973244, "W31": -59.844040968342647, "S31": -61.898481113205477, "W32": -96.276959324527908, "S32": -101.27695932452791 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0584534964089563, "S11": 1.0584534964089563, "W12": -9.9780150499684979, "S12": -11.162662435863934, "W13": -29.049691944802451, "S13": -29.049691944802451, "W21": -39.63309080085255, "S21": -39.63309080085255, "W22": -49.893395773005459, "S22": -53.332450041146238, "W31": -80.764031275445632, "S31": -80.764031275445632, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 510572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82980178109738589, "S11": 0.82980178109738589, "W12": -8.7663710420571412, "S12": -9.1557828637469232, "W13": -14.994860678642716, "S13": -14.994860678642716, "W21": -39.083592989175592, "S21": -40.841071643957129, "W22": -66.111027877977662, "S22": -66.111027877977662, "W31": -90.200224655995513, "S31": -90.200224655995513, "W32": -93.735324462786394, "S32": -98.735324462786394 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 511893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24895351856018605, "S11": 0.24895351856018605, "W12": -10.643771053803919, "S12": -10.643771053803919, "W13": -19.565006100082339, "S13": -21.862884909574351, "W21": -35.950731140746541, "S21": -39.267630365552741, "W22": -66.888296289531638, "S22": -66.888296289531638, "W31": -87.037624710583145, "S31": -87.037624710583145, "W32": -92.472964376590326, "S32": -97.472964376590326 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 513276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.168065166856219, "S12": -5.168065166856219, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -45.431310549551647, "S21": -45.431310549551647, "W22": -40.456206566019667, "S22": -48.159079020438554, "W31": -67.881310255708499, "S31": -71.261343220153989, "W32": -96.501822137821279, "S32": -101.50182213782128 }, "geometry": { "type": "Point", "coordinates": [ 104162.0, 519666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68098700393571665, "S11": -0.070103619610118573, "W12": -9.1240038381167157, "S12": -9.1240038381167157, "W13": -15.119231800876788, "S13": -15.119231800876788, "W21": -38.282942358419071, "S21": -39.689114729382361, "W22": -39.663832489510398, "S22": -47.745092668782803, "W31": -67.931784097347261, "S31": -71.324314571347003, "W32": -96.467781989282457, "S32": -101.46778198928246 }, "geometry": { "type": "Point", "coordinates": [ 104162.125, 512198.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15016258663718451, "S11": 0.15016258663718451, "W12": -8.0789791169328602, "S12": -8.0789791169328602, "W13": -15.178719524920094, "S13": -16.787270332781226, "W21": -39.636734705165786, "S21": -42.603101376345855, "W22": -42.273637068761914, "S22": -46.208602373310917, "W31": -80.163128217327653, "S31": -80.163128217327653, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104162.285714285710128, 500203.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4007955711120097, "S11": -0.4007955711120097, "W12": -6.0549289642415625, "S12": -17.869136026525084, "W13": -23.057148938161632, "S13": -23.057148938161632, "W21": -33.334122718059184, "S21": -33.509810867790243, "W22": -87.180977632742739, "S22": -102.20440717433881, "W31": -102.37917576572033, "S31": -102.37917576572033, "W32": -102.37917576572033, "S32": -106.37818090199039 }, "geometry": { "type": "Point", "coordinates": [ 104163.0, 508035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1736321565947856, "S12": -5.1736321565947856, "W13": -20.0, "S13": -20.0, "W21": -46.713011129499577, "S21": -47.092200009926081, "W22": -61.710122778897727, "S22": -61.710122778897727, "W31": -80.433863003871394, "S31": -80.433863003871394, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104163.25, 519201.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19417224743253717, "S11": 0.19417224743253717, "W12": -5.9216023681876164, "S12": -5.9216023681876164, "W13": -18.185349070770076, "S13": -20.441300637863542, "W21": -32.989118746792087, "S21": -32.989118746792087, "W22": -40.0, "S22": -46.826981614513578, "W31": -67.33609005251644, "S31": -70.975132811814603, "W32": -96.760954381752697, "S32": -101.7609543817527 }, "geometry": { "type": "Point", "coordinates": [ 104163.4, 503091.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038683309093619452, "S11": -0.038683309093619452, "W12": -8.9261292132404488, "S12": -8.9935950418389208, "W13": -14.384949843563417, "S13": -19.148469602843733, "W21": -39.170333401779573, "S21": -41.037134117541022, "W22": -39.572903541498917, "S22": -49.458450844555045, "W31": -67.680628884572243, "S31": -71.048344295565414, "W32": -96.629698539983238, "S32": -101.62969853998324 }, "geometry": { "type": "Point", "coordinates": [ 104163.428571428565192, 499837.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67455167978215136, "S11": 0.67455167978215136, "W12": -9.9450669367624531, "S12": -9.9450669367624531, "W13": -14.768342717927711, "S13": -14.768342717927711, "W21": -39.345819213786044, "S21": -48.041827879273455, "W22": -41.066155599540608, "S22": -41.408129877916508, "W31": -59.355472791227101, "S31": -61.487222957186276, "W32": -96.014399327330565, "S32": -101.01439932733057 }, "geometry": { "type": "Point", "coordinates": [ 104163.428571428565192, 501637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53215742368363605, "S11": -0.53215742368363605, "W12": -5.6800139288308058, "S12": -5.6800139288308058, "W13": -21.411756682705999, "S13": -21.411756682705999, "W21": -31.083921466374679, "S21": -33.701845994676567, "W22": -43.893674976855856, "S22": -43.893674976855856, "W31": -65.217422736428347, "S31": -67.722336743515754, "W32": -92.170171923688528, "S32": -97.170171923688528 }, "geometry": { "type": "Point", "coordinates": [ 104163.5, 508595.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9877326140851821, "S12": -6.9877326140851821, "W13": -19.977298824196016, "S13": -21.67913785120977, "W21": -46.457935589167441, "S21": -47.070100842834513, "W22": -77.622993267736916, "S22": -88.497050209198449, "W31": -103.45396045396045, "S31": -103.45396045396045, "W32": -103.45396045396045, "S32": -105.0023725417831 }, "geometry": { "type": "Point", "coordinates": [ 104164.0, 517902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89181966070183583, "S11": -0.8111470542040975, "W12": -5.205160147313145, "S12": -8.0363843330429923, "W13": -23.661056138946215, "S13": -23.661056138946215, "W21": -34.668649293794282, "S21": -35.865335973803177, "W22": -53.471947972383887, "S22": -53.471947972383887, "W31": -78.683939530072024, "S31": -84.896922707743698, "W32": -93.519548698004186, "S32": -98.519548698004186 }, "geometry": { "type": "Point", "coordinates": [ 104165.0, 508876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8527216856892008, "W12": -5.0, "S12": -14.992883256203093, "W13": -23.456174802128068, "S13": -23.456174802128068, "W21": -35.803449917766002, "S21": -41.418471042960576, "W22": -41.359156960722252, "S22": -47.412075474933204, "W31": -74.947470050201517, "S31": -74.947470050201517, "W32": -98.103145646387247, "S32": -103.10314564638725 }, "geometry": { "type": "Point", "coordinates": [ 104165.0, 508965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1090373800210038, "S12": -5.1090373800210038, "W13": -15.000000000000023, "S13": -15.000000000000023, "W21": -45.382190062022602, "S21": -45.54249732967105, "W22": -40.340904770760886, "S22": -43.969393538630186, "W31": -73.366194761277015, "S31": -73.383055582858873, "W32": -98.011678776998167, "S32": -103.01167877699817 }, "geometry": { "type": "Point", "coordinates": [ 104165.333333333328483, 523188.809523809526581 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0271037108537575, "S11": 1.0271037108537575, "W12": -5.5612958398311143, "S12": -5.5612958398311143, "W13": -14.999999999999998, "S13": -17.483055543517978, "W21": -33.966940609436605, "S21": -36.414079209631829, "W22": -37.023776498339039, "S22": -37.343942510345265, "W31": -61.4663744712173, "S31": -61.4663744712173, "W32": -96.743714112099397, "S32": -101.7437141120994 }, "geometry": { "type": "Point", "coordinates": [ 104165.714285714289872, 498703.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8540537614299617, "S11": -3.2412454127187318, "W12": -7.4522289536830595, "S12": -7.4522289536830595, "W13": -18.159210817661723, "S13": -25.523506146220477, "W21": -32.465654853439936, "S21": -33.943927476268563, "W22": -42.132211804679535, "S22": -45.925594427189615, "W31": -80.2584881237904, "S31": -80.2584881237904, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104166.0, 505201.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.107114074105696, "S12": -17.072995245533583, "W13": -22.316606289320674, "S13": -22.316606289320674, "W21": -33.354448694499794, "S21": -33.510753841419437, "W22": -34.816118430883598, "S22": -38.18293111408434, "W31": -67.461036593819912, "S31": -67.461036593819912, "W32": -88.883259808826907, "S32": -93.883259808826907 }, "geometry": { "type": "Point", "coordinates": [ 104166.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1729213682696977, "S11": 1.1729213682696977, "W12": -9.9997026863598482, "S12": -9.9997026863598482, "W13": -29.516227350540657, "S13": -29.516227350540657, "W21": -39.6856956865265, "S21": -39.6856956865265, "W22": -38.752166829681798, "S22": -38.849647773976578, "W31": -66.106101041422548, "S31": -66.106101041422548, "W32": -89.590263940930967, "S32": -94.590263940930967 }, "geometry": { "type": "Point", "coordinates": [ 104166.0, 510457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.791880582200128, "S12": -7.791880582200128, "W13": -16.568773231480488, "S13": -19.250513441722461, "W21": -36.751105574133675, "S21": -37.057773615042201, "W22": -41.673891268869099, "S22": -41.673891268869099, "W31": -60.013545417401303, "S31": -61.998654454318647, "W32": -96.498861367060229, "S32": -101.49886136706023 }, "geometry": { "type": "Point", "coordinates": [ 104166.777777777781012, 497471.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 1.039635088028934, "S11": -2.1061688113776782, "W12": -8.0119081540739856, "S12": -10.176689823911012, "W13": -19.695557746218537, "S13": -26.529890770948079, "W21": -33.292691359922607, "S21": -38.97361227426336, "W22": -52.920093807355038, "S22": -61.619361713296129, "W31": -88.614797558351952, "S31": -88.614797558351952, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 505464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21479044496125793, "S11": -4.7852095550387421, "W12": -6.6198052748598331, "S12": -7.9697818882532179, "W13": -25.000000000000004, "S13": -26.81406538663764, "W21": -33.793176777603207, "S21": -41.054343504375922, "W22": -40.263462090572077, "S22": -43.574047522838924, "W31": -73.352438814695944, "S31": -73.352438814695944, "W32": -98.003892598251937, "S32": -103.00389259825194 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51112538463836421, "S11": -1.0730298507060345, "W12": -9.777451300467952, "S12": -14.494660332957796, "W13": -19.881110196276339, "S13": -19.881110196276339, "W21": -35.737267334439245, "S21": -37.30927460365983, "W22": -40.369725597938555, "S22": -48.353438105884834, "W31": -71.184555152679792, "S31": -71.206926612821619, "W32": -98.990586346553798, "S32": -103.9905863465538 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6585103724068984, "S11": 2.300731331285049, "W12": -5.0, "S12": -19.926360351769301, "W13": -22.802908043717697, "S13": -22.802908043717697, "W21": -36.566657846260739, "S21": -44.326509289976741, "W22": -38.595801375923358, "S22": -42.322553318166158, "W31": -67.925405147759776, "S31": -71.794582448309626, "W32": -83.462307225020083, "S32": -88.462307225020083 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 509024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034648493543758985, "S11": 0.034648493543758985, "W12": -7.9519880558180285, "S12": -14.133857618426081, "W13": -22.860756533700147, "S13": -22.860756533700147, "W21": -36.106662666274836, "S21": -36.106662666274836, "W22": -42.431749192772799, "S22": -42.431749192772799, "W31": -61.582454604978153, "S31": -63.504655142192121, "W32": -97.139473776407527, "S32": -102.13947377640753 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1643030268728998, "S12": -5.1643030268728998, "W13": -20.0, "S13": -20.0, "W21": -45.952546696952311, "S21": -45.952546696952311, "W22": -46.366915184050363, "S22": -46.366915184050363, "W31": -68.323952581862301, "S31": -69.55952064390479, "W32": -99.147461944579106, "S32": -104.14746194457911 }, "geometry": { "type": "Point", "coordinates": [ 104167.0, 519485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1022332096663776, "S12": -5.1022332096663776, "W13": -15.08471848182408, "S13": -15.08471848182408, "W21": -45.527271916662805, "S21": -45.527271916662805, "W22": -38.503804051867526, "S22": -46.336093079996893, "W31": -69.121493729571142, "S31": -73.013710460853829, "W32": -89.885730933575374, "S32": -94.885730933575374 }, "geometry": { "type": "Point", "coordinates": [ 104167.8490566037799, 523414.339622641506139 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4280189564564565, "S11": 1.4280189564564565, "W12": -6.9030441595441596, "S12": -7.3701473841511547, "W13": -15.739711579853637, "S13": -17.218958165433005, "W21": -35.492513790386134, "S21": -38.401016204118164, "W22": -66.156558533145272, "S22": -66.156558533145272, "W31": -95.184764465875361, "S31": -95.184764465875361, "W32": -95.451792274848572, "S32": -100.45179227484857 }, "geometry": { "type": "Point", "coordinates": [ 104168.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0801888252592757, "W12": -9.5835132947975907, "S12": -9.5835132947975907, "W13": -14.680216919970288, "S13": -19.246470494803091, "W21": -46.556861998380384, "S21": -55.394768240918701, "W22": -39.968289311299337, "S22": -41.815214742357554, "W31": -70.056589515122766, "S31": -70.056589515122766, "W32": -95.22621539892998, "S32": -100.22621539892998 }, "geometry": { "type": "Point", "coordinates": [ 104168.0, 501339.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85868391456372717, "S11": -2.2300894601746784, "W12": -7.1797504343705576, "S12": -7.1797504343705576, "W13": -18.774767488879903, "S13": -22.055469009107334, "W21": -33.358413996451858, "S21": -33.358413996451858, "W22": -44.293295830162172, "S22": -44.386132107460391, "W31": -65.186739962502259, "S31": -68.26006880201821, "W32": -91.923552671650867, "S32": -96.923552671650867 }, "geometry": { "type": "Point", "coordinates": [ 104168.0, 505063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.150063397830548, "S12": -11.815143841972855, "W13": -15.0, "S13": -18.294531131301468, "W21": -42.623401053423635, "S21": -45.623401053423635, "W22": -35.790001, "S22": -43.064861945053501, "W31": -68.495449948303289, "S31": -75.315592350105206, "W32": -95.164524511256914, "S32": -100.16452451125691 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096564352629342626, "S11": -0.48692301740206989, "W12": -5.0, "S12": -5.8000993912287244, "W13": -19.88168046933794, "S13": -19.88168046933794, "W21": -33.496297351059361, "S21": -33.496297351059361, "W22": -80.0, "S22": -91.220827138058269, "W31": -103.99257049257049, "S31": -103.99257049257049, "W32": -103.99257049257049, "S32": -105.1412980439711 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 507762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57196786604165972, "S11": -0.57196786604165972, "W12": -3.2124576623853387, "S12": -18.21245766238534, "W13": -20.576991398519183, "S13": -20.576991398519183, "W21": -31.796534644737921, "S21": -31.95873155880442, "W22": -41.46421378631274, "S22": -44.47762091809826, "W31": -79.988212272783656, "S31": -79.988212272783656, "W32": -100.0552327253898, "S32": -105.0552327253898 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 508151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0719122143662236, "S12": -7.0719122143662236, "W13": -19.94583134833648, "S13": -21.845006822628726, "W21": -46.423357941282525, "S21": -47.124568965781414, "W22": -37.292614661697314, "S22": -38.781218650301305, "W31": -66.580361919123831, "S31": -66.580361919123831, "W32": -89.335866671710491, "S32": -94.335866671710491 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 517858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1366998166170035, "S12": -5.1366998166170035, "W13": -17.512944994891999, "S13": -17.958557087291787, "W21": -44.0, "S21": -44.0, "W22": -43.130535278985853, "S22": -46.867357942583723, "W31": -65.696979825372679, "S31": -65.768312609370867, "W32": -93.528225179507757, "S32": -98.528225179507757 }, "geometry": { "type": "Point", "coordinates": [ 104169.0, 521095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33663968943267997, "S11": -0.43745069151765215, "W12": -5.0, "S12": -11.817569667459775, "W13": -24.656711467970158, "S13": -24.656711467970158, "W21": -40.0, "S21": -40.0, "W22": -37.469399671917259, "S22": -44.939521561028727, "W31": -68.754639720535621, "S31": -76.988543862386422, "W32": -94.365278179713499, "S32": -99.365278179713499 }, "geometry": { "type": "Point", "coordinates": [ 104169.666666666671517, 509645.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5614990381877654, "S12": -7.5614990381877654, "W13": -19.809674742768149, "S13": -23.098147195058811, "W21": -46.0, "S21": -55.128644248399262, "W22": -37.822777484210604, "S22": -39.258728264821173, "W31": -55.86927439000101, "S31": -58.382788778243743, "W32": -94.11114330976433, "S32": -99.11114330976433 }, "geometry": { "type": "Point", "coordinates": [ 104170.0, 517516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3535125319997618, "S11": -1.9562952287101969, "W12": -9.3795492018227886, "S12": -9.3795492018227886, "W13": -20.327539200650136, "S13": -25.577398654771866, "W21": -42.70974421746746, "S21": -45.367057314104436, "W22": -48.908611432815583, "S22": -52.244027593621034, "W31": -79.697191450601622, "S31": -79.697191450601622, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104170.25, 516129.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.080661632807910166, "S11": -2.1166355757307067, "W12": -6.1714563956970743, "S12": -8.6237522374000761, "W13": -25.0, "S13": -25.0, "W21": -33.82269872740801, "S21": -41.549138185583246, "W22": -90.0, "S22": -101.33718166383701, "W31": -102.64672434066857, "S31": -102.64672434066857, "W32": -102.64672434066857, "S32": -106.21315192743764 }, "geometry": { "type": "Point", "coordinates": [ 104170.666666666671517, 505871.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7301222806570313, "S11": -1.7301222806570313, "W12": -5.1012856049275221, "S12": -5.1012856049275221, "W13": -15.0, "S13": -15.0, "W21": -45.406776683662471, "S21": -45.563187321503221, "W22": -90.0, "S22": -96.640452840737026, "W31": -104.1942214009743, "S31": -104.1942214009743, "W32": -104.1942214009743, "S32": -105.55933484504912 }, "geometry": { "type": "Point", "coordinates": [ 104170.666666666671517, 523236.761904761893675 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31674589292738353, "S11": 0.31674589292738353, "W12": -12.488076505037069, "S12": -12.488076505037069, "W13": -19.721469861127993, "S13": -20.725151703512797, "W21": -35.237014265813926, "S21": -41.072776456179213, "W22": -39.969428852776815, "S22": -41.858604960085977, "W31": -70.094022952144954, "S31": -70.094022952144954, "W32": -95.285386136310763, "S32": -100.28538613631076 }, "geometry": { "type": "Point", "coordinates": [ 104171.0, 513595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3546372057817067, "S11": -1.3546372057817067, "W12": -7.0610404953077914, "S12": -13.335170543566079, "W13": -22.076929992743683, "S13": -22.29575747403209, "W21": -36.259844912515248, "S21": -36.259844912515248, "W22": -40.356688160760221, "S22": -43.347629859342518, "W31": -65.129867319971879, "S31": -65.129867319971879, "W32": -90.165227842972982, "S32": -95.165227842972982 }, "geometry": { "type": "Point", "coordinates": [ 104171.5, 509316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6186514639639638, "S11": 1.6186514639639638, "W12": -7.5770925925925923, "S12": -8.5607698617935242, "W13": -16.419779835750482, "S13": -17.375088112206459, "W21": -36.619786136591763, "S21": -39.325990020986104, "W22": -38.595956074756558, "S22": -46.849236589735725, "W31": -69.017627725765408, "S31": -74.49578321365442, "W32": -90.918007604204334, "S32": -95.918007604204334 }, "geometry": { "type": "Point", "coordinates": [ 104172.0, 499020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16905884113268246, "S11": 0.16905884113268246, "W12": -8.1489652655718618, "S12": -8.1489652655718618, "W13": -15.272214305850994, "S13": -17.102934784035831, "W21": -39.875920930415639, "S21": -42.805414360485258, "W22": -84.177825388323512, "S22": -95.645503389651964, "W31": -104.57108974745344, "S31": -104.57108974745344, "W32": -104.57108974745344, "S32": -105.28235444016801 }, "geometry": { "type": "Point", "coordinates": [ 104172.0, 500233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072340852068168732, "S11": -0.072340852068168732, "W12": -9.5161566181865265, "S12": -9.5161566181865265, "W13": -14.564681643711898, "S13": -16.449196270403792, "W21": -39.309255696523003, "S21": -40.765053397936256, "W22": -50.000000000000007, "S22": -52.36689686184193, "W31": -77.394821960866679, "S31": -77.394821960866679, "W32": -89.27477773036648, "S32": -94.27477773036648 }, "geometry": { "type": "Point", "coordinates": [ 104172.25, 499892.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1072571609399073, "S12": -5.1072571609399073, "W13": -15.0, "S13": -15.0, "W21": -45.053062316550225, "S21": -45.556738531943836, "W22": -40.0, "S22": -43.339545454545451, "W31": -71.441771191358299, "S31": -71.441771191358299, "W32": -97.976905468239295, "S32": -102.97690546823929 }, "geometry": { "type": "Point", "coordinates": [ 104172.428571428565192, 522702.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26092363770194543, "S11": -0.26092363770194543, "W12": -6.270057046967815, "S12": -18.892463388317427, "W13": -23.762259196091126, "S13": -23.762259196091126, "W21": -32.922244577649565, "S21": -33.104434762817533, "W22": -36.005794651100771, "S22": -48.671090334230762, "W31": -60.801686217234959, "S31": -60.801686217234959, "W32": -97.412567648713292, "S32": -102.41256764871329 }, "geometry": { "type": "Point", "coordinates": [ 104172.5, 508062.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55614859202798939, "S11": 0.55614859202798939, "W12": -9.7131722291858722, "S12": -31.54458936425883, "W13": -31.54458936425883, "S13": -31.54458936425883, "W21": -40.0, "S21": -40.002544246901991, "W22": -44.182567993950393, "S22": -46.390319142369364, "W31": -65.156057188576256, "S31": -68.79780086052051, "W32": -91.676933419613547, "S32": -96.676933419613547 }, "geometry": { "type": "Point", "coordinates": [ 104172.6, 510223.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1755010847391771, "W12": -10.101519491842073, "S12": -10.101519491842073, "W13": -14.125685814771394, "S13": -17.95740712034096, "W21": -54.103219021147126, "S21": -63.624867865270126, "W22": -36.098738960271085, "S22": -41.098738960271085, "W31": -69.436150957782189, "S31": -69.436150957782189, "W32": -86.361902774868298, "S32": -91.361902774868298 }, "geometry": { "type": "Point", "coordinates": [ 104173.0, 501178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8503500744252781, "S12": -5.8503500744252781, "W13": -22.956051464293413, "S13": -22.956051464293413, "W21": -33.399038181633721, "S21": -36.992788181633721, "W22": -36.018691847192848, "S22": -43.352834379362747, "W31": -68.632456100976071, "S31": -76.056933987466934, "W32": -94.790189552886687, "S32": -99.790189552886687 }, "geometry": { "type": "Point", "coordinates": [ 104173.0, 508773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4877298642115284, "S11": -1.4877298642115284, "W12": -5.1099708393906802, "S12": -5.1099708393906802, "W13": -14.999999999999989, "S13": -14.999999999999989, "W21": -44.88638635623731, "S21": -45.538095706755968, "W22": -38.506073427811344, "S22": -46.607136143258813, "W31": -69.156260644390329, "S31": -73.072964749283926, "W32": -89.843560557013888, "S32": -94.843560557013888 }, "geometry": { "type": "Point", "coordinates": [ 104173.333333333328483, 522451.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67311384616636527, "S11": -1.2254129460470722, "W12": -10.269690079216291, "S12": -13.361846737324223, "W13": -19.579265026161359, "S13": -19.579265026161359, "W21": -36.202177159249175, "S21": -36.520636520669179, "W22": -41.934841875137501, "S22": -41.934841875137501, "W31": -60.065469517439631, "S31": -62.002658740757319, "W32": -96.84341169463616, "S32": -101.84341169463616 }, "geometry": { "type": "Point", "coordinates": [ 104173.75, 506924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0934366367420951, "S12": -5.0934366367420951, "W13": -15.082330710320218, "S13": -15.082330710320218, "W21": -45.551691524056331, "S21": -45.551691524056331, "W22": -71.54496077248038, "S22": -81.65603517085033, "W31": -102.01014715365277, "S31": -102.01014715365277, "W32": -102.01014715365277, "S32": -103.76162962089498 }, "geometry": { "type": "Point", "coordinates": [ 104173.962264150948613, 523463.584905660361983 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35583017171429177, "S11": -0.35583017171429177, "W12": -9.34993586410123, "S12": -9.34993586410123, "W13": -14.6665395307129, "S13": -14.6665395307129, "W21": -40.0, "S21": -42.95940091133189, "W22": -40.235242431504119, "S22": -48.839376720712266, "W31": -67.868096551084719, "S31": -70.822399135714591, "W32": -96.443544480921361, "S32": -101.44354448092136 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 502006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.807151818600368, "S11": 0.807151818600368, "W12": -4.705105671922805, "S12": -13.207471839894174, "W13": -22.269967864419247, "S13": -24.77747231824954, "W21": -38.379997403923916, "S21": -38.379997403923916, "W22": -40.094891171682107, "S22": -41.708814615223567, "W31": -74.269705885786649, "S31": -74.269705885786649, "W32": -100.09778793350479, "S32": -105.09778793350479 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 503901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7326152001665136, "S12": -30.169934225886152, "W13": -30.169934225886152, "S13": -30.169934225886152, "W21": -40.0, "S21": -40.002804704777674, "W22": -49.126309259654938, "S22": -53.593887667058453, "W31": -87.687665178229267, "S31": -87.687665178229267, "W32": -98.179816944236251, "S32": -103.17981694423625 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 510208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3518890076833268, "S12": -7.3518890076833268, "W13": -19.860579030836167, "S13": -22.516144064708509, "W21": -46.21630414449195, "S21": -46.21630414449195, "W22": -38.828296227153359, "S22": -40.632332847912352, "W31": -66.012164214369236, "S31": -66.012164214369236, "W32": -90.176785298906722, "S32": -95.176785298906722 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 517676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1560918146472634, "S12": -7.1560918146472634, "W13": -19.914363872476944, "S13": -22.010875794047678, "W21": -46.388780293397602, "S21": -47.066979625027244, "W22": -38.397585244611918, "S22": -47.133991818973435, "W31": -68.919987465800673, "S31": -76.015510666236111, "W32": -92.23853189410616, "S32": -97.23853189410616 }, "geometry": { "type": "Point", "coordinates": [ 104174.0, 517814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84528223365619737, "S11": 0.84528223365619737, "W12": -8.8746834159531698, "S12": -8.8746834159531698, "W13": -14.823982796982023, "S13": -15.338985747637972, "W21": -40.175909072190379, "S21": -48.699120423410506, "W22": -42.307602023031379, "S22": -42.48817833039552, "W31": -61.542389629831248, "S31": -63.443597749242329, "W32": -97.241172967102429, "S32": -102.24117296710243 }, "geometry": { "type": "Point", "coordinates": [ 104174.142857142855064, 501595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.083507232469751, "S11": 3.3068839757966191, "W12": -10.266788726066219, "S12": -12.491179256295048, "W13": -14.999999999999998, "S13": -17.333765752409192, "W21": -47.744558991981677, "S21": -50.744558991981677, "W22": -40.379643783811865, "S22": -41.191718296779257, "W31": -58.406786674942971, "S31": -60.595951965507233, "W32": -95.789265318992534, "S32": -100.78926531899253 }, "geometry": { "type": "Point", "coordinates": [ 104175.0, 500743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19248592502919754, "S11": 0.19248592502919754, "W12": -6.3869151420933834, "S12": -6.3869151420933834, "W13": -18.601436117387262, "S13": -21.062933949865212, "W21": -33.608608027327072, "S21": -33.608608027327072, "W22": -60.498740855692738, "S22": -60.498740855692738, "W31": -75.000355429710268, "S31": -75.571280173865802, "W32": -96.150814153234563, "S32": -101.15081415323456 }, "geometry": { "type": "Point", "coordinates": [ 104175.0, 503164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36472534745201851, "S11": -0.36472534745201718, "W12": -6.207293524733644, "S12": -6.207293524733644, "W13": -23.279045656391467, "S13": -23.279045656391467, "W21": -33.983738146807063, "S21": -36.081316494385412, "W22": -80.0, "S22": -100.97219384859835, "W31": -100.97219384859835, "S31": -100.97219384859835, "W32": -102.277187969472, "S32": -107.277187969472 }, "geometry": { "type": "Point", "coordinates": [ 104175.0, 508818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5129467633091731, "S11": 2.5129467633091731, "W12": -5.0, "S12": -16.530806841712607, "W13": -23.112147229552487, "S13": -23.112147229552487, "W21": -36.100332569046465, "S21": -42.802300547698898, "W22": -40.0, "S22": -45.772555704371122, "W31": -67.236309749157044, "S31": -70.580558027779219, "W32": -95.939492364381167, "S32": -100.93949236438117 }, "geometry": { "type": "Point", "coordinates": [ 104175.0, 508984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.091187301458835024, "S11": -0.27344260934001552, "W12": -5.7503764044149257, "S12": -9.0194160366673799, "W13": -19.949569818833055, "S13": -19.949569818833055, "W21": -33.230974768218083, "S21": -33.230974768218083, "W22": -36.848555320652878, "S22": -45.426204086980889, "W31": -68.331372661232521, "S31": -73.081693778880506, "W32": -96.116174740710562, "S32": -101.11617474071056 }, "geometry": { "type": "Point", "coordinates": [ 104175.25, 507819.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.294639198007629, "S11": -0.294639198007629, "W12": -6.2898780975987023, "S12": -14.730302941170944, "W13": -20.011251091858352, "S13": -20.011251091858352, "W21": -33.185165480020324, "S21": -33.284487636250475, "W22": -38.835567559244566, "S22": -46.712948471205998, "W31": -68.806489215801889, "S31": -76.903561554267611, "W32": -94.197203733178995, "S32": -99.197203733178995 }, "geometry": { "type": "Point", "coordinates": [ 104175.75, 507933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.021037949620479696, "S11": 0.021037949620479696, "W12": -5.0650714133194681, "S12": -5.0650714133194681, "W13": -16.889407122252255, "S13": -20.056651898076801, "W21": -33.462488549244277, "S21": -34.558719936162596, "W22": -41.933354613906531, "S22": -41.995542319363466, "W31": -60.0, "S31": -61.93082931179881, "W32": -96.895491013558484, "S32": -101.89549101355848 }, "geometry": { "type": "Point", "coordinates": [ 104176.0, 502944.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39456023820430597, "S11": 0.39456023820430597, "W12": -9.8142847191914502, "S12": -21.42218797247028, "W13": -29.910297704409093, "S13": -29.910297704409093, "W21": -40.0, "S21": -40.002771883289128, "W22": -40.0, "S22": -48.731685539185307, "W31": -67.570280672083072, "S31": -70.6390781786247, "W32": -96.6269755843784, "S32": -101.6269755843784 }, "geometry": { "type": "Point", "coordinates": [ 104176.0, 510112.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41156364504685389, "S11": -1.434146577253907, "W12": -10.0, "S12": -10.0, "W13": -17.601186423903819, "S13": -18.180651887716721, "W21": -34.51170755344836, "S21": -36.645506769401997, "W22": -36.512340837276774, "S22": -44.798975967494584, "W31": -68.402204134265375, "S31": -73.913653365961665, "W32": -95.722301668962857, "S32": -100.72230166896286 }, "geometry": { "type": "Point", "coordinates": [ 104176.0, 512723.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.700933912491587, "S11": -1.700933912491587, "W12": -5.0935338298340582, "S12": -5.0935338298340582, "W13": -15.0, "S13": -15.0, "W21": -45.431363305302341, "S21": -45.595581390692765, "W22": -60.701104122874355, "S22": -60.701104122874355, "W31": -74.918002926572115, "S31": -75.41704516339891, "W32": -97.029876418076498, "S32": -102.0298764180765 }, "geometry": { "type": "Point", "coordinates": [ 104176.0, 523284.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39659582540372174, "S11": -3.4289308671714473, "W12": -7.3845126110671639, "S12": -7.3845126110671639, "W13": -22.611691689864465, "S13": -25.980003066579325, "W21": -33.749915376628252, "S21": -40.06801203339004, "W22": -60.0, "S22": -60.0, "W31": -77.357774418393234, "S31": -77.357774418393234, "W32": -88.978670044951485, "S32": -93.978670044951485 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55977342434181554, "S11": 0.55977342434181554, "W12": -9.7393205389056465, "S12": -31.624646718432132, "W13": -31.624646718432132, "S13": -31.624646718432132, "W21": -40.0, "S21": -40.002467932640627, "W22": -37.822349649424936, "S22": -45.86458336609244, "W31": -67.759215587345523, "S31": -67.759215587345523, "W32": -97.873532007438627, "S32": -102.87353200743863 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 510223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26168576598311222, "S11": 0.26168576598311222, "W12": -8.4291765430855907, "S12": -9.8479513919500317, "W13": -20.950806819644505, "S13": -21.919216803119838, "W21": -38.653722297071432, "S21": -39.445004914771225, "W22": -40.032090137026913, "S22": -43.096480075618111, "W31": -70.982759529709497, "S31": -70.982759529709497, "W32": -96.535676901605029, "S32": -101.53567690160503 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 511556.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39643635231870528, "S11": 0.39643635231870528, "W12": -8.3433546572463175, "S12": -10.197093560356169, "W13": -20.471980715898852, "S13": -20.75385937687582, "W21": -38.863416880910464, "S21": -39.782983505130211, "W22": -36.045429502262131, "S22": -43.810673563186391, "W31": -68.480296976553547, "S31": -74.75287432229814, "W32": -95.321584904344178, "S32": -100.32158490434418 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 511603.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2141038268079765, "S12": -8.2141038268079765, "W13": -19.618725299648794, "S13": -24.053444172302136, "W21": -44.931245553622567, "S21": -44.931245553622567, "W22": -34.94692182386077, "S22": -38.154800079583303, "W31": -67.360491390130846, "S31": -67.360491390130846, "W32": -88.911859794615538, "S32": -93.911859794615538 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 517077.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1384428846033883, "S12": -5.1384428846033883, "W13": -19.06460228466964, "S13": -19.06460228466964, "W21": -43.750812069366134, "S21": -46.428170304580654, "W22": -70.587406960370146, "S22": -80.587406960370146, "W31": -101.75994247168869, "S31": -101.75994247168869, "W32": -101.75994247168869, "S32": -103.48741229880314 }, "geometry": { "type": "Point", "coordinates": [ 104177.0, 520305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58890186625544017, "S11": 0.58890186625544017, "W12": -9.7745357260740651, "S12": -9.7745357260740651, "W13": -17.47038659521802, "S13": -19.301989884015551, "W21": -30.725069228685285, "S21": -30.875606156732879, "W22": -66.377706837537886, "S22": -66.377706837537886, "W31": -90.108958157820823, "S31": -90.108958157820823, "W32": -93.470542194393062, "S32": -98.470542194393062 }, "geometry": { "type": "Point", "coordinates": [ 104177.6, 496919.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63312220938357466, "S11": 0.63312220938357466, "W12": -6.6938768035474974, "S12": -6.6938768035474974, "W13": -16.190364369886911, "S13": -19.030695263906004, "W21": -39.384936589069028, "S21": -39.566443106991763, "W22": -36.26553280172147, "S22": -41.26553280172147, "W31": -69.551783636675367, "S31": -69.551783636675367, "W32": -86.619668023846657, "S32": -91.619668023846657 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 497789.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2886373873873873, "S11": 1.2886373873873873, "W12": -6.4412849002849004, "S12": -6.5761152004356989, "W13": -15.249827808867842, "S13": -17.17718374131249, "W21": -35.155797557597886, "S21": -37.892611181662822, "W22": -40.0, "S22": -46.955233572790725, "W31": -67.373334651031158, "S31": -70.535000150405097, "W32": -96.56012404961966, "S32": -101.56012404961966 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 498843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.030065432420255479, "S11": -0.030065432420255479, "W12": -9.5369105087263275, "S12": -9.6676472182702771, "W13": -14.510950553172274, "S13": -18.635097101434134, "W21": -39.368777659951235, "S21": -41.025060110626207, "W22": -36.599998, "S22": -45.036032724749589, "W31": -68.398758291744159, "S31": -73.728169496767279, "W32": -95.790028077641082, "S32": -100.79002807764108 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 499729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38617085521795907, "S11": 0.20420493311039359, "W12": -5.0502762620537318, "S12": -12.330162028788063, "W13": -19.504179104499762, "S13": -19.504179104499762, "W21": -35.022393288297948, "S21": -35.022393288297948, "W22": -44.651114050112376, "S22": -45.026024396798555, "W31": -64.745292527807763, "S31": -66.226721845204992, "W32": -98.661345951030412, "S32": -103.66134595103041 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 507475.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6952758620689656, "S11": 2.6952758620689656, "W12": -5.2991791633780583, "S12": -23.93919045538118, "W13": -23.93919045538118, "S13": -23.93919045538118, "W21": -37.142527116408644, "S21": -46.68233392349471, "W22": -40.352500193492745, "S22": -45.400406932771162, "W31": -73.094801398521241, "S31": -73.609910583179925, "W32": -98.004250024618187, "S32": -103.00425002461819 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 509098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38534212279122892, "S11": -1.1775542269089545, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.898772296916366, "S13": -18.818457899781158, "W21": -34.126476069186538, "S21": -35.771098533819227, "W22": -87.413828268407102, "S22": -107.4138282684071, "W31": -107.4138282684071, "S31": -107.4138282684071, "W32": -107.4138282684071, "S32": -107.4138282684071 }, "geometry": { "type": "Point", "coordinates": [ 104178.0, 512777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38345730004653944, "S11": -0.29072504349213013, "W12": -4.8117435196544038, "S12": -9.2242708949763106, "W13": -19.639466041075273, "S13": -19.639466041075273, "W21": -34.529630583456516, "S21": -34.529630583456516, "W22": -36.8567833600707, "S22": -37.468494825759464, "W31": -61.89332670725787, "S31": -61.89332670725787, "W32": -96.687766454056529, "S32": -101.68776645405653 }, "geometry": { "type": "Point", "coordinates": [ 104178.5, 507571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020447574159278795, "S11": -0.020447574159278795, "W12": -8.1217834875658053, "S12": -8.1217834875658053, "W13": -15.0, "S13": -16.370161062447018, "W21": -39.442491379980353, "S21": -42.769001539866082, "W22": -38.590702767698033, "S22": -48.240068729041113, "W31": -67.349054614465459, "S31": -67.349054614465459, "W32": -97.527887719706868, "S32": -102.52788771970687 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 500077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26251262484569632, "S11": 0.26251262484569632, "W12": -8.9808487981930973, "S12": -8.9808487981930973, "W13": -15.473059535098285, "S13": -17.908757623639303, "W21": -40.684313230940788, "S21": -43.51547931687152, "W22": -41.730061986640649, "S22": -44.212003525044722, "W31": -80.082796775360507, "S31": -80.082796775360507, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 500324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.205016081524867, "S12": -13.80520715173768, "W13": -29.73824696235031, "S13": -29.73824696235031, "W21": -38.931502819451495, "S21": -38.931502819451495, "W22": -37.686139861166808, "S22": -38.766856891924057, "W31": -66.391974769290997, "S31": -66.391974769290997, "W32": -89.413381783313213, "S32": -94.413381783313213 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87360774024270249, "S11": -0.10443852712417911, "W12": -8.9233047687652931, "S12": -9.1716342578265913, "W13": -14.834896544746293, "S13": -14.834896544746293, "W21": -38.908236003911298, "S21": -39.491710630306159, "W22": -39.779000270860735, "S22": -39.779000270860735, "W31": -65.685389466894662, "S31": -65.685389466894662, "W32": -89.782077347906167, "S32": -94.782077347906167 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 512126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2402714149283041, "S12": -7.2402714149283041, "W13": -19.882896396617404, "S13": -22.17674476546663, "W21": -46.354202645512686, "S21": -46.880052851921178, "W22": -41.411623374081827, "S22": -41.411623374081827, "W31": -59.292364990689009, "S31": -61.249518478665536, "W32": -96.547349612864792, "S32": -101.54734961286479 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 517770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.138917433034635, "S12": -5.138917433034635, "W13": -19.457416866668947, "S13": -28.721372209571658, "W21": -44.309527174093446, "S21": -49.309527174093446, "W22": -61.121811965901294, "S22": -61.409383591570922, "W31": -74.74737534408068, "S31": -75.095958807055993, "W32": -98.040496850360853, "S32": -103.04049685036085 }, "geometry": { "type": "Point", "coordinates": [ 104179.0, 520105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44217331227792828, "S11": -0.44217331227792828, "W12": -5.0, "S12": -13.58417072412678, "W13": -24.425596090068041, "S13": -24.486444239023538, "W21": -40.0, "S21": -40.0, "W22": -61.139999, "S22": -61.439999, "W31": -74.739998, "S31": -75.082079256415938, "W32": -98.061704768261706, "S32": -103.06170476826171 }, "geometry": { "type": "Point", "coordinates": [ 104179.4, 509632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2791892501065076, "S12": -5.2791892501065076, "W13": -20.0, "S13": -20.0, "W21": -46.921591086916315, "S21": -47.929786548679367, "W22": -67.170305647721221, "S22": -67.170305647721221, "W31": -86.921671251619642, "S31": -86.921671251619642, "W32": -92.185923977983464, "S32": -97.185923977983464 }, "geometry": { "type": "Point", "coordinates": [ 104179.875, 519154.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89523860861980264, "S11": -3.6883703834817307, "W12": -7.0618956294965782, "S12": -7.0618956294965782, "W13": -18.426881488555498, "S13": -25.996567671187492, "W21": -31.782574893863462, "S21": -34.655769910871449, "W22": -64.656122626126276, "S22": -64.656122626126276, "W31": -81.239351283660326, "S31": -81.239351283660326, "W32": -93.02850033080999, "S32": -98.02850033080999 }, "geometry": { "type": "Point", "coordinates": [ 104180.0, 505276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9959810353382288, "S12": -5.9959810353382288, "W13": -22.784612139315737, "S13": -22.784612139315737, "W21": -33.093008114540595, "S21": -39.770211179674696, "W22": -57.016553170432857, "S22": -57.016553170432857, "W31": -78.327886125588506, "S31": -78.682828780845398, "W32": -91.403902744358462, "S32": -96.403902744358462 }, "geometry": { "type": "Point", "coordinates": [ 104180.0, 508746.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1124226643454955, "S12": -5.1124226643454955, "W13": -16.32621105985082, "S13": -16.32621105985082, "W21": -44.402229185463597, "S21": -44.7304749452287, "W22": -38.090763808583162, "S22": -45.495671544704564, "W31": -66.101661335726305, "S31": -66.101661335726305, "W32": -97.097559387364768, "S32": -102.09755938736477 }, "geometry": { "type": "Point", "coordinates": [ 104180.0, 521728.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0897750821381491, "S12": -5.0897750821381491, "W13": -15.0, "S13": -15.0, "W21": -45.362652663412078, "S21": -45.615707158379109, "W22": -41.723274057865581, "S22": -43.146812175287081, "W31": -80.259059832272669, "S31": -80.259059832272669, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104180.0, 523188.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0846400638178109, "S12": -5.0846400638178109, "W13": -15.079942938816364, "S13": -15.079942938816364, "W21": -45.576111131449842, "S21": -45.576111131449842, "W22": -37.457109600336324, "S22": -45.410904629705144, "W31": -68.769666810899992, "S31": -76.510128427430018, "W32": -94.481872196498344, "S32": -99.481872196498344 }, "geometry": { "type": "Point", "coordinates": [ 104180.075471698117326, 523512.830188679217827 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0857820547405952, "S12": -5.0857820547405952, "W13": -15.00000000000003, "S13": -15.00000000000003, "W21": -45.455949926942253, "S21": -45.615972351260183, "W22": -57.846551149616793, "S22": -57.846551149616793, "W31": -79.318191975978323, "S31": -81.821058948455388, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104181.333333333328483, 523332.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.7119633825852913, "W12": -4.9967096105434621, "S12": -6.1375195117485761, "W13": -16.256795919132401, "S13": -18.010576325020246, "W21": -33.250468907935314, "S21": -33.250468907935314, "W22": -50.0, "S22": -50.0, "W31": -78.082163626833221, "S31": -78.082163626833221, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104182.0, 504517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86767705108587012, "S11": -1.9332292677350682, "W12": -6.5912407840768976, "S12": -6.5912407840768976, "W13": -18.295409021713006, "S13": -22.363452212722443, "W21": -33.314645514093463, "S21": -33.314645514093463, "W22": -59.696592632996399, "S22": -59.696592632996399, "W31": -77.997134833748746, "S31": -77.997134833748746, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104182.0, 505016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12105170429188111, "S11": -0.12105170429188111, "W12": -5.3718774854378433, "S12": -18.7663841625047, "W13": -23.213552265544269, "S13": -23.213552265544269, "W21": -32.53278908263102, "S21": -32.700381974391924, "W22": -38.62197776387967, "S22": -38.790957501632313, "W31": -66.063680774583844, "S31": -66.063680774583844, "W32": -89.58006637153855, "S32": -94.58006637153855 }, "geometry": { "type": "Point", "coordinates": [ 104182.0, 508090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1414597393970221, "S12": -5.1414597393970221, "W13": -20.0, "S13": -20.0, "W21": -45.471471588241712, "S21": -45.950322109983702, "W22": -39.863894930071666, "S22": -39.863894930071666, "W31": -65.644388397337678, "S31": -65.644388397337678, "W32": -89.798852750527772, "S32": -94.798852750527772 }, "geometry": { "type": "Point", "coordinates": [ 104182.0, 519687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32806731932680672, "S11": -0.32806731932680672, "W12": -5.0, "S12": -5.0, "W13": -16.266697962241562, "S13": -20.720239964848087, "W21": -35.030406712884684, "S21": -37.376061900909924, "W22": -36.489989267658331, "S22": -41.489989267658331, "W31": -69.710726259995639, "S31": -69.710726259995639, "W32": -86.931907595848486, "S32": -91.931907595848486 }, "geometry": { "type": "Point", "coordinates": [ 104183.0, 502781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.4924415050297339, "W12": -5.0, "S12": -5.9747041580719014, "W13": -16.087661373342314, "S13": -18.419152326284905, "W21": -33.109211742948467, "S21": -33.109211742948467, "W22": -40.045898722917592, "S22": -43.517069274139217, "W31": -71.299362049876095, "S31": -71.299362049876095, "W32": -96.991742265643182, "S32": -101.99174226564318 }, "geometry": { "type": "Point", "coordinates": [ 104183.0, 504532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7890855176870879, "S12": -12.763065262999429, "W13": -23.334680587023101, "S13": -30.160323378574983, "W21": -37.801061388594746, "S21": -37.801061388594746, "W22": -38.330947335896546, "S22": -38.77717641292373, "W31": -66.155768007769595, "S31": -66.155768007769595, "W32": -89.529705878491143, "S32": -94.529705878491143 }, "geometry": { "type": "Point", "coordinates": [ 104183.0, 511340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50717581910475484, "S11": -2.0100432096809793, "W12": -10.478544156754646, "S12": -13.215491709124208, "W13": -19.10518573060833, "S13": -19.10518573060833, "W21": -36.577049813966248, "S21": -38.120916685915162, "W22": -40.0, "S22": -48.814075246560328, "W31": -67.590327068579171, "S31": -70.431760200895596, "W32": -96.57115179100002, "S32": -101.57115179100002 }, "geometry": { "type": "Point", "coordinates": [ 104183.5, 507179.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.026062188880319748, "S11": -0.20577241569615556, "W12": -10.0, "S12": -16.329069019798919, "W13": -19.284744606742112, "S13": -19.284744606742112, "W21": -35.920654710927927, "S21": -36.231832517072739, "W22": -37.696339140398955, "S22": -47.059260231224712, "W31": -68.19601316824415, "S31": -70.855990346704957, "W32": -96.162670008534064, "S32": -101.16267000853406 }, "geometry": { "type": "Point", "coordinates": [ 104184.0, 507307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3244510152093438, "S12": -7.3244510152093438, "W13": -19.851428920757868, "S13": -22.342613736885585, "W21": -46.31962499762777, "S21": -46.693126078815112, "W22": -36.741111003744898, "S22": -36.879028211543151, "W31": -56.398551203426173, "S31": -59.383640381898708, "W32": -88.606474170990296, "S32": -93.606474170990296 }, "geometry": { "type": "Point", "coordinates": [ 104184.0, 517726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51852431246243824, "S11": -0.61275412512588801, "W12": -5.6099522292993633, "S12": -5.6099522292993633, "W13": -17.078476149050314, "S13": -26.184252309945393, "W21": -31.159857881486101, "S21": -31.159857881486101, "W22": -77.338166752977727, "S22": -88.098423375038408, "W31": -103.04962631956469, "S31": -103.04962631956469, "W32": -103.04962631956469, "S32": -104.37746889923943 }, "geometry": { "type": "Point", "coordinates": [ 104184.25, 504758.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22507477516585656, "S11": 0.22507477516585656, "W12": -10.221255273065529, "S12": -10.221255273065529, "W13": -19.51153555372262, "S13": -22.2243188281867, "W21": -36.026074319418115, "S21": -38.773631640145894, "W22": -60.0, "S22": -60.0, "W31": -77.087710212750068, "S31": -77.087710212750068, "W32": -88.745342504796369, "S32": -93.745342504796369 }, "geometry": { "type": "Point", "coordinates": [ 104184.571428571434808, 513201.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0160127875302434, "S11": 1.0160127875302434, "W12": -8.7074171428571283, "S12": -8.7074171428571283, "W13": -14.838410804629927, "S13": -16.037738962966667, "W21": -40.706996664333118, "S21": -49.335109714973562, "W22": -40.087525981728596, "S22": -42.848924478495405, "W31": -73.49942204630635, "S31": -73.49942204630635, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104184.857142857144936, 501553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29221000261848651, "S11": 0.29221000261848651, "W12": -9.2929887002153446, "S12": -9.2929887002153446, "W13": -15.404949888028195, "S13": -18.078319184060057, "W21": -41.165788320877191, "S21": -43.967195402041753, "W22": -38.292900034359938, "S22": -38.772005788736045, "W31": -66.162443830775572, "S31": -66.162443830775572, "W32": -89.523912981163747, "S32": -94.523912981163747 }, "geometry": { "type": "Point", "coordinates": [ 104185.0, 500358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2415778251599003, "W12": -9.2809475915222084, "S12": -9.2809475915222084, "W13": -14.653432564565815, "S13": -18.541262243625422, "W21": -44.516113676394141, "S21": -53.370765733805378, "W22": -38.856362452354453, "S22": -38.856362452354453, "W31": -65.972209326284258, "S31": -65.972209326284258, "W32": -89.623177171631099, "S32": -94.623177171631099 }, "geometry": { "type": "Point", "coordinates": [ 104185.0, 501383.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86087228178217856, "S11": -1.9079401864538612, "W12": -6.5497974384138642, "S12": -6.5497974384138642, "W13": -18.20519189167555, "S13": -22.34760476889587, "W21": -33.263955313830714, "S21": -33.263955313830714, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -65.53350526490631, "S31": -65.53350526490631, "W32": -89.852092549647594, "S32": -94.852092549647594 }, "geometry": { "type": "Point", "coordinates": [ 104185.2, 505016.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6163304181917439, "S12": -7.9568911312657962, "W13": -15.874694897327283, "S13": -18.786536536703277, "W21": -39.000094758838756, "S21": -40.244160781383037, "W22": -38.226903488076211, "S22": -46.48846404645905, "W31": -68.276229698401792, "S31": -71.731059149250967, "W32": -96.101105584045143, "S32": -101.10110558404514 }, "geometry": { "type": "Point", "coordinates": [ 104186.0, 497919.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48590900766554168, "S11": 0.48590900766554168, "W12": -9.3963131935881616, "S12": -9.3963131935881616, "W13": -14.633903245453755, "S13": -14.633903245453755, "W21": -40.0, "S21": -49.159228332853445, "W22": -50.266481302575144, "S22": -50.266481302575144, "W31": -78.038084445755899, "S31": -82.55029395006153, "W32": -95.374726795656514, "S32": -100.37472679565651 }, "geometry": { "type": "Point", "coordinates": [ 104186.0, 501652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59723837375015187, "S11": -3.8475696987936541, "W12": -7.9816565175155816, "S12": -8.3887203874133629, "W13": -19.999999999999996, "S13": -25.291627539376009, "W21": -33.716653173687739, "S21": -39.500573098167877, "W22": -33.218225610041543, "S22": -38.218225610041543, "W31": -68.173181923545258, "S31": -68.173181923545258, "W32": -88.47240222426008, "S32": -93.47240222426008 }, "geometry": { "type": "Point", "coordinates": [ 104186.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1092773281908359, "S12": -5.1092773281908359, "W13": -16.904939363870511, "S13": -16.904939363870511, "W21": -44.183946306036631, "S21": -44.183946306036631, "W22": -40.036501018762685, "S22": -40.036501018762685, "W31": -65.388769951684495, "S31": -65.388769951684495, "W32": -89.910957082071064, "S32": -94.910957082071064 }, "geometry": { "type": "Point", "coordinates": [ 104186.166666666671517, 521408.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0758434908935266, "S12": -5.0758434908935266, "W13": -15.07755516731253, "S13": -15.07755516731253, "W21": -45.600530738843403, "S21": -45.600530738843403, "W22": -37.029525317726744, "S22": -37.029525317726744, "W31": -56.657780446898734, "S31": -60.057780446898732, "W32": -86.87570494022107, "S32": -91.87570494022107 }, "geometry": { "type": "Point", "coordinates": [ 104186.188679245286039, 523562.075471698131878 ] } }, +{ "type": "Feature", "properties": { "W11": 6.1750026706358678, "S11": 5.7247699918245587, "W12": -10.327182046955009, "S12": -10.327182046955009, "W13": -13.915668555772429, "S13": -15.986877216338844, "W21": -57.005012531329236, "S21": -61.589763483064083, "W22": -62.864046639495541, "S22": -79.481476840046071, "W31": -91.140150691021915, "S31": -91.140150691021915, "W32": -101.56193753469412, "S32": -106.56193753469412 }, "geometry": { "type": "Point", "coordinates": [ 104186.666666666671517, 500945.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0780302796471126, "S12": -5.0780302796471126, "W13": -15.0, "S13": -15.0, "W21": -45.480536548582108, "S21": -45.63636331182763, "W22": -39.578772552275986, "S22": -40.477727494883489, "W31": -57.458100558659211, "S31": -59.704680973828701, "W32": -95.564131310654105, "S32": -100.5641313106541 }, "geometry": { "type": "Point", "coordinates": [ 104186.666666666671517, 523380.619047619053163 ] } }, +{ "type": "Feature", "properties": { "W11": -0.016561115270218335, "S11": -0.20839107049625466, "W12": -5.8127675123696045, "S12": -9.337428960996764, "W13": -20.0, "S13": -20.0, "W21": -33.320624865318052, "S21": -33.320624865318052, "W22": -70.0, "S22": -78.757763975155285, "W31": -101.51058549909796, "S31": -101.51058549909796, "W32": -101.51058549909796, "S32": -103.12965037438831 }, "geometry": { "type": "Point", "coordinates": [ 104187.0, 507813.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67644727397952764, "S11": 0.67644727397952764, "W12": -10.0, "S12": -13.194593381381081, "W13": -29.55034103106799, "S13": -29.55034103106799, "W21": -39.059537813690689, "S21": -39.059537813690689, "W22": -38.889339711059904, "S22": -40.421460247549483, "W31": -66.412075477143219, "S31": -66.412075477143219, "W32": -90.741887648290302, "S32": -95.741887648290302 }, "geometry": { "type": "Point", "coordinates": [ 104187.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46121988185916374, "S11": -0.22957647254095592, "W12": -9.2727074692127047, "S12": -9.2727074692127047, "W13": -15.583115057124608, "S13": -15.583115057124608, "W21": -37.330625880456523, "S21": -39.842849586280678, "W22": -45.52985965586047, "S22": -45.52985965586047, "W31": -67.117626595545403, "S31": -68.451738481865306, "W32": -99.052404609466493, "S32": -104.05240460946649 }, "geometry": { "type": "Point", "coordinates": [ 104187.0, 512347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.068183792234360996, "W12": -4.4390856969284593, "S12": -4.8232274220581015, "W13": -24.477988122011848, "S13": -24.477988122011848, "W21": -35.105848499722875, "S21": -41.350886786955634, "W22": -38.889999, "S22": -46.315054252971002, "W31": -68.33668161022446, "S31": -72.129715339470252, "W32": -96.032713908985443, "S32": -101.03271390898544 }, "geometry": { "type": "Point", "coordinates": [ 104187.333333333328483, 506244.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9188028422761798, "S12": -11.881321471188251, "W13": -19.868879272862351, "S13": -21.5751959850781, "W21": -36.434006383646462, "S21": -36.434006383646462, "W22": -39.0275092170059, "S22": -46.318474966273897, "W31": -69.435011159268086, "S31": -69.435011159268086, "W32": -97.921922216966493, "S32": -102.92192221696649 }, "geometry": { "type": "Point", "coordinates": [ 104188.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80904898766695665, "S11": -2.6113250081475305, "W12": -7.4918241716695277, "S12": -7.4918241716695277, "W13": -18.152042054185202, "S13": -23.403117451484761, "W21": -32.672400367845626, "S21": -32.672400367845626, "W22": -40.061577662172276, "S22": -48.290987437322819, "W31": -67.886073006382205, "S31": -70.307917450220259, "W32": -96.334369978549518, "S32": -101.33436997854952 }, "geometry": { "type": "Point", "coordinates": [ 104188.0, 505119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.085092360114777582, "S11": 0.085092360114777582, "W12": -8.4274279290098413, "S12": -11.832154491617892, "W13": -22.754231086657501, "S13": -22.754231086657501, "W21": -36.234173291979488, "S21": -36.234173291979488, "W22": -68.089996, "S22": -68.089996, "W31": -82.099998, "S31": -82.099998, "W32": -90.099998, "S32": -95.099998 }, "geometry": { "type": "Point", "coordinates": [ 104188.0, 509194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85988760633384154, "S11": 0.62083853893387042, "W12": -4.8071829023497612, "S12": -8.359315074709631, "W13": -20.629867134976006, "S13": -23.264921731052095, "W21": -36.972717191877443, "S21": -36.972717191877443, "W22": -41.083880172897388, "S22": -48.815617612403891, "W31": -72.057119882577581, "S31": -72.107798953693177, "W32": -99.376254241617104, "S32": -104.3762542416171 }, "geometry": { "type": "Point", "coordinates": [ 104188.333333333328483, 504146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69393234733375708, "S11": 0.20968922692223047, "W12": -9.0095337431187641, "S12": -9.0095337431187641, "W13": -15.172329833871713, "S13": -15.172329833871713, "W21": -38.156901534047854, "S21": -39.896058113047104, "W22": -59.999999999999993, "S22": -59.999999999999993, "W31": -74.104885811755594, "S31": -74.104885811755594, "W32": -89.78738265163895, "S32": -94.78738265163895 }, "geometry": { "type": "Point", "coordinates": [ 104188.5, 512235.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0797618391311614, "S12": -6.7650038282230067, "W13": -22.724340784849424, "S13": -22.724340784849424, "W21": -33.091165498830044, "S21": -40.211914837050365, "W22": -66.802066903646505, "S22": -67.039741206435352, "W31": -99.809150129821958, "S31": -99.809150129821958, "W32": -99.809150129821958, "S32": -101.83219144077053 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 508742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6621213688250975, "S11": -2.6621213688250975, "W12": -10.0, "S12": -15.437487252697313, "W13": -20.876667729950697, "S13": -23.704843446902551, "W21": -35.93291820478828, "S21": -35.93291820478828, "W22": -57.233582318150752, "S22": -57.233582318150752, "W31": -78.258240854080768, "S31": -78.258240854080768, "W32": -91.226669701502246, "S32": -96.226669701502246 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6318519313836415, "S12": -13.902512402674713, "W13": -25.0, "S13": -31.959064327485379, "W21": -38.239149574129257, "S21": -38.239149574129257, "W22": -35.078463962992465, "S22": -39.462049397166133, "W31": -68.679711678900063, "S31": -68.679711678900063, "W32": -86.821108003628083, "S32": -91.821108003628083 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 511192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4086306154903845, "S12": -7.4086306154903845, "W13": -19.819961444898333, "S13": -22.508482708304541, "W21": -46.285047349742847, "S21": -46.506199305709032, "W22": -40.492621297378236, "S22": -48.216065562414315, "W31": -67.910446145758272, "S31": -70.238422060112327, "W32": -96.303001529980719, "S32": -101.30300152998072 }, "geometry": { "type": "Point", "coordinates": [ 104189.0, 517682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99, "S11": -3.99, "W12": -10.84, "S12": -10.84, "W13": -18.99, "S13": -18.99, "W21": -37.09, "S21": -39.54, "W22": -38.58029036078652, "S22": -47.77092208608029, "W31": -69.168352168989486, "S31": -74.320018586067974, "W32": -90.478617588548957, "S32": -95.478617588548957 }, "geometry": { "type": "Point", "coordinates": [ 104189.5, 507085.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3178603259727515, "S11": -1.6463450142436524, "W12": -11.802756208640437, "S12": -11.802756208640437, "W13": -20.980224347617575, "S13": -26.239394686611814, "W21": -39.571392938590947, "S21": -41.990440728135255, "W22": -37.594954727131629, "S22": -38.625902914209369, "W31": -62.332556904090559, "S31": -65.700577612067221, "W32": -83.87569511226323, "S32": -88.87569511226323 }, "geometry": { "type": "Point", "coordinates": [ 104189.770491803283221, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98138795045045046, "S11": 0.98138795045045046, "W12": -5.3992464387464389, "S12": -5.3992464387464389, "W13": -15.0, "S13": -17.80378084278329, "W21": -34.874232759658199, "S21": -37.242266952837625, "W22": -39.54901323708679, "S22": -39.901575756889336, "W31": -68.620058941718511, "S31": -68.620058941718511, "W32": -93.348162363340307, "S32": -98.348162363340307 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 498678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.8124770662686212, "S11": 5.3550904164851776, "W12": -10.291797400268937, "S12": -10.291797400268937, "W13": -13.77317934343162, "S13": -16.463276612687331, "W21": -60.0, "S21": -67.615605782285755, "W22": -40.0, "S22": -48.297820528430535, "W31": -67.547370675436468, "S31": -70.123934468743784, "W32": -96.540398410050202, "S32": -101.5403984100502 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 501038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0834845967020321, "S12": -9.0834845967020321, "W13": -15.0, "S13": -15.082238980626707, "W21": -39.698630136986303, "S21": -44.519254422732601, "W22": -49.092834222072696, "S22": -52.550734172944033, "W31": -79.658037623757608, "S31": -79.658037623757608, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 502230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41886476775813164, "S11": 0.41886476775813164, "W12": -7.8585006304270344, "S12": -8.5922913500248139, "W13": -19.295483827484922, "S13": -22.295483827484922, "W21": -35.061814448735561, "S21": -35.061814448735561, "W22": -40.0, "S22": -48.406979681035274, "W31": -70.949207225676147, "S31": -70.949207225676147, "W32": -99.132338453679722, "S32": -104.13233845367972 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 503416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8956333973128596, "S11": 1.8956333973128596, "W12": -7.443100995732574, "S12": -21.998924346189476, "W13": -22.420665749656123, "S13": -22.420665749656123, "W21": -36.940991587412782, "S21": -44.117373091080694, "W22": -40.192262096905779, "S22": -43.213053634385183, "W31": -65.068619882635943, "S31": -65.089365657472669, "W32": -90.076078222468936, "S32": -95.076078222468936 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 509123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77078978700886602, "S11": -0.96726675177851362, "W12": -8.5138541796870211, "S12": -8.5138541796870211, "W13": -22.850474363755222, "S13": -22.853435509596796, "W21": -35.849698422181604, "S21": -35.849698422181604, "W22": -40.092771877741619, "S22": -45.023646436918973, "W31": -77.566180076359942, "S31": -77.566180076359942, "W32": -100.25186026887599, "S32": -105.25186026887599 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1793832233580748, "S12": -10.215179203969154, "W13": -20.218233304859641, "S13": -21.405383772669548, "W21": -38.823074545947847, "S21": -39.748548942123421, "W22": -38.270554551840291, "S22": -48.270554551840291, "W31": -67.495431222323745, "S31": -67.495431222323745, "W32": -97.613871551879981, "S32": -102.61387155187998 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 511632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -15.280511143082059, "S13": -15.280511143082059, "W21": -46.061263800279036, "S21": -46.061263800279036, "W22": -40.083537933860008, "S22": -41.789571351669416, "W31": -74.195330834705246, "S31": -74.195330834705246, "W32": -100.04808168613476, "S32": -105.04808168613476 }, "geometry": { "type": "Point", "coordinates": [ 104190.0, 524270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2095180305131761, "S11": 1.2095180305131761, "W12": -4.9999999999999991, "S12": -8.3004488728851165, "W13": -15.0, "S13": -17.851976955252152, "W21": -37.456944625501528, "S21": -40.456944625501528, "W22": -40.016671961369852, "S22": -42.940634164356986, "W31": -70.924851935818353, "S31": -70.924851935818353, "W32": -96.511543382181898, "S32": -101.5115433821819 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 498382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.3125574416222561, "S11": 5.8379829995600083, "W12": -10.292331645794476, "S12": -10.292331645794476, "W13": -13.748019783300093, "S13": -16.309299054140933, "W21": -60.0, "S21": -66.975481191598121, "W22": -38.570151860216498, "S22": -43.810479883444934, "W31": -68.156577693040987, "S31": -71.684313212216296, "W32": -83.751347220317072, "S32": -88.751347220317072 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 501021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.1093240499826775, "S11": 5.6428578715864877, "W12": -10.290788883908562, "S12": -10.290788883908562, "W13": -13.755653334052074, "S13": -16.366180749571924, "W21": -60.0, "S21": -67.218113569203737, "W22": -62.952426745250229, "S22": -62.952426745250229, "W31": -80.986735650323411, "S31": -80.986735650323411, "W32": -93.743470342543517, "S32": -98.743470342543517 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 501028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7088977755561112, "S11": 1.6799588688036593, "W12": -5.0, "S12": -17.673315217824285, "W13": -22.892385926581884, "S13": -22.892385926581884, "W21": -36.391736620250335, "S21": -44.117942980045754, "W22": -42.978659379039982, "S22": -42.978659379039982, "W31": -65.267794814039462, "S31": -68.513852550747757, "W32": -92.194355556411111, "S32": -97.194355556411111 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82777581490768148, "S11": 0.82777581490768148, "W12": -8.4721171829687041, "S12": -9.4004296889307373, "W13": -15.830965117574948, "S13": -18.798718278461156, "W21": -39.32286730042761, "S21": -40.835787159309092, "W22": -42.046220808126449, "S22": -42.680456503061244, "W31": -61.804490668363876, "S31": -63.633153989510539, "W32": -97.55407462303674, "S32": -102.55407462303674 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 511859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -61.346341728180633, "S22": -77.58119803284734, "W31": -89.923266903226292, "S31": -89.923266903226292, "W32": -101.19388897507257, "S32": -106.19388897507257 }, "geometry": { "type": "Point", "coordinates": [ 104191.0, 526743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27359322632593625, "S11": 0.27359322632593625, "W12": -13.721701063555569, "S12": -13.721701063555569, "W13": -20.267893210887124, "S13": -20.315905979781636, "W21": -37.443634545756552, "S21": -40.421028312710398, "W22": -60.0, "S22": -60.0, "W31": -77.121460649487332, "S31": -77.121460649487332, "W32": -88.678230646644025, "S32": -93.678230646644025 }, "geometry": { "type": "Point", "coordinates": [ 104191.25, 514120.5625 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3113366340218304, "S11": -2.3113366340218304, "W12": -9.0500474203409542, "S12": -17.883708515059546, "W13": -21.035747665073799, "S13": -23.425105015299298, "W21": -35.370729234362962, "S21": -35.370729234362962, "W22": -46.055254739676677, "S22": -46.055254739676677, "W31": -77.466703066632718, "S31": -78.691474195260199, "W32": -96.760772484677929, "S32": -101.76077248467793 }, "geometry": { "type": "Point", "coordinates": [ 104191.333333333328483, 509413.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94445580388946326, "S11": -1.2345410524594163, "W12": -8.9277596582250105, "S12": -8.9277596582250105, "W13": -20.013413286470335, "S13": -24.889002036819136, "W21": -43.785645394197154, "S21": -47.833777625114223, "W22": -38.659044921487528, "S22": -46.602185039587781, "W31": -68.379558757016142, "S31": -71.967671853858874, "W32": -95.949299207331606, "S32": -100.94929920733161 }, "geometry": { "type": "Point", "coordinates": [ 104191.939655172420316, 516620.314655172405764 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068642130182303696, "S11": -0.332215782641886, "W12": -5.0, "S12": -5.0, "W13": -19.872078727256316, "S13": -19.872078727256316, "W21": -33.846262792597685, "S21": -33.846262792597685, "W22": -50.502303722725969, "S22": -53.82858643981313, "W31": -83.27526670397387, "S31": -83.27526670397387, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104192.0, 507716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23407482305358959, "S11": -0.23407482305358959, "W12": -6.4660856817108705, "S12": -6.4660856817108705, "W13": -23.410073587287904, "S13": -23.410073587287904, "W21": -34.229602107167814, "S21": -35.182237434803142, "W22": -60.600785042335225, "S22": -60.600785042335225, "W31": -74.983679485531411, "S31": -75.474863831130463, "W32": -96.726291160151902, "S32": -101.7262911601519 }, "geometry": { "type": "Point", "coordinates": [ 104192.0, 508830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2814164367476606, "S11": 1.2814164367476606, "W12": -9.9940630182482266, "S12": -14.949845166800877, "W13": -30.154716719456708, "S13": -30.154716719456708, "W21": -39.480918379605029, "S21": -39.480918379605029, "W22": -60.105204067103344, "S22": -60.105204067103344, "W31": -75.270965163137859, "S31": -76.000428437795946, "W32": -94.983548710123387, "S32": -99.983548710123387 }, "geometry": { "type": "Point", "coordinates": [ 104192.0, 510435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0702785045536505, "S12": -5.0702785045536505, "W13": -15.0, "S13": -15.0, "W21": -45.505123170221978, "S21": -45.675549586316428, "W22": -41.699585546134806, "S22": -45.0321041823318, "W31": -80.266918109144029, "S31": -80.266918109144029, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104192.0, 523428.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0670469179692432, "S12": -5.0670469179692432, "W13": -15.075167395808673, "S13": -15.075167395808673, "W21": -45.624950346236929, "S21": -45.624950346236929, "W22": -37.767215082084924, "S22": -47.532168103244601, "W31": -68.277532502360074, "S31": -70.596152568645209, "W32": -96.009894900320518, "S32": -101.00989490032052 }, "geometry": { "type": "Point", "coordinates": [ 104192.301886792454752, 523611.320754716987722 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60661738225923112, "S11": -1.2901066772091638, "W12": -10.16236382966953, "S12": -14.652173655026875, "W13": -19.713376855860425, "S13": -19.713376855860425, "W21": -35.829172136368783, "S21": -36.784450493582078, "W22": -38.896003680857504, "S22": -48.257325087795309, "W31": -69.157376818725382, "S31": -69.157376818725382, "W32": -98.299992243188825, "S32": -103.29999224318883 }, "geometry": { "type": "Point", "coordinates": [ 104192.4, 506886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38172607752778531, "S11": -0.38172607752778531, "W12": -9.1838299531981278, "S12": -9.1838299531981278, "W13": -14.871800104618144, "S13": -14.871800104618144, "W21": -39.864630898021304, "S21": -43.737884801061568, "W22": -38.557234493723598, "S22": -38.73061906785891, "W31": -65.992995299313947, "S31": -65.992995299313947, "W32": -89.582308103067845, "S32": -94.582308103067845 }, "geometry": { "type": "Point", "coordinates": [ 104192.5, 502153.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9946649919714394, "S12": -5.9946649919714394, "W13": -22.153567588678513, "S13": -22.153567588678513, "W21": -31.873477969759453, "S21": -37.371196758643734, "W22": -37.286327291999754, "S22": -37.286327291999754, "W31": -59.105616627972552, "S31": -62.327838850194773, "W32": -85.343728851793372, "S32": -90.343728851793372 }, "geometry": { "type": "Point", "coordinates": [ 104192.5, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88026591754565919, "S11": 0.88026591754565919, "W12": -4.7254227012802996, "S12": -13.177113108007603, "W13": -21.524666063541055, "S13": -24.368356332613246, "W21": -37.877363251739993, "S21": -37.877363251739993, "W22": -50.896641075883636, "S22": -50.896641075883636, "W31": -75.239998, "S31": -75.239998, "W32": -89.161313298489134, "S32": -94.161313298489134 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 504075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.7458947345086151, "W12": -5.4240445859872617, "S12": -5.4240445859872617, "W13": -16.946279860812449, "S13": -26.946279860812449, "W21": -31.254269860786472, "S21": -31.254269860786472, "W22": -39.041654307895136, "S22": -47.962041971710299, "W31": -69.999999999999986, "S31": -74.514084318441121, "W32": -86.119842419951283, "S32": -91.119842419951283 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 504731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.92098331870061467, "W12": -4.9999999999999991, "S12": -13.605309973701932, "W13": -23.398036797716518, "S13": -23.398036797716518, "W21": -35.841635961451949, "S21": -41.412238585423488, "W22": -42.40810762830985, "S22": -43.361623863627138, "W31": -65.33042355817345, "S31": -67.931070030969053, "W32": -92.580691495426606, "S32": -97.580691495426606 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 508956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0667174159197446, "S11": -1.0667174159197446, "W12": -6.2255770198446019, "S12": -16.01708060141074, "W13": -22.237117367595882, "S13": -22.326603235396103, "W21": -36.076592113179593, "S21": -36.076592113179593, "W22": -35.860026808911471, "S22": -42.418316292347242, "W31": -60.935127357076105, "S31": -60.935127357076105, "W32": -97.145523897177071, "S32": -102.14552389717707 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 509309.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73516904103763547, "S11": 0.73516904103763547, "W12": -9.8377157343360579, "S12": -31.499059628050929, "W13": -31.499059628050929, "S13": -31.499059628050929, "W21": -39.715310610609222, "S21": -39.717585780799119, "W22": -48.111516994174472, "S22": -48.111516994174472, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 510217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6524366085578448, "S11": 0.6524366085578448, "W12": -7.9674863713045418, "S12": -10.35031120034189, "W13": -18.415043883708176, "S13": -27.309925804776853, "W21": -39.239051062175086, "S21": -40.412175918655876, "W22": -38.515963327632484, "S22": -48.032361141257553, "W31": -69.343928650556748, "S31": -73.560960546369117, "W32": -89.595953056395544, "S32": -94.595953056395544 }, "geometry": { "type": "Point", "coordinates": [ 104193.0, 511733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.091127975563078431, "S11": -0.091127975563078431, "W12": -9.3817988002244181, "S12": -9.4064501210683336, "W13": -14.836983517724091, "S13": -19.469497239889293, "W21": -39.620757650400577, "S21": -41.059876252230268, "W22": -54.639385493848138, "S22": -65.093529733104617, "W31": -88.429296197936424, "S31": -88.429296197936424, "W32": -100.05980939493452, "S32": -105.05980939493452 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 499829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79328375837869036, "S11": -3.3420028142264533, "W12": -7.0956152680506817, "S12": -7.0956152680506817, "W13": -17.899191424055708, "S13": -25.5211939546131, "W21": -31.897527855685578, "S21": -33.782099052549817, "W22": -90.0, "S22": -108.38064516129032, "W31": -108.38064516129032, "S31": -108.38064516129032, "W32": -108.38064516129032, "S32": -108.38064516129032 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 505221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.231857762656272, "S11": -2.2715853409095561, "W12": -6.7763945668245036, "S12": -7.2323927230109177, "W13": -25.0, "S13": -26.655076495132015, "W21": -33.795204652285925, "S21": -40.63375676035691, "W22": -50.0, "S22": -50.0, "W31": -78.151887210737712, "S31": -79.428226452517265, "W32": -90.210474975613408, "S32": -95.210474975613408 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60283906882591087, "S11": -0.60283906882591087, "W12": -4.1922943002166111, "S12": -8.0610762308431241, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -30.114960835509141, "S21": -33.548785459597276, "W22": -39.378080066233494, "S22": -39.378080066233494, "W31": -65.70352467287033, "S31": -65.70352467287033, "W32": -89.728734693238636, "S32": -94.728734693238636 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 508452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3867355643548036, "S11": -2.3867355643548036, "W12": -9.1299503380080509, "S12": -9.1299503380080491, "W13": -21.126320441045628, "S13": -23.293925671713218, "W21": -36.113075714907502, "S21": -36.113075714907502, "W22": -60.579494495000176, "S22": -60.579494495000176, "W31": -74.997683946163164, "S31": -75.487085053146885, "W32": -96.662213066380872, "S32": -101.66221306638087 }, "geometry": { "type": "Point", "coordinates": [ 104194.0, 509377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.099699911957640386, "S11": -0.099699911957640386, "W12": -9.5664235466747218, "S12": -9.5664235466747218, "W13": -14.870015804922105, "S13": -19.249145480369638, "W21": -39.638804444852589, "S21": -40.957486610311484, "W22": -78.8759340090254, "S22": -89.79396756971542, "W31": -103.11085585524954, "S31": -103.11085585524954, "W32": -103.11085585524954, "S32": -104.08045347730479 }, "geometry": { "type": "Point", "coordinates": [ 104195.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.2156751435081894, "W12": -4.931799200355397, "S12": -6.1540334854493501, "W13": -16.645395326841399, "S13": -16.645395326841399, "W21": -33.643352546347238, "S21": -34.243613779842072, "W22": -41.503868753257727, "S22": -44.318019021866192, "W31": -75.502212132055547, "S31": -77.128481276069422, "W32": -98.010103417940741, "S32": -103.01010341794074 }, "geometry": { "type": "Point", "coordinates": [ 104195.0, 504472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39323616860024491, "S11": 0.39323616860024491, "W12": -9.9327746614086472, "S12": -11.718144328928254, "W13": -30.132051619332071, "S13": -30.132051619332071, "W21": -40.0, "S21": -40.001708772724335, "W22": -90.0, "S22": -101.60943626663239, "W31": -104.3461507745163, "S31": -104.3461507745163, "W32": -104.3461507745163, "S32": -105.00845767209715 }, "geometry": { "type": "Point", "coordinates": [ 104195.0, 510016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2792430315453824, "S11": 1.2792430315453824, "W12": -8.7498114285713786, "S12": -8.7498114285713786, "W13": -14.750282629097818, "S13": -16.633935995115351, "W21": -41.238084256475851, "S21": -49.971099006536619, "W22": -41.699168578811658, "S22": -41.699168578811658, "W31": -80.151045978084227, "S31": -80.151045978084227, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104195.571428571434808, 501511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.067845119194558975, "S11": 0.067845119194558975, "W12": -8.2635143054431008, "S12": -8.2635143054431008, "W13": -15.254120373590888, "S13": -16.878307997213398, "W21": -40.048718323133976, "S21": -43.020627718587392, "W22": -38.498131224207143, "S22": -48.044572651064513, "W31": -69.3880956324697, "S31": -73.691690735019804, "W32": -89.367032359069142, "S32": -94.367032359069142 }, "geometry": { "type": "Point", "coordinates": [ 104195.714285714289872, 500176.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.077060187782890074, "S11": 0.077060187782890074, "W12": -8.2688814275844411, "S12": -8.2688814275844411, "W13": -15.271347036059357, "S13": -16.909380378811548, "W21": -40.127238454288403, "S21": -43.090280465021223, "W22": -69.691519326704451, "S22": -70.274241694943484, "W31": -95.036789817689098, "S31": -95.036789817689098, "W32": -102.42558662659374, "S32": -107.42558662659374 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 500185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5754583921015515, "W12": -9.6399248554913299, "S12": -9.6399248554913299, "W13": -14.345211019929661, "S13": -18.393615150415464, "W21": -49.456847717427522, "S21": -58.817843127715904, "W22": -35.31341584953401, "S22": -50.069053297985356, "W31": -63.409239114344786, "S31": -63.409239114344786, "W32": -97.7472512254229, "S32": -102.7472512254229 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 501281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21632371645916398, "S11": 0.21632371645916398, "W12": -5.0, "S12": -5.0, "W13": -26.184765924788948, "S13": -26.184765924788948, "W21": -40.0, "S21": -40.0, "W22": -37.199891107727943, "S22": -46.036851688993011, "W31": -68.785401984056406, "S31": -75.393606738183365, "W32": -94.740178700622195, "S32": -99.740178700622195 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 509761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47148076042143838, "S11": 0.47148076042143838, "W12": -9.8975866240517547, "S12": -26.261493965220211, "W13": -29.700706975038706, "S13": -29.700706975038706, "W21": -39.874685479704546, "S21": -39.877211835273421, "W22": -36.481005172433449, "S22": -38.828488042615888, "W31": -55.735780830475179, "S31": -58.575138966597358, "W32": -89.975206611570243, "S32": -94.975206611570243 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 510159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14749199006783797, "S11": 0.14749199006783797, "W12": -13.92145735986457, "S12": -13.92145735986457, "W13": -20.686875744400954, "S13": -21.707388219774479, "W21": -38.063722372641237, "S21": -39.385409367342021, "W22": -62.175694745983499, "S22": -80.038464344505797, "W31": -90.105190468532726, "S31": -90.105190468532726, "W32": -101.30989116559165, "S32": -106.30989116559165 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 514266.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2733490298996628, "S12": -8.2733490298996628, "W13": -19.570745090001473, "S13": -24.085322130894316, "W21": -44.892545629547257, "S21": -44.892545629547257, "W22": -37.479521842246449, "S22": -37.670781105817419, "W31": -61.222773895631569, "S31": -64.378356193944512, "W32": -84.39770874273529, "S32": -89.39770874273529 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 517094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4430709210842947, "S12": -6.4430709210842947, "W13": -20.0, "S13": -20.0, "W21": -47.19100666664859, "S21": -49.273658484988594, "W22": -36.682129811004124, "S22": -41.682129811004124, "W31": -69.828967281008445, "S31": -73.283995712501223, "W32": -87.384291380572208, "S32": -92.384291380572208 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 518384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8358158586246214, "S12": -5.8358158586246214, "W13": -20.0, "S13": -20.0, "W21": -47.579255181586433, "S21": -50.579255181586433, "W22": -60.0, "S22": -60.0, "W31": -77.818387121212595, "S31": -77.818387121212595, "W32": -89.833418199792234, "S32": -94.833418199792234 }, "geometry": { "type": "Point", "coordinates": [ 104196.0, 518812.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4173108086197459, "S12": -5.4173108086197459, "W13": -20.0, "S13": -20.0, "W21": -47.130171044333061, "S21": -48.962317743098616, "W22": -38.387559447422063, "S22": -39.448691237214504, "W31": -56.26839512887922, "S31": -58.561464534048639, "W32": -95.346950215464389, "S32": -100.34695021546439 }, "geometry": { "type": "Point", "coordinates": [ 104196.5, 519108.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7166041946232635, "S12": -5.7166041946232635, "W13": -15.388599249494254, "S13": -19.741099567345699, "W21": -37.00622486641852, "S21": -38.992746726624304, "W22": -65.648454321747153, "S22": -86.748560441308527, "W31": -92.056127397303129, "S31": -92.056127397303129, "W32": -101.90955511155386, "S32": -106.90955511155386 }, "geometry": { "type": "Point", "coordinates": [ 104196.6, 502574.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70465626518859648, "S11": 0.031204290542082513, "W12": -4.8131956167629202, "S12": -4.8131956167629202, "W13": -19.49910035405421, "S13": -21.239666761153874, "W21": -35.952314351891189, "S21": -37.517060419799222, "W22": -52.50291734370245, "S22": -52.50291734370245, "W31": -77.267754675038702, "S31": -77.267754675038702, "W32": -89.168749125000005, "S32": -94.168749125000005 }, "geometry": { "type": "Point", "coordinates": [ 104197.0, 504223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22698619081779059, "S11": -0.22698619081779059, "W12": -8.4959102242298599, "S12": -8.4959102242298599, "W13": -22.800951856946359, "S13": -22.800951856946359, "W21": -36.090409303716385, "S21": -36.090409303716385, "W22": -40.177451106600195, "S22": -43.10261373046896, "W31": -65.03937727143196, "S31": -65.03937727143196, "W32": -90.010385494329498, "S32": -95.010385494329498 }, "geometry": { "type": "Point", "coordinates": [ 104197.0, 509212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0625267294601874, "S12": -5.0625267294601874, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -45.529709791861848, "S21": -45.695420477017976, "W22": -38.348852705249421, "S22": -47.725352592050399, "W31": -68.216968633639752, "S31": -69.868233780077702, "W32": -95.987283476977154, "S32": -100.98728347697715 }, "geometry": { "type": "Point", "coordinates": [ 104197.333333333328483, 523476.523809523787349 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5115927073165478, "S12": -7.5115927073165478, "W13": -19.777327075779112, "S13": -22.685840320166342, "W21": -46.26241870023398, "S21": -49.103104271853724, "W22": -48.023804443767752, "S22": -51.105215431904604, "W31": -85.949052145035864, "S31": -85.949052145035864, "W32": -96.188582780326982, "S32": -101.18858278032698 }, "geometry": { "type": "Point", "coordinates": [ 104197.6, 517635.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2592722911325015, "S11": -2.3298734101015617, "W12": -6.909744315244394, "S12": -6.9462680938874035, "W13": -24.393625047152018, "S13": -26.421694335304721, "W21": -33.788645089048053, "S21": -40.441992857737411, "W22": -40.0, "S22": -41.23497732899385, "W31": -56.78150217256362, "S31": -58.886205253379217, "W32": -95.965035210033989, "S32": -100.96503521003399 }, "geometry": { "type": "Point", "coordinates": [ 104198.0, 505743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0582503450449599, "S12": -5.0582503450449599, "W13": -15.072779624304813, "S13": -15.072779624304813, "W21": -45.649369953630448, "S21": -45.649369953630448, "W22": -67.06637224782385, "S22": -67.06637224782385, "W31": -94.252176354956475, "S31": -94.252176354956475, "W32": -94.450868080261856, "S32": -99.450868080261856 }, "geometry": { "type": "Point", "coordinates": [ 104198.415094339623465, 523660.566037735843565 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59527138157894732, "S11": -0.59527138157894732, "W12": -4.6223628398693863, "S12": -6.8292732996704082, "W13": -20.0, "S13": -20.0, "W21": -30.198602408083556, "S21": -34.719283763847535, "W22": -41.593432293711608, "S22": -44.531223191868548, "W31": -80.0, "S31": -80.0, "W32": -100.00195615902423, "S32": -105.00195615902423 }, "geometry": { "type": "Point", "coordinates": [ 104198.5, 508492.75 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4903651536940807, "S11": 3.1504943679047659, "W12": -10.131616639681157, "S12": -10.131616639681157, "W13": -13.803012506064363, "S13": -16.987078360953042, "W21": -57.023250572812977, "S21": -67.023250572812969, "W22": -40.089989050103398, "S22": -40.628927587400376, "W31": -65.191198930917267, "S31": -65.191198930917267, "W32": -89.939914663857834, "S32": -94.939914663857834 }, "geometry": { "type": "Point", "coordinates": [ 104199.0, 501120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2866155029175408, "S12": -5.2866155029175408, "W13": -15.98678975017123, "S13": -20.661135357734572, "W21": -35.659521356104158, "S21": -38.464246745878071, "W22": -40.241608666502266, "S22": -45.008889352258173, "W31": -64.985175163082829, "S31": -65.524922994612723, "W32": -90.199137377259802, "S32": -95.199137377259802 }, "geometry": { "type": "Point", "coordinates": [ 104199.0, 502709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1100216425560996, "S12": -5.096192338563772, "W13": -23.975853803710319, "S13": -23.975853803710319, "W21": -35.269527774157595, "S21": -41.016832040449259, "W22": -40.0, "S22": -47.135029830756118, "W31": -67.414235757021487, "S31": -69.511451536394063, "W32": -96.031724716111611, "S32": -101.03172471611161 }, "geometry": { "type": "Point", "coordinates": [ 104199.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11401438320453405, "S11": -0.11401438320453405, "W12": -9.7947710500196603, "S12": -9.7947710500196603, "W13": -14.954833403219151, "S13": -18.231274761307041, "W21": -39.709285245384685, "S21": -40.8635325015549, "W22": -37.339340700520189, "S22": -37.339340700520189, "W31": -59.72521074256084, "S31": -62.814099631449729, "W32": -85.03327317843447, "S32": -90.03327317843447 }, "geometry": { "type": "Point", "coordinates": [ 104199.571428571434808, 499868.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39764006296275262, "S11": 0.33170943889261756, "W12": -9.9587044348653393, "S12": -13.526062387958731, "W13": -30.058937393429265, "S13": -30.058937393429265, "W21": -40.0, "S21": -40.001501969208739, "W22": -60.429625254949066, "S22": -60.695348902355768, "W31": -74.820908218554706, "S31": -75.137753209082902, "W32": -98.198057027241248, "S32": -103.19805702724125 }, "geometry": { "type": "Point", "coordinates": [ 104199.666666666671517, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5830283408408408, "S11": 1.5830283408408408, "W12": -7.5202492877492881, "S12": -8.3717310565623215, "W13": -16.305958413419535, "S13": -17.503816883104321, "W21": -37.429983812292214, "S21": -40.138157029047136, "W22": -48.912463517805584, "S22": -53.342332126346029, "W31": -87.388414033513968, "S31": -87.388414033513968, "W32": -98.124592481551218, "S32": -103.12459248155122 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14104197059813714, "S11": -0.14104197059813714, "W12": -8.2113896618332163, "S12": -8.2113896618332163, "W13": -15.065568516856812, "S13": -17.172219119266451, "W21": -39.736049402007659, "S21": -42.057762989990884, "W22": -90.649976492712739, "S22": -100.0, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.086566054339408366, "S11": -0.086566054339408366, "W12": -5.0613714806722205, "S12": -5.0613714806722205, "W13": -16.870203539710253, "S13": -20.689735752256755, "W21": -33.670850720324424, "S21": -35.028571153784895, "W22": -68.146571524820757, "S22": -68.146571524820757, "W31": -83.892076969762428, "S31": -83.892076969762428, "W32": -90.217769718285965, "S32": -95.217769718285965 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 502909.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41961721295126653, "S11": 0.20828683055854552, "W12": -4.9523765440212326, "S12": -11.003410564323556, "W13": -19.599372387675938, "S13": -19.599372387675938, "W21": -34.939449614097832, "S21": -34.939449614097832, "W22": -37.410734505925866, "S22": -37.653936827545955, "W31": -55.563675572061818, "S31": -57.94472079562825, "W32": -95.040044844620397, "S32": -100.0400448446204 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 507512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53845862199703576, "S11": -0.53845862199703576, "W12": -5.4976122861893906, "S12": -5.4976122861893906, "W13": -20.351808977092759, "S13": -20.351808977092759, "W21": -30.856147141576528, "S21": -30.923036773683553, "W22": -50.0, "S22": -52.766393849155385, "W31": -78.362100044462437, "S31": -78.362100044462437, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 508562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3641788174726962, "S11": 0.19020773849605555, "W12": -13.494600985606599, "S12": -13.494600985606599, "W13": -19.992414735284463, "S13": -24.762212524160198, "W21": -36.941692314329373, "S21": -43.500020047423348, "W22": -39.870664578205414, "S22": -45.918996776980094, "W31": -72.478363042356847, "S31": -72.730042884254075, "W32": -97.94511338201373, "S32": -102.94511338201373 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2594331203369866, "S11": -1.5762673093600541, "W12": -11.795749888130919, "S12": -11.795749888130919, "W13": -20.969548656129103, "S13": -26.284484070176877, "W21": -39.508228851171822, "S21": -41.976469779298135, "W22": -35.910347812746899, "S22": -38.255088279782214, "W31": -66.858426064955808, "S31": -66.858426064955808, "W32": -89.105323072153638, "S32": -94.105323072153638 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.08, "S11": -2.1, "W12": -9.8528943408146894, "S12": -9.8528943408146894, "W13": -20.639917272031042, "S13": -27.101252903990989, "W21": -41.095351256344493, "S21": -42.393790803454621, "W22": -37.261763671230746, "S22": -46.941696449475344, "W31": -68.480926776760256, "S31": -71.98967227714877, "W32": -95.783884459547778, "S32": -100.78388445954778 }, "geometry": { "type": "Point", "coordinates": [ 104200.0, 515500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.77, "S11": -2.77, "W12": -12.77, "S12": -20.77, "W13": -20.780001, "S13": -23.770001, "W21": -34.77, "S21": -34.77, "W22": -37.875757722043332, "S22": -47.624738931008693, "W31": -68.344073097248781, "S31": -70.266556882789772, "W32": -95.874313815187548, "S32": -100.87431381518755 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509398.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.22, "S11": -1.22, "W12": -6.2199998, "S12": -22.2199998, "W13": -22.23, "S13": -23.22, "W21": -38.582431306839851, "S21": -38.582431306839851, "W22": -40.0, "S22": -40.0, "W31": -65.393128018929531, "S31": -65.393128018929531, "W32": -89.857473565393391, "S32": -94.857473565393391 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509470.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0708230764541113, "S12": -5.0708230764541113, "W13": -15.0, "S13": -15.0, "W21": -44.993224130082261, "S21": -45.673065014296213, "W22": -51.098764293618594, "S22": -57.674629233309986, "W31": -88.41103766954285, "S31": -88.41103766954285, "W32": -99.364007273727466, "S32": -104.36400727372747 }, "geometry": { "type": "Point", "coordinates": [ 104200.571428571434808, 522667.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1084892599059173, "S11": 3.1084892599059182, "W12": -10.115579249326052, "S12": -12.377759172280957, "W13": -15.0, "S13": -18.02465604151223, "W21": -44.623024830699777, "S21": -47.505691802424693, "W22": -71.389993248818541, "S22": -74.82323575563052, "W31": -95.43817367015221, "S31": -95.43817367015221, "W32": -102.33887602904665, "S32": -107.33887602904665 }, "geometry": { "type": "Point", "coordinates": [ 104201.0, 500624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 0.31480104127901853, "W12": -4.008768745067087, "S12": -20.247064750253553, "W13": -22.275986244841818, "S13": -22.280833984580799, "W21": -37.198689343918971, "S21": -46.54127196490569, "W22": -79.151734852408083, "S22": -90.052078495019771, "W31": -102.9816220955086, "S31": -102.9816220955086, "W32": -102.9816220955086, "S32": -103.78385708389835 }, "geometry": { "type": "Point", "coordinates": [ 104201.0, 509101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.354846449135557, "S11": 1.354846449135557, "W12": -8.1349871977247794, "S12": -18.055059965712111, "W13": -22.449699037139013, "S13": -22.449699037139013, "W21": -36.822677217237754, "S21": -41.93343110878024, "W22": -37.390573996125966, "S22": -37.390573996125966, "W31": -60.312717093702751, "S31": -63.357161538147196, "W32": -84.798469707739258, "S32": -89.798469707739258 }, "geometry": { "type": "Point", "coordinates": [ 104201.6, 509139.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3997919998941482, "S11": -2.0109854691477489, "W12": -9.3833439086971744, "S12": -9.3833439086971744, "W13": -20.289260846746963, "S13": -25.696314091200197, "W21": -42.579016526076479, "S21": -45.691878684513149, "W22": -60.0, "S22": -60.0, "W31": -73.749916786810743, "S31": -73.85230935200471, "W32": -90.815903440884782, "S32": -95.815903440884782 }, "geometry": { "type": "Point", "coordinates": [ 104201.653333333335468, 516128.373333333351184 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12165924713448979, "S11": -0.12165924713448979, "W12": -9.917078244357171, "S12": -9.917078244357171, "W13": -15.0, "S13": -17.683306651142484, "W21": -39.746747645625263, "S21": -40.813013179940114, "W22": -48.021948811422504, "S22": -48.021948811422504, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 499879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.023409723709459, "S11": 2.023409723709459, "W12": -8.9783818882465791, "S12": -8.9783818882465791, "W13": -14.626648209161464, "S13": -17.836053992446949, "W21": -42.47536535440512, "S21": -51.413946165229262, "W22": -42.502026092914981, "S22": -47.333242528001506, "W31": -65.710144862236604, "S31": -66.790240081628667, "W32": -93.526065089239296, "S32": -98.526065089239296 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 501428.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5531158942763454, "W12": -5.0, "S12": -5.0, "W13": -16.299786719868411, "S13": -17.876847651768053, "W21": -32.570956387067746, "S21": -32.570956387067746, "W22": -67.835762073208244, "S22": -92.835762073208244, "W31": -93.025685949378968, "S31": -93.025685949378968, "W32": -102.23723583405136, "S32": -107.23723583405136 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 504586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47298322695925143, "S11": -3.3188624129125697, "W12": -7.8213031896129737, "S12": -7.9555506474827675, "W13": -20.502640513013958, "S13": -25.372576517950353, "W21": -33.733620328865356, "S21": -39.472232154451156, "W22": -48.373073145213382, "S22": -48.373073145213382, "W31": -77.70044869696315, "S31": -80.240880395048805, "W32": -95.904137470123203, "S32": -100.9041374701232 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 505591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70895736193600511, "S11": 0.70895736193600511, "W12": -9.8629298170854547, "S12": -34.862929817085458, "W13": -34.862929817085458, "S13": -34.862929817085458, "W21": -39.785273145854973, "S21": -39.786668505323213, "W22": -40.076718711794406, "S22": -47.262389235960505, "W31": -72.411302802774117, "S31": -74.032943118979645, "W32": -97.958228360829693, "S32": -102.95822836082969 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 510255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1827544125781804, "S11": 1.1827544125781804, "W12": -9.9595082049742043, "S12": -13.3248028167583, "W13": -28.965771181108188, "S13": -29.070681895394163, "W21": -39.514787968699054, "S21": -39.514787968699054, "W22": -44.708974906523146, "S22": -49.736564862837255, "W31": -77.015883502795717, "S31": -77.42767987654868, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104202.0, 510586.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46588352084712115, "S11": -0.46588352084712115, "W12": -6.591008627515631, "S12": -6.591008627515631, "W13": -23.372747713485051, "S13": -23.372747713485051, "W21": -34.167646735701211, "S21": -35.545406707211185, "W22": -40.072251621109707, "S22": -41.956216118676188, "W31": -74.064065291253627, "S31": -74.064065291253627, "W32": -99.955362989479198, "S32": -104.9553629894792 }, "geometry": { "type": "Point", "coordinates": [ 104202.25, 508820.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.045994766873679871, "S11": -0.045994766873679871, "W12": -6.8536553638831004, "S12": -14.460811532351233, "W13": -20.006863201876513, "S13": -20.006863201876513, "W21": -33.588792395353515, "S21": -33.649967904279826, "W22": -42.748151911111862, "S22": -47.971512678911921, "W31": -65.150636120899293, "S31": -68.669502681547172, "W32": -91.235179966739565, "S32": -96.235179966739565 }, "geometry": { "type": "Point", "coordinates": [ 104202.5, 507902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0547749543667049, "S12": -5.0547749543667049, "W13": -15.0, "S13": -15.0, "W21": -45.554296413501746, "S21": -45.715291367719622, "W22": -42.399162572820003, "S22": -42.399162572820003, "W31": -65.30003386530592, "S31": -68.973888870693187, "W32": -92.220417313891659, "S32": -97.220417313891659 }, "geometry": { "type": "Point", "coordinates": [ 104202.666666666671517, 523524.476190476212651 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1784223197505952, "S12": -6.1784223197505952, "W13": -21.304822982090492, "S13": -21.304822982090492, "W21": -31.408057584715426, "S21": -33.988729505080421, "W22": -42.079917196301949, "S22": -43.736248740553009, "W31": -65.353390202594014, "S31": -68.291603750922903, "W32": -92.591797357989336, "S32": -97.591797357989336 }, "geometry": { "type": "Point", "coordinates": [ 104203.0, 508604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1049175809030354, "S12": -6.1049175809030354, "W13": -22.984947976077379, "S13": -22.984947976077379, "W21": -33.486400300528821, "S21": -38.486400300528821, "W22": -41.121777697459592, "S22": -48.493851211493975, "W31": -67.605548826054275, "S31": -69.426889363251505, "W32": -96.359318658845041, "S32": -101.35931865884504 }, "geometry": { "type": "Point", "coordinates": [ 104203.0, 508767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2481124491504616, "S12": -8.2481124491504616, "W13": -19.565996430171108, "S13": -24.069144554197514, "W21": -44.956966165683234, "S21": -45.385056360902617, "W22": -35.237285559725912, "S22": -38.042859646154156, "W31": -67.081242424483108, "S31": -67.081242424483108, "W32": -88.98405387171816, "S32": -93.98405387171816 }, "geometry": { "type": "Point", "coordinates": [ 104203.0, 517133.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0601181269073132, "S12": -5.0601181269073132, "W13": -15.0, "S13": -15.0, "W21": -45.308697644609012, "S21": -45.734877790391749, "W22": -37.486918576943815, "S22": -42.486918576943815, "W31": -68.857256134626581, "S31": -68.857256134626581, "W32": -88.447274909021957, "S32": -93.447274909021957 }, "geometry": { "type": "Point", "coordinates": [ 104203.0, 523151.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85718280780780787, "S11": 0.85718280780780787, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.965622287112303, "W21": -35.844164961688129, "S21": -38.746507638087607, "W22": -40.75, "S22": -47.451584055814799, "W31": -68.138839283140271, "S31": -69.532741467039031, "W32": -95.998168251747217, "S32": -100.99816825174722 }, "geometry": { "type": "Point", "coordinates": [ 104204.0, 498611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3253366351957903, "W12": -9.2904258188824667, "S12": -9.2904258188824667, "W13": -14.454734296949729, "S13": -18.282855102318855, "W21": -46.158899414480885, "S21": -55.342779710557082, "W22": -41.878378792720675, "S22": -45.46750755139449, "W31": -80.161400266306472, "S31": -80.161400266306472, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104204.0, 501351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0494537721206756, "S12": -5.0494537721206756, "W13": -15.070391852800958, "S13": -15.070391852800958, "W21": -45.673789561023973, "S21": -45.673789561023973, "W22": -60.225776218810118, "S22": -60.225776218810118, "W31": -80.5559119888742, "S31": -80.5559119888742, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104204.528301886792178, 523709.811320754699409 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1087373574213513, "S11": 1.1087373574213513, "W12": -9.7290151659920561, "S12": -9.7290151659920561, "W13": -16.720337911456074, "S13": -18.702172443830175, "W21": -31.434274672771391, "S21": -31.577895887126999, "W22": -35.602195256197007, "S22": -50.602195256197007, "W31": -64.56345166955505, "S31": -64.56345166955505, "W32": -97.746720518444178, "S32": -102.74672051844418 }, "geometry": { "type": "Point", "coordinates": [ 104204.8, 496949.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13908032799936315, "S11": 0.13908032799936315, "W12": -5.6916012274066796, "S12": -5.6916012274066796, "W13": -17.993411357725346, "S13": -20.4987529293034, "W21": -32.586246896173009, "S21": -32.586246896173009, "W22": -35.505831501705785, "S22": -50.505831501705785, "W31": -64.317040252129161, "S31": -64.317040252129161, "W32": -97.742978691969171, "S32": -102.74297869196917 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 503067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66297856761949847, "S11": -0.4931185067380407, "W12": -5.6028408947937898, "S12": -5.6028408947937898, "W13": -17.280471484455425, "S13": -24.557856212437859, "W21": -31.95772558761761, "S21": -31.95772558761761, "W22": -41.784839593221349, "S22": -42.872734675726903, "W31": -61.500944260359404, "S31": -63.25454782089227, "W32": -97.841359062794012, "S32": -102.84135906279401 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 504850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.4431738405726051, "S12": -7.8369598358257964, "W13": -20.0, "S13": -20.0, "W21": -30.447267595813052, "S21": -30.517047788695024, "W22": -48.478355098566546, "S22": -52.458078398818358, "W31": -86.592510852705104, "S31": -86.592510852705104, "W32": -97.539365520435339, "S32": -102.53936552043534 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 508301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2, "S11": -0.8, "W12": -0.81, "S12": -20.250001, "W13": -22.15, "S13": -22.16, "W21": -37.450001, "S21": -49.200001, "W22": -49.980583394240021, "S22": -55.265185822072979, "W31": -88.457365674208546, "S31": -88.457365674208546, "W32": -98.964830916397986, "S32": -103.96483091639799 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40955401387512391, "S11": 0.40955401387512391, "W12": -10.0, "S12": -20.266351558507921, "W13": -29.875117152860579, "S13": -29.875117152860579, "W21": -39.956292500383988, "S21": -39.958192933844558, "W22": -61.092325227963528, "S22": -76.740176588858844, "W31": -89.62336435388724, "S31": -89.62336435388724, "W32": -101.02458166131809, "S32": -106.02458166131809 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 510091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.065011341707011, "S12": -17.485947805370728, "W13": -29.326504871259569, "S13": -33.106715847357847, "W21": -38.657566196770262, "S21": -38.657566196770262, "W22": -41.119007525319397, "S22": -51.119007525319397, "W31": -65.076692991225229, "S31": -67.149839731813756, "W32": -90.733833657506977, "S32": -95.733833657506977 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 511016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8458728789186085, "S11": 0.52361492965094714, "W12": -3.3511967545638957, "S12": -18.01100896437034, "W13": -22.599043072271932, "S13": -22.599043072271932, "W21": -36.791732185893096, "S21": -45.974604100502837, "W22": -41.317648552406823, "S22": -50.709943204052834, "W31": -65.08639414345943, "S31": -67.331230055111121, "W32": -90.796952394595053, "S32": -95.796952394595053 }, "geometry": { "type": "Point", "coordinates": [ 104206.0, 509025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2926670263923123, "S11": 1.2926670263923123, "W12": -9.9801450234686442, "S12": -9.9801450234686442, "W13": -28.887339808767695, "S13": -31.035769494704883, "W21": -39.719712068417927, "S21": -39.719712068417927, "W22": -37.438756186328803, "S22": -37.546227827287652, "W31": -60.971660332638642, "S31": -63.971660332638642, "W32": -84.585859430530576, "S32": -89.585859430530576 }, "geometry": { "type": "Point", "coordinates": [ 104206.0, 510477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36102322960908373, "S11": 0.36102322960908373, "W12": -8.1094284337143563, "S12": -9.7010186248804153, "W13": -20.641594214769658, "S13": -21.512513700824698, "W21": -38.451249000947541, "S21": -39.197420952599806, "W22": -36.837688421950418, "S22": -36.837688421950418, "W31": -55.686046022717036, "S31": -58.686046022717036, "W32": -88.046831955922869, "S32": -93.046831955922869 }, "geometry": { "type": "Point", "coordinates": [ 104206.0, 511596.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6145547991426463, "S12": -7.6145547991426463, "W13": -19.734692706659935, "S13": -22.863197932028129, "W21": -46.236882249368037, "S21": -51.924031581722687, "W22": -39.967110475288166, "S22": -42.449747326046641, "W31": -70.657940985219952, "S31": -70.657940985219952, "W32": -95.732179868432908, "S32": -100.73217986843291 }, "geometry": { "type": "Point", "coordinates": [ 104206.2, 517589.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5737080439372613, "S11": 1.5737080439372613, "W12": -8.7922057142857479, "S12": -8.7922057142857479, "W13": -14.662154453565789, "S13": -17.230133027264088, "W21": -41.769171848618285, "S21": -50.695122595318566, "W22": -56.253693338778248, "S22": -67.770074723018197, "W31": -88.560817395314928, "S31": -88.560817395314928, "W32": -100.21135144934986, "S32": -105.21135144934986 }, "geometry": { "type": "Point", "coordinates": [ 104206.285714285710128, 501469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43134598763380094, "S11": 0.078811623372632478, "W12": -5.0, "S12": -11.548355340595371, "W13": -19.584508124601943, "S13": -19.584508124601943, "W21": -35.066630190997287, "S21": -35.066630190997287, "W22": -34.93948363705524, "S22": -49.93948363705524, "W31": -61.448574712881133, "S31": -61.448574712881133, "W32": -97.598042274613519, "S32": -102.59804227461352 }, "geometry": { "type": "Point", "coordinates": [ 104207.0, 507494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40488427680289152, "S11": 0.26393994981205288, "W12": -9.9999999999999982, "S12": -15.441624520138987, "W13": -29.861549359263314, "S13": -29.861549359263314, "W21": -40.0, "S21": -40.00125134264232, "W22": -36.326619163157105, "S22": -38.546804081036399, "W31": -62.83025716176406, "S31": -62.83025716176406, "W32": -96.585678972393112, "S32": -101.58567897239311 }, "geometry": { "type": "Point", "coordinates": [ 104207.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36199927823897005, "S11": -0.36199927823897005, "W12": -8.479133173276912, "S12": -10.517052221374552, "W13": -22.817942383083263, "S13": -29.131137465218238, "W21": -37.59053632151069, "S21": -37.59053632151069, "W22": -41.134872378752888, "S22": -48.280774382077198, "W31": -67.587245663771895, "S31": -69.310988398511441, "W32": -96.349266147447082, "S32": -101.34926614744708 }, "geometry": { "type": "Point", "coordinates": [ 104207.0, 511391.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0354829456847074, "S12": -6.0354829456847074, "W13": -20.0, "S13": -20.0, "W21": -47.637113631249477, "S21": -50.637113631249477, "W22": -38.621067329741166, "S22": -49.211226737058283, "W31": -69.303240574350511, "S31": -75.088278594949855, "W32": -90.618047626334558, "S32": -95.618047626334558 }, "geometry": { "type": "Point", "coordinates": [ 104207.0, 518705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.006432191119722, "S11": 1.006432191119722, "W12": -5.5277507122508149, "S12": -5.5277507122508149, "W13": -15.0, "S13": -17.87940051792021, "W21": -35.252909925553844, "S21": -37.583405580457303, "W22": -41.16, "S22": -47.267040822369054, "W31": -68.049480534789609, "S31": -69.386806918940906, "W32": -96.033050274089476, "S32": -101.03305027408948 }, "geometry": { "type": "Point", "coordinates": [ 104207.142857142855064, 498690.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5804292259229675, "S11": -1.5804292259229675, "W12": -5.0642253584290433, "S12": -5.0642253584290433, "W13": -15.00000000000005, "S13": -15.00000000000005, "W21": -44.862057285327985, "S21": -45.672978601699612, "W22": -50.498347057022272, "S22": -54.037485955115621, "W31": -81.119706081445642, "S31": -81.119706081445642, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104207.777777777781012, 522482.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.36722088189982571, "W12": -9.4951058097303722, "S12": -10.657530288118503, "W13": -17.200001, "S13": -19.106844692671249, "W21": -30.0, "S21": -30.036086793312865, "W22": -40.494377263249511, "S22": -50.494377263249511, "W31": -73.211923312764796, "S31": -75.413488669489467, "W32": -97.99318924690327, "S32": -102.99318924690327 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 496819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1641988483514529, "S11": 1.1641988483514529, "W12": -5.2024710631188542, "S12": -15.202471063118853, "W13": -15.202471063118853, "S13": -18.01107610372225, "W21": -39.071828966236474, "S21": -41.585316443950262, "W22": -38.443485170711156, "S22": -41.535785526623421, "W31": -66.907927871955295, "S31": -66.907927871955295, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 498252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96568693693693686, "S11": 0.96568693693693686, "W12": -5.387797720797721, "S12": -5.387797720797721, "W13": -15.0, "S13": -18.0, "W21": -35.463653869298348, "S21": -37.778863212223428, "W22": -40.341705691032253, "S22": -48.112086869219347, "W31": -65.041554470487966, "S31": -66.464070789901527, "W32": -90.484962296626733, "S32": -95.484962296626733 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 498669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6038766331120153, "S11": 1.6038766331120153, "W12": -8.79376, "S12": -8.79376, "W13": -14.649226761307862, "S13": -17.299369754634839, "W21": -41.841452868261747, "S21": -50.798146364879202, "W22": -60.702829228977706, "S22": -60.807402569747353, "W31": -74.96700354135254, "S31": -75.378447488395111, "W32": -97.301768167069241, "S32": -102.30176816706924 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 501464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41622791140025711, "S11": -1.0890001197454604, "W12": -13.270182914021408, "S12": -13.270182914021408, "W13": -19.897791854837518, "S13": -23.763181274650815, "W21": -36.44326890524809, "S21": -42.720217382956498, "W22": -45.115222455062572, "S22": -45.115222455062572, "W31": -68.441088583432503, "S31": -69.715961520103875, "W32": -99.373970299005236, "S32": -104.37397029900524 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 513879.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0470231792732418, "S12": -5.0470231792732418, "W13": -15.0, "S13": -15.0, "W21": -45.578883035141615, "S21": -45.757807291055215, "W22": -36.887636281404163, "S22": -36.887636281404163, "W31": -55.941170295612757, "S31": -58.918115540569488, "W32": -87.754436423791688, "S32": -92.754436423791688 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 523572.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0018571111604215, "S12": -5.0018571111604215, "W13": -15.212770840984213, "S13": -15.212770840984213, "W21": -46.020016323022325, "S21": -46.020016323022325, "W22": -90.0, "S22": -108.38229252259654, "W31": -108.38229252259654, "S31": -108.38229252259654, "W32": -108.38229252259654, "S32": -108.38229252259654 }, "geometry": { "type": "Point", "coordinates": [ 104208.0, 524243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.8307853847924989, "W12": -4.9014057272848914, "S12": -5.5973127949214572, "W13": -16.34924680425274, "S13": -16.923753087915216, "W21": -33.449616285882684, "S21": -33.449616285882684, "W22": -56.557105492589358, "S22": -56.557105492589358, "W31": -78.210856435393467, "S31": -80.011534630188052, "W32": -91.387665019184496, "S32": -96.387665019184496 }, "geometry": { "type": "Point", "coordinates": [ 104208.75, 504490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4182057286363739, "S11": -2.5817942713636262, "W12": -4.8422624496208764, "S12": -4.8422624496208764, "W13": -25.26792461234858, "S13": -25.26792461234858, "W21": -35.089046170442764, "S21": -42.255420314604223, "W22": -36.248778376947129, "S22": -48.849386780521499, "W31": -66.180752613067312, "S31": -66.180752613067312, "W32": -97.767129857114952, "S32": -102.76712985711495 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 506159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10779924970839508, "S11": -0.10779924970839508, "W12": -7.0148562522171138, "S12": -17.014856252217115, "W13": -21.472150091439111, "S13": -21.472150091439111, "W21": -32.932175585720607, "S21": -33.028089391935985, "W22": -40.0, "S22": -49.920609202851587, "W31": -67.798152565725957, "S31": -69.281129798969246, "W32": -96.192097149930419, "S32": -101.19209714993042 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 507957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0229729729729726, "S12": -13.211664576084853, "W13": -22.54681430536451, "S13": -22.54681430536451, "W21": -36.578388566542451, "S21": -38.167131063235907, "W22": -39.798717203362578, "S22": -39.798717203362578, "W31": -65.458169720195926, "S31": -65.458169720195926, "W32": -89.81611803880179, "S32": -94.81611803880179 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 509167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34489329268292679, "S11": -0.34489329268292679, "W12": -8.7081063622156698, "S12": -8.7081063622156698, "W13": -22.780698762035765, "S13": -22.781939939937931, "W21": -36.076027789643618, "S21": -36.076027789643618, "W22": -63.275618758141555, "S22": -83.275618758141547, "W31": -90.338274384418185, "S31": -90.338274384418185, "W32": -101.43078090510305, "S32": -106.43078090510305 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 509218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46486379786814047, "S11": -0.46486379786814047, "W12": -5.0, "S12": -15.868123899305914, "W13": -24.245732239483242, "S13": -24.245732239483242, "W21": -40.0, "S21": -40.0, "W22": -37.243638597283237, "S22": -38.491994941793429, "W31": -66.333364461876954, "S31": -66.333364461876954, "W32": -89.360824064547501, "S32": -94.360824064547501 }, "geometry": { "type": "Point", "coordinates": [ 104209.0, 509631.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0221039725587937, "S11": -1.0221039725587937, "W12": -8.1518589655632372, "S12": -17.571570589010051, "W13": -22.326604176460538, "S13": -22.327519487508592, "W21": -36.043550001953783, "S21": -36.043550001953783, "W22": -39.067566626746903, "S22": -49.306222714026845, "W31": -70.0, "S31": -74.559971504630496, "W32": -86.685759854571643, "S32": -91.685759854571643 }, "geometry": { "type": "Point", "coordinates": [ 104209.75, 509300.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1009332092813442, "S11": 1.1009332092813442, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -37.451585335824674, "S21": -40.451585335824674, "W22": -39.996761719281189, "S22": -49.000974292190975, "W31": -67.956344415990714, "S31": -69.255004606456268, "W32": -96.073465982916431, "S32": -101.07346598291643 }, "geometry": { "type": "Point", "coordinates": [ 104210.0, 498445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2228758684012604, "S12": -8.2228758684012604, "W13": -19.561247770340746, "S13": -24.018958280319637, "W21": -45.021386701819203, "S21": -46.894386013544676, "W22": -60.0, "S22": -60.0, "W31": -77.393039782925101, "S31": -77.393039782925101, "W32": -89.174442303642138, "S32": -94.174442303642138 }, "geometry": { "type": "Point", "coordinates": [ 104210.0, 517172.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0755200843421333, "S12": -5.0755200843421333, "W13": -16.673137419262204, "S13": -16.673137419262204, "W21": -44.291520621209969, "S21": -44.291520621209969, "W22": -37.093453204425629, "S22": -38.466818680355196, "W31": -66.382745989972818, "S31": -66.382745989972818, "W32": -89.332747369360092, "S32": -94.332747369360092 }, "geometry": { "type": "Point", "coordinates": [ 104210.0, 521566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0406571991963922, "S12": -5.0406571991963922, "W13": -15.06800408129712, "S13": -15.06800408129712, "W21": -45.698209168417534, "S21": -45.698209168417534, "W22": -37.868196572808934, "S22": -39.139329003852275, "W31": -55.413229383857612, "S31": -57.693526905455926, "W32": -95.337630942788081, "S32": -100.33763094278808 }, "geometry": { "type": "Point", "coordinates": [ 104210.641509433960891, 523759.05660377361346 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073231586428758488, "S11": -0.073231586428758488, "W12": -8.3083730897856984, "S12": -8.3083730897856984, "W13": -15.163932018285651, "S13": -16.746865050215575, "W21": -39.910103593679345, "S21": -43.008030147611983, "W22": -40.0, "S22": -49.619977316915381, "W31": -67.85456096041824, "S31": -69.184838109070967, "W32": -96.132404837506897, "S32": -101.1324048375069 }, "geometry": { "type": "Point", "coordinates": [ 104211.0, 500074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.787667968101541, "S12": -7.787667968101541, "W13": -16.590579956188979, "S13": -19.363643278303837, "W21": -37.562709913375386, "S21": -37.842130060728977, "W22": -41.353866015081259, "S22": -43.421733430503807, "W31": -75.488666566601253, "S31": -77.997228635395615, "W32": -97.878184661990218, "S32": -102.87818466199022 }, "geometry": { "type": "Point", "coordinates": [ 104211.666666666671517, 497470.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2898769820064979, "S12": -6.5830029380700346, "W13": -21.284498817131553, "S13": -21.284498817131553, "W21": -31.480897653726409, "S21": -34.18102208342362, "W22": -38.977159861606253, "S22": -38.977159861606253, "W31": -65.721659878845998, "S31": -65.721659878845998, "W32": -89.675392038571104, "S32": -94.675392038571104 }, "geometry": { "type": "Point", "coordinates": [ 104211.666666666671517, 508606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77933035416527718, "S11": 0.77933035416527718, "W12": -6.7164120170383717, "S12": -9.6909979591165261, "W13": -15.549283824514253, "S13": -18.549283824514255, "W21": -39.587799051414152, "S21": -40.804143656889195, "W22": -41.660227752880488, "S22": -49.487398027517351, "W31": -67.732667334085619, "S31": -69.155203057791965, "W32": -96.213864777383961, "S32": -101.21386477738396 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 498001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70901747881355925, "S11": 0.70901747881355925, "W12": -8.48832, "S12": -8.48832, "W13": -14.688385562183795, "S13": -15.914950544706834, "W21": -41.259844335543384, "S21": -50.285329671030667, "W22": -40.0, "S22": -48.435055816660388, "W31": -68.032218611637333, "S31": -69.218855080288705, "W32": -96.011843895838311, "S32": -101.01184389583831 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 501554.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65006626779248122, "S11": -1.4110139967066, "W12": -10.250370270220417, "S12": -14.911022643988806, "W13": -19.640889485007069, "S13": -19.640889485007069, "W21": -35.802592822396257, "S21": -36.52315584988974, "W22": -60.784845853234913, "S22": -75.784845853234913, "W31": -89.447395240539478, "S31": -89.447395240539478, "W32": -100.91452302942061, "S32": -105.91452302942061 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 506905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7288033259258357, "S12": -6.7288033259258357, "W13": -23.408151547439417, "S13": -23.408151547439417, "W21": -34.18246052982974, "S21": -35.356065070983952, "W22": -41.720001, "S22": -49.637160599050283, "W31": -67.751437448335238, "S31": -69.121854308287396, "W32": -96.19374053372492, "S32": -101.19374053372492 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2090482210474285, "S12": -6.2090482210474285, "W13": -20.0, "S13": -20.0, "W21": -47.523796871907628, "S21": -50.523796871907628, "W22": -52.345536702324324, "S22": -60.362161098109368, "W31": -88.251584829996077, "S31": -88.251584829996077, "W32": -99.80962495479406, "S32": -104.80962495479406 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 518598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7848209694692931, "S12": -5.7848209694692931, "W13": -20.0, "S13": -20.0, "W21": -47.610089777219493, "S21": -50.610089777219493, "W22": -41.681696011882302, "S22": -44.520523387970499, "W31": -80.0, "S31": -80.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 518897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0931037140491746, "S12": -7.0931037140491746, "W13": -15.340592397549702, "S13": -15.340592397549702, "W21": -46.314117605118469, "S21": -46.314117605118469, "W22": -37.404304591852792, "S22": -42.404304591852792, "W31": -69.056120159747891, "S31": -69.056120159747891, "W32": -88.455523235812606, "S32": -93.455523235812606 }, "geometry": { "type": "Point", "coordinates": [ 104212.0, 524698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1009955498085549, "S11": 2.1009955498085544, "W12": -10.079365049192413, "S12": -12.438644450959918, "W13": -15.0, "S13": -17.951962935507783, "W21": -45.176260346124913, "S21": -48.004912941979931, "W22": -40.0, "S22": -49.940861957226183, "W31": -67.804222542819659, "S31": -69.095733444121265, "W32": -96.150676189963633, "S32": -101.15067618996363 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 500629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90429554780919563, "S11": -4.0406989516407492, "W12": -7.5440921236009126, "S12": -10.240160249739899, "W13": -18.706986845753367, "S13": -26.077739449761275, "W21": -32.86792758491157, "S21": -38.179103073058087, "W22": -38.882804011495665, "S22": -48.951302975947499, "W31": -68.979259317343434, "S31": -75.521575487400995, "W32": -94.433330921719005, "S32": -99.433330921719005 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 505413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15042521771620054, "S11": -1.4881032070021551, "W12": -5.4911621501123289, "S12": -9.3848716986231082, "W13": -25.0, "S13": -25.0, "W21": -34.652273013621226, "S21": -42.641105806802571, "W22": -38.753016113345794, "S22": -50.071506981230073, "W31": -69.217867667660087, "S31": -75.898787102015362, "W32": -92.063287935682084, "S32": -97.063287935682084 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 506003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62985694508540224, "S11": -2.3499956834337596, "W12": -10.580779134604933, "S12": -12.614833847084089, "W13": -19.142980592408861, "S13": -19.142980592408861, "W21": -36.636939866832314, "S21": -38.268525866072373, "W22": -37.196346342568127, "S22": -37.927530494987536, "W31": -55.142175082343698, "S31": -57.481733477513046, "W32": -95.129769120274673, "S32": -100.12976912027467 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 507171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43871418123794959, "S11": -0.053355165866439958, "W12": -5.0, "S12": -9.7798560432583592, "W13": -19.674134434941049, "S13": -19.674134434941049, "W21": -34.796211801242762, "S21": -34.796211801242762, "W22": -43.704801422643747, "S22": -44.280260682957845, "W31": -63.638690916875539, "S31": -65.153381498863183, "W32": -98.689080181284382, "S32": -103.68908018128438 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 507552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20588235294117646, "S11": -0.20588235294117646, "W12": -6.772891730161577, "S12": -6.772891730161577, "W13": -23.523781578542177, "S13": -23.523781578542177, "W21": -34.360367895019237, "S21": -34.360367895019237, "W22": -67.270747139021097, "S22": -67.270747139021097, "W31": -89.864628030777538, "S31": -89.864628030777538, "W32": -92.573733456667128, "S32": -97.573733456667128 }, "geometry": { "type": "Point", "coordinates": [ 104213.0, 508838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5554323671329842, "S12": -5.5554323671329842, "W13": -20.0, "S13": -20.0, "W21": -47.338751001749799, "S21": -50.075618412047064, "W22": -36.984903867094388, "S22": -41.984903867094388, "W31": -69.918822412585385, "S31": -69.918822412585385, "W32": -87.957644890645071, "S32": -92.957644890645071 }, "geometry": { "type": "Point", "coordinates": [ 104213.125, 519062.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1137526652452026, "S11": 0.1137526652452026, "W12": -8.3943572249609826, "S12": -8.3943572249609826, "W13": -15.442614751787591, "S13": -17.46142584316901, "W21": -41.16451062643533, "S21": -44.059255364013147, "W22": -60.45788486712577, "S22": -60.45788486712577, "W31": -75.077364965754313, "S31": -75.557124942894987, "W32": -96.305493300271806, "S32": -101.30549330027181 }, "geometry": { "type": "Point", "coordinates": [ 104213.25, 500240.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0392714041797788, "S12": -5.0392714041797788, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -45.603469656781485, "S21": -45.776994867118063, "W22": -41.889999, "S22": -48.745281870205773, "W31": -67.655719268458441, "S31": -69.008171947622714, "W32": -96.239630344360975, "S32": -101.23963034436098 }, "geometry": { "type": "Point", "coordinates": [ 104213.333333333328483, 523620.380952380946837 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03661672838813454, "S11": -0.03661672838813454, "W12": -8.3417471710295832, "S12": -8.3417471710295832, "W13": -15.210796480591076, "S13": -16.864936068045161, "W21": -40.126641090653251, "S21": -43.255182291737363, "W22": -79.557742102537546, "S22": -90.377550015128961, "W31": -102.81035219788579, "S31": -102.81035219788579, "W32": -102.81035219788579, "S32": -103.38016626378162 }, "geometry": { "type": "Point", "coordinates": [ 104214.0, 500110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29998984462272776, "S11": 0.29998984462272776, "W12": -8.6761616442160818, "S12": -8.6761616442160818, "W13": -14.370694840017448, "S13": -14.370694840017448, "W21": -40.450420834364053, "S21": -43.450420834364053, "W22": -38.273003841493086, "S22": -47.064920999952186, "W31": -68.886401781403507, "S31": -68.886401781403507, "W32": -97.857241269842149, "S32": -102.85724126984215 }, "geometry": { "type": "Point", "coordinates": [ 104214.0, 501817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0675575612540111, "S12": -5.0675575612540111, "W13": -16.474769740146456, "S13": -16.474769740146456, "W21": -44.337397458397938, "S21": -44.776089784053248, "W22": -42.750982212787399, "S22": -42.750982212787399, "W31": -65.269644172438419, "S31": -70.016707710417364, "W32": -91.88798886245263, "S32": -96.88798886245263 }, "geometry": { "type": "Point", "coordinates": [ 104214.5, 521698.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7175168909687271, "S12": -7.7175168909687271, "W13": -19.692058337540736, "S13": -23.040555543889713, "W21": -45.983992179816319, "S21": -54.571772407672398, "W22": -41.039295141189633, "S22": -48.323389747960547, "W31": -67.57587385757121, "S31": -68.94633619646207, "W32": -96.26730838721582, "S32": -101.26730838721582 }, "geometry": { "type": "Point", "coordinates": [ 104214.8, 517543.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68870089259922584, "S11": 0.4882127040160964, "W12": -8.9517330358599025, "S12": -8.9517330358599025, "W13": -15.225427866866637, "S13": -15.225427866866637, "W21": -38.030860709676645, "S21": -39.951089389545992, "W22": -36.87427035435023, "S22": -41.87427035435023, "W31": -69.947208302021465, "S31": -69.947208302021465, "W32": -87.836675165296455, "S32": -92.836675165296455 }, "geometry": { "type": "Point", "coordinates": [ 104214.875, 512272.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15086316537612693, "S11": 0.15086316537612693, "W12": -8.4425751033300056, "S12": -8.4425751033300056, "W13": -15.515808708577874, "S13": -17.762468119809423, "W21": -41.507679441398629, "S21": -44.365486646160889, "W22": -40.0, "S22": -48.486977338814796, "W31": -67.326632300799602, "S31": -68.781639986740245, "W32": -95.638403749033628, "S32": -100.63840374903363 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 500275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50492193154792675, "S11": -0.50492193154792675, "W12": -5.7921710364370167, "S12": -5.7921710364370167, "W13": -20.468595647412677, "S13": -20.468595647412677, "W21": -31.051763486716968, "S21": -31.38195216596225, "W22": -50.292342635910835, "S22": -53.888286977023483, "W31": -80.65454759498887, "S31": -80.65454759498887, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 508572.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.382974405773111, "S12": -7.022085096861578, "W13": -21.351769484799739, "S13": -21.351769484799739, "W21": -31.519038410441421, "S21": -34.492908174024997, "W22": -46.518748279509829, "S22": -46.518748279509829, "W31": -77.426702122752943, "S31": -77.426702122752943, "W32": -96.44759170544188, "S32": -101.44759170544188 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 508610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41718300005829884, "S11": 0.41718300005829884, "W12": -10.0, "S12": -11.616976846605825, "W13": -30.031059864701852, "S13": -30.031059864701852, "W21": -40.0, "S21": -40.001266254771302, "W22": -40.062459968296388, "S22": -42.754124372457376, "W31": -73.683502926134864, "S31": -73.683502926134864, "W32": -99.298965936739663, "S32": -104.29896593673966 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 510028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41454348610609892, "S11": -0.41454348610609892, "W12": -8.4320822694256581, "S12": -11.457500899727473, "W13": -22.963066273496295, "S13": -29.811468531152368, "W21": -37.607148297277213, "S21": -37.607148297277213, "W22": -33.092610732062937, "S22": -38.09120489055956, "W31": -67.874018433699561, "S31": -67.874018433699561, "W32": -88.540746018116437, "S32": -93.540746018116437 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 511380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1725815625078919, "S12": -8.1725815625078919, "W13": -15.391310485411497, "S13": -15.391310485411497, "W21": -46.46019241331021, "S21": -46.46019241331021, "W22": -61.937900633871415, "S22": -61.937900633871415, "W31": -81.011164076671832, "S31": -81.011164076671832, "W32": -93.113748175884069, "S32": -98.113748175884069 }, "geometry": { "type": "Point", "coordinates": [ 104215.0, 524926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088490484184318263, "S11": 0.088490484184318263, "W12": -10.0, "S12": -10.162867680129539, "W13": -15.0, "S13": -18.491632826096659, "W21": -39.915426748877422, "S21": -40.877422031435451, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -77.184134888752936, "S31": -77.184134888752936, "W32": -88.919947636864137, "S32": -93.919947636864137 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 499634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.5038467913795124, "S11": 6.0054428662176882, "W12": -10.245544745512776, "S12": -10.404100361024234, "W13": -13.725728184421467, "S13": -15.507858381121517, "W21": -57.94838639178262, "S21": -60.94838639178262, "W22": -49.025096753426439, "S22": -52.470199872909411, "W31": -79.546974341536483, "S31": -79.546974341536483, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.4180080482897384, "W12": -9.1542080924855505, "S12": -9.1542080924855505, "W13": -14.398273992985439, "S13": -17.985253858757254, "W21": -45.591469510163279, "S21": -54.856266687357987, "W22": -56.475758080639785, "S22": -56.475758080639785, "W31": -79.251728893980768, "S31": -83.604653205907368, "W32": -94.741155440655845, "S32": -99.741155440655845 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 501364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.029091745123348972, "S11": -0.42872106275861643, "W12": -6.1494603699445189, "S12": -7.843179427882232, "W13": -25.0, "S13": -25.0, "W21": -33.843847224330787, "S21": -41.177808395328313, "W22": -37.463473072994496, "S22": -46.0794443605674, "W31": -67.534941287439864, "S31": -67.534941287439864, "W32": -97.778782550913192, "S32": -102.77878255091319 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 505865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51091093117408903, "S11": -0.51091093117408903, "W12": -4.6786713976269763, "S12": -9.4638286979765329, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.089871470398492, "W22": -42.131681969662907, "S22": -49.056671141546765, "W31": -73.363890370529205, "S31": -73.447570855412721, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 508488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2047414843331223, "W12": -9.958391608391608, "S12": -9.958391608391608, "W13": -20.703364197595867, "S13": -27.269420567656553, "W21": -40.676391902959871, "S21": -42.603117297429094, "W22": -38.4383967608386, "S22": -38.62193161011659, "W31": -65.86653791119339, "S31": -65.86653791119339, "W32": -89.585938059859501, "S32": -94.585938059859501 }, "geometry": { "type": "Point", "coordinates": [ 104216.0, 515351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61048085070867908, "S11": -0.33120407632753845, "W12": -4.7650961054346315, "S12": -4.7650961054346324, "W13": -18.743397759591414, "S13": -19.939558522420299, "W21": -35.543711126826004, "S21": -36.185109798842227, "W22": -37.841335838392858, "S22": -47.057621401746786, "W31": -68.477674049970261, "S31": -70.427188541230535, "W32": -95.666630787722198, "S32": -100.6666307877222 }, "geometry": { "type": "Point", "coordinates": [ 104216.2, 504263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.031860626272108, "S12": -5.031860626272108, "W13": -15.065616309793265, "S13": -15.065616309793265, "W21": -45.72262877581106, "S21": -45.72262877581106, "W22": -40.27165181271463, "S22": -46.040182687396261, "W31": -65.023398404260277, "S31": -65.966436944902028, "W32": -90.255463016225093, "S32": -95.255463016225093 }, "geometry": { "type": "Point", "coordinates": [ 104216.754716981129604, 523808.301886792469304 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07331949276175509, "S11": -0.07331949276175509, "W12": -8.3471066831423251, "S12": -8.3471066831423251, "W13": -15.196573598792154, "S13": -16.831498718882575, "W21": -40.0, "S21": -43.152614845873842, "W22": -68.044510395328544, "S22": -68.044510395328544, "W31": -86.725924861770622, "S31": -86.725924861770622, "W32": -90.992975529567104, "S32": -95.992975529567104 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 500082.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8681730563289782, "S11": 1.8681730563289782, "W12": -8.8817090558766871, "S12": -8.8817090558766871, "W13": -14.520343819747049, "S13": -17.772647601126142, "W21": -42.596753463131336, "S21": -51.732894888246143, "W22": -68.374020104051425, "S22": -68.374020104051425, "W31": -99.365031528189917, "S31": -99.365031528189917, "W32": -99.365031528189917, "S32": -100.95889454951497 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44456485606010238, "S11": -0.13901438899092428, "W12": -5.0, "S12": -9.3680313309221646, "W13": -19.69810329111202, "S13": -19.69810329111202, "W21": -34.74856123959399, "S21": -34.74856123959399, "W22": -68.314991942822687, "S22": -68.314991942822687, "W31": -85.088092708963288, "S31": -85.088092708963288, "W32": -90.481474354862854, "S32": -95.481474354862854 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 507565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0056848033565076, "S11": -1.0056848033565076, "W12": -10.0, "S12": -18.401555516277483, "W13": -22.409695099324733, "S13": -22.41302455138727, "W21": -36.012840066247691, "S21": -36.012840066247691, "W22": -35.003008588992628, "S22": -39.764689261261537, "W31": -68.586089394663105, "S31": -68.586089394663105, "W32": -86.799803569683959, "S32": -91.799803569683959 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.12, "S11": -1.12, "W12": -6.12, "S12": -20.12, "W13": -22.120001, "S13": -22.120001, "W21": -36.119999, "S21": -36.119999, "W22": -37.208148528827131, "S22": -48.055291935982332, "W31": -67.53060097904546, "S31": -67.53060097904546, "W32": -97.801812427003426, "S32": -102.80181242700343 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509321.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1976392876520574, "S12": -8.1976392876520574, "W13": -19.55649911051038, "S13": -23.968772006441753, "W21": -45.085807237955173, "S21": -48.403715666186741, "W22": -40.599363276545212, "S22": -47.987222758342284, "W31": -68.099594958896944, "S31": -68.915805471808412, "W32": -95.902948095981301, "S32": -100.9029480959813 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 517211.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.99620093217098304, "W12": -4.9934651513260304, "S12": -4.9934651513260304, "W13": -16.601047816397543, "S13": -16.601047816397543, "W21": -31.462608918619303, "S21": -31.462608918619303, "W22": -50.313883253412023, "S22": -56.038288395616433, "W31": -88.3173535613345, "S31": -88.3173535613345, "W32": -99.10105094665424, "S32": -104.10105094665424 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 504702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.8335562310030395, "S12": -9.6953676532200959, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.258373205741627, "W22": -80.0, "S22": -88.782816229116946, "W31": -97.773018982638661, "S31": -97.773018982638661, "W32": -102.10425498455865, "S32": -107.10425498455865 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 508350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32982135807343083, "S11": -0.32982135807343083, "W12": -5.0, "S12": -15.092717289961669, "W13": -24.43994007098382, "S13": -24.43994007098382, "W21": -40.0, "S21": -40.0, "W22": -90.0, "S22": -97.296564195298373, "W31": -100.76947757433227, "S31": -100.76947757433227, "W32": -101.44121429538377, "S32": -106.44121429538377 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 509650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3203981916497023, "S11": 1.3203981916497023, "W12": -9.9884233501366069, "S12": -20.842252584289778, "W13": -30.756662307138519, "S13": -30.756662307138519, "W21": -39.369494420574028, "S21": -39.369494420574028, "W22": -60.0, "S22": -60.0, "W31": -77.091437745409735, "S31": -77.091437745409735, "W32": -88.815305453646815, "S32": -93.815305453646815 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 510413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0671489541716017, "S12": -5.0671489541716017, "W13": -16.917264792730663, "S13": -16.917264792730663, "W21": -44.234187915879815, "S21": -44.234187915879815, "W22": -41.283118767090876, "S22": -43.660528297905216, "W31": -80.137381383409021, "S31": -80.137381383409021, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104218.0, 521428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44681599461471977, "S11": -0.079704047190272242, "W12": -5.0, "S12": -9.5849384010671912, "W13": -19.689474224533484, "S13": -19.689474224533484, "W21": -34.793417794999279, "S21": -34.793417794999279, "W22": -38.891997193916808, "S22": -46.788759702406736, "W31": -68.266985085499584, "S31": -68.932705790241215, "W32": -95.786325509160662, "S32": -100.78632550916066 }, "geometry": { "type": "Point", "coordinates": [ 104218.25, 507557.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0315196290862971, "S12": -5.0315196290862971, "W13": -15.0, "S13": -15.0, "W21": -45.62805627842134, "S21": -45.796182443181024, "W22": -37.266221657578775, "S22": -47.017749844130734, "W31": -68.634076063803334, "S31": -72.036297722197588, "W32": -95.535022334642903, "S32": -100.5350223346429 }, "geometry": { "type": "Point", "coordinates": [ 104218.666666666671517, 523668.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14272693586624599, "S11": 0.14272693586624599, "W12": -6.1991106370344431, "S12": -6.1991106370344431, "W13": -18.458822017259415, "S13": -21.196492055627047, "W21": -33.223685240535154, "S21": -33.223685240535154, "W22": -38.528122603397499, "S22": -49.838561482643719, "W31": -69.566363571542098, "S31": -74.168207480490423, "W32": -89.306175179216737, "S32": -94.306175179216737 }, "geometry": { "type": "Point", "coordinates": [ 104218.75, 503146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3966373955881497, "S11": 1.3966373955881497, "W12": -8.6800560000000697, "S12": -8.6800560000000697, "W13": -14.594014800271825, "S13": -17.124996687784112, "W21": -42.005027385413833, "S21": -51.09068241479514, "W22": -35.885106061749831, "S22": -36.135292768247218, "W31": -53.083143644423153, "S31": -55.527603208275487, "W32": -94.179088906920143, "S32": -99.179088906920143 }, "geometry": { "type": "Point", "coordinates": [ 104219.0, 501472.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37983944792620239, "S11": 0.37983944792620244, "W12": -2.8648866613509512, "S12": -5.981274891300985, "W13": -23.404095439731453, "S13": -23.404095439731453, "W21": -35.739072314132258, "S21": -40.847951345051278, "W22": -44.386268273852785, "S22": -49.386268273852785, "W31": -77.474077474062511, "S31": -77.879873807873096, "W32": -100.12840121768465, "S32": -105.12840121768465 }, "geometry": { "type": "Point", "coordinates": [ 104219.0, 506419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23059678314372412, "S11": 0.23059678314372412, "W12": -10.456019667286458, "S12": -10.456019667286458, "W13": -19.473344945217939, "S13": -21.213201970958103, "W21": -35.328377038921033, "S21": -38.502641798551835, "W22": -36.842039542761277, "S22": -38.378218226375857, "W31": -66.412385487301947, "S31": -66.412385487301947, "W32": -89.289567998902413, "S32": -94.289567998902413 }, "geometry": { "type": "Point", "coordinates": [ 104219.285714285710128, 513236.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13182807077007691, "S11": -0.13182807077007691, "W12": -9.6819205040783025, "S12": -9.6819205040783025, "W13": -15.074907139909222, "S13": -19.540270758693218, "W21": -39.997308128021857, "S21": -41.129067262800163, "W22": -60.51614636482342, "S22": -60.537603856425605, "W31": -75.064167833444571, "S31": -75.504834140288608, "W32": -96.603559370002031, "S32": -101.60355937000203 }, "geometry": { "type": "Point", "coordinates": [ 104219.666666666671517, 499811.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94577110169615319, "S11": 0.94577110169615319, "W12": -6.9895853677581599, "S12": -6.9895853677581599, "W13": -16.204968818267947, "S13": -19.132796480900119, "W21": -39.826707695581419, "S21": -40.284715132786623, "W22": -40.0, "S22": -48.037379763789211, "W31": -67.475431989395304, "S31": -68.587783159568275, "W32": -95.990958883553404, "S32": -100.9909588835534 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 497793.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4032800751879702, "S11": 1.4032800751879702, "W12": -7.0918333333333328, "S12": -8.0918333333333337, "W13": -16.651275554778962, "S13": -17.642635415853498, "W21": -38.265130284938465, "S21": -40.836988980467005, "W22": -41.523458378316427, "S22": -42.941755227594619, "W31": -60.871216144450258, "S31": -62.551996122361778, "W32": -98.128643502550958, "S32": -103.12864350255096 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 499057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -10.44025369661488, "W13": -15.78125, "S13": -17.766609210078315, "W21": -39.552952371006015, "S21": -42.093267979836867, "W22": -53.590170620623596, "S22": -63.101320716773643, "W31": -88.10406283615626, "S31": -88.10406283615626, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16835279121057001, "S11": 0.10899118127363869, "W12": -6.5036547208277433, "S12": -9.8104200838126481, "W13": -20.000236085351091, "S13": -20.000236085351091, "W21": -33.347354016562655, "S21": -33.347354016562655, "W22": -57.489772785381895, "S22": -57.489772785381895, "W31": -78.023207711839959, "S31": -78.023207711839959, "W32": -90.793717890355722, "S32": -95.793717890355722 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50488976206068548, "S11": -0.50488976206068548, "W12": -5.776342601209083, "S12": -6.1773347467237603, "W13": -20.337087481181463, "S13": -20.337087481181463, "W21": -30.90837679706301, "S21": -30.90837679706301, "W22": -71.586902707973891, "S22": -71.586902707973891, "W31": -94.612526863508378, "S31": -94.612526863508378, "W32": -102.2109802311038, "S32": -107.2109802311038 }, "geometry": { "type": "Point", "coordinates": [ 104220.0, 508568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4266591617190056, "S11": -2.0398169230891856, "W12": -9.3853939551919954, "S12": -9.3853939551919954, "W13": -20.26675332784793, "S13": -25.765550711960817, "W21": -42.503088845301448, "S21": -45.888332141405407, "W22": -68.549852763229055, "S22": -68.549852763229055, "W31": -83.819937134449248, "S31": -83.819937134449248, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104220.015151515151956, 516128.075757575745229 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9831113383612431, "S12": -7.9831113383612431, "W13": -15.0, "S13": -15.0, "W21": -39.49847162664863, "S21": -46.183662206342539, "W22": -35.488428059175959, "S22": -35.488428059175959, "W31": -61.423398882649963, "S31": -61.423398882649963, "W32": -96.945494025409047, "S32": -101.94549402540905 }, "geometry": { "type": "Point", "coordinates": [ 104222.0, 502309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30678264807211003, "S11": -2.0952082157718941, "W12": -7.221199866214552, "S12": -7.221199866214552, "W13": -22.817804602036968, "S13": -25.90437346822695, "W21": -33.779719344911747, "S21": -39.865684391242894, "W22": -40.059665126823631, "S22": -40.387770178802334, "W31": -65.134007820784916, "S31": -65.134007820784916, "W32": -89.908499835703907, "S32": -94.908499835703907 }, "geometry": { "type": "Point", "coordinates": [ 104222.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35353848320540809, "S11": 0.35353848320540809, "W12": -2.735924364961841, "S12": -6.078628650027202, "W13": -23.27756378698761, "S13": -23.27756378698761, "W21": -35.793465088895516, "S21": -40.829951809512281, "W22": -40.0, "S22": -51.39717840824018, "W31": -67.17320377681159, "S31": -68.384216956608029, "W32": -95.142257954397138, "S32": -100.14225795439714 }, "geometry": { "type": "Point", "coordinates": [ 104222.0, 506433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -17.783876041631807, "W13": -27.270069313169504, "S13": -34.512360813909062, "W21": -38.424378755828712, "S21": -38.424378755828712, "W22": -40.022225893216415, "S22": -43.649275720183887, "W31": -71.560429517934409, "S31": -71.560429517934409, "W32": -96.430273947913662, "S32": -101.43027394791366 }, "geometry": { "type": "Point", "coordinates": [ 104222.0, 511107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0230640533478246, "S12": -5.0230640533478246, "W13": -15.063228538289412, "S13": -15.063228538289412, "W21": -45.747048383204579, "S21": -45.747048383204579, "W22": -63.225005427702996, "S22": -82.655584499833026, "W31": -89.920161128344745, "S31": -89.920161128344745, "W32": -101.31939057964649, "S32": -106.31939057964649 }, "geometry": { "type": "Point", "coordinates": [ 104222.867924528298317, 523857.547169811325148 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31233063608528089, "S11": 0.31233063608528089, "W12": -10.0, "S12": -10.311232324276828, "W13": -15.425972719141324, "S13": -17.847270362434895, "W21": -40.0, "S21": -42.038793283925806, "W22": -36.991106871102396, "S22": -47.194906144521063, "W31": -68.816164247577206, "S31": -73.728431734613565, "W32": -95.110958999668654, "S32": -100.11095899966865 }, "geometry": { "type": "Point", "coordinates": [ 104223.0, 499513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.98181934060818343, "W12": -4.9897761238487899, "S12": -4.9897761238487899, "W13": -16.364507174414513, "S13": -21.368858784510248, "W21": -31.127860890891878, "S21": -31.127860890891878, "W22": -41.031174780144966, "S22": -45.024855532981277, "W31": -79.225979894216962, "S31": -79.225979894216962, "W32": -100.07797786855379, "S32": -105.07797786855379 }, "geometry": { "type": "Point", "coordinates": [ 104223.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81378228120516505, "S11": -0.81881518867709691, "W12": -8.8213502887260198, "S12": -8.8213502887260198, "W13": -22.848789546079779, "S13": -22.858244401275691, "W21": -35.862245130323878, "S21": -35.862245130323878, "W22": -39.885451370106502, "S22": -39.885451370106502, "W31": -65.334800485108559, "S31": -65.334800485108559, "W32": -89.829454460336365, "S32": -94.829454460336365 }, "geometry": { "type": "Point", "coordinates": [ 104223.0, 509245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8204789827948265, "S12": -7.8204789827948265, "W13": -19.649423968421559, "S13": -23.2179131557515, "W21": -45.79087703021785, "S21": -55.383492884149959, "W22": -40.436172775770622, "S22": -48.178581991697619, "W31": -68.118225027404435, "S31": -68.751746643543996, "W32": -95.856789193261932, "S32": -100.85678919326193 }, "geometry": { "type": "Point", "coordinates": [ 104223.4, 517497.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55312932566312445, "S11": -0.55312932566312445, "W12": -8.5050210388234451, "S12": -16.948212386674371, "W13": -20.373661416351101, "S13": -21.202541216395559, "W21": -35.975339329042455, "S21": -35.975339329042455, "W22": -36.843951324799193, "S22": -46.843951324799193, "W31": -68.734883701338717, "S31": -72.955083190722007, "W32": -95.440907378504932, "S32": -100.44090737850493 }, "geometry": { "type": "Point", "coordinates": [ 104223.666666666671517, 509395.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31698483825425061, "S11": 0.31698483825425061, "W12": -9.7601714814171139, "S12": -9.7601714814171139, "W13": -15.220462939168105, "S13": -18.420317842082202, "W21": -43.28304416508476, "S21": -45.956631840731582, "W22": -49.366261113153371, "S22": -52.978612418982856, "W31": -79.548079582805826, "S31": -79.548079582805826, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1226397544414475, "S11": 2.1226397544414475, "W12": -8.9860712909441229, "S12": -8.9860712909441229, "W13": -14.398171431608034, "S13": -17.847768747044277, "W21": -44.340457942590561, "S21": -53.628295580238088, "W22": -40.184189756217876, "S22": -43.545223360488293, "W31": -64.992089470293024, "S31": -65.047897959057536, "W32": -89.995501632588287, "S32": -94.995501632588287 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 501391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19417005829941697, "S11": -0.19417005829941697, "W12": -5.0576715480249472, "S12": -5.0576715480249472, "W13": -16.76955022420492, "S13": -20.915003163172472, "W21": -33.895966824484276, "S21": -35.420422838745331, "W22": -38.086625514364783, "S22": -48.922109166284791, "W31": -69.096329005627155, "S31": -75.565382778957741, "W32": -94.256439010273482, "S32": -99.256439010273482 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 502874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8134317157076714, "S12": -6.1251307649015541, "W13": -20.306253481871195, "S13": -20.306253481871195, "W21": -30.837422521911677, "S21": -31.126439862952139, "W22": -41.093264484297933, "S22": -42.336173522964792, "W31": -58.763345673051127, "S31": -60.564501703107908, "W32": -97.403601583575664, "S32": -102.40360158357566 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 508568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2954028854292234, "S12": -7.5020246488300808, "W13": -21.026737401844848, "S13": -21.026737401844848, "W21": -31.214214876691852, "S21": -33.247238612501967, "W22": -60.071937081646233, "S22": -60.071937081646233, "W31": -75.377000259821273, "S31": -76.066461236452454, "W32": -95.346073148633835, "S32": -100.34607314863383 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 508599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50588894422294839, "S11": -0.50588894422294839, "W12": -9.07520952917349, "S12": -9.07520952917349, "W13": -22.53064225053059, "S13": -22.53064225053059, "W21": -35.831326073726046, "S21": -35.831326073726046, "W22": -59.587913102152001, "S22": -59.826345132840082, "W31": -74.894441093028718, "S31": -75.179547611109811, "W32": -98.355617204121643, "S32": -103.35561720412164 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 509210.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3535606618499494, "S11": 1.3535606618499494, "W12": -9.9729607180859254, "S12": -11.5024004491217, "W13": -28.850348063632371, "S13": -31.850348063632371, "W21": -39.66754804036465, "S21": -39.66754804036465, "W22": -60.335549932143209, "S22": -60.5174215381629, "W31": -74.950327597173683, "S31": -75.282031145659786, "W32": -97.87724517398658, "S32": -102.87724517398658 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 510478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1724027069028562, "S12": -8.1724027069028562, "W13": -19.551750450680018, "S13": -23.918585732563876, "W21": -45.15022777409115, "S21": -49.913045318828814, "W22": -50.11839110252378, "S22": -50.11839110252378, "W31": -77.842281999971718, "S31": -85.411548424063753, "W32": -95.172283957882868, "S32": -100.17228395788287 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 517251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6057568938431634, "S12": -5.6057568938431634, "W13": -20.0, "S13": -20.0, "W21": -47.397761770856548, "S21": -50.397761770856548, "W22": -60.0, "S22": -60.0, "W31": -74.062235963148709, "S31": -74.062235963148709, "W32": -89.956705974638865, "S32": -94.956705974638865 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 519060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0237678539928341, "S12": -5.0237678539928341, "W13": -15.0, "S13": -15.0, "W21": -45.652642900061259, "S21": -45.827181253424314, "W22": -42.747471252390952, "S22": -44.15534476217897, "W31": -65.239254479570889, "S31": -70.024566030821276, "W32": -91.568769207009325, "S32": -96.568769207009325 }, "geometry": { "type": "Point", "coordinates": [ 104224.0, 523716.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1612175611571018, "S11": 2.1612175611571018, "W12": -9.0041820809248545, "S12": -9.0041820809248545, "W13": -14.381717770220003, "S13": -17.808194280287118, "W21": -44.605488646641597, "S21": -53.912337691133224, "W22": -40.04347364926992, "S22": -40.04347364926992, "W31": -65.141867640521326, "S31": -65.141867640521326, "W32": -89.895129395485242, "S32": -94.895129395485242 }, "geometry": { "type": "Point", "coordinates": [ 104224.75, 501385.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13775769269828375, "S11": 0.13775769269828375, "W12": -8.8330218025274263, "S12": -8.8330218025274263, "W13": -14.35624353609326, "S13": -14.35624353609326, "W21": -40.620635367632815, "S21": -43.620635367632815, "W22": -70.0, "S22": -79.129790145985396, "W31": -93.830194861087207, "S31": -93.830194861087207, "W32": -102.21161025966509, "S32": -107.21161025966509 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 501867.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.16629028055241912, "W12": -4.1907415423168928, "S12": -5.2058831160311216, "W13": -24.109572457733858, "S13": -24.109572457733858, "W21": -35.408435775085053, "S21": -41.492355137485504, "W22": -40.064412807571117, "S22": -45.064412807571117, "W31": -77.244824687379591, "S31": -77.244824687379591, "W32": -100.25253671242069, "S32": -105.25253671242069 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 506247.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.380085069776297, "S12": -9.5371957768824842, "W13": -22.397854378124759, "S13": -22.397854378124759, "W21": -32.560309551192482, "S21": -42.560309551192482, "W22": -46.419035451932288, "S22": -46.419035451932288, "W31": -70.762777665256678, "S31": -71.823519061406103, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66955179282868527, "S11": -0.66955179282868527, "W12": -8.997750457920402, "S12": -8.997750457920402, "W13": -22.627898089171975, "S13": -22.630455889123301, "W21": -35.77292868598726, "S21": -35.77292868598726, "W22": -38.973228325873279, "S22": -50.101004359773846, "W31": -70.180883064828549, "S31": -74.302615069092184, "W32": -86.154257931982286, "S32": -91.154257931982286 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509225.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85, "S11": -0.85, "W12": -8.8500004, "S12": -8.8500004, "W13": -22.85, "S13": -22.86, "W21": -35.849998, "S21": -35.849998, "W22": -86.718241999296623, "S22": -97.913715483429968, "W31": -103.31536341269793, "S31": -103.31536341269793, "W32": -103.31536341269793, "S32": -103.47507306678344 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0246475785243789, "S11": 1.0246475785243789, "W12": -9.9782582352555558, "S12": -34.978258235255552, "W13": -34.978258235255552, "S13": -34.978258235255552, "W21": -39.49145848383769, "S21": -39.49145848383769, "W22": -67.986007787338266, "S22": -67.986007787338266, "W31": -83.041902567383232, "S31": -83.041902567383232, "W32": -90.015455019821886, "S32": -95.015455019821886 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 510332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.122610380446508, "S12": -8.122610380446508, "W13": -19.562758280404463, "S13": -23.902355853106727, "W21": -45.238549120887633, "S21": -51.498746217621289, "W22": -40.144740578247436, "S22": -42.369658690585325, "W31": -64.97904922700026, "S31": -64.97904922700026, "W32": -89.966004141363939, "S32": -94.966004141363939 }, "geometry": { "type": "Point", "coordinates": [ 104225.6, 517291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79905151153637732, "S11": 0.46288496292034914, "W12": -4.6948413050989517, "S12": -7.9255489305211491, "W13": -19.860796718710652, "S13": -21.808001660634304, "W21": -36.308738726495775, "S21": -36.308738726495775, "W22": -68.790049200781567, "S22": -69.085075544882415, "W31": -99.197798822329375, "S31": -99.197798822329375, "W32": -99.197798822329375, "S32": -100.70277060506665 }, "geometry": { "type": "Point", "coordinates": [ 104225.666666666671517, 504179.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.8789342324968379, "S11": 6.4321219800095317, "W12": -10.213124986430604, "S12": -10.213124986430604, "W13": -13.572087001689937, "S13": -15.449917777202133, "W21": -59.37761069340047, "S21": -62.665060771424343, "W22": -90.0, "S22": -100.4495516967427, "W31": -100.4495516967427, "S31": -100.4495516967427, "W32": -101.61749304888698, "S32": -106.61749304888698 }, "geometry": { "type": "Point", "coordinates": [ 104225.888888888890506, 500969.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45781114952463264, "S11": -0.11273234516130903, "W12": -5.0, "S12": -8.5086780662143937, "W13": -19.748896482206156, "S13": -19.748896482206156, "W21": -34.652973988387693, "S21": -34.652973988387693, "W22": -40.063798469732497, "S22": -45.061292909459446, "W31": -77.504203299590174, "S31": -77.504203299590174, "W32": -100.2529198550141, "S32": -105.2529198550141 }, "geometry": { "type": "Point", "coordinates": [ 104226.0, 507592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0304611716764773, "S12": -5.0304611716764773, "W13": -15.0, "S13": -15.0, "W21": -45.254742625805982, "S21": -45.854048422404382, "W22": -38.581749775572291, "S22": -38.581749775572291, "W31": -65.739795084821651, "S31": -65.739795084821651, "W32": -89.622049383903587, "S32": -94.622049383903587 }, "geometry": { "type": "Point", "coordinates": [ 104226.0, 523115.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0037142223208404, "S12": -5.0037142223208404, "W13": -15.147355857510103, "S13": -15.147355857510103, "W21": -45.978768845765622, "S21": -45.978768845765622, "W22": -36.005133237714197, "S22": -36.406369752760568, "W31": -53.408410207260097, "S31": -55.794457592429374, "W32": -94.710791700475255, "S32": -99.710791700475255 }, "geometry": { "type": "Point", "coordinates": [ 104226.0, 524216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0562117516155261, "S11": 1.0562117516155261, "W12": -7.0794000550983798, "S12": -7.0794000550983798, "W13": -16.254351552246494, "S13": -19.18015768373423, "W21": -40.0, "S21": -40.145478372662048, "W22": -40.054014253038268, "S22": -42.27656378411347, "W31": -73.998582333057954, "S31": -73.998582333057954, "W32": -99.331572590620098, "S32": -104.3315725906201 }, "geometry": { "type": "Point", "coordinates": [ 104227.0, 497755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.95609873696928038, "W12": -4.9986824901866997, "S12": -4.9986824901866997, "W13": -16.753226040307382, "S13": -26.753226040307382, "W21": -30.942725630874701, "S21": -30.942725630874701, "W22": -38.685134192965819, "S22": -47.931387037664869, "W31": -70.0, "S31": -73.0, "W32": -84.30532421469303, "S32": -89.30532421469303 }, "geometry": { "type": "Point", "coordinates": [ 104227.0, 504774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.95451925581498465, "W12": -5.0, "S12": -5.0, "W13": -16.766420182688126, "S13": -26.738364559365365, "W21": -30.938169100989501, "S21": -30.938169100989501, "W22": -60.722891267557479, "S22": -60.722891267557479, "W31": -80.767952466316942, "S31": -80.767952466316942, "W32": -93.464415022248716, "S32": -98.464415022248716 }, "geometry": { "type": "Point", "coordinates": [ 104227.0, 504775.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12669518716577538, "S11": -0.12669518716577538, "W12": -7.0013355152455805, "S12": -7.0013355152455805, "W13": -23.688968878760821, "S13": -23.688968878760821, "W21": -34.317949052744837, "S21": -36.100038496624606, "W22": -92.5, "S22": -104.5, "W31": -104.5, "S31": -104.5, "W32": -104.5, "S32": -109.5 }, "geometry": { "type": "Point", "coordinates": [ 104227.0, 508856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0728180539900976, "S12": -8.0728180539900976, "W13": -19.573766110128954, "S13": -23.830056295862789, "W21": -45.326870467684188, "S21": -53.084447116413898, "W22": -41.794399326887849, "S22": -45.433772135823176, "W31": -80.032686455475712, "S31": -80.032686455475712, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104227.2, 517331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41498445129271488, "S11": -0.90562016286904157, "W12": -6.5110015357555984, "S12": -14.656273434762671, "W13": -21.902285956878149, "S13": -21.902285956878149, "W21": -35.618563555702657, "S21": -40.6629394328491, "W22": -37.623796890288794, "S22": -46.720856306914285, "W31": -69.134638363673844, "S31": -69.134638363673844, "W32": -98.3766592004377, "S32": -103.3766592004377 }, "geometry": { "type": "Point", "coordinates": [ 104227.333333333328483, 509126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53919012459622528, "S11": -1.8856073644127198, "W12": -10.519586567788837, "S12": -13.063363471696551, "W13": -19.201131106599906, "S13": -19.201131106599906, "W21": -36.431837436824146, "S21": -37.812382002857184, "W22": -90.0, "S22": -106.81820049301581, "W31": -106.81820049301581, "S31": -106.81820049301581, "W32": -106.81820049301581, "S32": -106.81820049301581 }, "geometry": { "type": "Point", "coordinates": [ 104227.75, 507197.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4514031316441719, "S11": -1.1480972630868105, "W12": -8.9966264011317882, "S12": -16.494918957907238, "W13": -20.079112027368069, "S13": -20.079112027368069, "W21": -35.021280413864218, "S21": -37.429337439858045, "W22": -50.255966489833639, "S22": -53.728901190793586, "W31": -82.898114753439955, "S31": -82.898114753439955, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104228.0, 506798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5866157736562059, "S12": -8.5817944123023082, "W13": -21.623421655414855, "S13": -21.623421655414855, "W21": -31.470866122244434, "S21": -35.247955905526169, "W22": -54.787828835565222, "S22": -65.322668483188068, "W31": -87.91629271770195, "S31": -87.91629271770195, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104228.0, 508626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68864118828213605, "S11": 0.11008194888671896, "W12": -4.7068562120539017, "S12": -4.7068562120539035, "W13": -19.13735562133612, "S13": -20.544929467423039, "W21": -35.849705882125306, "S21": -35.849705882125306, "W22": -56.390092191491732, "S22": -56.390092191491732, "W31": -79.445254635640055, "S31": -82.214750048484092, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104228.5, 504227.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77066989052856638, "S11": -1.6160656676619043, "W12": -6.0360922445111882, "S12": -6.0360922445111882, "W13": -16.967951285954545, "S13": -22.143878571300867, "W21": -32.575955323710339, "S21": -32.575955323710339, "W22": -60.0, "S22": -60.0, "W31": -77.667131533796947, "S31": -77.667131533796947, "W32": -89.790517363286384, "S32": -94.790517363286384 }, "geometry": { "type": "Point", "coordinates": [ 104228.6, 505019.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0343889919683349, "S12": -5.0343889919683349, "W13": -15.0, "S13": -15.0, "W21": -44.933385943614304, "S21": -45.785815214844554, "W22": -34.729259564861358, "S22": -44.960295162411036, "W31": -61.118152185059223, "S31": -61.118152185059223, "W32": -97.351366695456676, "S32": -102.35136669545668 }, "geometry": { "type": "Point", "coordinates": [ 104228.714285714289872, 522632.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0230257275337493, "S12": -8.0230257275337493, "W13": -19.584773939853399, "S13": -23.685127786446294, "W21": -45.413642908362618, "S21": -54.148091365716198, "W22": -40.0, "S22": -51.024942344330725, "W31": -67.28877323724133, "S31": -68.039430407905613, "W32": -95.375036395947618, "S32": -100.37503639594762 }, "geometry": { "type": "Point", "coordinates": [ 104228.8, 517371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0142674804235412, "S12": -5.0142674804235412, "W13": -15.060840766785557, "S13": -15.060840766785557, "W21": -45.771467990598097, "S21": -45.771467990598097, "W22": -40.527686754377541, "S22": -49.343723365396322, "W31": -67.691134531034479, "S31": -68.272082494032816, "W32": -96.032352556759207, "S32": -101.03235255675921 }, "geometry": { "type": "Point", "coordinates": [ 104228.981132075467031, 523906.792452830180991 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98130100296330069, "S11": 0.98130100296330069, "W12": -8.2896619319967257, "S12": -8.9399355971726298, "W13": -14.969344111776447, "S13": -14.969344111776447, "W21": -39.51802682154154, "S21": -40.884570147327146, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -78.044651565666769, "S31": -81.71053548164339, "W32": -89.876418479708036, "S32": -94.876418479708036 }, "geometry": { "type": "Point", "coordinates": [ 104229.0, 511923.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.014472348248044139, "S11": -0.014472348248044139, "W12": -8.4480494939532562, "S12": -8.4480494939532562, "W13": -15.336161404424809, "S13": -17.149102913325578, "W21": -40.965472381887658, "S21": -43.942924501614428, "W22": -48.306453952642705, "S22": -52.3182760342074, "W31": -86.354296833971574, "S31": -86.354296833971574, "W32": -97.571476597240263, "S32": -102.57147659724026 }, "geometry": { "type": "Point", "coordinates": [ 104229.142857142855064, 500149.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2026496642602692, "S11": 0.2026496642602692, "W12": -6.9898990951945343, "S12": -10.974187826865355, "W13": -20.002475311894671, "S13": -20.002475311894671, "W21": -33.227150373649664, "S21": -33.250179235272128, "W22": -90.0, "S22": -99.755854800936774, "W31": -101.05472870821434, "S31": -101.05472870821434, "W32": -101.21315192743764, "S32": -106.21315192743764 }, "geometry": { "type": "Point", "coordinates": [ 104229.25, 507871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0160160788993711, "S12": -5.0160160788993711, "W13": -15.0, "S13": -15.0, "W21": -45.677229521701129, "S21": -45.84597695017429, "W22": -38.570341567457753, "S22": -46.317681390867307, "W31": -68.448569635401341, "S31": -68.448569635401341, "W32": -95.559346336887899, "S32": -100.5593463368879 }, "geometry": { "type": "Point", "coordinates": [ 104229.333333333328483, 523764.238095238106325 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6935539256462224, "S12": -5.6935539256462224, "W13": -20.0, "S13": -20.0, "W21": -47.547330959166544, "S21": -50.547330959166544, "W22": -38.847560191258431, "S22": -51.089861484844825, "W31": -69.28333121580188, "S31": -76.194684932163085, "W32": -92.825477499638268, "S32": -97.825477499638268 }, "geometry": { "type": "Point", "coordinates": [ 104229.75, 519015.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3856871933403889, "S12": -9.4836731411743056, "W13": -22.662752095829156, "S13": -22.662752095829156, "W21": -32.910099854820203, "S21": -40.20571619052744, "W22": -38.470932350131861, "S22": -50.522961443445354, "W31": -69.780865102568825, "S31": -74.774378656616292, "W32": -88.443374571822062, "S32": -93.443374571822062 }, "geometry": { "type": "Point", "coordinates": [ 104229.8, 508745.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6415322266386099, "S12": -9.6415322266386099, "W13": -15.466449541996976, "S13": -17.657877646402174, "W21": -32.760314774182554, "S21": -32.944569577040809, "W22": -44.700585254264283, "S22": -44.700585254264283, "W31": -69.764550571319717, "S31": -70.980184558342586, "W32": -99.695621811133719, "S32": -104.69562181113372 }, "geometry": { "type": "Point", "coordinates": [ 104230.0, 497037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2044771132642831, "S11": 1.5814127649212262, "W12": -10.0, "S12": -11.810219805121232, "W13": -15.0, "S13": -18.176249073387694, "W21": -44.895410082768997, "S21": -47.617940540928352, "W22": -68.144201228878657, "S22": -68.144201228878657, "W31": -93.37489469250211, "S31": -93.37489469250211, "W32": -93.497047104027317, "S32": -98.497047104027317 }, "geometry": { "type": "Point", "coordinates": [ 104230.0, 500586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59829379778861891, "S11": 0.59829379778861891, "W12": -6.7786516213597769, "S12": -12.119781969266143, "W13": -20.0, "S13": -21.761470633733822, "W21": -36.779608246367282, "S21": -36.779608246367282, "W22": -39.66488721162392, "S22": -41.136682663993092, "W31": -70.0, "S31": -70.0, "W32": -94.169201135442023, "S32": -99.169201135442023 }, "geometry": { "type": "Point", "coordinates": [ 104230.0, 503703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5672621722543729, "S12": -12.331580537406296, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.285879112699121, "W22": -37.066410897695967, "S22": -42.066410897695967, "W31": -69.815009078740005, "S31": -69.815009078740005, "W32": -88.289058950020262, "S32": -93.289058950020262 }, "geometry": { "type": "Point", "coordinates": [ 104230.25, 508468.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9732334010773371, "S12": -7.9732334010773371, "W13": -19.59578176957789, "S13": -23.540199277029792, "W21": -45.498693740793065, "S21": -54.504915982953513, "W22": -35.429314425656244, "S22": -40.429314425656244, "W31": -68.878200781588916, "S31": -68.878200781588916, "W32": -86.413854978403819, "S32": -91.413854978403819 }, "geometry": { "type": "Point", "coordinates": [ 104230.4, 517411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79061382268130498, "S11": -2.2085759550139503, "W12": -5.8171032435016734, "S12": -5.8171032435016734, "W13": -16.736239083406776, "S13": -21.874759007505446, "W21": -32.531767884841464, "S21": -32.531767884841464, "W22": -34.259046244471605, "S22": -36.499563927710973, "W31": -68.029503582040135, "S31": -68.029503582040135, "W32": -87.373261627094607, "S32": -92.373261627094607 }, "geometry": { "type": "Point", "coordinates": [ 104231.0, 504988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3470508848295921, "S12": -13.022173716475034, "W13": -23.190088007924128, "S13": -30.939835845767767, "W21": -37.623082651527071, "S21": -37.623082651527071, "W22": -35.513802337432445, "S22": -37.972107874457187, "W31": -66.801993458835213, "S31": -66.801993458835213, "W32": -89.056247948820882, "S32": -94.056247948820882 }, "geometry": { "type": "Point", "coordinates": [ 104231.0, 511363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0068731479370869, "S11": 1.0068731479370869, "W12": -8.3036948604736498, "S12": -8.9563903413655233, "W13": -14.931994011976046, "S13": -14.931994011976046, "W21": -39.51452402479174, "S21": -40.52106091003764, "W22": -38.183766016364849, "S22": -38.504461465265436, "W31": -65.858585610031312, "S31": -65.858585610031312, "W32": -89.548517301546639, "S32": -94.548517301546639 }, "geometry": { "type": "Point", "coordinates": [ 104231.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3190476190475497, "S11": 1.3190476190475497, "W12": -10.0, "S12": -31.984218629711705, "W13": -31.984218629711705, "S13": -31.984218629711705, "W21": -39.015653887383941, "S21": -39.017304875576698, "W22": -38.280656384323528, "S22": -46.330237548009293, "W31": -68.522202620997419, "S31": -69.267750582495012, "W32": -95.502221931773619, "S32": -100.50222193177362 }, "geometry": { "type": "Point", "coordinates": [ 104231.333333333328483, 510211.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.016459406343182326, "S11": 0.016459406343182326, "W12": -9.1050996706534928, "S12": -9.1050996706534928, "W13": -14.738415438324283, "S13": -14.738415438324283, "W21": -40.40459369324428, "S21": -47.920700737391584, "W22": -36.126035120620081, "S22": -49.87350022857666, "W31": -66.247255695388461, "S31": -66.247255695388461, "W32": -97.732882107993376, "S32": -102.73288210799338 }, "geometry": { "type": "Point", "coordinates": [ 104231.75, 502139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2514150943396229, "S11": 1.2514150943396229, "W12": -9.6844295174251798, "S12": -9.6844295174251798, "W13": -15.970289227694128, "S13": -18.102355003644796, "W21": -32.143480116857496, "S21": -32.280185617521113, "W22": -42.125094318194961, "S22": -45.806133603713228, "W31": -65.213646332066162, "S31": -69.311448847607707, "W32": -91.308502340093611, "S32": -96.308502340093611 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 496980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2537517508170479, "S11": 1.2537517508170479, "W12": -5.3196437139727442, "S12": -13.996709860665408, "W13": -15.026885979324117, "S13": -18.026885979324117, "W21": -40.0, "S21": -42.43429323525843, "W22": -36.969724825235986, "S22": -44.876858068842985, "W31": -67.526179015742997, "S31": -67.526179015742997, "W32": -97.909950720474527, "S32": -102.90995072047453 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 498224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41987647187005595, "S11": -2.4318089213883711, "W12": -4.8532953639366667, "S12": -4.8532953639366667, "W13": -24.628920686912711, "S13": -24.628920686912711, "W21": -35.268037145650311, "S21": -42.136619107091867, "W22": -36.745747245081795, "S22": -36.745747245081795, "W31": -55.224560144328365, "S31": -58.124961258238528, "W32": -88.427685950412879, "S32": -93.427685950412879 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 506158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9234410746209889, "S12": -7.9234410746209889, "W13": -19.606789599302338, "S13": -23.395270767613301, "W21": -45.619204031910115, "S21": -54.937336910650401, "W22": -41.30234347569953, "S22": -44.390315719338702, "W31": -80.13954955962727, "S31": -80.13954955962727, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104232.0, 517451.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0488280209136764, "S12": -5.0488280209136764, "W13": -17.00032306469069, "S13": -17.00032306469069, "W21": -44.06059609851593, "S21": -44.134100214500691, "W22": -49.788999332087066, "S22": -54.759273139289597, "W31": -88.124612514229113, "S31": -88.124612514229113, "W32": -98.838094619581, "S32": -103.838094619581 }, "geometry": { "type": "Point", "coordinates": [ 104232.25, 521402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.1266551059730254, "S12": -9.1266551059730254, "W13": -14.243091720692954, "S13": -17.450205814652687, "W21": -46.614223830151857, "S21": -56.132967363433899, "W22": -68.272214386459808, "S22": -68.272214386459808, "W31": -94.602920527941592, "S31": -94.602920527941592, "W32": -94.602920527941592, "S32": -98.877099046534795 }, "geometry": { "type": "Point", "coordinates": [ 104232.5, 501344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70999422555126701, "S11": -3.3180442091571067, "W12": -6.6767052497601007, "S12": -6.6767052497601007, "W13": -17.305701262111583, "S13": -25.257032764456888, "W21": -31.383834250475438, "S21": -33.549623939717641, "W22": -68.428910061313744, "S22": -68.428910061313744, "W31": -86.632888869330458, "S31": -86.632888869330458, "W32": -90.467791247086979, "S32": -95.467791247086979 }, "geometry": { "type": "Point", "coordinates": [ 104232.666666666671517, 505225.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1311596013651473, "S11": 2.9039957895592994, "W12": -9.9836801541425828, "S12": -9.9836801541425828, "W13": -13.689824150058618, "S13": -16.70127670427722, "W21": -57.097622356608952, "S21": -65.459785665198552, "W22": -52.194889386384986, "S22": -52.194889386384986, "W31": -77.260547614457053, "S31": -77.260547614457053, "W32": -89.196424009816823, "S32": -94.196424009816823 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 501140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3232289403042303, "S12": -7.3232289403042303, "W13": -15.0, "S13": -15.0, "W21": -38.965985238417318, "S21": -46.661102544084294, "W22": -36.671521316097937, "S22": -41.671521316097937, "W31": -69.775871754167525, "S31": -69.775871754167525, "W32": -87.843068523557648, "S32": -92.843068523557648 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 502357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.0501444622792939, "W12": -4.6730470440824696, "S12": -4.9594246749309026, "W13": -24.355376590073647, "S13": -24.355376590073647, "W21": -35.324251318247782, "S21": -42.055130079351606, "W22": -38.719270627125503, "S22": -46.147389259681539, "W31": -68.446842072514727, "S31": -68.595000338689658, "W32": -95.530649588289108, "S32": -100.53064958828911 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 506180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45584904998948328, "S11": -0.54415095001051672, "W12": -7.5759296755395331, "S12": -16.095308193312981, "W13": -19.523522428522298, "S13": -19.523522428522298, "W21": -35.560422737741284, "S21": -35.560422737741284, "W22": -38.273694253485402, "S22": -46.222528303745761, "W31": -68.547789755792238, "S31": -69.300077223482248, "W32": -95.462569291211437, "S32": -100.46256929121144 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 507423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46891829000731333, "S11": -0.072586772199909722, "W12": -5.0, "S12": -8.4978706101397474, "W13": -19.757731996882946, "S13": -19.757731996882946, "W21": -34.692309804149922, "S21": -34.692309804149922, "W22": -37.174823337715338, "S22": -47.244532005474383, "W31": -68.83088217193999, "S31": -72.815278232896844, "W32": -95.271648458102376, "S32": -100.27164845810238 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 507591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30667473344557916, "S11": 0.30667473344557916, "W12": -6.9187392880683545, "S12": -15.437174266813631, "W13": -20.183077107007474, "S13": -20.183077107007474, "W21": -36.467806123568188, "S21": -36.492857429208101, "W22": -50.0, "S22": -50.0, "W31": -75.239998, "S31": -75.239998, "W32": -89.322430469295682, "S32": -94.322430469295682 }, "geometry": { "type": "Point", "coordinates": [ 104233.0, 509393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1908959722934838, "S11": 1.1908959722934838, "W12": -7.0143917032309533, "S12": -8.0143917032309524, "W13": -16.798289355992843, "S13": -17.529681135969181, "W21": -38.958010594535629, "S21": -41.435726230612822, "W22": -38.495581061562959, "S22": -50.865129509093371, "W31": -69.774176165936979, "S31": -74.75755383511364, "W32": -88.663829803930824, "S32": -93.663829803930824 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 499127.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.038317185999803188, "S11": 0.038317185999803188, "W12": -8.4996032640872663, "S12": -8.4996032640872663, "W13": -15.448727799277238, "S13": -17.368950084291811, "W21": -41.560114693817795, "S21": -44.480175426749746, "W22": -58.149119031782675, "S22": -58.149119031782675, "W31": -80.0, "S31": -80.0, "W32": -94.826863930427422, "S32": -99.826863930427422 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 500202.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43634722549250449, "S11": 0.43634722549250449, "W12": -8.5404192355117132, "S12": -8.5404192355117132, "W13": -14.399469632822724, "S13": -14.399469632822724, "W21": -40.031709775633999, "S21": -50.031709775633999, "W22": -41.825152990145455, "S22": -42.199894716984225, "W31": -80.048171101029439, "S31": -80.048171101029439, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 501666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23703703703703705, "S11": -0.23703703703703705, "W12": -8.7408999105202607, "S12": -8.7408999105202607, "W13": -14.816195452619686, "S13": -14.816195452619686, "W21": -40.0, "S21": -47.129864794203328, "W22": -39.223873762219284, "S22": -46.02600190349164, "W31": -68.340524840094403, "S31": -68.442241363338042, "W32": -95.594885712748038, "S32": -100.59488571274804 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 502252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58, "S11": -0.58, "W12": -9.58, "S12": -9.58, "W13": -21.58, "S13": -21.58, "W21": -34.580002, "S21": -34.580002, "W22": -38.092530022108186, "S22": -38.470905603475032, "W31": -65.867739542043111, "S31": -65.867739542043111, "W32": -89.532963312916479, "S32": -94.532963312916479 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509166.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0088683627338162, "S11": 1.0088683627338162, "W12": -10.0, "S12": -34.382751383323793, "W13": -34.382751383323793, "S13": -34.382751383323793, "W21": -39.451643054968166, "S21": -39.451643054968166, "W22": -36.778390075740624, "S22": -38.456986386631023, "W31": -53.602776015068407, "S31": -55.854820560623843, "W32": -95.321830221070115, "S32": -100.32183022107012 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 510325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1152757828210285, "S11": 0.46816545007146626, "W12": -8.416431601979216, "S12": -9.0363835396807435, "W13": -14.757273453093813, "S13": -14.757273453093813, "W21": -39.455836828381038, "S21": -39.455836828381038, "W22": -40.0, "S22": -49.05217109526896, "W31": -68.005978062872757, "S31": -68.130499397042897, "W32": -95.813042508860818, "S32": -100.81304250886082 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 512012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92305170364500799, "S11": 0.92305170364500799, "W12": -8.1627709606947576, "S12": -9.2194102814998704, "W13": -15.708618912292433, "S13": -15.708618912292433, "W21": -39.347706957252036, "S21": -40.676632598652361, "W22": -40.0, "S22": -49.006804925469865, "W31": -68.01365886486127, "S31": -68.132131500183846, "W32": -95.807862486257079, "S32": -100.80786248625708 }, "geometry": { "type": "Point", "coordinates": [ 104234.25, 511877.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0082643038058885, "S12": -5.0082643038058885, "W13": -15.0, "S13": -15.0, "W21": -45.701816143340992, "S21": -45.776774655298738, "W22": -41.999436289920432, "S22": -42.644766744144135, "W31": -60.941762035162206, "S31": -62.550115736999494, "W32": -98.41592794230823, "S32": -103.41592794230823 }, "geometry": { "type": "Point", "coordinates": [ 104234.666666666671517, 523812.190476190473419 ] } }, +{ "type": "Feature", "properties": { "W11": 5.4087873852354731, "S11": 5.0918672304086456, "W12": -10.131822144725371, "S12": -10.131822144725371, "W13": -13.501409357986093, "S13": -15.945666148821168, "W21": -60.0, "S21": -65.840323732444659, "W22": -39.441658623077217, "S22": -39.441658623077217, "W31": -65.382834175485527, "S31": -65.382834175485527, "W32": -89.77443505494152, "S32": -94.77443505494152 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 501062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89194371062794775, "S11": -0.89194371062794775, "W12": -10.0, "S12": -22.004129104784141, "W13": -22.004129104784141, "S13": -22.004129104784141, "W21": -36.572741987470572, "S21": -36.572741987470572, "W22": -39.181500335645559, "S22": -47.529994209028814, "W31": -71.274940856135331, "S31": -71.274940856135331, "W32": -97.877272403362397, "S32": -102.8772724033624 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 509306.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54353294414800191, "S11": 0.54353294414800191, "W12": -7.7896803243431236, "S12": -9.3305141236162576, "W13": -20.332381609894803, "S13": -21.193977134393254, "W21": -38.248775704823643, "S21": -38.942989010879607, "W22": -50.0, "S22": -50.0, "W31": -78.121851698282853, "S31": -82.694833404332911, "W32": -89.926484722744675, "S32": -94.926484722744675 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 511636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9191978688257798, "S12": -6.9191978688257798, "W13": -19.877645717234099, "S13": -20.772933944600464, "W21": -47.08027902865927, "S21": -52.08027902865927, "W22": -36.897624708222118, "S22": -38.294307673902793, "W31": -66.294638904355239, "S31": -66.294638904355239, "W32": -89.307128337425851, "S32": -94.307128337425851 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 518168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0459436581664923, "S12": -5.0459436581664923, "W13": -17.083541663001387, "S13": -17.083541663001387, "W21": -43.954829928323825, "S21": -43.954829928323825, "W22": -41.809318536157733, "S22": -47.734928742732905, "W31": -65.723309899100528, "S31": -67.953800273661983, "W32": -93.523904998970863, "S32": -98.523904998970863 }, "geometry": { "type": "Point", "coordinates": [ 104235.0, 521355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0054709074992578, "S12": -5.0054709074992578, "W13": -15.057768438898105, "S13": -15.057768438898105, "W21": -45.795887597991616, "S21": -45.795887597991616, "W22": -47.694627776595048, "S22": -47.694627776595048, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104235.094339622635744, 523956.037735849036835 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2317627028604843, "S12": -10.803015216360667, "W13": -19.717793563138184, "S13": -22.151236042383271, "W21": -36.107457006544706, "S21": -36.107457006544706, "W22": -56.10419827160073, "S22": -56.10419827160073, "W31": -78.093826745198413, "S31": -81.340240479530692, "W32": -91.37142729401053, "S32": -96.37142729401053 }, "geometry": { "type": "Point", "coordinates": [ 104235.25, 503606.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51630543622876168, "S11": -0.054023024227515926, "W12": -4.7169965941063428, "S12": -4.7169965941063428, "W13": -17.987695165128621, "S13": -18.751519346467877, "W21": -35.135107901760826, "S21": -35.135107901760826, "W22": -38.741237002894202, "S22": -40.666095663164889, "W31": -54.143389199255118, "S31": -56.140467846162608, "W32": -96.159829029884733, "S32": -101.15982902988473 }, "geometry": { "type": "Point", "coordinates": [ 104235.4, 504303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.9496073869997059, "W12": -4.8132182523752167, "S12": -5.0642224864432333, "W13": -16.445721746329969, "S13": -16.445721746329969, "W21": -33.64876366383006, "S21": -33.64876366383006, "W22": -41.073150136718908, "S22": -42.442597244421194, "W31": -75.249289816125312, "S31": -79.260474277004278, "W32": -97.662160240296885, "S32": -102.66216024029688 }, "geometry": { "type": "Point", "coordinates": [ 104235.5, 504463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18934545731540364, "S11": -0.18934545731540364, "W12": -10.663412886798158, "S12": -10.663412886798158, "W13": -15.196995937203257, "S13": -16.85822326161777, "W21": -40.161141104117242, "S21": -41.133149911326129, "W22": -57.713603818615759, "S22": -57.713603818615759, "W31": -79.891679289650298, "S31": -79.891679289650298, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104235.714285714289872, 499900.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76927727653241562, "S11": 0.76927727653241562, "W12": -8.40976, "S12": -8.40976, "W13": -14.529899569583931, "S13": -16.382457561322095, "W21": -42.028250216200639, "S21": -51.358668287113936, "W22": -40.357521879290665, "S22": -52.067077367648693, "W31": -66.099274452068755, "S31": -67.612487867706179, "W32": -93.91626771940372, "S32": -98.91626771940372 }, "geometry": { "type": "Point", "coordinates": [ 104236.0, 501517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60229153267972269, "S11": -0.39770846732027731, "W12": -4.6978824226269804, "S12": -4.6978824226269804, "W13": -18.527918045156422, "S13": -19.470163662244342, "W21": -35.486910514486731, "S21": -35.486910514486731, "W22": -40.0, "S22": -51.556070423625989, "W31": -66.699724787923685, "S31": -66.969035376171462, "W32": -94.54423761215071, "S32": -99.54423761215071 }, "geometry": { "type": "Point", "coordinates": [ 104236.0, 504265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0444340014943192, "W13": -15.118129514016411, "S13": -15.118129514016411, "W21": -45.976246832320939, "S21": -45.976246832320939, "W22": -38.739065457694508, "S22": -51.713192716917092, "W31": -69.464815393144491, "S31": -75.627192273306107, "W32": -91.45727637634927, "S32": -96.45727637634927 }, "geometry": { "type": "Point", "coordinates": [ 104236.0, 524232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68322272915802507, "S11": -0.6879772438345646, "W12": -5.3151656978938631, "S12": -5.3151656978938631, "W13": -16.300185299567634, "S13": -23.52486709259475, "W21": -32.073333601209697, "S21": -32.073333601209697, "W22": -38.846344855769487, "S22": -50.095854390415958, "W31": -70.244332244282873, "S31": -73.826398854018137, "W32": -85.237564418072211, "S32": -90.237564418072211 }, "geometry": { "type": "Point", "coordinates": [ 104237.0, 504885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1612401436686914, "S11": -1.1612401436686914, "W12": -6.6822583699425246, "S12": -21.682258369942527, "W13": -22.093968706149397, "S13": -23.074055504964559, "W21": -39.61847939978859, "S21": -39.61847939978859, "W22": -38.114798312274814, "S22": -44.641674571956855, "W31": -67.612377916717747, "S31": -70.396805363412994, "W32": -84.435735141384654, "S32": -89.435735141384654 }, "geometry": { "type": "Point", "coordinates": [ 104237.0, 509478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28417294595574105, "S11": 0.28417294595574105, "W12": -2.4127713862626723, "S12": -6.3714348900228304, "W13": -22.980067350649009, "S13": -22.980067350649009, "W21": -35.86645686376896, "S21": -40.696981397600851, "W22": -55.985487050506862, "S22": -67.305949502262976, "W31": -88.007753898646484, "S31": -88.007753898646484, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104237.5, 506462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.5104818316436948, "S12": -5.7021236829534416, "W13": -23.854044702863618, "S13": -23.854044702863618, "W21": -35.67782682584982, "S21": -40.682686953036878, "W22": -72.196713388110197, "S22": -74.740877625849393, "W31": -94.128567224020841, "S31": -94.128567224020841, "W32": -102.06495361123038, "S32": -107.06495361123038 }, "geometry": { "type": "Point", "coordinates": [ 104238.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6460492736147465, "S12": -14.603566698108606, "W13": -24.043241150820307, "S13": -34.043241150820307, "W21": -37.836194240297253, "S21": -37.836194240297253, "W22": -90.000000000000014, "S22": -105.00000000000001, "W31": -105.00000000000001, "S31": -105.00000000000001, "W32": -105.00000000000001, "S32": -105.65381708238851 }, "geometry": { "type": "Point", "coordinates": [ 104238.0, 511288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70770620410484586, "S11": 0.70770620410484586, "W12": -7.6774790367342067, "S12": -9.3699063501253157, "W13": -18.607210520450238, "S13": -23.051272117630127, "W21": -38.669261781993661, "S21": -39.61373707581658, "W22": -39.206420857257491, "S22": -39.206420857257491, "W31": -68.697830266608563, "S31": -68.697830266608563, "W32": -92.602617824637292, "S32": -97.602617824637292 }, "geometry": { "type": "Point", "coordinates": [ 104238.0, 511738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19644529026968524, "S11": -1.2227497280254913, "W12": -6.8371892099709477, "S12": -6.8371892099709477, "W13": -24.290270102773349, "S13": -26.253843005738087, "W21": -33.810760830396553, "S21": -40.173889022639159, "W22": -40.854282851069868, "S22": -42.531848321884986, "W31": -58.506357637212297, "S31": -60.258533353780926, "W32": -97.619591493536063, "S32": -102.61959149353606 }, "geometry": { "type": "Point", "coordinates": [ 104238.333333333328483, 505746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2298294759776782, "S11": 1.2298294759776782, "W12": -5.5162744782819075, "S12": -12.916268309821247, "W13": -15.023255830232042, "S13": -18.023255830232042, "W21": -40.09676767379576, "S21": -42.334755520223901, "W22": -37.82630369214106, "S22": -38.41025796199277, "W31": -65.93699085057014, "S31": -65.93699085057014, "W32": -89.484510928856437, "S32": -94.484510928856437 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 498185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.31292, "S12": -8.31292, "W13": -14.529607339726647, "S13": -16.005616237089214, "W21": -41.913058518304986, "S21": -51.31667381507684, "W22": -39.511929659588709, "S22": -39.511929659588709, "W31": -65.331346305658997, "S31": -65.331346305658997, "W32": -89.784141573147522, "S32": -94.784141573147522 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 501541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40057260789510951, "S11": -0.026822089692680295, "W12": -5.0, "S12": -7.2375000891704282, "W13": -19.82365852947127, "S13": -19.82365852947127, "W21": -34.50973617553263, "S21": -34.50973617553263, "W22": -41.068482029793266, "S22": -47.022687091041774, "W31": -65.188038184561421, "S31": -68.649452831793965, "W32": -91.048235473177897, "S32": -96.048235473177897 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 507632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.630421119717619, "S12": -13.438573681500825, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.031239144459335, "W22": -47.781657418074424, "S22": -51.011232107728013, "W31": -85.411674075307872, "S31": -85.411674075307872, "W32": -96.36867165743466, "S32": -101.36867165743466 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 508464.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6035679453463141, "S12": -9.8380446834789996, "W13": -21.980215076005141, "S13": -21.980215076005141, "W21": -31.554720389931152, "S21": -36.136763733584402, "W22": -80.0, "S22": -90.532822275090325, "W31": -102.26061266927017, "S31": -102.26061266927017, "W32": -102.26061266927017, "S32": -102.31018218265433 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52017646599516199, "S11": -0.52017646599516199, "W12": -5.0, "S12": -18.638765150730343, "W13": -24.016005195509482, "S13": -24.016005195509482, "W21": -40.0, "S21": -40.0, "W22": -40.146633660255439, "S22": -49.893065456902136, "W31": -67.791223075662174, "S31": -67.794861390758456, "W32": -95.856577763767916, "S32": -100.85657776376792 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 509624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21637309841341801, "S11": 0.21637309841341801, "W12": -13.498921888556795, "S12": -13.498921888556795, "W13": -20.160402760728029, "S13": -20.304666780992097, "W21": -37.513202002257245, "S21": -40.266539712916035, "W22": -38.432713357846275, "S22": -45.905356931915939, "W31": -68.575789342924253, "S31": -68.886705228600604, "W32": -95.383962368112876, "S32": -100.38396236811288 }, "geometry": { "type": "Point", "coordinates": [ 104239.0, 514126.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96067338005427638, "S11": -1.2323245431482257, "W12": -11.768577940001045, "S12": -11.768577940001045, "W13": -20.928146134651378, "S13": -26.459349948746613, "W21": -39.263265563424468, "S21": -41.922287573872097, "W22": -38.221538058430497, "S22": -40.139817996754978, "W31": -53.522656734947233, "S31": -55.588508371032532, "W32": -95.916687103668153, "S32": -100.91668710366815 }, "geometry": { "type": "Point", "coordinates": [ 104239.672131147541222, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19195415307039879, "S11": 0.19195415307039879, "W12": -10.0, "S12": -10.215107411524457, "W13": -15.201252236135957, "S13": -18.141528576205268, "W21": -40.168812999359474, "S21": -41.923729327570612, "W22": -60.0, "S22": -60.155842427837626, "W31": -75.012492868051538, "S31": -75.325803130404566, "W32": -97.656693234695965, "S32": -102.65669323469596 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.019423720092616392, "S11": -0.019423720092616392, "W12": -9.2229727855780901, "S12": -9.2229727855780901, "W13": -14.506267971902556, "S13": -14.506267971902556, "W21": -40.871298425303628, "S21": -49.990033018565747, "W22": -49.147154993853164, "S22": -52.695120086202259, "W31": -79.485353170424233, "S31": -79.485353170424233, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 501976.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30855175448247923, "S11": -0.30855175448247923, "W12": -5.0354980405695047, "S12": -5.0354980405695047, "W13": -16.611873558584772, "S13": -20.890582813221698, "W21": -34.249931978356557, "S21": -36.033341615888119, "W22": -35.846335534787109, "S22": -35.846335534787109, "W31": -52.221347121871041, "S31": -54.653883497040248, "W32": -93.992233684942619, "S32": -98.992233684942619 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 502829.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77841075609432842, "S11": -4.2215892439056688, "W12": -6.7731742327515327, "S12": -8.12033209392097, "W13": -17.807214811620096, "S13": -25.939586775304392, "W21": -32.095040315556638, "S21": -36.001688059468691, "W22": -35.999363428373101, "S22": -38.003477282053375, "W31": -66.569030795062119, "S31": -66.569030795062119, "W32": -89.148939416373238, "S32": -94.148939416373238 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93, "S11": 0.93, "W12": -5.8200002, "S12": -14.3200002, "W13": -20.02, "S13": -20.031826289259403, "W21": -36.843690540014151, "S21": -36.877233813667701, "W22": -41.483120516679556, "S22": -44.74245819186882, "W31": -80.143295746845169, "S31": -80.143295746845169, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35366648560564906, "S11": -0.35366648560564906, "W12": -8.1716956324111276, "S12": -10.757427107393578, "W13": -22.731319663452233, "S13": -29.544204613127107, "W21": -37.471671998050802, "S21": -37.489349755885911, "W22": -35.851535287417484, "S22": -50.851535287417484, "W31": -66.021637830921136, "S31": -66.021637830921136, "W32": -97.708879632074982, "S32": -102.70887963207498 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 511406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6656982521315813, "S12": -6.6656982521315813, "W13": -19.938937605943437, "S13": -20.067398217343495, "W21": -47.343160246278309, "S21": -50.298325938286105, "W22": -39.965931639276981, "S22": -43.084279909735713, "W31": -71.259292455317123, "S31": -71.259292455317123, "W32": -95.439983779399839, "S32": -100.43998377939984 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 518362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0005125287124264, "S12": -5.0005125287124264, "W13": -15.0, "S13": -15.0, "W21": -45.726402764980854, "S21": -45.726402764980854, "W22": -37.254510414661006, "S22": -42.254510414661006, "W31": -69.468602763103917, "S31": -69.468602763103917, "W32": -88.661251908570378, "S32": -93.661251908570378 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 523860.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.1252268602540854, "W13": -15.112314848818711, "S13": -15.112314848818711, "W21": -45.992078905764579, "S21": -45.992078905764579, "W22": -41.639215028075057, "S22": -45.588086432427382, "W31": -65.222936895542702, "S31": -69.270067154325417, "W32": -91.249986010918192, "S32": -96.249986010918192 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 524264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.2491281310211946, "S12": -9.2491281310211946, "W13": -14.104465671165904, "S13": -17.15641943788733, "W21": -48.622959013662111, "S21": -58.381932828428781, "W22": -37.518498465980869, "S22": -48.15758937507178, "W31": -68.337792403539581, "S31": -68.337792403539581, "W32": -97.792560322717833, "S32": -102.79256032271783 }, "geometry": { "type": "Point", "coordinates": [ 104240.25, 501302.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9174594032236358, "S12": -5.9174594032236358, "W13": -15.412458752660513, "S13": -19.514766686895175, "W21": -36.949851985120198, "S21": -41.197526727532072, "W22": -90.0, "S22": -106.05998356614626, "W31": -106.05998356614626, "S31": -106.05998356614626, "W32": -106.05998356614626, "S32": -106.05998356614626 }, "geometry": { "type": "Point", "coordinates": [ 104240.4, 502556.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60837269115133874, "S11": -1.4265771005292267, "W12": -10.192810919437784, "S12": -15.810599069314916, "W13": -19.733222225173325, "S13": -19.733222225173325, "W21": -35.421547090546838, "S21": -36.640155416848593, "W22": -48.264143746399682, "S22": -48.264143746399682, "W31": -77.523943666561124, "S31": -83.215739391634742, "W32": -95.673666703737069, "S32": -100.67366670373707 }, "geometry": { "type": "Point", "coordinates": [ 104241.0, 506878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4543878776935948, "S12": -6.4543878776935948, "W13": -19.99531514363991, "S13": -19.99531514363991, "W21": -47.537216924991391, "S21": -50.537216924991391, "W22": -37.336909747594611, "S22": -46.939184494351316, "W31": -68.867395265503461, "S31": -72.127096190005133, "W32": -95.157438089599964, "S32": -100.15743808959996 }, "geometry": { "type": "Point", "coordinates": [ 104241.0, 518514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.039797167416407, "S12": -5.039797167416407, "W13": -17.280240813016345, "S13": -17.420715467183204, "W21": -43.73354968050797, "S21": -43.73354968050797, "W22": -36.413205643489064, "S22": -36.413205643489064, "W31": -54.184691530066132, "S31": -56.929699897615116, "W32": -90.185264054514477, "S32": -95.185264054514477 }, "geometry": { "type": "Point", "coordinates": [ 104241.0, 521243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9966743345749736, "S12": -4.9966743345749736, "W13": -15.048959827419388, "S13": -15.048959827419388, "W21": -45.820307205385184, "S21": -45.820307205385184, "W22": -60.169091245226056, "S22": -60.169091245226056, "W31": -75.155428461635879, "S31": -75.573870429653994, "W32": -96.768275237232359, "S32": -101.76827523723236 }, "geometry": { "type": "Point", "coordinates": [ 104241.207547169804457, 524005.283018867950886 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68346943786469472, "S11": 0.52686457668686792, "W12": -9.1650974824655069, "S12": -9.1650974824655069, "W13": -15.195624214827442, "S13": -15.195624214827442, "W21": -37.904819885305436, "S21": -39.839318222636443, "W22": -40.760532335957535, "S22": -47.150302113549586, "W31": -72.165906846157725, "S31": -72.165906846157725, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104241.25, 512309.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0167724942672152, "S11": -1.3116026406662344, "W12": -9.0011469759995961, "S12": -9.0011469759995961, "W13": -20.0, "S13": -25.119257125070146, "W21": -43.581124471975038, "S21": -47.657500344482393, "W22": -35.420766511934303, "S22": -40.420766511934303, "W31": -68.85494927469334, "S31": -68.85494927469334, "W32": -86.46918713370772, "S32": -91.46918713370772 }, "geometry": { "type": "Point", "coordinates": [ 104241.931034482753603, 516620.431034482782707 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.5, "W12": -9.2773275529865131, "S12": -9.2773275529865131, "W13": -14.072898820278455, "S13": -17.11520109673938, "W21": -49.082686723473124, "S21": -58.896392186025849, "W22": -40.0, "S22": -47.916723064428801, "W31": -68.260728646403351, "S31": -68.748093760458801, "W32": -95.559115686530788, "S32": -100.55911568653079 }, "geometry": { "type": "Point", "coordinates": [ 104242.0, 501293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7004785033710625, "S12": -7.917096940741879, "W13": -20.0, "S13": -20.0, "W21": -30.408361094954685, "S21": -33.81876571923214, "W22": -38.559692614725591, "S22": -46.500104931817503, "W31": -70.0, "S31": -72.758482530609953, "W32": -84.538515804119072, "S32": -89.538515804119072 }, "geometry": { "type": "Point", "coordinates": [ 104242.0, 508550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18700752414253702, "S11": -2.8129924758574631, "W12": -4.9999999999999991, "S12": -13.283764258805398, "W13": -23.22108467626855, "S13": -23.22108467626855, "W21": -35.129756544208483, "S21": -42.264003274023551, "W22": -38.403502678460086, "S22": -45.722761602314655, "W31": -68.623757434811125, "S31": -69.053802226641992, "W32": -95.313040586774463, "S32": -100.31304058677446 }, "geometry": { "type": "Point", "coordinates": [ 104242.0, 508945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2920073566791301, "S11": 1.2920073566791301, "W12": -9.9459039900528836, "S12": -15.491845827725641, "W13": -28.881850417413922, "S13": -29.504618274557298, "W21": -39.396485136545571, "S21": -39.396485136545571, "W22": -38.737568250943511, "S22": -50.801972394582286, "W31": -69.309697953628088, "S31": -75.357001358268221, "W32": -94.006475184488508, "S32": -99.006475184488508 }, "geometry": { "type": "Point", "coordinates": [ 104242.0, 510601.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6731285876344566, "S11": -1.6731285876344566, "W12": -5.0184798774674242, "S12": -5.0184798774674242, "W13": -14.999999999999954, "S13": -14.999999999999954, "W21": -44.837728214418718, "S21": -45.807861496643213, "W22": -73.317222490736256, "S22": -77.330908969002635, "W31": -94.285888814229466, "S31": -94.285888814229466, "W32": -101.99119360077658, "S32": -106.99119360077658 }, "geometry": { "type": "Point", "coordinates": [ 104242.222222222218988, 522513.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -90.0, "S22": -101.14371310247599, "W31": -103.1032070359348, "S31": -103.1032070359348, "W32": -103.1032070359348, "S32": -104.11572512647554 }, "geometry": { "type": "Point", "coordinates": [ 104242.452631578940782, 530017.284210526267998 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95306130068772432, "S11": 0.95306130068772421, "W12": -4.5749105589572983, "S12": -14.777198509864569, "W13": -21.027136171497506, "S13": -23.779985381440532, "W21": -37.558735189487507, "S21": -37.558735189487507, "W22": -87.217598097502972, "S22": -98.161998485202332, "W31": -102.83296317683116, "S31": -102.83296317683116, "W32": -102.83296317683116, "S32": -102.83296317683116 }, "geometry": { "type": "Point", "coordinates": [ 104242.555555555562023, 504076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72588624417000225, "S11": -1.1173188602305175, "W12": -5.3447950479353823, "S12": -5.3447950479353823, "W13": -16.05852378011118, "S13": -22.829019471470183, "W21": -32.326499995060104, "S21": -32.326499995060104, "W22": -37.885469337527127, "S22": -42.885469337527127, "W31": -68.187309333965231, "S31": -68.187309333965231, "W32": -89.651704280862759, "S32": -94.651704280862759 }, "geometry": { "type": "Point", "coordinates": [ 104243.0, 504912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7151701427003293, "S11": 0.7151701427003293, "W12": -9.113364758437795, "S12": -9.1487145871929503, "W13": -15.161109922043204, "S13": -15.161109922043204, "W21": -37.99694731754397, "S21": -39.876158503762902, "W22": -60.0, "S22": -60.0, "W31": -73.700303228291105, "S31": -73.844305241679777, "W32": -91.642743571949367, "S32": -96.642743571949367 }, "geometry": { "type": "Point", "coordinates": [ 104243.0, 512298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72972985443053617, "S11": -0.72972985443053617, "W12": -9.2030857939764452, "S12": -9.2030857939764452, "W13": -22.605266922431419, "S13": -22.605266922431419, "W21": -35.483557995753245, "S21": -35.483557995753245, "W22": -47.60423786739576, "S22": -47.60423786739576, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104243.333333333328483, 509221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02824224740956871, "S11": 0.02824224740956871, "W12": -8.5603656134451445, "S12": -8.5603656134451445, "W13": -15.495608549680925, "S13": -17.490239801446961, "W21": -41.938046753660515, "S21": -44.846688240708175, "W22": -41.547990877256211, "S22": -44.706121319752441, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 500207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34076999230007698, "S11": -0.34076999230007698, "W12": -5.0245677934673374, "S12": -5.0245677934673374, "W13": -16.564759960298939, "S13": -20.88229436422198, "W21": -34.355743828204261, "S21": -36.216489138184173, "W22": -39.999999999999993, "S22": -51.09243100911273, "W31": -66.97834665715159, "S31": -66.97834665715159, "W32": -94.831464833656383, "S32": -99.831464833656383 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 502817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.092014979682331105, "S11": -0.76818820052968317, "W12": -6.4615478339014567, "S12": -6.8380925362137068, "W13": -25.0, "S13": -25.917941585535495, "W21": -33.836627299381306, "S21": -40.565711938348805, "W22": -37.409475525721149, "S22": -47.03858517562341, "W31": -68.888593370590556, "S31": -72.104923590536316, "W32": -95.120745461954215, "S32": -100.12074546195421 }, "geometry": { "type": "Point", "coordinates": [ 104244.0, 505807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16395622958250591, "S11": -0.16395622958250591, "W12": -9.7974174614820964, "S12": -9.7974174614820964, "W13": -15.196708625670636, "S13": -19.3815302003357, "W21": -40.230972367371209, "S21": -40.75618293619565, "W22": -57.183145265447195, "S22": -69.289230521335725, "W31": -88.105303746023097, "S31": -88.105303746023097, "W32": -100.03289516721389, "S32": -105.03289516721389 }, "geometry": { "type": "Point", "coordinates": [ 104244.333333333328483, 499773.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 3.0498509783940482, "S11": 3.0498509783940482, "W12": -10.0, "S12": -12.599337185588036, "W13": -15.0, "S13": -17.767661045218681, "W21": -46.613901429646354, "S21": -49.298914489952558, "W22": -57.111610276568861, "S22": -57.111610276568861, "W31": -79.701999725896982, "S31": -79.701999725896982, "W32": -94.713713282776425, "S32": -99.713713282776425 }, "geometry": { "type": "Point", "coordinates": [ 104244.75, 500641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3515531126166422, "S12": -6.3515531126166422, "W13": -15.000000000000002, "S13": -16.480350104723605, "W21": -38.200638265133577, "S21": -47.705456825514304, "W22": -34.98084175073852, "S22": -36.446703300804856, "W31": -62.271601135252688, "S31": -62.271601135252688, "W32": -96.856565862897554, "S32": -101.85656586289755 }, "geometry": { "type": "Point", "coordinates": [ 104245.0, 502428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5148979004889274, "S11": -1.0663811277356485, "W12": -5.300796047988543, "S12": -19.26696994493286, "W13": -22.499571014762424, "S13": -22.499571014762424, "W21": -36.069270020906089, "S21": -45.949565086931713, "W22": -33.090854371844912, "S22": -37.762935948668684, "W31": -67.574854943854092, "S31": -67.574854943854092, "W32": -88.609089811972709, "S32": -93.609089811972709 }, "geometry": { "type": "Point", "coordinates": [ 104245.0, 509026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57798859998439556, "S11": -0.57798859998439556, "W12": -5.0888719777783358, "S12": -20.088871977778336, "W13": -23.863008537200084, "S13": -23.896813064397403, "W21": -40.0, "S21": -40.0, "W22": -40.089287107434885, "S22": -40.089287107434885, "W31": -64.985585662945823, "S31": -64.985585662945823, "W32": -89.916445722402457, "S32": -94.916445722402457 }, "geometry": { "type": "Point", "coordinates": [ 104245.0, 509612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8707458415321119, "S12": -7.8707458415321119, "W13": -19.599571398951923, "S13": -23.125744970081691, "W21": -45.829042423940528, "S21": -55.829042423940528, "W22": -40.112451215495824, "S22": -40.112451215495824, "W31": -64.996256930403433, "S31": -64.996256930403433, "W32": -89.932785225577092, "S32": -94.932785225577092 }, "geometry": { "type": "Point", "coordinates": [ 104245.0, 517528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9927607536189615, "S12": -4.9927607536189615, "W13": -15.0, "S13": -15.0, "W21": -45.750989386620766, "S21": -45.750989386620766, "W22": -38.6895580371745, "S22": -52.230700752629176, "W31": -69.602312836818356, "S31": -75.322011562368374, "W32": -90.714121758081674, "S32": -95.714121758081674 }, "geometry": { "type": "Point", "coordinates": [ 104245.333333333328483, 523908.095238095265813 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72343379135855967, "S11": 0.72343379135855967, "W12": -5.0, "S12": -11.65365674756238, "W13": -20.304260232546735, "S13": -21.904332423543487, "W21": -37.107464068997544, "S21": -37.107464068997544, "W22": -40.046713128110753, "S22": -42.560545662230894, "W31": -76.957920300769004, "S31": -76.957920300769004, "W32": -100.15952658687671, "S32": -105.15952658687671 }, "geometry": { "type": "Point", "coordinates": [ 104246.0, 503764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024438651579001321, "S11": -2.6126193170952243, "W12": -5.0, "S12": -13.223199382475059, "W13": -23.224089113792875, "S13": -23.224089113792875, "W21": -35.029803242708191, "S21": -42.100901573786224, "W22": -37.177621798466944, "S22": -38.278208948733578, "W31": -66.123675363363645, "S31": -66.123675363363645, "W32": -89.36515926042307, "S32": -94.36515926042307 }, "geometry": { "type": "Point", "coordinates": [ 104246.0, 508943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8316754841594616, "S12": -5.8316754841594616, "W13": -20.0, "S13": -20.0, "W21": -47.701588188569112, "S21": -50.701588188569112, "W22": -40.47107372483925, "S22": -49.821949526243998, "W31": -65.16243003705668, "S31": -68.037642412984326, "W32": -90.787968606262183, "S32": -95.787968606262183 }, "geometry": { "type": "Point", "coordinates": [ 104246.375, 518969.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48103759516521472, "S11": 0.48103759516521472, "W12": -8.18236, "S12": -8.18236, "W13": -14.500189534093485, "S13": -15.639369705685477, "W21": -41.915825886422596, "S21": -51.463161763647342, "W22": -53.008963585434174, "S22": -53.008963585434174, "W31": -78.746666788304225, "S31": -87.469206727725307, "W32": -92.593511272591769, "S32": -97.593511272591769 }, "geometry": { "type": "Point", "coordinates": [ 104247.0, 501563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.2514354348465533, "S12": -11.821600245389117, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -49.437383192141112, "S22": -54.208446210544913, "W31": -87.620412090407669, "S31": -87.620412090407669, "W32": -98.575138292507745, "S32": -103.57513829250775 }, "geometry": { "type": "Point", "coordinates": [ 104247.0, 508363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3229853285137145, "S11": 1.3229853285137145, "W12": -10.0, "S12": -35.0, "W13": -35.0, "S13": -35.0, "W21": -38.766364188540187, "S21": -38.766967945690631, "W22": -34.927553214992791, "S22": -39.927553214992791, "W31": -68.492467110426134, "S31": -68.492467110426134, "W32": -86.778499135739835, "S32": -91.778499135739835 }, "geometry": { "type": "Point", "coordinates": [ 104247.25, 510251.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9878777616506715, "S12": -4.9878777616506715, "W13": -15.040151215940606, "S13": -15.040151215940606, "W21": -45.844726812778688, "S21": -45.844726812778688, "W22": -41.976446284479437, "S22": -43.585794601207297, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104247.320754716987722, 524054.52830188680673 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3716011560693637, "S12": -9.3716011560693637, "W13": -13.965839621638857, "S13": -16.973408267496637, "W21": -50.765238452223059, "S21": -60.764442548474349, "W22": -38.463039519728376, "S22": -51.891697535542043, "W31": -69.981988760331788, "S31": -74.666190077617756, "W32": -88.135927491618105, "S32": -93.135927491618105 }, "geometry": { "type": "Point", "coordinates": [ 104248.0, 501261.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9333914468783151, "S11": -0.9333914468783151, "W12": -10.0, "S12": -19.151703226420757, "W13": -22.528821845903874, "S13": -22.528821845903874, "W21": -36.592024219671792, "S21": -36.592024219671792, "W22": -66.11004306367272, "S22": -88.423977275347099, "W31": -90.376869448412208, "S31": -90.376869448412208, "W32": -101.61536765021971, "S32": -106.61536765021971 }, "geometry": { "type": "Point", "coordinates": [ 104248.0, 509285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44890048388037079, "S11": 0.44890048388037079, "W12": -7.3294624005197324, "S12": -16.649126040761068, "W13": -28.707901345869015, "S13": -28.707901345869015, "W21": -40.0, "S21": -40.0, "W22": -39.327397620768814, "S22": -45.355244575715609, "W31": -68.461129926055364, "S31": -69.330774328004097, "W32": -95.37916996624817, "S32": -100.37916996624817 }, "geometry": { "type": "Point", "coordinates": [ 104248.0, 509924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41202811616392654, "S11": -1.5879718838360735, "W12": -13.03365623074801, "S12": -13.03365623074801, "W13": -19.844592432247929, "S13": -24.006114024903411, "W21": -36.356785346707156, "S21": -42.41867065248141, "W22": -40.035776884966808, "S22": -42.596911449550575, "W31": -73.937482059483472, "S31": -73.937482059483472, "W32": -98.588038058334035, "S32": -103.58803805833404 }, "geometry": { "type": "Point", "coordinates": [ 104248.0, 513851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55891569714488842, "S11": -0.55891569714488842, "W12": -5.0526648757206498, "S12": -20.149852322298948, "W13": -23.91032963238462, "S13": -23.91032963238462, "W21": -40.0, "S21": -40.0, "W22": -69.997175074742813, "S22": -71.14224693482943, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104248.333333333328483, 509616.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98576067138568713, "S11": 0.98576067138568713, "W12": -5.5553048433049144, "S12": -5.5553048433049144, "W13": -15.0, "S13": -18.0, "W21": -36.605171969329376, "S21": -38.819024678941034, "W22": -40.18841449306175, "S22": -47.744683619486572, "W31": -68.313116911411711, "S31": -69.103446101413084, "W32": -95.471526213413085, "S32": -100.47152621341309 }, "geometry": { "type": "Point", "coordinates": [ 104248.571428571434808, 498678.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48, "S11": -6.48, "W12": -7.48, "S12": -20.48, "W13": -22.48, "S13": -22.48, "W21": -35.48, "S21": -44.090831797676813, "W22": -60.0, "S22": -60.0, "W31": -74.852413974678342, "S31": -75.581987497827342, "W32": -94.592532544943012, "S32": -99.592532544943012 }, "geometry": { "type": "Point", "coordinates": [ 104248.7, 509088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0055312580396190414, "S11": -0.0055312580396190414, "W12": -9.1199875017358707, "S12": -9.1199875017358707, "W13": -14.471680316843521, "S13": -14.471680316843521, "W21": -40.986517074659112, "S21": -50.986517074659112, "W22": -37.25407019721689, "S22": -42.25407019721689, "W31": -69.500833992023033, "S31": -69.500833992023033, "W32": -88.775862477089348, "S32": -93.775862477089348 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 501964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.37685957168546691, "W12": -7.5966714405649665, "S12": -15.724128085902066, "W13": -19.560845461116017, "S13": -19.560845461116017, "W21": -35.558777100644448, "S21": -35.558777100644448, "W22": -90.834285248041766, "S22": -103.51581329446343, "W31": -103.51581329446343, "S31": -103.51581329446343, "W32": -103.51581329446343, "S32": -107.66949152542374 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 507433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52114139133422688, "S11": -0.52114139133422688, "W12": -7.2540878249259535, "S12": -7.2540878249259535, "W13": -23.551370381547748, "S13": -23.551370381547748, "W21": -33.571199322141126, "S21": -35.673375291866762, "W22": -60.631216704189988, "S22": -60.631216704189988, "W31": -80.582428055834313, "S31": -80.582428055834313, "W32": -93.055732315197787, "S32": -98.055732315197787 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 508828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.073233320173707039, "S11": 0.073233320173707039, "W12": -5.0, "S12": -14.849718221665622, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -55.104965011662777, "S22": -55.104965011662777, "W31": -79.185265811983186, "S31": -85.388247463359335, "W32": -93.775619526737472, "S32": -98.775619526737472 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 509707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45484521658019006, "S11": 0.45484521658019006, "W12": -10.0, "S12": -16.019536140375763, "W13": -30.0, "S13": -30.0, "W21": -39.91726768234976, "S21": -39.917492014367618, "W22": -42.51131529610133, "S22": -42.51131529610133, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0226924581625267, "S12": -5.0226924581625267, "W13": -16.623328420442093, "S13": -16.623328420442093, "W21": -44.440049040448486, "S21": -45.123014473139861, "W22": -40.186857138358228, "S22": -42.180345372781233, "W31": -65.036950895663395, "S31": -65.104753314030944, "W32": -89.98318116259297, "S32": -94.98318116259297 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 521668.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0008042164456414, "S12": -5.0008042164456414, "W13": -15.0, "S13": -15.0, "W21": -45.200787607002916, "S21": -45.951176872531043, "W22": -39.32068089958198, "S22": -49.748236652629998, "W31": -69.032916257806804, "S31": -72.964268440613921, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104249.0, 523079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45552162886957986, "S11": 0.45552162886957986, "W12": -10.0, "S12": -16.048531490562986, "W13": -29.993467165556002, "S13": -29.993467165556002, "W21": -39.914410151641476, "S21": -39.914619482365417, "W22": -38.947558403593064, "S22": -52.140132069824631, "W31": -69.409289479952832, "S31": -76.523548876835719, "W32": -93.246635798003197, "S32": -98.246635798003197 }, "geometry": { "type": "Point", "coordinates": [ 104249.583333333328483, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4064771303258143, "S11": 1.4064771303258143, "W12": -7.1188541666666669, "S12": -8.0711893101887764, "W13": -16.316442425301414, "S13": -17.757171356956064, "W21": -39.005239247358617, "S21": -41.647930538262479, "W22": -40.0, "S22": -49.964933641787603, "W31": -67.674988535612201, "S31": -68.182696954316626, "W32": -95.752496790115799, "S32": -100.7524967901158 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2181470467212808, "S11": -0.2181470467212808, "W12": -8.5049877636268345, "S12": -8.5049877636268345, "W13": -15.337511674327468, "S13": -16.958217908634857, "W21": -40.308212250952359, "S21": -42.326165990066769, "W22": -50.516378884218092, "S22": -54.236687291341617, "W31": -80.524511198532366, "S31": -80.524511198532366, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6914512068710206, "S12": -14.682248865795453, "W13": -17.405538857878916, "S13": -17.466588349909859, "W21": -34.596058261500794, "S21": -34.596058261500794, "W22": -34.837219127967302, "S22": -39.70203705513817, "W31": -68.422159391905197, "S31": -68.422159391905197, "W32": -86.842303518353262, "S32": -91.842303518353262 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 504358.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6191821614903184, "S12": -8.938735696008715, "W13": -20.0, "S13": -20.0, "W21": -30.194300843567149, "S21": -35.194300843567149, "W22": -36.484924519313751, "S22": -38.034846689649562, "W31": -66.336068131289011, "S31": -66.336068131289011, "W32": -89.241630883925595, "S32": -94.241630883925595 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 508540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2011873871805403, "S11": 1.2011873871805403, "W12": -9.9579881529996719, "S12": -17.499889829066717, "W13": -28.972773371648174, "S13": -28.972773371648174, "W21": -39.275125804641036, "S21": -39.275125804641036, "W22": -40.027779825062986, "S22": -44.357917276010937, "W31": -72.196007100050622, "S31": -72.196007100050622, "W32": -96.307707037937661, "S32": -101.30770703793766 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 510653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26120412757659839, "S11": 0.26120412757659839, "W12": -11.374569955126521, "S12": -11.374569955126521, "W13": -19.509849238707762, "S13": -19.831638225481839, "W21": -34.427532369119753, "S21": -39.207170612013812, "W22": -90.382151370679381, "S22": -101.78676851756457, "W31": -103.35086394527607, "S31": -103.35086394527607, "W32": -103.35086394527607, "S32": -106.49448612492091 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 513388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30921232556211325, "S11": -0.109475104916196, "W12": -13.252201605767842, "S12": -13.252201605767842, "W13": -19.951386902953161, "S13": -24.735408529549272, "W21": -36.989331261507154, "S21": -42.799124799889299, "W22": -42.057695092449237, "S22": -47.559195884491906, "W31": -73.582532450692739, "S31": -73.593789068165478, "W32": -100.16057975823297, "S32": -105.16057975823297 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87283700238788386, "S11": -1.1327256422027656, "W12": -11.761504251025086, "S12": -11.761504251025086, "W13": -20.910996774626213, "S13": -26.498501866419755, "W21": -39.199494129010901, "S21": -41.908182288988456, "W22": -40.038051193389855, "S22": -40.038051193389855, "W31": -75.326971406477909, "S31": -75.326971406477909, "W32": -99.822215916532073, "S32": -104.82221591653207 }, "geometry": { "type": "Point", "coordinates": [ 104250.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52392246788476871, "S11": -0.52392246788476871, "W12": -8.6169147528636927, "S12": -13.12531661200085, "W13": -21.931056329206221, "S13": -21.931056329206221, "W21": -34.941061407149206, "S21": -38.220035959806033, "W22": -40.0, "S22": -50.58722926401115, "W31": -67.33295583910855, "S31": -67.767686977841876, "W32": -95.337315133686076, "S32": -100.33731513368608 }, "geometry": { "type": "Point", "coordinates": [ 104250.2, 509132.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.769216348355542, "S22": -45.30419484054481, "W31": -68.619601947500428, "S31": -69.681872161704774, "W32": -95.242432746200038, "S32": -100.24243274620004 }, "geometry": { "type": "Point", "coordinates": [ 104250.515384615384392, 530038.123076923075132 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9850089785254799, "S12": -4.9850089785254799, "W13": -15.0, "S13": -15.0, "W21": -45.775576008260614, "S21": -45.775576008260614, "W22": -44.949473011816806, "S22": -44.949473011816806, "W31": -70.40927817677651, "S31": -71.549119945498774, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104250.666666666671517, 523956.047619047632907 ] } }, +{ "type": "Feature", "properties": { "W11": 0.078326009075710648, "S11": 0.078326009075710648, "W12": -5.5592738475142127, "S12": -5.5592738475142127, "W13": -17.946184995691308, "S13": -20.756780192263136, "W21": -32.319908851820756, "S21": -32.319908851820756, "W22": -60.0, "S22": -60.0, "W31": -76.995317774191236, "S31": -76.995317774191236, "W32": -88.86122522877676, "S32": -93.86122522877676 }, "geometry": { "type": "Point", "coordinates": [ 104250.75, 503057.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30962863735766483, "S11": -2.5757383953058253, "W12": -5.0, "S12": -5.0, "W13": -24.631704017719589, "S13": -24.631704017719589, "W21": -35.345209615268594, "S21": -42.149878546815174, "W22": -40.0, "S22": -49.076474400518471, "W31": -67.961055907246376, "S31": -68.688461088687887, "W32": -95.623390252715922, "S32": -100.62339025271592 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16630255193527971, "S11": 0.16630255193527971, "W12": -6.0474549173165899, "S12": -13.985750138021654, "W13": -22.47224492248159, "S13": -22.47224492248159, "W21": -32.392579319281559, "S21": -32.482178023314098, "W22": -60.038670096189122, "S22": -60.038670096189122, "W31": -75.483035356504786, "S31": -76.124907778089877, "W32": -95.708597587144155, "S32": -100.70859758714415 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 508083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6469926344344872, "S12": -11.170743044890749, "W13": -22.282817163221171, "S13": -22.282817163221171, "W21": -31.607490554467347, "S21": -36.798409027119568, "W22": -37.768559391978286, "S22": -38.324328013986403, "W31": -65.868941172893116, "S31": -65.868941172893116, "W32": -89.479988565973329, "S32": -94.479988565973329 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 508662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.97082568807339453, "W12": -5.9619498743917365, "S12": -11.370923338735729, "W13": -23.679108343064833, "S13": -23.679108343064833, "W21": -34.554405423039483, "S21": -40.534220488443182, "W22": -40.0, "S22": -47.839655522468867, "W31": -68.268106049157296, "S31": -69.191158455477023, "W32": -95.468287497981805, "S32": -100.46828749798181 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76395917150946535, "S11": -0.76395917150946535, "W12": -9.1298959102951773, "S12": -9.1298959102951773, "W13": -22.800979166060063, "S13": -22.805887902979023, "W21": -35.762792551733014, "S21": -35.762792551733014, "W22": -60.6779201042119, "S22": -75.354729872600302, "W31": -88.717147596836952, "S31": -88.717147596836952, "W32": -100.53687342649893, "S32": -105.53687342649893 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 509237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45426805806564452, "S11": 0.38583175707120398, "W12": -8.9627081824764669, "S12": -17.704791146915738, "W13": -29.188388403405469, "S13": -29.188388403405469, "W21": -40.0, "S21": -40.0, "W22": -88.446294094332146, "S22": -99.285398861271972, "W31": -102.56052058810465, "S31": -102.56052058810465, "W32": -102.56052058810465, "S32": -102.67300801011805 }, "geometry": { "type": "Point", "coordinates": [ 104251.0, 509954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4732007699787641, "S11": -2.0899742127056138, "W12": -9.3830799195029861, "S12": -9.3830799195029861, "W13": -20.228250223430415, "S13": -25.885145313597882, "W21": -42.371619706942631, "S21": -46.21521244497049, "W22": -57.728666596172147, "S22": -57.728666596172147, "W31": -77.78817456959915, "S31": -77.788174569599164, "W32": -90.360766079209213, "S32": -95.360766079209213 }, "geometry": { "type": "Point", "coordinates": [ 104251.6, 516127.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0131681681681681, "S11": 1.0131681681681681, "W12": -5.6590740740740735, "S12": -5.6590740740740735, "W13": -14.999999999999998, "S13": -18.0, "W21": -36.83421461244702, "S21": -39.047711286437931, "W22": -40.0, "S22": -40.0, "W31": -65.055512763478532, "S31": -65.055512763478532, "W32": -89.849705014802794, "S32": -94.849705014802794 }, "geometry": { "type": "Point", "coordinates": [ 104252.0, 498693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10074441531332712, "S11": -0.10074441531332712, "W12": -9.8144077237281842, "S12": -9.851510059490229, "W13": -15.221626083367724, "S13": -19.087929800624185, "W21": -40.299076290328017, "S21": -40.946677792093567, "W22": -39.468456445576074, "S22": -45.113690767514044, "W31": -68.477191957983237, "S31": -69.583780311122609, "W32": -95.32354478845518, "S32": -100.32354478845518 }, "geometry": { "type": "Point", "coordinates": [ 104252.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45655868725087501, "S11": 0.14793670457395619, "W12": -5.3674490188534048, "S12": -6.3337711309798692, "W13": -19.898420576736381, "S13": -19.898420576736381, "W21": -34.366498362677561, "S21": -34.366498362677561, "W22": -38.586209771004832, "S22": -52.568357055904414, "W31": -69.809498640276971, "S31": -74.809498640276971, "W32": -89.368621473049799, "S32": -94.368621473049799 }, "geometry": { "type": "Point", "coordinates": [ 104252.0, 507672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37995146051833228, "S11": 0.37995146051833228, "W12": -7.7559861013236695, "S12": -8.8424873812103861, "W13": -21.008904854959688, "S13": -23.572072132977681, "W21": -37.754430260630031, "S21": -38.20064031010498, "W22": -41.925230497786039, "S22": -41.925230497786039, "W31": -62.247708331475053, "S31": -63.779851004211693, "W32": -98.717541259299409, "S32": -103.71754125929941 }, "geometry": { "type": "Point", "coordinates": [ 104252.0, 511576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36393264530139702, "S11": -0.36393264530139702, "W12": -8.0651879239741646, "S12": -11.16777323765332, "W13": -22.759461652176089, "S13": -29.907114219222077, "W21": -37.443089701108548, "S21": -37.443089701108548, "W22": -68.918715142935696, "S22": -68.918715142935696, "W31": -86.530178471922596, "S31": -86.530178471922596, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104252.5, 511406.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7158016782629798, "S11": -1.350224071355858, "W12": -5.8264887063655024, "S12": -5.8264887063655024, "W13": -16.299575354538899, "S13": -22.007035013121712, "W21": -32.222970639032802, "S21": -32.222970639032802, "W22": -38.406106678208218, "S22": -38.406106678208218, "W31": -65.630666825623109, "S31": -65.630666825623109, "W32": -89.601240623817546, "S32": -94.601240623817546 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 505026.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19029356239890907, "S11": 0.19029356239890907, "W12": -2.2612253195423389, "S12": -6.8358480419972931, "W13": -22.682570914310411, "S13": -22.682570914310411, "W21": -35.657014878755859, "S21": -40.281577225802891, "W22": -58.380803480388828, "S22": -71.272511540410633, "W31": -88.202853593400135, "S31": -88.202853593400135, "W32": -100.14511254445988, "S32": -105.14511254445988 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23590877588657483, "S11": -1.1368876381365394, "W12": -5.0, "S12": -16.049096248854731, "W13": -21.145213262832936, "S13": -21.145213262832936, "W21": -34.09306220589766, "S21": -37.992360517369349, "W22": -41.870127058243469, "S22": -43.801958104090403, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.062748782357158694, "W12": -5.0, "S12": -7.9332434495402371, "W13": -19.807871049059035, "S13": -19.807871049059035, "W21": -34.712423940427286, "S21": -34.712423940427286, "W22": -40.389718569558561, "S22": -47.733868588157556, "W31": -65.136821889551953, "S31": -67.253872851513776, "W32": -90.527701739346469, "S32": -95.527701739346469 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 507606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43881391255083657, "S11": 0.21695567831838417, "W12": -5.7310504040015386, "S12": -6.4857366684789568, "W13": -19.958434343005166, "S13": -19.958434343005166, "W21": -34.154351340261407, "S21": -34.154351340261407, "W22": -39.999999999999993, "S22": -47.693218733080663, "W31": -68.318206369070282, "S31": -69.336828597363322, "W32": -95.423301067911154, "S32": -100.42330106791115 }, "geometry": { "type": "Point", "coordinates": [ 104253.0, 507714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9790811887263882, "S12": -4.9790811887263882, "W13": -15.031342604461857, "S13": -15.031342604461857, "W21": -45.869146420172214, "S21": -45.869146420172214, "W22": -35.936301621760364, "S22": -35.936301621760364, "W31": -52.929835975755921, "S31": -55.408861340925057, "W32": -93.273675669409982, "S32": -98.273675669409982 }, "geometry": { "type": "Point", "coordinates": [ 104253.433962264156435, 524103.773584905662574 ] } }, +{ "type": "Feature", "properties": { "W11": 7.1074590177214176, "S11": 6.7176436300068403, "W12": -10.130399529964748, "S12": -10.473415243428173, "W13": -13.388288541953727, "S13": -14.925766746435318, "W21": -60.0, "S21": -62.850555267537999, "W22": -49.639688004234088, "S22": -53.406490665021757, "W31": -79.438121541854002, "S31": -79.438121541854002, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67600027492893588, "S11": 0.17600027492893594, "W12": -4.620707833555457, "S12": -4.646414774429493, "W13": -18.84656683498752, "S13": -19.986089173700705, "W21": -35.767968803495329, "S21": -35.767968803495329, "W22": -36.069812939160158, "S22": -36.069812939160158, "W31": -53.555870569367301, "S31": -56.11855079833159, "W32": -92.378449744463197, "S32": -97.378449744463197 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 504231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42106913785079803, "S11": 0.30299118453532214, "W12": -6.1030631109700382, "S12": -6.1030631109700382, "W13": -20.0, "S13": -20.0, "W21": -33.942204317845253, "S21": -33.942204317845253, "W22": -90.341605652987752, "S22": -101.76956127897807, "W31": -103.33821411121166, "S31": -103.33821411121166, "W32": -103.33821411121166, "S32": -106.36402228793473 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 507756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45963563225091819, "S11": 0.45963563225091819, "W12": -10.0, "S12": -17.818093197485002, "W13": -29.660390803735513, "S13": -29.660390803735513, "W21": -39.940672219579767, "S21": -39.940672219579767, "W22": -36.203324256559981, "S22": -36.203324256559981, "W31": -53.631746184295224, "S31": -56.258420824842446, "W32": -91.500085178875139, "S32": -96.500085178875139 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 509984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23611879112157333, "S11": 0.23611879112157333, "W12": -10.690784061507053, "S12": -10.690784061507053, "W13": -19.447088978218471, "S13": -20.214019755235096, "W21": -34.630679758424051, "S21": -38.231651956957222, "W22": -36.33683557395959, "S22": -36.33683557395959, "W31": -53.707621799222615, "S31": -56.398290851352655, "W32": -90.621720613288403, "S32": -95.621720613288403 }, "geometry": { "type": "Point", "coordinates": [ 104254.0, 513272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26487665531276272, "S11": 0.26487665531276272, "W12": -11.571224632156037, "S12": -11.571224632156037, "W13": -19.529614274233023, "S13": -20.220561585276503, "W21": -34.585751985908026, "S21": -39.723724609788839, "W22": -40.0, "S22": -50.378449544363271, "W31": -67.449669180437638, "S31": -68.127991813957649, "W32": -95.540693179650404, "S32": -100.5406931796504 }, "geometry": { "type": "Point", "coordinates": [ 104254.333333333328483, 513425.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051733227413880173, "S11": 0.051733227413880173, "W12": -8.6397491843501051, "S12": -8.6397491843501051, "W13": -15.613015197724186, "S13": -17.819916902302186, "W21": -42.625512737120175, "S21": -45.485508782206196, "W22": -39.170901027581358, "S22": -45.054985247640225, "W31": -68.568614538393803, "S31": -69.859421805160636, "W32": -95.2394919541467, "S32": -100.2394919541467 }, "geometry": { "type": "Point", "coordinates": [ 104254.5, 500247.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.30586830161618028, "W12": -4.6688970827780043, "S12": -4.6688970827780043, "W13": -17.448475740661149, "S13": -17.563025092883997, "W21": -34.726504676695612, "S21": -34.726504676695612, "W22": -36.470346891359419, "S22": -36.470346891359419, "W31": -53.783497414150531, "S31": -56.538160877863504, "W32": -89.792493112947795, "S32": -94.792493112947795 }, "geometry": { "type": "Point", "coordinates": [ 104254.6, 504343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3698380155357379, "W12": -10.502746538080228, "S12": -13.261281043948205, "W13": -19.272669432016222, "S13": -19.272669432016222, "W21": -36.128046514266615, "S21": -37.293735492370978, "W22": -38.904802343851401, "S22": -52.239966747838302, "W31": -70.686244093928892, "S31": -74.415803688902614, "W32": -86.188673444013446, "S32": -91.188673444013446 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40332436315075965, "S11": 0.33185774383257782, "W12": -6.5515314169938916, "S12": -6.5515314169938916, "W13": -20.0, "S13": -20.0, "W21": -33.730057295429091, "S21": -33.730057295429091, "W22": -41.263406990806622, "S22": -45.046368778595991, "W31": -79.966723878244423, "S31": -79.966723878244423, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 507798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9330669673497392, "S12": -14.933066967349738, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.474976392823422, "W22": -40.0, "S22": -48.072747893713547, "W31": -68.223095186902867, "S31": -69.278870809540933, "W32": -95.465048782550525, "S32": -100.46504878255053 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 508487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0562227742792767, "S11": 0.091257484362680774, "W12": -8.5043501724079107, "S12": -8.9185180622520424, "W13": -14.790478752017213, "S13": -14.790478752017213, "W21": -39.01648253777315, "S21": -39.803128566355468, "W22": -36.603858208759213, "S22": -36.603858208759213, "W31": -54.507949993042381, "S31": -57.318343978990114, "W32": -89.082300275482098, "S32": -94.082300275482098 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 512168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.77984669896594117, "W12": -11.926842186972046, "S12": -11.926842186972046, "W13": -20.905303670057133, "S13": -26.410639359963056, "W21": -39.078517704473228, "S21": -41.819515961230799, "W22": -60.0, "S22": -60.0, "W31": -73.626351821107704, "S31": -73.909651217968005, "W32": -93.344299305146833, "S32": -98.344299305146833 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 514967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6029866444404754, "S11": -2.3106838696948859, "W12": -9.4810128312538726, "S12": -9.4810128312538726, "W13": -20.305499544234813, "S13": -26.088434638728895, "W21": -42.027522702680088, "S21": -42.027522702680088, "W22": -36.593947408228651, "S22": -50.246000505869311, "W31": -67.301986370744643, "S31": -67.301986370744643, "W32": -97.730092846568169, "S32": -102.73009284656817 }, "geometry": { "type": "Point", "coordinates": [ 104255.0, 515988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41082719961008035, "S11": -0.41082719961008035, "W12": -5.016390319272487, "S12": -5.016390319272487, "W13": -16.454196892964625, "S13": -20.866162463270928, "W21": -34.603897132228845, "S21": -36.646260393030914, "W22": -50.09452231648838, "S22": -55.680086971577339, "W31": -87.944815390827117, "S31": -87.944815390827117, "W32": -99.058923304961723, "S32": -104.05892330496172 }, "geometry": { "type": "Point", "coordinates": [ 104256.0, 502785.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38557958845072121, "S11": 0.37060678983726975, "W12": -6.999999723017746, "S12": -7.007061688554999, "W13": -20.0, "S13": -20.0, "W21": -33.517910273012937, "S21": -33.517910273012937, "W22": -38.882123948469506, "S22": -45.031093837534485, "W31": -68.650045063970197, "S31": -70.039039424089111, "W32": -95.169643337664425, "S32": -100.16964333766443 }, "geometry": { "type": "Point", "coordinates": [ 104256.0, 507840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82221368459568245, "S11": 0.82221368459568245, "W12": -7.0815375338434601, "S12": -14.995607384952983, "W13": -20.648559145160263, "S13": -20.651622347952042, "W21": -37.722690175008715, "S21": -37.722690175008715, "W22": -37.803747835165979, "S22": -44.293334592414269, "W31": -66.947509296718565, "S31": -69.491231803793184, "W32": -84.735454919558691, "S32": -89.735454919558691 }, "geometry": { "type": "Point", "coordinates": [ 104256.0, 509378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9772572034320177, "S12": -4.9772572034320177, "W13": -15.000000000000004, "S13": -15.000000000000004, "W21": -45.800162629900491, "S21": -45.800162629900491, "W22": -63.599822242726887, "S22": -82.298052855662888, "W31": -89.39201667075811, "S31": -89.39201667075811, "W32": -101.07684362459885, "S32": -106.07684362459885 }, "geometry": { "type": "Point", "coordinates": [ 104256.0, 524004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62611075955386419, "S11": -1.4963004761826153, "W12": -10.229593943565089, "S12": -15.505045835119361, "W13": -19.707153382380223, "S13": -19.707153382380223, "W21": -35.347782598824203, "S21": -36.512785530620199, "W22": -49.366862658914066, "S22": -52.64204718485697, "W31": -78.922866731425771, "S31": -78.922866731425771, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104256.4, 506884.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50257208859167501, "S11": 0.50257208859167501, "W12": -7.7834553540027036, "S12": -7.7834553540027036, "W13": -16.612386680897398, "S13": -19.476773114885169, "W21": -38.37431425261753, "S21": -38.626486506416107, "W22": -37.57887130350823, "S22": -46.4996465720061, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -98.803768520353486, "S32": -103.80376852035349 }, "geometry": { "type": "Point", "coordinates": [ 104256.555555555562023, 497469.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9979549074825584, "S12": -4.9979549074825584, "W13": -15.0, "S13": -15.0, "W21": -44.873547757146319, "S21": -45.881605567710217, "W22": -40.0, "S22": -43.685037818992583, "W31": -65.433626273794715, "S31": -70.863785450470743, "W32": -92.408181262688089, "S32": -97.408181262688089 }, "geometry": { "type": "Point", "coordinates": [ 104256.857142857144936, 522597.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3326997043064541, "S11": 1.3326997043064541, "W12": -5.5755591883520337, "S12": -12.616207155953653, "W13": -15.025480878598691, "S13": -18.025480878598692, "W21": -40.331508577710309, "S21": -42.633686326032425, "W22": -43.781944780717502, "S22": -43.781944780717502, "W31": -70.0, "S31": -71.182556627289472, "W32": -99.89262605820484, "S32": -104.89262605820484 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35828283416172924, "S11": 0.35828283416172924, "W12": -6.8855891801425679, "S12": -6.8855891801425688, "W13": -19.104931122540126, "S13": -21.597387579696299, "W21": -34.655513898554652, "S21": -34.655513898554652, "W22": -85.018326206475265, "S22": -101.22391340473943, "W31": -101.22391340473943, "S31": -101.22391340473943, "W32": -101.65712526725399, "S32": -106.65712526725399 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 503405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74337098648310218, "S11": -3.6450451950365279, "W12": -7.2805987398783616, "S12": -9.8828713503743195, "W13": -17.879840423893288, "S13": -25.57436541702398, "W21": -32.655711810878962, "S21": -37.655711810878962, "W22": -61.53134735951383, "S22": -61.53134735951383, "W31": -80.614001787282177, "S31": -80.614001787282177, "W32": -92.463810546045707, "S32": -97.463810546045707 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 505385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32316606171664847, "S11": -1.2124715356440545, "W12": -6.702035041897922, "S12": -16.702035041897922, "W13": -20.751792578922871, "S13": -20.751792578922871, "W21": -34.348814830843558, "S21": -37.975817288649075, "W22": -60.0, "S22": -60.0, "W31": -77.072717503938705, "S31": -77.072717503938705, "W32": -89.066295528891217, "S32": -94.066295528891217 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36953442729093733, "S11": 0.36953442729093733, "W12": -7.4174137145272905, "S12": -9.2055675883360433, "W13": -20.001454744552056, "S13": -20.001454744552056, "W21": -33.32126526726806, "S21": -33.33572313905789, "W22": -39.441933318415749, "S22": -49.348213746848074, "W31": -71.60721088905369, "S31": -74.924997450318514, "W32": -97.648947441042424, "S32": -102.64894744104242 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 507879.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.801984291029351, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.7204910292729, "W22": -36.171591265325446, "S22": -43.09891726561365, "W31": -67.567065179517741, "S31": -67.567065179517741, "W32": -98.141593161373819, "S32": -103.14159316137382 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 508496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1332110037526424, "S11": 1.1332110037526424, "W12": -9.9912158292385342, "S12": -29.991215829238534, "W13": -31.338494364672268, "S13": -31.338494364672268, "W21": -39.261057235810362, "S21": -39.261057235810362, "W22": -41.146129891381484, "S22": -42.315880449150221, "W31": -60.0, "S31": -61.610089417993393, "W32": -98.353782013103043, "S32": -103.35378201310304 }, "geometry": { "type": "Point", "coordinates": [ 104257.0, 510351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4463935326897418, "S11": 0.4463935326897418, "W12": -7.95496, "S12": -7.95496, "W13": -14.425993213260247, "S13": -14.851795564706068, "W21": -41.418664425498783, "S21": -51.32306983868623, "W22": -40.095052014792628, "S22": -40.095052014792628, "W31": -65.00918814501766, "S31": -65.00918814501766, "W32": -89.913866667198761, "S32": -94.913866667198761 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 501609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1252062749176623, "S12": -9.1252062749176623, "W13": -14.582115205585726, "S13": -14.582115205585726, "W21": -41.143096264808875, "S21": -51.092639867990584, "W22": -90.0, "S22": -90.0, "W31": -100.32628086678986, "S31": -100.32628086678986, "W32": -101.08847236117013, "S32": -106.08847236117013 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 502043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78743682153591998, "S11": -0.78743682153591998, "W12": -10.507088781830648, "S12": -13.301044469602466, "W13": -19.444174430060357, "S13": -19.679921294958511, "W21": -35.854351187022921, "S21": -35.854351187022921, "W22": -68.770625231349257, "S22": -68.770625231349257, "W31": -88.395359141468688, "S31": -88.395359141468688, "W32": -90.393304749340373, "S32": -95.393304749340373 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.05751718213058421, "W12": -5.38769707934867, "S12": -10.145046506161147, "W13": -19.728743436390481, "S13": -19.728743436390481, "W21": -35.057205006542048, "S21": -35.057205006542048, "W22": -62.863365573885325, "S22": -62.863365573885325, "W31": -81.270035625891111, "S31": -81.754747347096597, "W32": -90.037775745475443, "S32": -95.037775745475443 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 507544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81124869617049389, "S11": -0.81124869617049389, "W12": -9.7955837715418497, "S12": -13.823394450464846, "W13": -22.761366651807709, "S13": -22.763678872734303, "W21": -36.072323403097116, "S21": -36.072323403097116, "W22": -39.306500335645559, "S22": -49.779966742656271, "W31": -71.407414032958243, "S31": -74.133402175250737, "W32": -97.654502042775192, "S32": -102.65450204277519 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 509255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68928710861250664, "S11": -0.68928710861250664, "W12": -5.2580878142552674, "S12": -20.246083925144774, "W13": -23.567602842626997, "S13": -23.711451894530992, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -40.035032701048706, "S22": -41.757903007881367, "W31": -76.592174857262961, "S31": -76.592174857262961, "W32": -100.08213355491283, "S32": -105.08213355491283 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 509589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0409756006809081, "S12": -8.040975600680909, "W13": -15.258013673526744, "S13": -15.258013673526744, "W21": -46.43040176682387, "S21": -46.43040176682387, "W22": -60.0, "S22": -60.0, "W31": -74.016792935993507, "S31": -74.016792935993507, "W32": -90.540632031513468, "S32": -95.540632031513468 }, "geometry": { "type": "Point", "coordinates": [ 104258.0, 524966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27426670918830753, "S11": 0.27426670918830753, "W12": -11.746305338805792, "S12": -11.746305338805792, "W13": -19.553228071063725, "S13": -20.613333706377286, "W21": -34.743971602696547, "S21": -39.961800486789386, "W22": -41.693271510996077, "S22": -42.557416639098435, "W31": -65.299745373222265, "S31": -70.383488325369214, "W32": -91.508002034572058, "S32": -96.508002034572058 }, "geometry": { "type": "Point", "coordinates": [ 104258.666666666671517, 513462.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43158695518534462, "S11": 0.43158695518534462, "W12": -10.0, "S12": -10.39655414579334, "W13": -15.749385062611807, "S13": -17.718945838914156, "W21": -40.0, "S21": -42.472075620322961, "W22": -68.863394319701598, "S22": -68.863394319701598, "W31": -87.921369058315335, "S31": -87.921369058315335, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 499411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18365492829344052, "S11": 0.18365492829344052, "W12": -10.0, "S12": -10.195274409947539, "W13": -15.189501341681574, "S13": -18.189501341681574, "W21": -40.350739979098542, "S21": -42.33953954364236, "W22": -63.64848403296137, "S22": -63.64848403296137, "W31": -81.467616393241329, "S31": -81.678481666794411, "W32": -90.017571227616585, "S32": -95.017571227616585 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 499567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33918386029152875, "S11": 0.33918386029152875, "W12": -2.7265292174507345, "S12": -6.3108425470827942, "W13": -23.358499130838524, "S13": -23.358499130838524, "W21": -36.025619592549603, "S21": -40.943658474179344, "W22": -40.0, "S22": -47.959062432491066, "W31": -68.251841817486408, "S31": -69.517182010841864, "W32": -95.408334422515608, "S32": -100.40833442251561 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 506406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": -2.1307641633731178, "W12": -5.4580749574102443, "S12": -18.535866344780914, "W13": -22.570169860234863, "S13": -22.570169860234863, "W21": -35.59795116126984, "S21": -45.70367843340572, "W22": -39.174959481764141, "S22": -39.174959481764141, "W31": -65.307498630775129, "S31": -65.307498630775129, "W32": -89.732752071081265, "S32": -94.732752071081265 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25210485205053623, "S11": 0.25210485205053623, "W12": -11.122926787292911, "S12": -11.122926787292911, "W13": -19.476780657466982, "S13": -19.553173208991105, "W21": -34.251728658416525, "S21": -38.674308111483562, "W22": -36.970485610254407, "S22": -38.1018539766754, "W31": -66.103105467515917, "S31": -66.103105467515917, "W32": -89.334322351477951, "S32": -94.334322351477951 }, "geometry": { "type": "Point", "coordinates": [ 104259.0, 513344.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9722292141368847, "S12": -4.9722292141368847, "W13": -15.000000000000039, "S13": -15.000000000000039, "W21": -45.82675151517298, "S21": -45.82675151517298, "W22": -49.085767052195159, "S22": -53.657619281800237, "W31": -87.116211666586238, "S31": -87.116211666586238, "W32": -98.312181965434505, "S32": -103.3121819654345 }, "geometry": { "type": "Point", "coordinates": [ 104259.272727272720658, 524050.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9702846158021039, "S12": -4.9702846158021039, "W13": -15.022533992983128, "S13": -15.022533992983128, "W21": -45.893566027565733, "S21": -45.893566027565733, "W22": -69.990099200246078, "S22": -86.616467813384759, "W31": -92.516534593534985, "S31": -92.516534593534985, "W32": -101.91337340626109, "S32": -106.91337340626109 }, "geometry": { "type": "Point", "coordinates": [ 104259.547169811325148, 524153.018867924518418 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8997400351820568, "S12": -10.734963268748562, "W13": -21.157240951557217, "S13": -21.157240951557217, "W21": -30.968550761375873, "S21": -32.416779175548811, "W22": -60.0, "S22": -61.900933447264656, "W31": -80.803635764145596, "S31": -81.253684503508566, "W32": -91.553792922400447, "S32": -96.553792922400447 }, "geometry": { "type": "Point", "coordinates": [ 104259.833333333328483, 508616.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67262611137567574, "S11": 0.16784169329114162, "W12": -4.6005168073448841, "S12": -4.6005168073448841, "W13": -18.775610888618029, "S13": -19.8501921736922, "W21": -35.747097412359423, "S21": -35.747097412359423, "W22": -50.0, "S22": -50.0, "W31": -78.43832469607193, "S31": -86.866239645060929, "W32": -90.944448613091225, "S32": -95.944448613091225 }, "geometry": { "type": "Point", "coordinates": [ 104260.0, 504232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71165478579838559, "S11": -0.71165478579838559, "W12": -9.283256174873852, "S12": -9.283256174873852, "W13": -22.792782549814369, "S13": -22.793604323157442, "W21": -35.622015620839363, "S21": -35.622015620839363, "W22": -33.089400777876087, "S22": -37.946364578407852, "W31": -67.560378520488285, "S31": -67.560378520488285, "W32": -88.572763875671072, "S32": -93.572763875671072 }, "geometry": { "type": "Point", "coordinates": [ 104260.0, 509226.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3205494784741563, "S11": 1.3205494784741563, "W12": -9.9747585365037139, "S12": -23.481955977413612, "W13": -30.962833879423318, "S13": -30.962833879423318, "W21": -39.143881885008369, "S21": -39.143881885008369, "W22": -40.297623691449658, "S22": -45.10261604505979, "W31": -65.105945326372833, "S31": -66.287714553376446, "W32": -90.235688050190717, "S32": -95.235688050190717 }, "geometry": { "type": "Point", "coordinates": [ 104260.0, 510400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.026345896457657059, "S11": -0.4297710742766308, "W12": -6.1125769272524124, "S12": -7.1128607299368909, "W13": -25.0, "S13": -24.999999999999996, "W21": -33.87574514923913, "S21": -40.743093036170343, "W22": -40.961148805074238, "S22": -47.836758538070313, "W31": -65.794499636802087, "S31": -68.862750816429426, "W32": -93.585189031664441, "S32": -98.585189031664441 }, "geometry": { "type": "Point", "coordinates": [ 104260.2, 505861.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44744283995186518, "S11": 0.44744283995186518, "W12": -3.6964073356874358, "S12": -5.729012191085407, "W13": -24.023567393336531, "S13": -24.023567393336531, "W21": -35.768933383342628, "S21": -41.242444869512376, "W22": -40.0, "S22": -47.50896724417975, "W31": -68.368633595208408, "S31": -69.763433941244926, "W32": -95.322103223723161, "S32": -100.32210322372316 }, "geometry": { "type": "Point", "coordinates": [ 104261.0, 506282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34185524940134976, "S11": -0.34185524940134976, "W12": -7.1835132948813731, "S12": -7.1835132948813731, "W13": -23.130411310979877, "S13": -23.130411310979877, "W21": -33.004762964623346, "S21": -37.991642064904511, "W22": -37.807866816974709, "S22": -45.272685580300937, "W31": -68.915067793819205, "S31": -70.531042802144484, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104261.0, 508792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2584199940086447, "S11": 1.2584199940086447, "W12": -7.285293931968762, "S12": -7.285293931968762, "W13": -16.219573266648908, "S13": -19.219573266648908, "W21": -40.450868359361763, "S21": -41.185376715849962, "W22": -60.0, "S22": -60.0, "W31": -75.346696895542578, "S31": -75.843855355078404, "W32": -96.494802346096989, "S32": -101.49480234609699 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 497797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11019985667648691, "W12": -4.659729247513269, "S12": -14.659729247513269, "W13": -17.23754830399313, "S13": -17.23754830399313, "W21": -34.563603924159153, "S21": -34.563603924159153, "W22": -89.999999999999986, "S22": -105.06101068200587, "W31": -105.06101068200587, "S31": -105.06101068200587, "W32": -105.06101068200587, "S32": -105.55933484504924 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 504359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -5.2321874730765927, "S12": -9.4581524754663597, "W13": -19.758288710855755, "S13": -19.758288710855755, "W21": -34.988885089331568, "S21": -34.988885089331568, "W22": -38.439169837616923, "S22": -52.926937421714783, "W31": -70.291258246739218, "S31": -74.645275718899995, "W32": -87.809957040327205, "S32": -92.809957040327205 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 507561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23590017825311932, "S11": -0.23590017825311932, "W12": -7.0186293065989842, "S12": -8.7827693967479963, "W13": -23.967864170233735, "S13": -23.967864170233735, "W21": -34.044092133906048, "S21": -38.979985232688186, "W22": -58.243795027470767, "S22": -58.414057954027157, "W31": -75.047866992097894, "S31": -75.29235588521999, "W32": -97.887018961806533, "S32": -102.88701896180653 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 508882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2128893889318668, "S11": -2.003965204131819, "W12": -5.0, "S12": -17.384273846519335, "W13": -22.558313408155353, "S13": -22.558313408155353, "W21": -35.562267450305427, "S21": -45.783138174896557, "W22": -49.955796969006592, "S22": -49.955796969006592, "W31": -77.646479554187337, "S31": -88.272802898064569, "W32": -94.960103233047718, "S32": -99.960103233047718 }, "geometry": { "type": "Point", "coordinates": [ 104262.0, 509048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.316692621883272, "W12": -4.5874718673379613, "S12": -4.5874718673379613, "W13": -15.707380020298716, "S13": -25.707380020298718, "W21": -31.135781646719277, "S21": -31.135781646719277, "W22": -40.198519179598357, "S22": -45.116338656382361, "W31": -73.419605124514931, "S31": -78.919512682188667, "W32": -97.516002307511727, "S32": -102.51600230751173 }, "geometry": { "type": "Point", "coordinates": [ 104262.2, 504728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5476938053582692, "W12": -4.7476732048936192, "S12": -4.7476732048936192, "W13": -16.608564468362893, "S13": -16.608564468362893, "W21": -33.847911041777429, "S21": -33.847911041777429, "W22": -36.4789982995446, "S22": -45.90884603478645, "W31": -68.579512999627653, "S31": -68.579512999627653, "W32": -98.453326157687485, "S32": -103.45332615768748 }, "geometry": { "type": "Point", "coordinates": [ 104262.25, 504436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.092967946703294516, "S11": 0.092967946703294516, "W12": -6.0113061319755046, "S12": -6.0113061319755046, "W13": -18.316207917131564, "S13": -21.330050161388876, "W21": -32.838762453743236, "S21": -32.838762453743236, "W22": -39.02409087729913, "S22": -44.753092462085185, "W31": -68.673904635878387, "S31": -70.384144584883529, "W32": -95.101293948503468, "S32": -100.10129394850347 }, "geometry": { "type": "Point", "coordinates": [ 104262.5, 503128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9672012248417348, "S12": -4.9672012248417348, "W13": -15.0, "S13": -15.0, "W21": -45.853340400445404, "S21": -45.853340400445404, "W22": -38.82691136659404, "S22": -53.82691136659404, "W31": -69.61958084685898, "S31": -75.813254502092036, "W32": -92.006945449283748, "S32": -97.006945449283748 }, "geometry": { "type": "Point", "coordinates": [ 104262.545454545455868, 524097.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09678981569060302, "S11": -0.09678981569060302, "W12": -8.6325846824635235, "S12": -8.6325846824635235, "W13": -15.459091464390404, "S13": -17.460786858569616, "W21": -41.452317629179774, "S21": -44.435312473179827, "W22": -50.0, "S22": -50.0, "W31": -77.937415920596052, "S31": -83.992844510769885, "W32": -89.724170089253931, "S32": -94.724170089253931 }, "geometry": { "type": "Point", "coordinates": [ 104262.571428571434808, 500122.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9656207616694426, "S12": -4.9656207616694426, "W13": -15.018735080793249, "S13": -15.018735080793249, "W21": -45.908698953189258, "S21": -45.908698953189258, "W22": -33.612963325368248, "S22": -49.575492373700797, "W31": -61.663601670135286, "S31": -61.663601670135286, "W32": -97.538744974998011, "S32": -102.53874497499801 }, "geometry": { "type": "Point", "coordinates": [ 104262.75, 524182.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71738606404862315, "S11": 0.27935456912634632, "W12": -4.5812231600770028, "S12": -7.8861828305764021, "W13": -19.0346218584944, "S13": -20.29397714626575, "W21": -35.927074837859969, "S21": -35.927074837859969, "W22": -72.111888558739892, "S22": -73.80322121163222, "W31": -98.629879247402414, "S31": -98.629879247402414, "W32": -98.629879247402414, "S32": -99.728677053076311 }, "geometry": { "type": "Point", "coordinates": [ 104263.0, 504212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28829386072272845, "S11": 0.28829386072272845, "W12": -11.921386045455282, "S12": -11.921386045455282, "W13": -19.576841867894398, "S13": -21.006105827477363, "W21": -34.90219121948482, "S21": -40.180101714032737, "W22": -55.63645976525325, "S22": -55.63645976525325, "W31": -77.976797055003388, "S31": -82.668946328873361, "W32": -91.355189568836579, "S32": -96.355189568836579 }, "geometry": { "type": "Point", "coordinates": [ 104263.0, 513500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.969797042672699, "S12": -5.969797042672699, "W13": -20.0, "S13": -20.0, "W21": -47.764480732995899, "S21": -50.764480732995899, "W22": -66.600853583512773, "S22": -85.681243964838856, "W31": -90.0, "S31": -90.0, "W32": -101.57350107376554, "S32": -106.57350107376554 }, "geometry": { "type": "Point", "coordinates": [ 104263.0, 518923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41766991077024873, "S11": 0.41766991077024873, "W12": -7.3248055041047744, "S12": -7.6910754167085935, "W13": -20.0, "S13": -20.0, "W21": -33.441746810919312, "S21": -33.441746810919312, "W22": -90.0, "S22": -93.174327545114068, "W31": -100.0, "S31": -100.0, "W32": -101.12395566009643, "S32": -106.12395566009643 }, "geometry": { "type": "Point", "coordinates": [ 104263.333333333328483, 507861.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90694677180877292, "S11": 0.90694677180877292, "W12": -7.5157548770144187, "S12": -8.5157548770144196, "W13": -16.525860912343472, "S13": -17.54394262416228, "W21": -40.0, "S21": -42.414667191807801, "W22": -59.84116979458642, "S22": -59.84116979458642, "W31": -80.384709057932668, "S31": -80.384709057932668, "W32": -92.702566550005301, "S32": -97.702566550005301 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43924112515042113, "S11": -0.21802674595181126, "W12": -3.8624239662831754, "S12": -5.6456849565420963, "W13": -24.109101351991107, "S13": -24.109101351991107, "W21": -35.74148379410903, "S21": -41.532154211361785, "W22": -41.945322021897006, "S22": -41.945322021897006, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 506258.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75932005689876592, "S11": -0.75932005689876592, "W12": -10.0, "S12": -17.410574690863264, "W13": -22.727960157541208, "S13": -22.727960157541208, "W21": -36.330738397091622, "S21": -36.330738397091622, "W22": -33.089563304406134, "S22": -37.701968468079535, "W31": -67.447317686763483, "S31": -67.447317686763483, "W32": -88.622521079357938, "S32": -93.622521079357938 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 509270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47821117727897389, "S11": 0.47821117727897389, "W12": -9.3572613940166747, "S12": -14.297175056366459, "W13": -29.671744688892701, "S13": -29.671744688892701, "W21": -38.819995950682141, "S21": -38.82038509475926, "W22": -38.676630207856569, "S22": -53.321228935024102, "W31": -70.403024890421207, "S31": -74.635074682330028, "W32": -87.602833108959786, "S32": -92.602833108959786 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 510092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63408092601575705, "S11": 0.63408092601575705, "W12": -7.4657795430764393, "S12": -8.6411534597664037, "W13": -20.0, "S13": -20.806164060738951, "W21": -38.056448920820991, "S21": -38.704579518069572, "W22": -50.047542482553538, "S22": -53.669253895381814, "W31": -82.469872804093399, "S31": -82.469872804093399, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104264.0, 511678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50079464895870562, "S11": -0.74549330201814035, "W12": -8.4296393505321188, "S12": -12.075609238903967, "W13": -21.925506050032272, "S13": -21.925506050032272, "W21": -34.949425554876164, "S21": -38.0643187026185, "W22": -50.0, "S22": -51.745690445267897, "W31": -77.289975265826513, "S31": -77.693146838814542, "W32": -89.201943631778533, "S32": -94.201943631778533 }, "geometry": { "type": "Point", "coordinates": [ 104264.666666666671517, 509129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62, "S11": -4.62, "W12": -7.62, "S12": -20.62, "W13": -22.620001, "S13": -22.620001, "W21": -35.619999, "S21": -45.069807613486681, "W22": -60.0, "S22": -60.0, "W31": -76.600370259350612, "S31": -76.600370259350612, "W32": -88.400816451480466, "S32": -93.400816451480466 }, "geometry": { "type": "Point", "coordinates": [ 104264.8, 509019.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3917196393240929, "W12": -4.5161049957710837, "S12": -4.5161049957710837, "W13": -15.756930054345702, "S13": -25.756930054345702, "W21": -31.436894954518898, "S21": -31.436894954518898, "W22": -36.458304288975938, "S22": -41.458304288975938, "W31": -69.578612298477964, "S31": -69.578612298477964, "W32": -88.027190549549758, "S32": -93.027190549549758 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16757088419556931, "S11": -0.16757088419556931, "W12": -10.269915511436709, "S12": -14.819753962013198, "W13": -19.383476389379148, "S13": -19.383476389379148, "W21": -35.839580557888979, "S21": -36.339992258969595, "W22": -40.0, "S22": -47.406605305901465, "W31": -68.396648720840702, "S31": -70.000436910068032, "W32": -95.265882199174271, "S32": -100.26588219917427 }, "geometry": { "type": "Point", "coordinates": [ 104265.0, 507289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 7.4708097895972561, "S11": 7.1498694772256473, "W12": -10.099067925906196, "S12": -10.099067925906196, "W13": -13.255562401558805, "S13": -14.940015292016781, "W21": -60.000000000000007, "S21": -62.892451211341218, "W22": -40.029627786489002, "S22": -41.863067318561647, "W31": -76.411637301949128, "S31": -76.411637301949128, "W32": -100.04529596309852, "S32": -105.04529596309852 }, "geometry": { "type": "Point", "coordinates": [ 104265.111111111109494, 500993.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36178691275167785, "S11": -0.36178691275167785, "W12": -5.0, "S12": -20.366311834690045, "W13": -24.278533647171933, "S13": -24.278533647171933, "W21": -40.0, "S21": -40.0, "W22": -90.0, "S22": -105.86277732128184, "W31": -105.86277732128184, "S31": -105.86277732128184, "W32": -105.86277732128184, "S32": -105.86277732128184 }, "geometry": { "type": "Point", "coordinates": [ 104265.5, 509649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9614880428778214, "S12": -5.0128238747368998, "W13": -15.01372538150439, "S13": -15.01372538150439, "W21": -45.917985634959251, "S21": -45.917985634959251, "W22": -90.0, "S22": -100.66922195788175, "W31": -102.14156265268956, "S31": -102.14156265268956, "W32": -102.14156265268956, "S32": -103.06845489038786 }, "geometry": { "type": "Point", "coordinates": [ 104265.660377358493861, 524202.264150943374261 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38083101813555748, "S11": 0.38083101813555748, "W12": -8.0351677968352497, "S12": -11.148009981165011, "W13": -21.001851457899612, "S13": -21.001851457899612, "W21": -33.134029282733913, "S21": -33.164576989039105, "W22": -57.994705061491715, "S22": -57.994705061491715, "W31": -80.033872789563006, "S31": -80.033872789563006, "W32": -93.228603245307028, "S32": -98.228603245307028 }, "geometry": { "type": "Point", "coordinates": [ 104265.75, 507923.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9621732355466017, "S12": -4.9621732355466017, "W13": -15.000000000000021, "S13": -15.000000000000021, "W21": -45.879929285717886, "S21": -45.879929285717886, "W22": -51.776306329001024, "S22": -51.776306329001024, "W31": -77.253340553875177, "S31": -77.253340553875177, "W32": -89.171039735107115, "S32": -94.171039735107115 }, "geometry": { "type": "Point", "coordinates": [ 104265.818181818176527, 524144.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42035685320356853, "S11": 0.42035685320356853, "W12": -8.51438964241677, "S12": -8.51438964241677, "W13": -14.306155920995389, "S13": -14.306155920995389, "W21": -40.724117217892562, "S21": -49.125870904620342, "W22": -40.0, "S22": -51.527415649120996, "W31": -66.09381487526187, "S31": -68.726731911253097, "W32": -93.895566391586797, "S32": -98.895566391586797 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 501644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44551119923922056, "S11": 0.44551119923922056, "W12": -7.1474301894243188, "S12": -7.1474301894243188, "W13": -20.0, "S13": -20.0, "W21": -33.561555043939379, "S21": -33.561555043939379, "W22": -36.246917477164416, "S22": -38.547642735573312, "W31": -51.311254142366707, "S31": -53.434298009911288, "W32": -95.603615597519394, "S32": -100.60361559751939 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 507841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47159855418877161, "S11": 0.47159855418877161, "W12": -9.043265749456916, "S12": -18.711861418789262, "W13": -28.971608596181976, "S13": -28.971608596181976, "W21": -39.974690442297785, "S21": -39.974690442297785, "W22": -48.787724398603494, "S22": -52.266046030283597, "W31": -84.209392144411254, "S31": -84.209392144411254, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 509953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0175271635289675, "S12": -5.0175271635289675, "W13": -18.598140589790841, "S13": -19.842640717201018, "W21": -42.279074269513465, "S21": -42.279074269513465, "W22": -60.0, "S22": -73.955325128403913, "W31": -88.307594456470795, "S31": -88.307594456470795, "W32": -100.2832722467586, "S32": -105.2832722467586 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 520561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0100035652067225, "S12": -5.0100035652067225, "W13": -17.668239094544873, "S13": -18.500198531220878, "W21": -43.213323954229978, "S21": -43.213323954229978, "W22": -69.957416948631192, "S22": -88.03748081724433, "W31": -92.290131443771287, "S31": -92.290131443771287, "W32": -101.86815135619482, "S32": -106.86815135619482 }, "geometry": { "type": "Point", "coordinates": [ 104266.0, 521046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.349858356940508, "W22": -36.79833382921769, "S22": -49.589720192853186, "W31": -67.743427262987325, "S31": -67.743427262987325, "W32": -97.730131238789824, "S32": -102.73013123878982 }, "geometry": { "type": "Point", "coordinates": [ 104266.5, 508484.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45525557316558252, "S11": -2.3666581452998603, "W12": -8.0532708871102656, "S12": -9.9758097237067265, "W13": -19.288184601428735, "S13": -25.221791318074786, "W21": -33.747532945009993, "S21": -39.002660919846896, "W22": -37.818933790688533, "S22": -40.327431306535715, "W31": -51.898214003477158, "S31": -53.786283727571586, "W32": -96.381389482535113, "S32": -101.38138948253511 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 505538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044261147565323206, "S11": 0.044261147565323206, "W12": -6.3762000575464226, "S12": -6.5611982837796763, "W13": -25.0, "S13": -25.740928056644417, "W21": -33.851977322922103, "S21": -40.446936593308692, "W22": -38.492336093085704, "S22": -49.140991641077534, "W31": -69.922351493697249, "S31": -69.922351493697249, "W32": -97.658018425338142, "S32": -102.65801842533814 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16228342202018065, "S11": -1.1622834220201805, "W12": -4.1864854343735853, "S12": -16.061201808066649, "W13": -21.437137143211491, "S13": -21.437137143211491, "W21": -34.202535380305541, "S21": -38.180286367506177, "W22": -75.088341480558483, "S22": -78.392675166223981, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 506636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47448770491803277, "S11": 0.47448770491803277, "W12": -5.0, "S12": -16.13745728432945, "W13": -27.37126354873795, "S13": -27.37126354873795, "W21": -40.0, "S21": -40.0, "W22": -35.038587041541589, "S22": -35.657904075285778, "W31": -64.681727077821321, "S31": -64.681727077821321, "W32": -97.4218331542736, "S32": -102.4218331542736 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 509860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81699924894563525, "S11": 0.72220895366634241, "W12": -9.0883706526537154, "S12": -9.1348312968677554, "W13": -15.0, "S13": -15.0, "W21": -38.216482112190832, "S21": -39.849400232557173, "W22": -37.441729496737757, "S22": -42.325529549080009, "W31": -69.186658905306231, "S31": -69.186658905306231, "W32": -89.303749304317222, "S32": -94.303749304317222 }, "geometry": { "type": "Point", "coordinates": [ 104267.0, 512286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67823798313016348, "S11": 0.018188987069062468, "W12": -9.3784619290711113, "S12": -9.3784619290711113, "W13": -15.334223336763696, "S13": -15.334223336763696, "W21": -37.778779060934212, "S21": -39.61661803462323, "W22": -69.16158364387465, "S22": -69.16158364387465, "W31": -87.209882091252695, "S31": -87.209882091252695, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104267.625, 512346.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49123938400817557, "S11": -1.3749716256635269, "W12": -10.0, "S12": -17.294990760568542, "W13": -19.967165812329025, "S13": -19.967165812329025, "W21": -34.813418288378955, "S21": -37.122478662954187, "W22": -69.229063661645426, "S22": -69.229063661645426, "W31": -86.390248101511872, "S31": -86.390248101511872, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104268.0, 506812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24244450570870854, "S11": 0.24244450570870854, "W12": -10.871283619459646, "S12": -10.871283619459646, "W13": -19.443712076226223, "S13": -19.66196873421374, "W21": -34.270372250102035, "S21": -38.207207772303633, "W22": -41.742522363611535, "S22": -46.68517120856206, "W31": -73.389791700618517, "S31": -73.389791700618517, "W32": -100.21073548153565, "S32": -105.21073548153565 }, "geometry": { "type": "Point", "coordinates": [ 104268.0, 513300.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14258319658474317, "S11": -0.14258319658474317, "W12": -9.9129144188856753, "S12": -9.9129144188856753, "W13": -15.31851011143211, "S13": -19.222789641977872, "W21": -40.463692141725382, "S21": -41.170310517417995, "W22": -40.208111731568827, "S22": -44.336839655792716, "W31": -78.715454131493217, "S31": -78.715454131493217, "W32": -100.12323801852598, "S32": -105.12323801852598 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 499735.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41174947021426889, "S11": 0.41174947021426889, "W12": -8.284926017262638, "S12": -8.284926017262638, "W13": -14.266384755938397, "S13": -14.266384755938397, "W21": -40.509186811826972, "S21": -48.214447872010311, "W22": -40.20431187841335, "S22": -42.180139415286618, "W31": -65.075068763193656, "S31": -65.321556255237823, "W32": -89.986744564881022, "S32": -94.986744564881022 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 501655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46393981730246786, "S11": -0.57798389933015049, "W12": -6.3705472814542059, "S12": -11.453624436649438, "W13": -23.550123991176978, "S13": -23.550123991176978, "W21": -34.309511163556891, "S21": -40.324847203250172, "W22": -40.0, "S22": -50.0, "W31": -67.539067842823883, "S31": -68.920755226150391, "W32": -95.553906832632407, "S32": -100.55390683263241 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 508912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7248815914114304, "S11": 1.7248815914114304, "W12": -10.0, "S12": -31.523287143956889, "W13": -31.523287143956889, "S13": -31.523287143956889, "W21": -38.341549177931896, "S21": -38.342401249888205, "W22": -39.018116388007201, "S22": -53.930299213034097, "W31": -70.573786589349425, "S31": -74.620304030265373, "W32": -87.298499698453625, "S32": -92.298499698453625 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 510195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5682543057622795, "S11": 1.5682543057622795, "W12": -10.0, "S12": -34.141385231825993, "W13": -34.141385231825993, "S13": -34.141385231825993, "W21": -38.157181381478836, "S21": -38.157181381478836, "W22": -70.0, "S22": -71.297688339631875, "W31": -96.824206683515868, "S31": -96.824206683515868, "W32": -96.824206683515868, "S32": -99.012981896804462 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 510264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5220128944132165, "S12": -5.5220128944132165, "W13": -20.0, "S13": -20.0, "W21": -47.077108890796232, "S21": -50.077108890796232, "W22": -40.405020919732152, "S22": -47.441737840587095, "W31": -65.16825432416546, "S31": -67.431680182098333, "W32": -90.53984426235013, "S32": -95.53984426235013 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 519257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0093968190754676, "S12": -5.0093968190754676, "W13": -18.07010328427371, "S13": -19.169688383965561, "W21": -42.724862127180643, "S21": -42.724862127180643, "W22": -40.0, "S22": -48.085709656513288, "W31": -68.158352964217883, "S31": -69.834444572832368, "W32": -95.326581684823964, "S32": -100.32658168482396 }, "geometry": { "type": "Point", "coordinates": [ 104269.0, 520831.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.95714524625145, "S12": -4.9933122423422942, "W13": -14.999999999999993, "S13": -14.999999999999993, "W21": -45.90651817099031, "S21": -45.90651817099031, "W22": -90.0, "S22": -109.18363409374646, "W31": -109.18363409374646, "S31": -109.18363409374646, "W32": -109.18363409374646, "S32": -109.18363409374646 }, "geometry": { "type": "Point", "coordinates": [ 104269.090909090911737, 524191.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 1.866666666666736, "S11": 1.866666666666736, "W12": -10.0, "S12": -33.307351809087372, "W13": -33.307351809087372, "S13": -33.307351809087372, "W21": -38.318596804892707, "S21": -38.319489023941387, "W22": -38.808479812429958, "S22": -53.284500172628185, "W31": -69.708732360761147, "S31": -75.665796116164813, "W32": -91.667392558238078, "S32": -96.667392558238078 }, "geometry": { "type": "Point", "coordinates": [ 104269.666666666671517, 510205.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4998057914382494, "S11": -2.1185266145412984, "W12": -9.3755357853185863, "S12": -9.3755357853185863, "W13": -20.205967455045723, "S13": -25.953702769149757, "W21": -42.296433473135444, "S21": -46.409606968706385, "W22": -38.991222873149113, "S22": -53.991222873149113, "W31": -70.690190994599973, "S31": -74.60747943522837, "W32": -87.050059594755666, "S32": -92.050059594755666 }, "geometry": { "type": "Point", "coordinates": [ 104269.780303030303912, 516126.901515151490457 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4335652350883965, "S12": -9.4335652350883965, "W13": -17.007218886197343, "S13": -19.480538053155016, "W21": -33.843798259223092, "S21": -34.020733144128776, "W22": -69.410095579450314, "S22": -69.410095579450314, "W31": -92.935130581298097, "S31": -92.935130581298097, "W32": -92.935130581298097, "S32": -97.593386592397351 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 497085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3913527645976567, "S11": 2.3913527645976567, "W12": -8.9566743737957601, "S12": -8.9566743737957601, "W13": -13.942523116165372, "S13": -16.318764726903627, "W21": -47.726948160137098, "S21": -57.726948160137098, "W22": -40.017539516895361, "S22": -42.876720450094425, "W31": -73.876381785908862, "S31": -73.876381785908862, "W32": -97.833648733892048, "S32": -102.83364873389205 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 501324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47529236868186325, "S11": 0.47529236868186325, "W12": -8.2512671976828393, "S12": -18.539112151031986, "W13": -28.662378577054344, "S13": -28.662378577054344, "W21": -40.0, "S21": -40.0, "W22": -37.444588761848998, "S22": -38.171442638685903, "W31": -65.870142803742823, "S31": -65.870142803742823, "W32": -89.427013819030293, "S32": -94.427013819030293 }, "geometry": { "type": "Point", "coordinates": [ 104270.0, 509938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62333656725152908, "S11": 0.62333656725152908, "W12": -7.4293194143194956, "S12": -8.4848041081970091, "W13": -20.15271950147531, "S13": -21.347706420606563, "W21": -37.925041916751148, "S21": -38.511708722587869, "W22": -40.93665568946254, "S22": -43.703964864481712, "W31": -80.012181010110453, "S31": -80.012181010110453, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104270.5, 511667.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41680179420595709, "S11": -0.41680179420595709, "W12": -6.6916125475496155, "S12": -11.710180991541282, "W13": -22.752503888538758, "S13": -22.752503888538758, "W21": -32.392723148421339, "S21": -40.386912464261805, "W22": -58.633575013943116, "S22": -58.633575013943116, "W31": -75.233491957517444, "S31": -75.590615916413, "W32": -97.231057174192927, "S32": -102.23105717419293 }, "geometry": { "type": "Point", "coordinates": [ 104270.6, 508749.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46543209876543212, "S11": 0.46543209876543212, "W12": -9.0263693881088578, "S12": -9.0263693881088578, "W13": -14.477423972071373, "S13": -14.477423972071373, "W21": -41.086584074268188, "S21": -50.94234989708977, "W22": -41.61146686481279, "S22": -42.275989087885229, "W31": -63.134089681253464, "S31": -64.590021324889477, "W32": -99.019154576290475, "S32": -104.01915457629048 }, "geometry": { "type": "Point", "coordinates": [ 104271.0, 502125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.28604984473286099, "W12": -4.6078754627771081, "S12": -4.6078754627771081, "W13": -17.36099184199227, "S13": -17.36099184199227, "W21": -34.871325077406532, "S21": -34.871325077406532, "W22": -90.0, "S22": -102.9509671179884, "W31": -102.9509671179884, "S31": -102.9509671179884, "W32": -102.9509671179884, "S32": -107.88352942542886 }, "geometry": { "type": "Point", "coordinates": [ 104271.0, 504324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.6718166890580686, "W12": -8.2590121821300322, "S12": -10.91940259232595, "W13": -18.739936500737045, "S13": -25.340834271409395, "W21": -33.736464991358652, "S21": -38.896944710681574, "W22": -40.094073028742635, "S22": -40.094073028742635, "W31": -65.032009447498396, "S31": -65.032009447498396, "W32": -89.908900158799085, "S32": -94.908900158799085 }, "geometry": { "type": "Point", "coordinates": [ 104271.0, 505503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47821524522703868, "S11": -0.47821524522703868, "W12": -7.5577985550133278, "S12": -7.5577985550133278, "W13": -23.520383674624565, "S13": -23.520383674624565, "W21": -33.292136891852401, "S21": -36.292136891852401, "W22": -60.0, "S22": -60.0, "W31": -76.737924311280992, "S31": -76.737924311280992, "W32": -88.608908899157484, "S32": -93.608908899157484 }, "geometry": { "type": "Point", "coordinates": [ 104271.0, 508827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62670469272387685, "S11": -3.3785909502400342, "W12": -6.2577952314698626, "S12": -6.2577952314698626, "W13": -16.712211100167092, "S13": -24.992871574300125, "W21": -31.274440603633117, "S21": -33.882242517250788, "W22": -34.817698298523716, "S22": -34.817698298523716, "W31": -64.51789939527265, "S31": -64.51789939527265, "W32": -97.423546174167271, "S32": -102.42354617416727 }, "geometry": { "type": "Point", "coordinates": [ 104271.333333333328483, 505230.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7932554239427247, "S12": -4.9690102107727512, "W13": -15.004916770025664, "S13": -15.004916770025664, "W21": -45.942405242352812, "S21": -45.942405242352812, "W22": -41.068145559055267, "S22": -43.963572802283579, "W31": -80.024160456100148, "S31": -80.024160456100148, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104271.773584905662574, 524251.509433962288313 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26131674617662515, "S11": -0.26131674617662515, "W12": -11.230564961003012, "S12": -11.230564961003012, "W13": -15.413608668695041, "S13": -17.35517911278162, "W21": -40.510997346381515, "S21": -41.624734091137285, "W22": -42.1691055281701, "S22": -42.1691055281701, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104271.857142857144936, 499932.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010795358802147459, "S11": -0.010795358802147459, "W12": -8.7303251005901163, "S12": -8.7303251005901163, "W13": -15.633959340671604, "S13": -17.836370567948642, "W21": -42.992990933347656, "S21": -45.87007038847868, "W22": -38.735479696063038, "S22": -50.354819916411365, "W31": -70.801771132055521, "S31": -73.807407340424433, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 500219.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3785900770712907, "S12": -9.3785900770712907, "W13": -13.717271628228291, "S13": -16.33363222433249, "W21": -53.21088749207081, "S21": -60.913061405114291, "W22": -45.373331204087776, "S22": -45.373331204087776, "W31": -70.783638723857393, "S31": -71.842014685708492, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 501220.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49564611260049729, "S11": -0.49564611260049729, "W12": -5.2719798331631731, "S12": -5.2719798331631731, "W13": -16.29652022734474, "S13": -20.841742113320237, "W21": -34.95786228610055, "S21": -37.259179170172708, "W22": -35.594554539570794, "S22": -41.03421357949901, "W31": -67.197687880728623, "S31": -67.197687880728623, "W32": -98.166943414177865, "S32": -103.16694341417787 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 502741.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6804674992749834, "S11": -1.3241911488700278, "W12": -5.5678407834465329, "S12": -5.5678407834465329, "W13": -15.730710680233955, "S13": -21.940152373705921, "W21": -31.887955333590195, "S21": -31.887955333590195, "W22": -36.785667496397224, "S22": -39.326561791411784, "W31": -50.900794730003327, "S31": -52.88791547501215, "W32": -96.019234137967288, "S32": -101.01923413796729 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13312922263031748, "S11": -0.86687077736968254, "W12": -2.1548787578027806, "S12": -7.2093884231740013, "W13": -22.495050685668847, "S13": -22.495050685668847, "W21": -35.52601367169887, "S21": -39.981679878754711, "W22": -39.048014429634691, "S22": -51.431467647064615, "W31": -69.576184179952847, "S31": -75.128474819175096, "W32": -93.579619447257983, "S32": -98.579619447257983 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 506505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2637041684709791, "W12": -10.53948668011407, "S12": -12.890092935559933, "W13": -19.290542270184936, "S13": -19.290542270184936, "W21": -35.994530493632894, "S21": -37.211752753750055, "W22": -50.0, "S22": -53.029441946598958, "W31": -78.253179330573786, "S31": -78.253179330573786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 507215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2420376436930043, "S11": 1.2420376436930043, "W12": -9.9590111273923547, "S12": -18.615143327812106, "W13": -28.919635111899261, "S13": -28.919635111899261, "W21": -39.217460180903132, "S21": -39.217460180903132, "W22": -90.0, "S22": -101.02345483359747, "W31": -102.50315373339848, "S31": -102.50315373339848, "W32": -102.50315373339848, "S32": -104.06796302991955 }, "geometry": { "type": "Point", "coordinates": [ 104272.0, 510658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4615566037737704, "S11": 1.4615566037737704, "W12": -9.6454392085485487, "S12": -9.6454392085485487, "W13": -15.538880721110093, "S13": -17.868081646084416, "W21": -32.951974114137116, "S21": -33.061874149951457, "W22": -38.925312605008173, "S22": -53.483376980220555, "W31": -70.856314931959886, "S31": -74.595332341630709, "W32": -86.787042356579335, "S32": -91.787042356579335 }, "geometry": { "type": "Point", "coordinates": [ 104272.071428571434808, 497003.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8787074948280553, "S12": -5.0271180371808866, "W13": -15.00000000000002, "S13": -15.00000000000002, "W21": -45.933107056262799, "S21": -45.933107056262799, "W22": -37.251598956658448, "S22": -39.886873926677296, "W31": -51.161688003793273, "S31": -53.052705303703263, "W32": -96.334652979714804, "S32": -101.3346529797148 }, "geometry": { "type": "Point", "coordinates": [ 104272.363636363632395, 524238.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.097480106100795716, "W12": -5.0, "S12": -8.175644345524713, "W13": -19.820369277748593, "S13": -19.820369277748593, "W21": -34.872056226746103, "S21": -34.872056226746103, "W22": -50.464508755994004, "S22": -54.30339942396354, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104273.0, 507594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -51.099408066558247, "S22": -51.099408066558247, "W31": -77.74632519532021, "S31": -83.221193408002065, "W32": -89.546303770858913, "S32": -94.546303770858913 }, "geometry": { "type": "Point", "coordinates": [ 104273.563218390801921, 530026.340996168553829 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.62560397071326967, "W12": -4.6595991794737142, "S12": -4.6595991794737106, "W13": -16.911764705882312, "S13": -16.911764705882312, "W21": -34.317901451630433, "S21": -34.317901451630433, "W22": -43.69498403697785, "S22": -43.69498403697785, "W31": -76.828649205012184, "S31": -76.828649205012184, "W32": -96.731157260013532, "S32": -101.73115726001353 }, "geometry": { "type": "Point", "coordinates": [ 104273.8, 504383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14174428608835526, "S11": -0.14174428608835526, "W12": -8.6892498891125083, "S12": -8.6892498891125083, "W13": -15.493546827023065, "S13": -17.539039904163502, "W21": -41.332304526748963, "S21": -44.332304526748963, "W22": -40.108682512873337, "S22": -40.108682512873337, "W31": -65.04419220001455, "S31": -65.04419220001455, "W32": -89.918023311442042, "S32": -94.918023311442042 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 500099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1883788794082146, "S11": 0.1883788794082146, "W12": -5.0, "S12": -13.77142728329555, "W13": -21.414389271984621, "S13": -21.414389271984621, "W21": -31.970347657261495, "S21": -32.024073786226282, "W22": -37.35849948413717, "S22": -39.749440625061993, "W31": -62.097789219892938, "S31": -64.354273369748853, "W32": -85.0, "S32": -90.0 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40293415972349605, "S11": -0.40293415972349605, "W12": -10.0, "S12": -17.679162072767397, "W13": -22.700366588520076, "S13": -22.700366588520076, "W21": -36.407375618780023, "S21": -36.407375618780023, "W22": -47.553013648712628, "S22": -47.553013648712628, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39560303987366752, "S11": -0.39560303987366752, "W12": -5.0, "S12": -20.433648073848381, "W13": -24.218165663321777, "S13": -24.218165663321777, "W21": -40.0, "S21": -40.0, "W22": -40.688874874355527, "S22": -40.688874874355527, "W31": -74.996367500194992, "S31": -81.126021854148391, "W32": -97.314217062652929, "S32": -102.31421706265293 }, "geometry": { "type": "Point", "coordinates": [ 104274.0, 509645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9680339196576746, "S12": -4.9680339196576746, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -45.143421314812912, "S21": -46.032752493031538, "W22": -43.262614785410214, "S22": -47.358056600066583, "W31": -78.339691093427462, "S31": -78.339691093427462, "W32": -100.43318649900337, "S32": -105.43318649900337 }, "geometry": { "type": "Point", "coordinates": [ 104274.375, 523042.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58377783229030711, "S11": 0.58377783229030711, "W12": -8.4289643331644832, "S12": -12.866494828015254, "W13": -22.105174670251497, "S13": -22.105174670251497, "W21": -33.325670469448156, "S21": -33.372308010268718, "W22": -41.087862240638444, "S22": -44.044658472582533, "W31": -80.019625263382366, "S31": -80.019625263382366, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104274.5, 507968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47729930624380573, "S11": 0.47729930624380573, "W12": -5.5690677277895082, "S12": -17.415600899586064, "W13": -27.732156921576717, "S13": -27.732156921576717, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -34.852097840992954, "S22": -39.852097840992954, "W31": -68.398844826189148, "S31": -68.398844826189148, "W32": -86.757194701795683, "S32": -91.757194701795683 }, "geometry": { "type": "Point", "coordinates": [ 104274.5, 509887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98428627815839176, "S11": 0.98428627815839176, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.999999999999996, "W21": -38.133084198786193, "S21": -40.564650936414822, "W22": -33.089098011626895, "S22": -37.434667006777225, "W31": -67.275691454008381, "S31": -67.275691454008381, "W32": -88.67743360582908, "S32": -93.67743360582908 }, "geometry": { "type": "Point", "coordinates": [ 104275.0, 498580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8774466643213472, "S12": -6.8774466643213472, "W13": -20.0, "S13": -20.0, "W21": -33.801844820610704, "S21": -33.801844820610704, "W22": -86.494789306751244, "S22": -104.72065044046428, "W31": -104.72065044046428, "S31": -104.72065044046428, "W32": -104.72065044046428, "S32": -106.47034024485318 }, "geometry": { "type": "Point", "coordinates": [ 104275.0, 507803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1191419931109023, "S11": -1.1191419931109023, "W12": -6.2559584594131001, "S12": -21.226316457019802, "W13": -22.713096551282256, "S13": -23.388932229211949, "W21": -40.0, "S21": -40.966253590480079, "W22": -40.0, "S22": -44.618887823585808, "W31": -73.244296401362547, "S31": -79.611929261528118, "W32": -97.393794158709071, "S32": -102.39379415870907 }, "geometry": { "type": "Point", "coordinates": [ 104275.0, 509520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89998009467574391, "S11": 0.89998009467574391, "W12": -7.7685214440196253, "S12": -9.1579546370759122, "W13": -16.772429124845921, "S13": -19.393354771522642, "W21": -38.64220428390945, "S21": -39.654318347746781, "W22": -41.253168034596172, "S22": -44.951659992323449, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104275.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7461129009664758, "S12": -5.0067669895811999, "W13": -14.999999999999991, "S13": -14.999999999999991, "W21": -45.959695941535223, "S21": -45.959695941535223, "W22": -35.675959230049905, "S22": -37.78952484023192, "W31": -66.404959154258478, "S31": -66.404959154258478, "W32": -89.129471464534717, "S32": -94.129471464534717 }, "geometry": { "type": "Point", "coordinates": [ 104275.636363636367605, 524285.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44263663239410822, "S11": 0.44263663239410822, "W12": -7.87856, "S12": -7.87856, "W13": -14.355535754738353, "S13": -15.159476015303971, "W21": -42.014344161920945, "S21": -52.014344161920945, "W22": -40.18549526448836, "S22": -41.444929924839819, "W31": -65.081812321033766, "S31": -65.161608669004352, "W32": -89.970860692597668, "S32": -94.970860692597668 }, "geometry": { "type": "Point", "coordinates": [ 104276.0, 501587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0339661776759281, "S11": 1.0339661776759281, "W12": -7.9177468574020402, "S12": -8.7581330562815474, "W13": -15.0, "S13": -15.0, "W21": -39.007844356771535, "S21": -39.841942717427273, "W22": -40.0, "S22": -42.231220946690307, "W31": -57.052953484629001, "S31": -58.696008124049627, "W32": -97.988683740321633, "S32": -102.98868374032163 }, "geometry": { "type": "Point", "coordinates": [ 104276.0, 511924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7658279493458957, "S11": -1.7658279493458957, "W12": -4.9727343965057882, "S12": -4.9727343965057882, "W13": -15.000000000000011, "S13": -15.000000000000011, "W21": -44.813399143509386, "S21": -45.942744391586864, "W22": -39.98779511783092, "S22": -44.515845044015052, "W31": -72.318377188934377, "S31": -72.318377188934377, "W32": -95.35273046769376, "S32": -100.35273046769376 }, "geometry": { "type": "Point", "coordinates": [ 104276.666666666671517, 522545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.25, "W12": -10.506214683078541, "S12": -13.075945227153529, "W13": -17.200001, "S13": -19.395781603836944, "W21": -39.562318049724055, "S21": -39.562318049724055, "W22": -59.659853926389133, "S22": -73.382938630366525, "W31": -88.063814891684331, "S31": -88.063814891684331, "W32": -100.14349997518327, "S32": -105.14349997518327 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 496777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46408372779246326, "S11": 0.46408372779246326, "W12": -10.0, "S12": -10.529044718466791, "W13": -15.918269230769232, "S13": -17.671693010108758, "W21": -40.0, "S21": -42.415281606931863, "W22": -37.175898990676906, "S22": -42.174808525702645, "W31": -69.766503444870651, "S31": -69.766503444870651, "W32": -89.068506850745337, "S32": -94.068506850745337 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 499358.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3670597523685393, "S12": -6.3670597523685393, "W13": -15.03114131056836, "S13": -17.058764252063668, "W21": -37.930482584419039, "S21": -47.930482584419039, "W22": -47.539510392381089, "S22": -50.91820466153095, "W31": -84.874296005579893, "S31": -84.874296005579893, "W32": -96.558713192035583, "S32": -101.55871319203558 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 502451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7909966500825707, "S12": -6.7909966500825707, "W13": -20.0, "S13": -20.0, "W21": -33.868447970368742, "S21": -33.868447970368742, "W22": -35.264557506033277, "S22": -50.551447244235419, "W31": -65.800699812987517, "S31": -65.800699812987517, "W32": -97.640499082313326, "S32": -102.64049908231333 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 507792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27462257592389322, "S11": 0.27462257592389322, "W12": -10.0, "S12": -17.4203904273948, "W13": -22.654941149022353, "S13": -22.654941149022353, "W21": -36.947412321977566, "S21": -36.947412321977566, "W22": -40.0, "S22": -47.206957227937195, "W31": -68.411350439380314, "S31": -70.647565892642618, "W32": -95.117055056240247, "S32": -100.11705505624025 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 509303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22895102746754223, "S11": 0.22895102746754223, "W12": -10.619640451626037, "S12": -10.619640451626037, "W13": -19.41064349498544, "S13": -19.945812431312941, "W21": -34.376909239495696, "S21": -37.828000830831186, "W22": -39.999999999999993, "S22": -47.146047644829444, "W31": -68.452324094552722, "S31": -70.705841373612955, "W32": -95.102254991658143, "S32": -100.10225499165814 }, "geometry": { "type": "Point", "coordinates": [ 104277.0, 513257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99081938009133042, "S11": 0.99081938009133042, "W12": -7.8534247384208111, "S12": -9.0383908740690035, "W13": -15.629347156189469, "S13": -15.629347156189469, "W21": -38.861832080877328, "S21": -39.966929556991538, "W22": -40.141311364853536, "S22": -40.141311364853536, "W31": -65.063715128514602, "S31": -65.063715128514602, "W32": -89.939815109824991, "S32": -94.939815109824991 }, "geometry": { "type": "Point", "coordinates": [ 104277.5, 511896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7430274171191664, "S12": -5.0380998411851055, "W13": -15.0, "S13": -15.0, "W21": -45.966824849746288, "S21": -45.966824849746288, "W22": -33.088492371759138, "S22": -37.690817522598245, "W31": -67.361718649074319, "S31": -67.361718649074319, "W32": -88.625616317154183, "S32": -93.625616317154183 }, "geometry": { "type": "Point", "coordinates": [ 104277.886792452831287, 524300.754716981085949 ] } }, +{ "type": "Feature", "properties": { "W11": 5.9827590259284831, "S11": 5.4827590259284831, "W12": -10.0, "S12": -11.469483294200037, "W13": -14.024495136392472, "S13": -15.570405440321309, "W21": -53.971916660595902, "S21": -56.599554937779452, "W22": -40.322191839715401, "S22": -45.280453146907504, "W31": -65.146595668308734, "S31": -66.591252250283333, "W32": -90.277431470286075, "S32": -95.277431470286075 }, "geometry": { "type": "Point", "coordinates": [ 104278.0, 500811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79149323386246928, "S11": 0.79149323386246928, "W12": -7.5593088836501456, "S12": -8.7009777421456747, "W13": -18.330031695721079, "S13": -21.008872905400636, "W21": -38.287045878922186, "S21": -39.100239207106213, "W22": -40.0, "S22": -47.460304601425797, "W31": -68.289824953423292, "S31": -70.515932497929967, "W32": -95.150211045076773, "S32": -100.15021104507677 }, "geometry": { "type": "Point", "coordinates": [ 104278.0, 511770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25247144088577333, "S11": 0.25247144088577333, "W12": -11.392169427185568, "S12": -11.392169427185568, "W13": -19.487391424880649, "S13": -20.23024287175128, "W21": -34.470925674579341, "S21": -39.470925674579341, "W22": -38.578651397451075, "S22": -48.005937895467213, "W31": -70.708905345670857, "S31": -73.097770886003147, "W32": -85.074786538423083, "S32": -90.074786538423083 }, "geometry": { "type": "Point", "coordinates": [ 104278.0, 513394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9883787136365161, "S12": -4.9883787136365161, "W13": -17.145029419648896, "S13": -17.145029419648896, "W21": -43.716425175837955, "S21": -44.189333395520876, "W22": -37.262386362903172, "S22": -37.262386362903172, "W31": -56.09882745841908, "S31": -58.656314562859251, "W32": -88.319903581267212, "S32": -93.319903581267212 }, "geometry": { "type": "Point", "coordinates": [ 104278.333333333328483, 521395.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13361828940684783, "S11": -0.53080923708963768, "W12": -6.7646341046974818, "S12": -6.7646341046974818, "W13": -24.232944275163955, "S13": -26.17603484069711, "W21": -33.832876571745068, "S21": -39.905785187540815, "W22": -60.0, "S22": -60.0, "W31": -75.507169001301165, "S31": -76.100145692775897, "W32": -96.009191264126656, "S32": -101.00919126412666 }, "geometry": { "type": "Point", "coordinates": [ 104278.666666666671517, 505749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.764376636273389, "S12": -5.1565428230133667, "W13": -15.000000000000011, "S13": -15.000000000000011, "W21": -45.986284826807704, "S21": -45.986284826807704, "W22": -39.639886304908835, "S22": -43.911262050136067, "W31": -68.697126199490214, "S31": -71.185735830839732, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104278.909090909088263, 524332.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5984510138014301, "S12": -10.723573369093375, "W13": -19.664058051716111, "S13": -22.458674695880312, "W21": -35.928510754522762, "S21": -35.928510754522762, "W22": -55.058757181628856, "S22": -55.058757181628856, "W31": -77.944149265040252, "S31": -84.094180630070667, "W32": -91.49606555244857, "S32": -96.49606555244857 }, "geometry": { "type": "Point", "coordinates": [ 104279.0, 503612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7086361384731523, "S12": -7.7086361384731523, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.433819247755586, "S21": -33.434609071127788, "W22": -59.314968390999937, "S22": -72.809404085629467, "W31": -87.958780602111176, "S31": -87.958780602111176, "W32": -100.07276186702502, "S32": -105.07276186702502 }, "geometry": { "type": "Point", "coordinates": [ 104279.0, 507878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0073795028292372, "S12": -5.0073795028292372, "W13": -19.479466812656113, "S13": -29.479466812656113, "W21": -44.773821254641241, "S21": -48.656467890121633, "W22": -36.18619037744299, "S22": -51.18619037744299, "W31": -67.101943457071457, "S31": -67.101943457071457, "W32": -97.68562746541545, "S32": -102.68562746541545 }, "geometry": { "type": "Point", "coordinates": [ 104279.0, 520114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9957488479262668, "S12": -14.995748847926267, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -31.921624173748821, "W22": -38.899381155500159, "S22": -43.38515946958394, "W31": -68.732549608077349, "S31": -68.732549608077349, "W32": -91.605219879246647, "S32": -96.605219879246647 }, "geometry": { "type": "Point", "coordinates": [ 104279.5, 508436.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41037243849760313, "S11": 0.41037243849760313, "W12": -7.7155422857936395, "S12": -7.7155422857936395, "W13": -14.178826110384112, "S13": -14.178826110384112, "W21": -40.238428250872253, "S21": -44.7369413029705, "W22": -35.705775265607599, "S22": -35.705775265607599, "W31": -50.0, "S31": -52.314864031637363, "W32": -94.6859858583517, "S32": -99.6859858583517 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 501701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69895567932689395, "S11": -1.5914921372927906, "W12": -4.9168717764202574, "S12": -4.9168717764202574, "W13": -15.0, "S13": -22.526286662977313, "W21": -31.742230801149997, "S21": -31.742230801149997, "W22": -90.0, "S22": -95.595283910016448, "W31": -99.158819158278718, "S31": -99.158819158278718, "W32": -101.0253686348382, "S32": -106.0253686348382 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 504926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5647038922960579, "S11": 1.5647038922960579, "W12": -10.0, "S12": -32.705799341442109, "W13": -32.705799341442109, "S13": -32.705799341442109, "W21": -37.250181945714658, "S21": -37.250181945714658, "W22": -56.194861715569282, "S22": -56.194861715569282, "W31": -79.288714344202745, "S31": -79.944380103879737, "W32": -93.789237668161434, "S32": -98.789237668161434 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 510281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7602563967080691, "S12": -6.7602563967080691, "W13": -19.846213852613786, "S13": -19.900513362393546, "W21": -47.576468546920026, "S21": -50.576468546920026, "W22": -38.230463580844152, "S22": -38.230463580844152, "W31": -65.521538566424653, "S31": -65.521538566424653, "W32": -89.580431863731491, "S32": -94.580431863731491 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 518418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3130597525284751, "S12": -5.3130597525284751, "W13": -20.0, "S13": -20.0, "W21": -46.634112129589674, "S21": -49.634112129589674, "W22": -40.0, "S22": -50.18918174699489, "W31": -67.083475397977892, "S31": -68.124709185162146, "W32": -94.922949993509121, "S32": -99.922949993509121 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 519438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0420650868046497, "S12": -5.0420650868046497, "W13": -20.0, "S13": -20.0, "W21": -46.109879031302007, "S21": -49.109879031302007, "W22": -60.0, "S22": -60.0, "W31": -76.874674351688313, "S31": -76.874674351688313, "W32": -88.90869908652877, "S32": -93.90869908652877 }, "geometry": { "type": "Point", "coordinates": [ 104280.0, 519629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9, "S11": -1.91, "W12": -6.9, "S12": -15.9, "W13": -22.9, "S13": -22.9, "W21": -34.590384872896166, "S21": -41.903420506636266, "W22": -40.005513596300247, "S22": -45.005513596300247, "W31": -72.911904781931469, "S31": -72.911904781931469, "W32": -96.158195908804174, "S32": -101.15819590880417 }, "geometry": { "type": "Point", "coordinates": [ 104280.4, 508947.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.301040668697931, "S11": 0.301040668697931, "W12": -12.059712773998379, "S12": -12.059712773998379, "W13": -19.582965109060968, "S13": -21.48288157994298, "W21": -35.031729001055268, "S21": -40.298721904960011, "W22": -38.859500773785065, "S22": -52.455339974725817, "W31": -69.763128560413577, "S31": -75.805499578971833, "W32": -91.908822891043258, "S32": -96.908822891043258 }, "geometry": { "type": "Point", "coordinates": [ 104280.666666666671517, 513528.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4125131381381379, "S11": 1.4125131381381379, "W12": -7.1206752136752129, "S12": -7.2487745154595418, "W13": -15.760387908439629, "S13": -17.852447378786302, "W21": -39.402408829577411, "S21": -42.18610561738835, "W22": -38.854765415569041, "S22": -52.558936759440769, "W31": -71.11080828446795, "S31": -74.543429975330454, "W32": -86.275585014705754, "S32": -91.275585014705754 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 498906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1975349832915623, "S11": 1.1975349832915623, "W12": -6.6760510570402873, "S12": -7.6760510570402873, "W13": -16.568312074087018, "S13": -17.941208086385338, "W21": -40.0, "S21": -42.522882114659993, "W22": -57.971158929893207, "S22": -57.971158929893207, "W31": -77.573253962345746, "S31": -77.573253962345746, "W32": -89.978883383925563, "S32": -94.978883383925563 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 499041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39618079334141071, "S11": 0.39618079334141071, "W12": -7.6313053742535759, "S12": -7.6313053742535759, "W13": -14.187354835398866, "S13": -14.187354835398866, "W21": -40.017382674050836, "S21": -45.399858717667975, "W22": -40.005462801886779, "S22": -44.951585661906201, "W31": -72.932874304934799, "S31": -72.932874304934799, "W32": -96.185140127963038, "S32": -101.18514012796304 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 501684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22643276287422956, "S11": -2.5509997348814504, "W12": -5.1180632963325587, "S12": -5.1180632963325587, "W13": -24.696532524747017, "S13": -24.696532524747017, "W21": -35.52221991894212, "S21": -42.08388956423827, "W22": -38.807062385886695, "S22": -51.795538264763955, "W31": -71.054622177660178, "S31": -74.302159894711068, "W32": -85.841114950709013, "S32": -90.841114950709013 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 506098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0155407747489704, "S12": -8.8212468429028732, "W13": -20.650608877467604, "S13": -20.650608877467604, "W21": -33.304063519677484, "S21": -33.312041551411703, "W22": -38.759359356204406, "S22": -51.032139770088548, "W31": -70.998436070852719, "S31": -74.060889814092178, "W32": -85.411313121053894, "S32": -90.411313121053894 }, "geometry": { "type": "Point", "coordinates": [ 104281.0, 507905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41221864671359909, "S11": 0.41221864671359909, "W12": -8.2916824395367588, "S12": -8.2916824395367588, "W13": -14.263117259781385, "S13": -14.323492220061317, "W21": -41.037150279415926, "S21": -48.636459433130419, "W22": -35.472870928866179, "S22": -50.611236427377307, "W31": -66.153289303145797, "S31": -66.153289303145797, "W32": -97.646885864779534, "S32": -102.64688586477953 }, "geometry": { "type": "Point", "coordinates": [ 104281.333333333328483, 501634.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1077398484349379, "S12": -6.1077398484349379, "W13": -20.0, "S13": -20.0, "W21": -47.831922636420735, "S21": -50.831922636420735, "W22": -37.219130985153171, "S22": -38.0102139293382, "W31": -65.864604736754487, "S31": -65.864604736754487, "W32": -89.397571151486048, "S32": -94.397571151486048 }, "geometry": { "type": "Point", "coordinates": [ 104281.5, 518882.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4389547305723282, "S11": 0.4389547305723282, "W12": -7.8405466666665689, "S12": -7.8405466666665689, "W13": -14.322481310881207, "S13": -15.172497199028347, "W21": -42.103483864536138, "S21": -51.65509338167994, "W22": -38.711656326522061, "S22": -50.268741275411735, "W31": -70.942249964044947, "S31": -73.804093335220628, "W32": -85.134275830350532, "S32": -90.134275830350532 }, "geometry": { "type": "Point", "coordinates": [ 104281.666666666671517, 501584.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46457406065624673, "S11": 0.46457406065624673, "W12": -7.98888, "S12": -7.98888, "W13": -14.286764328324399, "S13": -15.926421144339651, "W21": -42.844854424906309, "S21": -52.711592259618527, "W22": -90.0, "S22": -101.45394736842105, "W31": -103.2391285035313, "S31": -103.2391285035313, "W32": -103.2391285035313, "S32": -105.206408749887 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 501535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17916008685353335, "S11": -0.17916008685353335, "W12": -5.0, "S12": -20.88603631809643, "W13": -24.567505117067348, "S13": -24.567505117067348, "W21": -40.0, "S21": -40.0, "W22": -38.092861937793693, "S22": -49.647831304709968, "W31": -69.613789507112713, "S31": -69.613789507112713, "W32": -97.532662311835054, "S32": -102.53266231183505 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -16.183485598716786, "W13": -26.352435959944494, "S13": -26.352435959944494, "W21": -40.0, "S21": -40.0, "W22": -38.650169991318286, "S22": -52.333673664480699, "W31": -70.0, "S31": -74.863587993173383, "W32": -89.573705460666474, "S32": -94.573705460666474 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 509812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3541126636551342, "S11": 1.3541126636551342, "W12": -9.9492173398115984, "S12": -18.500591710698647, "W13": -28.797929653719791, "S13": -29.557113709698413, "W21": -39.278182304391962, "S21": -39.278182304391962, "W22": -38.580337716849257, "S22": -41.09229691560143, "W31": -53.255425709515855, "S31": -54.938424883868691, "W32": -97.237991801842838, "S32": -102.23799180184284 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 510616.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.31, "S11": -0.19, "W12": -8.1899996, "S12": -8.8899996, "W13": -14.59, "S13": -39.69, "W21": -39.700001, "S21": -39.700001, "W22": -60.0, "S22": -60.0, "W31": -75.569127914743717, "S31": -76.136365374231943, "W32": -96.182227838443552, "S32": -101.18222783844355 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -60.0, "S22": -60.0, "W31": -74.0463006096047, "S31": -74.0463006096047, "W32": -90.664173335558729, "S32": -95.664173335558729 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 526786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7825790292476373, "S12": -5.3932747909220948, "W13": -15.0, "S13": -15.0, "W21": -46.012873712080122, "S21": -46.012873712080122, "W22": -38.648535987961999, "S22": -49.294280589970256, "W31": -70.888268164904161, "S31": -73.469324543584165, "W32": -85.151172788897995, "S32": -90.151172788897995 }, "geometry": { "type": "Point", "coordinates": [ 104282.181818181823473, 524379.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5447225634447888, "S12": -10.337990809242974, "W13": -19.600710761931676, "S13": -22.417464497409377, "W21": -35.78090762944295, "S21": -35.78090762944295, "W22": -89.878558630300617, "S22": -101.32724284082693, "W31": -103.22853462443921, "S31": -103.22853462443921, "W32": -103.22853462443921, "S32": -105.15853520744825 }, "geometry": { "type": "Point", "coordinates": [ 104282.5, 503592.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9789480042691592, "S12": -4.9789480042691592, "W13": -16.766341298762619, "S13": -16.766341298762619, "W21": -44.09556090012952, "S21": -45.005208203034087, "W22": -40.109917541428715, "S22": -40.109917541428715, "W31": -65.058642180118497, "S31": -65.058642180118497, "W32": -89.916321938287496, "S32": -94.916321938287496 }, "geometry": { "type": "Point", "coordinates": [ 104282.625, 521639.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60523656973878759, "S11": 0.60523656973878759, "W12": -8.7146310432569969, "S12": -9.5209005425884463, "W13": -16.191100178890878, "S13": -17.580309163657162, "W21": -40.0, "S21": -42.383993698306419, "W22": -38.932347145928546, "S22": -43.821883784673027, "W31": -68.903441772373412, "S31": -71.432204548540625, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104283.0, 499280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2190524730043748, "S12": -11.763679704365943, "W13": -29.610236885510293, "S13": -29.610236885510293, "W21": -38.459015317592247, "S21": -38.459015317592247, "W22": -58.602632598603037, "S22": -58.602632598603037, "W31": -80.153692034996809, "S31": -80.285321246999871, "W32": -92.170597997605825, "S32": -97.170597997605825 }, "geometry": { "type": "Point", "coordinates": [ 104283.0, 510091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24355961557840819, "S11": -0.22383328391630095, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -18.959125219003944, "S13": -20.116027024711975, "W21": -34.052176387452683, "S21": -34.615667774114804, "W22": -59.668955203589157, "S22": -73.394357166239942, "W31": -87.948217248023084, "S31": -87.948217248023084, "W32": -100.08625636175712, "S32": -105.08625636175712 }, "geometry": { "type": "Point", "coordinates": [ 104283.0, 513001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71236035650075324, "S11": 0.71236035650075324, "W12": -8.6345303074809117, "S12": -13.30802119648034, "W13": -23.208497882603378, "S13": -23.208497882603378, "W21": -33.20158899627554, "S21": -33.264316371611471, "W22": -74.279265723743606, "S22": -84.350486101389023, "W31": -93.133603958306722, "S31": -93.133603958306722, "W32": -101.64351117250649, "S32": -106.64351117250649 }, "geometry": { "type": "Point", "coordinates": [ 104283.25, 508012.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60509229962818467, "S11": -1.5384973364765435, "W12": -10.199449415003423, "S12": -15.673552648733573, "W13": -19.787986760461152, "S13": -19.787986760461152, "W21": -35.049558287063448, "S21": -36.536853750849076, "W22": -90.0, "S22": -100.95277337559429, "W31": -102.30326922222716, "S31": -102.30326922222716, "W32": -102.30326922222716, "S32": -103.35372412546324 }, "geometry": { "type": "Point", "coordinates": [ 104283.5, 506868.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2686032790309107, "S11": 1.2686032790309107, "W12": -6.7950486111111115, "S12": -7.7950486111111115, "W13": -16.335540800279574, "S13": -17.930767372621165, "W21": -40.0, "S21": -42.594299660241418, "W22": -69.364807476245659, "S22": -69.364807476245659, "W31": -86.69152546434124, "S31": -86.69152546434124, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 499002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25711882411781961, "S11": -0.25711882411781961, "W12": -11.010336196107202, "S12": -11.010336196107202, "W13": -15.432418489475856, "S13": -19.87831076490091, "W21": -40.618228095607328, "S21": -40.618228095607328, "W22": -60.0, "S22": -60.0, "W31": -77.163154429575144, "S31": -77.163154429575144, "W32": -89.370768380396598, "S32": -94.370768380396598 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 499841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64553520317739299, "S11": 0.08562105914660334, "W12": -4.5224448393306682, "S12": -4.5529947374976754, "W13": -18.40559521736607, "S13": -19.156828523147599, "W21": -35.60788117823477, "S21": -35.60788117823477, "W22": -37.01549488230593, "S22": -48.31867670048775, "W31": -68.241116626461604, "S31": -68.241116626461604, "W32": -97.607466262898427, "S32": -102.60746626289843 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 504242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7414167668852074, "W12": -4.9679678681906569, "S12": -4.9679678681906569, "W13": -15.862274459391211, "S13": -18.691717906428913, "W21": -32.542694351278406, "S21": -32.542694351278406, "W22": -38.758048744607748, "S22": -52.201132474292201, "W31": -69.901385099286315, "S31": -75.308041308772616, "W32": -90.810195889827682, "S32": -95.810195889827682 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 504572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6074631392183765, "S12": -6.6074631392183765, "W13": -20.0, "S13": -20.0, "W21": -34.042134597282015, "S21": -34.042134597282015, "W22": -60.000000000000007, "S22": -60.000000000000007, "W31": -73.650689669771467, "S31": -73.836301131354844, "W32": -92.469583703013967, "S32": -97.469583703013967 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 507765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50451127819550445, "S11": -1.8243082325102606, "W12": -5.3964716951543181, "S12": -15.642057569953378, "W13": -22.584638480758503, "S13": -22.584638480758503, "W21": -35.606067565070177, "S21": -44.9818441203671, "W22": -47.829406308604383, "S22": -47.829406308604383, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 509027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27578464271614689, "S11": -0.27578464271614689, "W12": -5.0, "S12": -21.075748891369273, "W13": -24.408245035672419, "S13": -24.408245035672419, "W21": -40.0, "S21": -40.0, "W22": -38.585415649401924, "S22": -48.319819904528771, "W31": -70.834286365763376, "S31": -73.162086091184349, "W32": -85.168069747445458, "S32": -90.168069747445458 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 509662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5629635285693271, "S11": 1.5629635285693271, "W12": -9.9504949561519886, "S12": -17.534408610867651, "W13": -28.952549257788597, "S13": -31.952549257788597, "W21": -39.430868959882112, "S21": -39.715531314728018, "W22": -40.01254244486725, "S22": -42.224090332329261, "W31": -76.013954060561332, "S31": -76.013954060561332, "W32": -99.529183219103331, "S32": -104.52918321910333 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 510474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8883255831788688, "S12": -6.8883255831788688, "W13": -19.804358776112931, "S13": -20.189914930719169, "W21": -47.495313825908021, "S21": -50.926028111622308, "W22": -40.150372257279294, "S22": -40.25485649584575, "W31": -65.079770342339572, "S31": -65.079770342339572, "W32": -89.943907359991414, "S32": -94.943907359991414 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 518340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7415764070113857, "S12": -5.2205432876637339, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -45.991244457139857, "S21": -45.991244457139857, "W22": -38.835902530481157, "S22": -50.218272625184966, "W31": -69.530147729549483, "S31": -73.59375281034427, "W32": -94.178775537566835, "S32": -99.178775537566835 }, "geometry": { "type": "Point", "coordinates": [ 104284.0, 524350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1183146118238678, "S12": -6.1183146118238678, "W13": -15.436318255827059, "S13": -19.288433806446168, "W21": -36.893479103821228, "S21": -43.402306728437239, "W22": -40.0, "S22": -47.874878483473751, "W31": -68.110483561644173, "S31": -70.621433796129438, "W32": -95.121014554037529, "S32": -100.12101455403753 }, "geometry": { "type": "Point", "coordinates": [ 104284.2, 502539.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09681140134973551, "S11": 0.096811401349735288, "W12": -2.0794356977200015, "S12": -7.4453570624808361, "W13": -22.375517975848723, "S13": -22.375517975848723, "W21": -35.445401194093598, "S21": -39.791055586023568, "W22": -53.90584655108816, "S22": -63.90584655108816, "W31": -87.430313588850183, "S31": -87.430313588850183, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104284.666666666671517, 506513.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3326597744360902, "S11": 1.3326597744360902, "W12": -6.9561342592592581, "S12": -7.6960566797402512, "W13": -16.144242530141533, "S13": -17.914794886963612, "W21": -40.0, "S21": -42.654812759063887, "W22": -40.011596913724574, "S22": -42.143373210166104, "W31": -75.925291295407817, "S31": -75.925291295407817, "W32": -99.432706159689175, "S32": -104.43270615968918 }, "geometry": { "type": "Point", "coordinates": [ 104285.0, 498970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9615208229967811, "S12": -4.9615208229967811, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -44.81370957067837, "S21": -45.977395920575901, "W22": -39.999999999999993, "S22": -45.490705945510662, "W31": -72.650276252398754, "S31": -72.650276252398754, "W32": -95.399375957465978, "S32": -100.39937595746598 }, "geometry": { "type": "Point", "coordinates": [ 104285.0, 522562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8007814222219967, "S12": -5.6300067588309162, "W13": -14.999999999999996, "S13": -14.999999999999996, "W21": -46.039462597352568, "S21": -46.039462597352568, "W22": -38.933337244909971, "S22": -38.933337244909971, "W31": -65.232163086064745, "S31": -65.232163086064745, "W32": -89.691069087220981, "S32": -94.691069087220981 }, "geometry": { "type": "Point", "coordinates": [ 104285.454545454544132, 524426.181818181765266 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67570758175683676, "S11": -0.67570758175683676, "W12": -7.2124708987211896, "S12": -13.40882200972448, "W13": -21.621769834023233, "S13": -21.621769834023233, "W21": -30.989577803163513, "S21": -33.172240341863201, "W22": -40.212304420934387, "S22": -42.030862952827455, "W31": -65.10925167030679, "S31": -65.476657554675299, "W32": -89.986665553743848, "S32": -94.986665553743848 }, "geometry": { "type": "Point", "coordinates": [ 104285.5, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47873160188415503, "S11": -1.4594583513724311, "W12": -9.8003629764065323, "S12": -17.210757586334577, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -34.61881344735545, "S21": -37.133339630238183, "W22": -39.999999999999993, "S22": -46.998172712506644, "W31": -68.428036811994076, "S31": -71.083381406691245, "W32": -95.003626336170299, "S32": -100.0036263361703 }, "geometry": { "type": "Point", "coordinates": [ 104286.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15915297050089977, "S11": 0.15915297050089977, "W12": -13.276142713558023, "S12": -13.276142713558023, "W13": -20.052912310568935, "S13": -20.348590593996697, "W21": -37.582769458757937, "S21": -40.112051113121666, "W22": -40.0, "S22": -48.93114063512644, "W31": -67.774103213653177, "S31": -70.161554836837496, "W32": -95.237685193015935, "S32": -100.23768519301593 }, "geometry": { "type": "Point", "coordinates": [ 104286.75, 514131.9375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4089337308661708, "S11": 0.4089337308661708, "W12": -10.000000000000002, "S12": -10.447778933293712, "W13": -15.802336762075134, "S13": -17.728516152886826, "W21": -40.0, "S21": -42.395699094131551, "W22": -38.522295310841848, "S22": -47.345359219087285, "W31": -70.780304566622604, "S31": -73.05837887106911, "W32": -85.18496670599292, "S32": -90.18496670599292 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 499387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10378117710671418, "S11": -0.10378117710671418, "W12": -10.0, "S12": -10.0, "W13": -15.407501031778786, "S13": -19.109004891835013, "W21": -40.633550214071406, "S21": -41.76547808466276, "W22": -49.913114895314806, "S22": -53.834368911060665, "W31": -79.358479128621298, "S31": -79.358479128621298, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 499708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51032462096549147, "S11": 0.51032462096549147, "W12": -8.2846358381502885, "S12": -8.2846358381502885, "W13": -14.095100435753002, "S13": -16.274563523001326, "W21": -43.531046411069475, "S21": -53.531046411069475, "W22": -38.836376361829544, "S22": -52.44409037381925, "W31": -71.191605123029049, "S31": -74.531095180367075, "W32": -86.22308895604445, "S32": -91.22308895604445 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 501456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0985407222789088, "S11": 1.0985407222789088, "W12": -7.895755933701051, "S12": -8.7620545283351081, "W13": -14.941142803527866, "S13": -14.941142803527866, "W21": -39.020885480127582, "S21": -39.020885480127582, "W22": -40.0, "S22": -46.911545749864516, "W31": -68.47640947794109, "S31": -71.185146899969183, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 511959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7623321055671584, "S12": -6.7623321055671584, "W13": -19.833962597119761, "S13": -19.833962597119761, "W21": -47.630045736625362, "S21": -50.630045736625362, "W22": -49.778154951210482, "S22": -54.778154951210482, "W31": -87.682596637248025, "S31": -87.682596637248025, "W32": -98.878493604926575, "S32": -103.87849360492658 }, "geometry": { "type": "Point", "coordinates": [ 104287.0, 518438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67020803941635454, "S11": -0.67020803941635454, "W12": -5.1373476020209097, "S12": -20.082712709291833, "W13": -23.677208927765175, "S13": -23.677208927765175, "W21": -40.000000000000007, "S21": -40.825572425112881, "W22": -72.221956945605029, "S22": -74.285417263940971, "W31": -96.903959561920814, "S31": -96.903959561920814, "W32": -96.903959561920814, "S32": -98.798052257402517 }, "geometry": { "type": "Point", "coordinates": [ 104287.666666666671517, 509601.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5275693470541825, "S12": -5.5275693470541825, "W13": -16.138843561724592, "S13": -20.817321763369463, "W21": -35.311827439972831, "S21": -37.872097947315496, "W22": -40.112979073991077, "S22": -49.247390927637838, "W31": -65.865689374504029, "S31": -69.771701359196484, "W32": -93.689133505082083, "S32": -98.689133505082083 }, "geometry": { "type": "Point", "coordinates": [ 104288.0, 502697.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0468813726179631, "S11": 2.0468813726179631, "W12": -6.8737509149848606, "S12": -14.617725592968167, "W13": -22.502999482693557, "S13": -22.502999482693557, "W21": -35.536761608028158, "S21": -45.663072442253707, "W22": -37.601656337501367, "S22": -43.211613503788776, "W31": -65.395365943361526, "S31": -67.571684903323415, "W32": -85.181167389869827, "S32": -90.181167389869827 }, "geometry": { "type": "Point", "coordinates": [ 104288.0, 509061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49984784002798344, "S11": 0.49984784002798344, "W12": -10.0, "S12": -18.297150484693034, "W13": -29.380437706373613, "S13": -29.380437706373613, "W21": -39.736698956162478, "S21": -39.736698956162478, "W22": -36.392309707847502, "S22": -39.198220278346049, "W31": -50.0, "S31": -51.918482058696377, "W32": -96.188032091931461, "S32": -101.18803209193146 }, "geometry": { "type": "Point", "coordinates": [ 104288.0, 509996.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7540955598423711, "S12": -5.4639866332769689, "W13": -15.0, "S13": -15.0, "W21": -46.018088744064293, "S21": -46.018088744064293, "W22": -37.629388796258681, "S22": -41.49864204584437, "W31": -68.872483818589245, "S31": -68.872483818589245, "W32": -89.877957361743682, "S32": -94.877957361743682 }, "geometry": { "type": "Point", "coordinates": [ 104288.306122448979295, 524399.346938775503077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22486554223366392, "S11": -0.22486554223366392, "W12": -10.0, "S12": -16.089456730873763, "W13": -22.682048952908101, "S13": -22.682048952908101, "W21": -36.249535692519174, "S21": -36.249535692519174, "W22": -40.0, "S22": -49.43922689533143, "W31": -67.272865612499928, "S31": -68.93951076962712, "W32": -95.199023082561069, "S32": -100.19902308256107 }, "geometry": { "type": "Point", "coordinates": [ 104288.333333333328483, 509260.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9912126968821795, "S11": 2.9912126968821795, "W12": -10.0, "S12": -12.936494448221165, "W13": -14.999999999999998, "S13": -17.510666048925128, "W21": -48.604778028592925, "S21": -51.092137177480417, "W22": -38.471131604235318, "S22": -46.564518623748526, "W31": -69.570283340365449, "S31": -71.805188498528565, "W32": -85.202763502569525, "S32": -90.202763502569525 }, "geometry": { "type": "Point", "coordinates": [ 104288.5, 500658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8189838151963524, "S12": -5.8622986037447129, "W13": -14.999999999999993, "S13": -14.999999999999993, "W21": -46.066051482625078, "S21": -46.066051482625078, "W22": -38.413978474829413, "S22": -46.325702036193441, "W31": -69.111680893187497, "S31": -71.34002977665952, "W32": -85.201863664540369, "S32": -90.201863664540369 }, "geometry": { "type": "Point", "coordinates": [ 104288.727272727279342, 524473.090909090940841 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7247237228178904, "W12": -4.7004881310872797, "S12": -4.7004881310872797, "W13": -16.526406182911121, "S13": -16.526406182911121, "W21": -34.047058419724799, "S21": -34.047058419724799, "W22": -53.506331222925994, "S22": -53.506331222925994, "W31": -78.757340500596598, "S31": -87.263647840045195, "W32": -92.725194330132936, "S32": -97.725194330132936 }, "geometry": { "type": "Point", "coordinates": [ 104289.0, 504409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5262199048664471, "S11": 0.5262199048664471, "W12": -10.000000000000002, "S12": -16.202574745443957, "W13": -22.183258639005125, "S13": -22.183258639005125, "W21": -37.716162692459491, "S21": -37.716162692459491, "W22": -50.009068626473081, "S22": -53.036999582384013, "W31": -78.121082619316851, "S31": -78.121082619316851, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104289.0, 509342.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49342039293418061, "S11": 0.49342039293418061, "W12": -5.0, "S12": -17.995614490997809, "W13": -27.351385815549641, "S13": -27.351385815549641, "W21": -40.0, "S21": -40.0, "W22": -34.571682550588832, "S22": -35.421839571674518, "W31": -65.255400337975317, "S31": -65.255400337975317, "W32": -97.753195649433152, "S32": -102.75319564943315 }, "geometry": { "type": "Point", "coordinates": [ 104289.0, 509876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53627031082176579, "S11": -0.75108794873876361, "W12": -11.734399671361652, "S12": -11.734399671361652, "W13": -20.84103202971005, "S13": -26.644269318906286, "W21": -38.95513818825799, "S21": -41.85413441960894, "W22": -39.895870738768892, "S22": -43.605675693961302, "W31": -68.732503122962797, "S31": -71.685105226500568, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104289.573770491799223, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6628033576714919, "S11": -0.6628033576714919, "W12": -9.7428121305727906, "S12": -11.241840888805507, "W13": -22.718027711532972, "S13": -22.718027711532972, "W21": -35.759786210878531, "S21": -35.806451514740338, "W22": -40.138256927456858, "S22": -41.227512983373138, "W31": -58.789598391175353, "S31": -60.354709938949284, "W32": -98.438461268962612, "S32": -103.43846126896261 }, "geometry": { "type": "Point", "coordinates": [ 104289.666666666671517, 509230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96508915165165154, "S11": 0.96508915165165154, "W12": -5.5828589743589756, "S12": -5.5828589743589756, "W13": -14.999999999999998, "S13": -18.0, "W21": -38.047756934827312, "S21": -40.144966699147211, "W22": -57.677220678951969, "S22": -57.677220678951969, "W31": -79.96488810096551, "S31": -79.96488810096551, "W32": -92.465481826096422, "S32": -97.465481826096422 }, "geometry": { "type": "Point", "coordinates": [ 104290.0, 498666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15492992499013028, "S11": 0.15492992499013028, "W12": -5.0, "S12": -19.151534126487164, "W13": -24.798043708142419, "S13": -24.798043708142419, "W21": -40.0, "S21": -40.0, "W22": -60.0, "S22": -60.0, "W31": -76.765150875107707, "S31": -76.765150875107707, "W32": -88.789459143114669, "S32": -93.789459143114669 }, "geometry": { "type": "Point", "coordinates": [ 104290.0, 509721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23518675359238261, "S11": 0.23518675359238261, "W12": -10.883835382149588, "S12": -10.883835382149588, "W13": -19.41486760560473, "S13": -19.538143172743084, "W21": -34.08740749680463, "S21": -38.075632108202988, "W22": -35.958961932962907, "S22": -42.258175792095031, "W31": -67.866698297758575, "S31": -67.866698297758575, "W32": -98.456490104136108, "S32": -103.45649010413611 }, "geometry": { "type": "Point", "coordinates": [ 104290.571428571434808, 513299.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44083127008375916, "S11": 0.44083127008375916, "W12": -7.8541160949868072, "S12": -7.8541160949868072, "W13": -14.097830805942575, "S13": -14.097830805942575, "W21": -40.78014731020577, "S21": -42.120152870394818, "W22": -48.922732482554146, "S22": -53.416405229539954, "W31": -86.71373307563141, "S31": -86.71373307563141, "W32": -98.209444930766509, "S32": -103.20944493076651 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 501747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -17.853328908866029, "W13": -24.037284587126027, "S13": -24.037284587126027, "W21": -40.0, "S21": -40.722806729585557, "W22": -70.0, "S22": -70.015013606080458, "W31": -92.745296265094083, "S31": -92.745296265094083, "W32": -92.745296265094083, "S32": -97.266564057461167 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 509632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -16.480901690670006, "W13": -25.481753741139407, "S13": -25.481753741139407, "W21": -40.0, "S21": -40.0, "W22": -41.154355049563762, "S22": -44.336835737510128, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 509768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.334101673508052, "S11": 1.334101673508052, "W12": -9.3304966620204404, "S12": -22.548324220065009, "W13": -29.426325401384346, "S13": -29.426325401384346, "W21": -38.11093036569536, "S21": -38.11093036569536, "W22": -39.441516026245928, "S22": -43.484984443723853, "W31": -68.843442861074465, "S31": -71.920891297080473, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 510143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -9.9244784697057131, "S12": -9.9244784697057131, "W13": -15.888243228841025, "S13": -15.888243228841025, "W21": -37.122723033449532, "S21": -38.836049514463163, "W22": -37.085384028161052, "S22": -37.085384028161052, "W31": -59.421931873942626, "S31": -61.531441960397956, "W32": -86.392561983471069, "S32": -91.392561983471069 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 512453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9951951093460885, "S12": -4.9951951093460885, "W13": -19.937013701174596, "S13": -23.400795399581373, "W21": -45.466520928865094, "S21": -48.466520928865094, "W22": -69.312072862280587, "S22": -69.312072862280587, "W31": -86.179492264169625, "S31": -86.179492264169625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104291.0, 519883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0890891846450401, "S11": -1.3886642288731648, "W12": -9.0060011913068418, "S12": -9.0060011913068418, "W13": -19.879793624403732, "S13": -25.242719124195354, "W21": -43.37660354975273, "S21": -47.481223063852383, "W22": -40.001782952553981, "S22": -42.861383489646968, "W31": -73.799977153301356, "S31": -73.799977153301356, "W32": -97.154861674326384, "S32": -102.15486167432638 }, "geometry": { "type": "Point", "coordinates": [ 104291.922413793101441, 516620.547413793101441 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66616583633752824, "S11": -1.8573179854480044, "W12": -5.0, "S12": -5.0, "W13": -14.9908144247552, "S13": -21.766905506349129, "W21": -31.564188328047653, "S21": -31.564188328047653, "W22": -40.010814030521487, "S22": -40.010814030521487, "W31": -65.024800771745603, "S31": -65.024800771745603, "W32": -89.845443680802703, "S32": -94.845443680802703 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 504989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48673833031491542, "S11": 0.48673833031491542, "W12": -7.3964539695642983, "S12": -12.292485554578915, "W13": -22.635416585217293, "S13": -22.635416585217293, "W21": -32.58884684307278, "S21": -32.639453393226987, "W22": -40.0, "S22": -48.242871030460144, "W31": -67.965182963818094, "S31": -70.63112113255643, "W32": -95.117112718829532, "S32": -100.11711271882953 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 508057.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50027839297572985, "W12": -7.0367186758620912, "S12": -15.358612621929815, "W13": -22.478079839304449, "S13": -22.478079839304449, "W21": -31.366221912152533, "S21": -36.618436479081666, "W22": -41.297703231839165, "S22": -42.477545133030127, "W31": -63.854327390599686, "S31": -65.234048005135051, "W32": -99.320767893281641, "S32": -104.32076789328164 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 508684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1857142857142855, "S11": 2.1857142857142855, "W12": -10.464337945775537, "S12": -35.46433794577554, "W13": -35.46433794577554, "S13": -35.46433794577554, "W21": -37.906816783650541, "S21": -37.907149511125596, "W22": -40.717416532389358, "S22": -40.717416532389358, "W31": -61.675980551053485, "S31": -63.135422182465035, "W32": -98.976631748589838, "S32": -103.97663174858984 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 510208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8371862081707118, "S12": -6.0404309196923798, "W13": -15.000000000000009, "S13": -15.000000000000009, "W21": -46.092640367897523, "S21": -46.092640367897523, "W22": -90.0, "S22": -100.81812995245642, "W31": -102.02083240794208, "S31": -102.02083240794208, "W32": -102.02083240794208, "S32": -102.56348865587996 }, "geometry": { "type": "Point", "coordinates": [ 104292.0, 524520.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0178787214277105, "S11": 1.0178787214277105, "W12": -4.420509238692274, "S12": -15.025600022065413, "W13": -20.514532833154028, "S13": -22.940854957253173, "W21": -37.240107127235106, "S21": -37.240107127235106, "W22": -39.160718281494745, "S22": -46.131263559002051, "W31": -71.958776599890996, "S31": -76.968163951669652, "W32": -97.327133754904537, "S32": -102.32713375490454 }, "geometry": { "type": "Point", "coordinates": [ 104292.111111111109494, 504077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -36.080886220130402, "S22": -51.024568038312651, "W31": -67.14906212243443, "S31": -67.14906212243443, "W32": -97.611686336614895, "S32": -102.61168633661489 }, "geometry": { "type": "Point", "coordinates": [ 104292.28947368421359, 530017.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1293854986179026, "S11": 2.1293854986179026, "W12": -10.0, "S12": -34.066426987433644, "W13": -34.066426987433644, "S13": -34.066426987433644, "W21": -38.956845860031521, "S21": -38.956845860031521, "W22": -40.0, "S22": -50.95902630783187, "W31": -65.930420073149264, "S31": -69.887067119171974, "W32": -93.758855088780308, "S32": -98.758855088780308 }, "geometry": { "type": "Point", "coordinates": [ 104292.5, 510247.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7666147126733565, "S12": -5.7074299788902048, "W13": -15.0, "S13": -15.0, "W21": -46.044933030988723, "S21": -46.044933030988723, "W22": -40.0, "S22": -50.395293905052014, "W31": -66.640630147816395, "S31": -66.815373646558086, "W32": -94.454117239408333, "S32": -99.454117239408333 }, "geometry": { "type": "Point", "coordinates": [ 104292.61224489795859, 524448.693877551006153 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.28523048235391, "W12": -4.7229699605326854, "S12": -4.7229699605326854, "W13": -16.375053671103476, "S13": -16.375053671103476, "W21": -33.909298226565255, "S21": -33.909298226565255, "W22": -37.44744594412461, "S22": -40.265955499327816, "W31": -50.0, "S31": -51.74128023586276, "W32": -96.754265494166702, "S32": -101.7542654941667 }, "geometry": { "type": "Point", "coordinates": [ 104293.0, 504423.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27328688883851182, "S11": -0.27328688883851182, "W12": -7.8363446330478981, "S12": -7.8363446330478981, "W13": -23.292391926064731, "S13": -23.292391926064731, "W21": -32.85729923588994, "S21": -36.529698564747314, "W22": -40.035183252504453, "S22": -40.035183252504453, "W31": -65.03932706303506, "S31": -65.03932706303506, "W32": -89.861729193033582, "S32": -94.861729193033582 }, "geometry": { "type": "Point", "coordinates": [ 104293.0, 508812.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73353226218289036, "S11": 0.73353226218289036, "W12": -10.0, "S12": -24.903493380125738, "W13": -31.23078268220716, "S13": -31.23078268220716, "W21": -39.008687152262958, "S21": -39.008687152262958, "W22": -89.439601494396015, "S22": -96.033857753600728, "W31": -99.785105659291304, "S31": -99.785105659291304, "W32": -100.71898431775371, "S32": -105.71898431775371 }, "geometry": { "type": "Point", "coordinates": [ 104293.0, 510369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088498867239615309, "S11": -0.088498867239615309, "W12": -10.0, "S12": -10.0, "W13": -15.435717556253255, "S13": -19.059455042679719, "W21": -40.696411916079562, "S21": -41.989840063483555, "W22": -85.186423142732082, "S22": -94.28093784751394, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104293.666666666671517, 499697.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3561919911169449, "S11": 4.1847415927757901, "W12": -10.0, "S12": -12.331101545685698, "W13": -14.743939522097696, "S13": -16.870332405715189, "W21": -50.0, "S21": -52.494346889359186, "W22": -50.0, "S22": -50.0, "W31": -77.522858619081774, "S31": -90.852088349993778, "W32": -94.661360366209792, "S32": -99.661360366209792 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 500714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5446541518144219, "S11": 4.4252605089233619, "W12": -9.7175818882466292, "S12": -9.7175818882466292, "W13": -13.258645955451348, "S13": -15.461720744701294, "W21": -60.0, "S21": -63.669840514163297, "W22": -47.576470389165038, "S22": -47.576470389165038, "W31": -77.228800146734429, "S31": -85.465816247274475, "W32": -95.537843223562803, "S32": -100.5378432235628 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 501105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4680450734848325, "S12": -20.615262368756078, "W13": -28.123042797494783, "S13": -33.281942517083515, "W21": -38.348999264158238, "S21": -38.348999264158238, "W22": -41.667865139608729, "S22": -41.667865139608729, "W31": -75.875914476491715, "S31": -75.875914476491715, "W32": -96.980615670962933, "S32": -101.98061567096293 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 511078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66613797267284314, "S11": -0.49735515827153209, "W12": -9.5918263756767175, "S12": -9.5918263756767175, "W13": -15.625139997372282, "S13": -15.625139997372282, "W21": -37.652738236563003, "S21": -39.294595663484934, "W22": -38.208268068919224, "S22": -49.805152197448919, "W31": -69.999999999999986, "S31": -70.39486166007903, "W32": -97.417861565634425, "S32": -102.41786156563442 }, "geometry": { "type": "Point", "coordinates": [ 104294.0, 512383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42206540508158019, "S11": -1.380946124320525, "W12": -8.7205081669691467, "S12": -16.984891262157497, "W13": -20.228771171230147, "S13": -20.228771171230147, "W21": -34.354099622979362, "S21": -37.385492828975259, "W22": -36.363401075189962, "S22": -41.363401075189962, "W31": -69.47355057094461, "S31": -69.47355057094461, "W32": -88.288458732547042, "S32": -93.288458732547042 }, "geometry": { "type": "Point", "coordinates": [ 104295.0, 506770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71532236469220611, "S11": -0.71532236469220611, "W12": -5.9539209189308036, "S12": -14.358404831610848, "W13": -22.694146936084309, "S13": -22.694146936084309, "W21": -35.254709236864151, "S21": -43.623118884987264, "W22": -40.0, "S22": -48.289452365521711, "W31": -67.931142169865069, "S31": -70.726935094328937, "W32": -95.0918180629983, "S32": -100.0918180629983 }, "geometry": { "type": "Point", "coordinates": [ 104295.0, 508994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0415626222339718, "S12": -18.549243983731124, "W13": -27.1691107527285, "S13": -27.1691107527285, "W21": -40.0, "S21": -40.0, "W22": -40.740002, "S22": -40.740002, "W31": -65.360559825811052, "S31": -70.910483817583952, "W32": -91.491356985699653, "S32": -96.491356985699653 }, "geometry": { "type": "Point", "coordinates": [ 104295.0, 509870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096313280855058872, "S11": -0.096313280855058872, "W12": -8.8851411437392276, "S12": -8.8851411437392276, "W13": -15.794043940620922, "S13": -18.207084347515526, "W21": -44.048291563955082, "S21": -46.8735389165493, "W22": -72.212189616252829, "S22": -74.144067357556324, "W31": -95.754844144903103, "S31": -95.754844144903103, "W32": -95.754844144903103, "S32": -98.295450381119906 }, "geometry": { "type": "Point", "coordinates": [ 104295.75, 500254.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17910728313320617, "S11": -0.17910728313320617, "W12": -8.8171198709736771, "S12": -8.8171198709736771, "W13": -15.606041586629713, "S13": -17.796490866087186, "W21": -41.730452674897116, "S21": -44.634633080084932, "W22": -85.525595539786679, "S22": -100.04908353609297, "W31": -100.94535436473652, "S31": -100.94535436473652, "W32": -100.94535436473652, "S32": -105.23431594860155 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 500096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.3855789980732176, "S12": -9.3855789980732176, "W13": -13.468703634817727, "S13": -15.693856181168348, "W21": -55.656536531918576, "S21": -61.05643048737987, "W22": -34.24764034273111, "S22": -50.162305849439448, "W31": -64.650442796543857, "S31": -64.650442796543857, "W32": -97.572084791805779, "S32": -102.57208479180578 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 501180.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8563876784825775, "S12": -5.8563876784825775, "W13": -15.870502363734447, "S13": -20.751338513440292, "W21": -35.915390700033818, "S21": -38.915390700033818, "W22": -33.263343797460337, "S22": -38.263343797460337, "W31": -67.625960578546781, "S31": -67.625960578546781, "W32": -88.399597661366556, "S32": -93.399597661366556 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 502632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51224299342300172, "S11": -1.4040334213210395, "W12": -4.4261593943981223, "S12": -4.4261593943981223, "W13": -15.0, "S13": -25.0, "W21": -30.784563786640817, "S21": -30.784563786640817, "W22": -38.386862930088377, "S22": -41.226309609342991, "W31": -53.255425709515862, "S31": -54.906875448796796, "W32": -97.413586518586001, "S32": -102.413586518586 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 504840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99, "S11": -0.99, "W12": -7.9899998, "S12": -7.9899998, "W13": -23.99, "S13": -23.99, "W21": -33.514038178089294, "S21": -38.161816707633726, "W22": -63.974639057750757, "S22": -82.524256118360825, "W31": -88.863872213171462, "S31": -88.863872213171462, "W32": -100.83429666955124, "S32": -105.83429666955124 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35107112375528132, "S11": -0.35107112375528132, "W12": -10.0, "S12": -14.515326668879094, "W13": -22.686382169586462, "S13": -22.686382169586462, "W21": -35.986959673773164, "S21": -35.986959673773164, "W22": -40.029054227891002, "S22": -46.482932138015265, "W31": -68.662994002458873, "S31": -71.8543613020084, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 509243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8622987053994318, "S11": 1.8622987053994318, "W12": -9.520284645293847, "S12": -29.520284645293849, "W13": -29.520284645293849, "S13": -29.520284645293849, "W21": -37.891506904785253, "S21": -37.89155915983158, "W22": -90.0, "S22": -95.201499531396436, "W31": -99.37511446786614, "S31": -99.37511446786614, "W32": -100.76040659410519, "S32": -105.76040659410519 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 510176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.84800049030674, "S12": -6.2196727410181083, "W13": -15.00000000000003, "S13": -15.00000000000003, "W21": -46.11859736847417, "S21": -46.11859736847417, "W22": -45.797189396358995, "S22": -45.797189396358995, "W31": -71.157999270938291, "S31": -72.134909425918238, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.384615384609788, 524568.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017571690152058082, "S11": 0.017571690152058082, "W12": -5.426946467621744, "S12": -5.426946467621744, "W13": -17.898958633657266, "S13": -21.014807455222865, "W21": -32.053570807468503, "S21": -32.053570807468503, "W22": -54.481054598005272, "S22": -54.481054598005272, "W31": -77.911501475077088, "S31": -85.519414931265999, "W32": -91.667003816316381, "S32": -96.667003816316381 }, "geometry": { "type": "Point", "coordinates": [ 104296.5, 503048.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7791338655043418, "S12": -5.9342801546327459, "W13": -15.0, "S13": -15.0, "W21": -46.071777317913167, "S21": -46.071777317913167, "W22": -40.055628794845646, "S22": -45.668218849318954, "W31": -68.720347763101984, "S31": -71.98732707679639, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104296.918367346937885, 524498.04081632650923 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3817576951951951, "S11": 1.3817576951951951, "W12": -7.0519472934472933, "S12": -7.0519472934472933, "W13": -15.662004193604753, "S13": -17.922343536128615, "W21": -39.873788241218676, "S21": -42.669374141968873, "W22": -60.0, "S22": -60.0, "W31": -73.968749639024679, "S31": -73.968749639024679, "W32": -91.266983870421228, "S32": -96.266983870421228 }, "geometry": { "type": "Point", "coordinates": [ 104297.0, 498889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7823186146856989, "S12": -14.318466213201692, "W13": -23.192817608443818, "S13": -32.294798422659326, "W21": -37.426035409979896, "S21": -37.426035409979896, "W22": -89.999999999999986, "S22": -100.3798572561459, "W31": -101.31304135388442, "S31": -101.31304135388442, "W32": -101.31304135388442, "S32": -101.31304135388442 }, "geometry": { "type": "Point", "coordinates": [ 104297.0, 511379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48985871543728865, "S11": -0.48985871543728865, "W12": -7.776806249881199, "S12": -14.198143861432385, "W13": -23.172222937314967, "S13": -32.219264592357135, "W21": -37.419933199174025, "S21": -37.419933199174025, "W22": -35.979746287630853, "S22": -50.979746287630853, "W31": -67.073371762444594, "S31": -67.073371762444594, "W32": -97.579319653360756, "S32": -102.57931965336076 }, "geometry": { "type": "Point", "coordinates": [ 104297.0, 511381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62944692644178146, "S11": 0.026678811572415806, "W12": -4.4786976158744256, "S12": -4.4786976158744256, "W13": -18.192074409425967, "S13": -18.757450491559347, "W21": -35.526088879690839, "S21": -35.526088879690839, "W22": -40.0, "S22": -47.169475048606614, "W31": -68.265864272463773, "S31": -71.34722838483458, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104297.5, 504248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18934076626054813, "S11": -1.0378573230065065, "W12": -7.088423119763605, "S12": -7.088423119763605, "W13": -22.555518256468524, "S13": -25.615872653053749, "W21": -33.821146690288366, "S21": -39.355868112538317, "W22": -41.915392771567156, "S22": -42.402192742614879, "W31": -66.756045380875193, "S31": -67.993679498139741, "W32": -99.806116922726105, "S32": -104.8061169227261 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78489346168078866, "S11": -0.9457321044426793, "W12": -10.450552966543786, "S12": -13.25313890710818, "W13": -19.461315560406288, "S13": -20.299224763649963, "W21": -35.627887794441612, "S21": -35.627887794441612, "W22": -40.716951350597675, "S22": -42.001060213319761, "W31": -65.360236266873628, "S31": -70.844766357189187, "W32": -91.447234862134792, "S32": -96.447234862134792 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2140503260691409, "S11": 1.2140503260691409, "W12": -9.9607484521285237, "S12": -21.220422026307876, "W13": -29.271955991606674, "S13": -29.271955991606674, "W21": -39.100130730751509, "S21": -39.100130730751509, "W22": -50.261932165758871, "S22": -50.261932165758871, "W31": -77.793929047277487, "S31": -84.246626619787975, "W32": -89.571921698799613, "S32": -94.571921698799613 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 510690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28438935598509141, "S11": -0.28438935598509141, "W12": -7.6586705696743902, "S12": -11.825922148938401, "W13": -22.763781462455682, "S13": -30.739187604481991, "W21": -37.295643080706583, "S21": -37.295643080706583, "W22": -32.879408093157998, "S22": -49.434774644541264, "W31": -62.327006567081582, "S31": -62.327006567081582, "W32": -97.507503066643608, "S32": -102.50750306664361 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 511421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26255902574303458, "S11": -0.40580827091455274, "W12": -10.0, "S12": -10.0, "W13": -18.64767002590542, "S13": -19.278206964734057, "W21": -33.514666955831764, "S21": -33.514666955831764, "W22": -41.512479547602311, "S22": -44.891264288203267, "W31": -79.532549236614301, "S31": -79.532549236614301, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104298.0, 512950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31378747667315227, "S11": 0.31378747667315227, "W12": -12.220332577475544, "S12": -12.220332577475544, "W13": -19.589088350227595, "S13": -21.959657332408948, "W21": -35.161266782625958, "S21": -40.417342095887705, "W22": -35.562360801781736, "S22": -38.485215007709442, "W31": -50.0, "S31": -51.994043189533592, "W32": -95.885400973969098, "S32": -100.8854009739691 }, "geometry": { "type": "Point", "coordinates": [ 104298.333333333328483, 513556.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32925667604333153, "S11": -0.32925667604333153, "W12": -8.6048326242275373, "S12": -9.0696163210430658, "W13": -21.837595619559664, "S13": -21.837595619559664, "W21": -34.895513652170614, "S21": -36.898151825895305, "W22": -75.717412188700507, "S22": -78.66964601870275, "W31": -97.554511504637375, "S31": -97.554511504637375, "W32": -97.554511504637375, "S32": -99.053151759779624 }, "geometry": { "type": "Point", "coordinates": [ 104298.8, 509126.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4674270933471476, "S12": -10.401079315020894, "W13": -17.935649757301245, "S13": -20.305025709541535, "W21": -31.898581893504495, "S21": -31.898581893504495, "W22": -51.336536996505153, "S22": -51.336536996505153, "W31": -77.246133493293542, "S31": -77.246133493293542, "W32": -89.099880716738241, "S32": -94.099880716738241 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 496893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.7547226119546231, "S11": 6.5609732414781998, "W12": -10.0, "S12": -10.0, "W13": -13.04277316586707, "S13": -14.672112455441246, "W21": -60.0, "S21": -62.823051106442193, "W22": -40.685184552935837, "S22": -40.685184552935837, "W31": -75.136018222717723, "S31": -78.807580305494753, "W32": -97.09716453570897, "S32": -102.09716453570897 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 501030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27374842734325849, "S11": 0.27374842734325849, "W12": -2.5881717735505183, "S12": -6.6404102028646044, "W13": -23.312902821945599, "S13": -23.312902821945599, "W21": -36.312166870966941, "S21": -41.039365603307409, "W22": -38.027075408368759, "S22": -49.678730715087354, "W31": -69.86493201856149, "S31": -69.967896445438967, "W32": -97.368237531299755, "S32": -102.36823753129976 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 506393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0747600606162653, "S12": -19.636492553148624, "W13": -26.457592942659105, "S13": -36.457592942659105, "W21": -38.101940110134613, "S21": -38.101940110134613, "W22": -37.80317185052585, "S22": -50.540817907001021, "W31": -69.502931534674474, "S31": -69.502931534674474, "W32": -97.389438210782274, "S32": -102.38943821078227 }, "geometry": { "type": "Point", "coordinates": [ 104299.0, 511156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0006504578467768, "S11": 2.0006504578467768, "W12": -10.409247825737078, "S12": -30.405571355153178, "W13": -30.405571355153178, "S13": -30.405571355153178, "W21": -37.80230029183025, "S21": -37.80230029183025, "W22": -65.119138080764216, "S22": -85.119138080764216, "W31": -89.066928518824341, "S31": -89.066928518824341, "W32": -101.0147131111539, "S32": -106.0147131111539 }, "geometry": { "type": "Point", "coordinates": [ 104299.4, 510182.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.529705028033298, "W13": -29.434443189557662, "S13": -29.434443189557662, "W21": -39.669887166744282, "S21": -39.669887166744282, "W22": -90.0, "S22": -100.69413629160063, "W31": -101.74858970372674, "S31": -101.74858970372674, "W32": -101.74858970372674, "S32": -101.76531004248396 }, "geometry": { "type": "Point", "coordinates": [ 104299.5, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9178534904530542, "S12": -4.9178534904530542, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -45.838629060612909, "S21": -45.838629060612909, "W22": -34.380170867832412, "S22": -37.976641456067703, "W31": -67.918439801321455, "S31": -67.918439801321455, "W32": -87.199251938856833, "S32": -92.199251938856833 }, "geometry": { "type": "Point", "coordinates": [ 104299.5, 524148.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.935263622869706, "S12": -4.935263622869706, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -45.086055022622922, "S21": -46.149794882875099, "W22": -39.999999999999993, "S22": -42.154738100442785, "W31": -65.418351431512519, "S31": -71.870287405759171, "W32": -91.782320934157298, "S32": -96.782320934157298 }, "geometry": { "type": "Point", "coordinates": [ 104299.75, 523005.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2099702380952382, "S11": 1.2099702380952382, "W12": -6.658321759259259, "S12": -7.658321759259259, "W13": -16.326926437183296, "S13": -18.010525830807811, "W21": -40.0, "S21": -42.577209365052802, "W22": -40.000000000000007, "S22": -47.96743357096566, "W31": -67.986026084057968, "S31": -71.155265259034067, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29525212284442443, "S11": -0.29525212284442443, "W12": -8.798585865420451, "S12": -8.798585865420451, "W13": -15.605265786512135, "S13": -17.690206221364424, "W21": -40.787765903651014, "S21": -42.047065211609493, "W22": -36.110344622700858, "S22": -36.110344622700858, "W31": -52.068679685012889, "S31": -54.589030669770381, "W32": -91.88202725724021, "S32": -96.88202725724021 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.053952452662823343, "S11": -2.1592628594026895, "W12": -5.466210989229098, "S12": -6.8502278515256858, "W13": -25.0, "S13": -25.0, "W21": -35.464428125231322, "S21": -42.228182624216821, "W22": -40.0, "S22": -48.448600476967492, "W31": -67.659509465868808, "S31": -70.56003860054004, "W32": -95.06262157195907, "S32": -100.06262157195907 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 506018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.12820863936262916, "W12": -6.448694753166194, "S12": -11.290649083638939, "W13": -19.774786001583323, "S13": -19.774786001583323, "W21": -34.822654614385584, "S21": -34.822654614385584, "W22": -49.839118475273445, "S22": -53.60960659997005, "W31": -82.041630854746856, "S31": -82.041630854746856, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 507533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2694444444443045, "S11": -1.2694444444443045, "W12": -7.6037101071584665, "S12": -10.632275352775322, "W13": -23.438548616055982, "S13": -23.438548616055982, "W21": -34.006265238755375, "S21": -40.05613555900797, "W22": -33.319640150117891, "S22": -37.316214667348106, "W31": -67.005405249290462, "S31": -67.005405249290462, "W32": -88.749844776045407, "S32": -93.749844776045407 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 508911.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6413489292842367, "S11": -0.6413489292842367, "W12": -5.6678247972481905, "S12": -13.424566047965673, "W13": -22.688796488361042, "S13": -22.688796488361042, "W21": -35.258890851707093, "S21": -43.55928633279931, "W22": -70.029290801484606, "S22": -90.556113983972978, "W31": -91.110691537508941, "S31": -91.110691537508941, "W32": -101.58732195859545, "S32": -106.58732195859545 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 508994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2542458336515302, "S11": -0.40915794832844743, "W12": -13.009802225929086, "S12": -13.009802225929086, "W13": -19.910359070621855, "S13": -23.909266237307691, "W21": -37.036970208684927, "S21": -41.667274550251449, "W22": -53.867730083340803, "S22": -53.867730083340803, "W31": -78.723664978261581, "S31": -85.555034062928399, "W32": -92.967344916933385, "S32": -97.967344916933385 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49862229793308804, "S11": -0.70156538853978412, "W12": -11.727258613919254, "S12": -11.727258613919254, "W13": -20.822598898903628, "S13": -26.682673668442938, "W21": -38.89075940684998, "S21": -41.839894798678785, "W22": -35.871149459486269, "S22": -50.871149459486269, "W31": -67.000218371891322, "S31": -67.000218371891322, "W32": -97.539324240359861, "S32": -102.53932424035986 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2456826541971768, "S12": -6.2456826541971768, "W13": -19.954191086744231, "S13": -19.954191086744231, "W21": -47.899364539845571, "S21": -50.899364539845571, "W22": -34.29117808821939, "S22": -37.676255337981416, "W31": -67.831189324262596, "S31": -67.831189324262596, "W32": -87.29440065057787, "S32": -92.29440065057787 }, "geometry": { "type": "Point", "coordinates": [ 104300.0, 518842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -33.822024867276497, "S22": -37.271791677003023, "W31": -67.595414054120283, "S31": -67.595414054120283, "W32": -87.797695941694357, "S32": -92.797695941694357 }, "geometry": { "type": "Point", "coordinates": [ 104300.44230769231217, 530038.038461538497359 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8588147724426571, "S12": -6.5002320136385627, "W13": -15.000000000000007, "S13": -15.000000000000007, "W21": -46.144554369050809, "S21": -46.144554369050809, "W22": -56.801450083658672, "S22": -56.801450083658672, "W31": -75.311555453399023, "S31": -75.607361403172021, "W32": -97.693839111153494, "S32": -102.69383911115349 }, "geometry": { "type": "Point", "coordinates": [ 104300.769230769234127, 524616.307692307746038 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60215525131514058, "S11": -1.59164195724257, "W12": -10.198210598761131, "S12": -15.638390799735426, "W13": -19.823895466408612, "S13": -19.823895466408612, "W21": -34.892972375251688, "S21": -36.502415211351128, "W22": -60.956442290121771, "S22": -75.510903638054742, "W31": -87.924776189968512, "S31": -87.924776189968512, "W32": -100.14188740590667, "S32": -105.14188740590667 }, "geometry": { "type": "Point", "coordinates": [ 104300.8, 506863.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11515851809056118, "S11": -0.11515851809056118, "W12": -8.9165161039809, "S12": -8.9165161039809, "W13": -15.820694073209022, "S13": -18.271103793468981, "W21": -44.179334428923589, "S21": -46.99982224710665, "W22": -40.006984231852478, "S22": -45.851754352428891, "W31": -78.684542365757125, "S31": -78.684542365757125, "W32": -100.1215695299465, "S32": -105.1215695299465 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 7.6968166793362975, "S11": 7.4710083710639976, "W12": -10.0, "S12": -10.279369725798571, "W13": -12.994635060104576, "S13": -14.380409251328727, "W21": -60.0, "S21": -62.72482195967148, "W22": -35.638097223941799, "S22": -40.638097223941799, "W31": -68.93582507826406, "S31": -68.93582507826406, "W32": -87.530077841602846, "S32": -92.530077841602846 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 500998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.061287331168251594, "S11": 0.061287331168251594, "W12": -5.931964673423483, "S12": -5.931964673423483, "W13": -18.219465291927989, "S13": -21.498411926040301, "W21": -32.572371904355251, "S21": -32.572371904355251, "W22": -49.739710818487453, "S22": -49.739710818487453, "W31": -77.450677108403156, "S31": -91.134057372066792, "W32": -94.692294390373462, "S32": -99.692294390373462 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 503125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63914715523772303, "S11": -1.639147155237723, "W12": -10.261803165863707, "S12": -15.13374051154703, "W13": -19.763809046442105, "S13": -20.121776300624802, "W21": -35.010547144473414, "S21": -36.326073304882478, "W22": -69.364714703168261, "S22": -86.548564085044177, "W31": -90.592746436246713, "S31": -90.592746436246713, "W32": -101.59845246317833, "S32": -106.59845246317833 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 506883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.934844192634561, "W22": -39.028409904275073, "S22": -51.432424495293766, "W31": -69.829056641509439, "S31": -75.54336500959748, "W32": -92.900095530192573, "S32": -97.900095530192573 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 508405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0579478867685186, "S12": -19.431350590120292, "W13": -26.74792784007801, "S13": -26.74792784007801, "W21": -40.0, "S21": -40.0, "W22": -37.111856672507081, "S22": -40.143604426269356, "W31": -49.558718861209968, "S31": -51.266193400363328, "W32": -96.818484391970017, "S32": -101.81848439197002 }, "geometry": { "type": "Point", "coordinates": [ 104301.0, 509850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7916530183353281, "S12": -6.1186233614555823, "W13": -15.0, "S13": -15.0, "W21": -46.098621604837597, "S21": -46.098621604837597, "W22": -40.09040535683571, "S22": -44.012519220833113, "W31": -68.822534409659951, "S31": -72.4965315867302, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104301.224489795917179, 524547.387755102012306 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.135347824932881, "W12": -4.6407117245000631, "S12": -4.6407117245000631, "W13": -16.609775296980306, "S13": -16.609775296980306, "W21": -34.354536899478177, "S21": -34.354536899478177, "W22": -90.0, "S22": -108.91113381001021, "W31": -108.91113381001021, "S31": -108.91113381001021, "W32": -108.91113381001021, "S32": -108.91113381001021 }, "geometry": { "type": "Point", "coordinates": [ 104301.333333333328483, 504373.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6515659031583607, "W12": -4.185167610827131, "S12": -4.185167610827131, "W13": -14.999999999999998, "S13": -25.0, "W21": -31.143702402546683, "S21": -31.143702402546683, "W22": -38.131042891349566, "S22": -46.807438470833837, "W31": -67.903835902464536, "S31": -67.903835902464536, "W32": -90.799254511320896, "S32": -95.799254511320896 }, "geometry": { "type": "Point", "coordinates": [ 104301.4, 504719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51893314277495206, "S11": 0.51893314277495206, "W12": -7.9091030814503949, "S12": -7.9091030814503949, "W13": -16.634193405605885, "S13": -19.589902951466513, "W21": -39.133668936474912, "S21": -39.358593296718567, "W22": -36.751246464126204, "S22": -36.751246464126204, "W31": -56.808284691045181, "S31": -59.143603378833973, "W32": -88.108815426997239, "S32": -93.108815426997239 }, "geometry": { "type": "Point", "coordinates": [ 104301.444444444437977, 497467.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5466095400633588, "S11": -2.1689629562634556, "W12": -9.3626062010423787, "S12": -9.3626062010423787, "W13": -20.167239600113884, "S13": -26.073976535995492, "W21": -42.16422288780884, "S21": -46.73854620542766, "W22": -61.47439230209325, "S22": -76.47439230209325, "W31": -88.010630304923865, "S31": -88.010630304923865, "W32": -100.22069666730837, "S32": -105.22069666730837 }, "geometry": { "type": "Point", "coordinates": [ 104301.546666666661622, 516126.026666666672099 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4712901016699152, "S11": 0.4712901016699152, "W12": -7.9926899041799757, "S12": -7.9926899041799757, "W13": -14.106475937826932, "S13": -14.106475937826932, "W21": -41.321866369539272, "S21": -42.588199424863156, "W22": -34.208879681983987, "S22": -37.564301809830511, "W31": -67.741898034468321, "S31": -67.741898034468321, "W32": -87.381406577644043, "S32": -92.381406577644043 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 501793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47449296739187696, "S11": 0.47449296739187696, "W12": -8.0109762532981517, "S12": -8.0109762532981517, "W13": -14.112915334030788, "S13": -14.112915334030788, "W21": -41.372908779914709, "S21": -42.650918232236087, "W22": -39.049968363542398, "S22": -51.396690536532525, "W31": -69.832149366745284, "S31": -75.208530965514726, "W32": -93.054871201836875, "S32": -98.054871201836875 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 501797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6675303010989868, "W12": -4.1699688176208412, "S12": -4.1699688176208412, "W13": -15.0, "S13": -25.0, "W21": -31.207563222437294, "S21": -31.207563222437294, "W22": -40.922251935738608, "S22": -45.641815260645629, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33330122153287944, "S11": -0.33330122153287944, "W12": -8.7151962751866634, "S12": -8.7151962751866634, "W13": -21.755793778188036, "S13": -21.755793778188036, "W21": -34.81804775804261, "S21": -36.003458176381457, "W22": -50.373381355753182, "S22": -54.314687520751356, "W31": -79.953173696908294, "S31": -79.953173696908294, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 509132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87271913270029888, "S11": 0.87271913270029888, "W12": -10.007655429372846, "S12": -27.645828523383866, "W13": -31.057984521625151, "S13": -31.057984521625151, "W21": -38.918269349442724, "S21": -38.939102511563355, "W22": -39.564658189209126, "S22": -39.564658189209126, "W31": -65.005409343476671, "S31": -65.005409343476671, "W32": -89.772864050163363, "S32": -94.772864050163363 }, "geometry": { "type": "Point", "coordinates": [ 104302.0, 510387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.310594275046672, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.639046270066103, "W22": -59.625391548935625, "S22": -59.625391548935625, "W31": -75.173694306124858, "S31": -75.71777526748923, "W32": -96.309784941109143, "S32": -101.30978494110914 }, "geometry": { "type": "Point", "coordinates": [ 104302.75, 508500.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29529607601092284, "S11": -0.29529607601092284, "W12": -8.8179526620987652, "S12": -8.8179526620987652, "W13": -15.621586576765388, "S13": -17.72741487955934, "W21": -40.81694366719482, "S21": -42.038829480343608, "W22": -39.07024389279573, "S22": -51.341393656825339, "W31": -69.837322652594324, "S31": -74.894600526399145, "W32": -93.195736336668503, "S32": -98.195736336668503 }, "geometry": { "type": "Point", "coordinates": [ 104303.0, 500004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3860692828838044, "S12": -8.3860692828838044, "W13": -14.44281174975286, "S13": -15.53782487311244, "W21": -40.713436556396672, "S21": -50.303324360055981, "W22": -37.817048095779541, "S22": -45.464687516330372, "W31": -68.55830873187243, "S31": -68.55830873187243, "W32": -90.398975825651249, "S32": -95.398975825651249 }, "geometry": { "type": "Point", "coordinates": [ 104303.0, 502273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55761942952849963, "S11": -4.4423805704714994, "W12": -6.5914644643849467, "S12": -8.1086763750426503, "W13": -16.748790856720372, "S13": -25.207479456027972, "W21": -31.997483587777307, "S21": -35.950651631854441, "W22": -40.609268123772424, "S22": -43.089510991929707, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104303.0, 505309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35623495788206982, "S11": -0.29201050376997595, "W12": -3.643507972665148, "S12": -6.1948883794687619, "W13": -24.107166939890913, "S13": -24.107166939890913, "W21": -36.074531813133, "S21": -41.369674470924934, "W22": -80.0, "S22": -96.060321885692559, "W31": -96.060321885692559, "S31": -96.060321885692559, "W32": -101.39376925985285, "S32": -106.39376925985285 }, "geometry": { "type": "Point", "coordinates": [ 104303.0, 506270.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7831588609451927, "S12": -5.7831588609451927, "W13": -15.981166896104449, "S13": -20.792901413418697, "W21": -35.665792593845111, "S21": -38.518932792618635, "W22": -50.0, "S22": -50.0, "W31": -78.004163896720911, "S31": -89.72867959188531, "W32": -89.930760055133703, "S32": -94.930760055133703 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 502653.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26699716713881022, "S11": -0.26699716713881022, "W12": -4.7785782919894109, "S12": -14.689119195874824, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.001246370337281, "W22": -40.0, "S22": -47.86431530061504, "W31": -67.335942598612561, "S31": -69.581667577640758, "W32": -95.033425080919827, "S32": -100.03342508091983 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 508326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4444881380486869, "S12": -8.7119540330466201, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.303405572755416, "W22": -42.515170459710362, "S22": -45.506176308407611, "W31": -74.51031003116772, "S31": -74.51031003116772, "W32": -100.45350237544963, "S32": -105.45350237544963 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 508531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62420670009390433, "S11": 0.62420670009390433, "W12": -10.0, "S12": -14.47047102451948, "W13": -21.847056676873009, "S13": -22.039592543487977, "W21": -38.310990565330286, "S21": -38.310990565330286, "W22": -38.021351973865237, "S22": -38.021351973865237, "W31": -65.412410307226125, "S31": -65.412410307226125, "W32": -89.559623103645436, "S32": -94.559623103645436 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 509373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43553893018155232, "S11": -0.43553893018155232, "W12": -5.0, "S12": -17.540046456906694, "W13": -24.126807586923785, "S13": -24.126807586923785, "W21": -40.0, "S21": -40.0, "W22": -47.209999, "S22": -50.699999, "W31": -84.653791399235246, "S31": -84.653791399235246, "W32": -96.854719235364399, "S32": -101.8547192353644 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 509641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1346370351603219, "S11": 1.1346370351603219, "W12": -9.0396155821290378, "S12": -16.982679401986697, "W13": -29.433422011557564, "S13": -29.433422011557564, "W21": -37.924976611698412, "S21": -37.924976611698412, "W22": -39.999999999999993, "S22": -42.860020140986904, "W31": -74.053981015077881, "S31": -74.053981015077881, "W32": -96.476074614760748, "S32": -101.47607461476075 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 510126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3356051261681259, "S12": -20.854025305391492, "W13": -27.945807237299931, "S13": -33.389624836445343, "W21": -38.301236871187186, "S21": -38.301236871187186, "W22": -38.548006922566636, "S22": -46.24551329831047, "W31": -68.308584785533796, "S31": -68.308584785533796, "W32": -91.334683452038249, "S32": -96.334683452038249 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 511087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25881125192581034, "S11": -0.75881125192581034, "W12": -13.261526553331475, "S12": -13.261526553331475, "W13": -20.852524432640731, "S13": -24.544002755226114, "W21": -39.631062521980517, "S21": -42.296006452891106, "W22": -34.054165218962588, "S22": -37.394721009163028, "W31": -66.704139619755097, "S31": -66.704139619755097, "W32": -88.883290470712197, "S32": -93.883290470712197 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 514612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.4974460372384248, "W13": -15.046486060967995, "S13": -15.046486060967995, "W21": -46.258549017442299, "S21": -46.258549017442299, "W22": -50.0, "S22": -50.117639429901779, "W31": -73.176351172428824, "S31": -73.843569510548789, "W32": -99.986441950690406, "S32": -104.98644195069041 }, "geometry": { "type": "Point", "coordinates": [ 104304.0, 524796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 7.1572172974763859, "S11": 6.9621489252204745, "W12": -10.003569089718397, "S12": -10.003569089718397, "W13": -12.993648410687664, "S13": -14.48472341609142, "W21": -60.0, "S21": -62.7613668403867, "W22": -40.98393959886554, "S22": -41.992732847380964, "W31": -64.574565099945886, "S31": -65.878074685380611, "W32": -99.622381210272806, "S32": -104.62238121027281 }, "geometry": { "type": "Point", "coordinates": [ 104304.333333333328483, 501017.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081783538038765258, "S11": -0.67538895202959437, "W12": -6.1466954293998342, "S12": -6.4535439768319938, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -34.224000235090081, "S21": -40.607838476719685, "W22": -40.756905275696077, "S22": -43.488275952059041, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104304.4, 505858.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57368434230616294, "S11": -0.36569838288072176, "W12": -4.4806512333288726, "S12": -4.4806512333288726, "W13": -17.776568576237739, "S13": -18.114791169207567, "W21": -35.288687518609571, "S21": -35.288687518609571, "W22": -85.716819699499581, "S22": -97.063662586226471, "W31": -102.71517072142599, "S31": -102.71517072142599, "W32": -102.71517072142599, "S32": -104.36557988089702 }, "geometry": { "type": "Point", "coordinates": [ 104305.0, 504272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3714285714285714, "S11": 2.3714285714285714, "W12": -11.095620228408388, "S12": -33.130455067653465, "W13": -33.130455067653465, "S13": -33.130455067653465, "W21": -37.668490272537539, "S21": -37.668490272537539, "W22": -69.273138497695982, "S22": -69.273138497695982, "W31": -86.128764020490465, "S31": -86.128764020490465, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104305.0, 510208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8696290545785788, "S12": -6.8044235565429929, "W13": -15.0, "S13": -15.0, "W21": -46.170511369627384, "S21": -46.170511369627384, "W22": -36.843119039831876, "S22": -36.843119039831876, "W31": -57.748954526479231, "S31": -59.911965495704813, "W32": -87.595041322314046, "S32": -92.595041322314046 }, "geometry": { "type": "Point", "coordinates": [ 104305.153846153843915, 524664.461538461502641 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21486218014494143, "S11": 0.21486218014494143, "W12": -10.422456845049314, "S12": -10.422456845049314, "W13": -19.356320716470435, "S13": -19.802871668237454, "W21": -34.162729700007539, "S21": -37.317484296119837, "W22": -58.213651263614253, "S22": -58.213651263614253, "W31": -77.35833335509237, "S31": -77.35833335509237, "W32": -89.828948153228026, "S32": -94.828948153228026 }, "geometry": { "type": "Point", "coordinates": [ 104305.5, 513220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8041721711663135, "S12": -6.3358037316444769, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -46.125465891762033, "S21": -46.125465891762033, "W22": -40.0, "S22": -49.265837908140178, "W31": -66.833994956847562, "S31": -67.889941269037379, "W32": -94.666526402806582, "S32": -99.666526402806582 }, "geometry": { "type": "Point", "coordinates": [ 104305.530612244896474, 524596.734693877515383 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70314019035514852, "S11": 0.70314019035514852, "W12": -7.0753384460824646, "S12": -7.6454740345644705, "W13": -20.186865276268776, "S13": -21.715243590031637, "W21": -37.601308128678923, "S21": -38.080428434296557, "W22": -63.548903603994788, "S22": -81.301116548937969, "W31": -88.481666629471746, "S31": -88.481666629471746, "W32": -100.61162582494912, "S32": -105.61162582494912 }, "geometry": { "type": "Point", "coordinates": [ 104306.0, 511699.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.04320895754034302, "S11": 0.04320895754034302, "W12": -5.823501626916566, "S12": -5.823501626916566, "W13": -18.165125983597246, "S13": -21.455140433744241, "W21": -32.453839666951325, "S21": -32.453839666951325, "W22": -60.0, "S22": -60.0, "W31": -76.377027148281783, "S31": -76.377027148281783, "W32": -88.315635552714241, "S32": -93.315635552714241 }, "geometry": { "type": "Point", "coordinates": [ 104306.25, 503110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1534472250093284, "S12": -8.1534472250093284, "W13": -19.844584690676392, "S13": -19.844584690676392, "W21": -33.53613960527634, "S21": -33.53613960527634, "W22": -40.0, "S22": -48.269826385929022, "W31": -65.636689107105084, "S31": -71.810822764559418, "W32": -93.071274931341591, "S32": -98.071274931341591 }, "geometry": { "type": "Point", "coordinates": [ 104306.666666666671517, 507884.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94100045976102009, "S11": -0.94100045976102009, "W12": -7.6862000061375388, "S12": -21.020666261253378, "W13": -21.727162386109708, "S13": -22.727162386109708, "W21": -40.0, "S21": -41.441103313493826, "W22": -40.0, "S22": -47.691100790761894, "W31": -67.32600998808789, "S31": -69.617163114499448, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104307.0, 509487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040486414036797813, "S11": 0.040486414036797813, "W12": -5.0000000000000009, "S12": -22.413901064495931, "W13": -24.597258198007353, "S13": -24.597258198007353, "W21": -40.0, "S21": -40.0, "W22": -40.57096790322592, "S22": -43.017614009625404, "W31": -80.0, "S31": -80.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104307.5, 509703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4114285714286128, "S11": 2.4114285714286128, "W12": -10.434357070537496, "S12": -33.437052687243472, "W13": -33.437052687243472, "S13": -33.437052687243472, "W21": -38.395578654689992, "S21": -38.395578654689992, "W22": -39.808208430476739, "S22": -42.472233787053611, "W31": -68.970052582732109, "S31": -73.126679637323775, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104307.8, 510221.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0178082191780822, "S11": 1.0178082191780822, "W12": -9.4427598986701788, "S12": -9.4427598986701788, "W13": -17.044160682655757, "S13": -19.615203848123382, "W21": -34.312803899199757, "S21": -34.44338600696075, "W22": -70.82533564086286, "S22": -70.82533564086286, "W31": -92.495366470091938, "S31": -92.495366470091938, "W32": -92.495366470091938, "S32": -96.884863920648669 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 497081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6083579406855821, "S11": 1.6083579406855821, "W12": -7.6143852927237656, "S12": -7.6143852927237656, "W13": -16.241615395524772, "S13": -18.986203360353059, "W21": -41.051256407906514, "S21": -42.042411386548743, "W22": -34.66724976193791, "S22": -39.66724976193791, "W31": -68.15282141136322, "S31": -68.15282141136322, "W32": -86.886923614116228, "S32": -91.886923614116228 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 497796.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32613550950284537, "S11": -0.32613550950284537, "W12": -9.3895954112465443, "S12": -9.3895954112465443, "W13": -15.630221400186789, "S13": -17.852134963945538, "W21": -40.860853588645789, "S21": -41.525862239164823, "W22": -40.166319186967499, "S22": -40.166319186967499, "W31": -65.131173326625728, "S31": -65.131173326625728, "W32": -89.946844994072777, "S32": -94.946844994072777 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 499964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32750993235262521, "S11": -0.32750993235262521, "W12": -8.8368070088539472, "S12": -8.8368070088539472, "W13": -15.640329994323071, "S13": -17.834378821717696, "W21": -40.86247176617335, "S21": -41.697030589702763, "W22": -53.917905110069142, "S22": -53.917905110069142, "W31": -77.878853685113953, "S31": -86.927617661864105, "W32": -91.88227386774814, "S32": -96.88227386774814 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 499980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76425952695197519, "S11": -0.76425952695197519, "W12": -7.5096030883577489, "S12": -13.423475143854848, "W13": -21.029983085982771, "S13": -21.029983085982771, "W21": -30.505825158132229, "S21": -30.895998568536854, "W22": -34.235267349778169, "S22": -37.412412122940857, "W31": -66.62710866811419, "S31": -66.62710866811419, "W32": -88.916556773866432, "S32": -93.916556773866432 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 508627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0021314165248185, "S12": -18.146702167623221, "W13": -25.545512507969846, "S13": -25.545512507969846, "W21": -40.0, "S21": -40.0, "W22": -37.768738894303482, "S22": -45.375652782514905, "W31": -67.912001125140279, "S31": -69.850370275159435, "W32": -85.555166736654073, "S32": -90.555166736654073 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 509785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3700347331859803, "S11": 2.3700347331859803, "W12": -11.12656301865125, "S12": -31.443312119781272, "W13": -31.443312119781272, "S13": -31.443312119781272, "W21": -37.621539722401806, "S21": -37.621539722401806, "W22": -41.176185745176447, "S22": -41.963148014827858, "W31": -65.503403565640198, "S31": -66.760648607365567, "W32": -99.779864891827941, "S32": -104.77986489182794 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 510200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64302475569772044, "S11": 0.64302475569772044, "W12": -10.0, "S12": -22.109154841766625, "W13": -30.0, "S13": -30.0, "W21": -38.60731832306768, "S21": -38.60731832306768, "W22": -39.999999999999993, "S22": -43.369754951325376, "W31": -73.920756276548545, "S31": -73.920756276548545, "W32": -96.062573217987023, "S32": -101.06257321798702 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79567987554990549, "S11": 0.79567987554990549, "W12": -7.310584584166393, "S12": -7.9610947882480252, "W13": -19.23820214826554, "S13": -19.647226923363391, "W21": -37.833530196735914, "S21": -38.451635534606183, "W22": -40.0, "S22": -43.195601738391474, "W31": -75.964570042705489, "S31": -75.964570042705489, "W32": -98.803822703394559, "S32": -103.80382270339456 }, "geometry": { "type": "Point", "coordinates": [ 104308.0, 511757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47975271656342033, "S11": 0.47975271656342033, "W12": -8.1605190251353985, "S12": -8.1605190251353985, "W13": -14.169321504633089, "S13": -14.169321504633089, "W21": -41.723961881677965, "S21": -43.030738496208741, "W22": -40.0, "S22": -47.905267456104532, "W31": -67.17254521266787, "S31": -69.115372856728015, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104308.25, 501838.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9911488473078816, "S12": -5.9911488473078816, "W13": -15.774523204211349, "S13": -20.740361010606904, "W21": -36.333094404561464, "S21": -40.358516456512781, "W22": -40.0, "S22": -46.158297238765563, "W31": -68.596978911944035, "S31": -72.642327907982832, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104308.8, 502603.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1082606783429423, "S12": -6.1884591074458788, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -34.777089783281731, "W22": -49.936977366107129, "S22": -53.780496057837304, "W31": -81.611255251299269, "S31": -81.611255251299269, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104309.0, 508555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27051604951502661, "S11": -0.27708248419600223, "W12": -7.0459845839096298, "S12": -16.703860683306143, "W13": -23.0622103490273, "S13": -23.0622103490273, "W21": -31.755450882074776, "S21": -41.755450882074776, "W22": -38.380428279814325, "S22": -46.961896117728749, "W31": -67.877120585232987, "S31": -67.877120585232987, "W32": -91.203924117205574, "S32": -96.203924117205574 }, "geometry": { "type": "Point", "coordinates": [ 104309.0, 508735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.031632455177460675, "S11": 0.031632455177460675, "W12": -10.0, "S12": -13.870225047019925, "W13": -22.61463970295047, "S13": -22.61463970295047, "W21": -36.538812135724093, "S21": -36.538812135724093, "W22": -40.0, "S22": -50.645958644190308, "W31": -65.936879112205574, "S31": -69.787577996636102, "W32": -93.793077978499355, "S32": -98.793077978499355 }, "geometry": { "type": "Point", "coordinates": [ 104309.0, 509275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8804433367144942, "S12": -7.047797545046552, "W13": -14.999999999999975, "S13": -14.999999999999975, "W21": -46.196468370204023, "S21": -46.196468370204023, "W22": -37.438254300213188, "S22": -42.413909753737229, "W31": -64.191287646602106, "S31": -66.052569202176343, "W32": -85.571697094522975, "S32": -90.571697094522975 }, "geometry": { "type": "Point", "coordinates": [ 104309.538461538468255, 524712.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8166913239972988, "S12": -6.648698450208383, "W13": -15.0, "S13": -15.0, "W21": -46.15231017868647, "S21": -46.15231017868647, "W22": -56.450206711269352, "S22": -56.450206711269352, "W31": -79.352223932741751, "S31": -79.533629865771232, "W32": -92.601684078789859, "S32": -97.601684078789859 }, "geometry": { "type": "Point", "coordinates": [ 104309.836734693875769, 524646.08163265301846 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14727377771358424, "S11": -0.14727377771358424, "W12": -8.9610469370929415, "S12": -8.9610469370929415, "W13": -15.837983789071128, "S13": -18.322583958610544, "W21": -44.118049849356346, "S21": -46.918935090876502, "W22": -49.229468525728166, "S22": -52.886614005097925, "W31": -79.118277447299619, "S31": -79.118277447299619, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104310.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.1101041170636061, "S11": 3.1101041170636061, "W12": -9.3855260115606942, "S12": -9.3855260115606942, "W13": -13.325710489956425, "S13": -15.319843322624813, "W21": -57.026699728966037, "S21": -61.095986953745239, "W22": -30.0, "S22": -36.83544811108446, "W31": -52.846983689880688, "S31": -55.426209050841173, "W32": -90.761925042589439, "S32": -95.761925042589439 }, "geometry": { "type": "Point", "coordinates": [ 104310.0, 501158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54341515989645328, "S11": -3.5746950763240188, "W12": -5.9338779444634078, "S12": -6.0848700155765076, "W13": -16.118720938222967, "S13": -24.728710384143913, "W21": -31.314266340856374, "S21": -34.248150638377034, "W22": -39.999999999999993, "S22": -46.051056821303675, "W31": -73.546887743351618, "S31": -73.546887743351618, "W32": -95.265477155987682, "S32": -100.26547715598768 }, "geometry": { "type": "Point", "coordinates": [ 104310.0, 505235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45519614946692888, "S11": 0.45519614946692888, "W12": -7.9249104046242769, "S12": -7.9249104046242769, "W13": -14.029662822829206, "S13": -15.764998393299004, "W21": -43.665552032285959, "S21": -51.423135877139622, "W22": -37.097287566692764, "S22": -40.890251886678485, "W31": -69.977213981852032, "S31": -69.977213981852032, "W32": -89.47576179292038, "S32": -94.47576179292038 }, "geometry": { "type": "Point", "coordinates": [ 104310.5, 501503.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31701003005521766, "S11": 0.31701003005521766, "W12": -3.3284738041002275, "S12": -6.4344143481874436, "W13": -23.994578190941596, "S13": -23.994578190941596, "W21": -36.211156955804029, "S21": -41.211156955804029, "W22": -82.118101149974137, "S22": -88.385887148835835, "W31": -98.980283957004076, "S31": -98.980283957004076, "W32": -98.980283957004076, "S32": -99.162265645629773 }, "geometry": { "type": "Point", "coordinates": [ 104311.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34210526315790801, "S11": -0.44965243296922874, "W12": -5.0, "S12": -11.417336010709777, "W13": -22.61100216052774, "S13": -22.61100216052774, "W21": -35.51028991864829, "S21": -44.076926106069308, "W22": -38.564351166871127, "S22": -38.564351166871127, "W31": -65.183803046039941, "S31": -65.183803046039941, "W32": -89.630737499701183, "S32": -94.630737499701183 }, "geometry": { "type": "Point", "coordinates": [ 104311.0, 509010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28035499814070658, "S11": -0.28035499814070658, "W12": -8.4636287749198793, "S12": -18.231430675454192, "W13": -21.065473645076171, "S13": -21.896241384510059, "W21": -39.999999999999993, "S21": -41.241494181398231, "W22": -35.438925566383674, "S22": -38.732629768569353, "W31": -67.327153091930796, "S31": -67.327153091930796, "W32": -98.481786442460105, "S32": -103.48178644246011 }, "geometry": { "type": "Point", "coordinates": [ 104311.0, 509460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9269889155441708, "S12": -4.9269889155441708, "W13": -15.000000000000039, "S13": -15.000000000000039, "W21": -45.066042232124708, "S21": -46.36835967295729, "W22": -47.323786711598729, "S22": -47.323786711598729, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104311.111111111109494, 522576.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2048011423635373, "S11": -0.2048011423635373, "W12": -7.369266966801697, "S12": -14.308417906941152, "W13": -23.077114515840034, "S13": -23.077114515840034, "W21": -31.941252043865557, "S21": -40.281184929769722, "W22": -50.0, "S22": -55.693113990391616, "W31": -87.366565850667698, "S31": -87.366565850667698, "W32": -99.078597515319132, "S32": -104.07859751531913 }, "geometry": { "type": "Point", "coordinates": [ 104311.4, 508753.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7126779530588685, "S12": -7.084846426011099, "W13": -20.0, "S13": -20.0, "W21": -34.126455759314091, "S21": -34.126455759314091, "W22": -35.974277935457216, "S22": -37.664138959394947, "W31": -66.022695692975375, "S31": -66.022695692975375, "W32": -89.218082157607796, "S32": -94.218082157607796 }, "geometry": { "type": "Point", "coordinates": [ 104311.5, 507737.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07, "S11": -0.07, "W12": -8.0699997, "S12": -8.0699997, "W13": -23.07, "S13": -23.07, "W21": -32.458627046330243, "S21": -36.906907247674468, "W22": -47.354277652708632, "S22": -50.891406143307186, "W31": -84.394793177695576, "S31": -84.394793177695576, "W32": -96.623655913978496, "S32": -101.6236559139785 }, "geometry": { "type": "Point", "coordinates": [ 104311.8, 508798.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8645908761766847, "S12": -20.484293586338879, "W13": -27.557101601470201, "S13": -27.557101601470201, "W21": -40.0, "S21": -40.0, "W22": -40.304599611992238, "S22": -40.304599611992238, "W31": -74.715178892169291, "S31": -80.263317150588009, "W32": -96.966273885009088, "S32": -101.96627388500909 }, "geometry": { "type": "Point", "coordinates": [ 104312.0, 509906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6716981132077326, "S11": 1.6716981132077326, "W12": -9.6064488996719266, "S12": -9.6064488996719266, "W13": -15.313350905159115, "S13": -17.839686979157033, "W21": -33.760468111416536, "S21": -33.843562682381616, "W22": -35.363438611043591, "S22": -50.479888777734729, "W31": -66.554696981882174, "S31": -66.554696981882174, "W32": -97.419189528503054, "S32": -102.41918952850305 }, "geometry": { "type": "Point", "coordinates": [ 104312.142857142855064, 497027.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7038084892955516, "W12": -4.105200035199001, "S12": -4.105200035199001, "W13": -15.000000000000002, "S13": -25.0, "W21": -30.870520693434305, "S21": -30.870520693434305, "W22": -40.0, "S22": -41.93984480019553, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 504746.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16535888118233244, "S11": -1.1939480670120406, "W12": -5.9772844512182104, "S12": -6.8009810715710826, "W13": -25.0, "S13": -25.0, "W21": -34.637376395794185, "S21": -41.109259869398038, "W22": -38.112368370879153, "S22": -47.898710110748802, "W31": -67.993325685955725, "S31": -67.993325685955725, "W32": -90.951137923472217, "S32": -95.951137923472217 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38498988668210066, "S11": -0.38498988668210066, "W12": -5.0, "S12": -17.390569851277561, "W13": -24.198038141936923, "S13": -24.198038141936923, "W21": -40.0, "S21": -40.0, "W22": -48.869382897509709, "S22": -53.320960046812836, "W31": -86.311254484676581, "S31": -86.311254484676581, "W32": -98.10670789609847, "S32": -103.10670789609847 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 509648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9839899395885663, "S12": -15.019036726369, "W13": -29.22076528206923, "S13": -29.22076528206923, "W21": -39.010489626655691, "S21": -39.010489626655691, "W22": -40.0, "S22": -48.085046050542175, "W31": -67.007906250407601, "S31": -68.653515077922606, "W32": -94.846024974427948, "S32": -99.846024974427948 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 510043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.088438127173168, "S12": -18.001315657873466, "W13": -24.117871415071786, "S13": -33.666290980331254, "W21": -37.640291615420601, "S21": -37.640291615420601, "W22": -38.767950379807679, "S22": -52.375271816448844, "W31": -71.641219540440801, "S31": -74.584236115937642, "W32": -86.306664151618719, "S32": -91.306664151618719 }, "geometry": { "type": "Point", "coordinates": [ 104313.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1677665364956535, "S12": -6.1677665364956535, "W13": -15.567879512318253, "S13": -19.789284615335511, "W21": -37.001876864900055, "S21": -42.893056926365944, "W22": -55.403622069352799, "S22": -55.403622069352799, "W31": -78.889881872667516, "S31": -79.487617324260597, "W32": -92.757847533632287, "S32": -97.757847533632287 }, "geometry": { "type": "Point", "coordinates": [ 104313.6, 502554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.4025115338122323, "W12": -4.5809353179129406, "S12": -6.9992568384563025, "W13": -16.751504246715481, "S13": -16.751504246715481, "W21": -34.662015379230994, "S21": -34.662015379230994, "W22": -37.204288115976112, "S22": -37.848328587401525, "W31": -65.605534110145314, "S31": -65.605534110145314, "W32": -89.429983042549026, "S32": -94.429983042549026 }, "geometry": { "type": "Point", "coordinates": [ 104313.666666666671517, 504337.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59573490612525248, "S11": -1.0955830677862961, "W12": -5.0891644290001246, "S12": -5.0891644290001246, "W13": -14.757990710883609, "S13": -21.988400598368166, "W21": -31.224791191203003, "S21": -31.224791191203003, "W22": -81.74556512924481, "S22": -95.901555433953945, "W31": -100.495948573898, "S31": -100.495948573898, "W32": -100.495948573898, "S32": -105.15254237288136 }, "geometry": { "type": "Point", "coordinates": [ 104313.8, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8912576188505232, "S12": -7.273791473561408, "W13": -15.000000000000004, "S13": -15.000000000000004, "W21": -46.222425370780684, "S21": -46.222425370780684, "W22": -56.81273393586082, "S22": -56.81273393586082, "W31": -79.587084642605532, "S31": -80.261663771619936, "W32": -91.971922951354884, "S32": -96.971922951354884 }, "geometry": { "type": "Point", "coordinates": [ 104313.923076923078042, 524760.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1746889677961843, "S12": -9.1746889677961843, "W13": -17.005020434424384, "S13": -19.814402191005435, "W21": -35.175334967839191, "S21": -35.348348468127426, "W22": -40.452502413631713, "S22": -46.710789978455011, "W31": -65.273764265298752, "S31": -68.108003262704003, "W32": -90.608726501140382, "S32": -95.608726501140382 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 497143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97009524114930723, "S11": 0.97009524114930723, "W12": -6.470658157159952, "S12": -7.470658157159952, "W13": -16.832570330246373, "S13": -18.136693968214587, "W21": -40.0, "S21": -42.39658974029836, "W22": -39.50326709976671, "S22": -42.167971650366667, "W31": -69.11757075580428, "S31": -73.547979809248872, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 499084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3810005599240682, "S12": -7.3810005599240682, "W13": -20.0, "S13": -20.0, "W21": -33.921568519712935, "S21": -33.921568519712935, "W22": -38.972167446396128, "S22": -49.811151021195712, "W31": -70.0, "S31": -76.009922857112954, "W32": -92.124792598924017, "S32": -97.124792598924017 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 507800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81348752435418636, "S11": -0.81348752435418636, "W12": -7.596331674281215, "S12": -13.807007933967963, "W13": -21.030214920564053, "S13": -21.030214920564053, "W21": -30.456269817884273, "S21": -31.077657101121268, "W22": -36.763494216728994, "S22": -36.763494216728994, "W31": -57.247859617257824, "S31": -59.44393825777356, "W32": -87.981060606060609, "S32": -92.981060606060609 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 508629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0149199156737332, "S12": -19.673655044039421, "W13": -25.090199902486592, "S13": -25.090199902486592, "W21": -40.0, "S21": -40.0, "W22": -50.186541786395487, "S22": -54.24628772283539, "W31": -79.310230387690197, "S31": -79.310230387690197, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 509763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.314703903397403, "S12": -30.863534915790744, "W13": -30.863534915790744, "S13": -30.863534915790744, "W21": -37.508524917804237, "S21": -37.508524917804237, "W22": -70.0, "S22": -70.0, "W31": -89.383988536717055, "S31": -89.383988536717055, "W32": -90.370950600996764, "S32": -95.370950600996764 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 510203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -34.871332319061082, "W13": -34.871332319061082, "S13": -34.871332319061082, "W21": -38.967795044766184, "S21": -38.967795044766184, "W22": -62.085268158721853, "S22": -62.085268158721853, "W31": -80.766462517052432, "S31": -81.402434897141433, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104314.0, 510247.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8292104768282842, "S12": -6.9263075073360376, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -46.179154465610893, "S21": -46.179154465610893, "W22": -61.500370675363762, "S22": -61.500370675363762, "W31": -80.433870583961323, "S31": -81.521485110874863, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104314.142857142855064, 524695.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3320632031404197, "S11": 0.3320632031404197, "W12": -8.3283481460908213, "S12": -8.3283481460908213, "W13": -14.232167071439248, "S13": -14.232167071439248, "W21": -41.828499512256911, "S21": -47.313042523009599, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -77.948837190287549, "S31": -90.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104314.5, 501884.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69947292764734093, "S11": 0.69947292764734093, "W12": -8.9466592997053223, "S12": -8.9466592997053223, "W13": -14.190064584949575, "S13": -14.646603105869755, "W21": -41.877447294452253, "S21": -51.224918954853507, "W22": -40.0, "S22": -40.916624300965935, "W31": -75.369495251900318, "S31": -75.369495251900318, "W32": -98.039463919325982, "S32": -103.03946391932598 }, "geometry": { "type": "Point", "coordinates": [ 104314.5, 502100.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1874450928980236, "S11": 1.1874450928980236, "W12": -5.0, "S12": -5.0, "W13": -14.797597429049926, "S13": -17.797597429049926, "W21": -39.430901374585375, "S21": -41.60331564958549, "W22": -39.07523758600513, "S22": -39.07523758600513, "W31": -64.986017915207725, "S31": -64.986017915207725, "W32": -89.700284419524024, "S32": -94.700284419524024 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 498562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53207279742512081, "S11": -3.8450185796662559, "W12": -6.1180106169509756, "S12": -6.7139732737920204, "W13": -16.254552534530543, "S13": -24.93120622553214, "W21": -31.515974705414873, "S21": -34.739115201282644, "W22": -36.622993056185052, "S22": -36.622993056185052, "W31": -50.0, "S31": -52.231756780700074, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 505256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45302275189599134, "S11": -0.45302275189599134, "W12": -5.3298683155252355, "S12": -8.2236260666620691, "W13": -20.0, "S13": -20.0, "W21": -29.999999999999996, "S21": -34.222910216718262, "W22": -86.429732868757256, "S22": -106.42973286875727, "W31": -106.42973286875727, "S31": -106.42973286875727, "W32": -106.42973286875727, "S32": -106.42973286875727 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 508532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39021355587966194, "S11": 0.39021355587966194, "W12": -10.0, "S12": -13.33771743742045, "W13": -21.409132662625673, "S13": -21.868826342346495, "W21": -38.914654649356045, "S21": -38.999523928035146, "W22": -87.475613747954171, "S22": -97.475613747954171, "W31": -100.44434326833385, "S31": -100.44434326833385, "W32": -100.44434326833385, "S32": -100.44434326833385 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 509404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69826817655869755, "S11": 0.69826817655869755, "W12": -8.6743452424621257, "S12": -8.6743452424621257, "W13": -29.443360395078216, "S13": -29.443360395078216, "W21": -37.826044095675691, "S21": -37.826044095675691, "W22": -36.299075973149414, "S22": -42.064002242422674, "W31": -68.655034714393864, "S31": -68.655034714393864, "W32": -98.887653407159377, "S32": -103.88765340715938 }, "geometry": { "type": "Point", "coordinates": [ 104315.0, 510096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93869703322221631, "S11": 0.83364393805655623, "W12": -4.3531393454760847, "S12": -14.856093432116946, "W13": -20.0, "S13": -21.860242745899857, "W21": -36.77218019592005, "S21": -36.77218019592005, "W22": -38.966648861691979, "S22": -48.040084476241191, "W31": -69.955614793866317, "S31": -69.955614793866317, "W32": -91.943202582943499, "S32": -96.943202582943499 }, "geometry": { "type": "Point", "coordinates": [ 104316.0, 504110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3120300751879827, "S11": -0.3120300751879827, "W12": -6.1715298546481314, "S12": -12.045526644375087, "W13": -22.533699450933895, "S13": -22.533699450933895, "W21": -35.589999661059295, "S21": -44.751417480313016, "W22": -38.67501125162007, "S22": -47.599507028210311, "W31": -69.014359558911138, "S31": -69.014359558911138, "W32": -91.622947499614455, "S32": -96.622947499614455 }, "geometry": { "type": "Point", "coordinates": [ 104316.0, 509035.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0781223759262668, "S11": 1.0781223759262668, "W12": -7.6127290969134513, "S12": -8.6127290969134513, "W13": -15.705544933078393, "S13": -16.568102495954765, "W21": -38.512889430130684, "S21": -38.763709102261835, "W22": -37.575722321999969, "S22": -41.827392366284286, "W31": -69.10840759978521, "S31": -69.10840759978521, "W32": -90.254959683611318, "S32": -95.254959683611318 }, "geometry": { "type": "Point", "coordinates": [ 104316.0, 511931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32653428464835493, "S11": 0.32653428464835493, "W12": -12.271336039677811, "S12": -12.271336039677811, "W13": -19.595211591394161, "S13": -22.436433084874565, "W21": -35.295733140782851, "S21": -40.540890863401422, "W22": -46.137336314276361, "S22": -46.137336314276361, "W31": -71.532125592307239, "S31": -72.420680919065674, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104316.0, 513585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3985328513713009, "S11": 2.3985328513713009, "W12": -10.0, "S12": -34.778173509844358, "W13": -34.778173509844358, "S13": -34.778173509844358, "W21": -38.391250946711878, "S21": -38.391250946711878, "W22": -40.0, "S22": -50.228334667113998, "W31": -66.152757580042802, "S31": -67.500553632189835, "W32": -94.015929647229044, "S32": -99.015929647229044 }, "geometry": { "type": "Point", "coordinates": [ 104316.2, 510261.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9352035503757925, "S12": -4.9352035503757925, "W13": -16.909354177083149, "S13": -16.909354177083149, "W21": -43.797428642309733, "S21": -44.817553123637531, "W22": -40.000000000000007, "S22": -47.344546253294723, "W31": -67.721841829171112, "S31": -71.261933459809327, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104316.25, 521611.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9209881022660218, "S12": -4.9209881022660218, "W13": -15.1226715467775, "S13": -15.1226715467775, "W21": -45.143616987750683, "S21": -46.492434696957446, "W22": -90.0, "S22": -102.51548123010181, "W31": -102.51548123010181, "S31": -102.51548123010181, "W32": -102.51548123010181, "S32": -105.72965774760517 }, "geometry": { "type": "Point", "coordinates": [ 104316.285714285710128, 522524.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013161662103943074, "S11": 0.013161662103943074, "W12": -2.1159256410016059, "S12": -8.2731456480673486, "W13": -22.068465037387572, "S13": -22.068465037387572, "W21": -35.233787509431913, "S21": -39.300533946245139, "W22": -82.35367372353673, "S22": -97.35367372353673, "W31": -99.531924542782633, "S31": -99.531924542782633, "W32": -100.29100529100529, "S32": -105.29100529100529 }, "geometry": { "type": "Point", "coordinates": [ 104316.333333333328483, 506536.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.72165271874074755, "W12": -10.377548862766909, "S12": -12.313179698315574, "W13": -19.370231700037735, "S13": -19.370231700037735, "W21": -35.574463069313317, "S21": -36.701466275222209, "W22": -35.49534980870893, "S22": -50.507161497606219, "W31": -66.863068998130245, "S31": -66.863068998130245, "W32": -97.340828794089362, "S32": -102.34082879408936 }, "geometry": { "type": "Point", "coordinates": [ 104316.8, 507225.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.0557326782129239, "S11": 4.0273189878331035, "W12": -9.4824041749145209, "S12": -9.4824041749145209, "W13": -13.211811254396249, "S13": -15.147213742075197, "W21": -58.850700651634853, "S21": -61.850700651634853, "W22": -38.826539452041082, "S22": -49.290390123455666, "W31": -70.0, "S31": -75.093613693423109, "W32": -90.81532804845267, "S32": -95.81532804845267 }, "geometry": { "type": "Point", "coordinates": [ 104317.0, 501127.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5861795747824194, "S12": -12.794061659109651, "W13": -21.301711965067664, "S13": -21.301711965067664, "W21": -32.044745116037753, "S21": -32.054120408097724, "W22": -36.072673403177191, "S22": -36.072673403177191, "W31": -51.333592107865037, "S31": -53.803843335356831, "W32": -92.01064735945485, "S32": -97.01064735945485 }, "geometry": { "type": "Point", "coordinates": [ 104317.0, 508093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1391671600552593, "S11": 1.1391671600552593, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -14.828137871724076, "S13": -17.828137871724074, "W21": -39.32530888338475, "S21": -41.299820516891657, "W22": -49.722834645669295, "S22": -49.722834645669295, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 498584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67931200636874012, "S11": -0.67931200636874012, "W12": -6.9321242853072746, "S12": -6.9321242853072746, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -33.810483870967744, "W22": -50.286383742791358, "S22": -54.262779870392656, "W31": -80.32560063618034, "S31": -80.32560063618034, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.480106948357512, "S11": -3.4801069483575118, "W12": -5.9107036001850783, "S12": -11.088079771537373, "W13": -22.690167171195434, "S13": -22.690167171195434, "W21": -35.198257316927062, "S21": -43.123841836146561, "W22": -39.72570487673002, "S22": -48.70822843789756, "W31": -73.445200179065424, "S31": -73.445200179065424, "W32": -94.459707578624858, "S32": -99.459707578624858 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 508989.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2829805333707753, "S12": -18.794099019929021, "W13": -24.497740029373922, "S13": -32.657867522292776, "W21": -37.72974858196747, "S21": -37.72974858196747, "W22": -37.854961299701309, "S22": -47.315293056813069, "W31": -68.548071606178041, "S31": -68.548071606178041, "W32": -90.686306569721054, "S32": -95.686306569721054 }, "geometry": { "type": "Point", "coordinates": [ 104318.0, 511264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9049550732754934, "S12": -7.4014885282865723, "W13": -15.000000000000034, "S13": -15.000000000000034, "W21": -46.248382371357337, "S21": -46.248382371357337, "W22": -40.0, "S22": -50.357603841288693, "W31": -65.973135982835927, "S31": -68.674313283422379, "W32": -93.843550585638909, "S32": -98.843550585638909 }, "geometry": { "type": "Point", "coordinates": [ 104318.30769230768783, 524808.923076923121698 ] } }, +{ "type": "Feature", "properties": { "W11": -0.034414537894586816, "S11": -0.034414537894586816, "W12": -10.0, "S12": -10.0, "W13": -15.471170198848785, "S13": -18.814365641156314, "W21": -40.929131690433607, "S21": -42.809369609548341, "W22": -39.461191613397162, "S22": -42.066308884186071, "W31": -69.183126109935785, "S31": -73.810606870439955, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.333333333328483, 499659.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3443842256833776, "S12": -6.3443842256833776, "W13": -15.36123582042512, "S13": -18.582282922625975, "W21": -37.670659325238503, "S21": -45.427597396219042, "W22": -39.369956662699977, "S22": -48.110848789943624, "W31": -69.437689832983381, "S31": -73.125190411788907, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104318.4, 502504.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8417296296592705, "S12": -7.15913926328352, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -46.205998752535343, "S21": -46.205998752535343, "W22": -38.804092771408158, "S22": -52.938630699700056, "W31": -71.606779776356234, "S31": -74.606779776356234, "W32": -86.637380867739921, "S32": -91.637380867739921 }, "geometry": { "type": "Point", "coordinates": [ 104318.448979591834359, 524744.775510204024613 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.383625459959414, "S12": -6.383625459959414, "W13": -19.88542726760501, "S13": -19.88542726760501, "W21": -47.9668064432704, "S21": -50.9668064432704, "W22": -33.607178474720016, "S22": -37.254758514030136, "W31": -66.735119044572613, "S31": -66.735119044572613, "W32": -88.822255946261734, "S32": -93.822255946261734 }, "geometry": { "type": "Point", "coordinates": [ 104318.5, 518801.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52666811027884652, "S11": -2.5822902371187095, "W12": -6.0490733654695346, "S12": -6.0490733654695346, "W13": -15.0, "S13": -22.348050344525433, "W21": -30.727380613059825, "S21": -32.342390774036183, "W22": -62.102313478002451, "S22": -77.294520563611485, "W31": -87.785737488252565, "S31": -87.785737488252565, "W32": -100.14027483662998, "S32": -105.14027483662998 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 505142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070791288544031578, "S11": -0.50899673951985858, "W12": -6.6920789994240364, "S12": -6.6920789994240364, "W13": -24.175618447554612, "S13": -26.098226675656171, "W21": -33.854992313093575, "S21": -39.617563867970837, "W22": -75.162002206841208, "S22": -91.290756483865664, "W31": -91.981319102383978, "S31": -91.981319102383978, "W32": -101.2958287442364, "S32": -106.2958287442364 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39997833152762735, "S11": -0.39997833152762735, "W12": -5.0000000000000009, "S12": -15.0, "W13": -19.807058173123316, "S13": -19.807058173123316, "W21": -30.0, "S21": -32.237960339943342, "W22": -85.799785836251559, "S22": -96.644793760181827, "W31": -101.77357526762316, "S31": -101.77357526762316, "W32": -101.77357526762316, "S32": -101.77357526762316 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 508454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21734419693161136, "S11": 0.21734419693161136, "W12": -7.3104108895335891, "S12": -7.3104108895335891, "W13": -21.992088658274881, "S13": -28.120272876142984, "W21": -36.979981855898153, "S21": -36.979981855898153, "W22": -38.004707395300464, "S22": -48.767388041375838, "W31": -68.244133645155458, "S31": -68.244133645155458, "W32": -90.905638042827732, "S32": -95.905638042827732 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 511509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2988973542539657, "S11": 0.015843000294966325, "W12": -8.4317104832420267, "S12": -8.9710904046008491, "W13": -14.755392502403076, "S13": -14.755392502403076, "W21": -39.04812671398755, "S21": -39.100401850750146, "W22": -60.0, "S22": -60.0, "W31": -73.600483689847749, "S31": -73.789600239522073, "W32": -93.296423834078553, "S32": -98.296423834078553 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 512126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27478081150139078, "S11": -0.61059980824927451, "W12": -10.0, "S12": -10.0, "W13": -18.381189371613662, "S13": -18.480016557462388, "W21": -33.930533438233454, "S21": -34.0694555075141, "W22": -47.090892772018357, "S22": -47.090892772018357, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 512909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.09070140607578, "S13": -15.09070140607578, "W21": -46.444883730846371, "S21": -46.444883730846371, "W22": -85.903877135608198, "S22": -96.711167151455925, "W31": -101.70761337893637, "S31": -101.70761337893637, "W32": -101.70761337893637, "S32": -101.70761337893637 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 525109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0441316587842762, "S12": -8.0441316587842771, "W13": -15.186346849153519, "S13": -15.186346849153519, "W21": -46.0, "S21": -46.0, "W22": -39.876552728739405, "S22": -39.876552728739405, "W31": -65.069465981052474, "S31": -65.069465981052474, "W32": -89.80959171886839, "S32": -94.80959171886839 }, "geometry": { "type": "Point", "coordinates": [ 104319.0, 525505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5729524211574406, "S11": -2.1972363059933206, "W12": -9.3551401654948521, "S12": -9.3551401654948521, "W13": -20.145181582243481, "S13": -26.141854826338612, "W21": -42.089778100969568, "S21": -46.930881796009125, "W22": -69.678346178447285, "S22": -69.678346178447285, "W31": -87.214184463108239, "S31": -87.214184463108239, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104319.545454545455868, 516125.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 3.6905816024391318, "S11": 3.6905816024391318, "W12": -9.4113802411373033, "S12": -9.4113802411373033, "W13": -13.220135641407161, "S13": -15.054080138004204, "W21": -58.102185571766334, "S21": -61.099423949532834, "W22": -60.0, "S22": -60.0, "W31": -76.534983976024165, "S31": -76.534983976024165, "W32": -88.66908717492133, "S32": -93.66908717492133 }, "geometry": { "type": "Point", "coordinates": [ 104320.0, 501140.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46770251396648038, "S11": -0.46770251396648038, "W12": -5.0, "S12": -15.0, "W13": -19.724316516815666, "S13": -19.724316516815666, "W21": -30.0, "S21": -30.930122757318223, "W22": -36.15284725750729, "S22": -41.15284725750729, "W31": -69.27715674088158, "S31": -69.27715674088158, "W32": -88.486884222235616, "S32": -93.486884222235616 }, "geometry": { "type": "Point", "coordinates": [ 104320.0, 508408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9018175298947622, "S12": -9.9018175298947622, "W13": -22.684240006455589, "S13": -22.684240006455589, "W21": -35.692999584856949, "S21": -36.346458987611591, "W22": -60.0, "S22": -60.0, "W31": -74.691370886432921, "S31": -75.233071240932574, "W32": -96.296433169615185, "S32": -101.29643316961518 }, "geometry": { "type": "Point", "coordinates": [ 104320.0, 509200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0011318906153985, "S11": 1.0011318906153985, "W12": -9.9748589869038184, "S12": -24.974858986903818, "W13": -30.0, "S13": -30.0, "W21": -38.854183324811821, "S21": -38.854183324811821, "W22": -67.920455490276794, "S22": -67.920455490276794, "W31": -85.67685631578189, "S31": -85.67685631578189, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104320.0, 510792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39336511615656111, "S11": 0.39336511615656111, "W12": -7.4875708234967364, "S12": -7.4875708234967364, "W13": -14.000437289918661, "S13": -14.000437289918661, "W21": -40.176003413694545, "S21": -41.086690163336577, "W22": -80.0, "S22": -92.710058027079299, "W31": -101.31439066551427, "S31": -101.31439066551427, "W32": -101.31439066551427, "S32": -105.78166413082616 }, "geometry": { "type": "Point", "coordinates": [ 104320.75, 501709.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43770903010033441, "S11": 0.43770903010033441, "W12": -8.4961772670462441, "S12": -8.4961772670462441, "W13": -14.183974350271528, "S13": -14.183974350271528, "W21": -41.93303714283585, "S21": -50.927238466393888, "W22": -55.40448896018362, "S22": -55.40448896018362, "W31": -78.827793566142574, "S31": -78.827793566142574, "W32": -92.511210762331828, "S32": -97.511210762331828 }, "geometry": { "type": "Point", "coordinates": [ 104320.75, 501929.875 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0558918505260693, "S11": 1.0558918505260693, "W12": -7.5440785161468646, "S12": -8.4216100784824768, "W13": -16.146483960059484, "S13": -16.664992638770077, "W21": -38.375957204502619, "S21": -38.924025852043606, "W22": -36.174233634980794, "S22": -49.41411999861716, "W31": -67.81464274546569, "S31": -67.81464274546569, "W32": -97.251211074424234, "S32": -102.25121107442423 }, "geometry": { "type": "Point", "coordinates": [ 104320.75, 511914.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29543728487064719, "S11": -0.82597660098335712, "W12": -10.0, "S12": -10.0, "W13": -18.126900756863211, "S13": -18.126900756863211, "W21": -34.270735700761648, "S21": -34.692413497334229, "W22": -39.337992167696399, "S22": -43.583621165564203, "W31": -69.235047422976891, "S31": -73.859009045854989, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104320.833333333328483, 512864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62429108956432477, "S11": -1.0469933758023482, "W12": -9.8074703185628476, "S12": -9.8074703185628476, "W13": -16.105318156125008, "S13": -16.105318156125008, "W21": -37.527189343921691, "S21": -38.968893073953161, "W22": -40.421115907060617, "S22": -41.522739493885503, "W31": -64.190081037277153, "S31": -65.462268121734525, "W32": -99.744605649459842, "S32": -104.74460564945984 }, "geometry": { "type": "Point", "coordinates": [ 104320.9, 512420.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28937962202136402, "S11": -2.3114229461969349, "W12": -5.0, "S12": -5.0, "W13": -24.625376713361323, "S13": -24.625376713361323, "W21": -35.907637167288549, "S21": -41.760459762469203, "W22": -80.443993917892215, "S22": -94.473830021308601, "W31": -100.34087078651703, "S31": -100.34087078651703, "W32": -100.90963193533042, "S32": -105.90963193533042 }, "geometry": { "type": "Point", "coordinates": [ 104321.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82892182274701831, "S11": -0.82892182274701831, "W12": -5.2647112947200672, "S12": -20.200092228106584, "W13": -23.476794664463561, "S13": -23.476794664463561, "W21": -40.0, "S21": -42.147492819039797, "W22": -52.339217970546528, "S22": -52.339217970546528, "W31": -78.258929490892399, "S31": -88.277467715105516, "W32": -91.681908245693919, "S32": -96.681908245693919 }, "geometry": { "type": "Point", "coordinates": [ 104321.0, 509589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.7108670720270074, "S11": 3.7108670720270074, "W12": -9.4114990102573337, "S12": -9.4114990102573337, "W13": -13.205777447125092, "S13": -14.998197066932649, "W21": -58.126982296292027, "S21": -61.109261073761871, "W22": -53.399825160931165, "S22": -53.399825160931165, "W31": -77.846205895150817, "S31": -88.012292871971425, "W32": -92.097543919179941, "S32": -97.097543919179941 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 501140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37562555971132067, "S11": 0.37562555971132067, "W12": -7.3822746840716569, "S12": -7.3822746840716569, "W13": -14.011098196187104, "S13": -14.011098196187104, "W21": -40.168396954830328, "S21": -42.18403744387097, "W22": -50.310056265764885, "S22": -54.394893020102359, "W31": -79.345627285100477, "S31": -79.345627285100477, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 501688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46267898852442357, "S11": 0.46267898852442357, "W12": -8.1365865851965005, "S12": -8.1365865851965005, "W13": -14.169134733223734, "S13": -14.169134733223734, "W21": -41.914856685343871, "S21": -44.570471978055942, "W22": -60.754436077209384, "S22": -74.834308705576106, "W31": -87.450363394258602, "S31": -87.450363394258602, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 501853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.054213666830145557, "W12": -9.3412020346683793, "S12": -16.751892985146018, "W13": -19.652190625846167, "S13": -19.652190625846167, "W21": -34.954890020974005, "S21": -34.954890020974005, "W22": -65.362570560138948, "S22": -84.537327841692345, "W31": -88.661504013330656, "S31": -88.661504013330656, "W32": -100.82552851880163, "S32": -105.82552851880163 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 507422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23022612513721197, "S11": 0.23022612513721197, "W12": -10.0, "S12": -12.526428432453477, "W13": -22.542897236314484, "S13": -22.542897236314484, "W21": -37.090664597675016, "S21": -37.090664597675016, "W22": -50.564145658263307, "S22": -50.564145658263307, "W31": -77.979501031982295, "S31": -92.979501031982295, "W32": -92.979501031982295, "S32": -95.403235025148604 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 509307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9966532214609369, "S12": -18.772860993362002, "W13": -28.733042841407965, "S13": -28.733042841407965, "W21": -39.532725692745203, "S21": -39.532725692745203, "W22": -40.0, "S22": -41.068311513930851, "W31": -74.945323892274146, "S31": -74.945323892274146, "W32": -96.900063080111735, "S32": -101.90006308011174 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 510009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3961691965479683, "S11": 1.3961691965479683, "W12": -9.9474482970776759, "S12": -21.797793672712132, "W13": -29.062730108319748, "S13": -29.581914192138633, "W21": -39.16475708150864, "S21": -39.16475708150864, "W22": -33.084597410275599, "S22": -37.850067464292962, "W31": -67.152741147695423, "S31": -67.152741147695423, "W32": -88.596093046967724, "S32": -93.596093046967724 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 510631.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5655718855183665, "S12": -22.422950050805081, "W13": -29.7794885177453, "S13": -29.7794885177453, "W21": -38.444755605803778, "S21": -38.444755605803778, "W22": -40.0, "S22": -48.471711809808994, "W31": -66.679869902202654, "S31": -67.725362578204454, "W32": -94.538751994843068, "S32": -99.538751994843068 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 510999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7531198638905172, "S12": -17.753119863890518, "W13": -23.711604395090042, "S13": -34.645999313217814, "W21": -37.498034278153128, "S21": -37.498034278153128, "W22": -57.659656076200214, "S22": -57.659656076200214, "W31": -75.058045380233224, "S31": -75.538399327065193, "W32": -96.720709551285111, "S32": -101.72070955128511 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 511337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4154468412942993, "S12": -4.8513179242019326, "W13": -15.0, "S13": -15.0, "W21": -45.917323386177223, "S21": -45.917323386177223, "W22": -40.670175965892298, "S22": -41.507920561732121, "W31": -65.294802809292364, "S31": -66.520912776417831, "W32": -99.923994527263886, "S32": -104.92399452726389 }, "geometry": { "type": "Point", "coordinates": [ 104322.0, 524313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31609375823989866, "S11": -1.041353393717446, "W12": -10.0, "S12": -10.0, "W13": -17.872612142112736, "S13": -17.872612142112736, "W21": -34.610937963289935, "S21": -35.315371487154366, "W22": -36.295129955797293, "S22": -40.961447673672197, "W31": -69.377145099676625, "S31": -69.377145099676625, "W32": -88.692761552509026, "S32": -93.692761552509026 }, "geometry": { "type": "Point", "coordinates": [ 104322.666666666671517, 512819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9212078672566886, "S12": -7.5545336701858794, "W13": -14.999999999999972, "S13": -14.999999999999972, "W21": -46.274339371933891, "S21": -46.274339371933891, "W22": -40.0, "S22": -46.936618120774924, "W31": -67.090599883923261, "S31": -69.179907491847374, "W32": -94.92156538969617, "S32": -99.92156538969617 }, "geometry": { "type": "Point", "coordinates": [ 104322.69230769231217, 524857.076923076878302 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.856088656711389, "S12": -7.307896270513341, "W13": -15.0, "S13": -15.0, "W21": -46.232843039459844, "S21": -46.232843039459844, "W22": -60.0, "S22": -60.0, "W31": -77.013619312850011, "S31": -77.013619312850011, "W32": -89.422290020990545, "S32": -94.422290020990545 }, "geometry": { "type": "Point", "coordinates": [ 104322.755102040813654, 524794.122448979644105 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19971211644649473, "S11": 0.19971211644649475, "W12": -2.3895216400911159, "S12": -6.9498103394299342, "W13": -23.139208318982572, "S13": -23.139208318982572, "W21": -36.41907565822391, "S21": -40.962734473005561, "W22": -60.0, "S22": -60.0, "W31": -76.789628918507802, "S31": -76.789628918507802, "W32": -89.084453190076076, "S32": -94.084453190076076 }, "geometry": { "type": "Point", "coordinates": [ 104323.0, 506403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1406147491884944, "S11": 1.1406147491884944, "W12": -9.3923340000094022, "S12": -9.9924405714886149, "W13": -22.712520506069932, "S13": -22.712520506069932, "W21": -33.111189286345606, "S21": -33.124424767297143, "W22": -57.474798387096776, "S22": -57.474798387096776, "W31": -73.979705458434779, "S31": -73.979705458434779, "W32": -91.632685330779964, "S32": -96.632685330779964 }, "geometry": { "type": "Point", "coordinates": [ 104323.0, 507982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034473689698590798, "S11": 0.034473689698590798, "W12": -13.256744658518235, "S12": -13.256744658518235, "W13": -20.289463218574504, "S13": -21.383289774784046, "W21": -38.049285758733106, "S21": -39.306407202985213, "W22": -50.100453490412306, "S22": -50.100453490412306, "W31": -77.342530818096293, "S31": -82.690384257581243, "W32": -89.407580326458856, "S32": -94.407580326458856 }, "geometry": { "type": "Point", "coordinates": [ 104323.0, 514234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5188896686550599, "S12": -6.5188896686550599, "W13": -15.154592128532023, "S13": -17.37528122991651, "W21": -38.339441785577094, "S21": -47.962137866072204, "W22": -35.050412273712134, "S22": -37.984696678054547, "W31": -48.76258115114782, "S31": -50.627623662670416, "W32": -96.169795395089153, "S32": -101.16979539508915 }, "geometry": { "type": "Point", "coordinates": [ 104323.2, 502455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -47.28767688948804, "S22": -47.28767688948804, "W31": -77.03528346917183, "S31": -86.656050137520893, "W32": -95.353296430317116, "S32": -100.35329643031712 }, "geometry": { "type": "Point", "coordinates": [ 104323.379310344826081, 530026.379310344811529 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5875585338283319, "S11": 0.5875585338283319, "W12": -6.9040326802342094, "S12": -12.574334028158745, "W13": -21.342726899055879, "S13": -21.342726899055879, "W21": -32.083856854222667, "S21": -32.091566630114258, "W22": -40.0, "S22": -49.334649063110106, "W31": -66.368636047879662, "S31": -66.706722989437935, "W32": -94.238781315958406, "S32": -99.238781315958406 }, "geometry": { "type": "Point", "coordinates": [ 104323.833333333328483, 508088.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1153771666505277, "S11": 2.1153771666505277, "W12": -8.7211811175337193, "S12": -8.7211811175337193, "W13": -13.505199808693805, "S13": -14.815514288862779, "W21": -49.433998191079162, "S21": -54.538177815410549, "W22": -40.0, "S22": -45.656977531131567, "W31": -68.649561769415286, "S31": -73.664905757030823, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 501293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58956866185228529, "S11": -1.5018532398460989, "W12": -10.181693048864402, "S12": -15.709010279799209, "W13": -19.886181447361608, "S13": -19.886181447361608, "W21": -34.655100351317984, "S21": -36.497325778880082, "W22": -39.178887480600991, "S22": -49.752532968307854, "W31": -70.0, "S31": -73.270721999333972, "W32": -93.670454355003599, "S32": -98.670454355003599 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 506853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12560209625832214, "S11": -0.12560209625832214, "W12": -8.8105001204142432, "S12": -8.8105001204142432, "W13": -21.895640973034116, "S13": -21.895640973034116, "W21": -34.976739745283261, "S21": -37.349846113961782, "W22": -64.349455872774641, "S22": -82.564259219503668, "W31": -88.335727755584827, "S31": -88.335727755584827, "W32": -100.59174971450359, "S32": -105.59174971450359 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 509114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13984432199143509, "S11": -0.13984432199143509, "W12": -8.8506221401621765, "S12": -8.8506221401621765, "W13": -21.853173206468767, "S13": -21.853173206468767, "W21": -34.934935079489726, "S21": -36.896439224579531, "W22": -68.980025376807134, "S22": -79.838594050959344, "W31": -89.554677827007893, "S31": -89.554677827007893, "W32": -101.37402228901044, "S32": -106.37402228901044 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 509117.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3317185721215164, "S11": -1.204059565500037, "W12": -10.0, "S12": -10.0, "W13": -17.680576305593728, "S13": -17.680576305593728, "W21": -34.867695583486892, "S21": -35.786085180966388, "W22": -37.114007607965988, "S22": -49.0748157871286, "W31": -69.177945165791144, "S31": -69.177945165791144, "W32": -97.120857996226405, "S32": -102.12085799622641 }, "geometry": { "type": "Point", "coordinates": [ 104324.0, 512785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9279294063593362, "S12": -4.9279294063593362, "W13": -17.289735774607049, "S13": -17.289735774607049, "W21": -43.383538617300175, "S21": -44.255850940681512, "W22": -32.428579757708029, "S22": -49.443653079459622, "W31": -62.724316486353359, "S31": -62.724316486353359, "W32": -97.441132588212042, "S32": -102.44113258821204 }, "geometry": { "type": "Point", "coordinates": [ 104324.416666666671517, 521388.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33675023160915502, "S11": -1.2567301864515283, "W12": -10.0, "S12": -10.0, "W13": -17.618323527362286, "S13": -17.618323527362286, "W21": -34.951140225818136, "S21": -35.938329476974509, "W22": -33.367619860156523, "S22": -38.367619860156523, "W31": -67.423969614357716, "S31": -67.423969614357716, "W32": -88.272994076898044, "S32": -93.272994076898044 }, "geometry": { "type": "Point", "coordinates": [ 104324.5, 512774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1560493302150832, "S11": 2.1560493302150832, "W12": -10.0, "S12": -34.194744976816892, "W13": -34.194744976816892, "S13": -34.194744976816892, "W21": -36.37248599177066, "S21": -36.37248599177066, "W22": -60.0, "S22": -60.0, "W31": -73.920706342055851, "S31": -73.920706342055851, "W32": -91.993335709328747, "S32": -96.993335709328747 }, "geometry": { "type": "Point", "coordinates": [ 104324.6, 510300.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94266230909428916, "S11": -0.94361203463232157, "W12": -7.7430888721393112, "S12": -15.06340080627491, "W13": -20.966972802667303, "S13": -20.966972802667303, "W21": -30.486144160660338, "S21": -30.486144160660338, "W22": -40.566970922392741, "S22": -46.346029370120149, "W31": -79.837881069973221, "S31": -79.837881069973221, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104325.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9024933260817383, "S12": -4.9024933260817383, "W13": -15.0, "S13": -15.0, "W21": -45.080734132722846, "S21": -46.318882675008595, "W22": -80.0, "S22": -94.676535087719301, "W31": -99.468869101089297, "S31": -99.468869101089297, "W32": -100.12849584278155, "S32": -105.12849584278155 }, "geometry": { "type": "Point", "coordinates": [ 104325.125, 522968.375 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4195919584503367, "S11": 1.1695919584503367, "W12": -9.5760970884766721, "S12": -9.715321049598252, "W13": -16.316452765894642, "S13": -18.851425248093577, "W21": -33.189498413883953, "S21": -33.20351485018324, "W22": -50.721813801782524, "S22": -50.721813801782524, "W31": -76.986842864687503, "S31": -76.986842864687503, "W32": -89.023818311019028, "S32": -94.023818311019028 }, "geometry": { "type": "Point", "coordinates": [ 104326.0, 496960.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50183348143493278, "S11": -0.81701782490804709, "W12": -4.521158911325724, "S12": -4.521158911325724, "W13": -17.147541935109409, "S13": -17.207525620166489, "W21": -34.969493858984372, "S21": -34.969493858984372, "W22": -36.813795933464093, "S22": -36.813795933464093, "W31": -57.983975509187722, "S31": -60.003893762644672, "W32": -87.756471925835228, "S32": -92.756471925835228 }, "geometry": { "type": "Point", "coordinates": [ 104326.0, 504302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6018119081050306, "S11": -1.5211667468147079, "W12": -10.203165863730195, "S12": -15.53358418131336, "W13": -19.869772024128466, "S13": -19.869772024128466, "W21": -34.677569483580051, "S21": -36.433552084849559, "W22": -58.34654478041297, "S22": -58.34654478041297, "W31": -74.840219610948566, "S31": -75.335404842202578, "W32": -96.610378618091644, "S32": -101.61037861809164 }, "geometry": { "type": "Point", "coordinates": [ 104326.0, 506859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35740670497841148, "S11": -1.4721069791856112, "W12": -10.0, "S12": -10.0, "W13": -17.364034912611832, "S13": -17.364034912611832, "W21": -35.291342488346345, "S21": -36.56128746679466, "W22": -40.540213072579178, "S22": -48.844225443577578, "W31": -65.42072716052499, "S31": -70.976731468548579, "W32": -91.38646768969754, "S32": -96.38646768969754 }, "geometry": { "type": "Point", "coordinates": [ 104326.333333333328483, 512729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0269748230849474, "S11": 1.0269748230849474, "W12": -5.4240377773465287, "S12": -5.4240377773465287, "W13": -14.895659258588694, "S13": -17.895659258588694, "W21": -39.217340215703558, "S21": -41.200303825251162, "W22": -57.890538546661745, "S22": -70.063922284727994, "W31": -86.795918974610757, "S31": -86.795918974610757, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 498638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57612884333821412, "S11": 0.57612884333821412, "W12": -8.6640063880016669, "S12": -8.6640063880016669, "W13": -14.132335725368502, "S13": -14.217174385241901, "W21": -42.037574773414796, "S21": -51.717655522661907, "W22": -38.731938734406086, "S22": -47.683192750135078, "W31": -71.050217149425336, "S31": -71.050217149425336, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 501975.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2829598922627894, "W12": -4.7664109633251783, "S12": -4.7664109633251783, "W13": -15.717672105338622, "S13": -15.717672105338622, "W21": -33.575844702579673, "S21": -33.575844702579673, "W22": -78.80062756868405, "S22": -83.013762575797443, "W31": -96.045175280086795, "S31": -96.045175280086795, "W32": -96.045175280086795, "S32": -98.377626466483036 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 504451.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85584149877911864, "S11": -0.85584149877911864, "W12": -5.4232929110844532, "S12": -20.353563154403162, "W13": -23.444088223145055, "S13": -23.444088223145055, "W21": -40.0, "S21": -42.383356585966347, "W22": -34.88756653112501, "S22": -50.272290112351079, "W31": -66.20827893732357, "S31": -66.20827893732357, "W32": -97.287871031219595, "S32": -102.28787103121959 }, "geometry": { "type": "Point", "coordinates": [ 104327.0, 509587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8741607815087296, "S12": -7.4641452124534684, "W13": -15.0, "S13": -15.0, "W21": -46.259687326384281, "S21": -46.259687326384281, "W22": -40.40770471457617, "S22": -42.806158216060531, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104327.061224489792949, 524843.469387755147181 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9374606612381147, "S12": -7.7037098423345256, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -46.300296372510552, "S21": -46.300296372510552, "W22": -38.532781971722351, "S22": -38.532781971722351, "W31": -65.055333129943421, "S31": -65.055333129943421, "W32": -89.627704788884685, "S32": -94.627704788884685 }, "geometry": { "type": "Point", "coordinates": [ 104327.076923076921958, 524905.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23585770950914775, "S11": 0.23585770950914775, "W12": -11.014464624647333, "S12": -11.014464624647333, "W13": -19.398827127225061, "S13": -20.239240006931659, "W21": -34.227402458667008, "S21": -38.543486745790865, "W22": -48.916085721662796, "S22": -48.916085721662796, "W31": -77.205547621010894, "S31": -92.205547621010894, "W32": -94.759829815557396, "S32": -99.759829815557396 }, "geometry": { "type": "Point", "coordinates": [ 104327.142857142855064, 513327.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21, "S11": -0.22, "W12": -7.21, "S12": -19.21, "W13": -23.209999, "S13": -23.209999, "W21": -31.441911421553506, "S21": -41.125428732141984, "W22": -40.164124377040615, "S22": -42.256260074804686, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104327.3, 508727.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28416199135874143, "S11": -0.28416199135874143, "W12": -6.6781630658178353, "S12": -6.6781630658178353, "W13": -15.0, "S13": -16.737426257843911, "W21": -39.008224245915684, "S21": -48.401376260046263, "W22": -40.0, "S22": -46.343667628969499, "W31": -67.180494401686104, "S31": -69.634904932756641, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104328.0, 502405.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3191698204242872, "S12": -6.3191698204242872, "W13": -15.460177758993352, "S13": -19.062100925995715, "W21": -37.5464932494313, "S21": -44.588887894318262, "W22": -37.522033925835352, "S22": -44.425603528834223, "W31": -66.71232135709009, "S31": -68.360710773656351, "W32": -85.908469808767748, "S32": -90.908469808767748 }, "geometry": { "type": "Point", "coordinates": [ 104328.0, 502522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9556012942281598, "W12": -10.0, "S12": -10.0, "W13": -20.598562458295426, "S13": -27.71880374637762, "W21": -40.177245308511338, "S21": -42.771862633994935, "W22": -43.715106994570426, "S22": -43.715106994570426, "W31": -70.547536044539342, "S31": -71.541613209381651, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104328.0, 515334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1109529142261554, "S12": -7.1109529142261554, "W13": -19.669779946282425, "S13": -20.312431644094843, "W21": -47.647467405537739, "S21": -50.737379686239493, "W22": -54.516563441104609, "S22": -54.516563441104609, "W31": -75.381382590712008, "S31": -75.587935595760072, "W32": -98.319274235849647, "S32": -103.31927423584965 }, "geometry": { "type": "Point", "coordinates": [ 104328.0, 518318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3780631783476629, "S11": -1.6219368216523371, "W12": -10.0, "S12": -10.0, "W13": -17.109746297861356, "S13": -17.109746297861356, "W21": -35.631544750874617, "S21": -37.184245456614782, "W22": -81.265754894073169, "S22": -92.434297073575337, "W31": -101.96334156329037, "S31": -101.96334156329037, "W32": -101.96334156329037, "S32": -103.75221712865699 }, "geometry": { "type": "Point", "coordinates": [ 104328.166666666671517, 512684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25235081681495652, "S11": -0.42039529338899306, "W12": -10.0, "S12": -10.0, "W13": -18.591822298979238, "S13": -18.853410335965695, "W21": -33.682236815355623, "S21": -33.847647517269607, "W22": -90.0, "S22": -108.00213413567505, "W31": -108.00213413567505, "S31": -108.00213413567505, "W32": -108.00213413567505, "S32": -108.00213413567505 }, "geometry": { "type": "Point", "coordinates": [ 104328.25, 512949.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26478863276023351, "S11": -0.26478863276023351, "W12": -10.0, "S12": -11.639643729597116, "W13": -22.617263567121963, "S13": -22.617263567121963, "W21": -36.165740764621923, "S21": -36.252806536220454, "W22": -41.710916996260323, "S22": -44.857942326351733, "W31": -79.236815341691042, "S31": -79.236815341691042, "W32": -100.08063025940363, "S32": -105.08063025940363 }, "geometry": { "type": "Point", "coordinates": [ 104328.666666666671517, 509236.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15725156380989247, "S11": -0.15725156380989247, "W12": -6.7784430525373898, "S12": -6.7784430525373898, "W13": -14.990129925151816, "S13": -16.797733352048446, "W21": -39.212641732399774, "S21": -48.584388706700942, "W22": -37.767296562993891, "S22": -37.859580307712598, "W31": -65.293860311883861, "S31": -65.293860311883861, "W32": -89.532001232089115, "S32": -94.532001232089115 }, "geometry": { "type": "Point", "coordinates": [ 104329.0, 502390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.3427364671666417, "W12": -6.7327326736852804, "S12": -8.7900752625095766, "W13": -16.451202982039987, "S13": -24.795620553372647, "W21": -32.185350198923288, "S21": -36.211660989196844, "W22": -40.0, "S22": -46.732825664290345, "W31": -68.056089159552485, "S31": -72.715829754506345, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104329.0, 505326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46759924260942776, "S11": 0.46759924260942776, "W12": -5.8576824240290923, "S12": -9.4849057616929642, "W13": -19.500767224128648, "S13": -22.339305329899812, "W21": -35.454358252341194, "S21": -35.454358252341194, "W22": -35.538607210490589, "S22": -39.334666830158227, "W31": -47.978274760383385, "S31": -49.643682381982401, "W32": -96.809980719179634, "S32": -101.80998071917963 }, "geometry": { "type": "Point", "coordinates": [ 104329.75, 503578.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22540343571056742, "S11": -1.2254034357105674, "W12": -10.32823259372609, "S12": -14.309893425263608, "W13": -19.500771384166843, "S13": -19.500771384166843, "W21": -35.226603480866686, "S21": -35.584505705514083, "W22": -49.630694467993344, "S22": -53.549959304558278, "W31": -81.613388905400299, "S31": -81.613388905400299, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104330.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39888419997195573, "S11": -1.6011158000280443, "W12": -10.0, "S12": -10.0, "W13": -16.855457683110906, "S13": -16.855457683110906, "W21": -35.971747013402826, "S21": -37.807203446434933, "W22": -40.0, "S22": -41.366053818511567, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104330.0, 512639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090776423313602694, "S11": 0.090776423313602694, "W12": -13.104858517378188, "S12": -13.104858517378188, "W13": -20.0, "S13": -20.571993734780534, "W21": -37.730053818839394, "S21": -39.831899591072563, "W22": -40.493299800467057, "S22": -50.493299800467057, "W31": -65.400431490377883, "S31": -70.385745045965976, "W32": -91.210122723416831, "S32": -96.210122723416831 }, "geometry": { "type": "Point", "coordinates": [ 104330.0, 514157.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54921664329630027, "S11": 0.54921664329630027, "W12": -8.0822983412496967, "S12": -8.0822983412496967, "W13": -16.604048179044575, "S13": -19.604048179044575, "W21": -40.0, "S21": -40.152161963114189, "W22": -30.0, "S22": -38.504757928973561, "W31": -50.576995514159506, "S31": -52.925095603111828, "W32": -93.364297253634888, "S32": -98.364297253634888 }, "geometry": { "type": "Point", "coordinates": [ 104331.0, 497504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1098156176809191, "S12": -7.1098156176809191, "W13": -19.665086187112529, "S13": -20.278679367148719, "W21": -47.67221452564857, "S21": -50.67221452564857, "W22": -39.092473355956798, "S22": -48.834018602540539, "W31": -70.0, "S31": -74.562265108386939, "W32": -92.81998424589807, "S32": -97.81998424589807 }, "geometry": { "type": "Point", "coordinates": [ 104331.0, 518328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8922329063060701, "S12": -7.6260070536827778, "W13": -15.0, "S13": -15.0, "W21": -46.286531613308711, "S21": -46.286531613308711, "W22": -37.270190751416216, "S22": -41.110724543525912, "W31": -62.881676269870461, "S31": -64.48109990099438, "W32": -85.993970065683214, "S32": -90.993970065683214 }, "geometry": { "type": "Point", "coordinates": [ 104331.367346938772243, 524892.816326530650258 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9537134552195399, "S12": -7.7385648737604225, "W13": -15.0, "S13": -15.0, "W21": -46.326253373087198, "S21": -46.326253373087198, "W22": -37.886194104806414, "S22": -38.463411007330578, "W31": -57.87447982000279, "S31": -59.336902722998268, "W32": -98.719160564761921, "S32": -103.71916056476192 }, "geometry": { "type": "Point", "coordinates": [ 104331.461538461531745, 524953.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69940263543191805, "S11": 0.69940263543191805, "W12": -8.9217025413137065, "S12": -8.9217025413137065, "W13": -14.085337858805275, "S13": -14.606782972283737, "W21": -42.133476686685043, "S21": -50.0, "W22": -40.922708399872249, "S22": -41.471941694173417, "W31": -66.891648259805379, "S31": -68.041361059198465, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 502039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.1403770803429412, "W12": -4.9560871727125777, "S12": -4.9560871727125777, "W13": -15.034014935293428, "S13": -16.269203445167754, "W21": -32.487184561353203, "S21": -32.487184561353203, "W22": -39.999999999999993, "S22": -43.867310625318694, "W31": -76.194898448951321, "S31": -76.194898448951321, "W32": -98.174939247100937, "S32": -103.17493924710094 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 504568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.6404991312588848, "S12": -5.6404991312588848, "W13": -14.68687394609946, "S13": -21.660566937570703, "W21": -30.579780201141514, "S21": -31.565960493137897, "W22": -40.0, "S22": -48.858377569075813, "W31": -66.351833553997679, "S31": -66.797210078486287, "W32": -94.231479015258174, "S32": -99.231479015258174 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 505096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57508303843259689, "S11": -1.4593075192103258, "W12": -10.158568479008931, "S12": -15.871529186135627, "W13": -19.924237343795919, "S13": -19.924237343795919, "W21": -34.540362942309848, "S21": -36.543780987874193, "W22": -39.591864831038798, "S22": -39.68003768407263, "W31": -73.727674167189875, "S31": -83.727674167189875, "W32": -96.823861337500148, "S32": -101.82386133750015 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 506844.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99065602553886678, "S11": -0.99145762874527943, "W12": -7.8213738520960634, "S12": -15.469715595417398, "W13": -20.316570465828484, "S13": -20.316570465828484, "W21": -30.424435216395871, "S21": -31.317396664994003, "W22": -55.223192743586736, "S22": -55.223192743586736, "W31": -78.739559764517992, "S31": -79.117545050499501, "W32": -92.194506726457391, "S32": -97.194506726457391 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21578947368422174, "S11": -0.21578947368422188, "W12": -6.7658809996862992, "S12": -10.18803188251124, "W13": -22.498517469010388, "S13": -22.498517469010388, "W21": -35.573282164661521, "S21": -44.737986582370908, "W22": -58.50520543590558, "S22": -58.50520543590558, "W31": -77.14341274783898, "S31": -77.14341274783898, "W32": -89.679012922530475, "S32": -94.679012922530475 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 509044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81469694079393173, "S11": 0.81469694079393173, "W12": -9.9944488320454177, "S12": -24.882226582113997, "W13": -30.0, "S13": -30.0, "W21": -38.664505833129674, "S21": -38.664505833129674, "W22": -40.0, "S22": -41.635196374622353, "W31": -74.92170966264797, "S31": -74.92170966264797, "W32": -96.137131657204648, "S32": -101.13713165720465 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 510876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.081694077179408, "S13": -15.081694077179408, "W21": -46.517389068065128, "S21": -46.517389068065128, "W22": -40.0, "S22": -40.0, "W31": -74.348878377293502, "S31": -80.717369699055851, "W32": -96.776460249567677, "S32": -101.77646024956768 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 525245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0861919468028205, "S12": -5.0861919468028205, "W13": -15.185745542572514, "S13": -15.185745542572514, "W21": -46.0, "S21": -46.0, "W22": -38.31019243678675, "S22": -43.271244043407975, "W31": -71.704881207739263, "S31": -76.953300180071281, "W32": -96.910515474163134, "S32": -101.91051547416313 }, "geometry": { "type": "Point", "coordinates": [ 104332.0, 525725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2649558330795258, "S11": -0.2649558330795258, "W12": -9.0178433722341786, "S12": -9.0178433722341786, "W13": -15.786104509872491, "S13": -19.006067844757684, "W21": -42.125279247501126, "S21": -44.861633990196722, "W22": -40.906900597924547, "S22": -41.49114109693253, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.142857142855064, 500069.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9325744153703095, "S11": 2.9325744153703095, "W12": -10.0, "S12": -12.774849057154118, "W13": -14.901952976316347, "S13": -17.155624028947926, "W21": -50.781600967590649, "S21": -53.149999500181188, "W22": -40.0, "S22": -47.866702962660497, "W31": -66.58451451571689, "S31": -67.655173352911191, "W32": -94.461632984688109, "S32": -99.461632984688109 }, "geometry": { "type": "Point", "coordinates": [ 104332.25, 500675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13553234023346894, "S11": 0.13553234023346894, "W12": -7.2339169116707112, "S12": -7.2339169116707112, "W13": -14.747833921762442, "S13": -16.741412248144343, "W21": -39.677006706254275, "S21": -48.983618214077772, "W22": -50.288249434926804, "S22": -54.384716019519267, "W31": -79.632062128045689, "S31": -79.632062128045689, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104332.8, 502356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6855310255897198, "S11": 1.6855310255897198, "W12": -6.1877471551963525, "S12": -10.287042190444591, "W13": -15.0, "S13": -17.269405651185451, "W21": -41.220372676773479, "S21": -43.511449789413383, "W22": -69.999999999999986, "S22": -69.999999999999986, "W31": -90.0, "S31": -90.0, "W32": -90.579742011140425, "S32": -95.579742011140425 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 498140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36908622355846665, "S11": -0.36908622355846665, "W12": -9.309855577179146, "S12": -9.309855577179146, "W13": -15.766192978922117, "S13": -18.220223642953314, "W21": -41.100630414995109, "S21": -41.100630414995109, "W22": -40.040185654067727, "S22": -45.256583867386624, "W31": -68.797423220689652, "S31": -74.369703874516546, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 499964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.357762216222099, "S12": -8.357762216222099, "W13": -23.684214104556393, "S13": -23.684214104556393, "W21": -33.606230379306247, "S21": -38.572621233529453, "W22": -34.826425030473288, "S22": -38.51993775175935, "W31": -47.947278985665108, "S31": -49.663998452139005, "W32": -96.622257013838905, "S32": -101.6222570138389 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 508883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47276564215148187, "S11": -0.47276564215148187, "W12": -10.0, "S12": -10.232150471407666, "W13": -22.644411086891232, "S13": -22.644411086891232, "W21": -35.882425227170373, "S21": -36.617240470716659, "W22": -36.693433477431348, "S22": -38.747626628862854, "W31": -53.663660076060765, "S31": -55.170186205740137, "W32": -98.169958166157386, "S32": -103.16995816615739 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28125836835241264, "S11": -0.28125836835241264, "W12": -5.0, "S12": -15.432290566834595, "W13": -24.133123083771899, "S13": -24.133123083771899, "W21": -40.0, "S21": -40.0, "W22": -39.334419272006606, "S22": -45.675986714693693, "W31": -69.371667792538247, "S31": -74.578540606582493, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25383940538564637, "S11": -0.25383940538564637, "W12": -5.0062610360416562, "S12": -17.278878611232461, "W13": -24.385732539452768, "S13": -24.385732539452768, "W21": -40.0, "S21": -40.0, "W22": -37.849111822181236, "S22": -37.849111822181236, "W31": -65.228547730284831, "S31": -65.228547730284831, "W32": -89.542555803167829, "S32": -94.542555803167829 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24658218593883269, "S11": 0.24658218593883269, "W12": -5.1231559110747016, "S12": -23.092023750225206, "W13": -24.533662319351453, "S13": -24.533662319351453, "W21": -40.0, "S21": -40.0, "W22": -58.099998, "S22": -58.099998, "W31": -76.099998, "S31": -76.099998, "W32": -88.099998, "S32": -93.099998 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 509731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7711074870530099, "S11": 1.7711074870530099, "W12": -8.6032977981465191, "S12": -32.214614241933901, "W13": -32.214614241933901, "S13": -32.214614241933901, "W21": -37.0430368675203, "S21": -37.0430368675203, "W22": -49.599147947327651, "S22": -49.599147947327651, "W31": -77.254874662618775, "S31": -91.998449442608973, "W32": -94.424485547699604, "S32": -99.424485547699604 }, "geometry": { "type": "Point", "coordinates": [ 104333.0, 510340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67210980966325051, "S11": 0.67210980966325051, "W12": -8.8318355089570879, "S12": -8.8318355089570879, "W13": -14.080697100465477, "S13": -14.537254920443862, "W21": -42.142112403993742, "S21": -51.355692507908756, "W22": -40.284977815406776, "S22": -42.706369032228714, "W31": -65.245540051771698, "S31": -66.659110326408111, "W32": -90.141603081626855, "S32": -95.141603081626855 }, "geometry": { "type": "Point", "coordinates": [ 104333.25, 502021.125 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4183563328505937, "S11": 1.4183563328505937, "W12": -8.7837038123886, "S12": -13.673953940007554, "W13": -29.360122711015357, "S13": -29.360122711015357, "W21": -37.300635324015175, "S21": -37.300635324015175, "W22": -40.0, "S22": -49.55417270479925, "W31": -65.755820659290464, "S31": -70.728703061512789, "W32": -93.461648652459729, "S32": -98.461648652459729 }, "geometry": { "type": "Point", "coordinates": [ 104333.666666666671517, 510140.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5816814400612622, "S11": 2.5816814400612622, "W12": -10.0, "S12": -12.907129720211298, "W13": -15.0, "S13": -17.332782802075613, "W21": -50.504529410312742, "S21": -52.885155786861468, "W22": -34.645991001956311, "S22": -50.168350029785117, "W31": -66.026049973110716, "S31": -66.026049973110716, "W32": -97.226692720391242, "S32": -102.22669272039124 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 500662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2037593984962516, "S11": -0.20375939849625141, "W12": -7.0532468890515618, "S12": -9.859827948441529, "W13": -22.482836119889281, "S13": -22.482836119889281, "W21": -35.561104242214803, "S21": -44.854554945785615, "W22": -34.918889199801974, "S22": -35.486408266648091, "W31": -66.787607886099437, "S31": -66.787607886099437, "W32": -98.575329209250228, "S32": -103.57532920925023 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10008151089991502, "S11": -0.10008151089991502, "W12": -4.9999999999999991, "S12": -14.646444839965003, "W13": -24.035449510525797, "S13": -24.035449510525797, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -40.0, "S22": -41.793387042631757, "W31": -74.908638248161992, "S31": -74.908638248161992, "W32": -95.940006308011164, "S32": -100.94000630801116 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 509637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4421354319236694, "S11": 1.4421354319236694, "W12": -8.789743965960028, "S12": -13.873970612208112, "W13": -29.360905657158686, "S13": -29.360905657158686, "W21": -37.289249060977234, "S21": -37.289249060977234, "W22": -40.425948310753711, "S22": -42.931893431535549, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 510142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20077333282234064, "S11": 0.20077333282234064, "W12": -10.225273238472591, "S12": -10.225273238472591, "W13": -19.301997937955434, "S13": -19.659930905161975, "W21": -33.948550160519389, "S21": -36.842508222620452, "W22": -40.0, "S22": -49.491234052226297, "W31": -65.73067941276679, "S31": -72.188636112797653, "W32": -93.282884973935552, "S32": -98.282884973935552 }, "geometry": { "type": "Point", "coordinates": [ 104334.0, 513183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23552664837148846, "S11": -0.23552664837148846, "W12": -9.122419112678779, "S12": -9.122419112678779, "W13": -16.008239119419876, "S13": -18.715501057820553, "W21": -45.191642700629963, "S21": -47.884109820897947, "W22": -49.47059144492377, "S22": -53.317850315532283, "W31": -79.135839206212012, "S31": -79.135839206212012, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104334.5, 500277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10193284258838153, "S11": 0.10193284258838153, "W12": -13.05336353855925, "S12": -13.05336353855925, "W13": -19.987619799566509, "S13": -20.434712346157962, "W21": -37.652336915258637, "S21": -39.957562513327311, "W22": -49.1123963587685, "S22": -53.366849827465622, "W31": -85.640391204498798, "S31": -85.640391204498798, "W32": -97.627956989247309, "S32": -102.62795698924731 }, "geometry": { "type": "Point", "coordinates": [ 104334.5, 514137.625 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2608830705705705, "S11": 1.2608830705705705, "W12": -6.7220099715099719, "S12": -6.9150594336170697, "W13": -15.274986894985146, "S13": -18.071498812540856, "W21": -40.0, "S21": -42.873329032866074, "W22": -32.8007601312395, "S22": -42.53856414935111, "W31": -63.642638190326757, "S31": -63.642638190326757, "W32": -97.736733505050893, "S32": -102.73673350505089 }, "geometry": { "type": "Point", "coordinates": [ 104335.0, 498823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58626774150788696, "S11": -0.125448637738653, "W12": -4.4579316665709392, "S12": -4.4579316665709374, "W13": -17.608537930233908, "S13": -17.948109962550401, "W21": -35.305080347022255, "S21": -35.305080347022255, "W22": -36.091096208915211, "S22": -37.564064933313652, "W31": -65.788764443489256, "S31": -65.788764443489256, "W32": -89.263935123042458, "S32": -94.263935123042458 }, "geometry": { "type": "Point", "coordinates": [ 104335.0, 504264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0014571527249148, "S11": 1.0014571527249148, "W12": -5.6082799663626366, "S12": -5.6782565650164019, "W13": -14.900250135789616, "S13": -17.900250135789616, "W21": -39.675998782995507, "S21": -41.649544218386652, "W22": -52.881745211793941, "S22": -52.881745211793941, "W31": -77.799567955413849, "S31": -89.082977932303649, "W32": -92.312813970611302, "S32": -97.312813970611302 }, "geometry": { "type": "Point", "coordinates": [ 104335.375, 498659.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9103050311034089, "S12": -7.6760713765696078, "W13": -15.0, "S13": -15.0, "W21": -46.313375900233147, "S21": -46.313375900233147, "W22": -38.070288491495162, "S22": -38.070288491495162, "W31": -65.135443006015137, "S31": -65.135443006015137, "W32": -89.570405912181386, "S32": -94.570405912181386 }, "geometry": { "type": "Point", "coordinates": [ 104335.673469387751538, 524942.163265306153335 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9699662492008549, "S12": -7.2294851857540348, "W13": -15.0, "S13": -15.0, "W21": -46.352210373663837, "S21": -46.352210373663837, "W22": -40.0, "S22": -49.428295399653337, "W31": -65.705538166243116, "S31": -73.165664382360347, "W32": -93.104121295411346, "S32": -98.104121295411346 }, "geometry": { "type": "Point", "coordinates": [ 104335.846153846156085, 525001.538461538497359 ] } }, +{ "type": "Feature", "properties": { "W11": 1.784307736533832, "S11": 1.784307736533832, "W12": -7.1931837971388495, "S12": -7.1931837971388495, "W13": -15.549057756500845, "S13": -18.529671908703783, "W21": -41.387967847893933, "S21": -42.980898604737732, "W22": -38.456840277680435, "S22": -48.213064530457387, "W31": -71.796761700462653, "S31": -73.427901203418585, "W32": -86.055210062188806, "S32": -91.055210062188806 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 498002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70883162518301623, "S11": 0.70883162518301623, "W12": -8.8910512428829342, "S12": -8.8910512428829342, "W13": -14.058650116369279, "S13": -14.662262900065436, "W21": -42.186654524849118, "S21": -50.0, "W22": -40.19132700908159, "S22": -40.19132700908159, "W31": -65.198631524736896, "S31": -65.490940723346725, "W32": -89.95387487832069, "S32": -94.95387487832069 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 502038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66459050308223488, "S11": 0.66459050308223488, "W12": -5.0, "S12": -11.684370138985495, "W13": -19.911540087102221, "S13": -22.597415241507438, "W21": -36.346504942727783, "S21": -36.346504942727783, "W22": -50.818498647886507, "S22": -56.390925493133267, "W31": -87.109445798627206, "S31": -87.109445798627206, "W32": -98.97319723109365, "S32": -103.97319723109365 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.1730972794129872, "W12": -4.955642972602627, "S12": -4.955642972602627, "W13": -15.0, "S13": -16.120287253141832, "W21": -32.479462597216049, "S21": -32.479462597216049, "W22": -37.256471093918464, "S22": -39.67621287181256, "W31": -69.850169830175076, "S31": -69.850169830175076, "W32": -90.11319849160337, "S32": -95.11319849160337 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 504568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25821331869740211, "S11": -0.25821331869740211, "W12": -10.0, "S12": -10.846682664245415, "W13": -22.596432563627779, "S13": -22.596432563627779, "W21": -36.258569639035485, "S21": -36.265827672052978, "W22": -39.338390455258775, "S22": -49.338390455258775, "W31": -69.757993036854359, "S31": -74.05092420067021, "W32": -94.783129703186006, "S32": -99.783129703186006 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 509239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90312708912271733, "S11": 0.90312708912271733, "W12": -9.9883633270684715, "S12": -24.98836332706847, "W13": -30.0, "S13": -30.0, "W21": -38.722650561279409, "S21": -38.722650561279409, "W22": -37.207262154625077, "S22": -40.436275332939189, "W31": -62.336745535531861, "S31": -63.858359368384889, "W32": -86.213524281253356, "S32": -91.213524281253356 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 510842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9603411870466001, "S12": -22.025392630790378, "W13": -27.601774530271403, "S13": -33.266916738843975, "W21": -38.174448098734231, "S21": -38.174448098734231, "W22": -36.941815984569644, "S22": -36.941815984569644, "W31": -59.362242842809124, "S31": -61.117082144294301, "W32": -87.160369657745903, "S32": -92.160369657745903 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 511105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23350698987115845, "S11": -0.26051928250037215, "W12": -9.8019384969662529, "S12": -9.8019384969662529, "W13": -18.768901510584417, "S13": -19.167586480674359, "W21": -33.473411338103219, "S21": -34.084634840897721, "W22": -35.79968038200127, "S22": -39.662024258047893, "W31": -47.879003558718857, "S31": -49.445494462268847, "W32": -97.103295862426563, "S32": -102.10329586242656 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 512984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9340647446498149, "S12": -4.9340647446498149, "W13": -19.702021204315159, "S13": -25.91267969407431, "W21": -45.332506010498811, "S21": -48.332506010498811, "W22": -87.584269662921344, "S22": -102.65214217455413, "W31": -102.65214217455413, "S31": -102.65214217455413, "W32": -102.65214217455413, "S32": -105.52383453841598 }, "geometry": { "type": "Point", "coordinates": [ 104336.0, 520012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8700862192366658, "S12": -4.8700862192366658, "W13": -15.0, "S13": -15.0, "W21": -45.768559168036546, "S21": -45.768559168036546, "W22": -49.418253571358989, "S22": -53.836214331974745, "W31": -85.908775893721767, "S31": -85.908775893721767, "W32": -97.849769585253739, "S32": -102.84976958525374 }, "geometry": { "type": "Point", "coordinates": [ 104336.25, 524115.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.244359789123998, "S11": -0.244359789123998, "W12": -9.1305331031283501, "S12": -9.1305331031283501, "W13": -15.999984244507727, "S13": -18.703007697460539, "W21": -45.043138866064091, "S21": -47.734130516100826, "W22": -34.533597668690597, "S22": -39.437351170091439, "W31": -67.906797996537605, "S31": -67.906797996537605, "W32": -87.016652526436445, "S32": -92.016652526436445 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 500262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43018838629541456, "S11": 0.43018838629541456, "W12": -7.7346358381502895, "S12": -7.7346358381502895, "W13": -13.851317887129344, "S13": -15.020713860283708, "W21": -44.171098730835567, "S21": -49.641139754698742, "W22": -50.260878367630255, "S22": -55.161659529502785, "W31": -86.78402068294011, "S31": -86.78402068294011, "W32": -98.586140979689375, "S32": -103.58614097968938 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 501506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47319600683818408, "S11": -2.526803993161816, "W12": -5.8807900302560014, "S12": -5.8807900302560014, "W13": -14.719533769192086, "S13": -22.021879728486308, "W21": -30.639085856561234, "S21": -32.209333790445534, "W22": -39.343340465521131, "S22": -39.343340465521131, "W31": -65.056694580345791, "S31": -65.056694580345791, "W32": -89.729874090408444, "S32": -94.729874090408444 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 505136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14051770093933388, "S11": -0.14051770093933388, "W12": -8.1469184582801386, "S12": -8.1469184582801386, "W13": -22.805372153718359, "S13": -22.805372153718359, "W21": -32.312799105103402, "S21": -36.609197997071128, "W22": -40.0, "S22": -49.098951953178172, "W31": -66.099784518521773, "S31": -66.099784518521773, "W32": -93.996344932706918, "S32": -98.996344932706918 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 508797.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.039758742536858821, "S11": -0.039758742536858821, "W12": -5.0915176970344191, "S12": -19.478829531478898, "W13": -24.406387571628514, "S13": -24.406387571628514, "W21": -40.0, "S21": -40.0, "W22": -40.056947708620207, "S22": -45.056947708620207, "W31": -68.856359963818093, "S31": -74.741985789069645, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 509694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.521568265721652, "S12": -6.521568265721652, "W13": -19.816663448465789, "S13": -19.816663448465789, "W21": -48.034248346695236, "S21": -51.034248346695236, "W22": -60.0, "S22": -60.0, "W31": -76.201563953679198, "S31": -76.201563953679198, "W32": -88.29119408258731, "S32": -93.29119408258731 }, "geometry": { "type": "Point", "coordinates": [ 104337.0, 518761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2299208221285223, "S11": -0.23019077852871137, "W12": -9.7420062874367765, "S12": -9.7420062874367765, "W13": -18.802455226344815, "S13": -19.226804114469005, "W21": -33.433940192477785, "S21": -34.129932994381505, "W22": -40.0, "S22": -47.540719568077677, "W31": -66.516970955466633, "S31": -67.576918041999505, "W32": -94.402245706737119, "S32": -99.402245706737119 }, "geometry": { "type": "Point", "coordinates": [ 104337.5, 512990.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51226096408204724, "S11": 0.51226096408204724, "W12": -7.897787805189818, "S12": -7.897787805189818, "W13": -14.400448241773718, "S13": -16.423566969579927, "W21": -40.584245558908634, "S21": -49.80431656042505, "W22": -37.076760286213862, "S22": -37.076760286213862, "W31": -55.448033923876345, "S31": -57.780235918048277, "W32": -89.372849979593028, "S32": -94.372849979593028 }, "geometry": { "type": "Point", "coordinates": [ 104337.6, 502306.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0052083333333686, "S11": 2.0052083333333686, "W12": -10.679139948250441, "S12": -28.852888758722511, "W13": -28.963874998907041, "S13": -28.963874998907041, "W21": -39.089239094732704, "S21": -39.089239094732704, "W22": -40.506866815713828, "S22": -41.17356275887812, "W31": -66.414542415378193, "S31": -67.563003453635474, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104337.75, 510243.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3098998073217736, "S12": -8.3098998073217736, "W13": -13.561838665107876, "S13": -14.533784973832709, "W21": -45.923739705812345, "S21": -50.684761257785532, "W22": -46.004477321393445, "S22": -46.004477321393445, "W31": -71.906251913676201, "S31": -72.706452412213139, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104338.0, 501368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0330991674098553, "S11": -1.0330991674098553, "W12": -7.8305951450036204, "S12": -8.3986540067216797, "W13": -23.063050910994889, "S13": -23.063050910994889, "W21": -34.480816498617138, "S21": -40.873732732266589, "W22": -62.842322489821711, "S22": -78.317556340032027, "W31": -87.55171952063202, "S31": -87.55171952063202, "W32": -100.06244474639882, "S32": -105.06244474639882 }, "geometry": { "type": "Point", "coordinates": [ 104338.0, 508940.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42728539881510291, "S11": -1.5727146011848971, "W12": -10.0, "S12": -10.0, "W13": -16.779764614714441, "S13": -16.779764614714441, "W21": -36.343583814206823, "S21": -38.111344117894518, "W22": -65.640740338688659, "S22": -84.208701503737203, "W31": -88.389051306657137, "S31": -88.389051306657137, "W32": -100.70614335938157, "S32": -105.70614335938157 }, "geometry": { "type": "Point", "coordinates": [ 104338.5, 512594.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44581823827761102, "S11": 0.44581823827761102, "W12": -7.8644739884393067, "S12": -7.8644739884393067, "W13": -13.767856307790414, "S13": -14.850943556112561, "W21": -44.486249639665608, "S21": -49.61492589782705, "W22": -67.594578858202439, "S22": -67.594578858202439, "W31": -86.030129525884092, "S31": -86.030129525884092, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104339.0, 501472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8516737206617933, "S12": -8.7442036057727286, "W13": -20.0, "S13": -20.0, "W21": -33.967847747082608, "S21": -33.967847747082608, "W22": -37.712639641828126, "S22": -46.806736380384251, "W31": -70.438659444080884, "S31": -70.438659444080884, "W32": -99.698932649422119, "S32": -104.69893264942212 }, "geometry": { "type": "Point", "coordinates": [ 104339.0, 507709.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29180931744312028, "S11": -0.29180931744312028, "W12": -5.0, "S12": -9.4461729931549474, "W13": -19.411838624521074, "S13": -19.411838624521074, "W21": -30.0, "S21": -33.674922600619198, "W22": -40.111333305870247, "S22": -40.111333305870247, "W31": -65.169013573568336, "S31": -65.169013573568336, "W32": -89.897087993786471, "S32": -94.897087993786471 }, "geometry": { "type": "Point", "coordinates": [ 104339.0, 508517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48979571118647985, "S11": -0.65037872640589733, "W12": -11.700222841323223, "S12": -11.700222841323223, "W13": -20.752808051447882, "S13": -26.828078815745197, "W21": -38.64701081309142, "S21": -41.785981265345754, "W22": -40.0, "S22": -49.245043328342632, "W31": -66.023797205792718, "S31": -66.55248012832017, "W32": -93.924206035673279, "S32": -98.924206035673279 }, "geometry": { "type": "Point", "coordinates": [ 104339.475409836071776, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76809077598828723, "S11": 0.76809077598828723, "W12": -8.9173680447217887, "S12": -8.9173680447217887, "W13": -14.029058475562453, "S13": -14.857335455645824, "W21": -42.246650034572681, "S21": -51.289198652018605, "W22": -63.202164258626802, "S22": -79.195356270401263, "W31": -87.646698786536746, "S31": -87.646698786536746, "W32": -100.13866226735338, "S32": -105.13866226735338 }, "geometry": { "type": "Point", "coordinates": [ 104339.5, 502066.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6196689427420949, "S12": -22.344175819406637, "W13": -26.209728837715186, "S13": -26.209728837715186, "W21": -40.0, "S21": -40.0, "W22": -67.347481545809813, "S22": -67.347481545809813, "W31": -88.667377661101767, "S31": -88.667377661101767, "W32": -101.03854341694812, "S32": -106.03854341694812 }, "geometry": { "type": "Point", "coordinates": [ 104339.5, 509848.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9283771559007494, "S12": -7.3989608908228197, "W13": -15.0, "S13": -15.0, "W21": -46.340220187157584, "S21": -46.340220187157584, "W22": -38.701357870294537, "S22": -52.30828673158716, "W31": -72.049498449613679, "S31": -74.553058195620991, "W32": -86.400597565723771, "S32": -91.400597565723771 }, "geometry": { "type": "Point", "coordinates": [ 104339.979591836730833, 524991.510204081656411 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9862190431821602, "S12": -6.2342078575462949, "W13": -15.0, "S13": -15.0, "W21": -46.378167374240419, "S21": -46.378167374240419, "W22": -45.459680248584171, "S22": -45.459680248584171, "W31": -75.239998, "S31": -75.239998, "W32": -88.707328486480932, "S32": -93.707328486480932 }, "geometry": { "type": "Point", "coordinates": [ 104340.230769230765873, 525049.692307692253962 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.9864391844335683, "W12": -4.1428471202809263, "S12": -4.1428471202809263, "W13": -15.0, "S13": -23.878570145500106, "W21": -31.151623158374058, "S21": -31.151623158374058, "W22": -33.894716799322097, "S22": -37.19330236071211, "W31": -66.464832839854694, "S31": -66.464832839854694, "W32": -88.894667116478061, "S32": -93.894667116478061 }, "geometry": { "type": "Point", "coordinates": [ 104340.6, 504710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19551799619607435, "S11": -0.19551799619607435, "W12": -7.3285306062966749, "S12": -14.047539760846275, "W13": -22.977233984248379, "S13": -32.175036417881046, "W21": -37.206937159713227, "S21": -37.206937159713227, "W22": -37.629866869147115, "S22": -37.778855083512248, "W31": -65.240953244775653, "S31": -65.240953244775653, "W32": -89.515602470561575, "S32": -94.515602470561575 }, "geometry": { "type": "Point", "coordinates": [ 104340.666666666671517, 511418.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0847199019935405, "S11": 1.0847199019935405, "W12": -9.8246110836592759, "S12": -11.240885461601442, "W13": -15.626241051433606, "S13": -18.717630944775852, "W21": -47.903122648607976, "S21": -50.411942788666479, "W22": -49.930372774184846, "S22": -53.413908137854563, "W31": -78.532327097758227, "S31": -78.532327097758227, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 500533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 8.0241608626107759, "S11": 7.6907861542300857, "W12": -10.0, "S12": -11.278022629449222, "W13": -12.855102742598339, "S13": -13.492348221379231, "W21": -60.0, "S21": -62.407157429121625, "W22": -80.0, "S22": -91.013890516938233, "W31": -101.94256594002168, "S31": -101.94256594002168, "W32": -101.94256594002168, "S32": -101.94256594002168 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 500944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75735317076523512, "S11": 0.42503623948756308, "W12": -4.3328097773912191, "S12": -14.332809777391219, "W13": -18.643711184630565, "S13": -19.567015283183881, "W21": -35.999419215509505, "S21": -35.999419215509505, "W22": -37.090049156825238, "S22": -38.791425942237105, "W31": -61.058702137223648, "S31": -62.580314199531919, "W32": -86.505976095617527, "S32": -91.505976095617527 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 504188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.26350056018921947, "W12": -7.6303092961144134, "S12": -12.861581722477473, "W13": -19.805426146861784, "S13": -19.805426146861784, "W21": -34.526736085083492, "S21": -34.526736085083492, "W22": -40.205280116988938, "S22": -42.426147107377062, "W31": -80.0, "S31": -80.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 507512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1701593285235663, "S11": -0.1701593285235663, "W12": -7.9760430057817056, "S12": -9.1132935034107554, "W13": -22.637931763968041, "S13": -22.637931763968041, "W21": -32.099173998762843, "S21": -37.099173998762843, "W22": -63.425377487525076, "S22": -63.425377487525076, "W31": -83.339464318436058, "S31": -83.339464318436058, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 508783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9644538513272933, "S11": -1.9644538513272933, "W12": -10.671260148123796, "S12": -10.671260148123796, "W13": -20.679530235460849, "S13": -27.429618210512338, "W21": -39.186405826091281, "S21": -42.334905184419114, "W22": -38.790771612482857, "S22": -47.298138082620788, "W31": -70.0, "S31": -74.545025599839377, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.0, 515201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80117322095174681, "S11": 0.80117322095174681, "W12": -9.9951567463893518, "S12": -22.33114106833774, "W13": -30.908501404669799, "S13": -30.908501404669799, "W21": -38.682728661466868, "S21": -39.009599742408064, "W22": -38.609740046067785, "S22": -38.609740046067785, "W31": -54.402999831552428, "S31": -56.854044897098689, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.5, 510406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78294381345867559, "S11": 0.78294381345867559, "W12": -6.9853182537077378, "S12": -7.0701047367941232, "W13": -20.216462609002029, "S13": -22.078232317397692, "W21": -37.277574340606421, "S21": -37.649148146004819, "W22": -60.0, "S22": -60.0, "W31": -73.278898065614896, "S31": -73.625606470092237, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.5, 511731.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0064579988773725, "S11": 1.0064579988773725, "W12": -4.2504891653092285, "S12": -15.258382781148359, "W13": -20.046441602042623, "S13": -22.01332723305141, "W21": -37.019861163805416, "S21": -37.019861163805416, "W22": -40.0, "S22": -42.726507457221345, "W31": -74.775398297769868, "S31": -74.775398297769868, "W32": -95.178223844282655, "S32": -100.17822384428266 }, "geometry": { "type": "Point", "coordinates": [ 104341.666666666671517, 504078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4, "S11": 1.4, "W12": -9.8900003, "S12": -9.8900003, "W13": -23.379999, "S13": -23.379999, "W21": -33.080002, "S21": -33.090002, "W22": -61.667618800311601, "S22": -76.050220189016215, "W31": -87.238984727770458, "S31": -87.238984727770458, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104341.7, 508005.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1614058750228653, "S11": -1.4657258170800955, "W12": -8.992229639900799, "S12": -8.992229639900799, "W13": -19.689939997770995, "S13": -25.29653387228409, "W21": -43.172082627530436, "S21": -47.304945783222372, "W22": -72.433920704845818, "S22": -72.433920704845818, "W31": -91.266835321045662, "S31": -91.266835321045662, "W32": -91.266835321045662, "S32": -96.176341248900613 }, "geometry": { "type": "Point", "coordinates": [ 104341.913793103449279, 516620.663793103420176 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26174622661948438, "S11": -0.26174622661948438, "W12": -9.1331915271045876, "S12": -9.1331915271045876, "W13": -15.9418394880571, "S13": -18.592588287152889, "W21": -44.133903792784459, "S21": -46.837520512532848, "W22": -35.010953329787014, "S22": -50.268193318308207, "W31": -66.722878799788404, "S31": -66.722878799788404, "W32": -97.102337934817967, "S32": -102.10233793481797 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 500201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.250986514468442, "S11": -0.16402953689592392, "W12": -3.5601002599331597, "S12": -6.8655814933975332, "W13": -24.05948992743507, "S13": -24.05948992743507, "W21": -36.407579832156976, "S21": -41.407579832156976, "W22": -40.0, "S22": -50.0, "W31": -65.804010299519945, "S31": -68.492400440178699, "W32": -93.65369076742985, "S32": -98.65369076742985 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 506282.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.26333250342337855, "W12": -7.5096924269837171, "S12": -12.436251661116732, "W13": -19.820828566776157, "S13": -19.820828566776157, "W21": -34.488843570180428, "S21": -34.488843570180428, "W22": -49.743679116282806, "S22": -49.947521533276884, "W31": -75.07107186369403, "S31": -75.551537085668059, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104342.0, 507522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -37.018676142708287, "S22": -39.605695247654957, "W31": -69.871817469307942, "S31": -71.779508499891833, "W32": -89.883016735094884, "S32": -94.883016735094884 }, "geometry": { "type": "Point", "coordinates": [ 104342.126315789471846, 530017.242105263168924 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043182628771594615, "S11": -0.043182628771594615, "W12": -5.2946190877292771, "S12": -5.2946190877292771, "W13": -17.851732271623224, "S13": -21.272834718182594, "W21": -31.787232763116254, "S21": -31.787232763116254, "W22": -40.000000000000007, "S22": -49.571032118129693, "W31": -65.687525015144857, "S31": -73.923011665499502, "W32": -92.889051286585158, "S32": -97.889051286585158 }, "geometry": { "type": "Point", "coordinates": [ 104342.25, 503039.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68748442740773674, "S11": 0.68748442740773674, "W12": -8.5616586987089409, "S12": -8.5616586987089409, "W13": -14.053062561785101, "S13": -15.925713480420145, "W21": -41.713270561881544, "S21": -50.846801057091042, "W22": -50.293359265842426, "S22": -54.468340828511288, "W31": -79.26198164675904, "S31": -79.26198164675904, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104342.4, 502257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0056025028480097827, "S11": -0.0056025028480097827, "W12": -10.0, "S12": -9.9999999999999982, "W13": -15.506622841444271, "S13": -18.696829290855632, "W21": -40.837502316101542, "S21": -43.124014748199194, "W22": -80.861538461538458, "S22": -85.861538461538458, "W31": -95.560293940489089, "S31": -95.560293940489089, "W32": -95.560293940489089, "S32": -98.085995951060639 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 499621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2169583870712257, "S11": 1.2169583870712257, "W12": -9.6831943653503121, "S12": -9.6831943653503121, "W13": -20.0, "S13": -20.0, "W21": -33.131997665627885, "S21": -33.139825726006819, "W22": -38.632208539298908, "S22": -50.927502454141177, "W31": -69.625753274439745, "S31": -69.625753274439745, "W32": -91.952897565979541, "S32": -96.952897565979541 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 507984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45779922223822567, "S11": -0.45779922223822567, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -22.627029852933028, "S13": -22.627029852933028, "W21": -35.914521669127851, "S21": -36.789321363866527, "W22": -37.107777460337005, "S22": -39.517705053462713, "W31": -69.935582548573564, "S31": -70.125849975140866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 509202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66483154925821419, "S11": -0.66483154925821419, "W12": -5.0, "S12": -16.34146616583762, "W13": -23.745809414566256, "S13": -23.745809414566256, "W21": -40.0, "S21": -42.771916290521133, "W22": -40.0, "S22": -46.567533233519349, "W31": -66.682852785958531, "S31": -68.26264242266241, "W32": -94.549207397622197, "S32": -99.549207397622197 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 509614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8554972508519221, "S12": -22.208467712186142, "W13": -27.421929366736258, "S13": -33.459233525708655, "W21": -38.131266833657797, "S21": -38.131266833657797, "W22": -78.201802293828507, "S22": -91.196352905951528, "W31": -98.624902974856312, "S31": -98.624902974856312, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104343.0, 511114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.7191196001293525, "S11": 6.5921759698927112, "W12": -9.9148953272147846, "S12": -9.9148953272147846, "W13": -12.7921369024359, "S13": -14.089834022785711, "W21": -60.652990831095181, "S21": -63.283273300527462, "W22": -31.872034237044687, "S22": -49.197869421076973, "W31": -62.289478112426885, "S31": -62.289478112426885, "W32": -97.369707401874791, "S32": -102.36970740187479 }, "geometry": { "type": "Point", "coordinates": [ 104343.555555555562023, 501041.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13646663346613544, "S11": 0.13646663346613544, "W12": -2.3305792796138136, "S12": -7.3186805262700503, "W13": -22.996399739299971, "S13": -22.996399739299971, "W21": -36.452896626369743, "S21": -40.841344302928867, "W22": -38.037702343392588, "S22": -50.784939521063315, "W31": -68.278921725031552, "S31": -68.278921725031552, "W32": -91.30752024852012, "S32": -96.30752024852012 }, "geometry": { "type": "Point", "coordinates": [ 104343.75, 506410.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3879273861231765, "S11": 2.3879273861231765, "W12": -10.0, "S12": -13.0, "W13": -15.055701650943396, "S13": -17.413944052722492, "W21": -50.742230888850493, "S21": -53.125509785293119, "W22": -40.0, "S22": -49.405653101038972, "W31": -65.873312730296533, "S31": -67.433622354237528, "W32": -93.783531829078044, "S32": -98.783531829078044 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 500653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.0154992144328236, "S11": 5.0154992144328236, "W12": -9.6074680583048409, "S12": -9.6074680583048409, "W13": -12.971567647996597, "S13": -14.414304094840061, "W21": -60.107658125316455, "S21": -62.880918635336073, "W22": -39.524849004298865, "S22": -40.649725950029669, "W31": -64.098800648298223, "S31": -65.306000034326132, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16737602373121832, "S11": -0.16737602373121832, "W12": -6.7246653967617425, "S12": -6.7246653967617425, "W13": -15.0, "S13": -17.045175290271672, "W21": -39.123321663860082, "S21": -48.337656765452678, "W22": -55.4598510635523, "S22": -55.4598510635523, "W31": -78.943436003167434, "S31": -80.160965049193194, "W32": -91.773247905103929, "S32": -96.773247905103929 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 502409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3111938106506908, "W12": -4.8794261895579831, "S12": -4.8794261895579831, "W13": -15.0, "S13": -15.0, "W21": -32.891287135729591, "S21": -32.891287135729591, "W22": -37.189445246799053, "S22": -37.686410978557056, "W31": -65.346463483536155, "S31": -65.346463483536155, "W32": -89.460799028941764, "S32": -94.460799028941764 }, "geometry": { "type": "Point", "coordinates": [ 104344.0, 504522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.94644928069809, "S12": -6.3804253635826154, "W13": -15.0, "S13": -15.0, "W21": -46.367064474082014, "S21": -46.367064474082014, "W22": -40.0, "S22": -40.814601381412004, "W31": -65.662706704077365, "S31": -66.817458751489212, "W32": -100.00761258493392, "S32": -105.00761258493392 }, "geometry": { "type": "Point", "coordinates": [ 104344.285714285710128, 525040.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.2364586921726461, "W13": -15.0, "S13": -15.0, "W21": -46.404124374817052, "S21": -46.404124374817052, "W22": -50.0, "S22": -50.0, "W31": -74.081131254609303, "S31": -74.081131254609303, "W32": -91.182291837336564, "S32": -96.182291837336564 }, "geometry": { "type": "Point", "coordinates": [ 104344.615384615390212, 525097.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0093194056781978, "S11": 1.0093194056781978, "W12": -5.7105936132134465, "S12": -5.8505148825204962, "W13": -14.878069071651653, "S13": -17.878069071651652, "W21": -40.0, "S21": -41.982449997347338, "W22": -48.429851311467161, "S22": -52.229280231683219, "W31": -84.311630108637956, "S31": -84.311630108637956, "W32": -96.533327499774188, "S32": -101.53332749977419 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 498670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43805787841773935, "S11": -2.5619421215822609, "W12": -5.5326962565155577, "S12": -5.5326962565155577, "W13": -14.506428423512711, "S13": -21.759741825271849, "W21": -30.465369317891117, "S21": -31.539749483180373, "W22": -80.0, "S22": -84.245085190039248, "W31": -94.833634501867238, "S31": -94.833634501867238, "W32": -94.833634501867238, "S32": -97.838060686015822 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 505100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.05, "S11": 0.05, "W12": -1.4, "S12": -7.6497350224600016, "W13": -22.192126816400563, "S13": -22.192126816400563, "W21": -35.534777638093033, "S21": -39.538509870285509, "W22": -31.52, "S22": -49.069999, "W31": -61.849998, "S31": -61.849998, "W32": -97.370003, "S32": -102.370003 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090179414542020803, "S11": -0.090179414542020803, "W12": -5.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.001911994639268, "W22": -60.0, "S22": -60.0, "W31": -76.649623454074103, "S31": -76.649623454074103, "W32": -89.0332798647988, "S32": -94.0332798647988 }, "geometry": { "type": "Point", "coordinates": [ 104345.0, 508308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57819974307652366, "S11": -1.44011273066342, "W12": -10.166827253957351, "S12": -15.797880451763568, "W13": -19.942881241682045, "S13": -19.942881241682045, "W21": -34.438162151679634, "S21": -36.492044892081587, "W22": -47.911179963852312, "S22": -47.911179963852312, "W31": -76.993426945185007, "S31": -89.878527636650205, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104345.2, 506843.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8812434345825331, "S12": -4.8812434345825331, "W13": -14.999999999999972, "S13": -14.999999999999972, "W21": -45.444913423980985, "S21": -46.928580627217436, "W22": -36.574848959498766, "S22": -48.043933672254362, "W31": -68.901467410557629, "S31": -68.901467410557629, "W32": -96.920140294621902, "S32": -101.9201402946219 }, "geometry": { "type": "Point", "coordinates": [ 104345.555555555562023, 522607.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82698850023957848, "S11": 0.82698850023957848, "W12": -8.8646417273357603, "S12": -8.8646417273357603, "W13": -13.977419850659427, "S13": -15.177415990847786, "W21": -42.330678003579195, "S21": -51.332177053599821, "W22": -46.268832616237788, "S22": -46.268832616237788, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104345.75, 502112.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32078927005416558, "S11": -0.32078927005416558, "W12": -5.0, "S12": -15.0, "W13": -19.194001078047396, "S13": -19.194001078047396, "W21": -29.999999999999996, "S21": -32.743034055727549, "W22": -50.0, "S22": -50.0, "W31": -77.640069135619413, "S31": -90.510471734528807, "W32": -90.510471734528807, "S32": -94.947074765924754 }, "geometry": { "type": "Point", "coordinates": [ 104346.0, 508477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90246114900500762, "S11": 0.70258906713729252, "W12": -8.9860480051376896, "S12": -8.9860480051376896, "W13": -21.950552634749496, "S13": -21.950552634749496, "W21": -35.051822400936842, "S21": -37.789420272777612, "W22": -40.023516724090953, "S22": -40.023516724090953, "W31": -74.311362030808169, "S31": -79.277984193692021, "W32": -96.618330707365118, "S32": -101.61833070736512 }, "geometry": { "type": "Point", "coordinates": [ 104346.0, 509103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4846050362847452, "S12": -4.8928785574334102, "W13": -15.0, "S13": -15.0, "W21": -45.860353209348048, "S21": -45.860353209348048, "W22": -39.153692115143926, "S22": -39.153692115143926, "W31": -73.395114604392845, "S31": -81.84634935997542, "W32": -96.673137815763255, "S32": -101.67313781576325 }, "geometry": { "type": "Point", "coordinates": [ 104346.0, 524274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6519097738123611, "S11": 1.6519097738123611, "W12": -12.197213973642413, "S12": -24.427096618604587, "W13": -29.090732205049566, "S13": -29.090732205049566, "W21": -36.920561291582729, "S21": -36.920561291582729, "W22": -33.443311068682775, "S22": -38.443311068682775, "W31": -67.287891200389112, "S31": -67.287891200389112, "W32": -88.181861756421313, "S32": -93.181861756421313 }, "geometry": { "type": "Point", "coordinates": [ 104346.25, 510199.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5352941969582653, "S11": 0.5352941969582653, "W12": -8.2305017826728086, "S12": -8.2305017826728086, "W13": -16.656000130314307, "S13": -19.656000130314307, "W21": -39.708781554939364, "S21": -39.906458021628005, "W22": -33.999745687704355, "S22": -37.17443080848016, "W31": -66.372016190579629, "S31": -66.372016190579629, "W32": -88.920334092016802, "S32": -93.920334092016802 }, "geometry": { "type": "Point", "coordinates": [ 104346.333333333328483, 497466.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31861418683412535, "S11": 0.31861418683412535, "W12": -12.073504258848846, "S12": -12.073504258848846, "W13": -19.545077045565037, "S13": -22.502291715397867, "W21": -35.178772144779458, "S21": -40.232781971188764, "W22": -36.697601176517026, "S22": -36.697601176517026, "W31": -57.497088786518333, "S31": -59.47483247953361, "W32": -88.369264182846479, "S32": -93.369264182846479 }, "geometry": { "type": "Point", "coordinates": [ 104346.5, 513550.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39373993342639313, "S11": -0.39373993342639313, "W12": -9.0625946271733042, "S12": -9.0625946271733042, "W13": -15.840397294939187, "S13": -18.401193811847143, "W21": -41.276131687242795, "S21": -42.349185885214929, "W22": -37.734037584746559, "S22": -37.734037584746559, "W31": -50.0, "S31": -52.31117733675741, "W32": -93.397015846508509, "S32": -98.397015846508509 }, "geometry": { "type": "Point", "coordinates": [ 104346.75, 499976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20749082744208805, "S11": -0.069006788682719727, "W12": -9.3672363739860689, "S12": -9.3672363739860689, "W13": -19.013088153710395, "S13": -19.600197892972314, "W21": -33.639156036879058, "S21": -34.858573499826733, "W22": -39.64521132800116, "S22": -46.720917743497829, "W31": -69.560209475140809, "S31": -75.346474342725742, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104346.75, 513031.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.7087853913500117, "S12": -4.7087853913500117, "W13": -15.685379991412624, "S13": -15.685379991412624, "W21": -33.851493935364488, "S21": -33.851493935364488, "W22": -40.162064106048902, "S22": -40.162064106048902, "W31": -69.170906994902552, "S31": -75.766271926833525, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104347.0, 504418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12556390977444595, "S11": -1.0688002385240822, "W12": -8.252240928578912, "S12": -8.252240928578912, "W13": -22.304924399485827, "S13": -22.304924399485827, "W21": -35.401616765496108, "S21": -41.566200856955902, "W22": -39.512662211568077, "S22": -40.525907013535445, "W31": -64.567131280388978, "S31": -65.744141525997932, "W32": -100.02135205169721, "S32": -105.02135205169721 }, "geometry": { "type": "Point", "coordinates": [ 104347.0, 509073.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2453398227373538, "S11": 0.2453398227373538, "W12": -10.0, "S12": -10.0, "W13": -22.355911641567086, "S13": -22.895520016906364, "W21": -38.727585593685085, "S21": -38.727585593685085, "W22": -73.680208646805099, "S22": -93.680208646805099, "W31": -93.680208646805099, "S31": -93.680208646805099, "W32": -101.05044428680768, "S32": -106.05044428680768 }, "geometry": { "type": "Point", "coordinates": [ 104347.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45568659765828468, "S11": -1.5443134023417153, "W12": -10.0, "S12": -10.0, "W13": -16.796893256924683, "S13": -16.796893256924683, "W21": -36.704502165027634, "S21": -38.260376491526756, "W22": -51.159818803147104, "S22": -51.159818803147104, "W31": -77.441164897179291, "S31": -91.170593688701032, "W32": -93.34133791856857, "S32": -98.34133791856857 }, "geometry": { "type": "Point", "coordinates": [ 104347.0, 512550.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75133684714900506, "S11": 0.75133684714900506, "W12": -8.7814096897209293, "S12": -8.7814096897209293, "W13": -13.947633165244396, "S13": -15.669816274708591, "W21": -41.982986694848478, "S21": -51.029976683750888, "W22": -38.032311628082354, "S22": -38.032311628082354, "W31": -65.041108710466688, "S31": -65.041108710466688, "W32": -89.566526465344467, "S32": -94.566526465344467 }, "geometry": { "type": "Point", "coordinates": [ 104347.2, 502207.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0553525425932282, "S11": -1.0553525425932282, "W12": -8.0221590553594009, "S12": -16.149293408620586, "W13": -18.763049751511421, "S13": -18.763049751511421, "W21": -30.238079954809464, "S21": -33.045468973500448, "W22": -37.355199244254123, "S22": -43.399412340545844, "W31": -65.512641589042872, "S31": -66.887281358495315, "W32": -86.261772880881438, "S32": -91.261772880881438 }, "geometry": { "type": "Point", "coordinates": [ 104347.333333333328483, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0053801394935929503, "S11": -0.0053801394935930691, "W12": -9.19553664606212, "S12": -9.19553664606212, "W13": -22.000093936524969, "S13": -22.000093936524969, "W21": -35.051195105437039, "S21": -36.732437867802069, "W22": -39.999999999999993, "S22": -45.452742563072917, "W31": -67.669201318839214, "S31": -71.861006184296983, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104347.4, 509119.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8804553815352429, "S12": -4.8804553815352429, "W13": -15.265909428437071, "S13": -15.265909428437071, "W21": -45.205955759074577, "S21": -46.741819777665462, "W22": -52.363665262655964, "S22": -52.363665262655964, "W31": -77.663317940437068, "S31": -90.06405091739731, "W32": -92.52808402204306, "S32": -97.52808402204306 }, "geometry": { "type": "Point", "coordinates": [ 104347.571428571434808, 522487.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55220967345930505, "S11": -1.4477903265406948, "W12": -10.0, "S12": -10.0, "W13": -16.58549631487795, "S13": -16.58549631487795, "W21": -37.122453911538216, "S21": -38.364003944679098, "W22": -40.069419655792267, "S22": -47.058335693191474, "W31": -79.655066727380998, "S31": -79.655066727380998, "W32": -100.0142109199701, "S32": -105.0142109199701 }, "geometry": { "type": "Point", "coordinates": [ 104347.8, 512457.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1764181286549709, "S11": 1.1764181286549709, "W12": -6.6046990740740732, "S12": -7.0660489577047949, "W13": -15.900113576795388, "S13": -18.205749594929717, "W21": -40.0, "S21": -42.655379835791479, "W22": -39.557513894327556, "S22": -39.557513894327556, "W31": -65.099604899069874, "S31": -65.099604899069874, "W32": -89.757454244703212, "S32": -94.757454244703212 }, "geometry": { "type": "Point", "coordinates": [ 104348.0, 498927.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046250484547344706, "S11": -0.046250484547344706, "W12": -2.7799561082662763, "S12": -9.7284747576379011, "W13": -21.761412098925884, "S13": -21.761412098925884, "W21": -35.022173824769645, "S21": -38.810012306465808, "W22": -57.163187855787477, "S22": -57.163187855787477, "W31": -74.506744915772259, "S31": -74.953034416915912, "W32": -96.806583359377896, "S32": -101.8065833593779 }, "geometry": { "type": "Point", "coordinates": [ 104348.0, 506559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11954887218046076, "S11": -0.59273499205427771, "W12": -6.9934246575342502, "S12": -8.4958323621891019, "W13": -22.482760421109298, "S13": -22.482760421109298, "W21": -35.57393175704842, "S21": -44.520990840258932, "W22": -81.27234490010504, "S22": -91.93550279484198, "W31": -101.3943943499314, "S31": -101.3943943499314, "W32": -101.3943943499314, "S32": -101.3943943499314 }, "geometry": { "type": "Point", "coordinates": [ 104348.0, 509044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5686607874909537, "S12": -23.0691177980327, "W13": -25.917376139219144, "S13": -25.917376139219144, "W21": -40.0, "S21": -43.0, "W22": -40.0, "S22": -49.713768836605631, "W31": -65.669511864046598, "S31": -74.680358948638116, "W32": -92.673981277758998, "S32": -97.673981277758998 }, "geometry": { "type": "Point", "coordinates": [ 104348.0, 509838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9645214054954288, "S12": -5.3618898363424101, "W13": -15.0, "S13": -15.0, "W21": -46.39390876100645, "S21": -46.39390876100645, "W22": -75.376706257755714, "S22": -88.912890468282029, "W31": -99.574397571973037, "S31": -99.574397571973037, "W32": -99.60590715339319, "S32": -104.60590715339319 }, "geometry": { "type": "Point", "coordinates": [ 104348.591836734689423, 525090.204081632662565 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13722117961979155, "S11": -0.79528569574867936, "W12": -6.180813931547509, "S12": -6.180813931547509, "W13": -25.0, "S13": -24.999999999999989, "W21": -34.572255320940663, "S21": -40.472583917268246, "W22": -50.149206918182635, "S22": -50.149206918182635, "W31": -77.636823578281309, "S31": -90.454435830282705, "W32": -90.454435830282705, "S32": -94.968926121324458 }, "geometry": { "type": "Point", "coordinates": [ 104348.6, 505854.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.1685635333239661, "W13": -15.0, "S13": -15.0, "W21": -46.430081375393698, "S21": -46.430081375393698, "W22": -60.0, "S22": -60.0, "W31": -76.293112617298235, "S31": -76.293112617298235, "W32": -88.512947577645207, "S32": -93.512947577645207 }, "geometry": { "type": "Point", "coordinates": [ 104349.0, 525146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9911027897579636, "S12": -21.001981355261577, "W13": -28.875419213559322, "S13": -28.875419213559322, "W21": -39.425364181847094, "S21": -39.425364181847094, "W22": -39.542710811045076, "S22": -39.542710811045076, "W31": -65.099982770334506, "S31": -65.099982770334506, "W32": -89.755650157070306, "S32": -94.755650157070306 }, "geometry": { "type": "Point", "coordinates": [ 104349.416666666671517, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8914590964824258, "S12": -4.8914590964824258, "W13": -17.052367055403678, "S13": -17.052367055403678, "W21": -43.51709198554407, "S21": -44.647693645295107, "W22": -38.739996009287154, "S22": -46.577732213104021, "W31": -70.305732407059622, "S31": -74.495275757590804, "W32": -89.596092969715428, "S32": -94.596092969715428 }, "geometry": { "type": "Point", "coordinates": [ 104349.875, 521583.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0134633458646616, "S11": 1.0134633458646616, "W12": -6.2058635819704824, "S12": -7.2058635819704824, "W13": -16.337410449065175, "S13": -18.263880304659558, "W21": -40.0, "S21": -42.511727439201735, "W22": -60.891948555562408, "S22": -60.891948555562408, "W31": -79.999999999999986, "S31": -81.306354604315544, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37235719896756819, "S11": -0.37235719896756819, "W12": -9.0921839672140692, "S12": -9.0921839672140692, "W13": -15.862452079907159, "S13": -18.411626715304351, "W21": -41.631687242798357, "S21": -43.821343672880786, "W22": -60.0, "S22": -60.0, "W31": -73.558466530866539, "S31": -74.05369072019549, "W32": -95.829197103491396, "S32": -100.8291971034914 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0065500316226085181, "S11": -0.0065500316226085181, "W12": -5.4894333843866256, "S12": -5.776784150494219, "W13": -18.010546521242592, "S13": -21.357580234980723, "W21": -32.103375937890597, "S21": -32.103375937890597, "W22": -76.666666666666657, "S22": -87.656908138944232, "W31": -101.21151240515476, "S31": -101.21151240515476, "W32": -101.21151240515476, "S32": -103.13885437641918 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 503092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17746929634003805, "S11": -1.4265014455617386, "W12": -7.2836494839747559, "S12": -7.9949396657528142, "W13": -21.160882685778951, "S13": -25.102513340080804, "W21": -33.83167566448229, "S21": -38.829742095588209, "W22": -44.419998, "S22": -44.419998, "W31": -76.919998, "S31": -76.919998, "W32": -100.9, "S32": -105.9 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 505647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56926539099307027, "S11": 0.56926539099307027, "W12": -8.982088945914283, "S12": -8.982088945914283, "W13": -19.531382305751766, "S13": -19.531382305751766, "W21": -33.295701716789829, "S21": -33.295701716789829, "W22": -50.250099917615501, "S22": -54.450704575232422, "W31": -79.346187718502307, "S31": -79.346187718502307, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 507907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10751879699249067, "S11": -0.10751879699249067, "W12": -6.1977040203660119, "S12": -7.1362199890025027, "W13": -22.577521586141504, "S13": -22.577521586141504, "W21": -35.512631575137362, "S21": -43.496773275492785, "W22": -70.0, "S22": -70.0, "W31": -87.985271817468131, "S31": -87.985271817468131, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 509008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51251214037871995, "S11": -0.51251214037871995, "W12": -5.2107646867201982, "S12": -15.252472243148091, "W13": -23.783835703788899, "S13": -23.783835703788899, "W21": -40.0, "S21": -43.0, "W22": -61.283384594241227, "S22": -61.283384594241227, "W31": -80.222364953983174, "S31": -81.221418136807472, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 509618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19927934174094722, "S11": -0.49195137884367146, "W12": -12.767402846090331, "S12": -12.767402846090331, "W13": -19.882076647201352, "S13": -23.095869353976916, "W21": -37.084609155862701, "S21": -40.889632468436901, "W22": -39.346938363991597, "S22": -39.346938363991597, "W31": -65.087156899735902, "S31": -65.087156899735902, "W32": -89.731246250491296, "S32": -94.731246250491296 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48744244345752702, "S11": -0.63850264532216217, "W12": -11.697501818394919, "S12": -11.697501818394919, "W13": -20.73420102318104, "S13": -26.866845470466117, "W21": -38.58202468468906, "S21": -41.771607308369106, "W22": -35.280617277066455, "S22": -36.373731433983444, "W31": -48.503943183303562, "S31": -50.491021050616581, "W32": -95.647219186681866, "S32": -100.64721918668187 }, "geometry": { "type": "Point", "coordinates": [ 104350.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -34.782120520888746, "S22": -50.159819074315841, "W31": -66.623361442809795, "S31": -66.623361442809795, "W32": -97.006793394682603, "S32": -102.0067933946826 }, "geometry": { "type": "Point", "coordinates": [ 104350.369230769225396, 530037.95384615380317 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8697230292937705, "S12": -4.8697230292937705, "W13": -15.0, "S13": -15.0, "W21": -45.381890690184271, "S21": -46.792805656546854, "W22": -38.895030159474416, "S22": -46.428177388546494, "W31": -70.0, "S31": -74.831634804308294, "W32": -90.647786297304108, "S32": -95.647786297304108 }, "geometry": { "type": "Point", "coordinates": [ 104350.5, 522931.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75076289119055573, "S11": 0.75076289119055573, "W12": -9.7419622989240917, "S12": -10.850906481842721, "W13": -15.808036271522449, "S13": -18.881643795300139, "W21": -48.023456478740492, "S21": -50.540878806859887, "W22": -34.883013108486793, "S22": -37.484178348399418, "W31": -47.498671081870349, "S31": -49.23471291538209, "W32": -96.475377100291993, "S32": -101.47537710029199 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 500507.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42124003726322329, "S11": 0.42124003726322329, "W12": -7.6692080924855492, "S12": -7.6692080924855492, "W13": -13.740061111701563, "S13": -14.599859769419684, "W21": -44.417790473145949, "S21": -48.52601257980799, "W22": -54.051663624877158, "S22": -54.051663624877158, "W31": -78.317910381194949, "S31": -79.056411470298841, "W32": -91.513452914798208, "S32": -96.513452914798208 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 501499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5575112237740303, "S12": -10.255375329669317, "W13": -19.629673301519968, "S13": -22.414229086431963, "W21": -35.691025057988121, "S21": -35.691025057988121, "W22": -65.692011450724522, "S22": -65.692011450724522, "W31": -85.174220367394312, "S31": -85.174220367394312, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 503630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.74038886433937257, "W12": -10.253926410238577, "S12": -11.966835711889956, "W13": -19.431084712620507, "S13": -19.431084712620507, "W21": -35.253747517197056, "S21": -36.274401520242805, "W22": -42.588631840820199, "S22": -45.961043648718608, "W31": -74.885225570946261, "S31": -74.885225570946261, "W32": -100.59953481729332, "S32": -105.59953481729332 }, "geometry": { "type": "Point", "coordinates": [ 104351.0, 507233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6200183101479748, "S11": -2.2479516998213205, "W12": -9.3421324825817642, "S12": -9.3421324825817642, "W13": -20.106228976797333, "S13": -26.262807758393176, "W21": -41.956826068674985, "S21": -47.247006951373969, "W22": -40.0, "S22": -44.404677173360447, "W31": -76.67270488137072, "S31": -76.67270488137072, "W32": -97.546055790806307, "S32": -102.54605579080631 }, "geometry": { "type": "Point", "coordinates": [ 104351.493333333331975, 516124.853333333332557 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1777501480165775, "S11": 1.1777501480165775, "W12": -5.3062207559781784, "S12": -5.3062207559781784, "W13": -14.741802833476667, "S13": -17.741802833476669, "W21": -40.0, "S21": -41.905125966950607, "W22": -35.495037071026644, "S22": -38.488855641905914, "W31": -50.0, "S31": -51.481682112597078, "W32": -97.877473658774775, "S32": -102.87747365877478 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 498618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35423800242322079, "S11": 0.35423800242322079, "W12": -7.1638189140397168, "S12": -7.1638189140397168, "W13": -13.888077130320992, "S13": -13.888077130320992, "W21": -40.482787779104029, "S21": -40.482787779104029, "W22": -40.91618231875151, "S22": -41.346993338087508, "W31": -68.470095601967159, "S31": -69.534279905796026, "W32": -100.0480900119308, "S32": -105.0480900119308 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 501683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81518926689027327, "S11": 0.81518926689027327, "W12": -8.8119154099497301, "S12": -8.8119154099497301, "W13": -13.925781225756403, "S13": -15.497496526049748, "W21": -42.252702827815419, "S21": -51.213152310410749, "W22": -40.0, "S22": -49.425633397085811, "W31": -65.82290088109383, "S31": -68.701042324785618, "W32": -93.621355471148675, "S32": -98.621355471148675 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 502158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20170502201719437, "S11": 0.20170502201719437, "W12": -3.3223171184552545, "S12": -7.0551462241487419, "W13": -23.809677096774156, "S13": -23.809677096774156, "W21": -36.542932854604508, "S21": -41.397557877085177, "W22": -32.764765176309382, "S22": -49.043244191847471, "W31": -63.785592299602484, "S31": -63.785592299602484, "W32": -97.172695647542881, "S32": -102.17269564754288 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69151181606868672, "S11": -0.8663470714228878, "W12": -7.7355950947203649, "S12": -7.7355950947203649, "W13": -22.872008719022819, "S13": -22.872008719022819, "W21": -34.712018329999729, "S21": -41.291378781590993, "W22": -50.0, "S22": -50.0, "W31": -76.891132588915383, "S31": -81.134141895379031, "W32": -89.167192244893059, "S32": -94.167192244893059 }, "geometry": { "type": "Point", "coordinates": [ 104352.0, 508955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.12, "S11": -1.12, "W12": -8.12, "S12": -16.12, "W13": -18.120001, "S13": -18.120001, "W21": -30.119348391442418, "S21": -33.485951779292741, "W22": -36.381768852092193, "S22": -47.674064373026951, "W31": -68.802590330691928, "S31": -68.802590330691928, "W32": -96.848204107603621, "S32": -101.84820410760362 }, "geometry": { "type": "Point", "coordinates": [ 104352.2, 508639.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23620465188579179, "S11": -0.23620465188579179, "W12": -7.6822442581002672, "S12": -12.881709947266943, "W13": -22.295957777643782, "S13": -22.295957777643782, "W21": -31.717994099223837, "S21": -35.42704582336205, "W22": -35.582220674692991, "S22": -37.176801289365542, "W31": -53.765207175995066, "S31": -55.205757990316236, "W32": -98.404801578711556, "S32": -103.40480157871156 }, "geometry": { "type": "Point", "coordinates": [ 104352.2, 508757.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8858907887482435, "S11": 1.8858907887482435, "W12": -9.5637586752756754, "S12": -9.5637586752756754, "W13": -16.447142412094745, "S13": -19.170613635116318, "W21": -34.568962108696162, "S21": -34.625251214811968, "W22": -40.0, "S22": -49.424629878869446, "W31": -65.823234544555476, "S31": -68.87162852273552, "W32": -93.601589831168567, "S32": -98.601589831168567 }, "geometry": { "type": "Point", "coordinates": [ 104352.214285714289872, 497050.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.78, "S11": 1.78, "W12": -9.9200001, "S12": -21.2200001, "W13": -28.32, "S13": -31.77, "W21": -39.369999, "S21": -39.379999, "W22": -76.231506365882126, "S22": -95.183369248031283, "W31": -95.183369248031283, "S31": -95.183369248031283, "W32": -100.94814631596633, "S32": -105.94814631596633 }, "geometry": { "type": "Point", "coordinates": [ 104352.3, 510493.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.1626408812020488, "W13": -15.00000000000002, "S13": -15.00000000000002, "W21": -46.45625461378971, "S21": -46.45625461378971, "W22": -80.691691025381289, "S22": -91.290375235907604, "W31": -101.24388131301916, "S31": -101.24388131301916, "W32": -101.24388131301916, "S32": -101.24388131301916 }, "geometry": { "type": "Point", "coordinates": [ 104352.545454545455868, 525192.818181818234734 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39168231991723668, "S11": -3.5287071931916674, "W12": -5.8514771516099255, "S12": -6.2054019440557253, "W13": -15.332065877179064, "S13": -24.28984350697111, "W21": -31.290990052580479, "S21": -34.120191154509172, "W22": -50.198677825145111, "S22": -50.198677825145111, "W31": -76.610622277559003, "S31": -76.610622277559003, "W32": -88.863436005073424, "S32": -93.863436005073424 }, "geometry": { "type": "Point", "coordinates": [ 104352.6, 505227.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9825935302927693, "S12": -5.1799125871834439, "W13": -15.0, "S13": -15.0, "W21": -46.420753047930887, "S21": -46.420753047930887, "W22": -40.0, "S22": -40.370615149974583, "W31": -75.942143042056074, "S31": -75.942143042056074, "W32": -96.315614580517249, "S32": -101.31561458051725 }, "geometry": { "type": "Point", "coordinates": [ 104352.897959183668718, 525139.551020408165641 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2262170423200218, "S11": 1.9762170423200218, "W12": -9.6038514323436939, "S12": -9.6038514323436939, "W13": -15.41242163806503, "S13": -18.101027402811152, "W21": -34.097074307912621, "S21": -34.118541374985057, "W22": -60.0, "S22": -60.0, "W31": -73.54978250163488, "S31": -73.740480028985786, "W32": -93.954910377822216, "S32": -98.954910377822216 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 497008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1068013275872737, "S12": -6.1068013275872737, "W13": -15.855928092659335, "S13": -20.816385486281447, "W21": -36.816279949186089, "S21": -41.035316464104739, "W22": -46.033859266482494, "S22": -46.033859266482494, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 502600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05356391913638979, "S11": -0.05356391913638979, "W12": -2.9084125822970011, "S12": -9.9744803156034152, "W13": -21.717689677222911, "S13": -21.717689677222911, "W21": -34.994598369146331, "S21": -38.740644152157074, "W22": -31.820643006480818, "S22": -48.219902965436646, "W31": -62.480077429499957, "S31": -62.480077429499957, "W32": -97.238735341250887, "S32": -102.23873534125089 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 506562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32277199074074092, "S11": 0.32277199074074092, "W12": -4.9668633739576658, "S12": -14.966863373957665, "W13": -20.0, "S13": -20.0, "W21": -30.862360452520189, "S21": -30.867846268915098, "W22": -51.242494847208526, "S22": -51.242494847208526, "W31": -77.760518481188498, "S31": -89.16524070898781, "W32": -90.63862216125591, "S32": -95.63862216125591 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 508176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14578530522724503, "S11": -0.14578530522724503, "W12": -5.2077465044034588, "S12": -17.099507945170902, "W13": -24.317073667844859, "S13": -24.317073667844859, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -41.829435688866297, "W31": -76.23107159579439, "S31": -76.23107159579439, "W32": -96.774212625033798, "S32": -101.7742126250338 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 509681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18789300540746434, "S11": 0.18789300540746434, "W12": -10.026633165829146, "S12": -10.026633165829146, "W13": -19.259645859364923, "S13": -19.691502103409707, "W21": -33.872929660054275, "S21": -36.450907352359259, "W22": -58.794904312751541, "S22": -58.794904312751541, "W31": -76.928492140585575, "S31": -76.928492140585575, "W32": -89.529077691832924, "S32": -94.529077691832924 }, "geometry": { "type": "Point", "coordinates": [ 104353.0, 513146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6374968757131525, "S11": 1.6374968757131525, "W12": -7.9434766534787684, "S12": -7.9434766534787684, "W13": -16.263657524400639, "S13": -18.549880357572018, "W21": -41.651644456451258, "S21": -42.899446057247509, "W22": -33.9285433928695, "S22": -49.482060782225595, "W31": -65.505864455070636, "S31": -65.505864455070636, "W32": -97.034195912279415, "S32": -102.03419591227942 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 497795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 7.9984134520580241, "S11": 7.5984313978616971, "W12": -10.001465744400527, "S12": -11.517544337491421, "W13": -12.859154095925042, "S13": -13.406670033656695, "W21": -60.0, "S21": -62.334210375793631, "W22": -40.053409325404331, "S22": -40.053409325404331, "W31": -65.195544557941076, "S31": -73.115166307350052, "W32": -89.880527259427666, "S32": -94.880527259427666 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 500925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2514282947613053, "S11": 1.2514282947613053, "W12": -8.4831995681122905, "S12": -8.4831995681122905, "W13": -13.340502710171114, "S13": -13.956789966683669, "W21": -48.56285999904793, "S21": -51.56285999904793, "W22": -40.0, "S22": -49.856505555081981, "W31": -65.651498712948353, "S31": -75.036279183305169, "W32": -92.458911268932823, "S32": -97.458911268932823 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 501314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0869245587135243, "S11": -1.0869245587135243, "W12": -7.9819469026540979, "S12": -7.9819469026540979, "W13": -18.164194312719147, "S13": -18.164194312719147, "W21": -30.040224508777218, "S21": -33.585055116253855, "W22": -39.604290502271368, "S22": -39.604290502271368, "W31": -52.738779852299537, "S31": -55.129146477497102, "W32": -91.413071100542751, "S32": -96.413071100542751 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 508635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9751643979901949, "S12": -18.242981394299278, "W13": -27.428889669145438, "S13": -27.428889669145438, "W21": -39.311108311144778, "S21": -39.311108311144778, "W22": -57.922955069126246, "S22": -57.922955069126246, "W31": -73.872663045087023, "S31": -73.872663045087023, "W32": -92.469007906600339, "S32": -97.469007906600339 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 510030.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.754261141843231, "W12": -10.28391916203209, "S12": -10.28391916203209, "W13": -20.613364900104251, "S13": -27.679701335460624, "W21": -39.930790453814467, "S21": -42.880605994008612, "W22": -62.916818142473815, "S22": -77.916818142473815, "W31": -87.199520929575172, "S31": -87.199520929575172, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104354.0, 515275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8068657003591585, "S11": 0.8068657003591585, "W12": -6.1988512165935381, "S12": -7.1988512165935381, "W13": -16.809212880143114, "S13": -18.312490296926619, "W21": -40.0, "S21": -42.342894561100486, "W22": -65.016357251981674, "S22": -82.467770388551941, "W31": -87.807583297998178, "S31": -87.807583297998178, "W32": -100.34920275945596, "S32": -105.34920275945596 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 499084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58881370958299184, "S11": 0.58881370958299184, "W12": -6.8329108208943845, "S12": -8.2437901761918493, "W13": -21.572026972802099, "S13": -26.462393578675169, "W21": -36.615376568824992, "S21": -36.615376568824992, "W22": -77.84905660377359, "S22": -88.709301592637729, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 511602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9041040156290743, "S12": -4.9041040156290743, "W13": -19.07840904091778, "S13": -19.07840904091778, "W21": -42.892883087150814, "S21": -45.198809342587744, "W22": -51.705496103306835, "S22": -51.705496103306835, "W31": -77.132104497488356, "S31": -85.371350461591433, "W32": -89.466993767863897, "S32": -94.466993767863897 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 520334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.1909512435014751, "W13": -15.0, "S13": -15.0, "W21": -46.439356855321932, "S21": -46.439356855321932, "W22": -35.386856420965785, "S22": -50.386856420965785, "W31": -67.517005356119697, "S31": -67.517005356119697, "W32": -96.89902956001697, "S32": -101.89902956001697 }, "geometry": { "type": "Point", "coordinates": [ 104355.0, 525172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48408779650143186, "S11": -1.5159122034985681, "W12": -10.0, "S12": -10.0, "W13": -16.814021899135067, "S13": -16.814021899135067, "W21": -36.79224799190299, "S21": -38.136236341213746, "W22": -40.0, "S22": -40.0, "W31": -65.15323735937524, "S31": -67.49617421221069, "W32": -89.813365159096222, "S32": -94.813365159096222 }, "geometry": { "type": "Point", "coordinates": [ 104355.5, 512506.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6595110714838901, "S12": -6.6595110714838901, "W13": -19.747899629326568, "S13": -19.747899629326568, "W21": -48.101690250120072, "S21": -51.101690250120072, "W22": -39.114702819117831, "S22": -46.326643548256591, "W31": -70.0, "S31": -74.150869134384749, "W32": -92.441874845411817, "S32": -97.441874845411817 }, "geometry": { "type": "Point", "coordinates": [ 104355.5, 518720.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51100231297552146, "S11": -0.86697498670256468, "W12": -4.5138804503213281, "S12": -4.5138804503213281, "W13": -14.143659438511296, "S13": -22.395037520008444, "W21": -30.561627048815811, "S21": -30.561627048815811, "W22": -80.080243161093534, "S22": -84.362990346711186, "W31": -94.535839055534908, "S31": -94.535839055534908, "W32": -94.535839055534908, "S32": -97.702101173186335 }, "geometry": { "type": "Point", "coordinates": [ 104355.6, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54686743097065227, "S11": 0.54686743097065227, "W12": -6.7281333888687245, "S12": -13.368053903410498, "W13": -20.050037212895873, "S13": -20.050037212895873, "W21": -31.578866865373257, "S21": -31.585883468753497, "W22": -51.20027020583327, "S22": -51.20027020583327, "W31": -77.400720912600065, "S31": -91.437463133473571, "W32": -93.22709312834634, "S32": -98.22709312834634 }, "geometry": { "type": "Point", "coordinates": [ 104355.666666666671517, 508119.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058584865064240432, "S11": 0.058584865064240432, "W12": -10.0, "S12": -10.075627760350825, "W13": -15.45839874411303, "S13": -18.45839874411303, "W21": -40.502712808160275, "S21": -42.758356762472999, "W22": -38.156708803931039, "S22": -47.631707603104871, "W31": -70.812084604425664, "S31": -70.812084604425664, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4606469002695418, "S11": 0.4606469002695418, "W12": -9.162920995965127, "S12": -24.162920995965123, "W13": -29.395876826722336, "S13": -29.395876826722336, "W21": -38.334090591180889, "S21": -38.334090591180889, "W22": -39.024775039058959, "S22": -46.022277978911745, "W31": -70.0, "S31": -75.40157216575777, "W32": -91.639995053178325, "S32": -96.639995053178325 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 511019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91161428635366781, "S11": 0.91161428635366781, "W12": -7.0551033346559979, "S12": -7.0551033346559979, "W13": -19.265055467511885, "S13": -20.064252172362394, "W21": -37.409143776215231, "S21": -37.889558364028098, "W22": -51.975623614978119, "S22": -51.975623614978119, "W31": -75.451209728025091, "S31": -75.568509788348308, "W32": -98.726341383310569, "S32": -103.72634138331057 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 511803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98357481090274357, "S11": 0.98357481090274357, "W12": -7.1280789796114483, "S12": -7.5605927347696325, "W13": -18.432382461701003, "S13": -18.432382461701003, "W21": -37.585016652983448, "S21": -38.167280811804396, "W22": -40.36347479456068, "S22": -49.553481085773953, "W31": -65.481218054176352, "S31": -71.081159308398668, "W32": -91.325700517260302, "S32": -96.325700517260302 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 511842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18506083275565385, "S11": 0.07530311515531575, "W12": -9.7927261126176575, "S12": -9.7927261126176575, "W13": -19.214314394019766, "S13": -19.964184984419411, "W21": -33.872578565605693, "S21": -35.615286649637525, "W22": -40.0, "S22": -40.410372608257802, "W31": -75.789438310218074, "S31": -75.789438310218074, "W32": -95.798188699648549, "S32": -100.79818869964855 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 513072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3958936978075602, "S12": -8.3958936978075602, "W13": -19.234147656859598, "S13": -23.678301948909457, "W21": -45.129302409084978, "S21": -55.129302409084978, "W22": -40.0, "S22": -49.737290902663673, "W31": -65.646811635401733, "S31": -74.867450985281764, "W32": -92.398041976198414, "S32": -97.398041976198414 }, "geometry": { "type": "Point", "coordinates": [ 104356.0, 517406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.1658237362413546, "W13": -14.999999999999986, "S13": -14.999999999999986, "W21": -46.482427852185623, "S21": -46.482427852185623, "W22": -53.34989539748954, "S22": -61.787222519341341, "W31": -86.677545198965177, "S31": -86.677545198965177, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104356.090909090911737, 525239.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8687520212727733, "S11": 1.8687520212727733, "W12": -6.3556609062342222, "S12": -9.6292472269181886, "W13": -15.005916041912171, "S13": -16.969648855596269, "W21": -41.484051867632665, "S21": -43.79143268888555, "W22": -37.825758978945679, "S22": -46.688748413433174, "W31": -70.0, "S31": -71.281443501162755, "W32": -86.454538183127028, "S32": -91.454538183127028 }, "geometry": { "type": "Point", "coordinates": [ 104357.0, 498129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9754596013086037, "S12": -5.1701615652752766, "W13": -15.0, "S13": -15.0, "W21": -46.447597334855324, "S21": -46.447597334855324, "W22": -61.575175279148276, "S22": -75.809920372162097, "W31": -86.88678613671361, "S31": -86.88678613671361, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104357.204081632648013, 525188.897959183668718 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83559004392386538, "S11": 0.83559004392386538, "W12": -8.8669492113017867, "S12": -8.8669492113017867, "W13": -13.902705197827773, "S13": -15.182556981060751, "W21": -42.49890388227405, "S21": -51.338081380254977, "W22": -39.999999999999993, "S22": -46.700921010843423, "W31": -66.222956898907185, "S31": -66.222956898907185, "W32": -94.131439894319684, "S32": -99.131439894319684 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 502076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0084538328325693968, "S11": -0.47833524016340012, "W12": -6.6152915038994413, "S12": -6.6152915038994413, "W13": -24.150699788255952, "S13": -26.032659916576527, "W21": -33.876789914180556, "S21": -39.243483142618352, "W22": -50.768967655044143, "S22": -50.903880957552431, "W31": -75.283963374479839, "S31": -75.554388514452569, "W32": -99.436245556974029, "S32": -104.43624555697403 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55740352010335004, "S11": 0.55740352010335004, "W12": -6.7651648186294633, "S12": -13.432613822469559, "W13": -20.0, "S13": -20.0, "W21": -31.562561312514536, "S21": -31.569570470432783, "W22": -49.422270460713243, "S22": -53.490312009146507, "W31": -81.185146956053757, "S31": -81.185146956053757, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 508120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059398496240610277, "S11": -0.059398496240610277, "W12": -6.7570488496085304, "S12": -6.8378482376368375, "W13": -22.50719156150479, "S13": -22.50719156150479, "W21": -35.604985556027913, "S21": -44.026136423492161, "W22": -63.332640116460439, "S22": -78.544775303231631, "W31": -87.214808037075883, "S31": -87.214808037075883, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 509029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31963904999085502, "S11": -1.2143469863337315, "W12": -10.0, "S12": -10.0, "W13": -17.624950064098392, "S13": -17.624950064098392, "W21": -35.046640138169636, "S21": -35.749708144166107, "W22": -49.730222899178109, "S22": -49.730222899178109, "W31": -77.416378774258291, "S31": -88.925254513903255, "W32": -89.817449652344663, "S32": -94.817449652344663 }, "geometry": { "type": "Point", "coordinates": [ 104358.0, 512786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0622401565174862, "S11": 2.0622401565174862, "W12": -5.4687879058791182, "S12": -9.3277760651902071, "W13": -14.41262635496931, "S13": -16.992414164864297, "W21": -41.054080566428361, "S21": -44.054080566428361, "W22": -40.0, "S22": -50.0, "W31": -65.654736055759571, "S31": -74.963494072110464, "W32": -92.419227041678511, "S32": -97.419227041678511 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 498282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32377951902939267, "S11": -0.32377951902939267, "W12": -9.2837912882646165, "S12": -9.2837912882646165, "W13": -16.178494449768628, "S13": -19.188310177440478, "W21": -46.265235551903586, "S21": -48.849284550919393, "W22": -64.30201503925116, "S22": -80.698132482209658, "W31": -87.507660084820941, "S31": -87.507660084820941, "W32": -100.13704969807678, "S32": -105.13704969807678 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9848953604593458, "S12": -20.890866551086212, "W13": -28.492525187005114, "S13": -28.492525187005114, "W21": -39.36045741290112, "S21": -39.36045741290112, "W22": -34.182255123924868, "S22": -37.13184620739419, "W31": -66.194546635136547, "S31": -66.194546635136547, "W32": -88.967078286694488, "S32": -93.967078286694488 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 510006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9039665260038998, "S11": 1.9039665260038998, "W12": -12.381499209774219, "S12": -16.535009822831732, "W13": -29.101919947684628, "S13": -29.101919947684628, "W21": -36.719763972958098, "S21": -36.719763972958098, "W22": -36.812511144407033, "S22": -38.962799027160237, "W31": -69.693740506807345, "S31": -69.693740506807345, "W32": -89.924676233465718, "S32": -94.924676233465718 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 510167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76843540361486307, "S11": 0.76843540361486307, "W12": -10.585185518193402, "S12": -25.585185518193402, "W13": -30.236036155371639, "S13": -30.236036155371639, "W21": -38.811387367821524, "S21": -39.297274912103532, "W22": -36.281733772612895, "S22": -41.342103688672253, "W31": -69.308812268760605, "S31": -69.308812268760605, "W32": -89.285443794881502, "S32": -94.285443794881502 }, "geometry": { "type": "Point", "coordinates": [ 104359.0, 510430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.976598296402754, "S12": -5.1696854782792032, "W13": -15.0, "S13": -15.0, "W21": -46.508601090581621, "S21": -46.508601090581621, "W22": -40.000000000000007, "S22": -45.333748000710862, "W31": -69.406386747926035, "S31": -76.475500758724237, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104359.636363636367605, 525286.454545454587787 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60519978193945623, "S11": 0.60519978193945623, "W12": -6.1905943358595934, "S12": -7.1905943358595934, "W13": -16.516167262969589, "S13": -17.931600811777052, "W21": -40.0, "S21": -42.181789525166671, "W22": -49.967124245207621, "S22": -54.351468617135581, "W31": -85.506297302766157, "S31": -85.506297302766157, "W32": -97.462536268987591, "S32": -102.46253626898759 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 499164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.047368421052640192, "S11": -1.3912170014942806, "W12": -7.2072362229425924, "S12": -7.2072362229425924, "W13": -22.468657348827897, "S13": -22.468657348827897, "W21": -35.572375764422752, "S21": -44.382192838871411, "W22": -40.0, "S22": -45.203863751906454, "W31": -76.978743002616824, "S31": -76.978743002616824, "W32": -97.418147291221018, "S32": -102.41814729122102 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 509045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.2056607219946081, "S12": -31.614484890653632, "W13": -31.614484890653632, "S13": -31.614484890653632, "W21": -35.060397073239749, "S21": -35.060397073239749, "W22": -37.676871670497235, "S22": -37.676871670497235, "W31": -65.044685153343536, "S31": -65.044685153343536, "W32": -89.52296499169708, "S32": -94.52296499169708 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 510327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1561016754235278, "S11": 0.52896231112034942, "W12": -8.8832794242274833, "S12": -9.0446879259219894, "W13": -14.956407925646001, "S13": -14.956407925646001, "W21": -38.064306260216988, "S21": -38.661885850273656, "W22": -39.413656939078933, "S22": -47.415414408323223, "W31": -69.748751157743271, "S31": -76.11440807886828, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104360.0, 512217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39054943897171157, "S11": 0.39054943897171157, "W12": -7.3438362727398969, "S12": -7.3438362727398969, "W13": -13.913048236437005, "S13": -13.913048236437005, "W21": -40.334624153338233, "S21": -40.347940406913068, "W22": -45.767957952112816, "S22": -45.782878341172569, "W31": -72.280378235045774, "S31": -72.992223905361115, "W32": -100.0973225177672, "S32": -105.0973225177672 }, "geometry": { "type": "Point", "coordinates": [ 104360.5, 501734.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0052215620924502826, "S11": 0.0052215620924502826, "W12": -5.2120426408362972, "S12": -13.488461235665703, "W13": -24.117542636701909, "S13": -24.117542636701909, "W21": -40.0, "S21": -40.0, "W22": -80.0, "S22": -83.186435124508705, "W31": -93.467172629803642, "S31": -93.467172629803642, "W32": -93.467172629803642, "S32": -97.216221416007031 }, "geometry": { "type": "Point", "coordinates": [ 104360.5, 509647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18001051760330997, "S11": 0.18001051760330997, "W12": -10.013391959798994, "S12": -10.013391959798994, "W13": -19.238321949646078, "S13": -19.806062688220198, "W21": -33.896965016677541, "S21": -36.236197354224096, "W22": -50.0, "S22": -50.373144694642875, "W31": -76.397592679803168, "S31": -76.397592679803168, "W32": -88.74517424586918, "S32": -93.74517424586918 }, "geometry": { "type": "Point", "coordinates": [ 104360.5, 513121.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53, "S11": 0.53, "W12": -11.32, "S12": -29.82, "W13": -29.83, "S13": -29.83, "W21": -38.919998, "S21": -39.519998, "W22": -39.033329442530778, "S22": -54.033329442530778, "W31": -73.912647995763237, "S31": -73.912647995763237, "W32": -92.671133939161052, "S32": -97.671133939161052 }, "geometry": { "type": "Point", "coordinates": [ 104360.8, 510444.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0050414024110315703, "S11": -0.0050414024110315703, "W12": -10.0, "S12": -10.008879941320595, "W13": -15.551658163265307, "S13": -18.688051270243637, "W21": -40.760441460830563, "S21": -43.011721492339035, "W22": -40.0, "S22": -44.507342789004646, "W31": -67.478489512334875, "S31": -71.537984898538653, "W32": -95.021877044478074, "S32": -100.02187704447807 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1521007260299593, "S11": -0.1521007260299593, "W12": -10.390972115020279, "S12": -10.390972115020279, "W13": -15.715904631083204, "S13": -19.160129166145481, "W21": -41.328207028596132, "S21": -43.365395265696442, "W22": -40.189977679605171, "S22": -43.072330620781642, "W31": -69.286256741529243, "S31": -76.682557942666477, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 499697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27744245556456726, "S11": -0.27744245556456726, "W12": -11.763058996158993, "S12": -11.763058996158993, "W13": -15.827847709451092, "S13": -19.669920091083473, "W21": -41.34966119408017, "S21": -42.775424289168726, "W22": -35.22527866866335, "S22": -35.936515932384751, "W31": -67.537713386673346, "S31": -67.537713386673346, "W32": -98.788883560358613, "S32": -103.78888356035861 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 499771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3293573515092496, "W12": -4.6974052497271757, "S12": -4.6974052497271757, "W13": -15.539394589952769, "S13": -15.539394589952769, "W21": -33.880197730465461, "S21": -33.880197730465461, "W22": -41.242676577979395, "S22": -41.242676577979395, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 504412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.8098519661177663, "S12": -4.8098519661177663, "W13": -15.060290539573359, "S13": -15.060290539573359, "W21": -33.24239117859355, "S21": -33.24239117859355, "W22": -40.0, "S22": -48.047908491443827, "W31": -79.264424175322048, "S31": -79.264424175322048, "W32": -99.977572357794557, "S32": -104.97757235779456 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 504480.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39004510006577098, "S11": 0.39004510006577098, "W12": -5.2262675722634651, "S12": -5.2262675722634651, "W13": -14.239434369730503, "S13": -21.997265743274006, "W21": -30.356453094554894, "S21": -31.265544003645804, "W22": -40.0, "S22": -45.0, "W31": -68.263693897061799, "S31": -74.302669182600937, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 505088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92850997971819016, "S11": -0.93034276581276021, "W12": -8.0636939375955414, "S12": -17.205436460351606, "W13": -20.05692120605838, "S13": -20.05692120605838, "W21": -30.375091449198674, "S21": -35.107130000600542, "W22": -40.83511777301927, "S22": -41.197394405024255, "W31": -69.285415796071874, "S31": -70.307866213325582, "W32": -100.10008116842313, "S32": -105.10008116842313 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41500457496700915, "S11": -0.41563167458688377, "W12": -7.6854802378423202, "S12": -18.004790373667731, "W13": -22.295872717387031, "S13": -22.295872717387031, "W21": -31.268202158131015, "S21": -38.703179736606351, "W22": -40.094991345811337, "S22": -42.37551091101205, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 508727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21886191928025156, "S11": -0.21886191928025156, "W12": -8.4755202304010169, "S12": -8.4755202304010169, "W13": -22.777505221904345, "S13": -22.777505221904345, "W21": -32.706261774208514, "S21": -35.706261774208514, "W22": -56.516490503059686, "S22": -56.516490503059686, "W31": -77.160615645491006, "S31": -79.899705215339765, "W32": -89.943108498273702, "S32": -94.943108498273702 }, "geometry": { "type": "Point", "coordinates": [ 104361.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.93335614783153, "S12": -5.1364711382222676, "W13": -15.0, "S13": -15.0, "W21": -46.474441621779761, "S21": -46.474441621779761, "W22": -40.0, "S22": -40.0, "W31": -52.954317694762651, "S31": -55.30947395652268, "W32": -91.212448494309427, "S32": -96.212448494309427 }, "geometry": { "type": "Point", "coordinates": [ 104361.510204081627307, 525238.244897959171794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90053026955408599, "W12": -10.215611045419745, "S12": -11.87468701002326, "W13": -19.449921129890534, "S13": -19.449921129890534, "W21": -35.154395644993741, "S21": -36.102553709662175, "W22": -40.069946577359005, "S22": -40.069946577359005, "W31": -65.266089722848022, "S31": -65.883312026661088, "W32": -89.960904762568489, "S32": -94.960904762568489 }, "geometry": { "type": "Point", "coordinates": [ 104361.6, 507235.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4095102579358967, "S12": -5.4095102579358967, "W13": -18.861359039286572, "S13": -18.861359039286572, "W21": -30.0, "S21": -34.284829721362229, "W22": -39.754082943648505, "S22": -39.754082943648505, "W31": -65.150603136722268, "S31": -65.150603136722268, "W32": -89.783122329477536, "S32": -94.783122329477536 }, "geometry": { "type": "Point", "coordinates": [ 104362.0, 508555.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4163299151203708, "S11": 1.4163299151203708, "W12": -9.9540024879913176, "S12": -21.083105349858087, "W13": -29.56867237565929, "S13": -29.720673479580665, "W21": -39.051651552837171, "S21": -39.051651552837171, "W22": -80.982959033969081, "S22": -95.982959033969081, "W31": -96.166089603265277, "S31": -96.166089603265277, "W32": -100.08237612631453, "S32": -105.08237612631453 }, "geometry": { "type": "Point", "coordinates": [ 104362.0, 510646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9607012914872932, "S12": -7.9607012914872932, "W13": -13.911839798293251, "S13": -14.254035259154762, "W21": -42.091679280773121, "S21": -47.00924200478746, "W22": -60.000000000000007, "S22": -61.203093755420035, "W31": -81.806929192735424, "S31": -81.806929192735424, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104363.0, 501873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9441454198665502, "S12": -5.6290904418681302, "W13": -14.999999999999979, "S13": -14.999999999999979, "W21": -46.534774328977541, "S21": -46.534774328977541, "W22": -40.0, "S22": -49.648777746558025, "W31": -65.707827146229832, "S31": -75.107712502727026, "W32": -92.693782356746212, "S32": -97.693782356746212 }, "geometry": { "type": "Point", "coordinates": [ 104363.181818181823473, 525333.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00053176842066193775, "S11": -0.47018395531423207, "W12": -6.602582750838752, "S12": -6.602582750838752, "W13": -24.16033156019213, "S13": -26.028022866106809, "W21": -33.88140791142343, "S21": -39.197367218414641, "W22": -67.859531772575252, "S22": -67.859531772575252, "W31": -86.499603187350715, "S31": -86.499603187350715, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104363.2, 505757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.65535489601065811, "W12": -4.5137193882156019, "S12": -4.5137193882156019, "W13": -16.822581113239305, "S13": -16.822581113239305, "W21": -34.915677335058859, "S21": -34.915677335058859, "W22": -34.526556850865099, "S22": -48.706845411958767, "W31": -66.582688601446577, "S31": -66.582688601446577, "W32": -96.863847075546573, "S32": -101.86384707554657 }, "geometry": { "type": "Point", "coordinates": [ 104363.5, 504300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25119642498662331, "S11": 0.25119642498662331, "W12": -11.105895467217875, "S12": -11.105895467217875, "W13": -19.389091390073393, "S13": -20.946641582348917, "W21": -34.370141178848883, "S21": -38.346523712734218, "W22": -38.573181833698705, "S22": -38.573181833698705, "W31": -65.057257702579818, "S31": -65.057257702579818, "W32": -89.635429444399065, "S32": -94.635429444399065 }, "geometry": { "type": "Point", "coordinates": [ 104363.714285714289872, 513355.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099399083326704052, "S11": -1.0797321302872682, "W12": -7.0234418230039255, "S12": -7.1028800596549599, "W13": -22.214403759747974, "S13": -25.410178505206094, "W21": -33.853988946885011, "S21": -38.853988946885011, "W22": -35.434826284310162, "S22": -35.434826284310162, "W31": -48.809098845668835, "S31": -50.880714165408875, "W32": -95.297443256160378, "S32": -100.29744325616038 }, "geometry": { "type": "Point", "coordinates": [ 104364.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5395922830893443, "S11": 2.5395922830893443, "W12": -6.0351981003610335, "S12": -31.035198100361033, "W13": -32.025927102331522, "S13": -32.025927102331522, "W21": -34.582578873782623, "S21": -34.582578873782623, "W22": -40.0, "S22": -49.241453591832851, "W31": -65.806438569236263, "S31": -71.046478389639063, "W32": -93.318504906623687, "S32": -98.318504906623687 }, "geometry": { "type": "Point", "coordinates": [ 104364.0, 510339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1666606095868952, "S11": 1.1666606095868952, "W12": -7.2347322938729182, "S12": -8.7603512759912121, "W13": -16.684087529211812, "S13": -20.943740380788149, "W21": -37.89008232812791, "S21": -37.89008232812791, "W22": -37.972110460636806, "S22": -52.972110460636813, "W31": -68.512781229852891, "S31": -68.512781229852891, "W32": -91.561427622116554, "S32": -96.561427622116554 }, "geometry": { "type": "Point", "coordinates": [ 104364.0, 511933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55868933627951056, "S11": -1.4413106637204893, "W12": -10.0, "S12": -10.059088798724227, "W13": -16.831150541345451, "S13": -16.831150541345451, "W21": -36.87999381877836, "S21": -38.012096190900749, "W22": -38.56607024622609, "S22": -51.420974650953546, "W31": -72.454345622268832, "S31": -74.561503362572765, "W32": -86.717792852688717, "S32": -91.717792852688717 }, "geometry": { "type": "Point", "coordinates": [ 104364.0, 512461.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1749849849849849, "S11": 1.1749849849849849, "W12": -6.4947464387464393, "S12": -6.8441153912075245, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -42.924842022822808, "W22": -41.222086264912789, "S22": -41.417012360420131, "W31": -70.117789716384237, "S31": -71.097697285784577, "W32": -100.12002358651736, "S32": -105.12002358651736 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 498776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3830866369941, "S11": 0.3830866369941, "W12": -7.363369942196532, "S12": -7.363369942196532, "W13": -13.745512275480923, "S13": -14.368398181521192, "W21": -43.443346489882515, "S21": -46.443346489882515, "W22": -74.572713446613534, "S22": -74.572713446613534, "W31": -90.593020921174599, "S31": -90.593020921174599, "W32": -90.883294244112392, "S32": -95.883294244112392 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 501549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0351658816786427, "S11": -1.0351658816786427, "W12": -8.0820571544291973, "S12": -9.2601393462100194, "W13": -18.543718514161384, "S13": -18.543718514161384, "W21": -30.0, "S21": -34.99415887850467, "W22": -34.399945575442985, "S22": -39.125562475201328, "W31": -67.660774581711678, "S31": -67.660774581711678, "W32": -87.146381438757004, "S32": -92.146381438757004 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.017293233082714868, "S11": -3.0172932330827149, "W12": -8.4003429886019134, "S12": -8.4003429886019134, "W13": -22.270983413371848, "S13": -22.270983413371848, "W21": -35.385410792738966, "S21": -41.083811075445979, "W22": -43.909546669715844, "S22": -48.909546669715844, "W31": -76.510510972768401, "S31": -76.510510972768401, "W32": -100.80597809496545, "S32": -105.80597809496545 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 509071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9640984231322065, "S12": -15.237177502046681, "W13": -27.695850954597656, "S13": -27.695850954597656, "W21": -38.933013310650878, "S21": -38.933013310650878, "W22": -40.647896062610464, "S22": -44.83251749666249, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 510046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2541770419509968, "S12": -16.773673304325566, "W13": -23.587809487204126, "S13": -34.618240630839978, "W21": -37.282467366388502, "S21": -37.282467366388502, "W22": -38.070697291484713, "S22": -52.976487351447261, "W31": -68.527233310367578, "S31": -68.527233310367578, "W32": -91.691436350614296, "S32": -96.691436350614296 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 511376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95821169941368667, "S11": 0.95821169941368667, "W12": -7.0134659713276637, "S12": -7.2853022849452707, "W13": -19.112629864412749, "S13": -19.833853659982331, "W21": -37.362829334320566, "S21": -37.836686921528042, "W22": -40.0, "S22": -49.61618432143861, "W31": -65.699259607789514, "S31": -75.699259607789514, "W32": -92.607665569176575, "S32": -97.607665569176575 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 511819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.2311541669339832, "W13": -15.051194782354179, "S13": -15.051194782354179, "W21": -46.6815538622525, "S21": -46.6815538622525, "W22": -40.0, "S22": -45.0, "W31": -68.242338526050531, "S31": -74.333323878054145, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104365.0, 525560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8912526943544563, "S12": -5.1270290396458957, "W13": -15.0, "S13": -15.0, "W21": -46.50128590870419, "S21": -46.50128590870419, "W22": -49.354835470637568, "S22": -49.354835470637568, "W31": -77.047254559998322, "S31": -91.144156860390964, "W32": -94.164012758105997, "S32": -99.164012758105997 }, "geometry": { "type": "Point", "coordinates": [ 104365.816326530606602, 525287.591836734674871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.044508068714211424, "S11": -0.52325488363197836, "W12": -10.197252556166099, "S12": -14.997541322820563, "W13": -19.621691978702465, "S13": -19.621691978702465, "W21": -34.769982909358781, "S21": -34.769982909358781, "W22": -40.220001, "S22": -45.220001, "W31": -69.383465253873069, "S31": -76.94595309895692, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104366.0, 507354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33443901303538182, "S11": -0.33443901303538182, "W12": -5.0, "S12": -13.756748174023498, "W13": -19.717482771085436, "S13": -19.717482771085436, "W21": -30.0, "S21": -30.486307837582626, "W22": -34.695823280555523, "S22": -37.725137167658403, "W31": -46.634979144436898, "S31": -48.239697817141881, "W32": -96.840286342836151, "S32": -101.84028634283615 }, "geometry": { "type": "Point", "coordinates": [ 104366.0, 508400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9906694882647171, "S12": -9.3019919422436068, "W13": -20.0, "S13": -20.0, "W21": -33.809239734851126, "S21": -33.809239734851126, "W22": -33.325271759547292, "S22": -47.61474447389763, "W31": -64.930148617708838, "S31": -64.930148617708838, "W32": -96.943464905359235, "S32": -101.94346490535924 }, "geometry": { "type": "Point", "coordinates": [ 104366.5, 507681.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9116925433303873, "S12": -6.1237256050752125, "W13": -14.999999999999993, "S13": -14.999999999999993, "W21": -46.560947567373546, "S21": -46.560947567373546, "W22": -39.468217157738188, "S22": -48.659781305365605, "W31": -69.889515360740177, "S31": -76.347051871793042, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104366.727272727279342, 525380.090909090940841 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2260847156102614, "W12": -4.3203667453100127, "S12": -4.3203667453100127, "W13": -14.999999999999998, "S13": -22.160050296389436, "W21": -31.239984869021388, "S21": -31.239984869021388, "W22": -48.715942307776913, "S22": -52.721430665980371, "W31": -82.294527321750181, "S31": -82.294527321750181, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104367.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6464613996054769, "S11": 1.6464613996054769, "W12": -10.98305228744365, "S12": -10.98305228744365, "W13": -28.921614475117483, "S13": -28.921614475117483, "W21": -36.618378317997241, "S21": -36.618378317997241, "W22": -40.0, "S22": -46.946500343103615, "W31": -77.504666810591914, "S31": -77.504666810591914, "W32": -97.664141965338104, "S32": -102.6641419653381 }, "geometry": { "type": "Point", "coordinates": [ 104367.0, 510152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94369863564212475, "S11": 0.94369863564212475, "W12": -10.0, "S12": -26.632615408518777, "W13": -28.761304677598293, "S13": -28.761304677598293, "W21": -37.688253798294561, "S21": -37.688253798294561, "W22": -34.5, "S22": -39.2, "W31": -46.0, "S31": -47.468289286245827, "W32": -97.287898390580096, "S32": -102.2878983905801 }, "geometry": { "type": "Point", "coordinates": [ 104367.0, 510278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5266447849810785, "S12": -20.559616324473112, "W13": -26.989170146137788, "S13": -34.002863048823862, "W21": -38.007994956043127, "S21": -38.007994956043127, "W22": -60.0, "S22": -60.0, "W31": -76.132536496999819, "S31": -76.132536496999819, "W32": -88.461964400920138, "S32": -93.461964400920138 }, "geometry": { "type": "Point", "coordinates": [ 104368.0, 511136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17212802979915562, "S11": 0.17212802979915551, "W12": -10.000150753768844, "S12": -10.000150753768844, "W13": -19.221079110686052, "S13": -19.924704343789504, "W21": -33.921000373300807, "S21": -36.02148735608894, "W22": -37.531841284442351, "S22": -37.614637461370556, "W31": -65.026884290989969, "S31": -65.026884290989969, "W32": -89.505348141804262, "S32": -94.505348141804262 }, "geometry": { "type": "Point", "coordinates": [ 104368.0, 513097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1068690021527752, "S11": -1.1068690021527752, "W12": -4.8617367390214978, "S12": -4.8617367390214978, "W13": -16.449968868767062, "S13": -16.449968868767062, "W21": -44.0, "S21": -45.843018583626332, "W22": -51.855340538822219, "S22": -51.855340538822219, "W31": -77.458955881996658, "S31": -91.232941035711733, "W32": -92.670902245090389, "S32": -97.670902245090389 }, "geometry": { "type": "Point", "coordinates": [ 104368.0, 521964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35462168184958642, "S11": -0.35462168184958642, "W12": -9.218566873494705, "S12": -9.218566873494705, "W13": -15.966167433115283, "S13": -18.609486291723368, "W21": -42.52010582010584, "S21": -45.088634900309245, "W22": -71.981953812480469, "S22": -84.28112278754972, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -103.57347355950708 }, "geometry": { "type": "Point", "coordinates": [ 104368.285714285710128, 500043.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59853151658187653, "S11": -1.4342282988098121, "W12": -10.198754955832232, "S12": -15.90439989624533, "W13": -19.951557287795776, "S13": -19.951557287795776, "W21": -34.305580680096654, "S21": -36.330250418850042, "W22": -50.629855400623576, "S22": -50.629855400623576, "W31": -76.833360455404645, "S31": -82.78793781427359, "W32": -89.253253680687848, "S32": -94.253253680687848 }, "geometry": { "type": "Point", "coordinates": [ 104368.5, 506849.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42389820326579641, "S11": 0.42389820326579641, "W12": -7.2236431036686684, "S12": -7.2236431036686684, "W13": -14.469841830249965, "S13": -17.191847992651802, "W21": -40.104528215676822, "S21": -49.000111828387375, "W22": -60.0, "S22": -60.0, "W31": -76.111593243558573, "S31": -76.111593243558573, "W32": -88.440699797717869, "S32": -93.440699797717869 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 502354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31659314915261388, "S11": -2.6834068508473856, "W12": -5.4813294956892529, "S12": -5.4813294956892529, "W13": -14.436088736067836, "S13": -22.77479905589896, "W21": -30.642577777206011, "S21": -32.488307804754221, "W22": -50.189417725644503, "S22": -54.479634914542238, "W31": -79.213732905828294, "S31": -79.213732905828294, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 505156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78736879348971978, "S11": -0.78736879348971978, "W12": -6.7118584070792053, "S12": -7.3925749508094478, "W13": -18.542902048771687, "S13": -18.542902048771687, "W21": -30.000000000000004, "S21": -35.0, "W22": -36.322267011289526, "S22": -37.403296344213857, "W31": -59.530693108735043, "S31": -60.829972829948872, "W32": -99.366526884914151, "S32": -104.36652688491415 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 508591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0067669172932253302, "S11": -2.9932330827067744, "W12": -7.9393830387953628, "S12": -7.9393830387953628, "W13": -22.402303827766556, "S13": -22.402303827766556, "W21": -35.518504086943231, "S21": -42.459181905153983, "W22": -40.0, "S22": -40.0, "W31": -65.234901412912436, "S31": -75.234901412912436, "W32": -89.888370431647857, "S32": -94.888370431647857 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 509059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49594493230881814, "S11": -0.49594493230881814, "W12": -10.0, "S12": -10.0, "W13": -22.552478181335779, "S13": -22.552478181335779, "W21": -36.249609911452858, "S21": -36.828438044598272, "W22": -39.449961212880929, "S22": -49.119556994954742, "W31": -69.973879612560353, "S31": -76.482478347522985, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 509212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55073965444368767, "S11": 0.55073965444368767, "W12": -5.5415796176032446, "S12": -25.54157961760324, "W13": -25.54157961760324, "S13": -25.54157961760324, "W21": -40.0, "S21": -40.790308869368303, "W22": -43.35844688100596, "S22": -43.646304168660102, "W31": -77.5084424904027, "S31": -77.5084424904027, "W32": -100.70646716934633, "S32": -105.70646716934633 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 509789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3086959062216774, "S11": 1.3086959062216774, "W12": -9.9654833126246558, "S12": -21.098601342598919, "W13": -29.99369364260194, "S13": -29.99369364260194, "W21": -38.944921528669163, "S21": -38.944921528669163, "W22": -56.091081593927896, "S22": -56.091081593927896, "W31": -74.173270220595953, "S31": -74.57066399162926, "W32": -96.783328654140547, "S32": -101.78332865414055 }, "geometry": { "type": "Point", "coordinates": [ 104369.0, 510693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7, "S11": 1.7, "W12": -8.2, "S12": -8.2, "W13": -31.209999, "S13": -31.209999, "W21": -38.5, "S21": -38.5, "W22": -41.950402702465766, "S22": -41.950402702465766, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104369.1, 510394.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6460990508766844, "S11": -2.2759459974454335, "W12": -9.3347445456711586, "S12": -9.3347445456711586, "W13": -20.084395709441274, "S13": -26.330006883527567, "W21": -41.883122728803556, "S21": -47.243416406709954, "W22": -39.220980282181451, "S22": -45.257086870809523, "W31": -70.0, "S31": -75.442022207610592, "W32": -92.967721988622316, "S32": -97.967721988622316 }, "geometry": { "type": "Point", "coordinates": [ 104369.310606060607824, 516124.553030303039122 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17417834121664236, "S11": 0.17417834121664236, "W12": -10.002613065326631, "S12": -10.002613065326631, "W13": -19.220816003427593, "S13": -19.809653701513703, "W21": -33.853124726162065, "S21": -36.05547644394462, "W22": -36.910460013651701, "S22": -39.234419041741049, "W31": -60.0, "S31": -61.458811005917667, "W32": -87.397965133228382, "S32": -92.397965133228382 }, "geometry": { "type": "Point", "coordinates": [ 104369.666666666671517, 513105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.930493741866032, "S12": -8.930493741866032, "W13": -16.991811411347896, "S13": -19.972291996685303, "W21": -36.63342600232226, "S21": -36.78570643829979, "W22": -72.476735009901944, "S22": -83.430861379986041, "W31": -100.45968324701914, "S31": -100.45968324701914, "W32": -100.45968324701914, "S32": -102.52549162418137 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 497197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.08, "S11": -0.08, "W12": -5.1900001, "S12": -5.1900001, "W13": -17.790001, "S13": -21.390001, "W21": -31.59, "S21": -31.59, "W22": -40.0, "S22": -40.538435716682969, "W31": -76.003908852187124, "S31": -76.003908852187124, "W32": -95.090970532576577, "S32": -100.09097053257658 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1, "S11": -0.1, "W12": -5.0, "S12": -5.0, "W13": -18.709999, "S13": -18.709999, "W21": -30.0, "S21": -33.993808049535602, "W22": -52.969465113014181, "S22": -52.969465113014181, "W31": -77.926674108379416, "S31": -80.549055826630763, "W32": -90.832399103139011, "S32": -95.832399103139011 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8491492408773826, "S12": -5.491363686424525, "W13": -15.0, "S13": -15.0, "W21": -46.52813019562862, "S21": -46.52813019562862, "W22": -60.0, "S22": -73.293369429762365, "W31": -86.314951609423701, "S31": -86.314951609423701, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104370.122448979585897, 525336.938775510177948 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8792396667943843, "S12": -6.5861656015765675, "W13": -15.0, "S13": -15.0, "W21": -46.587120805769487, "S21": -46.587120805769487, "W22": -54.106968191243787, "S22": -54.106968191243787, "W31": -78.299787363729337, "S31": -80.060266326766452, "W32": -90.829596412556043, "S32": -95.829596412556043 }, "geometry": { "type": "Point", "coordinates": [ 104370.272727272720658, 525426.909090909059159 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8674800990821758, "S12": -4.8674800990821758, "W13": -17.434442129565259, "S13": -17.434442129565259, "W21": -43.050652058762395, "S21": -44.322368485841892, "W22": -54.561153937852659, "S22": -54.561153937852659, "W31": -77.33474081843498, "S31": -86.075150238700687, "W32": -90.82119866488739, "S32": -95.82119866488739 }, "geometry": { "type": "Point", "coordinates": [ 104370.5, 521382.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.324942202195265, "S12": -7.324942202195265, "W13": -19.539798923116113, "S13": -20.426353910752269, "W21": -47.796676706854548, "S21": -50.796676706854548, "W22": -36.32967154252087, "S22": -41.335924999961279, "W31": -69.324393530038279, "S31": -69.324393530038279, "W32": -89.542906141417959, "S32": -94.542906141417959 }, "geometry": { "type": "Point", "coordinates": [ 104370.666666666671517, 518298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36675633711273203, "S11": -0.36675633711273203, "W12": -9.3507530115536923, "S12": -9.3507530115536923, "W13": -16.224827192902715, "S13": -19.224827192902715, "W21": -46.417933442892355, "S21": -48.962743260567692, "W22": -33.081172082361036, "S22": -37.213855692370444, "W31": -66.571344749237809, "S31": -66.571344749237809, "W32": -88.728565190852621, "S32": -93.728565190852621 }, "geometry": { "type": "Point", "coordinates": [ 104371.0, 500309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0060036413040694, "S11": -1.0060036413040694, "W12": -6.509825700615175, "S12": -21.358418224043696, "W13": -23.306330408721379, "S13": -23.306330408721379, "W21": -40.0, "S21": -41.14755485950193, "W22": -40.0, "S22": -40.0, "W31": -65.255437331174733, "S31": -65.255437331174733, "W32": -89.912666356339329, "S32": -94.912666356339329 }, "geometry": { "type": "Point", "coordinates": [ 104372.5, 509581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69215463622233098, "S11": -0.92349848447423266, "W12": -9.8640566639223177, "S12": -9.8685229103157841, "W13": -16.848279183555697, "S13": -16.848279183555697, "W21": -36.967739645653992, "S21": -37.976308247300459, "W22": -36.628008195952916, "S22": -38.512158374879533, "W31": -60.796564019448951, "S31": -62.041438000205936, "W32": -99.630102747139333, "S32": -104.63010274713933 }, "geometry": { "type": "Point", "coordinates": [ 104372.5, 512417.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45191569995840453, "S11": 0.45191569995840453, "W12": -7.6486363005138172, "S12": -7.6486363005138172, "W13": -13.855967804499612, "S13": -14.138011960744787, "W21": -41.361453413446576, "S21": -41.361453413446576, "W22": -36.940064718724145, "S22": -38.321138608630797, "W31": -69.766420956764094, "S31": -69.766420956764094, "W32": -90.121183599474108, "S32": -95.121183599474108 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 501819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3516436467797521, "S11": 1.2745526384566521, "W12": -8.16020706551042, "S12": -9.8446327411860963, "W13": -15.0, "S13": -16.439976490179752, "W21": -38.181984956941371, "S21": -38.181984956941371, "W22": -77.399972117663467, "S22": -78.780378408620464, "W31": -91.588362847849652, "S31": -91.588362847849652, "W32": -91.588362847849652, "S32": -96.352105321020233 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 512024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26669901618002317, "S11": 0.26669901618002317, "W12": -11.303854875283445, "S12": -11.303854875283445, "W13": -19.41016629904848, "S13": -21.419982863049146, "W21": -34.54586927336117, "S21": -38.233827443570583, "W22": -46.716627936999743, "S22": -46.716627936999743, "W31": -76.703981780181579, "S31": -87.091101623602242, "W32": -94.891604888799847, "S32": -99.891604888799847 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 513395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31226211513127694, "S11": 0.31226211513127694, "W12": -11.904179115994152, "S12": -11.904179115994152, "W13": -19.502591259906247, "S13": -22.57290713119566, "W21": -35.083394946703024, "S21": -39.54422320828472, "W22": -39.952727469071043, "S22": -41.94967436188243, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 513522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8223189480202766, "S12": -4.8223189480202766, "W13": -15.0, "S13": -15.0, "W21": -45.698489275460197, "S21": -45.698489275460197, "W22": -40.0, "S22": -44.000508388408747, "W31": -76.975647835950156, "S31": -76.975647835950156, "W32": -96.691222853023334, "S32": -101.69122285302333 }, "geometry": { "type": "Point", "coordinates": [ 104373.0, 524081.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -47.25331161011546, "W31": -65.890648429820487, "S31": -68.531594367530005, "W32": -93.730184940554821, "S32": -98.730184940554821 }, "geometry": { "type": "Point", "coordinates": [ 104373.19540229885024, 530026.417624521069229 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6026714804532993, "S11": 2.6026714804532993, "W12": -6.1420096865650686, "S12": -6.9629309717102981, "W13": -31.680115545977809, "S13": -31.680115545977809, "W21": -36.130496448671991, "S21": -36.130496448671991, "W22": -37.349183695430341, "S22": -44.675773495267592, "W31": -67.416306979682076, "S31": -68.462416489768529, "W32": -86.731688296106711, "S32": -91.731688296106711 }, "geometry": { "type": "Point", "coordinates": [ 104373.333333333328483, 510368.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4902183254677865, "S12": -6.4902183254677865, "W13": -15.423860560030477, "S13": -19.002513673968419, "W21": -38.080239667346149, "S21": -45.149451977370148, "W22": -39.091709327821235, "S22": -39.091709327821235, "W31": -65.120916137020444, "S31": -65.120916137020444, "W32": -89.700973396640478, "S32": -94.700973396640478 }, "geometry": { "type": "Point", "coordinates": [ 104373.5, 502515.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8467867902582213, "S12": -7.0452062190365616, "W13": -15.00000000000002, "S13": -15.00000000000002, "W21": -46.613294044165485, "S21": -46.613294044165485, "W22": -39.421230686907144, "S22": -48.781301462489566, "W31": -70.0, "S31": -76.549416100980721, "W32": -94.653444224585712, "S32": -99.653444224585712 }, "geometry": { "type": "Point", "coordinates": [ 104373.818181818176527, 525473.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38382523148148162, "S11": 0.38382523148148162, "W12": -5.4447720006951226, "S12": -14.519463827115727, "W13": -20.0, "S13": -20.0, "W21": -30.805217255873082, "S21": -30.810823688752244, "W22": -50.200552418119507, "S22": -54.402670533115526, "W31": -78.977399027718931, "S31": -78.977399027718931, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 508175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33391203703703709, "S11": 0.33391203703703709, "W12": -5.0, "S12": -14.16613847358413, "W13": -20.0, "S13": -20.0, "W21": -30.613202729274661, "S21": -30.618407107206313, "W22": -35.6570922520118, "S22": -35.6570922520118, "W31": -68.309463722587182, "S31": -68.309463722587182, "W32": -98.904712693841191, "S32": -103.90471269384119 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 508190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1512780944303485, "S11": 0.60820869439273328, "W12": -8.9601014092643432, "S12": -9.0597806095781035, "W13": -15.0, "S13": -15.0, "W21": -37.816403637984429, "S21": -38.338672499737584, "W22": -70.653559075186607, "S22": -83.560992131511625, "W31": -98.872589633790042, "S31": -98.872589633790042, "W32": -98.872589633790042, "S32": -103.36659543084124 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 512229.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7974538772461282, "S12": -6.7974538772461282, "W13": -19.679135810187347, "S13": -19.679135810187347, "W21": -48.169132153544908, "S21": -51.169132153544908, "W22": -60.560134566862914, "S22": -60.560134566862914, "W31": -79.577930293083426, "S31": -80.997552072409448, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 518680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.60081914449624, "S13": -15.60081914449624, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -42.260010464436306, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.0, 526786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20444442919868275, "S11": -0.20444442919868275, "W12": -10.0, "S12": -10.0, "W13": -22.484153403689838, "S13": -22.484153403689838, "W21": -36.773838315167438, "S21": -36.773838315167438, "W22": -40.0, "S22": -46.957502326145885, "W31": -80.0, "S31": -80.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104374.25, 509255.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2813640404599731, "S11": 0.2813640404599731, "W12": -11.532501889644635, "S12": -11.532501889644635, "W13": -19.438425032610947, "S13": -21.802705357339583, "W21": -34.717849898499381, "S21": -38.267429503448618, "W22": -69.297658862876247, "S22": -69.297658862876247, "W31": -87.126193390452883, "S31": -87.126193390452883, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104374.333333333328483, 513435.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.807045787400309, "S12": -5.9976417124971428, "W13": -15.0, "S13": -15.0, "W21": -46.554974482553057, "S21": -46.554974482553057, "W22": -40.0, "S22": -49.037481289696188, "W31": -79.297266722554525, "S31": -79.297266722554525, "W32": -99.33622910027502, "S32": -104.33622910027502 }, "geometry": { "type": "Point", "coordinates": [ 104374.428571428565192, 525386.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49550226367763928, "S11": -1.5044977363223606, "W12": -10.0, "S12": -10.0, "W13": -17.065674473630533, "S13": -17.065674473630533, "W21": -36.580847518468744, "S21": -37.769897444995863, "W22": -36.938517495575049, "S22": -38.591241111037498, "W31": -61.898735818476503, "S31": -63.089204058776659, "W32": -99.893678609364542, "S32": -104.89367860936454 }, "geometry": { "type": "Point", "coordinates": [ 104374.7, 512494.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2680284402200982, "S11": -0.2680284402200982, "W12": -8.04161713809542, "S12": -8.04161713809542, "W13": -22.254718891644519, "S13": -22.254718891644519, "W21": -32.067059101123135, "S21": -33.688650193587229, "W22": -60.0, "S22": -60.0, "W31": -73.353864891759187, "S31": -73.853864891759187, "W32": -95.991079516259759, "S32": -100.99107951625976 }, "geometry": { "type": "Point", "coordinates": [ 104375.0, 508779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025409315382872361, "S11": -0.025409315382872361, "W12": -10.0, "S12": -10.0, "W13": -15.606128990057542, "S13": -18.735619595308421, "W21": -40.763406862628642, "S21": -42.977491147780292, "W22": -49.180602389948923, "S22": -53.317529518709208, "W31": -81.146530327006332, "S31": -81.146530327006332, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104375.333333333328483, 499601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21277234880807577, "S11": 0.21277234880807577, "W12": -5.4912471044599389, "S12": -19.638833255878566, "W13": -24.182320943696251, "S13": -24.182320943696251, "W21": -39.429244123853174, "S21": -39.429244123853174, "W22": -80.0, "S22": -95.0, "W31": -95.0, "S31": -95.0, "W32": -100.39571992117054, "S32": -105.39571992117054 }, "geometry": { "type": "Point", "coordinates": [ 104375.666666666671517, 509728.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29602906473994595, "S11": 0.29602906473994595, "W12": -11.761148904006156, "S12": -11.761148904006156, "W13": -19.466683766173446, "S13": -22.185427851630731, "W21": -34.889830523637841, "S21": -38.825509793535588, "W22": -40.0, "S22": -47.402403009830493, "W31": -79.889038110965728, "S31": -79.889038110965728, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104375.666666666671517, 513475.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8369527325058037, "S12": -4.8369527325058037, "W13": -15.0, "S13": -15.0, "W21": -45.68304724764571, "S21": -47.239413830479322, "W22": -36.294491534405616, "S22": -41.752196515524986, "W31": -69.292485766877334, "S31": -69.292485766877334, "W32": -89.566644280098103, "S32": -94.566644280098103 }, "geometry": { "type": "Point", "coordinates": [ 104375.875, 522894.625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8739361338584395, "S11": 2.8739361338584395, "W12": -10.0, "S12": -12.889550736188598, "W13": -14.747715453194653, "S13": -16.744391509532683, "W21": -53.393972305185983, "S21": -55.715929578477358, "W22": -49.502598824138452, "S22": -53.554792840760804, "W31": -84.212746010883663, "S31": -84.212746010883663, "W32": -96.555960062701345, "S32": -101.55596006270135 }, "geometry": { "type": "Point", "coordinates": [ 104376.0, 500692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 7.8167873140794235, "S11": 7.395943613621438, "W12": -10.0, "S12": -11.958761823758348, "W13": -13.012934024106576, "S13": -13.74192290475891, "W21": -59.534613329981461, "S21": -61.741328424644848, "W22": -49.504074792019352, "S22": -53.556714914206431, "W31": -84.211583317010948, "S31": -84.211583317010948, "W32": -96.555331622156146, "S32": -101.55533162215615 }, "geometry": { "type": "Point", "coordinates": [ 104376.0, 500886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.026505285811633195, "S11": -0.026505285811633195, "W12": -7.5429761174361447, "S12": -7.5429761174361447, "W13": -22.707536311962425, "S13": -22.707536311962425, "W21": -34.955367758478907, "S21": -41.591642091978265, "W22": -35.31107569649955, "S22": -35.31107569649955, "W31": -57.185419694827601, "S31": -58.508371878251026, "W32": -99.125827070003311, "S32": -104.12582707000331 }, "geometry": { "type": "Point", "coordinates": [ 104376.0, 508969.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4417859483927575, "S12": -7.4417859483927575, "W13": -19.498802473160996, "S13": -20.673090825874027, "W21": -47.735963844479208, "S21": -50.735963844479208, "W22": -39.749527924010067, "S22": -40.401857872709435, "W31": -73.996915608833504, "S31": -77.993911603493046, "W32": -96.299154869642365, "S32": -101.29915486964236 }, "geometry": { "type": "Point", "coordinates": [ 104376.0, 518232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4135872648909866, "S11": 1.4135872648909866, "W12": -9.7253733852470994, "S12": -14.18832073394659, "W13": -28.528194685714773, "S13": -28.528194685714773, "W21": -36.490340282335488, "S21": -36.490340282335488, "W22": -68.961409031697784, "S22": -76.793030291188629, "W31": -88.169083262557947, "S31": -88.169083262557947, "W32": -100.87230954469936, "S32": -105.87230954469936 }, "geometry": { "type": "Point", "coordinates": [ 104376.333333333328483, 510138.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45647101243154237, "S11": 0.45647101243154237, "W12": -5.1706422846133968, "S12": -8.3227168546636374, "W13": -19.400823686325616, "S13": -22.261146162390244, "W21": -35.127808875239438, "S21": -35.127808875239438, "W22": -76.617975248529106, "S22": -87.106462090634366, "W31": -100.9524941165613, "S31": -100.9524941165613, "W32": -100.9524941165613, "S32": -100.9524941165613 }, "geometry": { "type": "Point", "coordinates": [ 104377.0, 503565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10306558062597437, "S11": 0.10306558062597437, "W12": -5.9949522608464365, "S12": -11.791859155978205, "W13": -23.945401608132478, "S13": -23.945401608132478, "W21": -40.0, "S21": -40.0, "W22": -70.0, "S22": -70.0, "W31": -87.460097919216651, "S31": -87.460097919216651, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104377.0, 509634.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87826567605062877, "S11": 0.87826567605062877, "W12": -6.8138693673624235, "S12": -8.3232449434601143, "W13": -20.246059941735275, "S13": -22.44122104476374, "W21": -36.953840552533926, "S21": -37.217867857713081, "W22": -60.0, "S22": -60.0, "W31": -76.559658798700426, "S31": -76.559658798700426, "W32": -89.130111522839073, "S32": -94.130111522839073 }, "geometry": { "type": "Point", "coordinates": [ 104377.0, 511763.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31069408901989576, "S11": 0.31069408901989576, "W12": -11.875672478019883, "S12": -11.875672478019883, "W13": -19.494942499735913, "S13": -22.568150345921168, "W21": -35.061811148776052, "S21": -39.383590083622003, "W22": -40.0, "S22": -43.717836073804442, "W31": -67.724830397357564, "S31": -72.105059417017429, "W32": -95.018434723171566, "S32": -100.01843472317157 }, "geometry": { "type": "Point", "coordinates": [ 104377.0, 513516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8143339137220167, "S12": -7.5042468364952182, "W13": -15.000000000000007, "S13": -15.000000000000007, "W21": -46.639467282561405, "S21": -46.639467282561405, "W22": -70.0, "S22": -82.762580794090496, "W31": -98.898579290255626, "S31": -98.898579290255626, "W32": -98.898579290255626, "S32": -103.22713968803355 }, "geometry": { "type": "Point", "coordinates": [ 104377.363636363632395, 525520.545454545412213 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4300001, "S11": 3.4300001, "W12": -4.37, "S12": -4.37, "W13": -32.080002, "S13": -32.080002, "W21": -34.07, "S21": -34.07, "W22": -59.741527037319116, "S22": -59.741527037319116, "W31": -76.051241258572333, "S31": -76.051241258572333, "W32": -88.442751380827758, "S32": -93.442751380827758 }, "geometry": { "type": "Point", "coordinates": [ 104377.8, 510346.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50782816962741872, "S11": 0.50782816962741872, "W12": -5.9375267107290215, "S12": -25.013137760706329, "W13": -25.671529835352359, "S13": -25.671529835352359, "W21": -40.0, "S21": -40.0, "W22": -40.199506316425463, "S22": -45.199506316425463, "W31": -69.356624540629696, "S31": -77.689062654742358, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 509847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2453325331167475, "S11": 0.42240607082598203, "W12": -8.8187662460757732, "S12": -9.0470639964554032, "W13": -15.119919494605021, "S13": -15.119919494605021, "W21": -37.936796250843713, "S21": -38.206708468306786, "W22": -53.966378346016292, "S22": -62.570541979732994, "W31": -86.439276741786429, "S31": -86.439276741786429, "W32": -99.785424133811233, "S32": -104.78542413381123 }, "geometry": { "type": "Point", "coordinates": [ 104378.0, 512191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2596600725059304, "S11": 1.2596600725059304, "W12": -7.5518690485192401, "S12": -9.2678572241949162, "W13": -16.250106224771617, "S13": -22.950425034548452, "W21": -37.863725721615268, "S21": -37.863725721615268, "W22": -40.0, "S22": -49.648931477306149, "W31": -78.980333427725853, "S31": -78.980333427725853, "W32": -98.809534203518581, "S32": -103.80953420351858 }, "geometry": { "type": "Point", "coordinates": [ 104378.25, 511968.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94430176288332224, "S11": -0.94430176288332224, "W12": -8.0232467027719352, "S12": -10.515343646923675, "W13": -18.910159120057671, "S13": -18.910159120057671, "W21": -30.0, "S21": -36.698671144859816, "W22": -34.44577092083329, "S22": -39.44577092083329, "W31": -67.653340520039606, "S31": -67.653340520039606, "W32": -87.091389708616219, "S32": -92.091389708616219 }, "geometry": { "type": "Point", "coordinates": [ 104378.5, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7649423339232344, "S12": -6.4988825745472214, "W13": -15.0, "S13": -15.0, "W21": -46.581818769477486, "S21": -46.581818769477486, "W22": -40.0, "S22": -48.885501545377913, "W31": -65.789976257378726, "S31": -73.391914454489708, "W32": -93.015654342099069, "S32": -98.015654342099069 }, "geometry": { "type": "Point", "coordinates": [ 104378.734693877544487, 525435.632653061184101 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8399226608044827, "S12": -4.8399226608044827, "W13": -15.409147310096484, "S13": -15.409147310096484, "W21": -44.86406953799996, "S21": -46.586979865974868, "W22": -40.0, "S22": -43.560938872850507, "W31": -67.616560808507288, "S31": -71.457822489587883, "W32": -95.03483754027927, "S32": -100.03483754027927 }, "geometry": { "type": "Point", "coordinates": [ 104378.857142857144936, 522450.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20833333333333337, "S11": 0.20833333333333337, "W12": -5.0, "S12": -13.124801524293428, "W13": -20.0, "S13": -20.0, "W21": -30.013797574261449, "S21": -30.017710909083874, "W22": -34.589684521610636, "S22": -36.983266236887999, "W31": -46.688379086235329, "S31": -48.295420241736075, "W32": -96.780958805495288, "S32": -101.78095880549529 }, "geometry": { "type": "Point", "coordinates": [ 104379.0, 508239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3213124657086568, "W12": -4.2893140717716287, "S12": -4.2893140717716287, "W13": -15.0, "S13": -22.197054068618566, "W21": -31.159543914201457, "S21": -31.159543914201457, "W22": -50.0, "S22": -50.0, "W31": -75.263140903048409, "S31": -75.462994404164434, "W32": -98.038605989013604, "S32": -103.0386059890136 }, "geometry": { "type": "Point", "coordinates": [ 104379.8, 504701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4, "S11": -0.4, "W12": -9.4499998, "S12": -9.4499998, "W13": -16.41, "S13": -19.427713239539337, "W21": -48.047110380717612, "S21": -50.506216194984241, "W22": -40.0, "S22": -47.140823589222165, "W31": -77.661057337009353, "S31": -77.661057337009353, "W32": -97.226721089623254, "S32": -102.22672108962325 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41645912919845129, "S11": -0.41645912919845129, "W12": -7.8694970927939139, "S12": -14.818969500982691, "W13": -21.859330921103798, "S13": -21.859330921103798, "W21": -31.480879399892153, "S21": -31.480879399892153, "W22": -37.259447999533194, "S22": -38.649022152371948, "W31": -63.123574711957495, "S31": -64.259637211800808, "W32": -100.0587279170701, "S32": -105.0587279170701 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 508740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8354979536209157, "S12": -4.8354979536209157, "W13": -15.0, "S13": -15.0, "W21": -45.224992831789287, "S21": -46.890009797429535, "W22": -58.88954789765036, "S22": -58.88954789765036, "W31": -76.713571533332185, "S31": -76.713571533332185, "W32": -89.379142461135388, "S32": -94.379142461135388 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 522639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8427300308401247, "S12": -5.1121958027716072, "W13": -15.0, "S13": -15.0, "W21": -45.757443128362453, "S21": -45.757443128362453, "W22": -62.387061365897168, "S22": -62.387061365897168, "W31": -83.413105231095457, "S31": -83.413105231095457, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 524185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1947347683892977, "S11": 1.1947347683892977, "W12": -5.6309593117277963, "S12": -5.8555476350810896, "W13": -14.680346829312452, "S13": -17.680346829312452, "W21": -40.0, "S21": -42.067409411639872, "W22": -32.722000126225076, "S22": -45.747428165569652, "W31": -64.35443278034704, "S31": -64.35443278034704, "W32": -96.852733898439027, "S32": -101.85273389843903 }, "geometry": { "type": "Point", "coordinates": [ 104380.75, 498652.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7818810371858538, "S12": -7.9632874539552123, "W13": -15.00000000000002, "S13": -15.00000000000002, "W21": -46.66564052095741, "S21": -46.66564052095741, "W22": -50.0, "S22": -50.097281753067612, "W31": -75.395336633492292, "S31": -75.604674192599944, "W32": -99.340895968301552, "S32": -104.34089596830155 }, "geometry": { "type": "Point", "coordinates": [ 104380.909090909088263, 525567.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50010063905801805, "S11": 0.50010063905801805, "W12": -8.3835522764081336, "S12": -8.3835522764081336, "W13": -13.186337549155065, "S13": -13.186337549155065, "W21": -47.916884847907845, "S21": -50.667634792800072, "W22": -37.243505681636428, "S22": -43.29353710567856, "W31": -66.076850194758478, "S31": -67.052066333087041, "W32": -86.829670659281305, "S32": -91.829670659281305 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 501330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3715632340215107, "S11": 0.3715632340215107, "W12": -7.6454021954291891, "S12": -7.6454021954291891, "W13": -13.475548012541184, "S13": -13.655665462205615, "W21": -45.219564415960079, "S21": -48.017185551675929, "W22": -65.401865819875511, "S22": -82.117064449561326, "W31": -87.368621383105136, "S31": -87.368621383105136, "W32": -100.13543712880016, "S32": -105.13543712880016 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 501471.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13452068917313198, "S11": -0.0049636492031733814, "W12": -3.4822874118083922, "S12": -6.1746238492308532, "W13": -23.814231597722557, "S13": -23.814231597722557, "W21": -36.74062785118096, "S21": -41.582309459543225, "W22": -41.527990211073295, "S22": -41.527990211073295, "W31": -70.578407208768994, "S31": -71.474038043740919, "W32": -100.1919571611039, "S32": -105.1919571611039 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 506294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26177456796492143, "S11": -0.26177456796492143, "W12": -5.0, "S12": -7.6659082290481608, "W13": -19.1544511459884, "S13": -19.1544511459884, "W21": -30.000000000000004, "S21": -33.21981424148607, "W22": -39.494432124825138, "S22": -48.830108750484186, "W31": -70.0, "S31": -77.194460136505498, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 508514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2801822483652005, "S11": -0.2801822483652005, "W12": -8.1009309400365321, "S12": -8.3687667152910965, "W13": -22.219802260005601, "S13": -22.219802260005601, "W21": -32.11748944786342, "S21": -34.171870600033827, "W22": -34.469793448526943, "S22": -37.07039005407615, "W31": -65.924260430418627, "S31": -65.924260430418627, "W32": -89.039489456910815, "S32": -94.039489456910815 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 508782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91581243184348937, "S11": 0.91581243184348937, "W12": -10.363138245408146, "S12": -21.67512963201354, "W13": -30.278734165746268, "S13": -30.278734165746268, "W21": -38.554574693103206, "S21": -38.909944177975184, "W22": -45.213878520876541, "S22": -45.213878520876541, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 510425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2991867539146611, "S12": -19.238779940890083, "W13": -26.504653792623522, "S13": -34.02953247410931, "W21": -37.905571695822616, "S21": -37.905571695822616, "W22": -53.101184364651267, "S22": -59.591066443556493, "W31": -86.556418327825213, "S31": -86.556418327825213, "W32": -98.8026284348865, "S32": -103.8026284348865 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 511160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82561993616498897, "S11": -0.16562732860525176, "W12": -9.6623786886619847, "S12": -9.6623786886619847, "W13": -16.865407825766081, "S13": -16.865407825766081, "W21": -37.055485472529362, "S21": -37.963632368332476, "W22": -55.188284518828453, "S22": -65.188284518828453, "W31": -86.324215654020421, "S31": -86.324215654020421, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 512373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.2803283988822436, "S12": -6.2803283988822436, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -46.066642075363454, "S21": -46.066642075363454, "W22": -39.044251627166943, "S22": -43.917003184200084, "W31": -70.0, "S31": -75.0, "W32": -91.19935691318328, "S32": -96.19935691318328 }, "geometry": { "type": "Point", "coordinates": [ 104381.0, 524657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25505004142259169, "S11": 0.25505004142259169, "W12": -11.101328077262078, "S12": -11.101328077262078, "W13": -19.376855606608061, "S13": -21.200879186549979, "W21": -34.401757208664854, "S21": -38.117006339400398, "W22": -30.0, "S22": -38.353863381858901, "W31": -53.526001757604725, "S31": -55.797774140956285, "W32": -90.702155887230518, "S32": -95.702155887230518 }, "geometry": { "type": "Point", "coordinates": [ 104381.666666666671517, 513359.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8770760233918129, "S11": 0.8770760233918129, "W12": -5.9952772237734351, "S12": -6.9952772237734351, "W13": -16.374043333915779, "S13": -18.429314601539456, "W21": -40.0, "S21": -42.460159203947761, "W22": -39.374244216076107, "S22": -46.737853770779736, "W31": -70.0, "S31": -76.641295690908592, "W32": -94.073506678209242, "S32": -99.073506678209242 }, "geometry": { "type": "Point", "coordinates": [ 104382.0, 499005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.074738246326881558, "S11": -1.0718558748763274, "W12": -7.0051712303528015, "S12": -7.3092921398845814, "W13": -22.123896090481846, "S13": -25.354879812430934, "W21": -33.862980080429651, "S21": -38.663364670482778, "W22": -35.649530096218399, "S22": -44.792526627007646, "W31": -68.427235495592697, "S31": -68.427235495592697, "W32": -96.575550218980851, "S32": -101.57555021898085 }, "geometry": { "type": "Point", "coordinates": [ 104382.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1251600948843037, "S11": 1.1251600948843037, "W12": -7.014862129222716, "S12": -8.2745767096903915, "W13": -17.911408540471641, "S13": -21.744210524176918, "W21": -37.468255495516019, "S21": -37.8256735283029, "W22": -72.194261204766946, "S22": -83.948340458846204, "W31": -88.983597163526966, "S31": -88.983597163526966, "W32": -100.75288413074726, "S32": -105.75288413074726 }, "geometry": { "type": "Point", "coordinates": [ 104382.0, 511892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044712714675863366, "S11": 0.044712714675863366, "W12": -12.830584363560478, "S12": -12.830584363560478, "W13": -19.993940136778566, "S13": -20.592446946533709, "W21": -37.721904371759337, "S21": -39.803073913532948, "W22": -50.0, "S22": -50.0, "W31": -76.439734359734189, "S31": -78.877817183357976, "W32": -89.05348382756047, "S32": -94.05348382756047 }, "geometry": { "type": "Point", "coordinates": [ 104382.25, 514143.3125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10814453766285866, "S11": -0.10814453766285866, "W12": -3.681443550353011, "S12": -11.446496798220249, "W13": -21.453410484860402, "S13": -21.453410484860402, "W21": -34.825428536346848, "S21": -38.323446314381393, "W22": -40.0, "S22": -49.12153220272522, "W31": -78.663400132897195, "S31": -78.663400132897195, "W32": -98.282839306762128, "S32": -103.28283930676213 }, "geometry": { "type": "Point", "coordinates": [ 104382.333333333328483, 506580.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 6.2810219027839151, "S11": 6.148651464827747, "W12": -9.7667638414011666, "S12": -9.7667638414011666, "W13": -12.63166767043375, "S13": -13.35565004285535, "W21": -60.6527862981292, "S21": -63.104912661963695, "W22": -40.192719486081366, "S22": -40.589841825698819, "W31": -69.748194137663418, "S31": -70.722388902807026, "W32": -100.19871607718694, "S32": -105.19871607718694 }, "geometry": { "type": "Point", "coordinates": [ 104382.777777777781012, 501065.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0653519932145885, "S12": -7.0653519932145885, "W13": -16.467374776386404, "S13": -18.006082960402452, "W21": -40.0, "S21": -42.14007607602403, "W22": -49.387844882117129, "S22": -53.215629766951977, "W31": -78.723748155763403, "S31": -78.723748155763403, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104383.0, 499170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19563379848773593, "S11": 0.19563379848773593, "W12": -9.9048199839436784, "S12": -10.43490466675455, "W13": -15.595248211091235, "S13": -17.942041598328892, "W21": -40.0, "S21": -42.156014178810558, "W22": -49.988215927080425, "S22": -54.211757786827107, "W31": -84.584390994433264, "S31": -84.584390994433264, "W32": -96.8236373934905, "S32": -101.8236373934905 }, "geometry": { "type": "Point", "coordinates": [ 104383.0, 499413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0519455678218743, "S11": 1.0519455678218743, "W12": -13.494936618012433, "S12": -16.6373416464487, "W13": -28.932621487299766, "S13": -28.932621487299766, "W21": -38.587573806136675, "S21": -38.587573806136675, "W22": -50.0, "S22": -50.0, "W31": -76.234401690430644, "S31": -76.234401690430644, "W32": -88.882285248823237, "S32": -93.882285248823237 }, "geometry": { "type": "Point", "coordinates": [ 104383.0, 510240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7228388804461598, "S12": -6.9701087796159804, "W13": -15.0, "S13": -15.0, "W21": -46.60866305640193, "S21": -46.60866305640193, "W22": -37.811757320299535, "S22": -38.938182010514602, "W31": -64.968419795833086, "S31": -66.053670987264837, "W32": -100.15716239223607, "S32": -105.15716239223607 }, "geometry": { "type": "Point", "coordinates": [ 104383.040816326523782, 525484.979591836687177 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19791666666680452, "S11": -0.19791666666680452, "W12": -6.9983906429192366, "S12": -16.965649662844598, "W13": -23.436504631854028, "S13": -33.856703357094254, "W21": -37.118231238720099, "S21": -37.118231238720099, "W22": -64.542776234198172, "S22": -64.542776234198172, "W31": -84.671584419007914, "S31": -84.671584419007914, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104383.333333333328483, 511416.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18117584045393656, "S11": 0.18117584045393656, "W12": -10.009698492462313, "S12": -10.009698492462313, "W13": -19.217442937222842, "S13": -19.218111674873136, "W21": -33.474849538759827, "S21": -36.13684489029302, "W22": -31.291296939442294, "S22": -46.818910739906485, "W31": -63.590473952384528, "S31": -63.590473952384528, "W32": -97.103139840780159, "S32": -102.10313984078016 }, "geometry": { "type": "Point", "coordinates": [ 104383.333333333328483, 513138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8477146425890592, "S12": -4.8477146425890592, "W13": -17.195379933724208, "S13": -17.195379933724208, "W21": -43.236755328778422, "S21": -44.64857730374365, "W22": -45.516858533589513, "S22": -45.563712758353589, "W31": -72.963529976395336, "S31": -73.587020818489179, "W32": -100.21196130562866, "S32": -105.21196130562866 }, "geometry": { "type": "Point", "coordinates": [ 104383.5, 521555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41211002383187695, "S11": -0.41211002383187695, "W12": -9.4069076707867456, "S12": -9.4069076707867456, "W13": -16.228055765484243, "S13": -19.206012521669482, "W21": -46.067587881591123, "S21": -48.587915048074933, "W22": -50.19243837005429, "S22": -54.462742851942345, "W31": -78.941820415014575, "S31": -78.941820415014575, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104383.75, 500266.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42296520563103224, "S11": 0.42296520563103224, "W12": -7.0027777777777773, "S12": -8.0027777777777764, "W13": -16.250849731663685, "S13": -17.922313161557948, "W21": -40.0, "S21": -42.115982670342653, "W22": -40.881289656670411, "S22": -40.881289656670411, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104384.0, 499230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39845636748412794, "W12": -8.5262558577497494, "S12": -13.537419995543031, "W13": -19.866871131968999, "S13": -19.866871131968999, "W21": -34.15503252597528, "S21": -34.15503252597528, "W22": -39.479090788910376, "S22": -39.479090788910376, "W31": -65.174172901301077, "S31": -68.454166055502441, "W32": -89.750114110056586, "S32": -94.750114110056586 }, "geometry": { "type": "Point", "coordinates": [ 104384.0, 507511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66097806603732656, "S11": 0.66097806603732656, "W12": -9.2914141246468596, "S12": -24.29141412464686, "W13": -30.0, "S13": -30.0, "W21": -38.384822370724152, "S21": -38.384822370724152, "W22": -52.245851304354552, "S22": -52.245851304354552, "W31": -76.744208893358646, "S31": -83.192118248617845, "W32": -89.358627253238112, "S32": -94.358627253238112 }, "geometry": { "type": "Point", "coordinates": [ 104384.0, 510963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0280689841213722, "S12": -5.0280689841213722, "W13": -15.079243155450051, "S13": -15.079243155450051, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -48.594132928144305, "W31": -78.346466838068537, "S31": -78.346466838068537, "W32": -97.756144410005675, "S32": -102.75614441000567 }, "geometry": { "type": "Point", "coordinates": [ 104384.0, 526030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7764044494237687, "S12": -7.6842310024778264, "W13": -14.999999999999986, "S13": -14.999999999999986, "W21": -46.691813759353337, "S21": -46.691813759353337, "W22": -40.154792048264717, "S22": -45.154792048264717, "W31": -69.250360256671669, "S31": -78.104524077643305, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104384.454545454544132, 525614.181818181765266 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5263963274678285, "S11": 0.5263963274678285, "W12": -13.267864928633575, "S12": -17.410881117427898, "W13": -28.86740714657536, "S13": -28.86740714657536, "W21": -36.219582860763644, "S21": -36.219582860763644, "W22": -38.963520866907757, "S22": -43.566054843724899, "W31": -70.000000000000014, "S31": -74.591440905244937, "W32": -90.728940643828565, "S32": -95.728940643828565 }, "geometry": { "type": "Point", "coordinates": [ 104384.5, 510199.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41460479635090303, "S11": -0.41460479635090303, "W12": -9.4522204963335668, "S12": -9.4522204963335668, "W13": -16.350512178819493, "S13": -19.333460257971836, "W21": -47.317344563133382, "S21": -49.789577899052766, "W22": -34.299884381710193, "S22": -34.864388025176694, "W31": -54.840146280920564, "S31": -56.169461616452629, "W32": -98.885127255092442, "S32": -103.88512725509244 }, "geometry": { "type": "Point", "coordinates": [ 104385.0, 500353.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0038727058427348, "S12": -17.252649259414653, "W13": -25.0, "S13": -31.410984636715341, "W21": -37.67385739200828, "S21": -37.67385739200828, "W22": -50.766190758526321, "S22": -55.215709492804045, "W31": -85.103818711811343, "S31": -85.103818711811343, "W32": -97.183650926272279, "S32": -102.18365092627228 }, "geometry": { "type": "Point", "coordinates": [ 104385.0, 511233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44084885721767098, "S11": -0.44084885721767098, "W12": -9.2953858877754474, "S12": -9.2953858877754474, "W13": -16.042385510268979, "S13": -18.94206498032614, "W21": -42.187242798353907, "S21": -44.654928656677811, "W22": -40.0, "S22": -48.983337885823374, "W31": -65.706749200917315, "S31": -75.475867384387044, "W32": -92.386406790561551, "S32": -97.386406790561551 }, "geometry": { "type": "Point", "coordinates": [ 104385.5, 499988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0483518200281208, "S11": 1.0483518200281208, "W12": -9.0605199312328288, "S12": -9.0605199312328288, "W13": -17.036430324986682, "S13": -20.036430324986682, "W21": -36.459636941628332, "S21": -36.569113956281576, "W22": -78.82973021261391, "S22": -88.82973021261391, "W31": -99.21710639765476, "S31": -99.21710639765476, "W32": -99.21710639765476, "S32": -99.21710639765476 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 497166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67383847688618626, "S11": -1.6738384768861863, "W12": -10.133233637059192, "S12": -13.952721751417457, "W13": -19.633747899857518, "S13": -21.736548293523082, "W21": -34.874210929310507, "S21": -35.223957895871671, "W22": -40.438972162740896, "S22": -40.720110936486655, "W31": -70.142495820826596, "S31": -71.085071956081819, "W32": -100.21655108834906, "S32": -105.21655108834906 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60101010101000751, "S11": 0.60101010101000751, "W12": -9.9536755745194796, "S12": -9.9536755745194796, "W13": -27.190478518904293, "S13": -27.190478518904293, "W21": -38.439479012624027, "S21": -38.439479012624027, "W22": -49.817034700315453, "S22": -49.817034700315453, "W31": -75.572155898627969, "S31": -75.698317696970875, "W32": -98.452873465798632, "S32": -103.45287346579863 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 510052.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1050580699119914, "S12": -15.647720875488126, "W13": -23.854777233272479, "S13": -35.560382147169591, "W21": -37.25361004945605, "S21": -37.25361004945605, "W22": -49.803844637223975, "S22": -49.803844637223975, "W31": -75.521036865338075, "S31": -75.589745344929639, "W32": -98.940083377918171, "S32": -103.94008337791817 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 511370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43176160823639897, "S11": -0.693610842305869, "W12": -12.580979471235473, "S12": -12.580979471235473, "W13": -20.687813632163046, "S13": -26.01789892235773, "W21": -39.341872851846865, "S21": -42.570788964332557, "W22": -65.498036329896578, "S22": -82.01279356028067, "W31": -87.251393879205807, "S31": -87.251393879205807, "W32": -100.07789122353201, "S32": -105.07789122353201 }, "geometry": { "type": "Point", "coordinates": [ 104386.0, 514819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27, "S11": 0.27, "W12": -14.03, "S12": -28.63, "W13": -28.639999, "S13": -28.639999, "W21": -36.93, "S21": -36.93, "W22": -34.082082379017358, "S22": -37.241988657543004, "W31": -46.522016078253358, "S31": -48.041662213236599, "W32": -97.036215723685189, "S32": -102.03621572368519 }, "geometry": { "type": "Point", "coordinates": [ 104386.3, 510296.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90772635017208825, "S11": -0.90772635017208825, "W12": -8.2362107108586855, "S12": -16.218561292464962, "W13": -20.195806850376162, "S13": -20.195806850376162, "W21": -30.257234489713444, "S21": -38.146399209340217, "W22": -78.936475004940974, "S22": -82.484515846201759, "W31": -93.026502830984782, "S31": -93.026502830984782, "W32": -93.026502830984782, "S32": -97.026575879889975 }, "geometry": { "type": "Point", "coordinates": [ 104386.666666666671517, 508663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93211169490183154, "S11": 0.51012044763689723, "W12": -9.4788263740697118, "S12": -9.4788263740697118, "W13": -16.854179768996445, "S13": -16.854179768996445, "W21": -37.159434522976788, "S21": -37.948275560918383, "W22": -55.680091185409339, "S22": -55.680091185409339, "W31": -73.824619748118309, "S31": -73.824619748118309, "W32": -92.925184557553166, "S32": -97.925184557553166 }, "geometry": { "type": "Point", "coordinates": [ 104386.8, 512333.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.073827510023033421, "S11": 0.073827510023033421, "W12": -12.744273061531562, "S12": -12.744273061531562, "W13": -19.988167372905291, "S13": -20.309022477468378, "W21": -37.551575509694487, "S21": -40.082631307329407, "W22": -50.145771723870531, "S22": -50.145771723870531, "W31": -77.262107471484597, "S31": -87.590451826978835, "W32": -89.901564625940679, "S32": -94.901564625940679 }, "geometry": { "type": "Point", "coordinates": [ 104387.0, 514102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8631269217724249, "S12": -4.8631269217724249, "W13": -19.270109322707718, "S13": -24.20017223262607, "W21": -43.247017615752071, "S21": -46.247017615752071, "W22": -34.011489194680458, "S22": -37.252076622795485, "W31": -46.525966086307129, "S31": -48.034894391964862, "W32": -97.066301102983743, "S32": -102.06630110298374 }, "geometry": { "type": "Point", "coordinates": [ 104387.0, 520265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6807354269690862, "S12": -7.4413349846847403, "W13": -15.0, "S13": -15.0, "W21": -46.63550734332636, "S21": -46.63550734332636, "W22": -80.0, "S22": -84.197006719609035, "W31": -93.518491747982168, "S31": -93.518491747982168, "W32": -93.518491747982168, "S32": -97.10698882140656 }, "geometry": { "type": "Point", "coordinates": [ 104387.346938775503077, 525534.326530612190254 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50617632811238578, "S11": 0.50617632811238578, "W12": -6.4114597991048283, "S12": -14.621475977322934, "W13": -19.840680881184685, "S13": -19.840680881184685, "W21": -31.063282591787484, "S21": -31.069436112500224, "W22": -37.929435000817314, "S22": -50.98124454268445, "W31": -68.696654136435924, "S31": -68.696654136435924, "W32": -91.83683218601746, "S32": -96.83683218601746 }, "geometry": { "type": "Point", "coordinates": [ 104387.5, 508150.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10808766909859029, "S11": -0.10808766909859029, "W12": -5.1820487254189027, "S12": -5.417806521756348, "W13": -17.745964898473879, "S13": -21.369112775619591, "W21": -31.53862911051014, "S21": -31.53862911051014, "W22": -39.327257745245063, "S22": -44.694406079069893, "W31": -70.0, "S31": -76.733175280836448, "W32": -93.493569131832786, "S32": -98.493569131832786 }, "geometry": { "type": "Point", "coordinates": [ 104388.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26910685778336335, "S11": -0.7691068577833633, "W12": -6.3573223509702634, "S12": -16.550081210813904, "W13": -20.683665625605268, "S13": -20.683665625605268, "W21": -33.914311002637845, "S21": -37.026507172226992, "W22": -40.186736516542183, "S22": -48.179693299911989, "W31": -65.541708947827715, "S31": -71.57192633813672, "W32": -91.264933344823035, "S32": -96.264933344823035 }, "geometry": { "type": "Point", "coordinates": [ 104388.0, 506671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83891716895233648, "S11": 0.83891716895233648, "W12": -9.7969700972768443, "S12": -9.7969700972768443, "W13": -19.348695788756068, "S13": -19.348695788756068, "W21": -32.946306919286364, "S21": -32.946306919286364, "W22": -77.765290333089013, "S22": -93.14637584940823, "W31": -93.14637584940823, "S31": -93.14637584940823, "W32": -100.60046388769625, "S32": -105.60046388769625 }, "geometry": { "type": "Point", "coordinates": [ 104388.0, 507935.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7819982394366196, "S12": -7.0698331479599874, "W13": -15.0, "S13": -15.0, "W21": -46.717986997749321, "S21": -46.717986997749321, "W22": -75.540677622235748, "S22": -85.876203938025213, "W31": -100.6584606155692, "S31": -100.6584606155692, "W32": -100.6584606155692, "S32": -100.6584606155692 }, "geometry": { "type": "Point", "coordinates": [ 104388.0, 525661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00081516041098770448, "S11": -0.00081516041098770448, "W12": -2.2085081818503114, "S12": -8.132472245848696, "W13": -22.679896656654346, "S13": -22.679896656654346, "W21": -36.359582186744476, "S21": -40.460232899858468, "W22": -39.518982089854752, "S22": -48.815994392139459, "W31": -70.0, "S31": -77.715199896278051, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104388.5, 506428.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.1454314200366884, "W12": -3.4984077155854374, "S12": -3.4984077155854374, "W13": -15.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -60.0, "S22": -60.0, "W31": -73.49908131342201, "S31": -73.689301715987099, "W32": -94.479208310122232, "S32": -99.479208310122232 }, "geometry": { "type": "Point", "coordinates": [ 104389.0, 504860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24826388888888895, "S11": 0.24826388888888895, "W12": -5.0, "S12": -12.75288020580888, "W13": -19.915676926351875, "S13": -19.915676926351875, "W21": -30.0, "S21": -30.004092025910207, "W22": -60.0, "S22": -60.0, "W31": -73.721912240928106, "S31": -73.789737235932392, "W32": -93.499426549136544, "S32": -98.499426549136544 }, "geometry": { "type": "Point", "coordinates": [ 104389.0, 508234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.9836130313718545, "S11": 4.9836130313718545, "W12": -9.5218058304840749, "S12": -9.5218058304840749, "W13": -12.68132917950898, "S13": -13.135961308117288, "W21": -59.89189254481326, "S21": -62.350711473746422, "W22": -44.976825760946646, "S22": -44.976825760946646, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104389.25, 501111.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47863784986726543, "S11": -0.59406908338579212, "W12": -11.687321293357861, "S12": -11.687321293357861, "W13": -20.66458407318574, "S13": -27.011888312584052, "W21": -38.476876010535932, "S21": -41.855820683693587, "W22": -37.504631518813234, "S22": -37.504631518813234, "W31": -65.024698845708926, "S31": -65.024698845708926, "W32": -89.503374180226331, "S32": -94.503374180226331 }, "geometry": { "type": "Point", "coordinates": [ 104389.377049180329777, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55424423483779994, "S11": -1.3054950251945763, "W12": -10.123146692634046, "S12": -16.483944780239352, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.983351928107112, "S21": -36.481674572812508, "W22": -51.347015814988474, "S22": -51.347015814988474, "W31": -77.254593823556249, "S31": -92.146572039377176, "W32": -92.785446908529025, "S32": -97.785446908529025 }, "geometry": { "type": "Point", "coordinates": [ 104389.6, 506822.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58439195979899494, "S11": 0.58439195979899494, "W12": -5.0, "S12": -10.699926411134632, "W13": -19.735913363023446, "S13": -22.469211950908228, "W21": -35.837843198711369, "S21": -35.837843198711369, "W22": -37.031370940802354, "S22": -37.428403614729895, "W31": -65.01265987151325, "S31": -65.01265987151325, "W32": -89.444169818264044, "S32": -94.444169818264044 }, "geometry": { "type": "Point", "coordinates": [ 104390.0, 503681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -27.194725919129034, "W13": -27.194725919129034, "S13": -27.194725919129034, "W21": -38.327539423497093, "S21": -38.327539423497093, "W22": -40.0, "S22": -40.267813702507866, "W31": -65.334354537612143, "S31": -66.731000280232635, "W32": -89.976317728474157, "S32": -94.976317728474157 }, "geometry": { "type": "Point", "coordinates": [ 104390.0, 509950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.027208932441798506, "S11": -0.027208932441798506, "W12": -5.1733311115472258, "S12": -5.7122044258688458, "W13": -17.892955628450917, "S13": -21.39255902077899, "W21": -31.650248364008384, "S21": -31.650248364008384, "W22": -33.973225341706687, "S22": -37.104516162447766, "W31": -46.566062877978062, "S31": -48.077670685262312, "W32": -97.05061341200043, "S32": -102.05061341200043 }, "geometry": { "type": "Point", "coordinates": [ 104390.25, 503066.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24340106666515804, "S11": 0.24340106666515804, "W12": -10.91739262095183, "S12": -10.91739262095183, "W13": -19.343544914167655, "S13": -20.981775510050635, "W21": -34.257645143968517, "S21": -38.000185235230397, "W22": -49.786213618888439, "S22": -53.874507171707144, "W31": -78.915969029709331, "S31": -78.915969029709331, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104390.333333333328483, 513323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8003719190140117, "S12": -5.661582110097731, "W13": -15.0, "S13": -15.0, "W21": -46.74597611266428, "S21": -46.74597611266428, "W22": -50.511246527466625, "S22": -50.511246527466625, "W31": -77.295616805386928, "S31": -87.770149813856591, "W32": -89.962484258332836, "S32": -94.962484258332836 }, "geometry": { "type": "Point", "coordinates": [ 104390.8, 525709.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1417566478646255, "S11": 1.8917566478646257, "W12": -9.4596721241236743, "S12": -9.4596721241236743, "W13": -17.124320247300517, "S13": -20.037989312048719, "W21": -35.345924701840929, "S21": -35.375847882921754, "W22": -38.372603396506676, "S22": -38.372603396506676, "W31": -65.098024294362361, "S31": -65.098024294362361, "W32": -89.612073752240349, "S32": -94.612073752240349 }, "geometry": { "type": "Point", "coordinates": [ 104391.0, 497073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37256882457953588, "S11": -0.74004340648941225, "W12": -4.0079494591413232, "S12": -4.0079494591413232, "W13": -13.623388456645872, "S13": -22.739414243119985, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -47.427943266214442, "S22": -47.591714120856452, "W31": -75.20557577857808, "S31": -75.605543265301819, "W32": -100.16914037450449, "S32": -105.16914037450449 }, "geometry": { "type": "Point", "coordinates": [ 104391.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5516552511415479, "S11": 0.5516552511415479, "W12": -8.5519004838952846, "S12": -8.5519004838952846, "W13": -16.677806855022794, "S13": -19.677806855022794, "W21": -40.007710142046896, "S21": -40.178138715180609, "W22": -49.303315711057955, "S22": -53.520133971359556, "W31": -80.7569050067072, "S31": -80.7569050067072, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104391.222222222218988, 497465.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99503727632703731, "S11": 0.99503727632703731, "W12": -4.1487370824091023, "S12": -15.554629490654426, "W13": -20.022733219622786, "S13": -21.698072000487915, "W21": -36.914906163176035, "S21": -36.914906163176035, "W22": -71.865101037684326, "S22": -80.990959502897823, "W31": -96.900166577999499, "S31": -96.900166577999499, "W32": -98.557738908225758, "S32": -103.55773890822576 }, "geometry": { "type": "Point", "coordinates": [ 104391.222222222218988, 504079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6386319734918526, "S12": -7.9125611897545145, "W13": -15.0, "S13": -15.0, "W21": -46.662351630250861, "S21": -46.662351630250861, "W22": -35.677703483390381, "S22": -35.893913779857421, "W31": -68.287818887247241, "S31": -68.287818887247241, "W32": -98.778967884537749, "S32": -103.77896788453775 }, "geometry": { "type": "Point", "coordinates": [ 104391.653061224496923, 525583.673469387809746 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2337225654006381, "S11": -1.5427874052869359, "W12": -8.970816036288868, "S12": -8.970816036288868, "W13": -19.500086371138121, "S13": -25.350348620372628, "W21": -42.96756170530827, "S21": -47.128668502590507, "W22": -39.938437481528759, "S22": -41.914984833103041, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104391.905172413797118, 516620.780172413797118 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.501877166578367, "S22": -51.110722235665662, "W31": -73.014597791317541, "S31": -73.014597791317541, "W32": -92.504164060581928, "S32": -97.504164060581928 }, "geometry": { "type": "Point", "coordinates": [ 104391.963157894730102, 530017.221052631619386 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32643095561874147, "S11": 0.32643095561874147, "W12": -6.9314026974951828, "S12": -6.9314026974951828, "W13": -13.679389945796579, "S13": -13.797644979353628, "W21": -42.365910186572066, "S21": -44.470224949342771, "W22": -74.750453087968452, "S22": -74.750453087968452, "W31": -89.957502983450851, "S31": -89.957502983450851, "W32": -90.590247239323546, "S32": -95.590247239323546 }, "geometry": { "type": "Point", "coordinates": [ 104392.0, 501608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.098993412774776, "W12": -4.5695071098602646, "S12": -4.5695071098602646, "W13": -16.03629417382999, "S13": -16.03629417382999, "W21": -34.526274323095471, "S21": -34.526274323095471, "W22": -50.0, "S22": -54.165925684375992, "W31": -84.203104286188761, "S31": -84.203104286188761, "W32": -96.589716376117792, "S32": -101.58971637611779 }, "geometry": { "type": "Point", "coordinates": [ 104392.0, 504336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.107004242887946, "S12": -10.207267823120789, "W13": -19.418507616118138, "S13": -21.452165021240802, "W21": -35.048288180547914, "S21": -35.985040184995235, "W22": -34.022673937239801, "S22": -36.94476188178777, "W31": -65.979006941954836, "S31": -65.979006941954836, "W32": -88.975291124298948, "S32": -93.975291124298948 }, "geometry": { "type": "Point", "coordinates": [ 104392.0, 507181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1456728444799666, "S11": 2.1456728444799666, "W12": -9.4538680003885638, "S12": -9.4538680003885638, "W13": -17.124549758199869, "S13": -20.0451561302451, "W21": -35.379985180449914, "S21": -35.409468821716501, "W22": -40.0, "S22": -40.0, "W31": -65.333547920959205, "S31": -66.667558882045981, "W32": -89.967934646816389, "S32": -94.967934646816389 }, "geometry": { "type": "Point", "coordinates": [ 104392.285714285710128, 497074.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3526595354249653, "S11": 1.3526595354249653, "W12": -8.1029998586889587, "S12": -9.9962599938240935, "W13": -15.891403229474641, "S13": -20.726712040759356, "W21": -37.837369115102625, "S21": -37.837369115102625, "W22": -37.621631316981301, "S22": -38.732129401754769, "W31": -65.394782401050691, "S31": -66.449693976597217, "W32": -100.19832598548936, "S32": -105.19832598548936 }, "geometry": { "type": "Point", "coordinates": [ 104392.5, 512004.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.033246382853279, "S11": 0.95730130104039568, "W12": -9.2952740594774372, "S12": -9.2952740594774372, "W13": -16.842951712226814, "S13": -16.842951712226814, "W21": -37.263383573424221, "S21": -37.859941030903542, "W22": -32.118728492902868, "S22": -43.880111857241687, "W31": -63.778716942985248, "S31": -63.778716942985248, "W32": -96.852504701891476, "S32": -101.85250470189148 }, "geometry": { "type": "Point", "coordinates": [ 104392.6, 512293.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1926588212008998, "S11": -0.88322854024387754, "W12": -6.2149324336949308, "S12": -6.2149324336949308, "W13": -25.0, "S13": -25.0, "W21": -34.920510406791614, "S21": -40.337329357817588, "W22": -70.0, "S22": -80.572119329504162, "W31": -100.31766379621823, "S31": -100.31766379621823, "W32": -100.31766379621823, "S32": -100.31766379621823 }, "geometry": { "type": "Point", "coordinates": [ 104392.8, 505851.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6394038192825553, "S12": -6.4697706645630282, "W13": -19.14691106982054, "S13": -19.14691106982054, "W21": -30.0, "S21": -33.821277925324168, "W22": -75.35402718604179, "S22": -85.62705350183127, "W31": -100.55727801714565, "S31": -100.55727801714565, "W32": -100.55727801714565, "S32": -100.55727801714565 }, "geometry": { "type": "Point", "coordinates": [ 104393.0, 508546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34177240606520071, "S11": -0.34177240606520071, "W12": -7.9178037625571891, "S12": -10.386958441207437, "W13": -21.911659334252494, "S13": -21.911659334252494, "W21": -31.809638460985131, "S21": -33.439943447268817, "W22": -34.168442595356012, "S22": -34.556934119806961, "W31": -52.807422883126456, "S31": -54.143101370767134, "W32": -98.64442744018163, "S32": -103.64442744018163 }, "geometry": { "type": "Point", "coordinates": [ 104393.0, 508761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8187455985914038, "S12": -5.2062730549443899, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -48.529549498922975, "W31": -65.773513945521188, "S31": -75.456121636223997, "W32": -92.712803777574479, "S32": -97.712803777574479 }, "geometry": { "type": "Point", "coordinates": [ 104393.6, 525757.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57135271685787115, "S11": -1.3434867613772532, "W12": -10.106816442929679, "S12": -16.117473971233395, "W13": -20.0, "S13": -20.005786249149082, "W21": -34.083627482479685, "S21": -36.266441843582953, "W22": -38.355489353278344, "S22": -49.864372479989377, "W31": -72.859192794923985, "S31": -74.59087957492558, "W32": -87.178662148778514, "S32": -92.178662148778514 }, "geometry": { "type": "Point", "coordinates": [ 104394.0, 506844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.129665255867641, "S12": -9.8025521273927918, "W13": -20.0, "S13": -20.0, "W21": -33.650631722619636, "S21": -33.650631722619636, "W22": -49.640433707285254, "S22": -53.654595221956733, "W31": -78.904489473468161, "S31": -78.904489473468161, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104394.0, 507654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16677735442252467, "S11": 0.16677735442252467, "W12": -9.3211197958207617, "S12": -9.3211197958207617, "W13": -19.181274242217871, "S13": -19.506982487766063, "W21": -33.57261474356266, "S21": -35.746375143808017, "W22": -80.0, "S22": -94.207261303535205, "W31": -94.207261303535205, "S31": -94.207261303535205, "W32": -100.35070079933618, "S32": -105.35070079933618 }, "geometry": { "type": "Point", "coordinates": [ 104394.5, 513090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.8532929689102584, "S12": -4.8532929689102584, "W13": -15.0, "S13": -15.0, "W21": -32.908937654607975, "S21": -32.908937654607975, "W22": -69.569571572831435, "S22": -81.767469996649297, "W31": -98.292905676919702, "S31": -98.292905676919702, "W32": -98.292905676919702, "S32": -102.5190710693504 }, "geometry": { "type": "Point", "coordinates": [ 104395.0, 504509.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5067304894869658, "S11": 2.5067304894869658, "W12": -5.8889587464346471, "S12": -25.888958746434646, "W13": -31.640533104161705, "S13": -31.640533104161705, "W21": -38.510140287822686, "S21": -38.510140287822686, "W22": -40.0, "S22": -42.141960587423121, "W31": -66.815465797240137, "S31": -66.815465797240137, "W32": -94.908967569696699, "S32": -99.908967569696699 }, "geometry": { "type": "Point", "coordinates": [ 104395.0, 510361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2432048497262125, "S12": -14.584103226721297, "W13": -24.192103605479218, "S13": -34.627618383947365, "W21": -37.321878984991166, "S21": -37.321878984991166, "W22": -51.887266601151204, "S22": -51.887266601151204, "W31": -77.535437835563883, "S31": -82.0417001829627, "W32": -90.151345291479828, "S32": -95.151345291479828 }, "geometry": { "type": "Point", "coordinates": [ 104395.0, 511341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18537177349571984, "S11": -3.5978943555363907, "W12": -5.7690763587559335, "S12": -6.3259338725331933, "W13": -14.625455724765745, "S13": -23.931021538428702, "W21": -31.26771376430403, "S21": -33.828201176023924, "W22": -40.456060946193041, "S22": -42.383928150444476, "W31": -79.728754556445736, "S31": -79.728754556445736, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104395.2, 505219.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -13.9, "S12": -13.9, "W13": -28.91, "S13": -28.91, "W21": -38.900002, "S21": -38.900002, "W22": -55.141961651917399, "S22": -55.141961651917399, "W31": -73.83979552541966, "S31": -74.205062535580012, "W32": -96.760073948903212, "S32": -101.76007394890321 }, "geometry": { "type": "Point", "coordinates": [ 104395.6, 510247.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6276179397815032, "S12": -7.5245327379554876, "W13": -15.0, "S13": -15.0, "W21": -46.689195917175283, "S21": -46.689195917175283, "W22": -41.833894157235051, "S22": -41.833894157235051, "W31": -71.039024701154361, "S31": -71.850378801697772, "W32": -100.26389073569041, "S32": -105.26389073569041 }, "geometry": { "type": "Point", "coordinates": [ 104395.959183673476218, 525633.020408163312823 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25966984023252415, "S11": 0.25966984023252415, "W12": -9.7862406678975713, "S12": -9.7862406678975713, "W13": -22.40930337856237, "S13": -22.40930337856237, "W21": -35.40083527553633, "S21": -37.681121196743661, "W22": -69.75957513042151, "S22": -80.782479708113044, "W31": -99.534365596970886, "S31": -99.534365596970886, "W32": -99.534365596970886, "S32": -101.91212887194135 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 509113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79007346575288018, "S11": 0.79007346575288018, "W12": -13.884049415774214, "S12": -13.884049415774212, "W13": -28.903973671108435, "S13": -28.903973671108435, "W21": -38.724693742434397, "S21": -38.724693742434397, "W22": -61.996191465420232, "S22": -75.993266797510145, "W31": -86.259345220826177, "S31": -86.259345220826177, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 510251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63221116370874664, "S11": 0.63221116370874664, "W12": -6.4735006909679971, "S12": -10.221426739794733, "W13": -21.898274562768528, "S13": -27.804133289381777, "W21": -36.504987940057262, "S21": -36.504987940057262, "W22": -66.698954575631291, "S22": -83.276624478543908, "W31": -87.395724073288847, "S31": -87.395724073288847, "W32": -100.2379292492239, "S32": -105.2379292492239 }, "geometry": { "type": "Point", "coordinates": [ 104396.0, 511608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8371192781691601, "S12": -5.1873468545373536, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -34.266293482195664, "S22": -39.50404726753785, "W31": -67.414751166886063, "S31": -67.414751166886063, "W32": -87.276110351077222, "S32": -92.276110351077222 }, "geometry": { "type": "Point", "coordinates": [ 104396.4, 525805.300000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33204923423846666, "S11": -0.61099032510054174, "W12": -4.0375187748152026, "S12": -4.0375187748152026, "W13": -13.559089429932268, "S13": -22.736378112980198, "W21": -30.0, "S21": -30.123966942148758, "W22": -30.0, "S22": -35.134300332471369, "W31": -48.310747890193028, "S31": -50.251606081959096, "W32": -95.58683468153572, "S32": -100.58683468153572 }, "geometry": { "type": "Point", "coordinates": [ 104397.0, 505031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51461133839859763, "W12": -10.089538846769145, "S12": -10.555674243830232, "W13": -19.386779558951144, "S13": -22.386779558951144, "W21": -35.08643260690134, "S21": -36.084114046668525, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -74.560693212912284, "S31": -74.791384038074156, "W32": -97.54795289730319, "S32": -102.54795289730319 }, "geometry": { "type": "Point", "coordinates": [ 104397.0, 507153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18984312248153365, "S11": 0.18984312248153365, "W12": -10.175972940966533, "S12": -10.175972940966533, "W13": -19.22745568573308, "S13": -19.684751108791588, "W21": -33.621176455106692, "S21": -36.549180154351632, "W22": -33.433293867750272, "S22": -37.900299892169826, "W31": -46.512139227716688, "S31": -47.922954683531401, "W32": -97.351643400472199, "S32": -102.3516434004722 }, "geometry": { "type": "Point", "coordinates": [ 104397.0, 513171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34535845156443323, "S11": -0.75584335113963297, "W12": -3.916481709323536, "S12": -3.916481709323536, "W13": -13.529328166139198, "S13": -22.801674441648579, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -75.172245296848274, "S22": -90.172245296848274, "W31": -90.172245296848274, "S31": -90.172245296848274, "W32": -100.56364221844723, "S32": -105.56364221844723 }, "geometry": { "type": "Point", "coordinates": [ 104397.4, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68184392637058, "S11": 0.68184392637058, "W12": -7.9656547701708096, "S12": -7.9656547701708096, "W13": -13.665737005430566, "S13": -15.035012904766679, "W21": -42.598433367656312, "S21": -52.598433367656312, "W22": -40.0, "S22": -43.652174619421295, "W31": -67.674671489357578, "S31": -70.664281857430808, "W32": -95.059325413777955, "S32": -100.05932541377796 }, "geometry": { "type": "Point", "coordinates": [ 104398.0, 501924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49454300840603838, "W12": -9.9593619874906398, "S12": -10.064036542345956, "W13": -26.743165881456029, "S13": -26.743165881456029, "W21": -39.094570984137043, "S21": -39.094570984137043, "W22": -50.085476185446595, "S22": -54.488723576976128, "W31": -79.165484164897137, "S31": -79.165484164897137, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104398.0, 510031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.134381070804837, "S11": 0.76486818759985309, "W12": -9.1117217448848642, "S12": -9.1117217448848642, "W13": -16.347467845658219, "S13": -16.347467845658219, "W21": -37.367332623872116, "S21": -37.771606500889092, "W22": -50.051015019328673, "S22": -54.413283679814974, "W31": -79.4790638173654, "S31": -79.4790638173654, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104398.4, 512253.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4426640672536417, "S11": 1.4426640672536417, "W12": -9.9641029419835441, "S12": -19.253349548432553, "W13": -29.970827425849262, "S13": -29.970827425849262, "W21": -38.96404039293207, "S21": -38.964795510206329, "W22": -49.631245559294726, "S22": -53.390547279352965, "W31": -78.458945169197676, "S31": -78.458945169197676, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104399.0, 510651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4268038311775499, "S11": 1.3666182119781498, "W12": -8.5582796511029464, "S12": -10.386234276498655, "W13": -15.747922437673131, "S13": -18.129761101531678, "W21": -37.902879605534039, "S21": -37.902879605534039, "W22": -54.322862477435777, "S22": -54.322862477435777, "W31": -78.5084885223567, "S31": -80.668393633558821, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104399.0, 512038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23175209190772647, "S11": 0.23175209190772647, "W12": -10.733457164641564, "S12": -10.733457164641564, "W13": -19.310234221727239, "S13": -20.762671833551469, "W21": -34.113533079272194, "S21": -37.803686043173393, "W22": -50.802043193834571, "S22": -50.802043193834571, "W31": -77.260862239798428, "S31": -87.443598056018402, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104399.0, 513287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8554929577465513, "S12": -5.1684206541301911, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -32.888242135728021, "S22": -43.595951987330125, "W31": -65.026876195838327, "S31": -65.026876195838327, "W32": -96.642921652953021, "S32": -101.64292165295302 }, "geometry": { "type": "Point", "coordinates": [ 104399.2, 525853.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.11664727930714414, "W12": -9.9733518748728436, "S12": -23.465403977846051, "W13": -28.316395237561146, "S13": -28.316395237561146, "W21": -37.827530130828933, "S21": -37.827530130828933, "W22": -39.972883252921889, "S22": -39.972883252921889, "W31": -76.63116227838006, "S31": -76.63116227838006, "W32": -94.343854194827429, "S32": -99.343854194827429 }, "geometry": { "type": "Point", "coordinates": [ 104399.333333333328483, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4932462963792057, "S11": 1.2457071569771612, "W12": -8.8515737815851931, "S12": -10.494333776895175, "W13": -15.747563407316159, "S13": -17.31348057397739, "W21": -38.059332930382823, "S21": -38.059332930382823, "W22": -70.0, "S22": -82.447521214828043, "W31": -88.090053584645659, "S31": -88.090053584645659, "W32": -100.62566503014803, "S32": -105.62566503014803 }, "geometry": { "type": "Point", "coordinates": [ 104399.333333333328483, 512073.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4687704935707675, "S11": 1.0338778339665309, "W12": -8.9345226785903176, "S12": -10.041085920757201, "W13": -15.75212910680024, "S13": -15.75212910680024, "W21": -38.015806591654687, "S21": -38.015806591654687, "W22": -40.0, "S22": -40.614641586171835, "W31": -76.759762272585675, "S31": -76.759762272585675, "W32": -94.520365864648113, "S32": -99.520365864648113 }, "geometry": { "type": "Point", "coordinates": [ 104399.666666666671517, 512109.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4489018810923593, "S11": 1.4489018810923593, "W12": -8.272568014233773, "S12": -8.272568014233773, "W13": -16.285699653276506, "S13": -18.113557354790977, "W21": -42.252032504996009, "S21": -43.756480727946283, "W22": -35.968918366949993, "S22": -37.540504124153216, "W31": -62.629216166199036, "S31": -63.736729548100058, "W32": -100.07808768420989, "S32": -105.07808768420989 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 497794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8169564536340852, "S11": 0.8169564536340852, "W12": -5.8743917032309527, "S12": -6.8743917032309527, "W13": -16.347894460947057, "S13": -18.517234778511305, "W21": -40.0, "S21": -42.446245513350675, "W22": -33.784131706833286, "S22": -44.066065326810559, "W31": -66.325663074691136, "S31": -66.325663074691136, "W32": -96.519997982039598, "S32": -101.5199979820396 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46800209431645845, "S11": -0.46800209431645845, "W12": -9.3857820690076874, "S12": -9.3857820690076874, "W13": -16.119638373302184, "S13": -19.133047209244275, "W21": -42.619341563786008, "S21": -45.030684998791521, "W22": -34.222311806954501, "S22": -34.565968206391908, "W31": -50.808979558395727, "S31": -52.14910041783407, "W32": -98.403727625270818, "S32": -103.40372762527082 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": 0.3, "W12": -6.7, "S12": -6.7, "W13": -13.71, "S13": -13.71, "W21": -41.521398942491871, "S21": -42.842311490020386, "W22": -39.731458897486334, "S22": -40.884215258319024, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79819495429798937, "S11": -0.79819495429798937, "W12": -8.3432323823907524, "S12": -18.967419638567389, "W13": -21.389890797158859, "S13": -21.389890797158859, "W21": -31.043481769976271, "S21": -41.043481769976268, "W22": -40.49183716621139, "S22": -40.544773345197342, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3871540081507092, "S11": 0.76490782834382809, "W12": -8.955760971005132, "S12": -9.5017779785895957, "W13": -15.756694806283894, "S13": -15.756694806283894, "W21": -37.846596221155089, "S21": -37.846596221155089, "W22": -40.0, "S22": -45.341432315647801, "W31": -65.951626661774228, "S31": -69.146147293212024, "W32": -93.719862158397774, "S32": -98.719862158397774 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 512145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14431284983036421, "S11": -0.23510955820814181, "W12": -12.525003466251574, "S12": -12.525003466251574, "W13": -19.935536442250733, "S13": -22.364214689116025, "W21": -37.132248103040482, "S21": -40.769805555437067, "W22": -66.501716600500117, "S22": -82.920271077306865, "W31": -87.229582681389175, "S31": -87.229582681389175, "W32": -100.1338245595235, "S32": -105.1338245595235 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47626258898196622, "S11": -0.58208201089005462, "W12": -11.684574840308731, "S12": -11.684574840308731, "W13": -20.645803147458452, "S13": -27.051017272489297, "W21": -38.465495610341456, "S21": -41.894750932910696, "W22": -38.625904761314878, "S22": -38.625904761314878, "W31": -65.142227374971029, "S31": -65.142227374971029, "W32": -89.644492548577745, "S32": -94.644492548577745 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3974957581431227, "S11": 1.3974957581431227, "W12": -9.9683309896922658, "S12": -19.766862553501163, "W13": -30.0, "S13": -30.0, "W21": -38.924442383691911, "S21": -38.924442383691911, "W22": -80.0, "S22": -89.529887640449431, "W31": -93.875772930639016, "S31": -93.875772930639016, "W32": -99.657814353873732, "S32": -104.65781435387373 }, "geometry": { "type": "Point", "coordinates": [ 104400.142857142855064, 510670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4045731848222951, "S11": 0.4045731848222951, "W12": -7.2001017219830574, "S12": -7.2001017219830574, "W13": -13.685202385570209, "S13": -14.25660890093226, "W21": -40.493244892981927, "S21": -41.378060789073444, "W22": -72.579833637654701, "S22": -82.930820479759973, "W31": -100.42776060172582, "S31": -100.42776060172582, "W32": -100.42776060172582, "S32": -100.42776060172582 }, "geometry": { "type": "Point", "coordinates": [ 104400.25, 501759.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6249838315607459, "S12": -6.5640388166105499, "W13": -15.0, "S13": -15.0, "W21": -46.716040204099727, "S21": -46.716040204099727, "W22": -49.017263821333152, "S22": -49.017263821333152, "W31": -76.907552114416816, "S31": -85.179393395307869, "W32": -89.717389736601191, "S32": -94.717389736601191 }, "geometry": { "type": "Point", "coordinates": [ 104400.265306122455513, 525682.367346938815899 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26653514046409676, "S11": 0.26653514046409676, "W12": -11.238257207645008, "S12": -11.238257207645008, "W13": -19.388753500176744, "S13": -21.663441005020999, "W21": -34.522890622397348, "S21": -37.882302512958269, "W22": -60.0, "S22": -60.0, "W31": -76.274625716941557, "S31": -76.274625716941557, "W32": -88.936607234385633, "S32": -93.936607234385633 }, "geometry": { "type": "Point", "coordinates": [ 104400.285714285710128, 513383.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -47.122288655924066, "S22": -47.270824240233452, "W31": -75.254465400823435, "S31": -75.616880053473267, "W32": -100.15703631589871, "S32": -105.15703631589871 }, "geometry": { "type": "Point", "coordinates": [ 104400.296153846153175, 530037.869230769225396 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77497015896543309, "S11": -0.77497015896543309, "W12": -7.6834503513516168, "S12": -12.090194292342133, "W13": -18.906598135942929, "S13": -18.906598135942929, "W21": -30.000000000000004, "S21": -36.579727535822691, "W22": -49.11052299394629, "S22": -49.11052299394629, "W31": -76.839634457377798, "S31": -89.688215875290211, "W32": -93.793781027757987, "S32": -98.793781027757987 }, "geometry": { "type": "Point", "coordinates": [ 104401.0, 508632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9719013094998612, "S12": -6.9719013094998612, "W13": -19.586160140313552, "S13": -19.586160140313552, "W21": -48.263222127806316, "S21": -51.263222127806316, "W22": -61.035146858538035, "S22": -61.035146858538035, "W31": -82.210012056789552, "S31": -82.210012056789552, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104401.0, 518639.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.804182435717836, "S12": -4.804182435717836, "W13": -15.0, "S13": -15.0, "W21": -45.47347522864159, "S21": -47.175293427946229, "W22": -49.084743440432966, "S22": -49.084743440432966, "W31": -76.91487154049392, "S31": -85.216878733903826, "W32": -89.733179397760097, "S32": -94.733179397760097 }, "geometry": { "type": "Point", "coordinates": [ 104401.25, 522857.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.693427080232591, "S11": -2.3269404433791854, "W12": -9.3216587641211532, "S12": -9.3216587641211532, "W13": -20.040369018415245, "S13": -26.446789645725339, "W21": -41.749429249541137, "S21": -47.224400368211079, "W22": -34.634393153692933, "S22": -36.990641298023974, "W31": -65.695881791882229, "S31": -65.695881791882229, "W32": -89.090693142844799, "S32": -94.090693142844799 }, "geometry": { "type": "Point", "coordinates": [ 104401.44, 516123.68 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91467057101024918, "S11": 0.91467057101024918, "W12": -8.525712401055408, "S12": -8.525712401055408, "W13": -13.615345810705975, "S13": -15.718510856251752, "W21": -43.071020153975113, "S21": -51.804349074781285, "W22": -34.757331773129074, "S22": -37.008933900758187, "W31": -65.653974225700793, "S31": -65.653974225700793, "W32": -89.111900627127142, "S32": -94.111900627127142 }, "geometry": { "type": "Point", "coordinates": [ 104401.5, 502051.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4798943937243294, "S11": -1.5201056062756706, "W12": -10.0, "S12": -10.0, "W13": -17.545852632383475, "S13": -17.545852632383475, "W21": -36.039241125398817, "S21": -37.20515498726985, "W22": -39.870251592100963, "S22": -41.640352030170959, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104401.6, 512531.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088425302826379504, "S11": -1.840646801482233, "W12": -7.4245821882359984, "S12": -9.4201297182251391, "W13": -20.0, "S13": -24.652246165055885, "W21": -33.845585931486312, "S21": -38.120460412188251, "W22": -65.740875532910465, "S22": -81.756752731671909, "W31": -86.958721090257171, "S31": -86.958721090257171, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104402.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56746160841220505, "S11": 0.56746160841220505, "W12": -6.5065378258261779, "S12": -18.709419545675665, "W13": -24.917218893197045, "S13": -24.917218893197045, "W21": -39.591193320439892, "S21": -39.591193320439892, "W22": -69.342476322632095, "S22": -81.072831466038821, "W31": -98.002953793484949, "S31": -98.002953793484949, "W32": -98.002953793484949, "S32": -102.1272837082893 }, "geometry": { "type": "Point", "coordinates": [ 104402.0, 509819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2458400632961872, "S11": 1.2458400632961872, "W12": -9.9818770693247494, "S12": -21.51175041039555, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.797208050957707, "S21": -38.797208050957707, "W22": -70.0, "S22": -70.0, "W31": -87.903811424769515, "S31": -87.903811424769515, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104402.0, 510733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8738666373239434, "S12": -5.1494944537230287, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -50.815667555805142, "S22": -50.815667555805142, "W31": -77.234914636248391, "S31": -87.234914636248391, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104402.0, 525901.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4047451315855684, "S11": 1.4047451315855684, "W12": -8.7206190390498488, "S12": -8.7206190390498488, "W13": -12.896845041981081, "S13": -13.215780319510484, "W21": -51.454356726832359, "S21": -54.023036222519153, "W22": -59.299790555978682, "S22": -59.299790555978682, "W31": -75.937610346079339, "S31": -75.937610346079339, "W32": -88.485341564295013, "S32": -93.485341564295013 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42520594686814528, "S11": -0.42520594686814528, "W12": -5.0275262318257958, "S12": -5.0275262318257958, "W13": -16.83329719876772, "S13": -21.028843280512472, "W21": -34.238353974849943, "S21": -35.885404091153603, "W22": -35.139237667990649, "S22": -38.794885491666001, "W31": -67.081679097269699, "S31": -67.081679097269699, "W32": -98.384012674445273, "S32": -103.38401267444527 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 502837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3477288456020116, "W12": -3.4450068249300791, "S12": -3.4450068249300791, "W13": -14.651857182005584, "S13": -24.651857182005585, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -50.0, "W31": -76.053532513275968, "S31": -76.053532513275968, "W32": -88.98701511072872, "S32": -93.98701511072872 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 504915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1174632994119339, "S11": -0.1174632994119339, "W12": -6.4462155874870675, "S12": -6.4462155874870675, "W13": -25.0, "S13": -26.100429560787052, "W21": -34.56228433608316, "S21": -39.636408571962946, "W22": -40.0, "S22": -49.890064322990412, "W31": -79.746747206319256, "S31": -79.746747206319256, "W32": -98.542148688173924, "S32": -103.54214868817392 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 505798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21127819548871732, "S11": 0.21127819548871732, "W12": -9.8363650959300006, "S12": -9.8363650959300006, "W13": -22.41647822885033, "S13": -22.41647822885033, "W21": -35.417832404618835, "S21": -37.811842324506365, "W22": -55.730910041841007, "S22": -65.536032921730239, "W31": -86.073466076475597, "S31": -86.073466076475597, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 509109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4270122185919527, "S11": 1.4270122185919527, "W12": -8.5465448394472627, "S12": -10.423848743773679, "W13": -15.893981364895492, "S13": -18.972298453596085, "W21": -37.832189176438909, "S21": -37.832189176438909, "W22": -40.165325326436701, "S22": -45.165325326436701, "W31": -69.329011859970024, "S31": -79.329011859970024, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 512034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17816320478900835, "S11": 0.17816320478900835, "W12": -10.0, "S12": -10.0, "W13": -19.19706089994764, "S13": -19.44158419094434, "W21": -33.479466469260394, "S21": -36.144891562360655, "W22": -33.392293103098766, "S22": -37.219438471467072, "W31": -46.504400287007066, "S31": -47.864673412854238, "W32": -97.560271441732155, "S32": -102.56027144173216 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 513136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.1250652624669959, "W13": -15.017256852308764, "S13": -15.017256852308764, "W21": -47.0, "S21": -47.0, "W22": -71.814972611077124, "S22": -82.170893663708796, "W31": -100.36941073323808, "S31": -100.36941073323808, "W32": -100.36941073323808, "S32": -100.36941073323808 }, "geometry": { "type": "Point", "coordinates": [ 104403.0, 526014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.864642867583886e-17, "S11": 1.864642867583886e-17, "W12": -13.78, "S12": -13.78, "W13": -28.59, "S13": -28.59, "W21": -35.880001, "S21": -35.880001, "W22": -58.977930788406553, "S22": -58.977930788406553, "W31": -76.498650926078795, "S31": -76.498650926078795, "W32": -89.260749825573697, "S32": -94.260749825573697 }, "geometry": { "type": "Point", "coordinates": [ 104403.1, 510198.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54474557167923754, "S11": 0.54474557167923754, "W12": -5.9533046762411228, "S12": -20.479038121159245, "W13": -25.297884709147507, "S13": -25.297884709147507, "W21": -40.0, "S21": -40.0, "W22": -31.515456859580659, "S22": -44.227262668032317, "W31": -64.344989509724329, "S31": -64.344989509724329, "W32": -96.867722015357273, "S32": -101.86772201535727 }, "geometry": { "type": "Point", "coordinates": [ 104403.5, 509845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41434518647019114, "S11": 0.38851548399291136, "W12": -9.5885241664510108, "S12": -15.72799385207103, "W13": -19.837811590445035, "S13": -19.837811590445035, "W21": -34.103922748947767, "S21": -34.103922748947767, "W22": -40.0, "S22": -42.665988815455009, "W31": -77.232419406604365, "S31": -77.232419406604365, "W32": -95.003717220870499, "S32": -100.0037172208705 }, "geometry": { "type": "Point", "coordinates": [ 104403.8, 507469.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0026886383347788922, "S11": 0.0026886383347788922, "W12": -10.059261320164151, "S12": -15.364444943641347, "W13": -19.731594275859571, "S13": -19.731594275859571, "W21": -34.325118462225035, "S21": -34.325118462225035, "W22": -36.980293339084916, "S22": -36.980293339084916, "W31": -69.748274921279148, "S31": -69.748274921279148, "W32": -90.629403532001049, "S32": -95.629403532001049 }, "geometry": { "type": "Point", "coordinates": [ 104404.0, 507393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022732728407508701, "S11": 0.022732728407508701, "W12": -10.0, "S12": -10.0, "W13": -22.512706803549328, "S13": -22.512706803549328, "W21": -36.181424908808978, "S21": -37.494462799667438, "W22": -80.0, "S22": -93.59227740883604, "W31": -93.59227740883604, "S31": -93.59227740883604, "W32": -100.28329758793869, "S32": -105.28329758793869 }, "geometry": { "type": "Point", "coordinates": [ 104404.0, 509178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53780882974499344, "S11": 0.53780882974499344, "W12": -5.6314341797942697, "S12": -22.467645922519743, "W13": -25.427746315118331, "S13": -25.427746315118331, "W21": -40.02616023644061, "S21": -40.02616023644061, "W22": -39.190088774226879, "S22": -49.190088774226879, "W31": -71.707932221917517, "S31": -71.707932221917517, "W32": -100.04545757867923, "S32": -105.04545757867923 }, "geometry": { "type": "Point", "coordinates": [ 104404.0, 509853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2355157587562842, "S11": 0.57243507415962258, "W12": -8.9900122616607838, "S12": -9.1015776434526821, "W13": -15.830400059158563, "S13": -15.830400059158563, "W21": -37.471281674319549, "S21": -37.683271970874252, "W22": -36.861453294740052, "S22": -37.973486389960968, "W31": -69.661024444220288, "S31": -69.661024444220288, "W32": -90.416846249479846, "S32": -95.416846249479846 }, "geometry": { "type": "Point", "coordinates": [ 104404.2, 512213.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48404399096243456, "S11": -0.48404399096243456, "W12": -9.4192903747552066, "S12": -9.4192903747552066, "W13": -16.14623035635806, "S13": -19.170902003958254, "W21": -42.914932392709844, "S21": -45.315635810421021, "W22": -52.803969899708669, "S22": -52.803969899708669, "W31": -77.699915345491462, "S31": -80.18852087279852, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104404.428571428565192, 500017.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6223497233399886, "S12": -5.1156615336962536, "W13": -15.0, "S13": -15.0, "W21": -46.742884491024157, "S21": -46.742884491024157, "W22": -53.005018004078025, "S22": -58.005018004078025, "W31": -86.003084982868316, "S31": -86.003084982868316, "W32": -97.852087285099216, "S32": -102.85208728509922 }, "geometry": { "type": "Point", "coordinates": [ 104404.571428571434808, 525731.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8922403169013355, "S12": -5.1305682533158663, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -55.574740638268089, "S22": -55.574740638268089, "W31": -78.665704692844145, "S31": -80.604632108896084, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104404.8, 525949.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.21, "S11": 1.21, "W12": -3.99, "S12": -16.39, "W13": -20.190001, "S13": -22.590001, "W21": -37.779999, "S21": -37.779999, "W22": -39.198004228198307, "S22": -41.892433751579212, "W31": -70.0, "S31": -74.433009400880394, "W32": -91.930002473410838, "S32": -96.930002473410838 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9121108857901437, "S12": -16.984000324508465, "W13": -25.761134307585248, "S13": -32.072827846955065, "W21": -37.738779139513923, "S21": -37.738779139513923, "W22": -34.473576721840779, "S22": -36.623084960734232, "W31": -59.190808991896148, "S31": -60.392755495806234, "W32": -99.695987273651738, "S32": -104.69598727365174 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22932330827067246, "S11": 0.22932330827067246, "W12": -9.8316448583125968, "S12": -9.8316448583125968, "W13": -22.380752033085734, "S13": -22.380752033085734, "W21": -35.400109435767433, "S21": -37.863427855169697, "W22": -33.417969108685696, "S22": -36.854771209330742, "W31": -46.518970341354226, "S31": -47.870718660257133, "W32": -97.636985697960668, "S32": -102.63698569796067 }, "geometry": { "type": "Point", "coordinates": [ 104406.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5443664587522552, "S11": 0.5443664587522552, "W12": -5.7866893604333391, "S12": -19.896464117500297, "W13": -25.332858268011854, "S13": -25.332858268011854, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -48.136256032049431, "W31": -65.757051633663622, "S31": -75.757051633663622, "W32": -92.409953213049477, "S32": -97.409953213049477 }, "geometry": { "type": "Point", "coordinates": [ 104406.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1647653958941866, "W12": -10.053673228072638, "S12": -11.486524352606594, "W13": -19.529610559743229, "S13": -19.529610559743229, "W21": -34.734328220674456, "S21": -35.376144109817581, "W22": -36.680647551877641, "S22": -39.107132716749113, "W31": -69.745237800136763, "S31": -69.745237800136763, "W32": -99.060204530607209, "S32": -104.06020453060721 }, "geometry": { "type": "Point", "coordinates": [ 104406.4, 507245.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4456589983440002, "S11": 1.4456589983440002, "W12": -8.6541306688586772, "S12": -10.525114224961385, "W13": -15.980546461848402, "S13": -18.815500176889788, "W21": -37.811012508589982, "S21": -37.811012508589982, "W22": -44.929862747918122, "S22": -45.00865080838652, "W31": -73.750949205245504, "S31": -74.286085219117837, "W32": -100.3266000934901, "S32": -105.3266000934901 }, "geometry": { "type": "Point", "coordinates": [ 104406.75, 512040.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9136128307768185, "S12": -8.9136128307768185, "W13": -16.97361094256793, "S13": -19.97361094256793, "W21": -37.511882751496373, "S21": -37.645159554327812, "W22": -61.355401844532274, "S22": -74.494165953427995, "W31": -85.706182537734236, "S31": -85.706182537734236, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 497226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54392357334493491, "S11": 0.54392357334493491, "W12": -9.7660355011234614, "S12": -10.472054417718475, "W13": -15.857244251179246, "S13": -18.871554166400006, "W21": -50.0, "S21": -52.311025875259503, "W22": -62.397690378521304, "S22": -75.864428848412103, "W31": -85.870658424274879, "S31": -85.870658424274879, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 500516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.0, "S12": -12.911070095222115, "W13": -14.785110822189202, "S13": -16.684934395206252, "W21": -54.863374279267987, "S21": -57.08647106483474, "W22": -64.806370639660685, "S22": -79.678687558852602, "W31": -86.58837138372499, "S31": -86.58837138372499, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 500691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49542576817262723, "W12": -6.7585298344599991, "S12": -26.313509098726943, "W13": -26.313509098726943, "S13": -26.313509098726943, "W21": -40.456206566019667, "S21": -40.456206566019667, "W22": -50.0, "S22": -50.0, "W31": -76.03775772943581, "S31": -76.152567716400611, "W32": -89.036748431488391, "S32": -94.036748431488391 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 509897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52741963970328021, "S11": 0.52741963970328021, "W12": -7.7960823974024356, "S12": -26.770057887299988, "W13": -26.770057887299988, "S13": -26.770057887299988, "W21": -39.663832489510398, "S21": -39.663832489510398, "W22": -39.859580755565922, "S22": -41.538045561204406, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104407.0, 509920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071854825385355342, "S11": -0.50536479258178013, "W12": -6.6010340978109241, "S12": -6.6010340978109241, "W13": -24.145044672829645, "S13": -25.957819056557444, "W21": -34.299683925760597, "S21": -39.166085849358744, "W22": -34.197568594503664, "S22": -34.809235968973503, "W31": -49.003380871475464, "S31": -50.332868690604293, "W32": -98.163027810359949, "S32": -103.16302781035995 }, "geometry": { "type": "Point", "coordinates": [ 104407.4, 505762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9613547630219434, "S12": -5.1610012269152046, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -58.518659558263522, "S22": -58.518659558263522, "W31": -75.899110094263904, "S31": -75.899110094263904, "W32": -88.387759577439752, "S32": -93.387759577439752 }, "geometry": { "type": "Point", "coordinates": [ 104407.6, 525997.699999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061230814942325851, "S11": -0.061230814942325851, "W12": -10.0, "S12": -10.0, "W13": -15.705635138670873, "S13": -18.785904044808213, "W21": -40.689311409155771, "S21": -42.816778916048236, "W22": -49.560812498159137, "S22": -53.531260841109464, "W31": -78.723796943392188, "S31": -78.723796943392188, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104407.666666666671517, 499581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -9.0416519704876741, "S12": -9.0416519704876741, "W13": -12.73528377085769, "S13": -12.969068762947929, "W21": -55.055648463179743, "S21": -57.498288691135556, "W22": -60.0, "S22": -60.0, "W31": -75.986236460259093, "S31": -75.986236460259093, "W32": -88.626455600752834, "S32": -93.626455600752834 }, "geometry": { "type": "Point", "coordinates": [ 104408.0, 501201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59804665990436179, "S11": 0.59804665990436179, "W12": -7.0765733021618278, "S12": -11.238840640543076, "W13": -23.906312141691689, "S13": -23.906312141691689, "W21": -40.0, "S21": -40.0, "W22": -40.818099664342888, "S22": -42.00308025095957, "W31": -74.454956618018201, "S31": -74.454956618018201, "W32": -95.708145360452406, "S32": -100.70814536045241 }, "geometry": { "type": "Point", "coordinates": [ 104408.0, 509646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59094611729446123, "S11": 0.59094611729446123, "W12": -6.2433537561915857, "S12": -22.009076668474293, "W13": -24.685037010927054, "S13": -24.685037010927054, "W21": -38.764673497712693, "S21": -38.764673497712693, "W22": -35.994629671067358, "S22": -37.752724496161314, "W31": -69.772488199211239, "S31": -71.87308108458673, "W32": -96.209854246212089, "S32": -101.20985424621209 }, "geometry": { "type": "Point", "coordinates": [ 104408.0, 509803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5217513269712053, "W12": -11.157533325749506, "S12": -11.157533325749506, "W13": -20.62241014639411, "S13": -27.392882627659219, "W21": -38.488740478957936, "S21": -41.938509587390747, "W22": -39.088832497929609, "S22": -41.584876399731264, "W31": -70.0, "S31": -74.845139835522872, "W32": -91.281066555951512, "S32": -96.281066555951512 }, "geometry": { "type": "Point", "coordinates": [ 104408.0, 515097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3713207716062747, "S11": 1.3713207716062747, "W12": -8.1711838707122659, "S12": -10.238778465306797, "W13": -16.461299370783273, "S13": -23.187067113352072, "W21": -37.601145255714549, "S21": -37.601145255714549, "W22": -34.128921504830934, "S22": -34.128921504830934, "W31": -53.005776084552046, "S31": -54.292234892481055, "W32": -98.809673635617671, "S32": -103.80967363561767 }, "geometry": { "type": "Point", "coordinates": [ 104408.333333333328483, 511998.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24536340852132843, "S11": 0.2453634085213284, "W12": -8.9638091254496839, "S12": -8.9638091254496839, "W13": -22.131234966330826, "S13": -22.131234966330826, "W21": -35.289582588403277, "S21": -39.300630255022817, "W22": -42.139798103395556, "S22": -42.139798103395556, "W31": -71.499642193539117, "S31": -72.226719559654114, "W32": -100.33582431027692, "S32": -105.33582431027692 }, "geometry": { "type": "Point", "coordinates": [ 104408.666666666671517, 509069.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6197156151192305, "S12": -5.0846613678819752, "W13": -15.0, "S13": -15.0, "W21": -46.769728777948586, "S21": -46.769728777948586, "W22": -39.465409704737922, "S22": -41.569894144902598, "W31": -73.682469186858839, "S31": -76.114101564143397, "W32": -95.979979031919612, "S32": -100.97997903191961 }, "geometry": { "type": "Point", "coordinates": [ 104408.877551020414103, 525781.061224489822052 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4246224427649672, "S12": -9.4246224427649672, "W13": -16.158815004916896, "S13": -19.311515469685311, "W21": -42.40864197530864, "S21": -44.765790328538486, "W22": -51.704899620946229, "S22": -51.704899620946229, "W31": -77.390667945814087, "S31": -79.112155418480526, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 499968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24811371475960212, "S11": 0.24811371475960212, "W12": -5.1008040130560452, "S12": -6.9015534069286479, "W13": -18.659618997590314, "S13": -18.659618997590314, "W21": -33.267538984801902, "S21": -33.267538984801902, "W22": -39.303482015477435, "S22": -42.225923773071067, "W31": -70.0, "S31": -75.055957621428036, "W32": -92.762861736334401, "S32": -97.762861736334401 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 503329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76971348477335555, "S11": 0.5052012491645852, "W12": -4.3072450665857085, "S12": -14.953554051718225, "W13": -18.463196207078205, "S13": -19.333617768611809, "W21": -35.970318719409704, "S21": -35.970318719409704, "W22": -51.581198082043763, "S22": -56.112406579035323, "W31": -84.701340120856528, "S31": -84.701340120856528, "W32": -96.977508403551028, "S32": -101.97750840355103 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 504177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7192064264849067, "W12": -4.6675112453127436, "S12": -4.6675112453127436, "W13": -15.0, "S13": -15.0, "W21": -33.926860834772135, "S21": -33.926860834772135, "W22": -51.232022792022796, "S22": -55.536981905051441, "W31": -84.113861913129369, "S31": -84.113861913129369, "W32": -96.578592625628517, "S32": -101.57859262562852 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 504397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2593488678004322, "S11": -0.43318994041188619, "W12": -4.0325905555362223, "S12": -4.0325905555362223, "W13": -13.417223323373678, "S13": -22.764419778400839, "W21": -30.0, "S21": -30.303030303030305, "W22": -51.238783498946091, "S22": -55.544634823104268, "W31": -84.11153652538313, "S31": -84.11153652538313, "W32": -96.577335744537606, "S32": -101.57733574453761 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 505044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11894417349480157, "S11": -0.31191334889355582, "W12": -6.4701177740751463, "S12": -6.4701177740751463, "W13": -25.0, "S13": -26.195349654480719, "W21": -34.57172696179012, "S21": -39.560022986001371, "W22": -60.128458498023718, "S22": -72.705485699261317, "W31": -85.679791479692184, "S31": -85.679791479692184, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 505793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2454911889683755, "S12": -13.7289908382017, "W13": -19.7121603350658, "S13": -19.7121603350658, "W21": -30.743008818039986, "S21": -30.74792072810666, "W22": -31.112314295979282, "S22": -44.873562411184167, "W31": -64.735162463670875, "S31": -64.735162463670875, "W32": -96.900689710617371, "S32": -101.90068971061737 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 508169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0000000000000009, "S12": -5.0854348559223599, "W13": -19.665526933741265, "S13": -19.665526933741265, "W21": -30.0, "S21": -33.083893141696606, "W22": -40.555123364833335, "S22": -42.208350412323412, "W31": -79.369272235360285, "S31": -79.369272235360285, "W32": -100.07894625231501, "S32": -105.07894625231501 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 508518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.512201315848364, "S11": 1.3566749260480453, "W12": -8.9108229937317169, "S12": -10.620258449236466, "W13": -16.024487057639629, "S13": -16.024487057639629, "W21": -37.933593336163867, "S21": -37.933593336163867, "W22": -37.788172710149908, "S22": -48.033347462366919, "W31": -69.079598467964217, "S31": -69.079598467964217, "W32": -91.964261917822427, "S32": -96.964261917822427 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 512074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6493758806136016, "S11": -2.2437091846031789, "W12": -9.2746528288732311, "S12": -9.2746528288732311, "W13": -20.0, "S13": -26.380896893103333, "W21": -41.863903485959909, "S21": -49.547540608095844, "W22": -34.912010159651665, "S22": -41.876902469567824, "W31": -68.051880660493481, "S31": -68.051880660493481, "W32": -96.302896330358067, "S32": -101.30289633035807 }, "geometry": { "type": "Point", "coordinates": [ 104409.0, 516185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7745516768038891, "S12": -4.7745516768038891, "W13": -15.0, "S13": -15.0, "W21": -45.642972782846137, "S21": -45.642972782846137, "W22": -50.838691091154729, "S22": -50.838691091154729, "W31": -77.050231765115853, "S31": -90.934713106418457, "W32": -92.816192953056643, "S32": -97.816192953056643 }, "geometry": { "type": "Point", "coordinates": [ 104409.75, 524047.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2732221783032092, "S11": 2.2732221783032092, "W12": -5.9101506644460029, "S12": -7.6825537860821713, "W13": -14.340381350398328, "S13": -16.101288571357514, "W21": -41.733685786076002, "S21": -44.713489574032579, "W22": -56.374215481171547, "S22": -66.522253812141429, "W31": -85.960008822957633, "S31": -85.960008822957633, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 498218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6375365141187923, "W12": -4.6919637983802813, "S12": -4.6919637983802813, "W13": -15.0, "S13": -15.0, "W21": -33.785603669785282, "S21": -33.785603669785282, "W22": -58.117602905893548, "S22": -58.117602905893548, "W31": -76.576058224259953, "S31": -76.576058224259953, "W32": -89.420373023233381, "S32": -94.420373023233381 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 504412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094412655671491069, "S11": -4.5303563830301314, "W12": -6.3587268275153388, "S12": -8.3296553064228167, "W13": -15.0, "S13": -23.826167012355974, "W21": -31.911836956132376, "S21": -34.966301680453832, "W22": -40.0, "S22": -46.321351996439986, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -99.633790159514703, "S32": -104.6337901595147 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 505287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40584007187780768, "S11": 0.40584007187780768, "W12": -8.5529966145854281, "S12": -21.50246203787804, "W13": -28.802409533750868, "S13": -28.802409533750868, "W21": -38.15982548945842, "S21": -38.15982548945842, "W22": -36.530900597162358, "S22": -37.242169768089234, "W31": -64.998435452036532, "S31": -64.998435452036532, "W32": -89.382991494723825, "S32": -94.382991494723825 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 511050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3366504467077316, "S11": 0.65646857739114761, "W12": -9.0232406583703373, "S12": -9.267289271087682, "W13": -16.039162520266117, "S13": -16.039162520266117, "W21": -37.575230724766982, "S21": -37.575230724766982, "W22": -49.757183326588425, "S22": -49.757183326588425, "W31": -73.89543167331297, "S31": -73.89543167331297, "W32": -92.62004784218631, "S32": -97.62004784218631 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 512174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43366704250566135, "S11": -1.5663329574943385, "W12": -10.0, "S12": -10.0, "W13": -17.862784288925006, "S13": -17.862784288925006, "W21": -35.548937615674738, "S21": -36.950077205882714, "W22": -59.776398054880168, "S22": -59.776398054880168, "W31": -76.211874668328306, "S31": -76.211874668328306, "W32": -88.954282714563462, "S32": -93.954282714563462 }, "geometry": { "type": "Point", "coordinates": [ 104410.0, 512613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7993899400737234, "S12": -4.7993899400737234, "W13": -15.552385191755898, "S13": -15.552385191755898, "W21": -44.701850625768955, "S21": -46.608046426552562, "W22": -37.131812119018555, "S22": -44.15594881035836, "W31": -66.541267501841631, "S31": -67.337751035203766, "W32": -87.544029288252375, "S32": -92.544029288252375 }, "geometry": { "type": "Point", "coordinates": [ 104410.142857142855064, 522413.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.795154667694228, "S12": -4.795154667694228, "W13": -15.0, "S13": -15.0, "W21": -45.15194058159701, "S21": -46.961452822299691, "W22": -59.154336871448486, "S22": -59.154336871448486, "W31": -76.402035982014283, "S31": -76.402035982014283, "W32": -89.21045063334499, "S32": -94.21045063334499 }, "geometry": { "type": "Point", "coordinates": [ 104410.25, 522677.375 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9489953039222558, "S11": 1.9489953039222558, "W12": -10.262465913114827, "S12": -17.254734253814185, "W13": -29.942905631727026, "S13": -29.942905631727026, "W21": -38.400723453573519, "S21": -38.475824611343661, "W22": -39.299246475124043, "S22": -41.805881685976303, "W31": -70.0, "S31": -74.754112885174962, "W32": -92.638696512490725, "S32": -97.638696512490725 }, "geometry": { "type": "Point", "coordinates": [ 104410.333333333328483, 510449.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9147029769057786, "S12": -5.2096926003867399, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -35.13310823790173, "S22": -35.13310823790173, "W31": -49.067562324182752, "S31": -51.12525569497322, "W32": -95.01830353676668, "S32": -100.01830353676668 }, "geometry": { "type": "Point", "coordinates": [ 104410.4, 526045.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42540994143693761, "S11": -0.42540994143693761, "W12": -9.4064455172211936, "S12": -9.4064455172211936, "W13": -16.50147891822801, "S13": -19.401281647478992, "W21": -48.369453574363192, "S21": -50.729871247186146, "W22": -31.197294724965811, "S22": -46.541796867723875, "W31": -65.073111590385494, "S31": -65.073111590385494, "W32": -97.275893330305593, "S32": -102.27589333030559 }, "geometry": { "type": "Point", "coordinates": [ 104411.0, 500389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54933094257349091, "S11": -1.2552938809175513, "W12": -10.045531056548654, "S12": -16.265537586037738, "W13": -20.0, "S13": -19.999999999999996, "W21": -33.933591876613256, "S21": -36.226948752850518, "W22": -40.0, "S22": -40.0, "W31": -65.396920565809907, "S31": -67.677721723271361, "W32": -89.991105979654947, "S32": -94.991105979654947 }, "geometry": { "type": "Point", "coordinates": [ 104411.0, 506840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26140350877189694, "S11": 0.26140350877189694, "W12": -8.5131370382819007, "S12": -8.5131370382819007, "W13": -22.442479874604778, "S13": -22.442479874604778, "W21": -35.59625386709979, "S21": -43.430544244166292, "W22": -38.684074153805305, "S22": -47.997222311604041, "W31": -75.398705309408101, "S31": -75.398705309408101, "W32": -93.031593270806567, "S32": -98.031593270806567 }, "geometry": { "type": "Point", "coordinates": [ 104411.333333333328483, 509034.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.63, "S11": 1.63, "W12": -13.77, "S12": -27.77, "W13": -27.780001, "S13": -27.780001, "W21": -35.77, "S21": -35.77, "W22": -50.0, "S22": -50.0, "W31": -75.786050209079619, "S31": -75.786050209079619, "W32": -88.910290163099631, "S32": -93.910290163099631 }, "geometry": { "type": "Point", "coordinates": [ 104411.8, 510148.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.615317013213151, "S12": -11.615317013213151, "W13": -16.162903621238843, "S13": -19.432276985200595, "W21": -41.85357178977177, "S21": -43.290948695454169, "W22": -62.604801487935696, "S22": -62.604801487935696, "W31": -84.102311981504357, "S31": -84.102311981504357, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 499917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0072198049905640299, "S11": 0.0072198049905640299, "W12": -3.0308949127367253, "S12": -6.2812200199847483, "W13": -23.28500803633851, "S13": -23.28500803633851, "W21": -36.983340064985811, "S21": -41.46421378631274, "W22": -72.708842208109431, "S22": -78.571314118221792, "W31": -94.646741263376384, "S31": -94.646741263376384, "W32": -98.638788613165701, "S32": -103.6387886131657 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 506344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20117551210428319, "S11": -0.20117551210428319, "W12": -5.0, "S12": -10.628771038424897, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.042492917847024, "W22": -72.57171840129844, "S22": -82.600336822351068, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104412.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15067553969996342, "S11": -0.15067553969996342, "W12": -10.0, "S12": -10.0, "W13": -22.371874243751893, "S13": -22.371874243751893, "W21": -37.289106991299391, "S21": -37.289106991299391, "W22": -52.345386632758483, "S22": -52.345386632758483, "W31": -77.295493939411159, "S31": -92.295493939411159, "W32": -92.295493939411159, "S32": -96.830355394023826 }, "geometry": { "type": "Point", "coordinates": [ 104412.5, 509272.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34306186015093848, "S11": 0.34306186015093848, "W12": -13.535005189139225, "S12": -23.194749598094589, "W13": -28.673204957910844, "S13": -28.673204957910844, "W21": -37.230624657295181, "S21": -37.230624657295181, "W22": -33.493711188484049, "S22": -35.478825328210625, "W31": -47.461667599328479, "S31": -48.780522378147758, "W32": -97.922327995449123, "S32": -102.92232799544912 }, "geometry": { "type": "Point", "coordinates": [ 104412.5, 510209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0043546524638947, "S11": 1.0043546524638947, "W12": -6.5911070494621065, "S12": -8.9572131296687534, "W13": -20.275657274467978, "S13": -23.379381393070474, "W21": -36.630106764461701, "S21": -36.786587569421769, "W22": -40.0, "S22": -47.810707456979138, "W31": -65.761999688886192, "S31": -75.761999688886192, "W32": -92.313902312189938, "S32": -97.313902312189938 }, "geometry": { "type": "Point", "coordinates": [ 104412.5, 511795.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4768090249798549, "S11": 2.3049575920990102, "W12": -9.4808496280467232, "S12": -9.4808496280467232, "W13": -17.148353083348486, "S13": -20.148353083348486, "W21": -35.575445750784837, "S21": -35.575606628102477, "W22": -50.80506808928822, "S22": -50.80506808928822, "W31": -77.14420156274835, "S31": -83.534344539294622, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 497067.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11260527448208024, "S11": -0.11260527448208024, "W12": -10.0, "S12": -10.0, "W13": -15.786155808477238, "S13": -18.973775098463243, "W21": -40.898694906477012, "S21": -43.019309321601078, "W22": -51.986101361785764, "S22": -51.986101361785764, "W31": -77.413433399591185, "S31": -79.804971850996722, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 499614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37045381123221055, "S11": -0.37045381123221055, "W12": -12.548107554345536, "S12": -12.548107554345536, "W13": -16.091689560439562, "S13": -19.876106535761977, "W21": -41.850015170414316, "S21": -43.715840234267269, "W22": -33.771739669943571, "S22": -38.771739669943571, "W31": -66.868206611530795, "S31": -66.868206611530795, "W32": -87.797811358597059, "S32": -92.797811358597059 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54632013387182243, "S11": -1.2436013063560558, "W12": -10.038332058148432, "S12": -16.292508849540138, "W13": -20.0, "S13": -20.0, "W21": -33.912658052317909, "S21": -36.222492881191059, "W22": -40.0, "S22": -44.147942356744814, "W31": -67.732782170207884, "S31": -69.870741225273761, "W32": -95.083813287276627, "S32": -100.08381328727663 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 506839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40371619455417646, "S11": -0.40371619455417646, "W12": -8.1778589957963987, "S12": -11.951070543293074, "W13": -21.736428670153394, "S13": -21.736428670153394, "W21": -31.876823152499657, "S21": -34.631328020445586, "W22": -48.922180599369085, "S22": -48.922180599369085, "W31": -75.590864002651159, "S31": -75.657493459679415, "W32": -99.153825372525404, "S32": -104.1538253725254 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 508764.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0606105833854067, "S11": -1.0606105833854067, "W12": -4.7837907442606573, "S12": -4.7837907442606573, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -47.72765532801111, "W22": -48.917389589905362, "S22": -48.917389589905362, "W31": -75.551458383200611, "S31": -75.551458383200611, "W32": -98.857764899697528, "S32": -103.85776489969753 }, "geometry": { "type": "Point", "coordinates": [ 104413.0, 523177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6170815068984723, "S12": -5.0536612020676959, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -47.0, "S21": -47.0, "W22": -44.1589244255156, "S22": -44.1589244255156, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104413.183673469393398, 525830.408163265325129 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9286503804566273, "S12": -5.6681514801610353, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -52.281962661422106, "S22": -56.982987015247666, "W31": -84.96752003429178, "S31": -84.96752003429178, "W32": -97.177312912112725, "S32": -102.17731291211273 }, "geometry": { "type": "Point", "coordinates": [ 104413.2, 526093.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5389314901643125, "S12": -7.5389314901643125, "W13": -19.409817899949839, "S13": -20.528202703751074, "W21": -47.945886008171307, "S21": -50.945886008171307, "W22": -69.098476510269009, "S22": -80.187934924195503, "W31": -98.373752861400249, "S31": -98.373752861400249, "W32": -98.373752861400249, "S32": -101.31789554860545 }, "geometry": { "type": "Point", "coordinates": [ 104413.333333333328483, 518278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6557161032363921, "S11": 1.6557161032363921, "W12": -9.0354075828966369, "S12": -9.975629545317874, "W13": -30.73538389632866, "S13": -30.73538389632866, "W21": -38.453500911098168, "S21": -38.453500911098168, "W22": -72.455003599712029, "S22": -72.455003599712029, "W31": -89.603079555175356, "S31": -89.603079555175356, "W32": -90.297200234535325, "S32": -95.297200234535325 }, "geometry": { "type": "Point", "coordinates": [ 104413.666666666671517, 510396.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.439814423201415, "S12": -13.439814423201415, "W13": -16.146089329206877, "S13": -19.628842931302643, "W21": -41.867798267201564, "S21": -43.133449559430929, "W22": -40.0, "S22": -47.29944077275038, "W31": -78.314133675763244, "S31": -78.314133675763244, "W32": -96.019229929715806, "S32": -101.01922992971581 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 499868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8711742313323575, "S11": 0.8711742313323575, "W12": -8.2362060824885415, "S12": -8.2362060824885415, "W13": -13.540871993793639, "S13": -15.68229549232691, "W21": -43.217940976082261, "S21": -50.000000000000007, "W22": -65.979715407811483, "S22": -81.557816732009385, "W31": -86.69520446041345, "S31": -86.69520446041345, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 502006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3103792415169662, "W12": -4.773398275253748, "S12": -4.773398275253748, "W13": -15.0, "S13": -15.0, "W21": -33.313459459139587, "S21": -33.313459459139587, "W22": -69.077026853561293, "S22": -80.166015773228878, "W31": -98.33606875998791, "S31": -98.33606875998791, "W32": -98.33606875998791, "S32": -101.29876611970352 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 504462.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33148548341633, "S11": -1.3407729041650418, "W12": -3.5751702712818574, "S12": -3.5751702712818574, "W13": -13.195136526343832, "S13": -23.19513652634383, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.82407173283022, "S22": -36.562439117019011, "W31": -62.148647841919882, "S31": -63.23233569222451, "W32": -100.0927426378253, "S32": -105.0927426378253 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 504988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27744360902255288, "S11": 0.27744360902255288, "W12": -8.0793986262548643, "S12": -8.0793986262548643, "W13": -22.546173985632347, "S13": -22.546173985632347, "W21": -35.429919018340669, "S21": -42.309551451689934, "W22": -74.234973569145097, "S22": -77.048308066046857, "W31": -91.517166606432895, "S31": -91.517166606432895, "W32": -91.517166606432895, "S32": -96.351050586593274 }, "geometry": { "type": "Point", "coordinates": [ 104414.0, 508999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4041518854289841, "S12": -14.743213527163599, "W13": -19.888473953755529, "S13": -19.888473953755529, "W21": -33.934563144545471, "S21": -33.934563144545471, "W22": -50.0, "S22": -54.465683517310424, "W31": -79.240025619812656, "S31": -79.240025619812656, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 507494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -13.597433090321342, "S12": -21.714508197816066, "W13": -28.231042828845126, "S13": -28.231042828845126, "W21": -35.945281728249171, "S21": -35.945281728249171, "W22": -40.0, "S22": -42.030862653310976, "W31": -73.999457303622137, "S31": -73.999457303622137, "W32": -95.768628511110734, "S32": -100.76862851111073 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 510177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9355102850717296, "S11": 1.9355102850717296, "W12": -10.06098782721994, "S12": -16.271309442777302, "W13": -29.952320128623107, "S13": -29.952320128623107, "W21": -38.392156513140201, "S21": -38.396170357392364, "W22": -37.332391367129233, "S22": -37.332391367129233, "W31": -65.074926779969672, "S31": -65.074926779969672, "W32": -89.483783368755596, "S32": -94.483783368755596 }, "geometry": { "type": "Point", "coordinates": [ 104415.0, 510453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4584887766030086, "S11": 1.0935079947524415, "W12": -9.0535752046046944, "S12": -9.9982465445265518, "W13": -16.20359758483815, "S13": -16.20359758483815, "W21": -37.725769536458628, "S21": -37.725769536458628, "W22": -54.607531342182888, "S22": -54.607531342182888, "W31": -73.506320830243354, "S31": -73.873794294324412, "W32": -96.736819243665877, "S32": -101.73681924366588 }, "geometry": { "type": "Point", "coordinates": [ 104415.5, 512125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48338854589015851, "S11": -0.48338854589015851, "W12": -9.5204421323503379, "S12": -9.5204421323503379, "W13": -16.222621481290609, "S13": -19.222621481290609, "W21": -44.064403292181069, "S21": -46.452443725468143, "W22": -58.824529288702927, "S22": -70.397087408250854, "W31": -85.748979994526024, "S31": -85.748979994526024, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104416.0, 500093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53999129064897278, "S11": 0.48967474054787236, "W12": -5.0, "S12": -18.443302520402966, "W13": -25.449930426938693, "S13": -25.449930426938693, "W21": -40.235242431504119, "S21": -40.235242431504119, "W22": -60.899209486166001, "S22": -73.567268434861717, "W31": -85.548797952987456, "S31": -85.548797952987456, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104416.0, 509868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9425977840074751, "S12": -6.126610359935329, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -69.021369380022279, "S22": -80.189421088240195, "W31": -98.197641774284108, "S31": -98.197641774284108, "W32": -98.197641774284108, "S32": -101.29363291095136 }, "geometry": { "type": "Point", "coordinates": [ 104416.0, 526142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8070307918050155, "S12": -4.8070307918050155, "W13": -17.579148484523465, "S13": -17.579148484523465, "W21": -42.717765500224615, "S21": -44.396686666590334, "W22": -31.085935553272488, "S22": -44.799746978518371, "W31": -65.155891130878345, "S31": -65.155891130878345, "W32": -96.863437223159892, "S32": -101.86343722315989 }, "geometry": { "type": "Point", "coordinates": [ 104416.583333333328483, 521375.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17591765451811342, "S11": -0.17591765451811336, "W12": -4.5829309924414297, "S12": -13.164518838805254, "W13": -21.143962045645118, "S13": -21.143962045645118, "W21": -34.628683247923462, "S21": -37.836880322296075, "W22": -39.032011574340999, "S22": -40.703932298903247, "W31": -70.0, "S31": -74.36851994119381, "W32": -90.971990879180311, "S32": -95.971990879180311 }, "geometry": { "type": "Point", "coordinates": [ 104416.666666666671517, 506601.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.362691139123422, "S12": -7.362691139123422, "W13": -15.479904240277653, "S13": -18.283882878461899, "W21": -42.382557796395595, "S21": -44.272869476706248, "W22": -53.218085106382979, "S22": -53.218085106382979, "W31": -73.776576451149481, "S31": -73.776576451149481, "W32": -93.381361208506732, "S32": -98.381361208506732 }, "geometry": { "type": "Point", "coordinates": [ 104417.0, 498020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68611172428528189, "S11": -0.68611172428528178, "W12": -10.0191555957432, "S12": -12.214674350495342, "W13": -19.459702593245616, "S13": -22.378219090350413, "W21": -35.166059350498145, "S21": -35.859125349232706, "W22": -69.54513215057942, "S22": -79.847412070870121, "W31": -99.689133157690136, "S31": -99.689133157690136, "W32": -99.689133157690136, "S32": -99.689133157690136 }, "geometry": { "type": "Point", "coordinates": [ 104417.0, 507066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6783356224674586, "S11": 2.6783356224674586, "W12": -10.211873533609356, "S12": -10.211873533609356, "W13": -29.673420271764794, "S13": -29.673420271764794, "W21": -38.173976336111686, "S21": -38.173976336111686, "W22": -50.0, "S22": -50.0, "W31": -76.930051363478825, "S31": -85.716843741563835, "W32": -89.989720272683002, "S32": -94.989720272683002 }, "geometry": { "type": "Point", "coordinates": [ 104417.0, 510329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8039701886956925, "S12": -4.8039701886956925, "W13": -17.338392812044738, "S13": -17.338392812044738, "W21": -42.956418672012767, "S21": -44.670917976602475, "W22": -36.446846745293968, "S22": -37.492244221009294, "W31": -69.037924387821135, "S31": -69.037924387821135, "W32": -98.769052208716886, "S32": -103.76905220871689 }, "geometry": { "type": "Point", "coordinates": [ 104417.125, 521526.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6754157768222555, "S12": -5.0836294143979579, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -47.686697623600111, "W31": -65.740589321806084, "S31": -75.526816079860922, "W32": -92.107102648524886, "S32": -97.107102648524886 }, "geometry": { "type": "Point", "coordinates": [ 104417.489795918372693, 525879.755102040828206 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3204739198872546, "S11": 0.64777306678884605, "W12": -9.0735190271311161, "S12": -9.2632790810334189, "W13": -16.255185330128189, "S13": -16.255185330128189, "W21": -37.413488313278684, "S21": -37.413488313278684, "W22": -38.386066744454759, "S22": -48.54892859314937, "W31": -73.174594635026594, "S31": -74.530810454725867, "W32": -87.639531444868325, "S32": -92.639531444868325 }, "geometry": { "type": "Point", "coordinates": [ 104417.6, 512186.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3158377120351341, "S11": 1.3158377120351341, "W12": -7.7840880903224061, "S12": -9.9366759281603088, "W13": -17.370858918959733, "S13": -26.383138999253692, "W21": -37.29941090589513, "S21": -37.29941090589513, "W22": -40.009998238523679, "S22": -46.505485109420832, "W31": -65.602199841479077, "S31": -72.3083909782912, "W32": -91.204166172385783, "S32": -96.204166172385783 }, "geometry": { "type": "Point", "coordinates": [ 104417.666666666671517, 511958.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22274268342677245, "S11": 0.22274268342677245, "W12": -10.553347500932791, "S12": -10.553347500932791, "W13": -19.292805133105848, "S13": -20.720178331614878, "W21": -33.992783780511537, "S21": -37.372350265768567, "W22": -69.795605010958823, "S22": -80.050791976144609, "W31": -100.0, "S31": -100.0, "W32": -100.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104417.75, 513254.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36914655585743972, "S11": 0.36914655585743972, "W12": -7.0864503816793887, "S12": -8.0864503816793878, "W13": -16.120829606440072, "S13": -18.012839867342279, "W21": -40.0, "S21": -42.034328475777869, "W22": -32.244724341080527, "S22": -48.931434370094308, "W31": -65.563912734638279, "S31": -65.563912734638279, "W32": -97.70663754374273, "S32": -102.70663754374273 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 499255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.15616578382902, "S11": -1.15616578382902, "W12": -8.3994804780876198, "S12": -22.698320351918198, "W13": -23.125645983848848, "S13": -23.125645983848848, "W21": -40.0, "S21": -40.0, "W22": -36.584458096049509, "S22": -37.764621847988103, "W31": -65.949614948361287, "S31": -66.927449892063734, "W32": -100.28897237273338, "S32": -105.28897237273338 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 509575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64580576407377854, "S11": 0.64227697455334165, "W12": -8.7517845988104064, "S12": -17.747884954662801, "W13": -26.952067368665716, "S13": -26.952067368665716, "W21": -36.60298529761755, "S21": -36.60298529761755, "W22": -67.601567381124482, "S22": -83.310844619527856, "W31": -87.09054397967337, "S31": -87.09054397967337, "W32": -100.1322119902469, "S32": -105.1322119902469 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 510074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64716534672610992, "S11": 0.64716534672610992, "W12": -13.380517042445437, "S12": -33.380517042445433, "W13": -33.380517042445433, "S13": -33.380517042445433, "W21": -38.415395317903446, "S21": -38.415395317903446, "W22": -39.135141003015782, "S22": -39.135141003015782, "W31": -65.230094341593158, "S31": -65.230094341593158, "W32": -89.709457612553891, "S32": -94.709457612553891 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 510221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4464387726498429, "S11": 1.0683099641751079, "W12": -9.0704190322126745, "S12": -9.9181643781101698, "W13": -16.274249454911388, "S13": -16.274249454911388, "W21": -37.659082087822362, "S21": -37.659082087822362, "W22": -49.273024137379515, "S22": -49.273024137379515, "W31": -76.763696461780384, "S31": -84.115866700393781, "W32": -89.863707948655474, "S32": -94.863707948655474 }, "geometry": { "type": "Point", "coordinates": [ 104418.0, 512132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14917523221241988, "S11": 0.14917523221241988, "W12": -5.8593382978449444, "S12": -14.697854069874399, "W13": -23.881285772852106, "S13": -23.881285772852106, "W21": -36.182095933810338, "S21": -36.182095933810338, "W22": -49.85595846418002, "S22": -54.22155343634995, "W31": -80.328663057360657, "S31": -80.328663057360657, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104418.333333333328483, 509726.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0707475674545641, "S11": 1.0707475674545641, "W12": -8.0544100738240409, "S12": -27.746868919014386, "W13": -27.989701609037187, "S13": -27.989701609037187, "W21": -34.482752613240848, "S21": -34.482752613240848, "W22": -52.45595158913364, "S22": -52.45595158913364, "W31": -77.576667762151303, "S31": -80.354503381804605, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104418.5, 510105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20293531532494913, "S11": 0.20293531532494913, "W12": -10.284014405528696, "S12": -10.284014405528696, "W13": -19.24446572317229, "S13": -20.219841036406642, "W21": -33.75840150233914, "S21": -36.76350932220253, "W22": -39.86509438112369, "S22": -41.285692905843277, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104418.666666666671517, 513198.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25604565680015512, "S11": -0.25604565680015512, "W12": -6.6520493888307151, "S12": -6.6520493888307151, "W13": -15.294822551676164, "S13": -18.850205612549686, "W21": -38.613986085261011, "S21": -45.710016060422042, "W22": -57.656903765690373, "S22": -68.399458877202562, "W31": -85.759703384127647, "S31": -85.759703384127647, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104419.0, 502509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.4357810232623311, "S12": -4.4357810232623311, "W13": -15.0, "S13": -20.51553799173702, "W21": -31.16746467002886, "S21": -31.16746467002886, "W22": -40.203426124197001, "S22": -40.22512172548425, "W31": -70.81361207497882, "S31": -71.605440404880198, "W32": -100.40031809978497, "S32": -105.40031809978497 }, "geometry": { "type": "Point", "coordinates": [ 104419.0, 504692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0916084369578962, "W12": -10.017715796063158, "S12": -17.221429278581528, "W13": -20.0, "S13": -20.0, "W21": -33.558436728260602, "S21": -36.0260034861275, "W22": -32.190994142556193, "S22": -40.894666761296641, "W31": -64.860323366066368, "S31": -64.860323366066368, "W32": -96.578196086112101, "S32": -101.5781960861121 }, "geometry": { "type": "Point", "coordinates": [ 104419.0, 506789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4673012663989882, "S11": 1.4673012663989882, "W12": -12.510856688390311, "S12": -27.037346070842453, "W13": -27.758913731623782, "S13": -27.758913731623782, "W21": -35.543113594694923, "S21": -35.543113594694923, "W22": -40.007296530242108, "S22": -40.354939778820054, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104419.0, 510136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.719245680595928, "S11": -2.3546556888975458, "W12": -9.3143489258474652, "S12": -9.3143489258474652, "W13": -20.013754770331019, "S13": -26.507033006522168, "W21": -41.676467356637545, "S21": -47.220696268890698, "W22": -35.044870097731156, "S22": -36.947515129960543, "W31": -65.383688020982873, "S31": -65.383688020982873, "W32": -89.184311797343454, "S32": -94.184311797343454 }, "geometry": { "type": "Point", "coordinates": [ 104419.075757575759781, 516123.378787878784351 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48553240740733505, "S11": 0.48553240740733505, "W12": -6.0812724422188476, "S12": -13.258292691239756, "W13": -19.636332969589791, "S13": -19.636332969589791, "W21": -30.541277112364689, "S21": -30.54554923832702, "W22": -50.0, "S22": -50.0, "W31": -75.667330666817918, "S31": -75.667330666817918, "W32": -88.920546393897112, "S32": -93.920546393897112 }, "geometry": { "type": "Point", "coordinates": [ 104419.333333333328483, 508181.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48271965997051236, "S11": -0.48271965997051236, "W12": -9.5531222609899835, "S12": -9.5531222609899835, "W13": -16.247866851172343, "S13": -19.199837669527177, "W21": -44.398353909465015, "S21": -46.779472122968045, "W22": -68.849253826105382, "S22": -80.218713659900402, "W31": -97.749976515776183, "S31": -97.749976515776183, "W32": -97.749976515776183, "S32": -101.11699903599344 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 500114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45484373867014721, "S11": 0.32690062320583335, "W12": -9.7650438028889024, "S12": -10.296686107274112, "W13": -15.863999115566036, "S13": -18.863999115566038, "W21": -50.613344230626346, "S21": -52.877506409277458, "W22": -50.925265571622539, "S22": -50.925265571622539, "W31": -77.119319625331897, "S31": -80.446405385929992, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 500516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32324371205550739, "S11": 0.32324371205550739, "W12": -10.0, "S12": -16.176799994293091, "W13": -19.855351792014961, "S13": -19.855351792014961, "W21": -33.975625609371576, "S21": -33.975625609371576, "W22": -42.445702049556843, "S22": -42.445702049556843, "W31": -72.17267503868392, "S31": -72.81547567037039, "W32": -100.40775788486351, "S32": -105.40775788486351 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 507465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3062126721503019, "S11": 0.3062126721503019, "W12": -8.2123676370835863, "S12": -12.16656734456253, "W13": -23.801097127946736, "S13": -23.801097127946736, "W21": -40.0, "S21": -40.0, "W22": -56.736401673640167, "S22": -66.853285348600423, "W31": -85.81474219018709, "S31": -85.81474219018709, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 509632.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99999999999999989, "S11": 0.99999999999999989, "W12": -7.4, "S12": -28.0, "W13": -28.01, "S13": -28.01, "W21": -34.3, "S21": -34.3, "W22": -70.0, "S22": -72.989949748743726, "W31": -94.711889831764921, "S31": -94.711889831764921, "W32": -98.221711727631501, "S32": -103.2217117276315 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510099.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53477166707586554, "S11": -1.4652283329241345, "W12": -10.0, "S12": -10.20931387391748, "W13": -17.720124969222233, "S13": -17.720124969222233, "W21": -35.965311693898805, "S21": -36.881071612728817, "W22": -52.446979943023223, "S22": -52.446979943023223, "W31": -77.672418335066197, "S31": -80.342736134308751, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 512493.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5426319295388939, "W12": -4.6252948315049274, "S12": -4.6252948315049274, "W13": -15.248328557784145, "S13": -15.248328557784145, "W21": -34.136871311132076, "S21": -34.136871311132076, "W22": -46.261417322834646, "S22": -46.261417322834646, "W31": -75.239998, "S31": -75.239998, "W32": -90.253745436958056, "S32": -95.253745436958056 }, "geometry": { "type": "Point", "coordinates": [ 104420.5, 504372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037483863035593507, "S11": -0.037483863035593507, "W12": -10.0, "S12": -10.157034615956016, "W13": -15.692356750392467, "S13": -18.692356750392467, "W21": -40.471011910700625, "S21": -42.556462875647455, "W22": -79.299074300295914, "S22": -92.212145441982798, "W31": -92.212145441982798, "S31": -92.212145441982798, "W32": -100.25278145942616, "S32": -105.25278145942616 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19165178990886031, "S11": -0.30334069882423931, "W12": -3.9892222258811985, "S12": -3.9892222258811985, "W13": -13.267396384936264, "S13": -22.812929799241616, "W21": -30.0, "S21": -30.44077134986226, "W22": -69.996977399110463, "S22": -80.069345820163093, "W31": -99.665693931851337, "S31": -99.665693931851337, "W32": -99.665693931851337, "S32": -99.665693931851337 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 505054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.063664760135919402, "S11": -2.9363352398640807, "W12": -5.2659368246903151, "S12": -5.2659368246903151, "W13": -13.793290287288402, "S13": -22.92321421288684, "W21": -30.775507973483712, "S21": -32.606455698318328, "W22": -60.0, "S22": -60.0, "W31": -73.448380125209141, "S31": -73.627658355709698, "W32": -95.001872868955175, "S32": -100.00187286895518 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 505164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012763747641014844, "S11": 0.012763747641014844, "W12": -3.3766245822502787, "S12": -5.5094776038792528, "W13": -23.540497990281498, "S13": -23.540497990281498, "W21": -37.088144944387899, "S21": -41.730061986640649, "W22": -43.919792255410783, "S22": -43.919792255410783, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 506308.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31424581005586605, "S11": -0.31424581005586605, "W12": -5.0, "S12": -9.955541441727533, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -30.0, "S21": -31.006191950464395, "W22": -40.0, "S22": -49.561943874058862, "W31": -72.152184667832771, "S31": -72.152184667832771, "W32": -100.10116641086472, "S32": -105.10116641086472 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 508429.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61410780693172984, "S11": -0.61410780693172984, "W12": -7.241605005740257, "S12": -12.022584508869119, "W13": -19.28747813171265, "S13": -19.28747813171265, "W21": -30.0, "S21": -35.52657584527423, "W22": -40.0, "S22": -40.0, "W31": -65.349745511214735, "S31": -66.328551329656278, "W32": -89.878367621677313, "S32": -94.878367621677313 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 508611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5386584612630354, "S11": 1.4888787668784851, "W12": -8.98797303167572, "S12": -10.734769170494381, "W13": -16.368032649410186, "S13": -17.592522445328552, "W21": -37.78465590207734, "S21": -37.78465590207734, "W22": -40.0, "S22": -40.0, "W31": -66.419639898970672, "S31": -66.419639898970672, "W32": -94.603425386960765, "S32": -99.603425386960765 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 512076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16177920876233948, "S11": 0.16177920876233948, "W12": -8.6575367919320616, "S12": -8.6575367919320616, "W13": -19.144328617697102, "S13": -19.184755701319514, "W21": -33.271067150189964, "S21": -35.494838338187535, "W22": -33.853269210446051, "S22": -35.860754190954552, "W31": -60.0, "S31": -61.122021736927238, "W32": -100.00464371205004, "S32": -105.00464371205004 }, "geometry": { "type": "Point", "coordinates": [ 104421.0, 513083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16, "S11": 0.15, "W12": -8.54, "S12": -8.54, "W13": -19.139999, "S13": -19.139999, "W21": -33.25, "S21": -35.4400001, "W22": -50.062329601568614, "S22": -54.576225089727579, "W31": -79.117235423966051, "S31": -79.117235423966051, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104421.1, 513078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4584770665646256, "S11": 2.4584770665646256, "W12": -10.0, "S12": -12.905733368756103, "W13": -14.75801359308776, "S13": -16.583911789282393, "W21": -55.628255480348955, "S21": -57.798417489394893, "W22": -34.132641388948052, "S22": -40.097801541178427, "W31": -67.168727752060136, "S31": -67.168727752060136, "W32": -87.405839263397766, "S32": -92.405839263397766 }, "geometry": { "type": "Point", "coordinates": [ 104421.111111111109494, 500695.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7973259123765386, "S12": -5.1771734923587207, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -47.0, "S21": -47.0, "W22": -30.0, "S22": -34.680601944042742, "W31": -47.277576840286422, "S31": -48.749976006829066, "W32": -97.013183287218951, "S32": -102.01318328721895 }, "geometry": { "type": "Point", "coordinates": [ 104421.795918367351987, 525929.102040816331282 ] } }, +{ "type": "Feature", "properties": { "W11": 5.7651899061879304, "S11": 5.6748450156769819, "W12": -9.6186323555875468, "S12": -9.6186323555875468, "W13": -12.40903868636412, "S13": -12.612010004886715, "W21": -60.323240198481017, "S21": -62.519215684717665, "W22": -49.533738651215806, "S22": -53.499741484636878, "W31": -78.547413402749072, "S31": -78.547413402749072, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104422.0, 501089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.02227520479140592, "S11": -0.02227520479140592, "W12": -5.1608820339557129, "S12": -6.0037472837450014, "W13": -17.837376077230179, "S13": -21.441479065308641, "W21": -31.387171460007163, "S21": -31.387171460007167, "W22": -70.163059658765604, "S22": -84.289960550218154, "W31": -87.158240131522859, "S31": -87.158240131522859, "W32": -100.38728089006702, "S32": -105.38728089006702 }, "geometry": { "type": "Point", "coordinates": [ 104422.0, 503059.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060709989236191642, "S11": -1.8447936452394056, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -13.521997636049283, "S13": -22.333844465460814, "W21": -30.496470281407433, "S21": -31.993419732730516, "W22": -73.570123343992691, "S22": -78.570123343992691, "W31": -93.021443199614495, "S31": -93.021443199614495, "W32": -93.021443199614495, "S32": -96.735232911797667 }, "geometry": { "type": "Point", "coordinates": [ 104422.0, 505134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25182850427651926, "S11": -2.2620392222786001, "W12": -5.8214934149882849, "S12": -5.8214934149882849, "W13": -25.0, "S13": -25.0, "W21": -35.966207775289384, "S21": -41.493397924720455, "W22": -40.0, "S22": -43.429553021180141, "W31": -66.012604893727968, "S31": -69.760700218894058, "W32": -93.802843304593935, "S32": -98.802843304593935 }, "geometry": { "type": "Point", "coordinates": [ 104422.0, 505947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8902790014683593, "S12": -6.5303392611229008, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.0, "S21": -47.0, "W22": -38.160100194808557, "S22": -38.160100194808557, "W31": -65.163538612921613, "S31": -65.163538612921613, "W32": -89.588011700514997, "S32": -94.588011700514997 }, "geometry": { "type": "Point", "coordinates": [ 104422.6, 526188.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40424058914608096, "S11": 0.40424058914608096, "W12": -13.346953748673741, "S12": -18.155087930140262, "W13": -28.580790453767239, "S13": -28.580790453767239, "W21": -37.185235260290995, "S21": -37.185235260290995, "W22": -69.943209540797142, "S22": -84.219559829208265, "W31": -87.064134442545722, "S31": -87.064134442545722, "W32": -100.3872342212847, "S32": -105.3872342212847 }, "geometry": { "type": "Point", "coordinates": [ 104422.75, 510199.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25741748052911362, "S11": 0.25741748052911362, "W12": -7.624380061184092, "S12": -7.624380061184092, "W13": -13.346039767216295, "S13": -14.263849737390986, "W21": -45.52581510880578, "S21": -47.890274657150442, "W22": -40.0, "S22": -41.516059852804993, "W31": -66.870598761998679, "S31": -66.870598761998679, "W32": -95.045810015165486, "S32": -100.04581001516549 }, "geometry": { "type": "Point", "coordinates": [ 104423.0, 501470.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46188935619540605, "S11": 0.46188935619540605, "W12": -7.2906388001666436, "S12": -7.2906388001666436, "W13": -13.521212567882079, "S13": -14.858714497787901, "W21": -41.066362558998712, "S21": -43.127739296875959, "W22": -52.304897700785588, "S22": -52.304897700785588, "W31": -77.889216155236198, "S31": -80.311648762101143, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104423.0, 501812.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4054155495978552, "S11": -0.4054155495978552, "W12": -5.042361766164154, "S12": -5.042361766164154, "W13": -16.806378851239842, "S13": -20.931519301712182, "W21": -34.005371004101143, "S21": -35.547113444363355, "W22": -80.0, "S22": -92.166750551705448, "W31": -92.166750551705448, "S31": -92.166750551705448, "W32": -99.883666136537684, "S32": -104.88366613653768 }, "geometry": { "type": "Point", "coordinates": [ 104423.0, 502857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2401918537115444, "W13": -19.9883953515229, "S13": -19.9883953515229, "W21": -29.999999999999996, "S21": -32.862443368223708, "W22": -40.0, "S22": -46.982314700468343, "W31": -65.650052485086547, "S31": -73.24488603132319, "W32": -91.396546823135481, "S32": -96.396546823135481 }, "geometry": { "type": "Point", "coordinates": [ 104423.0, 508511.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60908503294363214, "S11": -0.60908503294363214, "W12": -7.3469286679004249, "S12": -12.564825021930476, "W13": -19.292299505938292, "S13": -19.292299505938292, "W21": -30.0, "S21": -35.86327380532223, "W22": -58.997189473006053, "S22": -58.997189473006053, "W31": -76.283730318825391, "S31": -76.283730318825391, "W32": -89.19814654394122, "S32": -94.19814654394122 }, "geometry": { "type": "Point", "coordinates": [ 104423.0, 508619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -68.621480798649472, "S22": -78.844988593429989, "W31": -97.071621663935531, "S31": -97.071621663935531, "W32": -97.071621663935531, "S32": -101.00042590063298 }, "geometry": { "type": "Point", "coordinates": [ 104423.0114942528744, 530026.455938697326928 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10822202948820457, "S11": 0.10822202948820457, "W12": -10.002687629448319, "S12": -15.982899924672454, "W13": -19.808752048920997, "S13": -19.808752048920997, "W21": -34.052812971920424, "S21": -34.052812971920424, "W22": -33.795954464908711, "S22": -36.718930089259352, "W31": -65.738828026839528, "S31": -65.738828026839528, "W32": -88.978214936182368, "S32": -93.978214936182368 }, "geometry": { "type": "Point", "coordinates": [ 104423.6, 507427.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47703118100607994, "S11": -1.0240634924147796, "W12": -10.0, "S12": -17.532433812235642, "W13": -20.0, "S13": -20.0, "W21": -33.422396465590062, "S21": -35.921860453519841, "W22": -36.122282391748215, "S22": -37.084718488658638, "W31": -65.001423271883382, "S31": -65.001423271883382, "W32": -89.333114397508936, "S32": -94.333114397508936 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.2212741751990901, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -30.0, "S21": -32.253358850179659, "W22": -34.079655263763243, "S22": -34.079655263763243, "W31": -53.239523165785918, "S31": -54.464150686101448, "W32": -99.015545476055038, "S32": -104.01554547605504 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 508486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11955012666134746, "S11": 0.11955012666134746, "W12": -5.8991913464080445, "S12": -13.493360049534362, "W13": -23.827949269855321, "S13": -23.827949269855321, "W21": -36.499297615707704, "S21": -36.499297615707704, "W22": -44.342866962246227, "S22": -44.453588858418946, "W31": -74.53836843409573, "S31": -74.985149619746537, "W32": -100.44123888135158, "S32": -105.44123888135158 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 509721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98096857635544499, "S11": -0.019031423644555012, "W12": -7.9374818737583368, "S12": -14.627996090157051, "W13": -27.883467682836912, "S13": -27.883467682836912, "W21": -36.754648690169148, "S21": -36.754648690169148, "W22": -39.841870767717722, "S22": -39.841870767717722, "W31": -65.306417323301801, "S31": -65.820611561141803, "W32": -89.797728855042749, "S32": -94.797728855042749 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 509997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4194339371590399, "S12": -14.029773194024953, "W13": -23.065458078430119, "S13": -32.016678114054727, "W21": -36.741111003744898, "S21": -36.741111003744898, "W22": -37.752163287527509, "S22": -46.462387596343369, "W31": -69.294919613452038, "S31": -69.294919613452038, "W32": -92.212331476336161, "S32": -97.212331476336161 }, "geometry": { "type": "Point", "coordinates": [ 104424.0, 511510.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50585925981385915, "S11": -0.50585925981385915, "W12": -9.5281771483775906, "S12": -9.5281771483775906, "W13": -16.24437372559877, "S13": -19.482936148805138, "W21": -43.098353909465018, "S21": -45.405689496058315, "W22": -39.810503547858289, "S22": -41.073971379975823, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104424.25, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83457334424347518, "S11": 0.83457334424347518, "W12": -7.611824108398312, "S12": -7.611824108398312, "W13": -13.851180624205622, "S13": -17.796959003193336, "W21": -41.744445784116714, "S21": -49.984723747500382, "W22": -69.505368156654896, "S22": -79.678687032910076, "W31": -99.531195273120332, "S31": -99.531195273120332, "W32": -99.531195273120332, "S32": -99.531195273120332 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25278862810366498, "S11": -0.45449317355820879, "W12": -5.8739355018846844, "S12": -15.999590486573426, "W13": -20.778934848925044, "S13": -20.778934848925044, "W21": -34.226476152273435, "S21": -37.227981317480648, "W22": -52.212166556358085, "S22": -52.212166556358085, "W31": -77.983169067950683, "S31": -80.290325533227914, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 506642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.4848312476298826, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.177003593188566, "W22": -34.43940493468795, "S22": -39.633825287391041, "W31": -67.861657379185374, "S31": -67.861657379185374, "W32": -96.105789448137259, "S32": -101.10578944813726 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 508483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6583983029834046, "S12": -6.9346751418937354, "W13": -19.869933686104389, "S13": -19.869933686104389, "W21": -30.0, "S21": -33.363536947351975, "W22": -70.0, "S22": -70.0, "W31": -89.473180622881216, "S31": -89.473180622881216, "W32": -90.19431618293757, "S32": -95.19431618293757 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 508532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62377931854710955, "S11": -0.62377931854710955, "W12": -7.7187025816431198, "S12": -14.203133203294112, "W13": -19.735801244538163, "S13": -19.735801244538163, "W21": -30.0, "S21": -36.987717936048561, "W22": -50.330366367320991, "S22": -50.330366367320991, "W31": -76.845869706675444, "S31": -89.722854173459709, "W32": -92.846938997584274, "S32": -97.846938997584274 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 508645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.17210394307074173, "W12": -9.5130545023291901, "S12": -9.5130545023291901, "W13": -26.451373635322248, "S13": -26.451373635322248, "W21": -38.226903488076211, "S21": -38.226903488076211, "W22": -40.953262172816821, "S22": -49.254682432912645, "W31": -73.603637025159443, "S31": -73.603637025159443, "W32": -100.34030019720142, "S32": -105.34030019720142 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 510031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5155821476057232, "S11": -1.9975625870578166, "W12": -9.142882378755802, "S12": -9.142882378755802, "W13": -20.0, "S13": -26.279308357887484, "W21": -42.213439568125978, "S21": -51.691916538435706, "W22": -35.638719400609659, "S22": -36.997910331927727, "W31": -65.118269919509132, "S31": -65.118269919509132, "W32": -89.272741987568239, "S32": -94.272741987568239 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 516360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3195726298823933, "S12": -5.3195726298823933, "W13": -20.0, "S13": -20.985869357524361, "W21": -45.938664061190309, "S21": -48.765706935561333, "W22": -40.0, "S22": -45.57180986273513, "W31": -78.238164713411209, "S31": -78.238164713411209, "W32": -94.87029152023068, "S32": -99.87029152023068 }, "geometry": { "type": "Point", "coordinates": [ 104425.0, 519878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49903103678986144, "S11": 0.49903103678986144, "W12": -5.0302652756125061, "S12": -8.0859075428768641, "W13": -19.359613797773591, "S13": -22.222861950040706, "W21": -34.748788917575354, "S21": -34.748788917575354, "W22": -35.641706849868036, "S22": -38.869915884675379, "W31": -66.471755053906435, "S31": -66.471755053906435, "W32": -98.569926698096083, "S32": -103.56992669809608 }, "geometry": { "type": "Point", "coordinates": [ 104425.6, 503568.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1085689469111091, "S11": 1.1085689469111091, "W12": -9.931874974143188, "S12": -9.931874974143188, "W13": -19.166009271760068, "S13": -19.166009271760068, "W21": -33.020755369809251, "S21": -33.020755369809251, "W22": -31.106693643780211, "S22": -45.82251068581855, "W31": -65.966792752032191, "S31": -65.966792752032191, "W32": -97.245247575319212, "S32": -102.24524757531921 }, "geometry": { "type": "Point", "coordinates": [ 104426.0, 507963.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6563204819380829, "S11": -0.6563204819380829, "W12": -8.245053748869914, "S12": -15.848847215677079, "W13": -20.893756210965165, "S13": -20.893756210965165, "W21": -30.389466921993197, "S21": -38.945971474827246, "W22": -54.877539697217891, "S22": -54.877539697217891, "W31": -76.864707835061651, "S31": -83.397767421641845, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104426.0, 508681.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059672417905700881, "S11": -0.059672417905700881, "W12": -6.6682506795415222, "S12": -14.992716973568054, "W13": -23.895775279459336, "S13": -35.538370296305914, "W21": -37.029525317726744, "S21": -37.029525317726744, "W22": -52.97207977207978, "S22": -57.584978031785269, "W31": -84.298861529901686, "S31": -84.298861529901686, "W32": -96.771365880829805, "S32": -101.7713658808298 }, "geometry": { "type": "Point", "coordinates": [ 104426.0, 511414.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7699690245433475, "S12": -7.7699690245433475, "W13": -19.325215487565348, "S13": -21.00636667064893, "W21": -47.842624799715871, "S21": -50.842624799715871, "W22": -52.814652999495884, "S22": -52.814652999495884, "W31": -78.201764548321123, "S31": -80.268794142397709, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104426.0, 518154.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9192360479308217, "S12": -5.253755547214368, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -47.0, "S21": -47.0, "W22": -54.271977065840325, "S22": -54.271977065840325, "W31": -76.210820767353539, "S31": -80.349932033161636, "W32": -89.544361366401574, "S32": -94.544361366401574 }, "geometry": { "type": "Point", "coordinates": [ 104426.102040816331282, 525978.448979591834359 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3880123840536807, "S11": 1.3880123840536807, "W12": -5.6536386570929551, "S12": -5.9926419006059293, "W13": -14.460443522835288, "S13": -17.460443522835288, "W21": -40.009052305003806, "S21": -42.379358422039189, "W22": -54.802768897460965, "S22": -54.802768897460965, "W31": -76.869548345544345, "S31": -83.638481199820859, "W32": -90.038673311715158, "S32": -95.038673311715158 }, "geometry": { "type": "Point", "coordinates": [ 104426.125, 498645.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7714121389298683, "S12": -4.7714121389298683, "W13": -15.0, "S13": -15.0, "W21": -45.37154845077103, "S21": -47.218818266546705, "W22": -35.019411501454464, "S22": -36.54008221553368, "W31": -68.90262600723814, "S31": -68.90262600723814, "W32": -96.003210415205515, "S32": -101.00321041520552 }, "geometry": { "type": "Point", "coordinates": [ 104426.625, 522820.875 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2603546524638589, "S11": 1.2603546524638589, "W12": -7.3969923099317256, "S12": -9.4281133553237488, "W13": -18.311026131293819, "S13": -26.35211716919676, "W21": -36.997676556075639, "S21": -36.997676556075639, "W22": -50.586693427595705, "S22": -55.087806801421102, "W31": -79.465695912357361, "S31": -79.465695912357361, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104427.0, 511919.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.075085097115586, "S13": -15.075085097115586, "W21": -47.0, "S21": -47.0, "W22": -39.629976029152985, "S22": -42.604723209671818, "W31": -73.687953499636606, "S31": -73.687953499636606, "W32": -95.636760855100874, "S32": -100.63676085510087 }, "geometry": { "type": "Point", "coordinates": [ 104427.0, 526333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48523117858459264, "S11": -0.48523117858459264, "W12": -9.6088525101304434, "S12": -9.6088525101304434, "W13": -16.293464721363296, "S13": -19.175661803198778, "W21": -44.799176954732502, "S21": -47.155729694979698, "W22": -33.04170656280148, "S22": -39.425285241662351, "W31": -66.068637547935666, "S31": -66.068637547935666, "W32": -96.307668169330441, "S32": -101.30766816933044 }, "geometry": { "type": "Point", "coordinates": [ 104428.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69274726403945719, "S11": -0.86242597889889494, "W12": -10.004447255695727, "S12": -12.577131642548396, "W13": -19.505121187519961, "S13": -22.505121187519961, "W21": -35.110446656930819, "S21": -35.433610531648206, "W22": -37.164121269360095, "S22": -39.876736084664394, "W31": -70.0, "S31": -70.0, "W32": -98.952166587206563, "S32": -103.95216658720656 }, "geometry": { "type": "Point", "coordinates": [ 104428.0, 507050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1463487417535134, "S12": -7.1463487417535134, "W13": -19.493184470439779, "S13": -19.493184470439779, "W21": -48.357312102067709, "S21": -51.357312102067709, "W22": -48.866210517256206, "S22": -48.866210517256206, "W31": -76.632014354757345, "S31": -88.020589583102094, "W32": -93.423549297409409, "S32": -98.423549297409409 }, "geometry": { "type": "Point", "coordinates": [ 104428.0, 518599.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46428652377101592, "S11": -1.5357134762289841, "W12": -10.0, "S12": -10.0, "W13": -18.026030791136201, "S13": -18.026030791136201, "W21": -35.497634732329082, "S21": -36.640412529544101, "W22": -70.0, "S22": -70.194991055456811, "W31": -89.520134334505585, "S31": -89.520134334505585, "W32": -90.239253518029898, "S32": -95.239253518029898 }, "geometry": { "type": "Point", "coordinates": [ 104428.5, 512569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.04, "S11": -0.05, "W12": -9.9399996, "S12": -9.9399996, "W13": -25.450001, "S13": -25.450001, "W21": -38.889999, "S21": -38.889999, "W22": -69.999999999999986, "S22": -69.999999999999986, "W31": -88.66128061337642, "S31": -88.66128061337642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104428.7, 510049.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.8967339717027523, "S12": -4.8967339717027523, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -32.575484130622392, "S21": -32.575484130622392, "W22": -40.0, "S22": -40.0, "W31": -65.460293210660637, "S31": -68.687884564496784, "W32": -90.060667849956474, "S32": -95.060667849956474 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 504538.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58166297373105635, "S11": 0.58166297373105635, "W12": -5.9690826417532232, "S12": -11.80085178007344, "W13": -24.950158618258726, "S13": -24.950158618258726, "W21": -40.061577662172276, "S21": -40.061577662172276, "W22": -40.0, "S22": -47.117051518046459, "W31": -65.736237398550017, "S31": -75.090442124545746, "W32": -91.850984943271484, "S32": -96.850984943271484 }, "geometry": { "type": "Point", "coordinates": [ 104429.0, 509843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8379602189294912, "S12": -6.9340681623106342, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.0, "S21": -47.0, "W22": -50.193586314780241, "S22": -54.74861957799574, "W31": -79.097275226174915, "S31": -79.097275226174915, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104429.2, 526235.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": 9.3500004, "S11": 8.9000004, "W12": -10.1, "S12": -12.1, "W13": -12.11, "S13": -12.11, "W21": -62.099998, "S21": -64.099998, "W22": -51.865413944922452, "S22": -51.865413944922452, "W31": -77.608968120632355, "S31": -80.194814411824083, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037641647032424563, "S11": -5.0376416470324248, "W12": -6.6260628380224862, "S12": -9.3572753140305487, "W13": -15.285117221833575, "S13": -23.860108494924638, "W21": -32.223725784414249, "S21": -35.144685646907249, "W22": -49.750069636119619, "S22": -49.750069636119619, "W31": -76.752965289932817, "S31": -85.026988895626545, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 505318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012507413236654885, "S11": -0.10057510902672423, "W12": -12.607805188561704, "S12": -12.607805188561704, "W13": -19.990773583363939, "S13": -20.740694656282773, "W21": -37.791471828260029, "S21": -39.648585313738586, "W22": -39.280924879778411, "S22": -39.280924879778411, "W31": -70.0, "S31": -74.220504139769858, "W32": -92.151622092285692, "S32": -97.151622092285692 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 514149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8148269709506897, "S12": -5.0665430822119095, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -47.0, "S21": -47.0, "W22": -50.145631522298558, "S22": -50.145631522298558, "W31": -76.847971304849679, "S31": -81.970938733046466, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.408163265310577, 526027.795918367337435 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46322647899004793, "S11": -0.46322647899004793, "W12": -9.5755190909964938, "S12": -9.5755190909964938, "W13": -16.45612728646076, "S13": -19.160903137592076, "W21": -46.740864939870484, "S21": -49.111370692753084, "W22": -57.295792079207921, "S22": -57.295792079207921, "W31": -75.787145638927015, "S31": -75.787145638927015, "W32": -88.332767774051746, "S32": -93.332767774051746 }, "geometry": { "type": "Point", "coordinates": [ 104430.5, 500270.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13468302885300967, "S11": -0.13468302885300967, "W12": -5.1608577088988694, "S12": -6.0168744892222161, "W13": -17.710633181455087, "S13": -21.363757493122865, "W21": -31.3633807757843, "S21": -31.53178016643561, "W22": -41.270595163953843, "S22": -41.270595163953843, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.5, 503041.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7684189416159031, "S12": -10.924482440541176, "W13": -20.0, "S13": -20.0, "W21": -33.360360336675114, "S21": -33.360360336675114, "W22": -36.746070347855955, "S22": -39.999214078024671, "W31": -69.528321169362144, "S31": -69.528321169362144, "W32": -90.649572944325385, "S32": -95.649572944325385 }, "geometry": { "type": "Point", "coordinates": [ 104430.5, 507644.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57869154808714085, "S11": 0.57869154808714085, "W12": -5.4294131993043715, "S12": -10.724629688395769, "W13": -25.0, "S13": -25.0, "W21": -40.492621297378236, "S21": -40.492621297378236, "W22": -32.691606874631475, "S22": -34.540753618953943, "W31": -47.32467823167319, "S31": -48.582813946873486, "W32": -98.01848038944236, "S32": -103.01848038944236 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0416079123288884, "S11": 2.0416079123288884, "W12": -10.653145118387696, "S12": -17.670312183897465, "W13": -30.0, "S13": -30.0, "W21": -38.406005497352027, "S21": -38.519959799054071, "W22": -42.648738504437354, "S22": -42.659640768057372, "W31": -73.028574386181873, "S31": -73.587098283439914, "W32": -100.47969145945002, "S32": -105.47969145945002 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 510425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5470909204942194, "S12": -14.845051387454332, "W13": -25.613996851919119, "S13": -30.969151088671403, "W21": -37.594954727131629, "S21": -37.594954727131629, "W22": -50.0, "S22": -54.422725663716818, "W31": -81.033323270073595, "S31": -81.033323270073595, "W32": -95.025334135462813, "S32": -100.02533413546281 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 511225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.871186756706376, "S13": -14.871186756706376, "W21": -47.0, "S21": -47.0, "W22": -51.500971608174794, "S22": -51.500971608174794, "W31": -77.131327126256764, "S31": -80.17188840592091, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104431.0, 526786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60458987674781173, "S11": -1.4443170094405426, "W12": -10.007113773300697, "S12": -14.612517911419236, "W13": -19.766370879605688, "S13": -22.766370879605688, "W21": -34.392732970517436, "S21": -35.228361345403258, "W22": -34.170381505287168, "S22": -38.957169594330246, "W31": -67.676525825394251, "S31": -67.676525825394251, "W32": -96.060901945749436, "S32": -101.06090194574944 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 506939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11649442109839167, "S11": 0.11649442109839167, "W12": -7.3047111039736459, "S12": -12.485464453598656, "W13": -23.763746120033211, "S13": -23.763746120033211, "W21": -40.0, "S21": -40.0, "W22": -38.826102643743958, "S22": -38.826102643743958, "W31": -70.915246775200814, "S31": -74.07286577860944, "W32": -89.846376517190606, "S32": -94.846376517190606 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 509681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1, "S12": -7.7, "W13": -15.0, "S13": -15.0, "W21": -46.64873647891217, "S21": -46.64873647891217, "W22": -35.551768978969555, "S22": -36.87624345391653, "W31": -65.654169900304453, "S31": -66.601158950190367, "W32": -100.31511910363861, "S32": -105.31511910363861 }, "geometry": { "type": "Point", "coordinates": [ 104432.0, 525643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3811179056842073, "S11": 2.3811179056842073, "W12": -9.3439773255016991, "S12": -9.3439773255016991, "W13": -17.1395768937235, "S13": -20.1395768937235, "W21": -36.231722484838016, "S21": -36.234400661255329, "W22": -60.0, "S22": -60.0, "W31": -72.916409003680769, "S31": -73.300821904293059, "W32": -96.297408089393613, "S32": -101.29740808939361 }, "geometry": { "type": "Point", "coordinates": [ 104432.357142857144936, 497097.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.019241557275889137, "S11": -4.4412000142491825, "W12": -6.2354779347889737, "S12": -8.1448186797259989, "W13": -14.614302128932177, "S13": -23.594806917478063, "W21": -31.816187292672176, "S21": -34.582962234564903, "W22": -60.0, "S22": -60.0, "W31": -73.44835469514608, "S31": -73.606387291187986, "W32": -95.072761834081319, "S32": -100.07276183408132 }, "geometry": { "type": "Point", "coordinates": [ 104433.0, 505274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60993181068492142, "S11": -0.60993181068492142, "W12": -8.5223178512966697, "S12": -14.411846396514157, "W13": -21.444985269415465, "S13": -21.444985269415465, "W21": -31.698338576206869, "S21": -38.281259525324998, "W22": -57.419924059806846, "S22": -67.471275527298573, "W31": -85.623798058949319, "S31": -85.623798058949319, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104433.0, 508754.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054951285240464345, "S11": -0.054951285240464345, "W12": -2.4830260476184862, "S12": -7.8634762651040244, "W13": -22.361159028181287, "S13": -22.361159028181287, "W21": -36.204532523825108, "S21": -40.075028896944225, "W22": -60.799193477304556, "S22": -60.799193477304556, "W31": -80.177068389282908, "S31": -80.323123279369284, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104433.25, 506446.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00043266288174581558, "S11": -3.0102498296998563, "W12": -5.2790281856351919, "S12": -5.2790281856351919, "W13": -13.632590675093544, "S13": -22.96031800213381, "W21": -30.808740522553133, "S21": -32.602842106005667, "W22": -40.877215806497404, "S22": -40.877215806497404, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 505166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20766363234944463, "S11": -0.20766363234944463, "W12": -5.0, "S12": -13.975470650582951, "W13": -20.9995853912454, "S13": -20.9995853912454, "W21": -34.543842991788821, "S21": -37.61129568917481, "W22": -39.141162878430627, "S22": -42.697801810060611, "W31": -73.368022764884188, "S31": -73.368022764884188, "W32": -95.660803194196873, "S32": -100.66080319419687 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0612263095604804, "W12": -10.0080729853135, "S12": -17.098615962716728, "W13": -20.0, "S13": -20.0, "W21": -33.528541704535058, "S21": -35.855216697135539, "W22": -69.798488664987403, "S22": -69.798488664987403, "W31": -88.660266768051201, "S31": -88.660266768051201, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 506802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3745587301076743, "S12": -20.937508513258578, "W13": -28.78196764091858, "S13": -28.78196764091858, "W21": -38.105430389093073, "S21": -38.105430389093073, "W22": -34.538934884761687, "S22": -37.070374607224828, "W31": -68.317412726034789, "S31": -68.317412726034789, "W32": -95.967658130736297, "S32": -100.9676581307363 }, "geometry": { "type": "Point", "coordinates": [ 104434.0, 511052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.5080860975881274, "S11": 4.5080860975881274, "W12": -9.4361436026633072, "S12": -9.4361436026633072, "W13": -12.512297769156158, "S13": -13.137684659588787, "W21": -59.392424022805237, "S21": -61.536801370651951, "W22": -35.538091538238511, "S22": -46.619911062680984, "W31": -68.443719775888013, "S31": -68.443719775888013, "W32": -89.31619338901011, "S32": -94.31619338901011 }, "geometry": { "type": "Point", "coordinates": [ 104434.5, 501122.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5592589259134231, "S12": -5.2753914341155266, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -54.073101032448378, "S22": -54.073101032448378, "W31": -73.172846135067047, "S31": -73.542526053068826, "W32": -96.713564538428543, "S32": -101.71356453842854 }, "geometry": { "type": "Point", "coordinates": [ 104434.714285714289872, 526077.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4037593984962391, "S11": 0.4037593984962391, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -22.352274715446708, "S13": -22.352274715446708, "W21": -35.433014934279115, "S21": -38.398330098334185, "W22": -69.781696053736226, "S22": -69.781696053736226, "W31": -89.386496847574307, "S31": -89.386496847574307, "W32": -90.12603219974558, "S32": -95.12603219974558 }, "geometry": { "type": "Point", "coordinates": [ 104435.0, 509085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6314282312317676, "S11": -2.1879170688668959, "W12": -9.2192933490560183, "S12": -9.2192933490560183, "W13": -19.86953747772457, "S13": -26.313591192582347, "W21": -41.904448469848333, "S21": -51.904448469848333, "W22": -66.520584541796978, "S22": -81.520584541796978, "W31": -86.288617614020993, "S31": -86.288617614020993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104435.0, 516247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2537938316239106, "S11": 0.6846571003844053, "W12": -9.1912770832570025, "S12": -9.2105371321312326, "W13": -16.294239443910467, "S13": -16.294239443910467, "W21": -36.980380405402748, "S21": -36.980380405402748, "W22": -68.701418161748819, "S22": -83.701418161748819, "W31": -86.877230403215876, "S31": -86.877230403215876, "W32": -100.1305994209703, "S32": -105.1305994209703 }, "geometry": { "type": "Point", "coordinates": [ 104435.2, 512227.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7856414363902262, "S12": -7.3655207208439375, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -68.717815407011628, "S22": -83.717815407011628, "W31": -86.875261495549452, "S31": -86.875261495549452, "W32": -100.13443096033328, "S32": -105.13443096033328 }, "geometry": { "type": "Point", "coordinates": [ 104435.8, 526282.699999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6538898756660743, "S11": 1.6538898756660743, "W12": -5.0, "S12": -5.0381736526946108, "W13": -14.247338523514236, "S13": -17.160567927000216, "W21": -40.452853093201412, "S21": -42.103119474924917, "W22": -53.48165242165242, "S22": -58.064919399821505, "W31": -84.01497781537509, "S31": -84.01497781537509, "W32": -96.601225188555688, "S32": -101.60122518855569 }, "geometry": { "type": "Point", "coordinates": [ 104436.0, 498562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50463355357164685, "S11": 0.50463355357164685, "W12": -7.0323899702968804, "S12": -7.0323899702968804, "W13": -14.562577565632459, "S13": -18.43281015872606, "W21": -40.0, "S21": -49.453993250843645, "W22": -53.493105413105411, "S22": -58.076731970617509, "W31": -84.011489733756108, "S31": -84.011489733756108, "W32": -96.599339866919578, "S32": -101.59933986691958 }, "geometry": { "type": "Point", "coordinates": [ 104436.0, 502412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78023115577889457, "S11": 0.78023115577889457, "W12": -4.6161178861788619, "S12": -12.523172423704642, "W13": -20.0, "S13": -22.621929849760132, "W21": -36.14626364597197, "S21": -36.14626364597197, "W22": -40.0, "S22": -43.808508391415252, "W31": -67.491910551362324, "S31": -67.491910551362324, "W32": -95.16217646897276, "S32": -100.16217646897276 }, "geometry": { "type": "Point", "coordinates": [ 104436.0, 503787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25269515910390733, "S11": 0.25269515910390733, "W12": -9.9288150987196939, "S12": -11.463925952713558, "W13": -25.550838221476901, "S13": -25.550838221476901, "W21": -38.659044921487528, "S21": -38.659044921487528, "W22": -60.76869541623288, "S22": -60.76869541623288, "W31": -79.926412230815558, "S31": -80.348735257685377, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104436.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56801630532486114, "S11": 0.56801630532486114, "W12": -8.8732991851176983, "S12": -8.8732991851176983, "W13": -16.699613579731221, "S13": -19.304494326142478, "W21": -40.289467177628133, "S21": -40.432647857206831, "W22": -32.425554857776135, "S22": -34.699676724382151, "W31": -47.750215987465403, "S31": -49.272319616832021, "W32": -96.767914855030341, "S32": -101.76791485503034 }, "geometry": { "type": "Point", "coordinates": [ 104436.111111111109494, 497464.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21373327494581848, "S11": 0.21373327494581848, "W12": -10.373237837224016, "S12": -10.373237837224016, "W13": -19.283793237018138, "S13": -20.686102022211969, "W21": -33.872034481750873, "S21": -36.941014488363741, "W22": -30.0, "S22": -33.676200004044624, "W31": -50.934005161607473, "S31": -52.15043438876738, "W32": -98.783068117175034, "S32": -103.78306811717503 }, "geometry": { "type": "Point", "coordinates": [ 104436.5, 513221.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28187385594157238, "S11": 0.28187385594157238, "W12": -11.396177518626637, "S12": -11.396177518626637, "W13": -19.452573372298772, "S13": -22.444398189711954, "W21": -34.675640065945842, "S21": -37.418081313182142, "W22": -43.011681010984184, "S22": -43.068235821827777, "W31": -73.830134016095187, "S31": -74.318360597504793, "W32": -100.50841505280459, "S32": -105.50841505280459 }, "geometry": { "type": "Point", "coordinates": [ 104436.857142857144936, 513411.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24809646278190581, "S11": -0.87039966233236821, "W12": -6.2490509358425985, "S12": -6.2490509358425985, "W13": -25.0, "S13": -25.0, "W21": -35.268765492642075, "S21": -40.200571478729024, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -75.281128820359569, "S31": -75.281128820359569, "W32": -88.854077677065391, "S32": -93.854077677065391 }, "geometry": { "type": "Point", "coordinates": [ 104437.0, 505848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.38, "S11": 1.38, "W12": -6.4200001, "S12": -6.4200001, "W13": -27.93, "S13": -27.93, "W21": -36.419998, "S21": -36.419998, "W22": -53.488357307478346, "S22": -53.488357307478346, "W31": -76.969545197207012, "S31": -87.858611103071013, "W32": -90.738971468367112, "S32": -95.738971468367112 }, "geometry": { "type": "Point", "coordinates": [ 104437.1, 510000.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020938772925871207, "S11": -3.6303156275254258, "W12": -5.6866755659024513, "S12": -6.4464658010124101, "W13": -13.977316349356821, "S13": -23.52829881737722, "W21": -31.244437476028136, "S21": -33.528738611376014, "W22": -37.124966782359536, "S22": -37.124966782359536, "W31": -65.118838673557661, "S31": -65.118838673557661, "W32": -89.459684094005596, "S32": -94.459684094005596 }, "geometry": { "type": "Point", "coordinates": [ 104437.8, 505212.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1319375189398864, "S12": -5.8375245088600716, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -32.782573035463209, "W22": -37.020118556400824, "S22": -46.078289683160733, "W31": -67.005684808927924, "S31": -67.649062528301698, "W32": -88.260859265640164, "S32": -93.260859265640164 }, "geometry": { "type": "Point", "coordinates": [ 104438.0, 508510.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0970193014478156, "S12": -12.209148064327472, "W13": -24.803817943051154, "S13": -33.963403462023464, "W21": -37.286327291999754, "S21": -37.286327291999754, "W22": -80.0, "S22": -91.513507445932802, "W31": -91.513507445932802, "S31": -91.513507445932802, "W32": -100.04762549235565, "S32": -105.04762549235565 }, "geometry": { "type": "Point", "coordinates": [ 104438.0, 511321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28726794277868478, "S11": -0.28726794277868478, "W12": -13.059204053346447, "S12": -13.059204053346447, "W13": -20.629253752051291, "S13": -23.634565728165143, "W21": -39.153489457205268, "S21": -41.807830006631875, "W22": -59.064345258770409, "S22": -59.064345258770409, "W31": -76.046176261175049, "S31": -76.046176261175049, "W32": -89.030691563810521, "S32": -94.030691563810521 }, "geometry": { "type": "Point", "coordinates": [ 104438.0, 514469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.376281094494785, "S11": 1.376281094494785, "W12": -9.9826594913932123, "S12": -19.614288900486507, "W13": -30.0, "S13": -30.0, "W21": -38.797233214546644, "S21": -38.797233214546644, "W22": -41.087455806218365, "S22": -41.087455806218365, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104438.285714285710128, 510694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60249662893802525, "S11": 0.60249662893802525, "W12": -10.0, "S12": -10.0, "W13": -22.472935425762877, "S13": -22.472935425762877, "W21": -36.113239906165091, "S21": -38.160487554736591, "W22": -40.0, "S22": -44.672656518255693, "W31": -65.537856992510271, "S31": -70.281022338260669, "W32": -90.42357820568202, "S32": -95.42357820568202 }, "geometry": { "type": "Point", "coordinates": [ 104439.0, 509144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5305964436234092, "S12": -5.7111453487663972, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -46.63807702813439, "W31": -65.817250176855154, "S31": -75.817250176855154, "W32": -92.231671070013206, "S32": -97.231671070013206 }, "geometry": { "type": "Point", "coordinates": [ 104439.020408163269167, 526126.489795918343589 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16764070280937071, "S11": -0.86030121005993809, "W12": -3.4019020918387963, "S12": -3.4019020918387963, "W13": -12.914996893766888, "S13": -23.119253493621073, "W21": -30.0, "S21": -30.0, "W22": -48.040516561514195, "S22": -48.040516561514195, "W31": -75.639957190805475, "S31": -75.662310068230425, "W32": -99.367567367132992, "S32": -104.36756736713299 }, "geometry": { "type": "Point", "coordinates": [ 104439.2, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46747998854805101, "S11": -0.5377594403656869, "W12": -11.6744197453925, "S12": -11.6744197453925, "W13": -20.576360094923594, "S13": -27.195697809422906, "W21": -38.423416229375462, "S21": -42.033257997767855, "W22": -32.817607794697949, "S22": -37.93579360975248, "W31": -66.008146605458464, "S31": -66.008146605458464, "W32": -96.2565531188813, "S32": -101.2565531188813 }, "geometry": { "type": "Point", "coordinates": [ 104439.278688524587778, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8938749193261895, "S11": 1.8938749193261895, "W12": -9.9416548141466521, "S12": -14.292463773718099, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.345504422993237, "S21": -38.349176195104242, "W22": -41.182430057737051, "S22": -41.182430057737051, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104439.666666666671517, 510473.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6735276527535792, "S12": -6.2337738852616527, "W13": -14.012103957163379, "S13": -15.669135460898358, "W21": -41.8672871578365, "S21": -44.8672871578365, "W22": -40.0, "S22": -50.763582669201831, "W31": -79.695768128786568, "S31": -79.695768128786568, "W32": -97.347231568122083, "S32": -102.34723156812208 }, "geometry": { "type": "Point", "coordinates": [ 104440.0, 498271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097052314501752002, "S11": -0.097052314501752002, "W12": -10.0, "S12": -10.0, "W13": -15.805141287284146, "S13": -18.83618849430794, "W21": -40.615215955682885, "S21": -42.656066684316208, "W22": -60.0, "S22": -60.0, "W31": -73.15529828795286, "S31": -73.456084085391751, "W32": -95.782596671544283, "S32": -100.78259667154428 }, "geometry": { "type": "Point", "coordinates": [ 104440.0, 499561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44184036603965426, "S11": 0.44184036603965426, "W12": -7.0563671712262179, "S12": -7.0563671712262179, "W13": -13.412581458494961, "S13": -14.981980871803591, "W21": -40.651865632625629, "S21": -42.408181171233828, "W22": -49.692839446386806, "S22": -49.692839446386806, "W31": -75.33769872772875, "S31": -75.33769872772875, "W32": -88.938295077376139, "S32": -93.938295077376139 }, "geometry": { "type": "Point", "coordinates": [ 104440.0, 501785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46609853776660137, "S11": -0.46609853776660137, "W12": -6.6878866620304729, "S12": -10.780141317855406, "W13": -19.785696897666561, "S13": -19.785696897666561, "W21": -30.0, "S21": -34.518629901577881, "W22": -60.666826741673248, "S22": -60.666826741673248, "W31": -83.347001223990205, "S31": -83.347001223990205, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104440.0, 508582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2160275081683416, "S11": 0.2160275081683416, "W12": -10.392055870090594, "S12": -10.392055870090594, "W13": -19.292180474016206, "S13": -20.78563567742572, "W21": -33.896143814849268, "S21": -36.978355755330803, "W22": -60.84412697858221, "S22": -60.84412697858221, "W31": -82.912484700122405, "S31": -82.912484700122405, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104440.333333333328483, 513226.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7548113817675413, "S12": -4.7548113817675413, "W13": -15.0, "S13": -15.0, "W21": -45.170882413249601, "S21": -47.118518369145683, "W22": -31.733103519187761, "S22": -47.450926178020325, "W31": -66.777694373186222, "S31": -66.777694373186222, "W32": -97.634508281053911, "S32": -102.63450828105391 }, "geometry": { "type": "Point", "coordinates": [ 104440.5, 522715.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50914432622723416, "S11": -0.50914432622723416, "W12": -9.6200138760158165, "S12": -9.6200138760158165, "W13": -16.326293279600925, "S13": -19.732317716193265, "W21": -43.309758965314849, "S21": -45.542636720533771, "W22": -39.62494115665578, "S22": -40.558325119404806, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104440.571428571434808, 499990.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98361655377669921, "S11": 0.98361655377669921, "W12": -4.1448715101421607, "S12": -15.719584241969699, "W13": -19.990754487066912, "S13": -21.556846443738596, "W21": -36.785545854040542, "S21": -36.785545854040542, "W22": -38.416644135631167, "S22": -47.233484706309348, "W31": -73.330386507523471, "S31": -74.311131366920421, "W32": -88.100400740958108, "S32": -93.100400740958108 }, "geometry": { "type": "Point", "coordinates": [ 104440.777777777781012, 504080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.481708491242445, "S12": -13.481708491242445, "W13": -16.30115186697676, "S13": -19.902476724073829, "W21": -42.128072008899977, "S21": -43.625332223768169, "W22": -80.0, "S22": -91.215453135562896, "W31": -91.215453135562896, "S31": -91.215453135562896, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104441.0, 499881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00065735414954806726, "S11": -2.6935641546787021, "W12": -5.3465504675823903, "S12": -5.3465504675823903, "W13": -25.0, "S13": -25.0, "W21": -36.699168578811658, "S21": -41.699168578811658, "W22": -69.639574910743406, "S22": -69.639574910743406, "W31": -93.544499994781276, "S31": -93.544499994781276, "W32": -97.624054392918154, "S32": -102.62405439291815 }, "geometry": { "type": "Point", "coordinates": [ 104441.0, 506060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8669493431948512, "S11": 1.8669493431948512, "W12": -9.9401023040622665, "S12": -14.234020345238536, "W13": -30.0, "S13": -30.418258788882547, "W21": -38.331033885017014, "S21": -38.334167893385462, "W22": -68.183397475406764, "S22": -78.156410021701731, "W31": -95.0, "S31": -95.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104441.0, 510486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7588572193429632, "S12": -4.7588572193429632, "W13": -15.695623073415311, "S13": -15.695623073415311, "W21": -44.590377042457476, "S21": -46.670421343749084, "W22": -69.218489747783735, "S22": -79.218489747783735, "W31": -98.64303493262382, "S31": -98.64303493262382, "W32": -98.64303493262382, "S32": -98.64303493262382 }, "geometry": { "type": "Point", "coordinates": [ 104441.428571428565192, 522376.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -41.249220641289561, "S22": -46.249220641289561, "W31": -77.324731322756165, "S31": -77.324731322756165, "W32": -100.4854672380411, "S32": -105.4854672380411 }, "geometry": { "type": "Point", "coordinates": [ 104441.8, 530017.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2305704669262629, "S11": -1.5078829536816951, "W12": -8.9494024326769814, "S12": -8.9494024326769814, "W13": -19.310232744505385, "S13": -25.404163368461369, "W21": -42.76304078308597, "S21": -46.952391221960497, "W22": -40.281574754869901, "S22": -40.495856125232606, "W31": -78.966517953612936, "S31": -78.966517953612936, "W32": -100.23943587009947, "S32": -105.23943587009947 }, "geometry": { "type": "Point", "coordinates": [ 104441.896551724144956, 516620.896551724115852 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72837562656641597, "S11": 0.72837562656641597, "W12": -5.5847546868767459, "S12": -6.5847546868767459, "W13": -16.141254586755199, "S13": -18.706383014520362, "W21": -40.0, "S21": -42.460791275142704, "W22": -35.713664186334078, "S22": -36.916082937002976, "W31": -65.009307694317002, "S31": -65.009307694317002, "W32": -89.283237300294047, "S32": -94.283237300294047 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 498964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41411802369010781, "S11": -2.5858819763098913, "W12": -3.0363833742573054, "S12": -3.0363833742573054, "W13": -14.571302523428596, "S13": -24.571302523428596, "W21": -30.0, "S21": -30.0, "W22": -32.44601514591799, "S22": -34.721298596346948, "W31": -47.938849921658779, "S31": -49.506504547134512, "W32": -96.595799716338433, "S32": -101.59579971633843 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 504910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3102679534180015, "S11": 2.3102679534180015, "W12": -13.18641104189704, "S12": -27.435676359804631, "W13": -28.208982628424, "S13": -28.208982628424, "W21": -36.893764332428844, "S21": -36.893764332428844, "W22": -66.434519172509312, "S22": -81.262723086650723, "W31": -86.139015041621093, "S31": -86.139015041621093, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 510178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66700049232421788, "S11": 0.66700049232421788, "W12": -6.130670742310123, "S12": -12.739859333603478, "W13": -22.575041349814537, "S13": -30.290978151798186, "W21": -36.481005172433449, "S21": -36.481005172433449, "W22": -35.267108903401706, "S22": -36.853076225295318, "W31": -65.100446602963686, "S31": -65.100446602963686, "W32": -89.227375109435641, "S32": -94.227375109435641 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 511582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7321427553388249, "S12": -4.7321427553388249, "W13": -15.0, "S13": -15.0, "W21": -46.007711200113732, "S21": -46.007711200113732, "W22": -69.713426828017617, "S22": -71.33228703757618, "W31": -90.007830381882329, "S31": -90.007830381882329, "W32": -90.675525293296687, "S32": -95.675525293296687 }, "geometry": { "type": "Point", "coordinates": [ 104442.0, 524050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7333226538513573, "S12": -7.7067327295728196, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -56.482958872810137, "S22": -56.482958872810137, "W31": -75.735727078081723, "S31": -75.735727078081723, "W32": -88.272483713267604, "S32": -93.272483713267604 }, "geometry": { "type": "Point", "coordinates": [ 104442.4, 526329.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5747895345231044, "S11": 1.5747895345231044, "W12": -5.2859317487054707, "S12": -5.5002697393907667, "W13": -14.293830172452813, "S13": -17.293830172452815, "W21": -40.26958078254107, "S21": -42.219636488414061, "W22": -40.0, "S22": -44.833179854076647, "W31": -65.975920328107691, "S31": -73.871940319574747, "W32": -93.217850525916532, "S32": -98.217850525916532 }, "geometry": { "type": "Point", "coordinates": [ 104443.0, 498601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3337262165347692, "S12": -13.481100249396953, "W13": -25.47681317350769, "S13": -31.873751020709747, "W21": -37.479521842246449, "S21": -37.479521842246449, "W22": -31.079241867471751, "S22": -46.076998677783948, "W31": -66.7968357647147, "S31": -66.7968357647147, "W32": -97.446438041452183, "S32": -102.44643804145218 }, "geometry": { "type": "Point", "coordinates": [ 104443.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.520486897201712, "S12": -6.1654521992855837, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -50.342433264368978, "S22": -54.943569173249998, "W31": -79.076806063355662, "S31": -79.076806063355662, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104443.326530612248462, 526175.836734693846665 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19790112749340838, "S11": -0.33120792118425535, "W12": -10.018217684993404, "S12": -14.513163596674627, "W13": -19.779692507397016, "S13": -19.779692507397016, "W21": -34.001703194893039, "S21": -34.001703194893039, "W22": -37.215990007197554, "S22": -39.450180187598001, "W31": -69.248656310430036, "S31": -69.248656310430036, "W32": -98.994368365356451, "S32": -103.99436836535645 }, "geometry": { "type": "Point", "coordinates": [ 104443.4, 507386.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0008606591289784, "S12": -5.0008606591289784, "W13": -16.499065967597417, "S13": -20.773030157546383, "W21": -34.686674882533474, "S21": -36.673754603404696, "W22": -43.397387661444519, "S22": -43.499595019511624, "W31": -74.631693646007491, "S31": -75.049622911568733, "W32": -100.53713864615916, "S32": -105.53713864615916 }, "geometry": { "type": "Point", "coordinates": [ 104444.0, 502809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2151117575974577, "S11": 1.2151117575974577, "W12": -7.0506513220485205, "S12": -9.2304702095000088, "W13": -19.537709793923945, "S13": -27.643010444389311, "W21": -36.584503208851977, "S21": -36.584503208851977, "W22": -52.207446808512962, "S22": -52.207446808512962, "W31": -73.701242150062754, "S31": -73.701242150062754, "W32": -93.996315870779469, "S32": -98.996315870779469 }, "geometry": { "type": "Point", "coordinates": [ 104444.0, 511877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.15, "S11": 1.15, "W12": -6.6, "S12": -7.45, "W13": -14.901290147702086, "S13": -17.901290147702085, "W21": -40.0, "S21": -42.850982310130853, "W22": -40.093839407664312, "S22": -45.093839407664312, "W31": -69.105032000712768, "S31": -74.983009795258425, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99375109809663253, "S11": 0.99375109809663253, "W12": -8.1300916539369528, "S12": -8.1300916539369528, "W13": -13.327986423584173, "S13": -16.254464731442749, "W21": -43.643136425676175, "S21": -52.50291734370245, "W22": -35.044640859252631, "S22": -35.958414806257785, "W31": -69.409664501893332, "S31": -69.409664501893332, "W32": -95.803604877870299, "S32": -100.8036048778703 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 502027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59728507632267935, "S11": -0.59728507632267935, "W12": -8.7413866078655342, "S12": -16.019973927600734, "W13": -21.253055080301703, "S13": -21.253055080301703, "W21": -31.495042219359352, "S21": -37.719083161709442, "W22": -37.716153864905117, "S22": -44.891427730319826, "W31": -69.733855416036931, "S31": -69.733855416036931, "W32": -92.46040103484988, "S32": -97.46040103484988 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 508746.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.25, "S11": 1.25, "W12": -4.75, "S12": -25.25, "W13": -25.26, "S13": -25.26, "W21": -38.25, "S21": -38.25, "W22": -39.530761832517939, "S22": -46.039789681135709, "W31": -70.0, "S31": -73.884484816832057, "W32": -93.733675488498648, "S32": -98.733675488498648 }, "geometry": { "type": "Point", "coordinates": [ 104445.6, 509951.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2603068864715663, "S11": 1.2603068864715663, "W12": -8.6016593749887758, "S12": -8.6016593749887758, "W13": -16.307741782152373, "S13": -17.677234352009933, "W21": -42.852420553540753, "S21": -44.613515398645056, "W22": -51.66335441132189, "S22": -56.248215768254042, "W31": -81.498492637770354, "S31": -81.498492637770354, "W32": -95.327278405346163, "S32": -100.32727840534616 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 497793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3960398335049007, "S11": 1.3960398335049007, "W12": -8.2069386265391433, "S12": -10.684006194106711, "W13": -17.986809188082781, "S13": -29.54012126743099, "W21": -36.991094966696352, "S21": -36.991094966696352, "W22": -55.034345128776152, "S22": -60.92902374366718, "W31": -85.683201285374039, "S31": -85.683201285374039, "W32": -97.758979917502188, "S32": -102.75897991750219 }, "geometry": { "type": "Point", "coordinates": [ 104446.0, 511973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7267844055875017, "S12": -4.7267844055875017, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -46.071858041364976, "S21": -46.071858041364976, "W22": -49.428224152338515, "S22": -49.428224152338515, "W31": -76.576622984367489, "S31": -83.495472080157981, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104446.5, 524014.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35537964458804527, "S11": -0.35537964458804527, "W12": -9.4727364904202158, "S12": -9.4727364904202158, "W13": -16.392110776495905, "S13": -19.138676028372011, "W21": -49.368494932895096, "S21": -51.591096984052577, "W22": -36.695631779319619, "S22": -40.873561030700508, "W31": -69.471492560349063, "S31": -69.471492560349063, "W32": -90.740498027272835, "S32": -95.740498027272835 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 500405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.078046585587474654, "S11": -0.078046585587474654, "W12": -3.2375128117526475, "S12": -5.3579594418478624, "W13": -23.249881972690297, "S13": -23.249881972690297, "W21": -37.15433173837102, "S21": -41.593432293711608, "W22": -43.103970330154652, "S22": -43.103970330154652, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5378578230911405, "S11": -0.5378578230911405, "W12": -8.4627846962766125, "S12": -18.462784696276614, "W13": -20.864828094485663, "S13": -20.864828094485663, "W21": -30.723176530270127, "S21": -37.804464175155481, "W22": -40.0, "S22": -46.406901693967427, "W31": -65.73188547529395, "S31": -74.654068169230555, "W32": -91.594867238018068, "S32": -96.594867238018068 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 508705.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49854544576855769, "S11": -0.49854544576855769, "W12": -8.5750800804675897, "S12": -14.13335380610345, "W13": -21.500320527753054, "S13": -21.500320527753054, "W21": -32.039660934922608, "S21": -37.039660934922608, "W22": -40.0, "S22": -44.998016958424508, "W31": -65.66269073513044, "S31": -73.044855618445695, "W32": -91.143398999948531, "S32": -96.143398999948531 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 508777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50545350430835012, "S11": -0.50545350430835012, "W12": -11.282721912350461, "S12": -22.800499653726284, "W13": -23.379381460030316, "S13": -23.379381460030316, "W21": -40.0, "S21": -40.0, "W22": -33.607097501555046, "S22": -37.79240759640367, "W31": -67.167856148570451, "S31": -67.167856148570451, "W32": -96.063969037811333, "S32": -101.06396903781133 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 509596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2030657669785843, "S12": -12.278864766349773, "W13": -25.112241191427536, "S13": -33.203847692534069, "W21": -37.339340700520189, "S21": -37.339340700520189, "W22": -33.074866970236499, "S22": -36.89139210868224, "W31": -65.935836165078641, "S31": -65.935836165078641, "W32": -88.799204123211439, "S32": -93.799204123211439 }, "geometry": { "type": "Point", "coordinates": [ 104447.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17210968903770604, "S11": 0.17210968903770604, "W12": -8.9275431202790116, "S12": -8.9275431202790116, "W13": -19.188633843307237, "S13": -19.730455181842348, "W21": -33.391414592851923, "S21": -35.591422609389475, "W22": -39.10050228177434, "S22": -40.157445557932775, "W31": -70.0, "S31": -74.256677202390762, "W32": -91.215041114532525, "S32": -96.215041114532525 }, "geometry": { "type": "Point", "coordinates": [ 104447.5, 513101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5103773507800149, "S12": -6.6197590498047711, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -33.400864425563356, "S22": -33.789666577277195, "W31": -48.779912433556404, "S31": -50.664947838591004, "W32": -95.428429289109616, "S32": -100.42842928910962 }, "geometry": { "type": "Point", "coordinates": [ 104447.632653061227757, 526225.183673469349742 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.6285168888218795, "S12": -7.6285168888218795, "W13": -15.534102767975511, "S13": -18.534102767975511, "W21": -42.743085747223283, "S21": -44.681249998431014, "W22": -43.852954484295722, "S22": -43.992579645286092, "W31": -75.29553100347222, "S31": -75.653957360901515, "W32": -100.55587766921302, "S32": -105.55587766921302 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 497999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.994918648310389, "S12": -13.994918648310389, "W13": -16.329115314886369, "S13": -20.023297696423846, "W21": -42.193591342750231, "S21": -43.832802629802053, "W22": -39.791751280718749, "S22": -40.656400978583839, "W31": -80.0, "S31": -80.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.3827634925149352, "S11": 6.0121041249195528, "W12": -10.0, "S12": -12.361844037082093, "W13": -13.15027117384844, "S13": -13.956524001841803, "W21": -60.775283932205625, "S21": -62.763655642658449, "W22": -51.096942214367026, "S22": -55.611313898405285, "W31": -79.936138632987891, "S31": -79.936138632987891, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1304436288770532, "S11": 1.1304436288770532, "W12": -6.4934153198351909, "S12": -9.7042820727459294, "W13": -20.305254607201228, "S13": -27.215544105163413, "W21": -36.306372976389206, "S21": -36.355307281130031, "W22": -48.968955565377911, "S22": -48.968955565377911, "W31": -76.408445271434886, "S31": -83.660813685344053, "W32": -89.97068221769193, "S32": -94.97068221769193 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 511827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9485812552442248, "S12": -4.9485812552442248, "W13": -19.535555844363692, "S13": -29.535555844363692, "W21": -43.352331128048206, "S21": -46.238378051373452, "W22": -39.102275193468017, "S22": -40.210602736166329, "W31": -70.0, "S31": -74.256347648935687, "W32": -91.221816651097342, "S32": -96.221816651097342 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 520210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.632038446135363, "S12": -7.632038446135363, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -41.829262206725843, "W31": -66.073583125681708, "S31": -70.375253144576078, "W32": -93.908621092097405, "S32": -98.908621092097405 }, "geometry": { "type": "Point", "coordinates": [ 104448.0, 526325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2, "S11": 2.7, "W12": -10.488917604800912, "S12": -14.647200034252581, "W13": -17.200001, "S13": -20.182580832716646, "W21": -39.073315796208213, "S21": -39.073315796208213, "W22": -37.694295628302193, "S22": -37.694295628302193, "W31": -65.184849850872183, "S31": -65.184849850872183, "W32": -89.531530852452264, "S32": -94.531530852452264 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 496778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.1049172346640701, "W12": -4.6810825531495901, "S12": -4.6810825531495901, "W13": -15.0, "S13": -15.0, "W21": -33.692867262174353, "S21": -33.692867262174353, "W22": -55.898107041112922, "S22": -62.503954994329298, "W31": -85.761309087646367, "S31": -85.761309087646367, "W32": -98.154585553849401, "S32": -103.1545855538494 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 504408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27222222222222225, "S11": 0.27222222222222225, "W12": -5.6140949780003027, "S12": -11.008562000109844, "W13": -19.525408125907504, "S13": -19.525408125907504, "W21": -30.0, "S21": -30.001808638939789, "W22": -51.155218554861733, "S22": -51.155218554861733, "W31": -77.646704603559456, "S31": -80.016681180475985, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 508273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85875056534426619, "S11": 0.85875056534426619, "W12": -9.3446258751103475, "S12": -12.177941614577575, "W13": -26.322715193554227, "S13": -26.322715193554227, "W21": -37.172564429505329, "S21": -37.172564429505329, "W22": -58.690083362278571, "S22": -58.690083362278571, "W31": -76.068809711571987, "S31": -76.068809711571987, "W32": -89.135543262308758, "S32": -94.135543262308758 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 510063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7452549262171946, "S12": -7.6455597486910163, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -52.121451104100949, "S22": -52.121451104100949, "W31": -78.170673108036596, "S31": -80.050897571583562, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104449.0, 526376.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1158269027088399, "S11": 1.1158269027088399, "W12": -6.7587899679772754, "S12": -9.0178417488889355, "W13": -27.725290580329389, "S13": -27.725290580329389, "W21": -36.560654163589234, "S21": -36.560654163589234, "W22": -50.41318312559924, "S22": -55.035749135684107, "W31": -79.068986683034879, "S31": -79.068986683034879, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104449.25, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47317686504612561, "S11": -0.47317686504612561, "W12": -7.6333493659185594, "S12": -15.177971591471408, "W13": -20.484702830844565, "S13": -20.484702830844565, "W21": -30.0, "S21": -37.043363685560372, "W22": -69.441613808880106, "S22": -81.149794196924148, "W31": -86.59198490504123, "S31": -86.59198490504123, "W32": -100.14426212962564, "S32": -105.14426212962564 }, "geometry": { "type": "Point", "coordinates": [ 104449.333333333328483, 508650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.6919880358345027, "S12": -6.8214955708183567, "W13": -14.728573958588466, "S13": -16.490122690230656, "W21": -42.377712911485595, "S21": -44.993335198634732, "W22": -39.669600983652032, "S22": -40.484493312809853, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 498130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61949878142637249, "S11": 0.61949878142637249, "W12": -5.542919824491424, "S12": -6.542919824491424, "W13": -16.358378472828935, "S13": -18.770589252363052, "W21": -40.0, "S21": -42.380763587499615, "W22": -43.852516262240044, "S22": -43.987914242954815, "W31": -75.308835724779456, "S31": -75.656467674492248, "W32": -100.56151756321704, "S32": -105.56151756321704 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51261049052938323, "S11": -0.51261049052938323, "W12": -9.6793801708013056, "S12": -9.6793801708013056, "W13": -16.376824666697207, "S13": -19.737580137504434, "W21": -43.60699588477366, "S21": -45.803890147795215, "W22": -48.43460985133931, "S22": -48.43460985133931, "W31": -76.265285452076483, "S31": -82.102745341946942, "W32": -89.872860332543411, "S32": -94.872860332543411 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2167031486782287, "S12": -12.546691939448387, "W13": -25.329034992129799, "S13": -32.620004028642064, "W21": -37.390573996125966, "S21": -37.390573996125966, "W22": -39.656160566711669, "S22": -49.656160566711669, "W31": -70.0, "S31": -74.568893158248159, "W32": -94.70541676972546, "S32": -99.70541676972546 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 511278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089346357919781225, "S11": 0.021732262427387614, "W12": -12.282604086412817, "S12": -12.282604086412817, "W13": -19.969718463382652, "S13": -21.613282250337672, "W21": -37.179887050218255, "S21": -40.649978642437226, "W22": -36.470810491318801, "S22": -46.111670543593895, "W31": -64.572875749431461, "S31": -65.314085649466875, "W32": -88.699795412942819, "S32": -93.699795412942819 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46664144527841966, "S11": -0.52722008722996117, "W12": -11.671647862222546, "S12": -11.671647862222546, "W13": -20.557405271735867, "S13": -27.235189074512483, "W21": -38.411930455105107, "S21": -42.071064183250584, "W22": -35.20296416697451, "S22": -41.998754439943454, "W31": -54.267595044294076, "S31": -55.836776682894147, "W32": -90.755555555555546, "S32": -95.755555555555546 }, "geometry": { "type": "Point", "coordinates": [ 104450.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -33.971293317775498, "S22": -40.587189304577905, "W31": -66.899965326570722, "S31": -66.899965326570722, "W32": -87.56568555092089, "S32": -92.56568555092089 }, "geometry": { "type": "Point", "coordinates": [ 104450.223076923080953, 530037.784615384647623 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096906650201243991, "S11": -0.096906650201243991, "W12": -10.0, "S12": -10.0, "W13": -22.259595083813949, "S13": -22.259595083813949, "W21": -37.804375667431351, "S21": -37.804375667431351, "W22": -80.0, "S22": -90.507932350520093, "W31": -90.507932350520093, "S31": -90.507932350520093, "W32": -99.814468905196065, "S32": -104.81446890519607 }, "geometry": { "type": "Point", "coordinates": [ 104450.75, 509289.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7602257348023249, "S12": -4.7602257348023249, "W13": -17.481405690365264, "S13": -17.481405690365264, "W21": -42.676082015247111, "S21": -44.693258649461299, "W22": -59.52175737420739, "S22": -59.52175737420739, "W31": -79.804733954224091, "S31": -80.207338334202646, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104450.75, 521498.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92883302005012536, "S11": 0.92883302005012536, "W12": -6.0498125, "S12": -7.0866704361406754, "W13": -15.478848506028307, "S13": -18.478848506028307, "W21": -40.0, "S21": -42.663452148635848, "W22": -58.843666793457587, "S22": -58.843666793457587, "W31": -73.384922581617062, "S31": -73.553869030976784, "W32": -95.295790770781835, "S32": -100.29579077078184 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 498853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51942713567839194, "S11": 0.51942713567839194, "W12": -5.0, "S12": -10.170393655004498, "W13": -19.643196043370452, "S13": -22.400452575583177, "W21": -35.183592036688445, "S21": -35.183592036688445, "W22": -46.51558073654391, "S22": -46.51558073654391, "W31": -75.239998, "S31": -75.239998, "W32": -91.311334768940227, "S32": -96.311334768940227 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.2523125608568644, "W12": -4.6169950850475496, "S12": -7.3236846219257661, "W13": -15.0, "S13": -15.0, "W21": -34.037736188504887, "S21": -34.037736188504887, "W22": -57.010760819902004, "S22": -64.842339767270431, "W31": -85.614481613853542, "S31": -85.614481613853542, "W32": -98.776665010688589, "S32": -103.77666501068859 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 504369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19096542145934969, "S11": -3.9111667575019542, "W12": -7.9315231624190394, "S12": -12.364008123789159, "W13": -18.107409998385624, "S13": -24.605302208734038, "W21": -33.835393107632015, "S21": -37.182042967122861, "W22": -68.710289784890023, "S22": -78.395090847855997, "W31": -98.249805838549037, "S31": -98.249805838549037, "W32": -98.249805838549037, "S32": -98.552381789418178 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24369077137325501, "S11": -0.24369077137325501, "W12": -5.8304518211157221, "S12": -15.228574265975158, "W13": -20.83451360643037, "S13": -20.83451360643037, "W21": -34.431937959500658, "S21": -37.350314330211653, "W22": -70.0, "S22": -74.034549564094291, "W31": -94.974420877162729, "S31": -94.974420877162729, "W32": -94.974420877162729, "S32": -96.998262130558885 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4746082760681229, "S12": -9.4746082760681229, "W13": -22.949243581816418, "S13": -22.949243581816418, "W21": -34.598027198531916, "S21": -39.492811245451549, "W22": -40.0, "S22": -51.32256563776852, "W31": -79.651242099042847, "S31": -79.651242099042847, "W32": -96.924571181900134, "S32": -101.92457118190013 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 508942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.037499705135358, "S12": -10.037499705135358, "W13": -22.505692704093374, "S13": -22.505692704093374, "W21": -35.692243692344803, "S21": -38.736229446424979, "W22": -41.725607957744593, "S22": -41.730717746566889, "W31": -73.163364147342378, "S31": -73.689938331801031, "W32": -100.57466470171281, "S32": -105.57466470171281 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -22.435482900535778, "S13": -22.435482900535778, "W21": -36.29398552399504, "S21": -38.147723906198138, "W22": -40.0, "S22": -52.516384157935192, "W31": -79.540777653710251, "S31": -79.540777653710251, "W32": -96.464488401914608, "S32": -101.46448840191461 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82880568033618296, "S11": 0.82880568033618296, "W12": -8.6400841029030246, "S12": -9.565339011473009, "W13": -23.669171463503737, "S13": -23.669171463503737, "W21": -41.121777697459592, "S21": -41.121777697459592, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -65.523665855511354, "S31": -69.698047405722193, "W32": -90.159128603307693, "S32": -95.159128603307693 }, "geometry": { "type": "Point", "coordinates": [ 104451.0, 509659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46550925925933173, "S11": 0.46550925925933173, "W12": -6.3912279370862652, "S12": -12.535252256908684, "W13": -19.401004725637421, "S13": -19.401004725637421, "W21": -30.019271632942573, "S21": -30.021662364154494, "W22": -35.727682674547466, "S22": -44.060543587255481, "W31": -58.148148148148145, "S31": -59.310726065488566, "W32": -89.403023147338345, "S32": -94.403023147338345 }, "geometry": { "type": "Point", "coordinates": [ 104451.166666666671517, 508212.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4006744868033985, "W12": -10.023812323479568, "S12": -11.230438607945151, "W13": -19.609299989596032, "S13": -19.609299989596032, "W21": -34.31426079635488, "S21": -34.656401306528579, "W22": -58.756078499478981, "S22": -58.756078499478981, "W31": -75.994717718772435, "S31": -75.994717718772435, "W32": -89.075725419457569, "S32": -94.075725419457569 }, "geometry": { "type": "Point", "coordinates": [ 104451.2, 507255.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.15, "S11": 0.95, "W12": -4.75, "S12": -4.75, "W13": -26.26, "S13": -26.26, "W21": -40.75, "S21": -40.75, "W22": -35.668710888610761, "S22": -38.320810144528068, "W31": -70.395878407543051, "S31": -70.395878407543051, "W32": -95.666214888137475, "S32": -100.66621488813747 }, "geometry": { "type": "Point", "coordinates": [ 104451.2, 509901.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7668358503172068, "S11": -2.4059291869370503, "W12": -9.3011850456605405, "S12": -9.3011850456605405, "W13": -19.848997484621496, "S13": -26.500738126767391, "W21": -41.542032430407289, "S21": -47.201793785048181, "W22": -32.227479195405415, "S22": -37.912590344887768, "W31": -66.327144505055912, "S31": -66.327144505055912, "W32": -96.272148502246878, "S32": -101.27214850224688 }, "geometry": { "type": "Point", "coordinates": [ 104451.386666666672681, 516122.506666666653473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1431778823500699, "S11": -1.5877318109708249, "W12": -6.5994854447831033, "S12": -6.5994854447831033, "W13": -24.004432624113448, "S13": -25.675026273121553, "W21": -34.717959940097892, "S21": -39.127682229801437, "W22": -31.194637703788029, "S22": -46.214084717222761, "W31": -67.274224713675409, "S31": -67.274224713675409, "W32": -97.524894540047057, "S32": -102.52489454004706 }, "geometry": { "type": "Point", "coordinates": [ 104451.6, 505767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5002678043583186, "S12": -7.0740659003239594, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -34.519079861889601, "S22": -35.987865059844957, "W31": -65.358724852247633, "S31": -66.274906790951775, "W32": -100.34126583454385, "S32": -105.34126583454385 }, "geometry": { "type": "Point", "coordinates": [ 104451.938775510207051, 526274.530612244852819 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4168449561497329, "S11": 2.4168449561497329, "W12": -9.1252654309879428, "S12": -9.1252654309879428, "W13": -12.725173617846751, "S13": -13.977666911745919, "W21": -56.32313861912354, "S21": -58.414281911211447, "W22": -39.750755503615729, "S22": -40.507590729781001, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 501180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49509123892860962, "S11": -2.5049087610713903, "W12": -2.8893492790929969, "S12": -2.8893492790929969, "W13": -15.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -48.47763091001525, "W31": -79.166002237349488, "S31": -79.166002237349488, "W32": -94.796475855317937, "S32": -99.796475855317937 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 504874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46839184718813365, "S11": -2.4960995155757821, "W12": -2.9012068674126996, "S12": -2.9012068674126996, "W13": -15.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -55.670125666412368, "S22": -55.670125666412368, "W31": -75.684308517236445, "S31": -75.684308517236445, "W32": -88.270529913898713, "S32": -93.270529913898713 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 504883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7731262938333492, "S12": -4.7731262938333492, "W13": -18.985440664778316, "S13": -19.321506238548807, "W21": -41.787164419576229, "S21": -44.787164419576229, "W22": -49.997491792999149, "S22": -49.997491792999149, "W31": -76.64003078005581, "S31": -88.468945216478204, "W32": -92.6803847744238, "S32": -97.6803847744238 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 520561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7386418421418997, "S12": -4.7386418421418997, "W13": -15.0, "S13": -15.0, "W21": -45.269621672900477, "S21": -47.262343105147181, "W22": -58.884270626113263, "S22": -58.884270626113263, "W31": -79.641586327042489, "S31": -80.161547718069926, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.0, 522784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1871137433604562, "S11": 0.91667928784051067, "W12": -9.3090351393829849, "S12": -9.3090351393829849, "W13": -17.659690199325812, "S13": -17.659690199325812, "W21": -36.547272497526357, "S21": -36.547272497526357, "W22": -39.778442436265003, "S22": -40.531061110154184, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104452.8, 512269.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.115341973569425, "S12": -8.115341973569425, "W13": -15.823103376369732, "S13": -17.838306802493928, "W21": -42.924147713703334, "S21": -44.96233209373554, "W22": -80.0, "S22": -90.207662949936392, "W31": -90.207662949936392, "S31": -90.207662949936392, "W32": -99.698539767252242, "S32": -104.69853976725224 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 497934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0201104397685832, "S12": -7.0201104397685832, "W13": -15.023851978503039, "S13": -17.201074942454973, "W21": -42.535832337184559, "S21": -44.914045519422793, "W22": -69.076763350518888, "S22": -77.060774473216142, "W31": -97.970560466912715, "S31": -97.970560466912715, "W32": -97.970560466912715, "S32": -98.079877112135179 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 498086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7819862415066676, "S11": 1.7819862415066676, "W12": -5.0730279033414707, "S12": -5.0730279033414707, "W13": -14.123837867197754, "S13": -16.757160374505322, "W21": -40.603550425056667, "S21": -42.195285066720572, "W22": -52.070094572041647, "S22": -52.070094572041647, "W31": -77.018228462126515, "S31": -86.908686140927614, "W32": -91.399138174933071, "S32": -96.399138174933071 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 498539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49559610188051967, "S11": -0.49559610188051967, "W12": -9.2109281863544723, "S12": -9.9167143431862392, "W13": -22.197985451130709, "S13": -22.197985451130709, "W21": -33.403839742678329, "S21": -36.85319564370878, "W22": -40.000000000000007, "S22": -45.000000000000007, "W31": -65.529892574228214, "S31": -69.797985922029824, "W32": -90.169267889797368, "S32": -95.169267889797368 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 508863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2729225345908031, "S12": -9.3618022644275509, "W13": -22.286248289084515, "S13": -22.286248289084515, "W21": -33.555214439107537, "S21": -37.119664222145786, "W22": -38.27, "S22": -50.01, "W31": -74.309998, "S31": -74.309998, "W32": -88.230618488672036, "S32": -93.230618488672036 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45632995147772348, "S11": -0.45632995147772348, "W12": -7.2141774709547066, "S12": -12.77771466646008, "W13": -25.53626347015377, "S13": -32.067017265584411, "W21": -37.438756186328803, "S21": -37.438756186328803, "W22": -58.546976036515787, "S22": -58.546976036515787, "W31": -73.397678936996272, "S31": -73.555129460861224, "W32": -95.281928039823839, "S32": -100.28192803982384 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 511260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31633139858471815, "S11": 0.31633139858471815, "W12": -6.3367484650915236, "S12": -14.908032726657957, "W13": -23.811270192071575, "S13": -35.005660388865358, "W21": -36.837688421950418, "S21": -36.837688421950418, "W22": -43.0369743684507, "S22": -43.0369743684507, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104453.0, 511457.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0413822733094471, "W12": -10.023686570325738, "S12": -16.758054688890809, "W13": -20.0, "S13": -20.0, "W21": -33.561603073129859, "S21": -35.660129130174511, "W22": -44.30764486303557, "S22": -44.416568440189316, "W31": -75.390293212102634, "S31": -75.66762784596699, "W32": -100.42162734515159, "S32": -105.42162734515159 }, "geometry": { "type": "Point", "coordinates": [ 104453.5, 506830.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.382512713823393, "S11": 2.382512713823393, "W12": -5.574381563569518, "S12": -5.574381563569518, "W13": -13.757181663837013, "S13": -15.500225942282396, "W21": -41.67350148122901, "S21": -44.67350148122901, "W22": -33.072940457196367, "S22": -37.616370809306829, "W31": -66.1634748405518, "S31": -66.1634748405518, "W32": -88.652708962675533, "S32": -93.652708962675533 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 498328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17612510272151594, "S11": -1.4083766499074275, "W12": -3.1127116862720907, "S12": -3.1127116862720907, "W13": -12.95768016323653, "S13": -23.203054884025253, "W21": -30.0, "S21": -30.0, "W22": -36.12385321100917, "S22": -37.080829919600326, "W31": -68.829323622470298, "S31": -69.650327724334943, "W32": -100.51956933690248, "S32": -105.51956933690248 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 504989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012989758526731149, "S11": -0.018181999109723519, "W12": -3.812299153765816, "S12": -3.812299153765816, "W13": -12.843431056415131, "S13": -22.936469305620669, "W21": -30.0, "S21": -30.726182421106738, "W22": -65.958093337566325, "S22": -79.540164044637038, "W31": -85.34550350747989, "S31": -85.34550350747989, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 505077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80255840169264903, "S11": 0.80255840169264903, "W12": -9.4528389281720617, "S12": -9.4528389281720617, "W13": -23.626543529376974, "S13": -23.626543529376974, "W21": -41.134872378752888, "S21": -41.134872378752888, "W22": -40.0, "S22": -40.0, "W31": -65.421403167775679, "S31": -67.233141695034178, "W32": -89.866571258892137, "S32": -94.866571258892137 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 509643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0420411402870284, "S11": 2.0420411402870284, "W12": -10.231596056271286, "S12": -13.265891218260096, "W13": -30.0, "S13": -30.0, "W21": -38.383034483423252, "S21": -38.383034483423252, "W22": -39.483938250732464, "S22": -42.957772791179266, "W31": -70.0, "S31": -73.059965268032556, "W32": -93.084195412240945, "S32": -98.084195412240945 }, "geometry": { "type": "Point", "coordinates": [ 104454.0, 510425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14, "S11": 0.14, "W12": -2.76, "S12": -2.76, "W13": -25.27, "S13": -25.27, "W21": -41.16, "S21": -41.16, "W22": -58.937981989944362, "S22": -58.937981989944362, "W31": -80.0, "S31": -80.156535454449241, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104454.6, 509852.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1841174664327028, "S12": -9.1841174664327028, "W13": -16.91217197682472, "S13": -19.91217197682472, "W21": -38.635306297879467, "S21": -38.768854581184421, "W22": -53.609233388411283, "S22": -53.609233388411283, "W31": -72.841113395617256, "S31": -73.175892295311698, "W32": -96.709275894017921, "S32": -101.70927589401792 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 497295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55050439640824989, "S11": -0.14099264517938437, "W12": -4.4544311045104328, "S12": -14.613396844652645, "W13": -16.679783031291151, "S13": -16.726747944946389, "W21": -34.918556824064673, "S21": -34.918556824064673, "W22": -49.809085906224702, "S22": -49.809085906224702, "W31": -74.963369140218191, "S31": -74.963369140218191, "W32": -88.787608960233783, "S32": -93.787608960233783 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 504270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51639904582191276, "S11": -0.51639904582191276, "W12": -10.026132790434946, "S12": -11.843642338169394, "W13": -19.475757538198408, "S13": -21.730608118037797, "W21": -34.72411294183707, "S21": -35.535296605252668, "W22": -57.400702683115128, "S22": -65.431696835161915, "W31": -85.518662798522541, "S31": -85.518662798522541, "W32": -98.793359339716375, "S32": -103.79335933971637 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 507104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.484044338351729, "S11": -0.484044338351729, "W12": -8.8968815001719896, "S12": -12.159571956735356, "W13": -21.833295222102521, "S13": -21.833295222102521, "W21": -32.815151072541582, "S21": -35.815151072541582, "W22": -40.0, "S22": -40.0, "W31": -65.396721541801881, "S31": -66.718720601083774, "W32": -89.819248855113656, "S32": -94.819248855113656 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 508824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3207961740072465, "S12": -7.3207961740072465, "W13": -19.400208800565984, "S13": -19.400208800565984, "W21": -48.45140207632911, "S21": -51.45140207632911, "W22": -33.039420424368991, "S22": -35.884916322436489, "W31": -66.659186471746636, "S31": -66.659186471746636, "W32": -96.06703612987323, "S32": -101.06703612987323 }, "geometry": { "type": "Point", "coordinates": [ 104455.0, 518559.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20472386646486446, "S11": 0.20472386646486446, "W12": -10.193128173515241, "S12": -10.193128173515241, "W13": -19.274781340930431, "S13": -20.652025712809063, "W21": -33.751285182990209, "S21": -36.509678710958909, "W22": -67.781116739010798, "S22": -77.781116739010798, "W31": -96.577549345657147, "S31": -96.577549345657147, "W32": -96.577549345657147, "S32": -99.416857092634913 }, "geometry": { "type": "Point", "coordinates": [ 104455.25, 513188.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4486786538177025, "S11": -1.5513213461822974, "W12": -10.0, "S12": -10.0, "W13": -18.506208949888929, "S13": -18.506208949888929, "W21": -34.956028339259348, "S21": -36.066019897850474, "W22": -51.700389414289113, "S22": -51.700389414289113, "W31": -76.925541013852381, "S31": -87.539403196562873, "W32": -91.549652876014719, "S32": -96.549652876014719 }, "geometry": { "type": "Point", "coordinates": [ 104455.4, 512606.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7798003004329477, "S12": -7.6363291724885229, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -41.357807941582607, "W31": -78.914510338920721, "S31": -78.914510338920721, "W32": -100.26706107082894, "S32": -105.26706107082894 }, "geometry": { "type": "Point", "coordinates": [ 104455.6, 526423.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21971323315059654, "S11": 0.21971323315059654, "W12": -6.3662427848212619, "S12": -14.292814720081042, "W13": -23.993376964934459, "S13": -35.763769908685802, "W21": -36.887636281404163, "S21": -36.887636281404163, "W22": -67.703850131762508, "S22": -76.840395163487116, "W31": -96.263983069148708, "S31": -96.263983069148708, "W32": -96.263983069148708, "S32": -99.612380082229336 }, "geometry": { "type": "Point", "coordinates": [ 104455.666666666671517, 511438.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11214421835618116, "S11": -0.11214421835618116, "W12": -10.0, "S12": -10.065092445121516, "W13": -15.850667189952905, "S13": -18.850667189952905, "W21": -40.565710769990929, "S21": -42.563268863728624, "W22": -36.078393224994279, "S22": -39.737697625519516, "W31": -70.905529231349476, "S31": -70.905529231349476, "W32": -95.56067227220359, "S32": -100.56067227220359 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 499549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047386130997928745, "S11": 0.047386130997928745, "W12": -5.139715342492523, "S12": -6.6147141341209243, "W13": -17.928787255986482, "S13": -21.513845354997699, "W21": -31.261967401872983, "S21": -31.261967401872983, "W22": -35.305045980919935, "S22": -36.738994109777266, "W31": -65.017192116750621, "S31": -65.017192116750621, "W32": -89.233360203079158, "S32": -94.233360203079158 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 503088.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -3.4577964133648313, "S12": -3.4577964133648313, "W13": -15.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -44.762773463830179, "S22": -44.845222637422935, "W31": -75.471750699425755, "S31": -75.678788017441747, "W32": -100.28173712708633, "S32": -105.28173712708633 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 504810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088642259777229213, "S11": 0.088642259777229213, "W12": -6.7359818478970297, "S12": -17.36285122006116, "W13": -23.641387119667513, "S13": -23.641387119667513, "W21": -36.086695355946027, "S21": -36.086695355946027, "W22": -52.044664789407221, "S22": -56.688925221682091, "W31": -79.241343487332003, "S31": -79.241343487332003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 509734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7371115500937488, "S12": -7.7371115500937488, "W13": -19.279836876783531, "S13": -20.533621470011358, "W21": -48.095095309488109, "S21": -51.095095309488109, "W22": -69.811181721470788, "S22": -79.153090207760457, "W31": -86.368970220271549, "S31": -86.368970220271549, "W32": -100.06600424219231, "S32": -105.06600424219231 }, "geometry": { "type": "Point", "coordinates": [ 104456.0, 518258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4901582579366224, "S12": -7.4885484273716028, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -80.0, "S22": -90.0, "W31": -90.0, "S31": -90.0, "W32": -99.425542954562303, "S32": -104.4255429545623 }, "geometry": { "type": "Point", "coordinates": [ 104456.244897959186346, 526323.877551020355895 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41748626245692466, "S11": -0.41748626245692466, "W12": -7.1962018408186283, "S12": -13.783866246709135, "W13": -19.802667914016869, "S13": -19.802667914016869, "W21": -29.999999999999996, "S21": -35.844833062751462, "W22": -68.952425819574245, "S22": -68.952425819574245, "W31": -89.169914139974395, "S31": -89.169914139974395, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104456.75, 508623.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.495472384335617, "S11": 1.495472384335617, "W12": -5.6160833489300641, "S12": -6.0641050946262283, "W13": -14.432656883640092, "S13": -17.432656883640092, "W21": -40.049813840252156, "S21": -42.737786677007421, "W22": -40.0, "S22": -50.345195729537366, "W31": -79.232908610106705, "S31": -79.232908610106705, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104457.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12069366852886404, "S11": -0.12069366852886404, "W12": -5.0, "S12": -7.5468402667513494, "W13": -19.688223894309626, "S13": -19.688223894309626, "W21": -30.0, "S21": -30.0, "W22": -33.958566880408952, "S22": -35.51291860291122, "W31": -65.116470658468145, "S31": -66.02006503332467, "W32": -100.34926542756932, "S32": -105.34926542756932 }, "geometry": { "type": "Point", "coordinates": [ 104457.0, 508398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4749459513668159, "S11": 1.4749459513668159, "W12": -9.9803853784706433, "S12": -18.270489834240941, "W13": -30.0, "S13": -30.0, "W21": -38.822471353823275, "S21": -38.822471353823275, "W22": -50.0, "S22": -50.0, "W31": -73.054269843155708, "S31": -73.376965253272672, "W32": -96.955990867628287, "S32": -101.95599086762829 }, "geometry": { "type": "Point", "coordinates": [ 104457.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66, "S11": 0.66, "W12": -7.54, "S12": -24.14, "W13": -24.15, "S13": -24.15, "W21": -39.040001, "S21": -39.040001, "W22": -58.622528936193589, "S22": -58.622528936193589, "W31": -82.227968176254592, "S31": -82.227968176254592, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104457.6, 509802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2397212928094401, "S12": -6.2397212928094401, "W13": -15.532012901667015, "S13": -20.494444333120558, "W21": -37.690556302452535, "S21": -43.072797014731933, "W22": -40.0, "S22": -45.366110503282272, "W31": -65.727533552037869, "S31": -74.217694213915351, "W32": -91.33874953276468, "S32": -96.33874953276468 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 502587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067912011173184295, "S11": -0.067912011173184295, "W12": -5.0, "S12": -7.5120241601729987, "W13": -19.655483452776284, "S13": -19.655483452776284, "W21": -30.0, "S21": -30.000111674903778, "W22": -52.939496201272, "S22": -52.939496201272, "W31": -75.516219325657318, "S31": -75.516219325657318, "W32": -89.391913010290537, "S32": -94.391913010290537 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 508384.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2269119634784944, "S11": 1.2269119634784944, "W12": -7.0807318104567969, "S12": -9.9526593654373912, "W13": -20.0, "S13": -28.983604068620011, "W21": -36.364144072675678, "S21": -36.364144072675678, "W22": -33.071800056575178, "S22": -37.903076266414331, "W31": -66.225261883138486, "S31": -66.225261883138486, "W32": -88.595064491490675, "S32": -93.595064491490675 }, "geometry": { "type": "Point", "coordinates": [ 104458.0, 511869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14, "S11": 0.14, "W12": -6.2600002, "S12": -23.6600002, "W13": -23.67, "S13": -23.67, "W21": -33.759998, "S21": -33.759998, "W22": -54.873687452748726, "S22": -54.873687452748726, "W31": -75.63288995639121, "S31": -75.63288995639121, "W32": -88.275280771940487, "S32": -93.275280771940487 }, "geometry": { "type": "Point", "coordinates": [ 104458.9, 509752.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99157868122480841, "S11": 0.99157868122480841, "W12": -4.1346600641651561, "S12": -15.043713325409836, "W13": -20.0, "S13": -21.568015337889843, "W21": -36.747201986832884, "S21": -36.747201986832884, "W22": -32.444273139006853, "S22": -36.430464662383351, "W31": -66.704426767470537, "S31": -66.704426767470537, "W32": -96.136468666966309, "S32": -101.13646866696631 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 504075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35264040234702421, "S11": -0.35264040234702421, "W12": -6.1341683183206879, "S12": -9.5376981268416898, "W13": -19.950706268721429, "S13": -19.950706268721429, "W21": -30.0, "S21": -33.745899078269019, "W22": -50.0, "S22": -54.328218365621318, "W31": -78.60760078158215, "S31": -78.60760078158215, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 508553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099977394580495829, "S11": 0.099977394580495829, "W12": -8.1160012676755198, "S12": -8.1952125257862463, "W13": -23.547506270027277, "S13": -23.547506270027277, "W21": -41.660227752880488, "S21": -41.660227752880488, "W22": -48.117763924093993, "S22": -48.117763924093993, "W31": -76.063925252936954, "S31": -81.334891461390782, "W32": -89.882872786950173, "S32": -94.882872786950173 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509696.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39689607438149066, "S11": 0.39689607438149066, "W12": -4.3895001380187288, "S12": -11.417216086990159, "W13": -24.807490639441024, "S13": -24.807490639441024, "W21": -40.0, "S21": -40.0, "W22": -46.545959204750844, "S22": -47.604953272788762, "W31": -76.185468555115591, "S31": -83.22288198480544, "W32": -93.615173979830359, "S32": -98.615173979830359 }, "geometry": { "type": "Point", "coordinates": [ 104459.0, 509833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8633730863571005, "S11": 1.8633730863571005, "W12": -5.1514333603911497, "S12": -5.5102119863453485, "W13": -14.05183813877699, "S13": -16.526018067325221, "W21": -40.718894771736792, "S21": -42.280252867032218, "W22": -40.918359632597991, "S22": -40.918359632597991, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 498519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.02, "S11": -0.02, "W12": -8.0200005, "S12": -8.0200005, "W13": -23.530001, "S13": -23.530001, "W21": -41.720001, "S21": -41.720001, "W22": -48.621898040566151, "S22": -48.621898040566151, "W31": -76.424394252136963, "S31": -86.352963290914417, "W32": -93.05331756706093, "S32": -98.05331756706093 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509702.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.454681422706722, "S12": -8.454681422706722, "W13": -18.896175234203252, "S13": -24.154616486085107, "W21": -44.509829130010999, "S21": -44.509829130010999, "W22": -55.640341880341886, "S22": -61.277691144641032, "W31": -84.973311030428277, "S31": -84.973311030428277, "W32": -97.32889136031072, "S32": -102.32889136031072 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 517303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.4263276470592157, "S12": -6.7393026238893929, "W13": -14.401808316219709, "S13": -15.763944497794959, "W21": -42.353521112423117, "S21": -45.239640650550143, "W22": -50.484590371500097, "S22": -50.484590371500097, "W31": -77.731036438881318, "S31": -79.84953124116565, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104460.333333333328483, 498172.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.525890253600922, "S12": -7.5266485730803705, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -34.7, "S22": -36.583943301572333, "W31": -69.338746189291527, "S31": -69.338746189291527, "W32": -95.665100567678408, "S32": -100.66510056767841 }, "geometry": { "type": "Point", "coordinates": [ 104460.551020408165641, 526373.224489795975387 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10899319389110224, "S11": -0.10899319389110224, "W12": -3.4020687298988013, "S12": -4.9754383357342897, "W13": -23.265535722932405, "S13": -23.265535722932405, "W21": -37.23954353573906, "S21": -41.681696011882302, "W22": -36.662044194654761, "S22": -42.094762492928496, "W31": -69.395617894503999, "S31": -69.395617894503999, "W32": -90.882299639170952, "S32": -95.882299639170952 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 506323.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -10.031626459235548, "S12": -11.302634862596685, "W13": -19.6336590094763, "S13": -19.6336590094763, "W21": -34.207872043623809, "S21": -34.46836544951195, "W22": -40.000000000000007, "S22": -43.46907442608569, "W31": -67.251038932516778, "S31": -67.251038932516778, "W32": -95.240539650668893, "S32": -100.24053965066889 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 507263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056494828238493389, "S11": 0.056494828238493389, "W12": -7.2090258072567659, "S12": -14.82338554078941, "W13": -23.595033455466265, "S13": -23.595033455466265, "W21": -38.258709246248237, "S21": -38.258709246248237, "W22": -32.27983776929026, "S22": -48.01228630289652, "W31": -67.961238587152963, "S31": -67.961238587152963, "W32": -97.818634390293383, "S32": -102.81863439029338 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 509724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4486016858879696, "S11": 1.4486016858879696, "W12": -12.787822710139022, "S12": -27.549600758240487, "W13": -28.52251727656536, "S13": -28.52251727656536, "W21": -38.330242922684903, "S21": -38.330242922684903, "W22": -41.347065354722616, "S22": -45.045415988185034, "W31": -74.124835297546156, "S31": -74.124835297546156, "W32": -94.820276497695858, "S32": -99.820276497695858 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 510199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3543895289577357, "S11": 2.3543895289577357, "W12": -9.0521827525364351, "S12": -9.0521827525364351, "W13": -29.655162196548531, "S13": -29.655162196548531, "W21": -38.453811300240716, "S21": -38.453811300240716, "W22": -50.175822278495467, "S22": -50.175822278495467, "W31": -76.625306505026771, "S31": -79.870098435337454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 510352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1698688627310567, "S11": 1.1698688627310567, "W12": -6.7043103341653154, "S12": -10.28839830311745, "W13": -20.350812805230142, "S13": -28.544224069842258, "W21": -36.171329861628315, "S21": -36.171329861628315, "W22": -31.208195011705886, "S22": -39.583364158019322, "W31": -67.273857457506409, "S31": -67.273857457506409, "W32": -96.36101383218822, "S32": -101.36101383218822 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 511835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70979621900319168, "S11": -1.2902037809968083, "W12": -10.0, "S12": -10.382137717146708, "W13": -18.205537177951822, "S13": -18.205537177951822, "W21": -35.613842392623994, "S21": -36.119755204883454, "W22": -39.450001, "S22": -39.767657129529681, "W31": -80.0, "S31": -80.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104461.0, 512447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20058008846349057, "S11": 0.20058008846349057, "W12": -9.771912138108954, "S12": -9.771912138108954, "W13": -15.845577865748824, "S13": -18.767532834186223, "W21": -52.682963073036625, "S21": -54.794212106821945, "W22": -32.630428227288014, "S22": -32.630428227288014, "W31": -50.0, "S31": -51.141923448820911, "W32": -98.876300700251207, "S32": -103.87630070025121 }, "geometry": { "type": "Point", "coordinates": [ 104462.0, 500519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0406576097657019, "W12": -10.032718767652044, "S12": -12.783064263940574, "W13": -19.725737180937312, "S13": -19.725737180937312, "W21": -34.00948741272358, "S21": -34.065675920481489, "W22": -40.396145610278374, "S22": -40.396145610278374, "W31": -72.585411024574498, "S31": -73.141669830253477, "W32": -100.64800978816162, "S32": -105.64800978816162 }, "geometry": { "type": "Point", "coordinates": [ 104462.0, 507328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22911970101175716, "S11": 0.22911970101175716, "W12": -10.504535147392286, "S12": -10.504535147392286, "W13": -19.339895224860197, "S13": -21.351430318445555, "W21": -34.033886127359651, "S21": -37.070723669071207, "W22": -45.561398648741594, "S22": -45.617373418773333, "W31": -75.553208186748932, "S31": -75.689948188916489, "W32": -100.14184690902084, "S32": -105.14184690902084 }, "geometry": { "type": "Point", "coordinates": [ 104462.0, 513254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8143456746489628, "S12": -7.6270985962861726, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.0, "S21": -47.0, "W22": -36.917542197589796, "S22": -36.917542197589796, "W31": -65.162750567145665, "S31": -65.162750567145665, "W32": -89.43558481925561, "S32": -94.43558481925561 }, "geometry": { "type": "Point", "coordinates": [ 104462.2, 526470.300000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": 1.11, "S11": 1.11, "W12": -9.29, "S12": -9.29, "W13": -23.6, "S13": -23.6, "W21": -41.889999, "S21": -41.889999, "W22": -80.0, "S22": -89.857524487978623, "W31": -90.0, "S31": -90.0, "W32": -98.310739740320926, "S32": -103.31073974032093 }, "geometry": { "type": "Point", "coordinates": [ 104462.5, 509652.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7465814845278365, "S12": -4.7465814845278365, "W13": -17.723854839481618, "S13": -17.723854839481618, "W21": -42.384878941686836, "S21": -44.484063798626551, "W22": -50.0, "S22": -50.230560348654571, "W31": -75.11749203745542, "S31": -75.11749203745542, "W32": -88.634913890667107, "S32": -93.634913890667107 }, "geometry": { "type": "Point", "coordinates": [ 104462.666666666671517, 521368.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51719724644719889, "S11": -0.51719724644719889, "W12": -9.7609684089797355, "S12": -9.7609684089797355, "W13": -16.446361940928561, "S13": -19.681629352169821, "W21": -44.00946502057613, "S21": -46.156450335438812, "W22": -30.866724970622638, "S22": -40.452452005183517, "W31": -67.432144866345794, "S31": -67.432144866345794, "W32": -96.422847164295888, "S32": -101.42284716429589 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 500012.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.9401749744953394, "S12": -4.9401749744953394, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -32.174587396834298, "S21": -32.174587396834298, "W22": -38.934856105637998, "S22": -43.943649528733289, "W31": -73.053576342909523, "S31": -73.053576342909523, "W32": -95.315198560063834, "S32": -100.31519856006383 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 504567.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54489051094890273, "S11": 0.54489051094890273, "W12": -10.07636396436641, "S12": -10.07636396436641, "W13": -22.200115069125019, "S13": -22.200115069125019, "W21": -35.409320949300977, "S21": -39.673748682552272, "W22": -35.489347709072256, "S22": -36.717273933609377, "W31": -65.048134055652696, "S31": -65.048134055652696, "W32": -89.256910789376306, "S32": -94.256910789376306 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5093597636761914, "S11": 0.5093597636761914, "W12": -10.87639581372518, "S12": -14.936211919615626, "W13": -23.540752626156578, "S13": -23.540752626156578, "W21": -41.039295141189633, "S21": -41.039295141189633, "W22": -69.846825733276816, "S22": -79.018818004956984, "W31": -86.248779687435913, "S31": -86.248779687435913, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104463.0, 509630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45019564002242274, "S11": -0.87484616177883501, "W12": -10.033747740538502, "S12": -13.152194456094087, "W13": -19.750632965872974, "S13": -19.750632965872974, "W21": -33.950593417865704, "S21": -33.950593417865704, "W22": -38.237430681516841, "S22": -48.908835982318074, "W31": -73.486178380020363, "S31": -74.159256544977865, "W32": -88.561270037047905, "S32": -93.561270037047905 }, "geometry": { "type": "Point", "coordinates": [ 104463.2, 507344.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.13614102134561, "S11": -1.13614102134561, "W12": -11.229697211155285, "S12": -24.978784435387926, "W13": -24.978784435387926, "S13": -24.978784435387926, "W21": -39.965747460629927, "S21": -39.965747460629927, "W22": -50.039567206699083, "S22": -50.039567206699083, "W31": -76.580494055956535, "S31": -79.841036744411113, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104463.5, 509569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2836854761583769, "S12": -9.2836854761583769, "W13": -16.957236690694373, "S13": -19.957236690694373, "W21": -38.335536641989911, "S21": -38.431851881093827, "W22": -32.280198931148924, "S22": -32.280198931148924, "W31": -49.35229994404029, "S31": -50.492134991216972, "W32": -98.730120439907921, "S32": -103.73012043990792 }, "geometry": { "type": "Point", "coordinates": [ 104464.0, 497261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70509547738693468, "S11": 0.70509547738693468, "W12": -4.7023373983739836, "S12": -11.88389657381529, "W13": -19.910516559451551, "S13": -22.567400877626842, "W21": -35.690316074238012, "S21": -35.690316074238012, "W22": -51.364583333333336, "S22": -51.364583333333336, "W31": -78.149967472903015, "S31": -79.84338680592036, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104464.0, 503759.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30874885363948229, "S11": -0.41773051081847545, "W12": -7.1740049177808514, "S12": -17.174004917780852, "W13": -20.528308396281229, "S13": -20.528308396281229, "W21": -34.126327991814463, "S21": -36.846064064524406, "W22": -37.985545319872507, "S22": -41.569456283457392, "W31": -69.519347741858638, "S31": -69.519347741858638, "W32": -99.238230922798365, "S32": -104.23823092279837 }, "geometry": { "type": "Point", "coordinates": [ 104464.0, 506654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0535245269749365, "S11": 1.0535245269749365, "W12": -9.9498415024885123, "S12": -9.9498415024885123, "W13": -18.983322754764369, "S13": -18.983322754764369, "W21": -32.91578117150069, "S21": -32.91578117150069, "W22": -58.527526919069203, "S22": -58.527526919069203, "W31": -75.866265299179389, "S31": -75.866265299179389, "W32": -89.055876008643992, "S32": -94.055876008643992 }, "geometry": { "type": "Point", "coordinates": [ 104464.0, 507992.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 4.3633091157917709, "S11": 4.3069523639669534, "W12": -9.4784254093935569, "S12": -9.4784254093935569, "W13": -12.599433559650823, "S13": -13.928892256947748, "W21": -60.023990483481015, "S21": -61.937900633871415, "W22": -55.731282051282051, "S22": -60.593048089795076, "W31": -83.916093717620811, "S31": -83.916093717620811, "W32": -96.623857751482859, "S32": -101.62385775148286 }, "geometry": { "type": "Point", "coordinates": [ 104464.5, 501111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10612473376658829, "S11": 0.10612473376658829, "W12": -6.7144789650633507, "S12": -6.7144789650633507, "W13": -15.157522561148157, "S13": -19.302836881217296, "W21": -38.835998804964831, "S21": -46.261869280347732, "W22": -50.0, "S22": -50.0, "W31": -76.560293799102013, "S31": -79.856448547913601, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104464.5, 502502.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6098877794469759, "S12": -7.54465114056676, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -56.676888805311648, "S22": -56.676888805311648, "W31": -76.275261465372225, "S31": -76.275261465372225, "W32": -89.594628421107771, "S32": -94.594628421107771 }, "geometry": { "type": "Point", "coordinates": [ 104464.857142857144936, 526422.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2, "S11": 3.2, "W12": -9.5, "S12": -9.5, "W13": -17.200001, "S13": -20.200001, "W21": -36.200001, "S21": -36.200001, "W22": -55.971705891712837, "S22": -55.971705891712837, "W31": -76.380008006313219, "S31": -77.281605825227075, "W32": -89.732285779344025, "S32": -94.732285779344025 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14327172703671653, "S11": 0.14327172703671653, "W12": -7.7086590530881711, "S12": -7.7086590530881711, "W13": -13.506769641125121, "S13": -15.571085789399515, "W21": -45.832065801651488, "S21": -47.763363762624962, "W22": -43.434118740909206, "S22": -43.538187204308343, "W31": -75.40913722481254, "S31": -75.679208754020337, "W32": -100.52867047084378, "S32": -105.52867047084378 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 501469.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15017623097866237, "S11": -3.1501762309786625, "W12": -5.2695648621427464, "S12": -5.4019731607761452, "W13": -13.225604516904216, "S13": -22.924094977731876, "W21": -30.862126693007109, "S21": -32.537951384585874, "W22": -58.506246947424806, "S22": -67.692211859705509, "W31": -85.295301775059443, "S31": -85.295301775059443, "W32": -99.279648593924065, "S32": -104.27964859392407 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27006037160776031, "S11": -5.2700603716077596, "W12": -7.0208658355532831, "S12": -10.923864243224305, "W13": -15.659025273995946, "S13": -23.86961453224994, "W21": -32.692487966037632, "S21": -35.357063789427663, "W22": -59.012935041199917, "S22": -69.01293504119991, "W31": -85.216254056317396, "S31": -85.216254056317396, "W32": -99.725686977299873, "S32": -104.72568697729987 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 505364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35497920147900608, "S11": -0.35497920147900608, "W12": -5.4280448497202816, "S12": -6.9621251135191349, "W13": -19.824157428492203, "S13": -19.824157428492203, "W21": -30.0, "S21": -32.633963443211996, "W22": -37.533850902636182, "S22": -40.984555127988294, "W31": -69.881061061793034, "S31": -69.881061061793034, "W32": -92.582919986585281, "S32": -97.582919986585281 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52923996689455555, "S11": 0.52923996689455555, "W12": -8.8157328263097838, "S12": -15.173299802644209, "W13": -26.476279565980249, "S13": -26.476279565980249, "W21": -37.734379278904328, "S21": -37.734379278904328, "W22": -36.528724263580258, "S22": -43.870950142061865, "W31": -69.246716528451699, "S31": -69.246716528451699, "W32": -90.598221427033636, "S32": -95.598221427033636 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 510020.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.364, "S13": -15.364, "W21": -47.0, "S21": -47.0, "W22": -47.131473449001156, "S22": -47.131473449001156, "W31": -75.476660595118105, "S31": -75.476660595118105, "W32": -99.625805836454361, "S32": -104.62580583645436 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 526755.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7590969354191834, "S12": -14.949600033246247, "W13": -21.420643187513647, "S13": -21.420643187513647, "W21": -32.182252269625941, "S21": -36.518410461716336, "W22": -40.0, "S22": -45.430073750341606, "W31": -65.875690174432492, "S31": -75.875690174432492, "W32": -92.147127099242638, "S32": -97.147127099242638 }, "geometry": { "type": "Point", "coordinates": [ 104466.0, 508790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2026957966018461, "S11": 2.2026957966018457, "W12": -10.0, "S12": -12.921916001323607, "W13": -14.768311732980871, "S13": -16.783832478780887, "W21": -57.847135177293545, "S21": -59.853112969847459, "W22": -33.440674891146585, "S22": -34.310145836506514, "W31": -67.534384306327368, "S31": -67.534384306327368, "W32": -95.883454838291584, "S32": -100.88345483829158 }, "geometry": { "type": "Point", "coordinates": [ 104466.222222222218988, 500698.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49021367029119056, "S11": -0.49021367029119056, "W12": -9.4323704352382922, "S12": -9.4323704352382922, "W13": -16.633094950412094, "S13": -19.13587748483279, "W21": -47.256995884773659, "S21": -49.514015710991458, "W22": -35.156665627708584, "S22": -39.06725237688137, "W31": -49.999999999999993, "S31": -51.855450677599151, "W32": -92.572062587355461, "S32": -97.572062587355461 }, "geometry": { "type": "Point", "coordinates": [ 104467.0, 500273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 4.2748858949045339, "S11": 3.7935129677930806, "W12": -10.0, "S12": -12.611602835689418, "W13": -13.862930287270926, "S13": -15.252072947416149, "W21": -60.0, "S21": -61.956055155169096, "W22": -52.437840752501351, "S22": -57.107345941615591, "W31": -79.379899204107389, "S31": -79.379899204107389, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104467.0, 500792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5986814068336219, "S12": -12.237921533159017, "W13": -20.0, "S13": -20.0, "W21": -33.0700889507306, "S21": -33.0700889507306, "W22": -37.519267485178716, "S22": -48.824759066914751, "W31": -72.238251019632671, "S31": -72.341767486270612, "W32": -88.533264012477758, "S32": -93.533264012477758 }, "geometry": { "type": "Point", "coordinates": [ 104467.0, 507635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.5861039587746655, "S12": -4.5861039587746655, "W13": -14.999999999999998, "S13": -18.667145679898269, "W21": -31.086802076047341, "S21": -31.086802076047341, "W22": -46.635430545521132, "S22": -46.664930911991846, "W31": -75.634665674072124, "S31": -75.701108360391231, "W32": -100.00195669095537, "S32": -105.00195669095537 }, "geometry": { "type": "Point", "coordinates": [ 104467.333333333328483, 504684.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46629283350714884, "S11": 0.46629283350714884, "W12": -3.034587198031204, "S12": -9.0210573917871031, "W13": -24.910081273685925, "S13": -24.910081273685925, "W21": -40.599363276545212, "S21": -40.599363276545212, "W22": -52.432298843688464, "S22": -57.098253698153435, "W31": -79.425549268929103, "S31": -79.425549268929103, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104467.5, 509842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.0241571546230714, "S12": -7.3332978772764825, "W13": -14.936967047873843, "S13": -17.0468402120928, "W21": -42.657480545922162, "S21": -45.123013221481536, "W22": -32.41047258101942, "S22": -35.818263059342826, "W31": -67.080148191166884, "S31": -67.080148191166884, "W32": -96.070103221935128, "S32": -101.07010322193513 }, "geometry": { "type": "Point", "coordinates": [ 104467.75, 498093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41324886044381892, "S11": 0.41324886044381892, "W12": -5.4758595931392104, "S12": -6.4758595931392104, "W13": -16.373814847942754, "S13": -18.317120003890011, "W21": -40.0, "S21": -42.032620723160939, "W22": -37.037485923387479, "S22": -47.166226001905542, "W31": -66.87905726689921, "S31": -67.369329172284921, "W32": -88.977689243028067, "S32": -93.977689243028067 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 499168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07941855122263064, "S11": 0.07941855122263064, "W12": -9.494534675477059, "S12": -10.097565428708373, "W13": -15.70113814756672, "S13": -18.420248005006076, "W21": -40.0, "S21": -41.943788893265065, "W22": -39.816057019131065, "S22": -49.029007060995426, "W31": -70.0, "S31": -74.213375736775347, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 499436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35951067664245528, "S11": 0.35951067664245528, "W12": -6.9088021297385476, "S12": -6.9088021297385476, "W13": -15.0, "S13": -19.32692668996355, "W21": -39.30516255194329, "S21": -47.727635502728454, "W22": -33.646491815951769, "S22": -34.765449232254284, "W31": -64.31727943650597, "S31": -65.219219315269356, "W32": -100.33389605671545, "S32": -105.33389605671545 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 502468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26210931723908359, "S11": -2.1619169014848305, "W12": -5.8781926462173812, "S12": -7.1091929324463985, "W13": -25.0, "S13": -25.0, "W21": -36.283118767090876, "S21": -41.283118767090876, "W22": -49.304765625077522, "S22": -49.304765625077522, "W31": -74.889347246377724, "S31": -74.889347246377724, "W32": -88.966299991652519, "S32": -93.966299991652519 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8444601558221132, "S11": 0.3444601558221132, "W12": -5.4022085937352191, "S12": -11.438829249462165, "W13": -25.986948015915463, "S13": -25.986948015915463, "W21": -38.738707948401085, "S21": -38.738707948401085, "W22": -66.558123431143429, "S22": -80.375975868561085, "W31": -85.582825622828736, "S31": -85.582825622828736, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.0, 509917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1071964703279302, "S11": 1.1071964703279302, "W12": -8.9441370589827773, "S12": -13.158747003032605, "W13": -27.352002937836389, "S13": -27.352002937836389, "W21": -35.232651649758388, "S21": -35.232651649758388, "W22": -67.273460738378986, "S22": -80.42686982928808, "W31": -84.944393611402475, "S31": -84.944393611402475, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.5, 510083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.848891048864334, "S12": -7.6178680200835434, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -68.594983847810468, "S22": -68.935592076790485, "W31": -89.210214491651612, "S31": -89.210214491651612, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.8, 526517.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7923923103151718, "S11": -2.4333653803496587, "W12": -9.2939533060237718, "S12": -9.2939533060237718, "W13": -19.734891074567877, "S13": -26.47205911420853, "W21": -41.469811984471534, "S21": -47.197976131071442, "W22": -48.327087184421764, "S22": -48.327087184421764, "W31": -76.112794688826838, "S31": -83.905080038592033, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104468.840909090911737, 516122.20454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8616025573726735, "S11": 1.8616025573726735, "W12": -9.9494532019536734, "S12": -13.389050517389915, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.29028539241304, "S21": -38.290747241861197, "W22": -52.484572524114796, "S22": -57.152982375341331, "W31": -79.457402144703067, "S31": -79.457402144703067, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104469.0, 510498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0688028465291142, "S11": 1.0688028465291142, "W12": -6.0984194850548885, "S12": -11.098419485054889, "W13": -21.02366481693532, "S13": -27.948318271875703, "W21": -35.840655782425529, "S21": -35.840655782425529, "W22": -47.300130163732277, "S22": -47.300130163732277, "W31": -75.798634182475553, "S31": -79.491737220941658, "W32": -89.780548381236812, "S32": -94.780548381236812 }, "geometry": { "type": "Point", "coordinates": [ 104469.0, 511772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6938853052930307, "S12": -7.5607874830923567, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -41.617204430532148, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104469.163265306124231, 526471.91836734698154 ] } }, +{ "type": "Feature", "properties": { "W11": -0.256436736583455, "S11": -4.3092542459131753, "W12": -7.8153803286606092, "S12": -12.167443298127051, "W13": -18.151784397857011, "S13": -24.382391294055825, "W21": -33.850915807991605, "S21": -37.043884124420096, "W22": -40.0, "S22": -40.0, "W31": -65.587038500362084, "S31": -70.708210246947615, "W32": -90.257589356658912, "S32": -95.257589356658912 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 505532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.042306797020484149, "S11": 0.042306797020484149, "W12": -5.0, "S12": -7.7810297900898551, "W13": -19.522459751831811, "S13": -19.522459751831811, "W21": -30.0, "S21": -30.0, "W22": -54.077562792260736, "S22": -54.077562792260736, "W31": -75.535655970479368, "S31": -75.535655970479368, "W32": -88.286566127091277, "S32": -93.286566127091277 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 508361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22383106143696702, "S11": 0.22383106143696702, "W12": -10.40381714063235, "S12": -10.40381714063235, "W13": -19.332477257834139, "S13": -21.299693971732971, "W21": -33.965323617804529, "S21": -36.965323617804529, "W22": -51.196808510637531, "S22": -51.196808510637531, "W31": -73.625907848976112, "S31": -73.625907848976112, "W32": -94.61127053305178, "S32": -99.61127053305178 }, "geometry": { "type": "Point", "coordinates": [ 104470.0, 513236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17, "S11": -0.17, "W12": -13.17, "S12": -23.42, "W13": -23.43, "S13": -23.43, "W21": -39.919998, "S21": -39.919998, "W22": -40.0, "S22": -53.781737084599548, "W31": -79.405028993859133, "S31": -79.405028993859133, "W32": -95.399045236976761, "S32": -100.39904523697676 }, "geometry": { "type": "Point", "coordinates": [ 104470.3, 509603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.101405597839489, "S11": 1.0465915934634493, "W12": -9.4841275773860048, "S12": -9.6150176509674985, "W13": -18.014801892990576, "S13": -18.014801892990576, "W21": -36.114164589650422, "S21": -36.114164589650422, "W22": -37.228491061795879, "S22": -37.228491061795879, "W31": -65.206161088822768, "S31": -65.206161088822768, "W32": -89.47505000438953, "S32": -94.47505000438953 }, "geometry": { "type": "Point", "coordinates": [ 104470.4, 512310.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -6.160667258284402, "S12": -6.9293419570798038, "W13": -14.075042673851319, "S13": -15.163888258637012, "W21": -42.282417644616991, "S21": -45.282417644616991, "W22": -40.0, "S22": -41.347963216799968, "W31": -66.134561357635448, "S31": -70.989806070258112, "W32": -94.014398879600861, "S32": -99.014398879600861 }, "geometry": { "type": "Point", "coordinates": [ 104470.666666666671517, 498214.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25615983281149346, "S11": -0.25615983281149346, "W12": -5.147974678617433, "S12": -6.391509656780026, "W13": -17.461448705324244, "S13": -21.220519151318264, "W21": -31.51958537021801, "S21": -32.106145846293948, "W22": -60.0, "S22": -70.650651045087173, "W31": -85.04000052339579, "S31": -85.04000052339579, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104470.75, 503016.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7144680958408536, "S12": -4.7144680958408536, "W13": -15.0, "S13": -15.0, "W21": -45.189824244902198, "S21": -47.290156170866233, "W22": -40.0, "S22": -45.990889370932756, "W31": -80.0, "S31": -80.0, "W32": -98.884520332509553, "S32": -103.88452033250955 }, "geometry": { "type": "Point", "coordinates": [ 104470.75, 522754.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58253289473684211, "S11": 0.58253289473684211, "W12": -5.3971679297965691, "S12": -6.7210018184210334, "W13": -16.237104665385285, "S13": -18.863190910198711, "W21": -40.0, "S21": -42.393832350021206, "W22": -40.0, "S22": -46.879012001116379, "W31": -69.292770225256675, "S31": -74.104919378248766, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 498979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 6.0690291412908524, "S11": 5.7975808134055029, "W12": -10.0, "S12": -12.37535131507194, "W13": -13.170847573055967, "S13": -14.096781080198671, "W21": -60.757660535318202, "S21": -62.663119551771572, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -72.659210221605676, "S31": -73.199374955538701, "W32": -100.69374446293303, "S32": -105.69374446293303 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 500864.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.019261486423001073, "S11": -0.44427400520116833, "W12": -3.261817060303748, "S12": -3.261817060303748, "W13": -12.529896754725932, "S13": -23.070466642217845, "W21": -29.960665925256031, "S21": -30.346362052111029, "W22": -40.0, "S22": -51.861022364217249, "W31": -79.63076833833064, "S31": -79.63076833833064, "W32": -96.273535797265225, "S32": -101.27353579726523 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 505053.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39883580143429254, "S11": -0.39883580143429254, "W12": -8.0687559656851597, "S12": -18.022424664708662, "W13": -20.478025621659338, "S13": -20.478025621659338, "W21": -30.310488981367662, "S21": -36.017073989212982, "W22": -38.944192088747542, "S22": -42.112492324029944, "W31": -70.0, "S31": -74.026888565993261, "W32": -91.310105256278788, "S32": -96.310105256278788 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2453670904331469, "S11": -1.2453670904331469, "W12": -9.9999999999999982, "S12": -22.585841853242734, "W13": -22.585841853242734, "S13": -24.145725854316417, "W21": -39.955619325359955, "S21": -39.955619325359955, "W22": -70.850418490363197, "S22": -75.151181849141821, "W31": -90.956173219634906, "S31": -90.956173219634906, "W32": -97.265165475980112, "S32": -102.26516547598011 }, "geometry": { "type": "Point", "coordinates": [ 104471.0, 509529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90548467113053399, "W12": -10.022417561101804, "S12": -17.681659307761795, "W13": -20.0, "S13": -20.0, "W21": -33.161260837436963, "S21": -35.319758704217179, "W22": -47.414194697540587, "S22": -47.414194697540587, "W31": -75.795388625137463, "S31": -79.72697361899715, "W32": -89.815108824476553, "S32": -94.815108824476553 }, "geometry": { "type": "Point", "coordinates": [ 104471.4, 506787.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5812899997180636, "S11": 1.5812899997180636, "W12": -5.4433464345873102, "S12": -5.8861677121469596, "W13": -14.380602182312954, "S13": -17.380602182312956, "W21": -40.134733308947858, "S21": -42.807936131378753, "W22": -34.589972009490104, "S22": -44.789721941142624, "W31": -68.735022851493341, "S31": -68.735022851493341, "W32": -98.414217364441413, "S32": -103.41421736444141 }, "geometry": { "type": "Point", "coordinates": [ 104471.5, 498639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6309704091340462, "S11": 1.6309704091340462, "W12": -13.310141591979955, "S12": -18.404885854664368, "W13": -27.63116695729747, "S13": -27.63116695729747, "W21": -36.582977813104208, "S21": -36.582977813104208, "W22": -43.126426668817786, "S22": -43.126426668817786, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104471.5, 510147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12598051409618574, "S11": -0.12598051409618574, "W12": -3.1888670287336685, "S12": -5.9052688762396848, "W13": -22.773308880495836, "S13": -22.773308880495836, "W21": -36.913370637162473, "S21": -41.031174780144966, "W22": -40.0, "S22": -42.825488889972434, "W31": -66.991954728558014, "S31": -66.991954728558014, "W32": -95.178426606004777, "S32": -100.17842660600478 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 506378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35355313402253885, "S11": -0.35355313402253885, "W12": -7.2776586667539167, "S12": -14.937875433698006, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -36.099610264716304, "W22": -49.999999999999993, "S22": -53.90294837770324, "W31": -77.895602175647227, "S31": -77.895602175647227, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 508636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57524928379480045, "S11": 0.57524928379480045, "W12": -3.149343973485895, "S12": -11.057471131543632, "W13": -24.795883951796284, "S13": -24.795883951796284, "W21": -40.436172775770622, "S21": -40.436172775770622, "W22": -40.0, "S22": -49.920544956796988, "W31": -79.08038202600433, "S31": -79.08038202600433, "W32": -94.720421969337849, "S32": -99.720421969337849 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 509839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4089916184721731, "S11": 1.4089916184721731, "W12": -13.621329370276536, "S12": -17.339603822245707, "W13": -27.164692243713706, "S13": -27.164692243713706, "W21": -36.463768667024617, "S21": -36.463768667024617, "W22": -39.226594092563282, "S22": -46.295740298397824, "W31": -78.573848294454834, "S31": -78.573848294454834, "W32": -94.20181476458643, "S32": -99.20181476458643 }, "geometry": { "type": "Point", "coordinates": [ 104472.0, 510120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3926082784209601, "S11": 2.3926082784209601, "W12": -9.4890477099730433, "S12": -9.4890477099730433, "W13": -17.129311989172173, "S13": -18.524347702002849, "W21": -36.906484424881249, "S21": -36.906484424881249, "W22": -40.0, "S22": -45.0, "W31": -65.97794406127656, "S31": -75.475415634087938, "W32": -92.7476621879878, "S32": -97.7476621879878 }, "geometry": { "type": "Point", "coordinates": [ 104472.428571428565192, 497121.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7183244986121844, "S12": -4.7183244986121844, "W13": -15.838860955074878, "S13": -15.838860955074878, "W21": -44.478903459145876, "S21": -46.732796260945584, "W22": -46.930073606729763, "S22": -46.933099569639488, "W31": -75.52171749136059, "S31": -75.52171749136059, "W32": -99.76910390809725, "S32": -104.76910390809725 }, "geometry": { "type": "Point", "coordinates": [ 104472.714285714289872, 522339.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.807340231816099, "S22": -40.116041102826493, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104472.827586206898559, 530026.494252873584628 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4342833193629505, "S11": -0.4342833193629505, "W12": -8.9290220073291486, "S12": -17.243557313174797, "W13": -20.978311204578432, "S13": -20.978311204578432, "W21": -31.379263524709582, "S21": -36.044280654515447, "W22": -50.486950597971436, "S22": -55.200060895189246, "W31": -78.554385566298564, "S31": -78.554385566298564, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104473.0, 508748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2979404095037235, "S11": 1.2979404095037235, "W12": -12.550830078236391, "S12": -27.550830078236395, "W13": -28.700059914174847, "S13": -28.700059914174847, "W21": -37.094653495685051, "S21": -37.094653495685051, "W22": -49.677536098079273, "S22": -49.677536098079273, "W31": -74.891368938728604, "S31": -74.891368938728604, "W32": -88.806153588313578, "S32": -93.806153588313578 }, "geometry": { "type": "Point", "coordinates": [ 104473.0, 510211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4116932487116274, "S11": 1.2786661558082806, "W12": -9.4305455462603067, "S12": -9.7225680698181094, "W13": -17.632551948532129, "S13": -17.632551948532129, "W21": -36.65352840212794, "S21": -36.65352840212794, "W22": -31.584084823239845, "S22": -37.582960945056065, "W31": -67.635604783972283, "S31": -67.635604783972283, "W32": -96.18477654840963, "S32": -101.18477654840963 }, "geometry": { "type": "Point", "coordinates": [ 104473.0, 512186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2972125714190248, "S11": 0.2972125714190248, "W12": -11.306142920218768, "S12": -11.306142920218768, "W13": -19.516393244420733, "S13": -23.225355374402159, "W21": -34.828389509494066, "S21": -36.953860113406193, "W22": -40.0, "S22": -43.500547045951862, "W31": -65.723181628781802, "S31": -73.781320258600175, "W32": -91.082631827511264, "S32": -96.082631827511264 }, "geometry": { "type": "Point", "coordinates": [ 104473.428571428565192, 513439.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7778828311390846, "S12": -7.5769238256179507, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -35.748375216196969, "S22": -44.160495898637691, "W31": -57.624791605374128, "S31": -58.692422363577577, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104473.469387755103526, 526521.265306122484617 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18244016931307264, "S11": 0.18244016931307264, "W12": -9.2591031445001661, "S12": -9.2591031445001661, "W13": -19.232939068917368, "S13": -20.27615466236518, "W21": -33.5038609004324, "S21": -35.679024404196696, "W22": -31.59707572958995, "S22": -33.450985783432813, "W31": -48.859966906327337, "S31": -50.494117750769888, "W32": -96.210060762565888, "S32": -101.21006076256589 }, "geometry": { "type": "Point", "coordinates": [ 104474.0, 513119.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19571445798391038, "S11": 0.19571445798391038, "W12": -10.013018509806466, "S12": -10.013018509806466, "W13": -19.265769444842721, "S13": -20.617949403406154, "W21": -33.630535884229552, "S21": -36.059466195454419, "W22": -31.456203915773919, "S22": -33.704945053885091, "W31": -48.766001376462491, "S31": -50.355985713700882, "W32": -96.356230247852608, "S32": -101.35623024785261 }, "geometry": { "type": "Point", "coordinates": [ 104474.0, 513156.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0279499167070894, "S12": -7.9871598811843132, "W13": -19.357258518898007, "S13": -22.223432347367673, "W21": -34.313180175604437, "S21": -34.313180175604437, "W22": -31.352039636084442, "S22": -46.003051113950846, "W31": -68.520559939043409, "S31": -68.520559939043409, "W32": -97.616982752598716, "S32": -102.61698275259872 }, "geometry": { "type": "Point", "coordinates": [ 104474.2, 503571.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.062455992778497393, "S11": -0.25777511691441346, "W12": -12.393474108410953, "S12": -12.393474108410953, "W13": -19.987274880051469, "S13": -20.849411907253678, "W21": -37.838775673306287, "S21": -39.533719672912305, "W22": -50.599651814099005, "S22": -55.40212207349915, "W31": -78.552196783156802, "S31": -78.552196783156802, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104474.571428571434808, 514150.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58978102189780557, "S11": 0.58978102189780557, "W12": -10.002976625117046, "S12": -10.002976625117046, "W13": -22.47677206448083, "S13": -22.47677206448083, "W21": -35.496072189067441, "S21": -41.571923776752058, "W22": -52.580582349769337, "S22": -57.318670845344556, "W31": -79.66150094871773, "S31": -79.66150094871773, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104475.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.4533708932429414, "W12": -9.7105675862867322, "S12": -9.7105675862867322, "W13": -20.30228233396566, "S13": -20.30228233396566, "W21": -40.051790208703238, "S21": -43.055966385841437, "W22": -56.432136752136749, "S22": -61.57750681519682, "W31": -84.174507694360315, "S31": -84.174507694360315, "W32": -96.82476646945473, "S32": -101.82476646945473 }, "geometry": { "type": "Point", "coordinates": [ 104475.0, 515535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8834364230803509, "S12": -7.6086374438811939, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -47.0, "S21": -47.0, "W22": -50.0, "S22": -51.893720660127101, "W31": -78.304170730349497, "S31": -79.763252812380912, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104475.4, 526564.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37029896619165026, "S11": -0.37029896619165026, "W12": -7.919770063936598, "S12": -17.767432237336337, "W13": -20.359663308943421, "S13": -20.359663308943421, "W21": -30.140853263826862, "S21": -35.622201646678207, "W22": -50.0, "S22": -50.0, "W31": -77.892729722533744, "S31": -79.719816516792562, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104475.666666666671517, 508681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64999007936507935, "S11": 0.64999007936507935, "W12": -5.3671967592592598, "S12": -6.8886683002125224, "W13": -15.992783505154639, "S13": -18.861569401942699, "W21": -40.0, "S21": -42.466494539652309, "W22": -34.896427775505799, "S22": -36.561905282551578, "W31": -65.025076539184226, "S31": -65.025076539184226, "W32": -89.183483105864269, "S32": -94.183483105864269 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.069610760301058811, "S11": -0.069610760301058811, "W12": -3.4493634186310347, "S12": -8.591439022882092, "W13": -21.94956904900252, "S13": -21.94956904900252, "W21": -35.927424166583286, "S21": -39.50972520587132, "W22": -33.809945246602638, "S22": -39.242672033040876, "W31": -66.631202901080997, "S31": -66.631202901080997, "W32": -87.725531838444326, "S32": -92.725531838444326 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38661942748260181, "S11": -1.5104869074858873, "W12": -10.0, "S12": -10.0, "W13": -19.076262480054517, "S13": -19.076262480054517, "W21": -34.152106276908398, "S21": -34.568311313023699, "W22": -56.573675213675216, "S22": -62.164559161014523, "W31": -84.560368295999396, "S31": -84.560368295999396, "W32": -97.088993767500682, "S32": -102.08899376750068 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 512719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6892047358173548, "S12": -4.6892047358173548, "W13": -15.0, "S13": -15.0, "W21": -46.088334682945053, "S21": -46.088334682945053, "W22": -68.144400270614739, "S22": -68.348232790178642, "W31": -92.512811948773077, "S31": -92.512811948773077, "W32": -96.186133262839434, "S32": -101.18613326283943 }, "geometry": { "type": "Point", "coordinates": [ 104476.0, 523938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3550664308464475, "S11": 1.3550664308464475, "W12": -9.9969879930941623, "S12": -19.461715247471851, "W13": -30.0, "S13": -30.0, "W21": -38.670024045401377, "S21": -38.670024045401377, "W22": -49.893336561156438, "S22": -49.893336561156438, "W31": -74.985079246177776, "S31": -74.985079246177776, "W32": -88.721140243402047, "S32": -93.721140243402047 }, "geometry": { "type": "Point", "coordinates": [ 104476.428571428565192, 510718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50296552930777827, "S11": -0.50296552930777827, "W12": -9.820737377276318, "S12": -9.820737377276318, "W13": -16.506356202843705, "S13": -19.942062056964186, "W21": -43.704585537918845, "S21": -45.769637630645548, "W22": -37.494931182267578, "S22": -39.951895188527359, "W31": -70.0, "S31": -70.0, "W32": -92.664699507743634, "S32": -97.664699507743634 }, "geometry": { "type": "Point", "coordinates": [ 104476.714285714289872, 499964.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 6.911538268618953, "S11": 6.5817042228558185, "W12": -10.0, "S12": -12.20313335252272, "W13": -12.924292308632916, "S13": -13.639435270430766, "W21": -61.117135020141568, "S21": -62.982876368280643, "W22": -40.0, "S22": -51.69705492343229, "W31": -79.228435474707538, "S31": -79.228435474707538, "W32": -94.801093211585695, "S32": -99.801093211585695 }, "geometry": { "type": "Point", "coordinates": [ 104477.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40054950172301385, "S11": -0.40054950172301385, "W12": -8.6215716202390222, "S12": -17.273126875299287, "W13": -20.769681490449496, "S13": -20.769681490449496, "W21": -31.01183534142967, "S21": -35.996144700137975, "W22": -47.212098376378705, "S22": -47.212098376378705, "W31": -75.719405234439037, "S31": -79.265734909992659, "W32": -89.795063356208416, "S32": -94.795063356208416 }, "geometry": { "type": "Point", "coordinates": [ 104477.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49760890849612976, "S11": -0.49760890849612976, "W12": -9.3898793829110794, "S12": -9.3898793829110794, "W13": -16.684198807437273, "S13": -19.140191974141224, "W21": -47.480709876543209, "S21": -49.694620432002189, "W22": -35.011467889908261, "S22": -36.091746335148834, "W31": -68.882454778819181, "S31": -69.650576650004112, "W32": -100.57609290078283, "S32": -105.57609290078283 }, "geometry": { "type": "Point", "coordinates": [ 104477.25, 500274.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8618803569851385, "S12": -7.5930601681435466, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -47.0, "S21": -47.0, "W22": -52.890691502680802, "S22": -52.890691502680802, "W31": -72.823280219876253, "S31": -73.119975781447408, "W32": -96.727893728397703, "S32": -101.7278937283977 }, "geometry": { "type": "Point", "coordinates": [ 104477.775510204082821, 526570.612244897987694 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26339749480581753, "S11": 0.26339749480581753, "W12": -7.7576730686098925, "S12": -8.733902455030929, "W13": -15.773367620751342, "S13": -18.134814157696848, "W21": -40.000000000000007, "S21": -41.896967309964559, "W22": -67.7881950068561, "S22": -75.932876486150064, "W31": -96.809813148156465, "S31": -96.809813148156465, "W32": -96.809813148156465, "S32": -98.289136930919128 }, "geometry": { "type": "Point", "coordinates": [ 104478.0, 499332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.078417687205000641, "S11": -0.078417687205000641, "W12": -3.2769191982856416, "S12": -8.0635442113646683, "W13": -22.040752711601783, "S13": -22.040752711601783, "W21": -36.049482860905755, "S21": -39.689824894029996, "W22": -49.458319501309425, "S22": -49.458319501309425, "W31": -76.434191853436175, "S31": -86.988241838380361, "W32": -92.513830551263325, "S32": -97.513830551263325 }, "geometry": { "type": "Point", "coordinates": [ 104478.0, 506464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3020407437693321, "S11": -0.3020407437693321, "W12": -5.5804499746109055, "S12": -8.2952549358279768, "W13": -19.753377180256791, "S13": -19.753377180256791, "W21": -30.0, "S21": -32.973168254960164, "W22": -50.320556917933182, "S22": -50.320556917933182, "W31": -75.090714465736497, "S31": -75.090714465736497, "W32": -88.62612986367472, "S32": -93.62612986367472 }, "geometry": { "type": "Point", "coordinates": [ 104478.0, 508524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1246259678646555, "S11": 1.1246259678646555, "W12": -6.3579693462821103, "S12": -10.958261560851094, "W13": -20.915884498116817, "S13": -29.197406376875676, "W21": -35.758156514404661, "S21": -35.758156514404661, "W22": -50.355022701263337, "S22": -50.355022701263337, "W31": -75.098961244755003, "S31": -75.098961244755003, "W32": -88.61852800532381, "S32": -93.61852800532381 }, "geometry": { "type": "Point", "coordinates": [ 104478.0, 511793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3045486453132209, "S11": -0.30454864531322101, "W12": -7.2210696173350515, "S12": -16.627605643204234, "W13": -20.555036033636792, "S13": -20.555036033636792, "W21": -34.234812678439376, "S21": -36.912791434890657, "W22": -40.557538921439381, "S22": -40.651734383862838, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104478.333333333328483, 506644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83383302202734288, "S11": 0.83383302202734288, "W12": -8.8976610377262926, "S12": -23.897661037726291, "W13": -30.0, "S13": -30.0, "W21": -38.243733706258169, "S21": -38.243733706258169, "W22": -31.573966752862948, "S22": -33.17569942759021, "W31": -48.961210115534989, "S31": -50.614206593185436, "W32": -96.13494868395702, "S32": -101.13494868395702 }, "geometry": { "type": "Point", "coordinates": [ 104479.0, 510933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.3959707774418866, "S11": 3.3959707774418866, "W12": -9.3504813748425413, "S12": -9.3504813748425413, "W13": -12.715896702230843, "S13": -14.499633547956133, "W21": -58.892955500797221, "S21": -60.722891267557479, "W22": -39.796522368846084, "S22": -40.046724989058895, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104479.75, 501133.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.5, "S12": -14.5, "W13": -16.5, "S13": -20.5, "W21": -42.5, "S21": -44.5, "W22": -42.072930264195257, "S22": -42.072930264195257, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12948775219224437, "S11": -2.6495748738571177, "W12": -6.7734830832262851, "S12": -7.3426206309972297, "W13": -22.756420418516171, "S13": -25.176078400130137, "W21": -34.643174879359982, "S21": -38.574355717662613, "W22": -66.666666666666671, "S22": -80.159832015810281, "W31": -85.436631033944067, "S31": -85.436631033944067, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 505729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.9546220334016997, "W13": -15.038143646408836, "S13": -15.038143646408836, "W21": -47.0, "S21": -47.0, "W22": -51.129221966144797, "S22": -51.129221966144797, "W31": -76.703847077025031, "S31": -86.607503700380761, "W32": -91.604648632179149, "S32": -96.604648632179149 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 526625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22724931934738801, "S11": -3.6631113883126201, "W12": -5.594801962129921, "S12": -6.5575249185713407, "W13": -13.329176973947593, "S13": -23.015906825355621, "W21": -31.221161187751683, "S21": -33.229276046726966, "W22": -50.926352805221214, "S22": -50.926352805221214, "W31": -75.196349685295232, "S31": -75.196349685295232, "W32": -88.531119483947407, "S32": -93.531119483947407 }, "geometry": { "type": "Point", "coordinates": [ 104480.4, 505204.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13886497123219721, "S11": -0.13886497123219721, "W12": -10.0, "S12": -10.0, "W13": -15.982917974882264, "S13": -18.797842819188034, "W21": -40.704798012190949, "S21": -42.643013057484353, "W22": -47.643808088420151, "S22": -47.643808088420151, "W31": -75.79146128048373, "S31": -80.236931208187869, "W32": -89.883366213861436, "S32": -94.883366213861436 }, "geometry": { "type": "Point", "coordinates": [ 104480.6, 499565.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58437735950814373, "S11": 0.58437735950814373, "W12": -9.1946978863401743, "S12": -9.1946978863401743, "W13": -16.721420304439707, "S13": -18.879858907999541, "W21": -40.571224213208787, "S21": -40.687156999232556, "W22": -52.541189862800316, "S22": -57.352328505868165, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 497463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.575989177041897, "S11": 2.575989177041897, "W12": -5.8950068695091167, "S12": -7.1193812902690796, "W13": -13.837530364372471, "S13": -14.990258522865489, "W21": -42.089840915360945, "S21": -45.089840915360945, "W22": -80.0, "S22": -88.813232086598276, "W31": -88.813232086598276, "S31": -88.813232086598276, "W32": -98.787562078422653, "S32": -103.78756207842265 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 498256.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10651502039807148, "S11": 0.10651502039807148, "W12": -8.032522642950676, "S12": -8.032522642950676, "W13": -13.415402521823474, "S13": -16.014379939803874, "W21": -47.244085353435096, "S21": -49.031388522850762, "W22": -38.647240784937686, "S22": -42.322481561724615, "W31": -70.6660773015047, "S31": -73.6660773015047, "W32": -90.492480596016563, "S32": -95.492480596016563 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 501409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0117619286432165, "S12": -5.337239861368678, "W13": -16.365059876640967, "S13": -20.644049583413736, "W21": -34.494478994107951, "S21": -36.447872946317723, "W22": -56.687261756201522, "S22": -56.687261756201522, "W31": -81.108935128518979, "S31": -81.108935128518979, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 502826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.019142456615265591, "S11": -0.93553956641928604, "W12": -2.9149351071855119, "S12": -2.9149351071855119, "W13": -12.300665621394575, "S13": -23.215898028913983, "W21": -29.937823959784588, "S21": -29.937823959784588, "W22": -33.12279701430645, "S22": -33.12279701430645, "W31": -67.365290169745421, "S31": -67.365290169745421, "W32": -95.843776402310539, "S32": -100.84377640231054 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4400001, "S11": -1.4400001, "W12": -7.04, "S12": -21.84, "W13": -21.85, "S13": -24.44, "W21": -39.939999, "S21": -39.939999, "W22": -46.757689274447948, "S22": -46.757689274447948, "W31": -75.223559473702196, "S31": -75.223559473702196, "W32": -99.534932381250044, "S32": -104.53493238125004 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509553.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82278297545327639, "S11": 0.82278297545327639, "W12": -5.0, "S12": -6.7044444444444444, "W13": -23.620914289837813, "S13": -23.620914289837813, "W21": -40.527686754377541, "S21": -40.527686754377541, "W22": -51.967428127147834, "S22": -51.967428127147834, "W31": -75.301984904853967, "S31": -75.301984904853967, "W32": -88.436109104220094, "S32": -93.436109104220094 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509652.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7009735534369987, "S12": -4.7009735534369987, "W13": -15.035559485850971, "S13": -15.035559485850971, "W21": -45.156082250975267, "S21": -47.315747724835759, "W22": -52.819932897968968, "S22": -57.599891600033864, "W31": -79.609755050526729, "S31": -79.609755050526729, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104481.142857142855064, 522743.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46586094806737383, "S11": 0.46586094806737383, "W12": -7.2331010960374327, "S12": -7.2331010960374327, "W13": -13.474044314193923, "S13": -15.024596076828916, "W21": -40.616506530051304, "S21": -44.640865069670582, "W22": -68.73968054558506, "S22": -70.475278077263425, "W31": -92.589566393866633, "S31": -92.589566393866633, "W32": -92.589566393866633, "S32": -96.349875196212139 }, "geometry": { "type": "Point", "coordinates": [ 104481.666666666671517, 501795.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.3017252192426358, "S12": -8.3017252192426358, "W13": -15.867739087200022, "S13": -17.719901828099381, "W21": -43.294032356483257, "S21": -45.434942179349605, "W22": -56.508631909561721, "S22": -56.508631909561721, "W31": -80.241738066095479, "S31": -80.241738066095479, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 497923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.016723769378296255, "S11": 0.016723769378296255, "W12": -10.0, "S12": -10.433810714556341, "W13": -15.830160910518055, "S13": -18.788186056965259, "W21": -40.158647016623675, "S21": -42.074897508943486, "W22": -34.085481852315397, "S22": -36.379680700839018, "W31": -68.910553247683751, "S31": -68.910553247683751, "W32": -95.62436353597802, "S32": -100.62436353597802 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 499476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81741975056237615, "S11": 0.48821182977027927, "W12": -6.339190544731987, "S12": -21.946216993035428, "W13": -25.407547611676023, "S13": -25.407547611676023, "W21": -38.149992608763704, "S21": -38.149992608763704, "W22": -40.0, "S22": -40.257398116479706, "W31": -66.196387110516312, "S31": -69.479741776206964, "W32": -94.369838699481292, "S32": -99.369838699481292 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 509964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.667745611712244, "S12": -11.667745611712244, "W13": -29.443858870012214, "S13": -29.443858870012214, "W21": -38.470123790769478, "S21": -38.470123790769478, "W22": -53.004326205100597, "S22": -53.004326205100597, "W31": -75.407620124412688, "S31": -75.407620124412688, "W32": -88.341098724492781, "S32": -93.341098724492781 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 510317.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7606427034388783, "S11": 1.7606427034388783, "W12": -9.962819048860359, "S12": -14.493903471325918, "W13": -30.0, "S13": -30.0, "W21": -38.225101340864938, "S21": -38.225101340864938, "W22": -72.636837283865802, "S22": -76.275733455863701, "W31": -85.860710037327209, "S31": -85.860710037327209, "W32": -99.36500999000998, "S32": -104.36500999000998 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 510547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9659205016768866, "S11": -2.7202388579570371, "W12": -9.4112861927493849, "S12": -9.4112861927493849, "W13": -20.0, "S13": -26.944030671236192, "W21": -41.007451979123694, "S21": -43.344760980139512, "W22": -60.06376195536663, "S22": -70.206886796655226, "W31": -84.987216057782888, "S31": -84.987216057782888, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 515950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4952436062609804, "S12": -7.4952436062609804, "W13": -19.307233130692182, "S13": -19.307233130692182, "W21": -48.527873495440318, "S21": -51.527873495440318, "W22": -31.845166331569189, "S22": -36.2977750722943, "W31": -67.833335505362356, "S31": -67.833335505362356, "W32": -96.073170313997025, "S32": -101.07317031399703 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 518519.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9179817972961031, "S12": -7.5994068676787006, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.198433996287463, "S22": -47.725988203883318, "W31": -72.587266589885729, "S31": -73.994623291768818, "W32": -88.996221847259918, "S32": -93.996221847259918 }, "geometry": { "type": "Point", "coordinates": [ 104482.0, 526611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9458778828311925, "S12": -7.8135716348124848, "W13": -15.013607847558932, "S13": -15.013607847558932, "W21": -47.0, "S21": -47.0, "W22": -30.0, "S22": -33.761568371771745, "W31": -59.222743238800547, "S31": -60.193029186235179, "W32": -100.14252623907431, "S32": -105.14252623907431 }, "geometry": { "type": "Point", "coordinates": [ 104482.081632653062115, 526619.95918367349077 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43307078386439257, "S11": -1.5669292161356074, "W12": -10.0, "S12": -10.0, "W13": -18.986387108641868, "S13": -18.986387108641868, "W21": -34.414421946189407, "S21": -35.285883157197702, "W22": -50.696632940786195, "S22": -50.696632940786195, "W31": -78.087995768309653, "S31": -79.669013637039143, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104482.3, 512643.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26678173624691781, "S11": -0.26678173624691781, "W12": -9.539027463619238, "S12": -9.539027463619238, "W13": -16.2827426347638, "S13": -18.902524228309503, "W21": -50.797607548852071, "S21": -52.882393978344084, "W22": -38.961811304001998, "S22": -48.511777080867162, "W31": -71.587891026592459, "S31": -71.587891026592459, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 500421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50837704548745721, "S11": -1.0458034815050314, "W12": -10.047377730182639, "S12": -15.965658327302272, "W13": -19.987164551818839, "S13": -21.704362339545934, "W21": -33.70701010303501, "S21": -35.400719811891996, "W22": -68.123429648241213, "S22": -68.123429648241213, "W31": -88.953331432373346, "S31": -88.953331432373346, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2468005512896241, "W12": -10.049277796083599, "S12": -12.011083738619597, "W13": -19.721573424349014, "S13": -19.721573424349014, "W21": -33.899483640838191, "S21": -33.899483640838191, "W22": -50.579035206230621, "S22": -50.579035206230621, "W31": -76.574765310930943, "S31": -87.94458257729049, "W32": -91.875361814185283, "S32": -96.875361814185283 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 507303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36437366364373669, "S11": 0.36437366364373669, "W12": -9.6019152189716976, "S12": -13.444332693184267, "W13": -20.0, "S13": -20.0, "W21": -33.152465791833166, "S21": -33.152465791833166, "W22": -67.184883869305011, "S22": -75.279665001659041, "W31": -96.014339394462922, "S31": -96.014339394462922, "W32": -96.014339394462922, "S32": -98.598787133063809 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 507559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0972527231545417, "S12": -11.135254490678612, "W13": -20.0, "S13": -20.0, "W21": -32.618464751333484, "S21": -32.618464751333484, "W22": -46.652051791463997, "S22": -46.652051791463997, "W31": -75.534915191395726, "S31": -78.001737676837237, "W32": -89.726374218276263, "S32": -94.726374218276263 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 507742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44548611111111114, "S11": 0.44548611111111114, "W12": -6.7011834319526615, "S12": -11.812211822577884, "W13": -19.213323693516401, "S13": -19.213323693516401, "W21": -30.000000000000004, "S21": -30.000509336461516, "W22": -35.961628635395485, "S22": -50.961628635395485, "W31": -68.641403445460796, "S31": -68.641403445460796, "W32": -89.832833124550476, "S32": -94.832833124550476 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 508244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23872080207629676, "S11": -0.23872080207629676, "W12": -5.0, "S12": -6.179975268857496, "W13": -19.648815887873084, "S13": -19.648815887873084, "W21": -30.0, "S21": -32.204284221525597, "W22": -40.0, "S22": -45.0, "W31": -65.800852596978515, "S31": -75.391849304989634, "W32": -91.440180586907445, "S32": -96.440180586907445 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 508487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49494188549288387, "W12": -7.5804926523944083, "S12": -15.948963864127206, "W13": -26.998474764805085, "S13": -26.998474764805085, "W21": -37.059765043014814, "S21": -37.059765043014814, "W22": -50.0, "S22": -54.701658830846725, "W31": -79.0199526304513, "S31": -79.745976182384737, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 509995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5704713227175189, "S12": -5.5704713227175189, "W13": -20.0, "S13": -20.0, "W21": -45.642030070222553, "S21": -48.376928394337824, "W22": -31.469864368168455, "S22": -37.085699321367898, "W31": -68.093205970547388, "S31": -68.093205970547388, "W32": -96.12379387357646, "S32": -101.12379387357646 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 519879.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7295074768127305, "S12": -4.7295074768127305, "W13": -18.777927289587979, "S13": -18.858255847102168, "W21": -41.041710748452452, "S21": -44.041710748452452, "W22": -40.0, "S22": -53.154952076677318, "W31": -79.52053854928127, "S31": -79.52053854928127, "W32": -95.554384673006368, "S32": -100.55438467300637 }, "geometry": { "type": "Point", "coordinates": [ 104483.0, 520747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6790171343711124, "S12": -4.6790171343711124, "W13": -15.0, "S13": -15.0, "W21": -46.065075779400772, "S21": -46.065075779400772, "W22": -39.034149634925861, "S22": -46.082427945185003, "W31": -78.685791199501566, "S31": -78.685791199501566, "W32": -94.169823728833606, "S32": -99.169823728833606 }, "geometry": { "type": "Point", "coordinates": [ 104483.25, 523980.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.4251439539347408, "W12": -3.6998229353912437, "S12": -3.6998229353912437, "W13": -14.999999999999998, "S13": -25.0, "W21": -30.060194576297764, "S21": -30.060194576297764, "W22": -37.124137163081741, "S22": -47.589489497567023, "W31": -70.0, "S31": -70.234110409031373, "W32": -89.051792828685251, "S32": -94.051792828685251 }, "geometry": { "type": "Point", "coordinates": [ 104484.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62289322359146793, "S11": 0.62289322359146793, "W12": -9.7292136990249301, "S12": -9.7292136990249301, "W13": -22.76348706410317, "S13": -22.76348706410317, "W21": -34.909662493042219, "S21": -39.839502181311978, "W22": -33.68832730129872, "S22": -33.68832730129872, "W31": -61.618250745866888, "S31": -62.54347942981552, "W32": -100.26220052674448, "S32": -105.26220052674448 }, "geometry": { "type": "Point", "coordinates": [ 104484.25, 508960.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7164812809089582, "S12": -4.7164812809089582, "W13": -17.624418568685794, "S13": -17.624418568685794, "W21": -42.395745358481463, "S21": -44.715599322320131, "W22": -32.826572019390888, "S22": -48.573646427768992, "W31": -69.144782801120044, "S31": -69.144782801120044, "W32": -98.0027604995324, "S32": -103.0027604995324 }, "geometry": { "type": "Point", "coordinates": [ 104484.375, 521470.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24745151009898492, "S11": -3.2355982645674706, "W12": -5.2749561593856011, "S12": -5.628992725257068, "W13": -12.977713805667637, "S13": -22.977713805667637, "W21": -30.912535339427485, "S21": -32.530828853641687, "W22": -80.0, "S22": -88.225947168591972, "W31": -88.225947168591972, "S31": -88.225947168591972, "W32": -98.594099770217184, "S32": -103.59409977021718 }, "geometry": { "type": "Point", "coordinates": [ 104485.0, 505171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49909888420648385, "S11": 0.49909888420648385, "W12": -6.0642348901012761, "S12": -13.59291246659313, "W13": -24.090978650409916, "S13": -35.989169521067225, "W21": -36.745747245081795, "S21": -36.745747245081795, "W22": -80.0, "S22": -88.618800572999348, "W31": -89.32077456685407, "S31": -89.32077456685407, "W32": -97.757243226731205, "S32": -102.75724322673121 }, "geometry": { "type": "Point", "coordinates": [ 104485.333333333328483, 511463.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29637786646939446, "S11": -0.49380664709862304, "W12": -6.3155016030175712, "S12": -6.3155016030175712, "W13": -25.0, "S13": -25.000000000000004, "W21": -35.591120699690364, "S21": -39.949751464087484, "W22": -68.156549301927328, "S22": -73.27487846823476, "W31": -96.094891963231689, "S31": -96.094891963231689, "W32": -96.094891963231689, "S32": -97.590820171465325 }, "geometry": { "type": "Point", "coordinates": [ 104485.4, 505837.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.3563262734116401, "S12": -7.3563262734116401, "W13": -15.118383441861535, "S13": -17.483085922262511, "W21": -42.937248180358743, "S21": -45.252691244328346, "W22": -55.88436667934576, "S22": -55.88436667934576, "W31": -73.346977748783402, "S31": -73.482600566012749, "W32": -95.561983210692503, "S32": -100.5619832106925 }, "geometry": { "type": "Point", "coordinates": [ 104485.5, 498056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3601836578522235, "S11": -0.3601836578522235, "W12": -9.460218044039296, "S12": -9.460218044039296, "W13": -16.429207148322988, "S13": -18.972229458221097, "W21": -50.000000000000007, "S21": -52.090050192389945, "W22": -41.805725244339065, "S22": -41.805725244339065, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 500389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0956305097738595, "S11": 1.5956305097738595, "W12": -10.0, "S12": -12.927639582197241, "W13": -14.768828628033681, "S13": -16.875312004819357, "W21": -58.829280521433937, "S21": -60.763068160141337, "W22": -50.790761320285284, "S22": -50.790761320285284, "W31": -78.129261837769434, "S31": -79.635876040257159, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0185702224969362, "S11": 1.0185702224969362, "W12": -7.7865814933110258, "S12": -7.7865814933110258, "W13": -13.055788595810711, "S13": -16.791396644804486, "W21": -43.337949445053951, "S21": -52.194889386384986, "W22": -40.0, "S22": -42.240574611550457, "W31": -66.732870524598923, "S31": -66.732870524598923, "W32": -95.101964425545361, "S32": -100.10196442554536 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 502010.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.82565465642843083, "W12": -10.051935134626248, "S12": -13.357958472343165, "W13": -19.809603821299401, "S13": -19.809603821299401, "W21": -33.698264941948736, "S21": -33.698264941948736, "W22": -31.412335794721997, "S22": -37.097678944861322, "W31": -68.188912928189012, "S31": -68.188912928189012, "W32": -96.120277823508587, "S32": -101.12027782350859 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 507363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79116465863457774, "S11": 0.29116465863457774, "W12": -6.2660943454779368, "S12": -26.466046111505342, "W13": -26.466046111505342, "S13": -26.466046111505342, "W21": -38.401269668139399, "S21": -38.401269668139399, "W22": -60.934795809928652, "S22": -71.480106271308145, "W31": -84.852133211706118, "S31": -84.852133211706118, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 509953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5389978475246533, "S11": 0.5389978475246533, "W12": -7.827176937828404, "S12": -16.979761334594937, "W13": -27.163946788955087, "S13": -27.163946788955087, "W21": -36.946458725208906, "S21": -36.946458725208906, "W22": -65.956790123456798, "S22": -65.956790123456798, "W31": -86.566992998130729, "S31": -86.566992998130729, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 509999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5384097229573759, "S11": 1.5384097229573759, "W12": -13.414887960126684, "S12": -13.414887960126686, "W13": -27.275398315458155, "S13": -27.275398315458155, "W21": -36.693858226638014, "S21": -36.693858226638014, "W22": -57.58675796120415, "S22": -57.58675796120415, "W31": -75.668901366113275, "S31": -75.668901366113275, "W32": -88.734407294439194, "S32": -93.734407294439194 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31703394160819348, "S11": -0.32981576957312392, "W12": -12.824968827558868, "S12": -12.824968827558868, "W13": -20.544487145388008, "S13": -23.655054808534565, "W21": -39.194990360879068, "S21": -42.072547848648682, "W22": -57.729029764205642, "S22": -57.729029764205642, "W31": -75.9192988138347, "S31": -77.0471851371029, "W32": -89.308332588008753, "S32": -94.308332588008753 }, "geometry": { "type": "Point", "coordinates": [ 104486.0, 514468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -6.5986066598137416, "W13": -15.057963242755685, "S13": -15.057963242755685, "W21": -47.0, "S21": -47.0, "W22": -37.186932278199009, "S22": -37.186932278199009, "W31": -69.613866863912463, "S31": -69.613866863912463, "W32": -99.084135664890681, "S32": -104.08413566489068 }, "geometry": { "type": "Point", "coordinates": [ 104486.38775510204141, 526669.306122448993847 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7869624378743543, "S11": 1.7869624378743543, "W12": -9.9618839590712192, "S12": -14.108618244448985, "W13": -30.0, "S13": -30.0, "W21": -38.231093705425955, "S21": -38.231093705425955, "W22": -38.784417458218108, "S22": -48.495060853153085, "W31": -71.360554100440268, "S31": -71.360554100440268, "W32": -99.909997261636661, "S32": -104.90999726163666 }, "geometry": { "type": "Point", "coordinates": [ 104486.666666666671517, 510537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45953623486464951, "S11": 0.45953623486464951, "W12": -8.7686217808817108, "S12": -8.7686217808817108, "W13": -13.044927255092144, "S13": -15.410083042973016, "W21": -52.457360970188923, "S21": -54.398459373717557, "W22": -31.324304026597712, "S22": -32.595707432314363, "W31": -49.173814997583868, "S31": -50.825026407603822, "W32": -96.07195748633346, "S32": -101.07195748633346 }, "geometry": { "type": "Point", "coordinates": [ 104487.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12679745275267049, "S11": -3.1267974527526703, "W12": -5.5655028403672535, "S12": -6.2930415227100172, "W13": -25.0, "S13": -25.0, "W21": -36.925933638116774, "S21": -41.825152990145455, "W22": -58.208508119963071, "S22": -58.208508119963071, "W31": -75.715129230528092, "S31": -75.715129230528092, "W32": -88.976208754979325, "S32": -93.976208754979325 }, "geometry": { "type": "Point", "coordinates": [ 104487.0, 506013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.42124951845419034, "W12": -6.0113981538428094, "S12": -6.3755504950912503, "W13": -25.91688733574895, "S13": -25.91688733574895, "W21": -38.989243960241488, "S21": -38.989243960241488, "W22": -40.0, "S22": -40.0, "W31": -65.657224669788718, "S31": -71.980956750426415, "W32": -90.471252996461317, "S32": -95.471252996461317 }, "geometry": { "type": "Point", "coordinates": [ 104487.0, 509902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20570389068628558, "S11": -0.20570389068628558, "W12": -5.0940127090421896, "S12": -6.0490345049238901, "W13": -19.598179650751771, "S13": -19.598179650751771, "W21": -30.0, "S21": -32.066527342389882, "W22": -30.0, "S22": -36.654709957350292, "W31": -50.0, "S31": -51.768699833090572, "W32": -93.711586284511071, "S32": -98.711586284511071 }, "geometry": { "type": "Point", "coordinates": [ 104487.666666666671517, 508478.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2530593922034197, "S11": 1.2530593922034197, "W12": -7.1518149111289029, "S12": -11.0297341578644, "W13": -20.468877662860319, "S13": -31.332408393554616, "W21": -35.899984202790506, "S21": -35.899984202790506, "W22": -46.501340694006309, "S22": -46.501340694006309, "W31": -74.907238460689328, "S31": -74.907238460689328, "W32": -99.32134930262356, "S32": -104.32134930262356 }, "geometry": { "type": "Point", "coordinates": [ 104487.666666666671517, 511852.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34328024639660731, "S11": 0.34328024639660731, "W12": -5.9009269471558632, "S12": -22.915194864494605, "W13": -23.745319612623533, "S13": -23.745319612623533, "W21": -36.450372366629196, "S21": -36.450372366629196, "W22": -34.358985113464989, "S22": -36.401604594278091, "W31": -65.01078760120879, "S31": -65.01078760120879, "W32": -89.117127797033845, "S32": -94.117127797033845 }, "geometry": { "type": "Point", "coordinates": [ 104488.0, 509747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3807178411395386, "S11": 0.3807178411395386, "W12": -5.9051097612936916, "S12": -23.054827627335342, "W13": -23.755399550724899, "S13": -23.755399550724899, "W21": -36.298775834930915, "S21": -36.298775834930915, "W22": -35.711586514742812, "S22": -36.581471641923436, "W31": -65.122665744622608, "S31": -65.122665744622608, "W32": -89.286446469316985, "S32": -94.286446469316985 }, "geometry": { "type": "Point", "coordinates": [ 104488.0, 509750.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0057697029216792, "S11": 0.37174344471598997, "W12": -9.7072919548932788, "S12": -9.9874087124389241, "W13": -18.369913586655699, "S13": -18.369913586655699, "W21": -35.681056681774024, "S21": -35.681056681774024, "W22": -39.817537008182725, "S22": -39.817537008182725, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104488.0, 512352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.875267969586667, "S12": -7.875267969586667, "W13": -19.121161108411691, "S13": -21.314474336043872, "W21": -47.709320827841175, "S21": -50.709320827841175, "W22": -40.804470839395741, "S22": -42.772995424993979, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104488.0, 518086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24867281363509353, "S11": -0.24867281363509353, "W12": -6.6737010999941351, "S12": -13.342429218901495, "W13": -19.813732131923906, "S13": -19.813732131923906, "W21": -30.000000000000004, "S21": -34.835084361818467, "W22": -40.0, "S22": -40.734173751587626, "W31": -66.258212863397134, "S31": -67.969677482158232, "W32": -94.725278519361254, "S32": -99.725278519361254 }, "geometry": { "type": "Point", "coordinates": [ 104488.5, 508602.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.47614410905550142, "W12": -4.7012319176519828, "S12": -4.7012319176519828, "W13": -15.0, "S13": -15.0, "W21": -33.370045407613674, "S21": -33.370045407613674, "W22": -43.015282997523613, "S22": -43.083794763331483, "W31": -75.522743446152944, "S31": -75.704460147139145, "W32": -100.48362438607145, "S32": -105.48362438607145 }, "geometry": { "type": "Point", "coordinates": [ 104488.75, 504423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44481674908721169, "S11": 0.44481674908721169, "W12": -7.2869602207403998, "S12": -7.2869602207403998, "W13": -13.614458336444413, "S13": -14.670184215614837, "W21": -40.271565892746558, "S21": -43.271565892746558, "W22": -36.710117612820099, "S22": -36.710117612820099, "W31": -65.206662460733654, "S31": -65.206662460733654, "W32": -89.411485544505624, "S32": -94.411485544505624 }, "geometry": { "type": "Point", "coordinates": [ 104489.0, 501771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.063780260707634984, "S11": 0.063780260707634984, "W12": -5.3126856402224973, "S12": -7.4995914230046452, "W13": -19.387855876546116, "S13": -19.387855876546116, "W21": -30.0, "S21": -30.0, "W22": -39.933792128994135, "S22": -42.585336908031415, "W31": -65.467623455833561, "S31": -67.517035339043503, "W32": -89.811060667594319, "S32": -94.811060667594319 }, "geometry": { "type": "Point", "coordinates": [ 104489.0, 508367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16420420416928061, "S11": -0.16420420416928061, "W12": -10.0, "S12": -10.0, "W13": -22.147315923876004, "S13": -22.147315923876004, "W21": -38.319644343563304, "S21": -38.319644343563304, "W22": -57.381511592893709, "S22": -62.381511592893709, "W31": -83.654322950228661, "S31": -83.654322950228661, "W32": -96.513914920362495, "S32": -101.5139149203625 }, "geometry": { "type": "Point", "coordinates": [ 104489.0, 509306.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46408572769120504, "S11": -0.48921339780795026, "W12": -11.66151819742714, "S12": -11.66151819742714, "W13": -20.488136116661458, "S13": -27.324626867579049, "W21": -38.369956448215, "S21": -42.209224402369365, "W22": -75.164548265200963, "S22": -76.349349582270477, "W31": -85.670285591494675, "S31": -85.670285591494675, "W32": -98.963308872581734, "S32": -103.96330887258173 }, "geometry": { "type": "Point", "coordinates": [ 104489.180327868845779, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10382242885816503, "S11": 0.10382242885816503, "W12": -5.1185486510293332, "S12": -7.2277310668058323, "W13": -18.017614773195408, "S13": -21.583627983139376, "W21": -31.136763343738803, "S21": -31.136763343738803, "W22": -30.979505257874802, "S22": -37.897582817428344, "W31": -68.544490351015682, "S31": -68.544490351015682, "W32": -96.167385333020135, "S32": -101.16738533302014 }, "geometry": { "type": "Point", "coordinates": [ 104490.0, 503117.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4979697444389741, "S11": 1.4979697444389741, "W12": -8.7182266611551569, "S12": -11.479570312227967, "W13": -19.138503525130769, "S13": -34.138503525130773, "W21": -36.457016537559802, "S21": -36.457016537559802, "W22": -40.666383135156416, "S22": -41.968883053897692, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104490.0, 511983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94271527325642435, "S11": 0.94271527325642435, "W12": -4.1410059378752209, "S12": -13.971275503426218, "W13": -19.80414288998977, "S13": -21.260988022468037, "W21": -36.315658577404164, "S21": -36.315658577404164, "W22": -40.000000000000007, "S22": -41.427203065134108, "W31": -65.718479990372799, "S31": -73.321921240504437, "W32": -90.814114200149078, "S32": -95.814114200149078 }, "geometry": { "type": "Point", "coordinates": [ 104490.333333333328483, 504081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.014674472635118, "W13": -15.10231863795242, "S13": -15.10231863795242, "W21": -47.0, "S21": -47.0, "W22": -37.899899187021944, "S22": -42.865241371928711, "W31": -69.992287620450981, "S31": -69.992287620450981, "W32": -99.482093480240266, "S32": -104.48209348024027 }, "geometry": { "type": "Point", "coordinates": [ 104490.693877551020705, 526718.653061224496923 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38535695005012993, "S11": 0.38535695005012993, "W12": -8.6549412101702323, "S12": -8.6549412101702323, "W13": -13.128556741028127, "S13": -15.6837531094166, "W21": -50.93074217173173, "S21": -52.881637991240687, "W22": -37.934351328604066, "S22": -43.185254384349449, "W31": -70.0, "S31": -70.0, "W32": -99.5034290700508, "S32": -104.5034290700508 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 501280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49216975571759247, "S11": -0.49216975571759247, "W12": -10.0, "S12": -10.0, "W13": -22.067247164112437, "S13": -22.374591661490975, "W21": -38.982509266482332, "S21": -38.982509266482332, "W22": -50.167588201865115, "S22": -54.594533673619452, "W31": -78.483715958075436, "S31": -78.483715958075436, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 509365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98959059798347637, "S11": -0.98959059798347637, "W12": -10.0, "S12": -16.619490099651024, "W13": -21.948528769005957, "S13": -23.40198150713675, "W21": -40.0, "S21": -40.0, "W22": -60.704228024897525, "S22": -70.750812555680966, "W31": -84.856554036876972, "S31": -84.856554036876972, "W32": -99.941959037887685, "S32": -104.94195903788768 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 509458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1634301210397311, "S11": 2.1634301210397311, "W12": -10.033954333017192, "S12": -10.033954333017192, "W13": -30.311405541511078, "S13": -30.311405541511078, "W21": -38.380171193176722, "S21": -38.380171193176722, "W22": -39.980551906151589, "S22": -39.980551906151589, "W31": -79.898084036312781, "S31": -79.898084036312781, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 510393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1622348796417323, "S11": 1.1622348796417323, "W12": -9.5251373657866392, "S12": -21.059426107775842, "W13": -30.0, "S13": -30.0, "W21": -38.472980401092734, "S21": -38.472980401092734, "W22": -37.351547940367233, "S22": -37.536646071757524, "W31": -71.541724260385294, "S31": -71.541724260385294, "W32": -92.65984674784147, "S32": -97.65984674784147 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 510803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8183375282452943, "S12": -18.51638509206883, "W13": -28.294406750173973, "S13": -28.41182426175838, "W21": -37.908713080363036, "S21": -37.908713080363036, "W22": -37.996156111275532, "S22": -50.202216436345786, "W31": -73.641970252517254, "S31": -74.167896729492043, "W32": -89.022139333137702, "S32": -94.022139333137702 }, "geometry": { "type": "Point", "coordinates": [ 104491.0, 511078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7825496284793481, "S11": 2.7825496284793481, "W12": -5.7241659032624082, "S12": -7.4042400459869322, "W13": -13.649073179225947, "S13": -14.86568391142629, "W21": -41.897264186104891, "S21": -44.897264186104891, "W22": -51.46216985037033, "S22": -51.46216985037033, "W31": -76.700078142425355, "S31": -82.965917476268231, "W32": -91.17413871901455, "S32": -96.17413871901455 }, "geometry": { "type": "Point", "coordinates": [ 104491.333333333328483, 498298.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -56.103496588693957, "S22": -61.114013252143181, "W31": -82.29308330802138, "S31": -82.29308330802138, "W32": -95.781482304615039, "S32": -100.78148230461504 }, "geometry": { "type": "Point", "coordinates": [ 104491.636842105261167, 530017.178947368403897 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0712941220780503, "S11": -1.3144737105140818, "W12": -8.9279888290650575, "S12": -8.9279888290650575, "W13": -19.120379117872567, "S13": -25.457978116549896, "W21": -42.557476309576671, "S21": -46.775070390041492, "W22": -47.396408836436031, "S22": -47.396408836436031, "W31": -75.374885215941106, "S31": -77.196578358594508, "W32": -89.707253925466645, "S32": -94.707253925466645 }, "geometry": { "type": "Point", "coordinates": [ 104491.887931034478243, 516621.012931034492794 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2579497407259677, "S12": -6.8653985746145922, "W13": -16.241507950375677, "S13": -18.969599789216446, "W21": -40.0, "S21": -42.366329941163755, "W22": -40.216292339443974, "S22": -40.216292339443974, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 498979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19962891561451179, "S11": -0.19962891561451179, "W12": -10.0, "S12": -10.0, "W13": -16.097919937205649, "S13": -18.697761858138861, "W21": -40.954934602794523, "S21": -42.871878281408151, "W22": -57.618993352326747, "S22": -62.852361048381269, "W31": -83.793977742514784, "S31": -83.793977742514784, "W32": -96.616614415540283, "S32": -101.61661441554028 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55393338991777619, "S11": -1.4743470919642809, "W12": -10.05484489738279, "S12": -14.78426550383654, "W13": -19.788836658219154, "S13": -21.908668104097458, "W21": -34.074739359924195, "S21": -34.777211058384317, "W22": -31.287784119084332, "S22": -36.830270156128421, "W31": -68.546767339263482, "S31": -68.546767339263482, "W32": -96.082262895086529, "S32": -101.08226289508653 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 506959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3850732054424308, "S11": 1.3028101511628771, "W12": -9.5556152065624822, "S12": -9.5556152065624822, "W13": -17.701323670783111, "S13": -17.701323670783111, "W21": -36.276866584465878, "S21": -36.276866584465878, "W22": -36.657828575008125, "S22": -44.270121441383587, "W31": -69.262914619646125, "S31": -69.262914619646125, "W32": -91.115026334017202, "S32": -96.115026334017202 }, "geometry": { "type": "Point", "coordinates": [ 104492.0, 512211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -6.815639210857718, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -41.904309932887955, "S22": -41.999165594348753, "W31": -75.444373253653978, "S31": -75.699911348375991, "W32": -100.71407616854655, "S32": -105.71407616854655 }, "geometry": { "type": "Point", "coordinates": [ 104492.555555555562023, 526656.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15289579407686571, "S11": -0.15289579407686571, "W12": -5.2280336987632987, "S12": -5.2280336987632996, "W13": -19.513171409972436, "S13": -19.513171409972436, "W21": -30.000000000000004, "S21": -31.576802507836994, "W22": -50.0, "S22": -50.0, "W31": -73.579371701767428, "S31": -73.579371701767428, "W32": -95.00603868962186, "S32": -100.00603868962186 }, "geometry": { "type": "Point", "coordinates": [ 104493.0, 508454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23277451802179377, "S11": -0.23277451802179377, "W12": -6.7552500264313782, "S12": -13.917364028234275, "W13": -19.834493625964011, "S13": -19.834493625964011, "W21": -30.0, "S21": -35.0, "W22": -53.169552960128875, "S22": -58.169552960128875, "W31": -80.759216625836373, "S31": -80.759216625836373, "W32": -95.247641509433961, "S32": -100.24764150943396 }, "geometry": { "type": "Point", "coordinates": [ 104493.0, 508610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5618848232468332, "S11": 0.5618848232468332, "W12": -9.7854414354008306, "S12": -9.9394519919449689, "W13": -22.299903542741323, "S13": -22.299903542741323, "W21": -34.323252797016998, "S21": -38.435990243492398, "W22": -50.228244456806799, "S22": -50.228244456806799, "W31": -76.449837745750372, "S31": -87.211170827903445, "W32": -91.938083527389068, "S32": -96.938083527389068 }, "geometry": { "type": "Point", "coordinates": [ 104493.5, 508921.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7468548708752616, "S12": -7.7468548708752616, "W13": -19.168981397216182, "S13": -20.471181507412766, "W21": -48.239304398433688, "S21": -51.239304398433688, "W22": -48.455848179705654, "S22": -48.455848179705654, "W31": -76.22868633266269, "S31": -84.824365345008374, "W32": -92.660950183899544, "S32": -97.660950183899544 }, "geometry": { "type": "Point", "coordinates": [ 104493.666666666671517, 518250.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0379209636930702, "S11": 1.0379209636930702, "W12": -8.9463530576406676, "S12": -8.9463530576406676, "W13": -16.334193194920974, "S13": -17.238118016573857, "W21": -43.476035387149857, "S21": -45.476265968164249, "W22": -31.847268414675018, "S22": -35.255762030407062, "W31": -68.365710047946052, "S31": -68.365710047946052, "W32": -95.965269164602176, "S32": -100.96526916460218 }, "geometry": { "type": "Point", "coordinates": [ 104493.75, 497789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53206548134383513, "S11": -0.53206548134383513, "W12": -9.8116463437425221, "S12": -9.8116463437425221, "W13": -16.614935972491352, "S13": -19.512939063681461, "W21": -45.119547325102879, "S21": -47.153554261571777, "W22": -30.664993413298205, "S22": -41.279472695990222, "W31": -69.096843629193017, "S31": -69.096843629193017, "W32": -96.634125072036412, "S32": -101.63412507203641 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 500053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76737554685701137, "S11": 0.76737554685701137, "W12": -5.6343350699084915, "S12": -8.8052056964341219, "W13": -23.709444173837742, "S13": -23.709444173837742, "W21": -40.146633660255439, "S21": -40.146633660255439, "W22": -37.3275630282157, "S22": -37.800003973097589, "W31": -71.711795075030111, "S31": -71.711795075030111, "W32": -92.644233705156807, "S32": -97.644233705156807 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 509672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50966729441302383, "S11": 0.50966729441302372, "W12": -7.7687200058560171, "S12": -18.017926465748385, "W13": -26.656134288043081, "S13": -26.656134288043081, "W21": -37.294704427799253, "S21": -37.294704427799253, "W22": -48.376507523258489, "S22": -48.376507523258489, "W31": -76.216774149516397, "S31": -84.68533699872448, "W32": -92.683085836712806, "S32": -97.683085836712806 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 509991.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4317530322696146, "S11": 1.4317530322696146, "W12": -8.2795778742804451, "S12": -11.279577874280445, "W13": -19.894473504662269, "S13": -34.002506810357637, "W21": -36.223981914524778, "S21": -36.223981914524778, "W22": -63.611111111111107, "S22": -63.611111111111107, "W31": -85.356715141146282, "S31": -85.356715141146282, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 511943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2050950262432264, "S11": 0.2050950262432264, "W12": -10.076367146310204, "S12": -10.076367146310204, "W13": -19.303124897096435, "S13": -21.07058336596474, "W21": -33.72577620420423, "S21": -36.166237139621529, "W22": -38.822267600559783, "S22": -45.283215515120389, "W31": -72.739129920934857, "S31": -72.739129920934857, "W32": -94.934047952982027, "S32": -99.934047952982027 }, "geometry": { "type": "Point", "coordinates": [ 104494.0, 513174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.8255840985702663, "S11": 2.8255840985702663, "W12": -9.1972820795055235, "S12": -9.260049245784403, "W13": -17.110915948677103, "S13": -17.110915948677103, "W21": -36.513476347810574, "S21": -36.513476347810574, "W22": -49.060962925793795, "S22": -49.060962925793795, "W31": -76.119285883797076, "S31": -79.56830846475377, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104495.0, 497073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0793830729982545, "S11": 1.0793830729982545, "W12": -6.0116283583989052, "S12": -11.047482334930848, "W13": -21.48580887188378, "S13": -29.855441364789385, "W21": -35.846335534787109, "S21": -35.846335534787109, "W22": -30.546674721027603, "S22": -38.697486689995358, "W31": -68.900067773842338, "S31": -68.900067773842338, "W32": -96.214492842531698, "S32": -101.2144928425317 }, "geometry": { "type": "Point", "coordinates": [ 104495.0, 511751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.146674033149175, "S13": -15.146674033149175, "W21": -47.0, "S21": -47.0, "W22": -49.236961590546478, "S22": -49.236961590546478, "W31": -76.423260215001989, "S31": -79.383461681130555, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104495.0, 526768.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3383680555555556, "S11": 0.3383680555555556, "W12": -6.4373767258382646, "S12": -10.370209207848628, "W13": -19.196548793955028, "S13": -19.196548793955028, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -49.464856230031948, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -97.48454223429782, "S32": -102.48454223429782 }, "geometry": { "type": "Point", "coordinates": [ 104495.5, 508288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21450093931476344, "S11": -1.9490850198776291, "W12": -6.5979367917552745, "S12": -6.5979367917552745, "W13": -23.963652482269488, "S13": -25.400604095764987, "W21": -35.136235954435065, "S21": -39.089278610244179, "W22": -29.641423716291097, "S22": -33.854343648707982, "W31": -48.430422749703474, "S31": -49.64711351292646, "W32": -97.503051686856224, "S32": -102.50305168685622 }, "geometry": { "type": "Point", "coordinates": [ 104495.8, 505772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.9904030710172744, "W12": -3.6056316928169516, "S12": -3.6056316928169516, "W13": -15.0, "S13": -25.0, "W21": -29.985212782994832, "S21": -29.985212782994832, "W22": -49.971947126602444, "S22": -54.308644532583635, "W31": -78.456209809476391, "S31": -78.456209809476391, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104496.0, 504801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.87680160827483333, "W12": -10.057387497646394, "S12": -17.306117205287453, "W13": -20.0, "S13": -20.0, "W21": -33.189614269646469, "S21": -35.068646993454053, "W22": -57.292778087427337, "S22": -57.292778087427337, "W31": -82.230599755201951, "S31": -82.230599755201951, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104496.0, 506821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4709622721492157, "W12": -10.059429839013367, "S12": -11.039831283410576, "W13": -19.688989419448831, "S13": -19.688989419448831, "W21": -33.894193372035296, "S21": -33.936658503239563, "W22": -33.108280392552608, "S22": -48.874683480695815, "W31": -69.725953446691534, "S31": -69.725953446691534, "W32": -98.096395987429503, "S32": -103.0963959874295 }, "geometry": { "type": "Point", "coordinates": [ 104496.0, 507266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63768536891025163, "S11": 0.63768536891025163, "W12": -10.0, "S12": -10.0, "W13": -22.563497561709202, "S13": -22.563497561709202, "W21": -34.817311367833405, "S21": -39.411871816822547, "W22": -46.364427259545614, "S22": -46.364427259545614, "W31": -74.590917447676802, "S31": -74.590917447676802, "W32": -99.10776622399743, "S32": -104.10776622399743 }, "geometry": { "type": "Point", "coordinates": [ 104496.0, 508954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.9836159772878323, "S12": -4.9836159772878323, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -31.742243018957165, "S21": -31.742243018957165, "W22": -50.077571946679861, "S22": -53.868456689662338, "W31": -77.404514875732261, "S31": -77.404514875732261, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104497.0, 504596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13479652788876462, "S11": -0.13479652788876462, "W12": -10.0, "S12": -10.0, "W13": -16.05936028257457, "S13": -18.78454800146638, "W21": -40.744062465852352, "S21": -42.638320047577437, "W22": -49.855706562605206, "S22": -54.111530076978113, "W31": -78.308240183844575, "S31": -78.308240183844575, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 499568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -9.9588847198626329, "W13": -19.625363010675354, "S13": -22.391321225853645, "W21": -34.726143176235979, "S21": -34.726143176235979, "W22": -74.62796289934731, "S22": -74.62796289934731, "W31": -85.534476393617453, "S31": -85.534476393617453, "W32": -98.83522727272728, "S32": -103.83522727272728 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 503665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4887749112289796, "S11": 1.4887749112289796, "W12": -13.481445301082438, "S12": -19.206693289104148, "W13": -27.01069467246478, "S13": -27.01069467246478, "W21": -36.79367319978514, "S21": -36.79367319978514, "W22": -47.289592054288754, "S22": -47.289592054288754, "W31": -75.648966393286187, "S31": -81.689982707518382, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 510114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6899612874884458, "S12": -15.689961287488446, "W13": -23.278820086712276, "S13": -32.939059026034805, "W21": -36.413205643489064, "S21": -36.413205643489064, "W22": -36.054525464874665, "S22": -51.054525464874665, "W31": -68.676401090825067, "S31": -68.676401090825067, "W32": -89.915463096876067, "S32": -94.915463096876067 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 511563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23796839776428899, "S11": 0.23796839776428899, "W12": -10.56122448979592, "S12": -10.56122448979592, "W13": -19.387259351870171, "S13": -21.959247067285652, "W21": -34.110511025496301, "S21": -36.712688165525989, "W22": -36.803764279626186, "S22": -36.803764279626186, "W31": -65.230723968999229, "S31": -65.230723968999229, "W32": -89.423706811628676, "S32": -94.423706811628676 }, "geometry": { "type": "Point", "coordinates": [ 104498.0, 513264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40373611578593072, "S11": -5.0349615037868576, "W12": -6.5396035134694275, "S12": -9.7016593359804411, "W13": -14.568265041824871, "S13": -23.314757289055549, "W21": -32.235611287589649, "S21": -34.381746286299702, "W22": -50.403398578336024, "S22": -54.937802933149527, "W31": -78.463858258340338, "S31": -78.463858258340338, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25259898252598978, "S11": 0.25259898252598978, "W12": -10.0, "S12": -14.053760341991186, "W13": -20.0, "S13": -20.0, "W21": -33.03641601679378, "S21": -33.03641601679378, "W22": -46.222430336487804, "S22": -46.222430336487804, "W31": -75.313363999430337, "S31": -75.313363999430337, "W32": -99.884044305775433, "S32": -104.88404430577543 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 507551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5571527882376156, "S11": 0.5571527882376156, "W12": -4.3454520589824179, "S12": -19.853910016144006, "W13": -24.414528675947771, "S13": -24.414528675947771, "W21": -40.0, "S21": -40.0, "W22": -50.170918771369216, "S22": -54.603823759290307, "W31": -78.461626614653383, "S31": -78.461626614653383, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 509835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65848305592225298, "S11": 0.65848305592225298, "W12": -8.206530664553437, "S12": -21.701931557368027, "W13": -29.644224077940155, "S13": -29.644224077940155, "W21": -38.0450599328518, "S21": -38.0450599328518, "W22": -31.677373842773292, "S22": -46.15548236408177, "W31": -69.666164142378193, "S31": -69.666164142378193, "W32": -97.745591950797248, "S32": -102.74559195079725 }, "geometry": { "type": "Point", "coordinates": [ 104499.0, 511013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56390065241695198, "S11": 0.56390065241695198, "W12": -8.2630227828320137, "S12": -19.959067866757632, "W13": -27.033145034958789, "S13": -27.033145034958789, "W21": -37.036497077630948, "S21": -37.036497077630948, "W22": -40.0, "S22": -55.0, "W31": -79.344605000926279, "S31": -79.344605000926279, "W32": -94.789777017819489, "S32": -99.789777017819489 }, "geometry": { "type": "Point", "coordinates": [ 104499.166666666671517, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9618901117947152, "S11": 1.9618901117947152, "W12": -12.150866277194003, "S12": -23.745436458355659, "W13": -28.922041262898734, "S13": -28.922041262898734, "W21": -38.548624069325143, "S21": -38.548624069325143, "W22": -40.0, "S22": -43.812318855688972, "W31": -65.934130172009901, "S31": -75.934130172009901, "W32": -92.067271824920468, "S32": -97.067271824920468 }, "geometry": { "type": "Point", "coordinates": [ 104499.4, 510227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44535198362134398, "S11": 0.44535198362134398, "W12": -5.2114479457518952, "S12": -6.8319857848761218, "W13": -16.368862484710817, "S13": -19.023943726214799, "W21": -40.0, "S21": -42.315281661648555, "W22": -67.68311423187366, "S22": -67.68311423187366, "W31": -89.129502898963977, "S31": -89.129502898963977, "W32": -90.098447254682242, "S32": -95.098447254682242 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50735192263023421, "S11": -0.50735192263023421, "W12": -9.961597353885395, "S12": -9.961597353885395, "W13": -16.628228477870159, "S13": -19.905991122017983, "W21": -44.255840035012852, "S21": -46.225614813510369, "W22": -33.068197983359966, "S22": -38.068197983359966, "W31": -66.04114031912502, "S31": -66.04114031912502, "W32": -88.56411871085929, "S32": -93.56411871085929 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 499974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51560371222839285, "S11": -0.51560371222839285, "W12": -9.9049205499071604, "S12": -9.9049205499071604, "W13": -16.63401096009223, "S13": -19.767761981612253, "W21": -44.594650205761312, "S21": -46.577095296798902, "W22": -40.0, "S22": -40.521072796934867, "W31": -65.720507408204611, "S31": -73.212552149950596, "W32": -90.720997276045992, "S32": -95.720997276045992 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.062142251929957, "S12": -11.14366007327188, "W13": -19.554030354232218, "S13": -20.815244613422596, "W21": -34.154066737070359, "S21": -34.499850279360352, "W22": -40.0, "S22": -41.695162708883025, "W31": -66.473786320640158, "S31": -66.61336089246926, "W32": -95.025502245086088, "S32": -100.02550224508609 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 507165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034379866009198165, "S11": -0.03523163959437535, "W12": -12.040204706574061, "S12": -12.040204706574061, "W13": -19.965626553209916, "S13": -20.824075880254664, "W21": -37.227525997396036, "S21": -40.530151729437392, "W22": -38.333541173047351, "S22": -45.232725228371251, "W31": -72.48013686689265, "S31": -72.48013686689265, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46337996467548825, "S11": -0.4787178266704829, "W12": -11.658720884136356, "S12": -11.658720884136356, "W13": -20.469007396013275, "S13": -27.33079934667467, "W21": -38.358365299868765, "S21": -42.247377433590479, "W22": -52.172149616944566, "S22": -52.172149616944566, "W31": -72.861461987620274, "S31": -73.120074211068115, "W32": -96.746511562777869, "S32": -101.74651156277787 }, "geometry": { "type": "Point", "coordinates": [ 104500.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -49.839684418134588, "S22": -54.086133758342768, "W31": -78.270358216338266, "S31": -78.270358216338266, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104500.15, 530037.699999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17226866468937363, "S11": -0.17226866468937363, "W12": -3.6536950861774442, "S12": -4.6675812762194466, "W13": -22.988341776825486, "S13": -22.988341776825486, "W21": -37.305602967222477, "S21": -41.547990877256211, "W22": -68.592150815607653, "S22": -81.356849432208435, "W31": -85.026636204036393, "S31": -85.026636204036393, "W32": -99.65592129363128, "S32": -104.65592129363128 }, "geometry": { "type": "Point", "coordinates": [ 104501.0, 506338.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2697060578426977, "S11": -1.2697060578426977, "W12": -10.0, "S12": -20.194026113397062, "W13": -21.85634799987637, "S13": -23.715031895405779, "W21": -39.978402390901273, "S21": -39.978402390901273, "W22": -67.817884063173011, "S22": -69.078224695776413, "W31": -89.999999999999986, "S31": -89.999999999999986, "W32": -90.587028125884558, "S32": -95.587028125884558 }, "geometry": { "type": "Point", "coordinates": [ 104501.0, 509505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5187068774719146, "S11": 1.5187068774719146, "W12": -13.433872142062873, "S12": -18.80445046884558, "W13": -27.039343355023366, "S13": -27.039343355023366, "W21": -36.84431241568204, "S21": -36.84431241568204, "W22": -54.367284571152844, "S22": -54.367284571152844, "W31": -76.348068929262311, "S31": -79.636939834070319, "W32": -89.990739354476162, "S32": -94.990739354476162 }, "geometry": { "type": "Point", "coordinates": [ 104501.0, 510116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6143665401418039, "S11": -1.6143665401418039, "W12": -4.6741248099141677, "S12": -4.6741248099141677, "W13": -15.0, "S13": -15.0, "W21": -45.208766076554788, "S21": -47.478296691645696, "W22": -30.575605882019254, "S22": -39.959152260401225, "W31": -69.255645196668993, "S31": -69.255645196668993, "W32": -96.331825359730843, "S32": -101.33182535973084 }, "geometry": { "type": "Point", "coordinates": [ 104501.0, 522792.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8402446204018017, "S11": -2.4849179304948921, "W12": -9.2807113271999331, "S12": -9.2807113271999331, "W13": -19.523103630237568, "S13": -26.419618319060127, "W21": -41.334635611273498, "S21": -47.179187201885284, "W22": -36.273182487936737, "S22": -41.039782413683604, "W31": -51.560685935890447, "S31": -53.100889363613447, "W32": -92.430646766169147, "S32": -97.430646766169147 }, "geometry": { "type": "Point", "coordinates": [ 104501.333333333328483, 516121.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5671681268716555, "S11": 2.5671681268716555, "W12": -5.6507691186454743, "S12": -7.8358989188609769, "W13": -13.504537862671373, "S13": -14.785031168578641, "W21": -41.704687456849157, "S21": -44.224250132410305, "W22": -33.66171324317412, "S22": -33.66171324317412, "W31": -59.166335023272715, "S31": -60.086346583573281, "W32": -100.19050499677351, "S32": -105.19050499677351 }, "geometry": { "type": "Point", "coordinates": [ 104501.666666666671517, 498340.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28643409856294522, "S11": 0.28643409856294522, "W12": -8.5418683162374514, "S12": -8.5418683162374514, "W13": -13.249385063045587, "S13": -16.18142990794551, "W21": -49.33974389489218, "S21": -51.157971856376093, "W22": -45.532173209227032, "S22": -45.532173209227032, "W31": -75.239998, "S31": -75.239998, "W32": -91.874503391333391, "S32": -96.874503391333391 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 501311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16469280224295446, "S11": -0.16469280224295446, "W12": -3.0878509197557538, "S12": -3.0878509197557538, "W13": -12.130018045735612, "S13": -23.059285194144167, "W21": -29.887804609781732, "S21": -30.363890928617781, "W22": -67.491867821249102, "S22": -67.491867821249102, "W31": -88.485045781452968, "S31": -88.485045781452968, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96471618496325939, "S11": 0.96471618496325939, "W12": -9.9671357953321547, "S12": -10.033491678555082, "W13": -19.480178391537152, "S13": -19.480178391537152, "W21": -32.384957893776587, "S21": -32.384957893776587, "W22": -54.58073805465304, "S22": -54.58073805465304, "W31": -79.993814162539678, "S31": -79.993814162539678, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 508020.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25902021048710067, "S11": -0.25902021048710067, "W12": -8.0433600526542985, "S12": -16.78630176852116, "W13": -20.396932400063594, "S13": -20.396932400063594, "W21": -30.374728080960967, "S21": -34.024573705296646, "W22": -49.917366401784221, "S22": -54.219439501388521, "W31": -78.353693991340194, "S31": -78.353693991340194, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 508701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26742106733724502, "S11": -0.26742106733724502, "W12": -8.2061907619547316, "S12": -16.595396366020633, "W13": -20.470276339602904, "S13": -20.470276339602904, "W21": -30.575857642782879, "S21": -34.131053269649307, "W22": -55.520292391739353, "S22": -55.520292391739353, "W31": -76.170811607032235, "S31": -77.302183384897418, "W32": -89.764047616675199, "S32": -94.764047616675199 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 508712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0299040413887779, "S11": 2.0299040413887779, "W12": -9.968119784953581, "S12": -10.608256148857972, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.324289638240714, "S21": -38.324289638240714, "W22": -49.839002856400931, "S22": -49.839002856400931, "W31": -73.573090365305632, "S31": -73.573090365305632, "W32": -95.046349130778751, "S32": -100.04634913077875 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 510435.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.996979564440494, "S13": -14.996979564440494, "W21": -47.0, "S21": -47.0, "W22": -49.093304374164596, "S22": -49.093304374164596, "W31": -74.605618081291922, "S31": -74.605618081291922, "W32": -88.994304905929042, "S32": -93.994304905929042 }, "geometry": { "type": "Point", "coordinates": [ 104502.0, 526685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076008206829086877, "S11": -0.076008206829086877, "W12": -4.3763267364177434, "S12": -9.4831761606920342, "W13": -21.660235691458315, "S13": -21.660235691458315, "W21": -35.71296033117455, "S21": -39.094552162199776, "W22": -30.791266474633318, "S22": -43.842533744891433, "W31": -69.698703038951663, "S31": -69.698703038951663, "W32": -97.37210177874519, "S32": -102.37210177874519 }, "geometry": { "type": "Point", "coordinates": [ 104502.333333333328483, 506498.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.002094972067039097, "S11": -0.002094972067039097, "W12": -5.4953893719284981, "S12": -6.7193836301589887, "W13": -19.332516051370497, "S13": -19.332516051370497, "W21": -30.0, "S21": -30.50781063845794, "W22": -40.081896266811491, "S22": -45.750175344686596, "W31": -75.376492910740239, "S31": -75.376492910740239, "W32": -100.10688131586537, "S32": -105.10688131586537 }, "geometry": { "type": "Point", "coordinates": [ 104502.5, 508393.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50087642290219836, "S11": 0.50087642290219836, "W12": -9.5904982700483092, "S12": -12.864099261883883, "W13": -21.858820534109007, "S13": -21.858820534109007, "W21": -33.685040491524283, "S21": -37.370321820589901, "W22": -40.485923507496025, "S22": -41.7820955874421, "W31": -80.0, "S31": -80.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 104502.75, 508882.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.030416411095208845, "S11": 0.030416411095208845, "W12": -7.406209568704587, "S12": -7.406209568704587, "W13": -13.953013399702229, "S13": -16.262594162638148, "W21": -43.475597651929782, "S21": -45.579605956520744, "W22": -40.0, "S22": -48.650159744408946, "W31": -80.0, "S31": -80.0, "W32": -97.902314538552361, "S32": -102.90231453855236 }, "geometry": { "type": "Point", "coordinates": [ 104503.0, 501592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0221934741987067, "W13": -15.000000000000014, "S13": -15.000000000000014, "W21": -47.0, "S21": -47.0, "W22": -34.74353376500985, "S22": -44.566568479244381, "W31": -67.415505579683625, "S31": -67.415505579683625, "W32": -88.855453526304046, "S32": -93.855453526304046 }, "geometry": { "type": "Point", "coordinates": [ 104503.111111111109494, 526701.444444444496185 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -7.6884953922002097, "S12": -7.6884953922002097, "W13": -15.288101850580004, "S13": -17.586440753034701, "W21": -43.21701581479531, "S21": -45.38236926717515, "W22": -36.989613150919133, "S22": -46.436583532344031, "W31": -66.283853628281989, "S31": -66.621019719679396, "W32": -89.694519220415629, "S32": -94.694519220415629 }, "geometry": { "type": "Point", "coordinates": [ 104503.25, 498019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48429550984295511, "S11": 0.48429550984295511, "W12": -9.4289438720513399, "S12": -13.551360625776859, "W13": -20.0, "S13": -20.0, "W21": -32.779817564786079, "S21": -32.779817564786079, "W22": -30.725549990887433, "S22": -31.778368848200323, "W31": -48.436978175713485, "S31": -49.48612316730248, "W32": -98.69948731660817, "S32": -103.69948731660817 }, "geometry": { "type": "Point", "coordinates": [ 104503.5, 507625.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20079123612705702, "S11": -0.31432202666615761, "W12": -3.9208863965693945, "S12": -3.9208863965693945, "W13": -23.333348465039702, "S13": -23.333348465039702, "W21": -37.512140133224065, "S21": -41.976446284479437, "W22": -49.955855621916605, "S22": -49.955855621916605, "W31": -73.550573547889385, "S31": -73.550573547889385, "W32": -95.120838805244702, "S32": -100.1208388052447 }, "geometry": { "type": "Point", "coordinates": [ 104504.0, 506295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6777917778814242, "S12": -4.6777917778814242, "W13": -15.97957860559238, "S13": -15.97957860559238, "W21": -44.367429875834404, "S21": -46.795171178142112, "W22": -33.821542451424911, "S22": -36.270185981950391, "W31": -65.046426075602326, "S31": -65.046426075602326, "W32": -89.050772488203521, "S32": -94.050772488203521 }, "geometry": { "type": "Point", "coordinates": [ 104504.0, 522302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7123223183760234, "S11": 1.7123223183760234, "W12": -9.9743147161887613, "S12": -14.828185971508375, "W13": -30.0, "S13": -30.0, "W21": -38.171902018438892, "S21": -38.171902018438892, "W22": -38.500311517722892, "S22": -43.779968712129985, "W31": -70.0, "S31": -73.79709992959522, "W32": -91.405169398024668, "S32": -96.405169398024668 }, "geometry": { "type": "Point", "coordinates": [ 104504.333333333328483, 510576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.062734761309271, "S11": 1.062734761309271, "W12": -5.8772351615326821, "S12": -6.8772351615326821, "W13": -14.869434969093644, "S13": -17.869434969093646, "W21": -40.0, "S21": -42.776267920193291, "W22": -80.0, "S22": -86.90257694482591, "W31": -87.132760990650837, "S31": -87.132760990650837, "W32": -98.146393892224452, "S32": -103.14639389222445 }, "geometry": { "type": "Point", "coordinates": [ 104505.0, 498758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4, "W12": -6.680160122038485, "S12": -9.4537742191671903, "W13": -25.913765108806388, "S13": -25.913765108806388, "W21": -38.961781879431214, "S21": -38.961781879431214, "W22": -55.62985396056262, "S22": -55.62985396056262, "W31": -75.532049657480229, "S31": -75.532049657480229, "W32": -88.361383240314453, "S32": -93.361383240314453 }, "geometry": { "type": "Point", "coordinates": [ 104505.0, 509911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3654065192532, "S11": -0.3654065192532, "W12": -8.6116874135547601, "S12": -17.533255371681722, "W13": -20.275558460843158, "S13": -20.275558460843158, "W21": -34.0376873973781, "S21": -36.520833709731278, "W22": -32.365877047480822, "S22": -32.365877047480822, "W31": -68.505781550802993, "S31": -68.505781550802993, "W32": -95.801697222465933, "S32": -100.80169722246593 }, "geometry": { "type": "Point", "coordinates": [ 104505.666666666671517, 506665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51864184021378545, "S11": -0.51864184021378545, "W12": -9.2743242497297302, "S12": -9.2743242497297302, "W13": -16.825311372224199, "S13": -19.148198439804684, "W21": -48.088065843621401, "S21": -50.180251914257113, "W22": -50.616071554725735, "S22": -55.257934792598306, "W31": -78.444000558605197, "S31": -78.444000558605197, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104506.0, 500278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53951383980813405, "S11": 0.53951383980813405, "W12": -4.9106806425926024, "S12": -21.438927562993928, "W13": -24.468376896873217, "S13": -24.468376896873217, "W21": -40.18841449306175, "S21": -40.18841449306175, "W22": -50.991659841299196, "S22": -50.991659841299196, "W31": -76.559066720137707, "S31": -83.320400643465277, "W32": -91.32183507802128, "S32": -96.32183507802128 }, "geometry": { "type": "Point", "coordinates": [ 104506.0, 509841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32616437076194338, "S11": 0.32616437076194338, "W12": -11.461192990881971, "S12": -11.461192990881971, "W13": -19.730327830533732, "S13": -25.55640052357808, "W21": -35.713780334602838, "S21": -38.804804627287446, "W22": -30.712747228308082, "S22": -37.641324484277312, "W31": -69.148406395320734, "S31": -69.148406395320734, "W32": -96.11876554390949, "S32": -101.11876554390949 }, "geometry": { "type": "Point", "coordinates": [ 104506.0, 513641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.130455248618791, "S13": -15.130455248618791, "W21": -47.0, "S21": -47.0, "W22": -32.369785115768217, "S22": -32.369785115768217, "W31": -52.983024711524635, "S31": -53.979521260434908, "W32": -99.611999813992412, "S32": -104.61199981399241 }, "geometry": { "type": "Point", "coordinates": [ 104506.3, 526814.150000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4097498940228996, "W12": -10.067659786292596, "S12": -10.803778637015796, "W13": -19.695823083465047, "S13": -19.695823083465047, "W21": -33.821095449037884, "S21": -33.821095449037884, "W22": -49.833512093183145, "S22": -53.989713367618215, "W31": -78.084506623199871, "S31": -78.084506623199871, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104506.4, 507260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.217578623854498, "S12": -13.217578623854498, "W13": -16.474833202511775, "S13": -19.594253835086413, "W21": -42.063895896580718, "S21": -43.979012084056102, "W22": -53.947845348368908, "S22": -59.128002709766115, "W31": -80.844378333726013, "S31": -80.844378333726013, "W32": -95.309173014729552, "S32": -100.30917301472955 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 499782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7861243886246543, "S11": 2.7637557754859681, "W12": -9.376748690528153, "S12": -9.376748690528153, "W13": -12.819515033947622, "S13": -14.636160305663498, "W21": -58.999371889645836, "S21": -60.631216704189988, "W22": -60.0, "S22": -60.0, "W31": -83.396083231334146, "S31": -83.396083231334146, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02912597354431945, "S11": 0.02912597354431945, "W12": -7.8264977084242684, "S12": -7.8264977084242684, "W13": -13.667499515033949, "S13": -16.878321841408045, "W21": -46.138316494497197, "S21": -47.636452868099475, "W22": -40.0, "S22": -54.981829928127269, "W31": -79.290868712065588, "S31": -79.290868712065588, "W32": -94.632124247395367, "S32": -99.632124247395367 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 501469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12307480603900189, "S11": -1.2412989556142335, "W12": -4.562198291867805, "S12": -4.562198291867805, "W13": -24.162853476660857, "S13": -24.162853476660857, "W21": -37.51131529610133, "S21": -42.51131529610133, "W22": -47.015209125475288, "S22": -47.015209125475288, "W31": -73.909080489655508, "S31": -73.965261656204092, "W32": -98.489953861393488, "S32": -103.48995386139349 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 506193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27012200800968611, "S11": -0.27012200800968611, "W12": -8.6915417936739239, "S12": -16.134331379976413, "W13": -20.697566152237748, "S13": -20.697566152237748, "W21": -31.190787118868176, "S21": -34.059077944905482, "W22": -40.0, "S22": -40.0, "W31": -65.727410839215352, "S31": -73.253703253905229, "W32": -90.684916636263736, "S32": -95.684916636263736 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 508747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.824916521521617, "S11": 1.824916521521617, "W12": -12.965125857428804, "S12": -21.127871168065255, "W13": -27.648347444835398, "S13": -27.648347444835398, "W21": -38.552054717647209, "S21": -38.552054717647209, "W22": -48.896916858553951, "S22": -48.896916858553951, "W31": -76.228352926816555, "S31": -85.134555877734797, "W32": -92.347276328102851, "S32": -97.347276328102851 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 510152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.435700994180783, "S12": -11.435700994180783, "W13": -29.307870205338336, "S13": -29.307870205338336, "W21": -38.481376007354527, "S21": -38.481376007354527, "W22": -53.769097118207419, "S22": -58.796994694757288, "W31": -79.792939136108799, "S31": -79.792939136108799, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104507.0, 510283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12105478558465518, "S11": 0.12105478558465518, "W12": -6.5754130665455808, "S12": -10.521338992472046, "W13": -23.104258981218013, "S13": -23.104258981218013, "W21": -39.965088810764584, "S21": -39.965088810764584, "W22": -57.414717348927866, "S22": -62.711943617333127, "W31": -82.695594442914697, "S31": -82.695594442914697, "W32": -95.964199224437877, "S32": -100.96419922443788 }, "geometry": { "type": "Point", "coordinates": [ 104507.6, 509639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3962221455098618, "S12": -9.3962221455098618, "W13": -16.928888173520079, "S13": -19.629547130817063, "W21": -38.886950534686321, "S21": -38.951542777718323, "W22": -33.648597175430083, "S22": -37.892084636542634, "W31": -66.362440475591583, "S31": -66.362440475591583, "W32": -87.885378125967435, "S32": -92.885378125967435 }, "geometry": { "type": "Point", "coordinates": [ 104508.0, 497284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.418540522924971, "S12": -13.602048574367746, "W13": -20.0, "S13": -20.0, "W21": -32.707055536556965, "S21": -32.707055536556965, "W22": -46.365969581749155, "S22": -46.365969581749155, "W31": -74.274596434663934, "S31": -74.274596434663934, "W32": -98.894183145370974, "S32": -103.89418314537097 }, "geometry": { "type": "Point", "coordinates": [ 104508.0, 507637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23125, "S11": 0.23125, "W12": -6.0249743414300383, "S12": -8.6037372510903776, "W13": -19.179773894393655, "S13": -19.179773894393655, "W21": -30.0, "S21": -30.0, "W22": -39.911926644868643, "S22": -40.571513923865638, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104508.0, 508332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6932141061555788, "S12": -4.6932141061555788, "W13": -18.495347130669099, "S13": -18.495347130669099, "W21": -41.349060213843558, "S21": -44.349060213843558, "W22": -39.899690830955393, "S22": -40.583773156205815, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104508.0, 520969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6861321772506761, "S12": -4.6861321772506761, "W13": -17.868561194439824, "S13": -17.868561194439824, "W21": -42.051992383149056, "S21": -44.584256536832136, "W22": -33.607099092440123, "S22": -36.229057842594464, "W31": -65.082961627027473, "S31": -65.082961627027473, "W32": -89.024209821775656, "S32": -94.024209821775656 }, "geometry": { "type": "Point", "coordinates": [ 104508.75, 521362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.74974303270053666, "W12": -10.0, "S12": -18.14046026130481, "W13": -20.0, "S13": -20.0, "W21": -32.956502365198219, "S21": -34.946823106158092, "W22": -32.427995726930511, "S22": -32.427995726930511, "W31": -49.483387269186281, "S31": -51.080006075818005, "W32": -96.146451299364202, "S32": -101.1464512993642 }, "geometry": { "type": "Point", "coordinates": [ 104508.8, 506772.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.640785886336566, "S13": -20.060471712178753, "W21": -43.697002024180748, "S21": -45.612094401189516, "W22": -75.814296347188815, "S22": -76.015051739598491, "W31": -85.352449854382868, "S31": -85.352449854382868, "W32": -98.539117132867119, "S32": -103.53911713286712 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 499941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -7.0141016160543295, "S12": -11.296951065676597, "W13": -15.267717806597428, "S13": -23.537896382771905, "W21": -32.751090951790161, "S21": -34.936642663800811, "W22": -50.212307181953882, "S22": -50.212307181953882, "W31": -78.108556202635839, "S31": -79.428365274593943, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 505365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10412868150068406, "S11": -0.10412868150068406, "W12": -6.3715989563920985, "S12": -13.49017715402741, "W13": -20.93883159016076, "S13": -20.93883159016076, "W21": -34.866232974843633, "S21": -37.777247684011932, "W22": -37.630432570915914, "S22": -42.29996298192831, "W31": -70.0, "S31": -70.0, "W32": -99.435757436891905, "S32": -104.4357574368919 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 506583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0086089274823169, "S11": -1.0086089274823169, "W12": -9.1261992619927135, "S12": -22.542582766818963, "W13": -22.542582766818963, "S13": -22.542582766818963, "W21": -39.951486061156409, "S21": -39.951486061156409, "W22": -33.778493417447812, "S22": -39.029013576969639, "W31": -66.480113967220177, "S31": -66.480113967220177, "W32": -87.745388014614306, "S32": -92.745388014614306 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 509563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.46656881930859273, "W12": -7.5044615292116772, "S12": -19.62548679358693, "W13": -25.49907274193167, "S13": -25.49907274193167, "W21": -38.088091504071244, "S21": -38.088091504071244, "W22": -66.866100228822106, "S22": -73.470662124444928, "W31": -95.369820457764234, "S31": -95.369820457764234, "W32": -95.369820457764234, "S32": -98.025892072420547 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 509973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5687765574897874, "S12": -7.5687765574897874, "W13": -19.214257460818413, "S13": -19.214257460818413, "W21": -48.587911740332387, "S21": -51.587911740332387, "W22": -50.0, "S22": -54.065953208662059, "W31": -77.891402874820642, "S31": -77.891402874820642, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104509.0, 518479.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41746291391111379, "S11": -1.5825370860888861, "W12": -10.0, "S12": -10.0, "W13": -19.466565267394454, "S13": -19.466565267394454, "W21": -33.872815553119949, "S21": -34.336037159834817, "W22": -51.746765656512281, "S22": -51.746765656512281, "W31": -76.663260714791207, "S31": -80.012394347752178, "W32": -90.743628805849966, "S32": -95.743628805849966 }, "geometry": { "type": "Point", "coordinates": [ 104509.2, 512680.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46731472885151004, "S11": 0.46731472885151004, "W12": -6.7769085412959855, "S12": -6.7769085412959855, "W13": -14.790826475849732, "S13": -19.864624995370267, "W21": -39.003769385371683, "S21": -46.954111215887345, "W22": -29.030001, "S22": -33.5000008, "W31": -48.475875298355568, "S31": -49.598963697281143, "W32": -97.763462298588664, "S32": -102.76346229858866 }, "geometry": { "type": "Point", "coordinates": [ 104510.0, 502496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2497742140860274, "S11": 0.2497742140860274, "W12": -6.0878961981472299, "S12": -11.48643415429914, "W13": -23.859706662336961, "S13": -23.859706662336961, "W21": -40.0, "S21": -40.0, "W22": -30.631940146105034, "S22": -41.295003663674514, "W31": -69.751906215967423, "S31": -69.751906215967423, "W32": -96.746773413350311, "S32": -101.74677341335031 }, "geometry": { "type": "Point", "coordinates": [ 104510.0, 509708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31255128689650047, "S11": 0.31255128689650047, "W12": -11.175264161722197, "S12": -11.175264161722197, "W13": -19.580213116542765, "S13": -24.006312559093118, "W21": -34.98113895304256, "S21": -36.489638913630067, "W22": -58.552250712250718, "S22": -63.939204258169532, "W31": -83.586009066883179, "S31": -83.586009066883179, "W32": -96.514103099689876, "S32": -101.51410309968988 }, "geometry": { "type": "Point", "coordinates": [ 104510.0, 513467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6633052647320969, "S12": -4.6633052647320969, "W13": -15.15199033479472, "S13": -15.15199033479472, "W21": -45.042542829050156, "S21": -47.376675300951241, "W22": -68.301291670317227, "S22": -68.301291670317227, "W31": -92.740247509649691, "S31": -92.740247509649691, "W32": -92.740247509649691, "S32": -96.65680244975681 }, "geometry": { "type": "Point", "coordinates": [ 104510.285714285710128, 522703.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056428579893584296, "S11": -0.056428579893584296, "W12": -5.5310885492609909, "S12": -6.0019238452249022, "W13": -19.372201873011342, "S13": -19.372201873011342, "W21": -30.0, "S21": -31.641936607453378, "W22": -40.0, "S22": -44.59558983745152, "W31": -76.162110284867907, "S31": -76.162110284867907, "W32": -100.11834612658612, "S32": -105.11834612658612 }, "geometry": { "type": "Point", "coordinates": [ 104510.333333333328483, 508449.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54944559663534875, "S11": 0.54944559663534875, "W12": -3.9740477358842416, "S12": -23.24805843499027, "W13": -24.068429199764495, "S13": -24.068429199764495, "W21": -39.683221806487673, "S21": -39.683221806487673, "W22": -39.218695524326556, "S22": -49.974641285298411, "W31": -78.833992928608183, "S31": -78.833992928608183, "W32": -94.171251975356924, "S32": -99.171251975356924 }, "geometry": { "type": "Point", "coordinates": [ 104510.5, 509809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1551780427979361, "S11": 2.1551780427979361, "W12": -4.9119659139609402, "S12": -7.9119659139609402, "W13": -13.749619336441407, "S13": -15.525791253730571, "W21": -40.998902591886036, "S21": -42.404928537766899, "W22": -34.986972246780155, "S22": -36.418675346693647, "W31": -65.105516106879634, "S31": -65.105516106879634, "W32": -89.197046684418325, "S32": -94.197046684418325 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 498484.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52102286884726645, "S11": -0.52102286884726645, "W12": -9.8306237391706208, "S12": -9.8306237391706208, "W13": -16.693927992074943, "S13": -19.694654406312662, "W21": -44.874309316702224, "S21": -46.816885385599541, "W22": -40.0, "S22": -40.0, "W31": -65.713778351963796, "S31": -72.8625222224087, "W32": -90.545596572786877, "S32": -95.545596572786877 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 500015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35376039310272506, "S11": -0.35376039310272506, "W12": -5.1330231648563327, "S12": -6.7640763408581712, "W13": -17.212264229193401, "S13": -21.077280809513663, "W21": -31.803424991606498, "S21": -32.808146553107065, "W22": -50.764780743805836, "S22": -55.520739455370993, "W31": -78.424142858870113, "S31": -78.424142858870113, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 502991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18292819223246712, "S11": -0.18292819223246712, "W12": -7.3478959837628697, "S12": -17.30995128658671, "W13": -20.09928519088205, "S13": -20.09928519088205, "W21": -30.0, "S21": -33.452700308751332, "W22": -57.608361908408931, "S22": -57.608361908408931, "W31": -75.627673561184864, "S31": -75.627673561184864, "W32": -88.896541501314545, "S32": -93.896541501314545 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 508658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50534971461739386, "S11": 0.50534971461739386, "W12": -6.8596528451068997, "S12": -7.2946265382395037, "W13": -25.699739773415178, "S13": -25.699739773415178, "W21": -39.078540466005919, "S21": -39.078540466005919, "W22": -59.127749287749289, "S22": -66.966890785702603, "W31": -85.0283886138984, "S31": -85.0283886138984, "W32": -98.010347981212178, "S32": -103.01034798121218 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 509903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8717229555766308, "S11": 1.8717229555766308, "W12": -9.9618171669434226, "S12": -12.351804345900367, "W13": -30.0, "S13": -30.0, "W21": -38.23768517350377, "S21": -38.23768517350377, "W22": -33.373306269493384, "S22": -49.135006552645187, "W31": -70.0, "S31": -70.0, "W32": -98.186886608771871, "S32": -103.18688660877187 }, "geometry": { "type": "Point", "coordinates": [ 104511.0, 510508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92734675505361053, "S11": -0.15724431023845131, "W12": -9.9192872235382143, "S12": -10.360347636108575, "W13": -18.796559663848925, "S13": -18.796559663848925, "W21": -35.189402698182249, "S21": -35.189402698182249, "W22": -37.310483227969378, "S22": -38.438700409776878, "W31": -73.684327715991444, "S31": -73.684327715991444, "W32": -92.807313035508272, "S32": -97.807313035508272 }, "geometry": { "type": "Point", "coordinates": [ 104511.166666666671517, 512389.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9469145266383525, "S11": 1.9469145266383525, "W12": -10.0, "S12": -12.938098633891304, "W13": -14.778609872874545, "S13": -17.007952054684999, "W21": -60.0, "S21": -61.841793576061917, "W22": -54.187864289565937, "S22": -59.206374110197473, "W31": -79.344332408124117, "S31": -79.344332408124117, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104511.333333333328483, 500701.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1087626361384415, "S11": -0.1087626361384415, "W12": -5.4928880682141319, "S12": -8.636288276455911, "W13": -19.468932951891151, "S13": -19.468932951891151, "W21": -30.0, "S21": -32.964123998606802, "W22": -62.402838925155613, "S22": -72.821705660122902, "W31": -84.560212947316472, "S31": -84.560212947316472, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104511.666666666671517, 508509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4401294498381878, "S11": 2.4401294498381878, "W12": -5.5773723340283761, "S12": -8.3445693671663115, "W13": -13.542230570769021, "S13": -14.886606450383615, "W21": -41.512110727593111, "S21": -43.433464066920166, "W22": -51.147264957543676, "S22": -51.147264957543676, "W31": -75.030365197443174, "S31": -75.12742180719637, "W32": -89.619444494724888, "S32": -94.619444494724888 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20023998596759793, "S11": -0.20023998596759793, "W12": -3.9261454001390144, "S12": -3.9261454001390144, "W13": -23.211523097036608, "S13": -23.211523097036608, "W21": -37.488767754517404, "S21": -41.870127058243469, "W22": -31.747179904718838, "S22": -46.051446050141145, "W31": -70.0, "S31": -70.0, "W32": -97.787527463745789, "S32": -102.78752746374579 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 506306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23141837065887702, "S11": 0.23141837065887702, "W12": -9.3379766465086149, "S12": -14.414279607197768, "W13": -21.417737525476696, "S13": -21.417737525476696, "W21": -32.92107143778405, "S21": -36.213183765472735, "W22": -39.026224603178861, "S22": -49.356449601040097, "W31": -78.77186767762187, "S31": -78.77186767762187, "W32": -94.104036212963123, "S32": -99.104036212963123 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 508843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53515739957594477, "S11": 0.53515739957594477, "W12": -4.7373963268953814, "S12": -24.737396326895382, "W13": -24.737396326895382, "S13": -24.737396326895382, "W21": -39.977605, "S21": -39.977605, "W22": -49.999999999999993, "S22": -53.975705142888913, "W31": -77.657929517347171, "S31": -77.657929517347171, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 509828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0313377288999921, "S11": 1.0313377288999921, "W12": -5.6652873705157001, "S12": -11.480150473514396, "W13": -22.055733245650742, "S13": -30.513476352703094, "W21": -35.936301621760364, "S21": -35.936301621760364, "W22": -50.0, "S22": -50.0, "W31": -78.083581663765045, "S31": -79.382878280993211, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104512.0, 511709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1290180813661479, "S11": 2.1290180813661479, "W12": -9.0078193969163003, "S12": -9.0078193969163003, "W13": -17.032989783510232, "S13": -18.857365318329514, "W21": -37.429211668866493, "S21": -37.429211668866493, "W22": -40.0, "S22": -46.362233385840184, "W31": -68.426617390202523, "S31": -68.426617390202523, "W32": -95.175220681574061, "S32": -100.17522068157406 }, "geometry": { "type": "Point", "coordinates": [ 104512.5, 497145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85456125891770029, "S11": 0.85456125891770029, "W12": -5.551083630988046, "S12": -12.535177503217705, "W13": -22.470093262390318, "S13": -30.449621531412625, "W21": -36.069812939160158, "S21": -36.069812939160158, "W22": -46.853006325500516, "S22": -46.853006325500516, "W31": -75.317637108890978, "S31": -78.84021734541497, "W32": -89.893872095179304, "S32": -94.893872095179304 }, "geometry": { "type": "Point", "coordinates": [ 104512.6, 511664.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.63429832467493, "S13": -20.051506559099035, "W21": -43.610394481558451, "S21": -45.507620911792955, "W22": -50.861823182116368, "S22": -55.692776758026028, "W31": -78.411265300028205, "S31": -78.411265300028205, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104512.857142857144936, 499938.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67778478893545091, "S11": 0.67778478893545091, "W12": -5.4545135615816376, "S12": -13.607838203042554, "W13": -22.884453279129737, "S13": -31.786397991111933, "W21": -36.203324256559981, "S21": -36.203324256559981, "W22": -50.0, "S22": -50.0, "W31": -76.318341810078607, "S31": -86.240703932448781, "W32": -91.849463535659098, "S32": -96.849463535659098 }, "geometry": { "type": "Point", "coordinates": [ 104513.2, 511620.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.2286617045122963, "W13": -14.999999999999984, "S13": -14.999999999999984, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -65.66037114055203, "S31": -71.547399605496238, "W32": -90.147489687248893, "S32": -95.147489687248893 }, "geometry": { "type": "Point", "coordinates": [ 104513.666666666671517, 526746.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50100831895338938, "S11": 0.50100831895338938, "W12": -5.5309928889783064, "S12": -14.480039666834877, "W13": -23.299284574806272, "S13": -33.123645729747579, "W21": -36.33683557395959, "S21": -36.33683557395959, "W22": -36.280385161911973, "S22": -41.461493143927584, "W31": -51.84233169726717, "S31": -53.289911086557346, "W32": -92.492006633499173, "S32": -97.492006633499173 }, "geometry": { "type": "Point", "coordinates": [ 104513.8, 511576.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43191724517166413, "S11": -0.43191724517166413, "W12": -10.0, "S12": -21.574704940128932, "W13": -22.01120657925707, "S13": -22.01120657925707, "W21": -39.948101013415126, "S21": -39.948101013415126, "W22": -34.544684509239161, "S22": -34.544684509239161, "W31": -55.145778900558888, "S31": -56.089046385513498, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104514.0, 509583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.44433734939759034, "W12": -7.1965945006514849, "S12": -20.588002174928139, "W13": -25.683911278535117, "S13": -25.683911278535117, "W21": -38.701948912617311, "S21": -38.701948912617311, "W22": -68.048674508566179, "S22": -68.539529112265669, "W31": -92.862277990741603, "S31": -92.862277990741603, "W32": -92.862277990741603, "S32": -96.740047862895949 }, "geometry": { "type": "Point", "coordinates": [ 104514.0, 509937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6451367636716281, "S12": -13.88217983464264, "W13": -23.724497685388915, "S13": -34.52004246294922, "W21": -36.470346891359419, "S21": -36.470346891359419, "W22": -34.96575337221978, "S22": -34.96575337221978, "W31": -55.778208433547313, "S31": -56.71091388388902, "W32": -100.03687708982248, "S32": -105.03687708982248 }, "geometry": { "type": "Point", "coordinates": [ 104514.4, 511532.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.333851767198124, "S11": 1.333851767198124, "W12": -9.705051861647128, "S12": -19.002876961308896, "W13": -30.0, "S13": -30.0, "W21": -38.542814876256088, "S21": -38.542814876256088, "W22": -50.046032788455022, "S22": -53.9187444630806, "W31": -77.418271578080763, "S31": -77.418271578080763, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104514.571428571434808, 510742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17221361143002936, "S11": -0.17221361143002936, "W12": -3.6712957836080244, "S12": -4.8129827539074217, "W13": -22.787517552779391, "S13": -22.787517552779391, "W21": -37.158164771842202, "S21": -41.263406990806622, "W22": -43.105275561768828, "S22": -43.138230629985465, "W31": -75.636349667493278, "S31": -75.729711540257966, "W32": -100.43857830129934, "S32": -105.43857830129934 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 506356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55937735346256334, "S11": 0.55937735346256334, "W12": -6.0555850129727844, "S12": -24.06326491917255, "W13": -24.06326491917255, "S13": -24.06326491917255, "W21": -39.754853360604912, "S21": -39.754853360604912, "W22": -49.8786446523808, "S22": -49.8786446523808, "W31": -76.298472952640893, "S31": -86.298472952640893, "W32": -91.871205031665539, "S32": -96.871205031665539 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 509777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7622269953810168, "S12": -12.882174047616022, "W13": -24.149710795971696, "S13": -36.175699593533771, "W21": -36.603858208759213, "S21": -36.603858208759213, "W22": -41.014944968888429, "S22": -41.014944968888429, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 511488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14671714680987391, "S11": -0.21531426238803208, "W12": -11.730052615554822, "S12": -11.730052615554822, "W13": -19.920961314960802, "S13": -27.569750395105856, "W21": -36.585782410935302, "S21": -41.585782410935302, "W22": -40.994062139432465, "S22": -40.994062139432465, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104515.0, 513845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.6541173503091962, "S12": -4.6541173503091962, "W13": -15.000000000000002, "S13": -16.818753368062932, "W21": -30.914917563329578, "S21": -30.914917563329578, "W22": -50.913489932885895, "S22": -55.784143690143587, "W31": -78.404285159134972, "S31": -78.404285159134972, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104515.666666666671517, 504676.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3911031113396759, "W12": -7.4113464257503505, "S12": -7.4856175225207933, "W13": -15.0, "S13": -16.988497622413572, "W21": -43.134732831880079, "S21": -45.594363744144729, "W22": -49.916459141885049, "S22": -49.916459141885049, "W31": -74.428820099691535, "S31": -74.428820099691535, "W32": -89.146618157052416, "S32": -94.146618157052416 }, "geometry": { "type": "Point", "coordinates": [ 104516.0, 498064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51101016949152545, "S11": 0.51101016949152545, "W12": -7.5591260547669155, "S12": -21.400103742899461, "W13": -25.194940508358517, "S13": -25.194940508358517, "W21": -38.296725283788668, "S21": -38.296725283788668, "W22": -33.530458094546766, "S22": -33.623575033358449, "W31": -65.679580071334044, "S31": -66.44568424514064, "W32": -100.51570584367866, "S32": -105.51570584367866 }, "geometry": { "type": "Point", "coordinates": [ 104516.0, 509969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5457352621886997, "S12": -17.221017642603968, "W13": -27.985603688239387, "S13": -28.65712500573046, "W21": -37.803747835165979, "S21": -37.803747835165979, "W22": -46.588403041824876, "S22": -46.588403041824876, "W31": -73.958275421651408, "S31": -73.98063644772985, "W32": -98.680600066744844, "S32": -103.68060006674484 }, "geometry": { "type": "Point", "coordinates": [ 104516.0, 511094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6571840259054875, "S11": 1.6571840259054875, "W12": -5.1334456297959949, "S12": -5.4724875988095274, "W13": -14.334421389430718, "S13": -17.244773500802033, "W21": -40.260414312891925, "S21": -43.236513840718331, "W22": -67.242798815506106, "S22": -67.242798815506106, "W31": -89.297499520368348, "S31": -89.297499520368348, "W32": -90.22197704639612, "S32": -95.22197704639612 }, "geometry": { "type": "Point", "coordinates": [ 104516.875, 498632.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1503814517531872, "S11": 0.65038145175318718, "W12": -9.0345329541536774, "S12": -11.78320658887109, "W13": -16.79211834144472, "S13": -19.79211834144472, "W21": -32.775928357089271, "S21": -32.775928357089271, "W22": -35.933825320413362, "S22": -36.535591406618046, "W31": -65.197197433592521, "S31": -65.197197433592521, "W32": -89.315982149257664, "S32": -94.315982149257664 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 496929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43156064175922815, "S11": -3.9685075956624019, "W12": -5.7255551078936877, "S12": -7.342216560257163, "W13": -13.155391062087599, "S13": -22.325628654887606, "W21": -31.433970051695191, "S21": -33.140340186071363, "W22": -30.688274410190786, "S22": -42.630855066947689, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -97.161721466969837, "S32": -102.16172146696984 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 505223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54003855634914999, "S11": 0.54003855634914999, "W12": -10.190916596554388, "S12": -10.190916596554388, "W13": -22.290129751222832, "S13": -22.290129751222832, "W21": -36.768400294725431, "S21": -38.691388580560663, "W22": -59.061424501424504, "S22": -64.68537490696994, "W31": -83.659719363785271, "S31": -83.659719363785271, "W32": -96.583633479360486, "S32": -101.58363347936049 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 509142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44169334995476456, "S11": -1.5583066500452354, "W12": -10.0, "S12": -10.157645491430973, "W13": -19.489680378054672, "S13": -19.489680378054672, "W21": -33.939108030924629, "S21": -34.600096174167582, "W22": -33.284099789384101, "S22": -35.942836422283783, "W31": -65.111512273709863, "S31": -65.111512273709863, "W32": -88.984417179373096, "S32": -93.984417179373096 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 512643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57272727272727275, "W12": -10.485313229297013, "S12": -10.485313229297013, "W13": -20.418355647701361, "S13": -28.177628147355314, "W21": -38.140615491503723, "S21": -42.187003530600492, "W22": -32.082675664250971, "S22": -46.574574703799087, "W31": -70.0, "S31": -70.0, "W32": -97.881778064680589, "S32": -102.88177806468059 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 515216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4565305903782271, "S12": -7.4565305903782271, "W13": -14.991987827456322, "S13": -14.991987827456322, "W21": -47.0, "S21": -47.0, "W22": -34.340661189596773, "S22": -34.340661189596773, "W31": -57.084421988822179, "S31": -57.989551702194724, "W32": -100.11880946680256, "S32": -105.11880946680256 }, "geometry": { "type": "Point", "coordinates": [ 104517.0, 526597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.114236464088426, "S13": -15.114236464088426, "W21": -47.0, "S21": -47.0, "W22": -70.621634232167494, "S22": -83.374269278280806, "W31": -84.364673763455258, "S31": -84.364673763455258, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104517.6, 526860.300000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44865400435644187, "S11": 0.44865400435644187, "W12": -5.1628710771840538, "S12": -6.1628710771840538, "W13": -16.232010286225403, "S13": -18.464302256527695, "W21": -40.0, "S21": -41.922703704847123, "W22": -49.015236365517964, "S22": -49.015236365517964, "W31": -74.560729151016531, "S31": -74.560729151016531, "W32": -88.998590083687716, "S32": -93.998590083687716 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 499191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.7835003050385678, "S11": 2.7228440391406536, "W12": -9.4897540648188574, "S12": -9.8745825734650783, "W13": -12.816678952473326, "S13": -14.45119206452174, "W21": -60.0, "S21": -61.53134735951383, "W22": -58.131396198830409, "S22": -63.703398269696137, "W31": -82.671638454485333, "S31": -82.671638454485333, "W32": -95.997137623959659, "S32": -100.99713762395966 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 501115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018232171705515748, "S11": 0.018232171705515748, "W12": -6.3801763656087065, "S12": -6.3801763656087065, "W13": -15.12790169201917, "S13": -20.127901692019172, "W21": -38.051737010782475, "S21": -44.371255798211592, "W22": -62.529224229543047, "S22": -72.608952077810571, "W31": -84.508858473777877, "S31": -84.508858473777877, "W32": -99.946612110799634, "S32": -104.94661211079963 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 502568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -4.5391390710001396, "S12": -14.497772454182011, "W13": -16.002055018448463, "S13": -16.002055018448463, "W21": -34.280902445554368, "S21": -34.280902445554368, "W22": -40.0, "S22": -54.952076677316292, "W31": -79.447560445195379, "S31": -79.447560445195379, "W32": -94.778334244704638, "S32": -99.778334244704638 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 504326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40802220299276093, "S11": -3.408022202992762, "W12": -5.2936838234923611, "S12": -6.0336066201764842, "W13": -12.577710484414551, "S13": -21.084102072024571, "W21": -30.846381618295879, "S21": -32.38128029186106, "W22": -40.0, "S22": -54.991979638976815, "W31": -79.1592852012419, "S31": -79.1592852012419, "W32": -94.298482091187324, "S32": -99.298482091187324 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 505177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1459612079548245, "S11": 1.0688277287425707, "W12": -9.733943197070527, "S12": -10.041749330895753, "W13": -18.714674562709998, "S13": -18.714674562709998, "W21": -35.443922922989046, "S21": -35.443922922989046, "W22": -37.660237141720849, "S22": -44.007010547949491, "W31": -70.065590136084211, "S31": -70.065590136084211, "W32": -99.284399991058407, "S32": -104.28439999105841 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 512314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6727368270155916, "S12": -4.6727368270155916, "W13": -17.767431447006324, "S13": -17.767431447006324, "W21": -42.115408701715801, "S21": -44.737939995178941, "W22": -59.586096866096867, "S22": -66.851571295750404, "W31": -85.007370534312329, "S31": -85.007370534312329, "W32": -97.522776284888437, "S32": -102.52277628488844 }, "geometry": { "type": "Point", "coordinates": [ 104518.0, 521442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1822622706528825, "S11": -0.1822622706528825, "W12": -7.9628382292281925, "S12": -16.23108520080201, "W13": -20.388849633999307, "S13": -20.388849633999307, "W21": -30.325384248778771, "S21": -32.936167768543918, "W22": -67.032708183776023, "S22": -67.032708183776023, "W31": -88.882458272047074, "S31": -88.882458272047074, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104518.25, 508702.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8655389400344153, "S11": -2.512075071801771, "W12": -9.2735576862000784, "S12": -9.2735576862000784, "W13": -19.410192139387163, "S13": -26.391249982477323, "W21": -41.263156612305515, "S21": -47.175255993252186, "W22": -48.560358359814693, "S22": -48.560358359814693, "W31": -76.130507421608314, "S31": -84.628516047456969, "W32": -92.269015647783405, "S32": -97.269015647783405 }, "geometry": { "type": "Point", "coordinates": [ 104518.606060606063693, 516121.030303030274808 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13698158062969476, "S11": 0.13698158062969476, "W12": -8.354854965197946, "S12": -9.0780504964400066, "W13": -15.878483124018839, "S13": -18.655218252916416, "W21": -40.0, "S21": -41.809531311539978, "W22": -44.045943565986448, "S22": -47.601872042347566, "W31": -74.79267399127076, "S31": -78.091648381992812, "W32": -93.356374807987706, "S32": -98.356374807987706 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 499416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63714016387499106, "S11": 0.63714016387499106, "W12": -10.0, "S12": -11.27643210041394, "W13": -15.445266994299171, "S13": -18.442778360139165, "W21": -57.54402258711643, "S21": -59.412610892131156, "W22": -51.062199121965989, "S22": -56.047547924916323, "W31": -78.384427459399873, "S31": -78.384427459399873, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.2375696639441136, "S11": 5.0018531979444525, "W12": -10.0, "S12": -11.223035486656524, "W13": -12.681895237642133, "S13": -13.332185169112876, "W21": -61.36510773416407, "S21": -62.863365573885325, "W22": -42.340157480314957, "S22": -42.340157480314957, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 501005.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.40932327166504373, "W12": -4.5668667711470139, "S12": -14.566866771147014, "W13": -15.776002989117742, "S13": -15.776002989117742, "W21": -34.113392089693711, "S21": -34.113392089693711, "W22": -60.0, "S22": -68.753955083526932, "W31": -84.826913011619396, "S31": -84.826913011619396, "W32": -98.422647946587176, "S32": -103.42264794658718 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 504343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.074607092741421105, "S11": -0.074607092741421105, "W12": -5.1671015032923346, "S12": -10.482717114419223, "W13": -21.402996683129963, "S13": -21.402996683129963, "W21": -35.486608937105316, "S21": -38.69316947685931, "W22": -37.914848500542568, "S22": -49.348434416083379, "W31": -73.242309738470695, "S31": -73.659154553597759, "W32": -89.483008629227498, "S32": -94.483008629227498 }, "geometry": { "type": "Point", "coordinates": [ 104519.0, 506522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11240457232037232, "S11": -0.4107467501381763, "W12": -12.179143028260363, "S12": -12.179143028260363, "W13": -19.983776176739003, "S13": -20.95812915822496, "W21": -37.886079518352773, "S21": -39.418854032085648, "W22": -51.086471211586009, "S22": -56.086471211586009, "W31": -78.378975472512465, "S31": -78.378975472512465, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104519.142857142855064, 514151.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75765282846713966, "S11": 0.75765282846713966, "W12": -10.321130494729717, "S12": -10.321130494729717, "W13": -22.428751796164491, "S13": -22.428751796164491, "W21": -35.533602182282799, "S21": -40.999026620865116, "W22": -33.031999186082004, "S22": -33.031999186082004, "W31": -49.446237425136552, "S31": -50.896086821659559, "W32": -96.616131842977794, "S32": -101.61613184297779 }, "geometry": { "type": "Point", "coordinates": [ 104519.875, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93208251758393157, "S11": 0.93208251758393157, "W12": -10.0, "S12": -11.756904722993953, "W13": -15.318284765150576, "S13": -18.139490944720073, "W21": -58.383609480644921, "S21": -60.235026683510803, "W22": -33.530090497795001, "S22": -33.530090497795001, "W31": -65.199982054330519, "S31": -65.960026045304559, "W32": -100.51493502507927, "S32": -105.51493502507927 }, "geometry": { "type": "Point", "coordinates": [ 104520.0, 500620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 5.700440728905634, "S11": 5.4134490382154521, "W12": -10.0, "S12": -11.445816028619598, "W13": -12.784484563055992, "S13": -13.522175654252619, "W21": -61.502490780893041, "S21": -63.138592451918683, "W22": -54.370618896411237, "S22": -59.520645863634954, "W31": -80.132266998380558, "S31": -80.132266998380558, "W32": -95.219397100072044, "S32": -100.21939710007204 }, "geometry": { "type": "Point", "coordinates": [ 104520.0, 500972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54912272571035037, "S11": 0.54912272571035037, "W12": -5.9899781466573589, "S12": -23.979523312517308, "W13": -23.979523312517308, "S13": -23.979523312517308, "W21": -39.811644343140117, "S21": -39.811644343140117, "W22": -59.506704653371258, "S22": -65.309663765339579, "W31": -83.671861767407975, "S31": -83.671861767407975, "W32": -96.609371079597182, "S32": -101.60937107959718 }, "geometry": { "type": "Point", "coordinates": [ 104520.0, 509777.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.631249863154725, "S12": -4.631249863154725, "W13": -15.0, "S13": -15.0, "W21": -45.816141955373929, "S21": -45.867788885416722, "W22": -80.0, "S22": -86.658776960982308, "W31": -86.970438057036432, "S31": -86.970438057036432, "W32": -97.489659773182112, "S32": -102.48965977318211 }, "geometry": { "type": "Point", "coordinates": [ 104520.0, 523947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.079859364813262501, "S11": -0.079859364813262501, "W12": -6.2126588574871437, "S12": -12.957433600155014, "W13": -19.647406688838903, "S13": -19.647406688838903, "W21": -30.0, "S21": -34.603589489885664, "W22": -67.236335253335753, "S22": -69.64513963485895, "W31": -94.052207823214971, "S31": -94.052207823214971, "W32": -94.052207823214971, "S32": -97.101763230795498 }, "geometry": { "type": "Point", "coordinates": [ 104520.25, 508581.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10279911545623835, "S11": 0.10279911545623835, "W12": -5.8327482853593997, "S12": -7.0574416226697156, "W13": -19.162998994832282, "S13": -19.162998994832282, "W21": -30.0, "S21": -30.463709727987503, "W22": -52.474214353104564, "S22": -52.474214353104564, "W31": -79.308310902165161, "S31": -79.502494706644541, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104520.5, 508376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.0206645109887802, "S12": -8.0206645109887802, "W13": -15.457820259298472, "S13": -17.309603692190983, "W21": -43.496783449231884, "S21": -45.679589407363927, "W22": -47.076802309386949, "S22": -47.076802309386949, "W31": -75.450006584929127, "S31": -79.463890716973282, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 497982.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0476505783805345, "S12": -7.2762253123000162, "W13": -15.900480517211253, "S13": -18.900480517211253, "W21": -40.0, "S21": -42.440404135597959, "W22": -40.0, "S22": -46.716128469952501, "W31": -74.069916107676406, "S31": -74.069916107676406, "W32": -99.82354276594134, "S32": -104.82354276594134 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 498921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.4643080677397768, "S11": 3.352712341099112, "W12": -9.6594084188127454, "S12": -10.350473018508456, "W13": -12.739963142580018, "S13": -14.002907087808945, "W21": -60.0, "S21": -60.0, "W22": -40.0, "S22": -40.0, "W31": -65.797597008641986, "S31": -74.526449757384029, "W32": -90.878872292397105, "S32": -95.878872292397105 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 501080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25012743743282667, "S11": 0.25012743743282667, "W12": -7.5031969309462916, "S12": -7.5031969309462916, "W13": -13.979477246701338, "S13": -14.200020310959847, "W21": -41.950357443934287, "S21": -44.442108146529755, "W22": -53.158494868871152, "S22": -53.158494868871152, "W31": -73.296276560570533, "S31": -73.410071671164246, "W32": -95.842038381561181, "S32": -100.84203838156118 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90019137397042848, "S11": 0.90019137397042848, "W12": -9.9771698861178386, "S12": -9.9771698861178386, "W13": -18.525217965402913, "S13": -18.525217965402913, "W21": -32.631808060117635, "S21": -32.631808060117635, "W22": -40.74869173880321, "S22": -40.74869173880321, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13671179194879821, "S11": 0.13671179194879821, "W12": -9.3646619978588639, "S12": -15.23611960049514, "W13": -21.025044064101369, "S13": -21.025044064101369, "W21": -32.065407558172666, "S21": -35.327683699132656, "W22": -50.815738963530968, "S22": -50.815738963530968, "W31": -72.899643755364309, "S31": -73.12017264068885, "W32": -96.765129397158034, "S32": -101.76512939715803 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 508798.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48736497755015296, "S11": -0.48736497755015296, "W12": -10.0, "S12": -10.0, "W13": -22.036673399975381, "S13": -22.036673399975381, "W21": -38.730397360436932, "S21": -38.730397360436932, "W22": -50.0, "S22": -52.468625623070849, "W31": -79.596908337131694, "S31": -79.596908337131694, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 509329.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51705500005793259, "S11": 0.51705500005793259, "W12": -5.1844387775626402, "S12": -24.682413623011374, "W13": -24.682413623011374, "S13": -24.682413623011374, "W21": -40.0, "S21": -40.0, "W22": -30.792045059008551, "S22": -44.014142854952965, "W31": -70.0, "S31": -70.0, "W32": -97.57666952058932, "S32": -102.57666952058932 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 509828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2707763928517797, "S11": 1.2707763928517797, "W12": -12.322701448829822, "S12": -32.322701448829818, "W13": -32.322701448829818, "S13": -32.322701448829818, "W21": -36.661247735364576, "S21": -36.661247735364576, "W22": -38.703510845929465, "S22": -39.238021431707494, "W31": -70.0, "S31": -73.425484142576479, "W32": -93.555080787461506, "S32": -98.555080787461506 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 510077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27720608076513559, "S11": 0.27720608076513559, "W12": -10.960545098358617, "S12": -10.960545098358617, "W13": -19.500581603337096, "S13": -23.212325393540169, "W21": -34.555673502884574, "S21": -36.332204678165056, "W22": -46.810836501901143, "S22": -46.810836501901143, "W31": -73.64195440863854, "S31": -73.700673943064729, "W32": -98.467016988118374, "S32": -103.46701698811837 }, "geometry": { "type": "Point", "coordinates": [ 104521.0, 513364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12879674764260141, "S11": -0.12879674764260141, "W12": -10.0, "S12": -10.0, "W13": -16.160694662480321, "S13": -18.767650141419125, "W21": -40.794380068698992, "S21": -42.629959430652519, "W22": -31.517252401686587, "S22": -31.963661322528111, "W31": -69.66501340638176, "S31": -69.66501340638176, "W32": -95.801136418781269, "S32": -100.80113641878127 }, "geometry": { "type": "Point", "coordinates": [ 104521.2, 499570.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6376821988777039, "S11": 1.6376821988777039, "W12": -9.986745473306307, "S12": -15.089003631211927, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.116353539340004, "S21": -38.116353539340004, "W22": -50.056584498049276, "S22": -50.056584498049276, "W31": -76.282832136233267, "S31": -84.926173571566522, "W32": -91.630710135149855, "S32": -96.630710135149855 }, "geometry": { "type": "Point", "coordinates": [ 104522.0, 510615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2059580738997106, "S11": 0.2059580738997106, "W12": -10.0, "S12": -10.0, "W13": -19.325076615207113, "S13": -21.388341720476447, "W21": -33.785231772402227, "S21": -36.007272748847001, "W22": -46.500221003094019, "S22": -46.500221003094019, "W31": -75.248657622559492, "S31": -80.126233018200764, "W32": -89.989110342195559, "S32": -94.989110342195559 }, "geometry": { "type": "Point", "coordinates": [ 104522.0, 513165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -98.4929978282034, "S32": -103.4929978282034 }, "geometry": { "type": "Point", "coordinates": [ 104522.643678160922718, 530026.532567049842328 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.007917903302876, "S12": -7.8706955649942163, "W13": -19.35490324002259, "S13": -22.224002744694747, "W21": -33.877571433633769, "S21": -33.877571433633769, "W22": -33.897462610641981, "S22": -33.897462610641981, "W31": -49.65370253766968, "S31": -51.163871748104739, "W32": -96.37578469404481, "S32": -101.37578469404481 }, "geometry": { "type": "Point", "coordinates": [ 104522.8, 503575.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71013579525649395, "S11": 0.46013579525649395, "W12": -4.3224241136264805, "S12": -13.509356127890831, "W13": -17.836275746111809, "S13": -18.340103305460872, "W21": -35.487877577335645, "S21": -35.487877577335645, "W22": -52.703437448801957, "S22": -52.703437448801957, "W31": -74.731600495137783, "S31": -74.731600495137783, "W32": -89.53549338830274, "S32": -94.53549338830274 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4434533826994278, "S11": -3.5126640074656086, "W12": -5.4752854148306325, "S12": -6.6409410926047521, "W13": -12.732018804139303, "S13": -20.402753777218916, "W21": -31.084732630571988, "S21": -32.653706610535124, "W22": -36.607797146879506, "S22": -36.607797146879506, "W31": -65.271655759107247, "S31": -65.555483049756432, "W32": -89.400921755460899, "S32": -94.400921755460899 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 505197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52130847457627116, "S11": 0.52130847457627116, "W12": -7.7075575693623026, "S12": -24.511307395795022, "W13": -25.206832711620468, "S13": -25.206832711620468, "W21": -38.453562547031716, "S21": -38.453562547031716, "W22": -33.460635437888961, "S22": -36.509362861427377, "W31": -66.123712335684814, "S31": -66.123712335684814, "W32": -88.078687842842726, "S32": -93.078687842842726 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 509962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2359825385276646, "S11": 2.2359825385276646, "W12": -9.321805837605563, "S12": -9.8094714726525876, "W13": -29.860417168677706, "S13": -29.860417168677706, "W21": -38.368452506615746, "S21": -38.368452506615746, "W22": -40.0, "S22": -40.0, "W31": -65.706063181329895, "S31": -72.352492586711747, "W32": -90.270633895657198, "S32": -95.270633895657198 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 510374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7725915367165896, "S12": -4.7725915367165896, "W13": -19.187148239730174, "S13": -19.187148239730174, "W21": -41.587435132046487, "S21": -44.4798106727131, "W22": -36.379037497456437, "S22": -36.501458158862135, "W31": -65.255286849175732, "S31": -65.255286849175732, "W32": -89.37236361886778, "S32": -94.37236361886778 }, "geometry": { "type": "Point", "coordinates": [ 104523.0, 520564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48988153009503316, "S11": 0.48988153009503316, "W12": -7.5151904652410213, "S12": -7.5151904652410213, "W13": -13.626169715523096, "S13": -14.898598759277386, "W21": -40.581147427476289, "S21": -47.355630977589783, "W22": -55.557468188415228, "S22": -55.557468188415228, "W31": -75.979244669497618, "S31": -75.979244669497618, "W32": -89.718835419511393, "S32": -94.718835419511393 }, "geometry": { "type": "Point", "coordinates": [ 104523.333333333328483, 501806.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10998453134812991, "S11": -0.10998453134812991, "W12": -2.4282421317389842, "S12": -2.4282421317389842, "W13": -11.951934244586397, "S13": -23.249034298502657, "W21": -29.838795397822494, "S21": -29.838795397822494, "W22": -30.555678115131769, "S22": -40.720348956699546, "W31": -70.0, "S31": -70.0, "W32": -96.734696736445102, "S32": -101.7346967364451 }, "geometry": { "type": "Point", "coordinates": [ 104523.333333333328483, 505023.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53126696186259104, "S11": -0.53126696186259104, "W12": -9.2091616887169359, "S12": -9.2091616887169359, "W13": -16.90599858529276, "S13": -19.144384422473212, "W21": -48.455761316872426, "S21": -50.471233005306992, "W22": -30.0, "S22": -33.958289832622036, "W31": -48.740156096703814, "S31": -49.815014529435445, "W32": -97.84577065265411, "S32": -102.84577065265411 }, "geometry": { "type": "Point", "coordinates": [ 104524.0, 500279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16025872671840133, "S11": 0.16025872671840133, "W12": -5.0973819595661434, "S12": -7.8407479994907412, "W13": -18.095011545376575, "S13": -21.641979866253294, "W21": -31.011559285604626, "S21": -31.011559285604626, "W22": -56.044099879178411, "S22": -61.705648103892877, "W31": -81.118817614847657, "S31": -81.118817614847657, "W32": -95.478532179697439, "S32": -100.47853217969744 }, "geometry": { "type": "Point", "coordinates": [ 104524.0, 503147.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -45.758375008563405, "S22": -45.758375008563405, "W31": -74.95622437154168, "S31": -75.830130008748029, "W32": -89.760030045512096, "S32": -94.760030045512096 }, "geometry": { "type": "Point", "coordinates": [ 104524.222222222218988, 526791.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96207393045214129, "S11": 0.96207393045214129, "W12": -5.5812171299774604, "S12": -6.7859314522936272, "W13": -14.920676485126151, "S13": -17.920676485126151, "W21": -40.0, "S21": -42.723027702266847, "W22": -30.835244440838018, "S22": -34.940959355371064, "W31": -70.0, "S31": -70.0, "W32": -95.909182494971034, "S32": -100.90918249497103 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 498772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19663726626178679, "S11": 0.19663726626178679, "W12": -7.7912506692702586, "S12": -8.6770031577563671, "W13": -15.845221742543171, "S13": -18.551659833014295, "W21": -40.0, "S21": -41.787459629775505, "W22": -36.107343229756609, "S22": -51.107343229756609, "W31": -68.617406697959581, "S31": -68.617406697959581, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 499383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.842934118352497, "S11": 1.842934118352497, "W12": -9.37040184417285, "S12": -9.37040184417285, "W13": -12.919495635305529, "S13": -14.881565443973539, "W21": -58.325675608912611, "S21": -59.84116979458642, "W22": -39.010039777247414, "S22": -46.679194532316771, "W31": -70.0, "S31": -71.002315464496206, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 501145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14154683648315536, "S11": -2.1572934685522558, "W12": -5.2817087898370314, "S12": -5.8879600923555611, "W13": -25.0, "S13": -25.0, "W21": -37.411432518764364, "S21": -41.945322021897006, "W22": -30.711576255411515, "S22": -32.550374002133971, "W31": -48.444758460119196, "S31": -49.447351522033905, "W32": -98.330930735427458, "S32": -103.33093073542746 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90299097905029158, "S11": 0.90299097905029158, "W12": -9.9781529692876259, "S12": -10.128567070132789, "W13": -19.114300695596079, "S13": -19.114300695596079, "W21": -32.266653473355753, "S21": -32.266653473355753, "W22": -35.61761540725486, "S22": -50.117360848772407, "W31": -68.149865672469019, "S31": -68.149865672469019, "W32": -89.699137319334554, "S32": -94.699137319334554 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 508024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5969409086071904, "S11": 1.5969409086071904, "W12": -9.9914283435995443, "S12": -15.508095699569601, "W13": -30.0, "S13": -30.0, "W21": -38.20371434150767, "S21": -38.20371434150767, "W22": -39.547357216993809, "S22": -39.547357216993809, "W31": -65.51465036054438, "S31": -67.92974199019821, "W32": -89.76393315795427, "S32": -94.76393315795427 }, "geometry": { "type": "Point", "coordinates": [ 104525.0, 510634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59803722629705536, "S11": 0.59803722629705536, "W12": -9.5163825273395197, "S12": -9.5163825273395197, "W13": -16.74854669071879, "S13": -18.099589308679217, "W21": -40.802126124972538, "S21": -40.898134278968918, "W22": -38.089254150092813, "S22": -45.056850975605741, "W31": -70.198945489761286, "S31": -73.598374876351869, "W32": -91.263738481587836, "S32": -96.263738481587836 }, "geometry": { "type": "Point", "coordinates": [ 104525.25, 497457.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98304648704704534, "S11": 0.98304648704704534, "W12": -7.5051644056104854, "S12": -7.5051644056104854, "W13": -12.878203315164638, "S13": -17.10574421430157, "W21": -42.837306934383228, "S21": -50.0, "W22": -70.0, "S22": -76.514770219520699, "W31": -88.695326829019763, "S31": -88.695326829019763, "W32": -96.114035293841198, "S32": -101.1140352938412 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 501984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2766588097360805, "S11": 1.2766588097360805, "W12": -7.6210687252493861, "S12": -7.6210687252493861, "W13": -13.126939140811455, "S13": -19.086986861850047, "W21": -43.44040558867249, "S21": -50.57730097674898, "W22": -30.69440603077156, "S22": -43.27455042451458, "W31": -70.0, "S31": -70.0, "W32": -97.42888641865909, "S32": -102.42888641865909 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 502321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.91080621027633268, "W12": -10.07900492099211, "S12": -13.203503394121322, "W13": -19.881999834180075, "S13": -19.881999834180075, "W21": -33.320599350169992, "S21": -33.320599350169992, "W22": -36.653612955361211, "S22": -50.213259975732846, "W31": -70.927977761226998, "S31": -70.927977761226998, "W32": -91.347753028862755, "S32": -96.347753028862755 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 507373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50699811143681472, "S11": 0.50699811143681472, "W12": -5.4327956946000047, "S12": -24.65186767640914, "W13": -24.65186767640914, "S13": -24.65186767640914, "W21": -40.0, "S21": -40.0, "W22": -30.0, "S22": -33.266284464340224, "W31": -49.418693532090614, "S31": -50.790927920711368, "W32": -96.844329354386957, "S32": -101.84432935438696 }, "geometry": { "type": "Point", "coordinates": [ 104526.0, 509828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073598726453219562, "S11": -0.073598726453219562, "W12": -5.6512196132021302, "S12": -11.078293448669847, "W13": -21.279718671315266, "S13": -21.279718671315266, "W21": -35.376437801443949, "S21": -38.499279430370436, "W22": -79.166151379823646, "S22": -80.207925490189808, "W31": -85.258185216640925, "S31": -85.258185216640925, "W32": -97.778159340659343, "S32": -102.77815934065934 }, "geometry": { "type": "Point", "coordinates": [ 104526.666666666671517, 506533.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076823957167971968, "S11": -0.076823957167971968, "W12": -10.0, "S12": -10.137225030584137, "W13": -16.134370094191521, "S13": -18.836132130685982, "W21": -40.628388040839404, "S21": -42.443307300390408, "W22": -34.773838361594358, "S22": -35.51786145016564, "W31": -70.973532784529482, "S31": -71.535535956721333, "W32": -100.88236169086858, "S32": -105.88236169086858 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 499542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52959773634309604, "S11": -0.52959773634309604, "W12": -9.7177841890984098, "S12": -9.7177841890984098, "W13": -16.781565281858647, "S13": -19.62395909947843, "W21": -45.203648996115767, "S21": -47.089297003092135, "W22": -38.709679095481562, "S22": -46.622781501507475, "W31": -72.424683498960206, "S31": -72.424683498960206, "W32": -94.497522866901718, "S32": -99.497522866901718 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 500039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1174732649498029, "S12": -9.1174732649498029, "W13": -13.068570320077594, "S13": -15.631593732266603, "W21": -55.367927718993087, "S21": -56.941954808262771, "W22": -63.652838925155606, "S22": -74.013693908912316, "W31": -84.320557491289208, "S31": -84.320557491289208, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 501201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0118507734546422, "S11": 1.0118507734546422, "W12": -7.5104414808001811, "S12": -7.5104414808001811, "W13": -12.841565457079486, "S13": -17.220508305634922, "W21": -42.956544093398293, "S21": -51.776306329001024, "W22": -40.186607560662857, "S22": -43.17944132271333, "W31": -80.0, "S31": -80.0, "W32": -99.573358109774063, "S32": -104.57335810977406 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 501993.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78485652727631994, "S11": -0.78485652727631994, "W12": -10.0, "S12": -10.0, "W13": -21.951762802959088, "S13": -22.404051211422772, "W21": -39.152858428358627, "S21": -39.152858428358627, "W22": -31.575453250585007, "S22": -33.904136041759287, "W31": -48.909607415325588, "S31": -50.028185860247241, "W32": -97.683072147690041, "S32": -102.68307214769004 }, "geometry": { "type": "Point", "coordinates": [ 104527.0, 509378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3756751555296509, "S11": 1.3756751555296509, "W12": -7.8102145024217968, "S12": -10.454663585193012, "W13": -20.774584037834856, "S13": -35.59135600125834, "W21": -35.59135600125834, "S21": -35.59135600125834, "W22": -47.95912931646928, "S22": -47.95912931646928, "W31": -75.613265262567083, "S31": -79.266518494170299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104527.333333333328483, 511878.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68833459173767675, "S11": 0.68833459173767675, "W12": -9.3602441161368777, "S12": -9.3602441161368777, "W13": -16.54620863811046, "S13": -17.669532412196208, "W21": -42.514067725425747, "S21": -43.211289970687638, "W22": -39.705499617416223, "S22": -41.528850501820273, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -99.909644169417945, "S32": -104.90964416941794 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 497626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3431170881614927, "S11": 2.3431170881614927, "W12": -5.3695070721696672, "S12": -9.01240694057498, "W13": -13.581935454668901, "S13": -14.986504037542129, "W21": -41.260948507834343, "S21": -42.595331314925815, "W22": -40.235707932516306, "S22": -43.375222842043321, "W31": -80.0, "S31": -80.0, "W32": -99.532735571632173, "S32": -104.53273557163217 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 498439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49385832509238559, "S11": 0.49385832509238559, "W12": -5.0, "S12": -7.3372512725590004, "W13": -15.878009785077758, "S13": -18.878009785077758, "W21": -40.0, "S21": -42.438964508146242, "W22": -40.0, "S22": -54.881048155384441, "W31": -79.428787942536616, "S31": -79.428787942536616, "W32": -94.625455323999731, "S32": -99.625455323999731 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 498917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.8878917062039475, "S12": -4.8878917062039475, "W13": -15.0, "S13": -15.0, "W21": -31.289689498899147, "S21": -31.289689498899147, "W22": -45.313387223974765, "S22": -45.313387223974765, "W31": -75.150067403742966, "S31": -75.150067403742966, "W32": -100.08499738932069, "S32": -105.08499738932069 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 504630.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6014322159065479, "S11": 1.6014322159065479, "W12": -9.258975634788559, "S12": -12.199918300986237, "W13": -20.0, "S13": -34.387716537714802, "W21": -36.033483313008716, "S21": -36.033483313008716, "W22": -60.0, "S22": -65.869899615661367, "W31": -83.473962517493632, "S31": -83.473962517493632, "W32": -96.496220418209745, "S32": -101.49622041820975 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0901043557198467, "S12": -8.0901043557198467, "W13": -18.884621365477354, "S13": -22.498632900469619, "W21": -46.056772103609937, "S21": -51.056772103609937, "W22": -40.0, "S22": -51.861022364217249, "W31": -79.917049003876627, "S31": -79.917049003876627, "W32": -96.123719259042971, "S32": -101.12371925904297 }, "geometry": { "type": "Point", "coordinates": [ 104528.0, 517773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.15262901655306726, "W12": -4.7213812821543737, "S12": -4.7213812821543737, "W13": -15.0, "S13": -15.0, "W21": -33.172276058982135, "S21": -33.172276058982135, "W22": -50.0, "S22": -50.0, "W31": -72.874857648420573, "S31": -73.080977857427357, "W32": -96.856153162172944, "S32": -101.85615316217294 }, "geometry": { "type": "Point", "coordinates": [ 104528.5, 504438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.098017679557982, "S13": -15.098017679557982, "W21": -47.0, "S21": -47.0, "W22": -56.937022530732762, "S22": -56.937022530732762, "W31": -75.540217891841635, "S31": -75.540217891841635, "W32": -88.816874247649892, "S32": -93.816874247649892 }, "geometry": { "type": "Point", "coordinates": [ 104528.9, 526906.449999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54204697290821968, "S11": -0.54204697290821968, "W12": -9.2641083336331764, "S12": -9.2641083336331764, "W13": -16.887702190210199, "S13": -19.06176413729283, "W21": -48.117489711934155, "S21": -50.093972973499447, "W22": -66.802483399138552, "S22": -66.802483399138552, "W31": -89.344512912178374, "S31": -89.344512912178374, "W32": -90.314663158436474, "S32": -95.314663158436474 }, "geometry": { "type": "Point", "coordinates": [ 104529.0, 500243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36153139652922128, "S11": -1.6052771127732239, "W12": -3.8366184576052107, "S12": -3.8366184576052107, "W13": -11.97209092418754, "S13": -23.030644990323271, "W21": -30.0, "S21": -30.903064097979623, "W22": -51.858613613745874, "S22": -51.858613613745874, "W31": -76.480460982246797, "S31": -77.177312001800061, "W32": -90.303125929472571, "S32": -95.303125929472571 }, "geometry": { "type": "Point", "coordinates": [ 104529.0, 505124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0469266638406061, "W12": -10.086041776501602, "S12": -10.471036222053916, "W13": -19.670072742581098, "S13": -20.155954658659649, "W21": -33.742707257237456, "S21": -33.742707257237456, "W22": -47.946705463455743, "S22": -47.946705463455743, "W31": -76.009154046896001, "S31": -83.839897562032519, "W32": -92.276898417150917, "S32": -97.276898417150917 }, "geometry": { "type": "Point", "coordinates": [ 104529.8, 507217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.306055960137984, "S11": 1.306055960137984, "W12": -10.0, "S12": -12.477855858800458, "W13": -15.118677771226416, "S13": -17.72973980393418, "W21": -60.0, "S21": -61.795772579771857, "W22": -40.0, "S22": -42.642677892010035, "W31": -65.992570169587239, "S31": -75.992570169587239, "W32": -92.083592279749652, "S32": -97.083592279749652 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 500659.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8825220390954391, "S11": 1.8769776589093476, "W12": -10.0, "S12": -12.933596207894627, "W13": -14.750220406141654, "S13": -17.04532286030123, "W21": -60.0, "S21": -61.77215733854009, "W22": -45.354186607450515, "S22": -47.627870911688554, "W31": -75.240893693840889, "S31": -80.087568202188152, "W32": -92.87230347959661, "S32": -97.87230347959661 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55374180513750859, "S11": -5.5537418051375083, "W12": -6.9092680442613998, "S12": -11.152613653856687, "W13": -14.912402826916923, "S13": -23.315576971720503, "W21": -32.671879152912254, "S21": -34.597155533235352, "W22": -40.0, "S22": -54.138030111481442, "W31": -79.406642255806375, "S31": -79.406642255806375, "W32": -94.570089516915345, "S32": -99.570089516915345 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 505354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14366357315984185, "S11": -0.14366357315984185, "W12": -3.5718895751922348, "S12": -6.0583994928317306, "W13": -22.18489734650397, "S13": -22.18489734650397, "W21": -36.500736437957698, "S21": -40.208111731568827, "W22": -37.713839512065768, "S22": -48.940718693632917, "W31": -71.681772044575169, "S31": -73.809274433953419, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 506422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0086391164943796506, "S11": 0.0086391164943796506, "W12": -8.6494608732940801, "S12": -15.316073117878837, "W13": -20.718506680429947, "S13": -20.718506680429947, "W21": -31.209743678560219, "S21": -32.56786236062328, "W22": -78.991755410511857, "S22": -79.611541230977224, "W31": -85.109539840576304, "S31": -85.109539840576304, "W32": -97.713224275724272, "S32": -102.71322427572427 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 508754.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21759334020101828, "S11": -0.21759334020101828, "W12": -9.275116261903003, "S12": -17.923382117920717, "W13": -22.145972587924035, "S13": -22.145972587924035, "W21": -39.964508693875985, "S21": -39.964508693875985, "W22": -67.542204052560109, "S22": -70.271322014103447, "W31": -89.807067709394744, "S31": -89.807067709394744, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5365973318802211, "S11": 1.5365973318802211, "W12": -9.9985404683185344, "S12": -16.099392447307949, "W13": -30.0, "S13": -30.0, "W21": -38.327769074112069, "S21": -38.327769074112069, "W22": -32.025298935196275, "S22": -32.025298935196275, "W31": -48.359888080581982, "S31": -49.330378038151665, "W32": -98.84009742146992, "S32": -103.84009742146992 }, "geometry": { "type": "Point", "coordinates": [ 104530.0, 510662.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4927896014855021, "S11": -0.4927896014855021, "W12": -9.3280309088044326, "S12": -9.3280309088044326, "W13": -16.68922221085186, "S13": -18.954202800695565, "W21": -49.150092506938023, "S21": -51.157470698383428, "W22": -47.03326996197741, "S22": -47.03326996197741, "W31": -73.325633395625673, "S31": -73.420711438399607, "W32": -98.253433909491903, "S32": -103.2534339094919 }, "geometry": { "type": "Point", "coordinates": [ 104531.0, 500324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4807141173189304, "S12": -13.917176656358588, "W13": -21.348493615649126, "S13": -21.348493615649126, "W21": -32.935671233146167, "S21": -36.321685256456234, "W22": -71.243744992214317, "S22": -82.95528978799824, "W31": -84.470446785244036, "S31": -84.470446785244036, "W32": -99.121618085718779, "S32": -104.12161808571878 }, "geometry": { "type": "Point", "coordinates": [ 104531.0, 508849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54380539688792917, "S11": 0.54380539688792917, "W12": -5.3820872669575186, "S12": -22.206856430082421, "W13": -24.008581774258229, "S13": -24.008581774258229, "W21": -40.0, "S21": -40.0, "W22": -66.388751794687721, "S22": -66.388751794687721, "W31": -87.759877071254323, "S31": -87.759877071254323, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104531.0, 509749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.438314687044723, "S11": -1.438314687044723, "W12": -4.6337815239874782, "S12": -4.6337815239874782, "W13": -15.0, "S13": -15.0, "W21": -45.227707908207378, "S21": -47.666437212425151, "W22": -80.0, "S22": -87.806799057556375, "W31": -87.806799057556375, "S31": -87.806799057556375, "W32": -96.85010691543107, "S32": -101.85010691543107 }, "geometry": { "type": "Point", "coordinates": [ 104531.25, 522830.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.753357497259092, "S12": -7.753357497259092, "W13": -19.058125917648898, "S13": -20.408741544813822, "W21": -48.325730460231135, "S21": -51.325730460231135, "W22": -40.0, "S22": -44.485553145336226, "W31": -80.0, "S31": -80.0, "W32": -97.709108337671239, "S32": -102.70910833767124 }, "geometry": { "type": "Point", "coordinates": [ 104531.333333333328483, 518242.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47071529886527097, "S11": 0.47071529886527097, "W12": -5.588371518557401, "S12": -6.5500438044643463, "W13": -16.08980322003578, "S13": -18.463245033447759, "W21": -40.0, "S21": -41.836750146643766, "W22": -37.529999, "S22": -37.529999, "W31": -78.290001, "S31": -78.290001, "W32": -93.529999, "S32": -98.529999 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 499226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1579059461604397, "S11": 2.1579059461604397, "W12": -9.990705987912758, "S12": -10.744723865732219, "W13": -30.0, "S13": -30.0, "W21": -38.33709223400016, "S21": -38.33709223400016, "W22": -38.056430946698491, "S22": -45.447445100229558, "W31": -70.0, "S31": -73.598927938442912, "W32": -91.481349290726286, "S32": -96.481349290726286 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4890283226454581, "S11": 1.4890283226454581, "W12": -9.9079288741810352, "S12": -16.572596561016717, "W13": -30.0, "S13": -30.0, "W21": -38.453317388483541, "S21": -38.453317388483541, "W22": -34.548110317973503, "S22": -34.548110317973503, "W31": -55.040968074957853, "S31": -55.931215941402378, "W32": -100.04537728038424, "S32": -105.04537728038424 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 510684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6183363787001408, "S12": -4.6183363787001408, "W13": -15.0, "S13": -15.0, "W21": -45.640540550274558, "S21": -48.640540550274558, "W22": -36.95289599728553, "S22": -45.767033353580217, "W31": -65.968627248294396, "S31": -66.151497806312676, "W32": -90.286646522380167, "S32": -95.286646522380167 }, "geometry": { "type": "Point", "coordinates": [ 104532.0, 523763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20423660119609668, "S11": -0.20423660119609668, "W12": -9.5805401825374368, "S12": -9.5805401825374368, "W13": -16.223992165917533, "S13": -18.748270952023177, "W21": -51.472499603739969, "S21": -53.377070291660431, "W22": -75.290278254895227, "S22": -77.773059494645963, "W31": -84.972148160301899, "S31": -84.972148160301899, "W32": -97.94080919080919, "S32": -102.94080919080919 }, "geometry": { "type": "Point", "coordinates": [ 104532.666666666671517, 500423.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42626439319316595, "S11": -0.42626439319316595, "W12": -10.0, "S12": -18.324219150025602, "W13": -20.0, "S13": -20.0, "W21": -33.840562116316818, "S21": -36.128875984571934, "W22": -34.331828263302477, "S22": -34.331828263302477, "W31": -49.641607239606977, "S31": -51.061134309253113, "W32": -96.662329222106877, "S32": -101.66232922210688 }, "geometry": { "type": "Point", "coordinates": [ 104533.0, 506686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09284673089913606, "S11": 0.09284673089913606, "W12": -5.968164389479937, "S12": -6.1724743282458343, "W13": -19.146224095270906, "S13": -19.146224095270906, "W21": -30.0, "S21": -31.291870979069202, "W22": -32.207284934338205, "S22": -32.207284934338205, "W31": -48.586592053721319, "S31": -49.551234486687157, "W32": -98.904764119137866, "S32": -103.90476411913787 }, "geometry": { "type": "Point", "coordinates": [ 104533.0, 508420.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34817369061974091, "S11": -0.78689430232904156, "W12": -6.3808397714041201, "S12": -7.1366453377172672, "W13": -25.0, "S13": -25.0, "W21": -35.913475906738782, "S21": -39.641015893359246, "W22": -37.156081091882875, "S22": -43.662100266084856, "W31": -75.528594716128524, "S31": -75.528594716128524, "W32": -92.58338397180222, "S32": -97.58338397180222 }, "geometry": { "type": "Point", "coordinates": [ 104533.8, 505826.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24681709451682091, "S11": 0.24681709451682091, "W12": -10.617913832199546, "S12": -10.617913832199546, "W13": -19.434623478880152, "S13": -22.567063816125756, "W21": -34.187135923632944, "S21": -36.465286768334998, "W22": -48.183775793714204, "S22": -48.183775793714204, "W31": -76.022514000196978, "S31": -84.145139017516499, "W32": -92.17662268273375, "S32": -97.17662268273375 }, "geometry": { "type": "Point", "coordinates": [ 104534.0, 513274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84892380718552518, "S11": -0.43629956051210383, "W12": -10.0, "S12": -10.602004067595024, "W13": -19.223205741041937, "S13": -19.223205741041937, "W21": -34.697748714590688, "S21": -34.697748714590688, "W22": -51.310824039965688, "S22": -56.411565288617979, "W31": -78.471097648848456, "S31": -78.471097648848456, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104534.333333333328483, 512427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -33.068426153469943, "S22": -35.340626610710764, "W31": -65.09500685596069, "S31": -65.09500685596069, "W32": -88.935955259415792, "S32": -93.935955259415792 }, "geometry": { "type": "Point", "coordinates": [ 104534.777777777781012, 526837.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40969364311970602, "S11": -0.40969364311970602, "W12": -12.462836249673545, "S12": -12.462836249673545, "W13": -16.497502106859937, "S13": -18.871951384058253, "W21": -41.830741675099652, "S21": -43.665180430515171, "W22": -49.561152947286196, "S22": -49.561152947286196, "W31": -73.475239246802744, "S31": -73.475239246802744, "W32": -95.449318515747535, "S32": -100.44931851574754 }, "geometry": { "type": "Point", "coordinates": [ 104535.0, 499737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10195585359038836, "S11": -0.10195585359038836, "W12": -7.8568375502010825, "S12": -15.6905274844042, "W13": -20.370157694862456, "S13": -20.370157694862456, "W21": -30.246110836104233, "S21": -32.115103886525645, "W22": -49.536552432579796, "S22": -49.536552432579796, "W31": -77.959742799159599, "S31": -79.149839068492852, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104535.0, 508703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91741307507236103, "S11": 0.91741307507236103, "W12": -7.2266618394028539, "S12": -7.2266618394028539, "W13": -13.978826475849731, "S13": -19.823939766346857, "W21": -40.263832641142443, "S21": -50.263832641142443, "W22": -56.552557390253725, "S22": -62.333724906103981, "W31": -81.151921390066164, "S31": -81.151921390066164, "W32": -95.516915607804663, "S32": -100.51691560780466 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 502418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3774834437086092, "S11": -1.4821784402816043, "W12": -3.6923468679150919, "S12": -3.6923468679150919, "W13": -11.859138818610765, "S13": -23.049954052198522, "W21": -29.973843471522667, "S21": -30.823275099226947, "W22": -65.972602307960159, "S22": -65.972602307960159, "W31": -91.214812804642577, "S31": -91.214812804642577, "W32": -94.180549736026137, "S32": -99.180549736026137 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 505122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29879694279052971, "S11": -1.8822665839232966, "W12": -6.5371350252651581, "S12": -6.537135025265159, "W13": -24.343971631205676, "S13": -25.164585000723687, "W21": -35.628796524892557, "S21": -39.19796273543804, "W22": -56.510972234853895, "S22": -56.510972234853895, "W31": -75.465364046388345, "S31": -75.465364046388345, "W32": -88.495823062407723, "S32": -93.495823062407723 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 505790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16549197945061861, "S11": -1.4510996288303508, "W12": -5.0, "S12": -5.0, "W13": -24.404688407902384, "S13": -24.404688407902384, "W21": -37.645294089834586, "S21": -42.1691055281701, "W22": -54.548224867763139, "S22": -54.548224867763139, "W31": -76.061503073968652, "S31": -76.061503073968652, "W32": -89.902045921928746, "S32": -94.902045921928746 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 506150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0819442368535395, "S11": 1.0819442368535395, "W12": -8.9616852869827586, "S12": -20.800884592164941, "W13": -30.0, "S13": -30.0, "W21": -38.278493476632399, "S21": -38.278493476632399, "W22": -37.505757438425462, "S22": -44.555938049574543, "W31": -70.115943044293047, "S31": -70.115943044293047, "W32": -99.041894165050664, "S32": -104.04189416505066 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 510854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6029716123399496, "S12": -7.6029716123399496, "W13": -19.121281790944614, "S13": -19.121281790944614, "W21": -48.647949985224386, "S21": -51.647949985224386, "W22": -40.0, "S22": -40.0, "W31": -75.239998, "S31": -75.239998, "W32": -89.367131949279241, "S32": -94.367131949279241 }, "geometry": { "type": "Point", "coordinates": [ 104536.0, 518439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40098929359286972, "S11": -1.5085028282639632, "W12": -10.0, "S12": -10.0, "W13": -19.51810370123669, "S13": -19.51810370123669, "W21": -33.666009203042762, "S21": -33.720991205463726, "W22": -48.88184312325204, "S22": -48.88184312325204, "W31": -74.489300261245276, "S31": -74.489300261245276, "W32": -89.022309820205422, "S32": -94.022309820205422 }, "geometry": { "type": "Point", "coordinates": [ 104536.1, 512717.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8702953097857558, "W12": -5.2346633063074233, "S12": -6.0533546800977724, "W13": -12.283393343818096, "S13": -20.604120284039848, "W21": -30.621596829643387, "S21": -31.971093253323549, "W22": -66.300000666666662, "S22": -71.300000666666662, "W31": -94.152770798117785, "S31": -94.152770798117785, "W32": -94.152770798117785, "S32": -97.532694673932156 }, "geometry": { "type": "Point", "coordinates": [ 104537.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5059537215235197, "S11": 1.5059537215235197, "W12": -8.6159187888024515, "S12": -11.036238231578961, "W13": -20.500716753657279, "S13": -33.795617975068872, "W21": -35.639932678520388, "S21": -35.639932678520388, "W22": -46.151556121785703, "S22": -46.151556121785703, "W31": -75.124114743904144, "S31": -80.204600099098371, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104537.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.513909844248866, "S12": -17.706763761044964, "W13": -29.219105520893358, "S13": -29.219105520893358, "W21": -38.480443643473059, "S21": -38.480443643473059, "W22": -52.491425731985935, "S22": -52.491425731985935, "W31": -74.628760451135136, "S31": -74.628760451135136, "W32": -89.584328946210022, "S32": -94.584328946210022 }, "geometry": { "type": "Point", "coordinates": [ 104537.8, 510255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.2, "S11": 3.0789371313841136, "W12": -8.6439079826559979, "S12": -13.643907982655998, "W13": -17.200001, "S13": -20.200001, "W21": -34.336439158594146, "S21": -34.336439158594146, "W22": -40.0, "S22": -41.130623564018912, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104538.0, 496798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51565692505859739, "S11": -0.51565692505859739, "W12": -9.8492762216315697, "S12": -9.8492762216315697, "W13": -16.727361537280924, "S13": -19.727361537280924, "W21": -44.353113623916755, "S21": -46.169166106254977, "W22": -40.0, "S22": -42.007389567026102, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104538.0, 499993.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4354965242051396, "S11": 1.4354965242051396, "W12": -9.7306210338432848, "S12": -16.830066833918348, "W13": -30.0, "S13": -30.0, "W21": -38.556832256983533, "S21": -38.556832256983533, "W22": -33.382519200059946, "S22": -34.158154641776328, "W31": -70.0, "S31": -70.622975292500215, "W32": -100.75469721039975, "S32": -105.75469721039975 }, "geometry": { "type": "Point", "coordinates": [ 104538.0, 510709.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5982629011323457, "S11": 1.5982629011323457, "W12": -9.2059211625816246, "S12": -12.072619853586788, "W13": -20.197566713225026, "S13": -33.481873126044867, "W21": -35.847738118385351, "S21": -35.847738118385351, "W22": -33.487249104257529, "S22": -36.541497240044393, "W31": -66.093678050102184, "S31": -66.093678050102184, "W32": -88.045224413490558, "S32": -93.045224413490558 }, "geometry": { "type": "Point", "coordinates": [ 104538.0, 511988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65888042991491269, "S11": 0.65888042991491269, "W12": -8.8949476353013157, "S12": -8.8949476353013157, "W13": -16.883072383017836, "S13": -19.631893366285489, "W21": -38.868217417010314, "S21": -38.880112283683239, "W22": -70.0, "S22": -78.524931262539937, "W31": -84.997470746204257, "S31": -84.997470746204257, "W32": -98.12435639131408, "S32": -103.12435639131408 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 497262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61651077917156916, "S11": 0.61651077917156916, "W12": -7.6146470452977697, "S12": -7.6146470452977697, "W13": -13.505031546330173, "S13": -15.372608513997312, "W21": -41.099408066558247, "S21": -51.099408066558247, "W22": -80.0, "S22": -80.965628128507717, "W31": -85.138293409190908, "S31": -85.138293409190908, "W32": -97.509990009990005, "S32": -102.50999000999001 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 501852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79116756309474556, "S11": 0.79116756309474556, "W12": -4.3722264492753622, "S12": -14.339017268602358, "W13": -20.0, "S13": -22.527335840323978, "W21": -35.676920501911646, "S21": -35.676920501911646, "W22": -43.39038273018523, "S22": -43.39038273018523, "W31": -75.546839370898226, "S31": -75.551846415441418, "W32": -100.39353221652722, "S32": -105.39353221652722 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 503886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.08807860668715653, "S11": -0.08807860668715653, "W12": -7.9342597487301596, "S12": -15.419660562745378, "W13": -20.411969296758919, "S13": -20.411969296758919, "W21": -30.354079798948835, "S21": -31.985752133711514, "W22": -65.944005450788197, "S22": -71.826064874693543, "W31": -93.929827767371677, "S31": -93.929827767371677, "W32": -93.929827767371677, "S32": -97.762647213921497 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 508710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0560211733568593, "S11": 0.0560211733568593, "W12": -6.5827416229082401, "S12": -10.224614944909288, "W13": -26.895023610606607, "S13": -30.99518555758349, "W21": -37.35849948413717, "S21": -37.35849948413717, "W22": -40.0, "S22": -42.127921350873528, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 511223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5216421702798115, "S12": -8.5216421702798115, "W13": -18.614985921690092, "S13": -24.550321986314767, "W21": -43.83866558428165, "S21": -43.83866558428165, "W22": -52.254892958928153, "S22": -52.254892958928153, "W31": -74.432835792832392, "S31": -74.432835792832392, "W32": -89.45154228188062, "S32": -94.45154228188062 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 517162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8897849968705058, "S12": -7.8897849968705058, "W13": -18.959910449603765, "S13": -21.505910762511348, "W21": -47.350343333375847, "S21": -50.350343333375847, "W22": -51.273481465824723, "S22": -51.273481465824723, "W31": -76.471051791017402, "S31": -76.471051791017402, "W32": -90.572656641058572, "S32": -95.572656641058572 }, "geometry": { "type": "Point", "coordinates": [ 104539.0, 518047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4608306631156886, "S11": -0.4608306631156886, "W12": -11.648616649461776, "S12": -11.648616649461776, "W13": -20.399912138399287, "S13": -27.353095089347352, "W21": -38.316496667054516, "S21": -42.385190806970918, "W22": -30.69537866015105, "S22": -32.897894983238132, "W31": -70.0, "S31": -70.0, "W32": -95.83536434704061, "S32": -100.83536434704061 }, "geometry": { "type": "Point", "coordinates": [ 104539.081967213118332, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6256369760271943, "S12": -4.6256369760271943, "W13": -15.268421183738555, "S13": -15.268421183738555, "W21": -44.929003407124945, "S21": -47.448180063023692, "W22": -33.066093022447944, "S22": -36.178203980768629, "W31": -65.524226638691886, "S31": -65.524226638691886, "W32": -88.709133011213595, "S32": -93.709133011213595 }, "geometry": { "type": "Point", "coordinates": [ 104539.428571428565192, 522663.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83410254038392984, "S11": 0.83410254038392984, "W12": -4.1546301891082242, "S12": -12.697538089584075, "W13": -19.639448032719493, "S13": -20.987046341004316, "W21": -35.663198831478368, "S21": -35.663198831478368, "W22": -38.993908459294616, "S22": -48.993908459294616, "W31": -69.451707496643948, "S31": -70.652324895733699, "W32": -95.088702915975006, "S32": -100.08870291597501 }, "geometry": { "type": "Point", "coordinates": [ 104539.888888888890506, 504082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -7.4201295796830538, "S12": -11.560228426320794, "W13": -18.565338496858327, "S13": -23.892049326330365, "W21": -33.937361953726544, "S21": -36.562361818763641, "W22": -38.025579899230976, "S22": -45.8405599672557, "W31": -70.0, "S31": -73.806985691436481, "W32": -91.687524680295255, "S32": -96.687524680295255 }, "geometry": { "type": "Point", "coordinates": [ 104540.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29111709286675647, "S11": -2.3157313253717322, "W12": -6.5942314490072436, "S12": -6.8969118597762229, "W13": -23.922872340425531, "S13": -25.020171230390762, "W21": -35.554511968772239, "S21": -39.024286340845421, "W22": -32.782496946427862, "S22": -32.782496946427862, "W31": -49.290430889759371, "S31": -50.235388923041342, "W32": -99.108616801134644, "S32": -104.10861680113464 }, "geometry": { "type": "Point", "coordinates": [ 104540.0, 505777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3727659929848004, "S11": 0.3727659929848004, "W12": -10.0, "S12": -14.605593381125642, "W13": -20.0, "S13": -20.0, "W21": -32.489546178841564, "S21": -32.489546178841564, "W22": -57.272632330159617, "S22": -57.272632330159617, "W31": -75.548599696157751, "S31": -80.324454667193066, "W32": -89.003490548503123, "S32": -94.003490548503123 }, "geometry": { "type": "Point", "coordinates": [ 104540.0, 507616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80140794687053263, "S11": 0.80140794687053263, "W12": -9.984430088175797, "S12": -10.409072520921656, "W13": -19.99664653941969, "S13": -19.99664653941969, "W21": -31.854134616051617, "S21": -31.854134616051617, "W22": -40.0, "S22": -45.0, "W31": -67.331507030459861, "S31": -67.331507030459861, "W32": -95.362981856019914, "S32": -100.36298185601991 }, "geometry": { "type": "Point", "coordinates": [ 104540.0, 508049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6307449144164483, "S12": -4.6307449144164483, "W13": -16.098949222620462, "S13": -16.098949222620462, "W21": -44.265603151819988, "S21": -46.888970022208653, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -65.86778317806862, "S31": -75.799196260862828, "W32": -91.075260554248104, "S32": -96.075260554248104 }, "geometry": { "type": "Point", "coordinates": [ 104540.125, 522274.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.081798895027598, "S13": -15.081798895027598, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -65.698390885234801, "S31": -71.849419460064595, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104540.2, 526952.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43784050869994884, "S11": 0.43784050869994884, "W12": -5.0, "S12": -5.8973432231962235, "W13": -16.193984794275494, "S13": -18.543224347781091, "W21": -39.999999999999993, "S21": -41.886786137330056, "W22": -36.910631413585087, "S22": -45.378250646998545, "W31": -64.853421542278269, "S31": -65.055014661233145, "W32": -90.487012396017249, "S32": -95.487012396017249 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 499194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69321617760409249, "S11": 0.41962522969632132, "W12": -4.3302506543697126, "S12": -12.908969163515003, "W13": -17.865699873896595, "S13": -18.285640974187405, "W21": -35.230931414329206, "S21": -35.230931414329206, "W22": -47.352646898308031, "S22": -47.352646898308031, "W31": -73.009312382613146, "S31": -73.140748933734756, "W32": -98.060824482423101, "S32": -103.0608244824231 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 504200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19392094017094016, "S11": -0.19392094017094016, "W12": -3.9053214424560863, "S12": -4.3597242167046026, "W13": -22.711147830718573, "S13": -22.711147830718573, "W21": -37.202306728679375, "S21": -41.253168034596172, "W22": -40.0, "S22": -40.0, "W31": -65.69834801069598, "S31": -71.842462951014795, "W32": -89.999032322224977, "S32": -94.999032322224977 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49895833333333339, "S11": 0.49895833333333339, "W12": -7.4510776599384201, "S12": -10.354423544514709, "W13": -18.819783200877254, "S13": -18.819783200877254, "W21": -30.0, "S21": -30.0, "W22": -60.75504468242746, "S22": -69.621971310548119, "W31": -84.626998250362647, "S31": -84.626998250362647, "W32": -98.176773778339822, "S32": -103.17677377833982 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 508272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084877092981831187, "S11": 0.084877092981831187, "W12": -8.4540615800187009, "S12": -15.025105446778031, "W13": -20.649573100891473, "S13": -20.649573100891473, "W21": -31.00231071302677, "S21": -31.807341841234493, "W22": -34.154667218580251, "S22": -35.248941957382719, "W31": -65.108938700660232, "S31": -65.108938700660232, "W32": -89.095067009623861, "S32": -94.095067009623861 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 508746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3619874785170636, "S11": 1.3619874785170636, "W12": -9.8750869050977457, "S12": -9.9538686510315522, "W13": -18.797561629153268, "S13": -19.080636177414416, "W21": -35.441517319553178, "S21": -35.441517319553178, "W22": -41.071171570655672, "S22": -41.071171570655672, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104541.0, 512246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.68364326129605291, "W12": -10.034284495021369, "S12": -17.538855583325571, "W13": -20.0, "S13": -20.0, "W21": -32.727670600829249, "S21": -34.414751085658452, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104541.2, 506800.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4495348837209154, "S11": 2.4495348837209154, "W12": -5.4632042891246, "S12": -9.6474102680427194, "W13": -13.481639584182034, "S13": -14.659703650196768, "W21": -41.388842508862005, "S21": -42.67644246471589, "W22": -34.939500648813535, "S22": -34.939500648813535, "W31": -59.296627619261848, "S31": -60.099043042062839, "W32": -100.31358864586461, "S32": -105.31358864586461 }, "geometry": { "type": "Point", "coordinates": [ 104541.222222222218988, 498419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2952522255192076, "W12": -10.095411763321405, "S12": -10.28425334770016, "W13": -19.735539522213521, "S13": -19.735539522213521, "W21": -33.540098808343373, "S21": -33.540098808343373, "W22": -34.931706169506334, "S22": -34.931706169506334, "W31": -59.811568875123285, "S31": -60.606982835886264, "W32": -100.34206485382373, "S32": -105.34206485382373 }, "geometry": { "type": "Point", "coordinates": [ 104541.4, 507251.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -49.980188924238128, "S22": -49.980188924238128, "W31": -78.622807641790629, "S31": -79.198447750024599, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104541.473684210519423, 530017.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81553504091457396, "S11": 0.81553504091457396, "W12": -9.2910467402925594, "S12": -9.2910467402925594, "W13": -16.360644607689576, "S13": -16.799001681137778, "W21": -44.046541555063627, "S21": -46.285907871988108, "W22": -33.978556433586171, "S22": -33.978556433586171, "W31": -53.415182363473143, "S31": -54.301367653179547, "W32": -99.904299746048125, "S32": -104.90429974604812 }, "geometry": { "type": "Point", "coordinates": [ 104541.5, 497785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91201777723000754, "S11": -1.1210644673466907, "W12": -8.9065752254531709, "S12": -8.9065752254531709, "W13": -18.930525491239827, "S13": -25.511792864638629, "W21": -42.342573610576878, "S21": -46.588411332633989, "W22": -65.702612342012955, "S22": -66.217933819441129, "W31": -90.795749877360166, "S31": -90.795749877360166, "W32": -94.011438867007456, "S32": -99.011438867007456 }, "geometry": { "type": "Point", "coordinates": [ 104541.879310344826081, 516621.129310344811529 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.81477927063339717, "W12": -3.7460807916726697, "S12": -3.7460807916726697, "W13": -14.999999999999998, "S13": -22.829426566017744, "W21": -29.964390478270364, "S21": -29.964390478270364, "W22": -30.525020012227944, "S22": -41.029473066511841, "W31": -70.0, "S31": -70.0, "W32": -96.970484849633266, "S32": -101.97048484963327 }, "geometry": { "type": "Point", "coordinates": [ 104542.0, 504794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50929766856921732, "S11": 0.50929766856921732, "W12": -5.4661866799670173, "S12": -23.724508916984327, "W13": -24.086211679343535, "S13": -24.086211679343535, "W21": -40.0, "S21": -40.0, "W22": -33.810598404612854, "S22": -35.040435191974431, "W31": -65.087167420356693, "S31": -65.087167420356693, "W32": -89.052200833983903, "S32": -94.052200833983903 }, "geometry": { "type": "Point", "coordinates": [ 104542.0, 509807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51363161458837181, "S11": 0.51363161458837181, "W12": -5.8287348462301383, "S12": -23.928642470759378, "W13": -24.115011502490297, "S13": -24.115011502490297, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -48.325110360945203, "S22": -48.325110360945203, "W31": -73.623269288310482, "S31": -73.623269288310482, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104542.0, 509817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0046134663341090842, "S11": -0.0046134663341090842, "W12": -8.139954999561084, "S12": -15.1537097006682, "W13": -20.510518270066207, "S13": -20.510518270066207, "W21": -30.618641995477837, "S21": -31.738854918735996, "W22": -53.969835302540488, "S22": -59.189119110595911, "W31": -79.02716386753012, "S31": -79.02716386753012, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104542.4, 508725.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85256765712275751, "S11": 0.85256765712275751, "W12": -9.9869210083695155, "S12": -9.9869210083695155, "W13": -18.454140149344099, "S13": -18.454140149344099, "W21": -32.227956015892943, "S21": -32.227956015892943, "W22": -51.216392491295345, "S22": -56.180296808598598, "W31": -78.287572337343619, "S31": -78.287572337343619, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 508023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43133238332739576, "S11": 0.43133238332739576, "W12": -9.3883415804356147, "S12": -14.416826738573251, "W13": -21.07387056930591, "S13": -21.07387056930591, "W21": -32.162507784469554, "S21": -35.162507784469554, "W22": -45.902862640076961, "S22": -45.902862640076961, "W31": -74.843812937298225, "S31": -77.443503482644189, "W32": -89.904377976497329, "S32": -94.904377976497329 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 508810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50305877718430314, "S11": 0.50305877718430314, "W12": -4.957063933872953, "S12": -22.790949321532388, "W13": -24.06873875993924, "S13": -24.06873875993924, "W21": -40.0, "S21": -40.0, "W22": -56.523697547566897, "S22": -56.523697547566897, "W31": -75.647442187144847, "S31": -79.066625135635078, "W32": -89.451772932192341, "S32": -94.451772932192341 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 509777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81350991630899017, "S11": 0.81350991630899017, "W12": -8.3050015219504303, "S12": -23.30500152195043, "W13": -30.0, "S13": -30.0, "W21": -38.042562535127459, "S21": -38.042562535127459, "W22": -37.420575096419753, "S22": -45.148779723970279, "W31": -70.188976653764641, "S31": -70.188976653764641, "W32": -98.876460693308886, "S32": -103.87646069330889 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 510967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7122355490505408, "S12": -9.592186674190545, "W13": -25.0, "S13": -37.262386362903172, "W21": -37.262386362903172, "S21": -37.262386362903172, "W22": -32.628504908996128, "S22": -32.628504908996128, "W31": -60.5464456358375, "S31": -61.327677147856811, "W32": -100.38163040851728, "S32": -105.38163040851728 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 511426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32795747161263755, "S11": 0.32795747161263755, "W12": -11.060469294728582, "S12": -11.060469294728582, "W13": -19.641672151269898, "S13": -24.751311058174014, "W21": -35.137438983877409, "S21": -36.071449336225079, "W22": -35.588636864126848, "S22": -36.118115674760979, "W31": -71.833352515125696, "S31": -72.309326330785197, "W32": -101.0188529843232, "S32": -106.0188529843232 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 513496.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6054183086378391, "S12": -4.6054183086378391, "W13": -15.0, "S13": -15.0, "W21": -45.519509199655211, "S21": -48.519509199655211, "W22": -49.821260583255111, "S22": -49.821260583255111, "W31": -72.937825523108472, "S31": -73.120271070309727, "W32": -96.783747231537831, "S32": -101.78374723153783 }, "geometry": { "type": "Point", "coordinates": [ 104543.0, 523664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56051949308310078, "S11": 0.56051949308310078, "W12": -8.1744166097694997, "S12": -14.133011987087531, "W13": -25.72317468232389, "S13": -25.72317468232389, "W21": -39.012040530115129, "S21": -39.012040530115129, "W22": -35.80824741341695, "S22": -35.80824741341695, "W31": -65.25489125528118, "S31": -65.25489125528118, "W32": -89.302342720011879, "S32": -94.302342720011879 }, "geometry": { "type": "Point", "coordinates": [ 104543.333333333328483, 509920.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21448116439044493, "S11": 0.21448116439044493, "W12": -5.0805678316075298, "S12": -8.3231657303659894, "W13": -18.203752525177929, "S13": -21.693035814809988, "W21": -31.015350620682188, "S21": -31.015350620682188, "W22": -66.559338305885831, "S22": -66.559338305885831, "W31": -89.286302271978911, "S31": -89.286302271978911, "W32": -90.407349270476828, "S32": -95.407349270476828 }, "geometry": { "type": "Point", "coordinates": [ 104543.666666666671517, 503185.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.6003664425219943, "S12": -9.8685803437063484, "W13": -13.438882451455212, "S13": -14.524353924877319, "W21": -41.470364522278658, "S21": -42.782687214423312, "W22": -50.263553036118168, "S22": -50.263553036118168, "W31": -79.132483158596301, "S31": -79.289122153198406, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7629558541266794, "W12": -4.6570483454447178, "S12": -4.6570483454447178, "W13": -15.0, "S13": -16.117298365367343, "W21": -30.805646899896352, "S21": -30.805646899896352, "W22": -45.274028910050014, "S22": -45.274028910050014, "W31": -74.665814008931122, "S31": -74.665814008931122, "W32": -89.766567952085708, "S32": -94.766567952085708 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 504678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51135336047241264, "S11": -1.5113533604724125, "W12": -10.096219520805874, "S12": -14.903084686858694, "W13": -19.838018749825707, "S13": -21.208337422461963, "W21": -33.809478934685622, "S21": -34.370984345739807, "W22": -38.907886852719578, "S22": -52.350974370899067, "W31": -78.741303696730597, "S31": -78.741303696730597, "W32": -93.698968328929539, "S32": -98.698968328929539 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1439140288974168, "S11": 1.1439140288974168, "W12": -6.5675414861146235, "S12": -10.34589872209898, "W13": -21.918978298559214, "S13": -34.514241696160546, "W21": -35.705775265607599, "S21": -35.705775265607599, "W22": -32.142320173351088, "S22": -46.099840986327607, "W31": -70.0, "S31": -70.0, "W32": -97.958072174892337, "S32": -102.95807217489234 }, "geometry": { "type": "Point", "coordinates": [ 104544.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24536519098609563, "S11": 0.24536519098609563, "W12": -7.0222985102831403, "S12": -8.0222985102831394, "W13": -15.888000392464678, "S13": -18.632166068495458, "W21": -39.999999999999993, "S21": -41.731705395825124, "W22": -60.616578709582583, "S22": -66.857619582856131, "W31": -83.419600960624081, "S31": -83.419600960624081, "W32": -96.503949884081536, "S32": -101.50394988408154 }, "geometry": { "type": "Point", "coordinates": [ 104545.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2184246381655055, "S11": 0.2184246381655055, "W12": -8.7051083042339599, "S12": -8.7051083042339599, "W13": -13.390642095053346, "S13": -17.040467879025471, "W21": -50.0, "S21": -51.489184145704264, "W22": -60.937445315922119, "S22": -69.68492413802781, "W31": -84.595188871110039, "S31": -84.595188871110039, "W32": -97.980559193689231, "S32": -102.98055919368923 }, "geometry": { "type": "Point", "coordinates": [ 104545.0, 501301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084515471492371874, "S11": 0.084515471492371874, "W12": -6.0974810464023541, "S12": -9.6673572893880149, "W13": -19.184488723525629, "S13": -19.184488723525629, "W21": -30.0, "S21": -32.960379658655476, "W22": -62.353109609437638, "S22": -72.353109609437638, "W31": -84.387688609412152, "S31": -84.387688609412152, "W32": -99.048324140217616, "S32": -104.04832414021762 }, "geometry": { "type": "Point", "coordinates": [ 104545.333333333328483, 508494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88740415509230253, "S11": -0.88740415509230253, "W12": -9.9999999999999982, "S12": -19.302703996170813, "W13": -21.795089166239013, "S13": -21.795089166239013, "W21": -39.982670333322105, "S21": -39.982670333322105, "W22": -39.950645867107028, "S22": -51.204582716012787, "W31": -79.080675346358362, "S31": -79.080675346358362, "W32": -93.930040803150092, "S32": -98.930040803150092 }, "geometry": { "type": "Point", "coordinates": [ 104545.333333333328483, 509538.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000016, "S13": -15.000000000000016, "W21": -47.0, "S21": -47.0, "W22": -33.466529590645465, "S22": -34.831928426566151, "W31": -65.065396140053153, "S31": -65.065396140053153, "W32": -89.00933465834396, "S32": -94.00933465834396 }, "geometry": { "type": "Point", "coordinates": [ 104545.333333333328483, 526882.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6136895997588159, "S12": -6.6136895997588159, "W13": -14.675967799642219, "S13": -20.132801376478451, "W21": -38.624658124881179, "S21": -45.807560890986345, "W22": -51.559448957965387, "S22": -56.772090485889919, "W31": -78.655353601263812, "S31": -78.655353601263812, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104546.0, 502529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59317187044061859, "W12": -10.0, "S12": -17.858255033557047, "W13": -20.0, "S13": -20.0, "W21": -33.111487541356745, "S21": -34.970597797445599, "W22": -37.611298166853722, "S22": -46.733188370857206, "W31": -71.760131154091255, "S31": -71.760131154091255, "W32": -94.51273925190776, "S32": -99.51273925190776 }, "geometry": { "type": "Point", "coordinates": [ 104546.0, 506759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2183861366492321, "S11": 2.2183861366492321, "W12": -10.0, "S12": -11.303446410865059, "W13": -29.94108936227838, "S13": -29.94108936227838, "W21": -38.340154917689048, "S21": -38.340154917689048, "W22": -30.446171203822182, "S22": -39.797428032383309, "W31": -70.0, "S31": -70.0, "W32": -96.673802800899097, "S32": -101.6738028008991 }, "geometry": { "type": "Point", "coordinates": [ 104546.0, 510379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3280042072111617, "S11": 1.3280042072111617, "W12": -9.4232014764870691, "S12": -17.521241097645927, "W13": -30.0, "S13": -30.0, "W21": -38.447346372886173, "S21": -38.447346372886173, "W22": -38.96707159904534, "S22": -48.458490074562761, "W31": -69.096603751226411, "S31": -69.096603751226411, "W32": -95.150420643735956, "S32": -100.15042064373596 }, "geometry": { "type": "Point", "coordinates": [ 104546.0, 510757.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4473253958742191, "S11": -0.4473253958742191, "W12": -5.1194234199120601, "S12": -7.054967152193111, "W13": -16.958457206850937, "S13": -20.928998775328111, "W21": -32.147288792737683, "S21": -33.556207198809787, "W22": -38.866491646778044, "S22": -48.919277784046272, "W31": -69.425882967663, "S31": -70.115001075549287, "W32": -95.108014537154574, "S32": -100.10801453715457 }, "geometry": { "type": "Point", "coordinates": [ 104546.125, 502962.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.58974613364455286, "W12": -10.0, "S12": -17.864590604027057, "W13": -20.0, "S13": -20.0, "W21": -33.125709908919099, "S21": -34.991692436672636, "W22": -49.164992401133802, "S22": -49.164992401133802, "W31": -74.544463610716576, "S31": -74.544463610716576, "W32": -88.942791723811069, "S32": -93.942791723811069 }, "geometry": { "type": "Point", "coordinates": [ 104546.2, 506757.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2414449676270047, "S11": 1.2414449676270047, "W12": -9.2279049498023689, "S12": -18.444063599871541, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.376824565118753, "S21": -38.376824565118753, "W22": -37.833540889809612, "S22": -48.278992319306951, "W31": -72.458410411552336, "S31": -72.822903530140366, "W32": -89.943877925317295, "S32": -94.943877925317295 }, "geometry": { "type": "Point", "coordinates": [ 104546.333333333328483, 510792.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.154885728043004, "S11": 1.154885728043004, "W12": -9.0326084231178907, "S12": -19.366886102094586, "W13": -30.0, "S13": -30.0, "W21": -38.306302757351403, "S21": -38.306302757351403, "W22": -51.588509865267199, "S22": -56.813550316102777, "W31": -78.691516488799977, "S31": -78.691516488799977, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104546.666666666671517, 510828.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.97408829174664091, "W12": -4.0546597266504518, "S12": -4.0546597266504518, "W13": -15.0, "S13": -20.768110184081578, "W21": -30.0, "S21": -30.0, "W22": -40.065739953866697, "S22": -43.755810961265013, "W31": -80.0, "S31": -80.0, "W32": -99.2831069175582, "S32": -104.2831069175582 }, "geometry": { "type": "Point", "coordinates": [ 104547.0, 504760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18343584456216447, "S11": 0.18343584456216447, "W12": -6.2352837932710488, "S12": -6.3364083811184351, "W13": -19.009548649964707, "S13": -19.009548649964707, "W21": -30.000000000000004, "S21": -31.216489108215519, "W22": -40.0, "S22": -54.43109987357775, "W31": -79.468386190332424, "S31": -79.468386190332424, "W32": -94.497993536496793, "S32": -99.497993536496793 }, "geometry": { "type": "Point", "coordinates": [ 104547.0, 508403.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0683264884588473, "S11": 1.0683264884588473, "W12": -8.8373118964331887, "S12": -20.289708604320197, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.23578094958399, "S21": -38.23578094958399, "W22": -47.685555757686146, "S22": -47.685555757686146, "W31": -72.692991369600279, "S31": -72.843952291682569, "W32": -97.895668946782465, "S32": -102.89566894678246 }, "geometry": { "type": "Point", "coordinates": [ 104547.0, 510864.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.572281600816744, "S13": -19.420585232758697, "W21": -42.530972860778597, "S21": -44.386124252772092, "W22": -45.710849951899348, "S22": -45.710849951899348, "W31": -74.84834885183264, "S31": -78.562483328880631, "W32": -89.973841520553975, "S32": -94.973841520553975 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 499912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7454169832530591, "S12": -4.7454169832530591, "W13": -15.0, "S13": -15.0, "W21": -32.99076105825359, "S21": -32.99076105825359, "W22": -34.518846867238828, "S22": -40.819865292178577, "W31": -69.921947170997157, "S31": -69.921947170997157, "W32": -95.125840566139019, "S32": -100.12584056613902 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 504454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8983472029093111, "S11": 1.8983472029093111, "W12": -9.971086430011967, "S12": -10.017304222311072, "W13": -30.0, "S13": -30.0, "W21": -38.199666488270935, "S21": -38.199666488270935, "W22": -40.063761078062399, "S22": -43.811434969089625, "W31": -80.0, "S31": -80.0, "W32": -99.266689518723652, "S32": -104.26668951872365 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 510509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6744539959318332, "S11": 1.6744539959318332, "W12": -9.8676347388215628, "S12": -11.978879236620681, "W13": -20.0, "S13": -25.962265183197875, "W21": -35.903760142502307, "S21": -35.903760142502307, "W22": -40.0, "S22": -44.680779944289696, "W31": -67.139304815610402, "S31": -67.139304815610402, "W32": -95.35187382913557, "S32": -100.35187382913557 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 512125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32276855794536941, "S11": 0.32276855794536941, "W12": -11.010954307895574, "S12": -11.010954307895574, "W13": -19.632377557727043, "S13": -24.670477939033645, "W21": -35.072366865916912, "S21": -36.004735031134075, "W22": -40.096203959103626, "S22": -40.096203959103626, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 513480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17547407050017277, "S11": -0.53507505487907969, "W12": -12.097015497837107, "S12": -12.097015497837107, "W13": -19.986329656809218, "S13": -21.291772566220509, "W21": -38.073199168274179, "S21": -39.084096055730491, "W22": -60.798231098512389, "S22": -67.151091355060075, "W31": -83.549745792301948, "S31": -83.549745792301948, "W32": -96.602127743654577, "S32": -101.60212774365458 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 514189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6374126514025145, "S12": -4.6374126514025145, "W13": -18.277201138912993, "S13": -18.277201138912993, "W21": -41.482947238556285, "S21": -44.482947238556285, "W22": -60.94618697718402, "S22": -68.857082947781478, "W31": -84.629240698212456, "S31": -84.629240698212456, "W32": -97.335902922048589, "S32": -102.33590292204859 }, "geometry": { "type": "Point", "coordinates": [ 104548.0, 521178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95736952028341793, "S11": 0.95736952028341793, "W12": -8.5756538807785567, "S12": -21.393336580642071, "W13": -30.0, "S13": -30.0, "W21": -38.141561600388584, "S21": -38.141561600388584, "W22": -61.720679804857042, "S22": -71.720679804857042, "W31": -84.410007701395216, "S31": -84.410007701395216, "W32": -98.767217467557884, "S32": -103.76721746755788 }, "geometry": { "type": "Point", "coordinates": [ 104548.75, 510910.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.571915086710906, "S13": -19.40343444244985, "W21": -42.515670518714877, "S21": -44.368329192426181, "W22": -40.844958410471691, "S22": -40.844958410471691, "W31": -75.239998, "S31": -75.239998, "W32": -89.820411563965905, "S32": -94.820411563965905 }, "geometry": { "type": "Point", "coordinates": [ 104549.0, 499912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0065906661916637077, "S11": -0.0065906661916637077, "W12": -7.8994381314015891, "S12": -15.095429186886539, "W13": -20.406482392191112, "S13": -20.406482392191112, "W21": -30.322307863327467, "S21": -31.901488700234164, "W22": -36.667428745618047, "S22": -46.667428745618047, "W31": -71.294222357817461, "S31": -71.294222357817461, "W32": -94.674898878278626, "S32": -99.674898878278626 }, "geometry": { "type": "Point", "coordinates": [ 104549.0, 508711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62481912532745398, "S11": 0.62481912532745398, "W12": -9.7672555976863151, "S12": -27.879643188583241, "W13": -27.879643188583241, "S13": -27.879643188583241, "W21": -37.512339991672512, "S21": -37.512339991672512, "W22": -40.400871175364969, "S22": -40.400871175364969, "W31": -75.239998, "S31": -75.239998, "W32": -89.545312743721652, "S32": -94.545312743721652 }, "geometry": { "type": "Point", "coordinates": [ 104549.083333333328483, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77331479057591634, "S11": 0.77331479057591634, "W12": -9.3909840817328689, "S12": -9.3909840817328689, "W13": -13.039596508244424, "S13": -15.131854592479401, "W21": -57.25285311990514, "S21": -58.602632598603037, "W22": -51.604032807872009, "S22": -51.604032807872009, "W31": -74.134071090527002, "S31": -74.134071090527002, "W32": -89.367591175458486, "S32": -94.367591175458486 }, "geometry": { "type": "Point", "coordinates": [ 104549.5, 501155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3632589605126642, "S12": -9.9323461719015871, "W13": -13.433688498619473, "S13": -14.500052036564693, "W21": -41.426791682638694, "S21": -42.688863139159778, "W22": -33.06652928459809, "S22": -34.95219356618091, "W31": -65.078501438211831, "S31": -65.078501438211831, "W32": -88.887493339458388, "S32": -93.887493339458388 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 498415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3086245651209073, "S11": 0.3086245651209073, "W12": -4.9176084022765947, "S12": -7.2134199206012024, "W13": -16.379346496592696, "S13": -19.277298200066543, "W21": -40.0, "S21": -42.249799735797488, "W22": -31.133457737231101, "S22": -31.133457737231101, "W31": -70.0, "S31": -70.0, "W32": -95.637003672960404, "S32": -100.6370036729604 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51859693392740247, "S11": -0.51859693392740247, "W12": -9.8392659987732571, "S12": -9.8392659987732571, "W13": -16.736048597243492, "S13": -19.523604276396153, "W21": -44.313730227763287, "S21": -46.081726146816919, "W22": -56.235053838497443, "S22": -56.235053838497443, "W31": -75.452762222498379, "S31": -75.452762222498379, "W32": -88.737206993985126, "S32": -93.737206993985126 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4578382522039095, "S11": 1.4578382522039095, "W12": -10.0, "S12": -12.854633109985292, "W13": -15.0, "S13": -17.560513671327918, "W21": -60.0, "S21": -61.712118190344384, "W22": -49.690384185482067, "S22": -49.690384185482067, "W31": -76.115826526716148, "S31": -83.852046999157096, "W32": -91.323336742910612, "S32": -96.323336742910612 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 500682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5513312211811003, "S12": -6.1942417261232503, "W13": -15.562767444884351, "S13": -20.209649202517774, "W21": -35.971352405337896, "S21": -38.971352405337896, "W22": -35.954310715286745, "S22": -35.954310715286745, "W31": -65.279849729352208, "S31": -65.279849729352208, "W32": -89.321020426106926, "S32": -94.321020426106926 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 502720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.9417037079582853, "S12": -4.9417037079582853, "W13": -15.0, "S13": -15.0, "W21": -31.814838360111757, "S21": -31.814838360111757, "W22": -34.567889590996259, "S22": -41.069172339966173, "W31": -70.0, "S31": -70.0, "W32": -95.100056198974599, "S32": -100.1000561989746 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 504574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0443856606295454, "S11": 2.0443856606295454, "W12": -9.9703493458046815, "S12": -10.558623738457584, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -38.265544793058112, "S21": -38.265544793058112, "W22": -51.959467610277827, "S22": -51.959467610277827, "W31": -76.296941379693422, "S31": -76.296941379693422, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 510445.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020586625901384825, "S11": -0.17908412707818538, "W12": -11.797805326735306, "S12": -11.797805326735306, "W13": -19.961534643037179, "S13": -20.034869510171653, "W21": -37.27516494457381, "S21": -40.410324816437559, "W22": -35.100705785485104, "S22": -47.89226952881473, "W31": -67.555805722623091, "S31": -67.555805722623091, "W32": -89.429450739860513, "S32": -94.429450739860513 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46011848407255695, "S11": -0.46011848407255695, "W12": -11.645793906050171, "S12": -11.645793906050171, "W13": -20.38060952029069, "S13": -27.3593236818893, "W21": -38.304800144632424, "S21": -42.423690683930374, "W22": -38.674909891275526, "S22": -45.688297217134519, "W31": -70.0, "S31": -70.798922958181308, "W32": -95.069029690189339, "S32": -100.06902969018934 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5099175851454674, "S11": -1.8931598278804476, "W12": -9.0231483498048721, "S12": -9.0231483498048721, "W13": -19.302945455209482, "S13": -26.096376408622181, "W21": -41.921186409445617, "S21": -51.921186409445617, "W22": -43.035208417644682, "S22": -43.035208417644682, "W31": -75.239998, "S31": -75.239998, "W32": -91.133888635765658, "S32": -96.133888635765658 }, "geometry": { "type": "Point", "coordinates": [ 104550.0, 516453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.949456827706996, "W31": -65.919965903638584, "S31": -75.919965903638584, "W32": -91.199269967820953, "S32": -96.199269967820953 }, "geometry": { "type": "Point", "coordinates": [ 104550.076923076921958, 530037.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5920244773484304, "S12": -4.5920244773484304, "W13": -15.0, "S13": -15.0, "W21": -45.618118523788183, "S21": -46.380582450546655, "W22": -37.857772121929564, "S22": -47.484292587282269, "W31": -71.836028028880861, "S31": -72.036878214465474, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104550.285714285710128, 523910.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84641255210798849, "S11": 0.84641255210798849, "W12": -8.313995865123923, "S12": -22.496964556963949, "W13": -30.0, "S13": -30.0, "W21": -38.047342251193193, "S21": -38.047342251193193, "W22": -46.750339942216179, "S22": -46.750339942216179, "W31": -75.151431629685831, "S31": -79.231460114732329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104550.5, 510956.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071189246077305812, "S11": -0.071189246077305812, "W12": -7.1561684681326874, "S12": -12.903466714795666, "W13": -20.899201651171801, "S13": -20.899201651171801, "W21": -35.039915271712751, "S21": -37.904006698540222, "W22": -33.965962989807956, "S22": -33.965962989807956, "W31": -51.789396651986252, "S31": -52.671461957095502, "W32": -99.686880782058424, "S32": -104.68688078205842 }, "geometry": { "type": "Point", "coordinates": [ 104551.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11141788386177412, "S11": 0.11141788386177412, "W12": -8.1517235525628049, "S12": -14.832002142403397, "W13": -20.530736471581097, "S13": -20.530736471581097, "W21": -30.659702181862457, "S21": -31.612188750939296, "W22": -34.379235263857602, "S22": -44.368284706541473, "W31": -66.862749157249596, "S31": -66.862749157249596, "W32": -88.881785891677424, "S32": -93.881785891677424 }, "geometry": { "type": "Point", "coordinates": [ 104551.0, 508730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.909352890488353, "S12": -21.236647515870999, "W13": -28.597247066860557, "S13": -28.597247066860557, "W21": -38.51306882393957, "S21": -38.51306882393957, "W22": -80.0, "S22": -81.038816248521073, "W31": -84.934016870124609, "S31": -84.934016870124609, "W32": -96.887331418581411, "S32": -101.88733141858141 }, "geometry": { "type": "Point", "coordinates": [ 104551.0, 510212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.3404791048893188, "S12": -5.3404791048893188, "W13": -15.0, "S13": -15.0, "W21": -46.082736389684811, "S21": -46.082736389684811, "W22": -69.410324406055111, "S22": -74.410324406055111, "W31": -88.020780262889758, "S31": -88.020780262889758, "W32": -95.179171464153967, "S32": -100.17917146415397 }, "geometry": { "type": "Point", "coordinates": [ 104551.0, 524695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9136533904864175, "S11": -2.563906674052757, "W12": -9.2602376087393203, "S12": -9.2602376087393203, "W13": -19.197209775853548, "S13": -26.338498511352839, "W21": -41.127238792139643, "S21": -47.156580618722387, "W22": -30.201960252878926, "S22": -33.322787778372287, "W31": -70.0, "S31": -70.0, "W32": -95.840033510302788, "S32": -100.84003351030279 }, "geometry": { "type": "Point", "coordinates": [ 104551.28, 516120.159999999974389 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.065580110497251, "S13": -15.065580110497251, "W21": -47.0, "S21": -47.0, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -65.842520184335484, "S31": -74.86962071590699, "W32": -90.681715575620771, "S32": -95.681715575620771 }, "geometry": { "type": "Point", "coordinates": [ 104551.5, 526998.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5131921352350286, "S11": 0.5131921352350286, "W12": -5.1081556227066969, "S12": -21.078505908504894, "W13": -23.933341646465653, "S13": -23.933341646465653, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -65.690632840062023, "S31": -71.332433315316749, "W32": -89.936918473787017, "S32": -94.936918473787017 }, "geometry": { "type": "Point", "coordinates": [ 104551.75, 509730.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2424574464891993, "W12": -6.6292320187517522, "S12": -10.097183531789163, "W13": -14.001581099157828, "S13": -15.115448211354204, "W21": -42.564556538145901, "S21": -45.564556538145901, "W22": -44.973084727592941, "S22": -47.301653676149392, "W31": -74.870899842484121, "S31": -79.365627344083407, "W32": -92.579576571161425, "S32": -97.579576571161425 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 498191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.068315633371603568, "S11": -0.068315633371603568, "W12": -7.3288607280407492, "S12": -13.206949246896968, "W13": -20.845832122796821, "S13": -20.845832122796821, "W21": -34.979954731081442, "S21": -37.808976317971265, "W22": -40.0, "S22": -40.213673955044534, "W31": -79.500841482829202, "S31": -79.500841482829202, "W32": -100.02040268143824, "S32": -105.02040268143824 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.63201796339229244, "W12": -10.00882581145739, "S12": -17.515568604549969, "W13": -20.0, "S13": -20.0, "W21": -32.78197176951705, "S21": -34.446685570193921, "W22": -33.066810479832114, "S22": -34.389356198652031, "W31": -65.048858745231072, "S31": -65.048858745231072, "W32": -88.95065572044409, "S32": -93.95065572044409 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 506792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.054129484125573279, "S11": 0.054129484125573279, "W12": -6.1737365843821106, "S12": -12.994557950810488, "W13": -19.497383122536416, "S13": -19.497383122536416, "W21": -30.0, "S21": -34.320800351802987, "W22": -36.505476680938905, "S22": -36.505476680938905, "W31": -65.336649057480841, "S31": -66.186967935333072, "W32": -89.390357966416147, "S32": -94.390357966416147 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 508560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2694157463484147, "S11": 0.2694157463484147, "W12": -8.5744551775075077, "S12": -14.553293951128232, "W13": -20.72288231318668, "S13": -20.72288231318668, "W21": -31.184947200723332, "S21": -31.184947200723332, "W22": -37.143535433970946, "S22": -51.79246233232589, "W31": -76.756164697545003, "S31": -76.756164697545003, "W32": -92.038795411840027, "S32": -97.038795411840027 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 508759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52428138402503177, "S11": 0.52428138402503177, "W12": -5.987070391793325, "S12": -23.50830134311709, "W13": -24.119260024560685, "S13": -24.119260024560685, "W21": -39.92031053725205, "S21": -39.92031053725205, "W22": -71.385092443182927, "S22": -82.930711679019552, "W31": -83.562349226959967, "S31": -83.562349226959967, "W32": -99.882516091893862, "S32": -104.88251609189386 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 509807.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0616170397739622, "S11": -1.425660459041262, "W12": -10.0, "S12": -10.0, "W13": -20.348085980020414, "S13": -28.589960906528926, "W21": -38.450308782661232, "S21": -42.366167634888988, "W22": -66.697437412303373, "S22": -66.697437412303373, "W31": -89.469548191354264, "S31": -89.469548191354264, "W32": -90.661395743804846, "S32": -95.661395743804846 }, "geometry": { "type": "Point", "coordinates": [ 104552.0, 515304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1349372163599436, "S11": 0.1349372163599436, "W12": -7.3334317561082987, "S12": -15.562320644996918, "W13": -22.50008975357369, "S13": -22.50008975357369, "W21": -40.0, "S21": -40.0, "W22": -56.720550117606294, "S22": -56.720550117606294, "W31": -75.535243277193445, "S31": -80.597090666751839, "W32": -89.253259154036797, "S32": -94.253259154036797 }, "geometry": { "type": "Point", "coordinates": [ 104552.2, 509648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73545558393255916, "S11": 0.73545558393255916, "W12": -7.9724484788177366, "S12": -20.88004209879, "W13": -29.902302974947812, "S13": -29.902302974947812, "W21": -37.953122901997794, "S21": -37.953122901997794, "W22": -40.0, "S22": -55.0, "W31": -79.522415799547161, "S31": -79.522415799547161, "W32": -94.508054786435324, "S32": -99.508054786435324 }, "geometry": { "type": "Point", "coordinates": [ 104552.25, 511002.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6824632273803988, "S11": 1.6824632273803988, "W12": -8.4807367562993257, "S12": -8.4807367562993257, "W13": -16.93135273707032, "S13": -19.185068093878208, "W21": -37.918544439043906, "S21": -37.918544439043906, "W22": -37.786967032939046, "S22": -37.786967032939046, "W31": -65.44164822436899, "S31": -67.293788072722251, "W32": -89.549699726823732, "S32": -94.549699726823732 }, "geometry": { "type": "Point", "coordinates": [ 104552.571428571434808, 497168.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3126371035497864, "S11": 1.3126371035497864, "W12": -9.3316001013100109, "S12": -17.286067673524123, "W13": -30.0, "S13": -30.0, "W21": -38.415605707110821, "S21": -38.415605707110821, "W22": -35.149874812068134, "S22": -35.149874812068134, "W31": -49.77087756805436, "S31": -51.006861876943866, "W32": -97.161456461162842, "S32": -102.16145646116284 }, "geometry": { "type": "Point", "coordinates": [ 104552.714285714289872, 510766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53045545129148652, "S11": 0.53045545129148652, "W12": -6.4449463836093006, "S12": -23.987758861403734, "W13": -24.154966089150516, "S13": -24.154966089150516, "W21": -39.891168546406085, "S21": -39.891168546406085, "W22": -33.756363180619218, "S22": -33.756363180619218, "W31": -50.160997347202802, "S31": -51.046562209072476, "W32": -99.419598223627602, "S32": -104.4195982236276 }, "geometry": { "type": "Point", "coordinates": [ 104552.8, 509819.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3399158181268311, "W12": -7.8218285695021033, "S12": -7.8218285695021033, "W13": -15.230998090849335, "S13": -16.861932796142661, "W21": -43.401687827578222, "S21": -45.768251503146928, "W22": -48.018464617063586, "S22": -48.018464617063586, "W31": -72.547110480839777, "S31": -72.687656756024737, "W32": -97.730513411142127, "S32": -102.73051341114213 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 498026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3286241232153699, "S12": -9.3286241232153699, "W13": -16.696026626246354, "S13": -18.900102083932214, "W21": -49.502057613168724, "S21": -51.412154250662702, "W22": -80.0, "S22": -85.091606753372645, "W31": -86.262684143924744, "S31": -86.262684143924744, "W32": -96.385219776147053, "S32": -101.38521977614705 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 500318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78301028789878357, "S11": -0.78301028789878357, "W12": -10.0, "S12": -10.0, "W13": -21.907757986840796, "S13": -21.907757986840796, "W21": -38.835991286688838, "S21": -38.835991286688838, "W22": -66.374794511373366, "S22": -70.04948708138474, "W31": -92.009523683198253, "S31": -92.009523683198253, "W32": -92.009523683198253, "S32": -96.612706290125644 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 509352.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0468087843868856, "S12": -14.353327508381337, "W13": -27.919481777454898, "S13": -30.04766701690421, "W21": -37.601656337501367, "S21": -37.601656337501367, "W22": -40.0, "S22": -49.254108723135275, "W31": -79.312163769769114, "S31": -79.312163769769114, "W32": -94.11563710641056, "S32": -99.11563710641056 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 511133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5713672291097882, "S11": 1.5713672291097882, "W12": -8.9840347958648792, "S12": -11.380576167307176, "W13": -20.571105638462104, "S13": -32.562744297368575, "W21": -35.515005595137005, "S21": -35.515005595137005, "W22": -39.417539654783774, "S22": -51.858587866041141, "W31": -78.911568985914158, "S31": -78.911568985914158, "W32": -93.684543876960305, "S32": -98.684543876960305 }, "geometry": { "type": "Point", "coordinates": [ 104553.0, 511958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.62540997093182327, "W12": -10.104423766710598, "S12": -11.4532934858769, "W13": -19.644322401697135, "S13": -20.581351737010927, "W21": -33.664319065437162, "S21": -33.664319065437162, "W22": -39.057223893260399, "S22": -53.761657390797346, "W31": -78.797924696161843, "S31": -78.797924696161843, "W32": -93.60203353136778, "S32": -98.60203353136778 }, "geometry": { "type": "Point", "coordinates": [ 104553.2, 507174.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -20.762957645369934, "W13": -21.837034541945986, "S13": -21.837034541945986, "W21": -39.971956939882787, "S21": -39.971956939882787, "W22": -33.767534520568603, "S22": -36.872934750429614, "W31": -49.115959643291212, "S31": -50.041830656894525, "W32": -98.209066706968301, "S32": -103.2090667069683 }, "geometry": { "type": "Point", "coordinates": [ 104554.0, 509571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64653312788906003, "S11": 0.64653312788906003, "W12": -7.6628807929124836, "S12": -18.874392582094174, "W13": -29.134264091858039, "S13": -29.134264091858039, "W21": -37.876521859711978, "S21": -37.876521859711978, "W22": -50.307867730900796, "S22": -50.307867730900796, "W31": -73.245575372357663, "S31": -73.336578806138974, "W32": -96.122093552429831, "S32": -101.12209355242983 }, "geometry": { "type": "Point", "coordinates": [ 104554.0, 511040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62677195685670262, "S11": 0.62677195685670262, "W12": -7.5905982453008161, "S12": -18.418268148213436, "W13": -28.948329853862212, "S13": -28.948329853862212, "W21": -37.855703288997987, "S21": -37.855703288997987, "W22": -40.070427450822798, "S22": -40.070427450822798, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104554.0, 511049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6297494164490418, "S12": -7.6297494164490418, "W13": -19.055411384992315, "S13": -19.266223456412703, "W21": -48.675511927580509, "S21": -51.675511927580509, "W22": -43.709522302075626, "S22": -43.709522302075626, "W31": -75.180675430584884, "S31": -75.180675430584884, "W32": -100.34461494264097, "S32": -105.34461494264097 }, "geometry": { "type": "Point", "coordinates": [ 104554.0, 518402.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10145052952567798, "S11": -0.10145052952567798, "W12": -8.0256745102215099, "S12": -8.0256745102215099, "W13": -13.863645004849593, "S13": -18.157845348968198, "W21": -46.375967943049972, "S21": -47.43966773507811, "W22": -48.982258167871272, "S22": -48.982258167871272, "W31": -77.849188064042011, "S31": -78.909571530750412, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104554.833333333328483, 501473.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6256828699735166, "S12": -4.6256828699735166, "W13": -18.013267549398034, "S13": -18.013267549398034, "W21": -41.719105824611276, "S21": -44.700214886743694, "W22": -48.758417012644514, "S22": -48.758417012644514, "W31": -74.39671393310195, "S31": -74.39671393310195, "W32": -89.044026478428833, "S32": -94.044026478428833 }, "geometry": { "type": "Point", "coordinates": [ 104554.833333333328483, 521355.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.467283937097553, "S12": -15.272199358081579, "W13": -17.200001, "S13": -20.200001, "W21": -38.683641837696364, "S21": -38.683641837696364, "W22": -37.117580042798515, "S22": -52.117580042798515, "W31": -76.592879680954525, "S31": -76.592879680954525, "W32": -91.874740908425792, "S32": -96.874740908425792 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 496779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47336491516411272, "S11": -1.8924019268159289, "W12": -4.4367268785502807, "S12": -4.748859932642234, "W13": -11.745148723759685, "S13": -22.622638722616735, "W21": -30.0, "S21": -30.950179074289299, "W22": -36.649397335714298, "S22": -51.649397335714298, "W31": -75.0178989339921, "S31": -75.0178989339921, "W32": -91.112948881599806, "S32": -96.112948881599806 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 505139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57174035019831682, "S11": 0.57174035019831682, "W12": -8.5129221029109114, "S12": -8.5129221029109114, "W13": -25.343587419894199, "S13": -25.343587419894199, "W21": -39.21744975724603, "S21": -39.21744975724603, "W22": -38.692799045346064, "S22": -48.911588483264708, "W31": -69.381186220301956, "S31": -69.381186220301956, "W32": -95.135905001952935, "S32": -100.13590500195293 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 509907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1991468205254112, "S11": 1.1991468205254112, "W12": -9.9720008876477699, "S12": -10.282537205736473, "W13": -19.242751637174816, "S13": -19.242751637174816, "W21": -34.953598201482812, "S21": -34.953598201482812, "W22": -38.597090590403347, "S22": -46.62020846552624, "W31": -72.110237076985541, "S31": -72.110237076985541, "W32": -94.068000156754465, "S32": -99.068000156754465 }, "geometry": { "type": "Point", "coordinates": [ 104555.0, 512310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4417947625205737, "S11": 0.4417947625205737, "W12": -9.3025952436163255, "S12": -9.3025952436163255, "W13": -13.119444471387004, "S13": -15.459299444184852, "W21": -55.976298107801, "S21": -57.309809332591698, "W22": -44.404344111461725, "S22": -44.404344111461725, "W31": -74.986770808055596, "S31": -74.986770808055596, "W32": -100.23926480292401, "S32": -105.23926480292401 }, "geometry": { "type": "Point", "coordinates": [ 104555.375, 501177.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70569729241215906, "S11": 0.70569729241215906, "W12": -6.8393381175286194, "S12": -6.8393381175286194, "W13": -14.300524150268336, "S13": -20.137388275650192, "W21": -39.171539965778535, "S21": -46.699867878958642, "W22": -65.764953696675263, "S22": -75.985267003914259, "W31": -83.928571428571431, "S31": -83.928571428571431, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104555.5, 502489.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50345653046463246, "S11": -2.0409492924797425, "W12": -5.3476913800828783, "S12": -6.5951106634527461, "W13": -12.309800993023345, "S13": -18.796149147099719, "W21": -30.663813803501448, "S21": -31.848444143876598, "W22": -47.412439379354112, "S22": -47.48301806864734, "W31": -75.816675073577372, "S31": -83.220828216293029, "W32": -91.928986461344749, "S32": -96.928986461344749 }, "geometry": { "type": "Point", "coordinates": [ 104555.666666666671517, 505187.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -8.354766162803001, "S12": -8.354766162803001, "W13": -15.585982016850364, "S13": -16.779266581807164, "W21": -43.774468013099359, "S21": -46.100332977442584, "W22": -53.598553906891119, "S22": -58.923095714087886, "W31": -78.895525143166225, "S31": -78.895525143166225, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104555.714285714289872, 497953.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999986, "S13": -14.999999999999986, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -42.227465265366845, "W31": -66.051010167164577, "S31": -76.051010167164577, "W32": -92.106661609309285, "S32": -97.106661609309285 }, "geometry": { "type": "Point", "coordinates": [ 104555.888888888890506, 526927.555555555503815 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17615168778165122, "S11": -0.17615168778165122, "W12": -9.6069033862268611, "S12": -9.6069033862268611, "W13": -16.198396044772924, "S13": -18.676671747758149, "W21": -51.581074655254397, "S21": -53.410589836871445, "W22": -37.61255037567409, "S22": -47.114921488329131, "W31": -70.129867194705113, "S31": -73.569095425659611, "W32": -91.385437866407614, "S32": -96.385437866407614 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 500424.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4084791386271871, "S11": -4.1051466592704289, "W12": -6.8098076854317044, "S12": -8.2638682170724422, "W13": -22.331560283687946, "S13": -24.467043682798824, "W21": -35.28238121875043, "S21": -38.36522498205391, "W22": -46.975250602189547, "S22": -46.975250602189547, "W31": -75.139490675506394, "S31": -78.92747610625662, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 505728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57602711864406786, "S11": 0.57602711864406786, "W12": -8.8875621624974936, "S12": -28.887562162497488, "W13": -28.887562162497488, "S13": -28.887562162497488, "W21": -38.672210527744959, "S21": -38.672210527744959, "W22": -40.0, "S22": -41.266992111570154, "W31": -80.0, "S31": -80.0, "W32": -99.964970202120512, "S32": -104.96497020212051 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 509955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12564426212264646, "S11": 0.12564426212264646, "W12": -6.0601467606046038, "S12": -6.0601467606046038, "W13": -26.357125559995158, "S13": -33.384979149604746, "W21": -37.085384028161052, "S21": -37.085384028161052, "W22": -73.895339168820954, "S22": -84.553730143788016, "W31": -84.553730143788016, "S31": -84.553730143788016, "W32": -98.587314877806264, "S32": -103.58731487780626 }, "geometry": { "type": "Point", "coordinates": [ 104556.0, 511300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.691133256675573, "S11": 1.691133256675573, "W12": -10.0, "S12": -12.954281266458809, "W13": -14.873860424988459, "S13": -17.317024042808956, "W21": -60.000000000000007, "S21": -61.6776093595699, "W22": -65.285635768126355, "S22": -65.285635768126355, "W31": -86.993189230670851, "S31": -86.993189230670851, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104556.444444444437977, 500704.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48107104038585641, "S11": -0.48107104038585641, "W12": -10.0, "S12": -17.822188086704216, "W13": -20.0, "S13": -20.0, "W21": -33.656512025380579, "S21": -35.76959931576539, "W22": -64.545316532564144, "S22": -74.545316532564144, "W31": -84.047359842084006, "S31": -84.047359842084006, "W32": -99.417288332278389, "S32": -104.41728833227839 }, "geometry": { "type": "Point", "coordinates": [ 104556.5, 506705.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032793145198845131, "S11": 0.032793145198845131, "W12": -7.2874076980201483, "S12": -15.900686120181954, "W13": -20.090047743951434, "S13": -20.090047743951434, "W21": -30.0, "S21": -33.071122283010496, "W22": -37.405221927285169, "S22": -47.405221927285169, "W31": -70.537506348844943, "S31": -70.537506348844943, "W32": -98.611705665059048, "S32": -103.61170566505905 }, "geometry": { "type": "Point", "coordinates": [ 104557.0, 508665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48620861155883027, "S11": 0.48620861155883027, "W12": -5.0, "S12": -14.424735557363711, "W13": -22.918377168715494, "S13": -22.918377168715494, "W21": -40.0, "S21": -40.0, "W22": -35.721645729238048, "S22": -50.721645729238048, "W31": -68.246921059175207, "S31": -68.246921059175207, "W32": -89.784111317362701, "S32": -94.784111317362701 }, "geometry": { "type": "Point", "coordinates": [ 104557.0, 509693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77050085931745649, "S11": -0.3273870214099257, "W12": -10.0, "S12": -10.762947722619741, "W13": -19.649851818235163, "S13": -19.649851818235163, "W21": -34.20609473099892, "S21": -34.20609473099892, "W22": -35.529999, "S22": -38.329999, "W31": -49.344203482157241, "S31": -50.322155487486832, "W32": -97.995419563347212, "S32": -102.99541956334721 }, "geometry": { "type": "Point", "coordinates": [ 104557.5, 512464.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6210013934463854, "S12": -4.6210013934463854, "W13": -17.927233686581005, "S13": -17.927233686581005, "W21": -41.793476596286787, "S21": -44.767078821599711, "W22": -40.0, "S22": -41.086860899049874, "W31": -80.0, "S31": -80.0, "W32": -99.956250338270578, "S32": -104.95625033827058 }, "geometry": { "type": "Point", "coordinates": [ 104557.7, 521414.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97075251657255102, "S11": 0.18427828976842731, "W12": -10.0, "S12": -10.615450104392597, "W13": -19.485531273824083, "S13": -19.485531273824083, "W21": -34.529241905628901, "S21": -34.529241905628901, "W22": -36.916178843651934, "S22": -45.097483174816396, "W31": -65.375416849125884, "S31": -65.403991873765037, "W32": -90.831497897591774, "S32": -95.831497897591774 }, "geometry": { "type": "Point", "coordinates": [ 104558.0, 512393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52484849124733413, "S11": -0.52484849124733413, "W12": -9.7857738703741557, "S12": -9.7857738703741557, "W13": -16.766397702603371, "S13": -19.377579237195782, "W21": -44.546924114189984, "S21": -46.285090937121936, "W22": -68.241917152240703, "S22": -72.896405272721324, "W31": -88.254661707764413, "S31": -88.254661707764413, "W32": -94.826078814043797, "S32": -99.826078814043797 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 500018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50636838513616345, "S11": 0.0063683851361634458, "W12": -4.4608952105880713, "S12": -12.769603366575648, "W13": -16.870533837746954, "S13": -16.870533837746954, "W21": -34.668201970662899, "S21": -34.668201970662899, "W22": -45.275379200324124, "S22": -45.275379200324124, "W31": -74.718706614272506, "S31": -79.296056705208741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 504281.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.497288776796871, "W12": -4.7259161371688814, "S12": -4.7259161371688814, "W13": -15.0, "S13": -15.0, "W21": -30.911521235979517, "S21": -30.911521235979517, "W22": -38.025294139485553, "S22": -42.599647758270962, "W31": -70.0, "S31": -74.353731055290481, "W32": -93.180796452112631, "S32": -98.180796452112631 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 504665.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77847678434402146, "S11": -0.77847678434402146, "W12": -10.0, "S12": -10.0, "W13": -21.872672761932453, "S13": -21.872672761932453, "W21": -38.928140553777219, "S21": -38.928140553777219, "W22": -72.961887916307617, "S22": -82.961887916307617, "W31": -84.283365692903956, "S31": -84.283365692903956, "W32": -97.763344009624916, "S32": -102.76334400962492 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 509365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96833162864103628, "S11": -0.96833162864103628, "W12": -10.0, "S12": -14.216848506528569, "W13": -21.721825305092043, "S13": -21.721825305092043, "W21": -39.928167106757741, "S21": -39.928167106757741, "W22": -49.001443729990591, "S22": -49.001443729990591, "W31": -77.937304381416098, "S31": -78.894400793404671, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 509475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7414328425010071, "S11": 1.7414328425010071, "W12": -9.7503969360635185, "S12": -12.679406784814837, "W13": -20.366360856269111, "S13": -32.40162427719023, "W21": -35.823849558229604, "S21": -35.823849558229604, "W22": -30.0, "S22": -33.462204924994509, "W31": -49.220861779518749, "S31": -50.094838440636948, "W32": -99.235508846985525, "S32": -104.23550884698552 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 512044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.619515045131056, "S12": -4.619515045131056, "W13": -17.953900924558081, "S13": -17.953900924558081, "W21": -41.761490649913171, "S21": -44.761490649913171, "W22": -49.166450272656562, "S22": -49.166450272656562, "W31": -73.399904945716031, "S31": -73.399904945716031, "W32": -95.77412801029773, "S32": -100.77412801029773 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 521400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.993308782846103, "S13": -14.993308782846103, "W21": -47.0, "S21": -47.0, "W22": -50.851608569877101, "S22": -50.851608569877101, "W31": -74.110048214603964, "S31": -74.110048214603964, "W32": -89.283640069036352, "S32": -94.283640069036352 }, "geometry": { "type": "Point", "coordinates": [ 104559.0, 526915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.036024960417248786, "S11": 0.036024960417248786, "W12": -7.436947414143396, "S12": -15.581523595350262, "W13": -20.163686865065596, "S13": -20.163686865065596, "W21": -30.0, "S21": -32.689265119030019, "W22": -33.325901033084669, "S22": -35.767546991559762, "W31": -65.87265175871903, "S31": -65.87265175871903, "W32": -88.205070701013994, "S32": -93.205070701013994 }, "geometry": { "type": "Point", "coordinates": [ 104559.5, 508676.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12100197778488095, "S11": 0.12100197778488095, "W12": -7.6350351170041897, "S12": -8.2872291017236499, "W13": -16.084772370486654, "S13": -19.084772370486654, "W21": -40.030251849317999, "S21": -41.739239639786689, "W22": -48.636760327134716, "S22": -48.636760327134716, "W31": -77.427178985522247, "S31": -78.78056286945926, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 499436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56489779758008318, "S11": -0.56489779758008318, "W12": -9.3636785593645548, "S12": -9.3636785593645548, "W13": -16.974660567550028, "S13": -19.25432486430428, "W21": -46.771021390666888, "S21": -48.566301514007222, "W22": -47.4292359935707, "S22": -47.4292359935707, "W31": -75.801533944275562, "S31": -83.254569844040105, "W32": -91.862508070081589, "S32": -96.862508070081589 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 500144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -7.5474012228470713, "W13": -19.321324055451935, "S13": -22.20465896190597, "W21": -33.470231616572875, "S21": -33.470231616572875, "W22": -56.30207727407867, "S22": -56.30207727407867, "W31": -75.423811125825736, "S31": -81.560962047434359, "W32": -88.822392606258376, "S32": -93.822392606258376 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 503567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.979104009016261, "S12": -10.262320842935448, "W13": -19.677255810712307, "S13": -22.434900593917927, "W21": -34.29811820485704, "S21": -34.29811820485704, "W22": -55.621783531682212, "S22": -55.621783531682212, "W31": -75.637948863335183, "S31": -78.906154902411558, "W32": -89.620805284028577, "S32": -94.620805284028577 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 503688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86395945386843187, "S11": 0.86395945386843187, "W12": -4.2428516831118266, "S12": -15.730859093024055, "W13": -20.0, "S13": -21.96956899045415, "W21": -35.75030601034041, "S21": -35.75030601034041, "W22": -40.0, "S22": -40.0, "W31": -65.923101498202456, "S31": -75.923101498202456, "W32": -91.058237413745303, "S32": -96.058237413745303 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.36646977296726502, "W12": -4.6769438677968047, "S12": -8.7120315870950513, "W13": -15.073443557050114, "S13": -15.073443557050114, "W21": -33.376229656216665, "S21": -33.376229656216665, "W22": -48.327704694313219, "S22": -48.327704694313219, "W31": -76.975873744360598, "S31": -78.725545100245597, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 504413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0242219995332684, "W12": -10.095009396869358, "S12": -12.755832346738893, "W13": -19.924716033385383, "S13": -19.924716033385383, "W21": -33.038977116539179, "S21": -33.038977116539179, "W22": -64.663580574318459, "S22": -69.493864105386223, "W31": -91.454821572086118, "S31": -91.454821572086118, "W32": -92.870108103578318, "S32": -97.870108103578318 }, "geometry": { "type": "Point", "coordinates": [ 104560.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42038960195265029, "S11": 0.42038960195265029, "W12": -5.5942275042444818, "S12": -15.196449726466703, "W13": -22.81342712095713, "S13": -22.81342712095713, "W21": -40.0, "S21": -40.0, "W22": -48.456396599956967, "S22": -48.456396599956967, "W31": -72.637084669215199, "S31": -72.767216297502827, "W32": -97.565357875501476, "S32": -102.56535787550148 }, "geometry": { "type": "Point", "coordinates": [ 104560.5, 509683.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91, "S11": 0.91, "W12": -10.63, "S12": -10.63, "W13": -22.360001, "S13": -22.360001, "W21": -35.66, "S21": -40.7300002, "W22": -50.0, "S22": -50.0, "W31": -73.218822946025398, "S31": -73.311191037108344, "W32": -96.220340407060192, "S32": -101.22034040706019 }, "geometry": { "type": "Point", "coordinates": [ 104560.6, 509006.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44784205693296603, "S11": -0.44784205693296603, "W12": -9.4052001399803835, "S12": -9.4052001399803835, "W13": -16.557631676145519, "S13": -18.8193826410272, "W21": -50.000000000000007, "S21": -51.88942972194279, "W22": -47.641432932646445, "S22": -47.641432932646445, "W31": -76.52615780371714, "S31": -78.67211663155058, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104561.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2545397069738036, "S11": -1.2545397069738036, "W12": -4.5934382380607923, "S12": -4.5934382380607923, "W13": -15.0, "S13": -15.0, "W21": -45.246649739859976, "S21": -47.854577733204621, "W22": -33.953369546029975, "S22": -33.953369546029975, "W31": -50.163610940501535, "S31": -51.024652462753529, "W32": -99.469461818069107, "S32": -104.46946181806911 }, "geometry": { "type": "Point", "coordinates": [ 104561.5, 522869.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11872852405309954, "S11": -0.11872852405309954, "W12": -10.0, "S12": -10.0, "W13": -16.338471350078546, "S13": -18.737457463650067, "W21": -40.883962125207411, "S21": -42.616905803821034, "W22": -48.872985577882766, "S22": -48.872985577882766, "W31": -74.372982441198488, "S31": -74.372982441198488, "W32": -89.05031473448193, "S32": -94.05031473448193 }, "geometry": { "type": "Point", "coordinates": [ 104561.8, 499575.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18135737914843669, "S11": 0.18135737914843669, "W12": -2.9861001768931121, "S12": -2.9861001768931121, "W13": -14.532858855913048, "S13": -24.532858855913048, "W21": -29.849323141879594, "S21": -29.849323141879594, "W22": -51.506411162133517, "S22": -56.626841405465036, "W31": -78.202606074615744, "S31": -78.202606074615744, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104562.0, 504884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74386994684807339, "S11": 0.74386994684807339, "W12": -10.0, "S12": -10.0, "W13": -18.531220061224492, "S13": -18.531220061224492, "W21": -32.988913480767799, "S21": -32.988913480767799, "W22": -61.642519009344959, "S22": -70.45453998554504, "W31": -84.423746840932537, "S31": -84.423746840932537, "W32": -97.624459925330441, "S32": -102.62445992533044 }, "geometry": { "type": "Point", "coordinates": [ 104562.0, 507926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6488985042658253, "S11": 1.6488985042658253, "W12": -10.0, "S12": -12.341906150215188, "W13": -20.010287716918207, "S13": -25.145260022375396, "W21": -35.614316203682435, "S21": -35.614316203682435, "W22": -33.064857753330315, "S22": -34.61372513855914, "W31": -65.065262572402858, "S31": -65.065262572402858, "W32": -88.844443682399842, "S32": -93.844443682399842 }, "geometry": { "type": "Point", "coordinates": [ 104562.0, 512146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6167483622638046, "S11": 1.6167483622638046, "W12": -4.5387475538160471, "S12": -4.749308448109046, "W13": -14.288240596548482, "S13": -17.143659075935265, "W21": -40.386095316835984, "S21": -43.343371203726115, "W22": -33.065386869523252, "S22": -34.345079471242407, "W31": -65.032321350408992, "S31": -65.032321350408992, "W32": -88.891976782544219, "S32": -93.891976782544219 }, "geometry": { "type": "Point", "coordinates": [ 104562.25, 498625.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56314559349909965, "S11": 0.56314559349909965, "W12": -8.5106756978149498, "S12": -22.802031419201512, "W13": -24.424240184433181, "S13": -24.424240184433181, "W21": -39.702128325961617, "S21": -39.702128325961617, "W22": -30.0, "S22": -32.970927528884935, "W31": -66.095450550936249, "S31": -66.733291096905631, "W32": -100.67068738329206, "S32": -105.67068738329206 }, "geometry": { "type": "Point", "coordinates": [ 104562.6, 509861.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.049361325966867, "S13": -15.049361325966867, "W21": -47.0, "S21": -47.0, "W22": -35.466270374899196, "S22": -35.887058042379543, "W31": -72.530494939469392, "S31": -72.925288347517409, "W32": -101.13735224364063, "S32": -106.13735224364063 }, "geometry": { "type": "Point", "coordinates": [ 104562.8, 527044.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16722271056416813, "S11": 0.16722271056416813, "W12": -7.2320556832855658, "S12": -8.007740654317125, "W13": -16.051363814756673, "S13": -19.001998864497022, "W21": -40.0, "S21": -41.696006301693579, "W22": -47.400251072375596, "S22": -47.400251072375596, "W31": -76.076441863073683, "S31": -78.618688162855562, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104563.0, 499410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38321150119902775, "S11": -1.3340422526644313, "W12": -10.0, "S12": -10.0, "W13": -19.491056215838043, "S13": -19.491056215838043, "W21": -33.588044343007837, "S21": -33.588044343007837, "W22": -65.021910672754203, "S22": -70.624541654836889, "W31": -92.48983507697946, "S31": -92.48983507697946, "W32": -92.48983507697946, "S32": -97.428551850160048 }, "geometry": { "type": "Point", "coordinates": [ 104563.0, 512755.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26870360206241894, "S11": 0.26870360206241894, "W12": -5.063753703648934, "S12": -8.6373338961402002, "W13": -18.312493504979116, "S13": -21.744091763366622, "W21": -31.094220609661125, "S21": -31.094220609661125, "W22": -33.780229388731208, "S22": -39.162310786693006, "W31": -66.246739005257893, "S31": -66.246739005257893, "W32": -88.069539835040047, "S32": -93.069539835040047 }, "geometry": { "type": "Point", "coordinates": [ 104563.333333333328483, 503224.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57248524717035765, "S11": 0.57248524717035765, "W12": -8.6412756501768335, "S12": -17.655838253831476, "W13": -24.671194292629274, "S13": -24.671194292629274, "W21": -39.570518513199254, "S21": -39.570518513199254, "W22": -35.250159943611067, "S22": -35.250159943611067, "W31": -50.0, "S31": -51.298103459273278, "W32": -96.911274576056741, "S32": -101.91127457605674 }, "geometry": { "type": "Point", "coordinates": [ 104563.666666666671517, 509879.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1623531518622148, "S11": -0.54140166751976038, "W12": -11.964811948109611, "S12": -11.964811948109611, "W13": -19.980277473426533, "S13": -21.066846409195865, "W21": -37.933383363399024, "S21": -39.30398839125936, "W22": -47.330198482561201, "S22": -47.330198482561201, "W31": -75.639413254973803, "S31": -78.577947026703669, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104563.714285714289872, 514152.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54514253436661952, "S11": -0.54514253436661952, "W12": -9.5649049274177056, "S12": -9.5649049274177056, "W13": -16.882332195167603, "S13": -19.324691395225639, "W21": -45.749220416871815, "S21": -47.496643464529406, "W22": -55.606558860407802, "S22": -55.606558860407802, "W31": -75.381428581423506, "S31": -75.381428581423506, "W32": -88.65138590892505, "S32": -93.65138590892505 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 500081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3539302227826815, "W12": -4.7086661461774071, "S12": -4.7086661461774071, "W13": -15.0, "S13": -15.010771992818672, "W21": -30.867937378738493, "S21": -30.867937378738493, "W22": -47.260145892747033, "S22": -47.260145892747033, "W31": -75.204705462189651, "S31": -78.539526705867956, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 504669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5229902292734836, "S11": 0.5229902292734836, "W12": -5.0, "S12": -22.200439689286256, "W13": -24.129212895311287, "S13": -24.129212895311287, "W21": -39.912868304846675, "S21": -39.912868304846675, "W22": -50.0, "S22": -50.0, "W31": -75.006675426235233, "S31": -75.006675426235233, "W32": -88.493958269696478, "S32": -93.493958269696478 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 509764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.55935123899130246, "W12": -10.0, "S12": -10.626791013141155, "W13": -19.672986194968729, "S13": -19.672986194968729, "W21": -33.862777645513304, "S21": -34.187317565742802, "W22": -34.308247595951329, "S22": -34.308247595951329, "W31": -65.181828093862592, "S31": -65.181828093862592, "W32": -89.116131378803502, "S32": -94.116131378803502 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 512564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1474911283775948, "W12": -9.7576923076923094, "S12": -9.7576923076923094, "W13": -20.281900770606178, "S13": -28.790449519502598, "W21": -39.445255005350596, "S21": -43.212508212566121, "W22": -49.442615239887111, "S22": -49.442615239887111, "W31": -72.975123473026045, "S31": -73.119485682103999, "W32": -96.802365065917982, "S32": -101.80236506591798 }, "geometry": { "type": "Point", "coordinates": [ 104564.0, 515433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89353070393332046, "S11": 0.89353070393332046, "W12": -10.600386408968815, "S12": -10.633147702190774, "W13": -22.314284319504651, "S13": -22.314284319504651, "W21": -35.547286062268668, "S21": -40.554437008113737, "W22": -40.038561450269832, "S22": -40.038561450269832, "W31": -75.239998, "S31": -75.239998, "W32": -89.723493538164277, "S32": -94.723493538164277 }, "geometry": { "type": "Point", "coordinates": [ 104564.75, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54199190315697088, "S11": 0.54199190315697088, "W12": -7.7972798344446996, "S12": -7.7972798344446996, "W13": -13.778295116852087, "S13": -14.772601441726492, "W21": -40.545788324901949, "S21": -50.261932165758871, "W22": -51.327474170618316, "S22": -56.32926141142957, "W31": -78.193788558210883, "S31": -78.193788558210883, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104565.0, 501817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2391115193117048, "S11": -0.2391115193117048, "W12": -1.9570090680116734, "S12": -1.9570090680116734, "W13": -11.721258188444232, "S13": -23.292713168033309, "W21": -29.739766835860369, "S21": -29.739766835860369, "W22": -66.835536518720929, "S22": -66.835536518720929, "W31": -89.652794110729573, "S31": -89.652794110729573, "W32": -90.886013627949112, "S32": -95.886013627949112 }, "geometry": { "type": "Point", "coordinates": [ 104565.666666666671517, 505025.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49084791386271875, "S11": -5.4908479138627184, "W12": -6.98030257163198, "S12": -9.3196374283041692, "W13": -21.084733671528216, "S13": -24.060472279150808, "W21": -35.042486967120787, "S21": -37.853804853151253, "W22": -33.064632415726237, "S22": -34.563760521650202, "W31": -65.061996020462672, "S31": -65.061996020462672, "W32": -88.839031419501097, "S32": -93.839031419501097 }, "geometry": { "type": "Point", "coordinates": [ 104566.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.0, "S21": -47.0, "W22": -47.309945481000462, "S22": -47.309945481000462, "W31": -75.888219014232149, "S31": -78.574982441089091, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104566.444444444437977, 526972.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4982909188560174, "S11": 1.4982909188560174, "W12": -8.4686140937155088, "S12": -10.182796872627481, "W13": -21.086984488715721, "S13": -33.440620032612763, "W21": -35.21781143893768, "S21": -35.21781143893768, "W22": -37.283259804601578, "S22": -47.218032855503488, "W31": -70.472062163219292, "S31": -70.472062163219292, "W32": -98.493942069643779, "S32": -103.49394206964378 }, "geometry": { "type": "Point", "coordinates": [ 104567.0, 511904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52855648083940432, "S11": -0.52855648083940432, "W12": -9.256099038608788, "S12": -9.256099038608788, "W13": -16.834949784734796, "S13": -18.923260080396158, "W21": -49.00695958672366, "S21": -50.839842715894356, "W22": -40.0, "S22": -40.0, "W31": -65.94772225057153, "S31": -75.94772225057153, "W32": -91.184180197528704, "S32": -96.184180197528704 }, "geometry": { "type": "Point", "coordinates": [ 104567.285714285710128, 500285.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0051313244121811, "S11": 1.0051313244121811, "W12": -7.7923269717176353, "S12": -7.7923269717176353, "W13": -13.107545434182034, "S13": -16.756547108792365, "W21": -42.575138741741895, "S21": -51.336536996505153, "W22": -40.0, "S22": -49.628203654752326, "W31": -79.360326971902978, "S31": -79.360326971902978, "W32": -94.07792369362879, "S32": -99.07792369362879 }, "geometry": { "type": "Point", "coordinates": [ 104568.0, 501977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79463662464911256, "S11": 0.79463662464911256, "W12": -4.1988340926634447, "S12": -13.38087828749709, "W13": -20.0, "S13": -21.493973149475295, "W21": -35.387129118395301, "S21": -35.387129118395301, "W22": -45.034580484126778, "S22": -45.034580484126778, "W31": -74.554230886088561, "S31": -77.984181356117872, "W32": -89.9958264307093, "S32": -94.9958264307093 }, "geometry": { "type": "Point", "coordinates": [ 104568.0, 504056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.37876187961985214, "W12": -4.6907936294339185, "S12": -8.0715985829942909, "W13": -15.0, "S13": -15.0, "W21": -33.277943928812846, "S21": -33.277943928812846, "W22": -40.009712273886123, "S22": -43.58423800080724, "W31": -80.0, "S31": -80.0, "W32": -99.026592577892444, "S32": -104.02659257789244 }, "geometry": { "type": "Point", "coordinates": [ 104568.0, 504422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.42504821119829772, "W12": -4.7415306466567664, "S12": -4.7415306466567682, "W13": -15.0, "S13": -15.0, "W21": -32.974506710350603, "S21": -32.974506710350603, "W22": -38.656787867076382, "S22": -53.656787867076382, "W31": -78.674096067498581, "S31": -78.674096067498581, "W32": -93.36375964819004, "S32": -98.36375964819004 }, "geometry": { "type": "Point", "coordinates": [ 104568.25, 504453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.938685569753607, "S11": -2.5907847632537937, "W12": -9.2531620663763423, "S12": -9.2531620663763423, "W13": -19.08549320420633, "S13": -26.310440850745934, "W21": -41.056501240139646, "S21": -47.15253585543514, "W22": -33.083089691596719, "S22": -37.083867115214851, "W31": -70.0, "S31": -70.0, "W32": -95.173118207105475, "S32": -100.17311820710547 }, "geometry": { "type": "Point", "coordinates": [ 104568.371212121215649, 516119.856060606078245 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999999383, "S11": -1.7999999999999383, "W12": -4.5879686873222738, "S12": -4.5879686873222738, "W13": -15.384852032682332, "S13": -15.384852032682332, "W21": -44.815463985199806, "S21": -47.496347091855895, "W22": -34.948203445822557, "S22": -37.356421541436937, "W31": -49.615249447218517, "S31": -50.634376088796415, "W32": -97.818189216210556, "S32": -102.81818921621056 }, "geometry": { "type": "Point", "coordinates": [ 104568.571428571434808, 522622.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3349965008088294, "S11": 1.3349965008088294, "W12": -5.2483997754070737, "S12": -5.6182922485253535, "W13": -14.519689395107068, "S13": -17.412757812727275, "W21": -40.118807340922253, "S21": -42.960019357749317, "W22": -50.052612574528325, "S22": -50.052612574528325, "W31": -76.074196651663712, "S31": -81.87591086427895, "W32": -90.837289168426025, "S32": -95.837289168426025 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 498681.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53052515995523364, "S11": -0.53052515995523364, "W12": -9.7407646698016759, "S12": -9.7407646698016759, "W13": -16.79264165693381, "S13": -19.213198085729786, "W21": -44.723602884664061, "S21": -46.426676988608499, "W22": -40.0, "S22": -40.0, "W31": -65.682917669428136, "S31": -70.822403679619811, "W32": -89.874804625349142, "S32": -94.874804625349142 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 500034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43073462645320171, "S11": 0.43073462645320171, "W12": -10.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -32.499429682527804, "S21": -32.499429682527804, "W22": -51.178113267311979, "S22": -56.110535254622697, "W31": -78.179608589968964, "S31": -78.179608589968964, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 507696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78545287908471695, "S11": 0.78545287908471695, "W12": -10.545476608943369, "S12": -10.545476608943369, "W13": -22.268872953965737, "S13": -22.268872953965737, "W21": -36.062913206893995, "S21": -39.971295081439585, "W22": -40.0, "S22": -40.071303190236087, "W31": -79.617102569934048, "S31": -79.617102569934048, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 509054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5467840041413226, "S12": -16.11493215228947, "W13": -22.883810480969974, "S13": -22.883810480969974, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -45.711538229339148, "W31": -80.0, "S31": -80.0, "W32": -98.720585493754768, "S32": -103.72058549375477 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 509694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.29858450526509, "W13": -23.580662999940216, "S13": -34.249221781882468, "W21": -36.110344622700858, "S21": -36.110344622700858, "W22": -49.175445186355731, "S22": -49.175445186355731, "W31": -74.607219891001421, "S31": -74.607219891001421, "W32": -88.831071647329978, "S32": -93.831071647329978 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 511610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7427594553567998, "S12": -7.7427594553567998, "W13": -18.947270438081553, "S13": -20.346301582215226, "W21": -48.163216328159642, "S21": -51.163216328159642, "W22": -34.959561073753072, "S22": -47.616114540462483, "W31": -67.343521069800047, "S31": -67.343521069800047, "W32": -89.379648802964425, "S32": -94.379648802964425 }, "geometry": { "type": "Point", "coordinates": [ 104569.0, 518235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.066433994611805047, "S11": 0.066433994611805047, "W12": -8.3276740237690987, "S12": -17.943599949695024, "W13": -22.3282128967289, "S13": -22.3282128967289, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -44.715185031142163, "W31": -80.0, "S31": -80.0, "W32": -98.836867885042139, "S32": -103.83686788504214 }, "geometry": { "type": "Point", "coordinates": [ 104569.25, 509636.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59855206540447514, "S11": 0.59855206540447514, "W12": -8.8919141148338792, "S12": -8.8919141148338792, "W13": -16.666007248306709, "S13": -17.011258389859218, "W21": -41.03302803673629, "S21": -41.109111558705287, "W22": -60.0, "S22": -66.57795939768782, "W31": -81.543375696551806, "S31": -81.543375696551806, "W32": -95.790615468326109, "S32": -100.79061546832611 }, "geometry": { "type": "Point", "coordinates": [ 104569.5, 497451.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59409031145696944, "S11": 0.59409031145696944, "W12": -9.9975802489546748, "S12": -10.479194526196537, "W13": -18.787079547167195, "S13": -18.787079547167195, "W21": -31.301216445854326, "S21": -31.301216445854326, "W22": -44.964726172833217, "S22": -44.964726172833217, "W31": -74.423239119859431, "S31": -76.56393624577268, "W32": -89.925852326862483, "S32": -94.925852326862483 }, "geometry": { "type": "Point", "coordinates": [ 104569.714285714289872, 508080.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4278092957893096, "S11": 0.4278092957893096, "W12": -4.4417486258881453, "S12": -7.4417486258881453, "W13": -15.809016250218416, "S13": -18.809016250218416, "W21": -40.0, "S21": -42.409075177475515, "W22": -52.165502210778577, "S22": -52.165502210778577, "W31": -76.094077899450227, "S31": -76.094077899450227, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 498904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13648165762615996, "S11": -0.13648165762615996, "W12": -8.2612808773424184, "S12": -8.2612808773424184, "W13": -13.8003879728419, "S13": -18.8003879728419, "W21": -47.516222257168856, "S21": -48.556925336495297, "W22": -40.0, "S22": -43.76242350956398, "W31": -80.0, "S31": -80.0, "W32": -98.953150276329467, "S32": -103.95315027632947 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 501425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.1956704497688104, "W12": -4.6957415170260042, "S12": -4.6957415170260042, "W13": -15.0, "S13": -15.0, "W21": -30.830890320965583, "S21": -30.830890320965583, "W22": -56.175837824650124, "S22": -61.612279911119124, "W31": -79.135696685068652, "S31": -79.135696685068652, "W32": -95.011733331109227, "S32": -100.01173333110923 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 504672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45278069254984277, "S11": 0.45278069254984277, "W12": -10.0, "S12": -14.223615575109331, "W13": -20.0, "S13": -20.0, "W21": -32.538294991798878, "S21": -32.538294991798878, "W22": -44.921478900704614, "S22": -44.921478900704614, "W31": -74.44804008110593, "S31": -77.138073438024961, "W32": -89.958572698912519, "S32": -94.958572698912519 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 507714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.039547657512117, "S12": -10.039547657512117, "W13": -19.335449751500597, "S13": -19.335449751500597, "W21": -32.743654352644967, "S21": -32.743654352644967, "W22": -51.997319099487449, "S22": -51.997319099487449, "W31": -76.113421777140132, "S31": -76.113421777140132, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 507810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25566579126935268, "S11": 0.25566579126935268, "W12": -10.600054012577212, "S12": -10.600054012577212, "W13": -19.481987605890129, "S13": -23.174880564965857, "W21": -34.263760821769594, "S21": -36.217885371144021, "W22": -40.000388490955444, "S22": -43.839178487195049, "W31": -80.0, "S31": -80.0, "W32": -99.049113881421874, "S32": -104.04911388142187 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 513284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1998105059304462, "S12": -5.1998105059304462, "W13": -19.575118144913453, "S13": -19.575118144913453, "W21": -41.797674763346812, "S21": -44.560139081082987, "W22": -39.896913988168691, "S22": -43.86727650704065, "W31": -80.0, "S31": -80.0, "W32": -99.069432667616837, "S32": -104.06943266761684 }, "geometry": { "type": "Point", "coordinates": [ 104570.0, 520407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3787678437265143, "S11": 2.3787678437265143, "W12": -4.2685280449870708, "S12": -7.2790496951464485, "W13": -13.565920626737322, "S13": -15.359055102824913, "W21": -41.2655742901309, "S21": -42.497578223149205, "W22": -48.765809553673982, "S22": -48.765809553673982, "W31": -72.720917801569342, "S31": -72.83819677805532, "W32": -97.419771972856495, "S32": -102.41977197285649 }, "geometry": { "type": "Point", "coordinates": [ 104570.444444444437977, 498455.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16592916826125784, "S11": -0.22026158112788968, "W12": -4.6560191604689276, "S12": -6.5660055582806196, "W13": -21.90175285686616, "S13": -21.90175285686616, "W21": -36.371409612080512, "S21": -39.915700481556918, "W22": -47.210456019843541, "S22": -47.210456019843541, "W31": -76.23879088581478, "S31": -78.547151005369145, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104571.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088055369968264685, "S11": -0.44618954158823543, "W12": -10.045665680752059, "S12": -15.045665680752059, "W13": -20.0, "S13": -20.0, "W21": -32.630913568023566, "S21": -32.630913568023566, "W22": -30.405165991188319, "S22": -39.291711365702291, "W31": -70.0, "S31": -70.0, "W32": -97.065438850470528, "S32": -102.06543885047053 }, "geometry": { "type": "Point", "coordinates": [ 104571.0, 507475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.7663453589042071, "W13": -19.352547961147014, "S13": -22.224573142021722, "W21": -33.441962691662845, "S21": -33.441962691662845, "W22": -47.074835312232068, "S22": -47.074835312232068, "W31": -75.412003007732665, "S31": -78.467406193087768, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104571.4, 503578.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2546694337385116, "S12": -6.8714172345754747, "W13": -15.630204528853177, "S13": -18.630204528853177, "W21": -40.0, "S21": -42.462482756155381, "W22": -35.682669506420538, "S22": -35.682669506420538, "W31": -65.312585076969839, "S31": -65.475848646416651, "W32": -89.288703290766108, "S32": -94.288703290766108 }, "geometry": { "type": "Point", "coordinates": [ 104572.0, 498875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.682673631722665, "S12": -10.896909982793847, "W13": -29.574821317263705, "S13": -29.574821317263705, "W21": -38.394086309521036, "S21": -38.394086309521036, "W22": -45.065711174698031, "S22": -45.065711174698031, "W31": -74.580263033058813, "S31": -79.580263033058813, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104572.0, 510304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7734775097345925, "S11": 1.7734775097345925, "W12": -9.8381361949017965, "S12": -12.838136194901796, "W13": -20.555351681957188, "S13": -32.572631726145623, "W21": -35.670768199697619, "S21": -35.670768199697619, "W22": -39.877625152883397, "S22": -43.972129504517312, "W31": -80.0, "S31": -80.0, "W32": -99.185715058904179, "S32": -104.18571505890418 }, "geometry": { "type": "Point", "coordinates": [ 104572.0, 512048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6483072444033722, "S12": -7.6483072444033722, "W13": -18.989540979040015, "S13": -19.459035111897649, "W21": -48.703073869936638, "S21": -51.703073869936638, "W22": -34.171510481464416, "S22": -34.171510481464416, "W31": -50.834389660624907, "S31": -51.663689096800617, "W32": -99.640656606756735, "S32": -104.64065660675674 }, "geometry": { "type": "Point", "coordinates": [ 104572.0, 518365.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59583573570666604, "S11": 0.59583573570666604, "W12": -9.1371511389728823, "S12": -15.375231035868062, "W13": -25.102557373003105, "S13": -25.102557373003105, "W21": -39.32940695399229, "S21": -39.32940695399229, "W22": -63.882716756385292, "S22": -73.882716756385292, "W31": -83.958778842846669, "S31": -83.958778842846669, "W32": -99.059736413780627, "S32": -104.05973641378063 }, "geometry": { "type": "Point", "coordinates": [ 104572.4, 509903.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -46.792821404665645, "S22": -46.792821404665645, "W31": -74.975359809535874, "S31": -78.622590455580408, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104572.459770114946878, 530026.570881226100028 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47222639010332323, "S11": 0.47222639010332323, "W12": -4.9213428138477679, "S12": -5.6859281139151987, "W13": -16.091457960644007, "S13": -18.632566652195933, "W21": -40.0, "S21": -41.81010241503192, "W22": -37.748842581631649, "S22": -47.099093009912423, "W31": -71.412030030685912, "S31": -71.71138582213041, "W32": -90.362599755622597, "S32": -95.362599755622597 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 499212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.119731688947468, "S12": -13.250435405716676, "W13": -19.733998041664226, "S13": -21.099199316212655, "W21": -33.754442350487231, "S21": -33.842408572027701, "W22": -61.862582720714151, "S22": -68.806474836799552, "W31": -83.445816099915504, "S31": -83.445816099915504, "W32": -96.605951233954556, "S32": -101.60595123395456 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6701464893079638, "S12": -6.9933315010175647, "W13": -25.38907597677056, "S13": -36.153065679265573, "W21": -36.751246464126204, "S21": -36.751246464126204, "W22": -33.700010981894032, "S22": -33.700010981894032, "W31": -48.998186905428575, "S31": -49.838204644823307, "W32": -99.252042854079775, "S32": -104.25204285407978 }, "geometry": { "type": "Point", "coordinates": [ 104573.0, 511397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2930202854996242, "S11": 2.2930202854996242, "W12": -3.7627783980775096, "S12": -5.8918467349525789, "W13": -13.669975817038626, "S13": -15.865008884929029, "W21": -41.146213039262733, "S21": -42.6900615192882, "W22": -52.745022321923052, "S22": -58.165080117402468, "W31": -78.709995326936507, "S31": -78.709995326936507, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 498480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46474915067582334, "S11": 0.46474915067582334, "W12": -10.050258481421649, "S12": -13.632112109115416, "W13": -19.896110884753899, "S13": -19.896110884753899, "W21": -32.573963268389647, "S21": -32.573963268389647, "W22": -35.529583933117053, "S22": -35.529583933117053, "W31": -65.304412609528683, "S31": -65.304412609528683, "W32": -89.269677233346059, "S32": -94.269677233346059 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 507730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.778136056037042, "S12": -10.778136056037042, "W13": -29.516977697765832, "S13": -29.516977697765832, "W21": -38.403807295044402, "S21": -38.403807295044402, "W22": -50.099184331882505, "S22": -50.099184331882505, "W31": -74.170618380762065, "S31": -74.170618380762065, "W32": -89.19968896261436, "S32": -94.19968896261436 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 510293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76585221983612706, "S11": -0.76585221983612706, "W12": -4.5670427415820027, "S12": -4.5670427415820027, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -45.251223939512535, "S21": -48.251223939512535, "W22": -36.814494871486573, "S22": -47.278343809946605, "W31": -70.0, "S31": -70.0, "W32": -98.291624520087836, "S32": -103.29162452008784 }, "geometry": { "type": "Point", "coordinates": [ 104574.0, 523512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.033142541436485, "S13": -15.033142541436485, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -43.987048255355859, "W31": -80.0, "S31": -80.0, "W32": -98.839085436624629, "S32": -103.83908543662463 }, "geometry": { "type": "Point", "coordinates": [ 104574.1, 527091.050000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20754496747034434, "S11": -0.20754496747034434, "W12": -4.0746415654489523, "S12": -4.253164058884412, "W13": -22.415287663825922, "S13": -22.415287663825922, "W21": -37.018648492278906, "S21": -40.922251935738608, "W22": -36.72479250668551, "S22": -45.148745011704094, "W31": -71.086904821548657, "S31": -71.086904821548657, "W32": -94.268744005671152, "S32": -99.268744005671152 }, "geometry": { "type": "Point", "coordinates": [ 104574.666666666671517, 506373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4140361925913059, "S12": -8.4140361925913059, "W13": -16.794352556844292, "S13": -18.974532155009548, "W21": -39.310063755729956, "S21": -39.310063755729956, "W22": -30.749663072776283, "S22": -30.749663072776283, "W31": -70.0, "S31": -70.0, "W32": -95.472870927139482, "S32": -100.47287092713948 }, "geometry": { "type": "Point", "coordinates": [ 104575.0, 497280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15366489708484685, "S11": 0.15366489708484685, "W12": -6.6808418220796142, "S12": -16.421997852388007, "W13": -19.807039277206513, "S13": -19.807039277206513, "W21": -30.0, "S21": -34.510572231258315, "W22": -35.963694151994623, "S22": -39.033834412761117, "W31": -49.613814411855152, "S31": -50.553227164603221, "W32": -98.048606105698809, "S32": -103.04860610569881 }, "geometry": { "type": "Point", "coordinates": [ 104575.0, 508620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34336365632877464, "S11": 0.34336365632877464, "W12": -10.945674427734968, "S12": -10.945674427734968, "W13": -19.703131185997034, "S13": -25.496309557254914, "W21": -35.293739014712251, "S21": -35.84924667837322, "W22": -40.0, "S22": -46.857693233807055, "W31": -80.0, "S31": -80.0, "W32": -98.430204004722682, "S32": -103.43020400472268 }, "geometry": { "type": "Point", "coordinates": [ 104576.0, 513526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.876953411303846, "S12": -11.704034049510046, "W13": -29.465261009226417, "S13": -29.465261009226417, "W21": -38.412263217620982, "S21": -38.412263217620982, "W22": -46.613464022606877, "S22": -46.613464022606877, "W31": -74.91373916719138, "S31": -78.639296021472646, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104576.2, 510283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5836980509514733, "S12": -4.5836980509514733, "W13": -16.21831983964854, "S13": -16.21831983964854, "W21": -44.277787732122114, "S21": -47.096780170591735, "W22": -51.999865401440204, "S22": -51.999865401440204, "W31": -75.217985355883087, "S31": -75.217985355883087, "W32": -88.425116337129921, "S32": -93.425116337129921 }, "geometry": { "type": "Point", "coordinates": [ 104576.25, 522247.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.122805756919606, "S12": -12.435550749700013, "W13": -19.669983251890965, "S13": -20.889759982160783, "W21": -33.585930873636734, "S21": -33.585930873636734, "W22": -30.000000000000007, "S22": -30.000000000000007, "W31": -70.0, "S31": -70.0, "W32": -95.620866389405123, "S32": -100.62086638940512 }, "geometry": { "type": "Point", "coordinates": [ 104576.6, 507131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39744279946164196, "S11": -1.5602632870165758, "W12": -6.4381347914027964, "S12": -8.3285427519368653, "W13": -25.0, "S13": -25.0, "W21": -36.20319575203596, "S21": -39.32177508670722, "W22": -40.000000000000007, "S22": -46.501775824705042, "W31": -80.0, "S31": -80.0, "W32": -98.501957459091813, "S32": -103.50195745909181 }, "geometry": { "type": "Point", "coordinates": [ 104577.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -65.667165453989568, "S31": -70.289594016915089, "W32": -89.824779469677907, "S32": -94.824779469677907 }, "geometry": { "type": "Point", "coordinates": [ 104577.0, 527018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099300485831216312, "S11": 0.099300485831216312, "W12": -4.8134647655929115, "S12": -5.9956086119598213, "W13": -16.455199016100178, "S13": -18.908500275112186, "W21": -40.0, "S21": -42.002546158258276, "W22": -44.931186704752015, "S22": -44.931186704752015, "W31": -75.239998, "S31": -75.239998, "W32": -92.976686281933638, "S32": -97.976686281933638 }, "geometry": { "type": "Point", "coordinates": [ 104578.0, 499109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23548288039305998, "S11": 0.23548288039305998, "W12": -7.882523444160273, "S12": -7.882523444160273, "W13": -14.107366029423565, "S13": -14.35776534137835, "W21": -42.108519617523392, "S21": -45.108519617523392, "W22": -43.820474062390502, "S22": -43.820474062390502, "W31": -74.814511490271954, "S31": -74.814511490271954, "W32": -100.29569766875491, "S32": -105.29569766875491 }, "geometry": { "type": "Point", "coordinates": [ 104578.0, 501680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24993877051187852, "S11": -0.24993877051187852, "W12": -10.0, "S12": -20.053355337587313, "W13": -21.851721089029052, "S13": -21.851721089029052, "W21": -39.994055844557067, "S21": -39.994055844557067, "W22": -80.0, "S22": -81.202459810970197, "W31": -84.758493899672899, "S31": -84.758493899672899, "W32": -96.061438561438564, "S32": -101.06143856143856 }, "geometry": { "type": "Point", "coordinates": [ 104578.0, 509590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70405723003339726, "S11": -6.1567571894323585, "W12": -7.2105747144614059, "S12": -12.548069816667141, "W13": -15.0, "S13": -23.151728538588422, "W21": -33.062930594154032, "S21": -34.550952340623851, "W22": -37.487858741201201, "S22": -52.487858741201201, "W31": -76.356046605385259, "S31": -76.356046605385259, "W32": -91.494206851877806, "S32": -96.494206851877806 }, "geometry": { "type": "Point", "coordinates": [ 104579.0, 505390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27779357912326241, "S11": 0.27779357912326241, "W12": -6.7020740245908357, "S12": -10.866876191336008, "W13": -19.020631131533847, "S13": -19.020631131533847, "W21": -30.0, "S21": -32.956635318704286, "W22": -33.062396479536758, "S22": -34.767547964511138, "W31": -65.268661095396752, "S31": -65.268661095396752, "W32": -88.703919338692614, "S32": -93.703919338692614 }, "geometry": { "type": "Point", "coordinates": [ 104579.0, 508479.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5503148266318818, "W12": -8.8015833867996172, "S12": -8.8015833867996172, "W13": -18.490288336873885, "S13": -25.13564143902936, "W21": -42.469808116130643, "S21": -42.469808116130643, "W22": -51.139580981598407, "S22": -51.139580981598407, "W31": -73.865886196545176, "S31": -73.865886196545176, "W32": -89.458320048758324, "S32": -94.458320048758324 }, "geometry": { "type": "Point", "coordinates": [ 104579.0, 516746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -9.5500002, "S12": -9.5500002, "W13": -16.360001, "S13": -16.360001, "W21": -44.599998, "S21": -47.199998, "W22": -48.810877271420814, "S22": -48.810877271420814, "W31": -75.888138874599221, "S31": -82.50231210294568, "W32": -91.160308167751211, "S32": -96.160308167751211 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -17.32015702338283, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.47246193444434, "S21": -35.410322646958846, "W22": -32.537460441983477, "S22": -46.148235922514125, "W31": -70.0, "S31": -70.0, "W32": -97.707682506328965, "S32": -102.70768250632896 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 506725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1147130062524644, "W12": -10.124968344003012, "S12": -14.573719524460122, "W13": -19.853228697675721, "S13": -20.886965858592202, "W21": -33.767492905097974, "S21": -33.880985093443925, "W22": -37.625364318795583, "S22": -52.625364318795583, "W31": -76.52836190858082, "S31": -76.52836190858082, "W32": -91.628845023045969, "S32": -96.628845023045969 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 507014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.217016229039737, "W13": -18.309227272144202, "S13": -18.309227272144202, "W21": -30.362691625493134, "S21": -30.362691625493134, "W22": -35.899927751678732, "S22": -35.899927751678732, "W31": -50.0, "S31": -51.368362915115263, "W32": -95.213833620419436, "S32": -100.21383362041944 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 508145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26303258650202471, "S11": 0.030722709414712779, "W12": -9.3773932707212424, "S12": -9.3773932707212424, "W13": -19.355605637454182, "S13": -19.355605637454182, "W21": -33.298506789619303, "S21": -34.380143656826533, "W22": -66.608212049638809, "S22": -66.608212049638809, "W31": -89.608989134013726, "S31": -89.608989134013726, "W32": -90.879667922678607, "S32": -95.879667922678607 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 512945.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.552799091542119, "S12": -4.552799091542119, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -45.420095092202317, "S21": -46.893376015677447, "W22": -47.790108794524144, "S22": -47.790108794524144, "W31": -76.591991849787036, "S31": -78.521948662038824, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104580.571428571434808, 523873.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67576211894051175, "S11": -0.03756443753949934, "W12": -10.0, "S12": -10.903881790104782, "W13": -19.7370999683253, "S13": -19.7370999683253, "W21": -33.937207228133218, "S21": -33.937207228133218, "W22": -40.005450911513549, "S22": -47.240849987960509, "W31": -80.0, "S31": -80.0, "W32": -98.331679566051463, "S32": -103.33167956605146 }, "geometry": { "type": "Point", "coordinates": [ 104580.666666666671517, 512502.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45942126514131898, "S11": -3.0015453019542782, "W12": -6.62536141221271, "S12": -7.1314925306504477, "W13": -23.633643617021274, "S13": -24.60312890564613, "W21": -35.872538466002446, "S21": -38.786916924921094, "W22": -50.0, "S22": -54.424418106092517, "W31": -77.819323093129597, "S31": -77.819323093129597, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104580.75, 505773.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.501052636384742, "S13": -18.673171400138152, "W21": -41.928339435215449, "S21": -43.686631561928628, "W22": -80.0, "S22": -81.749010420874058, "W31": -84.947762644918996, "S31": -84.947762644918996, "W32": -95.89972527472527, "S32": -100.89972527472527 }, "geometry": { "type": "Point", "coordinates": [ 104580.833333333328483, 499880.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.415293215791491, "S11": 1.415293215791491, "W12": -10.0, "S12": -13.0, "W13": -15.056778811407831, "S13": -17.691208149280317, "W21": -60.0, "S21": -61.593834423197755, "W22": -51.112089312816309, "S22": -51.112089312816309, "W31": -73.853695125572003, "S31": -73.853695125572003, "W32": -89.46570089297191, "S32": -94.46570089297191 }, "geometry": { "type": "Point", "coordinates": [ 104581.0, 500695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38837292373638155, "S11": 0.38837292373638155, "W12": -5.6432059269237245, "S12": -5.6432059269237245, "W13": -25.851317094676514, "S13": -35.07313283643883, "W21": -36.843119039831876, "S21": -36.843119039831876, "W22": -36.106112073219336, "S22": -36.106112073219336, "W31": -65.362120528447477, "S31": -66.235217071140454, "W32": -89.342153271605525, "S32": -94.342153271605525 }, "geometry": { "type": "Point", "coordinates": [ 104581.0, 511361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0931564438442214, "S12": -7.3331907324044856, "W13": -16.70465018450848, "S13": -20.78071674114257, "W21": -32.491152593868868, "S21": -34.304267844512516, "W22": -46.839725143463902, "S22": -46.839725143463902, "W31": -74.963827927745797, "S31": -78.387870871599517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104581.25, 502934.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71879649355049657, "S11": -0.71879649355049657, "W12": -10.0, "S12": -15.189024487518042, "W13": -21.741455695032627, "S13": -21.741455695032627, "W21": -40.0, "S21": -40.0, "W22": -70.902268794836402, "S22": -81.884564578762621, "W31": -83.384540472416901, "S31": -83.384540472416901, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104581.666666666671517, 509513.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7482888381538038, "S11": 1.7482888381538038, "W12": -3.520287018917156, "S12": -3.520287018917156, "W13": -14.139237944395134, "S13": -17.03404631398287, "W21": -40.595482790118965, "S21": -43.591613994450199, "W22": -40.0, "S22": -55.0, "W31": -79.638334726531482, "S31": -79.638334726531482, "W32": -94.446020055955316, "S32": -99.446020055955316 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 498592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4760725931534788, "S11": 1.4760725931534788, "W12": -7.7325237347947908, "S12": -7.7325237347947908, "W13": -12.914490161001789, "S13": -19.955710617169828, "W21": -43.641514903721145, "S21": -51.30675674849055, "W22": -40.0, "S22": -55.0, "W31": -79.637566859708826, "S31": -79.637566859708826, "W32": -94.444569818275454, "S32": -99.444569818275454 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 502332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.192328408438613, "S12": -10.192328408438613, "W13": -21.94563274573137, "S13": -21.94563274573137, "W21": -37.906090368643987, "S21": -37.906090368643987, "W22": -40.0, "S22": -53.136421101022876, "W31": -79.526994037247121, "S31": -79.526994037247121, "W32": -94.235735592376884, "S32": -99.235735592376884 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 509261.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23230467793289244, "S11": -0.23230467793289244, "W12": -10.0, "S12": -20.0, "W13": -21.849672424225705, "S13": -21.849672424225705, "W21": -39.997038135604036, "S21": -39.997038135604036, "W22": -55.12817181389434, "S22": -55.12817181389434, "W31": -75.310094940348648, "S31": -75.310094940348648, "W32": -88.565564823864861, "S32": -93.565564823864861 }, "geometry": { "type": "Point", "coordinates": [ 104582.0, 509590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41994616419920583, "S11": -1.6782083875607521, "W12": -6.4461779397909096, "S12": -8.4670766989033179, "W13": -24.991612259701768, "S13": -24.991612259701768, "W21": -36.235831113786581, "S21": -39.280157574894574, "W22": -80.0, "S22": -80.583797966546413, "W31": -84.169915512942509, "S31": -84.169915512942509, "W32": -96.115447052947047, "S32": -101.11544705294705 }, "geometry": { "type": "Point", "coordinates": [ 104582.2, 505815.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62852587791427916, "S11": 0.62852587791427916, "W12": -9.7988117435289528, "S12": -27.466079913955411, "W13": -27.466079913955411, "S13": -27.466079913955411, "W21": -38.887497150845988, "S21": -38.887497150845988, "W22": -65.529016783952329, "S22": -69.787305655903566, "W31": -91.209295539255351, "S31": -91.209295539255351, "W32": -91.438038319564072, "S32": -96.438038319564072 }, "geometry": { "type": "Point", "coordinates": [ 104582.2, 509945.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28506274869897152, "S11": -0.28506274869897152, "W12": -9.6633112710063021, "S12": -9.6633112710063021, "W13": -16.219933806992987, "S13": -18.648709785658756, "W21": -51.738389602156374, "S21": -53.523593426191603, "W22": -33.063591730561058, "S22": -33.886731778149688, "W31": -65.046618708141906, "S31": -65.046618708141906, "W32": -88.854301638618836, "S32": -93.854301638618836 }, "geometry": { "type": "Point", "coordinates": [ 104582.333333333328483, 500425.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31355178539891426, "S11": 0.31355178539891426, "W12": -10.0, "S12": -15.0, "W13": -20.0, "S13": -20.0, "W21": -32.372559261914127, "S21": -32.372559261914127, "W22": -30.396407837445572, "S22": -30.396407837445572, "W31": -70.0, "S31": -70.0, "W32": -95.496084418985475, "S32": -100.49608441898548 }, "geometry": { "type": "Point", "coordinates": [ 104582.6, 507634.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49878874242961235, "S11": 0.49878874242961235, "W12": -8.2395437795119584, "S12": -13.877847577661258, "W13": -20.550760200529105, "S13": -20.550760200529105, "W21": -30.661426348171656, "S21": -30.861426348172081, "W22": -30.41896213749504, "S22": -39.620781519785403, "W31": -70.0, "S31": -70.0, "W32": -97.319880681851998, "S32": -102.319880681852 }, "geometry": { "type": "Point", "coordinates": [ 104582.8, 508738.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32292603973446254, "S11": 0.32292603973446254, "W12": -5.0469395756903195, "S12": -8.7071150844181666, "W13": -18.421234484780474, "S13": -21.795147711923317, "W21": -31.173090598640332, "S21": -31.173090598640332, "W22": -40.0, "S22": -42.261398074871693, "W31": -80.0, "S31": -80.0, "W32": -99.458977550860865, "S32": -104.45897755086087 }, "geometry": { "type": "Point", "coordinates": [ 104583.0, 503263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7993499828942863, "S12": -9.9689191854607397, "W13": -18.299539704658514, "S13": -18.299539704658514, "W21": -30.148095281796106, "S21": -30.148095281796106, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -75.239998, "S31": -75.239998, "W32": -89.901674332606689, "S32": -94.901674332606689 }, "geometry": { "type": "Point", "coordinates": [ 104583.0, 508161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59761328013681414, "S11": 0.59761328013681414, "W12": -7.1550991634301377, "S12": -14.781312755663976, "W13": -28.754651491302603, "S13": -28.754651491302603, "W21": -37.688868607416758, "S21": -37.688868607416758, "W22": -40.0, "S22": -40.0, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104583.0, 511082.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5444099378881988, "S11": 0.01220106021040035, "W12": -10.0, "S12": -10.810137467449882, "W13": -19.707393588537617, "S13": -19.707393588537617, "W21": -33.888921245070243, "S21": -33.991861907025303, "W22": -48.740462004808215, "S22": -48.740462004808215, "W31": -72.804750933923501, "S31": -72.909177258607826, "W32": -97.274186070211414, "S32": -102.27418607021141 }, "geometry": { "type": "Point", "coordinates": [ 104583.0, 512534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -17.325315436241592, "W13": -20.0, "S13": -20.0, "W21": -33.294917452639403, "S21": -35.126822014716062, "W22": -35.613895542956506, "S22": -48.108367708106684, "W31": -70.0, "S31": -70.0, "W32": -97.991158998317871, "S32": -102.99115899831787 }, "geometry": { "type": "Point", "coordinates": [ 104583.6, 506742.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081824796955385942, "S11": -0.081824796955385942, "W12": -8.6223961568730907, "S12": -14.211550280130227, "W13": -20.576992139582753, "S13": -20.576992139582753, "W21": -34.818753499666073, "S21": -37.459297291227657, "W22": -37.926844098556408, "S22": -37.926844098556408, "W31": -65.514969988359482, "S31": -68.023234563188709, "W32": -89.56695206329249, "S32": -94.56695206329249 }, "geometry": { "type": "Point", "coordinates": [ 104583.666666666671517, 506591.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3752093802345059, "S11": -0.3752093802345059, "W12": -10.0, "S12": -18.402903405918529, "W13": -21.815989864151788, "S13": -21.815989864151788, "W21": -39.988368178094063, "S21": -39.988368178094063, "W22": -34.960503841575161, "S22": -34.960503841575161, "W31": -58.460462867373202, "S31": -59.158350052440014, "W32": -100.37353909771896, "S32": -105.37353909771896 }, "geometry": { "type": "Point", "coordinates": [ 104584.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58445100125761829, "S11": 0.58445100125761829, "W12": -8.6762840984965592, "S12": -24.866151219934775, "W13": -24.866151219934775, "S13": -24.866151219934775, "W21": -39.609378758732589, "S21": -39.609378758732589, "W22": -48.427963903163025, "S22": -48.427963903163025, "W31": -77.764940706825087, "S31": -78.695611370908608, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104584.0, 509838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57459312839059673, "S11": 0.57459312839059673, "W12": -8.6081574568260244, "S12": -8.6081574568260244, "W13": -16.65472045134041, "S13": -16.65472045134041, "W21": -40.88127672154463, "S21": -40.971176977607691, "W22": -51.005226432144887, "S22": -55.872793074655753, "W31": -78.123937556162161, "S31": -78.123937556162161, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104585.0, 497426.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.89103250154903402, "W12": -10.1290484372058, "S12": -14.185646836385457, "W13": -19.826650409174437, "S13": -20.965259837670597, "W21": -33.784126558114721, "S21": -33.784126558114721, "W22": -62.376818555344919, "S22": -71.069114189799024, "W31": -84.225955571174353, "S31": -84.225955571174353, "W32": -97.413303902086525, "S32": -102.41330390208653 }, "geometry": { "type": "Point", "coordinates": [ 104585.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68557448053468195, "S11": -0.68557448053468195, "W12": -10.0, "S12": -10.0, "W13": -21.778842573706296, "S13": -21.778842573706296, "W21": -38.941585212940211, "S21": -38.941585212940211, "W22": -80.0, "S22": -80.0, "W31": -84.29318407400207, "S31": -84.29318407400207, "W32": -95.969967532467521, "S32": -100.96996753246752 }, "geometry": { "type": "Point", "coordinates": [ 104585.0, 509376.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6385486944844274, "S12": -10.701655490600931, "W13": -28.006417241796825, "S13": -29.468501013069496, "W21": -37.438254300213188, "S21": -37.438254300213188, "W22": -34.97323914905553, "S22": -48.063484845131555, "W31": -67.300543617335521, "S31": -67.300543617335521, "W32": -89.41472746020824, "S32": -94.41472746020824 }, "geometry": { "type": "Point", "coordinates": [ 104585.0, 511163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.01692375690604, "S13": -15.01692375690604, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -47.963520346737127, "W31": -80.0, "S31": -80.0, "W32": -98.13982251569081, "S32": -103.13982251569081 }, "geometry": { "type": "Point", "coordinates": [ 104585.4, 527137.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.101682008760122, "S22": -49.48231603938337, "W31": -78.820233248062024, "S31": -78.820233248062024, "W32": -93.272035417107332, "S32": -98.272035417107332 }, "geometry": { "type": "Point", "coordinates": [ 104585.642857142855064, 527065.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23018731988472618, "S11": 0.23018731988472618, "W12": -9.2347886430597992, "S12": -9.2347886430597992, "W13": -13.319393307468477, "S13": -16.037033444396162, "W21": -53.626920606689389, "S21": -54.785474804745519, "W22": -39.863410027309754, "S22": -39.863410027309754, "W31": -65.675202498794206, "S31": -70.312374043922844, "W32": -89.812690776911268, "S32": -94.812690776911268 }, "geometry": { "type": "Point", "coordinates": [ 104585.75, 501210.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0912869093548263, "S11": 2.0912869093548263, "W12": -9.1118649911255183, "S12": -11.155531459390222, "W13": -15.887414029685138, "S13": -17.204369000406011, "W21": -35.12368583797155, "S21": -35.12368583797155, "W22": -37.422979973855512, "S22": -52.422979973855512, "W31": -75.969936576004443, "S31": -75.969936576004443, "W32": -91.107501919912508, "S32": -96.107501919912508 }, "geometry": { "type": "Point", "coordinates": [ 104586.0, 497023.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0450493261609219, "S12": -9.1841390318935368, "W13": -24.362856459616189, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -47.916446527042268, "S22": -47.916446527042268, "W31": -76.955237077224623, "S31": -78.506790582173849, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104586.0, 511545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4254855634565091, "S12": -5.4254855634565091, "W13": -19.797702197066908, "S13": -19.797702197066908, "W21": -42.016567578414055, "S21": -44.716204242062645, "W22": -50.437440002818214, "S22": -50.437440002818214, "W31": -76.08285305975798, "S31": -78.449489876951276, "W32": -90.307841302313435, "S32": -95.307841302313435 }, "geometry": { "type": "Point", "coordinates": [ 104586.0, 520297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -17.021744966442892, "W13": -20.0, "S13": -20.0, "W21": -32.927394624013708, "S21": -34.555354578452786, "W22": -39.982302531628818, "S22": -44.635996402849635, "W31": -80.0, "S31": -80.0, "W32": -99.092192013406603, "S32": -104.0921920134066 }, "geometry": { "type": "Point", "coordinates": [ 104586.4, 506779.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.119542178889178, "W12": -10.131393687629451, "S12": -10.605368853660847, "W13": -19.782089624978234, "S13": -19.782089624978234, "W21": -33.186004244651322, "S21": -33.186004244651322, "W22": -46.641102964994012, "S22": -47.029358884758352, "W31": -75.363678358465634, "S31": -82.049359626577413, "W32": -91.681350239955748, "S32": -96.681350239955748 }, "geometry": { "type": "Point", "coordinates": [ 104586.8, 507237.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59, "S11": -0.59, "W12": -9.1, "S12": -9.1, "W13": -17.129999, "S13": -18.999999000000003, "W21": -47.862848077028282, "S21": -49.578387306265185, "W22": -34.729854324261296, "S22": -34.729854324261296, "W31": -49.164021938794612, "S31": -49.98301589533213, "W32": -99.034623890090032, "S32": -104.03462389009003 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82566166540123231, "S11": -0.82566166540123231, "W12": -4.579574463866031, "S12": -4.579574463866031, "W13": -17.67315867913419, "S13": -17.67315867913419, "W21": -41.890749146792004, "S21": -44.890749146792004, "W22": -49.256031696170723, "S22": -49.256031696170723, "W31": -74.881802973630784, "S31": -74.881802973630784, "W32": -88.554074115046262, "S32": -93.554074115046262 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 521603.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27503821950439078, "S11": 0.27503821950439078, "W12": -6.8220819652501632, "S12": -13.3037070884132, "W13": -19.278369667737788, "S13": -19.278369667737788, "W21": -30.0, "S21": -33.869503078276168, "W22": -40.0, "S22": -40.045800447226213, "W31": -80.0, "S31": -80.0, "W32": -99.530462962537598, "S32": -104.5304629625376 }, "geometry": { "type": "Point", "coordinates": [ 104587.5, 508527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44579386920333408, "S11": -0.93334453509789439, "W12": -5.2200973453356854, "S12": -6.5492802343023016, "W13": -11.887583181908347, "S13": -18.307036833752679, "W21": -30.406150876499314, "S21": -31.206437577286803, "W22": -36.405521492437352, "S22": -36.405521492437352, "W31": -65.401642355854506, "S31": -66.818452820910878, "W32": -89.379794177371494, "S32": -94.379794177371494 }, "geometry": { "type": "Point", "coordinates": [ 104588.333333333328483, 505177.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7140911778344154, "S12": -7.7140911778344154, "W13": -18.902535302608484, "S13": -20.095480002541382, "W21": -48.236707225492715, "S21": -51.236707225492715, "W22": -46.277902782933275, "S22": -46.277902782933275, "W31": -74.761899735998625, "S31": -78.554582438350508, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104588.5, 518263.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4575755985401731, "S11": -0.4575755985401731, "W12": -11.511060720912406, "S12": -11.511060720912406, "W13": -20.311688160137145, "S13": -27.381563311115649, "W21": -38.263036885894053, "S21": -42.557258870235259, "W22": -51.301132393631391, "S22": -56.301132393631391, "W31": -78.110857589967068, "S31": -78.110857589967068, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104588.983606557376334, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.2288552903518575, "W12": -7.9331925190252441, "S12": -7.9331925190252441, "W13": -15.262120774856303, "S13": -16.389309062553551, "W21": -43.459112644186703, "S21": -45.959673650076795, "W22": -46.606361575064675, "S22": -47.007869678673138, "W31": -75.339629034548722, "S31": -81.993501380243018, "W32": -91.669004207573636, "S32": -96.669004207573636 }, "geometry": { "type": "Point", "coordinates": [ 104589.0, 498029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6122134793020866, "S12": -8.826374025143032, "W13": -18.518875611387472, "S13": -18.518875611387472, "W21": -30.000000000000004, "S21": -30.304245726683142, "W22": -40.0, "S22": -40.263759730775504, "W31": -80.0, "S31": -80.0, "W32": -99.49931339761153, "S32": -104.49931339761153 }, "geometry": { "type": "Point", "coordinates": [ 104589.0, 508309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77846292947558782, "S11": 0.77846292947558782, "W12": -9.3715241927646957, "S12": -9.3715241927646957, "W13": -16.356471491235364, "S13": -16.356471491235364, "W21": -44.478939579079977, "S21": -46.949586306499043, "W22": -63.5027922680922, "S22": -73.502792268092207, "W31": -83.951369053849945, "S31": -83.951369053849945, "W32": -98.468992072821536, "S32": -103.46899207282154 }, "geometry": { "type": "Point", "coordinates": [ 104589.25, 497781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72548980751146708, "S11": 0.72548980751146708, "W12": -4.2127090977908939, "S12": -12.433097138035773, "W13": -20.000000000000004, "S13": -21.23835148409141, "W21": -35.010739085552764, "S21": -35.010739085552764, "W22": -36.50046439042697, "S22": -39.971908483670745, "W31": -49.749147032551868, "S31": -50.637203645284771, "W32": -98.167709084145187, "S32": -103.16770908414519 }, "geometry": { "type": "Point", "coordinates": [ 104589.444444444437977, 504083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40007697152055388, "S11": -0.61093605916471061, "W12": -4.5639405681341048, "S12": -4.5639405681341048, "W13": -15.0, "S13": -16.133474919093381, "W21": -30.533352973060456, "S21": -30.533352973060456, "W22": -37.16866980464944, "S22": -49.714862945144873, "W31": -70.280945489422052, "S31": -73.560474012887653, "W32": -91.386952793669693, "S32": -96.386952793669693 }, "geometry": { "type": "Point", "coordinates": [ 104590.0, 504699.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38702752670501239, "S11": -1.6511479483168774, "W12": -5.8422717887629156, "S12": -10.847394569566251, "W13": -25.0, "S13": -25.0, "W21": -37.322594346481054, "S21": -40.0, "W22": -43.23452144891322, "S22": -43.23452144891322, "W31": -74.823474212367827, "S31": -74.823474212367827, "W32": -100.39353221652716, "S32": -105.39353221652716 }, "geometry": { "type": "Point", "coordinates": [ 104590.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.61176191230014232, "W12": -10.133197373376012, "S12": -13.527315574655193, "W13": -19.777421503890341, "S13": -21.140602962936956, "W21": -33.626762406798868, "S21": -33.626762406798868, "W22": -30.452877663832393, "S22": -40.587313875408945, "W31": -70.0, "S31": -70.0, "W32": -97.386930741761148, "S32": -102.38693074176115 }, "geometry": { "type": "Point", "coordinates": [ 104590.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6668650723577025, "S12": -7.6668650723577025, "W13": -18.923670573087715, "S13": -19.651846767382594, "W21": -48.548480600707755, "S21": -51.548480600707755, "W22": -37.14874203413239, "S22": -51.221798572994373, "W31": -70.797732405023197, "S31": -73.620195143638128, "W32": -91.064463965502526, "S32": -96.064463965502526 }, "geometry": { "type": "Point", "coordinates": [ 104590.0, 518328.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1872765991324772, "S11": 2.1872765991324767, "W12": -8.6523741248459523, "S12": -8.6523741248459523, "W13": -15.768408643413931, "S13": -16.30319434043523, "W21": -43.98909210993601, "S21": -46.458016080490374, "W22": -49.50564397201304, "S22": -49.50564397201304, "W31": -74.231188546920336, "S31": -74.231188546920336, "W32": -89.115737856192226, "S32": -94.115737856192226 }, "geometry": { "type": "Point", "coordinates": [ 104590.428571428565192, 497924.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43495888533576976, "S11": -0.43495888533576976, "W12": -10.0, "S12": -16.489798197335954, "W13": -21.780002556174104, "S13": -21.780002556174104, "W21": -40.0, "S21": -40.0, "W22": -62.892195930758149, "S22": -72.892195930758149, "W31": -84.065693648965919, "S31": -84.065693648965919, "W32": -97.923687637370904, "S32": -102.9236876373709 }, "geometry": { "type": "Point", "coordinates": [ 104590.5, 509544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2914224399014487, "S11": 1.2914224399014487, "W12": -8.9581483409728939, "S12": -15.230297135971963, "W13": -30.0, "S13": -30.0, "W21": -38.288396537965554, "S21": -38.288396537965554, "W22": -45.770524581046203, "S22": -45.770524581046203, "W31": -74.634547394171449, "S31": -78.750839859056157, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104590.857142857144936, 510790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15309798270893371, "S11": 0.15309798270893371, "W12": -8.9595673286774336, "S12": -8.9595673286774336, "W13": -13.498087293889428, "S13": -16.891968337963029, "W21": -50.342868435353985, "S21": -51.507173876870745, "W22": -38.484502085325133, "S22": -45.182063269282764, "W31": -71.79579065501089, "S31": -71.79579065501089, "W32": -93.638477446607226, "S32": -98.638477446607226 }, "geometry": { "type": "Point", "coordinates": [ 104591.0, 501273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.291336085185023, "S22": -53.291336085185023, "W31": -78.076554265298043, "S31": -78.076554265298043, "W32": -92.825533982173908, "S32": -97.825533982173908 }, "geometry": { "type": "Point", "coordinates": [ 104591.310526315792231, 530017.136842105304822 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40946421587798199, "S11": 0.40946421587798199, "W12": -6.9751782146135985, "S12": -9.1103495523432265, "W13": -18.68658124855892, "S13": -18.68658124855892, "W21": -30.0, "S21": -31.925167577973088, "W22": -50.275991439668267, "S22": -50.275991439668267, "W31": -76.032566776611418, "S31": -79.196696238040658, "W32": -90.351241593940955, "S32": -95.351241593940955 }, "geometry": { "type": "Point", "coordinates": [ 104591.5, 508413.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.070764726902883, "S11": -1.070764726902883, "W12": -4.5530949521341046, "S12": -4.5530949521341046, "W13": -15.0, "S13": -15.0, "W21": -45.265591571512566, "S21": -48.042718253984084, "W22": -65.644614846153374, "S22": -70.644614846153374, "W31": -90.099481370455365, "S31": -90.099481370455365, "W32": -91.157850512689222, "S32": -96.157850512689222 }, "geometry": { "type": "Point", "coordinates": [ 104591.75, 522907.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75274143238174895, "S11": -0.92765522417902169, "W12": -8.8851616218412399, "S12": -8.8851616218412399, "W13": -18.740671864606952, "S13": -25.56560761272717, "W21": -42.127670911577212, "S21": -46.068710139669044, "W22": -30.036885530056157, "S22": -30.036885530056157, "W31": -70.0, "S31": -70.0, "W32": -95.689156737722101, "S32": -100.6891567377221 }, "geometry": { "type": "Point", "coordinates": [ 104591.870689655173919, 516621.245689655188471 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11129035480262119, "S11": -0.11129035480262119, "W12": -10.0, "S12": -10.0, "W13": -16.470761381475665, "S13": -18.714925402134963, "W21": -40.950777497470106, "S21": -42.607382460053799, "W22": -40.0, "S22": -42.005330920097464, "W31": -66.109450164741986, "S31": -76.109450164741986, "W32": -92.129730938869344, "S32": -97.129730938869344 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 499579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26419586174465082, "S11": 0.26419586174465082, "W12": -9.4052194729375831, "S12": -9.4052194729375831, "W13": -13.259677982541223, "S13": -15.627548879295304, "W21": -55.157353885677587, "S21": -56.225068028529236, "W22": -50.049421806570194, "S22": -54.215689717169958, "W31": -77.196081953404288, "S31": -77.196081953404288, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 501177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55677892770625947, "S11": 0.55677892770625947, "W12": -10.0, "S12": -12.27196507254763, "W13": -21.434374090308552, "S13": -21.434374090308552, "W21": -33.073325239088859, "S21": -36.767882085695078, "W22": -75.626591753018261, "S22": -84.926778603421155, "W31": -84.926778603421155, "S31": -84.926778603421155, "W32": -98.053011669893777, "S32": -103.05301166989378 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64606403013182667, "S11": 0.64606403013182667, "W12": -10.591705318436915, "S12": -19.539374205211416, "W13": -25.12470582988313, "S13": -25.12470582988313, "W21": -38.347167351514237, "S21": -38.347167351514237, "W22": -75.908438093117894, "S22": -84.578243705000091, "W31": -84.578243705000091, "S31": -84.578243705000091, "W32": -97.451044005338758, "S32": -102.45104400533876 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 509988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2916052648984593, "S11": 2.2916052648984593, "W12": -10.274296568918437, "S12": -12.486069051716431, "W13": -29.937944466461023, "S13": -29.937944466461023, "W21": -38.314453874823606, "S21": -38.314453874823606, "W22": -75.269942840807374, "S22": -83.277205966884509, "W31": -83.831106034569757, "S31": -83.831106034569757, "W32": -97.088424525220134, "S32": -102.08842452522013 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 510360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4925071560868837, "S12": -5.4925071560868837, "W13": -25.630104349220531, "S13": -35.459930982078347, "W21": -36.763494216728994, "S21": -36.763494216728994, "W22": -75.391378574477216, "S22": -82.006468452328377, "W31": -84.067625078024818, "S31": -84.067625078024818, "W32": -96.72580504510195, "S32": -101.72580504510195 }, "geometry": { "type": "Point", "coordinates": [ 104592.0, 511379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2359083733947311, "S11": 1.2359083733947311, "W12": -7.9536541156825624, "S12": -7.9536541156825624, "W13": -16.82971569063044, "S13": -19.533780152788566, "W21": -38.40787720922124, "S21": -38.40787720922124, "W22": -76.826630183759008, "S22": -82.049546813384183, "W31": -84.028702049826805, "S31": -84.028702049826805, "W32": -96.382634267456297, "S32": -101.3826342674563 }, "geometry": { "type": "Point", "coordinates": [ 104592.642857142855064, 497192.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068778696051423421, "S11": 0.068778696051423421, "W12": -9.9526264579754713, "S12": -10.298333494963053, "W13": -15.840111376367089, "S13": -18.50447196643584, "W21": -55.479077508321446, "S21": -57.116074868519362, "W22": -79.05454311589655, "S22": -82.885286497295738, "W31": -83.935268431474213, "S31": -83.935268431474213, "W32": -96.281712355251699, "S32": -101.2817123552517 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 500523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3940613871460066, "W12": -10.0, "S12": -11.026059989906599, "W13": -13.240178505161996, "S13": -14.503357208377599, "W21": -60.885357412253377, "S21": -62.085268158721853, "W22": -80.0, "S22": -82.43857013317151, "W31": -83.841834813121537, "S31": -83.841834813121537, "W32": -96.119193306693234, "S32": -101.11919330669323 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 501004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4574607329842932, "S11": 1.4383323626264841, "W12": -9.9569899879965078, "S12": -10.659578433247125, "W13": -13.09168428564632, "S13": -14.225342693658972, "W21": -60.486506625593812, "S21": -61.500370675363762, "W22": -80.0, "S22": -81.046396884945523, "W31": -83.748401194768959, "S31": -83.748401194768959, "W32": -95.956231268731244, "S32": -100.95623126873124 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 501058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050747735298633523, "S11": 0.050747735298633523, "W12": -7.9627024722932651, "S12": -7.9627024722932651, "W13": -14.142495855647653, "S13": -15.91408941751029, "W21": -43.047670362703116, "S21": -45.015757962743301, "W22": -80.0, "S22": -80.281002848549207, "W31": -84.132172771954927, "S31": -84.132172771954927, "W32": -95.793269230769269, "S32": -100.79326923076927 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 501641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26033844602865991, "S11": -0.26033844602865991, "W12": -10.0, "S12": -16.261341525857652, "W13": -20.158595414487703, "S13": -20.158595414487703, "W21": -34.356585863384744, "S21": -36.722623856167473, "W22": -80.0, "S22": -80.925342772583349, "W31": -84.606425258240762, "S31": -84.606425258240762, "W32": -95.630307192807294, "S32": -100.63030719280729 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 506638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25639065666441496, "S11": 0.25639065666441496, "W12": -6.8890576454054475, "S12": -15.756586628026357, "W13": -19.539142631962296, "S13": -19.539142631962296, "W21": -30.0, "S21": -34.576187335092349, "W22": -80.000000000000014, "S22": -82.224889659173982, "W31": -85.080677744527193, "S31": -85.080677744527193, "W32": -95.467345154845106, "S32": -100.46734515484511 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96931259175316131, "S11": 0.96931259175316131, "W12": -6.726334543498723, "S12": -9.7282902149459201, "W13": -22.51827135768518, "S13": -36.622993056185052, "W21": -36.622993056185052, "S21": -36.622993056185052, "W22": -80.0, "S22": -83.524436545762981, "W31": -85.554930230813056, "S31": -85.554930230813056, "W32": -95.304383116883116, "S32": -100.30438311688312 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 511753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.5, "S12": -4.0, "W13": -15.0, "S13": -15.0, "W21": -45.701983634386039, "S21": -45.701983634386039, "W22": -79.867724867724874, "S22": -84.761415795909699, "W31": -86.054621547781068, "S31": -86.054621547781068, "W32": -95.130883285945913, "S32": -100.13088328594591 }, "geometry": { "type": "Point", "coordinates": [ 104593.0, 524492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38463190136436309, "S11": 0.38463190136436309, "W12": -4.8115398065042552, "S12": -5.4665634073134255, "W13": -16.134760733452595, "S13": -18.736799450209851, "W21": -40.0, "S21": -41.819307256469791, "W22": -76.560846560846556, "S22": -82.823791871453224, "W31": -86.178452838873, "S31": -86.178452838873, "W32": -94.939085694009108, "S32": -99.939085694009108 }, "geometry": { "type": "Point", "coordinates": [ 104594.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56375942310534866, "S11": -0.56375942310534866, "W12": -9.4118442036393368, "S12": -9.4118442036393368, "W13": -16.970410650467926, "S13": -18.834211825715187, "W21": -46.401683027516604, "S21": -48.046264516777043, "W22": -73.253968253968253, "S22": -78.95204970802412, "W31": -86.277081894992932, "S31": -86.277081894992932, "W32": -94.823269659155869, "S32": -99.823269659155869 }, "geometry": { "type": "Point", "coordinates": [ 104594.0, 500134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90860682460334719, "S11": -1.4086068246033472, "W12": -10.369146910093912, "S12": -10.369146910093912, "W13": -20.27001760319747, "S13": -28.873489082845392, "W21": -39.111256583627764, "S21": -43.132273408468592, "W22": -69.743236240843629, "S22": -74.751314329029427, "W31": -86.647608886657466, "S31": -86.647608886657466, "W32": -94.707453624302644, "S32": -99.707453624302644 }, "geometry": { "type": "Point", "coordinates": [ 104594.0, 515344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000027, "S13": -15.000000000000027, "W21": -47.0, "S21": -47.0, "W22": -68.893650273046831, "S22": -73.893650273046831, "W31": -87.019882310984315, "S31": -87.019882310984315, "W32": -94.591637589449405, "S32": -99.591637589449405 }, "geometry": { "type": "Point", "coordinates": [ 104594.285714285710128, 527113.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4767560542015708, "S11": -0.4767560542015708, "W12": -5.4122923628351698, "S12": -7.2065180018523982, "W13": -12.134127973780553, "S13": -16.431803136656324, "W21": -30.653931446353887, "S21": -31.440050567736023, "W22": -68.044064305250032, "S22": -73.044064305250032, "W31": -87.363778785408599, "S31": -87.363778785408599, "W32": -94.475821554596166, "S32": -99.475821554596166 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 505199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2948728267868641, "W12": -10.136520193937111, "S12": -15.486269747336529, "W13": -20.0, "S13": -20.151356333947763, "W21": -33.173359446125971, "S21": -34.009256733940987, "W22": -67.194478337453219, "S22": -72.194478337453219, "W31": -87.707675259832897, "S31": -87.707675259832897, "W32": -94.360005519742927, "S32": -99.360005519742927 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 506936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.357207232580409, "W12": -10.136740491432874, "S12": -14.898028102207331, "W13": -19.927518026295001, "S13": -20.461913601749245, "W21": -33.470979719662566, "S21": -34.088023263479116, "W22": -66.484929053584295, "S22": -71.278691173231266, "W31": -88.05157173425718, "S31": -88.05157173425718, "W32": -94.244189484889702, "S32": -99.244189484889702 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 506984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.137539069855018, "S12": -12.11226030668926, "W13": -19.683102169186377, "S13": -20.657127419836328, "W21": -33.346840639630621, "S21": -33.346840639630621, "W22": -65.819658444909763, "S22": -70.155818940750578, "W31": -88.395468208681478, "S31": -88.395468208681478, "W32": -94.106003860832132, "S32": -99.106003860832132 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8865956268177726, "S12": -7.8865956268177726, "W13": -18.788238557317477, "S13": -21.665502489269635, "W21": -47.023279750870437, "S21": -50.023279750870437, "W22": -65.154387836235216, "S22": -68.724383154274136, "W31": -88.739364683105777, "S31": -88.739364683105777, "W32": -93.61005595537803, "S32": -98.61005595537803 }, "geometry": { "type": "Point", "coordinates": [ 104595.0, 518018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36618586353406368, "S11": -1.0318224256158079, "W12": -9.673910947972912, "S12": -9.673910947972912, "W13": -19.467139574952409, "S13": -19.467139574952409, "W21": -33.504436048932831, "S21": -33.504436048932831, "W22": -64.489117227560669, "S22": -67.613057036042207, "W31": -89.08326115753006, "S31": -89.08326115753006, "W32": -93.263931953406512, "S32": -98.263931953406512 }, "geometry": { "type": "Point", "coordinates": [ 104595.454545454544132, 512792.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70324824058563751, "S11": -0.70324824058563751, "W12": -10.0, "S12": -10.0, "W13": -21.693873368039021, "S13": -21.693873368039021, "W21": -39.247397857076336, "S21": -39.247397857076336, "W22": -64.158648670080481, "S22": -67.193669189916321, "W31": -89.427157631954344, "S31": -89.427157631954344, "W32": -92.99157797703846, "S32": -97.99157797703846 }, "geometry": { "type": "Point", "coordinates": [ 104596.0, 509413.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000704972375676, "S13": -15.000704972375676, "W21": -47.0, "S21": -47.0, "W22": -63.855502041648535, "S22": -66.80160327283869, "W31": -89.771054106378628, "S31": -89.771054106378628, "W32": -92.719224000670408, "S32": -97.719224000670408 }, "geometry": { "type": "Point", "coordinates": [ 104596.7, 527183.349999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3416360519226187, "S11": 0.3416360519226187, "W12": -7.8492655200414028, "S12": -20.361117371893521, "W13": -22.422805300519354, "S13": -22.422805300519354, "W21": -39.868022990380801, "S21": -39.868022990380801, "W22": -63.879671373226536, "S22": -67.66209646874232, "W31": -90.188395662202922, "S31": -90.188395662202922, "W32": -92.446870024302342, "S32": -97.446870024302342 }, "geometry": { "type": "Point", "coordinates": [ 104596.8, 509657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34479383090938154, "S11": 0.34479383090938154, "W12": -5.2245598563824753, "S12": -5.9851699460925607, "W13": -16.02712912087912, "S13": -18.907939982419506, "W21": -40.0, "S21": -41.589980307207561, "W22": -63.959409873998773, "S22": -69.742639312969217, "W31": -90.75201703389034, "S31": -90.75201703389034, "W32": -92.240977615349479, "S32": -97.240977615349479 }, "geometry": { "type": "Point", "coordinates": [ 104597.0, 499316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044545109477385325, "S11": 0.044545109477385325, "W12": -7.4942858532315331, "S12": -7.9139474648466175, "W13": -16.334428963893252, "S13": -19.265275030594918, "W21": -40.414855356489596, "S21": -42.040471740892905, "W22": -64.173433018607611, "S22": -69.573750550927869, "W31": -91.183242724656225, "S31": -91.183242724656225, "W32": -92.069666514390136, "S32": -97.069666514390136 }, "geometry": { "type": "Point", "coordinates": [ 104597.0, 499490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5692659598771801, "S12": -4.5692659598771801, "W13": -18.087035926155689, "S13": -18.087035926155689, "W21": -41.471544490857767, "S21": -44.409436506241178, "W22": -64.479051552993866, "S22": -68.801829223778185, "W31": -91.286034081045273, "S31": -91.286034081045273, "W32": -91.898355413430792, "S32": -96.898355413430792 }, "geometry": { "type": "Point", "coordinates": [ 104597.4, 521386.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.550300398617372, "S12": -4.550300398617372, "W13": -15.501282881626167, "S13": -15.501282881626167, "W21": -44.701924563274602, "S21": -47.544444180054647, "W22": -64.784670087380107, "S22": -67.9931879843178, "W31": -91.388825437434321, "S31": -91.388825437434321, "W32": -91.704253823167505, "S32": -96.704253823167505 }, "geometry": { "type": "Point", "coordinates": [ 104597.714285714289872, 522582.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40315583234203362, "S11": -0.69520482339567136, "W12": -4.7151738634316258, "S12": -4.7151738634316258, "W13": -15.0, "S13": -15.223994025654543, "W21": -30.814450932553211, "S21": -30.814450932553211, "W22": -65.146533397492021, "S22": -67.381194220662834, "W31": -91.114191349100025, "S31": -91.114191349100025, "W32": -91.41861487080331, "S32": -96.41861487080331 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 504670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0588672798704448, "S11": 2.0588672798704448, "W12": -9.9725789066558068, "S12": -11.326940590843973, "W13": -30.0, "S13": -30.0, "W21": -38.206799947875567, "S21": -38.206799947875567, "W22": -65.672662537918384, "S22": -70.075793653378156, "W31": -89.985300343383969, "S31": -89.985300343383969, "W32": -91.123649349455803, "S32": -96.123649349455803 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 510455.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.423570166785197, "W13": -23.97471154420996, "S13": -36.044113980243637, "W21": -36.072673403177191, "S21": -36.072673403177191, "W22": -66.170230382150436, "S22": -66.170230382150436, "W31": -89.504302379496167, "S31": -89.504302379496167, "W32": -90.834969775061793, "S32": -95.834969775061793 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 511601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26041227863350719, "S11": -0.4960610764136999, "W12": -12.098175679635451, "S12": -12.098175679635451, "W13": -20.080753576710826, "S13": -22.614470736314843, "W21": -38.793803328533492, "S21": -40.211240790158797, "W22": -66.090392142382484, "S22": -66.090392142382484, "W31": -89.023304415608933, "S31": -89.023304415608933, "W32": -90.546290200668125, "S32": -95.546290200668125 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 514348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.2, "S12": -5.5, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -46.943951770892497, "S21": -46.943951770892497, "W22": -65.601506535706207, "S22": -65.601506535706207, "W31": -88.542306451721132, "S31": -88.542306451721132, "W32": -90.228607822017537, "S32": -95.228607822017537 }, "geometry": { "type": "Point", "coordinates": [ 104598.0, 526421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50188969258589511, "S11": 0.50188969258589511, "W12": -8.1794228032360419, "S12": -8.1794228032360419, "W13": -16.705031926304848, "S13": -17.947576962717267, "W21": -40.0, "S21": -40.0, "W22": -65.112620929030527, "S22": -65.112620929030527, "W31": -88.061308487833884, "S31": -88.061308487833884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 497329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.044204707099444, "S12": -16.628902693676629, "W13": -20.0, "S13": -20.017405487614575, "W21": -32.61552140063214, "S21": -34.036599273661338, "W22": -64.623735322354236, "S22": -64.623735322354236, "W31": -87.580310523946068, "S31": -87.580310523946068, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 506811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60353015671996213, "W12": -10.140503906985503, "S12": -12.976526089719183, "W13": -19.741962921762635, "S13": -20.794798284133048, "W21": -33.446221888668511, "S21": -33.446221888668511, "W22": -64.341638037124483, "S22": -64.341638037124483, "W31": -86.936630762812626, "S31": -86.936630762812626, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64431269437413086, "S11": -0.64431269437413086, "W12": -10.0, "S12": -10.0, "W13": -21.721356435884193, "S13": -21.721356435884193, "W21": -38.994979716473232, "S21": -38.994979716473232, "W22": -64.18251974156496, "S22": -64.18251974156496, "W31": -86.215919507151838, "S31": -86.215919507151838, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 509387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68573759823797376, "S11": 0.68573759823797376, "W12": -11.271488412541057, "S12": -16.327625424910231, "W13": -25.648853944217787, "S13": -25.648853944217787, "W21": -37.988182905714218, "S21": -37.988182905714218, "W22": -48.211148295418106, "S22": -48.211148295418106, "W31": -77.642708558609257, "S31": -78.612971826704623, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7105000750863493, "S11": 1.7105000750863493, "W12": -12.642582212555041, "S12": -27.642582212555041, "W13": -27.642582212555041, "S13": -27.642582212555041, "W21": -38.567399556570102, "S21": -38.567399556570102, "W22": -44.320220483086757, "S22": -44.320220483086757, "W31": -74.225549915136028, "S31": -77.334313687500327, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 510116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3486023116912111, "S11": 1.3486023116912111, "W12": -9.0199067341918102, "S12": -14.098280529634136, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.209956440015283, "S21": -38.209956440015283, "W22": -48.661513759159277, "S22": -48.661513759159277, "W31": -74.625862619693535, "S31": -74.625862619693535, "W32": -88.767604610874869, "S32": -93.767604610874869 }, "geometry": { "type": "Point", "coordinates": [ 104599.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.261445979762755, "S12": -11.624469649358836, "W13": -18.117620988674549, "S13": -18.117620988674549, "W21": -30.748298275657081, "S21": -30.748298275657081, "W22": -54.051724137931032, "S22": -54.051724137931032, "W31": -75.224942429563882, "S31": -75.224942429563882, "W32": -88.471731510602524, "S32": -93.471731510602524 }, "geometry": { "type": "Point", "coordinates": [ 104599.428571428565192, 508112.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2125940288119117, "S11": 2.2125940288119117, "W12": -3.0738518008492601, "S12": -4.4313932143127523, "W13": -13.706352305885227, "S13": -16.263647487421235, "W21": -41.14230607139983, "S21": -43.044437042096817, "W22": -30.715036921011411, "S22": -30.715036921011411, "W31": -70.0, "S31": -70.0, "W32": -95.355328995300454, "S32": -100.35532899530045 }, "geometry": { "type": "Point", "coordinates": [ 104599.666666666671517, 498491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17189714662047056, "S11": 0.17189714662047056, "W12": -4.6900663028809477, "S12": -6.6123818785433981, "W13": -16.389830508474574, "S13": -19.389830508474574, "W21": -40.0, "S21": -42.184317809946428, "W22": -40.0, "S22": -55.0, "W31": -79.746361464265462, "S31": -79.746361464265462, "W32": -94.531236889996038, "S32": -99.531236889996038 }, "geometry": { "type": "Point", "coordinates": [ 104600.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5215901556264122, "S11": -0.5215901556264122, "W12": -9.9027499488857078, "S12": -9.9027499488857078, "W13": -16.717722891951677, "S13": -18.659076360865662, "W21": -43.548613124577173, "S21": -45.233872798472888, "W22": -40.0, "S22": -46.747500287323298, "W31": -79.343999249196443, "S31": -79.343999249196443, "W32": -93.771312345754026, "S32": -98.771312345754026 }, "geometry": { "type": "Point", "coordinates": [ 104600.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65117935728985288, "W12": -10.141187747128601, "S12": -13.417808013522993, "W13": -19.780136448285379, "S13": -21.037750097632241, "W21": -33.507542681836433, "S21": -33.507542681836433, "W22": -36.063711601273376, "S22": -51.063711601273376, "W31": -73.710049395766447, "S31": -73.710049395766447, "W32": -89.858419248474874, "S32": -94.858419248474874 }, "geometry": { "type": "Point", "coordinates": [ 104600.0, 507088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075553117811967885, "S11": -0.32293661456199541, "W12": -11.555405946896547, "S12": -11.555405946896547, "W13": -19.95744273286444, "S13": -20.063443638384442, "W21": -37.322803891751583, "S21": -40.290497903437718, "W22": -33.060085430812578, "S22": -35.296452503123753, "W31": -65.474237319684121, "S31": -65.474237319684121, "W32": -88.555079591079689, "S32": -93.555079591079689 }, "geometry": { "type": "Point", "coordinates": [ 104600.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45685700346962554, "S11": -0.45685700346962554, "W12": -11.46490705827876, "S12": -11.46490705827876, "W13": -20.292211644568102, "S13": -27.387848017103924, "W21": -38.251234989396082, "S21": -42.593469682584931, "W22": -33.062615267610035, "S22": -33.670218438210952, "W31": -65.05153103458214, "S31": -65.05153103458214, "W32": -88.830848499390896, "S32": -93.830848499390896 }, "geometry": { "type": "Point", "coordinates": [ 104600.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35299302941516508, "S11": -0.35299302941516508, "W12": -4.535733492741727, "S12": -4.535733492741727, "W13": -15.0, "S13": -15.0, "W21": -45.001562678039491, "S21": -48.001562678039491, "W22": -33.063433108264014, "S22": -33.25498006300726, "W31": -65.09951442601745, "S31": -65.09951442601745, "W32": -88.904319132546789, "S32": -93.904319132546789 }, "geometry": { "type": "Point", "coordinates": [ 104600.0, 523328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -33.188885274519642, "S22": -33.188885274519642, "W31": -65.147497817452717, "S31": -65.147497817452717, "W32": -88.977789765702596, "S32": -93.977789765702596 }, "geometry": { "type": "Point", "coordinates": [ 104600.003846153849736, 530037.530769230797887 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5234285322127733, "S11": -0.5234285322127733, "W12": -9.8831588632180907, "S12": -9.8831588632180907, "W13": -16.728071353831353, "S13": -18.650568391531049, "W21": -43.655181089220271, "S21": -45.332054688650167, "W22": -33.775945265476658, "S22": -33.775945265476658, "W31": -65.19548120888804, "S31": -65.19548120888804, "W32": -89.051260398858474, "S32": -94.051260398858474 }, "geometry": { "type": "Point", "coordinates": [ 104600.666666666671517, 500005.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2543121914873801, "S11": 0.2543121914873801, "W12": -7.0594200563269762, "S12": -15.080325447166892, "W13": -19.94884098853899, "S13": -19.94884098853899, "W21": -30.0, "S21": -33.46832027206861, "W22": -34.363005256432984, "S22": -34.363005256432984, "W31": -65.243464600323307, "S31": -65.243464600323307, "W32": -89.124731032014296, "S32": -94.124731032014296 }, "geometry": { "type": "Point", "coordinates": [ 104600.75, 508650.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5652335626963367, "S12": -4.5652335626963367, "W13": -18.15797390435619, "S13": -18.15797390435619, "W21": -41.386219266073496, "S21": -44.315531763537045, "W22": -34.95006524739, "S22": -34.95006524739, "W31": -65.291447991758631, "S31": -65.291447991758631, "W32": -89.198201665170174, "S32": -94.198201665170174 }, "geometry": { "type": "Point", "coordinates": [ 104600.916666666671517, 521348.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.045960742422219, "W13": -15.40472182522895, "S13": -18.33833650268279, "W21": -59.443032613299451, "S21": -60.996925965945557, "W22": -35.537125238347016, "S22": -35.537125238347016, "W31": -65.33943138319394, "S31": -65.679416232996417, "W32": -89.271672298326067, "S32": -94.271672298326067 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 500631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8958492289506208, "S11": 0.8958492289506208, "W12": -6.9017676937612542, "S12": -6.9017676937612542, "W13": -13.810221824686941, "S13": -19.902199510966661, "W21": -39.339310546185395, "S21": -44.713757873258146, "W22": -36.124982881415093, "S22": -36.194716379841111, "W31": -65.387414774629207, "S31": -66.513086141881786, "W32": -89.345142931481874, "S32": -94.345142931481874 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 502483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42643435777517963, "S11": -1.0593636479312603, "W12": -10.108583545587182, "S12": -12.554697269591344, "W13": -19.997179315871104, "S13": -19.997179315871104, "W21": -32.655517433056808, "S21": -32.655517433056808, "W22": -36.716285054258364, "S22": -36.716285054258364, "W31": -65.43539816606453, "S31": -67.290937023513962, "W32": -89.418613564637752, "S32": -94.418613564637752 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 507377.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26577863680160407, "S11": 0.26577863680160407, "W12": -10.919447648642635, "S12": -10.919447648642635, "W13": -19.784874145883137, "S13": -26.426990990753644, "W21": -35.579972596546774, "S21": -36.506662536248449, "W22": -37.313755648543257, "S22": -37.313755648543257, "W31": -65.483381557499854, "S31": -67.739759839591699, "W32": -89.49242273205472, "S32": -94.49242273205472 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 513588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6194173188899157, "S12": -8.6194173188899157, "W13": -18.324924608134296, "S13": -24.873739139643156, "W21": -43.10946674377233, "S21": -53.10946674377233, "W22": -37.918003060556742, "S22": -37.918003060556742, "W31": -65.531364948935121, "S31": -68.18858265566891, "W32": -89.568033524026333, "S32": -94.568033524026333 }, "geometry": { "type": "Point", "coordinates": [ 104601.0, 516988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9870621605709813, "S11": -2.6428954176105313, "W12": -9.239763890278665, "S12": -9.239763890278665, "W13": -18.871315921469403, "S13": -26.257378703645369, "W21": -40.919841973005937, "S21": -47.133974035561707, "W22": -38.522250472570931, "S22": -38.522250472570931, "W31": -65.579348340370444, "S31": -68.637405471746646, "W32": -89.64364431599806, "S32": -94.64364431599806 }, "geometry": { "type": "Point", "coordinates": [ 104601.226666666669189, 516118.986666666693054 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4353519867126987, "S11": 1.4353519867126985, "W12": -10.0, "S12": -12.714156847543226, "W13": -15.077502707806858, "S13": -17.734487761637478, "W21": -60.0, "S21": -61.513425143077818, "W22": -39.126497884584417, "S22": -39.126497884584417, "W31": -65.627331731805697, "S31": -69.086228287823843, "W32": -89.719255107969701, "S32": -94.719255107969701 }, "geometry": { "type": "Point", "coordinates": [ 104601.555555555562023, 500707.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31901520297267072, "S11": -0.31901520297267072, "W12": -11.303813006006791, "S12": -11.303813006006791, "W13": -16.452651272543402, "S13": -18.127648887729894, "W21": -41.412897710128405, "S21": -43.069171833799139, "W22": -39.701915201161832, "S22": -39.701915201161832, "W31": -65.67531512324102, "S31": -70.195779023538165, "W32": -89.794865899941428, "S32": -94.794865899941428 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 499702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12117255043227659, "S11": 0.12117255043227659, "W12": -9.0818003873854209, "S12": -9.0818003873854209, "W13": -13.490203685741999, "S13": -16.680557619356524, "W21": -51.095301615532826, "S21": -52.196983960667296, "W22": -40.0, "S22": -40.012642561516046, "W31": -66.374768199326653, "S31": -73.276218732917812, "W32": -94.200169226953776, "S32": -99.200169226953776 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 501253.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.596654866552643, "W12": -4.9572175625446162, "S12": -4.9572175625446162, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -31.620876950383799, "S21": -31.620876950383799, "W22": -37.349826040837968, "S22": -48.609043104669098, "W31": -70.0, "S31": -74.208230666147927, "W32": -92.167309619999401, "S32": -97.167309619999401 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 504587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83074535716073483, "S11": 0.83074535716073483, "W12": -12.371049858109661, "S12": -12.371049858109663, "W13": -25.013320093337363, "S13": -25.013320093337363, "W21": -38.545391549919664, "S21": -38.545391549919664, "W22": -37.295446384531914, "S22": -50.830306322498075, "W31": -71.747599596334425, "S31": -73.779093379609591, "W32": -90.903954684517217, "S32": -95.903954684517217 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 510016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59648747055043916, "S11": 0.063073818955996175, "W12": -10.0, "S12": -11.0, "W13": -19.743702767163416, "S13": -19.743702767163416, "W21": -33.917951084776142, "S21": -33.917951084776142, "W22": -35.435414649874964, "S22": -35.435414649874964, "W31": -50.0, "S31": -51.329413691886074, "W32": -96.461162856904593, "S32": -101.46116285690459 }, "geometry": { "type": "Point", "coordinates": [ 104602.0, 512502.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10866030046350371, "S11": -0.10866030046350371, "W12": -9.7656200106444118, "S12": -9.7656200106444118, "W13": -16.496650598348221, "S13": -18.688973275256679, "W21": -40.973544181715454, "S21": -42.6038521769892, "W22": -31.069952630609492, "S22": -32.717497437352804, "W31": -60.0, "S31": -60.653469790214544, "W32": -100.48817415656936, "S32": -105.48817415656936 }, "geometry": { "type": "Point", "coordinates": [ 104602.4, 499580.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23202703259572141, "S11": -0.23202703259572141, "W12": -8.2459146904965515, "S12": -8.2459146904965515, "W13": -14.059790494665442, "S13": -19.035174789793722, "W21": -46.613619391601596, "S21": -47.284764962374268, "W22": -34.357152197562201, "S22": -34.921545377301626, "W31": -72.747536061696565, "S31": -73.086232684053513, "W32": -101.19553964766847, "S32": -106.19553964766847 }, "geometry": { "type": "Point", "coordinates": [ 104602.666666666671517, 501477.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37714847740650614, "S11": 0.37714847740650614, "W12": -5.030125447731705, "S12": -8.0187389541622309, "W13": -18.529975464581828, "S13": -21.846203660480011, "W21": -31.251960587619532, "S21": -31.251960587619532, "W22": -48.958137347130773, "S22": -48.958137347130773, "W31": -72.989869730839189, "S31": -73.089535254300444, "W32": -96.875282177884927, "S32": -101.87528217788493 }, "geometry": { "type": "Point", "coordinates": [ 104602.666666666671517, 503301.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -49.346382167964791, "S22": -49.346382167964791, "W31": -73.092371957491991, "S31": -73.197652964315651, "W32": -96.62727783594778, "S32": -101.62727783594778 }, "geometry": { "type": "Point", "coordinates": [ 104602.928571428565192, 527161.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0467805123053751, "S11": 1.0467805123053751, "W12": -7.8354671203888815, "S12": -7.8354671203888815, "W13": -16.79711362647992, "S13": -19.79711362647992, "W21": -38.622693410059753, "S21": -38.622693410059753, "W22": -49.754812908352989, "S22": -49.754812908352989, "W31": -73.19487418414478, "S31": -73.258620682797243, "W32": -96.379273494010619, "S32": -101.37927349401062 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 497206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.0580217206438807, "S12": -7.3421435563818669, "W13": -13.451987945723868, "S13": -15.13602087864329, "W21": -41.452707057131988, "S21": -42.626382053152994, "W22": -49.197942189467788, "S22": -49.197942189467788, "W31": -73.306289647897827, "S31": -73.317456267764669, "W32": -96.109703557122401, "S32": -101.1097035571224 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 498431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3141751660681713, "S11": 1.3141751660681713, "W12": -4.9999999999999991, "S12": -5.1469534050179204, "W13": -14.476894163668158, "S13": -17.291889124242061, "W21": -40.222811332831455, "S21": -43.03301936387281, "W22": -48.641071470582581, "S22": -48.641071470582581, "W31": -73.394194007471157, "S31": -73.394194007471157, "W32": -95.840133620234198, "S32": -100.8401336202342 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 498674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18898203592814372, "S11": -0.27782354268009823, "W12": -8.0034953111679457, "S12": -8.0034953111679457, "W13": -14.176952423279483, "S13": -17.93797957649241, "W21": -44.252203571603509, "S21": -44.954611233258397, "W22": -48.084200751697374, "S22": -48.084200751697374, "W31": -73.476074857346561, "S31": -73.476074857346561, "W32": -95.570210755977413, "S32": -100.57021075597741 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 501588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.412766683734425, "W13": -20.0, "S13": -20.0, "W21": -33.817475400967957, "S21": -35.864183374005336, "W22": -47.527330032812173, "S22": -47.527330032812173, "W31": -73.555623488972387, "S31": -73.555623488972387, "W32": -95.258687779752123, "S32": -100.25868777975212 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67311905760153345, "S11": 0.67311905760153345, "W12": -10.412538080731149, "S12": -10.412538080731149, "W13": -17.835252060024011, "S13": -17.835252060024011, "W21": -32.388461105068785, "S21": -32.388461105068785, "W22": -46.970459313926973, "S22": -46.970459313926973, "W31": -73.644194775797018, "S31": -73.644194775797018, "W32": -94.924629887506327, "S32": -99.924629887506327 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63045598842853834, "S11": -0.63045598842853834, "W12": -10.0, "S12": -12.698699848448701, "W13": -21.708284023319159, "S13": -21.708284023319159, "W21": -39.990780805145377, "S21": -39.990780805145377, "W22": -46.413588595041766, "S22": -46.413588595041766, "W31": -73.741981898096213, "S31": -73.741981898096213, "W32": -94.480238206775283, "S32": -99.480238206775283 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 509498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31760429870131157, "S11": 0.31760429870131157, "W12": -10.810183299194925, "S12": -10.810183299194925, "W13": -19.729337552951378, "S13": -25.855176313994988, "W21": -35.306766589337656, "S21": -35.306766589337656, "W22": -45.856717876156566, "S22": -45.856717876156566, "W31": -75.239998, "S31": -75.239998, "W32": -94.035846526044239, "S32": -99.035846526044239 }, "geometry": { "type": "Point", "coordinates": [ 104603.0, 513523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.17123476776723678, "W12": -10.0, "S12": -10.7112291235307, "W13": -19.708611725371455, "S13": -19.708611725371455, "W21": -33.862179257163461, "S21": -33.862179257163461, "W22": -45.299847157271358, "S22": -45.299847157271358, "W31": -75.239998, "S31": -75.239998, "W32": -93.591454845313194, "S32": -98.591454845313194 }, "geometry": { "type": "Point", "coordinates": [ 104603.833333333328483, 512539.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1869191593339465, "W12": -10.118970300947106, "S12": -11.984274114780291, "W13": -19.968104928641164, "S13": -19.968104928641164, "W21": -32.699413965872132, "S21": -32.699413965872132, "W22": -44.746819008049854, "S22": -44.746819008049854, "W31": -75.239998, "S31": -75.239998, "W32": -93.147063164582136, "S32": -98.147063164582136 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 507353.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30116491548652347, "S11": -0.30116491548652347, "W12": -10.0, "S12": -16.353784303443454, "W13": -21.798646925423693, "S13": -21.798646925423693, "W21": -40.0, "S21": -40.0, "W22": -44.22747338353674, "S22": -44.22747338353674, "W31": -75.239998, "S31": -75.239998, "W32": -92.702671483851105, "S32": -97.702671483851105 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 509562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.93235664415703312, "W12": -10.218165101464503, "S12": -10.218165101464503, "W13": -20.254245108660935, "S13": -28.84591151194153, "W21": -38.498579679504608, "S21": -42.623124393834843, "W22": -43.708127759023633, "S22": -43.708127759023633, "W31": -75.239998, "S31": -75.239998, "W32": -92.258279803120047, "S32": -97.258279803120047 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 515324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3670499369134101, "S11": -1.3670499369134101, "W12": -4.5518228616918748, "S12": -4.5518228616918748, "W13": -16.944913212884106, "S13": -16.944913212884106, "W21": -44.188429165517249, "S21": -47.188429165517249, "W22": -43.188782134510518, "S22": -43.188782134510518, "W31": -75.239998, "S31": -75.239998, "W32": -91.813888122389002, "S32": -96.813888122389002 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 521952.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1297302220153407, "S12": -6.9983440913298827, "W13": -15.0, "S13": -15.0, "W21": -46.0, "S21": -46.0, "W22": -42.669436509997404, "S22": -42.669436509997404, "W31": -75.239998, "S31": -75.239998, "W32": -91.38608423127252, "S32": -96.38608423127252 }, "geometry": { "type": "Point", "coordinates": [ 104604.0, 525124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1816603454634036, "S12": -6.9431872399542467, "W13": -15.8016815071742, "S13": -20.33436899095588, "W21": -34.677468335282597, "S21": -37.56194152483102, "W22": -42.150090885484289, "S22": -42.150090885484289, "W31": -75.239998, "S31": -75.239998, "W32": -90.95579255882113, "S32": -95.95579255882113 }, "geometry": { "type": "Point", "coordinates": [ 104605.0, 502792.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14424186475882764, "S11": -0.14424186475882764, "W12": -5.9403196761246937, "S12": -6.9627030183973169, "W13": -15.0, "S13": -19.888106565176024, "W21": -36.822125160952325, "S21": -38.991775586041584, "W22": -41.491517639291558, "S22": -41.491517639291558, "W31": -75.239998, "S31": -75.239998, "W32": -90.520740047219746, "S32": -95.520740047219746 }, "geometry": { "type": "Point", "coordinates": [ 104606.0, 502656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21651844998484324, "S11": -0.71651844998484326, "W12": -11.814300396081778, "S12": -11.814300396081778, "W13": -19.981452716472521, "S13": -21.415535755103964, "W21": -38.124227861383531, "S21": -38.952139280233887, "W22": -40.802594942159203, "S22": -40.802594942159203, "W31": -75.239998, "S31": -75.239998, "W32": -90.085687535618334, "S32": -95.085687535618334 }, "geometry": { "type": "Point", "coordinates": [ 104606.0, 514188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61454706206920939, "S11": 0.61454706206920939, "W12": -8.079369203648378, "S12": -8.079369203648378, "W13": -13.93042051818108, "S13": -14.6466041241756, "W21": -40.510429222327616, "S21": -50.100453490412306, "W22": -40.113672245026848, "S22": -40.113672245026848, "W31": -75.239998, "S31": -75.239998, "W32": -89.961993677026143, "S32": -94.961993677026143 }, "geometry": { "type": "Point", "coordinates": [ 104606.666666666671517, 501827.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6209066821823841, "S11": 1.6209066821823841, "W12": -9.1270136850092225, "S12": -10.581439048285432, "W13": -21.451416387450518, "S13": -31.030070375481639, "W21": -35.050412273712134, "S21": -35.050412273712134, "W22": -40.0, "S22": -40.0, "W31": -75.239998, "S31": -75.239998, "W32": -89.805060661743724, "S32": -94.805060661743724 }, "geometry": { "type": "Point", "coordinates": [ 104606.666666666671517, 511929.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.348188328933837, "W13": -19.680013871296737, "S13": -22.461401544688279, "W21": -33.867720823000248, "S21": -33.867720823000248, "W22": -40.473097764789429, "S22": -40.473097764789429, "W31": -75.239998, "S31": -75.239998, "W32": -89.648127646461305, "S32": -94.648127646461305 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 503693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72092200063649281, "S11": -0.72092200063649281, "W12": -10.0, "S12": -10.0, "W13": -21.639972287876454, "S13": -21.639972287876454, "W21": -39.553210501211943, "S21": -39.553210501211943, "W22": -40.0, "S22": -40.0, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 509451.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62041598142594567, "S11": 0.62041598142594567, "W12": -10.0, "S12": -25.00994812762027, "W13": -25.00994812762027, "S13": -25.00994812762027, "W21": -39.419217992327837, "S21": -39.419217992327837, "W22": -36.876950167396338, "S22": -44.427932996052583, "W31": -64.686226294337587, "S31": -64.686226294337587, "W32": -91.376349272803395, "S32": -96.376349272803395 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 509843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.216063160394159, "S12": -14.163454277254875, "W13": -29.142409450979443, "S13": -29.142409450979443, "W21": -38.416657428737444, "S21": -38.416657428737444, "W22": -45.991371887910198, "S22": -46.038064494914188, "W31": -74.665716088445677, "S31": -78.588433718342458, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 510250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7296653686059331, "S11": -1.7296653686059331, "W12": -4.5443440453405062, "S12": -4.5443440453405062, "W13": -16.424276050558941, "S13": -16.424276050558941, "W21": -44.29797550223865, "S21": -47.29797550223865, "W22": -56.073302725841152, "S22": -61.629394418401802, "W31": -79.026924694993681, "S31": -79.026924694993681, "W32": -95.038388484519231, "S32": -100.03838848451923 }, "geometry": { "type": "Point", "coordinates": [ 104607.0, 522180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5763126986221219, "S11": 1.5763126986221219, "W12": -3.7286692759295499, "S12": -3.7286692759295499, "W13": -14.242059803666244, "S13": -17.069568090386774, "W21": -40.511776320780044, "S21": -43.422668093617879, "W22": -48.042784259560406, "S22": -48.042784259560406, "W31": -77.377654795915916, "S31": -78.550804993562565, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104607.625, 498618.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.6125111176993778, "S12": -5.2649024220472036, "W13": -15.367117117117118, "S13": -18.367117117117118, "W21": -40.0, "S21": -42.473294585798385, "W22": -39.74466109664818, "S22": -44.289811400799998, "W31": -74.644902534283773, "S31": -74.644902534283773, "W32": -98.741202936138308, "S32": -103.74120293613831 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.23590238063572283, "W12": -4.7616800111591573, "S12": -4.7616800111591573, "W13": -15.238412275695897, "S13": -15.238412275695897, "W21": -32.776737361719064, "S21": -32.776737361719064, "W22": -33.164552961912115, "S22": -35.305972631691652, "W31": -65.688990550447159, "S31": -65.688990550447159, "W32": -88.364916988537104, "S32": -93.364916988537104 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 504468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36314160708568988, "S11": -0.36314160708568988, "W12": -1.7984890926472896, "S12": -1.7984890926472896, "W13": -11.490582132303283, "S13": -23.336392037563996, "W21": -29.657020455703574, "S21": -29.657020455703574, "W22": -66.052623813129827, "S22": -66.052623813129827, "W31": -89.565184157298205, "S31": -89.565184157298205, "W32": -90.873322217408315, "S32": -95.873322217408315 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 505027.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59856435710517963, "S11": 0.59856435710517963, "W12": -10.489402261712439, "S12": -10.489402261712439, "W13": -18.572111723889556, "S13": -18.572111723889556, "W21": -32.939179259666766, "S21": -32.939179259666766, "W22": -51.579749671601192, "S22": -56.738248144212378, "W31": -78.092210520391305, "S31": -78.092210520391305, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 507895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6854229003120338, "S12": -7.6854229003120338, "W13": -18.857800167135416, "S13": -19.844658422867539, "W21": -48.310198122825796, "S21": -51.310198122825796, "W22": -61.986531405216915, "S22": -69.311012372556903, "W31": -82.764038907545626, "S31": -82.764038907545626, "W32": -96.292295725211901, "S32": -101.2922957252119 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 518292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -62.686038513415262, "S22": -71.267889015434051, "W31": -84.146128366556511, "S31": -84.146128366556511, "W32": -97.295631605094385, "S32": -102.29563160509439 }, "geometry": { "type": "Point", "coordinates": [ 104608.0, 527229.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20694726599832519, "S11": -0.66670211949558644, "W12": -11.750480867958931, "S12": -11.750480867958931, "W13": -19.976778770114059, "S13": -21.175563660166731, "W21": -37.980687208445268, "S21": -39.189122750433114, "W22": -35.142578043812613, "S22": -41.76084170707292, "W31": -70.457399556501159, "S31": -70.457399556501159, "W32": -94.406665693674157, "S32": -99.406665693674157 }, "geometry": { "type": "Point", "coordinates": [ 104608.285714285710128, 514153.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22116899476973731, "S11": -0.22116899476973731, "W12": -4.6227404512793688, "S12": -4.6227404512793688, "W13": -22.119427496933326, "S13": -22.119427496933326, "W21": -36.834990255878431, "S21": -40.566970922392741, "W22": -40.0, "S22": -46.291377420533429, "W31": -80.0, "S31": -80.0, "W32": -97.770313787163929, "S32": -102.77031378716393 }, "geometry": { "type": "Point", "coordinates": [ 104608.333333333328483, 506393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017183254754674748, "S11": 0.017183254754674748, "W12": -7.7019403783494633, "S12": -8.0392208067593156, "W13": -16.418023940345368, "S13": -19.313287956260925, "W21": -40.548666638160803, "S21": -42.147548087550327, "W22": -34.461827973323096, "S22": -34.461827973323096, "W31": -65.254717487065008, "S31": -65.254717487065008, "W32": -89.137195747983242, "S32": -94.137195747983242 }, "geometry": { "type": "Point", "coordinates": [ 104609.0, 499509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99841187536971998, "S11": 0.99841187536971998, "W12": -8.0742124626350904, "S12": -8.0742124626350904, "W13": -13.373525411284584, "S13": -16.292585911949807, "W21": -42.193733390085498, "S21": -50.721813801782524, "W22": -48.715114455942206, "S22": -48.715114455942206, "W31": -72.888310535691218, "S31": -72.979884208573893, "W32": -97.125776089246756, "S32": -102.12577608924676 }, "geometry": { "type": "Point", "coordinates": [ 104609.0, 501960.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3552786664421621, "S12": -5.3552786664421621, "W13": -26.035187794233874, "S13": -34.507950377384937, "W21": -36.813795933464093, "S21": -36.813795933464093, "W22": -37.242557097968586, "S22": -46.322489639916647, "W31": -70.755147672674013, "S31": -70.755147672674013, "W32": -98.111423445978843, "S32": -103.11142344597884 }, "geometry": { "type": "Point", "coordinates": [ 104609.0, 511350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28399615888397622, "S11": 0.28399615888397622, "W12": -10.830879560741353, "S12": -10.830879560741353, "W13": -19.76459022072417, "S13": -26.241308056335814, "W21": -35.450039045547101, "S21": -35.876693535509752, "W22": -49.083497504905083, "S22": -49.083497504905083, "W31": -73.324373601486784, "S31": -73.324373601486784, "W32": -96.072083841653665, "S32": -101.07208384165367 }, "geometry": { "type": "Point", "coordinates": [ 104609.0, 513555.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82632400507465886, "S11": 0.82632400507465886, "W12": -10.535015144408344, "S12": -10.535015144408344, "W13": -22.219885587897156, "S13": -22.219885587897156, "W21": -35.290486167038708, "S21": -39.382044029991398, "W22": -30.244306757514828, "S22": -34.22237146296564, "W31": -70.0, "S31": -70.0, "W32": -96.719998557072714, "S32": -101.71999855707271 }, "geometry": { "type": "Point", "coordinates": [ 104609.625, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 3.79, "S11": 3.79, "W12": -5.9499998, "S12": -12.9499998, "W13": -12.96, "S13": -12.96, "W21": -42.053936134399976, "S21": -43.611576035829621, "W22": -35.238140177490173, "S22": -35.238140177490173, "W31": -50.0, "S31": -51.228793414512801, "W32": -96.98632914158857, "S32": -101.98632914158857 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5684220949050991, "S11": -2.0748323513153553, "W12": -5.9570971368499839, "S12": -9.0285214191372063, "W13": -12.920876835734058, "S13": -15.351812128171552, "W21": -31.35839395901694, "S21": -32.145727708050977, "W22": -34.338195060041819, "S22": -34.338195060041819, "W31": -51.021914979809999, "S31": -51.797853325601629, "W32": -99.778215024762261, "S32": -104.77821502476226 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 505259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4416900009929499, "S11": -1.8193899936286528, "W12": -9.0211080960705718, "S12": -9.0211080960705718, "W13": -19.053042307821372, "S13": -26.172939181561823, "W21": -41.587089247111422, "S21": -50.282252520372992, "W22": -64.09981589472028, "S22": -69.423018434978843, "W31": -91.049842386586874, "S31": -91.049842386586874, "W32": -92.022156235724069, "S32": -97.022156235724069 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 516420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.1219329261759352, "S12": -4.4543947802136499, "W13": -14.983357229266021, "S13": -14.983357229266021, "W21": -47.0, "S21": -47.0, "W22": -46.841248043943416, "S22": -46.940378703226507, "W31": -75.397654870528541, "S31": -82.377679221010396, "W32": -91.512255393040803, "S32": -96.512255393040803 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 526530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51016978922717282, "S11": -0.51016978922717282, "W12": -9.3491999045891472, "S12": -9.3491999045891472, "W13": -16.894388646964753, "S13": -18.970211899243669, "W21": -48.959539831031556, "S21": -50.60983440093829, "W22": -30.77421777221527, "S22": -30.77421777221527, "W31": -70.0, "S31": -70.0, "W32": -95.316539023583886, "S32": -100.31653902358389 }, "geometry": { "type": "Point", "coordinates": [ 104610.571428571434808, 500291.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5135737057358254, "S12": -4.5135737057358254, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -45.222071660616571, "S21": -47.406169580807379, "W22": -45.59551963013331, "S22": -45.59551963013331, "W31": -74.559971544251454, "S31": -78.721294005101953, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104610.857142857144936, 523836.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26761598208662807, "S11": -0.086209154525393961, "W12": -4.460389165815867, "S12": -4.460389165815867, "W13": -15.000000000000002, "S13": -17.040149676375407, "W21": -30.289286488981688, "S21": -30.289286488981688, "W22": -30.673873722681972, "S22": -30.673873722681972, "W31": -70.0, "S31": -70.0, "W32": -95.334188586738236, "S32": -100.33418858673824 }, "geometry": { "type": "Point", "coordinates": [ 104611.0, 504722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54457621206836715, "S11": -2.6967942519950565, "W12": -6.464680735852701, "S12": -8.5340948875138736, "W13": -24.545021762785634, "S13": -24.846070718138794, "W21": -36.317833346387424, "S21": -38.908911616776003, "W22": -51.214688976047839, "S22": -56.182448476137594, "W31": -78.083022073063674, "S31": -78.083022073063674, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104611.0, 505796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39654069043979101, "S11": 0.39654069043979101, "W12": -7.2356107060254482, "S12": -14.633359180900188, "W13": -19.271245986718082, "S13": -19.271245986718082, "W21": -29.999999999999996, "S21": -33.934036939313984, "W22": -69.652779127865159, "S22": -80.326548067259097, "W31": -83.367895765306443, "S31": -83.367895765306443, "W32": -99.336982795393141, "S32": -104.33698279539314 }, "geometry": { "type": "Point", "coordinates": [ 104611.0, 508530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999959, "S13": -14.999999999999959, "W21": -47.0, "S21": -47.0, "W22": -44.243519409271727, "S22": -44.243519409271727, "W31": -74.099530737289214, "S31": -76.019322509249179, "W32": -89.942084016296064, "S32": -94.942084016296064 }, "geometry": { "type": "Point", "coordinates": [ 104611.571428571434808, 527209.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.5068140744540024, "W13": -19.449298998426606, "S13": -22.303639958395223, "W21": -33.307675632465916, "S21": -33.307675632465916, "W22": -40.0, "S22": -52.831930585683295, "W31": -80.0, "S31": -80.0, "W32": -94.967841612346035, "S32": -99.967841612346035 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 503615.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90429221764578349, "W12": -6.1786348680753829, "S12": -9.9761396245281642, "W13": -25.42154472314245, "S13": -25.42154472314245, "W21": -36.80149565275169, "S21": -39.581347261338912, "W22": -37.483016441262265, "S22": -45.030723647186505, "W31": -70.0, "S31": -75.0, "W32": -92.918501868108507, "S32": -97.918501868108507 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 505853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18356600538819501, "S11": -0.18356600538819501, "W12": -10.0, "S12": -16.38990852415079, "W13": -21.818688285835609, "S13": -21.818688285835609, "W21": -39.922138854881759, "S21": -39.922138854881759, "W22": -40.851106582082274, "S22": -40.851106582082274, "W31": -75.239998, "S31": -75.239998, "W32": -90.144356020516156, "S32": -95.144356020516156 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 509579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5932519165626422, "S11": 0.5932519165626422, "W12": -6.7468122689781698, "S12": -11.171569550530741, "W13": -28.686560858223817, "S13": -28.686560858223817, "W21": -37.522033925835352, "S21": -37.522033925835352, "W22": -57.670738424232987, "S22": -63.261547100944568, "W31": -79.235718653208323, "S31": -79.235718653208323, "W32": -95.14902429596286, "S32": -100.14902429596286 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 511115.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42455317620780852, "S11": -1.5754468237921908, "W12": -10.0, "S12": -10.0, "W13": -19.556619323427526, "S13": -19.556619323427526, "W21": -33.620300752681871, "S21": -33.620300752681871, "W22": -52.133779078568907, "S22": -57.66817265603521, "W31": -78.45833798391044, "S31": -78.45833798391044, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 512702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26094264935532208, "S11": 0.26094264935532208, "W12": -10.396769787055385, "S12": -10.396769787055385, "W13": -19.52476429583373, "S13": -23.754056519045495, "W21": -34.333192022390278, "S21": -36.010706689811101, "W22": -48.16321730950142, "S22": -48.16321730950142, "W31": -72.647503516504329, "S31": -72.721184428076072, "W32": -97.691802785148667, "S32": -102.69180278514867 }, "geometry": { "type": "Point", "coordinates": [ 104612.0, 513281.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5366511874864957, "S12": -4.5366511874864957, "W13": -16.337690456676622, "S13": -16.337690456676622, "W21": -44.311471614287626, "S21": -47.30651567962056, "W22": -79.761904761904759, "S22": -84.326651510430494, "W31": -85.915560694587981, "S31": -85.915560694587981, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104612.375, 522220.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.430190186058681, "S13": -17.846721957896392, "W21": -41.630700081832259, "S21": -43.294625661547308, "W22": -49.281645608327416, "S22": -49.281645608327416, "W31": -74.256664621151856, "S31": -74.256664621151856, "W32": -89.07831964875831, "S32": -94.07831964875831 }, "geometry": { "type": "Point", "coordinates": [ 104612.666666666671517, 499848.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46763874460604127, "S11": 0.46763874460604127, "W12": -4.8504021447721177, "S12": -5.4595997172603177, "W13": -15.975520015698587, "S13": -18.787045881167288, "W21": -40.0, "S21": -41.686234334302291, "W22": -51.001144087758263, "S22": -51.001144087758263, "W31": -75.073618111838542, "S31": -75.073618111838542, "W32": -88.44714569177134, "S32": -93.44714569177134 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 499249.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66386466689920898, "S11": -4.6337303727622947, "W12": -7.1185255661519484, "S12": -9.4882195954783946, "W13": -19.999999999999996, "S13": -23.375941077129013, "W21": -35.209537578979983, "S21": -37.295312680846969, "W22": -50.786863587488483, "S22": -50.786863587488483, "W31": -76.104483734536089, "S31": -76.104483734536089, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 505661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47084651758097201, "S11": 0.47084651758097201, "W12": -7.3112990540532028, "S12": -12.253597688061681, "W13": -18.914108258354759, "S13": -18.914108258354759, "W21": -30.0, "S21": -33.0, "W22": -36.768960563946067, "S22": -40.351457600690438, "W31": -49.882532105255457, "S31": -50.754244165581895, "W32": -98.186164523704349, "S32": -103.18616452370435 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 508466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53570204117699038, "S11": 0.53570204117699038, "W12": -7.7704125399672463, "S12": -22.770412539967246, "W13": -22.925002675921601, "S13": -22.925002675921601, "W21": -39.626043814964191, "S21": -39.626043814964191, "W22": -50.058867675529868, "S22": -54.593974143381601, "W31": -77.856434216100993, "S31": -77.856434216100993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 509715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8125163138343106, "S11": 1.8125163138343106, "W12": -10.0, "S12": -14.864920507834839, "W13": -21.244085693979084, "S13": -33.631523463836224, "W21": -35.036382520328061, "S21": -35.036382520328061, "W22": -38.7158211560238, "S22": -53.7158211560238, "W31": -78.617678063055408, "S31": -78.617678063055408, "W32": -92.993088350812471, "S32": -97.993088350812471 }, "geometry": { "type": "Point", "coordinates": [ 104613.0, 512027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55374660940325504, "S11": 0.55374660940325504, "W12": -8.2357170783413984, "S12": -8.2357170783413984, "W13": -16.579790234036821, "S13": -16.59975606366174, "W21": -41.284415972187723, "S21": -41.340574862129337, "W22": -46.90203216981196, "S22": -46.90203216981196, "W31": -75.402408690041213, "S31": -82.477736974432361, "W32": -91.4481177230127, "S32": -96.4481177230127 }, "geometry": { "type": "Point", "coordinates": [ 104613.75, 497445.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32996096959737076, "S11": -1.8023243862255303, "W12": -5.136199326554145, "S12": -8.6764081227321128, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -38.066412313502688, "S21": -40.0, "W22": -54.756064287291885, "S22": -54.756064287291885, "W31": -75.238761299273804, "S31": -75.238761299273804, "W32": -88.512643075929873, "S32": -93.512643075929873 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 506062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81743168322917703, "S11": 0.81743168322917703, "W12": -10.460873849938194, "S12": -10.460873849938194, "W13": -22.057460905050846, "S13": -22.057460905050846, "W21": -34.967176622884786, "S21": -39.066068471765206, "W22": -35.198136219002336, "S22": -36.405271577961827, "W31": -49.511936663201055, "S31": -50.309906836881318, "W32": -98.817204926100729, "S32": -103.81720492610073 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 508973.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53979189739099076, "S11": 0.53979189739099076, "W12": -5.0, "S12": -7.2863566496134338, "W13": -23.601774077838225, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -66.027661323074426, "S31": -76.027661323074426, "W32": -91.386435584343573, "S32": -96.386435584343573 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 511660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42346758495434783, "S11": -0.42346758495434783, "W12": -4.5198352527475425, "S12": -4.5198352527475425, "W13": -15.0, "S13": -15.0, "W21": -45.673830605115839, "S21": -48.673830605115839, "W22": -50.93071250896692, "S22": -55.77689003778616, "W31": -78.06850954606341, "S31": -78.06850954606341, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104614.0, 523167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4758603082214421, "S11": 2.4758603082214421, "W12": -10.734744865249926, "S12": -12.403564912724637, "W13": -29.711416497559519, "S13": -29.711416497559519, "W21": -38.344082791768898, "S21": -38.344082791768898, "W22": -40.0, "S22": -44.644869767309835, "W31": -80.0, "S31": -80.0, "W32": -98.998668967908827, "S32": -103.99866896790883 }, "geometry": { "type": "Point", "coordinates": [ 104614.6, 510311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2254235788898091, "S12": -7.0399173375583253, "W13": -27.802380689959218, "S13": -29.984890416455936, "W21": -37.270190751416216, "S21": -37.270190751416216, "W22": -65.457499446126576, "S22": -65.457499446126576, "W31": -88.433193000611496, "S31": -88.433193000611496, "W32": -90.204091010542626, "S32": -95.204091010542626 }, "geometry": { "type": "Point", "coordinates": [ 104615.0, 511196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.222593911122023, "S11": 1.222593911122023, "W12": -10.0, "S12": -10.302934570674038, "W13": -19.915083432713701, "S13": -19.915083432713701, "W21": -34.160206005526071, "S21": -34.160206005526071, "W22": -30.185864748854417, "S22": -32.395533885381454, "W31": -70.0, "S31": -70.0, "W32": -96.562780855478749, "S32": -101.56278085547875 }, "geometry": { "type": "Point", "coordinates": [ 104615.0, 512326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49592106803613262, "S11": 0.49592106803613262, "W12": -10.0, "S12": -10.276169400929893, "W13": -19.667851375315067, "S13": -19.667851375315067, "W21": -33.784994786161747, "S21": -33.881572178533787, "W22": -30.000000000000007, "S22": -35.435111859297614, "W31": -50.0, "S31": -51.295079935007152, "W32": -96.473858868660258, "S32": -101.47385886866026 }, "geometry": { "type": "Point", "coordinates": [ 104615.0, 512586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10019790691525592, "S11": -0.10019790691525592, "W12": -9.9188235144187349, "S12": -15.219043242075633, "W13": -20.308152156369214, "S13": -20.308152156369214, "W21": -34.657552268251273, "S21": -37.174290426713519, "W22": -43.17521030494207, "S22": -43.17521030494207, "W31": -74.448347549958612, "S31": -74.448347549958612, "W32": -100.24678039486867, "S32": -105.24678039486867 }, "geometry": { "type": "Point", "coordinates": [ 104615.333333333328483, 506609.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6854939360552833, "S11": -0.6854939360552833, "W12": -10.0, "S12": -10.0, "W13": -21.636565490464211, "S13": -21.636565490464211, "W21": -39.530973461771111, "S21": -39.530973461771111, "W22": -51.783039929023431, "S22": -51.783039929023431, "W31": -75.931016863063405, "S31": -75.931016863063405, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104615.5, 509452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61771824401489994, "S11": 0.46771012749113317, "W12": -4.2503655512758787, "S12": -10.457881319392673, "W13": -19.675652075939382, "S13": -20.389129417064559, "W21": -34.450600766398487, "S21": -34.450600766398487, "W22": -40.0, "S22": -55.0, "W31": -79.739571904991493, "S31": -79.739571904991493, "W32": -94.416577699467354, "S32": -99.416577699467354 }, "geometry": { "type": "Point", "coordinates": [ 104616.0, 504143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.066867795389048967, "S11": 0.066867795389048967, "W12": -9.1669820425032746, "S12": -9.1669820425032746, "W13": -13.519342143549951, "S13": -16.614767444607473, "W21": -51.277543105577791, "S21": -52.261500324829129, "W22": -36.448377369577976, "S22": -51.448377369577976, "W31": -73.957322021455951, "S31": -73.957322021455951, "W32": -89.880648291381107, "S32": -94.880648291381107 }, "geometry": { "type": "Point", "coordinates": [ 104616.125, 501242.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0668894677763818, "S12": -7.6114143126158575, "W13": -16.450843162166016, "S13": -20.632434706957021, "W21": -32.835016395000054, "S21": -35.052328490215238, "W22": -30.0, "S22": -35.597554729884259, "W31": -50.0, "S31": -51.287017811051442, "W32": -96.04517077070399, "S32": -101.04517077070399 }, "geometry": { "type": "Point", "coordinates": [ 104616.375, 502906.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.234545144222565, "W13": -20.0, "S13": -20.0, "W21": -33.537873264802656, "S21": -35.409766776071123, "W22": -50.689912333820885, "S22": -55.432295961385577, "W31": -78.059628076051183, "S31": -78.059628076051183, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104617.5, 506720.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65088002049289673, "S11": 0.61878178482308999, "W12": -4.2475655079540875, "S12": -11.835781689202893, "W13": -20.0, "S13": -21.062285290281547, "W21": -34.58371028195743, "S21": -34.58371028195743, "W22": -51.052338851675529, "S22": -55.953482059715, "W31": -78.060523426554425, "S31": -78.060523426554425, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 504098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.065612990527740001, "W12": -4.4510681118869648, "S12": -10.668484423862116, "W13": -17.853735939759261, "S13": -17.853735939759261, "W21": -33.942973891812223, "S21": -33.942973891812223, "W22": -38.505710837810945, "S22": -53.505710837810945, "W31": -78.362850066275016, "S31": -78.362850066275016, "W32": -92.877345397922227, "S32": -97.877345397922227 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 504279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40420090386195562, "S11": -2.3821098735820088, "W12": -5.5169199842629055, "S12": -10.564544387070448, "W13": -25.0, "S13": -25.0, "W21": -37.824567365103832, "S21": -40.906900597924547, "W22": -41.573888366467308, "S22": -41.573888366467308, "W31": -75.001743556975327, "S31": -75.001743556975327, "W32": -100.60233909420131, "S32": -105.60233909420131 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55018883200937074, "S11": -0.55018883200937074, "W12": -10.0, "S12": -11.075344978862606, "W13": -21.687822223826164, "S13": -21.687822223826164, "W21": -39.859023145348075, "S21": -39.859023145348075, "W22": -80.0, "S22": -81.289125721440129, "W31": -84.567246854332311, "S31": -84.567246854332311, "W32": -95.282842157842154, "S32": -100.28284215784215 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 509489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2994029928567699, "S12": -6.2994029928567699, "W13": -15.0, "S13": -15.0, "W21": -46.403987124991566, "S21": -46.403987124991566, "W22": -44.913136477333715, "S22": -44.913136477333715, "W31": -74.358043352504282, "S31": -78.888005571852943, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104618.0, 525704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0118321994728507, "S11": -2.6694944547059065, "W12": -9.2327664465526489, "S12": -9.2327664465526489, "W13": -18.760794269025617, "S13": -26.229631719014726, "W21": -40.849845867973634, "S21": -47.129815717615884, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -79.148718591983368, "S31": -79.148718591983368, "W32": -93.329188796836291, "S32": -98.329188796836291 }, "geometry": { "type": "Point", "coordinates": [ 104618.136363636367605, 516118.681818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.740261301272108, "S12": -7.740261301272108, "W13": -16.716091293500384, "S13": -18.636137288134343, "W21": -39.382247808793366, "S21": -39.382247808793366, "W22": -39.411410140332528, "S22": -39.411410140332528, "W31": -65.674784629605369, "S31": -69.974836367400059, "W32": -89.762525856345732, "S32": -94.762525856345732 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38242424242424244, "S11": -0.38242424242424244, "W12": -9.8935122343811948, "S12": -9.8935122343811948, "W13": -16.106649241280678, "S13": -18.641147338209208, "W21": -54.050166428911076, "S21": -55.649020367675611, "W22": -37.122040466719703, "S22": -49.659984364609471, "W31": -70.0, "S31": -73.818052133316044, "W32": -91.862565109725907, "S32": -96.862565109725907 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 500483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65191835155267497, "S11": 0.65191835155267497, "W12": -10.671912109738686, "S12": -25.671912109738685, "W13": -25.671912109738685, "S13": -25.671912109738685, "W21": -39.261715618269477, "S21": -39.261715618269477, "W22": -39.02546168741312, "S22": -39.02546168741312, "W31": -75.51237083756223, "S31": -75.51237083756223, "W32": -100.92905374276476, "S32": -105.92905374276476 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 509875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7630100702680929, "S11": 1.7630100702680929, "W12": -9.9999999999999982, "S12": -14.113233443897974, "W13": -21.441770738146005, "S13": -31.69142097431628, "W21": -34.826425030473288, "S21": -34.826425030473288, "W22": -44.026589705589075, "S22": -44.026589705589075, "W31": -74.002665302420638, "S31": -75.862397773191915, "W32": -89.947326677227764, "S32": -94.947326677227764 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 511994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4729008102136016, "S11": 1.3699585911423484, "W12": -10.0, "S12": -10.300222129668194, "W13": -20.0, "S13": -23.695821302097521, "W21": -34.405863819364676, "S21": -34.405863819364676, "W22": -80.000000000000014, "S22": -84.040148638823837, "W31": -85.702381805096508, "S31": -85.702381805096508, "W32": -94.947315046130242, "S32": -99.947315046130242 }, "geometry": { "type": "Point", "coordinates": [ 104619.0, 512238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -47.0, "S21": -47.0, "W22": -44.927585139486212, "S22": -44.927585139486212, "W31": -74.355355621151688, "S31": -78.86238369663937, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104619.3, 527275.650000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0109138843002727, "S11": 1.0109138843002727, "W12": -13.435752923893457, "S12": -16.740035418258429, "W13": -25.395515912340652, "S13": -25.395515912340652, "W21": -38.090383217686991, "S21": -38.090383217686991, "W22": -56.055247080120445, "S22": -56.055247080120445, "W31": -75.333039046717033, "S31": -86.332098063978165, "W32": -89.033648623518275, "S32": -94.033648623518275 }, "geometry": { "type": "Point", "coordinates": [ 104619.333333333328483, 510034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4968180040530451, "S11": 0.4968180040530451, "W12": -7.4208454911549886, "S12": -12.928970785549712, "W13": -18.95469734554413, "S13": -18.95469734554413, "W21": -30.0, "S21": -33.050560286866876, "W22": -33.874060800402404, "S22": -38.794014333519137, "W31": -70.018307388732779, "S31": -70.018307388732779, "W32": -94.574559025895496, "S32": -99.574559025895496 }, "geometry": { "type": "Point", "coordinates": [ 104619.5, 508474.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9, "S11": 1.9, "W12": -8.1, "S12": -8.1, "W13": -12.1, "S13": -20.1, "W21": -46.099998, "S21": -52.099998, "W22": -37.832182048431456, "S22": -52.832182048431456, "W31": -75.95592851322553, "S31": -75.95592851322553, "W32": -90.949618291915627, "S32": -95.949618291915627 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.7211721013665748, "W13": -19.350192682271597, "S13": -22.238932630465484, "W21": -33.006353949692183, "S21": -33.006353949692183, "W22": -80.0, "S22": -81.377091794668218, "W31": -84.582970929221204, "S31": -84.582970929221204, "W32": -95.235545704295703, "S32": -100.2355457042957 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 503582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0827950510725941, "S12": -12.200709776151328, "W13": -20.946942492120222, "S13": -20.946942492120222, "W21": -31.777541766049431, "S21": -34.777541766049431, "W22": -62.911432801773294, "S22": -70.47352074921784, "W31": -83.341886407529046, "S31": -83.341886407529046, "W32": -96.609774724254564, "S32": -101.60977472425456 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 508805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44306573821282869, "S11": -0.44306573821282869, "W12": -10.053092006432266, "S12": -10.053092006432266, "W13": -21.734549416614033, "S13": -21.734549416614033, "W21": -38.37751628093816, "S21": -38.37751628093816, "W22": -35.104857150947993, "S22": -35.30283727502821, "W31": -65.328975489705229, "S31": -65.328975489705229, "W32": -89.218334040585276, "S32": -94.218334040585276 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 509331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999973, "S13": -14.999999999999973, "W21": -47.0, "S21": -47.0, "W22": -48.689766907076205, "S22": -48.689766907076205, "W31": -72.969031560143392, "S31": -73.047752581224415, "W32": -96.963074855722539, "S32": -101.96307485572254 }, "geometry": { "type": "Point", "coordinates": [ 104620.214285714289872, 527257.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20198026730106602, "S11": 0.17724298272792152, "W12": -4.4019649990990368, "S12": -4.4019649990990368, "W13": -14.999999999999998, "S13": -17.546055825243663, "W21": -30.155184710140823, "S21": -30.155184710140823, "W22": -43.962390473466627, "S22": -43.962390473466627, "W31": -74.033596775730572, "S31": -76.633920236763629, "W32": -89.991673420873241, "S32": -94.991673420873241 }, "geometry": { "type": "Point", "coordinates": [ 104621.0, 504734.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38813120794191119, "S11": -0.38813120794191119, "W12": -5.0925033105879312, "S12": -6.5034498051502947, "W13": -11.465365370792391, "S13": -17.817924520409527, "W21": -30.221742208627273, "S21": -30.637685269826779, "W22": -49.028248034060816, "S22": -49.028248034060816, "W31": -74.291758713078593, "S31": -74.291758713078593, "W32": -89.031786749770092, "S32": -94.031786749770092 }, "geometry": { "type": "Point", "coordinates": [ 104621.0, 505168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.196484041645331, "W13": -20.0, "S13": -20.0, "W21": -33.464124996359686, "S21": -35.290229714818189, "W22": -70.700954565779497, "S22": -81.163075777900715, "W31": -83.220416658710306, "S31": -83.220416658710306, "W32": -99.182852267879994, "S32": -104.18285226787999 }, "geometry": { "type": "Point", "coordinates": [ 104621.0, 506728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5720676114665721, "S12": -7.5720676114665721, "W13": -18.879423113751795, "S13": -18.879423113751795, "W21": -48.999999999999993, "S21": -51.999999999999993, "W22": -49.007928642220023, "S22": -49.007928642220023, "W31": -74.299089183317321, "S31": -74.299089183317321, "W32": -89.025029542347028, "S32": -94.025029542347028 }, "geometry": { "type": "Point", "coordinates": [ 104621.0, 518443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5977048672367411, "S11": -3.6573387083576838, "W12": -6.5530907749923619, "S12": -7.9383114191719208, "W13": -23.745352738483859, "S13": -24.587024425768995, "W21": -36.190564963232653, "S21": -38.549547508996767, "W22": -30.233959647784786, "S22": -33.812567233435139, "W31": -70.0, "S31": -70.0, "W32": -96.875846493455995, "S32": -101.875846493456 }, "geometry": { "type": "Point", "coordinates": [ 104621.5, 505770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37004202582901324, "S11": -0.37004202582901324, "W12": -10.092990190857893, "S12": -10.092990190857893, "W13": -21.768403944781998, "S13": -21.768403944781998, "W21": -38.101274911228039, "S21": -38.101274911228039, "W22": -33.881114677074763, "S22": -48.881114677074763, "W31": -70.0, "S31": -70.0, "W32": -97.420685261457805, "S32": -102.42068526145781 }, "geometry": { "type": "Point", "coordinates": [ 104621.5, 509303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4242202454678528, "S11": 0.92422024546785275, "W12": -8.526862455949054, "S12": -10.057245011005598, "W13": -16.490237751310335, "S13": -18.81217353915445, "W21": -36.342516565219483, "S21": -36.342516565219483, "W22": -39.810711280347242, "S22": -43.583536547771018, "W31": -75.199047235406411, "S31": -75.199047235406411, "W32": -98.655863677327488, "S32": -103.65586367732749 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 497068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4624031790934195, "S11": 1.4624031790934195, "W12": -8.7229725590674487, "S12": -8.7229725590674487, "W13": -16.04582998526082, "S13": -16.153736870635537, "W21": -44.312084832920611, "S21": -46.94094956722013, "W22": -35.021345985850282, "S22": -37.018087007740462, "W31": -50.0, "S31": -51.045564816192886, "W32": -97.575032998127938, "S32": -102.57503299812794 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 497876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29340379022571939, "S11": -0.29340379022571939, "W12": -2.9111315577845538, "S12": -3.349150873477829, "W13": -10.728603033636556, "S13": -21.665489534951057, "W21": -29.781864096184506, "S21": -30.046217926539626, "W22": -36.495139559102654, "S22": -39.890260064831615, "W31": -50.0, "S31": -50.890021899517357, "W32": -98.091998186426096, "S32": -103.0919981864261 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 505117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8374957235716733, "S12": -7.8374957235716733, "W13": -18.29867253581272, "S13": -18.29867253581272, "W21": -29.999999999999996, "S21": -30.993983496156044, "W22": -34.917485000647645, "S22": -34.917485000647645, "W31": -49.261352154749531, "S31": -50.026294823046889, "W32": -99.370189960240879, "S32": -104.37018996024088 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 508327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88698974683196319, "S11": -0.88698974683196319, "W12": -4.512751666207417, "S12": -4.512751666207417, "W13": -15.0, "S13": -15.0, "W21": -45.284533403165156, "S21": -48.230858774763547, "W22": -51.596765853976656, "S22": -56.769424191894053, "W31": -78.048057414990112, "S31": -78.048057414990112, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104622.0, 522946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -48.60690871138042, "S22": -48.60690871138042, "W31": -74.770810581426815, "S31": -74.770810581426815, "W32": -88.61184618256776, "S32": -93.61184618256776 }, "geometry": { "type": "Point", "coordinates": [ 104622.275862068971037, 530026.609195402241312 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43137091507848024, "S11": 0.43137091507848024, "W12": -5.0133113197731092, "S12": -7.3303628239073699, "W13": -18.638716444383018, "S13": -21.897259609036645, "W21": -31.330830576598469, "S21": -31.330830576598469, "W22": -37.659712418706143, "S22": -46.100587026209979, "W31": -70.365649649819488, "S31": -70.599868114120454, "W32": -91.000687317497992, "S32": -96.000687317497992 }, "geometry": { "type": "Point", "coordinates": [ 104622.333333333328483, 503340.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49594695488320828, "S11": 0.49594695488320828, "W12": -7.4704273461182158, "S12": -13.849961024874693, "W13": -19.059356212939161, "S13": -19.059356212939161, "W21": -30.0, "S21": -33.315912147019276, "W22": -35.557091599424169, "S22": -35.999706901001133, "W31": -65.370278898658469, "S31": -66.017139996506359, "W32": -89.275063861520337, "S32": -94.275063861520337 }, "geometry": { "type": "Point", "coordinates": [ 104623.0, 508494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2970024339211752, "S11": -0.2970024339211752, "W12": -10.132888375283523, "S12": -10.132888375283523, "W13": -21.802258472949958, "S13": -21.802258472949958, "W21": -37.825033541517925, "S21": -37.825033541517925, "W22": -50.959561296453202, "S22": -55.823776615905068, "W31": -78.042063729419979, "S31": -78.042063729419979, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104623.0, 509275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80881221740182596, "S11": 0.80881221740182596, "W12": -7.5661169152125582, "S12": -16.853654007200689, "W13": -30.0, "S13": -30.0, "W21": -37.807738083295348, "S21": -37.807738083295348, "W22": -66.848299163898758, "S22": -76.848299163898758, "W31": -83.432706255327417, "S31": -83.432706255327417, "W32": -99.178949294142754, "S32": -104.17894929414275 }, "geometry": { "type": "Point", "coordinates": [ 104623.0, 511001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3849010074403605, "S12": -12.647753902630875, "W13": -20.591002130992408, "S13": -20.591002130992408, "W21": -30.731503628469383, "S21": -31.811503628469765, "W22": -65.49703557662167, "S22": -65.49703557662167, "W31": -89.521379180582343, "S31": -89.521379180582343, "W32": -90.866976512137811, "S32": -95.866976512137811 }, "geometry": { "type": "Point", "coordinates": [ 104623.2, 508752.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.1971967602696778, "W12": -7.8972930930058762, "S12": -7.8972930930058762, "W13": -15.446985775651218, "S13": -15.909193572343321, "W21": -43.676482128923375, "S21": -46.149702740839636, "W22": -50.249526261734971, "S22": -50.249526261734971, "W31": -75.966513191139782, "S31": -78.261511272245059, "W32": -90.104877146401449, "S32": -95.104877146401449 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.72961529155577065, "W12": -10.160716202221804, "S12": -11.774869417337809, "W13": -19.771487471294428, "S13": -20.213578076567543, "W21": -32.997893594919624, "S21": -32.997893594919624, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -75.910617779040692, "S31": -79.729515416835966, "W32": -90.28757970793707, "S32": -95.28757970793707 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 507191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1359244992295841, "S11": 2.1359244992295841, "W12": -11.908436424076932, "S12": -21.399596406828117, "W13": -27.748436790964089, "S13": -27.748436790964089, "W21": -38.483838738192077, "S21": -38.483838738192077, "W22": -35.491859785017191, "S22": -35.491859785017191, "W31": -50.0, "S31": -51.265255389138048, "W32": -96.3334550693464, "S32": -101.3334550693464 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 510171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0759346076216056, "S12": -6.0759346076216056, "W13": -27.67678827289761, "S13": -30.327363475008728, "W21": -37.207262154625077, "S21": -37.207262154625077, "W22": -35.881251526082401, "S22": -38.869605931455773, "W31": -50.0, "S31": -50.935840792634956, "W32": -97.928863726196852, "S32": -102.92886372619685 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 511210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5337455873010768, "S12": -5.5337455873010768, "W13": -26.708310371431722, "S13": -32.875619019142206, "W21": -36.941815984569644, "S21": -36.941815984569644, "W22": -34.615199682840895, "S22": -34.615199682840895, "W31": -50.97526233942736, "S31": -51.718587622332933, "W32": -99.836516775558593, "S32": -104.83651677555859 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.907191603634248, "S11": 1.7613392546409594, "W12": -10.0, "S12": -15.0, "W13": -21.303975535168195, "S13": -33.032876873972477, "W21": -35.071971448397981, "S21": -35.071971448397981, "W22": -39.189725942561694, "S22": -50.231886822440927, "W31": -78.799217945547355, "S31": -78.799217945547355, "W32": -93.017738036987296, "S32": -98.017738036987296 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 512067.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5178024239274537, "S12": -4.5178024239274537, "W13": -15.817456919525446, "S13": -15.817456919525446, "W21": -44.437058713085065, "S21": -47.437058713085065, "W22": -50.110536486366072, "S22": -54.285255087400685, "W31": -77.047509568040581, "S31": -77.047509568040581, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 522451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1165635128611822, "S12": -7.1165635128611822, "W13": -15.0, "S13": -15.0, "W21": -45.820643939848686, "S21": -45.820643939848686, "W22": -69.532279314888015, "S22": -79.861567149495414, "W31": -83.27887999898158, "S31": -83.27887999898158, "W32": -98.886961467368124, "S32": -103.88696146736812 }, "geometry": { "type": "Point", "coordinates": [ 104624.0, 525015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36607749320760741, "S11": 0.36607749320760741, "W12": -4.925236041496678, "S12": -5.5880820060711285, "W13": -16.135056907378338, "S13": -19.135056907378338, "W21": -40.0, "S21": -41.550737118502788, "W22": -40.0, "S22": -44.289162165268358, "W31": -79.316194387407833, "S31": -79.316194387407833, "W32": -93.532099076187748, "S32": -98.532099076187748 }, "geometry": { "type": "Point", "coordinates": [ 104625.0, 499311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6925978312120151, "S11": 1.6925978312120149, "W12": -8.5657316056660981, "S12": -8.5657316056660981, "W13": -15.950835269977514, "S13": -16.02121847679123, "W21": -44.203716206772697, "S21": -46.815699183538243, "W22": -40.0, "S22": -55.0, "W31": -79.771741483456225, "S31": -79.771741483456225, "W32": -94.383985325475294, "S32": -99.383985325475294 }, "geometry": { "type": "Point", "coordinates": [ 104625.142857142855064, 497896.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23414439030470924, "S11": 0.23414439030470924, "W12": -10.000000000000002, "S12": -15.000000000000002, "W13": -20.0, "S13": -20.0, "W21": -32.427274086266095, "S21": -32.427274086266095, "W22": -37.212370721120649, "S22": -50.825561900330406, "W31": -71.630572837651314, "S31": -73.747645106072284, "W32": -91.144140914812553, "S32": -96.144140914812553 }, "geometry": { "type": "Point", "coordinates": [ 104625.2, 507652.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3043067074058179, "W12": -8.1297556624310126, "S12": -8.1297556624310126, "W13": -15.63359713947658, "S13": -15.858278607657926, "W21": -43.872845318916596, "S21": -46.401726156275693, "W22": -41.605084150352894, "S22": -45.537514851245561, "W31": -73.033815861665573, "S31": -74.490290648030495, "W32": -92.569521981376468, "S32": -97.569521981376468 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 497962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41250814938995994, "S11": 0.41250814938995994, "W12": -7.4553968123924701, "S12": -16.534401332911767, "W13": -19.655577970008569, "S13": -19.655577970008569, "W21": -30.000000000000004, "S21": -35.0, "W22": -31.439844069288569, "S22": -32.18894105075627, "W31": -70.0, "S31": -70.0, "W32": -95.133969068984115, "S32": -100.13396906898411 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 508602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57990012356354359, "S11": -0.57990012356354359, "W12": -10.0, "S12": -10.0, "W13": -21.598442106973145, "S13": -21.598442106973145, "W21": -39.158594992129643, "S21": -39.158594992129643, "W22": -40.0, "S22": -41.237255570361647, "W31": -79.149203560502926, "S31": -79.149203560502926, "W32": -93.247113516858519, "S32": -98.247113516858519 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 509417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66740543678049724, "S11": 0.66740543678049724, "W12": -11.008957355055104, "S12": -25.195337283370513, "W13": -25.195337283370513, "S13": -25.195337283370513, "W21": -39.183060391256987, "S21": -39.183060391256987, "W22": -36.430070029894949, "S22": -39.777491997496689, "W31": -50.0, "S31": -50.893237372341403, "W32": -98.0581971215327, "S32": -103.0581971215327 }, "geometry": { "type": "Point", "coordinates": [ 104626.0, 509887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999999325, "S11": -1.7999999999999325, "W12": -4.5126321099124702, "S12": -4.5126321099124702, "W13": -15.617713730569916, "S13": -15.617713730569916, "W21": -44.588385141349498, "S21": -47.586907722174296, "W22": -65.04394062476922, "S22": -65.04394062476922, "W31": -88.067759537137206, "S31": -88.067759537137206, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104626.857142857144936, 522542.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5549648057600343, "S11": 1.5549648057600343, "W12": -7.6358023262386903, "S12": -7.6358023262386903, "W13": -12.737718963365392, "S13": -20.048782849671674, "W21": -43.052184595843784, "S21": -48.375212736945649, "W22": -40.0, "S22": -40.255878524945771, "W31": -80.0, "S31": -80.0, "W32": -96.075695440752639, "S32": -101.07569544075264 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 502354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5164381540379126, "S11": -0.5164381540379126, "W12": -10.0, "S12": -10.0, "W13": -21.673273267422733, "S13": -21.673273267422733, "W21": -39.765422708699063, "S21": -39.765422708699063, "W22": -35.854573749247187, "S22": -38.376980860357442, "W31": -49.859851387607492, "S31": -50.636797778430498, "W32": -98.599785962111397, "S32": -103.5997859621114 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 509482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -37.076760286213862, "W21": -37.076760286213862, "S21": -37.076760286213862, "W22": -52.286079412337166, "S22": -57.906911195240504, "W31": -78.392826786342965, "S31": -78.392826786342965, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 511444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.23778937562796, "W13": -19.680123482417613, "S13": -19.680123482417613, "W21": -33.787151286193691, "S21": -33.787151286193691, "W22": -40.0, "S22": -45.96949214468372, "W31": -80.0, "S31": -80.0, "W32": -97.315085249257407, "S32": -102.31508524925741 }, "geometry": { "type": "Point", "coordinates": [ 104627.0, 512577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34916022586909956, "S11": -0.30974259698282092, "W12": -9.6368256505052159, "S12": -9.6368256505052159, "W13": -19.469085360344248, "S13": -19.469085360344248, "W21": -33.420827754857825, "S21": -33.849217616790575, "W22": -38.469113801452785, "S22": -48.469113801452785, "W31": -68.212078428916882, "S31": -68.212078428916882, "W32": -95.376234651157105, "S32": -100.37623465115711 }, "geometry": { "type": "Point", "coordinates": [ 104627.909090909088263, 512830.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1128618631947527, "S11": 2.1128618631947527, "W12": -2.2634116279523959, "S12": -2.7797370291698833, "W13": -13.758558801800701, "S13": -16.758558801800703, "W21": -41.123532329720874, "S21": -43.457215814255861, "W22": -51.229210259085747, "S22": -56.215257270424893, "W31": -78.024499382788832, "S31": -78.024499382788832, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 498506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2737480352902035, "S11": 1.2737480352902035, "W12": -4.2681956404353887, "S12": -4.2681956404353887, "W13": -14.467135940132554, "S13": -17.233585664446302, "W21": -40.273234051192105, "S21": -43.050701119307931, "W22": -48.044371350761658, "S22": -48.044371350761658, "W31": -77.680693349608006, "S31": -78.481651211066676, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 498674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49739277799504633, "S11": 0.49739277799504633, "W12": -10.0, "S12": -12.491120080726539, "W13": -15.30503891647237, "S13": -18.30503891647237, "W21": -60.000000000000007, "S21": -61.433448270399566, "W22": -33.060883319349252, "S22": -33.11129797225486, "W31": -65.075516826018344, "S31": -65.075516826018344, "W32": -88.805029635029726, "S32": -93.805029635029726 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 500677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50424577512823188, "S11": -1.4899625341310019, "W12": -5.7212988205966973, "S12": -8.4977795342029392, "W13": -12.584297471027069, "S13": -12.584297471027069, "W21": -31.040345482835725, "S21": -31.567160974651827, "W22": -40.0, "S22": -42.523227275086484, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -98.937949843810955, "S32": -103.93794984381096 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 505236.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8912412952402295, "S12": -12.938296522794484, "W13": -20.337132085723304, "S13": -20.337132085723304, "W21": -30.0, "S21": -30.25, "W22": -40.0, "S22": -55.0, "W31": -79.932266063433531, "S31": -79.932266063433531, "W32": -94.653215983427515, "S32": -99.653215983427515 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55230788619237747, "S11": -0.55230788619237747, "W12": -10.0, "S12": -10.0, "W13": -21.607469510923181, "S13": -21.607469510923181, "W21": -39.041110692806598, "S21": -39.041110692806598, "W22": -33.343117178232632, "S22": -35.435922910000372, "W31": -65.652862499253331, "S31": -65.652862499253331, "W32": -88.165027259227642, "S32": -93.165027259227642 }, "geometry": { "type": "Point", "coordinates": [ 104628.0, 509406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8880679751013634, "S11": -2.4094906601819588, "W12": -9.117619903453285, "S12": -9.117619903453285, "W13": -18.642463754299232, "S13": -26.003582035611345, "W21": -41.170407294738965, "S21": -49.209391199945166, "W22": -40.0, "S22": -43.700144392748278, "W31": -66.303481044704483, "S31": -75.248814024753301, "W32": -93.3738310939939, "S32": -98.3738310939939 }, "geometry": { "type": "Point", "coordinates": [ 104628.666666666671517, 516273.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999988, "S13": -14.999999999999988, "W21": -47.0, "S21": -47.0, "W22": -37.42870359554167, "S22": -45.679380800805291, "W31": -70.0, "S31": -70.168808097839772, "W32": -91.188988120649128, "S32": -96.188988120649128 }, "geometry": { "type": "Point", "coordinates": [ 104628.857142857144936, 527305.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0014493706607932, "S11": 2.0014493706607932, "W12": -1.879175556711731, "S12": -2.0480558371027731, "W13": -13.84678398503314, "S13": -16.810600940584091, "W21": -41.019037852668717, "S21": -43.625260404999828, "W22": -50.445714175502459, "S22": -50.445714175502459, "W31": -75.990936901559039, "S31": -76.517481611806915, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104628.888888888890506, 498527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84269644229776397, "S11": 0.84269644229776397, "W12": -3.7233916394900679, "S12": -4.2914351177509378, "W13": -14.837905064603055, "S13": -17.753923028674912, "W21": -40.0, "S21": -42.606144901915222, "W22": -33.722270718155492, "S22": -38.150782507312009, "W31": -70.0, "S31": -70.0, "W32": -94.469006713648298, "S32": -99.469006713648298 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 498762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2699873659732483, "S11": 1.2699873659732483, "W12": -8.5846965806357769, "S12": -13.174526598419803, "W13": -30.0, "S13": -30.0, "W21": -38.14948321158753, "S21": -38.14948321158753, "W22": -30.215948012328791, "S22": -33.190968186930803, "W31": -70.0, "S31": -70.0, "W32": -96.808116173668125, "S32": -101.80811617366813 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 510814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41456100853502736, "S11": -0.41456100853502736, "W12": -11.916785712253061, "S12": -11.916785712253061, "W13": -20.253146192540108, "S13": -26.521924107641489, "W21": -38.829319197972382, "S21": -43.170196859800164, "W22": -37.809335242641211, "S22": -43.284289130613253, "W31": -69.763884850311854, "S31": -74.686175609866766, "W32": -95.067579066265054, "S32": -100.06757906626505 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 514872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4818019050347344, "S11": -1.4818019050347344, "W12": -4.5078352544000149, "S12": -4.5078352544000149, "W13": -15.429335641689915, "S13": -15.429335641689915, "W21": -44.802951959326251, "S21": -47.802951959326251, "W22": -36.903796033994333, "S22": -44.423647948345106, "W31": -65.822413851180656, "S31": -65.822413851180656, "W32": -91.593665864084741, "S32": -96.593665864084741 }, "geometry": { "type": "Point", "coordinates": [ 104629.0, 522670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.456461038961248, "S12": -12.700894100912148, "W13": -17.915551833907895, "S13": -17.915551833907895, "W21": -30.19538010545979, "S21": -30.19538010545979, "W22": -40.0, "S22": -55.0, "W31": -79.912705666477592, "S31": -79.912705666477592, "W32": -94.599300414022963, "S32": -99.599300414022963 }, "geometry": { "type": "Point", "coordinates": [ 104629.142857142855064, 508143.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6077030697580632, "S12": -12.882078952942237, "W13": -18.855803891388174, "S13": -18.855803891388174, "W21": -30.000000000000004, "S21": -32.796425852756734, "W22": -30.800402401836248, "S22": -30.800402401836248, "W31": -70.0, "S31": -70.0, "W32": -95.195506246336933, "S32": -100.19550624633693 }, "geometry": { "type": "Point", "coordinates": [ 104629.5, 508458.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80309385949653334, "S11": 0.7876836285201978, "W12": -8.6838759870923248, "S12": -13.683875987092325, "W13": -17.348998559175957, "S13": -20.348998559175957, "W21": -32.250093773443361, "S21": -32.250093773443361, "W22": -49.13096490878084, "S22": -49.13096490878084, "W31": -73.049752584595709, "S31": -73.115620953875094, "W32": -96.800373622197938, "S32": -101.80037362219794 }, "geometry": { "type": "Point", "coordinates": [ 104630.0, 496899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.538488807214566, "S13": -17.911910537715812, "W21": -41.710359594778176, "S21": -43.360159770894143, "W22": -50.275556337058099, "S22": -54.958157814087677, "W31": -77.964227771503602, "S31": -77.964227771503602, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104630.0, 499910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8225512033902396, "S12": -5.8225512033902396, "W13": -27.3184723906095, "S13": -31.278172756441915, "W21": -37.090049156825238, "S21": -37.090049156825238, "W22": -40.0, "S22": -44.574595310297696, "W31": -72.309843304969121, "S31": -72.314001978486417, "W32": -92.90587031730405, "S32": -97.90587031730405 }, "geometry": { "type": "Point", "coordinates": [ 104630.0, 511244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58888023069275652, "S11": -2.6666840657048998, "W12": -6.3458561961897333, "S12": -9.2184963179241741, "W13": -24.988891911497657, "S13": -24.988891911497657, "W21": -36.558186320834999, "S21": -38.919299256430541, "W22": -35.154702027130014, "S22": -40.938195392893363, "W31": -70.478059530234646, "S31": -70.478059530234646, "W32": -94.128633084525248, "S32": -99.128633084525248 }, "geometry": { "type": "Point", "coordinates": [ 104630.6, 505804.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -99.224282294526731, "S32": -104.22428229452673 }, "geometry": { "type": "Point", "coordinates": [ 104630.6, 527321.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3542437832591299, "W12": -10.0, "S12": -11.798775626631949, "W13": -14.55817773294204, "S13": -16.911991316773786, "W21": -60.0, "S21": -61.355807463015751, "W22": -55.360394074950833, "S22": -55.360394074950833, "W31": -75.254159627195605, "S31": -90.254159627195605, "W32": -90.254159627195605, "S32": -93.828954525006779 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 500810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.954088293206542, "S11": 1.954088293206542, "W12": -9.9922446918281587, "S12": -11.424250275099025, "W13": -30.0, "S13": -30.0, "W21": -38.112509830181786, "S21": -38.112509830181786, "W22": -37.618669689737473, "S22": -37.618669689737473, "W31": -70.0, "S31": -75.531970649895172, "W32": -94.551502080738743, "S32": -99.551502080738743 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 510513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -24.999999999999996, "S13": -38.609740046067785, "W21": -38.609740046067785, "S21": -38.609740046067785, "W22": -54.241379310344577, "S22": -54.241379310344577, "W31": -75.167427658198946, "S31": -75.167427658198946, "W32": -88.516468217711207, "S32": -93.516468217711207 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 511483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0040771298708580789, "S11": -0.14312487291771975, "W12": -11.210577046315315, "S12": -11.210577046315315, "W13": -19.938354532444269, "S13": -24.70046197521431, "W21": -36.814814365659956, "S21": -40.792426710952746, "W22": -38.34013140437704, "S22": -53.34013140437704, "W31": -76.267153446467503, "S31": -76.267153446467503, "W32": -91.102054958224514, "S32": -96.102054958224514 }, "geometry": { "type": "Point", "coordinates": [ 104631.0, 513873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51118602091354215, "W12": -10.0, "S12": -16.144202082266251, "W13": -20.0, "S13": -20.0, "W21": -33.161265457097578, "S21": -34.80305751810404, "W22": -44.123724392899838, "S22": -44.123724392899838, "W31": -74.076163848131927, "S31": -78.469582614337384, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104631.6, 506758.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4024510529170979, "S11": 2.4024510529170979, "W12": -3.1298137777235269, "S12": -5.2594040547246079, "W13": -13.52924054871405, "S13": -15.712720575795974, "W21": -41.404910125614251, "S21": -43.091535410775265, "W22": -53.525625262183389, "S22": -53.525625262183389, "W31": -75.559422028099178, "S31": -75.559422028099178, "W32": -89.968247342011608, "S32": -94.968247342011608 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 498452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7674674770868108, "S12": -9.7674674770868108, "W13": -16.390440901906114, "S13": -18.815562423617902, "W21": -52.004279600570612, "S21": -53.629151714768717, "W22": -45.901269018669858, "S22": -46.607202168905864, "W31": -74.841253895597973, "S31": -80.808463289105887, "W32": -91.433714018566747, "S32": -96.433714018566747 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 500428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23759708907704155, "S11": -0.10519399961568668, "W12": -4.7216815806858445, "S12": -4.7216815806858445, "W13": -15.0, "S13": -15.529498330697592, "W21": -30.760964486367936, "S21": -30.760964486367936, "W22": -36.629258995422148, "S22": -42.409974394252401, "W31": -59.040780464158033, "S31": -59.171681596066065, "W32": -92.245572200884652, "S32": -97.245572200884652 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 504671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45015184514862439, "S11": -0.45015184514862439, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -21.652951129157863, "S13": -21.652951129157863, "W21": -38.615632580015856, "S21": -38.615632580015856, "W22": -42.387456044514181, "S22": -42.387456044514181, "W31": -75.239998, "S31": -75.239998, "W32": -91.477448506065301, "S32": -96.477448506065301 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 509364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18185187744630638, "S11": 0.18185187744630638, "W12": -9.6373097474240836, "S12": -9.6373097474240836, "W13": -19.34330972908225, "S13": -19.651582890041556, "W21": -33.169081325650673, "S21": -34.122938746197285, "W22": -32.932600710615858, "S22": -43.881137134941703, "W31": -70.0, "S31": -70.0, "W32": -97.110149268745118, "S32": -102.11014926874512 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 513053.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72732620467852349, "S11": -0.72732620467852349, "W12": -4.498727617793314, "S12": -4.498727617793314, "W13": -15.0, "S13": -15.0, "W21": -45.366388574590765, "S21": -48.366388574590765, "W22": -51.498859221718064, "S22": -56.574359103126788, "W31": -78.006935036157657, "S31": -78.006935036157657, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104632.0, 523003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.94524558432146688, "W12": -10.167375611937485, "S12": -11.263830187071104, "W13": -19.828639727743006, "S13": -19.828639727743006, "W21": -32.831909680959235, "S21": -32.831909680959235, "W22": -33.461598918545072, "S22": -37.419542758960368, "W31": -70.0, "S31": -70.0, "W32": -94.492202160043377, "S32": -99.492202160043377 }, "geometry": { "type": "Point", "coordinates": [ 104632.2, 507223.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054692059154214823, "S11": -0.054692059154214823, "W12": -10.166688341283251, "S12": -10.166688341283251, "W13": -21.816864217770959, "S13": -21.816864217770959, "W21": -37.458815330592898, "S21": -37.458815330592898, "W22": -63.400990569059935, "S22": -68.635737677247732, "W31": -90.0, "S31": -90.0, "W32": -91.748058474189122, "S32": -96.748058474189122 }, "geometry": { "type": "Point", "coordinates": [ 104632.666666666671517, 509243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73446321488544797, "S11": 0.73446321488544797, "W12": -7.4265714750655887, "S12": -7.4265714750655887, "W13": -16.728078644190532, "S13": -19.256768136516801, "W21": -38.897209979398646, "S21": -38.897209979398646, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -99.162083634150008, "S32": -104.16208363415001 }, "geometry": { "type": "Point", "coordinates": [ 104632.714285714289872, 497215.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51042471838080405, "S11": -0.51042471838080405, "W12": -9.3752141166860863, "S12": -9.3752141166860863, "W13": -16.98897155762187, "S13": -19.082057235436761, "W21": -48.777695716395861, "S21": -50.328592128183871, "W22": -40.0, "S22": -40.934304462560668, "W31": -78.457038890152376, "S31": -78.457038890152376, "W32": -98.979609386286555, "S32": -103.97960938628655 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 500285.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4341519743142004, "W12": -10.166838636791566, "S12": -14.778208562182996, "W13": -20.060562601072434, "S13": -20.060562601072434, "W21": -33.091838325146938, "S21": -33.574429663769408, "W22": -36.002005743872765, "S22": -36.002005743872765, "W31": -50.0, "S31": -51.160248396854719, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 506968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.85156060972659087, "W12": -10.167944713801544, "S12": -11.530372982544808, "W13": -19.80973372122639, "S13": -19.988642001954435, "W21": -32.86695973082476, "S21": -32.86695973082476, "W22": -30.0, "S22": -34.315551674107439, "W31": -55.045280503900791, "S31": -55.711242218905383, "W32": -100.22163139213463, "S32": -105.22163139213463 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 507209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36927059540124851, "S11": -0.36927059540124851, "W12": -10.0, "S12": -10.948133884004356, "W13": -21.709958112601306, "S13": -21.709958112601306, "W21": -40.0, "S21": -40.0, "W22": -48.561332954743293, "S22": -48.561332954743293, "W31": -74.352328879236865, "S31": -74.352328879236865, "W32": -88.947835643347958, "S32": -93.947835643347958 }, "geometry": { "type": "Point", "coordinates": [ 104633.0, 509510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056092176762026491, "S11": 0.056092176762026491, "W12": -6.6478626659534115, "S12": -6.9865570162662873, "W13": -16.494014913657772, "S13": -19.537696848932654, "W21": -40.488103552305887, "S21": -42.019903473534718, "W22": -76.535980908684408, "S22": -84.284616024881998, "W31": -84.284616024881998, "S31": -84.284616024881998, "W32": -97.607606363493645, "S32": -102.60760636349364 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 499493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5740732483129527, "W12": -1.6355882277859835, "S12": -1.6355882277859835, "W13": -10.907519841650808, "S13": -23.345253801444372, "W21": -29.616871109838272, "S21": -29.62068208340354, "W22": -64.415478915885089, "S22": -64.415478915885089, "W31": -87.482007620301985, "S31": -87.482007620301985, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 505051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44547137470003434, "S11": -0.83932921861328424, "W12": -10.16806863114291, "S12": -13.605667145977055, "W13": -19.883593825045011, "S13": -20.372558797391569, "W21": -33.284281217659142, "S21": -33.284281217659142, "W22": -48.014861860788258, "S22": -48.014861860788258, "W31": -74.648483635713191, "S31": -74.648483635713191, "W32": -88.689273088719361, "S32": -93.689273088719361 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48699346605724103, "S11": -0.48699346605724103, "W12": -10.0, "S12": -10.0, "W13": -21.618095636572502, "S13": -21.618095636572502, "W21": -38.802963503324236, "S21": -38.802963503324236, "W22": -40.0, "S22": -40.452668112798264, "W31": -80.026078582398384, "S31": -80.026078582398384, "W32": -95.838718687708706, "S32": -100.83871868770871 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 509385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3171755581491662, "W12": -10.0, "S12": -10.606558977508938, "W13": -19.738392684965291, "S13": -19.738392684965291, "W21": -33.865976948548855, "S21": -33.865976948548855, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104634.0, 512518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022491894812680102, "S11": 0.022491894812680102, "W12": -9.4194548641422955, "S12": -9.4194548641422955, "W13": -13.479759456838021, "S13": -16.123243166111205, "W21": -53.061854651450034, "S21": -53.848321726667649, "W22": -58.859565035049073, "S22": -64.992038859191027, "W31": -79.388671150626763, "S31": -79.388671150626763, "W32": -95.351930877098752, "S32": -100.35193087709875 }, "geometry": { "type": "Point", "coordinates": [ 104634.5, 501199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7449787933979106, "S12": -11.914196881009781, "W13": -18.65225156983719, "S13": -18.65225156983719, "W21": -29.999999999999996, "S21": -32.403977168108987, "W22": -63.638618645850521, "S22": -72.551756888606093, "W31": -83.867599557356698, "S31": -83.867599557356698, "W32": -97.203806679613407, "S32": -102.20380667961341 }, "geometry": { "type": "Point", "coordinates": [ 104636.0, 508423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.269042553624228, "W13": -19.697172426104288, "S13": -19.697172426104288, "W21": -33.80067440183209, "S21": -33.80067440183209, "W22": -36.684806781669096, "S22": -42.739864863456837, "W31": -60.0, "S31": -60.013209149127711, "W32": -92.184593261372115, "S32": -97.184593261372115 }, "geometry": { "type": "Point", "coordinates": [ 104636.0, 512562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2308630632657937, "S11": -0.60657917269469974, "W12": -11.791406459568259, "S12": -11.791406459568259, "W13": -19.989423533274756, "S13": -22.05283073582979, "W21": -38.491410079039397, "S21": -38.752060913874708, "W22": -48.911265425292626, "S22": -48.911265425292626, "W31": -73.003348458947002, "S31": -73.056667837510403, "W32": -96.931534639436705, "S32": -101.93153463943671 }, "geometry": { "type": "Point", "coordinates": [ 104636.0, 514268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7225768535262207, "S11": 0.7225768535262207, "W12": -8.5259959753928545, "S12": -8.5259959753928545, "W13": -16.382577670516127, "S13": -16.923025563650398, "W21": -44.801711160984098, "S21": -47.410180148703809, "W22": -47.559052791050135, "S22": -47.559052791050135, "W31": -77.250593945488546, "S31": -78.328727645737615, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104637.0, 497777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4382202789222696, "S12": -9.4382202789222696, "W13": -16.917705105488572, "S13": -19.063244371187164, "W21": -49.084058208873564, "S21": -50.627545081164449, "W22": -70.0, "S22": -80.185448232323239, "W31": -83.15132362020789, "S31": -83.15132362020789, "W32": -98.547988056305996, "S32": -103.547988056306 }, "geometry": { "type": "Point", "coordinates": [ 104637.0, 500305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000004263, "S11": -0.50000000000004263, "W12": -4.5175305263079544, "S12": -4.5175305263079544, "W13": -18.24683816573032, "S13": -18.24683816573032, "W21": -41.149612385428746, "S21": -44.022202999260912, "W22": -63.304961419317507, "S22": -68.537440439503882, "W31": -89.899877899877765, "S31": -89.899877899877765, "W32": -91.71311100959349, "S32": -96.71311100959349 }, "geometry": { "type": "Point", "coordinates": [ 104637.1, 521358.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -44.044782355473394, "S22": -44.044782355473394, "W31": -74.027722680816339, "S31": -78.410312791314226, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104637.5, 527353.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22, "S11": -0.22, "W12": -1.3200001, "S12": -1.3200001, "W13": -10.17, "S13": -23.32, "W21": -29.57, "S21": -29.58, "W22": -34.211115324497555, "S22": -47.908698731209228, "W31": -70.0, "S31": -70.0, "W32": -97.263774247089799, "S32": -102.2637742470898 }, "geometry": { "type": "Point", "coordinates": [ 104637.8, 505087.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020193861066235858, "S11": -0.020193861066235858, "W12": -5.9085770966969138, "S12": -7.2846883680289345, "W13": -14.999999999999998, "S13": -19.907300406539225, "W21": -36.588684452282479, "S21": -38.601642611170824, "W22": -37.207557486103099, "S22": -45.432649519097176, "W31": -71.03823318212865, "S31": -71.03823318212865, "W32": -97.728904822313751, "S32": -102.72890482231375 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 502665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.5602895880942338, "W13": -19.578001334506734, "S13": -22.406704355628207, "W21": -33.33242970797788, "S21": -33.33242970797788, "W22": -36.975007595935679, "S22": -51.448363982748226, "W31": -70.43202378413848, "S31": -73.554404037067229, "W32": -91.539791648877113, "S32": -96.539791648877113 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 503661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31693648816936493, "S11": -0.096549347713066225, "W12": -4.7812745398898846, "S12": -4.7812745398898846, "W13": -15.534208357111154, "S13": -15.534208357111154, "W21": -32.601280002929201, "S21": -32.601280002929201, "W22": -36.996179540297923, "S22": -51.376024212757656, "W31": -70.561728441678923, "S31": -73.561728441678923, "W32": -91.458351122875925, "S32": -96.458351122875925 }, "geometry": { "type": "Point", "coordinates": [ 104638.0, 504482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45432053396465766, "S11": -0.45432053396465766, "W12": -11.381490480287326, "S12": -11.381490480287326, "W13": -20.223464181875002, "S13": -27.410031532883949, "W21": -38.20957710473359, "S21": -42.721285228557257, "W22": -40.0, "S22": -40.0, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104638.885245901634335, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27571933056962994, "S11": -0.38028578401668034, "W12": -8.2346547314578, "S12": -8.2346547314578, "W13": -14.259762849714452, "S13": -18.687948130461471, "W21": -44.736589729641942, "S21": -44.926591922143587, "W22": -40.0, "S22": -47.934941520467838, "W31": -80.0, "S31": -80.0, "W32": -97.805631227937241, "S32": -102.80563122793724 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 501577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61687707463897279, "S11": 0.61687707463897279, "W12": -4.2927673806886828, "S12": -12.190635560702503, "W13": -20.000000000000004, "S13": -21.129104659897965, "W21": -34.358279339626968, "S21": -34.358279339626968, "W22": -40.0, "S22": -46.725089070221813, "W31": -79.443256139534896, "S31": -79.443256139534896, "W32": -93.627807529952292, "S32": -98.627807529952292 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 504084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55519132040430774, "S11": 0.36422514990363114, "W12": -4.2773965454983145, "S12": -9.8854283610738349, "W13": -19.884818695660336, "S13": -20.433598070622889, "W21": -34.09632081547921, "S21": -34.09632081547921, "W22": -51.768508184350615, "S22": -57.027132987816024, "W31": -77.989370689526481, "S31": -77.989370689526481, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.818760096930532, "S12": -11.069012877516982, "W13": -18.607659129651861, "S13": -18.607659129651861, "W21": -32.903291041958468, "S21": -32.903291041958468, "W22": -60.299522313914473, "S22": -67.060628947046453, "W31": -79.938083257319846, "S31": -79.938083257319846, "W32": -95.681542451704914, "S32": -100.68154245170491 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 507873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.442386363636363, "S12": -12.970558035604876, "W13": -17.86036686031191, "S13": -17.86036686031191, "W21": -30.0, "S21": -30.0, "W22": -71.749032797402648, "S22": -81.380587159191748, "W31": -83.009382140833949, "S31": -83.009382140833949, "W32": -98.749040238873874, "S32": -103.74904023887387 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 508155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -25.763204013607776, "S13": -34.55656999441932, "W21": -36.697601176517026, "S21": -36.697601176517026, "W22": -34.615408350694175, "S22": -35.398407326687853, "W31": -65.327606880267368, "S31": -65.327606880267368, "W32": -89.158260117162882, "S32": -94.158260117162882 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 511366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.6767762508889863, "W13": -23.980615173073474, "S13": -37.734037584746559, "W21": -37.734037584746559, "S21": -37.734037584746559, "W22": -41.944075289205912, "S22": -41.944075289205912, "W31": -74.660177616680457, "S31": -74.660177616680457, "W32": -100.54779963013048, "S32": -105.54779963013048 }, "geometry": { "type": "Point", "coordinates": [ 104639.0, 511648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3213097072419075, "S11": 1.3213097072419075, "W12": -12.874623756325109, "S12": -20.78292932216457, "W13": -25.942169612681656, "S13": -25.942169612681656, "W21": -38.577919260618124, "S21": -38.577919260618124, "W22": -36.306296757678652, "S22": -36.306296757678652, "W31": -65.466635654228099, "S31": -67.449937706487532, "W32": -89.37422306819181, "S32": -94.37422306819181 }, "geometry": { "type": "Point", "coordinates": [ 104639.666666666671517, 510068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71918254812808358, "S11": 0.71918254812808358, "W12": -12.044569921171846, "S12": -24.212990973803425, "W13": -25.178130205915583, "S13": -25.178130205915583, "W21": -38.935037237963598, "S21": -38.935037237963598, "W22": -53.864942528735632, "S22": -53.864942528735632, "W31": -75.137219017933631, "S31": -75.137219017933631, "W32": -88.518180606954715, "S32": -93.518180606954715 }, "geometry": { "type": "Point", "coordinates": [ 104640.0, 509959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.46363088739128799, "W12": -10.0, "S12": -10.416351070450833, "W13": -19.722182764097841, "S13": -19.722182764097841, "W21": -33.833141876814587, "S21": -33.833141876814587, "W22": -37.553337001582769, "S22": -41.84138630137609, "W31": -50.0, "S31": -50.779479498634174, "W32": -98.382366998121711, "S32": -103.38236699812171 }, "geometry": { "type": "Point", "coordinates": [ 104640.0, 512537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12509759017332012, "S11": 0.12509759017332012, "W12": -4.4936572199730094, "S12": -5.9280480829171722, "W13": -16.123134719552681, "S13": -19.123134719552681, "W21": -40.0, "S21": -42.219492815674066, "W22": -52.841899196212019, "S22": -52.841899196212019, "W31": -75.604604162435635, "S31": -75.604604162435635, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104641.0, 498954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1355797621535189, "W13": -19.021279058734866, "S13": -22.021279058734866, "W21": -32.055451896038072, "S21": -32.055451896038072, "W22": -30.0, "S22": -32.454379562043798, "W31": -70.0, "S31": -70.0, "W32": -95.243911795837732, "S32": -100.24391179583773 }, "geometry": { "type": "Point", "coordinates": [ 104641.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7878331453203691, "S12": -14.887824313478635, "W13": -19.048085480291345, "S13": -19.048085480291345, "W21": -30.000000000000004, "S21": -33.1002689376961, "W22": -33.060188075918191, "S22": -33.060188075918191, "W31": -65.110086697527194, "S31": -65.110086697527194, "W32": -88.820434831506887, "S32": -93.820434831506887 }, "geometry": { "type": "Point", "coordinates": [ 104641.0, 508495.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58824902723735395, "S11": 0.58824902723735395, "W12": -6.3385253745265651, "S12": -7.5618263454003518, "W13": -28.412983577647964, "S13": -28.412983577647964, "W21": -37.355199244254123, "S21": -37.355199244254123, "W22": -42.634122764620592, "S22": -42.634122764620592, "W31": -74.082183609645668, "S31": -74.082183609645668, "W32": -100.1978631209826, "S32": -105.1978631209826 }, "geometry": { "type": "Point", "coordinates": [ 104641.0, 511149.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9936018116109659, "S11": -2.6108396249881838, "W12": -9.1819611083751127, "S12": -9.1819611083751127, "W13": -18.505376659504325, "S13": -26.027309212530849, "W21": -40.891942981416094, "S21": -48.197053037053394, "W22": -38.633820074149142, "S22": -43.536133196895605, "W31": -71.662169538149072, "S31": -71.662169538149072, "W32": -93.145021061671784, "S32": -98.145021061671784 }, "geometry": { "type": "Point", "coordinates": [ 104641.111111111109494, 516176.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4743483199295317, "S12": -4.4743483199295317, "W13": -15.0, "S13": -15.0, "W21": -45.02404822903079, "S21": -47.590897298280055, "W22": -38.830134838335631, "S22": -38.830134838335631, "W31": -65.674771096105374, "S31": -69.576382145514557, "W32": -89.698210433511491, "S32": -94.698210433511491 }, "geometry": { "type": "Point", "coordinates": [ 104641.142857142855064, 523800.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -64.248067581681966, "S22": -66.061284628480607, "W31": -90.0, "S31": -90.0, "W32": -91.140931932389222, "S32": -96.140931932389222 }, "geometry": { "type": "Point", "coordinates": [ 104641.147368421050487, 530017.11578947363887 ] } }, +{ "type": "Feature", "properties": { "W11": 0.510767517893432, "S11": 0.510767517893432, "W12": -8.9998705836673931, "S12": -16.751429168996893, "W13": -22.345520847465075, "S13": -22.345520847465075, "W21": -39.575078582285421, "S21": -39.575078582285421, "W22": -30.256090965818487, "S22": -34.305133589250367, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -96.722877628689105, "S32": -101.7228776286891 }, "geometry": { "type": "Point", "coordinates": [ 104641.4, 509666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59346508753370608, "S11": -0.73424598101163063, "W12": -8.8637480182293515, "S12": -8.8637480182293515, "W13": -18.550818237974219, "S13": -25.619422360815911, "W21": -41.912768212577426, "S21": -45.222000928612061, "W22": -40.0, "S22": -41.783196574826803, "W31": -66.167890162319324, "S31": -76.167890162319324, "W32": -92.152800268428962, "S32": -97.152800268428962 }, "geometry": { "type": "Point", "coordinates": [ 104641.862068965521757, 516621.362068965507206 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.995456449245294, "S13": -14.995456449245294, "W21": -47.0, "S21": -47.0, "W22": -36.831511717744007, "S22": -43.758382817288762, "W31": -64.083783358674566, "S31": -64.083783358674566, "W32": -91.920533005470077, "S32": -96.920533005470077 }, "geometry": { "type": "Point", "coordinates": [ 104641.9, 527367.949999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48559335275052384, "S11": 0.48559335275052384, "W12": -5.0, "S12": -6.6454895018369404, "W13": -18.747457424184375, "S13": -21.948315557593343, "W21": -31.409700565577669, "S21": -31.409700565577669, "W22": -49.413023729844731, "S22": -49.413023729844731, "W31": -73.130473609047854, "S31": -73.180594054196135, "W32": -96.637672388673707, "S32": -101.63767238867371 }, "geometry": { "type": "Point", "coordinates": [ 104642.0, 503379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23479302206914152, "S11": -0.2582649229572675, "W12": -5.8883091067213318, "S12": -5.8883091067213318, "W13": -21.823567330040675, "S13": -21.823567330040675, "W21": -36.651332019477969, "S21": -40.069419655792267, "W22": -40.0, "S22": -40.0, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104642.0, 506413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7243708918116685, "S12": -15.621605492284633, "W13": -19.761465058269067, "S13": -19.761465058269067, "W21": -30.0, "S21": -34.203539823008853, "W22": -50.0, "S22": -50.0, "W31": -79.205213611159976, "S31": -79.205213611159976, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104642.0, 508624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22319954366151662, "S11": 0.22319954366151662, "W12": -10.716084693747739, "S12": -10.716084693747739, "W13": -19.826049255451306, "S13": -26.986306555416714, "W21": -35.606339076381957, "S21": -36.275841159476123, "W22": -45.560980202281037, "S22": -45.560980202281037, "W31": -72.561740620491847, "S31": -72.561740620491847, "W32": -98.862748461446898, "S32": -103.8627484614469 }, "geometry": { "type": "Point", "coordinates": [ 104642.0, 513585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52200857317819316, "S11": -0.52200857317819316, "W12": -9.9805438560622193, "S12": -9.9805438560622193, "W13": -16.689745005059237, "S13": -17.92355754586654, "W21": -42.76343806424957, "S21": -44.413769512966468, "W22": -52.038157146982925, "S22": -57.471414106977228, "W31": -77.971806342895306, "S31": -77.971806342895306, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104642.333333333328483, 499993.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18761831561264597, "S11": 0.18761831561264597, "W12": -10.200488307283001, "S12": -10.200488307283001, "W13": -21.831469962592003, "S13": -21.831469962592003, "W21": -37.092597119667971, "S21": -37.092597119667971, "W22": -36.166756319145605, "S22": -51.166756319145605, "W31": -72.594988494524443, "S31": -72.594988494524443, "W32": -89.646385234429758, "S32": -94.646385234429758 }, "geometry": { "type": "Point", "coordinates": [ 104642.333333333328483, 509211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.098592076873901258, "S11": -0.098592076873901258, "W12": -8.853645556146887, "S12": -8.853645556146887, "W13": -16.460003370975897, "S13": -19.058301290348115, "W21": -40.951151641130522, "S21": -42.478823953064357, "W22": -34.82881263238604, "S22": -48.434160471156218, "W31": -69.361603824901735, "S31": -69.361603824901735, "W32": -89.312786141991111, "S32": -94.312786141991111 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 499585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31470728549035643, "S11": -0.3365622961513372, "W12": -8.2538789428815011, "S12": -8.2538789428815011, "W13": -14.272123641696851, "S13": -19.272123641696851, "W21": -45.085577723753715, "S21": -45.261021700713876, "W22": -33.137906231904346, "S22": -34.615587277025128, "W31": -65.490300047079955, "S31": -65.490300047079955, "W32": -88.3790843600584, "S32": -93.3790843600584 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 501562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1502673150287464, "S11": 1.1502673150287464, "W12": -7.0611231194532449, "S12": -7.0611231194532449, "W13": -13.537768519198297, "S13": -20.021581110511885, "W21": -39.739079059045601, "S21": -43.505773435484379, "W22": -33.056486951914415, "S22": -34.747765488709206, "W31": -65.457797109096333, "S31": -65.457797109096333, "W32": -88.457422964474659, "S32": -93.457422964474659 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 502458.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.742678523037366, "S12": -15.649726350453269, "W13": -19.754904913881749, "S13": -19.754904913881749, "W21": -30.0, "S21": -34.277286135693217, "W22": -49.07866412123628, "S22": -49.07866412123628, "W31": -73.24404638981656, "S31": -73.24404638981656, "W32": -96.37003967300987, "S32": -101.37003967300987 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 508623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8636854398733802, "S11": 1.8636854398733802, "W12": -9.8872322135452571, "S12": -11.142778865736776, "W13": -30.0, "S13": -30.0, "W21": -38.053651093367641, "S21": -38.053651093367641, "W22": -45.007493173630465, "S22": -45.802564509557875, "W31": -74.191941501384974, "S31": -78.249391330428764, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104643.0, 510557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37658711497766284, "S11": 0.37658711497766284, "W12": -10.0, "S12": -10.102118882704447, "W13": -13.438803273228983, "S13": -14.962024148294876, "W21": -60.164875556472104, "S21": -60.891948555562408, "W22": -50.0, "S22": -54.622819326494302, "W31": -77.755226990585939, "S31": -77.755226990585939, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104644.0, 501071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086355651749197848, "S11": 0.086355651749197848, "W12": -10.954543743618405, "S12": -10.954543743618405, "W13": -19.920869744222603, "S13": -28.460387092286666, "W21": -36.293907304201191, "S21": -39.236396010927145, "W22": -48.580088054272913, "S22": -48.580088054272913, "W31": -74.216942829032703, "S31": -74.216942829032703, "W32": -89.048953894389484, "S32": -94.048953894389484 }, "geometry": { "type": "Point", "coordinates": [ 104644.0, 513747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40008660508083138, "S11": -0.40008660508083138, "W12": -10.0, "S12": -10.0, "W13": -16.374250800606777, "S13": -17.363955220006893, "W21": -41.333060728448984, "S21": -42.904419531127203, "W22": -62.984341349605174, "S22": -62.984341349605174, "W31": -85.373899511841572, "S31": -85.373899511841572, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104644.5, 499817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92, "S11": -7.92, "W12": -7.9299998, "S12": -15.4199996, "W13": -15.43, "S13": -22.9199998, "W21": -33.919998, "S21": -34.919998, "W22": -64.545370489154919, "S22": -69.545370489154919, "W31": -87.784096698593842, "S31": -87.784096698593842, "W32": -93.371289286635644, "S32": -98.371289286635644 }, "geometry": { "type": "Point", "coordinates": [ 104644.7, 505473.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3022937940582899, "S12": -7.3022937940582899, "W13": -16.683820974581465, "S13": -18.667292048961631, "W21": -39.229939940961387, "S21": -39.229939940961387, "W22": -34.675759789249859, "S22": -35.068918044059657, "W31": -53.888373430210528, "S31": -54.54830610846016, "W32": -100.16641586662409, "S32": -105.16641586662409 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 497239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22712580348943973, "S11": -0.22712580348943973, "W12": -10.0, "S12": -11.206169047936974, "W13": -15.822703986034661, "S13": -18.600202646663675, "W21": -57.490489776509747, "S21": -58.91591465710124, "W22": -38.971632031402102, "S22": -38.971632031402102, "W31": -75.188451070514347, "S31": -75.188451070514347, "W32": -100.92709177770971, "S32": -105.92709177770971 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.313509797181162, "W13": -13.548056520291166, "S13": -15.168272651023901, "W21": -60.414329823468329, "S21": -61.283384594241227, "W22": -40.0, "S22": -45.647606868834728, "W31": -80.0, "S31": -80.0, "W32": -96.859856711350702, "S32": -101.8598567113507 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 501034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.7881167402963261, "S12": -16.208026329910393, "W13": -19.664103267780636, "S13": -19.664103267780636, "W21": -30.000000000000004, "S21": -34.937942983146954, "W22": -54.529520704415908, "S22": -60.285235055844481, "W31": -78.669880573180052, "S31": -78.669880573180052, "W32": -95.034163535893242, "S32": -100.03416353589324 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 508607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1067105364823449, "S11": 1.1067105364823449, "W12": -6.6054860830980227, "S12": -6.6054860830980235, "W13": -22.527659339851503, "S13": -32.157465061631981, "W21": -35.280617277066455, "S21": -35.280617277066455, "W22": -43.339748297080156, "S22": -43.339748297080156, "W31": -73.796972075112009, "S31": -76.779346151844223, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104645.0, 511826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16440417045693104, "S11": 0.16440417045693106, "W12": -4.7064767281244366, "S12": -4.7064767281244366, "W13": -15.0, "S13": -15.690366367949395, "W21": -30.703855141788466, "S21": -30.703855141788466, "W22": -52.413793103448278, "S22": -52.413793103448278, "W31": -75.078990149267071, "S31": -75.078990149267071, "W32": -88.496919184724533, "S32": -93.496919184724533 }, "geometry": { "type": "Point", "coordinates": [ 104646.0, 504675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0733488991113447, "S11": 2.0733488991113447, "W12": -9.9860627093332823, "S12": -12.106511685056713, "W13": -30.0, "S13": -30.0, "W21": -38.148055102693036, "S21": -38.148055102693036, "W22": -35.292777754865611, "S22": -35.292777754865611, "W31": -50.0, "S31": -51.180769111572538, "W32": -96.891518834094896, "S32": -101.8915188340949 }, "geometry": { "type": "Point", "coordinates": [ 104646.0, 510465.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000014, "S13": -15.000000000000014, "W21": -47.0, "S21": -47.0, "W22": -49.449761740386641, "S22": -49.449761740386641, "W31": -73.144511003853339, "S31": -73.18118228027781, "W32": -96.619613004037774, "S32": -101.61961300403777 }, "geometry": { "type": "Point", "coordinates": [ 104646.142857142855064, 527400.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6149651016044908, "S11": 1.6149651016044908, "W12": -9.1247983085735793, "S12": -13.636801561968976, "W13": -21.990862016448357, "S13": -28.888955460669727, "W21": -34.883013108486793, "S21": -34.883013108486793, "W22": -38.231988796451382, "S22": -53.231988796451382, "W31": -75.597850466721496, "S31": -75.597850466721496, "W32": -90.430210190617004, "S32": -95.430210190617004 }, "geometry": { "type": "Point", "coordinates": [ 104646.333333333328483, 511955.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096451729106628248, "S11": -0.096451729106628248, "W12": -9.1283038756388422, "S12": -9.1283038756388422, "W13": -13.719290979631426, "S13": -17.192501444818785, "W21": -49.599494175635513, "S21": -50.314952860415687, "W22": -69.935001718016267, "S22": -79.935001718016267, "W31": -83.074496998860653, "S31": -83.074496998860653, "W32": -98.257358168633587, "S32": -103.25735816863359 }, "geometry": { "type": "Point", "coordinates": [ 104646.5, 501275.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5169192380258566, "S11": 0.51691923802585615, "W12": -10.0, "S12": -12.233267263006059, "W13": -15.228105077630556, "S13": -18.202503800458782, "W21": -60.0, "S21": -61.349240926585793, "W22": -80.0, "S22": -82.803157541148806, "W31": -84.407447958769495, "S31": -84.407447958769495, "W32": -94.766133221202594, "S32": -99.766133221202594 }, "geometry": { "type": "Point", "coordinates": [ 104646.666666666671517, 500710.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79281920808958917, "S11": -5.7928192080895879, "W12": -7.2260382563261576, "S12": -13.221258055704052, "W13": -15.085062751063656, "S13": -20.272421736860515, "W21": -32.998097336592657, "S21": -33.809524048606583, "W22": -79.688077159860455, "S22": -82.867452369803345, "W31": -84.847176317701354, "S31": -84.847176317701354, "W32": -94.70627519849613, "S32": -99.70627519849613 }, "geometry": { "type": "Point", "coordinates": [ 104647.0, 505399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14479621228487077, "S11": -0.1447962122848708, "W12": -10.0, "S12": -14.661955965181772, "W13": -20.039312173155142, "S13": -20.039312173155142, "W21": -34.496351036835904, "S21": -36.889283562198472, "W22": -64.970530564463402, "S22": -64.970530564463402, "W31": -89.079801495837046, "S31": -89.079801495837046, "W32": -90.634592408785963, "S32": -95.634592408785963 }, "geometry": { "type": "Point", "coordinates": [ 104647.0, 506627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6778480235698501, "S11": 1.4430140403487683, "W12": -9.9999999999999982, "S12": -11.204224543680402, "W13": -20.770462898051964, "S13": -28.068124752224307, "W21": -34.347789801662167, "S21": -34.347789801662167, "W22": -51.568760758560046, "S22": -51.568760758560046, "W31": -75.748611948986579, "S31": -75.748611948986579, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104647.0, 512176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5047842554191764, "S12": -4.5047842554191764, "W13": -18.302680259314393, "S13": -18.302680259314393, "W21": -41.053332707535716, "S21": -43.908851897400432, "W22": -40.0, "S22": -40.0, "W31": -75.239998, "S31": -75.239998, "W32": -89.983697988594329, "S32": -94.983697988594329 }, "geometry": { "type": "Point", "coordinates": [ 104647.0, 521342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48003789609225944, "S11": 0.35692836907209996, "W12": -10.0, "S12": -10.0, "W13": -19.643883556468978, "S13": -19.643883556468978, "W21": -33.704312673689117, "S21": -33.704312673689117, "W22": -40.0, "S22": -55.0, "W31": -79.91863305949461, "S31": -79.91863305949461, "W32": -94.415309494946101, "S32": -99.415309494946101 }, "geometry": { "type": "Point", "coordinates": [ 104647.285714285710128, 512621.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35797621603941931, "S11": -0.35797621603941931, "W12": -10.0, "S12": -10.0, "W13": -21.609025633477792, "S13": -21.609025633477792, "W21": -38.500771364386004, "S21": -38.500771364386004, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -65.904509317260604, "S31": -74.744941717024346, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104647.333333333328483, 509362.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0463687298657933, "S11": -2.7012157432582962, "W12": -9.2141317108360461, "S12": -9.2141317108360461, "W13": -18.551224032772712, "S13": -26.153563721656472, "W21": -40.750756756002708, "S21": -47.469851058892274, "W22": -34.903306466449223, "S22": -34.926643883109911, "W31": -75.617498115059149, "S31": -75.703485992530261, "W32": -101.47605260827517, "S32": -106.47605260827517 }, "geometry": { "type": "Point", "coordinates": [ 104647.333333333328483, 516127.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079166153467175815, "S11": -0.44071273015578361, "W12": -2.8331685475260202, "S12": -2.8331685475260202, "W13": -13.466974451529124, "S13": -23.466974451529126, "W21": -29.783023841857112, "S21": -29.783023841857112, "W22": -40.0, "S22": -40.0, "W31": -66.107600395577336, "S31": -76.107600395577336, "W32": -91.588690971158485, "S32": -96.588690971158485 }, "geometry": { "type": "Point", "coordinates": [ 104648.0, 504918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68710222098126594, "S11": 0.68710222098126594, "W12": -8.3614585728519657, "S12": -8.3614585728519657, "W13": -14.082545919510252, "S13": -14.520606806624068, "W21": -40.475070119752601, "S21": -49.63168194181246, "W22": -64.468921401501674, "S22": -74.468921401501674, "W31": -83.65082584378878, "S31": -83.65082584378878, "W32": -97.607291949241954, "S32": -102.60729194924195 }, "geometry": { "type": "Point", "coordinates": [ 104648.333333333328483, 501838.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4896043240215198, "S12": -4.4896043240215198, "W13": -16.457061073704701, "S13": -16.457061073704701, "W21": -44.345155496453138, "S21": -47.273876733754634, "W22": -80.0, "S22": -82.281881293389205, "W31": -83.635433401209497, "S31": -83.635433401209497, "W32": -94.840584728783796, "S32": -99.840584728783796 }, "geometry": { "type": "Point", "coordinates": [ 104648.5, 522193.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25095345579078465, "S11": -0.21602187337532786, "W12": -4.7882686197927358, "S12": -4.7882686197927358, "W13": -15.640297064231818, "S13": -15.640297064231818, "W21": -32.538570748197415, "S21": -32.538570748197415, "W22": -34.6801303687783, "S22": -35.890744385723899, "W31": -65.353538369881704, "S31": -65.353538369881704, "W32": -89.16855417329468, "S32": -94.16855417329468 }, "geometry": { "type": "Point", "coordinates": [ 104648.75, 504487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3572820732490898, "S11": 1.3572820732490898, "W12": -10.0, "S12": -10.0, "W13": -19.990267335296977, "S13": -22.850956543546125, "W21": -34.227648692115231, "S21": -34.227648692115231, "W22": -40.0, "S22": -42.037575001711062, "W31": -66.193981525104306, "S31": -76.193981525104306, "W32": -92.25802733890616, "S32": -97.25802733890616 }, "geometry": { "type": "Point", "coordinates": [ 104649.0, 512258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3394122519095677, "S11": -0.3394122519095677, "W12": -10.0, "S12": -10.0, "W13": -21.606120421310578, "S13": -21.606120421310578, "W21": -38.461607357077717, "S21": -38.461607357077717, "W22": -35.687086321199082, "S22": -35.865026728403173, "W31": -49.80893529161969, "S31": -50.513081188329906, "W32": -99.255998744448846, "S32": -104.25599874444885 }, "geometry": { "type": "Point", "coordinates": [ 104649.5, 509359.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -63.926864405661341, "S22": -72.107148184464805, "W31": -83.237956715142616, "S31": -83.237956715142616, "W32": -96.613598214554543, "S32": -101.61359821455454 }, "geometry": { "type": "Point", "coordinates": [ 104649.930769230762962, 530037.446153846103698 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035169728120033827, "S11": 0.035169728120033827, "W12": -4.4625242034853017, "S12": -5.8645546603380936, "W13": -16.400314520356456, "S13": -19.400314520356456, "W21": -40.0, "S21": -42.118835884095368, "W22": -53.347701149425298, "S22": -53.347701149425298, "W31": -75.096094017124088, "S31": -75.096094017124088, "W32": -88.520293359492612, "S32": -93.520293359492612 }, "geometry": { "type": "Point", "coordinates": [ 104650.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52458337732542182, "S11": -0.52458337732542182, "W12": -9.9662338989981603, "S12": -9.9662338989981603, "W13": -16.699397186659862, "S13": -17.79454844533517, "W21": -42.783496021391066, "S21": -44.416811539941882, "W22": -30.953503725360747, "S22": -30.953503725360747, "W31": -70.0, "S31": -70.0, "W32": -95.056823905935687, "S32": -100.05682390593569 }, "geometry": { "type": "Point", "coordinates": [ 104650.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99169242632742616, "S11": 0.99169242632742616, "W12": -8.3560979535525384, "S12": -8.3560979535525384, "W13": -13.639505388386885, "S13": -15.828624715107981, "W21": -41.81232803842984, "S21": -50.198677825145111, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -70.0, "W32": -95.608924201377448, "S32": -100.60892420137745 }, "geometry": { "type": "Point", "coordinates": [ 104650.0, 501943.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41445026178010469, "S11": -0.41445026178010469, "W12": -10.0, "S12": -15.113159242191498, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -33.822427373122473, "S21": -35.825559394638098, "W22": -35.04075412857042, "S22": -46.783832105285029, "W31": -70.0, "S31": -70.0, "W32": -97.226163664712544, "S32": -102.22616366471254 }, "geometry": { "type": "Point", "coordinates": [ 104650.0, 506694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13051960972255081, "S11": -0.45326239308508887, "W12": -11.313006567057792, "S12": -11.313006567057792, "W13": -19.953350822691707, "S13": -20.176273939148921, "W21": -37.370442838929364, "S21": -40.709018380031829, "W22": -80.0, "S22": -83.023177695666774, "W31": -84.396635525494489, "S31": -84.396635525494489, "W32": -94.716540107348678, "S32": -99.716540107348678 }, "geometry": { "type": "Point", "coordinates": [ 104650.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45359552286669419, "S11": -0.45359552286669419, "W12": -11.372107097393519, "S12": -11.372107097393519, "W13": -20.203813768845514, "S13": -27.416372352318547, "W21": -38.197669834159733, "S21": -42.757819351731492, "W22": -48.09620883756017, "S22": -48.09620883756017, "W31": -74.412899045395136, "S31": -74.412899045395136, "W32": -88.863884536925823, "S32": -93.863884536925823 }, "geometry": { "type": "Point", "coordinates": [ 104650.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3915866075460076, "S11": -0.65019888298028028, "W12": -1.8547185269907915, "S12": -1.8547185269907915, "W13": -11.259906076162332, "S13": -23.075604744023302, "W21": -29.641598111399741, "S21": -29.641598111399741, "W22": -77.716915838793071, "S22": -84.31944999738235, "W31": -84.31944999738235, "S31": -84.31944999738235, "W32": -97.085928096708358, "S32": -102.08592809670836 }, "geometry": { "type": "Point", "coordinates": [ 104650.333333333328483, 505029.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3626035356657189, "S11": -0.3626035356657189, "W12": -8.4898933419247626, "S12": -8.4898933419247626, "W13": -14.255935984481086, "S13": -18.987888912800205, "W21": -46.851270840154378, "S21": -47.129862189671826, "W22": -43.153337618216881, "S22": -43.153337618216881, "W31": -73.404522606982738, "S31": -73.404522606982738, "W32": -89.742019963252716, "S32": -94.742019963252716 }, "geometry": { "type": "Point", "coordinates": [ 104650.5, 501482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32293193717277485, "S11": -0.32293193717277485, "W12": -10.0, "S12": -14.905444615122034, "W13": -20.0, "S13": -20.0, "W21": -34.049817815998431, "S21": -36.182486162154895, "W22": -33.694534200348038, "S22": -38.544909855014424, "W31": -65.905212433558916, "S31": -65.905212433558916, "W32": -88.693571889014336, "S32": -93.693571889014336 }, "geometry": { "type": "Point", "coordinates": [ 104651.0, 506671.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.530446573597704, "S12": -4.530446573597704, "W13": -15.0, "S13": -15.0, "W21": -45.118277336649996, "S21": -45.118277336649996, "W22": -36.292957232143195, "S22": -39.880685565185345, "W31": -53.789371629400712, "S31": -54.359316975266239, "W32": -93.517847654929241, "S32": -98.517847654929241 }, "geometry": { "type": "Point", "coordinates": [ 104651.0, 524065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0604709306555971, "S11": -2.7218841611683962, "W12": -9.2192901718180522, "S12": -9.2192901718180522, "W13": -18.545422067085379, "S13": -26.17625889593808, "W21": -40.712445153872082, "S21": -47.11136745239881, "W22": -34.107671061154896, "S22": -34.125547366903312, "W31": -74.862494410953303, "S31": -74.99324542032582, "W32": -101.48952911873675, "S32": -106.48952911873675 }, "geometry": { "type": "Point", "coordinates": [ 104651.173333333339542, 516117.813333333353512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0406224917085423, "S12": -7.8318178999165902, "W13": -16.197036139823556, "S13": -20.484152672771472, "W21": -33.178880196131239, "S21": -35.800389135917968, "W22": -34.857386525727662, "S22": -34.882292538379041, "W31": -75.69326415200274, "S31": -75.767752827114535, "W32": -101.48834036184662, "S32": -106.48834036184662 }, "geometry": { "type": "Point", "coordinates": [ 104651.5, 502878.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23429951690821249, "S11": -0.1489947190167204, "W12": -4.154833890204376, "S12": -4.154833890204376, "W13": -15.0, "S13": -18.958636731391586, "W21": -29.971110894624225, "S21": -29.971110894624225, "W22": -47.398585953610429, "S22": -47.398585953610429, "W31": -73.476687676434636, "S31": -73.476687676434636, "W32": -95.562833172136123, "S32": -100.56283317213612 }, "geometry": { "type": "Point", "coordinates": [ 104652.0, 504769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8475771535887375, "S12": -12.49599014565772, "W13": -20.267955415476003, "S13": -20.267955415476003, "W21": -30.0, "S21": -30.0, "W22": -50.5990751857587, "S22": -50.5990751857587, "W31": -75.857693323346027, "S31": -75.857693323346027, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104652.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42992869037960624, "S11": 0.42992869037960624, "W12": -10.234288273282729, "S12": -10.234288273282729, "W13": -21.846075707413004, "S13": -21.846075707413004, "W21": -36.726378908742944, "S21": -36.726378908742944, "W22": -43.088453238345338, "S22": -43.088453238345338, "W31": -73.582091484981859, "S31": -75.050101228565566, "W32": -89.968801027592917, "S32": -94.968801027592917 }, "geometry": { "type": "Point", "coordinates": [ 104652.0, 509179.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -4.9999999999999991, "W13": -25.0, "S13": -39.604290502271368, "W21": -39.604290502271368, "S21": -39.604290502271368, "W22": -49.143063970149839, "S22": -49.143063970149839, "W31": -73.211194633500028, "S31": -73.211194633500028, "W32": -96.47497115514949, "S32": -101.47497115514949 }, "geometry": { "type": "Point", "coordinates": [ 104652.0, 511542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19728197466533792, "S11": -0.68095173465091174, "W12": -11.53614978780818, "S12": -11.53614978780818, "W13": -19.973280066801589, "S13": -21.284280911137635, "W21": -38.027991053491526, "S21": -39.07425710960684, "W22": -47.347987762420189, "S22": -47.347987762420189, "W31": -73.568625715389203, "S31": -73.568625715389203, "W32": -89.597219724265543, "S32": -94.597219724265543 }, "geometry": { "type": "Point", "coordinates": [ 104652.857142857144936, 514154.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2104108102776543, "S11": 2.2104108102776543, "W12": -2.0592881803936529, "S12": -2.6008010611303343, "W13": -13.681317041281114, "S13": -16.522307465886975, "W21": -41.25493583651285, "S21": -43.600566904474015, "W22": -48.119615529422184, "S22": -48.119615529422184, "W31": -75.568561387183792, "S31": -79.544939339939702, "W32": -90.606389692920416, "S32": -95.606389692920416 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 498490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.56061054396607, "S11": 1.56061054396607, "W12": -2.9185909980430527, "S12": -2.9185909980430527, "W13": -14.195879010784006, "S13": -16.995477104838283, "W21": -40.637457324724096, "S21": -43.501964983509644, "W22": -46.508426904081674, "S22": -46.508426904081674, "W31": -74.938624762880181, "S31": -80.391380668391989, "W32": -91.033727375943371, "S32": -96.033727375943371 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 498612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.550621485860134, "S13": -17.536925555226574, "W21": -41.599535810230449, "S21": -43.197219207913847, "W22": -37.172327978286482, "S22": -41.578109961745241, "W31": -50.0, "S31": -50.828841451746648, "W32": -98.164948034132379, "S32": -103.16494803413238 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 499921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33937663135267931, "S11": 0.33937663135267931, "W12": -8.3950127877237843, "S12": -8.3950127877237843, "W13": -14.288792714859849, "S13": -14.288792714859849, "W21": -41.705496103306835, "S21": -51.705496103306835, "W22": -35.401095392968756, "S22": -35.401095392968756, "W31": -49.651169557918301, "S31": -50.331779653772848, "W32": -99.725755074519284, "S32": -104.72575507451928 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 501723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21129196337741607, "S11": -1.0642738454607366, "W12": -4.9662921729997622, "S12": -4.9662921729997622, "W13": -15.071491978948703, "S13": -15.071491978948703, "W21": -31.467312805545959, "S21": -31.467312805545959, "W22": -64.659816492270338, "S22": -64.659816492270338, "W31": -89.119647365037665, "S31": -89.119647365037665, "W32": -90.665865901056691, "S32": -95.665865901056691 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 504596.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8936140713524967, "S12": -14.10200840220303, "W13": -19.972285557412167, "S13": -19.972285557412167, "W21": -30.0, "S21": -32.362210836826577, "W22": -50.0, "S22": -54.725620980370941, "W31": -77.846172551510733, "S31": -77.846172551510733, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 508664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3730154110721533, "S11": 2.3730154110721533, "W12": -10.603587795322332, "S12": -14.124515652057406, "W13": -29.957571985892582, "S13": -29.957571985892582, "W21": -38.275902365916828, "S21": -38.275902365916828, "W22": -64.215568289136201, "S22": -73.131261289457782, "W31": -83.712192131118115, "S31": -83.712192131118115, "W32": -97.037898375636047, "S32": -102.03789837563605 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 510339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.601690504014257, "S12": -10.601690504014257, "W13": -20.180583338587102, "S13": -28.588398745026467, "W21": -37.29976392688215, "S21": -41.997816517785722, "W22": -79.130485767053827, "S22": -82.620881833869248, "W31": -84.728346750203713, "S31": -84.728346750203713, "W32": -94.630533951936883, "S32": -99.630533951936883 }, "geometry": { "type": "Point", "coordinates": [ 104653.0, 515188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.987531113380347, "S13": -14.987531113380347, "W21": -47.0, "S21": -47.0, "W22": -43.003302046228654, "S22": -43.003302046228654, "W31": -73.619153470355215, "S31": -75.63935846217673, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104653.2, 527414.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0991356481205896, "S11": -2.78632884349914, "W12": -9.2463023132969315, "S12": -9.2463023132969315, "W13": -18.609919305265706, "S13": -26.292666130006715, "W21": -40.609570530589401, "S21": -45.627215775153907, "W22": -53.85724072853246, "S22": -53.85724072853246, "W31": -75.12739413837663, "S31": -77.752878354976232, "W32": -88.565762244635991, "S32": -93.565762244635991 }, "geometry": { "type": "Point", "coordinates": [ 104653.555555555562023, 516078.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4516968886799653, "S12": -9.4516968886799653, "W13": -16.997966971830408, "S13": -19.151341035352239, "W21": -48.862232241887106, "S21": -50.329938252529971, "W22": -34.528559763162612, "S22": -34.528559763162612, "W31": -56.339607032057913, "S31": -56.941119391379253, "W32": -100.3385201459038, "S32": -105.3385201459038 }, "geometry": { "type": "Point", "coordinates": [ 104653.857142857144936, 500297.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -19.006207438411046, "S13": -22.026618570674273, "W21": -31.905340293296067, "S21": -31.905340293296067, "W22": -37.242992639292815, "S22": -44.97758449239857, "W31": -68.8239247311828, "S31": -68.993005868340234, "W32": -91.639803652032356, "S32": -96.639803652032356 }, "geometry": { "type": "Point", "coordinates": [ 104654.0, 503468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54371692952817041, "S11": -1.9131767633231842, "W12": -5.8135183786981628, "S12": -8.7869447747443559, "W13": -12.856516116923942, "S13": -13.450023031904024, "W21": -31.146995756904719, "S21": -31.582963117350115, "W22": -37.336859453725808, "S22": -39.808382161464323, "W31": -70.0, "S31": -77.276346557006931, "W32": -94.605115275963669, "S32": -99.605115275963669 }, "geometry": { "type": "Point", "coordinates": [ 104654.0, 505249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2396215826885921, "S11": 2.2396215826885921, "W12": -10.146351656179508, "S12": -13.273580594162926, "W13": -30.0, "S13": -30.0, "W21": -38.215245986204032, "S21": -38.215245986204032, "W22": -33.390774529872864, "S22": -33.752284441874515, "W31": -74.084125345468976, "S31": -74.26253123490207, "W32": -101.42780045198505, "S32": -106.42780045198505 }, "geometry": { "type": "Point", "coordinates": [ 104654.0, 510395.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26621950744131229, "S11": 0.26621950744131229, "W12": -10.189477937249192, "S12": -10.189477937249192, "W13": -19.567540985777384, "S13": -24.333232473125673, "W21": -34.487664949972704, "S21": -35.888569735439503, "W22": -62.81850179319234, "S22": -67.81850179319234, "W31": -89.402930402930409, "S31": -89.402930402930409, "W32": -91.475331201461856, "S32": -96.475331201461856 }, "geometry": { "type": "Point", "coordinates": [ 104654.0, 513279.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74181962756780784, "S11": 0.74181962756780784, "W12": -10.458836649967107, "S12": -10.458836649967107, "W13": -22.083973982740336, "S13": -22.083973982740336, "W21": -35.005438673969024, "S21": -38.181403454029329, "W22": -30.019927766887484, "S22": -30.019927766887484, "W31": -70.0, "S31": -70.0, "W32": -96.262692872990243, "S32": -101.26269287299024 }, "geometry": { "type": "Point", "coordinates": [ 104654.5, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000027, "S13": -15.000000000000027, "W21": -47.0, "S21": -47.0, "W22": -33.057239728704324, "S22": -33.057239728704324, "W31": -65.028015651000601, "S31": -65.028015651000601, "W32": -88.649499503566346, "S32": -93.649499503566346 }, "geometry": { "type": "Point", "coordinates": [ 104654.785714285710128, 527448.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49204188481675393, "S11": -0.49204188481675393, "W12": -10.0, "S12": -15.148933265062297, "W13": -20.0, "S13": -20.0, "W21": -33.603284595160964, "S21": -35.475688762111332, "W22": -35.432386278866076, "S22": -36.29226319270591, "W31": -65.427972720347128, "S31": -66.558431346595896, "W32": -89.267393188886629, "S32": -94.267393188886629 }, "geometry": { "type": "Point", "coordinates": [ 104655.0, 506716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.243377258057357, "S12": -10.243377258057357, "W13": -21.849331759462569, "S13": -21.849331759462569, "W21": -36.621593527562617, "S21": -36.873412517778306, "W22": -79.999999999999986, "S22": -83.054933803219342, "W31": -83.137495385372645, "S31": -83.137495385372645, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104655.0, 509170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.902995628696323, "W12": -7.0379437909920988, "S12": -9.1474464217295779, "W13": -15.037068634324935, "S13": -15.327005660414127, "W21": -43.27032237566803, "S21": -46.27032237566803, "W22": -51.920390045117159, "S22": -51.920390045117159, "W31": -79.458570517564723, "S31": -79.458570517564723, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104656.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70826446280991728, "S11": 0.70826446280991728, "W12": -6.8479949562891598, "S12": -11.033751632847022, "W13": -29.387358095448032, "S13": -29.387358095448032, "W21": -37.574752457447765, "S21": -37.574752457447765, "W22": -43.189967334329339, "S22": -43.189967334329339, "W31": -73.69740200912841, "S31": -76.708690092066547, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104656.0, 511066.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4749638212075684, "S12": -4.4749638212075684, "W13": -15.747900804378558, "S13": -15.747900804378558, "W21": -44.47484571942428, "S21": -47.4159097853899, "W22": -40.0, "S22": -46.114072329480308, "W31": -79.204489971733793, "S31": -79.204489971733793, "W32": -92.981674203562747, "S32": -97.981674203562747 }, "geometry": { "type": "Point", "coordinates": [ 104656.0, 522502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -2.9256903301647843, "S12": -4.4541675483902043, "W13": -13.466968351228287, "S13": -15.491438802916072, "W21": -41.536313632406227, "S21": -43.234886500993419, "W22": -36.787588832988064, "S22": -51.787588832988064, "W31": -70.0, "S31": -73.838892272417866, "W32": -92.147767056613432, "S32": -97.147767056613432 }, "geometry": { "type": "Point", "coordinates": [ 104657.0, 498436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.567074853031691, "W13": -21.609630901360394, "S13": -21.609630901360394, "W21": -39.256971707629667, "S21": -39.256971707629667, "W22": -50.0, "S22": -54.563037175959195, "W31": -77.546226209668447, "S31": -77.546226209668447, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104657.0, 509448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22568701577153169, "S11": 0.22568701577153169, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.469418061840454, "S13": -23.312852217484192, "W21": -33.82624684617155, "S21": -35.166416372737615, "W22": -47.861924112264447, "S22": -47.861924112264447, "W31": -77.596445992390926, "S31": -78.267691051224745, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104657.0, 513165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69927293218615116, "S11": -0.69927293218615116, "W12": -4.4659237835849295, "S12": -4.4659237835849295, "W13": -15.0, "S13": -15.0, "W21": -45.286403700016308, "S21": -48.222894593721279, "W22": -51.882558995332545, "S22": -57.179745504278728, "W31": -77.921702412469202, "S31": -77.921702412469202, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104657.25, 522978.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50068264014466546, "S11": 0.50068264014466546, "W12": -7.5795200418489186, "S12": -7.5795200418489186, "W13": -16.493573219766933, "S13": -17.037835775393127, "W21": -41.561688318859261, "S21": -41.579369741551005, "W22": -67.664643225289197, "S22": -77.664643225289197, "W31": -83.044490511581998, "S31": -83.044490511581998, "W32": -98.806713774633863, "S32": -103.80671377463386 }, "geometry": { "type": "Point", "coordinates": [ 104658.0, 497439.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1383094146076838, "S11": 2.1383094146076838, "W12": -1.7178440370765944, "S12": -1.7178440370765944, "W13": -13.738413491434979, "S13": -16.728176559339229, "W21": -41.19416219030758, "S21": -43.759178902069479, "W22": -35.572320569588221, "S22": -35.572320569588221, "W31": -50.0, "S31": -51.125436643039613, "W32": -96.168162485945246, "S32": -101.16816248594525 }, "geometry": { "type": "Point", "coordinates": [ 104658.0, 498504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24462152617841243, "S11": -0.24462152617841243, "W12": -8.365004262574594, "S12": -8.365004262574594, "W13": -14.299385035888092, "S13": -18.31117034002801, "W21": -44.610781839321668, "S21": -44.610781839321668, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -75.239998, "S31": -75.239998, "W32": -89.92802005699042, "S32": -94.92802005699042 }, "geometry": { "type": "Point", "coordinates": [ 104658.0, 501589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49846278662624366, "S11": 0.49846278662624366, "W12": -10.232908881278878, "S12": -10.232908881278878, "W13": -21.834760384794635, "S13": -21.834760384794635, "W21": -36.640639330576299, "S21": -36.773785003563965, "W22": -70.0, "S22": -78.630664130058804, "W31": -82.920175421846253, "S31": -82.920175421846253, "W32": -98.006682781174462, "S32": -103.00668278117446 }, "geometry": { "type": "Point", "coordinates": [ 104658.0, 509174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8241165414563838, "S11": 1.8241165414563838, "W12": -1.7763281872871151, "S12": -1.7763281872871151, "W13": -13.987215664181049, "S13": -16.865018762493783, "W21": -40.895769633937611, "S21": -43.84824965129836, "W22": -79.561032863849761, "S22": -84.561032863849761, "W31": -84.561032863849761, "S31": -84.561032863849761, "W32": -96.058009657437367, "S32": -101.05800965743737 }, "geometry": { "type": "Point", "coordinates": [ 104658.111111111109494, 498563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.436445659603343, "S12": -13.562288113908442, "W13": -17.74480766463002, "S13": -17.74480766463002, "W21": -30.0, "S21": -30.0, "W22": -54.354293985204244, "S22": -54.354293985204244, "W31": -75.348754011665406, "S31": -77.54361068171292, "W32": -89.723961426783077, "S32": -94.723961426783077 }, "geometry": { "type": "Point", "coordinates": [ 104658.857142857144936, 508175.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0666586015001209, "W12": -10.184825416058755, "S12": -11.198506667441888, "W13": -19.890946691651422, "S13": -19.890946691651422, "W21": -32.549985153588025, "S21": -32.549985153588025, "W22": -33.058174908137453, "S22": -33.497179705328712, "W31": -65.104414943894767, "S31": -65.104414943894767, "W32": -88.75575763144063, "S32": -93.75575763144063 }, "geometry": { "type": "Point", "coordinates": [ 104659.0, 507240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4112935330212637, "W12": -10.15320705259774, "S12": -10.766295789418717, "W13": -20.0, "S13": -20.0, "W21": -32.307787960355924, "S21": -32.307787960355924, "W22": -79.896713615023472, "S22": -84.165572553970037, "W31": -84.165572553970037, "S31": -84.165572553970037, "W32": -95.605784707431667, "S32": -100.60578470743167 }, "geometry": { "type": "Point", "coordinates": [ 104659.0, 507323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84730339890874506, "S11": 0.84730339890874506, "W12": -13.395668879753117, "S12": -14.416705694178361, "W13": -24.904610808769906, "S13": -24.904610808769906, "W21": -38.6283412891664, "S21": -38.6283412891664, "W22": -80.0, "S22": -83.980736260596245, "W31": -83.980736260596245, "S31": -83.980736260596245, "W32": -95.437673760710155, "S32": -100.43767376071015 }, "geometry": { "type": "Point", "coordinates": [ 104659.0, 510010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1093655283892512, "S11": 1.1093655283892512, "W12": -8.1790233282982499, "S12": -11.107939415711193, "W13": -16.146131233951941, "S13": -16.591149264737673, "W21": -44.561166465980129, "S21": -47.319537824351542, "W22": -42.860820051480715, "S22": -42.860820051480715, "W31": -73.517780302092248, "S31": -75.089109689352625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104659.857142857144936, 497867.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12, "S11": -0.27, "W12": -10.0, "S12": -14.282095920805597, "W13": -20.005250702111177, "S13": -20.005250702111177, "W21": -34.523463260579177, "S21": -36.910014468075559, "W22": -42.799547852298417, "S22": -42.799547852298417, "W31": -73.358696020462901, "S31": -73.358696020462901, "W32": -89.765725014445707, "S32": -94.765725014445707 }, "geometry": { "type": "Point", "coordinates": [ 104660.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1396169577191415, "S12": -14.858347035495502, "W13": -18.888763559554413, "S13": -18.888763559554413, "W21": -30.0, "S21": -32.665603363903287, "W22": -40.0, "S22": -55.0, "W31": -79.936307467763285, "S31": -79.936307467763285, "W32": -94.329881695324232, "S32": -99.329881695324232 }, "geometry": { "type": "Point", "coordinates": [ 104660.0, 508470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5750030816640987, "S11": 1.5750030816640987, "W12": -12.567560251691798, "S12": -21.933350699674026, "W13": -26.488823313022682, "S13": -26.488823313022682, "W21": -38.521390842666221, "S21": -38.521390842666221, "W22": -36.416063385060681, "S22": -40.622394055013501, "W31": -55.904138641459127, "S31": -56.218700704407375, "W32": -93.062325936982376, "S32": -98.062325936982376 }, "geometry": { "type": "Point", "coordinates": [ 104660.0, 510102.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32337868008156612, "S11": 0.32337868008156612, "W12": -9.8018204033588106, "S12": -9.8018204033588106, "W13": -19.471031145736045, "S13": -19.471031145736045, "W21": -33.337219460782734, "S21": -33.835764991194672, "W22": -36.084571365369548, "S22": -37.491022163047575, "W31": -50.485487487123557, "S31": -51.352030709114914, "W32": -94.742146870823873, "S32": -99.742146870823873 }, "geometry": { "type": "Point", "coordinates": [ 104660.363636363632395, 512867.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5433350550757368, "S12": -9.5433350550757368, "W13": -16.902223809611023, "S13": -19.131607745544834, "W21": -49.332852402582766, "S21": -50.783637386296029, "W22": -37.438325271619576, "S22": -44.604726174559993, "W31": -71.583153814269266, "S31": -71.583153814269266, "W32": -97.452916915820424, "S32": -102.45291691582042 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 500326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1121506997327881, "S11": 1.1121506997327881, "W12": -8.4246171533685903, "S12": -8.4246171533685903, "W13": -13.519047599492273, "S13": -16.264944804181184, "W21": -42.281737016397898, "S21": -50.0, "W22": -42.870050180702528, "S22": -42.870050180702528, "W31": -73.440038890017078, "S31": -74.332053387716513, "W32": -89.94210457575069, "S32": -94.94210457575069 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 501984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.076239887442842, "W12": -10.188689394652608, "S12": -15.191642414786834, "W13": -20.000581124381007, "S13": -20.314235578797287, "W21": -32.370935641803165, "S21": -33.261178713907746, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -98.8754141824339, "S32": -103.8754141824339 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 506885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50262260316338259, "S11": 0.50262260316338259, "W12": -10.0, "S12": -15.500798135150884, "W13": -22.060086670051565, "S13": -22.060086670051565, "W21": -39.467315380441271, "S21": -39.467315380441271, "W22": -37.054347334924422, "S22": -41.728251515520583, "W31": -70.0, "S31": -75.735672891178368, "W32": -93.742595911424317, "S32": -98.742595911424317 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 509644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75914288478281899, "S11": 0.75914288478281899, "W12": -12.973286056540489, "S12": -22.973286056540488, "W13": -24.933646746603838, "S13": -24.933646746603838, "W21": -38.724339524812834, "S21": -38.724339524812834, "W22": -35.865747425052568, "S22": -36.009618419242045, "W31": -49.922244512454057, "S31": -50.597298488585345, "W32": -99.368242693389746, "S32": -104.36824269338975 }, "geometry": { "type": "Point", "coordinates": [ 104661.0, 509980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43853981737397985, "S11": -0.46355877112682303, "W12": -5.1489700553946758, "S12": -6.6563837972378259, "W13": -11.726124337258945, "S13": -16.128593464354481, "W21": -30.273581137829147, "S21": -30.53866588038688, "W22": -40.034459948046852, "S22": -40.034459948046852, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 505179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44529251415391058, "S11": -1.3928629829983286, "W12": -5.0113872585636541, "S12": -9.7106932373694654, "W13": -25.0, "S13": -25.0, "W21": -38.473106406269544, "S21": -41.242676577979395, "W22": -60.134407492126329, "S22": -66.844773023435977, "W31": -79.541623648045871, "S31": -79.541623648045871, "W32": -95.554837458234999, "S32": -100.554837458235 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 506075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23280847365735427, "S11": -0.33574525998469212, "W12": -7.1289712122949878, "S12": -7.1289712122949878, "W13": -21.510757130060043, "S13": -21.510757130060043, "W21": -36.374669101269951, "S21": -39.566095911116719, "W22": -76.776760843613914, "S22": -80.954395436095453, "W31": -84.707658781038745, "S31": -84.707658781038745, "W32": -94.494934682671243, "S32": -99.494934682671243 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 506441.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59664045241671826, "S11": 0.59664045241671826, "W12": -11.112196454240536, "S12": -21.525867115580972, "W13": -23.238414845962833, "S13": -23.238414845962833, "W21": -39.192644764002296, "S21": -39.192644764002296, "W22": -40.0, "S22": -44.58987943003288, "W31": -80.128001089345901, "S31": -80.128001089345901, "W32": -96.388452033250957, "S32": -101.38845203325096 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 509766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47157270662024009, "S11": 0.25849111525139312, "W12": -10.0, "S12": -10.012622058372378, "W13": -19.63104996996865, "S13": -19.63104996996865, "W21": -33.664642611306341, "S21": -33.664642611306341, "W22": -36.930071816119188, "S22": -51.225470816775079, "W31": -70.667930225183952, "S31": -73.563846327546699, "W32": -91.635525471202655, "S32": -96.635525471202655 }, "geometry": { "type": "Point", "coordinates": [ 104662.0, 512640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70094960843208654, "S11": -2.4153294896149182, "W12": -6.4139561749593499, "S12": -8.6782663448807291, "W13": -23.931979960101561, "S13": -24.645838046047199, "W21": -36.50859146046286, "S21": -38.31217809307244, "W22": -36.203994111322125, "S22": -41.452050639648647, "W31": -49.999999999999993, "S31": -50.899534841966734, "W32": -97.895325720519054, "S32": -102.89532572051905 }, "geometry": { "type": "Point", "coordinates": [ 104662.25, 505766.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0548948422805111, "S12": -9.0306130150933903, "W13": -17.234351569747936, "S13": -21.153207271175443, "W21": -30.536693394808061, "S21": -32.085547435821333, "W22": -52.308429834449591, "S22": -57.902157189416741, "W31": -77.910600833675872, "S31": -77.910600833675872, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104663.0, 503057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1182994454713455, "W13": -25.0, "S13": -40.0, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.679332253576717, "W31": -80.0, "S31": -80.0, "W32": -98.648957153128322, "S32": -103.64895715312832 }, "geometry": { "type": "Point", "coordinates": [ 104663.0, 511526.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8575811265002455, "S12": -7.8575811265002455, "W13": -18.593504430829523, "S13": -21.522002213262464, "W21": -46.797082585311948, "S21": -49.797082585311948, "W22": -76.490250696378823, "S22": -80.772475022271266, "W31": -84.703948449880002, "S31": -84.703948449880002, "W32": -94.475376586113939, "S32": -99.475376586113939 }, "geometry": { "type": "Point", "coordinates": [ 104663.0, 518018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -72.166587188046421, "S22": -76.970386009312492, "W31": -84.824275898346315, "S31": -84.824275898346315, "W32": -94.336770934729429, "S32": -99.336770934729429 }, "geometry": { "type": "Point", "coordinates": [ 104663.428571428565192, 527496.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5302582353679846, "S12": -11.417660227600683, "W13": -20.631244061455305, "S13": -20.631244061455305, "W21": -31.085663402776181, "S21": -33.124599213586244, "W22": -69.999999999999986, "S22": -74.999999999999986, "W31": -84.921614158403429, "S31": -84.921614158403429, "W32": -94.204664182782352, "S32": -99.204664182782352 }, "geometry": { "type": "Point", "coordinates": [ 104663.6, 508765.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0994094922389515, "S12": -14.662366973617951, "W13": -19.861283290488434, "S13": -19.861283290488434, "W21": -30.000000000000004, "S21": -33.537494177922689, "W22": -48.504503763418747, "S22": -48.504503763418747, "W31": -74.703259295843154, "S31": -74.703259295843154, "W32": -88.587771061191361, "S32": -93.587771061191361 }, "geometry": { "type": "Point", "coordinates": [ 104664.0, 508646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.979605777515397, "S13": -14.979605777515397, "W21": -47.0, "S21": -47.0, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -96.091517220952383, "S32": -101.09151722095238 }, "geometry": { "type": "Point", "coordinates": [ 104664.5, 527460.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29442774093015822, "S11": 0.29442774093015822, "W12": -4.8826203520223803, "S12": -5.4667276071023325, "W13": -16.393691130298272, "S13": -19.454853061010613, "W21": -40.0, "S21": -41.426057502953917, "W22": -34.2627435548875, "S22": -43.524194308933389, "W31": -67.072723215753811, "S31": -67.072723215753811, "W32": -89.044246500190738, "S32": -94.044246500190738 }, "geometry": { "type": "Point", "coordinates": [ 104665.0, 499363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5820717131474105, "S11": 1.3899451359527251, "W12": -10.0, "S12": -11.090964943718321, "W13": -14.367222222222223, "S13": -16.681054778532307, "W21": -60.0, "S21": -60.000000000000007, "W22": -52.517959770114942, "S22": -52.517959770114942, "W31": -75.040367773922839, "S31": -75.040367773922839, "W32": -88.521884862818254, "S32": -93.521884862818254 }, "geometry": { "type": "Point", "coordinates": [ 104665.0, 500870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29841154618045174, "S11": 0.29841154618045174, "W12": -10.154825292226963, "S12": -10.154825292226963, "W13": -21.751849365472708, "S13": -21.751849365472708, "W21": -37.024821504499513, "S21": -37.024821504499513, "W22": -70.711333651247813, "S22": -75.711333651247813, "W31": -84.841700364927505, "S31": -84.841700364927505, "W32": -94.218660673802916, "S32": -99.218660673802916 }, "geometry": { "type": "Point", "coordinates": [ 104665.0, 509219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10461478294876805, "S11": -0.10461478294876805, "W12": -10.0, "S12": -12.063067608476286, "W13": -15.623798952383243, "S13": -18.581063281323438, "W21": -60.0, "S21": -61.317565061839758, "W22": -48.611742323732813, "S22": -48.611742323732813, "W31": -73.275353574274746, "S31": -73.275353574274746, "W32": -96.312269921625202, "S32": -101.3122699216252 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 500635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.072038345812049598, "S11": -0.013650625582769374, "W12": -4.7281892979400642, "S12": -4.7281892979400642, "W13": -14.999999999999998, "S13": -15.835002635740642, "W21": -30.707478040182661, "S21": -30.707478040182661, "W22": -38.732564487935825, "S22": -53.732564487935825, "W31": -76.564370316931402, "S31": -76.564370316931402, "W32": -91.096607996537102, "S32": -96.096607996537102 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 504672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1971552272856183, "S12": -18.19715522728562, "W13": -19.309942168808913, "S13": -19.309942168808913, "W21": -30.0, "S21": -33.598834603316902, "W22": -62.484327348213064, "S22": -67.158900915545544, "W31": -88.845240218055835, "S31": -88.845240218055835, "W32": -91.56783709042152, "S32": -96.56783709042152 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 508547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78410642078965676, "S11": 0.78410642078965676, "W12": -5.0, "S12": -7.0783178040795764, "W13": -23.236496383093201, "S13": -33.090213900922528, "W21": -35.434826284310162, "S21": -35.434826284310162, "W22": -62.318736539842071, "S22": -62.318736539842071, "W31": -84.700390100402885, "S31": -84.700390100402885, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 511760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2046694846301915, "S11": -2.956555043980873, "W12": -9.3106435182187575, "S12": -9.3106435182187575, "W13": -18.765453788292859, "S13": -26.602200926457673, "W21": -40.32719807976278, "S21": -44.376873798828228, "W22": -61.141975308641975, "S22": -61.141975308641975, "W31": -83.923067084479115, "S31": -83.923067084479115, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104666.0, 515981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14622636686189674, "S11": -0.14622636686189674, "W12": -10.002914364978956, "S12": -10.002914364978956, "W13": -21.610581756032438, "S13": -21.610581756032438, "W21": -37.960432035964779, "S21": -37.960432035964779, "W22": -40.0, "S22": -50.972544388680362, "W31": -79.584866947249012, "S31": -79.584866947249012, "W32": -93.623699125951518, "S32": -98.623699125951518 }, "geometry": { "type": "Point", "coordinates": [ 104666.666666666671517, 509318.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37361770899652286, "S11": -0.9567472079132886, "W12": -10.194228958764828, "S12": -13.441628167143406, "W13": -19.960958004232733, "S13": -19.960958004232733, "W21": -33.023043268095329, "S21": -33.023043268095329, "W22": -38.248859536338216, "S22": -38.248859536338216, "W31": -65.674757562605322, "S31": -69.607409727972424, "W32": -89.633895010677165, "S32": -94.633895010677165 }, "geometry": { "type": "Point", "coordinates": [ 104667.0, 507054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2480821557227628, "S11": 1.2480821557227628, "W12": -8.2158559754970373, "S12": -11.072518782064719, "W13": -30.291548295454543, "S13": -30.291548295454543, "W21": -37.832466810831654, "S21": -37.832466810831654, "W22": -77.443068859569863, "S22": -83.212338431805534, "W31": -83.212338431805534, "S31": -83.212338431805534, "W32": -97.162201057093526, "S32": -102.16220105709353 }, "geometry": { "type": "Point", "coordinates": [ 104667.375, 510836.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45645976532836013, "S11": -0.11924346009236625, "W12": -10.0, "S12": -10.079861278570498, "W13": -19.607762183006024, "S13": -19.607762183006024, "W21": -33.621474061184443, "S21": -33.621474061184443, "W22": -62.521352592071672, "S22": -67.214522870073978, "W31": -89.074481074481213, "S31": -89.074481074481213, "W32": -91.404065783462698, "S32": -96.404065783462698 }, "geometry": { "type": "Point", "coordinates": [ 104667.571428571434808, 512666.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7999687683935708, "S12": -9.7999687683935708, "W13": -16.554492268876594, "S13": -18.99956377187597, "W21": -51.611586622284904, "S21": -53.076824957722323, "W22": -40.0, "S22": -45.325721592985019, "W31": -80.14140043986815, "S31": -80.14140043986815, "W32": -96.404628173444181, "S32": -101.40462817344418 }, "geometry": { "type": "Point", "coordinates": [ 104667.666666666671517, 500414.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15473699521054771, "S11": 0.15473699521054771, "W12": -10.086431595885085, "S12": -15.086431595885085, "W13": -19.947691061224393, "S13": -19.947691061224393, "W21": -32.481988910618206, "S21": -32.481988910618206, "W22": -34.373155576335435, "S22": -36.067091240501611, "W31": -65.358616007592303, "S31": -65.358616007592303, "W32": -89.133799788209018, "S32": -94.133799788209018 }, "geometry": { "type": "Point", "coordinates": [ 104667.8, 507671.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0849788291920941, "S11": -2.7466350698315694, "W12": -9.2123708267289555, "S12": -9.2123708267289555, "W13": -18.436095333844904, "S13": -26.148822587283519, "W21": -40.642613005973814, "S21": -47.106518089962826, "W22": -42.442965779467748, "S22": -42.442965779467748, "W31": -73.716019669332326, "S31": -73.716019669332326, "W32": -100.14894584709637, "S32": -105.14894584709637 }, "geometry": { "type": "Point", "coordinates": [ 104667.901515151519561, 516117.507575757568702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90214164436276212, "S11": -5.8461553552906977, "W12": -7.8528429524898016, "S12": -14.665618651473368, "W13": -15.547229692034465, "S13": -22.300721076416632, "W21": -33.776970793440412, "S21": -34.722598401062776, "W22": -52.613705764891691, "S22": -58.401168321664599, "W31": -78.088811538065784, "S31": -78.088811538065784, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 505463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2947050006378365, "S11": -0.2947050006378365, "W12": -5.0, "S12": -5.1397542417867612, "W13": -22.266744746271549, "S13": -22.266744746271549, "W21": -37.330670887225949, "S21": -40.647896062610464, "W22": -56.46629294475126, "S22": -62.497100122643388, "W31": -78.840542084740832, "S31": -78.840542084740832, "W32": -95.168059788945186, "S32": -100.16805978894519 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38008227631127867, "S11": -1.0044725202137177, "W12": -10.194949515157221, "S12": -13.62939555529873, "W13": -19.987051201804643, "S13": -19.987051201804643, "W21": -33.061019753481851, "S21": -33.061019753481851, "W22": -55.441559569294888, "S22": -55.441559569294888, "W31": -75.215368507375416, "S31": -86.915990653646546, "W32": -89.1451081374788, "S32": -94.1451081374788 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39051624749135316, "S11": 0.39051624749135316, "W12": -10.169931926710243, "S12": -10.169931926710243, "W13": -21.760590779589197, "S13": -21.760590779589197, "W21": -36.881934220490251, "S21": -36.881934220490251, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -98.8248538706885, "S32": -103.8248538706885 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 509206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5985455509410621, "S11": 0.5985455509410621, "W12": -11.15789374132256, "S12": -21.15789374132256, "W13": -23.206598516992312, "S13": -23.206598516992312, "W21": -39.143305375440654, "S21": -39.143305375440654, "W22": -40.0, "S22": -40.0, "W31": -66.07154351045871, "S31": -76.07154351045871, "W32": -91.100369089821584, "S32": -96.100369089821584 }, "geometry": { "type": "Point", "coordinates": [ 104668.0, 509765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.862850784971962, "W13": -19.362360521623902, "S13": -22.272788248940714, "W21": -32.601103286142148, "S21": -32.601103286142148, "W22": -38.062738128700367, "S22": -43.062738128700367, "W31": -50.0, "S31": -50.691469784404539, "W32": -98.585935501871703, "S32": -103.5859355018717 }, "geometry": { "type": "Point", "coordinates": [ 104668.555555555562023, 503590.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78, "S11": 0.78, "W12": -13.42, "S12": -13.42, "W13": -24.73, "S13": -24.73, "W21": -38.619999, "S21": -38.619999, "W22": -60.0, "S22": -66.656182794654825, "W31": -79.415955815282217, "S31": -79.415955815282217, "W32": -95.504164622667048, "S32": -100.50416462266705 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7257256548278259, "S11": 1.7257256548278259, "W12": -10.0, "S12": -17.46974722635251, "W13": -22.204690831556505, "S13": -30.712443012147077, "W21": -34.695823280555523, "S21": -34.695823280555523, "W22": -80.0, "S22": -84.687391905914907, "W31": -84.687391905914907, "S31": -84.687391905914907, "W32": -96.19075877542393, "S32": -101.19075877542393 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.19045325067024121, "W12": -3.7987020576447139, "S12": -3.7987020576447139, "W13": -15.0, "S13": -20.738192758899675, "W21": -29.912773727125586, "S21": -29.912773727125586, "W22": -66.43236825819254, "S22": -71.261380115028842, "W31": -86.32667617689016, "S31": -86.32667617689016, "W32": -93.679352218739538, "S32": -98.679352218739538 }, "geometry": { "type": "Point", "coordinates": [ 104669.5, 504812.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8760527734976888, "S11": 1.8760527734976888, "W12": -12.27035676124896, "S12": -23.20772200488846, "W13": -27.14656888239298, "S13": -27.14656888239298, "W21": -38.469839516506184, "S21": -38.469839516506184, "W22": -45.364364335861787, "S22": -45.364364335861787, "W31": -74.333505196352206, "S31": -79.680764882744583, "W32": -91.138131722468245, "S32": -96.138131722468245 }, "geometry": { "type": "Point", "coordinates": [ 104669.75, 510141.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55334538878842676, "S11": 0.55334538878842676, "W12": -7.6667401861548132, "S12": -7.6667401861548132, "W13": -16.377147525615495, "S13": -16.377147525615495, "W21": -42.786161294644408, "S21": -43.586997289140342, "W22": -40.0, "S22": -51.021099205393696, "W31": -80.0, "S31": -80.0, "W32": -97.030465400181626, "S32": -102.03046540018163 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 497552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14402236411575964, "S11": -0.64402236411575964, "W12": -9.9999999999999982, "S12": -13.751662904889312, "W13": -20.18077849602944, "S13": -20.18077849602944, "W21": -34.790952050112637, "S21": -37.298210571998247, "W22": -40.025241488317704, "S22": -40.025241488317704, "W31": -75.239998, "S31": -75.239998, "W32": -89.881472773548509, "S32": -94.881472773548509 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0, "S11": 1.5, "W12": -10.0, "S12": -10.0, "W13": -22.0, "S13": -34.47, "W21": -34.48, "S21": -34.48, "W22": -47.255446765268992, "S22": -47.255446765268992, "W31": -77.123533095061291, "S31": -78.106650297912751, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3180457793777873, "S11": 1.3180457793777873, "W12": -7.1650375099932431, "S12": -7.168682735788944, "W13": -13.437542764848395, "S13": -20.169361130899439, "W21": -40.0, "S21": -42.633769322235437, "W22": -48.87029245829229, "S22": -48.87029245829229, "W31": -73.016827187054815, "S31": -73.023800420720349, "W32": -96.98778710098847, "S32": -101.98778710098847 }, "geometry": { "type": "Point", "coordinates": [ 104671.0, 502443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3400555846152873, "S12": -14.927139608585705, "W13": -18.824924973864608, "S13": -18.824924973864608, "W21": -30.0, "S21": -32.486334142893391, "W22": -78.629181202544629, "S22": -82.583741925664299, "W31": -84.413348750430629, "S31": -84.413348750430629, "W32": -94.510005194291224, "S32": -99.510005194291224 }, "geometry": { "type": "Point", "coordinates": [ 104671.0, 508460.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4351229341232381, "S12": -4.4351229341232381, "W13": -15.0, "S13": -15.0, "W21": -44.826024797445044, "S21": -47.301678216707508, "W22": -77.638005335522266, "S22": -81.772124491475481, "W31": -84.502745175395347, "S31": -84.502745175395347, "W32": -94.481436592544952, "S32": -99.481436592544952 }, "geometry": { "type": "Point", "coordinates": [ 104671.428571428565192, 523763.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9943011821024941, "W13": -18.849531010236301, "S13": -22.004189643905665, "W21": -31.386033262212486, "S21": -31.386033262212486, "W22": -52.60785079534989, "S22": -52.60785079534989, "W31": -75.453324356032169, "S31": -75.453324356032169, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104671.5, 503416.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20870580535764738, "S11": -0.20870580535764738, "W12": -10.214599112039698, "S12": -10.214599112039698, "W13": -16.40194505309287, "S13": -18.515315780621812, "W21": -40.886696617158954, "S21": -42.358992796757221, "W22": -30.169769244829915, "S22": -31.46827999239062, "W31": -70.0, "S31": -70.0, "W32": -96.324585473261848, "S32": -101.32458547326185 }, "geometry": { "type": "Point", "coordinates": [ 104672.0, 499676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.5342814440101176, "S12": -8.5342814440101176, "W13": -14.349095776106665, "S13": -14.349095776106665, "W21": -40.936985199526681, "S21": -50.629855400623576, "W22": -40.0, "S22": -47.466199573047241, "W31": -80.0, "S31": -80.0, "W32": -97.945775461102016, "S32": -102.94577546110202 }, "geometry": { "type": "Point", "coordinates": [ 104672.0, 501765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3655687496641771, "S11": 1.3655687496641771, "W12": -7.2213547204448973, "S12": -7.2213547204448973, "W13": -13.362833859481682, "S13": -20.172918029334554, "W21": -40.312263702905, "S21": -42.927800761961677, "W22": -40.0, "S22": -55.0, "W31": -79.819106742200802, "S31": -79.819106742200802, "W32": -94.032152601169457, "S32": -99.032152601169457 }, "geometry": { "type": "Point", "coordinates": [ 104672.0, 502433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999959, "S13": -14.999999999999959, "W21": -47.0, "S21": -47.0, "W22": -34.699717783812687, "S22": -34.704658553701535, "W31": -75.75720493492409, "S31": -75.780916991670253, "W32": -101.46815638263783, "S32": -106.46815638263783 }, "geometry": { "type": "Point", "coordinates": [ 104672.071428571434808, 527544.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.478001876163255, "S22": -40.478001876163255, "W31": -74.60006131559139, "S31": -74.60006131559139, "W32": -100.72638327998742, "S32": -105.72638327998742 }, "geometry": { "type": "Point", "coordinates": [ 104672.091954022995196, 530026.647509578499012 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9102608453735632, "S12": -6.9102608453735632, "W13": -16.626441597750603, "S13": -18.32915706410202, "W21": -39.386542749576641, "S21": -39.386542749576641, "W22": -64.868107507779868, "S22": -74.405892908144324, "W31": -83.52575481150275, "S31": -83.52575481150275, "W32": -97.228277519344843, "S32": -102.22827751934484 }, "geometry": { "type": "Point", "coordinates": [ 104672.785714285710128, 497239.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73903405440137071, "S11": 0.73903405440137071, "W12": -10.0, "S12": -10.114747591383106, "W13": -19.866472315062889, "S13": -19.866472315062889, "W21": -34.006834960560518, "S21": -34.006834960560518, "W22": -73.705520357881497, "S22": -78.570393476029651, "W31": -84.615651961544046, "S31": -84.615651961544046, "W32": -94.359335413405532, "S32": -99.359335413405532 }, "geometry": { "type": "Point", "coordinates": [ 104673.0, 512396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2301782867082203, "S12": -11.967087281093768, "W13": -20.307891746191064, "S13": -20.307891746191064, "W21": -30.178758437489716, "S21": -30.436427149146159, "W22": -34.850703198566265, "S22": -46.348599686189786, "W31": -70.0, "S31": -70.0, "W32": -96.953710482343141, "S32": -101.95371048234314 }, "geometry": { "type": "Point", "coordinates": [ 104674.0, 508719.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9966548536209552, "S11": 1.9966548536209552, "W12": -12.151964858126558, "S12": -21.587066194909653, "W13": -27.409848636662701, "S13": -27.409848636662701, "W21": -38.448816161384578, "S21": -38.448816161384578, "W22": -40.0, "S22": -40.0, "W31": -80.462624793078973, "S31": -80.462624793078973, "W32": -95.100078717164152, "S32": -100.10007871716415 }, "geometry": { "type": "Point", "coordinates": [ 104674.0, 510157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2534766128872366, "S11": -3.0323742290004878, "W12": -9.335590009424461, "S12": -9.335590009424461, "W13": -18.877280653809144, "S13": -26.789390838136335, "W21": -40.195797239210584, "S21": -44.45024944240302, "W22": -62.383617621737727, "S22": -66.906664806435415, "W31": -88.879120879120876, "S31": -88.879120879120876, "W32": -91.372772955687523, "S32": -96.372772955687523 }, "geometry": { "type": "Point", "coordinates": [ 104674.8, 515940.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92081549637577709, "S11": -5.9208154963757771, "W12": -7.6367691270520188, "S12": -13.087366235789908, "W13": -16.713682954571116, "S13": -23.071165303368453, "W21": -34.491218511474763, "S21": -35.396585645761242, "W22": -53.493705094391096, "S22": -53.493705094391096, "W31": -75.056271818381958, "S31": -75.5673747195261, "W32": -88.5584090048078, "S32": -93.5584090048078 }, "geometry": { "type": "Point", "coordinates": [ 104675.0, 505517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16240292843905699, "S11": 0.16240292843905699, "W12": -10.601289826754124, "S12": -10.601289826754124, "W13": -19.887508290178442, "S13": -27.731305054497614, "W21": -35.762639107216799, "S21": -36.674988783442473, "W22": -55.032588154447453, "S22": -55.032588154447453, "W31": -75.260029808294348, "S31": -85.260029808294348, "W32": -89.432696946574211, "S32": -94.432696946574211 }, "geometry": { "type": "Point", "coordinates": [ 104675.0, 513614.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.971680441650449, "S13": -14.971680441650449, "W21": -47.0, "S21": -47.0, "W22": -39.852517375826416, "S22": -42.704992496485879, "W31": -72.07117306035002, "S31": -72.130065243385317, "W32": -92.472897977592353, "S32": -97.472897977592353 }, "geometry": { "type": "Point", "coordinates": [ 104675.8, 527506.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3869364714887103, "S11": -0.3869364714887103, "W12": -5.0, "S12": -7.8413911880935068, "W13": -23.124725332217224, "S13": -23.124725332217224, "W21": -38.493455422533003, "S21": -41.950402702465766, "W22": -30.816112784617783, "S22": -34.453593527043132, "W31": -70.0, "S31": -70.0, "W32": -96.398730852413379, "S32": -101.39873085241338 }, "geometry": { "type": "Point", "coordinates": [ 104676.0, 506205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -10.991167042621395, "S12": -14.20561372391102, "W13": -29.783002188602161, "S13": -29.783002188602161, "W21": -38.295543951971446, "S21": -38.295543951971446, "W22": -39.318597021856704, "S22": -39.318597021856704, "W31": -65.786278760649651, "S31": -71.611084514991276, "W32": -89.794196193156267, "S32": -94.794196193156267 }, "geometry": { "type": "Point", "coordinates": [ 104676.0, 510299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57152588152952899, "S11": 0.57152588152952899, "W12": -5.3486333700555662, "S12": -5.3486333700555662, "W13": -27.142595328911952, "S13": -31.854234595741236, "W21": -36.910460013651701, "S21": -36.910460013651701, "W22": -35.98247867605982, "S22": -35.98247867605982, "W31": -50.0, "S31": -50.976069083508619, "W32": -95.160288592612304, "S32": -100.1602885926123 }, "geometry": { "type": "Point", "coordinates": [ 104676.0, 511269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26857582755961529, "S11": -0.26857582755961529, "W12": -10.0, "S12": -10.0, "W13": -16.358415641328175, "S13": -17.552172376428182, "W21": -41.03542137506571, "S21": -42.519050100285618, "W22": -31.106605048885246, "S22": -31.106605048885246, "W31": -70.0, "S31": -70.0, "W32": -94.774283113020076, "S32": -99.774283113020076 }, "geometry": { "type": "Point", "coordinates": [ 104676.333333333328483, 499785.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.72645844799116854, "W12": -10.0, "S12": -14.712858849632868, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.395136290180844, "S21": -35.126531401503847, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104676.8, 506737.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4657950927387482, "S12": -4.4657950927387482, "W13": -18.406640405305005, "S13": -18.406640405305005, "W21": -40.827680279999733, "S21": -43.634969492280668, "W22": -35.361473568011391, "S22": -40.267789408999036, "W31": -50.0, "S31": -50.970228232186869, "W32": -97.625793081368528, "S32": -102.62579308136853 }, "geometry": { "type": "Point", "coordinates": [ 104676.8, 521331.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25977125360230546, "S11": -0.25977125360230546, "W12": -9.159056910136286, "S12": -9.159056910136286, "W13": -13.919239815712899, "S13": -17.770235445030096, "W21": -48.721616607284609, "S21": -49.142427236529961, "W22": -39.819691269544244, "S22": -42.122863834456361, "W31": -76.74805549238117, "S31": -76.74805549238117, "W32": -98.108123912191019, "S32": -103.10812391219102 }, "geometry": { "type": "Point", "coordinates": [ 104676.875, 501308.125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.9568551660516604, "S11": 2.9568551660516604, "W12": -4.5599234495129553, "S12": -6.4037483895609171, "W13": -13.345067142129395, "S13": -14.347291728646466, "W21": -41.936004055758701, "S21": -42.909880653986725, "W22": -40.0, "S22": -54.218918918921673, "W31": -80.095397157565515, "S31": -80.095397157565515, "W32": -94.446633664416581, "S32": -99.446633664416581 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 498365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18578890489913544, "S11": -0.18578890489913544, "W12": -9.456582197614992, "S12": -9.456582197614992, "W13": -13.699840931134821, "S13": -16.618937452927106, "W21": -50.966355417222466, "S21": -51.474376807596798, "W22": -32.374210375412446, "S22": -39.70613847576017, "W31": -70.0, "S31": -70.0, "W32": -96.512616031161443, "S32": -101.51261603116144 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 501221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28411927812019711, "S11": 0.28411927812019711, "W12": -5.017185166158999, "S12": -10.017185166158999, "W13": -18.095437071837765, "S13": -21.710406128947085, "W21": -30.395689575763779, "S21": -31.342237509409497, "W22": -65.050777341284856, "S22": -74.640926339033811, "W31": -83.478430485561759, "S31": -83.478430485561759, "W32": -97.20027051873285, "S32": -102.20027051873285 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 503207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -10.16752862335864, "S12": -10.183298857181606, "W13": -20.0, "S13": -20.0, "W21": -32.203494309690697, "S21": -32.203494309690697, "W22": -53.106505307172725, "S22": -53.106505307172725, "W31": -75.356465680420527, "S31": -75.802336603390685, "W32": -89.982893639074149, "S32": -94.982893639074149 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 507305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.233406321401372, "S12": -11.418918995211143, "W13": -18.005307885676416, "S13": -18.005307885676416, "W21": -31.359246141475253, "S21": -31.359246141475253, "W22": -31.613694237479958, "S22": -31.736486606746471, "W31": -70.0, "S31": -70.0, "W32": -94.526917142738014, "S32": -99.526917142738014 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 508055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.2724969592316473, "S12": -11.49623702400031, "W13": -20.417595110303125, "S13": -20.417595110303125, "W21": -30.524224181851867, "S21": -31.536494120502173, "W22": -40.0, "S22": -40.0, "W31": -66.463368312472937, "S31": -74.050341133994735, "W32": -94.071031554991464, "S32": -99.071031554991464 }, "geometry": { "type": "Point", "coordinates": [ 104677.0, 508736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57279396016277595, "S11": 0.57279396016277595, "W12": -10.0, "S12": -10.167520658174864, "W13": -19.830780284333009, "S13": -19.830780284333009, "W21": -33.946491434916481, "S21": -33.946491434916481, "W22": -38.734759942875179, "S22": -44.341644675756484, "W31": -50.0, "S31": -50.692099873138716, "W32": -98.536730684275369, "S32": -103.53673068427537 }, "geometry": { "type": "Point", "coordinates": [ 104677.5, 512435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43929708737864426, "S11": -0.81374663976197981, "W12": -10.203357536245534, "S12": -11.451527349548781, "W13": -19.875189830507715, "S13": -19.875189830507715, "W21": -32.477815117267184, "S21": -32.477815117267184, "W22": -36.388597514421825, "S22": -38.769271807301465, "W31": -49.999999999999993, "S31": -50.656200080357095, "W32": -99.082691994698777, "S32": -104.08269199469878 }, "geometry": { "type": "Point", "coordinates": [ 104677.6, 507209.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7008396497255216, "S12": -9.7008396497255216, "W13": -16.765853475689848, "S13": -19.124881581516462, "W21": -50.000000000000007, "S21": -51.399801652327312, "W22": -42.514495202932842, "S22": -42.514495202932842, "W31": -73.214218623288872, "S31": -73.214218623288872, "W32": -89.902548185034902, "S32": -94.902548185034902 }, "geometry": { "type": "Point", "coordinates": [ 104678.0, 500371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.785227892188587, "W13": -19.699877155390016, "S13": -22.504776417524887, "W21": -33.12597515383748, "S21": -33.12597515383748, "W22": -33.057760884226333, "S22": -34.223223629067157, "W31": -65.168642360472234, "S31": -65.168642360472234, "W32": -88.810021163622849, "S32": -93.810021163622849 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 503715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71745908152709581, "S11": -1.8787634003309139, "W12": -6.2134909852948628, "S12": -9.8892074448434304, "W13": -24.986171563293436, "S13": -24.986171563293436, "W21": -36.880541527883281, "S21": -38.558440937966566, "W22": -48.080420677315729, "S22": -48.080420677315729, "W31": -73.329627711747548, "S31": -73.329627711747548, "W32": -96.132346656470006, "S32": -101.13234665647001 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 505794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2214659685863874, "S11": -0.52909955637264683, "W12": -10.0, "S12": -14.029834442737668, "W13": -20.0, "S13": -20.0, "W21": -34.180729749885252, "S21": -36.342965120683566, "W22": -38.631795544471309, "S22": -53.631795544471309, "W31": -75.239772420217477, "S31": -75.239772420217477, "W32": -89.984475764918869, "S32": -94.984475764918869 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 506660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23575876560630693, "S11": -0.23575876560630693, "W12": -10.0, "S12": -10.930834695133598, "W13": -21.513167868405695, "S13": -21.513167868405695, "W21": -38.545698433217282, "S21": -38.545698433217282, "W22": -50.752436196014322, "S22": -50.752436196014322, "W31": -75.672546896855195, "S31": -75.672546896855195, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 509388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66739299610894942, "S11": 0.66739299610894942, "W12": -6.2535427378539827, "S12": -6.2535427378539827, "W13": -28.830155406150116, "S13": -28.830155406150116, "W21": -37.349183695430341, "S21": -37.349183695430341, "W22": -51.688218390804593, "S22": -51.688218390804593, "W31": -74.984641530721603, "S31": -74.984641530721603, "W32": -88.526681592031878, "S32": -93.526681592031878 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 511123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0174459004986665, "W12": -10.188295737198731, "S12": -10.188295737198731, "W13": -20.114115326675513, "S13": -29.277040472250832, "W21": -38.902983780810779, "S21": -43.662671816268769, "W22": -49.206772827922791, "S22": -49.206772827922791, "W31": -73.144389729423807, "S31": -73.144389729423807, "W32": -96.705499510527929, "S32": -101.70549951052793 }, "geometry": { "type": "Point", "coordinates": [ 104679.0, 515403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.404412737825794, "S12": -16.407951934428311, "W13": -19.55717580419881, "S13": -19.55717580419881, "W21": -30.0, "S21": -34.36015120491421, "W22": -40.049596933591424, "S22": -41.870620905551036, "W31": -66.23598565416799, "S31": -76.23598565416799, "W32": -92.263751878273311, "S32": -97.263751878273311 }, "geometry": { "type": "Point", "coordinates": [ 104679.4, 508594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1771024653312789, "S11": 2.1771024653312789, "W12": -11.973153270806126, "S12": -19.819023654527989, "W13": -27.804314451763283, "S13": -27.804314451763283, "W21": -38.418288190346146, "S21": -38.418288190346146, "W22": -47.935336762010024, "S22": -47.935336762010024, "W31": -74.177221036913664, "S31": -74.177221036913664, "W32": -89.019588140020517, "S32": -94.019588140020517 }, "geometry": { "type": "Point", "coordinates": [ 104679.5, 510180.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.012608599064563131, "W12": -7.3038186359595283, "S12": -7.6568839462782332, "W13": -16.5811666633433, "S13": -19.5811666633433, "W21": -38.501563630874884, "S21": -38.501563630874884, "W22": -70.032359152530205, "S22": -74.920114698014658, "W31": -84.535396008535272, "S31": -84.535396008535272, "W32": -94.1438004788087, "S32": -99.1438004788087 }, "geometry": { "type": "Point", "coordinates": [ 104680.0, 497158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5018772955317502, "S11": -0.82627077544077232, "W12": -5.2409058610096757, "S12": -6.7710979487915797, "W13": -11.963805752357711, "S13": -14.902803996251908, "W21": -30.384155000576257, "S21": -30.696261817116632, "W22": -42.388750942513198, "S22": -42.388750942513198, "W31": -73.367081337440467, "S31": -75.007067392818854, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104680.0, 505191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999973, "S13": -14.999999999999973, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -49.427213868003342, "W31": -80.0, "S31": -80.0, "W32": -97.158497056294237, "S32": -102.15849705629424 }, "geometry": { "type": "Point", "coordinates": [ 104680.714285714289872, 527592.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11765322838420975, "S11": -0.11765322838420975, "W12": -8.4305481639169777, "S12": -8.4305481639169777, "W13": -16.419693241193325, "S13": -19.251895998784992, "W21": -40.71847654809401, "S21": -42.153466701697795, "W22": -36.501333913219526, "S22": -41.007981845651351, "W31": -57.479726453425187, "S31": -57.551512803117781, "W32": -93.103737007845353, "S32": -98.103737007845353 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 499606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18110745356219138, "S11": 0.18110745356219138, "W12": -10.0, "S12": -10.0, "W13": -13.705570388695941, "S13": -15.524442291700685, "W21": -60.0, "S21": -60.560134566862914, "W22": -35.271450477843722, "S22": -35.271450477843722, "W31": -50.0, "S31": -51.065900447600619, "W32": -96.987953886014836, "S32": -101.98795388601484 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76089968164804267, "S11": -1.7943754175802233, "W12": -6.4187042764429263, "S12": -8.5835089936633153, "W13": -23.548694232861806, "S13": -24.522938647709694, "W21": -36.539141643899583, "S21": -38.037931402459407, "W22": -36.790886127564598, "S22": -43.12182168544539, "W31": -63.90729041052797, "S31": -63.90729041052797, "W32": -92.417785158495704, "S32": -97.417785158495704 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 505751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26115243979321651, "S11": -0.29063225171947965, "W12": -6.8629812287341823, "S12": -6.8629812287341823, "W13": -21.704889356963008, "S13": -21.704889356963008, "W21": -36.712503709409035, "S21": -39.800639932053933, "W22": -51.053458892055183, "S22": -51.053458892055183, "W31": -75.619376965882523, "S31": -75.619376965882523, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104681.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.613446388035786, "W13": -15.857863783138654, "S13": -18.738095459378911, "W21": -57.933814254178486, "S21": -59.215306353659898, "W22": -38.842509626328557, "S22": -41.949574687863326, "W31": -71.738867882912331, "S31": -71.738867882912331, "W32": -92.651564676736186, "S32": -97.651564676736186 }, "geometry": { "type": "Point", "coordinates": [ 104682.0, 500592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22195407612883339, "S11": -0.40435574789538309, "W12": -8.3713728638605343, "S12": -8.5248832747662018, "W13": -21.197946930079411, "S13": -21.197946930079411, "W21": -36.098006183061948, "S21": -39.062772166441185, "W22": -40.149543505143789, "S22": -40.149543505143789, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104682.0, 506470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.220293724966622, "W13": -19.795088253603133, "S13": -19.795088253603133, "W21": -33.886147909272452, "S21": -33.886147909272452, "W22": -39.033058639859881, "S22": -54.033058639859881, "W31": -77.534848724624297, "S31": -77.534848724624297, "W32": -91.844808173043475, "S32": -96.844808173043475 }, "geometry": { "type": "Point", "coordinates": [ 104682.0, 512474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.042087687670564172, "S11": -0.012387850512469906, "W12": -10.774915678368066, "S12": -10.774915678368066, "W13": -19.918150866100294, "S13": -28.986165270456929, "W21": -36.342810360906896, "S21": -39.12840865121656, "W22": -35.769113524984263, "S22": -50.769113524984263, "W31": -70.864872830130381, "S31": -70.864872830130381, "W32": -89.351312396807486, "S32": -94.351312396807486 }, "geometry": { "type": "Point", "coordinates": [ 104682.0, 513750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2478779308140018, "S12": -7.2478779308140018, "W13": -16.43114671369953, "S13": -17.039061526159795, "W21": -41.887762124515461, "S21": -41.887762124515461, "W22": -36.218498481043341, "S22": -36.218498481043341, "W31": -65.531628952601693, "S31": -68.0814225920642, "W32": -89.372674007280068, "S32": -94.372674007280068 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 497453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2583830460944655, "S11": 0.2583830460944655, "W12": -4.4755799044177644, "S12": -4.7366102713579936, "W13": -16.147321428571431, "S13": -19.148264295562974, "W21": -40.0, "S21": -41.725932954957209, "W22": -47.500855436201043, "S22": -47.500855436201043, "W31": -74.424636430218868, "S31": -74.424636430218868, "W32": -88.801287850716832, "S32": -93.801287850716832 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 499181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2529699211252609, "S11": -0.31577311539348984, "W12": -7.2336277095997241, "S12": -7.2336277095997241, "W13": -21.589903520240171, "S13": -21.589903520240171, "W21": -36.582500137497043, "S21": -39.628882110325833, "W22": -51.354481588096029, "S22": -51.354481588096029, "W31": -75.566207034909837, "S31": -75.566207034909837, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 506422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4793168285803824, "W12": -10.163819445752718, "S12": -10.163819445752718, "W13": -20.0, "S13": -20.0, "W21": -32.145385451687545, "S21": -32.145385451687545, "W22": -30.023376803464163, "S22": -30.023376803464163, "W31": -70.0, "S31": -70.0, "W32": -96.022652971124245, "S32": -101.02265297112424 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 507307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9380307795743761, "S12": -6.9380307795743761, "W13": -19.033544600307366, "S13": -19.033544600307366, "W21": -49.0, "S21": -51.373992117497075, "W22": -40.0, "S22": -53.372297297297294, "W31": -80.144037155666496, "S31": -80.144037155666496, "W32": -94.450327370361052, "S32": -99.450327370361052 }, "geometry": { "type": "Point", "coordinates": [ 104683.0, 519294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66763788426763115, "S11": 0.66763788426763115, "W12": -7.7011882955431217, "S12": -7.7011882955431217, "W13": -16.500701133048388, "S13": -17.437777549903313, "W21": -45.100486119476308, "S21": -47.830668895912687, "W22": -37.248947617638358, "S22": -47.688095708048394, "W31": -71.090771241339482, "S31": -72.221589237025597, "W32": -91.685593187979691, "S32": -96.685593187979691 }, "geometry": { "type": "Point", "coordinates": [ 104683.25, 497771.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66749547920435681, "S11": 0.66749547920435681, "W12": -7.699668706258934, "S12": -7.699668706258934, "W13": -16.500364251182926, "S13": -17.438386056506467, "W21": -45.10028030859916, "S21": -47.83004984759075, "W22": -37.56128886574858, "S22": -43.411951881258553, "W31": -50.0, "S31": -50.820312333893227, "W32": -98.094332948954275, "S32": -103.09433294895427 }, "geometry": { "type": "Point", "coordinates": [ 104683.333333333328483, 497771.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2261682488109296, "S11": -3.0320779216867506, "W12": -9.3605365006301646, "S12": -9.3605365006301646, "W13": -18.98910751932543, "S13": -26.976580749815007, "W21": -40.064396398658381, "S21": -44.523625085977812, "W22": -40.169050438077193, "S22": -40.169050438077193, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.6, 515900.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86808381523522149, "S11": 0.86808381523522149, "W12": -10.0, "S12": -10.484007770390681, "W13": -19.911612985734031, "S13": -19.911612985734031, "W21": -34.060704172159014, "S21": -34.060704172159014, "W22": -50.244849939453701, "S22": -55.16405265296207, "W31": -77.850457221779706, "S31": -77.964959625295421, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104683.666666666671517, 512352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52313310510081001, "S11": 0.52313310510081001, "W12": -4.3695876307851726, "S12": -12.146534019188072, "W13": -19.993404314141376, "S13": -21.066952445527363, "W21": -33.787022889896051, "S21": -33.787022889896051, "W22": -80.0, "S22": -83.982349528201055, "W31": -83.982349528201055, "S31": -83.982349528201055, "W32": -94.464740656459469, "S32": -99.464740656459469 }, "geometry": { "type": "Point", "coordinates": [ 104683.875, 504079.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.1336502016989018, "S12": -2.1336502016989018, "W13": -15.066918269620972, "S13": -17.965665379361887, "W21": -40.0, "S21": -42.433652835302397, "W22": -61.887338478104894, "S22": -61.887338478104894, "W31": -84.502376841252939, "S31": -84.502376841252939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 498814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52058861414363244, "S11": -0.52058861414363244, "W12": -10.0, "S12": -10.0, "W13": -16.651418656287223, "S13": -17.196546700201811, "W21": -41.871695039279849, "S21": -43.420553672349008, "W22": -53.60703812316715, "S22": -53.60703812316715, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 499981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.290532781412738, "W13": -15.951277424997151, "S13": -18.785441121754243, "W21": -57.105802585935038, "S21": -58.405206978896118, "W22": -30.041101019205435, "S22": -30.041101019205435, "W31": -70.0, "S31": -70.0, "W32": -96.035911679399121, "S32": -101.03591167939912 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 500571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39176090468497571, "S11": -0.39176090468497571, "W12": -5.477982831809336, "S12": -7.6694757284501307, "W13": -15.338986957832383, "S13": -20.076862119415836, "W21": -35.162580623738663, "S21": -37.431902278889822, "W22": -36.571449738581435, "S22": -47.49563056771165, "W31": -70.0, "S31": -74.675563357575328, "W32": -92.852099521817095, "S32": -97.852099521817095 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 502747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54891402315101179, "S11": 0.54891402315101179, "W12": -10.443773653339157, "S12": -17.261570800322712, "W13": -22.430630792866392, "S13": -22.430630792866392, "W21": -39.167312773271469, "S21": -39.167312773271469, "W22": -30.011496788588932, "S22": -30.011496788588932, "W31": -70.0, "S31": -70.0, "W32": -95.989597013507392, "S32": -100.98959701350739 }, "geometry": { "type": "Point", "coordinates": [ 104684.0, 509691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4425574605565448, "S12": -4.4425574605565448, "W13": -16.576431690732782, "S13": -16.576431690732782, "W21": -44.37883937861865, "S21": -47.250246280652966, "W22": -34.255403586608601, "S22": -36.275067351243834, "W31": -65.378101250058165, "S31": -65.378101250058165, "W32": -89.123248671044536, "S32": -94.123248671044536 }, "geometry": { "type": "Point", "coordinates": [ 104684.625, 522166.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13310092696180287, "S11": -0.13310092696180287, "W12": -8.5891431612559881, "S12": -8.5891431612559881, "W13": -16.41261419180853, "S13": -19.200510353837764, "W21": -40.705736413316792, "S21": -42.132565873734279, "W22": -35.134078430857947, "S22": -37.386533871184241, "W31": -50.0, "S31": -51.021994341225131, "W32": -97.356260442218058, "S32": -102.35626044221806 }, "geometry": { "type": "Point", "coordinates": [ 104685.0, 499616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3724030274361401, "S11": 1.3724030274361401, "W12": -7.2204785451452347, "S12": -7.2204785451452347, "W13": -13.382719330445635, "S13": -20.197586185357345, "W21": -40.131067740329755, "S21": -42.040500954757022, "W22": -32.521272304510653, "S22": -32.810049149787105, "W31": -73.246187977948608, "S31": -73.415033243529237, "W32": -101.40725369810561, "S32": -106.40725369810561 }, "geometry": { "type": "Point", "coordinates": [ 104685.0, 502434.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80139682539682544, "S11": 0.80139682539682544, "W12": -13.300239614370621, "S12": -13.713781453543538, "W13": -24.831433811270426, "S13": -24.831433811270426, "W21": -38.508783441180775, "S21": -38.508783441180775, "W22": -52.578702521916618, "S22": -58.331248770083874, "W31": -77.849395324456395, "S31": -77.849395324456395, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104685.0, 509989.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4370235816368826, "S12": -4.4370235816368826, "W13": -15.884229446425888, "S13": -15.884229446425888, "W21": -44.435972457888326, "S21": -47.323993230401179, "W22": -33.054104492341963, "S22": -33.797480122429093, "W31": -65.174564508136669, "S31": -65.174564508136669, "W32": -88.501287822162666, "S32": -93.501287822162666 }, "geometry": { "type": "Point", "coordinates": [ 104685.333333333328483, 522463.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.8326113393487264, "W12": -6.8932343587233884, "S12": -7.7286834477975903, "W13": -15.142931498028007, "S13": -15.142931498028007, "W21": -43.401687827578215, "S21": -46.401687827578215, "W22": -37.805337674344102, "S22": -42.383211750306373, "W31": -50.0, "S31": -50.650906225026382, "W32": -98.821089771908206, "S32": -103.82108977190821 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 498079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20043570237744993, "S11": -0.46948563147663647, "W12": -9.3068777000420528, "S12": -10.240645506203396, "W13": -20.902001016850665, "S13": -20.902001016850665, "W21": -35.757339114042949, "S21": -38.623551736966846, "W22": -44.023614459351109, "S22": -45.470679109737738, "W31": -73.718166914324271, "S31": -77.910348942514617, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.092147777212138959, "S11": 0.092147777212138959, "W12": -10.081396332769216, "S12": -15.081396332769216, "W13": -19.970606587034816, "S13": -19.970606587034816, "W21": -32.460311808348223, "S21": -32.460311808348223, "W22": -40.0, "S22": -49.863974495217853, "W31": -79.344160905369634, "S31": -79.344160905369634, "W32": -92.990874713930666, "S32": -97.990874713930666 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13617148469191676, "S11": 0.13617148469191676, "W12": -10.040175313030632, "S12": -10.040175313030632, "W13": -21.612137878587049, "S13": -21.612137878587049, "W21": -37.420092707544192, "S21": -37.420092707544192, "W22": -37.365311270220097, "S22": -49.335751033349894, "W31": -69.125675203742205, "S31": -71.454775235100001, "W32": -95.34569868760758, "S32": -100.34569868760758 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 509274.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53753291508350265, "S11": 0.53753291508350265, "W12": -10.28980012635914, "S12": -16.450542011985103, "W13": -22.268236394410739, "S13": -22.268236394410739, "W21": -39.185035552151732, "S21": -39.185035552151732, "W22": -42.779470620338365, "S22": -42.779470620338365, "W31": -73.297563068501304, "S31": -73.297563068501304, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 509675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6009027223323977, "S11": 1.6009027223323977, "W12": -9.478236556812238, "S12": -17.368853812521568, "W13": -22.530307645446239, "S13": -29.242341607601038, "W21": -34.589684521610636, "S21": -34.589684521610636, "W22": -45.039421522379463, "S22": -45.039421522379463, "W31": -74.068427087755609, "S31": -79.03788580543447, "W32": -91.032461925164867, "S32": -96.032461925164867 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 511981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31446112346928035, "S11": 0.31446112346928035, "W12": -10.245427287571189, "S12": -10.245427287571189, "W13": -19.7240262222445, "S13": -26.064355644934608, "W21": -34.937203766265078, "S21": -35.120634882402776, "W22": -69.144974606534063, "S22": -73.870327705984423, "W31": -84.699824275135114, "S31": -84.699824275135114, "W32": -93.882280217072278, "S32": -98.882280217072278 }, "geometry": { "type": "Point", "coordinates": [ 104686.0, 513417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18004383874964258, "S11": -0.71843732778007441, "W12": -9.9999999999999982, "S12": -13.468441713603001, "W13": -20.0, "S13": -20.0, "W21": -34.628367362945099, "S21": -37.012823545174207, "W22": -47.780432936115659, "S22": -47.780432936115659, "W31": -75.487541803523143, "S31": -77.436360701160936, "W32": -90.050360181940846, "S32": -95.050360181940846 }, "geometry": { "type": "Point", "coordinates": [ 104686.5, 506616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.188487212759984, "W13": -19.759396222873256, "S13": -19.759396222873256, "W21": -33.825804383628416, "S21": -33.825804383628416, "W22": -39.027192612043756, "S22": -54.027192612043756, "W31": -77.133641680815018, "S31": -77.133641680815018, "W32": -91.4948778373913, "S32": -96.4948778373913 }, "geometry": { "type": "Point", "coordinates": [ 104686.5, 512513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0143555156407036, "S12": -7.8649643638056164, "W13": -15.943229117481096, "S13": -20.335870638585927, "W21": -33.522743997262424, "S21": -36.494951058110544, "W22": -40.81424681280749, "S22": -40.81424681280749, "W31": -66.187539468080246, "S31": -76.187539468080246, "W32": -91.790946357973368, "S32": -96.790946357973368 }, "geometry": { "type": "Point", "coordinates": [ 104686.625, 502850.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.42375163158069079, "W12": -10.0, "S12": -11.410640492089847, "W13": -15.08084196863207, "S13": -18.02211983445963, "W21": -60.0, "S21": -61.169509087799909, "W22": -37.702226751696074, "S22": -43.854171366307398, "W31": -72.206989614130848, "S31": -72.206989614130848, "W32": -97.176929009327267, "S32": -102.17692900932727 }, "geometry": { "type": "Point", "coordinates": [ 104687.0, 500779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37952641950979182, "S11": -0.41661628717793864, "W12": -3.4425702250850523, "S12": -3.4425702250850523, "W13": -14.501033232037786, "S13": -22.018782018445552, "W21": -29.854436559626944, "S21": -29.854436559626944, "W22": -33.057223301192657, "S22": -34.625781268515205, "W31": -65.19451935056307, "S31": -65.19451935056307, "W32": -88.821214146242554, "S32": -93.821214146242554 }, "geometry": { "type": "Point", "coordinates": [ 104687.0, 504856.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24406304286456112, "S11": 0.24406304286456112, "W12": -10.0, "S12": -10.0, "W13": -19.536098929710327, "S13": -24.111044232017544, "W21": -34.061550908108202, "S21": -35.210444850634552, "W22": -65.035226134012504, "S22": -73.896538457418558, "W31": -83.111587563268046, "S31": -83.111587563268046, "W32": -96.643617418726919, "S32": -101.64361741872692 }, "geometry": { "type": "Point", "coordinates": [ 104687.0, 513204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.963755105785499, "S13": -14.963755105785499, "W21": -47.0, "S21": -47.0, "W22": -50.0, "S22": -54.592404481334242, "W31": -77.379182789516094, "S31": -77.379182789516094, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104687.1, 527552.550000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65707262569832658, "S11": 0.65707262569832658, "W12": -6.0028225190380962, "S12": -6.0028225190380962, "W13": -28.539347514604017, "S13": -28.539347514604017, "W21": -37.243505681636428, "S21": -37.243505681636428, "W22": -63.822597407919005, "S22": -63.822597407919005, "W31": -88.664376415104428, "S31": -88.664376415104428, "W32": -90.400309628952968, "S32": -95.400309628952968 }, "geometry": { "type": "Point", "coordinates": [ 104687.2, 511151.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6237764989425054, "S11": 1.6237764989425054, "W12": -1.8173378425745779, "S12": -1.8173378425745779, "W13": -14.12764734332896, "S13": -16.919436584403474, "W21": -40.772501415206506, "S21": -43.617160305285161, "W22": -66.165492887336868, "S22": -76.122367196220026, "W31": -83.234614032988887, "S31": -83.234614032988887, "W32": -97.438553831143082, "S32": -102.43855383114308 }, "geometry": { "type": "Point", "coordinates": [ 104687.333333333328483, 498599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43288163456449374, "S11": -0.3110875161840822, "W12": -9.9591738592400691, "S12": -10.196901731028362, "W13": -19.595214855362663, "S13": -19.595214855362663, "W21": -33.538635448679877, "S21": -33.538635448679877, "W22": -64.321049092224257, "S22": -64.321049092224257, "W31": -88.218460416764671, "S31": -88.218460416764671, "W32": -90.168773878451304, "S32": -95.168773878451304 }, "geometry": { "type": "Point", "coordinates": [ 104687.857142857144936, 512711.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8944884437596301, "S11": 1.8944884437596301, "W12": -12.28649649768491, "S12": -22.420174807301123, "W13": -27.175738005472866, "S13": -27.175738005472866, "W21": -38.444857445471882, "S21": -38.444857445471882, "W22": -40.0, "S22": -55.0, "W31": -80.120972382373495, "S31": -80.120972382373495, "W32": -94.34402964994662, "S32": -99.34402964994662 }, "geometry": { "type": "Point", "coordinates": [ 104688.0, 510145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.416430280245974, "S12": -14.248053268942188, "W13": -17.574063495352036, "S13": -17.574063495352036, "W21": -30.0, "S21": -30.0, "W22": -35.775592065057232, "S22": -35.775592065057232, "W31": -50.0, "S31": -51.016226075946001, "W32": -95.699850000688073, "S32": -100.69985000068807 }, "geometry": { "type": "Point", "coordinates": [ 104688.571428571434808, 508206.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45106546938914116, "S11": -0.45106546938914116, "W12": -11.339362135849646, "S12": -11.339362135849646, "W13": -20.135240203612835, "S13": -27.438499754652259, "W21": -38.156117323573106, "S21": -42.885311586879304, "W22": -48.374792009841791, "S22": -48.374792009841791, "W31": -75.590186341688309, "S31": -76.495698152711924, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104688.786885245906888, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9396008832910772, "S11": 1.5027465256598038, "W12": -7.437880441654924, "S12": -7.437880441654924, "W13": -15.570811309083696, "S13": -15.867216377348111, "W21": -43.887488110366597, "S21": -46.569231266566277, "W22": -40.0, "S22": -48.277453108680717, "W31": -80.0, "S31": -80.0, "W32": -97.279612958319049, "S32": -102.27961295831905 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 497992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7711852111569164, "W12": -6.5169049663239011, "S12": -7.5916115048058685, "W13": -14.786366376613774, "S13": -15.053620523533205, "W21": -43.134428392825825, "S21": -45.842113247183001, "W22": -36.88513603630269, "S22": -51.002577650801932, "W31": -70.903836666229424, "S31": -73.587579890562125, "W32": -91.937449461899462, "S32": -96.937449461899462 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 498133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2079948071221875, "S11": 2.2079948071221875, "W12": -10.022873085598954, "S12": -13.305801890279252, "W13": -30.0, "S13": -30.0, "W21": -38.15259190545364, "S21": -38.15259190545364, "W22": -34.863792100243266, "S22": -34.863792100243266, "W31": -75.534895280530336, "S31": -75.534895280530336, "W32": -101.44110552573612, "S32": -106.44110552573612 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 510421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.2809611829944529, "W13": -25.0, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -42.180491637994095, "S22": -42.180491637994095, "W31": -73.103441219353641, "S31": -73.117121069670148, "W32": -89.938168582380243, "S32": -94.938168582380243 }, "geometry": { "type": "Point", "coordinates": [ 104689.0, 511486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4781521571648693, "S11": 2.4781521571648693, "W12": -11.67594978036329, "S12": -18.248388296745571, "W13": -28.462060021133578, "S13": -28.462060021133578, "W21": -38.366736864186102, "S21": -38.366736864186102, "W22": -42.150316771101593, "S22": -42.150316771101593, "W31": -73.161517667543066, "S31": -73.74850582540131, "W32": -89.990275377958071, "S32": -94.990275377958071 }, "geometry": { "type": "Point", "coordinates": [ 104689.25, 510219.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999986, "S13": -14.999999999999986, "W21": -47.0, "S21": -47.0, "W22": -48.694957843270821, "S22": -48.694957843270821, "W31": -73.612667130482535, "S31": -77.932807235561341, "W32": -89.49043391689662, "S32": -94.49043391689662 }, "geometry": { "type": "Point", "coordinates": [ 104689.357142857144936, 527640.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00081724782067252311, "S11": -0.66903579114727529, "W12": -4.8148572284263125, "S12": -4.8148572284263125, "W13": -16.042181852767737, "S13": -16.042181852767737, "W21": -32.203120685148946, "S21": -32.203120685148946, "W22": -49.848191895234926, "S22": -49.848191895234926, "W31": -75.693257854821951, "S31": -75.693257854821951, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104689.5, 504506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14465116279069778, "S11": 0.14465116279069778, "W12": -3.3849682522272189, "S12": -3.3849682522272193, "W13": -15.772908043178314, "S13": -18.772908043178312, "W21": -40.0, "S21": -42.251918555432965, "W22": -45.063118729652516, "S22": -45.063118729652516, "W31": -74.03918206406999, "S31": -79.03918206406999, "W32": -90.967642577813464, "S32": -95.967642577813464 }, "geometry": { "type": "Point", "coordinates": [ 104690.0, 498904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74445810337799789, "S11": 0.74445810337799789, "W12": -8.643547942055644, "S12": -8.643547942055644, "W13": -14.234671320839244, "S13": -14.394609489073174, "W21": -40.439711017178276, "S21": -49.518321620468953, "W22": -40.0, "S22": -51.011344945384003, "W31": -79.464594754395918, "S31": -79.464594754395918, "W32": -93.158928690258165, "S32": -98.158928690258165 }, "geometry": { "type": "Point", "coordinates": [ 104690.0, 501849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19261031163632897, "S11": -0.56131446811554664, "W12": -10.0, "S12": -11.714025201417019, "W13": -20.606055103621923, "S13": -20.606055103621923, "W21": -35.416672045023951, "S21": -38.184331307492499, "W22": -30.0, "S22": -33.75587725998875, "W31": -69.451303708033905, "S31": -69.784037841613326, "W32": -101.07929232959779, "S32": -106.07929232959779 }, "geometry": { "type": "Point", "coordinates": [ 104690.0, 506538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46938117519228506, "S11": 0.46938117519228506, "W12": -10.0, "S12": -10.146598411107112, "W13": -19.635373079459573, "S13": -19.635373079459573, "W21": -33.622051482256424, "S21": -33.622051482256424, "W22": -49.106769814647805, "S22": -49.106769814647805, "W31": -73.094147823561897, "S31": -73.094147823561897, "W32": -96.85995251406483, "S32": -101.85995251406483 }, "geometry": { "type": "Point", "coordinates": [ 104690.0, 512652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -37.667584234341319, "S22": -37.667584234341319, "W31": -65.674744029105327, "S31": -69.638437310431016, "W32": -89.569579587842924, "S32": -94.569579587842924 }, "geometry": { "type": "Point", "coordinates": [ 104690.984210526308743, 530017.094736842089333 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1771916421559265, "S11": 1.1771916421559265, "W12": -8.7597632984981786, "S12": -12.522845160456445, "W13": -15.235218190190418, "S13": -18.218862263691125, "W21": -34.20869279819955, "S21": -34.20869279819955, "W22": -80.0, "S22": -84.49209856702825, "W31": -84.49209856702825, "S31": -84.49209856702825, "W32": -95.872095859007928, "S32": -100.87209585900793 }, "geometry": { "type": "Point", "coordinates": [ 104691.0, 496985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66510813594232754, "S11": 0.66510813594232754, "W12": -7.5761669171137269, "S12": -12.018138562349467, "W13": -16.532766607052164, "S13": -17.445319401473142, "W21": -45.169416126584117, "S21": -48.169416126584117, "W22": -76.81510363225938, "S22": -81.681656293571862, "W31": -83.975737252194506, "S31": -83.975737252194506, "W32": -94.291968636374875, "S32": -99.291968636374875 }, "geometry": { "type": "Point", "coordinates": [ 104691.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96462257131580809, "S11": 0.96462257131580809, "W12": -8.6379834444699934, "S12": -8.6379834444699934, "W13": -13.905485365489437, "S13": -15.364663518265425, "W21": -41.430922686773435, "S21": -49.939149377815482, "W22": -64.268398591008435, "S22": -64.268398591008435, "W31": -88.174302648290137, "S31": -88.174302648290137, "W32": -90.145535468116123, "S32": -95.145535468116123 }, "geometry": { "type": "Point", "coordinates": [ 104691.0, 501927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -19.723704192143373, "S13": -19.723704192143373, "W21": -33.76546085798438, "S21": -33.76546085798438, "W22": -46.314312935454772, "S22": -46.314312935454772, "W31": -74.62775959054342, "S31": -78.387509110042004, "W32": -90.614153003360471, "S32": -95.614153003360471 }, "geometry": { "type": "Point", "coordinates": [ 104691.0, 512552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040016777087086952, "S11": 0.040016777087087001, "W12": -10.0, "S12": -11.752377678469241, "W13": -15.3787074474545, "S13": -18.378707447454502, "W21": -59.999999999999993, "S21": -61.185056710093789, "W22": -36.891583397716538, "S22": -43.857167561645575, "W31": -67.016129032258064, "S31": -67.120072842271966, "W32": -92.278919986566706, "S32": -97.278919986566706 }, "geometry": { "type": "Point", "coordinates": [ 104691.777777777781012, 500713.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60664799515852397, "W12": -8.8423344146174294, "S12": -8.8423344146174294, "W13": -18.360964611341394, "S13": -25.673237108904431, "W21": -41.697865513577824, "S21": -44.37529171755353, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -95.580952168057266, "S32": -100.58095216805727 }, "geometry": { "type": "Point", "coordinates": [ 104691.853448275855044, 516621.478448275884148 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1966732823132742, "S11": -3.0295950119516259, "W12": -9.3854829918358327, "S12": -9.3854829918358327, "W13": -19.100934384841562, "S13": -26.877111309403428, "W21": -39.932995558106384, "S21": -44.597000729552491, "W22": -50.858477011494251, "S22": -50.858477011494251, "W31": -74.928915287520354, "S31": -74.928915287520354, "W32": -88.533864801481613, "S32": -93.533864801481613 }, "geometry": { "type": "Point", "coordinates": [ 104692.4, 515860.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5115561175403387, "S11": -0.5115561175403387, "W12": -4.4190959009624402, "S12": -4.4190959009624402, "W13": -15.0, "S13": -15.0, "W21": -45.288273996867453, "S21": -48.137598887906435, "W22": -42.044213618990661, "S22": -42.044213618990661, "W31": -73.204710164979844, "S31": -74.454651326913961, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104692.5, 523011.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42047484720274797, "S11": -0.95413586022144636, "W12": -1.910947961333805, "S12": -1.910947961333805, "W13": -11.66956315399556, "S13": -22.329017524506227, "W21": -29.73565049121764, "S21": -29.73565049121764, "W22": -35.240519635521522, "S22": -35.240519635521522, "W31": -50.0, "S31": -51.017928375045919, "W32": -97.086727803067561, "S32": -102.08672780306756 }, "geometry": { "type": "Point", "coordinates": [ 104692.666666666671517, 505031.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29009932972091962, "S11": 0.29009932972091962, "W12": -9.9668151562124088, "S12": -9.9668151562124088, "W13": -19.472976931127885, "S13": -19.472976931127885, "W21": -33.253611166707735, "S21": -33.662761867748515, "W22": -45.987979801876101, "S22": -46.904933382983863, "W31": -76.021944164159635, "S31": -77.722418608149013, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104692.818181818176527, 512905.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -7.1208924262308964, "S12": -7.313630914407943, "W13": -16.580563122173924, "S13": -19.28800113870285, "W21": -38.743968428788016, "S21": -38.743968428788016, "W22": -60.263143662834686, "S22": -67.312840842026901, "W31": -79.432956105970973, "S31": -79.432956105970973, "W32": -95.617557519481522, "S32": -100.61755751948152 }, "geometry": { "type": "Point", "coordinates": [ 104693.0, 497173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4737453389571491, "W12": -5.0183032760644544, "S12": -11.221266530296411, "W13": -25.774809086606723, "S13": -25.774809086606723, "W21": -38.640417569254488, "S21": -40.881289656670411, "W22": -40.046236270415278, "S22": -40.046236270415278, "W31": -75.239998, "S31": -75.239998, "W32": -90.06729547453817, "S32": -95.06729547453817 }, "geometry": { "type": "Point", "coordinates": [ 104693.0, 506040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6221380540342967, "S12": -15.011674901897104, "W13": -19.743171792202229, "S13": -19.743171792202229, "W21": -30.0, "S21": -35.0, "W22": -47.664900054350021, "S22": -47.664900054350021, "W31": -77.344993574125283, "S31": -78.002967086253392, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104693.0, 508630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24513118744928319, "S11": 0.24513118744928319, "W12": -8.6585251491901101, "S12": -8.6585251491901101, "W13": -14.371602395314405, "S13": -14.371602395314405, "W21": -42.245851304354552, "S21": -52.245851304354552, "W22": -62.138081658260155, "S22": -65.86316671387344, "W31": -87.584795954758505, "S31": -87.584795954758505, "W32": -91.806584764836174, "S32": -96.806584764836174 }, "geometry": { "type": "Point", "coordinates": [ 104694.0, 501711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19953937545665368, "S11": -0.73401370308501557, "W12": -10.0, "S12": -12.494282596672694, "W13": -20.310109190393181, "S13": -20.310109190393181, "W21": -35.076004976004953, "S21": -37.682681969664856, "W22": -36.06655471811613, "S22": -36.06655471811613, "W31": -50.0, "S31": -50.588565007572114, "W32": -99.992705015229362, "S32": -104.99270501522936 }, "geometry": { "type": "Point", "coordinates": [ 104694.0, 506572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78835714285714287, "S11": 0.78835714285714287, "W12": -13.019575955883498, "S12": -14.607974072706703, "W13": -25.0, "S13": -25.0, "W21": -38.494752282658887, "S21": -38.494752282658887, "W22": -40.0, "S22": -40.0, "W31": -79.727486922901974, "S31": -79.727486922901974, "W32": -98.316352868286572, "S32": -103.31635286828657 }, "geometry": { "type": "Point", "coordinates": [ 104694.0, 509960.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0878305183522441, "S11": 2.0878305183522441, "W12": -9.9999257865246651, "S12": -12.88646205378336, "W13": -30.0, "S13": -30.0, "W21": -38.08931025751049, "S21": -38.08931025751049, "W22": -31.259706372410612, "S22": -31.259706372410612, "W31": -70.0, "S31": -70.0, "W32": -94.391879682526408, "S32": -99.391879682526408 }, "geometry": { "type": "Point", "coordinates": [ 104694.0, 510475.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51795748591328217, "S11": -0.51795748591328217, "W12": -4.4428112460583362, "S12": -4.4428112460583362, "W13": -18.458660772710591, "S13": -18.458660772710591, "W21": -40.704200398275461, "S21": -43.48361113084917, "W22": -42.416500789039262, "S22": -42.416500789039262, "W31": -73.349855729019396, "S31": -73.349855729019396, "W32": -100.10431714793825, "S32": -105.10431714793825 }, "geometry": { "type": "Point", "coordinates": [ 104694.3, 521330.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99713357606912634, "S11": 0.99713357606912634, "W12": -10.000000000000002, "S12": -11.620564174122167, "W13": -19.956753656405162, "S13": -19.956753656405162, "W21": -34.114573383757516, "S21": -34.114573383757516, "W22": -68.28234981691331, "S22": -72.891740191952096, "W31": -84.86425254173453, "S31": -84.86425254173453, "W32": -93.695876245110412, "S32": -98.695876245110412 }, "geometry": { "type": "Point", "coordinates": [ 104694.333333333328483, 512308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.640154088220935, "S11": 0.64015408822093467, "W12": -7.5406497127050054, "S12": -14.071697949157866, "W13": -16.342847058267548, "S13": -17.162499913025112, "W21": -44.92848338215947, "S21": -47.866551320227465, "W22": -30.282310038039551, "S22": -30.282310038039551, "W31": -70.0, "S31": -70.0, "W32": -94.749854051123805, "S32": -99.749854051123805 }, "geometry": { "type": "Point", "coordinates": [ 104694.571428571434808, 497839.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.174499339508461, "S12": -10.174499339508461, "W13": -21.720052211626481, "S13": -21.720052211626481, "W21": -36.43313271249832, "S21": -36.43313271249832, "W22": -34.130902801976696, "S22": -36.248885389788278, "W31": -65.389625134917239, "S31": -65.431086347172965, "W32": -89.110653654065914, "S32": -94.110653654065914 }, "geometry": { "type": "Point", "coordinates": [ 104694.666666666671517, 509176.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54555816292323167, "S11": -0.54555816292323167, "W12": -9.733954319254817, "S12": -9.733954319254817, "W13": -16.869835898077252, "S13": -18.360996819347761, "W21": -44.155529322969159, "S21": -45.606327706512047, "W22": -35.309453803538517, "S22": -36.201453203118241, "W31": -65.485666542035787, "S31": -67.099722696685433, "W32": -89.261992828665541, "S32": -94.261992828665541 }, "geometry": { "type": "Point", "coordinates": [ 104695.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45869857760928373, "S11": 0.32205911328620362, "W12": -10.0, "S12": -10.198977450249227, "W13": -19.627097831416574, "S13": -19.627097831416574, "W21": -33.590119042242023, "S21": -33.590119042242023, "W22": -37.336291063378411, "S22": -51.187086455589053, "W31": -68.676950956558869, "S31": -68.757697272018262, "W32": -95.412281118787234, "S32": -100.41228111878723 }, "geometry": { "type": "Point", "coordinates": [ 104695.0, 512671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2997643782638903, "S11": 0.2997643782638903, "W12": -10.108354309515541, "S12": -10.108354309515541, "W13": -19.679523230449423, "S13": -25.629716154952689, "W21": -34.786656151279232, "S21": -35.346916277100959, "W22": -33.19436465505845, "S22": -33.19436465505845, "W31": -72.870003573463705, "S31": -73.034881199841948, "W32": -101.39697663257446, "S32": -106.39697663257446 }, "geometry": { "type": "Point", "coordinates": [ 104695.0, 513356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27149636552728168, "S11": 0.27149636552728168, "W12": -10.0, "S12": -10.0, "W13": -19.610317675720985, "S13": -24.912408427205314, "W21": -34.486505835077615, "S21": -35.610800738590811, "W22": -62.746288685982293, "S22": -66.373168294077857, "W31": -87.220984417304848, "S31": -87.220984417304848, "W32": -92.283145904633159, "S32": -97.283145904633159 }, "geometry": { "type": "Point", "coordinates": [ 104696.0, 513276.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3239895687681411, "S12": -6.3239895687681411, "W13": -20.0, "S13": -20.0, "W21": -43.671748926003005, "S21": -46.099165643869483, "W22": -33.055466496925646, "S22": -34.572360706498834, "W31": -65.13331306177119, "S31": -65.13331306177119, "W32": -88.706485627851521, "S32": -93.706485627851521 }, "geometry": { "type": "Point", "coordinates": [ 104696.0, 520001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6367492990998969, "S11": 1.6367492990998969, "W12": -1.5169664933071876, "S12": -1.5169664933071876, "W13": -14.114789842037213, "S13": -16.905073144295343, "W21": -40.809717503968876, "S21": -43.649779931154761, "W22": -68.223821134237994, "S22": -72.821616024037581, "W31": -84.866637379189157, "S31": -84.866637379189157, "W32": -93.680091470025829, "S32": -98.680091470025829 }, "geometry": { "type": "Point", "coordinates": [ 104696.375, 498595.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7034537821618974, "S11": 1.7034537821618974, "W12": -9.6075808249721284, "S12": -19.35549344077906, "W13": -22.49093629756306, "S13": -30.689025201906855, "W21": -34.082082379017358, "S21": -34.082082379017358, "W22": -47.492695948542497, "S22": -47.492695948542497, "W31": -73.377451160242217, "S31": -73.377451160242217, "W32": -95.947068698637437, "S32": -100.94706869863744 }, "geometry": { "type": "Point", "coordinates": [ 104697.0, 512015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6014180672268665, "S12": -9.6014180672268665, "W13": -17.101545296696308, "S13": -19.332470171460919, "W21": -48.329385296207668, "S21": -49.614502747586634, "W22": -63.376960410921669, "S22": -67.739981559422759, "W31": -86.857172879850907, "S31": -86.857172879850907, "W32": -92.759707044430058, "S32": -97.759707044430058 }, "geometry": { "type": "Point", "coordinates": [ 104697.142857142855064, 500304.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18761668333236889, "S11": -0.62075470857564641, "W12": -11.321818707657588, "S12": -11.321818707657588, "W13": -19.969781363489126, "S13": -21.39299816210892, "W21": -38.075294898538019, "S21": -39.01112037490585, "W22": -61.802164474106533, "S22": -65.579294713108965, "W31": -88.249084249084248, "S31": -88.249084249084248, "W32": -91.115100980474324, "S32": -96.115100980474324 }, "geometry": { "type": "Point", "coordinates": [ 104697.428571428565192, 514155.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -98.376921817058715, "S32": -103.37692181705872 }, "geometry": { "type": "Point", "coordinates": [ 104698.0, 527688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4789454553715411, "S11": -0.4789454553715411, "W12": -8.7338719933529738, "S12": -8.7338719933529738, "W13": -14.412881491522404, "S13": -18.901403053032361, "W21": -46.793106738609644, "S21": -47.003461216220863, "W22": -64.143161115546022, "S22": -68.574147904722352, "W31": -86.493361342397236, "S31": -86.493361342397236, "W32": -93.107854650524274, "S32": -98.107854650524274 }, "geometry": { "type": "Point", "coordinates": [ 104698.333333333328483, 501486.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.955829769920534, "S13": -14.955829769920534, "W21": -47.0, "S21": -47.0, "W22": -77.559149504794831, "S22": -80.510730560946101, "W31": -82.124014206878115, "S31": -82.124014206878115, "W32": -96.599071876871207, "S32": -101.59907187687121 }, "geometry": { "type": "Point", "coordinates": [ 104698.4, 527598.699999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7131989337316818, "S11": 1.7131989337316818, "W12": -9.6353121516164997, "S12": -18.966230946889091, "W13": -22.469591705857201, "S13": -30.809199634223717, "W21": -34.011489194680458, "S21": -34.011489194680458, "W22": -54.036314048876868, "S22": -54.036314048876868, "W31": -75.240314714116053, "S31": -78.224153394519618, "W32": -89.699061803842483, "S32": -94.699061803842483 }, "geometry": { "type": "Point", "coordinates": [ 104698.75, 512018.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5894607843137258, "S12": -9.5894607843137258, "W13": -17.182637018305453, "S13": -19.373949462110104, "W21": -47.92710792638308, "S21": -49.195418750865336, "W22": -64.961370839664312, "S22": -69.407967844203284, "W31": -86.129549804943295, "S31": -86.129549804943295, "W32": -93.208259056180239, "S32": -98.208259056180239 }, "geometry": { "type": "Point", "coordinates": [ 104699.0, 500286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30573975219158628, "S11": -1.0700698940603401, "W12": -10.219581528902278, "S12": -13.322667451351402, "W13": -20.098673645984054, "S13": -20.30537137900933, "W21": -32.779271564125857, "S21": -32.779271564125857, "W22": -80.0, "S22": -83.945024775679656, "W31": -83.945024775679656, "S31": -83.945024775679656, "W32": -96.04244073473231, "S32": -101.04244073473231 }, "geometry": { "type": "Point", "coordinates": [ 104699.0, 507042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.378746289920453, "S12": -16.677752938963152, "W13": -29.11980559050388, "S13": -29.11980559050388, "W21": -38.315185538026057, "S21": -38.315185538026057, "W22": -36.944887987271287, "S22": -44.674212929723936, "W31": -69.613746669302571, "S31": -79.613746669302571, "W32": -95.012955572289158, "S32": -100.01295557228916 }, "geometry": { "type": "Point", "coordinates": [ 104699.0, 510259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65731525006095648, "S11": 0.65731525006095648, "W12": -10.382658155525871, "S12": -10.382658155525871, "W13": -21.948062377583515, "S13": -21.948062377583515, "W21": -34.720391180899341, "S21": -36.98076287806726, "W22": -36.528652701907255, "S22": -40.96885452702525, "W31": -58.128647148327119, "S31": -58.128647148327119, "W32": -93.298778600942896, "S32": -98.298778600942896 }, "geometry": { "type": "Point", "coordinates": [ 104699.375, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -37.014187698908543, "S22": -39.581865496512421, "W31": -49.999999999999993, "S31": -50.602523301352377, "W32": -99.281051640354335, "S32": -104.28105164035433 }, "geometry": { "type": "Point", "coordinates": [ 104699.857692307690741, 530037.361538461525925 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10155769038040285, "S11": -0.10155769038040285, "W12": -4.2349821040896556, "S12": -4.3870125609424475, "W13": -16.410798532238335, "S13": -19.410798532238335, "W21": -40.0, "S21": -42.053353958244301, "W22": -39.101823150934358, "S22": -54.101823150934358, "W31": -76.806832253015344, "S31": -76.806832253015344, "W32": -91.091161034849108, "S32": -96.091161034849108 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52638702648340596, "S11": -0.52638702648340596, "W12": -10.0, "S12": -10.0, "W13": -16.681071481368047, "S13": -16.930020529804679, "W21": -42.018378918204952, "S21": -43.53636306776805, "W22": -66.982018931039008, "S22": -76.982018931039008, "W31": -83.050560033497334, "S31": -83.050560033497334, "W32": -97.485499181835735, "S32": -102.48549918183573 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8716964560862865, "S11": 1.8716964560862865, "W12": -12.357501630539037, "S12": -22.357501630539037, "W13": -27.112046566267384, "S13": -27.112046566267384, "W21": -38.345511257142391, "S21": -38.345511257142391, "W22": -62.05116418070255, "S22": -65.703053181036992, "W31": -88.436213991769549, "S31": -88.436213991769549, "W32": -90.817953403380542, "S32": -95.817953403380542 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 510143.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14602688755001458, "S11": -0.53332745012494776, "W12": -11.070607187219037, "S12": -11.070607187219037, "W13": -19.949258912518971, "S13": -20.289104239913399, "W21": -37.418081786107138, "S21": -41.171147144887392, "W22": -41.892176490470867, "S22": -41.892176490470867, "W31": -73.036760665752524, "S31": -73.305444693571161, "W32": -89.989699713228362, "S32": -94.989699713228362 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17234254500787327, "S11": -0.66222716647144209, "W12": -11.223789301456208, "S12": -11.223789301456208, "W13": -19.962291366151312, "S13": -21.001100240247322, "W21": -37.841330347793637, "S21": -39.800494437781907, "W22": -40.0, "S22": -51.592861525874412, "W31": -80.309256245989815, "S31": -80.309256245989815, "W32": -94.477957833887388, "S32": -99.477957833887388 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 514100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45033404226376278, "S11": -0.45033404226376278, "W12": -11.329895714169174, "S12": -11.329895714169174, "W13": -20.115415893122925, "S13": -27.444896687533173, "W21": -38.144104678923391, "S21": -42.922169020878059, "W22": -38.464981075156594, "S22": -53.464981075156594, "W31": -74.284808079685988, "S31": -74.284808079685988, "W32": -89.818401522948776, "S32": -94.818401522948776 }, "geometry": { "type": "Point", "coordinates": [ 104700.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8583884242832927, "S12": -16.335916156018598, "W13": -18.822829773564695, "S13": -18.822829773564695, "W21": -30.0, "S21": -32.300540109471854, "W22": -65.779580563782773, "S22": -70.241787783684515, "W31": -85.765738267489624, "S31": -85.765738267489624, "W32": -93.308663461836346, "S32": -98.308663461836346 }, "geometry": { "type": "Point", "coordinates": [ 104700.5, 508465.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.2881022004945182, "W13": -18.951604596288227, "S13": -22.045898391987617, "W21": -31.362365958847302, "S21": -31.362365958847302, "W22": -40.0, "S22": -40.0, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -98.359964462445532, "S32": -103.35996446244553 }, "geometry": { "type": "Point", "coordinates": [ 104701.0, 503453.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8922780239102082, "S12": -14.759611952253954, "W13": -18.601764467437874, "S13": -18.601764467437874, "W21": -30.0, "S21": -31.911851596766592, "W22": -47.217744630730479, "S22": -47.217744630730479, "W31": -76.996472244634532, "S31": -77.884572950087914, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104701.0, 508425.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7437823144502502, "S12": -10.218307017593718, "W13": -20.708470506885163, "S13": -20.708470506885163, "W21": -31.533075973527378, "S21": -34.533075973527374, "W22": -45.282373264234934, "S22": -45.282373264234934, "W31": -74.054796286886571, "S31": -78.792677693238389, "W32": -90.795212663560903, "S32": -95.795212663560903 }, "geometry": { "type": "Point", "coordinates": [ 104701.0, 508784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6917866433152189, "S11": 1.6917866433152189, "W12": -9.511705685618729, "S12": -19.511705685618729, "W13": -22.504446344591706, "S13": -30.535727749442614, "W21": -33.973225341706687, "S21": -33.973225341706687, "W22": -37.820661478401021, "S22": -45.279867200776408, "W31": -50.000000000000007, "S31": -50.766410817936347, "W32": -98.199452475506618, "S32": -103.19945247550662 }, "geometry": { "type": "Point", "coordinates": [ 104701.0, 512015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1338797007401924, "S11": -2.7738652164482729, "W12": -9.1988164533574448, "S12": -9.1988164533574448, "W13": -18.219528212701452, "S13": -26.095139088230813, "W21": -40.497641733241139, "S21": -46.780355626449087, "W22": -40.116655493943384, "S22": -40.116655493943384, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104701.12, 516116.64000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2965069896335035, "S11": -3.1564407760344251, "W12": -9.4104294830415345, "S12": -9.4104294830415345, "W13": -19.21276125035785, "S13": -26.241231022810176, "W21": -39.801594717554188, "S21": -44.670376373127283, "W22": -66.597790287901063, "S22": -71.075607723165447, "W31": -85.401926730035697, "S31": -85.401926730035697, "W32": -93.409067867492311, "S32": -98.409067867492311 }, "geometry": { "type": "Point", "coordinates": [ 104701.2, 515820.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.3958975483169267, "S12": -4.3958975483169267, "W13": -15.0, "S13": -15.0, "W21": -44.628001365859177, "S21": -47.01349604403152, "W22": -48.81703517360058, "S22": -48.81703517360058, "W31": -73.030305915162614, "S31": -73.030305915162614, "W32": -97.04403956254022, "S32": -102.04403956254022 }, "geometry": { "type": "Point", "coordinates": [ 104701.714285714289872, 523726.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.21064597052367523, "W12": -7.7751800628618906, "S12": -9.7665766323115957, "W13": -16.193175864730271, "S13": -19.193175864730271, "W21": -36.767676767676761, "S21": -36.767676767676761, "W22": -35.346960840185119, "S22": -35.346960840185119, "W31": -50.0, "S31": -50.979828087713798, "W32": -96.817195163917035, "S32": -101.81719516391703 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 497088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8295683654522801, "S12": -8.8295683654522801, "W13": -14.394772065955383, "S13": -18.782957308241834, "W21": -46.803134806397075, "S21": -46.803134806397075, "W22": -65.69213206553448, "S22": -74.992986033448148, "W31": -83.294507335018167, "S31": -83.294507335018167, "W32": -96.829965864270022, "S32": -101.82996586427002 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8385840417955972, "S12": -18.561397501428072, "W13": -19.229139685518426, "S13": -19.229139685518426, "W21": -30.0, "S21": -33.0, "W22": -67.41972502729152, "S22": -71.913152677918688, "W31": -85.028680808334371, "S31": -85.028680808334371, "W32": -93.509472273148418, "S32": -98.509472273148418 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 508539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19495181562699135, "S11": 0.19495181562699135, "W12": -10.0, "S12": -10.0, "W13": -19.425251901810928, "S13": -20.331825070221367, "W21": -33.236746267830583, "S21": -33.797067901220373, "W22": -39.011928463122253, "S22": -39.011928463122253, "W31": -74.539945014501996, "S31": -74.539945014501996, "W32": -100.90858447376053, "S32": -105.90858447376053 }, "geometry": { "type": "Point", "coordinates": [ 104702.0, 513061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9233230053564379, "S12": -6.9233230053564379, "W13": -16.407356205497045, "S13": -17.47591548712451, "W21": -41.838960665530813, "S21": -41.838960665530813, "W22": -52.848975209383283, "S22": -58.7569197188731, "W31": -77.921768834565341, "S31": -77.921768834565341, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104702.25, 497433.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082103044590059043, "S11": 0.082103044590059043, "W12": -5.0, "S12": -5.1724311046563747, "W13": -16.440829260070792, "S13": -19.587175167703297, "W21": -40.399470278606628, "S21": -41.755783787862242, "W22": -57.179887365755704, "S22": -63.75556256775824, "W31": -78.8420456481862, "S31": -78.8420456481862, "W32": -95.318801606631439, "S32": -100.31880160663144 }, "geometry": { "type": "Point", "coordinates": [ 104703.0, 499496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55390131399444642, "S11": -0.98569149595047389, "W12": -5.2054368002014195, "S12": -6.4446872875837569, "W13": -12.212963306662946, "S13": -14.751315529300502, "W21": -30.325420067031018, "S21": -30.656029739663737, "W22": -68.191776593143217, "S22": -78.191776593143217, "W31": -82.808216566224516, "S31": -82.808216566224516, "W32": -97.920145135225781, "S32": -102.92014513522578 }, "geometry": { "type": "Point", "coordinates": [ 104703.0, 505190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80419434962743197, "S11": -1.079042490606005, "W12": -6.2748215749263379, "S12": -9.4182212705895374, "W13": -24.118607181719263, "S13": -24.712030458602001, "W21": -36.82661795769306, "S21": -38.074808677148106, "W22": -43.535504753801568, "S22": -45.305781393227775, "W31": -73.483837192749888, "S31": -77.725739404828545, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104703.0, 505763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41213147410358564, "S11": -1.4121314741035857, "W12": -10.222321479005837, "S12": -14.070912083032685, "W13": -20.433970773861539, "S13": -20.917631436651391, "W21": -32.445960387924494, "S21": -32.948786016030979, "W22": -39.6391337514833, "S22": -41.258746786976403, "W31": -72.002919579147672, "S31": -72.002919579147672, "W32": -92.174913235027205, "S32": -97.174913235027205 }, "geometry": { "type": "Point", "coordinates": [ 104703.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8324700597004604, "S12": -9.8324700597004604, "W13": -16.718291091385506, "S13": -19.183312575672588, "W21": -50.292822979082111, "S21": -51.598427535758944, "W22": -40.0, "S22": -43.124647931401391, "W31": -66.336355844727549, "S31": -76.336355844727549, "W32": -92.768421666885502, "S32": -97.768421666885502 }, "geometry": { "type": "Point", "coordinates": [ 104703.333333333328483, 500400.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64452079566003628, "S11": 0.64452079566003628, "W12": -7.332319145012077, "S12": -7.7296155512105598, "W13": -16.573084642580646, "S13": -17.679970017298256, "W21": -45.260775794035283, "S21": -48.130678220855401, "W22": -40.0, "S22": -46.381195956642237, "W31": -80.611410735490239, "S31": -80.611410735490239, "W32": -95.628383039413421, "S32": -100.62838303941342 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 497772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.86586124401914, "S12": -15.86586124401914, "W13": -17.395352384360717, "S13": -17.395352384360717, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -31.318831761484635, "W31": -70.0, "S31": -70.0, "W32": -95.413716406149575, "S32": -100.41371640614958 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 508173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7226882282876552, "S12": -10.234639317561566, "W13": -20.671485991918608, "S13": -20.671485991918608, "W21": -31.439823177084104, "S21": -34.182154465427665, "W22": -39.942316043371378, "S22": -51.726536192740738, "W31": -78.936464036585363, "S31": -78.936464036585363, "W32": -92.342566808698763, "S32": -97.342566808698763 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 508779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -10.051539536836053, "W13": -19.718218847400788, "S13": -19.718218847400788, "W21": -33.739295444881371, "S21": -33.739295444881371, "W22": -32.810001, "S22": -32.810001, "W31": -75.779999, "S31": -75.779999, "W32": -101.7, "S32": -106.7 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 512562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3831131025740344, "W12": -9.434366262677397, "S12": -9.434366262677397, "W13": -19.340204575622707, "S13": -25.677140068986652, "W21": -39.706633247843321, "S21": -44.706633247843321, "W22": -68.38866375928248, "S22": -78.169975886519055, "W31": -82.766092551330175, "S31": -82.766092551330175, "W32": -97.958610289559005, "S32": -102.958610289559 }, "geometry": { "type": "Point", "coordinates": [ 104704.0, 515785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21113283655622617, "S11": -0.67140402494982965, "W12": -3.0864383925253898, "S12": -3.0864383925253898, "W13": -13.557540481854952, "S13": -21.250413050418441, "W21": -29.796099392128305, "S21": -29.796099392128305, "W22": -44.827459653052458, "S22": -44.827459653052458, "W31": -73.825756497105914, "S31": -78.007763061807751, "W32": -90.859381813810316, "S32": -95.859381813810316 }, "geometry": { "type": "Point", "coordinates": [ 104704.5, 504900.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44496535796766756, "S11": -0.44496535796766756, "W12": -10.0, "S12": -10.0, "W13": -16.426880918495833, "S13": -17.232315971409541, "W21": -41.10019676285507, "S21": -42.541705941206352, "W22": -40.1227973301106, "S22": -40.1227973301106, "W31": -75.239998, "S31": -75.239998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104705.0, 499865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52712872946697953, "S11": -0.52712872946697953, "W12": -10.0, "S12": -10.0, "W13": -16.697932095456867, "S13": -17.088782915869331, "W21": -42.147931077330909, "S21": -43.658193219171999, "W22": -69.898637040430643, "S22": -78.04476030086802, "W31": -82.508710801393732, "S31": -82.508710801393732, "W32": -97.68182858188807, "S32": -102.68182858188807 }, "geometry": { "type": "Point", "coordinates": [ 104705.0, 500010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1261833369029772, "S11": 1.1261833369029772, "W12": -10.0, "S12": -11.64179104477612, "W13": -20.021583497971235, "S13": -21.255606293686558, "W21": -34.168442595356012, "S21": -34.168442595356012, "W22": -49.994241763665528, "S22": -49.994241763665528, "W31": -74.819150337830308, "S31": -74.819150337830308, "W32": -88.546406180711372, "S32": -93.546406180711372 }, "geometry": { "type": "Point", "coordinates": [ 104705.0, 512264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.077436261082308, "S12": -10.077436261082308, "W13": -21.61369400114166, "S13": -21.61369400114166, "W21": -36.879753379123613, "S21": -36.879753379123613, "W22": -40.0, "S22": -40.0, "W31": -65.922280142897804, "S31": -74.189155592169584, "W32": -89.920741657862393, "S32": -94.920741657862393 }, "geometry": { "type": "Point", "coordinates": [ 104705.333333333328483, 509230.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2261769454722775, "S11": 1.2261769454722775, "W12": -7.8470153703582968, "S12": -8.970510965709634, "W13": -30.602201704545454, "S13": -30.602201704545454, "W21": -37.668456058807173, "S21": -37.668456058807173, "W22": -30.0, "S22": -35.058167416777529, "W31": -59.381592554291622, "S31": -59.829102669554622, "W32": -100.61381764829231, "S32": -105.61381764829231 }, "geometry": { "type": "Point", "coordinates": [ 104705.75, 510859.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.30221072436500473, "W12": -8.3480755525047865, "S12": -11.123304165675069, "W13": -16.0241591461293, "S13": -19.0241591461293, "W21": -35.674512378094526, "S21": -35.674512378094526, "W22": -50.401469063381455, "S22": -55.401469063381455, "W31": -77.771173178925778, "S31": -78.495486856875445, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104706.0, 497051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032122290805424336, "S11": 0.032122290805424336, "W12": -4.2834596106772347, "S12": -4.3731426855255151, "W13": -16.248479427549196, "S13": -19.248479427549196, "W21": -40.0, "S21": -41.804623381434652, "W22": -63.963018166522005, "S22": -63.963018166522005, "W31": -87.873333176824119, "S31": -87.873333176824119, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104707.0, 499124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13005933354642807, "S11": -0.13005933354642807, "W12": -8.131452900478978, "S12": -8.131452900478978, "W13": -16.3922467554357, "S13": -19.387749781049802, "W21": -40.558721963321823, "S21": -41.930222554105598, "W22": -39.296333300782237, "S22": -54.296333300782237, "W31": -77.370083734261883, "S31": -77.370083734261883, "W32": -91.520969134347837, "S32": -96.520969134347837 }, "geometry": { "type": "Point", "coordinates": [ 104707.0, 499620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16936957514846962, "S11": 0.16936957514846962, "W12": -10.0, "S12": -11.259077203739832, "W13": -21.741634037910668, "S13": -21.741634037910668, "W21": -39.257711928042895, "S21": -39.257711928042895, "W22": -33.056069392483757, "S22": -35.33598794280018, "W31": -65.23367879088147, "S31": -65.23367879088147, "W32": -88.832663867559575, "S32": -93.832663867559575 }, "geometry": { "type": "Point", "coordinates": [ 104707.0, 509559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42309077809798268, "S11": -0.42309077809798268, "W12": -9.1898099446337298, "S12": -9.1898099446337298, "W13": -14.119188651794376, "S13": -18.217745853541246, "W21": -47.843739038933712, "S21": -47.955440096044534, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -94.949439139318628, "S32": -99.949439139318628 }, "geometry": { "type": "Point", "coordinates": [ 104707.25, 501340.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8827804071107076, "S11": -0.8827804071107076, "W12": -6.6219967238503781, "S12": -7.2036921334369861, "W13": -21.694201933993657, "S13": -23.956707227391803, "W21": -36.252368379197875, "S21": -37.171561957012081, "W22": -40.0, "S22": -52.802642667950877, "W31": -80.342339260655677, "S31": -80.342339260655677, "W32": -96.402334518032077, "S32": -101.40233451803208 }, "geometry": { "type": "Point", "coordinates": [ 104708.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10160631321659744, "S11": 0.10160631321659744, "W12": -10.486494959760511, "S12": -10.486494959760511, "W13": -19.902208671960185, "S13": -28.429544900633122, "W21": -35.918939138051655, "S21": -37.074136407408837, "W22": -36.47171031556617, "S22": -42.685469357605101, "W31": -70.0, "S31": -73.324741946354791, "W32": -93.658606224916753, "S32": -98.658606224916753 }, "geometry": { "type": "Point", "coordinates": [ 104708.0, 513644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46549421337569308, "S11": -0.4984378903151192, "W12": -10.316866086848611, "S12": -10.316866086848611, "W13": -20.07857797377229, "S13": -28.952017555523209, "W21": -37.021317487730059, "S21": -42.021317487730059, "W22": -39.018422113643076, "S22": -54.018422113643076, "W31": -74.881694373713458, "S31": -74.881694373713458, "W32": -89.894076635544835, "S32": -94.894076635544835 }, "geometry": { "type": "Point", "coordinates": [ 104708.0, 515238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40930350380059177, "S11": 0.085141401762895919, "W12": -10.0, "S12": -10.395594465006187, "W13": -19.582667527719266, "S13": -19.582667527719266, "W21": -33.455796836175224, "S21": -33.455796836175224, "W22": -47.004337028787873, "S22": -47.004337028787873, "W31": -74.436373815042515, "S31": -74.436373815042515, "W32": -88.738691164507969, "S32": -93.738691164507969 }, "geometry": { "type": "Point", "coordinates": [ 104708.142857142855064, 512755.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14335566099632377, "S11": -0.14335566099632377, "W12": -10.0, "S12": -10.0, "W13": -16.342580482049545, "S13": -18.168169026162605, "W21": -40.752268638034884, "S21": -42.148167285796461, "W22": -61.566991303622949, "S22": -64.920807914484058, "W31": -87.574338954554904, "S31": -87.574338954554904, "W32": -91.289633788653319, "S32": -96.289633788653319 }, "geometry": { "type": "Point", "coordinates": [ 104708.166666666671517, 499753.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.85, "S13": -14.85, "W21": -47.0, "S21": -47.0, "W22": -65.849998, "S22": -75.099998, "W31": -83.25, "S31": -83.25, "W32": -96.75, "S32": -101.75 }, "geometry": { "type": "Point", "coordinates": [ 104708.5, 527736.699999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.947904434055586, "S13": -14.947904434055586, "W21": -47.0, "S21": -47.0, "W22": -37.811917274114258, "S22": -40.249879090199336, "W31": -71.401199626421302, "S31": -71.401199626421302, "W32": -92.591495107610569, "S32": -97.591495107610569 }, "geometry": { "type": "Point", "coordinates": [ 104709.7, 527644.849999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -2.8477693080849402, "S12": -2.8477693080849402, "W13": -13.567538869077943, "S13": -15.62276664739306, "W21": -41.693822788100398, "S21": -43.719500542888454, "W22": -52.790141312668425, "S22": -58.656550113200446, "W31": -77.802658818057324, "S31": -77.802658818057324, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104710.0, 498426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3189464364763168, "S11": 1.3189464364763168, "W12": -1.6774661096427659, "S12": -1.6774661096427659, "W13": -14.353004216088594, "S13": -17.032415858930939, "W21": -40.539846552954216, "S21": -43.248562473511477, "W22": -57.577119532000353, "S22": -64.297307423506695, "W31": -78.890700961278228, "S31": -78.890700961278228, "W32": -95.372500655404323, "S32": -100.37250065540432 }, "geometry": { "type": "Point", "coordinates": [ 104710.0, 498654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3869458431634918, "W12": -9.4353759742472381, "S12": -9.4353759742472381, "W13": -19.324588115874132, "S13": -25.605350736216913, "W21": -39.670193877001992, "S21": -44.587406328249322, "W22": -65.850714583956957, "S22": -75.07867333652797, "W31": -83.234701888711101, "S31": -83.234701888711101, "W32": -96.756190860952728, "S32": -101.75619086095273 }, "geometry": { "type": "Point", "coordinates": [ 104710.0, 515780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7137918228296876, "S12": -5.7137918228296876, "W13": -19.87509016583704, "S13": -24.87509016583704, "W21": -41.353116198301599, "S21": -43.927966634892158, "W22": -50.0, "S22": -50.0, "W31": -74.814939887012017, "S31": -74.969151037664446, "W32": -88.550095220562667, "S32": -93.550095220562667 }, "geometry": { "type": "Point", "coordinates": [ 104710.0, 520474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07532960011634271, "S11": 0.07532960011634271, "W12": -10.273517883080272, "S12": -15.273517883080272, "W13": -19.646064440576421, "S13": -19.646064440576421, "W21": -32.536703734970175, "S21": -32.536703734970175, "W22": -33.540613768160398, "S22": -33.540613768160398, "W31": -72.408250610428226, "S31": -72.567535252156404, "W32": -101.38518807453768, "S32": -106.38518807453768 }, "geometry": { "type": "Point", "coordinates": [ 104710.4, 507689.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73600844772967278, "S11": 0.73600844772967278, "W12": -5.1106661615888305, "S12": -12.072010911022222, "W13": -23.61161140924796, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -35.02786641667219, "S22": -35.02786641667219, "W31": -75.274826336209046, "S31": -75.274826336209046, "W32": -101.41806173329779, "S32": -106.41806173329779 }, "geometry": { "type": "Point", "coordinates": [ 104711.0, 511781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20386353662763362, "S11": 0.20386353662763362, "W12": -10.27740971188898, "S12": -10.27740971188898, "W13": -19.8394868655134, "S13": -27.346069515178126, "W21": -35.384271801540464, "S21": -35.384271801540464, "W22": -36.039138280881993, "S22": -44.247201749197053, "W31": -70.0, "S31": -70.0, "W32": -96.659043025835615, "S32": -101.65904302583562 }, "geometry": { "type": "Point", "coordinates": [ 104711.0, 513517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7103940217391305, "S11": 1.7103940217391305, "W12": -10.0, "S12": -13.941998060135788, "W13": -22.238285592133387, "S13": -33.000601077802173, "W21": -33.433293867750272, "S21": -33.433293867750272, "W22": -36.773661313249796, "S22": -36.773661313249796, "W31": -65.634105047418458, "S31": -69.282612240012242, "W32": -89.455392501140921, "S32": -94.455392501140921 }, "geometry": { "type": "Point", "coordinates": [ 104711.5, 512056.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.023655858012803788, "S11": -0.023655858012803788, "W12": -3.799831816021352, "S12": -4.4301235628968314, "W13": -16.088345101858614, "S13": -19.088345101858614, "W21": -40.0, "S21": -42.141964165300429, "W22": -35.594526824110766, "S22": -35.594526824110766, "W31": -50.0, "S31": -50.943680242262175, "W32": -96.199072481318893, "S32": -101.19907248131889 }, "geometry": { "type": "Point", "coordinates": [ 104712.0, 498946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56368472209949638, "S11": 0.56368472209949638, "W12": -10.464267701979628, "S12": -16.80277835645045, "W13": -22.356434292614729, "S13": -22.356434292614729, "W21": -38.920341175021683, "S21": -38.920341175021683, "W22": -51.706832667444949, "S22": -57.104597407915534, "W31": -77.759436238485549, "S31": -77.847286165872276, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104712.0, 509694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4716233133953569, "S12": -6.4716233133953569, "W13": -16.524804551310691, "S13": -17.40154599168817, "W21": -39.875875519754054, "S21": -39.875875519754054, "W22": -67.148351579411255, "S22": -77.148351579411255, "W31": -82.965315682433342, "S31": -82.965315682433342, "W32": -97.30887225457613, "S32": -102.30887225457613 }, "geometry": { "type": "Point", "coordinates": [ 104712.857142857144936, 497262.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4822239211267121, "S12": -6.4822239211267121, "W13": -16.485249485271911, "S13": -16.485249485271911, "W21": -40.092372203538268, "S21": -40.092372203538268, "W22": -70.0, "S22": -77.937375745526836, "W31": -82.456445993031352, "S31": -82.456445993031352, "W32": -97.593694229625214, "S32": -102.59369422962521 }, "geometry": { "type": "Point", "coordinates": [ 104713.0, 497311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3572672752969939, "S11": 0.97503671061687514, "W12": -8.561518494128979, "S12": -12.896670982090455, "W13": -16.503704399040938, "S13": -19.503704399040938, "W21": -33.028788447111779, "S21": -33.028788447111779, "W22": -50.0, "S22": -50.0, "W31": -78.721454766812229, "S31": -78.721454766812229, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 496930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25831765812367746, "S11": -0.25831765812367746, "W12": -9.854430366269165, "S12": -9.854430366269165, "W13": -13.733316808601742, "S13": -15.981437109353621, "W21": -54.074929856411948, "S21": -54.322862477435777, "W22": -37.966128231772451, "S22": -43.413415117404611, "W31": -72.966568114623598, "S31": -72.966568114623598, "W32": -96.926135620971237, "S32": -101.92613562097124 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 501155.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9877037991640307, "S12": -8.9877037991640307, "W13": -14.352903976721629, "S13": -18.590486116226138, "W21": -46.683176070905816, "S21": -46.683176070905816, "W22": -35.453402044848701, "S22": -35.453402044848701, "W31": -50.0, "S31": -50.941727800381635, "W32": -96.547662524766565, "S32": -101.54766252476657 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 501423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35093167701863348, "S11": -0.64906832298136652, "W12": -4.0755685839903864, "S12": -4.0755685839903864, "W13": -15.0, "S13": -19.829085760517799, "W21": -29.93418189671463, "S21": -29.93418189671463, "W22": -50.78905779814518, "S22": -55.78905779814518, "W31": -77.752564481514426, "S31": -78.61148355635963, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 504790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0193897291593388, "W12": -10.0, "S12": -13.79300221880867, "W13": -20.0, "S13": -20.190025764081874, "W21": -33.261762233766802, "S21": -34.857451983802775, "W22": -69.161135514198136, "S22": -77.883799530102706, "W31": -82.564183278252159, "S31": -82.564183278252159, "W32": -98.159650018802537, "S32": -103.15965001880254 }, "geometry": { "type": "Point", "coordinates": [ 104714.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999999192, "S11": -1.7999999999999192, "W12": -4.3990833420661781, "S12": -4.3990833420661781, "W13": -16.020558088473241, "S13": -16.020558088473241, "W21": -44.460120018210461, "S21": -47.298205305000849, "W22": -47.284840054645059, "S22": -47.284840054645059, "W31": -74.137499244794512, "S31": -74.137499244794512, "W32": -88.990222385651677, "S32": -93.990222385651677 }, "geometry": { "type": "Point", "coordinates": [ 104714.666666666671517, 522424.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31481002843111972, "S11": 0.31481002843111972, "W12": -2.3823114328543746, "S12": -2.3823114328543746, "W13": -15.328423017612209, "S13": -18.228955418157653, "W21": -40.0, "S21": -42.323503461767814, "W22": -40.0, "S22": -40.0, "W31": -79.460177393677512, "S31": -79.460177393677512, "W32": -97.994119628075779, "S32": -102.99411962807578 }, "geometry": { "type": "Point", "coordinates": [ 104715.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48408376963350785, "S11": -0.98408376963350785, "W12": -10.0, "S12": -13.693121693121693, "W13": -20.0, "S13": -20.139813589290249, "W21": -33.35303905287617, "S21": -34.995200272477142, "W22": -40.0, "S22": -57.496622762580209, "W31": -79.787745444601995, "S31": -79.787745444601995, "W32": -93.548605023247205, "S32": -98.548605023247205 }, "geometry": { "type": "Point", "coordinates": [ 104715.0, 506744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -19.7758242896737, "S13": -19.7758242896737, "W21": -33.811624340208134, "S21": -33.811624340208134, "W22": -48.836169937717223, "S22": -48.836169937717223, "W31": -73.044733069031167, "S31": -73.044733069031167, "W32": -97.040959348045661, "S32": -102.04095934804566 }, "geometry": { "type": "Point", "coordinates": [ 104715.0, 512505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17535511860611572, "S11": -0.41818272809054735, "W12": -4.7150149540568131, "S12": -4.7150149540568131, "W13": -15.386231057003359, "S13": -16.710427156107208, "W21": -30.585176002456024, "S21": -30.585176002456024, "W22": -79.427457418428077, "S22": -84.427457418428077, "W31": -84.427457418428077, "S31": -84.427457418428077, "W32": -94.194884859877803, "S32": -99.194884859877803 }, "geometry": { "type": "Point", "coordinates": [ 104715.5, 504678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2552330977368278, "S11": 1.2552330977368278, "W12": -10.0, "S12": -10.0, "W13": -20.53590522521759, "S13": -23.823650511670042, "W21": -34.222311806954501, "S21": -34.222311806954501, "W22": -54.437357728815016, "S22": -54.437357728815016, "W31": -75.15157536715445, "S31": -83.449529794504343, "W32": -89.468780943017052, "S32": -94.468780943017052 }, "geometry": { "type": "Point", "coordinates": [ 104715.666666666671517, 512220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71120918242081999, "S11": -0.71120918242081999, "W12": -5.5466217022825406, "S12": -13.65262746053688, "W13": -27.034076857548509, "S13": -27.034076857548509, "W21": -38.079389749255327, "S21": -39.640102514565783, "W22": -35.567381993783748, "S22": -35.567381993783748, "W31": -50.0, "S31": -50.932017390457382, "W32": -96.274534520483783, "S32": -101.27453452048378 }, "geometry": { "type": "Point", "coordinates": [ 104716.0, 505900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60183034618217524, "S11": -1.6083405240659092, "W12": -5.0515229591598017, "S12": -12.614259722622437, "W13": -26.433887553241835, "S13": -26.433887553241835, "W21": -38.684379130227875, "S21": -40.49183716621139, "W22": -34.581616510239428, "S22": -34.581616510239428, "W31": -65.883971496820095, "S31": -66.241674397095508, "W32": -100.92703790171826, "S32": -105.92703790171826 }, "geometry": { "type": "Point", "coordinates": [ 104716.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025481265039532519, "S11": -0.025481265039532519, "W12": -10.0, "S12": -11.7187864767928, "W13": -21.509225807503725, "S13": -21.509225807503725, "W21": -38.409896049379483, "S21": -38.409896049379483, "W22": -36.308881937326127, "S22": -36.308881937326127, "W31": -65.600459240998589, "S31": -68.849956143620531, "W32": -89.391873077278817, "S32": -94.391873077278817 }, "geometry": { "type": "Point", "coordinates": [ 104716.5, 509398.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5651573969263675, "S12": -4.5651573969263675, "W13": -18.566442644879686, "S13": -18.566442644879686, "W21": -40.505748174570712, "S21": -43.247735985300423, "W22": -46.904971219769848, "S22": -46.904971219769848, "W31": -73.424277716697176, "S31": -73.424277716697176, "W32": -95.76179074080531, "S32": -100.76179074080531 }, "geometry": { "type": "Point", "coordinates": [ 104716.5, 521303.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4120722949076723, "S11": 1.4120722949076723, "W12": -1.3046800743959737, "S12": -1.3046800743959737, "W13": -14.285427348985959, "S13": -16.991202732822245, "W21": -40.649233196475429, "S21": -43.386070959271976, "W22": -30.0, "S22": -32.68704379562044, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104716.555555555562023, 498635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0844545838401789, "S12": -18.320798305131973, "W13": -19.352886550128531, "S13": -19.352886550128531, "W21": -30.0, "S21": -32.99857792946527, "W22": -40.0, "S22": -54.388947927736453, "W31": -79.289036150311972, "S31": -79.289036150311972, "W32": -92.589741141615534, "S32": -97.589741141615534 }, "geometry": { "type": "Point", "coordinates": [ 104716.8, 508564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44734896915454692, "S11": 0.44734896915454692, "W12": -4.5579438162956061, "S12": -4.8886179409727566, "W13": -16.478071036106751, "S13": -19.555720695120087, "W21": -40.0, "S21": -41.474685467399588, "W22": -33.830676804438859, "S22": -36.207215381442751, "W31": -65.402664130234669, "S31": -65.402664130234669, "W32": -89.077943168794377, "S32": -94.077943168794377 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 499288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51750419041233664, "S11": -0.51750419041233664, "W12": -10.0, "S12": -10.0, "W13": -16.620630506176621, "S13": -16.620630506176621, "W21": -41.350810504577936, "S21": -42.812667850645809, "W22": -40.486562119848095, "S22": -40.486562119848095, "W31": -66.260274812456927, "S31": -76.260274812456927, "W32": -92.035458882226976, "S32": -97.035458882226976 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 499971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46858939680822298, "S11": -0.60007482680111557, "W12": -8.7349531116794541, "S12": -8.7349531116794541, "W13": -14.439452989933557, "S13": -18.670170086155103, "W21": -45.811087078137525, "S21": -48.811087078137525, "W22": -46.709405461691212, "S22": -46.709405461691212, "W31": -75.031008914544927, "S31": -78.229099310725715, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 501552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47205966314587511, "S11": 0.47205966314587511, "W12": -5.9317665362946537, "S12": -7.8589524023026032, "W13": -14.999999999999998, "S13": -20.00697303758799, "W21": -36.300061244894728, "S21": -37.799136579443825, "W22": -31.412807695935111, "S22": -31.412807695935111, "W31": -70.0, "S31": -70.0, "W32": -94.009476252032869, "S32": -99.009476252032869 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 502669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20252538865948516, "S11": 0.20252538865948516, "W12": -10.0, "S12": -10.0, "W13": -19.454599452187374, "S13": -20.893696342427688, "W21": -33.328299498672095, "S21": -33.848674315768172, "W22": -37.991525293292746, "S22": -48.919139936165472, "W31": -67.171109323179564, "S31": -67.171109323179564, "W32": -95.577711350322645, "S32": -100.57771135032264 }, "geometry": { "type": "Point", "coordinates": [ 104717.0, 513076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0359197200728314, "S12": -8.0404491886515679, "W13": -19.374528360976377, "S13": -22.306643867416053, "W21": -32.067023994742584, "S21": -32.067023994742584, "W22": -36.840200256486106, "S22": -50.779684484829083, "W31": -70.765629111678948, "S31": -73.237199457982072, "W32": -92.239373452596311, "S32": -97.239373452596311 }, "geometry": { "type": "Point", "coordinates": [ 104717.111111111109494, 503598.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1581254589113379, "S11": -2.7871822968372735, "W12": -9.191975206905262, "S12": -9.191975206905262, "W13": -18.111396398664191, "S13": -26.068013455552311, "W21": -40.425717612116458, "S21": -46.525055219408998, "W22": -35.681361942718802, "S22": -35.681361942718802, "W31": -49.999999999999993, "S31": -50.922306980533129, "W32": -96.003897229829079, "S32": -101.00389722982908 }, "geometry": { "type": "Point", "coordinates": [ 104717.666666666671517, 516116.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26011510289501194, "S11": 0.15249436592255119, "W12": -10.0, "S12": -10.823424003276699, "W13": -15.0, "S13": -17.953667819668908, "W21": -60.0, "S21": -61.035146858538035, "W22": -40.0, "S22": -41.290159678508864, "W31": -66.304081146016642, "S31": -76.304081146016642, "W32": -92.374703488117632, "S32": -97.374703488117632 }, "geometry": { "type": "Point", "coordinates": [ 104718.0, 500824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59088486140724938, "W12": -8.7382352941176471, "S12": -8.7382352941176471, "W13": -14.443288504699895, "S13": -18.860443087978318, "W21": -45.96796023645696, "S21": -48.867213967800247, "W22": -37.086308932343897, "S22": -37.086308932343897, "W31": -65.67473049560526, "S31": -69.669464892888868, "W32": -89.505264165008597, "S32": -94.505264165008597 }, "geometry": { "type": "Point", "coordinates": [ 104718.0, 501545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.489258373205741, "S12": -12.552496024378698, "W13": -17.487320203084835, "S13": -17.487320203084835, "W21": -30.0, "S21": -30.0, "W22": -51.838424781199464, "S22": -57.318978014476059, "W31": -77.743182603595145, "S31": -77.743182603595145, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104718.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.396414900888471, "S12": -11.965803548085381, "W13": -17.544895894479183, "S13": -17.544895894479183, "W21": -30.0, "S21": -30.0, "W22": -41.436783064495707, "S22": -41.436783064495707, "W31": -72.935657982904942, "S31": -73.678606240709811, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104718.285714285710128, 508238.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82276031645288494, "S11": -0.82276031645288494, "W12": -6.1022638286624575, "S12": -10.455814424654584, "W13": -25.000125047143587, "S13": -25.000125047143587, "W21": -37.149628206443559, "S21": -38.267416931128679, "W22": -36.750260537385188, "S22": -42.485260553602018, "W31": -63.730797462381375, "S31": -63.730797462381375, "W32": -92.915037311521331, "S32": -97.915037311521331 }, "geometry": { "type": "Point", "coordinates": [ 104718.8, 505785.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6632493653583285, "S11": 1.6632493653583285, "W12": -0.76661835336914219, "S12": -0.76661835336914219, "W13": -14.098666141997864, "S13": -16.884955762880399, "W21": -40.902167082397128, "S21": -43.730469573147602, "W22": -50.0, "S22": -54.621771786709324, "W31": -77.192776748317144, "S31": -77.192776748317144, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 498586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12601081842205719, "S11": -0.12601081842205719, "W12": -8.0074507716870666, "S12": -8.0074507716870666, "W13": -16.379383111410753, "S13": -19.388609448795833, "W21": -40.485801455057498, "S21": -41.828109450331226, "W22": -80.0, "S22": -84.999065789789498, "W31": -84.999065789789498, "S31": -84.999065789789498, "W32": -94.184867298226521, "S32": -99.184867298226521 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 499627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.478021097609828, "W13": -16.293466077173829, "S13": -19.04555391195834, "W21": -53.937440870387888, "S21": -55.231080920658762, "W22": -45.389273328518492, "S22": -46.914330725018623, "W31": -75.574314471577082, "S31": -77.477370976889844, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 500514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0412829491212161, "S12": -9.0412829491212161, "W13": -14.347026188166829, "S13": -18.537059248041935, "W21": -46.621063263244885, "S21": -46.621063263244885, "W22": -35.795341891653706, "S22": -35.795341891653706, "W31": -50.0, "S31": -50.912596570608891, "W32": -95.733259939174715, "S32": -100.73325993917472 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 501413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2556064333017973, "S11": 1.2556064333017973, "W12": -7.0289412545635575, "S12": -7.3887771152534416, "W13": -13.56720284854269, "S13": -20.259219547409167, "W21": -39.566408449632462, "S21": -39.566408449632462, "W22": -36.734020847674522, "S22": -36.994043217661137, "W31": -50.0, "S31": -50.547044668836016, "W32": -99.789840498500311, "S32": -104.78984049850031 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 502456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55592654491063098, "S11": -0.73724288304558183, "W12": -4.9999999999999991, "S12": -5.6585928376634014, "W13": -12.184986549243616, "S13": -15.837563549271808, "W21": -30.048153133776967, "S21": -30.342489934690914, "W22": -35.463256637260834, "S22": -35.463256637260834, "W31": -75.097250839227783, "S31": -75.097250839227783, "W32": -101.36408514179396, "S32": -106.36408514179396 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 505170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.7, "S13": -14.7, "W21": -47.0, "S21": -47.0, "W22": -41.500163224507531, "S22": -41.500163224507531, "W31": -73.112957870247271, "S31": -74.384410391251876, "W32": -89.87522695421012, "S32": -94.87522695421012 }, "geometry": { "type": "Point", "coordinates": [ 104719.0, 527785.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85687730898886461, "S11": 0.85687730898886461, "W12": -8.8368057024603122, "S12": -8.8368057024603122, "W13": -14.221729381019822, "S13": -14.655829600007749, "W21": -40.771268633407317, "S21": -49.591012691908062, "W22": -39.06760831133554, "S22": -40.379425311659148, "W31": -71.815566227675589, "S31": -71.815566227675589, "W32": -92.158108291800716, "S32": -97.158108291800716 }, "geometry": { "type": "Point", "coordinates": [ 104719.2, 501884.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26262524222497535, "S11": -0.63181839625920522, "W12": -10.0, "S12": -10.0, "W13": -20.852247966298663, "S13": -20.852247966298663, "W21": -35.876333731545472, "S21": -38.467144463863598, "W22": -60.796296296295935, "S22": -60.796296296295935, "W31": -83.630854170663426, "S31": -83.630854170663426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104720.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.395510597091568, "S12": -4.395510597091568, "W13": -16.695802307760864, "S13": -16.695802307760864, "W21": -44.412523260784155, "S21": -47.223633714113753, "W22": -40.0, "S22": -56.846400404875375, "W31": -79.68913517895632, "S31": -79.68913517895632, "W32": -93.311445955681307, "S32": -98.311445955681307 }, "geometry": { "type": "Point", "coordinates": [ 104720.75, 522139.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6686513749051324, "W12": -6.3760471698875181, "S12": -6.3760471698875181, "W13": -15.008087324033873, "S13": -15.62301623398648, "W21": -43.285011560035734, "S21": -45.814878471420236, "W22": -35.90671687816031, "S22": -48.969427943045197, "W31": -69.857012723867129, "S31": -69.857012723867129, "W32": -89.156958099485621, "S32": -94.156958099485621 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 498116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85855555555555552, "S11": 0.85855555555555552, "W12": -13.107470321201816, "S12": -14.112698739191361, "W13": -24.970636980152715, "S13": -24.970636980152715, "W21": -38.241100310398814, "S21": -38.241100310398814, "W22": -40.094043459897676, "S22": -40.094043459897676, "W31": -75.239998, "S31": -75.239998, "W32": -90.504740494575302, "S32": -95.504740494575302 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 509970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7051188299817184, "S11": 1.7051188299817184, "W12": -9.9999999999999982, "S12": -12.216508644729501, "W13": -21.999753573188762, "S13": -31.73660768980811, "W21": -33.392293103098766, "S21": -33.392293103098766, "W22": -31.867845245689498, "S22": -36.156245607775496, "W31": -70.0, "S31": -70.0, "W32": -95.91508279357771, "S32": -100.91508279357771 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 512084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.939979098190637, "S13": -14.939979098190637, "W21": -47.0, "S21": -47.0, "W22": -30.937294330872898, "S22": -30.937294330872898, "W31": -70.0, "S31": -70.0, "W32": -95.769717613264874, "S32": -100.76971761326487 }, "geometry": { "type": "Point", "coordinates": [ 104721.0, 527691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51519024472007791, "S11": -0.51519024472007791, "W12": -10.0, "S12": -10.0, "W13": -16.604710836844163, "S13": -16.720416399000616, "W21": -41.299969947468959, "S21": -42.747390300152475, "W22": -35.909321840588753, "S22": -35.909321840588753, "W31": -50.0, "S31": -50.825757414146977, "W32": -95.473325132160852, "S32": -100.47332513216085 }, "geometry": { "type": "Point", "coordinates": [ 104721.333333333328483, 499963.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0802639158441032, "S12": -7.9902862039658817, "W13": -15.689422095138635, "S13": -20.192081022864436, "W21": -33.866607798393616, "S21": -36.40179966647468, "W22": -48.920467788151285, "S22": -48.920467788151285, "W31": -74.673012261812644, "S31": -74.673012261812644, "W32": -88.559748208173559, "S32": -93.559748208173559 }, "geometry": { "type": "Point", "coordinates": [ 104721.75, 502822.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -42.776985749468089, "S22": -42.776985749468089, "W31": -72.983691788706054, "S31": -72.983691788706054, "W32": -100.06887878545665, "S32": -105.06887878545665 }, "geometry": { "type": "Point", "coordinates": [ 104721.908045977004804, 530026.685823754756711 ] } }, +{ "type": "Feature", "properties": { "W11": 0.042739253602660482, "S11": -0.92619176272172077, "W12": -2.7303065599657272, "S12": -2.7303065599657272, "W13": -13.130438003518828, "S13": -19.855096696281905, "W21": -29.808592737654166, "S21": -29.808592737654166, "W22": -39.231691342337314, "S22": -54.231691342337314, "W31": -76.026021684851713, "S31": -76.026021684851713, "W32": -90.244135014144618, "S32": -95.244135014144618 }, "geometry": { "type": "Point", "coordinates": [ 104722.0, 504944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36272251308900522, "S11": -0.91532925996326808, "W12": -10.0, "S12": -13.281515616999487, "W13": -20.0, "S13": -20.0, "W21": -33.629007123264117, "S21": -35.402964477860898, "W22": -36.023301789523806, "S22": -36.830452590513922, "W31": -50.180573229109854, "S31": -50.806459065539968, "W32": -95.216810187186212, "S32": -100.21681018718621 }, "geometry": { "type": "Point", "coordinates": [ 104722.0, 506717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33903266254188169, "S11": -0.9063818833120264, "W12": -10.234950913721903, "S12": -11.473523192961105, "W13": -19.895184676769428, "S13": -19.933839994480195, "W21": -32.184957376259725, "S21": -32.184957376259725, "W22": -35.314677544531882, "S22": -35.314677544531882, "W31": -50.000000000000007, "S31": -50.914725661992918, "W32": -96.925494684353865, "S32": -101.92549468435386 }, "geometry": { "type": "Point", "coordinates": [ 104722.0, 507177.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.065090517754311211, "S11": -0.065090517754311211, "W12": -4.1837043944515671, "S12": -4.1837043944515671, "W13": -16.312063953488373, "S13": -19.312063953488373, "W21": -40.0, "S21": -41.828104257625071, "W22": -62.98537832356746, "S22": -62.98537832356746, "W31": -88.068803715265602, "S31": -88.068803715265602, "W32": -90.044160194913985, "S32": -95.044160194913985 }, "geometry": { "type": "Point", "coordinates": [ 104723.0, 499101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73077238535456179, "S11": -3.0334905293988834, "W12": -6.1141607465408532, "S12": -8.8809831780163755, "W13": -13.526097730605507, "S13": -15.054083174913558, "W21": -31.393188846510121, "S21": -31.957324115670488, "W22": -40.079960894643477, "S22": -40.079960894643477, "W31": -75.239998, "S31": -75.239998, "W32": -90.358746293943199, "S32": -95.358746293943199 }, "geometry": { "type": "Point", "coordinates": [ 104723.0, 505280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36328516516269604, "S11": -0.89443339355042406, "W12": -10.228508617918346, "S12": -11.237300519561137, "W13": -19.921739933272406, "S13": -19.921739933272406, "W21": -32.123720553575254, "S21": -32.123720553575254, "W22": -61.851273555629433, "S22": -64.314463124335774, "W31": -87.922158631055623, "S31": -87.922158631055623, "W32": -90.407948835084511, "S32": -95.407948835084511 }, "geometry": { "type": "Point", "coordinates": [ 104723.0, 507195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40413364553318698, "S11": -0.40413364553318698, "W12": -9.6320879471890457, "S12": -9.6320879471890457, "W13": -13.911569350145571, "S13": -17.007467632436921, "W21": -49.72327345898897, "S21": -49.886635405693376, "W22": -36.995528439057161, "S22": -43.227845811541435, "W31": -49.999999999999993, "S31": -50.850097747043712, "W32": -97.831397539015441, "S32": -102.83139753901544 }, "geometry": { "type": "Point", "coordinates": [ 104723.6, 501233.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1833501717518693, "S11": 0.88445080355258832, "W12": -7.0675173618058151, "S12": -12.514287221397836, "W13": -16.044780502761615, "S13": -16.891298526531383, "W21": -44.623389217188638, "S21": -47.535919929719348, "W22": -53.094841963295323, "S22": -59.158184734107934, "W31": -78.046323182196886, "S31": -78.046323182196886, "W32": -95.033040047681908, "S32": -100.03304004768191 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 497908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20682459440395032, "S11": -0.20682459440395032, "W12": -10.0, "S12": -10.0, "W13": -13.888135781911602, "S13": -15.939427294826732, "W21": -55.350500715307575, "S21": -55.574740638268089, "W22": -61.182420898404494, "S22": -64.164969064513059, "W31": -87.574358974359086, "S31": -87.574358974359086, "W32": -90.86259951395273, "S32": -95.86259951395273 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.362308945162324, "S11": 2.362308945162324, "W12": -10.584061384999041, "S12": -15.726018682020946, "W13": -30.0, "S13": -30.0, "W21": -38.119417202570936, "S21": -38.119417202570936, "W22": -54.314372247654525, "S22": -54.314372247654525, "W31": -75.037557515944499, "S31": -84.932155671412218, "W32": -89.012587277191699, "S32": -94.012587277191699 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 510365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.62090618074366, "W13": -19.860386602880769, "S13": -19.860386602880769, "W21": -33.92760898113449, "S21": -33.92760898113449, "W22": -33.051722032769511, "S22": -33.631547156201002, "W31": -65.063146802412007, "S31": -65.063146802412007, "W32": -88.524590796754097, "S32": -93.524590796754097 }, "geometry": { "type": "Point", "coordinates": [ 104724.0, 512419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6657982937233395, "S11": 1.6657982937233395, "W12": -10.0, "S12": -11.746991773563858, "W13": -21.903807294233612, "S13": -31.008011214303497, "W21": -33.417969108685696, "S21": -33.417969108685696, "W22": -60.200559716475667, "S22": -67.498920897268036, "W31": -79.324288563896616, "S31": -79.324288563896616, "W32": -95.680277580728415, "S32": -100.68027758072841 }, "geometry": { "type": "Point", "coordinates": [ 104724.25, 512094.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.11469720913405, "S12": -10.11469720913405, "W13": -21.615250123696306, "S13": -21.615250123696306, "W21": -36.339414050702381, "S21": -36.339414050702381, "W22": -41.342008788123032, "S22": -41.342008788123032, "W31": -73.061389521184154, "S31": -74.155395413056667, "W32": -89.909954728566802, "S32": -94.909954728566802 }, "geometry": { "type": "Point", "coordinates": [ 104724.666666666671517, 509186.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6460623605778717, "S11": -1.5841309731631636, "W12": -5.4432346645896166, "S12": -6.8736147733059276, "W13": -12.766489362786972, "S13": -12.766489362786972, "W21": -30.562618837117562, "S21": -30.971914681010766, "W22": -65.647635845468741, "S22": -74.387852088728508, "W31": -83.029455967459739, "S31": -83.029455967459739, "W32": -96.7658157250155, "S32": -101.7658157250155 }, "geometry": { "type": "Point", "coordinates": [ 104725.0, 505213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25681997936027323, "S11": 0.25681997936027323, "W12": -10.0, "S12": -10.0, "W13": -19.474922716519725, "S13": -19.474922716519725, "W21": -33.170002872632729, "S21": -33.467027982965142, "W22": -43.039735745071383, "S22": -45.144997326301812, "W31": -73.244392327263569, "S31": -77.376733004932106, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104725.272727272720658, 512943.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5739704604691571, "S11": 2.5739704604691571, "W12": -5.0, "S12": -5.0, "W13": -13.580165257259299, "S13": -14.817372437874857, "W21": -42.110752072899949, "S21": -43.314444576481037, "W22": -30.877859117280764, "S22": -31.000393622815317, "W31": -70.0, "S31": -70.0, "W32": -95.707699271818882, "S32": -100.70769927181888 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -4.0677966101694913, "S12": -4.0677966101694913, "W13": -13.609934182373918, "S13": -15.059590822281066, "W21": -41.943729196760366, "S21": -43.563751479109563, "W22": -40.0, "S22": -49.649953473096502, "W31": -80.146929922329335, "S31": -80.146929922329335, "W32": -96.7038409767449, "S32": -101.7038409767449 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9704891114290255, "S11": 1.9704891114290255, "W12": 0.0, "S12": 0.0, "W13": -13.877292259261342, "S13": -16.785038961752793, "W21": -41.214902100878568, "S21": -44.148022793979564, "W22": -52.653405094589985, "S22": -58.526094877463272, "W31": -77.719735873927192, "S31": -77.719735873927192, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 498527.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79954903952535916, "S11": 0.79954903952535916, "W12": -8.8865141411818804, "S12": -8.8865141411818804, "W13": -14.345626446651236, "S13": -14.345626446651236, "W21": -40.470207475362876, "S21": -49.446441479019185, "W22": -61.150860399798859, "S22": -64.08585732086263, "W31": -87.589743589743591, "S31": -87.589743589743591, "W32": -90.795483114053482, "S32": -95.795483114053482 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8418818249514054, "S11": -0.8418818249514054, "W12": -6.082540402331345, "S12": -10.555796806084832, "W13": -25.0, "S13": -25.001839715641971, "W21": -37.197636986499298, "S21": -38.213814083136128, "W22": -50.203285549656925, "S22": -50.203285549656925, "W31": -75.455317290335813, "S31": -76.30924987460547, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 505784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0765858749855037, "W12": -9.6646853146853164, "S12": -9.6646853146853164, "W13": -20.024537249429134, "S13": -20.170322164650162, "W21": -38.871730604826894, "S21": -43.420038751037929, "W22": -39.92315131511441, "S22": -44.92315131511441, "W31": -66.449227083984638, "S31": -75.815569969154012, "W32": -93.414678979386409, "S32": -98.414678979386409 }, "geometry": { "type": "Point", "coordinates": [ 104726.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3842828585707325, "S11": 1.3842828585707325, "W12": -10.0, "S12": -10.0, "W13": -21.050226952463884, "S13": -26.065534297590382, "W21": -34.197568594503664, "S21": -34.197568594503664, "W22": -64.309752016527312, "S22": -73.139658899829897, "W31": -82.491101310340909, "S31": -82.491101310340909, "W32": -96.647118317711588, "S32": -101.64711831771159 }, "geometry": { "type": "Point", "coordinates": [ 104726.333333333328483, 512176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3534244717754651, "S11": 1.3534244717754651, "W12": -7.1925323597743116, "S12": -7.1925323597743116, "W13": -13.227670141692974, "S13": -20.223817740300913, "W21": -40.483960846296782, "S21": -43.733091096614984, "W22": -46.190057415066597, "S22": -46.190057415066597, "W31": -76.170029363967089, "S31": -77.557220066521538, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104727.0, 502410.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32383930289452706, "S11": -0.32383930289452706, "W12": -4.3722680183399518, "S12": -4.3722680183399518, "W13": -15.0, "S13": -15.0, "W21": -45.290144293718591, "S21": -48.024935790988891, "W22": -46.939059303090026, "S22": -46.939059303090026, "W31": -74.218578199788837, "S31": -74.218578199788837, "W32": -88.896697426521669, "S32": -93.896697426521669 }, "geometry": { "type": "Point", "coordinates": [ 104727.75, 523044.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3322703614104538, "W12": -8.7301172380203607, "S12": -12.089346772530794, "W13": -15.630218120002629, "S13": -18.630218120002631, "W21": -34.756751687921984, "S21": -34.756751687921984, "W22": -40.0, "S22": -47.861929679603918, "W31": -80.523115334414129, "S31": -80.523115334414129, "W32": -94.509282003358194, "S32": -99.509282003358194 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 497008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0734960580258592, "S11": 1.0734960580258592, "W12": -6.7254231662794552, "S12": -7.7168725080558254, "W13": -14.078114675868145, "S13": -20.265477038568605, "W21": -38.492702451793569, "S21": -39.309403250247286, "W22": -40.0, "S22": -40.149174167098643, "W31": -79.137029793040711, "S31": -79.137029793040711, "W32": -97.757291554139215, "S32": -102.75729155413921 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 502523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5098745007719163, "S12": -14.73090600760109, "W13": -19.860898498184113, "S13": -21.317595055893108, "W21": -33.518520884914594, "S21": -33.518520884914594, "W22": -53.25, "S22": -59.4000001, "W31": -78.191005640792284, "S31": -78.191005640792284, "W32": -95.088597330924628, "S32": -100.08859733092463 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 503992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16400272062574395, "S11": -0.66400272062574395, "W12": -4.600972389290491, "S12": -4.600972389290491, "W13": -18.481681783185927, "S13": -18.481681783185927, "W21": -32.152088583278974, "S21": -32.152088583278974, "W22": -61.082976356141387, "S22": -63.94406655614393, "W31": -87.423687423687284, "S31": -87.423687423687284, "W32": -90.86833431101438, "S32": -95.86833431101438 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 504378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2044347647849887, "S11": 2.2044347647849887, "W12": -10.0, "S12": -13.845391647495713, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -38.077612483819244, "S21": -38.077612483819244, "W22": -40.0, "S22": -55.976620616365565, "W31": -79.403003752410669, "S31": -79.403003752410669, "W32": -92.694664571959265, "S32": -97.694664571959265 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 510436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99087599057614051, "S11": 0.99087599057614051, "W12": -10.0, "S12": -13.140698944302876, "W13": -19.996651366703713, "S13": -19.996651366703713, "W21": -34.128921504830934, "S21": -34.128921504830934, "W22": -41.212180303857451, "S22": -41.212180303857451, "W31": -72.938338861044471, "S31": -73.180474147998396, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104728.0, 512277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37620352917077826, "S11": 0.37620352917077826, "W12": -10.0, "S12": -10.553461058223983, "W13": -19.570120200075909, "S13": -19.570120200075909, "W21": -33.372958223670643, "S21": -33.372958223670643, "W22": -30.0, "S22": -35.063888043808944, "W31": -70.0, "S31": -70.0, "W32": -95.105426989085657, "S32": -100.10542698908566 }, "geometry": { "type": "Point", "coordinates": [ 104728.428571428565192, 512800.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32724752952518688, "S11": 0.32724752952518688, "W12": -4.4464078808816616, "S12": -12.102432477673641, "W13": -19.972382398137338, "S13": -20.99037400101135, "W21": -33.215766440165133, "S21": -33.215766440165133, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -97.92518694278057, "S32": -102.92518694278057 }, "geometry": { "type": "Point", "coordinates": [ 104728.75, 504074.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49374099423631124, "S11": -0.49374099423631124, "W12": -9.3962531942078371, "S12": -9.3962531942078371, "W13": -14.125798254122211, "S13": -18.044577079476277, "W21": -48.234045302663887, "S21": -48.234045302663887, "W22": -40.0, "S22": -49.408802160075666, "W31": -80.0, "S31": -80.0, "W32": -97.045559965400145, "S32": -102.04555996540014 }, "geometry": { "type": "Point", "coordinates": [ 104729.0, 501310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.107634759255706, "S12": -16.089155747206789, "W13": -29.871794965051023, "S13": -29.871794965051023, "W21": -38.085075454182515, "S21": -38.085075454182515, "W22": -35.589417964224523, "S22": -35.589417964224523, "W31": -50.0, "S31": -50.884515940514717, "W32": -96.258150191971595, "S32": -101.25815019197159 }, "geometry": { "type": "Point", "coordinates": [ 104729.0, 510306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61422686479329969, "S11": 0.61422686479329969, "W12": -6.9022760971120176, "S12": -13.618987509667786, "W13": -16.539562882583134, "S13": -17.733850561312412, "W21": -45.29580029833874, "S21": -48.29580029833874, "W22": -36.79027974504249, "S22": -42.737016009489821, "W31": -65.138776018455403, "S31": -65.177582501325773, "W32": -92.918036321101084, "S32": -97.918036321101084 }, "geometry": { "type": "Point", "coordinates": [ 104729.285714285710128, 497810.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61269891500904161, "S11": 0.61269891500904161, "W12": -6.8763806156933871, "S12": -6.8763806156933871, "W13": -16.618824595580644, "S13": -17.952529536156227, "W21": -45.399261077968518, "S21": -48.399261077968518, "W22": -32.113342041047765, "S22": -37.355809388778269, "W31": -70.0, "S31": -70.0, "W32": -95.845022605468913, "S32": -100.84502260546891 }, "geometry": { "type": "Point", "coordinates": [ 104729.5, 497766.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.55, "S13": -14.55, "W21": -47.0, "S21": -47.0, "W22": -47.617295209661464, "S22": -47.617295209661464, "W31": -77.093541155859782, "S31": -77.738243121282167, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104729.5, 527834.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61241410488244252, "S11": 0.61241410488244252, "W12": -6.8733414371247292, "S12": -6.8733414371247292, "W13": -16.618150831849334, "S13": -17.95374654936245, "W21": -45.398849456213746, "S21": -48.398849456213746, "W22": -38.016982804323284, "S22": -48.742581652440563, "W31": -66.88429518193027, "S31": -67.2742202139288, "W32": -95.487650353861255, "S32": -100.48765035386126 }, "geometry": { "type": "Point", "coordinates": [ 104729.666666666671517, 497766.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6172727272727272, "S11": 2.4306212256876534, "W12": -5.2033161322114436, "S12": -5.2033161322114436, "W13": -13.556259195109527, "S13": -14.856337011944797, "W21": -42.36682337240854, "S21": -43.08634298231734, "W22": -79.999999999999986, "S22": -84.999999999999986, "W31": -84.999999999999986, "S31": -84.999999999999986, "W32": -95.250143911246013, "S32": -100.25014391124601 }, "geometry": { "type": "Point", "coordinates": [ 104730.0, 498301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14696755994358265, "S11": -1.1469675599435827, "W12": -2.4263143140539043, "S12": -2.4263143140539043, "W13": -12.838225761644576, "S13": -19.261394551453495, "W21": -29.844851120361653, "S21": -29.844851120361653, "W22": -80.0, "S22": -84.499186941021946, "W31": -84.499186941021946, "S31": -84.499186941021946, "W32": -94.541316239035439, "S32": -99.541316239035439 }, "geometry": { "type": "Point", "coordinates": [ 104730.0, 504980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9269991289082572, "S11": -1.378552749310304, "W12": -6.7302124204076854, "S12": -6.7302124204076854, "W13": -20.839173158986807, "S13": -23.70476023639042, "W21": -36.131754386439376, "S21": -36.815787520232107, "W22": -45.526810312447196, "S22": -45.526810312447196, "W31": -74.31689441820609, "S31": -78.773845433872935, "W32": -90.208095680726956, "S32": -95.208095680726956 }, "geometry": { "type": "Point", "coordinates": [ 104730.0, 505658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23139722807189383, "S11": -1.1356672679069626, "W12": -10.244213542647337, "S12": -12.937904817815124, "W13": -20.228571935200158, "S13": -20.668677257135581, "W21": -32.497523374769862, "S21": -32.497523374769862, "W22": -38.546855941730286, "S22": -38.546855941730286, "W31": -65.83703350388312, "S31": -71.821493851213134, "W32": -89.727904927322356, "S32": -94.727904927322356 }, "geometry": { "type": "Point", "coordinates": [ 104730.0, 507046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24323499491352996, "S11": -1.1979520510254358, "W12": -4.8414458370598901, "S12": -4.8414458370598901, "W13": -16.513993343098043, "S13": -16.513993343098043, "W21": -31.602248229705733, "S21": -31.602248229705733, "W22": -41.488953253972085, "S22": -41.488953253972085, "W31": -66.200826712665517, "S31": -76.200826712665517, "W32": -91.418924241761118, "S32": -96.418924241761118 }, "geometry": { "type": "Point", "coordinates": [ 104730.25, 504525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0178541583693681, "S12": -5.2371746204863001, "W13": -19.053678182340157, "S13": -22.090945066002053, "W21": -31.338698655482119, "S21": -31.338698655482119, "W22": -35.575605337452522, "S22": -35.575605337452522, "W31": -50.0, "S31": -50.878691819666976, "W32": -96.296461942835123, "S32": -101.29646194283512 }, "geometry": { "type": "Point", "coordinates": [ 104730.5, 503490.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.6516616132809072, "W12": -6.1928213792955278, "S12": -6.1928213792955278, "W13": -14.894459421031678, "S13": -15.707996150889498, "W21": -43.224199858948694, "S21": -45.456650748457662, "W22": -35.460303765386051, "S22": -35.460303765386051, "W31": -50.000000000000007, "S31": -50.882198245901428, "W32": -96.575212957738714, "S32": -101.57521295773871 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 498132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0471135069183237, "S12": -8.4889198792522134, "W13": -16.118937012509168, "S13": -20.466444231511211, "W21": -32.644076954579162, "S21": -35.644076954579162, "W22": -66.412495556208427, "S22": -75.476840433633527, "W31": -82.782388853165045, "S31": -82.782388853165045, "W32": -97.125879145450298, "S32": -102.1258791454503 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 502898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2936611709393564, "S11": -0.2936611709393564, "W12": -7.4652681300361214, "S12": -8.6924328666816209, "W13": -21.648791648791647, "S13": -21.648791648791647, "W21": -36.940873685644746, "S21": -39.633963285884704, "W22": -76.305612325106111, "S22": -79.314015967800628, "W31": -81.848198998135032, "S31": -81.848198998135032, "W32": -95.916923554589602, "S32": -100.9169235545896 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 506389.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4445004632051273, "S12": -14.5920842959222, "W13": -18.378603961011141, "S13": -18.378603961011141, "W21": -30.0, "S21": -31.337369050639793, "W22": -41.143551695322984, "S22": -41.143551695322984, "W31": -72.840379408861935, "S31": -73.320056740908683, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 508391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47577424654061806, "S11": -0.47577424654061806, "W12": -10.945563441337558, "S12": -10.945563441337558, "W13": -20.052313409530186, "S13": -28.062384260351884, "W21": -37.696861283619327, "S21": -42.696861283619327, "W22": -33.05275808571384, "S22": -35.345996694239133, "W31": -65.162211179647613, "S31": -65.162211179647613, "W32": -88.662289814358985, "S32": -93.662289814358985 }, "geometry": { "type": "Point", "coordinates": [ 104731.0, 515087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20329540655694317, "S11": -0.52602566881338997, "W12": -11.258599520013494, "S12": -11.258599520013494, "W13": -19.975832786144871, "S13": -21.956186673150658, "W21": -38.396647490478671, "S21": -38.396647490478671, "W22": -36.938474569079823, "S22": -51.938474569079823, "W31": -68.700699464072883, "S31": -69.904054747860911, "W32": -95.469270975734787, "S32": -100.46927097573479 }, "geometry": { "type": "Point", "coordinates": [ 104732.0, 514224.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59556419343774958, "S11": -0.59556419343774958, "W12": -4.3566721625106322, "S12": -4.3566721625106322, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -44.429977934273424, "S21": -46.750833743948711, "W22": -36.848383496246775, "S22": -36.848383496246775, "W31": -50.0, "S31": -50.515048412947209, "W32": -99.985584412564805, "S32": -104.9855844125648 }, "geometry": { "type": "Point", "coordinates": [ 104732.0, 523690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.4443350540511917, "W12": -9.4861916375463355, "S12": -9.4861916375463355, "W13": -19.534980869836744, "S13": -24.270296495323151, "W21": -39.375653281202375, "S21": -43.73049415390885, "W22": -35.106590735013334, "S22": -35.106590735013334, "W31": -63.573311701480428, "S31": -63.927603633070646, "W32": -100.83032405150102, "S32": -105.83032405150102 }, "geometry": { "type": "Point", "coordinates": [ 104732.8, 515695.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50193702648971061, "S11": 0.50193702648971061, "W12": -5.8908115994304184, "S12": -7.9804405696000718, "W13": -15.0, "S13": -20.0, "W21": -36.104271149076887, "S21": -38.012920680819448, "W22": -61.329923951051128, "S22": -63.981072971564544, "W31": -86.879617128591804, "S31": -86.879617128591804, "W32": -91.409203725614049, "S32": -96.409203725614049 }, "geometry": { "type": "Point", "coordinates": [ 104733.0, 502678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74314363731354782, "S11": 0.74314363731354782, "W12": -5.679726125884196, "S12": -5.679726125884196, "W13": -28.665711451559424, "S13": -28.665711451559424, "W21": -37.131812119018555, "S21": -37.131812119018555, "W22": -35.083594677063907, "S22": -37.265450811237031, "W31": -70.50365280342416, "S31": -70.50365280342416, "W32": -93.025937200283551, "S32": -98.025937200283551 }, "geometry": { "type": "Point", "coordinates": [ 104733.4, 511154.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2169159706164994, "S12": -8.0642313647808361, "W13": -15.520676032092117, "S13": -20.109292877727125, "W21": -34.198776651675189, "S21": -36.813516981641364, "W22": -35.723600080337313, "S22": -35.723600080337313, "W31": -57.853567735263702, "S31": -58.271336597254113, "W32": -100.55750778053755, "S32": -105.55750778053755 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 502799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4790650664442797, "S11": 2.4790650664442797, "W12": -11.062717053520046, "S12": -16.393987147567699, "W13": -30.0, "S13": -30.0, "W21": -38.0426101995103, "S21": -38.0426101995103, "W22": -34.208711970359687, "S22": -36.184256572269263, "W31": -65.463069522835596, "S31": -66.25195536503702, "W32": -89.13131022602947, "S32": -94.13131022602947 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 510314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -13.107326151937285, "W13": -24.713262987983498, "S13": -33.420117375909712, "W21": -35.13310823790173, "S21": -35.13310823790173, "W22": -37.602830403256149, "S22": -49.759774423501362, "W31": -67.412483256981915, "S31": -67.412483256981915, "W32": -95.627386470437457, "S32": -100.62738647043746 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 511679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.4314136184161512, "W12": -9.5679281439318871, "S12": -9.5679281439318871, "W13": -20.0, "S13": -22.412329275253306, "W21": -39.097494484997398, "S21": -43.444138018067548, "W22": -61.798510292894036, "S22": -63.802455461734112, "W31": -87.683258180136434, "S31": -87.683258180136434, "W32": -90.227729556875289, "S32": -95.227729556875289 }, "geometry": { "type": "Point", "coordinates": [ 104734.0, 515580.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45645275035260935, "S11": -1.0376010923541323, "W12": -1.9671773956773073, "S12": -1.9671773956773073, "W13": -12.30318663765161, "S13": -20.883998739562436, "W21": -29.875863137081467, "S21": -29.875863137081467, "W22": -47.316338800296087, "S22": -47.316338800296087, "W31": -76.86941139420729, "S31": -77.662495602263064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104735.0, 505033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2566660574626436, "S12": -9.4345878510094945, "W13": -20.782161718865474, "S13": -20.782161718865474, "W21": -31.950238771770334, "S21": -33.775454278671354, "W22": -35.071363449150901, "S22": -36.248029363994242, "W31": -65.534827466446558, "S31": -67.483425648834654, "W32": -89.241196330042783, "S32": -94.241196330042783 }, "geometry": { "type": "Point", "coordinates": [ 104735.0, 508801.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4296837328038576, "W12": -10.229168498642183, "S12": -13.859772525487822, "W13": -20.321942907078355, "S13": -21.194290811109443, "W21": -31.892838137812113, "S21": -32.662566468989347, "W22": -62.016837752012407, "S22": -62.016837752012407, "W31": -85.453690201796888, "S31": -85.453690201796888, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104736.0, 506897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97096966207086421, "S11": 0.97096966207086421, "W12": -8.9461886147882765, "S12": -8.9461886147882765, "W13": -14.1399610297489, "S13": -15.772593003729956, "W21": -41.184987682922959, "S21": -49.727688126902926, "W22": -39.706002018390699, "S22": -54.706002018390699, "W31": -77.963343177173414, "S31": -77.963343177173414, "W32": -91.766534282173922, "S32": -96.766534282173922 }, "geometry": { "type": "Point", "coordinates": [ 104736.142857142855064, 501922.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53956273108605335, "S11": -0.53956273108605335, "W12": -10.0, "S12": -11.271488093932074, "W13": -15.502499884339116, "S13": -18.502499884339116, "W21": -60.000000000000007, "S21": -61.020872493601779, "W22": -38.854264729275975, "S22": -53.854264729275975, "W31": -73.82116970724941, "S31": -73.82116970724941, "W32": -89.709163211608015, "S32": -94.709163211608015 }, "geometry": { "type": "Point", "coordinates": [ 104736.888888888890506, 500716.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28383210803899628, "S11": 0.28383210803899628, "W12": -4.6821079671505856, "S12": -5.0188395734164422, "W13": -16.450921961907973, "S13": -19.589631089973366, "W21": -40.0, "S21": -41.255296642873276, "W22": -34.177325846268637, "S22": -39.025005701319365, "W31": -66.786398282310202, "S31": -66.786398282310202, "W32": -88.69553519996748, "S32": -93.69553519996748 }, "geometry": { "type": "Point", "coordinates": [ 104737.0, 499388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52409151860543068, "S11": -0.52409151860543068, "W12": -10.0, "S12": -10.0, "W13": -16.725459331767908, "S13": -17.75795669741596, "W21": -42.09099025712537, "S21": -43.531442739683115, "W22": -36.003481116830827, "S22": -36.520596535641033, "W31": -50.0, "S31": -50.588338318052074, "W32": -95.299930179206697, "S32": -100.2999301792067 }, "geometry": { "type": "Point", "coordinates": [ 104737.0, 500031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.8176378272798086, "W13": -18.708595521631739, "S13": -22.016978249966442, "W21": -30.478519002825095, "S21": -30.478519002825095, "W22": -46.31724649099661, "S22": -46.31724649099661, "W31": -73.483238316619548, "S31": -73.483238316619548, "W32": -95.576512782972742, "S32": -100.57651278297274 }, "geometry": { "type": "Point", "coordinates": [ 104737.0, 503374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5133326194045835, "S11": 1.5133326194045835, "W12": -10.0, "S12": -10.065699944227552, "W13": -21.552636766880237, "S13": -28.295506170680195, "W21": -33.493711188484049, "S21": -33.493711188484049, "W22": -51.833185911868767, "S22": -51.833185911868767, "W31": -75.232340843619582, "S31": -75.232340843619582, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104737.0, 512132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.114710405734302, "S12": -10.114710405734302, "W13": -21.594028715840082, "S13": -21.594028715840082, "W21": -36.139886516253235, "S21": -36.139886516253235, "W22": -39.243833700627228, "S22": -39.772172657616935, "W31": -71.874668051381846, "S31": -71.986851870651975, "W32": -91.93408887153285, "S32": -96.93408887153285 }, "geometry": { "type": "Point", "coordinates": [ 104737.333333333328483, 509174.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2472444191034953, "S12": -9.2472444191034953, "W13": -14.319137487875848, "S13": -18.327009615544107, "W21": -46.965861470582809, "S21": -47.07325419446353, "W22": -40.0, "S22": -53.839970770917063, "W31": -80.674815467711952, "S31": -80.674815467711952, "W32": -95.968596462742127, "S32": -100.96859646274213 }, "geometry": { "type": "Point", "coordinates": [ 104737.625, 501373.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49446145533141206, "S11": -0.49446145533141206, "W12": -9.5896608816013629, "S12": -9.5896608816013629, "W13": -14.046739573229873, "S13": -17.496759439969892, "W21": -49.000766120844027, "S21": -49.000766120844027, "W22": -39.500067779370944, "S22": -54.500067779370944, "W31": -76.915968970493111, "S31": -76.915968970493111, "W32": -90.982260591304353, "S32": -95.982260591304353 }, "geometry": { "type": "Point", "coordinates": [ 104737.75, 501265.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13458275709662237, "S11": 0.13458275709662237, "W12": -10.785906067515747, "S12": -14.497113191178743, "W13": -18.849041399759908, "S13": -18.849041399759908, "W21": -32.750727443314325, "S21": -32.750727443314325, "W22": -48.763777888908862, "S22": -48.763777888908862, "W31": -73.043784643270428, "S31": -73.043784643270428, "W32": -97.100292024091985, "S32": -102.10029202409198 }, "geometry": { "type": "Point", "coordinates": [ 104738.0, 507785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60602380952380952, "S11": 0.60602380952380952, "W12": -10.638735277600112, "S12": -17.155014700915793, "W13": -22.444632190818723, "S13": -22.444632190818723, "W21": -38.655646797891627, "S21": -38.655646797891627, "W22": -37.575201176016719, "S22": -37.575201176016719, "W31": -74.479828713412928, "S31": -74.479828713412928, "W32": -101.10184349726609, "S32": -106.10184349726609 }, "geometry": { "type": "Point", "coordinates": [ 104738.0, 509713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27677322361327183, "S11": 0.27677322361327183, "W12": -10.0, "S12": -10.0, "W13": -19.653094365664639, "S13": -25.491584381285492, "W21": -34.485346720182861, "S21": -35.3151751262197, "W22": -52.977601496617361, "S22": -59.008149500952321, "W31": -77.946891431613196, "S31": -77.946891431613196, "W32": -95.033549799375336, "S32": -100.03354979937534 }, "geometry": { "type": "Point", "coordinates": [ 104738.0, 513274.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29420918116468819, "S11": 0.29420918116468819, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.696217508096304, "S13": -25.940536392490451, "W21": -34.767213761552277, "S21": -35.264492336515168, "W22": -76.962856556536011, "S22": -81.767604879626845, "W31": -82.792063605758898, "S31": -82.792063605758898, "W32": -93.964728289099398, "S32": -98.964728289099398 }, "geometry": { "type": "Point", "coordinates": [ 104738.0, 513323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44781040481362561, "S11": -0.44781040481362561, "W12": -11.297233791411978, "S12": -11.297233791411978, "W13": -20.047016225350696, "S13": -27.466967976420563, "W21": -38.102657542412643, "S21": -43.049337945201309, "W22": -73.942130104658318, "S22": -78.626256330003969, "W31": -82.973008514975177, "S31": -82.973008514975177, "W32": -93.877662074253635, "S32": -98.877662074253635 }, "geometry": { "type": "Point", "coordinates": [ 104738.688524590164889, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5925180402582606, "S11": 0.42414907650616201, "W12": -6.7444144717934984, "S12": -16.744414471793498, "W13": -16.744414471793498, "S13": -17.663005757650588, "W21": -45.210329559140568, "S21": -48.210329559140568, "W22": -63.566266617553453, "S22": -63.566266617553453, "W31": -87.188468400788807, "S31": -87.188468400788807, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.089083408943294917, "S11": -0.089083408943294917, "W12": -10.0, "S12": -10.0, "W13": -16.327240856227878, "S13": -18.764766760458212, "W21": -40.49150098903678, "S21": -41.802426550281368, "W22": -41.133485868802161, "S22": -41.133485868802161, "W31": -73.219847325458787, "S31": -75.391475012678256, "W32": -89.750140947833145, "S32": -94.750140947833145 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 499723.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8649713510072186, "S12": -9.8649713510072186, "W13": -16.88208991389471, "S13": -19.367061379469384, "W21": -49.309010388642854, "S21": -50.454981166559008, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -95.256833334264741, "S32": -100.25683333426474 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 500387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29593006343803185, "S11": -0.9703815850233114, "W12": -10.0, "S12": -12.326403823178016, "W13": -20.0, "S13": -20.0, "W21": -34.243041417731163, "S21": -36.307128029038374, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -95.272872319617292, "S32": -100.27287231961729 }, "geometry": { "type": "Point", "coordinates": [ 104739.0, 506657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7073544746463201, "S11": 1.7073544746463201, "W12": -0.087816523147753511, "S12": -0.087816523147753511, "W13": -14.087669290010682, "S13": -16.878759299781077, "W21": -40.98197768321365, "S21": -43.797594878799877, "W22": -39.862078960842844, "S22": -55.619152312976468, "W31": -78.472742724470265, "S31": -78.472742724470265, "W32": -91.976137997194499, "S32": -96.976137997194499 }, "geometry": { "type": "Point", "coordinates": [ 104739.75, 498578.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087323308196119775, "S11": -0.087323308196119775, "W12": -9.9541230443477229, "S12": -9.9541230443477229, "W13": -16.326745322770943, "S13": -18.784165675897412, "W21": -40.483035504744031, "S21": -41.791204075047297, "W22": -33.054357735753293, "S22": -36.323799980293984, "W31": -65.284772694939463, "S31": -65.284772694939463, "W32": -88.841916821209423, "S32": -93.841916821209423 }, "geometry": { "type": "Point", "coordinates": [ 104740.0, 499722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.565412343942324, "W13": -19.791169084789768, "S13": -19.791169084789768, "W21": -33.800603507807374, "S21": -33.800603507807374, "W22": -33.049999, "S22": -33.049999, "W31": -65.029999, "S31": -65.029999, "W32": -88.440002, "S32": -93.440002 }, "geometry": { "type": "Point", "coordinates": [ 104740.0, 512497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.4, "S13": -14.4, "W21": -47.0, "S21": -47.0, "W22": -47.846693812638421, "S22": -47.846693812638421, "W31": -74.526874185795151, "S31": -74.526874185795151, "W32": -88.609276250738475, "S32": -93.609276250738475 }, "geometry": { "type": "Point", "coordinates": [ 104740.0, 527882.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7697566526610498, "S12": -9.7697566526610498, "W13": -17.205123621561967, "S13": -19.513599307569493, "W21": -47.796538350529417, "S21": -48.914448368464747, "W22": -40.977743688411636, "S22": -40.977743688411636, "W31": -72.930087383483766, "S31": -73.505780502203052, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104740.428571428565192, 500310.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.059403190236267, "S22": -44.692904545587119, "W31": -50.0, "S31": -50.795912213606186, "W32": -97.969457680440087, "S32": -102.96945768044009 }, "geometry": { "type": "Point", "coordinates": [ 104740.821052631581551, 530017.073684210539795 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.06639007662673, "S12": -6.06639007662673, "W13": -16.439079614760914, "S13": -17.075936051022811, "W21": -40.091339523188424, "S21": -40.091339523188424, "W22": -47.186484596717804, "S22": -47.186484596717804, "W31": -74.448111199866261, "S31": -74.448111199866261, "W32": -88.676094478298978, "S32": -93.676094478298978 }, "geometry": { "type": "Point", "coordinates": [ 104741.0, 497297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35707818930041146, "S11": 0.35707818930041146, "W12": -4.5013747860451065, "S12": -13.470054674896422, "W13": -19.907926092156121, "S13": -21.132861006822015, "W21": -33.21376932752289, "S21": -33.21376932752289, "W22": -47.798874263315582, "S22": -47.798874263315582, "W31": -75.432843899020213, "S31": -77.341300715933841, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104741.0, 504030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5771598908474438, "S12": -17.180373694932126, "W13": -18.756895987574982, "S13": -18.756895987574982, "W21": -30.0, "S21": -31.935476855040417, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -95.413953917256705, "S32": -100.41395391725671 }, "geometry": { "type": "Point", "coordinates": [ 104741.0, 508461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040809697994137945, "S11": -0.00058320265873542526, "W12": -10.371700092766899, "S12": -10.371700092766899, "W13": -19.903352585067722, "S13": -29.114228278094423, "W21": -36.075239168886498, "S21": -37.473284031375194, "W22": -38.145877402490008, "S22": -43.006569641309625, "W31": -73.589386703055609, "S31": -73.589386703055609, "W32": -96.675392069858333, "S32": -101.67539206985833 }, "geometry": { "type": "Point", "coordinates": [ 104741.0, 513673.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5515043771613809, "S11": -0.5515043771613809, "W12": -4.652358262149793, "S12": -4.652358262149793, "W13": -18.600314411366149, "S13": -18.600314411366149, "W21": -40.355068089015198, "S21": -43.0583703642979, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -97.802527878839228, "S32": -102.80252787883923 }, "geometry": { "type": "Point", "coordinates": [ 104741.6, 521319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57251509683917567, "W12": -8.820920811005541, "S12": -8.820920811005541, "W13": -18.171110984708662, "S13": -25.727051856993171, "W21": -41.545228157140208, "S21": -43.590847849058726, "W22": -61.021451377219364, "S22": -63.610724936340048, "W31": -87.567901234567955, "S31": -87.567901234567955, "W32": -90.458565555048068, "S32": -95.458565555048068 }, "geometry": { "type": "Point", "coordinates": [ 104741.844827586202882, 516621.594827586202882 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.0009921835297533, "W12": -5.4791845183964503, "S12": -5.4791845183964503, "W13": -14.159153994552883, "S13": -15.522083496922551, "W21": -42.760501124439514, "S21": -43.776134494884246, "W22": -33.054377900741166, "S22": -36.448752256533865, "W31": -65.298715221290777, "S31": -65.298715221290777, "W32": -88.857886254501622, "S32": -93.857886254501622 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 498228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.3496478958449289, "W12": -5.0656404534151651, "S12": -5.0656404534151651, "W13": -13.627973102394296, "S13": -15.052665189227152, "W21": -42.330290685898177, "S21": -43.204024040452794, "W22": -61.808957701356185, "S22": -63.502772479022674, "W31": -87.568360504104518, "S31": -87.568360504104518, "W32": -90.125628140703512, "S32": -95.125628140703512 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 498313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.083922099428339059, "S11": -0.083922099428339059, "W12": -9.6600399952946709, "S12": -9.6600399952946709, "W13": -16.328666779032531, "S13": -18.896667110606678, "W21": -40.454034934790627, "S21": -41.755051082880428, "W22": -46.65411010087972, "S22": -46.65411010087972, "W31": -74.299657154783162, "S31": -74.299657154783162, "W32": -88.803172467391661, "S32": -93.803172467391661 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 499712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15801598495544833, "S11": -1.1457876348800098, "W12": -2.4409563533725906, "S12": -2.4409563533725906, "W13": -13.016137296663029, "S13": -18.702930015441876, "W21": -29.884636679074021, "S21": -29.884636679074021, "W22": -39.694207736291297, "S22": -40.900530482627474, "W31": -77.867546054127814, "S31": -77.867546054127814, "W32": -97.375883356958838, "S32": -102.37588335695884 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 504980.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1023121375930121, "S11": 2.1023121375930121, "W12": -9.7184121241369148, "S12": -13.371035682930358, "W13": -30.0, "S13": -30.0, "W21": -37.955380692042489, "S21": -37.955380692042489, "W22": -40.0, "S22": -58.489530563998649, "W31": -79.980762915390443, "S31": -79.980762915390443, "W32": -93.675531560933123, "S32": -98.675531560933123 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 510485.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18149396571457452, "S11": -0.56410025621560189, "W12": -11.107487627506838, "S12": -11.107487627506838, "W13": -19.966282660176653, "S13": -21.501715413079822, "W21": -38.122598743584277, "S21": -39.407410557210461, "W22": -53.025959579714801, "S22": -53.025959579714801, "W31": -75.163432117374228, "S31": -77.459513898188831, "W32": -89.870858449188248, "S32": -94.870858449188248 }, "geometry": { "type": "Point", "coordinates": [ 104742.0, 514157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.487726120946061, "S13": -17.358937195522614, "W21": -40.984240696406488, "S21": -42.349992914790285, "W22": -37.070266146804542, "S22": -38.652506782348901, "W31": -71.158769306621139, "S31": -71.158769306621139, "W32": -92.450622342736779, "S32": -97.450622342736779 }, "geometry": { "type": "Point", "coordinates": [ 104743.0, 499905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1211620473602562, "S12": -9.1211620473602562, "W13": -14.494300678952476, "S13": -18.595153705359561, "W21": -46.125241024699299, "S21": -47.298335546859008, "W22": -39.287176019721173, "S22": -54.287176019721173, "W31": -74.523616327209425, "S31": -74.523616327209425, "W32": -89.8036775061708, "S32": -94.8036775061708 }, "geometry": { "type": "Point", "coordinates": [ 104744.0, 501433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65784146156361811, "S11": -1.4964028717228297, "W12": -5.3554207490522856, "S12": -6.3265079819738101, "W13": -12.871008164272572, "S13": -12.943073858736682, "W21": -30.377258996232889, "S21": -30.762704668079383, "W22": -40.0, "S22": -41.487193610575602, "W31": -80.627691330330933, "S31": -80.627691330330933, "W32": -94.509161451597507, "S32": -99.509161451597507 }, "geometry": { "type": "Point", "coordinates": [ 104744.0, 505201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.151958157185724, "S12": -10.151958157185724, "W13": -21.616806246250917, "S13": -21.616806246250917, "W21": -35.799074722281794, "S21": -36.637342845587334, "W22": -79.680196801968009, "S22": -84.680196801968009, "W31": -84.680196801968009, "S31": -84.680196801968009, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104744.0, 509143.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.3611431024954932, "S12": -4.3611431024954932, "W13": -16.156886730520704, "S13": -16.156886730520704, "W21": -44.484267578532574, "S21": -47.266644248976938, "W22": -80.0, "S22": -85.0, "W31": -85.0, "S31": -85.0, "W32": -94.992279641249709, "S32": -99.992279641249709 }, "geometry": { "type": "Point", "coordinates": [ 104744.0, 522385.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2042717352217922, "S11": 1.2042717352217922, "W12": -7.478174765219558, "S12": -7.6475253653350146, "W13": -30.912855113636361, "S13": -30.912855113636361, "W21": -37.605760340821362, "S21": -37.605760340821362, "W22": -80.0, "S22": -85.0, "W31": -85.0, "S31": -85.0, "W32": -94.760668878741086, "S32": -99.760668878741086 }, "geometry": { "type": "Point", "coordinates": [ 104744.125, 510882.625 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.4730296594950598, "W12": -9.5115994691959092, "S12": -9.5115994691959092, "W13": -19.640177246818212, "S13": -23.602769374875784, "W21": -39.228382983302531, "S21": -43.328997364688433, "W22": -39.770308348324946, "S22": -54.770308348324946, "W31": -77.903155509164534, "S31": -77.903155509164534, "W32": -91.669843005217388, "S32": -96.669843005217388 }, "geometry": { "type": "Point", "coordinates": [ 104744.2, 515652.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57281087255410534, "S11": 0.57281087255410534, "W12": -10.306479661084635, "S12": -10.306479661084635, "W13": -21.812150772426694, "S13": -21.812150772426694, "W21": -34.435343687829658, "S21": -35.780122302105198, "W22": -36.880775689665413, "S22": -51.880775689665413, "W31": -70.631886601092503, "S31": -70.631886601092503, "W32": -89.240691580653603, "S32": -94.240691580653603 }, "geometry": { "type": "Point", "coordinates": [ 104744.25, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50808079114984916, "S11": -0.50808079114984916, "W12": -10.0, "S12": -10.0, "W13": -16.574851060438998, "S13": -17.052255663793424, "W21": -41.116248469453026, "S21": -42.499300694610511, "W22": -36.522661172632844, "S22": -40.546940226517485, "W31": -58.64514187302489, "S31": -58.64514187302489, "W32": -93.757563338513123, "S32": -98.757563338513123 }, "geometry": { "type": "Point", "coordinates": [ 104745.0, 499952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45568256072745505, "S11": -0.68162005037531537, "W12": -2.9554455914599291, "S12": -2.9554455914599291, "W13": -12.358484063868829, "S13": -22.358484063868829, "W21": -29.921459903253616, "S21": -30.007925760146989, "W22": -34.361599250114516, "S22": -34.361599250114516, "W31": -69.60258826612376, "S31": -69.83484879124363, "W32": -101.19766548819331, "S32": -106.19766548819331 }, "geometry": { "type": "Point", "coordinates": [ 104745.0, 505079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.350615615298516, "W13": -19.728814694590227, "S13": -19.728814694590227, "W21": -33.680640743249803, "S21": -33.680640743249803, "W22": -40.0, "S22": -51.168195243277715, "W31": -80.937104479540523, "S31": -80.937104479540523, "W32": -94.896402639022781, "S32": -99.896402639022781 }, "geometry": { "type": "Point", "coordinates": [ 104745.0, 512577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2118186297885909, "S11": 1.2118186297885909, "W12": -0.79202230621779546, "S12": -0.79202230621779546, "W13": -14.449415456493091, "S13": -17.069176983091157, "W21": -40.525964977744323, "S21": -43.154981613258776, "W22": -36.505033630347008, "S22": -36.505033630347008, "W31": -65.674716962105265, "S31": -69.70049247534746, "W32": -89.440948742174371, "S32": -94.440948742174371 }, "geometry": { "type": "Point", "coordinates": [ 104745.777777777781012, 498671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5691246998619839, "S12": -16.070962025846015, "W13": -19.6007848697515, "S13": -19.6007848697515, "W21": -30.0, "S21": -33.0, "W22": -47.028896659249504, "S22": -47.028896659249504, "W31": -73.632302358129678, "S31": -83.632302358129678, "W32": -89.378898875507232, "S32": -94.378898875507232 }, "geometry": { "type": "Point", "coordinates": [ 104746.0, 508614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9778506447811051, "S12": -8.9778506447811051, "W13": -14.518566454078805, "S13": -18.763656648779691, "W21": -45.934239640213683, "S21": -47.748063114509627, "W22": -38.953134874768331, "S22": -48.953134874768331, "W31": -50.0, "S31": -50.689332312773303, "W32": -98.308008408411851, "S32": -103.30800840841185 }, "geometry": { "type": "Point", "coordinates": [ 104746.166666666671517, 501490.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2671259688639571, "S12": -6.2671259688639571, "W13": -16.321139191227157, "S13": -17.913995198855893, "W21": -41.950530737524389, "S21": -41.950530737524389, "W22": -36.10444293432414, "S22": -39.067562273067324, "W31": -51.713971608674569, "S31": -52.087579656186549, "W32": -95.092786847092469, "S32": -100.09278684709247 }, "geometry": { "type": "Point", "coordinates": [ 104746.5, 497427.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49518191642651288, "S11": -0.49518191642651288, "W12": -9.7830685689948904, "S12": -9.7830685689948904, "W13": -13.967680892337535, "S13": -16.947279278546961, "W21": -49.767486939024174, "S21": -49.767486939024174, "W22": -38.042440315353836, "S22": -48.566023368715676, "W31": -66.836880741225528, "S31": -69.25200843062639, "W32": -95.397589357399866, "S32": -100.39758935739987 }, "geometry": { "type": "Point", "coordinates": [ 104746.5, 501220.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91542614684172219, "S11": -0.91542614684172219, "W12": -6.1301902461050695, "S12": -10.183129632360178, "W13": -24.354820060703283, "S13": -24.842942613507411, "W21": -37.159757878779594, "S21": -37.810676810847909, "W22": -53.52676210834224, "S22": -59.567372344035746, "W31": -78.190851098537863, "S31": -78.190851098537863, "W32": -95.129185320533793, "S32": -100.12918532053379 }, "geometry": { "type": "Point", "coordinates": [ 104746.6, 505758.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 1.7535996902451414, "W12": -5.8251982674066873, "S12": -5.8251982674066873, "W13": -14.644643667725829, "S13": -15.824071985261373, "W21": -43.069202325452103, "S21": -44.696423768697287, "W22": -43.917350744063825, "S22": -43.917350744063825, "W31": -73.476980087006581, "S31": -75.675111049168777, "W32": -90.580631905152075, "S32": -95.580631905152075 }, "geometry": { "type": "Point", "coordinates": [ 104747.0, 498169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42733060685425767, "S11": 0.42733060685425767, "W12": -10.279790663158707, "S12": -10.803058612013253, "W13": -19.625865168229371, "S13": -19.625865168229371, "W21": -33.446493147819083, "S21": -33.446493147819083, "W22": -40.0, "S22": -40.345435684647306, "W31": -80.658758167827628, "S31": -80.658758167827628, "W32": -94.524003784360872, "S32": -99.524003784360872 }, "geometry": { "type": "Point", "coordinates": [ 104747.0, 512738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.41247531652921354, "W12": -3.8954658782059624, "S12": -3.8954658782059624, "W13": -15.0, "S13": -20.934364886731391, "W21": -29.894315536937683, "S21": -29.894315536937683, "W22": -36.795264476669615, "S22": -49.977015643906498, "W31": -70.496394059932101, "S31": -72.755791528205179, "W32": -92.541297443293132, "S32": -97.541297443293132 }, "geometry": { "type": "Point", "coordinates": [ 104748.0, 504817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73404370243064077, "S11": -1.7340437024306405, "W12": -5.1613526741120568, "S12": -14.465403162679387, "W13": -27.298936867013722, "S13": -27.298936867013722, "W21": -38.724370272996822, "S21": -40.007296530242108, "W22": -30.000000000000004, "S22": -35.094309092120277, "W31": -64.2260902869468, "S31": -64.543953671394789, "W32": -100.89372005616394, "S32": -105.89372005616394 }, "geometry": { "type": "Point", "coordinates": [ 104748.0, 505953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.3763995215311, "S12": -10.982672631310521, "W13": -17.690019994858613, "S13": -17.690019994858613, "W21": -30.0, "S21": -30.0, "W22": -40.124899207106139, "S22": -40.124899207106139, "W31": -75.239998, "S31": -75.239998, "W32": -90.774850943211803, "S32": -95.774850943211803 }, "geometry": { "type": "Point", "coordinates": [ 104748.0, 508270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96929651459956723, "S11": 0.96929651459956723, "W12": -9.0300634628649874, "S12": -9.0300634628649874, "W13": -14.20878744120065, "S13": -16.00462632035963, "W21": -41.102826249635626, "S21": -49.663703763346859, "W22": -40.0, "S22": -57.884812048715489, "W31": -79.138857565418789, "S31": -79.138857565418789, "W32": -92.126832185786583, "S32": -97.126832185786583 }, "geometry": { "type": "Point", "coordinates": [ 104748.4, 501919.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072786363433535062, "S11": -0.072786363433535062, "W12": -8.8433713680743438, "S12": -8.8433713680743438, "W13": -16.332909152199562, "S13": -19.211625545778077, "W21": -40.368080933382508, "S21": -41.646978137005981, "W22": -36.802532406215121, "S22": -42.768127727822879, "W31": -65.134408602150543, "S31": -65.289626321923237, "W32": -93.041984711098976, "S32": -98.041984711098976 }, "geometry": { "type": "Point", "coordinates": [ 104748.5, 499685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4003705053965696, "S12": -9.4003705053965696, "W13": -14.273453604914291, "S13": -18.148819236249, "W21": -47.529891020079461, "S21": -47.529891020079461, "W22": -34.004541097504038, "S22": -34.004541097504038, "W31": -71.423523807646816, "S31": -71.567098418079226, "W32": -101.36566897739118, "S32": -106.36566897739118 }, "geometry": { "type": "Point", "coordinates": [ 104748.666666666671517, 501338.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33763876746258858, "S11": 0.33763876746258858, "W12": -10.0, "S12": -10.633143537733142, "W13": -19.557572872432523, "S13": -19.557572872432523, "W21": -33.290119611165977, "S21": -33.290119611165977, "W22": -40.141850649380068, "S22": -40.141850649380068, "W31": -75.239998, "S31": -75.239998, "W32": -90.942185514612447, "S32": -95.942185514612447 }, "geometry": { "type": "Point", "coordinates": [ 104748.714285714289872, 512845.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1753507014028051, "S11": 1.2642552674620697, "W12": -6.0968512825905883, "S12": -6.0968512825905883, "W13": -15.000000000000002, "S13": -16.019920023696685, "W21": -43.314386512041764, "S21": -45.417736320351302, "W22": -52.510520531789425, "S22": -52.510520531789425, "W31": -75.170595579136247, "S31": -76.703852398652614, "W32": -89.9804650472432, "S32": -94.9804650472432 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23921457967076873, "S11": 0.23921457967076873, "W12": -4.7271708247382556, "S12": -5.0249852231741192, "W13": -16.430048879150515, "S13": -19.593463631972625, "W21": -39.900460395606174, "S21": -41.123193755196567, "W22": -40.592208712599387, "S22": -40.592208712599387, "W31": -72.311150988513091, "S31": -72.947953460032693, "W32": -91.481838482396753, "S32": -96.481838482396753 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 499417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49477665706051865, "S11": -0.49477665706051865, "W12": -9.8407623509369682, "S12": -9.8407623509369682, "W13": -13.943290009699322, "S13": -16.780841204760144, "W21": -50.0, "S21": -50.000764280582686, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -97.755158502589609, "S32": -102.75515850258961 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 501207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29341191844441133, "S11": -0.29341191844441139, "W12": -11.618880041013737, "S12": -11.618880041013737, "W13": -20.07522338771923, "S13": -24.115335476411243, "W21": -39.636033075793094, "S21": -44.141614136517731, "W22": -39.410231948948258, "S22": -54.410231948948258, "W31": -75.463523585985953, "S31": -75.463523585985953, "W32": -89.932407092265777, "S32": -94.932407092265777 }, "geometry": { "type": "Point", "coordinates": [ 104749.0, 514513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.158877426889411, "S22": -40.158877426889411, "W31": -66.333010156833581, "S31": -76.333010156833581, "W32": -92.279971406480144, "S32": -97.279971406480144 }, "geometry": { "type": "Point", "coordinates": [ 104749.784615384618519, 530037.276923076948151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23865199449793673, "S11": -0.23865199449793673, "W12": -4.0074400046940095, "S12": -5.8572650365687213, "W13": -16.421282544120217, "S13": -19.421282544120217, "W21": -40.0, "S21": -41.987872032393241, "W22": -70.798616569721744, "S22": -70.798616569721744, "W31": -81.959365273348723, "S31": -81.959365273348723, "W32": -96.350490544575564, "S32": -101.35049054457556 }, "geometry": { "type": "Point", "coordinates": [ 104750.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51570147502514241, "S11": -0.51570147502514241, "W12": -10.0, "S12": -10.0, "W13": -16.662745776076228, "S13": -17.423373805580969, "W21": -41.253261815018845, "S21": -42.646610050472347, "W22": -53.501592661572467, "S22": -53.501592661572467, "W31": -74.937690487358452, "S31": -84.937690487358452, "W32": -88.811349856901785, "S32": -93.811349856901785 }, "geometry": { "type": "Point", "coordinates": [ 104750.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13484703307445381, "S11": -0.58670537486178198, "W12": -10.828207807380281, "S12": -10.828207807380281, "W13": -19.945167002346235, "S13": -20.401934540677875, "W21": -37.465720733284911, "S21": -40.982742118554967, "W22": -31.592467888764183, "S22": -31.592467888764183, "W31": -70.0, "S31": -70.0, "W32": -93.638088486718658, "S32": -98.638088486718658 }, "geometry": { "type": "Point", "coordinates": [ 104750.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44707256166083137, "S11": -0.44707256166083137, "W12": -11.287684330944829, "S12": -11.287684330944829, "W13": -20.027018017400341, "S13": -27.473421022747804, "W21": -38.090539523687049, "S21": -43.086518690024633, "W22": -54.105965573494032, "S22": -60.201486867199073, "W31": -78.250629514381657, "S31": -78.250629514381657, "W32": -95.155776048563439, "S32": -100.15577604856344 }, "geometry": { "type": "Point", "coordinates": [ 104750.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.844275138015783, "S13": -14.844275138015783, "W21": -47.0, "S21": -47.0, "W22": -43.051901764579299, "S22": -43.051901764579299, "W31": -72.668833390662414, "S31": -72.668833390662414, "W32": -100.05002099352943, "S32": -105.05002099352943 }, "geometry": { "type": "Point", "coordinates": [ 104750.2, 527654.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.25, "S13": -14.25, "W21": -47.0, "S21": -47.0, "W22": -40.819834811020584, "S22": -40.819834811020584, "W31": -73.124986979558287, "S31": -75.492561854220469, "W32": -89.812285326040154, "S32": -94.812285326040154 }, "geometry": { "type": "Point", "coordinates": [ 104750.5, 527931.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73814902420697104, "S11": -3.6487272790546164, "W12": -6.3841972140825298, "S12": -9.2517683964263107, "W13": -14.145329762781271, "S13": -15.566442172833488, "W21": -31.671508795315955, "S21": -32.288842083117743, "W22": -50.000000000000007, "S22": -54.651139092084378, "W31": -77.003283118686483, "S31": -77.003283118686483, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104751.0, 505302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1231746599145804, "S11": -2.7304363187105247, "W12": -9.1783427348968338, "S12": -9.1783427348968338, "W13": -17.893634358317428, "S13": -26.014019280523524, "W21": -40.279967161179457, "S21": -46.007637143359517, "W22": -64.193747444680497, "S22": -72.790133242692903, "W31": -82.784134097226172, "S31": -82.784134097226172, "W32": -96.569288209979106, "S32": -101.56928820997911 }, "geometry": { "type": "Point", "coordinates": [ 104751.066666666665697, 516115.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6027149492364998, "S12": -11.015092835687705, "W13": -20.279762678470021, "S13": -20.279762678470021, "W21": -30.546030989635522, "S21": -30.546030989635522, "W22": -70.0, "S22": -74.422853666259002, "W31": -82.907584574415623, "S31": -82.907584574415623, "W32": -93.635261817012548, "S32": -98.635261817012548 }, "geometry": { "type": "Point", "coordinates": [ 104752.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40281883808869023, "S11": 0.40281883808869023, "W12": -10.012211088832265, "S12": -10.52477557855325, "W13": -21.656109949413061, "S13": -21.656109949413061, "W21": -38.599001479646383, "S21": -38.599001479646383, "W22": -61.700099055090767, "S22": -63.153057931720923, "W31": -87.361255636489759, "S31": -87.361255636489759, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104752.0, 509515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.655969755582909, "W13": -19.836722430388289, "S13": -21.703470040040738, "W21": -33.853269210446051, "S21": -33.853269210446051, "W22": -60.0, "S22": -60.0, "W31": -83.17281661017671, "S31": -83.17281661017671, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104752.0, 512453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0329857814172643, "S12": -6.0329857814172643, "W13": -16.423167504870811, "S13": -17.317872322922408, "W21": -40.079490795734159, "S21": -40.079490795734159, "W22": -40.0, "S22": -53.036685838644487, "W31": -80.908879746220492, "S31": -80.908879746220492, "W32": -95.642327566838915, "S32": -100.64232756683892 }, "geometry": { "type": "Point", "coordinates": [ 104752.928571428565192, 497286.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0040777949778187939, "S11": -0.0040777949778187939, "W12": -10.460604170275731, "S12": -15.460604170275731, "W13": -19.344437819927972, "S13": -19.344437819927972, "W21": -32.591418559322285, "S21": -32.591418559322285, "W22": -40.0, "S22": -46.504149377593365, "W31": -80.804442807300759, "S31": -80.804442807300759, "W32": -94.670560970740638, "S32": -99.670560970740638 }, "geometry": { "type": "Point", "coordinates": [ 104753.0, 507708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2807264223551003, "S11": 1.2807264223551003, "W12": -8.1897746109502965, "S12": -20.568229802332375, "W13": -22.927191107310815, "S13": -27.227147715591069, "W21": -30.0, "S21": -30.0, "W22": -39.999999999999993, "S22": -58.502587622795865, "W31": -79.176523453771978, "S31": -79.176523453771978, "W32": -92.121208187747612, "S32": -97.121208187747612 }, "geometry": { "type": "Point", "coordinates": [ 104753.0, 511981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.10851251516153926, "W12": -8.5895009312277804, "S12": -12.213256950489416, "W13": -15.315917899847845, "S13": -18.315917899847847, "W21": -34.128938484621159, "S21": -34.128938484621159, "W22": -40.0, "S22": -40.0, "W31": -73.845626226540887, "S31": -73.845626226540887, "W32": -100.7911840445385, "S32": -105.7911840445385 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 496978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46394417162057411, "S11": 0.46394417162057411, "W12": -1.4882137155253317, "S12": -1.4882137155253317, "W13": -15.0, "S13": -17.759377038003201, "W21": -40.0, "S21": -42.345842060194627, "W22": -40.791841085775197, "S22": -40.791841085775197, "W31": -73.102887502263499, "S31": -75.449922701885512, "W32": -89.830209743905201, "S32": -94.830209743905201 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 498812.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51433579082333547, "S11": -0.51433579082333547, "W12": -9.7544117647058837, "S12": -9.7544117647058837, "W13": -16.993552408095475, "S13": -19.270178809631744, "W21": -46.281830022044581, "S21": -47.471756231340144, "W22": -61.157226201905317, "S22": -61.157226201905317, "W31": -84.65532245166753, "S31": -84.65532245166753, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 500247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31524578893090405, "S11": 0.31524578893090405, "W12": -10.0, "S12": -12.026354143640198, "W13": -21.505283746601755, "S13": -21.505283746601755, "W21": -38.122051074231436, "S21": -38.122051074231436, "W22": -34.927387421241903, "S22": -34.927387421241903, "W31": -74.955802506890223, "S31": -74.955802506890223, "W32": -101.49074886715502, "S32": -106.49074886715502 }, "geometry": { "type": "Point", "coordinates": [ 104754.0, 509409.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7644964298543062, "S12": -19.25857412657389, "W13": -19.25857412657389, "S13": -19.25857412657389, "W21": -30.000000000000004, "S21": -32.411973833902195, "W22": -43.137470709896121, "S22": -43.137470709896121, "W31": -72.617527848393124, "S31": -72.617527848393124, "W32": -100.0334404229752, "S32": -105.0334404229752 }, "geometry": { "type": "Point", "coordinates": [ 104754.2, 508534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.3634821395927026, "S12": -1.3634821395927026, "W13": -14.970027095396031, "S13": -17.713688683111688, "W21": -40.0, "S21": -42.359988106012473, "W22": -48.326030078788278, "S22": -48.326030078788278, "W31": -72.9450764086384, "S31": -72.9450764086384, "W32": -97.376419185563719, "S32": -102.37641918556372 }, "geometry": { "type": "Point", "coordinates": [ 104755.0, 498804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.138853801719895, "S12": -11.415870043136774, "W13": -21.75538797971182, "S13": -21.75538797971182, "W21": -38.786661279505338, "S21": -38.786661279505338, "W22": -50.0, "S22": -54.708194824292235, "W31": -77.110811977984582, "S31": -77.110811977984582, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104755.0, 509586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49590237752161381, "S11": -0.49590237752161381, "W12": -9.9764762563884162, "S12": -9.9764762563884162, "W13": -13.985928850088015, "S13": -16.495105755766847, "W21": -51.417233560090708, "S21": -51.417233560090708, "W22": -39.513852944738836, "S22": -54.513852944738836, "W31": -76.237561928620153, "S31": -76.237561928620153, "W32": -90.223904560175583, "S32": -95.223904560175583 }, "geometry": { "type": "Point", "coordinates": [ 104755.25, 501175.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0076858601902968227, "S11": 0.0076858601902968227, "W12": -4.1222986362046861, "S12": -4.1222986362046861, "W13": -16.361656200941916, "S13": -19.396559248033327, "W21": -40.0, "S21": -41.72885933084946, "W22": -33.40595002226916, "S22": -36.169745977460458, "W31": -65.427227010411144, "S31": -65.427227010411144, "W32": -89.032637666544233, "S32": -94.032637666544233 }, "geometry": { "type": "Point", "coordinates": [ 104756.0, 499130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50392569309278468, "S11": 0.50392569309278468, "W12": -10.299640615894251, "S12": -10.299640615894251, "W13": -21.731309652687269, "S13": -21.731309652687269, "W21": -34.675047995225285, "S21": -35.749285978812608, "W22": -37.214135513219546, "S22": -50.588305446814232, "W31": -67.653857190784265, "S31": -67.653857190784265, "W32": -95.61905026364613, "S32": -100.61905026364613 }, "geometry": { "type": "Point", "coordinates": [ 104756.0, 509033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7771657049550811, "S12": -4.7771657049550811, "W13": -18.723636353391633, "S13": -18.723636353391633, "W21": -40.183816069141699, "S21": -42.860502478320178, "W22": -30.515273938620737, "S22": -31.33429639568811, "W31": -70.0, "S31": -70.0, "W32": -95.345243351086125, "S32": -100.34524335108613 }, "geometry": { "type": "Point", "coordinates": [ 104756.2, 521275.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32345925230721095, "S11": -0.32345925230721095, "W12": -5.2572607139684688, "S12": -8.226696442047114, "W13": -15.435615072796173, "S13": -20.053534837812236, "W21": -34.210471599524794, "S21": -37.95178237519842, "W22": -36.253443784193067, "S22": -36.253443784193067, "W31": -65.669289529395513, "S31": -69.618489695177672, "W32": -89.41107214727765, "S32": -94.41107214727765 }, "geometry": { "type": "Point", "coordinates": [ 104756.875, 502794.125 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.348463733626593, "S12": -4.348463733626593, "W13": -16.815172924788943, "S13": -16.815172924788943, "W21": -44.44620714294966, "S21": -47.197021147574532, "W22": -46.772919837124171, "S22": -46.772919837124171, "W31": -74.380736109777487, "S31": -74.380736109777487, "W32": -88.709647508261639, "S32": -93.709647508261639 }, "geometry": { "type": "Point", "coordinates": [ 104756.875, 522112.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.058249418670950348, "S11": -0.058249418670950348, "W12": -7.7326196918009646, "S12": -7.7326196918009646, "W13": -16.339072981628181, "S13": -19.38094435665132, "W21": -40.253126362020986, "S21": -41.502752198964664, "W22": -40.000000000000007, "S22": -58.871079176454337, "W31": -80.206406185489385, "S31": -80.206406185489385, "W32": -93.860814794883581, "S32": -98.860814794883581 }, "geometry": { "type": "Point", "coordinates": [ 104757.0, 499648.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.400364832535885, "S12": -14.670153824385835, "W13": -17.109403867609256, "S13": -17.109403867609256, "W21": -30.0, "S21": -30.0, "W22": -52.414588031411554, "S22": -58.203729634366859, "W31": -77.637111882998767, "S31": -77.637111882998767, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104757.0, 508167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.921759297188629, "S12": -14.531921225022366, "W13": -18.196942870179953, "S13": -18.196942870179953, "W21": -30.0, "S21": -30.8586289302282, "W22": -40.0, "S22": -43.169087136925597, "W31": -80.736974422838159, "S31": -80.736974422838159, "W32": -94.540606172828674, "S32": -99.540606172828674 }, "geometry": { "type": "Point", "coordinates": [ 104757.0, 508363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82177125722852862, "S11": 0.82177125722852862, "W12": -10.0, "S12": -15.0, "W13": -19.990412765918975, "S13": -22.617970384300165, "W21": -34.079655263763243, "S21": -34.079655263763243, "W22": -39.490268325681292, "S22": -54.490268325681292, "W31": -75.618477809827979, "S31": -75.618477809827979, "W32": -89.945800817056053, "S32": -94.945800817056053 }, "geometry": { "type": "Point", "coordinates": [ 104757.0, 512293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22354062899962598, "S11": 0.22354062899962598, "W12": -10.000885917772463, "S12": -10.000885917772463, "W13": -19.476868501911571, "S13": -19.476868501911571, "W21": -33.086394578557716, "S21": -33.24445058710905, "W22": -61.051136285841423, "S22": -63.198218995288634, "W31": -87.230452674896995, "S31": -87.230452674896995, "W32": -90.115760621288231, "S32": -95.115760621288231 }, "geometry": { "type": "Point", "coordinates": [ 104757.727272727279342, 512980.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7421806563017963, "S12": -12.858925882408197, "W13": -19.932664597257926, "S13": -19.932664597257926, "W21": -30.0, "S21": -33.0, "W22": -53.48671777691878, "S22": -53.48671777691878, "W31": -75.086559903520865, "S31": -79.186610616167002, "W32": -89.664133093254421, "S32": -94.664133093254421 }, "geometry": { "type": "Point", "coordinates": [ 104758.0, 508676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17111513786179541, "S11": -1.1781629944108989, "W12": -10.266791741197515, "S12": -12.547597110325032, "W13": -20.401439484211423, "S13": -21.094060593416369, "W21": -32.281326087944748, "S21": -32.281326087944748, "W22": -30.0, "S22": -30.588910913582296, "W31": -70.0, "S31": -70.0, "W32": -94.989671079868543, "S32": -99.989671079868543 }, "geometry": { "type": "Point", "coordinates": [ 104758.5, 507035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92806155137862179, "S11": -0.92806155137862179, "W12": -5.9910366720297645, "S12": -11.022421404467561, "W13": -25.090214592802166, "S13": -25.090214592802166, "W21": -37.41871488500432, "S21": -37.976392924291481, "W22": -40.0, "S22": -59.290644961879252, "W31": -79.234558019947059, "S31": -79.234558019947059, "W32": -92.130424467571089, "S32": -97.130424467571089 }, "geometry": { "type": "Point", "coordinates": [ 104758.6, 505777.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50401357693597293, "S11": -0.50401357693597293, "W12": -10.0, "S12": -10.0, "W13": -16.558003017401205, "S13": -17.242406598401889, "W21": -41.010805712417614, "S21": -42.356787784715472, "W22": -40.0, "S22": -56.650525448176381, "W31": -78.413760116839399, "S31": -78.413760116839399, "W32": -91.835136027816986, "S32": -96.835136027816986 }, "geometry": { "type": "Point", "coordinates": [ 104758.666666666671517, 499945.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.093182607120756, "S12": -10.093182607120756, "W13": -14.05464180027594, "S13": -16.409584033908803, "W21": -51.845493562231759, "S21": -51.845493562231759, "W22": -45.729521762223378, "S22": -45.729521762223378, "W31": -73.547158410439863, "S31": -73.547158410439863, "W32": -95.391234825140188, "S32": -100.39123482514019 }, "geometry": { "type": "Point", "coordinates": [ 104759.0, 501161.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40559511698880973, "S11": -1.4055951169888097, "W12": -4.8497161635472992, "S12": -5.4423816443783934, "W13": -16.935970743432296, "S13": -17.211493498659848, "W21": -31.200993056715227, "S21": -31.200993056715227, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -94.101215545640301, "S32": -99.101215545640301 }, "geometry": { "type": "Point", "coordinates": [ 104759.0, 504532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8123357015463037, "S12": -7.8123357015463037, "W13": -18.32092413539868, "S13": -21.190995981298226, "W21": -46.50687304429762, "S21": -49.50687304429762, "W22": -30.0, "S22": -30.186206479871398, "W31": -70.0, "S31": -70.0, "W32": -94.991033483444156, "S32": -99.991033483444156 }, "geometry": { "type": "Point", "coordinates": [ 104759.0, 518024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9091299019607835, "S12": -9.9091299019607835, "W13": -16.999151698748676, "S13": -19.484317943804651, "W21": -48.716837051446547, "S21": -49.766404020859397, "W22": -36.314847785733228, "S22": -48.764043110813986, "W31": -69.300956199536245, "S31": -75.444812661763564, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1039165623577603, "S12": -6.2233617103247969, "W13": -19.155751768392083, "S13": -22.177189259435913, "W21": -31.18901819805572, "S21": -31.18901819805572, "W22": -40.0, "S22": -40.497421672178945, "W31": -66.372176637865309, "S31": -76.372176637865309, "W32": -92.485655097961981, "S32": -97.485655097961981 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 503528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7864713540807251, "S11": -4.7045221218651188, "W12": -7.0339507709437381, "S12": -11.029810764133293, "W13": -15.0, "S13": -17.626797182871961, "W21": -32.484675236280474, "S21": -33.176204263826129, "W22": -51.845871612851766, "S22": -57.375473462059617, "W31": -77.628025761442956, "S31": -77.628025761442956, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 505365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -13.04794083896468, "W13": -17.971961706940874, "S13": -17.971961706940874, "W21": -30.0, "S21": -30.436202614685346, "W22": -60.137975770114934, "S22": -67.065125515872296, "W31": -79.215621021821718, "S31": -79.215621021821718, "W32": -95.742997641974952, "S32": -100.74299764197495 }, "geometry": { "type": "Point", "coordinates": [ 104760.0, 508323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34152947547578522, "S11": -0.97190119722269563, "W12": -10.0, "S12": -12.093036354326676, "W13": -20.0, "S13": -20.0, "W21": -33.798164785227279, "S21": -35.578555348725587, "W22": -61.180173113836744, "S22": -68.67682975574877, "W31": -79.827811914236747, "S31": -79.827811914236747, "W32": -96.096695301556508, "S32": -101.09669530155651 }, "geometry": { "type": "Point", "coordinates": [ 104760.25, 506702.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62834084547672819, "S11": -1.0870690486609589, "W12": -5.103085900848173, "S12": -5.3249599501421772, "W13": -12.762154935581158, "S13": -13.068687598897741, "W21": -30.0, "S21": -30.323082900861021, "W22": -40.0, "S22": -60.0, "W31": -79.331713380034032, "S31": -79.331713380034032, "W32": -92.296945025503931, "S32": -97.296945025503931 }, "geometry": { "type": "Point", "coordinates": [ 104761.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.1, "S13": -14.1, "W21": -47.0, "S21": -47.0, "W22": -39.46813664515566, "S22": -54.46813664515566, "W31": -74.995123081332451, "S31": -74.995123081332451, "W32": -89.852632705340909, "S32": -94.852632705340909 }, "geometry": { "type": "Point", "coordinates": [ 104761.0, 527980.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38204043253397346, "S11": -1.1390015326049658, "W12": -2.1516061467799674, "S12": -2.1516061467799674, "W13": -12.901836589807903, "S13": -18.563328097237964, "W21": -29.960680620493868, "S21": -29.960680620493868, "W22": -64.555552612924373, "S22": -68.385195805752645, "W31": -84.86008508253515, "S31": -84.86008508253515, "W32": -92.655932737989616, "S32": -97.655932737989616 }, "geometry": { "type": "Point", "coordinates": [ 104762.0, 505017.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14804736558818263, "S11": 0.14804736558818263, "W12": -5.0, "S12": -10.0, "W13": -17.682099582470212, "S13": -21.475748178498421, "W21": -30.012696201262901, "S21": -31.757494229288039, "W22": -41.08762338552026, "S22": -41.08762338552026, "W31": -66.05268608269904, "S31": -76.05268608269904, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104763.0, 503173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13612248824871495, "S11": -0.13612248824871495, "W12": -4.3254401357174643, "S12": -4.3254401357174643, "W13": -15.0, "S13": -15.0, "W21": -45.292014590569742, "S21": -47.903817813495884, "W22": -38.159662243048196, "S22": -48.159662243048196, "W31": -66.799674804732234, "S31": -70.732689806169802, "W32": -95.260050997650836, "S32": -100.26005099765084 }, "geometry": { "type": "Point", "coordinates": [ 104763.0, 523077.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58312839059674504, "S11": 0.58312839059674504, "W12": -6.2699101311796044, "S12": -9.2306750504014978, "W13": -16.736278706898741, "S13": -18.305201209599851, "W21": -45.663117214518088, "S21": -48.663117214518088, "W22": -38.067897826384375, "S22": -48.389465084990775, "W31": -66.819171577016789, "S31": -70.404478511728684, "W32": -95.307528360938477, "S32": -100.30752836093848 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 497782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50114902098722003, "S11": -0.50114902098722003, "W12": -10.343627273974176, "S12": -10.343627273974176, "W13": -14.174674627717778, "S13": -16.543968249225422, "W21": -52.814652999495884, "S21": -52.814652999495884, "W22": -36.709634947205771, "S22": -41.85283147374669, "W31": -63.554304514234779, "S31": -63.554304514234779, "W32": -93.412289464546944, "S32": -98.412289464546944 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 501131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13044360292128751, "S11": -0.13044360292128751, "W12": -9.0842710997442442, "S12": -9.0842710997442442, "W13": -14.524321637296948, "S13": -15.589818559186362, "W21": -44.271977065840325, "S21": -54.271977065840325, "W22": -62.148159239216135, "S22": -62.148159239216135, "W31": -87.225144846546087, "S31": -87.225144846546087, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 501639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16784283236648528, "S11": 0.16784283236648528, "W12": -5.0, "S12": -10.0, "W13": -17.715466564516497, "S13": -21.496159789108717, "W21": -30.0, "S21": -31.728942284204205, "W22": -59.547683847516375, "S22": -59.547683847516375, "W31": -82.759331500074779, "S31": -82.759331500074779, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 503179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40732868559768742, "S11": -0.99279460251299612, "W12": -4.7001417213000423, "S12": -4.7001417213000423, "W13": -18.269158545058495, "S13": -18.269158545058495, "W21": -31.457657274407481, "S21": -31.457657274407481, "W22": -53.754778164325906, "S22": -53.754778164325906, "W31": -75.05306133210955, "S31": -81.738021097789911, "W32": -89.543071986752764, "S32": -94.543071986752764 }, "geometry": { "type": "Point", "coordinates": [ 104764.0, 504441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.2768532700701164, "W12": -5.803843239808165, "S12": -5.803843239808165, "W13": -16.351390015559691, "S13": -17.706564755136519, "W21": -40.236557562996872, "S21": -40.236557562996872, "W22": -29.999999999999996, "S22": -29.999999999999996, "W31": -70.0, "S31": -70.0, "W32": -94.204787123139155, "S32": -99.204787123139155 }, "geometry": { "type": "Point", "coordinates": [ 104765.0, 497344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24139917695473245, "S11": 0.24139917695473245, "W12": -4.5303632198952881, "S12": -12.955562802352613, "W13": -19.917575884394775, "S13": -21.00892676666264, "W21": -32.853474543234029, "S21": -32.853474543234029, "W22": -40.0, "S22": -60.0, "W31": -79.702229328984686, "S31": -79.702229328984686, "W32": -92.979750197463787, "S32": -97.979750197463787 }, "geometry": { "type": "Point", "coordinates": [ 104765.0, 504043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42274858302428098, "S11": -0.8227148305983254, "W12": -4.701840610173563, "S12": -4.701840610173563, "W13": -15.971878764821508, "S13": -17.785268327288563, "W21": -30.462873964729386, "S21": -30.462873964729386, "W22": -56.960763908421058, "S22": -63.369909567009742, "W31": -78.676915718825057, "S31": -78.676915718825057, "W32": -95.439589896481579, "S32": -100.43958989648158 }, "geometry": { "type": "Point", "coordinates": [ 104765.0, 504684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66214153123281649, "S11": -1.8668183697468423, "W12": -5.5428496596853254, "S12": -6.5601063600244558, "W13": -13.31784820530809, "S13": -13.623922459720751, "W21": -30.555504824410995, "S21": -30.977415689118747, "W22": -60.50453184207116, "S22": -62.449582003073893, "W31": -86.598290598290745, "S31": -86.598290598290745, "W32": -90.85331210172177, "S32": -95.85331210172177 }, "geometry": { "type": "Point", "coordinates": [ 104765.0, 505216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1533284023668751, "S12": -8.2995365545509987, "W13": -19.386696200328682, "S13": -22.340499485891282, "W21": -31.532944703342551, "S21": -31.532944703342551, "W22": -61.49301710688804, "S22": -62.871953917319722, "W31": -87.122644236327901, "S31": -87.122644236327901, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104765.666666666671517, 503607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9221813725490193, "S12": -9.9221813725490193, "W13": -17.054601306002947, "S13": -19.527496443736872, "W21": -48.446463308637888, "S21": -49.465910499994948, "W22": -39.446004964629964, "S22": -54.446004964629964, "W31": -74.371768352836057, "S31": -74.371768352836057, "W32": -89.759464593625651, "S32": -94.759464593625651 }, "geometry": { "type": "Point", "coordinates": [ 104766.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.82980998768172, "S13": -19.428637956543092, "W21": -49.480153967137127, "S21": -50.525916423000496, "W22": -36.993745289533393, "S22": -46.304789680459983, "W31": -70.0, "S31": -71.284188080978396, "W32": -92.604681354767266, "S32": -97.604681354767266 }, "geometry": { "type": "Point", "coordinates": [ 104766.0, 500419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7906438866376355, "S12": -9.7906438866376355, "W13": -20.871962560718252, "S13": -20.871962560718252, "W21": -32.386125422250153, "S21": -33.240036532650457, "W22": -48.724165724430968, "S22": -48.724165724430968, "W31": -73.051858688289911, "S31": -73.051858688289911, "W32": -97.140397306461992, "S32": -102.14039730646199 }, "geometry": { "type": "Point", "coordinates": [ 104766.0, 508823.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36045546173566934, "S11": -0.36045546173566934, "W12": -4.3125640517037009, "S12": -4.3125640517037009, "W13": -15.0, "S13": -15.0, "W21": -44.210331685635602, "S21": -46.438417748410117, "W22": -80.0, "S22": -85.0, "W31": -85.0, "S31": -85.0, "W32": -94.555237524228787, "S32": -99.555237524228787 }, "geometry": { "type": "Point", "coordinates": [ 104766.0, 523653.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.172360448433038, "S12": -10.172360448433038, "W13": -21.59768657521645, "S13": -21.59768657521645, "W21": -35.315618217133924, "S21": -35.822717421735767, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -97.473452068502439, "S32": -102.47345206850244 }, "geometry": { "type": "Point", "coordinates": [ 104766.5, 509107.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3685109513521567, "W12": -9.5624151324950084, "S12": -9.5624151324950084, "W13": -19.864268580933206, "S13": -22.281413714134402, "W21": -38.933842387502914, "S21": -42.52600378624733, "W22": -40.0, "S22": -55.0, "W31": -80.938533203326358, "S31": -80.938533203326358, "W32": -95.624733142097696, "S32": -100.6247331420977 }, "geometry": { "type": "Point", "coordinates": [ 104767.0, 515568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0723163719409223, "S11": -2.6687738071532556, "W12": -9.171579587081526, "S12": -9.171579587081526, "W13": -17.78669746348336, "S13": -25.987204323820926, "W21": -40.208822218259243, "S21": -45.438278718004682, "W22": -40.0, "S22": -60.0, "W31": -79.467666221686528, "S31": -79.467666221686528, "W32": -92.519768077700917, "S32": -97.519768077700917 }, "geometry": { "type": "Point", "coordinates": [ 104767.431818181823473, 516115.159090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.2666861632126919, "W12": -5.8696329537276144, "S12": -5.8696329537276144, "W13": -16.385180238001968, "S13": -17.669759688927503, "W21": -40.118821465559833, "S21": -40.118821465559833, "W22": -39.292706996343725, "S22": -39.292706996343725, "W31": -71.892264572439259, "S31": -72.204624928823719, "W32": -91.664651906864947, "S32": -96.664651906864947 }, "geometry": { "type": "Point", "coordinates": [ 104768.0, 497295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9806750425894375, "S12": -9.9806750425894375, "W13": -14.03695998858176, "S13": -16.732051375585854, "W21": -50.0, "S21": -50.0, "W22": -39.722967333272216, "S22": -40.305291446179226, "W31": -78.546572663179447, "S31": -78.546572663179447, "W32": -97.198230239991673, "S32": -102.19823023999167 }, "geometry": { "type": "Point", "coordinates": [ 104768.0, 501192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3219369716906755, "S12": -9.3219369716906755, "W13": -14.519086323957321, "S13": -18.436273377546971, "W21": -46.087983902231905, "S21": -46.548632353009644, "W22": -37.712478195437292, "S22": -49.258357160488124, "W31": -66.892377120792219, "S31": -68.478895070447848, "W32": -95.476983704540729, "S32": -100.47698370454073 }, "geometry": { "type": "Point", "coordinates": [ 104768.0, 501406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3501957976032921, "S11": 2.3501957976032921, "W12": -10.811580280069059, "S12": -16.874754750913393, "W13": -29.954018249287419, "S13": -29.954018249287419, "W21": -37.754622444458889, "S21": -37.754622444458889, "W22": -33.155937447024918, "S22": -33.155937447024918, "W31": -70.0, "S31": -70.0, "W32": -93.143009048830322, "S32": -98.143009048830322 }, "geometry": { "type": "Point", "coordinates": [ 104768.0, 510362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52676302041815126, "W12": -9.4293657320660191, "S12": -9.4293657320660191, "W13": -14.421108955706465, "S13": -18.253061393022016, "W21": -46.825736737494061, "S21": -46.825736737494061, "W22": -37.505980818416518, "S22": -42.886058335969885, "W31": -72.838440836878206, "S31": -72.838440836878206, "W32": -96.260960439032303, "S32": -101.2609604390323 }, "geometry": { "type": "Point", "coordinates": [ 104768.333333333328483, 501366.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3344459161147904, "S11": 1.3344459161147904, "W12": -7.3856972620345207, "S12": -7.3856972620345189, "W13": -13.352842546502488, "S13": -20.253097117203716, "W21": -40.836853952263802, "S21": -47.878007961597703, "W22": -76.557074251939412, "S22": -81.338349292142951, "W31": -81.716141223339847, "S31": -81.716141223339847, "W32": -94.031539867224907, "S32": -99.031539867224907 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47120945936479908, "S11": -0.47120945936479908, "W12": -5.0, "S12": -12.421961740361365, "W13": -24.272696873432537, "S13": -24.272696873432537, "W21": -39.298260560150986, "S21": -41.270595163953843, "W22": -33.326745315544912, "S22": -34.285271194251983, "W31": -65.145755322751526, "S31": -65.145755322751526, "W32": -88.519306491683523, "S32": -93.519306491683523 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 506096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29823979937924316, "S11": -1.0706124319880641, "W12": -10.246782765961445, "S12": -10.944530497930899, "W13": -19.976695025241618, "S13": -19.976695025241618, "W21": -31.748641304024982, "S21": -31.748641304024982, "W22": -57.709681048545875, "S22": -64.169734316658676, "W31": -78.789631426480767, "S31": -78.789631426480767, "W32": -95.529778089647422, "S32": -100.52977808964742 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 507186.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4059220389805098, "S11": 1.4059220389805098, "W12": -10.0, "S12": -12.225585610708308, "W13": -21.673287333661904, "S13": -27.278603559912177, "W21": -32.691606874631475, "S21": -32.691606874631475, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -93.995194112005336, "S32": -98.995194112005336 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 512129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29907400575444854, "S11": 0.29907400575444854, "W12": -10.0, "S12": -10.525883704113356, "W13": -19.545025544789166, "S13": -19.545025544789166, "W21": -33.20728099866141, "S21": -33.20728099866141, "W22": -38.325626573206591, "S22": -42.59972416521493, "W31": -74.151286280637279, "S31": -74.151286280637279, "W32": -96.424648518745201, "S32": -101.4246485187452 }, "geometry": { "type": "Point", "coordinates": [ 104769.0, 512890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.043227200564516, "S12": -6.043227200564516, "W13": -16.200022395896706, "S13": -16.794110126348073, "W21": -43.193944332141442, "S21": -44.615105303734687, "W22": -39.967506618037135, "S22": -39.967506618037135, "W31": -79.82751876279282, "S31": -79.82751876279282, "W32": -97.351553480613163, "S32": -102.35155348061316 }, "geometry": { "type": "Point", "coordinates": [ 104770.0, 497517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8075936967632291, "S12": -9.8075936967632291, "W13": -14.123297769156117, "S13": -17.395997811945893, "W21": -49.085454780409712, "S21": -49.085454780409712, "W22": -41.349998, "S22": -51.349998, "W31": -51.349998, "S31": -51.349998, "W32": -98.921543535961504, "S32": -103.9215435359615 }, "geometry": { "type": "Point", "coordinates": [ 104770.2, 501245.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47151576805696849, "S11": -1.3959873971323877, "W12": -4.8680344456934685, "S12": -4.8680344456934685, "W13": -16.988080483728616, "S13": -17.485269027042619, "W21": -31.00137577426252, "S21": -31.00137577426252, "W22": -36.185584079124474, "S22": -39.494597051010416, "W31": -53.234320397277912, "S31": -53.355650655871749, "W32": -94.924366838944437, "S32": -99.924366838944437 }, "geometry": { "type": "Point", "coordinates": [ 104771.0, 504544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7555312822930076, "S11": 1.7555312822930076, "W12": -8.7763610036281232, "S12": -11.551625735105537, "W13": -30.227649570059143, "S13": -30.227649570059143, "W21": -37.695655046348357, "S21": -37.695655046348357, "W22": -61.043045308097732, "S22": -68.618902236423381, "W31": -81.618132764195366, "S31": -81.618132764195366, "W32": -96.492994082662335, "S32": -101.49299408266234 }, "geometry": { "type": "Point", "coordinates": [ 104771.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.791904779461465, "W13": -19.752962711917622, "S13": -19.752962711917622, "W21": -33.662493482971328, "S21": -33.662493482971328, "W22": -60.0, "S22": -66.781278867311102, "W31": -79.143389833906355, "S31": -79.143389833906355, "W32": -95.737819977658731, "S32": -100.73781997765873 }, "geometry": { "type": "Point", "coordinates": [ 104771.5, 512573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.95, "S13": -13.95, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -51.825726141078839, "W31": -80.950598156432918, "S31": -80.950598156432918, "W32": -94.70740641084619, "S32": -99.70740641084619 }, "geometry": { "type": "Point", "coordinates": [ 104771.5, 528028.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.147423307268582, "S22": -38.147423307268582, "W31": -65.874675377301244, "S31": -72.129637398097088, "W32": -89.701708715538203, "S32": -94.701708715538203 }, "geometry": { "type": "Point", "coordinates": [ 104771.724137931028963, 530026.724137931014411 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070980824399603473, "S11": -0.27746208167819031, "W12": -10.378424144359968, "S12": -10.378424144359968, "W13": -19.91417386573378, "S13": -27.014887083265126, "W21": -36.538605091865378, "S21": -38.639844291501582, "W22": -40.169837519568794, "S22": -40.169837519568794, "W31": -75.239998, "S31": -75.239998, "W32": -91.190955592480421, "S32": -96.190955592480421 }, "geometry": { "type": "Point", "coordinates": [ 104772.0, 513776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13313522251547194, "S11": -0.62584941600435873, "W12": -10.736870291674947, "S12": -10.736870291674947, "W13": -19.944669807233463, "S13": -20.522779473047635, "W21": -37.529006726211783, "S21": -40.880197297411421, "W22": -31.393153306400396, "S22": -34.52941368391501, "W31": -70.0, "S31": -70.0, "W32": -95.317549555994034, "S32": -100.31754955599403 }, "geometry": { "type": "Point", "coordinates": [ 104772.0, 514010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0587080163902103, "S12": -6.0587080163902103, "W13": -20.0, "S13": -30.0, "W21": -41.221892801931347, "S21": -43.673115496919323, "W22": -73.762611275963835, "S22": -77.121172277704645, "W31": -81.59389460686026, "S31": -81.59389460686026, "W32": -95.317347142445243, "S32": -100.31734714244524 }, "geometry": { "type": "Point", "coordinates": [ 104772.0, 520421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7304609218436873, "S11": 0.73046092184368727, "W12": -5.9797773885836607, "S12": -5.9797773885836607, "W13": -15.124953072282999, "S13": -16.403491149887248, "W21": -43.510359937169213, "S21": -45.460487808450118, "W22": -42.150748641915058, "S22": -44.678831947239608, "W31": -72.795216038049574, "S31": -76.212400152817537, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104773.0, 498114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23299616323683298, "S11": -0.23299616323683298, "W12": -10.249098156347614, "S12": -10.249098156347614, "W13": -15.004334276163538, "S13": -18.00433427616354, "W21": -60.0, "S21": -60.799193477304556, "W22": -47.681623227586634, "S22": -47.681623227586634, "W31": -76.807601289781857, "S31": -77.43903170849805, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104773.0, 500899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51276616670764685, "S11": -0.71458168110339237, "W12": -5.0117041937893498, "S12": -13.384291732864906, "W13": -25.0, "S13": -25.0, "W21": -39.288213881146703, "S21": -40.877215806497404, "W22": -40.274043836613714, "S22": -40.398312170406733, "W31": -72.835680585562372, "S31": -73.803333430232072, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104773.0, 506048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.3232028629248083, "S12": -4.3232028629248083, "W13": -16.293215372568032, "S13": -16.293215372568032, "W21": -44.508415138854701, "S21": -47.235083192953041, "W22": -31.593207982746573, "S22": -35.204789495282199, "W31": -70.0, "S31": -70.0, "W32": -95.342002023035775, "S32": -100.34200202303577 }, "geometry": { "type": "Point", "coordinates": [ 104773.333333333328483, 522346.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1416152263374485, "S11": 0.1416152263374485, "W12": -4.5232281309781515, "S12": -12.058330936159209, "W13": -19.951360482133303, "S13": -20.879094066165703, "W21": -32.644509990434216, "S21": -32.644509990434216, "W22": -40.0, "S22": -59.223160931382651, "W31": -79.185737855643794, "S31": -79.185737855643794, "W32": -91.971286181008736, "S32": -96.971286181008736 }, "geometry": { "type": "Point", "coordinates": [ 104773.625, 504070.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.887091588589545, "S13": -19.47888643888281, "W21": -49.196225321799602, "S21": -50.203777352440895, "W22": -36.688976092368442, "S22": -41.616864457334088, "W31": -63.194109474125725, "S31": -63.194109474125725, "W32": -93.557152655635434, "S32": -98.557152655635434 }, "geometry": { "type": "Point", "coordinates": [ 104774.0, 500411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2164491831105453, "W12": -4.775997177389578, "S12": -10.087279015182411, "W13": -17.807118847764446, "S13": -17.807118847764446, "W21": -31.160330276956344, "S21": -31.160330276956344, "W22": -40.0, "S22": -58.152173913043477, "W31": -78.910382565713917, "S31": -78.910382565713917, "W32": -91.847787170115453, "S32": -96.847787170115453 }, "geometry": { "type": "Point", "coordinates": [ 104774.0, 504488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.027435899851172, "S12": -11.798765616975778, "W13": -20.0, "S13": -20.0, "W21": -31.974352848110005, "S21": -31.974352848110005, "W22": -36.818, "S22": -51.408917273381874, "W31": -67.895231124586616, "S31": -67.895231124586616, "W32": -95.610714056854789, "S32": -100.61071405685479 }, "geometry": { "type": "Point", "coordinates": [ 104774.0, 507416.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.019986917228321688, "S11": -0.1410131883529924, "W12": -10.256905225773284, "S12": -10.256905225773284, "W13": -19.904496498175256, "S13": -29.79891165555572, "W21": -36.231539199721354, "S21": -37.872431655341558, "W22": -47.598684210526557, "S22": -47.598684210526557, "W31": -74.459848584689993, "S31": -77.53352506877205, "W32": -88.613497792089987, "S32": -93.613497792089987 }, "geometry": { "type": "Point", "coordinates": [ 104774.0, 513703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9542279411765087, "S12": -9.9542279411765087, "W13": -17.081966355393575, "S13": -19.566676360223127, "W21": -48.298394106204512, "S21": -49.307097096275086, "W22": -77.195009949487215, "S22": -82.195009949487215, "W31": -82.195009949487215, "S31": -82.195009949487215, "W32": -94.889765784114047, "S32": -99.889765784114047 }, "geometry": { "type": "Point", "coordinates": [ 104774.666666666671517, 500364.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7750898108408839, "S11": 1.7750898108408839, "W12": 0.02336206896551727, "S12": 0.02336206896551727, "W13": -14.100752824779359, "S13": -16.884406952771542, "W21": -41.075849562848497, "S21": -43.85399582314809, "W22": -47.545030965517242, "S22": -47.545030965517242, "W31": -76.708519987772931, "S31": -77.406587698431125, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104775.0, 498574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0519512001271658, "S11": 1.0519512001271658, "W12": -0.27936453803961725, "S12": -0.27936453803961725, "W13": -14.613403564000226, "S13": -17.151223567557469, "W21": -40.402696759013217, "S21": -42.923892267245577, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -94.907916304063136, "S32": -99.907916304063136 }, "geometry": { "type": "Point", "coordinates": [ 104775.0, 498707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0465140677157845, "S11": 1.0465140677157845, "W12": -0.28888509961065201, "S12": -0.28888509961065201, "W13": -14.617258080836473, "S13": -17.156799789498358, "W21": -40.397635459736264, "S21": -42.916899007426764, "W22": -33.287060943875744, "S22": -43.207919601576506, "W31": -70.0, "S31": -70.0, "W32": -95.581608816412299, "S32": -100.5816088164123 }, "geometry": { "type": "Point", "coordinates": [ 104775.0, 498708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55775994575045207, "S11": 0.55775994575045207, "W12": -6.0515729358436543, "S12": -6.0515729358436552, "W13": -16.736948058112905, "S13": -18.467281522409142, "W21": -45.698036036460721, "S21": -48.698036036460721, "W22": -39.999999999999993, "S22": -54.007261410788374, "W31": -81.004023702734074, "S31": -81.004023702734074, "W32": -94.751253497206577, "S32": -99.751253497206577 }, "geometry": { "type": "Point", "coordinates": [ 104775.75, 497761.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55733273056057864, "S11": 0.55733273056057864, "W12": -6.0470141679908078, "S12": -6.0470141679908078, "W13": -16.73593741251613, "S13": -18.469107042218518, "W21": -45.697418603828815, "S21": -48.697418603828815, "W22": -43.240002, "S22": -43.240002, "W31": -66.117367681726648, "S31": -76.117367681726648, "W32": -90.336618499034429, "S32": -95.336618499034429 }, "geometry": { "type": "Point", "coordinates": [ 104776.0, 497761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66469444444444448, "S11": 0.66469444444444448, "W12": -10.411675448106953, "S12": -15.246220764447184, "W13": -22.084651517487465, "S13": -22.084651517487465, "W21": -38.374130386117649, "S21": -38.374130386117649, "W22": -36.428195324060376, "S22": -51.053933538832823, "W31": -69.880967297331154, "S31": -73.932568104601359, "W32": -92.956034924430028, "S32": -97.956034924430028 }, "geometry": { "type": "Point", "coordinates": [ 104776.5, 509690.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32953898690950478, "S11": -0.32953898690950478, "W12": -10.296004543398926, "S12": -10.296004543398926, "W13": -14.869731800766283, "S13": -17.825978506090479, "W21": -60.0, "S21": -60.76869541623288, "W22": -59.693439607602535, "S22": -66.416209631074864, "W31": -79.113116657907796, "S31": -79.113116657907796, "W32": -95.734428996163032, "S32": -100.73442899616303 }, "geometry": { "type": "Point", "coordinates": [ 104777.0, 500931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0390888638920135, "S11": 1.0390888638920135, "W12": -7.644944209406467, "S12": -21.839764287334496, "W13": -23.378922616502777, "S13": -23.378922616502777, "W21": -32.425554857776135, "S21": -32.425554857776135, "W22": -61.275412575876778, "S22": -62.603329660464219, "W31": -86.893004115226333, "S31": -86.893004115226333, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104777.0, 511930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93147354893981582, "S11": 0.93147354893981582, "W12": -10.0, "S12": -11.661812886785585, "W13": -20.481337497079007, "S13": -23.534270232822777, "W21": -30.0, "S21": -30.0, "W22": -40.275993863914096, "S22": -40.983185464963967, "W31": -72.977506777431628, "S31": -75.182622434501397, "W32": -89.904604130498285, "S32": -94.904604130498285 }, "geometry": { "type": "Point", "coordinates": [ 104777.0, 512245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26120346520241627, "S11": 0.26120346520241627, "W12": -10.0, "S12": -10.346746636039962, "W13": -19.522518378077354, "S13": -19.522518378077354, "W21": -33.13560058157578, "S21": -33.13560058157578, "W22": -49.385975682661211, "S22": -49.385975682661211, "W31": -75.244497296315672, "S31": -77.58157594800106, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104777.0, 512934.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0817157202104404, "S11": 1.0817157202104404, "W12": -9.223321223269755, "S12": -9.223321223269755, "W13": -14.195845501381296, "S13": -17.389288583693421, "W21": -41.434383865864604, "S21": -49.736394834785912, "W22": -40.0, "S22": -55.0, "W31": -81.027794540515629, "S31": -81.027794540515629, "W32": -94.773603793619245, "S32": -99.773603793619245 }, "geometry": { "type": "Point", "coordinates": [ 104777.6, 501955.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.033901698338644, "S12": -8.5813598207522261, "W13": -18.3019824202681, "S13": -21.855244112822074, "W21": -30.015785271992222, "S21": -30.587612314037738, "W22": -35.923758328349585, "S22": -36.232640215497987, "W31": -65.674703428605198, "S31": -69.506836509708506, "W32": -89.37663331934003, "S32": -94.37663331934003 }, "geometry": { "type": "Point", "coordinates": [ 104778.0, 503283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45225467630563754, "S11": -0.45225467630563754, "W12": -10.114498553902052, "S12": -10.114498553902052, "W13": -20.097212438056982, "S13": -29.47044328246491, "W21": -36.765023736596532, "S21": -40.249007494773842, "W22": -52.25945356062968, "S22": -57.942407624603547, "W31": -77.587519581431664, "S31": -77.587519581431664, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104779.0, 515272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2294641287343429, "W12": -9.5847685580323212, "S12": -9.5847685580323212, "W13": -20.145437461522153, "S13": -21.872788160207964, "W21": -38.792307991223893, "S21": -42.111266644111048, "W22": -61.577047420663497, "S22": -62.197709406621676, "W31": -86.900653254711514, "S31": -86.900653254711514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104779.2, 515529.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.321667451974381, "W13": -18.673733393601832, "S13": -18.673733393601832, "W21": -30.0, "S21": -31.563132830921486, "W22": -44.739307689440423, "S22": -44.739307689440423, "W31": -74.116268072419544, "S31": -76.938377600141649, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104779.333333333328483, 508453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.748571177840928, "S13": -14.748571177840928, "W21": -47.0, "S21": -47.0, "W22": -36.621140222754811, "S22": -36.621140222754811, "W31": -74.419712412323861, "S31": -74.419712412323861, "W32": -101.29510252077164, "S32": -106.29510252077164 }, "geometry": { "type": "Point", "coordinates": [ 104779.4, 527617.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77634168942166304, "S11": 0.77634168942166304, "W12": -5.3843306288217256, "S12": -5.3843306288217256, "W13": -28.663270448896537, "S13": -28.663270448896537, "W21": -37.020118556400824, "S21": -37.020118556400824, "W22": -60.044309873716855, "S22": -60.044309873716855, "W31": -83.58146276992602, "S31": -83.58146276992602, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104779.6, 511156.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31568088033012376, "S11": -0.31568088033012376, "W12": -3.8700604353693602, "S12": -7.0116842238999908, "W13": -16.403634457452384, "S13": -19.403634457452384, "W21": -40.0, "S21": -41.956310719050038, "W22": -40.0, "S22": -60.0, "W31": -80.08260954516166, "S31": -80.08260954516166, "W32": -93.530493326736746, "S32": -98.530493326736746 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 498996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7060554345748731, "S12": -8.3446273647074101, "W13": -15.0, "S13": -19.896737614068321, "W21": -35.282777624689999, "S21": -39.766325336326254, "W22": -33.052686408998589, "S22": -36.991443538989586, "W31": -65.368285054480538, "S31": -65.368285054480538, "W32": -88.887972168233375, "S32": -93.887972168233375 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 502716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48836772720267857, "S11": -0.48836772720267863, "W12": -5.0050094189247938, "S12": -13.179426185533135, "W13": -24.617956863400771, "S13": -24.617956863400771, "W21": -39.393891621313244, "S21": -41.087455806218365, "W22": -38.09335533741492, "S22": -46.795395186549023, "W31": -66.801462412808036, "S31": -71.117095816234524, "W32": -95.217467364477088, "S32": -100.21746736447709 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 506071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56620751823196636, "S11": 0.56620751823196636, "W12": -10.0, "S12": -10.0, "W13": -21.198501059385748, "S13": -21.198501059385748, "W21": -32.966518408940104, "S21": -34.153957435280724, "W22": -35.704108443717921, "S22": -35.704108443717921, "W31": -49.999999999999993, "S31": -50.737412062637517, "W32": -96.094004155944248, "S32": -101.09400415594425 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 508884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.054921471960032, "S12": -10.054921471960032, "W13": -21.468005220053563, "S13": -21.468005220053563, "W21": -35.846640320008611, "S21": -35.846640320008611, "W22": -40.438849047005256, "S22": -40.438849047005256, "W31": -72.693680271075038, "S31": -72.726434430756413, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 509172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28205008169924117, "S11": 0.28205008169924117, "W12": -10.0, "S12": -10.0, "W13": -19.695871055608247, "S13": -26.070760335365136, "W21": -34.484187605287772, "S21": -34.961384214756457, "W22": -39.902562833795905, "S22": -54.902562833795905, "W31": -77.086137449197253, "S31": -77.086137449197253, "W32": -90.859478017391339, "S32": -95.859478017391339 }, "geometry": { "type": "Point", "coordinates": [ 104780.0, 513272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.95869546873681544, "W12": -4.70724857365924, "S12": -4.70724857365924, "W13": -16.172246528438272, "S13": -18.1248031968621, "W21": -30.374830631598659, "S21": -30.374830631598659, "W22": -33.050208919364366, "S22": -36.366403846436505, "W31": -65.250696347010404, "S31": -65.250696347010404, "W32": -88.669073486262477, "S32": -93.669073486262477 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 504684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47751271382339339, "S11": -0.47751271382339339, "W12": -5.0, "S12": -12.907482452863576, "W13": -24.351279050326035, "S13": -24.351279050326035, "W21": -39.374545407318564, "S21": -41.182430057737051, "W22": -54.943508465995386, "S22": -60.939269443008513, "W31": -78.35819893146757, "S31": -78.35819893146757, "W32": -95.309758421139506, "S32": -100.30975842113951 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 506088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39814034753327615, "S11": -1.2399496384868214, "W12": -10.000000000000002, "S12": -10.425619409000651, "W13": -20.417105486151463, "S13": -20.417105486151463, "W21": -35.666952555123146, "S21": -37.684785000127277, "W22": -63.561444937530482, "S22": -67.20356874550987, "W31": -84.897022111269621, "S31": -84.897022111269621, "W32": -92.3957655686321, "S32": -97.3957655686321 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 506518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097389360648490048, "S11": -0.44728616325898041, "W12": -10.500228939365135, "S12": -10.500228939365135, "W13": -19.927512371825618, "S13": -21.817998970238133, "W21": -37.004288548978799, "S21": -39.508970068389637, "W22": -46.197286359803599, "S22": -46.197286359803599, "W31": -74.988660589572589, "S31": -78.909517431286275, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104781.0, 513884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97731675282575647, "S11": 0.97731675282575647, "W12": -9.254393785106565, "S12": -9.254393785106565, "W13": -14.374436694008613, "S13": -16.825066076220047, "W21": -40.93905267907175, "S21": -49.516226875990071, "W22": -40.0, "S22": -60.0, "W31": -80.441761015009803, "S31": -80.441761015009803, "W32": -93.987914927104768, "S32": -98.987914927104768 }, "geometry": { "type": "Point", "coordinates": [ 104781.285714285710128, 501917.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68032289887153796, "S11": -0.68032289887153796, "W12": -10.222647581586614, "S12": -11.013246090981522, "W13": -15.624764894907948, "S13": -18.624764894907948, "W21": -59.146205028557972, "S21": -60.002893305667719, "W22": -36.750328696853117, "S22": -48.882353540404864, "W31": -70.227159008185268, "S31": -72.284996810513007, "W32": -92.843221433989939, "S32": -97.843221433989939 }, "geometry": { "type": "Point", "coordinates": [ 104782.0, 500720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65313394769134503, "S11": -0.65313394769134503, "W12": -10.235793990513551, "S12": -10.876637155160319, "W13": -15.520694840129602, "S13": -18.5206948401296, "W21": -60.0, "S21": -60.84412697858221, "W22": -40.189657838862466, "S22": -40.189657838862466, "W31": -75.239998, "S31": -75.239998, "W32": -91.423381638665504, "S32": -96.423381638665504 }, "geometry": { "type": "Point", "coordinates": [ 104782.0, 500745.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49797476908381544, "S11": -0.97934092007596441, "W12": -2.9142373041254102, "S12": -2.9142373041254102, "W13": -13.126373209085983, "S13": -18.955393909722925, "W21": -30.0, "S21": -30.052838073685372, "W22": -34.293380009096971, "S22": -36.264447738387631, "W31": -65.536513910753953, "S31": -67.072824382901061, "W32": -89.151966797993012, "S32": -94.151966797993012 }, "geometry": { "type": "Point", "coordinates": [ 104782.0, 505054.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91135991763830182, "S11": -0.91135991763830182, "W12": -5.4912486425060569, "S12": -14.104829672178894, "W13": -27.073240388158702, "S13": -27.073240388158702, "W21": -38.308296004329222, "S21": -38.847747442631217, "W22": -59.576766424650167, "S22": -59.576766424650167, "W31": -82.891876816382577, "S31": -82.891876816382577, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104782.0, 505860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.8, "S13": -13.8, "W21": -47.0, "S21": -47.0, "W22": -36.093851319178611, "S22": -39.193775660740407, "W31": -51.962616822429908, "S31": -52.193860129325031, "W32": -95.202347308574659, "S32": -100.20234730857466 }, "geometry": { "type": "Point", "coordinates": [ 104782.0, 528077.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1823665249713069, "S11": 1.1823665249713069, "W12": -7.1093341600808175, "S12": -7.7601126300233476, "W13": -31.060422926715212, "S13": -31.060422926715212, "W21": -37.543064622835558, "S21": -37.543064622835558, "W22": -80.0, "S22": -85.0, "W31": -85.0, "S31": -85.0, "W32": -94.604044153881546, "S32": -99.604044153881546 }, "geometry": { "type": "Point", "coordinates": [ 104782.5, 510905.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37066015720073875, "S11": -0.37066015720073875, "W12": -3.8630288094818988, "S12": -6.9122896283211439, "W13": -16.506540697674417, "S13": -19.506540697674417, "W21": -40.0, "S21": -41.89249102670135, "W22": -61.110496133254536, "S22": -62.559509841044857, "W31": -86.790123456790127, "S31": -86.790123456790127, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27356360875819075, "S11": 0.27356360875819075, "W12": -4.6365547036157704, "S12": -4.8154295494133175, "W13": -16.40482723748525, "S13": -19.594090043917021, "W21": -39.382609262499933, "S21": -40.542887243836773, "W22": -59.23711705330264, "S22": -59.23711705330264, "W31": -82.386540470252186, "S31": -82.386540470252186, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.011371242432806294, "S11": -0.011371242432806294, "W12": -8.4366545112339715, "S12": -8.8906956294761148, "W13": -16.29888420697792, "S13": -19.320321703121561, "W21": -40.146176283233309, "S21": -41.3394807338044, "W22": -36.836328191218847, "S22": -37.197452353009304, "W31": -71.083743232234937, "S31": -71.083743232234937, "W32": -92.15798650261533, "S32": -97.15798650261533 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50358028830036872, "S11": -0.50358028830036872, "W12": -10.0, "S12": -10.0, "W13": -16.598309893653227, "S13": -17.351700530413726, "W21": -40.938765937486671, "S21": -42.23657803529877, "W22": -29.999999999999996, "S22": -36.486712881824062, "W31": -70.0, "S31": -70.0, "W32": -94.538504270976802, "S32": -99.538504270976802 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91318454624644585, "S11": -3.837949170635035, "W12": -8.0344073183854228, "S12": -10.133757167856317, "W13": -18.317031070195625, "S13": -23.036051567590938, "W21": -34.677603053547308, "S21": -35.410644363653752, "W22": -40.000000000000007, "S22": -51.550537042137158, "W31": -80.551907075225358, "S31": -80.551907075225358, "W32": -94.113828830001765, "S32": -99.113828830001765 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91992871432719381, "S11": -1.8396694919941927, "W12": -6.893474567644561, "S12": -7.3839586325874356, "W13": -20.0, "S13": -23.464225996978726, "W21": -35.874560858326923, "S21": -36.48259395566884, "W22": -40.241673383427369, "S22": -40.241673383427369, "W31": -73.144385483342845, "S31": -76.41501702913385, "W32": -89.750464759243641, "S32": -94.750464759243641 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 505620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -14.0727400229504, "W13": -18.015281779348758, "S13": -18.015281779348758, "W21": -30.0, "S21": -30.378145354013398, "W22": -59.040808400907672, "S22": -59.040808400907672, "W31": -82.202290862839774, "S31": -82.202290862839774, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 508335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96646341463414454, "S11": 0.96646341463414454, "W12": -7.0746974042606929, "S12": -22.074697404260693, "W13": -23.617229585292858, "S13": -24.412715890491292, "W21": -32.44601514591799, "S21": -32.44601514591799, "W22": -45.141797033450146, "S22": -45.141797033450146, "W31": -73.613239734382276, "S31": -73.613239734382276, "W32": -95.20595686730762, "S32": -100.20595686730762 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 511900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.293867556502281, "S12": -10.293867556502281, "W13": -20.104753590424195, "S13": -29.29651825311813, "W21": -36.919371857149763, "S21": -40.730096974326266, "W22": -59.840357804209908, "S22": -67.339845221723209, "W31": -80.0, "S31": -80.0, "W32": -96.26928703822486, "S32": -101.26928703822486 }, "geometry": { "type": "Point", "coordinates": [ 104783.0, 515238.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8516678588459705, "S11": 1.8516678588459705, "W12": 0.022484221059113307, "S12": 0.022484221059113307, "W13": -14.06103879266429, "S13": -16.866930035947142, "W21": -41.15423786245843, "S21": -43.945409826444994, "W22": -46.073596415542738, "S22": -46.073596415542738, "W31": -73.62929252425738, "S31": -81.581002947494227, "W32": -89.326184433825674, "S32": -94.326184433825674 }, "geometry": { "type": "Point", "coordinates": [ 104783.125, 498561.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.345197452229298, "S12": -12.899545278316253, "W13": -17.80670097707798, "S13": -17.80670097707798, "W21": -30.0, "S21": -30.0, "W22": -52.745310944791306, "S22": -52.745310944791306, "W31": -74.844071368150466, "S31": -81.514138404000079, "W32": -88.714456311181877, "S32": -93.714456311181877 }, "geometry": { "type": "Point", "coordinates": [ 104783.5, 508297.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9380952380952277, "S12": -9.9380952380952277, "W13": -17.308701946427909, "S13": -19.694728443678237, "W21": -47.232553051848072, "S21": -48.296960321886715, "W22": -40.0, "S22": -40.0, "W31": -66.388734697466361, "S31": -76.388734697466361, "W32": -92.415014515587842, "S32": -97.415014515587842 }, "geometry": { "type": "Point", "coordinates": [ 104783.714285714289872, 500316.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3984237149164533, "S11": 1.3984237149164533, "W12": -7.7079501049310384, "S12": -7.7079501049310384, "W13": -13.455075713911466, "S13": -20.429270191954227, "W21": -41.885268159686291, "S21": -49.635192786244986, "W22": -34.82004829502106, "S22": -36.292881295202932, "W31": -65.583988390857314, "S31": -67.867128600983932, "W32": -89.220399831420011, "S32": -94.220399831420011 }, "geometry": { "type": "Point", "coordinates": [ 104783.8, 502348.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -13.006218298350984, "W13": -21.37703488666607, "S13": -21.37703488666607, "W21": -37.326257348664299, "S21": -37.326257348664299, "W22": -63.720393879937532, "S22": -70.816227567188022, "W31": -82.514848687953503, "S31": -82.514848687953503, "W32": -96.387457923217852, "S32": -101.38745792321785 }, "geometry": { "type": "Point", "coordinates": [ 104784.0, 509330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47346262341319434, "S11": -1.1798835101398359, "W12": -2.3227604879312804, "S12": -2.3227604879312804, "W13": -13.19251458018651, "S13": -17.693410280822423, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -30.951644346499407, "S22": -30.951644346499407, "W31": -70.0, "S31": -70.0, "W32": -93.48155831700096, "S32": -98.48155831700096 }, "geometry": { "type": "Point", "coordinates": [ 104784.6, 505030.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -5.6835443037974684, "S12": -5.6835443037974684, "W13": -16.342061491027465, "S13": -18.067374373543515, "W21": -40.164006499642895, "S21": -40.164006499642895, "W22": -39.557947734790389, "S22": -54.557947734790389, "W31": -73.829937960919352, "S31": -73.829937960919352, "W32": -89.661293131158246, "S32": -94.661293131158246 }, "geometry": { "type": "Point", "coordinates": [ 104785.0, 497305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65121317737739526, "S11": -1.896545815739791, "W12": -5.5372962104813839, "S12": -6.2402201889420965, "W13": -13.529053021882197, "S13": -14.035833301857851, "W21": -30.499205193657446, "S21": -30.913990994105756, "W22": -57.92382794295834, "S22": -57.92382794295834, "W31": -81.512704909296332, "S31": -81.512704909296332, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104785.0, 505212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22333292465043283, "S11": 0.22333292465043283, "W12": -10.288462607213567, "S12": -10.456072175180465, "W13": -19.500011211365582, "S13": -19.500011211365582, "W21": -33.063920164490234, "S21": -33.063920164490234, "W22": -60.224102696342015, "S22": -61.734692714167309, "W31": -86.728395061728392, "S31": -86.728395061728392, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104785.0, 512979.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17352040657449594, "S11": -0.52545316640202611, "W12": -10.87199965041397, "S12": -10.87199965041397, "W13": -19.96060611574935, "S13": -21.483762954260683, "W21": -38.095047520515344, "S21": -40.032022982413899, "W22": -40.0, "S22": -40.0, "W31": -72.749718734777346, "S31": -73.439591109841544, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104785.428571428565192, 514140.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97111904761904766, "S11": 0.97111904761904766, "W12": -12.839035419559146, "S12": -14.560864656115488, "W13": -24.505690517964123, "S13": -24.505690517964123, "W21": -37.739669001666876, "S21": -37.739669001666876, "W22": -39.828317864025323, "S22": -54.828317864025323, "W31": -76.449683770639425, "S31": -76.449683770639425, "W32": -90.348395553478255, "S32": -95.348395553478255 }, "geometry": { "type": "Point", "coordinates": [ 104786.0, 509944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48520659751742901, "S11": -0.73520659751742889, "W12": -4.614071320144741, "S12": -4.614071320144741, "W13": -19.379964509041745, "S13": -19.379964509041745, "W21": -31.337016007187554, "S21": -31.337016007187554, "W22": -39.911502206108707, "S22": -39.911502206108707, "W31": -66.405745501210248, "S31": -76.405745501210248, "W32": -92.524483930733737, "S32": -97.524483930733737 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 504390.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11083304765169698, "S11": -1.1350953086658284, "W12": -10.289369939747694, "S12": -12.157289402834943, "W13": -20.574307033222684, "S13": -21.519443929697154, "W21": -32.065128801119648, "S21": -32.065128801119648, "W22": -56.851197688507774, "S22": -56.851197688507774, "W31": -80.854277248406561, "S31": -80.854277248406561, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 507024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.944350657862795, "S12": -21.17770802388058, "W13": -28.174724608096138, "S13": -28.174724608096138, "W21": -37.612944885965483, "S21": -37.612944885965483, "W22": -45.178290294882707, "S22": -45.178290294882707, "W31": -74.398492723958867, "S31": -77.65712660219215, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 510230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.432441769016508, "S12": -10.432441769016508, "W13": -20.112294742791395, "S13": -29.080425333459509, "W21": -37.073719977703277, "S21": -41.037599597033442, "W22": -31.849889811832515, "S22": -31.849889811832515, "W31": -70.0, "S31": -70.0, "W32": -93.266700721404447, "S32": -98.266700721404447 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 515205.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2110515341078343, "S11": -2.8520897425940177, "W12": -9.2018977423821173, "S12": -9.2018977423821173, "W13": -17.768659763826658, "S13": -26.120179827888869, "W21": -40.000116669772943, "S21": -45.000116669772943, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -93.670145114882629, "S32": -98.670145114882629 }, "geometry": { "type": "Point", "coordinates": [ 104787.0, 516061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7485023443444279, "S12": -5.7485023443444279, "W13": -16.117333246361746, "S13": -16.117333246361746, "W21": -43.894903808480336, "S21": -45.771311113959449, "W22": -36.470582618131601, "S22": -51.214441835339109, "W31": -70.0, "S31": -73.569168277843801, "W32": -92.952112805208458, "S32": -97.952112805208458 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 497573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.068709306479414978, "W12": -5.91375251700316, "S12": -14.144082154061785, "W13": -16.249266492979579, "S13": -17.66127153196361, "W21": -45.090791083928139, "S21": -48.090791083928139, "W22": -56.806847485009001, "S22": -56.806847485009001, "W31": -80.823118955752889, "S31": -80.823118955752889, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 497887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55114299043620252, "W12": -9.4583609587357032, "S12": -9.4583609587357032, "W13": -14.568764306498545, "S13": -18.357303549794736, "W21": -46.121582454909635, "S21": -46.121582454909635, "W22": -40.13950639753395, "S22": -40.204399952506492, "W31": -73.137016088869331, "S31": -76.537108834579783, "W32": -89.74934369787016, "S32": -94.74934369787016 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27198668009619936, "S11": -1.1430049203645618, "W12": -10.242878431077035, "S12": -10.806821126092624, "W13": -20.0, "S13": -20.0, "W21": -31.592448553787886, "S21": -31.592448553787886, "W22": -70.0, "S22": -72.503145313482918, "W31": -81.807239651956948, "S31": -81.807239651956948, "W32": -95.974511508717342, "S32": -100.97451150871734 }, "geometry": { "type": "Point", "coordinates": [ 104788.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44455534023811016, "S11": -0.44455534023811016, "W12": -11.255105446974309, "S12": -11.255105446974309, "W13": -20.079816342086431, "S13": -27.616460293186737, "W21": -38.049197761252181, "S21": -43.049197761252181, "W22": -80.0, "S22": -84.997294345468632, "W31": -84.997294345468632, "S31": -84.997294345468632, "W32": -94.615809487828116, "S32": -99.615809487828116 }, "geometry": { "type": "Point", "coordinates": [ 104788.59016393442289, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58505126840946386, "S11": -0.58505126840946386, "W12": -4.8744439771169663, "S12": -4.8744439771169663, "W13": -18.719370951883217, "S13": -18.719370951883217, "W21": -40.005935779755042, "S21": -42.633129597746759, "W22": -34.925288058803893, "S22": -36.275460691913281, "W31": -65.600572390661227, "S31": -68.115759864363611, "W32": -89.238281326113238, "S32": -94.238281326113238 }, "geometry": { "type": "Point", "coordinates": [ 104788.9, 521307.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.192762739680349, "S12": -10.192762739680349, "W13": -21.578566904181987, "S13": -21.578566904181987, "W21": -34.832161711986046, "S21": -35.605769566616658, "W22": -43.497955670324941, "S22": -43.497955670324941, "W31": -72.251363908079782, "S31": -72.251363908079782, "W32": -99.997022122746188, "S32": -104.99702212274619 }, "geometry": { "type": "Point", "coordinates": [ 104789.0, 509071.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.2303011666434, "S12": -10.2303011666434, "W13": -21.67623916726987, "S13": -21.67623916726987, "W21": -34.150296194759981, "S21": -35.475017765686175, "W22": -48.282425058671684, "S22": -48.282425058671684, "W31": -73.104944144200573, "S31": -73.104944144200573, "W32": -96.993207224633906, "S32": -101.99320722463391 }, "geometry": { "type": "Point", "coordinates": [ 104789.125, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3199886680137622, "W12": -4.9278261838142985, "S12": -4.9278261838142985, "W13": -16.859068860566861, "S13": -17.883971118518012, "W21": -30.628761546106038, "S21": -30.628761546106038, "W22": -30.0, "S22": -33.090992186846499, "W31": -70.0, "S31": -70.0, "W32": -94.454880150730418, "S32": -99.454880150730418 }, "geometry": { "type": "Point", "coordinates": [ 104789.25, 504581.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46, "S11": 0.46, "W12": -12.55, "S12": -12.55, "W13": -16.559999, "S13": -16.559999, "W21": -30.776939014513893, "S21": -30.776939014513893, "W22": -41.974563717165879, "S22": -53.637626829542036, "W31": -80.74658300635366, "S31": -80.74658300635366, "W32": -96.095047406281083, "S32": -101.09504740628108 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0498567776790733, "S11": 2.0498567776790733, "W12": -9.8238849689591845, "S12": -14.242595819287892, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.555796183291619, "S21": -37.555796183291619, "W22": -55.689867027061098, "S22": -55.689867027061098, "W31": -80.133533002210072, "S31": -80.133533002210072, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -17.767300208674072, "W13": -25.0, "S13": -31.423106484069315, "W21": -33.400864425563356, "S21": -33.400864425563356, "W22": -59.136898906705731, "S22": -66.173293295061711, "W31": -79.549317596990548, "S31": -79.549317596990548, "W32": -96.0292680958445, "S32": -101.0292680958445 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 511713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -14.731215411360504, "S13": -14.731215411360504, "W21": -47.0, "S21": -47.0, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -94.402099441347701, "S32": -99.402099441347701 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 526880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19257493266322509, "S11": 0.19257493266322509, "W12": -10.524749785699004, "S12": -10.524749785699004, "W13": -19.481784641254119, "S13": -19.540603161782808, "W21": -33.01678496666942, "S21": -33.027259214378361, "W22": -40.0, "S22": -50.88727272727273, "W31": -80.950833511262459, "S31": -80.950833511262459, "W32": -94.571930342299495, "S32": -99.571930342299495 }, "geometry": { "type": "Point", "coordinates": [ 104790.181818181823473, 513018.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92938137035783897, "S11": -0.92938137035783897, "W12": -6.0869815681594517, "S12": -11.296889114761491, "W13": -24.700209567856191, "S13": -25.083031396582133, "W21": -37.364457606722311, "S21": -37.852445123974334, "W22": -54.572886569111752, "S22": -54.572886569111752, "W31": -79.634591296069871, "S31": -79.634591296069871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104790.2, 505753.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -52.342105263157897, "S22": -52.342105263157897, "W31": -78.773215746724887, "S31": -78.773215746724887, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104790.657894736839808, 530017.052631578990258 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6109289323714755, "S12": -5.6109289323714755, "W13": -16.234922176957269, "S13": -18.352074910587277, "W21": -41.685664778365116, "S21": -41.865411664989729, "W22": -34.428703102783182, "S22": -34.428703102783182, "W31": -70.438797004865378, "S31": -70.566661584002034, "W32": -101.36955715644966, "S32": -106.36955715644966 }, "geometry": { "type": "Point", "coordinates": [ 104790.75, 497421.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3266653666477328, "S12": -9.3266653666477328, "W13": -14.627880535988087, "S13": -18.517363567154536, "W21": -45.247614058018769, "S21": -46.021741111551158, "W22": -50.043574660653597, "S22": -54.737348219862781, "W31": -76.824633007377457, "S31": -76.824633007377457, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104791.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0490418608024079, "S11": 2.0490418608024079, "W12": -9.8274896625769816, "S12": -14.264035961505993, "W13": -30.0, "S13": -30.0, "W21": -37.547497126537088, "S21": -37.547497126537088, "W22": -40.0, "S22": -49.081818181818178, "W31": -80.913412093368706, "S31": -80.913412093368706, "W32": -94.506412871456135, "S32": -99.506412871456135 }, "geometry": { "type": "Point", "coordinates": [ 104791.0, 510496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49869147431488425, "S11": -0.49869147431488425, "W12": -10.544982157390596, "S12": -10.544982157390596, "W13": -20.119835895158605, "S13": -28.864332413801304, "W21": -37.228068098256514, "S21": -41.20702619985088, "W22": -33.052616843880685, "S22": -36.589976190295602, "W31": -65.43572181524371, "S31": -65.43572181524371, "W32": -88.952493792723416, "S32": -93.952493792723416 }, "geometry": { "type": "Point", "coordinates": [ 104791.0, 515172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0904173061163318, "W12": -9.616223776223805, "S12": -9.616223776223805, "W13": -20.180085988514655, "S13": -21.217642252683905, "W21": -38.650773594944731, "S21": -41.696529501974631, "W22": -70.854706294151327, "S22": -75.203552702185306, "W31": -81.970279777755863, "S31": -81.970279777755863, "W32": -93.463355512132381, "S32": -98.463355512132381 }, "geometry": { "type": "Point", "coordinates": [ 104791.4, 515490.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -12.168053562530206, "W13": -21.501341685699789, "S13": -21.501341685699789, "W21": -37.719956979024715, "S21": -37.719956979024715, "W22": -62.784875563104649, "S22": -62.784875563104649, "W31": -86.184853037843936, "S31": -86.184853037843936, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104791.5, 509420.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.636992867239659, "W13": -18.944308041987998, "S13": -18.944308041987998, "W21": -30.0, "S21": -31.82536973833896, "W22": -42.842203271277143, "S22": -42.842203271277143, "W31": -73.310113575306843, "S31": -75.25086330636347, "W32": -90.301881996494131, "S32": -95.301881996494131 }, "geometry": { "type": "Point", "coordinates": [ 104791.6, 508504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53838219851976521, "W12": -8.7995072073936118, "S12": -8.7995072073936118, "W13": -17.981257358075784, "S13": -25.780866605081709, "W21": -41.406081635589523, "S21": -43.041826552707093, "W22": -37.649864461644142, "S22": -52.649864461644142, "W31": -70.573869050095297, "S31": -70.573869050095297, "W32": -89.21977357853828, "S32": -94.21977357853828 }, "geometry": { "type": "Point", "coordinates": [ 104791.836206896550721, 516621.711206896579824 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.18424826665484795, "W12": -5.8740347409307567, "S12": -11.880165763146252, "W13": -16.040751533858849, "S13": -17.224265884749183, "W21": -44.826509958679289, "S21": -47.826509958679289, "W22": -79.134377576257208, "S22": -84.104630837295161, "W31": -84.104630837295161, "S31": -84.104630837295161, "W32": -94.596344328000271, "S32": -99.596344328000271 }, "geometry": { "type": "Point", "coordinates": [ 104792.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58519169890960243, "S11": -0.58519169890960243, "W12": -10.424942270250689, "S12": -10.424942270250689, "W13": -14.305129549455255, "S13": -16.835862285354043, "W21": -49.999999999999993, "S21": -49.999999999999993, "W22": -31.840669076476011, "S22": -36.820636859715037, "W31": -70.0, "S31": -70.0, "W32": -95.179195144714114, "S32": -100.17919514471411 }, "geometry": { "type": "Point", "coordinates": [ 104792.0, 501160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1294905886646853, "S11": 0.1294905886646853, "W12": -5.4342575120928345, "S12": -8.4631066801283445, "W13": -15.181808050453711, "S13": -19.914988652760034, "W21": -34.460071645081293, "S21": -39.666523257984522, "W22": -36.195938497069953, "S22": -39.453903382074948, "W31": -53.654355540006996, "S31": -53.6551363133566, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104792.0, 502766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.65, "S13": -13.65, "W21": -47.0, "S21": -47.0, "W22": -33.07779953475896, "S22": -36.208221901779389, "W31": -65.470883457111711, "S31": -65.470883457111697, "W32": -89.007849875935037, "S32": -94.007849875935037 }, "geometry": { "type": "Point", "coordinates": [ 104792.5, 528126.300000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56399226169539218, "S11": -0.56399226169539218, "W12": -10.534151180269223, "S12": -10.534151180269223, "W13": -14.472316166325705, "S13": -17.15014958751706, "W21": -52.121451104100949, "S21": -52.121451104100949, "W22": -40.0, "S22": -40.000104986876643, "W31": -73.162590003430097, "S31": -76.973340569826348, "W32": -89.715457147865607, "S32": -94.715457147865607 }, "geometry": { "type": "Point", "coordinates": [ 104792.75, 501101.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.594348249439058, "S12": -5.594348249439058, "W13": -16.3215304584309, "S13": -18.255106936660273, "W21": -40.185998376072774, "S21": -40.185998376072774, "W22": -30.0, "S22": -30.654577933702026, "W31": -70.0, "S31": -70.0, "W32": -94.78521549211284, "S32": -99.78521549211284 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 497310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93268017803210945, "S11": 0.93268017803210945, "W12": 6.5919492087118674e-18, "S12": 6.5919492087118674e-18, "W13": -14.729159143290799, "S13": -17.276790909461429, "W21": -40.307407335032018, "S21": -42.754798375869669, "W22": -39.676258263978063, "S22": -54.676258263978063, "W31": -74.262328153699272, "S31": -74.262328153699272, "W32": -89.712428783321727, "S32": -94.712428783321727 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 498733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9342688556731511, "S11": -0.9342688556731511, "W12": -5.6769389116729236, "S12": -13.263476795016279, "W13": -26.322521189043115, "S13": -26.322521189043115, "W21": -38.034870696519654, "S21": -38.463409035323373, "W22": -36.481350517104218, "S22": -51.691980578874976, "W31": -68.13660505838898, "S31": -68.13660505838898, "W32": -95.602377850063476, "S32": -100.60237785006348 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19497629518086265, "S11": 0.19497629518086265, "W12": -10.580737666956907, "S12": -10.580737666956907, "W13": -19.489718352875453, "S13": -19.731584322656481, "W21": -33.049803331328711, "S21": -33.049803331328711, "W22": -70.0, "S22": -74.287514666898446, "W31": -81.947595094848282, "S31": -81.947595094848282, "W32": -93.412649335872757, "S32": -98.412649335872757 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 513024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.3014168701616153, "S12": -4.3014168701616153, "W13": -16.934543541817025, "S13": -16.934543541817025, "W21": -44.479891025115172, "S21": -47.170408581035325, "W22": -58.121528754381828, "S22": -64.447417412198888, "W31": -78.842747311127198, "S31": -78.842747311127198, "W32": -95.645759818620022, "S32": -100.64575981862002 }, "geometry": { "type": "Point", "coordinates": [ 104793.0, 522085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2218292962093145, "S12": -9.2218292962093145, "W13": -14.624251416635186, "S13": -18.625910244526914, "W21": -45.075372541818119, "S21": -45.983008420444328, "W22": -39.906832612081026, "S22": -39.906832612081026, "W31": -80.0, "S31": -80.0, "W32": -97.095591366661779, "S32": -102.09559136666178 }, "geometry": { "type": "Point", "coordinates": [ 104794.0, 501495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1037833117134341, "S11": 2.1037833117134341, "W12": -12.288382288682818, "S12": -17.643147043154254, "W13": -26.888536186111004, "S13": -26.888536186111004, "W21": -37.563217487692441, "S21": -37.563217487692441, "W22": -36.266725223924809, "S22": -39.339070596462228, "W31": -54.754669185881248, "S31": -54.754669185881248, "W32": -94.859185293966974, "S32": -99.859185293966974 }, "geometry": { "type": "Point", "coordinates": [ 104794.0, 510161.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74649458316493011, "S11": 0.74649458316493011, "W12": -5.0, "S12": -5.0, "W13": -28.09906303334364, "S13": -29.551696067524929, "W21": -36.470810491318801, "S21": -36.470810491318801, "W22": -40.671081690590213, "S22": -48.681507642025799, "W31": -50.000000000000007, "S31": -50.581439981856718, "W32": -98.515357429395507, "S32": -103.51535742939551 }, "geometry": { "type": "Point", "coordinates": [ 104794.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51785041846159907, "S11": 0.51785041846159907, "W12": -5.0, "S12": -10.040665434380776, "W13": -25.058188149319037, "S13": -34.087495306601639, "W21": -35.20296416697451, "S21": -35.20296416697451, "W22": -47.815890219859334, "S22": -47.815890219859334, "W31": -72.845419748245646, "S31": -72.845419748245646, "W32": -97.711879023081778, "S32": -102.71187902308178 }, "geometry": { "type": "Point", "coordinates": [ 104794.0, 511401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076711957684040294, "S11": -0.076711957684040294, "W12": -10.668270941326913, "S12": -15.668270941326913, "W13": -19.005077506602799, "S13": -19.005077506602799, "W21": -32.658369189517494, "S21": -32.658369189517494, "W22": -40.214775832031442, "S22": -40.214775832031442, "W31": -75.239998, "S31": -75.239998, "W32": -91.676951455795205, "S32": -96.676951455795205 }, "geometry": { "type": "Point", "coordinates": [ 104794.333333333328483, 507732.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35969738651994498, "S11": -0.35969738651994498, "W12": -3.8022249603942968, "S12": -7.561526108736075, "W13": -16.418748907915429, "S13": -19.418748907915429, "W21": -40.0, "S21": -41.932802220211002, "W22": -64.775611870152105, "S22": -71.101394481460162, "W31": -82.158807629615225, "S31": -82.158807629615225, "W32": -96.802995192649718, "S32": -101.80299519264972 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 498998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.427678975211132, "S12": -10.427678975211132, "W13": -15.018606428387763, "S13": -18.018606428387763, "W21": -58.814432989690722, "S21": -59.52175737420739, "W22": -51.005747126436781, "S22": -51.005747126436781, "W31": -74.724947452320265, "S31": -74.796121829544461, "W32": -88.650489104271273, "S32": -93.650489104271273 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 500924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12595308166212221, "S11": -0.62595308166212216, "W12": -10.597793796386428, "S12": -10.597793796386428, "W13": -19.940441686900186, "S13": -20.446522131339194, "W21": -37.474735900809996, "S21": -40.482241016483272, "W22": -40.0, "S22": -40.0, "W31": -80.720656487991505, "S31": -80.720656487991505, "W32": -94.205443345976803, "S32": -99.205443345976803 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 513992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27020918819726558, "S11": -0.28661734363285252, "W12": -11.297836058450294, "S12": -11.297836058450294, "W13": -20.0, "S13": -23.700343852865235, "W21": -39.408981827717284, "S21": -43.512004268248887, "W22": -67.736203051435453, "S22": -72.763563760552671, "W31": -81.764739199353983, "S31": -81.764739199353983, "W32": -96.650528531551743, "S32": -101.65052853155174 }, "geometry": { "type": "Point", "coordinates": [ 104795.0, 514449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9891740129837938, "S12": -4.9891740129837938, "W13": -18.862969046257387, "S13": -18.862969046257387, "W21": -39.861883963712685, "S21": -42.476837207028083, "W22": -36.177918287406243, "S22": -36.177918287406243, "W31": -65.738119817792409, "S31": -70.34712969057675, "W32": -89.430271217276413, "S32": -94.430271217276413 }, "geometry": { "type": "Point", "coordinates": [ 104795.9, 521248.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63854584117117841, "S11": -0.21691181670729676, "W12": -5.8525920151984145, "S12": -9.0249267957097494, "W13": -15.707387303364724, "S13": -16.65844188394756, "W21": -44.396647032629282, "S21": -47.396647032629282, "W22": -57.647086122517855, "S22": -63.874321003255709, "W31": -78.767709471447333, "S31": -78.767709471447333, "W32": -95.615809458358072, "S32": -100.61580945835807 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 497998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42860901596211182, "S11": -0.42860901596211182, "W12": -10.0, "S12": -10.0, "W13": -16.511295197958141, "S13": -17.764396797803407, "W21": -40.721641477366177, "S21": -41.966185269278391, "W22": -34.974496854571655, "S22": -34.974496854571655, "W31": -74.636778677571385, "S31": -74.636778677571385, "W32": -101.35675836785384, "S32": -106.35675836785384 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 499928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5324783268110922, "S11": -0.5324783268110922, "W12": -9.9351920377695553, "S12": -9.9351920377695553, "W13": -17.163222330914966, "S13": -19.598607327507917, "W21": -43.413641865367005, "S21": -44.706563770986165, "W22": -44.579328512997478, "S22": -44.579328512997478, "W31": -75.779999, "S31": -75.779999, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43085422027383335, "S11": -1.4308542202738335, "W12": -9.727880926980955, "S12": -10.308009507678122, "W13": -20.226824278520244, "S13": -20.226824278520244, "W21": -35.513648753707542, "S21": -37.371593844726569, "W22": -60.274443299013491, "S22": -61.670532489379454, "W31": -85.772893772893781, "S31": -85.772893772893781, "W32": -90.902402789762561, "S32": -95.902402789762561 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 506534.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.296797754389928, "S11": 0.296797754389928, "W12": -10.0, "S12": -10.679314305159712, "W13": -19.566332463491232, "S13": -19.566332463491232, "W21": -33.181466822150611, "S21": -33.181466822150611, "W22": -35.742396256282859, "S22": -43.030842842211889, "W31": -70.183372146444242, "S31": -70.183372146444242, "W32": -95.682145870939252, "S32": -100.68214587093925 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 512891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20345400751304801, "S11": -0.28280221863596688, "W12": -10.27806969779472, "S12": -10.27806969779472, "W13": -20.163553788238143, "S13": -29.775360149295892, "W21": -36.690914991305114, "S21": -39.660522809790201, "W22": -38.505375743924148, "S22": -42.192878689119944, "W31": -74.708568452122591, "S31": -74.708568452122591, "W32": -96.173904967632311, "S32": -101.17390496763231 }, "geometry": { "type": "Point", "coordinates": [ 104796.0, 515316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43098700721115663, "S11": -1.3630593664350006, "W12": -9.4772983836237845, "S12": -9.4772983836237845, "W13": -20.0, "S13": -20.0, "W21": -35.161295984244276, "S21": -36.944766633672835, "W22": -39.709568244128285, "S22": -39.709568244128285, "W31": -79.244205226148097, "S31": -79.244205226148097, "W32": -96.900579082387097, "S32": -101.9005790823871 }, "geometry": { "type": "Point", "coordinates": [ 104797.0, 506569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.939601542384636, "S13": -20.939601542384636, "W21": -32.440687943288992, "S21": -32.444433417288899, "W22": -36.976909983214966, "S22": -40.620863190465016, "W31": -52.765933697957358, "S31": -53.137426353229799, "W32": -100.29914549525519, "S32": -105.29914549525519 }, "geometry": { "type": "Point", "coordinates": [ 104797.0, 508845.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6295441775184093, "S11": 0.6295441775184093, "W12": -5.0, "S12": -5.0, "W13": -26.508825584458723, "S13": -32.2819888348604, "W21": -35.727682674547466, "S21": -35.727682674547466, "W22": -58.57423024900686, "S22": -65.924249002246668, "W31": -79.955526274108081, "S31": -79.955526274108081, "W32": -96.302021365362549, "S32": -101.30202136536255 }, "geometry": { "type": "Point", "coordinates": [ 104797.0, 511302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4112571041243025, "S11": 0.4112571041243025, "W12": -5.5937881728447572, "S12": -8.4888145674981157, "W13": -15.0, "S13": -19.831838019786773, "W21": -34.854891154588039, "S21": -40.3649235989609, "W22": -70.0, "S22": -73.398511218284753, "W31": -81.707317073170728, "S31": -81.707317073170728, "W32": -95.883082414313819, "S32": -100.88308241431382 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 502738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47432409454174462, "S11": -0.66217200922135966, "W12": -4.4904289841116993, "S12": -4.4904289841116993, "W13": -20.0, "S13": -20.0, "W21": -31.479711663429249, "S21": -31.479711663429249, "W22": -40.182804581827227, "S22": -48.019834346653951, "W31": -50.0, "S31": -50.6351346597448, "W32": -98.316606613428718, "S32": -103.31660661342872 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 504309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21222222222222223, "S11": -0.65493218163527245, "W12": -4.4986737132904935, "S12": -4.4986737132904935, "W13": -16.139750174370679, "S13": -18.660462702924537, "W21": -30.0, "S21": -30.0, "W22": -67.366882054743158, "S22": -71.234380207800385, "W31": -82.913894816116482, "S31": -82.913894816116482, "W32": -93.063518761285209, "S32": -98.063518761285209 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 504727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2213732611526074, "W12": -2.6441896575119643, "S12": -2.6441896575119643, "W13": -13.463653624169737, "S13": -17.045460949010501, "W21": -30.000000000000004, "S21": -30.008684825735916, "W22": -50.862068965517246, "S22": -50.862068965517246, "W31": -74.710736055334181, "S31": -75.197094299699543, "W32": -88.653876493220324, "S32": -93.653876493220324 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 505034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.279344713588713, "W13": -19.77711072924501, "S13": -19.77711072924501, "W21": -33.64434622269286, "S21": -33.64434622269286, "W22": -39.854075175548587, "S22": -39.854075175548587, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -96.996501167281991, "S32": -101.99650116728199 }, "geometry": { "type": "Point", "coordinates": [ 104798.0, 512569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051594326397097372, "S11": 0.051594326397097372, "W12": -4.2786122530949759, "S12": -4.2786122530949759, "W13": -15.0, "S13": -15.0, "W21": -45.293884887420887, "S21": -47.797303400112753, "W22": -39.637935452590462, "S22": -54.637935452590462, "W31": -73.288107569002648, "S31": -73.288107569002648, "W32": -89.585181964730253, "S32": -94.585181964730253 }, "geometry": { "type": "Point", "coordinates": [ 104798.25, 523110.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92985204759836981, "S11": -0.92985204759836981, "W12": -5.9877320409809789, "S12": -11.972613279705591, "W13": -25.198206362854389, "S13": -25.198206362854389, "W21": -37.551130022140285, "S21": -38.010873325545312, "W22": -41.025323685668425, "S22": -49.054033223597841, "W31": -50.0, "S31": -50.515614568494463, "W32": -98.714093867093027, "S32": -103.71409386709303 }, "geometry": { "type": "Point", "coordinates": [ 104798.4, 505768.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42813337459384188, "S11": -1.1282186511134416, "W12": -8.8564854583560617, "S12": -9.7610425500099272, "W13": -20.0, "S13": -20.0, "W21": -33.96732244719044, "S21": -35.514961332442432, "W22": -36.947728132801068, "S22": -49.693003380885571, "W31": -69.175414376743504, "S31": -69.175414376743504, "W32": -89.049881045113153, "S32": -94.049881045113153 }, "geometry": { "type": "Point", "coordinates": [ 104798.5, 506687.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4624015137181166, "S11": 1.4624015137181166, "W12": -8.0302029478275561, "S12": -8.0302029478275543, "W13": -13.557308881320445, "S13": -20.605443266704743, "W21": -42.136272368125482, "S21": -49.608331924928194, "W22": -61.310940154865406, "S22": -61.310940154865406, "W31": -86.381485977826657, "S31": -86.381485977826657, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104798.6, 502311.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2053482528935611, "S12": -6.7639492108593888, "W13": -19.213528695590856, "S13": -22.237700560492318, "W21": -30.846644532084088, "S21": -30.846644532084088, "W22": -39.419987224075221, "S22": -40.435461282790641, "W31": -77.89853285875509, "S31": -77.89853285875509, "W32": -96.639168925844331, "S32": -101.63916892584433 }, "geometry": { "type": "Point", "coordinates": [ 104798.857142857144936, 503551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51549536874193924, "S11": -0.51549536874193924, "W12": -10.464594091477974, "S12": -10.464594091477974, "W13": -15.0, "S13": -18.0, "W21": -58.197897715787342, "S21": -58.884270626113263, "W22": -63.055335966711006, "S22": -69.872481129371323, "W31": -82.320220012313825, "S31": -82.320220012313825, "W32": -96.304838297328388, "S32": -101.30483829732839 }, "geometry": { "type": "Point", "coordinates": [ 104799.0, 500937.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92854533006918072, "S11": -0.92854533006918072, "W12": -6.0871981918109492, "S12": -11.529531324703314, "W13": -24.739846798670328, "S13": -25.121357830000989, "W21": -37.392654035367421, "S21": -37.86446214501148, "W22": -40.0, "S22": -55.0, "W31": -81.378943946160078, "S31": -81.378943946160078, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104799.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -60.0, "W31": -79.20869303223671, "S31": -79.20869303223671, "W32": -91.740670406457753, "S32": -96.740670406457753 }, "geometry": { "type": "Point", "coordinates": [ 104799.711538461531745, 530037.192307692253962 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37620357634112789, "S11": -0.37620357634112789, "W12": -3.779897905298363, "S12": -7.7356841674049193, "W13": -16.431766556002096, "S13": -19.431766556002096, "W21": -40.0, "S21": -41.922390106542181, "W22": -36.695990727039565, "S22": -48.261938073658854, "W31": -70.0, "S31": -72.03803116069767, "W32": -93.088055085487539, "S32": -98.088055085487539 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50501592356687897, "S11": -0.50501592356687897, "W12": -10.0, "S12": -10.0, "W13": -16.644420070784417, "S13": -17.965593034806695, "W21": -40.917977911389706, "S21": -42.186690232733604, "W22": -36.293702463730789, "S22": -39.274372936095574, "W31": -55.31041516879295, "S31": -55.31041516879295, "W32": -94.869338524501515, "S32": -99.869338524501515 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1347970954710975, "S12": -6.6413285786879515, "W13": -18.742584560735157, "S13": -22.066095680018677, "W21": -30.0, "S21": -30.0, "W22": -44.55407230467749, "S22": -44.55407230467749, "W31": -75.779999, "S31": -75.779999, "W32": -95.02305967859445, "S32": -100.02305967859445 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 503391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.946715009613513, "S13": -20.946715009613513, "W21": -32.447034207429589, "S21": -32.453731437939283, "W22": -33.092992068038384, "S22": -36.216612950154925, "W31": -65.503158576006811, "S31": -65.677284903744592, "W32": -89.017015417213372, "S32": -94.017015417213372 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 508848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95, "S11": 0.95, "W12": -6.4099998, "S12": -6.4099998, "W13": -31.4, "S13": -31.4, "W21": -37.41, "S21": -37.41, "W22": -50.863478982822251, "S22": -55.977378316543216, "W31": -77.511372404878188, "S31": -78.328274830399465, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12815220461338525, "S11": -0.61408550633616066, "W12": -10.585808427541524, "S12": -10.585808427541524, "W13": -19.941075092173499, "S13": -20.514764841442354, "W21": -37.513359680462692, "S21": -40.517457007543364, "W22": -53.051797448782374, "S22": -53.051797448782374, "W31": -74.978618621490895, "S31": -79.767760777045268, "W32": -89.653971560804109, "S32": -94.653971560804109 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44381108105790001, "S11": -0.44381108105790001, "W12": -11.245472947720486, "S12": -11.245472947720486, "W13": -20.118888204838367, "S13": -27.682213421123041, "W21": -38.0369743684507, "S21": -43.0369743684507, "W22": -34.297117628188751, "S22": -43.406254803628173, "W31": -70.0, "S31": -70.0, "W32": -95.429950988884485, "S32": -100.42995098888449 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20007478673275117, "S11": -0.20007478673275117, "W12": -4.2684559408967688, "S12": -4.2684559408967688, "W13": -15.0, "S13": -15.0, "W21": -43.990685436997779, "S21": -46.139692194530937, "W22": -40.0, "S22": -55.0, "W31": -81.358439529577197, "S31": -81.358439529577197, "W32": -95.115600376586642, "S32": -100.11560037658664 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 523616.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21217023461614701, "S11": 0.21217023461614701, "W12": -10.927911577228809, "S12": -10.927911577228809, "W13": -19.537904986515784, "S13": -21.179639394963541, "W21": -33.311288611033127, "S21": -33.311288611033127, "W22": -39.813073209391412, "S22": -39.813073209391412, "W31": -66.440272129713961, "S31": -76.440272129713961, "W32": -92.596606707806316, "S32": -97.596606707806316 }, "geometry": { "type": "Point", "coordinates": [ 104801.0, 513068.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9688247840333488, "S11": -2.5433625859171567, "W12": -9.1578690164362211, "S12": -9.1578690164362211, "W13": -17.567740503933404, "S13": -25.932899472816231, "W21": -40.06229258911776, "S21": -44.12319771551325, "W22": -41.683175978950629, "S22": -53.557805894388615, "W31": -80.872783799084274, "S31": -80.872783799084274, "W32": -96.01322346781275, "S32": -101.01322346781275 }, "geometry": { "type": "Point", "coordinates": [ 104801.01333333333605, 516114.293333333334886 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31208516390672514, "S11": 0.31208516390672514, "W12": -12.155783882987613, "S12": -13.273074075100858, "W13": -17.045678589435774, "S13": -17.045678589435774, "W21": -31.797899592206335, "S21": -31.797899592206335, "W22": -35.339274264396217, "S22": -36.200737120708688, "W31": -65.674689895105217, "S31": -69.198798384489322, "W32": -89.318168916361159, "S32": -94.318168916361159 }, "geometry": { "type": "Point", "coordinates": [ 104802.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49602393583785298, "S11": 0.49602393583785298, "W12": -10.340601700930009, "S12": -11.492340840546913, "W13": -19.732947122147618, "S13": -19.732947122147618, "W21": -33.535387930376508, "S21": -33.535387930376508, "W22": -38.341334641959932, "S22": -38.341334641959932, "W31": -65.958933655567193, "S31": -73.595157437554207, "W32": -89.760220706179467, "S32": -94.760220706179467 }, "geometry": { "type": "Point", "coordinates": [ 104802.0, 512642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.2852626233541038, "S12": -4.2852626233541038, "W13": -16.429544014615384, "S13": -16.429544014615384, "W21": -44.532562699176843, "S21": -47.203522136929138, "W22": -33.685140373194557, "S22": -33.685140373194557, "W31": -75.077295159829575, "S31": -75.077295159829575, "W32": -101.3617808649998, "S32": -106.3617808649998 }, "geometry": { "type": "Point", "coordinates": [ 104802.666666666671517, 522307.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8694452629556082, "S11": 1.8694452629556082, "W12": 1.7347234759768071e-17, "S12": 1.7347234759768071e-17, "W13": -14.057469179826796, "S13": -16.744092644378494, "W21": -41.780169314862924, "S21": -44.768936646043855, "W22": -58.679936249335704, "S22": -58.679936249335704, "W31": -81.887808829485266, "S31": -81.887808829485266, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 498446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.237777440353057, "S13": -20.237777440353057, "W21": -30.715607613321595, "S21": -31.824845197549195, "W22": -50.0, "S22": -50.0, "W31": -77.688896761572053, "S31": -77.688896761572053, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 508732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -33.148642347133695, "S22": -38.148642347133695, "W31": -65.375690166024413, "S31": -65.375690166024413, "W32": -88.771359980402025, "S32": -93.771359980402025 }, "geometry": { "type": "Point", "coordinates": [ 104803.0, 528175.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3941176470595082, "S11": -1.8767569969507978, "W12": -9.9411798610514168, "S12": -9.9411798610514168, "W13": -20.214734515507224, "S13": -20.562496345161197, "W21": -38.509239198665647, "S21": -41.281792359837951, "W22": -59.76638923322129, "S22": -59.76638923322129, "W31": -83.429923796980248, "S31": -83.429923796980248, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104803.6, 515452.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -11.658551827936108, "S12": -19.534463067221537, "W13": -28.858343939910011, "S13": -28.858343939910011, "W21": -37.466162342103551, "S21": -37.466162342103551, "W22": -47.631578947368183, "S22": -47.631578947368183, "W31": -74.471585969513626, "S31": -81.14616090031663, "W32": -88.633713758584193, "S32": -93.633713758584193 }, "geometry": { "type": "Point", "coordinates": [ 104804.0, 510277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48759369927838275, "S11": -0.48759369927838275, "W12": -10.666554102977983, "S12": -10.666554102977983, "W13": -20.160664291553566, "S13": -28.711121334419069, "W21": -37.367301288808214, "S21": -40.739073365685925, "W22": -40.0, "S22": -48.923110860651086, "W31": -80.745039894969139, "S31": -80.745039894969139, "W32": -96.263733423816603, "S32": -101.2637334238166 }, "geometry": { "type": "Point", "coordinates": [ 104804.666666666671517, 515139.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56675489040205951, "S11": -0.56675489040205951, "W12": -10.486049030846733, "S12": -10.486049030846733, "W13": -15.133836256106969, "S13": -18.133836256106967, "W21": -58.250628140703519, "S21": -58.937981989944362, "W22": -40.0, "S22": -40.0, "W31": -66.409822861763203, "S31": -76.409822861763203, "W32": -92.332253782076535, "S32": -97.332253782076535 }, "geometry": { "type": "Point", "coordinates": [ 104805.0, 500892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.052225041870700213, "S11": -0.252102866736794, "W12": -10.149850859860626, "S12": -10.149850859860626, "W13": -19.905858132667667, "S13": -28.480458385745692, "W21": -36.39009592997877, "S21": -38.016024382305503, "W22": -36.670271233179733, "S22": -41.278660489103785, "W31": -62.715053763440864, "S31": -62.797992022339621, "W32": -93.909541617572557, "S32": -98.909541617572557 }, "geometry": { "type": "Point", "coordinates": [ 104805.666666666671517, 513733.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1903265936722811, "S11": 1.1903265936722811, "W12": -9.3849633182399632, "S12": -9.3849633182399632, "W13": -14.182903561562124, "S13": -18.773950847025709, "W21": -41.765941482092906, "S21": -49.809085906224702, "W22": -61.176109390875624, "S22": -61.227182610534911, "W31": -86.266273557636794, "S31": -86.266273557636794, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104806.8, 501990.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.40986865950295615, "W12": -5.6569271428908046, "S12": -9.1808055799385606, "W13": -15.724508219378901, "S13": -16.813704806079915, "W21": -44.453075855984459, "S21": -47.315082573988249, "W22": -47.723180046054253, "S22": -47.723180046054253, "W31": -73.14990358089095, "S31": -73.14990358089095, "W32": -96.823657752086206, "S32": -101.82365775208621 }, "geometry": { "type": "Point", "coordinates": [ 104807.0, 497998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.785209525828563, "W13": -20.026219069295539, "S13": -20.026219069295539, "W21": -30.106021256263965, "S21": -32.809390962296845, "W22": -34.903360959563976, "S22": -36.219655967481913, "W31": -65.646621129703718, "S31": -68.562438794921931, "W32": -89.259010947696723, "S32": -94.259010947696723 }, "geometry": { "type": "Point", "coordinates": [ 104807.0, 508701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2155057069521051, "W12": -4.9876179219351293, "S12": -4.9876179219351293, "W13": -16.872186291294149, "S13": -18.424802263882448, "W21": -30.256147317949551, "S21": -30.256147317949551, "W22": -40.961185424783828, "S22": -40.961185424783828, "W31": -73.185883464422176, "S31": -78.791379335210749, "W32": -89.670719774582054, "S32": -94.670719774582054 }, "geometry": { "type": "Point", "coordinates": [ 104807.5, 504619.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0016281755196304593, "S11": -0.0016281755196304593, "W12": -9.2400322654989626, "S12": -9.7556940799972676, "W13": -16.255914377212203, "S13": -19.163570976919313, "W21": -40.117037348392088, "S21": -41.258620648904099, "W22": -50.944791303111394, "S22": -50.944791303111394, "W31": -74.705871426678357, "S31": -74.705871426678357, "W32": -88.666673986515889, "S32": -93.666673986515889 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 499756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1663273071233498, "S12": -6.1388239482361291, "W13": -18.822914914587447, "S13": -22.088839394317468, "W21": -30.050640830375826, "S21": -30.050640830375826, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -93.858110998815732, "S32": -98.858110998815732 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 503419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91741224483272021, "S11": -1.9044511281826704, "W12": -7.0246892044888298, "S12": -8.1123132273391008, "W13": -20.187667560321717, "S13": -23.464442125372347, "W21": -35.783543199330502, "S21": -36.347101494956576, "W22": -30.0, "S22": -44.878686489943036, "W31": -70.0, "S31": -70.0, "W32": -94.417672803467482, "S32": -99.417672803467482 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 505613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.93361671980162941, "W12": -10.147690196414786, "S12": -10.147690196414786, "W13": -20.226994539931169, "S13": -20.300093543973109, "W21": -38.455161085902517, "S21": -41.129396461865369, "W22": -56.360254823648539, "S22": -62.311166541981279, "W31": -78.563705983180142, "S31": -78.563705983180142, "W32": -95.538154848591901, "S32": -100.5381548485919 }, "geometry": { "type": "Point", "coordinates": [ 104808.0, 515437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.652867217665978, "S13": -14.652867217665978, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -55.0, "W31": -76.205899786916632, "S31": -76.205899786916632, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104808.6, 527581.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035120207443986695, "S11": 0.035120207443986695, "W12": -8.4723822693400948, "S12": -9.9289328971422268, "W13": -16.268161132647901, "S13": -19.301274717827145, "W21": -40.0, "S21": -41.131658133123274, "W22": -70.826409495548802, "S22": -74.535127856335393, "W31": -81.339590215585631, "S31": -81.339590215585631, "W32": -94.941094241807122, "S32": -99.941094241807122 }, "geometry": { "type": "Point", "coordinates": [ 104809.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65915850169080026, "W12": -4.4783692826191626, "S12": -5.5895091447124639, "W13": -20.0, "S13": -20.0, "W21": -31.470188177260752, "S21": -31.470188177260752, "W22": -39.517805681350708, "S22": -39.517805681350708, "W31": -71.968962917202532, "S31": -72.668546399948866, "W32": -91.171195521929491, "S32": -96.171195521929491 }, "geometry": { "type": "Point", "coordinates": [ 104809.0, 504271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.357541401273885, "S12": -13.792721020101773, "W13": -17.833620688517566, "S13": -17.833620688517566, "W21": -30.0, "S21": -30.0, "W22": -34.464238892775263, "S22": -36.244696305615165, "W31": -65.621279198725802, "S31": -67.928806039778436, "W32": -89.199852979032286, "S32": -94.199852979032286 }, "geometry": { "type": "Point", "coordinates": [ 104809.0, 508307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22936417405141046, "S11": 0.22936417405141046, "W12": -11.057132168339841, "S12": -11.057132168339841, "W13": -19.586091620156061, "S13": -22.627694467268775, "W21": -33.57277389073721, "S21": -33.57277389073721, "W22": -58.084065015852268, "S22": -64.3843143306012, "W31": -80.81835328152475, "S31": -80.81835328152475, "W32": -96.346012855255537, "S32": -101.34601285525554 }, "geometry": { "type": "Point", "coordinates": [ 104809.0, 513113.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2771135853688813, "S12": -5.2771135853688813, "W13": -16.259666779472582, "S13": -18.689933322901364, "W21": -40.291465247448592, "S21": -40.291465247448592, "W22": -67.046621119331647, "S22": -72.046621119331647, "W31": -81.667490391948675, "S31": -81.667490391948675, "W32": -96.587653869034, "S32": -101.587653869034 }, "geometry": { "type": "Point", "coordinates": [ 104809.333333333328483, 497344.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92491465983150523, "S11": 0.92491465983150523, "W12": -0.024829519624185392, "S12": -0.024829519624185392, "W13": -14.763048934734949, "S13": -17.287707309816469, "W21": -40.314495056763846, "S21": -42.730539469108244, "W22": -47.761917327586211, "S22": -47.761917327586211, "W31": -76.417723440611354, "S31": -77.09517228027137, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104809.375, 498738.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43200853293627495, "S11": -0.43200853293627495, "W12": -3.7384474564337267, "S12": -7.9813713766317917, "W13": -16.503253577817532, "S13": -19.503253577817532, "W21": -40.0, "S21": -41.872586471076652, "W22": -50.266402434026226, "S22": -50.266402434026226, "W31": -75.106530715769779, "S31": -79.041055201623664, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104810.0, 499019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.123945459271614, "S12": -10.123945459271614, "W13": -17.28184279689264, "S13": -19.766291340976917, "W21": -47.287777823765282, "S21": -48.289748701283997, "W22": -36.463134063332355, "S22": -50.913653738424067, "W31": -69.466135136227123, "S31": -72.52850099464456, "W32": -93.208137780408308, "S32": -98.208137780408308 }, "geometry": { "type": "Point", "coordinates": [ 104810.333333333328483, 500342.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4571257929753984, "S11": -1.2089291816685708, "W12": -8.7465217765783354, "S12": -9.1454294400021254, "W13": -20.0, "S13": -20.0, "W21": -34.170611055665347, "S21": -35.64675709555803, "W22": -35.100834850455641, "S22": -35.100834850455641, "W31": -74.520593868940082, "S31": -74.520593868940082, "W32": -101.31064973901259, "S32": -106.31064973901259 }, "geometry": { "type": "Point", "coordinates": [ 104811.0, 506668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.525052538436015, "W13": -19.790280517250238, "S13": -19.790280517250238, "W21": -33.638384490632546, "S21": -33.638384490632546, "W22": -70.0, "S22": -73.227091633466131, "W31": -81.436282278956369, "S31": -81.436282278956369, "W32": -95.053003925395302, "S32": -100.0530039253953 }, "geometry": { "type": "Point", "coordinates": [ 104811.0, 512565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.040155385644064776, "S11": -0.19745934141111288, "W12": -10.060679652126515, "S12": -10.060679652126515, "W13": -19.900034914747874, "S13": -30.192793116878242, "W21": -36.220234678847383, "S21": -37.512141334620175, "W22": -69.508196721311478, "S22": -73.692688862817548, "W31": -81.584640168326914, "S31": -81.584640168326914, "W32": -93.264859383116089, "S32": -98.264859383116089 }, "geometry": { "type": "Point", "coordinates": [ 104811.0, 513692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73325714010731202, "S11": -0.73325714010731202, "W12": -10.464462627388702, "S12": -10.725146638125739, "W13": -15.555001650354018, "S13": -18.555001650354018, "W21": -57.891278375149348, "S21": -58.622528936193589, "W22": -38.898809131758028, "S22": -41.840019096729421, "W31": -75.534913331597593, "S31": -75.534913331597593, "W32": -96.144816858655204, "S32": -101.1448168586552 }, "geometry": { "type": "Point", "coordinates": [ 104811.5, 500758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.213165030927664, "S12": -10.213165030927664, "W13": -21.55944723314752, "S13": -21.55944723314752, "W21": -34.348705206838169, "S21": -35.395239497576831, "W22": -47.899432510345036, "S22": -47.899432510345036, "W31": -76.476457093799311, "S31": -77.094615965809766, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104811.5, 509035.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34287749836330728, "S11": 0.34287749836330728, "W12": -9.4424978687127012, "S12": -9.4424978687127012, "W13": -14.63077665370785, "S13": -15.718458987581432, "W21": -42.939496201272, "S21": -52.939496201272, "W22": -40.0, "S22": -55.0, "W31": -76.661805612658711, "S31": -76.661805612658711, "W32": -90.322304256521747, "S32": -95.322304256521747 }, "geometry": { "type": "Point", "coordinates": [ 104813.0, 501717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23735721527543083, "S11": 0.23735721527543083, "W12": -12.009899310383206, "S12": -13.673195569230527, "W13": -17.218233308523409, "S13": -17.218233308523409, "W21": -32.206860492966221, "S21": -32.206860492966221, "W22": -35.364378087361935, "S22": -35.364378087361935, "W31": -70.599410141998405, "S31": -70.599410141998405, "W32": -92.227714739870081, "S32": -97.227714739870081 }, "geometry": { "type": "Point", "coordinates": [ 104813.0, 507970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23420836751435603, "S11": -0.41373369517995995, "W12": -10.776666666666666, "S12": -10.776666666666666, "W13": -20.229895138419305, "S13": -30.080277016126878, "W21": -36.869542305542971, "S21": -39.442065292459077, "W22": -40.24161236609477, "S22": -40.24161236609477, "W31": -75.239998, "S31": -75.239998, "W32": -91.951638267377973, "S32": -96.951638267377973 }, "geometry": { "type": "Point", "coordinates": [ 104813.0, 515360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -34.025116825986558, "S22": -36.269736643748431, "W31": -65.5959372677479, "S31": -67.273328062439347, "W32": -89.14069501036785, "S32": -94.14069501036785 }, "geometry": { "type": "Point", "coordinates": [ 104813.06451612903038, 528223.32258064521011 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5263793125196634, "S11": 1.5263793125196634, "W12": -8.3524557907235835, "S12": -8.3524557907235817, "W13": -13.659542048729332, "S13": -20.58361657049095, "W21": -42.201607185125766, "S21": -49.624082456760966, "W22": -35.667079269494437, "S22": -35.667079269494437, "W31": -74.359596111234453, "S31": -74.359596111234453, "W32": -101.29355559706734, "S32": -106.29355559706734 }, "geometry": { "type": "Point", "coordinates": [ 104813.4, 502274.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.118914015694878, "W12": -4.7680755510179571, "S12": -4.7680755510179571, "W13": -16.636310316403524, "S13": -18.773808119952989, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.829846290658928, "S22": -44.690058371780083, "W31": -66.828496242956888, "S31": -71.63766059354252, "W32": -95.172817925005262, "S32": -100.17281792500526 }, "geometry": { "type": "Point", "coordinates": [ 104813.5, 504674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.046025462453876786, "W12": -7.4136305862183347, "S12": -9.6970976809213845, "W13": -15.602840911842007, "S13": -18.602840911842009, "W21": -36.283852213053265, "S21": -36.283852213053265, "W22": -34.100910572460755, "S22": -36.047730715591818, "W31": -65.256061402068866, "S31": -65.256061402068866, "W32": -88.573291270537396, "S32": -93.573291270537396 }, "geometry": { "type": "Point", "coordinates": [ 104814.0, 497073.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3445012787723769, "S12": -9.3445012787723769, "W13": -14.669085086998066, "S13": -18.560949024079701, "W21": -44.72370602818301, "S21": -45.090939550468214, "W22": -57.850391242686712, "S22": -64.062330648996848, "W31": -80.745164218049808, "S31": -80.745164218049808, "W32": -96.333875288604958, "S32": -101.33387528860496 }, "geometry": { "type": "Point", "coordinates": [ 104814.0, 501494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0844100031113877, "S12": -10.694713152220793, "W13": -19.571447883594917, "S13": -22.220739176623553, "W21": -31.48042861828112, "S21": -31.48042861828112, "W22": -52.970944465919338, "S22": -52.970944465919338, "W31": -74.952701048706174, "S31": -79.952701048706174, "W32": -89.644634857868724, "S32": -94.644634857868724 }, "geometry": { "type": "Point", "coordinates": [ 104814.0, 503714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.99855102463258127, "W12": -5.0019591363570495, "S12": -14.393272649870562, "W13": -24.745812831188498, "S13": -24.745812831188498, "W21": -39.620685770573104, "S21": -40.918359632597991, "W22": -43.568516776419166, "S22": -43.568516776419166, "W31": -71.936610130638101, "S31": -71.936610130638101, "W32": -99.917812188803651, "S32": -104.91781218880365 }, "geometry": { "type": "Point", "coordinates": [ 104814.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.270737084660885, "S12": -8.5586239204504118, "W13": -19.398864039680983, "S13": -22.374355104366501, "W21": -30.998865411942692, "S21": -30.998865411942692, "W22": -36.587672439694394, "S22": -40.531477150619658, "W31": -61.249442929796039, "S31": -61.249442929796039, "W32": -94.196268990169798, "S32": -99.196268990169798 }, "geometry": { "type": "Point", "coordinates": [ 104814.222222222218988, 503615.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.062586841527953241, "W12": -5.395472089358968, "S12": -12.587725739551406, "W13": -16.550977044016506, "S13": -18.343357283027775, "W21": -45.573708341466379, "S21": -48.573708341466379, "W22": -40.0, "S22": -40.0, "W31": -72.12810561736714, "S31": -73.022872946967453, "W32": -91.000822273434792, "S32": -96.000822273434792 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 497835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63066010083245394, "S11": -0.63066010083245394, "W12": -10.759105273912594, "S12": -10.759105273912594, "W13": -14.576791474380322, "S13": -17.383618042646006, "W21": -50.0, "S21": -50.0, "W22": -30.0, "S22": -38.18614367611751, "W31": -70.0, "S31": -70.0, "W32": -94.271325312402297, "S32": -99.271325312402297 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 501124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64592614302461904, "S11": -0.8621720601771572, "W12": -4.6060491987560823, "S12": -4.6060491987560823, "W13": -19.925051170826055, "S13": -19.925051170826055, "W21": -30.980981729868812, "S21": -30.980981729868812, "W22": -30.96594878648887, "S22": -34.962892324550083, "W31": -70.0, "S31": -70.0, "W32": -94.849829329908673, "S32": -99.849829329908673 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 504387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23319443359579017, "S11": -1.2346384426208408, "W12": -10.238326557525269, "S12": -10.554460785713028, "W13": -20.160085494716544, "S13": -20.160085494716544, "W21": -31.478726863617183, "S21": -31.478726863617183, "W22": -73.865475120300346, "S22": -78.47408895031738, "W31": -80.830961073054667, "S31": -80.830961073054667, "W32": -94.130535661486917, "S32": -99.130535661486917 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 507177.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72336507936507932, "S11": 0.72336507936507932, "W12": -10.427147877638475, "S12": -13.57995908700326, "W13": -21.841091688927854, "S13": -21.841091688927854, "W21": -38.092613974343671, "S21": -38.092613974343671, "W22": -30.0, "S22": -32.332234880221151, "W31": -70.0, "S31": -70.0, "W32": -94.719556088782241, "S32": -99.719556088782241 }, "geometry": { "type": "Point", "coordinates": [ 104815.0, 509668.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51528649690261308, "S11": -1.0445128382989748, "W12": -3.6783070574704486, "S12": -3.6783070574704486, "W13": -13.801583279705904, "S13": -17.28187786569449, "W21": -30.0, "S21": -30.071481376540351, "W22": -40.0, "S22": -55.435916542473919, "W31": -81.267621111796927, "S31": -81.267621111796927, "W32": -94.740424868041288, "S32": -99.740424868041288 }, "geometry": { "type": "Point", "coordinates": [ 104815.333333333328483, 505060.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38231162082239578, "S11": -0.72447244264307376, "W12": -10.468721845784678, "S12": -10.468721845784678, "W13": -20.24938304249973, "S13": -29.937729736486546, "W21": -38.367704802386477, "S21": -40.867055217701527, "W22": -33.539291366752671, "S22": -36.248073589436508, "W31": -65.570595336769998, "S31": -66.584163167127286, "W32": -89.081537041703413, "S32": -94.081537041703413 }, "geometry": { "type": "Point", "coordinates": [ 104815.8, 515413.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33681031871871148, "S11": 0.33681031871871148, "W12": -4.6846991416633106, "S12": -15.625703596431972, "W13": -19.777911606519314, "S13": -21.196193353698952, "W21": -32.50777826076925, "S21": -32.50777826076925, "W22": -36.667568018151357, "S22": -47.883209707543799, "W31": -69.534634107413439, "S31": -71.553578519619208, "W32": -93.22539020276372, "S32": -98.22539020276372 }, "geometry": { "type": "Point", "coordinates": [ 104816.0, 503952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9830994463372829, "S12": -9.9830994463372829, "W13": -14.33502618816687, "S13": -17.681591634475193, "W21": -48.159466115350533, "S21": -48.159466115350533, "W22": -40.0, "S22": -55.0, "W31": -77.256305927901352, "S31": -77.256305927901352, "W32": -90.736695443478212, "S32": -95.736695443478212 }, "geometry": { "type": "Point", "coordinates": [ 104816.8, 501258.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.19775390625, "W12": -3.9958355245708073, "S12": -3.9958355245708073, "W13": -15.865211115120895, "S13": -19.200658741072324, "W21": -30.0, "S21": -30.0, "W22": -39.642517488129741, "S22": -40.651851294283148, "W31": -72.710060234846495, "S31": -74.290074659967274, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 504819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94, "S11": -0.94, "W12": -5.04, "S12": -16.84, "W13": -28.73, "S13": -28.73, "W21": -39.139999, "S21": -39.439999, "W22": -63.73581839773292, "S22": -69.25135045325176, "W31": -82.03187293445589, "S31": -82.03187293445589, "W32": -96.493311126017616, "S32": -101.49331112601762 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8135039623045619, "S11": 0.8135039623045619, "W12": -10.0, "S12": -11.588655295517652, "W13": -20.70098570724495, "S13": -26.671808928205461, "W21": -32.630428227288014, "S21": -32.630428227288014, "W22": -46.139999, "S22": -46.139999, "W31": -75.139999, "S31": -79.139999, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 512237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32837341912049106, "S11": 0.32837341912049106, "W12": -10.512460579065996, "S12": -11.512460579065996, "W13": -19.608741766851875, "S13": -19.608741766851875, "W21": -33.218793238938133, "S21": -33.218793238938133, "W22": -29.999999999999996, "S22": -42.715377490863979, "W31": -70.0, "S31": -70.0, "W32": -94.386633236732933, "S32": -99.386633236732933 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 512852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24655811348669479, "S11": 0.24655811348669479, "W12": -10.515333474562883, "S12": -10.515333474562883, "W13": -19.634278253796392, "S13": -24.075749539575835, "W21": -33.834259170441634, "S21": -33.834259170441634, "W22": -35.721760856243932, "S22": -35.721760856243932, "W31": -62.20365461564046, "S31": -62.415927574737395, "W32": -100.91673526346791, "S32": -105.91673526346791 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 513158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9185466220139331, "S11": -2.4824046545127265, "W12": -9.1511839672578308, "S12": -9.1511839672578308, "W13": -17.461998528302647, "S13": -25.906395192089718, "W21": -39.99192682440188, "S21": -43.488767551305806, "W22": -39.644483307466402, "S22": -39.644483307466402, "W31": -66.478480845586873, "S31": -76.478480845586873, "W32": -92.768996454986905, "S32": -97.768996454986905 }, "geometry": { "type": "Point", "coordinates": [ 104817.19696969697543, 516113.984848484862596 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.040121099864052, "W13": -18.590570799628672, "S13": -18.590570799628672, "W21": -30.0, "S21": -31.178185437997673, "W22": -41.261761538759039, "S22": -43.483667329371478, "W31": -72.346039748835722, "S31": -74.821389868015288, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104817.666666666671517, 508445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15340935548461535, "S11": 0.15340935548461535, "W12": -4.0566769158914884, "S12": -4.0566769158914884, "W13": -16.454471599528063, "S13": -19.569464674320308, "W21": -40.0, "S21": -41.53753999190819, "W22": -69.689186978570262, "S22": -73.353477186160958, "W31": -81.408466841070094, "S31": -81.408466841070094, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104818.0, 499187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3312218714314503, "S11": 1.3312218714314503, "W12": -9.2915655617436848, "S12": -12.70655378220378, "W13": -13.930392817143284, "S13": -19.547310658660056, "W21": -42.630956780765572, "S21": -50.0, "W22": -40.0, "S22": -55.0, "W31": -75.708770400077611, "S31": -75.708770400077611, "W32": -89.920261759958947, "S32": -94.920261759958947 }, "geometry": { "type": "Point", "coordinates": [ 104818.0, 502062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.22912068765245674, "W12": -3.6445731283826284, "S12": -3.6445731283826284, "W13": -15.826629537953796, "S13": -18.913632679188542, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.335116318997343, "S22": -39.161091794106106, "W31": -56.296666500074963, "S31": -56.296666500074963, "W32": -94.894525935918665, "S32": -99.894525935918665 }, "geometry": { "type": "Point", "coordinates": [ 104818.0, 504859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47649592424186399, "S11": -0.47649592424186399, "W12": -10.788126048565621, "S12": -10.788126048565621, "W13": -20.20149268794847, "S13": -28.55791025503634, "W21": -37.506534479360205, "S21": -39.693944520846728, "W22": -40.695713701993689, "S22": -40.695713701993689, "W31": -75.239998, "S31": -75.239998, "W32": -92.372402261326528, "S32": -97.372402261326528 }, "geometry": { "type": "Point", "coordinates": [ 104818.333333333328483, 515107.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0003292181069958211, "S11": 0.0003292181069958211, "W12": -4.6000483810746404, "S12": -12.014229394644776, "W13": -19.930338566129265, "S13": -20.757269431041038, "W21": -32.073253540703291, "S21": -32.073253540703291, "W22": -40.28881677427988, "S22": -40.28881677427988, "W31": -73.149045198180531, "S31": -78.837429811692203, "W32": -89.686402069700051, "S32": -94.686402069700051 }, "geometry": { "type": "Point", "coordinates": [ 104818.5, 504065.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.223273885350318, "S12": -14.112090562036428, "W13": -17.924115329152837, "S13": -17.924115329152837, "W21": -30.0, "S21": -30.0, "W22": -62.548319779006412, "S22": -69.033646373757108, "W31": -82.161254685880408, "S31": -82.161254685880408, "W32": -96.232583407899781, "S32": -101.23258340789978 }, "geometry": { "type": "Point", "coordinates": [ 104819.0, 508325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98757033857892229, "S11": 0.85553430645389517, "W12": 0.024298753803192592, "S12": 0.024298753803192592, "W13": -14.73704828826803, "S13": -17.225364378859126, "W21": -40.38210906796936, "S21": -42.801867711014872, "W22": -37.033299003649994, "S22": -42.662257748875525, "W31": -64.986373587097347, "S31": -65.625876833459557, "W32": -93.511893581052249, "S32": -98.511893581052249 }, "geometry": { "type": "Point", "coordinates": [ 104820.0, 498729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1051108254602569, "S11": 1.1051108254602569, "W12": -7.0555188922103911, "S12": -8.1877252319799947, "W13": -31.11940081052294, "S13": -31.11940081052294, "W21": -37.24713891003347, "S21": -37.24713891003347, "W22": -40.390715688385342, "S22": -40.390715688385342, "W31": -75.239998, "S31": -75.239998, "W32": -92.182200015924835, "S32": -97.182200015924835 }, "geometry": { "type": "Point", "coordinates": [ 104820.875, 510928.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -14.353307468477206, "S13": -17.679457421540349, "W21": -48.068164543492138, "S21": -48.068164543492138, "W22": -50.585518921623361, "S22": -55.585518921623361, "W31": -77.467078601540777, "S31": -78.525056825606583, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104821.0, 501259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89448490040693929, "S11": 0.89448490040693929, "W12": -10.0, "S12": -10.0, "W13": -20.968506653523903, "S13": -26.662655354120901, "W21": -32.280198931148924, "S21": -32.280198931148924, "W22": -44.016540701051028, "S22": -44.016540701051028, "W31": -74.098217329322964, "S31": -77.04986822717953, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104821.0, 512212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62683550240356434, "S11": -0.62683550240356434, "W12": -10.724675086564273, "S12": -10.724675086564273, "W13": -14.769957704933631, "S13": -17.756330925808697, "W21": -51.364583333333336, "S21": -51.364583333333336, "W22": -40.0, "S22": -60.0, "W31": -79.249753700226876, "S31": -79.249753700226876, "W32": -91.649943726438167, "S32": -96.649943726438167 }, "geometry": { "type": "Point", "coordinates": [ 104821.5, 501071.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64733133501833406, "S11": -2.2961834483617762, "W12": -5.7239441673201199, "S12": -6.2362879094138348, "W13": -14.143679725151786, "S13": -14.847307235803035, "W21": -30.649432131766957, "S21": -31.095962308536819, "W22": -37.590608486531124, "S22": -43.906948661528922, "W31": -50.000000000000007, "S31": -50.349972404840862, "W32": -100.12485253148705, "S32": -105.12485253148705 }, "geometry": { "type": "Point", "coordinates": [ 104821.5, 505224.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -51.817311541027202, "S22": -57.227203403072984, "W31": -77.467323241531346, "S31": -77.467323241531346, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104821.540229885053122, 530026.762452107272111 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50611708237348618, "S11": 0.50611708237348618, "W12": -5.5856355791570724, "S12": -8.5870650283174594, "W13": -15.016706246453289, "S13": -19.890361680136962, "W21": -34.860182324562416, "S21": -40.842547915960552, "W22": -51.816630134375103, "S22": -57.227079306841063, "W31": -77.467325799675649, "S31": -77.467325799675649, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104821.8, 502729.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50282097649186253, "S11": 0.50282097649186275, "W12": -5.2267652559939206, "S12": -5.2267652559939197, "W13": -16.855071520645161, "S13": -18.982033508662056, "W21": -45.996810994952931, "S21": -48.996810994952931, "W22": -40.041627011697948, "S22": -40.041627011697948, "W31": -72.546981133288142, "S31": -73.007501711234326, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 497756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9946001170017045, "S12": -9.9946001170017045, "W13": -14.367274490785645, "S13": -17.696648802038247, "W21": -48.009941929403176, "S21": -48.009941929403176, "W22": -34.299921000940373, "S22": -36.227084106778889, "W31": -65.644010046567189, "S31": -67.92774514865998, "W32": -89.189151302500889, "S32": -94.189151302500889 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 501263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -9.5817764040576296, "W13": -16.409635915339138, "S13": -20.689347008663241, "W21": -30.988702121796639, "S21": -34.238164487388033, "W22": -48.183993252187555, "S22": -48.183993252187555, "W31": -75.106163370378923, "S31": -79.208970434750114, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 502984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0297475961538458, "S12": -10.014967217224427, "W13": -16.797614763425756, "S13": -20.92764277796303, "W21": -30.0, "S21": -32.747889022919182, "W22": -30.918461367111167, "S22": -35.107879400236605, "W31": -70.0, "S31": -70.0, "W32": -94.788352188717184, "S32": -99.788352188717184 }, "geometry": { "type": "Point", "coordinates": [ 104822.0, 503049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21082044339209552, "S11": 0.21082044339209552, "W12": -11.082355694984702, "S12": -11.082355694984702, "W13": -19.549879934348073, "S13": -20.918581465894317, "W21": -33.244926029908846, "S21": -33.244926029908846, "W22": -40.0, "S22": -55.0, "W31": -81.329754786790303, "S31": -81.329754786790303, "W32": -94.751969629995571, "S32": -99.751969629995571 }, "geometry": { "type": "Point", "coordinates": [ 104822.636363636367605, 513056.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.61960500553332754, "W12": -5.4096047949552837, "S12": -7.3433964013228668, "W13": -15.504994990287292, "S13": -17.066096262224178, "W21": -44.197367270866714, "S21": -46.305831930412339, "W22": -40.0, "S22": -49.063029481531686, "W31": -80.663465264418036, "S31": -80.663465264418036, "W32": -93.910607494076089, "S32": -98.910607494076089 }, "geometry": { "type": "Point", "coordinates": [ 104823.0, 498049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84629258517034067, "S11": -0.39793998484753623, "W12": -5.444692891608204, "S12": -5.444692891608204, "W13": -15.368439627849915, "S13": -17.184572295697283, "W21": -43.879450213328475, "S21": -45.443225141240752, "W22": -39.989292430680301, "S22": -54.989292430680301, "W31": -75.123336561969339, "S31": -75.123336561969339, "W32": -89.848451580321296, "S32": -94.848451580321296 }, "geometry": { "type": "Point", "coordinates": [ 104823.0, 498097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038900744416873453, "S11": -1.0797309605432241, "W12": -10.317987961306722, "S12": -11.515034941172496, "W13": -20.714761327205149, "S13": -21.923574333931509, "W21": -31.729606826227791, "S21": -31.729606826227791, "W22": -33.725311611303596, "S22": -36.946831639066822, "W31": -65.370141449660338, "S31": -65.370141449660338, "W32": -88.690594325037452, "S32": -93.690594325037452 }, "geometry": { "type": "Point", "coordinates": [ 104823.0, 507031.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26016115439166276, "S11": -1.253899361114704, "W12": -10.211174996703154, "S12": -10.211174996703155, "W13": -20.118179634966378, "S13": -20.118179634966378, "W21": -31.536372792742263, "S21": -31.536372792742263, "W22": -33.484503305893909, "S22": -43.484503305893909, "W31": -70.0, "S31": -70.0, "W32": -95.104462973415508, "S32": -100.10446297341551 }, "geometry": { "type": "Point", "coordinates": [ 104823.0, 507203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -39.747496882710394, "S22": -39.747496882710394, "W31": -79.95034291171109, "S31": -79.95034291171109, "W32": -96.717730664821119, "S32": -101.71773066482112 }, "geometry": { "type": "Point", "coordinates": [ 104823.129032258060761, 528271.645161290303804 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28527353563108665, "S11": 0.28527353563108665, "W12": -10.0, "S12": -10.0, "W13": -19.734512880019857, "S13": -26.611137092360195, "W21": -34.447088581808885, "S21": -34.551244050074366, "W22": -41.267134874290832, "S22": -48.749621181767615, "W31": -50.0, "S31": -50.388005598505885, "W32": -99.089021616290012, "S32": -104.08902161629001 }, "geometry": { "type": "Point", "coordinates": [ 104823.333333333328483, 513263.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.125705649641453, "W13": -21.336162707394401, "S13": -21.336162707394401, "W21": -35.561859211125352, "S21": -35.561859211125352, "W22": -51.516443575929401, "S22": -56.810822901428082, "W31": -77.457517653520839, "S31": -77.704779614638639, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104823.833333333328483, 509171.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54796104686548996, "S11": -1.0479610468654901, "W12": -4.8539609265382815, "S12": -9.0714168619810494, "W13": -18.010581563479992, "S13": -18.919890120851282, "W21": -30.325051620014012, "S21": -30.325051620014012, "W22": -31.81532256572536, "S22": -31.81532256572536, "W31": -70.0, "S31": -70.0, "W32": -92.906710868326229, "S32": -97.906710868326229 }, "geometry": { "type": "Point", "coordinates": [ 104824.0, 504539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -17.245671422931586, "W13": -25.0, "S13": -35.156665627708584, "W21": -35.156665627708584, "S21": -35.156665627708584, "W22": -53.769775064467524, "S22": -53.769775064467524, "W31": -78.983049669578065, "S31": -78.983049669578065, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104824.0, 511506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -16.204339154272898, "S13": -19.096647615215666, "W21": -40.419257018689827, "S21": -40.419257018689827, "W22": -43.966347575904258, "S22": -43.966347575904258, "W31": -75.779999, "S31": -75.779999, "W32": -94.8014718516811, "S32": -99.8014718516811 }, "geometry": { "type": "Point", "coordinates": [ 104825.0, 497373.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91612285322478826, "S11": 0.91612285322478826, "W12": -6.0036319210517339, "S12": -6.4885364290657979, "W13": -30.0, "S13": -30.0, "W21": -37.272172848578464, "S21": -37.272172848578464, "W22": -63.732611732647044, "S22": -68.820636728140641, "W31": -81.911134871618501, "S31": -81.911134871618501, "W32": -96.539111809006926, "S32": -101.53911180900693 }, "geometry": { "type": "Point", "coordinates": [ 104825.0, 511062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26375205292197912, "S11": 0.26375205292197912, "W12": -10.0, "S12": -10.0, "W13": -19.682464887436723, "S13": -25.523804611882895, "W21": -34.09574445014605, "S21": -34.09574445014605, "W22": -40.0, "S22": -56.2825, "W31": -81.110757117921565, "S31": -81.110757117921565, "W32": -94.463274629448009, "S32": -99.463274629448009 }, "geometry": { "type": "Point", "coordinates": [ 104825.0, 513202.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9958496128430347, "S12": -4.9958496128430347, "W13": -16.197803100514285, "S13": -19.124759709142658, "W21": -40.569033625825462, "S21": -40.569033625825462, "W22": -50.106888359570874, "S22": -54.843296385904964, "W31": -76.645982896068745, "S31": -76.645982896068745, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104825.666666666671517, 497379.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1110227458904485, "W12": -4.8557014593718097, "S12": -4.8557014593718097, "W13": -16.885303722021433, "S13": -18.965633409246877, "W21": -30.0, "S21": -30.0, "W22": -39.007908123317932, "S22": -41.202825108066158, "W31": -76.361258211071046, "S31": -76.361258211071046, "W32": -96.112462235175883, "S32": -101.11246223517588 }, "geometry": { "type": "Point", "coordinates": [ 104825.75, 504657.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80953974152970254, "S11": 0.80953974152970254, "W12": -5.2360454791747904, "S12": -5.7554558553654038, "W13": -28.568187805687892, "S13": -28.568187805687892, "W21": -37.037485923387479, "S21": -37.037485923387479, "W22": -61.090397996731497, "S22": -68.701619025561342, "W31": -81.890379488343072, "S31": -81.890379488343072, "W32": -96.277136861391625, "S32": -101.27713686139163 }, "geometry": { "type": "Point", "coordinates": [ 104825.8, 511159.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8154599918071961, "S11": 1.8154599918071961, "W12": -12.541960795261446, "S12": -16.130571911055178, "W13": -25.564792204290722, "S13": -25.564792204290722, "W21": -37.305286192381452, "S21": -37.305286192381452, "W22": -34.457638831588497, "S22": -36.196430659422816, "W31": -65.670184926574862, "S31": -68.287867164440144, "W32": -89.217292748194566, "S32": -94.217292748194566 }, "geometry": { "type": "Point", "coordinates": [ 104826.0, 510098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.842126608413524, "W13": -19.812221648964417, "S13": -19.967502871285056, "W21": -33.646491815951769, "S21": -33.646491815951769, "W22": -39.300852074793212, "S22": -41.180007771165393, "W31": -50.0, "S31": -50.608517693727833, "W32": -97.878775785432168, "S32": -102.87877578543217 }, "geometry": { "type": "Point", "coordinates": [ 104826.0, 512550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0, "W12": -9.7702478771764305, "S12": -9.7702478771764305, "W13": -20.29491335546966, "S13": -21.191401244877188, "W21": -38.462066048508106, "S21": -40.717968887402719, "W22": -39.714361112168127, "S22": -49.714361112168127, "W31": -50.0, "S31": -50.36437751943803, "W32": -99.610401311353442, "S32": -104.61040131135344 }, "geometry": { "type": "Point", "coordinates": [ 104826.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98366384358081249, "S11": 0.98366384358081249, "W12": -9.5625989554248481, "S12": -9.5625989554248481, "W13": -14.608912358268078, "S13": -18.458012452123324, "W21": -40.693117675221281, "S21": -49.304765625077522, "W22": -55.456366237481909, "S22": -61.180993807359059, "W31": -78.469873600433203, "S31": -78.469873600433203, "W32": -95.54852199526546, "S32": -100.54852199526546 }, "geometry": { "type": "Point", "coordinates": [ 104826.428571428565192, 501912.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6698138331945422, "S11": 1.6698138331945422, "W12": 0.029330357142857144, "S12": 0.029330357142857144, "W13": -14.266016607233826, "S13": -17.086709084029138, "W21": -41.326498041703204, "S21": -44.09322477409011, "W22": -50.211692685862623, "S22": -54.930241626686062, "W31": -77.447318739196675, "S31": -78.830355334640842, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104826.5, 498545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7209458074434694, "S11": 1.7209458074434694, "W12": -0.55013732414102345, "S12": -0.55013732414102345, "W13": -14.153988385124809, "S13": -16.493576353013385, "W21": -41.970291504243953, "S21": -44.895645634436534, "W22": -51.633207852854284, "S22": -56.645594488234607, "W31": -77.449928046377579, "S31": -77.449928046377579, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104827.0, 498418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.205236666115272, "S12": -10.205236666115272, "W13": -17.335894020414496, "S13": -19.799471328907739, "W21": -46.645213360374164, "S21": -47.656117882516064, "W22": -41.961487237648377, "S22": -46.257356336360871, "W31": -72.510516166624058, "S31": -76.097490578492028, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104827.0, 500323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59031698661074361, "W12": -9.5955963271638947, "S12": -9.5955963271638947, "W13": -14.714704206573188, "S13": -18.354147494602248, "W21": -45.284203142018498, "S21": -45.284203142018498, "W22": -39.451629870219435, "S22": -39.795452027516454, "W31": -78.578001562635649, "S31": -78.578001562635649, "W32": -96.449604684161031, "S32": -101.44960468416103 }, "geometry": { "type": "Point", "coordinates": [ 104827.0, 501421.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9778730504550124, "S12": -4.9778730504550124, "W13": -16.188382920899443, "S13": -19.188382920899443, "W21": -40.698169624693222, "S21": -40.698169624693222, "W22": -34.852865108062332, "S22": -34.852865108062332, "W31": -69.080777487728923, "S31": -69.176460395484526, "W32": -101.37344533550817, "S32": -106.37344533550817 }, "geometry": { "type": "Point", "coordinates": [ 104828.0, 497385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4593776641091214, "S12": -9.4593776641091214, "W13": -14.689071042865715, "S13": -17.593828465159895, "W21": -44.346006146467403, "S21": -44.346006146467403, "W22": -50.493069805889306, "S22": -55.44941377402963, "W31": -77.44500204884018, "S31": -78.583007232058051, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104828.0, 501543.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4805078475928764, "S11": -1.0360800092029994, "W12": -5.0, "S12": -14.412686486486487, "W13": -24.244417108251326, "S13": -24.244417108251326, "W21": -39.535473973205072, "S21": -40.0, "W22": -45.613795712906338, "S22": -45.613795712906338, "W31": -73.873361861204089, "S31": -73.873361861204089, "W32": -89.038372628404474, "S32": -94.038372628404474 }, "geometry": { "type": "Point", "coordinates": [ 104828.0, 506087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51916085128829814, "S11": 0.51916085128829814, "W12": -10.0, "S12": -10.0, "W13": -21.007240524051021, "S13": -21.007240524051021, "W21": -32.495250464327825, "S21": -32.529985746041064, "W22": -48.947439331653037, "S22": -48.947439331653037, "W31": -75.08000436162979, "S31": -79.218266739849469, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104828.0, 508868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5903571113213264, "S11": 1.5903571113213264, "W12": -8.6747086336201011, "S12": -8.6747086336201011, "W13": -13.79974582046354, "S13": -20.517661145151074, "W21": -42.266942002126321, "S21": -49.639832988593874, "W22": -40.001882938565124, "S22": -55.273341740310926, "W31": -77.934685422118079, "S31": -77.934685422118079, "W32": -91.160295323478266, "S32": -96.160295323478266 }, "geometry": { "type": "Point", "coordinates": [ 104828.2, 502237.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16554684743443476, "S11": -0.48680607658838954, "W12": -10.636511673321124, "S12": -10.636511673321124, "W13": -19.954929571322051, "S13": -21.465810495441985, "W21": -38.067496297446674, "S21": -40.656635407616676, "W22": -38.274194445330053, "S22": -45.844459146213872, "W31": -50.0, "S31": -50.342983544454697, "W32": -100.02621003850275, "S32": -105.02621003850275 }, "geometry": { "type": "Point", "coordinates": [ 104828.857142857144936, 514124.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3734272773024661, "W12": -8.7084505182165302, "S12": -9.4814341274343175, "W13": -20.0, "S13": -20.0, "W21": -34.704519828202336, "S21": -36.122700304638798, "W22": -41.207835700451902, "S22": -41.207835700451902, "W31": -72.821526276476249, "S31": -72.821526276476249, "W32": -100.6259351124599, "S32": -105.6259351124599 }, "geometry": { "type": "Point", "coordinates": [ 104829.0, 506616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.77990803775976, "W13": -18.740018787917737, "S13": -18.740018787917737, "W21": -29.999999999999996, "S21": -31.238765642775878, "W22": -47.163935033436879, "S22": -47.163935033436879, "W31": -73.193895237250459, "S31": -73.193895237250459, "W32": -96.654108279538448, "S32": -101.65410827953845 }, "geometry": { "type": "Point", "coordinates": [ 104829.0, 508474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.064740350927991, "S12": -12.374493332348207, "W13": -21.497399624797815, "S13": -21.497399624797815, "W21": -37.317862883817995, "S21": -37.317862883817995, "W22": -33.05065948413548, "S22": -36.519390825481949, "W31": -65.554860269121249, "S31": -65.554860269121249, "W32": -88.99138029745879, "S32": -93.99138029745879 }, "geometry": { "type": "Point", "coordinates": [ 104829.0, 509431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3445772843723311, "S11": 0.24965051821237183, "W12": -5.1849028868734681, "S12": -5.1849028868734681, "W13": -14.982290059010442, "S13": -17.241176314934613, "W21": -43.451730422311243, "S21": -44.140069213659785, "W22": -36.420591467078715, "S22": -39.141207696090781, "W31": -57.993211496981957, "S31": -57.993211496981957, "W32": -94.775789347859501, "S32": -99.775789347859501 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48679384875548271, "S11": -0.48679384875548271, "W12": -6.932579081043639, "S12": -12.424346648611206, "W13": -21.1171875, "S13": -21.1171875, "W21": -37.689471463683169, "S21": -39.655658615086367, "W22": -68.699492884017673, "S22": -73.699492884017673, "W31": -81.437282229965163, "S31": -81.437282229965163, "W32": -95.475312314098744, "S32": -100.47531231409874 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1753450649734873, "S11": 1.1753450649734873, "W12": -13.096889862601349, "S12": -13.443478760293566, "W13": -24.698893940645792, "S13": -24.698893940645792, "W21": -37.28518457250734, "S21": -37.28518457250734, "W22": -60.653649062804654, "S22": -62.895320442596976, "W31": -84.906593406593402, "S31": -84.906593406593402, "W32": -91.069724048358253, "S32": -96.069724048358253 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 509990.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32684276732654816, "S11": 0.32684276732654816, "W12": -10.677652626927085, "S12": -11.836030804696613, "W13": -19.618663855145773, "S13": -19.618663855145773, "W21": -33.205615906505429, "S21": -33.205615906505429, "W22": -39.955743291763675, "S22": -40.416174383576063, "W31": -73.082247338400279, "S31": -78.450770323125852, "W32": -89.723701489173834, "S32": -94.723701489173834 }, "geometry": { "type": "Point", "coordinates": [ 104830.0, 512853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49423717169581993, "S11": -1.5090107063316993, "W12": -9.416955307896588, "S12": -11.08792828086956, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -35.421445470838094, "S21": -36.955842736101367, "W22": -31.779948329347587, "S22": -31.779948329347587, "W31": -70.0, "S31": -70.0, "W32": -92.848035945123215, "S32": -97.848035945123215 }, "geometry": { "type": "Point", "coordinates": [ 104831.0, 506545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9563514153926922, "S11": 1.9563514153926922, "W12": -9.8208066750444196, "S12": -14.77407837412229, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.210000045495214, "S21": -37.210000045495214, "W22": -39.792242800639499, "S22": -39.792242800639499, "W31": -66.148229624780299, "S31": -76.148229624780299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104831.333333333328483, 510518.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46136577033722237, "S11": 0.46136577033722237, "W12": -4.3181722648192116, "S12": -4.3181722648192116, "W13": -16.39765717175122, "S13": -19.59346428617269, "W21": -39.765388894975352, "S21": -41.046962800996603, "W22": -36.368014492736854, "S22": -36.368014492736854, "W31": -57.938832458979796, "S31": -58.180547463569916, "W32": -100.69573079053322, "S32": -105.69573079053322 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 499310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75, "W12": -9.4786018755328207, "S12": -9.4786018755328207, "W13": -14.701431834848115, "S13": -17.97919601580713, "W21": -44.314841720362743, "S21": -44.314841720362743, "W22": -40.852800129460377, "S22": -40.852800129460377, "W31": -75.239998, "S31": -75.239998, "W32": -92.643778508297842, "S32": -97.643778508297842 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 501528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56013168327005625, "S11": -0.56013168327005625, "W12": -4.8353831041257367, "S12": -4.8353831041257367, "W13": -14.10567127665472, "S13": -14.28930429378625, "W21": -30.0, "S21": -30.215846992013784, "W22": -51.469979986657776, "S22": -55.868994835210792, "W31": -77.433584876436839, "S31": -77.433584876436839, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 505123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43351660268446651, "S11": -0.43351660268446651, "W12": -11.325494347468927, "S12": -11.325494347468927, "W13": -20.223667026634235, "S13": -27.680091935776318, "W21": -38.126426668817786, "S21": -43.126426668817786, "W22": -62.13820312754612, "S22": -68.187383455414974, "W31": -82.017790758391726, "S31": -82.017790758391726, "W32": -96.161111466189439, "S32": -101.16111146618944 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 514974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46539814920536249, "S11": -0.46539814920536249, "W12": -10.90969799415301, "S12": -10.90969799415301, "W13": -20.24232108434343, "S13": -28.404699175654109, "W21": -37.645767669911912, "S21": -39.843757012327998, "W22": -42.070867049971902, "S22": -42.070867049971902, "W31": -73.14324706360749, "S31": -75.205310892807887, "W32": -90.02313208783589, "S32": -95.02313208783589 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 515075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.247322383783418, "S12": -4.247322383783418, "W13": -16.565872656662712, "S13": -16.565872656662712, "W21": -44.556710259498971, "S21": -47.171961080905248, "W22": -40.0, "S22": -55.0, "W31": -81.586762260626614, "S31": -81.586762260626614, "W32": -94.881326871814153, "S32": -99.881326871814153 }, "geometry": { "type": "Point", "coordinates": [ 104832.0, 522268.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.249872440694979, "S12": -4.249872440694979, "W13": -17.060756823004628, "S13": -17.060756823004628, "W21": -44.517138982315821, "S21": -47.141675951113605, "W22": -39.970005262234693, "S22": -61.653303784707035, "W31": -80.374920243426004, "S31": -80.374920243426004, "W32": -93.442943816128675, "S32": -98.442943816128675 }, "geometry": { "type": "Point", "coordinates": [ 104832.555555555562023, 522057.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72435714285717523, "S11": 0.72435714285717523, "W12": -10.41561269435682, "S12": -11.912914237418752, "W13": -21.784712654637378, "S13": -21.784712654637378, "W21": -38.013615521363299, "S21": -38.013615521363299, "W22": -40.009145888013151, "S22": -56.183263068280311, "W31": -78.188774401280611, "S31": -78.188774401280611, "W32": -91.293743725893933, "S32": -96.293743725893933 }, "geometry": { "type": "Point", "coordinates": [ 104832.666666666671517, 509634.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.89494982908810217, "W12": -8.1055561737391937, "S12": -10.755857399416087, "W13": -17.879411283738396, "S13": -20.879411283738396, "W21": -32.186790754575178, "S21": -32.186790754575178, "W22": -37.8246285528611, "S22": -42.06625095368257, "W31": -66.813514295352078, "S31": -72.432091047351989, "W32": -95.074935026316567, "S32": -100.07493502631657 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 496865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2962497511447342, "W12": -8.2204270395389489, "S12": -8.410903230015137, "W13": -20.0, "S13": -20.274658653285098, "W21": -33.668160904376258, "S21": -34.858026095757836, "W22": -40.490145014546052, "S22": -40.490145014546052, "W31": -73.209828475685327, "S31": -79.892221062037322, "W32": -89.608486305404995, "S32": -94.608486305404995 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 506719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3692384058998723, "W12": -10.0, "S12": -10.893394777265744, "W13": -20.2538222157491, "S13": -21.067941716274248, "W21": -32.780901727230997, "S21": -33.805273449558094, "W22": -62.281949099369612, "S22": -67.547344495615263, "W31": -81.984989595591955, "S31": -81.984989595591955, "W32": -96.113426221824525, "S32": -101.11342622182453 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 506807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.916891275281731, "W13": -21.258223828635145, "S13": -21.258223828635145, "W21": -36.386326321671334, "S21": -36.386326321671334, "W22": -38.864740313093797, "S22": -41.460724244105528, "W31": -75.835576004861537, "S31": -75.835576004861537, "W32": -95.92602410931633, "S32": -100.92602410931633 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 509264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2809459923572426, "S11": 0.2809459923572426, "W12": -10.0, "S12": -10.0, "W13": -19.730651521077007, "S13": -26.601739090379475, "W21": -34.357229729850133, "S21": -34.357229729850133, "W22": -47.305750360930901, "S22": -47.305750360930901, "W31": -72.745763087853007, "S31": -72.745763087853007, "W32": -98.04733886059951, "S32": -103.04733886059951 }, "geometry": { "type": "Point", "coordinates": [ 104833.0, 513247.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -46.809210526315788, "S22": -46.809210526315788, "W31": -74.3513748900412, "S31": -83.163651245670152, "W32": -88.658261847378981, "S32": -93.658261847378981 }, "geometry": { "type": "Point", "coordinates": [ 104833.193548387091141, 528319.967741935513914 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23931114104290946, "S11": 0.23931114104290946, "W12": -4.2317843704724867, "S12": -4.2317843704724867, "W13": -15.0, "S13": -15.0, "W21": -45.295755184272025, "S21": -47.690788986729615, "W22": -40.0, "S22": -60.362351301577817, "W31": -80.064722578118108, "S31": -80.064722578118108, "W32": -93.023568351401622, "S32": -98.023568351401622 }, "geometry": { "type": "Point", "coordinates": [ 104833.5, 523143.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92556275456790404, "S11": -0.92556275456790404, "W12": -6.0623042778859491, "S12": -12.568358096286916, "W13": -25.028910821766647, "S13": -25.306431926414184, "W21": -37.545689450605018, "S21": -37.950105831602201, "W22": -59.490278023729353, "S22": -59.490278023729353, "W31": -83.23138435486139, "S31": -83.23138435486139, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104833.8, 505749.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.21591114884825169, "W12": -5.8036408280767109, "S12": -6.3298045519932433, "W13": -16.084375875072237, "S13": -18.732748386375977, "W21": -40.0, "S21": -40.0, "W22": -36.053649535932067, "S22": -51.608110466706407, "W31": -68.137010692591375, "S31": -68.860143784021389, "W32": -95.661213936104204, "S32": -100.6612139361042 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 497215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1641620205548464, "S11": 1.1641620205548464, "W12": -9.5003668176009342, "S12": -9.5003668176009342, "W13": -14.327434107369521, "S13": -19.32743410736952, "W21": -41.608066262613093, "S21": -49.677536098079273, "W22": -70.0, "S22": -74.999273338497289, "W31": -80.976468266849977, "S31": -80.976468266849977, "W32": -94.723615997037584, "S32": -99.723615997037584 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 501987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26111111111111113, "S11": -0.81807725694444433, "W12": -4.426110143534923, "S12": -4.426110143534923, "W13": -16.493564136706613, "S13": -19.493564136706613, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -50.0, "W31": -75.050922594828634, "S31": -79.239587571028636, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 504744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.154122672202165, "S12": -10.154122672202165, "W13": -21.540327562113049, "S13": -21.540327562113049, "W21": -33.865248701690298, "S21": -34.542955932166734, "W22": -40.0, "S22": -58.093377211024276, "W31": -81.260089757252274, "S31": -81.260089757252274, "W32": -94.53053901557503, "S32": -99.53053901557503 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64849028518478358, "S11": 0.64849028518478358, "W12": -5.0, "S12": -7.2043430331239398, "W13": -26.331053915672999, "S13": -32.505892028531463, "W21": -35.748375216196969, "S21": -35.748375216196969, "W22": -40.0, "S22": -51.853186172428153, "W31": -80.965660865522239, "S31": -80.965660865522239, "W32": -94.179577760225442, "S32": -99.179577760225442 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 511311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -18.3616650604196, "W13": -25.0, "S13": -27.393795416433761, "W21": -31.59707572958995, "S21": -31.59707572958995, "W22": -39.98781202810391, "S22": -54.98781202810391, "W31": -73.489046305145152, "S31": -73.489046305145152, "W32": -89.651779820644677, "S32": -94.651779820644677 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 511812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3420098490178036, "S12": -18.481160267877616, "W13": -24.69230769230769, "S13": -26.374986563185274, "W21": -31.456203915773919, "S21": -31.456203915773919, "W22": -36.068282115667508, "S22": -36.068282115667508, "W31": -65.832951440463177, "S31": -71.060202081598817, "W32": -89.465559023356292, "S32": -94.465559023356292 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 511835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038224217674931144, "S11": -0.038224217674931144, "W12": -4.2243478300898358, "S12": -4.2243478300898358, "W13": -15.0, "S13": -15.0, "W21": -43.771039188359957, "S21": -45.866005985463971, "W22": -59.313940373366336, "S22": -59.42350900081729, "W31": -85.637860082304528, "S31": -85.637860082304528, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104834.0, 523580.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3936202288770676, "W12": -3.1270225880621951, "S12": -3.1270225880621951, "W13": -14.204112360267906, "S13": -15.729985261077623, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -61.570852620576375, "W31": -80.192755605377215, "S31": -80.192755605377215, "W32": -93.172686057176264, "S32": -98.172686057176264 }, "geometry": { "type": "Point", "coordinates": [ 104834.2, 505028.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.015087667991559417, "W12": -5.5528555099276069, "S12": -5.5528555099276069, "W13": -16.258153616276793, "S13": -19.05933270248498, "W21": -40.110159595686639, "S21": -40.110159595686639, "W22": -36.688317628423299, "S22": -37.047982860339751, "W31": -56.214756111173124, "S31": -56.47717629409788, "W32": -100.58000138943861, "S32": -105.58000138943861 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 497259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9268708119419529, "S12": -4.9268708119419529, "W13": -16.148705162687385, "S13": -19.191333937110119, "W21": -41.420798819205842, "S21": -41.816237926435342, "W22": -40.0, "S22": -55.0, "W31": -77.34381957136884, "S31": -77.34381957136884, "W32": -90.663025899130432, "S32": -95.663025899130432 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 497416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28427419354838712, "W12": -5.0046513839040321, "S12": -6.4594184328208542, "W13": -16.876750262665329, "S13": -19.04811849761278, "W21": -46.067079252002912, "S21": -49.067079252002912, "W22": -61.076806205874462, "S22": -61.076806205874462, "W31": -85.649815007515471, "S31": -85.649815007515471, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 497776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64943838668073628, "S11": -0.64943838668073628, "W12": -10.789468148880452, "S12": -10.789468148880452, "W13": -14.960680272108844, "S13": -17.960680272108846, "W21": -50.0, "S21": -50.0, "W22": -54.798283261802581, "S22": -60.704345721454942, "W31": -78.769213034892701, "S31": -78.769213034892701, "W32": -95.766551276044311, "S32": -100.76655127604431 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 501040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66677218900222768, "S11": -0.66677218900222768, "W12": -10.858957197920779, "S12": -10.858957197920779, "W13": -14.836931347828154, "S13": -17.836931347828155, "W21": -50.0, "S21": -50.0, "W22": -47.664473684210527, "S22": -47.664473684210527, "W31": -74.483323354337372, "S31": -81.861733793246032, "W32": -88.664099210437811, "S32": -93.664099210437811 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 501084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.737388535031847, "S12": -13.389264337264288, "W13": -17.658165355090123, "S13": -17.658165355090123, "W21": -30.0, "S21": -30.0, "W22": -39.11700711487822, "S22": -40.565631119402042, "W31": -77.187603090546048, "S31": -77.187603090546048, "W32": -96.080107611696988, "S32": -101.08010761169699 }, "geometry": { "type": "Point", "coordinates": [ 104835.0, 508279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000004263, "S11": -0.50000000000004263, "W12": -5.201182321012487, "S12": -5.201182321012487, "W13": -19.002301739123045, "S13": -19.002301739123045, "W21": -39.539951858283658, "S21": -42.101993071555398, "W22": -36.918880598868085, "S22": -36.918880598868085, "W31": -50.0, "S31": -50.557621385658187, "W32": -97.09119682937235, "S32": -102.09119682937235 }, "geometry": { "type": "Point", "coordinates": [ 104835.6, 521220.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15003778211835214, "S11": -0.15003778211835214, "W12": -10.87593771237837, "S12": -15.87593771237837, "W13": -18.665717193277153, "S13": -18.665717193277153, "W21": -32.725319819712837, "S21": -32.725319819712837, "W22": -30.0, "S22": -30.322800466195957, "W31": -70.0, "S31": -70.0, "W32": -93.78792294194605, "S32": -98.78792294194605 }, "geometry": { "type": "Point", "coordinates": [ 104835.666666666671517, 507756.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42765764745839463, "S11": -0.034035900928702012, "W12": -5.0, "S12": -8.6990653063718, "W13": -16.733481554782564, "S13": -18.763034515185684, "W21": -45.880134256105855, "S21": -48.880134256105855, "W22": -35.612213265646616, "S22": -35.612213265646616, "W31": -50.0, "S31": -50.546637239840443, "W32": -96.47002693087741, "S32": -101.47002693087741 }, "geometry": { "type": "Point", "coordinates": [ 104836.0, 497805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20606420808694259, "S11": 0.20606420808694259, "W12": -4.6596582726812752, "S12": -4.6596582726812752, "W13": -16.33997303219282, "S13": -19.602684690425594, "W21": -38.542815791373883, "S21": -39.552110789404601, "W22": -35.803927266254362, "S22": -35.803927266254362, "W31": -62.487779312013053, "S31": -62.65083259139832, "W32": -100.99830075664902, "S32": -105.99830075664902 }, "geometry": { "type": "Point", "coordinates": [ 104836.0, 499459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.243948411365621, "S11": 1.243948411365621, "W12": -9.4329346985784834, "S12": -9.4329346985784834, "W13": -14.169961621742701, "S13": -19.445605763697003, "W21": -42.097499098321947, "S21": -49.893336561156438, "W22": -60.473721070514081, "S22": -60.473721070514081, "W31": -85.56927297668048, "S31": -85.56927297668048, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104836.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013995746189294653, "S11": -1.0618270607600107, "W12": -10.328302932592733, "S12": -11.312464006418237, "W13": -20.780804749340369, "S13": -22.095709878779456, "W21": -31.620726191644909, "S21": -31.620726191644909, "W22": -40.0, "S22": -55.0, "W31": -76.873927454677982, "S31": -76.873927454677982, "W32": -90.296212959565224, "S32": -95.296212959565224 }, "geometry": { "type": "Point", "coordinates": [ 104836.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61859815965756249, "S11": -0.61859815965756249, "W12": -5.0965296920842018, "S12": -5.0965296920842018, "W13": -18.83842749240031, "S13": -18.83842749240031, "W21": -39.656803470494779, "S21": -42.20788883119549, "W22": -51.00379048806839, "S22": -56.077285799725175, "W31": -77.410126925816954, "S31": -78.102736427313303, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104836.2, 521296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2756880848098746, "W12": -8.2941262811862995, "S12": -8.7159404243216461, "W13": -20.0, "S13": -20.0, "W21": -34.136480109153595, "S21": -35.380873994084212, "W22": -68.715846994535525, "S22": -72.804283651807964, "W31": -80.967551040536534, "S31": -80.967551040536534, "W32": -93.244604566167794, "S32": -98.244604566167794 }, "geometry": { "type": "Point", "coordinates": [ 104836.75, 506672.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5161125319693092, "S12": -9.5161125319693092, "W13": -14.710289638008044, "S13": -17.629976367303751, "W21": -44.199797998347265, "S21": -44.199797998347265, "W22": -58.900002, "S22": -58.910002, "W31": -85.413919413919416, "S31": -85.413919413919416, "W32": -90.068587593740816, "S32": -95.068587593740816 }, "geometry": { "type": "Point", "coordinates": [ 104837.0, 501538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.08531823506442815, "W12": -10.533225534773848, "S12": -12.262028887402, "W13": -19.758811038398989, "S13": -19.758811038398989, "W21": -33.498023339883368, "S21": -33.498023339883368, "W22": -61.71405361494719, "S22": -61.71405361494719, "W31": -85.181237674899037, "S31": -85.181237674899037, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104837.0, 512646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.053126883465074423, "S11": -0.33199044383268184, "W12": -10.04279649394813, "S12": -10.04279649394813, "W13": -19.907219767160083, "S13": -26.560906641655968, "W21": -36.548652660236421, "S21": -37.927783325690527, "W22": -40.008610979327415, "S22": -59.046283039216334, "W31": -79.08964133780006, "S31": -79.08964133780006, "W32": -91.434136364959002, "S32": -96.434136364959002 }, "geometry": { "type": "Point", "coordinates": [ 104837.333333333328483, 513763.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2938156213195976, "S11": -0.2938156213195976, "W12": -10.0, "S12": -10.0, "W13": -16.448193658533306, "S13": -18.387322171146799, "W21": -40.381235646362967, "S21": -41.509943903492271, "W22": -40.0, "S22": -55.0, "W31": -74.00103998018912, "S31": -74.00103998018912, "W32": -89.723681312631143, "S32": -94.723681312631143 }, "geometry": { "type": "Point", "coordinates": [ 104837.6, 499902.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3067799434293619, "S12": -7.3045367113939808, "W13": -19.271305622789626, "S13": -22.298211861548719, "W21": -30.504270866112449, "S21": -30.504270866112449, "W22": -36.601640441104557, "S22": -40.477335035680085, "W31": -61.379928315412059, "S31": -61.454931326371963, "W32": -94.414551588182562, "S32": -99.414551588182562 }, "geometry": { "type": "Point", "coordinates": [ 104837.714285714289872, 503574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3332709746758917, "S11": 1.3332709746758917, "W12": -9.3558051843554253, "S12": -9.3558051843554253, "W13": -14.069661079201, "S13": -19.654857967873824, "W21": -42.645383478884618, "S21": -50.320556917933182, "W22": -43.56281503566025, "S22": -43.56281503566025, "W31": -72.00068052884852, "S31": -72.00068052884852, "W32": -99.838602254861499, "S32": -104.8386022548615 }, "geometry": { "type": "Point", "coordinates": [ 104837.75, 502069.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.557163257491124, "S13": -14.557163257491124, "W21": -47.0, "S21": -47.0, "W22": -54.351931330472098, "S22": -60.12614384440257, "W31": -78.669767348616219, "S31": -78.669767348616219, "W32": -95.72737303082603, "S32": -100.72737303082603 }, "geometry": { "type": "Point", "coordinates": [ 104837.8, 527544.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3403828843957815, "S11": 1.3403828843957815, "W12": -9.3500347096224523, "S12": -14.350034709622452, "W13": -14.350034709622452, "S13": -19.677239903211259, "W21": -42.689016754781676, "S21": -50.355022701263337, "W22": -60.105825542408894, "S22": -67.335475061911438, "W31": -81.595042259912645, "S31": -81.595042259912645, "W32": -96.210698155012992, "S32": -101.21069815501299 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 502073.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62285880198329391, "S11": -1.4650216088613379, "W12": -5.0078293001014345, "S12": -15.922580651452787, "W13": -25.569014363546309, "S13": -25.569014363546309, "W21": -39.740945184723032, "S21": -40.557538921439381, "W22": -70.0, "S22": -74.366150349230736, "W31": -80.686458230594738, "S31": -80.686458230594738, "W32": -93.843740602808168, "S32": -98.843740602808168 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -18.301838535102675, "W13": -25.000000000000004, "S13": -27.738610955841256, "W21": -31.573966752862948, "S21": -31.573966752862948, "W22": -40.0, "S22": -40.627795298229685, "W31": -73.221111787396865, "S31": -80.023976151339582, "W32": -89.581388944197371, "S32": -94.581388944197371 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 511798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.317859569745214, "S12": -6.317859569745214, "W13": -20.0, "S13": -35.0, "W21": -42.450046651347641, "S21": -44.674980785827849, "W22": -40.0, "S22": -40.583624016329452, "W31": -80.714769193309479, "S31": -80.714769193309479, "W32": -96.626006483616919, "S32": -101.62600648361692 }, "geometry": { "type": "Point", "coordinates": [ 104838.0, 520070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92605145035443204, "S11": -0.92605145035443204, "W12": -5.9902568043977391, "S12": -13.017660592732756, "W13": -25.306198132907994, "S13": -25.306198132907994, "W21": -37.676162897576489, "S21": -38.062935724486458, "W22": -40.0, "S22": -60.0, "W31": -81.213254146177704, "S31": -81.213254146177704, "W32": -94.395876127824437, "S32": -99.395876127824437 }, "geometry": { "type": "Point", "coordinates": [ 104838.2, 505760.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44130027566259367, "S11": -0.44130027566259367, "W12": -11.212977102536627, "S12": -11.212977102536627, "W13": -20.250699603892308, "S13": -27.904035755023088, "W21": -37.995737980091697, "S21": -42.072930264195257, "W22": -40.648817776480072, "S22": -48.089476524783919, "W31": -50.0, "S31": -50.340122919876904, "W32": -99.377866667433508, "S32": -104.37786666743351 }, "geometry": { "type": "Point", "coordinates": [ 104838.491803278695443, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5870728172442508, "S11": 1.5870728172442508, "W12": 0.031896410648047123, "S12": 0.031896410648047123, "W13": -14.327638308711157, "S13": -17.146557458686729, "W21": -41.361831999437449, "S21": -44.116052171445304, "W22": -71.978881501759872, "S22": -76.61275233057475, "W31": -80.735428032322901, "S31": -80.735428032322901, "W32": -94.284470580505285, "S32": -99.284470580505285 }, "geometry": { "type": "Point", "coordinates": [ 104839.0, 498543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2580727981338189, "S12": -5.4338075194308573, "W13": -18.938579649609569, "S13": -22.134493204751696, "W21": -29.981223047400558, "S21": -29.981223047400558, "W22": -43.378622847131027, "S22": -43.378622847131027, "W31": -75.779999, "S31": -75.779999, "W32": -94.570494528653413, "S32": -99.570494528653413 }, "geometry": { "type": "Point", "coordinates": [ 104839.0, 503461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4225935379861623, "S11": 1.4225935379861623, "W12": -9.2786756701323689, "S12": -9.2786756701323672, "W13": -14.033388942482144, "S13": -19.92813857787349, "W21": -42.659314051088685, "S21": -50.213823466351322, "W22": -39.720281400117365, "S22": -40.662854650518334, "W31": -73.004682343752009, "S31": -78.004682343752009, "W32": -89.766958581723756, "S32": -94.766958581723756 }, "geometry": { "type": "Point", "coordinates": [ 104839.5, 502113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.7005781747680041, "W12": -9.5150184711566013, "S12": -9.5150184711566013, "W13": -14.72533357036512, "S13": -18.492297525010731, "W21": -44.257535903903353, "S21": -44.257535903903353, "W22": -48.848684210526315, "S22": -48.848684210526315, "W31": -74.566132007876462, "S31": -78.834153873267653, "W32": -88.675412828465156, "S32": -93.675412828465156 }, "geometry": { "type": "Point", "coordinates": [ 104839.666666666671517, 501498.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.895638356527507, "S12": -4.895638356527507, "W13": -16.10009251733231, "S13": -18.985527686071208, "W21": -42.532151187087031, "S21": -43.930986703826477, "W22": -29.999999999999996, "S22": -29.999999999999996, "W31": -70.0, "S31": -70.0, "W32": -93.468945505050186, "S32": -98.468945505050186 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 497463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.6, "S12": -9.1700002, "W13": -16.5, "S13": -19.5, "W21": -40.0, "S21": -41.850684960442742, "W22": -40.0, "S22": -55.0, "W31": -72.590258668437812, "S31": -72.590258668437812, "W32": -89.545354740963887, "S32": -94.545354740963887 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7175433119275307, "S11": 1.7175433119275307, "W12": -9.1316464726810231, "S12": -13.279551453682394, "W13": -30.151540080186351, "S13": -30.151540080186351, "W21": -37.124960072084804, "S21": -37.124960072084804, "W22": -41.314884570536115, "S22": -41.314884570536115, "W31": -75.239998, "S31": -75.239998, "W32": -93.105357000671162, "S32": -98.105357000671162 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 510627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -48.109799612215902, "S22": -48.109799612215902, "W31": -76.126926893449777, "S31": -76.78375686211163, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104840.494736842112616, 530017.031578947324306 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78619138134308608, "S11": -0.78619138134308608, "W12": -10.70627767319079, "S12": -10.70627767319079, "W13": -15.5005160195423, "S13": -18.5005160195423, "W21": -56.081448911222786, "S21": -56.687261756201522, "W22": -39.668584684476436, "S22": -39.668584684476436, "W31": -66.508367621562627, "S31": -76.508367621562627, "W32": -92.707558317650665, "S32": -97.707558317650665 }, "geometry": { "type": "Point", "coordinates": [ 104841.0, 500796.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58304930006086431, "S11": -1.0240802608013686, "W12": -4.8668112379280073, "S12": -8.6223856698668477, "W13": -18.193693313052787, "S13": -19.3388347644673, "W21": -30.070580310321084, "S21": -30.070580310321084, "W22": -40.35418718472873, "S22": -40.35418718472873, "W31": -75.239998, "S31": -75.239998, "W32": -92.479894896090457, "S32": -97.479894896090457 }, "geometry": { "type": "Point", "coordinates": [ 104841.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24795792465441702, "S11": 0.24795792465441702, "W12": -10.0, "S12": -10.0, "W13": -19.778838154717338, "S13": -27.128898341105838, "W21": -34.618715009554549, "S21": -34.618715009554549, "W22": -68.801517067003886, "S22": -73.772318073504096, "W31": -81.085285824310745, "S31": -81.085285824310745, "W32": -94.830153458318463, "S32": -99.830153458318463 }, "geometry": { "type": "Point", "coordinates": [ 104841.0, 513292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5119161012964331, "S11": 1.5119161012964331, "W12": -9.2015461559093144, "S12": -9.2015461559093144, "W13": -13.997116805763291, "S13": -20.20141918787316, "W21": -42.548522796919805, "S21": -49.982735870417898, "W22": -54.959029375540879, "S22": -60.565782743476959, "W31": -79.768299874973465, "S31": -79.768299874973465, "W32": -96.157419531999366, "S32": -101.15741953199937 }, "geometry": { "type": "Point", "coordinates": [ 104841.25, 502156.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27907594898904514, "S11": -0.51416863997972795, "W12": -10.74444577865453, "S12": -10.74444577865453, "W13": -20.333938213417017, "S13": -30.388474420719387, "W21": -38.009051759754385, "S21": -39.925689788816776, "W22": -57.721976270586154, "S22": -57.721976270586154, "W31": -81.016286158896634, "S31": -81.016286158896634, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104841.333333333328483, 515398.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50424930020041692, "W12": -8.7780936037817234, "S12": -8.7780936037817234, "W13": -17.791403731443051, "S13": -25.834681353170453, "W21": -41.266935114038645, "S21": -42.788295803765827, "W22": -40.00320347482841, "S22": -55.00320347482841, "W31": -77.834367132572012, "S31": -77.834367132572012, "W32": -90.962308423043481, "S32": -95.962308423043481 }, "geometry": { "type": "Point", "coordinates": [ 104841.827586206898559, 516621.827586206898559 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.868968158751203, "S12": -4.868968158751203, "W13": -16.135939421555971, "S13": -19.470308870934304, "W21": -41.353263761500223, "S21": -41.760832902693821, "W22": -40.121825242667533, "S22": -42.30800044013305, "W31": -50.0, "S31": -50.541018988714796, "W32": -98.027261342837875, "S32": -103.02726134283787 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 497414.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53121444754432934, "S11": -0.53121444754432934, "W12": -10.0, "S12": -10.0, "W13": -17.086570003332188, "S13": -19.624154095508363, "W21": -43.28671296488055, "S21": -44.493831376927091, "W22": -36.627696742091594, "S22": -36.627696742091594, "W31": -57.073780555865604, "S31": -57.302285536995115, "W32": -100.65866739159985, "S32": -105.65866739159985 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 500167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73609634031904903, "S11": -0.73609634031904903, "W12": -10.739564380593798, "S12": -10.739564380593798, "W13": -15.381137670352276, "S13": -18.381137670352274, "W21": -55.931044109436066, "S21": -56.508631909561721, "W22": -29.92659273358759, "S22": -43.92558879509464, "W31": -70.0, "S31": -70.0, "W32": -94.118461518963812, "S32": -99.118461518963812 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 500845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83204865181711607, "S11": -1.0585902067769015, "W12": -4.6489029071246293, "S12": -19.648902907124629, "W13": -20.0, "S13": -20.0, "W21": -30.528302864294172, "S21": -30.528302864294172, "W22": -40.0, "S22": -60.0, "W31": -79.968962014747589, "S31": -79.968962014747589, "W32": -92.76217837995793, "S32": -97.76217837995793 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.17400767654982, "S12": -11.937338674452654, "W13": -21.555584611884022, "S13": -21.555584611884022, "W21": -37.358571099395085, "S21": -37.358571099395085, "W22": -40.00267656814259, "S22": -60.00267656814259, "W31": -79.370025893079969, "S31": -79.370025893079969, "W32": -91.630992989674013, "S32": -96.630992989674013 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 509476.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2372397698815756, "W12": -9.267675495307067, "S12": -9.267675495307067, "W13": -17.890606699461234, "S13": -26.6386353912449, "W21": -39.476084065415094, "S21": -43.958503962526933, "W22": -33.049999, "S22": -36.247086303029604, "W31": -65.633090553268588, "S31": -66.379867493185941, "W32": -89.042492782384883, "S32": -94.042492782384883 }, "geometry": { "type": "Point", "coordinates": [ 104842.0, 515936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6012386646067036, "S11": 1.6012386646067036, "W12": -8.9969614765166188, "S12": -8.9969614765166188, "W13": -13.960844669044436, "S13": -20.472600796657883, "W21": -42.332276819126875, "S21": -49.740180653048647, "W22": -35.737403768373284, "S22": -50.937994870819225, "W31": -68.241832191587889, "S31": -68.241832191587889, "W32": -95.077100778947553, "S32": -100.07710077894755 }, "geometry": { "type": "Point", "coordinates": [ 104843.0, 502200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7722104825307508, "S12": -7.7722104825307508, "W13": -18.082708685818655, "S13": -20.89631849221114, "W21": -46.256580650146553, "S21": -49.256580650146553, "W22": -37.566337243903355, "S22": -42.584721557008777, "W31": -66.855530073105655, "S31": -72.158225370851412, "W32": -95.12816848553328, "S32": -100.12816848553328 }, "geometry": { "type": "Point", "coordinates": [ 104843.0, 518030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -33.080202099976709, "S22": -42.970071574909966, "W31": -70.0, "S31": -70.0, "W32": -94.816107201094994, "S32": -99.816107201094994 }, "geometry": { "type": "Point", "coordinates": [ 104843.258064516136074, 528368.290322580607608 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79787811953584475, "S11": 0.79787811953584475, "W12": -0.35095317472344278, "S12": -0.35095317472344278, "W13": -14.912694305469673, "S13": -17.424191052075471, "W21": -40.226293354514468, "S21": -42.537186670970904, "W22": -39.390024766370566, "S22": -39.390024766370566, "W31": -66.551216189963583, "S31": -76.551216189963583, "W32": -93.013508979240527, "S32": -98.013508979240527 }, "geometry": { "type": "Point", "coordinates": [ 104843.75, 498769.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72845691382765532, "S11": -0.58175232888002837, "W12": -5.0916189190381829, "S12": -5.0916189190381829, "W13": -15.352838708493181, "S13": -17.581465338665456, "W21": -43.801726350109249, "S21": -44.804474767440119, "W22": -34.982458702112496, "S22": -34.982458702112496, "W31": -74.299479810145385, "S31": -74.299479810145385, "W32": -101.17988555578847, "S32": -106.17988555578847 }, "geometry": { "type": "Point", "coordinates": [ 104844.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0065397848287916, "W12": -4.673716173202811, "S12": -4.673716173202811, "W13": -16.898421152748714, "S13": -19.506464554611306, "W21": -30.0, "S21": -30.0, "W22": -35.443675010035783, "S22": -35.443675010035783, "W31": -74.181307833380487, "S31": -74.181307833380487, "W32": -101.17287379454699, "S32": -106.17287379454699 }, "geometry": { "type": "Point", "coordinates": [ 104844.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2738197589805904, "S11": 1.2738197589805904, "W12": -7.7607643246260949, "S12": -10.134085250690838, "W13": -30.813273179137695, "S13": -30.813273179137695, "W21": -37.066544601678196, "S21": -37.066544601678196, "W22": -39.867702486973265, "S22": -39.867702486973265, "W31": -73.161074307491589, "S31": -79.478120081150749, "W32": -89.623460441530042, "S32": -94.623460441530042 }, "geometry": { "type": "Point", "coordinates": [ 104844.0, 510835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.013803411288904, "W13": -19.885967422806878, "S13": -29.306409993934381, "W21": -30.0, "S21": -30.0, "W22": -46.604690020819511, "S22": -46.604690020819511, "W31": -73.236706150211347, "S31": -73.236706150211347, "W32": -96.484558806990691, "S32": -101.48455880699069 }, "geometry": { "type": "Point", "coordinates": [ 104844.0, 512459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68010083245398056, "S11": -0.68010083245398056, "W12": -10.888564558613181, "S12": -10.888564558613181, "W13": -15.0, "S13": -18.0, "W21": -50.696632940786195, "S21": -50.696632940786195, "W22": -44.537065982394843, "S22": -44.537065982394843, "W31": -73.812590578829344, "S31": -73.812590578829344, "W32": -89.05395669501705, "S32": -94.05395669501705 }, "geometry": { "type": "Point", "coordinates": [ 104845.0, 501052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70305356609192526, "S11": -3.767296750046798, "W12": -6.5483632878489502, "S12": -8.3265463410475462, "W13": -15.383226569831493, "S13": -15.599416466362229, "W21": -31.663765545969554, "S21": -32.140996294020162, "W22": -46.01973684210526, "S22": -46.01973684210526, "W31": -74.233674631127741, "S31": -82.954056439100782, "W32": -88.686579800162306, "S32": -93.686579800162306 }, "geometry": { "type": "Point", "coordinates": [ 104845.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.336153318997093, "S12": -10.336153318997093, "W13": -17.280380634268223, "S13": -19.764567717607381, "W21": -46.277161541326933, "S21": -47.272400306293697, "W22": -39.918572389357649, "S22": -54.918572389357649, "W31": -72.210947006545737, "S31": -72.210947006545737, "W32": -89.501567784047523, "S32": -94.501567784047523 }, "geometry": { "type": "Point", "coordinates": [ 104846.0, 500320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2936707015248077, "S12": -5.2936707015248077, "W13": -19.060346442429132, "S13": -22.165572397519341, "W21": -30.036062409510059, "S21": -30.036062409510059, "W22": -60.258474263348347, "S22": -60.258474263348347, "W31": -83.95624002253733, "S31": -83.95624002253733, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104846.0, 503503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15334872979214786, "S11": -0.15334872979214786, "W12": -10.0, "S12": -10.0, "W13": -16.313148406227665, "S13": -18.979066728462474, "W21": -40.105539209415376, "S21": -41.177435165521857, "W22": -48.281285518301779, "S22": -48.281285518301779, "W31": -76.145312897816581, "S31": -76.75020022312134, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 499832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5972293265132134, "S12": -9.5972293265132134, "W13": -14.725023977244952, "S13": -16.555812613651376, "W21": -43.935305459985848, "S21": -46.629880931683964, "W22": -46.381578947368425, "S22": -46.381578947368425, "W31": -74.289354899720863, "S31": -84.289354899720863, "W32": -88.673244050892691, "S32": -93.673244050892691 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 501571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38931488828136246, "S11": -1.2066135407414063, "W12": -10.09734754431906, "S12": -10.09734754431906, "W13": -20.0, "S13": -20.0, "W21": -31.782469852419073, "S21": -31.782469852419073, "W22": -41.182399093826028, "S22": -41.182399093826028, "W31": -66.356978772585478, "S31": -76.356978772585478, "W32": -91.464090697209826, "S32": -96.464090697209826 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 507314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.121007267721641, "S12": -10.121007267721641, "W13": -21.415931728804676, "S13": -21.415931728804676, "W21": -34.373251763005968, "S21": -35.213286932994265, "W22": -40.294716280547263, "S22": -47.937702209653736, "W31": -50.0, "S31": -50.320977619222127, "W32": -99.513626285776738, "S32": -104.51362628577674 }, "geometry": { "type": "Point", "coordinates": [ 104847.0, 509062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65539077196702822, "S11": -0.65539077196702822, "W12": -10.839371917167107, "S12": -10.839371917167107, "W13": -15.175795454545456, "S13": -18.175795454545458, "W21": -50.0, "S21": -50.0, "W22": -68.798988621997466, "S22": -73.798988621997466, "W31": -80.986365979873582, "S31": -80.986365979873582, "W32": -94.759563067945152, "S32": -99.759563067945152 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 500949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42777777777777781, "S11": -0.92777777777777803, "W12": -4.4806841631133265, "S12": -4.4806841631133265, "W13": -16.725952697989982, "S13": -19.609278522397382, "W21": -30.0, "S21": -30.0, "W22": -57.916769966353819, "S22": -57.916769966353819, "W31": -81.387201296071282, "S31": -81.387201296071282, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47063890503619932, "S11": -1.4312719084472603, "W12": -8.8764085162403248, "S12": -9.0025385606654389, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -35.057478172315477, "S21": -36.375188972954405, "W22": -53.690987124463526, "S22": -59.466615026194638, "W31": -78.755861391497845, "S31": -78.755861391497845, "W32": -95.81366889916022, "S32": -100.81366889916022 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 506582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36355421686747003, "S11": -1.3053780716398427, "W12": -10.0, "S12": -10.617306707629286, "W13": -20.389611612777941, "S13": -21.349534590955091, "W21": -32.607432944516638, "S21": -33.468156097652852, "W22": -40.836458131328484, "S22": -43.888004840482509, "W31": -72.096099725525477, "S31": -74.433412473380827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 506825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87591455300020704, "S11": 0.87591455300020704, "W12": -5.5601904089065028, "S12": -6.4929581083502228, "W13": -29.193097602602428, "S13": -29.193097602602428, "W21": -37.124137163081741, "S21": -37.124137163081741, "W22": -40.0, "S22": -60.0, "W31": -79.973811699943283, "S31": -79.973811699943283, "W32": -92.728906094036162, "S32": -97.728906094036162 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.374236502845065, "W13": -19.857879929280578, "S13": -27.019707320777478, "W21": -33.68832730129872, "S21": -33.68832730129872, "W22": -36.584807339449512, "S22": -46.884065874683962, "W31": -68.26486313941443, "S31": -70.244914161498556, "W32": -93.6075589715375, "S32": -98.6075589715375 }, "geometry": { "type": "Point", "coordinates": [ 104848.0, 512507.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50802732465561895, "S11": -1.0865923900981529, "W12": -4.4423768108141424, "S12": -4.4423768108141424, "W13": -14.476793350326151, "S13": -15.608361821662406, "W21": -30.0, "S21": -30.090124679395114, "W22": -47.80294616148467, "S22": -47.80294616148467, "W31": -73.057030693980337, "S31": -73.057030693980337, "W32": -97.17951370926022, "S32": -102.17951370926022 }, "geometry": { "type": "Point", "coordinates": [ 104848.666666666671517, 505067.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.754834719590384, "S22": -39.754834719590384, "W31": -72.045661261965776, "S31": -73.13246787107407, "W32": -90.677739136993907, "S32": -95.677739136993907 }, "geometry": { "type": "Point", "coordinates": [ 104849.638461538459524, 530037.107692307676189 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42052023121387294, "S11": -0.42052023121387294, "W12": -3.3814011019903294, "S12": -8.2031071936143309, "W13": -16.40521095982518, "S13": -19.393853816968036, "W21": -40.0, "S21": -41.856908180691121, "W22": -50.47255280368821, "S22": -50.47255280368821, "W31": -74.976459979917365, "S31": -79.279053511658105, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104850.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.055513589304469729, "S11": 0.055513589304469729, "W12": -3.9511306581559182, "S12": -3.9511306581559182, "W13": -16.433881678745998, "S13": -19.555003562402508, "W21": -40.0, "S21": -41.532338809658825, "W22": -40.0, "S22": -55.0, "W31": -77.426474406605507, "S31": -77.426474406605507, "W32": -90.613912869565226, "S32": -95.613912869565226 }, "geometry": { "type": "Point", "coordinates": [ 104850.0, 499168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44349362267271397, "S11": -0.44349362267271397, "W12": -10.0, "S12": -10.0, "W13": -16.626094365492602, "S13": -18.507812264032417, "W21": -40.603492388384289, "S21": -41.747568795618591, "W22": -56.666309341722503, "S22": -62.188779663938448, "W31": -80.43950309149696, "S31": -80.43950309149696, "W32": -96.21780628027966, "S32": -101.21780628027966 }, "geometry": { "type": "Point", "coordinates": [ 104850.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12489072401045385, "S11": -0.55429559061848677, "W12": -10.343409047702767, "S12": -10.343409047702767, "W13": -19.936983182000763, "S13": -20.627595142206829, "W21": -37.560998627640473, "S21": -40.05217189653176, "W22": -61.394840935515589, "S22": -67.030214247330761, "W31": -81.791171450616076, "S31": -81.791171450616076, "W32": -96.060819591801959, "S32": -101.06081959180196 }, "geometry": { "type": "Point", "coordinates": [ 104850.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4405496004549686, "S11": -0.4405496004549686, "W12": -11.203261564496145, "S12": -11.203261564496145, "W13": -20.290108293047243, "S13": -27.970355720269133, "W21": -37.983409213214358, "S21": -41.768903988875081, "W22": -39.637236775966841, "S22": -39.782759601926237, "W31": -73.014327907834371, "S31": -78.119635405728218, "W32": -89.742266676708326, "S32": -94.742266676708326 }, "geometry": { "type": "Point", "coordinates": [ 104850.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19904626057648686, "S11": -0.21839447169936896, "W12": -10.541135311734141, "S12": -10.541135311734141, "W13": -20.352128417589292, "S13": -30.323965852409749, "W21": -36.411543262764233, "S21": -38.110124823047713, "W22": -29.928568652896811, "S22": -33.743282788438918, "W31": -70.0, "S31": -70.0, "W32": -94.245777605042363, "S32": -99.245777605042363 }, "geometry": { "type": "Point", "coordinates": [ 104850.0, 515335.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68967874311173638, "S11": -0.68967874311173638, "W12": -10.915198992859322, "S12": -10.915198992859322, "W13": -15.0371875, "S13": -18.0371875, "W21": -50.790761320285284, "S21": -50.790761320285284, "W22": -40.0, "S22": -56.838056680161941, "W31": -81.4403715566649, "S31": -81.4403715566649, "W32": -94.508314044630723, "S32": -99.508314044630723 }, "geometry": { "type": "Point", "coordinates": [ 104850.25, 501041.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67331373978717834, "S11": 0.67331373978717834, "W12": -10.404077511075034, "S12": -10.462563178152823, "W13": -21.728333620346831, "S13": -21.728333620346831, "W21": -37.794308174807533, "S21": -37.794308174807533, "W22": -40.0, "S22": -40.0, "W31": -66.217823550248141, "S31": -76.217823550248141, "W32": -90.300092649085926, "S32": -95.300092649085926 }, "geometry": { "type": "Point", "coordinates": [ 104850.333333333328483, 509601.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41722222222222227, "S11": -0.90092293628617759, "W12": -4.467822593237643, "S12": -4.467822593237643, "W13": -16.741566799822458, "S13": -19.633294772327144, "W21": -30.0, "S21": -30.0, "W22": -36.486368787020339, "S22": -39.447484251542065, "W31": -59.566195212154533, "S31": -59.566195212154533, "W32": -94.835385324704149, "S32": -99.835385324704149 }, "geometry": { "type": "Point", "coordinates": [ 104850.5, 504736.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8144749081521172, "S11": -2.3562888531237887, "W12": -9.1373952979756066, "S12": -9.1373952979756066, "W13": -17.24184664954938, "S13": -25.851779665108943, "W21": -39.844618017056064, "S21": -42.351683145358123, "W22": -34.875075829376627, "S22": -38.289521212314725, "W31": -65.366367481386106, "S31": -65.366367481386106, "W32": -88.643498707218527, "S32": -93.643498707218527 }, "geometry": { "type": "Point", "coordinates": [ 104850.96, 516113.12 ] } }, +{ "type": "Feature", "properties": { "W11": 1.089666951323655, "S11": -0.20320355376884125, "W12": -5.0, "S12": -5.0, "W13": -15.038332752069605, "S13": -17.585133699936904, "W21": -43.53958835989318, "S21": -43.950593209219349, "W22": -36.330503905914703, "S22": -39.059265665510836, "W31": -57.008274847747678, "S31": -57.008274847747678, "W32": -95.147184642780545, "S32": -100.14718464278054 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69565462118653598, "S11": -0.69565462118653598, "W12": -10.607416678060222, "S12": -10.607416678060222, "W13": -16.893099910288822, "S13": -19.722704714321377, "W21": -48.97106907826663, "S21": -49.764250704662516, "W22": -42.087726523869172, "S22": -42.087726523869172, "W31": -75.779999, "S31": -75.779999, "W32": -93.741241340871099, "S32": -98.741241340871099 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 500465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70467738883632935, "S11": 0.70467738883632935, "W12": -6.1153003650846331, "S12": -8.2179707533532529, "W13": -14.581361867704279, "S13": -20.39079190006052, "W21": -37.032888428934513, "S21": -44.352718613706365, "W22": -58.852998418042169, "S22": -65.531630413519835, "W31": -81.197572182199792, "S31": -81.197572182199792, "W32": -96.174421577399968, "S32": -101.17442157739997 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 502579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29397572744553296, "S11": -0.29397572744553296, "W12": -5.0, "S12": -8.943242091008262, "W13": -15.435449212891429, "S13": -20.040280588469628, "W21": -32.876715348580881, "S21": -37.941231477613137, "W22": -64.164642548931383, "S22": -67.062695168660866, "W31": -83.016449714693294, "S31": -83.016449714693294, "W32": -91.80594160900506, "S32": -96.80594160900506 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 502850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61038429303675157, "S11": -1.6337617153683419, "W12": -5.460589193351935, "S12": -5.460589193351935, "W13": -14.452933763695958, "S13": -15.521318302843628, "W21": -30.238365372142031, "S21": -30.61636295220438, "W22": -50.0, "S22": -50.0, "W31": -74.571273120379871, "S31": -75.450159352016357, "W32": -88.704575450389768, "S32": -93.704575450389768 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 505193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69418813700413973, "S11": -3.6941881370041396, "W12": -6.4801704169104992, "S12": -8.0308094862199653, "W13": -15.366294014443675, "S13": -15.701631811157004, "W21": -31.558228489888457, "S21": -32.017734098069162, "W22": -40.0, "S22": -60.0, "W31": -79.903976233125363, "S31": -79.903976233125363, "W32": -92.563065448033029, "S32": -97.563065448033029 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 505295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -17.831677663281191, "W13": -25.0, "S13": -27.978095304639464, "W21": -31.324304026597712, "S21": -31.324304026597712, "W22": -55.019953721686548, "S22": -59.742643915306424, "W31": -79.953592743742774, "S31": -79.953592743742774, "W32": -96.169728343012707, "S32": -101.16972834301271 }, "geometry": { "type": "Point", "coordinates": [ 104851.0, 511781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53047350149833783, "S11": 0.53047350149833783, "W12": -5.6434583471622295, "S12": -8.6174680774478531, "W13": -15.0, "S13": -20.031962927435508, "W21": -35.274567397689538, "S21": -42.03284696758196, "W22": -40.779220718848237, "S22": -40.779220718848237, "W31": -73.233773486948451, "S31": -80.179013588043105, "W32": -89.54625283622795, "S32": -94.54625283622795 }, "geometry": { "type": "Point", "coordinates": [ 104851.6, 502693.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50168068735534854, "S11": 0.50168068735534854, "W12": -10.0, "S12": -10.0, "W13": -21.187352035553769, "S13": -21.187352035553769, "W21": -32.777346954146815, "S21": -32.825441488581902, "W22": -52.789699570815451, "S22": -56.466867723972364, "W31": -78.096999889738683, "S31": -78.096999889738683, "W32": -95.45128417191053, "S32": -100.45128417191053 }, "geometry": { "type": "Point", "coordinates": [ 104852.0, 508907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -19.997887167321522, "W13": -25.0, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -52.411899239788688, "S22": -52.411899239788688, "W31": -74.851103298299648, "S31": -79.738598293628627, "W32": -89.678860693067264, "S32": -94.678860693067264 }, "geometry": { "type": "Point", "coordinates": [ 104853.0, 511547.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19786319924231607, "S11": 0.19786319924231607, "W12": -10.0, "S12": -10.0, "W13": -19.831064956639636, "S13": -27.710865294289224, "W21": -34.879868955140935, "S21": -34.879868955140935, "W22": -34.826221672948051, "S22": -42.553708596278717, "W31": -70.0, "S31": -70.0, "W32": -94.927095566802137, "S32": -99.927095566802137 }, "geometry": { "type": "Point", "coordinates": [ 104853.0, 513336.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -41.776969011611151, "S22": -41.776969011611151, "W31": -75.239998, "S31": -75.239998, "W32": -93.56693549304417, "S32": -98.56693549304417 }, "geometry": { "type": "Point", "coordinates": [ 104853.322580645166454, 528416.612903225817718 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49036770734783219, "S11": 0.49036770734783219, "W12": -11.210501061571335, "S12": -12.7604005963437, "W13": -17.419665962300726, "S13": -17.419665962300726, "W21": -30.0, "S21": -30.0, "W22": -56.999468744466085, "S22": -56.999468744466085, "W31": -80.077487156530452, "S31": -80.077487156530452, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104853.666666666671517, 508238.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.101350318471338, "S12": -14.645438576225574, "W13": -18.049379069482377, "S13": -18.049379069482377, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -52.966663559821789, "S22": -52.966663559821789, "W31": -78.331508043085677, "S31": -78.331508043085677, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104854.5, 508352.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92299576228769731, "S11": -1.1525471379354399, "W12": -5.0295174612375018, "S12": -16.022824656554747, "W13": -27.235063789359391, "S13": -27.235063789359391, "W21": -39.590694711229951, "S21": -39.817537008182725, "W22": -41.945398529598044, "S22": -46.020597445287869, "W31": -72.696213005952103, "S31": -76.086091868311655, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 505934.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45518243111409801, "S11": -1.3024736339456331, "W12": -5.0, "S12": -15.189956756756757, "W13": -23.97307910673732, "S13": -23.97307910673732, "W21": -39.566231374350295, "S21": -40.804470839395741, "W22": -30.57615200024301, "S22": -35.620450046585582, "W31": -70.0, "S31": -70.0, "W32": -94.444783578495574, "S32": -99.444783578495574 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.283275002171552, "S12": -11.500184016557828, "W13": -21.613769598970144, "S13": -21.613769598970144, "W21": -37.399279314971928, "S21": -37.399279314971928, "W22": -36.508452255054998, "S22": -39.580312544634751, "W31": -60.0, "S31": -60.0, "W32": -94.81478002994028, "S32": -99.81478002994028 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 509522.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.330396559345408, "S12": -10.330396559345408, "W13": -20.346200660052681, "S13": -29.512953391908628, "W21": -36.973903699976475, "S21": -39.973903699976475, "W22": -39.316930907428677, "S22": -41.211330185940895, "W31": -72.584439884130504, "S31": -74.776815889700927, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 515211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.906877174203907, "W12": -9.8582502787546105, "S12": -9.8582502787546105, "W13": -19.979845924888384, "S13": -21.09403767681, "W21": -38.343263327175656, "S21": -39.934368626948512, "W22": -50.170202058488307, "S22": -54.949244551947203, "W31": -76.467332784759719, "S31": -76.467332784759719, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104855.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22906595412098685, "S11": 0.22906595412098685, "W12": -11.427350949877805, "S12": -11.427350949877805, "W13": -19.617975227442081, "S13": -22.296559770007647, "W21": -33.473067093148615, "S21": -33.473067093148615, "W22": -54.844698391812386, "S22": -59.501156154103164, "W31": -79.932521053997306, "S31": -79.932521053997306, "W32": -96.160625168024765, "S32": -101.16062516802477 }, "geometry": { "type": "Point", "coordinates": [ 104855.090909090911737, 513093.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.758574747753748, "W13": -18.514797676946348, "S13": -18.514797676946348, "W21": -30.0, "S21": -30.73076923076923, "W22": -65.818967043081173, "S22": -70.484357986639367, "W31": -81.253359079421571, "S31": -81.253359079421571, "W32": -95.976936805015328, "S32": -100.97693680501533 }, "geometry": { "type": "Point", "coordinates": [ 104856.0, 508437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.415185783521808, "W13": -20.0, "S13": -20.0, "W21": -30.311177408439161, "S21": -32.666239864456045, "W22": -71.001247660636309, "S22": -75.515930542123527, "W31": -80.474219615242632, "S31": -80.474219615242632, "W32": -94.165010348565986, "S32": -99.165010348565986 }, "geometry": { "type": "Point", "coordinates": [ 104856.0, 508706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8135367284477812, "S12": -4.8135367284477812, "W13": -16.840083070387095, "S13": -19.311009305530991, "W21": -46.081614327015266, "S21": -49.081614327015266, "W22": -45.57565789473685, "S22": -45.57565789473685, "W31": -74.167676353479848, "S31": -81.666411811244132, "W32": -88.727883744521989, "S32": -93.727883744521989 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 497738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.85003182300348556, "S12": -1.3652716711099817, "W13": -15.182459016393443, "S13": -17.736664565690887, "W21": -40.051830748986582, "S21": -42.268575923553598, "W22": -45.250800709508859, "S22": -45.250800709508859, "W31": -74.767169133256232, "S31": -78.502913287349102, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 498809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24246192104445141, "S11": -0.27894107374721533, "W12": -4.2619290132724759, "S12": -4.2619290132724759, "W13": -16.584712446896201, "S13": -19.299537213947637, "W21": -30.0, "S21": -30.0, "W22": -40.538921226844806, "S22": -42.454649502744999, "W31": -72.142310487360803, "S31": -73.675826610951646, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 504778.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51894671014428018, "S11": -1.5189467101442802, "W12": -5.0, "S12": -16.069902702702706, "W13": -24.73019965934898, "S13": -24.73019965934898, "W21": -39.7864835820235, "S21": -40.666383135156416, "W22": -40.0, "S22": -40.0, "W31": -66.478141427265598, "S31": -76.478141427265598, "W32": -92.321954279545423, "S32": -97.321954279545423 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 506053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6879991157243168, "S12": -5.6879991157243168, "W13": -15.0, "S13": -15.0, "W21": -46.398535884521806, "S21": -46.398535884521806, "W22": -40.0, "S22": -60.382156753752085, "W31": -81.270680724580686, "S31": -81.270680724580686, "W32": -94.276242231987311, "S32": -99.276242231987311 }, "geometry": { "type": "Point", "coordinates": [ 104857.0, 525944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.041925809864079, "S12": -10.041925809864079, "W13": -21.501802624158437, "S13": -21.501802624158437, "W21": -33.354905229007663, "S21": -33.383323682904162, "W22": -61.211495579677546, "S22": -63.962337492200511, "W31": -84.040293040293051, "S31": -84.040293040293051, "W32": -91.237045306953945, "S32": -96.237045306953945 }, "geometry": { "type": "Point", "coordinates": [ 104857.5, 508962.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64344949265927309, "S11": -2.3870668411674245, "W12": -5.9105921241588559, "S12": -6.232355629885574, "W13": -14.758306428421376, "S13": -15.658781169748217, "W21": -30.799659069876469, "S21": -31.203231058419174, "W22": -41.432696675101347, "S22": -46.432696675101347, "W31": -72.337584392950035, "S31": -75.735939598357334, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104858.0, 505236.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64550350844278737, "S11": -2.4375674887565371, "W12": -5.9357561908642182, "S12": -6.306506522813585, "W13": -14.787613066915217, "S13": -15.666420127170847, "W21": -30.832008656095748, "S21": -31.237373235644714, "W22": -43.983256719841997, "S22": -43.983256719841997, "W31": -74.088177154983697, "S31": -77.320847554674756, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104858.0, 505239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.28305598318793823, "W12": -7.2518695993457634, "S12": -9.4358182349797914, "W13": -15.36981836657705, "S13": -18.340066300461348, "W21": -36.226884846211554, "S21": -36.226884846211554, "W22": -31.713775319099476, "S22": -31.713775319099476, "W31": -70.0, "S31": -70.0, "W32": -92.546721015248266, "S32": -97.546721015248266 }, "geometry": { "type": "Point", "coordinates": [ 104859.0, 497068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.87828240836970828, "W12": -5.0466698047765339, "S12": -5.0466698047765339, "W13": -15.408550083518421, "S13": -17.825552176579119, "W21": -43.878674745593592, "S21": -44.707643995927825, "W22": -40.0, "S22": -55.0, "W31": -73.630681536391776, "S31": -73.630681536391776, "W32": -89.700403109259696, "S32": -94.700403109259696 }, "geometry": { "type": "Point", "coordinates": [ 104859.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91874405619740429, "S11": -0.91874405619740429, "W12": -6.4150296623052281, "S12": -11.488779662305229, "W13": -23.121657754010695, "S13": -24.711226092790955, "W21": -36.745350723826533, "S21": -37.150055944411967, "W22": -37.616915298948904, "S22": -48.264779247659831, "W31": -67.946467494721489, "S31": -67.946467494721489, "W32": -88.95898336178341, "S32": -93.95898336178341 }, "geometry": { "type": "Point", "coordinates": [ 104859.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012418343645295888, "S11": -1.0449798275932745, "W12": -10.344334924206832, "S12": -10.870509420851128, "W13": -20.855215621187618, "S13": -22.327704738165867, "W21": -31.394084851335933, "S21": -31.394084851335933, "W22": -50.563399409129737, "S22": -51.196816902481743, "W31": -77.63338284409275, "S31": -77.63338284409275, "W32": -95.212265427659744, "S32": -100.21226542765974 }, "geometry": { "type": "Point", "coordinates": [ 104859.0, 507039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0099040461289439, "S11": 1.0099040461289439, "W12": -7.319682150365729, "S12": -8.7123323481325929, "W13": -31.163605900963248, "S13": -31.163605900963248, "W21": -37.092425016583803, "S21": -37.092425016583803, "W22": -59.2141668142377, "S22": -59.2141668142377, "W31": -83.032844912742902, "S31": -83.032844912742902, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104859.25, 510951.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52012493875551202, "S11": 0.52012493875551202, "W12": -5.2918448808033682, "S12": -6.065461527335529, "W13": -18.842178347860163, "S13": -22.127140544459479, "W21": -29.904649744011707, "S21": -29.904649744011707, "W22": -70.000000000000014, "S22": -74.543532889233163, "W31": -80.50018458509372, "S31": -80.50018458509372, "W32": -94.215723940011102, "S32": -99.215723940011102 }, "geometry": { "type": "Point", "coordinates": [ 104859.5, 503430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7675719827435028, "S12": -4.7675719827435028, "W13": -16.091267594064519, "S13": -18.124353732113576, "W21": -45.076961244110429, "S21": -48.076961244110429, "W22": -58.905429261428083, "S22": -58.911299969687846, "W31": -85.08230452674897, "S31": -85.08230452674897, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104860.0, 497636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41874309561801892, "S11": -0.41874309561801892, "W12": -9.6877237851662414, "S12": -9.6877237851662414, "W13": -14.751494189018022, "S13": -16.535935031805703, "W21": -43.675889968511505, "S21": -47.396408836436031, "W22": -34.07283923254743, "S22": -35.977986117709953, "W31": -65.772291649413845, "S31": -68.803451381452334, "W32": -89.227491581992311, "S32": -94.227491581992311 }, "geometry": { "type": "Point", "coordinates": [ 104860.0, 501582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87120491174213355, "S11": -1.2105676207546479, "W12": -5.0244805100710046, "S12": -15.739912370226484, "W13": -27.027124389250815, "S13": -27.027124389250815, "W21": -40.0, "S21": -40.216292339443974, "W22": -39.750433576594126, "S22": -39.750433576594126, "W31": -66.5157615482848, "S31": -76.5157615482848, "W32": -92.59686054823699, "S32": -97.59686054823699 }, "geometry": { "type": "Point", "coordinates": [ 104860.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45084014538446504, "S11": -0.45084014538446504, "W12": -11.052103707835172, "S12": -11.052103707835172, "W13": -20.330755023566105, "S13": -28.276694255832119, "W21": -37.807717515875872, "S21": -40.309458962300198, "W22": -36.263686303359336, "S22": -36.263686303359336, "W31": -60.0, "S31": -60.150531433817278, "W32": -100.91032069231122, "S32": -105.91032069231122 }, "geometry": { "type": "Point", "coordinates": [ 104860.0, 515034.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7829189105207002, "S12": -4.7829189105207002, "W13": -16.933051663677563, "S13": -19.360786504166374, "W21": -46.219475240656266, "S21": -49.219475240656266, "W22": -34.814022217535495, "S22": -34.814022217535495, "W31": -70.470073375514332, "S31": -70.470073375514332, "W32": -101.23839419395536, "S32": -106.23839419395536 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 497748.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.89304563800062087, "W12": -4.4850781334454393, "S12": -4.4850781334454393, "W13": -16.888751505928603, "S13": -19.726279200071648, "W21": -30.0, "S21": -30.0, "W22": -51.013685314018844, "S22": -55.6461593585895, "W31": -77.3471269016311, "S31": -77.683301109104022, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16814906781225517, "S11": -1.1952111744504275, "W12": -10.22987034908915, "S12": -11.665269900992991, "W13": -20.430396065656009, "S13": -20.430396065656009, "W21": -31.476481994711705, "S21": -31.476481994711705, "W22": -51.012322500714859, "S22": -55.632911154704892, "W31": -77.347132017919691, "S31": -77.680359975202308, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 507168.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20886024641723824, "S11": 0.20886024641723824, "W12": -11.365755016171113, "S12": -11.935474104691526, "W13": -19.572184056174482, "S13": -20.493509023271926, "W21": -33.134259842870648, "S21": -33.134259842870648, "W22": -39.838685186679562, "S22": -40.399118516948327, "W31": -72.400281995501246, "S31": -73.288568991712225, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 513035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16142094569826165, "S11": -0.45397665930660686, "W12": -10.470836078938103, "S12": -10.470836078938103, "W13": -19.951461257048926, "S13": -21.492573088769046, "W21": -38.070912498809648, "S21": -41.041831573337852, "W22": -39.536963399141655, "S22": -39.536963399141655, "W31": -79.838006771421732, "S31": -79.838006771421732, "W32": -96.172886395576697, "S32": -101.1728863955767 }, "geometry": { "type": "Point", "coordinates": [ 104861.0, 514118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.2093821442127339, "S12": -4.2093821442127339, "W13": -16.702201298710175, "S13": -16.702201298710175, "W21": -44.580857819821077, "S21": -47.144089723756089, "W22": -33.567041223552422, "S22": -37.374081539224328, "W31": -65.638837081130873, "S31": -65.638837081130873, "W32": -88.976647714608674, "S32": -93.976647714608674 }, "geometry": { "type": "Point", "coordinates": [ 104861.333333333328483, 522229.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.72710095561182, "S12": -4.72710095561182, "W13": -16.007545609333626, "S13": -19.324597119102719, "W21": -43.859179159398408, "S21": -46.616578480116509, "W22": -57.858783747671183, "S22": -64.077268767456374, "W31": -80.874581655227189, "S31": -80.874581655227189, "W32": -96.162490945502583, "S32": -101.16249094550258 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 497521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3430014650659992, "S12": -5.9148029807783642, "W13": -19.132759607507172, "S13": -22.215099061743697, "W21": -29.996437246721342, "S21": -29.996437246721342, "W22": -40.0, "S22": -58.455368161250512, "W31": -81.427662395870797, "S31": -81.427662395870797, "W32": -94.392543317527029, "S32": -99.392543317527029 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 503529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3846480996813844, "S12": -8.5625787042129353, "W13": -19.400443820141, "S13": -22.400443820141, "W21": -30.454945381980206, "S21": -30.454945381980206, "W22": -39.328679663679203, "S22": -55.467841529713318, "W31": -80.667466296519876, "S31": -80.667466296519876, "W32": -93.54239901861223, "S32": -98.54239901861223 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.86294257475290881, "W12": -4.8343104918623512, "S12": -4.8343104918623512, "W13": -17.300741867985543, "S13": -19.762347912617418, "W21": -30.0, "S21": -30.0, "W22": -35.277027113341475, "S22": -35.277027113341475, "W31": -67.422719896791889, "S31": -67.465775896247877, "W32": -101.25927357305329, "S32": -106.25927357305329 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 504664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.11749332094319898, "W12": -3.3492097198133832, "S12": -3.3492097198133832, "W13": -16.096844059405942, "S13": -17.677311148591965, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.461225431037285, "S22": -37.349223385338121, "W31": -65.489586552310243, "S31": -65.489586552310243, "W32": -88.727549036674006, "S32": -93.727549036674006 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013028839236161067, "S11": -1.0454173073022548, "W12": -10.344817131976557, "S12": -10.805488272916154, "W13": -20.861913354328028, "S13": -22.32441553477188, "W21": -31.362112383861682, "S21": -31.362112383861682, "W22": -39.977526686462113, "S22": -47.16227881346444, "W31": -50.000000000000007, "S31": -50.288850231137062, "W32": -99.661088376851353, "S32": -104.66108837685135 }, "geometry": { "type": "Point", "coordinates": [ 104862.0, 507041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3881457669549553, "S12": -8.6666909255294851, "W13": -19.411031879033459, "S13": -22.389992442142017, "W21": -30.464786120542957, "S21": -30.464786120542957, "W22": -42.790898118357795, "S22": -42.790898118357795, "W31": -75.779999, "S31": -75.779999, "W32": -94.33085639427712, "S32": -99.33085639427712 }, "geometry": { "type": "Point", "coordinates": [ 104862.777777777781012, 503623.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91739438092021663, "S11": -0.91739438092021663, "W12": -10.731308435787682, "S12": -10.731308435787682, "W13": -16.66264934512439, "S13": -19.65894327066934, "W21": -50.0, "S21": -50.6938238961867, "W22": -35.254468403494691, "S22": -42.316871212033405, "W31": -70.0, "S31": -70.0, "W32": -94.901436966127903, "S32": -99.901436966127903 }, "geometry": { "type": "Point", "coordinates": [ 104863.0, 500529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13903413443551693, "S11": -0.13903413443551693, "W12": -4.6768686311711303, "S12": -11.970127853130347, "W13": -19.909316650125227, "S13": -20.635444795916374, "W21": -31.50199709097237, "S21": -31.50199709097237, "W22": -52.815450643776828, "S22": -58.650010778044297, "W31": -78.915524521714516, "S31": -78.915524521714516, "W32": -95.946647391240774, "S32": -100.94664739124077 }, "geometry": { "type": "Point", "coordinates": [ 104863.375, 504060.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -50.618531401887132, "S22": -52.362902191536648, "W31": -77.336929619093866, "S31": -77.336929619093866, "W32": -95.109242086133179, "S32": -100.10924208613318 }, "geometry": { "type": "Point", "coordinates": [ 104863.387096774196834, 528464.935483870911412 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57185912240187908, "S11": -0.57185912240187908, "W12": -10.366365728599165, "S12": -10.366365728599165, "W13": -14.546754607177416, "S13": -17.6742840957697, "W21": -47.22173665210007, "S21": -47.22173665210007, "W22": -50.643929286190797, "S22": -52.699819854217559, "W31": -77.334950274326033, "S31": -77.334950274326033, "W32": -95.081951344321965, "S32": -100.08195134432196 }, "geometry": { "type": "Point", "coordinates": [ 104863.4, 501270.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.047810872395833259, "W12": -4.0560354333073096, "S12": -4.0560354333073096, "W13": -16.447582100324791, "S13": -18.783417188636633, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -52.772532188841204, "S22": -58.633745389813178, "W31": -78.946026279163021, "S31": -78.946026279163021, "W32": -95.950380869270347, "S32": -100.95038086927035 }, "geometry": { "type": "Point", "coordinates": [ 104863.5, 504820.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69495525404157044, "S11": -0.69495525404157044, "W12": -10.760103838085033, "S12": -10.760103838085033, "W13": -14.702654074884629, "S13": -17.702654074884627, "W21": -48.012070322749949, "S21": -48.012070322749949, "W22": -53.867878312469358, "S22": -58.381670812615155, "W31": -79.810832488028126, "S31": -79.810832488028126, "W32": -96.119132566923824, "S32": -101.11913256692382 }, "geometry": { "type": "Point", "coordinates": [ 104864.0, 501212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44031073297045931, "S11": -1.2426913479626656, "W12": -10.0, "S12": -15.17381081081081, "W13": -20.0, "S13": -20.0, "W21": -36.780052034949144, "S21": -38.279015320251602, "W22": -40.0, "S22": -55.0, "W31": -77.08604929669724, "S31": -77.08604929669724, "W32": -90.270121662608688, "S32": -95.270121662608688 }, "geometry": { "type": "Point", "coordinates": [ 104864.0, 506412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8232143298943573, "S12": -19.68967454904633, "W13": -23.178537836682345, "S13": -27.35557011539202, "W21": -29.641423716291097, "S21": -29.641423716291097, "W22": -38.879949176371234, "S22": -53.879949176371234, "W31": -69.509708930391355, "S31": -69.509708930391355, "W32": -89.169710777600685, "S32": -94.169710777600685 }, "geometry": { "type": "Point", "coordinates": [ 104864.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.35535273562545111, "W12": -7.9532575531160612, "S12": -10.658105065154871, "W13": -15.161050363593978, "S13": -18.161050363593979, "W21": -35.236768567141276, "S21": -35.236768567141276, "W22": -60.977503020872483, "S22": -60.977503020872483, "W31": -85.033356457393765, "S31": -85.033356457393765, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104864.2, 497022.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95640865234234007, "S11": -0.95640865234234007, "W12": -10.841527928231125, "S12": -10.841527928231125, "W13": -15.915176944373856, "S13": -18.915176944373854, "W21": -52.869772998805253, "S21": -53.575610440363107, "W22": -34.068112477827334, "S22": -36.094997519219248, "W31": -65.780307607620315, "S31": -68.717641833474133, "W32": -89.215817742842546, "S32": -94.215817742842546 }, "geometry": { "type": "Point", "coordinates": [ 104865.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50479897277998931, "S11": -1.0905530515702799, "W12": -4.5583398821218077, "S12": -4.5583398821218077, "W13": -14.807419050771474, "S13": -14.807419050771474, "W21": -30.000000000000004, "S21": -30.10017545009266, "W22": -56.874627863703225, "S22": -62.608799712205204, "W31": -80.545323047251685, "S31": -80.545323047251685, "W32": -96.17192360134645, "S32": -101.17192360134645 }, "geometry": { "type": "Point", "coordinates": [ 104865.0, 505071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1477684738302634, "S11": 0.1477684738302634, "W12": -10.0, "S12": -10.0, "W13": -19.855058656057462, "S13": -28.264599144967647, "W21": -35.141022900726988, "S21": -35.141022900726988, "W22": -40.0, "S22": -55.0, "W31": -77.29941338843048, "S31": -77.29941338843048, "W32": -90.422065097826092, "S32": -95.422065097826092 }, "geometry": { "type": "Point", "coordinates": [ 104865.0, 513380.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -10.459119978974112, "S12": -11.89764228219661, "W13": -15.0, "S13": -18.0, "W21": -37.985448175005445, "S21": -37.985448175005445, "W22": -35.944859925624222, "S22": -35.944859925624222, "W31": -50.048977959918034, "S31": -50.197696083672746, "W32": -95.955879908235531, "S32": -100.95587990823553 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.49184033520785092, "W12": -8.3372677174977792, "S12": -11.482372051366157, "W13": -15.0, "S13": -18.0, "W21": -34.413822205551384, "S21": -34.413822205551384, "W22": -39.146231465686057, "S22": -39.762238801187067, "W31": -78.020256387996668, "S31": -78.020256387996668, "W32": -95.820998507595533, "S32": -100.82099850759553 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 496985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66988427393785677, "S11": 0.66004880617141437, "W12": -0.54325806940445553, "S12": -0.66236946878251746, "W13": -15.059016393442624, "S13": -17.559589850488926, "W21": -40.176270212412518, "S21": -42.421799811705377, "W22": -43.997668380833368, "S22": -43.997668380833368, "W31": -72.064750927059094, "S31": -72.064750927059094, "W32": -99.759392320918977, "S32": -104.75939232091898 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 498788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.71292064810968014, "W12": -9.7328316955920879, "S12": -9.7328316955920879, "W13": -14.795605475433879, "S13": -18.285952808195805, "W21": -44.446823829127361, "S21": -44.446823829127361, "W22": -34.521810924327482, "S22": -34.521810924327482, "W31": -74.435021618980869, "S31": -74.435021618980869, "W32": -101.12337440453497, "S32": -106.12337440453497 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 501448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33512549076034448, "S11": -1.3351254907603445, "W12": -10.112185339386976, "S12": -10.112185339386976, "W13": -20.055493045984214, "S13": -20.055493045984214, "W21": -31.740117325352703, "S21": -31.740117325352703, "W22": -46.045445008202073, "S22": -46.045445008202073, "W31": -73.286426699297692, "S31": -73.286426699297692, "W32": -96.315009334442976, "S32": -101.31500933444298 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 507291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -20.398275183432073, "S13": -30.135942368121441, "W21": -36.590917366669458, "S21": -38.505610200717129, "W22": -30.0, "S22": -30.0, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -93.248026735945331, "S32": -98.248026735945331 }, "geometry": { "type": "Point", "coordinates": [ 104866.0, 515289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.013330372632858, "W13": -18.564729764171876, "S13": -18.564729764171876, "W21": -30.0, "S21": -30.86467236467228, "W22": -40.0, "S22": -55.0, "W31": -73.689985041287642, "S31": -73.689985041287642, "W32": -89.718377676559115, "S32": -94.718377676559115 }, "geometry": { "type": "Point", "coordinates": [ 104866.333333333328483, 508447.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.2817364318353448, "W12": -6.5790887324819138, "S12": -8.2689121674736317, "W13": -15.494678144474104, "S13": -18.494678144474104, "W21": -37.100112528132534, "S21": -37.100112528132534, "W22": -50.673663394644052, "S22": -53.528987480588803, "W31": -77.323534671692229, "S31": -77.34925819595945, "W32": -95.006218744606784, "S32": -100.00621874460678 }, "geometry": { "type": "Point", "coordinates": [ 104866.4, 497107.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25077114607120221, "S11": 0.25077114607120221, "W12": -10.0, "S12": -10.0, "W13": -19.773154704431537, "S13": -27.151513849356004, "W21": -34.409989558330345, "S21": -34.409989558330345, "W22": -59.513418400650082, "S22": -59.51498834375387, "W31": -84.89711934156378, "S31": -84.89711934156378, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104866.666666666671517, 513254.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7647768720869441, "S11": -2.2960355018721974, "W12": -9.1307883474341391, "S12": -9.1307883474341391, "W13": -17.137299593121931, "S13": -25.825586060358511, "W21": -39.775031430544523, "S21": -41.907516198786631, "W22": -42.239053452686896, "S22": -42.239053452686896, "W31": -75.779999, "S31": -75.779999, "W32": -94.02851398541749, "S32": -99.02851398541749 }, "geometry": { "type": "Point", "coordinates": [ 104866.962121212127386, 516112.810606060607824 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.33031547051780152, "W12": -7.3052233830469948, "S12": -9.5321896751818258, "W13": -15.307656678072313, "S13": -18.307656678072313, "W21": -36.104604276069018, "S21": -36.104604276069018, "W22": -69.434874238328675, "S22": -73.694836026966072, "W31": -80.0, "S31": -80.0, "W32": -93.811126351062782, "S32": -98.811126351062782 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 497062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -3.7097855464820606, "S12": -3.7097855464820606, "W13": -14.872018475797139, "S13": -15.266840958065234, "W21": -30.0, "S21": -30.004245504610505, "W22": -46.795610502002056, "S22": -46.795610502002056, "W31": -72.646106427460239, "S31": -72.646106427460239, "W32": -98.382798698117497, "S32": -103.3827986981175 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 505029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3664933176760052, "W12": -8.0674340059468417, "S12": -9.3717615712641873, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -34.482847376685861, "S21": -35.52707260206121, "W22": -39.133702234697417, "S22": -41.545733738482163, "W31": -72.569462022062609, "S31": -75.179668140694687, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.461459297316273, "S13": -14.461459297316273, "W21": -47.0, "S21": -47.0, "W22": -41.734135933220131, "S22": -41.734135933220131, "W31": -72.976380551907724, "S31": -75.159758479251494, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104867.0, 527508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.739920878340055, "W13": -21.204320194735114, "S13": -21.204320194735114, "W21": -35.277078102242562, "S21": -35.277078102242562, "W22": -50.873129705517961, "S22": -55.873129705517961, "W31": -77.314307852200173, "S31": -77.91601847458746, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104867.666666666671517, 509170.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.426631141148947, "S12": -10.426631141148947, "W13": -17.029144449513943, "S13": -19.572818487796791, "W21": -45.289878316294853, "S21": -46.307324614101759, "W22": -59.747041794737704, "S22": -66.347929418962622, "W31": -81.54932213965624, "S31": -81.54932213965624, "W32": -96.048590694107133, "S32": -101.04859069410713 }, "geometry": { "type": "Point", "coordinates": [ 104867.75, 500287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069517749497655851, "S11": 0.069517749497655851, "W12": -12.003806462376996, "S12": -14.182035203967379, "W13": -17.507257323862429, "S13": -17.507257323862429, "W21": -32.382203811108454, "S21": -32.382203811108454, "W22": -46.688338271864318, "S22": -46.688338271864318, "W31": -74.986951680341377, "S31": -78.958169261194612, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104868.0, 507947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.407162764766067, "S13": -21.407162764766067, "W21": -33.152675490397641, "S21": -33.201374689073035, "W22": -35.682715134041324, "S22": -42.080033827788085, "W31": -70.690081269901626, "S31": -70.690081269901626, "W32": -94.875778365453669, "S32": -99.875778365453669 }, "geometry": { "type": "Point", "coordinates": [ 104868.0, 508950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60644511750518815, "S11": 0.60644511750518815, "W12": -10.392542327793381, "S12": -11.063029358662273, "W13": -21.671954586056355, "S13": -21.671954586056355, "W21": -37.439987530549018, "S21": -37.439987530549018, "W22": -40.0, "S22": -60.0, "W31": -79.675717716581588, "S31": -79.675717716581588, "W32": -91.979209161162274, "S32": -96.979209161162274 }, "geometry": { "type": "Point", "coordinates": [ 104868.0, 509568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12973064586794966, "S11": 0.12973064586794966, "W12": -4.1802397192829064, "S12": -4.1802397192829064, "W13": -15.0, "S13": -15.0, "W21": -43.574041173775967, "S21": -45.572237055661397, "W22": -35.7422050384409, "S22": -35.7422050384409, "W31": -65.953285754439563, "S31": -71.798777163926815, "W32": -89.501365369856643, "S32": -94.501365369856643 }, "geometry": { "type": "Point", "coordinates": [ 104868.0, 523543.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42702795568872171, "S11": 0.42702795568872171, "W12": -4.1849564878499983, "S12": -4.1849564878499983, "W13": -15.0, "S13": -15.0, "W21": -45.29762548112317, "S21": -47.584274573346477, "W22": -41.648431305849513, "S22": -41.648431305849513, "W31": -75.779999, "S31": -75.779999, "W32": -93.672963611752479, "S32": -98.672963611752479 }, "geometry": { "type": "Point", "coordinates": [ 104868.75, 523176.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22012345679012346, "S11": -0.24535833766688567, "W12": -4.667966652403007, "S12": -11.212555505189812, "W13": -19.938688246551241, "S13": -20.530125909264576, "W21": -31.346476838841777, "S21": -31.346476838841777, "W22": -50.285228103729537, "S22": -50.285228103729537, "W31": -77.597949739424593, "S31": -77.597949739424593, "W32": -95.231193302995948, "S32": -100.23119330299595 }, "geometry": { "type": "Point", "coordinates": [ 104869.0, 504084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.058625632833769856, "S11": -0.41674363530128289, "W12": -10.0, "S12": -10.0, "W13": -19.908581401652491, "S13": -24.641354897568746, "W21": -36.707209390493837, "S21": -37.857449624688222, "W22": -52.738796646126815, "S22": -57.351884941455445, "W31": -79.567243046873159, "S31": -79.567243046873159, "W32": -96.053853157377063, "S32": -101.05385315737706 }, "geometry": { "type": "Point", "coordinates": [ 104869.0, 513794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.54946962178842007, "W12": -8.30881939288696, "S12": -11.53456578132986, "W13": -15.179708677073553, "S13": -18.179708677073553, "W21": -34.246652288072269, "S21": -34.246652288072269, "W22": -60.414802878349683, "S22": -60.414802878349683, "W31": -84.82049947970863, "S31": -84.82049947970863, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104869.4, 496977.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1192814277921181, "S11": -1.3459001328280369, "W12": -10.347529519398476, "S12": -10.347529519398476, "W13": -20.374592074591916, "S13": -20.890381569087765, "W21": -38.200162710013473, "S21": -39.460915781221814, "W22": -36.336388872447472, "S22": -49.01551221339033, "W31": -67.938074908082044, "S31": -70.656078478878712, "W32": -93.877366433531463, "S32": -98.877366433531463 }, "geometry": { "type": "Point", "coordinates": [ 104869.666666666671517, 515436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.386910451764781, "S11": 1.3471770190299766, "W12": 0.025459919812349987, "S12": 0.025459919812349987, "W13": -14.470994421803361, "S13": -17.306488132111127, "W21": -41.498758220947977, "S21": -44.24103972173522, "W22": -52.266094420600858, "S22": -57.774980814722277, "W31": -79.091741171475093, "S31": -79.091741171475093, "W32": -95.958848939971077, "S32": -100.95884893997108 }, "geometry": { "type": "Point", "coordinates": [ 104869.875, 498528.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.328355034619657, "S12": -10.328355034619657, "W13": -16.95489487499044, "S13": -19.532168615930786, "W21": -44.156449764597056, "S21": -45.24894599067602, "W22": -40.0, "S22": -55.0, "W31": -77.270227481857987, "S31": -77.270227481857987, "W32": -90.348395553478255, "S32": -95.348395553478255 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1987920317478382, "S12": -10.198792031747839, "W13": -17.420329423398258, "S13": -21.306161530870241, "W21": -30.0, "S21": -31.778842605656706, "W22": -35.625948554760065, "S22": -51.376305191211188, "W31": -68.034238489159421, "S31": -70.075518783025757, "W32": -95.675511971354865, "S32": -100.67551197135487 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 503173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.07421875, "W12": -3.707041485413956, "S12": -3.707041485413956, "W13": -16.829062913508963, "S13": -18.785908323081213, "W21": -30.0, "S21": -30.0, "W22": -36.532797074667442, "S22": -39.676009582256597, "W31": -60.170516314464955, "S31": -60.237584077485977, "W32": -94.919561558792395, "S32": -99.919561558792395 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 504862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51091253216091803, "S11": 0.51091253216091803, "W12": -5.0, "S12": -20.0, "W13": -25.0, "S13": -33.039422054660577, "W21": -36.273182487936737, "S21": -36.273182487936737, "W22": -36.418702034509401, "S22": -38.84740496561804, "W31": -58.901494327552605, "S31": -58.901494327552605, "W32": -95.124123898174076, "S32": -100.12412389817408 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 511461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.319940214524355, "W13": -19.903538209596732, "S13": -31.204908072610429, "W21": -33.66171324317412, "S21": -33.66171324317412, "W22": -59.636501986162543, "S22": -59.636501986162543, "W31": -84.782807498856741, "S31": -84.782807498856741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 512464.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27510239246264839, "S11": -0.27510239246264839, "W12": -10.981723444105681, "S12": -10.981723444105681, "W13": -19.959368917779805, "S13": -24.051774786528352, "W21": -39.611647302606769, "S21": -44.611647302606769, "W22": -50.112880912767601, "S22": -54.988292039868412, "W31": -76.530548878139967, "S31": -79.191123033756881, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104870.0, 514480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.520978566533545, "S12": -10.520978566533545, "W13": -17.265575475364027, "S13": -19.796929622672458, "W21": -45.976418608501305, "S21": -46.939676088365914, "W22": -31.189481468675869, "S22": -31.189481468675869, "W31": -70.0, "S31": -70.0, "W32": -92.488115591509938, "S32": -97.488115591509938 }, "geometry": { "type": "Point", "coordinates": [ 104870.25, 500325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83912562257885992, "S11": -0.83912562257885992, "W12": -10.94809271899288, "S12": -10.94809271899288, "W13": -15.508426073540756, "S13": -18.508426073540754, "W21": -54.100362925739809, "S21": -54.58073805465304, "W22": -42.304378936490856, "S22": -42.304378936490856, "W31": -75.779999, "S31": -75.779999, "W32": -94.154640098733978, "S32": -99.154640098733978 }, "geometry": { "type": "Point", "coordinates": [ 104870.5, 500834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.44641085014885878, "W12": -8.2797501945959784, "S12": -11.22902788319951, "W13": -15.037216522450313, "S13": -18.037216522450315, "W21": -34.748827831957989, "S21": -34.748827831957989, "W22": -52.223175965665241, "S22": -57.223744578250532, "W31": -79.275247104338177, "S31": -79.275247104338177, "W32": -95.9880016823208, "S32": -100.9880016823208 }, "geometry": { "type": "Point", "coordinates": [ 104871.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1240035184719774, "S12": -10.124003518471977, "W13": -16.779210100309346, "S13": -20.912305111774756, "W21": -30.0, "S21": -33.0, "W22": -40.900002, "S22": -45.900002, "W31": -71.900002, "S31": -74.921513196883936, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104871.0, 503066.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16171562620700894, "S11": -0.44000707555108987, "W12": -10.426951666397466, "S12": -10.426951666397466, "W13": -19.932259029984763, "S13": -21.517724210293373, "W21": -38.093137745095795, "S21": -41.093137745095795, "W22": -40.562014027269427, "S22": -40.562014027269427, "W31": -75.239998, "S31": -75.239998, "W32": -93.00815152480294, "S32": -98.00815152480294 }, "geometry": { "type": "Point", "coordinates": [ 104871.0, 514121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -37.361079080821071, "S22": -41.49551548815343, "W31": -73.527913755683343, "S31": -73.527913755683343, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104871.356321839077282, 530026.800766283529811 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97426652208538567, "S11": 0.97426652208538567, "W12": -9.8026283523523112, "S12": -9.8026283523523112, "W13": -14.843388022527861, "S13": -19.516028524269501, "W21": -40.447182671370008, "S21": -49.093304374164596, "W22": -39.174549940390641, "S22": -39.424331995901689, "W31": -78.401423734699193, "S31": -78.401423734699193, "W32": -95.74431533436433, "S32": -100.74431533436433 }, "geometry": { "type": "Point", "coordinates": [ 104871.571428571434808, 501908.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39499859247443003, "S11": -1.2338059590294823, "W12": -2.6427195667441556, "S12": -2.6427195667441556, "W13": -15.0, "S13": -15.831709812647766, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.000000000000007, "S22": -40.96205567342907, "W31": -81.134675519560332, "S31": -81.134675519560332, "W32": -96.172210883427184, "S32": -101.17221088342718 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 504983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83386052092085439, "S11": -3.8338605209208545, "W12": -8.149101365322009, "S12": -8.5835595300289338, "W13": -18.128596087456849, "S13": -20.749165238029516, "W21": -33.913631696607737, "S21": -34.458091777757126, "W22": -39.954564728852439, "S22": -39.954564728852439, "W31": -73.17310341680259, "S31": -79.670342020190631, "W32": -89.560518813360076, "S32": -94.560518813360076 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 505472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63799258498235589, "S11": -1.4717290451779599, "W12": -5.0021837414867409, "S12": -15.345848245126355, "W13": -25.546383110450716, "S13": -25.546383110450716, "W21": -40.0, "S21": -40.485923507496025, "W22": -60.602317330473014, "S22": -65.449318944335246, "W31": -81.516072277513231, "S31": -81.516072277513231, "W32": -95.925966168136696, "S32": -100.9259661681367 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 506017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42685092215822018, "S11": -1.0431373517080762, "W12": -10.0, "S12": -16.190286486486485, "W13": -20.234375, "S13": -20.234375, "W21": -37.207791868342717, "S21": -38.716515269052586, "W22": -48.530040483710664, "S22": -48.530040483710664, "W31": -75.836130346288201, "S31": -76.472341443951876, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 506370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.170734612155705, "S12": -14.434586888339421, "W13": -19.95327823889556, "S13": -19.95327823889556, "W21": -32.313435622380489, "S21": -32.313435622380489, "W22": -43.686668054212461, "S22": -44.560742500134928, "W31": -73.319611662882096, "S31": -76.057213304798836, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 507558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84273779363780643, "S11": 0.84273779363780643, "W12": -5.1628355688229775, "S12": -6.5612938313145159, "W13": -28.473105162480099, "S13": -28.473105162480099, "W21": -36.989613150919133, "S21": -36.989613150919133, "W22": -39.958172410607041, "S22": -58.679122014938571, "W31": -81.017909637675771, "S31": -81.017909637675771, "W32": -93.777555318651025, "S32": -98.777555318651025 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 511162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78397212543553996, "S11": 0.78397212543553996, "W12": -10.0, "S12": -10.757530161683036, "W13": -21.43982257269591, "S13": -30.342194625345204, "W21": -30.725549990887433, "S21": -30.725549990887433, "W22": -40.016087484745128, "S22": -60.016087484745128, "W31": -79.267100783616087, "S31": -79.267100783616087, "W32": -91.317727184614881, "S32": -96.317727184614881 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 512180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.095161173814647, "S12": -10.095161173814647, "W13": -20.420225265686341, "S13": -30.225044345237333, "W21": -36.548321148123534, "S21": -38.279631772982817, "W22": -40.00809676631782, "S22": -55.00809676631782, "W31": -77.744518933532476, "S31": -77.744518933532476, "W32": -90.666479159021733, "S32": -95.666479159021733 }, "geometry": { "type": "Point", "coordinates": [ 104872.0, 515296.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.2121280465145494, "S12": -4.2121280465145494, "W13": -17.186970104192344, "S13": -17.186970104192344, "W21": -44.554386939516441, "S21": -47.112943321191885, "W22": -35.459682790007975, "S22": -40.002573045169221, "W31": -65.498784291063728, "S31": -65.498784291063728, "W32": -88.681765823874031, "S32": -93.681765823874031 }, "geometry": { "type": "Point", "coordinates": [ 104872.111111111109494, 522029.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15757328829435624, "S11": -0.44815898677481392, "W12": -10.401023696228258, "S12": -10.401023696228258, "W13": -19.935802380274819, "S13": -21.434407390002914, "W21": -38.039945074377748, "S21": -40.949798178053364, "W22": -50.620286540233103, "S22": -54.789885783890277, "W31": -77.292649129734428, "S31": -77.733776279044633, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104872.285714285710128, 514108.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3787464115309091, "S11": 0.3787464115309091, "W12": -11.637833366421663, "S12": -12.085756633735508, "W13": -17.181166569511664, "S13": -17.181166569511664, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.449069810513556, "S22": -39.449069810513556, "W31": -73.078148823573713, "S31": -78.785815209420392, "W32": -89.641011362635936, "S32": -94.641011362635936 }, "geometry": { "type": "Point", "coordinates": [ 104872.333333333328483, 508197.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8576134691648705, "S11": 1.8576134691648705, "W12": -9.8177283811293172, "S12": -15.305560928956094, "W13": -30.0, "S13": -30.0, "W21": -36.86420390769868, "S21": -36.86420390769868, "W22": -44.50252270433905, "S22": -59.50252270433905, "W31": -81.863679915391998, "S31": -81.863679915391998, "W32": -94.853848109444442, "S32": -99.853848109444442 }, "geometry": { "type": "Point", "coordinates": [ 104872.666666666671517, 510541.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24222203332199929, "S11": -0.24222203332199929, "W12": -2.8979534465309795, "S12": -5.9983549504425095, "W13": -16.19200201714574, "S13": -19.15763058857431, "W21": -40.0, "S21": -41.869289626720523, "W22": -40.586595617298116, "S22": -40.586595617298116, "W31": -73.257718498211744, "S31": -80.465806114050537, "W32": -89.484019367050749, "S32": -94.484019367050749 }, "geometry": { "type": "Point", "coordinates": [ 104873.0, 498978.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.156630715862504, "S11": 1.156630715862504, "W12": -7.5970415982039716, "S12": -9.1242334990411713, "W13": -14.187209850668065, "S13": -20.650576559108195, "W21": -40.0, "S21": -48.514732081677401, "W22": -40.0, "S22": -55.0, "W31": -77.38951739893173, "S31": -77.38951739893173, "W32": -90.396357496413046, "S32": -95.396357496413046 }, "geometry": { "type": "Point", "coordinates": [ 104873.0, 502379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60392574558734013, "S11": -0.85392574558734013, "W12": -4.9238478580161313, "S12": -6.1167762929280025, "W13": -18.264346609580677, "S13": -20.04946785365026, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.327364263778271, "S22": -40.510203076930623, "W31": -66.882563903254493, "S31": -72.678790148159393, "W32": -95.083519046061468, "S32": -100.08351904606147 }, "geometry": { "type": "Point", "coordinates": [ 104873.0, 504585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -70.000000000000014, "S22": -74.317547464176869, "W31": -80.049920013126055, "S31": -80.049920013126055, "W32": -93.953973520812127, "S32": -98.953973520812127 }, "geometry": { "type": "Point", "coordinates": [ 104873.451612903227215, 528513.258064516121522 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.2804168804828846, "W12": -5.9063078656189205, "S12": -7.1020060999689685, "W13": -15.619537922370853, "S13": -18.619537922370853, "W21": -38.062075355157106, "S21": -38.062075355157106, "W22": -34.600015055163219, "S22": -42.295149002668047, "W31": -70.0, "S31": -70.0, "W32": -94.68972050660291, "S32": -99.68972050660291 }, "geometry": { "type": "Point", "coordinates": [ 104873.8, 497146.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3417853180473376, "S12": -5.4488745458984402, "W13": -18.941447154338505, "S13": -22.158302928145453, "W21": -29.906498440117058, "S21": -29.906498440117058, "W22": -40.0, "S22": -60.0, "W31": -79.82266317801097, "S31": -79.82266317801097, "W32": -92.1803618288763, "S32": -97.1803618288763 }, "geometry": { "type": "Point", "coordinates": [ 104874.0, 503465.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11994784876140807, "W12": -4.2502302564410552, "S12": -4.2502302564410552, "W13": -16.777629826897471, "S13": -19.486820616240447, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -67.106224259849597, "S22": -72.04270883968276, "W31": -80.830981433036101, "S31": -80.830981433036101, "W32": -94.763641042304073, "S32": -99.763641042304073 }, "geometry": { "type": "Point", "coordinates": [ 104874.0, 504782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -16.953605951850783, "W13": -20.0, "S13": -32.369785115768217, "W21": -32.369785115768217, "S21": -32.369785115768217, "W22": -56.267044448379671, "S22": -56.267044448379671, "W31": -79.555584008733632, "S31": -79.555584008733632, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104874.0, 512321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.80221193075320518, "W12": -8.178458995879204, "S12": -11.815852528182781, "W13": -16.245315467839774, "S13": -19.245315467839774, "W21": -33.256536009002005, "S21": -33.256536009002005, "W22": -40.0, "S22": -60.590314070977058, "W31": -80.038362837211821, "S31": -80.038362837211821, "W32": -92.556570119172648, "S32": -97.556570119172648 }, "geometry": { "type": "Point", "coordinates": [ 104874.6, 496931.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6218078512048724, "S12": -4.6218078512048724, "W13": -15.975100136491957, "S13": -18.659395008286829, "W21": -43.990303744509461, "S21": -46.990303744509461, "W22": -42.701137893761931, "S22": -42.701137893761931, "W31": -75.779999, "S31": -75.779999, "W32": -94.490092477790512, "S32": -99.490092477790512 }, "geometry": { "type": "Point", "coordinates": [ 104875.0, 497528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0710160968215392, "S11": -1.0710160968215392, "W12": -10.876760304155317, "S12": -10.876760304155317, "W13": -16.26152389012347, "S13": -19.26152389012347, "W21": -50.810035842293907, "S21": -51.493072841544404, "W22": -59.26120063750664, "S22": -59.26120063750664, "W31": -83.023934172222752, "S31": -83.023934172222752, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104875.0, 500634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3673352578140554, "W12": -7.8058210953991418, "S12": -9.4695882208146571, "W13": -20.0, "S13": -20.0, "W21": -34.305637771116757, "S21": -35.246786655726005, "W22": -40.0, "S22": -60.0, "W31": -81.479675813194802, "S31": -81.479675813194802, "W32": -94.22383091183535, "S32": -99.22383091183535 }, "geometry": { "type": "Point", "coordinates": [ 104875.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.046014315200237216, "S11": 0.046014315200237216, "W12": -10.0, "S12": -10.0, "W13": -19.868471713389436, "S13": -29.322360359738237, "W21": -35.736201750884263, "S21": -35.736201750884263, "W22": -39.677896369295738, "S22": -45.241849028642648, "W31": -50.0, "S31": -50.247354176141002, "W32": -99.81960171126974, "S32": -104.81960171126974 }, "geometry": { "type": "Point", "coordinates": [ 104875.0, 513490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4131906290411997, "S12": -5.4131906290411997, "W13": -19.141634431988802, "S13": -19.141634431988802, "W21": -39.218019752854644, "S21": -41.714097452928556, "W22": -56.690396080514539, "S22": -56.690396080514539, "W31": -80.003002138801548, "S31": -80.003002138801548, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104875.3, 521192.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.367463547056516, "S13": -21.367463547056516, "W21": -33.059443443965804, "S21": -33.12089723112274, "W22": -29.816090378256771, "S22": -43.867786376599739, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -93.69874616625971, "S32": -98.69874616625971 }, "geometry": { "type": "Point", "coordinates": [ 104876.0, 508946.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47199781256811835, "S11": -0.47199781256811835, "W12": -10.74904810959403, "S12": -10.74904810959403, "W13": -20.398535571187793, "S13": -28.873494272133691, "W21": -37.45586033362892, "S21": -37.45586033362892, "W22": -46.869517543859729, "S22": -46.869517543859729, "W31": -74.371719874658027, "S31": -81.427436763395107, "W32": -88.708655819543694, "S32": -93.708655819543694 }, "geometry": { "type": "Point", "coordinates": [ 104876.0, 515105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4082116339651627, "S12": -7.8451242119285727, "W13": -19.329082549988399, "S13": -22.358723162605127, "W21": -30.161897200140817, "S21": -30.161897200140817, "W22": -42.203173389585146, "S22": -42.203173389585146, "W31": -75.779999, "S31": -75.779999, "W32": -94.181237287276929, "S32": -99.181237287276929 }, "geometry": { "type": "Point", "coordinates": [ 104876.571428571434808, 503597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5913737908771015, "S12": -4.5913737908771015, "W13": -16.025626322759603, "S13": -20.381630573556627, "W21": -42.380417635894531, "S21": -44.01942782512306, "W22": -50.0, "S22": -54.990412296612284, "W31": -76.709623379220702, "S31": -78.054742570978036, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104877.0, 497461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6344491067438911, "S12": -4.6344491067438911, "W13": -16.379725622774195, "S13": -19.127387236376002, "W21": -45.51848801487224, "S21": -48.719639136477909, "W22": -56.584853285267911, "S22": -56.592760051690668, "W31": -84.54945054945054, "S31": -84.54945054945054, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104877.0, 497667.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22067590402162895, "S11": -0.22067590402162895, "W12": -11.083604483429554, "S12": -16.083604483429554, "W13": -18.326356879951984, "S13": -18.326356879951984, "W21": -32.792270449908052, "S21": -32.792270449908052, "W22": -56.740251917370678, "S22": -56.74764071947542, "W31": -84.567901234567898, "S31": -84.567901234567898, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104877.0, 507781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.097673748418162426, "S11": 0.097673748418162426, "W12": -10.0, "S12": -10.0, "W13": -19.859863007028768, "S13": -28.799143647200037, "W21": -35.402176846313374, "S21": -35.402176846313374, "W22": -39.092264514997375, "S22": -61.910939543617154, "W31": -80.275129795709347, "S31": -80.275129795709347, "W32": -92.838256185028627, "S32": -97.838256185028627 }, "geometry": { "type": "Point", "coordinates": [ 104877.0, 513425.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92174413877796602, "S11": -0.92174413877796602, "W12": -6.0376269876128132, "S12": -13.081700517023823, "W13": -25.247895405969231, "S13": -25.414803479507363, "W21": -37.539532968750301, "S21": -37.860378213492716, "W22": -40.0, "S22": -55.0, "W31": -73.739751806678981, "S31": -73.739751806678981, "W32": -89.744209940040207, "S32": -94.744209940040207 }, "geometry": { "type": "Point", "coordinates": [ 104877.4, 505744.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92225085311048993, "S11": -0.92225085311048993, "W12": -5.9927815678148457, "S12": -13.26439921487367, "W13": -25.414189902960324, "S13": -25.414189902960324, "W21": -37.637999396785496, "S21": -37.951801747200456, "W22": -36.188331187226368, "S22": -39.213212168901848, "W31": -55.303113598880508, "S31": -55.303113598880508, "W32": -95.526846553079267, "S32": -100.52684655307927 }, "geometry": { "type": "Point", "coordinates": [ 104878.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33572339059957901, "S11": 0.33572339059957901, "W12": -11.767000351246928, "S12": -11.767000351246928, "W13": -17.084905504362563, "S13": -17.084905504362563, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.786515169614603, "S22": -35.786515169614603, "W31": -73.842021797821232, "S31": -73.842021797821232, "W32": -101.03509785008139, "S32": -106.03509785008139 }, "geometry": { "type": "Point", "coordinates": [ 104878.0, 508181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -16.54262732596931, "W13": -25.0, "S13": -27.476593068753495, "W21": -32.427995726930511, "S21": -32.427995726930511, "W22": -39.553851859128493, "S22": -39.553851859128493, "W31": -66.563618109531575, "S31": -76.563618109531575, "W32": -92.717211061996537, "S32": -97.717211061996537 }, "geometry": { "type": "Point", "coordinates": [ 104878.0, 511778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61159298939047213, "S11": 0.61159298939047213, "W12": -0.67707682982270023, "S12": -1.3480423757465554, "W13": -15.166045081967212, "S13": -17.664380200097288, "W21": -40.138091652265096, "S21": -42.343833872833571, "W22": -30.342334679991495, "S22": -36.143416832731987, "W31": -70.0, "S31": -70.0, "W32": -94.177784161477561, "S32": -99.177784161477561 }, "geometry": { "type": "Point", "coordinates": [ 104878.125, 498800.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75252198381990854, "S11": -0.75252198381990854, "W12": -11.105722899154372, "S12": -11.105722899154372, "W13": -15.198863636363637, "S13": -18.198863636363637, "W21": -50.212307181953882, "S21": -50.212307181953882, "W22": -50.0, "S22": -50.104725636143328, "W31": -77.542876617583673, "S31": -77.542876617583673, "W32": -95.248109639491773, "S32": -100.24810963949177 }, "geometry": { "type": "Point", "coordinates": [ 104879.0, 501012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63337145184387045, "S11": -1.9603477668238767, "W12": -5.9218725678543631, "S12": -5.9468977574401434, "W13": -15.0, "S13": -16.096482045039561, "W21": -30.762542176214353, "S21": -31.12236060347626, "W22": -67.349726775956285, "S22": -71.17775368246717, "W31": -79.988404091867878, "S31": -79.988404091867878, "W32": -93.191112858828149, "S32": -98.191112858828149 }, "geometry": { "type": "Point", "coordinates": [ 104879.0, 505234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26346968163218754, "S11": -0.26346968163218754, "W12": -10.979979894860328, "S12": -15.979979894860328, "W13": -18.513001003601442, "S13": -18.513001003601442, "W21": -32.735233987894965, "S21": -32.735233987894965, "W22": -60.643231666789745, "S22": -60.643231666789745, "W31": -84.177622311954181, "S31": -84.177622311954181, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104879.0, 507754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15902222667700916, "S11": -0.15902222667700916, "W12": -10.0, "S12": -10.0, "W13": -16.385092119108368, "S13": -19.01024754449044, "W21": -40.040829815359672, "S21": -41.05370253770608, "W22": -37.64883772647741, "S22": -37.64883772647741, "W31": -66.161509279536062, "S31": -75.567623496441044, "W32": -89.8142203152062, "S32": -94.8142203152062 }, "geometry": { "type": "Point", "coordinates": [ 104879.2, 499876.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49662857248019343, "S11": -1.0583256672374284, "W12": -8.0480985988716345, "S12": -10.738791764165336, "W13": -17.310922258604641, "S13": -20.310922258604641, "W21": -32.425354896380121, "S21": -32.425354896380121, "W22": -36.817355233303743, "S22": -41.535879569190861, "W31": -63.381584238037796, "S31": -64.157968458418168, "W32": -94.376177547059186, "S32": -99.376177547059186 }, "geometry": { "type": "Point", "coordinates": [ 104879.8, 496886.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53904711805816485, "S11": 0.53904711805816485, "W12": -5.3256169634729185, "S12": -6.6971155352402008, "W13": -18.744837532820807, "S13": -22.118848370877313, "W21": -29.856197756860517, "S21": -29.856197756860517, "W22": -37.009060573368991, "S22": -37.009060573368991, "W31": -50.0, "S31": -50.390415325561939, "W32": -96.833926255943084, "S32": -101.83392625594308 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 503399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99999999999999978, "S11": 0.99999999999999978, "W12": -5.5, "S12": -21.0, "W13": -23.0, "S13": -29.0, "W21": -29.01, "S21": -29.01, "W22": -36.502046660747759, "S22": -45.884922041822911, "W31": -66.995092171414896, "S31": -68.936249803377052, "W32": -93.989727740311267, "S32": -98.989727740311267 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46161438912041153, "S11": -0.10741423670849592, "W12": -3.3364456348282556, "S12": -3.3364456348282556, "W13": -16.409258113311228, "S13": -17.972221775322229, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -57.190936135640136, "S22": -57.256927037856109, "W31": -84.435897435897445, "S31": -84.435897435897445, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104880.333333333328483, 504906.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6156107845797303, "S12": -4.6156107845797303, "W13": -16.89188689696774, "S13": -19.467386539472251, "W21": -46.22380420673997, "S21": -49.22380420673997, "W22": -52.244058160126762, "S22": -52.244058160126762, "W31": -77.744720172925781, "S31": -77.744720172925781, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 497734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50509933154829889, "S11": -0.50509933154829889, "W12": -10.0, "S12": -10.0, "W13": -17.20609439636193, "S13": -19.879197289256684, "W21": -41.123836216616738, "S21": -42.233786768672552, "W22": -39.472827480133304, "S22": -61.319674326980149, "W31": -80.167572638618523, "S31": -80.167572638618523, "W32": -92.673269045490457, "S32": -97.673269045490457 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 500091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86093575427503477, "S11": -3.3090912876748355, "W12": -8.4934710239943918, "S12": -8.4934710239943918, "W13": -18.89240506329114, "S13": -22.120020522075698, "W21": -34.393163279814694, "S21": -34.945453398479422, "W22": -40.0, "S22": -55.0, "W31": -74.057582214325393, "S31": -74.057582214325393, "W32": -89.789079216855797, "S32": -94.789079216855797 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 505508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.47885974517220786, "W12": -8.4355359251736033, "S12": -9.1518212221551032, "W13": -20.405947664821827, "S13": -21.309015700765343, "W21": -32.846883046546736, "S21": -33.463424775801137, "W22": -39.184542462792869, "S22": -44.184542462792869, "W31": -66.621413235589671, "S31": -76.621413235589671, "W32": -93.146877325047043, "S32": -98.146877325047043 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.741503184713375, "S12": -13.805990487100168, "W13": -17.728640411488314, "S13": -17.728640411488314, "W21": -30.0, "S21": -30.0, "W22": -36.462657249375795, "S22": -51.462657249375795, "W31": -67.056994970905123, "S31": -69.879757016873455, "W32": -95.492728448660387, "S32": -100.49272844866039 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 508298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.234114878229601, "S13": -21.234114878229601, "W21": -32.797385892620056, "S21": -32.875845287487202, "W22": -58.93805560474577, "S22": -58.93805560474577, "W31": -82.733425673772103, "S31": -82.733425673772103, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104881.0, 508925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.32785691887293766, "W12": -5.5994767368019556, "S12": -6.4979754038428119, "W13": -15.744397700267907, "S13": -18.744397700267907, "W21": -39.241187384044878, "S21": -39.241187384044878, "W22": -34.289677917383948, "S22": -34.289677917383948, "W31": -74.57056342781658, "S31": -74.57056342781658, "W32": -101.06686325328145, "S32": -106.06686325328145 }, "geometry": { "type": "Point", "coordinates": [ 104881.2, 497186.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55482992062321068, "S11": 0.55482992062321068, "W12": -5.7012811151676726, "S12": -8.6381458043860047, "W13": -14.999999999999998, "S13": -20.349719658997337, "W21": -35.688952470817625, "S21": -43.223146019204769, "W22": -60.0, "S22": -65.835216172598322, "W31": -81.452546936739637, "S31": -81.452546936739637, "W32": -95.948447952618338, "S32": -100.94844795261834 }, "geometry": { "type": "Point", "coordinates": [ 104881.4, 502656.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16846222906245989, "S11": -1.238884464526834, "W12": -5.1996610841343776, "S12": -15.199661084134377, "W13": -16.335644852296053, "S13": -17.987478293445484, "W21": -45.49352176457878, "S21": -48.385142540119759, "W22": -45.486199995584698, "S22": -45.486199995584698, "W31": -73.34203605351594, "S31": -73.34203605351594, "W32": -96.157038550731286, "S32": -101.15703855073129 }, "geometry": { "type": "Point", "coordinates": [ 104882.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50076815240867822, "S11": -1.0978632578603298, "W12": -4.5938212180746563, "S12": -4.5938212180746563, "W13": -15.180217454055615, "S13": -15.418867951568053, "W21": -30.000000000000004, "S21": -30.108767982250061, "W22": -39.172732534341918, "S22": -39.172732534341918, "W31": -66.624369601762794, "S31": -76.624369601762794, "W32": -93.151854445368386, "S32": -98.151854445368386 }, "geometry": { "type": "Point", "coordinates": [ 104882.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.048609426709695994, "S11": -1.0222268753921924, "W12": -10.351508920329309, "S12": -10.531374692141391, "W13": -20.988320594745854, "S13": -22.510213220000292, "W21": -31.214132126589767, "S21": -31.214132126589767, "W22": -65.904337138357135, "S22": -69.069531424319749, "W31": -81.427576252039671, "S31": -81.427576252039671, "W32": -92.242573400281984, "S32": -97.242573400281984 }, "geometry": { "type": "Point", "coordinates": [ 104882.0, 507032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6449922079118195, "S12": -4.6449922079118195, "W13": -16.058322015490884, "S13": -19.12567058084722, "W21": -41.068364099265906, "S21": -41.637620816994627, "W22": -50.56690968582236, "S22": -55.56690968582236, "W31": -77.261763587776628, "S31": -78.118294362130243, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104882.571428571434808, 497406.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7378309137489325, "S11": -0.69153235099159271, "W12": -4.8986778637322637, "S12": -4.8986778637322637, "W13": -15.096649534683088, "S13": -18.096649534683088, "W21": -43.650758760670065, "S21": -44.027181913091944, "W22": -61.769342096550432, "S22": -64.227732567627839, "W31": -83.173992673992672, "S31": -83.173992673992672, "W32": -91.181286592938662, "S32": -96.181286592938662 }, "geometry": { "type": "Point", "coordinates": [ 104883.0, 498178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13736665768090273, "S11": -0.13736665768090273, "W12": -9.8593350383631719, "S12": -9.8593350383631719, "W13": -14.792698740027999, "S13": -16.958643089390335, "W21": -43.151981938675753, "S21": -51.147264957543676, "W22": -40.0, "S22": -55.0, "W31": -72.998882981332358, "S31": -72.998882981332358, "W32": -89.654401022187272, "S32": -94.654401022187272 }, "geometry": { "type": "Point", "coordinates": [ 104883.0, 501626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65214505090566122, "S11": -0.65214505090566122, "W12": -5.3186154070514373, "S12": -5.3186154070514373, "W13": -18.945126458515002, "S13": -18.945126458515002, "W21": -39.307671161234524, "S21": -41.782648064644228, "W22": -35.8458684896788, "S22": -35.8458684896788, "W31": -73.78813068257783, "S31": -73.78813068257783, "W32": -101.01380108074913, "S32": -106.01380108074913 }, "geometry": { "type": "Point", "coordinates": [ 104883.5, 521284.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -52.163552055177554, "S22": -52.163552055177554, "W31": -77.679966416593871, "S31": -77.679966416593871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104883.516129032257595, 528561.580645161331631 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4258981074269679, "W12": -3.9312846881949608, "S12": -3.9312846881949608, "W13": -15.25574906186862, "S13": -15.701501748972296, "W21": -30.0, "S21": -30.0, "W22": -41.209136087829783, "S22": -41.209136087829783, "W31": -75.239998, "S31": -75.239998, "W32": -93.604685882634016, "S32": -98.604685882634016 }, "geometry": { "type": "Point", "coordinates": [ 104883.8, 505026.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018595041322314043, "S11": -0.98140495867768585, "W12": -8.7201652892561974, "S12": -9.3238653866271815, "W13": -20.508290125254881, "S13": -21.541054741896261, "W21": -32.646836443354069, "S21": -33.199806494082864, "W22": -36.32589149283195, "S22": -38.957439536915786, "W31": -57.719883195418326, "S31": -57.719883195418326, "W32": -95.354551553714984, "S32": -100.35455155371498 }, "geometry": { "type": "Point", "coordinates": [ 104884.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3076965486823242, "W12": -7.9177382018639149, "S12": -9.6617310001465828, "W13": -15.0, "S13": -18.0, "W21": -32.252781074918822, "S21": -32.252781074918822, "W22": -67.361989043404975, "S22": -72.085873133257806, "W31": -80.525756331672042, "S31": -80.525756331672042, "W32": -94.529484626908967, "S32": -99.529484626908967 }, "geometry": { "type": "Point", "coordinates": [ 104885.0, 496841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76650721069293004, "S11": -0.76650721069293004, "W12": -11.14922421056462, "S12": -11.14922421056462, "W13": -15.229090909090912, "S13": -18.229090909090914, "W21": -50.0, "S21": -50.0, "W22": -67.158469945355193, "S22": -70.678183195786289, "W31": -80.0, "S31": -80.0, "W32": -92.704974439638221, "S32": -97.704974439638221 }, "geometry": { "type": "Point", "coordinates": [ 104885.0, 501008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1116825396825396, "S11": 1.1116825396825396, "W12": -12.167519772865544, "S12": -16.141117444918351, "W13": -23.491443924992648, "S13": -23.491443924992648, "W21": -37.035710369606598, "S21": -37.035710369606598, "W22": -40.072255844166698, "S22": -40.072255844166698, "W31": -72.155686144946714, "S31": -72.325440876372298, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104885.0, 509877.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53024479017361847, "W12": -9.8163540778630072, "S12": -9.8163540778630072, "W13": -14.826415724095007, "S13": -18.098136642068049, "W21": -43.439699265988686, "S21": -43.439699265988686, "W22": -30.233842633374842, "S22": -36.133020692934544, "W31": -70.0, "S31": -70.0, "W32": -94.101214968273936, "S32": -99.101214968273936 }, "geometry": { "type": "Point", "coordinates": [ 104885.333333333328483, 501501.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.4035187922770237, "W12": -5.4199949197747763, "S12": -6.7992218034565504, "W13": -15.826374649101735, "S13": -18.826374649101737, "W21": -40.0, "S21": -40.0, "W22": -36.336480023675648, "S22": -47.811267281489563, "W31": -67.516666442202805, "S31": -70.011917337279058, "W32": -94.083061712751856, "S32": -99.083061712751856 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 497212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4064715378925809, "S12": -6.3008976907496406, "W13": -19.173722905777215, "S13": -22.256127868007763, "W21": -29.958241217385023, "S21": -30.646628298586084, "W22": -45.0209766906667, "S22": -45.0209766906667, "W31": -73.416258763276332, "S31": -73.416258763276332, "W32": -95.944754092714618, "S32": -100.94475409271462 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 503545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.083467959073774, "W13": -20.860225508424499, "S13": -20.860225508424499, "W21": -32.083691129633245, "S21": -32.19917740714461, "W22": -48.605160949128383, "S22": -48.772517853566505, "W31": -75.65241038646289, "S31": -76.326777468517307, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 508863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53334532693236603, "S11": 0.53334532693236603, "W12": -5.0, "S12": -19.916431295742704, "W13": -25.0, "S13": -32.427180424321868, "W21": -36.280385161911973, "S21": -36.280385161911973, "W22": -50.163090128755364, "S22": -55.311756330727697, "W31": -78.444268830648014, "S31": -78.444268830648014, "W32": -95.785919662937957, "S32": -100.78591966293796 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 511452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.600293401095014, "W13": -19.974683269181767, "S13": -34.544684509239161, "W21": -34.544684509239161, "S21": -34.544684509239161, "W22": -50.746781115879827, "S22": -55.290535125327544, "W31": -79.069873322167453, "S31": -79.069873322167453, "W32": -95.907995359112817, "S32": -100.90799535911282 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 512375.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.95824636478328, "S12": -5.95824636478328, "W13": -20.0, "S13": -25.0, "W21": -40.70314675925637, "S21": -43.036536632888804, "W22": -68.279882714069728, "S22": -72.365865816582755, "W31": -79.858790015923759, "S31": -79.858790015923759, "W32": -93.634482078911915, "S32": -98.634482078911915 }, "geometry": { "type": "Point", "coordinates": [ 104886.0, 520545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -17.193811334324003, "S13": -19.889874024034714, "W21": -40.702319973123103, "S21": -41.789727681583443, "W22": -39.992784592329471, "S22": -39.992784592329471, "W31": -72.122359606729049, "S31": -73.596389342199217, "W32": -90.184282752058436, "S32": -95.184282752058436 }, "geometry": { "type": "Point", "coordinates": [ 104887.0, 500075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.168443664370105, "W13": -19.965753372219783, "S13": -34.96575337221978, "W21": -34.96575337221978, "S21": -34.96575337221978, "W22": -39.999999999999993, "S22": -55.635359116022094, "W31": -81.563697487333599, "S31": -81.563697487333599, "W32": -94.177048845790111, "S32": -99.177048845790111 }, "geometry": { "type": "Point", "coordinates": [ 104887.0, 512390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5652336401715243, "W12": -8.8390142883758323, "S12": -10.053406288234154, "W13": -15.0, "S13": -18.0, "W21": -34.961334668933517, "S21": -34.961334668933517, "W22": -36.460545744482765, "S22": -36.460545744482765, "W31": -59.958315543470931, "S31": -60.041405543810939, "W32": -101.001203026596, "S32": -106.001203026596 }, "geometry": { "type": "Point", "coordinates": [ 104887.4, 496793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24731146484985725, "S11": 0.24731146484985725, "W12": -11.039464595153801, "S12": -11.039464595153801, "W13": -19.686070520536038, "S13": -23.674538074119162, "W21": -33.701208156388034, "S21": -33.701208156388034, "W22": -40.010095839000961, "S22": -55.010095839000961, "W31": -77.692985501166191, "S31": -77.692985501166191, "W32": -90.522593330217404, "S32": -95.522593330217404 }, "geometry": { "type": "Point", "coordinates": [ 104887.545454545455868, 513131.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.413438780154757, "S12": -6.4397591838251964, "W13": -19.187922324731851, "S13": -22.267015039014641, "W21": -29.958665847862999, "S21": -30.746442230985469, "W22": -40.0, "S22": -60.85685483870968, "W31": -81.430604331239806, "S31": -81.430604331239806, "W32": -94.044813882583853, "S32": -99.044813882583853 }, "geometry": { "type": "Point", "coordinates": [ 104888.0, 503550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43628214156354905, "S11": -0.43628214156354905, "W12": -11.194509421517576, "S12": -11.194509421517576, "W13": -20.342505720045587, "S13": -28.072006093266531, "W21": -37.969667361840109, "S21": -41.014944968888429, "W22": -44.432521726005653, "S22": -44.432521726005653, "W31": -72.128821325269513, "S31": -72.128821325269513, "W32": -99.680182386976838, "S32": -104.68018238697684 }, "geometry": { "type": "Point", "coordinates": [ 104888.0, 514994.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0007548392708703, "S12": -8.0007548392708703, "W13": -17.818598919317594, "S13": -23.095181083859433, "W21": -44.529960245959799, "S21": -49.529960245959799, "W22": -40.009390865149847, "S22": -60.009390865149847, "W31": -79.579208981187378, "S31": -79.579208981187378, "W32": -91.593265110680989, "S32": -96.593265110680989 }, "geometry": { "type": "Point", "coordinates": [ 104888.0, 517683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43804521108707817, "S11": -0.43804521108707817, "W12": -11.170848758098959, "S12": -11.170848758098959, "W13": -20.346323826230499, "S13": -28.116352177391722, "W21": -37.942278198931234, "S21": -40.807463040790374, "W22": -43.16322233483767, "S22": -43.16322233483767, "W31": -75.779999, "S31": -75.779999, "W32": -94.951670970163818, "S32": -99.951670970163818 }, "geometry": { "type": "Point", "coordinates": [ 104888.393442622953444, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.33458687242656793, "W12": -5.3248473815673325, "S12": -6.284618724660608, "W13": -15.869257478164657, "S13": -18.869257478164656, "W21": -40.053190728219448, "S21": -40.053190728219448, "W22": -60.869655121482957, "S22": -60.869655121482957, "W31": -84.340043666071963, "S31": -84.340043666071963, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104888.6, 497225.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81126107182370466, "S11": 0.81126107182370466, "W12": -10.0, "S12": -10.0, "W13": -14.852163879183959, "S13": -19.268561376519386, "W21": -40.786660238777188, "S21": -49.916459141885049, "W22": -68.938470701424833, "S22": -73.10438866220538, "W31": -79.864758158513794, "S31": -79.864758158513794, "W32": -93.774680508558106, "S32": -98.774680508558106 }, "geometry": { "type": "Point", "coordinates": [ 104889.0, 501842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.2922686450605232, "W12": -10.452413966755291, "S12": -13.290103996127655, "W13": -19.836822248168279, "S13": -19.836822248168279, "W21": -33.530458094546766, "S21": -33.530458094546766, "W22": -36.351035281998456, "S22": -38.900219333377635, "W31": -58.23679344295067, "S31": -58.23679344295067, "W32": -95.342175006008475, "S32": -100.34217500600847 }, "geometry": { "type": "Point", "coordinates": [ 104889.0, 512591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047579023006109805, "S11": 0.038802942128520895, "W12": -10.0, "S12": -10.0, "W13": -19.864667358000066, "S13": -29.333688149431936, "W21": -35.663330791899426, "S21": -35.663330791899426, "W22": -42.902646746946218, "S22": -42.902646746946218, "W31": -73.579817828328316, "S31": -76.503644560295385, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104889.0, 513469.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.517108963300801, "S12": -10.517108963300801, "W13": -16.899960276166169, "S13": -19.514613686312984, "W21": -44.302595091262774, "S21": -45.342248921909828, "W22": -31.59823666695479, "S22": -31.59823666695479, "W31": -70.0, "S31": -70.0, "W32": -92.186731162170048, "S32": -97.186731162170048 }, "geometry": { "type": "Point", "coordinates": [ 104889.5, 500254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.199359838822364, "W13": -18.174642809811914, "S13": -18.174642809811914, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.414645190686166, "S22": -41.834170660739417, "W31": -70.448964719674294, "S31": -70.448964719674294, "W32": -94.634073185362922, "S32": -99.634073185362922 }, "geometry": { "type": "Point", "coordinates": [ 104890.0, 508380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -41.254624957954924, "S22": -56.254624957954924, "W31": -81.769162253504916, "S31": -81.769162253504916, "W32": -94.335157488143324, "S32": -99.335157488143324 }, "geometry": { "type": "Point", "coordinates": [ 104890.331578947370872, 530017.010526315774769 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16256920334055477, "S11": -0.86747563936735006, "W12": -2.9658497842425802, "S12": -2.9658497842425802, "W13": -15.927014576457749, "S13": -17.09609649090752, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.465906177903101, "S22": -61.162685830483859, "W31": -80.141448252541764, "S31": -80.141448252541764, "W32": -92.554515917172267, "S32": -97.554515917172267 }, "geometry": { "type": "Point", "coordinates": [ 104890.666666666671517, 504950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.1714419046420286, "S12": -4.1714419046420286, "W13": -16.838529940757528, "S13": -16.838529940757528, "W21": -44.605005380143226, "S21": -47.133860702474507, "W22": -35.737992800811078, "S22": -35.893780094381654, "W31": -66.019408401376282, "S31": -72.148144105718785, "W32": -89.503049400031259, "S32": -94.503049400031259 }, "geometry": { "type": "Point", "coordinates": [ 104890.666666666671517, 522190.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5347447679436677, "S12": -4.5347447679436677, "W13": -16.970521716193552, "S13": -19.544999943015927, "W21": -46.360277631374096, "S21": -49.467927227328687, "W22": -41.342495092023029, "S22": -41.342495092023029, "W31": -49.999999999999993, "S31": -50.373394548215565, "W32": -98.237040197063308, "S32": -103.23704019706331 }, "geometry": { "type": "Point", "coordinates": [ 104891.0, 497740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25818618744122868, "S11": 0.25818618744122868, "W12": -11.954800629190148, "S12": -12.05000372512823, "W13": -16.942667176722267, "S13": -16.942667176722267, "W21": -30.0, "S21": -30.0, "W22": -43.208989276973163, "S22": -43.208989276973163, "W31": -75.779999, "S31": -75.779999, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104891.0, 508157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3884592577951278, "W12": -4.2741216476395536, "S12": -4.2741216476395536, "W13": -15.436591936880593, "S13": -15.823706255518465, "W21": -29.999999999999996, "S21": -30.018177220283494, "W22": -33.882943590942908, "S22": -38.028292880940853, "W31": -65.722813893140412, "S31": -65.722813893140412, "W32": -88.969616278343949, "S32": -93.969616278343949 }, "geometry": { "type": "Point", "coordinates": [ 104891.5, 505034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7566800001698351, "S12": -8.7566800001698351, "W13": -17.601550104810315, "S13": -25.888496101259189, "W21": -41.127788592487775, "S21": -42.534765054824575, "W22": -66.353252000932471, "S22": -71.219084922480008, "W31": -80.699618731183207, "S31": -80.699618731183207, "W32": -94.720636949064584, "S32": -99.720636949064584 }, "geometry": { "type": "Point", "coordinates": [ 104891.818965517246397, 516621.943965517217293 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.545894144540178, "W13": -19.94919648991289, "S13": -34.340661189596773, "W21": -34.340661189596773, "S21": -34.340661189596773, "W22": -32.54405931560396, "S22": -32.54405931560396, "W31": -70.0, "S31": -70.0, "W32": -91.980682623743803, "S32": -96.980682623743803 }, "geometry": { "type": "Point", "coordinates": [ 104892.0, 512421.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2675331497021332, "S11": 1.2675331497021332, "W12": -0.20178241129981506, "S12": -0.20178241129981506, "W13": -14.514135506877228, "S13": -17.514135506877228, "W21": -41.961691100961296, "S21": -44.832590965610315, "W22": -40.0, "S22": -62.662590327959975, "W31": -81.180304470044845, "S31": -81.180304470044845, "W32": -93.764294443433258, "S32": -98.764294443433258 }, "geometry": { "type": "Point", "coordinates": [ 104893.0, 498446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96342043393564847, "S11": 0.96342043393564847, "W12": -9.8844705993720723, "S12": -9.8844705993720723, "W13": -14.892133828345527, "S13": -19.543436824871414, "W21": -40.382695232062751, "S21": -49.015236365517964, "W22": -36.340253240621514, "S22": -38.913095250759532, "W31": -58.098855515018236, "S31": -58.098855515018236, "W32": -95.368774724096937, "S32": -100.36877472409694 }, "geometry": { "type": "Point", "coordinates": [ 104893.0, 501910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -36.795139423098455, "S22": -36.795139423098455, "W31": -50.0, "S31": -50.350941466589333, "W32": -96.714366459420816, "S32": -101.71436645942082 }, "geometry": { "type": "Point", "coordinates": [ 104893.580645161287975, 528609.903225806425326 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4946349195416708, "S12": -4.4946349195416708, "W13": -16.430062365290322, "S13": -19.430062365290322, "W21": -45.637673325812834, "S21": -49.173151484018263, "W22": -44.555753385748702, "S22": -44.555753385748702, "W31": -73.490481473036724, "S31": -73.490481473036724, "W32": -95.732469634697949, "S32": -100.73246963469795 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 497666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4026310337683861, "S11": -1.1061162814121033, "W12": -5.2074502031513221, "S12": -5.2074502031513221, "W13": -15.341807301896143, "S13": -18.336494147814676, "W21": -43.886015928890508, "S21": -44.083716317175735, "W22": -60.174267616047992, "S22": -62.076860392819903, "W31": -83.637362637362628, "S31": -83.637362637362628, "W32": -90.494168720143051, "S32": -95.494168720143051 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 498151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4523430073253929, "W12": -8.2888206187439, "S12": -8.8963262883825962, "W13": -20.0, "S13": -20.0, "W21": -34.789668493671819, "S21": -35.654795601321133, "W22": -39.010191975298007, "S22": -42.957622936845382, "W31": -50.0, "S31": -50.207591980184468, "W32": -100.03110749092244, "S32": -105.03110749092244 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4467076448337646, "W12": -7.1943398122362261, "S12": -9.6498128729308057, "W13": -20.0, "S13": -20.460802856682911, "W21": -33.872161844578429, "S21": -34.566153660364584, "W22": -42.52103134911254, "S22": -42.52103134911254, "W31": -75.779999, "S31": -75.779999, "W32": -94.568038856596857, "S32": -99.568038856596857 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 506702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.106452365639647, "S12": -10.106452365639647, "W13": -20.488322113783401, "S13": -30.070593255840073, "W21": -36.711305279394665, "S21": -37.215836364747965, "W22": -39.025892939122109, "S22": -41.805357689994715, "W31": -72.458819533414626, "S31": -75.263557119436115, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104894.0, 515257.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6395676503002119, "S11": -1.9806165583285109, "W12": -6.0951104951002923, "S12": -6.2262937644600118, "W13": -15.377349360600157, "S13": -16.47467133260259, "W21": -30.949886007985981, "S21": -31.289309529839329, "W22": -44.126508093082052, "S22": -44.126508093082052, "W31": -74.249096272202479, "S31": -77.632647459443589, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104894.5, 505248.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059473998804542766, "S11": -1.0594739988045427, "W12": -5.0380143067976801, "S12": -11.56673847720397, "W13": -16.635541030007406, "S13": -18.644461393631389, "W21": -45.931113607793151, "S21": -48.931113607793151, "W22": -40.0, "S22": -55.0, "W31": -69.925018429087189, "S31": -69.925018429087189, "W32": -89.264838908338092, "S32": -94.264838908338092 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.59893187135194, "S12": -10.59893187135194, "W13": -16.90066254345578, "S13": -19.518885922009954, "W21": -44.614668267041928, "S21": -45.620097087609565, "W22": -40.0, "S22": -55.0, "W31": -69.835970689530996, "S31": -69.835970689530996, "W32": -89.25322397756824, "S32": -94.25322397756824 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 500275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4563591687528454, "S12": -8.1041800887006339, "W13": -19.356754473618903, "S13": -22.387608738803451, "W21": -30.0, "S21": -30.0, "W22": -50.334070523743577, "S22": -55.334070523743577, "W31": -77.230878045818827, "S31": -78.502812445215426, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 503608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9230174142502348, "S12": -12.748963798561348, "W13": -19.562866173705846, "S13": -21.482623188458522, "W21": -30.971465520740264, "S21": -30.971465520740264, "W22": -36.068840879944759, "S22": -51.068840879944759, "W31": -66.704047111890745, "S31": -70.67015031000345, "W32": -94.209375703365311, "S32": -99.209375703365311 }, "geometry": { "type": "Point", "coordinates": [ 104895.0, 503812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.16853127756067932, "W12": -5.0502180263325007, "S12": -5.0502180263325007, "W13": -15.99411725606171, "S13": -18.99411725606171, "W21": -40.198295702279616, "S21": -40.198295702279616, "W22": -51.955842427520835, "S22": -55.390833948153961, "W31": -79.593038616687508, "S31": -79.593038616687508, "W32": -95.993443830769849, "S32": -100.99344383076985 }, "geometry": { "type": "Point", "coordinates": [ 104896.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35295245941314179, "S11": -0.35295245941314179, "W12": -11.241694694467194, "S12": -11.241694694467194, "W13": -20.153896840576007, "S13": -26.068490396699893, "W21": -39.209541267493684, "S21": -41.542271828072344, "W22": -40.267020055131781, "S22": -40.584606677909335, "W31": -72.032817576534995, "S31": -72.624499704537129, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104896.0, 514732.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24978782501350213, "S11": -1.5183670367271314, "W12": -5.2623634922207909, "S12": -12.63005448667235, "W13": -16.144250809189504, "S13": -18.066163544658831, "W21": -45.285669462685121, "S21": -47.567597118467404, "W22": -35.880136439087345, "S22": -41.627562337960853, "W31": -71.263857864803981, "S31": -71.263857864803981, "W32": -94.639425635999615, "S32": -99.639425635999615 }, "geometry": { "type": "Point", "coordinates": [ 104897.0, 497942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91469726679763119, "S11": 0.91469726679763119, "W12": -7.6511733546908376, "S12": -9.0967745263719628, "W13": -30.986709480891818, "S13": -30.986709480891818, "W21": -37.090691595170988, "S21": -37.090691595170988, "W22": -50.210059087010407, "S22": -54.750276534323802, "W31": -77.226930561730782, "S31": -77.929646535830898, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104897.625, 510974.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.15080292428294184, "W12": -5.0127259641844129, "S12": -5.0127259641844129, "W13": -16.00088999008015, "S13": -19.00088999008015, "W21": -40.210603566041051, "S21": -40.210603566041051, "W22": -50.208014867054125, "S22": -54.732980085789315, "W31": -77.226938236163676, "S31": -77.925234834977701, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 497269.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -14.463401796313303, "W13": -25.0, "S13": -25.088562045835662, "W21": -33.031999186082004, "S21": -33.031999186082004, "W22": -51.839005540938061, "S22": -55.224039458405557, "W31": -79.578990823523867, "S31": -79.578990823523867, "W32": -95.987375047444559, "S32": -100.98737504744456 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 511841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76934849147354623, "S11": -0.76934849147354623, "W12": -10.611417788832661, "S12": -10.611417788832661, "W13": -20.04809244506697, "S13": -20.493178971459695, "W21": -38.050884492828999, "S21": -38.664469613567931, "W22": -39.622584988430084, "S22": -40.873174918251422, "W31": -72.253582857714363, "S31": -73.569636272190152, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 515422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4064276344556186, "S11": -2.6916831870379037, "W12": -9.9506132601423793, "S12": -9.9506132601423793, "W13": -19.666070209227001, "S13": -21.163793270932228, "W21": -38.17317416543731, "S21": -39.114724483542197, "W22": -34.636816780476565, "S22": -34.636816780476565, "W31": -70.359660343289946, "S31": -70.359660343289946, "W32": -91.488466171285893, "S32": -96.488466171285893 }, "geometry": { "type": "Point", "coordinates": [ 104898.0, 515474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -10.464435335930254, "S12": -13.500579321969163, "W13": -19.848851509541998, "S13": -20.161033389419838, "W21": -33.530090497795001, "S21": -33.530090497795001, "W22": -40.0, "S22": -57.086107412339103, "W31": -81.504858779953494, "S31": -81.504858779953494, "W32": -94.029788639794191, "S32": -99.029788639794191 }, "geometry": { "type": "Point", "coordinates": [ 104899.0, 512585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.326429915572618, "S22": -39.326429915572618, "W31": -79.725670631130853, "S31": -79.725670631130853, "W32": -95.628042126332019, "S32": -100.62804212633202 }, "geometry": { "type": "Point", "coordinates": [ 104899.565384615387302, 530037.023076923098415 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4100240497609668, "S12": -4.4100240497609668, "W13": -15.948964077699967, "S13": -20.948964077699969, "W21": -43.177862823610852, "S21": -45.333005326708744, "W22": -35.666657407651847, "S22": -35.666657407651847, "W31": -66.197319829458095, "S31": -66.208878918519872, "W32": -101.12400657477168, "S32": -106.12400657477168 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 497497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46382150344429485, "S11": 0.46382150344429485, "W12": -4.4611149988392089, "S12": -4.4611149988392089, "W13": -17.011031806709536, "S13": -19.607436423508528, "W21": -46.442139486359011, "S21": -49.70163248786308, "W22": -44.090530080830703, "S22": -44.090530080830703, "W31": -75.779999, "S31": -75.779999, "W32": -95.520185176681295, "S32": -100.5201851766813 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 497741.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22325444944259731, "S11": -0.22325444944259731, "W12": -3.1616766230169717, "S12": -4.2305052503772007, "W13": -16.154701545298455, "S13": -19.177093710791411, "W21": -40.0, "S21": -41.791426254840054, "W22": -53.833908099543294, "S22": -53.833908099543294, "W31": -78.202864380786025, "S31": -78.202864380786025, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33699601573658755, "S11": -0.33699601573658755, "W12": -10.0, "S12": -10.0, "W13": -16.751555829292457, "S13": -19.193818662349813, "W21": -40.289006865378873, "S21": -41.308447358503578, "W22": -34.456819787404747, "S22": -36.698097818519763, "W31": -65.884484437078228, "S31": -69.169936179062233, "W32": -89.222056936604346, "S32": -94.222056936604346 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89251154359202389, "S11": -0.89251154359202389, "W12": -11.189907764794969, "S12": -11.189907764794969, "W13": -15.516336127539214, "S13": -18.516336127539212, "W21": -52.119276940256839, "S21": -52.474214353104564, "W22": -39.996744583115124, "S22": -39.996744583115124, "W31": -73.281663509474868, "S31": -80.284937719545894, "W32": -89.421785897873704, "S32": -94.421785897873704 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 500872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75, "W12": -10.136846894100772, "S12": -10.136846894100772, "W13": -14.884963223039486, "S13": -18.071078075494487, "W21": -45.249916390501959, "S21": -45.249916390501959, "W22": -60.059288770494696, "S22": -64.001274670435237, "W31": -81.237477690922844, "S31": -81.237477690922844, "W32": -95.784513613703183, "S32": -100.78451361370318 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 501389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78203897074340523, "S11": -2.9992767421271349, "W12": -7.722305024707838, "S12": -7.8767503871317537, "W13": -17.574768452405241, "S13": -18.514267124753285, "W21": -33.26428321581254, "S21": -33.717660552873177, "W22": -66.710659898477161, "S22": -70.100674377248978, "W31": -79.979289386583687, "S31": -79.979289386583687, "W32": -92.573818556128714, "S32": -97.573818556128714 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 505423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.013161413943834, "S12": -10.013161413943834, "W13": -21.361005392641729, "S13": -21.361005392641729, "W21": -33.303132370146464, "S21": -33.377945410025248, "W22": -56.686382149814065, "S22": -56.686382149814065, "W31": -80.311547398264793, "S31": -80.311547398264793, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 508985.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12162924340752246, "S11": -0.49435473935201579, "W12": -10.101009667864012, "S12": -10.101009667864012, "W13": -19.903742593195997, "S13": -20.711276764339278, "W21": -37.608637574818246, "S21": -39.58688678552015, "W22": -38.940795716881965, "S22": -38.940795716881965, "W31": -66.673254615502273, "S31": -76.673254615502273, "W32": -93.348447050928556, "S32": -98.348447050928556 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43728811985203719, "S11": -0.43728811985203719, "W12": -11.161050181271804, "S12": -11.161050181271804, "W13": -20.341075776661128, "S13": -28.138245414820229, "W21": -37.929844057978016, "S21": -40.51681394119867, "W22": -41.615448660811907, "S22": -41.615448660811907, "W31": -75.779999, "S31": -75.779999, "W32": -94.038139979297711, "S32": -99.038139979297711 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3920027802601529, "S11": -1.8236201149460738, "W12": -9.0651510692275554, "S12": -9.0651510692275554, "W13": -16.849355754211249, "S13": -25.624661893602187, "W21": -39.798754329048769, "S21": -39.798754329048769, "W22": -35.197139250771208, "S22": -39.10496694332052, "W31": -65.609031654960177, "S31": -65.609031654960177, "W32": -88.779933965965498, "S32": -93.779933965965498 }, "geometry": { "type": "Point", "coordinates": [ 104900.0, 516185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066135014370723832, "S11": -0.50350745893814253, "W12": -10.0, "S12": -10.0, "W13": -19.909943036144902, "S13": -22.72180315348152, "W21": -36.865766120751253, "S21": -37.788405087481102, "W22": -36.044289750639088, "S22": -41.715624878023014, "W31": -65.748015479233317, "S31": -65.748015479233317, "W32": -88.720032940529521, "S32": -93.720032940529521 }, "geometry": { "type": "Point", "coordinates": [ 104900.666666666671517, 513824.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6601250322709313, "S11": -2.1692151203304766, "W12": -9.1169215795150027, "S12": -9.1169215795150027, "W13": -16.915952795165452, "S13": -25.770659857401679, "W21": -39.626943444994438, "S21": -40.968723492490703, "W22": -50.182151398910605, "S22": -55.082964875866146, "W31": -76.350598100045076, "S31": -76.350598100045076, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104900.906666666662204, 516111.946666666655801 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92570679242559106, "S11": -0.92570679242559106, "W12": -11.182703532703007, "S12": -11.182703532703007, "W13": -15.590049781434818, "S13": -18.590049781434818, "W21": -50.0, "S21": -50.0, "W22": -34.373808437378379, "S22": -42.019722112845599, "W31": -70.0, "S31": -70.0, "W32": -94.452345446403683, "S32": -99.452345446403683 }, "geometry": { "type": "Point", "coordinates": [ 104901.0, 500844.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3400736766236887, "W12": -3.3417967311199255, "S12": -3.3417967311199255, "W13": -15.692966419705572, "S13": -16.468166586594094, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.821376417892452, "S22": -39.87151543113405, "W31": -77.225456648131427, "S31": -77.225456648131427, "W32": -95.209583253684158, "S32": -100.20958325368416 }, "geometry": { "type": "Point", "coordinates": [ 104901.0, 504994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2611114023591092, "S11": 2.2611114023591092, "W12": -11.309056925765887, "S12": -21.309056925765887, "W13": -27.848851800727822, "S13": -27.848851800727822, "W21": -36.658365170577781, "S21": -36.658365170577781, "W22": -40.021918031239395, "S22": -55.021918031239395, "W31": -78.06256346045943, "S31": -78.06256346045943, "W32": -90.719045448478269, "S32": -95.719045448478269 }, "geometry": { "type": "Point", "coordinates": [ 104901.0, 510300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.026810222686932946, "S11": -0.044081450120731058, "W12": -10.0, "S12": -10.0, "W13": -19.869471708971375, "S13": -29.868232651664329, "W21": -35.879110202520344, "S21": -35.879110202520344, "W22": -58.162564193377015, "S22": -58.162564193377015, "W31": -82.020025354493384, "S31": -82.020025354493384, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104901.0, 513514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57157638466223126, "S11": -0.70902812960397488, "W12": -4.9655645907153678, "S12": -4.9655645907153678, "W13": -18.018531037375222, "S13": -20.21266826178547, "W21": -30.0, "S21": -30.0, "W22": -40.56104944500504, "S22": -51.531583514986622, "W31": -81.680433482775712, "S31": -81.680433482775712, "W32": -94.150037944870718, "S32": -99.150037944870718 }, "geometry": { "type": "Point", "coordinates": [ 104901.333333333328483, 504640.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.438156968309058, "S12": -5.9586229816738223, "W13": -19.140366145907521, "S13": -22.241211608455373, "W21": -29.913566984049279, "S21": -30.815034590498975, "W22": -40.0, "S22": -55.0, "W31": -74.425179387363158, "S31": -74.425179387363158, "W32": -89.859780757152507, "S32": -94.859780757152507 }, "geometry": { "type": "Point", "coordinates": [ 104901.5, 503535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59827873765412753, "W12": -9.9068485365160459, "S12": -9.9068485365160459, "W13": -14.872835581431527, "S13": -18.201937794946581, "W21": -43.883401945762706, "S21": -43.883401945762706, "W22": -40.085339221168653, "S22": -40.085339221168653, "W31": -66.432643278892002, "S31": -76.432643278892002, "W32": -91.019594459612449, "S32": -96.019594459612449 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 501461.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37770438091211755, "S11": -1.2014299046890202, "W12": -5.0, "S12": -14.427681081081081, "W13": -21.501584973504919, "S13": -21.501584973504919, "W21": -38.47405280681447, "S21": -39.956376285605266, "W22": -40.0, "S22": -40.0, "W31": -66.541808132277083, "S31": -76.541808132277083, "W32": -92.068072850769141, "S32": -97.068072850769141 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 506246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -15.148491363333086, "W13": -25.0, "S13": -26.237248462828397, "W21": -33.897462610641981, "S21": -33.897462610641981, "W22": -38.318212692826705, "S22": -39.83446654597924, "W31": -50.0, "S31": -50.177722979923971, "W32": -100.20909283675411, "S32": -105.20909283675411 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 511801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50205549845837738, "W12": -10.725218286302427, "S12": -10.725218286302427, "W13": -20.07972686684759, "S13": -20.392897429852002, "W21": -37.764159207068417, "S21": -38.287389193573816, "W22": -50.0, "S22": -53.334234851577534, "W31": -79.340496803566808, "S31": -79.340496803566808, "W32": -95.929745127483116, "S32": -100.92974512748312 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 515414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3022036440889237, "S11": 0.3022036440889237, "W12": -4.1361316084759743, "S12": -4.1361316084759743, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -43.706472324088345, "S21": -45.607897290755162, "W22": -64.131827675315947, "S22": -68.167166397685207, "W31": -80.844861748740115, "S31": -80.844861748740115, "W32": -95.470095639042682, "S32": -100.47009563904268 }, "geometry": { "type": "Point", "coordinates": [ 104902.0, 523507.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12914682310457584, "S11": 0.12914682310457584, "W12": -10.0, "S12": -10.0, "W13": -14.825790804648779, "S13": -18.116354058787945, "W21": -42.703437448801957, "S21": -52.703437448801957, "W22": -40.0, "S22": -44.7704681258544, "W31": -81.653713893005033, "S31": -81.653713893005033, "W32": -95.478834130633871, "S32": -100.47883413063387 }, "geometry": { "type": "Point", "coordinates": [ 104902.111111111109494, 501667.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.745722780963842, "W13": -18.495679636372362, "S13": -18.495679636372362, "W21": -30.0, "S21": -30.766666666666517, "W22": -44.445906206469587, "S22": -54.234800438817381, "W31": -81.906784160066252, "S31": -81.906784160066252, "W32": -95.015413262699354, "S32": -100.01541326269935 }, "geometry": { "type": "Point", "coordinates": [ 104902.2, 508439.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23015207840486662, "S11": -0.23015207840486662, "W12": -11.325787692564449, "S12": -16.325787692564447, "W13": -18.223552031158217, "S13": -18.223552031158217, "W21": -32.872233887122299, "S21": -32.872233887122299, "W22": -34.456006452622937, "S22": -36.779402100873675, "W31": -65.890430288665712, "S31": -69.114664360811261, "W32": -89.214923241932979, "S32": -94.214923241932979 }, "geometry": { "type": "Point", "coordinates": [ 104903.0, 507814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4850107592522036, "S11": 0.4850107592522036, "W12": -10.0, "S12": -10.185783521809016, "W13": -20.961437904766267, "S13": -20.961437904766267, "W21": -32.233536457370448, "S21": -32.360916403948799, "W22": -46.285470643073623, "S22": -46.285470643073623, "W31": -72.546449767067614, "S31": -72.546449767067614, "W32": -98.718258535635243, "S32": -103.71825853563524 }, "geometry": { "type": "Point", "coordinates": [ 104903.2, 508886.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -36.464079489875488, "S22": -38.874684128832897, "W31": -59.336287080778149, "S31": -59.395419595860318, "W32": -95.242255552163385, "S32": -100.24225555216339 }, "geometry": { "type": "Point", "coordinates": [ 104903.645161290318356, 528658.225806451635435 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.24675270750593, "W13": -18.390169948137025, "S13": -18.390169948137025, "W21": -30.0, "S21": -30.52421652421636, "W22": -43.625306775912705, "S22": -43.625306775912705, "W31": -75.779999, "S31": -75.779999, "W32": -95.307900718664627, "S32": -100.30790071866463 }, "geometry": { "type": "Point", "coordinates": [ 104903.666666666671517, 508420.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.06969590349334, "S12": -10.06969590349334, "W13": -16.57909914040788, "S13": -20.786680912570731, "W21": -30.000000000000004, "S21": -32.711461593282316, "W22": -34.433382030866568, "S22": -34.433382030866568, "W31": -74.404871398984625, "S31": -74.404871398984625, "W32": -101.01035210202795, "S32": -106.01035210202795 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 503046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -3.4828171788620383, "S12": -3.4828171788620383, "W13": -17.107570132013201, "S13": -18.820025181384388, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.840833061152615, "S22": -39.72902557485758, "W31": -77.402056302773929, "S31": -77.402056302773929, "W32": -95.192392331029865, "S32": -100.19239233102986 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 504894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15902688860435346, "S11": 0.15902688860435346, "W12": -7.0101066098081031, "S12": -17.466038813197933, "W13": -24.653722627737224, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -40.020901531487326, "S22": -55.020901531487326, "W31": -77.996453603400667, "S31": -77.996453603400667, "W32": -90.648829164021748, "S32": -95.648829164021748 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61248319794284378, "S11": 0.61248319794284378, "W12": -4.1381286052275108, "S12": -4.1381286052275108, "W13": -15.0, "S13": -15.0, "W21": -45.165721192193125, "S21": -47.343985574182156, "W22": -39.647879577470839, "S22": -40.186266162719647, "W31": -73.185132526113804, "S31": -79.86256395923219, "W32": -89.497577185189954, "S32": -94.497577185189954 }, "geometry": { "type": "Point", "coordinates": [ 104904.0, 523209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3800462151970105, "S12": -4.3800462151970105, "W13": -15.895458338330231, "S13": -16.298770304142199, "W21": -44.432881419168083, "S21": -46.804544663521277, "W22": -40.0, "S22": -55.0, "W31": -75.605822433097899, "S31": -75.605822433097899, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39965631520805206, "S11": -0.39965631520805206, "W12": -9.9756180733162836, "S12": -9.9756180733162836, "W13": -14.855523210595321, "S13": -17.08680359957425, "W21": -42.921030316451251, "S21": -42.921030316451251, "W22": -40.874821070728771, "S22": -43.739906319061156, "W31": -50.0, "S31": -50.284601946151284, "W32": -99.185847771340505, "S32": -104.18584777134051 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 501566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45266868076535749, "S11": -0.45266868076535749, "W12": -4.5996341360879232, "S12": -4.5996341360879232, "W13": -17.553896392112105, "S13": -20.097440106251739, "W21": -30.0, "S21": -30.0, "W22": -40.769840869810125, "S22": -40.769840869810125, "W31": -75.239998, "S31": -75.239998, "W32": -93.53640815351541, "S32": -98.53640815351541 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 504714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26369750662911878, "S11": -1.1326326042976758, "W12": -10.11593856558844, "S12": -10.11593856558844, "W13": -20.322487365827175, "S13": -20.322487365827175, "W21": -31.713530020570357, "S21": -31.713530020570357, "W22": -36.028257625640229, "S22": -36.028257625640229, "W31": -66.073620068415948, "S31": -72.5373522462545, "W32": -89.537171716356909, "S32": -94.537171716356909 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 507272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2049099929450855, "S11": 2.2049099929450855, "W12": -12.214113608777978, "S12": -16.950379012260726, "W13": -25.591227130917076, "S13": -25.591227130917076, "W21": -36.646387056987464, "S21": -36.646387056987464, "W22": -57.534560033200904, "S22": -57.534560033200904, "W31": -83.996342021033314, "S31": -83.996342021033314, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 510125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45215535638070858, "S11": 0.45215535638070858, "W12": -9.1816660468575684, "S12": -9.1816660468575684, "W13": -22.746497860617783, "S13": -30.711576255411515, "W21": -30.711576255411515, "S21": -30.711576255411515, "W22": -50.029734108453248, "S22": -54.522786443521348, "W31": -77.20160839834071, "S31": -77.958422404262066, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104905.0, 512105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40364570700322722, "S11": -0.51148884425812913, "W12": -10.020916429607581, "S12": -10.020916429607581, "W13": -20.0, "S13": -20.0, "W21": -31.927806450564123, "S21": -31.927806450564123, "W22": -49.342192392026583, "S22": -54.342192392026583, "W31": -78.404496237408878, "S31": -78.404496237408878, "W32": -95.738227494599812, "S32": -100.73822749459981 }, "geometry": { "type": "Point", "coordinates": [ 104906.0, 507372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.617662897145934, "W13": -19.854179494183398, "S13": -19.854179494183398, "W21": -30.0, "S21": -31.93220319397351, "W22": -44.023856735125115, "S22": -44.023856735125115, "W31": -73.126431586461592, "S31": -75.870464222317779, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104906.0, 508685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7211927050562201, "S11": 1.7211927050562201, "W12": -9.635960275018169, "S12": -15.31599060389695, "W13": -30.0, "S13": -30.0, "W21": -36.58207218078352, "S21": -36.58207218078352, "W22": -41.397404816469155, "S22": -41.397404816469155, "W31": -72.825736159733978, "S31": -75.130428185221518, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104906.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25954717840198266, "S11": 0.25954717840198266, "W12": -4.0975838905156348, "S12": -4.0975838905156348, "W13": -16.358671835496377, "S13": -19.56767460557948, "W21": -39.656242016915215, "S21": -40.974830272089996, "W22": -51.399245036816112, "S22": -51.399245036816112, "W31": -77.15790895545851, "S31": -77.15790895545851, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104907.0, 499240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2653559702090176, "W12": -2.8974248074874858, "S12": -2.8974248074874858, "W13": -15.892893976897689, "S13": -16.864122594305751, "W21": -30.0, "S21": -30.0, "W22": -48.950281355205441, "S22": -48.950281355205441, "W31": -75.545333799126638, "S31": -76.160926025792136, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104907.0, 504974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10310370202880224, "S11": -1.1295759987222835, "W12": -10.221414140652977, "S12": -12.232463864410349, "W13": -20.700706636595282, "S13": -20.700706636595282, "W21": -31.474237125806354, "S21": -31.474237125806354, "W22": -39.432737230895803, "S22": -42.538873454100177, "W31": -50.0, "S31": -50.183507366803688, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 104907.0, 507159.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8384823342321779, "S12": -13.767682504456381, "W13": -25.000000000000004, "S13": -25.955143198161796, "W21": -30.0, "S21": -30.0, "W22": -47.02795246042632, "S22": -50.004628604984774, "W31": -74.585024479524236, "S31": -76.039148138679252, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104907.0, 511872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.94602841019653638, "S12": -1.4508987949026597, "W13": -15.365237855101698, "S13": -17.971080712244557, "W21": -40.0, "S21": -42.090062833401305, "W22": -29.761025608073364, "S22": -39.080590442049484, "W31": -70.0, "S31": -70.0, "W32": -93.68518549811165, "S32": -98.68518549811165 }, "geometry": { "type": "Point", "coordinates": [ 104908.0, 498840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42160921417102509, "S11": 0.17639250194923689, "W12": -11.411067411590544, "S12": -14.123537762707063, "W13": -19.758739337750164, "S13": -19.758739337750164, "W21": -33.305498801144509, "S21": -33.305498801144509, "W22": -37.412315339653397, "S22": -38.804937633156221, "W31": -66.909597733403245, "S31": -73.19935492546827, "W32": -95.0388696065895, "S32": -100.0388696065895 }, "geometry": { "type": "Point", "coordinates": [ 104908.0, 512735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26917835064402917, "S11": -0.26917835064402917, "W12": -4.7536888812676201, "S12": -11.926026311615917, "W13": -19.888294734121189, "S13": -20.513620160791714, "W21": -30.930740641241453, "S21": -30.930740641241453, "W22": -35.198247573587921, "S22": -51.144499915715897, "W31": -67.851507857839266, "S31": -69.368333527827403, "W32": -95.685585761158592, "S32": -100.68558576115859 }, "geometry": { "type": "Point", "coordinates": [ 104908.25, 504056.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0353530104621353, "W12": -4.7400962851114876, "S12": -4.7400962851114876, "W13": -15.109981460746342, "S13": -17.681410032174913, "W21": -43.711279987157077, "S21": -44.448836356195223, "W22": -50.096945582769465, "S22": -55.096945582769465, "W31": -77.190052097770675, "S31": -78.285187415062211, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104909.0, 498189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62704516013757983, "S11": -1.6314945483467009, "W12": -5.0, "S12": -13.864863598112425, "W13": -25.046194693268188, "S13": -25.046194693268188, "W21": -40.0, "S21": -40.186607560662857, "W22": -58.661944395254118, "S22": -58.661944395254118, "W31": -82.426577612921406, "S31": -82.426577612921406, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104909.0, 506021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.031927710843373501, "S11": 0.031927710843373501, "W12": -7.0925748461591649, "S12": -12.917634398326861, "W13": -25.0, "S13": -29.650916686354229, "W21": -31.575453250585007, "S21": -31.575453250585007, "W22": -39.657571758514408, "S22": -42.748973441103857, "W31": -50.0, "S31": -50.182128050368895, "W32": -99.945394745895655, "S32": -104.94539474589565 }, "geometry": { "type": "Point", "coordinates": [ 104909.0, 512002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67958044649730542, "S11": -0.71787731109246022, "W12": -10.770780034040186, "S12": -10.770780034040186, "W13": -14.852743232313621, "S13": -17.852743232313621, "W21": -46.263882718791649, "S21": -46.263882718791649, "W22": -50.000000000000007, "S22": -55.000000000000007, "W31": -77.186830138287633, "S31": -78.874062251772713, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 501283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92620595022765539, "S11": -1.348605675384402, "W12": -5.0222213657095134, "S12": -15.424031769154663, "W13": -25.096565893051032, "S13": -25.096565893051032, "W21": -39.582469387963755, "S21": -39.705499617416223, "W22": -67.102658876833189, "S22": -71.519304298986555, "W31": -80.0, "S31": -80.0, "W32": -94.161914460285132, "S32": -99.161914460285132 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 505920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60084602671193099, "S11": -1.6183716724911918, "W12": -5.0, "S12": -13.739544297325224, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.235707932516306, "W22": -58.829821143970257, "S22": -58.829821143970257, "W31": -82.568198891914733, "S31": -82.568198891914733, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 506029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4535732259687972, "W12": -8.1101212066186985, "S12": -8.8406502693419888, "W13": -20.0, "S13": -20.0, "W21": -34.717559020716209, "S21": -35.429190459714299, "W22": -51.270299907747471, "S22": -51.270299907747471, "W31": -74.540933120798584, "S31": -74.540933120798584, "W32": -88.874995485689553, "S32": -93.874995485689553 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 506619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21033676262553591, "S11": 0.21033676262553591, "W12": -10.0, "S12": -10.0, "W13": -19.811796528843153, "S13": -27.402752737191886, "W21": -34.372890534851464, "S21": -34.372890534851464, "W22": -65.384645271582869, "S22": -70.190465621552349, "W31": -80.576677041761343, "S31": -80.576677041761343, "W32": -94.697128626289626, "S32": -99.697128626289626 }, "geometry": { "type": "Point", "coordinates": [ 104910.0, 513246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.367624978747582, "S13": -14.367624978747582, "W21": -47.0, "S21": -47.0, "W22": -35.22903001479326, "S22": -35.22903001479326, "W31": -70.0, "S31": -70.050960868555507, "W32": -101.04420248292337, "S32": -106.04420248292337 }, "geometry": { "type": "Point", "coordinates": [ 104910.571428571434808, 527483.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3677851477945042, "S12": -4.3677851477945042, "W13": -16.94175909980645, "S13": -19.654639151558179, "W21": -46.381395215157028, "S21": -49.99317207466116, "W22": -40.436464943507197, "S22": -46.642620184645814, "W31": -81.842140652316402, "S31": -81.842140652316402, "W32": -95.225011249469048, "S32": -100.22501124946905 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 497727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37311472810865082, "S11": -1.6191493639878694, "W12": -10.0, "S12": -16.006108108108108, "W13": -19.399393709738536, "S13": -19.399393709738536, "W21": -36.27079698398537, "S21": -37.26338881833955, "W22": -39.538981798022732, "S22": -63.589843387794829, "W31": -81.102637376303107, "S31": -81.102637376303107, "W32": -93.463194570841665, "S32": -98.463194570841665 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 506465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.063461802161975875, "S11": -0.50695114227520477, "W12": -10.0, "S12": -10.0, "W13": -19.908271985979155, "S13": -22.855125776385226, "W21": -36.848805760927931, "S21": -37.642857311975661, "W22": -59.065934714597432, "S22": -59.065934714597432, "W31": -82.764304942560855, "S31": -82.764304942560855, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 513818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74398775688675123, "S11": -0.76061227214556082, "W12": -10.63815936186637, "S12": -10.63815936186637, "W13": -19.95254661647553, "S13": -20.51546753980697, "W21": -38.0, "S21": -38.390549843121775, "W22": -49.730078291274864, "S22": -52.723913461664068, "W31": -79.205515321648434, "S31": -79.205515321648434, "W32": -95.87530610237863, "S32": -100.87530610237863 }, "geometry": { "type": "Point", "coordinates": [ 104911.0, 515423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57918633974806244, "S11": 0.57918633974806244, "W12": -5.7591038831728305, "S12": -8.528048642379817, "W13": -14.933121797225047, "S13": -20.318779379982281, "W21": -36.13539676075272, "S21": -44.341178203269749, "W22": -49.254484710963453, "S22": -52.784315001976459, "W31": -78.927413837842934, "S31": -78.927413837842934, "W32": -95.820300029170696, "S32": -100.8203000291707 }, "geometry": { "type": "Point", "coordinates": [ 104911.2, 502620.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.607586785452655, "S12": -10.607586785452655, "W13": -16.949257057351648, "S13": -19.634889839362426, "W21": -43.315311866230708, "S21": -44.377173229717904, "W22": -39.880612938122894, "S22": -42.739113817442359, "W31": -50.0, "S31": -50.174993487542444, "W32": -99.904702272007938, "S32": -104.90470227200794 }, "geometry": { "type": "Point", "coordinates": [ 104911.25, 500221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55731319355727316, "S11": 0.55731319355727316, "W12": -5.3897676519116864, "S12": -7.0921296389092969, "W13": -18.548803989727325, "S13": -21.995865708240711, "W21": -29.838534971894408, "S21": -29.838534971894408, "W22": -62.327188613423324, "S22": -64.493127643055175, "W31": -82.307692307692307, "S31": -82.307692307692307, "W32": -90.976550949198653, "S32": -95.976550949198653 }, "geometry": { "type": "Point", "coordinates": [ 104911.333333333328483, 503379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4767132078406942, "S12": -8.7195843593015585, "W13": -19.399020047791605, "S13": -21.940303270202346, "W21": -29.981878198733554, "S21": -29.981878198733554, "W22": -41.081148461759803, "S22": -41.081148461759803, "W31": -75.779999, "S31": -75.779999, "W32": -93.880213961530089, "S32": -98.880213961530089 }, "geometry": { "type": "Point", "coordinates": [ 104911.333333333328483, 503632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.354136107036494, "W13": -21.084546025295928, "S13": -21.084546025295928, "W21": -34.992296993359304, "S21": -34.992296993359304, "W22": -64.079020589872016, "S22": -69.079020589872016, "W31": -80.63679883656593, "S31": -80.63679883656593, "W32": -94.952917932401576, "S32": -99.952917932401576 }, "geometry": { "type": "Point", "coordinates": [ 104911.5, 509170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4236183302802656, "S12": -4.4236183302802656, "W13": -17.313183385379951, "S13": -17.313183385379951, "W21": -44.591634896717089, "S21": -47.084210691270165, "W22": -55.658815890443492, "S22": -55.658815890443492, "W31": -79.336095974381564, "S31": -79.336095974381564, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104911.666666666671517, 522001.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -11.324147468655257, "W13": -19.472204161964449, "S13": -21.486155627886049, "W21": -30.41018404366265, "S21": -30.41018404366265, "W22": -40.023429849801389, "S22": -58.451015141185962, "W31": -79.495619037340205, "S31": -79.495619037340205, "W32": -91.238712738656318, "S32": -96.238712738656318 }, "geometry": { "type": "Point", "coordinates": [ 104912.0, 503749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4444586153693013, "W12": -8.0108805638150571, "S12": -8.8897910611899373, "W13": -20.0, "S13": -20.0, "W21": -34.645529770038138, "S21": -35.326220452936752, "W22": -36.129355329194745, "S22": -36.129355329194745, "W31": -73.502735762261636, "S31": -73.502735762261636, "W32": -100.89732190561577, "S32": -105.89732190561577 }, "geometry": { "type": "Point", "coordinates": [ 104912.0, 506626.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3741811920326226, "S11": 1.3741811920326226, "W12": -8.8127697712173489, "S12": -13.170995187162413, "W13": -30.495601819157649, "S13": -30.495601819157649, "W21": -36.512757175902749, "S21": -36.512757175902749, "W22": -44.848573050565449, "S22": -44.848573050565449, "W31": -72.192891723480088, "S31": -72.192891723480088, "W32": -99.600972453034316, "S32": -104.60097245303432 }, "geometry": { "type": "Point", "coordinates": [ 104912.0, 510748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56135302265756404, "S11": 0.56135302265756404, "W12": -0.79971200622689242, "S12": -0.96876259595451886, "W13": -15.303359388132458, "S13": -17.891662959561028, "W21": -40.049889950015718, "S21": -42.150481074696231, "W22": -59.469925033941621, "S22": -59.469925033941621, "W31": -83.1020322722011, "S31": -83.1020322722011, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104912.5, 498831.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31161599009109797, "S11": 0.31161599009109797, "W12": -4.423365642077572, "S12": -4.423365642077572, "W13": -16.288710601719199, "S13": -19.60619318064629, "W21": -37.988941430339707, "S21": -38.955782877961475, "W22": -59.51903665663184, "S22": -59.51903665663184, "W31": -83.142548596112306, "S31": -83.142548596112306, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104913.0, 499418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.957705249911088, "W13": -22.160189906804995, "S13": -32.025298935196275, "W21": -32.025298935196275, "S21": -32.025298935196275, "W22": -36.562135760670479, "S22": -36.562135760670479, "W31": -70.989768155024876, "S31": -71.510331970433256, "W32": -90.78554613806493, "S32": -95.78554613806493 }, "geometry": { "type": "Point", "coordinates": [ 104913.0, 512180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017809235849772297, "S11": -0.11772503091517265, "W12": -10.0, "S12": -10.0, "W13": -19.874276059942684, "S13": -30.402777153896722, "W21": -35.986336575423358, "S21": -35.986336575423358, "W22": -34.942518800242027, "S22": -34.942518800242027, "W31": -70.468278479868076, "S31": -70.468278479868076, "W32": -91.197411626231343, "S32": -96.197411626231343 }, "geometry": { "type": "Point", "coordinates": [ 104913.0, 513558.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.10400707033502, "S11": 0.98548909732674006, "W12": 0.017787884573423517, "S12": 0.017787884573423517, "W13": -14.675972236372898, "S13": -17.314844648145264, "W21": -41.67101840019275, "S21": -44.388854669380336, "W22": -36.419285982046006, "S22": -44.885778208961852, "W31": -65.725321203415348, "S31": -67.627585445255534, "W32": -94.371896509085047, "S32": -99.371896509085047 }, "geometry": { "type": "Point", "coordinates": [ 104913.25, 498511.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50888535083063946, "S11": -0.50888535083063946, "W12": -10.836720466951817, "S12": -10.836720466951817, "W13": -17.195256930313562, "S13": -19.834620121789744, "W21": -45.307623856628453, "S21": -46.223234294215771, "W22": -42.729656071333352, "S22": -42.729656071333352, "W31": -50.000000000000007, "S31": -50.290203257611651, "W32": -98.391291783065213, "S32": -103.39129178306521 }, "geometry": { "type": "Point", "coordinates": [ 104913.5, 500327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -63.639605149606297, "S22": -66.000276666867023, "W31": -81.748618045649067, "S31": -81.748618045649067, "W32": -91.503643682092019, "S32": -96.503643682092019 }, "geometry": { "type": "Point", "coordinates": [ 104913.709677419348736, 528706.54838709672913 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18013228946729207, "S11": -0.18013228946729207, "W12": -3.8189890860122455, "S12": -3.8189890860122455, "W13": -16.265369154630843, "S13": -19.357870254982956, "W21": -40.0, "S21": -41.620466432794906, "W22": -40.03170722397369, "S22": -55.660178607697432, "W31": -78.299921705635143, "S31": -78.299921705635143, "W32": -90.662857202228523, "S32": -95.662857202228523 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 499079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36361834804206522, "S11": -1.1073101906569629, "W12": -8.8954796481898128, "S12": -17.207398567108733, "W13": -20.0, "S13": -20.0, "W21": -37.56295899690064, "S21": -38.770309077957208, "W22": -41.072436500470367, "S22": -41.072436500470367, "W31": -72.040061713791687, "S31": -72.040061713791687, "W32": -100.77660230862477, "S32": -105.77660230862477 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16, "S11": -0.94, "W12": -10.39, "S12": -10.39, "W13": -21.33, "S13": -23.39, "W21": -31.09, "S21": -31.09, "W22": -51.360440550533319, "S22": -51.360440550533319, "W31": -77.028424790102079, "S31": -77.028424790102079, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7588755229371897, "S11": 1.7588755229371897, "W12": -9.8146500872145506, "S12": -15.83704348379049, "W13": -29.748139006942427, "S13": -29.748139006942427, "W21": -36.518407769902275, "S21": -36.518407769902275, "W22": -45.622992455367154, "S22": -45.622992455367154, "W31": -74.169637305890149, "S31": -79.942663621679628, "W32": -88.745525723390841, "S32": -93.745525723390841 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 510564.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.149896523720955, "W13": -19.984487842710152, "S13": -34.548110317973503, "W21": -34.548110317973503, "S21": -34.548110317973503, "W22": -38.774851931709961, "S22": -38.774851931709961, "W31": -72.805569728577098, "S31": -72.805569728577098, "W32": -100.84690583586926, "S32": -105.84690583586926 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 512379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85406880564201904, "S11": 0.85406880564201904, "W12": -5.1235775636457825, "S12": -7.3348154104954535, "W13": -28.137370405278038, "S13": -28.137370405278038, "W21": -36.95289599728553, "S21": -36.95289599728553, "W22": -40.374631358006411, "S22": -40.374631358006411, "W31": -72.318001990726458, "S31": -74.205850352700992, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104914.75, 511161.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99, "S11": 0.4, "W12": 0.1, "S12": 0.1, "W13": -14.9, "S13": -17.24, "W21": -40.46742811292377, "S21": -42.722199925473227, "W22": -59.873915353284929, "S22": -59.873915353284929, "W31": -83.439759601840549, "S31": -83.439759601840549, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0627346030863336, "S12": -13.499919632315622, "W13": -25.0, "S13": -25.200120778025067, "W21": -34.331828263302477, "S21": -34.331828263302477, "W22": -40.0, "S22": -55.0, "W31": -74.789426186678995, "S31": -74.789426186678995, "W32": -89.930482297449188, "S32": -94.930482297449188 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.223073345553033, "W13": -22.110192837465565, "S13": -32.207284934338205, "W21": -32.207284934338205, "S21": -32.207284934338205, "W22": -36.295795994870282, "S22": -46.428435733315197, "W31": -66.347875086818064, "S31": -68.68046024223834, "W32": -94.423407164114408, "S32": -99.423407164114408 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 512189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5010194307393228, "S12": -5.5010194307393228, "W13": -19.273154935927565, "S13": -19.273154935927565, "W21": -38.896087647425624, "S21": -41.326201834301699, "W22": -39.264225883661744, "S22": -39.264225883661744, "W31": -66.665583355436681, "S31": -76.665583355436681, "W32": -92.726863806341967, "S32": -97.726863806341967 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 521165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.053847252769841099, "S11": -1.0119983683204181, "W12": -10.317367725739908, "S12": -12.242778480034158, "W13": -21.084333493603751, "S13": -22.266328115175565, "W21": -31.253561487062566, "S21": -31.253561487062566, "W22": -40.0, "S22": -60.0, "W31": -79.949078305445255, "S31": -79.949078305445255, "W32": -92.010998725915911, "S32": -97.010998725915911 }, "geometry": { "type": "Point", "coordinates": [ 104915.25, 507055.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.509643324500928, "S12": -8.3857117124632126, "W13": -19.383367577036317, "S13": -22.139337823676044, "W21": -29.962644387833237, "S21": -29.962644387833237, "W22": -30.0, "S22": -31.353261697484626, "W31": -70.0, "S31": -70.0, "W32": -92.738636293177748, "S32": -97.738636293177748 }, "geometry": { "type": "Point", "coordinates": [ 104915.428571428565192, 503620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.032714631711408593, "W12": -4.8059454760414493, "S12": -4.8059454760414493, "W13": -16.070402455881386, "S13": -19.070402455881386, "W21": -40.330679000597129, "S21": -40.330679000597129, "W22": -29.721358095903323, "S22": -41.912706680473086, "W31": -70.0, "S31": -70.0, "W32": -93.534518448423, "S32": -98.534518448423 }, "geometry": { "type": "Point", "coordinates": [ 104915.5, 497309.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13812867242813193, "S11": 0.13812867242813193, "W12": -12.172351267288585, "S12": -12.514279428725494, "W13": -16.773293189434256, "S13": -16.773293189434256, "W21": -30.004932230062391, "S21": -30.004932230062391, "W22": -50.0, "S22": -55.0, "W31": -77.150852141119373, "S31": -78.711963564257672, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104915.666666666671517, 508129.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14959972915429515, "S11": -0.40951189696117746, "W12": -10.165535719135409, "S12": -10.165535719135409, "W13": -19.787279621426002, "S13": -21.273608716762702, "W21": -38.012393851309071, "S21": -40.253890325105054, "W22": -39.997203496508554, "S22": -39.997203496508554, "W31": -73.305608520738005, "S31": -78.253884036476308, "W32": -89.359552428696645, "S32": -94.359552428696645 }, "geometry": { "type": "Point", "coordinates": [ 104915.714285714289872, 514091.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84915470123474635, "S11": -0.84915470123474635, "W12": -11.3717407746418, "S12": -11.3717407746418, "W13": -15.385, "S13": -18.385, "W21": -49.536552432579796, "S21": -49.536552432579796, "W22": -39.180328929132408, "S22": -64.180328929132401, "W31": -81.02873595983371, "S31": -81.02873595983371, "W32": -93.267037624483223, "S32": -98.267037624483223 }, "geometry": { "type": "Point", "coordinates": [ 104915.8, 500987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.290340824387048, "S12": -4.290340824387048, "W13": -15.87038829172776, "S13": -15.87038829172776, "W21": -44.473841752060913, "S21": -46.628491209379789, "W22": -36.32210294403572, "S22": -38.855613408320515, "W31": -58.012256514941136, "S31": -58.012256514941136, "W32": -95.561918464649253, "S32": -100.56191846464925 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 497553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22269240875984789, "S11": 0.22269240875984789, "W12": -4.7484217491145442, "S12": -4.7484217491145442, "W13": -16.233706387999323, "S13": -19.618267501272971, "W21": -37.537759785827745, "S21": -38.363974831121169, "W22": -34.820971664813008, "S22": -34.820971664813008, "W31": -73.588558602916493, "S31": -73.616427560475174, "W32": -100.95384095077442, "S32": -105.95384095077442 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 499562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85402459791863772, "S11": 0.85402459791863772, "W12": -6.934737428622558, "S12": -9.7713709628376844, "W13": -14.574534975111343, "S13": -20.508019100466672, "W21": -38.582695712680923, "S21": -48.582695712680923, "W22": -29.983086992458855, "S22": -36.737145065235694, "W31": -70.0, "S31": -70.0, "W32": -93.757646358052341, "S32": -98.757646358052341 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 502469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2226664991203826, "S12": -10.222666499120383, "W13": -17.069036505291017, "S13": -21.086611571271199, "W21": -30.000000000000004, "S21": -32.411629638823385, "W22": -48.049127431129264, "S22": -48.302817225761338, "W31": -77.217543980149898, "S31": -77.217543980149898, "W32": -95.246692693180023, "S32": -100.24669269318002 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 503133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63648761651206487, "S11": -1.7216921689574662, "W12": -6.1756660866829023, "S12": -6.1756660866829023, "W13": -15.719625170195158, "S13": -16.9412685055573, "W21": -31.031292578081924, "S21": -31.332237536455565, "W22": -50.164709981773335, "S22": -50.164709981773335, "W31": -74.7634348388452, "S31": -79.003659048107181, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 505255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42172413774265149, "S11": -0.42172413774265149, "W12": -11.336915135199739, "S12": -11.336915135199739, "W13": -20.301403009519351, "S13": -27.814464523695634, "W21": -38.131617207804069, "S21": -40.0, "W22": -40.355196770938441, "S22": -49.628757948627445, "W31": -81.590527937898926, "S31": -81.590527937898926, "W32": -93.808674788180198, "S32": -98.808674788180198 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 514954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.249257743654489, "S12": -10.249257743654489, "W13": -20.487710920730109, "S13": -29.847434125292054, "W21": -36.87428941066608, "S21": -36.87428941066608, "W22": -38.641768883461488, "S22": -63.32490067448952, "W31": -80.705123069243143, "S31": -80.705123069243143, "W32": -92.872461582464439, "S32": -97.872461582464439 }, "geometry": { "type": "Point", "coordinates": [ 104916.0, 515218.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93346524772333972, "S11": 0.93346524772333972, "W12": -9.9917222058190447, "S12": -9.9917222058190447, "W13": -14.940200998846535, "S13": -19.528835958698313, "W21": -40.201247667519532, "S21": -48.88184312325204, "W22": -40.029598541561192, "S22": -55.029598541561192, "W31": -78.160710912117409, "S31": -78.160710912117409, "W32": -90.585557423115077, "S32": -95.585557423115077 }, "geometry": { "type": "Point", "coordinates": [ 104916.714285714289872, 501903.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6110071221599553, "S11": -2.1096663492316687, "W12": -9.1103927276104457, "S12": -9.1103927276104457, "W13": -16.812600657941218, "S13": -25.744776928627303, "W21": -39.558136036687166, "S21": -40.529667122082486, "W22": -40.0, "S22": -55.0, "W31": -73.478463633168815, "S31": -73.478463633168815, "W32": -89.764738567449257, "S32": -94.764738567449257 }, "geometry": { "type": "Point", "coordinates": [ 104916.727272727279342, 516111.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11675896459267793, "S11": -0.11675896459267793, "W12": -10.0, "S12": -10.0, "W13": -16.410867437297945, "S13": -19.265948811120165, "W21": -39.641568010754916, "S21": -40.570268139455045, "W22": -36.628896711270436, "S22": -43.428676710877511, "W31": -65.997246667402948, "S31": -65.997246667402948, "W32": -88.758300057185011, "S32": -93.758300057185011 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 499898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60778411904204477, "W12": -10.0, "S12": -10.0, "W13": -14.908887891380191, "S13": -18.13496029658814, "W21": -43.966659897727489, "S21": -43.966659897727489, "W22": -50.0, "S22": -54.617068641489531, "W31": -77.142782230756453, "S31": -79.245312058330029, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025801979435437272, "S11": 0.025801979435437272, "W12": -10.0, "S12": -10.0, "W13": -14.863480900424435, "S13": -18.395157044630253, "W21": -42.491425731985935, "S21": -52.491425731985935, "W22": -46.27150718358601, "S22": -46.27150718358601, "W31": -74.260116394978652, "S31": -79.151563763399466, "W32": -88.753212428649604, "S32": -93.753212428649604 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 501648.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91674552666419795, "S11": -0.91674552666419795, "W12": -6.2206024652330267, "S12": -12.930308347585967, "W13": -25.0, "S13": -25.28165825407309, "W21": -37.215657731809372, "S21": -37.476723619974955, "W22": -38.776882281083275, "S22": -38.776882281083275, "W31": -66.740041976158679, "S31": -76.740041976158679, "W32": -93.290199911496245, "S32": -98.290199911496245 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91837911404375605, "S11": -0.91837911404375605, "W12": -6.0069963674196929, "S12": -13.369099308595816, "W13": -25.0, "S13": -25.0, "W21": -37.505587511189169, "S21": -37.749440677356858, "W22": -36.077557744133372, "S22": -41.175090848133635, "W31": -71.837634459706337, "S31": -71.837634459706337, "W32": -94.50996699964341, "S32": -99.50996699964341 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 505741.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47154348420296005, "S11": -0.63036983090832455, "W12": -11.099109498375737, "S12": -14.163433749626215, "W13": -19.804381013891987, "S13": -19.804381013891987, "W21": -33.382519200059946, "S21": -33.382519200059946, "W22": -63.672787979966614, "S22": -68.49741363901758, "W31": -80.537686366287332, "S31": -80.537686366287332, "W32": -94.909881128137812, "S32": -99.909881128137812 }, "geometry": { "type": "Point", "coordinates": [ 104917.0, 512676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28098907288500324, "S11": -0.28098907288500324, "W12": -11.311248289861481, "S12": -16.046864430056985, "W13": -18.347315079286073, "S13": -18.347315079286073, "W21": -32.859221080103261, "S21": -32.859221080103261, "W22": -33.776369007560376, "S22": -38.260027271883757, "W31": -65.806790705150036, "S31": -65.806790705150036, "W32": -88.962584842079295, "S32": -93.962584842079295 }, "geometry": { "type": "Point", "coordinates": [ 104918.333333333328483, 507805.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0071758695791428, "S11": 0.63535614218171388, "W12": 0.059068841370281469, "S12": 0.059068841370281469, "W13": -14.818923892002038, "S13": -17.223996818164299, "W21": -41.074745971276826, "S21": -43.55094093518052, "W22": -38.202618285283329, "S22": -38.202618285283329, "W31": -51.558209621609556, "S31": -51.672294632360632, "W32": -100.40297802546328, "S32": -105.40297802546328 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 498632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52142871277332536, "S11": 0.52142871277332536, "W12": -0.85076863202957753, "S12": -0.85076863202957753, "W13": -15.333190452176838, "S13": -17.978226166462552, "W21": -40.0, "S21": -42.06468736848776, "W22": -40.035739296160969, "S22": -55.528395490694159, "W31": -78.380607987386398, "S31": -78.380607987386398, "W32": -90.614444186649493, "S32": -95.614444186649493 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26334150672591278, "S11": 0.26334150672591278, "W12": -10.651578240429794, "S12": -10.651578240429794, "W13": -19.754165813629992, "S13": -25.052516378230671, "W21": -33.929349219627461, "S21": -33.929349219627461, "W22": -60.30328033097986, "S22": -60.464615035521525, "W31": -80.844167686324639, "S31": -80.844167686324639, "W32": -95.492292232013085, "S32": -100.49229223201309 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 513169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1, "S11": -0.1, "W12": -11.1, "S12": -11.1, "W13": -20.6, "S13": -31.1, "W21": -36.099998, "S21": -36.099998, "W22": -38.147430275390285, "S22": -63.147430275390285, "W31": -80.4589419175648, "S31": -80.4589419175648, "W32": -92.557424790036137, "S32": -97.557424790036137 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.2465748705380504, "S12": -4.2465748705380504, "W13": -16.974858582804856, "S13": -16.974858582804856, "W21": -44.629152940465346, "S21": -47.111224903910951, "W22": -38.108227256528245, "S22": -38.108227256528245, "W31": -52.1765822078357, "S31": -52.284727415770746, "W32": -100.45186063159804, "S32": -105.45186063159804 }, "geometry": { "type": "Point", "coordinates": [ 104920.0, 522152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024228832034494885, "S11": -0.024228832034494885, "W12": -9.2443564590476317, "S12": -9.484088274608995, "W13": -16.321990579683533, "S13": -19.365420887575176, "W21": -39.184699854250738, "S21": -40.081737041814236, "W22": -37.961465095937228, "S22": -37.961465095937228, "W31": -53.086549838150766, "S31": -53.187984963035433, "W32": -100.52186017851473, "S32": -105.52186017851473 }, "geometry": { "type": "Point", "coordinates": [ 104920.8, 499851.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91792552298803098, "S11": -0.91792552298803098, "W12": -6.0129496973393115, "S12": -13.361773226751076, "W13": -25.0, "S13": -25.0, "W21": -37.481981004558229, "S21": -37.719255113045804, "W22": -36.545753150280206, "S22": -36.545753150280206, "W31": -66.169576703181974, "S31": -73.230358126995313, "W32": -89.598873477673877, "S32": -94.598873477673877 }, "geometry": { "type": "Point", "coordinates": [ 104921.0, 505740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -65.983606557377044, "S22": -69.55122371312639, "W31": -79.657866523615752, "S31": -79.657866523615752, "W32": -93.137621151488517, "S32": -98.137621151488517 }, "geometry": { "type": "Point", "coordinates": [ 104921.172413793101441, 530026.83908045978751 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39566030389005447, "S11": 0.39566030389005447, "W12": -10.0, "S12": -10.0, "W13": -14.860324724108501, "S13": -18.765536439008734, "W21": -42.254892958928153, "S21": -52.254892958928153, "W22": -59.589870727820085, "S22": -59.589870727820085, "W31": -83.174006949009296, "S31": -83.174006949009296, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104921.222222222218988, 501709.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55757871796798675, "S11": 0.55757871796798675, "W12": -5.4357742802685483, "S12": -6.3191898451825717, "W13": -18.797278168494501, "S13": -22.147599957098318, "W21": -29.759265589508292, "S21": -29.83647182683567, "W22": -41.901109989909187, "S22": -41.901109989909187, "W31": -81.712441739590489, "S31": -81.712441739590489, "W32": -93.879526519768874, "S32": -98.879526519768874 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 503425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53480204342273308, "W12": -4.6651905591255787, "S12": -4.6651905591255787, "W13": -17.835267262697357, "S13": -20.231523582642822, "W21": -30.0, "S21": -30.0, "W22": -38.329659061779026, "S22": -61.938986621382824, "W31": -80.308314826671733, "S31": -80.308314826671733, "W32": -92.373072622793103, "S32": -97.373072622793103 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 504702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00043020193151882546, "S11": -0.00043020193151882546, "W12": -12.356942909306218, "S12": -12.356942909306218, "W13": -17.575171947448872, "S13": -17.575171947448872, "W21": -31.366122466339046, "S21": -31.366122466339046, "W22": -37.427301439166953, "S22": -37.427301439166975, "W31": -66.93236936202311, "S31": -73.597720607632894, "W32": -95.000783549912271, "S32": -100.00078354991227 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 508011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8011717416535811, "S11": 1.8011717416535811, "W12": -12.565860586493178, "S12": -15.110659224412295, "W13": -24.793828366777809, "S13": -24.793828366777809, "W21": -36.514396569343781, "S21": -36.514396569343781, "W22": -36.552934435857665, "S22": -36.552934435857665, "W31": -60.933701044489879, "S31": -60.939898791819189, "W32": -101.05819771891294, "S32": -106.05819771891294 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 510050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7986681011916483, "S11": 1.7986681011916483, "W12": -9.9999999999999982, "S12": -16.373631107779531, "W13": -29.485917166011141, "S13": -29.485917166011141, "W21": -36.45486460538347, "S21": -36.45486460538347, "W22": -37.720311906590887, "S22": -37.720311906590887, "W31": -54.568549021370622, "S31": -54.657334260388843, "W32": -100.64074233156636, "S32": -105.64074233156636 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 510541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.071430525538259, "W13": -21.969872809331225, "S13": -32.782496946427862, "W21": -32.782496946427862, "S21": -32.782496946427862, "W22": -40.041378038134063, "S22": -56.226060324253453, "W31": -78.675577858318348, "S31": -78.675577858318348, "W32": -90.711127120384802, "S32": -95.711127120384802 }, "geometry": { "type": "Point", "coordinates": [ 104922.0, 512217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54414556048229268, "S11": 0.54414556048229268, "W12": -5.358048456687686, "S12": -8.905746918148985, "W13": -15.118538149417114, "S13": -20.118538149417112, "W21": -34.711945114501425, "S21": -41.825741595087784, "W22": -37.479158717244779, "S22": -37.479158717244779, "W31": -55.871553448236796, "S31": -55.947688801388615, "W32": -100.75962448461782, "S32": -105.75962448461782 }, "geometry": { "type": "Point", "coordinates": [ 104923.0, 502709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0199365079365079, "S11": 1.0199365079365079, "W12": -10.789058654486492, "S12": -13.722952793894098, "W13": -21.862453578120114, "S13": -21.862453578120114, "W21": -37.047471869285609, "S21": -37.047471869285609, "W22": -60.225014439114091, "S22": -60.225014439114091, "W31": -80.802678647972513, "S31": -80.802678647972513, "W32": -95.468615015601017, "S32": -100.46861501560102 }, "geometry": { "type": "Point", "coordinates": [ 104923.0, 509722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -38.474511855344069, "S22": -63.013813175644458, "W31": -80.625573136865256, "S31": -80.625573136865256, "W32": -92.710002860188766, "S32": -97.710002860188766 }, "geometry": { "type": "Point", "coordinates": [ 104923.774193548393669, 528754.870967741939239 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.047615816051579, "S12": -10.804783438401225, "W13": -21.234835011681113, "S13": -21.234835011681113, "W21": -33.522177124206564, "S21": -33.610349416807196, "W22": -40.546848262707691, "S22": -40.546848262707691, "W31": -75.779999, "S31": -75.779999, "W32": -93.722287943762467, "S32": -98.722287943762467 }, "geometry": { "type": "Point", "coordinates": [ 104924.0, 509024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.5, "W12": -9.4454483679212764, "S12": -9.4454483679212764, "W13": -18.467041498787211, "S13": -23.479801022074202, "W21": -38.438209982425825, "S21": -40.738827460466219, "W22": -37.238005527898444, "S22": -37.238005527898444, "W31": -57.174557875104576, "S31": -57.223879285461223, "W32": -100.87850663766945, "S32": -105.87850663766945 }, "geometry": { "type": "Point", "coordinates": [ 104924.0, 515638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45116873999896762, "S11": 0.45116873999896762, "W12": -10.0, "S12": -11.771674744211094, "W13": -20.693092630734387, "S13": -20.693092630734387, "W21": -31.678754841141082, "S21": -31.854222280495023, "W22": -64.834874504623514, "S22": -69.482123872411208, "W31": -80.321214204332065, "S31": -80.321214204332065, "W32": -94.555489891203123, "S32": -99.555489891203123 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 508848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84501316906466994, "S11": 0.84501316906466994, "W12": -4.9999999999999991, "S12": -7.4088740694277071, "W13": -27.917059377945332, "S13": -28.496931815746585, "W21": -36.910631413585087, "S21": -36.910631413585087, "W22": -40.004860248445397, "S22": -60.004860248445397, "W31": -79.9422887461713, "S31": -79.9422887461713, "W32": -91.878858004628313, "S32": -96.878858004628313 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 511175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0053812026177081666, "S11": -0.19718031013257203, "W12": -10.0, "S12": -10.0, "W13": -19.879080410913982, "S13": -30.937321656128621, "W21": -36.093562948326316, "S21": -36.093562948326316, "W22": -48.929036379954987, "S22": -49.328997642786682, "W31": -75.29968235525476, "S31": -76.043529194058848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 513602.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -4.1, "S11": -4.3, "W12": -11.1, "S12": -11.1, "W13": -20.1, "S13": -20.1, "W21": -39.400002, "S21": -39.400002, "W22": -44.1355074155165, "S22": -44.1355074155165, "W31": -74.377470278128612, "S31": -77.824542132890002, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104925.0, 515390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45078977959015282, "S11": 0.45078977959015282, "W12": -10.0, "S12": -11.798599892298702, "W13": -20.68876093130293, "S13": -20.68876093130293, "W21": -31.669687022120847, "S21": -31.845987520410397, "W22": -36.996852338552344, "S22": -36.996852338552344, "W31": -58.477562301970742, "S31": -58.498327321861261, "W32": -100.99738879072088, "S32": -105.99738879072088 }, "geometry": { "type": "Point", "coordinates": [ 104925.4, 508847.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8439770514458007, "W12": -5.4060078287582991, "S12": -11.479802102585403, "W13": -16.34919483694847, "S13": -18.465279203395099, "W21": -45.646381065646999, "S21": -47.878197897217049, "W22": -38.496444761785369, "S22": -38.496444761785369, "W31": -50.090635115527135, "S31": -50.200783385105666, "W32": -100.30413887648311, "S32": -105.30413887648311 }, "geometry": { "type": "Point", "coordinates": [ 104926.0, 497910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26739555502485185, "S11": 0.26739555502485185, "W12": -11.342681846642538, "S12": -13.201878357234882, "W13": -17.36921043465961, "S13": -17.36921043465961, "W21": -30.0, "S21": -30.0, "W22": -50.189920349615846, "S22": -55.179313255304869, "W31": -76.26783362678043, "S31": -81.26783362678043, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104926.0, 508239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42409797116239312, "S11": -0.42409797116239312, "W12": -11.285616447452043, "S12": -11.285616447452043, "W13": -20.303028835559232, "S13": -27.914048035030604, "W21": -38.071171570655672, "S21": -41.071171570655672, "W22": -39.58532872587152, "S22": -40.221119353440741, "W31": -73.197161635424848, "S31": -79.57403727570366, "W32": -89.434635557019959, "S32": -94.434635557019959 }, "geometry": { "type": "Point", "coordinates": [ 104928.0, 514964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91316667155046316, "S11": -0.91316667155046316, "W12": -6.7924961208531007, "S12": -12.57654023850016, "W13": -24.17113494191242, "S13": -24.727455686755533, "W21": -36.751172089455238, "S21": -37.027350657242756, "W22": -39.999999999999993, "S22": -43.262922373074517, "W31": -81.936321883818252, "S31": -81.936321883818252, "W32": -95.243286423876413, "S32": -100.24328642387641 }, "geometry": { "type": "Point", "coordinates": [ 104929.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -13.903009745726262, "W13": -19.939500648813535, "S13": -34.939500648813535, "W21": -34.939500648813535, "S21": -34.939500648813535, "W22": -36.734319270806402, "S22": -36.734319270806402, "W31": -59.891870407406572, "S31": -59.896696522130213, "W32": -101.04556767625779, "S32": -106.04556767625779 }, "geometry": { "type": "Point", "coordinates": [ 104929.0, 512483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.29326923076923073, "W12": -10.066918203268505, "S12": -13.931141679039376, "W13": -19.931706169506338, "S13": -34.931706169506334, "W21": -34.931706169506334, "S21": -34.931706169506334, "W22": -39.417980029961534, "S22": -42.258814927537635, "W31": -72.121862411155249, "S31": -73.846543348815743, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104929.0, 512495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95891883572185932, "S11": -0.95891883572185932, "W12": -11.431722810597057, "S12": -11.431722810597057, "W13": -15.561988636363637, "S13": -18.561988636363637, "W21": -49.750689227455908, "S21": -49.980188924238128, "W22": -36.269552322087733, "S22": -38.908507647317698, "W31": -57.498973034828786, "S31": -57.498973034828786, "W32": -95.705741024625027, "S32": -100.70574102462503 }, "geometry": { "type": "Point", "coordinates": [ 104929.5, 500910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -17.817174442668353, "W13": -20.308184057428925, "S13": -33.978556433586171, "W21": -33.978556433586171, "S21": -33.978556433586171, "W22": -38.734854970816002, "S22": -42.399385194047781, "W31": -72.333199182698593, "S31": -75.750298349169995, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104929.888888888890506, 512336.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24755693058261816, "S11": 0.24755693058261816, "W12": -4.7240649204063372, "S12": -4.7240649204063399, "W13": -16.221307938648238, "S13": -19.619115937869726, "W21": -37.297520740624073, "S21": -38.088209988359402, "W22": -36.471786203060446, "S22": -36.471786203060446, "W31": -61.842557811484625, "S31": -61.862283194670873, "W32": -101.02439083672395, "S32": -106.02439083672395 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 499563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.021542404100264201, "W12": -3.3860987151519724, "S12": -3.3860987151519724, "W13": -17.408209570957094, "S13": -19.012765230266098, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -55.0, "W31": -76.484172616608348, "S31": -76.484172616608348, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 504910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21289042792960872, "S11": 0.21289042792960872, "W12": -11.557629694109743, "S12": -12.837399404424392, "W13": -17.211623170399005, "S13": -17.211623170399005, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -66.576033350794688, "S31": -76.576033350794688, "W32": -91.449690350935597, "S32": -96.449690350935597 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 508211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18059451819955494, "S11": -0.31685071835849826, "W12": -10.251211520438497, "S12": -10.251211520438497, "W13": -19.670087838485589, "S13": -21.896774981325251, "W21": -38.454090667179848, "S21": -40.462813085261764, "W22": -36.073564368156262, "S22": -48.540017314767191, "W31": -66.071433381368593, "S31": -69.071433381368593, "W32": -94.629748497403284, "S32": -99.629748497403284 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 514193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5854250061935251, "S12": -5.5854250061935247, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -43.675373304552643, "S21": -43.675373304552643, "W22": -60.0, "S22": -60.0, "W31": -83.355590241646425, "S31": -83.355590241646425, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104930.0, 524392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4652249683430725, "S12": -4.4652249683430725, "W13": -15.967938868294461, "S13": -18.967938868294461, "W21": -40.715929379324635, "S21": -41.245564137151533, "W22": -36.209253135314505, "S22": -36.209253135314505, "W31": -63.837648392056174, "S31": -63.872273043705036, "W32": -101.00321399719012, "S32": -106.00321399719012 }, "geometry": { "type": "Point", "coordinates": [ 104930.142857142855064, 497397.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68569194215375995, "S11": -0.68569194215375995, "W12": -5.4178208804288781, "S12": -5.4178208804288781, "W13": -19.045312218760216, "S13": -19.045312218760216, "W21": -39.075698294719423, "S21": -41.494403664257618, "W22": -39.993575953693174, "S22": -42.75942803181924, "W31": -71.92332466570906, "S31": -72.211673250937636, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104930.8, 521273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -5.018403115871469, "S12": -5.6218329694883087, "W13": -15.654206166049399, "S13": -18.654206166049399, "W21": -40.028090443995076, "S21": -40.028090443995076, "W22": -48.675645699262162, "S22": -53.170743738478095, "W31": -77.106734221830521, "S31": -78.175991962557333, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104931.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -14.927497877824937, "S13": -17.517611330012944, "W21": -42.809540512101016, "S21": -42.809540512101016, "W22": -48.66956433950098, "S22": -53.151007974357185, "W31": -77.106744454407689, "S31": -78.170109694753464, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104931.0, 501505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -9.9168348986219605, "W13": -15.561757910810398, "S13": -20.080453017460336, "W21": -31.386305873042449, "S21": -34.732287370585091, "W22": -39.11589643200395, "S22": -39.11589643200395, "W31": -79.590925653090352, "S31": -79.590925653090352, "W32": -95.083197857087782, "S32": -100.08319785708778 }, "geometry": { "type": "Point", "coordinates": [ 104931.0, 502921.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63568580794115082, "S11": -1.5741662754895975, "W12": -6.2471241820884762, "S12": -6.5847626517979636, "W13": -15.979322956990682, "S13": -17.273492159668709, "W21": -31.112337200559093, "S21": -31.387612255723088, "W22": -36.056287701962219, "S22": -36.056287701962219, "W31": -65.022981947284165, "S31": -65.066986679053784, "W32": -100.98873957649005, "S32": -105.98873957649005 }, "geometry": { "type": "Point", "coordinates": [ 104931.0, 505261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.059134615384615397, "W12": -10.171693570064541, "S12": -14.041152454897832, "W13": -19.924402676888381, "S13": -19.924402676888366, "W21": -32.628504908996128, "S21": -32.628504908996128, "W22": -35.946720067568556, "S22": -35.946720067568556, "W31": -65.832738972627709, "S31": -65.882262892739178, "W32": -100.98203715765626, "S32": -105.98203715765626 }, "geometry": { "type": "Point", "coordinates": [ 104932.0, 512510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38344543271442971, "S11": 0.36938842373356295, "W12": -11.791601259095172, "S12": -14.791601259095172, "W13": -19.749676432418738, "S13": -19.749676432418738, "W21": -33.220338356590744, "S21": -33.220338356590744, "W22": -31.430811267659742, "S22": -31.430811267659742, "W31": -70.0, "S31": -70.0, "W32": -91.731670384888034, "S32": -96.731670384888034 }, "geometry": { "type": "Point", "coordinates": [ 104932.0, 512779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8252931323283081, "W12": -9.7106784458358355, "S12": -9.7106784458358355, "W13": -19.237037555808456, "S13": -21.536560906687814, "W21": -38.088890994841471, "S21": -39.073263381598139, "W22": -39.191682814516518, "S22": -39.191682814516518, "W31": -80.0, "S31": -80.0, "W32": -95.137481918171986, "S32": -100.13748191817199 }, "geometry": { "type": "Point", "coordinates": [ 104932.0, 515501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073644395907697141, "S11": -0.55955273168409225, "W12": -10.0, "S12": -10.0, "W13": -19.878637779648901, "S13": -20.769584518403388, "W21": -37.024322851008904, "S21": -37.800977291136824, "W22": -36.853916191958795, "S22": -44.072266581870146, "W31": -66.01191624456213, "S31": -66.01191624456213, "W32": -88.785255426905763, "S32": -93.785255426905763 }, "geometry": { "type": "Point", "coordinates": [ 104932.333333333328483, 513854.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39908227164758237, "S11": 0.39908227164758237, "W12": -10.155533757961797, "S12": -15.274922192816456, "W13": -18.142610071022226, "S13": -18.142610071022226, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.813021817054263, "S22": -38.88694413287508, "W31": -50.0, "S31": -50.111710060974261, "W32": -100.16733958588193, "S32": -105.16733958588193 }, "geometry": { "type": "Point", "coordinates": [ 104932.8, 508380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52007882861797139, "S11": -0.52007882861797139, "W12": -10.53465693217035, "S12": -10.53465693217035, "W13": -16.998553838537127, "S13": -19.755165992411872, "W21": -42.326933962915405, "S21": -43.353256526080074, "W22": -42.164860635317432, "S22": -42.164860635317432, "W31": -75.779999, "S31": -75.779999, "W32": -94.884246357194044, "S32": -99.884246357194044 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 500188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.013084789821117, "S11": -1.013084789821117, "W12": -11.431223247057833, "S12": -11.431223247057833, "W13": -15.664382617639497, "S13": -18.664382617639497, "W21": -50.0, "S21": -50.263553036118168, "W22": -49.923361409164954, "S22": -52.532038627932721, "W31": -79.341157321129515, "S31": -79.341157321129515, "W32": -95.8426168456445, "S32": -100.8426168456445 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 500859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32981465570148516, "S11": -0.32981465570148516, "W12": -10.0, "S12": -10.0, "W13": -14.917510633097042, "S13": -17.986977314486101, "W21": -42.419698941921823, "S21": -42.910504268491259, "W22": -36.386525322179828, "S22": -38.74933827737236, "W31": -58.469308412311847, "S31": -58.512586170624836, "W32": -95.559507531715056, "S32": -100.55950753171506 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 501568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.46049822064056933, "W12": -7.3030991735537194, "S12": -9.7546165380457683, "W13": -20.744998515880081, "S13": -22.377131808236406, "W21": -32.54085206883925, "S21": -32.639726798948253, "W22": -35.684186999822614, "S22": -35.684186999822614, "W31": -67.827829553199237, "S31": -67.892252741773319, "W32": -100.96086031812244, "S32": -105.96086031812244 }, "geometry": { "type": "Point", "coordinates": [ 104933.0, 506839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2049562682215957, "W12": -4.3489174852652903, "S12": -4.3489174852652903, "W13": -16.455114019051138, "S13": -17.152418123528726, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.790271238287744, "S22": -38.790271238287744, "W31": -50.0, "S31": -50.106211528405993, "W32": -100.20529972750278, "S32": -105.20529972750278 }, "geometry": { "type": "Point", "coordinates": [ 104933.4, 505024.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -45.775330784144671, "S22": -45.775330784144671, "W31": -72.446793106674846, "S31": -72.446793106674846, "W32": -99.053718373153302, "S32": -104.0537183731533 }, "geometry": { "type": "Point", "coordinates": [ 104933.838709677424049, 528803.193548387149349 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1782803711501915, "S12": -4.1782803711501915, "W13": -16.997605508774193, "S13": -19.802515113486322, "W21": -46.526054825409382, "S21": -50.597011141820246, "W22": -50.0, "S22": -54.025874798639343, "W31": -77.098734323225301, "S31": -79.616561864887728, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 497724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7918612198747879, "W12": -5.2416547251805552, "S12": -10.409991069407777, "W13": -16.476507741895038, "S13": -18.570856478008384, "W21": -45.839755466642394, "S21": -48.196677981095242, "W22": -59.213741809810521, "S22": -59.213741809810521, "W31": -82.819454878392335, "S31": -82.819454878392335, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 497887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1663190601855797, "W12": -5.4238578931721335, "S12": -7.5706782090065339, "W13": -16.040585011757489, "S13": -18.80439116213585, "W21": -45.005223190604518, "S21": -46.126992721943779, "W22": -38.263775478898971, "S22": -42.552489389660124, "W31": -72.449744428231909, "S31": -76.96468581835903, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 498013.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.40449889371466052, "W12": -6.5993161132169691, "S12": -9.6637169955059505, "W13": -20.268673172152635, "S13": -21.397093947496185, "W21": -33.592369095569389, "S21": -33.883815663698563, "W22": -51.117822016063222, "S22": -51.117822016063222, "W31": -74.64538743270856, "S31": -79.250530010225347, "W32": -89.795589149779786, "S32": -94.795589149779786 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 506732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15838530083436567, "S11": 0.15838530083436567, "W12": -11.772577541576947, "S12": -12.565221688694006, "W13": -17.054035906138399, "S13": -17.054035906138399, "W21": -30.0, "S21": -30.0, "W22": -40.000603388919366, "S22": -59.867052900320019, "W31": -79.963304048685956, "S31": -79.963304048685956, "W32": -91.823734366468187, "S32": -96.823734366468187 }, "geometry": { "type": "Point", "coordinates": [ 104934.0, 508183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.25060727359823731, "W12": -4.5834759023576046, "S12": -4.5834759023576046, "W13": -15.994414471703687, "S13": -18.994414471703685, "W21": -40.463062298914636, "S21": -40.463062298914636, "W22": -40.009452534279824, "S22": -55.009452534279824, "W31": -77.230641540431719, "S31": -77.230641540431719, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 497353.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57934008409851545, "W12": -4.7592157084843603, "S12": -10.265653804842625, "W13": -19.945309400504534, "S13": -20.245338327319693, "W21": -30.407880887874175, "S21": -30.407880887874175, "W22": -35.933053070505146, "S22": -41.227303595952485, "W31": -65.728476757610125, "S31": -65.728476757610125, "W32": -88.846122758416044, "S32": -93.846122758416044 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 504105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76451310861423227, "S11": 0.76451310861423227, "W12": -3.7211506105902497, "S12": -3.7211506105902497, "W13": -17.709912185733188, "S13": -19.667431109699571, "W21": -30.0, "S21": -30.0, "W22": -49.722436624833556, "S22": -51.909124018841467, "W31": -79.232484489632228, "S31": -79.232484489632228, "W32": -95.817159318527004, "S32": -100.817159318527 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 504873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5367925172390251, "S11": 1.5367925172390251, "W12": -12.796418677477302, "S12": -13.887263403628243, "W13": -24.367434084700989, "S13": -24.367434084700989, "W21": -36.412571149657097, "S21": -36.412571149657097, "W22": -35.421653932076666, "S22": -35.421653932076666, "W31": -69.83823248711586, "S31": -69.917554944152556, "W32": -100.93968347858859, "S32": -105.93968347858859 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8444859015498056, "S11": 1.8444859015498056, "W12": -12.52990362674176, "S12": -15.159663745418115, "W13": -24.750999790282769, "S13": -24.750999790282769, "W21": -36.406387585172425, "S21": -36.406387585172425, "W22": -34.84080034226222, "S22": -37.371662773778361, "W31": -65.996677224742641, "S31": -69.501501679457746, "W32": -89.226787725032551, "S32": -94.226787725032551 }, "geometry": { "type": "Point", "coordinates": [ 104935.0, 510051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0025740579028684, "S11": 1.0025740579028684, "W12": -9.9921011943265547, "S12": -9.9921011943265547, "W13": -15.0, "S13": -19.675108091414454, "W21": -40.626835810449954, "S21": -49.164992401133802, "W22": -49.708211141225839, "S22": -51.869919733650939, "W31": -79.225460593050414, "S31": -79.225460593050414, "W32": -95.814124926864366, "S32": -100.81412492686437 }, "geometry": { "type": "Point", "coordinates": [ 104936.0, 501943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91243045438381143, "S11": 0.91243045438381143, "W12": -7.666416810005436, "S12": -9.8350930141661159, "W13": -30.745240491658279, "S13": -30.745240491658279, "W21": -37.088958173758179, "S21": -37.088958173758179, "W22": -54.910185522508968, "S22": -54.910185522508968, "W31": -83.209876543209873, "S31": -83.209876543209873, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104936.0, 510997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47758433664846772, "S11": 0.47758433664846772, "W12": -4.0920234976690413, "S12": -4.0920234976690413, "W13": -15.0, "S13": -15.0, "W21": -43.838903474400723, "S21": -45.726279794209496, "W22": -40.013767584385334, "S22": -59.006047145539341, "W31": -79.853701163263381, "S31": -79.853701163263381, "W32": -91.629033516212061, "S32": -96.629033516212061 }, "geometry": { "type": "Point", "coordinates": [ 104936.0, 523470.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28697526429241182, "W12": -4.5560094582377078, "S12": -4.5560094582377078, "W13": -15.985408014126271, "S13": -18.985408014126271, "W21": -40.480322813333487, "S21": -40.480322813333487, "W22": -40.038008307472502, "S22": -56.770613916275678, "W31": -79.051234011001597, "S31": -79.051234011001597, "W32": -90.863959749213649, "S32": -95.863959749213649 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 497359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71276252127198103, "S11": -1.7139243059710292, "W12": -5.0, "S12": -13.651132340579577, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -40.0, "S21": -40.065739953866697, "W22": -35.247730881698622, "S22": -35.247730881698622, "W31": -71.143542956281451, "S31": -71.220473892939992, "W32": -100.91850663905477, "S32": -105.91850663905477 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -8.1467894640272362, "S12": -8.6061078647231266, "W13": -19.66636710851494, "S13": -19.790507263287083, "W21": -34.822730324714612, "S21": -35.317651493928828, "W22": -37.285681852039446, "S22": -37.285681852039446, "W31": -66.96973757254797, "S31": -73.753025711772139, "W32": -94.981705982756353, "S32": -99.981705982756353 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 506610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0078512961517320963, "S11": -0.27986728998745525, "W12": -10.0, "S12": -10.0, "W13": -19.883884761885291, "S13": -30.438860029341321, "W21": -36.20078932122933, "S21": -36.20078932122933, "W22": -34.260630718408869, "S22": -41.225613908362639, "W31": -70.0, "S31": -70.0, "W32": -94.06480675695839, "S32": -99.06480675695839 }, "geometry": { "type": "Point", "coordinates": [ 104937.0, 513647.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53711594089591963, "W12": -10.0, "S12": -10.0, "W13": -14.950065687429163, "S13": -18.123780746333871, "W21": -43.319980062396944, "S21": -43.319980062396944, "W22": -45.008869489625035, "S22": -45.008869489625035, "W31": -72.256603398965765, "S31": -72.256603398965765, "W32": -99.521762519092164, "S32": -104.52176251909216 }, "geometry": { "type": "Point", "coordinates": [ 104938.0, 501474.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2865914419695192, "S11": -1.4970221632980092, "W12": -4.6140129547590281, "S12": -4.6140129547590281, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -60.786902250144387, "S22": -62.529115364898487, "W31": -80.587153478657314, "S31": -80.587153478657314, "W32": -95.64970373306501, "S32": -100.64970373306501 }, "geometry": { "type": "Point", "coordinates": [ 104938.0, 504297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70943641763155252, "S11": -1.7131195223157696, "W12": -5.0, "S12": -13.619927476208884, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.063761078062399, "W22": -34.843900427418696, "S22": -37.402585537636554, "W31": -66.000552969711151, "S31": -69.471727866330113, "W32": -89.223773965800575, "S32": -94.223773965800575 }, "geometry": { "type": "Point", "coordinates": [ 104938.0, 506001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0256269841269841, "S11": 1.0256269841269841, "W12": -10.786481255609925, "S12": -12.479997357669872, "W13": -21.820692934493046, "S13": -21.820692934493046, "W21": -36.971015229623035, "S21": -36.971015229623035, "W22": -35.137201652933364, "S22": -35.137201652933364, "W31": -72.386728905026459, "S31": -72.449541445095704, "W32": -100.89732979952092, "S32": -105.89732979952092 }, "geometry": { "type": "Point", "coordinates": [ 104938.0, 509698.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43479014651156267, "S11": -0.43479014651156267, "W12": -11.128720413661291, "S12": -11.128720413661291, "W13": -20.323760178081955, "S13": -28.21048072927362, "W21": -37.888818417770764, "S21": -40.096203959103626, "W22": -35.735071094921658, "S22": -41.032329706674169, "W31": -71.422421304437378, "S31": -71.422421304437378, "W32": -94.380351409204408, "S32": -99.380351409204408 }, "geometry": { "type": "Point", "coordinates": [ 104938.295081967211445, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39795918367346939, "S11": 0.39795918367346939, "W12": -4.1393110871577301, "S12": -4.1393110871577292, "W13": -17.089011949741938, "S13": -19.854086342850785, "W21": -46.664803732062339, "S21": -50.759474298717436, "W22": -37.42555738255588, "S22": -45.312266490363989, "W31": -66.304803639486778, "S31": -66.304803639486778, "W32": -88.828443944086047, "S32": -93.828443944086047 }, "geometry": { "type": "Point", "coordinates": [ 104939.0, 497734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21215761653051426, "S11": -1.0216127993534336, "W12": -4.5337114075864555, "S12": -8.6944931451457634, "W13": -16.843855878002326, "S13": -19.153889584719838, "W21": -46.342280518111188, "S21": -49.342280518111188, "W22": -38.535434656619245, "S22": -39.6958123485282, "W31": -76.696073538963617, "S31": -76.696073538963617, "W32": -94.580955564887489, "S32": -99.580955564887489 }, "geometry": { "type": "Point", "coordinates": [ 104939.0, 497815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0912999063590703, "W12": -5.4553389158656227, "S12": -8.6958425436931943, "W13": -16.173893466925673, "S13": -18.787965275008105, "W21": -45.295803537047831, "S21": -46.746960907429205, "W22": -40.0, "S22": -55.193075898801595, "W31": -81.496386006090759, "S31": -81.496386006090759, "W32": -93.492744829239413, "S32": -98.492744829239413 }, "geometry": { "type": "Point", "coordinates": [ 104939.0, 497973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3820291326155168, "S11": -0.3820291326155168, "W12": -11.187945163185407, "S12": -11.187945163185407, "W13": -20.205676788177396, "S13": -26.926776627875881, "W21": -38.682816235084559, "S21": -38.682816235084559, "W22": -61.097172680914881, "S22": -62.901242830058166, "W31": -82.142857142857139, "S31": -82.142857142857139, "W32": -90.535070081021942, "S32": -95.535070081021942 }, "geometry": { "type": "Point", "coordinates": [ 104939.0, 514833.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7313298957997636, "S11": -0.86784759126521172, "W12": -4.7314115569203921, "S12": -8.7850187433590783, "W13": -20.0, "S13": -20.0, "W21": -30.179567837887461, "S21": -30.179567837887461, "W22": -39.246521882451937, "S22": -39.246521882451937, "W31": -50.0, "S31": -50.102274787233448, "W32": -100.10646057852259, "S32": -105.10646057852259 }, "geometry": { "type": "Point", "coordinates": [ 104940.0, 504151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40995232338154458, "S11": -0.40995232338154458, "W12": -11.318918650212286, "S12": -11.318918650212286, "W13": -20.267750369320435, "S13": -27.610936331313205, "W21": -38.259780266273594, "S21": -40.400871175364969, "W22": -63.663066283316155, "S22": -68.338222403421952, "W31": -80.308362369337942, "S31": -80.308362369337942, "W32": -94.630616210275193, "S32": -99.630616210275193 }, "geometry": { "type": "Point", "coordinates": [ 104940.0, 514921.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -41.137793494424187, "S22": -41.137793494424187, "W31": -72.743931922410056, "S31": -75.109000155019046, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104940.168421052629128, 530016.989473684225231 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57628974480085138, "S11": 0.57628974480085138, "W12": -10.0, "S12": -10.0, "W13": -14.920662285468376, "S13": -18.947731092472004, "W21": -41.806348469054356, "S21": -51.604032807872009, "W22": -50.194100739333066, "S22": -55.194100739333066, "W31": -76.233863415330106, "S31": -76.233863415330106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104940.333333333328483, 501750.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018071157414995376, "S11": 0.018071157414995376, "W12": -12.246446799236843, "S12": -12.835100026172165, "W13": -16.894193852931149, "S13": -16.894193852931149, "W21": -30.294384963219631, "S21": -30.294384963219631, "W22": -62.803887383764533, "S22": -64.812906588586472, "W31": -81.434065934065941, "S31": -81.434065934065941, "W32": -91.140722422456648, "S32": -96.140722422456648 }, "geometry": { "type": "Point", "coordinates": [ 104940.333333333328483, 508102.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75295191722456134, "S11": -0.91982712333909433, "W12": -4.9681899682456647, "S12": -4.9681899682456647, "W13": -19.049990923828837, "S13": -20.93583102730674, "W21": -30.0, "S21": -30.0, "W22": -40.423097685524702, "S22": -40.423097685524702, "W31": -75.239998, "S31": -75.239998, "W32": -93.564361925994831, "S32": -98.564361925994831 }, "geometry": { "type": "Point", "coordinates": [ 104940.666666666671517, 504616.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6035427588729394, "S11": 0.6035427588729394, "W12": -6.0438737412354193, "S12": -9.1773949120892979, "W13": -14.828294472098506, "S13": -20.218075838221825, "W21": -36.798894144920268, "S21": -45.353691478506342, "W22": -40.007574452562139, "S22": -40.007574452562139, "W31": -73.333290493664535, "S31": -76.091221135654806, "W32": -89.291454375085209, "S32": -94.291454375085209 }, "geometry": { "type": "Point", "coordinates": [ 104941.0, 502584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5333124715521169, "S12": -6.0024429825692804, "W13": -19.14797268430787, "S13": -22.267324155167049, "W21": -29.830696721377219, "S21": -31.635019884455307, "W22": -29.640345404225233, "S22": -40.791044154405185, "W31": -70.0, "S31": -70.0, "W32": -93.217595917436228, "S32": -98.217595917436228 }, "geometry": { "type": "Point", "coordinates": [ 104941.0, 503541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38434823292303699, "S11": 0.38434823292303699, "W12": -10.049592356688088, "S12": -15.558629099720175, "W13": -18.215610132102189, "S13": -18.215610132102189, "W21": -30.0, "S21": -30.183760683760436, "W22": -38.643430842488542, "S22": -39.282184906858738, "W31": -77.332905597009017, "S31": -77.332905597009017, "W32": -94.617702652123512, "S32": -99.617702652123512 }, "geometry": { "type": "Point", "coordinates": [ 104941.0, 508394.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7352663965579129, "S12": -8.7352663965579129, "W13": -17.411696478177497, "S13": -25.942310849347713, "W21": -40.988642070937125, "S21": -42.281234305882585, "W22": -35.769652165334911, "S22": -49.160642932646205, "W31": -65.135518601206002, "S31": -70.135518601206002, "W32": -94.811539776090157, "S32": -99.811539776090157 }, "geometry": { "type": "Point", "coordinates": [ 104941.810344827579684, 516622.060344827594236 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3025937866354043, "S11": -1.5222433485878448, "W12": -4.6267921868707216, "S12": -4.8389181960522949, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -36.419933313603636, "S22": -42.986394571017698, "W31": -64.068373538552606, "S31": -65.663908558753405, "W32": -94.695041639226744, "S32": -99.695041639226744 }, "geometry": { "type": "Point", "coordinates": [ 104942.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55558254884097624, "S11": 0.55558254884097624, "W12": -5.4539183403504898, "S12": -7.4348043761274987, "W13": -18.352770446633809, "S13": -21.872883045604091, "W21": -29.820872186928284, "S21": -29.820872186928284, "W22": -40.0, "S22": -55.0, "W31": -72.871855635212029, "S31": -72.871855635212029, "W32": -89.714911567224206, "S32": -94.714911567224206 }, "geometry": { "type": "Point", "coordinates": [ 104942.666666666671517, 503359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4995839585602993, "S11": -0.4995839585602993, "W12": -10.003821558972856, "S12": -10.658394262739387, "W13": -20.0, "S13": -20.0, "W21": -32.150780008588065, "S21": -32.150780008588065, "W22": -34.99040056934291, "S22": -51.132548617147577, "W31": -67.284808356657535, "S31": -67.984584846410343, "W32": -95.756687964181012, "S32": -100.75668796418101 }, "geometry": { "type": "Point", "coordinates": [ 104943.0, 507470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2173538381010904, "S11": 2.2173538381010904, "W12": -12.207896586881583, "S12": -16.62151065272673, "W13": -25.080762623733776, "S13": -25.080762623733776, "W21": -36.332962842114384, "S21": -36.332962842114384, "W22": -40.754113520449991, "S22": -40.754113520449991, "W31": -72.550124204965243, "S31": -74.770687500418035, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104943.0, 510109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31989907438415738, "S11": -0.31989907438415738, "W12": -10.868316268893453, "S12": -10.868316268893453, "W13": -20.065653336670596, "S13": -25.426138401708958, "W21": -39.611295020542393, "S21": -39.611295020542393, "W22": -40.023439208431256, "S22": -57.940546075558444, "W31": -79.745714839572699, "S31": -79.745714839572699, "W32": -91.35658753477729, "S32": -96.35658753477729 }, "geometry": { "type": "Point", "coordinates": [ 104943.0, 514637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.009506166821041, "W31": -73.334545212985091, "S31": -76.079966431332736, "W32": -89.285476713650382, "S32": -94.285476713650382 }, "geometry": { "type": "Point", "coordinates": [ 104943.903225806454429, 528851.516129032243043 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.225630084011202, "W13": -21.13860674090602, "S13": -21.13860674090602, "W21": -33.642798827159652, "S21": -33.745277934924538, "W22": -34.697899559166743, "S22": -34.697899559166743, "W31": -70.413570185033436, "S31": -70.593527705790336, "W32": -90.888729078778752, "S32": -95.888729078778752 }, "geometry": { "type": "Point", "coordinates": [ 104944.0, 509050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95135076227731052, "S11": 0.95135076227731052, "W12": -7.261126354423455, "S12": -9.9160898079125523, "W13": -30.639088663189682, "S13": -30.639088663189682, "W21": -37.176036690547498, "S21": -37.176036690547498, "W22": -39.153635348973381, "S22": -63.239452091861637, "W31": -81.187365114930458, "S31": -81.187365114930458, "W32": -93.132758013648868, "S32": -98.132758013648868 }, "geometry": { "type": "Point", "coordinates": [ 104944.0, 511029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9006564089886142, "S12": -5.9006564089886142, "W13": -20.0, "S13": -20.0, "W21": -40.366411045818161, "S21": -42.622306548170293, "W22": -37.951294539861571, "S22": -47.982888506433113, "W31": -80.333262438600912, "S31": -80.333262438600912, "W32": -92.160534595283295, "S32": -97.160534595283295 }, "geometry": { "type": "Point", "coordinates": [ 104944.0, 520591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69278290993071601, "S11": -0.8040982441701906, "W12": -10.909934809835256, "S12": -10.909934809835256, "W13": -15.0, "S13": -18.0, "W21": -45.076952308569261, "S21": -45.076952308569261, "W22": -37.063248674920608, "S22": -37.063248674920608, "W31": -66.265533337948028, "S31": -74.234481504003881, "W32": -89.660575238990944, "S32": -94.660575238990944 }, "geometry": { "type": "Point", "coordinates": [ 104945.0, 501325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7208351400685817, "S12": -7.7208351400685817, "W13": -17.794894693608811, "S13": -20.513500981352458, "W21": -45.970685563943725, "S21": -48.970685563943725, "W22": -49.333847535965383, "S22": -49.333847535965383, "W31": -75.325864642887908, "S31": -75.982568062474016, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104945.0, 518041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.629940820340224, "W13": -21.329082683995555, "S13": -33.965962989807956, "W21": -33.965962989807956, "S21": -33.965962989807956, "W22": -49.449890159117686, "S22": -54.449890159117686, "W31": -77.065873087670013, "S31": -78.610239347007408, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104945.777777777781012, 512294.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.60479475100945, "S12": -15.60479475100945, "W13": -19.234475685474191, "S13": -19.234475685474191, "W21": -32.466317817220933, "S21": -32.466317817220933, "W22": -55.962457942270234, "S22": -55.962457942270234, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104946.0, 507617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9512083706943297, "S12": -5.9512083706943297, "W13": -20.0, "S13": -20.0, "W21": -40.648095645494678, "S21": -42.883275019593569, "W22": -40.019751908262791, "S22": -58.2911862845326, "W31": -79.821369928625458, "S31": -79.821369928625458, "W32": -91.463922618892852, "S32": -96.463922618892852 }, "geometry": { "type": "Point", "coordinates": [ 104946.0, 520519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53639123874542394, "S11": 0.53639123874542394, "W12": -0.70593695271453616, "S12": -0.70593695271453616, "W13": -15.292305219364598, "S13": -18.045086469364598, "W21": -40.0, "S21": -41.995440028792551, "W22": -40.0, "S22": -55.0, "W31": -74.306079139105307, "S31": -74.306079139105307, "W32": -89.905681863509756, "S32": -94.905681863509756 }, "geometry": { "type": "Point", "coordinates": [ 104946.875, 498862.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26141496401537689, "S11": 0.26141496401537689, "W12": -4.168972644567277, "S12": -4.1919986849256459, "W13": -16.320283161975389, "S13": -19.562215294939378, "W21": -39.161406381172846, "S21": -40.406357529706327, "W22": -51.095371033166082, "S22": -51.095371033166082, "W31": -76.555114538330898, "S31": -76.555114538330898, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 499251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.40345952304566357, "W12": -4.4144618341240776, "S12": -4.4144618341240776, "W13": -17.851594699131315, "S13": -20.580618161041215, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.33652530334416, "S22": -43.886634376102016, "W31": -64.455550235416339, "S31": -66.318921087134882, "W32": -94.754065277858828, "S32": -99.754065277858828 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 504754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45646966806562389, "S11": 0.45646966806562389, "W12": -10.0, "S12": -10.0, "W13": -21.244713331710411, "S13": -21.244713331710411, "W21": -32.823602767936904, "S21": -32.971151558139816, "W22": -39.702822846922061, "S22": -40.164011222238315, "W31": -73.249922448071359, "S31": -77.33820846653515, "W32": -89.356283475409882, "S32": -94.356283475409882 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 508966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3, "S12": -4.3, "W13": -15.0, "S13": -15.0, "W21": -46.13474505975131, "S21": -46.13474505975131, "W22": -29.669799208856006, "S22": -40.963472821280369, "W31": -70.0, "S31": -70.0, "W32": -92.912091318878225, "S32": -97.912091318878225 }, "geometry": { "type": "Point", "coordinates": [ 104947.0, 525668.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43125987714860731, "S11": 0.43125987714860731, "W12": -10.0, "S12": -13.41141626279015, "W13": -20.416083957839223, "S13": -20.416083957839223, "W21": -31.105837586870503, "S21": -31.697758225753859, "W22": -36.472195488773572, "S22": -36.472195488773572, "W31": -73.163449726702382, "S31": -73.163449726702382, "W32": -100.75954596115018, "S32": -105.75954596115018 }, "geometry": { "type": "Point", "coordinates": [ 104947.6, 508808.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48831468301762843, "S11": 0.48831468301762843, "W12": -5.0, "S12": -11.495596295291776, "W13": -19.472501519177918, "S13": -21.039571248752619, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.140501466567343, "S22": -40.140501466567343, "W31": -50.0, "S31": -50.098338046060888, "W32": -100.0076214295423, "S32": -105.0076214295423 }, "geometry": { "type": "Point", "coordinates": [ 104948.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91015410598549229, "S11": -0.9101541059854924, "W12": -7.1979974165863148, "S12": -12.576306240115727, "W13": -23.884111784248585, "S13": -24.417727810803534, "W21": -36.486761551127245, "S21": -36.77848743853886, "W22": -40.034638576810927, "S22": -56.83684364847602, "W31": -79.426890163685414, "S31": -79.426890163685414, "W32": -91.016792378042723, "S32": -96.016792378042723 }, "geometry": { "type": "Point", "coordinates": [ 104948.0, 505665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059045330387927836, "S11": 0.059045330387927836, "W12": -12.056044501458439, "S12": -12.912542371501038, "W13": -16.842034172184643, "S13": -16.842034172184643, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -65.238578680203048, "S22": -68.237935461145156, "W31": -79.689731953481868, "S31": -79.689731953481868, "W32": -92.355803705674177, "S32": -97.355803705674177 }, "geometry": { "type": "Point", "coordinates": [ 104948.0, 508146.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40347657093500167, "S11": 0.40347657093500167, "W12": -10.0, "S12": -16.732870814173936, "W13": -18.476561595798373, "S13": -18.476561595798373, "W21": -30.0, "S21": -30.634459459459222, "W22": -54.627235700371884, "S22": -54.627235700371884, "W31": -78.744039559680601, "S31": -78.744039559680601, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104948.4, 508442.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028225664404496701, "S11": -1.0026054347912137, "W12": -10.283226531150508, "S12": -14.759514805982473, "W13": -20.968838255169089, "S13": -21.759156425171618, "W21": -31.257629640773853, "S21": -31.257629640773853, "W22": -38.416175339656498, "S22": -46.241287447279817, "W31": -80.212290056227403, "S31": -80.212290056227403, "W32": -91.990379365038095, "S32": -96.990379365038095 }, "geometry": { "type": "Point", "coordinates": [ 104948.5, 507078.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4273230158301216, "S12": -4.4273230158301216, "W13": -17.111809144017489, "S13": -17.111809144017489, "W21": -44.652399152897289, "S21": -47.086298654889561, "W22": -40.04736610546346, "S22": -55.350436747990976, "W31": -78.698652514313366, "S31": -78.698652514313366, "W32": -90.607074555959656, "S32": -95.607074555959656 }, "geometry": { "type": "Point", "coordinates": [ 104948.625, 522112.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91102571904426366, "S11": 0.91102571904426366, "W12": -1.0718289333557536, "S12": -1.0718289333557536, "W13": -14.760395720835456, "S13": -16.825022035905821, "W21": -42.492472221558636, "S21": -45.371174672012543, "W22": -29.894882796537761, "S22": -36.968175740554521, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -93.428050305431867, "S32": -98.428050305431867 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50551809687868621, "S11": -0.50551809687868621, "W12": -10.294216789393092, "S12": -10.294216789393092, "W13": -17.075931643789669, "S13": -19.89564823921803, "W21": -41.123899496978652, "S21": -42.088290203474621, "W22": -40.015660107314439, "S22": -58.725757827184147, "W31": -79.910280823879759, "S31": -79.910280823879759, "W32": -91.583530513013855, "S32": -96.583530513013855 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 500141.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.4595052099660197, "W13": -15.39788932449409, "S13": -20.102889078604544, "W21": -32.823141505591927, "S21": -38.390155093334052, "W22": -36.02675803712421, "S22": -51.105723261890958, "W31": -67.161362832677014, "S31": -70.597768801681937, "W32": -95.457915786969579, "S32": -100.45791578696958 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 502828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4900617651436226, "S11": -1.4787645142845161, "W12": -8.3775587653666594, "S12": -8.4716126347009038, "W13": -19.246798472253428, "S13": -19.246798472253428, "W21": -35.001786891248628, "S21": -35.422019372436601, "W22": -40.999652948802861, "S22": -41.06219122705776, "W31": -50.000000000000007, "S31": -50.166561887094851, "W32": -98.588410144907584, "S32": -103.58841014490758 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 506594.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -19.549937446179342, "W13": -19.549937446179342, "S13": -19.549937446179342, "W21": -30.0, "S21": -31.266389066598414, "W22": -50.0, "S22": -53.537217404572317, "W31": -77.054686415694107, "S31": -79.98781167144503, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 508550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8676143472820801, "S12": -11.27418141785793, "W13": -25.0, "S13": -27.528458073642234, "W21": -35.149874812068134, "S21": -35.149874812068134, "W22": -36.274979049178313, "S22": -40.722619358306559, "W31": -72.411411054607001, "S31": -72.411411054607001, "W32": -94.423518781491538, "S32": -99.423518781491538 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 511899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.643120947665034, "W13": -22.161655237090439, "S13": -33.756363180619218, "W21": -33.756363180619218, "S21": -33.756363180619218, "W22": -35.924339814491773, "S22": -36.976101793234562, "W31": -66.143298444742385, "S31": -72.00828712209649, "W32": -89.417281378450426, "S32": -94.417281378450426 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 512251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021083794921154, "S11": -0.36255426984225014, "W12": -10.0, "S12": -10.0, "W13": -19.888689112856589, "S13": -28.171353325442517, "W21": -36.350025178811208, "S21": -36.350025178811208, "W22": -49.361340507474246, "S22": -54.361340507474246, "W31": -77.05216637612267, "S31": -78.594069403410771, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 513691.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0, "W12": -9.5026077484579812, "S12": -9.5026077484579812, "W13": -18.813143657533047, "S13": -22.090492946391901, "W21": -38.112254853957452, "S21": -39.381724143958053, "W22": -63.402000397429944, "S22": -65.643487688789307, "W31": -80.97278123089464, "S31": -80.97278123089464, "W32": -91.408539633264056, "S32": -96.408539633264056 }, "geometry": { "type": "Point", "coordinates": [ 104949.0, 515543.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -50.965189193832408, "S22": -50.965189193832408, "W31": -74.602496662195364, "S31": -79.188198873147812, "W32": -89.785646610221349, "S32": -94.785646610221349 }, "geometry": { "type": "Point", "coordinates": [ 104949.492307692300528, 530036.938461538404226 ] } }, +{ "type": "Feature", "properties": { "W11": 0.001662429102288282, "S11": 0.001662429102288282, "W12": -2.9064050322427502, "S12": -2.9064050322427502, "W13": -15.886546813453187, "S13": -18.934247077537695, "W21": -40.0, "S21": -41.725944328988994, "W22": -50.0, "S22": -50.0, "W31": -74.676818224089629, "S31": -78.882432352832012, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22980729807298073, "S11": -0.22980729807298073, "W12": -10.0, "S12": -10.0, "W13": -16.916345476823611, "S13": -19.807916436372643, "W21": -39.930659491442299, "S21": -40.825464070457407, "W22": -61.502504173622711, "S22": -64.884905579598112, "W31": -80.336142263718614, "S31": -80.336142263718614, "W32": -94.963243712395936, "S32": -99.963243712395936 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4235599345214196, "W12": -7.5034918758027356, "S12": -9.0097517782538841, "W13": -20.0, "S13": -21.194428717019591, "W21": -34.355151226656908, "S21": -34.641670126763316, "W22": -36.355852958165507, "S22": -40.655308685982291, "W31": -72.572635964703835, "S31": -72.572635964703835, "W32": -94.405310459505628, "S32": -99.405310459505628 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53, "S11": -1.33, "W12": -5.83, "S12": -9.5936927945472252, "W13": -20.533596022558623, "S13": -22.141571904661912, "W21": -33.112123031856463, "S21": -33.159804766395609, "W22": -30.0, "S22": -31.99494617617162, "W31": -70.0, "S31": -70.0, "W32": -92.32987766692915, "S32": -97.32987766692915 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506788.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4, "S11": 0.50395645802805089, "W12": -6.7602638385928611, "S12": -10.084874354659073, "W13": -20.689053131493022, "S13": -22.475728871640246, "W21": -32.675554477589081, "S21": -32.675554477589081, "W22": -29.929711356291094, "S22": -37.538649442285063, "W31": -70.0, "S31": -70.0, "W32": -93.414077747830717, "S32": -98.414077747830717 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 506825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0063908701854494, "S11": -1.0063908701854494, "W12": -10.0, "S12": -10.0, "W13": -25.555795620437955, "S13": -32.620775925548301, "W21": -33.767534520568603, "S21": -33.767534520568603, "W22": -40.0, "S22": -55.0, "W31": -74.601753775577606, "S31": -74.601753775577606, "W32": -89.962741696980473, "S32": -94.962741696980473 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 512062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11836776280459109, "S11": -0.43441388808554487, "W12": -10.0, "S12": -10.0, "W13": -19.720715078184668, "S13": -20.645171460265161, "W21": -37.65627652199602, "S21": -39.002358371876831, "W22": -36.329616180525655, "S22": -38.763408684473646, "W31": -57.786869097570225, "S31": -57.786869097570225, "W32": -95.769285375583536, "S32": -100.76928537558354 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43402663924910589, "S11": -0.43402663924910589, "W12": -11.118838798047461, "S12": -11.118838798047461, "W13": -20.318467653516233, "S13": -28.232559502612549, "W21": -37.876278902741667, "S21": -40.070427450822798, "W22": -39.895806916573761, "S22": -39.895806916573761, "W31": -50.000000000000007, "S31": -50.145536611605749, "W32": -98.1702423383379, "S32": -103.1702423383379 }, "geometry": { "type": "Point", "coordinates": [ 104950.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19881386811727358, "S11": 0.19881386811727358, "W12": -10.263844479200623, "S12": -10.263844479200623, "W13": -19.819863243742766, "S13": -26.405867223180444, "W21": -34.154511430788943, "S21": -34.154511430788943, "W22": -41.034481050681556, "S22": -41.034481050681556, "W31": -50.0, "S31": -50.094401304888336, "W32": -99.796284027530746, "S32": -104.79628402753075 }, "geometry": { "type": "Point", "coordinates": [ 104950.555555555562023, 513206.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5057751563896993, "S11": -1.9821413875371081, "W12": -9.0964478610543882, "S12": -9.0964478610543882, "W13": -16.590058940781429, "S13": -25.689540049694386, "W21": -39.409268872932749, "S21": -39.964123533692181, "W22": -63.702696402206861, "S22": -68.202361983696846, "W31": -80.062027789977535, "S31": -80.062027789977535, "W32": -94.448219538949019, "S32": -99.448219538949019 }, "geometry": { "type": "Point", "coordinates": [ 104950.853333333332557, 516110.773333333316259 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80010365416243656, "S11": 0.80010365416243656, "W12": -4.0763020425902017, "S12": -4.0763020425902017, "W13": -15.0, "S13": -15.0, "W21": -45.01981775732451, "S21": -47.062313490257758, "W22": -48.7375799400224, "S22": -63.7375799400224, "W31": -82.229987009705866, "S31": -82.229987009705866, "W32": -94.004256361223298, "S32": -99.004256361223298 }, "geometry": { "type": "Point", "coordinates": [ 104950.857142857144936, 523225.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6351086140460032, "S12": -4.6351086140460032, "W13": -17.439396666567667, "S13": -17.439396666567667, "W21": -44.628882853917716, "S21": -47.062157323729792, "W22": -38.986695738168549, "S22": -38.986695738168549, "W31": -66.499813891133471, "S31": -76.499813891133471, "W32": -90.204392922513719, "S32": -95.204392922513719 }, "geometry": { "type": "Point", "coordinates": [ 104951.222222222218988, 521973.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99237035263537843, "S11": -0.99237035263537843, "W12": -11.63775865012923, "S12": -11.63775865012923, "W13": -15.571136363636388, "S13": -18.571136363636388, "W21": -48.982258167871272, "S21": -48.982258167871272, "W22": -39.14281137698454, "S22": -39.14281137698454, "W31": -66.779243329275872, "S31": -76.779243329275872, "W32": -92.735899314110682, "S32": -97.735899314110682 }, "geometry": { "type": "Point", "coordinates": [ 104952.6, 500962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90142003089944256, "S11": 0.90142003089944256, "W12": -10.224306535025859, "S12": -10.224306535025859, "W13": -15.051132230128655, "S13": -19.56194137157399, "W21": -40.008169242575136, "S21": -48.758417012644514, "W22": -58.696987566956608, "S22": -58.947807239087759, "W31": -80.49290395990991, "S31": -80.49290395990991, "W32": -95.318734287783869, "S32": -100.31873428778387 }, "geometry": { "type": "Point", "coordinates": [ 104953.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.014172926488110639, "S11": -1.0087158134582699, "W12": -10.27164540984533, "S12": -15.27164540984533, "W13": -20.926287263293617, "S13": -21.577005225341882, "W21": -31.268930705046593, "S21": -31.268930705046593, "W22": -41.511616089711588, "S22": -45.934693012788507, "W31": -71.986773060556374, "S31": -73.559867589793001, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104953.0, 507089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064262549862715623, "S11": -1.0384276412300752, "W12": -10.212957932216801, "S12": -12.730397521479595, "W13": -20.812280769887995, "S13": -20.812280769887995, "W21": -31.471992256900997, "S21": -31.471992256900997, "W22": -34.82, "S22": -51.15, "W31": -67.339996, "S31": -67.339996, "W32": -95.93, "S32": -100.93 }, "geometry": { "type": "Point", "coordinates": [ 104953.0, 507151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8961056871714346, "S11": 1.8961056871714346, "W12": -12.487352769820848, "S12": -15.19297135345902, "W13": -24.681285135798728, "S13": -24.681285135798728, "W21": -36.257004563590861, "S21": -36.257004563590861, "W22": -40.0, "S22": -40.0, "W31": -72.201536697664622, "S31": -72.201536697664622, "W32": -100.67532194024835, "S32": -105.67532194024835 }, "geometry": { "type": "Point", "coordinates": [ 104953.0, 510051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26947256463114505, "S11": -0.269472564631145, "W12": -4.8305091313641091, "S12": -11.881924770101485, "W13": -19.867272818117151, "S13": -20.39179552566705, "W21": -30.359484191510532, "S21": -30.359484191510532, "W22": -41.979487179486732, "S22": -57.190730369186809, "W31": -81.614534130509952, "S31": -81.614534130509952, "W32": -93.419081618285645, "S32": -98.419081618285645 }, "geometry": { "type": "Point", "coordinates": [ 104953.125, 504051.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16990237917986956, "S11": 0.16990237917986956, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.82913238794109, "S13": -27.376004070483546, "W21": -34.335791511372584, "S21": -34.335791511372584, "W22": -49.659476099100189, "S22": -51.890538846415055, "W31": -79.222594418626599, "S31": -79.222594418626599, "W32": -95.764760785503043, "S32": -100.76476078550304 }, "geometry": { "type": "Point", "coordinates": [ 104953.333333333328483, 513237.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -43.483256688694645, "S22": -43.483256688694645, "W31": -74.123290645763575, "S31": -77.375392550384404, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104953.96774193548481, 528899.838709677453153 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30804387568555763, "S11": -1.4151598934546072, "W12": -4.5340642452322832, "S12": -4.5340642452322832, "W13": -15.163614053121385, "S13": -17.047538593592201, "W21": -43.842776093129402, "S21": -45.154421273245056, "W22": -31.987875717935069, "S22": -40.642762991741066, "W31": -70.0, "S31": -70.0, "W32": -93.66238372043901, "S32": -98.66238372043901 }, "geometry": { "type": "Point", "coordinates": [ 104954.0, 498204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.397775093950205, "S13": -14.397775093950205, "W21": -47.0, "S21": -47.0, "W22": -36.577827719672307, "S22": -36.577827719672307, "W31": -71.019832646123348, "S31": -71.903207815074879, "W32": -90.29006451683874, "S32": -95.29006451683874 }, "geometry": { "type": "Point", "coordinates": [ 104954.142857142855064, 527459.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4574156591697021, "S12": -8.7726398571307769, "W13": -19.366360771597051, "S13": -21.497520891654489, "W21": -29.891732896023292, "S21": -29.891732896023292, "W22": -35.389306672045024, "S22": -35.389306672045024, "W31": -70.638192149282801, "S31": -71.139254130360229, "W32": -90.584254151243314, "S32": -95.584254151243314 }, "geometry": { "type": "Point", "coordinates": [ 104954.285714285710128, 503643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3610438968304681, "S12": -4.3610438968304681, "W13": -15.918426487525988, "S13": -18.918426487525988, "W21": -40.63046509917563, "S21": -40.63046509917563, "W22": -37.367786415480097, "S22": -37.367786415480097, "W31": -67.018733017978377, "S31": -74.100866029597299, "W32": -94.897019563219402, "S32": -99.897019563219402 }, "geometry": { "type": "Point", "coordinates": [ 104954.5, 497397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.968351335732933, "W13": -21.061149458197704, "S13": -21.061149458197704, "W21": -34.684071890670026, "S21": -34.684071890670026, "W22": -40.421622263057429, "S22": -40.421622263057429, "W31": -75.239998, "S31": -75.239998, "W32": -93.415892874596935, "S32": -98.415892874596935 }, "geometry": { "type": "Point", "coordinates": [ 104955.333333333328483, 509169.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6601375767095092, "S11": 1.6601375767095092, "W12": -10.014698937426228, "S12": -16.57165318275133, "W13": -29.887878467914177, "S13": -29.887878467914177, "W21": -36.17261163210587, "S21": -36.17261163210587, "W22": -50.0, "S22": -53.241944601469754, "W31": -79.47679932061051, "S31": -79.47679932061051, "W32": -95.780598875111849, "S32": -100.78059887511185 }, "geometry": { "type": "Point", "coordinates": [ 104955.333333333328483, 510587.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80043687451879575, "S11": -0.86105153172922722, "W12": -11.203455399864948, "S12": -11.203455399864948, "W13": -15.119659111513981, "S13": -18.119659111513979, "W21": -45.375177118866276, "S21": -45.375177118866276, "W22": -60.779076238174731, "S22": -63.494240172600961, "W31": -80.330417890905693, "S31": -80.330417890905693, "W32": -95.176405985448213, "S32": -100.17640598544821 }, "geometry": { "type": "Point", "coordinates": [ 104955.4, 501287.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91449959458616548, "S11": -0.91449959458616548, "W12": -6.3096204321970673, "S12": -13.762208667490487, "W13": -25.0, "S13": -25.0, "W21": -37.373175625592836, "S21": -37.547079607513254, "W22": -38.2544968100175, "S22": -43.2544968100175, "W31": -72.328874308454814, "S31": -76.783451656977178, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104956.0, 505731.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8211036889052592, "S11": 0.59153024019052025, "W12": 0.010115849334497053, "S12": 0.010115849334497053, "W13": -14.880950050942435, "S13": -16.926834362050652, "W21": -41.93052571902161, "S21": -44.623916756609532, "W22": -38.282303032206976, "S22": -48.209304079663092, "W31": -66.695706414533859, "S31": -66.695706414533859, "W32": -88.927813981035754, "S32": -93.927813981035754 }, "geometry": { "type": "Point", "coordinates": [ 104956.625, 498494.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65716617616313666, "S11": -0.65716617616313666, "W12": -11.152462367370088, "S12": -11.152462367370088, "W13": -17.124938385263093, "S13": -19.872310620907026, "W21": -44.564174932865676, "S21": -45.432138328175697, "W22": -35.647231133471443, "S22": -48.670444233908121, "W31": -65.698145095666334, "S31": -71.282852063658083, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104956.75, 500329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26666491292681638, "S11": -2.1191557325762309, "W12": -5.5162887721732234, "S12": -5.5162887721732234, "W13": -15.88852489520499, "S13": -18.56839502507512, "W21": -44.560232607623206, "S21": -44.560232607623206, "W22": -40.0, "S22": -44.801166342682592, "W31": -71.796801451950984, "S31": -71.997711397393019, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 498098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64218342702692843, "S11": -1.2011441677145047, "W12": -6.4603166738074806, "S12": -7.4115213813560823, "W13": -16.551846116880689, "S13": -17.888522927592803, "W21": -31.380490045362681, "S21": -31.618154151093997, "W22": -39.916661242847006, "S22": -59.281482089752544, "W31": -80.019063741191147, "S31": -80.019063741191147, "W32": -91.646090641982369, "S32": -96.646090641982369 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 505281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30404807542868983, "S11": -0.60061670287967028, "W12": -10.032596126674328, "S12": -10.032596126674328, "W13": -20.330746277355246, "S13": -20.330746277355246, "W21": -31.877735215016472, "S21": -31.877735215016472, "W22": -33.955606561174363, "S22": -38.955606561174363, "W31": -65.890953581843135, "S31": -65.890953581843135, "W32": -88.970214988930977, "S32": -93.970214988930977 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 507340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.72, "S11": -1.72, "W12": -10.33, "S12": -10.33, "W13": -28.66, "S13": -34.8300001, "W21": -34.84, "S21": -34.84, "W22": -40.031268846149359, "S22": -56.984702409741857, "W31": -79.716164091113669, "S31": -79.716164091113669, "W32": -91.141844561741195, "S32": -96.141844561741195 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5028977030813522, "S12": -5.5028977030813522, "W13": -19.396665084905898, "S13": -19.396665084905898, "W21": -38.560781385528159, "S21": -40.921425119900775, "W22": -56.754631677232297, "S22": -58.925562626677426, "W31": -80.523476163384274, "S31": -80.523476163384274, "W32": -95.447659678725131, "S32": -100.44765967872513 }, "geometry": { "type": "Point", "coordinates": [ 104957.272727272720658, 521140.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91415556046895108, "S11": -0.91415556046895108, "W12": -6.3631072474252983, "S12": -13.73814401213118, "W13": -25.0, "S13": -25.0, "W21": -37.332071822533266, "S21": -37.505423375752287, "W22": -38.694624399251765, "S22": -53.701161707269073, "W31": -80.905880738824052, "S31": -80.905880738824052, "W32": -92.662185704256487, "S32": -97.662185704256487 }, "geometry": { "type": "Point", "coordinates": [ 104957.5, 505728.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86365991162578082, "S11": 0.86365991162578082, "W12": -5.550568191469484, "S12": -8.5745856226772865, "W13": -28.564806029224385, "S13": -28.564806029224385, "W21": -36.916178843651934, "S21": -36.916178843651934, "W22": -38.020352515597239, "S22": -38.020352515597239, "W31": -66.398753152044662, "S31": -76.398753152044662, "W32": -89.829979998058405, "S32": -94.829979998058405 }, "geometry": { "type": "Point", "coordinates": [ 104957.5, 511160.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47992518509703685, "S11": 0.47992518509703685, "W12": -4.2975447442180919, "S12": -4.2975447442180919, "W13": -16.287527389179168, "S13": -19.582852873943711, "W21": -38.474502862415235, "S21": -39.581402512582514, "W22": -37.643220023342082, "S22": -37.643220023342082, "W31": -56.080874587087933, "S31": -56.080874587087933, "W32": -100.88024430247839, "S32": -105.88024430247839 }, "geometry": { "type": "Point", "coordinates": [ 104958.0, 499315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57994553462071596, "W12": -10.310127217597261, "S12": -10.310127217597261, "W13": -15.003527032395537, "S13": -18.003527032395539, "W21": -43.55857225380803, "S21": -43.55857225380803, "W22": -38.614074861445182, "S22": -38.614074861445182, "W31": -66.870575312373077, "S31": -76.870575312373077, "W32": -93.428545377624118, "S32": -98.428545377624118 }, "geometry": { "type": "Point", "coordinates": [ 104958.0, 501445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1259453695743016, "S11": 2.1259453695743016, "W12": -10.834636500461233, "S12": -20.528490421076306, "W13": -27.652510621515518, "S13": -27.652510621515518, "W21": -36.17743792201059, "S21": -36.17743792201059, "W22": -40.862522399079133, "S22": -40.862522399079133, "W31": -50.0, "S31": -50.123911731681851, "W32": -99.575547163282863, "S32": -104.57554716328286 }, "geometry": { "type": "Point", "coordinates": [ 104958.0, 510365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79356860172271482, "S11": 0.38289008394604973, "W12": 0.037355444032293253, "S12": 0.037355444032293253, "W13": -14.936002915988199, "S13": -16.857260892287197, "W21": -41.446960769982958, "S21": -43.984133543150641, "W22": -48.812942977679867, "S22": -53.333076559813627, "W31": -77.022321146178157, "S31": -78.380556926428952, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104959.0, 498574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.025326127851695, "S11": -1.025326127851695, "W12": -11.673537856399147, "S12": -11.673537856399147, "W13": -15.618863636363638, "S13": -18.618863636363638, "W21": -48.945815959956299, "S21": -49.001443729990591, "W22": -50.0, "S22": -50.0, "W31": -74.359540398486672, "S31": -74.47221610027114, "W32": -88.887382457188565, "S32": -93.887382457188565 }, "geometry": { "type": "Point", "coordinates": [ 104959.0, 500948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.154515361256259, "W13": -22.694214876033058, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -46.791120080726543, "S22": -61.791120080726543, "W31": -82.016284824501341, "S31": -82.016284824501341, "W32": -93.735124535829286, "S32": -98.735124535829286 }, "geometry": { "type": "Point", "coordinates": [ 104959.0, 512217.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14162617001421657, "S11": -0.36939557153033087, "W12": -10.0, "S12": -10.0, "W13": -19.638756862577271, "S13": -21.112810043522131, "W21": -37.984842628240145, "S21": -39.543907201031999, "W22": -39.865409238648674, "S22": -59.883982789911677, "W31": -81.493091038477473, "S31": -81.493091038477473, "W32": -93.250668584398952, "S32": -98.250668584398952 }, "geometry": { "type": "Point", "coordinates": [ 104959.142857142855064, 514075.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67270922430463431, "S11": 0.67270922430463431, "W12": -10.0, "S12": -10.0, "W13": -14.980999846828247, "S13": -19.129925745935275, "W21": -41.357803979180559, "S21": -50.851608569877101, "W22": -37.952448090233275, "S22": -37.952448090233275, "W31": -80.285720763037773, "S31": -80.285720763037773, "W32": -91.934527678826811, "S32": -96.934527678826811 }, "geometry": { "type": "Point", "coordinates": [ 104959.444444444437977, 501792.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33614869390486823, "S11": -0.33614869390486823, "W12": -11.543706273288683, "S12": -15.200405206851467, "W13": -18.498191459831961, "S13": -18.498191459831961, "W21": -32.926171710298604, "S21": -32.926171710298604, "W22": -61.513633834168061, "S22": -65.111006066154005, "W31": -80.199213239706651, "S31": -80.199213239706651, "W32": -94.846596199851291, "S32": -99.846596199851291 }, "geometry": { "type": "Point", "coordinates": [ 104959.666666666671517, 507829.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98876606126936362, "S11": -0.98876606126936362, "W12": -11.754525321741037, "S12": -11.754525321741037, "W13": -15.571130574007798, "S13": -18.5711305740078, "W21": -48.636760327134716, "S21": -48.636760327134716, "W22": -37.950316892460293, "S22": -37.950316892460293, "W31": -72.612110456211497, "S31": -77.410405500280277, "W32": -89.886470691511121, "S32": -94.886470691511121 }, "geometry": { "type": "Point", "coordinates": [ 104959.833333333328483, 500995.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4716241443684686, "S12": -8.6788212887155858, "W13": -19.357990918829731, "S13": -21.515423894021136, "W21": -29.876629197320387, "S21": -30.071743025932133, "W22": -39.232919870171202, "S22": -39.232919870171202, "W31": -80.87441933404088, "S31": -80.87441933404088, "W32": -94.89520462303345, "S32": -99.89520462303345 }, "geometry": { "type": "Point", "coordinates": [ 104959.888888888890506, 503640.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59121978452120461, "S11": 0.59121978452120461, "W12": -5.7412805641868259, "S12": -9.134330575926672, "W13": -15.0, "S13": -20.151013261255912, "W21": -36.170937627267314, "S21": -44.181489549675931, "W22": -65.994639666468132, "S22": -69.69426696167011, "W31": -79.301403266767863, "S31": -79.301403266767863, "W32": -93.371271230986565, "S32": -98.371271230986565 }, "geometry": { "type": "Point", "coordinates": [ 104960.0, 502625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -10.0, "W13": -15.767964244987894, "S13": -20.125115523489171, "W21": -30.0, "S21": -32.220184054782635, "W22": -33.762341197622391, "S22": -38.519375543252998, "W31": -65.91907164890425, "S31": -65.91907164890425, "W32": -88.993747462092074, "S32": -93.993747462092074 }, "geometry": { "type": "Point", "coordinates": [ 104960.0, 503002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46719801602441824, "S11": 0.46719801602441824, "W12": -10.0, "S12": -12.29292794594835, "W13": -21.11620347685184, "S13": -21.11620347685184, "W21": -33.360182256374273, "S21": -33.493542102669906, "W22": -50.0, "S22": -53.187765429901077, "W31": -77.010638508162913, "S31": -80.35470910040101, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104960.0, 509031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97627467073123564, "S11": -0.97627467073123564, "W12": -11.841371237801466, "S12": -11.841371237801466, "W13": -15.536788894566552, "S13": -18.536788894566552, "W21": -48.327704694313219, "S21": -48.327704694313219, "W22": -63.38257048861805, "S22": -65.772266100033704, "W31": -80.352579389983674, "S31": -80.352579389983674, "W32": -91.37017982141532, "S32": -96.37017982141532 }, "geometry": { "type": "Point", "coordinates": [ 104960.666666666671517, 501042.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30470814554793679, "S11": 0.30470814554793679, "W12": -5.0000000000000009, "S12": -9.8284255889914185, "W13": -16.142599022416988, "S13": -19.427322637213063, "W21": -37.297730739789465, "S21": -38.038589345539762, "W22": -38.3308291351874, "S22": -38.3308291351874, "W31": -66.919566073328895, "S31": -76.582386072990644, "W32": -93.799422294192297, "S32": -98.799422294192297 }, "geometry": { "type": "Point", "coordinates": [ 104961.0, 499706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.034316293690594267, "S11": -0.44524124969713341, "W12": -10.0, "S12": -10.0, "W13": -19.84984434543011, "S13": -25.860197503143212, "W21": -36.54938088752278, "S21": -36.54938088752278, "W22": -45.169165928685231, "S22": -45.169165928685231, "W31": -72.317387607179398, "S31": -72.317387607179398, "W32": -99.442552585149642, "S32": -104.44255258514964 }, "geometry": { "type": "Point", "coordinates": [ 104961.0, 513736.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11544062493683453, "S11": -0.4262341361261241, "W12": -10.0, "S12": -10.0, "W13": -19.684940567472459, "S13": -20.58619238769003, "W21": -37.637129691057076, "S21": -38.797379278137349, "W22": -47.513723730817894, "S22": -47.513723730817894, "W31": -74.709561890254946, "S31": -78.60435258379114, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104961.0, 513993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99701723531480824, "S11": -0.99701723531480824, "W12": -11.928217153861873, "S12": -11.928217153861873, "W13": -15.502447215125191, "S13": -18.502447215125191, "W21": -47.641432932646445, "S21": -47.641432932646445, "W22": -40.0, "S22": -43.420201029404041, "W31": -82.355623824776842, "S31": -82.355623824776842, "W32": -94.798890584704992, "S32": -99.798890584704992 }, "geometry": { "type": "Point", "coordinates": [ 104961.5, 501089.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.036887077212226, "W13": -22.349981310561024, "S13": -33.953369546029975, "W21": -33.953369546029975, "S21": -33.953369546029975, "W22": -39.251846744804489, "S22": -64.251846744804482, "W31": -81.346700334515774, "S31": -81.346700334515774, "W32": -93.068109460562894, "S32": -98.068109460562894 }, "geometry": { "type": "Point", "coordinates": [ 104961.666666666671517, 512252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89266397336117276, "S11": 0.89266397336117276, "W12": -10.283588555309377, "S12": -10.283588555309377, "W13": -15.107397314905461, "S13": -19.597823503910938, "W21": -40.075024371596399, "S21": -48.872985577882766, "W22": -40.0, "S22": -55.0, "W31": -70.102559014925177, "S31": -70.102559014925177, "W32": -89.380150290953466, "S32": -94.380150290953466 }, "geometry": { "type": "Point", "coordinates": [ 104961.857142857144936, 501898.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.31795477094666202, "W12": -4.794131024410599, "S12": -4.794131024410599, "W13": -15.613133794024977, "S13": -18.613133794024975, "W21": -40.13515064322138, "S21": -40.13515064322138, "W22": -39.904461996676957, "S22": -40.196506762713568, "W31": -73.302683260718013, "S31": -76.208396152683136, "W32": -89.277931393799648, "S32": -94.277931393799648 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 497248.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6702809289644083, "W12": -4.6732007262202631, "S12": -6.9521737376614707, "W13": -16.739822973002855, "S13": -18.967734858876675, "W21": -46.274816440956542, "S21": -49.085061059976788, "W22": -44.437409064060255, "S22": -44.437409064060255, "W31": -74.405458502877124, "S31": -77.916051025158794, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.083266022827041264, "S11": -0.083266022827041264, "W12": -12.226457613737292, "S12": -13.03065152985897, "W13": -17.175744147241662, "S13": -17.175744147241662, "W21": -30.552372173796797, "S21": -30.552372173796797, "W22": -39.213375071492997, "S22": -44.223575299438586, "W31": -71.990141964596162, "S31": -74.123450425441376, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 508078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.040294640058510051, "S11": -0.040294640058510051, "W12": -12.199701470443106, "S12": -13.120053063411246, "W13": -16.912931369979265, "S13": -16.912931369979265, "W21": -30.18353760374799, "S21": -30.18353760374799, "W22": -45.690035108687532, "S22": -45.690035108687532, "W31": -74.148512915299307, "S31": -76.592591862667732, "W32": -88.797769037755515, "S32": -93.797769037755515 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 508110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0058705970522106, "W12": -10.948458962908267, "S12": -15.015720450698458, "W13": -19.880597048110786, "S13": -22.395609582096487, "W21": -30.0, "S21": -30.0, "W22": -46.47630016083135, "S22": -51.47630016083135, "W31": -73.727173025704843, "S31": -75.712710767241006, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 512615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35418351127577369, "S11": 0.35418351127577369, "W12": -12.134785411752258, "S12": -15.275662661705859, "W13": -19.752637679484323, "S13": -19.752637679484323, "W21": -33.145636442537061, "S21": -33.145636442537061, "W22": -38.48025498615867, "S22": -39.206687529394145, "W31": -77.008261647893789, "S31": -77.008261647893789, "W32": -94.400837919672981, "S32": -99.400837919672981 }, "geometry": { "type": "Point", "coordinates": [ 104962.0, 512812.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0177597998983809, "S11": -1.0177597998983809, "W12": -12.015063069922279, "S12": -12.015063069922279, "W13": -15.427295255364097, "S13": -18.427295255364097, "W21": -47.063855498314432, "S21": -47.063855498314432, "W22": -42.798328432131242, "S22": -48.33771178518441, "W31": -82.483586336338121, "S31": -82.483586336338121, "W32": -94.581152372066697, "S32": -99.581152372066697 }, "geometry": { "type": "Point", "coordinates": [ 104962.333333333328483, 501136.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10782681836293986, "S11": 0.10782681836293986, "W12": -7.9215813733596461, "S12": -9.8296979821030543, "W13": -16.258889040258595, "S13": -19.398065013603464, "W21": -38.258280818218438, "S21": -39.03948247099904, "W22": -40.0, "S22": -55.0, "W31": -72.265247637255229, "S31": -72.265247637255229, "W32": -89.66508456699917, "S32": -94.66508456699917 }, "geometry": { "type": "Point", "coordinates": [ 104962.4, 499825.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.129899940700723, "S12": -15.284630394965683, "W13": -18.876761262035501, "S13": -18.876761262035501, "W21": -32.727005153181175, "S21": -32.727005153181175, "W22": -65.559711251765449, "S22": -69.402015790882416, "W31": -79.402096205834951, "S31": -79.402096205834951, "W32": -93.577184780596184, "S32": -98.577184780596184 }, "geometry": { "type": "Point", "coordinates": [ 104963.0, 507736.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7291811483386628, "S12": -10.692448557123129, "W13": -25.0, "S13": -26.504420837143943, "W21": -35.250159943611067, "S21": -35.250159943611067, "W22": -40.27311944423694, "S22": -40.27311944423694, "W31": -73.360972466591079, "S31": -75.905910307505209, "W32": -89.223356321473787, "S32": -94.223356321473787 }, "geometry": { "type": "Point", "coordinates": [ 104963.0, 511852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0371892641776266, "S11": -1.0371892641776266, "W12": -11.937557289544436, "S12": -11.937557289544436, "W13": -15.34589604110009, "S13": -18.34589604110009, "W21": -46.553130342698374, "S21": -46.553130342698374, "W22": -40.599770824539306, "S22": -40.599770824539306, "W31": -50.0, "S31": -50.113142014689799, "W32": -99.354810299035321, "S32": -104.35481029903532 }, "geometry": { "type": "Point", "coordinates": [ 104963.166666666671517, 501183.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4348491473546128, "S11": -2.626423686718097, "W12": -10.022299511107299, "S12": -10.022299511107299, "W13": -19.148215880241619, "S13": -21.706454068979408, "W21": -37.914236976525991, "S21": -38.552207610600306, "W22": -37.580744199560598, "S22": -37.580744199560598, "W31": -66.361489972714054, "S31": -75.483023426005815, "W32": -89.722277000307926, "S32": -94.722277000307926 }, "geometry": { "type": "Point", "coordinates": [ 104963.5, 515484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62721744877725527, "S11": 0.62721744877725527, "W12": -6.3971092745935181, "S12": -9.90388446960546, "W13": -14.992250458475301, "S13": -20.430254414582482, "W21": -37.195619773065395, "S21": -46.158346844748671, "W22": -40.0, "S22": -55.0, "W31": -70.689587080973439, "S31": -70.689587080973439, "W32": -89.461270033118993, "S32": -94.461270033118993 }, "geometry": { "type": "Point", "coordinates": [ 104963.6, 502544.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94187836797536573, "S11": -0.94187836797536562, "W12": -11.607399972833059, "S12": -11.607399972833059, "W13": -15.264496826835902, "S13": -18.264496826835902, "W21": -45.93326571231723, "S21": -45.93326571231723, "W22": -37.602815603145679, "S22": -37.602815603145679, "W31": -56.54704388665423, "S31": -56.560041738488877, "W32": -100.94005885022369, "S32": -105.94005885022369 }, "geometry": { "type": "Point", "coordinates": [ 104964.0, 501231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4182830657620744, "S11": 1.4182830657620744, "W12": -9.5645016187021099, "S12": -12.763131949516836, "W13": -14.982110964590101, "S13": -20.616530021469053, "W21": -40.384962990365686, "S21": -48.565292823789669, "W22": -50.001591745461596, "S22": -53.229929074198758, "W31": -76.79193694338511, "S31": -79.864039371653732, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104964.0, 502152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16686854204773427, "S11": 0.16686854204773427, "W12": -11.186552587773701, "S12": -13.99014133882806, "W13": -17.464076912958735, "S13": -17.464076912958735, "W21": -30.0, "S21": -30.0, "W22": -45.599998, "S22": -45.599998, "W31": -77.0, "S31": -77.0, "W32": -95.300003, "S32": -100.300003 }, "geometry": { "type": "Point", "coordinates": [ 104964.0, 508261.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081153777444651062, "S11": -0.49989217283212301, "W12": -10.0, "S12": -10.0, "W13": -19.743257002250484, "S13": -19.896643524686578, "W21": -37.18287958126632, "S21": -37.813490702572977, "W22": -64.617486338797818, "S22": -67.924693743785625, "W31": -79.327328955363626, "S31": -79.327328955363626, "W32": -93.019481586123064, "S32": -98.019481586123064 }, "geometry": { "type": "Point", "coordinates": [ 104964.0, 513885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39818050902041935, "S11": -0.39818050902041935, "W12": -11.153038064286271, "S12": -11.153038064286271, "W13": -20.23409772912148, "S13": -27.407408138930329, "W21": -38.387943324743404, "S21": -40.038561450269832, "W22": -59.099687064057612, "S22": -59.099687064057612, "W31": -82.170391586064426, "S31": -82.170391586064426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104964.0, 514889.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -39.034651161321442, "S22": -39.034651161321442, "W31": -79.924009562841533, "S31": -79.924009562841533, "W32": -94.66838712656137, "S32": -99.66838712656137 }, "geometry": { "type": "Point", "coordinates": [ 104964.03225806451519, 528948.161290322546847 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.71961006850147946, "W12": -4.9186139509006193, "S12": -5.9750836592027881, "W13": -15.420446021010578, "S13": -18.420446021010576, "W21": -39.557307771593479, "S21": -39.557307771593479, "W22": -42.893298059964728, "S22": -62.147879535942934, "W31": -81.657839419141752, "S31": -81.657839419141752, "W32": -93.312061211192812, "S32": -98.312061211192812 }, "geometry": { "type": "Point", "coordinates": [ 104965.0, 497204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41605656717351858, "S11": -0.41605656717351858, "W12": -10.053776646615834, "S12": -10.053776646615834, "W13": -17.153309449042212, "S13": -20.036130486024184, "W21": -40.172426396681225, "S21": -41.074885246508494, "W22": -40.0, "S22": -55.0, "W31": -71.519043434082988, "S31": -71.519043434082988, "W32": -89.570597771229345, "S32": -94.570597771229345 }, "geometry": { "type": "Point", "coordinates": [ 104965.0, 500095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.094762949956101766, "S11": -0.094762949956101766, "W12": -12.223381155630117, "S12": -13.058759448064267, "W13": -17.211695579023953, "S13": -17.211695579023953, "W21": -30.583837696376186, "S21": -30.583837696376186, "W22": -37.75, "S22": -37.75, "W31": -50.11344894797341, "S31": -50.11344894797341, "W32": -96.677814160554249, "S32": -101.67781416055425 }, "geometry": { "type": "Point", "coordinates": [ 104965.0, 508075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0337038339781919, "S11": -1.0337038339781919, "W12": -12.073442053021843, "S12": -12.073442053021843, "W13": -15.415829555757027, "S13": -18.415829555757028, "W21": -46.829501915708811, "S21": -46.829501915708811, "W22": -41.031027216816369, "S22": -41.031027216816369, "W31": -50.0, "S31": -50.06593521098155, "W32": -99.799633946633264, "S32": -104.79963394663326 }, "geometry": { "type": "Point", "coordinates": [ 104966.0, 501153.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4572373722329666, "S11": -1.9232971965911401, "W12": -9.0899971077867523, "S12": -9.0899971077867523, "W13": -16.487901722760505, "S13": -25.663967796896095, "W21": -39.34124064282981, "S21": -39.865455228088372, "W22": -36.571018948114045, "S22": -38.766687928019287, "W31": -57.602329743845544, "S31": -57.629752745389347, "W32": -95.876759511266712, "S32": -100.87675951126671 }, "geometry": { "type": "Point", "coordinates": [ 104966.492424242431298, 516110.462121212098282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63766822188931838, "S11": -0.97467389188131326, "W12": -6.4610811902204608, "S12": -7.6155153120795287, "W13": -16.657166884694508, "S13": -18.082762340162191, "W21": -31.367994417070999, "S21": -31.58562611913057, "W22": -38.443817002509434, "S22": -43.464792621194817, "W31": -72.20757883198273, "S31": -76.217735321522809, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104966.666666666671517, 505280.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46991647179187379, "S11": 0.46991647179187379, "W12": -10.0, "S12": -12.98957638796284, "W13": -21.073818500231866, "S13": -21.073818500231866, "W21": -33.469713643105692, "S21": -33.604373900216864, "W22": -63.564725883729658, "S22": -66.007222329528872, "W31": -79.930045065220042, "S31": -79.930045065220042, "W32": -91.4750121440633, "S32": -96.4750121440633 }, "geometry": { "type": "Point", "coordinates": [ 104966.75, 509047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4011335207091453, "W12": -7.7123701861328007, "S12": -8.8918103675612397, "W13": -20.000000000000004, "S13": -21.645098882201207, "W21": -34.554492493592093, "S21": -34.718355309218751, "W22": -36.358059978297327, "S22": -42.126890298093372, "W31": -62.956008583690981, "S31": -64.504350913407507, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104967.0, 506648.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51883485784277794, "W12": -10.134868600979587, "S12": -10.134868600979587, "W13": -15.043188992018493, "S13": -18.043188992018493, "W21": -43.120002432276308, "S21": -43.120002432276308, "W22": -49.25291181078159, "S22": -49.75940028647404, "W31": -75.047021738648553, "S31": -75.860348334202314, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104968.0, 501470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89484267075978507, "S11": -1.7789218027131763, "W12": -5.0, "S12": -13.672128653033177, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.009712273886123, "W22": -45.265190925215727, "S22": -45.265190925215727, "W31": -72.347136446282093, "S31": -72.347136446282093, "W32": -99.389178210671346, "S32": -104.38917821067135 }, "geometry": { "type": "Point", "coordinates": [ 104968.0, 505958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43086593970493908, "S11": -0.55481545028878099, "W12": -8.0378944645628572, "S12": -11.565158339927999, "W13": -20.885369545859305, "S13": -23.129439440928891, "W21": -32.004568785041002, "S21": -32.034388824407394, "W22": -60.0, "S22": -62.311747627416523, "W31": -80.221908098292431, "S31": -80.221908098292431, "W32": -95.170640186702045, "S32": -100.17064018670204 }, "geometry": { "type": "Point", "coordinates": [ 104968.0, 506871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47805485733890879, "S11": -0.47805485733890879, "W12": -10.51411757340507, "S12": -10.51411757340507, "W13": -20.411310155699514, "S13": -29.368409799609971, "W21": -37.175506648407811, "S21": -37.175506648407811, "W22": -56.758699996229687, "S22": -56.758699996229687, "W31": -80.394168466522672, "S31": -80.394168466522672, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104968.0, 515143.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.362416311625076, "S11": -1.362416311625076, "W12": -4.672856283100626, "S12": -4.672856283100626, "W13": -20.0, "S13": -20.684831312598842, "W21": -30.0, "S21": -30.0, "W22": -38.364346039702959, "S22": -54.577413793487352, "W31": -80.480123852221624, "S31": -80.480123852221624, "W32": -92.048831222860713, "S32": -97.048831222860713 }, "geometry": { "type": "Point", "coordinates": [ 104969.0, 504387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4737454912711012, "S12": -9.7566312394736681, "W13": -27.87469583458196, "S13": -33.340758209538279, "W21": -34.910859668790003, "S21": -34.910859668790003, "W22": -40.027899115487806, "S22": -57.194904397893332, "W31": -79.853701163263381, "S31": -79.853701163263381, "W32": -91.246808289347101, "S32": -96.246808289347101 }, "geometry": { "type": "Point", "coordinates": [ 104969.0, 511991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5876006343878188, "S12": -5.5876006343878188, "W13": -19.056520890980376, "S13": -22.246757554329957, "W21": -29.737831071527165, "S21": -31.823555702212047, "W22": -38.84329668298993, "S22": -59.460620886880811, "W31": -81.255147305832338, "S31": -81.255147305832338, "W32": -92.896824505022821, "S32": -97.896824505022821 }, "geometry": { "type": "Point", "coordinates": [ 104969.8, 503512.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41172997470706568, "S11": 0.41172997470706568, "W12": -10.0, "S12": -14.902048534510179, "W13": -20.17128270000973, "S13": -20.17128270000973, "W21": -30.541988151620902, "S21": -32.22297000658854, "W22": -38.905362948434906, "S22": -38.905362948434906, "W31": -79.344546903460255, "S31": -79.344546903460255, "W32": -94.538353587843119, "S32": -99.538353587843119 }, "geometry": { "type": "Point", "coordinates": [ 104969.8, 508769.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.75218092515211499, "W12": -5.0, "S12": -7.6068490223314456, "W13": -15.262929544380512, "S13": -18.262929544380512, "W21": -38.617123030757689, "S21": -38.617123030757689, "W22": -36.52939401479918, "S22": -36.52939401479918, "W31": -63.848644065110236, "S31": -63.92509443958771, "W32": -100.85347257820843, "S32": -105.85347257820843 }, "geometry": { "type": "Point", "coordinates": [ 104970.0, 497171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90870095447147103, "S11": -1.2162740866700237, "W12": -7.2841219662564569, "S12": -13.005371966256458, "W13": -24.332616767637287, "S13": -24.489060312316823, "W21": -36.541789247838857, "S21": -36.800621384763218, "W22": -36.85797237471224, "S22": -38.916795961257755, "W31": -56.563921246442298, "S31": -56.563921246442298, "W32": -96.069307043241608, "S32": -101.06930704324161 }, "geometry": { "type": "Point", "coordinates": [ 104970.0, 505669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57956087957556135, "S11": -1.6729733131437234, "W12": -5.0, "S12": -12.541657701034332, "W13": -24.940063206073596, "S13": -24.940063206073596, "W21": -40.0, "S21": -40.0, "W22": -48.787108076425461, "S22": -53.21312697341024, "W31": -76.98653788193019, "S31": -78.422337389283769, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104970.0, 506039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67384899914061214, "S11": 0.67384899914061214, "W12": -4.0479153868621101, "S12": -4.0479153868621101, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -43.971334624713101, "S21": -45.811931031208879, "W22": -48.770440431722996, "S22": -53.17939132325786, "W31": -76.986550672651674, "S31": -78.414984554528857, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104970.0, 523434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -62.838349046536102, "S22": -64.969783754764919, "W31": -80.560487568779294, "S31": -80.560487568779294, "W32": -91.21181577580451, "S32": -96.21181577580451 }, "geometry": { "type": "Point", "coordinates": [ 104970.9885057471256, 530026.87739463604521 ] } }, +{ "type": "Feature", "properties": { "W11": 1.097163968563176, "S11": 1.097163968563176, "W12": -10.033615420780441, "S12": -10.033615420780441, "W13": -15.207121238727803, "S13": -19.993409070722862, "W21": -40.633324274561872, "S21": -49.175445186355731, "W22": -60.802613264341957, "S22": -62.256606818732102, "W31": -81.560439560439548, "S31": -81.560439560439548, "W32": -90.302544000420937, "S32": -95.302544000420937 }, "geometry": { "type": "Point", "coordinates": [ 104971.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.170786332502708, "S12": -11.058646804513117, "W13": -20.0, "S13": -20.0, "W21": -32.210072703939048, "S21": -32.210072703939048, "W22": -39.350250518495301, "S22": -39.350250518495301, "W31": -81.713048804618154, "S31": -81.713048804618154, "W32": -94.881139030462506, "S32": -99.881139030462506 }, "geometry": { "type": "Point", "coordinates": [ 104971.0, 507493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73376989555874395, "S11": -1.769519493877864, "W12": -5.0, "S12": -13.045044821175475, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -35.929475314170524, "S22": -42.32209744385289, "W31": -65.856631440891235, "S31": -65.856631440891235, "W32": -88.92164256912767, "S32": -93.92164256912767 }, "geometry": { "type": "Point", "coordinates": [ 104971.5, 505999.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.8371565656649653, "S12": -3.8371565656649653, "W13": -16.092417068516131, "S13": -18.163208888128086, "W21": -45.082891111824303, "S21": -46.704688944476636, "W22": -40.631275772919842, "S22": -40.631275772919842, "W31": -75.239998, "S31": -75.239998, "W32": -93.28846887954181, "S32": -98.28846887954181 }, "geometry": { "type": "Point", "coordinates": [ 104972.0, 497585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -15.05105962656647, "S13": -18.160115920247236, "W21": -42.490508101189164, "S21": -42.685181531753727, "W22": -41.133595682892739, "S22": -41.133595682892739, "W31": -72.782246419203602, "S31": -75.194792066334202, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104972.833333333328483, 501502.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54126935924688735, "S11": 0.54126935924688735, "W12": -5.5088647160901232, "S12": -8.021048572127377, "W13": -18.069649773297431, "S13": -21.696493973531066, "W21": -29.829907380776337, "S21": -29.829907380776337, "W22": -61.660579687621421, "S22": -65.73676316741053, "W31": -80.0, "S31": -80.0, "W32": -94.653677482385106, "S32": -99.653677482385106 }, "geometry": { "type": "Point", "coordinates": [ 104973.0, 503324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88797891154192665, "S11": -1.8080596467476298, "W12": -5.0, "S12": -13.54995183487646, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -62.398010723443939, "S22": -66.88629023395174, "W31": -80.0, "S31": -80.0, "W32": -94.488116084882932, "S32": -99.488116084882932 }, "geometry": { "type": "Point", "coordinates": [ 104973.0, 505960.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1412574472126717, "S12": -4.1412574472126717, "W13": -15.842438503348289, "S13": -18.96571161705711, "W21": -41.629288414700149, "S21": -41.629288414700149, "W22": -53.690100938551446, "S22": -53.690100938551446, "W31": -78.22347672412279, "S31": -78.22347672412279, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 497441.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.061339847343428, "S12": -10.061339847343428, "W13": -15.065339304416916, "S13": -18.121087866361119, "W21": -42.756558179032297, "S21": -42.756558179032297, "W22": -39.635726332801632, "S22": -44.659866310276833, "W31": -71.813831754883253, "S31": -72.877776660706573, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 501488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54889158821743089, "S11": 0.54889158821743089, "W12": -5.5180690287892578, "S12": -7.7774791133456898, "W13": -18.156736903540331, "S13": -21.749900382967493, "W21": -29.803209401962178, "S21": -29.984441922937009, "W22": -47.491885953962147, "S22": -47.491885953962147, "W31": -74.234153429687851, "S31": -74.234153429687851, "W32": -88.827602930862014, "S32": -93.827602930862014 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 503339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91702114389072542, "S11": -1.6876415452763935, "W12": -5.0067553157319971, "S12": -14.069742623075605, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -40.0, "S21": -40.000388490955444, "W22": -35.91399509098806, "S22": -42.328558331279552, "W31": -65.860154561500508, "S31": -65.860154561500508, "W32": -88.923653313313807, "S32": -93.923653313313807 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9035630781144031, "S12": -5.9035630781144031, "W13": -20.0, "S13": -19.999999999999993, "W21": -40.374757233050026, "S21": -42.57991370832778, "W22": -36.440339649371353, "S22": -38.750137832585644, "W31": -58.345118981250543, "S31": -58.622617256791692, "W32": -95.767721777991412, "S32": -100.76772177799141 }, "geometry": { "type": "Point", "coordinates": [ 104974.0, 520569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -37.557215622564939, "S22": -37.557215622564939, "W31": -67.059698333017835, "S31": -74.387927832650789, "W32": -94.827714317669958, "S32": -99.827714317669958 }, "geometry": { "type": "Point", "coordinates": [ 104974.096774193545571, 528996.483870967756957 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91674452691324149, "S11": -1.6517999250065163, "W12": -5.0087846084666277, "S12": -14.311923066082223, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -39.896913988168691, "S21": -39.896913988168691, "W22": -39.932129421257983, "S22": -58.671543102039742, "W31": -80.031066837496695, "S31": -80.031066837496695, "W32": -91.478925609090197, "S32": -96.478925609090197 }, "geometry": { "type": "Point", "coordinates": [ 104974.5, 505921.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046822787970435584, "S11": -0.52735044628009808, "W12": -10.0, "S12": -10.0, "W13": -19.772582391811298, "S13": -23.576236673033964, "W21": -36.742047700378286, "S21": -36.742047700378286, "W22": -36.790432087834247, "S22": -38.817836408997636, "W31": -57.001848537308184, "S31": -57.001848537308184, "W32": -96.00867819862421, "S32": -101.00867819862421 }, "geometry": { "type": "Point", "coordinates": [ 104974.666666666671517, 513778.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0376843709696328, "S11": -1.0376843709696328, "W12": -12.066330766496199, "S12": -12.066330766496199, "W13": -15.545271985494107, "S13": -18.545271985494107, "W21": -47.210456019843541, "S21": -47.210456019843541, "W22": -61.941487295049996, "S22": -66.373626978705332, "W31": -79.982986663407431, "S31": -79.982986663407431, "W32": -94.564103794260816, "S32": -99.564103794260816 }, "geometry": { "type": "Point", "coordinates": [ 104974.75, 501105.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.1951656037852289, "W12": -3.542486044362922, "S12": -3.542486044362922, "W13": -18.405208709250573, "S13": -20.165167384473587, "W21": -30.0, "S21": -30.0, "W22": -37.963887599333674, "S22": -38.927465515754008, "W31": -72.749077797789866, "S31": -77.628574980277946, "W32": -89.740930312157118, "S32": -94.740930312157118 }, "geometry": { "type": "Point", "coordinates": [ 104975.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0504821016166932, "S11": -1.0504821016166932, "W12": -11.982615270839531, "S12": -11.982615270839531, "W13": -15.387920217588466, "S13": -18.387920217588466, "W21": -46.190212814820676, "S21": -46.190212814820676, "W22": -38.644966893272247, "S22": -38.644966893272247, "W31": -78.09490993774061, "S31": -78.09490993774061, "W32": -94.35343748650223, "S32": -99.35343748650223 }, "geometry": { "type": "Point", "coordinates": [ 104975.6, 501194.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25351975815156735, "S11": 0.25351975815156735, "W12": -10.286200729982745, "S12": -15.879727514131815, "W13": -18.110577332232534, "S13": -18.110577332232534, "W21": -30.0, "S21": -30.0, "W22": -40.341999672665992, "S22": -40.341999672665992, "W31": -50.0, "S31": -50.078674489926939, "W32": -99.157111992277962, "S32": -104.15711199227796 }, "geometry": { "type": "Point", "coordinates": [ 104975.6, 508380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5702559661277905, "S11": -0.67072374295005688, "W12": -10.623368715338701, "S12": -10.623368715338701, "W13": -15.109502690599156, "S13": -18.109502690599157, "W21": -43.372503116354018, "S21": -43.372503116354018, "W22": -40.050282531823441, "S22": -55.014110670790444, "W31": -78.983919305418254, "S31": -78.983919305418254, "W32": -90.607027397141692, "S32": -95.607027397141692 }, "geometry": { "type": "Point", "coordinates": [ 104976.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91549554044782633, "S11": -1.4655256014286731, "W12": -5.1004297026525043, "S12": -15.636759598391397, "W13": -25.0, "S13": -25.0, "W21": -39.374915405377429, "S21": -39.374915405377429, "W22": -52.150976284986427, "S22": -52.150976284986427, "W31": -82.283950617283949, "S31": -82.283950617283949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104976.0, 505882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -15.893086750745493, "W13": -22.130164754593288, "S13": -34.171510481464416, "W21": -34.171510481464416, "S21": -34.171510481464416, "W22": -40.049713041865111, "S22": -55.049713041865111, "W31": -79.026267468611792, "S31": -79.026267468611792, "W32": -90.623833172989407, "S32": -95.623833172989407 }, "geometry": { "type": "Point", "coordinates": [ 104976.0, 512271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56859846777827849, "S11": -2.5685984677782785, "W12": -5.621182241601427, "S12": -5.621182241601427, "W13": -16.114509150393619, "S13": -18.810324446208917, "W21": -45.007240613935416, "S21": -45.676078833262231, "W22": -39.139048681857282, "S22": -51.106341668959075, "W31": -67.274372860429537, "S31": -67.274372860429537, "W32": -89.027184017985363, "S32": -94.027184017985363 }, "geometry": { "type": "Point", "coordinates": [ 104977.0, 498046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90867013086989989, "S11": -0.90867013086989989, "W12": -11.532643252443293, "S12": -11.532643252443293, "W13": -15.267198549410697, "S13": -18.267198549410697, "W21": -45.262190920921689, "S21": -45.262190920921689, "W22": -35.224780897119537, "S22": -37.755285710657525, "W31": -66.108870012407039, "S31": -69.799881931648159, "W32": -89.232273669458138, "S32": -94.232273669458138 }, "geometry": { "type": "Point", "coordinates": [ 104977.0, 501265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94003841499088026, "S11": 0.94003841499088026, "W12": -7.5923321289970787, "S12": -10.756658673633801, "W13": -30.483166155793452, "S13": -30.483166155793452, "W21": -37.09227266496876, "S21": -37.09227266496876, "W22": -38.906446533926371, "S22": -38.906446533926371, "W31": -50.0, "S31": -50.008679008693576, "W32": -100.39443142585293, "S32": -105.39443142585293 }, "geometry": { "type": "Point", "coordinates": [ 104977.125, 511023.125 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6080711611221936, "S12": -4.6080711611221936, "W13": -17.248759705230121, "S13": -17.248759705230121, "W21": -44.675645365329238, "S21": -47.061372405868177, "W22": -41.80868992152233, "S22": -41.80868992152233, "W31": -75.779999, "S31": -75.779999, "W32": -95.139527794712635, "S32": -100.13952779471263 }, "geometry": { "type": "Point", "coordinates": [ 104977.25, 522072.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49635902753772637, "S11": 0.49635902753772643, "W12": -3.8232606892754988, "S12": -3.823260689275501, "W13": -17.174648007827944, "S13": -20.098722775455862, "W21": -46.895829911863473, "S21": -51.791737035043226, "W22": -36.472400354224341, "S22": -40.270147868479334, "W31": -72.985187649509356, "S31": -72.985187649509356, "W32": -94.237983141210492, "S32": -99.237983141210492 }, "geometry": { "type": "Point", "coordinates": [ 104977.333333333328483, 497728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.792657014116671, "W13": -23.130114816768522, "S13": -33.700010981894032, "W21": -33.700010981894032, "S21": -33.700010981894032, "W22": -39.733638302477893, "S22": -44.766157640761286, "W31": -71.774926487338732, "S31": -72.664037182831649, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104977.555555555562023, 512209.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.286257438923835, "S12": -4.286257438923835, "W13": -15.877555721097963, "S13": -18.877555721097963, "W21": -40.602460597859363, "S21": -40.602460597859363, "W22": -29.540654682850533, "S22": -39.721488383484683, "W31": -70.0, "S31": -70.0, "W32": -92.898339346215266, "S32": -97.898339346215266 }, "geometry": { "type": "Point", "coordinates": [ 104977.714285714289872, 497388.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53307414684502374, "S11": -0.53307414684502374, "W12": -5.4073943607623516, "S12": -5.4073943607623516, "W13": -19.14549797900543, "S13": -19.14549797900543, "W21": -39.039680442826423, "S21": -41.388020221008098, "W22": -31.26338586836469, "S22": -31.26338586836469, "W31": -70.0, "S31": -70.0, "W32": -91.276609607606019, "S32": -96.276609607606019 }, "geometry": { "type": "Point", "coordinates": [ 104978.1, 521261.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23300702991913669, "S11": 0.23300702991913669, "W12": -10.380394312854307, "S12": -15.732555362917291, "W13": -18.041050316067349, "S13": -18.041050316067349, "W21": -30.0, "S21": -30.0, "W22": -48.97390099830529, "S22": -49.912284265687994, "W31": -78.871930362576975, "S31": -78.888553572493137, "W32": -95.64087480628416, "S32": -100.64087480628416 }, "geometry": { "type": "Point", "coordinates": [ 104978.333333333328483, 508367.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7460668890828851, "S11": 0.7460668890828851, "W12": -10.0, "S12": -10.0, "W13": -15.12577879677038, "S13": -19.384717785171908, "W21": -40.909259489306649, "S21": -50.099184331882505, "W22": -52.229951877560467, "S22": -52.229951877560467, "W31": -82.242798353909464, "S31": -82.242798353909464, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104978.555555555562023, 501833.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61323714772980631, "S11": -0.61323714772980631, "W12": -6.2505995258251135, "S12": -7.3446705849413227, "W13": -16.522891745576992, "S13": -18.258886876435177, "W21": -31.049831338311972, "S21": -31.225610422264502, "W22": -50.924457170126459, "S22": -50.924457170126459, "W31": -76.099464363922834, "S31": -76.099464363922834, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104979.0, 505256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85044212352764514, "S11": -1.8504421235276454, "W12": -5.0, "S12": -13.301797141998149, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -34.147452999440439, "S22": -40.431505703880028, "W31": -70.0, "S31": -70.0, "W32": -93.76783803068156, "S32": -98.76783803068156 }, "geometry": { "type": "Point", "coordinates": [ 104979.0, 505971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.801214730318901, "S11": -0.94007167702790306, "W12": -4.8060446452543975, "S12": -9.0833914871097079, "W13": -19.976398647834475, "S13": -19.976398647834475, "W21": -30.0, "S21": -30.0, "W22": -38.230036252085874, "S22": -39.662599122198827, "W31": -75.990090775153291, "S31": -75.990090775153291, "W32": -94.289495216787671, "S32": -99.289495216787671 }, "geometry": { "type": "Point", "coordinates": [ 104980.0, 504139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83784936976434676, "S11": -1.0348480926251387, "W12": -4.9250660933923021, "S12": -5.371888332342726, "W13": -20.0, "S13": -21.577542982545381, "W21": -30.0, "S21": -30.0, "W22": -57.894393545224901, "S22": -57.894393545224901, "W31": -81.078505023945908, "S31": -81.078505023945908, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104980.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.16435350457118, "S12": -11.777586647721812, "W13": -28.333348053682602, "S13": -34.945741447828389, "W21": -35.134948182444766, "S21": -35.134948182444766, "W22": -38.8648584708464, "S22": -38.8648584708464, "W31": -79.302424863387984, "S31": -79.302424863387984, "W32": -94.428518005587733, "S32": -99.428518005587733 }, "geometry": { "type": "Point", "coordinates": [ 104980.0, 512021.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47609859735079246, "S11": -1.64666671830824, "W12": -5.0, "S12": -11.760831726620918, "W13": -23.940147965176131, "S13": -23.940147965176131, "W21": -40.0, "S21": -40.0, "W22": -39.479898996470951, "S22": -52.382741167652597, "W31": -67.595913590557473, "S31": -67.595913590557473, "W32": -89.072537250249724, "S32": -94.072537250249724 }, "geometry": { "type": "Point", "coordinates": [ 104980.666666666671517, 506083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90286037336416647, "S11": -0.90286037336416647, "W12": -11.530754985602599, "S12": -11.530754985602599, "W13": -15.271888788153555, "S13": -18.271888788153554, "W21": -45.082995228253068, "S21": -45.082995228253068, "W22": -35.269078802539603, "S22": -37.770023935767732, "W31": -66.118662492331239, "S31": -69.86844530499404, "W32": -89.236150651859703, "S32": -94.236150651859703 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 501273.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2623122043519395, "S11": 1.2623122043519395, "W12": -8.7666405017163118, "S12": -13.040100340551735, "W13": -15.0, "S13": -20.911807597226879, "W21": -39.160327453926911, "S21": -47.713315150623224, "W22": -38.714017731556353, "S22": -43.755418855098817, "W31": -72.061759427999249, "S31": -75.390449358517785, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 502254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55558730655810429, "S11": -0.69479548024903659, "W12": -4.7648797069245088, "S12": -4.7648797069245088, "W13": -18.828962687548117, "S13": -20.916345520019853, "W21": -30.0, "S21": -30.0, "W22": -36.2537646246424, "S22": -42.887490543240958, "W31": -63.163016131419269, "S31": -64.95225257274862, "W32": -95.096285276615802, "S32": -100.0962852766158 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 504686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6377332838956866, "W12": -5.0, "S12": -12.050813298251969, "W13": -24.456573068400594, "S13": -24.456573068400594, "W21": -40.0, "S21": -40.0, "W22": -50.926627626593188, "S22": -55.095190373908054, "W31": -79.688064683541313, "S31": -79.688064683541313, "W32": -95.598861796412294, "S32": -100.59886179641229 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 506061.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40521653848139161, "S11": 0.40521653848139161, "W12": -10.0, "S12": -15.498686836852611, "W13": -20.066336817426983, "S13": -20.066336817426983, "W21": -30.197875861978456, "S21": -31.714125302193409, "W22": -40.878182172379219, "S22": -40.878182172379219, "W31": -72.662127685086134, "S31": -74.993667488533234, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 508738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26028609248947232, "S11": -0.26028609248947232, "W12": -10.406833113446721, "S12": -10.406833113446721, "W13": -19.733099522482057, "S13": -23.917321448302836, "W21": -39.615826110536673, "S21": -39.615826110536673, "W22": -37.868238913099205, "S22": -57.868238913099205, "W31": -80.242180119576503, "S31": -80.242180119576503, "W32": -91.652799084739584, "S32": -96.652799084739584 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 514456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46074820890200019, "S11": -0.46074820890200019, "W12": -10.933382305972533, "S12": -10.933382305972533, "W13": -20.0, "S13": -30.31820911320774, "W21": -36.326282067162552, "S21": -36.326282067162552, "W22": -35.372383316130289, "S22": -50.026044291087786, "W31": -66.627127521022786, "S31": -68.931876827396096, "W32": -96.020945963598962, "S32": -101.02094596359896 }, "geometry": { "type": "Point", "coordinates": [ 104981.0, 515363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13428622950869845, "S11": 0.13428622950869845, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.827655532233766, "S13": -27.701312926506599, "W21": -34.379673641950085, "S21": -34.379673641950085, "W22": -30.943063380955337, "S22": -40.038101945179605, "W31": -70.0, "S31": -70.0, "W32": -93.315646729808975, "S32": -98.315646729808975 }, "geometry": { "type": "Point", "coordinates": [ 104981.111111111109494, 513243.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51142945483328384, "S11": 0.51142945483328384, "W12": -0.99553581468570784, "S12": -0.99553581468570784, "W13": -15.281251050596738, "S13": -18.196562784775779, "W21": -40.0, "S21": -41.890288932904589, "W22": -36.815035648353714, "S22": -36.815035648353714, "W31": -72.824163691142786, "S31": -72.830670935661317, "W32": -100.62177001668458, "S32": -105.62177001668458 }, "geometry": { "type": "Point", "coordinates": [ 104981.25, 498893.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015685914514073928, "S11": -0.98946593271753247, "W12": -10.249085336561105, "S12": -14.490473965227263, "W13": -20.754342620353253, "S13": -21.08342320262495, "W21": -31.109534262579089, "S21": -31.109534262579089, "W22": -40.301731957442797, "S22": -40.424633114200532, "W31": -73.355444073364509, "S31": -75.906004423744463, "W32": -89.19957931218957, "S32": -94.19957931218957 }, "geometry": { "type": "Point", "coordinates": [ 104981.75, 507101.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19810359964881466, "S11": -0.19810359964881466, "W12": -12.254443402743503, "S12": -12.641487390018368, "W13": -17.891768517911704, "S13": -17.891768517911704, "W21": -31.43065498253949, "S21": -31.43065498253949, "W22": -64.180327868852459, "S22": -66.994892434603258, "W31": -79.43255801432025, "S31": -79.43255801432025, "W32": -92.346348684971431, "S32": -97.346348684971431 }, "geometry": { "type": "Point", "coordinates": [ 104982.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -14.997073763138124, "S13": -18.849720843498389, "W21": -41.139580981598407, "S21": -51.139580981598407, "W22": -60.079729367079118, "S22": -61.392931846450487, "W31": -81.61172161172162, "S31": -81.61172161172162, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 501717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6439274436731903, "S12": -6.6490122884977527, "W13": -19.216716871526231, "S13": -22.337087810542382, "W21": -29.762869770150658, "S21": -32.762869770150658, "W22": -30.70648572334111, "S22": -30.77246487829181, "W31": -70.0, "S31": -70.0, "W32": -91.327372722143338, "S32": -96.327372722143338 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 503568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.98401442901615854, "W12": -4.3869155206286834, "S12": -4.3869155206286834, "W13": -17.654478976234003, "S13": -18.999165698870819, "W21": -30.0, "S21": -30.0, "W22": -39.355922090619728, "S22": -39.355922090619728, "W31": -82.000757609937395, "S31": -82.000757609937395, "W32": -94.779260954623822, "S32": -99.779260954623822 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0099272558786053268, "S11": -1.0099272558786054, "W12": -10.259751417644733, "S12": -14.553902361040958, "W13": -20.769492178397773, "S13": -21.213728206471458, "W21": -31.050156280209613, "S21": -31.050156280209613, "W22": -37.26809704142012, "S22": -39.008319080571191, "W31": -55.295032422757544, "S31": -55.295032422757544, "W32": -96.342733632566635, "S32": -101.34273363256663 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 507090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000009, "S12": -13.390392171398918, "W13": -25.000000000000004, "S13": -31.472889882615991, "W21": -35.899927751678732, "S21": -35.899927751678732, "W22": -50.0, "S22": -52.875543575006994, "W31": -76.887243576239527, "S31": -80.395893392342799, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 511574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4326012867225071, "S12": -7.4326012867225071, "W13": -17.834565614103951, "S13": -17.834565614103951, "W21": -47.500253114234603, "S21": -50.500253114234603, "W22": -53.690796667043479, "S22": -53.690796667043479, "W31": -78.295571398179121, "S31": -78.295571398179121, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.0, 518422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31932711761889238, "S11": -0.31932711761889238, "W12": -10.0, "S12": -10.0, "W13": -17.195819161237253, "S13": -20.13872299984633, "W21": -39.918225449262444, "S21": -40.761549976797518, "W22": -39.559448687969301, "S22": -44.60466014459557, "W31": -71.785231146952071, "S31": -73.064024282145354, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104983.333333333328483, 500066.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0416649079610738, "S11": -1.0416649079610738, "W12": -12.059219479970553, "S12": -12.059219479970553, "W13": -15.628538221768013, "S13": -18.628538221768011, "W21": -47.790108794524144, "S21": -47.790108794524144, "W22": -33.294628365075248, "S22": -33.294628365075248, "W31": -70.000000000000014, "S31": -70.055029928557644, "W32": -90.791251407364172, "S32": -95.791251407364172 }, "geometry": { "type": "Point", "coordinates": [ 104983.5, 501058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45878552691482216, "S11": -1.6568574586908698, "W12": -5.0, "S12": -11.486562203734675, "W13": -23.57495731773766, "S13": -23.57495731773766, "W21": -40.0, "S21": -40.005450911513549, "W22": -46.023835319609965, "S22": -53.743844025129683, "W31": -82.782564167088793, "S31": -82.782564167088793, "W32": -94.199526108930002, "S32": -99.199526108930002 }, "geometry": { "type": "Point", "coordinates": [ 104984.0, 506099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -49.999999999999993, "S22": -65.0, "W31": -82.2153950102756, "S31": -82.2153950102756, "W32": -93.639126932256488, "S32": -98.639126932256488 }, "geometry": { "type": "Point", "coordinates": [ 104984.161290322575951, 529044.806451612850651 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48540643000423267, "S11": -1.4464493424072791, "W12": -7.9098487598526814, "S12": -10.621572324702761, "W13": -16.115826764785208, "S13": -19.115826764785208, "W21": -33.368388972243061, "S21": -33.368388972243061, "W22": -40.084228520792351, "S22": -40.084228520792351, "W31": -50.0, "S31": -50.044206965164072, "W32": -98.959413685520275, "S32": -103.95941368552027 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 496931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41367732063923834, "S11": 0.41367732063923834, "W12": -1.454795906893062, "S12": -1.454795906893062, "W13": -15.380268952765171, "S13": -18.380268952765171, "W21": -39.999999999999993, "S21": -41.838527745325671, "W22": -55.205722168858131, "S22": -55.850550983854447, "W31": -82.032967032967036, "S31": -82.032967032967036, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48616487910135175, "S11": 0.48616487910135175, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -18.839450325037223, "W21": -41.112089312816309, "S21": -51.112089312816309, "W22": -49.500021625362223, "S22": -49.500021625362223, "W31": -74.285802091468653, "S31": -74.469315466358907, "W32": -88.90599653558273, "S32": -93.90599653558273 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 501714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25642409846685377, "S11": 0.25642409846685377, "W12": -9.9999999999999982, "S12": -16.553494667012615, "W13": -18.31334763717911, "S13": -18.31334763717911, "W21": -30.0, "S21": -30.385135135135137, "W22": -37.987795432382477, "S22": -54.435112383226567, "W31": -80.298429923831875, "S31": -80.298429923831875, "W32": -91.667594061208035, "S32": -96.667594061208035 }, "geometry": { "type": "Point", "coordinates": [ 104985.0, 508418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99179849884523308, "S11": -0.99179849884523308, "W12": -11.778619315694833, "S12": -11.778619315694833, "W13": -15.360010879419729, "S13": -18.360010879419729, "W21": -45.48317767740938, "S21": -45.48317767740938, "W22": -50.206050079755379, "S22": -55.014180713623489, "W31": -76.117128730615448, "S31": -76.117128730615448, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104985.2, 501236.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68888067708666967, "S11": -0.32865386063915369, "W12": -2.1789139742688119, "S12": -2.1789139742688119, "W13": -14.894913092205808, "S13": -16.277479016512409, "W21": -43.073051313644093, "S21": -46.017282810937886, "W22": -62.119822830056719, "S22": -66.482637991525195, "W31": -79.860015765693817, "S31": -79.860015765693817, "W32": -94.36984392479954, "S32": -99.36984392479954 }, "geometry": { "type": "Point", "coordinates": [ 104986.0, 498345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45764808751302277, "S11": -1.3423345136298614, "W12": -8.8777147764571556, "S12": -11.720861432894951, "W13": -18.490905646078062, "S13": -18.490905646078062, "W21": -35.469472171365808, "S21": -35.629246450843141, "W22": -41.757936507936506, "S22": -58.687035473963093, "W31": -81.636892839314442, "S31": -81.636892839314442, "W32": -93.085898380653845, "S32": -98.085898380653845 }, "geometry": { "type": "Point", "coordinates": [ 104986.0, 506562.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45794016966810536, "S11": -1.3415484170907859, "W12": -8.8744205011110893, "S12": -11.695670980589417, "W13": -18.491852974611596, "S13": -18.491852974611596, "W21": -35.467025265470525, "S21": -35.626329393047136, "W22": -49.717413716725332, "S22": -49.717413716725332, "W31": -75.107568375156518, "S31": -75.805382987663236, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104986.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2473331598803172, "W12": -8.4000448512772419, "S12": -8.4806624535637383, "W13": -19.186699618063358, "S13": -20.049859786548076, "W21": -35.114670816550714, "S21": -35.206273070423215, "W22": -44.781737880032864, "S22": -44.781737880032864, "W31": -74.003006517462154, "S31": -75.686394675356894, "W32": -88.818710216058435, "S32": -93.818710216058435 }, "geometry": { "type": "Point", "coordinates": [ 104986.0, 506599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66281125783649297, "S11": 0.66281125783649297, "W12": -6.7503448079520654, "S12": -10.630374027121892, "W13": -15.153432835820867, "S13": -20.639659381912196, "W21": -37.102972159352881, "S21": -46.47362896913409, "W22": -48.506080102126461, "S22": -48.506080102126461, "W31": -78.624943973956732, "S31": -78.746745891402284, "W32": -95.570495737013815, "S32": -100.57049573701381 }, "geometry": { "type": "Point", "coordinates": [ 104986.2, 502504.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67030739430688902, "S11": 0.50927598962496479, "W12": -2.4980018054066023e-17, "S12": -2.4980018054066023e-17, "W13": -15.010484114977308, "S13": -17.771202004554937, "W21": -40.14194470904549, "S21": -42.122750217976545, "W22": -46.92307692307692, "S22": -66.92307692307692, "W31": -81.937911666271049, "S31": -81.937911666271049, "W32": -93.352657413218964, "S32": -98.352657413218964 }, "geometry": { "type": "Point", "coordinates": [ 104987.0, 498843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.093412600792674549, "S11": -0.093412600792674549, "W12": -10.0, "S12": -10.0, "W13": -16.837781479795609, "S13": -19.837781479795609, "W21": -39.037770922489145, "S21": -39.825646015627399, "W22": -35.07222743417811, "S22": -51.286631550434535, "W31": -67.200897474359238, "S31": -67.800446945854645, "W32": -96.090312875189227, "S32": -101.09031287518923 }, "geometry": { "type": "Point", "coordinates": [ 104987.0, 499969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1505234562741615, "S11": -0.1505234562741615, "W12": -12.169883672160264, "S12": -13.368254704739613, "W13": -17.171462138384463, "S13": -17.171462138384463, "W21": -30.388119890339397, "S21": -30.388119890339397, "W22": -40.850664001963843, "S22": -40.850664001963843, "W31": -75.239998, "S31": -75.239998, "W32": -92.967744787568989, "S32": -97.967744787568989 }, "geometry": { "type": "Point", "coordinates": [ 104987.0, 508090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74770870847360316, "S11": -0.93832173529352647, "W12": -4.9733048993624509, "S12": -4.9733048993624509, "W13": -19.815644189059771, "S13": -21.483788418571304, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.026055430608892, "S22": -57.315957710739184, "W31": -79.940672184439393, "S31": -79.940672184439393, "W32": -91.192152682077008, "S32": -96.192152682077008 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 504623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010602678571428492, "S11": -0.48939732142857151, "W12": -3.352937690051911, "S12": -3.352937690051911, "W13": -18.409653465346533, "S13": -19.966464106476607, "W21": -30.0, "S21": -30.0, "W22": -36.822262035467517, "S22": -38.766625653392083, "W31": -57.561481680199329, "S31": -57.711576466781068, "W32": -95.976652286517819, "S32": -100.97665228651782 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 504925.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91048088317844456, "S11": -0.91048088317844456, "W12": -6.1443274073816907, "S12": -14.711680348558161, "W13": -25.0, "S13": -25.0, "W21": -37.725220742203362, "S21": -37.814277627017127, "W22": -45.32946236774481, "S22": -45.32946236774481, "W31": -72.378171815392903, "S31": -72.378171815392903, "W32": -99.363342651207489, "S32": -104.36334265120749 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38640869465931232, "S11": -0.38640869465931232, "W12": -10.987157478360347, "S12": -10.987157478360347, "W13": -20.200445088922564, "S13": -27.203879946547897, "W21": -38.516106383212936, "S21": -39.539269637894797, "W22": -38.750278980904206, "S22": -60.814762689791138, "W31": -80.585798170676298, "S31": -80.585798170676298, "W32": -91.959879352037234, "S32": -96.959879352037234 }, "geometry": { "type": "Point", "coordinates": [ 104988.0, 514857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43153508193604723, "S11": -0.43153508193604723, "W12": -11.086592069223624, "S12": -11.086592069223624, "W13": -20.30119652993341, "S13": -28.304609281155514, "W21": -37.835358636610302, "S21": -39.986310834164087, "W22": -38.098239724200575, "S22": -38.098239724200575, "W31": -66.45744660748008, "S31": -76.45744660748008, "W32": -89.783978761624908, "S32": -94.783978761624908 }, "geometry": { "type": "Point", "coordinates": [ 104988.196721311469446, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059329282250277941, "S11": -0.51658087567896438, "W12": -10.0, "S12": -10.0, "W13": -19.695320438192535, "S13": -21.292275842924994, "W21": -36.934714513233772, "S21": -36.934714513233772, "W22": -40.0, "S22": -55.0, "W31": -71.658639639298428, "S31": -71.658639639298428, "W32": -89.615257566774133, "S32": -94.615257566774133 }, "geometry": { "type": "Point", "coordinates": [ 104988.333333333328483, 513820.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5445092846698516, "S11": -0.5445092846698516, "W12": -5.5258904623112279, "S12": -5.5258904623112279, "W13": -16.984841511821894, "S13": -19.281882429279065, "W21": -30.0, "S21": -30.099151793738262, "W22": -48.92307692307692, "S22": -63.92307692307692, "W31": -82.103130756594382, "S31": -82.103130756594382, "W32": -93.473717875456288, "S32": -98.473717875456288 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 505177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41567342008455505, "S11": 0.41567342008455505, "W12": -10.0, "S12": -20.0, "W13": -20.0, "S13": -20.0, "W21": -29.684011439086408, "S21": -30.707198695180058, "W22": -40.057857129546825, "S22": -54.559615070074805, "W31": -78.775199404691193, "S31": -78.775199404691193, "W32": -90.399152344054698, "S32": -95.399152344054698 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 508570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.24141976669568, "S12": -15.241419766695682, "W13": -19.960503841575157, "S13": -34.960503841575161, "W21": -34.960503841575161, "S21": -34.960503841575161, "W22": -52.191698243196697, "S22": -57.191698243196697, "W31": -79.887759194168581, "S31": -79.887759194168581, "W32": -95.490050705185567, "S32": -100.49005070518557 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 512476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6586992094838404, "S12": -5.6586992094838404, "W13": -20.0, "S13": -20.0, "W21": -39.003846802345549, "S21": -41.263027251853678, "W22": -52.0, "S22": -52.0, "W31": -76.870770279489321, "S31": -76.870770279489321, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104989.0, 520903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1355860040359627, "S11": -1.1355860040359627, "W12": -11.903776525616538, "S12": -11.903776525616538, "W13": -15.757272727272706, "S13": -18.757272727272706, "W21": -48.427963903163025, "S21": -48.427963903163025, "W22": -40.566267647717929, "S22": -40.566267647717929, "W31": -73.38865443951758, "S31": -75.72059947935557, "W32": -89.155258267862365, "S32": -94.155258267862365 }, "geometry": { "type": "Point", "coordinates": [ 104989.4, 500937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.90539549886371962, "W12": -5.6956683099216034, "S12": -9.9436688711675689, "W13": -15.043944620080671, "S13": -18.043944620080673, "W21": -37.543417104276067, "S21": -37.543417104276067, "W22": -30.0, "S22": -31.710716632053337, "W31": -70.0, "S31": -70.0, "W32": -91.634569478115836, "S32": -96.634569478115836 }, "geometry": { "type": "Point", "coordinates": [ 104990.0, 497121.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4390720093480658, "W12": -4.2560174880424526, "S12": -4.2560174880424526, "W13": -16.923234670431704, "S13": -19.399963416473717, "W21": -46.603905062757953, "S21": -50.223872977896768, "W22": -40.0, "S22": -55.0, "W31": -74.414081364475649, "S31": -74.414081364475649, "W32": -89.995001096511629, "S32": -94.995001096511629 }, "geometry": { "type": "Point", "coordinates": [ 104990.0, 497815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -55.0, "W31": -70.54264510003658, "S31": -70.54264510003658, "W32": -89.471683937936163, "S32": -94.471683937936163 }, "geometry": { "type": "Point", "coordinates": [ 104990.005263157901936, 530016.968421052675694 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8465988978117185, "S12": -4.8465988978117185, "W13": -17.56560994775527, "S13": -17.56560994775527, "W21": -44.609017410546016, "S21": -46.981546980298141, "W22": -40.0, "S22": -55.0, "W31": -70.052882532477511, "S31": -70.052882532477511, "W32": -89.407801818701913, "S32": -94.407801818701913 }, "geometry": { "type": "Point", "coordinates": [ 104990.777777777781012, 521946.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63754168772107123, "S11": 0.51788786128923325, "W12": -0.33781625997975939, "S12": -0.33781625997975939, "W13": -15.078297192805515, "S13": -17.903901921074219, "W21": -40.058908956997961, "S21": -41.999700622107468, "W22": -38.219164078238727, "S22": -38.219164078238727, "W31": -50.0, "S31": -50.0, "W32": -97.157794992851692, "S32": -102.15779499285169 }, "geometry": { "type": "Point", "coordinates": [ 104991.0, 498861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49456353934621566, "S11": -0.49456353934621566, "W12": -10.195531645190101, "S12": -10.549704144737195, "W13": -20.0, "S13": -20.0, "W21": -32.202307166126133, "S21": -32.202307166126133, "W22": -41.62151675484759, "S22": -55.999803313189439, "W31": -81.638540323120978, "S31": -81.638540323120978, "W32": -93.029488448391092, "S32": -98.029488448391092 }, "geometry": { "type": "Point", "coordinates": [ 104991.0, 507486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42851692067552621, "S11": -1.6762407290222441, "W12": -5.0, "S12": -10.980005752207763, "W13": -22.940232724278626, "S13": -22.940232724278626, "W21": -39.757049432442308, "S21": -39.757049432442308, "W22": -55.40911101282618, "S22": -55.992495723060458, "W31": -80.144249129069209, "S31": -80.144249129069209, "W32": -95.24439153777324, "S32": -100.24439153777324 }, "geometry": { "type": "Point", "coordinates": [ 104991.333333333328483, 506127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7138527929460246, "S12": -8.7138527929460246, "W13": -17.221842851544757, "S13": -25.99612559743645, "W21": -40.849495549386248, "S21": -42.027703556941319, "W22": -62.475988607008013, "S22": -64.587059709648372, "W31": -80.0, "S31": -80.0, "W32": -91.058769695020914, "S32": -96.058769695020914 }, "geometry": { "type": "Point", "coordinates": [ 104991.801724137927522, 516622.17672413791297 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50173582032736963, "S11": -0.35630939243858806, "W12": -7.0514751139001115, "S12": -12.051475113900111, "W13": -20.721368358563371, "S13": -23.085884903030742, "W21": -32.315839707519331, "S21": -32.37137912077268, "W22": -60.400136536182977, "S22": -61.626825517401912, "W31": -81.282051282051285, "S31": -81.282051282051285, "W32": -90.122333008865851, "S32": -95.122333008865851 }, "geometry": { "type": "Point", "coordinates": [ 104992.0, 506831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39220007226552411, "S11": 0.39220007226552411, "W12": -10.0, "S12": -15.404979514654901, "W13": -20.040776106281136, "S13": -20.040776106281136, "W21": -30.170735301142887, "S21": -31.587806145938483, "W22": -49.126586376185294, "S22": -50.762771875858711, "W31": -78.97355570757945, "S31": -79.135503639706698, "W32": -95.625210760061066, "S32": -100.62521076006107 }, "geometry": { "type": "Point", "coordinates": [ 104992.0, 508731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046583898992219964, "S11": -0.9042460834697762, "W12": -10.221749665605419, "S12": -13.847454225012559, "W13": -20.654671648051256, "S13": -20.654671648051256, "W21": -31.137767027750787, "S21": -31.137767027750787, "W22": -39.311115328356713, "S22": -39.311115328356713, "W31": -66.912088420610445, "S31": -76.912088420610445, "W32": -92.902599276375653, "S32": -97.902599276375653 }, "geometry": { "type": "Point", "coordinates": [ 104992.2, 507126.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0837731299380922, "S11": -1.0837731299380922, "W12": -12.052108193444909, "S12": -12.052108193444909, "W13": -15.706976264690853, "S13": -18.706976264690852, "W21": -47.916446527042268, "S21": -47.916446527042268, "W22": -29.904671421672425, "S22": -39.065486753546367, "W31": -70.0, "S31": -70.0, "W32": -93.037703198796862, "S32": -98.037703198796862 }, "geometry": { "type": "Point", "coordinates": [ 104992.25, 501010.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50663181966677562, "S11": 0.50663181966677562, "W12": -5.6233873606053715, "S12": -5.6233873606053706, "W13": -18.904118764168192, "S13": -22.207376670973886, "W21": -29.645941036092346, "S21": -31.350096050075567, "W22": -39.74191041793862, "S22": -39.74191041793862, "W31": -72.139666925069193, "S31": -74.12159835961819, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104993.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9120326825921532, "S11": -1.3760790625792751, "W12": -5.2987660961770802, "S12": -16.530432762843166, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -38.886031470526312, "S21": -38.886031470526312, "W22": -38.377930372413793, "S22": -38.830341898732065, "W31": -77.104145873928672, "S31": -77.104145873928672, "W32": -94.206832692405087, "S32": -99.206832692405087 }, "geometry": { "type": "Point", "coordinates": [ 104993.0, 505845.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3814644053932232, "S12": -9.1358444133530909, "W13": -19.333415750547932, "S13": -20.839765744023083, "W21": -29.820821404213348, "S21": -29.820821404213348, "W22": -39.826457368919037, "S22": -39.826457368919037, "W31": -50.0, "S31": -50.009739440401205, "W32": -98.761715378762915, "S32": -103.76171537876291 }, "geometry": { "type": "Point", "coordinates": [ 104993.142857142855064, 503666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.095868836354212, "W13": -23.860507069404623, "S13": -33.396911164185305, "W21": -34.729854324261296, "S21": -34.729854324261296, "W22": -39.276992711888113, "S22": -39.276992711888113, "W31": -81.892693070741387, "S31": -81.892693070741387, "W32": -94.601988289975608, "S32": -99.601988289975608 }, "geometry": { "type": "Point", "coordinates": [ 104993.444444444437977, 512167.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3519056895277759, "S11": 1.3519056895277759, "W12": -9.7867176950983428, "S12": -12.152792913707732, "W13": -15.239558615417987, "S13": -20.582290749593973, "W21": -40.0, "S21": -48.380405424091293, "W22": -40.052236752386499, "S22": -54.844713046495002, "W31": -79.170315032235351, "S31": -79.170315032235351, "W32": -90.564003224212797, "S32": -95.564003224212797 }, "geometry": { "type": "Point", "coordinates": [ 104994.0, 502130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90852366993076772, "S11": -1.2669784655683174, "W12": -6.7620369453978366, "S12": -14.163286945397838, "W13": -25.0, "S13": -25.0, "W21": -37.1795953789441, "S21": -37.320765640834715, "W22": -40.043525501578934, "S22": -54.323095789841261, "W31": -78.043917700046208, "S31": -78.043917700046208, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104994.0, 505717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -38.872847463948212, "S22": -38.872847463948212, "W31": -50.794890570336015, "S31": -50.794890570336015, "W32": -100.51397290562277, "S32": -105.51397290562277 }, "geometry": { "type": "Point", "coordinates": [ 104994.225806451606331, 529093.129032258060761 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24892031958540428, "S11": 0.24892031958540428, "W12": -10.0, "S12": -17.27872134527383, "W13": -18.457443555224696, "S13": -18.457443555224696, "W21": -30.0, "S21": -30.659956792591647, "W22": -29.782131729272418, "S22": -33.477308232578494, "W31": -70.0, "S31": -70.0, "W32": -92.051915600721713, "S32": -97.051915600721713 }, "geometry": { "type": "Point", "coordinates": [ 104994.6, 508445.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9331148960739355, "S11": -0.9331148960739355, "W12": -11.646516233314511, "S12": -11.646516233314511, "W13": -15.33210154125117, "S13": -18.33210154125117, "W21": -44.776142539998567, "S21": -44.776142539998567, "W22": -40.015489267827761, "S22": -57.179330669925164, "W31": -79.974539152722642, "S31": -79.974539152722642, "W32": -91.168738136717025, "S32": -96.168738136717025 }, "geometry": { "type": "Point", "coordinates": [ 104994.8, 501277.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48948640483383687, "S11": -0.92103607094744466, "W12": -5.0, "S12": -7.1463297360829152, "W13": -15.181505069224899, "S13": -18.181505069224897, "W21": -38.71225618904726, "S21": -38.71225618904726, "W22": -39.995794331507597, "S22": -54.003379258255073, "W31": -67.853039306325215, "S31": -67.853039306325215, "W32": -89.126554054934971, "S32": -94.126554054934971 }, "geometry": { "type": "Point", "coordinates": [ 104995.0, 497174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49956312274170589, "S11": 0.49956312274170589, "W12": -5.3732992809968438, "S12": -9.145825533212939, "W13": -19.33415442362584, "S13": -20.8125727976308, "W21": -29.817351318814399, "S21": -32.817351318814403, "W22": -36.52, "S22": -38.740020365598511, "W31": -59.16874504856078, "S31": -59.849060487668218, "W32": -95.733213596710598, "S32": -100.7332135967106 }, "geometry": { "type": "Point", "coordinates": [ 104995.0, 503667.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90849173579492359, "S11": -1.2534107042995113, "W12": -6.7064012537343007, "S12": -14.249474783146763, "W13": -25.0, "S13": -25.0, "W21": -37.238019410982879, "S21": -37.369789316649431, "W22": -53.678302006017823, "S22": -53.678302006017823, "W31": -81.831275720164598, "S31": -81.831275720164598, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104995.0, 505721.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4215937388829598, "S11": -2.4794496852816197, "W12": -10.333920576378762, "S12": -10.333920576378762, "W13": -19.059394204674781, "S13": -23.756264735302857, "W21": -37.739582958210526, "S21": -38.044480013415189, "W22": -29.934968795274713, "S22": -39.671452211903514, "W31": -70.0, "S31": -70.0, "W32": -93.034336794612912, "S32": -98.034336794612912 }, "geometry": { "type": "Point", "coordinates": [ 104995.0, 515467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60475530040356962, "S11": -2.3363032808889233, "W12": -5.499694659257095, "S12": -5.4996946592570959, "W13": -16.461766690522442, "S13": -19.329912433668184, "W21": -45.74054269662539, "S21": -47.553725298656431, "W22": -38.960578154240125, "S22": -62.777791136639607, "W31": -81.322929496734218, "S31": -81.322929496734218, "W32": -92.660890996396773, "S32": -97.660890996396773 }, "geometry": { "type": "Point", "coordinates": [ 104996.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.012360873287673, "W13": -28.054018039084685, "S13": -34.320733978860979, "W21": -35.445804983350442, "S21": -35.445804983350442, "W22": -43.008709221673833, "S22": -43.008709221673833, "W31": -73.952504603212716, "S31": -77.097898472739743, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104996.0, 512031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9757618878218255, "S11": -2.0829961912586308, "W12": -10.777651442563577, "S12": -10.777651442563577, "W13": -19.410776854685739, "S13": -22.422470177416308, "W21": -36.257859697492989, "S21": -36.257859697492989, "W22": -38.449092188458536, "S22": -38.449092188458536, "W31": -72.289437634449499, "S31": -72.289437634449499, "W32": -100.53574454084703, "S32": -105.53574454084703 }, "geometry": { "type": "Point", "coordinates": [ 104996.0, 515420.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.561399630481688, "S11": 1.561399630481688, "W12": -10.088105076741423, "S12": -17.179620170815433, "W13": -30.00827518996644, "S13": -30.00827518996644, "W21": -35.826815494309336, "S21": -35.826815494309336, "W22": -63.216883271730062, "S22": -67.052972535866388, "W31": -79.313848512089521, "S31": -79.313848512089521, "W32": -93.69715261437409, "S32": -98.69715261437409 }, "geometry": { "type": "Point", "coordinates": [ 104996.666666666671517, 510610.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12946799573413886, "S11": 0.12250114503742893, "W12": -10.103948868886139, "S12": -10.103948868886139, "W13": -19.824456586476586, "S13": -27.327243743214609, "W21": -34.298692487894044, "S21": -34.298692487894044, "W22": -52.84390906006108, "S22": -52.84390906006108, "W31": -77.558564681497927, "S31": -77.558564681497927, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104996.666666666671517, 513228.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.94789247418095557, "W12": -3.9448251353067834, "S12": -3.9448251353067834, "W13": -18.122679455445542, "S13": -19.414039000872997, "W21": -30.0, "S21": -30.0, "W22": -42.437055728466014, "S22": -47.507398523564511, "W31": -72.172760032412384, "S31": -74.034190503469944, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 104997.0, 504955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4431968933568367, "S11": 1.4431968933568367, "W12": -10.0, "S12": -16.493299676935116, "W13": -30.181371995141379, "S13": -30.181371995141379, "W21": -35.906601112575046, "S21": -35.906601112575046, "W22": -38.832719562141307, "S22": -38.832719562141307, "W31": -79.537511384335147, "S31": -79.537511384335147, "W32": -94.219901760667682, "S32": -99.219901760667682 }, "geometry": { "type": "Point", "coordinates": [ 104997.0, 510666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42820047330388106, "S11": -0.42820047330388106, "W12": -10.853169381454308, "S12": -10.853169381454308, "W13": -19.807669440296038, "S13": -30.183823066365569, "W21": -36.353955576202004, "S21": -36.353955576202004, "W22": -38.814148156396733, "S22": -38.814148156396733, "W31": -67.00110864858749, "S31": -77.00110864858749, "W32": -93.566890843751963, "S32": -98.566890843751963 }, "geometry": { "type": "Point", "coordinates": [ 104997.0, 515374.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81942455386126711, "S11": 0.81942455386126711, "W12": -10.102090209020723, "S12": -10.102090209020723, "W13": -15.309370032906074, "S13": -19.661233323002772, "W21": -40.460714999432845, "S21": -49.50564397201304, "W22": -57.988958990536275, "S22": -59.347406793699719, "W31": -79.961862873459765, "S31": -79.961862873459765, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 104997.666666666671517, 501875.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98772411038202945, "S11": 0.98772411038202945, "W12": -4.0144754799528926, "S12": -4.0144754799528926, "W13": -15.0, "S13": -15.0, "W21": -44.873914322455896, "S21": -46.780641406333359, "W22": -30.849300333266104, "S22": -31.102347684520183, "W31": -70.0, "S31": -70.0, "W32": -91.104066815061898, "S32": -96.104066815061898 }, "geometry": { "type": "Point", "coordinates": [ 104997.714285714289872, 523242.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.427925209152827, "S13": -14.427925209152827, "W21": -47.0, "S21": -47.0, "W22": -40.740510516599187, "S22": -40.740510516599187, "W31": -73.408204886011049, "S31": -75.603612694805648, "W32": -89.121227230579464, "S32": -94.121227230579464 }, "geometry": { "type": "Point", "coordinates": [ 104997.714285714289872, 527435.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56153488372093019, "S11": -2.0204222138576582, "W12": -4.7324508977155189, "S12": -4.7324508977155189, "W13": -16.697163889172888, "S13": -19.504924314225214, "W21": -46.280664245253703, "S21": -48.977668779966613, "W22": -39.008770113024447, "S22": -44.087878360203788, "W31": -71.858421518037062, "S31": -74.400357502066981, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 497870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86384237875284664, "S11": -0.86384237875284664, "W12": -11.48790181868775, "S12": -11.48790181868775, "W13": -15.288068426691694, "S13": -18.288068426691694, "W21": -44.232724744188168, "S21": -44.232724744188168, "W22": -63.852243398848522, "S22": -67.243988544421327, "W31": -79.026919073660395, "S31": -79.026919073660395, "W32": -93.053237622786554, "S32": -98.053237622786554 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 501315.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18327662452525875, "S11": -0.18327662452525878, "W12": -4.9073293814605989, "S12": -11.837823228587053, "W13": -19.846250902113116, "S13": -19.925463402922635, "W21": -30.0, "S21": -30.0, "W22": -40.112891005077188, "S22": -42.829862513729424, "W31": -82.752627806229114, "S31": -82.752627806229114, "W32": -94.411912673231384, "S32": -99.411912673231384 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 504047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015784101059078723, "S11": -0.9853589738123254, "W12": -10.122905222712395, "S12": -11.757209429832137, "W13": -20.91267177232691, "S13": -22.566731587628105, "W21": -30.686564716312056, "S21": -30.686564716312056, "W22": -40.007418941031268, "S22": -56.816067123763631, "W31": -80.000470709659041, "S31": -80.000470709659041, "W32": -91.151824020385348, "S32": -96.151824020385348 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 506970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.094401727156997, "S12": -10.094401727156997, "W13": -20.340447007930784, "S13": -29.849945812338191, "W21": -36.687455356303857, "S21": -36.687455356303857, "W22": -40.900659696255822, "S22": -40.900659696255822, "W31": -50.0, "S31": -50.0, "W32": -99.885284929885643, "S32": -104.88528492988564 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 515239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.232440180586908, "S12": -10.232440180586908, "W13": -20.151025234318674, "S13": -29.918522579607536, "W21": -36.527126940059112, "S21": -36.527126940059112, "W22": -41.320434356185253, "S22": -41.320434356185253, "W31": -73.014368633441975, "S31": -75.54147319029812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 515283.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.711995485327314, "S12": -10.711995485327314, "W13": -20.0, "S13": -30.065136263863018, "W21": -36.450051454910913, "S21": -36.450051454910913, "W22": -63.606557377049185, "S22": -66.913499165701651, "W31": -79.041766170988438, "S31": -79.041766170988438, "W32": -92.985335424948261, "S32": -97.985335424948261 }, "geometry": { "type": "Point", "coordinates": [ 104998.0, 515328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.641888797223495, "S12": -5.641888797223495, "W13": -18.960851726884425, "S13": -22.241760955457121, "W21": -29.644965421677057, "S21": -31.451787235500273, "W22": -44.804657038367836, "S22": -44.804657038367836, "W31": -74.43344672762565, "S31": -78.007559917427599, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 104998.6, 503483.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12838683436580939, "S11": -0.12838683436580939, "W12": -10.0, "S12": -10.0, "W13": -17.051967288023359, "S13": -20.051967288023359, "W21": -39.058411432508123, "S21": -39.829176182220245, "W22": -39.707472544336724, "S22": -57.301209076444181, "W31": -80.176280767310786, "S31": -80.176280767310786, "W32": -91.345198783119685, "S32": -96.345198783119685 }, "geometry": { "type": "Point", "coordinates": [ 104999.0, 499996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.32676986418564857, "W12": -4.5566428442736173, "S12": -4.5566428442736173, "W13": -18.645456851182548, "S13": -21.01628852760134, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -55.0, "W31": -75.730935367659029, "S31": -75.730935367659029, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 104999.0, 504729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.6670686767169181, "W12": -10.041072133116048, "S12": -10.041072133116048, "W13": -18.855938019784645, "S13": -23.811698812939085, "W21": -37.77752885418279, "S21": -38.278308117573815, "W22": -38.60777766578078, "S22": -38.60777766578078, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -97.601190278285742, "S32": -102.60119027828574 }, "geometry": { "type": "Point", "coordinates": [ 104999.0, 515491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.052164843139286, "S12": -17.248165041219455, "W13": -21.037752891099547, "S13": -21.037752891099547, "W21": -34.157246103293907, "S21": -34.157246103293907, "W22": -60.0, "S22": -63.046210896309312, "W31": -79.808313631631052, "S31": -79.808313631631052, "W32": -94.628893429663663, "S32": -99.628893429663663 }, "geometry": { "type": "Point", "coordinates": [ 104999.166666666671517, 509168.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -62.284283853304181, "S22": -64.335197391549869, "W31": -79.894156619059018, "S31": -79.894156619059018, "W32": -91.009215030880625, "S32": -96.009215030880625 }, "geometry": { "type": "Point", "coordinates": [ 104999.419230769228307, 530036.853846153826453 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5025798752376032, "S12": -5.5025798752376032, "W13": -19.520175233884245, "S13": -19.520175233884245, "W21": -38.220638802203254, "S21": -40.511812084072389, "W22": -41.070052231007836, "S22": -41.070052231007836, "W31": -75.239998, "S31": -75.239998, "W32": -92.647020695596183, "S32": -97.647020695596183 }, "geometry": { "type": "Point", "coordinates": [ 104999.545454545455868, 521115.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2463191953648196, "W12": -7.5363042022907658, "S12": -7.5363042022907658, "W13": -15.0, "S13": -18.0, "W21": -32.950701003049886, "S21": -32.950701003049886, "W22": -52.03410265242853, "S22": -56.288549172366807, "W31": -79.89933004647213, "S31": -79.89933004647213, "W32": -95.417124717712738, "S32": -100.41712471771274 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 496801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66941197011703457, "S11": 0.13502603898517096, "W12": 0.0024438140955705869, "S12": 0.0024438140955705869, "W13": -14.956115740204529, "S13": -16.398935797589417, "W21": -42.263974635833947, "S21": -44.932920441822212, "W22": -39.568686217045709, "S22": -39.568686217045709, "W31": -50.0, "S31": -50.0, "W32": -98.56401707200564, "S32": -103.56401707200564 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498478.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71050322167302449, "S11": 0.21872906422476501, "W12": 0.018816823041670278, "S12": 0.018816823041670278, "W13": -14.946739735665798, "S13": -16.345083921106628, "W21": -41.94967027213147, "S21": -44.526935768769739, "W22": -29.640710093242692, "S22": -39.654230915308673, "W31": -70.0, "S31": -70.0, "W32": -92.750787870594891, "S32": -97.750787870594891 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498525.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75159447322906459, "S11": 0.15780809290093978, "W12": 0.035189831987790056, "S12": 0.035189831987790056, "W13": -14.937363731127055, "S13": -16.28115589156458, "W21": -41.635365908428611, "S21": -44.120951095716762, "W22": -40.045493339641865, "S22": -55.045493339641865, "W31": -79.702198275353709, "S31": -79.702198275353709, "W32": -90.764346446865488, "S32": -95.764346446865488 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498572.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79268572478505461, "S11": 0.096887121577189816, "W12": 0.04822056266496802, "S12": 0.04822056266496802, "W13": -14.927987726588322, "S13": -16.217227862022611, "W21": -41.321061544726142, "S21": -43.714966422664297, "W22": -37.017608402366868, "S22": -38.584291102336429, "W31": -56.735351075379249, "S31": -56.746919320153864, "W32": -96.194011490818397, "S32": -101.1940114908184 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498620.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83377697634104442, "S11": 0.035966150253439522, "W12": 0.035966150253439522, "S12": 0.035966150253439522, "W13": -14.923465461878262, "S13": -16.287530940752809, "W21": -41.054812132292689, "S21": -43.35703670088084, "W22": -34.142679444135247, "S22": -38.910156234728483, "W31": -66.031352592658436, "S31": -66.031352592658436, "W32": -89.034072577147512, "S32": -94.034072577147512 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498667.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78155973581190818, "S11": 0.13914215179284184, "W12": 0.071727899325747496, "S12": 0.071727899325747496, "W13": -14.930349195460751, "S13": -16.606115084093744, "W21": -40.814630475695367, "S21": -43.025174734933522, "W22": -35.341338653667464, "S22": -38.106130925304328, "W31": -66.167944436570608, "S31": -69.61559750494267, "W32": -89.208178639325681, "S32": -94.208178639325681 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498715.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72607487201471599, "S11": 0.30015999220230505, "W12": 0.050522130088678598, "S12": 0.050522130088678598, "W13": -14.937232929043248, "S13": -17.533136622974691, "W21": -40.574448819097732, "S21": -42.693312768985777, "W22": -40.053198958183422, "S22": -54.74991899549083, "W31": -79.269186096522461, "S31": -79.269186096522461, "W32": -90.543132513412417, "S32": -95.543132513412417 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498762.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67059000821759174, "S11": 0.3812399731607311, "W12": 0.016994666839864333, "S12": 0.016994666839864333, "W13": -14.944116662625738, "S13": -17.643318509591449, "W21": -40.33426716250041, "S21": -42.361450803038451, "W22": -50.014551089042662, "S22": -52.577872809155572, "W31": -76.696963692660816, "S31": -80.24819684814193, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498810.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6151051444204676, "S11": 0.49287888583052863, "W12": -0.25002708974351634, "S12": -0.25002708974351634, "W13": -15.020074573266655, "S13": -17.849783381108626, "W21": -40.094085505903074, "S21": -42.029588837091119, "W22": -38.197503484205448, "S22": -39.121823733015589, "W31": -76.403886063716868, "S31": -76.403886063716868, "W32": -94.116714826635999, "S32": -99.116714826635999 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498857.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52677927988716289, "S11": 0.52677927988716289, "W12": -1.1673144352550011, "S12": -1.1673144352550011, "W13": -15.248133987377431, "S13": -18.2313500750233, "W21": -40.0, "S21": -41.843823021838041, "W22": -46.888423559432319, "S22": -55.629193376149587, "W31": -82.823316534926818, "S31": -82.823316534926818, "W32": -93.971180953591698, "S32": -98.971180953591698 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498905.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32682336674726076, "S11": 0.32682336674726076, "W12": -2.0247454567035725, "S12": -2.0247454567035725, "W13": -15.476193401488485, "S13": -18.511089520732451, "W21": -40.0, "S21": -41.752142712487931, "W22": -35.63137685971617, "S22": -35.63137685971617, "W31": -72.857020314883897, "S31": -72.983334585944291, "W32": -100.64044403603373, "S32": -105.64044403603373 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 498952.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22657930764717385, "S11": 0.22657930764717385, "W12": -2.6511334414685286, "S12": -2.6511334414685286, "W13": -15.61839208160792, "S13": -18.691400444283978, "W21": -40.0, "S21": -41.660462403137934, "W22": -36.669821659270369, "S22": -39.817676378652109, "W31": -73.558964244411698, "S31": -73.558964244411698, "W32": -94.052447500929446, "S32": -99.052447500929446 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19868995633187778, "S11": 0.19868995633187778, "W12": -3.3111207817383392, "S12": -3.3111207817383392, "W13": -15.735955964044035, "S13": -18.848852090804598, "W21": -40.0, "S21": -41.56386437604499, "W22": -42.176970066397367, "S22": -46.192839080560518, "W31": -82.870868716067918, "S31": -82.870868716067918, "W32": -94.236855645770973, "S32": -99.236855645770973 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19713559670397426, "S11": 0.19713559670397426, "W12": -3.9677403191206175, "S12": -5.206062582229384, "W13": -15.853519846480152, "S13": -19.006303737325222, "W21": -40.0, "S21": -41.467266348952045, "W22": -44.755051066287294, "S22": -44.755051066287294, "W31": -72.247479785889453, "S31": -72.247479785889453, "W32": -99.724638048189092, "S32": -104.72463804818909 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19246435845213841, "S11": 0.19246435845213841, "W12": -4.0570721701141501, "S12": -5.854359283904655, "W13": -15.97108372891627, "S13": -19.163755383845846, "W21": -39.549807405965197, "S21": -40.920475727824297, "W22": -56.479647964796477, "S22": -57.307283114181359, "W31": -79.945068709434665, "S31": -79.945068709434665, "W32": -95.055552004772267, "S32": -100.05555200477227 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1877931202003027, "S11": 0.1877931202003027, "W12": -4.146404021107684, "S12": -5.7134307313144994, "W13": -16.088647611352389, "S13": -19.321207030366473, "W21": -39.098127439644195, "S21": -40.372197734410349, "W22": -36.069206731993724, "S22": -47.812747218581372, "W31": -65.306954902836836, "S31": -72.787368169343068, "W32": -95.688816887707119, "S32": -100.68881688770712 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20820635667979112, "S11": 0.20820635667979112, "W12": -4.235735872101217, "S12": -5.5725021787243438, "W13": -16.206211493788505, "S13": -19.478658676887097, "W21": -38.6464474733232, "S21": -39.823919740996416, "W22": -49.999999999999993, "S22": -52.804465579940484, "W31": -76.835065207241428, "S31": -80.641639220362833, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38696533990076415, "S11": 0.38696533990076415, "W12": -4.3250677230947492, "S12": -5.4315736261341865, "W13": -16.256885218270689, "S13": -19.567480786137725, "W21": -38.194767507002204, "S21": -39.275641747582476, "W22": -39.72094143438165, "S22": -56.68689460202998, "W31": -80.177222186628867, "S31": -80.177222186628867, "W32": -91.275878207961725, "S32": -96.275878207961725 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46827802860795908, "S11": 0.46827802860795908, "W12": -4.4143995740882831, "S12": -6.2846811995067826, "W13": -16.23868194842407, "S13": -19.585634857011328, "W21": -37.743087540681209, "S21": -38.727363754168536, "W22": -37.04778556213018, "S22": -38.535377234471277, "W31": -56.620110912238488, "S31": -56.627058017884856, "W32": -96.234451019493477, "S32": -101.23445101949348 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38199966038037392, "S11": 0.38199966038037392, "W12": -4.5037314250818161, "S12": -6.6037773779473063, "W13": -16.22047867857745, "S13": -19.603788927884928, "W21": -37.291407574360207, "S21": -38.179085760754589, "W22": -39.58191045752384, "S22": -39.58191045752384, "W31": -50.0, "S31": -50.0, "W32": -98.609932981958792, "S32": -103.60993298195879 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.370124396979568, "S11": 0.370124396979568, "W12": -4.5930632760753491, "S12": -6.9228735563878283, "W13": -16.202275408730827, "S13": -19.615529955782932, "W21": -36.839727608039212, "S21": -37.630807767340649, "W22": -38.152779034203448, "S22": -43.25025708504706, "W31": -72.081958481266739, "S31": -76.573158155786871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37086810152062788, "S11": 0.37086810152062788, "W12": -4.6823951270688813, "S12": -7.2419697348283503, "W13": -16.184072138884208, "S13": -19.618110313169286, "W21": -36.388047641718217, "S21": -37.082529773926716, "W22": -60.219908306783871, "S22": -63.663347884991452, "W31": -79.722243086122461, "S31": -79.722243086122461, "W32": -94.497591378246241, "S32": -99.497591378246241 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37161180606168787, "S11": 0.37161180606168787, "W12": -4.7717269780624143, "S12": -7.6656429325144959, "W13": -16.165868869037585, "S13": -19.621371983089745, "W21": -36.028285785020053, "S21": -36.637659554220527, "W22": -29.496464042940676, "S22": -43.02037835693654, "W31": -70.0, "S31": -70.0, "W32": -92.30033295924504, "S32": -97.30033295924504 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37235551060274774, "S11": 0.37235551060274774, "W12": -4.8610588290559473, "S12": -8.8118909839564168, "W13": -16.147665599190965, "S13": -19.62342067415857, "W21": -36.217285033869096, "S21": -36.836899055137309, "W22": -43.873440651378203, "S22": -43.873440651378203, "W31": -73.857500119625016, "S31": -74.78019748804607, "W32": -88.839651394361368, "S32": -93.839651394361368 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37309921514380767, "S11": 0.37309921514380767, "W12": -4.9503906800494812, "S12": -10.968012783824094, "W13": -16.129462329344346, "S13": -19.543467466013688, "W21": -36.40628428271814, "S21": -37.036138556054098, "W22": -37.975223955979473, "S22": -37.975223955979473, "W31": -67.14965909348777, "S31": -75.022829953528515, "W32": -94.673722652584019, "S32": -99.673722652584019 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3738429196848676, "S11": 0.3738429196848676, "W12": -4.8964374166507909, "S12": -10.630984542173959, "W13": -16.111259059497726, "S13": -19.463514257868802, "W21": -36.595283531567183, "S21": -37.235378056970887, "W22": -40.0, "S22": -40.0, "W31": -72.249647489404765, "S31": -74.302610535869974, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28742494226327941, "S11": 0.28742494226327941, "W12": -5.4315623148331031, "S12": -10.31537855696229, "W13": -16.103787634167091, "S13": -19.3942928942399, "W21": -36.981719154394696, "S21": -37.633348227076404, "W22": -30.0, "S22": -39.409670720854344, "W31": -70.0, "S31": -70.0, "W32": -92.962974306547139, "S32": -97.962974306547139 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22898313338350529, "S11": 0.22898313338350529, "W12": -6.6653862821573489, "S12": -10.153239071734422, "W13": -16.197253557257103, "S13": -19.426008879031645, "W21": -37.400331907791468, "S21": -38.075668898917932, "W22": -33.04765010151948, "S22": -39.724081427535495, "W31": -70.0, "S31": -70.0, "W32": -93.344519265073146, "S32": -98.344519265073146 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14662841105570457, "S11": 0.14662841105570457, "W12": -7.8965252334239455, "S12": -9.9264889121174988, "W13": -16.290719480347114, "S13": -19.45772486382339, "W21": -37.818944661188247, "S21": -38.517989570759475, "W22": -38.694829464866167, "S22": -38.694829464866167, "W31": -79.073030510018228, "S31": -79.073030510018228, "W32": -94.134320714500305, "S32": -99.134320714500305 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056418673415691456, "S11": 0.056418673415691456, "W12": -9.1276641846905413, "S12": -9.6997387525005756, "W13": -16.434334039835235, "S13": -19.539589485013245, "W21": -38.237557414585027, "S21": -38.960310242601011, "W22": -37.981794311932049, "S22": -37.981794311932049, "W31": -55.890541785577852, "S31": -55.896059521156495, "W32": -100.78832319234166, "S32": -105.78832319234166 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031638649719830519, "S11": -0.031638649719830519, "W12": -10.0, "S12": -10.0, "W13": -16.757734582095001, "S13": -19.801240088974744, "W21": -38.656170167981806, "S21": -39.402630914442554, "W22": -36.835548290582963, "S22": -36.835548290582963, "W31": -62.674306182936299, "S31": -62.783202200121622, "W32": -100.71820557992679, "S32": -105.71820557992679 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13603654339528187, "S11": -0.13603654339528187, "W12": -10.0, "S12": -10.0, "W13": -17.081135124354763, "S13": -20.081135124354763, "W21": -39.074782921378585, "S21": -39.84495158628409, "W22": -41.267186850756417, "S22": -41.267186850756417, "W31": -75.239998, "S31": -75.239998, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24625448076739789, "S11": -0.24625448076739789, "W12": -10.0, "S12": -10.0, "W13": -17.222667930490513, "S13": -20.217067980047585, "W21": -39.470670982448318, "S21": -40.263260564511597, "W22": -52.421003489114938, "S22": -55.446058309223766, "W31": -80.027507384401957, "S31": -80.027507384401957, "W32": -95.323059141846684, "S32": -100.32305914184668 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500047.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35647241813937836, "S11": -0.35647241813937836, "W12": -10.202739376256543, "S12": -10.202739376256543, "W13": -17.135191803169704, "S13": -20.106422057769226, "W21": -39.866559043517569, "S21": -40.681569542738593, "W22": -58.392043293842328, "S22": -58.392043293842328, "W31": -80.886585594891528, "S31": -80.886585594891528, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500094.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46669035551149435, "S11": -0.46669035551149435, "W12": -10.517817667080635, "S12": -10.517817667080635, "W13": -17.047715675848789, "S13": -19.995776135490729, "W21": -40.349382416764058, "S21": -41.18681383314285, "W22": -40.303654442129584, "S22": -42.940330179729493, "W31": -82.864606255699087, "S31": -82.864606255699087, "W32": -94.298081512588467, "S32": -99.298081512588467 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500141.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50297966846782494, "S11": -0.50297966846782494, "W12": -10.832895957904341, "S12": -10.832895957904341, "W13": -16.960239548527984, "S13": -19.885130213212374, "W21": -41.215326981343019, "S21": -42.075179314879556, "W22": -34.757045889234547, "S22": -41.071893024525835, "W31": -65.991832365390906, "S31": -65.991832365390906, "W32": -89.001183868211584, "S32": -94.001183868211584 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500189.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53624671753202136, "S11": -0.53624671753202136, "W12": -11.147974248728431, "S12": -11.147974248728431, "W13": -16.872763421207068, "S13": -19.774484290933881, "W21": -42.051061231200578, "S21": -42.933334481894882, "W22": -36.621967717930097, "S22": -36.621967717930097, "W31": -72.822905961422435, "S31": -72.870379996555144, "W32": -100.52516670795811, "S32": -105.52516670795811 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500236.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67084685951374468, "S11": -0.67084685951374468, "W12": -11.373223864775673, "S12": -11.373223864775673, "W13": -16.78528729388626, "S13": -19.663838368655522, "W21": -42.886795481057113, "S21": -43.77131041667613, "W22": -38.615735248840977, "S22": -38.615735248840977, "W31": -66.553403242246134, "S31": -76.553403242246134, "W32": -89.845680522941976, "S32": -94.845680522941976 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500283.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80544700149563364, "S11": -0.80544700149563364, "W12": -11.468204267788359, "S12": -11.468204267788359, "W13": -17.054619840212624, "S13": -19.910001120024308, "W21": -43.722529730914673, "S21": -44.542846083947403, "W22": -49.572889726318778, "S22": -50.185905414871932, "W31": -74.794361122042346, "S31": -75.677167474345765, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1691657830830797, "S11": -1.1691657830830797, "W12": -11.995980674543526, "S12": -11.995980674543526, "W13": -15.800254471129282, "S13": -18.800254471129282, "W21": -48.211148295418106, "S21": -48.211148295418106, "W22": -38.250102280313527, "S22": -50.298224917864964, "W31": -80.339381664168428, "S31": -80.339381664168428, "W32": -91.423281936607822, "S32": -96.423281936607822 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 500939.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54782525019245576, "S11": -0.54782525019245576, "W12": -10.285474538886934, "S12": -10.285474538886934, "W13": -15.213474665029434, "S13": -18.213474665029434, "W21": -42.473168951992946, "S21": -42.473168951992946, "W22": -48.387116238274182, "S22": -52.786707494716083, "W31": -76.86355159497883, "S31": -78.693389599359634, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 501471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.148009672868946, "S11": 1.148009672868946, "W12": -10.111847672778561, "S12": -10.111847672778561, "W13": -15.393555247962484, "S13": -20.231109293669711, "W21": -40.076776395432816, "S21": -48.661513759159277, "W22": -48.382708235502299, "S22": -52.768645087584474, "W31": -76.863561827555998, "S31": -78.687507331555764, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 502034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91347839798170927, "S11": 0.91347839798170927, "W12": -7.7699991052400392, "S12": -11.926809606929631, "W13": -15.207164179104478, "S13": -21.097366918686948, "W21": -37.794111698369889, "S21": -47.021079241303894, "W22": -39.310915065172402, "S22": -39.310915065172402, "W31": -50.0, "S31": -50.0, "W32": -98.366318765248295, "S32": -103.36631876524829 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 502381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94042381064224023, "S11": -1.1904238106422402, "W12": -4.8688051660334946, "S12": -4.8688051660334946, "W13": -20.0, "S13": -21.328454953711105, "W21": -30.0, "S21": -30.0, "W22": -31.467131856944714, "S22": -39.509626665606831, "W31": -70.0, "S31": -70.0, "W32": -93.090036922193036, "S32": -98.090036922193036 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 504560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42321143404663047, "S11": -1.3493454546651875, "W12": -9.3138555788872814, "S12": -15.020286981521217, "W13": -18.135657446002273, "S13": -18.135657446002273, "W21": -35.819176172628957, "S21": -35.915634679045638, "W22": -50.0, "S22": -62.544576927262092, "W31": -82.661627767046312, "S31": -82.661627767046312, "W32": -93.729242065077372, "S32": -98.729242065077372 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3184544584118356, "W12": -7.5696790899842785, "S12": -8.970934177125848, "W13": -20.016862570495697, "S13": -22.007577098861681, "W21": -34.260209148190889, "S21": -34.260209148190889, "W22": -50.000000000000007, "S22": -65.0, "W31": -82.540890739502345, "S31": -82.540890739502345, "W32": -93.618097524729691, "S32": -98.618097524729691 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 506663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23296378801222611, "S11": -0.63988110230194106, "W12": -10.075592302330401, "S12": -10.075592302330401, "W13": -20.335986516085935, "S13": -20.335986516085935, "W21": -31.72512508209142, "S21": -31.72512508209142, "W22": -43.13095238095238, "S22": -51.88023588433424, "W31": -81.731505480781635, "S31": -81.731505480781635, "W32": -92.873017457954504, "S32": -97.873017457954504 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 507278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30527655838454776, "S11": -0.30527655838454776, "W12": -12.172579111284218, "S12": -12.899488871413766, "W13": -18.476057736809082, "S13": -18.476057736809082, "W21": -32.329038403168241, "S21": -32.329038403168241, "W22": -40.0, "S22": -55.0, "W31": -71.052031641341628, "S31": -71.052031641341628, "W32": -89.565430566549082, "S32": -94.565430566549082 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 507924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20453028972783135, "S11": -0.20453028972783135, "W12": -12.156552353695842, "S12": -13.490055683629244, "W13": -17.327251676107736, "S13": -17.327251676107736, "W21": -30.524470488183397, "S21": -30.524470488183397, "W22": -39.436176206546904, "S22": -39.436176206546904, "W31": -50.0, "S31": -50.0, "W32": -98.493745441534671, "S32": -103.49374544153467 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13817649699581386, "S11": -0.13817649699581386, "W12": -12.115196103363704, "S12": -13.628241227076696, "W13": -16.921029042021686, "S13": -16.921029042021686, "W21": -30.0, "S21": -30.0, "W22": -39.760228277343579, "S22": -39.760228277343579, "W31": -50.0, "S31": -50.0, "W32": -98.818954958922205, "S32": -103.81895495892221 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508126.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064645305587755775, "S11": -0.064645305587755775, "W12": -11.851072066706477, "S12": -13.543658984198848, "W13": -16.965566531551605, "S13": -16.965566531551605, "W21": -30.0, "S21": -30.0, "W22": -39.41673529013336, "S22": -44.519271465817823, "W31": -71.733559451862803, "S31": -73.573100678280881, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508175.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0021496400469939447, "S11": -0.0021496400469939447, "W12": -11.473997800888739, "S12": -13.895010898574338, "W13": -17.238653490008552, "S13": -17.238653490008552, "W21": -30.0, "S21": -30.0, "W22": -57.91367938055636, "S22": -59.167406621329647, "W31": -79.846960223602153, "S31": -79.846960223602153, "W32": -94.925203087818517, "S32": -99.925203087818517 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508225.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058372092138806647, "S11": 0.058372092138806647, "W12": -11.096923535071447, "S12": -14.624207727495323, "W13": -17.511740448465172, "S13": -17.511740448465172, "W21": -30.0, "S21": -30.0, "W22": -63.251366120218577, "S22": -66.298163774444845, "W31": -78.996791387111514, "S31": -78.996791387111514, "W32": -92.809019678701674, "S32": -97.809019678701674 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508274.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11889382432467857, "S11": 0.11889382432467857, "W12": -10.719849269253709, "S12": -15.353404556417164, "W13": -17.784827406922116, "S13": -17.784827406922116, "W21": -30.0, "S21": -30.0, "W22": -62.171071515312093, "S22": -64.185294526666908, "W31": -79.755240076633669, "S31": -79.755240076633669, "W32": -91.137551756841148, "S32": -96.137551756841148 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508324.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16481736790527035, "S11": 0.16481736790527035, "W12": -10.342775003435975, "S12": -16.082601385339011, "W13": -18.057914365379059, "S13": -18.057914365379059, "W21": -30.0, "S21": -30.0, "W22": -52.404687950700151, "S22": -52.404687950700151, "W31": -81.440329218106996, "S31": -81.440329218106996, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508373.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21020962410509461, "S11": 0.21020962410509461, "W12": -10.019402097902173, "S12": -16.865499574543485, "W13": -18.331001323835682, "S13": -18.331001323835682, "W21": -29.999999999999996, "S21": -30.438149688149505, "W22": -58.513056249311603, "S22": -58.513056249311603, "W31": -81.166776223119555, "S31": -81.166776223119555, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508423.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25560188030497233, "S11": 0.25560188030497233, "W12": -9.9999999999999982, "S12": -17.952368571380894, "W13": -18.604088282292626, "S13": -18.604088282292626, "W21": -29.962542793483557, "S21": -30.653210121844847, "W22": -51.411776567856428, "S22": -51.411776567856428, "W31": -76.173355856503534, "S31": -76.173355856503534, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508472.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32446421445515405, "S11": 0.32446421445515405, "W12": -10.0, "S12": -19.058639666120474, "W13": -19.058639666120474, "S13": -19.058639666120474, "W21": -29.769432381917525, "S21": -30.587900797738214, "W22": -37.874442230850676, "S22": -40.96506181685853, "W31": -72.788076290101174, "S31": -77.697048981908722, "W32": -89.638544228079851, "S32": -94.638544228079851 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508522.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39132332357698579, "S11": 0.39132332357698579, "W12": -10.0, "S12": -19.590295306866519, "W13": -19.590295306866519, "S13": -19.590295306866519, "W21": -29.637497943023508, "S21": -30.583767446303444, "W22": -39.001074781264791, "S22": -61.564150420400999, "W31": -80.646284361863053, "S31": -80.646284361863053, "W32": -91.758288047011106, "S32": -96.758288047011106 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508571.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40609687923672838, "S11": 0.40609687923672838, "W12": -10.0, "S12": -18.277283489700384, "W13": -19.440285087257191, "S13": -19.440285087257191, "W21": -29.79398923197413, "S21": -30.868059822713466, "W22": -38.94278415222368, "S22": -49.724060547360068, "W31": -66.725704891008903, "S31": -66.725704891008903, "W32": -88.95463259692788, "S32": -93.95463259692788 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508621.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39785879634225874, "S11": 0.39785879634225874, "W12": -9.9999999999999982, "S12": -16.889928644735448, "W13": -19.723078526967015, "S13": -19.723078526967015, "W21": -29.950480520924565, "S21": -31.152352199123147, "W22": -34.233448342977724, "S22": -39.000138374018967, "W31": -66.05779881699624, "S31": -66.063352204562676, "W32": -89.043748184969232, "S32": -94.043748184969232 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508670.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38434770040778399, "S11": 0.38434770040778399, "W12": -10.0, "S12": -15.502573799768884, "W13": -20.003285142131485, "S13": -20.003285142131485, "W21": -30.12853269147482, "S21": -31.458205457132802, "W22": -37.254291715976329, "S22": -38.568685004809694, "W31": -55.628869458055803, "S31": -55.628869458055803, "W32": -96.43287306185816, "S32": -101.43287306185816 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 508720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.511110819555839, "S12": -14.02109384709768, "W13": -21.424018433877404, "S13": -21.424018433877404, "W21": -35.316752183747745, "S21": -35.316752183747745, "W22": -51.962995724605634, "S22": -55.187636348336653, "W31": -80.0, "S31": -80.0, "W32": -95.328092377178407, "S32": -100.32809237717841 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 509441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7855275481630555, "S11": 1.7855275481630555, "W12": -10.269362455726093, "S12": -18.380269651080262, "W13": -28.899110418921413, "S13": -28.899110418921413, "W21": -35.812266786665369, "S21": -35.812266786665369, "W22": -37.342011892949365, "S22": -41.002089294679521, "W31": -72.301642359627493, "S31": -76.932042590807953, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 510502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2222215284415392, "S11": 1.2222215284415392, "W12": -9.6152934314514944, "S12": -14.759820054616558, "W13": -30.499022626479473, "S13": -30.499022626479473, "W21": -36.231457466640357, "S21": -36.231457466640357, "W22": -37.720230473751599, "S22": -42.439268096874478, "W31": -81.0412097657983, "S31": -81.0412097657983, "W32": -92.192170258669123, "S32": -97.192170258669123 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 510769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -10.407922144824958, "W13": -25.0, "S13": -25.317041643376189, "W21": -35.435414649874964, "S21": -35.435414649874964, "W22": -38.988918122749702, "S22": -38.988918122749702, "W31": -80.629809523796609, "S31": -80.629809523796609, "W32": -91.729166124964252, "S32": -96.729166124964252 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47163461538461537, "W12": -10.547310609914119, "S12": -15.318974337133401, "W13": -19.944928321464303, "S13": -30.350045592253217, "W21": -31.069952630609492, "S21": -31.069952630609492, "W22": -40.305083396101068, "S22": -54.285505004786124, "W31": -68.431705752221745, "S31": -68.431705752221745, "W32": -89.225924091884693, "S32": -94.225924091884693 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 512518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34989557290319456, "S11": 0.34989557290319456, "W12": -12.335833225683992, "S12": -15.72316031562181, "W13": -19.781590742193991, "S13": -19.781590742193991, "W21": -33.107007076958816, "S21": -33.107007076958816, "W22": -40.204703912609197, "S22": -52.626578912609205, "W31": -68.124985760416806, "S31": -68.124985760416806, "W32": -89.185917108121799, "S32": -94.185917108121799 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 512815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.086065665568764313, "S11": -0.44028241530002593, "W12": -10.0, "S12": -10.0, "W13": -19.596719265788529, "S13": -19.995051395840779, "W21": -37.314526792422221, "S21": -37.544220314169472, "W22": -36.760562192522691, "S22": -40.787351478381652, "W31": -60.874833505993792, "S31": -62.095621947740035, "W32": -95.502601510889974, "S32": -100.50260151088997 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 513908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.100585973885212, "S11": -0.40737772605954997, "W12": -10.0, "S12": -10.0, "W13": -19.567203414480932, "S13": -20.287058776015911, "W21": -37.509221130798011, "S21": -37.946585784862989, "W22": -45.489758806805007, "S22": -45.489758806805007, "W31": -72.438956023606536, "S31": -72.438956023606536, "W32": -99.284132717264967, "S32": -104.28413271726497 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 513954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11510628220165971, "S11": -0.37447303681907396, "W12": -10.0, "S12": -10.0, "W13": -19.537687563173336, "S13": -20.579066156191043, "W21": -37.703915469173793, "S21": -38.348951255556507, "W22": -37.108730518447011, "S22": -37.108730518447011, "W31": -72.385058703521707, "S31": -77.063428881241691, "W32": -89.986903627398149, "S32": -94.986903627398149 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13088922602388542, "S11": -0.33870707025333918, "W12": -10.0, "S12": -10.0, "W13": -19.505605116099865, "S13": -20.896465482468361, "W21": -37.915539750017047, "S21": -38.786305028049696, "W22": -40.859415851198925, "S22": -40.859415851198925, "W31": -73.41633641244411, "S31": -75.53528865120596, "W32": -89.087160214250929, "S32": -94.087160214250929 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14667216984611114, "S11": -0.30294110368760435, "W12": -10.0, "S12": -10.0, "W13": -19.473522669026391, "S13": -21.213864808745679, "W21": -38.127164030860293, "S21": -39.223658800542758, "W22": -29.569268917864704, "S22": -38.890568719559312, "W31": -70.0, "S31": -70.0, "W32": -92.593562273460805, "S32": -97.593562273460805 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16245511366833693, "S11": -0.2670860604045468, "W12": -10.0, "S12": -10.0, "W13": -19.44144022195292, "S13": -21.531264135023001, "W21": -38.338788311703539, "S21": -39.728652694287383, "W22": -47.786145155578595, "S22": -57.779110784318895, "W31": -82.795544665043408, "S31": -82.795544665043408, "W32": -93.82148727611343, "S32": -98.82148727611343 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17823805749056262, "S11": -0.22968224920906857, "W12": -10.0, "S12": -10.0, "W13": -19.409357774879442, "S13": -21.848663461300312, "W21": -38.550412592546792, "S21": -39.832991020936667, "W22": -39.566679799074166, "S22": -42.969000275712609, "W31": -81.498739554385963, "S31": -81.498739554385963, "W32": -92.622498895056594, "S32": -97.622498895056594 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19402100131278838, "S11": -0.19402100131278838, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.377275327805972, "S13": -22.166062787577633, "W21": -38.762036873390038, "S21": -39.757745458010348, "W22": -37.158759837090166, "S22": -45.96623985044733, "W31": -65.914132387496593, "S31": -65.914132387496593, "W32": -88.972652216873982, "S32": -93.972652216873982 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20980394513501407, "S11": -0.20980394513501407, "W12": -10.075757250898011, "S12": -10.075757250898011, "W13": -19.345192880732498, "S13": -22.483462113854948, "W21": -38.973661154233291, "S21": -39.682499895084028, "W22": -38.404366275467424, "S22": -38.404366275467424, "W31": -53.84631806026831, "S31": -53.84631806026831, "W32": -100.79184255838369, "S32": -105.79184255838369 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22558688895723983, "S11": -0.22558688895723983, "W12": -10.152348308016595, "S12": -10.152348308016595, "W13": -19.452127031251933, "S13": -22.939878037725176, "W21": -39.185285435076544, "S21": -39.607254332157716, "W22": -37.277078185738539, "S22": -37.277078185738539, "W31": -72.465940961764375, "S31": -72.500329985998249, "W32": -100.48830019747338, "S32": -105.48830019747338 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24136983277946561, "S11": -0.24136983277946561, "W12": -10.228939365135178, "S12": -10.228939365135178, "W13": -19.570998949978218, "S13": -23.408231729802253, "W21": -39.39690971591979, "S21": -39.532008769231396, "W22": -36.701516199949062, "S22": -43.224594738345367, "W31": -62.181709360785248, "S31": -63.868723261435335, "W32": -95.391769280622157, "S32": -100.39176928062216 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25715277660169134, "S11": -0.25715277660169134, "W12": -10.305530422253764, "S12": -10.305530422253764, "W13": -19.68987086870451, "S13": -23.876585421879334, "W21": -39.608533996763036, "S21": -39.608533996763036, "W22": -60.259538425674101, "S22": -63.960774981034383, "W31": -79.62716228056496, "S31": -79.62716228056496, "W32": -94.377847222070784, "S32": -99.377847222070784 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27293572042391712, "S11": -0.27293572042391712, "W12": -10.38212147937235, "S12": -10.38212147937235, "W13": -19.808742787430798, "S13": -24.344939113956414, "W21": -39.820158277606282, "S21": -40.446700696352487, "W22": -49.391767047465386, "S22": -49.391767047465386, "W31": -81.358024691358025, "S31": -81.358024691358025, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28871866424614284, "S11": -0.28871866424614284, "W12": -10.458712536490934, "S12": -10.458712536490934, "W13": -19.927614706157087, "S13": -24.813292806033495, "W21": -39.964263742630486, "S21": -41.191751341113125, "W22": -39.658056732000396, "S22": -39.658056732000396, "W31": -81.523922521144641, "S31": -81.523922521144641, "W32": -92.625982275958677, "S32": -97.625982275958677 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30450160806836851, "S11": -0.30450160806836851, "W12": -10.535303593609518, "S12": -10.535303593609518, "W13": -20.013788506585193, "S13": -25.24894837981239, "W21": -39.726313743172135, "S21": -41.286453807368225, "W22": -41.464321470504942, "S22": -41.464321470504942, "W31": -75.239998, "S31": -75.239998, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32028455189059429, "S11": -0.32028455189059429, "W12": -10.611894650728102, "S12": -10.611894650728102, "W13": -20.049047384558463, "S13": -25.633689031136456, "W21": -39.488363743713791, "S21": -41.381156273623333, "W22": -45.570790183278376, "S22": -45.570790183278376, "W31": -74.498771379631435, "S31": -78.24232448176727, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33606749571282007, "S11": -0.33606749571282007, "W12": -10.688485707846688, "S12": -10.688485707846688, "W13": -20.084306262531729, "S13": -26.018429682460511, "W21": -39.250413744255432, "S21": -40.49520126613988, "W22": -56.85870547139772, "S22": -56.85870547139772, "W31": -81.354636374147304, "S31": -81.354636374147304, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3518504395350458, "S11": -0.3518504395350458, "W12": -10.765076764965272, "S12": -10.765076764965272, "W13": -20.119565140504996, "S13": -26.403170333784569, "W21": -39.012463744797081, "S21": -39.517158954092004, "W22": -50.0, "S22": -50.007747433662587, "W31": -74.941772201454825, "S31": -75.672403290191042, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36763338335727153, "S11": -0.36763338335727153, "W12": -10.84166782208386, "S12": -10.84166782208386, "W13": -20.154824018478262, "S13": -26.787910985108624, "W21": -38.77451374533873, "S21": -38.781059199884183, "W22": -40.054672075848011, "S22": -54.610244903455659, "W31": -79.406146291196336, "S31": -79.406146291196336, "W32": -90.510543695883939, "S32": -95.510543695883939 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3834163271794972, "S11": -0.3834163271794972, "W12": -10.918258879202444, "S12": -10.918258879202444, "W13": -20.190082896451532, "S13": -27.172651636432686, "W21": -38.536563745880379, "S21": -39.388999413874387, "W22": -37.640327940346033, "S22": -39.345075988662941, "W31": -75.284108011342909, "S31": -75.284108011342909, "W32": -93.998034868687782, "S32": -98.998034868687782 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39919927100172298, "S11": -0.39919927100172298, "W12": -10.994849936321028, "S12": -10.994849936321028, "W13": -20.225341774424798, "S13": -27.557392287756741, "W21": -38.298613746422028, "S21": -39.931048589331908, "W22": -41.179289075755413, "S22": -41.179289075755413, "W31": -73.46096569865756, "S31": -75.301220965867003, "W32": -89.042875148969387, "S32": -94.042875148969387 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4149822148239487, "S11": -0.4149822148239487, "W12": -11.071440993439614, "S12": -11.071440993439614, "W13": -20.260600652398068, "S13": -27.942132939080803, "W21": -38.060663746963677, "S21": -40.473097764789429, "W22": -48.011894347092763, "S22": -49.01723801850936, "W31": -78.570028576749223, "S31": -79.030829250663132, "W32": -95.44714230615557, "S32": -100.44714230615557 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 514950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43076515864617448, "S11": -0.43076515864617448, "W12": -11.076627414823118, "S12": -11.076627414823118, "W13": -20.295859530371335, "S13": -28.326873590404862, "W21": -37.822713747505325, "S21": -39.960317716569968, "W22": -54.218921892189222, "S22": -54.218921892189222, "W31": -79.885406668439714, "S31": -79.885406668439714, "W32": -95.112371639183593, "S32": -100.11237163918359 }, "geometry": { "type": "Point", "coordinates": [ 105000.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8732510176095426, "S11": 0.8732510176095426, "W12": -6.0145085931309596, "S12": -9.8513056086968938, "W13": -28.996868815571883, "S13": -28.996868815571883, "W21": -36.876950167396338, "S21": -36.876950167396338, "W22": -58.383033494222609, "S22": -58.383033494222609, "W31": -80.736923654803277, "S31": -80.736923654803277, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.25, 511159.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92129330254044817, "S11": -0.92129330254044817, "W12": -11.636130765690149, "S12": -11.636130765690149, "W13": -15.336417044424334, "S13": -18.336417044424334, "W21": -44.488115287453205, "S21": -44.488115287453205, "W22": -53.239358292802692, "S22": -53.239358292802692, "W31": -77.847103236678208, "S31": -77.847103236678208, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105000.8, 501291.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4283479905438758, "S11": -1.8719903647791483, "W12": -9.0759741425937754, "S12": -9.0759741425937754, "W13": -16.264165086397409, "S13": -25.608420241987101, "W21": -39.19159430087106, "S21": -39.650197376190519, "W22": -34.034275280470922, "S22": -39.637397499397053, "W31": -70.0, "S31": -70.0, "W32": -93.734837673920794, "S32": -98.734837673920794 }, "geometry": { "type": "Point", "coordinates": [ 105000.8, 516109.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.0111104039874581, "S12": -4.0111104039874581, "W13": -15.783646032574678, "S13": -18.783646032574676, "W21": -41.649287255679319, "S21": -41.649287255679319, "W22": -37.433147455621302, "S22": -38.509017370493211, "W31": -54.780669581291633, "S31": -54.780669581291633, "W32": -96.608714574307072, "S32": -101.60871457430707 }, "geometry": { "type": "Point", "coordinates": [ 105001.0, 497445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1524780244211101, "S11": -1.1524780244211101, "W12": -12.044996906919263, "S12": -12.044996906919263, "W13": -15.785414307613696, "S13": -18.785414307613696, "W21": -48.042784259560406, "S21": -48.042784259560406, "W22": -38.510918768068031, "S22": -38.510918768068031, "W31": -50.0, "S31": -50.0, "W32": -97.630049539515241, "S32": -102.63004953951524 }, "geometry": { "type": "Point", "coordinates": [ 105001.0, 500963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78165953305344948, "S11": -0.78165953305344948, "W12": -8.2369556228197016, "S12": -10.675455681832668, "W13": -19.458464237626995, "S13": -19.548348595508919, "W21": -33.854966998144889, "S21": -34.138081651309591, "W22": -41.452519207727221, "S22": -41.452519207727221, "W31": -70.0, "S31": -70.0, "W32": -95.359627002161503, "S32": -100.3596270021615 }, "geometry": { "type": "Point", "coordinates": [ 105001.0, 505467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39024782317481571, "S11": -0.39024782317481571, "W12": -11.776164256715518, "S12": -14.146824601704212, "W13": -18.649067840377988, "S13": -18.649067840377988, "W21": -32.993122340493819, "S21": -32.993122340493819, "W22": -36.022747968246847, "S22": -49.026123995339091, "W31": -66.147226069682503, "S31": -66.916220288740448, "W32": -96.372032565443504, "S32": -101.3720325654435 }, "geometry": { "type": "Point", "coordinates": [ 105001.0, 507854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22259766806410622, "S11": -0.22259766806410622, "W12": -10.0, "S12": -10.0, "W13": -17.238328873432394, "S13": -20.238328873432394, "W21": -39.367190146647076, "S21": -40.151380351889891, "W22": -40.473539305693734, "S22": -40.473539305693734, "W31": -72.580323447762197, "S31": -74.825173921626089, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105001.666666666671517, 500038.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48027040375354985, "S11": -0.84127037164750718, "W12": -4.7012107935183245, "S12": -4.7012107935183245, "W13": -15.318553101424659, "S13": -18.318553101424659, "W21": -39.999999999999986, "S21": -39.999999999999986, "W22": -56.979300984051577, "S22": -56.979300984051577, "W31": -79.928152508343459, "S31": -79.928152508343459, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56697754092120289, "S11": 0.56697754092120289, "W12": -3.6102412763878893, "S12": -3.6102412763878893, "W13": -16.886418290709678, "S13": -21.886418290709678, "W21": -46.579722903156402, "S21": -51.995329582850843, "W22": -49.122242829964897, "S22": -50.326968764499064, "W31": -74.570667468630035, "S31": -75.61722832493011, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 497678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3075855689176636, "W12": -4.0488614040338184, "S12": -4.0488614040338184, "W13": -17.0168215961803, "S13": -19.61703949819249, "W21": -46.764812859626126, "S21": -50.925348480369969, "W22": -32.571239231278994, "S22": -32.571239231278994, "W31": -70.0, "S31": -70.13361652828732, "W32": -90.537665234977695, "S32": -95.537665234977695 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3268611697606187, "S11": -1.5637742045827161, "W12": -4.7840835179218688, "S12": -7.5004547379427233, "W13": -20.0, "S13": -20.01654763298599, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.828376877630646, "S22": -55.338361075303396, "W31": -80.138859349417046, "S31": -80.138859349417046, "W32": -91.090667984086963, "S32": -96.090667984086963 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 504213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38364559621782524, "S11": -1.7085250919538284, "W12": -5.0, "S12": -10.674204667792626, "W13": -21.986508003016844, "S13": -21.986508003016844, "W21": -39.371634566093007, "S21": -39.371634566093007, "W22": -35.694257177660511, "S22": -38.355773363627399, "W31": -66.236772014951327, "S31": -70.245503055171199, "W32": -89.24852733791883, "S32": -94.24852733791883 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 506171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062218816433503826, "S11": 0.062218816433503826, "W12": -11.030423328904419, "S12": -14.778404320422094, "W13": -17.558943391258179, "S13": -17.558943391258179, "W21": -30.0, "S21": -30.0, "W22": -51.180311890837984, "S22": -51.180311890837984, "W31": -75.909678924645789, "S31": -75.909678924645789, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 508283.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071835776530119286, "S11": -0.46983571138143743, "W12": -10.0, "S12": -10.0, "W13": -19.618058484573723, "S13": -19.708863785536622, "W21": -37.127381326089278, "S21": -37.127381326089278, "W22": -39.053143913298747, "S22": -39.053143913298747, "W31": -50.0, "S31": -50.0, "W32": -98.168620458490594, "S32": -103.16862045849059 }, "geometry": { "type": "Point", "coordinates": [ 105002.0, 513863.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6396506358374916, "S11": -0.74278119989215918, "W12": -6.6750381983524303, "S12": -8.6462679723607678, "W13": -17.33501081239816, "S13": -18.892032520655373, "W21": -31.621085093564972, "S21": -31.781073442520142, "W22": -39.705518073475822, "S22": -40.762172749734816, "W31": -81.54216252043247, "S31": -81.54216252043247, "W32": -92.591616663295653, "S32": -97.591616663295653 }, "geometry": { "type": "Point", "coordinates": [ 105002.333333333328483, 505299.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13365261087415548, "S11": -0.32898214696883032, "W12": -10.0, "S12": -10.0, "W13": -19.490234103728454, "S13": -20.952011370281916, "W21": -37.957291405171475, "S21": -38.833924076959249, "W22": -38.378601616705311, "S22": -40.887254665991129, "W31": -72.943966614862006, "S31": -77.943966614862006, "W32": -89.486260347605906, "S32": -94.486260347605906 }, "geometry": { "type": "Point", "coordinates": [ 105002.571428571434808, 514059.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 1.75, "S11": 1.7, "W12": -3.9648744219566394, "S12": -3.9648744219566394, "W13": -18.367917719234931, "S13": -20.666571683830725, "W21": -30.0, "S21": -30.0, "W22": -38.430045306805866, "S22": -56.095151071378766, "W31": -81.228316855267025, "S31": -81.228316855267025, "W32": -92.278917679843588, "S32": -97.278917679843588 }, "geometry": { "type": "Point", "coordinates": [ 105003.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7378701515362156, "S12": -8.4501464522955043, "W13": -24.999999999999996, "S13": -27.015267788074436, "W21": -35.238140177490173, "S21": -35.238140177490173, "W22": -31.095960469069638, "S22": -31.560498185112078, "W31": -70.0, "S31": -70.0, "W32": -90.798412398236621, "S32": -95.798412398236621 }, "geometry": { "type": "Point", "coordinates": [ 105003.0, 511842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.832356332884874, "W13": -22.290390753040626, "S13": -34.310943930167447, "W21": -34.338195060041819, "S21": -34.338195060041819, "W22": -36.957651630718914, "S22": -39.803217595105295, "W31": -60.0, "S31": -60.977904871090033, "W32": -95.723291479645866, "S32": -100.72329147964587 }, "geometry": { "type": "Point", "coordinates": [ 105003.0, 512278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23801407764841298, "S11": 0.23801407764841298, "W12": -6.5988062876728524, "S12": -10.175307689596931, "W13": -16.19578750083376, "S13": -19.430709139631809, "W21": -37.331861782186373, "S21": -37.997227900184072, "W22": -36.931612375317052, "S22": -38.38654710721795, "W31": -57.336094262827316, "S31": -57.663524420288695, "W32": -96.184019197452258, "S32": -101.18401919745226 }, "geometry": { "type": "Point", "coordinates": [ 105004.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4435436119335003, "S12": -8.7642784791625523, "W13": -19.312287655205562, "S13": -21.021889638762914, "W21": -29.785168968857327, "S21": -31.850482296306577, "W22": -51.385326060248659, "S22": -54.1953642312874, "W31": -79.938755417689293, "S31": -79.938755417689293, "W32": -95.280891814734318, "S32": -100.28089181473432 }, "geometry": { "type": "Point", "coordinates": [ 105004.0, 503653.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98948041441582513, "S11": -1.2846079487519926, "W12": -4.8421597892888508, "S12": -4.8421597892888508, "W13": -20.0, "S13": -21.237243303733631, "W21": -30.0, "S21": -30.0, "W22": -29.82960288808664, "S22": -32.470023677846136, "W31": -70.0, "S31": -70.0, "W32": -91.302509285036678, "S32": -96.302509285036678 }, "geometry": { "type": "Point", "coordinates": [ 105004.0, 504544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -29.614314277495769, "S22": -34.647568899006693, "W31": -70.0, "S31": -70.0, "W32": -91.907385246867278, "S32": -96.907385246867278 }, "geometry": { "type": "Point", "coordinates": [ 105004.290322580651264, 529141.45161290327087 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8744312933024756, "S11": -0.8744312933024756, "W12": -11.533220222866692, "S12": -11.533220222866692, "W13": -15.320185922207331, "S13": -18.320185922207333, "W21": -44.069107402587264, "S21": -44.069107402587264, "W22": -50.036504498793867, "S22": -52.693659479633425, "W31": -76.506683809082105, "S31": -80.100500303941075, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105004.4, 501319.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95261728298401405, "S11": -1.2796808169510565, "W12": -4.8620095673365213, "S12": -4.8620095673365213, "W13": -20.0, "S13": -21.287361750984697, "W21": -30.0, "S21": -30.0, "W22": -35.333890377541515, "S22": -35.333890377541515, "W31": -70.752878535007639, "S31": -71.724063927998884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105004.666666666671517, 504556.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48824773413897277, "S11": -0.98287220425022914, "W12": -5.1651454789688547, "S12": -8.4080133067282308, "W13": -15.082262727570043, "S13": -18.082262727570043, "W21": -38.175403225806456, "S21": -38.175403225806456, "W22": -39.176532040160581, "S22": -39.176532040160581, "W31": -82.393056210427019, "S31": -82.393056210427019, "W32": -94.263155179898803, "S32": -99.263155179898803 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 497149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46144257935848432, "S11": -1.4030632654874244, "W12": -3.2499045422578909, "S12": -3.2499045422578909, "W13": -14.935390932246561, "S13": -15.957763135721127, "W21": -43.581162147244477, "S21": -46.325636655175934, "W22": -38.42739247281105, "S22": -55.593811378467947, "W31": -80.745133390261614, "S31": -80.745133390261614, "W32": -91.741906965859741, "S32": -96.741906965859741 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 498283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.13850174216028, "S12": -10.13850174216028, "W13": -15.22369894181805, "S13": -18.284996324434459, "W21": -42.086285001976222, "S21": -42.520987355460299, "W22": -51.717836257309941, "S22": -53.862216180967863, "W31": -79.897358970563033, "S31": -79.897358970563033, "W32": -95.235387639013155, "S32": -100.23538763901315 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 501501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32949099568388157, "S11": -1.5723947757526102, "W12": -10.0, "S12": -19.728216216216218, "W13": -19.728216216216218, "S13": -19.728216216216218, "W21": -36.643823874038816, "S21": -36.849345718843459, "W22": -39.038314051651795, "S22": -39.038314051651795, "W31": -81.307708405769773, "S31": -81.307708405769773, "W32": -94.104129654643799, "S32": -99.104129654643799 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9735087584474469, "S11": 1.9735087584474469, "W12": -10.488371146283439, "S12": -20.116920078708986, "W13": -27.934198717102657, "S13": -27.934198717102657, "W21": -35.781926168237611, "S21": -35.781926168237611, "W22": -37.364030335861322, "S22": -37.364030335861322, "W31": -80.970132607283119, "S31": -80.970132607283119, "W32": -91.988673393711935, "S32": -96.988673393711935 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 510410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36636025866764488, "S11": -0.36636025866764488, "W12": -10.812832420672867, "S12": -10.812832420672867, "W13": -20.150447673485377, "S13": -26.774257954808416, "W21": -38.7834342297826, "S21": -38.7834342297826, "W22": -40.949029982365815, "S22": -45.569833339681409, "W31": -81.662546515732274, "S31": -81.662546515732274, "W32": -92.639895278496923, "S32": -97.639895278496923 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 514797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2301822235564268, "S12": -6.2301822235564268, "W13": -20.0, "S13": -35.0, "W21": -41.446151983486608, "S21": -43.415775186520577, "W22": -44.055338422472872, "S22": -48.7486791230981, "W31": -72.456085879197161, "S31": -74.809683798789862, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105005.0, 520093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.9136523088830839, "S12": -3.9136523088830839, "W13": -15.753802176014876, "S13": -18.233182633659901, "W21": -42.251697447234761, "S21": -42.251697447234761, "W22": -40.035826722968913, "S22": -54.392394918410986, "W31": -77.443906460602463, "S31": -77.443906460602463, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105005.333333333328483, 497470.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7888193064142657, "S12": -4.7888193064142657, "W13": -17.385710266442754, "S13": -17.385710266442754, "W21": -44.698891577761181, "S21": -47.036446156846786, "W22": -39.910521307966782, "S22": -39.910521307966782, "W31": -50.0, "S31": -50.0, "W32": -99.072013431131055, "S32": -104.07201343113105 }, "geometry": { "type": "Point", "coordinates": [ 105005.875, 522033.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.45365903725750423, "W12": -4.2054996870436057, "S12": -4.2054996870436057, "W13": -15.830448720505526, "S13": -18.740905391483537, "W21": -40.602832422999917, "S21": -40.602832422999917, "W22": -50.048316192780817, "S22": -50.048316192780817, "W31": -74.889272107425043, "S31": -75.6281979128524, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105006.0, 497375.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038956774182624374, "S11": -0.53895677418262433, "W12": -10.0, "S12": -10.0, "W13": -19.669720007324649, "S13": -23.847046591932951, "W21": -36.693835594787529, "S21": -36.693835594787529, "W22": -48.673856476657384, "S22": -51.619439428976129, "W31": -78.972399594489062, "S31": -79.51891971162172, "W32": -95.496289103198322, "S32": -100.49628910319832 }, "geometry": { "type": "Point", "coordinates": [ 105006.0, 513760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.692881685784583, "S13": -14.692881685784583, "W21": -47.0, "S21": -47.0, "W22": -54.766529253979236, "S22": -55.54759106350469, "W31": -81.029304029304029, "S31": -81.029304029304029, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105006.0, 526842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22925764192139741, "S11": 0.22925764192139741, "W12": -3.2225837718083632, "S12": -3.2225837718083632, "W13": -15.689009190990808, "S13": -18.802257430427428, "W21": -40.0, "S21": -41.562424748593273, "W22": -53.015549136332183, "S22": -53.580361818230415, "W31": -81.090534979423865, "S31": -81.090534979423865, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 499046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8518626989991267, "S11": 0.8518626989991267, "W12": -10.249944994499451, "S12": -10.249944994499451, "W13": -15.396747169721664, "S13": -19.788964587881022, "W21": -40.245966718337328, "S21": -49.281645608327416, "W22": -40.0, "S22": -55.0, "W31": -74.226408953374261, "S31": -74.226408953374261, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 501894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3023222958057394, "S11": 1.3023222958057394, "W12": -9.0958853243098137, "S12": -14.095885324309814, "W13": -15.241624848929334, "S13": -20.888083193635374, "W21": -39.009190677128856, "S21": -47.598960729426594, "W22": -40.0, "S22": -55.0, "W31": -70.761675236793351, "S31": -70.761675236793351, "W32": -89.548605460581854, "S32": -94.548605460581854 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 502218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6, "S11": 0.6, "W12": -5.6387492176832046, "S12": -6.2798221843375677, "W13": -18.643050059484416, "S13": -22.045876390986169, "W21": -29.590644578273853, "S21": -30.698615013751279, "W22": -37.134482366863907, "S22": -38.295929855382226, "W31": -56.368944573222613, "S31": -56.451431188137263, "W32": -96.381512708754201, "S32": -101.3815127087542 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 503434.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.939528599979901, "W13": -27.923684539324874, "S13": -34.329404119214928, "W21": -35.60043241717819, "S21": -35.60043241717819, "W22": -41.503484824594196, "S22": -41.721863427322262, "W31": -73.246490847680747, "S31": -75.888154314262721, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105007.0, 512028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49776863762675061, "S11": -1.4464148445653322, "W12": -7.9165971970135045, "S12": -10.916597197013504, "W13": -15.517901203356825, "S13": -18.517901203356825, "W21": -33.921980495123776, "S21": -33.921980495123776, "W22": -43.275565847463959, "S22": -43.275565847463959, "W31": -73.757750244685099, "S31": -73.757750244685099, "W32": -88.860140936535444, "S32": -93.860140936535444 }, "geometry": { "type": "Point", "coordinates": [ 105008.0, 496955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3434231232065168, "S11": -0.6565768767934832, "W12": -9.0278962147912551, "S12": -12.525833901192676, "W13": -20.93286597194027, "S13": -23.354690406640639, "W21": -31.361070352631202, "S21": -31.575279339138341, "W22": -38.79537276142544, "S22": -38.79537276142544, "W31": -50.0, "S31": -50.0, "W32": -97.974099810486408, "S32": -102.97409981048641 }, "geometry": { "type": "Point", "coordinates": [ 105008.0, 506902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4631974493280664, "S12": -8.6347205865631871, "W13": -19.304973157231089, "S13": -21.078555885202089, "W21": -29.771380195907302, "S21": -31.40244815707312, "W22": -35.457896410215128, "S22": -38.522322825237232, "W31": -66.227018860734191, "S31": -69.283283181969765, "W32": -89.20207728346567, "S32": -94.20207728346567 }, "geometry": { "type": "Point", "coordinates": [ 105008.444444444437977, 503648.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87929781534734741, "S11": 0.87929781534734741, "W12": -3.9974833069419904, "S12": -3.9974833069419904, "W13": -15.0, "S13": -15.0, "W21": -44.071118128693044, "S21": -45.801549925223604, "W22": -50.21799942017784, "S22": -54.192759435691535, "W31": -76.000394045900478, "S31": -76.000394045900478, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105008.75, 523402.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71137841803385538, "S11": 0.71137841803385538, "W12": -7.1035803413101641, "S12": -11.197259360065555, "W13": -15.314477611940328, "S13": -20.848926748015515, "W21": -37.010324545639669, "S21": -46.788911093518081, "W22": -59.274373353151816, "S22": -62.162899890937403, "W31": -79.558166105068509, "S31": -79.558166105068509, "W32": -94.430708237290133, "S32": -99.430708237290133 }, "geometry": { "type": "Point", "coordinates": [ 105008.8, 502465.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -25.179902676398694, "S13": -33.682814700835927, "W21": -35.198136219002336, "S21": -35.198136219002336, "W22": -40.676606143583783, "S22": -45.812014591058514, "W31": -71.971315690855931, "S31": -72.305131938081999, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105009.333333333328483, 512125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44327053493130669, "S11": 0.44327053493130669, "W12": -10.0, "S12": -15.221985153576032, "W13": -20.912801988782618, "S13": -20.912801988782618, "W21": -33.417250162004812, "S21": -33.598398383626517, "W22": -39.624028561480252, "S22": -54.624028561480252, "W31": -80.254183215882037, "S31": -80.254183215882037, "W32": -91.103408824982438, "S32": -96.103408824982438 }, "geometry": { "type": "Point", "coordinates": [ 105009.5, 509070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0395743225081251, "W12": -6.0860968151945798, "S12": -10.729039147171569, "W13": -14.920945818979018, "S13": -17.920945818979018, "W21": -36.886627906976742, "S21": -36.886627906976742, "W22": -39.349519638664077, "S22": -39.349519638664077, "W31": -50.0, "S31": -50.0, "W32": -98.533061774945992, "S32": -103.53306177494599 }, "geometry": { "type": "Point", "coordinates": [ 105010.0, 497090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90856982473648151, "S11": -1.2965365918323506, "W12": -5.5716323906848144, "S12": -15.878495135783435, "W13": -25.0, "S13": -25.0, "W21": -38.39714753567597, "S21": -38.39714753567597, "W22": -42.965143422723543, "S22": -42.965143422723543, "W31": -73.711993721787863, "S31": -73.985440595015064, "W32": -88.860592572664316, "S32": -93.860592572664316 }, "geometry": { "type": "Point", "coordinates": [ 105010.0, 505808.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42763281396658531, "S11": -0.42763281396658531, "W12": -10.506514343052151, "S12": -10.506514343052151, "W13": -17.058157638340216, "S13": -20.038277814267865, "W21": -40.0, "S21": -40.805811826864456, "W22": -39.479419279728987, "S22": -39.479419279728987, "W31": -67.044933511945061, "S31": -77.044933511945061, "W32": -93.069299238640653, "S32": -98.069299238640653 }, "geometry": { "type": "Point", "coordinates": [ 105011.0, 500133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4127710504083357, "S11": 1.1627710504083357, "W12": -4.077230917062038, "S12": -4.077230917062038, "W13": -18.307770961145195, "S13": -20.824280010874002, "W21": -30.0, "S21": -30.0, "W22": -51.607386167993425, "S22": -51.607386167993425, "W31": -81.008230452674894, "S31": -81.008230452674894, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105011.0, 504826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.8275360046587679, "W13": -25.0, "S13": -25.198609558412521, "W21": -30.000000000000007, "S21": -30.000000000000007, "W22": -29.445395445596045, "S22": -37.657492074404409, "W31": -70.0, "S31": -70.0, "W32": -92.349248460167118, "S32": -97.349248460167118 }, "geometry": { "type": "Point", "coordinates": [ 105011.0, 511757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11271868172810613, "S11": 0.035449974001210485, "W12": -10.0, "S12": -10.0, "W13": -19.830005889313586, "S13": -28.991316698423418, "W21": -34.60483585311156, "S21": -34.60483585311156, "W22": -38.796882694770019, "S22": -63.796882694770019, "W31": -81.333285109233117, "S31": -81.333285109233117, "W32": -92.265770726116358, "S32": -97.265770726116358 }, "geometry": { "type": "Point", "coordinates": [ 105011.666666666671517, 513280.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55326450045552145, "S11": 0.55326450045552145, "W12": -5.549914551394858, "S12": -7.7366583272856051, "W13": -18.067751070555413, "S13": -21.692117408402755, "W21": -29.740139672875458, "S21": -29.89592553196249, "W22": -40.056115384543396, "S22": -54.46549086961609, "W31": -79.554452887627349, "S31": -79.554452887627349, "W32": -90.479237629683567, "S32": -95.479237629683567 }, "geometry": { "type": "Point", "coordinates": [ 105012.0, 503339.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43082880868732032, "S11": -1.2529422107491763, "W12": -9.2613172004648217, "S12": -14.588001767655719, "W13": -17.953770367563472, "S13": -17.953770367563472, "W21": -35.665398331307891, "S21": -35.665398331307891, "W22": -36.683820160580424, "S22": -39.427544930069757, "W31": -73.823566687261348, "S31": -73.823566687261348, "W32": -93.863985846957647, "S32": -98.863985846957647 }, "geometry": { "type": "Point", "coordinates": [ 105012.0, 506538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21224369269025542, "S11": -0.61201965012216741, "W12": -10.088251634294757, "S12": -10.088251634294757, "W13": -20.30710266726733, "S13": -20.30710266726733, "W21": -31.559184684604116, "S21": -31.559184684604116, "W22": -61.730218660072275, "S22": -63.611665640876126, "W31": -79.598860534376882, "S31": -79.598860534376882, "W32": -91.157040086974618, "S32": -96.157040086974618 }, "geometry": { "type": "Point", "coordinates": [ 105012.0, 507260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -10.86210986729928, "W13": -24.999999999999996, "S13": -27.279031581889321, "W21": -30.0, "S21": -30.0, "W22": -51.822229762847343, "S22": -51.822229762847343, "W31": -76.638009202533468, "S31": -76.638009202533468, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105012.0, 511689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.1041345942379592, "W12": -6.8571550560469259, "S12": -10.863197352119434, "W13": -14.787114636023752, "S13": -17.787114636023752, "W21": -35.814938109527382, "S21": -35.814938109527382, "W22": -42.728649912771345, "S22": -47.108886827285495, "W31": -83.127865684326224, "S31": -83.127865684326224, "W32": -93.920525137702867, "S32": -98.920525137702867 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 497041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49257088414634143, "S11": -1.0414319993177252, "W12": -5.7325873547098789, "S12": -10.732587354709878, "W13": -14.961696210460381, "S13": -17.961696210460381, "W21": -37.350947111777948, "S21": -37.350947111777948, "W22": -40.0, "S22": -55.0, "W31": -71.028787628057799, "S31": -71.028787628057799, "W32": -89.588565892951209, "S32": -94.588565892951209 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 497111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16144953426055886, "S11": -0.80377502122687217, "W12": -10.0, "S12": -12.70902341519132, "W13": -20.895874512606216, "S13": -22.863425813123033, "W21": -30.910229623880475, "S21": -30.910229623880475, "W22": -40.259141253814441, "S22": -54.918115826387726, "W31": -69.010372198117437, "S31": -69.010372198117437, "W32": -89.325294128834301, "S32": -94.325294128834301 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 506937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14863668063927524, "S11": 0.14863668063927524, "W12": -10.710699041291594, "S12": -10.710699041291594, "W13": -19.81729873319771, "S13": -26.043566789838994, "W21": -34.044600048646807, "S21": -34.044600048646807, "W22": -39.13323077348096, "S22": -39.13323077348096, "W31": -66.649359877012145, "S31": -76.649359877012145, "W32": -89.907451014333986, "S32": -94.907451014333986 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 513184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49073411721772831, "S11": -0.49073411721772831, "W12": -10.272483173941804, "S12": -10.272483173941804, "W13": -20.372337418889611, "S13": -29.608318003419281, "W21": -36.891886142564267, "S21": -36.891886142564267, "W22": -39.942802066339475, "S22": -39.942802066339475, "W31": -50.0, "S31": -50.0, "W32": -99.140490181237695, "S32": -104.14049018123769 }, "geometry": { "type": "Point", "coordinates": [ 105013.0, 515192.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.4394130214775667, "S12": -1.4394130214775667, "W13": -15.259167927382753, "S13": -18.273968561984752, "W21": -40.0, "S21": -41.794752346706488, "W22": -46.336923328187865, "S22": -46.336923328187865, "W31": -74.495934457005703, "S31": -78.284777540843521, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 498921.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81574769053117779, "S11": -0.82007241560222777, "W12": -11.419924212419316, "S12": -11.419924212419316, "W13": -15.348599804976706, "S13": -18.348599804976708, "W21": -43.376277210128833, "S21": -43.376277210128833, "W22": -29.901849997671494, "S22": -39.5819338006973, "W31": -70.0, "S31": -70.0, "W32": -92.661328649763007, "S32": -97.661328649763007 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 501361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47265486725663725, "S11": -0.25075681387503029, "W12": -6.0858914269860351, "S12": -8.8929062457129291, "W13": -20.304936182843576, "S13": -22.473979516030564, "W21": -33.354870456796803, "S21": -33.354870456796803, "W22": -45.333947300940977, "S22": -46.899230225881517, "W31": -77.463099086429622, "S31": -78.144586510714589, "W32": -95.197476538699121, "S32": -100.19747653869912 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 506731.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37081092241779795, "S11": 0.37081092241779795, "W12": -10.0, "S12": -15.694400672339532, "W13": -19.884311954763657, "S13": -19.884311954763657, "W21": -30.051826922021107, "S21": -31.226615163336437, "W22": -38.383247471280441, "S22": -38.383247471280441, "W31": -78.021402550091068, "S31": -78.021402550091068, "W32": -93.941621585011177, "S32": -98.941621585011177 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 508700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6692419271946553, "S11": 1.6692419271946553, "W12": -10.23164108618654, "S12": -18.175136317142677, "W13": -29.353271916162921, "S13": -29.353271916162921, "W21": -35.69038141306703, "S21": -35.69038141306703, "W22": -50.0, "S22": -68.550957239481832, "W31": -82.047116307168523, "S31": -82.047116307168523, "W32": -92.915296652955661, "S32": -97.915296652955661 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 510549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22150911418991961, "S11": 0.22150911418991961, "W12": -11.835470857879415, "S12": -12.354671242612309, "W13": -19.789009476472124, "S13": -23.31186036460187, "W21": -33.528727594833356, "S21": -33.528727594833356, "W22": -38.256151772745213, "S22": -38.256151772745213, "W31": -67.210927210821239, "S31": -75.446834823162902, "W32": -94.572191343165997, "S32": -99.572191343165997 }, "geometry": { "type": "Point", "coordinates": [ 105014.0, 513095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -40.352920066919708, "S22": -40.352920066919708, "W31": -50.0, "S31": -50.0, "W32": -100.17368637578724, "S32": -105.17368637578724 }, "geometry": { "type": "Point", "coordinates": [ 105014.354838709681644, 529189.774193548364565 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50300176910356098, "S11": -0.50300176910356098, "W12": -10.189532002353799, "S12": -10.189532002353799, "W13": -15.275671205171765, "S13": -18.322030706916884, "W21": -41.900165192099244, "S21": -42.359325321309697, "W22": -45.730908224064201, "S22": -45.730908224064201, "W31": -72.51572797118375, "S31": -72.51572797118375, "W32": -99.105977792272895, "S32": -104.1059777922729 }, "geometry": { "type": "Point", "coordinates": [ 105014.666666666671517, 501500.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26941130451789552, "S11": 0.26941130451789552, "W12": -3.0497428492305256, "S12": -3.0497428492305256, "W13": -15.622591657408343, "S13": -18.731911639802707, "W21": -40.0, "S21": -41.571267245875696, "W22": -48.190940495313036, "S22": -48.190940495313036, "W31": -80.946502057613174, "S31": -80.946502057613174, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 499036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82482438414164727, "S11": -0.82482438414164727, "W12": -11.445048651773194, "S12": -11.445048651773194, "W13": -15.355585250460472, "S13": -18.355585250460472, "W21": -43.397008659144589, "S21": -43.397008659144589, "W22": -40.688455579185785, "S22": -40.844976207822434, "W31": -72.772232101408576, "S31": -75.120367679815658, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 501358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56268925423516913, "S11": 0.56268925423516913, "W12": -5.0, "S12": -9.225858190301615, "W13": -15.430826798962444, "S13": -20.349614588192438, "W21": -34.626264841327028, "S21": -38.071668137077246, "W22": -38.531903857364313, "S22": -38.531903857364313, "W31": -50.0, "S31": -50.0, "W32": -97.758315561487521, "S32": -102.75831556148752 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 502727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7158609947362766, "S11": -1.8346644135396954, "W12": -4.756039967613102, "S12": -7.5023903325766046, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -38.945786450052836, "S22": -44.09380271646593, "W31": -71.726701071477976, "S31": -74.677264578692615, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 504276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07815197497972895, "S11": -0.89989059257821913, "W12": -10.214944141971703, "S12": -13.472348480085159, "W13": -20.539846985537416, "S13": -20.539846985537416, "W21": -30.961438884384329, "S21": -30.961438884384329, "W22": -29.358348165452519, "S22": -37.218071956514237, "W31": -70.0, "S31": -70.0, "W32": -92.216134237941148, "S32": -97.216134237941148 }, "geometry": { "type": "Point", "coordinates": [ 105015.0, 507125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4914448669201521, "S11": 0.4914448669201521, "W12": -1.510204655346902, "S12": -1.510204655346902, "W13": -15.270196881828879, "S13": -18.288887387891595, "W21": -40.0, "S21": -41.785137837016627, "W22": -29.834002002514787, "S22": -39.834002002514787, "W31": -70.0, "S31": -70.0, "W32": -92.598916836351037, "S32": -97.598916836351037 }, "geometry": { "type": "Point", "coordinates": [ 105015.625, 498924.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67519350336252804, "S11": 0.67519350336252804, "W12": -3.5072102913931475, "S12": -3.5072102913931475, "W13": -17.260284065913996, "S13": -20.842067566152544, "W21": -47.126856091664727, "S21": -52.79222405703279, "W22": -41.618067634912649, "S22": -41.618067634912649, "W31": -73.513726511304199, "S31": -74.974335571159799, "W32": -88.964523067359167, "S32": -93.964523067359167 }, "geometry": { "type": "Point", "coordinates": [ 105015.666666666671517, 497722.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.081665826915240325, "S11": 0.081665826915240325, "W12": -10.596725767779771, "S12": -15.792011124875124, "W13": -17.866490500032818, "S13": -17.866490500032818, "W21": -30.0, "S21": -30.0, "W22": -39.912179867637242, "S22": -45.059191285148586, "W31": -71.854777372496144, "S31": -73.000591526556988, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105015.666666666671517, 508341.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.084342270809960651, "S11": -0.42309054708391042, "W12": -10.0, "S12": -10.0, "W13": -19.540796530954911, "S13": -19.960231763840618, "W21": -37.320048138944784, "S21": -37.320048138944784, "W22": -40.654862103738004, "S22": -40.654862103738004, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -99.879147343360813, "S32": -104.87914734336081 }, "geometry": { "type": "Point", "coordinates": [ 105015.666666666671517, 513905.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4281905580627607, "S11": -1.8616509797073419, "W12": -9.0696014879630233, "S12": -9.0696014879630233, "W13": -16.16320278757977, "S13": -25.583158665164735, "W21": -39.1418672413538, "S21": -39.570226281323286, "W22": -36.925621011761436, "S22": -36.925621011761436, "W31": -63.208627600687151, "S31": -63.349528378671359, "W32": -100.61206544705186, "S32": -105.61206544705186 }, "geometry": { "type": "Point", "coordinates": [ 105016.257575757568702, 516109.287878787901718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57538370862201704, "S11": -0.57538370862201704, "W12": -10.311800694022669, "S12": -10.311800694022669, "W13": -15.296346202463072, "S13": -18.29634620246307, "W21": -42.053601289106446, "S21": -42.053601289106446, "W22": -59.797986622525507, "S22": -63.502950418659076, "W31": -79.443199893333329, "S31": -79.443199893333329, "W32": -94.211162746068666, "S32": -99.211162746068666 }, "geometry": { "type": "Point", "coordinates": [ 105016.5, 501480.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89278221863964913, "S11": 0.89278221863964913, "W12": -10.434176751008316, "S12": -10.434176751008316, "W13": -15.492961269041768, "S13": -19.937748860833636, "W21": -40.012170509559056, "S21": -49.028248034060816, "W22": -41.097482632404095, "S22": -41.097482632404095, "W31": -73.436793001357984, "S31": -75.355610609295724, "W32": -89.02764470497651, "S32": -94.02764470497651 }, "geometry": { "type": "Point", "coordinates": [ 105016.777777777781012, 501916.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3042323152982489, "W12": -2.9407715219459729, "S12": -2.9407715219459729, "W13": -14.991364450833577, "S13": -15.824635291978433, "W21": -43.51687869502306, "S21": -46.503585701589124, "W22": -39.397222495814049, "S22": -47.534477397774836, "W31": -81.490737490182269, "S31": -81.490737490182269, "W32": -92.344727359896922, "S32": -97.344727359896922 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 498302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8991039161684693, "S11": 0.8991039161684693, "W12": -10.461166116611661, "S12": -10.461166116611661, "W13": -15.498782594233717, "S13": -19.952766534937854, "W21": -40.0, "S21": -49.007928642220023, "W22": -39.350652183849611, "S22": -47.556850038438405, "W31": -80.399632500525655, "S31": -80.399632500525655, "W32": -91.19124262201305, "S32": -96.19124262201305 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 501920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.44826819192882111, "W12": -3.9097959281724828, "S12": -3.9097959281724828, "W13": -18.627150246601708, "S13": -20.836143352516316, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.228710264212658, "S22": -39.842118542870224, "W31": -59.754020729092211, "S31": -60.653602537088666, "W32": -95.842210732125579, "S32": -100.84221073212558 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 504860.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.8114097939417898, "W12": -4.7330648330058942, "S12": -4.7330648330058942, "W13": -18.164586089857906, "S13": -20.192007576176316, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.249260591715981, "S22": -38.186957011749882, "W31": -55.86837240691294, "S31": -55.86837240691294, "W32": -96.511263470370068, "S32": -101.51126347037007 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79852584303022478, "S11": -1.1657418484557929, "W12": -8.5048687304325057, "S12": -11.119694311827853, "W13": -20.0, "S13": -20.02889806986871, "W21": -34.212692776216372, "S21": -34.483197149182374, "W22": -40.958812325344937, "S22": -40.958812325344937, "W31": -50.0, "S31": -50.0, "W32": -100.08785682569889, "S32": -105.08785682569889 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 505494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0632211872653965, "S12": -9.0335325881787192, "W13": -27.524471525179365, "S13": -32.165680107807546, "W21": -35.021345985850282, "S21": -35.021345985850282, "W22": -39.014221451348362, "S22": -39.014221451348362, "W31": -67.131641984801917, "S31": -77.131641984801917, "W32": -93.705236309879837, "S32": -98.705236309879837 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 511927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.965655460402175, "W13": -27.822572973438746, "S13": -35.554176982385826, "W21": -35.554176982385826, "S21": -35.554176982385826, "W22": -38.945134935601118, "S22": -38.945134935601118, "W31": -82.555119017613563, "S31": -82.555119017613563, "W32": -94.093865370869068, "S32": -99.093865370869068 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 512008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.634537766673073, "W13": -23.862136634175798, "S13": -34.320555431961594, "W21": -34.917485000647645, "S21": -34.917485000647645, "W22": -46.267747425369464, "S22": -54.663041801306761, "W31": -82.949937433208802, "S31": -82.949937433208802, "W32": -93.684325027967418, "S32": -98.684325027967418 }, "geometry": { "type": "Point", "coordinates": [ 105017.0, 512207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47236448944314113, "S11": -1.0551589062787803, "W12": -4.7956499916345985, "S12": -4.7956499916345985, "W13": -15.226161343072059, "S13": -17.920221635580269, "W21": -39.623224212476821, "S21": -39.623224212476821, "W22": -50.0, "S22": -52.753390725249737, "W31": -79.871356163942096, "S31": -79.871356163942096, "W32": -95.243049341684767, "S32": -100.24304934168477 }, "geometry": { "type": "Point", "coordinates": [ 105018.0, 497212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2896473433196747, "S11": 1.2896473433196747, "W12": -10.0, "S12": -11.564931941024987, "W13": -15.450015701019534, "S13": -20.527312735535823, "W21": -39.601928747920773, "S21": -48.146126242366705, "W22": -59.289372339706972, "S22": -62.430110757984906, "W31": -79.456957158185205, "S31": -79.456957158185205, "W32": -94.306349645957624, "S32": -99.306349645957624 }, "geometry": { "type": "Point", "coordinates": [ 105018.0, 502108.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96710890054635279, "S11": 0.96710890054635279, "W12": -7.5802389971293165, "S12": -11.737433497055036, "W13": -30.221091819928628, "S13": -30.221091819928628, "W21": -37.094190703064641, "S21": -37.094190703064641, "W22": -44.422475109898137, "S22": -45.088250151983523, "W31": -74.260361084513761, "S31": -77.721972828960205, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105018.25, 511049.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10795724465560173, "S11": 0.10795724465560173, "W12": -10.302116491806782, "S12": -16.396716885907818, "W13": -18.07854459344286, "S13": -18.07854459344286, "W21": -30.0, "S21": -30.0, "W22": -47.533950617283949, "S22": -61.639189640555756, "W31": -81.95415114950795, "S31": -81.95415114950795, "W32": -92.757309367909315, "S32": -97.757309367909315 }, "geometry": { "type": "Point", "coordinates": [ 105018.4, 508380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49590517241379545, "S11": -1.0955715032942948, "W12": -6.0730081418304316, "S12": -10.456802703763385, "W13": -14.894490948950764, "S13": -17.894490948950764, "W21": -36.845217554388093, "S21": -36.845217554388093, "W22": -38.268434953302844, "S22": -38.268434953302844, "W31": -50.0, "S31": -50.0, "W32": -97.54485840269443, "S32": -102.54485840269443 }, "geometry": { "type": "Point", "coordinates": [ 105019.6, 497087.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.592887980658531, "W12": -5.7231386257394607, "S12": -5.7231386257394607, "W13": -15.908150847115401, "S13": -17.950827614792168, "W21": -44.618484987375581, "S21": -45.661914347023306, "W22": -50.0, "S22": -50.0, "W31": -74.352169687159062, "S31": -78.79938709006845, "W32": -89.749373781584325, "S32": -94.749373781584325 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 498138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12586821850947999, "S11": -0.12586821850947999, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.211731091819175, "S13": -20.211731091819175, "W21": -38.816154844032461, "S21": -39.541210726983081, "W22": -44.347857302359039, "S22": -45.048591601676399, "W31": -74.238957501415925, "S31": -77.682597531131265, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 500010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6888416733045064, "S12": -5.6888416733045064, "W13": -18.867909138654902, "S13": -22.18291422237402, "W21": -29.59017980454496, "S21": -31.133677607181795, "W22": -41.919312169312171, "S22": -49.918412888736633, "W31": -81.723032706918914, "S31": -81.723032706918914, "W32": -92.534209130053171, "S32": -97.534209130053171 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 503477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6993677457897141, "S12": -5.6993677457897141, "W13": -19.005193961824016, "S13": -22.267234263818565, "W21": -29.612809501969004, "S21": -31.446908583071682, "W22": -44.244911207358356, "S22": -44.244911207358356, "W31": -72.147823125496672, "S31": -72.147823125496672, "W32": -100.04032131947413, "S32": -105.04032131947413 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 503500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.074912891986063, "W13": -25.0, "S13": -25.835313024035774, "W21": -35.491859785017191, "S21": -35.491859785017191, "W22": -58.235247145252728, "S22": -60.262316389540949, "W31": -79.525669488655893, "S31": -79.525669488655893, "W32": -94.541240639733743, "S32": -99.541240639733743 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 511730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5005560962046438, "S12": -12.697478932643797, "W13": -27.808102365177987, "S13": -35.385829851402931, "W21": -35.385829851402931, "S21": -35.385829851402931, "W22": -37.462498768836795, "S22": -37.462498768836795, "W31": -81.017909637675771, "S31": -81.017909637675771, "W32": -91.847727562157758, "S32": -96.847727562157758 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 511981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.395348837209305, "W13": -22.479190028465453, "S13": -34.3431606820103, "W21": -34.615199682840895, "S21": -34.615199682840895, "W22": -58.694344976691056, "S22": -61.149084449450513, "W31": -79.489712146352105, "S31": -79.489712146352105, "W32": -94.431078962231851, "S32": -99.431078962231851 }, "geometry": { "type": "Point", "coordinates": [ 105020.0, 512278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -58.780758056887947, "S22": -61.357271097309614, "W31": -79.475490782752914, "S31": -79.475490782752914, "W32": -94.40153654584671, "S32": -99.40153654584671 }, "geometry": { "type": "Point", "coordinates": [ 105020.80459770114976, 530026.91570881230291 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.36808510638297864, "W12": -7.516112209518897, "S12": -12.128323430641009, "W13": -20.736908918662877, "S13": -23.288824202530702, "W21": -31.926359156871357, "S21": -32.113223748991828, "W22": -51.067150635208712, "S22": -51.067150635208712, "W31": -75.617183595318238, "S31": -75.663839938648181, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105021.0, 506847.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -10.440771606290244, "S12": -10.514590103445336, "W13": -15.0, "S13": -18.0, "W21": -37.520525508157242, "S21": -37.520525508157242, "W22": -37.450177987304151, "S22": -39.052511760453392, "W31": -75.186976221028786, "S31": -75.186976221028786, "W32": -93.820115479694252, "S32": -98.820115479694252 }, "geometry": { "type": "Point", "coordinates": [ 105022.0, 496781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22083577157412815, "S11": -1.7509476414377199, "W12": -3.674803810035991, "S12": -3.674803810035991, "W13": -15.0, "S13": -15.722659667541556, "W21": -43.82732885756252, "S21": -46.414405095028698, "W22": -38.143387233518204, "S22": -38.327167451227076, "W31": -76.996736530266304, "S31": -76.996736530266304, "W32": -93.8569771389583, "S32": -98.8569771389583 }, "geometry": { "type": "Point", "coordinates": [ 105022.0, 498259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2574976063254779, "W12": -6.9765578470359753, "S12": -8.6533729080816748, "W13": -20.087809439002672, "S13": -22.156657814045136, "W21": -33.918780547584277, "S21": -33.918780547584277, "W22": -44.244498494899709, "S22": -50.57589899546651, "W31": -83.062907751378589, "S31": -83.062907751378589, "W32": -93.746943830641456, "S32": -98.746943830641456 }, "geometry": { "type": "Point", "coordinates": [ 105022.0, 506679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42333918875758542, "S11": -1.2040092918503691, "W12": -9.3778707875476535, "S12": -15.451262936889172, "W13": -17.73967411898446, "S13": -17.73967411898446, "W21": -35.673191705558565, "S21": -35.673191705558565, "W22": -37.274939171597637, "S22": -38.13618093159068, "W31": -55.77770605322614, "S31": -55.77770605322614, "W32": -96.548532306153348, "S32": -101.54853230615335 }, "geometry": { "type": "Point", "coordinates": [ 105023.0, 506531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2130723490506676, "S11": 1.2130723490506676, "W12": -9.9061082357905708, "S12": -15.385940278589818, "W13": -30.454937713623909, "S13": -30.454937713623909, "W21": -36.157496192110749, "S21": -36.157496192110749, "W22": -54.747430619467636, "S22": -54.747430619467636, "W31": -80.740740740740748, "S31": -80.740740740740748, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105023.0, 510760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36607642614693964, "S11": 0.36607642614693964, "W12": -5.0, "S12": -14.540588252669908, "W13": -19.62705458286419, "S13": -19.893168618519994, "W21": -30.0, "S21": -30.0, "W22": -39.225644601351497, "S22": -39.225644601351497, "W31": -66.710462731367443, "S31": -76.710462731367443, "W32": -89.962024627847384, "S32": -94.962024627847384 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 503891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2135089642214045, "S11": -1.7135089642214045, "W12": -4.7641185604236878, "S12": -4.7641185604236878, "W13": -20.0, "S13": -20.812010405918002, "W21": -30.0, "S21": -30.0, "W22": -62.295081967213115, "S22": -65.382576045805649, "W31": -78.717947727074559, "S31": -78.717947727074559, "W32": -92.80056933901129, "S32": -97.80056933901129 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41226769911504418, "S11": -0.28759331333206334, "W12": -5.8980492000369917, "S12": -8.7393925160766326, "W13": -20.319232710002968, "S13": -22.633446756336259, "W21": -33.25052327896978, "S21": -33.272311481550467, "W22": -35.267237156769525, "S22": -35.267237156769525, "W31": -70.77170403701102, "S31": -71.786634377936281, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -14.168842044147695, "W13": -27.740593050559013, "S13": -36.089942244050135, "W21": -36.089942244050135, "S21": -36.089942244050135, "W22": -50.0, "S22": -61.569212192176629, "W31": -82.734823119027141, "S31": -82.734823119027141, "W32": -93.424237288648811, "S32": -98.424237288648811 }, "geometry": { "type": "Point", "coordinates": [ 105024.0, 511999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -50.000000000000007, "S22": -62.516923414687568, "W31": -82.672218734374709, "S31": -82.672218734374709, "W32": -93.366606786246322, "S32": -98.366606786246322 }, "geometry": { "type": "Point", "coordinates": [ 105024.419354838712025, 529238.096774193574674 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42983855828796697, "S11": -0.42983855828796697, "W12": -10.640537870988309, "S12": -10.640537870988309, "W13": -17.030244014563738, "S13": -20.030244014563738, "W21": -39.962189496872305, "S21": -40.738319009843927, "W22": -34.523017690648253, "S22": -39.300936926204059, "W31": -66.143633536412651, "S31": -66.143633536412651, "W32": -89.085204918296185, "S32": -94.085204918296185 }, "geometry": { "type": "Point", "coordinates": [ 105025.0, 500144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2, "S11": -1.8, "W12": -9.6752914706483946, "S12": -17.129139979740025, "W13": -18.010465061711017, "S13": -18.010465061711017, "W21": -37.834651409740026, "S21": -38.079618403886336, "W22": -50.0, "S22": -63.331536388144372, "W31": -82.490054096325963, "S31": -82.490054096325963, "W32": -93.196846219172585, "S32": -98.196846219172585 }, "geometry": { "type": "Point", "coordinates": [ 105025.0, 506338.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.339415667806312, "W13": -26.814563480132595, "S13": -34.283983434226379, "W21": -35.666418113743376, "S21": -35.666418113743376, "W22": -50.0, "S22": -65.0, "W31": -82.307889458277231, "S31": -82.307889458277231, "W32": -93.027085652098862, "S32": -98.027085652098862 }, "geometry": { "type": "Point", "coordinates": [ 105025.222222222218988, 512082.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45212543792693655, "S11": 0.45212543792693655, "W12": -4.1076670342662336, "S12": -4.1076670342662336, "W13": -15.787172573901492, "S13": -18.270337006722766, "W21": -40.636966573047687, "S21": -40.636966573047687, "W22": -50.0, "S22": -69.564478764486225, "W31": -82.125724820228228, "S31": -82.125724820228228, "W32": -92.857325085024769, "S32": -97.857325085024769 }, "geometry": { "type": "Point", "coordinates": [ 105025.285714285710128, 497379.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36940991069864793, "S11": -1.7969598415568657, "W12": -5.0, "S12": -9.8241442544802489, "W13": -21.375519149502935, "S13": -21.375519149502935, "W21": -39.20633247894542, "S21": -39.20633247894542, "W22": -59.918023556966546, "S22": -63.910392536416026, "W31": -79.376177658271558, "S31": -79.376177658271558, "W32": -94.075746374709894, "S32": -99.075746374709894 }, "geometry": { "type": "Point", "coordinates": [ 105025.333333333328483, 506198.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24164570029891566, "S11": -0.24164570029891566, "W12": -5.3954227891283288, "S12": -5.3954227891283288, "W13": -19.245683739250623, "S13": -19.245683739250623, "W21": -39.003662590933395, "S21": -41.276941044899303, "W22": -47.095590828922909, "S22": -60.736178358898215, "W31": -81.943560182179482, "S31": -81.943560182179482, "W32": -92.687564517951046, "S32": -97.687564517951046 }, "geometry": { "type": "Point", "coordinates": [ 105025.4, 521250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4430873015873016, "S11": 1.4430873015873016, "W12": -12.327213507948144, "S12": -14.577562463447446, "W13": -23.17490541875226, "S13": -23.17490541875226, "W21": -35.779179551780061, "S21": -35.779179551780061, "W22": -50.058457908545066, "S22": -52.813733591409161, "W31": -76.302770255960354, "S31": -80.234022099075389, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105026.0, 509898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47992545731707098, "S11": -1.1274029849835889, "W12": -5.2888612276130802, "S12": -8.3853809491904485, "W13": -14.985043282179801, "S13": -17.985043282179802, "W21": -37.875496999250061, "S21": -37.875496999250061, "W22": -58.20538209694184, "S22": -60.217669759507871, "W31": -79.494024407320595, "S31": -79.494024407320595, "W32": -94.527003790329999, "S32": -99.527003790329999 }, "geometry": { "type": "Point", "coordinates": [ 105026.2, 497134.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2788016554365944, "S11": -1.2788016554365944, "W12": -12.169794401103967, "S12": -12.169794401103967, "W13": -15.943409090909078, "S13": -18.943409090909078, "W21": -48.044371350761658, "S21": -48.044371350761658, "W22": -42.688712522045854, "S22": -52.203101011254489, "W31": -81.761395544130721, "S31": -81.761395544130721, "W32": -92.517803950877322, "S32": -97.517803950877322 }, "geometry": { "type": "Point", "coordinates": [ 105026.2, 500912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29558055311676906, "S11": -0.29558055311676906, "W12": -12.117509467827883, "S12": -13.66754494527958, "W13": -17.522739664505778, "S13": -17.522739664505778, "W21": -30.632665646199641, "S21": -30.632665646199641, "W22": -38.513961390721953, "S22": -56.130576984865641, "W31": -81.282919175715747, "S31": -81.282919175715747, "W32": -92.061449835569434, "S32": -97.061449835569434 }, "geometry": { "type": "Point", "coordinates": [ 105026.25, 508065.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90510696688080827, "S11": -1.2169941210851358, "W12": -6.1994632252179702, "S12": -15.581522048747383, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -37.908263600824846, "S21": -37.908263600824846, "W22": -40.0, "S22": -55.0, "W31": -70.471318832245061, "S31": -70.471318832245061, "W32": -89.531780354614639, "S32": -94.531780354614639 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36451612903225805, "S11": -1.3390865757676536, "W12": -10.0, "S12": -19.985494878860607, "W13": -19.985494878860607, "S13": -19.985494878860607, "W21": -36.252659541875587, "S21": -36.252659541875587, "W22": -38.393232289394291, "S22": -38.393232289394291, "W31": -67.23961985395762, "S31": -75.657732074407164, "W32": -94.519730987497638, "S32": -99.519730987497638 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 506480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51295472239295059, "S11": -0.61244899391537888, "W12": -11.606048948602879, "S12": -14.175674358208084, "W13": -18.963543449325332, "S13": -18.963543449325332, "W21": -32.912648777047067, "S21": -32.912648777047067, "W22": -38.004966049241716, "S22": -38.004966049241716, "W31": -50.0, "S31": -50.0, "W32": -97.45540171513025, "S32": -102.45540171513025 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 507812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.392733698642036, "S12": -15.690838253480312, "W13": -21.252578499862683, "S13": -21.252578499862683, "W21": -34.517345217806742, "S21": -34.517345217806742, "W22": -37.107282787799846, "S22": -37.107282787799846, "W31": -62.285515033364348, "S31": -62.430176552175318, "W32": -100.58372830107197, "S32": -105.58372830107197 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 509330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95692300994754131, "S11": 0.95692300994754131, "W12": -7.5066671196344545, "S12": -11.833172129456017, "W13": -30.146492512276208, "S13": -30.146492512276208, "W21": -37.052918705468279, "S21": -37.052918705468279, "W22": -34.756733769886615, "S22": -39.197923327881277, "W31": -70.740063051502617, "S31": -70.740063051502617, "W32": -93.704254686971865, "S32": -98.704254686971865 }, "geometry": { "type": "Point", "coordinates": [ 105027.0, 511064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53740542408013381, "S11": 0.53740542408013381, "W12": -5.6961769600591632, "S12": -6.0229888217545469, "W13": -18.719683271284683, "S13": -22.09126506508035, "W21": -29.552099771827038, "S21": -30.758811717492435, "W22": -39.734042034464416, "S22": -53.804362824603999, "W31": -80.217820894721143, "S31": -80.217820894721143, "W32": -90.890337762292305, "S32": -95.890337762292305 }, "geometry": { "type": "Point", "coordinates": [ 105027.4, 503455.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8611111111111112, "W12": -4.7756833761243129, "S12": -7.9495624167916752, "W13": -20.0, "S13": -20.037856398998002, "W21": -30.0, "S21": -30.0, "W22": -39.988951301135018, "S22": -54.480750338750788, "W31": -80.09037625453584, "S31": -80.09037625453584, "W32": -90.74286902935593, "S32": -95.74286902935593 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 504278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21997146932952913, "S11": 0.17627129218161064, "W12": -3.8935770824575102, "S12": -3.893577082457512, "W13": -18.791651629977146, "S13": -20.980817783395381, "W21": -30.0, "S21": -30.0, "W22": -40.069971355988606, "S22": -53.855607917468475, "W31": -78.989718971021205, "S31": -78.989718971021205, "W32": -90.090901999531965, "S32": -95.090901999531965 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 504864.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3958986913558267, "S11": 2.3958986913558267, "W12": -11.886768922658639, "S12": -17.352624184707491, "W13": -25.0, "S13": -25.0, "W21": -35.624754351642999, "S21": -35.624754351642999, "W22": -35.884372595996375, "S22": -51.799861169676433, "W31": -67.369238090549345, "S31": -69.204644027055053, "W32": -96.08617708278959, "S32": -101.08617708278959 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 510132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90088591889597525, "S11": 0.90088591889597525, "W12": -6.6974507500204918, "S12": -11.056639274475353, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.903796033994333, "S21": -36.903796033994333, "W22": -39.810298162545919, "S22": -39.810298162545919, "W31": -50.0, "S31": -50.0, "W32": -100.27036708803408, "S32": -105.27036708803408 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 511133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45153990506195285, "S11": -0.45153990506195285, "W12": -10.758226476876793, "S12": -10.758226476876793, "W13": -20.333689694667896, "S13": -28.930638092264431, "W21": -37.451972861348722, "S21": -38.004645656718651, "W22": -40.104964967211671, "S22": -55.104964967211671, "W31": -69.63030212730186, "S31": -69.63030212730186, "W32": -89.423788999585838, "S32": -94.423788999585838 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 515071.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47513014509490742, "S11": -0.47513014509490742, "W12": -10.450564620726848, "S12": -10.450564620726848, "W13": -20.38638996427861, "S13": -29.348852328930295, "W21": -37.096316928824955, "S21": -37.096316928824955, "W22": -37.861741065896886, "S22": -43.035721548898756, "W31": -71.956338130550861, "S31": -76.395147551154821, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105028.0, 515146.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37273235388054932, "S11": -1.3040897421967006, "W12": -9.9709253633972814, "S12": -19.970925363397281, "W13": -19.970925363397281, "S13": -19.970925363397281, "W21": -36.155626831833821, "S21": -36.155626831833821, "W22": -52.504750475047501, "S22": -52.598310840956387, "W31": -79.695634564967193, "S31": -79.695634564967193, "W32": -95.053650560313599, "S32": -100.0536505603136 }, "geometry": { "type": "Point", "coordinates": [ 105029.0, 506487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.7218460555733, "S12": -10.7218460555733, "W13": -19.583019415404312, "S13": -28.592531900541054, "W21": -36.443404847631328, "S21": -36.443404847631328, "W22": -57.311383928571168, "S22": -58.759446213280931, "W31": -79.512558031888318, "S31": -79.512558031888318, "W32": -94.651408517380062, "S32": -99.651408517380062 }, "geometry": { "type": "Point", "coordinates": [ 105029.0, 515380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0673851962038563, "S11": -1.766786815351914, "W12": -4.7989530412806465, "S12": -4.7989530412806465, "W13": -20.0, "S13": -20.997180519423836, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.974663639669387, "S22": -38.066772158510126, "W31": -71.671364869593958, "S31": -73.335629958041949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105029.333333333328483, 504519.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09684876508982132, "S11": -0.37710049662303796, "W12": -10.0, "S12": -10.0, "W13": -19.463534577336109, "S13": -20.211599742144998, "W21": -37.512714951800518, "S21": -37.512714951800518, "W22": -38.279150491246689, "S22": -38.279150491246689, "W31": -77.794854280510023, "S31": -77.794854280510023, "W32": -93.836020060207929, "S32": -98.836020060207929 }, "geometry": { "type": "Point", "coordinates": [ 105029.333333333328483, 513948.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3620722608151632, "W12": -7.4797193219845743, "S12": -10.139235938298841, "W13": -14.61825351880365, "S13": -17.618253518803648, "W21": -34.861668542135966, "S21": -34.861668542135966, "W22": -38.841529625902297, "S22": -38.841529625902297, "W31": -81.69519025196459, "S31": -81.69519025196459, "W32": -93.91428019833775, "S32": -98.91428019833775 }, "geometry": { "type": "Point", "coordinates": [ 105029.666666666671517, 496996.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19865268516376028, "S11": 0.19865268516376028, "W12": -5.0, "S12": -14.31054148227649, "W13": -19.723645016383799, "S13": -19.741144979149837, "W21": -30.0, "S21": -30.0, "W22": -34.293434407327517, "S22": -39.752178990861459, "W31": -66.123510169281303, "S31": -66.123510169281303, "W32": -89.078714423109332, "S32": -94.078714423109332 }, "geometry": { "type": "Point", "coordinates": [ 105030.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3286078587293317, "S11": -1.5786078587293317, "W12": -4.8352322249630824, "S12": -8.5461289924291926, "W13": -20.0, "S13": -20.175818600476134, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.080699630287874, "S22": -38.96390020898302, "W31": -66.32717594052211, "S31": -70.711650469985059, "W32": -89.280521233014056, "S32": -94.280521233014056 }, "geometry": { "type": "Point", "coordinates": [ 105030.0, 504206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9161526055248004, "S12": -4.9161526055248004, "W13": -17.691823228942987, "S13": -17.691823228942987, "W21": -44.43156623250011, "S21": -46.742336641284908, "W22": -37.739120723123371, "S22": -37.739120723123371, "W31": -72.107718232385992, "S31": -72.135568195839824, "W32": -100.35483037826221, "S32": -105.35483037826221 }, "geometry": { "type": "Point", "coordinates": [ 105030.333333333328483, 521918.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90284974739599577, "S11": -1.4814676742863313, "W12": -7.1609666433703758, "S12": -14.588429878664494, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -37.02378203648118, "S21": -37.144367467278364, "W22": -54.056280628062808, "S22": -54.056541954437904, "W31": -79.650019992977249, "S31": -79.650019992977249, "W32": -94.966262489821943, "S32": -99.966262489821943 }, "geometry": { "type": "Point", "coordinates": [ 105030.5, 505705.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60902790700659004, "S11": 0.60902790700659004, "W12": -5.7981887913610493, "S12": -10.268591337602995, "W13": -15.537100973396001, "S13": -20.537100973396001, "W21": -35.382910413497612, "S21": -41.372864157354215, "W22": -60.0, "S22": -63.924777781007471, "W31": -79.342666540740737, "S31": -79.342666540740737, "W32": -94.002368278157107, "S32": -99.002368278157107 }, "geometry": { "type": "Point", "coordinates": [ 105031.0, 502631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1715444037135354, "S11": 2.1715444037135354, "W12": -11.451162717871537, "S12": -19.019802210207967, "W13": -25.842561307182642, "S13": -25.842561307182642, "W21": -35.589914979658943, "S21": -35.589914979658943, "W22": -60.0, "S22": -60.805013681701723, "W31": -80.161172161172161, "S31": -80.161172161172161, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105031.0, 510214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75994557823134268, "S11": 0.75994557823134268, "W12": -7.4564445745875503, "S12": -12.118648889638195, "W13": -15.475522388059645, "S13": -21.058194114118976, "W21": -36.917676931927154, "S21": -46.686513440080823, "W22": -46.796807962931183, "S22": -46.796807962931183, "W31": -74.492843408435533, "S31": -78.252135316234117, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105031.4, 502425.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.086956052357233027, "S11": -0.95001439723259706, "W12": -10.230541398993982, "S12": -13.403899889560165, "W13": -20.497062526214414, "S13": -20.497062526214414, "W21": -30.742326235876117, "S21": -30.742326235876117, "W22": -38.749816964974897, "S22": -38.777249565888894, "W31": -83.186589305340632, "S31": -83.186589305340632, "W32": -94.065067542965707, "S32": -99.065067542965707 }, "geometry": { "type": "Point", "coordinates": [ 105031.4, 507102.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78580638953044812, "S11": -0.78580638953044812, "W12": -11.269228163468124, "S12": -11.269228163468124, "W13": -15.423102074229247, "S13": -18.423102074229249, "W21": -42.512693441975195, "S21": -42.512693441975195, "W22": -36.742120555500833, "S22": -51.742120555500833, "W31": -80.850336999057234, "S31": -80.850336999057234, "W32": -91.592059075899016, "S32": -96.592059075899016 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 501400.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42102114080574393, "S11": -0.42102114080574393, "W12": -5.2265267655189742, "S12": -10.226526765518974, "W13": -16.34930878026945, "S13": -20.012310599852093, "W21": -29.992744671406228, "S21": -31.617655587652006, "W22": -38.36730419038183, "S22": -38.36730419038183, "W31": -50.0, "S31": -50.0, "W32": -97.693120989460382, "S32": -102.69312098946038 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 503169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47514710049505782, "S11": 0.47514710049505782, "W12": -5.1985229527930503, "S12": -9.39205877075171, "W13": -19.351675371437381, "S13": -20.233215238330242, "W21": -29.753796930417494, "S21": -29.753796930417494, "W22": -55.249856610266704, "S22": -55.256952216593589, "W31": -79.610377214136818, "S31": -79.610377214136818, "W32": -94.887110314399521, "S32": -99.887110314399521 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80472018458457584, "S11": 0.80472018458457584, "W12": -5.0, "S12": -10.919657386830917, "W13": -26.764036110282756, "S13": -26.764036110282756, "W21": -36.629258995422148, "S21": -36.629258995422148, "W22": -59.84392946422539, "S22": -63.789231182098831, "W31": -79.334933205925921, "S31": -79.334933205925921, "W32": -94.030619699451108, "S32": -99.030619699451108 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 511252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32261642857494138, "S11": -0.32261642857494138, "W12": -10.478204543624502, "S12": -10.478204543624502, "W13": -20.04445067157824, "S13": -25.801777429694269, "W21": -39.387456044514181, "S21": -42.387456044514181, "W22": -48.161712259069454, "S22": -57.150881273669015, "W31": -82.899806854520946, "S31": -82.899806854520946, "W32": -93.514049028202535, "S32": -98.514049028202535 }, "geometry": { "type": "Point", "coordinates": [ 105032.0, 514664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.9484974610839576, "W12": -4.4249135559920783, "S12": -4.4249135559920783, "W13": -18.79758959903371, "S13": -20.789658939829756, "W21": -30.0, "S21": -30.0, "W22": -56.243024553571423, "S22": -56.68849081016193, "W31": -79.570734435296401, "S31": -79.570734435296401, "W32": -94.807958138977071, "S32": -99.807958138977071 }, "geometry": { "type": "Point", "coordinates": [ 105032.6, 505019.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46950211480362569, "S11": -1.1906089467666554, "W12": -5.0, "S12": -5.5206496519725157, "W13": -15.095857538427953, "S13": -17.672416306239715, "W21": -38.905776444110771, "S21": -38.905776444110771, "W22": -34.613689347186401, "S22": -39.335587726461725, "W31": -66.164155948185424, "S31": -66.26325389793476, "W32": -89.097393301368626, "S32": -94.097393301368626 }, "geometry": { "type": "Point", "coordinates": [ 105032.8, 497180.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7571711688423595, "S11": -1.7571711688423595, "W12": -4.772113580681971, "S12": -8.0176818809947967, "W13": -20.0, "S13": -20.011962059162936, "W21": -30.0, "S21": -30.0, "W22": -56.674107142857146, "S22": -57.557944049711274, "W31": -79.531091656455985, "S31": -79.531091656455985, "W32": -94.728805963554649, "S32": -99.728805963554649 }, "geometry": { "type": "Point", "coordinates": [ 105033.0, 504293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33974500863252022, "S11": 0.33974500863252022, "W12": -5.5026664033181909, "S12": -10.443819171068901, "W13": -16.139928434575463, "S13": -19.450737421432994, "W21": -36.617401718517691, "S21": -37.196606487196142, "W22": -39.283383644528264, "S22": -39.283383644528264, "W31": -66.75077948642631, "S31": -76.75077948642631, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105034.0, 499776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90248387700368027, "S11": -1.4052780682904673, "W12": -7.1031820752723567, "S12": -14.736740898802116, "W13": -25.0, "S13": -25.0, "W21": -37.099292191816971, "S21": -37.20515489564125, "W22": -38.00541699386801, "S22": -38.00541699386801, "W31": -50.0, "S31": -50.0, "W32": -97.365945027565971, "S32": -102.36594502756597 }, "geometry": { "type": "Point", "coordinates": [ 105034.0, 505711.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39971402573768361, "S11": -0.39971402573768361, "W12": -5.4809986716817054, "S12": -5.4809986716817054, "W13": -19.551066592339268, "S13": -19.551066592339268, "W21": -38.0, "S21": -40.239453784236972, "W22": -38.729545655570952, "S22": -39.048413534919966, "W31": -71.962381652443312, "S31": -73.800747401056228, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105034.0, 521125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -37.323604632769879, "S22": -43.088508739457801, "W31": -61.181249918096164, "S31": -62.766041278066979, "W32": -95.687253284628525, "S32": -100.68725328462853 }, "geometry": { "type": "Point", "coordinates": [ 105034.483870967742405, 529286.419354838668369 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8607085443371201, "S12": -4.8607085443371201, "W13": -17.522660827655383, "S13": -17.522660827655383, "W21": -44.722137790193123, "S21": -47.01629756287781, "W22": -47.908458341313896, "S22": -52.281621957213055, "W31": -76.74056530802747, "S31": -78.990119675228712, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105034.5, 521993.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -2.5, "W12": -8.3689501995791815, "S12": -13.343214905461533, "W13": -23.962282587453583, "S13": -23.962282587453583, "W21": -35.91318402216578, "S21": -36.177661044365301, "W22": -47.905152339235059, "S22": -52.268075151864664, "W31": -76.740572982460364, "S31": -78.985949542175135, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105035.0, 505622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58340102323472298, "S11": 0.58340102323472298, "W12": -5.0, "S12": -15.740758484772597, "W13": -25.0, "S13": -29.410547844019657, "W21": -36.002005743872765, "S21": -36.002005743872765, "W22": -38.463263901335893, "S22": -38.463263901335893, "W31": -78.787340619307813, "S31": -78.787340619307813, "W32": -93.827307252000679, "S32": -98.827307252000679 }, "geometry": { "type": "Point", "coordinates": [ 105035.0, 511512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -18.753340410733244, "W13": -20.451565599930991, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -31.016086219807828, "S22": -38.930095415892076, "W31": -70.0, "S31": -70.0, "W32": -92.645587079767139, "S32": -97.645587079767139 }, "geometry": { "type": "Point", "coordinates": [ 105035.0, 512388.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96613988341803114, "S11": 0.96613988341803114, "W12": -10.565376377788255, "S12": -10.565376377788255, "W13": -15.67655250517746, "S13": -20.214264398664501, "W21": -39.574106878319967, "S21": -48.561332954743293, "W22": -41.94908857570568, "S22": -45.775514493282273, "W31": -83.217065164714469, "S31": -83.217065164714469, "W32": -93.775069281988792, "S32": -98.775069281988792 }, "geometry": { "type": "Point", "coordinates": [ 105035.888888888890506, 501958.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62147983640557869, "S11": -0.59293080510143326, "W12": -0.59293080510143326, "S12": -0.59293080510143326, "W13": -14.959838053646006, "S13": -15.828501805524679, "W21": -42.539720775436997, "S21": -45.188084052263058, "W22": -36.876803251250919, "S22": -39.176458829000779, "W31": -66.425443188979855, "S31": -72.883725845267833, "W32": -89.426924405077855, "S32": -94.426924405077855 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 498464.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.941457143305094, "S12": -10.941457143305094, "W13": -16.95400268472509, "S13": -19.95400268472509, "W21": -40.359100126048119, "S21": -41.125827755933642, "W22": -59.94864182159936, "S22": -63.814893747303501, "W31": -79.282028766223107, "S31": -79.282028766223107, "W32": -93.94033000335105, "S32": -98.94033000335105 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 500182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2106979243635385, "S11": 1.2106979243635385, "W12": -10.209590973201692, "S12": -10.697747862581096, "W13": -15.625222345029906, "S13": -20.525778243732809, "W21": -39.334674912162257, "S21": -48.014861860788258, "W22": -39.216876192726488, "S22": -44.397808566620192, "W31": -71.686937908006186, "S31": -74.302075455018738, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 502076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21153464602434993, "S11": -1.824260944899551, "W12": -9.9999999999999982, "S12": -16.927648226614121, "W13": -17.600075085644562, "S13": -17.600075085644562, "W21": -37.809348045873712, "S21": -37.947846464020863, "W22": -49.412087647536076, "S22": -59.090634246386834, "W31": -82.851088404810227, "S31": -82.851088404810227, "W32": -93.4329971534507, "S32": -98.4329971534507 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 506344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38485596766272084, "S11": -0.38485596766272084, "W12": -10.762113179427001, "S12": -10.762113179427001, "W13": -20.182267178500791, "S13": -27.33289553596093, "W21": -38.440888834240205, "S21": -39.295941197615115, "W22": -34.933944287045286, "S22": -39.159665602507253, "W31": -66.204801727089531, "S31": -67.159158884955829, "W32": -89.126884039229992, "S32": -94.126884039229992 }, "geometry": { "type": "Point", "coordinates": [ 105036.0, 514862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.6860471705536115, "S12": -3.6860471705536115, "W13": -15.682170936946109, "S13": -17.766178840573311, "W21": -42.874106479767946, "S21": -42.874106479767946, "W22": -47.407348571649074, "S22": -50.287028389195427, "W31": -76.736720149711218, "S31": -78.221658879910606, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105036.666666666671517, 497500.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2237548079263769, "W12": -3.707016384740748, "S12": -3.707016384740748, "W13": -17.151200771722571, "S13": -19.991806149278521, "W21": -47.050331468268993, "S21": -52.05734102824804, "W22": -52.489748974897488, "S22": -52.489780379321815, "W31": -79.65972950883112, "S31": -79.65972950883112, "W32": -95.024905194085818, "S32": -100.02490519408582 }, "geometry": { "type": "Point", "coordinates": [ 105037.0, 497784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82614984436559935, "S11": 0.82614984436559935, "W12": -5.4180442088581655, "S12": -9.9669952000930415, "W13": -27.500067774554722, "S13": -27.500067774554722, "W21": -36.684806781669096, "S21": -36.684806781669096, "W22": -42.056846194068868, "S22": -42.056846194068868, "W31": -73.56648732395071, "S31": -74.61855071638756, "W32": -88.886170985749061, "S32": -93.886170985749061 }, "geometry": { "type": "Point", "coordinates": [ 105037.0, 511227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090896016677804309, "S11": -0.38510548825253266, "W12": -10.0, "S12": -10.0, "W13": -19.44560584145129, "S13": -20.091806634393127, "W21": -37.447364977257557, "S21": -37.447364977257557, "W22": -35.952017364412562, "S22": -35.952017364412562, "W31": -71.014453931265237, "S31": -72.22785319901287, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105037.25, 513931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2915263535930595, "S11": -1.2915263535930595, "W12": -12.316450486915357, "S12": -12.316450486915357, "W13": -15.969619253960159, "S13": -18.969619253960161, "W21": -47.559052791050135, "S21": -47.559052791050135, "W22": -40.0, "S22": -55.0, "W31": -71.391417152850792, "S31": -71.391417152850792, "W32": -89.662032586022733, "S32": -94.662032586022733 }, "geometry": { "type": "Point", "coordinates": [ 105037.6, 500942.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13230181405115138, "S11": -1.9155006842219318, "W12": -3.7597113515078804, "S12": -3.7597113515078804, "W13": -15.057811228469632, "S13": -15.510004704285155, "W21": -43.935900234207331, "S21": -46.609347101415139, "W22": -45.972057641322777, "S22": -45.972057641322777, "W31": -72.592499918760822, "S31": -72.592499918760822, "W32": -98.94654577495281, "S32": -103.94654577495281 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35397022149426516, "S11": 0.35397022149426516, "W12": -5.3449865033901327, "S12": -10.481699751619871, "W13": -16.131608210458815, "S13": -19.453111843148417, "W21": -36.518233324329998, "S21": -37.085728639193725, "W22": -46.13487669209114, "S22": -48.489684499539351, "W31": -78.01767991626393, "S31": -78.893029910246838, "W32": -95.191656876052718, "S32": -100.19165687605272 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 499772.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81351219688221721, "S11": -0.81351219688221721, "W12": -11.363371069299784, "S12": -11.363371069299784, "W13": -15.457924085376863, "S13": -18.457924085376863, "W21": -42.483612008360254, "S21": -42.483612008360254, "W22": -53.808915483790621, "S22": -53.808915483790621, "W31": -80.493827160493822, "S31": -80.493827160493822, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 501395.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.70128971685526509, "W12": -5.0, "S12": -5.0, "W13": -18.148046942415004, "S13": -20.636825704852814, "W21": -30.0, "S21": -30.0, "W22": -48.993890142065396, "S22": -48.993890142065396, "W31": -74.359639919949757, "S31": -78.557958350484924, "W32": -89.97044513893853, "S32": -94.97044513893853 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 505115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64198425416674598, "S11": -0.92941359607412566, "W12": -6.8889952064844149, "S12": -9.6770206326423338, "W13": -18.012854740101982, "S13": -19.701302701148848, "W21": -31.876538608656421, "S21": -31.978883604507168, "W22": -38.735507973248261, "S22": -38.735507973248261, "W31": -81.86546299958512, "S31": -81.86546299958512, "W32": -93.873289784997681, "S32": -98.873289784997681 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 505318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4626616842540068, "S11": 1.4626616842540068, "W12": -10.033331943633787, "S12": -17.351010382935041, "W13": -30.050145476116491, "S13": -30.050145476116491, "W21": -35.720309540537308, "S21": -35.720309540537308, "W22": -40.052604543060887, "S22": -54.156190200431404, "W31": -79.773264543952294, "S31": -79.773264543952294, "W32": -90.423853974362302, "S32": -95.423853974362302 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 510633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4331250390251633, "S11": 1.4331250390251633, "W12": -9.9999999999999982, "S12": -17.130538309527218, "W13": -30.093607525211151, "S13": -30.093607525211151, "W21": -35.765263680578734, "S21": -35.765263680578734, "W22": -37.202026699112139, "S22": -52.202026699112139, "W31": -67.428822383108454, "S31": -72.367063364487734, "W32": -95.328159921496322, "S32": -100.32815992149632 }, "geometry": { "type": "Point", "coordinates": [ 105038.0, 510647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42828001736053073, "S11": -0.42828001736053073, "W12": -10.963331670641695, "S12": -10.963331670641695, "W13": -20.278632881784858, "S13": -28.39873783303744, "W21": -37.781898855449825, "S21": -39.876417709224526, "W22": -36.938184077534551, "S22": -46.576122131183958, "W31": -64.466757428285419, "S31": -73.688626756779072, "W32": -96.130477804079248, "S32": -101.13047780407925 }, "geometry": { "type": "Point", "coordinates": [ 105038.098360655741999, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63347708894878707, "S11": -1.9145462482199103, "W12": -5.0, "S12": -11.239959259054736, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -40.0, "S21": -40.0, "W22": -39.306301743955046, "S22": -39.306301743955046, "W31": -66.771565585722755, "S31": -76.771565585722755, "W32": -90.080469494525161, "S32": -95.080469494525161 }, "geometry": { "type": "Point", "coordinates": [ 105039.0, 506045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1485625081306101, "W12": -7.443671691482475, "S12": -8.3042141128065303, "W13": -19.986519883172321, "S13": -22.986519883172321, "W21": -34.230501373556237, "S21": -34.230501373556237, "W22": -48.289895288248708, "S22": -53.289895288248708, "W31": -76.729106530894555, "S31": -79.550967514743135, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105039.0, 506643.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46077775033955032, "S11": -0.95803575233388427, "W12": -4.7254500585576249, "S12": -4.7254500585576249, "W13": -15.210680649732994, "S13": -17.427474998554128, "W21": -40.005507137133392, "S21": -40.005507137133392, "W22": -57.390437901873611, "S22": -57.390437901873611, "W31": -80.044663818198885, "S31": -80.044663818198885, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105039.4, 497227.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -52.787919918561251, "S22": -52.787919918561251, "W31": -77.398635075176742, "S31": -77.398635075176742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105039.842105263160192, 530016.947368421009742 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.5072819167045091, "S12": -3.5072819167045091, "W13": -16.092849203354838, "S13": -19.002261893443983, "W21": -44.149765683594488, "S21": -44.933403985246649, "W22": -34.110050764267676, "S22": -38.959872775540298, "W31": -70.0, "S31": -70.0, "W32": -93.620744445819398, "S32": -98.620744445819398 }, "geometry": { "type": "Point", "coordinates": [ 105040.0, 497554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4185602919223752, "S11": -1.5814397080776248, "W12": -2.8637097174533572, "S12": -2.8637097174533572, "W13": -14.990821450227214, "S13": -15.478593003718128, "W21": -43.595126602573444, "S21": -46.540120159996867, "W22": -38.770950742338499, "S22": -38.770950742338499, "W31": -80.72357352711181, "S31": -80.72357352711181, "W32": -93.846451221005395, "S32": -98.846451221005395 }, "geometry": { "type": "Point", "coordinates": [ 105040.0, 498308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042430909180797949, "S11": -0.042430909180797949, "W12": -10.874294070035583, "S12": -15.566667302015276, "W13": -17.6538098695573, "S13": -17.6538098695573, "W21": -30.0, "S21": -30.0, "W22": -40.42939190376687, "S22": -54.399079912017896, "W31": -68.375323532369748, "S31": -68.375323532369748, "W32": -89.270904196825583, "S32": -94.270904196825583 }, "geometry": { "type": "Point", "coordinates": [ 105040.0, 508306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13371682590740697, "S11": 0.065219845079277555, "W12": -10.328884301431966, "S12": -10.328884301431966, "W13": -19.819780785012075, "S13": -27.278483415943825, "W21": -34.261593464415164, "S21": -34.261593464415164, "W22": -36.98746826404853, "S22": -52.157728886531686, "W31": -67.460044048606477, "S31": -71.783851854315031, "W32": -95.41240997353475, "S32": -100.41240997353475 }, "geometry": { "type": "Point", "coordinates": [ 105040.0, 513220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094364068235802928, "S11": 0.094364068235802928, "W12": -10.027097430829999, "S12": -17.909322909957659, "W13": -18.438325514650707, "S13": -18.438325514650707, "W21": -29.682129716645406, "S21": -30.008736307714425, "W22": -37.511733964497047, "S22": -38.045647894903851, "W31": -54.693817669669315, "S31": -54.693817669669315, "W32": -96.796439080474698, "S32": -101.7964390804747 }, "geometry": { "type": "Point", "coordinates": [ 105040.8, 508448.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78016273175937045, "S11": 0.78016273175937045, "W12": -7.604469457280187, "S12": -12.548906681090946, "W13": -15.544029850746268, "S13": -21.146353736289882, "W21": -36.876661644420764, "S21": -46.519436787340851, "W22": -35.25419922690417, "S22": -38.983743478552789, "W31": -66.245447505993653, "S31": -68.055063871976913, "W32": -89.168830948424727, "S32": -94.168830948424727 }, "geometry": { "type": "Point", "coordinates": [ 105041.0, 502409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.297356592467224, "W13": -27.313235306126579, "S13": -33.749163189875524, "W21": -36.134700008484707, "S21": -36.134700008484707, "W22": -49.707467472405867, "S22": -50.457419050945063, "W31": -74.52011155244027, "S31": -75.482713999669201, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105041.111111111109494, 512040.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.459922212128163, "S13": -14.459922212128163, "W21": -47.0, "S21": -47.0, "W22": -29.653911889349416, "S22": -38.169821389980385, "W31": -70.0, "S31": -70.0, "W32": -92.282110479312578, "S32": -97.282110479312578 }, "geometry": { "type": "Point", "coordinates": [ 105041.285714285710128, 527411.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6924391893340935, "S12": -8.6924391893340935, "W13": -17.031989224911882, "S13": -26.049940345524991, "W21": -40.710349027835562, "S21": -41.774172807999264, "W22": -50.0, "S22": -70.0, "W31": -82.153967399770778, "S31": -82.153967399770778, "W32": -92.755057932387274, "S32": -97.755057932387274 }, "geometry": { "type": "Point", "coordinates": [ 105041.79310344827536, 516622.293103448289912 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5022620473938595, "S12": -5.5022620473938595, "W13": -19.643685382862575, "S13": -19.643685382862575, "W21": -38.116650619399849, "S21": -40.338353448765524, "W22": -34.666930100890106, "S22": -39.388274172299262, "W31": -66.179658147313702, "S31": -66.282170679958611, "W32": -89.107192172164062, "S32": -94.107192172164062 }, "geometry": { "type": "Point", "coordinates": [ 105041.818181818176527, 521090.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3274365418446852, "S12": -9.3972039837051504, "W13": -16.764340356243864, "S13": -20.345418336015349, "W21": -29.879512633015782, "S21": -31.427408707133466, "W22": -38.053261228836874, "S22": -38.053261228836874, "W31": -51.151410436731155, "S31": -51.151410436731155, "W32": -97.276488340001791, "S32": -102.27648834000179 }, "geometry": { "type": "Point", "coordinates": [ 105042.0, 503227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90290195464391032, "S11": -1.1383348070301478, "W12": -4.8870670944343706, "S12": -4.8870670944343706, "W13": -20.0, "S13": -21.172191782812796, "W21": -30.0, "S21": -30.0, "W22": -47.494337037863701, "S22": -47.494337037863701, "W31": -80.432098765432102, "S31": -80.432098765432102, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105042.0, 504574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33651448639157155, "S11": -0.33651448639157155, "W12": -12.076692243165889, "S12": -13.927340987326057, "W13": -17.46920415232405, "S13": -17.46920415232405, "W21": -30.457840270477657, "S21": -30.457840270477657, "W22": -55.287289800410136, "S22": -55.287289800410136, "W31": -80.432708983697538, "S31": -80.432708983697538, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105042.0, 508079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8263405797101451, "S11": -1.8263405797101451, "W12": -10.425714040655288, "S12": -10.425714040655288, "W13": -18.711133677667867, "S13": -24.858522561647717, "W21": -38.280687929358393, "S21": -38.355989381249131, "W22": -45.708486233054998, "S22": -49.544470312379431, "W31": -73.078884079009356, "S31": -75.207982349725654, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105042.0, 515471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10296228391780581, "S11": -0.060864265798165909, "W12": -10.0, "S12": -10.0, "W13": -19.820806867350569, "S13": -30.052957250044976, "W21": -34.829998064272701, "S21": -34.829998064272701, "W22": -37.008269868389611, "S22": -38.98520309491051, "W31": -74.578125247532597, "S31": -74.578125247532597, "W32": -93.706574520587978, "S32": -98.706574520587978 }, "geometry": { "type": "Point", "coordinates": [ 105042.222222222218988, 513317.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13703813537282442, "S11": -0.13703813537282442, "W12": -4.993309243930141, "S12": -12.206959402818757, "W13": -19.807942482433909, "S13": -20.01222502651359, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.185068452674088, "S22": -44.117217079491539, "W31": -80.724422165263817, "S31": -80.724422165263817, "W32": -91.355833485009995, "S32": -96.355833485009995 }, "geometry": { "type": "Point", "coordinates": [ 105042.285714285710128, 504029.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32170270842647053, "S11": 0.32170270842647053, "W12": -10.0, "S12": -16.054972761243565, "W13": -19.642531151406988, "S13": -19.642531151406988, "W21": -29.916336910958794, "S21": -30.777881792010195, "W22": -40.025548035381242, "S22": -54.185790183671202, "W31": -80.0, "S31": -80.0, "W32": -90.517590160950633, "S32": -95.517590160950633 }, "geometry": { "type": "Point", "coordinates": [ 105042.571428571434808, 508660.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11162015826738861, "S11": 0.11162015826738861, "W12": -8.9536303825394956, "S12": -9.8372063242910901, "W13": -16.718349375306325, "S13": -19.832088225653202, "W21": -37.685693175824817, "S21": -38.311690601822242, "W22": -61.885245901639344, "S22": -64.671633805104065, "W31": -78.666253818859389, "S31": -78.666253818859389, "W32": -92.598557771280269, "S32": -97.598557771280269 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 499922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6691690498887829, "W12": -3.6234966404690034, "S12": -3.6234966404690034, "W13": -19.272524960904608, "S13": -21.103196687207433, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -56.52563699288568, "S22": -56.52563699288568, "W31": -80.163160860174671, "S31": -80.163160860174671, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 504905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.161166828329037, "S12": -17.885246362841574, "W13": -21.014356324001323, "S13": -21.014356324001323, "W21": -33.630420315917718, "S21": -33.630420315917718, "W22": -35.574454166763061, "S22": -39.081848148004809, "W31": -66.286093284897774, "S31": -68.950968858997982, "W32": -89.210777857619462, "S32": -94.210777857619462 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 509168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88284212359330438, "S11": 0.88284212359330438, "W12": -6.4751769174021154, "S12": -11.124753517326184, "W13": -29.0356529209622, "S13": -29.0356529209622, "W21": -36.831511717744007, "S21": -36.831511717744007, "W22": -35.927919454161461, "S22": -47.599478867544086, "W31": -65.94892234207029, "S31": -66.594462485838648, "W32": -96.723119167288175, "S32": -101.72311916728817 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 511159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10935525936966271, "S11": -0.33491163527935569, "W12": -10.0, "S12": -10.0, "W13": -19.386272623717296, "S13": -20.462967720448994, "W21": -37.705381764656032, "S21": -37.705381764656032, "W22": -37.03618745562131, "S22": -38.003933979226744, "W31": -57.256156140971832, "S31": -57.538279409904469, "W32": -96.391386108386541, "S32": -101.39138610838654 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 513990.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45952617297210491, "S11": -0.45952617297210491, "W12": -10.628646067511649, "S12": -10.628646067511649, "W13": -20.34693430041326, "S13": -29.035878445187208, "W21": -37.300747715085365, "S21": -37.300747715085365, "W22": -46.840026594649665, "S22": -49.199474564952624, "W31": -78.383529080345539, "S31": -79.288507218257209, "W32": -95.253409806026994, "S32": -100.25340980602699 }, "geometry": { "type": "Point", "coordinates": [ 105043.0, 515100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42789505571559483, "S11": -0.42789505571559483, "W12": -10.934720596300091, "S12": -10.934720596300091, "W13": -20.275964382003824, "S13": -28.409869987662098, "W21": -37.775576410897344, "S21": -39.863421150427477, "W22": -41.686535293002365, "S22": -42.848746855255435, "W31": -73.439693678104561, "S31": -76.195916054412081, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105044.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -37.380429429725204, "S22": -37.380429429725197, "W31": -81.022381379436652, "S31": -81.022381379436652, "W32": -91.654680839906817, "S32": -96.654680839906817 }, "geometry": { "type": "Point", "coordinates": [ 105044.548387096772785, 529334.741935483878478 ] } }, +{ "type": "Feature", "properties": { "W11": 1.175344566601622, "S11": 1.175344566601622, "W12": -3.9526489173155839, "S12": -3.9526489173155839, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -44.728010887587288, "S21": -46.498969322408975, "W22": -39.171161786046518, "S22": -39.171161786046518, "W31": -50.0, "S31": -50.0, "W32": -100.582875628653, "S32": -105.582875628653 }, "geometry": { "type": "Point", "coordinates": [ 105044.571428571434808, 523258.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4858858064050433, "S11": -1.4858858064050433, "W12": -12.217168158345865, "S12": -12.485375953635469, "W13": -16.324523836461815, "S13": -19.324523836461815, "W21": -47.205291799587165, "S21": -47.40727767902797, "W22": -40.065530486260684, "S22": -40.831930831069009, "W31": -72.498519210438261, "S31": -74.656680354718944, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105045.0, 500752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.021037096200563828, "S11": -0.37645737690186803, "W12": -10.0, "S12": -10.0, "W13": -19.643738652963254, "S13": -31.75072128266531, "W21": -36.339417084643287, "S21": -36.339417084643287, "W22": -61.252861127670691, "S22": -63.07481946511875, "W31": -79.337337572268751, "S31": -79.337337572268751, "W32": -91.293277682681406, "S32": -96.293277682681406 }, "geometry": { "type": "Point", "coordinates": [ 105045.0, 513578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.425857099969979, "S11": -0.40063019949518164, "W12": -4.3999163459929731, "S12": -4.3999163459929731, "W13": -15.325503761037828, "S13": -17.382612506436296, "W21": -40.219983724392286, "S21": -40.219983724392286, "W22": -38.606348915699257, "S22": -38.606348915699257, "W31": -82.893951507345363, "S31": -82.893951507345363, "W32": -93.869328231089071, "S32": -98.869328231089071 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 497274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32938403356991142, "S11": -0.32938403356991131, "W12": -10.0, "S12": -10.0, "W13": -20.051149112904351, "S13": -20.051149112904351, "W21": -31.681512465806701, "S21": -31.681512465806701, "W22": -37.313573491124266, "S22": -37.950128697359865, "W31": -55.729878818109796, "S31": -55.729878818109796, "W32": -96.638838186672203, "S32": -101.6388381866722 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 507348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54335551327738385, "W12": -10.413854723291999, "S12": -10.413854723291999, "W13": -20.610564896154518, "S13": -20.610564896154518, "W21": -32.260635647468895, "S21": -32.260635647468895, "W22": -36.697818661890608, "S22": -39.037413481487562, "W31": -74.088169130111083, "S31": -74.088169130111083, "W32": -93.675524192985961, "S32": -98.675524192985961 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 507504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59555057618436058, "W12": -11.855576330571269, "S12": -13.549598809957889, "W13": -18.97486424733161, "S13": -18.97486424733161, "W21": -33.000785010518307, "S21": -33.000785010518307, "W22": -59.861488549161386, "S22": -63.60162342112023, "W31": -79.151579131923867, "S31": -79.151579131923867, "W32": -93.80491363199225, "S32": -98.80491363199225 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48726953467955619, "S11": -0.48726953467955619, "W12": -11.965689561203488, "S12": -13.200988367917619, "W13": -18.937695320311672, "S13": -18.937695320311672, "W21": -32.997229149296551, "S21": -32.997229149296551, "W22": -50.0, "S22": -50.0, "W31": -74.224086252682085, "S31": -76.756012486559072, "W32": -89.368382537098654, "S32": -94.368382537098654 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 507869.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12567905173407698, "S11": -0.29227012862470036, "W12": -10.0, "S12": -10.0, "W13": -19.341711344879727, "S13": -20.791212697041349, "W21": -37.929740182102542, "S21": -38.123940952886173, "W22": -29.343918297236382, "S22": -41.145857346371102, "W31": -70.0, "S31": -70.0, "W32": -91.796336828268679, "S32": -96.796336828268679 }, "geometry": { "type": "Point", "coordinates": [ 105046.0, 514043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0421497305619383, "S11": -1.0421497305619383, "W12": -12.068806131514915, "S12": -12.068806131514915, "W13": -15.556074397775268, "S13": -18.556074397775266, "W21": -43.610617775396058, "S21": -43.610617775396058, "W22": -40.0, "S22": -55.0, "W31": -70.250232056486297, "S31": -70.250232056486297, "W32": -89.522283870337375, "S32": -94.522283870337375 }, "geometry": { "type": "Point", "coordinates": [ 105046.2, 501296.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47400884570319135, "S11": -1.7245246849430855, "W12": -7.8171309428475659, "S12": -10.32239389479653, "W13": -15.529378460030239, "S13": -18.529378460030237, "W21": -33.908398974743257, "S21": -33.908398974743257, "W22": -38.967105660087746, "S22": -38.967105660087746, "W31": -66.686071601338028, "S31": -76.686071601338028, "W32": -89.84175507473654, "S32": -94.84175507473654 }, "geometry": { "type": "Point", "coordinates": [ 105046.333333333328483, 496952.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86717404446829116, "S11": 0.86717404446829116, "W12": -10.359662632929798, "S12": -10.359662632929798, "W13": -15.683146826009596, "S13": -20.065275712153255, "W21": -39.409952606634953, "S21": -48.580088054272913, "W22": -41.335549413610451, "S22": -41.335549413610451, "W31": -73.457249590272042, "S31": -75.139298136422056, "W32": -88.968129195701977, "S32": -93.968129195701977 }, "geometry": { "type": "Point", "coordinates": [ 105046.333333333328483, 501914.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96609092809700714, "S11": -0.96609092809700714, "W12": -11.810974312923884, "S12": -11.810974312923884, "W13": -16.977103476813934, "S13": -19.949943717165787, "W21": -42.8048446319943, "S21": -43.573618131098875, "W22": -38.799084797346907, "S22": -43.998048251869065, "W31": -71.676944021269165, "S31": -75.109563304742835, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105047.0, 500333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0693112145712662, "S11": 1.0693112145712662, "W12": -3.9470512270218707, "S12": -3.9470512270218707, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -44.170901632672994, "S21": -45.827981300931349, "W22": -46.437609742293233, "S22": -53.277779525307182, "W31": -83.029958075245744, "S31": -83.029958075245744, "W32": -93.499387520655119, "S32": -98.499387520655119 }, "geometry": { "type": "Point", "coordinates": [ 105047.5, 523371.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45594790101788363, "S11": 0.45594790101788363, "W12": -4.7301849271095939, "S12": -9.2066504952839523, "W13": -16.145723917073994, "S13": -19.621937647109885, "W21": -35.985757184547474, "S21": -36.632832352273823, "W22": -37.617034374076631, "S22": -37.617034374076631, "W31": -81.084750409259556, "S31": -81.084750409259556, "W32": -91.683596646964958, "S32": -96.683596646964958 }, "geometry": { "type": "Point", "coordinates": [ 105048.0, 499492.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -20.0, "W13": -21.194362977658933, "S13": -34.165433981158479, "W21": -34.675759789249859, "S21": -34.675759789249859, "W22": -38.670996435411411, "S22": -38.670996435411411, "W31": -54.14807582784151, "S31": -54.14807582784151, "W32": -100.61462603253197, "S32": -105.61462603253197 }, "geometry": { "type": "Point", "coordinates": [ 105048.0, 512358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16283637207988788, "S11": 0.16283637207988788, "W12": -11.585811837141215, "S12": -11.585811837141215, "W13": -19.806354274824738, "S13": -24.323231918549222, "W21": -33.695650117876873, "S21": -33.695650117876873, "W22": -37.953992696534165, "S22": -37.953992696534165, "W31": -52.522771380786452, "S31": -52.522771380786452, "W32": -97.18703165243744, "S32": -102.18703165243744 }, "geometry": { "type": "Point", "coordinates": [ 105048.0, 513122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35517422517948199, "S11": -1.8898256281447166, "W12": -5.0, "S12": -8.9740838411670296, "W13": -20.810720815624748, "S13": -20.810720815624748, "W21": -39.041030391797896, "S21": -39.041030391797896, "W22": -36.119435552781411, "S22": -39.245311140371939, "W31": -66.354881537571416, "S31": -70.481177149322619, "W32": -89.282215595482882, "S32": -94.282215595482882 }, "geometry": { "type": "Point", "coordinates": [ 105048.666666666671517, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.8443334474018815, "S12": -3.8443334474018815, "W13": -15.696342526436153, "S13": -18.170223777681421, "W21": -41.179348468189545, "S21": -41.179348468189545, "W22": -30.810851793477465, "S22": -38.645633202938228, "W31": -70.0, "S31": -70.0, "W32": -92.518545586657311, "S32": -97.518545586657311 }, "geometry": { "type": "Point", "coordinates": [ 105049.0, 497431.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74678839491912841, "S11": -0.74678839491912841, "W12": -10.900258278960417, "S12": -10.900258278960417, "W13": -15.49061889799799, "S13": -18.49061889799799, "W21": -41.768720926697085, "S21": -41.768720926697085, "W22": -38.260127093079333, "S22": -38.260127093079333, "W31": -77.987249544626593, "S31": -77.987249544626593, "W32": -93.739492174608131, "S32": -98.739492174608131 }, "geometry": { "type": "Point", "coordinates": [ 105049.0, 501442.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9818631346578367, "S11": 0.9818631346578367, "W12": -8.366734039438068, "S12": -13.536236460901232, "W13": -15.565671641791043, "S13": -21.298598937062856, "W21": -37.436681999739015, "S21": -46.744983540840863, "W22": -50.0, "S22": -65.0, "W31": -82.248815396067499, "S31": -82.248815396067499, "W32": -92.769962154548423, "S32": -97.769962154548423 }, "geometry": { "type": "Point", "coordinates": [ 105049.0, 502316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.0045467780589963, "W13": -25.0, "S13": -26.814678343121916, "W21": -35.292777754865611, "S21": -35.292777754865611, "W22": -35.5, "S22": -35.5, "W31": -80.526637353126887, "S31": -80.526637353126887, "W32": -91.108661171637337, "S32": -96.108661171637337 }, "geometry": { "type": "Point", "coordinates": [ 105049.0, 511802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.110001, "S22": -39.110001, "W31": -80.512401182346423, "S31": -80.512401182346423, "W32": -91.093138147117713, "S32": -96.093138147117713 }, "geometry": { "type": "Point", "coordinates": [ 105049.346153846156085, 530036.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11186654480274755, "S11": -0.32315578995972516, "W12": -10.0, "S12": -10.0, "W13": -19.3558802315954, "S13": -20.513401554144082, "W21": -37.751236823370391, "S21": -37.751236823370391, "W22": -40.013397976686782, "S22": -54.113723945538645, "W31": -80.0, "S31": -80.0, "W32": -90.518786239891838, "S32": -95.518786239891838 }, "geometry": { "type": "Point", "coordinates": [ 105049.666666666671517, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14083592030580327, "S11": -0.82994596984578917, "W12": -10.183095293042708, "S12": -12.462892799708461, "W13": -20.323119980426576, "S13": -20.323119980426576, "W21": -30.78940405592407, "S21": -30.78940405592407, "W22": -40.049532744925941, "S22": -54.000689158233747, "W31": -79.761098240015841, "S31": -79.761098240015841, "W32": -90.358381653189099, "S32": -95.358381653189099 }, "geometry": { "type": "Point", "coordinates": [ 105049.75, 507145.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017710233726893954, "S11": -2.095249701801543, "W12": -3.9589606172175569, "S12": -3.9589606172175569, "W13": -15.175025404254422, "S13": -15.484799670620111, "W21": -44.07031494294732, "S21": -46.707611351244843, "W22": -34.690528478143378, "S22": -39.471451704715825, "W31": -66.192914708389168, "S31": -66.195616356394439, "W32": -89.116422890823173, "S32": -94.116422890823173 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 498244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -1.8150729912568737, "S12": -1.8150729912568737, "W13": -15.246781133218866, "S13": -18.30577726408934, "W21": -40.0, "S21": -41.679986741128658, "W22": -41.096348493932119, "S22": -41.096348493932119, "W31": -70.0, "S31": -70.0, "W32": -95.579726209610371, "S32": -100.57972620961037 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 498956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45149618619205945, "S11": 0.45149618619205945, "W12": -2.395861850694307, "S12": -2.395861850694307, "W13": -15.350237349762651, "S13": -18.445561207236224, "W21": -40.0, "S21": -41.594980477286867, "W22": -40.276543209877794, "S22": -50.546327382540383, "W31": -81.686552708343299, "S31": -81.686552708343299, "W32": -92.250302108602369, "S32": -97.250302108602369 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.052343407796758695, "S11": -0.052343407796758695, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.245924771885917, "S13": -20.245924771885917, "W21": -38.218906351314871, "S21": -38.864439102110779, "W22": -51.23341621881783, "S22": -51.23341621881783, "W31": -75.719893485369326, "S31": -75.719893485369326, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05069536509930448, "S11": -0.05069536509930448, "W12": -5.5307941693892584, "S12": -7.7651159773547942, "W13": -17.700690083871422, "S13": -21.356259280139078, "W21": -29.677069943788837, "S21": -30.213849555720795, "W22": -44.785226870440368, "S22": -50.268962096756233, "W31": -83.117745426656839, "S31": -83.117745426656839, "W32": -93.559512173193383, "S32": -98.559512173193383 }, "geometry": { "type": "Point", "coordinates": [ 105050.0, 503340.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39412731356158065, "S11": -0.39412731356158065, "W12": -10.742154240809901, "S12": -10.742154240809901, "W13": -20.198586924288623, "S13": -27.608731195650794, "W21": -38.271659156756151, "S21": -39.557619564504598, "W22": -40.048656280815301, "S22": -53.882881779569075, "W31": -77.628662383061581, "S31": -77.628662383061581, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105050.333333333328483, 514894.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4288366903071539, "S11": -1.8397552076302277, "W12": -9.0555004241331201, "S12": -9.0555004241331201, "W13": -15.938271232013264, "S13": -25.527300434279631, "W21": -39.042860572361739, "S21": -39.405212062240714, "W22": -37.072821137012561, "S22": -46.508009346619545, "W31": -64.40192094673256, "S31": -74.40192094673256, "W32": -96.268278640682254, "S32": -101.26827864068225 }, "geometry": { "type": "Point", "coordinates": [ 105050.746666666673264, 516108.426666666695382 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3801926966890013, "S11": -1.1387723072274585, "W12": -9.9514855966241793, "S12": -18.944736390777287, "W13": -18.944736390777287, "S13": -18.944736390777287, "W21": -35.934272457729762, "S21": -35.934272457729762, "W22": -37.345340607782951, "S22": -52.345340607782958, "W31": -62.236561834356593, "S31": -64.899364842785147, "W32": -95.825885229482125, "S32": -100.82588522948213 }, "geometry": { "type": "Point", "coordinates": [ 105052.0, 506492.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26897723635988224, "S11": 0.26897723635988224, "W12": -10.0, "S12": -10.0, "W13": -20.646618762944776, "S13": -20.646618762944776, "W21": -31.294742507896313, "S21": -31.6241008233964, "W22": -46.398624499510454, "S22": -49.958068895825647, "W31": -73.353541692697462, "S31": -75.308719160519487, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105052.0, 508884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21777580549793657, "S11": 0.21777580549793657, "W12": -13.123215575850832, "S12": -16.32536583613982, "W13": -19.723848104029624, "S13": -19.723848104029624, "W21": -32.837829736056271, "S21": -32.837829736056271, "W22": -47.220410731651732, "S22": -47.220410731651732, "W31": -74.437069560148444, "S31": -78.196949151470747, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105052.0, 512969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4837505438395917, "S12": -6.4837505438395917, "W13": -15.0, "S13": -15.0, "W21": -46.256341259163129, "S21": -46.256341259163129, "W22": -37.804379189265525, "S22": -37.804379189265525, "W31": -80.472014882260012, "S31": -80.472014882260012, "W32": -91.057515796042537, "S32": -96.057515796042537 }, "geometry": { "type": "Point", "coordinates": [ 105052.0, 525947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41662459807073959, "S11": 0.41662459807073959, "W12": -10.058588999659786, "S12": -17.512982918849012, "W13": -20.903124565973229, "S13": -20.903124565973229, "W21": -33.197781454237919, "S21": -33.34697910348013, "W22": -39.386958886558602, "S22": -39.386958886558602, "W31": -66.832668440078038, "S31": -76.832668440078038, "W32": -90.345046385436731, "S32": -95.345046385436731 }, "geometry": { "type": "Point", "coordinates": [ 105052.25, 509093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54971174728529126, "S11": -1.8216821450651219, "W12": -4.0642545835058685, "S12": -4.0642545835058685, "W13": -17.022750638993973, "S13": -19.837848041591375, "W21": -46.82111597127944, "S21": -50.785920842939994, "W22": -50.137662303118269, "S22": -53.020014429431015, "W31": -76.064520355640269, "S31": -77.408849638208764, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.60620712920274378, "S12": -0.60620712920274378, "W13": -14.976744291940415, "S13": -17.976744291940413, "W21": -40.072608714439355, "S21": -41.889699659572649, "W22": -37.178219490207645, "S22": -46.108558292453438, "W31": -64.168014141447244, "S31": -72.438147988997159, "W32": -96.181708291449141, "S32": -101.18170829144914 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 498883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076976318781802555, "S11": -0.076976318781802555, "W12": -10.813057222705675, "S12": -15.851466886831922, "W13": -17.691930683997978, "S13": -17.691930683997978, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -51.873833891857622, "W31": -79.717486465318771, "S31": -79.717486465318771, "W32": -95.130118454130994, "S32": -100.13011845413099 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 508314.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.208097475171554, "S12": -17.826071046094324, "W13": -21.027693660242477, "S13": -21.027693660242477, "W21": -33.566710288173191, "S21": -33.566710288173191, "W22": -30.928535069774586, "S22": -32.236215870584395, "W31": -70.0, "S31": -70.0, "W32": -90.298361245279978, "S32": -95.298361245279978 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 509181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5003411804844764, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -25.0, "S13": -34.528455118191111, "W21": -35.687086321199082, "S21": -35.687086321199082, "W22": -29.446911103681416, "S22": -36.663740020212877, "W31": -70.0, "S31": -70.0, "W32": -92.038652128729169, "S32": -97.038652128729169 }, "geometry": { "type": "Point", "coordinates": [ 105053.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74842025123715261, "S11": 0.74842025123715261, "W12": -3.1911598935109162, "S12": -3.1911598935109162, "W13": -17.345920124, "S13": -21.86981949506918, "W21": -47.357882271465868, "S21": -53.792711079021949, "W22": -29.649221114888466, "S22": -37.738143054675739, "W31": -70.0, "S31": -70.0, "W32": -92.168555725474619, "S32": -97.168555725474619 }, "geometry": { "type": "Point", "coordinates": [ 105054.0, 497716.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80851273842870486, "S11": 0.80851273842870486, "W12": -7.809123177899826, "S12": -12.917553298330118, "W13": -15.636567164179105, "S13": -21.267461480222302, "W21": -36.82502931821395, "S21": -46.465091008671642, "W22": -41.114313465810078, "S22": -43.614404943726655, "W31": -83.311207096522637, "S31": -83.311207096522637, "W32": -93.696227336099199, "S32": -98.696227336099199 }, "geometry": { "type": "Point", "coordinates": [ 105054.0, 502386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1821531094235236, "S11": -2.253892813752985, "W12": -4.7949151721232548, "S12": -4.7949151721232548, "W13": -20.0, "S13": -20.706999287863155, "W21": -30.0, "S21": -30.0, "W22": -40.041493806952523, "S22": -54.065272031105138, "W31": -77.314385735890156, "S31": -77.314385735890156, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105054.0, 504482.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5369281557451917, "S11": -0.7869281557451917, "W12": -4.7446956939523153, "S12": -10.038813667808524, "W13": -20.0, "S13": -21.932360961199795, "W21": -30.0, "S21": -30.0, "W22": -37.815021538461536, "S22": -37.815021538461536, "W31": -53.267509756169119, "S31": -53.267509756169119, "W32": -97.09757496487326, "S32": -102.09757496487326 }, "geometry": { "type": "Point", "coordinates": [ 105054.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52378104828103633, "S11": -0.52378104828103633, "W12": -5.6401289118461859, "S12": -6.6988514852789249, "W13": -17.867095790002416, "S13": -20.867095790002416, "W21": -30.078953304759757, "S21": -30.078953304759757, "W22": -59.814230644910268, "S22": -63.433923367928607, "W31": -79.028642807725092, "S31": -79.028642807725092, "W32": -93.672943730496058, "S32": -98.672943730496058 }, "geometry": { "type": "Point", "coordinates": [ 105054.0, 505182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.500000000001814, "S13": -13.500000000001814, "W21": -47.0, "S21": -47.0, "W22": -37.130244654754087, "S22": -46.477820247392884, "W31": -64.373665327109492, "S31": -73.717631414536584, "W32": -96.326411905379558, "S32": -101.32641190537956 }, "geometry": { "type": "Point", "coordinates": [ 105054.612903225803166, 529383.064516129088588 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47605848798907158, "W12": -1.8687443130118289, "S12": -1.8687443130118289, "W13": -15.234073325926673, "S13": -18.300148021172014, "W21": -40.0, "S21": -41.661846785292404, "W22": -32.95483139808492, "S22": -32.95483139808492, "W31": -70.062421401379652, "S31": -70.571217939822802, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105055.0, 498962.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.039497548196413, "S11": 1.039497548196413, "W12": -10.558862247296661, "S12": -10.558862247296661, "W13": -15.857462012829387, "S13": -20.4880982080116, "W21": -39.137834209215271, "S21": -48.09620883756017, "W22": -38.977494336649265, "S22": -58.977494336649258, "W31": -81.375961243944261, "S31": -81.375961243944261, "W32": -91.943464353402106, "S32": -96.943464353402106 }, "geometry": { "type": "Point", "coordinates": [ 105055.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44390745043450919, "S11": -0.44390745043450919, "W12": -10.812004727674916, "S12": -10.812004727674916, "W13": -20.308365005563612, "S13": -28.735574468619404, "W21": -37.511565077319489, "S21": -38.437205915881677, "W22": -51.118071709312581, "S22": -51.118071709312581, "W31": -75.56217076132252, "S31": -75.562653948702589, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105055.0, 515053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61337167467355191, "S11": -7.6327832942979518e-18, "W12": -7.6327832942979518e-18, "S12": -0.86119546292865989, "W13": -14.957680017986469, "S13": -15.551203723410708, "W21": -42.551248645642154, "S21": -45.146854694677231, "W22": -29.374506853895014, "S22": -36.17714792113857, "W31": -70.0, "S31": -70.0, "W32": -91.968630921702967, "S32": -96.968630921702967 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 498478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.035095513105286441, "S11": -0.035095513105286441, "W12": -10.0, "S12": -10.0, "W13": -15.439871432901054, "S13": -18.787885003917008, "W21": -40.153337618216881, "S21": -43.153337618216881, "W22": -38.439849522335791, "S22": -38.463516396973048, "W31": -83.41845465012625, "S31": -83.41845465012625, "W32": -93.822923319556892, "S32": -98.822923319556892 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 501601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55497256328507283, "S11": -0.67775523953622197, "W12": -11.368210059565916, "S12": -13.602110104363604, "W13": -19.433670574171028, "S13": -19.433670574171028, "W21": -32.756246740620348, "S21": -32.756246740620348, "W22": -40.0, "S22": -54.027215812076371, "W31": -80.0, "S31": -80.0, "W32": -90.516732104318891, "S32": -95.516732104318891 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 507734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70297337889902267, "S11": 0.70297337889902267, "W12": -5.0, "S12": -19.093011029790745, "W13": -24.999999999999996, "S13": -26.419181158708671, "W21": -36.292957232143195, "S21": -36.292957232143195, "W22": -50.229844726759431, "S22": -50.229844726759431, "W31": -74.670975839693654, "S31": -75.451012838041621, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 511383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25528669714892632, "S11": 0.25528669714892632, "W12": -13.225226546623196, "S12": -16.744583106281723, "W13": -19.756330210119653, "S13": -19.756330210119653, "W21": -32.899159612528344, "S21": -32.899159612528344, "W22": -61.530054644808743, "S22": -64.30982731441776, "W31": -78.567309294330144, "S31": -78.567309294330144, "W32": -92.582439469102141, "S32": -97.582439469102141 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 512924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21547296881980899, "S11": 0.21547296881980899, "W12": -13.189447212908316, "S12": -16.413344899798776, "W13": -19.726551501963119, "S13": -19.779982630720966, "W21": -32.839720103262898, "S21": -32.839720103262898, "W22": -52.669796026090566, "S22": -52.669796026090566, "W31": -77.271343367979966, "S31": -77.271343367979966, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 512974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17142861045083432, "S11": -0.17142861045083432, "W12": -10.0, "S12": -10.0, "W13": -19.21078344748145, "S13": -21.711145655481843, "W21": -38.56144335721725, "S21": -39.352609985109595, "W22": -43.463131837050383, "S22": -47.464924804227529, "W31": -83.208827745681248, "S31": -83.208827745681248, "W32": -93.565777887859511, "S32": -98.565777887859511 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 514190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35832403985290323, "S11": 0.35832403985290323, "W12": -4.0158440248152099, "S12": -4.0158440248152099, "W13": -15.0, "S13": -15.0, "W21": -42.595704386493566, "S21": -43.710661893032864, "W22": -52.401802209403158, "S22": -52.401802209403158, "W31": -77.045991922266865, "S31": -77.045991922266865, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.0, 523793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54252047102846046, "S11": 0.54252047102846046, "W12": -5.6855260115606532, "S12": -6.5229198838386218, "W13": -18.412216077991143, "S13": -21.874470437009929, "W21": -29.522795027840228, "S21": -30.12939710534695, "W22": -51.57399468742603, "S22": -51.57399468742603, "W31": -76.321736612019734, "S31": -76.321736612019734, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105056.2, 503426.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51323403526793365, "S11": -0.51323403526793365, "W12": -10.407217711430064, "S12": -10.407217711430064, "W13": -15.500282783776949, "S13": -18.500282783776949, "W21": -41.089431759447869, "S21": -41.667419761293736, "W22": -38.769848616052059, "S22": -43.986319370902649, "W31": -71.666502393350072, "S31": -75.212998183345121, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105056.5, 501498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12186175364950404, "S11": -0.29272277393567336, "W12": -10.0, "S12": -10.0, "W13": -19.30901067009848, "S13": -20.714335698752986, "W21": -37.898048577511531, "S21": -37.898048577511531, "W22": -43.484836466435084, "S22": -47.46906567350392, "W31": -83.209533810169816, "S31": -83.209533810169816, "W32": -93.561255844821787, "S32": -98.561255844821787 }, "geometry": { "type": "Point", "coordinates": [ 105056.666666666671517, 514033.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33089717158145893, "S11": 0.33089717158145893, "W12": -10.0, "S12": -10.0, "W13": -15.3725895264073, "S13": -18.952351789545069, "W21": -39.945279505926166, "S21": -47.347987762420189, "W22": -40.0, "S22": -55.0, "W31": -73.951602547472874, "S31": -73.951602547472874, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 501667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7672857031736156, "S12": -6.7552262436088473, "W13": -19.209377001790319, "S13": -22.057807120542765, "W21": -29.604981652869203, "S21": -31.272010260094032, "W22": -39.647723231101168, "S22": -39.647723231101168, "W31": -67.177778603279648, "S31": -77.177778603279648, "W32": -93.242605021128512, "S32": -98.242605021128512 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 503582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49584151484339839, "S11": 0.49584151484339839, "W12": -5.3535055470605464, "S12": -8.4893546771819199, "W13": -19.30023587747587, "S13": -20.689968358227535, "W21": -29.667454881709741, "S21": -30.501324165484874, "W22": -40.219476213627807, "S22": -40.219476213627807, "W31": -50.0, "S31": -50.0, "W32": -99.676730840684201, "S32": -104.6767308406842 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 503657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.418018585604031, "S12": -16.076750427994302, "W13": -27.261301135262055, "S13": -35.951208039294954, "W21": -36.024419839544528, "S21": -36.024419839544528, "W22": -42.164954966168274, "S22": -43.83393897887521, "W31": -73.603516815062946, "S31": -76.518409951567577, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41356761059934039, "W12": -10.0, "S12": -13.444166826830674, "W13": -23.609307590448935, "S13": -34.501168034909171, "W21": -35.401095392968756, "S21": -35.401095392968756, "W22": -60.0, "S22": -63.408688613477921, "W31": -78.810937994858762, "S31": -78.810937994858762, "W32": -93.405610158735698, "S32": -98.405610158735698 }, "geometry": { "type": "Point", "coordinates": [ 105057.0, 512241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43828242892348407, "S11": -0.43828242892348407, "W12": -10.880280928612535, "S12": -10.880280928612535, "W13": -20.294879464152107, "S13": -28.633106809459854, "W21": -37.590205967819038, "S21": -38.885585120501815, "W22": -39.625624510140689, "S22": -47.624695142110951, "W31": -80.114394194994773, "S31": -80.114394194994773, "W32": -90.690007540497675, "S32": -95.690007540497675 }, "geometry": { "type": "Point", "coordinates": [ 105058.0, 515035.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.004670476746701957, "S11": 0.004670476746701957, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.153005979352365, "S13": -20.153005979352365, "W21": -37.922810360199371, "S21": -38.539049155385541, "W22": -43.717201174705671, "S22": -43.717201174705671, "W31": -72.041115402166398, "S31": -72.041115402166398, "W32": -100.11296781263403, "S32": -105.11296781263403 }, "geometry": { "type": "Point", "coordinates": [ 105058.222222222218988, 499981.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.603062529785046, "W12": -7.525407502044489, "S12": -9.4704693270562288, "W13": -14.778860226986696, "S13": -17.778860226986694, "W21": -34.618107651912979, "S21": -34.618107651912979, "W22": -32.363019947945176, "S22": -32.837764446126862, "W31": -70.0, "S31": -70.377466596928258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 496984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.030038022813688114, "S11": -0.56443087108783341, "W12": -3.3792295547438962, "S12": -3.3792295547438962, "W13": -17.295309962559518, "S13": -20.295309962559518, "W21": -47.308901099684384, "S21": -53.162230722523567, "W22": -38.369999, "S22": -38.369999, "W31": -83.470001, "S31": -83.470001, "W32": -93.769997, "S32": -98.769997 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 497762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49139448464696689, "S11": 0.49139448464696689, "W12": -2.3612270330455063, "S12": -2.3612270330455063, "W13": -15.303984878872305, "S13": -18.403841029585667, "W21": -40.0, "S21": -41.581537764454914, "W22": -35.625529292487791, "S22": -48.5164981120869, "W31": -66.016413187247608, "S31": -67.730395165581115, "W32": -96.886541171018095, "S32": -101.8865411710181 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 499000.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63812703304228702, "S11": -0.63812703304228702, "W12": -10.622360556322926, "S12": -10.622360556322926, "W13": -15.527353100509227, "S13": -18.527353100509227, "W21": -41.279073302727191, "S21": -41.279073302727191, "W22": -37.185423431952664, "S22": -37.821808549956813, "W31": -56.865045254588665, "S31": -56.988275103857156, "W32": -96.572014108568425, "S32": -101.57201410856842 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 501473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67824036345202421, "S11": 0.67824036345202421, "W12": -6.9771170643564711, "S12": -11.97711706435647, "W13": -15.722686567164178, "S13": -20.940311767480317, "W21": -35.958183475928969, "S21": -45.246243608915378, "W22": -29.965610883435012, "S22": -37.840686585137327, "W31": -70.0, "S31": -70.0, "W32": -92.284954100729152, "S32": -97.284954100729152 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.265349734227827, "S12": -18.008330295782905, "W13": -20.0, "S13": -33.995878706055819, "W21": -34.528559763162612, "S21": -34.528559763162612, "W22": -59.766972740659156, "S22": -63.266223314736997, "W31": -78.90570648352633, "S31": -78.90570648352633, "W32": -93.540973828999853, "S32": -98.540973828999853 }, "geometry": { "type": "Point", "coordinates": [ 105059.0, 512424.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95445081735269155, "S11": 0.95445081735269155, "W12": -7.7481166448675918, "S12": -12.692513402927048, "W13": -30.0, "S13": -30.0, "W21": -36.992887050390586, "S21": -36.992887050390586, "W22": -39.674754758085143, "S22": -48.320665538754284, "W31": -80.065324840389763, "S31": -80.065324840389763, "W32": -90.642112379417057, "S32": -95.642112379417057 }, "geometry": { "type": "Point", "coordinates": [ 105059.375, 511075.375 ] } }, +{ "type": "Feature", "properties": { "W11": 2.105538280032023, "S11": 2.105538280032023, "W12": -11.377382774190417, "S12": -18.646388173233429, "W13": -25.77993366500829, "S13": -25.77993366500829, "W21": -35.349121087415085, "S21": -35.349121087415085, "W22": -39.215497632558701, "S22": -39.215497632558701, "W31": -66.806535446529139, "S31": -76.806535446529139, "W32": -89.988235808389007, "S32": -94.988235808389007 }, "geometry": { "type": "Point", "coordinates": [ 105060.0, 510215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.293112560695934, "S11": 0.293112560695934, "W12": -13.01015760765965, "S12": -16.72187904476646, "W13": -19.78881231620969, "S13": -19.78881231620969, "W21": -32.960489489000402, "S21": -32.960489489000402, "W22": -43.705586206061682, "S22": -43.705586206061682, "W31": -72.038998349417213, "S31": -72.038998349417213, "W32": -100.10944406108914, "S32": -105.10944406108914 }, "geometry": { "type": "Point", "coordinates": [ 105060.0, 512879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42053654433573862, "S11": 0.42053654433573862, "W12": -4.9491812535290798, "S12": -10.886413459592244, "W13": -16.10386209525268, "S13": -19.473583704742406, "W21": -36.038016799732191, "S21": -36.543279957626929, "W22": -46.213207058581972, "S22": -46.213207058581972, "W31": -72.649766367108384, "S31": -72.649766367108384, "W32": -98.829956471415741, "S32": -103.82995647141574 }, "geometry": { "type": "Point", "coordinates": [ 105061.0, 499762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.12888536474852741, "W12": -4.2336885472344008, "S12": -9.8122143450693926, "W13": -19.028121235178492, "S13": -21.751259336638469, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -55.0, "W31": -70.870161985670748, "S31": -70.870161985670748, "W32": -89.620778741088941, "S32": -94.620778741088941 }, "geometry": { "type": "Point", "coordinates": [ 105061.0, 504798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46990781387181735, "S11": -0.46990781387181735, "W12": -12.134131920457897, "S12": -12.821253200448266, "W13": -18.452483288241289, "S13": -18.452483288241289, "W21": -31.717521302370749, "S21": -31.717521302370749, "W22": -50.041371295758282, "S22": -52.318664482951526, "W31": -76.49792642971309, "S31": -80.975759659148537, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105061.0, 507968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037605268840413375, "S11": -0.037605268840413375, "W12": -10.369549407114617, "S12": -16.965223411167795, "W13": -18.046511854653168, "S13": -18.046511854653168, "W21": -29.760381208355646, "S21": -29.760381208355646, "W22": -61.392870220222839, "S22": -64.49321364244399, "W31": -78.536642126072692, "S31": -78.536642126072692, "W32": -92.900693691788007, "S32": -97.900693691788007 }, "geometry": { "type": "Point", "coordinates": [ 105061.2, 508380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6048997810341924, "S11": -0.034793858659447285, "W12": -0.034793858659447285, "S12": -0.034793858659447285, "W13": -14.955540883366941, "S13": -16.59332485250539, "W21": -41.038805620369025, "S21": -43.176407032048857, "W22": -38.373454799561991, "S22": -41.035183440113457, "W31": -72.915902194070952, "S31": -77.822819000710609, "W32": -89.414713445479634, "S32": -94.414713445479634 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 498711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5826207261615455, "S11": -1.5826207261615455, "W12": -12.324495440825386, "S12": -12.476564890488223, "W13": -16.493175928502268, "S13": -19.493175928502268, "W21": -46.443704259711012, "S21": -46.680978410461577, "W22": -36.719623670839475, "S22": -38.821079775641323, "W31": -74.255580374823751, "S31": -74.255580374823751, "W32": -93.573580185296038, "S32": -98.573580185296038 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81127670323325629, "S11": -0.81127670323325629, "W12": -11.128355690778696, "S12": -11.128355690778696, "W13": -15.567248365777022, "S13": -18.567248365777022, "W21": -41.635933842084455, "S21": -41.635933842084455, "W22": -40.69528948893938, "S22": -40.69528948893938, "W31": -50.0, "S31": -50.0, "W32": -100.2224026097594, "S32": -105.2224026097594 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 501429.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.12729715538808417, "W12": -5.5171965227041522, "S12": -8.0821454659480381, "W13": -20.292075607885593, "S13": -23.073901133635253, "W21": -33.061072905709707, "S21": -33.212923282189855, "W22": -38.748628207109682, "S22": -43.974306985914787, "W31": -71.661022041281612, "S31": -75.276792018167853, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 506728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5936431010715713, "S11": 1.5936431010715713, "W12": -10.295067956307845, "S12": -18.852998879493917, "W13": -29.323707203758943, "S13": -29.323707203758943, "W21": -35.429251370396237, "S21": -35.429251370396237, "W22": -50.229948760600152, "S22": -53.371338157758892, "W31": -75.883659361185821, "S31": -75.883659361185821, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105062.0, 510557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41878761110804397, "S11": -2.060321323802996, "W12": -7.661854867101666, "S12": -9.9411932643330019, "W13": -16.554372362428552, "S13": -19.554372362428552, "W21": -33.100166836824798, "S21": -33.100166836824798, "W22": -57.197486656307007, "S22": -58.663526023618076, "W31": -79.257181206581649, "S31": -79.257181206581649, "W32": -94.456980729538145, "S32": -99.456980729538145 }, "geometry": { "type": "Point", "coordinates": [ 105063.0, 496908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4220173068372268, "S11": -1.4220173068372268, "W12": -12.435812276591397, "S12": -12.435812276591397, "W13": -16.130429943791519, "S13": -19.130429943791519, "W21": -47.662933699759535, "S21": -47.662933699759535, "W22": -53.172203840830448, "S22": -53.534296069371536, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105063.0, 500887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8767854999767835, "S12": -4.8767854999767835, "W13": -17.659611388868015, "S13": -17.659611388868015, "W21": -44.745384002625073, "S21": -46.999757686560827, "W22": -54.736594952178827, "S22": -54.736594952178827, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105063.125, 521953.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44802506482281768, "S11": -1.0608318870488089, "W12": -4.7616780993809602, "S12": -4.7616780993809602, "W13": -15.146867546059088, "S13": -17.033862027568023, "W21": -40.0, "S21": -40.0, "W22": -40.163016713406037, "S22": -52.072090008481744, "W31": -81.53952575929425, "S31": -81.53952575929425, "W32": -92.094822871953909, "S32": -97.094822871953909 }, "geometry": { "type": "Point", "coordinates": [ 105064.0, 497229.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61298574338085543, "S11": -2.8984252437262388, "W12": -5.7193892979770817, "S12": -5.7193892979770817, "W13": -16.048870573982637, "S13": -17.591189180883635, "W21": -44.824330464700175, "S21": -46.281903810766281, "W22": -38.0237249704142, "S22": -38.0237249704142, "W31": -52.301869076611602, "S31": -52.301869076611602, "W32": -97.298275375469231, "S32": -102.29827537546923 }, "geometry": { "type": "Point", "coordinates": [ 105064.0, 498141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.410667951664319, "W13": -25.000000000000004, "S13": -26.412800447177197, "W21": -35.572320569588221, "S21": -35.572320569588221, "W22": -45.547573128719186, "S22": -48.608444858350246, "W31": -77.955109516156611, "S31": -79.084789808185974, "W32": -95.127999099745637, "S32": -100.12799909974564 }, "geometry": { "type": "Point", "coordinates": [ 105064.0, 511680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.403398659460458, "S11": -0.403398659460458, "W12": -10.722195302192821, "S12": -10.722195302192821, "W13": -20.214906670076488, "S13": -27.884566855341131, "W21": -38.102429479271805, "S21": -39.819297931394615, "W22": -29.901553113211943, "S22": -37.748146986320897, "W31": -70.0, "S31": -70.0, "W32": -92.203957095904769, "S32": -97.203957095904769 }, "geometry": { "type": "Point", "coordinates": [ 105064.666666666671517, 514926.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -49.507399280921078, "S22": -57.407615168805371, "W31": -82.852383409353493, "S31": -82.852383409353493, "W32": -93.233682359864488, "S32": -98.233682359864488 }, "geometry": { "type": "Point", "coordinates": [ 105064.677419354833546, 529431.387096774182282 ] } }, +{ "type": "Feature", "properties": { "W11": 0.023562011634711277, "S11": -2.1436394348873034, "W12": -3.7886068133868358, "S12": -3.7886068133868358, "W13": -15.093051883709654, "S13": -15.093051883709654, "W21": -44.074407346079148, "S21": -46.978763014814888, "W22": -39.214294746299913, "S22": -39.214294746299913, "W31": -67.262175321016329, "S31": -77.262175321016329, "W32": -93.841812612372649, "S32": -98.841812612372649 }, "geometry": { "type": "Point", "coordinates": [ 105065.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68056506740598088, "S11": -0.52720888353237561, "W12": -0.52720888353237561, "S12": -0.52720888353237561, "W13": -14.940544499478802, "S13": -15.411027830889577, "W21": -42.014569744112649, "S21": -44.42837651881095, "W22": -37.710241301775156, "S22": -37.710241301775156, "W31": -53.889483876646814, "S31": -53.889483876646814, "W32": -97.044569143027886, "S32": -102.04456914302789 }, "geometry": { "type": "Point", "coordinates": [ 105065.0, 498566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -10.0, "W13": -16.025121738753615, "S13": -18.813120310305329, "W21": -30.0, "S21": -31.321081089455582, "W22": -37.418254902880733, "S22": -45.640994453722904, "W31": -63.869270854609056, "S31": -71.187669221215231, "W32": -96.232938778819033, "S32": -101.23293877881903 }, "geometry": { "type": "Point", "coordinates": [ 105065.0, 503055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43645083406496921, "S11": -0.43645083406496921, "W12": -12.065135263495502, "S12": -13.658382825105768, "W13": -17.874017190627097, "S13": -17.874017190627097, "W21": -30.877211402059881, "S21": -30.877211402059881, "W22": -40.488653931807541, "S22": -41.652070083147876, "W31": -83.311878538586697, "S31": -83.311878538586697, "W32": -93.632168255063903, "S32": -98.632168255063903 }, "geometry": { "type": "Point", "coordinates": [ 105065.5, 508040.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69607152883049805, "S11": -0.30392847116950195, "W12": -0.30392847116950195, "S12": -0.30392847116950195, "W13": -14.944440902881677, "S13": -15.622498348953888, "W21": -41.64217313131828, "S21": -43.944548516613608, "W22": -45.889331930444847, "S22": -51.046673948081271, "W31": -83.031900513237602, "S31": -83.031900513237602, "W32": -93.389296852081927, "S32": -98.389296852081927 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 498623.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67034866093986867, "S11": -0.23807624748503964, "W12": -0.23807624748503964, "S12": -0.23807624748503964, "W13": -14.9476322123203, "S13": -15.708827275187989, "W21": -41.496461146613264, "S21": -43.756333399987696, "W22": -40.531917570703691, "S22": -54.113680631515308, "W31": -68.005762202542414, "S31": -68.005762202542414, "W32": -89.252280774718074, "S32": -94.252280774718074 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 498645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57789762027050207, "S11": -0.57789762027050207, "W12": -10.531288394453362, "S12": -10.531288394453362, "W13": -15.558135721766767, "S13": -18.558135721766767, "W21": -41.024748411419537, "S21": -41.336238951336476, "W22": -37.432966745562133, "S22": -37.733129952029529, "W31": -55.500391869343176, "S31": -55.500391869343176, "W32": -96.806162268023826, "S32": -101.80616226802383 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 501485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076473948086564714, "S11": -0.076473948086564714, "W12": -10.0, "S12": -10.0, "W13": -15.494307476352267, "S13": -18.797523676955965, "W21": -40.0, "S21": -42.567505720823796, "W22": -39.98984548378148, "S22": -40.264253914881103, "W31": -73.249775687638717, "S31": -76.105469781713481, "W32": -89.115285548190229, "S32": -94.115285548190229 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 501592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37943149153625039, "S11": -1.0525930035637419, "W12": -10.0, "S12": -18.25954964230089, "W13": -18.25954964230089, "S13": -18.25954964230089, "W21": -35.854035906496051, "S21": -35.854035906496051, "W22": -38.386620810492026, "S22": -38.386620810492026, "W31": -80.812992414695231, "S31": -80.812992414695231, "W32": -93.67813749687555, "S32": -98.67813749687555 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74990857839402703, "S11": 0.74990857839402703, "W12": -5.0, "S12": -18.052643090867733, "W13": -25.0, "S13": -25.114737264579922, "W21": -36.416063385060681, "S21": -36.416063385060681, "W22": -40.0, "S22": -55.0, "W31": -70.118990134253735, "S31": -70.118990134253735, "W32": -89.529057098093944, "S32": -94.529057098093944 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 511328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63741429224440038, "S11": 0.63741429224440038, "W12": -5.0, "S12": -19.255468508401194, "W13": -25.0, "S13": -27.691090009350621, "W21": -36.084571365369548, "S21": -36.084571365369548, "W22": -40.415456776281751, "S22": -40.415456776281751, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -99.927532442511733, "S32": -104.92753244251173 }, "geometry": { "type": "Point", "coordinates": [ 105066.0, 511466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4287087900278759, "S11": -1.8295698089589172, "W12": -9.0492058681393281, "S12": -9.0492058681393281, "W13": -15.838503852399054, "S13": -25.502349533433524, "W21": -38.999226800628492, "S21": -39.331730295309391, "W22": -37.322305231973615, "S22": -46.379518363601811, "W31": -64.28057322593358, "S31": -71.402754694275828, "W32": -96.522346006679854, "S32": -101.52234600667985 }, "geometry": { "type": "Point", "coordinates": [ 105066.022727272720658, 516108.113636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65582990777724803, "S11": -1.0835555382981132, "W12": -7.1887141607818146, "S12": -10.673738918126222, "W13": -18.732680139893805, "S13": -20.413562877755425, "W21": -32.266139657444008, "S21": -32.331998654306879, "W22": -59.719714836408045, "S22": -63.103260188848012, "W31": -78.782770159327555, "S31": -78.782770159327555, "W32": -93.409003927503647, "S32": -98.409003927503647 }, "geometry": { "type": "Point", "coordinates": [ 105066.666666666671517, 505347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44707114298407058, "S11": -0.44707114298407058, "W12": -10.378524367157171, "S12": -10.378524367157171, "W13": -15.548652533497057, "S13": -18.568081541950466, "W21": -40.746252774315167, "S21": -41.697337222861542, "W22": -39.213186236336163, "S22": -58.21109465651719, "W31": -81.255509103936518, "S31": -81.255509103936518, "W32": -91.83862582496198, "S32": -96.83862582496198 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 501512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87771872847160715, "S11": -1.5395114175051576, "W12": -7.5598963413429141, "S12": -15.01357281193115, "W13": -25.0, "S13": -25.0, "W21": -36.867968694018259, "S21": -36.967503057211651, "W22": -40.075418018190355, "S22": -53.069828400261514, "W31": -78.530734379959071, "S31": -78.530734379959071, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 505694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8474600262123198, "S11": 1.8474600262123198, "W12": -10.791224620090304, "S12": -19.295868820596944, "W13": -26.897915951746167, "S13": -26.897915951746167, "W21": -35.277811836626903, "S21": -35.277811836626903, "W22": -36.175372607675712, "S22": -46.82861414749064, "W31": -65.642375619129467, "S31": -66.414472409652902, "W32": -96.894784915204781, "S32": -101.89478491520478 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 510324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.55652223359490538, "W12": -10.0, "S12": -10.0, "W13": -24.844303959677074, "S13": -34.595474806186189, "W21": -35.865747425052568, "S21": -35.865747425052568, "W22": -47.412385533529452, "S22": -47.412385533529452, "W31": -74.375096629617261, "S31": -78.195936821203446, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 512180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38220253193601428, "S11": -0.38220253193601428, "W12": -10.608761921642229, "S12": -10.608761921642229, "W13": -20.166839787032025, "S13": -27.375980644339201, "W21": -38.417196437972009, "S21": -39.082102270334566, "W22": -38.811240622809102, "S22": -38.811240622809102, "W31": -67.329580614427471, "S31": -76.292634195285785, "W32": -94.36573932241123, "S32": -99.36573932241123 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 514860.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42828872789691352, "S11": -0.42828872789691352, "W12": -10.832407808428496, "S12": -10.832407808428496, "W13": -20.269795710713964, "S13": -28.435270492051597, "W21": -37.72238243955362, "S21": -39.65405469987757, "W22": -38.201163260506789, "S22": -38.201163260506789, "W31": -71.74949550300785, "S31": -71.74949550300785, "W32": -100.22136055905101, "S32": -105.22136055905101 }, "geometry": { "type": "Point", "coordinates": [ 105067.0, 515006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.4584420322240246, "S12": -3.4584420322240246, "W13": -16.009422057290323, "S13": -18.99460821355671, "W21": -43.496515512302558, "S21": -43.496515512302558, "W22": -49.970401430597519, "S22": -50.806155836950417, "W31": -74.3546650063671, "S31": -75.366062476305942, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105068.0, 497530.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.9073810748333702, "S12": -3.1506064169957386, "W13": -15.361188624525601, "S13": -18.501904795081806, "W21": -39.819590490934097, "S21": -41.302679278715374, "W22": -40.0, "S22": -55.0, "W31": -74.834228292384537, "S31": -74.834228292384537, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105068.0, 499045.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32586380754429656, "S11": -1.9673856265854144, "W12": -5.0, "S12": -8.5425049631100176, "W13": -20.0, "S13": -20.0, "W21": -38.565523942770191, "S21": -38.581330568698299, "W22": -40.0, "S22": -53.216189671767268, "W31": -66.967218441169194, "S31": -66.967218441169194, "W32": -89.049258161189258, "S32": -94.049258161189258 }, "geometry": { "type": "Point", "coordinates": [ 105068.0, 506262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3622464565151362, "S11": 1.3622464565151362, "W12": -10.0, "S12": -17.194426597892161, "W13": -30.122840597723265, "S13": -30.122840597723265, "W21": -35.758505280231532, "S21": -35.758505280231532, "W22": -39.926946461059316, "S22": -39.926946461059316, "W31": -67.175514049187427, "S31": -77.175514049187427, "W32": -92.934264343660317, "S32": -97.934264343660317 }, "geometry": { "type": "Point", "coordinates": [ 105068.0, 510663.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1021945713234853, "S12": -13.822469684931036, "W13": -27.169152964196172, "S13": -35.942814116863332, "W21": -35.942814116863332, "S21": -35.942814116863332, "W22": -39.965772303697875, "S22": -39.965772303697875, "W31": -50.0, "S31": -50.0, "W32": -99.494282136320479, "S32": -104.49428213632048 }, "geometry": { "type": "Point", "coordinates": [ 105068.166666666671517, 511949.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37395917142002505, "S11": -0.10533561467639335, "W12": -4.1995081144388395, "S12": -4.1995081144388395, "W13": -15.359253940913501, "S13": -16.911577092838819, "W21": -40.365311792522945, "S21": -40.365311792522945, "W22": -37.379017285016957, "S22": -37.379017285016957, "W31": -61.913723993128002, "S31": -62.094151013564598, "W32": -100.4492510222172, "S32": -105.4492510222172 }, "geometry": { "type": "Point", "coordinates": [ 105068.4, 497307.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88659908801626175, "S11": -1.3674065003260627, "W12": -6.8318798924318456, "S12": -15.868620088509747, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -37.563674870022588, "S21": -37.563674870022588, "W22": -58.953589950571143, "S22": -59.807508885962442, "W31": -79.757093970560305, "S31": -79.757093970560305, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105068.666666666671517, 505746.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.0116449736914981, "S12": -3.4932190284794671, "W13": -15.375307544692456, "S13": -18.523289607472726, "W21": -39.734854016864738, "S21": -41.200625493067825, "W22": -38.355628635166056, "S22": -49.819513833813048, "W31": -81.020561803183782, "S31": -81.020561803183782, "W32": -91.626326868478031, "S32": -96.626326868478031 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.8168295288206671, "S12": -5.9972009020685251, "W13": -15.518735481264518, "S13": -18.717080983199082, "W21": -39.18380445795313, "S21": -40.531726341102825, "W22": -37.802133969624258, "S22": -46.179821637477644, "W31": -61.090565988284474, "S31": -62.770479497753314, "W32": -95.961335650739414, "S32": -100.96133565073941 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49729068181393521, "S11": 0.49729068181393521, "W12": -4.135596511281963, "S12": -6.8766131245761368, "W13": -15.586922533077466, "S13": -18.809211309364073, "W21": -38.921830077486945, "S21": -40.213725104922737, "W22": -37.894595932921355, "S22": -42.24315052577186, "W31": -60.0, "S31": -61.355938717283969, "W32": -95.939506863842567, "S32": -100.93950686384257 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 499144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2962557936454626, "S11": 1.2962557936454626, "W12": -9.9132605326496073, "S12": -11.825279096760879, "W13": -15.822460515034759, "S13": -20.822460515034759, "W21": -38.621237110134075, "S21": -47.456882718961587, "W22": -39.473442753656137, "S22": -39.473442753656137, "W31": -66.915790954390459, "S31": -76.915790954390459, "W32": -90.655945504405238, "S32": -95.655945504405238 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 502128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.1372904395106479, "W12": -4.4008712990210794, "S12": -11.68987116382181, "W13": -19.334051602726607, "S13": -21.772121818030818, "W21": -30.0, "S21": -30.0, "W22": -41.573616194815628, "S22": -41.573616194815628, "W31": -73.477706179185915, "S31": -74.922985663549241, "W32": -88.911866700309233, "S32": -93.911866700309233 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 504765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51132473336889894, "S11": -0.62119217949910677, "W12": -10.9225818030996, "S12": -11.324662064752461, "W13": -19.96639508664283, "S13": -19.96639508664283, "W21": -32.506372278033268, "S21": -32.506372278033268, "W22": -57.619755421930961, "S22": -59.822549798029378, "W31": -79.127140155349295, "S31": -79.127140155349295, "W32": -94.25304613108996, "S32": -99.25304613108996 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 507615.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1173781979760022, "W12": -9.2614915555974129, "S12": -9.2614915555974129, "W13": -16.885556108105913, "S13": -26.448389704317904, "W21": -38.207141495794936, "S21": -41.207141495794936, "W22": -60.211668249026673, "S22": -61.661847251009341, "W31": -79.354316115622026, "S31": -79.354316115622026, "W32": -90.859423793111418, "S32": -95.859423793111418 }, "geometry": { "type": "Point", "coordinates": [ 105069.0, 515809.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87389057079785559, "S11": 0.87389057079785559, "W12": -8.1711417185056092, "S12": -13.452824313971259, "W13": -15.742350746268656, "S13": -21.450648661749312, "W21": -36.868564686100569, "S21": -46.445677758215787, "W22": -52.49455189835237, "S22": -52.49455189835237, "W31": -77.096403285109034, "S31": -77.096403285109034, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105069.75, 502344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9191071926484407, "S12": -4.9191071926484407, "W13": -17.81803651013059, "S13": -17.81803651013059, "W21": -44.254115054454687, "S21": -46.499675305756384, "W22": -37.048975672215107, "S22": -45.374540390752216, "W31": -80.682831368711106, "S31": -80.682831368711106, "W32": -91.320088994763694, "S32": -96.320088994763694 }, "geometry": { "type": "Point", "coordinates": [ 105069.888888888890506, 521890.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.0625192863077109, "S12": -6.6829612459333365, "W13": -15.558046661953338, "S13": -18.772504093434129, "W21": -39.002279419672355, "S21": -40.312184414009714, "W22": -60.875597064906202, "S22": -62.681006549793132, "W31": -79.056967128468159, "S31": -79.056967128468159, "W32": -91.492968009067567, "S32": -96.492968009067567 }, "geometry": { "type": "Point", "coordinates": [ 105070.0, 499134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1687833309428495, "S12": -5.4901920874257826, "W13": -15.0, "S13": -15.0, "W21": -42.93600990212979, "S21": -42.93600990212979, "W22": -42.348646302122781, "S22": -44.416962010710051, "W31": -83.159117358509832, "S31": -83.159117358509832, "W32": -93.498879756761482, "S32": -98.498879756761482 }, "geometry": { "type": "Point", "coordinates": [ 105070.0, 524409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13436824792934637, "S11": -0.25053391259200092, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -19.231748716479721, "S13": -20.965703677057004, "W21": -38.090715390367023, "S21": -38.090715390367023, "W22": -39.342488507472915, "S22": -39.342488507472915, "W31": -50.0, "S31": -50.0, "W32": -98.886812445814471, "S32": -103.88681244581447 }, "geometry": { "type": "Point", "coordinates": [ 105070.333333333328483, 514075.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1273282057222295, "S11": -0.87576570572221157, "W12": -10.1689574498363, "S12": -12.623167228696209, "W13": -20.339453404377604, "S13": -20.339453404377604, "W21": -30.346885444001096, "S21": -30.346885444001096, "W22": -42.878364130263073, "S22": -44.651857060953866, "W31": -73.767339952021345, "S31": -76.840903848723087, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105070.6, 507077.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -34.903355937161265, "S22": -39.69171761767965, "W31": -66.255914480166865, "S31": -66.255914480166865, "W32": -89.156382145052362, "S32": -94.156382145052362 }, "geometry": { "type": "Point", "coordinates": [ 105070.620689655173919, 530026.95402298856061 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6959345002823261, "S12": -11.741103963390412, "W13": -16.046950952300691, "S13": -19.497543288945351, "W21": -35.423111967118857, "S21": -35.88384453899755, "W22": -41.59218325350848, "S22": -43.567647587397872, "W31": -73.417867823222295, "S31": -76.183016212409825, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 499709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0936057638185297, "S11": -1.0936057638185297, "W12": -12.018101472221565, "S12": -12.018101472221565, "W13": -17.038955931860681, "S13": -20.038955931860681, "W21": -42.618649641036882, "S21": -43.339409488392327, "W22": -60.775503595269107, "S22": -62.537973289361375, "W31": -79.075814610160634, "S31": -79.075814610160634, "W32": -91.429515278388195, "S32": -96.429515278388195 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2387787266206718, "S11": -1.2387787266206718, "W12": -12.120542571543352, "S12": -12.120542571543352, "W13": -17.362711409286838, "S13": -20.362711409286838, "W21": -43.520030689976437, "S21": -44.171549165781151, "W22": -59.769109517572097, "S22": -63.05188469960153, "W31": -78.659833835128794, "S31": -78.659833835128794, "W32": -93.277034026007428, "S32": -98.277034026007428 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 500401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.89358657473656822, "W12": -7.7151293813002857, "S12": -7.7151293813002866, "W13": -18.993484610199953, "S13": -21.188420146369179, "W21": -34.439253735153848, "S21": -34.439253735153848, "W22": -53.770067956922148, "S22": -54.174781523874103, "W31": -79.897722687148473, "S31": -79.897722687148473, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105071.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24534029853087891, "S11": 0.24534029853087891, "W12": -10.0, "S12": -16.38342152436001, "W13": -19.400750348049989, "S13": -19.400750348049989, "W21": -29.78954067357013, "S21": -30.33784219435756, "W22": -38.331376217892455, "S22": -38.331376217892455, "W31": -78.820867486338813, "S31": -78.820867486338813, "W32": -93.587624421534557, "S32": -98.587624421534557 }, "geometry": { "type": "Point", "coordinates": [ 105071.142857142855064, 508620.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57354770269412292, "S11": -1.1205902041028126, "W12": -1.1205902041028126, "S12": -1.1205902041028126, "W13": -14.963560367087489, "S13": -15.258067813459943, "W21": -42.815466915040055, "S21": -45.443247662703911, "W22": -40.84427406220329, "S22": -40.84427406220329, "W31": -50.0, "S31": -50.0, "W32": -100.1817893162974, "S32": -105.1817893162974 }, "geometry": { "type": "Point", "coordinates": [ 105072.0, 498450.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46992636534003474, "S11": 0.46992636534003474, "W12": -4.8440993788820697, "S12": -11.303030397233515, "W13": -16.06742892008398, "S13": -19.475514546665064, "W21": -35.704604866474121, "S21": -36.174229378203904, "W22": -50.249040644438026, "S22": -53.258469214200453, "W31": -75.826270455319943, "S31": -75.826270455319943, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105072.0, 499744.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34106352766859427, "S11": -1.9828164027407993, "W12": -5.0, "S12": -8.1240234278546524, "W13": -20.190202666088652, "S13": -20.190202666088652, "W21": -38.65707080197302, "S21": -38.65707080197302, "W22": -37.595528667375824, "S22": -42.848443740783743, "W31": -71.842151831983458, "S31": -76.223166136274742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105072.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16886463637711971, "S11": -0.16886463637711971, "W12": -10.981488523388464, "S12": -15.768917609733071, "W13": -17.56084518047561, "S13": -17.56084518047561, "W21": -29.99855990629521, "S21": -29.99855990629521, "W22": -47.289180024200419, "S22": -47.289180024200419, "W31": -74.359678550794811, "S31": -78.163984792175654, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105072.0, 508293.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049782746247268472, "S11": 0.049782746247268472, "W12": -5.3834512174943008, "S12": -5.3834512174943008, "W13": -19.345869499495841, "S13": -19.345869499495841, "W21": -38.964581250358222, "S21": -41.162798380108335, "W22": -36.711817163200664, "S22": -38.611476018139854, "W31": -74.352771572960719, "S31": -74.352771572960719, "W32": -93.487062539014175, "S32": -98.487062539014175 }, "geometry": { "type": "Point", "coordinates": [ 105072.7, 521238.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.093205886107488076, "S11": -0.1571785055976343, "W12": -10.0, "S12": -10.0, "W13": -19.68507311980002, "S13": -30.632861112300198, "W21": -35.055160275434183, "S21": -35.055160275434183, "W22": -37.945693065590696, "S22": -42.488588115515007, "W31": -60.190672135658964, "S31": -61.664724976311717, "W32": -95.98273728863488, "S32": -100.98273728863488 }, "geometry": { "type": "Point", "coordinates": [ 105072.777777777781012, 513355.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3152850684046915, "S11": 0.31528506840469145, "W12": -3.9290766296085686, "S12": -3.9290766296085686, "W13": -15.585161267237961, "S13": -17.020327633057938, "W21": -40.652512188801637, "S21": -40.652512188801637, "W22": -40.77127716957196, "S22": -40.77127716957196, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105072.857142857144936, 497370.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.6324337930143797, "S12": -3.6324337930143797, "W13": -15.618439115264252, "S13": -18.562841333278858, "W21": -41.950042668176955, "S21": -41.950042668176955, "W22": -40.057637355183765, "S22": -53.443315422136735, "W31": -79.75827862429918, "S31": -79.75827862429918, "W32": -90.067500455030029, "S32": -95.067500455030029 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 497466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55415515409139215, "S11": 0.55415515409139215, "W12": -5.0, "S12": -10.0, "W13": -15.877182388950473, "S13": -20.458530056023509, "W21": -33.525010572571965, "S21": -34.732521495014872, "W22": -40.0, "S22": -55.0, "W31": -71.490091914855171, "S31": -71.490091914855171, "W32": -89.719273611840492, "S32": -94.719273611840492 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 502782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87219761834465115, "S11": -1.482389544221554, "W12": -7.4999628968104117, "S12": -15.22400701445747, "W13": -25.0, "S13": -25.0, "W21": -36.960564972651056, "S21": -37.040520474633105, "W22": -37.605461065088754, "S22": -37.605461065088754, "W31": -54.774359104009712, "S31": -54.774359104009712, "W32": -96.989887884948914, "S32": -101.98988788494891 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 505701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32316661794796847, "S11": 0.32316661794796847, "W12": -10.0, "S12": -16.328073738478363, "W13": -20.798782203115948, "S13": -20.798782203115948, "W21": -32.604300593837849, "S21": -32.884409935007035, "W22": -37.107583905325441, "S22": -37.668893033501021, "W31": -57.937218738939173, "S31": -58.16014048101502, "W32": -96.557191829761805, "S32": -101.55719182976181 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 509027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.35156988795403543, "W12": -10.0, "S12": -17.947238869863014, "W13": -26.655229664272593, "S13": -33.404108772956221, "W21": -36.581768140215289, "S21": -36.581768140215289, "W22": -38.772973277052593, "S22": -54.268062922992499, "W31": -81.014907721171681, "S31": -81.014907721171681, "W32": -91.623442778913926, "S32": -96.623442778913926 }, "geometry": { "type": "Point", "coordinates": [ 105073.0, 512055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2907687607920337, "S12": -5.1383521989438732, "W13": -15.0, "S13": -15.0, "W21": -43.046741966649449, "S21": -43.046741966649449, "W22": -37.67775999176893, "S22": -37.67775999176893, "W31": -60.0, "S31": -60.174879528564794, "W32": -100.43849656320073, "S32": -105.43849656320073 }, "geometry": { "type": "Point", "coordinates": [ 105073.857142857144936, 524456.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.4597783894767002, "S12": -3.4597783894767002, "W13": -15.962842692387097, "S13": -18.871730998627267, "W21": -43.264176472091123, "S21": -43.264176472091123, "W22": -36.534902940308406, "S22": -38.547535195820771, "W31": -74.079601201886788, "S31": -74.079601201886788, "W32": -93.464641914053459, "S32": -98.464641914053459 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 497521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63952001015851512, "S11": -0.77298203993403203, "W12": -0.77298203993403203, "S12": -0.77298203993403203, "W13": -14.948106310934275, "S13": -15.297855952814729, "W21": -42.305799846588975, "S21": -44.779302414682867, "W22": -37.658290315553828, "S22": -45.173430614992384, "W31": -63.570527567770867, "S31": -69.937190453433303, "W32": -96.253827260746291, "S32": -101.25382726074629 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 498529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5118973427493225, "S12": -7.8091398623503672, "W13": -16.046821533178466, "S13": -19.437297985643255, "W21": -37.002441761524054, "S21": -37.887872764209952, "W22": -50.0, "S22": -63.974715503677359, "W31": -82.24790146281002, "S31": -82.24790146281002, "W32": -92.707768102448412, "S32": -97.707768102448412 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 499351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4614590035504309, "S11": 0.4614590035504309, "W12": -5.0365966564263234, "S12": -9.5287940497120545, "W13": -19.363113397585163, "S13": -19.688842597264998, "W21": -29.691350583072964, "S21": -29.691350583072964, "W22": -36.660969749717829, "S22": -36.660969749717829, "W31": -80.069767333399284, "S31": -80.069767333399284, "W32": -90.697444031306063, "S32": -95.697444031306063 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 503707.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4802486429697076, "S11": -1.9870332882461872, "W12": -5.0, "S12": -9.3669439798885783, "W13": -22.982793522267208, "S13": -22.982793522267208, "W21": -40.0, "S21": -40.0, "W22": -48.619199265588307, "S22": -51.466857992152931, "W31": -79.494320540320757, "S31": -79.494320540320757, "W32": -95.140445907367166, "S32": -100.14044590736717 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 506138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41047088240805479, "S11": -0.41047088240805479, "W12": -10.714221732420626, "S12": -10.714221732420626, "W13": -20.227845807703087, "S13": -28.089412602039914, "W21": -37.976628317224716, "S21": -40.025241488317704, "W22": -50.37053705370537, "S22": -50.370566463025092, "W31": -79.505518819380185, "S31": -79.505518819380185, "W32": -94.949441074550748, "S32": -99.949441074550748 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 514951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1338350779315234, "S11": -2.8664906225139162, "W12": -9.5316133459130281, "S12": -9.5316133459130281, "W13": -17.920994484811345, "S13": -27.920994484811345, "W21": -37.588027238390673, "S21": -38.192407518925492, "W22": -56.088996246905701, "S22": -56.877736492951392, "W31": -79.169644128439913, "S31": -79.169644128439913, "W32": -94.467174570312267, "S32": -99.467174570312267 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 515549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6500857422591624, "S12": -7.6500857422591624, "W13": -17.434046995756724, "S13": -19.974920602617271, "W21": -45.648377559433477, "S21": -48.648377559433477, "W22": -34.231456409417355, "S22": -38.327978213036459, "W31": -70.184283066394173, "S31": -70.184283066394173, "W32": -93.376872770793938, "S32": -98.376872770793938 }, "geometry": { "type": "Point", "coordinates": [ 105074.0, 518063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4305746827649604, "S11": -1.4305746827649604, "W12": -12.58790406691133, "S12": -12.58790406691133, "W13": -16.153824200306559, "S13": -19.153824200306559, "W21": -47.222887125100478, "S21": -47.222887125100478, "W22": -39.741569356385895, "S22": -47.294543334081062, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -90.414779375438783, "S32": -95.414779375438783 }, "geometry": { "type": "Point", "coordinates": [ 105074.2, 500921.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.095726367786844221, "S11": -0.3420400477784063, "W12": -10.0, "S12": -10.0, "W13": -19.29449241711405, "S13": -20.188561872945478, "W21": -37.5802031620929, "S21": -37.5802031620929, "W22": -40.01605816118898, "S22": -52.909128114662167, "W31": -80.0, "S31": -80.0, "W32": -90.197457032164124, "S32": -95.197457032164124 }, "geometry": { "type": "Point", "coordinates": [ 105074.5, 513954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.500000000001794, "S13": -13.500000000001794, "W21": -47.0, "S21": -47.0, "W22": -40.146583182670284, "S22": -55.146583182670284, "W31": -69.52607399637418, "S31": -69.52607399637418, "W32": -89.466510287678318, "S32": -94.466510287678318 }, "geometry": { "type": "Point", "coordinates": [ 105074.741935483863926, 529479.709677419392392 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.38788463083472569, "W12": -2.1626280808640268, "S12": -2.1626280808640268, "W13": -15.197349762650237, "S13": -18.296692496295474, "W21": -40.0, "S21": -41.577695198696212, "W22": -47.429800444353724, "S22": -51.776536419711007, "W31": -76.617579021076082, "S31": -79.31009239006022, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 498992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41445729894753081, "W12": -2.4398227637773471, "S12": -2.4398227637773471, "W13": -15.246726593273406, "S13": -18.363407560070122, "W21": -39.999999999999993, "S21": -41.537124027317169, "W22": -47.427596442967626, "S22": -51.767505216144542, "W31": -76.617584137364688, "S31": -79.30731230135757, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 499013.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -0.8, "W12": -5.3189318924352849, "S12": -9.2798301846691018, "W13": -16.450985185139157, "S13": -19.281070590774945, "W21": -29.817353216692734, "S21": -31.080777751133287, "W22": -36.759928031684339, "S22": -41.759928031684339, "W31": -72.546680150029445, "S31": -77.054066413345311, "W32": -89.705917560915438, "S32": -94.705917560915438 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 503232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.24, "S11": -1.24, "W12": -3.74, "S12": -6.5161473989005767, "W13": -19.616564417177912, "S13": -21.626487458222687, "W21": -30.0, "S21": -30.0, "W22": -41.205973414249044, "S22": -41.205973414249044, "W31": -71.481708925189068, "S31": -71.481708925189068, "W32": -100.12403956278213, "S32": -105.12403956278213 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 504898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90084450820183382, "S11": -2.07960224625567, "W12": -5.0, "S12": -14.007618427017228, "W13": -25.0, "S13": -25.0, "W21": -39.327144324397487, "S21": -39.327144324397487, "W22": -47.546216070868383, "S22": -47.546216070868383, "W31": -74.315361867431207, "S31": -78.204981067573556, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 505879.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42740338549984025, "S11": -0.86513534426272698, "W12": -9.0980741699805794, "S12": -14.556189353226653, "W13": -17.206245787463491, "S13": -17.51320950144428, "W21": -35.304333850757239, "S21": -35.304333850757239, "W22": -37.714354461538349, "S22": -37.714354461538349, "W31": -54.211584163422678, "S31": -54.211584163422678, "W32": -97.096320859505312, "S32": -102.09632085950531 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 506532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22554451407252271, "S11": 0.22554451407252271, "W12": -13.267489103537924, "S12": -16.371419103353951, "W13": -19.764908142383188, "S13": -20.533445892865203, "W21": -32.963420506810721, "S21": -32.963420506810721, "W22": -37.514365809193151, "S22": -46.281216479810737, "W31": -64.187481124757653, "S31": -69.087877974015058, "W32": -96.718280107980164, "S32": -101.71828010798016 }, "geometry": { "type": "Point", "coordinates": [ 105075.0, 512994.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0979603421614113, "W12": -9.2449394735516854, "S12": -9.2449394735516854, "W13": -16.774313174266489, "S13": -26.774313174266485, "W21": -38.220682770886043, "S21": -41.035876932991854, "W22": -59.804390619334121, "S22": -62.985336560465029, "W31": -78.541694088218875, "S31": -78.541694088218875, "W32": -93.141970206799087, "S32": -98.141970206799087 }, "geometry": { "type": "Point", "coordinates": [ 105076.0, 515828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14262132352740628, "S11": 0.090904217623000702, "W12": -10.686874664767799, "S12": -10.842897232385358, "W13": -19.771402384342565, "S13": -26.786192124988204, "W21": -34.152821568962885, "S21": -34.152821568962885, "W22": -60.088980150581797, "S22": -61.539004808553095, "W31": -79.250213531576449, "S31": -79.250213531576449, "W32": -90.940152899539683, "S32": -95.940152899539683 }, "geometry": { "type": "Point", "coordinates": [ 105076.5, 513199.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2721877328035729, "W12": -3.4513995419615959, "S12": -3.4513995419615959, "W13": -17.261499846641449, "S13": -20.190146750075556, "W21": -47.282020277688758, "S21": -52.88053062341951, "W22": -39.017017095319538, "S22": -44.144009909040449, "W31": -71.671496868097108, "S31": -74.985100962533295, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105077.0, 497780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.4535351166220032, "S12": -5.0143816774683314, "W13": -15.41839237017904, "S13": -18.599968560578134, "W21": -39.325389175725391, "S21": -40.710028986832917, "W22": -38.757638886975499, "S22": -53.483157687383041, "W31": -80.954732134042914, "S31": -80.954732134042914, "W32": -91.570105849832572, "S32": -96.570105849832572 }, "geometry": { "type": "Point", "coordinates": [ 105077.0, 499090.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51581443670237415, "S11": -0.51581443670237415, "W12": -5.7211152470622579, "S12": -7.1905573078238643, "W13": -18.226424571651815, "S13": -21.080230297322821, "W21": -30.096705538500771, "S21": -30.096705538500771, "W22": -39.986853815369741, "S22": -51.238506741661475, "W31": -80.0, "S31": -80.0, "W32": -90.237525676694659, "S32": -95.237525676694659 }, "geometry": { "type": "Point", "coordinates": [ 105077.0, 505183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25447617616113027, "S11": -1.9900280676638824, "W12": -9.9898477157360404, "S12": -14.744323403904577, "W13": -16.628006505178465, "S13": -16.628006505178465, "W21": -37.396995281910925, "S21": -37.396995281910925, "W22": -47.317563227319575, "S22": -47.317563227319575, "W31": -74.331671220681315, "S31": -78.160756144387889, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105077.0, 506355.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.41275419064148, "S12": -4.8790108864403914, "W13": -15.0, "S13": -15.0, "W21": -43.157474031169414, "S21": -43.157474031169414, "W22": -37.931057752109957, "S22": -37.931057752109957, "W31": -76.992543260473596, "S31": -76.992543260473596, "W32": -93.497678448643768, "S32": -98.497678448643768 }, "geometry": { "type": "Point", "coordinates": [ 105077.714285714289872, 524503.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7774138904573684, "S12": -11.558546293989455, "W13": -16.043421120061257, "S13": -19.475164541113887, "W21": -35.504223368940401, "S21": -35.953359723339915, "W22": -46.454356475841067, "S22": -46.454356475841067, "W31": -72.697852946326705, "S31": -72.697852946326705, "W32": -98.713367167878758, "S32": -103.71336716787876 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 499733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70972927187674462, "S11": 0.70972927187674462, "W12": -7.4891620303248896, "S12": -12.711165201798767, "W13": -15.846119402985074, "S13": -21.204697300309682, "W21": -36.080755356949446, "S21": -46.080755356949446, "W22": -56.051883570837873, "S22": -56.634207064274371, "W31": -79.763290552943971, "S31": -79.763290552943971, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 502430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39855072463768115, "S11": 0.39855072463768115, "W12": -4.9999999999999991, "S12": -10.0, "W13": -15.935565632909146, "S13": -19.627119316704878, "W21": -31.642962313210742, "S21": -32.829372005523197, "W22": -54.68827814738939, "S22": -55.171298966273788, "W31": -79.800470047245966, "S31": -79.800470047245966, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 502918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": 0.29, "W12": -5.0, "S12": -14.028117970507374, "W13": -19.707838828503274, "S13": -20.024878579482525, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -29.879462313289149, "S22": -33.127577036042496, "W31": -70.0, "S31": -70.0, "W32": -90.325828832906538, "S32": -95.325828832906538 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 503964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55943070145713314, "S11": -1.9383951566306952, "W12": -4.063012289225493, "S12": -4.063012289225493, "W13": -20.0, "S13": -22.264039179104479, "W21": -30.0, "S21": -30.0, "W22": -29.612012322409356, "S22": -34.806354916043368, "W31": -70.0, "S31": -70.0, "W32": -90.792157786720082, "S32": -95.792157786720082 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 504946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26135046395431838, "S11": 0.26135046395431838, "W12": -10.0, "S12": -13.277550162832231, "W13": -20.0, "S13": -20.0, "W21": -30.147588829933838, "S21": -30.917751087626879, "W22": -36.901594624717831, "S22": -41.659195282071977, "W31": -80.189108850154653, "S31": -80.189108850154653, "W32": -90.841597545438006, "S32": -95.841597545438006 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 508726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60895822903288999, "S11": 0.60895822903288999, "W12": -5.0, "S12": -16.348123387158239, "W13": -25.0, "S13": -28.067356506368242, "W21": -35.98247867605982, "S21": -35.98247867605982, "W22": -44.407042583427113, "S22": -44.407042583427113, "W31": -72.231821802520187, "S31": -72.231821802520187, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.0, 511504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3161413410307763, "S11": -3.0165482586299701, "W12": -4.7946325228695379, "S12": -4.7946325228695379, "W13": -20.0, "S13": -20.416818056302471, "W21": -30.0, "S21": -30.0, "W22": -52.314684424838823, "S22": -52.314684424838823, "W31": -76.924346083621657, "S31": -76.924346083621657, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105078.666666666671517, 504445.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41267000535931769, "S11": -0.41267000535931769, "W12": -10.702236363575725, "S12": -10.702236363575725, "W13": -20.23122641586432, "S13": -28.134966515483796, "W21": -37.933199801787744, "S21": -40.000000000000007, "W22": -38.231698337805611, "S22": -38.231698337805611, "W31": -78.501650728597411, "S31": -78.501650728597411, "W32": -93.520293789501054, "S32": -98.520293789501054 }, "geometry": { "type": "Point", "coordinates": [ 105079.0, 514959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.521539444267008, "S12": -10.521539444267008, "W13": -19.258868359291661, "S13": -23.049625627118825, "W21": -36.588894835108597, "S21": -36.588894835108597, "W22": -47.303749921549112, "S22": -52.237616675304828, "W31": -78.926842995440765, "S31": -79.791480159096864, "W32": -95.230549784281578, "S32": -100.23054978428158 }, "geometry": { "type": "Point", "coordinates": [ 105079.0, 515386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4132287320354271, "S12": -11.195047116859143, "W13": -26.782927122309612, "S13": -33.530584322176594, "W21": -35.361473568011391, "S21": -35.361473568011391, "W22": -45.511157867839373, "S22": -45.511157867839373, "W31": -79.906666733333338, "S31": -79.906666733333338, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105079.333333333328483, 511901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81940797326330861, "S11": -2.2209725936832019, "W12": -9.1298621958036588, "S12": -12.535891607568365, "W13": -22.698846980652725, "S13": -22.698846980652725, "W21": -35.009758824625585, "S21": -35.195404329476574, "W22": -38.176887787332006, "S22": -38.176887787332006, "W31": -79.834642531876142, "S31": -79.834642531876142, "W32": -93.546646864148315, "S32": -98.546646864148315 }, "geometry": { "type": "Point", "coordinates": [ 105081.0, 505554.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33989140136865981, "S11": -1.1220088803900619, "W12": -10.000000000000002, "S12": -16.525610904323702, "W13": -16.525610904323702, "S13": -16.525610904323702, "W21": -36.195353209900269, "S21": -36.195353209900269, "W22": -49.032781015916953, "S22": -49.12569469299509, "W31": -79.902424312121212, "S31": -79.902424312121212, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105081.0, 506453.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1531542923114984, "S11": 1.1531542923114984, "W12": -3.9058017852473155, "S12": -3.9058017852473155, "W13": -15.086200643090626, "S13": -15.086200643090626, "W21": -45.0, "S21": -46.765550005807874, "W22": -47.870736917584139, "S22": -47.870736917584139, "W31": -74.27072923279006, "S31": -78.263566992476882, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105081.0, 523193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5347396204906634, "S12": -4.780225399277656, "W13": -15.0, "S13": -15.0, "W21": -43.268206095689081, "S21": -43.268206095689081, "W22": -47.478451173421369, "S22": -47.478451173421369, "W31": -74.304962051147271, "S31": -78.186762842997439, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105081.571428571434808, 524550.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.512397680290898, "W12": -4.5437496427549107, "S12": -4.5437496427549107, "W13": -19.513432664097241, "S13": -22.152884623052323, "W21": -30.0, "S21": -30.0, "W22": -37.024873251128668, "S22": -39.302740779400075, "W31": -80.33460049621597, "S31": -80.33460049621597, "W32": -91.005850386125488, "S32": -96.005850386125488 }, "geometry": { "type": "Point", "coordinates": [ 105082.2, 505017.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46837349397590367, "S11": -1.2170201291882194, "W12": -3.3903664014273516, "S12": -3.3903664014273516, "W13": -17.293449340558226, "S13": -20.244217367170101, "W21": -47.332669451978632, "S21": -53.083055779899006, "W22": -36.934755978646173, "S22": -38.861407507399406, "W31": -66.506019170233614, "S31": -72.053403074415172, "W32": -89.381938968548837, "S32": -94.381938968548837 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 497777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5673711340206191, "S12": -9.8925688088590498, "W13": -16.30125388696618, "S13": -18.806912625061027, "W21": -29.89455317375231, "S21": -31.0800332964555, "W22": -37.110315483702522, "S22": -52.396777792234374, "W31": -67.608258324188881, "S31": -71.56557103172004, "W32": -95.625157644725164, "S32": -100.62515764472516 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 503178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4689147387014778, "S11": -3.4689147387014776, "W12": -4.7723488204140594, "S12": -5.8906749387401778, "W13": -20.0, "S13": -20.188832531573823, "W21": -30.0, "S21": -30.0, "W22": -38.789099639252555, "S22": -39.978315198082669, "W31": -82.997755804639311, "S31": -82.997755804639311, "W32": -93.532452992251095, "S32": -98.532452992251095 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 504399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.679366512725482, "S12": -15.18163887384544, "W13": -21.347430488593421, "S13": -21.347430488593421, "W21": -34.221547409135809, "S21": -34.221547409135809, "W22": -47.803252117536339, "S22": -47.803252117536339, "W31": -74.272857156440338, "S31": -78.247789315344207, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 509417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.39493360835387092, "W12": -10.0, "S12": -19.93091823630137, "W13": -26.741916151661936, "S13": -33.167246400412914, "W21": -36.809010491260686, "S21": -36.809010491260686, "W22": -46.768148275270292, "S22": -46.768148275270292, "W31": -74.354530164610807, "S31": -78.05731473304202, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 512042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58001006155393509, "S11": -1.419989938446065, "W12": -10.0, "S12": -12.849101027397261, "W13": -25.326659762819446, "S13": -33.788626580329819, "W21": -36.388597514421825, "S21": -36.388597514421825, "W22": -51.598078577573844, "S22": -51.598438472276655, "W31": -79.38941165341366, "S31": -79.38941165341366, "W32": -94.845640633974853, "S32": -99.845640633974853 }, "geometry": { "type": "Point", "coordinates": [ 105083.0, 512127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34924160690486761, "S11": -0.34924160690486761, "W12": -10.341590569247764, "S12": -10.341590569247764, "W13": -15.627880385712738, "S13": -18.699331621993238, "W21": -40.206591468790855, "S21": -41.52838311826379, "W22": -59.623396902219362, "S22": -62.802321332893257, "W31": -78.534774307246764, "S31": -78.620551685180843, "W32": -93.164726176015833, "S32": -98.164726176015833 }, "geometry": { "type": "Point", "coordinates": [ 105084.0, 501533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46849868305531162, "S11": -0.46849868305531162, "W12": -11.996832132635936, "S12": -14.234440995279856, "W13": -17.611156628540368, "S13": -17.832283875677465, "W21": -30.391210052771925, "S21": -30.391210052771925, "W22": -56.145837235123857, "S22": -56.738816063163114, "W31": -79.73726490693258, "S31": -79.73726490693258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105084.0, 508081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14687474220918773, "S11": -0.20834505124831862, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.154486762860905, "S13": -21.217071655360996, "W21": -38.28338220322253, "S21": -38.28338220322253, "W22": -47.589311140683009, "S22": -47.589311140683009, "W31": -79.8981818909091, "S31": -79.8981818909091, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105084.0, 514118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5019442195501114, "S12": -5.5019442195501114, "W13": -19.767195531840926, "S13": -19.767195531840926, "W21": -38.29250794450148, "S21": -40.444740321363675, "W22": -50.622897420017679, "S22": -50.622897420017679, "W31": -79.898181890909086, "S31": -79.898181890909086, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105084.090909090911737, 521065.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20351986563187768, "S11": -0.76000134711335909, "W12": -10.151246444113713, "S12": -11.453437119331763, "W13": -20.106392975315739, "S13": -20.106392975315739, "W21": -30.617369227463811, "S21": -30.617369227463811, "W22": -29.47006123969636, "S22": -35.703836253217183, "W31": -70.0, "S31": -70.0, "W32": -91.750688594675438, "S32": -96.750688594675438 }, "geometry": { "type": "Point", "coordinates": [ 105084.5, 507165.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -40.075558825471497, "S22": -40.075558825471497, "W31": -50.0, "S31": -50.0, "W32": -99.706689418855873, "S32": -104.70668941885587 }, "geometry": { "type": "Point", "coordinates": [ 105084.806451612908859, 529528.032258064486086 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.493780282383268, "S13": -14.493780282383268, "W21": -47.0, "S21": -47.0, "W22": -46.709192173022238, "S22": -49.058838224796425, "W31": -76.599218149707454, "S31": -77.045879265799854, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105084.857142857144936, 527387.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34176089838571316, "S11": 0.34176089838571316, "W12": -5.6177104800201061, "S12": -6.9656863628797101, "W13": -17.841121976545924, "S13": -20.867768207059179, "W21": -29.523634689463954, "S21": -29.530126898812735, "W22": -49.999999999999993, "S22": -61.695451717955102, "W31": -82.292831221656158, "S31": -82.292831221656158, "W32": -92.745748797031936, "S32": -97.745748797031936 }, "geometry": { "type": "Point", "coordinates": [ 105085.0, 503398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6567250503397908, "S12": -4.910852223090024, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -43.378938160208783, "S21": -43.378938160208783, "W22": -40.553659440376265, "S22": -56.832720845286438, "W31": -81.272572315723025, "S31": -81.272572315723025, "W32": -91.860537414507348, "S32": -96.860537414507348 }, "geometry": { "type": "Point", "coordinates": [ 105085.428571428565192, 524598.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94792368338063693, "S11": 0.94792368338063693, "W12": -8.5331602591113942, "S12": -13.988095329612403, "W13": -15.848134328358208, "S13": -21.329082772962089, "W21": -36.912100053987189, "S21": -46.426264507759932, "W22": -40.0, "S22": -55.0, "W31": -72.055082647465255, "S31": -72.055082647465255, "W32": -89.80586206848119, "S32": -94.80586206848119 }, "geometry": { "type": "Point", "coordinates": [ 105085.5, 502302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11466281619587106, "S11": -0.28623898288333521, "W12": -10.0, "S12": -10.0, "W13": -19.214102745624594, "S13": -20.569265043954353, "W21": -37.854295461110489, "S21": -37.854295461110489, "W22": -39.432438010437245, "S22": -41.319964250190772, "W31": -72.416714973114338, "S31": -74.488186787811813, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105085.545454545455868, 514016.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4668591639871314, "S11": 0.4668591639871314, "W12": -10.286641771867867, "S12": -18.188902143613454, "W13": -21.008157196210647, "S13": -21.008157196210647, "W21": -33.168436793044606, "S21": -33.168436793044606, "W22": -43.59177329435682, "S22": -45.344053133657873, "W31": -73.931163088979474, "S31": -77.163397745878072, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105085.6, 509179.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88248538993756642, "S11": 0.88248538993756642, "W12": -10.469380271360631, "S12": -10.469380271360631, "W13": -15.969546482297702, "S13": -20.341586836425815, "W21": -38.630744756724297, "S21": -47.935336762010024, "W22": -45.654231204689317, "S22": -49.367783473878639, "W31": -78.19702958394187, "S31": -79.546185185851286, "W32": -95.093965934804999, "S32": -100.093965934805 }, "geometry": { "type": "Point", "coordinates": [ 105085.666666666671517, 501934.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.9996891584106358, "S12": -6.8329976379392132, "W13": -15.475596115832476, "S13": -18.698032326074461, "W21": -38.831187860516692, "S21": -40.117378694950467, "W22": -59.839671721096138, "S22": -62.918788421328514, "W31": -78.448823542152368, "S31": -78.448823542152368, "W32": -93.006906387590746, "S32": -98.006906387590746 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 499135.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68344461564800563, "S11": -0.68344461564800563, "W12": -10.893340312257605, "S12": -10.893340312257605, "W13": -15.676572646177181, "S13": -18.676572646177181, "W21": -40.82997628530601, "S21": -40.82997628530601, "W22": -45.909606936002781, "S22": -45.909606936002781, "W31": -79.889697048484848, "S31": -79.889697048484848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 501463.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6822102425876011, "S11": -2.1449394238332271, "W12": -5.0, "S12": -10.260734686865341, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -51.310269175596993, "S22": -51.310269175596993, "W31": -75.952797096008226, "S31": -75.952797096008226, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 506056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78916218628240564, "S11": 0.78916218628240564, "W12": -4.9999999999999991, "S12": -15.634779261229415, "W13": -25.0, "S13": -25.0, "W21": -36.501333913219526, "S21": -36.501333913219526, "W22": -39.108562839623929, "S22": -39.108562839623929, "W31": -67.361394151168327, "S31": -76.851198698391002, "W32": -94.178213488555301, "S32": -99.178213488555301 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 511285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0584729071927237, "S12": -6.504896095339614, "W13": -26.099535510937969, "S13": -28.504265515730982, "W21": -35.271450477843722, "S21": -35.271450477843722, "W22": -37.500680828402366, "S22": -37.500680828402373, "W31": -55.837841937604288, "S31": -55.837841937604288, "W32": -96.935206626869942, "S32": -101.93520662686994 }, "geometry": { "type": "Point", "coordinates": [ 105086.0, 511797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89457619555516854, "S11": 0.89457619555516854, "W12": -6.9776496625590863, "S12": -12.449018573603801, "W13": -28.797223189415043, "S13": -28.797223189415043, "W21": -36.790886127564598, "S21": -36.790886127564598, "W22": -50.050050413390061, "S22": -50.867729971400465, "W31": -74.245861982838107, "S31": -75.288260524992566, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.25, 511155.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2411835664509951, "S11": 1.2411835664509951, "W12": -3.8966191471017515, "S12": -3.8966191471017515, "W13": -15.0, "S13": -15.0, "W21": -44.270685136652936, "S21": -45.900431299329924, "W22": -48.906032792627045, "S22": -48.906032792627045, "W31": -79.885454627272736, "S31": -79.885454627272736, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.25, 523340.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14530921001325744, "S11": 0.14530921001325744, "W12": -5.651778350515464, "S12": -7.4667162119649539, "W13": -17.567507138737611, "S13": -20.48594229766422, "W21": -29.568817452083035, "S21": -30.0236703750072, "W22": -50.068562210123012, "S22": -50.842042873106436, "W31": -74.259875679531234, "S31": -75.289323649453976, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105086.5, 503369.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090799646220418695, "S11": -0.090799646220418681, "W12": -5.0, "S12": -12.546529772269363, "W13": -19.769634062754701, "S13": -20.220705443453959, "W21": -30.0, "S21": -30.0, "W22": -39.559926620753672, "S22": -39.559926620753672, "W31": -66.998913468702895, "S31": -76.998913468702895, "W32": -90.966844623373746, "S32": -95.966844623373746 }, "geometry": { "type": "Point", "coordinates": [ 105086.571428571434808, 504011.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42384385429431043, "S11": -0.42384385429431043, "W12": -10.721341841968469, "S12": -10.721341841968469, "W13": -20.253813726477077, "S13": -28.27954180661753, "W21": -37.748814203126933, "S21": -39.871012732218723, "W22": -35.731961859618309, "S22": -48.263786701861285, "W31": -65.747269644889187, "S31": -68.036487018586016, "W32": -97.104672547505004, "S32": -102.104672547505 }, "geometry": { "type": "Point", "coordinates": [ 105086.75, 514996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13803152869110893, "S11": -0.83022768520080426, "W12": -9.4422750525203849, "S12": -12.046659848509979, "W13": -20.414353067279759, "S13": -21.262867512759723, "W21": -30.159119385342791, "S21": -30.159119385342791, "W22": -47.751415425523966, "S22": -47.751415425523966, "W31": -74.260859840605789, "S31": -78.232183075625144, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105087.0, 506991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47808319950266803, "S11": -0.53128855760842442, "W12": -10.344968967791816, "S12": -10.344968967791816, "W13": -20.75559922509791, "S13": -20.75559922509791, "W21": -31.85409910846932, "S21": -31.85409910846932, "W22": -40.926534210149079, "S22": -40.926534210149079, "W31": -70.0, "S31": -70.0, "W32": -95.849602338857167, "S32": -100.84960233885717 }, "geometry": { "type": "Point", "coordinates": [ 105087.0, 507460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.057979859627708324, "S11": -0.057979859627708324, "W12": -10.142716403162055, "S12": -18.422372304158131, "W13": -18.423067896299802, "S13": -18.423067896299802, "W21": -29.252398811329037, "S21": -29.316824737254962, "W22": -48.060288164204295, "S22": -48.060288164204295, "W31": -74.241755636102695, "S31": -78.30200075376807, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105087.0, 508451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.088516155034631, "S11": 1.088516155034631, "W12": -10.656390064253223, "S12": -10.656390064253223, "W13": -16.068226129113356, "S13": -20.744775439387237, "W21": -38.475772240375107, "S21": -47.500855436201043, "W22": -37.114685346781847, "S22": -41.348628476628733, "W31": -72.637220596615009, "S31": -77.285803740573115, "W32": -89.609020851225452, "S32": -94.609020851225452 }, "geometry": { "type": "Point", "coordinates": [ 105087.166666666671517, 502034.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.051142478359198398, "S11": -0.051142478359198398, "W12": -5.7050515463917533, "S12": -7.9869513864311275, "W13": -17.293892300929297, "S13": -20.104116388269265, "W21": -29.614000214702124, "S21": -30.531773579478095, "W22": -42.441126896892392, "S22": -44.633398018175555, "W31": -83.00140885667237, "S31": -83.00140885667237, "W32": -93.39734298613584, "S32": -98.39734298613584 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 503341.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.98781755196304855, "W12": -4.0633831001141081, "S12": -12.310311637270342, "W13": -19.314928425357873, "S13": -21.87914673143937, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -61.215184186882297, "W31": -81.966913779958759, "S31": -81.966913779958759, "W32": -92.462584585290983, "S32": -97.462584585290983 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 504834.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3341565010413568, "S11": -1.2538351298576396, "W12": -10.0, "S12": -15.947572661756553, "W13": -16.305418719211822, "S13": -16.305418719211822, "W21": -36.250439027379215, "S21": -36.250439027379215, "W22": -37.898325728226922, "S22": -44.690844113773274, "W31": -63.271784280932678, "S31": -68.686711685651375, "W32": -96.256295566589898, "S32": -101.2562955665899 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 506445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8086515785378412, "S11": 0.8086515785378412, "W12": -10.0, "S12": -14.028902279723646, "W13": -30.144624393814624, "S13": -30.144624393814624, "W21": -36.524642080710265, "S21": -36.524642080710265, "W22": -37.490038816568052, "S22": -37.490038816568052, "W31": -55.978662082216715, "S31": -55.978662082216715, "W32": -96.932653021455167, "S32": -101.93265302145517 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 510914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8948539638386643, "S12": -15.891883987397501, "W13": -26.871682859050861, "S13": -37.56128886574858, "W21": -37.56128886574858, "S21": -37.56128886574858, "W22": -60.519125683060118, "S22": -63.045103835763307, "W31": -78.335716250607263, "S31": -78.335716250607263, "W32": -92.382753193852992, "S32": -97.382753193852992 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 511970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42502495278501529, "S11": -0.42502495278501529, "W12": -10.721409142041987, "S12": -10.721409142041987, "W13": -20.256069233636318, "S13": -28.292970543624481, "W21": -37.728439074289355, "S21": -39.76652458428498, "W22": -54.538217736459764, "S22": -54.538217736459764, "W31": -79.825942128147247, "S31": -79.825942128147247, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105088.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47371575670498084, "S11": -1.5262842432950192, "W12": -6.5125575987677227, "S12": -7.3989834870131448, "W13": -14.58295563008577, "S13": -17.58295563008577, "W21": -35.816250937734431, "S21": -35.816250937734431, "W22": -53.972439015194368, "S22": -53.972439015194368, "W31": -78.291480858998099, "S31": -78.291480858998099, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 497037.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41643835616438357, "W12": -1.4047652015666414, "S12": -1.4047652015666414, "W13": -15.0, "S13": -18.011079399600685, "W21": -40.0, "S21": -41.659822207634576, "W22": -39.743105933515459, "S22": -39.743105933515459, "W31": -67.295058921464715, "S31": -77.295058921464715, "W32": -93.46087647541799, "S32": -98.46087647541799 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 498940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1318843376593475, "S11": -1.1318843376593475, "W12": -12.132972564217644, "S12": -12.132972564217644, "W13": -16.957430118829176, "S13": -19.957430118829176, "W21": -42.122869512796214, "S21": -42.833632907770124, "W22": -36.54461392790288, "S22": -38.951587426495358, "W31": -66.472991060191603, "S31": -70.716851243475375, "W32": -89.328393454343981, "S32": -94.328393454343981 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 500342.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7504607685089386, "S11": -1.7504607685089386, "W12": -12.488089353512194, "S12": -12.488089353512194, "W13": -16.886315836740597, "S13": -19.679361265792757, "W21": -45.251099446730031, "S21": -45.562149299992477, "W22": -29.571180086620409, "S22": -35.959948790424264, "W31": -70.0, "S31": -70.0, "W32": -91.744636988095351, "S32": -96.744636988095351 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 500638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57677221654749733, "S11": -1.0767722165474973, "W12": -4.0088948411506813, "S12": -12.151025244277918, "W13": -19.406652231444728, "S13": -21.869885100536575, "W21": -30.0, "S21": -30.0, "W22": -33.655634121295684, "S22": -37.893550330754053, "W31": -70.0, "S31": -70.0, "W32": -93.256144228666997, "S32": -98.256144228666997 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 504845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7483813562985411, "S11": 1.7483813562985411, "W12": -10.559976387249115, "S12": -20.559976387249115, "W13": -28.338337776839218, "S13": -28.338337776839218, "W21": -35.090572393977176, "S21": -35.090572393977176, "W22": -38.444330804185576, "S22": -38.444330804185576, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -98.167916460559425, "S32": -103.16791646055943 }, "geometry": { "type": "Point", "coordinates": [ 105089.0, 510468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8466650083242957, "S12": -5.0909487220156349, "W13": -15.0, "S13": -15.0, "W21": -43.489670224728449, "S21": -43.489670224728449, "W22": -43.189491142053008, "S22": -43.189491142053008, "W31": -71.934407678836109, "S31": -71.934407678836109, "W32": -100.00506251485952, "S32": -105.00506251485952 }, "geometry": { "type": "Point", "coordinates": [ 105089.285714285710128, 524645.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -59.874952822858155, "S22": -62.852240282192007, "W31": -78.355952996085833, "S31": -78.355952996085833, "W32": -92.871842568382391, "S32": -97.871842568382391 }, "geometry": { "type": "Point", "coordinates": [ 105089.678947368418449, 530016.926315789460205 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66, "S11": -1.1526674364896075, "W12": -4.0839959161611912, "S12": -12.669016925913482, "W13": -19.310718152291589, "S13": -21.915412885369292, "W21": -30.0, "S21": -30.0, "W22": -39.804981214162304, "S22": -40.102091308945894, "W31": -73.195296035991589, "S31": -76.256127186639148, "W32": -89.115614499464371, "S32": -94.115614499464371 }, "geometry": { "type": "Point", "coordinates": [ 105090.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23913168866693063, "S11": -0.23913168866693063, "W12": -11.02938867763158, "S12": -15.910922648788723, "W13": -17.517370867963141, "S13": -17.517370867963141, "W21": -29.850628502837321, "S21": -29.850628502837321, "W22": -40.158543932233627, "S22": -42.067269958410229, "W31": -83.088340367608367, "S31": -83.088340367608367, "W32": -93.424682587051905, "S32": -98.424682587051905 }, "geometry": { "type": "Point", "coordinates": [ 105090.333333333328483, 508288.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3069449337090884, "S12": -9.1503065897500875, "W13": -26.396701280422917, "S13": -31.11835452749062, "W21": -35.134078430857947, "S21": -35.134078430857947, "W22": -40.784025627347198, "S22": -42.820042412492214, "W31": -83.055122635787299, "S31": -83.055122635787299, "W32": -93.415428865013283, "S32": -98.415428865013283 }, "geometry": { "type": "Point", "coordinates": [ 105090.5, 511852.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31380780559568155, "S11": 0.31380780559568155, "W12": -13.003464659624623, "S12": -16.911348567525639, "W13": -19.82114553047936, "S13": -21.59829366369317, "W21": -32.521272304510653, "S21": -32.521272304510653, "W22": -37.706426386412687, "S22": -46.182914596019671, "W31": -64.346979909533005, "S31": -67.02559213970558, "W32": -96.914214209280459, "S32": -101.91421420928046 }, "geometry": { "type": "Point", "coordinates": [ 105090.5, 512853.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1632072958791042, "S12": -5.7772121548485211, "W13": -15.0, "S13": -15.0, "W21": -42.78465202365738, "S21": -42.78465202365738, "W22": -43.011562241353602, "S22": -43.011562241353602, "W31": -71.88903624063532, "S31": -71.88903624063532, "W32": -100.01116329752021, "S32": -105.01116329752021 }, "geometry": { "type": "Point", "coordinates": [ 105090.571428571434808, 524371.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32206124286999355, "S11": 0.17602135098194693, "W12": -3.9990998828843112, "S12": -3.9990998828843112, "W13": -15.3930041207893, "S13": -16.440541679241129, "W21": -40.510639860653868, "S21": -40.510639860653868, "W22": -48.024379677626563, "S22": -48.024379677626563, "W31": -74.229278531463649, "S31": -78.290124209652177, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105090.8, 497341.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5576067943773505, "S11": -0.5576067943773505, "W12": -12.147960911543105, "S12": -12.247898179981291, "W13": -19.250018901501385, "S13": -19.250018901501385, "W21": -32.646900811579044, "S21": -32.646900811579044, "W22": -51.081280060754366, "S22": -51.081280060754366, "W31": -75.530108046092295, "S31": -75.530108046092295, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105091.0, 507884.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0770615824012999, "W12": -10.0, "S12": -17.318760702054796, "W13": -25.972101553365626, "S13": -33.346198397293705, "W21": -36.74152420700667, "S21": -36.74152420700667, "W22": -54.931725624850273, "S22": -55.043166749630586, "W31": -79.082107050298205, "S31": -79.082107050298205, "W32": -94.47736841108636, "S32": -99.47736841108636 }, "geometry": { "type": "Point", "coordinates": [ 105091.0, 512082.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3489954411385063, "S11": 1.3489954411385063, "W12": -3.8908223546782925, "S12": -3.8908223546782925, "W13": -15.0, "S13": -15.0, "W21": -44.582107452718411, "S21": -46.217297238484335, "W22": -44.204915483737025, "S22": -44.204915483737025, "W31": -79.855757678787867, "S31": -79.855757678787867, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105091.428571428565192, 523275.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1630061585835909, "S11": -1.1630061585835909, "W12": -12.501481497340118, "S12": -12.501481497340118, "W13": -15.796030625880357, "S13": -18.796030625880356, "W21": -42.733120263339394, "S21": -42.733120263339394, "W22": -48.358333333333327, "S22": -48.358333333333327, "W31": -74.210654115765038, "S31": -78.356212192191933, "W32": -89.923069239549534, "S32": -94.923069239549534 }, "geometry": { "type": "Point", "coordinates": [ 105091.6, 501300.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8928624556164459, "S12": -4.8928624556164459, "W13": -17.796561950080648, "S13": -17.796561950080648, "W21": -44.47281128461362, "S21": -46.684224715865035, "W22": -45.991762484983695, "S22": -45.991762484983695, "W31": -74.305759065914287, "S31": -78.016837698404117, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105091.75, 521914.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6710255857222069, "S12": -8.6710255857222069, "W13": -16.800329982826756, "S13": -26.061949478161338, "W21": -40.571202506284692, "S21": -41.520642059058005, "W22": -38.292840820181056, "S22": -38.998702037469094, "W31": -81.101462542454755, "S31": -81.101462542454755, "W32": -93.494524862543685, "S32": -98.494524862543685 }, "geometry": { "type": "Point", "coordinates": [ 105091.784482758623199, 516622.409482758608647 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33327185540391002, "S11": -0.89867448321710119, "W12": -5.814741699805789, "S12": -7.5062639035578673, "W13": -20.128998060179548, "S13": -23.128998060179548, "W21": -33.283554395890562, "S21": -33.489369530079955, "W22": -46.020593076947257, "S22": -46.020593076947257, "W31": -72.808019556461673, "S31": -72.808019556461673, "W32": -98.360390364205784, "S32": -103.36039036420578 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 506692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2524927175075669, "S11": 2.2524927175075669, "W12": -12.195346094091372, "S12": -15.275536920274341, "W13": -24.090286808412362, "S13": -24.090286808412362, "W21": -35.104284399248108, "S21": -35.104284399248108, "W22": -41.811682976021991, "S22": -41.811682976021991, "W31": -73.498162768099959, "S31": -74.706673190675559, "W32": -88.936224490103839, "S32": -93.936224490103839 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 510044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07681792033355328, "S11": -0.25479461282770005, "W12": -10.0, "S12": -10.0, "W13": -19.578848162078003, "S13": -31.247997149255891, "W21": -35.385140935249467, "S21": -35.385140935249467, "W22": -39.615055409616716, "S22": -42.737731989538347, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -90.310789845463191, "S32": -95.310789845463191 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 513411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.71976283675068431, "W12": -8.928966593220018, "S12": -8.928966593220018, "W13": -15.697500818509223, "S13": -25.331109794695774, "W21": -39.415407434158588, "S21": -41.843232309318267, "W22": -48.281993201337585, "S22": -50.715830716055457, "W31": -79.48305362558169, "S31": -79.48305362558169, "W32": -95.076206911244611, "S32": -100.07620691124461 }, "geometry": { "type": "Point", "coordinates": [ 105092.0, 516261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45271298318137115, "S11": 0.45271298318137115, "W12": -4.9999999999999991, "S12": -9.7366985524752074, "W13": -19.373445223432526, "S13": -19.373445223432526, "W21": -29.667454881709741, "S21": -29.667454881709741, "W22": -59.778433940900918, "S22": -62.763185141520594, "W31": -78.355993737716048, "S31": -78.400339243563764, "W32": -92.89489293681757, "S32": -97.89489293681757 }, "geometry": { "type": "Point", "coordinates": [ 105093.0, 503720.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0866522752126997, "S12": -5.3210925298451563, "W13": -15.0, "S13": -15.0, "W21": -43.600402289248414, "S21": -43.600402289248414, "W22": -34.053264951354677, "S22": -35.395862347732596, "W31": -70.503476019744724, "S31": -71.400218275442867, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105093.142857142855064, 524692.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -30.429519501349922, "S22": -32.732582763824652, "W31": -70.0, "S31": -70.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105094.870967741939239, 529576.354838709696196 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2340541471588065, "S12": -7.7716646939344187, "W13": -15.532799861485911, "S13": -18.796096091570785, "W21": -38.336986545307987, "S21": -39.524728403068011, "W22": -50.0, "S22": -50.00013228651919, "W31": -79.407396078341037, "S31": -79.407396078341037, "W32": -94.888214910149031, "S32": -99.888214910149031 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 499180.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9, "S12": -5.9, "W13": -19.15, "S13": -22.35, "W21": -29.495281682723956, "S21": -30.857612023087253, "W22": -53.895089285714285, "S22": -53.896348141300116, "W31": -79.11533147446923, "S31": -79.11533147446923, "W32": -94.57539339388623, "S32": -99.57539339388623 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13284713088910902, "S11": -0.80608553116611725, "W12": -9.8455841335026655, "S12": -12.757533819037256, "W13": -20.306834076398488, "S13": -20.680600647752865, "W21": -30.0, "S21": -30.0, "W22": -58.039100770736354, "S22": -58.820344859862935, "W31": -79.578632397910738, "S31": -79.578632397910738, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 507027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38997866121017249, "S11": 0.38997866121017249, "W12": -10.204571365492082, "S12": -19.075209762212989, "W13": -20.913887688559686, "S13": -20.913887688559686, "W21": -32.785535899453969, "S21": -32.898258790224695, "W22": -35.338963554930508, "S22": -38.085366699398023, "W31": -72.233338085959161, "S31": -72.233338085959161, "W32": -93.298505019554881, "S32": -98.298505019554881 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 509116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66967556138775552, "S11": -1.2376974805220269, "W12": -7.4884331150792001, "S12": -11.670457203609786, "W13": -19.452505539685447, "S13": -21.342735876028776, "W21": -32.65574070623159, "S21": -32.68511370410662, "W22": -34.991142608470327, "S22": -39.991142608470327, "W31": -66.304162160325404, "S31": -66.304162160325404, "W32": -89.189903900453061, "S32": -94.189903900453061 }, "geometry": { "type": "Point", "coordinates": [ 105095.333333333328483, 505376.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.966131451692485, "S12": -14.427082905005239, "W13": -17.574278571301644, "S13": -17.986768879023479, "W21": -30.263498376180905, "S21": -30.263498376180905, "W22": -40.0, "S22": -55.0, "W31": -72.620073380076192, "S31": -72.620073380076192, "W32": -89.892450525122015, "S32": -94.892450525122015 }, "geometry": { "type": "Point", "coordinates": [ 105096.0, 508091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82755043776170545, "S11": 0.82755043776170545, "W12": -2.8426319240671241, "S12": -2.8426319240671241, "W13": -17.43370585237097, "S13": -18.490261163820957, "W21": -47.603578835697334, "S21": -54.724887016546511, "W22": -41.689957984273953, "S22": -44.078883469154455, "W31": -82.975965487617927, "S31": -82.975965487617927, "W32": -93.366822748874739, "S32": -98.366822748874739 }, "geometry": { "type": "Point", "coordinates": [ 105096.25, 497708.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37662329695676178, "S11": -2.066603963707752, "W12": -7.5216979416917154, "S12": -9.4701525538840077, "W13": -17.052954602901455, "S13": -20.052954602901455, "W21": -33.110736459294216, "S21": -33.110736459294216, "W22": -47.819874562012537, "S22": -52.819874562012537, "W31": -76.561081392708118, "S31": -79.887173193064626, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105096.333333333328483, 496885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13520917200288385, "S11": 0.13520917200288385, "W12": -8.8215155704784234, "S12": -9.9888839764763677, "W13": -17.094280866885551, "S13": -20.094280866885551, "W21": -37.029465876366288, "S21": -37.536887583788008, "W22": -39.548687239316436, "S22": -39.548687239316436, "W31": -67.347459845617195, "S31": -77.347459845617195, "W32": -93.748559419700356, "S32": -98.748559419700356 }, "geometry": { "type": "Point", "coordinates": [ 105096.444444444437977, 499952.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59352392065344228, "S11": -2.1932999564877069, "W12": -4.0137639666420828, "S12": -4.0137639666420828, "W13": -17.137560985584297, "S13": -19.72679556798002, "W21": -46.914365824059232, "S21": -50.887787772723456, "W22": -48.371937189054727, "S22": -48.371937189054727, "W31": -74.197697222321494, "S31": -78.34806534367921, "W32": -89.910777935658913, "S32": -94.910777935658913 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 497851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.023997246730492416, "S11": 0.023997246730492416, "W12": -10.0, "S12": -10.0, "W13": -17.255885062535366, "S13": -20.255885062535366, "W21": -37.643611967326819, "S21": -38.1724611172286, "W22": -47.186459248414209, "S22": -47.186459248414209, "W31": -79.834545572727279, "S31": -79.834545572727279, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34600565307944064, "S11": -1.2440452888587661, "W12": -10.0, "S12": -15.709722552202951, "W13": -16.182266009852217, "S13": -16.182266009852217, "W21": -36.093453855659149, "S21": -36.093453855659149, "W22": -50.316355177669038, "S22": -50.316355177669038, "W31": -74.452679571962264, "S31": -75.273827763230841, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 506453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54855031453385861, "S11": 0.54855031453385861, "W12": -5.0, "S12": -9.9591358979105173, "W13": -25.000000000000004, "S13": -28.685543599776416, "W21": -35.775592065057232, "S21": -35.775592065057232, "W22": -37.395900591715979, "S22": -37.395900591715979, "W31": -56.901324771198865, "S31": -56.901324771198865, "W32": -96.88052536879097, "S32": -101.88052536879097 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 511583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8724998544801483, "S12": -5.8724998544801483, "W13": -20.0, "S13": -30.0, "W21": -40.169034490080122, "S21": -42.177931731725096, "W22": -38.294846914157105, "S22": -38.294846914157105, "W31": -57.72687332194289, "S31": -57.814333013809602, "W32": -100.38692469417647, "S32": -105.38692469417647 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 520539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3266395421005441, "S12": -5.5512363376741067, "W13": -15.0, "S13": -15.0, "W21": -43.711134353768081, "S21": -43.711134353768081, "W22": -59.910233924620179, "S22": -62.785911768270424, "W31": -78.263082450019311, "S31": -78.263082450019311, "W32": -92.736778749174036, "S32": -97.736778749174036 }, "geometry": { "type": "Point", "coordinates": [ 105097.0, 524740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.005, "S12": -6.005, "W13": -18.693057844330809, "S13": -21.70242131825832, "W21": -29.445380811553886, "S21": -30.733934547071264, "W22": -53.108924329826941, "S22": -53.108924329826941, "W31": -77.553184748304957, "S31": -77.553184748304957, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105098.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -2.8709257842387146, "W12": -5.0, "S12": -11.131864450457416, "W13": -25.003756667678108, "S13": -25.003756667678108, "W21": -40.0, "S21": -40.0, "W22": -29.15, "S22": -37.455008958646886, "W31": -70.0, "S31": -70.0, "W32": -91.396754732423545, "S32": -96.396754732423545 }, "geometry": { "type": "Point", "coordinates": [ 105098.0, 505976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2618312287762656, "S11": 1.2618312287762656, "W12": -10.0, "S12": -17.071174756483064, "W13": -30.195535719330035, "S13": -30.195535719330035, "W21": -35.796701019925763, "S21": -35.796701019925763, "W22": -44.029586408100087, "S22": -45.760653156011351, "W31": -74.094986225937873, "S31": -77.485891643033582, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105098.0, 510693.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2007371383211857, "S11": 0.2007371383211857, "W12": -13.009481612360537, "S12": -15.757101568008075, "W13": -19.788925820434905, "S13": -21.445008949019346, "W21": -33.11733483861147, "S21": -33.11733483861147, "W22": -57.314590530353719, "S22": -58.014290835932826, "W31": -79.572435815527058, "S31": -79.572435815527058, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105098.0, 513019.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41210608336339227, "S11": -0.41210608336339227, "W12": -10.489146927511309, "S12": -10.489146927511309, "W13": -15.711309264409046, "S13": -18.71598842631829, "W21": -40.054253274283319, "S21": -40.751481019340801, "W22": -50.0, "S22": -55.9886933294298, "W31": -82.488704777075284, "S31": -82.488704777075284, "W32": -92.913894718581631, "S32": -97.913894718581631 }, "geometry": { "type": "Point", "coordinates": [ 105098.222222222218988, 501519.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52346630143230621, "S11": -0.52346630143230621, "W12": -10.624903420506328, "S12": -10.624903420506328, "W13": -15.724894362382136, "S13": -18.724894362382138, "W21": -40.278698326796501, "S21": -40.71385607147932, "W22": -40.0, "S22": -55.0, "W31": -73.676796141571501, "S31": -73.676796141571501, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105098.333333333328483, 501495.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55122878388742547, "S11": 0.55122878388742547, "W12": -10.0, "S12": -10.0, "W13": -15.584250598231316, "S13": -19.277888646409203, "W21": -38.694957843270821, "S21": -48.694957843270821, "W22": -60.211748633879779, "S22": -61.914729684616255, "W31": -78.814291648052503, "S31": -78.814291648052503, "W32": -91.565752874094969, "S32": -96.565752874094969 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 501723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0443814432989695, "S12": -6.3378476669977513, "W13": -18.284929152590003, "S13": -21.157687869374424, "W21": -29.399841782000795, "S21": -30.124172585037151, "W22": -30.137316451160626, "S22": -35.963559308217825, "W31": -70.0, "S31": -70.0, "W32": -91.908579551695297, "S32": -96.908579551695297 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 503464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45388211958061775, "S11": 0.45388211958061775, "W12": -5.0, "S12": -9.6455220245864908, "W13": -19.368769005919933, "S13": -19.368769005919933, "W21": -29.653207018886679, "S21": -29.653207018886679, "W22": -38.531888151547243, "S22": -40.016304344859641, "W31": -81.674291584751614, "S31": -81.674291584751614, "W32": -93.403890165252733, "S32": -98.403890165252733 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 503718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.91869389879016516, "W12": -6.4314279108480532, "S12": -7.3214777802377471, "W13": -20.0, "S13": -22.466378445147843, "W21": -33.675821376415684, "S21": -33.849662254973502, "W22": -40.092468244265127, "S22": -55.092468244265127, "W31": -69.766661436262396, "S31": -69.766661436262396, "W32": -89.526333841573276, "S32": -94.526333841573276 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 506655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4343461196283871, "S11": 0.096420558487995023, "W12": -12.192287251736435, "S12": -16.22723587305191, "W13": -19.884457375374314, "S13": -25.751976358229122, "W21": -30.0, "S21": -30.0, "W22": -40.220612176106428, "S22": -54.32328429936112, "W31": -67.243836630624372, "S31": -67.243836630624372, "W32": -89.108196333858189, "S32": -94.108196333858189 }, "geometry": { "type": "Point", "coordinates": [ 105099.0, 512712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -46.761787660642007, "S22": -49.862092737355468, "W31": -76.549011893509558, "S31": -77.825964201267553, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105099.273076923083863, 530036.684615384670906 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10862680740383633, "S11": -0.28953247839494434, "W12": -10.0, "S12": -10.0, "W13": -19.17407290001751, "S13": -20.447736952097134, "W21": -37.798558177566974, "S21": -37.798558177566974, "W22": -58.793250251567464, "S22": -59.928895195012139, "W31": -79.255170797483387, "S31": -79.255170797483387, "W32": -90.581035599454097, "S32": -95.581035599454097 }, "geometry": { "type": "Point", "coordinates": [ 105099.333333333328483, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43721682618056606, "S11": -0.43721682618056606, "W12": -10.728461951516312, "S12": -10.728461951516312, "W13": -20.0644989185292, "S13": -28.222341370407591, "W21": -37.521000089029151, "S21": -38.656640197983869, "W22": -37.819427577313768, "S22": -41.686250007220309, "W31": -80.204556609937711, "S31": -80.204556609937711, "W32": -90.896876943014888, "S32": -95.896876943014888 }, "geometry": { "type": "Point", "coordinates": [ 105099.5, 515041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16897788863527191, "S11": 0.16897788863527191, "W12": -10.0, "S12": -15.954492814330296, "W13": -19.158969544693321, "S13": -19.158969544693321, "W21": -29.662744436181647, "S21": -29.897802596705148, "W22": -40.492274486510794, "S22": -55.492274486510794, "W31": -67.454885221707556, "S31": -67.454885221707556, "W32": -89.178807636068981, "S32": -94.178807636068981 }, "geometry": { "type": "Point", "coordinates": [ 105099.714285714289872, 508580.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60051268756216802, "S11": -1.056805557090019, "W12": -1.056805557090019, "S12": -1.056805557090019, "W13": -14.951796262357183, "S13": -14.951796262357183, "W21": -42.538526145909202, "S21": -45.006957520688424, "W22": -38.143186966313223, "S22": -44.99432875227096, "W31": -62.937592588728691, "S31": -67.802113211645249, "W32": -96.291018251041677, "S32": -101.29101825104168 }, "geometry": { "type": "Point", "coordinates": [ 105100.0, 498514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.24033903751906782, "W12": -2.1405902599200854, "S12": -2.1405902599200854, "W13": -15.082082617917383, "S13": -18.155841887740543, "W21": -39.916182197048805, "S21": -41.445680748484612, "W22": -46.344872001168284, "S22": -46.344872001168284, "W31": -72.74566848785571, "S31": -72.74566848785571, "W32": -98.59677786434203, "S32": -103.59677786434203 }, "geometry": { "type": "Point", "coordinates": [ 105100.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.027536231884057988, "S11": 0.027536231884057988, "W12": -9.9428475374012439, "S12": -9.9428475374012439, "W13": -17.256114112487573, "S13": -20.256114112487573, "W21": -37.620640476393412, "S21": -38.141537313079724, "W22": -38.551469964166529, "S22": -43.569812302359026, "W31": -71.614835185813277, "S31": -75.81032716674089, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105100.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49691053956296455, "S11": 0.49691053956296455, "W12": -5.3191768877900962, "S12": -8.1147115757825716, "W13": -19.281485412652742, "S13": -20.357019040765842, "W21": -29.57780732882701, "S21": -29.765253559772983, "W22": -48.712296630308941, "S22": -48.712296630308941, "W31": -74.16611591317934, "S31": -78.406006477706228, "W32": -89.813180048870635, "S32": -94.813180048870635 }, "geometry": { "type": "Point", "coordinates": [ 105100.0, 503653.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94179273415902998, "S11": 0.94179273415902998, "W12": -7.9159942926058671, "S12": -13.647593308799063, "W13": -30.0, "S13": -30.0, "W21": -36.891583397716538, "S21": -36.891583397716538, "W22": -38.602739496215911, "S22": -40.30087709292561, "W31": -81.882935655779548, "S31": -81.882935655779548, "W32": -93.378790429127108, "S32": -98.378790429127108 }, "geometry": { "type": "Point", "coordinates": [ 105100.5, 511101.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4293253900707863, "S11": -1.8075200504817337, "W12": -9.0350267056725126, "S12": -9.0350267056725126, "W13": -15.63154958659754, "S13": -25.465352835540571, "W21": -38.899716455599076, "S21": -39.165816360038114, "W22": -38.663205797891621, "S22": -38.663205797891621, "W31": -71.391272773629453, "S31": -71.391272773629453, "W32": -100.08789073983981, "S32": -105.08789073983981 }, "geometry": { "type": "Point", "coordinates": [ 105100.693333333329065, 516107.25333333335584 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.94503464203233256, "W12": -4.6908027145516789, "S12": -9.8084500892793471, "W13": -20.0, "S13": -21.89727603249446, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.876474639672686, "S22": -51.983681523860568, "W31": -80.260693567057814, "S31": -80.260693567057814, "W32": -90.948153808121901, "S32": -95.948153808121901 }, "geometry": { "type": "Point", "coordinates": [ 105101.0, 504709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0219567959634186, "S11": 1.0219567959634186, "W12": -8.8951787997171774, "S12": -14.523366345253542, "W13": -15.953917910447762, "S13": -21.207516884174865, "W21": -36.971894755609092, "S21": -46.423110591039361, "W22": -40.000000000000007, "S22": -55.000000000000007, "W31": -73.10781972075165, "S31": -73.10781972075165, "W32": -89.973416289601275, "S32": -94.973416289601275 }, "geometry": { "type": "Point", "coordinates": [ 105101.25, 502260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67416538263995907, "S11": -0.67416538263995907, "W12": -10.969795879427418, "S12": -10.969795879427418, "W13": -15.758359998555381, "S13": -18.758359998555381, "W21": -40.504545316347937, "S21": -40.504545316347937, "W22": -45.215376694697099, "S22": -45.748901585742921, "W31": -74.226262645674339, "S31": -77.945635342222801, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105101.5, 501465.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.122450842246856, "S12": -8.0273557695051352, "W13": -26.010475438536218, "S13": -28.917147722638099, "W21": -35.240519635521522, "S21": -35.240519635521522, "W22": -46.62531200715452, "S22": -51.562776475602504, "W31": -78.798095341928189, "S31": -79.871796550435008, "W32": -95.124330080568953, "S32": -100.12433008056895 }, "geometry": { "type": "Point", "coordinates": [ 105101.666666666671517, 511804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4574737490166569, "S11": -1.4574737490166569, "W12": -12.953927932618425, "S12": -12.953927932618425, "W13": -16.217380991313235, "S13": -19.217380991313235, "W21": -45.987979801876101, "S21": -45.987979801876101, "W22": -39.847686998995066, "S22": -45.825892859741131, "W31": -80.0, "S31": -80.0, "W32": -90.075404976728464, "S32": -95.075404976728464 }, "geometry": { "type": "Point", "coordinates": [ 105102.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53447849257703894, "S11": 0.53447849257703894, "W12": -3.2891311157697136, "S12": -3.2891311157697136, "W13": -16.173239196537473, "S13": -19.106670505050765, "W21": -43.551802698969617, "S21": -43.551802698969617, "W22": -39.567733850153104, "S22": -41.877852990797933, "W31": -82.77440695808049, "S31": -82.77440695808049, "W32": -93.32091308154213, "S32": -98.32091308154213 }, "geometry": { "type": "Point", "coordinates": [ 105102.333333333328483, 497536.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39740594835060356, "S11": -0.39740594835060356, "W12": -10.521674435358339, "S12": -10.521674435358339, "W13": -20.189925374149475, "S13": -27.790841333125954, "W21": -38.115040678355435, "S21": -39.463726142534021, "W22": -41.065393658500128, "S22": -60.415784832451507, "W31": -81.089521410581341, "S31": -81.089521410581341, "W32": -91.699598382325235, "S32": -96.699598382325235 }, "geometry": { "type": "Point", "coordinates": [ 105102.5, 514915.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.563536477750805, "S11": -1.563536477750805, "W12": -12.747641896828332, "S12": -12.942376332368452, "W13": -16.321074542667368, "S13": -19.321074542667368, "W21": -47.040266075387933, "S21": -47.040266075387933, "W22": -39.646410487851035, "S22": -39.646410487851035, "W31": -67.082035983015331, "S31": -77.082035983015331, "W32": -91.277743742341883, "S32": -96.277743742341883 }, "geometry": { "type": "Point", "coordinates": [ 105102.6, 500875.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55232955876610701, "S11": 0.55232955876610701, "W12": -4.9543627357591919, "S12": -13.005488592389238, "W13": -16.05439406708242, "S13": -19.633753740106943, "W21": -34.471141973669333, "S21": -34.83054331277922, "W22": -39.229248956223636, "S22": -39.229248956223636, "W31": -67.41954137489742, "S31": -76.92753631616354, "W32": -94.209895451821424, "S32": -99.209895451821424 }, "geometry": { "type": "Point", "coordinates": [ 105103.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72930347117991778, "S11": 0.24187028569146113, "W12": -10.0, "S12": -13.180616951758601, "W13": -23.411003374482082, "S13": -34.169232639221924, "W21": -36.06655471811613, "S21": -36.06655471811613, "W22": -50.0, "S22": -51.035075893168866, "W31": -74.041200575942568, "S31": -75.19742771082548, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105103.0, 512258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83071941738018251, "S11": -1.7301485610957605, "W12": -8.1333510914996872, "S12": -15.236115797382011, "W13": -25.0, "S13": -25.0, "W21": -36.550025010053062, "S21": -36.647307721937899, "W22": -39.841482514611542, "S22": -52.721436469553161, "W31": -67.052506680466777, "S31": -67.052506680466777, "W32": -89.119141862843847, "S32": -94.119141862843847 }, "geometry": { "type": "Point", "coordinates": [ 105103.2, 505670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4575842632085931, "S11": -3.4575842632085934, "W12": -4.7962953255750289, "S12": -6.2657826283963223, "W13": -20.0, "S13": -20.12663682474161, "W21": -30.0, "S21": -30.0, "W22": -37.650751782233847, "S22": -37.650751782233847, "W31": -61.543042565375536, "S31": -61.75923508743778, "W32": -100.31477374336235, "S32": -105.31477374336235 }, "geometry": { "type": "Point", "coordinates": [ 105103.333333333328483, 504408.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08344948829718779, "S11": -0.25349274539701072, "W12": -10.0, "S12": -10.0, "W13": -19.549339372249563, "S13": -31.212764974554826, "W21": -35.280322486595317, "S21": -35.280322486595317, "W22": -40.0, "S22": -55.0, "W31": -73.10356068794421, "S31": -73.10356068794421, "W32": -89.979038981762713, "S32": -94.979038981762713 }, "geometry": { "type": "Point", "coordinates": [ 105103.333333333328483, 513392.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3258381222303699, "S12": -8.3459455372135203, "W13": -15.590003607139213, "S13": -18.894159857066928, "W21": -37.842785230099814, "S21": -38.9320781111862, "W22": -37.616672899408286, "S22": -37.616672899408286, "W31": -55.81230722556505, "S31": -55.81230722556505, "W32": -97.101061065677598, "S32": -102.1010610656776 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 499225.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1999224505622335, "S11": -3.1999224505622337, "W12": -4.8397895402022142, "S12": -4.8397895402022142, "W13": -20.0, "S13": -20.480605170985509, "W21": -30.0, "S21": -30.0, "W22": -48.82723271014526, "S22": -48.82723271014526, "W31": -74.134534604037199, "S31": -78.463947611733275, "W32": -89.715582162082342, "S32": -94.715582162082342 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 504490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29529836357344141, "S11": -0.29529836357344141, "W12": -11.088682976741344, "S12": -15.971167917450867, "W13": -17.46788049139392, "S13": -17.46788049139392, "W21": -29.752431891105168, "S21": -29.752431891105168, "W22": -60.0, "S22": -62.741822288361377, "W31": -78.132607379267824, "S31": -78.132607379267824, "W32": -92.537448670951093, "S32": -97.537448670951093 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 508281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1831677823364285, "S11": -0.1831677823364285, "W12": -10.487545454545455, "S12": -17.584293068550771, "W13": -18.01447911586348, "S13": -18.01447911586348, "W21": -29.365910740739118, "S21": -29.365910740739118, "W22": -60.0, "S22": -61.596180749158698, "W31": -78.819392099815829, "S31": -78.819392099815829, "W32": -91.440488307001928, "S32": -96.440488307001928 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 508380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0214449489087642, "S11": 2.0214449489087642, "W12": -12.396913409719863, "S12": -14.199984834678984, "W13": -23.712890939823033, "S13": -23.712890939823033, "W21": -35.010030558141295, "S21": -35.010030558141295, "W22": -39.345115485271322, "S22": -39.345115485271322, "W31": -50.0, "S31": -50.0, "W32": -100.47379218656239, "S32": -105.47379218656239 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32314999403725392, "S11": 0.32314999403725392, "W12": -12.999218838335342, "S12": -16.994043560813495, "W13": -19.829383846221592, "S13": -22.491100897782239, "W21": -33.19436465505845, "S21": -33.19436465505845, "W22": -37.240756262182529, "S22": -37.395627994928248, "W31": -57.986374195854175, "S31": -58.150094411073241, "W32": -96.72299755113707, "S32": -101.72299755113707 }, "geometry": { "type": "Point", "coordinates": [ 105104.0, 512842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55403715066658177, "S11": 0.55403715066658177, "W12": -4.9318071496797753, "S12": -12.50713765468463, "W13": -16.071005273169444, "S13": -19.630638110238351, "W21": -34.777448436456233, "S21": -35.211521414565411, "W22": -50.241898101022613, "S22": -52.549916879826938, "W31": -75.76692467647085, "S31": -75.76692467647085, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105104.428571428565192, 499564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53711987102484593, "S11": -0.53711987102484593, "W12": -12.01276105916312, "S12": -13.649220704931954, "W13": -18.225294716748412, "S13": -18.225294716748412, "W21": -31.121757157920122, "S21": -31.121757157920122, "W22": -38.105918850169303, "S22": -53.105918850169303, "W31": -80.189411747405288, "S31": -80.189411747405288, "W32": -90.885378040467145, "S32": -95.885378040467145 }, "geometry": { "type": "Point", "coordinates": [ 105104.75, 508015.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -53.774455002794859, "S22": -53.775937310096388, "W31": -78.994569972156484, "S31": -78.994569972156484, "W32": -94.487562251860439, "S32": -99.487562251860439 }, "geometry": { "type": "Point", "coordinates": [ 105104.93548387096962, 529624.67741935478989 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3322361931008571, "S12": -8.3638865322116338, "W13": -15.59135844864155, "S13": -18.898298598550085, "W21": -37.807088295231097, "S21": -38.889551650537975, "W22": -40.0, "S22": -54.975280532564916, "W31": -75.190401830175801, "S31": -75.190401830175801, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105105.0, 499228.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15954236862955981, "S11": -0.15954236862955981, "W12": -10.0, "S12": -10.0, "W13": -19.047701553599701, "S13": -21.471600607031043, "W21": -38.492275021767988, "S21": -38.492275021767988, "W22": -36.386524624145942, "S22": -52.053774890682817, "W31": -66.940111383485203, "S31": -70.140707172407801, "W32": -96.533853421725738, "S32": -101.53385342172574 }, "geometry": { "type": "Point", "coordinates": [ 105105.363636363632395, 514162.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55574474256708106, "S11": 0.55574474256708106, "W12": -4.8461096409501616, "S12": -11.94904170672881, "W13": -16.087616479256457, "S13": -19.620526055829469, "W21": -35.205971016195306, "S21": -35.732839148688385, "W22": -37.673470196266528, "S22": -37.673470196266528, "W31": -61.504103836610035, "S31": -61.723049784125131, "W32": -100.30425412802386, "S32": -105.30425412802386 }, "geometry": { "type": "Point", "coordinates": [ 105105.857142857144936, 499515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55310453827049, "S11": 0.55310453827049, "W12": -4.6290231507622819, "S12": -12.259644494792884, "W13": -16.013952469239847, "S13": -19.50862008971248, "W21": -34.890976408617753, "S21": -35.264020914328661, "W22": -29.811775252642853, "S22": -35.798835508199808, "W31": -70.0, "S31": -70.0, "W32": -91.690109161266335, "S32": -96.690109161266335 }, "geometry": { "type": "Point", "coordinates": [ 105106.0, 499717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83167995276055506, "S11": -1.644717676122567, "W12": -7.7909244865534424, "S12": -15.710336251259324, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -36.895026432193333, "S21": -36.942217430272088, "W22": -45.453351983673841, "S22": -49.238422669115799, "W31": -82.660144620942134, "S31": -82.660144620942134, "W32": -93.124456909872237, "S32": -98.124456909872237 }, "geometry": { "type": "Point", "coordinates": [ 105107.0, 505696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55745233446755593, "S11": 0.55745233446755593, "W12": -4.7604121322205293, "S12": -11.530394595106387, "W13": -16.104227685343481, "S13": -19.602397451865045, "W21": -35.634493595934522, "S21": -36.254156882811515, "W22": -45.72796272936727, "S22": -49.567586597224263, "W31": -82.645908450161684, "S31": -82.645908450161684, "W32": -93.108379289783343, "S32": -98.108379289783343 }, "geometry": { "type": "Point", "coordinates": [ 105107.285714285710128, 499466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52561556898266704, "S11": -1.4784907532313403, "W12": -1.4784907532313403, "S12": -1.4784907532313403, "W13": -14.967282680528966, "S13": -15.279287253699698, "W21": -43.09121305464312, "S21": -45.698411273144771, "W22": -36.083408717826195, "S22": -37.892342763114776, "W31": -73.581077156239417, "S31": -73.581077156239417, "W32": -93.222709307518983, "S32": -98.222709307518983 }, "geometry": { "type": "Point", "coordinates": [ 105108.0, 498436.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -10.0, "W13": -16.181383790005764, "S13": -19.052164634021675, "W21": -30.0, "S21": -30.947719455891921, "W22": -50.066627929498353, "S22": -52.206220957957278, "W31": -76.297100287042809, "S31": -81.297100287042809, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105108.0, 503045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55596308842422681, "S11": 0.55596308842422681, "W12": -4.6747146234909156, "S12": -11.277672487526871, "W13": -16.015829858455835, "S13": -19.476529210820022, "W21": -36.063016175673596, "S21": -36.775474616934495, "W22": -39.950529279961067, "S22": -39.950529279961067, "W31": -73.214587164156299, "S31": -76.070269188079337, "W32": -89.066230689433525, "S32": -94.066230689433525 }, "geometry": { "type": "Point", "coordinates": [ 105108.714285714289872, 499417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5689926139129331, "S11": -1.2515598567414563, "W12": -1.2515598567414563, "S12": -1.2515598567414563, "W13": -14.9571847087759, "S13": -15.16892251365395, "W21": -42.756900256033013, "S21": -45.263775858247378, "W22": -38.563842310674289, "S22": -53.296741112302477, "W31": -80.429003472667972, "S31": -80.429003472667972, "W32": -91.103819733165537, "S32": -96.103819733165537 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 498488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1074516496018205, "S11": 2.1074516496018205, "W12": -11.475807083555859, "S12": -17.725135401664403, "W13": -25.050746268656717, "S13": -25.050746268656717, "W21": -34.947438407303281, "S21": -34.947438407303281, "W22": -38.567781498411513, "S22": -44.371107383100984, "W31": -60.0, "S31": -61.251900921025126, "W32": -96.278221292641263, "S32": -101.27822129264126 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 510174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81029690254892139, "S11": 0.81029690254892139, "W12": -5.3121007665282658, "S12": -15.387106453416926, "W13": -25.0, "S13": -25.0, "W21": -36.528652701907255, "S21": -36.528652701907255, "W22": -37.283029230769237, "S22": -37.283029230769237, "W31": -57.793770103645464, "S31": -57.841510433769621, "W32": -96.824392737205187, "S32": -101.82439273720519 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 511265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3464688396567137, "S11": -0.39015631382513161, "W12": -10.0, "S12": -13.77424015410959, "W13": -25.086671066935864, "S13": -33.844509519318933, "W21": -36.728169048040868, "S21": -36.728169048040868, "W22": -39.83425667970036, "S22": -44.662323594199329, "W31": -80.0, "S31": -80.0, "W32": -90.000026001716151, "S32": -95.000026001716151 }, "geometry": { "type": "Point", "coordinates": [ 105109.0, 512144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9220617797721298, "S12": -4.9220617797721298, "W13": -17.944249791318306, "S13": -17.944249791318306, "W21": -44.076663876408773, "S21": -46.256401378101081, "W22": -48.834223602011861, "S22": -48.834223602011861, "W31": -74.102953294895059, "S31": -77.961165943561824, "W32": -89.617984275294063, "S32": -94.617984275294063 }, "geometry": { "type": "Point", "coordinates": [ 105109.444444444437977, 521862.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16770035908724254, "S11": -0.80151701421189048, "W12": -9.9738169560730832, "S12": -11.99976542432168, "W13": -20.181844282540759, "S13": -20.181844282540759, "W21": -30.0, "S21": -30.0, "W22": -46.025896086770501, "S22": -47.056967349716864, "W31": -76.520113176954183, "S31": -77.282382818079299, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105109.8, 507053.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6504550758459744, "S11": -2.589586967217234, "W12": -4.3495194116553488, "S12": -4.3495194116553488, "W13": -17.065962171557103, "S13": -19.450645666322782, "W21": -46.696253736100999, "S21": -49.696253736100999, "W22": -59.76860629472587, "S22": -62.520235394886654, "W31": -78.130240290552521, "S31": -78.130240290552521, "W32": -92.58934798205685, "S32": -97.58934798205685 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 497894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9012422360248449, "S12": -11.293456380627298, "W13": -16.127027910226307, "S13": -19.545116930402774, "W21": -35.383447372564333, "S21": -35.776998818747359, "W22": -29.441896800633355, "S22": -34.544249423672838, "W31": -70.0, "S31": -70.0, "W32": -91.457275446319187, "S32": -96.457275446319187 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 499784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51140215716486914, "S11": -0.51140215716486914, "W12": -10.668563863227099, "S12": -10.668563863227099, "W13": -15.785896926577342, "S13": -18.785896926577344, "W21": -40.024018728527558, "S21": -40.094694348439774, "W22": -38.665765814231541, "S22": -53.34066745795711, "W31": -80.437686527186543, "S31": -80.437686527186543, "W32": -91.112022533354306, "S32": -96.112022533354306 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 501498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31335911930972926, "S11": -1.6940125740499541, "W12": -10.0, "S12": -14.057971014492754, "W13": -16.090045365060345, "S13": -16.090045365060345, "W21": -36.540292625080653, "S21": -36.540292625080653, "W22": -38.411948771647864, "S22": -53.324922597911957, "W31": -80.380741844064715, "S31": -80.380741844064715, "W32": -91.060333655452425, "S32": -96.060333655452425 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 506415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27946994092436006, "S11": -0.57853811738107153, "W12": -10.083726945611424, "S12": -10.083726945611424, "W13": -20.233411381026048, "S13": -20.233411381026048, "W21": -30.689933659888233, "S21": -30.689933659888233, "W22": -38.239637939334088, "S22": -38.239637939334088, "W31": -80.072291477154693, "S31": -80.072291477154693, "W32": -90.78035223348391, "S32": -95.78035223348391 }, "geometry": { "type": "Point", "coordinates": [ 105110.0, 507227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5890171147612824, "S12": -9.2097206951426855, "W13": -15.892955689901465, "S13": -19.315288121994019, "W21": -36.491538755412819, "S21": -37.296792351057633, "W22": -37.916883786982247, "S22": -37.916883786982247, "W31": -54.089472619709767, "S31": -54.089472619709767, "W32": -97.378823506485915, "S32": -102.37882350648592 }, "geometry": { "type": "Point", "coordinates": [ 105110.142857142855064, 499368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83290686612211051, "S11": -1.6075594141035077, "W12": -7.4642965596448061, "S12": -16.155718128272788, "W13": -25.0, "S13": -25.0, "W21": -37.222282159168813, "S21": -37.222282159168813, "W22": -38.246997686290349, "S22": -38.246997686290349, "W31": -50.0, "S31": -50.0, "W32": -97.898692344342251, "S32": -102.89869234434225 }, "geometry": { "type": "Point", "coordinates": [ 105110.333333333328483, 505720.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5696230119369583, "S11": -1.5696230119369583, "W12": -12.859357646907325, "S12": -12.95960070998353, "W13": -16.338029146653074, "S13": -19.338029146653074, "W21": -46.784994847131649, "S21": -46.784994847131649, "W22": -46.425957186178877, "S22": -46.425957186178877, "W31": -74.275493606649903, "S31": -77.947595708948825, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105110.8, 500900.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.461569016385245, "S11": 0.461569016385245, "W12": -5.0, "S12": -9.2340587192425332, "W13": -19.348614794784652, "S13": -19.348614794784652, "W21": -29.615592661033798, "S21": -29.615592661033798, "W22": -44.438990904410502, "S22": -45.584130242024095, "W31": -74.146766225434405, "S31": -77.696342402727225, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105111.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.12205686361617052, "W12": -7.0850660639777461, "S12": -16.9911656810071, "W13": -26.527107989918356, "S13": -37.162509025488461, "W21": -37.162509025488461, "S21": -37.162509025488461, "W22": -50.0, "S22": -50.0, "W31": -81.494293103197464, "S31": -81.494293103197464, "W32": -92.049619218504432, "S32": -97.049619218504432 }, "geometry": { "type": "Point", "coordinates": [ 105111.0, 511974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1576312608153012, "S12": -6.0642322222712552, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -42.633294145185005, "S21": -42.633294145185005, "W22": -35.283694183674129, "S22": -39.207494151990346, "W31": -66.368195423921037, "S31": -66.368195423921037, "W32": -89.227559371808496, "S32": -94.227559371808496 }, "geometry": { "type": "Point", "coordinates": [ 105111.142857142855064, 524333.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41050830475667555, "S11": -0.41050830475667555, "W12": -10.545229461089592, "S12": -10.545229461089592, "W13": -20.216488966637364, "S13": -27.961462711265082, "W21": -37.899354168066537, "S21": -39.840710043721131, "W22": -34.619440155857049, "S22": -37.25769694802365, "W31": -70.625049506519019, "S31": -70.625049506519019, "W32": -93.133001095768478, "S32": -98.133001095768478 }, "geometry": { "type": "Point", "coordinates": [ 105111.333333333328483, 514958.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5033196060316696, "S12": -8.2782146431725288, "W13": -15.770081521347016, "S13": -19.154047033167945, "W21": -36.920061335151892, "S21": -37.818110085180606, "W22": -38.388048204399524, "S22": -46.508361769498364, "W31": -62.351075594132752, "S31": -66.898117735532821, "W32": -96.364888352088613, "S32": -101.36488835208861 }, "geometry": { "type": "Point", "coordinates": [ 105111.571428571434808, 499319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1005567188958842, "S11": -0.29897460730427994, "W12": -10.0, "S12": -10.0, "W13": -19.143378992776814, "S13": -20.285317111497829, "W21": -37.713041346928236, "S21": -37.713041346928236, "W22": -48.090664033890668, "S22": -49.55919043548473, "W31": -79.444338030788188, "S31": -79.444338030788188, "W32": -94.970302154277306, "S32": -99.970302154277306 }, "geometry": { "type": "Point", "coordinates": [ 105111.75, 513977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0701144161484901, "S12": -4.0701144161484901, "W13": -15.0, "S13": -15.0, "W21": -42.385980940398532, "S21": -43.010043464209609, "W22": -48.9381058614442, "S22": -49.049408922698561, "W31": -79.716941309469547, "S31": -79.716941309469547, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105112.0, 523998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45058979806682181, "S11": -0.45058979806682181, "W12": -10.62781843982933, "S12": -10.62781843982933, "W13": -20.0, "S13": -28.318993652441485, "W21": -37.293185974931362, "S21": -37.43819241979736, "W22": -37.410589362798262, "S22": -42.742439026612239, "W31": -71.72796553341604, "S31": -76.051184721394662, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105112.25, 515086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.9664481984744446, "W13": -25.624249596649666, "S13": -27.409636256805285, "W21": -35.346960840185119, "S21": -35.346960840185119, "W22": -29.344696828575419, "S22": -33.932627241411183, "W31": -70.0, "S31": -70.0, "W32": -91.363998327095132, "S32": -96.363998327095132 }, "geometry": { "type": "Point", "coordinates": [ 105112.833333333328483, 511755.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65344827586206899, "S11": 0.51941359828560296, "W12": -2.7826591771911682, "S12": -14.776771865121475, "W13": -17.544233718433698, "S13": -22.544233718433698, "W21": -47.797860028453506, "S21": -55.149637791680327, "W22": -48.841214493878454, "S22": -48.841214493878454, "W31": -74.071371985752904, "S31": -77.319458924397878, "W32": -89.520386388505784, "S32": -94.520386388505784 }, "geometry": { "type": "Point", "coordinates": [ 105113.0, 497730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4176220973020373, "S12": -8.4534589892052452, "W13": -15.647207352792648, "S13": -18.992223622563252, "W21": -37.348583914891115, "S21": -38.339427819303751, "W22": -50.0, "S22": -62.667313110614977, "W31": -81.79082951158199, "S31": -81.79082951158199, "W32": -92.306523007833349, "S32": -97.306523007833349 }, "geometry": { "type": "Point", "coordinates": [ 105113.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15152582114738725, "S11": 0.11658859016661371, "W12": -11.044865028102897, "S12": -11.832099303080193, "W13": -19.651053043174638, "S13": -26.221929893535943, "W21": -34.044049673510941, "S21": -34.044049673510941, "W22": -36.566173886062117, "S22": -52.176992810952797, "W31": -67.058819889278965, "S31": -70.440954332588689, "W32": -96.464146134572218, "S32": -101.46414613457222 }, "geometry": { "type": "Point", "coordinates": [ 105113.0, 513178.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27016331432003954, "S11": 0.27016331432003954, "W12": -3.7986916513301781, "S12": -3.7986916513301781, "W13": -15.426754300664969, "S13": -16.003299429176259, "W21": -40.655967928784527, "S21": -40.655967928784527, "W22": -38.838378820145465, "S22": -43.481325905944914, "W31": -71.677484355288513, "S31": -75.551629971930865, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105113.2, 497374.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48382907880133186, "S11": 0.48382907880133186, "W12": -3.3921926901524495, "S12": -3.3921926901524495, "W13": -15.838345847870968, "S13": -18.838345847870968, "W21": -42.313858819331699, "S21": -42.313858819331699, "W22": -37.916974958579935, "S22": -37.916974958579935, "W31": -54.278075542296342, "S31": -54.278075542296342, "W32": -97.396202638536195, "S32": -102.3962026385362 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 497486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80613768961493593, "S11": -3.1170197624440674, "W12": -5.5189967375590232, "S12": -5.5189967375590232, "W13": -16.723114201001945, "S13": -18.469667049712118, "W21": -45.882241032192283, "S21": -48.344174433981927, "W22": -41.985403039230377, "S22": -41.985403039230377, "W31": -73.518619357013833, "S31": -74.490360717802744, "W32": -88.96058227989846, "S32": -93.96058227989846 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 498020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2221612779060815, "S11": -1.2221612779060815, "W12": -12.713806613215729, "S12": -12.713806613215729, "W13": -15.914297374408608, "S13": -18.914297374408608, "W21": -42.297232641812755, "S21": -42.297232641812755, "W22": -37.353030620934398, "S22": -37.861400867388383, "W31": -75.758481329690355, "S31": -75.758481329690355, "W32": -93.219213524155151, "S32": -98.219213524155151 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 501303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21648604680265293, "S11": 0.21648604680265293, "W12": -5.0, "S12": -13.668671837897737, "W13": -19.702735297661697, "S13": -20.252844765513892, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -55.0, "W31": -70.953841320728429, "S31": -70.953841320728429, "W32": -89.701662145410481, "S32": -94.701662145410481 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 503969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.465352828126358, "S12": -17.681738556274787, "W13": -21.084486744412249, "S13": -21.084486744412249, "W21": -33.103788597953944, "S21": -33.103788597953944, "W22": -43.616623487441117, "S22": -43.616623487441117, "W31": -79.744040586868707, "S31": -79.744040586868707, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105114.0, 509243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3535817916160493, "S11": -2.2143563223836029, "W12": -5.0, "S12": -6.8678064559652547, "W13": -17.996837835979697, "S13": -17.996837835979697, "W21": -38.447703584860413, "S21": -38.447703584860413, "W22": -54.250778567435916, "S22": -54.252599839315103, "W31": -78.890347901153405, "S31": -78.890347901153405, "W32": -94.376250560187842, "S32": -99.376250560187842 }, "geometry": { "type": "Point", "coordinates": [ 105114.333333333328483, 506270.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51501316088779125, "S11": -1.0150131608877913, "W12": -4.6955346826016449, "S12": -9.3190643797694008, "W13": -20.0, "S13": -21.853931148099758, "W21": -30.0, "S21": -30.0, "W22": -44.664100443906996, "S22": -48.257357814336778, "W31": -78.028663456188454, "S31": -79.734139006752059, "W32": -95.044846620942351, "S32": -100.04484662094235 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 504709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.097106714523330084, "W12": -6.8850323556601394, "S12": -10.460939946419217, "W13": -20.536931925835699, "S13": -23.168180930326084, "W21": -31.459597788012786, "S21": -31.811905547499272, "W22": -29.358076421552646, "S22": -33.861817182324231, "W31": -70.0, "S31": -70.0, "W32": -91.334806982265519, "S32": -96.334806982265519 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 506832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -36.38128239866289, "S22": -37.788783881902283, "W31": -74.094327741076938, "S31": -74.094327741076938, "W32": -93.172058074348044, "S32": -98.172058074348044 }, "geometry": { "type": "Point", "coordinates": [ 105115.0, 529673.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22, "S11": 0.22, "W12": -13.78, "S12": -17.78, "W13": -19.780001, "S13": -19.780001, "W21": -32.790001, "S21": -32.790001, "W22": -47.161571273164867, "S22": -51.481879607979401, "W31": -76.494592734124737, "S31": -79.192001042907819, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105115.7, 512962.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.429227021992991, "S11": -1.7974886382104924, "W12": -9.0288102483156347, "S12": -9.0288102483156347, "W13": -15.541984812598585, "S13": -25.44972029708256, "W21": -38.856586359903183, "S21": -39.093234309295489, "W22": -47.15905845584718, "S22": -51.475953189571534, "W31": -76.49459529226904, "S31": -79.187637860904132, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105115.787878787872614, 516106.939393939392176 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82516919486581097, "S11": -3.183036421756567, "W12": -5.6499231181634215, "S12": -5.6499231181634215, "W13": -16.688245578161744, "S13": -18.360562376909421, "W21": -45.793151737776164, "S21": -48.211370895763551, "W22": -46.090487385595978, "S22": -46.090487385595978, "W31": -79.732727463636365, "S31": -79.732727463636365, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 498035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44777090660576513, "S11": 0.44777090660576513, "W12": -5.0, "S12": -9.7908589686144722, "W13": -19.374551423733021, "S13": -19.391202011886822, "W21": -29.636576029241347, "S21": -29.636576029241347, "W22": -39.011989000433616, "S22": -53.700578633747178, "W31": -80.387708480829616, "S31": -80.387708480829616, "W32": -91.069547759774068, "S32": -96.069547759774068 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 503726.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40930953308381501, "S11": -0.40930953308381501, "W12": -10.518265359067929, "S12": -10.518265359067929, "W13": -20.212380872058699, "S13": -27.922301510131767, "W21": -37.907838586880359, "S21": -39.819104717766216, "W22": -48.848205385745047, "S22": -48.848205385745047, "W31": -74.039790676610764, "S31": -76.677751905233976, "W32": -89.422788501717505, "S32": -94.422788501717505 }, "geometry": { "type": "Point", "coordinates": [ 105116.0, 514956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52930346232179226, "S11": -2.9823494910522523, "W12": -4.9461456983031447, "S12": -4.9461456983031447, "W13": -15.70560896422322, "S13": -16.702254416902342, "W21": -44.73193483364895, "S21": -47.336656569550058, "W22": -38.609779224762654, "S22": -40.816838859351179, "W31": -80.79106594417668, "S31": -80.79106594417668, "W32": -93.225127866003248, "S32": -98.225127866003248 }, "geometry": { "type": "Point", "coordinates": [ 105117.0, 498196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0959899085461999, "S11": 1.0959899085461999, "W12": -9.2571973403229606, "S12": -15.058637360894682, "W13": -16.065049890072721, "S13": -21.091299392923048, "W21": -37.054688166978288, "S21": -46.442955384066082, "W22": -48.886856097421514, "S22": -48.886856097421514, "W31": -74.017980293937157, "S31": -76.052352853322176, "W32": -89.324375269174013, "S32": -94.324375269174013 }, "geometry": { "type": "Point", "coordinates": [ 105117.0, 502218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19899478394553341, "S11": 0.19899478394553341, "W12": -10.0, "S12": -10.0, "W13": -20.263848783823384, "S13": -20.263848783823384, "W21": -30.472649979657685, "S21": -31.177516350971096, "W22": -35.764515009706599, "S22": -37.413343057412163, "W31": -72.840367219555475, "S31": -72.840367219555475, "W32": -93.127553387959907, "S32": -98.127553387959907 }, "geometry": { "type": "Point", "coordinates": [ 105117.0, 508812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.05048272175056, "S12": -16.743957318427661, "W13": -19.976658958957199, "S13": -30.0, "W21": -30.0, "S21": -30.0, "W22": -36.421209655182977, "S22": -37.695216838599961, "W31": -74.148963135465678, "S31": -74.148963135465678, "W32": -93.154207203120052, "S32": -98.154207203120052 }, "geometry": { "type": "Point", "coordinates": [ 105117.0, 512508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45081202107279694, "S11": -1.7477206691302758, "W12": -5.7139356995766502, "S12": -5.7139356995766502, "W13": -14.623631625247416, "S13": -17.623631625247416, "W21": -36.727963240810205, "S21": -36.727963240810205, "W22": -40.709999, "S22": -40.709999, "W31": -67.654152664002453, "S31": -67.654152664002453, "W32": -89.241673502574017, "S32": -94.241673502574017 }, "geometry": { "type": "Point", "coordinates": [ 105118.0, 497077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.04202898550724643, "S11": 0.04202898550724643, "W12": -9.6293494704992444, "S12": -10.046568791867255, "W13": -17.255638463888889, "S13": -20.255638463888889, "W21": -37.49924254975349, "S21": -37.972899665515868, "W22": -51.841448931116389, "S22": -51.841448931116389, "W31": -76.450057092066587, "S31": -76.450057092066587, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105118.0, 499995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18991117917304745, "S11": -0.79409227335587296, "W12": -8.9377826308855468, "S12": -11.937782630885547, "W13": -20.245037515728644, "S13": -20.841427247152858, "W21": -30.0, "S21": -30.0, "W22": -45.751162966420836, "S22": -45.751162966420836, "W31": -72.791471476919739, "S31": -72.791471476919739, "W32": -98.480188560805047, "S32": -103.48018856080505 }, "geometry": { "type": "Point", "coordinates": [ 105118.0, 506996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5737653435019251, "S11": -0.5737653435019251, "W12": -11.916751496759781, "S12": -14.682389531764597, "W13": -17.581841863737392, "S13": -18.377810686376133, "W21": -30.132749167661302, "S21": -30.132749167661302, "W22": -39.657965211815423, "S22": -39.657965211815423, "W31": -67.165158497327752, "S31": -77.165158497327752, "W32": -91.58864286131039, "S32": -96.58864286131039 }, "geometry": { "type": "Point", "coordinates": [ 105118.333333333328483, 508100.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.587360462209503, "S12": -5.7356720095600968, "W13": -15.0, "S13": -15.0, "W21": -43.755180037431415, "S21": -43.755180037431415, "W22": -59.567430025445297, "S22": -61.328600359915562, "W31": -78.510359278749945, "S31": -78.510359278749945, "W32": -91.868682195646628, "S32": -96.868682195646628 }, "geometry": { "type": "Point", "coordinates": [ 105118.625, 524779.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97914221705225979, "S11": -1.796497932923514, "W12": -4.8929397568608568, "S12": -4.8929397568608568, "W13": -20.000000000000004, "S13": -20.728646794657525, "W21": -30.0, "S21": -30.0, "W22": -54.06584755503615, "S22": -54.06584755503615, "W31": -79.628704901432542, "S31": -79.628704901432542, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105119.0, 504564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1649162421887311, "W12": -5.0, "S12": -8.3945567071806728, "W13": -22.000379321556302, "S13": -22.000379321556302, "W21": -40.0, "S21": -40.0, "W22": -48.584972611482421, "S22": -48.584972611482421, "W31": -73.99616991126355, "S31": -75.426953801410377, "W32": -89.225962036630534, "S32": -94.225962036630534 }, "geometry": { "type": "Point", "coordinates": [ 105119.0, 506151.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7284141546526868, "S11": 1.7284141546526868, "W12": -10.80383707201889, "S12": -19.242720416866771, "W13": -27.183250414593701, "S13": -27.183250414593701, "W21": -34.841289784531043, "S21": -34.841289784531043, "W22": -40.0, "S22": -55.0, "W31": -73.306574330604889, "S31": -73.306574330604889, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105119.0, 510365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26620381095795204, "S11": -0.69005672438092902, "W12": -10.119397595184719, "S12": -10.443981438955067, "W13": -20.186068835277556, "S13": -20.186068835277556, "W21": -30.445334399003549, "S21": -30.445334399003549, "W22": -42.303889748839083, "S22": -42.303889748839083, "W31": -73.609756961273902, "S31": -73.997055299213883, "W32": -88.968216784037793, "S32": -93.968216784037793 }, "geometry": { "type": "Point", "coordinates": [ 105119.25, 507185.75 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1375347618727381, "S11": 1.1375347618727381, "W12": -10.753917881209869, "S12": -10.753917881209869, "W13": -16.278990245397278, "S13": -20.109912055368209, "W21": -37.813710271535328, "S21": -47.004337028787873, "W22": -39.838488635930219, "S22": -39.838488635930219, "W31": -67.412339239649768, "S31": -77.412339239649768, "W32": -93.679147929707085, "S32": -98.679147929707085 }, "geometry": { "type": "Point", "coordinates": [ 105119.333333333328483, 502068.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58044732526355935, "S11": 0.58044732526355935, "W12": -4.697833873118654, "S12": -13.639201749023401, "W13": -16.024569020731505, "S13": -19.61498172820356, "W21": -34.348586460749139, "S21": -34.674979528886219, "W22": -48.267542584733448, "S22": -48.267542584733448, "W31": -73.966963161274634, "S31": -74.766122899578676, "W32": -89.134816245399378, "S32": -94.134816245399378 }, "geometry": { "type": "Point", "coordinates": [ 105119.4, 499656.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -2.6500001, "S12": -17.5500001, "W13": -17.6, "S13": -17.6, "W21": -47.900002, "S21": -55.600002, "W22": -48.349929821355786, "S22": -48.349929821355786, "W31": -73.974359528589929, "S31": -74.801554749498564, "W32": -89.141826269382008, "S32": -94.141826269382008 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.61853820772009527, "W12": -5.0, "S12": -12.732012513034411, "W13": -19.819579061387742, "S13": -20.555232815315925, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.396596329031546, "S22": -37.600688118469883, "W31": -74.083297688639632, "S31": -74.083297688639632, "W32": -93.140227246650596, "S32": -98.140227246650596 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 504057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11235322154339444, "S11": 0.11235322154339444, "W12": -5.3714796458602709, "S12": -5.3714796458602709, "W13": -19.446055259741055, "S13": -19.446055259741055, "W21": -38.845319594719385, "S21": -40.968475400253709, "W22": -42.626088086431594, "S22": -46.498027594474237, "W31": -82.685991852997446, "S31": -82.685991852997446, "W32": -93.086882336474446, "S32": -98.086882336474446 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 521227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9089394112561076, "S12": -4.9089394112561076, "W13": -17.93351251129328, "S13": -17.93351251129328, "W21": -44.186011991488492, "S21": -46.349090565347701, "W22": -37.352584659471098, "S22": -37.352584659471098, "W31": -57.874977662616153, "S31": -58.05993968661334, "W32": -96.76826010561939, "S32": -101.76826010561939 }, "geometry": { "type": "Point", "coordinates": [ 105120.375, 521874.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28293185229663087, "S11": 0.28293185229663143, "W12": -3.911917708358339, "S12": -3.911917708358339, "W13": -15.367631122393329, "S13": -15.754799421212352, "W21": -40.578045163289161, "S21": -40.578045163289161, "W22": -52.617184380739438, "S22": -52.618524740043, "W31": -78.959346625045228, "S31": -78.959346625045228, "W32": -94.49775609263456, "S32": -99.49775609263456 }, "geometry": { "type": "Point", "coordinates": [ 105120.428571428565192, 497361.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -59.548640025182159, "S22": -62.176220381853561, "W31": -78.005698872626482, "S31": -78.005698872626482, "W32": -92.441917214939807, "S32": -97.441917214939807 }, "geometry": { "type": "Point", "coordinates": [ 105120.436781609198079, 530026.992337164701894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.3371456603340905, "S12": -3.3371456603340905, "W13": -15.921667124064516, "S13": -18.608578089803519, "W21": -42.485767474419482, "S21": -42.485767474419482, "W22": -48.120458112900529, "S22": -48.120458112900529, "W31": -73.95254914591635, "S31": -74.744132428179569, "W32": -89.12431587474758, "S32": -94.12431587474758 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 497494.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.44702051849121516, "W12": -2.6906524436273886, "S12": -16.609215317878885, "W13": -17.584651840822307, "S13": -18.776810868983542, "W21": -47.859722209311492, "S21": -55.453104634931734, "W22": -29.35423671587575, "S22": -33.638669742737115, "W31": -70.0, "S31": -70.0, "W32": -91.277163581368228, "S32": -96.277163581368228 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 497724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0835547146010722, "S11": 1.0835547146010722, "W12": -9.2469128748651954, "S12": -15.074710414830053, "W13": -16.092238805970148, "S13": -21.102532728656548, "W21": -36.966346651550516, "S21": -46.392091981281375, "W22": -42.66178110940033, "S22": -42.66178110940033, "W31": -71.826874586273362, "S31": -71.826874586273362, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 502220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33429126234894019, "S11": 0.33429126234894019, "W12": -12.996771711589595, "S12": -17.100818090284815, "W13": -19.839235971463797, "S13": -23.602183048556785, "W21": -33.540613768160398, "S21": -33.540613768160398, "W22": -47.217714417844512, "S22": -47.217714417844512, "W31": -79.692739452051327, "S31": -79.692739452051327, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 512828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19424072786194588, "S11": 0.19424072786194588, "W12": -12.751474121183882, "S12": -15.804950963422943, "W13": -19.707535715949252, "S13": -22.251164222634351, "W21": -33.271249170411885, "S21": -33.271249170411885, "W22": -50.573850180973217, "S22": -50.573850180973217, "W31": -79.707272936363637, "S31": -79.707272936363637, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 513045.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0830000071554817, "S12": -4.0830000071554817, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -42.356892118045636, "S21": -42.870493006266905, "W22": -47.890986404445002, "S22": -47.890986404445002, "W31": -73.930738763242744, "S31": -74.699318346166081, "W32": -89.106805480113138, "S32": -94.106805480113138 }, "geometry": { "type": "Point", "coordinates": [ 105121.0, 524039.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58623737954237864, "S11": -1.0616215670119566, "W12": -6.7066428071303816, "S12": -10.830842742574127, "W13": -18.697188994102653, "S13": -21.64168842894329, "W21": -31.509037946625607, "S21": -31.509037946625607, "W22": -38.890660694130922, "S22": -53.890660694130922, "W31": -80.174064953372465, "S31": -80.174064953372465, "W32": -90.877549797364622, "S32": -95.877549797364622 }, "geometry": { "type": "Point", "coordinates": [ 105122.0, 505289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088648153799206514, "S11": 0.088648153799206514, "W12": -10.0, "S12": -16.22579880125911, "W13": -18.730934079014681, "S13": -18.730934079014681, "W21": -29.431339300480044, "S21": -29.547487448628193, "W22": -40.093007769997655, "S22": -52.335769661738901, "W31": -79.131742904307998, "S31": -79.131742904307998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105122.0, 508508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8791607976870051, "W13": -25.0, "S13": -26.094710732252654, "W21": -35.594526824110766, "S21": -35.594526824110766, "W22": -38.756277579581521, "S22": -41.764929714280257, "W31": -72.334910735790402, "S31": -74.319693220904668, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105122.0, 511649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41736325472280528, "S11": -1.2785759164001409, "W12": -4.8328634766605321, "S12": -4.8328634766605321, "W13": -15.0, "S13": -17.041759327897207, "W21": -40.0, "S21": -40.0, "W22": -37.987340035122081, "S22": -38.801470696931439, "W31": -78.215960837887096, "S31": -78.215960837887096, "W32": -93.213280327001527, "S32": -98.213280327001527 }, "geometry": { "type": "Point", "coordinates": [ 105123.0, 497235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63387397899649944, "S11": -2.5595633778532596, "W12": -4.1266247967474179, "S12": -4.1266247967474179, "W13": -17.156867455990778, "S13": -19.643036454457985, "W21": -46.875537970065551, "S21": -50.348697009306434, "W22": -49.841528623106321, "S22": -52.952880869392345, "W31": -76.470946108734822, "S31": -81.145912686274926, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105123.0, 497877.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54646028513238298, "S11": -3.0242598385103783, "W12": -5.027941585210618, "S12": -5.027941585210618, "W13": -15.713440220943227, "S13": -16.811806059580057, "W21": -44.762714191842683, "S21": -47.418748994749997, "W22": -45.705740724896025, "S22": -45.705740724896025, "W31": -79.703030515151511, "S31": -79.703030515151511, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105123.0, 498196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.75, "S13": -13.75, "W21": -47.0, "S21": -47.0, "W22": -37.021992839761531, "S22": -40.844806543068266, "W31": -72.595324206423101, "S31": -77.161351772869097, "W32": -89.578839571822755, "S32": -94.578839571822755 }, "geometry": { "type": "Point", "coordinates": [ 105123.166666666671517, 529722.166666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24427575168640206, "S11": 0.24427575168640206, "W12": -4.0379996851587983, "S12": -4.0379996851587983, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -42.294462799201838, "S21": -42.961832641041873, "W22": -47.661514695989474, "S22": -47.661514695989474, "W31": -73.908928380569137, "S31": -74.647954056888125, "W32": -89.089295085478696, "S32": -94.089295085478696 }, "geometry": { "type": "Point", "coordinates": [ 105123.6, 523956.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7665912754746036, "S11": -1.7665912754746036, "W12": -12.797555819652304, "S12": -13.037178908896703, "W13": -16.666095757264078, "S13": -19.256818531585093, "W21": -45.967442296866203, "S21": -46.122655933613409, "W22": -44.468435814728984, "S22": -48.069920963243838, "W31": -78.010530087538186, "S31": -79.803863153445363, "W32": -95.032479733708811, "S32": -100.03247973370881 }, "geometry": { "type": "Point", "coordinates": [ 105124.0, 500726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68352121499825758, "S11": -1.3918394227460147, "W12": -7.7881520693765998, "S12": -12.667175489093676, "W13": -20.290962361956275, "S13": -22.390540296781559, "W21": -33.045341755019173, "S21": -33.045341755019173, "W22": -59.440203562340969, "S22": -61.083695969721646, "W31": -78.552768685944386, "S31": -78.552768685944386, "W32": -91.701990469801757, "S32": -96.701990469801757 }, "geometry": { "type": "Point", "coordinates": [ 105124.0, 505405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.0279914696917247, "W13": -25.0, "S13": -25.664101036209647, "W21": -35.453402044848701, "S21": -35.453402044848701, "W22": -47.432042987533947, "S22": -47.432042987533947, "W31": -73.88711799789553, "S31": -74.596589767610155, "W32": -89.071784690844254, "S32": -94.071784690844254 }, "geometry": { "type": "Point", "coordinates": [ 105124.0, 511707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43606609195402302, "S11": -1.8187675183576792, "W12": -5.0, "S12": -5.0, "W13": -14.751510501429514, "S13": -17.751510501429514, "W21": -37.855260690172543, "S21": -37.855260690172543, "W22": -40.207869680195692, "S22": -40.207869680195692, "W31": -50.0, "S31": -50.0, "W32": -100.05467482216483, "S32": -105.05467482216483 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 497128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92, "S11": -3.51, "W12": -6.31, "S12": -6.31, "W13": -16.51, "S13": -17.81, "W21": -45.342575372663269, "S21": -47.52887433114941, "W22": -47.98685737976767, "S22": -47.98685737976767, "W31": -74.119573678726994, "S31": -78.206528911017841, "W32": -89.917014370211518, "S32": -94.917014370211518 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89779673540673077, "S11": 0.89779673540673077, "W12": -10.579097909790979, "S12": -10.579097909790979, "W13": -16.255946138585632, "S13": -20.123297595240196, "W21": -37.845791491711466, "S21": -47.284840054645059, "W22": -57.058429997898997, "S22": -57.804703519258346, "W31": -79.301645165360867, "S31": -79.301645165360867, "W32": -90.066517660937748, "S32": -95.066517660937748 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 501955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80312961322704457, "S11": -1.8031296132270445, "W12": -8.4299427568688845, "S12": -15.42472216863359, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.408654459145346, "S21": -36.498544862610821, "W22": -38.896429434782817, "S22": -38.896429434782817, "W31": -67.552785570253775, "S31": -75.740887023042376, "W32": -94.830991874188513, "S32": -99.830991874188513 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 505659.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46331448973519784, "S11": -0.46331448973519773, "W12": -7.9556169728499437, "S12": -10.1763848611571, "W13": -17.594922489328241, "S13": -18.575544739000129, "W21": -34.737980224264518, "S21": -34.856057519856108, "W22": -40.756719926366046, "S22": -40.756719926366046, "W31": -70.0, "S31": -70.0, "W32": -96.119478468103978, "S32": -101.11947846810398 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46396276995307739, "S11": -0.46396276995307739, "W12": -10.431798736124783, "S12": -10.431798736124783, "W13": -20.0, "S13": -28.605745710902806, "W21": -37.21541135564744, "S21": -37.21541135564744, "W22": -41.355302941483963, "S22": -58.149362201895443, "W31": -80.771600456300945, "S31": -80.771600456300945, "W32": -91.420829756847269, "S32": -96.420829756847269 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 515131.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4130559183307243, "S11": 1.4130559183307243, "W12": -3.8461870671816323, "S12": -3.8461870671816323, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -44.358592617374818, "S21": -45.889822686680482, "W22": -38.935158909706551, "S22": -53.935158909706551, "W31": -80.0, "S31": -80.0, "W32": -90.479620348937388, "S32": -95.479620348937388 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 523309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10364658065768355, "S11": -0.28020783714192499, "W12": -10.0, "S12": -10.0, "W13": -19.086494146369425, "S13": -20.34731739086773, "W21": -37.778850740118678, "S21": -37.778850740118678, "W22": -40.056269016113212, "S22": -53.194421444941554, "W31": -77.42493877435254, "S31": -77.42493877435254, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105125.090909090911737, 513989.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39383561643835618, "W12": -0.85947106064801992, "S12": -0.85947106064801992, "W13": -15.0, "S13": -18.00401160477028, "W21": -40.068004073743772, "S21": -41.73153259087875, "W22": -42.656929959543113, "S22": -42.656929959543113, "W31": -70.0, "S31": -70.0, "W32": -97.002161503075982, "S32": -102.00216150307598 }, "geometry": { "type": "Point", "coordinates": [ 105126.0, 498913.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -10.0, "W13": -16.300942236243515, "S13": -19.887117073388097, "W21": -31.440979292628679, "S21": -32.215519930313434, "W22": -42.743678282746934, "S22": -42.743678282746934, "W31": -73.700894565534014, "S31": -74.081436353906824, "W32": -88.975851288177097, "S32": -93.975851288177097 }, "geometry": { "type": "Point", "coordinates": [ 105126.0, 502937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.5025757609697417, "W13": -25.0, "S13": -25.703675237563242, "W21": -35.567381993783748, "S21": -35.567381993783748, "W22": -38.806785212847792, "S22": -38.806785212847792, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105126.0, 511658.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3198018153051877, "W12": -11.852587717348639, "S12": -16.240947505708426, "W13": -19.924208688567905, "S13": -29.008349307581923, "W21": -34.581616510239428, "S21": -34.581616510239428, "W22": -59.363867684478379, "S22": -60.952026160940882, "W31": -78.565965011192745, "S31": -79.184607987889024, "W32": -91.628865860146661, "S32": -96.628865860146661 }, "geometry": { "type": "Point", "coordinates": [ 105126.0, 512634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5016263917063677, "S12": -5.5016263917063677, "W13": -19.890705680819256, "S13": -19.890705680819256, "W21": -38.471198421712053, "S21": -40.553960346070788, "W22": -51.902575123477732, "S22": -51.902575123477732, "W31": -76.485770787361616, "S31": -76.485770787361616, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105126.363636363632395, 521040.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.062938663411732487, "S11": -0.062938663411732487, "W12": -10.185627305665445, "S12": -16.843077034727116, "W13": -18.493162352321857, "S13": -18.493162352321857, "W21": -29.300905247268261, "S21": -29.381668600654447, "W22": -36.987642840342133, "S22": -44.992740686091189, "W31": -66.42561537809901, "S31": -66.42561537809901, "W32": -89.195923100725153, "S32": -94.195923100725153 }, "geometry": { "type": "Point", "coordinates": [ 105126.666666666671517, 508466.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17220999504991252, "S11": -0.17220999504991252, "W12": -10.0, "S12": -10.0, "W13": -18.940916344338483, "S13": -21.726129558700706, "W21": -38.701167840313218, "S21": -38.701167840313218, "W22": -39.883079732332966, "S22": -39.883079732332966, "W31": -67.43274437021806, "S31": -77.43274437021806, "W32": -93.69466476849027, "S32": -98.69466476849027 }, "geometry": { "type": "Point", "coordinates": [ 105126.727272727279342, 514207.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9010684589203396, "S11": -1.3004164056461998, "W12": -4.9143907077515649, "S12": -4.9143907077515649, "W13": -20.0, "S13": -20.886010907231721, "W21": -30.0, "S21": -30.0, "W22": -47.172340478543447, "S22": -47.172340478543447, "W31": -73.859368526892538, "S31": -74.547845762360467, "W32": -89.057074071782438, "S32": -94.057074071782438 }, "geometry": { "type": "Point", "coordinates": [ 105127.0, 504591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034125449019065973, "S11": -0.465874550980934, "W12": -5.1709831144465292, "S12": -7.3272405354866628, "W13": -20.16451752605224, "S13": -23.259628153849302, "W21": -32.698179808212743, "S21": -33.077589781031186, "W22": -52.080119141876857, "S22": -52.080119141876857, "W31": -76.632076671906887, "S31": -76.632076671906887, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105127.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40128705855210928, "S11": -0.40128705855210928, "W12": -11.245720132557487, "S12": -15.970378410745695, "W13": -17.34281105192829, "S13": -17.835599200834736, "W21": -29.610221748810201, "S21": -29.610221748810201, "W22": -29.310707692307687, "S22": -37.113584908968733, "W31": -70.0, "S31": -70.0, "W32": -90.655129866506286, "S32": -95.655129866506286 }, "geometry": { "type": "Point", "coordinates": [ 105127.666666666671517, 508261.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38179964922539361, "S11": 0.38179964922539361, "W12": -10.278084787725108, "S12": -18.988702502774835, "W13": -20.938834371675039, "S13": -20.938834371675039, "W21": -32.519711141530379, "S21": -32.5963733842217, "W22": -37.402104379122292, "S22": -44.74199413781632, "W31": -64.447757144699807, "S31": -64.466335660443448, "W32": -97.316672946593599, "S32": -102.3166729465936 }, "geometry": { "type": "Point", "coordinates": [ 105127.8, 509145.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5454771624801884, "S12": -6.9901529962473763, "W13": -19.137167306941045, "S13": -20.592619948318749, "W21": -29.444903264413519, "S21": -29.937782779969897, "W22": -45.5885302054281, "S22": -50.5885302054281, "W31": -78.568044557924409, "S31": -80.047543480031848, "W32": -95.023546747093022, "S32": -100.02354674709302 }, "geometry": { "type": "Point", "coordinates": [ 105128.0, 503586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5990271853862392, "S11": -3.243016955207211, "W12": -4.8653286724728151, "S12": -8.8807576879018306, "W13": -20.0, "S13": -20.105575726871006, "W21": -30.0, "S21": -30.0, "W22": -46.346254922902247, "S22": -49.965401739313805, "W31": -78.918042073785017, "S31": -79.629597374465874, "W32": -95.044387739440694, "S32": -100.04438773944069 }, "geometry": { "type": "Point", "coordinates": [ 105128.0, 504372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5282142857142857, "S11": 1.5282142857142857, "W12": -11.394657812635725, "S12": -12.050040790820029, "W13": -21.834135345831186, "S13": -21.834135345831186, "W21": -35.169416566365207, "S21": -35.169416566365207, "W22": -48.719081123954552, "S22": -48.719207997828839, "W31": -79.261488657784454, "S31": -79.261488657784454, "W32": -94.8209608089428, "S32": -99.8209608089428 }, "geometry": { "type": "Point", "coordinates": [ 105128.0, 509776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1614160010375181, "S11": 1.1614160010375181, "W12": -10.0, "S12": -16.947922915074745, "W13": -30.268230840936624, "S13": -30.268230840936624, "W21": -35.834896759619795, "S21": -35.834896759619795, "W22": -39.617261629943499, "S22": -39.617261629943499, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105128.0, 510723.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53256307002461578, "S11": 0.53256307002461578, "W12": -5.0, "S12": -7.7055476312341149, "W13": -24.754997454175033, "S13": -26.904906621308228, "W21": -35.681361942718802, "S21": -35.681361942718802, "W22": -35.536004265075157, "S22": -49.467168565374031, "W31": -65.512328565424212, "S31": -69.445223169049527, "W32": -97.414037818631215, "S32": -102.41403781863121 }, "geometry": { "type": "Point", "coordinates": [ 105128.0, 511610.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4301275712559538, "S11": 0.4301275712559538, "W12": -10.412116715406658, "S12": -18.492557924385178, "W13": -21.001958068419984, "S13": -21.001958068419984, "W21": -32.706453270171679, "S21": -32.706453270171679, "W22": -50.002663030400086, "S22": -50.710735832055875, "W31": -73.971612413235491, "S31": -75.093807050315945, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105128.2, 509190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.092615478739680179, "S11": 0.092615478739680179, "W12": -10.0, "S12": -15.525564104301932, "W13": -18.917188741336325, "S13": -18.917188741336325, "W21": -29.53594819879298, "S21": -29.682253366963597, "W22": -38.926964931621733, "S22": -38.926964931621733, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105128.285714285710128, 508541.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.478518107712027, "S13": -14.478518107712027, "W21": -47.0, "S21": -47.0, "W22": -36.969792303023787, "S22": -37.355944884138211, "W31": -66.591100582811677, "S31": -70.952525337626781, "W32": -89.374571313204981, "S32": -94.374571313204981 }, "geometry": { "type": "Point", "coordinates": [ 105128.428571428565192, 527363.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40643740618432905, "S11": -1.0496287702861868, "W12": -4.6993098544420269, "S12": -4.6993098544420269, "W13": -15.049045830202855, "S13": -16.774356760109782, "W21": -40.0, "S21": -40.0, "W22": -47.989498388432104, "S22": -48.591980047702101, "W31": -79.326057332418571, "S31": -79.326057332418571, "W32": -94.888593628691723, "S32": -99.888593628691723 }, "geometry": { "type": "Point", "coordinates": [ 105129.0, 497255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69571991097414854, "S11": -0.69571991097414854, "W12": -11.190652389426049, "S12": -11.190652389426049, "W13": -15.907641301599915, "S13": -18.907641301599917, "W21": -40.0, "S21": -40.0, "W22": -51.635523884930066, "S22": -51.635523884930066, "W31": -76.257611181559298, "S31": -76.257611181559298, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105129.0, 501461.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9063102675170327, "S11": 0.9063102675170327, "W12": -7.4784912967103168, "S12": -13.771652518875683, "W13": -28.669771355617456, "S13": -28.669771355617456, "W21": -36.750260537385188, "S21": -36.750260537385188, "W22": -50.203577444453352, "S22": -50.203577444453352, "W31": -74.218260702705592, "S31": -75.121378181663928, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105129.5, 511152.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35050336614964678, "S11": -2.0568422202682948, "W12": -7.3815410162817301, "S12": -8.9991118434350277, "W13": -17.551536843374336, "S13": -20.551536843374336, "W21": -33.121306081763677, "S21": -33.121306081763677, "W22": -40.077680901643305, "S22": -51.192936799121064, "W31": -79.696545533384551, "S31": -79.696545533384551, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105129.666666666671517, 496862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.45890410958904104, "W12": -0.61465363769434656, "S12": -0.61465363769434656, "W13": -15.0, "S13": -18.002029551085379, "W21": -40.162333020636076, "S21": -41.85346631291457, "W22": -46.779715822145057, "S22": -46.779715822145057, "W31": -73.831619055889618, "S31": -74.499101757110836, "W32": -89.042363452720622, "S32": -94.042363452720622 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 498896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5364045558709853, "S11": -1.5364045558709853, "W12": -13.217325450876, "S12": -13.217325450876, "W13": -16.331680122636687, "S13": -19.331680122636687, "W21": -45.389273328518492, "S21": -45.389273328518492, "W22": -39.243327420428898, "S22": -54.243327420428898, "W31": -80.0, "S31": -80.0, "W32": -90.675288970792053, "S32": -95.675288970792053 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 501017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5722746566247825, "S11": 0.5722746566247825, "W12": -5.0, "S12": -11.591650787772643, "W13": -24.507870549162039, "S13": -27.221799134315052, "W21": -35.795341891653706, "S21": -35.795341891653706, "W22": -43.265704579304909, "S22": -43.265704579304909, "W31": -73.717387661938474, "S31": -74.190579043754354, "W32": -88.983485792316415, "S32": -93.983485792316415 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 511562.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2277285165452634, "S11": -0.23429568973433668, "W12": -10.0, "S12": -10.0, "W13": -24.400495493571398, "S13": -34.125159306123578, "W21": -36.734020847674522, "S21": -36.734020847674522, "W22": -59.211195928753185, "S22": -61.476764330694827, "W31": -78.005178682355137, "S31": -78.005178682355137, "W32": -92.153628957600432, "S32": -97.153628957600432 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 512212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18701903122587021, "S11": 0.18701903122587021, "W12": -12.485515705779653, "S12": -15.485515705779653, "W13": -19.659832837593417, "S13": -22.949029605149065, "W21": -33.407377375977987, "S21": -33.407377375977987, "W22": -41.900002, "S22": -41.900002, "W31": -79.660606303030306, "S31": -79.660606303030306, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105130.0, 513068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21621611187029655, "S11": -0.21621611187029655, "W12": -10.450396559011319, "S12": -10.450396559011319, "W13": -15.823738335646214, "S13": -18.907704702814051, "W21": -38.193441170691301, "S21": -38.193441170691301, "W22": -52.550798480033848, "S22": -52.550798480033848, "W31": -79.618093691786768, "S31": -79.618093691786768, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105130.444444444437977, 501553.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058537249087237481, "S11": 0.058537249087237474, "W12": -5.0, "S12": -13.508677193505047, "W13": -19.731325643075497, "S13": -20.429185860394238, "W21": -30.0, "S21": -30.0, "W22": -30.410191258756772, "S22": -34.485371293894353, "W31": -70.0, "S31": -70.0, "W32": -91.790492329646796, "S32": -96.790492329646796 }, "geometry": { "type": "Point", "coordinates": [ 105130.857142857144936, 503994.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2976777472218535, "S11": -1.2976777472218535, "W12": -12.454970815511519, "S12": -12.454970815511519, "W13": -16.937756760844785, "S13": -19.725743589503764, "W21": -41.440894393599152, "S21": -42.051515541062408, "W22": -37.549999, "S22": -37.549999, "W31": -76.188809198542813, "S31": -76.188809198542813, "W32": -93.102665159919468, "S32": -98.102665159919468 }, "geometry": { "type": "Point", "coordinates": [ 105131.0, 500352.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64679509943181812, "W12": -7.221752560559259, "S12": -7.221752560559259, "W13": -18.2638126600805, "S13": -19.86529160891364, "W21": -34.320492475105944, "S21": -34.513562740985286, "W22": -40.05912158216529, "S22": -49.990147620856007, "W31": -79.809171338805513, "S31": -79.809171338805513, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105131.0, 506592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50877078756463689, "S11": -0.57492197523126876, "W12": -10.715688921684935, "S12": -10.715688921684935, "W13": -21.411804060736515, "S13": -21.411804060736515, "W21": -31.795517884038006, "S21": -31.795517884038006, "W22": -40.099998, "S22": -52.099998, "W31": -79.544704190851476, "S31": -79.544704190851476, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105131.0, 507523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38434101429315248, "S11": -0.38434101429315248, "W12": -10.329127138296052, "S12": -10.329127138296052, "W13": -20.152004940595862, "S13": -27.460223150146302, "W21": -38.253453039486146, "S21": -38.902210796750332, "W22": -38.709999, "S22": -51.799999, "W31": -67.75538980404869, "S31": -67.75538980404869, "W32": -89.272921662603039, "S32": -94.272921662603039 }, "geometry": { "type": "Point", "coordinates": [ 105131.0, 514880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.00000000000156, "S13": -14.00000000000156, "W21": -47.0, "S21": -47.0, "W22": -39.901725078521835, "S22": -42.515674960164148, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105131.333333333328483, 529771.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1520552257515551, "S12": -6.3512522896939929, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -42.481936266712594, "S21": -42.481936266712594, "W22": -29.99376725238643, "S22": -33.389081083802836, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105131.714285714289872, 524295.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7857276158965156, "W12": -4.7259617033439749, "S12": -5.2432466301112326, "W13": -20.0, "S13": -22.634544697610444, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -44.760189608336567, "S22": -48.948405217606989, "W31": -78.225565416097652, "S31": -80.104517640414713, "W32": -95.017884142017934, "S32": -100.01788414201793 }, "geometry": { "type": "Point", "coordinates": [ 105131.8, 505015.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4386636699131494, "W12": -4.3944828921260219, "S12": -9.5247413350036538, "W13": -20.0, "S13": -22.697490219919644, "W21": -30.0, "S21": -30.0, "W22": -49.720205978535169, "S22": -49.720807447153838, "W31": -79.113368846051273, "S31": -79.113368846051273, "W32": -94.680582469118661, "S32": -99.680582469118661 }, "geometry": { "type": "Point", "coordinates": [ 105132.0, 504953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61198624322499651, "S11": 0.61198624322499651, "W12": -5.0, "S12": -15.477753944315868, "W13": -24.331627017842006, "S13": -26.090171736448255, "W21": -35.909321840588753, "S21": -35.909321840588753, "W22": -50.897364498073202, "S22": -50.897364498073202, "W31": -75.340322606815263, "S31": -75.340322606815263, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105132.0, 511514.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.169947650583451, "S11": 1.169947650583451, "W12": -9.6259382789234369, "S12": -13.515309211676648, "W13": -16.268017588364692, "S13": -20.417584609431081, "W21": -37.126950289721918, "S21": -46.456109080805362, "W22": -38.690567335167188, "S22": -41.506453630852683, "W31": -80.195967830259448, "S31": -80.195967830259448, "W32": -93.083327926684774, "S32": -98.083327926684774 }, "geometry": { "type": "Point", "coordinates": [ 105133.666666666671517, 502175.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.073693090486870075, "S11": -0.34980698519647913, "W12": -10.0, "S12": -10.0, "W13": -19.413605624699013, "S13": -31.792668836810044, "W21": -35.505484697756799, "S21": -35.505484697756799, "W22": -38.843924808519404, "S22": -48.508289222267138, "W31": -66.910314127909828, "S31": -66.910314127909828, "W32": -89.187830381093747, "S32": -94.187830381093747 }, "geometry": { "type": "Point", "coordinates": [ 105133.888888888890506, 513429.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23671863778524263, "S11": -0.80720426797914846, "W12": -10.053594706133484, "S12": -10.815292819341018, "W13": -20.070347451603464, "S13": -20.070347451603464, "W21": -30.0, "S21": -30.0, "W22": -38.876635397257338, "S22": -45.873504806917445, "W31": -60.0, "S31": -61.439076994178947, "W32": -96.514950215047435, "S32": -101.51495021504743 }, "geometry": { "type": "Point", "coordinates": [ 105134.0, 507107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65169782982521063, "S11": 0.65169782982521063, "W12": -5.0, "S12": -18.992959488712501, "W13": -24.162835608722474, "S13": -24.965996460781959, "W21": -36.023301789523806, "S21": -36.023301789523806, "W22": -39.125248335276453, "S22": -39.125248335276453, "W31": -71.159902981241046, "S31": -71.159902981241046, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105134.0, 511466.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0073712611285472, "S12": -8.7979767567014946, "W13": -25.455254196560364, "S13": -27.809368173187785, "W21": -35.314677544531882, "S21": -35.314677544531882, "W22": -38.681742142179537, "S22": -38.681742142179537, "W31": -57.95618522158685, "S31": -58.278368939457067, "W32": -96.77819086074453, "S32": -101.77819086074453 }, "geometry": { "type": "Point", "coordinates": [ 105134.0, 511761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24685990338169872, "S11": 0.24685990338169872, "W12": -7.4748173019943041, "S12": -10.321889118190885, "W13": -17.035555754418784, "S13": -20.041853243682148, "W21": -36.301781254474477, "S21": -36.700385874131705, "W22": -59.160305343511453, "S22": -61.653102517644101, "W31": -77.941368675736513, "S31": -77.941368675736513, "W32": -92.294486447822621, "S32": -97.294486447822621 }, "geometry": { "type": "Point", "coordinates": [ 105134.666666666671517, 499924.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39599165672835335, "S11": -0.39599165672835335, "W12": -10.369049780137217, "S12": -10.369049780137217, "W13": -20.176908699638442, "S13": -27.629954878905892, "W21": -38.070269261843421, "S21": -39.287826266316841, "W22": -46.232305819693906, "S22": -46.232305819693906, "W31": -73.803869584886613, "S31": -74.45004384406397, "W32": -89.030541713568851, "S32": -94.030541713568851 }, "geometry": { "type": "Point", "coordinates": [ 105134.666666666671517, 514917.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9690005646527382, "S12": -10.953061723240852, "W13": -16.342421188018147, "S13": -19.74593952300328, "W21": -35.231793504774352, "S21": -35.578674220076117, "W22": -42.247229353665148, "S22": -60.680257298576478, "W31": -80.770974468649726, "S31": -80.770974468649726, "W32": -91.419292392640614, "S32": -96.419292392640614 }, "geometry": { "type": "Point", "coordinates": [ 105135.0, 499817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.6203748478831743, "S12": -14.738649135256306, "W13": -26.266444680924099, "S13": -36.543398239444038, "W21": -36.543398239444038, "S21": -36.543398239444038, "W22": -39.823883242266206, "S22": -54.823883242266206, "W31": -73.286741767614913, "S31": -73.286741767614913, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105135.0, 511903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43373118646252251, "S11": 0.43373118646252251, "W12": -4.0058849541691508, "S12": -4.0058849541691508, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -42.202944658005272, "S21": -42.87790098017706, "W22": -44.408336930381701, "S22": -47.176582071032826, "W31": -72.659607009749905, "S31": -74.304374170915636, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105135.2, 523915.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21826538577000804, "S11": 0.21826538577000804, "W12": -3.5982834197756497, "S12": -3.5982834197756497, "W13": -15.460504480540768, "S13": -17.069852956333492, "W21": -40.795335882297884, "S21": -40.795335882297884, "W22": -41.087266272377747, "S22": -44.555122411564582, "W31": -72.231511420751985, "S31": -73.39772424526528, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105135.6, 497408.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60856509176103613, "S11": 0.60856509176103613, "W12": -4.4686730660644605, "S12": -13.013115992578363, "W13": -15.994743974380572, "S13": -19.557086634959312, "W21": -34.233522283664257, "S21": -34.526907080828494, "W22": -39.283889420993226, "S22": -39.283889420993226, "W31": -80.0, "S31": -80.0, "W32": -90.257182974076287, "S32": -95.257182974076287 }, "geometry": { "type": "Point", "coordinates": [ 105135.8, 499699.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59788085265987378, "S11": 0.59788085265987378, "W12": -5.0, "S12": -10.400481569349527, "W13": -16.343859092315878, "S13": -21.343859092315878, "W21": -32.888538474645756, "S21": -33.541654082119493, "W22": -37.671116686390533, "S22": -37.671116686390533, "W31": -56.592632856348281, "S31": -56.592632856348281, "W32": -97.251362464192695, "S32": -102.2513624641927 }, "geometry": { "type": "Point", "coordinates": [ 105136.0, 502722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62132515647720576, "S11": -0.62132515647720576, "W12": -12.051367561432922, "S12": -12.573366917168361, "W13": -19.293778787772474, "S13": -19.293778787772474, "W21": -32.42347680465717, "S21": -32.42347680465717, "W22": -39.822945784205018, "S22": -54.822945784205018, "W31": -73.18822395714443, "S31": -73.18822395714443, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105136.0, 507900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57709628298263227, "S11": 0.57709628298263227, "W12": -3.1545602849955703, "S12": -3.1545602849955703, "W13": -16.342276165347574, "S13": -18.071810238937481, "W21": -43.620107215486968, "S21": -43.620107215486968, "W22": -36.285188642240854, "S22": -36.839175198817756, "W31": -73.720038654690043, "S31": -73.720038654690043, "W32": -93.025367333811758, "S32": -98.025367333811758 }, "geometry": { "type": "Point", "coordinates": [ 105136.666666666671517, 497542.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29257684912784632, "S11": -0.29257684912784632, "W12": -10.564993455799565, "S12": -10.564993455799565, "W13": -15.867837927294188, "S13": -18.891806879933945, "W21": -38.222806702035186, "S21": -38.222806702035186, "W22": -38.68343839729755, "S22": -44.058189988064861, "W31": -62.761158340511216, "S31": -69.853521944641869, "W32": -96.99824436590032, "S32": -101.99824436590032 }, "geometry": { "type": "Point", "coordinates": [ 105136.75, 501539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1140312077650818, "W12": -3.1168690866258344, "S12": -7.3281265716557744, "W13": -17.404806215326978, "S13": -21.103399155341791, "W21": -47.361777126456218, "S21": -53.895952277192606, "W22": -37.440437625461847, "S22": -37.440437625461847, "W31": -57.626005182273055, "S31": -57.730523870635331, "W32": -96.88880327251232, "S32": -101.88880327251232 }, "geometry": { "type": "Point", "coordinates": [ 105137.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2838625866050808, "S11": -1.2838625866050808, "W12": -12.93415686316488, "S12": -12.93415686316488, "W13": -16.035986853985335, "S13": -19.035986853985335, "W21": -41.855622751282247, "S21": -41.855622751282247, "W22": -40.114551208804713, "S22": -55.114551208804713, "W31": -69.73064011549728, "S31": -69.73064011549728, "W32": -89.570177376337114, "S32": -94.570177376337114 }, "geometry": { "type": "Point", "coordinates": [ 105137.0, 501305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -4.4447902047137395, "S12": -10.210039126558865, "W13": -20.000000000000004, "S13": -22.663996748784101, "W21": -30.0, "S21": -30.0, "W22": -48.610714081527647, "S22": -49.447521566185543, "W31": -73.966741629602836, "S31": -75.849757451857542, "W32": -89.308727299748014, "S32": -94.308727299748014 }, "geometry": { "type": "Point", "coordinates": [ 105137.0, 504952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78090787716955945, "S11": -2.5058343992129464, "W12": -5.0, "S12": -9.9961087488725688, "W13": -25.476885482562484, "S13": -25.476885482562484, "W21": -40.0, "S21": -40.0, "W22": -39.666370864228945, "S22": -39.666370864228945, "W31": -67.248281011640188, "S31": -77.248281011640188, "W32": -91.899541980278897, "S32": -96.899541980278897 }, "geometry": { "type": "Point", "coordinates": [ 105137.0, 506009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0656033859738194, "S12": -4.0656033859738194, "W13": -15.0, "S13": -15.0, "W21": -42.25759574820578, "S21": -42.724327725260039, "W22": -45.651082487741149, "S22": -45.651082487741149, "W31": -73.776120113883621, "S31": -74.398474318723459, "W32": -89.023740002302972, "S32": -94.023740002302972 }, "geometry": { "type": "Point", "coordinates": [ 105137.6, 524035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27776103272290609, "S11": 0.27776103272290609, "W12": -3.9689141709887901, "S12": -3.9689141709887901, "W13": -15.318414725770097, "S13": -15.318414725770097, "W21": -40.519320959702775, "S21": -40.519320959702775, "W22": -50.172246731371004, "S22": -50.172246731371004, "W31": -74.157022639116761, "S31": -75.084572142814096, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105138.0, 497358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60986678708512077, "S11": 0.60986678708512077, "W12": -4.4945228684359115, "S12": -12.955010455216671, "W13": -15.990085959885388, "S13": -19.546434104205744, "W21": -34.259492853097612, "S21": -34.54881935959623, "W22": -43.787730875863851, "S22": -43.787730875863851, "W31": -73.719004416908092, "S31": -74.242957155898395, "W32": -88.994746024696667, "S32": -93.994746024696667 }, "geometry": { "type": "Point", "coordinates": [ 105138.0, 499707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3213917525773198, "S12": -8.3502196483135531, "W13": -17.482041013899881, "S13": -19.343726504777379, "W21": -29.397114802075926, "S21": -29.558216949277117, "W22": -43.575824568838762, "S22": -43.575824568838762, "W31": -79.632323494949475, "S31": -79.632323494949475, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105138.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.66488340403046, "S12": -16.891059205726208, "W13": -21.190048359800688, "S13": -21.190048359800688, "W21": -33.173326669323238, "S21": -33.173326669323238, "W22": -39.647257289638453, "S22": -39.647257289638453, "W31": -67.509502135367271, "S31": -77.509502135367271, "W32": -94.076785754638109, "S32": -99.076785754638109 }, "geometry": { "type": "Point", "coordinates": [ 105138.0, 509326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.480956036396796, "S11": 1.480956036396796, "W12": -3.8289957920409838, "S12": -3.8289957920409838, "W13": -15.0, "S13": -15.0, "W21": -44.348789808663476, "S21": -45.848210945373623, "W22": -30.45500725236305, "S22": -34.196740026853291, "W31": -70.0, "S31": -70.0, "W32": -91.785401058389709, "S32": -96.785401058389709 }, "geometry": { "type": "Point", "coordinates": [ 105138.285714285710128, 523291.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77201548720154878, "S11": 0.77201548720154878, "W12": -2.7619427051319265, "S12": -2.761942705131927, "W13": -17.541715039577838, "S13": -17.541715039577838, "W21": -47.006173194591298, "S21": -53.699999547121841, "W22": -39.348924722535934, "S22": -39.348924722535934, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105138.5, 497701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6196996955912029, "S11": -1.6196996955912029, "W12": -13.184370844984869, "S12": -13.184370844984869, "W13": -16.424608175779252, "S13": -19.424608175779252, "W21": -45.917656170215508, "S21": -45.917656170215508, "W22": -38.354311721223375, "S22": -42.84941266580033, "W31": -71.569149168898548, "S31": -75.709880277119908, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105139.0, 500953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9818311278296501, "S11": 0.9818311278296501, "W12": -10.950495049504951, "S12": -10.950495049504951, "W13": -16.410860190783925, "S13": -19.855950069469838, "W21": -37.564430958194087, "S21": -46.939059303090026, "W22": -36.012406365946028, "S22": -36.554160726663888, "W31": -73.143228300302582, "S31": -73.143228300302582, "W32": -92.988333781669397, "S32": -97.988333781669397 }, "geometry": { "type": "Point", "coordinates": [ 105139.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31943333834360432, "S11": -2.2112720477714127, "W12": -10.0, "S12": -11.590331124661807, "W13": -15.382607207052931, "S13": -15.382607207052931, "W21": -37.177510768533466, "S21": -37.177510768533466, "W22": -40.282936337241097, "S22": -40.282936337241097, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.13418223007567, "S32": -105.13418223007567 }, "geometry": { "type": "Point", "coordinates": [ 105139.0, 506376.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78576867151355567, "S11": -1.7857686715135557, "W12": -8.7068058416564593, "S12": -15.45865878283287, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.239351111721383, "S21": -36.332403797527192, "W22": -45.157453931673444, "S22": -45.157453931673444, "W31": -72.837274465983825, "S31": -72.837274465983825, "W32": -98.363599257267964, "S32": -103.36359925726796 }, "geometry": { "type": "Point", "coordinates": [ 105139.4, 505646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.25, "S13": -14.25, "W21": -47.0, "S21": -47.0, "W22": -37.922486279450958, "S22": -37.922486279450958, "W31": -61.403931129056048, "S31": -61.624626220421128, "W32": -100.18029646450759, "S32": -105.18029646450759 }, "geometry": { "type": "Point", "coordinates": [ 105139.5, 529820.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -35.986127476370811, "S22": -36.500899052105495, "W31": -73.082553110593608, "S31": -73.082553110593608, "W32": -92.980776700984464, "S32": -97.980776700984464 }, "geometry": { "type": "Point", "coordinates": [ 105139.515789473691257, 530016.905263157910667 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19, "S11": 0.19, "W12": -3.45, "S12": -3.45, "W13": -15.51, "S13": -17.8, "W21": -40.900002, "S21": -40.900002, "W22": -38.058036636548998, "S22": -38.058036636548998, "W31": -66.733657151936171, "S31": -73.930847438010687, "W32": -89.516450912521279, "S32": -94.516450912521279 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61546895743850039, "S11": 0.61546895743850039, "W12": -4.474033149171361, "S12": -13.276344818881118, "W13": -15.994798584190129, "S13": -19.576048198554318, "W21": -34.114773390006121, "S21": -34.395377302307551, "W22": -44.980419830082383, "S22": -44.980419830082383, "W31": -73.748370642880701, "S31": -74.346904793383004, "W32": -89.016938291037093, "S32": -94.016938291037093 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 499689.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0008212002840908, "W12": -5.265181725700546, "S12": -6.6847108650289915, "W13": -20.03851942076059, "S13": -23.414277503490943, "W21": -33.105697295223479, "S21": -33.481378396232635, "W22": -45.23295649722678, "S22": -45.766033547948609, "W31": -76.715775967946229, "S31": -78.627512146413736, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53369856759696965, "S11": -0.53369856759696965, "W12": -10.89757597314366, "S12": -10.89757597314366, "W13": -15.932737367936962, "S13": -18.932737367936962, "W21": -38.950983624574306, "S21": -38.950983624574306, "W22": -38.700552171074584, "S22": -42.988055102848222, "W31": -71.680175647087495, "S31": -75.769902565162923, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105140.166666666671517, 501493.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.7419633596263981, "S12": -5.8139896587540232, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -43.79922572109475, "S21": -43.79922572109475, "W22": -39.45229424351016, "S22": -39.45229424351016, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105140.25, 524819.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53984824359016026, "S11": -1.1942388946753018, "W12": -4.699338418113026, "S12": -8.5111033592894962, "W13": -20.0, "S13": -21.781321365676305, "W21": -30.0, "S21": -30.0, "W22": -39.953976270903823, "S22": -43.746891134996545, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105141.0, 504710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79116228717645898, "S11": -1.791162287176459, "W12": -8.0818860762964722, "S12": -16.196665488061178, "W13": -25.019839901174993, "S13": -25.019839901174993, "W21": -36.835492698045293, "S21": -36.849904270127844, "W22": -38.465070935526974, "S22": -38.465070935526974, "W31": -66.847159789015464, "S31": -76.847159789015464, "W32": -89.674664440179924, "S32": -94.674664440179924 }, "geometry": { "type": "Point", "coordinates": [ 105141.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84055703178820973, "S11": -2.8613889160477912, "W12": -5.0, "S12": -11.290032864913872, "W13": -25.395811898234374, "S13": -25.395811898234374, "W21": -40.0, "S21": -40.0, "W22": -51.158621651785715, "S22": -51.15978062282899, "W31": -78.927392915650614, "S31": -78.927392915650614, "W32": -94.510092060165746, "S32": -99.510092060165746 }, "geometry": { "type": "Point", "coordinates": [ 105141.0, 505930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52218934911242609, "S11": 0.52218934911242609, "W12": -5.0, "S12": -5.0, "W13": -24.760883401221996, "S13": -25.592004139064365, "W21": -35.589417964224523, "S21": -35.589417964224523, "W22": -39.70615205643341, "S22": -54.70615205643341, "W31": -80.0, "S31": -80.0, "W32": -90.562659654958011, "S32": -95.562659654958011 }, "geometry": { "type": "Point", "coordinates": [ 105141.0, 511644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92913465096536862, "S11": 0.92913465096536862, "W12": -7.9712901991857699, "S12": -14.490091473512702, "W13": -29.544923688486534, "S13": -29.544923688486534, "W21": -36.79027974504249, "S21": -36.79027974504249, "W22": -46.170799089291549, "S22": -49.195615681991484, "W31": -78.965434038417357, "S31": -79.521925518436134, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105141.625, 511127.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6496119821102777, "S12": -8.6496119821102777, "W13": -16.470016568890937, "S13": -25.975304438946935, "W21": -40.432055984734006, "S21": -41.267111310115943, "W22": -57.351899110527491, "S22": -60.395598061200396, "W31": -78.333347389285393, "S31": -78.333347389285393, "W32": -93.293944716649719, "S32": -98.293944716649719 }, "geometry": { "type": "Point", "coordinates": [ 105141.775862068971037, 516622.525862068985589 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3542223353268017, "W12": -4.9128551014575592, "S12": -4.9128551014575592, "W13": -20.0, "S13": -22.540817297525905, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -58.905852417302796, "S22": -60.567246273826782, "W31": -78.320127696737444, "S31": -78.320127696737444, "W32": -91.784853860726969, "S32": -96.784853860726969 }, "geometry": { "type": "Point", "coordinates": [ 105142.0, 505038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7050556486643345, "S11": -1.7050556486643345, "W12": -13.059471517065143, "S12": -13.488757007883965, "W13": -16.511719141543146, "S13": -19.285621415141758, "W21": -46.327402353743906, "S21": -46.327402353743906, "W22": -34.939714122554967, "S22": -35.92579999976531, "W31": -70.972436750471303, "S31": -70.972436750471303, "W32": -92.918833614252179, "S32": -97.918833614252179 }, "geometry": { "type": "Point", "coordinates": [ 105142.2, 500863.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4481378091872794, "S11": 1.4481378091872794, "W12": -11.366708507361668, "S12": -11.790453276060409, "W13": -21.771558880355826, "S13": -21.771558880355826, "W21": -34.882557630711965, "S21": -34.882557630711965, "W22": -43.812294633077762, "S22": -62.765333868694754, "W31": -80.729679476811356, "S31": -80.729679476811356, "W32": -91.382365569831592, "S32": -96.382365569831592 }, "geometry": { "type": "Point", "coordinates": [ 105142.75, 509737.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5488226704196737, "S11": -1.4551060615132336, "W12": -1.4551060615132336, "S12": -1.4551060615132336, "W13": -14.959235022441943, "S13": -15.484348601442449, "W21": -42.748573265526936, "S21": -45.180009789492836, "W22": -39.65954545682844, "S22": -39.65954545682844, "W31": -80.0, "S31": -80.0, "W32": -90.273651407210977, "S32": -95.273651407210977 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 498504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.23559773559773561, "W12": 0.0, "S12": 0.0, "W13": -14.998110973785208, "S13": -17.998110973785209, "W21": -41.050307362029621, "S21": -42.963978460777341, "W22": -38.973368405295886, "S22": -46.262029361111644, "W31": -61.409400407563979, "S31": -65.130277453400268, "W32": -96.613759107602263, "S32": -101.61375910760226 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 498772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49797956428249185, "S11": 0.49797956428249185, "W12": -6.3297070787407801, "S12": -8.4957561400831239, "W13": -19.262734947829696, "S13": -19.262734947829696, "W21": -29.488159775944347, "S21": -29.488159775944347, "W22": -44.30975717242265, "S22": -44.30975717242265, "W31": -73.72062117187771, "S31": -74.295335268042493, "W32": -89.010136579771213, "S32": -94.010136579771213 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 503650.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10326228518091476, "S11": 0.10326228518091476, "W12": -10.0, "S12": -12.629477886332598, "W13": -19.760930287632402, "S13": -19.760930287632402, "W21": -30.0, "S21": -30.279481481481483, "W22": -37.875301461568093, "S22": -38.68715286181461, "W31": -76.739526411657565, "S31": -76.739526411657565, "W32": -93.032778233526017, "S32": -98.032778233526017 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 508688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27780268927214263, "S11": 0.27780268927214263, "W12": -10.0, "S12": -20.0, "W13": -20.814047794979128, "S13": -20.814047794979128, "W21": -31.984171343111509, "S21": -32.209560504372014, "W22": -40.0, "S22": -57.39987802398862, "W31": -80.581764652744852, "S31": -80.581764652744852, "W32": -91.25394401449384, "S32": -96.25394401449384 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.2812217584025465, "W13": -24.761099796334012, "S13": -25.39361097576386, "W21": -35.575605337452522, "S21": -35.575605337452522, "W22": -36.128809312336664, "S22": -51.798192794306416, "W31": -66.109643626113595, "S31": -70.253015884540929, "W32": -97.191289900558544, "S32": -102.19128990055854 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 511649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.1130600806136446, "W13": -25.0, "S13": -25.761583757121155, "W21": -35.460303765386051, "S21": -35.460303765386051, "W22": -39.18986993123233, "S22": -43.26978275360792, "W31": -60.0, "S31": -61.029749001397491, "W32": -96.573705296647617, "S32": -101.57370529664762 }, "geometry": { "type": "Point", "coordinates": [ 105143.0, 511697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63478417856556701, "S11": -2.6347841785655666, "W12": -4.1955510202833892, "S12": -4.1955510202833892, "W13": -17.064593337976419, "S13": -19.574629864082802, "W21": -46.560852621067049, "S21": -50.058401301505917, "W22": -37.800379053254439, "S22": -37.800379053254439, "W31": -56.124222581786924, "S31": -56.124222581786924, "W32": -97.39595986333137, "S32": -102.39595986333137 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 497877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39801672866857807, "S11": -1.7994491667488681, "W12": -2.0021569795279626, "S12": -2.0021569795279626, "W13": -14.971004993970444, "S13": -15.923596457385079, "W21": -43.227259445408052, "S21": -45.813875134747498, "W22": -50.181790664054652, "S22": -51.407512024008462, "W31": -75.786381413294635, "S31": -76.845397736958546, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 498423.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71020373223763089, "S11": -0.71020373223763089, "W12": -11.317231202531909, "S12": -11.317231202531909, "W13": -15.988264184651703, "S13": -18.988264184651705, "W21": -39.513283187965115, "S21": -39.513283187965115, "W22": -37.420686458235501, "S22": -44.138856786620963, "W31": -64.32257407428348, "S31": -64.784657702915652, "W32": -97.464434255326054, "S32": -102.46443425532605 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65000611475354697, "S11": -0.65000611475354697, "W12": -11.960386854830737, "S12": -13.64005858475814, "W13": -18.576572242869727, "S13": -18.576572242869727, "W21": -31.366302913780363, "S21": -31.366302913780363, "W22": -29.269999013685119, "S22": -33.963001235429545, "W31": -70.0, "S31": -70.0, "W32": -91.003911893677611, "S32": -96.003911893677611 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 507991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1723548053071164, "S11": 2.1723548053071164, "W12": -12.271001238044375, "S12": -14.423695899294186, "W13": -23.603094862541319, "S13": -23.603094862541319, "W21": -34.677340809785377, "S21": -34.677340809785377, "W22": -50.0, "S22": -50.0, "W31": -81.007234324155263, "S31": -81.007234324155263, "W32": -91.622803501331205, "S32": -96.622803501331205 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 510006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1816548675522585, "S11": -0.12276540959210225, "W12": -10.0, "S12": -11.195149968091895, "W13": -23.987975737900985, "S13": -33.97612701781145, "W21": -36.848383496246775, "S21": -36.848383496246775, "W22": -39.384121027091517, "S22": -39.38412102709151, "W31": -58.158012514731467, "S31": -58.617417926474715, "W32": -96.812389206224154, "S32": -101.81238920622415 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 512235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.638165284428624, "S12": -16.378788447274008, "W13": -19.948878632221362, "S13": -31.124797900815501, "W21": -35.106590735013334, "S21": -35.106590735013334, "W22": -43.743734367323242, "S22": -46.335691887097568, "W31": -77.539792232290822, "S31": -79.598623312558786, "W32": -94.998604145443153, "S32": -99.998604145443153 }, "geometry": { "type": "Point", "coordinates": [ 105144.0, 512584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62295197188598206, "S11": 0.58057909053004986, "W12": -4.7568393979805679, "S12": -14.756839397980567, "W13": -16.01392213045677, "S13": -19.637370117317463, "W21": -33.825283319490637, "S21": -34.088372798998691, "W22": -58.804071246819341, "S22": -61.091385566826098, "W31": -77.877038478846501, "S31": -77.877038478846501, "W32": -92.147055680705577, "S32": -97.147055680705577 }, "geometry": { "type": "Point", "coordinates": [ 105145.0, 499625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1600772120919651, "S11": -1.6600772120919651, "W12": -5.0, "S12": -12.738529718456725, "W13": -19.985525311642022, "S13": -20.676791601152001, "W21": -30.0, "S21": -30.0, "W22": -49.465141127569773, "S22": -49.465141127569773, "W31": -79.592727563636359, "S31": -79.592727563636359, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105145.0, 504186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2090004846301614, "S12": -6.2090004846301614, "W13": -20.0, "S13": -20.0, "W21": -41.150125052705015, "S21": -42.879883771425398, "W22": -51.085763879756996, "S22": -51.085763879756996, "W31": -75.692507015593932, "S31": -75.692507015593932, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105145.0, 520039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.955270320301961, "S12": -18.253608870747424, "W13": -20.0, "S13": -33.962357664363239, "W21": -35.723600080337313, "S21": -35.723600080337313, "W22": -29.412030224002233, "S22": -32.967600802693418, "W31": -70.0, "S31": -70.0, "W32": -91.052039592081584, "S32": -96.052039592081584 }, "geometry": { "type": "Point", "coordinates": [ 105146.0, 512469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42123461215207392, "S11": -0.42123461215207392, "W12": -10.974793260640492, "S12": -16.732139704964947, "W13": -17.530119758124663, "S13": -17.530119758124663, "W21": -29.296658234579809, "S21": -29.296658234579809, "W22": -44.69052068875181, "S22": -46.121393524638748, "W31": -77.064632623592189, "S31": -79.157367992038573, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105146.25, 508298.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6187420634920637, "S11": 1.6187420634920637, "W12": -11.548693606383477, "S12": -13.520594181547537, "W13": -21.979637104574536, "S13": -21.979637104574536, "W21": -34.913506800763606, "S21": -34.913506800763606, "W22": -47.211117196056954, "S22": -67.211117196056961, "W31": -80.796821700705038, "S31": -80.796821700705038, "W32": -91.440056750887507, "S32": -96.440056750887507 }, "geometry": { "type": "Point", "coordinates": [ 105146.5, 509820.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53003437819706123, "S11": 0.53003437819706123, "W12": -3.973770223179458, "S12": -3.973770223179458, "W13": -15.0, "S13": -15.0, "W21": -42.111426516808585, "S21": -42.827513396919421, "W22": -37.739951403782101, "S22": -38.428610268475744, "W31": -76.39543488160291, "S31": -76.39543488160291, "W32": -92.993858625200872, "S32": -97.993858625200872 }, "geometry": { "type": "Point", "coordinates": [ 105146.8, 523873.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9810276679841898, "S12": -10.910299059218946, "W13": -16.453118822722772, "S13": -19.802957772177677, "W21": -35.118477933706359, "S21": -35.440661771679672, "W22": -40.443018183191775, "S22": -55.0, "W31": -80.212330972704351, "S31": -80.212330972704351, "W32": -90.921597710707076, "S32": -95.921597710707076 }, "geometry": { "type": "Point", "coordinates": [ 105147.0, 499828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55835013203468009, "W12": -8.8226792853634493, "S12": -8.8226792853634493, "W13": -15.461966604823749, "S13": -25.244729946127023, "W21": -39.632687975537891, "S21": -44.632687975537891, "W22": -40.048562851057866, "S22": -52.634983707747004, "W31": -78.182506295025604, "S31": -78.182506295025604, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105147.0, 516377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7086713411088592, "S11": -1.7086713411088592, "W12": -13.130811226903296, "S12": -13.498671549864367, "W13": -16.522234092999472, "S13": -19.296572803152536, "W21": -46.258898174995821, "S21": -46.258898174995821, "W22": -40.0, "S22": -55.0, "W31": -70.193377149771223, "S31": -70.193377149771223, "W32": -89.645703789527929, "S32": -94.645703789527929 }, "geometry": { "type": "Point", "coordinates": [ 105147.4, 500879.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34085510688837761, "S11": -0.34085510688837761, "W12": -10.649897233201594, "S12": -17.970668221947058, "W13": -17.970668221947058, "S13": -17.970668221947058, "W21": -29.002495093814343, "S21": -29.002495093814343, "W22": -38.603096503544123, "S22": -38.603096503544123, "W31": -58.084286452598704, "S31": -58.186830343677173, "W32": -100.18620242120389, "S32": -105.18620242120389 }, "geometry": { "type": "Point", "coordinates": [ 105147.666666666671517, 508370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.5, "S13": -14.5, "W21": -47.0, "S21": -47.0, "W22": -51.17750631527354, "S22": -51.17750631527354, "W31": -75.836004740049987, "S31": -75.836004740049987, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105147.666666666671517, 529869.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.427276100487596, "S12": -11.427276100487596, "W13": -16.893489145962377, "S13": -19.893489145962377, "W21": -39.191966966084159, "S21": -39.67951014836418, "W22": -38.203173905744428, "S22": -40.075879698748942, "W31": -77.62010473588343, "S31": -77.62010473588343, "W32": -93.014089564576508, "S32": -98.014089564576508 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 500182.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10016332780400664, "S11": -0.61128694276245532, "W12": -7.2718501246281253, "S12": -10.069894245619711, "W13": -20.215120625106799, "S13": -21.463083685345723, "W21": -30.09061804924378, "S21": -30.09061804924378, "W22": -50.253847441444918, "S22": -51.728495601894281, "W31": -75.650189991756193, "S31": -75.650189991756193, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 506928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35113494729526235, "S11": -0.59446502934242507, "W12": -10.04430276370076, "S12": -10.04430276370076, "W13": -20.648144276734818, "S13": -20.648144276734818, "W21": -30.579602024767695, "S21": -30.579602024767695, "W22": -41.684571820834051, "S22": -44.885486854863814, "W31": -73.368909734287058, "S31": -76.174492306335353, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 507254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60761521109959082, "S11": -0.81823060073100129, "W12": -11.587734199059284, "S12": -11.587734199059284, "W13": -20.0, "S13": -20.0, "W21": -32.545008167902822, "S21": -32.545008167902822, "W22": -39.139566195909623, "S22": -43.064714056421884, "W31": -72.587452552488031, "S31": -74.702543842882065, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 507728.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65219303019089692, "S11": 0.65219303019089692, "W12": -5.0, "S12": -18.946180806102465, "W13": -23.96089705764021, "S13": -24.431374280974921, "W21": -36.003481116830827, "S21": -36.003481116830827, "W22": -38.113433774606641, "S22": -41.882061006482253, "W31": -72.215818203849821, "S31": -74.102184257195887, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105148.0, 511469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18487762147028458, "S11": -0.18487762147028458, "W12": -10.0, "S12": -10.0, "W13": -18.992520464579613, "S13": -22.139047839873086, "W21": -38.910060658858683, "S21": -38.910060658858683, "W22": -43.309069142612636, "S22": -48.728675863097251, "W31": -82.388849650111624, "S31": -82.388849650111624, "W32": -92.785028900173785, "S32": -97.785028900173785 }, "geometry": { "type": "Point", "coordinates": [ 105148.090909090911737, 514251.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44552661381653447, "S11": 0.44552661381653447, "W12": -7.7041752577319595, "S12": -10.525238910835183, "W13": -16.570218670675956, "S13": -18.021355887910925, "W21": -29.643225330442199, "S21": -30.272125649594432, "W22": -40.011654259213842, "S22": -46.643867080826766, "W31": -80.0, "S31": -80.0, "W32": -90.412499719082192, "S32": -95.412499719082192 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 503264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12427981479164055, "S11": 0.12427981479164055, "W12": -5.0, "S12": -14.197080291970803, "W13": -19.710113060524826, "S13": -20.424324156297686, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -49.959095063985373, "W31": -67.313255571529979, "S31": -67.313255571529979, "W32": -89.205346457880466, "S32": -94.205346457880466 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50488198839662446, "S11": -2.2805895974918302, "W12": -5.0, "S12": -7.6880172992319746, "W13": -21.194062752590199, "S13": -21.194062752590199, "W21": -40.0, "S21": -40.0, "W22": -39.683387288319594, "S22": -39.683387288319594, "W31": -67.323597172683193, "S31": -77.323597172683193, "W32": -92.224695869070544, "S32": -97.224695869070544 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22680839564003241, "S11": -0.74600420588933991, "W12": -8.8636606411641132, "S12": -10.476416905401015, "W13": -20.024235160704023, "S13": -20.024235160704023, "W21": -30.0, "S21": -30.0, "W22": -38.65974054497201, "S22": -42.818641902849677, "W31": -71.683471842480103, "S31": -75.759212342407835, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10538707000492417, "S11": -0.25590916683015358, "W12": -10.0, "S12": -10.0, "W13": -18.992265568439574, "S13": -20.382072350050176, "W21": -37.845879531763572, "S21": -37.845879531763572, "W22": -51.074244536201768, "S22": -51.074244536201768, "W31": -75.680721777803498, "S31": -75.680721777803498, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9250163668957709, "S12": -4.9250163668957709, "W13": -18.070463072505913, "S13": -18.070463072505913, "W21": -43.899212698363364, "S21": -46.013127450446262, "W22": -29.98704525648041, "S22": -33.857125003641485, "W31": -70.0, "S31": -70.036731491607625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105149.0, 521835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.42654905119042, "S22": -54.42654905119042, "W31": -74.129606673399792, "S31": -74.129606673399792, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105149.2, 530036.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15794640003505533, "S11": 0.13978904397800562, "W12": -11.402855391438731, "S12": -13.471561559099477, "W13": -19.530703702006747, "S13": -25.657667662081945, "W21": -33.935277778058662, "S21": -33.935277778058662, "W22": -37.532852820527744, "S22": -37.532852820527744, "W31": -57.423963545389569, "S31": -57.479872298760512, "W32": -97.006105968091404, "S32": -102.0061059680914 }, "geometry": { "type": "Point", "coordinates": [ 105149.5, 513158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21516665951880393, "S11": 0.21516665951880393, "W12": -3.650423050264116, "S12": -3.650423050264116, "W13": -15.435500697649454, "S13": -15.435500697649454, "W21": -40.72215833156109, "S21": -40.72215833156109, "W22": -38.119595455621251, "S22": -38.119595455621251, "W31": -54.344566921171314, "S31": -54.344566921171314, "W32": -97.696084417566809, "S32": -102.69608441756681 }, "geometry": { "type": "Point", "coordinates": [ 105149.714285714289872, 497405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.18493150684931503, "W12": -1.0405348736005064, "S12": -1.0405348736005064, "W13": -14.999999999999998, "S13": -18.006881988215508, "W21": -40.0, "S21": -41.587662100263714, "W22": -51.12531888593746, "S22": -51.12531888593746, "W31": -75.760319936404954, "S31": -75.760319936404954, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 498936.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.074997991483895632, "W12": -1.8853186691458639, "S12": -1.8853186691458639, "W13": -15.032742411782296, "S13": -18.047182905241776, "W21": -39.421849643109127, "S21": -40.885866268693874, "W22": -51.094285038003321, "S22": -51.094285038003321, "W31": -75.712671560730797, "S31": -75.712671560730797, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02753623188405796, "S11": 0.02753623188405796, "W12": -9.4805849722642446, "S12": -10.461204281319947, "W13": -17.229099139825649, "S13": -20.229099139825649, "W21": -37.51163261017799, "S21": -37.907893532754706, "W22": -35.664032430187142, "S22": -37.659279829458406, "W31": -66.480476367675266, "S31": -66.480476367675266, "W32": -89.298736598564673, "S32": -94.298736598564673 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17694410340753786, "S11": 0.17694410340753786, "W12": -10.201225195082882, "S12": -10.201225195082882, "W13": -15.845471439281555, "S13": -19.107979160096875, "W21": -37.744544612014494, "S21": -37.744544612014494, "W22": -38.77415414760366, "S22": -38.77415414760366, "W31": -66.977420849502849, "S31": -76.977420849502849, "W32": -89.850676002646154, "S32": -94.850676002646154 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 501614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24756849315068485, "S11": 0.074149982711295637, "W12": -0.62503079109426818, "S12": -16.083855274754402, "W13": -20.0, "S13": -22.644784979832984, "W21": -30.0, "S21": -30.0, "W22": -53.269707749016455, "S22": -53.269707749016455, "W31": -79.441410366001051, "S31": -79.441410366001051, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -0.3, "S12": -16.500001, "W13": -20.0, "S13": -22.7, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.225650058220701, "S22": -42.079296621195894, "W31": -71.613779234848636, "S31": -75.879203306514583, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16825400876185614, "S11": -0.33174599123814386, "W12": -6.6089587360282378, "S12": -9.6287607162262567, "W13": -20.296730927562798, "S13": -22.147153023640065, "W21": -30.671914502507121, "S21": -30.671914502507121, "W22": -39.900002, "S22": -39.900002, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 506878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67803334239222846, "S11": -0.67803334239222846, "W12": -11.850553883351422, "S12": -14.99357876379079, "W13": -17.630075594542539, "S13": -18.808935270797825, "W21": -30.0, "S21": -30.0, "W22": -39.900547650247702, "S22": -39.955806361486687, "W31": -67.529619557834849, "S31": -77.529619557834849, "W32": -93.902794795495652, "S32": -98.902794795495652 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66, "S11": -0.96, "W12": -12.07, "S12": -12.07, "W13": -19.790001, "S13": -19.790001, "W21": -33.029999, "S21": -33.029999, "W22": -37.837252071005921, "S22": -37.837252071005921, "W31": -56.19229407898063, "S31": -56.19229407898063, "W32": -97.455650897375108, "S32": -102.45565089737511 }, "geometry": { "type": "Point", "coordinates": [ 105150.2, 507846.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2439053926205856, "S11": 1.2439053926205856, "W12": -9.9946792175234229, "S12": -11.624179929714288, "W13": -16.44692773054841, "S13": -19.638978224609239, "W21": -37.112242116772208, "S21": -46.435773245684977, "W22": -37.326089501504271, "S22": -37.772571324144131, "W31": -75.862078779599273, "S31": -75.862078779599273, "W32": -92.944546423939698, "S32": -97.944546423939698 }, "geometry": { "type": "Point", "coordinates": [ 105150.333333333328483, 502132.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.352734647607807, "S11": -1.698205451106618, "W12": -9.0145529872118999, "S12": -9.0145529872118999, "W13": -15.335738268134548, "S13": -24.722552069655208, "W21": -38.756572338836371, "S21": -38.926420657835443, "W22": -49.999999999999993, "S22": -57.154529374734253, "W31": -81.949042842170527, "S31": -81.949042842170527, "W32": -92.575768718407332, "S32": -97.575768718407332 }, "geometry": { "type": "Point", "coordinates": [ 105150.64, 516106.080000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.89001961979899, "S12": -10.89001961979899, "W13": -15.973863552982086, "S13": -18.973863552982088, "W21": -38.399724245421574, "S21": -38.399724245421574, "W22": -42.134071076747666, "S22": -42.134071076747666, "W31": -71.718854844140864, "S31": -71.718854844140864, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105151.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7507207458626366, "S11": 0.75072074586263671, "W12": -5.7108835585729834, "S12": -16.535040855671117, "W13": -26.073373688632298, "S13": -38.059403190236267, "W21": -38.059403190236267, "S21": -38.059403190236267, "W22": -35.950583141569204, "S22": -47.83828729895599, "W31": -65.101803495423823, "S31": -68.915309620765527, "W32": -97.642883361656118, "S32": -102.64288336165612 }, "geometry": { "type": "Point", "coordinates": [ 105151.0, 511916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.186553368710956, "S11": 1.186553368710956, "W12": -10.851445698166431, "S12": -11.548590334100439, "W13": -16.48975436168125, "S13": -19.459594085403911, "W21": -37.151648302695165, "S21": -46.507818621374355, "W22": -40.589468759141276, "S22": -40.589468759141276, "W31": -50.0, "S31": -50.0, "W32": -100.31770304925014, "S32": -105.31770304925014 }, "geometry": { "type": "Point", "coordinates": [ 105151.5, 502102.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68685121107266434, "S11": 0.68685121107266434, "W12": -7.7051648909183159, "S12": -7.7051648909183132, "W13": -17.916819437949211, "S13": -19.622038853387796, "W21": -29.30335745193107, "S21": -29.878916780736503, "W22": -40.962286328635571, "S22": -55.0, "W31": -80.215359945210821, "S31": -80.215359945210821, "W32": -90.926916421331768, "S32": -95.926916421331768 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 503487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23512611963348087, "S11": -1.4373945506353714, "W12": -4.5383922954072498, "S12": -15.071188114423766, "W13": -19.999999999999996, "S13": -22.611967382110379, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.93788124883384, "S22": -41.03299815673904, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 504902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68139571894646001, "S11": -1.6857248700712981, "W12": -8.0375477731199201, "S12": -13.583614418429573, "W13": -21.37777026519462, "S13": -23.725041564762559, "W21": -33.364195411881504, "S21": -33.364195411881504, "W22": -39.976450005726562, "S22": -43.271351806886628, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 505428.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7792146442279303, "S11": -1.7792146442279302, "W12": -8.0967132268586823, "S12": -16.442816168035154, "W13": -25.144936934855902, "S13": -25.144936934855902, "W21": -36.890612893417938, "S21": -36.890612893417938, "W22": -47.386259725727108, "S22": -51.680140419998772, "W31": -76.371606447173363, "S31": -78.713735305889898, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 505695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7254769014121241, "S12": -4.7254769014121241, "W13": -15.0, "S13": -15.0, "W21": -42.987268487267777, "S21": -42.987268487267777, "W22": -56.077759225061648, "S22": -56.675423828034887, "W31": -79.029848287313783, "S31": -79.029848287313783, "W32": -90.152234507644977, "S32": -95.152234507644977 }, "geometry": { "type": "Point", "coordinates": [ 105152.0, 524514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60278872684274531, "S11": 0.60278872684274531, "W12": -4.6043929983059515, "S12": -12.751910975429698, "W13": -16.034171230641441, "S13": -19.568443844326911, "W21": -34.314476187617885, "S21": -34.583204765820142, "W22": -38.985856322383299, "S22": -43.161285335328621, "W31": -79.99667956891372, "S31": -79.99667956891372, "W32": -92.833401557541279, "S32": -97.833401557541279 }, "geometry": { "type": "Point", "coordinates": [ 105152.2, 499742.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1464791906878844, "S12": -6.6382723571162936, "W13": -15.0, "S13": -15.0, "W21": -42.330578388240376, "S21": -42.330578388240376, "W22": -50.0, "S22": -57.652913227576505, "W31": -81.831922571919918, "S31": -81.831922571919918, "W32": -92.463067754058741, "S32": -97.463067754058741 }, "geometry": { "type": "Point", "coordinates": [ 105152.285714285710128, 524257.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68752015603946948, "S11": -0.68752015603946948, "W12": -11.836670860883551, "S12": -15.130338068250085, "W13": -17.552527098933997, "S13": -18.850916898569917, "W21": -29.933777024301023, "S21": -29.933777024301023, "W22": -40.635118466509212, "S22": -55.0, "W31": -80.009692712020737, "S31": -80.009692712020737, "W32": -90.740873916593628, "S32": -95.740873916593628 }, "geometry": { "type": "Point", "coordinates": [ 105152.666666666671517, 508119.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0108631246296662, "S12": -10.810687394425898, "W13": -16.531105678033267, "S13": -19.841140365842978, "W21": -35.091123040910134, "S21": -35.402617994510351, "W22": -40.141429448364327, "S22": -42.276366537671187, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105153.0, 499837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0658655202525693, "S11": 1.0658655202525693, "W12": -11.035190409026798, "S12": -11.035190409026798, "W13": -16.565774242982215, "S13": -19.588602543699473, "W21": -37.240103703328117, "S21": -46.65411010087972, "W22": -39.970673006698945, "S22": -41.457811847284496, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105153.0, 502045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76309895134344652, "S11": -1.7630989513434465, "W12": -9.5008334601023599, "S12": -14.894362871867067, "W13": -25.0, "S13": -25.683338799606428, "W21": -35.579988034405986, "S21": -35.651882884363729, "W22": -47.548595454268543, "S22": -47.548595454268543, "W31": -74.028493241688892, "S31": -78.056845629843792, "W32": -89.910959500873389, "S32": -94.910959500873389 }, "geometry": { "type": "Point", "coordinates": [ 105153.0, 505596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42096102350490927, "S11": -1.171684108668273, "W12": -9.6214776710520322, "S12": -13.883508768435945, "W13": -16.170874496889866, "S13": -16.170874496889866, "W21": -35.571967299197183, "S21": -35.708623343187561, "W22": -40.43353217833441, "S22": -40.43353217833441, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.25840061619321, "S32": -105.25840061619321 }, "geometry": { "type": "Point", "coordinates": [ 105153.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2701746310308124, "S12": -10.186483256513718, "W13": -16.541361503170311, "S13": -18.886294821726594, "W21": -29.862352558083323, "S21": -30.42590413370381, "W22": -39.570646059263531, "S22": -39.570646059263524, "W31": -58.656369254728098, "S31": -59.252996360344376, "W32": -96.846587551703763, "S32": -101.84658755170376 }, "geometry": { "type": "Point", "coordinates": [ 105154.0, 503128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62350143049188222, "S11": -0.84101190958565231, "W12": -5.0, "S12": -13.682221063607924, "W13": -19.850239894065684, "S13": -20.850239894065684, "W21": -30.0, "S21": -30.0, "W22": -51.368213437393962, "S22": -51.368213437393962, "W31": -75.975768100511516, "S31": -75.975768100511516, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105154.0, 504088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32888775628402639, "S11": -0.68247947124185537, "W12": -10.087548746255724, "S12": -10.087548746255724, "W13": -20.551560256999903, "S13": -20.551560256999903, "W21": -30.367749555208828, "S21": -30.367749555208828, "W22": -58.447837150127221, "S22": -60.52966861600791, "W31": -77.812708281956532, "S31": -77.812708281956532, "W32": -92.001365487872619, "S32": -97.001365487872619 }, "geometry": { "type": "Point", "coordinates": [ 105154.0, 507206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67851449275362319, "S11": -1.1785144927536231, "W12": -10.085838390290643, "S12": -10.085838390290643, "W13": -18.029060806486026, "S13": -27.163106931784249, "W21": -36.648654638989719, "S21": -36.648654638989719, "W22": -58.447837150127228, "S22": -60.098974941544796, "W31": -78.141253326522246, "S31": -78.269920837975519, "W32": -91.76184335884885, "S32": -96.76184335884885 }, "geometry": { "type": "Point", "coordinates": [ 105154.0, 515474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33608898241394858, "S11": -2.3877273558841421, "W12": -8.9695431472081228, "S12": -9.2776131559196138, "W13": -15.0, "S13": -15.0, "W21": -37.493403951447206, "S21": -37.493403951447206, "W22": -33.311417086809954, "S22": -36.626605414409788, "W31": -70.498168077450529, "S31": -71.328756169886731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105155.0, 506358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.75000000000156, "S13": -14.75000000000156, "W21": -47.0, "S21": -47.0, "W22": -39.857002876199431, "S22": -39.857002876199431, "W31": -67.518028894818926, "S31": -77.518028894818926, "W32": -93.663574304218443, "S32": -98.663574304218443 }, "geometry": { "type": "Point", "coordinates": [ 105155.833333333328483, 529918.833333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53754513131997206, "S11": -1.5199506282590307, "W12": -1.5199506282590307, "S12": -1.5199506282590307, "W13": -14.964937227606844, "S13": -15.622181043861261, "W21": -42.530210086911417, "S21": -44.940757389072317, "W22": -39.428404650196384, "S22": -43.214043067012128, "W31": -60.0, "S31": -61.014443973722727, "W32": -96.708154127143118, "S32": -101.70815412714312 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 498506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54100876171932866, "S11": -1.5071508230818425, "W12": -1.5071508230818425, "S12": -1.5071508230818425, "W13": -14.965517465686593, "S13": -15.601559868513448, "W21": -42.505788158884613, "S21": -44.908607618878079, "W22": -44.563744896926643, "S22": -44.563744896926643, "W31": -72.895761204560912, "S31": -72.895761204560912, "W32": -98.247009953731322, "S32": -103.24700995373132 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 498510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0406290190576404, "W12": -1.0406290190576404, "S12": -1.0406290190576404, "W13": -14.982924608079099, "S13": -14.982924608079099, "W21": -41.77313031808044, "S21": -43.944114513050842, "W22": -31.397962900360319, "S22": -33.607912952227231, "W31": -70.0, "S31": -70.0, "W32": -92.144800214056374, "S32": -97.144800214056374 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 498630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13495980604823277, "S11": -0.63495980604823277, "W12": -7.1797861220551571, "S12": -9.8086239660396917, "W13": -20.168282509747876, "S13": -21.319174884004227, "W21": -30.0, "S21": -30.0, "W22": -36.372048054106934, "S22": -36.372048054106934, "W31": -73.835883909193171, "S31": -73.835883909193171, "W32": -92.857053609681898, "S32": -97.857053609681898 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 506931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50341590527760371, "W12": -10.560039410737872, "S12": -10.560039410737872, "W13": -21.38144416105699, "S13": -21.38144416105699, "W21": -31.449838621878158, "S21": -31.449838621878158, "W22": -41.471903846421881, "S22": -55.0, "W31": -80.258775217803731, "S31": -80.258775217803731, "W32": -90.967930422275657, "S32": -95.967930422275657 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 507468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83647286737337023, "S11": 0.83647286737337023, "W12": -6.0044714148834233, "S12": -16.509327142892662, "W13": -25.0, "S13": -25.0, "W21": -36.522661172632844, "S21": -36.522661172632844, "W22": -39.968474170821942, "S22": -41.889104041984659, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 511245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40965809668518549, "S11": 0.40965809668518549, "W12": -12.573881650224472, "S12": -16.93952216830802, "W13": -19.884008378438086, "S13": -27.708454410322865, "W21": -34.361599250114516, "S21": -34.361599250114516, "W22": -39.141462459142296, "S22": -39.141462459142296, "W31": -55.87308720760398, "S31": -55.890213685568867, "W32": -100.16703174365627, "S32": -105.16703174365627 }, "geometry": { "type": "Point", "coordinates": [ 105156.0, 512731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36610005556358566, "S11": -2.7689363420719904, "W12": -5.0, "S12": -5.8664671147709218, "W13": -15.933869526363054, "S13": -15.933869526363054, "W21": -38.400996702350369, "S21": -38.400996702350369, "W22": -49.648787084167267, "S22": -49.649764666950254, "W31": -78.895439206256, "S31": -78.895439206256, "W32": -94.522428027696947, "S32": -99.522428027696947 }, "geometry": { "type": "Point", "coordinates": [ 105156.666666666671517, 506289.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012402458694825286, "S11": 0.012402458694825286, "W12": -10.244774401473292, "S12": -15.341409795745506, "W13": -18.675407937979653, "S13": -18.675407937979653, "W21": -29.4091519614045, "S21": -29.526345015820695, "W22": -58.371501272264631, "S22": -60.050796577931756, "W31": -78.087486707530644, "S31": -78.087486707530644, "W32": -91.776880263258704, "S32": -96.776880263258704 }, "geometry": { "type": "Point", "coordinates": [ 105156.857142857144936, 508501.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65140051352162465, "S11": 0.65140051352162465, "W12": -10.0, "S12": -10.0, "W13": -16.028858956129703, "S13": -19.362694075230031, "W21": -37.028896659249504, "S21": -47.028896659249504, "W22": -43.535025650234928, "S22": -43.535025650234928, "W31": -79.5206064030303, "S31": -79.5206064030303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105157.0, 501784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4351090264851116, "S11": -0.17995373502116441, "W12": -5.9389387049253832, "S12": -19.071504608255999, "W13": -25.873804097283557, "S13": -37.393991721145241, "W21": -37.393991721145241, "S21": -37.393991721145241, "W22": -48.706872946330776, "S22": -66.457728134472163, "W31": -80.674754108693818, "S31": -80.674754108693818, "W32": -91.332399553796677, "S32": -96.332399553796677 }, "geometry": { "type": "Point", "coordinates": [ 105157.0, 511966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69122651879584684, "S11": 0.69122651879584684, "W12": -5.0, "S12": -18.800251262756419, "W13": -24.295665920124456, "S13": -24.295665920124456, "W21": -36.10444293432414, "S21": -36.10444293432414, "W22": -38.080117148725812, "S22": -42.209895178369749, "W31": -72.253106498466479, "S31": -74.151199653997537, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105157.25, 511423.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3624286275169666, "S11": 1.3624286275169666, "W12": -11.338759202087617, "S12": -12.428527769694576, "W13": -21.70898241488046, "S13": -21.70898241488046, "W21": -34.539840922006732, "S21": -34.539840922006732, "W22": -51.18240215780731, "S22": -51.183974228395428, "W31": -78.727349185401863, "S31": -78.727349185401863, "W32": -94.354726723011566, "S32": -99.354726723011566 }, "geometry": { "type": "Point", "coordinates": [ 105157.5, 509698.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22124413145539906, "S11": 0.22124413145539906, "W12": -3.4820976289709766, "S12": -3.4820976289709766, "W13": -15.682622691292876, "S13": -15.817071795371607, "W21": -41.192054701986756, "S21": -41.192054701986756, "W22": -50.0, "S22": -50.001144026231934, "W31": -78.843505645070593, "S31": -78.843505645070593, "W32": -94.473202507116753, "S32": -99.473202507116753 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 497442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43408280966113821, "S11": 0.43408280966113821, "W12": -5.0, "S12": -9.819509036578939, "W13": -19.3859894498808, "S13": -19.452042823437019, "W21": -29.61749183633458, "S21": -29.61749183633458, "W22": -46.432263986294345, "S22": -46.432263986294352, "W31": -79.38312623627283, "S31": -79.38312623627283, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 503745.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33920036073951598, "S11": -2.433643127976691, "W12": -8.5888324873096451, "S12": -8.5888324873096451, "W13": -15.0, "S13": -15.0, "W21": -37.588054216009716, "S21": -37.588054216009716, "W22": -50.0, "S22": -65.0, "W31": -80.925452066480261, "S31": -80.925452066480261, "W32": -91.54976101287393, "S32": -96.54976101287393 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0610007732986475, "S11": 1.0610007732986475, "W12": -10.0, "S12": -16.824671073665648, "W13": -30.118026656906725, "S13": -30.118026656906725, "W21": -35.873092499314026, "S21": -35.873092499314026, "W22": -35.511462147113022, "S22": -37.445717837032227, "W31": -66.481205997653475, "S31": -66.481205997653475, "W32": -89.305217741452992, "S32": -94.305217741452992 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 510753.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.819996951011264, "S12": -16.480667145014792, "W13": -19.940901287418534, "S13": -30.000000000000004, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.197096547435756, "S22": -38.197096547435756, "W31": -66.835584439612475, "S31": -75.036266464181296, "W32": -89.58571388811599, "S32": -94.58571388811599 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 512603.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38147500870001377, "S11": -0.38147500870001377, "W12": -10.192870099184823, "S12": -10.192870099184823, "W13": -20.119913482335974, "S13": -27.281032096242981, "W21": -38.241184355620604, "S21": -38.696904840691502, "W22": -40.776593310910954, "S22": -40.776593310910954, "W31": -70.0, "S31": -70.0, "W32": -96.320512109959409, "S32": -101.32051210995941 }, "geometry": { "type": "Point", "coordinates": [ 105158.0, 514876.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62633756993147005, "S11": 0.62633756993147005, "W12": -3.9416554921898093, "S12": -3.9416554921898093, "W13": -15.0, "S13": -15.0, "W21": -42.019908375612019, "S21": -42.748861608851776, "W22": -39.513952899224805, "S22": -39.513952899224805, "W31": -53.907330567081608, "S31": -53.907330567081608, "W32": -100.18150883677214, "S32": -105.18150883677214 }, "geometry": { "type": "Point", "coordinates": [ 105158.4, 523832.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -5.4765106311454748, "S12": -8.7157845585382141, "W13": -20.300295484278433, "S13": -23.300295484278433, "W21": -31.99224737020953, "S21": -32.540424305714531, "W22": -39.700403712410235, "S22": -39.700403712410235, "W31": -67.398913333726213, "S31": -77.398913333726213, "W32": -92.549849757862191, "S32": -97.549849757862191 }, "geometry": { "type": "Point", "coordinates": [ 105159.0, 506780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9447062536731895, "S11": 0.9447062536731895, "W12": -8.3678515806442793, "S12": -15.214156527739902, "W13": -30.0, "S13": -30.0, "W21": -36.802532406215121, "S21": -36.802532406215121, "W22": -58.494382022471903, "S22": -60.867550589305786, "W31": -77.690463568189841, "S31": -78.249708851208666, "W32": -92.266655908374247, "S32": -97.266655908374247 }, "geometry": { "type": "Point", "coordinates": [ 105159.0, 511113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47213561422092998, "S11": -0.47213561422092998, "W12": -10.266903050412727, "S12": -10.266903050412727, "W13": -20.0, "S13": -28.788070593264333, "W21": -37.286582574436807, "S21": -37.286582574436807, "W22": -39.989191340014315, "S22": -42.792284857873277, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105159.4, 515164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35057952968409162, "S11": 0.35057952968409162, "W12": -12.971601900842138, "S12": -17.321680246121439, "W13": -19.853840070795762, "S13": -26.046115629639605, "W21": -34.004541097504038, "S21": -34.004541097504038, "W22": -43.33406645059457, "S22": -46.561926708655967, "W31": -77.855811828821118, "S31": -80.101359851873255, "W32": -94.876658699683929, "S32": -99.876658699683929 }, "geometry": { "type": "Point", "coordinates": [ 105159.5, 512798.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3712760802357013, "S11": -0.3712760802357013, "W12": -10.136579841233766, "S12": -10.136579841233766, "W13": -20.114084507042257, "S13": -27.129604967166664, "W21": -38.391865400616858, "S21": -38.391865400616858, "W22": -39.112497765447593, "S22": -43.831654769068393, "W31": -80.0, "S31": -80.0, "W32": -92.73841010182403, "S32": -97.73841010182403 }, "geometry": { "type": "Point", "coordinates": [ 105159.5, 514844.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.36485514542996, "S12": -10.769556015560299, "W13": -16.594558810579525, "S13": -18.600912942612478, "W21": -29.765669190530357, "S21": -30.285809865397894, "W22": -40.005153798138863, "S22": -43.455291174754308, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 503180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25502440245275931, "S11": 0.25502440245275931, "W12": -5.0, "S12": -14.999999999999998, "W13": -19.617376156227202, "S13": -20.151420852716402, "W21": -29.883993054175694, "S21": -29.883993054175694, "W22": -38.527840839766228, "S22": -40.98067115347969, "W31": -77.930270947176695, "S31": -77.930270947176695, "W32": -92.840943443140972, "S32": -97.840943443140972 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 503917.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78005117606534791, "S11": -1.7800511760653479, "W12": -7.4568053360702793, "S12": -17.350481806658514, "W13": -25.308422416372451, "S13": -25.308422416372451, "W21": -37.540972351631538, "S21": -37.540972351631538, "W22": -36.833436018428522, "S22": -44.023557004879898, "W31": -64.548534379866581, "S31": -66.840829611212129, "W32": -97.719131683906753, "S32": -102.71913168390675 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 505744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29636557396038454, "S11": -0.79636557396038454, "W12": -10.061447986338408, "S12": -10.085948959171365, "W13": -20.405360204038967, "S13": -20.405360204038967, "W21": -30.089554262252992, "S21": -30.089554262252992, "W22": -40.023404630299822, "S22": -52.049811468602456, "W31": -79.991213589648012, "S31": -79.991213589648012, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105160.0, 507142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40010991541685764, "S11": 0.40010991541685764, "W12": -10.306219243818147, "S12": -18.856816277197524, "W13": -20.963781054790317, "S13": -20.963781054790317, "W21": -32.253886383606535, "S21": -32.294487978218548, "W22": -39.206948632622563, "S22": -54.206948632622563, "W31": -73.272887226344025, "S31": -73.272887226344025, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105160.6, 509174.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11104660806103828, "S11": -2.6029904136804762, "W12": -3.824289317871282, "S12": -3.824289317871282, "W13": -14.993015935739249, "S13": -16.482497643056323, "W21": -43.623173318889592, "S21": -46.39810885250229, "W22": -37.167737431746247, "S22": -52.540829568522156, "W31": -67.046317289526556, "S31": -71.498512233431697, "W32": -96.576926580362269, "S32": -101.57692658036227 }, "geometry": { "type": "Point", "coordinates": [ 105161.0, 498314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64629743076826907, "S11": 0.64629743076826907, "W12": -5.4160599549930248, "S12": -11.130800934420099, "W13": -16.518404439320708, "S13": -21.518404439320708, "W21": -33.162797519297065, "S21": -33.584496772542813, "W22": -37.827562564537395, "S22": -37.827562564537395, "W31": -57.265636168691927, "S31": -57.310953330197421, "W32": -97.122907228678358, "S32": -102.12290722867836 }, "geometry": { "type": "Point", "coordinates": [ 105161.0, 502628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5218702449627959, "S11": -2.9382385314078086, "W12": -4.933233173076923, "S12": -10.994949234792985, "W13": -20.0, "S13": -20.267274620732358, "W21": -30.0, "S21": -30.0, "W22": -43.2207354016642, "S22": -46.348997892342794, "W31": -77.827545308105428, "S31": -80.103513056510906, "W32": -94.860316589608971, "S32": -99.860316589608971 }, "geometry": { "type": "Point", "coordinates": [ 105161.0, 504354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25584502089281269, "S11": 0.25584502089281269, "W12": -3.4687730940519947, "S12": -3.4687730940519947, "W13": -15.773533358462091, "S13": -15.773533358462091, "W21": -41.433958432719599, "S21": -41.433958432719599, "W22": -56.380540620896411, "S22": -59.265185260615219, "W31": -78.182666318518514, "S31": -78.182666318518514, "W32": -93.475026668097385, "S32": -98.475026668097385 }, "geometry": { "type": "Point", "coordinates": [ 105161.428571428565192, 497452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.6808459117150027, "S12": -5.6808459117150027, "W13": -15.0, "S13": -15.0, "W21": -43.843271404758084, "S21": -43.843271404758084, "W22": -40.0, "S22": -42.87712424951664, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105161.875, 524858.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.065916708231875967, "S11": -0.43408329176812405, "W12": -10.0, "S12": -10.02027944886466, "W13": -19.291168842930141, "S13": -32.296887180725925, "W21": -35.690594945251434, "S21": -35.690594945251434, "W22": -45.027885154474902, "S22": -47.239122880643997, "W31": -72.730155994911826, "S31": -74.135885645766734, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105162.0, 513460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8710630884569466, "W12": -9.1361344106380571, "S12": -9.1361344106380571, "W13": -15.837694985436352, "S13": -23.373906601970379, "W21": -38.15885743520932, "S21": -39.613735115668398, "W22": -29.386230291447681, "S22": -36.55087483836779, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105162.0, 515929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044163635942467167, "S11": 0.044163635942467167, "W12": -10.411646190511732, "S12": -10.411646190511732, "W13": -15.930295098179984, "S13": -19.089035061120061, "W21": -37.046273672779549, "S21": -37.224004274120219, "W22": -42.156946442592883, "S22": -56.300852459017072, "W31": -80.270628596879135, "S31": -80.270628596879135, "W32": -90.980950574986963, "S32": -95.980950574986963 }, "geometry": { "type": "Point", "coordinates": [ 105162.666666666671517, 501588.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.9211040353713846, "W12": -7.2413840908717795, "S12": -8.5280711329860317, "W13": -15.0, "S13": -18.0, "W21": -33.131875704233096, "S21": -33.131875704233096, "W22": -58.142493638676847, "S22": -60.032007749022405, "W31": -77.825334123559983, "S31": -77.825334123559983, "W32": -91.87653906683947, "S32": -96.87653906683947 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 496839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.15656714584101239, "W12": -2.8845601044592741, "S12": -11.697555780802697, "W13": -17.383672374456641, "S13": -17.970855803536665, "W21": -47.157059085479837, "S21": -53.954058409271113, "W22": -41.11839798280996, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.40343543759505, "S32": -95.40343543759505 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 497730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.082487263886097395, "W12": -3.125722989278791, "S12": -5.5747883846053821, "W13": -15.158274614982057, "S13": -18.250378508307783, "W21": -38.398996845769233, "S21": -39.654724076988678, "W22": -40.0, "S22": -43.74701765547956, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 499099.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9857707509881415, "S12": -10.919743204998875, "W13": -16.583467640075082, "S13": -19.871611842255458, "W21": -34.945064492101196, "S21": -35.23305473798618, "W22": -37.394970678144695, "S22": -37.394970678144695, "W31": -66.709210105431779, "S31": -71.172988922894461, "W32": -89.420749172065982, "S32": -94.420749172065982 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 499840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3723404255319152, "S11": -1.3723404255319152, "W12": -12.585120226604023, "S12": -12.585120226604023, "W13": -16.836976868586085, "S13": -19.442101579989892, "W21": -40.682440949197129, "S21": -41.210355329743088, "W22": -44.628653306154483, "S22": -44.628653306154483, "W31": -79.478182190909095, "S31": -79.478182190909095, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 500346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47774370794147308, "S11": -2.3422503508023671, "W12": -5.0, "S12": -6.9557101313420757, "W13": -20.0, "S13": -20.0, "W21": -39.604141132822249, "S21": -39.604141132822249, "W22": -40.0, "S22": -44.07066210870935, "W31": -72.818018034401774, "S31": -75.15846432151065, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 506200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34429129715917628, "S11": -2.6153161224070809, "W12": -6.781725888324873, "S12": -7.1100448588927438, "W13": -15.000000000000004, "S13": -15.000000000000004, "W21": -38.020629065351301, "S21": -38.020629065351301, "W22": -37.388281955678565, "S22": -38.424948136378624, "W31": -75.905623861566482, "S31": -75.905623861566482, "W32": -92.825914398735293, "S32": -97.825914398735293 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 506321.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.7755575615628914e-16, "W12": -5.2878393142280862, "S12": -8.3018502379991617, "W13": -20.258836107727703, "S13": -23.349931511132279, "W21": -32.157708352731554, "S21": -32.7439886976561, "W22": -39.553821741095277, "S22": -54.553821741095277, "W31": -70.448805879585478, "S31": -70.448805879585478, "W32": -89.707463165217831, "S32": -94.707463165217831 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 506769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12733532983713886, "S11": -0.051275491982968713, "W12": -10.203316490956043, "S12": -11.056465865013852, "W13": -19.418404676689679, "S13": -28.596180368325101, "W21": -34.50775315486392, "S21": -34.50775315486392, "W22": -38.467406074405964, "S22": -38.467406074405964, "W31": -50.969687010163327, "S31": -50.969687010163327, "W32": -98.28866749008408, "S32": -103.28866749008408 }, "geometry": { "type": "Point", "coordinates": [ 105163.0, 513256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0610923557991629, "S12": -4.643803455774127, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -42.129210556013106, "S21": -42.438611986310605, "W22": -40.837960838309037, "S22": -40.837960838309037, "W31": -71.398172096031615, "S31": -71.398172096031615, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105163.2, 524072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0020153350784126722, "S11": -0.0020153350784126722, "W12": -10.46142304837203, "S12": -10.46142304837203, "W13": -15.942712749836501, "S13": -19.075201940695056, "W21": -36.923498188558426, "S21": -37.079391135150992, "W22": -39.196478534160612, "S22": -54.196478534160612, "W31": -72.896687393658326, "S31": -72.896687393658326, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105163.5, 501580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5849282702104535, "S11": 1.5849282702104535, "W12": -3.7957549872615126, "S12": -3.7957549872615126, "W13": -15.010939313503719, "S13": -15.010939313503719, "W21": -44.263916768893345, "S21": -45.713919672831082, "W22": -39.757171091435545, "S22": -39.757171091435538, "W31": -59.154725994724735, "S31": -59.772613358964314, "W32": -96.880785897183372, "S32": -101.88078589718337 }, "geometry": { "type": "Point", "coordinates": [ 105163.75, 523277.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7659574468085113, "S11": -0.7659574468085113, "W12": -11.82984316451264, "S12": -11.82984316451264, "W13": -16.792346939114477, "S13": -19.792346939114477, "W21": -39.428326037703258, "S21": -39.899693645912969, "W22": -30.0, "S22": -34.300956108436537, "W31": -70.0, "S31": -70.112902471084141, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 500232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.183742920224224, "S11": 0.183742920224224, "W12": -12.633005350196647, "S12": -15.506269023382046, "W13": -19.538261547622326, "S13": -22.862863508284306, "W21": -33.400825914319753, "S21": -33.400825914319753, "W22": -29.233074220194794, "S22": -33.472877846655052, "W31": -70.0, "S31": -70.0, "W32": -90.746182129327067, "S32": -95.746182129327067 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 513063.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.004371858142918, "S22": -48.757399231705548, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105164.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.063936692676569762, "S11": -0.42886257289956675, "W12": -10.0, "S12": -10.0, "W13": -19.277871877148556, "S13": -32.372572699064676, "W21": -35.73064690891794, "S21": -35.73064690891794, "W22": -38.725283743674161, "S22": -38.725283743674161, "W31": -67.027230958018194, "S31": -77.027230958018194, "W32": -89.845290349709174, "S32": -94.845290349709174 }, "geometry": { "type": "Point", "coordinates": [ 105164.444444444437977, 513466.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.092630345119477611, "S11": -0.27417669140055989, "W12": -10.0, "S12": -10.0, "W13": -18.958885547114296, "S13": -20.125369737780737, "W21": -37.703406019126625, "S21": -37.703406019126625, "W22": -35.757436476276403, "S22": -51.087940234626387, "W31": -65.277387485958783, "S31": -70.725903811341894, "W32": -97.723403089757483, "S32": -102.72340308975748 }, "geometry": { "type": "Point", "coordinates": [ 105164.636363636367605, 513962.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33224572018116005, "S11": -1.9884458692206208, "W12": -7.2962371465940414, "S12": -9.0337084936208747, "W13": -17.504045170688283, "S13": -20.504045170688283, "W21": -33.234096722702695, "S21": -33.234096722702695, "W22": -43.265565167416547, "S22": -46.160114689482846, "W31": -77.726731117706237, "S31": -80.056138635055504, "W32": -94.838954485423116, "S32": -99.838954485423116 }, "geometry": { "type": "Point", "coordinates": [ 105165.0, 496862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26947781767635814, "S11": -0.76947781767635814, "W12": -9.4858343323086416, "S12": -9.4858343323086416, "W13": -20.2845604939304, "S13": -20.2845604939304, "W21": -30.0, "S21": -30.0, "W22": -58.066157760814249, "S22": -59.746082404352357, "W31": -77.962248571398149, "S31": -81.864854881412612, "W32": -91.758447509720412, "S32": -96.758447509720412 }, "geometry": { "type": "Point", "coordinates": [ 105165.0, 507089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58673049845114056, "S11": -0.58673049845114056, "W12": -11.462051587483392, "S12": -16.029834172702497, "W13": -17.16825123589345, "S13": -18.42626633409574, "W21": -29.369814994783219, "S21": -29.369814994783219, "W22": -50.0, "S22": -59.946951353730853, "W31": -81.419578448037598, "S31": -81.419578448037598, "W32": -92.080554376110612, "S32": -97.080554376110612 }, "geometry": { "type": "Point", "coordinates": [ 105165.0, 508235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7092698412698413, "S11": 1.7092698412698413, "W12": -11.969829493159446, "S12": -14.795541007508024, "W13": -22.34255533973878, "S13": -22.34255533973878, "W21": -34.657597035162013, "S21": -34.657597035162013, "W22": -39.377366898228694, "S22": -39.377366898228694, "W31": -71.149840731403785, "S31": -71.149840731403785, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105165.0, 509865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3086111124530861, "S11": -1.6442733259570477, "W12": -9.0084146284919413, "S12": -9.0084146284919413, "W13": -15.238480747413123, "S13": -24.055256850892526, "W21": -38.713945919177881, "S21": -38.854738323281602, "W22": -49.561096520994624, "S22": -50.164545999156807, "W31": -73.697362843633314, "S31": -74.899353575639296, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105165.55303030302457, 516105.765151515137404 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4493383742911154, "W12": -4.7351091322654018, "S12": -11.723530810876445, "W13": -20.0, "S13": -22.47097166419962, "W21": -30.0, "S21": -30.0, "W22": -47.392370133284984, "S22": -47.392602562971405, "W31": -79.048409310699085, "S31": -79.048409310699085, "W32": -94.754578754578759, "S32": -99.754578754578759 }, "geometry": { "type": "Point", "coordinates": [ 105166.0, 504945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15626169402337131, "S11": 0.15626169402337131, "W12": -5.3617962078745141, "S12": -5.3617962078745141, "W13": -19.550702157204917, "S13": -19.550702157204917, "W21": -38.704099526601624, "S21": -40.753357874295581, "W22": -35.840755667226887, "S22": -35.840755667226887, "W31": -72.749420443684571, "S31": -72.749420443684571, "W32": -92.740105750556424, "S32": -97.740105750556424 }, "geometry": { "type": "Point", "coordinates": [ 105166.272727272720658, 521212.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067897467195530248, "S11": -0.067897467195530248, "W12": -10.351025680376432, "S12": -15.38626923750337, "W13": -18.563343685650338, "S13": -18.563343685650338, "W21": -29.34941168320767, "S21": -29.452043257357719, "W22": -41.964336809230758, "S22": -55.474754098360663, "W31": -80.156496912834868, "S31": -80.156496912834868, "W32": -90.879909507007966, "S32": -95.879909507007966 }, "geometry": { "type": "Point", "coordinates": [ 105166.333333333328483, 508482.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1498999126754885, "S11": 1.1498999126754885, "W12": -10.986271744240714, "S12": -11.218464629884657, "W13": -16.623760807362949, "S13": -19.224327530111555, "W21": -36.891110931600082, "S21": -46.351614807926374, "W22": -29.921870673674196, "S22": -34.542039428956798, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105167.0, 502090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37869681642368341, "S11": -1.7225425582554992, "W12": -10.0, "S12": -12.296401890129616, "W13": -15.000000000000004, "S13": -15.000000000000004, "W21": -36.275406065635636, "S21": -36.388628173299587, "W22": -58.015267175572518, "S22": -59.703102819482851, "W31": -77.935114785630063, "S31": -82.935114785630063, "W32": -91.759141825587861, "S32": -96.759141825587861 }, "geometry": { "type": "Point", "coordinates": [ 105167.0, 506456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2717708354415009, "S12": -5.2717708354415009, "W13": -15.0, "S13": -15.0, "W21": -44.464381180837506, "S21": -44.464381180837506, "W22": -35.241467872952718, "S22": -35.241467872952718, "W31": -71.319823994423587, "S31": -71.319823994423587, "W32": -92.704666132735838, "S32": -97.704666132735838 }, "geometry": { "type": "Point", "coordinates": [ 105167.0, 525107.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26969678775142603, "S11": 0.26969678775142603, "W12": -4.0708298477497076, "S12": -4.0708298477497076, "W13": -15.279331329827198, "S13": -15.279331329827198, "W21": -40.356149658755847, "S21": -40.356149658755847, "W22": -38.601508075853594, "S22": -41.19272621742892, "W31": -77.740778688524586, "S31": -77.740778688524586, "W32": -92.754378681765814, "S32": -97.754378681765814 }, "geometry": { "type": "Point", "coordinates": [ 105168.0, 497352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34959717420712472, "S11": -2.5583227805174555, "W12": -7.6362098138758716, "S12": -7.6517542674336347, "W13": -15.0, "S13": -15.0, "W21": -37.82939613053739, "S21": -37.82939613053739, "W22": -39.558688606192206, "S22": -43.405059210340383, "W31": -60.467725220996122, "S31": -62.899098309219148, "W32": -96.862629863115927, "S32": -101.86262986311593 }, "geometry": { "type": "Point", "coordinates": [ 105168.0, 506337.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30052449901541844, "S11": -0.80052449901541844, "W12": -10.010911958635784, "S12": -10.010911958635784, "W13": -20.439900953761448, "S13": -20.439900953761448, "W21": -30.025462763189594, "S21": -30.025462763189594, "W22": -39.583571422664406, "S22": -54.583571422664406, "W31": -69.69461879473306, "S31": -69.69461879473306, "W32": -89.614020911101036, "S32": -94.614020911101036 }, "geometry": { "type": "Point", "coordinates": [ 105168.0, 507130.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54694904458601457, "S11": 0.54694904458601457, "W12": -4.7401129305476477, "S12": -12.378545238042395, "W13": -16.251357892788931, "S13": -19.734232025593727, "W21": -34.395430091571754, "S21": -34.643761731482321, "W22": -39.871703397795457, "S22": -40.907918404417018, "W31": -67.599462895837121, "S31": -77.599462895837121, "W32": -93.998045393546747, "S32": -98.998045393546747 }, "geometry": { "type": "Point", "coordinates": [ 105168.6, 499785.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5013085638626613, "S12": -5.5013085638626613, "W13": -20.0, "S13": -20.0, "W21": -38.649888898922825, "S21": -40.663180370778065, "W22": -39.666939369160445, "S22": -42.38275225923028, "W31": -60.000000000000007, "S31": -60.999138946047964, "W32": -96.842602957638618, "S32": -101.84260295763862 }, "geometry": { "type": "Point", "coordinates": [ 105168.636363636367605, 521016.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11346746420155884, "S11": 0.11346746420155884, "W12": -5.0, "S12": -9.5633101057876306, "W13": -16.639932048020221, "S13": -19.626928242929527, "W21": -30.0, "S21": -30.418097171009823, "W22": -51.820250738640894, "S22": -51.822290437527883, "W31": -78.547152357995017, "S31": -78.547152357995017, "W32": -94.20043047674352, "S32": -99.20043047674352 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 503031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7779121910522474, "S11": -2.7779121910522475, "W12": -5.1183211678832121, "S12": -17.894792544789532, "W13": -20.0, "S13": -22.401098169717137, "W21": -30.0, "S21": -30.0, "W22": -54.90209486737767, "S22": -55.518331774231797, "W31": -78.273330678774727, "S31": -78.273330678774727, "W32": -93.811265614249919, "S32": -98.811265614249919 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 504804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10848475836431211, "S11": -0.39151524163568791, "W12": -5.0, "S12": -7.6346970281744504, "W13": -20.195057066811025, "S13": -23.425597867346386, "W21": -32.412443264809937, "S21": -32.994245683030954, "W22": -39.795719718395475, "S22": -39.795719718395475, "W31": -67.533787275315575, "S31": -77.533787275315575, "W32": -93.431865919831964, "S32": -98.431865919831964 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12997830802603039, "S11": -0.37002169197396961, "W12": -6.2080847130010923, "S12": -8.8833178264875592, "W13": -20.20043077066472, "S13": -21.896482690621436, "W21": -30.776583690976302, "S21": -30.776583690976302, "W22": -50.713448935392321, "S22": -50.713448935392321, "W31": -75.150537167538786, "S31": -75.150537167538786, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105169.0, 506877.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19754524789065667, "S11": -0.19754524789065667, "W12": -10.0, "S12": -10.0, "W13": -19.065857334135607, "S13": -22.573698870360335, "W21": -39.118953477404148, "S21": -39.118953477404148, "W22": -39.693217951983272, "S22": -42.261653965083447, "W31": -60.0, "S31": -60.982822936496582, "W32": -96.852987097154312, "S32": -101.85298709715431 }, "geometry": { "type": "Point", "coordinates": [ 105169.454545454544132, 514296.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3124634871397183, "S11": -3.2947120078497774, "W12": -4.8852504814636495, "S12": -6.0311416273547955, "W13": -20.0, "S13": -20.07211475576613, "W21": -30.0, "S21": -30.0, "W22": -38.203427555166407, "S22": -38.203427555166407, "W31": -61.350130899117644, "S31": -61.569801268161001, "W32": -100.04581918565275, "S32": -105.04581918565275 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 504475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -1.2, "W12": -5.7, "S12": -19.076471413943356, "W13": -20.0, "S13": -22.439434276206324, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -59.043216052511809, "W31": -81.539189206793395, "S31": -81.539189206793395, "W32": -92.238467079303803, "S32": -97.238467079303803 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 504810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9183966066939144, "S11": 1.9183966066939144, "W12": -11.221865465844539, "S12": -17.06818464907936, "W13": -24.977537543507651, "S13": -24.977537543507651, "W21": -34.438649771665531, "S21": -34.438649771665531, "W22": -57.938931297709928, "S22": -59.944089948890031, "W31": -77.674641114103025, "S31": -78.549025350556022, "W32": -91.950035000795964, "S32": -96.950035000795964 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 510195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72264076166600677, "S11": 0.72264076166600677, "W12": -3.9095407612001174, "S12": -3.9095407612001174, "W13": -15.0, "S13": -15.0, "W21": -41.944797584360195, "S21": -42.696227953596555, "W22": -50.563379223607939, "S22": -50.563379223607939, "W31": -79.410245255426304, "S31": -79.410245255426304, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105170.0, 523791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -36.127345119696109, "S22": -36.127345119696109, "W31": -73.490486827305432, "S31": -73.490486827305432, "W32": -92.729915047724262, "S32": -97.729915047724262 }, "geometry": { "type": "Point", "coordinates": [ 105170.252873563222238, 530027.030651340959594 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42858477503731507, "S11": 0.42858477503731507, "W12": -10.371861723263128, "S12": -18.630483769474694, "W13": -20.995758940629308, "S13": -20.995758940629308, "W21": -32.244469747298567, "S21": -32.244469747298567, "W22": -37.832659408284023, "S22": -37.832659408284023, "W31": -56.368030736240179, "S31": -56.368030736240179, "W32": -97.532185983669919, "S32": -102.53218598366992 }, "geometry": { "type": "Point", "coordinates": [ 105170.8, 509201.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34647583308315821, "S11": -0.84113488436574391, "W12": -4.548640622385812, "S12": -4.548640622385812, "W13": -15.102689706987228, "S13": -16.463121302407703, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -38.428699375891632, "S22": -38.428699375891632, "W31": -50.0, "S31": -50.0, "W32": -98.596887603521481, "S32": -103.59688760352148 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 497287.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56855496879500722, "S11": 0.56855496879500722, "W12": -3.25750004, "S12": -3.25750004, "W13": -16.547, "S13": -17.014845659164035, "W21": -43.777408450840554, "S21": -43.777408450840554, "W22": -39.717420136500884, "S22": -39.717420136500884, "W31": -67.474229494769205, "S31": -77.474229494769205, "W32": -92.875003646653823, "S32": -97.875003646653823 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 497549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66192729619272961, "S11": 0.66192729619272961, "W12": -3.1113523026385228, "S12": -3.1113523026385228, "W13": -16.983300791556729, "S13": -16.983300791556729, "W21": -45.177917816097811, "S21": -47.586593300620635, "W22": -41.645784188546124, "S22": -53.776508972267536, "W31": -80.0, "S31": -80.0, "W32": -90.511719891228623, "S32": -95.511719891228623 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 497607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45545576208178462, "S11": -0.95545576208178462, "W12": -5.0019724828017509, "S12": -6.9892360875875479, "W13": -20.093238597915821, "S13": -23.512243993373598, "W21": -32.828889109133009, "S21": -33.369723145437568, "W22": -38.328386193560277, "S22": -50.588097241228759, "W31": -67.752699687696463, "S31": -73.444958810611283, "W32": -95.712895318943467, "S32": -100.71289531894347 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33157118035444139, "S11": -0.76638289263478443, "W12": -10.101966225511077, "S12": -10.101966225511077, "W13": -20.595241413592316, "S13": -20.595241413592316, "W21": -30.191818532768384, "S21": -30.191818532768384, "W22": -39.679591871204707, "S22": -42.492091871204707, "W31": -60.0, "S31": -61.092784753017817, "W32": -96.87832145171744, "S32": -101.87832145171744 }, "geometry": { "type": "Point", "coordinates": [ 105171.0, 507172.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7351283215633462, "S12": -12.025650482745275, "W13": -15.648207251792748, "S13": -19.12975603682132, "W21": -35.545735592175589, "S21": -36.198496150933025, "W22": -38.157153478280215, "S22": -42.129013029241626, "W31": -71.574581496441539, "S31": -75.660551731956645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 499405.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.092155712952286861, "S11": 0.092155712952286861, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -20.435565366808266, "S13": -20.435565366808266, "W21": -30.690496289768689, "S21": -31.139767529612588, "W22": -29.026044877327088, "S22": -35.992024236604664, "W31": -70.0, "S31": -70.0, "W32": -90.522504200742802, "S32": -95.522504200742802 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 508870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2223324920074037, "S11": 1.2223324920074037, "W12": -11.277050246836726, "S12": -13.311328617630611, "W13": -21.618490512845451, "S13": -21.618490512845451, "W21": -34.115301162261559, "S21": -34.115301162261559, "W22": -30.772698053566312, "S22": -32.429920745488502, "W31": -70.0, "S31": -70.0, "W32": -91.773063087168623, "S32": -96.773063087168623 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 509640.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.424021986593983, "S13": -14.424021986593983, "W21": -47.0, "S21": -47.0, "W22": -50.028138285072501, "S22": -50.028138285072501, "W31": -73.861365706270689, "S31": -74.89531652239728, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105172.0, 527339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2767194458466542, "S11": 1.2767194458466542, "W12": -11.310809896813563, "S12": -13.06660226332874, "W13": -21.6464059494051, "S13": -21.6464059494051, "W21": -34.197124213301507, "S21": -34.197124213301507, "W22": -40.0, "S22": -40.344923440431728, "W31": -73.180807375610797, "S31": -75.892178665547917, "W32": -89.023789637703544, "S32": -94.023789637703544 }, "geometry": { "type": "Point", "coordinates": [ 105172.25, 509659.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91804433947889685, "S11": 0.91804433947889685, "W12": -7.8433657377834551, "S12": -14.95831927106947, "W13": -28.660103910308997, "S13": -28.660103910308997, "W21": -36.709634947205771, "S21": -36.709634947205771, "W22": -43.970035862179252, "S22": -43.970035862179252, "W31": -72.956422308049085, "S31": -72.956422308049085, "W32": -98.130420650194253, "S32": -103.13042065019425 }, "geometry": { "type": "Point", "coordinates": [ 105172.75, 511149.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1409031556241382, "S12": -6.9252924245390304, "W13": -15.0, "S13": -15.0, "W21": -42.179220509767973, "S21": -42.179220509767973, "W22": -57.837150127226472, "S22": -59.534346882036907, "W31": -77.854845718323702, "S31": -77.854845718323702, "W32": -91.751712645806336, "S32": -96.751712645806336 }, "geometry": { "type": "Point", "coordinates": [ 105172.857142857144936, 524219.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30718350986800624, "S11": 0.30718350986800624, "W12": -6.2030966922537578, "S12": -10.729871918648653, "W13": -16.976830641951974, "S13": -20.047706646797351, "W21": -35.74925392198503, "S21": -36.039041453877807, "W22": -50.0, "S22": -58.746649762726463, "W31": -81.630596865989133, "S31": -81.630596865989133, "W32": -92.348081627753885, "S32": -97.348081627753885 }, "geometry": { "type": "Point", "coordinates": [ 105172.888888888890506, 499895.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4563829787233427, "S11": -1.4563829787233427, "W12": -12.733776855660059, "S12": -12.733776855660059, "W13": -16.918083402860024, "S13": -19.403628991596296, "W21": -40.758919274401066, "S21": -41.269398174353647, "W22": -50.0, "S22": -58.892124915833222, "W31": -81.592633743907896, "S31": -81.592633743907896, "W32": -92.320024222385555, "S32": -97.320024222385555 }, "geometry": { "type": "Point", "coordinates": [ 105173.0, 500361.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61175072616847115, "S11": 0.61175072616847115, "W12": -5.0, "S12": -10.0, "W13": -16.661496407129871, "S13": -20.06224758083879, "W21": -30.358819830246745, "S21": -30.733064554939212, "W22": -40.001584963677189, "S22": -51.216888976792873, "W31": -79.782926216974886, "S31": -79.782926216974886, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105173.0, 502974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2231153332471674, "S11": -2.8532928480400672, "W12": -4.9037351348098221, "S12": -4.9037351348098221, "W13": -20.0, "S13": -20.184254508988911, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -54.147846153846153, "W31": -67.950171084956523, "S31": -67.950171084956523, "W32": -89.328501877935182, "S32": -94.328501877935182 }, "geometry": { "type": "Point", "coordinates": [ 105173.0, 504504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84638757596218761, "S11": -1.339684806075824, "W12": -6.5150382051698914, "S12": -6.5150382051698914, "W13": -17.885853488776753, "S13": -20.982859810090314, "W21": -34.410066970025625, "S21": -34.771248117899525, "W22": -39.201604282309489, "S22": -41.741678265046851, "W31": -67.734559209205642, "S31": -75.818422939100842, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105173.0, 506601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44786767498878016, "S11": 0.44786767498878016, "W12": -3.3909103130305245, "S12": -3.3909103130305245, "W13": -16.180682623445147, "S13": -16.180682623445147, "W21": -42.570345665380977, "S21": -42.570345665380977, "W22": -39.562557609302324, "S22": -39.562557609302324, "W31": -50.428769017980635, "S31": -50.428769017980635, "W32": -100.16160468387183, "S32": -105.16160468387183 }, "geometry": { "type": "Point", "coordinates": [ 105173.142857142855064, 497499.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67211401796173398, "S11": 0.67211401796173398, "W12": -4.4882549056962331, "S12": -14.462256901084157, "W13": -15.975644699140394, "S13": -19.642866867299219, "W21": -33.417576160918685, "S21": -33.605739479810644, "W22": -38.473422480878739, "S22": -38.473422480878739, "W31": -66.67493796526054, "S31": -67.006960143616325, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105174.0, 499661.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9329192546583851, "S12": -11.256464303711738, "W13": -16.587381308305957, "S13": -19.882190525352538, "W21": -34.748190705916265, "S21": -35.006390258852662, "W22": -50.0, "S22": -58.642706597355961, "W31": -81.658799965549605, "S31": -81.658799965549605, "W32": -92.353725493544786, "S32": -97.353725493544786 }, "geometry": { "type": "Point", "coordinates": [ 105174.0, 499835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36261786169350169, "S11": -0.70420850563941562, "W12": -10.072677888510013, "S12": -10.072677888510013, "W13": -20.750581873423364, "S13": -20.750581873423364, "W21": -30.358174302347411, "S21": -30.358174302347411, "W22": -48.504404329707519, "S22": -48.505200524230219, "W31": -78.863485496861372, "S31": -78.863485496861372, "W32": -94.534763995228133, "S32": -99.534763995228133 }, "geometry": { "type": "Point", "coordinates": [ 105174.0, 507214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7840535486905349, "S11": 0.7840535486905349, "W12": -10.000000000000002, "S12": -15.417629786968202, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.365781725186281, "S21": -36.365781725186281, "W22": -46.295306819648694, "S22": -48.898936640156961, "W31": -76.295649561672477, "S31": -76.308614320806001, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105174.0, 510917.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1084912128501262, "S11": -0.22734470931674367, "W12": -10.0, "S12": -10.0, "W13": -18.891127076811866, "S13": -20.444239495896312, "W21": -37.93318628960543, "S21": -37.93318628960543, "W22": -47.546130811747638, "S22": -47.546542911687602, "W31": -78.966147332074712, "S31": -78.966147332074712, "W32": -94.714285714285722, "S32": -99.714285714285722 }, "geometry": { "type": "Point", "coordinates": [ 105174.0, 514015.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.42692622471647379, "W12": -0.42692622471647379, "S12": -0.42692622471647379, "W13": -15.000000000000002, "S13": -16.463250133322184, "W21": -41.074974597072526, "S21": -43.0954982249987, "W22": -39.789735268205817, "S22": -41.570116142298161, "W31": -67.662318662913336, "S31": -77.372719321375541, "W32": -94.371827411167516, "S32": -99.371827411167516 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.750644621592363, "S11": -1.750644621592363, "W12": -8.3728476660395028, "S12": -16.682994724863029, "W13": -25.379188643758756, "S13": -25.379188643758756, "W21": -36.775958963897253, "S21": -36.775958963897253, "W22": -38.507031068242767, "S22": -48.77911342830852, "W31": -67.775729959667061, "S31": -73.889619114772117, "W32": -95.612771963251035, "S32": -100.61277196325103 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 505686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51500857067510553, "S11": -2.3752511795077473, "W12": -5.0, "S12": -7.2003153061985365, "W13": -20.858990374017196, "S13": -20.858990374017196, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -41.793698363844761, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80383091149273445, "S11": -1.4215853242188186, "W12": -5.0, "S12": -6.0847163257429564, "W13": -19.637637028014616, "S13": -23.327084516408107, "W21": -33.413130142556447, "S21": -33.90163421978955, "W22": -39.943696123607552, "S22": -39.943696123607552, "W31": -59.653082734721366, "S31": -60.282247704955857, "W32": -96.914984242662996, "S32": -101.914984242663 }, "geometry": { "type": "Point", "coordinates": [ 105175.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.093393639272813439, "S11": 0.093393639272813439, "W12": -5.0, "S12": -14.955764653788641, "W13": -19.693017223396211, "S13": -20.389133329802142, "W21": -29.957206736962522, "S21": -29.957206736962522, "W22": -57.916800765050439, "S22": -60.216166725254936, "W31": -77.576463756069302, "S31": -78.529232126216925, "W32": -92.26903290947115, "S32": -97.26903290947115 }, "geometry": { "type": "Point", "coordinates": [ 105175.142857142855064, 503976.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74800422054181503, "S11": -1.7480042205418149, "W12": -9.2802605918133256, "S12": -15.681201768283973, "W13": -25.284990201730331, "S13": -26.034645826525441, "W21": -35.928677213389697, "S21": -35.974057013231366, "W22": -38.963630219253737, "S22": -42.481608774872612, "W31": -78.512921220400727, "S31": -78.512921220400727, "W32": -92.607492259472465, "S32": -97.607492259472465 }, "geometry": { "type": "Point", "coordinates": [ 105175.6, 505622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4741135229121096, "S11": 1.4741135229121096, "W12": -11.438078636679503, "S12": -12.225761802473817, "W13": -21.744234912846522, "S13": -21.744234912846522, "W21": -34.453969531447186, "S21": -34.453969531447186, "W22": -39.723608128080059, "S22": -44.723608128080059, "W31": -67.508326081578588, "S31": -77.508326081578588, "W32": -93.015199253165306, "S32": -98.015199253165306 }, "geometry": { "type": "Point", "coordinates": [ 105176.0, 509730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3819262603461249, "S11": -1.3819262603461249, "W12": -5.0, "S12": -13.242961418143899, "W13": -20.0, "S13": -20.545441751808383, "W21": -30.0, "S21": -30.0, "W22": -48.955346750918835, "S22": -57.197543893120766, "W31": -81.778410724305417, "S31": -81.778410724305417, "W32": -92.356065917724763, "S32": -97.356065917724763 }, "geometry": { "type": "Point", "coordinates": [ 105177.0, 504275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64447362138935316, "S11": -1.6444736213893532, "W12": -7.815446778248428, "S12": -13.816053768755772, "W13": -21.319359927879198, "S13": -24.314762021203933, "W21": -33.01601624182269, "S21": -33.01601624182269, "W22": -40.0, "S22": -51.064955752212384, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105177.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3958904109589042, "W12": 0.0, "S12": 0.0, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -41.682365538633526, "W22": -37.984085207100591, "S22": -37.984085207100591, "W31": -56.06138313080772, "S31": -56.06138313080772, "W32": -97.690858660985143, "S32": -102.69085866098514 }, "geometry": { "type": "Point", "coordinates": [ 105178.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8460793354615213, "S12": -5.8460793354615213, "W13": -20.0, "S13": -29.746249872444643, "W21": -40.0, "S21": -41.879297745923168, "W22": -44.957813618088316, "S22": -44.957813618088316, "W31": -72.777349139601498, "S31": -72.777349139601498, "W32": -98.67285972995424, "S32": -103.67285972995424 }, "geometry": { "type": "Point", "coordinates": [ 105179.0, 520527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70046211834628558, "S11": -0.70046211834628558, "W12": -11.927299547971113, "S12": -12.360947778352267, "W13": -19.580631353252674, "S13": -19.580631353252674, "W21": -32.494466985993618, "S21": -32.494466985993618, "W22": -39.871934413615236, "S22": -41.530304662203307, "W31": -67.64689987601993, "S31": -77.64689987601993, "W32": -94.154365287745421, "S32": -99.154365287745421 }, "geometry": { "type": "Point", "coordinates": [ 105179.333333333328483, 507891.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.3793799746437996, "S12": -3.3793799746437996, "W13": -16.317369393139842, "S13": -16.317369393139842, "W21": -42.909272847682118, "S21": -42.909272847682118, "W22": -55.698124049753986, "S22": -57.742133188594053, "W31": -78.065905467630344, "S31": -78.065905467630344, "W32": -93.494467553288857, "S32": -98.494467553288857 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 497513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3350122786609797, "S11": -3.3350122786609795, "W12": -4.8911830765527204, "S12": -6.5939247792944231, "W13": -20.0, "S13": -20.002616012905662, "W21": -30.0, "S21": -30.0, "W22": -40.612555958151681, "S22": -50.399874055415616, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67582557491842421, "S11": -1.6758255749184241, "W12": -8.2869434768626995, "S12": -14.256371771436514, "W13": -22.464578168431707, "S13": -25.059542832742842, "W21": -33.683049068743067, "S21": -33.683049068743067, "W22": -40.0, "S22": -47.391442659456018, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 505452.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74252037893809208, "S11": -1.7425203789380921, "W12": -8.6029014446349485, "S12": -16.54481320934083, "W13": -25.41116727736863, "S13": -25.654197779172499, "W21": -36.591571121725394, "S21": -36.591571121725394, "W22": -40.0, "S22": -46.984650866868137, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 505672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.6500001, "S11": -0.3499999, "W12": -6.35, "S12": -24.35, "W13": -25.35, "S13": -31.85, "W21": -38.349998, "S21": -38.349998, "W22": -41.6063610440956, "S22": -41.6063610440956, "W31": -71.610835102008508, "S31": -71.610835102008508, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73075520776648306, "S11": 0.73075520776648306, "W12": -5.0, "S12": -18.60754303680033, "W13": -24.428496231526431, "S13": -24.428496231526431, "W21": -36.185584079124474, "S21": -36.185584079124474, "W22": -57.665394402035624, "S22": -59.36943611016607, "W31": -77.779193306145174, "S31": -78.170562611532318, "W32": -91.743375069431579, "S32": -96.743375069431579 }, "geometry": { "type": "Point", "coordinates": [ 105180.5, 511381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.8578219000238612, "S12": -2.8578219000238612, "W13": -17.33678866936846, "S13": -17.33678866936846, "W21": -45.909754078371407, "S21": -51.796247717574126, "W22": -35.995008569076923, "S22": -36.33787174698233, "W31": -66.576766158301069, "S31": -66.576766158301069, "W32": -89.35959013470567, "S32": -94.35959013470567 }, "geometry": { "type": "Point", "coordinates": [ 105180.75, 497693.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55805728916626651, "S11": 0.55805728916626651, "W12": -3.2971702237467024, "S12": -3.2971702237467024, "W13": -16.577707124010555, "S13": -16.706601679948086, "W21": -43.730388437595522, "S21": -43.776820079899963, "W22": -40.0, "S22": -42.733947288083854, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105181.0, 497547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38051982795875955, "S11": -2.8632675579232285, "W12": -5.0, "S12": -5.3724384034428025, "W13": -15.0, "S13": -15.0, "W21": -38.47074876341037, "S21": -38.47074876341037, "W22": -38.481102269798001, "S22": -42.15595789975437, "W31": -71.689459329671493, "S31": -75.714282332127809, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105181.0, 506294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013295338494481945, "S11": 0.013295338494481945, "W12": -10.0, "S12": -11.752145228752534, "W13": -19.668813600296794, "S13": -19.668813600296794, "W21": -29.938113364735706, "S21": -30.211612954563435, "W22": -57.269498035210795, "S22": -59.743096981763856, "W31": -77.698583092386187, "S31": -79.011000283847707, "W32": -92.615660534344087, "S32": -97.615660534344087 }, "geometry": { "type": "Point", "coordinates": [ 105181.0, 508674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36695836067167409, "S11": -0.36695836067167409, "W12": -10.016690418232429, "S12": -10.016690418232429, "W13": -20.037958183129192, "S13": -26.907149231675753, "W21": -38.412099449397786, "S21": -38.412099449397786, "W22": -36.303814199395774, "S22": -40.97828162219303, "W31": -71.736404855838742, "S31": -73.295200371002082, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105181.333333333328483, 514835.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0852653009288118, "W12": -4.9769866911871006, "S12": -6.4287775128710045, "W13": -20.0, "S13": -22.294331121801676, "W21": -30.0, "S21": -30.0, "W22": -57.62086513994911, "S22": -59.327247125804583, "W31": -77.759126039318588, "S31": -78.253886129393067, "W32": -91.741517774486212, "S32": -96.741517774486212 }, "geometry": { "type": "Point", "coordinates": [ 105181.4, 505013.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11249911143750282, "S11": -2.3203877091891179, "W12": -2.9334952644550478, "S12": -2.9334952644550478, "W13": -14.977725801726431, "S13": -16.508089254528173, "W21": -42.806231142920403, "S21": -45.399051691571216, "W22": -38.322215952662837, "S22": -38.322215952662837, "W31": -54.411058300044978, "S31": -54.411058300044978, "W32": -97.995966196597692, "S32": -102.99596619659769 }, "geometry": { "type": "Point", "coordinates": [ 105181.6, 498394.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4167965742879141, "S11": -1.4167965742879141, "W12": -13.292376507491383, "S12": -13.292376507491383, "W13": -16.275785410170929, "S13": -19.275785410170929, "W21": -41.079150611991288, "S21": -41.079150611991288, "W22": -50.0, "S22": -50.0, "W31": -73.801582465177589, "S31": -74.855431397793652, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105181.666666666671517, 501302.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -1.846574819577961, "S11": -1.846574819577961, "W12": -13.371301137301979, "S12": -14.035137683399865, "W13": -16.702363740419042, "S13": -19.169209306754375, "W21": -45.614538632099524, "S21": -45.614538632099524, "W22": -33.980233926330371, "S22": -33.980233926330371, "W31": -70.0, "S31": -70.0, "W32": -92.548876041088477, "S32": -97.548876041088477 }, "geometry": { "type": "Point", "coordinates": [ 105181.8, 500851.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52218610321007719, "S11": -0.52218610321007719, "W12": -11.182988846165015, "S12": -11.182988846165015, "W13": -16.122069515560447, "S13": -19.122069515560447, "W21": -37.352456313880644, "S21": -37.495897861479811, "W22": -47.755930057529341, "S22": -55.932794834284849, "W31": -81.808397552119573, "S31": -81.808397552119573, "W32": -92.337864888284557, "S32": -97.337864888284557 }, "geometry": { "type": "Point", "coordinates": [ 105182.0, 501491.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90437714721974816, "W12": -5.0000000000000009, "S12": -5.3628728348225323, "W13": -20.0, "S13": -22.27596214844576, "W21": -30.0, "S21": -30.0, "W22": -57.538722257990514, "S22": -59.894354666975801, "W31": -77.605186605368218, "S31": -78.809799347659862, "W32": -92.404521971994996, "S32": -97.404521971994996 }, "geometry": { "type": "Point", "coordinates": [ 105182.0, 505027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23257992565055755, "S11": -0.26742007434944248, "W12": -5.0, "S12": -8.0, "W13": -20.237596427121396, "S13": -23.143528725188652, "W21": -32.22059808807672, "S21": -32.756242819747825, "W22": -39.357089225031274, "S22": -39.357089225031274, "W31": -73.041894835614613, "S31": -76.551882886164407, "W32": -89.068780061808141, "S32": -94.068780061808141 }, "geometry": { "type": "Point", "coordinates": [ 105182.0, 506772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91647656777170705, "S11": 0.91647656777170705, "W12": -7.8333849009900991, "S12": -15.139388433450771, "W13": -28.512669765746057, "S13": -28.512669765746057, "W21": -36.688976092368442, "S21": -36.688976092368442, "W22": -38.521427939096533, "S22": -38.521427939096533, "W31": -67.023559029472096, "S31": -76.24442276358576, "W32": -89.755419146788356, "S32": -94.755419146788356 }, "geometry": { "type": "Point", "coordinates": [ 105182.75, 511153.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -5.4075972770821075, "S12": -8.104663458569485, "W13": -20.225575008155591, "S13": -22.446279537271337, "W21": -31.545456840368097, "S21": -31.766940618369055, "W22": -39.905474088124507, "S22": -41.520104007623615, "W31": -60.0, "S31": -60.983833918373186, "W32": -96.977051788134091, "S32": -101.97705178813409 }, "geometry": { "type": "Point", "coordinates": [ 105183.0, 506824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.799797619047619, "S11": 1.799797619047619, "W12": -12.390965379935414, "S12": -13.222780658271784, "W13": -22.705473574903021, "S13": -22.705473574903021, "W21": -34.401687269560419, "S21": -34.401687269560419, "W22": -46.136318407960196, "S22": -46.136318407960196, "W31": -74.01621819987335, "S31": -77.75913380999836, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105183.5, 509909.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.6197284638036074, "S12": -5.6197284638036074, "W13": -15.0, "S13": -15.0, "W21": -43.887317088421419, "S21": -43.887317088421419, "W22": -40.0, "S22": -43.96835249821919, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105183.5, 524898.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1715160306947818, "S11": 1.1715160306947818, "W12": -10.041339923118613, "S12": -11.619147886443745, "W13": -16.700518477965218, "S13": -19.17969667695116, "W21": -36.489586333854994, "S21": -46.018489240959951, "W22": -47.073913838279211, "S22": -47.073913838279211, "W31": -73.937412804650847, "S31": -77.907162348669715, "W32": -89.904904631535345, "S32": -94.904904631535345 }, "geometry": { "type": "Point", "coordinates": [ 105183.666666666671517, 502136.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7085997187549835, "W12": -1.7085997187549835, "S12": -1.7085997187549835, "W13": -14.974998373772198, "S13": -15.997966571652057, "W21": -42.153350234457506, "S21": -44.548479224102259, "W22": -29.594567131056589, "S22": -32.183955101531424, "W31": -70.0, "S31": -70.0, "W32": -90.702736213320705, "S32": -95.702736213320705 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 498495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8477196702808085, "S11": -1.8477196702808085, "W12": -13.402264806899389, "S12": -14.037742389745393, "W13": -16.706439039345938, "S13": -19.174517244058272, "W21": -45.586201603274773, "S21": -45.586201603274773, "W22": -50.0, "S22": -67.341867469879517, "W31": -80.358630344767391, "S31": -80.358630344767391, "W32": -91.05452703559439, "S32": -96.05452703559439 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 500859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07809375, "S11": -0.19746875, "W12": -4.92675, "S12": -17.943903719149098, "W13": -20.0, "S13": -22.45805348531346, "W21": -30.0, "S21": -30.0, "W22": -41.085426335323106, "S22": -54.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -90.104950895565992, "S32": -95.104950895565992 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 504835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1106392015289872, "S12": -8.6785610412247856, "W13": -20.0, "S13": -22.143601977162191, "W21": -30.0, "S21": -30.0, "W22": -40.323411135883475, "S22": -50.517947103274558, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 505142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3960899718066388, "S11": -2.9466995721410481, "W12": -5.0, "S12": -5.4672134814704352, "W13": -15.0, "S13": -15.0, "W21": -38.630833410926222, "S21": -38.630833410926222, "W22": -38.198852422966148, "S22": -38.198852422966148, "W31": -66.930401711240165, "S31": -75.325179863708385, "W32": -89.632793068506345, "S32": -94.632793068506345 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 506283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08, "S11": 0.08, "W12": -10.0, "S12": -10.0, "W13": -20.59, "S13": -20.59, "W21": -30.879999, "S21": -31.369999, "W22": -39.734436560591519, "S22": -39.734436560591519, "W31": -67.549545655812224, "S31": -77.549545655812224, "W32": -93.20015753544547, "S32": -98.20015753544547 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4317359833620718, "S11": 1.4317359833620718, "W12": -10.0, "S12": -19.618168365218608, "W13": -29.100058073542222, "S13": -29.100058073542222, "W21": -35.209491930006905, "S21": -35.209491930006905, "W22": -38.280426129865994, "S22": -38.280426129865994, "W31": -62.302116086971239, "S31": -62.551978740739322, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 510563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0295003276830152, "S11": -1.3170872824710473, "W12": -8.9768151557781852, "S12": -8.9768151557781852, "W13": -15.0, "S13": -23.380965699610975, "W21": -38.768693596052977, "S21": -39.204763738893533, "W22": -57.804223719792255, "S22": -59.978800754571317, "W31": -77.510618619168724, "S31": -78.3043551420798, "W32": -92.083926674967998, "S32": -97.083926674967998 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 516139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55361314953249519, "S11": 0.55361314953249519, "W12": -3.3130475320090533, "S12": -3.3130475320090533, "W13": -16.587831888428205, "S13": -16.587831888428205, "W21": -43.706732898042361, "S21": -43.768474252131185, "W22": -54.806984176130406, "S22": -55.215366245546505, "W31": -78.79587474858441, "S31": -78.79587474858441, "W32": -90.140273569121021, "S32": -95.140273569121021 }, "geometry": { "type": "Point", "coordinates": [ 105184.857142857144936, 497546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48778977172181914, "S11": 0.48778977172181914, "W12": -4.8758328627893848, "S12": -11.618108289103024, "W13": -16.584826965691644, "S13": -19.890005360141593, "W21": -34.625622861586031, "S21": -34.853557563204944, "W22": -28.995485266921463, "S22": -35.893053531810736, "W31": -70.0, "S31": -70.0, "W32": -90.372176511802394, "S32": -95.372176511802394 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 499829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.145193929173693, "S11": -0.145193929173693, "W12": -10.73784767729722, "S12": -10.73784767729722, "W13": -16.071327622784771, "S13": -19.071327622784771, "W21": -36.120552708089797, "S21": -36.653458273054135, "W22": -42.602979548646459, "S22": -55.999344262295082, "W31": -80.001918349254112, "S31": -80.001918349254112, "W32": -90.744981044134505, "S32": -95.744981044134505 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0, "S11": 1.0, "W12": -8.8217960426179616, "S12": -9.721373118399077, "W13": -17.061739147159862, "S13": -17.861252285857958, "W21": -29.303773776908859, "S21": -29.648783537389757, "W22": -40.336532996277462, "S22": -50.895780856423173, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 503432.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40286872594818185, "S11": -2.982780943500027, "W12": -5.0, "S12": -5.5167378591135208, "W13": -15.181963836118106, "S13": -15.181963836118106, "W21": -38.701644128885739, "S21": -38.701644128885739, "W22": -55.263554847900778, "S22": -56.386406166002708, "W31": -78.070745389223703, "S31": -78.070745389223703, "W32": -93.601676460748976, "S32": -98.601676460748976 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 506278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55524382097528391, "S11": -0.55524382097528391, "W12": -10.074155221973811, "S12": -10.074155221973811, "W13": -18.446671218263283, "S13": -25.964564652919108, "W21": -36.870693730648945, "S21": -36.870693730648945, "W22": -55.37560905532078, "S22": -56.892777420874381, "W31": -78.040614148025895, "S31": -78.040614148025895, "W32": -93.53464327869267, "S32": -98.53464327869267 }, "geometry": { "type": "Point", "coordinates": [ 105185.0, 515412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.612916631655086, "S11": 1.612916631655086, "W12": -3.7671692294036747, "S12": -3.7671692294036747, "W13": -15.0, "S13": -15.0, "W21": -44.042716481596521, "S21": -45.406368969250885, "W22": -37.04071075364314, "S22": -41.354342215782907, "W31": -71.506028614611481, "S31": -75.713657569964752, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105185.142857142855064, 523308.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17056105322820481, "S11": -0.17056105322820481, "W12": -10.525705954573375, "S12": -15.193412638817227, "W13": -18.436337706572484, "S13": -18.436337706572484, "W21": -29.282355724015833, "S21": -29.370436664677555, "W22": -33.946645063950783, "S22": -33.946645063950783, "W31": -70.0, "S31": -70.0, "W32": -92.515060354815262, "S32": -97.515060354815262 }, "geometry": { "type": "Point", "coordinates": [ 105185.428571428565192, 508461.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2665448814169919, "S11": 0.2665448814169919, "W12": -4.1421448887401704, "S12": -4.1421448887401704, "W13": -15.252126220886552, "S13": -15.252126220886552, "W21": -40.243932580906147, "S21": -40.243932580906147, "W22": -40.0, "S22": -48.868299665977418, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105186.0, 497347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38753904894133895, "S11": 0.38753904894133895, "W12": -5.0, "S12": -10.889704112870279, "W13": -16.782163083998125, "S13": -19.975138802531326, "W21": -35.116373273075958, "S21": -35.356040007479535, "W22": -39.298338253901306, "S22": -54.298338253901306, "W31": -69.309153356352724, "S31": -69.309153356352724, "W32": -89.587255292179918, "S32": -94.587255292179918 }, "geometry": { "type": "Point", "coordinates": [ 105186.0, 499859.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49904858900205806, "S11": 0.49904858900205806, "W12": -6.4442926940123169, "S12": -7.861987852190385, "W13": -19.180398876694671, "S13": -19.180398876694671, "W21": -29.431384746845374, "S21": -29.431384746845374, "W22": -38.21385467455621, "S22": -38.21385467455621, "W31": -55.273802902361332, "S31": -55.273802902361332, "W32": -97.917735743655371, "S32": -102.91773574365537 }, "geometry": { "type": "Point", "coordinates": [ 105186.0, 503646.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15908082678525295, "S11": 0.15770334565192709, "W12": -11.760845754774566, "S12": -13.933169383275644, "W13": -19.410354360838859, "S13": -25.093405430627946, "W21": -33.826505882606384, "S21": -33.826505882606384, "W22": -47.65580230197056, "S22": -52.003523112349292, "W31": -76.255730766474272, "S31": -78.363977638939403, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105186.0, 513137.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0851063829787237, "S11": -1.0851063829787237, "W12": -12.329406784532813, "S12": -12.329406784532813, "W13": -16.668923152974692, "S13": -19.31060969019887, "W21": -39.679392410692074, "S21": -40.121877000545084, "W22": -50.0, "S22": -62.128549416684919, "W31": -80.999207547013086, "S31": -80.999207547013086, "W32": -91.723221388448749, "S32": -96.723221388448749 }, "geometry": { "type": "Point", "coordinates": [ 105187.0, 500292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42131806010116041, "S11": -1.5488595705457238, "W12": -10.0, "S12": -12.196087748475488, "W13": -15.391511159897547, "S13": -15.937709427462513, "W21": -35.937978961676237, "S21": -36.177556241646244, "W22": -40.30346746824398, "S22": -40.30346746824398, "W31": -50.0, "S31": -50.0, "W32": -100.20511819139799, "S32": -105.20511819139799 }, "geometry": { "type": "Point", "coordinates": [ 105187.0, 506490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80127496857696212, "S11": -0.80127496857696212, "W12": -11.756590225007399, "S12": -15.578286604734828, "W13": -17.523212334131024, "S13": -19.218316365474461, "W21": -29.62705371492078, "S21": -29.62705371492078, "W22": -50.265796781867387, "S22": -51.120450884838476, "W31": -75.533455307041223, "S31": -75.533455307041223, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105187.0, 508139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1910102641763418, "S11": 1.1910102641763418, "W12": -11.282860591539508, "S12": -13.704676756962902, "W13": -21.583829483929737, "S13": -21.583829483929737, "W21": -33.854407504596274, "S21": -33.854407504596274, "W22": -34.650002, "S22": -40.150002, "W31": -72.057252139675938, "S31": -76.041712782867506, "W32": -89.918070573283558, "S32": -94.918070573283558 }, "geometry": { "type": "Point", "coordinates": [ 105187.0, 509621.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64626556016597503, "S11": 0.64626556016597503, "W12": -5.0, "S12": -10.202404155007024, "W13": -23.869984725050916, "S13": -25.311293556052284, "W21": -35.704108443717921, "S21": -35.704108443717921, "W22": -40.641325926653124, "S22": -53.502833753148614, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105187.0, 511579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79602803738317762, "S11": -0.79602803738317762, "W12": -11.792565890170605, "S12": -11.792565890170605, "W13": -16.2014965066756, "S13": -19.2014965066756, "W21": -38.373959750340084, "S21": -38.373959750340084, "W22": -40.0, "S22": -50.064546599496225, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105187.25, 501439.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31032159264930237, "S11": -0.81032159264930237, "W12": -7.6836828757829512, "S12": -9.0587983101240077, "W13": -20.200008826822348, "S13": -20.200008826822348, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.625465737890821, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105187.333333333328483, 506999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79344419438123726, "S11": -0.79344419438123726, "W12": -11.878011965854121, "S12": -13.948240737043115, "W13": -18.733525258723873, "S13": -18.733525258723873, "W21": -31.330093800067381, "S21": -31.330093800067381, "W22": -39.361933420003673, "S22": -43.895504876975465, "W31": -79.37808560974257, "S31": -79.37808560974257, "W32": -92.441675249079253, "S32": -97.441675249079253 }, "geometry": { "type": "Point", "coordinates": [ 105187.8, 507992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32394729220967278, "S11": 0.32394729220967278, "W12": -3.5003166372031664, "S12": -3.5003166372031664, "W13": -16.075641160949868, "S13": -16.075641160949868, "W21": -42.016863190015286, "S21": -42.016863190015286, "W22": -40.0, "S22": -52.532356693197258, "W31": -78.740994880299411, "S31": -78.740994880299411, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 497476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41299149972659993, "W12": -4.8433678342702349, "S12": -14.843367834270236, "W13": -15.677610342389659, "S13": -19.206414311889912, "W21": -34.944902807920315, "S21": -35.482043083854329, "W22": -57.525722334460689, "S22": -59.79181046252684, "W31": -77.520348950725051, "S31": -78.711108192932102, "W32": -92.291916088226785, "S32": -97.291916088226785 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 499454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6411584457999133, "S12": -8.6411584457999133, "W13": -18.037078679360324, "S13": -18.368174792927931, "W21": -29.271649252485091, "S21": -29.331954117801381, "W22": -43.110620070080863, "S22": -45.466053600011037, "W31": -77.755663753626976, "S31": -80.344391741111437, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 503539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37084623478130169, "S11": -2.3019764918584711, "W12": -10.0, "S12": -10.034317995829044, "W13": -15.0, "S13": -15.0, "W21": -36.990305423935922, "S21": -37.108891202046962, "W22": -46.242494207147423, "S22": -51.242494207147423, "W31": -73.682363115460049, "S31": -74.611078616235702, "W32": -89.133744967270843, "S32": -94.133744967270843 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 506410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96058554555977693, "S11": 0.96058554555977693, "W12": -10.0, "S12": -16.701419232256551, "W13": -30.0, "S13": -30.0, "W21": -35.91128823900825, "S21": -35.91128823900825, "W22": -40.130221155779566, "S22": -40.130221155779566, "W31": -59.999999999999993, "S31": -60.640442576229404, "W32": -97.004168385082195, "S32": -102.0041683850822 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 510784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35821114617825012, "S11": -0.35821114617825012, "W12": -10.0, "S12": -10.0, "W13": -20.076164073488645, "S13": -26.798986784187015, "W21": -38.53027776174757, "S21": -38.53027776174757, "W22": -43.431844153881919, "S22": -43.431844153881919, "W31": -73.016489166431825, "S31": -73.016489166431825, "W32": -98.020346302478032, "S32": -103.02034630247803 }, "geometry": { "type": "Point", "coordinates": [ 105188.0, 514809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56448606026471415, "S11": -0.56448606026471415, "W12": -10.993286561264823, "S12": -17.625494509204206, "W13": -17.625494509204206, "S13": -17.625494509204206, "W21": -28.840884578054446, "S21": -28.840884578054446, "W22": -49.358718753997628, "S22": -53.244329323176082, "W31": -76.242987486951364, "S31": -81.242987486951364, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.5, 508315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9524897969827868, "S12": -5.3354514607261896, "W13": -15.0, "S13": -15.0, "W21": -42.000825363820354, "S21": -42.152896247361042, "W22": -42.033636519649903, "S22": -44.195644851035581, "W31": -73.567881146546014, "S31": -76.599113587168475, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.8, 524109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.314716312056841, "S11": -1.314716312056841, "W12": -12.62499107206639, "S12": -12.62499107206639, "W13": -16.71862030940073, "S13": -19.196636533868602, "W21": -39.986112987748839, "S21": -40.444495430341831, "W22": -40.0, "S22": -45.129596630487612, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105188.833333333328483, 500335.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70400949043338201, "S11": 0.70400949043338201, "W12": -5.0, "S12": -18.659514483042983, "W13": -23.978736957862832, "S13": -23.978736957862832, "W21": -36.093851319178611, "S21": -36.093851319178611, "W22": -35.934003826202279, "S22": -51.4442067472311, "W31": -65.133116742090635, "S31": -71.095007641558041, "W32": -97.910674648540095, "S32": -102.91067464854009 }, "geometry": { "type": "Point", "coordinates": [ 105189.0, 511416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -43.227029687858369, "S22": -43.227029687858369, "W31": -79.348788343939404, "S31": -79.348788343939404, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105189.352631578949513, 530016.88421052636113 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.194960832456448, "W12": -1.194960832456448, "S12": -1.194960832456448, "W13": -14.998094711507187, "S13": -15.270950315744219, "W21": -41.191224613535688, "S21": -43.304157375134359, "W22": -50.916760907871556, "S22": -50.916760907871556, "W31": -75.501479108956431, "S31": -75.501479108956431, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 498637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47913797851831463, "W12": -4.8233201581027672, "S12": -11.938826389809197, "W13": -16.543093832838, "S13": -19.87622069111352, "W21": -34.46684290432021, "S21": -34.678046589208108, "W22": -39.46401292383387, "S22": -44.257289354895093, "W31": -79.59937470047241, "S31": -79.59937470047241, "W32": -92.398526231714683, "S32": -97.398526231714683 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4840425531914896, "S11": -1.4840425531914896, "W12": -12.842166326098658, "S12": -12.842166326098658, "W13": -16.918463655419046, "S13": -19.276966361599737, "W21": -40.506110593522223, "S21": -40.976678906195801, "W22": -38.904082649619973, "S22": -53.904082649619973, "W31": -73.35755049554426, "S31": -73.35755049554426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 500367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61049257178311667, "S11": -0.86049257178311667, "W12": -5.0, "S12": -14.863138686131387, "W13": -19.846486585237866, "S13": -20.844643796881119, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -41.070011577635086, "S22": -42.323494104578124, "W31": -61.689514578100464, "S31": -66.470904464197176, "W32": -97.515719502833278, "S32": -102.51571950283328 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 504094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76604490949858639, "S11": -0.95248898295434603, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.173594009983361, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -46.536125060746201, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 504653.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37283030211934465, "S11": -2.4327267281196701, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -15.0, "W21": -37.315143132124319, "S21": -37.403668298494175, "W22": -40.0, "S22": -42.697526533872221, "W31": -72.183645051183262, "S31": -74.821398889717187, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.0, 506386.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28854617897102086, "S11": 0.28854617897102086, "W12": -10.357852640944495, "S12": -10.357852640944495, "W13": -16.017587572378812, "S13": -18.773927783128833, "W21": -36.620538096441713, "S21": -37.663074413022109, "W22": -40.0, "S22": -49.386845942005507, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.25, 501621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5443262411346488, "S11": -1.5443262411346488, "W12": -12.92057535959964, "S12": -12.92057535959964, "W13": -16.989129704918376, "S13": -19.303475616630056, "W21": -40.692899289380463, "S21": -41.167179584713367, "W22": -39.999999999999993, "S22": -46.758869269398993, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105190.666666666671517, 500378.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21021287431102872, "S11": -0.21021287431102872, "W12": -10.0, "S12": -10.0, "W13": -19.139194203691595, "S13": -23.008349900847573, "W21": -39.327846295949605, "S21": -39.327846295949605, "W22": -40.817216609510531, "S22": -40.817216609510531, "W31": -70.0, "S31": -70.0, "W32": -96.519449660743732, "S32": -101.51944966074373 }, "geometry": { "type": "Point", "coordinates": [ 105190.818181818176527, 514340.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1150990128759894, "S12": -3.1150990128759894, "W13": -17.270387862796834, "S13": -17.270387862796834, "W21": -44.447012769011799, "S21": -47.700709838911678, "W22": -47.360021575247757, "S22": -47.360636381510169, "W31": -78.831531787466744, "S31": -78.831531787466744, "W32": -94.623339667737639, "S32": -99.623339667737639 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 497633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70271933042115453, "S11": 0.70271933042115453, "W12": -10.0, "S12": -10.0, "W13": -16.274451326512917, "S13": -18.707763998079376, "W21": -36.073596415542738, "S21": -46.073596415542738, "W22": -57.264631043256998, "S22": -58.992789815979783, "W31": -77.596138040892185, "S31": -78.928417618234988, "W32": -91.754090513584885, "S32": -96.754090513584885 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 501814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67660311308370324, "S11": 0.67660311308370324, "W12": -5.8065616503915196, "S12": -11.759431591257636, "W13": -16.73738197046956, "S13": -21.73738197046956, "W21": -33.020551593592657, "S21": -33.174767191770698, "W22": -40.162014852746012, "S22": -40.162014852746019, "W31": -60.0, "S31": -60.718820493634254, "W32": -97.046426677664527, "S32": -102.04642667766453 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 502578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40800540194754426, "S11": 0.40800540194754426, "W12": -10.292107314240303, "S12": -18.996858953510937, "W13": -20.969794031007417, "S13": -20.969794031007417, "W21": -31.955771744917854, "S21": -31.983709809263583, "W22": -57.260390161153396, "S22": -58.729570153202452, "W31": -77.802115316239181, "S31": -79.841438590132483, "W32": -91.588687280133286, "S32": -96.588687280133286 }, "geometry": { "type": "Point", "coordinates": [ 105191.0, 509190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50266403829904771, "S11": -0.50266403829904771, "W12": -10.812249011857695, "S12": -16.744054453624067, "W13": -17.849040229872575, "S13": -17.849040229872575, "W21": -28.960305562849175, "S21": -28.960305562849175, "W22": -57.251908396946568, "S22": -58.719352323990577, "W31": -77.800042882424862, "S31": -79.847367985307528, "W32": -91.587159785224955, "S32": -96.587159785224955 }, "geometry": { "type": "Point", "coordinates": [ 105191.333333333328483, 508360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6281983784983947, "S12": -8.6281983784983947, "W13": -16.139703154954951, "S13": -25.888659399732351, "W21": -40.292909463183179, "S21": -41.013580561174763, "W22": -37.286159365558909, "S22": -42.441436302776836, "W31": -72.171302261142557, "S31": -73.982706087090406, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105191.767241379304323, 516622.642241379304323 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3186131494415465, "W12": -3.2973901482676662, "S12": -8.490084759046109, "W13": -17.163135906241745, "S13": -18.807929174305503, "W21": -46.489594680062659, "S21": -52.381828561896803, "W22": -50.266552823405959, "S22": -51.095647755125306, "W31": -75.515994777331343, "S31": -75.515994777331343, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105192.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4670529219964887, "S11": -3.4670529219964887, "W12": -4.9634779206940527, "S12": -11.081989039205173, "W13": -20.0, "S13": -20.297193841650483, "W21": -30.0, "S21": -30.0, "W22": -37.720295787829969, "S22": -39.342191224389197, "W31": -72.694325354137504, "S31": -77.233924702028034, "W32": -89.349231582470381, "S32": -94.349231582470381 }, "geometry": { "type": "Point", "coordinates": [ 105192.0, 504380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41050666048882201, "S11": -0.6796211153246321, "W12": -10.033452694937925, "S12": -10.033452694937925, "W13": -21.014358684896379, "S13": -21.014358684896379, "W21": -30.462754017193209, "S21": -30.462754017193209, "W22": -39.001066538512248, "S22": -45.509643733265023, "W31": -67.837491352322715, "S31": -74.991333603271229, "W32": -95.421076923578852, "S32": -100.42107692357885 }, "geometry": { "type": "Point", "coordinates": [ 105192.0, 507248.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.697697045721362, "S11": -1.697697045721362, "W12": -13.037431765011696, "S12": -13.037431765011696, "W13": -17.259639100436424, "S13": -19.410314699391801, "W21": -41.418657861566281, "S21": -41.908836009639167, "W22": -46.656612434748865, "S22": -46.656612434748865, "W31": -73.935322128540093, "S31": -77.801656633337117, "W32": -89.985696835512599, "S32": -94.985696835512599 }, "geometry": { "type": "Point", "coordinates": [ 105192.5, 500421.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.665, "S11": 0.55671945285964308, "W12": -4.454714850367024, "S12": -13.572687006007309, "W13": -16.005010634813679, "S13": -19.611565672760246, "W21": -33.552451767929732, "S21": -33.715873836614961, "W22": -45.646813554749464, "S22": -45.646813554749464, "W31": -79.073513020494147, "S31": -79.073513020494147, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105193.0, 499735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64250304754164989, "S11": -0.64250304754164989, "W12": -11.520074621603349, "S12": -11.520074621603349, "W13": -16.197276961605333, "S13": -19.197276961605333, "W21": -37.419380651356327, "S21": -37.709591275596004, "W22": -44.852157189382197, "S22": -51.896796656071373, "W31": -81.847673228953624, "S31": -81.847673228953624, "W32": -92.242587445572767, "S32": -97.242587445572767 }, "geometry": { "type": "Point", "coordinates": [ 105193.0, 501467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2902781767635817, "S11": -0.7902781767635817, "W12": -8.4872645484433793, "S12": -8.4872645484433793, "W13": -20.436056640325571, "S13": -20.436056640325571, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.952229531720754, "S22": -47.155172413793103, "W31": -80.0, "S31": -80.0, "W32": -90.022061412379855, "S32": -95.022061412379855 }, "geometry": { "type": "Point", "coordinates": [ 105193.25, 507058.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42454030847965235, "S11": 0.42454030847965235, "W12": -10.334353699911413, "S12": -18.836575092997485, "W13": -20.98872773790568, "S13": -20.98872773790568, "W21": -31.988061625683113, "S21": -31.992602572215716, "W22": -49.809975268154808, "S22": -49.811779050027475, "W31": -78.49535174575847, "S31": -78.49535174575847, "W32": -94.211697353388558, "S32": -99.211697353388558 }, "geometry": { "type": "Point", "coordinates": [ 105193.4, 509204.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1353271205604667, "S12": -6.8140914508082648, "W13": -15.0, "S13": -15.0, "W21": -42.027862631295754, "S21": -42.027862631295754, "W22": -36.264767657734758, "S22": -46.834067548696154, "W31": -64.562859362035027, "S31": -69.128871308982482, "W32": -98.03806256758844, "S32": -103.03806256758844 }, "geometry": { "type": "Point", "coordinates": [ 105193.428571428565192, 524181.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48030845848878168, "S11": -0.48030845848878168, "W12": -10.102007364700654, "S12": -10.102007364700654, "W13": -20.0, "S13": -28.97039547562585, "W21": -37.329711524321475, "S21": -37.329711524321475, "W22": -37.953922958579888, "S22": -37.953922958579888, "W31": -55.963009292351686, "S31": -55.963009292351686, "W32": -97.726491402997112, "S32": -102.72649140299711 }, "geometry": { "type": "Point", "coordinates": [ 105193.8, 515197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8207732265483025, "S11": -1.8207732265483025, "W12": -13.131601956660443, "S12": -13.131601956660443, "W13": -17.520208057669397, "S13": -19.515212031780898, "W21": -41.924386437792592, "S21": -42.363946506426387, "W22": -57.175572519083964, "S22": -58.908411847256801, "W31": -77.556003507238998, "S31": -79.107727645169973, "W32": -91.758849967616086, "S32": -96.758849967616086 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 500463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4506837859334167, "S12": -7.4506837859334167, "W13": -18.653146489110568, "S13": -18.653146489110568, "W21": -29.35520890254552, "S21": -29.35520890254552, "W22": -40.193808549712458, "S22": -40.193808549712458, "W31": -59.999999999999993, "S31": -60.797198411039091, "W32": -97.08868497024686, "S32": -102.08868497024686 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 503604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4083337513585821, "S11": -2.7001647372740751, "W12": -5.0, "S12": -13.108003108003107, "W13": -20.0, "S13": -20.419356176025538, "W21": -30.0, "S21": -30.0, "W22": -40.197863898979875, "S22": -40.197863898979875, "W31": -60.0, "S31": -60.786222036378838, "W32": -97.087727567312783, "S32": -102.08772756731278 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 504336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4919727715307398, "S11": -3.2903521150275123, "W12": -4.9307798655859845, "S12": -9.1260290608351795, "W13": -20.0, "S13": -20.173126178614652, "W21": -30.0, "S21": -30.0, "W22": -38.21850193507224, "S22": -38.21850193507224, "W31": -57.105463269543741, "S31": -57.105463269543741, "W32": -97.445194012211942, "S32": -102.44519401221194 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 504426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.318233997281447, "S11": 1.318233997281447, "W12": -10.0, "S12": -19.070023780742169, "W13": -29.573951376606924, "S13": -29.573951376606924, "W21": -35.344028156017231, "S21": -35.344028156017231, "W22": -35.199379186514363, "S22": -35.199379186514363, "W31": -71.66721123837587, "S31": -71.66721123837587, "W32": -92.490498651219511, "S32": -97.490498651219511 }, "geometry": { "type": "Point", "coordinates": [ 105194.0, 510611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8266163833540112, "S11": -1.8266163833540112, "W12": -13.13735220675694, "S12": -13.13735220675694, "W13": -17.530148495954464, "S13": -19.517153782153535, "W21": -41.924859318106797, "S21": -42.361810302451644, "W22": -40.0, "S22": -47.103337742949336, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105194.333333333328483, 500464.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30454338375520551, "S11": 0.30454338375520551, "W12": -10.372895822012074, "S12": -10.372895822012074, "W13": -16.036851860713686, "S13": -18.674676668608438, "W21": -36.497427160077471, "S21": -37.662925017260022, "W22": -39.154397745004282, "S22": -53.482129190943262, "W31": -74.599436807864109, "S31": -74.599436807864109, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105194.888888888890506, 501622.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2035278138852781, "W12": -4.819267693288376, "S12": -4.819267693288376, "W13": -15.262729112643097, "S13": -17.462424234594316, "W21": -43.444229426787139, "S21": -46.288622922790793, "W22": -40.144008807088568, "S22": -40.673134477929352, "W31": -60.0, "S31": -61.14186913060815, "W32": -97.111500618629591, "S32": -102.11150061862959 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 498255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.4242371097860398, "W12": -1.4242371097860398, "S12": -1.4242371097860398, "W13": -14.997710271254796, "S13": -15.248871221122869, "W21": -41.215728494341107, "S21": -43.354956392566272, "W22": -40.0, "S22": -48.952935789156413, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 498620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.798549723756906, "S12": -16.427974931811754, "W13": -17.915760880479343, "S13": -17.915760880479343, "W21": -28.998125497627214, "S21": -29.009394023741518, "W22": -43.18021812713009, "S22": -45.232338887304742, "W31": -77.701093570104518, "S31": -80.398856550301602, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 508372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050163123666633454, "S11": -0.38142651100691194, "W12": -10.0, "S12": -10.0, "W13": -19.142138129598006, "S13": -32.36691668705803, "W21": -35.955809120079415, "S21": -35.955809120079415, "W22": -35.505275462341395, "S22": -35.505275462341395, "W31": -72.416287776773913, "S31": -72.416287776773913, "W32": -92.499434800128341, "S32": -97.499434800128341 }, "geometry": { "type": "Point", "coordinates": [ 105195.0, 513504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12035732060354543, "S11": -0.18031056041650764, "W12": -10.0, "S12": -10.0, "W13": -18.786086081532002, "S13": -20.682650000230979, "W21": -38.131276636309607, "S21": -38.131276636309607, "W22": -37.829340761644318, "S22": -37.829340761644318, "W31": -56.368791739154837, "S31": -56.368791739154837, "W32": -97.559286980500289, "S32": -102.55928698050029 }, "geometry": { "type": "Point", "coordinates": [ 105195.333333333328483, 514057.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82560251604842549, "S11": -0.82560251604842549, "W12": -4.9954836904188724, "S12": -4.9954836904188724, "W13": -20.0, "S13": -21.014708818635608, "W21": -30.0, "S21": -30.0, "W22": -38.357424704565858, "S22": -38.357424704565858, "W31": -63.25410127482283, "S31": -63.534156213315583, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105196.0, 504636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69670672007120604, "S11": -2.696706720071206, "W12": -5.0, "S12": -8.88612783085145, "W13": -25.893789462136173, "S13": -25.893789462136173, "W21": -40.0, "S21": -40.0, "W22": -38.630809483062386, "S22": -53.630809483062386, "W31": -72.506633019702292, "S31": -72.506633019702292, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105196.0, 506014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9555357209865429, "S11": -1.9555357209865429, "W12": -13.214869980406723, "S12": -13.214869980406723, "W13": -17.749395065964499, "S13": -19.680744049753155, "W21": -42.096278431928667, "S21": -42.472718538317316, "W22": -57.108442056602669, "S22": -59.346721209713905, "W31": -77.464234145380686, "S31": -78.89117656788828, "W32": -92.314799266982234, "S32": -97.314799266982234 }, "geometry": { "type": "Point", "coordinates": [ 105196.166666666671517, 500507.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2351847509875835, "S12": -3.2351847509875835, "W13": -16.994981153411263, "S13": -16.994981153411263, "W21": -44.122766165456056, "S21": -45.649918798347109, "W22": -46.611256586521769, "S22": -54.275743317039868, "W31": -81.696830398130771, "S31": -81.696830398130771, "W32": -92.162061678958466, "S32": -97.162061678958466 }, "geometry": { "type": "Point", "coordinates": [ 105196.571428571434808, 497593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8870526905346604, "S11": -1.185847871257552, "W12": -4.9857885170919589, "S12": -4.9857885170919589, "W13": -20.0, "S13": -20.869600665557403, "W21": -30.0, "S21": -30.0, "W22": -38.827356829859255, "S22": -42.45537368848273, "W31": -77.651931810401877, "S31": -77.651931810401877, "W32": -92.386479759127027, "S32": -97.386479759127027 }, "geometry": { "type": "Point", "coordinates": [ 105197.0, 504617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38769987446751586, "S11": -2.9133123776606604, "W12": -4.99369383126428, "S12": -5.0153136103368965, "W13": -15.0, "S13": -15.0, "W21": -38.491335740555684, "S21": -38.491335740555684, "W22": -37.945257751479289, "S22": -37.945257751479289, "W31": -55.939778413152254, "S31": -55.939778413152254, "W32": -97.734606915277141, "S32": -102.73460691527714 }, "geometry": { "type": "Point", "coordinates": [ 105197.0, 506299.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0844550586191923, "S11": -2.0844550586191923, "W12": -13.261992154223153, "S12": -13.261992154223153, "W13": -17.575196000904761, "S13": -19.480892659826321, "W21": -42.574685682116723, "S21": -42.890614910549118, "W22": -40.22560224667891, "S22": -40.22560224667891, "W31": -60.0, "S31": -60.875576328443941, "W32": -97.130943262829192, "S32": -102.13094326282919 }, "geometry": { "type": "Point", "coordinates": [ 105198.0, 500551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0982383001613774, "S11": -2.0982383001613774, "W12": -13.307215800931818, "S12": -13.307215800931818, "W13": -17.217195012467251, "S13": -19.102220250829561, "W21": -43.849596547194594, "S21": -44.048765815757129, "W22": -40.0, "S22": -46.683541227928075, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105198.0, 500637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3668677970192431, "S11": 0.3668677970192431, "W12": -12.754503319195804, "S12": -17.277603444260162, "W13": -19.864276087533042, "S13": -28.48471882149887, "W21": -34.428703102783182, "S21": -34.428703102783182, "W22": -40.0, "S22": -40.0, "W31": -71.215532183731199, "S31": -71.215532183731199, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105198.0, 512769.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.9009081151074709, "W12": -7.1042433949104424, "S12": -8.1323120721540061, "W13": -15.0, "S13": -18.0, "W21": -33.163783133743067, "S21": -33.163783133743067, "W22": -35.807288711532713, "S22": -35.997776577830045, "W31": -73.181352459016395, "S31": -73.181352459016395, "W32": -92.490000233896509, "S32": -97.490000233896509 }, "geometry": { "type": "Point", "coordinates": [ 105198.666666666671517, 496819.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38189388245904105, "S11": -2.8708932089958146, "W12": -5.4200819672131146, "S12": -5.4200819672131146, "W13": -15.0, "S13": -15.0, "W21": -38.384306521252007, "S21": -38.384306521252007, "W22": -40.0, "S22": -51.58212389380531, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105199.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.477997999124824, "S22": -43.60733986384146, "W31": -67.418023644683146, "S31": -67.418023644683146, "W32": -89.324049417672526, "S32": -94.324049417672526 }, "geometry": { "type": "Point", "coordinates": [ 105199.126923076924868, 530036.515384615398943 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84388622923119305, "S11": -0.84388622923119305, "W12": -11.699007163064548, "S12": -16.116636732404945, "W13": -17.236985972885467, "S13": -19.295930591485291, "W21": -29.266341595253632, "S21": -29.266341595253632, "W22": -39.795182618640908, "S22": -41.011113806698233, "W31": -67.689423656307071, "S31": -77.689423656307071, "W32": -93.947413633263238, "S32": -98.947413633263238 }, "geometry": { "type": "Point", "coordinates": [ 105199.666666666671517, 508179.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.32739726027397253, "W12": -1.6300470783716423, "S12": -1.6300470783716423, "W13": -15.0, "S13": -18.014761421841101, "W21": -39.33942809604342, "S21": -40.737962795777108, "W22": -39.679568631398794, "S22": -52.563786163776285, "W31": -77.621279088343357, "S31": -77.621279088343357, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105200.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073902628056083969, "S11": -0.073902628056083969, "W12": -9.0183224071272488, "S12": -11.107049370520521, "W13": -17.202084167163722, "S13": -20.202084167163722, "W21": -37.386906285375275, "S21": -37.658531293842387, "W22": -42.948001954685957, "S22": -55.708110457551271, "W31": -80.0, "S31": -80.0, "W32": -90.541071393126416, "S32": -95.541071393126416 }, "geometry": { "type": "Point", "coordinates": [ 105200.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42039471271647244, "S11": 0.42039471271647244, "W12": -5.0, "S12": -10.013305885304966, "W13": -19.39742747602866, "S13": -19.512883634987457, "W21": -29.596504668140643, "S21": -29.596504668140643, "W22": -37.642462596307013, "S22": -37.642462596307013, "W31": -66.827319628051853, "S31": -71.334101102762219, "W32": -89.480517225289375, "S32": -94.480517225289375 }, "geometry": { "type": "Point", "coordinates": [ 105200.0, 503763.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.672571392401723, "S12": -10.672571392401723, "W13": -21.761613078563364, "S13": -21.761613078563364, "W21": -31.356908117777063, "S21": -31.356908117777063, "W22": -36.463952856852885, "S22": -51.915881252872012, "W31": -65.577110386021872, "S31": -71.238164340833478, "W32": -97.697900897844136, "S32": -102.69790089784414 }, "geometry": { "type": "Point", "coordinates": [ 105200.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2057498627273084, "S11": -1.4648425279445796, "W12": -8.9940792687512872, "S12": -8.9940792687512872, "W13": -15.025696441358662, "S13": -22.502390201405635, "W21": -38.613428222073672, "S21": -38.687024955632779, "W22": -39.879305605325037, "S22": -39.879305605325037, "W31": -71.139778481566523, "S31": -71.139778481566523, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105200.586666666669771, 516104.906666666676756 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -1.5, "S12": -1.5, "W13": -14.999772978598841, "S13": -15.299275428655381, "W21": -41.138897764391011, "S21": -43.276063713139621, "W22": -40.87097344994676, "S22": -40.87097344994676, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105201.0, 498617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3778997397306778, "S12": -6.8617152653680309, "W13": -20.0, "S13": -22.115905186085854, "W21": -30.0, "S21": -30.0, "W22": -38.879465100036981, "S22": -53.879465100036981, "W31": -69.65859747396793, "S31": -69.65859747396793, "W32": -89.65786444586486, "S32": -94.65786444586486 }, "geometry": { "type": "Point", "coordinates": [ 105201.0, 505055.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74484338608214884, "S11": 0.74484338608214884, "W12": -5.0, "S12": -18.499335120090713, "W13": -24.294440495668269, "S13": -24.294440495668269, "W21": -36.195938497069953, "S21": -36.195938497069953, "W22": -40.257395943645356, "S22": -40.257395943645356, "W31": -60.0, "S31": -61.547099506386722, "W32": -97.173201555411538, "S32": -102.17320155541154 }, "geometry": { "type": "Point", "coordinates": [ 105201.0, 511369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79161926217965639, "S11": -0.79161926217965639, "W12": -11.617460484720583, "S12": -16.284359146747509, "W13": -17.03816446663598, "S13": -19.024476308488747, "W21": -29.105106570592994, "S21": -29.105106570592994, "W22": -35.985997314697144, "S22": -38.547240459121277, "W31": -66.859823490245674, "S31": -66.859823490245674, "W32": -89.355554452220531, "S32": -94.355554452220531 }, "geometry": { "type": "Point", "coordinates": [ 105201.6, 508216.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41612036415020037, "S11": 0.41612036415020037, "W12": -10.312412492408018, "S12": -10.312412492408018, "W13": -16.050486672728141, "S13": -18.569014280090105, "W21": -36.449525452976708, "S21": -39.145869664038557, "W22": -38.360739190767056, "S22": -53.360739190767056, "W31": -67.747648168930525, "S31": -73.38972502422682, "W32": -96.102283956256201, "S32": -101.1022839562562 }, "geometry": { "type": "Point", "coordinates": [ 105202.0, 501639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084569372251099603, "S11": -0.10518804014782225, "W12": -5.0, "S12": -16.255973335477567, "W13": -20.0, "S13": -22.303781228899393, "W21": -30.0, "S21": -30.0, "W22": -46.174419568822799, "S22": -46.174419568822799, "W31": -73.936432992319524, "S31": -77.699352457894847, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105202.0, 504858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40537680991544073, "S11": -0.74586715646429602, "W12": -10.058437364593734, "S12": -10.058437364593734, "W13": -21.007660171983666, "S13": -21.007660171983666, "W21": -30.315951284428369, "S21": -30.315951284428369, "W22": -29.852978086956412, "S22": -35.698001766106159, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105202.0, 507218.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0249586377187594, "S11": 2.0249586377187594, "W12": -12.405633757343303, "S12": -13.233671045993191, "W13": -22.987372151878638, "S13": -22.987372151878638, "W21": -34.202300328869676, "S21": -34.202300328869676, "W22": -42.911890380219781, "S22": -44.920906718095182, "W31": -77.819070346510998, "S31": -80.597745784755617, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105202.0, 509954.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.666670331784821, "S11": 1.666670331784821, "W12": -3.8944301377173729, "S12": -3.8944301377173729, "W13": -15.135844382135582, "S13": -15.135844382135582, "W21": -44.16924092041188, "S21": -45.597054836081526, "W22": -37.991641988450951, "S22": -41.508194448006513, "W31": -71.568673910300248, "S31": -75.609852930673028, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105202.5, 523246.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.38521330441070045, "W12": -1.8655259722277169, "S12": -2.3906094810646108, "W13": -15.015631074312202, "S13": -18.032655683100504, "W21": -39.142893710381045, "S21": -40.500792244268347, "W22": -36.854408603925812, "S22": -40.189646263889244, "W31": -67.070872081328858, "S31": -67.070872081328858, "W32": -89.348263833451838, "S32": -94.348263833451838 }, "geometry": { "type": "Point", "coordinates": [ 105203.0, 499019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51179922120869659, "S11": 0.51179922120869659, "W12": -3.4190281766403134, "S12": -3.4190281766403134, "W13": -16.5469903254176, "S13": -16.5469903254176, "W21": -43.306640460519141, "S21": -43.306640460519141, "W22": -37.801980001660262, "S22": -37.801980001660262, "W31": -66.885139448807564, "S31": -72.561003740048434, "W32": -89.528407529763271, "S32": -94.528407529763271 }, "geometry": { "type": "Point", "coordinates": [ 105203.333333333328483, 497529.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7171315267680104, "S11": -1.7171315267680103, "W12": -8.6140429940921361, "S12": -17.093675347033312, "W13": -25.680708183272689, "S13": -25.680708183272689, "W21": -36.752187138093177, "S21": -36.752187138093177, "W22": -36.052867872066123, "S22": -51.507752969649168, "W31": -65.042446406493809, "S31": -71.336389309004744, "W32": -98.032768360883694, "S32": -103.03276836088369 }, "geometry": { "type": "Point", "coordinates": [ 105203.5, 505682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77028389673711928, "S11": 0.77028389673711928, "W12": -4.9999999999999991, "S12": -18.414834810844241, "W13": -24.561326542928413, "S13": -24.561326542928413, "W21": -36.266725223924809, "S21": -36.266725223924809, "W22": -56.863867684478372, "S22": -58.616143521793497, "W31": -77.413082775639211, "S31": -79.140123946274358, "W32": -91.777776021074615, "S32": -96.777776021074615 }, "geometry": { "type": "Point", "coordinates": [ 105203.75, 511338.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7635767957653747, "S11": -1.2364232042346248, "W12": -6.1553193420197934, "S12": -21.971743579227695, "W13": -25.210399652147611, "S13": -36.692690993500584, "W21": -37.915286002880627, "S21": -37.915286002880627, "W22": -42.893652445584571, "S22": -42.893652445584571, "W31": -73.076556024814565, "S31": -73.076556024814565, "W32": -97.910271954761825, "S32": -102.91027195476182 }, "geometry": { "type": "Point", "coordinates": [ 105204.0, 511973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0022896649511672, "S12": -8.0022896649511672, "W13": -16.839216639786777, "S13": -23.423836052908882, "W21": -43.037547085175035, "S21": -48.037547085175035, "W22": -41.882192045752809, "S22": -43.944617518833589, "W31": -72.451348926562773, "S31": -73.916613043314882, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105204.0, 517492.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081614109581271785, "S11": -0.23690452203358636, "W12": -10.0, "S12": -10.0, "W13": -18.831276947859163, "S13": -19.903422084693741, "W21": -37.721686922611049, "S21": -37.721686922611049, "W22": -50.000237921132538, "S22": -64.310385400771523, "W31": -80.578836645988588, "S31": -80.578836645988588, "W32": -91.365888400786886, "S32": -96.365888400786886 }, "geometry": { "type": "Point", "coordinates": [ 105204.181818181823473, 513936.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35244171264335183, "S11": -0.35244171264335183, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -26.577263483186293, "W21": -38.583014543174677, "S21": -38.583014543174677, "W22": -46.759682751414068, "S22": -46.760278844334216, "W31": -78.772164111063532, "S31": -78.772164111063532, "W32": -94.527588942872811, "S32": -99.527588942872811 }, "geometry": { "type": "Point", "coordinates": [ 105204.666666666671517, 514794.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68420356073735622, "S11": -2.1728392265346663, "W12": -4.9189472837425727, "S12": -4.9189472837425727, "W13": -16.643200845361324, "S13": -18.974069165972011, "W21": -45.251616006328, "S21": -48.251616006328, "W22": -37.003398791540782, "S22": -42.397193910670808, "W31": -72.136700316856334, "S31": -73.923097075547489, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105205.0, 497933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77053048338349184, "S11": 0.77053048338349184, "W12": -7.8468439113301498, "S12": -14.124412558705499, "W13": -16.812174838558064, "S13": -21.815646257211156, "W21": -34.310196564850962, "S21": -34.310196564850962, "W22": -30.119642972608279, "S22": -30.41435494636902, "W31": -70.0, "S31": -70.0, "W32": -91.318007491972878, "S32": -96.318007491972878 }, "geometry": { "type": "Point", "coordinates": [ 105205.0, 502374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38837366601533141, "S11": -2.6773265468123402, "W12": -7.8329918032786878, "S12": -7.8329918032786878, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -37.827655084708901, "S21": -37.919788836700654, "W22": -37.968188379153048, "S22": -41.466903798603987, "W31": -71.562991933623039, "S31": -75.603881978414293, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105205.0, 506353.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.5586110158922102, "S12": -5.5586110158922102, "W13": -15.0, "S13": -15.0, "W21": -43.931362772084746, "S21": -43.931362772084746, "W22": -48.72832, "S22": -49.227146154668425, "W31": -73.423113274031252, "S31": -74.485207287373953, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105205.125, 524938.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69731677018633542, "S11": -3.0258218053071553, "W12": -5.9661375874389808, "S12": -5.9661375874389808, "W13": -16.002493281946116, "S13": -18.314900229836933, "W21": -43.80707535409816, "S21": -46.80707535409816, "W22": -28.741548590539896, "S22": -40.269092487909639, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105206.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.095562071048152453, "S11": -0.095562071048152453, "W12": -10.575045401064049, "S12": -13.98808278625658, "W13": -18.643773797602545, "S13": -18.643773797602545, "W21": -29.39063995765834, "S21": -29.515139752572203, "W22": -33.284140424602498, "S22": -33.284140424602498, "W31": -70.0, "S31": -70.0, "W32": -92.317824405724394, "S32": -97.317824405724394 }, "geometry": { "type": "Point", "coordinates": [ 105206.0, 508498.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87964094643295954, "S11": 0.87964094643295954, "W12": -3.8611206199509165, "S12": -3.8611206199509165, "W13": -15.0, "S13": -15.0, "W21": -42.037065583643972, "S21": -42.734786882924915, "W22": -50.000838985046308, "S22": -64.90926953754466, "W31": -80.496549559562496, "S31": -80.496549559562496, "W32": -91.282741885131117, "S32": -96.282741885131117 }, "geometry": { "type": "Point", "coordinates": [ 105206.2, 523762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.4451649381266489, "S12": -3.4451649381266489, "W13": -16.523646437994724, "S13": -16.523646437994724, "W21": -43.178324908303622, "S21": -43.178324908303622, "W22": -39.843321176982698, "S22": -43.05319917221491, "W31": -67.764180194204982, "S31": -77.764180194204982, "W32": -94.434903660837037, "S32": -99.434903660837037 }, "geometry": { "type": "Point", "coordinates": [ 105207.0, 497524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17249395455446878, "S11": 0.17249395455446878, "W12": -12.514536579209411, "S12": -15.008405078078779, "W13": -19.368987379295401, "S13": -24.857313839829338, "W21": -33.635310682590244, "S21": -33.635310682590244, "W22": -44.603160697533347, "S22": -44.603160697533347, "W31": -76.293429250138573, "S31": -78.502578942993409, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105207.0, 513082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22313241993666194, "S11": -0.22313241993666194, "W12": -10.0, "S12": -10.0, "W13": -19.219781960108175, "S13": -23.436228161207033, "W21": -39.530647672982809, "S21": -39.530647672982809, "W22": -56.768447837150127, "S22": -58.121663233569173, "W31": -77.69416347407487, "S31": -79.602975249101519, "W32": -91.491876504351055, "S32": -96.491876504351055 }, "geometry": { "type": "Point", "coordinates": [ 105207.0, 514385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7287590784849669, "S11": 0.58469128187479735, "W12": -4.5024766622213752, "S12": -14.663826059811736, "W13": -15.95649081409068, "S13": -19.639593307165473, "W21": -33.121121907588851, "S21": -33.284316515647838, "W22": -50.547668516424267, "S22": -50.547668516424267, "W31": -74.960751728261755, "S31": -74.960751728261755, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105208.0, 499634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55996657913583192, "S11": -0.91349174538752598, "W12": -7.6669586161594037, "S12": -13.651795769071127, "W13": -20.0, "S13": -22.463979871386332, "W21": -31.817201031787285, "S21": -31.817201031787285, "W22": -40.785309764887593, "S22": -43.84867503978208, "W31": -73.168396775634292, "S31": -75.868275617137854, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105208.0, 505311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66054718954490343, "S11": -1.6605471895449035, "W12": -8.5363391806060207, "S12": -14.808722901536253, "W13": -22.935442633429208, "S13": -25.778100662482995, "W21": -34.00190272560539, "S21": -34.00190272560539, "W22": -38.448682603550296, "S22": -38.448682603550296, "W31": -54.699145472012944, "S31": -54.699145472012944, "W32": -98.205688247406599, "S32": -103.2056882474066 }, "geometry": { "type": "Point", "coordinates": [ 105208.0, 505476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71151883353584455, "S11": -1.7115188335358447, "W12": -9.1090896624112148, "S12": -16.64681025064651, "W13": -25.677397619881361, "S13": -26.306089123743241, "W21": -36.315492053747086, "S21": -36.315492053747086, "W22": -41.078651011442936, "S22": -41.078651011442936, "W31": -71.502815359876024, "S31": -71.502815359876024, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105208.0, 505649.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0499556600070159, "S11": 0.45216579857919614, "W12": -10.404723187917661, "S12": -17.010721911593475, "W13": -22.620220546439803, "S13": -33.606328117176481, "W21": -36.976909983214966, "S21": -36.976909983214966, "W22": -56.983302571146496, "S22": -58.899458875033581, "W31": -77.330773670147622, "S31": -78.359001432950805, "W32": -91.901197441561763, "S32": -96.901197441561763 }, "geometry": { "type": "Point", "coordinates": [ 105208.0, 512328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1462290458699802, "S12": -3.1462290458699802, "W13": -17.347442948810755, "S13": -17.347442948810755, "W21": -43.793566564564777, "S21": -47.135092499821816, "W22": -43.690754120101118, "S22": -45.338319356907348, "W31": -72.676752816094066, "S31": -72.853460538517098, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105208.285714285710128, 497640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51344927536231877, "S11": -3.2892398629702249, "W12": -5.0322542901716067, "S12": -5.0322542901716067, "W13": -15.391785676638627, "S13": -17.85581006688253, "W21": -43.295485133603741, "S21": -46.145045016239109, "W22": -44.725018072624145, "S22": -44.725018072624145, "W31": -73.560784169916118, "S31": -74.453941432821281, "W32": -89.109334245141369, "S32": -94.109334245141369 }, "geometry": { "type": "Point", "coordinates": [ 105209.0, 498243.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3439573438575492, "S11": -1.6560426561424513, "W12": -6.0043268312254021, "S12": -20.637250616567741, "W13": -25.175515822580298, "S13": -38.810544174282008, "W21": -38.810544174282008, "S21": -38.810544174282008, "W22": -45.643608760288018, "S22": -48.159806938297471, "W31": -73.598362487727826, "S31": -74.559757572077359, "W32": -89.133150548649283, "S32": -94.133150548649283 }, "geometry": { "type": "Point", "coordinates": [ 105209.0, 511939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -4.4769757136370041, "S12": -10.107803193688666, "W13": -15.304198284240432, "S13": -18.493732832158287, "W21": -36.928329828195359, "S21": -37.863621336505716, "W22": -39.23148981566478, "S22": -54.23148981566478, "W31": -68.091488011589988, "S31": -68.091488011589988, "W32": -89.368135734374633, "S32": -94.368135734374633 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 499233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77413676935811959, "S11": 0.77413676935811959, "W12": -7.8776461962996525, "S12": -14.199382414862734, "W13": -16.849176566931231, "S13": -21.849176566931231, "W21": -34.261469973237496, "S21": -34.786893702051053, "W22": -56.730279898218825, "S22": -58.489576568709019, "W31": -77.3603053053439, "S31": -78.990687249788579, "W32": -91.784915202121425, "S32": -96.784915202121425 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 502369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70963207755012114, "S11": -1.709632077550121, "W12": -8.7126435239289073, "S12": -17.138525876870084, "W13": -25.744618492146458, "S13": -25.804591231810246, "W21": -36.706316538531304, "S21": -36.706316538531304, "W22": -56.691161778744757, "S22": -58.901631956901227, "W31": -77.40811934003645, "S31": -79.036607521928985, "W32": -92.448867523342884, "S32": -97.448867523342884 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45839545928414221, "S11": -0.65503372500984836, "W12": -10.0, "S12": -10.0, "W13": -21.278135496369387, "S13": -21.278135496369387, "W21": -30.567333732039007, "S21": -30.567333732039007, "W22": -52.312230195584007, "S22": -52.312230195584007, "W31": -79.029177633886093, "S31": -79.029177633886093, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 507283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1229395944550666, "S11": -0.87706040554493336, "W12": -6.3972111306407857, "S12": -23.584724579020524, "W13": -25.231149803387783, "S13": -35.025980475807941, "W21": -38.144705561883029, "S21": -38.144705561883029, "W22": -31.090388854768733, "S22": -31.090388854768733, "W31": -70.0, "S31": -70.0, "W32": -91.760725115947196, "S32": -96.760725115947196 }, "geometry": { "type": "Point", "coordinates": [ 105210.0, 512001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5009907360189185, "S12": -5.5009907360189185, "W13": -20.0, "S13": -20.0, "W21": -38.828579376133391, "S21": -40.772400395485171, "W22": -38.6772397821006, "S22": -41.612359210182063, "W31": -63.025999338829564, "S31": -63.025999338829564, "W32": -97.992836992120374, "S32": -102.99283699212037 }, "geometry": { "type": "Point", "coordinates": [ 105210.909090909088263, 520991.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53441210539141437, "S11": -0.5642388272007991, "W12": -11.064511112796811, "S12": -11.65583094214953, "W13": -22.474547675839201, "S13": -22.474547675839201, "W21": -31.740550071380067, "S21": -31.740550071380067, "W22": -46.215638820788008, "S22": -46.216072238790133, "W31": -78.799578078072145, "S31": -78.799578078072145, "W32": -94.505163437426546, "S32": -99.505163437426546 }, "geometry": { "type": "Point", "coordinates": [ 105211.0, 507560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31025973770613791, "S11": 0.31025973770613791, "W12": -4.9994467682877533, "S12": -11.205925404879265, "W13": -16.918105529485537, "S13": -20.053560049912708, "W21": -35.196726589496542, "S21": -35.377697033624898, "W22": -40.360725760398935, "S22": -40.360725760398935, "W31": -60.389968076449598, "S31": -63.224353259801497, "W32": -97.248335591822311, "S32": -102.24833559182231 }, "geometry": { "type": "Point", "coordinates": [ 105211.111111111109494, 499867.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70025138139444154, "S11": -1.7002513813944415, "W12": -9.6755559004597167, "S12": -15.725585312224453, "W13": -25.100542690781307, "S13": -26.709447733943499, "W21": -35.636858334844916, "S21": -35.636858334844916, "W22": -36.325984707966711, "S22": -36.325984707966711, "W31": -66.673055948926887, "S31": -66.673055948926887, "W32": -89.420443670846652, "S32": -94.420443670846652 }, "geometry": { "type": "Point", "coordinates": [ 105211.8, 505598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3924056228450181, "W12": -3.4004043131895059, "S12": -7.9507037143871102, "W13": -17.064301640289152, "S13": -18.966397279094881, "W21": -46.148015498801833, "S21": -51.679966360967953, "W22": -56.666666666666671, "S22": -58.411415567085236, "W31": -77.344103545850899, "S31": -79.016391905639495, "W32": -91.775031020954685, "S32": -96.775031020954685 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 497768.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50450949367088604, "S11": -2.764309921325911, "W12": -5.0, "S12": -5.9796776633254156, "W13": -17.82567252700699, "S13": -17.82567252700699, "W21": -39.713330923117873, "S21": -39.713330923117873, "W22": -48.575959967182008, "S22": -48.575959967182008, "W31": -79.202396819065811, "S31": -79.202396819065811, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2364877323420074, "S11": -0.73648773234200737, "W12": -5.0, "S12": -7.4730003374958081, "W13": -20.167724667174124, "S13": -22.585946094947555, "W21": -32.35571438508039, "S21": -32.800515922131176, "W22": -49.04896, "S22": -49.04896, "W31": -73.565708773425186, "S31": -74.590183185293156, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 506774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90590804951032444, "S11": 0.90590804951032444, "W12": -10.0, "S12": -16.765362328990278, "W13": -30.0, "S13": -30.0, "W21": -35.902798949127614, "S21": -35.902798949127614, "W22": -38.376534287128457, "S22": -41.594853699379101, "W31": -71.694261784542689, "S31": -75.671288225808397, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 510796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78465205372107705, "S11": 0.78465205372107705, "W12": -5.0, "S12": -18.345438614575816, "W13": -24.612594882386073, "S13": -24.612594882386073, "W21": -36.293702463730789, "S21": -36.293702463730789, "W22": -39.662336190468203, "S22": -39.662336190468203, "W31": -57.526081710533703, "S31": -57.526081710533703, "W32": -97.522454205239313, "S32": -102.52245420523931 }, "geometry": { "type": "Point", "coordinates": [ 105212.0, 511323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22288050073138144, "S11": -0.22288050073138144, "W12": -10.0, "S12": -10.0, "W13": -19.212531073247426, "S13": -23.443000931334282, "W21": -39.536739114494836, "S21": -39.536739114494836, "W22": -37.921565917159761, "S22": -37.921565917159761, "W31": -55.871694067190852, "S31": -55.871694067190852, "W32": -97.758722044313373, "S32": -102.75872204431337 }, "geometry": { "type": "Point", "coordinates": [ 105212.181818181823473, 514385.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83600112644326485, "S11": -0.83600112644326485, "W12": -11.591465717791058, "S12": -16.423174083623604, "W13": -17.051848047348514, "S13": -19.224085310905942, "W21": -28.990825001125309, "S21": -28.990825001125309, "W22": -37.923760710059177, "S22": -37.923760710059177, "W31": -55.864635453895644, "S31": -55.864635453895644, "W32": -97.762507386251713, "S32": -102.76250738625171 }, "geometry": { "type": "Point", "coordinates": [ 105212.333333333328483, 508220.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20017016650318142, "S11": 0.20017016650318142, "W12": -5.3521127698887918, "S12": -5.3521127698887918, "W13": -19.655349054668939, "S13": -19.655349054668939, "W21": -38.758835082002463, "S21": -40.734195971856025, "W22": -51.079063454360373, "S22": -51.079063454360373, "W31": -75.606514074774623, "S31": -75.606514074774623, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105212.545454545455868, 521198.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37642759146341465, "S11": -2.1677234780552763, "W12": -5.0, "S12": -5.0, "W13": -14.728321954274977, "S13": -17.728321954274975, "W21": -39.582192423105781, "S21": -39.582192423105781, "W22": -38.434423279265445, "S22": -38.434423279265445, "W31": -64.206086462676438, "S31": -64.516333685893926, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 497202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -9.5470450243143397, "W13": -16.971764577838869, "S13": -20.207492277369383, "W21": -30.090787047282401, "S21": -30.128016310133702, "W22": -37.941747293166493, "S22": -41.167317530804169, "W31": -76.495617030965391, "S31": -76.495617030965391, "W32": -92.277728827089348, "S32": -97.277728827089348 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 503028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.092270121044808, "S12": -11.667970202133763, "W13": -20.0, "S13": -22.127259839200985, "W21": -30.705970046783513, "S21": -30.705970046783513, "W22": -38.375405212485383, "S22": -41.566215114519977, "W31": -71.695446816863097, "S31": -75.669352321847896, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 505227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52148931962025324, "S11": -2.5214893196202532, "W12": -5.0, "S12": -6.3116418292020411, "W13": -19.970345265833508, "S13": -19.970345265833508, "W21": -39.956273783269964, "S21": -39.956273783269964, "W22": -41.159453886281248, "S22": -47.096419599127998, "W31": -80.059553299146856, "S31": -80.059553299146856, "W32": -92.095044420485763, "S32": -97.095044420485763 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 506182.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.372525525552776, "S13": -14.372525525552776, "W21": -47.0, "S21": -47.0, "W22": -50.003804840822838, "S22": -65.003804840822838, "W31": -80.07249340865512, "S31": -80.07249340865512, "W32": -90.842971688582111, "S32": -95.842971688582111 }, "geometry": { "type": "Point", "coordinates": [ 105213.0, 527315.444444444496185 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42704197881868144, "S11": 0.42704197881868144, "W12": -10.31773160742123, "S12": -19.072065569515789, "W13": -20.989559812838642, "S13": -20.989559812838642, "W21": -31.782486224425632, "S21": -31.782486224425632, "W22": -39.000985450544079, "S22": -45.84922222636272, "W31": -67.82264810955877, "S31": -67.82264810955877, "W32": -89.335974692088371, "S32": -94.335974692088371 }, "geometry": { "type": "Point", "coordinates": [ 105213.4, 509212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.895833333333334, "S13": -14.895833333333334, "W21": -47.0, "S21": -47.0, "W22": -37.764319771267218, "S22": -52.895051009388943, "W31": -66.978404146924532, "S31": -72.554376451587984, "W32": -96.735648098606262, "S32": -101.73564809860626 }, "geometry": { "type": "Point", "coordinates": [ 105213.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71700044503782823, "S11": -3.7170004450378284, "W12": -5.0, "S12": -8.8389223283695646, "W13": -26.233819011251395, "S13": -26.233819011251395, "W21": -40.0, "S21": -40.0, "W22": -39.44093806109516, "S22": -39.44093806109516, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.01161524171989, "S32": -105.01161524171989 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 505994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35352456515105279, "S11": -0.35352456515105279, "W12": -10.80663750767342, "S12": -15.045415481887556, "W13": -18.197794225989906, "S13": -18.197794225989906, "W21": -29.153463376118648, "S21": -29.212432203025948, "W22": -45.639676616915423, "S22": -45.639676616915423, "W31": -73.93680066623223, "S31": -77.596305092585709, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 508422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.04895624004831714, "S11": -0.04895624004831714, "W12": -10.162247594600085, "S12": -10.162247594600085, "W13": -19.897119819986493, "S13": -19.897119819986493, "W21": -30.059454474623806, "S21": -30.375569459584156, "W22": -45.332620892332358, "S22": -61.476599582925374, "W31": -80.0, "S31": -80.0, "W32": -90.558542579807494, "S32": -95.558542579807494 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 508715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16253441386185574, "S11": 0.16253441386185574, "W12": -13.355168553506024, "S12": -16.557265812656684, "W13": -19.395978740394309, "S13": -24.422786491072813, "W21": -33.492213327058373, "S21": -33.492213327058373, "W22": -38.649201963764845, "S22": -53.649201963764845, "W31": -69.650256405418389, "S31": -69.650256405418389, "W32": -89.672704313942447, "S32": -94.672704313942447 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1297510854967214, "S12": -6.2630510103275912, "W13": -15.0, "S13": -15.0, "W21": -41.876504752823337, "S21": -41.876504752823337, "W22": -38.524836449704146, "S22": -38.524836449704146, "W31": -54.477549678919956, "S31": -54.477549678919956, "W32": -98.295847975628291, "S32": -103.29584797562829 }, "geometry": { "type": "Point", "coordinates": [ 105214.0, 524144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1358324749325011, "S12": -6.3190447024444421, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -41.880560533305307, "S21": -41.880560533305307, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105214.4, 524146.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5074468085107626, "S11": -1.5074468085107626, "W12": -12.979926520928103, "S12": -12.979926520928103, "W13": -16.898410044875636, "S13": -19.081514393688998, "W21": -40.076944155204011, "S21": -40.487280807645938, "W22": -40.0, "S22": -46.990928235865866, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105215.0, 500371.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0617074255224543, "S11": -2.0617074255224543, "W12": -13.481852697117256, "S12": -13.787158319138653, "W13": -16.990227272727275, "S13": -18.936911239581686, "W21": -44.85505713798397, "S21": -44.91573241200345, "W22": -40.0, "S22": -52.703399765533412, "W31": -79.348474359657061, "S31": -79.348474359657061, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105215.0, 500726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86624026022529832, "S11": -0.86624026022529832, "W12": -11.756648174310149, "S12": -14.68753013917677, "W13": -18.337311757819979, "S13": -19.133025820898311, "W21": -30.590730733553652, "S21": -30.590730733553652, "W22": -53.536209127199136, "S22": -53.755308663057988, "W31": -78.561901209855307, "S31": -78.561901209855307, "W32": -90.128312630596781, "S32": -95.128312630596781 }, "geometry": { "type": "Point", "coordinates": [ 105215.0, 508055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5692183981567052, "S12": -7.5692183981567052, "W13": -17.041562668658784, "S13": -20.849171584333, "W21": -45.320134647600341, "S21": -48.320134647600341, "W22": -40.0, "S22": -50.569313947837358, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105215.0, 518092.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1621950414396152, "S11": -1.3834100859984244, "W12": -8.9880190086682479, "S12": -8.9880190086682479, "W13": -15.0, "S13": -21.913556347116813, "W21": -38.571305478452572, "S21": -38.616242337267707, "W22": -40.492767503585839, "S22": -40.492767503585839, "W31": -60.208859306862522, "S31": -62.808400067769448, "W32": -97.305632475107529, "S32": -102.30563247510753 }, "geometry": { "type": "Point", "coordinates": [ 105215.318181818176527, 516104.590909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0257130078483878, "S11": -1.0257130078483878, "W12": -12.244236909907002, "S12": -12.244236909907002, "W13": -16.71155896560645, "S13": -19.279707735181439, "W21": -39.199760677754668, "S21": -39.556064951953651, "W22": -50.122212244466738, "S22": -52.325765135105719, "W31": -75.86573633576505, "S31": -77.685008626848614, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105215.6, 500260.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0285603130141363, "S11": 1.0285603130141363, "W12": -9.7825561657990647, "S12": -15.074493982138467, "W13": -16.878817295225211, "S13": -19.077911252607972, "W21": -35.705850709961275, "S21": -45.612468519022237, "W22": -56.576240145369219, "S22": -58.352633047276683, "W31": -77.275611826790126, "S31": -78.697662091340646, "W32": -91.80146152856436, "S32": -96.80146152856436 }, "geometry": { "type": "Point", "coordinates": [ 105215.833333333328483, 502170.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76583776316184649, "S11": -3.4282995368621525, "W12": -5.0, "S12": -9.8027170217588395, "W13": -26.218428203047491, "S13": -26.218428203047491, "W21": -40.0, "S21": -40.0, "W22": -40.862285184820017, "S22": -44.91769547325103, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105216.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38328722723718817, "S11": 0.38328722723718817, "W12": -10.195448849222117, "S12": -19.614604650754636, "W13": -20.938530877736966, "S13": -20.938530877736966, "W21": -31.60110831113559, "S21": -31.658986284036182, "W22": -40.0, "S22": -50.746902654867256, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105216.0, 509177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92977841144076101, "S11": 0.92977841144076101, "W12": -8.2082401788565953, "S12": -16.144986023263257, "W13": -28.320039674339792, "S13": -28.320039674339792, "W21": -36.669009357026354, "S21": -36.670271233179733, "W22": -40.464055577152507, "S22": -40.464055577152507, "W31": -60.773443261596697, "S31": -64.895114121913764, "W32": -97.439462719152274, "S32": -102.43946271915227 }, "geometry": { "type": "Point", "coordinates": [ 105216.0, 511146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31380286674922148, "S11": 0.31380286674922148, "W12": -4.9782392929156059, "S12": -11.473093308126497, "W13": -16.895925654966433, "S13": -20.048202661903954, "W21": -35.086680763595083, "S21": -35.252110554288045, "W22": -56.454622561492911, "S22": -57.713057902052995, "W31": -77.641982061080313, "S31": -80.08000396055057, "W32": -91.418927050546202, "S32": -96.418927050546202 }, "geometry": { "type": "Point", "coordinates": [ 105216.2, 499861.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13222342835696368, "S11": -0.13327641151626179, "W12": -10.0, "S12": -10.0, "W13": -18.681045086252084, "S13": -20.921060504565624, "W21": -38.329366983013799, "S21": -38.329366983013799, "W22": -56.437659033078873, "S22": -57.692622243628776, "W31": -77.637837193451574, "S31": -80.096166465310446, "W32": -91.415872060729498, "S32": -96.415872060729498 }, "geometry": { "type": "Point", "coordinates": [ 105216.666666666671517, 514099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49897009459871833, "S11": -0.49897009459871833, "W12": -10.918885244014733, "S12": -15.643368879907968, "W13": -17.963564166580028, "S13": -17.963564166580028, "W21": -29.028102434988345, "S21": -29.052299283498051, "W22": -45.056128110831587, "S22": -45.056128110831587, "W31": -72.46574106270559, "S31": -72.46574106270559, "W32": -99.85357472693596, "S32": -104.85357472693596 }, "geometry": { "type": "Point", "coordinates": [ 105216.75, 508381.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51708126312981428, "S11": 0.51708126312981428, "W12": -10.254282233516962, "S12": -10.254282233516962, "W13": -16.092462394921121, "S13": -18.499578959338301, "W21": -35.991856258419993, "S21": -40.961185424783828, "W22": -41.204141469677772, "S22": -41.204141469677772, "W31": -70.0, "S31": -70.0, "W32": -96.324782539373217, "S32": -101.32478253937322 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 501662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7633543789460524, "S11": 0.7633543789460524, "W12": -7.5505310212103005, "S12": -13.919552521868484, "W13": -16.906438097015918, "S13": -21.776748048076279, "W21": -33.92304822182107, "S21": -33.92304822182107, "W22": -45.211981757877126, "S22": -45.211981757877126, "W31": -73.935847300511426, "S31": -77.510413191639415, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 502398.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2344918357675243, "S11": -2.8053730618211641, "W12": -4.9451052599903704, "S12": -7.3088726528613721, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -39.999999999999993, "S22": -47.008342783089859, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 504514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57869723458876288, "S11": -1.827144646942686, "W12": -5.4193831494483451, "S12": -8.0311480165507412, "W13": -20.0, "S13": -21.540931780366058, "W21": -30.0, "S21": -30.0, "W22": -42.177750009762192, "S22": -47.177750009762192, "W31": -73.45201819704549, "S31": -74.08492812776143, "W32": -89.083101803430353, "S32": -94.083101803430353 }, "geometry": { "type": "Point", "coordinates": [ 105217.0, 504724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42934549666956268, "S11": 0.42934549666956268, "W12": -3.5185356454353562, "S12": -3.5185356454353562, "W13": -16.468659630606862, "S13": -16.468659630606862, "W21": -42.841671678043816, "S21": -42.841671678043816, "W22": -38.204223431952663, "S22": -38.204223431952663, "W31": -55.34739099356684, "S31": -55.34739099356684, "W32": -98.034625103118572, "S32": -103.03462510311857 }, "geometry": { "type": "Point", "coordinates": [ 105218.0, 497510.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33640287269778751, "S11": -0.83640287269778746, "W12": -8.2272441337400455, "S12": -8.2272441337400455, "W13": -20.705321180192612, "S13": -20.705321180192612, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -44.733247518326507, "S22": -51.706176969229041, "W31": -81.436471606958392, "S31": -81.436471606958392, "W32": -91.968057440192126, "S32": -96.968057440192126 }, "geometry": { "type": "Point", "coordinates": [ 105219.0, 507073.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.079206566347560806, "S11": -2.7475143121832915, "W12": -3.5500235015855011, "S12": -3.5500235015855011, "W13": -14.984446609482417, "S13": -17.038916266474644, "W21": -42.385202840432981, "S21": -44.987176700128948, "W22": -47.925344878214013, "S22": -52.326905804699805, "W31": -76.139855085775196, "S31": -78.014219971988936, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105219.2, 498365.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056780842733838245, "S11": 0.056780842733838245, "W12": -5.0, "S12": -14.51417411709955, "W13": -19.654708803717007, "S13": -20.30131552684497, "W21": -29.874005798786257, "S21": -29.874005798786257, "W22": -56.386768447837156, "S22": -57.322804196578048, "W31": -77.874572242402664, "S31": -77.874572242402664, "W32": -91.235606458819277, "S32": -96.235606458819277 }, "geometry": { "type": "Point", "coordinates": [ 105219.428571428565192, 503959.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62965753424657533, "S11": -0.62965753424657533, "W12": -11.031132980356047, "S12": -16.241322277928379, "W13": -17.72933410717015, "S13": -17.72933410717015, "W21": -28.900645383349335, "S21": -28.900645383349335, "W22": -29.803241739130435, "S22": -36.25641778313225, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105219.5, 508341.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49471730917115248, "W12": -2.9423744649261088, "S12": -2.9423744649261088, "W13": -17.133459979736578, "S13": -17.133459979736578, "W21": -44.934688547383935, "S21": -50.09058778500679, "W22": -35.406442191415053, "S22": -35.406442191415053, "W31": -66.613909066937623, "S31": -66.613909066937623, "W32": -89.402979329719187, "S32": -94.402979329719187 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 497687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71789648033126297, "S11": -2.8401460313757942, "W12": -6.1827263989415506, "S12": -6.1827263989415506, "W13": -16.058740541687293, "S13": -18.407479835691934, "W21": -43.676647506934863, "S21": -46.676647506934863, "W22": -38.413798816568047, "S22": -38.413798816568047, "W31": -55.004020729092211, "S31": -55.004020729092211, "W32": -98.220059889963565, "S32": -103.22005988996357 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 498152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9772262886069021, "S11": -1.9772262886069021, "W12": -13.684014580866567, "S12": -14.392148516677043, "W13": -16.880579586101177, "S13": -19.067193074349827, "W21": -44.936713286713292, "S21": -44.936713286713292, "W22": -47.811223605650305, "S22": -55.610258741036183, "W31": -81.417660098783486, "S31": -81.417660098783486, "W32": -91.903719121117604, "S32": -96.903719121117604 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 500847.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.126200249067313, "W13": -17.077248249456833, "S13": -17.867365620348853, "W21": -29.363443092347275, "S21": -29.396605488158013, "W22": -42.355460737287949, "S22": -42.355460737287949, "W31": -70.0, "S31": -70.0, "W32": -97.818710857396312, "S32": -102.81871085739631 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 503375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1872681905292533, "S11": 1.1872681905292533, "W12": -10.0, "S12": -18.684812296561994, "W13": -30.0, "S13": -30.0, "W21": -35.444005765413827, "S21": -35.444005765413827, "W22": -56.542044040005152, "S22": -58.316832487373375, "W31": -77.237356167251434, "S31": -78.608100214870746, "W32": -91.802104845374998, "S32": -96.802104845374998 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 510658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16809237677345398, "S11": 0.16809237677345398, "W12": -12.435765637042923, "S12": -14.784074659730098, "W13": -19.315625384919226, "S13": -25.507583442957483, "W21": -33.722216750641593, "S21": -33.722216750641593, "W22": -36.960954214022109, "S22": -40.985476896789734, "W31": -71.459054948876073, "S31": -75.162833592206539, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105220.0, 513091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -38.97631193260672, "S22": -39.747149181420795, "W31": -72.941148315965975, "S31": -76.850747707630333, "W32": -89.076921605843211, "S32": -94.076921605843211 }, "geometry": { "type": "Point", "coordinates": [ 105220.068965517246397, 530027.068965517217293 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27701778385772913, "S11": -3.0116619861041709, "W12": -4.1515862311911826, "S12": -4.1515862311911826, "W13": -14.993901633089653, "S13": -17.36126660027794, "W21": -42.647279631160721, "S21": -45.340112005508168, "W22": -39.713488024806203, "S22": -39.713488024806203, "W31": -52.406017571849091, "S31": -52.406017571849091, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105221.0, 498318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -1.7604284527436009, "S12": -2.3944398855469529, "W13": -15.0, "S13": -18.017022041361251, "W21": -39.153892423707113, "S21": -40.490149424829895, "W22": -44.078116928877456, "S22": -44.078116928877456, "W31": -79.17697028484848, "S31": -79.17697028484848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105221.0, 499018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65786430711230393, "S11": -1.657864307112304, "W12": -8.8542049538595169, "S12": -15.081142938355379, "W13": -23.533645822236764, "S13": -26.295784285788393, "W21": -34.451552740143597, "S21": -34.451552740143597, "W22": -39.686642701891046, "S22": -44.971098838986649, "W31": -78.778726123371143, "S31": -78.778726123371143, "W32": -92.049948940617313, "S32": -97.049948940617313 }, "geometry": { "type": "Point", "coordinates": [ 105221.333333333328483, 505508.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9880939904914907, "S11": -1.9880939904914907, "W12": -13.683130757538791, "S12": -14.367745837923964, "W13": -16.89300833929482, "S13": -19.052797198367113, "W21": -44.901674910455483, "S21": -44.901674910455483, "W22": -40.0, "S22": -51.208122521536993, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105221.4, 500839.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35493198810917936, "S11": -0.85493198810917936, "W12": -7.4886947645781161, "S12": -7.4886947645781161, "W13": -20.587552786720742, "S13": -20.587552786720742, "W21": -30.0, "S21": -30.0, "W22": -44.784286898839284, "S22": -44.784286898839284, "W31": -73.934893934790551, "S31": -77.481562290928096, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105221.5, 507028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92946468580883113, "S11": -1.9343566483303429, "W12": -5.0, "S12": -14.817745060054241, "W13": -19.926414001572944, "S13": -20.781139039402266, "W21": -30.0, "S21": -30.0, "W22": -56.556638193758857, "S22": -58.342392206566416, "W31": -77.219582999647059, "S31": -78.512754295943623, "W32": -91.81098043662675, "S32": -96.81098043662675 }, "geometry": { "type": "Point", "coordinates": [ 105222.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34597117004114342, "S11": -0.34597117004114342, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -26.41944387070123, "W21": -38.644951705842914, "S21": -38.644951705842914, "W22": -29.32512, "S22": -36.87542906618647, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105222.0, 514777.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2400675420181759, "S12": -7.2400675420181759, "W13": -15.0, "S13": -15.0, "W21": -41.944830585189152, "S21": -41.944830585189152, "W22": -38.252285917159767, "S22": -38.252285917159767, "W31": -55.23489992852037, "S31": -55.23489992852037, "W32": -98.091380911860412, "S32": -103.09138091186041 }, "geometry": { "type": "Point", "coordinates": [ 105222.0, 524179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74773021684032659, "S11": -0.74773021684032659, "W12": -11.14403631422925, "S12": -16.839931273480683, "W13": -17.497215852171593, "S13": -18.208012213281275, "W21": -28.77318833171033, "S21": -28.77318833171033, "W22": -42.648915630188974, "S22": -44.59319059459817, "W31": -78.173489615822874, "S31": -80.135603357450321, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105222.25, 508301.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16021525353543353, "S11": 0.16021525353543353, "W12": -12.118836118109664, "S12": -14.222354121240468, "W13": -19.290005019670932, "S13": -25.848900951689309, "W21": -33.838483164168935, "S21": -33.838483164168935, "W22": -56.356888602742565, "S22": -58.451263010178664, "W31": -77.275260883917596, "S31": -79.08054836244871, "W32": -92.409059813256917, "S32": -97.409059813256917 }, "geometry": { "type": "Point", "coordinates": [ 105222.5, 513116.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.180957653261612, "S11": 1.180957653261612, "W12": -11.336061687465669, "S12": -14.344030874773132, "W13": -21.534926031626906, "S13": -21.534926031626906, "W21": -33.336106131608339, "S21": -33.336106131608339, "W22": -38.435270203986299, "S22": -42.538297334176754, "W31": -77.140852141764981, "S31": -77.140852141764981, "W32": -92.110251341186881, "S32": -97.110251341186881 }, "geometry": { "type": "Point", "coordinates": [ 105222.6, 509599.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67912118386446441, "S11": -0.67912118386446441, "W12": -11.71220407026353, "S12": -11.71220407026353, "W13": -20.170637325890478, "S13": -20.170637325890478, "W21": -32.54007060322914, "S21": -32.54007060322914, "W22": -40.563654526200082, "S22": -40.563654526200082, "W31": -60.777390699119344, "S31": -65.777390699119337, "W32": -97.607107833348863, "S32": -102.60710783334886 }, "geometry": { "type": "Point", "coordinates": [ 105222.666666666671517, 507882.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.9511925062161333, "S12": -2.9511925062161333, "W13": -17.119495103005743, "S13": -17.119495103005743, "W21": -44.845436513043481, "S21": -49.924597438918376, "W22": -46.215955913360084, "S22": -46.216634895487275, "W31": -78.664764998537692, "S31": -78.664764998537692, "W32": -94.399782540553247, "S32": -99.399782540553247 }, "geometry": { "type": "Point", "coordinates": [ 105223.0, 497686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63287562714549783, "S11": 0.63287562714549783, "W12": -5.0, "S12": -9.6070476045042739, "W13": -17.046677886312246, "S13": -20.366443144528208, "W21": -30.123837972853, "S21": -30.123837972853, "W22": -35.157290500076016, "S22": -35.326473148417321, "W31": -72.014598482328154, "S31": -72.014598482328154, "W32": -92.276331169703184, "S32": -97.276331169703184 }, "geometry": { "type": "Point", "coordinates": [ 105223.0, 503024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.034502090803799616, "S11": -0.33672877477118934, "W12": -10.0, "S12": -10.0, "W13": -19.012207263634686, "S13": -29.902540481931815, "W21": -36.197729143340567, "S21": -36.197729143340567, "W22": -40.567385393906086, "S22": -40.567385393906086, "W31": -60.917458970986146, "S31": -65.624440331643555, "W32": -97.660023873232248, "S32": -102.66002387323225 }, "geometry": { "type": "Point", "coordinates": [ 105223.444444444437977, 513544.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9038184845780457, "S11": 0.9038184845780457, "W12": -7.6747100207270424, "S12": -16.067389682663386, "W13": -27.233799644584039, "S13": -27.233799644584039, "W21": -36.587672439694394, "S21": -36.587672439694394, "W22": -38.596672874616161, "S22": -53.573972610647338, "W31": -73.229245850272463, "S31": -73.229245850272463, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105223.875, 511179.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10366161932173686, "S11": 0.10366161932173686, "W12": -4.9999999999999991, "S12": -14.539896437367879, "W13": -19.6206052353009, "S13": -20.201286502323249, "W21": -29.830877630243101, "S21": -29.830877630243101, "W22": -29.050574898286278, "S22": -33.412604569324763, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105224.0, 503935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73243590160205374, "S11": -1.6687345832967302, "W12": -5.5994770024358793, "S12": -5.5994770024358793, "W13": -20.0, "S13": -21.148885191347755, "W21": -30.0, "S21": -30.0, "W22": -39.041823081508099, "S22": -39.041823081508099, "W31": -57.218895560918121, "S31": -57.225809713812801, "W32": -97.69785306283238, "S32": -102.69785306283238 }, "geometry": { "type": "Point", "coordinates": [ 105224.0, 504676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46555716773070227, "S11": -0.46555716773070227, "W12": -5.431092312572698, "S12": -6.6020684755625947, "W13": -20.0, "S13": -22.00348250158596, "W21": -30.0, "S21": -30.0, "W22": -50.573836888199246, "S22": -50.573836888199246, "W31": -75.027190117401361, "S31": -75.027190117401361, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105224.0, 505010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": 0.0, "S12": 0.0, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -41.740807072362152, "W22": -40.0, "S22": -51.959182764274004, "W31": -79.849794223030287, "S31": -79.849794223030287, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 498806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3900824587706147, "S11": -2.3900824587706149, "W12": -5.3504669560131743, "S12": -11.99448388080366, "W13": -20.0, "S13": -22.068738766123918, "W21": -30.0, "S21": -30.0, "W22": -40.996076470065724, "S22": -40.996076470065724, "W31": -70.0, "S31": -70.0, "W32": -96.715077860648023, "S32": -101.71507786064802 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 504940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48456567818410062, "S11": -3.1860624707714136, "W12": -4.8438166560478484, "S12": -5.203056938545159, "W13": -15.0, "S13": -15.0, "W21": -39.453259469349845, "S21": -39.453259469349845, "W22": -50.277746122289678, "S22": -51.212731596593692, "W31": -75.416720622326565, "S31": -75.416720622326565, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82811602365530834, "S11": -0.82811602365530834, "W12": -11.320532608695652, "S12": -17.172278364395041, "W13": -17.266896681210874, "S13": -19.053294334203823, "W21": -28.715308406996623, "S21": -28.715308406996623, "W22": -44.356592039800994, "S22": -44.356592039800994, "W31": -73.913586575777174, "S31": -77.468461973658492, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105225.0, 508261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87216313078669039, "S11": 0.87216313078669039, "W12": -10.0, "S12": -16.782393522056559, "W13": -30.0, "S13": -30.0, "W21": -35.902572654407351, "S21": -35.902572654407351, "W22": -35.169795257456578, "S22": -35.474264383114289, "W31": -72.083155109864862, "S31": -72.083155109864862, "W32": -92.258763849700301, "S32": -97.258763849700301 }, "geometry": { "type": "Point", "coordinates": [ 105225.5, 510804.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39383478965859786, "S11": -0.89383478965859786, "W12": -6.5037051104015173, "S12": -7.5518708082178421, "W13": -20.440888164160356, "S13": -20.440888164160356, "W21": -30.0, "S21": -30.0, "W22": -43.260413392242675, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.236829230935925, "S32": -95.236829230935925 }, "geometry": { "type": "Point", "coordinates": [ 105225.666666666671517, 506969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53738317756995513, "S11": -0.53738317756995513, "W12": -11.562760187510746, "S12": -11.562760187510746, "W13": -16.327824226307253, "S13": -19.327824226307253, "W21": -35.819449261585127, "S21": -36.573324084323467, "W22": -38.509496828470553, "S22": -52.827610614105602, "W31": -67.670591438764532, "S31": -73.774367840951555, "W32": -96.277807035287367, "S32": -101.27780703528737 }, "geometry": { "type": "Point", "coordinates": [ 105225.714285714289872, 501481.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63605167795809048, "S11": -1.8214280220441119, "W12": -4.6702272959722091, "S12": -5.3984854255411525, "W13": -16.64403703258964, "S13": -19.196806376795053, "W21": -45.126187278660126, "S21": -48.126187278660126, "W22": -45.07125606632826, "S22": -45.071508096070097, "W31": -78.767624368677517, "S31": -78.767624368677517, "W32": -94.579250399559839, "S32": -99.579250399559839 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14, "S11": -0.14, "W12": -10.14, "S12": -10.14, "W13": -17.139999, "S13": -17.139999, "W21": -29.139999, "S21": -29.139999, "W22": -41.138885324913673, "S22": -45.107431171747585, "W31": -73.356332928018816, "S31": -74.700059466661401, "W32": -89.090402123959606, "S32": -94.090402123959606 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.171053877473724, "W12": -5.5534460524430438, "S12": -10.91815226595067, "W13": -20.0, "S13": -21.702512479201332, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.069852882045701, "S22": -35.23482750133504, "W31": -71.855425122380126, "S31": -71.855425122380126, "W32": -92.247804154314068, "S32": -97.247804154314068 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 504753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.873304633445915, "S12": -16.975640294413893, "W13": -19.955215293528415, "S13": -34.955215293528411, "W21": -35.721760856243932, "S21": -35.721760856243932, "W22": -38.620211909196158, "S22": -53.431337509961772, "W31": -73.413429544964458, "S31": -73.413429544964458, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 512573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0, "S12": -4.0, "W13": -15.0, "S13": -15.0, "W21": -41.758794476605289, "S21": -41.872891723772447, "W22": -38.305454623885673, "S22": -53.305454623885673, "W31": -70.13561503013841, "S31": -70.13561503013841, "W32": -89.755352947106076, "S32": -94.755352947106076 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 524066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44897070154237073, "S11": 0.44897070154237073, "W12": -10.362488156004451, "S12": -18.986703068012762, "W13": -21.013674421020955, "S13": -21.013674421020955, "W21": -31.722236867759271, "S21": -31.722236867759271, "W22": -38.44493693767717, "S22": -53.44493693767717, "W31": -69.058137381508828, "S31": -69.058137381508828, "W32": -89.614812284790773, "S32": -94.614812284790773 }, "geometry": { "type": "Point", "coordinates": [ 105226.2, 509233.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4966938690101887, "S11": -1.4966938690101887, "W12": -13.596594372523443, "S12": -13.596594372523443, "W13": -16.515583966356441, "S13": -19.515583966356441, "W21": -40.302678472700599, "S21": -40.302678472700599, "W22": -38.66640968178006, "S22": -38.66640968178006, "W31": -63.368816921308159, "S31": -63.653087791963841, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.333333333328483, 501300.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4974935679808139, "S12": -5.4974935679808139, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -43.975408455748081, "S21": -43.975408455748081, "W22": -50.231612916954269, "S22": -51.412647013965184, "W31": -75.493695432563698, "S31": -75.493695432563698, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.75, 524977.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32626538987688103, "S11": -3.0977502413917302, "W12": -4.3034185496452118, "S12": -4.3034185496452118, "W13": -14.996045020677627, "S13": -17.469806799795606, "W21": -42.61318727525753, "S21": -45.319966225834825, "W22": -38.025288816803894, "S22": -38.025288816803894, "W31": -56.133389920870982, "S31": -56.133389920870982, "W32": -97.873621233011619, "S32": -102.87362123301162 }, "geometry": { "type": "Point", "coordinates": [ 105227.0, 498308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37673832966523807, "S11": -0.83847008118937716, "W12": -8.7688865678373471, "S12": -8.7688865678373471, "W13": -20.914551713564968, "S13": -20.914551713564968, "W21": -30.0, "S21": -30.0, "W22": -36.568990747734141, "S22": -42.340953888180493, "W31": -72.0672715856482, "S31": -73.818064235043792, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105227.0, 507118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80981258570775561, "S11": 0.80981258570775561, "W12": -5.6660554846938771, "S12": -18.888182069582029, "W13": -24.694156854330391, "S13": -24.694156854330391, "W21": -36.335116318997343, "S21": -36.335116318997343, "W22": -56.106870229007633, "S22": -57.083361914728648, "W31": -77.727093581671411, "S31": -77.727093581671411, "W32": -91.242917978152207, "S32": -96.242917978152207 }, "geometry": { "type": "Point", "coordinates": [ 105227.0, 511296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32946750456306889, "S11": -0.32946750456306889, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -26.173561912630383, "W21": -38.883493939764087, "S21": -38.962558978408488, "W22": -40.0, "S22": -52.793334449840899, "W31": -79.613321871695589, "S31": -79.613321871695589, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105227.0, 514726.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51401847344028573, "S11": 0.51401847344028573, "W12": -10.334145453512084, "S12": -10.334145453512084, "W13": -16.143408623247328, "S13": -18.593033708455124, "W21": -35.760629163744341, "S21": -40.28881677427988, "W22": -35.956729206827291, "S22": -49.905208002298714, "W31": -64.55571316175903, "S31": -71.395441824308392, "W32": -98.279194191255982, "S32": -103.27919419125598 }, "geometry": { "type": "Point", "coordinates": [ 105227.111111111109494, 501656.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2589626818469322, "W12": -3.5089747448816166, "S12": -6.8458609724265269, "W13": -16.977566320036505, "S13": -19.153470519405385, "W21": -45.857656804174404, "S21": -51.033386546088074, "W22": -50.664608263419609, "S22": -50.664608263419609, "W31": -75.171455568589977, "S31": -75.171455568589977, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 497774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94456311013731309, "S11": 0.94456311013731309, "W12": -10.0, "S12": -17.808708689948148, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.690258893271512, "S21": -36.690258893271512, "W22": -50.004487741511063, "S22": -65.00448774151107, "W31": -80.146770545563911, "S31": -80.146770545563911, "W32": -91.023069931260693, "S32": -96.023069931260693 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 511051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33792506461501226, "S11": -0.33792506461501226, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -26.285335917825847, "W21": -38.753929636951852, "S21": -38.753929636951852, "W22": -45.922117017487231, "S22": -45.922117017487231, "W31": -79.138788493939401, "S31": -79.138788493939401, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 514753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.751705786981173, "S12": -8.751705786981173, "W13": -15.0, "S13": -24.021248103604634, "W21": -39.569643199511418, "S21": -43.059475845387993, "W22": -46.414511793224051, "S22": -48.832987969085323, "W31": -76.10561182439281, "S31": -76.691935781715799, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105228.0, 516428.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48848130275663426, "S11": -0.48848130275663426, "W12": -10.164622573363424, "S12": -10.164622573363424, "W13": -19.92845863025391, "S13": -29.081178988241284, "W21": -37.371890973427213, "S21": -37.371890973427213, "W22": -38.609441305607099, "S22": -38.609441305607099, "W31": -57.036716426286546, "S31": -57.041805406647384, "W32": -97.767480795745527, "S32": -102.76748079574553 }, "geometry": { "type": "Point", "coordinates": [ 105228.2, 515230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37409315134099613, "S11": -2.5229155384985718, "W12": -5.0, "S12": -5.0, "W13": -14.639107158566087, "S13": -17.639107158566087, "W21": -39.140144411102781, "S21": -39.140144411102781, "W22": -39.203807005370791, "S22": -39.203807005370791, "W31": -67.412807286820154, "S31": -77.31131572721165, "W32": -90.855286189392601, "S32": -95.855286189392601 }, "geometry": { "type": "Point", "coordinates": [ 105229.0, 497181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.558878309282492, "S12": -7.6597169903710487, "W13": -18.707468625194657, "S13": -18.707468625194657, "W21": -29.373490993660752, "S21": -29.373490993660752, "W22": -48.729683498541412, "S22": -48.731718991698635, "W31": -78.263354306115161, "S31": -78.263354306115161, "W32": -94.279609279609261, "S32": -99.279609279609261 }, "geometry": { "type": "Point", "coordinates": [ 105229.0, 503643.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65855762081784386, "S11": -1.1585576208178439, "W12": -5.0, "S12": -7.2229159635504754, "W13": -20.09462662917683, "S13": -22.504580824238833, "W21": -32.551807092910586, "S21": -32.999848663147695, "W22": -38.275580409724675, "S22": -53.275580409724675, "W31": -72.116578645745705, "S31": -72.116578645745705, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105229.0, 506766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7510426491374507, "S11": 1.2545508056012289, "W12": -10.0, "S12": -17.88449266113593, "W13": -24.160066694456024, "S13": -33.524535850713988, "W21": -37.590608486531124, "S21": -37.590608486531124, "W22": -50.0, "S22": -50.002662504041012, "W31": -78.089549336103616, "S31": -78.089549336103616, "W32": -93.941391941391956, "S32": -98.941391941391956 }, "geometry": { "type": "Point", "coordinates": [ 105229.0, 512244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26576391474030125, "S11": 0.26177489369706869, "W12": -4.4090055955235306, "S12": -4.4090055955235306, "W13": -15.17097069872279, "S13": -15.175444941043635, "W21": -38.628038898766235, "S21": -38.628038898766235, "W22": -56.00508905852417, "S22": -56.994348179922518, "W31": -77.67504228964863, "S31": -78.250261345537481, "W32": -91.242663395667464, "S32": -96.242663395667464 }, "geometry": { "type": "Point", "coordinates": [ 105229.6, 497329.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26552296607622233, "S11": 0.26552296607622206, "W12": -4.4077685851317723, "S12": -4.4077685851317723, "W13": -15.171507137490668, "S13": -15.171507137490668, "W21": -38.653004596298551, "S21": -38.653004596298551, "W22": -40.0, "S22": -45.928152045698532, "W31": -79.189735046441029, "S31": -79.189735046441029, "W32": -91.913384314240261, "S32": -96.913384314240261 }, "geometry": { "type": "Point", "coordinates": [ 105229.6, 497329.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85910199106054452, "S11": -0.85910199106054452, "W12": -12.267900577809302, "S12": -12.267900577809302, "W13": -16.414728828699491, "S13": -19.414728828699491, "W21": -37.234636312715054, "S21": -37.234636312715054, "W22": -44.765283508529244, "S22": -51.944545546143061, "W31": -81.066924685440085, "S31": -81.066924685440085, "W32": -91.832744736475078, "S32": -96.832744736475078 }, "geometry": { "type": "Point", "coordinates": [ 105230.5, 501421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.675, "S11": -0.675, "W12": -11.127393467362392, "S12": -16.079901983597139, "W13": -17.671003553100785, "S13": -17.671003553100785, "W21": -28.870137792120421, "S21": -28.870137792120421, "W22": -40.670715210659658, "S22": -40.670715210659651, "W31": -61.359298911071043, "S31": -65.192770908268571, "W32": -97.880585027312222, "S32": -102.88058502731222 }, "geometry": { "type": "Point", "coordinates": [ 105230.75, 508332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35320107238605891, "S11": 0.35320107238605891, "W12": -10.000000000000002, "S12": -10.524976501841678, "W13": -17.165358676721549, "S13": -17.565358676721548, "W21": -29.248462981755939, "S21": -29.248462981755939, "W22": -39.804381762979162, "S22": -52.717042958758761, "W31": -78.540923371851534, "S31": -78.540923371851534, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 503438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48838073128264659, "S11": -0.56290083930395873, "W12": -5.5131881146240875, "S12": -6.5184506859206133, "W13": -20.0, "S13": -21.954117545992812, "W21": -30.0, "S21": -30.0, "W22": -37.027774794038478, "S22": -38.759493258389483, "W31": -67.35326144164317, "S31": -67.35326144164317, "W32": -89.400424293196238, "S32": -94.400424293196238 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 505011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50202399789029539, "S11": -3.1432214319601455, "W12": -4.8353098249591238, "S12": -5.2496051262576318, "W13": -15.810810810810811, "S13": -15.810810810810811, "W21": -39.592296755209127, "S21": -39.592296755209127, "W22": -46.228047588586215, "S22": -46.228047588586215, "W31": -78.782110261008199, "S31": -78.782110261008199, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41566811964527284, "S11": -2.7097532546862615, "W12": -8.4836065573770494, "S12": -8.4836065573770494, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -37.692615386465185, "S21": -37.912859395588193, "W22": -50.278491515356023, "S22": -51.249095826293818, "W31": -75.399506015570083, "S31": -75.399506015570083, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 506374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40750214293988185, "S11": -0.82447775671480361, "W12": -9.2933189322635403, "S12": -9.2933189322635403, "W13": -21.070333514515475, "S13": -21.070333514515475, "W21": -30.0, "S21": -30.0, "W22": -33.631514350453173, "S22": -39.77500888699727, "W31": -71.09223297901606, "S31": -72.202857879194653, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105231.0, 507157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79507564315403823, "S11": -0.79507564315403823, "W12": -11.672055143285093, "S12": -13.256219036567028, "W13": -19.018021814504831, "S13": -19.018021814504831, "W21": -31.297237548220373, "S21": -31.297237548220373, "W22": -40.0, "S22": -51.403581968050972, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105231.6, 507993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40652381481070277, "S11": -0.40652381481070277, "W12": -6.7923125929071988, "S12": -10.927534327895902, "W13": -20.0, "S13": -21.847802903067187, "W21": -30.140350533057404, "S21": -30.140350533057404, "W22": -39.718661839486323, "S22": -40.71391023993796, "W31": -67.779384416776921, "S31": -77.779384416776921, "W32": -93.929242129650902, "S32": -98.929242129650902 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 505184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68520378938092086, "S11": -1.6852037893809206, "W12": -8.8552383221447712, "S12": -17.504355969203594, "W13": -25.982227722786622, "S13": -25.982227722786622, "W21": -36.732408712274484, "S21": -36.732408712274484, "W22": -39.971673081903994, "S22": -52.839994971034791, "W31": -79.211733471278706, "S31": -79.211733471278706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3993865914110426, "S11": 2.3993865914110426, "W12": -6.9418277864812188, "S12": -22.078676127713447, "W13": -25.220954823614111, "S13": -31.753165342769222, "W21": -38.425038479586163, "S21": -38.425038479586163, "W22": -38.428322338777711, "S22": -42.87694904131807, "W31": -77.132636527534217, "S31": -77.132636527534217, "W32": -91.987618366973891, "S32": -96.987618366973891 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 512048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7792715308884706, "S12": -8.7792715308884706, "W13": -15.0, "S13": -23.540644308271251, "W21": -39.427429172144095, "S21": -43.296015463292981, "W22": -43.088006764551416, "S22": -43.964388026838719, "W31": -77.546375311387479, "S31": -80.696353248729537, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 516387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7448772269133752, "S11": 1.7448772269133752, "W12": -3.8257968765226447, "S12": -3.8257968765226447, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -43.736643154529574, "S21": -44.966486341891638, "W22": -54.821114369502148, "S22": -55.533278136109885, "W31": -77.868623523314284, "S31": -77.868623523314284, "W32": -91.077618351457062, "S32": -96.077618351457062 }, "geometry": { "type": "Point", "coordinates": [ 105232.0, 523325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30643770639447615, "S11": -0.37224481876599896, "W12": -4.6394524380495605, "S12": -4.6394524380495605, "W13": -15.073951915852742, "S13": -15.83518883177284, "W21": -40.0, "S21": -40.0, "W22": -30.325167653769043, "S22": -36.59346331851247, "W31": -70.0, "S31": -70.162374965355696, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105233.0, 497294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2954240169439335, "S11": -3.1371767555977543, "W12": -5.0, "S12": -14.760918094252272, "W13": -20.0, "S13": -20.44599561939906, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -50.0042897901169, "S22": -65.004289790116914, "W31": -80.241308143016354, "S31": -80.241308143016354, "W32": -91.160819932790375, "S32": -96.160819932790375 }, "geometry": { "type": "Point", "coordinates": [ 105233.0, 504332.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73690817426888788, "S11": 0.73690817426888788, "W12": -3.9253922629126645, "S12": -3.9253922629126645, "W13": -15.0, "S13": -15.0, "W21": -41.634194552958945, "S21": -41.993820732777209, "W22": -39.754418306976746, "S22": -39.754418306976746, "W31": -52.911713817046042, "S31": -52.911713817046042, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105233.0, 523920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2297998475883154, "S11": -2.2297998475883154, "W12": -13.542001900094295, "S12": -13.542001900094295, "W13": -17.578227372734901, "S13": -19.182145328026948, "W21": -42.559782948645484, "S21": -42.805116256975637, "W22": -31.353600627058437, "S22": -31.353600627058437, "W31": -70.0, "S31": -70.0, "W32": -91.812957099536206, "S32": -96.812957099536206 }, "geometry": { "type": "Point", "coordinates": [ 105233.5, 500575.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23554812715175352, "S11": -0.23554812715175352, "W12": -10.0, "S12": -10.0, "W13": -19.285867942803417, "S13": -23.877651961821527, "W21": -39.745631933040301, "S21": -39.745631933040301, "W22": -40.0, "S22": -47.303175117446948, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105233.545454545455868, 514429.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66548715161866312, "S11": -1.8600682884405189, "W12": -4.9861035093646588, "S12": -7.9861035093646588, "W13": -16.523990297557582, "S13": -18.989532889507615, "W21": -44.810054435158776, "S21": -47.810054435158776, "W22": -38.061008349576703, "S22": -38.061008349576703, "W31": -55.945002525394244, "S31": -55.945002525394244, "W32": -97.964349025014769, "S32": -102.96434902501477 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.000907058447781, "S12": -10.000907058447781, "W13": -18.805567740558992, "S13": -28.72768207803469, "W21": -37.157466269602295, "S21": -37.157466269602295, "W22": -37.843396050016203, "S22": -41.806531064794008, "W31": -76.367215134987106, "S31": -76.367215134987106, "W32": -91.99250057352414, "S32": -96.99250057352414 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 515346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4287829368928371, "S11": 1.4287829368928371, "W12": -3.7, "S12": -3.7, "W13": -15.0, "S13": -15.0, "W21": -43.109284970818933, "S21": -44.125192098009485, "W22": -39.9108206767296, "S22": -52.818457588469677, "W31": -79.008657086563261, "S31": -79.008657086563261, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105234.0, 523500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44688278147058214, "S11": -3.2509026602472009, "W12": -4.7043107548362526, "S12": -4.7043107548362526, "W13": -15.0, "S13": -15.0, "W21": -39.005689257711467, "S21": -39.005689257711467, "W22": -39.814707940350239, "S22": -44.123373728833492, "W31": -67.881460512390063, "S31": -77.605560341573238, "W32": -94.731254816107622, "S32": -99.731254816107622 }, "geometry": { "type": "Point", "coordinates": [ 105234.25, 506275.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.8616543272912649, "W12": -7.3126507779515464, "S12": -8.1232464683003371, "W13": -15.0, "S13": -18.0, "W21": -33.195690563253237, "S21": -33.195690563253237, "W22": -41.817269028990609, "S22": -41.817269028990609, "W31": -70.0, "S31": -70.0, "W32": -97.729396441833444, "S32": -102.72939644183344 }, "geometry": { "type": "Point", "coordinates": [ 105234.333333333328483, 496799.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65518142467966778, "S11": -1.6551814246796677, "W12": -9.1720707271124873, "S12": -15.353562975174764, "W13": -24.131849011043304, "S13": -26.773042845087556, "W21": -34.904933327751863, "S21": -34.904933327751863, "W22": -40.550940978790258, "S22": -40.550940978790258, "W31": -71.394795617743512, "S31": -71.394795617743512, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105234.666666666671517, 505541.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.079709044908286009, "W12": -3.2329890126739191, "S12": -3.2329890126739191, "W13": -17.034441509162086, "S13": -18.706840477347811, "W21": -45.942027189756942, "S21": -51.269117801725834, "W22": -38.099279941035654, "S22": -40.557860836830898, "W31": -67.644846295624419, "S31": -67.644846295624419, "W32": -89.398386505491217, "S32": -94.398386505491217 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 497742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62410958904109592, "S11": -0.62410958904109592, "W12": -11.113259668508288, "S12": -15.656099563295058, "W13": -17.774177639164357, "S13": -17.774177639164357, "W21": -28.923424238458615, "S21": -28.923424238458615, "W22": -53.362047040350319, "S22": -53.691717522950725, "W31": -78.16620537906654, "S31": -78.16620537906654, "W32": -90.538994008928768, "S32": -95.538994008928768 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 508350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7262283413777002, "W12": -5.7467893851973555, "S12": -17.706508798202474, "W13": -24.999999999999996, "S13": -38.341189742862639, "W21": -38.341189742862639, "S21": -38.341189742862639, "W22": -37.848675388829555, "S22": -41.298965042876553, "W31": -71.552745887394806, "S31": -75.55231242402246, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 511848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2348052888852434, "S11": 1.6623618579082218, "W12": -8.1163164999480806, "S12": -24.117582643275504, "W13": -25.141115453998797, "S13": -32.473944283975854, "W21": -38.282885396266281, "S21": -38.282885396266281, "W22": -29.316441622487979, "S22": -29.316441622487979, "W31": -70.0, "S31": -70.0, "W32": -90.071352122725656, "S32": -95.071352122725656 }, "geometry": { "type": "Point", "coordinates": [ 105235.0, 512128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41318466353684274, "S11": 0.41318466353684274, "W12": -3.5805563132805309, "S12": -3.5805563132805309, "W13": -16.5469806508357, "S13": -16.5469806508357, "W21": -42.164512193981096, "S21": -42.164512193981096, "W22": -44.086422329504252, "S22": -56.527295395850025, "W31": -80.0, "S31": -80.0, "W32": -90.174568276945521, "S32": -95.174568276945521 }, "geometry": { "type": "Point", "coordinates": [ 105235.666666666671517, 497509.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38511937341907171, "S11": -2.0662018859198574, "W12": -5.0, "S12": -5.0, "W13": -14.509990213327468, "S13": -17.50999021332747, "W21": -38.292573143285821, "S21": -38.292573143285821, "W22": -37.613528806572809, "S22": -37.613528806572809, "W31": -66.950172078249693, "S31": -71.501481097215859, "W32": -89.555695009082967, "S32": -94.555695009082967 }, "geometry": { "type": "Point", "coordinates": [ 105236.0, 497142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24373913043478262, "S11": 0.24373913043478262, "W12": -4.3290647482014393, "S12": -4.3290647482014393, "W13": -15.211126972201352, "S13": -15.211126972201352, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -40.0, "S22": -40.0, "W31": -71.129716231729248, "S31": -71.129716231729248, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105236.0, 497346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.755766454965358, "S11": -1.755766454965358, "W12": -14.404727047708167, "S12": -14.404727047708167, "W13": -16.641758839528556, "S13": -19.641758839528556, "W21": -41.582744083499001, "S21": -41.582744083499001, "W22": -42.943456506337967, "S22": -44.822724688567838, "W31": -78.462057591790796, "S31": -79.730356178589986, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105236.0, 501214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68414520144757174, "S11": -1.6841452014475717, "W12": -9.615277880187481, "S12": -16.748807291952186, "W13": -25.580857445972033, "S13": -26.580767493646768, "W21": -36.04061728222802, "S21": -36.04061728222802, "W22": -53.333333333333329, "S22": -53.683133076574414, "W31": -78.124662736499275, "S31": -78.124662736499275, "W32": -90.590635192338837, "S32": -95.590635192338837 }, "geometry": { "type": "Point", "coordinates": [ 105236.0, 505626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38315606435439464, "S11": 0.38315606435439464, "W12": -12.484073320950412, "S12": -17.106491897738877, "W13": -19.874712104270323, "S13": -30.923215490230351, "W21": -34.852865108062332, "S21": -34.852865108062332, "W22": -28.938874916387963, "S22": -38.013439369489035, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105236.5, 512740.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1268937190795185, "S12": -5.2595912102675753, "W13": -15.0, "S13": -15.0, "W21": -41.719708247395452, "S21": -41.719708247395452, "W22": -29.268052767846132, "S22": -29.900805580861256, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105236.625, 524106.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37134961685823753, "S11": -2.6286503831417622, "W12": -5.0, "S12": -5.02694360799343, "W13": -14.6045415108863, "S13": -17.6045415108863, "W21": -39.03980682670668, "S21": -39.03980682670668, "W22": -38.378160121070785, "S22": -50.969096316658138, "W31": -68.499160109549862, "S31": -68.499160109549862, "W32": -89.498016270809899, "S32": -94.498016270809899 }, "geometry": { "type": "Point", "coordinates": [ 105237.0, 497176.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89865617393044117, "S11": 0.89865617393044117, "W12": -10.364356435643563, "S12": -10.364356435643563, "W13": -16.863750927692042, "S13": -17.923593307927586, "W21": -35.613795712906338, "S21": -45.613795712906338, "W22": -55.75063613231552, "S22": -56.89552372812534, "W31": -77.445471416352149, "S31": -80.572725534687194, "W32": -91.342852968307369, "S32": -96.342852968307369 }, "geometry": { "type": "Point", "coordinates": [ 105237.0, 501953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.757048789285367, "W13": -17.171052619870402, "S13": -17.767343699682609, "W21": -29.299055937166425, "S21": -29.299055937166425, "W22": -47.506327357442068, "S22": -62.506327357442068, "W31": -80.0, "S31": -80.0, "W32": -90.40087654206927, "S32": -95.40087654206927 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 503416.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33827701831312862, "S11": -0.83827701831312862, "W12": -5.0, "S12": -6.236979758926541, "W13": -20.331249738679603, "S13": -21.080180814444951, "W21": -30.514465546029577, "S21": -30.514465546029577, "W22": -37.120707993516568, "S22": -37.120707993516568, "W31": -66.818568396505782, "S31": -68.129027427645283, "W32": -89.500970702196668, "S32": -94.500970702196668 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 506899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0107520528693827, "S11": 1.5462721370651378, "W12": -9.3090633761378978, "S12": -19.607366744079151, "W13": -25.0, "S13": -33.499012235534032, "W21": -37.90981066126777, "S21": -37.90981066126777, "W22": -42.481777441820888, "S22": -49.293224606205101, "W31": -79.976836532097337, "S31": -79.976836532097337, "W32": -91.774053201426014, "S32": -96.774053201426014 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 512198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084001551509445979, "S11": -0.24330143256791897, "W12": -10.0, "S12": -11.0, "W13": -19.071357073786636, "S13": -32.068183735668555, "W21": -35.18590917680902, "S21": -35.18590917680902, "W22": -37.836149373202353, "S22": -41.286094978076029, "W31": -71.551402370804723, "S31": -75.547212224872027, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 513369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14408953611038289, "S11": -0.14408953611038289, "W12": -10.0, "S12": -10.0, "W13": -18.592429905700616, "S13": -21.175896823628687, "W21": -38.527457329717976, "S21": -38.527457329717976, "W22": -35.840176883732738, "S22": -35.953587695954397, "W31": -67.141148778240989, "S31": -67.141148778240989, "W32": -89.427468068546631, "S32": -94.427468068546631 }, "geometry": { "type": "Point", "coordinates": [ 105238.0, 514141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97304352515540682, "S11": -0.97304352515540682, "W12": -11.612111097404535, "S12": -16.579719350093431, "W13": -17.233364514709439, "S13": -19.804627717645289, "W21": -28.906723192682232, "S21": -28.906723192682232, "W22": -39.938160876132933, "S22": -43.256334570401322, "W31": -72.940436150993222, "S31": -75.477445566396696, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105238.2, 508197.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8498313053699309, "S11": 0.8498313053699309, "W12": -6.6292649872448983, "S12": -19.693634639858033, "W13": -25.0, "S13": -25.0, "W21": -36.420591467078715, "S21": -36.420591467078715, "W22": -29.832083478260866, "S22": -36.901962081276807, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105239.0, 511250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -50.006525565735544, "S22": -65.006525565735544, "W31": -80.0, "S31": -80.0, "W32": -90.860389110345068, "S32": -95.860389110345068 }, "geometry": { "type": "Point", "coordinates": [ 105239.189473684207769, 530016.863157894695178 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.0238173717351273, "W12": -5.2349438042037812, "S12": -5.2349438042037812, "W13": -15.478407016212342, "S13": -18.478407016212344, "W21": -42.834418801124514, "S21": -45.669073040543211, "W22": -43.674740346608829, "S22": -55.386499243034649, "W31": -80.0, "S31": -80.0, "W32": -90.101525442149651, "S32": -95.101525442149651 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 498238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50458299264104667, "S11": 0.17922857985438562, "W12": -4.5727400457229948, "S12": -13.970965658995409, "W13": -15.778552187686902, "S13": -19.416284512629858, "W21": -33.175091028387918, "S21": -33.370274694628328, "W22": -47.75648, "S22": -47.936837316005011, "W31": -73.28529070937708, "S31": -74.13830616613032, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 499595.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.480901767733274, "S12": -10.480901767733274, "W13": -16.216904340335933, "S13": -18.76512519923164, "W21": -35.382087791726349, "S21": -38.602816042325955, "W22": -46.880444310498326, "S22": -50.091907519276042, "W31": -76.066603728563635, "S31": -76.304334087438519, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 501642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2767586322213862, "S11": -3.239481636916222, "W12": -5.0, "S12": -14.999999999999998, "W13": -20.0, "S13": -20.447577886947329, "W21": -30.0, "S21": -30.0, "W22": -37.16584659534044, "S22": -41.014231060092399, "W31": -71.432896239476491, "S31": -74.873636792868169, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0073918372755582377, "S11": -0.0073918372755582377, "W12": -10.31021389989197, "S12": -10.31021389989197, "W13": -20.456325514857092, "S13": -20.456325514857092, "W21": -30.662247658869312, "S21": -31.077869903331909, "W22": -39.792241758438884, "S22": -45.530470739577851, "W31": -67.93055664932028, "S31": -76.367836433741559, "W32": -95.212417037754875, "S32": -100.21241703775488 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 508874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3191751528822708, "S12": -6.9292610208616452, "W13": -15.0, "S13": -15.0, "W21": -41.907356537778874, "S21": -41.907356537778874, "W22": -36.656960846855924, "S22": -36.820263333842576, "W31": -66.76934573955262, "S31": -66.76934573955262, "W32": -89.483085833428675, "S32": -94.483085833428675 }, "geometry": { "type": "Point", "coordinates": [ 105240.0, 524183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.361977884653996, "S12": -19.699324381162544, "W13": -20.0, "S13": -33.210951440224321, "W21": -36.368014492736854, "S21": -36.368014492736854, "W22": -38.47422790072136, "S22": -43.818214046817076, "W31": -67.936431149605681, "S31": -67.936431149605681, "W32": -89.396348717786196, "S32": -94.396348717786196 }, "geometry": { "type": "Point", "coordinates": [ 105241.0, 512476.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.72298322928143, "S11": 1.72298322928143, "W12": -3.9049413333805436, "S12": -3.9049413333805436, "W13": -15.260749450767445, "S13": -15.260749450767445, "W21": -44.074565071930408, "S21": -45.480189999331962, "W22": -39.782404598825828, "S22": -52.769362394839895, "W31": -78.573672719527124, "S31": -78.573672719527124, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105241.25, 523215.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32229402665174456, "S11": -0.32229402665174456, "W12": -10.0, "S12": -10.0, "W13": -19.930917490089474, "S13": -25.948072059159848, "W21": -38.961703808595807, "S21": -39.407936903102616, "W22": -43.840374964559118, "S22": -43.877871568127638, "W31": -78.771343530853869, "S31": -79.059231007643035, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105241.571428571434808, 514706.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6067847748864654, "S12": -8.6067847748864654, "W13": -15.809389741019132, "S13": -25.802014360517948, "W21": -40.153762941632486, "S21": -40.760049812232694, "W22": -55.648854961832058, "S22": -56.69654565090309, "W31": -77.481848805921345, "S31": -81.216881637130314, "W32": -91.272153541186455, "S32": -96.272153541186455 }, "geometry": { "type": "Point", "coordinates": [ 105241.758620689652162, 516622.758620689681266 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22899209486166008, "S11": 0.22899209486166008, "W12": -4.2711290967226221, "S12": -4.2711290967226221, "W13": -15.270399593289273, "S13": -15.270399593289273, "W21": -40.0305891918429, "S21": -40.0305891918429, "W22": -50.0, "S22": -58.733548925792903, "W31": -81.072357233044613, "S31": -81.072357233044613, "W32": -91.621642560961945, "S32": -96.621642560961945 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 497359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1368627450980393, "W12": -3.639008381212177, "S12": -4.9773317345055901, "W13": -16.891403395854852, "S13": -19.555203911761989, "W21": -45.580697388850275, "S21": -50.411462068214639, "W22": -50.002864160619403, "S22": -60.828433072893596, "W31": -80.588327426508897, "S31": -80.588327426508897, "W32": -91.486802611256252, "S32": -96.486802611256252 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 497783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40670661577184558, "S11": 0.40670661577184558, "W12": -5.0, "S12": -10.43414700482737, "W13": -19.408865502176443, "S13": -19.573724446537661, "W21": -29.572323704924667, "S21": -29.572323704924667, "W22": -36.34829926785585, "S22": -51.663566167170828, "W31": -64.807505327028835, "S31": -71.946874806667594, "W32": -98.328086665448666, "S32": -103.32808666544867 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 503782.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54120187236286921, "S11": -2.3395787946529092, "W12": -4.9165396876721985, "S12": -5.8644145933360488, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -55.623409669211199, "S22": -56.665892163267003, "W31": -77.475631504478272, "S31": -81.217194892542693, "W32": -91.268653461589622, "S32": -96.268653461589622 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 506171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42748233879452879, "S11": -2.4274823387945288, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -15.685514918190568, "W21": -36.861847463367525, "S21": -37.228408684350434, "W22": -44.702428690507894, "S22": -44.702428690507894, "W31": -79.062424912121216, "S31": -79.062424912121216, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 506442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -5.0, "S12": -6.3024789629292695, "W13": -20.285466404649412, "S13": -21.229882344447599, "W21": -30.975657012393224, "S21": -30.975657012393224, "W22": -43.522131429168972, "S22": -43.522131429168972, "W31": -73.789738743478637, "S31": -77.349523073781853, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0916679566997589, "S11": 1.0916679566997589, "W12": -11.313671298172975, "S12": -15.075993190395993, "W13": -21.464785274578333, "S13": -21.464785274578333, "W21": -32.922131508506027, "S21": -32.922131508506027, "W22": -38.89839608429466, "S22": -38.89839608429466, "W31": -62.531547379939887, "S31": -62.789841898033764, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.0, 509557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56877321684615978, "S11": 0.56877321684615978, "W12": -10.190965806774749, "S12": -10.190965806774749, "W13": -16.215956982833301, "S13": -18.469110357066491, "W21": -35.239665168097304, "S21": -40.490145014546052, "W22": -49.605973333333331, "S22": -49.605973333333331, "W31": -73.933666857592158, "S31": -74.614282300260825, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105242.4, 501694.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0427431931293158, "S11": 1.0427431931293158, "W12": -3.830077363228765, "S12": -3.830077363228765, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -42.12933358292775, "S21": -42.781145214581919, "W22": -38.160327000843687, "S22": -38.160327000843687, "W31": -56.43034120882205, "S31": -56.43034120882205, "W32": -97.984735079771525, "S32": -102.98473507977153 }, "geometry": { "type": "Point", "coordinates": [ 105242.4, 523733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52155033874271306, "S11": -1.2123789282430293, "W12": -3.8291412948660755, "S12": -3.8291412948660755, "W13": -16.832238622445306, "S13": -19.832238622445306, "W21": -45.442729886054543, "S21": -49.914658349571752, "W22": -43.926873311868505, "S22": -43.926943953350055, "W31": -78.735670659282903, "S31": -78.852584840515064, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105243.0, 497803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63922975111761071, "S11": -1.6392297511176106, "W12": -9.0256185679877383, "S12": -15.531141823801692, "W13": -23.798551187812933, "S13": -26.798551187812933, "W21": -34.655848414237674, "S21": -34.655848414237674, "W22": -38.303180200788461, "S22": -41.459980951441203, "W31": -71.701434304054487, "S31": -75.624422311567855, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105243.0, 505522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0870131250332109, "S11": -1.2374232097905851, "W12": -8.9773434745955054, "S12": -8.9773434745955054, "W13": -15.0, "S13": -20.847381491181231, "W21": -38.488964524390113, "S21": -38.488964524390113, "W22": -44.986318407960198, "S22": -44.986318407960198, "W31": -73.85210545292216, "S31": -77.396168800935868, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105243.0, 516103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075493402013840791, "S11": -0.19968639332169624, "W12": -10.0, "S12": -10.0, "W13": -18.703668348603994, "S13": -19.681474431607118, "W21": -37.860740175852676, "S21": -37.860740175852676, "W22": -43.285484220553371, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105243.727272727279342, 513909.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0376977457649728, "S11": 1.0376977457649728, "W12": -10.0, "S12": -13.914119503056597, "W13": -17.126625401657364, "S13": -18.384045852515367, "W21": -35.352294249819643, "S21": -45.352294249819643, "W22": -40.0, "S22": -47.480560505426865, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105244.0, 502149.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4675766141029456, "S11": -1.6853524897003491, "W12": -9.5249692720899528, "S12": -9.5249692720899528, "W13": -15.0, "S13": -17.796679499518767, "W21": -35.956518772033029, "S21": -36.439495152199868, "W22": -40.390228711201317, "S22": -40.390228711201317, "W31": -61.674806230528588, "S31": -64.982942880117704, "W32": -98.141986936283331, "S32": -103.14198693628333 }, "geometry": { "type": "Point", "coordinates": [ 105244.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76284695270952096, "S11": -0.76284695270952096, "W12": -12.140005377066958, "S12": -12.140005377066958, "W13": -16.754194778238109, "S13": -19.380999251298014, "W21": -38.720128944817809, "S21": -38.99025290336283, "W22": -38.75264899408284, "S22": -38.75264899408284, "W31": -54.226858470335955, "S31": -54.226858470335955, "W32": -98.613485634853092, "S32": -103.61348563485309 }, "geometry": { "type": "Point", "coordinates": [ 105244.2, 500229.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.198756701356007, "S11": 2.198756701356007, "W12": -12.260205158171468, "S12": -13.526294979410169, "W13": -22.886956285582226, "S13": -22.886956285582226, "W21": -33.847958372498624, "S21": -33.847958372498624, "W22": -38.398575061403726, "S22": -47.567832109292439, "W31": -68.22801600358693, "S31": -68.22801600358693, "W32": -89.405395469744775, "S32": -94.405395469744775 }, "geometry": { "type": "Point", "coordinates": [ 105244.571428571434808, 509962.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13337893296853617, "S11": -2.509526878945235, "W12": -2.9138498314126111, "S12": -2.9138498314126111, "W13": -14.99038444025239, "S13": -16.766174112321746, "W21": -41.607298870556143, "S21": -44.068297994131953, "W22": -29.129154782608694, "S22": -37.867174701024041, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105245.0, 498426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54164051279323366, "S11": 0.54164051279323366, "W12": -10.0, "S12": -11.058417606373595, "W13": -17.180854185653686, "S13": -18.023553716170117, "W21": -29.363601576303985, "S21": -29.363601576303985, "W22": -36.893682572164479, "S22": -37.114474937693686, "W31": -66.806284675401272, "S31": -67.255175050032719, "W32": -89.500381507388624, "S32": -94.500381507388624 }, "geometry": { "type": "Point", "coordinates": [ 105245.0, 503387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49145555944271813, "S11": -3.4914555594427181, "W12": -4.6702219728551562, "S12": -4.6702219728551562, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -39.433832945779471, "S21": -39.433832945779471, "W22": -48.557458900079006, "S22": -53.557458900079006, "W31": -76.042877172792771, "S31": -78.375700599366198, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105245.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43055313392454531, "S11": -3.0952135848012499, "W12": -4.9502513355293223, "S12": -4.9502513355293223, "W13": -15.0, "S13": -15.0, "W21": -38.595045469266765, "S21": -38.595045469266765, "W22": -48.142844042683421, "S22": -52.750378762241468, "W31": -76.043299266601451, "S31": -77.710392900519736, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105245.5, 506311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49790906984825667, "S11": -0.74486098906335796, "W12": -10.0, "S12": -10.0, "W13": -21.533097099691989, "S13": -21.533097099691989, "W21": -30.445658594332393, "S21": -30.445658594332393, "W22": -52.265434078267887, "S22": -52.295251080569599, "W31": -78.327927671125948, "S31": -78.327927671125948, "W32": -90.116351692072826, "S32": -95.116351692072826 }, "geometry": { "type": "Point", "coordinates": [ 105245.5, 507265.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18038068046635025, "S11": -0.18038068046635025, "W12": -10.762028299071995, "S12": -13.053739790584904, "W13": -18.724203909554756, "S13": -18.724203909554756, "W21": -29.418825766721532, "S21": -29.565193782399213, "W22": -34.715201241081445, "S22": -35.193999843264365, "W31": -71.322312522112369, "S31": -71.322312522112369, "W32": -92.078914757098104, "S32": -97.078914757098104 }, "geometry": { "type": "Point", "coordinates": [ 105245.666666666671517, 508514.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6679573712255773, "S11": 0.4179573712255773, "W12": -4.2759971545584037, "S12": -14.388712697080397, "W13": -16.106729196934147, "S13": -19.735098869877653, "W21": -32.767376273953367, "S21": -32.793468531624569, "W22": -42.955861714239518, "S22": -42.955861714239518, "W31": -72.015033693747185, "S31": -72.015033693747185, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105246.0, 499724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44030794406426665, "S11": -1.9873512424450359, "W12": -10.0, "S12": -10.0, "W13": -15.0, "S13": -17.031039461020214, "W21": -36.333703986584098, "S21": -36.780386743481024, "W22": -35.533027937180449, "S22": -36.163668756261039, "W31": -66.929036114839093, "S31": -66.929036114839093, "W32": -89.454511843896967, "S32": -94.454511843896967 }, "geometry": { "type": "Point", "coordinates": [ 105246.0, 506484.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7001996543870328, "S11": 0.56960853002288614, "W12": -11.08475462742695, "S12": -21.08475462742695, "W13": -21.08475462742695, "S13": -33.194743591363725, "W21": -36.688317628423299, "S21": -36.688317628423299, "W22": -48.317919628264704, "S22": -53.116316006688706, "W31": -76.040368621614149, "S31": -77.994917957680073, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105246.0, 512425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4399394649130709, "S11": -0.9399394649130709, "W12": -5.857714265367405, "S12": -6.6143455974957828, "W13": -20.577099970732114, "S13": -20.577099970732114, "W21": -30.0, "S21": -30.0, "W22": -53.043988269794383, "S22": -53.532280054268789, "W31": -77.86267480422606, "S31": -77.86267480422606, "W32": -90.919630244094733, "S32": -95.919630244094733 }, "geometry": { "type": "Point", "coordinates": [ 105247.0, 506953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13981596177662603, "S11": 0.13981596177662603, "W12": -5.4177900702094561, "S12": -11.665222674317601, "W13": -17.207024344241226, "S13": -20.207024344241226, "W21": -35.547738665604136, "S21": -35.650663545371145, "W22": -47.851093333332756, "S22": -47.851093333332756, "W31": -73.32926606886106, "S31": -74.127271247934118, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105247.4, 499893.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.536754653667546, "S12": -3.536754653667546, "W13": -16.861678100263852, "S13": -16.861678100263852, "W21": -41.644125028873532, "S21": -42.119932110871467, "W22": -37.192559483399712, "S22": -40.929686890591135, "W31": -75.51632853328465, "S31": -75.51632853328465, "W32": -91.88822329518726, "S32": -96.88822329518726 }, "geometry": { "type": "Point", "coordinates": [ 105248.0, 497544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92863011871415246, "S11": 0.92863011871415246, "W12": -9.4075778712311759, "S12": -16.181567499654438, "W13": -17.090149253731344, "S13": -19.080338431030068, "W21": -34.839299889134743, "S21": -44.839299889134743, "W22": -44.108128994722939, "S22": -44.946769369157067, "W31": -76.584952159281798, "S31": -79.841757849550149, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105248.0, 502205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65249854224706827, "S11": -1.6524985422470682, "W12": -9.4899365003659817, "S12": -15.625983011993888, "W13": -24.730052199850856, "S13": -26.727713439393991, "W21": -35.358313915360895, "S21": -35.358313915360895, "W22": -43.366847886045981, "S22": -43.503807910599036, "W31": -77.076615336324068, "S31": -80.434086554583928, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105248.0, 505574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.14565493004737662, "W12": -5.0, "S12": -11.611197137975223, "W13": -23.280021241977764, "S13": -29.256711981196691, "W21": -35.794623851806044, "S21": -35.794623851806044, "W22": -44.589470992809879, "S22": -44.589470992809879, "W31": -79.032727963636361, "S31": -79.032727963636361, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105248.0, 511702.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4540673332994025, "S12": -5.4540673332994025, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -44.019454139411415, "S21": -44.019454139411415, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -91.068832500891901, "S32": -96.068832500891901 }, "geometry": { "type": "Point", "coordinates": [ 105248.375, 525017.375 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0367683425961829, "S11": -3.0367683425961829, "W12": -5.2519358253022119, "S12": -7.1101319559081215, "W13": -20.0, "S13": -20.346222961730451, "W21": -30.0, "S21": -30.0, "W22": -39.803023017054265, "S22": -39.803023017054265, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105249.0, 504586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71342510525149572, "S11": 0.71342510525149572, "W12": -4.9837385670731704, "S12": -10.585965179631906, "W13": -23.179900712830957, "S13": -23.179900712830957, "W21": -35.612213265646616, "S21": -35.612213265646616, "W22": -50.913094295517347, "S22": -50.913094295517347, "W31": -75.382159408918127, "S31": -75.382159408918127, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105249.0, 511594.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.899133296343278, "S12": -16.89913329634328, "W13": -19.946954387736668, "S13": -35.197634860546302, "W21": -35.803927266254362, "S21": -35.803927266254362, "W22": -44.860083451568649, "S22": -44.860083451568649, "W31": -79.028485542424249, "S31": -79.028485542424249, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105249.0, 512586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -35.556735072250355, "S22": -37.640703475584971, "W31": -73.282103825136602, "S31": -73.282103825136602, "W32": -91.978930782455208, "S32": -96.978930782455208 }, "geometry": { "type": "Point", "coordinates": [ 105249.053846153852646, 530036.43076923082117 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36963350785331894, "S11": 0.29215528849540445, "W12": -4.8599501647721821, "S12": -12.746132211562008, "W13": -16.859380417018723, "S13": -20.059413453027908, "W21": -34.644199257007095, "S21": -34.716352613371001, "W22": -39.593136115747669, "S22": -52.698729818645006, "W31": -77.935611967775543, "S31": -77.935611967775543, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105249.333333333328483, 499838.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42096766057111967, "S11": -0.92096766057111967, "W12": -6.4901249807128529, "S12": -6.4901249807128529, "W13": -20.739048933115914, "S13": -20.739048933115914, "W21": -30.0, "S21": -30.0, "W22": -55.610450558727159, "S22": -57.094789708384184, "W31": -77.027697581305191, "S31": -79.387981972839782, "W32": -91.600027041113393, "S32": -96.600027041113393 }, "geometry": { "type": "Point", "coordinates": [ 105249.75, 506997.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35142980614890723, "S11": -1.1477467720761232, "W12": -5.0, "S12": -5.2588283602518482, "W13": -14.759417475728155, "S13": -16.459467691656549, "W21": -40.0, "S21": -40.0, "W22": -46.588540710756099, "S22": -46.588540710756099, "W31": -78.994548382705332, "S31": -78.994548382705332, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 497246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.49529950584548643, "W12": -1.3747754875974207, "S12": -1.7278655074235378, "W13": -15.0, "S13": -18.015082350222723, "W21": -39.341231163801794, "S21": -40.682160173442462, "W22": -38.127848760761161, "S22": -49.332380662967481, "W31": -68.519600857568179, "S31": -68.519600857568179, "W32": -89.502162925709243, "S32": -94.502162925709243 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8, "S11": 0.8, "W12": -4.1, "S12": -14.4, "W13": -15.9, "S13": -19.65, "W21": -32.200001, "S21": -32.200001, "W22": -39.1334639625953, "S22": -39.1334639625953, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19438455576692737, "S11": -0.19438455576692737, "W12": -8.5560598419902512, "S12": -11.752894459721093, "W13": -17.175069194501795, "S13": -20.175069194501795, "W21": -36.958425851768887, "S21": -37.105414946126402, "W22": -55.686522422782318, "S22": -57.564544963448469, "W31": -77.02509708901303, "S31": -79.176728212755563, "W32": -92.350134048257374, "S32": -97.350134048257374 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72, "S11": -1.22, "W12": -5.0, "S12": -6.771093486331468, "W13": -20.076061657677243, "S13": -21.778644178628159, "W21": -32.442233225998713, "S21": -32.733224885751561, "W22": -38.789063469809143, "S22": -38.789063469809143, "W31": -56.970350000935078, "S31": -57.005803913408705, "W32": -97.972949904799492, "S32": -102.97294990479949 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 506783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48186586354685507, "S11": -0.80925484168673689, "W12": -10.010401665006404, "S12": -10.010401665006404, "W13": -21.463760086967429, "S13": -21.463760086967429, "W21": -30.291305079789737, "S21": -30.291305079789737, "W22": -37.656625354518212, "S22": -41.963824728946648, "W31": -76.12405577489217, "S31": -76.12405577489217, "W32": -91.819787774680236, "S32": -96.819787774680236 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 507230.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48074611968486564, "S11": -0.48074611968486564, "W12": -10.001043427450487, "S12": -10.001043427450487, "W13": -20.0, "S13": -28.994617636781236, "W21": -37.480692641012922, "S21": -37.480692641012922, "W22": -43.807551520488964, "S22": -55.493365393178379, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.005043959243565, "S32": -95.005043959243565 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 515210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0587650778468098, "S11": -1.19001438458497, "W12": -8.9736055502906744, "S12": -8.9736055502906744, "W13": -15.0, "S13": -20.566573718573288, "W21": -38.470284105310967, "S21": -38.495423979412493, "W22": -44.88255485239182, "S22": -44.88255485239182, "W31": -79.015758278787871, "S31": -79.015758278787871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105250.533333333340124, 516103.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92585780312429811, "S11": 0.92585780312429811, "W12": -8.376979698129313, "S12": -16.994731138349934, "W13": -27.462564229725384, "S13": -27.462564229725384, "W21": -36.599723867570887, "S21": -36.601640441104557, "W22": -37.803657824533175, "S22": -52.803657824533175, "W31": -70.612632586309758, "S31": -70.612632586309758, "W32": -89.852841448347391, "S32": -94.852841448347391 }, "geometry": { "type": "Point", "coordinates": [ 105251.666666666671517, 511160.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018841057940980923, "S11": -0.29203103853546852, "W12": -10.0, "S12": -10.0, "W13": -18.882276397671347, "S13": -27.438164276808095, "W21": -36.439649166601377, "S21": -36.439649166601377, "W22": -41.279077320693268, "S22": -41.279077320693268, "W31": -70.0, "S31": -70.0, "W32": -97.640082026270576, "S32": -102.64008202627058 }, "geometry": { "type": "Point", "coordinates": [ 105251.888888888890506, 513584.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.5717084769920842, "S12": -3.5717084769920842, "W13": -16.83189709762533, "S13": -16.83189709762533, "W21": -41.39955404026027, "S21": -41.83033649941747, "W22": -38.698361846153794, "S22": -38.698361846153794, "W31": -54.255968548963651, "S31": -54.255968548963651, "W32": -98.590682628662677, "S32": -103.59068262866268 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 497537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11475015812776723, "W12": -3.2920686328476094, "S12": -3.2920686328476094, "W13": -16.952119023267709, "S13": -19.72340019265722, "W21": -45.656585661846321, "S21": -50.642816361722353, "W22": -50.008737561889582, "S22": -65.008737561889575, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -90.680251461734898, "S32": -95.680251461734898 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 497742.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.2151494793416191, "W12": -0.2151494793416191, "S12": -0.2151494793416191, "W13": -15.0, "S13": -18.001874221748675, "W21": -40.0, "S21": -41.555843463018711, "W22": -48.194887454456733, "S22": -52.933561891933486, "W31": -76.023979405076091, "S31": -77.664462305037148, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 498888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59528352762290937, "S11": 0.59528352762290937, "W12": -10.161618308843638, "S12": -10.161618308843638, "W13": -16.305183353563379, "S13": -18.49119562350203, "W21": -34.923860557346771, "S21": -40.0, "W22": -40.0, "S22": -51.85149733351566, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 501709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6809369156579077, "S11": -2.6809369156579077, "W12": -6.6788020534545405, "S12": -15.713216718005764, "W13": -26.380504934184753, "S13": -26.380504934184753, "W21": -38.217360365011373, "S21": -38.217360365011373, "W22": -41.142107561763559, "S22": -41.142107561763559, "W31": -60.790212605319276, "S31": -65.47485497034495, "W32": -97.950629445723891, "S32": -102.95062944572389 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48253452143312825, "S11": -3.4148334359892099, "W12": -4.5711312229171757, "S12": -4.5711312229171757, "W13": -15.0, "S13": -15.0, "W21": -39.328715120760457, "S21": -39.328715120760457, "W22": -41.209426359602681, "S22": -41.209426359602681, "W31": -60.0, "S31": -62.710225632141238, "W32": -97.703865422418644, "S32": -102.70386542241864 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 506258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3180417613819158, "S11": 2.3180417613819158, "W12": -7.5599279303326545, "S12": -21.87339739159923, "W13": -25.162810475161987, "S13": -31.548882996191811, "W21": -38.5367424124031, "S21": -38.5367424124031, "W22": -44.941586648964858, "S22": -44.941586648964858, "W31": -79.010101717171736, "S31": -79.010101717171736, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.0, 512082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5006729081751686, "S12": -5.5006729081751686, "W13": -20.0, "S13": -20.0, "W21": -39.007269853343999, "S21": -40.881620420192299, "W22": -40.0, "S22": -52.307022517414552, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105253.181818181823473, 520966.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 1.1102230246251565e-15, "W12": 1.1102230246251565e-15, "S12": -1.4792994081499731, "W13": -14.999999999999998, "S13": -16.06162098857089, "W21": -40.017578871012581, "S21": -42.009767264107886, "W22": -40.72082775007253, "S22": -42.390434290083114, "W31": -72.470630670846191, "S31": -74.74752104561918, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105254.0, 498663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.32102906451154, "S13": -14.32102906451154, "W21": -47.0, "S21": -47.0, "W22": -39.458545799508052, "S22": -39.458545799508052, "W31": -57.190933834670858, "S31": -57.273371897443099, "W32": -97.966614142209963, "S32": -102.96661414220996 }, "geometry": { "type": "Point", "coordinates": [ 105254.0, 527291.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24821575357212564, "S11": -0.24821575357212564, "W12": -10.0, "S12": -10.0, "W13": -19.359204812359408, "S13": -24.30907189250642, "W21": -39.954524751585765, "S21": -39.954524751585765, "W22": -38.785394248778871, "S22": -38.785394248778871, "W31": -51.337412145421446, "S31": -51.337412145421446, "W32": -99.063716728220655, "S32": -104.06371672822065 }, "geometry": { "type": "Point", "coordinates": [ 105254.909090909088263, 514474.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4369387824780635, "S11": 0.4369387824780635, "W12": -10.651301736477391, "S12": -10.651301736477391, "W13": -16.302363178127642, "S13": -18.964939865244208, "W21": -34.723649844131771, "S21": -37.404600634867165, "W22": -39.496935524966823, "S22": -45.674554111864282, "W31": -78.471952805860468, "S31": -78.471952805860468, "W32": -91.671500599760407, "S32": -96.671500599760407 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 501625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82394458383331526, "S11": 0.82394458383331526, "W12": -8.5662427321881331, "S12": -15.301652999849388, "W13": -17.176126444109432, "S13": -21.302501279129231, "W21": -34.123157896669099, "S21": -44.123157896669099, "W22": -44.824478704699366, "S22": -44.824478704699366, "W31": -79.003031015151521, "S31": -79.003031015151521, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 502284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2877153073973548, "S11": -1.2877153073973548, "W12": -4.9732911651420313, "S12": -9.8471755268028787, "W13": -20.0, "S13": -20.069874234651664, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -44.287810945273634, "S22": -44.287810945273634, "W31": -73.841673131304844, "S31": -77.357659385420192, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 504509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.61541587775163997, "W12": -10.24542453993045, "S12": -10.24542453993045, "W13": -21.800358183161212, "S13": -21.800358183161212, "W21": -30.688264851731191, "S21": -30.688264851731191, "W22": -38.940736155655649, "S22": -38.940736155655649, "W31": -63.568905572562429, "S31": -63.860019868513703, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105255.0, 507325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30666298868845948, "S11": -0.30666298868845948, "W12": -10.0, "S12": -10.0, "W13": -19.799168566357711, "S13": -25.548141786672431, "W21": -39.16947798024006, "S21": -39.992299462048749, "W22": -31.456191267252745, "S22": -31.456191267252745, "W31": -70.0, "S31": -70.0, "W32": -91.858543791293528, "S32": -96.858543791293528 }, "geometry": { "type": "Point", "coordinates": [ 105255.142857142855064, 514659.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1067329069329954, "S11": -2.1067329069329954, "W12": -13.965764354833745, "S12": -14.66119535010753, "W13": -17.05472013285641, "S13": -18.959868904641375, "W21": -44.287224970151797, "S21": -44.287224970151797, "W22": -35.937527871989531, "S22": -36.637001487346538, "W31": -66.716923451436926, "S31": -66.716923451436926, "W32": -89.481555619247359, "S32": -94.481555619247359 }, "geometry": { "type": "Point", "coordinates": [ 105256.0, 500835.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4254991826000426, "S11": 0.4254991826000426, "W12": -10.263601491579301, "S12": -19.653461160339539, "W13": -20.999174955435066, "S13": -20.999174955435066, "W21": -31.428308999298061, "S21": -31.428308999298061, "W22": -39.671590999353654, "S22": -40.736172764502321, "W31": -67.849243488455215, "S31": -77.849243488455215, "W32": -93.970692549896157, "S32": -98.970692549896157 }, "geometry": { "type": "Point", "coordinates": [ 105256.0, 509223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33373119390403677, "S11": -0.33373119390403677, "W12": -10.0, "S12": -10.0, "W13": -19.820526410404231, "S13": -25.93659144110832, "W21": -38.759625649938251, "S21": -38.759625649938251, "W22": -29.288206263099493, "S22": -29.288206263099493, "W31": -70.0, "S31": -70.0, "W32": -90.024192829111655, "S32": -95.024192829111655 }, "geometry": { "type": "Point", "coordinates": [ 105256.0, 514745.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2484268125854078, "S11": -3.107922379695347, "W12": -4.0780551473669071, "S12": -4.0780551473669071, "W13": -14.991167417238392, "S13": -17.414291050860566, "W21": -41.964174537944977, "S21": -44.585264978173335, "W22": -37.180522664822313, "S22": -41.184014997594574, "W31": -75.501266573860647, "S31": -75.501266573860647, "W32": -91.791825250374288, "S32": -96.791825250374288 }, "geometry": { "type": "Point", "coordinates": [ 105256.8, 498336.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1525527156927344, "S12": -3.1525527156927344, "W13": -17.029094900371497, "S13": -17.029094900371497, "W21": -43.199880139572592, "S21": -46.509547632913275, "W22": -40.0, "S22": -47.336250512785455, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 497653.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6224837343347451, "S11": -2.1912935838559489, "W12": -13.226076186195758, "S12": -13.226076186195758, "W13": -16.878736686890878, "S13": -18.759399795781533, "W21": -39.744301406107319, "S21": -40.054495811038564, "W22": -37.849254306204152, "S22": -40.372693430183368, "W31": -63.187968015998777, "S31": -66.179070000940598, "W32": -98.558705956743097, "S32": -103.5587059567431 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 500381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50247705905533979, "S11": -1.0024770590553398, "W12": -5.0, "S12": -5.8576302024107347, "W13": -20.506055664729413, "S13": -20.961160846874101, "W21": -30.44782984444096, "S21": -30.44782984444096, "W22": -38.226767230093387, "S22": -38.226767230093387, "W31": -56.184325719737352, "S31": -56.187119795222188, "W32": -98.129505613551316, "S32": -103.12950561355132 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 506902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.0386832457264017, "W12": -6.0515771273547054, "S12": -19.197895498917298, "W13": -24.603637764019314, "S13": -39.742713728315465, "W21": -39.742713728315465, "S21": -39.742713728315465, "W22": -47.780266666666662, "S22": -47.780266666666662, "W31": -73.356430081389775, "S31": -74.095106345434715, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62546584434493702, "S11": 0.62546584434493702, "W12": -11.253983456483008, "S12": -20.525043450266036, "W13": -20.525043450266036, "S13": -33.036243242495516, "W21": -36.627696742091594, "S21": -36.627696742091594, "W22": -36.893347293632395, "S22": -40.862089134363465, "W31": -71.412081283140694, "S31": -74.252833576838668, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105257.0, 512449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57951436665317679, "S11": -2.5795143666531768, "W12": -6.1280269379567276, "S12": -10.647475926721192, "W13": -20.0, "S13": -21.60846921797005, "W21": -29.92659273358759, "S21": -29.92659273358759, "W22": -43.096381150098544, "S22": -47.033797914970684, "W31": -73.379889463123575, "S31": -74.342840560833935, "W32": -89.146632815936243, "S32": -94.146632815936243 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 504765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53827440804411286, "S11": -1.5090283847899579, "W12": -8.0247644193563072, "S12": -8.0247644193563072, "W13": -15.62883435582822, "S13": -19.670942151785873, "W21": -35.652268040989966, "S21": -36.23179595675839, "W22": -35.870187754271157, "S22": -38.606135587964545, "W31": -73.786142997329932, "S31": -73.786142997329932, "W32": -91.865601140269746, "S32": -96.865601140269746 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0816819304579137, "S11": -1.5816819304579137, "W12": -5.0, "S12": -6.4551812940796847, "W13": -19.999999999999996, "S13": -22.875879789967598, "W21": -33.100327105809498, "S21": -33.651866339904082, "W22": -40.0, "S22": -51.529468070559275, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 506736.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.04, "S11": -1.04, "W12": -11.55, "S12": -17.05, "W13": -17.059999, "S13": -20.049999, "W21": -28.540001, "S21": -28.540001, "W22": -40.0, "S22": -51.7331840846647, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5693827160493827, "S11": 1.5693827160493827, "W12": -11.075085466522138, "S12": -18.582140506774152, "W13": -25.175456053067997, "S13": -25.175456053067997, "W21": -34.072307158517646, "S21": -34.072307158517646, "W22": -38.155496563872283, "S22": -45.641954768968922, "W31": -68.26887617756374, "S31": -68.26887617756374, "W32": -89.417834131458093, "S32": -94.417834131458093 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 510254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1709050423467027, "S11": 1.1709050423467027, "W12": -11.389262783391699, "S12": -14.983384992583945, "W13": -21.486022579324004, "S13": -21.486022579324004, "W21": -32.817804758620333, "S21": -32.817804758620333, "W22": -44.19427860696517, "S22": -44.19427860696517, "W31": -73.832683493360065, "S31": -77.347127377074955, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105258.2, 509577.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24407863898315824, "S11": 0.24407863898315824, "W12": -5.3488985297236136, "S12": -5.3488985297236136, "W13": -19.759995952132801, "S13": -19.759995952132801, "W21": -38.940557868102537, "S21": -40.842021300115739, "W22": -40.434989016401893, "S22": -40.434989016401893, "W31": -57.510358793048873, "S31": -57.668389829095027, "W32": -97.96116472982726, "S32": -102.96116472982726 }, "geometry": { "type": "Point", "coordinates": [ 105258.818181818176527, 521184.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28854224492061731, "S11": -0.32087536430444275, "W12": -6.8443476292859566, "S12": -11.567199553583533, "W13": -20.0, "S13": -21.632103606163749, "W21": -30.0, "S21": -30.0, "W22": -42.911593791547787, "S22": -42.911593791547787, "W31": -73.690465945802615, "S31": -77.250444710901348, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105259.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47340109460516033, "S11": 0.47340109460516033, "W12": -10.390622612097685, "S12": -19.136831043027215, "W13": -21.046150315816138, "S13": -21.046150315816138, "W21": -31.507738944161641, "S21": -31.507738944161641, "W22": -50.009998, "S22": -65.009998, "W31": -80.0, "S31": -80.0, "W32": -90.56070700059999, "S32": -95.56070700059999 }, "geometry": { "type": "Point", "coordinates": [ 105259.0, 509263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15944552687381844, "S11": 0.15944552687381844, "W12": -12.476826481445498, "S12": -14.587721543940837, "W13": -19.169655678503045, "S13": -27.259617814232008, "W21": -33.925909314406262, "S21": -33.925909314406262, "W22": -40.0, "S22": -48.606591002324627, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105259.0, 513096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15535760974714627, "S11": 0.15535760974714627, "W12": -12.219625441154221, "S12": -14.145747996629497, "W13": -19.156566040097054, "S13": -27.443935929570511, "W21": -33.976280266646313, "S21": -33.976280266646313, "W22": -41.188751290348812, "S22": -41.188751290348812, "W31": -70.0, "S31": -70.0, "W32": -96.910706060552513, "S32": -101.91070606055251 }, "geometry": { "type": "Point", "coordinates": [ 105259.0, 513116.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46635417857551548, "S11": 0.46635417857551548, "W12": -4.0066415624460658, "S12": -4.2529612804638974, "W13": -15.0, "S13": -15.0, "W21": -41.565785398203531, "S21": -41.565785398203531, "W22": -38.289263099612455, "S22": -52.936123343389241, "W31": -73.100941205000723, "S31": -73.100941205000723, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105259.25, 524068.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57825484034464869, "S11": 0.57825484034464869, "W12": -10.295395085012427, "S12": -10.295395085012427, "W13": -16.289324224033269, "S13": -18.584702547141646, "W21": -34.83339135875363, "S21": -39.829712535976952, "W22": -39.715698994081976, "S22": -39.715698994081976, "W31": -61.990313549986155, "S31": -64.773114851966852, "W32": -98.382202179058993, "S32": -103.38220217905899 }, "geometry": { "type": "Point", "coordinates": [ 105259.333333333328483, 501691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15797876351726814, "S11": -0.15797876351726814, "W12": -10.0, "S12": -10.0, "W13": -18.659761308554476, "S13": -21.586679726097078, "W21": -38.725547676422146, "S21": -38.725547676422146, "W22": -47.65504, "S22": -47.65504, "W31": -73.352852609364021, "S31": -74.072957726990424, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105259.333333333328483, 514183.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90342792357197643, "S11": 0.90342792357197643, "W12": -10.297469746974697, "S12": -10.297469746974697, "W13": -16.969048378706432, "S13": -17.80340420692729, "W21": -35.155574541033189, "S21": -44.537065982394843, "W22": -31.365522306601584, "S22": -31.365522306601584, "W31": -70.0, "S31": -70.0, "W32": -91.817738126785599, "S32": -96.817738126785599 }, "geometry": { "type": "Point", "coordinates": [ 105260.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0794851273842871, "S11": 1.0794851273842871, "W12": -11.039604612850082, "S12": -12.375928809261048, "W13": -17.304506003720615, "S13": -17.763285518504254, "W21": -35.121915122017285, "S21": -45.121915122017285, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105260.0, 502117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5604547975596228, "W12": -10.311598270499895, "S12": -10.311598270499895, "W13": -21.921436635029476, "S13": -21.921436635029476, "W21": -30.789036343825476, "S21": -30.789036343825476, "W22": -40.0, "S22": -52.543333873319298, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105260.0, 507350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55497430645393131, "S11": -0.55497430645393131, "W12": -10.769928753864766, "S12": -10.769928753864766, "W13": -16.950831999709415, "S13": -19.950831999709415, "W21": -37.74555598885609, "S21": -37.921075869639125, "W22": -39.565292531522005, "S22": -44.565292531522005, "W31": -67.775341728577956, "S31": -77.775341728577956, "W32": -93.224674290788286, "S32": -98.224674290788286 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 500118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1296131614050688, "S11": -2.1296131614050688, "W12": -13.994960377775726, "S12": -14.669306320942489, "W13": -17.083652938170669, "S13": -18.936385089979815, "W21": -44.188811188811194, "S21": -44.188811188811194, "W22": -41.564998900789561, "S22": -41.564998900789561, "W31": -59.692589370896236, "S31": -59.738244487152272, "W32": -97.675497340949377, "S32": -102.67549734094938 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 500828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0354114979325064, "S11": 1.0354114979325064, "W12": -10.07421875, "S12": -13.539412991766909, "W13": -17.268278707931675, "S13": -18.013568749734343, "W21": -35.057033195399171, "S21": -45.038960906242544, "W22": -39.855402748558063, "S22": -46.50536762642551, "W31": -78.814213012619788, "S31": -78.814213012619788, "W32": -91.580048962659703, "S32": -96.580048962659703 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 502140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21267803428911999, "S11": 0.099333109272819228, "W12": -10.0, "S12": -17.073336692463059, "W13": -20.826395170496021, "S13": -20.826395170496021, "W21": -31.085974849185956, "S21": -31.345754171116305, "W22": -55.079683942681264, "S22": -56.144954862515412, "W31": -77.235241462032207, "S31": -80.994460877276921, "W32": -91.293413985328655, "S32": -96.293413985328655 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 509060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2403275149056041, "S11": 2.2403275149056054, "W12": -7.8765673484368222, "S12": -22.277229227362508, "W13": -25.139959053275739, "S13": -31.743562800408036, "W21": -38.557207553488375, "S21": -38.557207553488375, "W22": -50.23091286852695, "S22": -50.23091286852695, "W31": -74.552901125846276, "S31": -74.623273916414462, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105261.0, 512099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16073871409028728, "S11": -3.0137660780205606, "W12": -3.8136189254021771, "S12": -3.8136189254021771, "W13": -14.987887855330774, "S13": -17.282316803691121, "W21": -41.740677017749512, "S21": -44.312316098874689, "W22": -43.964925373134328, "S22": -43.964925373134328, "W31": -73.802703428577601, "S31": -77.320205837165943, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105262.0, 498360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.525326404960482, "S11": -1.525326404960482, "W12": -13.047865918984881, "S12": -13.047865918984881, "W13": -16.678695197273932, "S13": -18.632414436647533, "W21": -39.477369676522798, "S21": -39.760875738976232, "W22": -30.918544504953825, "S22": -30.918544504953825, "W31": -70.0, "S31": -70.0, "W32": -91.612446485907952, "S32": -96.612446485907952 }, "geometry": { "type": "Point", "coordinates": [ 105262.0, 500351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49665414702448585, "S11": -0.49665414702448585, "W12": -10.03429575215584, "S12": -10.03429575215584, "W13": -19.42719615773505, "S13": -28.762241398083937, "W21": -37.414070422532994, "S21": -37.414070422532994, "W22": -41.633290875212801, "S22": -41.633290875212801, "W31": -59.145182108984784, "S31": -59.18763718928372, "W32": -97.766791412251337, "S32": -102.76679141225134 }, "geometry": { "type": "Point", "coordinates": [ 105262.6, 515263.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.5735818321108175, "S12": -3.5735818321108175, "W13": -16.975440633245384, "S13": -16.975440633245384, "W21": -40.953783659617727, "S21": -41.60159887106137, "W22": -41.637346224480218, "S22": -41.637346224480218, "W31": -59.085344295415005, "S31": -59.134848721131867, "W32": -97.77516249753792, "S32": -102.77516249753792 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6359698681732577, "S11": -1.6359698681732577, "W12": -14.13881692197293, "S12": -14.191545450639858, "W13": -16.721823547239634, "S13": -19.721823547239634, "W21": -40.0, "S21": -40.0, "W22": -50.196673010502579, "S22": -51.758694702751534, "W31": -75.471396087796066, "S31": -75.471396087796066, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56908855011352577, "S11": -1.5690885501135257, "W12": -8.0429735512359439, "S12": -8.0933433997741613, "W13": -15.621249915728445, "S13": -19.804118058173103, "W21": -35.679149716020795, "S21": -36.27702127536719, "W22": -42.736254005054825, "S22": -43.279230184748691, "W31": -78.607167126239759, "S31": -79.46130153871114, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78374071601372663, "S11": 0.78374071601372663, "W12": -10.0, "S12": -16.863367811857341, "W13": -30.0, "S13": -30.0, "W21": -35.893857069806259, "S21": -35.893857069806259, "W22": -52.128514056224901, "S22": -52.392933858566153, "W31": -77.889791414565309, "S31": -77.889791414565309, "W32": -90.683311743887543, "S32": -95.683311743887543 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 510824.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12645815920816886, "S11": -0.12645815920816886, "W12": -10.0, "S12": -10.0, "W13": -18.527480812545004, "S13": -20.701103259651624, "W21": -38.26770026697691, "S21": -38.26770026697691, "W22": -45.074273119960296, "S22": -58.554190043637014, "W31": -80.0, "S31": -80.0, "W32": -90.023249499638339, "S32": -95.023249499638339 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 514074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.791666666666666, "S13": -14.791666666666666, "W21": -47.0, "S21": -47.0, "W22": -39.87094996630244, "S22": -39.87094996630244, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105263.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020168046194837922, "S11": 0.020168046194837922, "W12": -5.0, "S12": -14.264979927467362, "W13": -19.616400384037799, "S13": -20.213497723887794, "W21": -29.790804860609974, "S21": -29.790804860609974, "W22": -42.812213696447884, "S22": -42.864101212752651, "W31": -77.432093975835258, "S31": -80.862907407010155, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105263.714285714289872, 503941.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64577371136762585, "S11": 0.64577371136762585, "W12": -10.0, "S12": -11.770352564524496, "W13": -17.201171258135197, "S13": -18.635983464707969, "W21": -29.517440733972656, "S21": -29.517440733972656, "W22": -35.851822129909358, "S22": -41.663919136934666, "W31": -71.95144892188263, "S31": -73.641630394725965, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105264.0, 503319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42724852196844032, "S11": -0.92724852196844032, "W12": -5.2966953445364631, "S12": -5.8186421264332111, "W13": -20.681767501498236, "S13": -20.681767501498236, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.3420278067982, "S22": -37.110334218431746, "W31": -66.774908128173067, "S31": -66.774908128173067, "W32": -89.508599394597724, "S32": -94.508599394597724 }, "geometry": { "type": "Point", "coordinates": [ 105264.0, 506939.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8040316229176201, "S11": 1.8040316229176201, "W12": -3.8144098178018333, "S12": -3.8144098178018333, "W13": -15.0, "S13": -15.0, "W21": -43.438508791494641, "S21": -44.564068551688514, "W22": -37.542012839879149, "S22": -42.159745218173555, "W31": -72.378341529790745, "S31": -74.445958064116326, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105264.8, 523360.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.37392789373814039, "W12": -2.9577536212304603, "S12": -2.9577536212304603, "W13": -16.83001519756839, "S13": -18.089771675869983, "W21": -44.47380031820191, "S21": -49.58768795485242, "W22": -28.673453320592451, "S22": -39.001109415554048, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 497702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43983193277310922, "S11": -0.85088822625824523, "W12": -3.7798967563762682, "S12": -3.7798967563762682, "W13": -16.77117149787459, "S13": -20.622958769016702, "W21": -45.173228173584242, "S21": -49.506342678261355, "W22": -41.701582849636054, "S22": -41.701582849636054, "W31": -58.597774847073346, "S31": -58.712006044402017, "W32": -97.858085483553282, "S32": -102.85808548355328 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 497790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51563233927515428, "S11": 0.51563233927515428, "W12": -10.625879160495405, "S12": -10.625879160495405, "W13": -16.332883507999554, "S13": -18.934355900637591, "W21": -34.581964220518437, "S21": -37.581964220518437, "W22": -39.000380676141944, "S22": -39.000380676141944, "W31": -56.967969583029344, "S31": -57.041673377599182, "W32": -98.089767579279112, "S32": -103.08976757927911 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 501638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28, "S11": -0.28, "W12": -5.696685443408132, "S12": -11.297630337634985, "W13": -20.0, "S13": -21.834031060094532, "W21": -29.928568652896811, "S21": -29.928568652896811, "W22": -55.016909767703453, "S22": -56.917080023319258, "W31": -77.022034147000525, "S31": -79.318638890647506, "W32": -92.597819843589235, "S32": -97.597819843589235 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 504875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52583728902953586, "S11": -3.0099693444075979, "W12": -4.6237110467806204, "S12": -4.6237110467806204, "W13": -15.844594594594595, "S13": -15.844594594594595, "W21": -39.787490586692016, "S21": -39.787490586692016, "W22": -54.961832061068698, "S22": -55.868901484728497, "W31": -77.314401194919284, "S31": -80.546708978310505, "W32": -91.177651392072164, "S32": -96.177651392072164 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 506211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0051237328562909711, "S11": 0.0051237328562909711, "W12": -10.384805905653584, "S12": -11.137252199658757, "W13": -20.667772465829831, "S13": -20.667772465829831, "W21": -30.773635693297866, "S21": -31.145015080968385, "W22": -37.920351336386972, "S22": -52.920351336386972, "W31": -71.726524271789117, "S31": -71.726524271789117, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 508911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89116040138438424, "S11": 0.89116040138438424, "W12": -7.734375, "S12": -19.792853713538296, "W13": -26.111111111111111, "S13": -26.111111111111111, "W21": -36.486368787020339, "S21": -36.486368787020339, "W22": -38.252611192782275, "S22": -41.386211062233976, "W31": -71.70313473970937, "S31": -75.595780311158578, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 511206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5231575388112901, "S12": -8.5231575388112901, "W13": -15.936842233408608, "S13": -25.936842233408608, "W21": -40.418895972474417, "S21": -41.843752770786146, "W22": -39.443264562888515, "S22": -52.727727179710946, "W31": -77.540480247693083, "S31": -77.540480247693083, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105265.0, 516726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0157789704257554, "S11": -1.1101735000190729, "W12": -8.9676233888445136, "S12": -8.9676233888445136, "W13": -15.0, "S13": -20.01033659075469, "W21": -38.428665037727455, "S21": -38.478459174539253, "W22": -41.769874824059308, "S22": -41.769874824059308, "W31": -58.050367585161908, "S31": -58.236374899520314, "W32": -97.949379554855227, "S32": -102.94937955485523 }, "geometry": { "type": "Point", "coordinates": [ 105265.083333333328483, 516103.416666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65778024938258484, "S11": -0.65778024938258484, "W12": -11.497108592556017, "S12": -11.497108592556017, "W13": -21.198839056750597, "S13": -21.198839056750597, "W21": -32.52698698958973, "S21": -32.52698698958973, "W22": -40.145705054552984, "S22": -40.145705054552984, "W31": -71.286775875611013, "S31": -71.286775875611013, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105266.0, 507874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83256132866068699, "S11": 0.83256132866068699, "W12": -6.4745809037903808, "S12": -19.502893154368337, "W13": -24.479968944099681, "S13": -24.479968944099681, "W21": -36.330503905914703, "S21": -36.330503905914703, "W22": -48.756886739146758, "S22": -53.502984423184301, "W31": -75.981203627818658, "S31": -77.678464700079786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105266.0, 511278.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28273130699055038, "S11": -0.28273130699055038, "W12": -10.0, "S12": -10.0, "W13": -19.607706158214537, "S13": -24.98572075953803, "W21": -39.507973117163125, "S21": -39.913721215218992, "W22": -36.834480797639827, "S22": -40.8149352689192, "W31": -71.400609698726186, "S31": -74.240152201619878, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105266.0, 514586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.2886654016445287, "W12": -3.2726216991516592, "S12": -3.2726216991516592, "W13": -16.861084121708004, "S13": -20.104918027421398, "W21": -45.402865227612736, "S21": -50.186089616207347, "W22": -39.439346077472081, "S22": -52.729835275730494, "W31": -77.535240732429074, "S31": -77.535240732429074, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 497735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8419209871130393, "S12": -12.862348743260032, "W13": -15.481842479066986, "S13": -18.790219012153123, "W21": -35.243399069353394, "S21": -35.799204426972565, "W22": -50.289695462711997, "S22": -51.385232039109617, "W31": -75.299985937611879, "S31": -75.299985937611879, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 499396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79114458961055201, "S11": 0.79114458961055201, "W12": -7.6734346838820047, "S12": -14.418415385698513, "W13": -17.279184935928701, "S13": -21.515726534623642, "W21": -33.300680044107573, "S21": -33.409154620378757, "W22": -41.8505101255409, "S22": -42.696874590473428, "W31": -78.21011306919624, "S31": -79.920541650398036, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 502366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94404800518975029, "S11": -1.874969774638432, "W12": -6.7737970592252017, "S12": -6.7737970592252017, "W13": -16.153171981392841, "S13": -21.153171981392841, "W21": -35.38657001786941, "S21": -36.036514561250542, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105267.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49500486252320752, "W12": -3.0386485498483684, "S12": -3.0386485498483684, "W13": -16.881689040864572, "S13": -16.881689040864572, "W21": -43.789654301658068, "S21": -48.115199102797042, "W22": -36.344983759464114, "S22": -51.575360089652392, "W31": -64.420791627249884, "S31": -72.368292371568415, "W32": -98.578622869354774, "S32": -103.57862286935477 }, "geometry": { "type": "Point", "coordinates": [ 105267.75, 497680.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63149591485045486, "S11": 0.63149591485045486, "W12": -10.127649380032612, "S12": -10.127649380032612, "W13": -16.42656047164899, "S13": -18.525750655698204, "W21": -34.487474077774259, "S21": -40.779220718848237, "W22": -38.728541968037163, "S22": -38.728541968037163, "W31": -50.0, "S31": -50.0, "W32": -99.952400605727718, "S32": -104.95240060572772 }, "geometry": { "type": "Point", "coordinates": [ 105267.8, 501727.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32109546165884195, "S11": 0.32109546165884195, "W12": -3.7420844499208448, "S12": -3.7420844499208448, "W13": -16.546970976253299, "S13": -16.546970976253299, "W21": -40.624075833265557, "S21": -40.624075833265557, "W22": -47.735470055737942, "S22": -47.737737260179721, "W31": -78.031356866471796, "S31": -78.031356866471796, "W32": -94.073658673562676, "S32": -99.073658673562676 }, "geometry": { "type": "Point", "coordinates": [ 105268.0, 497490.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -5.0, "S12": -9.5206770629013455, "W13": -17.359592480676138, "S13": -20.819482110574079, "W21": -30.137845705851067, "S21": -30.137845705851067, "W22": -40.962761704015833, "S22": -40.962761704015833, "W31": -70.0, "S31": -70.0, "W32": -97.54760660442534, "S32": -102.54760660442534 }, "geometry": { "type": "Point", "coordinates": [ 105268.0, 503042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48457082452431288, "S11": -0.48457082452431288, "W12": -7.9581652155447014, "S12": -14.487636720256521, "W13": -20.341689098250338, "S13": -22.317083911556168, "W21": -31.497509383415426, "S21": -31.497509383415426, "W22": -42.355656473611091, "S22": -42.830078019729299, "W31": -73.603720752198939, "S31": -76.970382984508461, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105268.0, 505284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29103195072519178, "S11": -0.29103195072519178, "W12": -10.0, "S12": -10.0, "W13": -19.667419642626061, "S13": -25.148211514185309, "W21": -39.377252151884015, "S21": -39.880173575346483, "W22": -34.260607224706987, "S22": -34.913735303416303, "W31": -70.561469934361497, "S31": -70.561469934361497, "W32": -91.888926589735107, "S32": -96.888926589735107 }, "geometry": { "type": "Point", "coordinates": [ 105268.714285714289872, 514612.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.845181433125191, "S11": -3.7870145384603484, "W12": -13.597965998944327, "S12": -13.597965998944327, "W13": -17.160414705754118, "S13": -18.795364177765016, "W21": -40.0, "S21": -40.303041387251916, "W22": -38.345043493439618, "S22": -38.345043493439618, "W31": -56.704234244345919, "S31": -56.752953295768172, "W32": -98.167126255662794, "S32": -103.16712625566279 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 500429.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3324480007172248, "S11": -2.3324480007172248, "W12": -13.822011645965466, "S12": -13.822011645965466, "W13": -17.581258744564803, "S13": -18.883397996227323, "W21": -42.54488021517512, "S21": -42.719617603402959, "W22": -38.029287847695002, "S22": -43.298524394150682, "W31": -76.613341244665051, "S31": -76.613341244665051, "W32": -91.588756974820967, "S32": -96.588756974820967 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 500600.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8768669836166501, "S11": -1.8768669836166501, "W12": -14.629220235745937, "S12": -14.851542352365509, "W13": -16.849260194174757, "S13": -19.849260194174757, "W21": -41.777831942961406, "S21": -41.777831942961406, "W22": -48.899633491650675, "S22": -53.47861279090079, "W31": -75.96821371993039, "S31": -77.573691575408247, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 501163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38595307163724646, "S11": -0.91619721440054824, "W12": -5.9436713545521824, "S12": -6.4943446076717928, "W13": -20.000000000000004, "S13": -21.691990246352297, "W21": -29.943285523600874, "S21": -29.943285523600874, "W22": -29.537321739130437, "S22": -38.156247418696296, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 505010.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90178272131647108, "S11": 0.90178272131647108, "W12": -7.9966517857142856, "S12": -19.315170045001413, "W13": -26.414141414141415, "S13": -26.414141414141415, "W21": -36.507709674650179, "S21": -36.508452255054998, "W22": -41.715532875775821, "S22": -41.715532875775821, "W31": -60.0, "S31": -60.040158676012631, "W32": -97.746833205679607, "S32": -102.74683320567961 }, "geometry": { "type": "Point", "coordinates": [ 105269.0, 511194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55258025193015992, "S11": -0.55258025193015992, "W12": -11.942531528857042, "S12": -11.942531528857042, "W13": -16.53357893705406, "S13": -19.53357893705406, "W21": -34.407143428709063, "S21": -35.277316379417613, "W22": -49.991938386890958, "S22": -64.991938386890951, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.434213960194768, "S32": -95.434213960194768 }, "geometry": { "type": "Point", "coordinates": [ 105269.428571428565192, 501471.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -52.17150442477876, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105269.885057471270557, 530027.107279693474993 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7182146032055092, "W12": -10.293764420940997, "S12": -11.225500969280557, "W13": -15.0, "S13": -17.757241681594696, "W21": -37.377438611647669, "S21": -37.377438611647669, "W22": -35.833299413449701, "S22": -36.897932149135066, "W31": -67.011403435007949, "S31": -67.011403435007949, "W32": -89.501661639500909, "S32": -94.501661639500909 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.045262080815887, "S12": -3.045262080815887, "W13": -16.87121538331645, "S13": -16.87121538331645, "W21": -43.722715275902729, "S21": -47.990706343230734, "W22": -38.786474230679474, "S22": -38.786474230679474, "W31": -67.429024884361823, "S31": -75.441040105940957, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 497679.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69496480331262944, "S11": -2.3435212125781608, "W12": -6.1231014795994616, "S12": -6.1231014795994616, "W13": -15.990800383976755, "S13": -18.69565110037794, "W21": -42.963125639936926, "S21": -45.959991396367023, "W22": -42.303768156910351, "S22": -42.549984985901197, "W31": -77.813059012152735, "S31": -80.379781762084974, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 498139.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 2.5326962749261384e-15, "W12": 2.5326962749261384e-15, "S12": -1.3178291280831422, "W13": -15.0, "S13": -16.698681417502328, "W21": -40.0, "S21": -41.925084784513963, "W22": -45.331233629587992, "S22": -45.332440889551968, "W31": -78.306687539769356, "S31": -78.306687539769356, "W32": -94.843477349542809, "S32": -99.843477349542809 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 498690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1, "S11": 1.1, "W12": -11.6, "S12": -11.6, "W13": -17.41, "S13": -17.41, "W21": -34.948453164013898, "S21": -44.62140529038868, "W22": -40.0, "S22": -50.742393405922456, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0922344855467969, "S12": -9.0922344855467969, "W13": -17.332971431927952, "S13": -17.332971431927952, "W21": -29.265812554837431, "S21": -29.265812554837431, "W22": -38.345372530765424, "S22": -38.345372530765424, "W31": -56.463550143105671, "S31": -56.503613064200877, "W32": -98.222867835335833, "S32": -103.22286783533583 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 503544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4378201929172025, "S12": -5.4378201929172025, "W13": -15.0, "S13": -15.0, "W21": -44.06349982307475, "S21": -44.06349982307475, "W22": -38.915421058430347, "S22": -38.915421058430347, "W31": -53.585686204431738, "S31": -53.585686204431738, "W32": -98.928262538654593, "S32": -103.92826253865459 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 525057.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4910740891235577, "S11": -1.4910740891235577, "W12": -13.900812237555591, "S12": -13.900812237555591, "W13": -16.729643755350295, "S13": -19.729643755350295, "W21": -39.009495612279764, "S21": -39.009495612279764, "W22": -51.222561550352275, "S22": -51.222561550352275, "W31": -75.592863249245795, "S31": -75.592863249245795, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105271.0, 501297.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35656891037031768, "S11": 0.35656891037031768, "W12": -10.058180762294832, "S12": -19.317449591724255, "W13": -20.958564861122628, "S13": -20.958564861122628, "W21": -31.304578682958692, "S21": -31.368777647283437, "W22": -36.746527741607274, "S22": -37.583666949517237, "W31": -66.835667468859171, "S31": -66.835667468859171, "W32": -89.535643169948116, "S32": -94.535643169948116 }, "geometry": { "type": "Point", "coordinates": [ 105271.0, 509171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50323872626582278, "S11": -3.4672312116540778, "W12": -4.4541277148330174, "S12": -4.6873467915739919, "W13": -15.0, "S13": -15.0, "W21": -39.429197966806086, "S21": -39.429197966806086, "W22": -44.865123571487878, "S22": -44.866121308522004, "W31": -78.360260964950456, "S31": -78.360260964950456, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105271.5, 506251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.13312745439180818, "W12": -4.6430034292246143, "S12": -11.765010260613515, "W13": -15.699846974058014, "S13": -19.22361702896389, "W21": -33.572117533442288, "S21": -33.809495119846282, "W22": -37.367196693832739, "S22": -42.083933383869983, "W31": -75.746936260526255, "S31": -75.746936260526255, "W32": -91.595317166288197, "S32": -96.595317166288197 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 499557.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8609925778978691, "S11": -1.8609925778978691, "W12": -14.706847045058209, "S12": -15.205691124174573, "W13": -16.837904241185488, "S13": -19.837904241185488, "W21": -41.41090159302933, "S21": -41.41090159302933, "W22": -39.893217469350759, "S22": -53.058600152318434, "W31": -79.384837166135426, "S31": -79.384837166135426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 501194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6734639245540279, "S12": -7.4942553375100918, "W13": -18.234538373694043, "S13": -18.234538373694043, "W21": -29.354019413073793, "S21": -29.354019413073793, "W22": -41.752409357587474, "S22": -41.752409357587474, "W31": -60.0, "S31": -60.049968638929499, "W32": -97.77130344272274, "S32": -102.77130344272274 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 503640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1825142825293549, "S11": -3.5503686146467812, "W12": -5.0, "S12": -14.603099573808645, "W13": -20.0, "S13": -20.472635062772444, "W21": -30.0, "S21": -30.0, "W22": -48.339886897437069, "S22": -53.09441346639899, "W31": -75.95960885896028, "S31": -77.230976380328059, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 504328.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.78323722913917415, "W12": -10.0, "S12": -10.0, "W13": -21.725167593483018, "S13": -21.725167593483018, "W21": -30.361800731527943, "S21": -30.361800731527943, "W22": -47.513206133113471, "S22": -47.513206133113471, "W31": -78.490707501522493, "S31": -78.490707501522493, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 507253.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45637729710886632, "S11": -0.4953968670860297, "W12": -11.030849807513986, "S12": -13.430083910103995, "W13": -22.88364730914941, "S13": -22.88364730914941, "W21": -32.312653190755661, "S21": -32.312653190755661, "W22": -54.158296903789875, "S22": -55.779802703438378, "W31": -77.13953355754316, "S31": -78.064994182879744, "W32": -92.844018456216986, "S32": -97.844018456216986 }, "geometry": { "type": "Point", "coordinates": [ 105272.0, 507636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16220657277001962, "S11": 0.16220657277001962, "W12": -3.8674362379243306, "S12": -3.8674362379243306, "W13": -16.242350043975541, "S13": -16.242350043975541, "W21": -40.33669569743779, "S21": -40.33669569743779, "W22": -54.799330385886591, "S22": -56.017811102380691, "W31": -76.960274858702391, "S31": -80.307619435422083, "W32": -91.472922252010719, "S32": -96.472922252010719 }, "geometry": { "type": "Point", "coordinates": [ 105272.666666666671517, 497446.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74446223228401065, "S11": -0.74446223228401065, "W12": -11.664941524398293, "S12": -11.664941524398293, "W13": -16.796830590869867, "S13": -19.517196568504641, "W21": -38.240497211880403, "S21": -38.424440854771404, "W22": -51.777476152773062, "S22": -51.777476152773062, "W31": -76.052525149204982, "S31": -76.052525149204982, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105272.8, 500197.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7380992835499676, "W12": -1.7380992835499676, "S12": -1.7380992835499676, "W13": -15.0, "S13": -16.001422103248878, "W21": -40.0, "S21": -41.986472583165032, "W22": -36.920978503351044, "S22": -37.720795353167873, "W31": -66.865635530178423, "S31": -66.865635530178423, "W32": -89.546239324533232, "S32": -94.546239324533232 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 498657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.30195846759756417, "W12": -4.3116726180033238, "S12": -14.460206766608444, "W13": -16.260395715052923, "S13": -19.818180412561819, "W21": -32.87282221580179, "S21": -32.897864076266906, "W22": -50.290430207305931, "S22": -51.388745946120402, "W31": -75.283017253809135, "S31": -75.283017253809135, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 499734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67931506849315071, "S11": -0.67931506849315071, "W12": -11.329857596537794, "S12": -15.512093187322094, "W13": -17.799492591153825, "S13": -17.799492591153825, "W21": -28.901154426526386, "S21": -28.907914202298876, "W22": -50.0, "S22": -50.0, "W31": -74.216658605705533, "S31": -74.531650759662838, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 508349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39992721586466701, "S11": 0.39992721586466701, "W12": -10.1739921141914, "S12": -20.172355615093629, "W13": -21.000084986421779, "S13": -21.000084986421779, "W21": -31.376823832892093, "S21": -31.376823832892093, "W22": -40.0, "S22": -40.0, "W31": -71.119653981891986, "S31": -71.119653981891986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 509207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.611152998011407, "S12": -18.29595250065362, "W13": -19.969997016355485, "S13": -33.863557429304763, "W21": -36.263686303359336, "S21": -36.263686303359336, "W22": -39.766852502651133, "S22": -45.103486864713233, "W31": -68.00632369811116, "S31": -77.579834124702401, "W32": -95.014837583259435, "S32": -100.01483758325944 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 512533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33028916843652339, "S11": 0.33028916843652339, "W12": -12.497223789341264, "S12": -17.026571878168482, "W13": -19.653666979530861, "S13": -30.937723438446522, "W21": -34.814022217535495, "S21": -34.814022217535495, "W22": -36.686023426315856, "S22": -51.886838470906795, "W31": -64.742274285041731, "S31": -72.421086022115304, "W32": -98.440555782481567, "S32": -103.44055578248157 }, "geometry": { "type": "Point", "coordinates": [ 105273.0, 512791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26659683794464178, "S11": 0.2548139101374971, "W12": -4.6823816946441292, "S12": -4.6823816946441292, "W13": -15.089815176559043, "S13": -15.099079011046534, "W21": -39.529014751708004, "S21": -39.529014751708004, "W22": -37.584595016838769, "S22": -37.899840548249564, "W31": -67.073024528447533, "S31": -71.668861091670621, "W32": -89.630872792876559, "S32": -94.630872792876559 }, "geometry": { "type": "Point", "coordinates": [ 105273.2, 497311.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26620000000001243, "S11": 0.26620000000001232, "W12": -4.6799076738609724, "S12": -4.6799076738609724, "W13": -15.090888054094636, "S13": -15.090888054094636, "W21": -39.512233460995304, "S21": -39.512233460995304, "W22": -42.822061881024567, "S22": -43.222647573753513, "W31": -77.416004955109216, "S31": -80.83902187377187, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.2, 497311.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92217594473791131, "S11": -0.92217594473791131, "W12": -12.743235265448, "S12": -12.743235265448, "W13": -16.62796115072339, "S13": -19.62796115072339, "W21": -36.095312875090023, "S21": -36.095312875090023, "W22": -37.704110367251069, "S22": -41.142552762812429, "W31": -71.539812807986223, "S31": -74.744274338665576, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105273.75, 501402.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63763736505838131, "S11": -1.7617580122622745, "W12": -8.9166409249366314, "S12": -17.982096807290297, "W13": -26.443541817823426, "S13": -26.443541817823426, "W21": -36.775132902649993, "S21": -36.775132902649993, "W22": -37.746823980111671, "S22": -37.746823980111671, "W31": -67.93390946066377, "S31": -67.93390946066377, "W32": -89.470950737926259, "S32": -94.470950737926259 }, "geometry": { "type": "Point", "coordinates": [ 105274.8, 505677.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9829492179989292, "S11": -0.9829492179989292, "W12": -11.464909460979012, "S12": -15.855217453833284, "W13": -17.621791452238284, "S13": -19.972762263958586, "W21": -29.10822402354939, "S21": -29.10822402354939, "W22": -39.041169276962648, "S22": -39.041169276962648, "W31": -62.305820869443693, "S31": -64.563286823815986, "W32": -98.600873212490683, "S32": -103.60087321249068 }, "geometry": { "type": "Point", "coordinates": [ 105274.8, 508179.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.40099936748893095, "W12": -3.2241390231044882, "S12": -3.2241390231044882, "W13": -16.799258501661978, "S13": -19.630978763916115, "W21": -45.005414029329401, "S21": -49.708124499294463, "W22": -39.195096649155829, "S22": -39.195096649155829, "W31": -62.946546064022819, "S31": -63.218509517981971, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 497727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52640427215189867, "S11": -3.110216838712069, "W12": -4.5308620977024567, "S12": -4.8934948746372058, "W13": -15.0, "S13": -15.0, "W21": -39.751110374372622, "S21": -39.751110374372622, "W22": -48.684294971006565, "S22": -48.68713021785458, "W31": -77.843370577050024, "S31": -77.843370577050024, "W32": -94.01447770550898, "S32": -99.01447770550898 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 506217.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46175710205922138, "S11": -2.7342313575560206, "W12": -8.5366361365528718, "S12": -8.9724913348168283, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -37.759044731057834, "S21": -38.160970091135319, "W22": -39.511180012330563, "S22": -41.865643132435004, "W31": -72.103905060343322, "S31": -75.807849577031661, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 506387.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39932958072804114, "S11": 0.39932958072804114, "W12": -12.213643322705023, "S12": -16.935380351217589, "W13": -19.819673627564217, "S13": -33.296237665518447, "W21": -35.277027113341475, "S21": -35.277027113341475, "W22": -37.548925968530533, "S22": -46.782676713909225, "W31": -68.825459266984069, "S31": -68.825459266984069, "W32": -89.599301217236189, "S32": -94.599301217236189 }, "geometry": { "type": "Point", "coordinates": [ 105275.0, 512711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78398164737065301, "S11": -0.78398164737065301, "W12": -11.455008324186382, "S12": -12.474441034876893, "W13": -19.313963873475871, "S13": -19.313963873475871, "W21": -31.264381296373372, "S21": -31.264381296373372, "W22": -46.78464, "S22": -46.841741001722021, "W31": -73.296356469553018, "S31": -73.940293369716912, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105275.4, 507994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1463085937925346, "S11": 2.1463085937925346, "W12": -8.2400937572987232, "S12": -22.189935041433891, "W13": -25.10003599712023, "S13": -31.823844307087093, "W21": -38.595579693023254, "S21": -38.595579693023254, "W22": -51.485943775100395, "S22": -51.651148718848923, "W31": -77.818337187057139, "S31": -77.818337187057139, "W32": -90.63822835465291, "S32": -95.63822835465291 }, "geometry": { "type": "Point", "coordinates": [ 105276.0, 512114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26088337999249761, "S11": -0.26088337999249761, "W12": -10.0, "S12": -10.0, "W13": -19.432541681915399, "S13": -24.470455436032957, "W21": -39.816253548178558, "S21": -39.816253548178558, "W22": -44.455482676992567, "S22": -56.668893044794729, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105276.272727272720658, 514518.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50931009787538795, "S11": -0.50931009787538795, "W12": -8.2897111913357406, "S12": -15.489268744811149, "W13": -20.574466977475968, "S13": -22.601310450683584, "W21": -31.890318323866776, "S21": -31.890318323866776, "W22": -54.859282611430551, "S22": -56.621232572700883, "W31": -76.855907284153304, "S31": -79.422585537199836, "W32": -92.467161946360832, "S32": -97.467161946360832 }, "geometry": { "type": "Point", "coordinates": [ 105276.5, 505313.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.5499344665055417, "S12": -3.5499344665055417, "W13": -17.162571766295173, "S13": -17.162571766295173, "W21": -40.488170732350781, "S21": -41.505797559521874, "W22": -49.343227767500785, "S22": -64.272135711716942, "W31": -80.0, "S31": -80.0, "W32": -90.337432992208704, "S32": -95.337432992208704 }, "geometry": { "type": "Point", "coordinates": [ 105277.0, 497574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17411594202900624, "S11": 0.17411594202900624, "W12": -4.1292486011192064, "S12": -4.1292486011192064, "W13": -15.856427385188741, "S13": -15.856427385188741, "W21": -40.049315561610605, "S21": -40.049315561610605, "W22": -37.801811142356442, "S22": -38.731578469698555, "W31": -68.047649856591036, "S31": -68.047649856591036, "W32": -89.471548329628604, "S32": -94.471548329628604 }, "geometry": { "type": "Point", "coordinates": [ 105277.333333333328483, 497403.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18515415019762846, "S11": 0.18515415019762846, "W12": -4.2018425259792167, "S12": -4.2018425259792167, "W13": -15.749362480935435, "S13": -15.749362480935435, "W21": -40.0, "S21": -40.0, "W22": -39.101166581627929, "S22": -39.101166581627929, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 497392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.532589331964286, "S12": -3.532589331964286, "W13": -17.14434312732185, "S13": -17.14434312732185, "W21": -40.585226717759767, "S21": -41.655265019956296, "W22": -39.434246418675357, "S22": -39.434246418675357, "W31": -60.0, "S31": -60.179433894661415, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 497578.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.09257211489532, "S12": -3.09257211489532, "W13": -16.849898682877409, "S13": -16.849898682877409, "W21": -43.335955880324242, "S21": -47.188206270698082, "W22": -29.802248347825962, "S22": -38.115550982789863, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 497672.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48700333303306009, "S11": -0.98700333303306009, "W12": -5.4915551968475897, "S12": -5.4915551968475897, "W13": -20.890545079511089, "S13": -20.890545079511089, "W21": -30.0, "S21": -30.0, "W22": -51.405622489959839, "S22": -51.446170310167759, "W31": -77.921935855260088, "S31": -77.921935855260088, "W32": -90.434948300987585, "S32": -95.434948300987585 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 506967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5163862081857612, "S11": -0.5163862081857612, "W12": -10.728666075086252, "S12": -12.926066054931081, "W13": -22.636409248651589, "S13": -22.636409248651589, "W21": -31.655264582512103, "S21": -31.655264582512103, "W22": -37.669234912165876, "S22": -52.669234912165876, "W31": -71.089650142480252, "S31": -71.089650142480252, "W32": -89.950329949588607, "S32": -94.950329949588607 }, "geometry": { "type": "Point", "coordinates": [ 105278.0, 507530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.034170943195844128, "S11": -0.034170943195844128, "W12": -6.0756435796754635, "S12": -11.888761279586269, "W13": -17.297252784546185, "S13": -20.297252784546185, "W21": -36.008796567612208, "S21": -36.049216536453201, "W22": -43.41571974106629, "S22": -44.495564067861096, "W31": -77.018950898065711, "S31": -80.723873767905005, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105278.6, 499925.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2058454398257161, "S11": 1.2058454398257161, "W12": -3.8348433432840419, "S12": -3.8348433432840419, "W13": -15.0, "S13": -15.0, "W21": -42.154550481394715, "S21": -42.723253582530234, "W22": -33.467494757218908, "S22": -40.962150173580049, "W31": -70.976732154694531, "S31": -71.969948555061251, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105278.6, 523704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71543378995434448, "S11": -0.71543378995434448, "W12": -11.384097540598701, "S12": -15.677102856466849, "W13": -17.799380476598756, "S13": -17.97536604082617, "W21": -28.870860902114053, "S21": -28.870860902114053, "W22": -54.510512923530101, "S22": -55.593364074127471, "W31": -76.988634118142826, "S31": -80.911007760582351, "W32": -91.365209733217213, "S32": -96.365209733217213 }, "geometry": { "type": "Point", "coordinates": [ 105278.666666666671517, 508340.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47983554712207444, "W12": -3.1344999356943046, "S12": -3.1344999356943046, "W13": -16.75118575811813, "S13": -18.959428030987315, "W21": -44.60353491363302, "S21": -49.32809537796301, "W22": -54.963540565144228, "S22": -56.625211239040432, "W31": -76.774933294108465, "S31": -79.265710261554233, "W32": -92.291208283257845, "S32": -97.291208283257845 }, "geometry": { "type": "Point", "coordinates": [ 105279.0, 497716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -5.1500243314778107, "S12": -5.3173830340326456, "W13": -20.834134715892461, "S13": -20.834134715892461, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -44.128579043672715, "S22": -55.748953602279812, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105279.0, 506946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84858921161825718, "S11": 0.84858921161825718, "W12": -4.9240815548780485, "S12": -18.379081039467266, "W13": -22.289963270520602, "S13": -24.059621752033557, "W21": -35.871034384502039, "S21": -35.871034384502039, "W22": -39.624520159220985, "S22": -40.758435289066675, "W31": -67.91910256013351, "S31": -77.91910256013351, "W32": -94.012142970141412, "S32": -99.012142970141412 }, "geometry": { "type": "Point", "coordinates": [ 105279.0, 511475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6304745949915056, "S11": -1.6304745949915056, "W12": -9.8441338918636916, "S12": -16.898729480098936, "W13": -25.349085073465869, "S13": -26.674037848495054, "W21": -35.858192989065465, "S21": -35.858192989065465, "W22": -36.943675187635407, "S22": -37.849647191821681, "W31": -66.896426809545176, "S31": -67.076600634252941, "W32": -89.562686945298466, "S32": -94.562686945298466 }, "geometry": { "type": "Point", "coordinates": [ 105279.833333333328483, 505608.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8317786754804752, "S11": 1.8317786754804752, "W12": -3.9468466717773611, "S12": -3.9468466717773611, "W13": -15.385654519399308, "S13": -15.385654519399308, "W21": -43.979889223448943, "S21": -45.363325162582406, "W22": -44.107713515774719, "S22": -44.108525523348725, "W31": -78.370485504084272, "S31": -78.370485504084272, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105280.0, 523184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0031800250781470764, "S11": -0.24733330229974598, "W12": -10.0, "S12": -10.0, "W13": -18.752345531708027, "S13": -24.973788071681881, "W21": -36.681569189862529, "S21": -36.681569189862529, "W22": -53.717348892662308, "S22": -54.655658910237001, "W31": -77.109802610612476, "S31": -77.645055695640025, "W32": -92.898427686850255, "S32": -97.898427686850255 }, "geometry": { "type": "Point", "coordinates": [ 105280.333333333328483, 513624.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13224897100568933, "S11": 0.13224897100568933, "W12": -13.05843658867447, "S12": -15.440699342445129, "W13": -19.118012498043331, "S13": -27.820337241654748, "W21": -33.966545967105887, "S21": -33.966545967105887, "W22": -54.452926208651398, "S22": -55.191685865597179, "W31": -77.242520839268749, "S31": -78.39325497251788, "W32": -91.060022548799395, "S32": -96.060022548799395 }, "geometry": { "type": "Point", "coordinates": [ 105280.4, 513054.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17320033071530436, "S11": -0.17320033071530436, "W12": -10.0, "S12": -10.0, "W13": -18.727092711408314, "S13": -21.997462628565483, "W21": -38.923638023126337, "S21": -38.923638023126337, "W22": -34.373258350954927, "S22": -35.791695482338206, "W31": -71.012636612021865, "S31": -71.012636612021865, "W32": -91.720754563988706, "S32": -96.720754563988706 }, "geometry": { "type": "Point", "coordinates": [ 105280.666666666671517, 514225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3745405692675732, "S12": -6.1043849822801972, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -41.825156165548968, "S21": -41.825156165548968, "W22": -40.0, "S22": -53.577191303158763, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105280.666666666671517, 524193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2814182930507088, "S11": -1.3075120227664041, "W12": -5.0, "S12": -10.727376073234211, "W13": -20.0, "S13": -20.090476584477909, "W21": -30.0, "S21": -30.0, "W22": -39.293393010029355, "S22": -52.763889280031293, "W31": -77.145348527610622, "S31": -77.145348527610622, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105281.0, 504519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.79726557270449638, "W12": -9.8062485781451425, "S12": -9.8062485781451425, "W13": -21.788058703014592, "S13": -21.788058703014592, "W21": -30.330104323882424, "S21": -30.330104323882424, "W22": -38.890437217189827, "S22": -38.890437217189827, "W31": -56.829213199393905, "S31": -56.932007906967549, "W32": -98.259996060665756, "S32": -103.25999606066576 }, "geometry": { "type": "Point", "coordinates": [ 105281.0, 507248.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7798319317351856, "S12": -5.7798319317351856, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.731908436153944, "W22": -50.399623797321318, "S22": -50.401322170376496, "W31": -78.100880333353544, "S31": -78.100880333353544, "W32": -90.069481390668614, "S32": -95.069481390668614 }, "geometry": { "type": "Point", "coordinates": [ 105281.0, 520591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70491597119012206, "S11": 0.70491597119012206, "W12": -4.011966310335219, "S12": -4.011966310335219, "W13": -15.0, "S13": -15.0, "W21": -41.411862549011602, "S21": -41.411862549011602, "W22": -37.29005909325074, "S22": -37.452494534804188, "W31": -72.535673112987581, "S31": -76.816876057360673, "W32": -89.308606100113607, "S32": -94.308606100113607 }, "geometry": { "type": "Point", "coordinates": [ 105281.875, 524030.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21566798418972333, "S11": 0.21566798418972333, "W12": -4.4147442046362908, "S12": -4.4147442046362908, "W13": -15.456394509405186, "S13": -15.456394509405186, "W21": -37.537676253522861, "S21": -37.537676253522861, "W22": -38.927139592367325, "S22": -45.415622183718007, "W31": -77.651589493142239, "S31": -77.651589493142239, "W32": -91.386044723893392, "S32": -96.386044723893392 }, "geometry": { "type": "Point", "coordinates": [ 105282.0, 497360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45076028622540248, "S11": 0.34862638003133611, "W12": -4.5977588126115858, "S12": -14.597758812611586, "W13": -16.658734469784662, "S13": -19.996189985798896, "W21": -33.789768880630064, "S21": -33.811657252723087, "W22": -40.0, "S22": -49.343966070282988, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105282.0, 499791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2754009127619067, "S11": -0.2754009127619067, "W12": -10.0, "S12": -10.0, "W13": -19.535670718894295, "S13": -24.748281241697889, "W21": -39.585026323528261, "S21": -39.744079020619893, "W22": -44.009377601107289, "S22": -45.768480561966904, "W31": -76.621896841022689, "S31": -80.391124846914423, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105282.285714285710128, 514566.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.33669241966185193, "W12": -0.33669241966185193, "S12": -0.33669241966185193, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -41.611972716533934, "W22": -38.209920580002709, "S22": -41.325585016469084, "W31": -71.704031037041659, "S31": -75.224458642552264, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105283.0, 498845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1779822009523695, "S12": -8.1779822009523695, "W13": -16.498786052422911, "S13": -25.156380605881825, "W21": -41.880537332035097, "S21": -46.880537332035097, "W22": -54.402035623409674, "S22": -55.044851068445794, "W31": -77.299529397198484, "S31": -77.299529397198484, "W32": -90.989519387824089, "S32": -95.989519387824089 }, "geometry": { "type": "Point", "coordinates": [ 105283.0, 517199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072990643023197965, "S11": -0.16337806264033636, "W12": -10.0, "S12": -10.0, "W13": -18.576059749348914, "S13": -19.459526778520139, "W21": -37.999793429094169, "S21": -37.999793429094169, "W22": -37.015302928930467, "S22": -37.519839404419898, "W31": -72.369464779171963, "S31": -76.516833616243403, "W32": -89.451987736731041, "S32": -94.451987736731041 }, "geometry": { "type": "Point", "coordinates": [ 105283.272727272720658, 513882.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.949605737443122, "S12": -11.949605737443122, "W13": -16.590568343143353, "S13": -19.590568343143353, "W21": -33.657077698647676, "S21": -34.704092214535336, "W22": -42.581664057016361, "S22": -50.838082129672785, "W31": -79.955726967753719, "S31": -79.955726967753719, "W32": -91.264170490686467, "S32": -96.264170490686467 }, "geometry": { "type": "Point", "coordinates": [ 105284.0, 501479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30341634338625295, "S11": 0.30341634338625295, "W12": -5.0, "S12": -10.85498812435161, "W13": -19.4203035283243, "S13": -19.634565258088095, "W21": -29.54814274170878, "S21": -29.54814274170878, "W22": -49.195853850029529, "S22": -53.419019046047765, "W31": -75.922038634023124, "S31": -77.113035137519574, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105284.0, 503801.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29197778444911443, "S11": -0.85300163999547163, "W12": -5.2171246544529266, "S12": -5.8031166697282215, "W13": -15.007280240420735, "S13": -15.561523486378173, "W21": -40.0, "S21": -40.0, "W22": -41.939819814385345, "S22": -41.939819814385345, "W31": -60.0, "S31": -60.054282161603091, "W32": -97.881881026728735, "S32": -102.88188102672873 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 497284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0029821073558648215, "S11": -0.10133161813433125, "W12": -3.583949781245086, "S12": -3.583949781245086, "W13": -16.759970460385695, "S13": -21.759970460385695, "W21": -45.027024416537863, "S21": -49.229833500275042, "W22": -45.303559140718072, "S22": -45.303559140718072, "W31": -78.85030385151515, "S31": -78.85030385151515, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 497762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.437171058694055, "W13": -17.195016439254669, "S13": -17.750978880569225, "W21": -29.269504148816925, "S21": -29.269504148816925, "W22": -41.038935334373413, "S22": -41.038935334373413, "W31": -70.0, "S31": -70.0, "W32": -97.452191879107744, "S32": -102.45219187910774 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 503458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5225352112676056, "S11": -0.5225352112676056, "W12": -8.6055762353112915, "S12": -16.475219837550291, "W13": -20.922652445020304, "S13": -23.000944578129701, "W21": -32.275566015257631, "S21": -32.275566015257631, "W22": -40.852339443838154, "S22": -42.274728477780712, "W31": -72.584321071953624, "S31": -74.821216399673617, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 505343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7599735799207397, "S11": -2.4601261186001908, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -17.919166722847702, "S13": -22.385905375425697, "W21": -34.436393920726886, "S21": -35.277035811563266, "W22": -39.579321747816152, "S22": -39.579321747816152, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.0, 506645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26519928988449798, "S11": -0.26519928988449798, "W12": -10.943721021796982, "S12": -13.133899575295391, "W13": -18.824748665371356, "S13": -18.824748665371356, "W21": -29.447011575784913, "S21": -29.615247812226457, "W22": -45.006210388609958, "S22": -45.006210388609958, "W31": -72.468564921594975, "S31": -72.468564921594975, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.333333333328483, 508530.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29157128520364173, "S11": -0.29157128520364173, "W12": -10.0, "S12": -10.0, "W13": -19.654312021905284, "S13": -25.076090873024238, "W21": -39.334973257485068, "S21": -39.70051489541423, "W22": -45.805056369052586, "S22": -45.805056369052586, "W31": -78.843233149494935, "S31": -78.843233149494935, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105285.333333333328483, 514618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16897104851330202, "S11": 0.16897104851330202, "W12": -3.9026912962269131, "S12": -3.9026912962269131, "W13": -16.335949868073879, "S13": -16.335949868073879, "W21": -39.721452569337131, "S21": -40.359079075360974, "W22": -46.583973113150407, "S22": -50.131381485544715, "W31": -75.915522924227261, "S31": -77.022312448960534, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 497451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2019058524445811, "S12": -3.2019058524445811, "W13": -16.870086119554205, "S13": -16.870086119554205, "W21": -42.56146072512896, "S21": -45.447712676998165, "W22": -44.603035461149013, "S22": -46.852419818164684, "W31": -76.22484278397917, "S31": -79.416522921925321, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 497651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14474426097462756, "S11": 0.10846932848238494, "W12": -4.9710634490470111, "S12": -12.055519873126077, "W13": -17.260506628499922, "S13": -20.260506628499922, "W21": -35.276270976736022, "S21": -35.277571525404994, "W22": -50.008740964382199, "S22": -65.008740964382199, "W31": -80.0, "S31": -80.0, "W32": -90.499115529524175, "S32": -95.499115529524175 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 499882.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0052586707909261, "S11": 1.0052586707909261, "W12": -10.0, "S12": -18.660148530678985, "W13": -29.795815586508574, "S13": -29.795815586508574, "W21": -35.468825368286474, "S21": -35.468825368286474, "W22": -46.653226666666669, "S22": -46.653226666666669, "W31": -73.324232833158078, "S31": -73.895768779436168, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105286.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.4420176002309115, "S12": -3.4420176002309115, "W13": -17.024138804457955, "S13": -17.024138804457955, "W21": -41.04904751967576, "S21": -42.431561394451158, "W22": -29.973829565217393, "S22": -38.232635072793983, "W31": -70.0, "S31": -70.100480934386866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105287.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56128998861165758, "S11": -1.0612899886116576, "W12": -5.0, "S12": -5.0043964632895319, "W13": -20.903820155816643, "S13": -20.903820155816643, "W21": -30.0, "S21": -30.0, "W22": -31.377443986144737, "S22": -31.377443986144737, "W31": -70.0, "S31": -70.0, "W32": -91.624398804360908, "S32": -96.624398804360908 }, "geometry": { "type": "Point", "coordinates": [ 105287.0, 506946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2573696661069165, "S11": 2.2573696661069165, "W12": -12.114776558999669, "S12": -13.818918912827121, "W13": -22.788905896168323, "S13": -22.788905896168323, "W21": -33.493616416127686, "S21": -33.493616416127686, "W22": -38.213056111143089, "S22": -52.724315436138241, "W31": -73.002433260787285, "S31": -73.002433260787285, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105287.142857142855064, 509971.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92193719480783209, "S11": 0.92193719480783209, "W12": -8.5814267113094633, "S12": -19.147744582138145, "W13": -26.91919191919192, "S13": -26.91919191919192, "W21": -36.530438378115434, "S21": -36.532797074667442, "W22": -48.464430030700186, "S22": -53.237236547960393, "W31": -75.908103724377014, "S31": -76.631151509924734, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105287.333333333328483, 511174.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8795830521756165, "S11": 0.8795830521756165, "W12": -7.6663643973214288, "S12": -20.485365015814367, "W13": -25.606060606060609, "S13": -26.0603084186492, "W21": -36.418702034509401, "S21": -36.418702034509401, "W22": -34.852856451501395, "S22": -41.356589077262704, "W31": -71.606230290979781, "S31": -73.018884412282873, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105287.5, 511226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43229874776384947, "S11": 0.36582860415086393, "W12": -4.6922293780484949, "S12": -14.016378324838458, "W13": -16.800655304551956, "S13": -20.060738341325326, "W21": -34.09167192451762, "S21": -34.116847118316073, "W22": -39.439679437306346, "S22": -46.510460474005662, "W31": -78.165179488349793, "S31": -78.165179488349793, "W32": -91.293052258903515, "S32": -96.293052258903515 }, "geometry": { "type": "Point", "coordinates": [ 105287.555555555562023, 499810.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7043145264232882, "W12": -6.8743389655617175, "S12": -7.8743389655617175, "W13": -14.58, "S13": -17.562267408621413, "W21": -33.379919395855175, "S21": -33.379919395855175, "W22": -37.048343032298384, "S22": -38.023147832761076, "W31": -66.95718615023128, "S31": -67.774021714762938, "W32": -89.590191630269587, "S32": -94.590191630269587 }, "geometry": { "type": "Point", "coordinates": [ 105289.0, 496802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1597926594766326, "S11": -4.1597926594766328, "W12": -5.0, "S12": -14.444866330879503, "W13": -20.0, "S13": -20.431285367825385, "W21": -30.0, "S21": -30.0, "W22": -52.661225683779435, "S22": -52.661225683779435, "W31": -76.850164527520377, "S31": -76.850164527520377, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105289.0, 504349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -54.863311601732399, "S22": -56.373437612821377, "W31": -76.638487117362516, "S31": -79.041782265610479, "W32": -92.030932790977161, "S32": -97.030932790977161 }, "geometry": { "type": "Point", "coordinates": [ 105289.026315789480577, 530016.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27220213312850394, "S11": -0.27220213312850394, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -19.504125240700329, "S13": -24.644127941706852, "W21": -39.618428993893303, "S21": -39.668903667149102, "W22": -29.806824760873489, "S22": -29.806824760873489, "W31": -70.0, "S31": -70.0, "W32": -90.596793613985014, "S32": -95.596793613985014 }, "geometry": { "type": "Point", "coordinates": [ 105289.5, 514557.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.3431718543657638, "S12": -3.3431718543657638, "W13": -16.938129010469439, "S13": -16.938129010469439, "W21": -41.632846237877672, "S21": -43.286328611050507, "W22": -39.726577590796587, "S22": -53.065046858925882, "W31": -78.944223410648675, "S31": -78.944223410648675, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 497622.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9, "S11": -1.9, "W12": -14.9, "S12": -15.9, "W13": -16.9, "S13": -19.9, "W21": -40.880001, "S21": -40.880001, "W22": -37.983971019914819, "S22": -52.792320215914273, "W31": -72.402455078531034, "S31": -72.402455078531034, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32149121776693013, "S11": -0.32149121776693013, "W12": -10.0, "S12": -10.0, "W13": -19.814590679541915, "S13": -25.627276870248863, "W21": -38.874299594033587, "S21": -38.874299594033587, "W22": -38.366639559843307, "S22": -38.366639559843307, "W31": -62.621328188901252, "S31": -64.353458795665134, "W32": -98.819544245922373, "S32": -103.81954424592237 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 514713.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6281973194383959, "S12": -8.6281973194383959, "W13": -15.232325755683238, "S13": -24.078535982071021, "W21": -39.840903983472614, "S21": -41.133497841024571, "W22": -45.196693321190729, "S22": -47.819244407350673, "W31": -75.904090641976381, "S31": -78.518222911976963, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 516567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56004646298233118, "S11": -1.1632155464517981, "W12": -9.1555360922560389, "S12": -17.21396632481418, "W13": -22.431814831195634, "S13": -24.843972462762817, "W21": -33.677840630790698, "S21": -33.677840630790698, "W22": -44.031965174129354, "S22": -44.031965174129354, "W31": -73.733698602565539, "S31": -77.207710972113986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105291.0, 505446.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62396916042686712, "S11": -1.6239691604268671, "W12": -10.0, "S12": -17.631764705882354, "W13": -25.612385838810336, "S13": -26.63595334803032, "W21": -36.079057891138433, "S21": -36.079057891138433, "W22": -33.806013208331848, "S22": -34.633470763566372, "W31": -70.0, "S31": -70.0, "W32": -91.671693203246534, "S32": -96.671693203246534 }, "geometry": { "type": "Point", "coordinates": [ 105291.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64011416199192994, "S11": -3.6401141619919297, "W12": -6.3006192724651751, "S12": -14.198616212628366, "W13": -26.816090551461066, "S13": -26.816090551461066, "W21": -38.476747268693572, "S21": -38.476747268693572, "W22": -37.606276385946202, "S22": -43.171543910564829, "W31": -76.061411716378743, "S31": -76.061411716378743, "W32": -91.366320375971881, "S32": -96.366320375971881 }, "geometry": { "type": "Point", "coordinates": [ 105291.0, 505803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6612809780912645, "S12": -8.6612809780912645, "W13": -15.012203999985086, "S13": -23.440817065610972, "W21": -39.690731870764473, "S21": -41.448909103247459, "W22": -39.668399608588487, "S22": -42.937123733541441, "W31": -68.009709597727095, "S31": -78.009709597727095, "W32": -94.537921584837491, "S32": -99.537921584837491 }, "geometry": { "type": "Point", "coordinates": [ 105291.125, 516521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64937496198680345, "S11": 0.64937496198680345, "W12": -10.256644716512838, "S12": -10.256644716512838, "W13": -16.537489647997205, "S13": -18.678621209006185, "W21": -33.906153553762564, "S21": -39.954564728852439, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105291.555555555562023, 501725.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.59590194652381, "S12": -8.59590194652381, "W13": -15.438293015313143, "S13": -24.748066810767064, "W21": -39.986198066858293, "S21": -40.631482624135408, "W22": -54.673276959837459, "S22": -55.897206358732937, "W31": -76.7168325091518, "S31": -79.765112932432373, "W32": -91.659794767495612, "S32": -96.659794767495612 }, "geometry": { "type": "Point", "coordinates": [ 105291.625, 516613.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5896055828290585, "S12": -8.5896055828290585, "W13": -15.479076327083046, "S13": -24.875288729395482, "W21": -40.014616420081616, "S21": -40.506519063291442, "W22": -54.122137404580151, "S22": -54.948973344750769, "W31": -77.035554987654322, "S31": -82.035554987654322, "W32": -91.167051862808549, "S32": -96.167051862808549 }, "geometry": { "type": "Point", "coordinates": [ 105291.75, 516622.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67118279569892481, "W12": -4.0179967566633144, "S12": -4.3161245932745098, "W13": -16.60871673190999, "S13": -20.767609495641462, "W21": -44.647378169611081, "S21": -48.327244054881, "W22": -45.438633283940717, "S22": -45.438633283940717, "W31": -78.786699946344854, "S31": -78.786699946344854, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 497806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2362395252590894, "S11": -2.2362395252590894, "W12": -14.247514128800921, "S12": -14.935545589086097, "W13": -17.228860679611653, "S13": -18.852544734932934, "W21": -43.637736653590316, "S21": -43.637736653590316, "W22": -36.75634941048262, "S22": -38.372652643718695, "W31": -72.124650860753405, "S31": -76.063476569675444, "W32": -89.647672625937346, "S32": -94.647672625937346 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 500823.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0267284605123645, "S11": -2.0267284605123645, "W12": -14.672934843764434, "S12": -14.672934843764434, "W13": -17.025626775677058, "S13": -20.335767835532184, "W21": -42.344110920422487, "S21": -42.344110920422487, "W22": -41.010125278874206, "S22": -42.460886239595709, "W31": -73.399130148739431, "S31": -76.400682624908939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47921238539004962, "S11": -3.1189285000574585, "W12": -4.843046467022087, "S12": -5.7692868497405723, "W13": -15.0, "S13": -15.0, "W21": -38.805784417281522, "S21": -38.805784417281522, "W22": -39.187872197680441, "S22": -52.788478149037942, "W31": -76.863327577156866, "S31": -76.863327577156866, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 506314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2648021108179421, "S11": -1.7648021108179421, "W12": -5.0, "S12": -6.1245500570657523, "W13": -20.109213892549811, "S13": -22.058577092192309, "W21": -33.086819347159135, "S21": -33.459117500078221, "W22": -39.383212632985455, "S22": -50.832738085962163, "W31": -67.740632484769776, "S31": -75.299151418396093, "W32": -96.188399611547183, "S32": -101.18839961154718 }, "geometry": { "type": "Point", "coordinates": [ 105292.0, 506751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80783088442267637, "S11": -1.3078308844226765, "W12": -5.0, "S12": -5.2630452870557471, "W13": -20.801478376607992, "S13": -20.801478376607992, "W21": -30.490436177571848, "S21": -30.490436177571848, "W22": -37.784154180207004, "S22": -52.641702031098873, "W31": -65.804932929845563, "S31": -72.738500252887775, "W32": -97.72987361016861, "S32": -102.72987361016861 }, "geometry": { "type": "Point", "coordinates": [ 105292.25, 506898.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6943646367441332, "S12": -8.6943646367441332, "W13": -15.0, "S13": -23.011015904863992, "W21": -39.540559758056339, "S21": -41.764320365470361, "W22": -38.320421308254801, "S22": -53.320421308254801, "W31": -62.632145751143483, "S31": -64.367049635191293, "W32": -98.848785952851912, "S32": -103.84878595285191 }, "geometry": { "type": "Point", "coordinates": [ 105292.25, 516475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62031608377007041, "S11": -0.62031608377007041, "W12": -11.363894301214721, "S12": -11.363894301214721, "W13": -22.425916401524137, "S13": -22.425916401524137, "W21": -32.726712677584167, "S21": -32.726712677584167, "W22": -40.0, "S22": -54.044731086991739, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105292.666666666671517, 507846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26022793148878182, "S11": 0.26022793148878182, "W12": -4.75488342659194, "S12": -4.75488342659194, "W13": -15.075356874530481, "S13": -15.075356874530481, "W21": -39.624900952632032, "S21": -39.624900952632032, "W22": -38.871887242603435, "S22": -38.871887242603435, "W31": -53.758765924014, "S31": -53.758765924014, "W32": -98.885517281697062, "S32": -103.88551728169706 }, "geometry": { "type": "Point", "coordinates": [ 105293.0, 497311.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60511221490116585, "S11": 0.60511221490116585, "W12": -10.47128241465901, "S12": -10.47128241465901, "W13": -16.449700780301715, "S13": -18.797676240424416, "W21": -34.005040643022568, "S21": -38.701297840719306, "W22": -50.644455010892045, "S22": -50.646511416069075, "W31": -77.954080295954682, "S31": -77.954080295954682, "W32": -90.18658485808794, "S32": -95.18658485808794 }, "geometry": { "type": "Point", "coordinates": [ 105293.0, 501689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51509504286246743, "S11": -1.5143760416205563, "W12": -4.8351542121953059, "S12": -6.2224312567587834, "W13": -25.279107224299437, "S13": -25.279107224299437, "W21": -40.0, "S21": -40.0, "W22": -44.489768371038281, "S22": -53.533452351369888, "W31": -80.701980917479787, "S31": -80.701980917479787, "W32": -91.118352142270794, "S32": -96.118352142270794 }, "geometry": { "type": "Point", "coordinates": [ 105293.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69474473390778135, "S11": 0.69474473390778135, "W12": -10.064332953290066, "S12": -10.067921616024243, "W13": -16.637163960464761, "S13": -18.582390954329657, "W21": -33.735282987451356, "S21": -40.586595617298116, "W22": -42.546763537397197, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105293.2, 501760.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66519174041297935, "S11": -1.1651917404129795, "W12": -5.0, "S12": -5.0, "W13": -20.915623127203801, "S13": -20.915623127203801, "W21": -30.0, "S21": -30.0, "W22": -51.532028805187785, "S22": -51.532028805187785, "W31": -75.803567089573932, "S31": -75.803567089573932, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105293.25, 506932.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5636065736092242, "S12": -8.5636065736092242, "W13": -15.644260274943045, "S13": -25.417597639463104, "W21": -40.131492150243965, "S21": -40.316106582390049, "W22": -50.157568714454243, "S22": -52.358142968981255, "W31": -75.596688825494013, "S31": -76.337459184017277, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105293.25, 516660.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7274482953970001, "S12": -8.7274482953970001, "W13": -15.0, "S13": -22.593418744102099, "W21": -39.390387645348191, "S21": -42.079731627693249, "W22": -42.945557449467749, "S22": -44.04123764589221, "W31": -77.317812640283037, "S31": -80.882850906687395, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105293.375, 516429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1608524314319726, "S11": 1.1608524314319726, "W12": -11.294377540728094, "S12": -15.571778752648155, "W13": -21.437119127021173, "S13": -21.437119127021173, "W21": -32.299503385632399, "S21": -32.299503385632399, "W22": -53.671194768597132, "S22": -55.019587035732457, "W31": -76.955561951413259, "S31": -78.15310267469745, "W32": -92.736115231428599, "S32": -97.736115231428599 }, "geometry": { "type": "Point", "coordinates": [ 105293.8, 509556.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.88031319910514538, "W12": -0.88031319910514538, "S12": -0.88031319910514538, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -41.79236367793316, "W22": -45.790351181232467, "S22": -48.786068996536741, "W31": -75.890641689306335, "S31": -77.927226091361192, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105294.0, 498747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40234460887949258, "S11": -0.40234460887949258, "W12": -8.0956678700361024, "S12": -15.042629396082976, "W13": -20.561827052489903, "S13": -22.362434359329928, "W21": -31.421658914945954, "S21": -31.421658914945954, "W22": -52.340997497584297, "S22": -52.346108419858346, "W31": -77.136730369335424, "S31": -77.136730369335424, "W32": -93.098901098901109, "S32": -98.098901098901109 }, "geometry": { "type": "Point", "coordinates": [ 105294.0, 505282.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6213104119364257, "S11": -2.4565260176859125, "W12": -5.0, "S12": -5.0, "W13": -16.896784197397697, "S13": -21.732810575092348, "W21": -35.0736903823625, "S21": -35.877229451941027, "W22": -39.786517274486094, "S22": -39.786517274486094, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105294.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41764705882347364, "S11": -2.9726992967813586, "W12": -4.6060867931489735, "S12": -4.6060867931489735, "W13": -14.997888224994378, "S13": -17.789665835246819, "W21": -41.543146235457556, "S21": -44.204343199240611, "W22": -41.381426110632127, "S22": -41.381426110632127, "W31": -70.0, "S31": -70.0, "W32": -97.10633426045672, "S32": -102.10633426045672 }, "geometry": { "type": "Point", "coordinates": [ 105294.4, 498308.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7605319540498705, "S12": -8.7605319540498705, "W13": -15.0, "S13": -22.175821583340205, "W21": -39.24021553264005, "S21": -42.395142889916144, "W22": -42.127230271183258, "S22": -42.127230271183258, "W31": -60.0, "S31": -60.058595684276547, "W32": -97.992458610734701, "S32": -102.9924586107347 }, "geometry": { "type": "Point", "coordinates": [ 105294.5, 516383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5313112006946383, "S12": -8.5313112006946383, "W13": -15.850227534572952, "S13": -25.62011840566927, "W21": -40.276786233629643, "S21": -41.41079152024836, "W22": -38.971256331360948, "S22": -38.971256331360948, "W31": -53.474732027610976, "S31": -53.474732027610976, "W32": -98.982763772418139, "S32": -103.98276377241814 }, "geometry": { "type": "Point", "coordinates": [ 105294.875, 516707.625 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0085804113357497, "S11": -5.0085804113357497, "W12": -13.831438901623462, "S12": -13.831438901623462, "W13": -17.237472764197072, "S13": -18.635716585399905, "W21": -39.900965729424833, "S21": -40.148679608717657, "W22": -40.026555579135845, "S22": -40.026555579135845, "W31": -71.178756133478515, "S31": -71.178756133478515, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 500449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66412585144339931, "S11": -2.6641258514433992, "W12": -8.5339372695406741, "S12": -9.5477449483008012, "W13": -15.415795860581136, "S13": -19.076057231056588, "W21": -35.942800572352823, "S21": -36.647163680422935, "W22": -50.144106961538697, "S22": -52.844567367223014, "W31": -75.724599146503692, "S31": -76.964158198562842, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 506534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -1.8, "W12": -9.3, "S12": -9.3, "W13": -15.9, "S13": -15.9, "W21": -36.8, "S21": -36.8, "W22": -54.696629213483149, "S22": -55.961718068778993, "W31": -76.635669420059372, "S31": -79.422458441223569, "W32": -91.750023111768513, "S32": -96.750023111768513 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 515620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.339933034336582, "S13": -14.339933034336582, "W21": -47.0, "S21": -47.0, "W22": -28.32, "S22": -40.3, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.0, 527268.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5394307487650458, "S12": -5.5394307487650458, "W13": -20.0, "S13": -20.0, "W21": -39.185960330554572, "S21": -40.990840444899412, "W22": -45.938181328631757, "S22": -59.783385546741606, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.454545454544132, 520941.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7936156127027374, "S12": -8.7936156127027374, "W13": -15.0, "S13": -21.758224422578309, "W21": -39.090043419931916, "S21": -42.710554152139046, "W22": -38.206670563773457, "S22": -52.749399147483487, "W31": -73.068473142491996, "S31": -73.068473142491996, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.625, 516337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26173676518777816, "S11": -0.26173676518777816, "W12": -10.0, "S12": -10.0, "W13": -19.403921795162649, "S13": -24.34835096921077, "W21": -39.792800495172216, "S21": -39.792800495172216, "W22": -38.684526028801287, "S22": -38.684526028801287, "W31": -70.278273218051851, "S31": -70.778273218051851, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105295.857142857144936, 514519.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67148465574241767, "S11": -0.67148465574241767, "W12": -10.958126092216697, "S12": -10.958126092216697, "W13": -16.881972914424178, "S13": -19.881972914424178, "W21": -37.647295002933106, "S21": -37.748372019799596, "W22": -36.656432550627144, "S22": -40.680553578548626, "W31": -71.362853733827777, "S31": -74.191769695873148, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105296.0, 500145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53879219409282697, "S11": -3.0582810119842008, "W12": -4.3891334504783028, "S12": -5.344357331075317, "W13": -15.398734177215189, "S13": -15.398734177215189, "W21": -39.83786318836502, "S21": -39.83786318836502, "W22": -41.646306925390775, "S22": -54.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105296.0, 506212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0393305802302253, "S11": 2.0393305802302257, "W12": -8.6429565246404856, "S12": -21.773283636912261, "W13": -25.047844672426208, "S13": -31.829644315556465, "W21": -38.64674254573643, "S21": -38.64674254573643, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105296.0, 512128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4990158277800525, "S12": -8.4990158277800525, "W13": -15.74903979012338, "S13": -25.634041660536031, "W21": -40.422080317015315, "S21": -42.505476458106664, "W22": -39.143521457170202, "S22": -52.800051380351654, "W31": -76.750216807528162, "S31": -76.750216807528162, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105296.5, 516754.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8266992713556043, "S12": -8.8266992713556043, "W13": -15.0, "S13": -21.340627261816415, "W21": -38.939871307223775, "S21": -42.011659585376563, "W22": -40.977691177581711, "S22": -40.977691177581711, "W31": -57.474998597003193, "S31": -57.752924151812692, "W32": -98.30943470553477, "S32": -103.30943470553477 }, "geometry": { "type": "Point", "coordinates": [ 105296.75, 516291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8373870136675992, "S11": -4.3140017129997066, "W12": -13.540622533930632, "S12": -13.540622533930632, "W13": -16.936329061219478, "S13": -18.486082044068031, "W21": -39.166848652387145, "S21": -39.387370678172339, "W22": -48.536929752189977, "S22": -53.317662335192502, "W31": -75.875918451319095, "S31": -76.254099298249685, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105297.0, 500402.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7753824362606232, "S11": -3.1124548893683834, "W12": -6.8859256340449928, "S12": -6.8859256340449928, "W13": -20.0, "S13": -21.10036605657238, "W21": -29.816090378256771, "S21": -29.816090378256771, "W22": -49.591149083229332, "S22": -49.591149083229332, "W31": -74.078612134291205, "S31": -74.421120083874058, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105297.0, 504726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8470584477802614, "S12": -9.8470584477802614, "W13": -18.902970452758119, "S13": -28.420340575468536, "W21": -37.456249871638732, "S21": -37.456249871638732, "W22": -46.384009041274183, "S22": -49.752893585722724, "W31": -75.877192736636246, "S31": -77.33622927074552, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105297.0, 515296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87135565337246546, "S11": 0.87135565337246546, "W12": -8.5889343673705074, "S12": -15.720964824948439, "W13": -17.480845771144239, "S13": -20.833727425345604, "W21": -33.978308717099743, "S21": -43.550234718979652, "W22": -40.0, "S22": -51.66070796460177, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105297.333333333328483, 502206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8631860189219449, "S11": 1.8631860189219449, "W12": -3.8061701086996913, "S12": -3.8061701086996913, "W13": -15.00000000000003, "S13": -15.00000000000003, "W21": -43.140374428459921, "S21": -44.163610110249103, "W22": -54.329425744900362, "S22": -55.429857126260849, "W31": -76.742026774253674, "S31": -80.313186444262485, "W32": -91.562190119840494, "S32": -96.562190119840494 }, "geometry": { "type": "Point", "coordinates": [ 105297.6, 523395.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27490907597694125, "S11": -0.27490907597694125, "W12": -10.0, "S12": -10.0, "W13": -19.505878551471227, "S13": -24.631838979559006, "W21": -39.58137480051488, "S21": -39.58137480051488, "W22": -50.171686651523956, "S22": -51.944805572555659, "W31": -75.44909674302842, "S31": -75.44909674302842, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105297.636363636367605, 514563.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8597829300084747, "S12": -8.8597829300084747, "W13": -15.0, "S13": -20.923030101054522, "W21": -38.789699194515634, "S21": -41.067048385558174, "W22": -54.336150165668947, "S22": -55.939004548318017, "W31": -76.670789538962453, "S31": -79.499745333515492, "W32": -92.351297216208266, "S32": -97.351297216208266 }, "geometry": { "type": "Point", "coordinates": [ 105297.875, 516245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028496460888279174, "S11": -2.0289209483428055, "W12": -6.925838333020188, "S12": -7.6699363153880951, "W13": -17.774163189628361, "S13": -20.774163189628361, "W21": -33.579488319817855, "S21": -33.579488319817855, "W22": -50.081216900286442, "S22": -53.28156345712889, "W31": -75.85250946751357, "S31": -76.814654960908967, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 496843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.43948247078464103, "W12": -4.2829530333557049, "S12": -14.468403707592753, "W13": -15.97471264367816, "S13": -19.633655172413793, "W21": -32.302575851954025, "S21": -32.317398752377279, "W22": -30.264904477680734, "S22": -38.634379689911086, "W31": -70.0, "S31": -70.174117877999748, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 499692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.46828046744574292, "W12": -4.272483236912751, "S12": -14.444471007835936, "W13": -16.033333333333331, "S13": -19.674, "W21": -32.365334493333329, "S21": -32.3919061128477, "W22": -49.318194938616891, "S22": -49.319477376806731, "W31": -78.055267935446949, "S31": -78.055267935446949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 499698.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48624680595220204, "S11": -3.4862468059522023, "W12": -9.9999999999999982, "S12": -11.229761787334777, "W13": -15.0, "S13": -17.187903017797268, "W21": -36.639447160086114, "S21": -37.27378730442954, "W22": -37.63095059128095, "S22": -52.362079694488713, "W31": -71.469452816856048, "S31": -71.469452816856048, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 506482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.80870359599433539, "W12": -9.4911655418214895, "S12": -9.617624222459737, "W13": -21.919860001951193, "S13": -21.919860001951193, "W21": -30.288108803388507, "S21": -30.288108803388507, "W22": -47.78954348580735, "S22": -52.072629719849331, "W31": -75.870257026057757, "S31": -75.870257026057757, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 507242.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79864064778737953, "S11": 0.79864064778737953, "W12": -4.9947035309793471, "S12": -18.020257597570421, "W13": -23.558695652173913, "S13": -25.844611542662463, "W21": -36.188331187226368, "S21": -36.188331187226368, "W22": -29.22765913043478, "S22": -39.426580400019382, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 511328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14262284272085568, "S11": 0.1426228427208559, "W12": -12.003485245266253, "S12": -13.507421333530155, "W13": -18.997506695274915, "S13": -29.380288416183006, "W21": -34.256811606887545, "S21": -34.256811606887545, "W22": -30.192888223184355, "S22": -30.192888223184355, "W31": -70.0, "S31": -70.0, "W32": -91.02379147342134, "S32": -96.02379147342134 }, "geometry": { "type": "Point", "coordinates": [ 105298.0, 513141.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4667204548654684, "S12": -8.4667204548654684, "W13": -15.630459957269899, "S13": -25.630377500486716, "W21": -40.567374400400993, "S21": -43.600161395964975, "W22": -39.391320046676796, "S22": -39.391320046676796, "W31": -56.899222739772156, "S31": -57.075124036192797, "W32": -98.412054362812682, "S32": -103.41205436281268 }, "geometry": { "type": "Point", "coordinates": [ 105298.125, 516801.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40408315561724878, "S11": 0.40408315561724878, "W12": -10.16485695509985, "S12": -19.839897042150426, "W13": -21.042807711606244, "S13": -21.042807711606244, "W21": -31.377271967772796, "S21": -31.377271967772796, "W22": -37.116323102875235, "S22": -38.268434149723127, "W31": -67.022252905644891, "S31": -68.415095955559849, "W32": -89.625543318751326, "S32": -94.625543318751326 }, "geometry": { "type": "Point", "coordinates": [ 105298.666666666671517, 509220.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -37.6610943548243, "S22": -52.655107490708509, "W31": -65.532514311017309, "S31": -72.713830265895069, "W32": -97.938986793339254, "S32": -102.93898679333925 }, "geometry": { "type": "Point", "coordinates": [ 105298.980769230765873, 530036.346153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27902892646998317, "S11": -1.1469947683793327, "W12": -6.2900687321560751, "S12": -6.2900687321560778, "W13": -20.0, "S13": -21.482524714527383, "W21": -29.864295353102502, "S21": -29.864295353102502, "W22": -42.173136503170284, "S22": -42.173136503170284, "W31": -60.0, "S31": -60.25078029396802, "W32": -98.047973251634943, "S32": -103.04797325163494 }, "geometry": { "type": "Point", "coordinates": [ 105299.0, 505013.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8928665886613434, "S12": -8.8928665886613434, "W13": -15.0, "S13": -20.505432940292629, "W21": -38.639527081807501, "S21": -40.122437185739784, "W22": -39.018739211869693, "S22": -39.018739211869693, "W31": -53.103556111508226, "S31": -53.103556111508226, "W32": -99.160326655964269, "S32": -104.16032665596427 }, "geometry": { "type": "Point", "coordinates": [ 105299.0, 516199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4395615109489688, "S12": -5.4395615109489688, "W13": -15.0, "S13": -15.0, "W21": -44.07018485017732, "S21": -44.07018485017732, "W22": -35.614500034567783, "S22": -41.336852482427886, "W31": -71.835626258117045, "S31": -73.465196554408124, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105299.166666666671517, 525089.833333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4344250819508808, "S12": -8.4344250819508808, "W13": -15.75461811010079, "S13": -25.670441514011035, "W21": -40.712668483786665, "S21": -44.694846333823271, "W22": -46.939225280499492, "S22": -50.661063158701424, "W31": -75.867819788965491, "S31": -76.774913225757913, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105299.75, 516848.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16690532081377152, "S11": 0.16690532081377152, "W12": -3.9461345683113458, "S12": -3.9461345683113458, "W13": -16.415047493403694, "S13": -16.415047493403694, "W21": -39.07135107848719, "S21": -40.365796861619515, "W22": -37.110528413952771, "S22": -44.921670832898791, "W31": -69.131317676399959, "S31": -69.131317676399959, "W32": -89.696439508763106, "S32": -94.696439508763106 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 497453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.15497460412309527, "W12": -1.3070104208959266, "S12": -2.0400367194294118, "W13": -15.0, "S13": -18.015403278604346, "W21": -39.343034231560161, "S21": -40.638236761758691, "W22": -49.63482096091159, "S22": -53.335053668911343, "W31": -75.862873640227633, "S31": -76.547605574959562, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31486648347777069, "S11": -0.31486648347777069, "W12": -8.0937972768532536, "S12": -11.27888263174993, "W13": -17.148054221839871, "S13": -20.148054221839871, "W21": -36.529945418162491, "S21": -36.55229859841041, "W22": -32.830662059144885, "S22": -32.830662059144885, "W31": -70.0, "S31": -70.0, "W32": -91.592619400478725, "S32": -96.592619400478725 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1795840787119857, "S11": -0.1795840787119857, "W12": -10.566952944652718, "S12": -10.998557173041826, "W13": -20.0, "S13": -20.0, "W21": -30.089640514427487, "S21": -30.439743375753153, "W22": -39.749123870438588, "S22": -53.160696471342959, "W31": -79.174229572546835, "S31": -79.174229572546835, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 508737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93713707225861209, "S11": 0.93713707225861209, "W12": -11.558832959281821, "S12": -20.624366788231654, "W13": -30.0, "S13": -30.0, "W21": -36.552405673526025, "S21": -36.554424997293019, "W22": -41.265706933996903, "S22": -41.265706933996903, "W31": -70.0, "S31": -70.0, "W32": -97.356777153790375, "S32": -102.35677715379038 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 511052.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.26164950288040212, "W12": -4.9130945121951219, "S12": -13.610766447265604, "W13": -22.412727108379283, "S13": -29.084912672885615, "W21": -35.676868173621898, "S21": -35.676868173621898, "W22": -41.794537068393325, "S22": -41.794537068393325, "W31": -60.380943254546843, "S31": -63.569750720411804, "W32": -98.364217663529416, "S32": -103.36421766352942 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 511616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47432805031748915, "S11": -0.47432805031748915, "W12": -10.0, "S12": -10.0, "W13": -19.592850049652434, "S13": -28.464774231780886, "W21": -37.658278866937749, "S21": -37.658278866937749, "W22": -43.821552580957174, "S22": -43.821552580957174, "W31": -72.253668860612933, "S31": -72.253668860612933, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105300.0, 515200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91178029296635643, "S11": -0.91652357403591544, "W12": -8.9617777935142513, "S12": -8.9617777935142513, "W13": -15.000000000000002, "S13": -19.617877396952714, "W21": -38.327139988548304, "S21": -38.43572193689328, "W22": -38.327636740065856, "S22": -38.327636740065856, "W31": -62.548906525606483, "S31": -64.576099239185325, "W32": -98.951879049255822, "S32": -103.95187904925582 }, "geometry": { "type": "Point", "coordinates": [ 105300.48, 516102.56 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69531830124064009, "S11": 0.69531830124064009, "W12": -10.0, "S12": -16.944342101657345, "W13": -30.0, "S13": -30.0, "W21": -35.885141485205352, "S21": -35.885141485205352, "W22": -47.49444151972407, "S22": -51.569232731678902, "W31": -75.858446841294722, "S31": -76.213597180771046, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105300.5, 510844.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55597770574668581, "S11": -0.55597770574668581, "W12": -8.9241397456345837, "S12": -8.9241397456345837, "W13": -14.999999999999998, "S13": -20.119652951469824, "W21": -38.497364743599825, "S21": -39.340708595351515, "W22": -33.281355605605633, "S22": -33.769299215807912, "W31": -70.0, "S31": -70.0, "W32": -91.569449934452621, "S32": -96.569449934452621 }, "geometry": { "type": "Point", "coordinates": [ 105300.5, 516155.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3967028380634392, "W12": -4.3085654472902677, "S12": -14.505087803571318, "W13": -15.957734637725466, "S13": -19.602636769784795, "W21": -32.375024489831212, "S21": -32.375024489831212, "W22": -40.0, "S22": -50.710796460176994, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 499684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4249932759548143, "S11": -5.4249932759548143, "W12": -14.074387640272183, "S12": -14.074387640272183, "W13": -17.584206229144577, "S13": -18.614332020347206, "W21": -42.530681178457499, "S21": -42.641852922337186, "W22": -37.59245392540587, "S22": -51.591776249478471, "W31": -71.362846149770292, "S31": -71.362846149770292, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 500623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48949797084022245, "S11": -3.1071069052964657, "W12": -10.0, "S12": -11.341803116985599, "W13": -15.0, "S13": -17.817470552832948, "W21": -36.32840425033789, "S21": -37.012706902882648, "W22": -38.965256797583081, "S22": -41.92295370562163, "W31": -72.809450496028404, "S31": -75.304070873162729, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 506507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.81353249961401908, "W12": -9.1829074088117082, "S12": -9.1829074088117082, "W13": -21.878545246756143, "S13": -21.878545246756143, "W21": -30.191954154984884, "S21": -30.191954154984884, "W22": -37.141636242605173, "S22": -38.350837129437636, "W31": -67.044756487201056, "S31": -68.648763510779304, "W32": -89.637673249957885, "S32": -94.637673249957885 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 507221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47574155945696206, "S11": 0.47574155945696206, "W12": -10.347777913622886, "S12": -19.665191838959203, "W13": -21.10691708601259, "S13": -21.10691708601259, "W21": -31.491184750827685, "S21": -31.491184750827685, "W22": -39.703233711393004, "S22": -39.703233711393004, "W31": -56.980329984847636, "S31": -57.188034907114044, "W32": -98.44484932046484, "S32": -103.44484932046484 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 509277.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6354016489988221, "S11": 1.6354016489988221, "W12": -11.745399861018617, "S12": -13.571044383560514, "W13": -21.674534445972814, "S13": -21.674534445972814, "W21": -32.942601598352965, "S21": -32.942601598352965, "W22": -31.960779060771156, "S22": -31.960779060771156, "W31": -70.0, "S31": -70.0, "W32": -91.5196736451406, "S32": -96.5196736451406 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 509726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65413890128236463, "S11": -0.65413890128236463, "W12": -4.8310698614266423, "S12": -4.8310698614266423, "W13": -18.042053812803299, "S13": -18.042053812803299, "W21": -45.0, "S21": -46.868668534535267, "W22": -37.647001584696284, "S22": -43.736847975068841, "W31": -76.094045961797391, "S31": -76.094045961797391, "W32": -91.189895582667816, "S32": -96.189895582667816 }, "geometry": { "type": "Point", "coordinates": [ 105301.0, 521948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.402129709036295, "S12": -8.402129709036295, "W13": -15.915876437605348, "S13": -25.747605702209022, "W21": -40.857962567172336, "S21": -45.905032462666213, "W22": -39.807928891590883, "S22": -53.229550060574304, "W31": -79.455280594585133, "S31": -79.455280594585133, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105301.375, 516895.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72607751185859937, "S11": -0.72607751185859926, "W12": -11.189877671730367, "S12": -11.189877671730367, "W13": -16.839466403501529, "S13": -19.653393885710805, "W21": -37.760865478943543, "S21": -37.858628806180583, "W22": -36.862284813447502, "S22": -38.298616026094507, "W31": -66.961925320804227, "S31": -66.961925320804227, "W32": -89.60939281563779, "S32": -94.60939281563779 }, "geometry": { "type": "Point", "coordinates": [ 105301.4, 500166.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10689253642667206, "S11": 0.10689253642667206, "W12": -12.982688994399096, "S12": -15.636319439445531, "W13": -19.085273791130785, "S13": -28.399961142624782, "W21": -34.148427562662569, "S21": -34.148427562662569, "W22": -48.941582340641773, "S22": -48.942090811844423, "W31": -78.156455574939486, "S31": -78.156455574939486, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105301.8, 513012.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10939613823637931, "S11": -0.10939613823637931, "W12": -3.7985703059511837, "S12": -3.7985703059511837, "W13": -16.638717212228922, "S13": -21.46370485841571, "W21": -44.65364755717502, "S21": -48.383702217380133, "W22": -48.049657758949373, "S22": -52.477402304657538, "W31": -75.84907389362391, "S31": -75.84907389362391, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105302.0, 497779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18842189791333858, "S11": -0.18842189791333858, "W12": -10.0, "S12": -10.0, "W13": -18.794424114262174, "S13": -22.408245531033874, "W21": -39.121728369830514, "S21": -39.121728369830514, "W22": -40.0, "S22": -40.0, "W31": -71.146026689092579, "S31": -71.146026689092579, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105302.0, 514267.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83957997532032069, "S11": -0.83957997532032069, "W12": -8.9554129026077867, "S12": -8.9554129026077867, "W13": -15.000000000000002, "S13": -19.733872962647574, "W21": -38.355202405392333, "S21": -38.606202793312669, "W22": -37.023747584775961, "S22": -52.110110774642827, "W31": -64.677043243054555, "S31": -72.895297237563184, "W32": -98.553024899514554, "S32": -103.55302489951455 }, "geometry": { "type": "Point", "coordinates": [ 105302.0, 516112.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47570772620655516, "S11": 0.47570772620655516, "W12": -10.345537106091644, "S12": -19.689834609241114, "W13": -21.109448136873798, "S13": -21.109448136873798, "W21": -31.490232482229491, "S21": -31.490232482229491, "W22": -46.804260102905388, "S22": -46.806759018631716, "W31": -77.799359426828403, "S31": -77.799359426828403, "W32": -94.107319503551906, "S32": -99.107319503551906 }, "geometry": { "type": "Point", "coordinates": [ 105302.833333333328483, 509277.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -4.6633668947590934, "S12": -11.91226553420284, "W13": -15.27920622757177, "S13": -18.343846665392647, "W21": -36.548748003703224, "S21": -37.3164955935367, "W22": -53.710972478150516, "S22": -55.450349858030179, "W31": -76.79954504850123, "S31": -78.868893844178274, "W32": -92.532838053639168, "S32": -97.532838053639168 }, "geometry": { "type": "Point", "coordinates": [ 105303.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3698343361217109, "S12": -8.3698343361217109, "W13": -16.077134765109907, "S13": -25.824769890407012, "W21": -41.003256650558015, "S21": -46.129742309367273, "W22": -36.499778546376746, "S22": -46.759347031900134, "W31": -63.490282573127431, "S31": -71.096134552473387, "W32": -98.98523513054225, "S32": -103.98523513054225 }, "geometry": { "type": "Point", "coordinates": [ 105303.0, 516942.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1231822448943443, "S11": -1.1231822448943443, "W12": -8.9866860595810287, "S12": -8.9866860595810287, "W13": -15.0, "S13": -19.34809297382477, "W21": -38.213040067184664, "S21": -38.213040067184664, "W22": -44.185972823106304, "S22": -44.185972823106304, "W31": -73.67542529505053, "S31": -77.12053897386609, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105303.5, 516069.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30719043330333567, "S11": -1.9715950262386204, "W12": -6.9715655730626862, "S12": -8.0783496961898269, "W13": -14.777540453074248, "S13": -15.666154828221078, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.018320204191703, "W31": -77.570347304434634, "S31": -77.570347304434634, "W32": -90.556517311608971, "S32": -95.556517311608971 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 497263.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11313831239759697, "W12": -4.7132668127262329, "S12": -9.5590548622316227, "W13": -15.627746356873535, "S13": -19.037554141742334, "W21": -33.995162153753483, "S21": -34.277608901457633, "W22": -50.0, "S22": -50.00186423327915, "W31": -77.888800813297379, "S31": -77.888800813297379, "W32": -90.119994911059194, "S32": -95.119994911059194 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 499519.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.70484537265477076, "W12": -10.0, "S12": -10.399121201025265, "W13": -22.124848434168168, "S13": -22.124848434168168, "W21": -30.491072354866517, "S21": -30.491072354866517, "W22": -39.491797214017012, "S22": -39.491797214017012, "W31": -63.286270691333982, "S31": -63.571903081158418, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 507292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14057778856278552, "S11": -0.35942221143721437, "W12": -11.966547522998562, "S12": -13.402884277216687, "W13": -18.972848467919373, "S13": -29.680829857706822, "W21": -34.301140702720573, "S21": -34.301140702720573, "W22": -46.625431253263336, "S22": -50.111798717343731, "W31": -75.843918023566928, "S31": -77.170397170026675, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 513146.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93017435029029594, "S11": -0.93017435029029594, "W12": -9.2410005541616904, "S12": -9.2410005541616904, "W13": -15.642348765528192, "S13": -16.613063110139684, "W21": -37.062554433822086, "S21": -37.062554433822086, "W22": -45.747534329868706, "S22": -45.749574527531848, "W31": -77.916938426061961, "S31": -77.916938426061961, "W32": -94.959044649641257, "S32": -99.959044649641257 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 515710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1477735545478733, "S12": -6.1477735545478733, "W13": -20.0, "S13": -21.199792841523767, "W21": -40.0, "S21": -41.504092902398256, "W22": -51.420276740941823, "S22": -51.420276740941823, "W31": -75.679074507882277, "S31": -75.679074507882277, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105304.0, 520087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4350961538461537, "S11": -2.4350961538461537, "W12": -14.102021391836606, "S12": -14.107234745892203, "W13": -17.58429011639495, "S13": -18.584650664427961, "W21": -42.529977481703881, "S21": -42.634118949829485, "W22": -38.203469865854451, "S22": -44.82648789521555, "W31": -76.677430642719699, "S31": -76.677430642719699, "W32": -91.129120428086836, "S32": -96.129120428086836 }, "geometry": { "type": "Point", "coordinates": [ 105304.5, 500625.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85936091576880924, "S11": 0.85936091576880924, "W12": -4.0046252623049199, "S12": -4.0046252623049199, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -41.25793969981968, "S21": -41.25793969981968, "W22": -50.301644803134458, "S22": -51.376465909313239, "W31": -75.183251252896937, "S31": -75.183251252896937, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.5, 523992.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30128070390672551, "S11": -0.30128070390672551, "W12": -10.0, "S12": -10.0, "W13": -19.720912907678652, "S13": -25.186456008592998, "W21": -39.161973397806989, "S21": -39.467488782593442, "W22": -48.60487399817395, "S22": -53.385571877635023, "W31": -75.83970094595314, "S31": -75.83970094595314, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.666666666671517, 514650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0257601257948354, "S11": -1.0257601257948354, "W12": -9.2089015494294948, "S12": -9.2089015494294948, "W13": -15.524325165789708, "S13": -16.939047242950327, "W21": -37.20735415757003, "S21": -37.20735415757003, "W22": -41.310001, "S22": -41.310001, "W31": -78.389871369874413, "S31": -79.54519836852441, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105304.8, 515756.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85531007161357109, "S11": 0.85531007161357109, "W12": -7.1690874212104525, "S12": -20.003585337478349, "W13": -24.809937888198295, "S13": -27.171649109520562, "W21": -36.32589149283195, "S21": -36.32589149283195, "W22": -28.651755278830535, "S22": -36.387238957471169, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105305.0, 511260.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4067845144683679, "S11": -1.4067845144683679, "W12": -9.0179592165542708, "S12": -9.0179592165542708, "W13": -15.0, "S13": -18.962312985001969, "W21": -38.070877728976981, "S21": -38.070877728976981, "W22": -31.722959424704865, "S22": -31.722959424704865, "W31": -70.0, "S31": -70.0, "W32": -91.483774297898663, "S32": -96.483774297898663 }, "geometry": { "type": "Point", "coordinates": [ 105305.0, 516026.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28798711146296818, "S11": 0.28798711146296818, "W12": -5.3825254734347201, "S12": -5.3825254734347201, "W13": -19.864642849596819, "S13": -19.864642849596819, "W21": -39.12228065420264, "S21": -40.949846628375447, "W22": -33.37716162310069, "S22": -34.273770017952977, "W31": -70.0, "S31": -70.0, "W32": -91.492930903997063, "S32": -96.492930903997063 }, "geometry": { "type": "Point", "coordinates": [ 105305.090909090911737, 521170.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1213459012993747, "S11": -1.1213459012993747, "W12": -9.1768025446973027, "S12": -9.1768025446973027, "W13": -15.406301566051226, "S13": -17.265031375760969, "W21": -37.352153881317967, "S21": -37.352153881317967, "W22": -42.232177156676855, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105305.6, 515802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2169316768040257, "S11": -1.2169316768040257, "W12": -9.1447035399651018, "S12": -9.1447035399651018, "W13": -15.288277966312796, "S13": -17.591015508571463, "W21": -37.496953605065947, "S21": -37.496953605065947, "W22": -36.733238312101307, "S22": -51.818730535616012, "W31": -64.285870092741177, "S31": -72.979376328474913, "W32": -98.833957343703673, "S32": -103.83395734370367 }, "geometry": { "type": "Point", "coordinates": [ 105306.4, 515848.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5150089853470157, "S11": -1.5150089853470157, "W12": -9.049232373527472, "S12": -9.049232373527472, "W13": -15.0, "S13": -18.576532996179715, "W21": -37.928715390769504, "S21": -37.928715390769504, "W22": -29.398846417614152, "S22": -29.398846417614152, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105306.5, 515983.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.085045446750128595, "S11": -3.0850454467501285, "W12": -3.6184286984382599, "S12": -3.6184286984382599, "W13": -15.0, "S13": -17.295231813041838, "W21": -40.83169777375852, "S21": -43.310952610562452, "W22": -37.572071361299784, "S22": -40.999010547548828, "W31": -71.528223245167695, "S31": -73.930617105097994, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 498392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.32491783686883779, "W12": -2.2773717688455815, "S12": -5.5421622831674444, "W13": -15.027044239683015, "S13": -18.053003494615684, "W21": -38.422171466005238, "S21": -39.538011880591988, "W22": -40.0, "S22": -50.303539823008848, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 499089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1276001652209831, "S11": -1.1276001652209831, "W12": -13.694416445788381, "S12": -13.694416445788381, "W13": -16.848720869024259, "S13": -19.848720869024259, "W21": -36.45, "S21": -36.45, "W22": -37.765931780246348, "S22": -52.765931780246348, "W31": -71.804887017030822, "S31": -71.804887017030822, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 501336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25857610171583756, "S11": -1.2445442792211292, "W12": -6.3741545944802791, "S12": -6.7735317512852617, "W13": -20.0, "S13": -21.429862946711779, "W21": -29.842653444442064, "S21": -29.842653444442064, "W22": -42.389049497706388, "S22": -43.086604810149083, "W31": -77.672197894080682, "S31": -80.393262259510067, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 505010.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89095840998275699, "S11": 0.89095840998275699, "W12": -10.0, "S12": -18.295033448329413, "W13": -29.963523080465059, "S13": -29.963523080465059, "W21": -35.56254405473414, "S21": -35.56254405473414, "W22": -49.16009023739926, "S22": -53.380560376978785, "W31": -75.830327998282385, "S31": -75.937408417862798, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.0, 510748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3125174523085652, "S11": -1.3125174523085652, "W12": -9.1126045352329097, "S12": -9.1126045352329097, "W13": -15.170254366574312, "S13": -17.916999641382105, "W21": -37.641753328813891, "S21": -37.641753328813891, "W22": -45.854751878897716, "S22": -45.863906578636616, "W31": -73.307422229729156, "S31": -73.742280573303589, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105307.2, 515894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20080759209947033, "S11": -0.20080759209947033, "W12": -10.0, "S12": -10.0, "W13": -18.88092407262144, "S13": -22.784860331355425, "W21": -39.29497176255456, "S21": -39.29497176255456, "W22": -45.026170275632097, "S22": -45.026170275632097, "W31": -73.584502305079866, "S31": -77.312915490719803, "W32": -89.874374137470511, "S32": -94.874374137470511 }, "geometry": { "type": "Point", "coordinates": [ 105307.25, 514306.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2881950952560111, "S11": -2.2881950952560111, "W12": -14.38033045578854, "S12": -15.097701769374449, "W13": -17.300484517118036, "S13": -18.813835642121724, "W21": -43.361474501108646, "S21": -43.361474501108646, "W22": -37.388595166163135, "S22": -41.350017825882396, "W31": -72.423321106250938, "S31": -74.584282663081524, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105307.75, 500824.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39782334384858037, "S11": 0.39782334384858037, "W12": -3.7331145662438421, "S12": -3.7331145662438421, "W13": -17.07987166497805, "S13": -17.07987166497805, "W21": -38.990392545615329, "S21": -40.118026925604688, "W22": -37.555661227104565, "S22": -38.575088228674375, "W31": -67.195876978645373, "S31": -71.836241086124261, "W32": -89.706050576670165, "S32": -94.706050576670165 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 497544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47190089574995236, "S11": 0.47190089574995236, "W12": -3.4148042390024629, "S12": -3.4148042390024629, "W13": -16.866869300911858, "S13": -16.866869300911858, "W21": -40.980281727044954, "S21": -42.644551249440077, "W22": -42.365722065421068, "S22": -43.045051683688058, "W31": -77.687056538257551, "S31": -80.372752164791649, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 497612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": 0.0, "S12": -0.79680326951069302, "W13": -15.0, "S13": -18.001518633101838, "W21": -40.0, "S21": -41.517204587890106, "W22": -39.431342968857415, "S22": -39.431342968857415, "W31": -64.776107594936704, "S31": -65.108291400024484, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 498882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.016444750344137272, "S11": -0.016444750344137272, "W12": -5.0, "S12": -14.015785737835268, "W13": -19.578091964358595, "S13": -20.125679920930622, "W21": -29.707603922433709, "S21": -29.707603922433709, "W22": -48.50704222871498, "S22": -48.50704222871498, "W31": -78.257643214431766, "S31": -78.257643214431766, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 503924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55359638713080173, "S11": -2.8101858780436126, "W12": -4.3448875546326748, "S12": -5.2105591964237199, "W13": -17.240506329113924, "S13": -17.240506329113924, "W21": -40.0, "S21": -40.0, "W22": -39.117645493985265, "S22": -52.840301418997051, "W31": -76.830920557157313, "S31": -76.830920557157313, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 506197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.480671589245825, "S12": -18.002275568108118, "W13": -19.963506304661969, "S13": -33.821104105792315, "W21": -36.460545744482765, "S21": -36.460545744482765, "W22": -39.718997064952035, "S22": -46.083600000592988, "W31": -68.02270336573585, "S31": -77.445624389735158, "W32": -95.238406094368244, "S32": -100.23840609436824 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 512540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4081032278131047, "S11": -1.4081032278131047, "W12": -9.0805055305007141, "S12": -9.0805055305007141, "W13": -15.05223076683583, "S13": -18.242983774192744, "W21": -37.786553052561828, "S21": -37.786553052561828, "W22": -33.745038311638517, "S22": -35.482424164708718, "W31": -70.0, "S31": -70.0, "W32": -91.399124251543057, "S32": -96.399124251543057 }, "geometry": { "type": "Point", "coordinates": [ 105308.0, 515940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94451950684006081, "S11": -1.4445195068400607, "W12": -5.0, "S12": -5.0, "W13": -20.931225288782077, "S13": -20.931225288782077, "W21": -30.492612828885058, "S21": -30.492612828885058, "W22": -36.459666881003749, "S22": -41.642732711807845, "W31": -74.562404436431692, "S31": -74.562404436431692, "W32": -91.177034922616016, "S32": -96.177034922616016 }, "geometry": { "type": "Point", "coordinates": [ 105308.5, 506897.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53483897020042193, "S11": -3.2957015900087288, "W12": -4.2485113829079673, "S12": -5.9073552751689684, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -39.723344226749049, "S21": -39.723344226749049, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105308.75, 506227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012481007784671649, "S11": -0.20263556606402519, "W12": -10.0, "S12": -10.0, "W13": -18.622414665744689, "S13": -22.509411866558157, "W21": -36.923489213123339, "S21": -36.923489213123339, "W22": -38.993649904311035, "S22": -52.836213480672001, "W31": -76.355085087445701, "S31": -76.355085087445701, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105308.777777777781012, 513664.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7995553866616001, "S11": -2.3855490672020228, "W12": -5.0, "S12": -5.0958707676098536, "W13": -18.869326727417498, "S13": -22.542324157872194, "W21": -34.055037773838798, "S21": -34.784045240761643, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105309.0, 506684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2498507199228123, "S11": -0.2498507199228123, "W12": -10.0, "S12": -10.0, "W13": -19.272172871430882, "S13": -23.948420696723346, "W21": -39.999488911737608, "S21": -39.999488911737608, "W22": -40.0, "S22": -40.0, "W31": -57.469088161047061, "S31": -57.564215355600986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105309.428571428565192, 514472.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20815784816844052, "S11": -0.20815784816844052, "W12": -6.7334970891433814, "S12": -11.113550997499503, "W13": -17.220827105961249, "S13": -20.220827105961249, "W21": -36.130752201220595, "S21": -36.145916852383394, "W22": -48.798364677641786, "S22": -48.798364677641786, "W31": -78.199304742036546, "S31": -78.199304742036546, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105309.8, 499957.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.5511151231257827e-16, "W12": -5.5511151231257827e-16, "S12": -0.6126919897315406, "W13": -15.0, "S13": -18.0, "W21": -39.999999999999993, "S21": -41.665015432686808, "W22": -31.389365665687887, "S22": -31.389365665687887, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -91.431059481936217, "S32": -96.431059481936217 }, "geometry": { "type": "Point", "coordinates": [ 105310.0, 498805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86800570296684876, "S11": 0.86800570296684876, "W12": -7.5983537946428577, "S12": -20.378943424577916, "W13": -25.1010101010101, "S13": -27.804481735218747, "W21": -36.351035281998456, "S21": -36.351035281998456, "W22": -49.744893702104015, "S22": -53.30137251843221, "W31": -75.821131360532647, "S31": -76.065294749227292, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105310.0, 511246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45128831697031319, "S11": 0.45128831697031319, "W12": -5.0, "S12": -7.9643519506310625, "W13": -18.598178605626487, "S13": -18.598178605626487, "W21": -29.487701132100636, "S21": -29.487701132100636, "W22": -42.459281071685439, "S22": -42.459281071685439, "W31": -60.0, "S31": -60.015462624335264, "W32": -98.161044993028099, "S32": -103.1610449930281 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 503713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0696045481147061, "S11": -3.5629729576291203, "W12": -5.0, "S12": -14.123130569546687, "W13": -20.0, "S13": -20.510911030647872, "W21": -30.0, "S21": -30.0, "W22": -53.433311872359006, "S22": -55.100066178158656, "W31": -76.736532708148147, "S31": -78.720430958623382, "W32": -92.527662233555731, "S32": -97.527662233555731 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 504325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7348693990231467, "S12": -16.977522188719337, "W13": -21.093751807591307, "S13": -22.988204305467967, "W21": -32.157766867220559, "S21": -32.157766867220559, "W22": -50.302368899256003, "S22": -51.379928890135567, "W31": -75.166528492047874, "S31": -75.166528492047874, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 505339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57581065970928069, "S11": -2.0233504694409272, "W12": -4.4586404849837438, "S12": -4.4586404849837438, "W13": -21.673258003766477, "S13": -21.673258003766477, "W21": -40.0, "S21": -40.0, "W22": -29.772413217391364, "S22": -39.329139884302982, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 506152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.177488099597217, "W12": -9.3659033572676105, "S12": -11.031135651605743, "W13": -15.0, "S13": -17.886897085375292, "W21": -36.264385711083541, "S21": -36.999399926723868, "W22": -51.770016088927889, "S22": -51.770016088927889, "W31": -76.014270929902153, "S31": -76.014270929902153, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32438653708889253, "S11": -0.32438653708889253, "W12": -11.09748149416609, "S12": -13.382274898243788, "W13": -19.011191666931222, "S13": -19.011191666931222, "W21": -29.421330349448596, "S21": -29.590746011901754, "W22": -42.282385575589458, "S22": -51.415597859058202, "W31": -79.682443688810778, "S31": -79.682443688810778, "W32": -90.898661602216592, "S32": -95.898661602216592 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 508526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -6.6358932597149511, "S12": -21.614106884537431, "W13": -23.279616079627928, "S13": -41.342495092023029, "W21": -41.342495092023029, "S21": -41.342495092023029, "W22": -41.228797346182048, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 511849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24867850531914851, "S11": -0.24867850531914851, "W12": -10.0, "S12": -10.0, "W13": -19.258569426922197, "S13": -23.906766505068671, "W21": -39.981032989312375, "S21": -39.981032989312375, "W22": -36.964566366336136, "S22": -43.089508407210694, "W31": -69.145298124585764, "S31": -69.145298124585764, "W32": -89.697949492733756, "S32": -94.697949492733756 }, "geometry": { "type": "Point", "coordinates": [ 105311.0, 514468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95281594506352796, "S11": -0.95281594506352796, "W12": -11.323393484830973, "S12": -14.888887862437533, "W13": -18.078898194195542, "S13": -20.046581279834538, "W21": -29.309724854417237, "S21": -29.309724854417237, "W22": -50.006924521419251, "S22": -65.006924521419251, "W31": -80.0, "S31": -80.0, "W32": -90.010698710426794, "S32": -95.010698710426794 }, "geometry": { "type": "Point", "coordinates": [ 105311.4, 508160.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4753761969904241, "S11": -2.840202184124156, "W12": -4.7879995135289279, "S12": -4.7879995135289279, "W13": -15.0, "S13": -17.929596683000376, "W21": -41.31411280506655, "S21": -43.984074563449816, "W22": -45.04488610981673, "S22": -57.387924125035035, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.013666917481816, "S11": -3.013666917481816, "W12": -5.0, "S12": -14.008756296009297, "W13": -20.0, "S13": -20.605984287875962, "W21": -30.0, "S21": -30.0, "W22": -39.805985649546827, "S22": -41.983501906747428, "W31": -73.042168037759197, "S31": -75.755581594285061, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 504281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2879209574172004, "W12": -4.555765446839299, "S12": -6.0965501183721456, "W13": -15.0, "S13": -15.0, "W21": -39.201209472775666, "S21": -39.201209472775666, "W22": -50.000573964524378, "S22": -61.455491725720385, "W31": -80.032410005819344, "S31": -80.032410005819344, "W32": -90.741094441146402, "S32": -95.741094441146402 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 506284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86516510306697725, "S11": 0.86516510306697725, "W12": -7.5191833379007953, "S12": -20.301741837024597, "W13": -25.0, "S13": -27.922156364663056, "W21": -36.340253240621514, "S21": -36.340253240621514, "W22": -36.884733980973479, "S22": -41.884733980973479, "W31": -68.981220609825058, "S31": -68.981220609825058, "W32": -89.642732378271035, "S32": -94.642732378271035 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 511250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69227786394859303, "S11": 0.69227786394859303, "W12": -4.8913719512195133, "S12": -13.950641494149885, "W13": -22.210453764801589, "S13": -29.050716081119447, "W21": -35.579469966519071, "S21": -35.579469966519071, "W22": -39.560287501605814, "S22": -41.082073507126445, "W31": -68.035195894089256, "S31": -78.035195894089256, "W32": -94.143961855577317, "S32": -99.143961855577317 }, "geometry": { "type": "Point", "coordinates": [ 105312.0, 511584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21319328628560205, "S11": -0.21319328628560205, "W12": -10.0, "S12": -10.0, "W13": -18.967424030980705, "S13": -23.083309921399284, "W21": -39.468215155278614, "S21": -39.468215155278614, "W22": -50.146176465409475, "S22": -53.038663958486339, "W31": -75.72116232909741, "S31": -76.102408686906273, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105312.5, 514346.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.6875, "S13": -14.6875, "W21": -47.0, "S21": -47.0, "W22": -32.756698002878849, "S22": -32.905127668047335, "W31": -70.0, "S31": -70.0, "W32": -91.467206665658907, "S32": -96.467206665658907 }, "geometry": { "type": "Point", "coordinates": [ 105312.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -4.396869234317343, "S12": -10.068303825986597, "W13": -15.81397635789259, "S13": -19.326113052131038, "W21": -33.175981714203907, "S21": -33.283553257091533, "W22": -54.14665878178608, "S22": -55.26467039390986, "W31": -76.495419430364379, "S31": -79.71536512794161, "W32": -91.759170506464002, "S32": -96.759170506464002 }, "geometry": { "type": "Point", "coordinates": [ 105313.0, 499605.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8868244331642887, "S11": 1.8868244331642887, "W12": -9.3102004084316921, "S12": -22.475647626964303, "W13": -25.0, "S13": -32.173735024216164, "W21": -38.629451532246897, "S21": -38.629451532246897, "W22": -39.370888723697824, "S22": -39.370888723697824, "W31": -66.26594449853944, "S31": -66.644679718890572, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105313.0, 512160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26686643533719495, "S11": -0.26686643533719495, "W12": -10.0, "S12": -10.0, "W13": -19.400544323186125, "S13": -24.302535123875675, "W21": -39.728884870623482, "S21": -39.728884870623482, "W22": -50.0, "S22": -50.00157701330275, "W31": -77.873832995580955, "S31": -77.873832995580955, "W32": -90.0226110892647, "S32": -95.0226110892647 }, "geometry": { "type": "Point", "coordinates": [ 105313.0, 514529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42133206534272682, "S11": -0.42133206534272682, "W12": -12.322302870202771, "S12": -12.322302870202771, "W13": -16.739333647800866, "S13": -19.739333647800866, "W21": -33.014752111935067, "S21": -33.909309935064513, "W22": -50.178242623797544, "S22": -51.96227944860577, "W31": -75.404757902315154, "S31": -75.404757902315154, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105313.142857142855064, 501461.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4999496664645235, "S12": -7.4999496664645235, "W13": -17.590863080991213, "S13": -17.590863080991213, "W21": -29.408370043637731, "S21": -29.408370043637731, "W22": -43.703605272118729, "S22": -46.542006966043402, "W31": -73.263345624949224, "S31": -74.580146029321497, "W32": -89.242623338741808, "S32": -94.242623338741808 }, "geometry": { "type": "Point", "coordinates": [ 105313.25, 503618.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3446238023208412, "S12": -8.3446238023208412, "W13": -16.199188503416199, "S13": -25.909699004643869, "W21": -41.112167873305076, "S21": -46.118476508195513, "W22": -33.846854506728071, "S22": -35.953287821064528, "W31": -70.315788674431673, "S31": -70.315788674431673, "W32": -91.335722685787402, "S32": -96.335722685787402 }, "geometry": { "type": "Point", "coordinates": [ 105313.714285714289872, 516985.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.500509070529299, "S12": -13.507744785534852, "W13": -22.850761661858371, "S13": -22.850761661858371, "W21": -31.638983782621867, "S21": -31.638983782621867, "W22": -39.822284237856316, "S22": -49.822284237856316, "W31": -67.921593407077381, "S31": -76.094187854000182, "W32": -95.922666999605624, "S32": -100.92266699960562 }, "geometry": { "type": "Point", "coordinates": [ 105314.0, 507498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48958037218489109, "S11": -0.48958037218489109, "W12": -10.516253561158532, "S12": -13.543563850385592, "W13": -22.869367674318127, "S13": -22.869367674318127, "W21": -31.678004155299728, "S21": -31.678004155299728, "W22": -38.591416518779276, "S22": -38.591416518779276, "W31": -55.597396037937024, "S31": -55.662336854221763, "W32": -98.748670474689774, "S32": -103.74867047468977 }, "geometry": { "type": "Point", "coordinates": [ 105314.0, 507504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9335455176072567, "S11": 1.9335455176072567, "W12": -3.9817753402714602, "S12": -3.9817753402714602, "W13": -15.48921668482634, "S13": -15.48921668482634, "W21": -43.882418404520187, "S21": -45.183540216193606, "W22": -53.678139654206731, "S22": -55.226574315912615, "W31": -76.601276702703686, "S31": -79.39160561888184, "W32": -92.362113838585984, "S32": -97.362113838585984 }, "geometry": { "type": "Point", "coordinates": [ 105314.666666666671517, 523159.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3704819540904434, "S11": 1.3704819540904434, "W12": -3.8396093233393107, "S12": -3.8396093233393107, "W13": -15.0, "S13": -15.0, "W21": -42.065422753800959, "S21": -42.607045703532009, "W22": -31.479614013236212, "S22": -31.479614013236212, "W31": -70.0, "S31": -70.0, "W32": -91.405183229966042, "S32": -96.405183229966042 }, "geometry": { "type": "Point", "coordinates": [ 105314.8, 523675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86936289941228395, "S11": -0.86936289941228395, "W12": -8.9693518269482411, "S12": -8.9693518269482411, "W13": -15.0, "S13": -19.812020238112101, "W21": -38.286024597002147, "S21": -38.418886218190728, "W22": -41.49247853362067, "S22": -41.49247853362067, "W31": -70.0, "S31": -70.0, "W32": -97.261362428472779, "S32": -102.26136242847278 }, "geometry": { "type": "Point", "coordinates": [ 105314.848484848480439, 516102.242424242431298 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33239234449760763, "S11": -2.1517971688298263, "W12": -5.0, "S12": -6.4604711692471977, "W13": -14.518097371893555, "S13": -15.766497737524269, "W21": -39.987012378094519, "S21": -39.987012378094519, "W22": -47.416106294654831, "S22": -47.416106294654831, "W31": -78.358830853924289, "S31": -78.358830853924289, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105315.0, 497215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2208430395919292, "S11": 1.2208430395919292, "W12": -10.0, "S12": -20.0, "W13": -28.486531598940946, "S13": -28.486531598940946, "W21": -35.029897640952285, "S21": -35.029897640952285, "W22": -46.668526089139981, "S22": -46.668526089139981, "W31": -78.676364581818177, "S31": -78.676364581818177, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105315.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.134922634770628, "S12": -3.134922634770628, "W13": -16.629918101992573, "S13": -16.629918101992573, "W21": -42.644620055932201, "S21": -46.139810420587295, "W22": -41.330912606698575, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105315.5, 497674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2913286520719676, "S11": -1.2913286520719676, "W12": -14.205030102587738, "S12": -14.205030102587738, "W13": -16.931748186431147, "S13": -19.931748186431147, "W21": -37.397495743414233, "S21": -37.397495743414233, "W22": -50.166286338105053, "S22": -52.394782507930586, "W31": -75.53507818159521, "S31": -76.053407508518291, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105315.666666666671517, 501295.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50522384606129778, "S11": -0.50522384606129778, "W12": -9.0486825779140467, "S12": -17.917499545187333, "W13": -21.42204509434189, "S13": -23.391976061882005, "W21": -32.56061117590145, "S21": -32.56061117590145, "W22": -50.181092740302503, "S22": -51.902473942264976, "W31": -75.375892204786112, "S31": -75.375892204786112, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105316.2, 505369.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27081422924903403, "S11": 0.21848805352262737, "W12": -6.402229901644831, "S12": -6.402229901644831, "W13": -15.008659654395126, "S13": -15.024095104006589, "W21": -39.999999999999993, "S21": -40.838810756972137, "W22": -44.478033760286621, "S22": -46.509807275594625, "W31": -76.279434260125015, "S31": -80.007788608653954, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105316.8, 497293.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27021897233200337, "S11": 0.27021897233200398, "W12": -6.3784512774068061, "S12": -6.3784512774068061, "W13": -15.010268970698752, "S13": -15.010268970698752, "W21": -40.0, "S21": -40.844628486056145, "W22": -50.006303777145838, "S22": -64.066627641410236, "W31": -80.0, "S31": -80.0, "W32": -90.498160162196697, "S32": -95.498160162196697 }, "geometry": { "type": "Point", "coordinates": [ 105316.8, 497294.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1393316554156403, "S12": -3.1393316554156403, "W13": -16.622935663627153, "S13": -16.622935663627153, "W21": -42.599994038761977, "S21": -46.056815247543092, "W22": -39.331494810087399, "S22": -39.331494810087399, "W31": -67.844628086974822, "S31": -76.832815417552865, "W32": -92.424077731339025, "S32": -97.424077731339025 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 497673.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78884758364312257, "S11": -0.78884758364312257, "W12": -13.218569953086696, "S12": -13.218569953086696, "W13": -16.841193472747282, "S13": -19.841193472747282, "W21": -34.896428571428565, "S21": -34.896428571428565, "W22": -42.54038769956702, "S22": -42.54038769956702, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -98.215621870028869, "S32": -103.21562187002887 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 501384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88136610651283342, "S11": -2.8813661065128335, "W12": -5.0000000000000009, "S12": -13.720495931809378, "W13": -19.924835805695526, "S13": -20.76975631229752, "W21": -30.0, "S21": -30.0, "W22": -52.198900938172258, "S22": -52.198900938172258, "W31": -76.425073213076288, "S31": -76.425073213076288, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54736286919831223, "S11": -3.0902414452545059, "W12": -4.2292499808086976, "S12": -5.8411902793161605, "W13": -15.0, "S13": -15.0, "W21": -39.868996254676809, "S21": -39.868996254676809, "W22": -38.116660959216297, "S22": -41.191189081496667, "W31": -71.706627770028632, "S31": -74.301684002850763, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.0, 506213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59072498987443833, "S11": -1.9859061365504145, "W12": -9.2678167300060732, "S12": -18.749610847652843, "W13": -26.49603191146371, "S13": -26.49603191146371, "W21": -36.788260203845034, "S21": -36.788260203845034, "W22": -39.525448537402141, "S22": -41.575921775000054, "W31": -72.239789848378607, "S31": -75.820630767320949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.6, 505676.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40448515542617436, "S11": 0.40448515542617436, "W12": -11.963086735681404, "S12": -16.760563903551414, "W13": -19.723838001241031, "S13": -35.029931801800636, "W21": -35.666657407651847, "S21": -35.666657407651847, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105317.75, 512693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22557898047173375, "S11": -0.22557898047173375, "W12": -10.0, "S12": -10.0, "W13": -19.053923989339967, "S13": -23.315900172817752, "W21": -39.64145854800266, "S21": -39.64145854800266, "W22": -39.414411784223645, "S22": -47.385214026738382, "W31": -77.898133990581925, "S31": -77.898133990581925, "W32": -90.920764311368444, "S32": -95.920764311368444 }, "geometry": { "type": "Point", "coordinates": [ 105317.75, 514386.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -5.0361596009975056, "W12": -14.161673229469841, "S12": -14.161673229469841, "W13": -17.88527412616034, "S13": -18.789368349379632, "W21": -41.383655470069435, "S21": -41.565415008010234, "W22": -30.072822805521628, "S22": -39.289440104898105, "W31": -70.0, "S31": -70.217362807322004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105318.0, 500558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77887863733144269, "S11": -0.77887863733144269, "W12": -11.615600917443068, "S12": -16.027694015420849, "W13": -18.099980620314518, "S13": -18.099980620314518, "W21": -28.877574765974163, "S21": -28.882036619952835, "W22": -33.196760611637714, "S22": -34.339091395855284, "W31": -70.0, "S31": -70.0, "W32": -91.358248538961831, "S32": -96.358248538961831 }, "geometry": { "type": "Point", "coordinates": [ 105318.333333333328483, 508336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75799355296504756, "S11": 0.75799355296504756, "W12": -10.001016526547927, "S12": -10.416364853525087, "W13": -16.84776744928045, "S13": -18.639031252961374, "W21": -33.186161137440777, "S21": -39.65562124590469, "W22": -36.807777744015617, "S22": -38.575345702373049, "W31": -67.001166067491766, "S31": -67.001166067491766, "W32": -89.637893955895279, "S32": -94.637893955895279 }, "geometry": { "type": "Point", "coordinates": [ 105318.6, 501793.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50468441891157512, "S11": -0.50468441891157512, "W12": -4.2841243638303315, "S12": -4.9578195226805581, "W13": -16.438046350776915, "S13": -20.665274155092511, "W21": -44.103211719617825, "S21": -47.103211719617825, "W22": -37.234929452911956, "S22": -38.678526426114189, "W31": -67.132326824170832, "S31": -69.523505306795684, "W32": -89.685154869646183, "S32": -94.685154869646183 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 497825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -2.5050751116524568, "S12": -6.4737313329643751, "W13": -15.047507195723682, "S13": -18.076141709645555, "W21": -38.194912805740231, "S21": -39.257024606982469, "W22": -37.839408056063355, "S22": -37.839408056063355, "W31": -62.690064110721025, "S31": -66.065491899906519, "W32": -99.183313807192192, "S32": -104.18331380719219 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 499111.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6506434672206833, "S11": -4.6506434672206831, "W12": -13.335092789539424, "S12": -13.335092789539424, "W13": -16.607377238078101, "S13": -18.173512584834253, "W21": -38.472734103069151, "S21": -38.617000173651007, "W22": -42.586797286287599, "S22": -42.586797286287599, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 500357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.392788917076748, "S12": -19.621554402915798, "W13": -21.153730824938602, "S13": -21.153730824938602, "W21": -31.523362798019829, "S21": -31.523362798019829, "W22": -39.282142726955421, "S22": -39.282142726955421, "W31": -67.755781402142162, "S31": -68.17838438177705, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 509302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29088241480301452, "S11": -0.29088241480301452, "W12": -10.0, "S12": -10.0, "W13": -19.579215421027218, "S13": -24.793222523085543, "W21": -39.346496052850924, "S21": -39.346496052850924, "W22": -40.0, "S22": -40.0, "W31": -71.06761556069965, "S31": -71.06761556069965, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105319.0, 514608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77288765158726358, "S11": -0.77288765158726358, "W12": -11.237961505087599, "S12": -11.69266303318649, "W13": -19.609905932447013, "S13": -19.609905932447013, "W21": -31.231525044526368, "S21": -31.231525044526368, "W22": -50.207345018226896, "S22": -51.771849864801091, "W31": -75.316447066284937, "S31": -75.316447066284937, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105319.2, 507995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42554950474241887, "S11": -0.42554950474241887, "W12": -11.230680009873501, "S12": -11.230680009873501, "W13": -23.652993746297408, "S13": -23.652993746297408, "W21": -32.92643836557864, "S21": -32.92643836557864, "W22": -31.810703032920262, "S22": -31.810703032920262, "W31": -70.0, "S31": -70.0, "W32": -91.394144016117536, "S32": -96.394144016117536 }, "geometry": { "type": "Point", "coordinates": [ 105319.333333333328483, 507818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -53.999999999999993, "S22": -55.118907635159253, "W31": -76.427484938547138, "S31": -79.565765361827715, "W32": -91.811389479522973, "S32": -96.811389479522973 }, "geometry": { "type": "Point", "coordinates": [ 105319.701149425294716, 530027.145593869732693 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5609840211591148, "W12": -10.249325563912764, "S12": -11.150980029263094, "W13": -14.58, "S13": -17.242813000097293, "W21": -37.343051595108037, "S21": -37.343051595108037, "W22": -41.639456969624064, "S22": -41.639456969624064, "W31": -70.0, "S31": -70.0, "W32": -97.111933170348692, "S32": -102.11193317034869 }, "geometry": { "type": "Point", "coordinates": [ 105319.949367088600411, 496779.82278481015237 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32011839323467228, "S11": -0.32011839323467239, "W12": -8.2317528573045156, "S12": -15.816503560052031, "W13": -20.781965006729475, "S13": -22.407784807103695, "W21": -31.338247197415988, "S21": -31.338247197415988, "W22": -48.733972606943638, "S22": -53.417236676194641, "W31": -75.792228043677923, "S31": -75.792228043677923, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105320.0, 505281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57825402848865726, "S11": -1.5782540284886573, "W12": -10.01925659472422, "S12": -17.385244966817243, "W13": -25.0, "S13": -26.787234042553191, "W21": -35.506003774877456, "S21": -35.506003774877456, "W22": -44.060538663091826, "S22": -44.060538663091826, "W31": -73.623074967438043, "S31": -77.050852003783078, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105320.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8202750716993004, "S12": -5.8202750716993004, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.666191182135478, "W22": -44.166686978246183, "S22": -44.166686978246183, "W31": -73.61715198753555, "S31": -77.080046244397465, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105320.0, 520562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2097900129482633, "S11": -1.7097900129482633, "W12": -5.0, "S12": -5.0917627481278975, "W13": -20.719580975269402, "S13": -20.719580975269402, "W21": -31.19810646640283, "S21": -31.19810646640283, "W22": -39.010539130264043, "S22": -39.010539130264043, "W31": -70.0, "S31": -70.462624151453809, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105320.5, 506857.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83908563317521923, "S11": -1.8390856331752192, "W12": -11.559685441591613, "S12": -11.559685441591613, "W13": -16.759318477689838, "S13": -19.196627864338431, "W21": -37.873752702370219, "S21": -37.94048710594673, "W22": -47.30949344554822, "S22": -47.30949344554822, "W31": -78.46001849341657, "S31": -78.46001849341657, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 500204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57329245780590721, "S11": -2.4327734821179745, "W12": -4.3143528723101356, "S12": -4.9113677976832708, "W13": -20.0, "S13": -20.0, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -40.0, "S22": -47.441592920353983, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 506175.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.79961787864752187, "W12": -8.5595662394782739, "S12": -8.5595662394782739, "W13": -21.969031790497695, "S13": -21.969031790497695, "W21": -30.053803986087345, "S21": -30.053803986087345, "W22": -52.627785787417295, "S22": -52.627785787417295, "W31": -76.835875496251077, "S31": -76.835875496251077, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 507194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08401840176567546, "S11": 0.08401840176567546, "W12": -10.249873903527849, "S12": -14.555804490126643, "W13": -20.825748684675773, "S13": -20.825748684675773, "W21": -30.896967258500204, "S21": -31.168068495720416, "W22": -36.057793464059543, "S22": -41.260971685686826, "W31": -74.037403865902931, "S31": -74.037403865902931, "W32": -91.056894120784364, "S32": -96.056894120784364 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26790791667054692, "S11": 0.26790791667054692, "W12": -10.0, "S12": -17.237503391429051, "W13": -20.972237748537623, "S13": -20.972237748537623, "W21": -31.173943153135429, "S21": -31.310349434951753, "W22": -39.463807305456427, "S22": -53.131869606578519, "W31": -78.349448091713384, "S31": -78.349448091713384, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 509134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6620658033137103, "S11": 1.6620658033137103, "W12": -10.158438053528542, "S12": -25.158438053528542, "W13": -25.158438053528542, "S13": -32.161900467453862, "W21": -38.318212692826705, "S21": -38.318212692826705, "W22": -36.995806848595691, "S22": -44.310637006011447, "W31": -69.437176085816233, "S31": -69.437176085816233, "W32": -89.79357780029018, "S32": -94.79357780029018 }, "geometry": { "type": "Point", "coordinates": [ 105321.0, 512225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.357204799930666, "S12": -5.2068077579768577, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -41.742955793319112, "S21": -41.742955793319112, "W22": -32.585538511631221, "S22": -32.870392257771101, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -91.365978942519178, "S32": -96.365978942519178 }, "geometry": { "type": "Point", "coordinates": [ 105321.333333333328483, 524203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2515499372352221, "S12": -3.2515499372352221, "W13": -16.664918946301928, "S13": -16.664918946301928, "W21": -41.841593227413419, "S21": -44.305332090277389, "W22": -39.105805754084763, "S22": -39.105805754084763, "W31": -69.245618305744884, "S31": -69.691114576873431, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 497651.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68629274020860676, "S11": -1.7548476718991799, "W12": -5.9749120460319833, "S12": -6.9462301908651813, "W13": -15.891783027189705, "S13": -18.891783027189703, "W21": -42.303364795709413, "S21": -45.303364795709413, "W22": -45.563313966917264, "S22": -45.563313966917264, "W31": -73.304576312311994, "S31": -73.651292575186545, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 498112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6374237919332072, "S11": -0.6374237919332072, "W12": -5.0, "S12": -9.8255156391659106, "W13": -27.276751925488735, "S13": -27.276751925488735, "W21": -39.585106531415256, "S21": -39.585106531415256, "W22": -36.587455737540587, "S22": -38.62892961454078, "W31": -66.954137560279932, "S31": -66.954137560279932, "W32": -89.62955157573046, "S32": -94.62955157573046 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 505883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61446372941700056, "S11": -5.6144637294170003, "W12": -5.6144637294170003, "S12": -7.0340351510796904, "W13": -26.72407995632814, "S13": -26.72407995632814, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -53.61007613802041, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.0, 505979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79056777856636096, "S11": -0.79056777856636096, "W12": -11.653001538585253, "S12": -16.139359007050068, "W13": -18.101704381599262, "S13": -18.217507444799789, "W21": -28.864088888049412, "S21": -28.864088888049412, "W22": -41.832541545945766, "S22": -42.094875587625005, "W31": -78.02658314787783, "S31": -79.903673612333307, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105322.333333333328483, 508330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070487884032574166, "S11": -0.12706973195894183, "W12": -10.0, "S12": -10.0, "W13": -18.448451150093746, "S13": -19.237579125433516, "W21": -38.035621141928878, "S21": -38.035621141928878, "W22": -43.013037447988907, "S22": -52.785737611008614, "W31": -79.940779114082929, "S31": -79.940779114082929, "W32": -90.730676343487019, "S32": -95.730676343487019 }, "geometry": { "type": "Point", "coordinates": [ 105322.818181818176527, 513855.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9180165864913693, "S11": 0.9180165864913693, "W12": -8.7858737244897966, "S12": -21.375776827262705, "W13": -26.773942640169707, "S13": -26.773942640169707, "W21": -36.461152888659967, "S21": -36.464079489875488, "W22": -40.821305461540142, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105323.0, 511188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2379646746578655, "S11": -0.2379646746578655, "W12": -10.0, "S12": -10.0, "W13": -19.140423947699237, "S13": -23.548490424236228, "W21": -39.814701940726707, "S21": -39.814701940726707, "W22": -37.612663253207366, "S22": -38.90708922197544, "W31": -67.274829089209334, "S31": -72.445119837075765, "W32": -89.750312333575337, "S32": -94.750312333575337 }, "geometry": { "type": "Point", "coordinates": [ 105323.0, 514426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088763391740169284, "S11": -0.090921914955153588, "W12": -12.894470765097216, "S12": -15.81946890141897, "W13": -19.107491106108547, "S13": -29.034541065484994, "W21": -34.433382030866568, "S21": -34.433382030866568, "W22": -37.45758417933127, "S22": -52.45758417933127, "W31": -64.866424544026628, "S31": -73.203981194924779, "W32": -98.466836926449872, "S32": -103.46683692644987 }, "geometry": { "type": "Point", "coordinates": [ 105323.2, 512971.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57680398853542358, "S11": -1.5768039885354237, "W12": -10.03202837729817, "S12": -17.403103958693606, "W13": -25.117312700959722, "S13": -26.770411683383401, "W21": -35.593435095021931, "S21": -35.593435095021931, "W22": -39.162915547875897, "S22": -39.162915547875897, "W31": -70.134732257972033, "S31": -70.583006308305684, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105323.666666666671517, 505591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2146315374655181, "S11": -1.7146315374655181, "W12": -5.0, "S12": -5.0, "W13": -20.751099891464456, "S13": -20.751099891464456, "W21": -31.102182951599811, "S21": -31.102182951599811, "W22": -53.056670636661671, "S22": -53.056670636661671, "W31": -77.246677779425198, "S31": -77.246677779425198, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105323.75, 506862.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7204950836290186, "S11": 0.7204950836290186, "W12": -10.217894348012848, "S12": -10.676639282238977, "W13": -16.785655071961223, "S13": -18.772539870870457, "W21": -32.978915748771641, "S21": -39.021111169781598, "W22": -32.232040400152634, "S22": -32.232040400152634, "W31": -70.0, "S31": -70.0, "W32": -91.357228550298871, "S32": -96.357228550298871 }, "geometry": { "type": "Point", "coordinates": [ 105323.777777777781012, 501759.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.89504036908881202, "W12": -6.9105132523712438, "S12": -6.9105132523712438, "W13": -21.685063622806652, "S13": -21.685063622806652, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.372092195280096, "S22": -37.975357890897122, "W31": -71.770967790921929, "S31": -71.770967790921929, "W32": -91.120400742987016, "S32": -96.120400742987016 }, "geometry": { "type": "Point", "coordinates": [ 105324.0, 507094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8168461322927882, "S11": -1.1831538677072118, "W12": -7.7277922127545757, "S12": -18.689378851585474, "W13": -25.0, "S13": -34.585543247808985, "W21": -38.337193188904202, "S21": -38.337193188904202, "W22": -37.704585425779904, "S22": -51.156272986049913, "W31": -71.617638330846916, "S31": -71.617638330846916, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105324.0, 512002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31329451743290854, "S11": -0.31329451743290854, "W12": -10.0, "S12": -10.0, "W13": -19.811411363197323, "S13": -25.32071871390713, "W21": -38.988973538128931, "S21": -39.23446266977281, "W22": -41.785886681374393, "S22": -42.011769334701803, "W31": -78.056300436232064, "S31": -79.86265342289596, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105324.0, 514682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3194132685199662, "S12": -8.3194132685199662, "W13": -16.313833146308408, "S13": -25.982835483788861, "W21": -41.221079096052172, "S21": -46.171420449859085, "W22": -31.280245559150963, "S22": -31.280245559150963, "W31": -70.0, "S31": -70.0, "W32": -91.298447500262355, "S32": -96.298447500262355 }, "geometry": { "type": "Point", "coordinates": [ 105324.428571428565192, 517028.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35001789930269583, "S11": -0.35001789930269583, "W12": -11.125413744522195, "S12": -13.214059360006777, "W13": -19.226661827523827, "S13": -19.226661827523827, "W21": -29.475197384848101, "S21": -29.664115401694858, "W22": -50.006413405296115, "S22": -64.600477736013488, "W31": -80.0, "S31": -80.0, "W32": -90.028057023292376, "S32": -95.028057023292376 }, "geometry": { "type": "Point", "coordinates": [ 105325.0, 508546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42409660107333796, "S11": 0.36863453320526129, "W12": -4.5245085913248175, "S12": -14.524508591324818, "W13": -16.741930192085146, "S13": -20.05346637239354, "W21": -33.53914459202818, "S21": -33.639039165671591, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105325.777777777781012, 499781.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26857312252964427, "S11": 0.26857312252964427, "W12": -6.8789387699618318, "S12": -6.8789387699618318, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.933049242424758, "W22": -42.9924772852183, "S22": -42.9924772852183, "W31": -58.190793534990739, "S31": -58.648110543524155, "W32": -98.510931652550724, "S32": -103.51093165255072 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 497293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36007493188010919, "S11": 0.36007493188010919, "W12": -3.7204883348460593, "S12": -3.7204883348460593, "W13": -16.952228976697061, "S13": -16.952228976697061, "W21": -38.864563406337517, "S21": -40.662394699578606, "W22": -39.388408102089493, "S22": -39.388408102089493, "W31": -70.521794805426907, "S31": -70.934487116796802, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 497552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9173451620926956, "S11": -1.9173451620926956, "W12": -14.893780216908402, "S12": -15.08282831977075, "W13": -17.17907394492423, "S13": -20.64514333112324, "W21": -41.914334374970863, "S21": -41.914334374970863, "W22": -32.163570224744596, "S22": -32.163570224744596, "W31": -70.0, "S31": -70.0, "W32": -91.335691513144482, "S32": -96.335691513144482 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 501067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18842572894506315, "S11": 0.18842572894506315, "W12": -5.0, "S12": -11.275829243874018, "W13": -19.431741554472083, "S13": -19.695406069638295, "W21": -29.608711275841166, "S21": -29.608711275841166, "W22": -39.045412639053367, "S22": -39.045412639053367, "W31": -53.667141814916356, "S31": -53.667141814916356, "W32": -99.18035193473176, "S32": -104.18035193473176 }, "geometry": { "type": "Point", "coordinates": [ 105326.0, 503820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98555101890340124, "S11": 0.98555101890340124, "W12": -3.9969787394456908, "S12": -3.9969787394456908, "W13": -15.0, "S13": -15.0, "W21": -41.104016850627758, "S21": -41.104016850627758, "W22": -38.17747267228809, "S22": -52.848775259714266, "W31": -73.395839831219803, "S31": -73.395839831219803, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105327.125, 523954.625 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.292144757737978, "S12": -14.423718010280718, "W13": -17.567841913088198, "S13": -18.427977587469684, "W21": -42.654437980859448, "S21": -42.699545010197582, "W22": -42.791331872187804, "S22": -42.791331872187804, "W31": -59.999999999999993, "S31": -60.108065118385085, "W32": -98.32963137532164, "S32": -103.32963137532164 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 500651.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2702097670176604, "S11": -2.2702097670176604, "W12": -14.529263902768097, "S12": -15.2483715904155, "W13": -17.403001226366889, "S13": -18.745220565224486, "W21": -42.988248337028821, "S21": -42.988248337028821, "W22": -53.685393258426963, "S22": -54.648912906560902, "W31": -76.405967436998381, "S31": -80.142243892024936, "W32": -91.728205602292689, "S32": -96.728205602292689 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 500812.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9030887995819192, "S11": 1.9030887995819192, "W12": -9.1320426412198454, "S12": -20.53614899210573, "W13": -24.661336288790377, "S13": -31.341587372144954, "W21": -38.728603110077515, "S21": -38.728603110077515, "W22": -46.564933750472768, "S22": -46.564933750472768, "W31": -78.578851509984375, "S31": -78.578851509984375, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 512139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5910986234887154, "S12": -8.5910986234887154, "W13": -15.350707118914546, "S13": -25.213189433221295, "W21": -39.990560160188828, "S21": -39.990560160188828, "W22": -51.554086367514614, "S22": -51.554086367514614, "W31": -77.657480062599973, "S31": -77.657480062599973, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 516647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4158369611848052, "S12": -8.4158369611848052, "W13": -15.836362385478896, "S13": -25.786260073411292, "W21": -40.78325660385876, "S21": -45.78325660385876, "W22": -37.551370468564222, "S22": -49.847697450061929, "W31": -71.212381361923633, "S31": -71.212381361923633, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105328.0, 516895.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4413028289808469, "S12": -5.4413028289808469, "W13": -15.0, "S13": -15.0, "W21": -44.076869877279634, "S21": -44.076869877279634, "W22": -37.479800139341606, "S22": -44.237353606713484, "W31": -75.703271792297073, "S31": -75.703271792297073, "W32": -90.872196132280152, "S32": -95.872196132280152 }, "geometry": { "type": "Point", "coordinates": [ 105328.333333333328483, 525122.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51295998817385735, "S11": -0.51295998817385735, "W12": -9.7788831757026564, "S12": -9.7788831757026564, "W13": -18.43982754746645, "S13": -28.110319712251993, "W21": -37.499866836280191, "S21": -37.499866836280191, "W22": -50.179162925008363, "S22": -52.163379074822814, "W31": -75.426797398260774, "S31": -75.426797398260774, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105328.8, 515324.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1219384793964018, "S11": -2.1219384793964018, "W12": -14.706964610117874, "S12": -15.706964610117874, "W13": -17.326685334695966, "S13": -21.188866043807671, "W21": -43.062864994847132, "S21": -43.062864994847132, "W22": -48.611308438129981, "S22": -48.611308438129981, "W31": -73.718679244354092, "S31": -73.929847169213645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105329.0, 500912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4906152060359838, "S11": -1.5224002978026197, "W12": -6.3952097762181799, "S12": -6.3952097762181772, "W13": -20.0, "S13": -21.369649276633055, "W21": -29.761025608073364, "S21": -29.761025608073364, "W22": -48.339445137755597, "S22": -48.339445137755597, "W31": -73.662356242915322, "S31": -73.882411983786113, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105329.0, 504885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1507998205170633, "S11": 1.1507998205170633, "W12": -11.146436103554661, "S12": -16.49534337162148, "W13": -21.419266845892142, "S13": -21.419266845892142, "W21": -31.9928786643633, "S21": -31.9928786643633, "W22": -39.613900656302619, "S22": -39.613900656302619, "W31": -70.908857352881242, "S31": -71.284692813711388, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105329.4, 509534.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.141597694991761, "S11": 2.141597694991761, "W12": -11.977677517287956, "S12": -13.518470083642471, "W13": -22.701010743715234, "S13": -22.701010743715234, "W21": -33.139274459756635, "S21": -33.139274459756635, "W22": -41.719250133244429, "S22": -41.719250133244429, "W31": -70.0, "S31": -70.0, "W32": -97.165947703155169, "S32": -102.16594770315517 }, "geometry": { "type": "Point", "coordinates": [ 105329.714285714289872, 509979.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -3.0800001, "W12": -8.7799997, "S12": -10.3299997, "W13": -14.58, "S13": -15.58, "W21": -40.000000000000007, "S21": -40.235396687009619, "W22": -39.782259417211648, "S22": -39.782259417211648, "W31": -56.830475896514962, "S31": -57.108574694786398, "W32": -98.734341146346267, "S32": -103.73434114634627 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70769279143308905, "S11": -0.70769279143308905, "W12": -10.714813819061701, "S12": -10.714813819061701, "W13": -16.882102216133287, "S13": -19.87927843756459, "W21": -37.28123374600613, "S21": -37.292816757589144, "W22": -53.643997634535729, "S22": -54.779589477422547, "W31": -76.301641101302167, "S31": -79.206122233377542, "W32": -91.922109555301333, "S32": -96.922109555301333 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 500135.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9303774639307072, "S11": 1.9303774639307072, "W12": -9.0031947549297655, "S12": -19.873948261312172, "W13": -24.630462317922735, "S13": -31.105130938876087, "W21": -38.733719395348835, "S21": -38.733719395348835, "W22": -44.112813033790992, "S22": -44.1144368642071, "W31": -77.909128670377896, "S31": -77.909128670377896, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 512128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9192145904843754, "S11": 1.9192145904843754, "W12": -3.7979303995975018, "S12": -3.7979303995975018, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -42.842240065425067, "S21": -43.763151668809577, "W22": -32.585117898528388, "S22": -33.283982062025224, "W31": -70.0, "S31": -70.0, "W32": -91.252141527506637, "S32": -96.252141527506637 }, "geometry": { "type": "Point", "coordinates": [ 105330.4, 523431.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35663647944411558, "S11": -1.7380357078704507, "W12": -5.0, "S12": -6.7511301105099744, "W13": -14.350101561469126, "S13": -17.350101561469124, "W21": -39.022486871718186, "S21": -39.022486871718186, "W22": -40.633878577753343, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105330.8, 497170.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47005659406619793, "S11": -2.4341948972698497, "W12": -2.4341948972698497, "S12": -2.4341948972698497, "W13": -15.0, "S13": -16.506208066339994, "W21": -40.0, "S21": -42.182274426935869, "W22": -37.924172307441808, "S22": -37.924172307441808, "W31": -62.529166420845428, "S31": -65.702335483131534, "W32": -99.309552514672973, "S32": -104.30955251467297 }, "geometry": { "type": "Point", "coordinates": [ 105331.0, 498528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66901412246658043, "S11": -0.66901412246658043, "W12": -10.487632746336873, "S12": -10.487632746336873, "W13": -16.916710934606559, "S13": -19.916710934606559, "W21": -37.130744469392212, "S21": -37.130825753684022, "W22": -36.419517807622512, "S22": -40.51408402765815, "W31": -71.313626184514874, "S31": -74.118880930588375, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105331.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58182957252029033, "S11": 0.58182957252029033, "W12": -5.0, "S12": -10.293048739720533, "W13": -17.515875747810608, "S13": -22.203885355129675, "W21": -31.662594309226307, "S21": -31.662594309226307, "W22": -38.849982963048326, "S22": -52.893026308676248, "W31": -76.073303766365541, "S31": -76.073303766365541, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105331.0, 502665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.7542281132958806, "W12": -5.1341184389311056, "S12": -5.1341184389311056, "W13": -15.07497410013436, "S13": -18.074974100134362, "W21": -41.122117932969907, "S21": -43.82551015186808, "W22": -46.346214215505469, "S22": -49.534275483510257, "W31": -75.750620291850254, "S31": -77.701390655854922, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105332.0, 498279.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30088165341750517, "S11": 0.30088165341750517, "W12": -12.226440547465453, "S12": -16.758062931714687, "W13": -19.474359104209164, "S13": -33.378105314689876, "W21": -35.22903001479326, "S21": -35.22903001479326, "W22": -53.617977528089888, "S22": -54.749146495204997, "W31": -76.293644316648326, "S31": -79.213934074060688, "W32": -91.919471813872462, "S32": -96.919471813872462 }, "geometry": { "type": "Point", "coordinates": [ 105332.0, 512788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8412538793376756, "S12": -5.8412538793376756, "W13": -20.0, "S13": -29.999999999999996, "W21": -40.0, "S21": -41.643855860483036, "W22": -35.081562780756698, "S22": -39.681402411775508, "W31": -72.805424367131849, "S31": -72.805424367131849, "W32": -90.992783424011549, "S32": -95.992783424011549 }, "geometry": { "type": "Point", "coordinates": [ 105332.0, 520541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63760999489443493, "S11": -2.6889988837833236, "W12": -5.0, "S12": -8.6835930417044427, "W13": -27.442749678515018, "S13": -27.442749678515018, "W21": -40.0, "S21": -40.0, "W22": -35.558742150961905, "S22": -40.630311778932374, "W31": -73.420145479947152, "S31": -73.420145479947152, "W32": -90.962378337313211, "S32": -95.962378337313211 }, "geometry": { "type": "Point", "coordinates": [ 105333.0, 505913.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44431836818368181, "S11": -3.1059521004408484, "W12": -4.6818888215536942, "S12": -6.9053081350277523, "W13": -15.0, "S13": -15.50995312181508, "W21": -39.019133506311789, "S21": -39.019133506311789, "W22": -36.550461304668318, "S22": -51.550461304668318, "W31": -63.657223502810645, "S31": -73.453048703776602, "W32": -99.163678819712658, "S32": -104.16367881971266 }, "geometry": { "type": "Point", "coordinates": [ 105333.0, 506308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61119705572330174, "S11": -0.61119705572330174, "W12": -10.132746336873446, "S12": -10.138736154183343, "W13": -16.96953528654759, "S13": -19.96953528654759, "W21": -36.888788130847729, "S21": -36.902847045576415, "W22": -42.564852436023116, "S22": -42.564852436023116, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105333.666666666671517, 500086.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2971035057471334, "S12": -3.2971035057471334, "W13": -16.61152482269501, "S13": -16.61152482269501, "W21": -41.41272805806917, "S21": -43.63679590767449, "W22": -52.997432083416669, "S22": -54.51497689055563, "W31": -76.532372669037088, "S31": -79.012193666095754, "W32": -92.372930460963616, "S32": -97.372930460963616 }, "geometry": { "type": "Point", "coordinates": [ 105334.666666666671517, 497645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46843148465789974, "S11": 0.46843148465789974, "W12": -3.4379941999230295, "S12": -3.4379941999230295, "W13": -16.703596757852079, "S13": -16.703596757852079, "W21": -40.528170332350783, "S21": -42.413341910557556, "W22": -37.078740351353375, "S22": -43.571232167233497, "W31": -75.258568586657447, "S31": -75.258568586657447, "W32": -90.867624425895627, "S32": -95.867624425895627 }, "geometry": { "type": "Point", "coordinates": [ 105335.0, 497615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9467234359453429, "S11": -1.0532765640546571, "W12": -8.9061325948416812, "S12": -19.044159115024488, "W13": -24.524540848638377, "S13": -30.766527211116074, "W21": -38.746510108527133, "S21": -38.746510108527133, "W22": -48.846687593822502, "S22": -63.846687593822502, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105335.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2942027347191001, "S12": -8.2942027347191001, "W13": -16.300076326756084, "S13": -25.834046827391514, "W21": -41.32999031879924, "S21": -46.227921795183185, "W22": -40.0, "S22": -49.25008849557522, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105335.142857142855064, 517072.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.36393229166666674, "W12": -4.7835301962278525, "S12": -10.507677843452424, "W13": -15.594038520330177, "S13": -18.889884035161895, "W21": -34.44267469325974, "S21": -34.770190602264044, "W22": -47.523333534730348, "S22": -47.523333534730348, "W31": -78.499985014826876, "S31": -78.499985014826876, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 499481.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30535013113815151, "S11": -0.30535013113815151, "W12": -10.0, "S12": -10.0, "W13": -19.709413203806641, "S13": -25.01932907539765, "W21": -39.13112532909075, "S21": -39.13112532909075, "W22": -35.634434125319757, "S22": -41.267042014014649, "W31": -71.719803594351461, "S31": -73.288762714090296, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 514649.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67356988718104038, "S11": -1.1735698871810403, "W12": -9.5116504595710669, "S12": -9.5116504595710669, "W13": -16.92568700146051, "S13": -22.558340062684998, "W21": -37.206001439664121, "S21": -37.206001439664121, "W22": -31.799441175564123, "S22": -31.799441175564123, "W31": -70.0, "S31": -70.0, "W32": -91.275419616497075, "S32": -96.275419616497075 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 515482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9999999999999991, "S12": -8.3, "W13": -14.607143266386526, "S13": -14.607143266386526, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 526734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.359799000144035, "S13": -14.359799000144035, "W21": -47.0, "S21": -47.0, "W22": -37.328222663218753, "S22": -39.006215722790763, "W31": -67.219897161140622, "S31": -70.398247102812064, "W32": -89.732636489334467, "S32": -94.732636489334467 }, "geometry": { "type": "Point", "coordinates": [ 105336.0, 527244.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57529606625258811, "S11": -1.8316136084771339, "W12": -6.0444469219394508, "S12": -6.0444469219394508, "W13": -15.735509936695724, "S13": -18.735509936695724, "W21": -41.778539201468924, "S21": -44.687117234339304, "W22": -37.361471743235974, "S22": -52.10962217480202, "W31": -64.611812201067437, "S31": -73.36950845301088, "W32": -98.66549401654747, "S32": -103.66549401654747 }, "geometry": { "type": "Point", "coordinates": [ 105337.0, 498159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0522902930002318, "S11": -4.6053998141890684, "W12": -13.855168881665119, "S12": -13.855168881665119, "W13": -16.993921435547712, "S13": -18.212415096994462, "W21": -38.225855339998922, "S21": -38.356704986638036, "W22": -40.050881757529908, "S22": -40.050881757529908, "W31": -71.172399396293187, "S31": -71.172399396293187, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105337.0, 500423.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8659630606860158, "S11": -2.365963060686016, "W12": -5.0, "S12": -5.0165052237275143, "W13": -19.699637264443069, "S13": -22.120958904483288, "W21": -33.765218853800249, "S21": -34.246883409933169, "W22": -49.67414991276538, "S22": -49.67414991276538, "W31": -78.068282345774108, "S31": -78.068282345774108, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105337.0, 506713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12602067429542221, "S11": 0.12602067429542221, "W12": -11.787345049377549, "S12": -12.869094670429552, "W13": -18.838447350452736, "S13": -31.316640902796028, "W21": -34.540558836711455, "S21": -34.540558836711455, "W22": -44.147401133386253, "S22": -44.147401133386253, "W31": -73.558878680020513, "S31": -77.065956397000846, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105337.0, 513167.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.028142040647505456, "S11": -0.15793782982830257, "W12": -10.0, "S12": -10.0, "W13": -18.492483799781372, "S13": -20.045035661431953, "W21": -37.165409236384484, "S21": -37.165409236384484, "W22": -43.514381994931007, "S22": -43.515754971233775, "W31": -77.960755890374301, "S31": -77.960755890374301, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105337.222222222218988, 513705.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51470132001336633, "S11": -0.51470132001336633, "W12": -8.8762817280209898, "S12": -10.352771695077671, "W13": -17.056968356962006, "S13": -20.056968356962006, "W21": -36.496342515689015, "S21": -36.532413833518468, "W22": -50.0, "S22": -50.004559442109638, "W31": -77.088466100435923, "S31": -77.088466100435923, "W32": -93.56018826894443, "S32": -98.56018826894443 }, "geometry": { "type": "Point", "coordinates": [ 105337.333333333328483, 500038.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5785926246865749, "S12": -5.5785926246865749, "W13": -20.0, "S13": -20.0, "W21": -39.364650807765173, "S21": -41.100060469606532, "W22": -36.829657105534835, "S22": -38.916299994809265, "W31": -67.072700524939492, "S31": -67.072700524939492, "W32": -89.67889317328185, "S32": -94.67889317328185 }, "geometry": { "type": "Point", "coordinates": [ 105337.727272727279342, 520916.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50237171194480379, "S11": -0.75237171194480379, "W12": -8.6838124054462931, "S12": -10.350479072112961, "W13": -17.068324496635313, "S13": -20.068324496635313, "W21": -36.443322887260436, "S21": -36.482597305865085, "W22": -39.964714268935396, "S22": -39.964714268935396, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 500032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54523111239621624, "S11": -0.54523111239621624, "W12": -5.0, "S12": -13.444003646025251, "W13": -19.788299285176581, "S13": -20.705780015158549, "W21": -29.921791216327051, "S21": -29.921791216327051, "W22": -50.249731329018047, "S22": -51.617230724108317, "W31": -75.200773879544286, "S31": -75.200773879544286, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 504087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -2.5802058590657166, "W12": -5.0, "S12": -13.422471910112359, "W13": -19.892266380236308, "S13": -20.792645709879988, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -44.897236124679047, "S22": -47.118880986173771, "W31": -75.983695162807948, "S31": -79.524044338365655, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 504164.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69907291630820823, "S11": 0.69907291630820823, "W12": -10.0, "S12": -17.686762041607007, "W13": -30.0, "S13": -30.0, "W21": -35.876425900604453, "S21": -35.876425900604453, "W22": -46.465826666029912, "S22": -46.468654375816087, "W31": -77.5580264632557, "S31": -77.5580264632557, "W32": -94.977950286148484, "S32": -99.977950286148484 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 510864.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52182285974694109, "S11": -2.478177140253059, "W12": -6.9656195641051877, "S12": -22.146621651787861, "W13": -22.729656071333352, "S13": -42.729656071333352, "W21": -42.729656071333352, "S21": -42.729656071333352, "W22": -51.19248779762642, "S22": -51.197883816653807, "W31": -76.856163039838904, "S31": -76.856163039838904, "W32": -93.296703296703285, "S32": -98.296703296703285 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 511854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56780082783088603, "S11": -0.70861079667820981, "W12": -9.6896452200168728, "S12": -9.6896452200168728, "W13": -17.908955735310641, "S13": -27.908955735310641, "W21": -37.426946077357925, "S21": -37.426946077357925, "W22": -43.613773253024895, "S22": -43.991269989317324, "W31": -73.101064757878774, "S31": -73.608597364779882, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 515375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.7661555433786091, "S12": -5.7661555433786091, "W13": -15.0, "S13": -15.0, "W21": -43.35633882677952, "S21": -43.35633882677952, "W22": -44.401744399754548, "S22": -55.213732300293884, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 524851.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -36.495251781118384, "S22": -49.635617953742624, "W31": -63.528665179779615, "S31": -73.528665179779608, "W32": -99.212156650702937, "S32": -104.21215665070294 }, "geometry": { "type": "Point", "coordinates": [ 105338.0, 528124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -32.949763244445371, "S22": -34.559085851170266, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -91.13799769785706, "S32": -96.13799769785706 }, "geometry": { "type": "Point", "coordinates": [ 105338.863157894738833, 530016.821052631596103 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -4.9564849756510032, "S12": -14.493793632112681, "W13": -15.45011209619892, "S13": -18.638619119872622, "W21": -35.164359430762566, "S21": -35.630998153469577, "W22": -38.261675772531412, "S22": -39.292726958187863, "W31": -67.518307060229901, "S31": -74.033757486428229, "W32": -89.935444942444335, "S32": -94.935444942444335 }, "geometry": { "type": "Point", "coordinates": [ 105339.0, 499408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4847435680909755, "S11": -1.9847435680909755, "W12": -5.0, "S12": -5.0, "W13": -20.570974494146835, "S13": -20.598167926676336, "W21": -31.711753074314565, "S21": -31.711753074314565, "W22": -38.059279170621998, "S22": -41.116804094048277, "W31": -71.70713571500832, "S31": -73.811027317752263, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105339.0, 506828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.055950391352821732, "S11": -0.23652091790632843, "W12": -10.0, "S12": -11.618584021824022, "W13": -18.670200695331747, "S13": -33.670200695331744, "W21": -35.559917117702923, "S21": -35.559917117702923, "W22": -53.232318896567513, "S22": -54.016365796849342, "W31": -76.435571673671006, "S31": -80.923736356210739, "W32": -91.591642784505865, "S32": -96.591642784505865 }, "geometry": { "type": "Point", "coordinates": [ 105339.0, 513418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5125114433934561, "S11": -2.5125114433934561, "W12": -14.382031137707747, "S12": -14.517001267484108, "W13": -17.611494265878168, "S13": -18.384339437466274, "W21": -42.515074748232649, "S21": -42.548620296256018, "W22": -47.79421345801466, "S22": -47.79421345801466, "W31": -78.251616112538215, "S31": -78.251616112538215, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 500650.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -7.6, "S12": -15.1, "W13": -17.8, "S13": -21.3, "W21": -33.549999, "S21": -42.678427608049219, "W22": -45.308564475486058, "S22": -47.786165018890976, "W31": -75.726904957031323, "S31": -78.874851934076261, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094881109336012501, "S11": -0.047514977450591203, "W12": -10.310142837181827, "S12": -10.310142837181827, "W13": -18.751879454246961, "S13": -32.512284463981317, "W21": -34.985775663012951, "S21": -34.985775663012951, "W22": -46.196146285448513, "S22": -46.198876912459397, "W31": -77.567361987185024, "S31": -77.567361987185024, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 513285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.00022879906556295547, "S11": 0.00022879906556295547, "W12": -5.0, "S12": -13.492986372116771, "W13": -19.524517555736686, "S13": -19.984204904167886, "W21": -29.697524510891334, "S21": -29.697524510891334, "W22": -46.8641258478388, "S22": -61.01931759802784, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105340.166666666671517, 503892.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38214475314103707, "S11": -0.38214475314103707, "W12": -7.3913505986112993, "S12": -10.338340715412738, "W13": -17.144401427376309, "S13": -20.144401427376309, "W21": -36.103896900530614, "S21": -36.161980621460849, "W22": -36.348335194603209, "S22": -38.891580326664133, "W31": -67.500116417948391, "S31": -67.500116417948391, "W32": -89.644220460050875, "S32": -94.644220460050875 }, "geometry": { "type": "Point", "coordinates": [ 105341.0, 499990.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32850306970025278, "S11": -0.63075632394312642, "W12": -7.9362250701448396, "S12": -7.9362250701448396, "W13": -22.059518334239243, "S13": -22.059518334239243, "W21": -30.0, "S21": -30.0, "W22": -37.440032355349082, "S22": -40.87844567228349, "W31": -71.516633682349379, "S31": -73.874308878586078, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105341.0, 507167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76286437494896719, "S11": 0.76286437494896719, "W12": -10.0, "S12": -18.064807850994317, "W13": -30.0, "S13": -30.0, "W21": -35.627581800807604, "S21": -35.627581800807604, "W22": -44.107243750333133, "S22": -44.34688147879266, "W31": -73.170366385130492, "S31": -73.384625104229656, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105341.0, 510789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36794169049146691, "S11": 0.16315758025876245, "W12": -10.066112418620236, "S12": -18.655608104147966, "W13": -21.08644046777734, "S13": -21.08644046777734, "W21": -31.326234936247427, "S21": -31.326234936247427, "W22": -41.387029610611172, "S22": -41.387399348998372, "W31": -78.246147217239127, "S31": -79.279263780719674, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105341.333333333328483, 509218.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6150943544959215, "S12": -8.6150943544959215, "W13": -15.14876291314696, "S13": -25.053963861689049, "W21": -39.875469898530739, "S21": -39.969844244090417, "W22": -52.735904210051139, "S22": -54.137366424462385, "W31": -76.442665985185187, "S31": -78.970409599949136, "W32": -92.338176722695962, "S32": -97.338176722695962 }, "geometry": { "type": "Point", "coordinates": [ 105341.741379310347838, 516622.991379310318734 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5376256892637044, "S11": -2.5193163121247584, "W12": -5.7500485154279062, "S12": -7.1295017051545013, "W13": -16.241151486550262, "S13": -20.39424594909098, "W21": -35.672013254015909, "S21": -36.61113672700619, "W22": -45.324805003287423, "S22": -45.324805003287423, "W31": -73.318487989905279, "S31": -73.544267776890266, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105342.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41001568745939482, "S11": -0.41001568745939482, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -27.507407746667617, "W21": -38.185785707415121, "S21": -38.849195777479082, "W22": -38.236184036800651, "S22": -41.173313733225662, "W31": -71.766481630887995, "S31": -73.881004368507504, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105342.0, 515003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.25, "S11": -1.25, "W12": -6.5061811009755921, "S12": -13.392311075746484, "W13": -20.0, "S13": -20.129157703127586, "W21": -30.0, "S21": -30.0, "W22": -39.689409696241512, "S22": -53.435097185774254, "W31": -79.49666420697892, "S31": -79.49666420697892, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9582380775160826, "W12": -6.5274829931972782, "S12": -6.9943941159491558, "W13": -20.0, "S13": -21.301705392371765, "W21": -29.721358095903323, "S21": -29.721358095903323, "W22": -40.0, "S22": -40.0, "W31": -70.956474987920913, "S31": -70.956474987920913, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 504871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0641001299551167, "S11": 1.0641001299551167, "W12": -3.9953526639477417, "S12": -3.9953526639477417, "W13": -15.0, "S13": -15.0, "W21": -41.0, "S21": -41.0, "W22": -41.352110679613169, "S22": -41.352534781101227, "W31": -78.223074939120536, "S31": -79.150085285914187, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105343.0, 523935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33927394630177066, "S11": -1.3358453523332297, "W12": -5.0, "S12": -7.2508526990768107, "W13": -14.393153837695182, "S13": -16.199598079011452, "W21": -39.626031507876966, "S21": -39.844399557455162, "W22": -46.587022891743665, "S22": -46.587022891743665, "W31": -78.310787801475954, "S31": -78.310787801475954, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105344.0, 497197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8212423720223011, "S11": 0.8212423720223011, "W12": -10.0, "S12": -10.827107991219926, "W13": -17.058370938096065, "S13": -18.602282106307499, "W21": -33.086255924170615, "S21": -39.285424523231754, "W22": -45.435991577128668, "S22": -56.492008064650371, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.465732738893877, "S32": -95.465732738893877 }, "geometry": { "type": "Point", "coordinates": [ 105344.0, 501826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3793084597512642, "S11": -2.6427815136434796, "W12": -4.8052094546077688, "S12": -7.3912002812007849, "W13": -15.000000000000002, "S13": -16.923364358991623, "W21": -38.854897836273764, "S21": -38.898080485231972, "W22": -49.123733258263059, "S22": -53.328077593664403, "W31": -75.708570809548021, "S31": -75.708570809548021, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105344.0, 506328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87805881456650248, "S11": 0.87805881456650248, "W12": -7.7952863798298111, "S12": -20.43596996178751, "W13": -25.270151204418497, "S13": -27.551388982022861, "W21": -36.321279079749317, "S21": -36.32210294403572, "W22": -49.041655882119144, "S22": -53.337979314547049, "W31": -75.707278161794278, "S31": -75.707278161794278, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105344.0, 511242.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11314104299049726, "S11": 0.058099467916492606, "W12": -12.657121215728948, "S12": -15.853487043326476, "W13": -19.129708421086391, "S13": -29.847748501405327, "W21": -34.820971664813008, "S21": -34.820971664813008, "W22": -37.526727437370347, "S22": -39.250335909099171, "W31": -67.318729428843199, "S31": -72.003621080577886, "W32": -89.781228360463729, "S32": -94.781228360463729 }, "geometry": { "type": "Point", "coordinates": [ 105344.6, 512929.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13119913179442877, "S11": -1.5728913440417098, "W12": -6.8046378344083749, "S12": -9.2465324154880761, "W13": -20.0, "S13": -21.167735647071261, "W21": -29.742021365283254, "S21": -29.742021365283254, "W22": -50.005224496243152, "S22": -64.840130156620518, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105345.0, 505010.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2689922009182748, "S12": -8.2689922009182748, "W13": -16.286319507203743, "S13": -25.52654853500475, "W21": -41.438901541546109, "S21": -46.284423140507108, "W22": -36.252871251334838, "S22": -40.701334730837758, "W31": -71.296474813485034, "S31": -74.342631851402402, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105345.857142857144936, 517115.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11458498023715416, "S11": 0.11458498023715416, "W12": -4.1472501998401281, "S12": -4.1472501998401281, "W13": -16.534360955770211, "S13": -16.534360955770211, "W21": -36.907077363155764, "S21": -40.272209893276205, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 497442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82314230521571163, "S11": 0.82314230521571163, "W12": -10.0, "S12": -12.27425312716387, "W13": -17.136595468786521, "S13": -19.269107205875724, "W21": -29.664184686810263, "S21": -29.664184686810263, "W22": -37.121492864738137, "S22": -51.588971286439737, "W31": -64.150948558232031, "S31": -73.590460285381454, "W32": -99.013858299185685, "S32": -104.01385829918569 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 503285.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56643921413502107, "S11": -2.9256645014129563, "W12": -4.0428950509829162, "S12": -6.2219995285948553, "W13": -17.129518072289155, "S13": -17.129518072289155, "W21": -39.942852522639065, "S21": -39.942852522639065, "W22": -41.897487828616228, "S22": -41.897487828616228, "W31": -70.0, "S31": -70.0, "W32": -97.117532080240352, "S32": -102.11753208024035 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 506203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.032804428044280409, "S11": -1.0450276752767529, "W12": -8.4309950041631971, "S12": -11.129604197297937, "W13": -15.0, "S13": -16.53653254302975, "W21": -37.957548244226324, "S21": -38.641768883461488, "W22": -47.737173623912462, "S22": -47.737173623912462, "W31": -78.517273786363646, "S31": -78.517273786363646, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4964533018071271, "S11": -1.9964533018071271, "W12": -5.0, "S12": -5.0, "W13": -20.637161795488019, "S13": -20.637161795488019, "W21": -31.510639113375056, "S21": -31.510639113375056, "W22": -53.206223391049278, "S22": -54.328101220298251, "W31": -76.159803694749513, "S31": -79.409264611191546, "W32": -91.927803621811663, "S32": -96.927803621811663 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 506839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2630462260743951, "S11": -0.51414626653565354, "W12": -9.054167365420092, "S12": -9.7157910158533394, "W13": -22.375959916934956, "S13": -22.375959916934956, "W21": -30.284912526987281, "S21": -30.284912526987281, "W22": -50.0, "S22": -50.000024453933243, "W31": -77.926341440538067, "S31": -77.926341440538067, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 507255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2164736317062968, "S11": -0.2164736317062968, "W12": -11.086918046610132, "S12": -11.086918046610132, "W13": -24.639270170739874, "S13": -24.639270170739874, "W21": -33.126164053573078, "S21": -33.126164053573078, "W22": -40.008155678870359, "S22": -40.008155678870359, "W31": -56.820262079802454, "S31": -57.1466183286188, "W32": -98.871873153437079, "S32": -103.87187315343708 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 507790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2158991293979904, "S12": -6.2158991293979904, "W13": -20.0, "S13": -20.0, "W21": -40.436719917632601, "S21": -41.852422778666856, "W22": -39.671141627252958, "S22": -47.065417784101875, "W31": -68.039083033360512, "S31": -77.311414654766907, "W32": -95.46197460547738, "S32": -100.46197460547738 }, "geometry": { "type": "Point", "coordinates": [ 105346.0, 520021.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38088061439062348, "S11": -0.84296227140785895, "W12": -5.0, "S12": -6.4892082404842268, "W13": -14.182105751044698, "S13": -17.182105751044698, "W21": -38.057961365341853, "S21": -38.057961365341853, "W22": -41.963660715022314, "S22": -41.963660715022314, "W31": -70.0, "S31": -70.0, "W32": -97.04441085221535, "S32": -102.04441085221535 }, "geometry": { "type": "Point", "coordinates": [ 105346.6, 497125.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86988866187299174, "S11": 0.86988866187299174, "W12": -7.3672698549474607, "S12": -14.629743167331817, "W13": -17.768482142300108, "S13": -21.439351335686478, "W21": -33.402855668425836, "S21": -42.446476962111163, "W22": -37.109485340882969, "S22": -44.758201165241218, "W31": -69.866785988553815, "S31": -69.866785988553815, "W32": -89.890716091817112, "S32": -94.890716091817112 }, "geometry": { "type": "Point", "coordinates": [ 105346.666666666671517, 502207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46800561099989468, "S11": 0.46800561099989468, "W12": -10.300451600085571, "S12": -20.242838175455262, "W13": -21.172745957931475, "S13": -21.172745957931475, "W21": -31.472726020297316, "S21": -31.472726020297316, "W22": -37.335855978819922, "S22": -38.711952989508319, "W31": -71.834330409797673, "S31": -75.456412713917814, "W32": -89.785400412530436, "S32": -94.785400412530436 }, "geometry": { "type": "Point", "coordinates": [ 105346.666666666671517, 509292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.486409004035016, "S12": -19.026379934267261, "W13": -21.921437743663482, "S13": -23.878245750455125, "W21": -32.845656336545261, "S21": -32.845656336545261, "W22": -41.265797592014295, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105347.4, 505395.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55869979296066252, "S11": -1.879831581350176, "W12": -6.0308922095104665, "S12": -6.0308922095104665, "W13": -15.696588574097138, "S13": -18.696588574097138, "W21": -41.591891748176813, "S21": -44.488187464057631, "W22": -43.061740180778926, "S22": -43.061740180778926, "W31": -60.0, "S31": -60.401208391188504, "W32": -98.54590716063845, "S32": -103.54590716063845 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 498161.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92268267212818533, "S11": -0.92268267212818533, "W12": -11.230829281414522, "S12": -13.971510043774233, "W13": -18.617961117626976, "S13": -20.083236534813867, "W21": -29.511225685284398, "S21": -29.511225685284398, "W22": -50.0, "S22": -50.001455653550323, "W31": -77.646785657808636, "S31": -77.646785657808636, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 508142.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4131827043157916, "S11": 1.4131827043157916, "W12": -10.404266592952583, "S12": -24.136781930375896, "W13": -24.136781930375896, "S13": -31.809877183686282, "W21": -38.202618285283329, "S21": -38.202618285283329, "W22": -46.823709815237798, "S22": -46.823709815237798, "W31": -78.366104657258205, "S31": -78.366104657258205, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 512278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9180262292220251, "S12": -3.9180262292220251, "W13": -15.324398600739146, "S13": -15.324398600739146, "W21": -43.303264748522359, "S21": -44.391363250090485, "W22": -45.790347585936658, "S22": -48.549714429239913, "W31": -75.698890370027272, "S31": -78.412198331478379, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105348.0, 523274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6117491414738501, "S11": -2.1117491414738501, "W12": -5.0, "S12": -5.0, "W13": -20.516391774556165, "S13": -20.516391774556165, "W21": -31.905776755233816, "S21": -31.905776755233816, "W22": -45.961193175960744, "S22": -57.709075471001626, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105348.75, 506816.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -49.119304177118288, "S22": -53.3216840342564, "W31": -75.69373810117466, "S31": -75.69373810117466, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105348.907692307693651, 530036.261538461549208 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57683105981112281, "S11": -0.57683105981112281, "W12": -5.2514462107322419, "S12": -8.0584503980181186, "W13": -16.051542111962345, "S13": -19.051542111962345, "W21": -43.059666013143563, "S21": -46.059666013143563, "W22": -37.312176552283411, "S22": -37.312176552283411, "W31": -62.69158201408365, "S31": -67.97358064515825, "W32": -99.428074772130387, "S32": -104.42807477213039 }, "geometry": { "type": "Point", "coordinates": [ 105349.0, 497918.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22881064643979776, "S11": -2.3275175872180602, "W12": -9.3860495017679213, "S12": -12.217569525441229, "W13": -15.0, "S13": -15.606568652738373, "W21": -37.240812160167359, "S21": -38.023301146951496, "W22": -29.742578086956463, "S22": -40.209928989937019, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105349.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3548365571298673, "S11": 1.3548365571298673, "W12": -10.461670568538073, "S12": -23.753695108415375, "W13": -23.753695108415375, "S13": -31.826921117825695, "W21": -38.108227256528245, "S21": -38.108227256528245, "W22": -39.496054843990599, "S22": -41.405984844609442, "W31": -68.151289228044902, "S31": -77.991689620507628, "W32": -94.275780741012753, "S32": -99.275780741012753 }, "geometry": { "type": "Point", "coordinates": [ 105349.0, 512296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0353123597339118, "S11": 2.0353123597339118, "W12": -4.0167040087655925, "S12": -4.0167040087655925, "W13": -15.592778850253483, "S13": -15.592778850253483, "W21": -43.7694474437221, "S21": -44.983572685233639, "W22": -50.0, "S22": -50.0, "W31": -77.907901982550769, "S31": -77.907901982550769, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105349.333333333328483, 523135.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2720676599751553, "S11": 1.2720676599751553, "W12": -10.551259187267561, "S12": -23.19101378849512, "W13": -23.19101378849512, "S13": -31.870128678565393, "W21": -37.961465095937228, "S21": -37.961465095937228, "W22": -47.46641099175816, "S22": -47.46641099175816, "W31": -78.498182890909092, "S31": -78.498182890909092, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105349.4, 512322.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35893753174762666, "S11": -0.35893753174762666, "W12": -11.170946567242453, "S12": -13.119042137864273, "W13": -19.610545567783422, "S13": -19.610545567783422, "W21": -29.573527960728665, "S21": -29.797727858395387, "W22": -53.085029103180709, "S22": -54.197089530393065, "W31": -76.131744105815486, "S31": -79.471164590990682, "W32": -91.93395447603794, "S32": -96.93395447603794 }, "geometry": { "type": "Point", "coordinates": [ 105349.5, 508582.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1117411220379925, "S11": 1.1117411220379925, "W12": -3.9893322165864626, "S12": -3.9893322165864626, "W13": -15.0, "S13": -15.0, "W21": -41.028644381249769, "S21": -41.028644381249769, "W22": -39.389144131142388, "S22": -48.259967579473368, "W31": -77.666499622886533, "S31": -77.666499622886533, "W32": -90.548476363833416, "S32": -95.548476363833416 }, "geometry": { "type": "Point", "coordinates": [ 105349.75, 523916.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11989841649238131, "W12": -1.3002832861189806, "S12": -2.4132458633598342, "W13": -15.0, "S13": -18.015724206985968, "W21": -39.344837299318534, "S21": -40.594313350074927, "W22": -42.593219086610112, "S22": -42.593219086610112, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43534841118861412, "S11": -0.46848617737722775, "W12": -7.6026536177784649, "S12": -10.113884525235788, "W13": -17.121039249177944, "S13": -20.121039249177944, "W21": -36.101464984556088, "S21": -36.171697542695625, "W22": -41.398258706467658, "S22": -41.398258706467658, "W31": -73.356246706150557, "S31": -76.774988916216103, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58473430907172996, "S11": -2.4761995117859525, "W12": -4.0916882975934525, "S12": -5.6140763572949446, "W13": -20.267783575940673, "S13": -20.267783575940673, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -43.520388349514562, "S22": -54.198808781317986, "W31": -80.0, "S31": -80.0, "W32": -90.426686759431007, "S32": -95.426686759431007 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 506177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39, "S11": -3.6, "W12": -8.6411121825779489, "S12": -11.527258365256978, "W13": -15.000000000000002, "S13": -16.517066460321558, "W21": -36.801234691090777, "S21": -37.640373004584703, "W22": -50.004927790660062, "S22": -64.886416454144552, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1121980574161943, "S11": 1.1121980574161943, "W12": -11.04381514197512, "S12": -17.102276127679435, "W13": -21.422324491667911, "S13": -21.422324491667911, "W21": -31.934187011092874, "S21": -31.934187011092874, "W22": -37.421515873525536, "S22": -39.333905019467316, "W31": -67.307467498110412, "S31": -71.272988898828459, "W32": -89.780118109022766, "S32": -94.780118109022766 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 509517.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.412014101277684, "S12": -17.449561883759497, "W13": -19.87859669632833, "S13": -34.614776491453725, "W21": -36.552934435857665, "S21": -36.552934435857665, "W22": -48.689365081117195, "S22": -53.334764276805942, "W31": -75.684929413819958, "S31": -75.684929413819958, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105350.0, 512574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76479550808585794, "S11": -0.76479550808585794, "W12": -8.9871510561400925, "S12": -8.9871510561400925, "W13": -15.0, "S13": -20.292089101442286, "W21": -38.183995871785605, "S21": -38.376019894374068, "W22": -47.060396738731939, "S22": -47.060396738731939, "W31": -78.421421513040471, "S31": -78.421421513040471, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105350.426666666666279, 516101.38666666665813 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1309526156342939, "S11": 1.1309526156342939, "W12": -10.698251781582675, "S12": -22.245245646613068, "W13": -22.245245646613068, "S13": -31.93038017344437, "W21": -37.720311906590887, "S21": -37.720311906590887, "W22": -30.094617475053386, "S22": -30.094617475053386, "W31": -70.0, "S31": -70.0, "W32": -90.61340528005708, "S32": -95.61340528005708 }, "geometry": { "type": "Point", "coordinates": [ 105350.8, 512367.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5399777546176681, "S11": 1.5399777546176681, "W12": -3.84437530339458, "S12": -3.84437530339458, "W13": -15.0, "S13": -15.0, "W21": -41.976295026207211, "S21": -42.490837824533791, "W22": -52.306471813769846, "S22": -53.033155586470585, "W31": -76.395100243914101, "S31": -78.564413321853351, "W32": -92.444932844932822, "S32": -97.444932844932822 }, "geometry": { "type": "Point", "coordinates": [ 105351.0, 523646.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33189558394294516, "S11": 0.33189558394294516, "W12": -5.4161524171457787, "S12": -5.4161524171457787, "W13": -19.969289747060685, "S13": -19.969289747060685, "W21": -39.304003440302715, "S21": -41.057671956635154, "W22": -44.10197965472134, "S22": -44.10197965472134, "W31": -73.498767517795713, "S31": -77.05002869489438, "W32": -89.958276739890934, "S32": -94.958276739890934 }, "geometry": { "type": "Point", "coordinates": [ 105351.363636363632395, 521156.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7245704645730999, "S11": -2.2245704645730999, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.355376385766409, "S13": -20.601194754160264, "W21": -32.431108317026762, "S21": -32.431108317026762, "W22": -40.0, "S22": -43.932522123893804, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105351.6, 506787.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98983757129365757, "S11": 0.98983757129365757, "W12": -10.845244375897655, "S12": -21.299477504732295, "W13": -21.299477504732295, "S13": -31.885386012296017, "W21": -37.479158717244779, "S21": -37.479158717244779, "W22": -46.213418396684261, "S22": -49.233042691562403, "W31": -75.684697611063868, "S31": -77.924124288370351, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105352.2, 512411.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57448058761804832, "S11": -0.57448058761804832, "W12": -5.2926026220952558, "S12": -8.1665558006258987, "W13": -16.025750474314947, "S13": -19.072083564359009, "W21": -42.977918116476651, "S21": -45.977918116476651, "W22": -47.707964898480398, "S22": -47.707964898480398, "W31": -78.484395021969689, "S31": -78.484395021969689, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105353.0, 497921.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043656894902282334, "S11": -1.4637231788984557, "W12": -10.0, "S12": -12.934232590254489, "W13": -15.0, "S13": -15.789543675671569, "W21": -37.733445057456109, "S21": -38.474511855344069, "W22": -40.000000000000007, "S22": -41.122348237597919, "W31": -72.704860365612362, "S31": -75.562236129191689, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105353.0, 506421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3198178474732884, "S11": -0.3198178474732884, "W12": -10.0, "S12": -10.0, "W13": -19.670197905477444, "S13": -25.077555635497188, "W21": -38.915754605330577, "S21": -38.915754605330577, "W22": -37.451030584866857, "S22": -39.386807527222743, "W31": -67.325368827702903, "S31": -71.521060596710754, "W32": -89.789264656995016, "S32": -94.789264656995016 }, "geometry": { "type": "Point", "coordinates": [ 105353.0, 514690.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84872252695279637, "S11": 0.84872252695279637, "W12": -10.992236970212769, "S12": -20.1834088694971, "W13": -20.1834088694971, "S13": -31.858839902229214, "W21": -37.238005527898444, "S21": -37.238005527898444, "W22": -39.428657496807631, "S22": -39.428657496807631, "W31": -68.109074715437529, "S31": -77.411002408627041, "W32": -93.819600728731317, "S32": -98.819600728731317 }, "geometry": { "type": "Point", "coordinates": [ 105353.6, 512456.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71740368648789865, "S11": -0.71740368648789865, "W12": -9.240691313848723, "S12": -9.240691313848723, "W13": -15.46291063947413, "S13": -17.11820942660966, "W21": -37.100643953359047, "S21": -37.100643953359047, "W22": -50.427268898193802, "S22": -50.432549921608569, "W31": -76.810210901896937, "S31": -76.810210901896937, "W32": -93.426210720162999, "S32": -98.426210720162999 }, "geometry": { "type": "Point", "coordinates": [ 105353.780487804877339, 515710.170731707301456 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.3477294007490643, "W12": -4.8784262660829016, "S12": -4.8784262660829016, "W13": -15.000000000000002, "S13": -18.0, "W21": -40.599238717221489, "S21": -43.232251267499841, "W22": -53.033707865168545, "S22": -53.952663268771687, "W31": -76.140270442216107, "S31": -79.752266379479778, "W32": -91.79141986090211, "S32": -96.79141986090211 }, "geometry": { "type": "Point", "coordinates": [ 105354.0, 498308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8157398680490102, "S11": -2.7912703266390171, "W12": -5.2522802251115852, "S12": -6.71375495584895, "W13": -16.406263823763602, "S13": -20.565106513934133, "W21": -35.658008014545899, "S21": -36.650505749416396, "W22": -38.023401338430546, "S22": -41.072112888945611, "W31": -71.709224503015804, "S31": -73.783132912042802, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105354.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.111150461345304, "S11": -2.111150461345304, "W12": -14.765700533801356, "S12": -15.555550588975859, "W13": -17.517316096065407, "S13": -19.524044588567381, "W21": -42.534137813406105, "S21": -42.534137813406105, "W22": -50.005417648317248, "S22": -63.964050344238551, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105354.5, 500820.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4112605619567429, "S12": -8.4112605619567429, "W13": -17.54905377553245, "S13": -17.54905377553245, "W21": -29.462720674201666, "S21": -29.462720674201666, "W22": -39.319917729077936, "S22": -53.257030440516559, "W31": -78.18011000129323, "S31": -78.18011000129323, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105354.5, 503597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70760748261216011, "S11": 0.70760748261216011, "W12": -11.139229564527747, "S12": -18.946192573542355, "W13": -19.977812363088493, "S13": -32.603057969764578, "W21": -36.996852338552344, "S21": -36.996852338552344, "W22": -47.153722677995127, "S22": -47.153722677995127, "W31": -78.406556095632922, "S31": -78.406556095632922, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105355.0, 512501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95261523147678906, "S11": 0.95261523147678906, "W12": -4.0264975996559782, "S12": -4.0264975996559782, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -41.234223454461997, "S21": -41.234223454461997, "W22": -50.002103989690454, "S22": -50.002103989690454, "W31": -74.340273344931333, "S31": -74.340273344931333, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105355.0, 524039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5242088147417567, "S11": 1.5242088147417567, "W12": -10.222599876844717, "S12": -22.820737739807448, "W13": -23.247051114023371, "S13": -31.306439883551509, "W21": -38.496444761785369, "S21": -38.496444761785369, "W22": -44.280528470727276, "S22": -44.349530841490967, "W31": -73.455974719948131, "S31": -77.101243637604611, "W32": -89.858851868840446, "S32": -94.858851868840446 }, "geometry": { "type": "Point", "coordinates": [ 105355.142857142855064, 512234.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.4503771418459337, "W12": -10.170206515040773, "S12": -10.960929736624498, "W13": -14.58, "S13": -17.178267713534321, "W21": -37.248010833309124, "S21": -37.248010833309124, "W22": -39.742231969141592, "S22": -48.200284257451976, "W31": -67.864230435456705, "S31": -76.894783051803287, "W32": -95.994377691504312, "S32": -100.99437769150431 }, "geometry": { "type": "Point", "coordinates": [ 105356.0, 496780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79161520527116069, "S11": 0.79161520527116069, "W12": -10.179143979513189, "S12": -11.152909188497546, "W13": -17.033820495925088, "S13": -18.721991552179102, "W21": -32.521327014218009, "S21": -38.103166276703163, "W22": -47.297083662226072, "S22": -47.297083662226072, "W31": -78.470607153030301, "S31": -78.470607153030301, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105356.0, 501794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59496351022614646, "S11": -2.2718510456666587, "W12": -5.0, "S12": -9.9404550090661825, "W13": -27.610930994629193, "S13": -27.610930994629193, "W21": -39.24296091910918, "S21": -39.24296091910918, "W22": -38.706316021785376, "S22": -52.949839136680474, "W31": -75.791522445284485, "S31": -75.791522445284485, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105356.0, 505862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55500812278949274, "S11": 0.55500812278949274, "W12": -11.299297327256898, "S12": -17.959070643052861, "W13": -19.911561466812703, "S13": -33.924600352696665, "W21": -36.734319270806402, "S21": -36.734319270806402, "W22": -52.789399637704484, "S22": -53.940397344908206, "W31": -76.145230657563545, "S31": -79.717753557702579, "W32": -92.021915179670387, "S32": -97.021915179670387 }, "geometry": { "type": "Point", "coordinates": [ 105356.375, 512549.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59214787277984293, "S11": -0.59214787277984293, "W12": -13.642651804565233, "S12": -13.642651804565233, "W13": -17.034963471630697, "S13": -20.034963471630697, "W21": -33.349107142857143, "S21": -33.349107142857143, "W22": -36.630931262925451, "S22": -43.420470168970432, "W31": -74.701143490607578, "S31": -74.701143490607578, "W32": -90.621881637929775, "S32": -95.621881637929775 }, "geometry": { "type": "Point", "coordinates": [ 105356.5, 501368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2437816671174069, "S12": -8.2437816671174069, "W13": -16.272562687651423, "S13": -25.28652697104927, "W21": -41.54781276429317, "S21": -46.340924485831202, "W22": -36.756130412828725, "S22": -43.648219318211027, "W31": -74.834778515132655, "S31": -74.834778515132655, "W32": -90.61527183647361, "S32": -95.61527183647361 }, "geometry": { "type": "Point", "coordinates": [ 105356.571428571434808, 517159.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89826763485477179, "S11": 0.52880119050301833, "W12": -7.2141340093176218, "S12": -19.848162717698202, "W13": -24.799424543721056, "S13": -27.689625648803439, "W21": -36.269552322087733, "S21": -36.269552322087733, "W22": -40.0, "S22": -53.516523570387172, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105356.75, 511260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24282675610131943, "S11": -0.24282675610131943, "W12": -12.702074211549157, "S12": -12.702074211549157, "W13": -16.945088358547736, "S13": -19.945088358547736, "W21": -31.453698979592108, "S21": -32.251723222846309, "W22": -42.56454450317743, "S22": -42.56454450317743, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105356.857142857144936, 501452.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4430441470126123, "S12": -5.4430441470126123, "W13": -15.0, "S13": -15.0, "W21": -44.083554904382204, "S21": -44.083554904382204, "W22": -49.620620140155509, "S22": -49.620620140155509, "W31": -74.182182222595628, "S31": -74.182182222595628, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105357.5, 525155.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47745644651052177, "S11": 0.47745644651052177, "W12": -11.459365089986045, "S12": -17.001054020891551, "W13": -19.803042076705768, "S13": -35.203874241797607, "W21": -36.471786203060446, "S21": -36.471786203060446, "W22": -36.923413676344225, "S22": -39.96399394938625, "W31": -71.484031348938643, "S31": -74.810996075744299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105357.75, 512597.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98643751941194746, "S11": -1.4511557596492188, "W12": -5.0, "S12": -5.0, "W13": -21.51920691526475, "S13": -21.51920691526475, "W21": -30.0, "S21": -30.0, "W22": -47.951013713094582, "S22": -47.951013713094582, "W31": -78.452576862878786, "S31": -78.452576862878786, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105358.0, 506997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12818617818794756, "S11": 0.12818617818794756, "W12": -10.185131855016893, "S12": -14.753462152213743, "W13": -20.923738195640599, "S13": -20.923738195640599, "W21": -30.966441163526358, "S21": -31.172400637102047, "W22": -47.533770585720212, "S22": -47.533770585720212, "W31": -78.451516257575761, "S31": -78.451516257575761, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105358.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98047036729283044, "S11": 0.98047036729283044, "W12": -10.0, "S12": -19.734209861243482, "W13": -28.856049269022677, "S13": -28.856049269022677, "W21": -35.231430838449242, "S21": -35.231430838449242, "W22": -30.418104466621291, "S22": -30.418104466621291, "W31": -70.0, "S31": -70.0, "W32": -90.950098109168749, "S32": -95.950098109168749 }, "geometry": { "type": "Point", "coordinates": [ 105358.0, 510676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17466371325010066, "S11": -0.25395131088698952, "W12": -5.6951240740382572, "S12": -9.9718536337866848, "W13": -17.2271734528141, "S13": -20.2271734528141, "W21": -35.57617113405918, "S21": -35.681343227082436, "W22": -31.13028592770792, "S22": -31.13028592770792, "W31": -70.0, "S31": -70.0, "W32": -91.049841400849218, "S32": -96.049841400849218 }, "geometry": { "type": "Point", "coordinates": [ 105359.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43507448277910371, "S11": 0.43507448277910371, "W12": -11.619432852715196, "S12": -16.560481816993025, "W13": -19.694522686598834, "S13": -36.167056329555223, "W21": -36.209253135314505, "S21": -36.209253135314505, "W22": -31.169851564434953, "S22": -31.169851564434953, "W31": -70.0, "S31": -70.0, "W32": -91.053811118000723, "S32": -96.053811118000723 }, "geometry": { "type": "Point", "coordinates": [ 105359.125, 512646.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9820294644088251, "S11": -0.9820294644088251, "W12": -14.473388758028442, "S12": -14.473388758028442, "W13": -17.126451331956464, "S13": -20.126451331956464, "W21": -36.180479181433633, "S21": -36.180479181433633, "W22": -40.0, "S22": -45.063893805309732, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105360.333333333328483, 501292.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32660861541762093, "S11": 0.25684038112070567, "W12": -7.8646762489587116, "S12": -7.8646762489587116, "W13": -14.808751819428222, "S13": -14.816364948190985, "W21": -40.000000000000007, "S21": -40.607182073093092, "W22": -39.103886500661915, "S22": -53.143745820708808, "W31": -77.3941636934874, "S31": -77.3941636934874, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105360.4, 497275.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32635243288593668, "S11": 0.32635243288593668, "W12": -7.8511770726730701, "S12": -7.8511770726730701, "W13": -14.816513026051883, "S13": -14.816513026051883, "W21": -40.0, "S21": -40.609048281062144, "W22": -41.550988289189064, "S22": -41.55179132048378, "W31": -78.06205767004441, "S31": -78.251200332549985, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105360.4, 497276.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54503847711624609, "S11": -3.2195133865835031, "W12": -10.032684290375515, "S12": -19.93081664331698, "W13": -26.536013008394612, "S13": -26.536013008394612, "W21": -36.676662901490602, "S21": -36.676662901490602, "W22": -40.0, "S22": -40.0, "W31": -70.954833574429102, "S31": -71.272653870270716, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105360.4, 505676.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40964073012430768, "S11": 0.40964073012430768, "W12": -11.712530148657788, "S12": -16.585747455885244, "W13": -19.628002374917845, "S13": -35.829393775264265, "W21": -36.056287701962219, "S21": -36.056287701962219, "W22": -41.743084057353016, "S22": -42.433097112183304, "W31": -72.926686783117901, "S31": -74.746832895054496, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105360.5, 512675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3926925190476856, "S11": 0.3926925190476856, "W12": -11.779500615444347, "S12": -16.606197129406361, "W13": -19.586003296491896, "S13": -35.588820358752777, "W21": -35.946720067568556, "S21": -35.946720067568556, "W22": -38.26161357702415, "S22": -39.247931321105803, "W31": -72.233321618049985, "S31": -76.15583174550774, "W32": -89.412883654017207, "S32": -94.412883654017207 }, "geometry": { "type": "Point", "coordinates": [ 105360.5, 512694.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9518047205847604, "S12": -3.9518047205847604, "W13": -15.420580944725604, "S13": -15.420580944725604, "W21": -43.373769213969744, "S21": -44.505461628884369, "W22": -40.647388059701491, "S22": -41.09117870270299, "W31": -73.261554025147674, "S31": -76.409242674495331, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105360.5, 523235.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55266411751346312, "S11": -0.55266411751346312, "W12": -9.7169004928732772, "S12": -9.7169004928732772, "W13": -17.976684642174785, "S13": -28.076331908488616, "W21": -37.543483800921649, "S21": -37.543483800921649, "W22": -33.305230859236303, "S22": -36.562841759025574, "W31": -70.0, "S31": -70.0, "W32": -90.817838175669195, "S32": -95.817838175669195 }, "geometry": { "type": "Point", "coordinates": [ 105360.6, 515352.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95667752149976615, "S11": -3.0440489952672323, "W12": -5.0, "S12": -13.513018209996124, "W13": -20.0, "S13": -20.599225720936246, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.629655329138345, "S22": -51.55536433037139, "W31": -64.556223860705799, "S31": -73.750242849094434, "W32": -98.758004025943521, "S32": -103.75800402594352 }, "geometry": { "type": "Point", "coordinates": [ 105360.75, 504321.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54288169200264358, "S11": -3.6143767773621889, "W12": -10.010333146289254, "S12": -20.34861227140258, "W13": -26.775744849399338, "S13": -26.775744849399338, "W21": -36.878787737956529, "S21": -36.878787737956529, "W22": -33.552323910062313, "S22": -37.285740299507118, "W31": -70.336670772168233, "S31": -70.336670772168233, "W32": -90.779247440809925, "S32": -95.779247440809925 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25769237272382767, "S11": -0.25769237272382767, "W12": -11.023346235384524, "S12": -11.023346235384524, "W13": -25.0, "S13": -25.0, "W21": -33.039135362616157, "S21": -33.039135362616157, "W22": -40.0, "S22": -46.149203539823006, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 507796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6809300498650142, "S11": 1.6809300498650142, "W12": -10.0, "S12": -20.594317746910107, "W13": -23.719124911785464, "S13": -30.749060547778328, "W21": -38.813021817054263, "S21": -38.813021817054263, "W22": -36.484428260084265, "S22": -40.929452240461963, "W31": -71.276657029883523, "S31": -74.308867834436469, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 512177.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27732291674763992, "S11": -0.27732291674763992, "W12": -10.0, "S12": -10.0, "W13": -19.359467471270705, "S13": -24.08516397346726, "W21": -39.613215821742841, "S21": -39.613215821742841, "W22": -50.004819802869818, "S22": -64.518970746266049, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 514542.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5472213278965663, "S12": -7.5472213278965663, "W13": -16.884565396695798, "S13": -26.188907416015457, "W21": -45.106333943753796, "S21": -48.106333943753796, "W22": -52.703441807431723, "S22": -53.772759669554127, "W31": -76.066468938039193, "S31": -79.651065170478361, "W32": -91.937972214682929, "S32": -96.937972214682929 }, "geometry": { "type": "Point", "coordinates": [ 105361.0, 518148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.179402772491783, "S12": -3.179402772491783, "W13": -16.356180344478243, "S13": -17.281658484194953, "W21": -41.845174389093685, "S21": -44.968558547570211, "W22": -47.212873188057983, "S22": -47.212873188057983, "W31": -73.590255242455328, "S31": -73.646023544772746, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.333333333328483, 497678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91270569861343898, "S11": 0.91270569861343898, "W12": -8.9852469308035712, "S12": -21.465528602796148, "W13": -26.740994060131861, "S13": -26.740994060131861, "W21": -36.383110996652071, "S21": -36.386525322179828, "W22": -41.630945106330515, "S22": -41.631820621759701, "W31": -78.031294632552999, "S31": -78.078962339476391, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105361.75, 511204.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33874952795654079, "S11": 0.33874952795654079, "W12": -11.939568378173496, "S12": -16.651912441819693, "W13": -19.477483906384961, "S13": -35.010584387950331, "W21": -35.684186999822614, "S21": -35.684186999822614, "W22": -44.707673720306232, "S22": -44.707673720306232, "W31": -73.28491979146591, "S31": -73.323311629449307, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105361.875, 512742.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.339869030593742, "S12": -4.339869030593742, "W13": -15.0, "S13": -15.0, "W21": -41.660755421089206, "S21": -41.660755421089206, "W22": -40.0, "S22": -41.236152164647976, "W31": -73.179228301285661, "S31": -76.070169992454083, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105362.0, 524213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.583333333333334, "S13": -14.583333333333334, "W21": -47.0, "S21": -47.0, "W22": -47.770457509214346, "S22": -47.770457509214346, "W31": -78.432425362121222, "S31": -78.432425362121222, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105362.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6394513973428135, "S11": 1.6394513973428135, "W12": -3.8313374588625622, "S12": -3.8313374588625622, "W13": -15.0, "S13": -15.0, "W21": -42.043714104494256, "S21": -42.606292960992036, "W22": -38.44632471135936, "S22": -51.04577801673873, "W31": -65.495441547659155, "S31": -73.940233371783449, "W32": -98.009095828287244, "S32": -103.00909582828724 }, "geometry": { "type": "Point", "coordinates": [ 105362.25, 523610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6352349251679006, "S11": 1.6352349251679006, "W12": -10.040933160736651, "S12": -21.043850187877521, "W13": -23.545972376247789, "S13": -30.795644638729023, "W21": -38.790271238287744, "S21": -38.790271238287744, "W22": -42.208071296800213, "S22": -42.208071296800213, "W31": -70.0, "S31": -70.0, "W32": -96.887840657709305, "S32": -101.8878406577093 }, "geometry": { "type": "Point", "coordinates": [ 105362.285714285710128, 512190.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.06798512504193327, "S11": -0.090761401277565462, "W12": -10.0, "S12": -10.0, "W13": -18.320842550838616, "S13": -19.015631472346524, "W21": -37.892624603188814, "S21": -37.892624603188814, "W22": -36.51047911801048, "S22": -43.405616359398522, "W31": -74.548131387525757, "S31": -74.548131387525757, "W32": -90.545353269123297, "S32": -95.545353269123297 }, "geometry": { "type": "Point", "coordinates": [ 105362.363636363632395, 513829.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4051247493371673, "S11": -0.58755415219061824, "W12": -5.0, "S12": -6.2272863704576071, "W13": -14.014109940620138, "S13": -17.014109940620138, "W21": -37.09343585896422, "S21": -37.09343585896422, "W22": -35.247441547383993, "S22": -41.068669894258122, "W31": -73.142093514145571, "S31": -73.142093514145571, "W32": -90.612986858751682, "S32": -95.612986858751682 }, "geometry": { "type": "Point", "coordinates": [ 105362.4, 497080.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.56116905693176877, "W12": -7.8036090749086133, "S12": -9.7937258763461692, "W13": -17.093665924854704, "S13": -20.093665924854704, "W21": -36.072224090100526, "S21": -36.16112641568192, "W22": -37.612011692519559, "S22": -48.353670323186172, "W31": -71.611412443991654, "S31": -71.611412443991654, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 500011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0070162859776706776, "S11": -0.0070162859776706776, "W12": -12.159104540759822, "S12": -12.944922216982857, "W13": -16.916144901181987, "S13": -19.916144901181987, "W21": -30.0, "S21": -31.312559923298178, "W22": -39.557757892540579, "S22": -53.494116961373273, "W31": -79.243760127193752, "S31": -79.243760127193752, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 501504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87414469994391475, "S11": 0.87414469994391475, "W12": -5.0, "S12": -9.1304496639170978, "W13": -17.227043352920933, "S13": -21.022531069453009, "W21": -30.088830084584139, "S21": -30.088830084584139, "W22": -37.471790345847246, "S22": -47.37716006415711, "W31": -71.068613877203262, "S31": -71.068613877203262, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 503101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0247252747252746, "S11": -3.0247252747252746, "W12": -5.3449446924121862, "S12": -6.1539245011263208, "W13": -16.337255595859506, "S13": -20.237108696708965, "W21": -35.758742535964075, "S21": -36.778025817746183, "W22": -38.148274780802737, "S22": -52.948151371945016, "W31": -73.723206519947524, "S31": -73.723206519947524, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 506576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1971218552645202, "S11": -1.6971218552645202, "W12": -5.0, "S12": -5.0, "W13": -21.114330568261106, "S13": -21.114330568261106, "W21": -30.0, "S21": -30.0, "W22": -36.02, "S22": -39.27, "W31": -68.262394271377133, "S31": -68.262394271377133, "W32": -89.66642431174715, "S32": -94.66642431174715 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 506923.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76179365580387426, "S11": -0.76179365580387426, "W12": -11.020914685988814, "S12": -11.020914685988814, "W13": -19.905847991418156, "S13": -19.905847991418156, "W21": -31.198668792679353, "S21": -31.198668792679353, "W22": -50.185791910974928, "S22": -52.401265178983344, "W31": -75.392668719391949, "S31": -75.392668719391949, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.0, 507996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9501284055101713, "S11": 1.9501284055101713, "W12": -3.7896906904953602, "S12": -3.7896906904953602, "W13": -15.000000000000039, "S13": -15.000000000000039, "W21": -42.54410570239034, "S21": -43.327240030748598, "W22": -37.699195901696079, "S22": -51.421144113779775, "W31": -64.546581159080276, "S31": -73.843719668458789, "W32": -98.777963133580428, "S32": -103.77796313358043 }, "geometry": { "type": "Point", "coordinates": [ 105363.2, 523466.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2311967196928881, "S12": -3.2311967196928881, "W13": -16.37814716312057, "S13": -16.37814716312057, "W21": -41.499585810206341, "S21": -44.177290414286702, "W22": -48.007144432708479, "S22": -48.007144432708479, "W31": -78.413334466666669, "S31": -78.413334466666669, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.25, 497667.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27650982049973016, "S11": 0.27650982049973016, "W12": -12.099636140902644, "S12": -16.456994188468819, "W13": -19.368964516278023, "S13": -34.432348417147885, "W21": -35.421653932076666, "S21": -35.421653932076666, "W22": -35.693429815868917, "S22": -41.205122626955436, "W31": -71.631398706854512, "S31": -73.15938852381737, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105363.25, 512791.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79015259048970732, "S11": -0.79015259048970732, "W12": -11.643665181213557, "S12": -16.285615786384845, "W13": -18.400468649475339, "S13": -18.400468649475339, "W21": -28.999335314320643, "S21": -29.001499246505496, "W22": -36.300504920897851, "S22": -43.097929739654397, "W31": -74.315120499309046, "S31": -74.315120499309046, "W32": -90.526297780580947, "S32": -95.526297780580947 }, "geometry": { "type": "Point", "coordinates": [ 105363.666666666671517, 508323.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.233401230015394, "S12": -3.233401230015394, "W13": -16.37465594393786, "S13": -16.37465594393786, "W21": -41.477272801621226, "S21": -44.157322438141207, "W22": -40.270011662170774, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105364.0, 497667.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41196902135648905, "S11": 0.36751502923332119, "W12": -4.4328691804194627, "S12": -14.432869180419461, "W13": -16.646551724137929, "S13": -20.002862068965516, "W21": -33.052898083448277, "S21": -33.202162953129722, "W22": -40.1731987877465, "S22": -40.1731987877465, "W31": -56.76172905325776, "S31": -57.142025353379999, "W32": -99.056627929879852, "S32": -104.05662792987985 }, "geometry": { "type": "Point", "coordinates": [ 105364.0, 499753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2278624716185536, "S11": -3.1126383428106315, "W12": -5.0, "S12": -5.0, "W13": -17.248518092541804, "S13": -22.248518092541804, "W21": -35.292991313706153, "S21": -36.308772283969461, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105364.0, 506612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9645910290236102, "S11": -2.4645910290236102, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.139778277385972, "S13": -21.191705436361982, "W21": -33.150463559738959, "S21": -33.360527749075537, "W22": -40.110119365391348, "S22": -40.110119365391348, "W31": -71.198772103493781, "S31": -71.198772103493781, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105364.2, 506746.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72294682839881275, "S11": -0.72294682839881275, "W12": -8.9886565163902077, "S12": -8.9886565163902077, "W13": -15.0, "S13": -20.483733037157609, "W21": -38.143384156276845, "S21": -38.359313261842217, "W22": -36.452421507256908, "S22": -43.397491817789572, "W31": -74.474495451853429, "S31": -74.474495451853429, "W32": -90.508858410381379, "S32": -95.508858410381379 }, "geometry": { "type": "Point", "coordinates": [ 105364.613636363632395, 516101.068181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21427011304291951, "S11": 0.21427011304291951, "W12": -12.259703903631795, "S12": -16.172366509550837, "W13": -19.260445126171089, "S13": -33.209837818796771, "W21": -35.247730881698622, "S21": -35.247730881698622, "W22": -49.465741590626855, "S22": -61.442087340599223, "W31": -80.0, "S31": -80.0, "W32": -90.132099727380151, "S32": -95.132099727380151 }, "geometry": { "type": "Point", "coordinates": [ 105364.625, 512839.625 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0821569140141347, "S11": 1.0821569140141347, "W12": -10.998494666381392, "S12": -17.418907990594231, "W13": -21.434188091873153, "S13": -21.434188091873153, "W21": -31.909671940592986, "S21": -31.909671940592986, "W22": -39.515238880655005, "S22": -53.482246082128796, "W31": -79.107475675716799, "S31": -79.107475675716799, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105365.0, 509513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8976495680750172, "S12": -3.8976495680750172, "W13": -15.282765426222221, "S13": -15.282765426222221, "W21": -43.064500390320063, "S21": -44.044129847864497, "W22": -37.514809083832326, "S22": -39.840076295127133, "W31": -67.395037835080188, "S31": -72.147730694844824, "W32": -89.82759972871105, "S32": -94.82759972871105 }, "geometry": { "type": "Point", "coordinates": [ 105365.5, 523315.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29298595575433711, "S11": -0.29298595575433717, "W12": -8.6305873033833436, "S12": -17.651274635792561, "W13": -21.288512225213005, "S13": -22.668771879220426, "W21": -31.46864044390545, "S21": -31.46864044390545, "W22": -39.084902022623616, "S22": -39.084902022623616, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105365.666666666671517, 505295.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043803073510324177, "S11": -0.1132400935925818, "W12": -10.0, "S12": -10.0, "W13": -18.36255293381803, "S13": -18.478995463889735, "W21": -37.407329259645294, "S21": -37.407329259645294, "W22": -50.0, "S22": -50.0, "W31": -74.355926764757001, "S31": -74.355926764757001, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105365.666666666671517, 513745.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60289574420175651, "S11": -0.60289574420175651, "W12": -5.6560434165296662, "S12": -6.7400625222441164, "W13": -15.821255923987415, "S13": -19.11925824875156, "W21": -42.289432823345123, "S21": -45.289432823345123, "W22": -44.011016841838675, "S22": -44.093272587441739, "W31": -73.429149297227866, "S31": -77.024593934444823, "W32": -89.880762960040911, "S32": -94.880762960040911 }, "geometry": { "type": "Point", "coordinates": [ 105366.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7958694109297374, "S11": -0.7958694109297374, "W12": -11.631170267063606, "S12": -16.310879888125115, "W13": -18.404028286599885, "S13": -18.437808562168922, "W21": -29.015008803907126, "S21": -29.015008803907126, "W22": -39.843765270663056, "S22": -50.992350344438805, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105366.0, 508320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15203040558610895, "S11": 0.15203040558610895, "W12": -12.419771666360946, "S12": -15.887505185233794, "W13": -19.151925736064154, "S13": -31.886826716417684, "W21": -35.137201652933364, "S21": -35.137201652933364, "W22": -52.467931329366991, "S22": -53.518417022220291, "W31": -76.030219179773482, "S31": -79.75572318729786, "W32": -91.945799396774404, "S32": -96.945799396774404 }, "geometry": { "type": "Point", "coordinates": [ 105366.0, 512888.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4910603145863988, "S12": -19.491060314586399, "W13": -21.970881873185178, "S13": -23.815616246090766, "W21": -32.641523750323906, "S21": -32.641523750323906, "W22": -39.218938035503015, "S22": -39.218938035503015, "W31": -53.575517705819479, "S31": -53.620468659107345, "W32": -99.522966318692198, "S32": -104.5229663186922 }, "geometry": { "type": "Point", "coordinates": [ 105367.0, 505384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024267363150104724, "S11": -0.024267363150104724, "W12": -10.854695993828477, "S12": -10.854695993828477, "W13": -24.790480973105815, "S13": -24.790480973105815, "W21": -33.460211381339839, "S21": -33.460211381339839, "W22": -31.176111354365908, "S22": -41.176111354365908, "W31": -70.0, "S31": -70.490074219376282, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105367.0, 507748.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2185711333165319, "S12": -8.2185711333165319, "W13": -16.258805868099145, "S13": -25.140785625093699, "W21": -41.656723987040273, "S21": -46.45586870124815, "W22": -30.327530866169507, "S22": -30.327530866169507, "W31": -70.0, "S31": -70.0, "W32": -90.79167409917946, "S32": -95.79167409917946 }, "geometry": { "type": "Point", "coordinates": [ 105367.285714285710128, 517202.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52313338207935733, "S11": -1.4107984143613339, "W12": -10.097964628297362, "S12": -18.426961721320616, "W13": -24.731313578062807, "S13": -26.960673930758297, "W21": -35.246883689316036, "S21": -35.246883689316036, "W22": -39.838597261515993, "S22": -39.838597261515993, "W31": -56.62875301644312, "S31": -56.991748643390764, "W32": -99.097301556037024, "S32": -104.09730155603702 }, "geometry": { "type": "Point", "coordinates": [ 105367.5, 505573.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55827070147679336, "S11": -3.4176494309752079, "W12": -3.9903123168697641, "S12": -7.661954107914541, "W13": -15.0, "S13": -15.0, "W21": -39.389812419146182, "S21": -39.389812419146182, "W22": -40.0, "S22": -40.0, "W31": -70.845334415142062, "S31": -70.845334415142062, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105368.0, 506231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29580611894121689, "S11": -0.70419388105878311, "W12": -4.6679485701107009, "S12": -6.4006172477489915, "W13": -15.760944665239988, "S13": -19.077737662958185, "W21": -33.930363476090726, "S21": -34.111097386085774, "W22": -36.797029397622019, "S22": -39.719415738441121, "W31": -67.183475729074686, "S31": -67.183475729074686, "W32": -89.748393530925895, "S32": -94.748393530925895 }, "geometry": { "type": "Point", "coordinates": [ 105369.0, 499541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7462610355938659, "S11": -0.41786686340422574, "W12": -9.6781586485985667, "S12": -18.615029292757654, "W13": -23.59741431148538, "S13": -30.037370066920701, "W21": -38.834583304983376, "S21": -38.834583304983376, "W22": -40.012664568194587, "S22": -40.012664568194587, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105369.428571428565192, 512146.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -49.349339157294658, "S22": -53.258721952899464, "W31": -75.622328279910647, "S31": -75.622328279910647, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105369.517241379304323, 530027.183908045990393 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.009796348314576, "W12": -5.6621500847132378, "S12": -5.6621500847132378, "W13": -15.158923202036686, "S13": -18.158923202036686, "W21": -40.701089630482251, "S21": -43.42523701828614, "W22": -35.654368216071717, "S22": -41.19723154560139, "W31": -71.603980930585877, "S31": -73.112328873772455, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105369.6, 498250.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083445282192466441, "S11": 0.083445282192466441, "W12": -5.0, "S12": -11.505122765842209, "W13": -19.247901570331944, "S13": -19.544995179256318, "W21": -29.698038797768429, "S21": -29.698038797768429, "W22": -44.046883803942634, "S22": -45.572233913253392, "W31": -76.518675803716022, "S31": -81.363146099355632, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105369.875, 503832.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.4037534391121269, "W12": -10.204886706893486, "S12": -10.952783288348698, "W13": -14.58, "S13": -17.148384318599174, "W21": -37.308664578581777, "S21": -37.308664578581777, "W22": -47.109618145834112, "S22": -47.113075846845518, "W31": -77.234792229367116, "S31": -77.234792229367116, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105369.898734177215374, 496779.645569620246533 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45118597456170506, "S11": -1.463822504805169, "W12": -4.8284173175843019, "S12": -12.305875756581202, "W13": -15.571183633954957, "S13": -18.754842762948112, "W21": -34.855577194464431, "S21": -35.218559704086047, "W22": -51.586732420487337, "S22": -51.593721826112422, "W31": -76.276414206725704, "S31": -78.135219365545552, "W32": -92.689865689865613, "S32": -97.689865689865613 }, "geometry": { "type": "Point", "coordinates": [ 105370.0, 499446.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33428556380842539, "S11": -0.33428556380842539, "W12": -10.0, "S12": -10.0, "W13": -19.447765802041129, "S13": -25.113244330989644, "W21": -38.70533285749157, "S21": -38.70533285749157, "W22": -50.003196431537042, "S22": -62.720810005097341, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105370.0, 514732.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88958276735935127, "S11": 0.88958276735935127, "W12": -10.0, "S12": -11.265696180317416, "W13": -17.284549211028263, "S13": -18.233457167346515, "W21": -32.948008592927337, "S21": -38.917591054326579, "W22": -45.734839760442561, "S22": -59.287673738977041, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 501861.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80495405513383955, "S11": -3.3698256656080563, "W12": -7.0887096555923943, "S12": -8.5397311328055956, "W13": -20.0, "S13": -21.183572994300746, "W21": -29.640345404225233, "S21": -29.640345404225233, "W22": -38.971622629359963, "S22": -53.133572051567299, "W31": -77.017451104196937, "S31": -77.017451104196937, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 504834.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52778893588663778, "S11": -1.5277889358866377, "W12": -10.124574340527579, "S12": -18.309312712620603, "W13": -25.163901602930629, "S13": -26.814620916102569, "W21": -35.561674481956317, "S21": -35.561674481956317, "W22": -36.369519407842269, "S22": -40.495978852899157, "W31": -71.264398635201943, "S31": -74.041210236828917, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 505597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1317798165137614, "S11": 1.1317798165137614, "W12": -10.0, "S12": -20.0, "W13": -27.210055254978705, "S13": -27.210055254978705, "W21": -34.644034157560093, "S21": -34.644034157560093, "W22": -40.0, "S22": -45.012743362831699, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 510501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77777408142429427, "S11": 0.77777408142429427, "W12": -10.0, "S12": -18.97888423814581, "W13": -30.0, "S13": -30.0, "W21": -36.024768458832654, "S21": -36.026071139959434, "W22": -52.561797752808985, "S22": -53.264907650181385, "W31": -76.09510236484499, "S31": -80.519374851617542, "W32": -91.660901728850135, "S32": -96.660901728850135 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 510931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8063647262554952, "S12": -9.8063647262554952, "W13": -18.435991461633524, "S13": -28.188840530474437, "W21": -37.689388465443486, "S21": -37.689388465443486, "W22": -50.0, "S22": -50.00154187736068, "W31": -77.459366503490727, "S31": -77.459366503490727, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105371.0, 515296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01965962441314556, "S11": -0.22753882226869901, "W12": -9.0435755013763277, "S12": -10.240378311569231, "W13": -22.718098005602709, "S13": -22.718098005602709, "W21": -30.613511565881687, "S21": -30.613511565881687, "W22": -48.164853802276703, "S22": -48.164853802276703, "W31": -78.38787993939394, "S31": -78.38787993939394, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105371.75, 507293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0258257238764821, "S11": 2.0258257238764821, "W12": -11.910394158497123, "S12": -14.184687560667868, "W13": -22.613115591262659, "S13": -22.613115591262659, "W21": -32.995184453368751, "S21": -32.995184453368751, "W22": -47.691234217004826, "S22": -47.691234217004826, "W31": -78.371003073623882, "S31": -78.371003073623882, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105372.285714285710128, 509988.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.016902348475420464, "S11": 0.016902348475420464, "W12": -5.0, "S12": -12.36050703824611, "W13": -19.481838362555482, "S13": -19.853625102845694, "W21": -29.726620397221794, "S21": -29.726620397221794, "W22": -35.900606088539625, "S22": -41.196782724914513, "W31": -71.688573288944738, "S31": -73.272724496913867, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105372.333333333328483, 503860.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2379312251725842, "S11": 1.2379312251725842, "W12": -3.9816856937272336, "S12": -3.9816856937272336, "W13": -15.0, "S13": -15.0, "W21": -41.04254837180774, "S21": -41.04254837180774, "W22": -31.265987601686909, "S22": -41.171867690225071, "W31": -70.0, "S31": -70.504880371945674, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105372.375, 523878.875 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2795449391488396, "W12": -5.0, "S12": -5.0, "W13": -18.238520746704413, "S13": -21.874776950911333, "W21": -34.844077018316234, "S21": -35.608541452183751, "W22": -37.237666976269203, "S22": -39.941979694381821, "W31": -67.324669824950547, "S31": -70.104118105328695, "W32": -89.800281664675296, "S32": -94.800281664675296 }, "geometry": { "type": "Point", "coordinates": [ 105373.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9855832119474961, "S12": -3.9855832119474961, "W13": -15.51676328871206, "S13": -15.51676328871206, "W21": -43.44427367941713, "S21": -44.600754425893683, "W22": -37.223163833170254, "S22": -45.205765324471002, "W31": -70.297273573129132, "S31": -70.297273573129132, "W32": -89.987854383344057, "S32": -94.987854383344057 }, "geometry": { "type": "Point", "coordinates": [ 105373.0, 523196.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7389250400679619, "S11": 1.7389250400679619, "W12": -3.8182996143305448, "S12": -3.8182996143305448, "W13": -15.0, "S13": -15.0, "W21": -42.111133182781309, "S21": -42.680865331572768, "W22": -33.862829030837368, "S22": -38.621347804611077, "W31": -71.279620015204102, "S31": -71.279620015204102, "W32": -90.594330584707862, "S32": -95.594330584707862 }, "geometry": { "type": "Point", "coordinates": [ 105373.5, 523574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89627126203750629, "S11": 0.89627126203750629, "W12": -10.0, "S12": -11.313700218426131, "W13": -17.307793861626493, "S13": -18.196754125919416, "W21": -32.888050617472629, "S21": -38.824352297241873, "W22": -42.155518687608165, "S22": -42.155518687608165, "W31": -70.0, "S31": -70.0, "W32": -97.123130990132339, "S32": -102.12313099013234 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 501865.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75557374689647738, "S11": -2.6014449098882633, "W12": -5.0, "S12": -13.024204953164091, "W13": -19.884462405367202, "S13": -20.797044844265429, "W21": -30.0, "S21": -30.0, "W22": -39.855561793247254, "S22": -41.050294985153258, "W31": -72.656782244407012, "S31": -75.974366408545137, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 504167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59064575645756456, "S11": -2.8046178123457874, "W12": -4.5207311760853006, "S12": -8.2927911153872724, "W13": -15.0, "S13": -17.746518105849354, "W21": -39.153635348973381, "S21": -39.153635348973381, "W22": -43.453520593015959, "S22": -54.999999999999993, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 506302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16927827611093912, "S11": -2.8307217238890607, "W12": -7.7700096432015435, "S12": -11.419190941287951, "W13": -15.0, "S13": -16.16369674905793, "W21": -36.904092978057442, "S21": -37.834397286489974, "W22": -50.635073862805321, "S22": -50.635073862805321, "W31": -74.964123008164165, "S31": -74.964123008164165, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 506493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34660659466859284, "S11": -0.34660659466859284, "W12": -11.216479389962563, "S12": -13.04493489729462, "W13": -19.994429308043316, "S13": -19.994429308043316, "W21": -29.687835601579231, "S21": -29.947317380065947, "W22": -40.0, "S22": -44.387677322721508, "W31": -72.977025240202636, "S31": -75.254834266262094, "W32": -89.257723589803177, "S32": -94.257723589803177 }, "geometry": { "type": "Point", "coordinates": [ 105374.0, 508618.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0240477572340763, "S11": -2.0240477572340763, "W12": -14.904522559895174, "S12": -15.686061820340459, "W13": -17.619946428206429, "S13": -19.408075867827527, "W21": -42.166037864574506, "S21": -42.166037864574506, "W22": -39.821746597452311, "S22": -41.146464416444019, "W31": -73.097495816743987, "S31": -75.930324741952489, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105374.2, 500805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32071873952396918, "S11": -0.92614391440842936, "W12": -7.2286927947595547, "S12": -10.228692794759555, "W13": -14.38592517044205, "S13": -14.635468132050825, "W21": -40.0, "S21": -40.602212084696127, "W22": -38.608884259295515, "S22": -40.548619213569651, "W31": -67.757499133058758, "S31": -73.105091563641551, "W32": -90.466364750640707, "S32": -95.466364750640707 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2730248730378577, "S11": -3.5692237348439351, "W12": -12.653918537437827, "S12": -12.653918537437827, "W13": -16.526647992903573, "S13": -17.882911975006483, "W21": -36.823924283507949, "S21": -36.834714981182366, "W22": -43.754231035268575, "S22": -43.754231035268575, "W31": -60.0, "S31": -60.443822547304819, "W32": -98.714222588817535, "S32": -103.71422258881753 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 500314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3618640864766807, "W12": -5.0, "S12": -5.0, "W13": -17.640449438202246, "S13": -21.874673026006629, "W21": -35.168914726504624, "S21": -36.071905862262888, "W22": -45.587819930529548, "S22": -59.354150293072252, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 506626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17851657493920392, "S11": -0.41809475915406635, "W12": -7.8961931913466374, "S12": -7.938174563850084, "W13": -22.445610514139176, "S13": -22.445610514139176, "W21": -30.0, "S21": -30.0, "W22": -42.027095792594629, "S22": -42.028332116796861, "W31": -77.877968122849722, "S31": -77.877968122849722, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.0, 507196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3791843795431071, "S11": -2.3791843795431071, "W12": -14.695579320492648, "S12": -14.960306225990037, "W13": -17.730912655424955, "S13": -18.361848409614982, "W21": -41.961592472568114, "S21": -41.961592472568114, "W22": -37.307993349397805, "S22": -40.759323190100773, "W31": -71.505044119530893, "S31": -73.81703250151169, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.5, 500675.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71969120790456398, "S11": 0.71969120790456398, "W12": -10.0, "S12": -18.554913475354322, "W13": -29.83113069016148, "S13": -29.83113069016148, "W21": -35.867710316003354, "S21": -35.867710316003354, "W22": -29.132953043478263, "S22": -38.454091965146347, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.5, 510884.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85797674317571049, "S11": 0.85797674317571049, "W12": -10.052512470640632, "S12": -11.36179027637816, "W13": -17.23372570041365, "S13": -18.374629487825771, "W21": -32.590385917399914, "S21": -38.141649582189174, "W22": -50.003644718340723, "S22": -64.784521806646211, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105375.857142857144936, 501833.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0782243636579056, "S11": -4.0782243636579061, "W12": -8.3695730047284709, "S12": -11.898536616978049, "W13": -20.0, "S13": -20.423344425956738, "W21": -29.669799208856006, "S21": -29.669799208856006, "W22": -44.770804747242849, "S22": -55.35532994923858, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 504695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10630066424201907, "S11": 0.10630066424201907, "W12": -11.571204853489583, "S12": -12.057706509829613, "W13": -18.679388005630596, "S13": -33.25299338940853, "W21": -34.824306066535236, "S21": -34.824306066535236, "W22": -38.071406330614778, "S22": -40.448743029292039, "W31": -67.598354104944818, "S31": -73.933009196727781, "W32": -89.935530346853213, "S32": -94.935530346853213 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 513192.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.9999999999999991, "S12": -5.9999999999999991, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -42.84891151889974, "S21": -42.84891151889974, "W22": -52.200660223814168, "S22": -53.224136567733638, "W31": -75.98414232587136, "S31": -79.850184691128518, "W32": -91.948140807554196, "S32": -96.948140807554196 }, "geometry": { "type": "Point", "coordinates": [ 105376.0, 524692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7390208527845989, "S11": -0.87494923092624211, "W12": -9.1575825679107243, "S12": -16.028406829084943, "W13": -23.508730661358779, "S13": -29.138969909747061, "W21": -38.848219367420953, "S21": -38.848219367420953, "W22": -37.710444391972217, "S22": -38.698686045413943, "W31": -71.733399817657912, "S31": -75.231807089666603, "W32": -89.814862111020943, "S32": -94.814862111020943 }, "geometry": { "type": "Point", "coordinates": [ 105376.571428571434808, 512103.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -2.274564643799609, "S11": -2.88080699015996, "W12": -5.0, "S12": -5.0, "W13": -19.653897195434265, "S13": -21.615844725569421, "W21": -33.869818802452187, "S21": -34.291194288238962, "W22": -37.630342699579835, "S22": -48.110381272386007, "W31": -71.84176093356561, "S31": -71.84176093356561, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105376.8, 506705.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -2.7552781161185553, "S12": -7.9722853754086715, "W13": -15.04006803229665, "S13": -18.072499770829879, "W21": -37.896865705281598, "S21": -38.849576904458523, "W22": -50.615835777126094, "S22": -50.620927123940682, "W31": -76.738964345681737, "S31": -76.738964345681737, "W32": -90.848608671535558, "S32": -95.848608671535558 }, "geometry": { "type": "Point", "coordinates": [ 105377.0, 499140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2525875750230839, "S11": -4.155286225697747, "W12": -14.169715229399991, "S12": -14.169715229399991, "W13": -17.051513809876312, "S13": -17.938748149921054, "W21": -37.822536535338855, "S21": -37.86371380283191, "W22": -39.709414642569357, "S22": -53.689484982545906, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105377.0, 500444.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88841823056300284, "S11": -2.8677996738619722, "W12": -7.081324333011894, "S12": -10.111757584156663, "W13": -15.0, "S13": -16.986012646100786, "W21": -36.553789438537216, "S21": -37.538731013817625, "W22": -40.0, "S22": -40.0, "W31": -66.454235637779945, "S31": -66.784008212397765, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105377.0, 506521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9948209187645991, "S11": -2.4948209187645993, "W12": -5.0, "S12": -5.0, "W13": -20.313202573842933, "S13": -20.313202573842933, "W21": -32.613447044064799, "S21": -32.613447044064799, "W22": -44.794858127675738, "S22": -44.794858127675738, "W31": -73.329553750081217, "S31": -73.379124494674514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105377.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.379664965951381, "S13": -14.379664965951381, "W21": -46.0, "S21": -46.0, "W22": -38.562649080522668, "S22": -53.006651964684671, "W31": -75.509741124204226, "S31": -75.509741124204226, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105377.0, 527221.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067535211267605588, "S11": -2.0675352112676055, "W12": -7.130273871206513, "S12": -11.12047695315365, "W13": -20.0, "S13": -20.938892640108037, "W21": -29.651268882670553, "S21": -29.651268882670553, "W22": -45.956539659248932, "S22": -45.959545316724608, "W31": -77.33536454754173, "S31": -77.33536454754173, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 504992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.459278857056467, "W12": -5.0, "S12": -6.0886495443247721, "W13": -16.945058833937892, "S13": -21.282350233167676, "W21": -35.551476276061862, "S21": -36.614329426579303, "W22": -43.10595499869352, "S22": -43.107701971569718, "W31": -77.715550233913063, "S31": -77.715550233913063, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6464461329047237, "S11": 1.6464461329047237, "W12": -11.61118073172968, "S12": -14.914837911700523, "W13": -21.658154423614683, "S13": -21.658154423614683, "W21": -32.292452075050527, "S21": -32.292452075050527, "W22": -42.452171258667967, "S22": -42.452171258667967, "W31": -70.0, "S31": -70.0, "W32": -96.541663007615014, "S32": -101.54166300761501 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 509705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -7.1349068294734925, "S12": -19.836211631143641, "W13": -21.843617620049177, "S13": -40.999652948802861, "W21": -40.999652948802861, "S21": -40.999652948802861, "W22": -33.91958974922138, "S22": -38.956832463035646, "W31": -71.356701298242101, "S31": -71.356701298242101, "W32": -90.512981875925547, "S32": -95.512981875925547 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8578431297773754, "S12": -8.8578431297773754, "W13": -15.000000000000002, "S13": -22.549496559748604, "W21": -38.745078196609576, "S21": -41.745078196609576, "W22": -42.127041814021311, "S22": -42.128368743391633, "W31": -77.839514325985533, "S31": -77.839514325985533, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 516301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1933605995156658, "S12": -8.1933605995156658, "W13": -16.245049048546825, "S13": -24.995044279138192, "W21": -41.765635209787334, "S21": -46.541385569640191, "W22": -44.898246362134216, "S22": -44.898246362134216, "W31": -73.34652709639866, "S31": -73.34652709639866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.0, 517246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4293688842836752, "S11": -0.65037252301012116, "W12": -5.0, "S12": -5.9653645004318596, "W13": -13.846114130195707, "S13": -16.846114130195708, "W21": -36.128910352587887, "S21": -36.128910352587887, "W22": -40.0, "S22": -55.0, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105378.2, 497035.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9189849224886633, "S12": -19.798054689930837, "W13": -22.420830392984637, "S13": -24.499624012572511, "W21": -33.130701497188241, "S21": -33.130701497188241, "W22": -49.08737627912685, "S22": -53.275594810350015, "W31": -75.586813620813658, "S31": -75.586813620813658, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105378.6, 505421.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.662971130120727, "S12": -14.898794286421021, "W13": -19.183525752447142, "S13": -19.183525752447142, "W21": -29.237190345780633, "S21": -29.353366668556532, "W22": -47.413822999066262, "S22": -47.413822999066262, "W31": -78.021501673675985, "S31": -78.021501673675985, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105379.0, 508452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31774485722122331, "S11": -0.95087147161716357, "W12": -7.9208382392108501, "S12": -10.537281556849411, "W13": -14.384667143171322, "S13": -14.384667143171322, "W21": -40.0, "S21": -40.664012738853472, "W22": -41.003868179504209, "S22": -54.066821793914912, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 497226.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45333447920247505, "S11": -1.9363772223238112, "W12": -4.9798533053915026, "S12": -14.979853305391503, "W13": -15.504280036686028, "S13": -18.613620631380837, "W21": -35.267623050406904, "S21": -35.698709435347652, "W22": -38.05831038836768, "S22": -52.988944904022581, "W31": -73.569602823822962, "S31": -73.569602823822962, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -5.0, "S12": -9.2047354383821691, "W13": -17.211866655027027, "S13": -21.190125556013541, "W21": -30.134538324448741, "S21": -30.134538324448741, "W22": -37.497793647636144, "S22": -40.513653862116655, "W31": -67.441581879041038, "S31": -72.17100107503154, "W32": -89.856406144257349, "S32": -94.856406144257349 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 503097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88471775059025548, "S11": 0.88471775059025548, "W12": -9.5330386800999261, "S12": -11.975662364663808, "W13": -17.170606274389588, "S13": -19.648401748789265, "W21": -29.716862315805141, "S21": -29.716862315805141, "W22": -50.002170995639609, "S22": -62.351706753349347, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 503275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6177545006080969, "S12": -5.6177545006080969, "W13": -20.0, "S13": -20.0, "W21": -39.543341284975746, "S21": -41.209280494313646, "W22": -39.807914574220099, "S22": -51.04642052617676, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105380.0, 520892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60656904054707461, "S11": -1.6682204918579364, "W12": -5.8129387236586458, "S12": -8.1542731418848469, "W13": -15.767849730178497, "S13": -18.313337350289338, "W21": -41.51674105018828, "S21": -44.51674105018828, "W22": -50.0, "S22": -50.001334293797896, "W31": -77.419738320036046, "S31": -77.419738320036046, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105382.0, 498085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51950067000507993, "W12": -10.0, "S12": -19.88459302325581, "W13": -22.508878888490415, "S13": -24.624977364876635, "W21": -33.210523723849562, "S21": -33.210523723849562, "W22": -50.003344187103231, "S22": -64.759857711367374, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105382.0, 505428.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1458979821191941, "S11": -3.1003972394094763, "W12": -7.1480646638255916, "S12": -15.497931537909414, "W13": -20.0, "S13": -20.202176071487671, "W21": -30.0, "S21": -30.0, "W22": -36.992822921995582, "S22": -40.509971850744165, "W31": -71.260821902084885, "S31": -74.373720331093878, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 504543.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0038221618730198705, "S11": -1.8855108925438397, "W12": -7.2351210743364698, "S12": -11.71950723618972, "W13": -20.0, "S13": -20.891492234976369, "W21": -29.641389286124443, "S21": -29.641389286124443, "W22": -39.549374915550828, "S22": -43.962234117247419, "W31": -72.725790970260732, "S31": -77.00775026282075, "W32": -89.26165494893884, "S32": -94.26165494893884 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 505010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30274329109611786, "S11": -0.5617027572355352, "W12": -7.4350159315777722, "S12": -7.4350159315777722, "W13": -22.435703567429893, "S13": -22.435703567429893, "W21": -30.0, "S21": -30.0, "W22": -39.363876478059694, "S22": -49.134721132206096, "W31": -77.529346555101668, "S31": -77.529346555101668, "W32": -90.176188416298331, "S32": -95.176188416298331 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 507170.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95050385299347151, "S11": 0.95050385299347151, "W12": -8.4214853384491697, "S12": -20.868354586096668, "W13": -25.937372262814804, "S13": -26.49019790300127, "W21": -36.316666666666684, "S21": -36.319259850783396, "W22": -40.0, "S22": -43.541503314562689, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 511224.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.439871460753567, "W12": -6.3368464135884581, "S12": -21.336846413588457, "W13": -21.336846413588457, "S13": -39.895806916573761, "W21": -39.895806916573761, "S21": -39.895806916573761, "W22": -44.058865950763789, "S22": -45.537786428312351, "W31": -76.49940157485112, "S31": -81.49940157485112, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 511780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8772729069280096, "S12": -3.8772729069280096, "W13": -15.241132251705292, "S13": -15.241132251705292, "W21": -42.825736032117767, "S21": -43.696896445638501, "W22": -39.197780154887745, "S22": -41.001063107628561, "W31": -68.047169689929476, "S31": -75.316594226322067, "W32": -92.5566578381992, "S32": -97.5566578381992 }, "geometry": { "type": "Point", "coordinates": [ 105383.0, 523357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6785515646561877, "S11": -1.1971279647978266, "W12": -8.7746967745105984, "S12": -15.314799782538106, "W13": -23.406179317832144, "S13": -28.814132256492755, "W21": -38.733669124328905, "S21": -38.733669124328905, "W22": -40.0, "S22": -40.0, "W31": -70.522894637388674, "S31": -70.658679612002146, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105383.714285714289872, 512059.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.7859023876404501, "W12": -5.0017882005602807, "S12": -5.0017882005602807, "W13": -15.0, "S13": -18.0, "W21": -40.117397355363757, "S21": -42.729652247722079, "W22": -40.0, "S22": -53.501778109496421, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 498309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55070816250465904, "S11": -0.55070816250465904, "W12": -4.155437659837621, "S12": -4.155437659837621, "W13": -25.505633460012341, "S13": -25.505633460012341, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.040363926112505, "S31": -70.382131232520166, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 506072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12707099317564433, "S11": -0.12707099317564433, "W12": -10.977655023406555, "S12": -10.977655023406557, "W13": -20.657654633017366, "S13": -20.657654633017366, "W21": -30.527540545602445, "S21": -30.729403879822307, "W22": -46.025815631463523, "S22": -60.92110202764497, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 508873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33180022536575365, "S11": 0.33180022536575365, "W12": -10.0, "S12": -17.503951284005804, "W13": -21.130073223948521, "S13": -21.130073223948521, "W21": -31.275197904722162, "S21": -31.275197904722162, "W22": -39.623286189553859, "S22": -47.142144542862169, "W31": -68.055462700985217, "S31": -77.881076463119456, "W32": -95.685543116586175, "S32": -100.68554311658617 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 509216.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1333954021342123, "S11": 2.1333954021342123, "W12": -4.0516326772596916, "S12": -4.0516326772596916, "W13": -15.696341015680515, "S13": -15.696341015680515, "W21": -43.624690819147389, "S21": -44.751819490497006, "W22": -44.626876931531818, "S22": -54.907979855612787, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105384.0, 523111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8591449348926252, "S11": 1.8591449348926252, "W12": -3.8052617697985274, "S12": -3.8052617697985274, "W13": -15.0, "S13": -15.0, "W21": -42.178552261068361, "S21": -42.77681061743931, "W22": -39.43182218637542, "S22": -41.732416871378206, "W31": -68.235972047178691, "S31": -77.208019849487783, "W32": -94.407599626448658, "S32": -99.407599626448658 }, "geometry": { "type": "Point", "coordinates": [ 105384.75, 523538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54451206715634837, "S11": -0.78400398401546989, "W12": -5.4443457360928784, "S12": -8.4443457360928793, "W13": -15.871449602536085, "S13": -19.260712436045125, "W21": -42.439939101268713, "S21": -45.439939101268713, "W22": -32.90219620676146, "S22": -41.152302755010631, "W31": -70.538083803502829, "S31": -71.288390521861771, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 497926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3106191289496154, "S11": -1.3106191289496154, "W12": -13.79121387507017, "S12": -14.589537813814093, "W13": -17.029204823203521, "S13": -20.27650547104804, "W21": -40.0, "S21": -40.0, "W22": -37.50974741737496, "S22": -50.691186540558306, "W31": -64.016027023722884, "S31": -73.501918371515828, "W32": -99.193759254667683, "S32": -104.19375925466768 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 501191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.23, "S11": 2.03, "W12": -12.25, "S12": -12.25, "W13": -21.879999, "S13": -21.879999, "W21": -32.689999, "S21": -32.689999, "W22": -42.669139390270239, "S22": -42.669139390270239, "W31": -60.000000000000007, "S31": -60.634736665696423, "W32": -98.96519744228047, "S32": -103.96519744228047 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069409554445733032, "S11": -0.10644816351376697, "W12": -10.0, "S12": -10.973125306322496, "W13": -18.54480586059978, "S13": -34.051701516684872, "W21": -35.431535789521845, "S21": -35.431535789521845, "W22": -29.712742956521858, "S22": -38.857001325567133, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 513351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0193617033102313, "S12": -4.0193617033102313, "W13": -15.612945632698517, "S13": -15.612945632698517, "W21": -43.514778144864501, "S21": -44.639216490154837, "W22": -51.850833555553464, "S22": -52.844929036822712, "W31": -75.947451708538452, "S31": -79.817691836680325, "W32": -92.026026604974007, "S32": -97.026026604974007 }, "geometry": { "type": "Point", "coordinates": [ 105385.5, 523157.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57930775316455085, "S11": -3.0624870759730931, "W12": -3.7801066923458548, "S12": -7.3621962445850944, "W13": -17.42432009112812, "S13": -17.42432009112812, "W21": -39.863583441138182, "S21": -39.863583441138182, "W22": -40.0, "S22": -52.931465952495941, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105385.8, 506210.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1946940270258621, "S12": -3.1946940270258621, "W13": -16.20307328605201, "S13": -18.867241305672721, "W21": -41.46898414915254, "S21": -44.46898414915254, "W22": -39.094797700679301, "S22": -39.094797700679301, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105386.0, 497682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6259510814635121, "S12": -7.8938038281030432, "W13": -17.684656978388581, "S13": -17.684656978388581, "W21": -29.553974150896845, "S21": -29.553974150896845, "W22": -40.0, "S22": -40.0, "W31": -71.000809795977489, "S31": -71.26061492683047, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105386.0, 503637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17361522198731505, "S11": -0.32638477801268495, "W12": -7.6941905466849958, "S12": -15.944511154998789, "W13": -20.576295423956935, "S13": -21.366675581435238, "W21": -30.269640866887425, "S21": -30.269640866887425, "W22": -36.831574359174908, "S22": -41.021039469441881, "W31": -71.243253109274775, "S31": -74.210701652924314, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105386.0, 505169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4447854650443777, "S12": -5.4447854650443777, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -44.090239931484774, "S21": -44.090239931484774, "W22": -39.574326014408818, "S22": -46.601644356724371, "W31": -68.099735317523439, "S31": -78.099735317523439, "W32": -95.426052869914002, "S32": -100.426052869914 }, "geometry": { "type": "Point", "coordinates": [ 105386.666666666671517, 525188.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.95423174147707845, "W12": -5.0, "S12": -13.146528324573822, "W13": -19.758661581577584, "S13": -20.631697426783361, "W21": -29.943741832655483, "S21": -29.943741832655483, "W22": -44.031291639298118, "S22": -44.031291639298118, "W31": -59.662284639991022, "S31": -60.212239587783465, "W32": -98.842131179830602, "S32": -103.8421311798306 }, "geometry": { "type": "Point", "coordinates": [ 105387.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63239678899082563, "S11": -2.1848908507485452, "W12": -5.0000000000000009, "S12": -13.019809553361906, "W13": -19.832923792334533, "S13": -20.832923792334533, "W21": -29.992240643612689, "S21": -29.992240643612689, "W22": -39.276410818608262, "S22": -53.468003516648793, "W31": -78.409212967483654, "S31": -78.409212967483654, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105387.0, 504132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0165533364607446, "S11": 1.0165533364607446, "W12": -10.908231958920439, "S12": -17.98469901113527, "W13": -21.443789864794457, "S13": -21.443789864794457, "W21": -31.858972015936445, "S21": -31.858972015936445, "W22": -37.0595681060313, "S22": -40.694979638806068, "W31": -67.331852984778379, "S31": -69.129072505947335, "W32": -89.814132418813244, "S32": -94.814132418813244 }, "geometry": { "type": "Point", "coordinates": [ 105387.0, 509500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34875328014354529, "S11": -0.34875328014354529, "W12": -10.0, "S12": -10.0, "W13": -19.225333698605041, "S13": -25.148933026481934, "W21": -38.701539025479349, "S21": -38.701539025479349, "W22": -37.948610460602985, "S22": -40.974195037643895, "W31": -71.715599742609299, "S31": -73.720125014158285, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105387.0, 514773.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.4455471797239232, "S12": -3.4455471797239232, "W13": -16.163759268729226, "S13": -21.163759268729226, "W21": -42.277620720117909, "S21": -45.277620720117909, "W22": -50.866993027204565, "S22": -50.873802337692716, "W31": -76.234859425674102, "S31": -77.78315666537398, "W32": -92.934798534798631, "S32": -97.934798534798631 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 497711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58581612212474965, "S11": -1.3764277630323456, "W12": -5.7071140337767146, "S12": -5.7071140337767146, "W13": -15.754212003370778, "S13": -19.34280984620591, "W21": -41.690235082512942, "S21": -44.690235082512942, "W22": -48.745489679634083, "S22": -48.745489679634083, "W31": -78.29539515696969, "S31": -78.29539515696969, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 498041.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012073108283767287, "S11": 0.012073108283767287, "W12": -12.594162176511825, "S12": -13.343582894608032, "W13": -17.054952704534941, "S13": -20.054952704534941, "W21": -29.895263077858882, "S21": -31.067003250437981, "W22": -52.067415730337075, "S22": -52.786418902383922, "W31": -75.853677550199819, "S31": -79.939389001447452, "W32": -91.671699715870872, "S32": -96.671699715870872 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 501479.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07946776281002367, "S11": 0.07946776281002367, "W12": -10.622473941046616, "S12": -11.127424757752422, "W13": -24.941691775471348, "S13": -24.941691775471348, "W21": -33.394674041187699, "S21": -33.394674041187699, "W22": -43.618004478952336, "S22": -45.091972842417981, "W31": -73.113755800111292, "S31": -74.825140740812429, "W32": -89.385023435256713, "S32": -94.385023435256713 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 507707.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0738610747051114, "S11": 1.0738610747051114, "W12": -10.0, "S12": -20.0, "W13": -26.640669966616784, "S13": -26.640669966616784, "W21": -34.459809855397062, "S21": -34.459809855397062, "W22": -36.977328329060974, "S22": -36.977328329060974, "W31": -62.519680712056335, "S31": -69.124745736012528, "W32": -99.733277614707248, "S32": -104.73327761470725 }, "geometry": { "type": "Point", "coordinates": [ 105388.0, 510454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.460426372866536, "S22": -39.460426372866536, "W31": -54.794587238341094, "S31": -54.934582835400342, "W32": -99.537817608824099, "S32": -104.5378176088241 }, "geometry": { "type": "Point", "coordinates": [ 105388.7, 530016.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94567534076827753, "S11": -0.94567534076827753, "W12": -14.029827339426795, "S12": -14.301189638024988, "W13": -17.088514769384815, "S13": -20.088514769384815, "W21": -36.705770217757902, "S21": -36.705770217757902, "W22": -49.078518116837309, "S22": -53.262807691534007, "W31": -75.557148204066934, "S31": -75.557148204066934, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 501262.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2670357087166693, "W12": -5.4177178342712979, "S12": -5.4177178342712979, "W13": -16.227550207909403, "S13": -19.464873699565373, "W21": -36.003222258849775, "S21": -37.105426464179857, "W22": -48.747403707820816, "S22": -48.747403707820816, "W31": -78.292425462121216, "S31": -78.292425462121216, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87586957894102768, "S11": -0.87586957894102768, "W12": -11.099477149890479, "S12": -12.695311756797627, "W13": -19.292040732309008, "S13": -20.107108462248462, "W21": -29.880677159124588, "S21": -29.880677159124588, "W22": -37.567805075706438, "S22": -40.920501582419703, "W31": -67.492330983377798, "S31": -72.783677645886002, "W32": -89.883068211352622, "S32": -94.883068211352622 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3671818531397424, "S12": -8.3671818531397424, "W13": -16.055577851417823, "S13": -26.055577851417823, "W21": -40.974202966907612, "S21": -45.7365727323849, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -77.616499223064821, "S31": -77.616499223064821, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105389.0, 517008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2651704588404522, "W12": -5.0, "S12": -5.0, "W13": -18.669733699017645, "S13": -21.332933888098644, "W21": -34.589174045164391, "S21": -35.221860827401059, "W22": -40.0, "S22": -54.853854190277438, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105389.4, 506664.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6378752886836021, "W12": -4.834806854710668, "S12": -6.084050425058626, "W13": -16.032961646533298, "S13": -20.068622987333825, "W21": -42.769717082409201, "S21": -45.769717082409201, "W22": -37.11909444428457, "S22": -43.589682679578686, "W31": -70.0, "S31": -70.0, "W32": -89.96747991266507, "S32": -94.96747991266507 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 497859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30834700013666799, "S11": -1.1151334272823765, "W12": -5.0, "S12": -9.0741689682383111, "W13": -14.999999999999998, "S13": -19.403282799498459, "W21": -38.554061465171102, "S21": -38.694624399251765, "W22": -39.993140049893057, "S22": -39.993140049893057, "W31": -54.562770076884227, "S31": -54.69203350585353, "W32": -99.577604884774459, "S32": -104.57760488477446 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 506370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26098870337242436, "S11": -0.26098870337242436, "W12": -11.02870887268142, "S12": -12.143131325918452, "W13": -20.020503084672011, "S13": -20.020503084672011, "W21": -30.0, "S21": -30.2205758069178, "W22": -40.476518307655304, "S22": -51.508978355358479, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 508729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81907986260709809, "S11": 0.81907986260709809, "W12": -10.733997522791665, "S12": -20.837065007454243, "W13": -20.837065007454243, "S13": -31.389004264303232, "W21": -37.643220023342082, "S21": -37.643220023342082, "W22": -40.271853056012908, "S22": -40.271853056012908, "W31": -71.306428165519932, "S31": -71.306428165519932, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105390.0, 512428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46361310402267769, "S11": 0.16000004019362912, "W12": -10.255366094079532, "S12": -19.581623722103288, "W13": -21.236043778989131, "S13": -21.236043778989131, "W21": -31.455219558365162, "S21": -31.455219558365162, "W22": -51.697878640196279, "S22": -52.682352261682752, "W31": -75.929509400741864, "S31": -79.7330818649436, "W32": -92.0827838827839, "S32": -97.0827838827839 }, "geometry": { "type": "Point", "coordinates": [ 105390.5, 509306.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5549977424418537, "S11": -1.4450022575581463, "W12": -8.5888619900979624, "S12": -15.347784516454713, "W13": -23.277989378252169, "S13": -31.755726916053138, "W21": -38.518286346473865, "S21": -38.518286346473865, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105390.857142857144936, 512015.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31987323641435544, "S11": -0.13778077755764023, "W12": -7.6650262047704638, "S12": -12.665026204770463, "W13": -14.614316407396538, "S13": -14.614316407396538, "W21": -39.999999999999993, "S21": -40.881641886001077, "W22": -46.08630123836037, "S22": -46.08630123836037, "W31": -73.518154241995333, "S31": -74.223700880126245, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 497259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60989852013229628, "S11": 0.60989852013229628, "W12": -5.0, "S12": -10.262030487397205, "W13": -17.504491728851271, "S13": -22.11820612472075, "W21": -32.092920106769824, "S21": -32.468048380115576, "W22": -32.469983637913955, "S22": -41.137374374402953, "W31": -70.306232884092694, "S31": -70.971701304370498, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 502579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58699217294073802, "S11": -1.3972339197564387, "W12": -3.9518615841492979, "S12": -5.0563391960895956, "W13": -24.178897858429515, "S13": -24.178897858429515, "W21": -40.0, "S21": -40.0, "W22": -39.192314161966159, "S22": -53.439173984441453, "W31": -78.119324284737814, "S31": -78.119324284737814, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 506122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55385900140646971, "S11": -3.5538590014064697, "W12": -3.9875095752094443, "S12": -8.5845245005825781, "W13": -15.0, "S13": -16.396290508865611, "W21": -39.262613195342823, "S21": -39.262613195342823, "W22": -39.228982988820469, "S22": -41.372453176154629, "W31": -68.118510540030073, "S31": -75.519550882386312, "W32": -92.955584643569765, "S32": -97.955584643569765 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 506239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45059176672384199, "S11": -2.0794577461052852, "W12": -7.6765409934171167, "S12": -11.876023139797073, "W13": -14.827943518420216, "S13": -16.232107789992039, "W21": -36.786100647711578, "S21": -37.803705390424106, "W22": -48.871657175288838, "S22": -48.871657175288838, "W31": -78.275031535151484, "S31": -78.275031535151484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.0, 506509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6405831261627437, "S12": -8.6405831261627437, "W13": -15.0, "S13": -24.122262014344269, "W21": -39.736323376980053, "S21": -40.188393862136252, "W22": -42.503203295999398, "S22": -42.504872913109146, "W31": -77.693878575655106, "S31": -77.693878575655106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105391.732758620695677, 516623.107758620695677 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60581474062305729, "S11": -2.1631356675893501, "W12": -5.8738344044238522, "S12": -10.873834404423853, "W13": -15.652789798671646, "S13": -18.45981005304747, "W21": -41.138365071330021, "S21": -44.068275549498054, "W22": -38.121816882907382, "S22": -41.166182199046347, "W31": -72.404965002657633, "S31": -74.647506098126883, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105392.0, 498121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55865928867111603, "S11": 0.55865928867111603, "W12": -11.491940954796181, "S12": -12.801856255494851, "W13": -16.946712606275224, "S13": -19.946712606275224, "W21": -30.240261746285842, "S21": -32.525616492211057, "W22": -36.243186699664221, "S22": -43.759637773871319, "W31": -74.1622754400085, "S31": -74.1622754400085, "W32": -90.218495522969732, "S32": -95.218495522969732 }, "geometry": { "type": "Point", "coordinates": [ 105392.0, 501595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51099801718440163, "S11": -5.5109980171844013, "W12": -10.004926533241891, "S12": -18.680753822453134, "W13": -27.393159757005968, "S13": -27.393159757005968, "W21": -37.299114543566695, "S21": -37.299114543566695, "W22": -50.00302131056614, "S22": -64.658450904838219, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105392.0, 505727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58477436208069156, "S11": -0.58477436208069156, "W12": -9.654917810044001, "S12": -9.654917810044001, "W13": -17.513541736883749, "S13": -27.28497030831327, "W21": -37.587100765563186, "S21": -37.587100765563186, "W22": -39.317455141303093, "S22": -53.536178973157057, "W31": -78.623425446733705, "S31": -78.623425446733705, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105392.4, 515380.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -1.5, "S12": -1.5, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -41.529379259532142, "W22": -39.223657723495108, "S22": -39.223657723495108, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105393.0, 498833.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86621373546075386, "S11": -0.86621373546075386, "W12": -11.136272377856587, "S12": -13.015008062412733, "W13": -19.237415020173625, "S13": -20.141984318619389, "W21": -29.653847267753335, "S21": -29.653847267753335, "W22": -35.942217884669034, "S22": -43.240000551565835, "W31": -73.837694188395645, "S31": -73.837694188395645, "W32": -90.223082112351037, "S32": -95.223082112351037 }, "geometry": { "type": "Point", "coordinates": [ 105393.666666666671517, 508128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39810746854902984, "S11": -0.83770603988134518, "W12": -5.610745639243687, "S12": -6.3141882696497991, "W13": -14.196997953585658, "S13": -17.196997953585658, "W21": -35.164384846211554, "S21": -35.164384846211554, "W22": -39.172320288324784, "S22": -41.53645946222246, "W31": -68.079385453675144, "S31": -75.035974647733042, "W32": -92.558890470868604, "S32": -97.558890470868604 }, "geometry": { "type": "Point", "coordinates": [ 105394.0, 496991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44663114472327259, "S11": -2.5533688552767275, "W12": -4.9365031395330634, "S12": -14.442704374472289, "W13": -15.422072760623664, "S13": -18.48024167164948, "W21": -35.789160174783362, "S21": -36.304611914294853, "W22": -42.542291720067247, "S22": -42.542291720067247, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105394.0, 499357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57026008782386006, "S11": 0.55014368440884454, "W12": -10.409672341596112, "S12": -20.167046468412437, "W13": -21.292852569710437, "S13": -21.292852569710437, "W21": -31.551677298567935, "S21": -31.551677298567935, "W22": -40.0, "S22": -40.0, "W31": -70.734193842363325, "S31": -70.734193842363325, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105394.0, 509355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059464106373158, "S11": -0.068542357356859207, "W12": -10.0, "S12": -10.0, "W13": -18.232622067854713, "S13": -18.696719015599722, "W21": -37.649249282906446, "S21": -37.649249282906446, "W22": -49.657022432470157, "S22": -53.179464591251865, "W31": -75.537378398027002, "S31": -75.537378398027002, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105394.111111111109494, 513785.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9, "S11": 0.9, "W12": -10.0, "S12": -11.146696961957996, "W13": -17.306754078311798, "S13": -18.822927787231986, "W21": -29.492513440348937, "S21": -29.492513440348937, "W22": -42.480990914818172, "S22": -42.480990914818172, "W31": -70.0, "S31": -70.0, "W32": -96.19548535752071, "S32": -101.19548535752071 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 503409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55991530768537712, "S11": -2.5118212196878975, "W12": -5.4661849357012544, "S12": -9.381994092546222, "W13": -28.051024613119239, "S13": -28.051024613119239, "W21": -39.123889009578193, "S21": -39.123889009578193, "W22": -47.219865218812572, "S22": -47.223661472686715, "W31": -77.041036335574333, "S31": -77.041036335574333, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 505874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50364803094233479, "S11": -2.8651250768505179, "W12": -4.2383549538080736, "S12": -9.0654793847640676, "W13": -15.0, "S13": -17.916230722195479, "W21": -38.54919146183699, "S21": -38.54919146183699, "W22": -34.372695482271773, "S22": -40.41439804419938, "W31": -72.038234202167459, "S31": -72.038234202167459, "W32": -90.289780699601252, "S32": -95.289780699601252 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 506273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22972972972972971, "S11": 0.22972972972972971, "W12": -10.090546107464169, "S12": -15.090546107464169, "W13": -23.491205697481568, "S13": -23.491205697481568, "W21": -31.934025150630639, "S21": -31.934025150630639, "W22": -40.0, "S22": -50.52509110067173, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3660734671949499, "S11": 1.3660734671949499, "W12": -3.974039170868005, "S12": -3.974039170868005, "W13": -15.0, "S13": -15.0, "W21": -41.056452362365711, "S21": -41.056452362365711, "W22": -39.699671671750892, "S22": -53.166953730343806, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105395.0, 523841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92433828108033333, "S11": 0.92433828108033333, "W12": -10.0, "S12": -11.644790402490758, "W13": -17.433630904902362, "S13": -18.02726742347209, "W21": -32.454916354573655, "S21": -37.964558481339481, "W22": -44.27915399670237, "S22": -44.27915399670237, "W31": -58.536435826926308, "S31": -59.259105037717639, "W32": -99.080559385463857, "S32": -104.08055938546386 }, "geometry": { "type": "Point", "coordinates": [ 105395.714285714289872, 501872.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3225714574489587, "S12": -9.3225714574489587, "W13": -17.537082224846294, "S13": -17.865333398555215, "W21": -29.517071304765608, "S21": -29.517071304765608, "W22": -42.623138521712036, "S22": -42.624916865023486, "W31": -77.647734019417996, "S31": -77.647734019417996, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105395.75, 503575.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42878244770945773, "S11": -0.42878244770945773, "W12": -14.06673365604377, "S12": -14.06673365604377, "W13": -17.228733470514108, "S13": -20.228733470514108, "W21": -32.472688613534714, "S21": -32.472688613534714, "W22": -49.965737898159304, "S22": -49.971669418041074, "W31": -76.437157054642213, "S31": -76.714313812244896, "W32": -93.123310281325914, "S32": -98.123310281325914 }, "geometry": { "type": "Point", "coordinates": [ 105396.0, 501352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83923954205518481, "S11": 0.83923954205518481, "W12": -7.1565999247420438, "S12": -14.067975869115916, "W13": -17.71704163705634, "S13": -21.433282847384035, "W21": -33.117407484510103, "S21": -41.632724070001004, "W22": -39.948808240762062, "S22": -45.794413772161306, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105396.0, 502208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9810422205358338, "S11": 1.9810422205358338, "W12": -3.79222392526651, "S12": -3.79222392526651, "W13": -15.0, "S13": -15.0, "W21": -42.245971339355414, "S21": -42.888950321993242, "W22": -39.877357401864856, "S22": -47.89196999007499, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105396.0, 523502.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6792625581863621, "S11": -1.6792625581863621, "W12": -14.278243825950607, "S12": -15.123729819303385, "W13": -17.41897793710282, "S13": -21.439374429668586, "W21": -41.663758158708347, "S21": -41.663758158708347, "W22": -38.036920060156085, "S22": -50.732666052757807, "W31": -64.481350117093172, "S31": -74.317930883906499, "W32": -98.82488598005618, "S32": -103.82488598005618 }, "geometry": { "type": "Point", "coordinates": [ 105397.0, 500958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6520631906077283, "W12": -10.16658273381295, "S12": -18.889547850092018, "W13": -24.999999999999996, "S13": -26.938224147265831, "W21": -35.402610417310704, "S21": -35.402610417310704, "W22": -50.184079023823358, "S22": -52.889881466502793, "W31": -75.434697635345941, "S31": -75.434697635345941, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105397.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57340000600654717, "S11": -5.5734000060065476, "W12": -5.5734000060065476, "S12": -7.4665840189519379, "W13": -27.855488321204607, "S13": -27.855488321204607, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.004457013681879, "W31": -76.709609788764439, "S31": -76.709609788764439, "W32": -90.750152537672193, "S32": -95.750152537672193 }, "geometry": { "type": "Point", "coordinates": [ 105397.0, 505915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18671135646687692, "S11": 0.041585656005959259, "W12": -9.0314097522611103, "S12": -10.694536811946207, "W13": -23.060236094270461, "S13": -23.060236094270461, "W21": -30.997850794246613, "S21": -30.997850794246613, "W22": -50.00352029762589, "S22": -64.509859796432579, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105397.5, 507331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37580405642275516, "S11": 0.37580405642275516, "W12": -5.4497793608568861, "S12": -5.4497793608568861, "W13": -20.0, "S13": -20.0, "W21": -39.485726226402818, "S21": -41.165497284894862, "W22": -40.0, "S22": -40.0, "W31": -70.496983150154492, "S31": -70.584520321587689, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105397.636363636367605, 521142.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -2.5, "S12": -2.5, "W13": -15.0, "S13": -17.31064590674767, "W21": -40.0, "S21": -41.795390251984308, "W22": -40.169356973252796, "S22": -40.169356973252796, "W31": -71.225144810694374, "S31": -71.225144810694374, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 498697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95792316269640154, "S11": 0.95792316269640154, "W12": -10.0, "S12": -11.704284369414905, "W13": -17.510727483960466, "S13": -17.864632228385535, "W21": -32.408047655877262, "S21": -37.950712025211089, "W22": -37.39221022313027, "S22": -43.947374542378945, "W31": -71.148732220160511, "S31": -71.148732220160511, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 501897.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3701830329386437, "S11": -1.6298169670613563, "W12": -8.4030272056856816, "S12": -15.930114888357917, "W13": -23.006713326667619, "S13": -34.55423546360484, "W21": -38.302903568619122, "S21": -38.302903568619122, "W22": -39.391196759525734, "S22": -53.620974016266644, "W31": -78.957621326042386, "S31": -78.957621326042386, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 511972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0531401946729666, "S12": -4.0531401946729666, "W13": -15.709127976684973, "S13": -15.709127976684973, "W21": -43.551214898879671, "S21": -44.643610842983797, "W22": -42.413549546600109, "S22": -42.413549546600109, "W31": -70.0, "S31": -70.0, "W32": -97.054986137421636, "S32": -102.05498613742164 }, "geometry": { "type": "Point", "coordinates": [ 105398.0, 523119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33427565758961109, "S11": -0.33427565758961109, "W12": -11.262012212682821, "S12": -12.986632236173872, "W13": -20.0, "S13": -20.0, "W21": -29.804413654609604, "S21": -30.02655767682224, "W22": -50.192420896941528, "S22": -52.639151283143072, "W31": -75.35849461167399, "S31": -75.35849461167399, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105398.5, 508655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -50.0, "S22": -50.006099293400453, "W31": -76.376569519041496, "S31": -76.882398966843425, "W32": -93.098282854008303, "S32": -98.098282854008303 }, "geometry": { "type": "Point", "coordinates": [ 105398.834615384621429, 530036.176923076971434 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26133080534488984, "S11": 0.26133080534488984, "W12": -10.0, "S12": -13.848592364057076, "W13": -23.402008334378614, "S13": -23.402008334378614, "W21": -31.695203538821769, "S21": -31.695203538821769, "W22": -43.852033473695435, "S22": -43.852033473695435, "W31": -73.265263270619826, "S31": -74.050284733390171, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105399.0, 507437.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73509768805658149, "S11": 0.73509768805658149, "W12": -10.756082163714185, "S12": -20.0, "W13": -20.0, "S13": -31.272288427224062, "W21": -37.602815603145679, "S21": -37.602815603145679, "W22": -43.563927229749751, "S22": -44.246753824714034, "W31": -73.327249504399816, "S31": -76.897853178940522, "W32": -89.836639170663105, "S32": -94.836639170663105 }, "geometry": { "type": "Point", "coordinates": [ 105399.0, 512446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24676107399841737, "S11": -1.2698588487917251, "W12": -6.719100293289805, "S12": -6.719100293289805, "W13": -15.81790374796018, "S13": -18.81790374796018, "W21": -34.225935902903956, "S21": -34.225935902903956, "W22": -31.156548136058095, "S22": -31.213273693042098, "W31": -70.0, "S31": -70.0, "W32": -90.628001175966673, "S32": -95.628001175966673 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 496920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09, "S11": 0.09, "W12": -4.3, "S12": -4.3, "W13": -16.85, "S13": -16.85, "W21": -34.400002, "S21": -40.300002, "W22": -38.11907688931737, "S22": -53.047527484175795, "W31": -74.005224099209059, "S31": -74.005224099209059, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39477143710785789, "W12": -1.6543909348441925, "S12": -3.1472897907924127, "W13": -15.0, "S13": -18.016045135367591, "W21": -39.346640367076901, "S21": -40.550389938391156, "W22": -39.961028742903153, "S22": -39.961028742903153, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52947056645686796, "S11": -0.58205236035849273, "W12": -7.0949461346536946, "S12": -8.932322594671664, "W13": -17.09402427651602, "S13": -20.09402427651602, "W21": -35.604383263034634, "S21": -35.760197216523004, "W22": -38.418982139259725, "S22": -53.063464792688904, "W31": -75.177936724928827, "S31": -75.177936724928827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.8817540484207154, "W12": -10.065508032504104, "S12": -19.571418050636471, "W13": -26.917912755756131, "S13": -26.917912755756131, "W21": -36.867148682335035, "S21": -36.867148682335035, "W22": -39.892279468761302, "S22": -44.210444364063783, "W31": -72.883230020094487, "S31": -75.989135945331967, "W32": -89.286188872302816, "S32": -94.286188872302816 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 505697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58884164029535868, "S11": -2.7910771484835575, "W12": -3.7002285550266563, "S12": -7.5509748236833723, "W13": -18.444779116465863, "S13": -18.444779116465863, "W21": -40.0, "S21": -40.0, "W22": -39.793260745222746, "S22": -50.067122032556128, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 506205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25780967858432646, "S11": 0.2248832341526322, "W12": -9.4627408572552092, "S12": -11.657495967166509, "W13": -23.237062898078076, "S13": -23.237062898078076, "W21": -31.336341945339303, "S21": -31.336341945339303, "W22": -39.781352272073214, "S22": -50.416714735541746, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 507381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.25, "S11": -1.75, "W12": -4.75, "S12": -17.75, "W13": -20.75, "S13": -33.75, "W21": -35.75, "S21": -35.75, "W22": -37.519437959258966, "S22": -45.551067660318488, "W31": -71.676390651954279, "S31": -71.676390651954279, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5929866654489682, "S11": -1.4070133345510318, "W12": -8.8874722975812919, "S12": -14.697179474290838, "W13": -23.02042431918936, "S13": -29.271300159599331, "W21": -38.695852412862273, "S21": -38.695852412862273, "W22": -40.953703741459762, "S22": -40.953703741459762, "W31": -56.819304033415463, "S31": -57.332365391422869, "W32": -99.378584090717254, "S32": -104.37858409071725 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 512047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61781072320535946, "S11": -0.61781072320535946, "W12": -8.9924855722572374, "S12": -8.9924855722572374, "W13": -15.0, "S13": -20.966300805931859, "W21": -38.040851755022899, "S21": -38.316317851854848, "W22": -47.431450289923475, "S22": -51.038860011833307, "W31": -75.512808105222462, "S31": -76.648404446760736, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.373333333336632, 516100.213333333318587 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0044605809128631, "S11": 1.0044605809128631, "W12": -8.5533707865168527, "S12": -20.9240310277291, "W13": -26.062818538247676, "S13": -26.062818538247676, "W21": -36.305069104644176, "S21": -36.308190160479135, "W22": -43.725044746538664, "S22": -44.903804883649443, "W31": -76.703821908794154, "S31": -80.927981187680786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.5, 511221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8568962457810021, "S12": -3.8568962457810021, "W13": -15.199499077188365, "S13": -15.199499077188365, "W21": -42.586971673915471, "S21": -43.349663043412512, "W22": -37.278690176413036, "S22": -43.748760598948245, "W31": -70.746509129967777, "S31": -70.746509129967777, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105400.5, 523398.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064321446859691739, "S11": -0.064321446859691739, "W12": -13.081845552894888, "S12": -13.081845552894888, "W13": -17.150843069294538, "S13": -20.150843069294538, "W21": -29.929274200556058, "S21": -30.802973008938572, "W22": -36.540364841141937, "S22": -39.631014784129391, "W31": -69.233076780470839, "S31": -69.233076780470839, "W32": -89.709041895995767, "S32": -94.709041895995767 }, "geometry": { "type": "Point", "coordinates": [ 105400.571428571434808, 501442.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3717160854201871, "W12": -4.550579578272739, "S12": -13.371991089038648, "W13": -15.314047691837359, "S13": -18.365411637459253, "W21": -36.373078018408563, "S21": -36.994843822623018, "W22": -36.764401689709345, "S22": -40.423018752468444, "W31": -67.294250933209952, "S31": -67.294250933209952, "W32": -89.817893888569955, "S32": -94.817893888569955 }, "geometry": { "type": "Point", "coordinates": [ 105401.0, 499299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7978416482167644, "S11": 0.7978416482167644, "W12": -10.0, "S12": -19.704566752045977, "W13": -29.692732387568608, "S13": -29.692732387568608, "W21": -36.027000886493703, "S21": -36.029562566399882, "W22": -40.0, "S22": -48.692321201211747, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105401.0, 510950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8573003896857641, "S11": -1.8573003896857641, "W12": -14.667421272703516, "S12": -15.529750069466612, "W13": -17.652604611373636, "S13": -20.386809425896129, "W21": -41.706801125703564, "S21": -41.706801125703564, "W22": -40.0, "S22": -40.0, "W31": -70.589471092161475, "S31": -70.631093535579623, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105401.25, 500816.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.065482366051292401, "S11": -0.065482366051292401, "W12": -10.0, "S12": -10.0, "W13": -18.193233951583483, "S13": -18.793683819259527, "W21": -37.749628064448743, "S21": -37.749628064448743, "W22": -42.747709517408879, "S22": -42.749639214985258, "W31": -77.579032848452385, "S31": -77.579032848452385, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105401.909090909088263, 513802.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56266491676452302, "S11": -1.6047563340614641, "W12": -5.6374189956658194, "S12": -5.9030936320142562, "W13": -15.715395873116501, "S13": -19.420177858897596, "W21": -41.596440127389855, "S21": -44.596440127389855, "W22": -49.803682415651743, "S22": -49.803682415651743, "W31": -77.716205505941858, "S31": -77.716205505941858, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 498020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97596305878970835, "S11": -2.9759630587897083, "W12": -11.260250033606667, "S12": -11.260250033606667, "W13": -16.71555422197752, "S13": -18.839388677958929, "W21": -35.882566950671759, "S21": -35.975385555322923, "W22": -39.297278386525846, "S22": -53.59689319141615, "W31": -78.644785665462365, "S31": -78.644785665462365, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 500204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10699144241674396, "S11": -3.1326106660766326, "W12": -10.0, "S12": -14.52166107713553, "W13": -15.0, "S13": -15.0, "W21": -37.368715396406181, "S21": -38.364346039702959, "W22": -51.23373578174008, "S22": -52.032654253667069, "W31": -75.856044575602439, "S31": -79.415347757519072, "W32": -92.268748795064525, "S32": -97.268748795064525 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 506469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.4240985713205836, "W12": -5.0, "S12": -5.0000000000000009, "W13": -17.685570202601077, "S13": -21.07955754437323, "W21": -35.308529287876581, "S21": -36.152527366563099, "W22": -40.0, "S22": -48.27690213812312, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105402.0, 506624.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3225332612568161, "S12": -4.3225332612568161, "W13": -15.0, "S13": -15.0, "W21": -41.582293995553165, "S21": -41.582293995553165, "W22": -51.195097056578724, "S22": -51.9460667578089, "W31": -75.847547420023048, "S31": -79.395411029815989, "W32": -92.28131868131868, "S32": -97.28131868131868 }, "geometry": { "type": "Point", "coordinates": [ 105402.666666666671517, 524223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60418629298162974, "S11": -2.4475994666343244, "W12": -4.3932064305407463, "S12": -9.382015231754707, "W13": -15.0, "S13": -19.262381955295666, "W21": -38.076342173350582, "S21": -38.076342173350582, "W22": -51.338746310378752, "S22": -52.1866741073732, "W31": -75.773839503811473, "S31": -79.913127404427783, "W32": -92.054945054945051, "S32": -97.054945054945051 }, "geometry": { "type": "Point", "coordinates": [ 105403.0, 506296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49410551134694647, "S11": -4.3753625259365982, "W12": -10.104568239915238, "S12": -20.243744917159912, "W13": -26.545627490082076, "S13": -26.545627490082076, "W21": -36.565065599135323, "S21": -36.565065599135323, "W22": -39.712192212501442, "S22": -52.09464997855747, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105403.2, 505675.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41479630482244106, "S11": 0.41479630482244106, "W12": -11.461973561634169, "S12": -16.41093100821907, "W13": -19.532166748594662, "S13": -36.52939401479918, "W21": -36.52939401479918, "S21": -36.52939401479918, "W22": -39.421792941349295, "S22": -39.421792941349295, "W31": -52.595193332959191, "S31": -52.647958226162281, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105403.25, 512657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0648755186721992, "S11": 0.15728175495506314, "W12": -6.7761715538503688, "S12": -19.26363934067647, "W13": -24.52475483519477, "S13": -27.11873661626899, "W21": -36.188069362177011, "S21": -36.188069362177011, "W22": -35.674302306823684, "S22": -41.127421077188146, "W31": -71.488158266820307, "S31": -72.935895033454628, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105403.5, 511274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66869584198895327, "S11": -0.66869584198895327, "W12": -9.2282999454721573, "S12": -9.2282999454721573, "W13": -15.284024800776127, "S13": -17.62390803043624, "W21": -37.197142723851144, "S21": -37.197142723851144, "W22": -30.133401908732385, "S22": -30.133401908732385, "W31": -70.0, "S31": -70.0, "W32": -90.358098465929359, "S32": -95.358098465929359 }, "geometry": { "type": "Point", "coordinates": [ 105403.560975609754678, 515710.341463414661121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1831341095988588, "S12": -8.1831341095988588, "W13": -16.184598969964672, "S13": -24.966198209911756, "W21": -41.799669182459425, "S21": -46.503571231399405, "W22": -50.147253633922062, "S22": -50.15388284927328, "W31": -76.200065185078103, "S31": -77.437854505658564, "W32": -93.04138423059841, "S32": -98.04138423059841 }, "geometry": { "type": "Point", "coordinates": [ 105403.6, 517279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32037723298106324, "S11": 0.24305596650872224, "W12": -7.4766477012559545, "S12": -7.4766477012559545, "W13": -14.589640152626945, "S13": -14.589640152626945, "W21": -40.0, "S21": -41.004174556722319, "W22": -36.096951121148571, "S22": -41.126935860689656, "W31": -71.633856023383231, "S31": -73.211976183375839, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 497258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3209255941204871, "S11": 0.3209255941204871, "W12": -7.4597737308986574, "S12": -7.4597737308986574, "W13": -14.600602876430877, "S13": -14.600602876430877, "W21": -40.0, "S21": -41.007574453434316, "W22": -36.356482660430764, "S22": -39.913212127245195, "W31": -67.613782897401592, "S31": -67.613782897401592, "W32": -89.790128450097114, "S32": -94.790128450097114 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 497259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28506359573736689, "S11": -2.3673114533963675, "W12": -4.8733044389407496, "S12": -12.734195147924625, "W13": -15.54832874757974, "S13": -18.619801490734332, "W21": -35.268479695669129, "S21": -35.66692880590805, "W22": -38.389222258453508, "S22": -38.389222258453508, "W31": -61.648286324492155, "S31": -66.627559725843767, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 499412.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050446888965280268, "S11": -1.3885214537916515, "W12": -4.867262453874539, "S12": -4.867262453874539, "W13": -15.825140120248651, "S13": -19.086680158754071, "W21": -33.931816758816211, "S21": -34.064995130191434, "W22": -39.392463431952663, "S22": -39.392463431952663, "W31": -53.483893596722595, "S31": -53.585195792049333, "W32": -99.890388024423871, "S32": -104.89038802442387 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 499549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.0503325942350337, "W12": -9.4912250736581409, "S12": -16.912578768127769, "W13": -27.940070988603008, "S13": -27.940070988603008, "W21": -37.724053583540964, "S21": -37.724053583540964, "W22": -40.0, "S22": -41.467068215838765, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 505760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77294626588760118, "S11": -0.77294626588760118, "W12": -10.869673111308527, "S12": -10.869673111308527, "W13": -20.0, "S13": -20.0, "W21": -30.921492160057532, "S21": -30.921492160057532, "W22": -39.662911477443032, "S22": -43.918328881276153, "W31": -72.543341141644973, "S31": -76.641364558303408, "W32": -89.288820025726167, "S32": -94.288820025726167 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 508017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36322099647868222, "S11": -0.36322099647868222, "W12": -10.0, "S12": -10.0, "W13": -19.002901595168726, "S13": -25.184621721974388, "W21": -38.697745193467036, "S21": -38.697745193467036, "W22": -36.951194043928517, "S22": -41.077059272015724, "W31": -71.21517108588904, "S31": -73.96353954306926, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105404.0, 514815.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079635096549387829, "S11": 0.079635096549387829, "W12": -4.9999999999999991, "S12": -11.228027704377226, "W13": -18.850027648263559, "S13": -19.133913780412946, "W21": -29.755716283552328, "S21": -29.755716283552328, "W22": -42.729930013341061, "S22": -42.731915883554933, "W31": -77.546792875467304, "S31": -77.546792875467304, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105404.5, 503828.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8800912921348321, "W12": -5.9546106311775233, "S12": -8.7110026766320701, "W13": -15.456812106640266, "S13": -18.456812106640264, "W21": -40.535356526292311, "S21": -43.342776847944059, "W22": -37.120675814129577, "S22": -40.612707992728048, "W31": -71.475288719719757, "S31": -73.755211863893237, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 498186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5956519194756558, "W12": -5.720201214500193, "S12": -5.720201214500193, "W13": -15.033929884732338, "S13": -18.033929884732338, "W21": -40.089656339803106, "S21": -42.771236782123232, "W22": -38.156355743496029, "S22": -53.074864298919088, "W31": -74.235548286300173, "S31": -74.235548286300173, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 498259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.7428785607196402, "W12": -14.507326253528701, "S12": -14.507326253528701, "W13": -17.229477451034168, "S13": -17.809035616582268, "W21": -38.106896846423382, "S21": -38.114664288283848, "W22": -42.979310799404949, "S22": -42.981413709422213, "W31": -77.509789028460389, "S31": -77.509789028460389, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 500481.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67273027674525432, "S11": -0.67273027674525432, "W12": -13.983967286155888, "S12": -13.983967286155888, "W13": -17.164749827899076, "S13": -20.164749827899076, "W21": -34.919244895668783, "S21": -34.919244895668783, "W22": -41.935439644141127, "S22": -41.935439644141127, "W31": -73.293153136549833, "S31": -76.660663300683382, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 501290.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7446703315310027, "S11": 0.7446703315310027, "W12": -6.2411185708910146, "S12": -12.399138227239213, "W13": -17.618570181009833, "S13": -21.940489383898548, "W21": -32.671619996034352, "S21": -32.671619996034352, "W22": -30.432924347973749, "S22": -30.432924347973749, "W31": -70.0, "S31": -70.0, "W32": -90.566372985845007, "S32": -95.566372985845007 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 502360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77374190952352662, "S11": -0.77374190952352662, "W12": -10.870573575386034, "S12": -10.870573575386034, "W13": -20.027887520334648, "S13": -20.027887520334648, "W21": -30.910190264142138, "S21": -30.910190264142138, "W22": -36.18815549233053, "S22": -39.509540215648954, "W31": -68.697079997663835, "S31": -68.697079997663835, "W32": -89.748783072183727, "S32": -94.748783072183727 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 508018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97817427385892108, "S11": 0.97817427385892108, "W12": -10.0, "S12": -22.249123801669931, "W13": -27.743209679402653, "S13": -27.743209679402653, "W21": -36.392362434543735, "S21": -36.398140055711686, "W22": -39.284107288491818, "S22": -39.284107288491818, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.0, 511178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9623870350859125, "S11": 0.9623870350859125, "W12": -10.833568939694906, "S12": -18.453822424944597, "W13": -21.451973542557042, "S13": -21.451973542557042, "W21": -31.817066576104018, "S21": -31.817066576104018, "W22": -50.0, "S22": -50.0, "W31": -77.657206789617007, "S31": -77.657206789617007, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105405.333333333328483, 509489.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2029471386246686, "W12": -5.0, "S12": -5.0, "W13": -16.706134626142084, "S13": -19.731648104961081, "W21": -36.060735659188765, "S21": -37.209113459284829, "W22": -40.0, "S22": -41.949734513274336, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105407.0, 506571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0515352697095437, "S11": 0.65524842670575723, "W12": -7.6514113455741297, "S12": -20.062384441131289, "W13": -25.0, "S13": -26.215291950818855, "W21": -36.239993990900508, "S21": -36.24161426190669, "W22": -42.509810570968384, "S22": -42.509810570968384, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105407.0, 511248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.617629589186695, "S12": -6.617629589186695, "W13": -14.919086563454634, "S13": -14.919086563454634, "W21": -45.941174129975401, "S21": -45.941174129975401, "W22": -49.483834926559688, "S22": -49.483834926559688, "W31": -78.157331663997084, "S31": -78.157331663997084, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105407.0, 525933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2653645833330636, "W12": -5.937158747762485, "S12": -7.1749468655432747, "W13": -15.242872303939043, "S13": -18.242872303939045, "W21": -40.280061327994837, "S21": -43.023484313753656, "W22": -41.760460283665637, "S22": -41.7620480943188, "W31": -77.659867070047582, "S31": -77.659867070047582, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105407.2, 498222.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67408940699442477, "S11": 0.67408940699442477, "W12": -11.17588590892462, "S12": -12.793901523046923, "W13": -16.950070469915033, "S13": -19.189402396133257, "W21": -30.602409638554217, "S21": -33.602409638554221, "W22": -50.881750031451425, "S22": -50.889650276221204, "W31": -75.846965173816358, "S31": -78.87693079089091, "W32": -92.520146520146511, "S32": -97.520146520146511 }, "geometry": { "type": "Point", "coordinates": [ 105408.0, 501664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9831694965743223, "W12": -10.182876114470977, "S12": -19.211331996823919, "W13": -25.728949431163411, "S13": -26.678466021773666, "W21": -35.940003821801014, "S21": -35.940003821801014, "W22": -51.438202247191015, "S22": -52.024466951956249, "W31": -75.669093693449597, "S31": -80.075740518846501, "W32": -91.61172161172162, "S32": -96.61172161172162 }, "geometry": { "type": "Point", "coordinates": [ 105408.0, 505631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0824458595600299, "S11": -1.9175541404399701, "W12": -8.0397970436854784, "S12": -16.397241869214412, "W13": -22.150363369613704, "S13": -36.650496588056768, "W21": -38.100613898754773, "S21": -38.100613898754773, "W22": -51.438202247191015, "S22": -51.880902393801875, "W31": -75.784237292691586, "S31": -80.896505811210119, "W32": -91.504680329990094, "S32": -96.504680329990094 }, "geometry": { "type": "Point", "coordinates": [ 105408.142857142855064, 511929.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4217238346526404, "S11": -3.0139867989341376, "W12": -5.0, "S12": -5.0, "W13": -20.123911414321409, "S13": -20.123911414321409, "W21": -33.281815486907419, "S21": -33.430184553760526, "W22": -48.817534683536884, "S22": -48.817534683536884, "W31": -78.163154637263403, "S31": -78.163154637263403, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105408.333333333328483, 506737.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24821926589835999, "S11": 0.23085815478722002, "W12": -4.644054467261534, "S12": -14.644054467261533, "W13": -16.494499178981773, "S13": -19.834684729063923, "W21": -32.911288940262551, "S21": -33.029938018962831, "W22": -49.116325511732398, "S22": -49.116325511732398, "W31": -74.022805213708054, "S31": -74.022805213708054, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 499732.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4483377308707128, "S11": -3.0484445304435148, "W12": -5.0, "S12": -5.0, "W13": -20.100492286223741, "S13": -20.197986968331367, "W21": -33.358680731301007, "S21": -33.531258347998971, "W22": -37.620801067580544, "S22": -41.585592708593552, "W31": -67.589624131675407, "S31": -73.419624596927179, "W32": -89.938536693994209, "S32": -94.938536693994209 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 506733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18320288877007523, "S11": 0.18320288877007523, "W12": -10.390251888264963, "S12": -11.515616914597718, "W13": -25.062658909642487, "S13": -25.062658909642487, "W21": -33.237766611135498, "S21": -33.237766611135498, "W22": -44.871081192845466, "S22": -46.760079402488202, "W31": -75.935204923207735, "S31": -80.167881485811748, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 507666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80142654364797739, "S11": -0.80142654364797739, "W12": -11.53027782379726, "S12": -16.402085936162031, "W13": -18.700956678636036, "S13": -18.700956678636036, "W21": -29.254719543085052, "S21": -29.254719543085052, "W22": -44.26491125206546, "S22": -44.26491125206546, "W31": -73.340619510257355, "S31": -74.591377491352418, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 508310.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3770060776495623, "S11": 0.73339416602612328, "W12": -10.0, "S12": -18.315149015159328, "W13": -22.099505998588565, "S13": -29.531143138532485, "W21": -38.906446533926371, "S21": -38.906446533926371, "W22": -40.0, "S22": -40.0, "W31": -70.556374714165628, "S31": -70.595664082418608, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 512226.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2877793981580849, "S11": -0.2877793981580849, "W12": -10.0, "S12": -10.0, "W13": -19.373197183389951, "S13": -23.922599387093506, "W21": -39.497546772862194, "S21": -39.497546772862194, "W22": -50.001760583546393, "S22": -64.63329896859014, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105409.0, 514556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.06624507393966, "S12": -19.880730304442558, "W13": -22.920223042306226, "S13": -25.121002274690753, "W21": -33.415746657832052, "S21": -33.415746657832052, "W22": -29.43822621845305, "S22": -29.43822621845305, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105409.8, 505447.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71060718711276327, "S11": -0.71060718711276327, "W12": -13.871300251327074, "S12": -13.956136829287336, "W13": -17.141085174291256, "S13": -20.141085174291256, "W21": -35.320213636144928, "S21": -35.320213636144928, "W22": -40.0, "S22": -41.627557202936771, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105410.0, 501277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -3.8469934605773837, "W12": -7.2226465971003782, "S12": -9.8362177328117362, "W13": -20.0, "S13": -20.879877246821568, "W21": -29.540654682850533, "S21": -29.540654682850533, "W22": -38.064976134500114, "S22": -42.174078307877778, "W31": -67.731904444997866, "S31": -73.325025537197391, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105410.0, 504853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88589291497247313, "S11": -2.6904803128105956, "W12": -5.0, "S12": -12.902905850445563, "W13": -20.000000000000004, "S13": -20.687540411224624, "W21": -30.0, "S21": -30.0, "W22": -39.960509112035226, "S22": -44.261662080885465, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105410.5, 504317.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.3274708046151473, "S12": -3.3274708046151473, "W13": -16.126376224248567, "S13": -16.126376224248567, "W21": -40.354551564480474, "S21": -42.99137183091419, "W22": -42.511725795767532, "S22": -42.511725795767532, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105411.0, 497661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25619115519302144, "S11": 0.25619115519302144, "W12": -4.6398574425083892, "S12": -14.63985744250839, "W13": -16.563793103448276, "S13": -19.879551724137933, "W21": -32.986415406206895, "S21": -33.118946036636835, "W22": -49.578460548300455, "S22": -49.578460548300455, "W31": -78.12481123835974, "S31": -78.12481123835974, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105411.0, 499739.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2432783083972838, "S11": -2.2432783083972838, "W12": -14.904743237945903, "S12": -15.299226919164058, "W13": -17.851199413394166, "S13": -18.340225750185866, "W21": -41.372062084257209, "S21": -41.372062084257209, "W22": -43.119235229402769, "S22": -43.121464986655354, "W31": -77.455953712850459, "S31": -77.455953712850459, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105411.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30552681456631919, "S11": -0.30552681456631919, "W12": -9.0294217494626459, "S12": -18.926159845049465, "W13": -21.682147017350225, "S13": -22.944539225026517, "W21": -31.721462567985444, "S21": -31.721462567985444, "W22": -37.628316621583735, "S22": -41.611058638166256, "W31": -67.603716614112528, "S31": -73.510673161324419, "W32": -89.946579670738714, "S32": -94.946579670738714 }, "geometry": { "type": "Point", "coordinates": [ 105411.333333333328483, 505309.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1439485497236819, "W12": -10.163900879296554, "S12": -19.450819483947626, "W13": -24.258235266316952, "S13": -27.031285719229267, "W21": -34.900332283610133, "S21": -34.900332283610133, "W22": -40.0, "S22": -40.0, "W31": -71.008495341598987, "S31": -71.210285307463408, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105411.333333333328483, 505556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.479166666666668, "S13": -14.479166666666668, "W21": -47.0, "S21": -47.0, "W22": -45.716933033049273, "S22": -45.72032114871417, "W31": -77.103367107898336, "S31": -77.103367107898336, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105411.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77101073676416143, "S11": -1.8781535939068394, "W12": -10.0, "S12": -10.0, "W13": -16.902545851884991, "S13": -19.902545851884991, "W21": -35.43017361570319, "S21": -35.573968964540398, "W22": -50.0, "S22": -50.001212934045469, "W31": -77.192690982263642, "S31": -77.192690982263642, "W32": -90.033558287880183, "S32": -95.033558287880183 }, "geometry": { "type": "Point", "coordinates": [ 105412.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40804597701149425, "S11": -4.508895744527929, "W12": -10.118522559594322, "S12": -20.100449690147357, "W13": -26.540439237903392, "S13": -26.540439237903392, "W21": -36.549319223355774, "S21": -36.549319223355774, "W22": -40.0, "S22": -40.0, "W31": -70.389970456264606, "S31": -70.495535414240564, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105412.0, 505676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21094466283251673, "S11": 0.21094466283251673, "W12": -10.29929627370424, "S12": -11.832010648682477, "W13": -25.0, "S13": -25.0, "W21": -33.110677565849322, "S21": -33.110677565849322, "W22": -49.051019299990649, "S22": -53.223112027035633, "W31": -75.465056432079294, "S31": -75.465056432079294, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105412.0, 507644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79675909966543534, "S11": -0.79675909966543534, "W12": -11.529480845257142, "S12": -16.389718922053103, "W13": -18.734419870266407, "S13": -18.734419870266407, "W21": -29.269742196723435, "S21": -29.269742196723435, "W22": -50.720644717270162, "S22": -50.728528391587808, "W31": -75.815243478892228, "S31": -78.807271887381631, "W32": -92.567765567765576, "S32": -97.567765567765576 }, "geometry": { "type": "Point", "coordinates": [ 105412.142857142855064, 508311.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17869381967148557, "S11": -0.17869381967148557, "W12": -13.67908935926631, "S12": -13.67908935926631, "W13": -17.256811025506053, "S13": -20.256811025506053, "W21": -30.0, "S21": -30.481783317353788, "W22": -48.205169580916476, "S22": -62.799920442065002, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105413.0, 501396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74030949950099223, "S11": 0.74030949950099223, "W12": -10.0, "S12": -19.423064909102266, "W13": -29.437324789747699, "S13": -29.437324789747699, "W21": -35.858994731402454, "S21": -35.858994731402454, "W22": -37.468859857902103, "S22": -41.415450487134954, "W31": -67.564434329238878, "S31": -72.338381069486303, "W32": -89.931583928050927, "S32": -94.931583928050927 }, "geometry": { "type": "Point", "coordinates": [ 105413.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37046325004559555, "S11": -0.00089933655948459812, "W12": -3.9044598169960691, "S12": -3.9044598169960691, "W13": -16.129190104832524, "S13": -21.129190104832524, "W21": -42.961023404039324, "S21": -45.961023404039324, "W22": -39.22570227063428, "S22": -53.645397464069219, "W31": -78.496240601503757, "S31": -78.496240601503757, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105413.25, 497751.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049637492369407905, "S11": 0.049637492369407905, "W12": -5.0, "S12": -11.734416287810401, "W13": -18.935607884753782, "S13": -19.263156084567523, "W21": -29.787366319695693, "S21": -29.787366319695693, "W22": -40.977467110612011, "S22": -40.977467110612011, "W31": -60.009284828627536, "S31": -61.998476857749012, "W32": -99.587876125436537, "S32": -104.58787612543654 }, "geometry": { "type": "Point", "coordinates": [ 105413.75, 503845.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3282189822755857, "S11": -1.4807217111076454, "W12": -8.7387791741472185, "S12": -11.684041590491002, "W13": -14.798932943951478, "S13": -16.334555537019515, "W21": -36.687279450812042, "S21": -37.815755252980317, "W22": -43.162203395240773, "S22": -43.906568015142312, "W31": -77.063446164482201, "S31": -80.309232240787026, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105414.0, 506526.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.337586695837695, "S12": -7.337586695837695, "W13": -17.351188498996851, "S13": -32.351188498996848, "W21": -45.941736535252232, "S21": -48.632131333165134, "W22": -43.150421379567518, "S22": -43.885683591100282, "W31": -77.070972303914317, "S31": -80.296235851846419, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105414.0, 518483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57653075738534165, "S11": -0.57653075738534165, "W12": -8.9939750623080386, "S12": -8.9939750623080386, "W13": -15.0, "S13": -21.155445836203118, "W21": -38.026412977010118, "S21": -38.325409566952281, "W22": -32.556839162578243, "S22": -37.240011022460813, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.147578043902669, "S32": -95.147578043902669 }, "geometry": { "type": "Point", "coordinates": [ 105414.378787878784351, 516099.893939393921755 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9100537527613264, "S11": 1.9100537527613264, "W12": -11.761950423461228, "S12": -15.239757126296903, "W13": -22.567119647508196, "S13": -22.567119647508196, "W21": -33.163491440430896, "S21": -33.163491440430896, "W22": -35.45803580251647, "S22": -43.074137643446342, "W31": -73.213841629785904, "S31": -73.213841629785904, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105414.857142857144936, 509996.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39, "S11": -0.57553007742703999, "W12": -7.8922427831236117, "S12": -15.474394023046052, "W13": -20.48742429340512, "S13": -21.058680769404273, "W21": -29.960240276568349, "S21": -29.960240276568349, "W22": -50.001583690503523, "S22": -64.585488821768436, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105415.0, 505120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086580654188633144, "S11": 0.086580654188633144, "W12": -11.355064657600881, "S12": -11.746958911703624, "W13": -18.520328660808421, "S13": -34.072107847773509, "W21": -35.108053296359152, "S21": -35.108053296359152, "W22": -49.96470570764567, "S22": -53.10020722960428, "W31": -75.452428516143357, "S31": -75.452428516143357, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105415.0, 513218.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99069981898488313, "S11": 0.99069981898488313, "W12": -10.0, "S12": -11.980302999243928, "W13": -17.633536109390921, "S13": -17.679905359118756, "W21": -32.057131709466255, "S21": -37.187345853705807, "W22": -43.915098015646393, "S22": -45.147148118659409, "W31": -76.562900304062154, "S31": -80.687881731430778, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105415.571428571434808, 501911.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4465267830762567, "S12": -5.4465267830762567, "W13": -15.0, "S13": -15.0, "W21": -44.096924958587088, "S21": -44.096924958587088, "W22": -43.025199442826391, "S22": -43.391331874788868, "W31": -73.298623904284469, "S31": -76.735342619529803, "W32": -89.928169020127584, "S32": -94.928169020127584 }, "geometry": { "type": "Point", "coordinates": [ 105415.833333333328483, 525221.166666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49783315276273021, "S11": -2.0900087925260236, "W12": -2.9065155807365439, "S12": -8.2527783192092397, "W13": -15.0, "S13": -18.031973452804273, "W21": -38.023021212365308, "S21": -38.951726009835106, "W22": -36.185868478430585, "S22": -44.421345808088248, "W31": -74.009430380707954, "S31": -74.009430380707954, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 499134.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0084353911522119379, "S11": -1.4713991036213072, "W12": -4.9262583940436242, "S12": -8.7351087303312607, "W13": -15.916620809130745, "S13": -19.206917800003534, "W21": -33.596855296925625, "S21": -33.647154424311978, "W22": -50.000654995507432, "S22": -64.567369954402466, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 499586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90769673635349579, "S11": -3.2439477250168229, "W12": -5.0000000000000009, "S12": -12.893374660984115, "W13": -20.0, "S13": -20.650184275184277, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.62305326958446, "S31": -70.62305326958446, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 504342.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.9359201773835917, "W12": -9.5091592296852987, "S12": -16.349007937754202, "W13": -28.117376755983774, "S13": -28.117376755983774, "W21": -37.860138207255524, "S21": -37.860138207255524, "W22": -50.69231547296117, "S22": -50.722558003716884, "W31": -75.753496462443664, "S31": -79.045651217827796, "W32": -92.479853479853489, "S32": -97.479853479853489 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1405677867902666, "S11": -0.8594322132097334, "W12": -4.9921052631578942, "S12": -17.57255808561461, "W13": -23.415220450281428, "S13": -28.651070915710271, "W21": -36.07187008843745, "S21": -36.07187008843745, "W22": -50.000000000000007, "S22": -50.002683203086129, "W31": -76.878215770432163, "S31": -76.878215770432163, "W32": -90.390477951372844, "S32": -95.390477951372844 }, "geometry": { "type": "Point", "coordinates": [ 105416.0, 511332.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27436555696645137, "S11": -1.0539414348176219, "W12": -6.0573286323761728, "S12": -6.5209665451298839, "W13": -14.972643433955252, "S13": -17.972643433955252, "W21": -34.428124872470228, "S21": -34.428124872470228, "W22": -40.0, "S22": -44.176581639373055, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 496955.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3730599799939904, "S11": -3.565363828069807, "W12": -14.28260966975871, "S12": -14.28260966975871, "W13": -17.109106184204919, "S13": -17.665081202847656, "W21": -37.419217730678795, "S21": -37.452516955484988, "W22": -39.367589528760234, "S22": -42.54063342260271, "W31": -68.26909889334496, "S31": -76.372794105500432, "W32": -94.539418511884563, "S32": -99.539418511884563 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 500465.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58783973564642722, "S11": -0.58783973564642722, "W12": -13.853914165605383, "S12": -13.853914165605383, "W13": -17.17573111583954, "S13": -20.17573111583954, "W21": -34.495019968243277, "S21": -34.495019968243277, "W22": -50.0, "S22": -50.005476211915131, "W31": -76.343019550216411, "S31": -76.343019550216411, "W32": -91.04757326430618, "S32": -96.04757326430618 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 501290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76365549998200843, "S11": -1.4348617256629423, "W12": -5.0, "S12": -12.616217830614975, "W13": -19.944564906147843, "S13": -20.823331232282591, "W21": -30.0, "S21": -30.0, "W22": -49.178060049842074, "S22": -49.178060049842074, "W31": -78.124849824242432, "S31": -78.124849824242432, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 504222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5516243880729863, "S11": -3.5516243880729856, "W12": -4.7163463447939762, "S12": -5.7394339467885365, "W13": -27.344352199596003, "S13": -27.344352199596003, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -42.097345132743364, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105417.0, 505953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57340663436451744, "S11": -0.82775508032972989, "W12": -3.85911637691368, "S12": -4.6949372724360678, "W13": -25.383614122711037, "S13": -25.383614122711037, "W21": -40.0, "S21": -40.0, "W22": -44.959729288662764, "S22": -44.959729288662764, "W31": -73.446053241535338, "S31": -75.059656841971332, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105418.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8365195846339946, "S12": -3.8365195846339946, "W13": -15.157865902671439, "S13": -15.157865902671439, "W21": -42.348207315713175, "S21": -43.022088007919479, "W22": -48.578758984632081, "S22": -48.578758984632081, "W31": -77.792598039223307, "S31": -77.792598039223307, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105418.0, 523440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.37747536879287, "S13": -14.37747536879287, "W21": -46.0, "S21": -46.0, "W22": -36.221420625103086, "S22": -39.68690414519503, "W31": -68.786774795991803, "S31": -68.786774795991803, "W32": -89.772492854969926, "S32": -94.772492854969926 }, "geometry": { "type": "Point", "coordinates": [ 105418.0, 527197.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74810940494588407, "S11": -2.2518905950541157, "W12": -7.6244967102428713, "S12": -16.812298678630498, "W13": -21.347538298815813, "S13": -38.800282598768831, "W21": -38.800282598768831, "S21": -38.800282598768831, "W22": -39.575430751854753, "S22": -45.584405611099974, "W31": -67.959659705176861, "S31": -77.322242699945932, "W32": -95.909111627694969, "S32": -100.90911162769497 }, "geometry": { "type": "Point", "coordinates": [ 105418.285714285710128, 511887.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043613831281846871, "S11": -0.08733854967053406, "W12": -4.8244882845889263, "S12": -14.824488284588927, "W13": -16.052547640884541, "S13": -19.427662087547404, "W21": -32.967188493873863, "S21": -32.967188493873863, "W22": -39.365400945749364, "S22": -39.365400945749364, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105419.0, 499651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60615313413629235, "S11": 0.60615313413629235, "W12": -5.0, "S12": -10.128900849100756, "W13": -17.483844062168359, "S13": -22.050292949042699, "W21": -32.059718494677682, "S21": -32.762709995137534, "W22": -39.427718724474389, "S22": -49.238843959358881, "W31": -77.460687764802358, "S31": -77.460687764802358, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105419.0, 502565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65445111492281294, "S11": -0.65445111492281294, "W12": -9.9700777977259119, "S12": -13.973107033372266, "W13": -14.022868695945185, "S13": -15.138882816612707, "W21": -36.858116768340238, "S21": -37.987795432382477, "W22": -40.076703594978753, "S22": -40.076703594978753, "W31": -71.139974868568999, "S31": -71.139974868568999, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105419.0, 506515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -50.61663800792622, "S22": -50.624715162665929, "W31": -75.740159385270942, "S31": -78.988525620961866, "W32": -92.51147098515527, "S32": -97.51147098515527 }, "geometry": { "type": "Point", "coordinates": [ 105419.333333333328483, 530027.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.246522857065733, "W12": -10.160447849865253, "S12": -10.754586547425401, "W13": -14.58, "S13": -17.053955637101772, "W21": -37.274277562042151, "S21": -37.274277562042151, "W22": -37.873819582775418, "S22": -40.876277186342172, "W31": -71.721974982202823, "S31": -73.657117116273795, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105419.848101265815785, 496779.468354430398904 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.0941011235955056, "W12": -5.4265823729723381, "S12": -5.4265823729723381, "W13": -14.999999999999998, "S13": -17.999999999999996, "W21": -40.0, "S21": -42.61954200865835, "W22": -43.685895603453204, "S22": -44.050716965299657, "W31": -73.053670300197794, "S31": -74.955837406872803, "W32": -89.460827539245443, "S32": -94.460827539245443 }, "geometry": { "type": "Point", "coordinates": [ 105420.0, 498288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58308720112517576, "S11": -2.6290820331665197, "W12": -3.7289566570449351, "S12": -8.5050760600300102, "W13": -17.938203047130855, "S13": -17.938203047130855, "W21": -39.820966156438701, "S21": -39.820966156438701, "W22": -29.682907826086957, "S22": -37.504073661197268, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105420.0, 506216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7778857474504923, "S11": -1.7778857474504923, "W12": -14.467725075134013, "S12": -15.304848090616687, "W13": -17.699979325403287, "S13": -20.082749649002231, "W21": -41.343827392120183, "S21": -41.343827392120183, "W22": -38.27531519799701, "S22": -53.120277620693145, "W31": -74.831071184454643, "S31": -74.831071184454643, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105420.4, 500798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81966408590493911, "S11": 0.81966408590493911, "W12": -7.4782156836280196, "S12": -14.374639933143296, "W13": -17.712066997699708, "S13": -21.311372053627817, "W21": -33.066268678771095, "S21": -41.327916333218674, "W22": -37.068589918844253, "S22": -42.068589918844253, "W31": -70.250269015258738, "S31": -70.250269015258738, "W32": -89.999462868536355, "S32": -94.999462868536355 }, "geometry": { "type": "Point", "coordinates": [ 105420.75, 502173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49271736230226798, "S11": 0.49271736230226798, "W12": -3.4348815126508621, "S12": -3.4348815126508621, "W13": -16.132033096926715, "S13": -16.132033096926715, "W21": -39.569326846720706, "S21": -41.863277490966176, "W22": -38.214790660613524, "S22": -53.117616584793375, "W31": -74.596255248510687, "S31": -74.596255248510687, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105421.0, 497641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61684681326872903, "S11": -1.3943357656991944, "W12": -3.6460825032466309, "S12": -6.4520526525003623, "W13": -22.850865146937654, "S13": -22.850865146937654, "W21": -40.0, "S21": -40.0, "W22": -51.101123595505612, "S22": -51.620174535996334, "W31": -75.56708465818339, "S31": -80.126511623414117, "W32": -91.67974882260593, "S32": -96.67974882260593 }, "geometry": { "type": "Point", "coordinates": [ 105421.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.028875458372946, "S11": 2.028875458372946, "W12": -11.976978475481468, "S12": -13.723619550337514, "W13": -21.822617226564638, "S13": -21.822617226564638, "W21": -32.557554026515568, "S21": -32.557554026515568, "W22": -40.0, "S22": -46.217656653527257, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105421.0, 509899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37768871281381916, "S11": -0.37768871281381916, "W12": -10.0, "S12": -10.0, "W13": -18.799822534410495, "S13": -25.239663460144925, "W21": -38.693951361454729, "S21": -38.693951361454729, "W22": -42.276538599761558, "S22": -42.276538599761558, "W31": -60.0, "S31": -60.975523272736893, "W32": -99.38448772392249, "S32": -104.38448772392249 }, "geometry": { "type": "Point", "coordinates": [ 105421.0, 514856.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6554726774133801, "S12": -5.6554726774133801, "W13": -20.0, "S13": -20.0, "W21": -39.715729992193303, "S21": -41.314161380496472, "W22": -35.373956651326147, "S22": -43.074384743730874, "W31": -73.046054298696205, "S31": -73.046054298696205, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105421.133333333331393, 520868.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2976570887275023, "W12": -5.0, "S12": -8.0, "W13": -17.676673503636025, "S13": -20.480595072263476, "W21": -35.687309718381606, "S21": -36.610535778378988, "W22": -40.0, "S22": -51.554111730324863, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105422.0, 506602.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0613040901007469, "S11": 1.0613040901007469, "W12": -9.0712602331936232, "S12": -21.324315146530921, "W13": -26.542177986460192, "S13": -26.542177986460192, "W21": -36.312054253584051, "S21": -36.31641675753108, "W22": -40.0, "S22": -43.238134960705978, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105422.0, 511206.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1731033831091442, "S11": 2.1731033831091442, "W12": -4.0724834019104996, "S12": -4.0724834019104996, "W13": -15.775229131209896, "S13": -15.775229131209896, "W21": -43.445231914355944, "S21": -44.477553270714623, "W22": -39.206262860452398, "S22": -53.677959393696412, "W31": -78.481959769553754, "S31": -78.481959769553754, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105422.0, 523109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075125139235976662, "S11": -0.075125139235976662, "W12": -10.0, "S12": -10.0, "W13": -18.102691201891375, "S13": -18.914442567309319, "W21": -37.891169306167264, "S21": -37.891169306167264, "W22": -41.971086466394496, "S22": -41.971086466394496, "W31": -73.287600360690732, "S31": -76.624160437765553, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105422.555555555562023, 513825.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31348128673059078, "S11": -3.3134812867305907, "W12": -10.0, "S12": -15.176694121128428, "W13": -15.176694121128428, "S13": -16.821489567089923, "W21": -37.704095333577058, "S21": -38.750278980904206, "W22": -45.541747572815531, "S22": -56.544846004897693, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105423.0, 506452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32194472051062933, "S11": -0.32194472051062933, "W12": -11.307545035403077, "S12": -12.931115558225187, "W13": -20.0, "S13": -20.0, "W21": -29.920991707639978, "S21": -30.099763660846058, "W22": -38.432074852461866, "S22": -50.171182949461425, "W31": -64.527613838586106, "S31": -73.944749571338079, "W32": -98.754240854784413, "S32": -103.75424085478441 }, "geometry": { "type": "Point", "coordinates": [ 105423.0, 508691.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32297417192429023, "S11": 0.2558787418938811, "W12": -9.0192440031458911, "S12": -11.100349825189099, "W13": -23.402374182938217, "S13": -23.402374182938217, "W21": -31.382190022611542, "S21": -31.382190022611542, "W22": -37.898001970012153, "S22": -50.022888793933888, "W31": -63.881105489214185, "S31": -71.299653003928341, "W32": -99.298573354977677, "S32": -104.29857335497768 }, "geometry": { "type": "Point", "coordinates": [ 105423.25, 507369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59386880357808425, "S11": -0.64377782359368119, "W12": -3.7326031999295237, "S12": -5.5534987223175829, "W13": -25.0, "S13": -25.0, "W21": -40.0, "S21": -40.0, "W22": -49.802423494303952, "S22": -49.808872614518243, "W31": -76.165270944482174, "S31": -77.092552345943147, "W32": -92.928150440558937, "S32": -97.928150440558937 }, "geometry": { "type": "Point", "coordinates": [ 105424.0, 506113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0982556069775722, "W12": -5.0, "S12": -5.0, "W13": -20.21707109078223, "S13": -20.21707109078223, "W21": -33.143676424955295, "S21": -33.162994358669977, "W22": -49.786842517161233, "S22": -49.786842517161233, "W31": -78.100455902272728, "S31": -78.100455902272728, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105424.0, 506752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61688460664797806, "S11": -0.61688460664797806, "W12": -9.5794120481928022, "S12": -9.5794120481928022, "W13": -17.050398831592084, "S13": -25.670806994857863, "W21": -37.584691524048928, "S21": -37.584691524048928, "W22": -40.0, "S22": -40.0, "W31": -70.75801231944628, "S31": -70.917653943802065, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105424.2, 515408.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15000911909538572, "S11": -0.63105323656281231, "W12": -4.2209661150580491, "S12": -4.2209661150580491, "W13": -16.092777444222964, "S13": -21.092777444222964, "W21": -42.690919485772376, "S21": -45.690919485772376, "W22": -42.433617943770138, "S22": -42.433617943770138, "W31": -70.0, "S31": -70.0, "W32": -96.888697921240279, "S32": -101.88869792124028 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 497781.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8, "S11": -2.8, "W12": -15.0, "S12": -15.0, "W13": -18.01, "S13": -18.01, "W21": -41.0, "S21": -41.0, "W22": -43.4554183028106, "S22": -43.457954505735373, "W31": -77.325699481265758, "S31": -77.325699481265758, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99509837054918526, "S11": 0.99509837054918526, "W12": -10.0, "S12": -12.810165885407471, "W13": -17.723949915110357, "S13": -18.003385141657901, "W21": -31.86808671882719, "S21": -36.830124367174236, "W22": -42.538630227118588, "S22": -42.538630227118588, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 501933.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99399080799100925, "S11": -5.197876383506169, "W12": -6.6810588634563892, "S12": -14.731270337266171, "W13": -20.0, "S13": -20.43848254178388, "W21": -30.0, "S21": -30.0, "W22": -50.382166516432726, "S22": -50.388738558383544, "W31": -76.093510500256642, "S31": -76.093510500256642, "W32": -91.164149240353723, "S32": -96.164149240353723 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 504459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37612526131652779, "S11": -0.59179093935242766, "W12": -7.0979372798929647, "S12": -7.0979372798929647, "W13": -22.546999767423941, "S13": -22.546999767423941, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.615766278176892, "S31": -70.615766278176892, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 507173.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9973731433310711, "S12": -14.290469942405501, "W13": -23.650193028668589, "S13": -23.650193028668589, "W21": -31.879269646228813, "S21": -31.879269646228813, "W22": -34.63830571751204, "S22": -41.079704180467623, "W31": -71.045041264688507, "S31": -72.170819188042614, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 507444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9807742977349019, "S12": -14.895673163053107, "W13": -23.752526097197254, "S13": -23.752526097197254, "W21": -32.09388169595703, "S21": -32.09388169595703, "W22": -47.377825290164928, "S22": -61.844743227332216, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74890175718849838, "S11": -1.3040505721722815, "W12": -4.8910623714873198, "S12": -18.261230927573237, "W13": -20.529769046190761, "S13": -35.176926565945926, "W21": -36.243081933745962, "S21": -36.243081933745962, "W22": -39.455603451997234, "S22": -53.877057144846006, "W31": -79.494190020505812, "S31": -79.494190020505812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 511567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.580207454289698, "S11": -2.5375209232822109, "W12": -3.7240518591395384, "S12": -8.7091264860060775, "W13": -17.979068774026139, "S13": -17.979068774026139, "W21": -39.807145063895035, "S21": -39.807145063895035, "W22": -36.672132261365178, "S22": -36.672132261365178, "W31": -62.34777941002902, "S31": -68.25961515882129, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105425.6, 506217.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.688221709006928, "W12": -5.2519272351110704, "S12": -7.28792723511107, "W13": -15.787144215759264, "S13": -19.721161024485497, "W21": -42.003458602373513, "S21": -45.003458602373513, "W22": -50.0, "S22": -50.0, "W31": -77.325096463579129, "S31": -77.325096463579129, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105426.0, 497891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17643520110003441, "S11": -2.7319432940656969, "W12": -4.8992665269575157, "S12": -12.517529360382408, "W13": -15.534882298991134, "S13": -18.597272060092045, "W21": -35.529171635992014, "S21": -35.949283665866645, "W22": -49.037732056556329, "S22": -53.203931348811622, "W31": -75.420558306959222, "S31": -75.420558306959222, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105426.0, 499391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037178205448637841, "S11": -1.6858813754774562, "W12": -5.0, "S12": -7.205984034194481, "W13": -15.889768674207682, "S13": -19.133247710146073, "W21": -33.815501204129305, "S21": -33.895522543153042, "W22": -43.241594516866122, "S22": -43.241594516866122, "W31": -59.999999999999993, "S31": -60.958490998738668, "W32": -99.246506653886939, "S32": -104.24650665388694 }, "geometry": { "type": "Point", "coordinates": [ 105426.0, 499566.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5258194733582569, "S11": 1.5258194733582569, "W12": -3.9721258260932721, "S12": -3.9721258260932721, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -41.018600609642768, "S21": -41.018600609642768, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -77.327107992150758, "S31": -77.327107992150758, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105426.5, 523804.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.14732319894250123, "W12": -3.3119620258871927, "S12": -3.3119620258871927, "W13": -15.966278284363391, "S13": -20.966278284363391, "W21": -40.678398130729548, "S21": -43.678398130729548, "W22": -42.564519487738806, "S22": -42.564519487738806, "W31": -72.609069602836996, "S31": -72.609069602836996, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105427.0, 497683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33223782456858419, "S11": 0.33223782456858419, "W12": -10.0, "S12": -16.868960923559818, "W13": -21.197749240264486, "S13": -21.197749240264486, "W21": -31.267534443199011, "S21": -31.267534443199011, "W22": -50.0, "S22": -64.442290787125586, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105427.333333333328483, 509235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.022598926522302408, "S11": -2.0955562365980427, "W12": -7.7856291635825308, "S12": -14.87901879517759, "W13": -20.0, "S13": -20.555435516542875, "W21": -29.7123281189747, "S21": -29.7123281189747, "W22": -50.0, "S22": -50.0, "W31": -77.368240779769025, "S31": -77.368240779769025, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105427.75, 505026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.084830600854626251, "S11": -0.084830600854626251, "W12": -5.0, "S12": -13.240066714504588, "W13": -19.547719918729776, "S13": -20.040457747409903, "W21": -29.878164730426874, "S21": -29.878164730426874, "W22": -32.484717031446522, "S22": -37.643296771940349, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105428.0, 503920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1740331491712626, "W12": -10.231540767386091, "S12": -19.442441930176788, "W13": -25.068591675559581, "S13": -26.911495225718138, "W21": -35.451552973444109, "S21": -35.451552973444109, "W22": -43.615331937092776, "S22": -43.61801310828649, "W31": -77.264173406283106, "S31": -77.264173406283106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105428.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -7.2091963768008887, "S12": -17.227355488045212, "W13": -20.555863545761969, "S13": -38.958553702623206, "W21": -38.958553702623206, "S21": -38.958553702623206, "W22": -37.312630100413536, "S22": -41.405831643327019, "W31": -71.174309390255701, "S31": -71.174309390255701, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105428.428571428565192, 511845.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36182336182336183, "S11": -4.9292291267901023, "W12": -10.0, "S12": -16.722622960108794, "W13": -28.11444427782838, "S13": -28.11444427782838, "W21": -37.787483661034152, "S21": -37.787483661034152, "W22": -41.2913690243875, "S22": -41.29290809305364, "W31": -77.608733363261493, "S31": -77.608733363261493, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1931136140297829, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.719616931238313, "S21": -33.965431524487514, "W22": -43.116837617660828, "S22": -44.400235061986336, "W31": -73.225349711571781, "S31": -76.771112423436236, "W32": -89.792515381285298, "S32": -94.792515381285298 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 506712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1224188790560472, "S11": -2.6241276722208746, "W12": -5.2804049830326836, "S12": -5.2804049830326836, "W13": -20.602081556709823, "S13": -20.602081556709823, "W21": -32.586989913898137, "S21": -32.586989913898137, "W22": -30.573908521584137, "S22": -30.573908521584137, "W31": -70.0, "S31": -70.0, "W32": -90.396740307982583, "S32": -95.396740307982583 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 506821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2210132696291645, "S11": 1.2210132696291645, "W12": -10.0, "S12": -17.437558007631225, "W13": -21.323218066337329, "S13": -29.085596985531822, "W21": -38.872847463948212, "S21": -38.872847463948212, "W22": -50.831460674157306, "S22": -50.993029562269669, "W31": -75.730554737654316, "S31": -79.383904991461421, "W32": -91.369963369963372, "S32": -96.369963369963372 }, "geometry": { "type": "Point", "coordinates": [ 105429.0, 512256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1729076196820447, "S12": -8.1729076196820447, "W13": -16.124148891382564, "S13": -24.937352140685256, "W21": -41.833703155131573, "S21": -46.465756893158698, "W22": -40.0, "S22": -40.391759925867845, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105429.2, 517312.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96627379469845232, "S11": -5.9662737946984521, "W12": -8.7352516465325962, "S12": -16.951714069263318, "W13": -20.0, "S13": -20.166597716366045, "W21": -29.782131729272418, "S21": -29.782131729272418, "W22": -37.334216519655811, "S22": -41.658613819559378, "W31": -71.268524783377359, "S31": -71.268524783377359, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 504597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2240479949479002, "W12": -5.0, "S12": -5.0, "W13": -17.571021875936466, "S13": -20.012198346524702, "W21": -35.833468621413303, "S21": -36.786588572507142, "W22": -39.78392164109686, "S22": -39.78392164109686, "W31": -60.642686994904004, "S31": -63.66444366544853, "W32": -99.960018992088109, "S32": -104.96001899208811 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 506593.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26138262233500931, "S11": 0.26138262233500931, "W12": -10.15802983548331, "S12": -11.903809071443014, "W13": -24.792599918552877, "S13": -24.792599918552877, "W21": -33.080859181083298, "S21": -33.080859181083298, "W22": -42.481159871467767, "S22": -42.481159871467767, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 507624.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0, "S11": 1.0, "W12": -13.0, "S12": -25.0, "W13": -30.190001, "S13": -30.190001, "W21": -36.5, "S21": -36.51, "W22": -50.0, "S22": -50.0, "W31": -77.898954851768806, "S31": -77.898954851768806, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25561014901329054, "S11": 0.078696672419768854, "W12": -4.7031570963583533, "S12": -14.703157096358353, "W13": -17.386216361556549, "S13": -20.386216361556549, "W21": -34.155028235648032, "S21": -34.418274747275937, "W22": -37.67379705945465, "S22": -41.762405169088112, "W31": -67.686917279973031, "S31": -74.05557154796837, "W32": -89.994005176635767, "S32": -94.994005176635767 }, "geometry": { "type": "Point", "coordinates": [ 105431.0, 499833.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.055776420507125724, "S11": -1.9442235794928742, "W12": -7.8626012477529867, "S12": -15.318464090900246, "W13": -20.071206258411845, "S13": -20.593826109863567, "W21": -29.755440493667745, "S21": -29.755440493667745, "W22": -42.599362043942875, "S22": -42.909331146635118, "W31": -77.423070420170248, "S31": -79.690483293893024, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105431.0, 505041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5893782383419689, "S11": -3.3885010453595128, "W12": -4.1619879385080649, "S12": -10.367545601634014, "W13": -15.0, "S13": -20.778245804741978, "W21": -38.257001940491591, "S21": -38.257001940491591, "W22": -50.218827934788237, "S22": -50.226802848195156, "W31": -75.70924718845032, "S31": -78.778042036995146, "W32": -92.659340659340657, "S32": -97.659340659340657 }, "geometry": { "type": "Point", "coordinates": [ 105432.0, 506290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8462427472994003, "S12": -8.4608105229070745, "W13": -17.777480281682788, "S13": -17.777480281682788, "W21": -29.65249281521146, "S21": -29.65249281521146, "W22": -50.199049882908106, "S22": -52.877037387303616, "W31": -75.324320503956287, "S31": -75.324320503956287, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105433.0, 503654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07936723491882855, "S11": 0.0096442282493800768, "W12": -10.432303108703181, "S12": -11.292384906278819, "W13": -18.405031786911195, "S13": -34.485372356935201, "W21": -35.389902644404224, "S21": -35.389902644404224, "W22": -36.765889358182989, "S22": -40.578244671568029, "W31": -67.410198425182614, "S31": -67.410198425182614, "W32": -89.887418504010498, "S32": -94.887418504010498 }, "geometry": { "type": "Point", "coordinates": [ 105433.0, 513295.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.4122005943828846, "W12": -3.4122005943828846, "S12": -3.4122005943828846, "W13": -15.000000000000002, "S13": -16.761903505465511, "W21": -40.0, "S21": -42.059376507171336, "W22": -42.575798012596401, "S22": -42.867562298551213, "W31": -77.43812269903448, "S31": -79.664490516012293, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 498563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6043654365436546, "S11": -3.0649351516860834, "W12": -15.0, "S12": -15.0, "W13": -17.49756979990072, "S13": -17.712334900571861, "W21": -38.74629518844543, "S21": -38.768503400924757, "W22": -50.257068190251239, "S22": -51.684206078041314, "W31": -74.954300528264582, "S31": -74.954300528264582, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 500532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1681682322801024, "S11": -1.1681682322801024, "W12": -13.221311903828564, "S12": -14.221311903828564, "W13": -17.165110510021183, "S13": -20.775603991585609, "W21": -39.168232755620522, "S21": -39.168232755620522, "W22": -37.500364187992744, "S22": -40.87336080991107, "W31": -71.181682473897396, "S31": -73.994090338732889, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 501134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17757147067491894, "S11": -5.177571470674919, "W12": -10.13290209281543, "S12": -19.305105741954144, "W13": -26.76353408160465, "S13": -26.76353408160465, "W21": -36.688767922543057, "S21": -36.688767922543057, "W22": -38.911725410386737, "S22": -40.706547852885052, "W31": -72.679065179263134, "S31": -75.21269913365137, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105434.0, 505690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45922059704546087, "S11": 0.45922059704546087, "W12": -10.210280588073489, "S12": -18.790976502137305, "W13": -21.299341600046791, "S13": -21.299341600046791, "W21": -31.437713096433008, "S21": -31.437713096433008, "W22": -37.480791415065298, "S22": -37.480791415065298, "W31": -61.869710977941025, "S31": -67.075049786975939, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105434.333333333328483, 509321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51560459356000909, "S11": -2.2712627921743276, "W12": -5.5089453743834991, "S12": -5.9787664745339759, "W13": -15.622552359157925, "S13": -19.625282605420733, "W21": -41.274611565774869, "S21": -44.274146710108404, "W22": -36.884709601089476, "S22": -36.884709601089476, "W31": -62.164882769831763, "S31": -67.767174939719041, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105435.0, 497987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86928502033032284, "S11": -2.8813598950996342, "W12": -5.0, "S12": -12.638124757845794, "W13": -20.0, "S13": -20.702007629639208, "W21": -30.0, "S21": -30.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -77.877274568010563, "S31": -77.877274568010563, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105435.0, 504331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96594752421187313, "S11": 0.96594752421187313, "W12": -10.0, "S12": -14.266699176089446, "W13": -17.795563909774398, "S13": -18.376109082533834, "W21": -31.659347064359146, "S21": -36.678558882690375, "W22": -41.754885703427171, "S22": -41.754885703427171, "W31": -72.742255839778835, "S31": -72.742255839778835, "W32": -99.675635994827005, "S32": -104.675635994827 }, "geometry": { "type": "Point", "coordinates": [ 105435.428571428565192, 501950.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29479654941505495, "S11": -0.29479654941505495, "W12": -13.859566770728851, "S12": -13.859566770728851, "W13": -17.292214703673569, "S13": -20.292214703673569, "W21": -31.804359332146465, "S21": -31.804359332146465, "W22": -36.861764300610325, "S22": -40.055105422105655, "W31": -62.460054561722508, "S31": -68.011961767841669, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105435.5, 501336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.20965409184042427, "W12": -1.2702380515244442, "S12": -1.2702380515244442, "W13": -15.0, "S13": -18.004938445936403, "W21": -40.0, "S21": -41.344683314475176, "W22": -44.105151284754129, "S22": -45.39049135366939, "W31": -76.421978699330154, "S31": -80.447782275180785, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 498904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51678229269904197, "S11": -3.516782292699042, "W12": -6.9321494182488772, "S12": -10.303225460859938, "W13": -28.487549397315078, "S13": -28.487549397315078, "W21": -38.721354321341487, "S21": -38.721354321341487, "W22": -43.159638623750652, "S22": -43.159638623750652, "W31": -56.328146921825017, "S31": -56.861614115323974, "W32": -99.757337010045319, "S32": -104.75733701004532 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1683612251341966, "W12": -5.0, "S12": -5.0, "W13": -17.240635301168712, "S13": -19.408702528059468, "W21": -35.945318327508033, "S21": -36.921607572519171, "W22": -37.113250865790064, "S22": -46.346720491958287, "W31": -62.755226353613253, "S31": -68.256748595964297, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 506587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4060549398815931, "S11": -0.89146816547885033, "W12": -9.2196214321195225, "S12": -13.224910870169625, "W13": -22.121291776192265, "S13": -29.284685615264383, "W21": -38.682260196286336, "S21": -38.682260196286336, "W22": -29.141980177786859, "S22": -31.610028557943984, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105436.0, 512033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19800870614223032, "S11": 0.19800870614223032, "W12": -5.1552746198717019, "S12": -10.250822990380044, "W13": -18.191128421510125, "S13": -18.387113945518685, "W21": -29.784812169882862, "S21": -29.784812169882862, "W22": -31.057105583355067, "S22": -31.649973802464157, "W31": -70.0, "S31": -70.0, "W32": -90.228988035612403, "S32": -95.228988035612403 }, "geometry": { "type": "Point", "coordinates": [ 105436.666666666671517, 503796.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47760924521487902, "S11": 0.20980160389874059, "W12": -1.3322809158685098, "S12": -1.3518370268639044, "W13": -15.0, "S13": -18.008842218770461, "W21": -40.0, "S21": -41.281819856327132, "W22": -40.0, "S22": -45.985238548321327, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 498937.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5343143080531666, "S11": 0.5343143080531666, "W12": -10.003741511500547, "S12": -10.003741511500547, "W13": -17.525110674160143, "S13": -18.235814899512256, "W21": -29.57142193532955, "S21": -30.400396700595451, "W22": -40.0, "S22": -40.000000000000007, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 503554.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.7774052705442069, "W12": -9.4606523040095762, "S12": -10.622822082100454, "W13": -15.583458195984417, "S13": -17.387379764611868, "W21": -36.523023870959165, "S21": -37.730333595425343, "W22": -37.364737430969804, "S22": -49.778318560347934, "W31": -63.050398145503983, "S31": -68.50153542408691, "W32": -99.984410832538856, "S32": -104.98441083253886 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 506548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1169971671388104, "S11": -1.4595989137197956, "W12": -5.0, "S12": -5.0, "W13": -21.829017753314211, "S13": -21.829017753314211, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.507529297293246, "S31": -70.625022580140353, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 507042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3569945668978309, "W12": -4.9999999999999991, "S12": -18.724897076372311, "W13": -20.348679410477164, "S13": -36.317263041491046, "W21": -36.626482376828029, "S21": -36.626482376828029, "W22": -40.0, "S22": -40.0, "W31": -70.704233454712224, "S31": -70.704233454712224, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105437.0, 511637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1506083525156199, "W12": -5.8488308922433117, "S12": -11.443976193177107, "W13": -15.451248832503113, "S13": -18.290399982776229, "W21": -40.256266338724231, "S21": -43.101427896820816, "W22": -46.305078237496396, "S22": -46.305078237496396, "W31": -73.693635336646466, "S31": -73.693635336646466, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105438.0, 498146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11894121691302856, "S11": -2.6285341841420431, "W12": -4.9497174815498157, "S12": -12.731869712520943, "W13": -15.525473861204524, "S13": -18.586434849150454, "W21": -35.681382196873827, "S21": -36.115297907730053, "W22": -37.358751837572953, "S22": -49.763826891182674, "W31": -63.03080727000426, "S31": -68.446467495447095, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105438.0, 499378.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39215642914895615, "S11": -0.39215642914895615, "W12": -10.0, "S12": -10.0, "W13": -18.80153608688375, "S13": -25.499497811546952, "W21": -38.690157529442416, "S21": -38.690157529442416, "W22": -42.996393227084631, "S22": -42.996393227084631, "W31": -73.245606749773756, "S31": -75.376455094105097, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105438.0, 514898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082436622287069161, "S11": -1.0873093361424913, "W12": -4.3633724542682142, "S12": -4.3633724542682142, "W13": -16.004703715266938, "S13": -21.004703715266938, "W21": -42.412730778769046, "S21": -45.412730778769046, "W22": -42.494993783796147, "S22": -42.494993783796147, "W31": -56.876879013573173, "S31": -57.522705429465745, "W32": -99.700540251554642, "S32": -104.70054025155464 }, "geometry": { "type": "Point", "coordinates": [ 105438.5, 497791.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.967338497899156, "S22": -42.196542290044, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105438.536842105269898, 530016.778947368380614 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -6.793896043358961, "S12": -19.971069580905564, "W13": -20.153962645128527, "S13": -39.251437386213382, "W21": -39.251437386213382, "S21": -39.251437386213382, "W22": -37.426864225998621, "S22": -42.748464997454747, "W31": -71.671833805292451, "S31": -71.671833805292451, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105438.571428571434808, 511803.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.287009410144595, "W12": -7.6272454266680763, "S12": -13.733026484478653, "W13": -20.0, "S13": -20.551718544498026, "W21": -29.476194975574224, "S21": -29.476194975574224, "W22": -40.282467300824152, "S22": -40.282467300824152, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105439.0, 504919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3929397535716985, "W12": -5.0, "S12": -5.5047012302281466, "W13": -19.165578966996083, "S13": -20.348522570847528, "W21": -34.694153291470279, "S21": -35.243186084798083, "W22": -44.202377470867503, "S22": -45.537855460269306, "W31": -76.354660585710235, "S31": -80.434943880247403, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105439.0, 506657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0432972190034762, "S11": 0.92669205895075391, "W12": -8.0715858347804517, "S12": -20.336348666457532, "W13": -25.14297976155795, "S13": -25.14297976155795, "W21": -36.337740329353259, "S21": -36.340568115495422, "W22": -51.0863244112915, "S22": -51.0863244112915, "W31": -75.426937870208604, "S31": -75.426937870208604, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105439.25, 511237.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80370212942516828, "S11": -0.80370212942516828, "W12": -11.041715474298673, "S12": -12.058506081051448, "W13": -19.856868922720103, "S13": -20.200732102424887, "W21": -29.796468850222276, "S21": -29.796468850222276, "W22": -29.437564115663633, "S22": -29.437564115663633, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105439.333333333328483, 508114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76947513519245347, "S11": -0.76947513519245347, "W12": -11.398316177828267, "S12": -16.220554562646704, "W13": -19.051292872768265, "S13": -19.051292872768265, "W21": -29.446902920919658, "S21": -29.446902920919658, "W22": -39.490324970414278, "S22": -39.490324970414278, "W31": -53.555879024262261, "S31": -53.711607881613794, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105439.333333333328483, 508281.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2585657772065888, "W12": -5.0, "S12": -5.0, "W13": -19.99751382932488, "S13": -19.99751382932488, "W21": -34.043429890242585, "S21": -34.341085014472839, "W22": -49.984573299059825, "S22": -49.992469327080741, "W31": -75.70113361440562, "S31": -78.638562903871303, "W32": -92.75419317524576, "S32": -97.75419317524576 }, "geometry": { "type": "Point", "coordinates": [ 105439.666666666671517, 506698.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2248615175104437, "S11": -1.1910092011325943, "W12": -6.5039116255086586, "S12": -6.5184570800541133, "W13": -15.764139590202372, "S13": -18.764139590202372, "W21": -34.353623420948146, "S21": -34.353623420948146, "W22": -39.35321277483596, "S22": -53.898766283460979, "W31": -79.217605702568108, "S31": -79.217605702568108, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 496920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8559651243093742, "W12": -10.233980815347721, "S12": -19.868573838603535, "W13": -24.563070088378467, "S13": -27.037983074688313, "W21": -35.106213570059161, "S21": -35.106213570059161, "W22": -38.72206369791067, "S22": -53.467332497106781, "W31": -76.752880578068556, "S31": -76.752880578068556, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 505576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51441922563417886, "S11": -0.51441922563417886, "W12": -4.9366592810535925, "S12": -5.4540720190408996, "W13": -27.342561650981345, "S13": -27.342561650981345, "W21": -40.0, "S21": -40.0, "W22": -38.971790251612489, "S22": -49.783273492503127, "W31": -64.934049241228166, "S31": -74.934049241228166, "W32": -98.393929243216789, "S32": -103.39392924321679 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 505957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059691241667873152, "S11": 0.059691241667873152, "W12": -12.213271222653049, "S12": -14.767391161462026, "W13": -18.843544026851326, "S13": -33.843544026851326, "W21": -35.63137685971617, "S21": -35.63137685971617, "W22": -35.694236397575651, "S22": -41.057610608774901, "W31": -71.372335603054722, "S31": -72.759461193136787, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 512923.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.930165263923068, "S11": 1.930165263923068, "W12": -3.8643230908597492, "S12": -3.8643230908597492, "W13": -15.0, "S13": -15.0, "W21": -41.70324987918665, "S21": -42.0810734529489, "W22": -50.0, "S22": -50.008032235717913, "W31": -75.656735594525543, "S31": -78.782934739325071, "W32": -92.692307692307693, "S32": -97.692307692307693 }, "geometry": { "type": "Point", "coordinates": [ 105440.0, 523590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.147849116235514, "S12": -19.673989271964103, "W13": -23.419615691627818, "S13": -25.685123510058059, "W21": -33.700791818475871, "S21": -33.700791818475871, "W22": -50.531971212316321, "S22": -50.539589939479619, "W31": -75.781530826053213, "S31": -77.801683110317171, "W32": -91.27472527472527, "S32": -96.27472527472527 }, "geometry": { "type": "Point", "coordinates": [ 105441.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52154548457819028, "S11": -3.1958457390311166, "W12": -5.5552153500716059, "S12": -8.0110290400081432, "W13": -28.245478543860525, "S13": -28.245478543860525, "W21": -40.0, "S21": -40.0, "W22": -50.375727919188449, "S22": -50.383007276940965, "W31": -75.845833938419716, "S31": -77.095275562785204, "W32": -91.19780219780219, "S32": -96.19780219780219 }, "geometry": { "type": "Point", "coordinates": [ 105441.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8241151322371341, "S12": -3.8241151322371341, "W13": -15.130319738486399, "S13": -15.130319738486399, "W21": -42.106101074309464, "S21": -42.704503450185165, "W22": -36.965140569974473, "S22": -40.474321181825168, "W31": -71.445533319908819, "S31": -73.693391226274741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105441.0, 523474.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.062979607060668644, "S11": -0.062979607060668644, "W12": -10.0, "S12": -10.0, "W13": -18.065625352328315, "S13": -18.571736166172904, "W21": -37.606631525709012, "S21": -37.606631525709012, "W22": -45.148780037265915, "S22": -45.148780037265915, "W31": -58.822268365228126, "S31": -59.735651622264633, "W32": -99.459917273980707, "S32": -104.45991727398071 }, "geometry": { "type": "Point", "coordinates": [ 105441.454545454544132, 513775.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6508629631746903, "S12": -8.6508629631746903, "W13": -15.0, "S13": -23.654583934378522, "W21": -39.597176855429218, "S21": -40.593938902434026, "W22": -42.567449883268793, "S22": -42.567449883268793, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105441.724137931028963, 516623.224137931014411 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.310161662817551, "W12": -5.4165887759677176, "S12": -6.6971438670896042, "W13": -15.60530982550813, "S13": -19.627449149163958, "W21": -41.389509361390914, "S21": -44.389509361390914, "W22": -40.0, "S22": -46.147209460378875, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105442.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.98143176168204627, "S11": 0.98143176168204627, "W12": -10.292670724589344, "S12": -20.292670724589343, "W13": -25.0, "S13": -25.0, "W21": -34.288758273592137, "S21": -34.288758273592137, "W22": -40.0, "S22": -40.0, "W31": -70.953882679488231, "S31": -70.953882679488231, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105442.0, 510324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26273026739542504, "S11": -0.99290044498129126, "W12": -5.8772928661278199, "S12": -6.4410504418853955, "W13": -14.883129884243383, "S13": -17.883129884243381, "W21": -34.521538785564971, "S21": -34.693586513236497, "W22": -43.93152580621615, "S22": -43.93449530204844, "W31": -77.141609934071042, "S31": -77.141609934071042, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105443.0, 496958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3051974919199099, "S12": -4.3051974919199099, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -41.508654633800155, "S21": -41.508654633800155, "W22": -50.201517792685713, "S22": -52.917886841616429, "W31": -75.308718220267053, "S31": -75.308718220267053, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105443.333333333328483, 524233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1999999999999384, "S11": 2.1999999999999384, "W12": -4.080589613450182, "S12": -4.080589613450182, "W13": -15.810465652611018, "S13": -15.810465652611018, "W21": -43.338912536688717, "S21": -44.326477774861068, "W22": -50.000176979989561, "S22": -64.367643109405179, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105443.571428571434808, 523113.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41971252890273192, "S11": 0.41971252890273192, "W12": -5.4834063045679438, "S12": -5.4834063045679438, "W13": -20.0, "S13": -20.0, "W21": -39.667449012502885, "S21": -41.273322613154562, "W22": -39.862453018878782, "S22": -44.923255642016564, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105443.909090909088263, 521128.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3894230769230766, "S11": -2.6513909546714003, "W12": -10.0, "S12": -11.049524480450863, "W13": -15.602936769553491, "S13": -17.168763100085705, "W21": -36.534484462820991, "S21": -37.711411234577682, "W22": -40.0, "S22": -40.0, "W31": -53.820974553092796, "S31": -53.820974553092796, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105444.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0345932792584009, "S11": 0.88089719237959341, "W12": -8.0039072190523441, "S12": -20.257344366885555, "W13": -25.0, "S13": -25.0239434516402, "W21": -36.355549273968428, "S21": -36.358312511947737, "W22": -49.66170546250607, "S22": -49.668001810707125, "W31": -76.130476703886174, "S31": -76.747250186227731, "W32": -93.73233346683152, "S32": -98.73233346683152 }, "geometry": { "type": "Point", "coordinates": [ 105444.0, 511240.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -6.8523255681753588, "S12": -19.749493911795888, "W13": -20.0, "S13": -39.018100534292884, "W21": -39.018100534292884, "S21": -39.018100534292884, "W22": -29.823431082047613, "S22": -29.823431082047613, "W31": -70.0, "S31": -70.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105444.0, 511807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11418386238164413, "S11": 0.11418386238164413, "W12": -13.461616894241184, "S12": -13.461616894241178, "W13": -17.356597780041344, "S13": -20.356597780041344, "W21": -29.623339198818336, "S21": -30.542698331965536, "W22": -40.0, "S22": -41.319763490553214, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105444.285714285710128, 501432.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.580549161460246, "W12": -5.9054996497781795, "S12": -11.073624649777255, "W13": -15.319582191780759, "S13": -18.319582191780761, "W21": -40.0, "S21": -42.762698583713643, "W22": -39.948840454846319, "S22": -42.328482624637466, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105444.8, 498193.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77383602219545433, "S11": -5.7738360221954546, "W12": -9.3213698365096285, "S12": -14.540863060550073, "W13": -20.0, "S13": -20.170116472545757, "W21": -29.496464042940676, "S21": -29.496464042940676, "W22": -40.0, "S22": -40.0, "W31": -70.440196297965514, "S31": -70.469369299313726, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105445.0, 504714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4482681011080212, "S12": -5.4482681011080212, "W13": -15.0, "S13": -15.0, "W21": -44.103609985689666, "S21": -44.103609985689666, "W22": -40.0, "S22": -40.0, "W31": -70.511912696805595, "S31": -70.511912696805595, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105445.0, 525254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8000886297546933, "S11": 0.8000886297546933, "W12": -7.9089755702523963, "S12": -14.357096392406913, "W13": -17.710721028668498, "S13": -21.194874266651315, "W21": -32.652188738034376, "S21": -40.660167461438633, "W22": -39.308849791993865, "S22": -40.36850306336882, "W31": -72.893082407579868, "S31": -75.633272262518375, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105445.5, 502138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8426171561578486, "S11": 0.8426171561578486, "W12": -10.668643213008583, "S12": -19.488736859294384, "W13": -21.469758993241012, "S13": -21.469758993241012, "W21": -31.724461211615157, "S21": -31.724461211615157, "W22": -40.0, "S22": -51.233165692537717, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105445.666666666671517, 509465.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01926070463067928, "S11": -0.14591713643416168, "W12": -5.0, "S12": -13.156886139285922, "W13": -19.224691234306604, "S13": -19.674955763602977, "W21": -29.896927275801623, "S21": -29.896927275801623, "W22": -42.00201055702253, "S22": -42.00201055702253, "W31": -71.945526295426248, "S31": -71.945526295426248, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 503905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25098455281886461, "S11": -1.0568623798791699, "W12": -8.1316992703817288, "S12": -16.857589667361012, "W13": -20.465763795423957, "S13": -20.856513289009371, "W21": -29.866478063009868, "S21": -29.866478063009868, "W22": -42.817173236273554, "S22": -42.817173236273554, "W31": -72.528566175573488, "S31": -72.528566175573488, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 505078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.094032904548844165, "S11": -0.094032904548844151, "W12": -8.749801968994003, "S12": -18.545475221963699, "W13": -21.751766487213999, "S13": -22.616088903549283, "W21": -31.31502088725459, "S21": -31.31502088725459, "W22": -38.310504431909671, "S22": -53.216952263093724, "W31": -75.187286397812329, "S31": -75.187286397812329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 505260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10387040023456973, "S11": -4.4945474257617617, "W12": -10.176452189454871, "S12": -19.632396205774, "W13": -26.459515426550951, "S13": -26.459515426550951, "W21": -36.453468296780862, "S21": -36.453468296780862, "W22": -50.471910112359545, "S22": -50.730367219187968, "W31": -75.485170075261166, "S31": -80.903444186936298, "W32": -91.644688644688657, "S32": -96.644688644688657 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61818369847953658, "S11": 0.61818369847953658, "W12": -10.510802860535783, "S12": -20.510802860535783, "W13": -20.510802860535783, "S13": -30.602111193437821, "W21": -37.981794311932049, "S21": -37.981794311932049, "W22": -38.709678473730861, "S22": -38.709678473730861, "W31": -71.552102514988533, "S31": -74.802796616361917, "W32": -89.833057228372013, "S32": -94.833057228372013 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 512435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41596920001308896, "S11": 0.41596920001308896, "W12": -11.211416974610552, "S12": -16.452898334304741, "W13": -19.436331122271472, "S13": -35.815095251554411, "W21": -36.835548290582963, "S21": -36.835548290582963, "W22": -41.405155078910482, "S22": -41.405155078910482, "W31": -73.180059959934027, "S31": -76.507479416958475, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 512639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -50.00014254909992, "S22": -64.348565317376455, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.0, 529629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40618489831090387, "S11": -0.40618489831090387, "W12": -10.0, "S12": -10.0, "W13": -18.88825350186066, "S13": -25.871394531198746, "W21": -38.636331943361228, "S21": -38.636331943361228, "W22": -38.827561244532063, "S22": -53.573834900536085, "W31": -77.211087784396057, "S31": -77.211087784396057, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105446.166666666671517, 514942.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11224489795918369, "S11": -1.6025451289060648, "W12": -4.6575334291544017, "S12": -4.6575334291544017, "W13": -15.889306323398738, "S13": -20.73760149717571, "W21": -42.1039327089536, "S21": -45.1039327089536, "W22": -37.279459735092665, "S22": -40.367405733164027, "W31": -71.207848615142851, "S31": -71.207848615142851, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 497820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68780081451314334, "S11": -0.68780081451314334, "W12": -7.8284625650349104, "S12": -7.8284625650349104, "W13": -16.994632269736943, "S13": -19.994632269736943, "W21": -34.34534389975348, "S21": -34.557303532517103, "W22": -40.0, "S22": -40.0, "W31": -71.054804926443609, "S31": -71.054804926443609, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 500040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50599453404210581, "S11": -2.5059945340421059, "W12": -7.2036932707358128, "S12": -10.362184317879965, "W13": -28.607927117225366, "S13": -28.607927117225366, "W21": -38.841358774352273, "S21": -38.841358774352273, "W22": -37.532868680015014, "S22": -41.151398404288841, "W31": -71.165943536576151, "S31": -73.870312176038652, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 505871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78569016324317908, "S11": -0.78569016324317908, "W12": -10.86291437510031, "S12": -10.86291437510031, "W13": -21.733674180804091, "S13": -21.733674180804091, "W21": -30.618843408526658, "S21": -30.618843408526658, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 508040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056293673121114773, "S11": 0.056293673121114773, "W12": -11.780893442290377, "S12": -12.356922727035164, "W13": -18.420515572620843, "S13": -34.387649551702651, "W21": -35.230285920445048, "S21": -35.230285920445048, "W22": -40.0, "S22": -46.532227810248742, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105447.0, 513191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30961378343159557, "S11": -0.30961378343159557, "W12": -11.353077858123189, "S12": -12.875598880275923, "W13": -20.047087344400467, "S13": -20.047087344400467, "W21": -30.010696840917902, "S21": -30.146096725117413, "W22": -38.997307992546332, "S22": -53.695599735972891, "W31": -77.88167659408262, "S31": -77.88167659408262, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105447.5, 508727.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6034503180262238, "S11": -1.6034503180262238, "W12": -14.04702730955181, "S12": -14.965797351455373, "W13": -17.699864819944601, "S13": -21.161545956487615, "W21": -40.879464438001023, "S21": -40.879464438001023, "W22": -37.024470940773575, "S22": -38.801694429941193, "W31": -70.411193458324448, "S31": -70.411193458324448, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105448.0, 500813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.295174357168017, "W13": -14.295174357168017, "S13": -14.295174357168017, "W21": -37.014030483519079, "S21": -38.250102280313527, "W22": -44.08087741192282, "S22": -44.08087741192282, "W31": -73.395895120052671, "S31": -74.448178795028937, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105448.0, 506515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31258171771901333, "S11": 0.29773319924181607, "W12": -7.2058601338635428, "S12": -7.2058601338635428, "W13": -14.314567537423075, "S13": -14.336694190470814, "W21": -40.000000000000007, "S21": -41.363410225512169, "W22": -36.757062416426024, "S22": -45.319154822748558, "W31": -74.52327982870419, "S31": -74.52327982870419, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105448.6, 497237.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31302040663054603, "S11": 0.31302040663054603, "W12": -7.1882026470180422, "S12": -7.1882026470180422, "W13": -14.323337716466092, "S13": -14.323337716466092, "W21": -40.0, "S21": -41.366130142881723, "W22": -49.902245607910132, "S22": -49.910170809960654, "W31": -75.656508267307132, "S31": -78.611491490096526, "W32": -92.735483112608733, "S32": -97.735483112608733 }, "geometry": { "type": "Point", "coordinates": [ 105448.6, 497238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -6.3822271195232325, "S12": -20.804194175438802, "W13": -20.804194175438802, "S13": -38.360429091215877, "W21": -38.360429091215877, "S21": -38.360429091215877, "W22": -38.024317473033406, "S22": -40.880142991310528, "W31": -71.791253034488648, "S31": -73.58383707046967, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105448.714285714289872, 511761.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.579475329618049, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105448.761538461534656, 530036.092307692277245 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20909611992945326, "S11": 0.01656456047673574, "W12": -8.4036480913608962, "S12": -18.403648091360896, "W13": -21.1212567294751, "S13": -21.494032013172326, "W21": -30.403244090914828, "S21": -30.403244090914828, "W22": -40.0, "S22": -40.0, "W31": -70.304441198466151, "S31": -70.379786139804622, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 505167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52515840477077902, "S11": -0.71837569168554494, "W12": -4.6186960697515973, "S12": -4.6186960697515973, "W13": -26.78928212905214, "S13": -26.78928212905214, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.792700631247556, "S31": -70.792700631247556, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 505996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54327245620573983, "S11": -0.82724604564151416, "W12": -4.3271848064186988, "S12": -4.3271848064186988, "W13": -26.390732210579809, "S13": -26.390732210579809, "W21": -40.0, "S21": -40.0, "W22": -44.556876462146356, "S22": -46.083931765292526, "W31": -76.111039873914734, "S31": -80.326980271461906, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 506023.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59626406469760906, "S11": -1.8681673269715104, "W12": -3.5551866741051033, "S12": -8.8387687636573435, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.0, "W22": -42.116912335038187, "S22": -42.117971614688599, "W31": -77.700954860112347, "S31": -78.989994531253302, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 506204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45923698738170343, "S11": 0.45923698738170343, "W12": -9.4052417235022396, "S12": -12.818045425777596, "W13": -23.74451227160597, "S13": -23.74451227160597, "W21": -31.766529250976468, "S21": -31.766529250976468, "W22": -44.111428644783501, "S22": -44.114561229918351, "W31": -77.072393099715569, "S31": -77.072393099715569, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 507407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -6.6137326073805207, "S12": -20.0, "W13": -20.0, "S13": -38.718482764050023, "W21": -38.718482764050023, "S21": -38.718482764050023, "W22": -49.879895512524783, "S22": -49.887765424315297, "W31": -75.667933236251713, "S31": -78.541991618182962, "W32": -92.731001684820939, "S32": -97.731001684820939 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 511783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -7.2146048637402362, "S12": -17.572300813685274, "W13": -20.0, "S13": -38.150964998364415, "W21": -38.150964998364415, "S21": -38.150964998364415, "W22": -50.148144039217982, "S22": -50.156443120176739, "W31": -75.550650575419667, "S31": -79.034222947565354, "W32": -92.604395604395606, "S32": -97.604395604395606 }, "geometry": { "type": "Point", "coordinates": [ 105449.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40697338532847405, "S11": -0.40697338532847405, "W12": -13.494545814283333, "S12": -13.494545814283333, "W13": -17.203048323841685, "S13": -20.203048323841685, "W21": -33.392890556919241, "S21": -33.392890556919241, "W22": -37.289916466834676, "S22": -41.336811861490503, "W31": -67.626494032887265, "S31": -71.333214852557546, "W32": -89.97836813347665, "S32": -94.97836813347665 }, "geometry": { "type": "Point", "coordinates": [ 105449.666666666671517, 501287.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.6990762124711312, "W12": -5.515652891944403, "S12": -5.7552242059686138, "W13": -15.577899216835336, "S13": -17.588457286216936, "W21": -40.945161395748833, "S21": -43.904478223939009, "W22": -37.567862529583287, "S22": -37.567862529583287, "W31": -61.700698892140345, "S31": -66.700698892140352, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 498002.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37157818707114476, "S11": -0.84949708174605965, "W12": -1.7557598759822521, "S12": -3.6285950106378415, "W13": -14.999999999999998, "S13": -18.01636606374921, "W21": -39.412715859731748, "S21": -40.561098882124718, "W22": -50.0, "S22": -50.001284652945294, "W31": -76.924872132484339, "S31": -76.924872132484339, "W32": -90.135928014545087, "S32": -95.135928014545087 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084651082846339099, "S11": -2.4362685285636503, "W12": -5.0, "S12": -14.182078984313007, "W13": -15.488688474472639, "S13": -18.546626317063687, "W21": -35.965790191070752, "S21": -36.439745150488498, "W22": -49.91103602199474, "S22": -49.919071933877618, "W31": -75.618884333204775, "S31": -78.726298525482193, "W32": -92.722479625421201, "S32": -97.722479625421201 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": 0.1, "W12": -4.6500001, "S12": -14.6500001, "W13": -17.4, "S13": -20.4, "W21": -33.900002, "S21": -34.200002, "W22": -37.270570425700875, "S22": -41.315431228968123, "W31": -67.623499848816834, "S31": -71.196167860692952, "W32": -89.977610597294898, "S32": -94.977610597294898 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60259163272861915, "S11": -0.7247260640662555, "W12": -6.5872386515289252, "S12": -8.2409102043583946, "W13": -17.067009303854093, "S13": -20.067009303854093, "W21": -34.195194276839644, "S21": -34.420375857490221, "W22": -42.208906876441063, "S22": -42.208906876441063, "W31": -71.984707551805528, "S31": -71.984707551805528, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.481654253234026, "S12": -14.775523175009925, "W13": -17.939241323122051, "S13": -18.010769655125245, "W21": -40.744311077769439, "S21": -40.744311077769439, "W22": -42.099077621229419, "S22": -42.100163634110068, "W31": -77.689751806741072, "S31": -78.917223892764341, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 500667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7783781044095287, "S11": 0.7783781044095287, "W12": -11.07253904321481, "S12": -13.371178989630193, "W13": -17.297695508930119, "S13": -18.625216845077681, "W21": -30.0, "S21": -32.625530230190599, "W22": -39.25061807514102, "S22": -53.897410907162453, "W31": -78.909408260912016, "S31": -78.909408260912016, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 501718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56695844932467265, "S11": -2.4485067613153597, "W12": -10.0, "S12": -16.03022785559282, "W13": -16.03022785559282, "S13": -18.22738863650752, "W21": -37.914690761696917, "S21": -39.001074781264791, "W22": -39.175197745193962, "S22": -53.845855926403139, "W31": -78.614881359242261, "S31": -78.614881359242261, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 506447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20373980034531433, "S11": 0.20373980034531433, "W12": -10.431195841331938, "S12": -10.431195841331938, "W13": -25.922478391958837, "S13": -25.922478391958837, "W21": -33.518262086077854, "S21": -33.518262086077854, "W22": -41.762516335652428, "S22": -41.762516335652428, "W31": -72.705168426065043, "S31": -72.705168426065043, "W32": -99.829995393909329, "S32": -104.82999539390933 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 507723.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78904574645134229, "S11": -0.78904574645134229, "W12": -11.020243318572369, "S12": -11.840607715714768, "W13": -20.0, "S13": -20.214835877401427, "W21": -29.826590794711045, "S21": -29.826590794711045, "W22": -49.014662320854441, "S22": -53.170629243721244, "W31": -75.34329924334493, "S31": -75.34329924334493, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 508111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.046039976825029, "S11": -0.13449668485365418, "W12": -6.3620224510047141, "S12": -18.709573931385822, "W13": -24.163655529461998, "S13": -26.461417986528055, "W21": -36.304127178681178, "S21": -36.304127178681178, "W22": -48.386457991467189, "S22": -52.412697161605109, "W31": -75.343938779418679, "S31": -75.681855420508853, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.25, 511288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9978200883743824, "S12": -8.9978200883743824, "W13": -15.0, "S13": -21.640512510421431, "W21": -38.094056664124032, "S21": -38.45296483519946, "W22": -47.75825366207993, "S22": -51.372857309370552, "W31": -75.344578315492427, "S31": -76.426770937185381, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105450.32, 516099.039999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05681196425314608, "S11": -1.6203223568628451, "W12": -4.5865794129975317, "S12": -4.5865794129975317, "W13": -15.896377146425227, "S13": -20.893000437481067, "W21": -42.095450596367108, "S21": -45.095450596367108, "W22": -47.130049332692671, "S22": -50.333017457135995, "W31": -75.345217851566176, "S31": -77.171686453861923, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 497811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.457996208774572, "S12": -14.560811578958468, "W13": -17.285169801087875, "S13": -20.285169801087875, "W21": -29.234048053527978, "S21": -31.036551646647734, "W22": -46.501845003305412, "S22": -49.293177604901437, "W31": -75.345857387639924, "S31": -77.916601970538451, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 501526.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63890968141045468, "S11": -0.63890968141045423, "W12": -5.7354010282776349, "S12": -12.223526976684312, "W13": -15.000000000000002, "S13": -21.834606178046279, "W21": -36.829236739974128, "S21": -36.969419010065266, "W22": -45.87364067391816, "S22": -48.253337752666887, "W31": -75.346496923713659, "S31": -78.612489069090742, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 506359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57336477987421386, "S11": -2.5679040290209718, "W12": -10.0, "S12": -16.064657723416847, "W13": -16.064657723416847, "S13": -18.155502231048398, "W21": -37.867719590340407, "S21": -38.988918122749702, "W22": -45.245436344530908, "S22": -47.213497900432337, "W31": -75.652220853529101, "S31": -79.385076261296376, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2876173324812662, "S11": 0.2876173324812662, "W12": -9.9908659498817087, "S12": -12.357059395469513, "W13": -24.308743664432026, "S13": -24.308743664432026, "W21": -32.923951751030721, "S21": -32.923951751030721, "W22": -44.617232015143649, "S22": -46.17365804819778, "W31": -76.068884562886964, "S31": -80.227577574706743, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 507583.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3235071616222307, "S11": 0.3235071616222307, "W12": -9.9999999999999982, "S12": -11.956951030453556, "W13": -24.581127465239398, "S13": -24.581127465239398, "W21": -33.058355256921253, "S21": -33.058355256921253, "W22": -43.98902768575639, "S22": -45.133818195963229, "W31": -76.485548272244827, "S31": -80.075266463518162, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 507604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85413774907368101, "S11": 0.85413774907368101, "W12": -10.818212400372632, "S12": -21.931537820501326, "W13": -29.279929016871591, "S13": -29.279929016871591, "W21": -36.304907057468604, "S21": -36.310023871831589, "W22": -43.360823356369131, "S22": -44.093978343728672, "W31": -76.90221198160269, "S31": -79.736643163812587, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090786172098810541, "S11": -0.090786172098810541, "W12": -10.0, "S12": -10.0, "W13": -17.972760335928054, "S13": -19.132166119019303, "W21": -38.133089329428401, "S21": -38.133089329428401, "W22": -42.73261902698188, "S22": -43.054138491494122, "W31": -77.318875690960553, "S31": -79.398019864106999, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105451.0, 513866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55542789558165073, "S11": 0.55542789558165073, "W12": -12.083235856530738, "S12": -14.252434286802744, "W13": -17.252674387073103, "S13": -20.143006632299592, "W21": -29.261986626717334, "S21": -31.247233837940257, "W22": -42.162819991551679, "S22": -42.163870485324175, "W31": -77.696013377230315, "S31": -79.019870541313324, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92666666666666675, "S11": 0.92666666666666675, "W12": -10.126732673267327, "S12": -16.303982177511809, "W13": -17.893269949066212, "S13": -18.862319087547387, "W21": -31.415389305534635, "S21": -36.598791620141967, "W22": -41.798521064488881, "S22": -41.799873789381557, "W31": -77.604386298455282, "S31": -78.172956453474839, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 501969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54397266249818232, "S11": -3.5439726624981822, "W12": -7.7272632129774976, "S12": -13.662892569271062, "W13": -20.0, "S13": -20.508355984217449, "W21": -29.437496782310596, "S21": -29.437496782310596, "W22": -41.434222137426076, "S22": -41.435877093438933, "W31": -77.512759219680234, "S31": -77.512759219680234, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 504896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50687663063734623, "S11": -0.62332320926879881, "W12": -4.9661702978354416, "S12": -4.9661702978354416, "W13": -27.224822161588246, "S13": -27.224822161588246, "W21": -40.0, "S21": -40.0, "W22": -41.389752033906973, "S22": -41.39170922104001, "W31": -77.4211321409052, "S31": -77.4211321409052, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 505967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51847749648382568, "S11": -2.5974624771039805, "W12": -3.769457709778226, "S12": -10.724681590375241, "W13": -15.0, "S13": -18.972029575283926, "W21": -39.028788091560173, "S21": -39.028788091560173, "W22": -42.071014429397415, "S22": -42.073273847650633, "W31": -77.329505062130153, "S31": -77.329505062130153, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 506257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66407602433588964, "S11": -0.66407602433588964, "W12": -10.601366349972761, "S12": -10.601366349972761, "W13": -25.0, "S13": -25.0, "W21": -31.634830650011541, "S21": -31.634830650011541, "W22": -42.752276824887858, "S22": -42.754838474261255, "W31": -77.237877983355119, "S31": -77.237877983355119, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 507928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80726955440296977, "S11": 0.80726955440296977, "W12": -10.250775321513629, "S12": -18.327912580459696, "W13": -20.0, "S13": -29.446820035686976, "W21": -38.404366275467424, "S21": -38.404366275467424, "W22": -43.433539220378293, "S22": -43.436403100871871, "W31": -77.146250904580072, "S31": -77.146250904580072, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 512367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60917535552333657, "S11": -0.60917535552333657, "W12": -9.1946449562641241, "S12": -9.1946449562641241, "W13": -15.000000000000002, "S13": -18.415445858413729, "W21": -37.381294044941448, "S21": -37.381294044941448, "W22": -44.114801615868743, "S22": -44.117967727482501, "W31": -77.054623825805038, "S31": -77.054623825805038, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.0, 515754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069531799979730635, "S11": 0.069531799979730635, "W12": -11.0736019399532, "S12": -12.030122279808987, "W13": -18.364778391607615, "S13": -34.596436960022523, "W21": -35.392509624869597, "S21": -35.392509624869597, "W22": -44.796064011359178, "S22": -44.799532354093117, "W31": -76.96299674702999, "S31": -76.96299674702999, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105452.2, 513248.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71430316726509357, "S11": 0.71430316726509357, "W12": -10.0, "S12": -19.930467920284876, "W13": -28.920871712721933, "S13": -28.920871712721933, "W21": -35.993785853098565, "S21": -35.993785853098565, "W22": -45.477326406849613, "S22": -45.481096980703732, "W31": -76.871369668254957, "S31": -76.871369668254957, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105453.0, 510888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3639738615102455, "S11": 1.3639738615102455, "W12": -4.0476391394436453, "S12": -4.0476391394436453, "W13": -15.0, "S13": -15.0, "W21": -40.81836710618515, "S21": -40.81836710618515, "W22": -46.158588802340056, "S22": -46.162661607314355, "W31": -76.779742589479923, "S31": -76.779742589479923, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105453.0, 523969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6199879974900242, "S11": -0.6199879974900242, "W12": -9.2159085770956199, "S12": -9.2159085770956199, "W13": -15.114679275982912, "S13": -18.139146948167063, "W21": -37.293641494343113, "S21": -37.293641494343113, "W22": -46.839851197830505, "S22": -46.844226233924985, "W31": -76.688115510704876, "S31": -76.688115510704876, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105453.341463414632017, 515710.512195121962577 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.0306647940074907, "W12": -5.8789152852362045, "S12": -9.8176936943271134, "W13": -15.083076161516157, "S13": -18.083076161516157, "W21": -40.0, "S21": -42.68876961350859, "W22": -47.521113593320941, "S22": -47.525790860535601, "W31": -76.596488431929842, "S31": -76.596488431929842, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105454.0, 498232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056653675750375526, "S11": -0.25967285486206737, "W12": -5.3005721952973337, "S12": -13.097870438455871, "W13": -16.342446633826189, "S13": -19.666507389162732, "W21": -32.769679797077437, "S21": -32.857713084796671, "W22": -48.202375988811376, "S22": -48.207355487146216, "W31": -76.504861353154794, "S31": -76.504861353154794, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105454.0, 499711.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52547468354430382, "S11": -2.4828309496941747, "W12": -3.7280282768145163, "S12": -10.59369991860556, "W13": -15.574508733624455, "S13": -18.934971850492033, "W21": -39.142718719281, "S21": -39.142718719281, "W22": -48.883638384301818, "S22": -48.888920113756839, "W31": -76.413234274379761, "S31": -76.413234274379761, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105454.0, 506252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42021336747284971, "S11": -0.42021336747284971, "W12": -10.0, "S12": -10.0, "W13": -18.974970916837695, "S13": -26.243291250850685, "W21": -38.573796546856627, "S21": -38.573796546856627, "W22": -49.271590305573909, "S22": -49.27717426614911, "W31": -76.321607195604713, "S31": -76.321607195604713, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105454.333333333328483, 514986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61422124954402246, "S11": 0.61422124954402246, "W12": -10.0, "S12": -10.250445170525305, "W13": -17.478588245247472, "S13": -18.614644342947237, "W21": -29.565636609379649, "S21": -29.885531997965224, "W22": -49.399506470291065, "S22": -49.405392661986447, "W31": -76.22998011682968, "S31": -76.22998011682968, "W32": -94.914911535395206, "S32": -99.914911535395206 }, "geometry": { "type": "Point", "coordinates": [ 105454.666666666671517, 503511.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1626811297652377, "S12": -8.1626811297652377, "W13": -16.063698812800411, "S13": -24.908506071458817, "W21": -41.867737127803665, "S21": -46.427942554917905, "W22": -49.527422635008222, "S22": -49.533611057823784, "W31": -76.138353038054646, "S31": -76.50300674630148, "W32": -94.345983254045194, "S32": -99.345983254045194 }, "geometry": { "type": "Point", "coordinates": [ 105454.8, 517345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51806738245094408, "S11": -0.76806738245094408, "W12": -5.2954374020849864, "S12": -8.4836875305116415, "W13": -17.140155687376691, "S13": -20.140155687376691, "W21": -33.987037137384448, "S21": -34.223586745457894, "W22": -49.582724885251899, "S22": -49.589215539187641, "W31": -76.046725959279613, "S31": -76.887562472381489, "W32": -93.777054972695197, "S32": -98.777054972695197 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 499959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.655744492905648, "S11": -1.655744492905648, "W12": -14.015601724813799, "S12": -14.85281102713938, "W13": -17.738577480853838, "S13": -20.575830835234264, "W21": -40.728398430837451, "S21": -40.728398430837451, "W22": -49.589157242428399, "S22": -49.595950127484322, "W31": -75.955098880504565, "S31": -77.27211819846147, "W32": -93.208126691345186, "S32": -98.208126691345186 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 500793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3510242648726285, "W12": -5.0, "S12": -5.0, "W13": -20.004394426580919, "S13": -20.004394426580919, "W21": -34.595102046482211, "S21": -34.96428243161823, "W22": -49.670203613421279, "S22": -49.677317546825428, "W31": -75.863471801729531, "S31": -77.656673924541479, "W32": -92.825934832745261, "S32": -97.825934832745261 }, "geometry": { "type": "Point", "coordinates": [ 105455.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2883934737569263, "W12": -10.229837130295772, "S12": -20.021642840343898, "W13": -24.145380471458413, "S13": -26.719305121020671, "W21": -34.553780877904209, "S21": -34.553780877904209, "W22": -49.751249984414159, "S22": -49.758699206231, "W31": -75.771844722954484, "S31": -78.04122965062146, "W32": -92.722210249980407, "S32": -97.722210249980407 }, "geometry": { "type": "Point", "coordinates": [ 105455.166666666671517, 505538.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90567198321696951, "S11": 0.90567198321696951, "W12": -10.303253182460891, "S12": -17.065265054327785, "W13": -17.906047813313695, "S13": -19.120880523678974, "W21": -31.538265111672516, "S21": -37.071295781035246, "W22": -49.832296355407038, "S22": -49.840080865636565, "W31": -75.68021764417945, "S31": -78.425785376701469, "W32": -92.716088080871401, "S32": -97.716088080871401 }, "geometry": { "type": "Point", "coordinates": [ 105455.285714285710128, 501989.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47664008004574043, "S11": 0.47664008004574265, "W12": -3.4901681464224135, "S12": -3.4901681464224135, "W13": -15.937263593380614, "S13": -15.937263593380614, "W21": -38.82556105408991, "S21": -41.086316677588492, "W22": -49.834997901106831, "S22": -49.842793587616782, "W31": -75.677163408220252, "S31": -78.438603900904283, "W32": -92.71588400856777, "S32": -97.71588400856777 }, "geometry": { "type": "Point", "coordinates": [ 105456.0, 497639.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64899485121526468, "S11": -0.64899485121526468, "W12": -9.4796062478196781, "S12": -9.4796062478196781, "W13": -16.587255926300415, "S13": -24.056643681402456, "W21": -37.572894887106493, "S21": -37.572894887106493, "W22": -49.944821512702923, "S22": -49.952941311345143, "W31": -75.588590565404402, "S31": -78.81034110278145, "W32": -92.709965911762396, "S32": -97.709965911762396 }, "geometry": { "type": "Point", "coordinates": [ 105456.0, 515437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26752767527675281, "S11": -2.2924699385561986, "W12": -5.2800661336123147, "S12": -7.5743313066603006, "W13": -15.629021734431664, "S13": -19.754610337876855, "W21": -41.463021003807178, "S21": -44.463021003807178, "W22": -50.169674734722548, "S22": -50.178129821777461, "W31": -75.496963486629369, "S31": -79.194896828861445, "W32": -92.538461538461533, "S32": -97.538461538461533 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68898556090336927, "S11": -0.89152532488489822, "W12": -7.5724646934136937, "S12": -7.5724646934136937, "W13": -17.000328965076086, "S13": -20.000328965076086, "W21": -34.053666359953162, "S21": -34.256772048281661, "W22": -50.030421480215409, "S22": -50.160801093572175, "W31": -75.426292289460378, "S31": -79.600408436547497, "W32": -92.355311355311358, "S32": -97.355311355311358 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 500034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4451435312621648, "S11": -2.9270525767395714, "W12": -14.387123366257379, "S12": -14.387123366257379, "W13": -17.166698558533149, "S13": -17.39141425577408, "W21": -37.015898926017208, "S21": -37.030780868630536, "W22": -50.093424428281118, "S22": -50.619061146009223, "W31": -75.384687408991326, "S31": -80.034986360933473, "W32": -92.172161172161182, "S32": -97.172161172161182 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 500486.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31806767337807601, "S11": -0.31806767337807601, "W12": -9.4282561955414739, "S12": -19.000268557675845, "W13": -22.125322474288822, "S13": -23.403594222646806, "W21": -31.974284692064895, "S21": -31.974284692064895, "W22": -50.212963558955778, "S22": -50.6642171608148, "W31": -75.316158853579921, "S31": -80.132652689878981, "W32": -91.989010989010993, "S32": -96.989010989010993 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 505324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0523383545770568, "S11": -1.184976296490825, "W12": -5.0, "S12": -17.420325786292388, "W13": -23.468100626245374, "S13": -27.748548455182789, "W21": -36.268413990475963, "S21": -36.268413990475963, "W22": -50.31460674157303, "S22": -50.649625390778063, "W31": -75.350879029855221, "S31": -80.400482204458427, "W32": -91.805860805860803, "S32": -96.805860805860803 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 511328.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.4213967048014489, "W12": -4.993721727210418, "S12": -18.50317130954932, "W13": -20.391916616676664, "S13": -36.144497334849447, "W21": -36.596994560703877, "S21": -36.596994560703877, "W22": -50.31460674157303, "S22": -50.496897137422344, "W31": -75.474016226970562, "S31": -80.240006074686292, "W32": -91.622710622710628, "S32": -96.622710622710628 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 511625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29823587956852993, "S11": -0.29823587956852993, "W12": -10.0, "S12": -10.0, "W13": -19.403878356719712, "S13": -23.883455740277128, "W21": -39.381877723981546, "S21": -39.381877723981546, "W22": -50.31460674157303, "S22": -50.344168884066633, "W31": -75.61495040083517, "S31": -78.545914867840253, "W32": -91.439560439560438, "S32": -96.439560439560438 }, "geometry": { "type": "Point", "coordinates": [ 105457.0, 514569.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6746411690030942, "S11": 1.6746411690030942, "W12": -11.613506688425371, "S12": -16.29482669192565, "W13": -22.581662046082808, "S13": -22.581662046082808, "W21": -33.443255976944293, "S21": -33.443255976944293, "W22": -50.180566882717379, "S22": -50.187877897887347, "W31": -75.76805304932688, "S31": -77.069615549326883, "W32": -91.256410256410263, "S32": -96.256410256410263 }, "geometry": { "type": "Point", "coordinates": [ 105457.428571428565192, 510005.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10247958816604177, "S11": -0.086707144219193039, "W12": -4.9999999999999991, "S12": -11.963709809778592, "W13": -18.623314199175621, "S13": -18.961457193607625, "W21": -29.876693841622956, "S21": -29.876693841622956, "W22": -50.000000000000007, "S22": -50.006502992763352, "W31": -75.921155697818563, "S31": -76.148499447818565, "W32": -91.073260073260073, "S32": -96.073260073260073 }, "geometry": { "type": "Point", "coordinates": [ 105457.625, 503858.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97043687523139588, "S11": -3.9704368752313961, "W12": -10.588215800969046, "S12": -10.588215800969046, "W13": -16.768545126632638, "S13": -19.162138679004904, "W21": -34.230477216923454, "S21": -34.380490880417952, "W22": -50.0, "S22": -50.005694970356714, "W31": -76.074258346310273, "S31": -76.074258346310273, "W32": -90.976052364150505, "S32": -95.976052364150505 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 500159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5237424046809671, "S11": -1.5237424046809671, "W12": -13.858029530902913, "S12": -14.858029530902913, "W13": -17.681000879908751, "S13": -21.969911692852712, "W21": -40.727392120075045, "S21": -40.727392120075045, "W22": -50.0, "S22": -50.004886947950091, "W31": -76.22736099480197, "S31": -76.22736099480197, "W32": -90.882950722405624, "S32": -95.882950722405624 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 500830.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73753733222985862, "S11": -0.73753733222985862, "W12": -5.0572988157180703, "S12": -12.350035080093688, "W13": -19.963469115663536, "S13": -20.8637827067666, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -49.999999999999993, "S22": -50.004078925543453, "W31": -76.38046364329368, "S31": -76.38046364329368, "W32": -90.789849080660744, "S32": -95.789849080660744 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 504246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4951923076923075, "S11": -2.8287335520397265, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.022175606832484, "S13": -17.18744171327506, "W21": -36.35840795495001, "S21": -37.420649778451164, "W22": -50.0, "S22": -50.00327090313683, "W31": -76.533566291785377, "S31": -76.533566291785377, "W32": -90.606822594064894, "S32": -95.606822594064894 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6855654795215622, "S11": 1.6855654795215622, "W12": -3.9702124813185384, "S12": -4.1526856648846184, "W13": -15.0, "S13": -15.0, "W21": -40.980748856919817, "S21": -40.980748856919817, "W22": -50.0, "S22": -50.002462880730207, "W31": -76.686668940277087, "S31": -76.686668940277087, "W32": -90.41730609226218, "S32": -95.41730609226218 }, "geometry": { "type": "Point", "coordinates": [ 105458.0, 523768.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7379616712691357, "S11": -0.7379616712691357, "W12": -11.427791423450675, "S12": -16.468557955981087, "W13": -19.183508199527111, "S13": -19.183508199527111, "W21": -29.524475589539747, "S21": -29.524475589539747, "W22": -50.0, "S22": -50.001654858323576, "W31": -76.839771588768798, "S31": -76.839771588768798, "W32": -90.227789590459466, "S32": -95.227789590459466 }, "geometry": { "type": "Point", "coordinates": [ 105458.285714285710128, 508303.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3582049724874015, "S11": -2.3582049724874015, "W12": -14.296604817282921, "S12": -14.70217211819914, "W13": -17.91064805822603, "S13": -18.018588999965939, "W21": -40.653892639826594, "S21": -40.653892639826594, "W22": -50.000000000000007, "S22": -50.00084683591696, "W31": -76.992874237260494, "S31": -76.992874237260494, "W32": -90.038273088656751, "S32": -95.038273088656751 }, "geometry": { "type": "Point", "coordinates": [ 105458.5, 500689.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.993593898539288, "S12": -20.080241955136511, "W13": -20.138867940697619, "S13": -37.661815702153618, "W21": -37.661815702153618, "S21": -37.661815702153618, "W22": -50.0, "S22": -50.000038813510322, "W31": -77.145976885752191, "S31": -77.145976885752191, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105458.857142857144936, 511719.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52837552742616034, "S11": -2.3452178239377881, "W12": -3.637257106703629, "S12": -10.577555614166315, "W13": -16.041894104803493, "S13": -19.014038312977004, "W21": -39.211423957309371, "S21": -39.211423957309371, "W22": -50.0, "S22": -50.0, "W31": -77.299079534243901, "S31": -77.299079534243901, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105459.0, 506249.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.371129324662975, "S13": -14.371129324662975, "W21": -46.0, "S21": -46.0, "W22": -50.0, "S22": -50.0, "W31": -77.452182182735598, "S31": -77.452182182735598, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105459.0, 527174.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87605676634566654, "S11": 0.87605676634566654, "W12": -10.715747637161824, "S12": -13.235047619554491, "W13": -17.532318363100398, "S13": -18.146524107800772, "W21": -30.593838862559242, "S21": -33.755834790391376, "W22": -50.0, "S22": -50.0, "W31": -77.605284831227294, "S31": -77.605284831227294, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105460.0, 501789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75, "S11": -3.7, "W12": -3.71, "S12": -10.837788315629741, "W13": -15.0, "S13": -23.589034581153591, "W21": -37.690703552871781, "S21": -37.785910164442029, "W22": -50.0, "S22": -50.0, "W31": -77.758387479719005, "S31": -77.758387479719005, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105460.0, 506320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.184320467215938, "S11": 2.184320467215938, "W12": -4.0933341265613086, "S12": -4.0933341265613086, "W13": -15.854420290180478, "S13": -15.854420290180478, "W21": -43.265773009564505, "S21": -44.239910940598989, "W22": -50.0, "S22": -50.0, "W31": -77.911490128210701, "S31": -77.911490128210701, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105460.0, 523107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81510830844518012, "S11": -2.2941132583833062, "W12": -5.3664171481469669, "S12": -12.659210639041969, "W13": -20.0, "S13": -20.775855101512995, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -50.0, "S22": -50.0, "W31": -77.963637818181809, "S31": -77.963637818181809, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105460.25, 504313.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91151273903616947, "S11": 0.91151273903616947, "W12": -11.669987578925577, "S12": -23.242709080398726, "W13": -29.39779260004924, "S13": -29.39779260004924, "W21": -36.506614494558903, "S21": -36.514090613790117, "W22": -50.0, "S22": -50.0, "W31": -77.963637818181809, "S31": -77.963637818181809, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105461.0, 511047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97266611488165067, "S11": 0.97266611488165067, "W12": -9.8486727859086258, "S12": -21.91505942662171, "W13": -27.172546597450548, "S13": -27.172546597450548, "W21": -36.519890349627822, "S21": -36.525975265716269, "W22": -50.0, "S22": -50.0, "W31": -77.963637818181823, "S31": -77.963637818181823, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105461.0, 511188.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.375, "S13": -14.375, "W21": -47.0, "S21": -47.0, "W22": -49.943835150068928, "S22": -49.943835150068928, "W31": -77.955306200902925, "S31": -77.955306200902925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105461.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010204081632653073, "S11": -1.8711740585379641, "W12": -4.650711232205869, "S12": -4.650711232205869, "W13": -15.839827469439708, "S13": -20.839827469439708, "W21": -41.902697661068288, "S21": -44.902697661068288, "W22": -49.790593439017954, "S22": -49.790593439017954, "W31": -77.871479315997249, "S31": -77.871479315997249, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.0, 497814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90506692721874638, "S11": -5.9050669272187477, "W12": -7.4674761491760622, "S12": -15.097696993809924, "W13": -20.0, "S13": -20.478404765844779, "W21": -29.82960288808664, "S21": -29.82960288808664, "W22": -49.63735172796698, "S22": -49.63735172796698, "W31": -77.787652431091558, "S31": -77.787652431091558, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.0, 504468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77968244084682448, "S11": -4.5787197452992912, "W12": -9.9999999999999982, "S12": -17.801138799972076, "W13": -20.0, "S13": -20.115546913784545, "W21": -29.614314277495769, "S21": -29.614314277495769, "W22": -49.484110016915999, "S22": -49.484110016915999, "W31": -77.703825546185868, "S31": -77.703825546185868, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.0, 504647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6931908542187033, "S12": -5.6931908542187033, "W13": -20.0, "S13": -20.0, "W21": -39.888118699411017, "S21": -41.41904226667944, "W22": -49.330868305865025, "S22": -49.330868305865025, "W31": -77.323723790424168, "S31": -77.323723790424168, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.266666666662786, 520844.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43424183663479754, "S11": -0.43424183663479754, "W12": -10.0, "S12": -10.0, "W13": -19.061688331814601, "S13": -27.052515719936533, "W21": -38.511261150352077, "S21": -38.511261150352077, "W22": -49.177626594814043, "S22": -49.177626594814043, "W31": -76.8704686168238, "S31": -76.8704686168238, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105462.5, 515030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17535747805443602, "S11": -1.3046188393939828, "W12": -6.6351716797306111, "S12": -6.6427514111615809, "W13": -16.571929222844808, "S13": -19.571929222844808, "W21": -34.279121969426065, "S21": -34.279121969426065, "W22": -49.024384883763062, "S22": -49.024384883763062, "W31": -76.417213443223432, "S31": -76.417213443223432, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105463.0, 496884.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47796963489577055, "S11": -2.4779696348957705, "W12": -5.0, "S12": -12.557243760060508, "W13": -19.787643997983931, "S13": -20.985172535003514, "W21": -30.0, "S21": -30.0, "W22": -48.871143172712081, "S22": -48.871143172712081, "W31": -75.963958269623063, "S31": -75.963958269623063, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105463.0, 504117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.4269352290679311, "W12": -10.482131446914185, "S12": -15.941710436034764, "W13": -28.50922617833751, "S13": -28.50922617833751, "W21": -37.836559625012406, "S21": -37.836559625012406, "W22": -50.160204630802774, "S22": -50.160204630802774, "W31": -75.510703096022695, "S31": -75.510703096022695, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105463.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14436678781101467, "S11": -1.1606648087656131, "W12": -10.0, "S12": -16.480159332321698, "W13": -16.480159332321698, "S13": -19.476862454740576, "W21": -38.147582554448675, "S21": -38.42739247281105, "W22": -50.692017697820681, "S22": -50.692017697820681, "W31": -75.057447922422327, "S31": -75.057447922422327, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105463.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0017006802721088732, "S11": -1.9664286499819326, "W12": -4.8222850915403601, "S12": -5.1854027385991834, "W13": -15.783528903191721, "S13": -20.625246731170503, "W21": -41.766574095791363, "S21": -44.766574095791363, "W22": -50.216183998829898, "S22": -50.216183998829898, "W31": -74.604192748821959, "S31": -74.604192748821959, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105463.75, 497831.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09259259259259256, "S11": -4.9074074074074074, "W12": -10.257323233277996, "S12": -16.822103944973371, "W13": -27.919570998965707, "S13": -27.919570998965707, "W21": -37.524158481131813, "S21": -37.524158481131813, "W22": -49.384525642092413, "S22": -49.384525642092413, "W31": -74.163149777963469, "S31": -74.163149777963469, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105464.0, 505756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30814462771409895, "S11": -0.33258769702102964, "W12": -7.0219397993311032, "S12": -13.895403380514715, "W13": -15.0, "S13": -21.648845325610754, "W21": -36.429204398447609, "S21": -36.612998930344872, "W22": -48.256608143340543, "S22": -48.256608143340543, "W31": -74.005310270585852, "S31": -74.005310270585852, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105464.0, 506379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1999999999999451, "S11": 2.1999999999999451, "W12": -3.8339266807582031, "S12": -3.8799501349159944, "W13": -15.098756803796043, "S13": -15.098756803796043, "W21": -41.863994832905753, "S21": -42.345980821330926, "W22": -47.128690644588673, "S22": -47.128690644588673, "W31": -73.847470763208221, "S31": -73.847470763208221, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105464.0, 523508.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9992936082258339, "S12": -8.9992936082258339, "W13": -14.999999999999998, "S13": -21.827158635249173, "W21": -38.120091113903428, "S21": -38.502155188223178, "W22": -46.000773145836803, "S22": -46.000773145836803, "W31": -73.689631255830605, "S31": -73.689631255830605, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105464.143939393936307, 516098.719696969725192 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56375351617443714, "S11": -1.8458174696625445, "W12": -3.4932887742742658, "S12": -9.8813484757659342, "W13": -18.742631004368807, "S13": -18.742631004368807, "W21": -39.768349950850087, "S21": -39.768349950850087, "W22": -44.910698857636554, "S22": -44.910698857636554, "W31": -73.531791748452974, "S31": -73.531791748452974, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105465.4, 506224.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.168242386914139, "S11": -1.168242386914139, "W12": -13.060486083888671, "S12": -14.059715316975593, "W13": -17.333247645429363, "S13": -21.340655344708296, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -43.829220190821381, "S22": -43.829220190821381, "W31": -73.373952241075344, "S31": -74.430666140024044, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105466.0, 501048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1190081789005077, "S11": -2.6190081789005077, "W12": -7.9919896927211775, "S12": -7.9919896927211775, "W13": -20.962890973113684, "S13": -20.962890973113684, "W21": -31.33048050537996, "S21": -31.33048050537996, "W22": -38.528888919784755, "S22": -39.006879437406823, "W31": -71.387142889118508, "S31": -74.497810807308412, "W32": -89.965583472942697, "S32": -94.965583472942697 }, "geometry": { "type": "Point", "coordinates": [ 105466.0, 506866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.4961182994454698, "W12": -7.6206140350877201, "S12": -15.606195332119935, "W13": -20.036422259374255, "S13": -37.129432836192493, "W21": -37.879484464555333, "S21": -37.879484464555333, "W22": -43.262535018009267, "S22": -44.178911858763101, "W31": -72.976817990637045, "S31": -75.000100148744266, "W32": -89.50177619364554, "S32": -94.50177619364554 }, "geometry": { "type": "Point", "coordinates": [ 105466.0, 511869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6794622646717881, "S11": -1.6794622646717881, "W12": -13.865046387037685, "S12": -14.718323342640234, "W13": -17.752044725435887, "S13": -20.72945593301295, "W21": -40.521616919665597, "S21": -40.521616919665597, "W22": -39.972124079083684, "S22": -41.139276108837031, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105466.6, 500791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.13952412425644256, "W12": -3.4899627488509006, "S12": -3.4899627488509006, "W13": -15.722652819993247, "S13": -18.09334247516566, "W21": -40.024860736477528, "S21": -43.024860736477528, "W22": -39.424334314205133, "S22": -54.021889162639233, "W31": -79.595498486475933, "S31": -79.595498486475933, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105467.0, 497688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14960892448992433, "S11": -2.1496089244899244, "W12": -6.1194247437269667, "S12": -13.894786107463183, "W13": -16.083863242637317, "S13": -19.344253823070861, "W21": -33.243089053496348, "S21": -33.243089053496348, "W22": -38.872575058276738, "S22": -53.644723777084309, "W31": -77.440801679523489, "S31": -77.440801679523489, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105467.0, 499634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11360481452745919, "S11": -0.11360481452746013, "W12": -6.0396393616112078, "S12": -13.213752977005964, "W13": -16.118337919086922, "S13": -19.402399884289434, "W21": -33.076618211543966, "S21": -33.076618211543966, "W22": -36.479139246247733, "S22": -38.49244549390221, "W31": -69.410464946444591, "S31": -69.410464946444591, "W32": -89.813567324644922, "S32": -94.813567324644922 }, "geometry": { "type": "Point", "coordinates": [ 105467.0, 499651.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44950723153718164, "S11": -0.62187912146962521, "W12": -6.6024380652772319, "S12": -6.6024380652772319, "W13": -22.597972711062873, "S13": -22.597972711062873, "W21": -30.0, "S21": -30.0, "W22": -36.282062742284872, "S22": -40.030986571452054, "W31": -67.863791156195916, "S31": -67.863791156195916, "W32": -89.880476347603349, "S32": -94.880476347603349 }, "geometry": { "type": "Point", "coordinates": [ 105467.0, 507177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6151945493926245, "S12": -13.490071214414826, "W13": -23.9599273877716, "S13": -23.9599273877716, "W21": -31.97891687423817, "S21": -31.97891687423817, "W22": -37.271675086498149, "S22": -41.324695804390032, "W31": -67.629731426950443, "S31": -71.221716001271091, "W32": -89.981286050621179, "S32": -94.981286050621179 }, "geometry": { "type": "Point", "coordinates": [ 105467.5, 507424.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9815851680185399, "S11": 0.98158516801854012, "W12": -8.274311585214587, "S12": -20.427533591156603, "W13": -25.260652103496113, "S13": -25.260652103496113, "W21": -36.475050317858731, "S21": -36.478543606771822, "W22": -37.871279348675621, "S22": -42.108551800754597, "W31": -67.813845284152123, "S31": -73.220374430301405, "W32": -90.200563760420749, "S32": -95.200563760420749 }, "geometry": { "type": "Point", "coordinates": [ 105468.0, 511235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26755517232764897, "S11": 0.26755517232764897, "W12": -6.2186109407679506, "S12": -10.181679977405631, "W13": -18.136967799672693, "S13": -18.245052715540268, "W21": -29.813908056213318, "S21": -29.813908056213318, "W22": -39.05453137918866, "S22": -43.731236064572229, "W31": -68.252948686947306, "S31": -73.706514682318769, "W32": -92.658083150895365, "S32": -97.658083150895365 }, "geometry": { "type": "Point", "coordinates": [ 105468.833333333328483, 503764.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77944888407081592, "S11": 0.77944888407081592, "W12": -8.1276015656633813, "S12": -14.336146960530002, "W13": -17.70757438632155, "S13": -21.145807015964397, "W21": -32.361293472692246, "S21": -40.123533923858616, "W22": -39.562069932994525, "S22": -44.280448883883651, "W31": -67.487279862329288, "S31": -76.255951001193608, "W32": -96.23855274605279, "S32": -101.23855274605279 }, "geometry": { "type": "Point", "coordinates": [ 105469.0, 502120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.1327355448562213, "W12": -5.6340695558069749, "S12": -19.385398613086213, "W13": -20.258563287342533, "S13": -36.994247558984647, "W21": -36.994247558984647, "S21": -36.994247558984647, "W22": -39.890118334313613, "S22": -39.890118334313613, "W31": -60.43682908019067, "S31": -63.268001444809578, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105469.0, 511677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0081370362993169, "S12": -9.0081370362993169, "W13": -15.0, "S13": -21.774042822197181, "W21": -38.103074768221212, "S21": -38.319400416185339, "W22": -40.0, "S22": -40.0, "W31": -55.877294707130815, "S31": -55.91135254099234, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105469.0, 516086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4379159140404489, "S12": -5.4379159140404489, "W13": -15.0, "S13": -15.0, "W21": -44.135377356287982, "S21": -44.135377356287982, "W22": -40.248129132795526, "S22": -40.248129132795526, "W31": -71.249417142911909, "S31": -71.249417142911909, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105469.0, 525291.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -39.824311543110397, "S22": -45.396946798652486, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105469.149425287352642, 530027.260536398505792 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73183838681867552, "S11": -0.73183838681867552, "W12": -11.266354531859086, "S12": -15.107974562702204, "W13": -19.562889638386007, "S13": -19.562889638386007, "W21": -29.63908629875441, "S21": -29.63908629875441, "W22": -42.450593947168052, "S22": -42.450593947168052, "W31": -70.0, "S31": -70.0, "W32": -96.722409705059533, "S32": -101.72240970505953 }, "geometry": { "type": "Point", "coordinates": [ 105469.666666666671517, 508253.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.089292275018745, "W12": -10.116008992845973, "S12": -10.556389806511003, "W13": -14.58, "S13": -16.959526955603653, "W21": -37.239890545515898, "S21": -37.239890545515898, "W22": -38.172438446097608, "S22": -52.763547414274782, "W31": -74.718997168245309, "S31": -74.718997168245309, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105469.797468354430748, 496779.291139240493067 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.1849720486682012, "W12": -5.8761611866686589, "S12": -11.886937781578549, "W13": -15.263008120589456, "S13": -18.263008120589454, "W21": -40.0, "S21": -42.753734409695561, "W22": -32.490002, "S22": -38.668448939072633, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 498184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67679333902647298, "S11": -0.67679333902647298, "W12": -12.898920849383481, "S12": -13.498457886420512, "W13": -17.099153332247027, "S13": -20.593514685522241, "W21": -35.685250922252386, "S21": -35.685250922252386, "W22": -38.922295707666628, "S22": -53.690173785040599, "W31": -77.650375939849624, "S31": -77.650375939849624, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 501194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1963005448809865, "S11": -1.2139210033247725, "W12": -9.9862640066311421, "S12": -12.121945584651574, "W13": -14.971341120970459, "S13": -15.514758487917238, "W21": -36.742705442248919, "S21": -37.905204896421225, "W22": -37.4399260681679, "S22": -41.552468909771974, "W31": -67.687286779436704, "S31": -72.505761063939929, "W32": -90.022796352583583, "S32": -95.022796352583583 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -6.6269661222020559, "S12": -20.0, "W13": -20.0, "S13": -38.54054851946978, "W21": -38.54054851946978, "S21": -38.54054851946978, "W22": -38.827229644767286, "S22": -49.609699846164773, "W31": -64.5738775600786, "S31": -72.955278707838545, "W32": -98.683595729513044, "S32": -103.68359572951304 }, "geometry": { "type": "Point", "coordinates": [ 105470.0, 511773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78051317360444761, "S11": 0.78051317360444761, "W12": -8.3397354568767721, "S12": -14.586802630387634, "W13": -17.729813111763971, "S13": -21.108864593723322, "W21": -32.230681583050057, "S21": -39.708153924634779, "W22": -34.80569541798323, "S22": -42.615742947551041, "W31": -71.975767718971539, "S31": -71.975767718971539, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105470.25, 502103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33501380832005789, "S11": 0.33501380832005789, "W12": -10.0, "S12": -16.233970563113481, "W13": -21.265425256580468, "S13": -21.265425256580468, "W21": -31.259870981675846, "S21": -31.259870981675846, "W22": -38.206845951565562, "S22": -53.206845951565562, "W31": -74.864149008885846, "S31": -74.864149008885846, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105470.666666666671517, 509254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44827030579674532, "S11": -0.44827030579674532, "W12": -10.0, "S12": -10.0, "W13": -18.87776623233016, "S13": -28.264740299884462, "W21": -38.448725753847519, "S21": -38.448725753847519, "W22": -36.802933118878123, "S22": -36.802933118878123, "W31": -62.111071699575874, "S31": -66.857700121476029, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105470.666666666671517, 515074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088268418582824887, "S11": -0.16173158141717509, "W12": -4.723205073881374, "S12": -12.482090091302975, "W13": -17.301570384506636, "S13": -20.301570384506636, "W21": -33.710283169374996, "S21": -33.98271167573931, "W22": -50.0, "S22": -64.194557314952107, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 499829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64384179147884257, "S11": -4.7211233448769008, "W12": -7.8776082740788622, "S12": -13.287817376169883, "W13": -20.0, "S13": -20.461521262604123, "W21": -29.379374929422355, "S21": -29.379374929422355, "W22": -39.605549540785695, "S22": -44.037959374109739, "W31": -67.056970986707796, "S31": -75.904063056144253, "W32": -96.544797135139532, "S32": -101.54479713513953 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 504854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60845421577515868, "S11": -2.8563033537061937, "W12": -3.7116196529261072, "S12": -11.425997498146138, "W13": -15.000000000000002, "S13": -23.484788621098197, "W21": -38.155231006881053, "S21": -38.245809519277749, "W22": -45.424218501588491, "S22": -45.424218501588491, "W31": -58.440176216398228, "S31": -59.440176216398228, "W32": -99.631081347252319, "S32": -104.63108134725232 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 506300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2693969055888852, "W12": -5.0, "S12": -5.4586994727589744, "W13": -20.0, "S13": -20.0, "W21": -35.175878046656685, "S21": -35.622819228264476, "W22": -41.511166705404307, "S22": -41.511166705404307, "W31": -71.838091315021103, "S31": -71.838091315021103, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105471.0, 506660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.208445185792142, "S12": -19.37010629072347, "W13": -23.808474373657599, "S13": -26.079427260657233, "W21": -33.833069070124083, "S21": -33.833069070124083, "W22": -47.903700403967186, "S22": -47.908600783199866, "W31": -76.516172658490177, "S31": -76.516172658490177, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105471.666666666671517, 505489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046537894909150418, "S11": -2.3582226880352981, "W12": -5.294957183634633, "S12": -13.369790852681817, "W13": -15.502618974829307, "S13": -18.559753212752771, "W21": -36.094284698078518, "S21": -36.563667009552056, "W22": -37.726793051328762, "S22": -41.939217629582672, "W31": -67.784210428270654, "S31": -73.561663770459376, "W32": -90.166794889581155, "S32": -95.166794889581155 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 499344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6783280291857485, "S11": -2.6783280291857485, "W12": -15.0, "S12": -15.073995771670191, "W13": -17.744985602390805, "S13": -22.744985602390805, "W21": -39.373286875725903, "S21": -39.373286875725903, "W22": -42.266331074829679, "S22": -42.266331074829679, "W31": -60.0, "S31": -61.24410132924065, "W32": -99.677899954294745, "S32": -104.67789995429474 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 500604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -6.3097965571207633, "S12": -7.39642101276036, "W13": -28.278363497685824, "S13": -28.278363497685824, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.0, "W31": -77.640578039540642, "S31": -77.640578039540642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 505899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3241064606800652, "S12": -12.862216968820174, "W13": -23.866772618032407, "S13": -23.866772618032407, "W21": -31.882582540280399, "S21": -31.882582540280399, "W22": -39.303356871145027, "S22": -44.214200148671246, "W31": -68.302225739511272, "S31": -75.643296049725961, "W32": -94.671237397320013, "S32": -99.671237397320013 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9427903616505873, "S12": -12.941341397391707, "W13": -24.36349319173252, "S13": -24.36349319173252, "W21": -32.767044320978528, "S21": -32.767044320978528, "W22": -38.053053302784797, "S22": -40.87448715370541, "W31": -71.80719863285438, "S31": -73.562323777567357, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 507542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29728284635261382, "S11": -0.29728284635261382, "W12": -11.398610680843447, "S12": -12.937766664142785, "W13": -20.244085848334954, "S13": -20.244085848334954, "W21": -30.052250486605622, "S21": -30.144278301798579, "W22": -29.501248595075101, "S22": -29.501248595075101, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 508764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52059506626995655, "S11": -2.2797746194971413, "W12": -7.7287507562008475, "S12": -15.162265595128726, "W13": -20.0, "S13": -36.805691854759573, "W21": -37.925710492868596, "S21": -37.925710492868596, "W22": -31.252830396242164, "S22": -33.092070432822197, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.0, 511876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50009170965560223, "S11": 0.50009170965560223, "W12": -10.0, "S12": -10.703922327506641, "W13": -17.467057002122086, "S13": -19.113458077413608, "W21": -29.559851283429769, "S21": -29.559851283429769, "W22": -40.0, "S22": -46.29683294821259, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.333333333328483, 503469.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13185661342691282, "S11": -1.7968853297576179, "W12": -8.3361372528285926, "S12": -18.038530354165466, "W13": -20.446563761776581, "S13": -20.665942559885966, "W21": -29.786062442062377, "S21": -29.786062442062377, "W22": -50.0, "S22": -50.0, "W31": -77.629737897661656, "S31": -77.629737897661656, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105472.5, 505042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24057370184254606, "S11": 0.24057370184254606, "W12": -4.1338482211607142, "S12": -4.1338482211607142, "W13": -16.116837138336351, "S13": -16.116837138336351, "W21": -35.726147099860434, "S21": -35.726147099860434, "W22": -37.799028704947858, "S22": -40.775816600665522, "W31": -71.728350221796319, "S31": -73.583336928692347, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 497507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16252779836916234, "S11": -3.1625277983691622, "W12": -10.274834258162397, "S12": -20.262113669927103, "W13": -25.720545562674431, "S13": -26.694251959147476, "W21": -35.920605395765186, "S21": -35.920605395765186, "W22": -39.512181773338732, "S22": -44.145932659277449, "W31": -67.799978634714918, "S31": -76.368380919678444, "W32": -96.013990230959564, "S32": -101.01399023095956 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 505641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63183004099888196, "S11": -0.85481264721502126, "W12": -3.3281289212185419, "S12": -7.4475319062931682, "W13": -24.286390827517447, "S13": -24.286390827517447, "W21": -40.0, "S21": -40.0, "W22": -30.437696904272542, "S22": -30.437696904272542, "W31": -70.0, "S31": -70.0, "W32": -90.138035416634835, "S32": -95.138035416634835 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76257396199426297, "S11": 0.26257396199426419, "W12": -10.558115811351897, "S12": -20.184797402463559, "W13": -21.482218506007026, "S13": -21.482218506007026, "W21": -31.662472570333154, "S21": -31.662472570333154, "W22": -42.62848746651057, "S22": -42.62848746651057, "W31": -55.805979572366581, "S31": -56.310105134062773, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 509450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2686280335192415, "S11": -0.37677097133054116, "W12": -10.0, "S12": -11.14480365605958, "W13": -21.119379354021532, "S13": -25.654508719303205, "W21": -39.014388164449819, "S21": -39.014388164449819, "W22": -50.0, "S22": -64.243352587344106, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105473.0, 512090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10694127437598096, "S11": -0.10694127437598096, "W12": -10.0, "S12": -10.0, "W13": -17.861940998692898, "S13": -19.307970386703193, "W21": -38.398963053239825, "S21": -38.398963053239825, "W22": -50.129181078137847, "S22": -50.448279787072451, "W31": -75.280491766166961, "S31": -80.313634245380783, "W32": -91.866038723181603, "S32": -96.866038723181603 }, "geometry": { "type": "Point", "coordinates": [ 105473.444444444437977, 513910.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.026402314999266097, "S11": -0.52640231499926604, "W12": -6.04119883323217, "S12": -11.858608599686521, "W13": -16.284482758620687, "S13": -19.598379310344825, "W21": -32.717036145517241, "S21": -32.793389453603673, "W22": -37.356100559608727, "S22": -41.049868338059724, "W31": -71.319239324840012, "S31": -73.694235482902442, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105474.0, 499703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14529999250206188, "S11": -0.24260095945346954, "W12": -5.0, "S12": -11.058855389059396, "W13": -18.317567048008133, "S13": -18.587109521307518, "W21": -29.882317561540386, "S21": -29.882317561540386, "W22": -49.739805055587325, "S22": -49.747519956889441, "W31": -75.668211506464829, "S31": -78.294703849704717, "W32": -92.671119137668683, "S32": -97.671119137668683 }, "geometry": { "type": "Point", "coordinates": [ 105474.0, 503832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6899282527625101, "W12": -5.1739604095504967, "S12": -18.60747771265321, "W13": -20.384853328969765, "S13": -36.293637259984102, "W21": -36.667154138754391, "S21": -36.667154138754391, "W22": -29.672598260869666, "S22": -36.198206332141879, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105474.857142857144936, 511632.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15352757747027856, "S11": -0.15352757747027856, "W12": -13.36542562183728, "S12": -13.36542562183728, "W13": -17.296464891419987, "S13": -20.296464891419987, "W21": -31.06048212481355, "S21": -31.06048212481355, "W22": -50.035585879670073, "S22": -50.425737573019084, "W31": -75.246307328582745, "S31": -80.131637517261993, "W32": -91.978021978021985, "S32": -96.978021978021985 }, "geometry": { "type": "Point", "coordinates": [ 105475.0, 501320.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62710550739519366, "S11": -5.6271055073951937, "W12": -8.70441843155829, "S12": -13.243967933915545, "W13": -19.97543275717937, "S13": -20.520128066254337, "W21": -29.358348165452519, "S21": -29.358348165452519, "W22": -50.0, "S22": -50.006688340307761, "W31": -75.832199501300593, "S31": -76.398605751300593, "W32": -91.15384615384616, "S32": -96.15384615384616 }, "geometry": { "type": "Point", "coordinates": [ 105475.0, 504798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056501203035350667, "S11": -2.0796332507461623, "W12": -8.3030199851961513, "S12": -17.852463805994191, "W13": -20.306233176312247, "S13": -20.521358091909818, "W21": -29.724986577913892, "S21": -29.724986577913892, "W22": -37.711280760571412, "S22": -40.910670342214871, "W31": -72.076030545417836, "S31": -74.105037621955731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105475.0, 505019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83516712795399628, "S11": 0.83516712795399628, "W12": -9.2650752945257544, "S12": -15.686344386298067, "W13": -17.82747650408653, "S13": -20.353698171793358, "W21": -31.677750778524597, "S21": -37.72460029891991, "W22": -43.519140083217749, "S22": -54.285649517180019, "W31": -79.627188653171558, "S31": -79.627188653171558, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105475.142857142855064, 502028.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.959671705929038, "S12": -13.330910131854941, "W13": -17.102671318605669, "S13": -20.437142163685049, "W21": -34.400013920790698, "S21": -34.400013920790698, "W22": -50.0, "S22": -64.177334344451864, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 501229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1063509431646934, "S11": -0.55767863169667442, "W12": -9.0642014519056247, "S12": -11.310393056509552, "W13": -21.060082613593689, "S13": -30.468371635260109, "W21": -38.576525001929113, "S21": -38.576525001929113, "W22": -44.407633309620927, "S22": -44.411036098360732, "W31": -76.957520386876453, "S31": -76.957520386876453, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 512000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37116519085724237, "S11": 0.37116519085724237, "W12": -11.147657127867031, "S12": -16.147657127867031, "W13": -19.298796192532969, "S13": -36.181881895464798, "W21": -36.925621011761436, "S21": -36.925621011761436, "W22": -37.787797796250473, "S22": -40.763344011271919, "W31": -71.727294040309644, "S31": -73.577648010824049, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 512659.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5484756697674662, "S12": -8.5484756697674662, "W13": -15.0, "S13": -23.872721643899233, "W21": -40.012218653188221, "S21": -43.945034064024959, "W22": -38.9495156334835, "S22": -38.9495156334835, "W31": -71.540511752488342, "S31": -74.761588721167328, "W32": -89.815499454114587, "S32": -94.815499454114587 }, "geometry": { "type": "Point", "coordinates": [ 105476.0, 516783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28656518861681002, "S11": -4.6129380922669245, "W12": -5.8366096972527028, "S12": -9.5356153790708849, "W13": -15.000000000000002, "S13": -18.0, "W21": -40.0, "S21": -42.604791474857493, "W22": -40.0, "S22": -40.0, "W31": -70.881167807782901, "S31": -70.881167807782901, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105477.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86356081271374896, "S11": 0.86356081271374896, "W12": -10.022305295950833, "S12": -16.503398511552746, "W13": -17.863984684145333, "S13": -19.610680462892958, "W21": -31.462995292897794, "S21": -36.95823514562008, "W22": -39.354004591561633, "S22": -44.354004591561633, "W31": -68.25113419087117, "S31": -76.128180591198486, "W32": -95.107006185133883, "S32": -100.10700618513388 }, "geometry": { "type": "Point", "coordinates": [ 105477.6, 502000.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0174698275862077, "W12": -3.6189522611054987, "S12": -11.648803007374156, "W13": -15.866583541147133, "S13": -20.442728437119062, "W21": -38.888976267378176, "S21": -38.949802713659167, "W22": -45.398909950405844, "S22": -47.426825452740509, "W31": -75.541932528728111, "S31": -79.10541565815312, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 506267.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25954099574310574, "S11": -0.25954099574310574, "W12": -9.9726438484022708, "S12": -14.936363467986631, "W13": -14.936363467986631, "S13": -14.936363467986631, "W21": -37.227668040066767, "S21": -38.548867987667307, "W22": -31.453921139354275, "S22": -38.436267434664373, "W31": -70.0, "S31": -70.842345757001468, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 506511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89629967303822933, "S11": 0.89629967303822933, "W12": -11.652054652727461, "S12": -23.189290340387188, "W13": -29.170769504902172, "S13": -29.170769504902172, "W21": -36.621095338748511, "S21": -36.627987915407743, "W22": -36.76890474005134, "S22": -40.714352498948031, "W31": -67.510705583439048, "S31": -67.510705583439048, "W32": -89.947528792570381, "S32": -94.947528792570381 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 511048.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97029663962920043, "S11": 0.41241335844296734, "W12": -7.654738278342843, "S12": -19.817610934832956, "W13": -24.785261884429261, "S13": -24.785261884429257, "W21": -36.48954444157733, "S21": -36.492078958026703, "W22": -39.491560970889083, "S22": -49.142898907222119, "W31": -77.392028974503035, "S31": -77.392028974503035, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2224623872002232, "S11": -0.050889001601187811, "W12": -9.6366454930429519, "S12": -11.024805614911605, "W13": -21.048066090874954, "S13": -26.71216286982304, "W21": -38.855172694350451, "S21": -38.855172694350451, "W22": -49.423448922049893, "S22": -49.429669390347712, "W31": -76.095682463290288, "S31": -76.401948026511874, "W32": -94.830184889215161, "S32": -99.830184889215161 }, "geometry": { "type": "Point", "coordinates": [ 105478.0, 512053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45482809006823494, "S11": 0.45482809006823494, "W12": -10.165195082067417, "S12": -18.000329282170945, "W13": -21.362639421104468, "S13": -21.362639421104468, "W21": -31.420206634500836, "S21": -31.420206634500836, "W22": -49.733014550940759, "S22": -49.740871568444106, "W31": -75.612502334549873, "S31": -78.429838555373863, "W32": -92.643381200532872, "S32": -97.643381200532872 }, "geometry": { "type": "Point", "coordinates": [ 105478.166666666671517, 509335.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46229877495869104, "S11": -0.46229877495869104, "W12": -10.0, "S12": -10.0, "W13": -18.498274687337915, "S13": -29.281395434323898, "W21": -38.386190357342926, "S21": -38.386190357342926, "W22": -50.0, "S22": -50.0, "W31": -77.892551295049913, "S31": -77.892551295049913, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105478.833333333328483, 515118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2014925373134329, "W12": -10.693242011894686, "S12": -15.12713702743936, "W13": -28.657003430659397, "S13": -28.657003430659397, "W21": -37.757060481726135, "S21": -37.757060481726135, "W22": -36.277304014547667, "S22": -40.075598559554436, "W31": -67.89497253648311, "S31": -67.89497253648311, "W32": -89.903038754321059, "S32": -94.903038754321059 }, "geometry": { "type": "Point", "coordinates": [ 105479.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52609466855868636, "W12": -4.053183642920434, "S12": -11.314514404733355, "W13": -27.675822052894816, "S13": -27.675822052894816, "W21": -40.0, "S21": -40.0, "W22": -50.0, "S22": -50.277376744327377, "W31": -75.251587490583972, "S31": -80.418763416509933, "W32": -91.875457875457883, "S32": -96.875457875457883 }, "geometry": { "type": "Point", "coordinates": [ 105479.0, 505941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11224489795918369, "S11": -1.9455211298002328, "W12": -4.5883378892330198, "S12": -4.5883378892330198, "W13": -15.796336367347919, "S13": -19.81878563062287, "W21": -41.69662739924479, "S21": -44.69662739924479, "W22": -50.0, "S22": -50.007450298328507, "W31": -75.657915676576266, "S31": -77.288775051576266, "W32": -91.347985347985343, "S32": -96.347985347985343 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38770226537213071, "S11": -4.5429965764541356, "W12": -5.852379858354726, "S12": -11.995201129051281, "W13": -15.075980517643597, "S13": -18.075980517643597, "W21": -40.0, "S21": -42.682712687809712, "W22": -50.0, "S22": -50.0, "W31": -77.904243921212128, "S31": -77.904243921212128, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 498223.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.618877169888776, "S13": -18.461442635552594, "W21": -29.664595416365959, "S21": -30.542913449968619, "W22": -37.771511856405958, "S22": -37.771511856405958, "W31": -61.478500629291389, "S31": -66.220593547818467, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 503573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65, "S11": -0.65, "W12": -3.1600001, "S12": -8.1749254731343282, "W13": -23.194666001994015, "S13": -23.194666001994015, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -51.841470708169091, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105480.0, 506164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1524546398484219, "S12": -8.1524546398484219, "W13": -16.003248734218303, "S13": -24.879660002232313, "W21": -41.901771100475806, "S21": -46.390128216677191, "W22": -37.389742862898586, "S22": -41.225519140622794, "W31": -71.808062509548861, "S31": -71.808062509548861, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105480.4, 517378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59893598707566142, "S11": -2.0015709004035083, "W12": -4.9540761774208999, "S12": -18.069781726346729, "W13": -20.51662832849787, "S13": -35.598511918883339, "W21": -36.447432397940389, "S21": -36.447432397940389, "W22": -37.732316355315113, "S22": -41.985540506692203, "W31": -67.81536831893861, "S31": -73.409884527836709, "W32": -90.228751781457703, "S32": -95.228751781457703 }, "geometry": { "type": "Point", "coordinates": [ 105480.714285714289872, 511588.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69044490548639925, "S11": 0.69044490548639925, "W12": -5.0, "S12": -9.0364435202911082, "W13": -17.147712294687054, "S13": -21.339484843524481, "W21": -30.358302421581492, "S21": -30.358302421581492, "W22": -43.78774503209543, "S22": -43.78774503209543, "W31": -72.325772181581016, "S31": -72.325772181581016, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 503084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49290536976474314, "S11": 0.49290536976474314, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.630186462268913, "S13": -18.447801466636843, "W21": -29.669899796718372, "S21": -30.477935101774484, "W22": -44.252291564332445, "S22": -45.515306651915999, "W31": -76.299608559636781, "S31": -79.956188223843611, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 503577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57317823343848584, "S11": -1.2621049575764169, "W12": -3.4088884325984985, "S12": -10.005903357971633, "W13": -20.180979418026972, "S13": -20.180979418026972, "W21": -40.0, "S21": -40.0, "W22": -42.669748005571627, "S22": -44.553716299257651, "W31": -73.123449918743773, "S31": -76.543274183595528, "W32": -89.748391591907605, "S32": -94.748391591907605 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 506216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.060476848070027775, "S11": -0.060476848070027775, "W12": -10.0, "S12": -10.0, "W13": -17.938016753073182, "S13": -18.349788513085908, "W21": -37.504413388066176, "S21": -37.504413388066176, "W22": -37.97628617114654, "S22": -49.750501631002535, "W31": -74.063934186114636, "S31": -74.063934186114636, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105481.0, 513749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.1814370272936534, "W12": -5.7274462711104466, "S12": -11.8883366480297, "W13": -15.363161581569116, "S13": -17.859010032587815, "W21": -40.0, "S21": -42.788158631996183, "W22": -38.286256522648976, "S22": -49.354591047309448, "W31": -63.746183954705032, "S31": -69.097387636339036, "W32": -99.367801283207513, "S32": -104.36780128320751 }, "geometry": { "type": "Point", "coordinates": [ 105482.0, 498125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22764124804240457, "S11": -0.022931708412904844, "W12": -6.0255111633372502, "S12": -13.663200844672607, "W13": -15.000000000000002, "S13": -22.904507314175394, "W21": -36.588217946917567, "S21": -36.798465880801864, "W22": -41.832635874496489, "S22": -41.834119820313056, "W31": -77.523198715650196, "S31": -77.833865184208463, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105482.0, 506374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4050332383666102, "S11": -4.3090039716779325, "W12": -5.8129121880137848, "S12": -11.982075955636844, "W13": -15.269376180469067, "S13": -18.094315875856132, "W21": -40.0, "S21": -42.750222259115532, "W22": -32.069919111377409, "S22": -39.986413654008594, "W31": -70.0, "S31": -70.963108789070503, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105482.4, 498164.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39547409235104736, "S11": -4.3796898108646314, "W12": -5.8381372590046077, "S12": -12.015987694515056, "W13": -15.239302718970555, "S13": -18.162714863621787, "W21": -40.0, "S21": -42.737826384709578, "W22": -40.52030758044905, "S22": -53.996624358628139, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 498176.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2341135745487515, "S11": -2.2341135745487515, "W12": -13.919540229885056, "S12": -14.439624796481251, "W13": -17.90807567215252, "S13": -17.90807567215252, "W21": -40.400267737617135, "S21": -40.400267737617135, "W22": -37.23304997769656, "S22": -38.937582282421729, "W31": -71.285662698489645, "S31": -71.285662698489645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 500704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.401034185578856, "W12": -10.282517985611513, "S12": -19.652187989319337, "W13": -24.38339445402066, "S13": -26.897892708157595, "W21": -34.507207334345068, "S21": -34.507207334345068, "W22": -37.703535420097836, "S22": -49.304732703871963, "W31": -63.02844057174746, "S31": -67.186950870995986, "W32": -99.971205132830008, "S32": -104.97120513283001 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 505540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40678280207561157, "S11": -2.7174344639442634, "W12": -10.338243405275779, "S12": -20.197964082571538, "W13": -25.0, "S13": -26.925543352154072, "W21": -35.401280527529877, "S21": -35.401280527529877, "W22": -39.790411588436669, "S22": -45.438868367733413, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 505605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.94460308395202741, "W12": -5.5828781383958166, "S12": -9.0035126004311632, "W13": -28.040045844266636, "S13": -28.040045844266636, "W21": -40.0, "S21": -40.0, "W22": -36.767377026656625, "S22": -40.733470590667601, "W31": -67.52614591715529, "S31": -67.52614591715529, "W32": -89.956943119451068, "S32": -94.956943119451068 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 505917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96029895712630364, "S11": 0.33623420403148674, "W12": -7.6401637310840984, "S12": -19.787136377329361, "W13": -24.77225661827498, "S13": -24.857813126419618, "W21": -36.511022308756949, "S21": -36.513557263824417, "W22": -41.808856256085242, "S22": -41.810375846208792, "W31": -77.508261311155223, "S31": -77.736837666223963, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105483.0, 511255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.93302936996684038, "W12": -4.9260062324767695, "S12": -7.1662341314166644, "W13": -17.123588376476246, "S13": -20.123588376476246, "W21": -33.405084898333328, "S21": -33.619948383243553, "W22": -38.988386784383508, "S22": -40.227920996682613, "W31": -72.747885304902425, "S31": -75.37900292919042, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105484.0, 499932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2878617225829849, "S12": -4.2878617225829849, "W13": -15.0, "S13": -15.0, "W21": -41.43501527204711, "S21": -41.43501527204711, "W22": -40.0, "S22": -41.210656517602281, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105484.0, 524243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27700556549393357, "S11": -0.27700556549393357, "W12": -11.437359754258289, "S12": -13.13635143092711, "W13": -20.43347516077846, "S13": -20.43347516077846, "W21": -30.164292202013101, "S21": -30.231472467964725, "W22": -39.014410091947738, "S22": -53.844840505613789, "W31": -78.133360999902351, "S31": -78.133360999902351, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105484.333333333328483, 508798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34519977090040099, "S11": 0.34519977090040066, "W12": -1.6682914119416403, "S12": -1.7740949868141598, "W13": -15.000000000000002, "S13": -18.007969293572447, "W21": -40.129095610597275, "S21": -41.399964885115011, "W22": -44.607525352474227, "S22": -44.611109351550205, "W31": -76.880612793148032, "S31": -76.880612793148032, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 498927.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44367393661886972, "S11": -2.0677164898103593, "W12": -5.0, "S12": -12.417946977483854, "W13": -19.77769905117783, "S13": -21.02666752955253, "W21": -30.0, "S21": -30.0, "W22": -49.504900188276956, "S22": -49.512087552321077, "W31": -75.787339559596404, "S31": -77.566754681639679, "W32": -93.26139260168658, "S32": -98.26139260168658 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 504115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52874859075535519, "S11": -0.95365855474094952, "W12": -4.2147341115434491, "S12": -4.2147341115434491, "W13": -27.087989523807629, "S13": -27.087989523807629, "W21": -40.0, "S21": -40.0, "W22": -41.00964767336496, "S22": -41.317003254304922, "W31": -73.07073254700677, "S31": -76.07073254700677, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 505991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53821871476888383, "S11": -1.0101875022838898, "W12": -4.9339601026893982, "S12": -5.3518705504505917, "W13": -26.913311894411514, "S13": -26.913311894411514, "W21": -40.0, "S21": -40.0, "W22": -50.222872537108437, "S22": -52.520109113011266, "W31": -75.128373124165719, "S31": -75.128373124165719, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 506005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74119052338956171, "S11": -0.74119052338956171, "W12": -10.947158570740738, "S12": -11.102004099689948, "W13": -20.893950850661625, "S13": -20.893950850661625, "W21": -29.939090432691213, "S21": -29.939090432691213, "W22": -50.171174385155695, "S22": -50.429520219660141, "W31": -75.204484226670928, "S31": -80.394166766353493, "W32": -91.912087912087912, "S32": -96.912087912087912 }, "geometry": { "type": "Point", "coordinates": [ 105485.0, 508100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56564825253663498, "S11": -1.2294048501815564, "W12": -4.495745496175604, "S12": -6.1375365409512881, "W13": -26.406106452337113, "S13": -26.406106452337113, "W21": -40.0, "S21": -40.0, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -77.033693704093167, "S31": -77.033693704093167, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.2, 506045.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58626377295495091, "S11": -1.7164605223136193, "W12": -4.057530889661809, "S12": -6.9232025314519854, "W13": -25.874737478782158, "S13": -25.874737478782158, "W21": -40.0, "S21": -40.0, "W22": -34.032940168679502, "S22": -41.392423975466286, "W31": -70.819725265335222, "S31": -70.819725265335222, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.4, 506086.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60139899833052501, "S11": -1.1757930673351302, "W12": -3.6193162831475529, "S12": -7.7088685219543924, "W13": -25.070636255438281, "S13": -25.070636255438281, "W21": -40.0, "S21": -40.0, "W22": -39.933449281253601, "S22": -41.140073610224519, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.6, 506127.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23252118644067646, "S11": -5.0420073755791321, "W12": -5.3706740420157075, "S12": -7.832572729954105, "W13": -15.0, "S13": -18.0, "W21": -39.999999999999993, "S21": -42.517959868622981, "W22": -37.111141144814091, "S22": -37.111141144814091, "W31": -70.937687825968936, "S31": -70.937687825968936, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105485.666666666671517, 498316.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64068296529966595, "S11": -0.71432389723203182, "W12": -3.2290057964995738, "S12": -8.5424386323209038, "W13": -23.064057826519875, "S13": -23.064057826519875, "W21": -40.0, "S21": -40.0, "W22": -49.7461222428648, "S22": -49.754312276578375, "W31": -75.493861215965893, "S31": -78.766148785180519, "W32": -92.59611805501136, "S32": -97.59611805501136 }, "geometry": { "type": "Point", "coordinates": [ 105485.8, 506168.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18283774284365312, "S11": -1.3451173248101698, "W12": -6.4875264729542632, "S12": -6.624381277822077, "W13": -17.379718855487244, "S13": -20.379718855487244, "W21": -34.204620517903976, "S21": -34.204620517903976, "W22": -50.095837979692448, "S22": -53.005082602281092, "W31": -75.285498891622964, "S31": -75.285498891622964, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105486.0, 496849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44332383665714348, "S11": -4.2564609626026186, "W12": -5.7318391271857969, "S12": -11.944718727510141, "W13": -15.338582555002048, "S13": -17.862426301264257, "W21": -40.0, "S21": -42.776308132898905, "W22": -38.406218203206031, "S22": -53.406218203206031, "W31": -75.778317547114924, "S31": -75.778317547114924, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105486.0, 498130.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58072555205047327, "S11": -0.97973848308495581, "W12": -3.4192885660124115, "S12": -9.9566019988482335, "W13": -20.768275372604684, "S13": -20.768275372604684, "W21": -40.073349891224339, "S21": -40.073349891224339, "W22": -40.0, "S22": -47.635816229441346, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105486.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45466908431550312, "S11": -2.3502983946603311, "W12": -3.9130363928058771, "S12": -12.121970383701173, "W13": -14.999999999999998, "S13": -25.0, "W21": -37.853461592472968, "S21": -37.994949195778752, "W22": -44.941204777917569, "S22": -44.941204777917569, "W31": -59.011055614793193, "S31": -60.185162324503615, "W32": -99.676285207799893, "S32": -104.67628520779989 }, "geometry": { "type": "Point", "coordinates": [ 105486.0, 506316.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8251473752830094, "S12": -13.9540324270837, "W13": -24.076478796805954, "S13": -24.076478796805954, "W21": -32.191304497499864, "S21": -32.191304497499864, "W22": -48.996945996275365, "S22": -53.145055006089244, "W31": -75.283968409851497, "S31": -75.283968409851497, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105486.0, 507442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72284727722962627, "S11": 0.72284727722962627, "W12": -10.503717486322097, "S12": -20.478868539495402, "W13": -21.487544443924897, "S13": -21.487544443924897, "W21": -31.631855847126189, "S21": -31.631855847126189, "W22": -49.593999243567175, "S22": -49.601630765438827, "W31": -75.64507962799027, "S31": -78.099165764812952, "W32": -92.720131674912864, "S32": -97.720131674912864 }, "geometry": { "type": "Point", "coordinates": [ 105486.0, 509442.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73617511520738221, "S11": -2.2638248847926179, "W12": -4.8929237246646338, "S12": -17.69081751941394, "W13": -20.871133162865302, "S13": -35.126116412622999, "W21": -36.30729435019196, "S21": -36.30729435019196, "W22": -39.71872874435082, "S22": -39.71872874435082, "W31": -50.094269700478137, "S31": -50.094269700478137, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105486.571428571434808, 511544.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38915284467551226, "S11": 0.38915284467551226, "W12": -11.033545104360877, "S12": -15.715863786678886, "W13": -19.307635154522316, "S13": -35.602106520648015, "W21": -37.107282787799846, "S21": -37.107282787799846, "W22": -38.02500277334557, "S22": -40.68816828285572, "W31": -71.136481863242977, "S31": -73.833743826817042, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105486.6, 512639.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.028059034687269, "S12": -19.272445541798426, "W13": -22.907243090662995, "S13": -24.518261365092197, "W21": -32.610624386201515, "S21": -32.610624386201515, "W22": -50.309677814446268, "S22": -50.616544930314426, "W31": -75.156811827807431, "S31": -80.178112366891, "W32": -92.000000000000014, "S32": -97.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 505381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3979065098938916, "S11": -1.4764189065881066, "W12": -9.9869759958083826, "S12": -9.9869759958083826, "W13": -15.393617021276595, "S13": -15.431432147327016, "W21": -36.595382358459709, "S21": -37.632315243486566, "W22": -40.309151964181012, "S22": -40.760379934154912, "W31": -72.994146524919387, "S31": -75.674808166884077, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 506554.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4626068376068377, "S11": -2.8544098057154579, "W12": -10.0, "S12": -10.0, "W13": -16.597842373389273, "S13": -16.87515329775902, "W21": -36.315806254583521, "S21": -37.181995503961275, "W22": -40.0, "S22": -40.0, "W31": -70.400772124026872, "S31": -70.400772124026872, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 506583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7994892052032965, "S11": -3.6220683873032287, "W12": -6.2045208965886758, "S12": -6.2045208965886758, "W13": -21.099920458780463, "S13": -21.099920458780463, "W21": -35.079785584815134, "S21": -35.191108234481085, "W22": -49.639530679168587, "S22": -49.647409846027685, "W31": -75.56591808484319, "S31": -78.388304729355042, "W32": -92.582575816942253, "S32": -97.582575816942253 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 506709.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6639812646370022, "S11": 1.5703893590720781, "W12": -11.353421571388342, "S12": -16.123875983927086, "W13": -21.688038620749865, "S13": -21.688038620749865, "W21": -32.248575667083152, "S21": -32.248575667083152, "W22": -43.026101342261754, "S22": -43.026101342261754, "W31": -56.041767214770751, "S31": -56.637147963010342, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 509840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2170664025655327, "S11": -0.13655769533217677, "W12": -10.0, "S12": -10.0, "W13": -20.685508117859289, "S13": -25.537391243018607, "W21": -39.094194790810157, "S21": -39.094194790810157, "W22": -40.0, "S22": -40.0, "W31": -70.969634984318233, "S31": -70.969634984318233, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 512116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47632724412063887, "S11": -0.47632724412063887, "W12": -9.9763589538652813, "S12": -9.9763589538652813, "W13": -18.118783142345613, "S13": -29.057936581499053, "W21": -38.323654960838375, "S21": -38.323654960838375, "W22": -49.356211269186161, "S22": -49.363067950033951, "W31": -75.872382247443383, "S31": -77.080535419463871, "W32": -94.135199068754247, "S32": -99.135199068754247 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 515162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8652666241117823, "S12": -3.998834054815398, "W13": -15.067193869105804, "S13": -15.067193869105804, "W21": -41.621888591502255, "S21": -41.987458192477021, "W22": -49.440535840988076, "S22": -49.440535840988076, "W31": -75.828199074896347, "S31": -75.828199074896347, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.0, 523542.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9423162180502143, "S12": -14.693979843680783, "W13": -24.363615141252389, "S13": -24.363615141252389, "W21": -32.566739167482687, "S21": -32.566739167482687, "W22": -39.703599718993281, "S22": -39.703599718993281, "W31": -53.627864451802616, "S31": -53.83801997117898, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105487.5, 507498.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32366984993178727, "S11": 0.32366984993178727, "W12": -13.682634764282254, "S12": -13.682634764282254, "W13": -17.529586019150134, "S13": -20.529586019150134, "W21": -29.440374313186815, "S21": -30.325533019171264, "W22": -50.0, "S22": -64.119239045272764, "W31": -80.0, "S31": -80.0, "W32": -90.012028454023735, "S32": -95.012028454023735 }, "geometry": { "type": "Point", "coordinates": [ 105488.0, 501423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -37.851211349581668, "S22": -40.653636525214424, "W31": -72.161507512288964, "S31": -74.282027925349311, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105488.373684210528154, 530016.757894736831076 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65267278742635026, "S11": -0.65267278742635026, "W12": -9.4186202356436315, "S12": -9.4186202356436315, "W13": -16.075020222446916, "S13": -22.197469202038754, "W21": -37.550157159705215, "S21": -37.550157159705215, "W22": -37.063173915699352, "S22": -41.153790578261436, "W31": -67.642310243550213, "S31": -70.027841775682091, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105488.5, 515470.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049542162088287461, "S11": -2.7169705399902346, "W12": -5.1663364220594827, "S12": -6.7317481867653655, "W13": -15.562354091116502, "S13": -20.230351945321665, "W21": -41.12041741281368, "S21": -44.12041741281368, "W22": -42.576286461387475, "S22": -42.576286461387475, "W31": -55.70977608171053, "S31": -56.247063239742999, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 497872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34060380660681511, "S11": -3.982662339983869, "W12": -5.62554099536686, "S12": -10.23617152208592, "W13": -15.437862391033679, "S13": -17.562137738906376, "W21": -40.0, "S21": -42.814789881088281, "W22": -39.987646511433383, "S22": -39.987646511433383, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 498083.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14202114418534906, "S11": -0.14202114418534906, "W12": -5.153367536295165, "S12": -12.837755178596815, "W13": -19.621085107984047, "S13": -20.616891788865356, "W21": -30.0, "S21": -30.0, "W22": -37.395961374275657, "S22": -41.213377486215826, "W31": -71.933816414576569, "S31": -71.933816414576569, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 503988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18291326908821348, "S11": -3.7776599857861499, "W12": -10.309239977554711, "S12": -20.309239977554711, "W13": -25.570787200853168, "S13": -26.738905384780772, "W21": -35.813197144458236, "S21": -35.813197144458236, "W22": -50.0, "S22": -50.0, "W31": -77.231244387729191, "S31": -77.231244387729191, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 505636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28013582342954152, "S11": -2.7198641765704585, "W12": -10.624057137023716, "S12": -15.250836978762454, "W13": -28.206272368228429, "S13": -28.206272368228429, "W21": -37.463922741377573, "S21": -37.463922741377573, "W22": -40.0, "S22": -46.403221421775179, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 505774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74322193690557969, "S11": -0.74322193690557969, "W12": -10.855255174814584, "S12": -10.855255174814584, "W13": -21.861413043478262, "S13": -21.861413043478262, "W21": -30.327496552911178, "S21": -30.327496552911178, "W22": -50.0, "S22": -50.003630271694576, "W31": -76.297981281435014, "S31": -76.297981281435014, "W32": -90.659538342096454, "S32": -95.659538342096454 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 508062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.692187651270325, "S11": -0.692187651270325, "W12": -11.401433749516796, "S12": -16.401433749516798, "W13": -19.521908398614247, "S13": -19.521908398614247, "W21": -29.678339565910477, "S21": -29.690847732542569, "W22": -44.273736524385015, "S22": -44.273736524385015, "W31": -56.934453993730877, "S31": -57.713045467508621, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.0, 508312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1080390322273486, "S12": -4.1080390322273486, "W13": -15.91180332853693, "S13": -15.91180332853693, "W21": -43.126610174497777, "S21": -44.05678894828992, "W22": -37.462770484774538, "S22": -40.96842308927959, "W31": -71.415777920097682, "S31": -73.631570588656288, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.142857142855064, 523107.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052482945770828286, "S11": 0.052482945770828286, "W12": -10.79213922230552, "S12": -12.038502507578372, "W13": -18.209228122406813, "S13": -35.120766072271543, "W21": -35.676965953380041, "S21": -35.676965953380041, "W22": -30.941030352872623, "S22": -32.299726725352777, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.4, 513278.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8477960431245115, "S11": 1.8477960431245115, "W12": -3.9682991365438056, "S12": -4.653221217094301, "W13": -15.0, "S13": -15.0, "W21": -40.942897104196867, "S21": -40.942897104196867, "W22": -37.328256354421455, "S22": -45.957035885562462, "W31": -75.028905481139248, "S31": -75.028905481139248, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.5, 523731.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020876466528640392, "S11": -2.9498603002468844, "W12": -5.2545630324316246, "S12": -6.5491207986914475, "W13": -15.470069174391366, "S13": -19.939387694111314, "W21": -40.856672883040964, "S21": -43.829945757467677, "W22": -40.0, "S22": -53.843775317310289, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105489.75, 497913.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18389057750759874, "S11": -5.1483225818767959, "W12": -5.1483225818767959, "S12": -6.9564882653976037, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -42.470234480597071, "W22": -40.0, "S22": -40.0, "W31": -70.575255275358202, "S31": -70.69208497043293, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 498342.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29536365908522871, "S11": -2.7743344207337031, "W12": -7.1626089570183353, "S12": -11.796464007618624, "W13": -15.991684500152859, "S13": -19.123507268264667, "W21": -33.892860677081607, "S21": -33.900748494785375, "W22": -39.790300628813164, "S22": -44.746069724634367, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38596216976707831, "S11": 0.38596216976707831, "W12": -10.0, "S12": -11.157399484488582, "W13": -17.455525758996675, "S13": -19.612271811880575, "W21": -29.579911599934462, "S21": -29.579911599934462, "W22": -50.0, "S22": -50.006032681070472, "W31": -75.830813276060823, "S31": -75.830813276060823, "W32": -91.095238095238088, "S32": -96.095238095238088 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 503427.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -10.520427240383901, "S12": -12.849781076216356, "W13": -29.009420975322879, "S13": -29.009420975322879, "W21": -37.917453006002098, "S21": -37.917453006002098, "W22": -30.068959645733351, "S22": -30.068959645733351, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 505831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91266714853632114, "S11": 0.80220922774424197, "W12": -8.0645023953719601, "S12": -15.743921970485768, "W13": -15.743921970485768, "S13": -21.026504514269085, "W21": -35.747212470158686, "S21": -36.026220734621496, "W22": -40.0, "S22": -47.273453853472887, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 506414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.949891657638136, "W12": -4.9874503084304314, "S12": -18.158965821556922, "W13": -20.470406185294507, "S13": -35.919210050713374, "W21": -36.562887083421806, "S21": -36.562887083421806, "W22": -39.213720477719711, "S22": -49.213720477719711, "W31": -64.696069519004809, "S31": -72.678783209067348, "W32": -98.555360869901307, "S32": -103.55536086990131 }, "geometry": { "type": "Point", "coordinates": [ 105490.0, 511608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46362100138254214, "S11": 0.46362100138254214, "W12": -5.5170332482790521, "S12": -5.5170332482790521, "W13": -20.0, "S13": -20.0, "W21": -39.849171798602995, "S21": -41.381147941414277, "W22": -44.881009456149307, "S22": -46.506238978750673, "W31": -75.872221202308708, "S31": -79.685134079637834, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.181818181823473, 521114.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077136799005629864, "S11": -3.1685917643635975, "W12": -5.3427896428037664, "S12": -5.5675848275554802, "W13": -15.464526931432502, "S13": -18.540695860542606, "W21": -40.592928353268256, "S21": -43.526200812645264, "W22": -42.1407529804736, "S22": -42.140752980473607, "W31": -73.225950228927672, "S31": -74.565213967895914, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105490.5, 497954.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20182370820668694, "S11": -5.2018237082066872, "W12": -5.2493769815308742, "S12": -7.6290546848526493, "W13": -14.999999999999998, "S13": -18.0, "W21": -40.0, "S21": -42.493565006170542, "W22": -49.495036812114812, "S22": -49.502627131397723, "W31": -75.635289398523838, "S31": -77.950844795538558, "W32": -92.996678625061065, "S32": -97.996678625061065 }, "geometry": { "type": "Point", "coordinates": [ 105491.0, 498328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.69335090208797889, "W12": -3.5324896237328258, "S12": -9.7957490258543309, "W13": -27.580335933693554, "S13": -27.580335933693554, "W21": -40.0, "S21": -40.0, "W22": -44.883740813026485, "S22": -44.887576894673806, "W31": -76.773430839681737, "S31": -76.773430839681737, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105491.0, 505956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13707318856474382, "S11": -3.390999285562434, "W12": -5.4310162531759074, "S12": -6.4193701537880363, "W13": -15.458984688473642, "S13": -16.843031626394776, "W21": -40.329183823495548, "S21": -43.222455867822859, "W22": -50.471364151515161, "S22": -50.562455498435952, "W31": -75.224913615147202, "S31": -80.059228335959389, "W32": -91.820512820512818, "S32": -96.820512820512818 }, "geometry": { "type": "Point", "coordinates": [ 105491.25, 497995.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6553498319331794, "S12": -8.6553498319331794, "W13": -15.0, "S13": -23.351810608375672, "W21": -39.458030333878533, "S21": -41.034353527850236, "W22": -38.956014331731346, "S22": -38.956014331731346, "W31": -71.433937929093588, "S31": -74.54480790241638, "W32": -89.87429949436779, "S32": -94.87429949436779 }, "geometry": { "type": "Point", "coordinates": [ 105491.715517241376801, 516623.340517241391353 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73096686229041141, "S11": -0.73096686229041141, "W12": -10.944140964955706, "S12": -11.059092586555265, "W13": -21.023534971644612, "S13": -21.023534971644612, "W21": -29.919985923872382, "S21": -29.919985923872382, "W22": -40.0, "S22": -40.0, "W31": -70.548023179942589, "S31": -70.660157083158225, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105491.75, 508102.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20495150587034205, "S11": -3.6759314466792863, "W12": -5.5192428635480493, "S12": -7.7588924049401058, "W13": -15.453442445514778, "S13": -17.178149394998449, "W21": -40.065439293722832, "S21": -42.91871092300044, "W22": -35.714170488327611, "S22": -40.987800140361649, "W31": -71.256512939289138, "S31": -72.623100658808426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105492.0, 498037.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26183495660239847, "S11": -0.26183495660239847, "W12": -11.478145118100057, "S12": -13.27324537361724, "W13": -20.56558431452698, "S13": -20.56558431452698, "W21": -30.244326457959133, "S21": -30.295511312047861, "W22": -37.849186014662806, "S22": -49.101795021095974, "W31": -63.019576682022034, "S31": -66.624062055076251, "W32": -99.965085418330801, "S32": -104.9650854183308 }, "geometry": { "type": "Point", "coordinates": [ 105492.0, 508822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87341424333915096, "S11": -2.126585756660849, "W12": -4.8507603277857383, "S12": -17.50464957142546, "W13": -21.292016431174464, "S13": -34.72009934030438, "W21": -36.340224073936845, "S21": -36.340224073936845, "W22": -50.0, "S22": -50.0, "W31": -77.382201227312478, "S31": -77.382201227312478, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105492.428571428565192, 511500.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075438704356302011, "S11": -0.57543870435630207, "W12": -5.2493662749093382, "S12": -13.002052503406517, "W13": -19.184001671705012, "S13": -20.006271276064169, "W21": -30.0, "S21": -30.0, "W22": -39.569171545432674, "S22": -40.591848019847113, "W31": -72.701465070751738, "S31": -74.27058844573277, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105493.0, 503947.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68829683502919492, "S11": 0.68829683502919492, "W12": -10.0, "S12": -20.437870931467483, "W13": -28.404418635696171, "S13": -28.404418635696171, "W21": -36.207124235590292, "S21": -36.207124235590292, "W22": -40.0, "S22": -52.642394997961127, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105493.0, 510871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4275637269727426, "S12": -5.4965028119683295, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -44.167144726886612, "S21": -44.167144726886612, "W22": -40.0, "S22": -40.0, "W31": -70.491827364731705, "S31": -70.594776218751974, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105493.0, 525328.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30907812147623087, "S11": 0.29794173261859896, "W12": -6.9667506833977839, "S12": -6.9667506833977839, "W13": -14.070177611612126, "S13": -14.093490423784528, "W21": -40.0, "S21": -41.516570876081047, "W22": -50.140569184554622, "S22": -50.149132219699865, "W31": -75.344948511747518, "S31": -79.11637207762972, "W32": -92.519297077031581, "S32": -97.519297077031581 }, "geometry": { "type": "Point", "coordinates": [ 105493.2, 497216.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30872671197391316, "S11": 0.30872671197391249, "W12": -6.9535075682639809, "S12": -6.9535075682639809, "W13": -14.071890917088197, "S13": -14.071890917088197, "W21": -40.0, "S21": -41.520599452113544, "W22": -42.804194872341562, "S22": -42.804194872341562, "W31": -73.30957692571279, "S31": -73.869340998706008, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105493.2, 497217.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.085908209437636218, "S11": -4.914091790562364, "W12": -10.255676787829671, "S12": -18.362506228523429, "W13": -26.299980477978497, "S13": -26.299980477978497, "W21": -36.33805104328129, "S21": -36.33805104328129, "W22": -48.20154395043236, "S22": -48.206886087610634, "W31": -76.308729534685753, "S31": -76.308729534685753, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105493.8, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23427607218186083, "S11": 0.2154915835583821, "W12": -8.8554129216453425, "S12": -18.203024343909796, "W13": -21.365158142664871, "S13": -21.365158142664871, "W21": -30.295376151689233, "S21": -30.295376151689233, "W22": -37.712241836506927, "S22": -46.544213814145643, "W31": -75.433098965847137, "S31": -75.433098965847137, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105494.0, 505145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1443616748009247, "W12": -7.7338803837521812, "S12": -8.6335683532405803, "W13": -28.525022487334269, "S13": -28.525022487334269, "W21": -39.659383902894419, "S21": -39.659383902894419, "W22": -37.775974585443251, "S22": -42.116908840255874, "W31": -67.884751599769771, "S31": -73.027544741297476, "W32": -90.361052605027183, "S32": -95.361052605027183 }, "geometry": { "type": "Point", "coordinates": [ 105494.0, 505886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53525904897090137, "S11": -0.53525904897090137, "W12": -11.690128218644418, "S12": -15.910147488340611, "W13": -19.930355839800654, "S13": -19.930355839800654, "W21": -29.592124555355149, "S21": -29.695337674407696, "W22": -36.933733976391061, "S22": -36.933733976391061, "W31": -61.874363989122713, "S31": -65.812366419483524, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105494.0, 508416.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12907622162748877, "S11": -5.1004943902055935, "W12": -5.1004943902055935, "S12": -6.2999330835936451, "W13": -14.999999999999998, "S13": -17.999999999999996, "W21": -40.0, "S21": -42.431128262388398, "W22": -45.93, "S22": -45.93, "W31": -58.111257646332561, "S31": -59.051125667105076, "W32": -99.905160527870791, "S32": -104.90516052787079 }, "geometry": { "type": "Point", "coordinates": [ 105494.333333333328483, 498362.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17104365620742112, "S11": -0.17104365620742112, "W12": -13.005124342410936, "S12": -13.005124342410936, "W13": -17.24134681978428, "S13": -20.251648013111854, "W21": -31.896475719821311, "S21": -31.896475719821311, "W22": -41.548359413955247, "S22": -41.550268025937974, "W31": -77.345442571188087, "S31": -77.345442571188087, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105494.333333333328483, 501285.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48359766277128546, "S11": -0.78667135018259704, "W12": -2.9327808396271884, "S12": -7.0520352555538013, "W13": -27.4630761142515, "S13": -27.4630761142515, "W21": -40.0, "S21": -40.0, "W22": -49.185192381593865, "S22": -49.191336969988448, "W31": -76.060888222694288, "S31": -76.060888222694288, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105494.5, 505968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71871178767524302, "S11": -0.71871178767524302, "W12": -11.033026755096827, "S12": -12.058048473584815, "W13": -20.72797731568998, "S13": -20.72797731568998, "W21": -29.890413841444595, "S21": -29.890413841444595, "W22": -40.0, "S22": -47.414606497214038, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105494.5, 508143.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35241998819805803, "S11": 0.35241998819805803, "W12": -5.280551718074924, "S12": -5.280551718074924, "W13": -14.97723024997363, "S13": -14.97723024997363, "W21": -40.0, "S21": -42.034429333792374, "W22": -39.222384437073075, "S22": -49.081614859099702, "W31": -64.62014128157152, "S31": -72.136819530355396, "W32": -98.612950604241277, "S32": -103.61295060424128 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 497303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.091362580292469547, "S11": -2.8421247176290083, "W12": -5.1625089672694662, "S12": -6.8228619084459368, "W13": -15.52777444222964, "S13": -20.218660774708631, "W21": -41.00695379082336, "S21": -44.00695379082336, "W22": -43.721704905443026, "S22": -43.721704905443026, "W31": -73.451170729848002, "S31": -73.451170729848002, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 497875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76093771745420191, "S11": 0.76093771745420191, "W12": -8.7704953435011461, "S12": -14.851021655179057, "W13": -17.748905194859443, "S13": -21.056767078184269, "W21": -31.81723644537627, "S21": -38.377904816803081, "W22": -41.518634890940639, "S22": -41.520588058307091, "W31": -77.326770815569276, "S31": -77.326770815569276, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 502068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31, "S11": -2.3, "W12": -5.1943019321034818, "S12": -12.625172905475861, "W13": -19.728498546901459, "S13": -21.08193869770259, "W21": -30.0, "S21": -30.0, "W22": -47.304182614966436, "S22": -47.304182614966436, "W31": -73.958814921734131, "S31": -73.958814921734131, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35390815568989287, "S11": 0.315318230543221, "W12": -8.8520499358628371, "S12": -11.852049935862837, "W13": -23.735463989456548, "S13": -23.735463989456548, "W21": -31.551020408163268, "S21": -31.551020408163268, "W22": -38.069561694198228, "S22": -50.93900878019204, "W31": -74.606923152035918, "S31": -74.606923152035918, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105495.0, 507379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12309637665313629, "S11": -0.12309637665313629, "W12": -10.0, "S12": -10.0, "W13": -17.757887276654618, "S13": -19.287204054406708, "W21": -38.664836777050915, "S21": -38.664836777050915, "W22": -50.0, "S22": -50.001409898387813, "W31": -76.657053282705206, "S31": -76.657053282705206, "W32": -90.238297741209749, "S32": -95.238297741209749 }, "geometry": { "type": "Point", "coordinates": [ 105495.888888888890506, 513955.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3259045226130653, "S11": 0.3259045226130653, "W12": -3.8519359823152706, "S12": -3.8519359823152706, "W13": -15.914471462343803, "S13": -15.914471462343803, "W21": -36.810875506769023, "S21": -37.947149802466775, "W22": -40.0, "S22": -46.14495038738616, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 497574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -4.9258585019325105, "S12": -6.8480552982711824, "W13": -17.089139468994034, "S13": -20.089139468994034, "W21": -33.331636992291664, "S21": -33.538286559614335, "W22": -45.10362206016503, "S22": -45.107657473182144, "W31": -76.688832486580566, "S31": -76.688832486580566, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 499919.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6211157215306593, "S11": 0.6211157215306593, "W12": -6.747576924704787, "S12": -10.278250907175293, "W13": -17.258935664262122, "S13": -21.358550075077201, "W21": -30.0, "S21": -30.0, "W22": -49.327261921131495, "S22": -49.334089071881294, "W31": -75.84077438622306, "S31": -76.868397867873995, "W32": -94.860971894194307, "S32": -99.860971894194307 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 503189.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.0630403719939379, "W12": -10.739883056634124, "S12": -14.547741016727539, "W13": -28.316596195908399, "S13": -28.316596195908399, "W21": -37.457544456699196, "S21": -37.457544456699196, "W22": -38.200860255782047, "S22": -47.294960598479776, "W31": -75.933344469585379, "S31": -75.933344469585379, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 505781.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5609276033508137, "S11": -3.0870974802058817, "W12": -4.9999999999999991, "S12": -5.8882602545968865, "W13": -19.492619926199261, "S13": -19.7101832173385, "W21": -36.071078437110167, "S21": -36.632032107255576, "W22": -49.451191381653594, "S22": -49.459036339013977, "W31": -75.529672037879493, "S31": -78.152534151761998, "W32": -92.986910906579737, "S32": -97.986910906579737 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 506630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2622165886635464, "S11": 0.83621555755854482, "W12": -11.146147262890851, "S12": -17.86812419909576, "W13": -21.641022773331379, "S13": -21.641022773331379, "W21": -31.96725672848218, "S21": -31.96725672848218, "W22": -39.932586659663869, "S22": -40.359499803608415, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 509641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82892652986699256, "S11": 0.82892652986699256, "W12": -10.095284749437171, "S12": -20.09528474943717, "W13": -24.960887894835071, "S13": -24.960887894835071, "W21": -34.680843209970647, "S21": -34.680843209970647, "W22": -37.44344747068304, "S22": -41.713481692658988, "W31": -67.806215700513803, "S31": -72.876890884159039, "W32": -90.262457591847536, "S32": -95.262457591847536 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 510337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.45637583227189, "S12": -5.45637583227189, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -44.104014995303309, "S21": -44.104014995303309, "W22": -29.383925615612544, "S22": -29.383925615612544, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105496.0, 525307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25672828463526537, "S11": -0.25672828463526537, "W12": -11.501986678732164, "S12": -13.360814048770704, "W13": -20.622864473221995, "S13": -20.622864473221995, "W21": -30.276333917420565, "S21": -30.318666634130835, "W22": -50.0, "S22": -63.995125503201244, "W31": -80.0, "S31": -80.0, "W32": -90.058323031290556, "S32": -95.058323031290556 }, "geometry": { "type": "Point", "coordinates": [ 105496.666666666671517, 508832.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35451595404260505, "S11": -0.031915787802039297, "W12": -5.0, "S12": -7.805967888518631, "W13": -13.836668847591818, "S13": -16.836668847591817, "W21": -38.510737059264819, "S21": -39.63680030191145, "W22": -39.631982722027246, "S22": -48.558540854487987, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 497138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71836356904850063, "S11": -1.7183635690485006, "W12": -7.0823862910846076, "S12": -7.0823862910846076, "W13": -16.962425782102326, "S13": -19.962425782102326, "W21": -33.12686583770833, "S21": -33.289983511558319, "W22": -49.353000586027605, "S22": -49.360553976983773, "W31": -75.612995847760189, "S31": -77.759727628722089, "W32": -93.61953669774563, "S32": -98.61953669774563 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 500021.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5035103510351036, "S11": -2.5035103510351036, "W12": -15.0, "S12": -15.0, "W13": -17.172513994344829, "S13": -18.909068233178012, "W21": -36.481533101045294, "S21": -36.481533101045294, "W22": -39.838853300453408, "S22": -39.838853300453408, "W31": -51.915137892447277, "S31": -52.054777670457149, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 500508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40307319223985888, "S11": -0.40307319223985888, "W12": -9.878069480592961, "S12": -19.140559776903363, "W13": -22.665112620168671, "S13": -24.028045464992406, "W21": -32.298960813275109, "S21": -32.298960813275109, "W22": -40.0, "S22": -40.0, "W31": -70.209847814761687, "S31": -70.336597595218194, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 505347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5661978661493694, "W12": -10.508370543731807, "S12": -15.63988564805153, "W13": -27.626017870128933, "S13": -27.626017870128933, "W21": -37.15637731636032, "S21": -37.15637731636032, "W22": -34.280886563682991, "S22": -41.42607281326849, "W31": -70.835813331290396, "S31": -70.835813331290396, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9249840635757085, "S12": -11.883711267077759, "W13": -24.705300274560635, "S13": -24.705300274560635, "W21": -33.160393926602914, "S21": -33.160393926602914, "W22": -49.999999999999993, "S22": -64.013489754879203, "W31": -80.0, "S31": -80.0, "W32": -90.046554403522634, "S32": -95.046554403522634 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 507582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3458827353094125, "S11": 0.84588273530941249, "W12": -11.260755112021274, "S12": -17.387930729900205, "W13": -21.644670902707144, "S13": -21.644670902707144, "W21": -32.007490536418835, "S21": -32.007490536418835, "W22": -39.806392434499507, "S22": -43.705630942382825, "W31": -72.648080185901946, "S31": -75.820458850701769, "W32": -89.386190785918842, "S32": -94.386190785918842 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 509676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9549432213209732, "S11": -0.96078253027744909, "W12": -5.738886588624986, "S12": -17.94911095088295, "W13": -23.87481836675385, "S13": -26.860928542086974, "W21": -36.497160149194208, "S21": -36.497160149194208, "W22": -42.256123549897808, "S22": -42.256123549897808, "W31": -59.999999999999993, "S31": -61.512679385744391, "W32": -99.971312184666999, "S32": -104.971312184667 }, "geometry": { "type": "Point", "coordinates": [ 105497.0, 511302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70645671306007474, "S11": -0.70645671306007474, "W12": -11.121912545237951, "S12": -13.083351750322041, "W13": -20.432419659735348, "S13": -20.432419659735348, "W21": -29.860841759016804, "S21": -29.860841759016804, "W22": -50.0, "S22": -63.959128878281625, "W31": -80.0, "S31": -80.0, "W32": -90.034785775754727, "S32": -95.034785775754727 }, "geometry": { "type": "Point", "coordinates": [ 105497.25, 508184.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5800419588141847, "S11": -1.5800419588141847, "W12": -13.389055272442295, "S12": -14.234465421780531, "W13": -17.748562867850755, "S13": -22.007726245908614, "W21": -40.216104026006562, "S21": -40.216104026006562, "W22": -37.423187912814257, "S22": -41.705570201017679, "W31": -67.813989229473279, "S31": -72.76527349655538, "W32": -90.281825032476135, "S32": -95.281825032476135 }, "geometry": { "type": "Point", "coordinates": [ 105497.4, 500809.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4864599327497815, "S11": -0.4864599327497815, "W12": -9.8950030046031081, "S12": -9.8950030046031081, "W13": -17.79728566699773, "S13": -28.534793015616174, "W21": -38.237461157746097, "S21": -38.237461157746097, "W22": -39.340395148641647, "S22": -54.233880327003732, "W31": -79.629796894834485, "S31": -79.629796894834485, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105497.466666666659876, 515207.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18574088469368871, "S11": -3.1638139743946856, "W12": -8.3955715343132074, "S12": -18.395571534313206, "W13": -20.065191790040377, "S13": -20.150877137778391, "W21": -29.568548189342312, "S21": -29.568548189342312, "W22": -50.000161003535091, "S22": -63.875198294704539, "W31": -80.0, "S31": -80.0, "W32": -90.023017147986849, "S32": -95.023017147986849 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 504956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52529215358931558, "S11": -1.2951809474302054, "W12": -3.7872891518385705, "S12": -8.1753488533311085, "W13": -25.189433594131074, "S13": -25.189433594131074, "W21": -40.0, "S21": -40.175509785675679, "W22": -50.0, "S22": -63.825602803967506, "W31": -80.0, "S31": -80.0, "W32": -90.095091568346959, "S32": -95.095091568346959 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72237754307026325, "S11": -0.72237754307026325, "W12": -10.931577388823712, "S12": -10.931577388823712, "W13": -21.181285444234405, "S13": -21.181285444234405, "W21": -29.955149278763592, "S21": -29.955149278763592, "W22": -41.588147199109684, "S22": -41.590704882902784, "W31": -77.117398817637138, "S31": -77.117398817637138, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 508101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3679968802807747, "S11": 1.3679968802807747, "W12": -5.3339494848272517, "S12": -5.3339494848272517, "W13": -19.676834841142661, "S13": -19.676834841142661, "W21": -40.0, "S21": -41.563339848568575, "W22": -50.633091484567991, "S22": -50.642084584831231, "W31": -75.173072206030795, "S31": -79.519873489291783, "W32": -92.43045215892171, "S32": -97.43045215892171 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 521379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1955375513227322, "S11": 2.1955375513227322, "W12": -4.1141848512121157, "S12": -4.1141848512121166, "W13": -15.933611449151059, "S13": -15.933611449151059, "W21": -43.086314104773066, "S21": -44.00740578897792, "W22": -40.125473055807262, "S22": -40.515265810376462, "W31": -73.015758383318342, "S31": -75.24854709291418, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.0, 523105.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96892433721611737, "S11": -2.0310756627838824, "W12": -4.9090048154092756, "S12": -17.512815183726815, "W13": -21.712899699483739, "S13": -32.100337079061703, "W21": -36.373153797681823, "S21": -36.373153797681823, "W22": -29.268597118626751, "S22": -29.874918410039115, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.285714285710128, 511456.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -51.125676226722852, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105498.688461538462434, 530036.007692307699472 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13491191439773204, "S11": -0.85604499116033517, "W12": -6.9773743442874556, "S12": -10.87307312729318, "W13": -16.242156177665212, "S13": -19.520418187688858, "W21": -32.763470916498839, "S21": -32.820888413236915, "W22": -40.0, "S22": -43.184477368492594, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 499690.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57229078287697643, "S11": -1.3324512389099121, "W12": -5.0, "S12": -5.0, "W13": -17.022560334343144, "S13": -20.022560334343144, "W21": -33.220293094166664, "S21": -33.404833689127948, "W22": -50.244227281531188, "S22": -52.1223313844053, "W31": -74.948028028064115, "S31": -74.948028028064115, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 499964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1108756677366247, "S11": -1.1108756677366247, "W12": -12.892460473017117, "S12": -13.892460473017117, "W13": -17.505520156428222, "S13": -21.884810120571807, "W21": -39.903954412812205, "S21": -39.903954412812205, "W22": -38.501931974502178, "S22": -53.501931974502178, "W31": -76.369348696416566, "S31": -76.369348696416566, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 500960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.88550117770235226, "W12": -10.295773381294964, "S12": -19.273032063781677, "W13": -24.331798567809258, "S13": -26.706597414021495, "W21": -34.207229472198314, "S21": -34.207229472198314, "W22": -37.724237827120291, "S22": -40.650940889373999, "W31": -71.734725461389829, "S31": -73.508932229347039, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4567762920130105, "S11": 1.4567762920130105, "W12": -8.2666666666666675, "S12": -16.091818411734952, "W13": -16.091818411734952, "S13": -20.328976537604831, "W21": -35.103651172588123, "S21": -35.441502412257542, "W22": -48.084604715672675, "S22": -61.875550419729954, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -90.011248520218942, "S32": -95.011248520218942 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 506445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9224944742658669, "W12": -7.8631677600749761, "S12": -7.8631677600749761, "W13": -17.910516605166052, "S13": -17.952533411888741, "W21": -36.368810428357492, "S21": -37.05967108946399, "W22": -38.062232297745744, "S22": -38.062232297745744, "W31": -61.087290280642208, "S31": -65.418644654493079, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105499.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13458401305057099, "S11": -2.8167837681044441, "W12": -2.8167837681044441, "S12": -4.2452895211340431, "W13": -15.000000000000002, "S13": -18.01668699213084, "W21": -39.56463215655674, "S21": -40.675076492776377, "W22": -48.97358098849714, "S22": -53.111326663704986, "W31": -75.205720499012315, "S31": -75.205720499012315, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105500.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66331147962463044, "S11": -1.6099492923555498, "W12": -6.3143243864443139, "S12": -6.3143243864443139, "W13": -16.975138168974802, "S13": -19.975138168974802, "W21": -33.142709645833335, "S21": -33.311151767750061, "W22": -45.215620140369424, "S22": -45.219808447682645, "W31": -76.617974406508566, "S31": -76.617974406508566, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105500.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69420163844490657, "S11": -0.69420163844490657, "W12": -11.160192142289155, "S12": -14.069148990714421, "W13": -20.13686200378072, "S13": -20.13686200378072, "W21": -29.831269676589017, "S21": -29.831269676589017, "W22": -50.970682146461648, "S22": -50.979471771548731, "W31": -75.188794930620503, "S31": -78.970826180620506, "W32": -91.805860805860803, "S32": -96.805860805860803 }, "geometry": { "type": "Point", "coordinates": [ 105500.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3882827184962596, "S11": 1.3882827184962596, "W12": -11.465062953389477, "S12": -17.349896257554683, "W13": -22.596204444657399, "S13": -22.596204444657399, "W21": -33.175806747226012, "S21": -33.175806747226012, "W22": -50.0, "S22": -50.0, "W31": -77.74745776454246, "S31": -77.74745776454246, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105500.0, 510014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8815434530706836, "S11": 0.8815434530706836, "W12": -10.687756778964667, "S12": -22.567564175747783, "W13": -27.631735534301271, "S13": -27.631735534301271, "W21": -36.730373220108383, "S21": -36.737297295493924, "W22": -38.296577423797991, "S22": -40.893530438852594, "W31": -71.913863540694535, "S31": -73.457541248235998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105500.0, 511171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.364783280533127, "S13": -14.364783280533127, "W21": -46.0, "S21": -46.0, "W22": -29.146565677526461, "S22": -30.87782448022633, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105500.0, 527150.555555555503815 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0031546044915256, "S12": -9.0031546044915256, "W13": -14.999999999999998, "S13": -22.314724214910804, "W21": -38.188087260199488, "S21": -38.630437505518373, "W22": -38.380923704241972, "S22": -53.173633614571543, "W31": -75.906039449272541, "S31": -75.906039449272541, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105500.266666666662786, 516097.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41391328378120829, "S11": 0.41391328378120829, "W12": -3.6528654882296796, "S12": -3.6528654882296796, "W13": -15.748150962512666, "S13": -15.748150962512666, "W21": -37.446964840404746, "S21": -39.331655820968187, "W22": -39.239124213529841, "S22": -44.173656026865885, "W31": -68.335352585677526, "S31": -75.089913750234757, "W32": -94.803056282755918, "S32": -99.803056282755918 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 497618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28657104296318503, "S11": 0.28657104296318503, "W12": -7.0984455958549226, "S12": -9.9290352986237203, "W13": -18.051356060348272, "S13": -18.07154036807502, "W21": -29.843003942543852, "S21": -29.843003942543852, "W22": -39.922019836347665, "S22": -39.922019836347665, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 503733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39821708227924352, "S11": 0.027705241179167006, "W12": -5.5778595317725745, "S12": -13.949710821605654, "W13": -14.535290370527658, "S13": -23.437050227956931, "W21": -36.536388107182184, "S21": -36.830476411607798, "W22": -38.517136866676537, "S22": -40.224938161421967, "W31": -71.107020189909804, "S31": -73.797175477595502, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 506379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0852551876103789, "S11": 1.0852551876103789, "W12": -10.0, "S12": -12.138884584258829, "W13": -20.0, "S13": -26.583529824114198, "W21": -39.171161786046518, "S21": -39.171161786046518, "W22": -39.44893279482266, "S22": -42.707459707455044, "W31": -67.64029756425343, "S31": -75.508935618046195, "W32": -96.118868834223832, "S32": -101.11886883422383 }, "geometry": { "type": "Point", "coordinates": [ 105501.0, 512225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.045895028867061566, "S11": -0.61588856176411855, "W12": -5.4456088005918817, "S12": -12.638612132338668, "W13": -18.451910342248613, "S13": -18.962423253880928, "W21": -29.966021363550219, "S21": -29.966021363550219, "W22": -51.025910212121211, "S22": -51.145056689499697, "W31": -74.993898874150531, "S31": -80.500756867347448, "W32": -92.052328623757276, "S32": -97.052328623757276 }, "geometry": { "type": "Point", "coordinates": [ 105501.5, 503871.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18204288754296938, "S11": -2.1358993549042369, "W12": -5.1106089438629878, "S12": -13.558847972123989, "W13": -15.383437558045943, "S13": -18.437072071967815, "W21": -36.468120902294473, "S21": -36.969561578030607, "W22": -50.0, "S22": -63.785431592926699, "W31": -80.0, "S31": -80.0, "W32": -90.087213007945849, "S32": -95.087213007945849 }, "geometry": { "type": "Point", "coordinates": [ 105501.75, 499312.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.879503602882306, "W12": -11.026882795751717, "S12": -13.042589131599239, "W13": -28.937175915002626, "S13": -28.937175915002626, "W21": -37.679298079621319, "S21": -37.679298079621319, "W22": -45.35984831643205, "S22": -45.364117690986888, "W31": -76.58934129248702, "S31": -76.58934129248702, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105502.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91421552723059096, "S11": 0.14653875955382323, "W12": -8.0451311777769412, "S12": -20.093159043774278, "W13": -25.0, "S13": -25.0, "W21": -36.619090759811399, "S21": -36.62244454581851, "W22": -29.155426437020129, "S22": -32.004547628791698, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105502.0, 511243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.269041255348753, "S12": -19.120495466139776, "W13": -24.19733305568727, "S13": -26.473731011256334, "W21": -33.965346321772337, "S21": -33.965346321772337, "W22": -38.042333409225868, "S22": -48.831146847395992, "W31": -63.006482997990958, "S31": -65.872366317905076, "W32": -99.957999433121188, "S32": -104.95799943312119 }, "geometry": { "type": "Point", "coordinates": [ 105502.333333333328483, 505504.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035629692079168218, "S11": -4.9407152014216509, "W12": -4.9407152014216509, "S12": -4.9407152014216509, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -42.344296656153894, "W22": -50.0, "S22": -63.844644988066825, "W31": -80.0, "S31": -80.0, "W32": -90.039347978979478, "S32": -95.039347978979478 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 498409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53972050062664167, "S11": 0.53972050062664167, "W12": -5.0, "S12": -9.0569416088477581, "W13": -17.197742226926195, "S13": -21.438297721697918, "W21": -30.696369841806309, "S21": -30.696369841806309, "W22": -37.445269206141361, "S22": -41.737937774723527, "W31": -72.347600235720364, "S31": -72.347600235720364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51739795817618139, "S11": -2.9096963937959166, "W12": -10.0, "S12": -16.549027233473936, "W13": -19.994735232847191, "S13": -20.000402947558428, "W21": -29.343918297236382, "S21": -29.343918297236382, "W22": -49.250268568642319, "S22": -49.257780441573537, "W31": -75.602367290583032, "S31": -77.606985741371972, "W32": -94.081283855222139, "S32": -99.081283855222139 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 504733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9717516104385862, "S12": -14.280089054937847, "W13": -24.161466005116676, "S13": -24.161466005116676, "W21": -32.322678969754911, "S21": -32.322678969754911, "W22": -29.662288695652073, "S22": -34.892339003086505, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 507455.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3747999072417677, "S11": -0.3747999072417677, "W12": -11.717347302546061, "S12": -13.820934852158368, "W13": -20.0, "S13": -20.0, "W21": -30.005207665217306, "S21": -30.062304212236622, "W22": -29.368194782608697, "S22": -33.350137319220494, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105503.0, 508706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57128015299109491, "S11": -0.57128015299109491, "W12": -9.2035172087190826, "S12": -9.2035172087190826, "W13": -15.0, "S13": -18.709052114708189, "W21": -37.39014026483509, "S21": -37.39014026483509, "W22": -45.513546000925722, "S22": -59.199355467910642, "W31": -80.0, "S31": -80.0, "W32": -90.009507547793476, "S32": -95.009507547793476 }, "geometry": { "type": "Point", "coordinates": [ 105503.121951219509356, 515710.682926829264034 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78289239940386568, "S11": 0.78289239940386568, "W12": -9.215721419894578, "S12": -15.315646614660931, "W13": -17.789035630247408, "S13": -21.047056008704747, "W21": -31.510601280261465, "S21": -37.317678671099941, "W22": -39.07346415714261, "S22": -48.95632579236252, "W31": -76.829559662470331, "S31": -76.829559662470331, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105503.2, 502032.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7309090310239865, "S12": -5.7309090310239865, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.463415746233693, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -70.289631551248007, "S31": -70.289631551248007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105503.4, 520821.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02097544338335619, "S11": 0.02097544338335619, "W12": -13.054700830619076, "S12": -13.054700830619076, "W13": -17.324727141873709, "S13": -20.324727141873709, "W21": -30.0, "S21": -30.0, "W22": -41.264082953413983, "S22": -41.266416231562864, "W31": -77.167686426726064, "S31": -77.167686426726064, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105504.0, 501320.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.603125, "S11": -0.64799627508615432, "W12": -5.3911437708378287, "S12": -16.560266440887602, "W13": -28.012840334091479, "S13": -28.012840334091479, "W21": -40.0, "S21": -40.0, "W22": -36.695798713297172, "S22": -45.08355257749183, "W31": -73.975873794131687, "S31": -73.975873794131687, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105504.0, 505931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20201180580652947, "S11": -0.07682700244404353, "W12": -4.6966238814064907, "S12": -13.281695960313925, "W13": -14.807713133028983, "S13": -24.307230471708721, "W21": -36.82651413189771, "S21": -37.157398342494886, "W22": -37.681555934873948, "S22": -45.167178359363376, "W31": -73.235698539843284, "S31": -73.235698539843284, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105504.0, 506366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59468400672866006, "S11": 0.59468400672866006, "W12": -10.07271538988628, "S12": -16.075608101286662, "W13": -20.000000000000004, "S13": -29.232793780270207, "W21": -38.670996435411411, "S21": -38.670996435411411, "W22": -48.399773895106676, "S22": -48.405438861322246, "W31": -76.155087163280825, "S31": -76.155087163280825, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105504.0, 512382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99634067207415578, "S11": -2.0036593279258441, "W12": -4.9672493030328786, "S12": -17.520980796028201, "W13": -22.133782967793508, "S13": -33.269816623222425, "W21": -36.406083521426801, "S21": -36.406083521426801, "W22": -42.164616005052444, "S22": -44.649155148099688, "W31": -73.021550125915738, "S31": -76.060348913739304, "W32": -89.704267802529785, "S32": -94.704267802529785 }, "geometry": { "type": "Point", "coordinates": [ 105504.142857142855064, 511412.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67363108711789077, "S11": -0.67363108711789077, "W12": -11.326102001644209, "S12": -15.857167824974489, "W13": -19.795875212707287, "S13": -19.795875212707287, "W21": -29.779208982356064, "S21": -29.779208982356064, "W22": -37.76955404078295, "S22": -42.194540444345733, "W31": -67.947596317644539, "S31": -72.746247573839057, "W32": -90.489191438913338, "S32": -95.489191438913338 }, "geometry": { "type": "Point", "coordinates": [ 105504.428571428565192, 508294.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27794820717131474, "S11": 0.27794820717131474, "W12": -8.9374495083007286, "S12": -18.165930451299463, "W13": -21.349722409152086, "S13": -21.38476772637263, "W21": -30.164033459434954, "S21": -30.164033459434954, "W22": -50.0, "S22": -50.0, "W31": -77.607367756742207, "S31": -77.607367756742207, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 505129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090622683469236465, "S11": -5.0906226834692365, "W12": -10.318407215744957, "S12": -19.297334196681796, "W13": -25.717272411691592, "S13": -26.669272411691594, "W21": -35.92586844839677, "S21": -35.92586844839677, "W22": -36.768864695130262, "S22": -40.888696509767229, "W31": -67.642093409128009, "S31": -67.642093409128009, "W32": -90.059073405763797, "S32": -95.059073405763797 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 505647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47525876460767946, "S11": -1.5970152516336276, "W12": -4.0726222958045373, "S12": -7.8898657286107312, "W13": -25.604752112071491, "S13": -25.604752112071491, "W21": -40.0, "S21": -40.27581099415633, "W22": -50.274952221739007, "S22": -51.673664963181103, "W31": -74.773359431492651, "S31": -74.773359431492651, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1, "S11": -0.1, "W12": -2.2, "S12": -10.0, "W13": -11.3, "S13": -19.5, "W21": -34.3, "S21": -34.7, "W22": -51.192274030303032, "S22": -51.267080344445283, "W31": -74.967135787986706, "S31": -80.582110407276048, "W32": -92.058608058608058, "S32": -97.058608058608058 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": 0.28, "W12": -9.9499998, "S12": -9.9499998, "W13": -10.95, "S13": -23.45, "W21": -37.700001, "S21": -39.100001, "W22": -50.0, "S22": -50.005791151370083, "W31": -75.717047334998597, "S31": -75.717047334998597, "W32": -91.153846153846146, "S32": -96.153846153846146 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8533691190401012, "W12": -9.3720712277413316, "S12": -9.3720712277413316, "W13": -17.569188191881921, "S13": -17.569188191881921, "W21": -36.611125648061183, "S21": -37.346124119743642, "W22": -40.0, "S22": -40.0, "W31": -72.913378972998331, "S31": -76.218951823783826, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6197098685554723, "S11": -3.0921064583881215, "W12": -5.5986218776916452, "S12": -5.5986218776916452, "W13": -20.0, "S13": -20.0, "W21": -36.307025324546736, "S21": -36.856302648681051, "W22": -41.228413525796441, "S22": -41.230800270405794, "W31": -77.145280319983513, "S31": -77.145280319983513, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.713786356742104, "S11": -0.713786356742104, "W12": -10.906045553287536, "S12": -10.949528680491072, "W13": -21.402268431001893, "S13": -21.402268431001893, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 508094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30869236097897496, "S11": -0.30869236097897496, "W12": -10.0, "S12": -10.0, "W13": -19.434559530049476, "S13": -23.950855894197815, "W21": -39.417087071721973, "S21": -39.417087071721973, "W22": -48.946935841137837, "S22": -48.953004549629185, "W31": -76.026093982098303, "S31": -76.026093982098303, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 514583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53683280757099661, "S11": -0.54553541149975404, "W12": -3.6888399966343561, "S12": -11.479884772753325, "W13": -19.837336244542481, "S13": -19.837336244542481, "W21": -39.731540438027892, "S21": -40.016700322624523, "W22": -44.555376856461599, "S22": -44.559368347789295, "W31": -76.654827630291763, "S31": -76.654827630291763, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105505.2, 506231.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3202148410671648, "S11": -2.3202148410671648, "W12": -14.214559386973404, "S12": -14.67474261459841, "W13": -17.919061049432862, "S13": -17.996235068324133, "W21": -39.914363143631007, "S21": -39.914363143631007, "W22": -42.942487286175528, "S22": -55.562770305042903, "W31": -79.212565741851037, "S31": -79.212565741851037, "W32": -90.007766575367995, "S32": -95.007766575367995 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 500678.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60707892595606183, "S11": -0.90091102190123595, "W12": -6.5671225420157064, "S12": -21.567122542015706, "W13": -28.268453609927608, "S13": -28.268453609927608, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -46.844760092428977, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1042292069422421, "W12": -8.8434152558809682, "S12": -8.8434152558809682, "W13": -20.991621865159349, "S13": -20.991621865159349, "W21": -32.283741870544716, "S21": -32.283741870544716, "W22": -44.199387876407954, "S22": -45.2784646218565, "W31": -76.30354847053701, "S31": -79.209958917436083, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 506834.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88680234272953262, "S11": 0.88680234272953262, "W12": -10.197219211206537, "S12": -20.197219211206537, "W13": -24.74401628606801, "S13": -24.74401628606801, "W21": -34.659629499880701, "S21": -34.659629499880701, "W22": -33.045640784519001, "S22": -39.5328741215368, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83390301441677583, "S11": 0.83390301441677583, "W12": -10.0, "S12": -20.0, "W13": -27.960568592686645, "S13": -27.960568592686645, "W21": -35.632376323939994, "S21": -35.632376323939994, "W22": -36.854425725556752, "S22": -45.334146917214738, "W31": -74.138109858507519, "S31": -74.138109858507519, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 510643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1364817374014606, "S12": -8.1364817374014606, "W13": -15.942798655636153, "S13": -24.850813933005881, "W21": -41.935805073147897, "S21": -46.352313878436405, "W22": -48.628848821081824, "S22": -62.403610157597342, "W31": -80.0, "S31": -80.0, "W32": -90.053455043050164, "S32": -95.053455043050164 }, "geometry": { "type": "Point", "coordinates": [ 105506.0, 517411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1150473189856327, "S11": -1.1150473189856327, "W12": -12.891781000914673, "S12": -14.156662924954285, "W13": -17.567898256477108, "S13": -22.074774019903565, "W21": -40.0, "S21": -40.0, "W22": -49.999999999999993, "S22": -63.740525479809691, "W31": -80.0, "S31": -80.0, "W32": -90.176293252198377, "S32": -95.176293252198377 }, "geometry": { "type": "Point", "coordinates": [ 105507.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2911756705293817, "S11": 0.2911756705293817, "W12": -10.0, "S12": -11.610876641470524, "W13": -17.44399451587126, "S13": -20.111085546347535, "W21": -29.675053722562506, "S21": -29.675053722562506, "W22": -40.0, "S22": -47.995460106021476, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105507.666666666671517, 503385.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49593948514589486, "S11": -0.49593948514589486, "W12": -9.8025981258366617, "S12": -9.8025981258366617, "W13": -17.522078781860273, "S13": -28.05794003994372, "W21": -38.14041459803461, "S21": -38.14041459803461, "W22": -29.451117955305122, "S22": -29.451117955305122, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105507.933333333334303, 515253.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2, "S11": 0.2, "W12": -9.9644427990146784, "S12": -15.81008038290317, "W13": -15.81008038290317, "S13": -23.312416061729728, "W21": -36.448870612994348, "S21": -37.496893211864403, "W22": -40.0, "S22": -45.195120293597931, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105508.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23645100377658512, "S11": -0.23645100377658512, "W12": -11.563840835433922, "S12": -13.582503898841948, "W13": -20.812253785665501, "S13": -20.812253785665501, "W21": -30.388375632828044, "S21": -30.405860800296978, "W22": -39.958365085760335, "S22": -41.12420714094587, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105509.0, 508866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -1.2612918049526807, "W12": -6.3334242367307274, "S12": -6.6121432883462141, "W13": -14.58, "S13": -17.263676677974075, "W21": -34.120928539765551, "S21": -34.120928539765551, "W22": -38.542543515152971, "S22": -48.728645833135474, "W31": -63.495602329733494, "S31": -66.542196373008636, "W32": -99.537644066361779, "S32": -104.53764406636178 }, "geometry": { "type": "Point", "coordinates": [ 105509.166666666671517, 496811.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74080733944954136, "S11": 0.74080733944954136, "W12": -10.0, "S12": -20.0, "W13": -25.254982154055792, "S13": -25.254982154055792, "W21": -34.872761111448206, "S21": -34.872761111448206, "W22": -39.555403217303784, "S22": -50.30127585881322, "W31": -77.323370184203739, "S31": -77.323370184203739, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105509.25, 510373.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31632653061224492, "S11": -1.9238585321769159, "W12": -4.6961464584824935, "S12": -4.6961464584824935, "W13": -15.661777660366484, "S13": -18.584882223787254, "W21": -41.214786037387057, "S21": -44.214786037387057, "W22": -45.599718767855755, "S22": -45.604205594813997, "W31": -76.497052180013029, "S31": -76.497052180013029, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 497802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69791963701628734, "S11": -1.2104023456652564, "W12": -6.2090209723241934, "S12": -13.01416419517779, "W13": -20.0, "S13": -20.86416979180137, "W21": -29.958608594229062, "S21": -29.958608594229062, "W22": -49.465505328109607, "S22": -49.474049305625151, "W31": -75.267050274536885, "S31": -78.823755405279456, "W32": -92.575397685833124, "S32": -97.575397685833124 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 504310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.1621359223300969, "W12": -8.3259802382491443, "S12": -16.295229930746068, "W13": -20.0, "S13": -20.147961420429635, "W21": -29.363788414213321, "S21": -29.363788414213321, "W22": -51.143629490054302, "S22": -51.15305556496309, "W31": -75.00316428766476, "S31": -79.931275896389835, "W32": -92.345672361100227, "S32": -97.345672361100227 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 504878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17140995743105686, "S11": -3.514017930852984, "W12": -8.5237051919213283, "S12": -18.287913981221315, "W13": -20.15048788694482, "S13": -20.15048788694482, "W21": -29.568428166027463, "S21": -29.568428166027463, "W22": -49.842385903226415, "S22": -52.982887644009018, "W31": -75.16905467498259, "S31": -75.16905467498259, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 504953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.91009504238376548, "W12": -9.1540123834801399, "S12": -14.581609748553898, "W13": -28.829588055713042, "S13": -28.829588055713042, "W21": -39.039287931240679, "S21": -39.039287931240679, "W22": -49.416247927083205, "S22": -49.424745857666302, "W31": -75.278475243481452, "S31": -78.754255533365878, "W32": -92.637353136030015, "S32": -97.637353136030015 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3457616038352582, "S11": -2.9006468048692091, "W12": -8.4281288964007643, "S12": -8.4281288964007643, "W13": -21.158707044313154, "S13": -21.158707044313154, "W21": -30.953942266139876, "S21": -30.953942266139876, "W22": -40.371428571428574, "S22": -51.904447439353099, "W31": -77.969279130157474, "S31": -77.969279130157474, "W32": -90.006025602942529, "S32": -95.006025602942529 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 506863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96142062572421783, "S11": -1.95717199241997, "W12": -5.0, "S12": -17.366280498795614, "W13": -22.554666236102783, "S13": -30.678010988806893, "W21": -36.446857538295525, "S21": -36.446857538295525, "W22": -37.184836231581677, "S22": -37.860921908346612, "W31": -71.602555402601936, "S31": -71.602555402601936, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 511368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8966065674653927, "S12": -4.1989953262474913, "W13": -15.035630934415444, "S13": -15.035630934415444, "W21": -41.379782350098552, "S21": -41.62893556362279, "W22": -45.205142450152266, "S22": -46.928546192208884, "W31": -75.633402530702682, "S31": -79.043287887813818, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.0, 523576.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21258380505038341, "S11": -4.7529746329616316, "W12": -4.7529746329616316, "S12": -4.7529746329616316, "W13": -15.0, "S13": -17.83341971353185, "W21": -40.0, "S21": -42.247372731357068, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -76.805757237752076, "S31": -76.805757237752076, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.25, 498456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91073522802286555, "S11": 0.91073522802286555, "W12": -10.239473025931792, "S12": -20.239473025931794, "W13": -24.653462987459406, "S13": -24.653462987459406, "W21": -34.651337443050842, "S21": -34.651337443050842, "W22": -30.850565796130962, "S22": -32.889239902504634, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.25, 510294.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.270833333333334, "S13": -14.270833333333334, "W21": -47.0, "S21": -47.0, "W22": -38.557338767698866, "S22": -53.557338767698866, "W31": -76.71052631578948, "S31": -76.71052631578948, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105510.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63120254758734839, "S11": -2.0679027046407681, "W12": -5.8511826858620362, "S12": -12.866358684155387, "W13": -19.90550978946591, "S13": -20.961976435187974, "W21": -30.0, "S21": -30.0, "W22": -39.804461543671565, "S22": -39.804461543671565, "W31": -53.699849879342274, "S31": -53.964432060743434, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105511.0, 504216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18508287292817682, "S11": -0.77101390741093567, "W12": -4.0120490044703416, "S12": -13.409810764713134, "W13": -16.296758104738153, "S13": -23.02835181669461, "W21": -38.469166768628412, "S21": -38.864979617515154, "W22": -38.154365099701216, "S22": -40.800977910397819, "W31": -71.880238475185152, "S31": -73.440660627284828, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105511.0, 506291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2405423225912799, "S11": -2.2405423225912799, "W12": -14.068965517241381, "S12": -14.595392578552163, "W13": -17.947683445034485, "S13": -18.582360628791424, "W21": -40.0, "S21": -40.0, "W22": -44.041854302311073, "S22": -44.045692714538923, "W31": -76.683491248789792, "S31": -76.683491248789792, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 500691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.1226053639846736, "W12": -8.3093668236525371, "S12": -15.379067520659508, "W13": -19.987873599761048, "S13": -20.181367681304231, "W21": -29.283276774613952, "S21": -29.283276774613952, "W22": -41.779169553861728, "S22": -41.779169553861728, "W31": -73.245201610350222, "S31": -73.308015857387943, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 504848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60248695118222695, "S11": 0.10248695118222695, "W12": -11.162622561157072, "S12": -11.580140337111571, "W13": -29.254895728914072, "S13": -29.254895728914072, "W21": -37.759451528824549, "S21": -37.759451528824549, "W22": -50.383954515609382, "S22": -50.383954515609382, "W31": -77.111304695063509, "S31": -77.111304695063509, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 505836.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9172008547008548, "S11": -2.1924834565322411, "W12": -9.9957402328663374, "S12": -9.9957402328663374, "W13": -17.223247232472325, "S13": -17.223247232472325, "W21": -36.887286945811951, "S21": -37.66978552665995, "W22": -50.0, "S22": -50.0, "W31": -74.425543519011967, "S31": -74.425543519011967, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105512.0, 506586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7482650622269784, "S11": -1.7482650622269784, "W12": -13.262367698941551, "S12": -14.012083413665396, "W13": -17.804110125468473, "S13": -21.376162217023381, "W21": -40.134758689672395, "S21": -40.134758689672395, "W22": -37.605654727789783, "S22": -40.560547097090009, "W31": -71.710330411130613, "S31": -73.484934179302982, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105512.8, 500784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17768724537762459, "S11": -2.8223127546223754, "W12": -2.8223127546223754, "S12": -3.9145742409855933, "W13": -15.0, "S13": -18.014408400621317, "W21": -39.803340702410217, "S21": -40.949525561654418, "W22": -39.946068058503201, "S22": -51.358803907559803, "W31": -77.725774855355269, "S31": -77.725774855355269, "W32": -90.012782905743961, "S32": -95.012782905743961 }, "geometry": { "type": "Point", "coordinates": [ 105513.0, 498980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -15.0, "S12": -15.0, "W13": -17.105741315885059, "S13": -20.690517979513135, "W21": -36.03786295005807, "S21": -36.03786295005807, "W22": -36.919999699273092, "S22": -41.126940039132712, "W31": -67.719141152478656, "S31": -68.971164897756594, "W32": -90.131900611279988, "S32": -95.131900611279988 }, "geometry": { "type": "Point", "coordinates": [ 105513.0, 500511.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57310924369747895, "S11": -0.82953102638435272, "W12": -7.849506702048469, "S12": -18.462224468417247, "W13": -28.562604553931461, "S13": -28.562604553931461, "W21": -39.999454140870021, "S21": -39.999454140870021, "W22": -37.064534833903998, "S22": -37.064534833903998, "W31": -61.63765627866956, "S31": -65.214130853356423, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105513.5, 505894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0046121541436648, "S12": -9.0046121541436648, "W13": -15.0, "S13": -22.498871434294685, "W21": -38.213769250796624, "S21": -38.678900809493165, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105513.909090909088263, 516097.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5440114880074516, "S11": -2.5440114880074516, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -17.207633103402298, "S13": -22.207633103402298, "W21": -36.508246225319397, "S21": -36.508246225319397, "W22": -40.0, "S22": -45.934728829686016, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 500534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5740976480633391, "S11": -2.5740976480633391, "W12": -15.0, "S12": -15.188160676532769, "W13": -17.560989643632187, "S13": -20.010607433764221, "W21": -38.167711962833913, "S21": -38.167711962833913, "W22": -39.384138295729251, "S22": -54.384138295729251, "W31": -79.962406015037587, "S31": -79.962406015037587, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.073401870980315753, "S11": 0.073401870980315753, "W12": -12.938690281644107, "S12": -12.938690281644107, "W13": -17.330192127166907, "S13": -20.330192127166907, "W21": -30.0, "S21": -30.0, "W22": -37.365058522552943, "S22": -40.448425818664219, "W31": -72.213890558453258, "S31": -72.213890558453258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 501318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57394957983193273, "S11": -0.82118821327657698, "W12": -7.8645192896513825, "S12": -18.394943460665843, "W13": -28.5672422486311, "S13": -28.5672422486311, "W21": -40.0, "S21": -40.005517875857699, "W22": -49.972913034176912, "S22": -49.981815858209096, "W31": -75.139246448075369, "S31": -79.198521207694071, "W32": -92.405900731308279, "S32": -97.405900731308279 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 505894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50727827413379822, "S11": -0.62461638584907264, "W12": -6.2232436882546649, "S12": -6.2232436882546649, "W13": -22.83021975561061, "S13": -22.83021975561061, "W21": -30.0, "S21": -30.0, "W22": -39.718148238747553, "S22": -44.610915159206485, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33778979207154031, "S11": 0.33778979207154031, "W12": -10.0, "S12": -15.598980202667494, "W13": -21.333101272896439, "S13": -21.333101272896439, "W21": -31.252207520152695, "S21": -31.252207520152695, "W22": -37.960400399574603, "S22": -41.456104777037936, "W31": -71.386022520286588, "S31": -73.569749951037878, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105514.0, 509273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69671690904198069, "S11": -0.63476183402641095, "W12": -8.5866606170598914, "S12": -11.441198538764464, "W13": -20.0, "S13": -33.983959932427069, "W21": -38.297695166504774, "S21": -38.297695166504774, "W22": -39.473553855617595, "S22": -51.67821334124968, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105515.0, 511934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29698327726346452, "S11": 0.29698327726346452, "W12": -7.9559585492230438, "S12": -9.4917625177762286, "W13": -17.966280942220408, "S13": -18.112614275553842, "W21": -29.834739989974295, "S21": -29.834739989974295, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.055563762432456, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105515.8, 503693.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.3272460404150737, "W12": -4.3272460404150737, "S12": -4.3272460404150737, "W13": -15.0, "S13": -17.137146626460613, "W21": -40.0, "S21": -42.015823751310393, "W22": -40.0, "S22": -50.63864346880522, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105516.0, 498565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4169535443272257, "S11": -0.4169535443272257, "W12": -9.975899184172663, "S12": -9.975899184172663, "W13": -14.643356172076828, "S13": -16.892277921922791, "W21": -37.375820020791231, "S21": -38.387443967343785, "W22": -48.956159935994378, "S22": -53.086178663366844, "W31": -75.147378512743771, "S31": -75.199943003873841, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105516.0, 506546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056061397605490178, "S11": -0.056061397605490178, "W12": -10.0, "S12": -10.0, "W13": -17.826891258895863, "S13": -18.102025353355426, "W21": -37.484107774607878, "S21": -37.484107774607878, "W22": -39.29837223365378, "S22": -54.29837223365378, "W31": -79.653671516453613, "S31": -79.653671516453613, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105516.888888888890506, 513717.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64339030813358611, "S11": -2.0413240875273169, "W12": -6.058352220129601, "S12": -12.974378052606376, "W13": -19.938639788338676, "S13": -20.944085384736205, "W21": -30.0, "S21": -30.0, "W22": -35.161114556099129, "S22": -42.7690794978203, "W31": -71.646640069302435, "S31": -71.646640069302435, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 504242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.38, "S11": 1.38, "W12": -11.32, "S12": -11.32, "W13": -29.309999, "S13": -29.309999, "W21": -37.720001, "S21": -37.720001, "W22": -39.617539229378856, "S22": -47.534898225039782, "W31": -64.666405003064455, "S31": -71.429290108462268, "W32": -98.529137053325513, "S32": -103.52913705332551 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505836.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3275319672655201, "S11": 1.257690085275547, "W12": -11.480238472442259, "S12": -17.334937457391504, "W13": -22.470743392775301, "S13": -22.470743392775301, "W21": -32.8346975952674, "S21": -32.8346975952674, "W22": -45.835955819837686, "S22": -45.840658487300033, "W31": -76.405251745292389, "S31": -76.405251745292389, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 510000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85605330243337208, "S11": 0.38542823337005472, "W12": -10.0, "S12": -21.866222723081652, "W13": -26.79342321306715, "S13": -26.79342321306715, "W21": -36.775606042834688, "S21": -36.781843720807778, "W22": -39.123190611689971, "S22": -54.123190611689971, "W31": -78.980348598770021, "S31": -78.980348598770021, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4172115399051695, "S12": -5.6143816698072211, "W13": -15.0, "S13": -15.0, "W21": -44.19891209748495, "S21": -44.19891209748495, "W22": -48.460671491511313, "S22": -48.466544977949411, "W31": -76.048774816956524, "S31": -76.048774816956524, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 525365.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16251828408382804, "S11": -1.3652329691985783, "W12": -8.8866453420746545, "S12": -18.184438211607784, "W13": -20.9567526076716, "S13": -21.014758649967671, "W21": -29.859796765150051, "S21": -29.859796765150051, "W22": -39.873927339802712, "S22": -40.35999623844166, "W31": -72.964361691655654, "S31": -74.523368217023659, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105517.25, 505058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38953791802159865, "S11": -4.5652340645016123, "W12": -4.5652340645016123, "S12": -4.5652340645016123, "W13": -15.0, "S13": -17.555795326045985, "W21": -40.0, "S21": -42.145240905676573, "W22": -42.404665256417587, "S22": -44.431913682734731, "W31": -72.82110616584751, "S31": -75.08801579975156, "W32": -89.584931881700271, "S32": -94.584931881700271 }, "geometry": { "type": "Point", "coordinates": [ 105517.5, 498503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47318156579677967, "S11": -0.47318156579677967, "W12": -9.9782846537675134, "S12": -9.9782846537675134, "W13": -15.0, "S13": -16.846375025672621, "W21": -37.365034674042946, "S21": -38.335455179697718, "W22": -37.737820356392717, "S22": -42.219529300283043, "W31": -67.987937453963141, "S31": -72.604732301070143, "W32": -90.576435571138504, "S32": -95.576435571138504 }, "geometry": { "type": "Point", "coordinates": [ 105518.0, 506552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2994030345193136, "S11": -0.2994030345193136, "W12": -11.595232968291198, "S12": -13.828975963659488, "W13": -20.514695598567791, "S13": -20.514695598567791, "W21": -30.155399101285024, "S21": -30.171407342122439, "W22": -29.6336387919836, "S22": -29.6336387919836, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.0, 508804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056081109290954813, "S11": -0.056081109290954813, "W12": -10.0, "S12": -10.0, "W13": -17.823109158091821, "S13": -18.09773501925358, "W21": -37.485844438916828, "S21": -37.485844438916828, "W22": -42.813724489795419, "S22": -42.813724489795419, "W31": -56.992028973887955, "S31": -57.899830080994626, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.0, 513717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13925147893030668, "S11": -0.13925147893030668, "W12": -10.0, "S12": -10.0, "W13": -17.829864712628289, "S13": -19.442468880122494, "W21": -38.93071050086234, "S21": -38.93071050086234, "W22": -38.105829281090386, "S22": -42.704533514969633, "W31": -68.103884080297348, "S31": -71.548486157645755, "W32": -90.744207897690714, "S32": -95.744207897690714 }, "geometry": { "type": "Point", "coordinates": [ 105518.333333333328483, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5260992276823, "S11": -0.5260992276823, "W12": -9.6818811244979752, "S12": -9.6818811244979752, "W13": -17.246871896722944, "S13": -27.581087064271394, "W21": -38.043368038323095, "S21": -38.043368038323095, "W22": -40.258906330694167, "S22": -40.258906330694167, "W31": -71.218945569858079, "S31": -71.218945569858079, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.4, 515299.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2731647308692509, "S12": -12.738270793377096, "W13": -23.996705947345301, "S13": -23.996705947345301, "W21": -31.819804092716517, "S21": -31.819804092716517, "W22": -38.948008989725942, "S22": -53.948008989725942, "W31": -78.307025681085463, "S31": -78.307025681085463, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.5, 507411.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -41.40580608892482, "S22": -41.408564033239855, "W31": -76.989930282264027, "S31": -76.989930282264027, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105518.965517241376801, 530027.298850574763492 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17849058687130792, "S11": -1.0457428361142393, "W12": -6.1271097652696263, "S12": -6.1271097652696263, "W13": -15.728831774970402, "S13": -18.728831774970402, "W21": -34.593305837446188, "S21": -35.073302328058574, "W22": -49.163445592947717, "S22": -49.171448384254241, "W31": -75.398165725849154, "S31": -77.993322658358281, "W32": -94.072055515422832, "S32": -99.072055515422832 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 496917.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.75775675897323747, "W12": -1.3114315704776534, "S12": -1.3114315704776534, "W13": -15.0, "S13": -18.0, "W21": -40.102702730208506, "S21": -41.659507980972336, "W22": -38.885331835645218, "S22": -53.885331835645218, "W31": -78.068425934967294, "S31": -78.068425934967294, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 498783.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93157674512170585, "S11": 0.93157674512170585, "W12": -10.758291155650744, "S12": -15.267171342594718, "W13": -17.914125636672324, "S13": -18.361796345032246, "W21": -30.0, "S21": -32.10463599619974, "W22": -38.817850487797863, "S22": -53.817850487797863, "W31": -77.804901865052244, "S31": -77.804901865052244, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 501832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -10.303520426079832, "S12": -19.027408346634076, "W13": -24.41671197695538, "S13": -26.700574129680444, "W21": -34.048897956709645, "S21": -34.048897956709645, "W22": -38.481797554401027, "S22": -43.199942897749544, "W31": -68.222274695886441, "S31": -70.469689800087906, "W32": -91.222003788542054, "S32": -96.222003788542054 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 505513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0372002480758507, "S11": 0.56066185921145562, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -24.237460459631976, "W21": -39.021246772179175, "S21": -39.021246772179175, "W22": -40.0, "S22": -40.0, "W31": -70.253816990259921, "S31": -70.328277888999708, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 512072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7782587351312316, "S12": -8.7782587351312316, "W13": -15.000000000000002, "S13": -24.086060802238713, "W21": -38.936318947309395, "S21": -38.936318947309395, "W22": -49.005500325169805, "S22": -49.012933751749323, "W31": -75.56944518264207, "S31": -77.26312668720584, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.0, 516441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10305617813291768, "S11": 0.10305617813291768, "W12": -12.8802223624745, "S12": -12.8802223624745, "W13": -17.334238414481508, "S13": -20.334238414481508, "W21": -30.007172457762191, "S21": -30.007172457762191, "W22": -38.772827367762126, "S22": -53.772827367762126, "W31": -77.633702763401857, "S31": -77.633702763401857, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105519.25, 501317.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.93206169297235086, "W12": -10.071570135817741, "S12": -10.358193065587706, "W13": -14.58, "S13": -16.865098274106252, "W21": -37.205503528976266, "S21": -37.205503528976266, "W22": -39.246309406921263, "S22": -43.015043881689117, "W31": -71.927423825759178, "S31": -75.378186596236404, "W32": -89.401154905903894, "S32": -94.401154905903894 }, "geometry": { "type": "Point", "coordinates": [ 105519.746835443031159, 496779.113924050645437 ] } }, +{ "type": "Feature", "properties": { "W11": -0.050017624250969339, "S11": -4.7774099294137446, "W12": -5.6858444926020022, "S12": -12.337619230380245, "W13": -15.219170169157326, "S13": -17.661178063579399, "W21": -40.0, "S21": -42.711598563928028, "W22": -39.983939489323127, "S22": -41.784619114170212, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 498136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34014762314160502, "S11": -2.5379433093231647, "W12": -8.0165808650715373, "S12": -12.954632796006031, "W13": -16.140283297666361, "S13": -19.288997287968701, "W21": -33.442256919832722, "S21": -33.442256919832722, "W22": -38.801031156469442, "S22": -53.801031156469442, "W31": -77.746924128503082, "S31": -77.746924128503082, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57983031237948324, "S11": -1.7027586349805599, "W12": -5.35676741130092, "S12": -5.35676741130092, "W13": -16.925332105539528, "S13": -19.925332105539528, "W21": -33.03250135, "S21": -33.189886109210867, "W22": -39.852884568890659, "S22": -39.852884568890659, "W31": -60.0, "S31": -62.561911284572375, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52115141955835964, "S11": -0.7524214058534715, "W12": -3.8394234793548847, "S12": -12.148164298517196, "W13": -20.0, "S13": -20.287728549321542, "W21": -39.663844365594031, "S21": -40.163016713406037, "W22": -37.966684942298841, "S22": -48.912649772856554, "W31": -74.494849135826598, "S31": -74.494849135826598, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105520.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9530849262037262, "S11": -2.0469150737962738, "W12": -4.9911827321111772, "S12": -17.478774617595896, "W13": -22.274053432209254, "S13": -33.817980002718251, "W21": -36.513249495284185, "S21": -36.513249495284185, "W22": -51.07465638093295, "S22": -51.084226327224364, "W31": -74.917983001263352, "S31": -79.965533850710329, "W32": -92.261308870778151, "S32": -97.261308870778151 }, "geometry": { "type": "Point", "coordinates": [ 105521.0, 511411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61170412129438256, "S11": -0.61170412129438256, "W12": -9.3502709387199356, "S12": -9.3502709387199356, "W13": -15.562784518593416, "S13": -20.621603367149802, "W21": -37.559583999817846, "S21": -37.559583999817846, "W22": -50.0, "S22": -63.760964788174441, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.144865651169184, "S32": -95.144865651169184 }, "geometry": { "type": "Point", "coordinates": [ 105521.0, 515503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0148203291265605, "S11": 2.0148203291265605, "W12": -3.9663857917690728, "S12": -5.1537567693039845, "W13": -15.0, "S13": -15.0, "W21": -40.905045351473916, "S21": -40.905045351473916, "W22": -50.0, "S22": -63.61886113343369, "W31": -80.0, "S31": -80.0, "W32": -90.222054525836654, "S32": -95.222054525836654 }, "geometry": { "type": "Point", "coordinates": [ 105521.0, 523695.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35844011725293129, "S11": 0.35844011725293129, "W12": -3.9205572831219206, "S12": -3.9205572831219206, "W13": -15.656532549728754, "S13": -15.656532549728754, "W21": -36.911934280530353, "S21": -38.44667267043355, "W22": -38.597645745798324, "S22": -53.597645745798324, "W31": -76.960379845718194, "S31": -76.960379845718194, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.0, 497567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094229444754189789, "S11": -1.9057705552458102, "W12": -8.8817299354975141, "S12": -18.185394069704934, "W13": -20.843455585464334, "S13": -20.912035645887293, "W21": -29.80296172479283, "S21": -29.80296172479283, "W22": -41.477777942246767, "S22": -41.480598264099022, "W31": -76.963789824397679, "S31": -76.963789824397679, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.0, 505036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.81573586053111691, "W12": -4.4632700551134912, "S12": -9.0816949599636914, "W13": -27.8678730050711, "S13": -27.8678730050711, "W21": -40.0, "S21": -40.308521900140818, "W22": -41.285112733862796, "S22": -41.285112733862803, "W31": -73.206293708081574, "S31": -73.236355942180239, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.0, 505956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.450435583091018, "S11": 0.450435583091018, "W12": -10.120109576061376, "S12": -17.209682062204966, "W13": -21.425937242162124, "S13": -21.425937242162124, "W21": -31.402700172568679, "S21": -31.402700172568679, "W22": -39.864609437741287, "S22": -39.864609437741287, "W31": -51.007658807628772, "S31": -51.11011165520511, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.0, 509350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91390440324449607, "S11": -1.7703401638476044, "W12": -5.0, "S12": -17.174915479971315, "W13": -23.267030355682749, "S13": -28.682089931628475, "W21": -36.57473415984424, "S21": -36.57473415984424, "W22": -50.266401954486668, "S22": -51.725373584332893, "W31": -74.747125669853304, "S31": -74.747125669853304, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.25, 511325.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71858977719528183, "S11": 0.71858977719528183, "W12": -10.0, "S12": -20.0, "W13": -25.57035405424238, "S13": -25.57035405424238, "W21": -35.064679012925779, "S21": -35.064679012925779, "W22": -35.767916996340652, "S22": -40.914910808140839, "W31": -71.147001528697913, "S31": -72.538480483728875, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105522.5, 510409.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34518731988500984, "S11": 0.34518731988500984, "W12": -10.316113271957198, "S12": -12.884336214221264, "W13": -29.11236877377144, "S13": -29.11236877377144, "W21": -38.556980121013801, "S21": -38.556980121013801, "W22": -38.656701634713102, "S22": -39.409138714694855, "W31": -71.07755851657663, "S31": -73.760607128373877, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105523.0, 505857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7, "S11": -0.7, "W12": -6.8426182214061031, "S12": -19.745275602318404, "W13": -28.376227335602117, "S13": -28.376227335602117, "W21": -40.0, "S21": -40.191396264558854, "W22": -43.374559927782443, "S22": -43.374559927782443, "W31": -59.747222066333684, "S31": -61.413544735752332, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105523.0, 505916.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61915822291504286, "S11": 0.61915822291504286, "W12": -9.8978028983043647, "S12": -11.175654657990869, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -33.442010965704604, "S21": -33.442010965704604, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105523.0, 507604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87313383545770573, "S11": -0.394542932219062, "W12": -7.6111811646027023, "S12": -19.598339242668473, "W13": -24.79456068972198, "S13": -24.79456068972198, "W21": -36.705767611250558, "S21": -36.708889539955791, "W22": -51.830002, "S22": -51.840002, "W31": -74.779999, "S31": -80.479999, "W32": -92.208791208791197, "S32": -97.208791208791197 }, "geometry": { "type": "Point", "coordinates": [ 105523.25, 511250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81797867632267152, "S11": 0.81797867632267152, "W12": -10.0, "S12": -16.064062570477194, "W13": -17.852268278080228, "S13": -19.717296995374419, "W21": -30.926322331528493, "S21": -35.334990246009291, "W22": -50.533537476049041, "S22": -50.541179040829739, "W31": -75.239306945475107, "S31": -77.71665069547511, "W32": -91.659340659340671, "S32": -96.659340659340671 }, "geometry": { "type": "Point", "coordinates": [ 105524.0, 501969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.834450275438829, "S12": -14.348881879384923, "W13": -27.694317636593631, "S13": -27.694317636593631, "W21": -36.985704895695541, "S21": -36.985704895695541, "W22": -40.0, "S22": -42.335082234606496, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105524.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9992143557264583, "S12": -14.360705506724324, "W13": -24.278083081437561, "S13": -24.278083081437561, "W21": -32.326752289510509, "S21": -32.326752289510509, "W22": -43.407666278360239, "S22": -43.407666278360239, "W31": -73.506446339643333, "S31": -73.506446339643333, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105524.0, 507461.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78003230581270189, "S11": -0.042888211747371896, "W12": -9.0188294010889294, "S12": -9.0188294010889294, "W13": -20.0, "S13": -31.424728744572057, "W21": -38.499519634949962, "S21": -38.499519634949962, "W22": -48.527523521742822, "S22": -48.533516350330935, "W31": -75.991299741502374, "S31": -75.991299741502374, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105524.0, 511970.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99254392617873832, "S11": 0.99254392617873832, "W12": -10.383661302426416, "S12": -20.383661302426418, "W13": -24.346038080083737, "S13": -24.346038080083737, "W21": -34.621831676131045, "S21": -34.621831676131045, "W22": -38.373844004346665, "S22": -40.738852459981338, "W31": -72.025751488980291, "S31": -73.372389025222645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105524.5, 510252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4439855270344077, "W12": -4.4439855270344077, "S12": -4.4439855270344077, "W13": -15.0, "S13": -17.27817093856012, "W21": -40.000000000000007, "S21": -42.043109079996093, "W22": -38.255406652755184, "S22": -41.562126821176868, "W31": -71.264671088964477, "S31": -73.578411826045794, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105524.75, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1830363406763014, "S11": -0.19274396973066402, "W12": -4.1086488024931453, "S12": -14.108648802493146, "W13": -17.356303418803421, "S13": -23.400870189564113, "W21": -38.619576654839108, "S21": -39.213186236336163, "W22": -31.295924883262764, "S22": -35.413862352613734, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105525.0, 506286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2, "S11": -4.0, "W12": -9.0932153063046979, "S12": -9.0932153063046979, "W13": -20.697299200891234, "S13": -20.697299200891234, "W21": -35.689068088588087, "S21": -35.689068088588087, "W22": -40.0, "S22": -43.658502106837027, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105525.0, 506740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2043990154082218, "S11": 1.2043990154082218, "W12": -11.292566497123321, "S12": -18.469456591628045, "W13": -22.755177050775661, "S13": -22.755177050775661, "W21": -33.287264255495081, "S21": -33.287264255495081, "W22": -37.565502310085073, "S22": -43.276607383370241, "W31": -73.046176455609924, "S31": -73.046176455609924, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105525.0, 510039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31496110113701287, "S11": 0.31496110113701287, "W12": -10.0, "S12": -12.06435379845186, "W13": -17.432463272745874, "S13": -20.609899280813906, "W21": -29.770195845190436, "S21": -29.770195845190436, "W22": -39.999999999999993, "S22": -41.696353868841072, "W31": -55.784625961052804, "S31": -56.48822684254997, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105525.333333333328483, 503343.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0719515262375432, "S11": 1.0719515262375432, "W12": -4.2242220868887266, "S12": -4.2670253064280255, "W13": -15.0, "S13": -15.0, "W21": -41.326291088486933, "S21": -41.326291088486933, "W22": -29.57633391304357, "S22": -33.146871417227423, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105525.8, 524240.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60307739830140394, "S11": 0.60307739830140394, "W12": -10.338791759635608, "S12": -18.818254413721021, "W13": -21.505329894608789, "S13": -21.505329894608789, "W21": -31.539250482637222, "S21": -31.539250482637222, "W22": -50.0, "S22": -50.001671457849326, "W31": -76.389234432925903, "S31": -76.389234432925903, "W32": -90.276556776556774, "S32": -95.276556776556774 }, "geometry": { "type": "Point", "coordinates": [ 105526.333333333328483, 509418.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035434091561898647, "S11": 0.035434091561898924, "W12": -10.510676504658612, "S12": -12.2599078045501, "W13": -18.053677853205993, "S13": -35.645095184520585, "W21": -35.961422281890442, "S21": -35.961422281890442, "W22": -37.191078238127226, "S22": -37.191078238127226, "W31": -61.295027959386033, "S31": -65.009959099162856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105526.6, 513308.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5912387702958875, "S11": -1.5912387702958875, "W12": -12.994433555468444, "S12": -13.750054382608841, "W13": -17.777551181358973, "S13": -22.518987645447371, "W21": -40.0, "S21": -40.0, "W22": -38.631405886598763, "S22": -40.659294697961244, "W31": -72.193806091629867, "S31": -73.317407475368967, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 500808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0579429069514057, "S11": -1.2575021424102952, "W12": -5.0, "S12": -5.0, "W13": -22.433616849563979, "S13": -22.433616849563979, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -48.682003534049201, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 507097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28948259693908179, "S11": 0.28948259693908179, "W12": -10.130971133317789, "S12": -10.130971133317789, "W13": -26.585084445855664, "S13": -26.585084445855664, "W21": -33.335513998709054, "S21": -33.335513998709054, "W22": -41.178458011961467, "S22": -41.178458011961467, "W31": -71.807547894233096, "S31": -71.807547894233096, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 507725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25973961453599664, "S11": 0.25973961453599664, "W12": -10.176162756307434, "S12": -15.164233566777609, "W13": -21.296885535987812, "S13": -21.296885535987812, "W21": -31.143045393989475, "S21": -31.143045393989475, "W22": -46.09581547554648, "S22": -46.100753716445858, "W31": -76.305271873445477, "S31": -76.305271873445477, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 509227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.90356746765249518, "W12": -8.2206594071385357, "S12": -14.341813545973405, "W13": -20.0, "S13": -35.303402028132155, "W21": -38.104394343576772, "S21": -38.104394343576772, "W22": -40.0, "S22": -43.586702269650864, "W31": -72.623661420377445, "S31": -74.166271120146504, "W32": -89.458782261438756, "S32": -94.458782261438756 }, "geometry": { "type": "Point", "coordinates": [ 105527.0, 511893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36233648933801876, "S11": 0.36233648933801876, "W12": -10.855673234111066, "S12": -14.737183195662945, "W13": -19.178939186773331, "S13": -35.389117789740155, "W21": -37.379017285016957, "S21": -37.379017285016957, "W22": -49.195069263475524, "S22": -49.203544324595512, "W31": -75.230905423709785, "S31": -78.490586610680182, "W32": -93.580963734565032, "S32": -98.580963734565032 }, "geometry": { "type": "Point", "coordinates": [ 105527.2, 512639.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45594851287178206, "S11": -3.3135874642770475, "W12": -8.5196874060715366, "S12": -12.316198430265922, "W13": -15.993070416794046, "S13": -19.074656829970081, "W21": -34.224302598598449, "S21": -34.24602267633346, "W22": -38.352952739086327, "S22": -38.352952739086327, "W31": -60.6960799319925, "S31": -64.616695761166355, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0047597461468720514, "S11": -0.078127954387887305, "W12": -4.3279321117959979, "S12": -13.320338093496186, "W13": -15.0, "S13": -22.600791697159003, "W21": -37.698984461030221, "S21": -38.355628635166056, "W22": -43.658262606090865, "S22": -43.658262606090865, "W31": -73.550971957901098, "S31": -73.550971957901098, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 506329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56442935312539444, "S11": 0.56442935312539444, "W12": -10.0, "S12": -20.0, "W13": -28.305126537121755, "S13": -28.305126537121755, "W21": -36.158931968777061, "S21": -36.158931968777061, "W22": -42.245916024965936, "S22": -42.245916024965936, "W31": -60.0, "S31": -61.781257442248155, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 510775.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70651577896825846, "S11": 0.70651577896825846, "W12": -10.0, "S12": -20.591961974834373, "W13": -28.034808436790815, "S13": -28.034808436790815, "W21": -36.488971069797181, "S21": -36.490484477554112, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -70.17849097846927, "S31": -70.17849097846927, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 510889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.928082246487496, "S12": -5.928082246487496, "W13": -20.0, "S13": -20.0, "W21": -39.849333672455742, "S21": -41.20108933917826, "W22": -29.816159628661971, "S22": -29.816159628661971, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.0, 520560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20741088274460137, "S11": -0.20741088274460137, "W12": -11.540875062195703, "S12": -14.14045507172526, "W13": -20.945298853002967, "S13": -20.945298853002967, "W21": -30.474523095051254, "S21": -30.474523095051254, "W22": -33.950222213051617, "S22": -40.903649695588186, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105528.2, 508904.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72832841352738975, "S11": 0.72832841352738975, "W12": -8.8138642191930181, "S12": -14.532621393123826, "W13": -17.714086576349548, "S13": -21.001685778094554, "W21": -31.558207267624628, "S21": -37.677122196578061, "W22": -38.381131398353894, "S22": -48.350123537073522, "W31": -62.984525424234434, "S31": -64.557781764814138, "W32": -99.944793733412354, "S32": -104.94479373341235 }, "geometry": { "type": "Point", "coordinates": [ 105528.8, 502063.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57175475126828212, "S11": -0.57175475126828212, "W12": -9.5737449032030355, "S12": -9.5737449032030355, "W13": -16.97166501158549, "S13": -27.104234088598943, "W21": -37.946321478611594, "S21": -37.946321478611594, "W22": -39.200381727615174, "S22": -44.022751509097695, "W31": -68.348364798936615, "S31": -74.769682355046143, "W32": -95.03243776716873, "S32": -100.03243776716873 }, "geometry": { "type": "Point", "coordinates": [ 105528.866666666668607, 515344.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15857605177993522, "S11": -5.276178112357826, "W12": -5.7979081640594599, "S12": -12.572175120194533, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -42.618992674372755, "W22": -50.0, "S22": -50.004920485923698, "W31": -75.728415710750554, "S31": -75.728415710750554, "W32": -91.051282051282058, "S32": -96.051282051282058 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 498218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5554950397003835, "W12": -7.9067554709800199, "S12": -7.9958835731571689, "W13": -15.563649309640269, "S13": -18.626345878274012, "W21": -35.793366779229146, "S21": -36.121235631688165, "W22": -37.739830760277052, "S22": -37.739830760277052, "W31": -60.981416328916126, "S31": -65.017521208332838, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 499388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -15.000000000000002, "S12": -15.000000000000002, "W13": -17.062215778229888, "S13": -20.814566421944626, "W21": -35.703368176538909, "S21": -35.703368176538909, "W22": -38.630315394536169, "S22": -38.630315394536169, "W31": -60.525719229579721, "S31": -64.171138976643178, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 500519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83781170943259831, "S11": 0.19724639239669306, "W12": -5.6018738136129445, "S12": -13.250533574183706, "W13": -13.553364221008229, "S13": -23.553364221008231, "W21": -36.210228802153431, "S21": -36.913498463005908, "W22": -50.0, "S22": -63.456648292982912, "W31": -80.0, "S31": -80.0, "W32": -90.259903970086256, "S32": -95.259903970086256 }, "geometry": { "type": "Point", "coordinates": [ 105529.0, 506398.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2863152725486986, "S11": -1.8396487423458452, "W12": -4.8696883852691215, "S12": -14.869688385269122, "W13": -15.18818649000062, "S13": -18.236953483158427, "W21": -36.967886100829801, "S21": -37.51500080230074, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.077639588384088, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5402223706444627, "S12": -13.934053375524652, "W13": -28.965187949585378, "S13": -28.965187949585378, "W21": -39.266074019483121, "S21": -39.349885337859078, "W22": -37.406449757460614, "S22": -41.85867149226339, "W31": -67.940691679509854, "S31": -73.024785929170832, "W32": -90.540853712368659, "S32": -95.540853712368659 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 505874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7370794824399258, "W12": -7.1048850574712645, "S12": -20.0, "W13": -20.0, "S13": -37.810489586740815, "W21": -37.810489586740815, "S21": -37.810489586740815, "W22": -29.696168386635332, "S22": -29.696168386635332, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 511786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5976245566912359, "S12": -7.5976245566912359, "W13": -16.860125308732194, "S13": -30.369882456795672, "W21": -44.729010466345102, "S21": -47.729010466345102, "W22": -50.0, "S22": -63.52517232402576, "W31": -80.0, "S31": -80.0, "W32": -90.255011051944138, "S32": -95.255011051944138 }, "geometry": { "type": "Point", "coordinates": [ 105530.0, 518199.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29168651621933872, "S11": 0.29168651621933872, "W12": -8.813471502591165, "S12": -9.0544897369287369, "W13": -17.881205824092547, "S13": -18.479569981508686, "W21": -29.826476037404735, "S21": -29.826476037404735, "W22": -37.678007054552175, "S22": -42.215630448633362, "W31": -68.025548874480734, "S31": -72.515545298266105, "W32": -90.66323828021541, "S32": -95.66323828021541 }, "geometry": { "type": "Point", "coordinates": [ 105530.6, 503654.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67867891735395525, "S11": -0.67867891735395525, "W12": -10.852601667182803, "S12": -11.126707660803088, "W13": -22.057246376811705, "S13": -22.057246376811705, "W21": -30.070329670329674, "S21": -30.070329670329674, "W22": -37.133344004961998, "S22": -41.50750872195087, "W31": -67.861251399587587, "S31": -70.877081584872727, "W32": -90.391705677378482, "S32": -95.391705677378482 }, "geometry": { "type": "Point", "coordinates": [ 105530.666666666671517, 508086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24305674925717663, "S11": 0.17111609799667243, "W12": -7.4287564766839376, "S12": -9.9181293533108317, "W13": -18.064806722403411, "S13": -18.064806722403411, "W21": -29.890147189633222, "S21": -29.890147189633222, "W22": -40.683337742054938, "S22": -40.683337742054938, "W31": -71.52278396322103, "S31": -71.52278396322103, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105531.0, 503726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31754788017678837, "S11": -1.9054237526922939, "W12": -4.9780453257790374, "S12": -13.801929523607747, "W13": -15.221385672713764, "S13": -18.271520462634044, "W21": -36.857960698335447, "S21": -37.381774607763653, "W22": -46.312063323242455, "S22": -46.317199283612318, "W31": -76.221162198097772, "S31": -76.221162198097772, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105531.5, 499281.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4331990715456033, "W12": -4.4331990715456033, "S12": -4.4331990715456033, "W13": -15.0, "S13": -17.000546551074255, "W21": -40.0, "S21": -41.940977254315598, "W22": -41.897765458225997, "S22": -41.900948068707194, "W31": -76.812174137801918, "S31": -76.812174137801918, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105532.0, 498597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4454973609419407, "S11": -3.0589749877743913, "W12": -8.4906322011822457, "S12": -13.146622711265282, "W13": -16.132395801487821, "S13": -19.241637458646977, "W21": -33.587123178863685, "S21": -33.587123178863685, "W22": -48.96815501053603, "S22": -48.976138224196106, "W31": -75.355935502862792, "S31": -77.761117796806886, "W32": -94.904753171213727, "S32": -99.904753171213727 }, "geometry": { "type": "Point", "coordinates": [ 105532.0, 499614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20200148257968858, "S11": -4.7979985174203117, "W12": -10.450591711501879, "S12": -16.826642248956354, "W13": -26.337561511379818, "S13": -26.337561511379818, "W21": -36.353558436285425, "S21": -36.353558436285425, "W22": -51.749686966656164, "S22": -51.759562660237229, "W31": -74.766606812743532, "S31": -80.27974733067208, "W32": -92.157469885924741, "S32": -97.157469885924741 }, "geometry": { "type": "Point", "coordinates": [ 105532.0, 505685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.95925824779698821, "S11": 0.95925824779698821, "W12": -9.8687991530550505, "S12": -9.8687991530550505, "W13": -20.0, "S13": -26.044948469971995, "W21": -38.907521466100427, "S21": -38.907521466100427, "W22": -40.0, "S22": -44.870517874133476, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105532.0, 512046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -1.0284271759455965, "W12": -10.69355863156567, "S12": -10.940637615035266, "W13": -14.58, "S13": -16.773476769447505, "W21": -38.516945034172487, "S21": -38.516945034172487, "W22": -39.385683816306631, "S22": -41.713585880864912, "W31": -67.480616493791501, "S31": -74.649490316413463, "W32": -96.223747437488413, "S32": -101.22374743748841 }, "geometry": { "type": "Point", "coordinates": [ 105532.333333333328483, 496773.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51651955995412657, "S11": 0.51651955995412657, "W12": -13.182747467006278, "S12": -13.182747467006278, "W13": -17.564879998748356, "S13": -20.564879998748356, "W21": -29.237716346153846, "S21": -29.617171061931341, "W22": -36.770352363603898, "S22": -41.043922428866807, "W31": -67.758040901100671, "S31": -67.758040901100671, "W32": -90.214245574266499, "S32": -95.214245574266499 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 501419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26285294597682396, "S11": 0.26285294597682396, "W12": -9.9999999999999982, "S12": -12.061848205846498, "W13": -17.444761927452276, "S13": -20.673963661839593, "W21": -29.77666030513684, "S21": -29.77666030513684, "W22": -41.660242153311998, "S22": -44.451931148294214, "W31": -72.919650333087674, "S31": -75.577423643883051, "W32": -89.688667037853293, "S32": -94.688667037853293 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 503345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.329637324905381, "S12": -18.950116870260061, "W13": -24.586191737717055, "S13": -26.868034761855508, "W21": -34.097623573420556, "S21": -34.097623573420556, "W22": -40.0, "S22": -53.281123413448555, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66229050279329615, "S11": 0.66229050279329615, "W12": -10.0, "S12": -20.398255009522568, "W13": -28.06132049075978, "S13": -28.06132049075978, "W21": -36.420462618082013, "S21": -36.420462618082013, "W22": -40.583014708675037, "S22": -40.583014708675037, "W31": -71.446814828606648, "S31": -71.446814828606648, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 510854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35536328607267981, "S11": -0.35536328607267981, "W12": -10.0, "S12": -10.0, "W13": -18.858571462989463, "S13": -24.320138370191618, "W21": -39.290213382432604, "S21": -39.290213382432604, "W22": -41.980019004879686, "S22": -41.98327290397485, "W31": -76.782299328811831, "S31": -76.782299328811831, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 514729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.927946510819003, "S12": -4.6699709708762498, "W13": -15.004067999725091, "S13": -15.004067999725091, "W21": -41.137676108694841, "S21": -41.270855299446289, "W22": -31.957237975384132, "S22": -37.615161975343696, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105533.0, 523611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5262359324758838, "S11": -2.8846634664196791, "W12": -5.0, "S12": -5.0, "W13": -21.067383966244726, "S13": -21.067383966244726, "W21": -36.91579344941043, "S21": -37.334919251777137, "W22": -48.931900806061343, "S22": -48.939255786289166, "W31": -75.536523074701279, "S31": -76.919267633039254, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105534.0, 506637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30538763389542889, "S11": 0.30538763389542878, "W12": -8.5745778512999173, "S12": -11.190642280591822, "W13": -23.84923680784463, "S13": -23.84923680784463, "W21": -31.316929215678122, "S21": -31.316929215678122, "W22": -45.529275444155218, "S22": -47.350853405667038, "W31": -75.394583859096656, "S31": -78.401441695989732, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105534.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86638818076477409, "S11": -0.9618946475180542, "W12": -6.2181465728158996, "S12": -18.244506576913842, "W13": -24.082162346521152, "S13": -26.788936745708494, "W21": -36.702610781392949, "S21": -36.703963644314783, "W22": -38.554685620338439, "S22": -40.62409647548094, "W31": -72.171264502775628, "S31": -73.304086454266283, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105534.5, 511283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1354884510045631, "S12": -4.1463596709273958, "W13": -16.013141004462973, "S13": -16.013141004462973, "W21": -42.914307812306824, "S21": -43.787100121718844, "W22": -33.715000115225962, "S22": -40.873062724351996, "W31": -70.361591837773446, "S31": -71.689974069132958, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105534.714285714289872, 523101.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8152225928074246, "S11": 0.8152225928074246, "W12": -10.517050123253902, "S12": -22.216373963024417, "W13": -27.853565465740335, "S13": -27.853565465740335, "W21": -36.927694292617701, "S21": -36.932622115083269, "W22": -29.651979130434786, "S22": -32.773693789494914, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105534.75, 511149.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.080110497237569078, "S11": 0.080110497237568953, "W12": -4.3248822088997718, "S12": -13.074182865919401, "W13": -15.97596153846154, "S13": -22.598774391897493, "W21": -38.022819038296831, "S21": -38.772973277052593, "W22": -29.998680465340279, "S22": -29.998680465340279, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105535.0, 506315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4128287637930475, "S11": 0.4128287637930475, "W12": -10.670810911263349, "S12": -14.096186654010641, "W13": -19.248716250829567, "S13": -34.181008837371422, "W21": -37.67775999176893, "S21": -37.67775999176893, "W22": -37.654860243037767, "S22": -37.654860243037767, "W31": -60.95239964010257, "S31": -64.805787344969602, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105535.0, 512596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53681788297100685, "W12": -10.315502295576668, "S12": -18.941450083623597, "W13": -24.519093948473749, "S13": -26.744887177561438, "W21": -34.000658218833955, "S21": -34.000658218833955, "W22": -40.052946428571431, "S22": -40.052946428571431, "W31": -55.93664066445929, "S31": -56.715467946107964, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105535.666666666671517, 505509.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69637221494102231, "S11": 0.69637221494102231, "W12": -10.0, "S12": -20.0, "W13": -25.88572595442897, "S13": -25.88572595442897, "W21": -35.256596914403346, "S21": -35.256596914403346, "W22": -50.318260265483119, "S22": -50.318260265483119, "W31": -77.322184218434501, "S31": -77.322184218434501, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105535.75, 510445.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28319461149867697, "S11": -1.62150662936307, "W12": -5.0, "S12": -6.3182028716998611, "W13": -26.787462024416477, "S13": -26.787462024416477, "W21": -40.234529512618593, "S21": -40.938172892287895, "W22": -40.966901315392334, "S22": -40.966901315392334, "W31": -71.728996344521676, "S31": -71.728996344521676, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105536.0, 506053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060434983803794515, "S11": 0.035011804609356517, "W12": -10.109325219203701, "S12": -14.065005468994034, "W13": -14.065005468994034, "S13": -23.586712201179758, "W21": -35.177829766307923, "S21": -35.998306585594193, "W22": -40.754144235381915, "S22": -40.799885966007963, "W31": -73.180826294987654, "S31": -73.180826294987654, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105536.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55283092204708351, "S11": 0.55283092204708351, "W12": -5.5506601919901097, "S12": -5.5506601919901097, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.458078684970914, "W22": -48.932499656139854, "S22": -52.977280269899509, "W31": -75.068141754679715, "S31": -75.306310068472612, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105536.454545454544132, 521100.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.4003730734926012, "W12": -4.3176391074101836, "S12": -4.3176391074101836, "W13": -15.478026719509078, "S13": -16.309622493765403, "W21": -40.497955256448051, "S21": -43.364363602200662, "W22": -44.953913873889235, "S22": -44.958519914661558, "W31": -76.364579144762175, "S31": -76.364579144762175, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 497752.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.408390796881144, "W12": -5.0206986250186816, "S12": -5.8055221544304461, "W13": -15.430859434664617, "S13": -18.861009475216118, "W21": -40.536298983246368, "S21": -43.149306444013028, "W22": -51.250468992180281, "S22": -51.259247925056791, "W31": -74.915742108897547, "S31": -79.02980460889755, "W32": -91.989010989010993, "S32": -96.989010989010993 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.063912630579297219, "S11": -4.9234270603118571, "W12": -5.5827684949932737, "S12": -12.271061459237794, "W13": -15.245476857617268, "S13": -17.339262990546576, "W21": -40.0, "S21": -42.713856434308006, "W22": -50.0, "S22": -50.0, "W31": -77.539395696969706, "S31": -77.539395696969706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 498102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.062180537672168, "S12": -18.797448140562146, "W13": -23.204902766048519, "S13": -24.652496707338006, "W21": -32.623636934485312, "S21": -32.623636934485312, "W22": -39.879066457249429, "S22": -39.879066457249429, "W31": -72.850420836955124, "S31": -76.102694522499448, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 505370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.060323817004049, "S12": -10.060323817004049, "W13": -16.83720112517581, "S13": -20.371807820595816, "W21": -37.694200145567692, "S21": -38.536792172116748, "W22": -39.921651767727639, "S22": -41.720972142880555, "W31": -80.0, "S31": -80.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 506565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4722222222222219, "S11": -1.7000971827526925, "W12": -10.0, "S12": -10.0, "W13": -20.268143459915613, "S13": -20.268143459915613, "W21": -37.282193255644891, "S21": -37.873163082290013, "W22": -40.482691675295136, "S22": -40.482691675295136, "W31": -71.37084569399228, "S31": -71.37084569399228, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51103052599308019, "S11": 0.51103052599308019, "W12": -9.9526170549649411, "S12": -14.952617054964941, "W13": -24.536798608884013, "S13": -24.536798608884013, "W21": -32.690386134087035, "S21": -32.690386134087035, "W22": -50.105221913580102, "S22": -50.105221913580102, "W31": -76.840408162814555, "S31": -76.840408162814555, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31563043915522615, "S11": 0.30820617991608679, "W12": -6.7276412329330855, "S12": -6.7276412329330846, "W13": -13.897676852869951, "S13": -13.91321872765306, "W21": -39.822477494373089, "S21": -41.474891954275101, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.8, 497195.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31539616615365823, "S11": 0.31539616615365823, "W12": -6.7188124895096921, "S12": -6.7188124895096921, "W13": -13.898819056520775, "S13": -13.898819056520775, "W21": -39.831254688672168, "S21": -41.486354865929442, "W22": -38.633653933319906, "S22": -53.633653933319906, "W31": -77.293599257884978, "S31": -77.293599257884978, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105537.8, 497196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.83633573238722758, "S11": 0.83633573238722758, "W12": -11.588115660973124, "S12": -15.183660670607745, "W13": -17.691374787584532, "S13": -18.466276306999276, "W21": -28.987514445300462, "S21": -30.104122219152053, "W22": -39.656841257050765, "S22": -44.511495479709623, "W31": -80.0, "S31": -80.0, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105538.0, 501703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010240551558677646, "S11": -0.00091871326802277914, "W12": -10.0, "S12": -13.0, "W13": -17.900685653332612, "S13": -34.646461125977751, "W21": -36.5586527989296, "S21": -36.5586527989296, "W22": -44.146484188482717, "S22": -45.041622591795765, "W31": -76.307488381437736, "S31": -78.463729611028185, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105538.0, 513482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -30.580801927232386, "S22": -32.737400249322221, "W31": -70.0, "S31": -70.0, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105538.21052631578641, 530016.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36750856863065129, "S11": 0.36750856863065129, "W12": -9.3480975155542385, "S12": -11.856236303444195, "W13": -17.414288449095565, "S13": -21.060422299478027, "W21": -29.859368033119392, "S21": -29.859368033119392, "W22": -47.807766206335018, "S22": -47.813683155019895, "W31": -75.956505500906488, "S31": -75.956505500906488, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105538.25, 503301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87078980301274655, "S11": -1.5258365063322896, "W12": -5.2126322128966649, "S12": -17.285291855349918, "W13": -23.548293131644005, "S13": -28.142355749874106, "W21": -36.679483778648347, "S21": -36.679483778648347, "W22": -40.775130588078468, "S22": -40.775130588078468, "W31": -71.584656896009079, "S31": -71.584656896009079, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105538.4, 511307.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0226961618453392, "S11": 1.0226961618453392, "W12": -10.527849578921037, "S12": -20.527849578921035, "W13": -24.02360907990408, "S13": -24.02360907990408, "W21": -34.592325909211247, "S21": -34.592325909211247, "W22": -41.180754389832693, "S22": -41.180754389832693, "W31": -71.811337796206814, "S31": -71.811337796206814, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105538.75, 510209.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.9369615639496356, "W12": -3.9369615639496356, "S12": -3.9369615639496356, "W13": -15.0, "S13": -16.719636527140214, "W21": -40.041956073444119, "S21": -41.877248262744253, "W22": -50.0, "S22": -50.000171974123703, "W31": -76.566441854194309, "S31": -76.566441854194309, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 498645.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3897728704920476, "W12": -7.6593720266412939, "S12": -7.6593720266412948, "W13": -15.488626091263699, "S13": -18.549379117618336, "W21": -35.98974328119175, "S21": -36.337268476571062, "W22": -39.99118348703923, "S22": -39.99118348703923, "W31": -53.771835306881933, "S31": -54.152742083965258, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 499371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088262521925550674, "S11": 0.088262521925550674, "W12": -12.515702870538382, "S12": -12.515702870538382, "W13": -17.279645315726889, "S13": -20.336746992320286, "W21": -31.229943682924237, "S21": -31.229943682924237, "W22": -46.591912183237284, "S22": -46.597301838077797, "W31": -76.113491566878025, "S31": -76.113491566878025, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 501283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12430939226519339, "S11": 0.084470443335335377, "W12": -4.3767305581356073, "S12": -12.765871595662311, "W13": -15.854166666666666, "S13": -22.347247632669966, "W21": -37.948427749908234, "S21": -38.757638886975499, "W22": -49.599953935363125, "S22": -52.958824448905311, "W31": -75.051635895482548, "S31": -75.051635895482548, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 506319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1388888888888886, "S11": -1.3142851629653016, "W12": -10.029785985193753, "S12": -10.029785985193753, "W13": -20.0, "S13": -20.0, "W21": -37.438172602436794, "S21": -38.089786069097634, "W22": -49.805256883799203, "S22": -49.81453510005808, "W31": -74.933544384403234, "S31": -79.280670337758451, "W32": -92.959170974177397, "S32": -97.959170974177397 }, "geometry": { "type": "Point", "coordinates": [ 105539.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61741027485426181, "S11": -0.61741027485426181, "W12": -9.5052954172902613, "S12": -9.5052954172902613, "W13": -16.492620679324272, "S13": -25.853164897010554, "W21": -37.849274918900079, "S21": -37.849274918900079, "W22": -48.973890599867829, "S22": -48.982342791524708, "W31": -75.183335603938104, "S31": -78.226917687994458, "W32": -94.524574333100034, "S32": -99.524574333100034 }, "geometry": { "type": "Point", "coordinates": [ 105539.333333333328483, 515390.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2731842663620041, "S11": 0.2731842663620041, "W12": -10.0, "S12": -12.244422972115519, "W13": -17.439941591866226, "S13": -20.873820738735169, "W21": -29.814864000112998, "S21": -29.814864000112998, "W22": -49.999999999999993, "S22": -49.999999999999993, "W31": -75.776411479659942, "S31": -75.776411479659942, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105540.0, 503328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2694588584136397, "S11": -2.9951828788565695, "W12": -10.423739011160297, "S12": -19.486277634321834, "W13": -25.0, "S13": -26.865155851187254, "W21": -35.428708741046108, "S21": -35.428708741046108, "W22": -38.649651134814334, "S22": -40.568511043280566, "W31": -72.245414534929168, "S31": -73.265987518011713, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105540.0, 505617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15540658120747908, "S11": -0.15540658120747908, "W12": -10.0, "S12": -10.0, "W13": -17.901842148601943, "S13": -19.597733705838195, "W21": -39.196584224673764, "S21": -39.196584224673764, "W22": -40.151575163000423, "S22": -40.151575163000423, "W31": -72.908755763829603, "S31": -76.131287479640207, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105540.777777777781012, 514044.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.4255617471777589, "W12": -8.8748622382526801, "S12": -14.097392004080191, "W13": -16.081865892183838, "S13": -19.167669304294392, "W21": -33.911205727428232, "S21": -33.911205727428232, "W22": -38.798830507657428, "S22": -47.883042391462965, "W31": -63.245020704762346, "S31": -64.063964324883415, "W32": -99.707486849515718, "S32": -104.70748684951572 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 499583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54884287454323988, "S11": -3.5488428745432401, "W12": -8.8372908526199776, "S12": -13.529307899322671, "W13": -16.112284724345255, "S13": -19.199859661122364, "W21": -33.764319690411419, "S21": -33.764319690411419, "W22": -40.675573002405976, "S22": -41.480148279454525, "W31": -72.974313501647089, "S31": -76.164518794205918, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 499598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67235016857607732, "S11": -0.67235016857607732, "W12": -8.0046760598043445, "S12": -14.540437392621081, "W13": -20.0, "S13": -20.724226377627005, "W21": -29.599542887527175, "S21": -29.599542887527175, "W22": -40.413746877094631, "S22": -40.647239533664703, "W31": -72.95078325916225, "S31": -76.15762255771142, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 504408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7470016941476425, "S11": -2.9904067041232576, "W12": -10.0, "S12": -16.84064635072118, "W13": -20.0, "S13": -20.444481217938112, "W21": -29.462697436378654, "S21": -29.462697436378654, "W22": -40.0, "S22": -47.859140954193286, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 504546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21044855442176874, "S11": -0.1670078305577733, "W12": -10.059048800844561, "S12": -15.878561437448811, "W13": -15.878561437448811, "S13": -15.878561437448811, "W21": -35.434710501889576, "S21": -36.324466659767417, "W22": -37.589453269073836, "S22": -42.158518552495416, "W31": -68.042550507881515, "S31": -72.562237372956048, "W32": -90.713592049338502, "S32": -95.713592049338502 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 506476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087683155453880945, "S11": -0.087683155453880945, "W12": -10.0, "S12": -10.545110732303201, "W13": -17.67667655386407, "S13": -18.37481365377748, "W21": -37.993518172764141, "S21": -37.993518172764141, "W22": -39.690284372323809, "S22": -45.644082950742082, "W31": -64.712668724556949, "S31": -70.721760686567052, "W32": -98.385601266801672, "S32": -103.38560126680167 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 513814.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4068593528375972, "S12": -5.7322605276461145, "W13": -15.0, "S13": -15.0, "W21": -44.230679468083267, "S21": -44.230679468083267, "W22": -43.597381864623244, "S22": -43.597381864623244, "W31": -57.480891183568097, "S31": -58.273123768148501, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 525403.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.358437236403232, "S13": -14.358437236403232, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -54.979670576351083, "S31": -55.597108122621073, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105541.0, 527127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -15.0, "S12": -15.0, "W13": -17.047489251106324, "S13": -20.161233284087665, "W21": -35.780596106152636, "S21": -35.780596106152636, "W22": -38.669118449233153, "S22": -38.669118449233153, "W31": -71.048096843243457, "S31": -73.724038779152266, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105541.25, 500529.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14047442550037603, "S11": -4.2599165465983919, "W12": -10.47803442135157, "S12": -16.992820749441293, "W13": -26.123535491305002, "S13": -26.123535491305002, "W21": -36.18575656758825, "S21": -36.18575656758825, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.6, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6598367006917059, "S12": -8.6598367006917059, "W13": -15.0, "S13": -23.049037282372666, "W21": -39.358798477409763, "S21": -41.5644626185479, "W22": -48.949579020217712, "S22": -48.95689570838065, "W31": -75.519979870729472, "S31": -76.749384176189778, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105541.70689655172464, 516623.456896551710088 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.70491229416221546, "W12": -3.6987576904013162, "S12": -3.6987576904013162, "W13": -15.30775075987842, "S13": -15.30775075987842, "W21": -38.653960232937891, "S21": -41.653960232937891, "W22": -50.010760733745037, "S22": -50.020186995126828, "W31": -74.880422860879719, "S31": -79.433583144228166, "W32": -92.81661794594433, "S32": -97.81661794594433 }, "geometry": { "type": "Point", "coordinates": [ 105542.0, 497684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99267559886317502, "S11": -1.1061341278146617, "W12": -9.5597188113482225, "S12": -9.5597188113482225, "W13": -16.616666666666664, "S13": -19.731, "W21": -33.104668606666664, "S21": -33.160989637081215, "W22": -39.645995848681942, "S22": -44.47576059377861, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105542.0, 499729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.529117379435851, "W12": -10.823890588195226, "S12": -15.017142240497122, "W13": -27.113347164780649, "S13": -27.113347164780649, "W21": -36.596012402685083, "S21": -36.596012402685083, "W22": -50.000000000000007, "S22": -50.000000000000007, "W31": -76.57782077141087, "S31": -76.57782077141087, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105542.0, 505726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7722452293950467, "S11": -2.2116496349518813, "W12": -8.682783723642423, "S12": -11.205739657037265, "W13": -16.232645470294507, "S13": -19.379503178508998, "W21": -33.200919918849372, "S21": -33.200919918849372, "W22": -48.878353346545936, "S22": -48.885358024390662, "W31": -75.612036668996097, "S31": -76.341475265325826, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 499656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.0685232996148475, "S12": -11.101128475265227, "W13": -17.376239940446276, "S13": -21.358923269521092, "W21": -29.955285415851204, "S21": -29.955285415851204, "W22": -38.817038064809836, "S22": -47.820366884489367, "W31": -63.228262302007025, "S31": -63.932267938077878, "W32": -99.718750805225596, "S32": -104.7187508052256 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 503249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3387465317447364, "S11": 0.3387465317447364, "W12": -9.3340246328353143, "S12": -11.851855588269116, "W13": -17.42093202962046, "S13": -21.10871301528087, "W21": -29.865337967818483, "S21": -29.865337967818483, "W22": -29.784473043478169, "S22": -32.943605515231724, "W31": -70.0, "S31": -70.485492801771812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 503301.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3891461649782926, "S11": 0.18663832798769686, "W12": -10.0, "S12": -15.853432222177435, "W13": -15.853432222177435, "S13": -17.334623979693937, "W21": -35.595851037052249, "S21": -36.514058560214536, "W22": -29.999999999999996, "S22": -29.999999999999996, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 506441.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60672389391138382, "S11": -0.60672389391138382, "W12": -11.424878249184619, "S12": -16.360499097071752, "W13": -20.0, "S13": -20.0, "W21": -29.92235271043339, "S21": -29.977971626429049, "W22": -38.494125431069051, "S22": -40.591984618145524, "W31": -72.155489505620281, "S31": -73.286274182948745, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 508352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2831331253250129, "S11": 0.79506198779073822, "W12": -10.897936195035603, "S12": -17.410867259300538, "W13": -21.566879235983773, "S13": -21.566879235983773, "W21": -31.879156022402114, "S21": -31.879156022402114, "W22": -38.280683168828453, "S22": -41.601561861763059, "W31": -71.35626712047565, "S31": -73.507929313419382, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105543.0, 509705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66558728133109157, "S11": 0.46971736912039486, "W12": -11.132402564203469, "S12": -12.844040182514631, "W13": -28.993532810401469, "S13": -28.993532810401469, "W21": -38.145117505938501, "S21": -38.145117505938501, "W22": -39.619245463718478, "S22": -52.550849237303382, "W31": -77.254711393904415, "S31": -77.254711393904415, "W32": -90.160029311677931, "S32": -95.160029311677931 }, "geometry": { "type": "Point", "coordinates": [ 105543.333333333328483, 505827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47216419128447851, "S11": 0.47216419128447851, "W12": -8.261734456342321, "S12": -11.216163826275736, "W13": -17.383814970738854, "S13": -21.360551864190807, "W21": -29.942075761101943, "S21": -29.942075761101943, "W22": -37.685735414028549, "S22": -44.815276992013587, "W31": -73.744752675498617, "S31": -73.744752675498617, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.5, 503257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.078221041113021736, "S11": 0.078221041113021736, "W12": -10.0, "S12": -11.608096793982366, "W13": -17.500701973194406, "S13": -20.417346445101167, "W21": -29.706828589324054, "S21": -29.706828589324054, "W22": -37.136622485466795, "S22": -37.212719373877064, "W31": -71.919448106714242, "S31": -71.919448106714242, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.5, 503393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1346371187793256, "S12": -8.1346371187793256, "W13": -15.83804918466088, "S13": -24.991402842034233, "W21": -41.856253856472243, "S21": -46.111158976025209, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105543.666666666671517, 517419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48910579805512905, "S11": -2.9875747110127633, "W12": -5.1041244955910923, "S12": -6.0180184932503469, "W13": -15.315151955592322, "S13": -20.31515195559232, "W21": -40.156652736319593, "S21": -42.817357650134873, "W22": -37.334155670829979, "S22": -39.683474151108925, "W31": -72.541430773406759, "S31": -72.541430773406759, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 497887.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -4.5, "S12": -4.5, "W13": -15.0, "S13": -16.851632114587261, "W21": -40.041023716256468, "S21": -41.911173204068795, "W22": -42.38972482752726, "S22": -42.393332104174611, "W31": -76.634417993339881, "S31": -76.634417993339881, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 498628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.3862664518103718, "W12": -8.98457068430017, "S12": -14.136585094914818, "W13": -16.079894018139203, "S13": -19.165362381019342, "W21": -33.947422292185969, "S21": -33.947422292185969, "W22": -39.253991291727139, "S22": -43.141607518667165, "W31": -71.965381728115815, "S31": -75.402105866046853, "W32": -89.436491929302989, "S32": -94.436491929302989 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 499580.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83370802157644763, "S11": -1.9054984232081955, "W12": -8.6541764932775767, "S12": -10.638272095404314, "W13": -16.26153790161737, "S13": -19.425396007109985, "W21": -33.070302813999994, "S21": -33.075939541545651, "W22": -37.96478991795226, "S22": -47.96478991795226, "W31": -62.159559472938696, "S31": -64.016834197186213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 499669.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6178623718887262, "W12": -5.0, "S12": -5.0, "W13": -16.932121652029235, "S13": -19.932121652029235, "W21": -33.007011984791667, "S21": -33.17415535559973, "W22": -46.788170826648013, "S22": -46.793740079925392, "W31": -76.037072650903085, "S31": -76.037072650903085, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 499883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39227096057745714, "S11": -4.6068303475506376, "W12": -8.738390610130061, "S12": -17.442412986262188, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -29.416654683626266, "S21": -29.416654683626266, "W22": -50.0, "S22": -50.003679002495325, "W31": -75.83751658698101, "S31": -75.83751658698101, "W32": -90.84615384615384, "S32": -95.84615384615384 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 504889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.43065294306851065, "W12": -8.5605716878402909, "S12": -12.865888336187293, "W13": -20.0, "S13": -34.41336822592956, "W21": -38.251820528984169, "S21": -38.251820528984169, "W22": -50.790436453653022, "S22": -50.790436453653022, "W31": -77.028655192246461, "S31": -77.028655192246461, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.0, 511916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7686272078293177, "S12": -5.7686272078293177, "W13": -20.0, "S13": -20.0, "W21": -39.958825420743707, "S21": -41.354733345942634, "W22": -39.244366027748818, "S22": -40.377534880266033, "W31": -72.636488045759478, "S31": -73.113897654768166, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105544.533333333340124, 520797.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.359757684673569, "S11": 0.359757684673569, "W12": -4.8270780419071855, "S12": -4.8270780419071855, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -42.458290809475173, "W22": -38.118642247948223, "S22": -38.118642247948223, "W31": -60.60977132081905, "S31": -64.601615590776049, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105545.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2, "S11": -1.15, "W12": -1.16, "S12": -1.257267253358036, "W13": -27.232772761330477, "S13": -27.232772761330477, "W21": -40.257419359032575, "S21": -41.036430591744157, "W22": -40.0, "S22": -40.0, "W31": -53.3495293781397, "S31": -53.648558171324353, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105545.0, 506024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50461356466876972, "S11": -1.1544536743078742, "W12": -4.0624336467780342, "S12": -11.9840904984951, "W13": -20.414654113794516, "S13": -20.414654113794516, "W21": -39.696158081487823, "S21": -40.553659440376265, "W22": -40.0, "S22": -40.0, "W31": -71.006804805108104, "S31": -71.006804805108104, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105545.0, 506239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084332025312090109, "S11": 0.084332025312090109, "W12": -7.9506132166951273, "S12": -9.8736662865987412, "W13": -23.703024662377821, "S13": -23.703024662377821, "W21": -30.870397310316061, "S21": -30.870397310316061, "W22": -38.739306814232741, "S22": -40.513120068883211, "W31": -72.316777516570951, "S31": -73.228414832186758, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105545.333333333328483, 507328.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025765239559121259, "S11": -1.1686126614624686, "W12": -6.1900083688098091, "S12": -13.612305222524789, "W13": -18.546462160179939, "S13": -19.422073685884747, "W21": -30.0, "S21": -30.0, "W22": -37.863808190399453, "S22": -46.885759977985558, "W31": -74.430735316585526, "S31": -74.430735316585526, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105545.375, 503884.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3077276083974938, "S11": 0.3077276083974938, "W12": -9.6709844559580596, "S12": -9.6709844559580596, "W13": -17.796130705964814, "S13": -18.854697705730189, "W21": -29.818212084835203, "S21": -30.500516342132059, "W22": -40.866923434101999, "S22": -40.866923434101999, "W31": -71.646529828797128, "S31": -71.646529828797128, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105545.4, 503615.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41625732830820777, "S11": 0.41625732830820822, "W12": -3.8155628300369457, "S12": -3.8155628300369457, "W13": -15.431241523508136, "S13": -15.431241523508136, "W21": -37.494254401744591, "S21": -39.781719173218676, "W22": -42.482260067512613, "S22": -42.485947543850678, "W31": -76.600808833225997, "S31": -76.600808833225997, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 497596.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3596752816434727, "W12": -2.3596752816434727, "S12": -2.3596752816434727, "W13": -15.0, "S13": -17.79091945249025, "W21": -40.103993686314467, "S21": -41.83360081059913, "W22": -40.0, "S22": -40.0, "W31": -70.067350405690405, "S31": -70.067350405690405, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 498694.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0078822412155743, "S11": -1.0078822412155743, "W12": -9.4866120566900864, "S12": -9.5500158386700633, "W13": -16.7844145246838, "S13": -19.839081191350466, "W21": -33.243043639166665, "S21": -33.3233445375323, "W22": -31.050745511948932, "S22": -34.642446510506645, "W31": -70.0, "S31": -70.764177182590757, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 499752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.596537460804591, "S12": -14.928461350868016, "W13": -17.483237424643679, "S13": -17.536553229493226, "W21": -38.22552237254407, "S21": -38.22552237254407, "W22": -37.509302626818261, "S22": -42.096751062971443, "W31": -68.05034763735496, "S31": -72.639574192517088, "W32": -90.743829534992258, "S32": -95.743829534992258 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 500628.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.209031237582908, "S12": -17.63555027480465, "W13": -21.497829977795835, "S13": -21.497829977795835, "W21": -31.463518099323668, "S21": -31.463518099323668, "W22": -42.193494897958857, "S22": -42.193494897958857, "W31": -57.049603954045665, "S31": -57.838543642633532, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105546.0, 509392.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1769155660410884, "S11": 2.1769155660410884, "W12": -4.1466814662695564, "S12": -4.1466814662695555, "W13": -16.04990592260955, "S13": -16.04990592260955, "W21": -42.865178003936094, "S21": -43.73402839877, "W22": -37.373219472694153, "S22": -41.922761298413484, "W31": -68.011508277546156, "S31": -73.011508277546156, "W32": -90.689944380683315, "S32": -95.689944380683315 }, "geometry": { "type": "Point", "coordinates": [ 105546.333333333328483, 523094.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81887195828505221, "S11": -0.6980623671044649, "W12": -7.8159464749501257, "S12": -19.69375100317469, "W13": -24.898243519781719, "S13": -24.898243519781719, "W21": -36.830487402941664, "S21": -36.834321872031879, "W22": -38.643673180426113, "S22": -38.643673180426113, "W31": -60.312024679331152, "S31": -63.8219019638288, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105546.75, 511240.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.556193851479553, "S11": -1.556193851479553, "W12": -12.740229885057738, "S12": -13.435402933397977, "W13": -17.797260915756926, "S13": -22.791854871389614, "W21": -39.782339835679089, "S21": -39.782339835679089, "W22": -35.800009334547781, "S22": -44.408499900585518, "W31": -71.783241303310135, "S31": -71.783241303310135, "W32": -90.122202067106699, "S32": -95.122202067106699 }, "geometry": { "type": "Point", "coordinates": [ 105546.8, 500806.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -4.9537981401516271, "S12": -5.0151996974374997, "W13": -16.973667319455661, "S13": -19.973667319455661, "W21": -33.069105867916669, "S21": -33.251549476038058, "W22": -47.09856588691666, "S22": -60.252708643271049, "W31": -80.0, "S31": -80.0, "W32": -90.255796495899602, "S32": -95.255796495899602 }, "geometry": { "type": "Point", "coordinates": [ 105547.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5642050605785873, "S11": -1.5642050605785873, "W12": -12.758620689655173, "S12": -13.450059102376054, "W13": -17.800040997229917, "S13": -22.800040997229917, "W21": -39.766023157908009, "S21": -39.766023157908009, "W22": -40.0, "S22": -46.309936115264378, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105547.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16981138190178971, "S11": -0.16981138190178971, "W12": -11.462224203981101, "S12": -14.661926022274782, "W13": -21.007841770567893, "S13": -21.007841770567893, "W21": -30.532685564181556, "S21": -30.532685564181556, "W22": -36.778008494144821, "S22": -39.39534969090591, "W31": -70.432738914632495, "S31": -70.432738914632495, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105547.4, 508942.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1268913432645213, "S11": 1.1268913432645213, "W12": -11.322750771283298, "S12": -18.392655829035842, "W13": -22.568417037350208, "S13": -22.568417037350208, "W21": -32.795386086163568, "S21": -32.795386086163568, "W22": -42.199108539529455, "S22": -42.199108539529455, "W31": -70.0, "S31": -70.0, "W32": -99.245453699930906, "S32": -104.24545369993091 }, "geometry": { "type": "Point", "coordinates": [ 105548.0, 510017.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46899514626787359, "S11": 0.46899514626787359, "W12": -8.2024008549540781, "S12": -11.18482890583121, "W13": -17.388672226597272, "S13": -21.358871815456997, "W21": -29.951131889661351, "S21": -29.951131889661351, "W22": -48.900621497006057, "S22": -48.907898030882187, "W31": -75.503600966760374, "S31": -76.575408578873123, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105548.125, 503255.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31413436373748926, "S11": -0.31413436373748926, "W12": -10.0, "S12": -10.0, "W13": -19.369790440622094, "S13": -23.827500807396305, "W21": -39.574141401475721, "S21": -39.574141401475721, "W22": -48.915373875713406, "S22": -52.878218942334492, "W31": -75.010788615636059, "S31": -75.383300662164814, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105548.5, 514581.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -50.584878807177226, "S22": -50.594755912688612, "W31": -74.713320586681519, "S31": -79.578379490937593, "W32": -92.470574804711632, "S32": -97.470574804711632 }, "geometry": { "type": "Point", "coordinates": [ 105548.615384615390212, 530035.923076923121698 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50066851083448594, "S11": 0.50066851083448594, "W12": -7.1753713971304016, "S12": -10.576091349107275, "W13": -17.353341492382143, "S13": -21.349404301608409, "W21": -30.0, "S21": -30.0, "W22": -48.722378351104751, "S22": -48.730020101350192, "W31": -75.389743287787113, "S31": -77.026611840988593, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105548.75, 503213.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.90356371008616321, "S11": 0.90356371008616321, "W12": -11.379040621992065, "S12": -15.184955631136795, "W13": -17.865622542049593, "S13": -17.865622542049593, "W21": -29.163169298921421, "S21": -29.869973212727203, "W22": -48.847191011235957, "S22": -62.261385530822608, "W31": -80.0, "S31": -80.0, "W32": -90.279424709176595, "S32": -95.279424709176595 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 501749.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51257980845972329, "W12": -10.636710800299095, "S12": -10.702984846979119, "W13": -29.241236136397966, "S13": -29.241236136397966, "W21": -39.035899389334489, "S21": -39.290078556331842, "W22": -38.719929387481919, "S22": -47.620196445331914, "W31": -62.96256785047791, "S31": -63.508347435447064, "W32": -99.93158803370352, "S32": -104.93158803370352 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 505866.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32135674765455857, "S11": -2.3213567476545585, "W12": -4.9386718849757676, "S12": -7.1459106860079915, "W13": -26.292416834136535, "S13": -26.292416834136535, "W21": -40.752659103171382, "S21": -41.652181413090148, "W22": -38.313084595111363, "S22": -40.975517630301063, "W31": -71.242105925144315, "S31": -73.443108790473829, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 506084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67415465268676278, "S11": 0.67415465268676278, "W12": -10.0, "S12": -20.0, "W13": -26.201097854615558, "S13": -26.201097854615558, "W21": -35.448514815880905, "S21": -35.448514815880905, "W22": -37.839834468890295, "S22": -46.418499893369159, "W31": -74.418229041622112, "S31": -74.418229041622112, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 510482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81132560834298961, "S11": -0.64276109834970629, "W12": -8.0178416832913015, "S12": -19.873983472042454, "W13": -25.0, "S13": -25.0, "W21": -36.85011400689671, "S21": -36.854274678034002, "W22": -42.990221073857157, "S22": -42.990221073857157, "W31": -59.671825018238962, "S31": -61.231789551257037, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105549.0, 511235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60211956689390433, "S11": -0.60211956689390433, "W12": -9.4363812100895004, "S12": -9.4363812100895004, "W13": -16.000912931131097, "S13": -23.555348548695029, "W21": -37.752228359188585, "S21": -37.752228359188585, "W22": -40.0, "S22": -50.145602827240047, "W31": -80.0, "S31": -80.0, "W32": -90.053854457579575, "S32": -95.053854457579575 }, "geometry": { "type": "Point", "coordinates": [ 105549.8, 515436.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070201252147808729, "S11": -2.2147070694318809, "W12": -2.459286900134769, "S12": -5.0919945922050944, "W13": -15.0, "S13": -18.017007920512459, "W21": -39.716899629377899, "S21": -40.803347144734097, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63278056305437724, "S11": -1.5622034357086909, "W12": -6.2951707229869491, "S12": -6.2951707229869491, "W13": -16.766525942104249, "S13": -19.766525942104249, "W21": -32.732292854166666, "S21": -32.843995517349541, "W22": -40.548675775709214, "S22": -40.548675775709214, "W31": -73.200771188240566, "S31": -73.200771188240566, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6, "S11": -1.6, "W12": -12.8, "S12": -12.8, "W13": -16.309999, "S13": -16.309999, "W21": -32.0, "S21": -32.0, "W22": -45.866195025741945, "S22": -47.821183509876143, "W31": -75.152888808973117, "S31": -77.791156427541111, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9478158371670409, "S12": -5.9478158371670409, "W13": -20.0, "S13": -30.0, "W21": -39.799751416875822, "S21": -41.115043788641543, "W22": -43.179919331604722, "S22": -43.179919331604722, "W31": -73.561721949438649, "S31": -73.561721949438649, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 520548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0001896635695946, "S12": -9.0001896635695946, "W13": -15.0, "S13": -22.98893591940093, "W21": -38.2821178562751, "S21": -38.807910175838273, "W22": -35.552545326337786, "S22": -40.57290329790326, "W31": -71.037490118106945, "S31": -72.555999904523247, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.213333333333139, 516096.693333333358169 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35115775579489977, "S11": 0.35115775579489977, "W12": -10.0, "S12": -15.887055673393752, "W13": -21.397755306978951, "S13": -21.397755306978951, "W21": -31.260738488726005, "S21": -31.260738488726005, "W22": -50.0, "S22": -50.00193301731084, "W31": -76.1214155831466, "S31": -76.1214155831466, "W32": -90.474969474969541, "S32": -95.474969474969541 }, "geometry": { "type": "Point", "coordinates": [ 105550.333333333328483, 509296.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6093005029666132, "S11": -0.6093005029666132, "W12": -11.224412579837887, "S12": -15.370886168747345, "W13": -20.750108020523822, "S13": -20.750108020523822, "W21": -30.0, "S21": -30.0, "W22": -42.235708500034065, "S22": -42.235708500034065, "W31": -59.999999999999993, "S31": -61.963865901030225, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105550.571428571434808, 508286.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26136007346430085, "S11": -5.2613600734643011, "W12": -8.9060272813788721, "S12": -17.868160336789678, "W13": -20.295297779273216, "S13": -20.348247254628124, "W21": -29.51140108836649, "S21": -29.51140108836649, "W22": -40.0, "S22": -40.0, "W31": -70.58488183799841, "S31": -70.58488183799841, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105551.0, 504922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39424382716049389, "S11": -0.53914423153371538, "W12": -10.0, "S12": -18.363727625213834, "W13": -22.917596973658334, "S13": -24.047251591414465, "W21": -32.235202224802158, "S21": -32.235202224802158, "W22": -40.104186623606957, "S22": -40.104186623606957, "W31": -71.078097986878532, "S31": -71.078097986878532, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105552.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.7216454487089141, "S12": -18.634038050140894, "W13": -20.600054204917654, "S13": -36.604728527632894, "W21": -36.786804299411337, "S21": -36.786804299411337, "W22": -40.438494598030459, "S22": -40.438494598030459, "W31": -71.324933304528145, "S31": -71.324933304528145, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105552.0, 511636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14495650637186566, "S11": -0.14495650637186566, "W12": -5.7064406680571489, "S12": -5.7064406680571489, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.399689784987153, "W22": -39.161639241700506, "S22": -43.578258479722834, "W31": -68.361377012195703, "S31": -74.449450959857529, "W32": -95.217839186519285, "S32": -100.21783918651929 }, "geometry": { "type": "Point", "coordinates": [ 105552.0, 520891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1818446151286111, "S11": 2.1818446151286111, "W12": -3.9644724469943395, "S12": -5.2426231972762372, "W13": -15.0, "S13": -15.0, "W21": -40.86719359875098, "S21": -40.86719359875098, "W22": -39.879850116165493, "S22": -43.353596641384755, "W31": -72.513471496714999, "S31": -74.198691595931649, "W32": -89.492158919523845, "S32": -94.492158919523845 }, "geometry": { "type": "Point", "coordinates": [ 105552.5, 523658.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.051645947140952511, "S11": -0.051645947140952511, "W12": -10.0, "S12": -10.96743626743647, "W13": -17.715765764718544, "S13": -17.802788222793289, "W21": -37.463802161149587, "S21": -37.463802161149587, "W22": -39.948779606020487, "S22": -42.678968541727976, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105552.777777777781012, 513685.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9593151595998717, "S12": -5.1518453009822842, "W13": -15.0, "S13": -15.0, "W21": -40.900500446080144, "S21": -40.918649729819812, "W22": -41.183050767703925, "S22": -41.183050767703925, "W31": -71.815127698180532, "S31": -71.815127698180532, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105552.8, 523648.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52257230849216563, "S11": -0.52257230849216563, "W12": -9.1911258403425453, "S12": -9.1911258403425453, "W13": -15.000000000000002, "S13": -19.393636557232227, "W21": -37.486639035327066, "S21": -37.486639035327066, "W22": -37.382037947350796, "S22": -41.964789404478395, "W31": -68.037196359511597, "S31": -72.879172538144374, "W32": -90.740254007491572, "S32": -95.740254007491572 }, "geometry": { "type": "Point", "coordinates": [ 105552.902439024386695, 515710.85365853656549 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.78238899933730943, "W12": -1.5435175188354913, "S12": -1.5435175188354913, "W13": -15.0, "S13": -18.0, "W21": -40.16603129918483, "S21": -41.789953358454028, "W22": -47.088008890928009, "S22": -47.093849959709651, "W31": -75.921711260310488, "S31": -75.921711260310488, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 498743.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76886438152011916, "S11": 0.76886438152011916, "W12": -9.6856584187857067, "S12": -15.412818600134967, "W13": -17.810378023140863, "S13": -20.47224119635775, "W21": -30.764383931890812, "S21": -34.953933049194127, "W22": -49.287042802056668, "S22": -49.296323260985965, "W31": -74.878995103850542, "S31": -79.051681390724738, "W32": -93.845038159367292, "S32": -98.845038159367292 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 501974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6823922585794272, "W12": -11.027553388130748, "S12": -13.746498597442564, "W13": -29.120491075666326, "S13": -29.120491075666326, "W21": -38.603887391105701, "S21": -38.765148140857306, "W22": -36.760112279399642, "S22": -39.956051213598244, "W31": -70.358771836283623, "S31": -70.358771836283623, "W32": -90.032087457141628, "S32": -95.032087457141628 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 505839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6439844373503778, "W12": -11.01136587092463, "S12": -13.126619002043917, "W13": -29.229862715770413, "S13": -29.229862715770413, "W21": -38.74006334147731, "S21": -38.940106930408071, "W22": -35.972910106643866, "S22": -40.114028811236899, "W31": -68.806345603969291, "S31": -68.806345603969291, "W32": -90.1635909024086, "S32": -95.1635909024086 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93405369635091695, "S11": 0.93405369635091695, "W12": -10.67203785541566, "S12": -20.67203785541566, "W13": -23.686653543958819, "S13": -23.686653543958819, "W21": -34.562820142291457, "S21": -34.562820142291457, "W22": -38.848497786491926, "S22": -43.763670259398225, "W31": -68.567594921476555, "S31": -71.403161507211379, "W32": -92.871650413100824, "S32": -97.871650413100824 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 510167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.045834056308349157, "S11": -0.045834056308349157, "W12": -10.0, "S12": -11.195238095238096, "W13": -17.727713993598833, "S13": -17.727713993598833, "W21": -37.381026682894799, "S21": -37.381026682894799, "W22": -33.619557862420237, "S22": -40.393372320422074, "W31": -70.0, "S31": -70.0, "W32": -90.107970777873405, "S32": -95.107970777873405 }, "geometry": { "type": "Point", "coordinates": [ 105553.0, 513666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49435473425154353, "S11": 0.49435473425154353, "W12": -7.0707770770728402, "S12": -10.517802223393304, "W13": -17.356412423574085, "S13": -21.347344689955818, "W21": -30.0, "S21": -30.0, "W22": -48.82287983004953, "S22": -48.8301308358824, "W31": -75.492572164112531, "S31": -76.462152940973169, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105553.25, 503209.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2706510598475957, "S11": -2.2706510598475957, "W12": -14.192334910052516, "S12": -14.593967486078183, "W13": -17.629051885620694, "S13": -19.036077886204975, "W21": -39.169475919628141, "S21": -39.169475919628141, "W22": -48.773955436964627, "S22": -48.782482628140251, "W31": -75.104827437128719, "S31": -78.082321119783984, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105553.5, 500667.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27882301465762416, "S11": -4.7939943995495176, "W12": -5.479692497384546, "S12": -10.411449513916649, "W13": -15.271409387152389, "S13": -17.016973758588932, "W21": -40.0, "S21": -42.716114304687984, "W22": -38.409094554495148, "S22": -40.541500600262118, "W31": -72.131159180753158, "S31": -73.26396727853303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 498068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0989930978481526, "S11": -1.3643242821293717, "W12": -9.6977254164929718, "S12": -10.619058328018861, "W13": -16.33289513910119, "S13": -19.517368898371014, "W21": -32.814716658835053, "S21": -32.814716658835053, "W22": -31.041485380082715, "S22": -34.774312585630575, "W31": -70.0, "S31": -70.0, "W32": -90.010920893416454, "S32": -95.010920893416454 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 499698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50525587828492391, "S11": 0.50525587828492391, "W12": -6.0890083379184832, "S12": -9.868906760824359, "W13": -17.322868014025431, "S13": -21.337814324533568, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -53.255444510739856, "W31": -77.611122078632064, "S31": -77.611122078632064, "W32": -90.228792717074597, "S32": -95.228792717074597 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 503169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.061756439677178074, "S11": 0.061756439677178074, "W12": -10.0, "S12": -11.15434538211823, "W13": -17.556642018936536, "S13": -20.16072922836274, "W21": -29.679710633541124, "S21": -29.679710633541124, "W22": -39.025651636481875, "S22": -47.418320710430571, "W31": -63.246235973050304, "S31": -63.246235973050304, "W32": -99.686412945450812, "S32": -104.68641294545081 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 503441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -11.010988099512286, "S12": -13.667712227900367, "W13": -27.9420811434331, "S13": -27.9420811434331, "W21": -37.284891118600989, "S21": -37.284891118600989, "W22": -46.595422838095885, "S22": -46.601077409100945, "W31": -75.970646499748241, "S31": -75.970646499748241, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 505770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17990968867631443, "S11": -0.17990968867631443, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -18.065541132605482, "S13": -20.030945211125331, "W21": -39.474788923149454, "S21": -39.474788923149454, "W22": -37.894636775912829, "S22": -45.903770958339166, "W31": -61.864769521358852, "S31": -63.765159781220511, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105554.0, 514122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69894259575309925, "S11": 0.69894259575309925, "W12": -8.4120070184907352, "S12": -13.749596171585981, "W13": -17.639137522451627, "S13": -21.054837415388263, "W21": -31.61372209936879, "S21": -38.044474566438417, "W22": -39.916989192170369, "S22": -39.916989192170369, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105554.4, 502095.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33442850532138368, "S11": -0.33442850532138368, "W12": -10.196322452766594, "S12": -10.196322452766594, "W13": -16.917914665158705, "S13": -21.053886601407214, "W21": -37.7551746294655, "S21": -39.02654639884971, "W22": -38.923928008126701, "S22": -40.402143662285518, "W31": -72.46229053036609, "S31": -73.152743210107303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105554.666666666671517, 506556.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5973155971573525, "W12": -4.3673761919572174, "S12": -4.3673761919572174, "W13": -15.380593198670418, "S13": -15.380593198670418, "W21": -40.108758431392779, "S21": -42.773020726474748, "W22": -50.000000000000007, "S22": -63.125467359358282, "W31": -80.0, "S31": -80.0, "W32": -90.423583275498174, "S32": -95.423583275498174 }, "geometry": { "type": "Point", "coordinates": [ 105555.0, 497751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.2052683896620278, "W12": -1.5637540128410918, "S12": -1.5637540128410918, "W13": -15.0, "S13": -18.0, "W21": -40.160365436275278, "S21": -41.811139171607444, "W22": -39.892469386727292, "S22": -42.195323811085046, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105555.0, 498730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2960292202681627, "W12": -6.3614265078206307, "S12": -13.229335667489387, "W13": -19.808657241069241, "S13": -21.107683317098143, "W21": -30.0, "S21": -30.0, "W22": -38.0, "S22": -40.589106970779795, "W31": -71.878688924426299, "S31": -73.327150612624891, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105555.0, 504155.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58964976432896865, "S11": -2.1410956506343815, "W12": -7.041880805694575, "S12": -13.521026860035958, "W13": -20.0, "S13": -20.91446075261868, "W21": -29.849345634490209, "S21": -29.849345634490209, "W22": -42.881684196828516, "S22": -42.885716139642021, "W31": -76.456661848877843, "S31": -76.456661848877843, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105555.4, 504322.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.6390442029749979, "W12": -4.9901320430428928, "S12": -5.8286026312781871, "W13": -15.344634789500228, "S13": -18.113288479686766, "W21": -40.228894110667341, "S21": -42.702030205341899, "W22": -39.949053653059586, "S22": -40.115710957427012, "W31": -73.1164509796251, "S31": -73.1164509796251, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 497844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39069240330481825, "S11": -4.6093075966951815, "W12": -5.3547179046480347, "S12": -8.2982181882222434, "W13": -15.270195288642178, "S13": -16.541735498362684, "W21": -40.0, "S21": -42.765156577500157, "W22": -37.868707326824826, "S22": -39.428106257217884, "W31": -72.249884417920669, "S31": -74.549114193288233, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 498012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1199091662015372, "W12": -9.4785091674180943, "S12": -14.090845189016516, "W13": -16.006203950219799, "S13": -19.08773388000067, "W21": -34.307721405508254, "S21": -34.307721405508261, "W22": -50.0, "S22": -50.0, "W31": -76.569511630565586, "S31": -76.569511630565586, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 499546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.63313609467455634, "W12": -10.223227593741465, "S12": -18.752092049426246, "W13": -24.088106338427366, "S13": -25.93168459863687, "W21": -33.430849645729438, "S21": -33.430849645729438, "W22": -48.563671275919248, "S22": -48.571638088247198, "W31": -75.259506704844725, "S31": -77.30383950578738, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64751895921406277, "S11": -0.64751895921406277, "W12": -10.76095871676805, "S12": -11.193775326539162, "W13": -22.854064272211723, "S13": -22.854064272211723, "W21": -30.290109890109893, "S21": -30.290109890109893, "W22": -49.999999999999993, "S22": -63.176053468551565, "W31": -80.0, "S31": -80.0, "W32": -90.39443263774524, "S32": -95.39443263774524 }, "geometry": { "type": "Point", "coordinates": [ 105556.0, 508061.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13672358327157674, "S11": -0.13672358327157674, "W12": -7.3550077095595778, "S12": -8.652296626011724, "W13": -23.556812516910789, "S13": -23.556812516910789, "W21": -30.423865404953347, "S21": -30.423865404953347, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105556.666666666671517, 507289.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.62175778132483495, "W12": -10.960962756125399, "S12": -12.710426658913835, "W13": -29.32980950695962, "S13": -29.32980950695962, "W21": -38.988931095106551, "S21": -39.272429124870214, "W22": -39.741832749366871, "S22": -40.662248679773285, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105557.0, 505854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35501545119312466, "S11": 0.070053895952638612, "W12": -5.0, "S12": -8.0, "W13": -13.641994941719815, "S13": -15.479246962292923, "W21": -38.275037509377348, "S21": -39.8011635123339, "W22": -36.771840032077534, "S22": -41.199148347966386, "W31": -67.873988393073347, "S31": -67.873988393073347, "W32": -90.369417742769215, "S32": -95.369417742769215 }, "geometry": { "type": "Point", "coordinates": [ 105558.0, 497124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40577114718646351, "S11": 0.40577114718646351, "W12": -10.0, "S12": -16.302600636325909, "W13": -21.448506592021463, "S13": -21.448506592021463, "W21": -31.332702288212008, "S21": -31.332702288212008, "W22": -37.254773267883486, "S22": -41.832827745985554, "W31": -68.024045081668262, "S31": -71.887805713503155, "W32": -90.718462919291866, "S32": -95.718462919291866 }, "geometry": { "type": "Point", "coordinates": [ 105558.0, 509335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57511799364531968, "S11": -0.57511799364531968, "W12": -9.3282592646852152, "S12": -9.3282592646852152, "W13": -15.32652079085873, "S13": -20.51699129743978, "W21": -37.649426681011519, "S21": -37.649426681011519, "W22": -38.672843764313761, "S22": -38.727136760051579, "W31": -71.037158354570593, "S31": -73.705993614591037, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105558.333333333328483, 515503.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49849207719873923, "S11": 0.49849207719873923, "W12": -5.9391532991916023, "S12": -9.7088006898090118, "W13": -17.324152620550901, "S13": -21.333370326100116, "W21": -30.0, "S21": -30.0, "W22": -30.013388776113672, "S22": -30.030914103192799, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105558.375, 503163.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3706010400290238, "W12": -4.9371488212873489, "S12": -5.2118985432005855, "W13": -16.868094655242757, "S13": -19.868094655242757, "W21": -33.038053863958332, "S21": -33.171668576047573, "W22": -37.389711602106971, "S22": -42.011772783509095, "W31": -68.067394129546415, "S31": -72.727334697031083, "W32": -90.799882392261225, "S32": -95.799882392261225 }, "geometry": { "type": "Point", "coordinates": [ 105559.0, 499803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6861864336932335, "S11": -1.6861864336932335, "W12": -13.080459770114942, "S12": -13.681776211476681, "W13": -17.856175525501062, "S13": -22.344787875818039, "W21": -39.497366818328373, "S21": -39.497366818328373, "W22": -42.984501130145603, "S22": -42.988622183726569, "W31": -76.41931833764022, "S31": -76.41931833764022, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105559.0, 500777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77135573580533023, "S11": -0.21055888351766505, "W12": -9.0494296577946773, "S12": -20.778678710145869, "W13": -26.16045031433757, "S13": -26.16045031433757, "W21": -36.958364024490372, "S21": -36.962504225532577, "W22": -51.306581130968368, "S22": -51.316202486158716, "W31": -74.68526547348165, "S31": -79.707202996087346, "W32": -92.145335199384988, "S32": -97.145335199384988 }, "geometry": { "type": "Point", "coordinates": [ 105559.0, 511198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.286667891391803, "S12": -12.684430911314905, "W13": -19.451785989074409, "S13": -31.998271881868476, "W21": -38.294846914157105, "S21": -38.294846914157105, "W22": -39.862062870524923, "S22": -42.043903294610828, "W31": -80.0, "S31": -80.0, "W32": -90.018792996612277, "S32": -95.018792996612277 }, "geometry": { "type": "Point", "coordinates": [ 105559.0, 512515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42701243480521844, "S11": -0.39510833827370229, "W12": -1.5617981127935043, "S12": -1.5617981127935043, "W13": -15.0, "S13": -18.0, "W21": -40.228068912055178, "S21": -41.746305906308912, "W22": -39.322434837790581, "S22": -41.291610123723544, "W31": -67.32093542333007, "S31": -73.790045014781512, "W32": -96.328626040752638, "S32": -101.32862604075264 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 498792.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0164999473517953, "S11": -2.0164999473517953, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -16.589657797586206, "S13": -17.13464550191139, "W21": -33.717094613659654, "S21": -33.717094613659654, "W22": -50.761318741177305, "S22": -50.771160509212471, "W31": -74.648368724751904, "S31": -79.512581047415296, "W32": -92.614125640824227, "S32": -97.614125640824227 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26, "S11": -0.26, "W12": -11.45, "S12": -18.45, "W13": -19.950001, "S13": -19.950001, "W21": -29.129999, "S21": -29.129999, "W22": -40.0, "S22": -40.079515486228622, "W31": -73.159204043218026, "S31": -73.159204043218026, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.166666666666668, "S13": -14.166666666666668, "W21": -47.0, "S21": -47.0, "W22": -29.992612173913042, "S22": -32.740339613238653, "W31": -70.0, "S31": -71.011837531176923, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28539489128615614, "S11": 0.28539489128615614, "W12": -10.0, "S12": -10.0, "W13": -17.711055587836949, "S13": -19.229825429952182, "W21": -29.809948132265646, "S21": -31.427464468711044, "W22": -39.285545301168412, "S22": -53.264265346079121, "W31": -80.0, "S31": -80.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105560.2, 503576.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57913849214917712, "S11": -0.57913849214917712, "W12": -9.3598354374746453, "S12": -9.3598354374746453, "W13": -15.509205182938016, "S13": -21.46625261378454, "W21": -37.692534652450803, "S21": -37.692534652450803, "W22": -39.471974062133981, "S22": -39.471974062133981, "W31": -66.049513880228105, "S31": -72.460317587399373, "W32": -97.235804017859792, "S32": -102.23580401785979 }, "geometry": { "type": "Point", "coordinates": [ 105560.266666666662786, 515482.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.128855260078133, "W12": -9.6237851918645418, "S12": -14.623785191864542, "W13": -16.027224320475511, "S13": -19.109967359538913, "W21": -34.221196309754347, "S21": -34.221196309754347, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105561.0, 499556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90423579098462414, "W12": -6.1801823840893988, "S12": -9.6187497696656656, "W13": -28.329428979869196, "S13": -28.329428979869196, "W21": -40.135437685491006, "S21": -40.910754757178573, "W22": -41.526242519370598, "S22": -44.439611317551162, "W31": -72.690534678579098, "S31": -75.168319627264921, "W32": -89.656184295464357, "S32": -94.656184295464357 }, "geometry": { "type": "Point", "coordinates": [ 105561.0, 505948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58332970146001306, "S11": -0.66358223154972351, "W12": -6.1265093304061473, "S12": -6.1265093304061473, "W13": -23.106726860645757, "S13": -23.106726860645757, "W21": -30.0, "S21": -30.0, "W22": -37.805968517972254, "S22": -45.606568261771017, "W31": -74.443328895388177, "S31": -74.443328895388177, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105561.0, 507197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4530528728106073, "S11": -1.6749481504803514, "W12": -4.9231586402266281, "S12": -13.037265783083795, "W13": -15.059333787381586, "S13": -18.105968853300276, "W21": -37.259683286726499, "S21": -37.815460565569559, "W22": -50.199459737299463, "S22": -50.20938351858937, "W31": -74.650159375407455, "S31": -79.223054506226632, "W32": -93.192517345450383, "S32": -98.192517345450383 }, "geometry": { "type": "Point", "coordinates": [ 105561.25, 499250.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19317995474074318, "S11": -1.1101894575995004, "W12": -9.4371534313207146, "S12": -17.942325569825197, "W13": -21.466941453566623, "S13": -21.692016982267528, "W21": -29.933531088237729, "S21": -29.933531088237729, "W22": -49.637600733421486, "S22": -49.647254341907058, "W31": -74.727842320731085, "S31": -79.009420259705919, "W32": -93.770909050076938, "S32": -98.770909050076938 }, "geometry": { "type": "Point", "coordinates": [ 105562.0, 505074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0, "W12": -10.974538695584942, "S12": -13.399136330286037, "W13": -28.298528514845799, "S13": -28.298528514845799, "W21": -37.860441454643258, "S21": -37.860441454643258, "W22": -50.0, "S22": -50.0, "W31": -75.2398511661779, "S31": -75.2398511661779, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105562.0, 505790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57536810756361412, "S11": 0.57536810756361412, "W12": -9.9833823418532752, "S12": -14.482943029690604, "W13": -24.559855170758805, "S13": -24.559855170758805, "W21": -32.415173808831071, "S21": -32.415173808831071, "W22": -40.0, "S22": -50.266249830093784, "W31": -80.0, "S31": -80.0, "W32": -90.119941484945315, "S32": -95.119941484945315 }, "geometry": { "type": "Point", "coordinates": [ 105562.0, 507481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8131181007107209, "S12": -9.8131181007107209, "W13": -26.971027527426159, "S13": -26.971027527426159, "W21": -33.517445876088175, "S21": -33.517445876088175, "W22": -39.619233102006724, "S22": -43.609471263180914, "W31": -64.758932446049883, "S31": -70.014231264673924, "W32": -98.242065480277375, "S32": -103.24206548027738 }, "geometry": { "type": "Point", "coordinates": [ 105562.0, 507697.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33215165495413335, "S11": 0.33215165495413335, "W12": -5.0, "S12": -5.0, "W13": -14.399987672439098, "S13": -14.399987672439098, "W21": -40.0, "S21": -42.213621958425044, "W22": -48.665180759772497, "S22": -48.672378847296926, "W31": -75.470678858819511, "S31": -76.231549524706537, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 497256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5021898237337989, "W12": -10.0, "S12": -12.046065904505717, "W13": -15.633818339421707, "S13": -18.70204771335462, "W21": -35.445562759093988, "S21": -35.648204655786358, "W22": -29.641669565217491, "S22": -30.215663902805897, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 499433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0591895803183791, "S11": 0.059189580318379065, "W12": -6.5376245210727966, "S12": -11.253985519097707, "W13": -13.615026623331721, "S13": -19.934256827533279, "W21": -36.26057325903713, "S21": -37.451302378288041, "W22": -50.952967744980782, "S22": -50.952967744980782, "W31": -77.037000680126795, "S31": -77.037000680126795, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 506425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68752143413873734, "S11": 0.68752143413873734, "W12": -9.5852714350521708, "S12": -9.5852714350521708, "W13": -27.175922675840841, "S13": -27.175922675840841, "W21": -33.845309609910288, "S21": -33.845309609910288, "W22": -40.0, "S22": -40.661247980185671, "W31": -72.8620127182663, "S31": -76.036213187094475, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 507661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6472817824377457, "S11": 0.6472817824377457, "W12": -10.0, "S12": -20.0, "W13": -26.42643677271003, "S13": -26.42643677271003, "W21": -35.620023670183912, "S21": -35.620023670183912, "W22": -30.396443881088292, "S22": -32.978616416906242, "W31": -70.0, "S31": -70.0, "W32": -90.013820390618505, "S32": -95.013820390618505 }, "geometry": { "type": "Point", "coordinates": [ 105563.0, 510509.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17156168348463238, "S11": -0.17156168348463238, "W12": -10.0, "S12": -10.0, "W13": -17.973819584575477, "S13": -19.75299853155359, "W21": -39.462457948484847, "S21": -39.462457948484847, "W22": -41.005021904971301, "S22": -42.264495275485721, "W31": -72.821249545881201, "S31": -75.42027019383076, "W32": -89.732724845674724, "S32": -94.732724845674724 }, "geometry": { "type": "Point", "coordinates": [ 105563.222222222218988, 514089.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3596399337361138, "S11": 0.3596399337361138, "W12": -12.395019103111721, "S12": -12.395019103111721, "W13": -17.372011937543025, "S13": -20.372011937543025, "W21": -30.004781638508128, "S21": -30.004781638508128, "W22": -40.0, "S22": -40.0, "W31": -69.570874065554918, "S31": -69.570874065554918, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.5, 501315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50350968188105116, "S11": 0.50350968188105116, "W12": -5.0, "S12": -8.7764188371572054, "W13": -17.291892817527714, "S13": -21.313332795228732, "W21": -30.0, "S21": -30.0, "W22": -37.02753048697398, "S22": -41.568601732305012, "W31": -67.979016156203542, "S31": -69.889199863733367, "W32": -90.528800464608778, "S32": -95.528800464608778 }, "geometry": { "type": "Point", "coordinates": [ 105563.5, 503117.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.034983610263367715, "W12": -10.969444408046133, "S12": -13.357570858387126, "W13": -28.397462917895794, "S13": -28.397462917895794, "W21": -38.035466611707349, "S21": -38.035466611707349, "W22": -37.127508588416035, "S22": -41.700866087492471, "W31": -68.010893803824857, "S31": -70.755577886449259, "W32": -90.63185033965712, "S32": -95.63185033965712 }, "geometry": { "type": "Point", "coordinates": [ 105563.666666666671517, 505797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9970218566644569, "S12": -8.9970218566644569, "W13": -15.0, "S13": -23.170584233340193, "W21": -38.307447387689813, "S21": -38.855646430763137, "W22": -50.0, "S22": -50.0, "W31": -74.763920006869995, "S31": -74.763920006869995, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.674242424240219, 516096.371212121215649 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018385237352996197, "S11": 0.018385237352996197, "W12": -10.229213787010933, "S12": -12.496765772819494, "W13": -17.898127584005191, "S13": -36.169424296769606, "W21": -36.245878610400887, "S21": -36.245878610400887, "W22": -40.0, "S22": -40.0, "W31": -54.038232677256431, "S31": -54.541478750404671, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105563.8, 513338.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.94717800289435616, "S11": 0.069131806666341777, "W12": -4.9999999999999991, "S12": -9.902873957031721, "W13": -13.93101445266579, "S13": -22.021950254046722, "W21": -36.331223194421618, "S21": -37.536052331049341, "W22": -38.503703651455659, "S22": -38.503703651455659, "W31": -60.346452346160085, "S31": -63.881582942474864, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105564.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34106617176500703, "S11": -0.34529266551211235, "W12": -6.8184924306139614, "S12": -7.5345374381446666, "W13": -23.396507822677663, "S13": -23.396507822677663, "W21": -30.0, "S21": -30.0, "W22": -48.626309926294461, "S22": -48.633495249797264, "W31": -75.465164457495547, "S31": -76.174921705757001, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105564.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10556171518448801, "S11": 0.10556171518448801, "W12": -10.0, "S12": -10.700593970254095, "W13": -17.612582064678666, "S13": -19.904112011624314, "W21": -29.740697406618605, "S21": -29.740697406618605, "W22": -39.662446000297926, "S22": -40.153393149625664, "W31": -72.952934871725645, "S31": -72.952934871725645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105564.5, 503489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.80455840182604632, "W12": -3.6341102817789563, "S12": -3.6341102817789563, "W13": -15.223657548125631, "S13": -15.223657548125631, "W21": -38.623584007048152, "S21": -41.429506327788324, "W22": -39.120214509161329, "S22": -40.302832562827973, "W31": -72.607803544161428, "S31": -73.077071588027792, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105565.0, 497669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79418604651162794, "S11": -0.79418604651162794, "W12": -10.22741465355697, "S12": -10.22741465355697, "W13": -19.629043600562589, "S13": -20.032841358512588, "W21": -37.838558795861196, "S21": -38.801381857491414, "W22": -44.093580500558211, "S22": -44.804780561736251, "W31": -76.311428292337993, "S31": -77.7175003046207, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105565.0, 506585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.396507165770025, "S12": -5.850139385485007, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -44.262446838681598, "S21": -44.262446838681598, "W22": -49.357521967499849, "S22": -52.934761253801618, "W31": -74.934217115982506, "S31": -74.934217115982506, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105565.0, 525440.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.16853170566293652, "W12": -10.958555865811952, "S12": -14.296818281283482, "W13": -28.804712826421614, "S13": -28.804712826421614, "W21": -38.615105595367048, "S21": -38.750297955647717, "W22": -40.0, "S22": -46.311553622400432, "W31": -80.0, "S31": -80.0, "W32": -90.111039245928183, "S32": -95.111039245928183 }, "geometry": { "type": "Point", "coordinates": [ 105566.0, 505824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50345425867507876, "S11": -1.5594158849884638, "W12": -4.209644283006206, "S12": -11.490263617354119, "W13": -21.13958248055669, "S13": -21.13958248055669, "W21": -39.9109629267099, "S21": -41.065393658500128, "W22": -39.999999999999993, "S22": -44.903262199265995, "W31": -80.0, "S31": -80.0, "W32": -90.093942368143715, "S32": -95.093942368143715 }, "geometry": { "type": "Point", "coordinates": [ 105566.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1322118810590692, "S11": -0.1322118810590692, "W12": -11.383573345766809, "S12": -15.183396972824415, "W13": -21.070384688132762, "S13": -21.070384688132762, "W21": -30.590848033311723, "S21": -30.590848033311723, "W22": -39.573843458616324, "S22": -44.34060602835072, "W31": -80.0, "S31": -80.0, "W32": -90.029829076451989, "S32": -95.029829076451989 }, "geometry": { "type": "Point", "coordinates": [ 105566.6, 508980.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43597289102911108, "S11": 0.43597289102911108, "W12": -10.173866032949286, "S12": -17.157640287947736, "W13": -21.476328398843094, "S13": -21.476328398843094, "W21": -31.405977618624437, "S21": -31.405977618624437, "W22": -37.259630176556925, "S22": -38.324476438387293, "W31": -72.677586424181328, "S31": -72.677586424181328, "W32": -90.026181479118605, "S32": -95.026181479118605 }, "geometry": { "type": "Point", "coordinates": [ 105566.666666666671517, 509394.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4685980384076485, "S11": -1.4685980384076485, "W12": -12.64367816091954, "S12": -13.375478247632717, "W13": -17.801373244256151, "S13": -22.801373244256151, "W21": -39.647778686233259, "S21": -39.647778686233259, "W22": -46.203114607328672, "S22": -48.291513614085247, "W31": -74.93467601218606, "S31": -77.204353412428972, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105567.0, 500815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23798394764188652, "S11": 0.23798394764188652, "W12": -10.0, "S12": -10.0, "W13": -26.74015542194093, "S13": -26.74015542194093, "W21": -33.176770598623015, "S21": -33.176770598623015, "W22": -41.032931023301984, "S22": -41.032931023301984, "W31": -71.738810271711856, "S31": -71.738810271711856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105567.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2730902023550408, "S11": 1.2730902023550408, "W12": -4.1605824511944682, "S12": -4.3658669363457827, "W13": -15.0, "S13": -15.0, "W21": -41.217566904926755, "S21": -41.217566904926755, "W22": -48.89141832378256, "S22": -52.739651897929441, "W31": -74.9305630103471, "S31": -75.27603328925278, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105567.6, 524237.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33552013400044212, "S11": 0.33552013400044212, "W12": -10.677801363861391, "S12": -13.781611220554879, "W13": -19.050243219024175, "S13": -35.176129058833752, "W21": -37.650751782233847, "S21": -37.650751782233847, "W22": -44.692207607409046, "S22": -44.697231381640471, "W31": -76.111183883015784, "S31": -76.111183883015784, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105567.8, 512640.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35357737104825293, "S11": -0.35357737104825293, "W12": -6.7874789739276702, "S12": -7.4590037369292572, "W13": -23.410600371443977, "S13": -23.410600371443977, "W21": -30.0, "S21": -30.0, "W22": -51.527045647958111, "S22": -51.53591843067926, "W31": -74.791930569702927, "S31": -78.88844820849215, "W32": -91.864983934872157, "S32": -96.864983934872157 }, "geometry": { "type": "Point", "coordinates": [ 105568.0, 507250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77597103128621092, "S11": -1.0345376430664357, "W12": -7.4378928746188882, "S12": -19.24933637426032, "W13": -24.657332878581176, "S13": -24.657332878581176, "W21": -36.921990780923785, "S21": -36.925681493056928, "W22": -50.121595918343807, "S22": -50.121595918343807, "W31": -77.32727463636364, "S31": -77.32727463636364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105568.5, 511246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50903210004610411, "S11": 0.50903210004610411, "W12": -5.0000000000000009, "S12": -8.7831902836969995, "W13": -17.259633014504526, "S13": -21.293295264357344, "W21": -30.0, "S21": -30.0, "W22": -30.623367257978174, "S22": -33.565942646419444, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.055317055377671, "S32": -95.055317055377671 }, "geometry": { "type": "Point", "coordinates": [ 105568.625, 503071.625 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -52.937818664040499, "W31": -80.0, "S31": -80.0, "W32": -90.213570953075646, "S32": -95.213570953075646 }, "geometry": { "type": "Point", "coordinates": [ 105568.781609195400961, 530027.337164750904776 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25346048546213718, "S11": 0.25346048546213718, "W12": -1.7291252172894009, "S12": -1.7291252172894009, "W13": -15.0, "S13": -18.001304252942912, "W21": -40.317575202069285, "S21": -41.676167891706079, "W22": -37.830295520605503, "S22": -45.494497220850057, "W31": -74.621101337931336, "S31": -74.621101337931336, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 498866.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.747702290545105, "W12": -5.5470980019029499, "S12": -12.285638412035638, "W13": -15.111689678657669, "S13": -18.160943199242016, "W21": -37.06674282933831, "S21": -37.573147681059183, "W22": -40.464307043585706, "S22": -40.464307043585706, "W31": -71.331286052154695, "S31": -71.331286052154695, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 499272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85373677049637497, "S11": 0.85373677049637497, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -24.963500509813919, "W21": -39.345115485271322, "S21": -39.345115485271322, "W22": -40.0, "S22": -40.0, "W31": -55.418878724956507, "S31": -56.220990546239115, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 512166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47224451484583235, "S11": -0.47224451484583235, "W12": -10.0, "S12": -10.0, "W13": -18.045558986667448, "S13": -29.147851755626885, "W21": -38.584506027568324, "S21": -38.584506027568324, "W22": -40.394297520765782, "S22": -40.394297520765782, "W31": -71.279020915064052, "S31": -71.279020915064052, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105569.0, 515125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75560469837587008, "S11": 0.75560469837587008, "W12": -10.346343467543139, "S12": -21.865183750301053, "W13": -27.726993544049201, "S13": -27.726993544049201, "W21": -37.125015365127027, "S21": -37.127946934672622, "W22": -37.255292013209392, "S22": -38.24281635319943, "W31": -72.688946865851065, "S31": -72.688946865851065, "W32": -90.036070079010656, "S32": -95.036070079010656 }, "geometry": { "type": "Point", "coordinates": [ 105569.5, 511127.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.96483111092536289, "W12": -10.027131278798462, "S12": -10.159996324673308, "W13": -14.58, "S13": -16.770669592608137, "W21": -37.171116512450006, "S21": -37.171116512450006, "W22": -43.373643566129687, "S22": -43.378100175109353, "W31": -76.278905704415735, "S31": -76.278905704415735, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105569.696202531646122, 496778.9367088607396 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89739507959479015, "S11": 0.00065060785031834101, "W12": -4.6642145593869735, "S12": -9.1005965175473165, "W13": -14.000608533296454, "S13": -21.782987412051966, "W21": -36.511366072748928, "S21": -37.797707538544735, "W22": -38.242923909131811, "S22": -40.888104112657842, "W31": -71.326511720664527, "S31": -73.386917807019628, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105570.0, 506413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55615741740445201, "S11": -0.67086568433941585, "W12": -9.2832896648598755, "S12": -9.2832896648598755, "W13": -15.217191693139315, "S13": -19.742533057227298, "W21": -37.635002305419782, "S21": -37.635002305419782, "W22": -40.0, "S22": -52.901135661974472, "W31": -80.0, "S31": -80.0, "W32": -90.248236618840565, "S32": -95.248236618840565 }, "geometry": { "type": "Point", "coordinates": [ 105570.733333333337214, 515527.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48362213935804632, "S11": -4.6544496778666016, "W12": -5.3766164997758175, "S12": -9.3186891338868598, "W13": -15.224970119136895, "S13": -16.622312729080676, "W21": -40.0, "S21": -42.718372175067962, "W22": -37.760931438500059, "S22": -44.858870183114007, "W31": -74.383198376148584, "S31": -74.383198376148584, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105571.0, 498034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3942257971847172, "S11": -1.7489571447567889, "W12": -4.2237514693534841, "S12": -4.2237514693534841, "W13": -22.38974446648972, "S13": -22.38974446648972, "W21": -30.0, "S21": -30.0, "W22": -39.055117500161423, "S22": -46.978715849453991, "W31": -62.994439079790808, "S31": -63.255200207977346, "W32": -99.877329632669984, "S32": -104.87732963266998 }, "geometry": { "type": "Point", "coordinates": [ 105571.0, 507047.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2079889311421974, "S11": 1.2079889311421974, "W12": -10.68935102767438, "S12": -20.11353528871085, "W13": -21.539155703125584, "S13": -21.539155703125584, "W21": -31.95920108123185, "S21": -31.95920108123185, "W22": -37.149956003628567, "S22": -37.323308427470494, "W31": -72.312016499602549, "S31": -72.312016499602549, "W32": -90.058080188447761, "S32": -95.058080188447761 }, "geometry": { "type": "Point", "coordinates": [ 105571.0, 509849.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33370015001600484, "S11": 0.33370015001600484, "W12": -10.662986753413749, "S12": -13.703881545444506, "W13": -19.040598357270593, "S13": -35.153182801813159, "W21": -37.673470196266528, "S21": -37.673470196266528, "W22": -37.000243908948725, "S22": -41.56890442899963, "W31": -67.997742525981522, "S31": -69.62200398029276, "W32": -90.545237760022573, "S32": -95.545237760022573 }, "geometry": { "type": "Point", "coordinates": [ 105571.0, 512640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.034162539765832577, "S11": -0.034162539765832549, "W12": -9.3528010997144975, "S12": -17.888079890751506, "W13": -21.032806191117093, "S13": -21.227208104169545, "W21": -29.738341172079206, "S21": -29.738341172079206, "W22": -46.156423128259796, "S22": -46.162139185009949, "W31": -75.891165230346488, "S31": -75.891165230346488, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105572.0, 505000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51475076297049838, "W12": -10.089959969792192, "S12": -10.122747364515639, "W13": -29.18007667495884, "S13": -29.18007667495884, "W21": -40.0, "S21": -40.616107899872681, "W22": -50.0, "S22": -50.0, "W31": -76.349884305069764, "S31": -76.349884305069764, "W32": -90.118437118437043, "S32": -95.118437118437043 }, "geometry": { "type": "Point", "coordinates": [ 105572.0, 505888.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9125139581890949, "S12": -10.371401350882966, "W13": -29.142645754373959, "S13": -29.142645754373959, "W21": -40.019964626424965, "S21": -40.650814314036879, "W22": -31.264944996810474, "S22": -35.692417424303116, "W31": -70.0, "S31": -70.0, "W32": -90.118690999873309, "S32": -95.118690999873309 }, "geometry": { "type": "Point", "coordinates": [ 105572.0, 505891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -14.361608640981308, "S13": -14.361608640981308, "W21": -46.0, "S21": -46.0, "W22": -30.140923184056863, "S22": -31.284616837417662, "W31": -70.0, "S31": -70.0, "W32": -90.021315536281392, "S32": -95.021315536281392 }, "geometry": { "type": "Point", "coordinates": [ 105572.0, 527090.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.334565986447604, "S12": -18.656132088126853, "W13": -24.706389329137572, "S13": -26.783176941100436, "W21": -33.977917655611527, "S21": -33.977917655611527, "W22": -37.814948843532726, "S22": -42.640997564954553, "W31": -68.253208114459966, "S31": -71.269421221739023, "W32": -91.098481504370085, "S32": -96.098481504370085 }, "geometry": { "type": "Point", "coordinates": [ 105572.333333333328483, 505498.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9906838083807714, "S12": -5.6337196310888631, "W13": -15.0, "S13": -15.0, "W21": -40.689259130214396, "S21": -40.689259130214396, "W22": -38.93439362176678, "S22": -38.93439362176678, "W31": -60.233349569735353, "S31": -63.33248830955597, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105572.6, 523686.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12917057730175377, "S11": -1.0103775800594303, "W12": -6.1418448684137052, "S12": -6.4735144081260572, "W13": -16.10513400548216, "S13": -19.10513400548216, "W21": -34.686514586424082, "S21": -35.364862902742743, "W22": -39.971686195585917, "S22": -39.971686195585917, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 496898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70259910581222063, "S11": 0.70259910581222063, "W12": -9.2961624262276565, "S12": -14.721491093939484, "W13": -17.749990949722228, "S13": -20.936675871056984, "W21": -30.810775923219406, "S21": -35.268341455429706, "W22": -39.81336233380339, "S22": -41.974623717519577, "W31": -80.0, "S31": -80.0, "W32": -90.087451886762594, "S32": -95.087451886762594 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.09514727696545966, "W12": -4.8308393143629145, "S12": -10.103313013423739, "W13": -15.486804066026298, "S13": -21.945380463473853, "W21": -37.251241894041357, "S21": -38.563842310674289, "W22": -40.0, "S22": -40.0, "W31": -53.73324484447437, "S31": -54.167330549413855, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 506356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63628417055739739, "S11": 0.63628417055739739, "W12": -10.0, "S12": -20.214265948268846, "W13": -27.733803388312978, "S13": -27.733803388312978, "W21": -36.633801000573733, "S21": -36.633801000573733, "W22": -43.486742192778522, "S22": -43.49129682360239, "W31": -76.237827842054372, "S31": -76.237827842054372, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105573.0, 510837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.74807134570765665, "S11": 0.3830587397026145, "W12": -9.79936175991309, "S12": -21.362511027406175, "W13": -27.290956436176021, "S13": -27.290956436176021, "W21": -37.102247355086917, "S21": -37.105215917138352, "W22": -40.0, "S22": -40.0, "W31": -55.416213031034289, "S31": -56.203045068646063, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105573.125, 511151.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93452842377252199, "S11": -0.93452842377252199, "W12": -10.284257081633537, "S12": -10.284257081633537, "W13": -19.963666197843274, "S13": -19.963666197843274, "W21": -37.79247453003196, "S21": -38.95059248894502, "W22": -37.132494680851067, "S22": -37.443033620593589, "W31": -72.236340810826533, "S31": -72.236340810826533, "W32": -90.081979682975899, "S32": -95.081979682975899 }, "geometry": { "type": "Point", "coordinates": [ 105573.333333333328483, 506586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51455451821115727, "S11": 0.51455451821115727, "W12": -5.0, "S12": -8.7899617302367936, "W13": -17.227373211481343, "S13": -21.273257733485959, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -52.868764475847314, "W31": -80.0, "S31": -80.0, "W32": -90.232856131321014, "S32": -95.232856131321014 }, "geometry": { "type": "Point", "coordinates": [ 105573.75, 503025.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39171675339305828, "S11": 0.39171675339305828, "W12": -4.6835734739330031, "S12": -4.6835734739330031, "W13": -15.021312351543942, "S13": -15.021312351543942, "W21": -38.990883673947145, "S21": -41.990883673947145, "W22": -42.536729471664209, "S22": -42.536729471664209, "W31": -59.716288792861711, "S31": -61.212139155976182, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 497363.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31388782673860394, "S11": 0.10851676497166651, "W12": -1.6263926852461301, "S12": -1.6263926852461301, "W13": -15.0, "S13": -18.0, "W21": -40.3055836542405, "S21": -41.726005597357961, "W22": -40.0, "S22": -52.162511893434825, "W31": -80.0, "S31": -80.0, "W32": -90.203293089257031, "S32": -95.203293089257031 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 498835.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40929749762224921, "S11": -2.4233050138504684, "W12": -9.0440224172570574, "S12": -17.351747510490942, "W13": -20.0, "S13": -20.039767216294859, "W21": -29.400873727264429, "S21": -29.400873727264429, "W22": -39.758007661769895, "S22": -52.895268998285417, "W31": -77.058135080823746, "S31": -77.058135080823746, "W32": -90.335528614924939, "S32": -95.335528614924939 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 504876.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.12915872006781098, "W12": -4.821471755467365, "S12": -10.096089837614972, "W13": -15.675650470950295, "S13": -21.992852563355815, "W21": -37.34074391288388, "S21": -38.665765814231541, "W22": -50.00584855312443, "S22": -50.00584855312443, "W31": -77.171474498237544, "S31": -77.171474498237544, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.023627887264250913, "W12": -4.8750629063581856, "S12": -9.9284386974017593, "W13": -15.211228201063136, "S13": -21.768344844450482, "W21": -37.081304294628652, "S21": -38.411948771647864, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 506364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37123592175459391, "S11": -0.56166360132357585, "W12": -5.9564750957854411, "S12": -9.8462923281614199, "W13": -13.735536961482609, "S13": -19.465667709242268, "W21": -36.589890409094643, "S21": -37.930046830366521, "W22": -48.393349210109605, "S22": -48.401725247224356, "W31": -75.064461652577222, "S31": -77.519046272777075, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80231054461181928, "S11": -2.1976894553881809, "W12": -5.0, "S12": -17.068445114457532, "W13": -23.458642801125613, "S13": -29.982294373837291, "W21": -36.84158310165882, "S21": -36.84158310165882, "W22": -39.815437593470449, "S22": -43.164381615163286, "W31": -72.42952106045648, "S31": -74.341833822227898, "W32": -89.526393301783159, "S32": -94.526393301783159 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 511320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63132647385984431, "S11": -2.3686735261401557, "W12": -4.9687403903015968, "S12": -17.301405295565896, "W13": -21.986931713336716, "S13": -34.362056954184496, "W21": -36.858611554204444, "S21": -36.858611554204444, "W22": -38.874883734315645, "S22": -52.703008734315645, "W31": -78.697881066302116, "S31": -78.697881066302116, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105574.0, 511493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1, "S11": -0.1, "W12": -10.0, "S12": -11.80106472327463, "W13": -17.533586379644902, "S13": -20.836001524638831, "W21": -29.768905544599878, "S21": -29.768905544599878, "W22": -37.834877079256358, "S22": -45.156700766225029, "W31": -74.743763231988126, "S31": -74.743763231988126, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105575.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15516181320216871, "S11": 0.15516181320216871, "W12": -10.0, "S12": -10.246842558389961, "W13": -17.668522110420799, "S13": -19.647494794885887, "W21": -29.801684179696085, "S21": -30.655502770874129, "W22": -36.87297922948126, "S22": -41.436942770506583, "W31": -67.984591248138145, "S31": -68.473691227428418, "W32": -90.497322982515215, "S32": -95.497322982515215 }, "geometry": { "type": "Point", "coordinates": [ 105575.0, 503537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1406205936189013, "S11": 2.1406205936189013, "W12": -4.0129080776537229, "S12": -6.0129080776537229, "W13": -15.0, "S13": -15.0, "W21": -40.605301344588383, "S21": -40.605301344588383, "W22": -40.748712365386432, "S22": -40.748712365386432, "W31": -71.535263766664528, "S31": -71.535263766664528, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105575.0, 523725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36285352353151762, "S11": -2.2233568058072288, "W12": -5.0271388832349553, "S12": -8.2298120784973126, "W13": -25.638748170838781, "S13": -25.638748170838781, "W21": -41.673152703212004, "S21": -42.95162919886895, "W22": -46.177442239842399, "S22": -46.183263711727207, "W31": -75.836391375354637, "S31": -75.836391375354637, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105576.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61616731131836966, "S11": -0.61616731131836966, "W12": -10.758044763624889, "S12": -11.443421673356777, "W13": -23.22054190296145, "S13": -23.22054190296145, "W21": -30.193406593406596, "S21": -30.193406593406596, "W22": -42.204565251387592, "S22": -42.204565251387592, "W31": -57.107178934203368, "S31": -57.777257204272431, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105576.333333333328483, 508072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.08445620223398, "S12": -18.105625093168182, "W13": -23.744692911928368, "S13": -25.250492213583144, "W21": -32.948313055695522, "S21": -32.948313055695522, "W22": -39.122896755785796, "S22": -43.024282958391645, "W31": -68.374389225454834, "S31": -74.129219564668588, "W32": -95.403240605869499, "S32": -100.4032406058695 }, "geometry": { "type": "Point", "coordinates": [ 105577.0, 505393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62040891218872862, "S11": 0.62040891218872862, "W12": -10.0, "S12": -20.0, "W13": -26.651775690804499, "S13": -26.651775690804499, "W21": -35.791532524486925, "S21": -35.791532524486925, "W22": -40.0, "S22": -51.609202120428847, "W31": -80.0, "S31": -80.0, "W32": -90.209912574866095, "S32": -95.209912574866095 }, "geometry": { "type": "Point", "coordinates": [ 105577.0, 510537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.9960438864859165, "W12": -4.5549772452545936, "S12": -4.5549772452545936, "W13": -15.288644208642291, "S13": -15.452989457762499, "W21": -39.999999999999993, "S21": -42.368763040238441, "W22": -48.973180906057451, "S22": -48.982770487746478, "W31": -74.691482610158218, "S31": -78.526903583994397, "W32": -94.812938626861651, "S32": -99.812938626861651 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 497763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1312227074235808, "S11": -2.776082095320616, "W12": -10.0, "S12": -12.735421280185594, "W13": -16.242087027412612, "S13": -19.334505415325165, "W21": -33.466768068205106, "S21": -33.466768068205106, "W22": -38.676964836505199, "S22": -39.830927804201494, "W31": -71.070791106281433, "S31": -73.73251969041344, "W32": -89.974650192436286, "S32": -94.974650192436286 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 499637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56993161449263052, "S11": 0.56993161449263052, "W12": -12.682860169730303, "S12": -12.682860169730303, "W13": -17.600173978346579, "S13": -20.600173978346579, "W21": -29.105965601300106, "S21": -29.105965601300106, "W22": -43.082282051960192, "S22": -43.082282051960192, "W31": -73.634581867615282, "S31": -73.634581867615282, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 501415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48553480475382005, "S11": -1.0066076016886867, "W12": -9.0496244671493322, "S12": -16.847253662674106, "W13": -19.984370892503534, "S13": -19.984370892503534, "W21": -29.311027959543996, "S21": -29.311027959543996, "W22": -48.429740022539157, "S22": -48.436859663711893, "W31": -75.437756750878606, "S31": -75.887690470540392, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105578.0, 504843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52007693637621022, "S11": 0.52007693637621022, "W12": -5.0, "S12": -8.7967331767765877, "W13": -17.195113408458155, "S13": -21.253220202614571, "W21": -30.067161857162024, "S21": -30.067161857162024, "W22": -29.617884949422702, "S22": -29.617884949422702, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105578.875, 502979.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37470878197890567, "S11": -1.3747087819789057, "W12": -5.8781437746012015, "S12": -6.5145495180009236, "W13": -27.017854954831911, "S13": -27.017854954831911, "W21": -41.28592670716727, "S21": -42.580135426366397, "W22": -33.742698596502422, "S22": -41.452604256879781, "W31": -70.0, "S31": -70.0, "W32": -90.236841415522505, "S32": -95.236841415522505 }, "geometry": { "type": "Point", "coordinates": [ 105579.0, 506056.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1713353931821269, "S11": 1.0781083219677148, "W12": -10.558261854669039, "S12": -20.558261854669041, "W13": -21.521736256536148, "S13": -21.521736256536148, "W21": -31.905532706185657, "S21": -31.905532706185657, "W22": -39.883741028288149, "S22": -39.883741028288149, "W31": -50.267065189484036, "S31": -50.387346107343589, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105579.0, 509829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32369908399932812, "S11": 0.32369908399932812, "W12": -12.067021943220441, "S12": -12.067021943220441, "W13": -17.313842574629252, "S13": -20.415887976184891, "W21": -31.23855063223801, "S21": -31.23855063223801, "W22": -39.089744071575815, "S22": -39.089744071575815, "W31": -72.567112302796104, "S31": -75.778700167455909, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105579.8, 501280.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78663638470451902, "S11": -2.0970385610395481, "W12": -5.0000000000000009, "S12": -17.031336949219241, "W13": -23.561407828573991, "S13": -29.763422889705691, "W21": -36.877824840517214, "S21": -36.877824840517214, "W22": -29.635867826086958, "S22": -29.635867826086958, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105579.8, 511313.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66955677797880209, "S11": 0.66955677797880209, "W12": -8.0101498177891752, "S12": -13.345240658405775, "W13": -17.57490213471452, "S13": -21.126958035672899, "W21": -31.68523540403655, "S21": -38.257268216136012, "W22": -50.0, "S22": -50.002194576772347, "W31": -75.853596733367468, "S31": -75.853596733367468, "W32": -90.673382173382095, "S32": -95.673382173382095 }, "geometry": { "type": "Point", "coordinates": [ 105580.0, 502127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.490019118966796, "S12": -18.66760030040016, "W13": -23.537424126206044, "S13": -26.02426942755719, "W21": -34.809436321606221, "S21": -34.809436321606221, "W22": -50.0, "S22": -50.0, "W31": -76.298615098316631, "S31": -76.298615098316631, "W32": -90.141025641025635, "S32": -95.141025641025635 }, "geometry": { "type": "Point", "coordinates": [ 105580.0, 505579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9084766197262084, "S12": -11.793662024036269, "W13": -24.228040678372874, "S13": -24.228040678372874, "W21": -31.172422335071108, "S21": -31.172422335071108, "W22": -40.836983251312375, "S22": -40.836983251312375, "W31": -71.59765006885047, "S31": -71.59765006885047, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105580.0, 507399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1629378697817705, "S12": -4.1840669005954778, "W13": -16.114478680388991, "S13": -16.114478680388991, "W21": -42.702005450115934, "S21": -43.517411295147852, "W22": -39.709065136984854, "S22": -40.089880898760669, "W31": -73.005336479900663, "S31": -73.005336479900663, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105580.285714285710128, 523095.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4909591642926912, "S11": -1.624277659729604, "W12": -11.333242270358229, "S12": -11.99049106531551, "W13": -16.56051951584384, "S13": -19.636165980490325, "W21": -33.01068599465286, "S21": -33.01068599465286, "W22": -36.993030324863383, "S22": -41.61734562880789, "W31": -68.0391311582773, "S31": -69.440255095093818, "W32": -90.608787089507587, "S32": -95.608787089507587 }, "geometry": { "type": "Point", "coordinates": [ 105580.333333333328483, 499726.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.7935209931055853, "W12": -5.4527032581079053, "S12": -11.470100413048314, "W13": -15.166713496264009, "S13": -16.883884861042127, "W21": -40.0, "S21": -42.66060555751551, "W22": -40.646716400960173, "S22": -40.646716400960173, "W31": -71.456759572639498, "S31": -71.456759572639498, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105581.0, 498077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53317634265972491, "S11": -0.86224620762648208, "W12": -9.2522878725029649, "S12": -9.2522878725029649, "W13": -15.056297472855796, "S13": -18.898397332546118, "W21": -37.586204299910897, "S21": -37.586204299910897, "W22": -40.030170620058087, "S22": -40.030170620058094, "W31": -73.195248668399373, "S31": -73.195248668399373, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105581.2, 515573.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1327925001571852, "S12": -8.1327925001571852, "W13": -15.733299713685652, "S13": -25.131991751062515, "W21": -41.776702639796618, "S21": -45.746105781917755, "W22": -33.288893511788856, "S22": -40.583704832543575, "W31": -70.0, "S31": -70.0, "W32": -90.24211620704267, "S32": -95.24211620704267 }, "geometry": { "type": "Point", "coordinates": [ 105581.333333333328483, 517427.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4511026343244654, "S11": 0.4511026343244654, "W12": -3.9564870821982754, "S12": -3.9564870821982754, "W13": -15.0, "S13": -15.0, "W21": -37.500808725750176, "S21": -40.339308909551178, "W22": -37.926201621915965, "S22": -45.69201040263156, "W31": -75.141905115277723, "S31": -75.141905115277723, "W32": -90.028478437754274, "S32": -95.028478437754274 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 497577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.92911877394636055, "W12": -9.0582386800874186, "S12": -16.886874801557852, "W13": -19.987058250353606, "S13": -20.002753515321423, "W21": -29.323581207561531, "S21": -29.323581207561531, "W22": -38.173150153890298, "S22": -46.799658085685763, "W31": -61.720455273900598, "S31": -62.979650917946216, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 504847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.381828202426938, "S12": -18.560179438239718, "W13": -24.975416758251288, "S13": -27.135952662304728, "W21": -34.200749092128596, "S21": -34.200749092128596, "W22": -39.077032760261723, "S22": -46.659275293926228, "W31": -62.81215834886045, "S31": -63.261898004866104, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 505518.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52224642934262888, "S11": -1.022246429342629, "W12": -9.2340145204467206, "S12": -9.2340145204467206, "W13": -15.0, "S13": -18.843438785513378, "W21": -37.529004545366199, "S21": -37.529004545366199, "W22": -51.513914771557417, "S22": -51.522985733301098, "W31": -74.734892373764438, "S31": -78.984421545450815, "W32": -92.148011183932269, "S32": -97.148011183932269 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 515610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.7738562851157909, "S12": -5.7738562851157917, "W13": -15.0, "S13": -15.0, "W21": -43.31068560049917, "S21": -43.31068560049917, "W22": -36.821019153328436, "S22": -41.400297798199759, "W31": -67.992205970117055, "S31": -67.992205970117055, "W32": -90.518014146223493, "S32": -95.518014146223493 }, "geometry": { "type": "Point", "coordinates": [ 105582.0, 525080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32218275683418912, "S11": 0.32127071626263976, "W12": -6.4885317824673274, "S12": -6.4885317824673274, "W13": -13.725176094127979, "S13": -13.732947031519535, "W21": -39.418342085521118, "S21": -41.259839390890839, "W22": -48.874587815432427, "S22": -52.642298524287945, "W31": -74.874198718528334, "S31": -75.144674613822218, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105582.4, 497174.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32206562033340519, "S11": 0.32206562033339986, "W12": -6.4841174107556316, "S12": -6.4841174107556316, "W13": -13.725747195953391, "S13": -13.725747195953391, "W21": -39.422730682670661, "S21": -41.264740941744719, "W22": -50.0, "S22": -62.794286425733681, "W31": -80.0, "S31": -80.0, "W32": -90.558044548508448, "S32": -95.558044548508448 }, "geometry": { "type": "Point", "coordinates": [ 105582.4, 497175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62820043663203085, "S11": 0.62820043663203085, "W12": -5.584287135701218, "S12": -5.584287135701218, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.384181227130519, "W22": -40.0, "S22": -40.0, "W31": -68.422501879948683, "S31": -68.422501879948683, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105582.727272727279342, 521086.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62858335652657948, "S11": -1.9906585772304128, "W12": -5.0, "S12": -5.4735388693880553, "W13": -16.750265197878417, "S13": -19.750265197878417, "W21": -32.848762149791668, "S21": -32.945114275206201, "W22": -43.865602935431738, "S22": -43.870484210577558, "W31": -76.101149559953598, "S31": -76.101149559953598, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105583.0, 499799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.19781733418097053, "W12": -4.8577438149117622, "S12": -9.6538661898563394, "W13": -16.330318008020143, "S13": -21.914959094756462, "W21": -37.562522941392388, "S21": -39.011989000433616, "W22": -50.0, "S22": -50.0, "W31": -76.405045572559217, "S31": -76.405045572559217, "W32": -90.003663003663007, "S32": -95.003663003663007 }, "geometry": { "type": "Point", "coordinates": [ 105583.0, 506343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52559935454126316, "S11": 0.52559935454126316, "W12": -5.0, "S12": -8.8035046233163818, "W13": -17.162853605434968, "S13": -21.233182671743183, "W21": -30.156746283394956, "S21": -30.156746283394956, "W22": -32.79893686551241, "S22": -39.560729318342595, "W31": -70.0, "S31": -70.0, "W32": -90.239981172379743, "S32": -95.239981172379743 }, "geometry": { "type": "Point", "coordinates": [ 105584.0, 502934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.305, "W12": -10.805497522151256, "S12": -14.419411335719609, "W13": -27.801393025390208, "S13": -27.801393025390208, "W21": -37.92193207136782, "S21": -37.92193207136782, "W22": -40.43518043357863, "S22": -40.43518043357863, "W31": -71.298850006729992, "S31": -71.298850006729992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105584.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9625591022196063, "S12": -5.106942830209892, "W13": -15.065562313237432, "S13": -15.065562313237432, "W21": -40.829341846028029, "S21": -40.829341846028029, "W22": -35.276236878930611, "S22": -40.169959010262232, "W31": -70.927978707515734, "S31": -72.616675420298378, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105584.0, 523622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51392493543502871, "S11": 0.51392493543502871, "W12": -5.0, "S12": -8.8227412261241653, "W13": -17.12434860291814, "S13": -21.215123924284754, "W21": -30.271417171641144, "S21": -30.271417171641144, "W22": -48.335182853081633, "S22": -48.343714972357049, "W31": -74.991792101321934, "S31": -77.608541234844594, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 502887.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.270246913580246, "S12": -18.302140395235636, "W13": -24.577399613609284, "S13": -26.494220624691717, "W21": -33.76827748463424, "S21": -33.76827748463424, "W22": -30.268457592000047, "S22": -32.208078330426062, "W31": -70.0, "S31": -70.0, "W32": -90.101431892940298, "S32": -95.101431892940298 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.389639666003358, "S12": -18.515991048918959, "W13": -24.936223505665996, "S13": -27.102778841934402, "W21": -34.232758801659678, "S21": -34.232758801659678, "W22": -40.925254137238312, "S22": -40.925254137238312, "W31": -71.660036371036412, "S31": -71.660036371036412, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99, "S11": 0.99, "W12": -9.3, "S12": -9.3, "W13": -27.450001, "S13": -27.450001, "W21": -34.0, "S21": -34.0, "W22": -40.0, "S22": -40.0, "W31": -73.196761499982742, "S31": -73.196761499982742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -15.0, "S12": -15.077420553471583, "W13": -16.922464507867819, "S13": -17.466819346577495, "W21": -36.049987376925017, "S21": -36.049987376925017, "W22": -40.544720436533922, "S22": -40.544720436533922, "W31": -71.378255378614469, "S31": -71.378255378614469, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105585.5, 500550.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18771678576180478, "S11": -0.20375524147671936, "W12": -10.0, "S12": -10.0, "W13": -18.045797020549131, "S13": -19.908263357269291, "W21": -39.627504817544896, "S21": -39.627504817544896, "W22": -48.410504022072821, "S22": -48.417791834651027, "W31": -75.361422116472312, "S31": -75.992567661651108, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105585.666666666671517, 514134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8063453846346018, "S12": -5.8063453846346018, "W13": -20.0, "S13": -20.0, "W21": -39.865429189801361, "S21": -41.193829293965557, "W22": -39.775628903102337, "S22": -42.049911898888659, "W31": -80.0, "S31": -80.0, "W32": -90.161560972079613, "S32": -95.161560972079613 }, "geometry": { "type": "Point", "coordinates": [ 105585.666666666671517, 520774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.093498604556034523, "S11": -0.093498604556034523, "W12": -11.304922487552211, "S12": -15.704867923373939, "W13": -21.132927605697684, "S13": -21.132927605697684, "W21": -30.649010502442025, "S21": -30.649010502442025, "W22": -46.540034188915399, "S22": -48.761843718294351, "W31": -74.863458423292727, "S31": -76.764545605210557, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105585.8, 509018.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2745481341985143, "W12": -4.4274202170310577, "S12": -9.5402261765911849, "W13": -15.0, "S13": -18.039560199745825, "W21": -37.944857632215381, "S21": -38.617319305106285, "W22": -48.38063116419999, "S22": -48.389457095758438, "W31": -74.894267254550158, "S31": -77.790676857458877, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 499189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67952178943308916, "S11": -0.67952178943308916, "W12": -7.2674106800827429, "S12": -7.2674106800827429, "W13": -16.583887698134259, "S13": -19.583887698134259, "W21": -32.436401048190078, "S21": -32.496028538182166, "W22": -36.768028382146589, "S22": -41.351878123557711, "W31": -67.991647698431962, "S31": -67.991647698431962, "W32": -90.527954164275741, "S32": -95.527954164275741 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 500027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -8.8419778289319453, "W13": -17.149655887264899, "S13": -21.260877463689908, "W21": -30.386088059887335, "S21": -30.624126740070171, "W22": -43.988983255411448, "S22": -43.993971463478218, "W31": -76.056337346468538, "S31": -76.056337346468538, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 502841.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.56538032211767564, "W12": -6.3653805719091672, "S12": -6.5422654837545258, "W13": -23.364372122448032, "S13": -23.364372122448032, "W21": -30.0, "S21": -30.0, "W22": -49.535645339476126, "S22": -49.545617290549124, "W31": -74.539665895296139, "S31": -78.597339934648815, "W32": -94.478274051255951, "S32": -99.478274051255951 }, "geometry": { "type": "Point", "coordinates": [ 105586.0, 507224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65739120880729995, "S11": 0.65739120880729995, "W12": -7.4809393980292764, "S12": -13.229553157472921, "W13": -17.543335637586857, "S13": -21.26699173402217, "W21": -31.961956678216794, "S21": -38.449831582087526, "W22": -40.0, "S22": -40.0, "W31": -53.735521656356426, "S31": -54.190895862234221, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105586.6, 502169.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3111120593828588, "S11": 0.3111120593828588, "W12": -10.042845405400492, "S12": -16.699086599561802, "W13": -21.428844292812556, "S13": -21.428844292812556, "W21": -31.240094512421134, "S21": -31.240094512421134, "W22": -48.400113464919393, "S22": -48.409074213374552, "W31": -74.849169914315254, "S31": -77.847338624659585, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105586.666666666671517, 509319.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.8174014686930402, "W13": -17.186264304957657, "S13": -21.326469163843647, "W21": -30.546697870132387, "S21": -31.519522924292247, "W22": -40.0, "S22": -40.0, "W31": -56.500364779168301, "S31": -57.171012076590173, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105587.0, 502777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.8612144317397288, "W13": -17.175869504821549, "S13": -21.307537336304957, "W21": -30.500758948133523, "S21": -31.274634079121931, "W22": -38.399398984733409, "S22": -43.328115629882255, "W31": -68.500431157805863, "S31": -69.300992348410247, "W32": -91.669346237723062, "S32": -96.669346237723062 }, "geometry": { "type": "Point", "coordinates": [ 105587.0, 502794.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.382316284538508, "S12": -18.466632042729305, "W13": -24.944155905458782, "S13": -27.095241376841809, "W21": -34.217862476898269, "S21": -34.217862476898269, "W22": -38.888765054963095, "S22": -38.888765054963095, "W31": -60.243416138983605, "S31": -63.292980817934328, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105587.0, 505519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.30349270939301459, "W12": -10.730939552444267, "S12": -15.256454671940158, "W13": -29.079441159927065, "S13": -29.079441159927065, "W21": -39.424443873141378, "S21": -39.909423245586375, "W22": -48.426079475318225, "S22": -48.435199219159706, "W31": -74.796742407778325, "S31": -77.920137467306333, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105587.0, 505850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72576856148491875, "S11": 0.72576856148491875, "W12": -10.498562037797864, "S12": -21.895611520432841, "W13": -27.724333553510085, "S13": -27.724333553510085, "W21": -37.246130685683461, "S21": -37.247927608744121, "W22": -38.913845707105715, "S22": -38.913845707105715, "W31": -60.236791686962171, "S31": -63.259064363060794, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105587.25, 511104.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.1915800093899316, "W12": -5.2735405021670889, "S12": -8.5839271409326603, "W13": -15.178530851121403, "S13": -16.227651699572423, "W21": -40.0, "S21": -42.588515564702853, "W22": -43.79320543498828, "S22": -43.79320543498828, "W31": -57.508740670071276, "S31": -58.114043653815862, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20076321867211666, "S11": 0.20076321867211666, "W12": -1.9074955135841778, "S12": -1.9074955135841778, "W13": -15.0, "S13": -18.002937906776722, "W21": -40.383098396425758, "S21": -41.705705288407074, "W22": -40.226121145776318, "S22": -40.226121145776318, "W31": -56.563303215668668, "S31": -57.225046908628748, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 498878.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.7278695181172701, "W13": -17.202083122378166, "S13": -21.354197208919942, "W21": -30.615429836379565, "S21": -31.887860694705552, "W22": -30.231120226764535, "S22": -31.21578142224476, "W31": -70.0, "S31": -71.334660963285643, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 502748.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51, "S11": -0.51, "W12": -9.12, "S12": -16.878151305274372, "W13": -19.987128970297029, "S13": -20.015455150554541, "W21": -29.320270751860704, "S21": -29.320270751860704, "W22": -41.42862732408453, "S22": -41.432523564483397, "W31": -76.376966205182129, "S31": -76.376966205182129, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 504845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9474655542810853, "S12": -5.9474655542810853, "W13": -20.0, "S13": -20.0, "W21": -39.743105177535377, "S21": -41.035391273753298, "W22": -41.690233236151606, "S22": -54.705696181298421, "W31": -78.813902917656208, "S31": -78.813902917656208, "W32": -90.426665654663879, "S32": -95.426665654663879 }, "geometry": { "type": "Point", "coordinates": [ 105588.0, 520576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -37.372973446753328, "S22": -42.164874074754806, "W31": -68.19409657958299, "S31": -72.158043271673847, "W32": -91.055357080004228, "S32": -96.055357080004228 }, "geometry": { "type": "Point", "coordinates": [ 105588.047368421059218, 530016.715789473732002 ] } }, +{ "type": "Feature", "properties": { "W11": -0.047230496676414914, "S11": -0.047230496676414914, "W12": -10.0, "S12": -11.959595959596264, "W13": -17.604640270541221, "S13": -21.362782400398658, "W21": -37.468237757486264, "S21": -37.468237757486264, "W22": -40.0, "S22": -40.0, "W31": -60.375570925225112, "S31": -60.375570925225112, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105588.666666666671517, 513654.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2636098981073969, "S11": -2.5030668918528347, "W12": -10.996656227414192, "S12": -13.362457716452631, "W13": -16.26109838400091, "S13": -19.354970852563678, "W21": -33.377134711501157, "S21": -33.377134711501157, "W22": -50.280682478474453, "S22": -52.342775250793366, "W31": -74.69444294361314, "S31": -74.69444294361314, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 499648.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.0, "W13": -16.685502700048087, "S13": -19.685502700048087, "W21": -32.574359742392843, "S21": -32.67007036396199, "W22": -48.471527786436582, "S22": -48.480941342561096, "W31": -74.699217561006549, "S31": -78.049598077153973, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 499932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.5839651108067567, "W13": -17.228296739934816, "S13": -21.400857081534991, "W21": -30.730100724625753, "S21": -31.98500187645277, "W22": -39.071432604766073, "S22": -42.82062341713182, "W31": -71.740203037344429, "S31": -74.914563772449654, "W32": -89.497720949070171, "S32": -94.497720949070171 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 502701.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.078132678132678213, "W12": -4.5580751879699246, "S12": -8.3345998362830365, "W13": -15.296092511424042, "S13": -21.152089005823353, "W21": -37.207476061945449, "S21": -38.753531663468657, "W22": -39.259185859274552, "S22": -40.869634366581373, "W31": -67.161254352868141, "S31": -72.93059971314878, "W32": -96.433504644017219, "S32": -101.43350464401722 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.7732173319686115, "W12": -11.660713197195975, "S12": -11.660713197195975, "W13": -23.161158680156422, "S13": -23.161158680156422, "W21": -37.253638087928714, "S21": -37.253638087928714, "W22": -39.541497578571828, "S22": -41.380184922797454, "W31": -64.76040495424661, "S31": -68.926978963976495, "W32": -98.146538722980765, "S32": -103.14653872298076 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 506700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3861549787023186, "S12": -5.9867363736616657, "W13": -15.0, "S13": -15.0, "W21": -44.298161364512772, "S21": -44.298161364512772, "W22": -48.294440342491491, "S22": -48.301646186909842, "W31": -75.363457050320989, "S31": -75.790080113117, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105589.0, 525477.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097425507985304083, "S11": -1.7342365316073514, "W12": -6.9344079370277383, "S12": -14.172133825746393, "W13": -18.616494314041784, "S13": -19.857204453819087, "W21": -30.0, "S21": -30.0, "W22": -39.928183568615687, "S22": -39.928183568615687, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105589.25, 503897.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.041019765571113725, "S11": -3.4485006241127971, "W12": -10.687830578566581, "S12": -16.617091776222097, "W13": -26.034510442666523, "S13": -26.034510442666523, "W21": -36.261946085132173, "S21": -36.261946085132173, "W22": -42.129789898236396, "S22": -42.129789898236396, "W31": -70.0, "S31": -70.0, "W32": -99.938138873633676, "S32": -104.93813887363368 }, "geometry": { "type": "Point", "coordinates": [ 105589.4, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20609098445762664, "S11": -0.67400445340025161, "W12": -5.0382787534033771, "S12": -5.5802225846338507, "W13": -14.629429193234206, "S13": -17.629429193234206, "W21": -35.003290846016583, "S21": -36.097424626299912, "W22": -49.785602474340941, "S22": -49.795375004767195, "W31": -74.538391075402629, "S31": -78.676219459946722, "W32": -94.395109462549939, "S32": -99.395109462549939 }, "geometry": { "type": "Point", "coordinates": [ 105590.0, 496961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68858892290564977, "S11": -2.173169887955837, "W12": -5.5227645172782331, "S12": -6.0193402800608249, "W13": -16.710811913504692, "S13": -19.710811913504692, "W21": -32.797085058333337, "S21": -32.87809199230982, "W22": -40.0, "S22": -45.292415386706537, "W31": -80.0, "S31": -80.0, "W32": -90.236484194434013, "S32": -95.236484194434013 }, "geometry": { "type": "Point", "coordinates": [ 105590.0, 499796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87239187286260311, "S11": 0.87239187286260311, "W12": -11.459346219281329, "S12": -17.40487370754029, "W13": -18.050761615683435, "S13": -18.879713855594577, "W21": -28.929773884219248, "S21": -28.929773884219248, "W22": -40.0, "S22": -40.0, "W31": -54.344835270238192, "S31": -54.970420639451213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105590.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000009, "S12": -8.5170820160650642, "W13": -17.254510357491462, "S13": -21.447516954150032, "W21": -30.844771612871945, "S21": -32.082143058199996, "W22": -40.0, "S22": -40.0, "W31": -54.145396237931685, "S31": -54.71831559471422, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105590.0, 502655.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4603260302556077, "S11": 0.4603260302556077, "W12": -3.9782601718442119, "S12": -3.9782601718442119, "W13": -14.978966675277706, "S13": -14.978966675277706, "W21": -37.541543963084443, "S21": -40.540170601480746, "W22": -51.547258118781251, "S22": -51.547258118781251, "W31": -76.751817141819103, "S31": -76.751817141819103, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105591.0, 497575.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3559146828239823, "W12": -4.8260009622066606, "S12": -10.842429533635308, "W13": -15.000000000000002, "S13": -18.0431353419171, "W21": -37.661405875117545, "S21": -38.268498321248515, "W22": -38.64703276546259, "S22": -38.64703276546259, "W31": -72.450799501153369, "S31": -75.385658343577319, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105591.0, 499219.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.7208591295045785, "W13": -17.280723975048115, "S13": -21.494176826765084, "W21": -30.959442501118136, "S21": -32.179284239947215, "W22": -48.17499158364609, "S22": -48.183485818154338, "W31": -74.965252145336535, "S31": -77.336078498084802, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105591.0, 502609.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.0050176905757479684, "W12": -9.1870840895341797, "S12": -10.823466942328633, "W13": -20.0, "S13": -32.662468651183076, "W21": -38.5056846903341, "S21": -38.5056846903341, "W22": -29.647197302544189, "S22": -29.647197302544189, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105591.0, 511950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44497646906437793, "S11": 0.44497646906437793, "W12": -5.9459516654679607, "S12": -9.6160664883896541, "W13": -17.373938274865768, "S13": -21.317510471298277, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -32.579196852605698, "S22": -39.654668550718903, "W31": -70.0, "S31": -70.0, "W32": -90.290026166460621, "S32": -95.290026166460621 }, "geometry": { "type": "Point", "coordinates": [ 105591.333333333328483, 503167.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.7169467150393252, "W12": -9.9999999999999982, "S12": -14.87495796906523, "W13": -15.858042845644231, "S13": -18.937084296754001, "W21": -34.636319705462164, "S21": -34.636319705462164, "W22": -40.0, "S22": -48.650033981242352, "W31": -80.0, "S31": -80.0, "W32": -90.258231824569847, "S32": -95.258231824569847 }, "geometry": { "type": "Point", "coordinates": [ 105591.5, 499523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51019526791498349, "S11": -0.87547855370546612, "W12": -9.2269899917870184, "S12": -9.2269899917870184, "W13": -15.0, "S13": -19.06392484890673, "W21": -37.537835013665756, "S21": -37.537835013665756, "W22": -29.63136, "S22": -29.63136, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105591.666666666671517, 515619.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.664323569450195, "S12": -8.664323569450195, "W13": -15.0, "S13": -22.746263956369816, "W21": -39.455591768169498, "S21": -42.290596856475247, "W22": -49.443620304533908, "S22": -49.443620304533908, "W31": -74.533239238804697, "S31": -74.533239238804697, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105591.698275862072478, 516623.57327586208703 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56837233489339578, "S11": 0.17522012316153973, "W12": -10.384467555093682, "S12": -18.489616928702119, "W13": -21.443329838113115, "S13": -21.443329838113115, "W21": -31.414617345305764, "S21": -31.414617345305764, "W22": -48.7571401776732, "S22": -48.7571401776732, "W31": -74.460230688743039, "S31": -74.460230688743039, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105592.0, 509474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31957636649600363, "S11": -0.31957636649600363, "W12": -10.0, "S12": -10.0, "W13": -19.21495297285777, "S13": -23.614077342257858, "W21": -39.731195731229469, "S21": -39.731195731229469, "W22": -34.602029894572638, "S22": -40.286674573346851, "W31": -70.589160716301251, "S31": -72.301819190858893, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105592.0, 514580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0220524571616325, "S12": -5.9032236649697385, "W13": -15.0, "S13": -15.0, "W21": -40.547334084286256, "S21": -40.547334084286256, "W22": -39.452778455774435, "S22": -45.66637622427379, "W31": -80.0, "S31": -80.0, "W32": -90.176729928129788, "S32": -95.176729928129788 }, "geometry": { "type": "Point", "coordinates": [ 105592.4, 523723.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36027781675298953, "S11": -1.7428518769964714, "W12": -4.479335784964027, "S12": -11.568993695373132, "W13": -21.316659844452531, "S13": -21.316659844452531, "W21": -39.810953138381976, "S21": -41.355302941483963, "W22": -38.318674760403603, "S22": -40.094408512894496, "W31": -71.238696054576195, "S31": -73.23980303511172, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 506240.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23248653628117913, "S11": -0.46150748198737379, "W12": -10.035845471817606, "S12": -13.415310141365271, "W13": -14.522862541332074, "S13": -16.301178980291969, "W21": -37.093262515609595, "S21": -38.690691576023852, "W22": -36.663077534812061, "S22": -41.26681347660908, "W31": -67.998704148725849, "S31": -67.998704148725849, "W32": -90.558585346036352, "S32": -95.558585346036352 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2221593500879728, "W12": -8.2638457570060773, "S12": -8.2638457570060773, "W13": -21.352957160048902, "S13": -21.352957160048902, "W21": -31.763533525554809, "S21": -31.763533525554809, "W22": -50.0, "S22": -50.005499221677269, "W31": -75.10029768662433, "S31": -75.10029768662433, "W32": -91.512820512820511, "S32": -96.512820512820511 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 506823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26948394849015767, "S11": -0.26948394849015767, "W12": -10.0, "S12": -10.0, "W13": -18.82305723048712, "S13": -22.077329364671318, "W21": -40.0, "S21": -40.0, "W22": -44.404995375864651, "S22": -45.179460931730098, "W31": -76.075499580918688, "S31": -77.208430094513858, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105593.0, 514409.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64522563963581203, "S11": 0.64522563963581203, "W12": -6.9517289782693821, "S12": -12.462376300593291, "W13": -17.511769140459204, "S13": -21.407025432371437, "W21": -31.97793521718047, "S21": -38.284229720170913, "W22": -48.223027144299948, "S22": -48.231812406201499, "W31": -74.869416600309719, "S31": -77.470343829938287, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105593.2, 502211.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58620515594060829, "S11": -0.61603847846436322, "W12": -10.416430357644632, "S12": -10.416430357644632, "W13": -19.245283018868612, "S13": -20.836833388728571, "W21": -36.798417070229284, "S21": -38.396512879822254, "W22": -39.115029132960977, "S22": -42.856859513132072, "W31": -71.787254286310031, "S31": -74.989577673327119, "W32": -89.505974271561001, "S32": -94.505974271561001 }, "geometry": { "type": "Point", "coordinates": [ 105593.333333333328483, 506566.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3844697357378255, "W12": -4.9999999999999991, "S12": -11.1971428571429, "W13": -15.000000000000002, "S13": -18.04468991899768, "W21": -37.541114571588828, "S21": -38.119480405776102, "W22": -50.0, "S22": -62.675417746639354, "W31": -80.0, "S31": -80.0, "W32": -90.599417807171974, "S32": -95.599417807171974 }, "geometry": { "type": "Point", "coordinates": [ 105594.0, 499232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -15.0, "S12": -15.034432727015359, "W13": -16.836574285816095, "S13": -16.961028994566416, "W21": -35.768923474464259, "S21": -35.768923474464259, "W22": -44.357562304732994, "S22": -44.362868246044975, "W31": -75.92339341549156, "S31": -75.92339341549156, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105594.0, 500541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5484149244021479, "S11": -0.5484149244021479, "W12": -10.244884184066748, "S12": -10.244884184066748, "W13": -25.978622059071729, "S13": -25.978622059071729, "W21": -32.083516483516483, "S21": -32.083516483516483, "W22": -48.691533518747285, "S22": -48.701312883612758, "W31": -74.567190480182632, "S31": -78.127159201220678, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105594.0, 507857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28280024655066149, "S11": 0.28280024655066149, "W12": -10.071448752431289, "S12": -16.853028731220427, "W13": -21.415828083939974, "S13": -21.415828083939974, "W21": -31.214682628402993, "S21": -31.214682628402993, "W22": -30.395991999943231, "S22": -32.964658458466317, "W31": -70.0, "S31": -70.0, "W32": -90.181548249599203, "S32": -95.181548249599203 }, "geometry": { "type": "Point", "coordinates": [ 105594.0, 509320.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5267943348873364, "S11": 0.5267943348873364, "W12": -5.0, "S12": -8.9001739430813309, "W13": -17.303448254052814, "S13": -21.531595163368543, "W21": -31.055551406864375, "S21": -32.26613162377371, "W22": -48.086006104319061, "S22": -48.086006104319061, "W31": -74.393665103419778, "S31": -74.393665103419778, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105594.666666666671517, 502563.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1582935807594517, "S11": 2.1582935807594517, "W12": -4.179178081327005, "S12": -4.179178081327005, "W13": -16.166200396068071, "S13": -16.166200396068071, "W21": -42.644041903099058, "S21": -43.460651008561989, "W22": -40.86750342486647, "S22": -43.626699105444864, "W31": -72.572159871710582, "S31": -75.197661308001287, "W32": -89.696618007827396, "S32": -94.696618007827396 }, "geometry": { "type": "Point", "coordinates": [ 105594.666666666671517, 523083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4117190894368892, "S11": -2.4117190894368892, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -16.757138375057473, "S13": -17.121521233666659, "W21": -35.362935681720302, "S21": -35.362935681720302, "W22": -37.242456704601686, "S22": -37.33011395654745, "W31": -72.836462958295371, "S31": -72.836462958295371, "W32": -90.193649703096625, "S32": -95.193649703096625 }, "geometry": { "type": "Point", "coordinates": [ 105595.0, 500525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.7782347218537193, "W12": -11.144227642276421, "S12": -17.544618055463712, "W13": -19.991349844735129, "S13": -20.321795103140765, "W21": -29.12850445652294, "S21": -29.12850445652294, "W22": -40.349801656630945, "S22": -40.591182196724219, "W31": -72.71536725943524, "S31": -75.415450357604954, "W32": -89.776782653496113, "S32": -94.776782653496113 }, "geometry": { "type": "Point", "coordinates": [ 105595.0, 504662.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63746124031007745, "S11": 0.63746124031007745, "W12": -10.658285041274077, "S12": -20.658285041274077, "W13": -23.465589584983729, "S13": -23.465589584983729, "W21": -34.071153692936193, "S21": -34.071153692936193, "W22": -49.115089999636567, "S22": -52.910698058697918, "W31": -74.816798336482449, "S31": -74.816798336482449, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105595.25, 510144.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53853186599622638, "S11": -0.53853186599622638, "W12": -9.3062475906503987, "S12": -9.3062475906503987, "W13": -15.198955715708053, "S13": -20.521077880311736, "W21": -37.739269362205135, "S21": -37.739269362205135, "W22": -43.969480321969577, "S22": -44.450090015089749, "W31": -76.362590090298966, "S31": -76.932893690913104, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105595.666666666671517, 515503.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.69782875556237345, "W12": -3.6715258906034478, "S12": -3.6715258906034478, "W13": -14.985770750988143, "S13": -14.985770750988143, "W21": -38.490406547383117, "S21": -41.071025282926676, "W22": -36.582513633603853, "S22": -40.827813114373875, "W31": -69.972207405754233, "S31": -69.972207405754233, "W32": -90.317863223138531, "S32": -95.317863223138531 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 497642.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3289712186747742, "W12": -3.8759965509223875, "S12": -3.8759965509223875, "W13": -15.0, "S13": -15.226790491912642, "W21": -39.061557700767622, "S21": -41.446714183629027, "W22": -38.755925029491117, "S22": -40.935462037988316, "W31": -71.094723569661539, "S31": -73.741804227040532, "W32": -89.907924482421734, "S32": -94.907924482421734 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 497684.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.7579194199618295, "W12": -4.8539378269316993, "S12": -4.8539378269316993, "W13": -15.253769254785178, "S13": -15.253769254785178, "W21": -40.0, "S21": -42.103380499099565, "W22": -39.035425571969611, "S22": -40.079850914038495, "W31": -72.671229947967902, "S31": -72.989257792774623, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 497813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90756084369929702, "S11": -0.90756084369929702, "W12": -10.45111095377036, "S12": -10.45111095377036, "W13": -20.0, "S13": -20.0, "W21": -37.526834816384188, "S21": -39.361298093220348, "W22": -49.622497659807735, "S22": -52.843232123681403, "W31": -74.811465056211077, "S31": -74.811465056211077, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86549996803278273, "S11": 0.86549996803278273, "W12": -11.126270432108671, "S12": -20.093640873567626, "W13": -22.540629630043021, "S13": -22.540629630043021, "W21": -32.41496542510113, "S21": -32.41496542510113, "W22": -50.0, "S22": -50.0, "W31": -75.211126622009914, "S31": -75.211126622009914, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105596.0, 510021.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3746572391971899, "S11": -1.3746572391971899, "W12": -12.752765466125215, "S12": -13.297701413467614, "W13": -17.845958963662991, "S13": -22.845958963662991, "W21": -39.24189651874746, "S21": -39.24189651874746, "W22": -49.677221341245072, "S22": -49.677221341245072, "W31": -74.566101316417686, "S31": -74.566101316417686, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105596.2, 500803.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74852713178248531, "S11": -0.74852713178248531, "W12": -10.44087904770425, "S12": -10.44087904770425, "W13": -19.716981132074785, "S13": -20.408661144278632, "W21": -36.88274988803559, "S21": -38.525930856269049, "W22": -40.0, "S22": -40.0, "W31": -50.849493046035192, "S31": -51.034149053489472, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.666666666671517, 506573.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54496991881536827, "S11": -0.54496991881536827, "W12": -11.122723158031421, "S12": -14.843366884325578, "W13": -21.268847909049551, "S13": -21.268847909049551, "W21": -30.0, "S21": -30.0, "W22": -42.837750443294283, "S22": -42.837750443294283, "W31": -59.183208934283897, "S31": -60.211043759482521, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105596.714285714289872, 508277.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3485455888135496, "W12": -4.7294494940689278, "S12": -4.7294494940689278, "W13": -15.217802352339556, "S13": -15.502855139892807, "W21": -39.999999999999993, "S21": -42.118807749627415, "W22": -48.292477649904612, "S22": -48.301671097071917, "W31": -74.735527401688955, "S31": -77.662811835281317, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 497775.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -15.0, "S12": -15.069030599004412, "W13": -16.923726524804596, "S13": -16.923726524804596, "W21": -36.301557835959429, "S21": -36.301557835959429, "W22": -40.0, "S22": -40.0, "W31": -53.532061871151818, "S31": -53.952326836804417, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4911617474487902, "S11": -1.4911617474487902, "W12": -12.948154493649669, "S12": -13.438753026218617, "W13": -17.889629395470102, "S13": -22.788666728177311, "W21": -38.998580007020095, "S21": -38.998580007020095, "W22": -38.958514448735095, "S22": -39.070160130294873, "W31": -60.223916220165613, "S31": -63.143733648018653, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 500777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9614973262032098, "S12": -7.9614973262032098, "W13": -23.688076673164392, "S13": -23.688076673164392, "W21": -38.062071141966385, "S21": -38.205411102204955, "W22": -30.426015698832106, "S22": -33.142826660127895, "W31": -70.0, "S31": -70.0, "W32": -90.20025096213071, "S32": -95.20025096213071 }, "geometry": { "type": "Point", "coordinates": [ 105597.0, 506667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55423434813200001, "S11": 0.55423434813200001, "W12": -5.0, "S12": -9.0794887566579217, "W13": -17.326172533057488, "S13": -21.56901349997198, "W21": -31.151660312610552, "S21": -32.352979007600126, "W22": -44.491224318044367, "S22": -44.496646103354038, "W31": -75.874846850882705, "S31": -75.874846850882705, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105598.333333333328483, 502518.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -45.759461641588921, "S22": -45.765450014353469, "W31": -75.702136250961033, "S31": -75.702136250961033, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105598.542307692303439, 530035.838461538427509 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.23538083538083532, "W12": -2.8369924812030076, "S12": -5.4181283593117584, "W13": -14.797102551690756, "S13": -20.558886026069771, "W21": -37.443468231597109, "S21": -39.124563882872117, "W22": -39.755860193392422, "S22": -42.371246899930412, "W31": -80.0, "S31": -80.0, "W32": -90.246095534458348, "S32": -95.246095534458348 }, "geometry": { "type": "Point", "coordinates": [ 105599.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63306007046431767, "S11": 0.63306007046431767, "W12": -6.4225185585102107, "S12": -11.695199443714548, "W13": -17.48020264333157, "S13": -21.547059130720505, "W21": -31.830655456652199, "S21": -37.699081672671852, "W22": -40.0, "S22": -40.0, "W31": -65.676540954369486, "S31": -65.74003968964881, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105599.8, 502253.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.049286038749432076, "S11": -1.4653830170716255, "W12": -2.7202138713646753, "S12": -5.7328578421423693, "W13": -15.0, "S13": -18.017328848894081, "W21": -39.86916710219905, "S21": -40.93161779669181, "W22": -40.0, "S22": -40.0, "W31": -67.275090964220738, "S31": -67.275090964220738, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9, "S11": -1.9, "W12": -13.4, "S12": -14.4, "W13": -16.4, "S13": -19.5, "W21": -32.900002, "S21": -32.900002, "W22": -39.311404492665886, "S22": -46.074389307444633, "W31": -62.743857454819654, "S31": -63.345069768142494, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60224964648412405, "S11": -1.1319665683459417, "W12": -6.6524310118265442, "S12": -6.6524310118265442, "W13": -16.557913715233699, "S13": -19.557913715233699, "W21": -32.435286644634132, "S21": -32.490249849083156, "W22": -37.667007338551905, "S22": -42.649247934802275, "W31": -74.440928039810743, "S31": -74.440928039810743, "W32": -90.155331991951726, "S32": -95.155331991951726 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22348365091338426, "S11": -0.86194409934650695, "W12": -9.6096223486808068, "S12": -17.436363072082614, "W13": -21.910161507402421, "S13": -22.265813786033693, "W21": -30.0, "S21": -30.0, "W22": -38.046434725859442, "S22": -47.560376720363713, "W31": -75.84048133516643, "S31": -75.84048133516643, "W32": -90.14646053702198, "S32": -95.14646053702198 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55, "S11": -0.55, "W12": -10.55, "S12": -18.55, "W13": -22.549999, "S13": -25.099999, "W21": -35.049999, "S21": -35.049999, "W22": -36.587754760334747, "S22": -41.204840351189731, "W31": -68.003073399772035, "S31": -68.003073399772035, "W32": -90.579637120676821, "S32": -95.579637120676821 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5987427031881456, "S11": -0.5987427031881456, "W12": -5.0, "S12": -5.0, "W13": -23.586907082521119, "S13": -23.586907082521119, "W21": -38.012893461142241, "S21": -38.354245349810235, "W22": -49.191872263192899, "S22": -49.201753827410045, "W31": -74.491968377674425, "S31": -78.261525303602951, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89, "S11": 0.89, "W12": -12.1, "S12": -12.1, "W13": -24.1, "S13": -24.1, "W21": -38.099998, "S21": -38.099998, "W22": -50.0, "S22": -50.0, "W31": -76.121947838728488, "S31": -76.121947838728488, "W32": -90.262922262922331, "S32": -95.262922262922331 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99, "S11": 0.99, "W12": -9.8, "S12": -9.8, "W13": -26.690001, "S13": -26.690001, "W21": -33.0, "S21": -33.0, "W22": -47.430047572765865, "S22": -47.430047572765865, "W31": -74.336731602508081, "S31": -74.336731602508081, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9884246512123323, "S12": -8.9884246512123323, "W13": -15.000000000000002, "S13": -23.663147623890502, "W21": -38.376148452350584, "S21": -38.985382846157236, "W22": -36.744596414330289, "S22": -40.978914848020722, "W31": -70.543277526804587, "S31": -70.543277526804587, "W32": -90.31930369091711, "S32": -95.31930369091711 }, "geometry": { "type": "Point", "coordinates": [ 105600.16, 516095.520000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2615794573643413, "S11": -1.2615794573643413, "W12": -10.451983313350684, "S12": -10.451983313350684, "W13": -21.66346153846154, "S13": -21.66346153846154, "W21": -37.704955091406106, "S21": -39.25396105562082, "W22": -48.850336991425266, "S22": -52.502023525959366, "W31": -74.792984266014486, "S31": -74.955401892320822, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.5, 506601.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50079353420544725, "S11": -3.0912025981668965, "W12": -8.0190734018337277, "S12": -14.172222287662668, "W13": -20.0, "S13": -20.964751713435906, "W21": -29.740082674751143, "S21": -29.740082674751143, "W22": -44.430501340928856, "S22": -44.435942848619383, "W31": -75.857788621269393, "S31": -75.857788621269393, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105600.8, 504335.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.03130274666257582, "W12": -3.8703433055695813, "S12": -3.8703433055695813, "W13": -14.958933612970881, "S13": -14.958933612970881, "W21": -37.970594737264477, "S21": -40.710884829785684, "W22": -51.368021667278065, "S22": -51.376809250052631, "W31": -74.711560155000143, "S31": -78.528050209827668, "W32": -92.75073829673353, "S32": -97.75073829673353 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 497601.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.5578695489551064, "W12": -4.9907232102824679, "S12": -5.0053908417533384, "W13": -15.15069997757969, "S13": -15.15069997757969, "W21": -40.0, "S21": -42.21834834062259, "W22": -50.781132755298174, "S22": -50.781132755298174, "W31": -77.115153575757574, "S31": -77.115153575757574, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 497880.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0665171898353782, "S11": -2.0665171898353782, "W12": -13.938499343963048, "S12": -14.180393478170902, "W13": -17.339042721808521, "S13": -19.526528047002675, "W21": -38.620619669226414, "S21": -38.620619669226414, "W22": -38.098831043392643, "S22": -40.368196882784616, "W31": -72.020304697886914, "S31": -73.171656547651793, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 500656.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.38093525179856103, "W12": -10.677320673723269, "S12": -15.145282125375005, "W13": -27.460565407215753, "S13": -27.460565407215753, "W21": -37.770753077872989, "S21": -37.770753077872989, "W22": -46.876953770502141, "S22": -49.232173822503469, "W31": -74.792240834399394, "S31": -76.324737797992142, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 505752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077433573646153997, "S11": -0.077433573646153997, "W12": -10.053355124405774, "S12": -10.053355124405774, "W13": -26.554079396624473, "S13": -26.554079396624473, "W21": -32.786813186813184, "S21": -32.786813186813184, "W22": -41.863767717656998, "S22": -41.867029426706608, "W31": -76.516100766365753, "S31": -76.516100766365753, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 507777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60103276539973793, "S11": 0.60103276539973793, "W12": -10.0, "S12": -20.0, "W13": -27.885584657907575, "S13": -27.885584657907575, "W21": -36.331215906307051, "S21": -36.331215906307051, "W22": -40.923142550439422, "S22": -40.923142550439422, "W31": -60.0, "S31": -62.034225637561221, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 510669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0013363831440938259, "S11": 0.0013363831440938259, "W12": -10.0, "S12": -12.785872671725635, "W13": -17.742577314804386, "S13": -36.619142977393125, "W21": -36.619142977393125, "S21": -36.619142977393125, "W22": -50.0, "S22": -50.000419428930137, "W31": -76.027718566067662, "S31": -76.027718566067662, "W32": -90.368589743589752, "S32": -95.368589743589752 }, "geometry": { "type": "Point", "coordinates": [ 105601.0, 513369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69540878080985924, "S11": 0.69540878080985924, "W12": -11.561254657902909, "S12": -22.792204355679779, "W13": -27.534653800297967, "S13": -27.534653800297967, "W21": -37.390014016279999, "S21": -37.390639300349889, "W22": -39.084154269871121, "S22": -42.470307437059667, "W31": -68.339703779434728, "S31": -73.76129051020078, "W32": -95.588642025220054, "S32": -100.58864202522005 }, "geometry": { "type": "Point", "coordinates": [ 105601.375, 511057.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.087638610605502043, "S11": -0.91036406187513141, "W12": -2.2491537569093869, "S12": -3.1103323693901368, "W13": -15.0, "S13": -18.008153378092146, "W21": -40.46061313861108, "S21": -41.685404979456123, "W22": -50.0, "S22": -62.53277646357521, "W31": -80.0, "S31": -80.0, "W32": -90.662551492012454, "S32": -95.662551492012454 }, "geometry": { "type": "Point", "coordinates": [ 105602.0, 498922.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58167436137669459, "S11": 0.58167436137669459, "W12": -5.0, "S12": -9.2588035702346723, "W13": -17.348896812062183, "S13": -21.606431836575435, "W21": -31.24776921835679, "S21": -32.439826391426621, "W22": -36.55812668747739, "S22": -41.181748829660208, "W31": -68.005760599019652, "S31": -68.005760599019652, "W32": -90.589216527796879, "S32": -95.589216527796879 }, "geometry": { "type": "Point", "coordinates": [ 105602.0, 502473.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2458885335769758, "W12": -4.5972995712439415, "S12": -10.815389957004545, "W13": -22.338927548096603, "S13": -22.338927548096603, "W21": -40.583308291784945, "S21": -42.247229353665148, "W22": -39.357688644769901, "S22": -39.952662863953933, "W31": -72.894221980176212, "S31": -72.894221980176212, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105602.0, 506221.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.62633920081641348, "W12": -9.2016921110710754, "S12": -9.2016921110710754, "W13": -15.0, "S13": -19.638046767873711, "W21": -37.48946572742058, "S21": -37.48946572742058, "W22": -32.553888133900479, "S22": -40.183605115032549, "W31": -70.0, "S31": -70.0, "W32": -90.34359860911502, "S32": -95.34359860911502 }, "geometry": { "type": "Point", "coordinates": [ 105602.133333333331393, 515665.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50893913836333182, "S11": -0.5503360447577379, "W12": -6.2430613961313686, "S12": -6.2430613961313686, "W13": -23.42272188353822, "S13": -23.42272188353822, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -52.273201908362587, "W31": -80.0, "S31": -80.0, "W32": -90.365970692152587, "S32": -95.365970692152587 }, "geometry": { "type": "Point", "coordinates": [ 105602.2, 507220.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1787344719659796, "S12": -9.1787344719659796, "W13": -15.0, "S13": -20.078220999756809, "W21": -37.583137805819163, "S21": -37.583137805819163, "W22": -38.517231107066614, "S22": -43.343120257264559, "W31": -68.613213533856126, "S31": -68.613213533856126, "W32": -91.967335763518562, "S32": -96.967335763518562 }, "geometry": { "type": "Point", "coordinates": [ 105602.682926829264034, 515711.024390243925154 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.410061413824643, "S12": -13.50830474498925, "W13": -17.558017989245563, "S13": -22.218800525988541, "W21": -39.127868413268068, "S21": -39.127868413268068, "W22": -31.869500193422542, "S22": -38.725632268894238, "W31": -70.0, "S31": -70.0, "W32": -90.337936125878585, "S32": -95.337936125878585 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 500984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081852986217457846, "S11": -0.081852986217457846, "W12": -11.197944290664138, "S12": -11.197944290664138, "W13": -17.348069806094184, "S13": -21.467423755944754, "W21": -35.5472070954252, "S21": -35.5472070954252, "W22": -50.0, "S22": -62.438861284346906, "W31": -80.0, "S31": -80.0, "W32": -90.589263204113138, "S32": -95.589263204113138 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 501113.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33093466553287976, "S11": -0.16694747819038297, "W12": -10.142748575047499, "S12": -11.082518242671647, "W13": -15.0, "S13": -15.0, "W21": -37.320751543378243, "S21": -39.05311294045967, "W22": -37.178954271812636, "S22": -37.862213794160553, "W31": -72.553233514938825, "S31": -72.553233514938825, "W32": -90.263556951464892, "S32": -95.263556951464892 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69237238979118332, "S11": -0.71686437390352209, "W12": -7.7349266702878872, "S12": -19.356440859407854, "W13": -25.0, "S13": -25.0, "W21": -37.12526965211476, "S21": -37.127351400822569, "W22": -36.870198274579337, "S22": -41.601447248433132, "W31": -68.11042354716075, "S31": -68.11042354716075, "W32": -90.66661054967777, "S32": -95.66661054967777 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 511220.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.364780045559336, "S13": -14.364780045559336, "W21": -46.0, "S21": -46.0, "W22": -42.796937399169558, "S22": -42.796937399169558, "W31": -73.707441785791929, "S31": -73.707441785791929, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105603.0, 527053.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49443825951352427, "S11": -0.49443825951352427, "W12": -6.3580214465935434, "S12": -6.4743056673780908, "W13": -23.474737459115691, "S13": -23.474737459115691, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.994790488226172, "S22": -43.00397150689902, "W31": -72.397153950914515, "S31": -74.52659967839719, "W32": -89.605875741930632, "S32": -94.605875741930632 }, "geometry": { "type": "Point", "coordinates": [ 105603.333333333328483, 507229.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.294238683127572, "S12": -18.035319829217578, "W13": -24.829453404455094, "S13": -26.886239498276257, "W21": -34.131000880628172, "S21": -34.131000880628172, "W22": -48.853148926666293, "S22": -48.863087112233657, "W31": -74.46472717194041, "S31": -78.021461951294512, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105604.0, 505509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -20.0, "W13": -24.940880548731474, "S13": -24.940880548731474, "W21": -35.49106880122924, "S21": -38.340569156924417, "W22": -49.692211007638633, "S22": -49.701794137135629, "W31": -74.503078593695633, "S31": -78.4625394122004, "W32": -94.879589323611654, "S32": -99.879589323611654 }, "geometry": { "type": "Point", "coordinates": [ 105604.0, 510372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69598680394431556, "S11": 0.69598680394431556, "W12": -10.175636811832373, "S12": -21.513993537577687, "W13": -27.424473538951684, "S13": -27.424473538951684, "W21": -37.322336437636352, "S21": -37.323271754261974, "W22": -39.894919219942068, "S22": -41.293889681610437, "W31": -72.7041280934681, "S31": -75.787672735133654, "W32": -89.853846504359495, "S32": -94.853846504359495 }, "geometry": { "type": "Point", "coordinates": [ 105604.25, 511105.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64527070141858101, "S11": 0.64527070141858101, "W12": -9.9969529266882553, "S12": -13.152720558542489, "W13": -24.915383818916126, "S13": -24.915383818916126, "W21": -31.811115740167477, "S21": -31.811115740167477, "W22": -42.481325524892711, "S22": -42.481325524892711, "W31": -57.164753914361071, "S31": -57.715970765911329, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105604.666666666671517, 507478.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.7667284805286343, "W13": -17.146673672170131, "S13": -21.202035587798697, "W21": -30.17378814155585, "S21": -30.237696772926761, "W22": -48.260735962325377, "S22": -48.268386730308983, "W31": -75.166321005946159, "S31": -76.088289332536604, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105605.0, 502881.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046828469979689293, "S11": -0.046828469979689293, "W12": -11.22627162933761, "S12": -16.22633887392346, "W13": -21.195470523262607, "S13": -21.195470523262607, "W21": -30.70717297157233, "S21": -30.70717297157233, "W22": -49.745167339827809, "S22": -49.754707249477597, "W31": -74.502676931800323, "S31": -78.460843325415794, "W32": -94.863636874038548, "S32": -99.863636874038548 }, "geometry": { "type": "Point", "coordinates": [ 105605.0, 509057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60375199294868298, "S11": 0.60375199294868298, "W12": -5.1512156800613589, "S12": -9.5893340638727835, "W13": -17.371621091066878, "S13": -21.64385017317889, "W21": -31.343878124103028, "S21": -31.868084506546793, "W22": -30.561717268563367, "S22": -33.714536184668134, "W31": -70.0, "S31": -70.0, "W32": -90.261664606258108, "S32": -95.261664606258108 }, "geometry": { "type": "Point", "coordinates": [ 105605.666666666671517, 502428.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4314478394558492, "S11": -1.4314478394558492, "W12": -12.860162389660873, "S12": -13.32572022578983, "W13": -17.87608826648265, "S13": -22.87608826648265, "W21": -38.910650283641075, "S21": -38.910650283641075, "W22": -44.849521674034186, "S22": -44.855252281512321, "W31": -75.745637271029452, "S31": -75.745637271029452, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105606.0, 500777.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62089450129282975, "S11": 0.62089450129282975, "W12": -5.9198478997089587, "S12": -10.954562347793562, "W13": -17.448636146203921, "S13": -21.687092829069776, "W21": -31.683375696123861, "S21": -35.518629933413457, "W22": -50.0, "S22": -50.00245613623386, "W31": -75.585777883588165, "S31": -75.585777883588165, "W32": -90.871794871794862, "S32": -95.871794871794862 }, "geometry": { "type": "Point", "coordinates": [ 105606.4, 502295.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2511086371646356, "S11": -2.352377277271902, "W12": -9.4256184934476099, "S12": -10.152448639826497, "W13": -16.522018223854243, "S13": -19.566756020987231, "W21": -32.794873494511606, "S21": -32.794873494511606, "W22": -39.273826458470538, "S22": -39.273826458470538, "W31": -60.140379931807111, "S31": -62.955671050503803, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105606.666666666671517, 499754.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25341298816240737, "S11": 0.25341298816240743, "W12": -10.008940306262801, "S12": -17.384370671612242, "W13": -21.400493063942907, "S13": -21.400493063942907, "W21": -31.23199649567972, "S21": -31.23199649567972, "W22": -50.0, "S22": -62.463105492109165, "W31": -80.0, "S31": -80.0, "W32": -90.690352810382691, "S32": -95.690352810382691 }, "geometry": { "type": "Point", "coordinates": [ 105607.0, 509371.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2276368983196661, "S11": -0.8468005777970371, "W12": -9.6248479622923035, "S12": -17.322795487008598, "W13": -21.99172835352158, "S13": -22.366878169155132, "W21": -30.011126539196756, "S21": -30.011126539196756, "W22": -39.702067009198657, "S22": -52.494866939778511, "W31": -76.83079244037765, "S31": -76.83079244037765, "W32": -90.511027918171962, "S32": -95.511027918171962 }, "geometry": { "type": "Point", "coordinates": [ 105607.333333333328483, 505091.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82140255994231515, "S11": -0.82140255994231515, "W12": -10.485015751712599, "S12": -10.485015751712599, "W13": -20.362424242424471, "S13": -20.362424242424471, "W21": -37.215846212263266, "S21": -39.008502354999756, "W22": -39.916075639508797, "S22": -40.636941924022963, "W31": -72.68839755907436, "S31": -75.80592947775402, "W32": -89.818343020033822, "S32": -94.818343020033822 }, "geometry": { "type": "Point", "coordinates": [ 105607.666666666671517, 506576.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5243167820583613, "S11": 0.5243167820583613, "W12": -11.909815843748943, "S12": -11.909815843748943, "W13": -17.409785460604542, "S13": -20.409785460604542, "W21": -30.00239081925406, "S21": -30.00239081925406, "W22": -39.769526123805683, "S22": -42.902392781410683, "W31": -80.0, "S31": -80.0, "W32": -90.309801757631405, "S32": -95.309801757631405 }, "geometry": { "type": "Point", "coordinates": [ 105607.75, 501312.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.226725455614345, "S12": -17.851579470974674, "W13": -24.904617022015017, "S13": -26.845447445576578, "W21": -33.913666027401163, "S21": -33.913666027401163, "W22": -49.241919837436349, "S22": -49.251641484030863, "W31": -74.47544150718285, "S31": -78.202516968792608, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105608.0, 505489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.18417497587648779, "W12": -9.46347549909256, "S12": -10.590377196426171, "W13": -20.0, "S13": -31.460476638586861, "W21": -38.62193783433554, "S21": -38.62193783433554, "W22": -49.335148957544384, "S22": -49.344831153464412, "W31": -74.479702776266762, "S31": -78.253712721372636, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105608.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20387188803897521, "S11": -0.232448647896911, "W12": -10.0, "S12": -10.0, "W13": -18.117774456522806, "S13": -20.063528182985081, "W21": -39.780529279442085, "S21": -39.780529279442085, "W22": -40.0, "S22": -40.235788949249326, "W31": -72.674864845246034, "S31": -75.503485004534568, "W32": -89.805750948677527, "S32": -94.805750948677527 }, "geometry": { "type": "Point", "coordinates": [ 105608.111111111109494, 514178.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30870377866294868, "S11": 0.30870377866294868, "W12": -10.49992949361158, "S12": -12.826039245446552, "W13": -18.939170616296163, "S13": -34.980763692946866, "W21": -37.922486279450958, "S21": -37.922486279450958, "W22": -50.0, "S22": -62.414054924864082, "W31": -80.0, "S31": -80.0, "W32": -90.706361627692871, "S32": -95.706361627692871 }, "geometry": { "type": "Point", "coordinates": [ 105608.4, 512640.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.21780129335685, "S12": -17.819627753774771, "W13": -24.893684709802063, "S13": -26.821466704640379, "W21": -33.888980057734329, "S21": -33.888980057734329, "W22": -49.20164704951749, "S22": -49.211364926939282, "W31": -74.4707785762036, "S31": -78.167427895373777, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105609.0, 505487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.48527455223044, "S12": -16.454454745367897, "W13": -20.132013201320131, "S13": -20.132013201320131, "W21": -30.0, "S21": -30.0, "W22": -39.796984932042982, "S22": -39.796984932042982, "W31": -73.189726148558364, "S31": -73.189726148558364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105609.0, 508412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60624046253500841, "S11": 0.60624046253500841, "W12": -5.4013737877856691, "S12": -10.018806985173683, "W13": -17.394345370071555, "S13": -21.681268509782328, "W21": -31.439987029849206, "S21": -31.439987029849206, "W22": -50.056002145609874, "S22": -50.056002145609874, "W31": -75.618601917230848, "S31": -75.618601917230848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105609.333333333328483, 502383.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4742288784726785, "S11": 1.4742288784726785, "W12": -4.0969428155000251, "S12": -4.4647085662632264, "W13": -15.0, "S13": -15.0, "W21": -41.108842721366464, "S21": -41.108842721366464, "W22": -40.0, "S22": -46.757686557020527, "W31": -80.0, "S31": -80.0, "W32": -90.369120686769818, "S32": -95.369120686769818 }, "geometry": { "type": "Point", "coordinates": [ 105609.4, 524234.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.0625, "S13": -14.0625, "W21": -47.0, "S21": -47.0, "W22": -37.108764349332013, "S22": -39.26529114052731, "W31": -72.229688136184734, "S31": -72.229688136184734, "W32": -90.318569956323302, "S32": -95.318569956323302 }, "geometry": { "type": "Point", "coordinates": [ 105609.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42588755968027464, "S11": 0.42588755968027464, "W12": -4.5358165537930093, "S12": -4.5358165537930093, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -36.794229252754015, "S21": -39.794229252754015, "W22": -42.377700633364249, "S22": -42.377700633364249, "W31": -72.044994974398023, "S31": -72.044994974398023, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 497420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.737234725963328, "S12": -11.737234725963328, "W13": -17.340277864697416, "S13": -20.4724553165298, "W21": -31.225693337583678, "S21": -31.225693337583678, "W22": -44.99346538067816, "S22": -44.999320743230733, "W31": -75.693356355296828, "S31": -75.693356355296828, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 501279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58394808004326659, "S11": -0.60040548232738411, "W12": -10.444141861937936, "S12": -10.444141861937936, "W13": -20.0, "S13": -21.098146877144917, "W21": -37.316450100599738, "S21": -39.141192451687061, "W22": -40.0, "S22": -52.376201381344302, "W31": -80.0, "S31": -80.0, "W32": -90.436059363307308, "S32": -95.436059363307308 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 506566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2045542635658915, "S11": -1.2045542635658915, "W12": -10.0, "S12": -10.0, "W13": -22.706400259909035, "S13": -22.706400259909035, "W21": -37.756739523133923, "S21": -39.11956258476414, "W22": -36.873620792760001, "S22": -41.648934023889169, "W31": -68.143882563810536, "S31": -68.143882563810536, "W32": -90.717767766006133, "S32": -95.717767766006133 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47673105497771173, "S11": -0.47673105497771173, "W12": -11.872113616244375, "S12": -15.87605314629894, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -39.434136133041505, "S22": -45.698354142520515, "W31": -62.661748847242983, "S31": -63.388339327841486, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105610.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.489643893533918, "W12": -5.1404751998953815, "S12": -7.6437020788189738, "W13": -15.118050650575583, "S13": -15.718135126872381, "W21": -40.0, "S21": -42.323492410599435, "W22": -40.627513227513226, "S22": -40.627513227513226, "W31": -56.682052864919463, "S31": -57.238927615249793, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105610.125, 497956.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36677894736842109, "S11": -0.34397043838096464, "W12": -1.9261052631578945, "S12": -3.7590034354816542, "W13": -15.0, "S13": -20.044942897050397, "W21": -37.812257130134732, "S21": -39.656485152830541, "W22": -34.999928431523358, "S22": -39.767014722621063, "W31": -70.818467296924467, "S31": -72.677350936073495, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105611.0, 506402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5803402737151022, "W12": -3.9845669826144978, "S12": -3.9845669826144978, "W13": -14.968467537348491, "S13": -15.528135421124109, "W21": -39.263920342777389, "S21": -41.450090238455481, "W22": -48.052705078490291, "S22": -48.061899565178649, "W31": -74.674371548042217, "S31": -77.183740978426471, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 497690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.3655993568064932, "W12": -5.3655993568064932, "S12": -7.0373572591138132, "W13": -15.0, "S13": -18.0, "W21": -40.126800577519994, "S21": -42.22496116832491, "W22": -43.24344023323615, "S22": -55.898503560193404, "W31": -79.901975672351213, "S31": -79.901975672351213, "W32": -90.57699721298799, "S32": -95.57699721298799 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 498501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0181053364173374, "W12": -4.3153632330141267, "S12": -8.0373062815894478, "W13": -15.0, "S13": -18.038349229985833, "W21": -38.140189469785902, "S21": -38.824660952089808, "W22": -45.284820313353002, "S22": -45.290843683326244, "W31": -75.633220511520705, "S31": -75.633220511520705, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 499177.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.007420634920635, "S12": -17.40098975684603, "W13": -24.203965710715977, "S13": -25.7246428019563, "W21": -33.130553399712312, "S21": -33.130553399712312, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -70.0, "W32": -90.099596756916299, "S32": -95.099596756916299 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 505411.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55027400655412673, "S11": -2.5502740065541269, "W12": -4.8671745672051703, "S12": -10.428214731302305, "W13": -23.103561195251743, "S13": -23.103561195251743, "W21": -41.288226886279567, "S21": -43.089013590568058, "W22": -30.781130283188709, "S22": -34.569279412291515, "W31": -70.0, "S31": -70.0, "W32": -90.319028419076929, "S32": -95.319028419076929 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 506208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28202947845804988, "S11": -0.29025247126309967, "W12": -10.054021532615579, "S12": -11.67413149483003, "W13": -15.53874280747452, "S13": -16.160896472819019, "W21": -37.658990995933287, "S21": -39.514482591443901, "W22": -40.0, "S22": -52.315497265709467, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.461099386711609, "S32": -95.461099386711609 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 506467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54282044560944254, "S11": 0.54282044560944254, "W12": -10.0, "S12": -20.0, "W13": -26.884702038541239, "S13": -26.884702038541239, "W21": -36.124525769085878, "S21": -36.124525769085878, "W22": -40.0, "S22": -47.190974582030719, "W31": -80.0, "S31": -80.0, "W32": -90.393310394606829, "S32": -95.393310394606829 }, "geometry": { "type": "Point", "coordinates": [ 105612.0, 510572.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0534211059425314, "S12": -5.5562723466042954, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.405409038357952, "S21": -40.405409038357952, "W22": -37.68768367287803, "S22": -42.657026138337912, "W31": -68.405632624076475, "S31": -70.732948436821729, "W32": -91.429454274867879, "S32": -96.429454274867879 }, "geometry": { "type": "Point", "coordinates": [ 105612.2, 523761.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1763942303551271, "S12": -9.1763942303551271, "W13": -14.999999999999998, "S13": -20.212168686840894, "W21": -37.601825689061428, "S21": -37.601825689061428, "W22": -48.833801755151448, "S22": -52.406378106241405, "W31": -74.737608821420608, "S31": -74.826347755055707, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105612.6, 515710.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60872893212132761, "S11": 0.60872893212132761, "W12": -5.6515318955102689, "S12": -10.448279906475035, "W13": -17.417069649076254, "S13": -21.718686846385786, "W21": -31.536095935595441, "S21": -31.536095935595441, "W22": -38.834885222477091, "S22": -41.921815408252009, "W31": -71.118656033041859, "S31": -73.751088763668008, "W32": -89.84119877240704, "S32": -94.84119877240704 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 502338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.503107331647897, "S11": -1.4959130870435806, "W12": -10.483271703779801, "S12": -18.305234668337231, "W13": -25.0, "S13": -26.734, "W21": -35.567703237651209, "S21": -35.567703237651209, "W22": -30.482635448113445, "S22": -30.482635448113445, "W31": -70.0, "S31": -71.657484395394363, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 505624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35742764323685772, "S11": -1.755485895664042, "W12": -4.6346345269627651, "S12": -10.604530756285687, "W13": -21.865329512893982, "S13": -21.865329512893982, "W21": -39.944903952037194, "S21": -40.0, "W22": -39.835532782462302, "S22": -43.874094696285873, "W31": -80.0, "S31": -80.0, "W32": -90.359079663309103, "S32": -95.359079663309103 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93743413011000953, "S11": 0.43743413011000942, "W12": -10.685305065544588, "S12": -20.704485393413442, "W13": -21.860646177853702, "S13": -21.860646177853702, "W21": -31.858026503575751, "S21": -31.858026503575751, "W22": -38.184224505726952, "S22": -50.02282338846824, "W31": -76.550843573346128, "S31": -76.550843573346128, "W32": -90.240032546786011, "S32": -95.240032546786011 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 509934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59033890845070425, "S11": 0.59033890845070425, "W12": -10.0, "S12": -20.03027688701512, "W13": -27.406286285866173, "S13": -27.406286285866173, "W21": -36.847139383065453, "S21": -36.847139383065453, "W22": -39.412577552313046, "S22": -39.435412983455578, "W31": -65.254066645859126, "S31": -70.254066645859126, "W32": -97.786481092832489, "S32": -102.78648109283249 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 510820.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3758027916347464, "S12": -6.1265472893860116, "W13": -15.0, "S13": -15.0, "W21": -44.333968188091355, "S21": -44.333968188091355, "W22": -37.208574300692455, "S22": -42.110276420710512, "W31": -68.264410183831714, "S31": -70.784914436565614, "W32": -91.085319066558725, "S32": -96.085319066558725 }, "geometry": { "type": "Point", "coordinates": [ 105613.0, 525515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9853021693883193, "S12": -8.9853021693883193, "W13": -15.0, "S13": -23.842297032385702, "W21": -38.401125524583001, "S21": -39.032392052033117, "W22": -50.008864980985287, "S22": -50.01815456521674, "W31": -74.495915469626027, "S31": -78.418515998426159, "W32": -94.844522880024854, "S32": -99.844522880024854 }, "geometry": { "type": "Point", "coordinates": [ 105613.439393939392176, 516095.196969696960878 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67880822711471622, "S11": -1.0627285594999982, "W12": -7.0525529603476373, "S12": -18.737032780754998, "W13": -24.494812959934592, "S13": -24.494812959934592, "W21": -37.138213950597013, "S21": -37.139950233324505, "W22": -50.646183330613219, "S22": -50.655149477945471, "W31": -74.568807136493035, "S31": -78.548314475016952, "W32": -94.126148617541702, "S32": -99.126148617541702 }, "geometry": { "type": "Point", "coordinates": [ 105613.75, 511242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.99255297421493105, "W12": -6.0990297662553559, "S12": -6.0990297662553559, "W13": -15.0, "S13": -17.405143499637916, "W21": -34.425714101056997, "S21": -34.425714101056997, "W22": -40.0, "S22": -42.92440082184222, "W31": -72.367206823203105, "S31": -74.588685198780226, "W32": -89.62885262920814, "S32": -94.62885262920814 }, "geometry": { "type": "Point", "coordinates": [ 105614.0, 496804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.575919286250313, "S12": -20.575919286250311, "W13": -23.494986250743448, "S13": -23.494986250743448, "W21": -34.006814474673561, "S21": -34.294941648046638, "W22": -31.436674007189524, "S22": -38.073466460019709, "W31": -70.0, "S31": -70.0, "W32": -90.385846085296535, "S32": -95.385846085296535 }, "geometry": { "type": "Point", "coordinates": [ 105614.0, 510152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55648193848906446, "S11": -0.55648193848906446, "W12": -9.4923753418183061, "S12": -9.4923753418183061, "W13": -16.091360476663358, "S13": -26.091360476663358, "W21": -38.030848484525059, "S21": -38.030848484525059, "W22": -39.219222559809779, "S22": -51.926586747349631, "W31": -75.822701262883712, "S31": -75.822701262883712, "W32": -90.542610049842963, "S32": -95.542610049842963 }, "geometry": { "type": "Point", "coordinates": [ 105614.0, 515375.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.71, "W12": -9.7167443887557194, "S12": -17.040718816033291, "W13": -19.987918174772037, "S13": -20.111952509535985, "W21": -29.257446594246893, "S21": -29.257446594246893, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.142078034445341, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105615.0, 504828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56232754110098326, "S11": -1.9742473723246121, "W12": -6.0275459664834798, "S12": -9.1678887177572186, "W13": -25.508146645074437, "S13": -25.508146645074437, "W21": -42.728425814246116, "S21": -44.557137964995526, "W22": -50.0, "S22": -62.346521261785377, "W31": -80.0, "S31": -80.0, "W32": -90.737419676828921, "S32": -95.737419676828921 }, "geometry": { "type": "Point", "coordinates": [ 105615.0, 506143.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65507367119382964, "S11": 0.65507367119382964, "W12": -10.659986026291273, "S12": -21.673480402278123, "W13": -27.087607667093884, "S13": -27.087607667093884, "W21": -37.415061762577913, "S21": -37.415061762577913, "W22": -40.0, "S22": -40.0, "W31": -66.127728926622197, "S31": -66.127728926622197, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105615.5, 511010.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9611226602783396, "S12": -4.9787542848771773, "W13": -15.190485720619169, "S13": -15.190485720619169, "W21": -40.787965886491214, "S21": -40.787965886491214, "W22": -39.463762055136961, "S22": -40.174549092801627, "W31": -64.761877462442826, "S31": -69.033502404231285, "W32": -98.136925110533824, "S32": -103.13692511053382 }, "geometry": { "type": "Point", "coordinates": [ 105615.75, 523586.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42902390939597307, "S11": 0.42902390939597307, "W12": -4.2401641743557104, "S12": -4.2401641743557104, "W13": -14.942433479721002, "S13": -14.942433479721002, "W21": -36.879128756587605, "S21": -39.879128756587605, "W22": -40.0, "S22": -40.0, "W31": -54.636460962364936, "S31": -55.335167929557059, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 497519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025485997460985149, "S11": -1.0719064909931744, "W12": -2.5908120002342359, "S12": -4.510783621376409, "W13": -15.0, "S13": -18.013368849407563, "W21": -40.223977010736313, "S21": -41.350953800445204, "W22": -42.691502813573642, "S22": -42.694312215464031, "W31": -76.592385530881572, "S31": -76.592385530881572, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 498965.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.34375, "W12": -5.0, "S12": -5.0, "W13": -16.574053484227733, "S13": -19.574053484227733, "W21": -32.49309827860958, "S21": -32.558585250347718, "W22": -38.394425611675395, "S22": -39.300712913131157, "W31": -71.150880388487877, "S31": -73.092688263203812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.608713056241243, "S12": -14.714972050744274, "W13": -17.046393504873564, "S13": -18.327562793438954, "W21": -37.365787011598378, "S21": -37.365787011598378, "W22": -47.162686962389806, "S22": -49.622583409565131, "W31": -74.724974604601655, "S31": -75.931292306609336, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49532494758909834, "S11": -1.7746218225890975, "W12": -9.2941729067392771, "S12": -16.986747164165024, "W13": -20.0, "S13": -20.119125297592806, "W21": -29.374932996392751, "S21": -29.374932996392751, "W22": -37.195872663423003, "S22": -38.576471214486006, "W31": -72.675435513892126, "S31": -72.675435513892126, "W32": -90.34411755083346, "S32": -95.34411755083346 }, "geometry": { "type": "Point", "coordinates": [ 105616.0, 504861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44948538168553193, "S11": 0.44948538168553193, "W12": -4.4134633880278171, "S12": -4.4134633880278171, "W13": -14.964737793851718, "S13": -14.964737793851718, "W21": -35.866612216464027, "S21": -38.866612216464027, "W22": -37.356235291399685, "S22": -42.31797536600051, "W31": -68.32079902961955, "S31": -71.588751846316612, "W32": -91.252639822603925, "S32": -96.252639822603925 }, "geometry": { "type": "Point", "coordinates": [ 105617.0, 497462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57449398287114806, "S11": -2.3122459753699758, "W12": -5.3497523576904813, "S12": -9.9090059803994066, "W13": -24.288579615227178, "S13": -24.288579615227178, "W21": -42.546446035526884, "S21": -44.406997423525894, "W22": -29.999999999999996, "S22": -29.999999999999996, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105617.0, 506183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61, "S11": -0.61, "W12": -10.4738191073754, "S12": -18.724776973563188, "W13": -23.619492662819869, "S13": -25.72948495271968, "W21": -35.35417983324016, "S21": -35.35417983324016, "W22": -39.195936880758474, "S22": -40.447658609439841, "W31": -67.001573282406653, "S31": -72.071154411516531, "W32": -96.538383247281502, "S32": -101.5383832472815 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28146853146853146, "S11": 0.28146853146853146, "W12": -4.9809381068985896, "S12": -8.606747209950063, "W13": -19.031054742143059, "S13": -21.686875956505219, "W21": -38.511476813899428, "S21": -40.443018183191775, "W22": -43.360969387755105, "S22": -55.935218688838283, "W31": -80.0, "S31": -80.0, "W32": -90.610133933836863, "S32": -95.610133933836863 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3307530581039755, "W12": -9.1937150351943338, "S12": -9.1937150351943338, "W13": -21.217921337189953, "S13": -21.217921337189953, "W21": -33.687078780262276, "S21": -33.687078780262276, "W22": -39.331713452932547, "S22": -46.992146420196853, "W31": -80.0, "S31": -80.0, "W32": -90.323630779807587, "S32": -95.323630779807587 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55440435871005733, "S11": 0.55440435871005733, "W12": -9.5059335637130857, "S12": -12.921832056284391, "W13": -24.751757254146284, "S13": -24.751757254146284, "W21": -31.560313474682193, "S21": -31.560313474682193, "W22": -38.166667829803153, "S22": -49.87035371438872, "W31": -76.53905755505599, "S31": -76.53905755505599, "W32": -90.264442636289672, "S32": -95.264442636289672 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 507446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43503298223215181, "S11": 0.43503298223215181, "W12": -10.081137924846486, "S12": -11.456531144000627, "W13": -19.280721897360934, "S13": -32.1480832537721, "W21": -38.603096503544123, "S21": -38.603096503544123, "W22": -47.906347671305802, "S22": -47.915090993024734, "W31": -74.78664545608197, "S31": -76.689388380442082, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105618.0, 512531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -37.289891557618006, "S22": -38.610099979741548, "W31": -72.018779649149707, "S31": -74.20314204337771, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105618.59770114942512, 530027.375478927162476 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.862315698178662, "S12": -14.926344763694033, "W13": -16.952218045586207, "S13": -17.876613443566953, "W21": -36.923088346674191, "S21": -36.923088346674191, "W22": -49.231460674157304, "S22": -61.699278431360582, "W31": -80.0, "S31": -80.0, "W32": -90.666750575531083, "S32": -95.666750575531083 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 500593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30779332203945581, "S11": -3.3077933220394558, "W12": -10.473577038689033, "S12": -17.652813328748799, "W13": -25.657509741723043, "S13": -26.201509741723044, "W21": -36.23377963859312, "S21": -36.23377963859312, "W22": -36.592975690158468, "S22": -40.971293990449894, "W31": -70.180615875293242, "S31": -70.180615875293242, "W32": -90.454784724165236, "S32": -95.454784724165236 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 505659.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1309478815350502, "S12": -8.1309478815350502, "W13": -15.679075473427252, "S13": -25.323105890807739, "W21": -41.697151423120957, "S21": -45.381052587810188, "W22": -43.138771414925316, "S22": -43.138771414925316, "W31": -58.650129075705443, "S31": -59.209948362987816, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105619.0, 517435.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.80760052887896849, "W12": -9.9826924217702295, "S12": -10.020482783986857, "W13": -15.0, "S13": -17.096240911110733, "W21": -37.13672949591038, "S21": -37.13672949591038, "W22": -48.336510441735967, "S22": -51.553123985473768, "W31": -74.713687432439087, "S31": -75.104347147461141, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105619.645569620246533, 496778.75949367089197 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069524592981853012, "S11": -0.18047540701814699, "W12": -8.5887076324909124, "S12": -9.9639148408810065, "W13": -18.096414991852846, "S13": -19.079060465187172, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -45.341481043335435, "S22": -45.347636316979724, "W31": -75.567881126567414, "S31": -75.567881126567414, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 503702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070893154382544815, "S11": -2.0708931543825448, "W12": -7.4856578005797516, "S12": -13.902799063361021, "W13": -18.506907098119338, "S13": -19.78637878729252, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.169151706496439, "S22": -30.169151706496439, "W31": -70.0, "S31": -71.576611295681204, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 503862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1627778360950739, "S11": -2.1627778360950738, "W12": -7.4503026113112343, "S12": -14.44599331976497, "W13": -18.677267535492533, "S13": -20.216653936819231, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -31.000543297814374, "S22": -35.572084178317851, "W31": -70.0, "S31": -70.0, "W32": -90.376392231895693, "S32": -95.376392231895693 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 503915.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28692112123064739, "W12": -10.488551539701902, "S12": -18.394079311479704, "W13": -28.73216318612285, "S13": -28.73216318612285, "W21": -39.490170480421497, "S21": -40.135832681077893, "W22": -51.350519555134497, "S22": -51.350519555134497, "W31": -76.440888859505833, "S31": -76.440888859505833, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15, "S11": -0.65, "W12": -0.66, "S12": -2.4521671018276772, "W13": -15.801891109475275, "S13": -20.614094982068615, "W21": -38.045624499465987, "S21": -40.011654259213842, "W22": -44.716410251171084, "S22": -45.554141301723938, "W31": -75.839570869499383, "S31": -76.699359884407016, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 506418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47977233641798378, "S11": 0.47977233641798378, "W12": -10.038377801494129, "S12": -10.038377801494129, "W13": -26.478193811817668, "S13": -26.478193811817668, "W21": -33.386154202361659, "S21": -33.386154202361659, "W22": -50.0, "S22": -50.003139378436941, "W31": -75.345551526701314, "S31": -75.345551526701314, "W32": -91.098901098901109, "S32": -96.098901098901109 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 507718.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0029533125900092, "S11": 2.0029533125900092, "W12": -4.0826586112040486, "S12": -4.0826586112040486, "W13": -15.0, "S13": -15.0, "W21": -40.235446783773682, "S21": -40.235446783773682, "W22": -43.825410869654476, "S22": -43.825410869654476, "W31": -57.493868903979184, "S31": -57.964417760217714, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105620.0, 523899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0076476905767348087, "S11": 0.0076476905767348087, "W12": -11.115749619866458, "S12": -16.677589662288185, "W13": -21.257618720356369, "S13": -21.257618720356369, "W21": -30.77695164670742, "S21": -30.77695164670742, "W22": -29.77763713080169, "S22": -29.77763713080169, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105620.25, 509098.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.61834101590224, "S12": -11.61834101590224, "W13": -17.348039833531491, "S13": -20.495028960049719, "W21": -31.247157581553914, "S21": -31.247157581553914, "W22": -36.288160049369338, "S22": -40.946131409628748, "W31": -68.222263311846305, "S31": -68.222263311846305, "W32": -90.65103215740578, "S32": -95.65103215740578 }, "geometry": { "type": "Point", "coordinates": [ 105620.6, 501277.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.620721862699311, "S12": -14.70847282407898, "W13": -17.011869347632185, "S13": -18.301256527721407, "W21": -37.286514100717291, "S21": -37.286514100717291, "W22": -38.709685144457822, "S22": -39.429672075003005, "W31": -60.285825621042378, "S31": -63.285825621042378, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 500608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50300343126742442, "S11": -3.6487118826210905, "W12": -8.3621485264258908, "S12": -14.385931471560969, "W13": -20.0, "S13": -21.0, "W21": -29.71312504556116, "S21": -29.71312504556116, "W22": -39.685308434521417, "S22": -45.3298205837729, "W31": -62.761935156848025, "S31": -63.93726796560945, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 504334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79080057772419632, "S11": -1.0784087250919452, "W12": -5.0, "S12": -5.0, "W13": -23.063127374828007, "S13": -23.063127374828007, "W21": -30.0, "S21": -30.0, "W22": -48.227031582159199, "S22": -48.235127273708066, "W31": -74.969184961571514, "S31": -76.148315091558814, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 507132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66700986078886315, "S11": 0.66700986078886315, "W12": -10.0, "S12": -21.262903391046002, "W13": -27.219438592531031, "S13": -27.219438592531031, "W21": -37.409522625442769, "S21": -37.409540552234652, "W22": -38.982635275703416, "S22": -39.397473774583176, "W31": -60.214482870595873, "S31": -63.048982955041069, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 511100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2139448365826411, "S12": -9.2139448365826411, "W13": -15.0, "S13": -19.576198590917002, "W21": -37.59171227304406, "S21": -37.59171227304406, "W22": -48.872658031773284, "S22": -52.423623421198478, "W31": -74.699379556982407, "S31": -74.699379556982407, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105621.0, 515631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70248296639629226, "S11": -2.121100346842038, "W12": -5.0, "S12": -16.99001425598501, "W13": -23.834386100475236, "S13": -31.644353604503916, "W21": -37.141844689182491, "S21": -37.141844689182491, "W22": -50.0, "S22": -50.000929342767073, "W31": -75.756822033818707, "S31": -75.756822033818707, "W32": -90.59615384615384, "S32": -95.59615384615384 }, "geometry": { "type": "Point", "coordinates": [ 105621.2, 511318.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.757238641670558, "S12": -14.824346481338381, "W13": -16.964979434, "S13": -18.059132991173044, "W21": -37.055586081946032, "S21": -37.055586081946032, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 500599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -14.6792647941824, "S12": -14.75622235192416, "W13": -16.9882265748046, "S13": -18.196843621059589, "W21": -37.18062877764082, "S21": -37.18062877764082, "W22": -45.495706443311072, "S22": -45.501995383106546, "W31": -75.51186585971098, "S31": -75.51186585971098, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 500604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55365570528276309, "S11": -0.55365570528276309, "W12": -10.663487860066954, "S12": -11.760135685910594, "W13": -24.38383742911153, "S13": -24.38383742911153, "W21": -30.316483516483515, "S21": -30.316483516483515, "W22": -50.742334353648133, "S22": -50.742334353648133, "W31": -76.461081511131184, "S31": -76.461081511131184, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 508058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45586924219910846, "S11": -0.45586924219910846, "W12": -12.194742650688703, "S12": -16.255632321756352, "W13": -20.020025616870846, "S13": -20.020025616870846, "W21": -30.0, "S21": -30.0, "W22": -29.789558691291418, "S22": -29.789558691291418, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 508668.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5126981984761082, "S11": -0.76269819847610809, "W12": -9.2905700571349783, "S12": -9.2905700571349783, "W13": -15.108707505571097, "S13": -20.59243496185254, "W21": -37.802462529813909, "S21": -37.802462529813909, "W22": -39.689079544743485, "S22": -52.260442630616879, "W31": -76.746380185160092, "S31": -76.746380185160092, "W32": -90.600941271803549, "S32": -95.600941271803549 }, "geometry": { "type": "Point", "coordinates": [ 105622.0, 515504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70528988301838291, "S11": -0.70528988301838291, "W12": -7.9973718791064394, "S12": -7.9973718791064394, "W13": -16.406688303144833, "S13": -19.406688303144833, "W21": -32.293487999616559, "S21": -32.303230790325379, "W22": -41.02128019701864, "S22": -41.025604296581655, "W31": -76.102755939395237, "S31": -76.102755939395237, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 500046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62334366903113447, "S11": 0.62334366903113447, "W12": -12.182972872454327, "S12": -12.182972872454327, "W13": -17.635467957944801, "S13": -20.46100567649777, "W21": -29.118316630552545, "S21": -29.118316630552545, "W22": -49.985506505021569, "S22": -49.985506505021569, "W31": -74.669447653800475, "S31": -74.669447653800475, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 501411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6, "S11": -1.6, "W12": -10.6, "S12": -10.6, "W13": -22.6, "S13": -22.6, "W21": -37.599998, "S21": -39.599998, "W22": -39.037266762752097, "S22": -42.068644428201694, "W31": -68.169328891531535, "S31": -73.169328891531535, "W32": -95.7028182886541, "S32": -100.7028182886541 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17913406982441168, "S11": 0.17913406982441168, "W12": -10.100900124913448, "S12": -17.526326839842515, "W13": -21.367440675891871, "S13": -21.367440675891871, "W21": -31.13905540106467, "S21": -31.13905540106467, "W22": -50.315292488360292, "S22": -50.32428852732621, "W31": -74.504266973710827, "S31": -78.338718059736138, "W32": -94.80945643643777, "S32": -99.80945643643777 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 509342.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65885283893395141, "S11": -1.0517813544588626, "W12": -6.8984247691472032, "S12": -18.564375905529459, "W13": -24.510170630160999, "S13": -24.510170630160999, "W21": -37.182719510192591, "S21": -37.183969777086162, "W22": -39.006312152554635, "S22": -39.81544482914741, "W31": -72.783107480451577, "S31": -72.884017112348303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 511241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1510963496391842, "S12": -9.1510963496391842, "W13": -15.0, "S13": -20.786290605807878, "W21": -37.716943885437907, "S21": -37.716943885437907, "W22": -38.925472304046423, "S22": -39.83170493451734, "W31": -72.734656351774362, "S31": -72.901443997521454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105623.066666666665697, 515756.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55478011969815244, "S11": -3.5547801196981523, "W12": -10.444526748971194, "S12": -18.110563961590252, "W13": -22.940534651307598, "S13": -25.179499838044016, "W21": -34.914266691853257, "S21": -34.914266691853257, "W22": -38.884546112982108, "S22": -43.369844799948737, "W31": -68.55306697457371, "S31": -72.106702396052853, "W32": -94.734622901963192, "S32": -99.734622901963192 }, "geometry": { "type": "Point", "coordinates": [ 105624.0, 505593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6073302863230516, "S12": -10.663053318302506, "W13": -29.200748903174311, "S13": -29.200748903174311, "W21": -41.944088404424775, "S21": -43.273101546176214, "W22": -39.798482545440571, "S22": -41.395894392054956, "W31": -72.605003455539006, "S31": -75.448719841907547, "W32": -89.820840461317516, "S32": -94.820840461317516 }, "geometry": { "type": "Point", "coordinates": [ 105624.0, 505925.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042815046211877247, "S11": -0.042815046211877247, "W12": -10.0, "S12": -12.951755651756057, "W13": -17.493514776363902, "S13": -26.464944676173353, "W21": -37.473573061283822, "S21": -37.473573061283822, "W22": -49.653835681639144, "S22": -49.663102074988437, "W31": -74.456169947073178, "S31": -78.127898604472321, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105624.555555555562023, 513622.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63477431110542804, "S11": 0.63477431110542804, "W12": -10.944446760610356, "S12": -20.944446760610358, "W13": -22.788325735784156, "S13": -22.788325735784156, "W21": -32.657222656102768, "S21": -32.657222656102768, "W22": -31.238915359617888, "S22": -37.651651208674487, "W31": -70.0, "S31": -70.0, "W32": -90.428006194330735, "S32": -95.428006194330735 }, "geometry": { "type": "Point", "coordinates": [ 105625.0, 510059.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -27.402600310654073, "W21": -38.94601125437665, "S21": -38.94601125437665, "W22": -38.323413212031312, "S22": -50.677741921303124, "W31": -77.222282849888046, "S31": -77.222282849888046, "W32": -90.31326281529698, "S32": -95.31326281529698 }, "geometry": { "type": "Point", "coordinates": [ 105625.0, 512024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1999999999999038, "S11": 2.1999999999999038, "W12": -4.1903872885589859, "S12": -4.2217741302635794, "W13": -16.213789547615807, "S13": -16.213789547615807, "W21": -42.484141919843744, "S21": -43.242161300495525, "W22": -39.045411783956453, "S22": -41.916331915727696, "W31": -68.068939249467292, "S31": -73.058103733052377, "W32": -95.774043444570623, "S32": -100.77404344457062 }, "geometry": { "type": "Point", "coordinates": [ 105625.857142857144936, 523089.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1078691423519007, "S11": -0.16395356230662483, "W12": -4.968520645106814, "S12": -8.6385093433499041, "W13": -20.0, "S13": -21.80472708350468, "W21": -38.924813410008568, "S21": -40.962286328635571, "W22": -40.0, "S22": -52.20612564449273, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.506363691911758, "S32": -95.506363691911758 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 506286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52528934559221185, "S11": -0.52528934559221185, "W12": -10.421215959468016, "S12": -10.421215959468016, "W13": -20.27783200616491, "S13": -21.18037147081834, "W21": -37.820450948036473, "S21": -39.862858713251555, "W22": -40.0, "S22": -47.867908114720677, "W31": -80.0, "S31": -80.0, "W32": -90.468235002814779, "S32": -95.468235002814779 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 506563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9311629995509656, "S11": -0.9311629995509656, "W12": -10.0, "S12": -10.0, "W13": -22.836988624269431, "S13": -22.836988624269431, "W21": -37.365902707389878, "S21": -39.024581842398646, "W22": -37.944047031483827, "S22": -47.199506288854884, "W31": -75.833533404631467, "S31": -75.833533404631467, "W32": -90.317331163547607, "S32": -95.317331163547607 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 506624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2933983944956022, "S12": -6.2933983944956022, "W13": -20.0, "S13": -20.0, "W21": -39.39487765199322, "S21": -40.426027507513105, "W22": -36.919377395830232, "S22": -41.802596698666498, "W31": -68.228641124204444, "S31": -68.228641124204444, "W32": -90.878939935236346, "S32": -95.878939935236346 }, "geometry": { "type": "Point", "coordinates": [ 105626.0, 520114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8440635614398841, "S12": -5.8440635614398841, "W13": -20.0, "S13": -20.0, "W21": -39.772032958859022, "S21": -41.03292524198848, "W22": -39.405223103618951, "S22": -42.78809353272446, "W31": -72.11052951633269, "S31": -75.509727224069081, "W32": -89.55895720224882, "S32": -94.55895720224882 }, "geometry": { "type": "Point", "coordinates": [ 105626.8, 520750.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32873507451315032, "S11": 0.32873507451315032, "W12": -6.249422332001342, "S12": -6.249422332001342, "W13": -13.55267533538597, "S13": -13.55267533538597, "W21": -39.014206676669161, "S21": -41.113241958522387, "W22": -31.219956312439713, "S22": -37.637409142628393, "W31": -70.0, "S31": -70.0, "W32": -90.433756044714514, "S32": -95.433756044714514 }, "geometry": { "type": "Point", "coordinates": [ 105627.0, 497154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3007954043305348, "W12": -10.0, "S12": -14.904021499184182, "W13": -15.709881741068664, "S13": -18.786434713507333, "W21": -34.973416464523154, "S21": -34.973416464523154, "W22": -35.954858706905604, "S22": -40.545602355060595, "W31": -68.96169528890853, "S31": -68.96169528890853, "W32": -90.616585415589768, "S32": -95.616585415589768 }, "geometry": { "type": "Point", "coordinates": [ 105627.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22123831903400695, "S11": -0.5017832636996542, "W12": -10.498974485976374, "S12": -16.398227370043294, "W13": -27.290448888423654, "S13": -27.290448888423654, "W21": -37.945478258080577, "S21": -37.945478258080577, "W22": -37.353050946584943, "S22": -42.337842045172266, "W31": -68.364750661891478, "S31": -71.387639348123727, "W32": -91.322419133434238, "S32": -96.322419133434238 }, "geometry": { "type": "Point", "coordinates": [ 105627.333333333328483, 505751.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58503052845813741, "S11": -0.60564222691502101, "W12": -8.7921724136426249, "S12": -8.7921724136426249, "W13": -29.038218884318713, "S13": -29.038218884318713, "W21": -41.983203360176994, "S21": -43.465035469183093, "W22": -40.0, "S22": -46.296506728285991, "W31": -80.0, "S31": -80.0, "W32": -90.466884976005574, "S32": -95.466884976005574 }, "geometry": { "type": "Point", "coordinates": [ 105628.0, 505941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.063027409243329946, "W12": -3.6332030075187971, "S12": -5.9957839178239434, "W13": -18.98445335669053, "S13": -21.446097154789967, "W21": -38.556970750616166, "S21": -40.635118466509212, "W22": -39.658887861977973, "S22": -39.658887861977973, "W31": -60.037343724630617, "S31": -62.420100015797651, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105628.0, 506325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39166666666666672, "S11": 0.038438546150123931, "W12": -10.160671310956301, "S12": -10.160671310956301, "W13": -16.336755017619122, "S13": -16.336755017619122, "W21": -38.06945728265692, "S21": -40.141429448364327, "W22": -40.0, "S22": -52.186257856145943, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -90.514555679758303, "S32": -95.514555679758303 }, "geometry": { "type": "Point", "coordinates": [ 105628.0, 506497.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49529114836894789, "S11": -0.49529114836894789, "W12": -10.414355077053067, "S12": -10.414355077053067, "W13": -20.270485486772031, "S13": -21.250047753223065, "W21": -37.896490204266414, "S21": -39.970673006698945, "W22": -30.279993587483801, "S22": -32.655398805264227, "W31": -70.0, "S31": -70.0, "W32": -90.354017141434312, "S32": -95.354017141434312 }, "geometry": { "type": "Point", "coordinates": [ 105628.333333333328483, 506561.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38601528431414622, "S11": 0.38601528431414622, "W12": -5.8028949930159772, "S12": -9.3632262159534747, "W13": -17.42500853570607, "S13": -21.297206618062955, "W21": -30.0, "S21": -30.0, "W22": -39.567691485169874, "S22": -45.170062765435659, "W31": -62.493275829848123, "S31": -63.434939328307479, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105628.666666666671517, 503166.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.492827275651335, "W12": -9.9107683000604965, "S12": -10.279245753168311, "W13": -20.0, "S13": -29.228940148070883, "W21": -38.817499728288418, "S21": -38.817499728288418, "W22": -50.156434928316919, "S22": -50.156434928316919, "W31": -75.894011372387467, "S31": -75.894011372387467, "W32": -90.407407407407348, "S32": -95.407407407407348 }, "geometry": { "type": "Point", "coordinates": [ 105629.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67347968661024604, "S11": 0.67347968661024604, "W12": -5.6179140794122757, "S12": -5.6179140794122757, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.310283769290159, "W22": -37.580416996536435, "S22": -41.793774121187305, "W31": -74.587349981581269, "S31": -74.587349981581269, "W32": -90.338366786082346, "S32": -95.338366786082346 }, "geometry": { "type": "Point", "coordinates": [ 105629.0, 521072.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61473856157780027, "S11": 0.61473856157780027, "W12": -10.0, "S12": -20.736289941887911, "W13": -27.017587771993057, "S13": -27.017587771993057, "W21": -37.37206953782507, "S21": -37.37206953782507, "W22": -31.507270757956352, "S22": -31.507270757956352, "W31": -70.0, "S31": -71.629058812886896, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105629.625, 510963.625 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3715991359177955, "S11": -2.3715991359177955, "W12": -15.0, "S12": -15.0, "W13": -16.79743976462931, "S13": -18.234346359445837, "W21": -36.319378647697398, "S21": -36.319378647697398, "W22": -36.506152938430915, "S22": -41.278033881527705, "W31": -68.113541619084486, "S31": -68.113541619084486, "W32": -90.744221926093147, "S32": -95.744221926093147 }, "geometry": { "type": "Point", "coordinates": [ 105629.75, 500571.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13573163746963438, "S11": -1.0099851127803157, "W12": -2.9324702435594445, "S12": -3.8338537128748023, "W13": -15.0, "S13": -18.018584320722987, "W21": -39.870924034577762, "S21": -40.90008577315038, "W22": -45.203830663856607, "S22": -46.315713351971752, "W31": -75.506844592999826, "S31": -76.7446072925528, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105630.0, 499009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76252226065952966, "W12": -3.9868765702678139, "S12": -5.9969268215241227, "W13": -15.0, "S13": -18.035236652588608, "W21": -38.467135063991947, "S21": -39.200339942598696, "W22": -49.279123075114612, "S22": -61.364753118917172, "W31": -80.0, "S31": -80.0, "W32": -90.712664476013771, "S32": -95.712664476013771 }, "geometry": { "type": "Point", "coordinates": [ 105630.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.9391903610320109, "W12": -7.6498501110576109, "S12": -14.020263004023498, "W13": -19.796406802618705, "S13": -21.246736680092788, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -65.377653123104906, "S31": -65.377653123104906, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105630.0, 504158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13618510265041955, "S11": 0.13618510265041955, "W12": -10.288826439897147, "S12": -17.549385761149509, "W13": -21.349091694686415, "S13": -21.349091694686415, "W21": -31.067059650329959, "S21": -31.067059650329959, "W22": -47.882383012680634, "S22": -47.891986724155792, "W31": -74.479326495774714, "S31": -76.897138126914655, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105630.0, 509305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54586896378269623, "S11": 0.54586896378269623, "W12": -10.0, "S12": -20.0, "W13": -27.356740777269483, "S13": -27.356740777269483, "W21": -36.83298260187, "S21": -36.83298260187, "W22": -36.270633591084874, "S22": -40.79087406844809, "W31": -69.607185113325784, "S31": -69.607185113325784, "W32": -90.574788138607389, "S32": -95.574788138607389 }, "geometry": { "type": "Point", "coordinates": [ 105630.25, 510776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22002699031613046, "S11": -0.2581252865740889, "W12": -10.0, "S12": -10.0, "W13": -18.189751892496322, "S13": -20.218793008700391, "W21": -39.93355374133926, "S21": -39.93355374133926, "W22": -36.725697500050906, "S22": -41.57286251462218, "W31": -68.186847124546702, "S31": -68.186847124546702, "W32": -90.798232551963522, "S32": -95.798232551963522 }, "geometry": { "type": "Point", "coordinates": [ 105630.555555555562023, 514223.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.072766346379189148, "S11": -0.77924660122348144, "W12": -9.7845335402655618, "S12": -16.849831304456956, "W13": -22.658689434724092, "S13": -23.158689434724092, "W21": -30.509587916844865, "S21": -30.509587916844865, "W22": -42.511592746378923, "S22": -42.511592746378923, "W31": -73.780301703968576, "S31": -73.780301703968576, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105631.0, 505156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40470725995316159, "S11": -0.40470725995316204, "W12": -10.220323339212229, "S12": -17.466274284397556, "W13": -23.999883034125492, "S13": -25.990124167684471, "W21": -34.087082316062087, "S21": -34.087082316062087, "W22": -48.537146048856314, "S22": -48.546801734928202, "W31": -74.393840215046083, "S31": -77.588458183963169, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105631.0, 505518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096869462492616631, "S11": -0.71468945344693602, "W12": -4.9216828506290629, "S12": -8.8844897960724012, "W13": -20.933121996114121, "S13": -22.030977554408626, "W21": -39.372323504221221, "S21": -41.471903846421881, "W22": -49.049906209450526, "S22": -49.059344916812741, "W31": -74.417277195007614, "S31": -77.837887423883998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105631.0, 506266.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86534342888047588, "S11": -0.86534342888047588, "W12": -10.472007599746677, "S12": -10.472007599746677, "W13": -21.190136141792962, "S13": -21.190136141792962, "W21": -37.644396274570347, "S21": -39.767071093989586, "W22": -41.63655929494039, "S22": -41.63655929494039, "W31": -59.672582636511585, "S31": -60.907365612360259, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105632.0, 506577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.554002097168821, "W13": -19.699893872563159, "S13": -30.262553930846451, "W21": -39.141462459142296, "S21": -39.141462459142296, "W22": -47.680131119465202, "S22": -50.4021885548459, "W31": -74.662059836387925, "S31": -75.394204280503246, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105632.0, 512452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0847897547234, "S12": -5.1268977992094804, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.263483992429762, "S21": -40.263483992429762, "W22": -50.0, "S22": -50.002848309201418, "W31": -75.315485653197115, "S31": -75.455409916112998, "W32": -91.086080586080584, "S32": -96.086080586080584 }, "geometry": { "type": "Point", "coordinates": [ 105632.0, 523799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.2790210896814962, "W12": -5.0074098976236732, "S12": -6.7034770167052846, "W13": -15.057570450029765, "S13": -15.23915643940942, "W21": -40.0, "S21": -42.058469256496011, "W22": -45.756475182021248, "S22": -45.756475182021248, "W31": -74.237321515032122, "S31": -74.237321515032122, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105632.25, 497912.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45294056199735089, "S11": -0.63323655200827889, "W12": -3.8047255038223509, "S12": -5.0626819527345059, "W13": -15.000000000000002, "S13": -18.03356311805458, "W21": -38.618973064453677, "S21": -39.380823582930404, "W22": -38.913845415463001, "S22": -42.07803360211588, "W31": -71.142588496421965, "S31": -73.7603733002951, "W32": -89.77447306239246, "S32": -94.77447306239246 }, "geometry": { "type": "Point", "coordinates": [ 105633.0, 499135.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99056498747564714, "S11": -2.986097599408537, "W12": -8.311981949887187, "S12": -8.9222202964347215, "W13": -16.483516931864543, "S13": -19.502726240519959, "W21": -32.670217900054773, "S21": -32.670217900054773, "W22": -36.816233884091702, "S22": -41.702950421463946, "W31": -68.223485705093353, "S31": -68.223485705093353, "W32": -90.829098871811411, "S32": -95.829098871811411 }, "geometry": { "type": "Point", "coordinates": [ 105633.0, 499783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6555173078511829, "S11": -2.1677478219473629, "W12": -6.0658796390528531, "S12": -10.003284522265982, "W13": -25.0, "S13": -25.0, "W21": -43.096587881118282, "S21": -45.181653163047585, "W22": -39.163173991895199, "S22": -40.225314358172952, "W31": -66.916657196582577, "S31": -71.836483293232703, "W32": -96.594252443038698, "S32": -101.5942524430387 }, "geometry": { "type": "Point", "coordinates": [ 105633.0, 506174.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50194573834716349, "S11": -0.50194573834716349, "W12": -9.28423591661568, "S12": -9.28423591661568, "W13": -15.071390640557585, "S13": -20.671814992906924, "W21": -37.829112043398808, "S21": -37.829112043398808, "W22": -39.728174744961962, "S22": -39.728174744961962, "W31": -60.018704335119338, "S31": -62.301739295430096, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105633.0, 515504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16908577641148684, "S11": -2.2461763687459819, "W12": -7.6788075052456666, "S12": -14.599877846381752, "W13": -18.655399974565782, "S13": -20.261208728415582, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -53.046228969766844, "S31": -53.433353695862969, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105633.125, 503910.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1257984689232376, "S12": -9.1257984689232376, "W13": -15.0, "S13": -21.360412524775057, "W21": -37.832062081814428, "S21": -37.832062081814428, "W22": -47.448420154278196, "S22": -50.012992996627936, "W31": -74.65770837480386, "S31": -75.537846815225919, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105633.533333333340124, 515802.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.6572322760004106, "W12": -5.1946660273335601, "S12": -9.54356443388561, "W13": -15.045996952212086, "S13": -15.919898843417899, "W21": -40.0, "S21": -42.246036074664815, "W22": -37.232218964758978, "S22": -39.180623137149695, "W31": -72.89888176900584, "S31": -72.89888176900584, "W32": -90.434255942157023, "S32": -95.434255942157023 }, "geometry": { "type": "Point", "coordinates": [ 105633.777777777781012, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.4224579699721245, "W12": -5.0553932894933489, "S12": -7.4943270504696269, "W13": -15.050583546583995, "S13": -15.39327543561175, "W21": -40.0, "S21": -42.098821713403652, "W22": -48.809255659067972, "S22": -52.264395153989298, "W31": -74.655405521681871, "S31": -74.655405521681871, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 497936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92918486171782455, "S11": -1.9598503609882121, "W12": -12.555624640111915, "S12": -14.505145135525808, "W13": -16.099541824035715, "S13": -19.19396223064723, "W21": -33.785838120623893, "S21": -33.785838120623893, "W22": -44.168795074448667, "S22": -44.174654315598303, "W31": -75.604393359523002, "S31": -75.604393359523002, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 499627.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65788285187123086, "S11": -1.6848987918618543, "W12": -7.126331501458715, "S12": -9.0437535884037299, "W13": -26.091273486430062, "S13": -26.091273486430062, "W21": -43.024458077133573, "S21": -45.123505205819598, "W22": -50.922213019486662, "S22": -50.930659806227652, "W31": -74.631189740297344, "S31": -77.978203729921916, "W32": -94.058711901455638, "S32": -99.058711901455638 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 506119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54443966014024059, "S11": -0.54443966014024059, "W12": -10.558322765567393, "S12": -11.620721332918672, "W13": -25.0, "S13": -25.0, "W21": -30.659340659340657, "S21": -30.659340659340657, "W22": -50.000000000000007, "S22": -50.000454243227814, "W31": -75.771526618227895, "S31": -75.771526618227895, "W32": -90.534798534798526, "S32": -95.534798534798526 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 508019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49427962837072287, "S11": -0.49427962837072287, "W12": -11.563209733371487, "S12": -16.426465604883276, "W13": -20.0, "S13": -20.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -51.440669592252519, "S22": -51.440669592252519, "W31": -76.903032515151523, "S31": -76.903032515151523, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 508454.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.367951450137415, "S13": -14.367951450137415, "W21": -46.0, "S21": -46.0, "W22": -50.0, "S22": -50.0, "W31": -74.691836216904633, "S31": -74.691836216904633, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105634.0, 527017.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32833794201036992, "S11": -0.32833794201036992, "W12": -10.0, "S12": -10.0, "W13": -19.019054139028842, "S13": -25.069009356917377, "W21": -39.865167286694465, "S21": -39.865167286694465, "W22": -40.009147561603115, "S22": -42.644063447705072, "W31": -72.398971687539344, "S31": -75.104186989527477, "W32": -89.724166578928788, "S32": -94.724166578928788 }, "geometry": { "type": "Point", "coordinates": [ 105634.2, 514590.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -28.51395542652773, "W21": -39.513952899224805, "S21": -39.513952899224805, "W22": -50.0, "S22": -62.13192455848457, "W31": -80.0, "S31": -80.0, "W32": -90.822661072256992, "S32": -95.822661072256992 }, "geometry": { "type": "Point", "coordinates": [ 105635.0, 512381.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.046054557236103848, "S11": 0.046054557236103848, "W12": -11.005227610395304, "S12": -17.128840450652909, "W13": -21.313697073154422, "S13": -21.313697073154422, "W21": -30.841454376119668, "S21": -30.841454376119668, "W22": -38.480158594259699, "S22": -51.133291750486336, "W31": -77.90550814472094, "S31": -77.90550814472094, "W32": -90.362082994304302, "S32": -95.362082994304302 }, "geometry": { "type": "Point", "coordinates": [ 105635.5, 509140.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13136079289090097, "S11": 0.13136079289090097, "W12": -2.1777899177718316, "S12": -2.1777899177718316, "W13": -15.0, "S13": -18.003623923285279, "W21": -40.523554420755602, "S21": -41.816407613276141, "W22": -42.563669311010926, "S22": -42.563669311010926, "W31": -72.087863838456542, "S31": -72.087863838456542, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105636.0, 498882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64259567387687189, "S11": -0.64259567387687189, "W12": -10.105, "S12": -10.105, "W13": -22.616790612601996, "S13": -22.616790612601996, "W21": -36.984308322533671, "S21": -38.917242999907096, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -64.980366889023657, "S31": -64.980366889023657, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105636.0, 506618.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3621768179288374, "S12": -6.2604597963783979, "W13": -14.988567096045115, "S13": -14.988567096045115, "W21": -44.37655746691064, "S21": -44.37655746691064, "W22": -50.469892205234999, "S22": -50.478594698935375, "W31": -74.539252410214388, "S31": -78.147013541736726, "W32": -94.774389992850971, "S32": -99.774389992850971 }, "geometry": { "type": "Point", "coordinates": [ 105636.222222222218988, 525554.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49970592070942155, "S11": 0.49970592070942155, "W12": -4.1243925514810016, "S12": -4.1243925514810016, "W13": -14.874693877551028, "S13": -14.874693877551028, "W21": -37.648510500790614, "S21": -40.193012235563273, "W22": -39.465313634974891, "S22": -42.770597137459355, "W31": -72.115341232321356, "S31": -75.548434306128286, "W32": -89.571178050932673, "S32": -94.571178050932673 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 497557.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13524673479425092, "S11": -0.49109941905190296, "W12": -10.435671849489358, "S12": -17.132176077977107, "W13": -27.266370126877799, "S13": -27.266370126877799, "W21": -38.053463253433719, "S21": -38.105958280652082, "W22": -48.558549529812481, "S22": -48.568125921913236, "W31": -74.385293714570238, "S31": -77.556425393653441, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 505754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51243760399334448, "S11": -0.51243760399334448, "W12": -10.0, "S12": -10.0, "W13": -22.644305277578901, "S13": -22.644305277578901, "W21": -36.921956686421545, "S21": -38.806819339840601, "W22": -39.927268563285665, "S22": -42.671733724235217, "W31": -72.322102458940591, "S31": -74.760220804366014, "W32": -89.684087199671637, "S32": -94.684087199671637 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.333504331447001, "S12": -7.333504331447001, "W13": -17.773316002181783, "S13": -31.766861542461591, "W21": -45.479785896818058, "S21": -47.591185454191724, "W22": -45.997947505943998, "S22": -46.004670022982374, "W31": -75.33037536412516, "S31": -75.33037536412516, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105637.0, 518645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39246975244545823, "S11": -2.5483407201874724, "W12": -10.364632122668601, "S12": -17.707012550833216, "W13": -25.921419358620614, "S13": -25.921419358620614, "W21": -36.644325336450962, "S21": -36.644325336450962, "W22": -40.0, "S22": -48.659222509174938, "W31": -80.0, "S31": -80.0, "W32": -90.522311532199481, "S32": -95.522311532199481 }, "geometry": { "type": "Point", "coordinates": [ 105637.2, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43363085366221393, "S11": 0.43363085366221393, "W12": -10.644532227132494, "S12": -20.644532227132494, "W13": -23.244079588924212, "S13": -23.244079588924212, "W21": -33.385371180530178, "S21": -33.385371180530178, "W22": -43.891087576417625, "S22": -43.891087576417625, "W31": -57.822983893596657, "S31": -58.212864754523537, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105637.5, 510121.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -48.424254900268686, "S22": -48.433869910684955, "W31": -74.376686051561734, "S31": -77.471326967295681, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105637.884210526317474, 530016.69473684206605 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49398379795094916, "W12": -5.2947196070405234, "S12": -5.2947196070405234, "W13": -23.388979484256286, "S13": -23.388979484256286, "W21": -36.584082799563163, "S21": -37.428618159002085, "W22": -50.659375126194362, "S22": -50.659375126194362, "W31": -76.0143450469062, "S31": -76.0143450469062, "W32": -90.227106227106219, "S32": -95.227106227106219 }, "geometry": { "type": "Point", "coordinates": [ 105638.0, 506665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5325495023174317, "S11": -0.5325495023174317, "W12": -5.9285639192601156, "S12": -5.9285639192601156, "W13": -23.538874546787774, "S13": -23.538874546787774, "W21": -30.0, "S21": -30.0, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -56.687335597227133, "S31": -57.151156541823511, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105638.666666666671517, 507208.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84791491239983696, "S11": 0.5461705809086268, "W12": -10.0, "S12": -20.068065489409278, "W13": -21.409421503209661, "S13": -21.409421503209661, "W21": -31.650731836498021, "S21": -31.650731836498021, "W22": -40.0, "S22": -40.0, "W31": -51.904686884600238, "S31": -51.904686884600238, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105639.0, 509797.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63636890951276115, "S11": 0.63636890951276115, "W12": -10.196354598177299, "S12": -21.354227766910014, "W13": -27.121953533854164, "S13": -27.121953533854164, "W21": -37.519657510145677, "S21": -37.519657510145677, "W22": -45.691251076541398, "S22": -47.077285402218301, "W31": -75.174118316500739, "S31": -76.789854700697944, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105639.0, 511084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1441330059605912, "S12": -4.1441330059605912, "W13": -14.868840092999225, "S13": -14.868840092999225, "W21": -37.62582534794138, "S21": -40.152377005612927, "W22": -48.020726440606154, "S22": -48.029267055720275, "W31": -74.77204891719667, "S31": -75.954393235297431, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105640.0, 497554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.6995431284217517, "W12": -5.6995431284217517, "S12": -10.370449641525592, "W13": -15.0, "S13": -18.0, "W21": -40.173561876469662, "S21": -42.316463794234949, "W22": -45.674225085542268, "S22": -47.047972150346006, "W31": -75.185175022073238, "S31": -76.775239902465486, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105640.0, 498462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45128951747088181, "S11": -0.45128951747088181, "W12": -10.075, "S12": -10.075, "W13": -22.591278381844969, "S13": -22.591278381844969, "W21": -36.837138498190285, "S21": -38.812940081423953, "W22": -47.287979586887481, "S22": -47.295308017788209, "W31": -75.138700472127397, "S31": -75.138700472127397, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105640.0, 506617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.302139752321394, "S12": -7.302139752321394, "W13": -17.899518192188225, "S13": -31.439348092083549, "W21": -45.591902632531024, "S21": -47.618590276989607, "W22": -40.0, "S22": -42.555737960970006, "W31": -72.417262188837967, "S31": -75.22847088284189, "W32": -89.750062699377523, "S32": -94.750062699377523 }, "geometry": { "type": "Point", "coordinates": [ 105640.666666666671517, 518693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38443983914341406, "S11": -0.38443983914341406, "W12": -10.965712792369006, "S12": -13.965712792369006, "W13": -17.627276975721038, "S13": -22.4818417733884, "W21": -39.437899508877976, "S21": -39.437899508877976, "W22": -38.578098955335562, "S22": -51.042269816633102, "W31": -78.328022349782842, "S31": -78.328022349782842, "W32": -90.390561432058576, "S32": -95.390561432058576 }, "geometry": { "type": "Point", "coordinates": [ 105641.0, 500962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2019877336880218, "W12": -10.951141304347827, "S12": -16.626770905277699, "W13": -20.0, "S13": -20.674604816432822, "W21": -29.02202166064982, "S21": -29.02202166064982, "W22": -37.392888297872346, "S22": -37.392888297872346, "W31": -73.699323341799641, "S31": -73.699323341799641, "W32": -90.435270157530553, "S32": -95.435270157530553 }, "geometry": { "type": "Point", "coordinates": [ 105641.0, 504558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34201122268174289, "S11": -1.3338248816598153, "W12": -5.0749711649367804, "S12": -9.1445283415527712, "W13": -22.104611923510074, "S13": -22.104611923510074, "W21": -39.925748195277379, "S21": -42.156946442592883, "W22": -39.572255074945957, "S22": -39.572255074945957, "W31": -73.184203628717157, "S31": -73.184203628717157, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105641.0, 506241.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3663392718937111, "S12": -7.3663392718937111, "W13": -17.650073992645503, "S13": -32.127688870780993, "W21": -45.334000320325302, "S21": -47.521378294111479, "W22": -50.000000000000007, "S22": -61.969785288225381, "W31": -80.0, "S31": -80.0, "W32": -90.792441539311369, "S32": -95.792441539311369 }, "geometry": { "type": "Point", "coordinates": [ 105641.0, 518595.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23407659036596684, "S11": -0.72843484142379478, "W12": -3.2581213890896312, "S12": -3.303350193630247, "W13": -15.0, "S13": -18.02368066342315, "W21": -39.484340346849891, "S21": -40.418535993461035, "W22": -37.149288622244157, "S22": -40.78600093966606, "W31": -72.51440806948807, "S31": -72.51440806948807, "W32": -90.494585398570266, "S32": -95.494585398570266 }, "geometry": { "type": "Point", "coordinates": [ 105642.0, 499051.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40743503772003353, "S11": -1.27558821809392, "W12": -2.7965544011873509, "S12": -2.79655440118735, "W13": -18.793909254405285, "S13": -21.375565103007233, "W21": -38.851646592219851, "S21": -41.11839798280996, "W22": -39.646126356626517, "S22": -52.006220375558648, "W31": -76.603449799929749, "S31": -76.603449799929749, "W32": -90.686527221418899, "S32": -95.686527221418899 }, "geometry": { "type": "Point", "coordinates": [ 105642.0, 506374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56932515337423295, "S11": -0.56932515337423295, "W12": -10.346852474771744, "S12": -10.346852474771744, "W13": -20.876239404058566, "S13": -20.876239404058566, "W21": -37.455074252827053, "S21": -39.665652033321869, "W22": -48.067192850174436, "S22": -48.076906927013731, "W31": -74.353310234132863, "S31": -77.242815964153536, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105642.0, 506566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.021033736224956, "S12": -14.256232890881748, "W13": -21.836916845323291, "S13": -21.836916845323291, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -43.743338002258191, "S22": -43.749125939963932, "W31": -75.598125024477312, "S31": -75.598125024477312, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105642.857142857144936, 508269.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50818257723350957, "S11": -3.5081825772335096, "W12": -6.671875, "S12": -7.0775673341270036, "W13": -16.555569155446754, "S13": -19.555569155446754, "W21": -32.574487189204362, "S21": -32.653394589065329, "W22": -40.0, "S22": -50.282329753975809, "W31": -80.0, "S31": -80.0, "W32": -90.534189681310551, "S32": -95.534189681310551 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 499825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.049063182967856001, "S11": -1.3211848934941719, "W12": -8.1755557433860204, "S12": -12.735535391829291, "W13": -18.387315624566028, "S13": -19.550452322031084, "W21": -30.0, "S21": -30.0, "W22": -36.828915988557071, "S22": -41.277058663925459, "W31": -71.186623882738431, "S31": -71.186623882738431, "W32": -90.550131588446476, "S32": -95.550131588446476 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 503806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48718188914910221, "S11": -3.4871818891491024, "W12": -10.391628453850677, "S12": -18.233138087138727, "W13": -23.390565968244086, "S13": -25.346971595611503, "W21": -35.078445952311988, "S21": -35.078445952311988, "W22": -30.734150669463123, "S22": -30.757286112545099, "W31": -70.0, "S31": -71.980307827502756, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 505599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44066112716762995, "S11": 0.44066112716762995, "W12": -9.1333772596959264, "S12": -12.133377259695926, "W13": -24.95132342226465, "S13": -24.95132342226465, "W21": -31.414723401380463, "S21": -31.414723401380463, "W22": -38.470176462947194, "S22": -38.507017313367825, "W31": -71.063064722399545, "S31": -72.945573491295903, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 507426.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.0, "S12": -17.048113610452596, "W13": -22.750983184942566, "S13": -32.538854090530236, "W21": -37.295068332177529, "S21": -37.295068332177529, "W22": -41.408186484351283, "S22": -41.41294914629519, "W31": -75.906421728653015, "S31": -75.906421728653015, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 511466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0066023790637723583, "S11": -0.0066023790637723583, "W12": -10.0, "S12": -12.444543873147559, "W13": -17.510553031335593, "S13": -37.51055303133559, "W21": -37.51055303133559, "S21": -37.51055303133559, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -90.053255392440605, "S32": -95.053255392440605 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 513491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1396715954778078, "S11": 2.1396715954778078, "W12": -4.2116746963844456, "S12": -4.2116746963844456, "W13": -16.277881891036657, "S13": -16.277881891036657, "W21": -42.422905802262093, "S21": -43.18727361835402, "W22": -40.0, "S22": -51.799531911063099, "W31": -80.0, "S31": -80.0, "W32": -90.565921090939156, "S32": -95.565921090939156 }, "geometry": { "type": "Point", "coordinates": [ 105643.0, 523072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47371795775132941, "S11": -0.47371795775132941, "W12": -6.3867576035836366, "S12": -6.3867576035836366, "W13": -23.738716906430682, "S13": -23.738716906430682, "W21": -30.0, "S21": -30.0, "W22": -39.661119183149729, "S22": -44.661119183149729, "W31": -62.50749020906305, "S31": -63.816468417917612, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105643.4, 507243.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57440345196177067, "S11": 0.57440345196177067, "W12": -10.0, "S12": -20.459085507788974, "W13": -26.879887662455758, "S13": -26.879887662455758, "W21": -37.329077313072226, "S21": -37.329077313072226, "W22": -40.0, "S22": -40.0, "W31": -50.324734147302088, "S31": -50.324734147302088, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105643.75, 510916.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50527906976744186, "S11": -4.3052016187659579, "W12": -8.5990278717775173, "S12": -14.500012686470223, "W13": -20.0, "S13": -21.022959429972772, "W21": -29.716266943392665, "S21": -29.716266943392665, "W22": -43.439792386555389, "S22": -43.439792386555389, "W31": -58.117049217127622, "S31": -58.470921785729161, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 504322.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59149519754431124, "S11": -0.97886498921097731, "W12": -9.5990019612115933, "S12": -16.745325277753775, "W13": -20.0, "S13": -20.208583690987126, "W21": -29.222012927565615, "S21": -29.222012927565615, "W22": -30.0, "S22": -32.220635658757992, "W31": -70.0, "S31": -70.0, "W32": -90.412760627121372, "S32": -95.412760627121372 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 504831.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5974025974025974, "S12": -7.5974025974025974, "W13": -22.984950407071889, "S13": -23.285854181659921, "W21": -36.458615014051688, "S21": -37.842600987166826, "W22": -36.772209957916971, "S22": -49.243998619052668, "W31": -70.86356966486143, "S31": -70.86356966486143, "W32": -90.622747565732865, "S32": -95.622747565732865 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 506646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45726597325408613, "S11": -0.45726597325408613, "W12": -12.123458037762751, "S12": -16.551843272256832, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -38.636903976487851, "S22": -50.974449418322301, "W31": -78.588733439552996, "S31": -78.588733439552996, "W32": -90.410903173311638, "S32": -95.410903173311638 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 508656.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60410859280092355, "S11": 0.60410859280092355, "W12": -10.78552759346181, "S12": -20.82347513444541, "W13": -22.512842222736268, "S13": -22.512842222736268, "W21": -32.034544764039467, "S21": -32.034544764039467, "W22": -39.657665692806283, "S22": -44.605526311105372, "W31": -62.511339345625899, "S31": -63.856768343747433, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 510025.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1005005882072947, "S12": -9.1005005882072947, "W13": -15.0, "S13": -21.934534443742042, "W21": -37.947180278190913, "S21": -37.947180278190913, "W22": -47.877208513609553, "S22": -47.886999827079869, "W31": -74.336094908115868, "S31": -77.07261911143803, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105644.0, 515848.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.270775173195787, "S12": -7.270775173195787, "W13": -18.025720382194656, "S13": -31.111834641705457, "W21": -45.704019368244047, "S21": -47.645995099787562, "W22": -39.42083122405716, "S22": -42.73855901887385, "W31": -72.037150927002898, "S31": -75.350235602430232, "W32": -89.579393398013295, "S32": -94.579393398013295 }, "geometry": { "type": "Point", "coordinates": [ 105644.333333333328483, 518741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.473125, "S11": 0.473125, "W12": -4.1905346120630877, "S12": -4.1905346120630877, "W13": -14.861880650994577, "S13": -14.861880650994577, "W21": -37.457365814869441, "S21": -39.988471250490107, "W22": -38.054800425499373, "S22": -50.459121448087309, "W31": -73.366236276526152, "S31": -73.366236276526152, "W32": -90.658199515986013, "S32": -95.658199515986013 }, "geometry": { "type": "Point", "coordinates": [ 105645.0, 497542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39109996866186147, "S11": -0.39109996866186136, "W12": -3.5538835729940654, "S12": -3.5538835729940654, "W13": -15.0, "S13": -18.0311993735478, "W21": -38.861273560948248, "S21": -39.660743862081816, "W22": -40.0, "S22": -49.822509174935433, "W31": -80.0, "S31": -80.0, "W32": -90.549618427599341, "S32": -95.549618427599341 }, "geometry": { "type": "Point", "coordinates": [ 105645.0, 499115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88658291809951584, "S11": -0.88658291809951584, "W12": -8.3481905160244683, "S12": -8.3481905160244683, "W13": -28.57205182769172, "S13": -28.57205182769172, "W21": -42.436488859343264, "S21": -44.36434134682073, "W22": -34.723619984116723, "S22": -39.36407043497978, "W31": -70.708955886333527, "S31": -72.738026451848924, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105645.0, 505991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3991742123403847, "S12": -7.3991742123403847, "W13": -17.526831983109371, "S13": -32.488516199099976, "W21": -45.188214743832717, "S21": -47.451571134031312, "W22": -40.0, "S22": -40.0, "W31": -54.928086654491224, "S31": -55.52114558165426, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105645.0, 518546.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.02518671325865024, "S11": -0.02518671325865024, "W12": -10.0, "S12": -13.261573617818074, "W13": -17.571133642132686, "S13": -35.373462632522561, "W21": -36.819757565208292, "S21": -36.819757565208292, "W22": -47.671693619780299, "S22": -47.681220329696174, "W31": -74.454505417755612, "S31": -76.465932486979256, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105645.25, 513383.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50001928000740281, "S11": -0.50001928000740281, "W12": -9.333158366439422, "S12": -9.333158366439422, "W13": -15.129165283770291, "S13": -21.931418127454233, "W21": -37.924844455323189, "S21": -37.924844455323189, "W22": -49.42389535765097, "S22": -49.432981077500699, "W31": -74.407963918645478, "S31": -77.779821879497447, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105645.333333333328483, 515467.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0767947594360439, "S11": -1.0767947594360439, "W12": -12.319667399158112, "S12": -12.795971052936228, "W13": -17.781380959636806, "S13": -22.781380959636806, "W21": -38.701453201815177, "S21": -38.701453201815177, "W22": -39.210648450090652, "S22": -48.317916616119916, "W31": -80.0, "S31": -80.0, "W32": -90.4705316314854, "S32": -95.4705316314854 }, "geometry": { "type": "Point", "coordinates": [ 105645.6, 500800.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.0920551650058985, "W12": -4.7200451352563144, "S12": -4.7200451352563144, "W13": -14.999304707319366, "S13": -15.182369040979603, "W21": -40.0, "S21": -41.679279650115774, "W22": -40.0, "S22": -40.0, "W31": -52.943875541551797, "S31": -52.943875541551797, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105646.0, 497791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4508158347675551, "S11": -0.4508158347675551, "W12": -10.069668822261466, "S12": -16.957478073637382, "W13": -24.614432487404795, "S13": -26.348136175536006, "W21": -33.654203090042195, "S21": -33.654203090042195, "W22": -39.386026531702065, "S22": -39.402107890536321, "W31": -64.763349970639538, "S31": -69.409107417746995, "W32": -98.127311498086527, "S32": -103.12731149808653 }, "geometry": { "type": "Point", "coordinates": [ 105646.0, 505481.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21987595983461314, "S11": -0.88948247272470815, "W12": -5.0, "S12": -8.3561080858933536, "W13": -21.577870947949684, "S13": -21.577870947949684, "W21": -39.655475345650309, "S21": -41.964336809230758, "W22": -46.470931987333643, "S22": -48.336194054251621, "W31": -74.650378653819217, "S31": -76.098744918593937, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105646.0, 506255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1538851895930282, "S12": -8.1538851895930282, "W13": -15.61696548334152, "S13": -25.61696548334152, "W21": -41.522711379649138, "S21": -45.464990687366566, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105646.0, 517404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50540767746086201, "S11": -4.1347799190787544, "W12": -9.011320986894507, "S12": -14.838472704211233, "W13": -20.0, "S13": -20.94583126242544, "W21": -29.630819715012287, "S21": -29.630819715012287, "W22": -47.82483229635541, "S22": -47.834684057933252, "W31": -74.321326753695502, "S31": -76.929206534653659, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105646.2, 504347.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37198370416797244, "S11": -0.38326720205231662, "W12": -3.5229895731076386, "S12": -3.5229895731076386, "W13": -15.000000000000002, "S13": -18.030503600816445, "W21": -38.927099960737088, "S21": -39.738204297970839, "W22": -36.480496497001347, "S22": -41.338339075911989, "W31": -68.17637216477479, "S31": -68.17637216477479, "W32": -90.833645533482866, "S32": -95.833645533482866 }, "geometry": { "type": "Point", "coordinates": [ 105647.0, 499109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.765969352916585, "W13": -24.663238509503589, "S13": -26.171199911315771, "W21": -33.143623544054229, "S21": -33.143623544054229, "W22": -47.709791951477229, "S22": -47.718784360406843, "W31": -74.608038766827462, "S31": -76.042698262799561, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105647.0, 505430.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5286529318541997, "S11": -2.5286529318541997, "W12": -10.305765360483012, "S12": -18.055022745123985, "W13": -25.802209327389217, "S13": -25.972209327389216, "W21": -36.622291719348539, "S21": -36.622291719348539, "W22": -50.0, "S22": -50.001439256604009, "W31": -75.485925501569753, "S31": -75.485925501569753, "W32": -90.823717948717942, "S32": -95.823717948717942 }, "geometry": { "type": "Point", "coordinates": [ 105647.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39868002933266367, "S11": 0.39868002933266367, "W12": -10.0, "S12": -20.0, "W13": -27.117628386277396, "S13": -27.117628386277396, "W21": -36.457519013684667, "S21": -36.457519013684667, "W22": -40.0, "S22": -40.0, "W31": -55.79729592256902, "S31": -56.309860068468289, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105647.0, 510608.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58309772738424615, "S11": 0.58309772738424615, "W12": -9.8777071373326901, "S12": -12.045388136384563, "W13": -25.646338880881036, "S13": -25.646338880881036, "W21": -31.812928578666902, "S21": -31.812928578666902, "W22": -48.793015694870476, "S22": -52.170457688194873, "W31": -74.601018924312896, "S31": -74.601018924312896, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105647.333333333328483, 507476.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086284829232068677, "S11": 0.086284829232068677, "W12": -10.184771183383905, "S12": -18.045649820355138, "W13": -21.324657729042716, "S13": -21.324657729042716, "W21": -31.058015372734999, "S21": -31.058015372734999, "W22": -29.909753060800995, "S22": -29.909753060800995, "W31": -70.0, "S31": -70.699651592974391, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105647.333333333328483, 509347.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50286238532110095, "S11": 0.50286238532110095, "W12": -10.0, "S12": -20.0, "W13": -27.307195268672793, "S13": -27.307195268672793, "W21": -36.81882582067454, "S21": -36.81882582067454, "W22": -39.872765105185906, "S22": -45.528739007591781, "W31": -80.0, "S31": -80.0, "W32": -90.566300154233744, "S32": -95.566300154233744 }, "geometry": { "type": "Point", "coordinates": [ 105647.5, 510732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9596862183370729, "S12": -4.8505657395444626, "W13": -15.315409128000905, "S13": -15.315409128000905, "W21": -40.746589926954385, "S21": -40.746589926954385, "W22": -39.132687902242459, "S22": -40.025682852297685, "W31": -66.841892211944725, "S31": -71.670775774733869, "W32": -96.643261850546068, "S32": -101.64326185054607 }, "geometry": { "type": "Point", "coordinates": [ 105647.5, 523550.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5731499002334015, "W12": -5.2982004184725744, "S12": -11.735139381568814, "W13": -15.0, "S13": -16.310817949842509, "W21": -40.0, "S21": -42.273815281708259, "W22": -40.0, "S22": -40.0, "W31": -55.705060819942943, "S31": -56.223175314611538, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105648.0, 498059.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.606592299945774, "W12": -5.6395591485718732, "S12": -13.952289655228775, "W13": -15.000000000000002, "S13": -18.0, "W21": -40.029548550870039, "S21": -42.394198767733506, "W22": -37.339497136046035, "S22": -42.241364498782886, "W31": -68.44750147965614, "S31": -71.019460420959405, "W32": -91.449922565203622, "S32": -96.449922565203622 }, "geometry": { "type": "Point", "coordinates": [ 105648.0, 498268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049098193542269179, "S11": 0.049098193542269179, "W12": -10.536505015675072, "S12": -17.790363894265933, "W13": -21.310597007084127, "S13": -21.310597007084127, "W21": -30.951938889054116, "S21": -30.951938889054116, "W22": -46.178671489226915, "S22": -47.838857452466108, "W31": -74.841392040001182, "S31": -76.46609210221051, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105648.0, 509264.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1543979712558894, "S12": -8.1543979712558894, "W13": -15.615002416082776, "S13": -25.604819647702378, "W21": -41.515531498519508, "S21": -45.454308030575675, "W22": -38.544324691004149, "S22": -38.544324691004149, "W31": -70.903988091836226, "S31": -72.853657590897583, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105648.0, 517403.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2394105940701818, "S12": -7.2394105940701818, "W13": -18.151922572201102, "S13": -30.784321191327415, "W21": -45.816136103957021, "S21": -47.673399922585453, "W22": -35.077269719701512, "S22": -39.126240669836932, "W31": -70.898177173106518, "S31": -72.977507972733079, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105648.0, 518789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -30.487163651992823, "S22": -34.428201387841881, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.482654344986656, "S32": -95.482654344986656 }, "geometry": { "type": "Point", "coordinates": [ 105648.469230769231217, 530035.753846153849736 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0515763697583598, "S11": -2.0515763697583598, "W12": -13.925225721084654, "S12": -14.007381413474578, "W13": -17.049033557996079, "S13": -19.501545884832922, "W21": -38.009180214287369, "S21": -38.009180214287369, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105648.5, 500645.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -20.0, "W13": -27.285817210167739, "S13": -27.285817210167739, "W21": -36.837356862912372, "S21": -36.837356862912372, "W22": -48.5647524387023, "S22": -51.783912134371576, "W31": -74.594183915533208, "S31": -74.594183915533208, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105649.0, 510735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28188742332537192, "S11": 0.28188742332537192, "W12": -10.322057623361903, "S12": -11.870467270338484, "W13": -18.856385127337084, "S13": -34.813685440830554, "W21": -38.203427555166407, "S21": -38.203427555166407, "W22": -47.734239598009999, "S22": -47.74420721453437, "W31": -74.295503764670002, "S31": -76.673911255580393, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105649.0, 512641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4320091527870966, "S12": -7.4320091527870966, "W13": -17.403589973573091, "S13": -32.16213660658984, "W21": -45.042429167339968, "S21": -47.381763973951081, "W22": -39.006756102671744, "S22": -39.53379353732447, "W31": -60.20504952102614, "S31": -62.71138956076782, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105649.0, 518497.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80630313238366225, "S11": -0.80630313238366225, "W12": -9.32399365643675, "S12": -11.088449712169597, "W13": -29.056190042887849, "S13": -29.056190042887849, "W21": -42.79953666017704, "S21": -44.54739843813865, "W22": -51.438045672235774, "S22": -51.438045672235774, "W31": -76.221588278564127, "S31": -76.221588278564127, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105649.666666666671517, 505955.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14492742539881626, "S11": -0.6270743668712806, "W12": -2.9811408425945825, "S12": -2.9811408425945825, "W13": -15.0, "S13": -18.017649777275704, "W21": -40.018438053515389, "S21": -41.056891927144711, "W22": -38.759130794443621, "S22": -39.774232088411829, "W31": -72.67199298072714, "S31": -72.866154260143631, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57171872991387074, "S11": -0.95424220008924632, "W12": -7.031990521327014, "S12": -7.031990521327014, "W13": -16.349301488363146, "S13": -19.349301488363146, "W21": -32.281933839138176, "S21": -32.281933839138176, "W22": -40.0, "S22": -40.0, "W31": -54.838709677419359, "S31": -55.422057094682671, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33714285714285713, "S11": -0.33714285714285713, "W12": -10.127654320987656, "S12": -16.994364257087401, "W13": -23.815058118953573, "S13": -25.638817237670331, "W21": -33.904643747578199, "S21": -33.904643747578199, "W22": -29.919974999752984, "S22": -29.919974999752984, "W31": -70.0, "S31": -70.0, "W32": -90.029543701442307, "S32": -95.029543701442307 }, "geometry": { "type": "Point", "coordinates": [ 105650.0, 505509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61085411832946646, "S11": -0.53913382476192462, "W12": -7.115133396975331, "S12": -18.602786403021835, "W13": -25.0, "S13": -25.0, "W21": -37.36298974876258, "S21": -37.36298974876258, "W22": -47.734153346165876, "S22": -50.403402583689605, "W31": -74.590442145006122, "S31": -75.144401323843127, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.0, 511208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46666728270712815, "S11": -2.3677142686555555, "W12": -5.0, "S12": -17.076073580774171, "W13": -22.048070823914749, "S13": -36.57706638576834, "W21": -37.348376471805508, "S21": -37.348376471805508, "W22": -47.712060946870992, "S22": -47.722050393187374, "W31": -74.289343273258126, "S31": -76.615597105153753, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.0, 511555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9766596388550699, "S12": -8.9766596388550699, "W13": -15.0, "S13": -24.337359328380074, "W21": -38.470179048426068, "S21": -38.844831254265706, "W22": -40.394343521108411, "S22": -40.394343521108411, "W31": -56.862262569697094, "S31": -57.276837132583125, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.106666666673846, 516094.346666666679084 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0040329208351112941, "S11": 0.0040329208351112941, "W12": -10.894705600924151, "S12": -17.580091239017634, "W13": -21.292899696318131, "S13": -21.292899696318131, "W21": -30.839136251948965, "S21": -30.839136251948965, "W22": -46.50018856857691, "S22": -46.507344662858188, "W31": -75.148884868539298, "S31": -75.148884868539298, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105650.75, 509182.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.091161247995334593, "W12": -4.0957301061765046, "S12": -4.865277008467678, "W13": -19.93417766152707, "S13": -21.083521730762818, "W21": -39.255076799211302, "S21": -41.645784188546124, "W22": -39.874810422922288, "S22": -42.503810199843215, "W31": -72.294256630051677, "S31": -74.864849299419433, "W32": -89.719219161543833, "S32": -94.719219161543833 }, "geometry": { "type": "Point", "coordinates": [ 105651.0, 506330.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68604215456674478, "S11": -0.14916457009360118, "W12": -9.9611775200713648, "S12": -19.961177520071367, "W13": -21.36138822697561, "S13": -21.36138822697561, "W21": -31.393726019815226, "S21": -31.393726019815226, "W22": -38.79364935871601, "S22": -50.815607086158273, "W31": -79.27195873438508, "S31": -79.27195873438508, "W32": -90.45972335231896, "S32": -95.45972335231896 }, "geometry": { "type": "Point", "coordinates": [ 105651.0, 509626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43387924712784154, "S11": 0.43387924712784154, "W12": -10.0, "S12": -20.0, "W13": -27.407353002895874, "S13": -27.407353002895874, "W21": -36.688360129218893, "S21": -36.688360129218893, "W22": -36.968556517081133, "S22": -41.942311921089342, "W31": -68.346858701248138, "S31": -68.346858701248138, "W32": -91.096230333321614, "S32": -96.096230333321614 }, "geometry": { "type": "Point", "coordinates": [ 105651.0, 510679.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6145199494926312, "S11": 1.6145199494926312, "W12": -4.082131162240886, "S12": -4.6123781786161029, "W13": -15.0, "S13": -15.0, "W21": -41.000118537806294, "S21": -41.000118537806294, "W22": -40.0, "S22": -40.0, "W31": -53.983064198503342, "S31": -53.983064198503342, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105651.2, 524231.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2080460149445758, "S12": -7.2080460149445758, "W13": -18.278124762207543, "S13": -30.456807740949372, "W21": -45.928252839669987, "S21": -47.700804745383337, "W22": -51.270364451761495, "S22": -51.270364451761495, "W31": -76.129960577192648, "S31": -76.129960577192648, "W32": -90.033699633699626, "S32": -95.033699633699626 }, "geometry": { "type": "Point", "coordinates": [ 105651.666666666671517, 518837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50342110177404298, "S11": 0.50342110177404298, "W12": -11.424612584386166, "S12": -11.424612584386166, "W13": -17.447558983666063, "S13": -20.447558983666063, "W21": -30.0, "S21": -30.0, "W22": -43.404901971726268, "S22": -43.407617624218233, "W31": -76.491520939393311, "S31": -76.491520939393311, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105652.0, 501310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.006315457413249, "S12": -17.491025100460664, "W13": -19.99345874655987, "S13": -20.298112290762852, "W21": -29.010608655361352, "S21": -29.010608655361352, "W22": -38.134965542797069, "S22": -40.424962647145172, "W31": -71.942377018025738, "S31": -73.063377561019578, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105652.0, 504788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1663431035894423, "S12": -9.1663431035894423, "W13": -15.0, "S13": -20.762805442280843, "W21": -37.679636576311133, "S21": -37.679636576311133, "W22": -40.0, "S22": -51.073644148430063, "W31": -80.0, "S31": -80.0, "W32": -90.593704959043066, "S32": -95.593704959043066 }, "geometry": { "type": "Point", "coordinates": [ 105652.463414634141373, 515711.195121951226611 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21185430825709792, "S11": -1.1202314696105089, "W12": -9.7245984939932608, "S12": -16.615321404920905, "W13": -22.516515253477074, "S13": -23.015348268541821, "W21": -30.089670593671428, "S21": -30.089670593671428, "W22": -40.147249410777789, "S22": -40.147249410777789, "W31": -60.0, "S31": -61.813612565445027, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105652.666666666671517, 505108.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1312740452458581, "S11": -1.1312740452458581, "W12": -12.420108756378175, "S12": -12.749907987274463, "W13": -17.641760094735691, "S13": -22.641760094735691, "W21": -38.428908753470743, "S21": -38.428908753470743, "W22": -38.992805608448911, "S22": -42.243459993340707, "W31": -71.166520959802085, "S31": -73.769657836922207, "W32": -89.707747352377908, "S32": -94.707747352377908 }, "geometry": { "type": "Point", "coordinates": [ 105653.0, 500778.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60693582766273813, "S11": 0.60693582766273813, "W12": -8.0847428910287178, "S12": -12.438315701390792, "W13": -17.56989599142312, "S13": -20.934831341575482, "W21": -30.697525604242575, "S21": -35.409399170794124, "W22": -39.601807852955076, "S22": -41.943899887553783, "W31": -72.477859162155141, "S31": -75.40426033649679, "W32": -89.820667710130365, "S32": -94.820667710130365 }, "geometry": { "type": "Point", "coordinates": [ 105653.0, 502060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23618209259330089, "S11": -0.28380192525126624, "W12": -10.0, "S12": -10.0, "W13": -18.330987526588114, "S13": -20.575209077075122, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105653.0, 514268.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4648440932338067, "S12": -7.4648440932338067, "W13": -17.28034796403681, "S13": -31.776686544038441, "W21": -44.896643590847226, "S21": -47.31195681387085, "W22": -43.160582819111987, "S22": -43.163520698104037, "W31": -76.419078715356434, "S31": -76.419078715356434, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105653.0, 518448.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0904930564059141, "S12": -4.6054746806760472, "W13": -15.0, "S13": -15.0, "W21": -40.105399733933005, "S21": -40.105399733933005, "W22": -40.0, "S22": -40.0, "W31": -63.833004851425116, "S31": -63.833004851425116, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105653.2, 523842.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0743052518699763, "S12": -9.0743052518699763, "W13": -15.0, "S13": -22.520632763053587, "W21": -38.065547948787497, "S21": -38.065547948787497, "W22": -46.146970302874266, "S22": -47.759243318861529, "W31": -74.8567547481302, "S31": -76.459385313642542, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105653.909090909088263, 515895.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33242154326229933, "S11": -0.34088416667555743, "W12": -3.583772534619817, "S12": -3.583772534619817, "W13": -15.0, "S13": -18.028777006123313, "W21": -39.097756659122027, "S21": -39.936986213771689, "W22": -39.14396356997176, "S22": -39.646449956343176, "W31": -66.604366441382382, "S31": -71.389484327787827, "W32": -96.810900580066871, "S32": -101.81090058006687 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 499094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73203615235635877, "S11": -0.73203615235635877, "W12": -10.018500019664138, "S12": -14.1590279699747, "W13": -29.454056638095992, "S13": -29.454056638095992, "W21": -43.228094371386426, "S21": -44.782620754118973, "W22": -43.214863007628111, "S22": -43.214863007628111, "W31": -58.152098883214755, "S31": -58.461311748829914, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 505927.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7721173415678293, "S11": -0.7721173415678293, "W12": -10.0, "S12": -13.879658385093171, "W13": -29.354240849869637, "S13": -29.354240849869637, "W21": -43.160932079940999, "S21": -44.777873989007709, "W22": -38.800075282892394, "S22": -39.733414965455914, "W31": -72.713734291834882, "S31": -72.843895934954745, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 505935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.34578270192996791, "W12": -6.2571882031012445, "S12": -6.2571882031012445, "W13": -23.528152540217711, "S13": -23.528152540217711, "W21": -35.774618158864214, "S21": -36.364331776631602, "W22": -39.168551580516223, "S22": -42.661815101368056, "W31": -71.485759308835995, "S31": -74.339658133062855, "W32": -89.58571539964079, "S32": -94.58571539964079 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81898193496587712, "S11": 0.81898193496587712, "W12": -9.8736556955167281, "S12": -9.8736556955167281, "W13": -26.407589273459923, "S13": -26.407589273459923, "W21": -33.355422608482769, "S21": -33.355422608482769, "W22": -29.999999999999996, "S22": -29.999999999999996, "W31": -70.0, "S31": -70.0, "W32": -90.127900245779514, "S32": -95.127900245779514 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 507627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4157303370786517, "S11": -0.26359066331647552, "W12": -9.9795611061552201, "S12": -19.02166005944521, "W13": -21.335049029826468, "S13": -21.335049029826468, "W21": -31.213996372793666, "S21": -31.213996372793666, "W22": -40.0, "S22": -51.825808715165756, "W31": -80.0, "S31": -80.0, "W32": -90.663140667363933, "S32": -95.663140667363933 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 509491.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -25.729894213612031, "W21": -39.562557609302324, "S21": -39.562557609302324, "W22": -47.591270682410439, "S22": -47.601094271838122, "W31": -74.323940311458244, "S31": -76.34423108995685, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 512256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.099832579261380006, "S11": 0.099832579261380006, "W12": -10.784231029808051, "S12": -11.56862621816855, "W13": -18.473422480878739, "S13": -38.473422480878739, "W21": -38.473422480878739, "S21": -38.473422480878739, "W22": -40.0, "S22": -51.330992888648844, "W31": -80.0, "S31": -80.0, "W32": -90.619476024283031, "S32": -95.619476024283031 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 512782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6902017714182289, "S12": -8.6902017714182289, "W13": -15.0, "S13": -22.287041695152837, "W21": -39.512475452913947, "S21": -42.512475452913947, "W22": -47.704370055629298, "S22": -47.71335559430868, "W31": -74.574912872821926, "S31": -75.760471379036275, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105654.0, 516593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69958510867212409, "S11": -0.69958510867212409, "W12": -10.03125811145641, "S12": -14.436408214976026, "W13": -29.540328258084571, "S13": -29.540328258084571, "W21": -43.129309712627936, "S21": -44.634155482964026, "W22": -39.50526443480527, "S22": -39.50526443480527, "W31": -60.074070465984732, "S31": -62.185198136128797, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105654.333333333328483, 505920.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.050087993555131, "W12": -4.8743445953519648, "S12": -5.7632519545915963, "W13": -14.996225200666364, "S13": -14.996225200666364, "W21": -40.0, "S21": -41.793446102392593, "W22": -43.268705267944554, "S22": -43.268705267944554, "W31": -57.448711179146343, "S31": -57.794476781580045, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105654.375, 497868.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33027697011962875, "S11": 0.33027697011962875, "W12": -4.9177239193050175, "S12": -4.9177239193050175, "W13": -14.116571764015264, "S13": -14.116571764015264, "W21": -40.0, "S21": -42.667776763173421, "W22": -40.0, "S22": -40.0, "W31": -55.033365333444642, "S31": -55.033365333444642, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 497239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.417607342546682, "W12": -4.7479413391122396, "S12": -4.7555883979357692, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -41.657432467198355, "W22": -38.980681785744011, "S22": -41.474587908380016, "W31": -67.899732106520275, "S31": -72.700797192867626, "W32": -95.885431839666111, "S32": -100.88543183966611 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 497811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14151952915997862, "S11": -0.15120962314880171, "W12": -10.0, "S12": -18.372164199751005, "W13": -21.318967928660118, "S13": -21.318967928660118, "W21": -31.095252072415313, "S21": -31.095252072415313, "W22": -49.79788450585221, "S22": -49.80661723818946, "W31": -74.411619217134202, "S31": -77.700732992129716, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105655.0, 509399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1766814358189688, "S12": -7.1766814358189688, "W13": -18.404326952213975, "S13": -30.129294290571277, "W21": -46.040369575383018, "S21": -47.728209568181299, "W22": -50.283368239219833, "S22": -50.291788516112682, "W31": -74.508038494226213, "S31": -77.719042472829329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105655.333333333328483, 518885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6465807962529273, "S11": -0.19480811978656054, "W12": -9.9303098424026164, "S12": -19.796826152594996, "W13": -21.34886991600137, "S13": -21.34886991600137, "W21": -31.347039426062477, "S21": -31.347039426062477, "W22": -38.899640896850158, "S22": -39.647558031631782, "W31": -72.807941378864726, "S31": -72.807941378864726, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105656.0, 509603.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4976790336804804, "S12": -7.4976790336804804, "W13": -17.157105954500683, "S13": -31.3912364814875, "W21": -44.750858014354634, "S21": -47.235101789627535, "W22": -39.302312904750345, "S22": -41.119090232220088, "W31": -72.512091323741586, "S31": -75.512091323741586, "W32": -89.881387820686371, "S32": -94.881387820686371 }, "geometry": { "type": "Point", "coordinates": [ 105657.0, 518399.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19193011647179156, "S11": 0.19193011647179156, "W12": -10.093530499076053, "S12": -10.093530499076053, "W13": -22.376079126551613, "S13": -22.376079126551613, "W21": -36.592690870484688, "S21": -38.82202508323104, "W22": -36.366848944251643, "S22": -38.380927061303488, "W31": -71.580232594371751, "S31": -73.799459530881336, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105657.333333333328483, 506605.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3820808162632456, "S12": -9.3820808162632456, "W13": -15.367374826798637, "S13": -23.518106691540311, "W21": -38.020576867247719, "S21": -38.020576867247719, "W22": -30.136238028778955, "S22": -32.360823283225997, "W31": -70.0, "S31": -70.0, "W32": -90.491778751436101, "S32": -95.491778751436101 }, "geometry": { "type": "Point", "coordinates": [ 105657.666666666671517, 515431.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53406834234574108, "S11": 0.53406834234574108, "W12": -10.0, "S12": -20.181881073690036, "W13": -26.866440033015767, "S13": -26.866440033015767, "W21": -37.286085088319382, "S21": -37.286085088319382, "W22": -46.945320457959923, "S22": -49.056970357645937, "W31": -74.558216271097734, "S31": -75.581559577671172, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105657.875, 510869.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1793105030513451, "S11": 0.1793105030513451, "W12": -2.1428825982005715, "S12": -2.1428825982005715, "W13": -15.0, "S13": -18.0, "W21": -40.556545521241574, "S21": -41.912304581368055, "W22": -50.0, "S22": -50.003167426317709, "W31": -75.155127494302306, "S31": -75.748761585248531, "W32": -91.149543671522338, "S32": -96.149543671522338 }, "geometry": { "type": "Point", "coordinates": [ 105658.0, 498847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4312634570195093, "S11": -1.4312634570195093, "W12": -10.24781068763906, "S12": -17.572451987508135, "W13": -26.322385899223434, "S13": -26.322385899223434, "W21": -37.26911014638987, "S21": -37.26911014638987, "W22": -48.717532264971048, "S22": -48.717532264971048, "W31": -74.682868961874391, "S31": -74.682868961874391, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105658.0, 505702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.016820760830053922, "S11": -0.016820760830053922, "W12": -10.851000247043309, "S12": -17.787803785261289, "W13": -21.282686442103927, "S13": -21.282686442103927, "W21": -30.835407473172019, "S21": -30.835407473172019, "W22": -39.884592091200574, "S22": -42.37801089496115, "W31": -72.337309060015158, "S31": -75.144187416747471, "W32": -89.764323779008265, "S32": -94.764323779008265 }, "geometry": { "type": "Point", "coordinates": [ 105658.0, 509200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54901226597805031, "S11": -0.54901226597805031, "W12": -10.07574625398199, "S12": -17.417403338234809, "W13": -29.175410719712104, "S13": -29.175410719712104, "W21": -41.488645433614735, "S21": -42.750475196325866, "W22": -36.454179189384291, "S22": -41.374318933395003, "W31": -68.221322639149264, "S31": -68.221322639149264, "W32": -90.899227324389372, "S32": -95.899227324389372 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 505885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41526685727904411, "W12": -5.0, "S12": -5.0, "W13": -23.223023961462594, "S13": -23.223023961462594, "W21": -35.657741570294867, "S21": -36.653065942007316, "W22": -39.36616336054022, "S22": -41.576542862760036, "W31": -72.494639651642828, "S31": -75.48198932621014, "W32": -89.864898269138919, "S32": -94.864898269138919 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 506671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59360498839907194, "S11": -0.95281410974416425, "W12": -6.3015625785057532, "S12": -17.899084986620192, "W13": -24.797247673197408, "S13": -24.797247673197408, "W21": -37.374449838207632, "S21": -37.374449838207632, "W22": -42.226248093588289, "S22": -42.226248093588289, "W31": -73.853161622145237, "S31": -73.853161622145237, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 511238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21026415090513662, "S11": -0.27177136125207513, "W12": -10.0, "S12": -10.284802498219431, "W13": -18.03623590264171, "S13": -19.726041986261695, "W21": -40.0, "S21": -40.0, "W22": -38.950394740944404, "S22": -51.052813342220148, "W31": -79.95577417569929, "S31": -79.95577417569929, "W32": -90.526294364814817, "S32": -95.526294364814817 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 514177.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1448911726901221, "S12": -7.1448911726901221, "W13": -18.530529142220416, "S13": -29.801780840193231, "W21": -46.152486311095984, "S21": -47.755614390979183, "W22": -38.958120812883458, "S22": -41.672478186912173, "W31": -68.046695591452405, "S31": -72.851941599924217, "W32": -95.779988783127934, "S32": -100.77998878312793 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 518933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.958333333333334, "S13": -13.958333333333334, "W21": -47.0, "S21": -47.0, "W22": -50.455403234300334, "S22": -50.455403234300334, "W31": -75.666074906046191, "S31": -75.666074906046191, "W32": -90.551892551892621, "S32": -95.551892551892621 }, "geometry": { "type": "Point", "coordinates": [ 105659.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047156080265964559, "S11": -0.085094666345754591, "W12": -10.15890525563486, "S12": -18.353517491331679, "W13": -21.306037058971189, "S13": -21.306037058971189, "W21": -31.03801628970821, "S21": -31.03801628970821, "W22": -29.969447326554612, "S22": -29.969447326554612, "W31": -70.0, "S31": -70.0243525735426, "W32": -90.072974691352172, "S32": -95.072974691352172 }, "geometry": { "type": "Point", "coordinates": [ 105659.333333333328483, 509365.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3485508442229293, "S12": -6.3943723033707842, "W13": -14.962643809199514, "S13": -14.962643809199514, "W21": -44.419146745729911, "S21": -44.419146745729911, "W22": -39.642705917512131, "S22": -44.376403224489266, "W31": -62.242694204876969, "S31": -63.622661675301359, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105659.444444444437977, 525593.444444444496185 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.9049736003187885, "W12": -5.9049736003187885, "S12": -13.371789926156385, "W13": -15.0, "S13": -18.0, "W21": -40.19306965762658, "S21": -42.395757271487774, "W22": -35.315341237927633, "S22": -38.813230895185974, "W31": -71.03551216767346, "S31": -73.203074748030645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105660.0, 498418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.9358823529411766, "W12": -8.2231791221826818, "S12": -8.2231791221826818, "W13": -18.511079179762159, "S13": -21.068005872872192, "W21": -38.103744981003892, "S21": -40.612555958151681, "W22": -38.957774152469206, "S22": -51.065998848329642, "W31": -80.0, "S31": -80.0, "W32": -90.535453406485061, "S32": -95.535453406485061 }, "geometry": { "type": "Point", "coordinates": [ 105660.0, 506449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.24764705882352933, "W12": -10.104949543488708, "S12": -10.104949543488708, "W13": -18.690056687605331, "S13": -18.690056687605331, "W21": -37.391177844048812, "S21": -39.816136907137164, "W22": -40.0, "S22": -40.0, "W31": -70.167445760003787, "S31": -70.167445760003787, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105660.0, 506519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10061349693251527, "S11": 0.1006134969325156, "W12": -10.113887554060549, "S12": -10.113887554060549, "W13": -20.514256357564861, "S13": -20.514256357564861, "W21": -37.075612397682988, "S21": -39.43657019119847, "W22": -37.595900791687221, "S22": -41.773089451158476, "W31": -74.750702832657637, "S31": -74.750702832657637, "W32": -90.521401580212981, "S32": -95.521401580212981 }, "geometry": { "type": "Point", "coordinates": [ 105660.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038399595747354735, "S11": -0.038399595747354735, "W12": -10.0, "S12": -12.514016840020021, "W13": -17.382389282186598, "S13": -31.567106951942666, "W21": -37.478908365081558, "S21": -37.478908365081558, "W22": -47.469971280491094, "S22": -47.47966578963824, "W31": -74.341103185272175, "S31": -76.084832689086312, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105660.444444444437977, 513591.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32601267947781087, "S11": -0.32671789809558238, "W12": -3.5339001640657051, "S12": -3.5339001640657051, "W13": -15.0, "S13": -18.027196433843823, "W21": -39.255207082460366, "S21": -40.120058107602198, "W22": -31.101729470105749, "S22": -39.601729470105752, "W31": -70.0, "S31": -70.0, "W32": -90.603469458629476, "S32": -95.603469458629476 }, "geometry": { "type": "Point", "coordinates": [ 105660.75, 499080.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50032014678695413, "S11": -0.50032014678695413, "W12": -10.585638711252489, "S12": -12.029498283289728, "W13": -24.706976041115411, "S13": -24.706976041115411, "W21": -30.41142857142847, "S21": -30.41142857142847, "W22": -50.0, "S22": -61.800743624859933, "W31": -80.0, "S31": -80.0, "W32": -90.954969334131292, "S32": -95.954969334131292 }, "geometry": { "type": "Point", "coordinates": [ 105660.8, 508047.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48340266222961731, "S11": 0.48340266222961731, "W12": -10.0, "S12": -10.0, "W13": -22.409771078625951, "S13": -22.409771078625951, "W21": -36.384216202042644, "S21": -38.627903200163267, "W22": -33.373647223068829, "S22": -36.818633063274682, "W31": -70.025651739001503, "S31": -72.027104676462002, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105661.0, 506609.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5305139741271914, "S12": -7.5305139741271914, "W13": -17.033863944964402, "S13": -31.005786418936097, "W21": -44.605072437861885, "S21": -46.798028551224213, "W22": -40.0, "S22": -47.695446513524537, "W31": -80.0, "S31": -80.0, "W32": -90.675281442650828, "S32": -95.675281442650828 }, "geometry": { "type": "Point", "coordinates": [ 105661.0, 518350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.169660088584456, "S12": -11.169660088584456, "W13": -17.38223709243384, "S13": -20.574169943914299, "W21": -31.412280701753907, "S21": -31.412280701753907, "W22": -50.000000000000007, "S22": -61.677032518024703, "W31": -80.0, "S31": -80.0, "W32": -90.891552058694387, "S32": -95.891552058694387 }, "geometry": { "type": "Point", "coordinates": [ 105661.4, 501275.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.8204974210414751, "W12": -2.8204974210414751, "S12": -2.8204974210414751, "W13": -15.0, "S13": -18.0, "W21": -40.439785713434709, "S21": -42.106373766437613, "W22": -40.0, "S22": -40.0, "W31": -56.084021161812736, "S31": -56.084021161812736, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105662.0, 498698.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32963200119967007, "S11": -3.3296320011996698, "W12": -8.1049598181670586, "S12": -14.666948841303803, "W13": -18.932119109749959, "S13": -20.876532137292109, "W21": -30.0, "S21": -30.0, "W22": -39.839622539426784, "S22": -45.766149656458545, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -90.659166052294722, "S32": -95.659166052294722 }, "geometry": { "type": "Point", "coordinates": [ 105662.0, 503984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32404755791677364, "S11": -0.32404755791677364, "W12": -3.5198241957850742, "S12": -3.5198241957850742, "W13": -15.000000000000002, "S13": -18.026764785170542, "W21": -39.297871257056599, "S21": -40.169753586552403, "W22": -39.559613611107565, "S22": -41.918205893686348, "W31": -72.392897458559347, "S31": -75.346151574449664, "W32": -89.810006257472494, "S32": -94.810006257472494 }, "geometry": { "type": "Point", "coordinates": [ 105662.5, 499076.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61284297120730835, "S11": -2.1506487095260631, "W12": -5.0, "S12": -16.884321793734948, "W13": -24.099671893673108, "S13": -33.517591840603387, "W21": -37.405864537847876, "S21": -37.405864537847876, "W22": -47.002429631209907, "S22": -47.010019302734086, "W31": -74.967394372953535, "S31": -74.967394372953535, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105662.6, 511324.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0689160885904845, "S11": -1.0689160885904845, "W12": -12.328997355581214, "S12": -12.629266305966945, "W13": -17.590379607264367, "S13": -22.590379607264367, "W21": -38.323493569466372, "S21": -38.323493569466372, "W22": -37.28548365770515, "S22": -40.49903248014035, "W31": -73.244530023072016, "S31": -73.244530023072016, "W32": -90.604954932849111, "S32": -95.604954932849111 }, "geometry": { "type": "Point", "coordinates": [ 105663.0, 500778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4472265888165281, "W12": -10.0, "S12": -16.273929305167815, "W13": -23.904917805208179, "S13": -24.904917805208179, "W21": -32.140869284766538, "S21": -32.140869284766538, "W22": -39.656501935363281, "S22": -43.814109655902499, "W31": -80.0, "S31": -80.0, "W32": -90.643050661938673, "S32": -95.643050661938673 }, "geometry": { "type": "Point", "coordinates": [ 105663.0, 505337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51864963151289878, "W12": -10.078530695717152, "S12": -19.037958237128855, "W13": -28.915993550559321, "S13": -28.915993550559321, "W21": -40.830086978766943, "S21": -42.002875544187859, "W22": -39.857964464410031, "S22": -42.738660084583792, "W31": -72.122061630739807, "S31": -74.774303661422138, "W32": -89.65431229620566, "S32": -94.65431229620566 }, "geometry": { "type": "Point", "coordinates": [ 105663.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9735824821121835, "S12": -8.9735824821121835, "W13": -15.0, "S13": -24.514009831431213, "W21": -38.494803661476197, "S21": -38.759708645236373, "W22": -37.102704581065481, "S22": -41.614153037741588, "W31": -72.353380625084824, "S31": -72.353380625084824, "W32": -90.645053246307114, "S32": -95.645053246307114 }, "geometry": { "type": "Point", "coordinates": [ 105663.204545454544132, 516094.022727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0481099155326561, "S12": -9.0481099155326561, "W13": -15.0, "S13": -23.106731082365137, "W21": -38.183915619384081, "S21": -38.183915619384081, "W22": -37.55986134609752, "S22": -42.336861297883317, "W31": -68.590294155715313, "S31": -70.046503048657328, "W32": -91.794903382492691, "S32": -96.794903382492691 }, "geometry": { "type": "Point", "coordinates": [ 105663.818181818176527, 515943.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32242547529098664, "S11": 0.32242547529098664, "W12": -2.2159583059030061, "S12": -2.2159583059030061, "W13": -14.999999999999998, "S13": -18.0, "W21": -40.514374288446469, "S21": -42.012083682818599, "W22": -39.473381331299549, "S22": -41.862069655343717, "W31": -80.0, "S31": -80.0, "W32": -90.626935271582525, "S32": -95.626935271582525 }, "geometry": { "type": "Point", "coordinates": [ 105664.0, 498778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60220402423034947, "S11": 0.60220402423034947, "W12": -8.2715387004772261, "S12": -12.641815830474131, "W13": -17.619505437128417, "S13": -20.833591142786307, "W21": -30.297790336861603, "S21": -34.054958677532433, "W22": -43.740813358185534, "S22": -43.740813358185534, "W31": -57.715098169346362, "S31": -58.012278054421493, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105664.0, 502015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47039292997960575, "S11": -0.47039292997960575, "W12": -11.886987798980208, "S12": -16.717602733849098, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -41.989325682085386, "S22": -41.989325682085386, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105664.0, 508585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3404577120508433, "S11": 0.3404577120508433, "W12": -10.0, "S12": -20.0, "W13": -27.257649760076102, "S13": -27.257649760076102, "W21": -36.80466903947908, "S21": -36.80466903947908, "W22": -39.290260727236053, "S22": -44.237139784112479, "W31": -80.0, "S31": -80.0, "W32": -90.610819881226476, "S32": -95.610819881226476 }, "geometry": { "type": "Point", "coordinates": [ 105664.75, 510688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": 0.3, "W12": -8.0437743647550608, "S12": -11.097626614654354, "W13": -17.566642716123262, "S13": -21.317829303388876, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.545927314218986, "S22": -38.545927314218986, "W31": -70.975249056311227, "S31": -72.798458719387995, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105665.0, 503272.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3930288461538485, "S12": -9.3930288461538485, "W13": -22.456282971940162, "S13": -22.456282971940162, "W21": -36.130928327468197, "S21": -38.324025884276672, "W22": -40.0, "S22": -51.609753301600456, "W31": -80.0, "S31": -80.0, "W32": -90.754872314207617, "S32": -95.754872314207617 }, "geometry": { "type": "Point", "coordinates": [ 105665.0, 506614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.371122854715445, "S13": -14.371122854715445, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -51.628746134346287, "W31": -80.0, "S31": -80.0, "W32": -90.744269801846755, "S32": -95.744269801846755 }, "geometry": { "type": "Point", "coordinates": [ 105665.0, 526980.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32029912891031609, "S11": 0.32029912891031609, "W12": -5.6598383205654548, "S12": -9.1103859435187697, "W13": -17.476078796546407, "S13": -21.276902764827668, "W21": -30.0, "S21": -30.0, "W22": -47.348671878571764, "S22": -47.358237307438365, "W31": -74.358266059086276, "S31": -75.825434288215746, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 503165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31273260962251154, "S11": -5.3127326096225111, "W12": -9.5835500340367599, "S12": -16.281448244910486, "W13": -20.934202726733847, "S13": -21.259404440223275, "W21": -29.556756465304947, "S21": -29.556756465304947, "W22": -39.107140123172556, "S22": -49.470723857076635, "W31": -80.0, "S31": -80.0, "W32": -90.594704490870356, "S32": -95.594704490870356 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 504920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82330019552226497, "S11": -1.9739937642485932, "W12": -7.2898432729493186, "S12": -10.438258544569777, "W13": -25.302901875678188, "S13": -25.302901875678188, "W21": -43.567235546150535, "S21": -46.121715416189843, "W22": -40.0, "S22": -40.0, "W31": -55.880542193190237, "S31": -55.880542193190237, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 506169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68093971954106725, "S11": -1.6266729062061267, "W12": -4.1232739609838847, "S12": -4.1232739609838847, "W13": -19.798920664018315, "S13": -21.286774305187279, "W21": -38.493020576037651, "S21": -41.085426335323106, "W22": -47.951919511830809, "S22": -50.67735125783399, "W31": -74.520033961688455, "S31": -74.787534035747186, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 506393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.8834117647058823, "W12": -10.012476250791641, "S12": -10.012476250791641, "W13": -17.868721233595242, "S13": -18.221299461889643, "W21": -37.749914847498772, "S21": -40.323411135883475, "W22": -48.768174326710671, "S22": -52.026766782019216, "W31": -74.517826777349271, "S31": -74.517826777349271, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 506466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49619941083163382, "S11": -0.49619941083163382, "W12": -11.537954408917406, "S12": -16.537954408917408, "W13": -20.353985520427837, "S13": -20.353985520427837, "W21": -30.0, "S21": -30.0, "W22": -43.907088807968485, "S22": -43.913365782577223, "W31": -75.350998097776611, "S31": -75.350998097776611, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 508464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037988715565881209, "S11": -0.037988715565881209, "W12": -10.784183591452997, "S12": -18.031342027382355, "W13": -21.272102319481839, "S13": -21.272102319481839, "W21": -30.836818127778265, "S21": -30.836818127778265, "W22": -50.476404371695267, "S22": -50.484510362402688, "W31": -74.55081932559456, "S31": -77.428357250016163, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.0, 509224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23430052009272728, "S11": 0.23430052009272728, "W12": -10.343984708406648, "S12": -11.759573663317747, "W13": -18.727230065912597, "S13": -35.467951284858181, "W21": -38.280426129865994, "S21": -38.280426129865994, "W22": -52.100206429206878, "S22": -52.100206429206878, "W31": -76.690911454545457, "S31": -76.690911454545457, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.333333333328483, 512669.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.018438078340802383, "S11": 0.018438078340802383, "W12": -2.5442838532002581, "S12": -2.5442838532002581, "W13": -15.0, "S13": -18.007776094686708, "W21": -40.63988390986048, "S21": -41.847783050102144, "W22": -39.951184039928542, "S22": -42.742326467738955, "W31": -72.137495351138512, "S31": -74.154008053217041, "W32": -89.67358622855609, "S32": -94.67358622855609 }, "geometry": { "type": "Point", "coordinates": [ 105666.5, 498915.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9049049933714817, "W12": -10.0, "S12": -14.223086028729897, "W13": -15.607712628732926, "S13": -18.683850961702539, "W21": -35.200677368087156, "S21": -35.200677368087156, "W22": -39.640860664051331, "S22": -39.640860664051331, "W31": -60.037408670238669, "S31": -61.942922828211842, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105666.666666666671517, 499494.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48907849236276435, "S11": -0.48907849236276435, "W12": -10.996738170347003, "S12": -17.363733375461546, "W13": -20.0, "S13": -20.358231880760041, "W21": -28.98054165156978, "S21": -28.98054165156978, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105667.0, 504787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36887182516243355, "S11": -1.0626755338915155, "W12": -5.9850665726126451, "S12": -8.4190540379367995, "W13": -22.374987217506902, "S13": -22.374987217506902, "W21": -40.0, "S21": -42.602979548646459, "W22": -50.0, "S22": -50.001910614072173, "W31": -75.260081619398591, "S31": -76.161684534383639, "W32": -90.930961523391588, "S32": -95.930961523391588 }, "geometry": { "type": "Point", "coordinates": [ 105667.0, 506242.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54142857142857137, "S11": -1.9739243697478988, "W12": -10.0, "S12": -10.0, "W13": -18.041355498088766, "S13": -18.76781355597036, "W21": -37.750323753327507, "S21": -40.336532996277462, "W22": -30.0, "S22": -31.04962545869936, "W31": -70.0, "S31": -70.0, "W32": -90.407361209634033, "S32": -95.407361209634033 }, "geometry": { "type": "Point", "coordinates": [ 105667.0, 506463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1143706912508913, "S12": -7.1143706912508913, "W13": -18.660293379003477, "S13": -29.489250196418407, "W21": -46.246316615876985, "S21": -47.758354903757152, "W22": -38.693840006172721, "S22": -43.073169239513376, "W31": -68.693335982976876, "S31": -71.309440968804793, "W32": -94.168401741198323, "S32": -99.168401741198323 }, "geometry": { "type": "Point", "coordinates": [ 105667.25, 518981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8817817382452082, "S12": -5.8817817382452082, "W13": -20.0, "S13": -20.0, "W21": -39.678636727916647, "S21": -40.872021190011367, "W22": -30.985665890812037, "S22": -32.310995953219162, "W31": -70.0, "S31": -72.303131259611476, "W32": -90.077708331527333, "S32": -95.077708331527333 }, "geometry": { "type": "Point", "coordinates": [ 105667.933333333334303, 520726.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.883893988690061, "W12": -5.883893988690061, "S12": -14.160631256246321, "W13": -15.0, "S13": -18.0, "W21": -40.154914732716726, "S21": -42.410597800764123, "W22": -42.538638438839477, "S22": -42.538638438839477, "W31": -58.481213872832164, "S31": -58.725260486579685, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 498347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.9323694959155215, "W12": -5.9323694959155215, "S12": -13.944759876019189, "W13": -15.000000000000002, "S13": -18.0, "W21": -40.18589767926008, "S21": -42.407812303536339, "W22": -41.322278349333963, "S22": -41.322278349333963, "W31": -73.762524613523254, "S31": -73.762524613523254, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60335760971055086, "S11": 0.60335760971055086, "W12": -11.683085575178353, "S12": -11.683085575178353, "W13": -17.670761937543023, "S13": -20.302117301313537, "W21": -29.14191056910569, "S21": -29.14191056910569, "W22": -49.993497440961612, "S22": -50.001877185786377, "W31": -74.452652090652165, "S31": -77.466312187955296, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 501407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -10.0, "S12": -16.172859728515817, "W13": -23.916659918325792, "S13": -24.871531696073887, "W21": -32.086617504925528, "S21": -32.086617504925528, "W22": -47.990650231642327, "S22": -50.728455739464877, "W31": -74.509443622218058, "S31": -74.729817668095166, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 505334.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.69809902309058636, "W12": -10.000576645843346, "S12": -10.000576645843346, "W13": -18.328481691435574, "S13": -18.328481691435574, "W21": -37.251935663287689, "S21": -39.749694563736099, "W22": -48.33331643426272, "S22": -48.342465260832874, "W31": -74.304092031612271, "S31": -77.016744304966252, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 506509.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60844794581063177, "S11": 0.60844794581063177, "W12": -9.9850139485787519, "S12": -11.646490394990387, "W13": -26.032400590375417, "S13": -26.032400590375417, "W21": -32.028061692882062, "S21": -32.028061692882062, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 507500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58884820393974513, "S11": -1.6527722445772555, "W12": -5.0, "S12": -16.794107526176937, "W13": -24.420490348748775, "S13": -30.575098872039163, "W21": -37.43674557765479, "S21": -37.43674557765479, "W22": -40.0, "S22": -40.0, "W31": -55.219712346617968, "S31": -55.707123233751915, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105668.0, 511289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -39.071765801434886, "S22": -42.405473881107852, "W31": -71.190453423182404, "S31": -73.778942373549683, "W32": -89.641021642363199, "S32": -94.641021642363199 }, "geometry": { "type": "Point", "coordinates": [ 105668.413793103449279, 530027.413793103420176 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33760691189468267, "S11": 0.33760691189468267, "W12": -6.1260596822892648, "S12": -6.1260596822892648, "W13": -13.377059478777182, "S13": -13.377059478777182, "W21": -38.532417479369592, "S21": -40.806541103416954, "W22": -47.419708928586218, "S22": -49.777746661040268, "W31": -74.505437510113822, "S31": -75.103757858486006, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105669.0, 497129.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95762300319488824, "S11": -0.95762300319488824, "W12": -9.2316359073560932, "S12": -9.2316359073560932, "W13": -28.098787973386923, "S13": -28.098787973386923, "W21": -43.255075108016875, "S21": -45.627144054158023, "W22": -39.089583447248764, "S22": -49.643686812042986, "W31": -80.0, "S31": -80.0, "W32": -90.617432483163185, "S32": -95.617432483163185 }, "geometry": { "type": "Point", "coordinates": [ 105669.0, 506027.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41378708551483417, "S11": 0.41378708551483417, "W12": -10.0, "S12": -11.284184477274755, "W13": -20.0, "S13": -30.062513463566169, "W21": -38.815674671951029, "S21": -38.815674671951029, "W22": -38.446525897173942, "S22": -50.232652155563201, "W31": -78.257633629438857, "S31": -78.257633629438857, "W32": -90.581773799837265, "S32": -95.581773799837265 }, "geometry": { "type": "Point", "coordinates": [ 105669.0, 511985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.65036994683198102, "W12": -9.9382535647509496, "S12": -10.38638650633265, "W13": -15.0, "S13": -17.001812229612614, "W21": -37.102342479384127, "S21": -37.102342479384127, "W22": -40.0, "S22": -40.0, "W31": -62.685642813826561, "S31": -62.685642813826561, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105669.594936708861496, 496778.582278480986133 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86, "S11": 0.86, "W12": -12.65, "S12": -18.1399998, "W13": -18.15, "S13": -19.65, "W21": -27.15, "S21": -27.15, "W22": -39.347525217849331, "S22": -39.347525217849331, "W31": -73.178681108876148, "S31": -73.178681108876148, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79, "S11": -2.7, "W12": -8.7, "S12": -8.7, "W13": -19.709999, "S13": -21.691978021170566, "W21": -37.995859203484038, "S21": -40.641325926653124, "W22": -47.929951618569071, "S22": -47.929951618569071, "W31": -74.671618742660371, "S31": -74.671618742660371, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3671190053285973, "W12": -10.0, "S12": -10.0, "W13": -17.024937346995117, "S13": -17.024937346995117, "W21": -37.425805493919967, "S21": -39.984087773909806, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -51.205305456113237, "S31": -51.505273606274606, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -22.157166765790876, "S13": -22.157166765790876, "W21": -36.316236666375623, "S21": -38.649482224318916, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.157808164883079, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4310032660869876, "S12": -9.4310032660869876, "W13": -15.511420059582919, "S13": -25.010630945380189, "W21": -38.116309279172093, "S21": -38.116309279172093, "W22": -38.653367387691659, "S22": -43.042488456225463, "W31": -68.728619475825923, "S31": -71.023501916172052, "W32": -93.922244420969903, "S32": -98.922244420969903 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 515395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33585223236260425, "S11": -0.93729108128361949, "W12": -10.192451449801347, "S12": -18.926341935564896, "W13": -26.779504751456095, "S13": -26.779504751456095, "W21": -37.969024444792403, "S21": -37.969024444792403, "W22": -47.388013670652583, "S22": -47.39744413289722, "W31": -74.37777682844721, "S31": -75.566549522774679, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.666666666671517, 505736.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91459854014598529, "S11": -1.8113333770471067, "W12": -7.9280972940103389, "S12": -7.9280972940103389, "W13": -22.561347677905601, "S13": -22.561347677905601, "W21": -32.961961248565281, "S21": -32.961961248565281, "W22": -47.383902424057162, "S22": -47.393338772643219, "W31": -74.375428932900206, "S31": -75.566035887345208, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105671.0, 506759.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5614865923300343, "S12": -7.5614865923300343, "W13": -16.938520310998324, "S13": -30.659119401325846, "W21": -44.44453151701228, "S21": -46.182104523371201, "W22": -51.065540222115182, "S22": -51.072982084589064, "W31": -74.734020827359345, "S31": -76.233664976318877, "W32": -94.127481107463822, "S32": -99.127481107463822 }, "geometry": { "type": "Point", "coordinates": [ 105671.125, 518304.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22921434019836626, "S11": 0.22921434019836626, "W12": -2.2417099943920022, "S12": -2.2417099943920022, "W13": -15.0, "S13": -18.0, "W21": -40.568403192140849, "S21": -41.982131967925682, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105671.333333333328483, 498816.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2000000000000615, "S11": 2.2000000000000615, "W12": -4.2178367073361516, "S12": -4.2479295650715052, "W13": -16.30054922663404, "S13": -16.30054922663404, "W21": -42.263913781749984, "S21": -42.964546698021515, "W22": -39.308291008267197, "S22": -39.485106618772058, "W31": -64.764822478835768, "S31": -69.046429688533095, "W32": -98.117697885639572, "S32": -103.11769788563957 }, "geometry": { "type": "Point", "coordinates": [ 105671.428571428565192, 523083.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1970606790600424, "S12": -4.3848268424351655, "W13": -14.794440712994058, "S13": -14.852527596431353, "W21": -37.68463247845326, "S21": -39.883655279756191, "W22": -38.605909019785898, "S22": -39.791927939991837, "W31": -72.560878481002689, "S31": -72.837152211370395, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105672.0, 497546.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.2426569499231128, "W13": -17.20896375871456, "S13": -21.275804701315518, "W21": -30.546891928558651, "S21": -31.992222513129743, "W22": -46.109757416872135, "S22": -47.595869498634784, "W31": -74.860198621397501, "S31": -76.178112543441969, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105672.0, 502589.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46566868559290409, "S11": 0.46566868559290409, "W12": -10.0, "S12": -20.0, "W13": -26.852992403575779, "S13": -26.852992403575779, "W21": -37.243092863566531, "S21": -37.243092863566531, "W22": -47.513236231648548, "S22": -47.522477727788846, "W31": -74.429432077572869, "S31": -75.396008145156813, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105672.0, 510823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25081445627829502, "S11": -0.30669118303027221, "W12": -10.0, "S12": -10.0, "W13": -18.461675870037375, "S13": -20.956019893459974, "W21": -40.0, "S21": -40.0, "W22": -39.981436547058699, "S22": -51.900703637036926, "W31": -77.327112856624694, "S31": -77.327112856624694, "W32": -90.867872478911764, "S32": -95.867872478911764 }, "geometry": { "type": "Point", "coordinates": [ 105672.8, 514308.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30225867467261208, "S11": -0.24340702462731617, "W12": -5.0, "S12": -6.5636174909722991, "W13": -13.776548169840282, "S13": -15.404872602770114, "W21": -35.557248687171793, "S21": -37.062231164697252, "W22": -41.810960368201123, "S22": -41.816414196141139, "W31": -75.575200281752444, "S31": -75.575200281752444, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 496994.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0034022576221119927, "S11": -0.23729008420933881, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.995405331682999, "S13": -19.956948915089132, "W21": -30.0, "S21": -31.446669198433796, "W22": -40.0, "S22": -51.299306868304974, "W31": -80.0, "S31": -80.0, "W32": -90.725938918621665, "S32": -95.725938918621665 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 503641.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.980635587999291, "S13": -21.980635587999291, "W21": -36.337822444917691, "S21": -38.713335980722732, "W22": -37.017735638332034, "S22": -41.87815084294774, "W31": -68.465076278291832, "S31": -68.465076278291832, "W32": -91.313520731406854, "S32": -96.313520731406854 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 506584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44062660193589243, "S11": 0.44062660193589243, "W12": -10.580757404110699, "S12": -20.656969638074088, "W13": -22.498345671809972, "S13": -22.498345671809972, "W21": -31.808797834916636, "S21": -31.808797834916636, "W22": -39.590185704055273, "S22": -51.51757381133951, "W31": -76.487948868681684, "S31": -76.487948868681684, "W32": -90.862026524665922, "S32": -95.862026524665922 }, "geometry": { "type": "Point", "coordinates": [ 105673.0, 510028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89149735596994151, "S11": -3.3700042556026233, "W12": -8.5099216245101523, "S12": -9.0669247419160772, "W13": -16.356119951040387, "S13": -19.361318644562434, "W21": -32.516570155096545, "S21": -32.516570155096545, "W22": -48.256846845631308, "S22": -51.144200847544603, "W31": -74.488988274083951, "S31": -74.488988274083951, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105673.5, 499802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0219145791953359, "S12": -9.0219145791953359, "W13": -14.999999999999998, "S13": -23.692829401676882, "W21": -38.302283289980693, "S21": -38.302283289980693, "W22": -34.447311536709478, "S22": -38.961126147338618, "W31": -70.599444475742274, "S31": -72.798701967624069, "W32": -90.02862909983628, "S32": -95.02862909983628 }, "geometry": { "type": "Point", "coordinates": [ 105673.727272727279342, 515991.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1645843063988788, "S11": -2.1645843063988788, "W12": -14.659125025018346, "S12": -14.659125025018346, "W13": -16.672415021390805, "S13": -19.896291086744398, "W21": -36.588769918469787, "S21": -36.588769918469787, "W22": -39.587055727865348, "S22": -43.616357870635106, "W31": -62.360929844008439, "S31": -64.352574698118744, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105674.0, 500592.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31319525657139741, "S11": -0.81319525657139735, "W12": -10.177558237962581, "S12": -19.411695177833245, "W13": -26.894042784143846, "S13": -26.894042784143846, "W21": -38.146634422709802, "S21": -38.235150122913403, "W22": -50.0, "S22": -61.719391970662471, "W31": -80.0, "S31": -80.0, "W32": -90.974050865153174, "S32": -95.974050865153174 }, "geometry": { "type": "Point", "coordinates": [ 105674.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56653840893549123, "S11": -0.56653840893549123, "W12": -5.4991063919259888, "S12": -5.4991063919259888, "W13": -23.603011634459484, "S13": -23.603011634459484, "W21": -30.0, "S21": -30.0, "W22": -39.159355574421546, "S22": -47.283368766941109, "W31": -80.0, "S31": -80.0, "W32": -90.650608567435427, "S32": -95.650608567435427 }, "geometry": { "type": "Point", "coordinates": [ 105674.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0938698713677848, "S12": -4.0986698989858388, "W13": -15.0, "S13": -15.0, "W21": -40.069813935440941, "S21": -40.069813935440941, "W22": -38.612894769210598, "S22": -43.011807672937557, "W31": -68.763902968674955, "S31": -70.737562863539296, "W32": -93.676087100741483, "S32": -98.676087100741483 }, "geometry": { "type": "Point", "coordinates": [ 105674.4, 523885.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024946907527332751, "S11": 0.024946907527332751, "W12": -10.0, "S12": -20.0, "W13": -25.048118240026014, "S13": -25.048118240026014, "W21": -36.070011577635086, "S21": -41.070011577635086, "W22": -39.030876929640058, "S22": -39.501190929365819, "W31": -60.1956161714564, "S31": -62.389356857000365, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105675.0, 510411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.083424525808419, "S12": -7.083424525808419, "W13": -18.790057615786537, "S13": -29.176719552643583, "W21": -46.340146920657986, "S21": -47.761095416535127, "W22": -40.0, "S22": -40.0, "W31": -58.559473250341739, "S31": -58.559473250341739, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105675.5, 519029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.815619885502358, "S13": -21.815619885502358, "W21": -36.362665098359145, "S21": -38.7768971461985, "W22": -40.0, "S22": -49.752380952381031, "W31": -80.0, "S31": -80.0, "W32": -90.744753330826128, "S32": -95.744753330826128 }, "geometry": { "type": "Point", "coordinates": [ 105675.666666666671517, 506573.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36129916000633955, "S11": 0.36129916000633955, "W12": -10.46869688933625, "S12": -10.46869688933625, "W13": -17.391178882189994, "S13": -21.485436920724087, "W21": -35.383130263943691, "S21": -35.383130263943691, "W22": -50.0, "S22": -50.002620003905122, "W31": -75.168181900159368, "S31": -75.90183237739241, "W32": -91.181103692585907, "S32": -96.181103692585907 }, "geometry": { "type": "Point", "coordinates": [ 105676.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.005805291548938, "S13": -21.005805291548938, "W21": -36.583357895074215, "S21": -39.046559664566907, "W22": -37.374714605987222, "S22": -37.374714605987222, "W31": -72.006405062443406, "S31": -74.462513807939644, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105676.0, 506551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.789526030179299, "S13": -21.789526030179299, "W21": -36.369587753987695, "S21": -38.789433824737472, "W22": -31.800666974722994, "S22": -32.286472491520243, "W31": -70.0, "S31": -72.112689161422054, "W32": -90.09457596851513, "S32": -95.09457596851513 }, "geometry": { "type": "Point", "coordinates": [ 105676.0, 506572.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33709951752471912, "S11": -0.33709951752471912, "W12": -10.0, "S12": -10.0, "W13": -18.823155305200146, "S13": -27.112185232004016, "W21": -39.999138842159539, "S21": -39.999138842159539, "W22": -36.466881179977229, "S22": -41.444791040852479, "W31": -68.304770058048632, "S31": -68.304770058048632, "W32": -91.00855863118808, "S32": -96.00855863118808 }, "geometry": { "type": "Point", "coordinates": [ 105676.4, 514600.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.8211548974287659, "W12": -4.7412792930802565, "S12": -4.8230268924779072, "W13": -14.917764652430714, "S13": -14.917764652430714, "W21": -40.0, "S21": -41.528422948289169, "W22": -39.673626221954031, "S22": -42.005671367536451, "W31": -72.323746188289491, "S31": -75.323746188289491, "W32": -89.813804575906602, "S32": -94.813804575906602 }, "geometry": { "type": "Point", "coordinates": [ 105676.5, 497825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27889600954405713, "S11": -0.28030644677960015, "W12": -3.4010275396003831, "S12": -3.4010275396003831, "W13": -14.999999999999998, "S13": -18.023193494139846, "W21": -39.649140603972484, "S21": -40.579372353122572, "W22": -47.464362184695332, "S22": -47.472385433462414, "W31": -74.785903877367701, "S31": -74.785903877367701, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105676.5, 499045.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32779803082929071, "S11": 0.32779803082929071, "W12": -10.0, "S12": -20.0, "W13": -26.933896769770989, "S13": -26.933896769770989, "W21": -37.13077135993646, "S21": -37.13077135993646, "W22": -30.094976111449373, "S22": -34.281296866166358, "W31": -70.0, "S31": -70.0, "W32": -90.611226023178503, "S32": -95.611226023178503 }, "geometry": { "type": "Point", "coordinates": [ 105676.5, 510774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46761725686827915, "S11": -0.46761725686827915, "W12": -3.831595517939788, "S12": -3.831595517939788, "W13": -15.0, "S13": -18.033174152856049, "W21": -38.808370374878344, "S21": -39.56115791712827, "W22": -30.254409694658015, "S22": -35.34639082673349, "W31": -70.0, "S31": -70.0, "W32": -90.624505829572897, "S32": -95.624505829572897 }, "geometry": { "type": "Point", "coordinates": [ 105676.666666666671517, 499130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46787840802256342, "S11": -0.46787840802256342, "W12": -3.8350003979729914, "S12": -3.8350003979729914, "W13": -15.0, "S13": -18.033176292378592, "W21": -38.809385491363813, "S21": -39.562013054807984, "W22": -29.999999999999996, "S22": -30.426382940712234, "W31": -70.0, "S31": -70.0, "W32": -90.15654515063315, "S32": -95.15654515063315 }, "geometry": { "type": "Point", "coordinates": [ 105677.0, 499130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24074604483766965, "S11": -2.8352928066318186, "W12": -8.4232070734635958, "S12": -15.027621867017112, "W13": -18.723085627871598, "S13": -20.693992995793892, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.322758980692392, "S22": -42.0979592705133, "W31": -68.5742039296927, "S31": -70.450168995602169, "W32": -91.647205307803318, "S32": -96.647205307803318 }, "geometry": { "type": "Point", "coordinates": [ 105677.0, 503923.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1778480609767303, "S12": -8.1778480609767303, "W13": -15.5509293587383, "S13": -25.550929358738301, "W21": -41.333911573918051, "S21": -45.416178380379407, "W22": -47.888106325801928, "S22": -50.515746706905112, "W31": -74.474684138944596, "S31": -74.695601282055662, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105677.0, 517372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7468780242869506, "S11": 0.7468780242869506, "W12": -5.648247003427409, "S12": -5.648247003427409, "W13": -20.0, "S13": -20.0, "W21": -40.133048765081867, "S21": -41.366815275484029, "W22": -40.0, "S22": -40.0, "W31": -55.346971597982836, "S31": -55.800333304033295, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105677.642857142855064, 521064.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.6281269527187856, "W12": -9.8617703541281507, "S12": -10.379104738336915, "W13": -15.0, "S13": -16.991214696802224, "W21": -36.993555848461746, "S21": -36.993555848461746, "W22": -38.572422150729544, "S22": -42.981126889649651, "W31": -68.799186461523988, "S31": -70.45162381090654, "W32": -93.429929780513064, "S32": -98.429929780513064 }, "geometry": { "type": "Point", "coordinates": [ 105678.0, 496779.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64666022933011469, "S11": 0.64666022933011469, "W12": -9.643262628629099, "S12": -14.243477068148811, "W13": -17.777237159048187, "S13": -20.777237159048187, "W21": -29.213862909908844, "S21": -30.497213378717884, "W22": -50.096844273204667, "S22": -50.104982333289989, "W31": -74.476824578238038, "S31": -77.291071403921919, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105678.0, 501890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.37875085524386676, "W12": -9.7804246208742196, "S12": -19.333647452156331, "W13": -21.300966437880433, "S13": -21.300966437880433, "W21": -31.199451394685436, "S21": -31.199451394685436, "W22": -42.155549536471078, "S22": -42.155549536471078, "W31": -70.0, "S31": -70.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105678.0, 509548.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28721159991963435, "S11": 0.28721159991963435, "W12": -6.5633244451973383, "S12": -9.9579239342370549, "W13": -17.527027590409006, "S13": -21.284782739233862, "W21": -30.0, "S21": -30.0, "W22": -35.914788884176566, "S22": -47.948825473085201, "W31": -70.0, "S31": -70.0, "W32": -90.794770748605401, "S32": -95.794770748605401 }, "geometry": { "type": "Point", "coordinates": [ 105678.666666666671517, 503203.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59475982532751093, "S11": -1.4166338301240753, "W12": -12.108702451487853, "S12": -14.278566871803889, "W13": -15.919109193940566, "S13": -19.015559266599897, "W21": -34.303077985909702, "S21": -34.303077985909702, "W22": -39.058018119009077, "S22": -39.617973552161374, "W31": -66.706324651176089, "S31": -71.326342646669275, "W32": -96.729987353415495, "S32": -101.7299873534155 }, "geometry": { "type": "Point", "coordinates": [ 105679.0, 499607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60200162431056237, "W12": -10.050355920871516, "S12": -22.012449063908992, "W13": -28.143941714200956, "S13": -28.143941714200956, "W21": -39.64501394668283, "S21": -40.499110846747989, "W22": -40.0, "S22": -51.465359574185378, "W31": -80.0, "S31": -80.0, "W32": -90.811725654969649, "S32": -95.811725654969649 }, "geometry": { "type": "Point", "coordinates": [ 105679.0, 505827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6493043161537061, "S11": -1.2088338964137235, "W12": -4.9999999999999991, "S12": -5.5767731878409963, "W13": -19.845490310193913, "S13": -20.375164672749797, "W21": -38.182770905445409, "S21": -40.952229531720754, "W22": -41.283892128279888, "S22": -53.091549464737128, "W31": -78.435041462896024, "S31": -78.435041462896024, "W32": -90.916541440422151, "S32": -95.916541440422151 }, "geometry": { "type": "Point", "coordinates": [ 105679.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9582497763958062, "S12": -4.7223771942117487, "W13": -15.440332535382645, "S13": -15.440332535382645, "W21": -40.705213967417571, "S21": -40.705213967417571, "W22": -42.368795820905483, "S22": -42.368795820905483, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105679.25, 523514.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.1956934035060574, "W12": -5.1157915525000304, "S12": -10.503201726838558, "W13": -14.910385369589543, "S13": -15.633513898425923, "W21": -40.0, "S21": -41.90355658462677, "W22": -48.752229634589497, "S22": -51.934537270148333, "W31": -74.464429027205171, "S31": -74.464429027205171, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105679.555555555562023, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24174531857793322, "S11": 0.24174531857793322, "W12": -10.630779412990911, "S12": -20.641582359858006, "W13": -23.000525250720116, "S13": -23.000525250720116, "W21": -32.699588668124164, "S21": -32.699588668124164, "W22": -51.376272079278174, "S22": -51.376272079278174, "W31": -75.819032294879392, "S31": -75.819032294879392, "W32": -90.277655677655687, "S32": -95.277655677655687 }, "geometry": { "type": "Point", "coordinates": [ 105679.75, 510098.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55899615719257545, "S11": -0.45498985679343851, "W12": -6.7883296487966636, "S12": -18.219347886625819, "W13": -24.935701754385967, "S13": -24.935701754385967, "W21": -37.504930153182102, "S21": -37.504930153182102, "W22": -41.774873584417534, "S22": -41.77937128399595, "W31": -75.8397183803893, "S31": -75.8397183803893, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105679.75, 511205.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26704241293342101, "S11": -0.26704241293342101, "W12": -3.3728756030391218, "S12": -3.3728756030391218, "W13": -15.0, "S13": -18.022330196793284, "W21": -39.734468953164949, "S21": -40.678763311022998, "W22": -47.536918830279632, "S22": -47.546113201465651, "W31": -74.415833576225197, "S31": -75.144664135147281, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105680.0, 499038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22804232804232791, "S11": 0.22804232804232791, "W12": -10.0, "S12": -20.0, "W13": -27.014801135966202, "S13": -27.014801135966202, "W21": -37.018449856306376, "S21": -37.018449856306376, "W22": -30.0, "S22": -30.823983047903567, "W31": -70.0, "S31": -70.280162350490301, "W32": -90.163922603175209, "S32": -95.163922603175209 }, "geometry": { "type": "Point", "coordinates": [ 105681.0, 510725.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23068783068783061, "S11": 0.23068783068783061, "W12": -10.0, "S12": -20.0, "W13": -27.002297813404965, "S13": -27.002297813404965, "W21": -37.032925255473934, "S21": -37.032925255473934, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -70.44875463681015, "S31": -70.44875463681015, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105681.0, 510730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5924592105328772, "S12": -7.5924592105328772, "W13": -16.864623424229407, "S13": -30.333899130912755, "W21": -44.283990596162674, "S21": -45.566180495518196, "W22": -38.741537982110337, "S22": -39.675694315654916, "W31": -72.692812231895388, "S31": -72.779198198065842, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105681.25, 518259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56261238399071933, "S11": 0.56261238399071933, "W12": -9.8214465156006643, "S12": -20.799061514063936, "W13": -26.529165038225372, "S13": -26.529165038225372, "W21": -37.733192310399026, "S21": -37.733192310399026, "W22": -41.68185792227542, "S22": -41.686442556614267, "W31": -75.810827434672873, "S31": -75.810827434672873, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105681.5, 511074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -16.138369583907775, "W13": -24.663983544777569, "S13": -26.016485279173263, "W21": -33.156693688396153, "S21": -33.156693688396153, "W22": -36.484565404187933, "S22": -41.435092278247083, "W31": -68.333769686007813, "S31": -68.333769686007813, "W32": -91.043876767092371, "S32": -96.043876767092371 }, "geometry": { "type": "Point", "coordinates": [ 105682.0, 505449.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6157537234386901, "S12": -7.6157537234386901, "W13": -22.457594597816417, "S13": -22.985019045268388, "W21": -35.333933972311314, "S21": -37.482065035204343, "W22": -38.531949532248483, "S22": -42.950446106361746, "W31": -68.83446995437302, "S31": -70.165684758273784, "W32": -93.183772460284658, "S32": -98.183772460284658 }, "geometry": { "type": "Point", "coordinates": [ 105682.0, 506624.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82387409432183056, "S11": -1.3238740943218306, "W12": -3.8722712229662122, "S12": -3.8722712229662122, "W13": -23.014126456095905, "S13": -23.014126456095905, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -50.174043588204128, "S22": -50.182070345516408, "W31": -74.493684964170214, "S31": -77.231891383780905, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105682.0, 507065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17257394280127111, "S11": 0.17257394280127111, "W12": -10.0, "S12": -20.0, "W13": -27.208104251479412, "S13": -27.208104251479412, "W21": -36.79051225828362, "S21": -36.79051225828362, "W22": -50.0, "S22": -50.004218186029455, "W31": -74.994537640314178, "S31": -75.368420420007325, "W32": -92.452376585606871, "S32": -97.452376585606871 }, "geometry": { "type": "Point", "coordinates": [ 105682.0, 510644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9720196921528323, "S12": -6.9720196921528323, "W13": -22.524829423081119, "S13": -22.825190271073399, "W21": -35.074109636456377, "S21": -37.081412633969251, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105682.666666666671517, 506633.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3349248705171739, "S12": -6.5282848103633162, "W13": -14.936720522353957, "S13": -14.936720522353957, "W21": -44.46173602454887, "S21": -44.46173602454887, "W22": -50.0, "S22": -50.003329393738071, "W31": -75.076282180920217, "S31": -75.64198022040145, "W32": -91.864746925835433, "S32": -96.864746925835433 }, "geometry": { "type": "Point", "coordinates": [ 105682.666666666671517, 525632.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49705436487193427, "S11": 0.49705436487193427, "W12": -4.2238330984954633, "S12": -4.2238330984954624, "W13": -14.770421079824326, "S13": -14.770421079824326, "W21": -37.634966753505104, "S21": -39.801741997804569, "W22": -50.0, "S22": -50.003474010307087, "W31": -75.062155628117182, "S31": -75.596378925122139, "W32": -91.972189887299805, "S32": -96.972189887299805 }, "geometry": { "type": "Point", "coordinates": [ 105683.0, 497539.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39483554999226333, "S11": -0.39483554999226333, "W12": -10.0, "S12": -16.173792042333794, "W13": -23.937269958428271, "S13": -25.398961186940952, "W21": -33.419426122349478, "S21": -33.419426122349478, "W22": -50.0, "S22": -61.521718297849901, "W31": -80.0, "S31": -80.0, "W32": -91.065403592537081, "S32": -96.065403592537081 }, "geometry": { "type": "Point", "coordinates": [ 105683.0, 505476.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55689530162413003, "S11": 0.55689530162413003, "W12": -8.3845400190925989, "S12": -19.519381974292756, "W13": -25.756443796016178, "S13": -25.756443796016178, "W21": -37.638010978441905, "S21": -37.638010978441905, "W22": -48.16968567749575, "S22": -50.95129993197839, "W31": -74.449625778370802, "S31": -74.449625778370802, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105683.0, 511135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9957192428580157, "S12": -8.9957192428580157, "W13": -15.0, "S13": -24.278927720988428, "W21": -38.420650960577284, "S21": -38.420650960577284, "W22": -38.6310720471824, "S22": -38.918527222758748, "W31": -70.83744008197327, "S31": -72.660955544872195, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105683.636363636367605, 516039.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18671361686014709, "S11": 0.18671361686014709, "W12": -10.365911793451129, "S12": -11.637111291596835, "W13": -18.598075004488276, "S13": -36.122217128884273, "W21": -38.357424704565858, "S21": -38.357424704565858, "W22": -42.143353051350708, "S22": -42.143353051350708, "W31": -57.491623431462322, "S31": -57.749500829571481, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105683.666666666671517, 512698.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0524783603659476, "S12": -7.0524783603659476, "W13": -18.919821852569598, "S13": -28.864188908868755, "W21": -46.43397722543898, "S21": -47.763835929313089, "W22": -40.0, "S22": -40.0, "W31": -56.428109315162835, "S31": -56.428109315162835, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105683.75, 519077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7764600187686517, "S12": -6.0812758183449409, "W13": -14.676922235050387, "S13": -14.676922235050387, "W21": -46.0, "S21": -46.0, "W22": -30.486440149758788, "S22": -37.51474203655124, "W31": -70.0, "S31": -70.0, "W32": -90.684142098296775, "S32": -95.684142098296775 }, "geometry": { "type": "Point", "coordinates": [ 105684.0, 526243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41289581601172354, "S11": -0.41289581601172354, "W12": -6.6171747404719357, "S12": -6.6171747404719357, "W13": -24.054711929322917, "S13": -24.054711929322917, "W21": -30.179815563387237, "S21": -30.179815563387237, "W22": -39.351641007632566, "S22": -39.351641007632566, "W31": -60.110797207338855, "S31": -61.998974057810784, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105684.6, 507266.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31772823520817606, "S11": 0.31772823520817606, "W12": -2.3405373905834943, "S12": -2.3405373905834943, "W13": -15.0, "S13": -18.0, "W21": -40.580260863040216, "S21": -42.051959354483273, "W22": -41.86241387004997, "S22": -41.86241387004997, "W31": -58.810328862450262, "S31": -59.225241883899379, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105684.666666666671517, 498785.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50451970907793642, "S11": -0.50451970907793642, "W12": -10.043353004632326, "S12": -22.821921547379617, "W13": -28.407610913538484, "S13": -28.407610913538484, "W21": -40.075660526989623, "S21": -41.123652161278386, "W22": -37.983258129332341, "S22": -49.840216926252204, "W31": -73.07706360384465, "S31": -73.07706360384465, "W32": -90.880196707132214, "S32": -95.880196707132214 }, "geometry": { "type": "Point", "coordinates": [ 105684.8, 505846.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56323349138429513, "S11": -1.5468001377628711, "W12": -10.168769977506807, "S12": -18.924269636180526, "W13": -25.731440618546188, "S13": -25.731440618546188, "W21": -36.917884887194703, "S21": -36.917884887194703, "W22": -50.0, "S22": -61.379459957065194, "W31": -80.0, "S31": -80.0, "W32": -91.001834199679905, "S32": -96.001834199679905 }, "geometry": { "type": "Point", "coordinates": [ 105685.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55025377030162426, "S11": -0.32507779468511278, "W12": -6.9179269456865793, "S12": -18.305673353014484, "W13": -24.952631578947368, "S13": -24.952631578947368, "W21": -37.543470642051183, "S21": -37.543470642051183, "W22": -36.402205440337823, "S22": -41.351193477859184, "W31": -68.329103659214084, "S31": -68.329103659214084, "W32": -91.05423272268564, "S32": -96.05423272268564 }, "geometry": { "type": "Point", "coordinates": [ 105685.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16461640211640205, "S11": 0.16461640211640205, "W12": -10.0, "S12": -20.0, "W13": -27.095705502161412, "S13": -27.095705502161412, "W21": -36.906128352676312, "S21": -36.906128352676312, "W22": -40.0, "S22": -40.0, "W31": -55.1593041675346, "S31": -55.603539486958134, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105685.5, 510676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -21.793942892029115, "S13": -21.793942892029115, "W21": -36.027572774325442, "S21": -38.504353449905864, "W22": -39.167984215995709, "S22": -39.35223574451414, "W31": -73.083853380029637, "S31": -73.083853380029637, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105686.0, 506576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.039979806620031699, "S11": -0.039979806620031699, "W12": -10.0, "S12": -13.287124075870604, "W13": -17.392289953855489, "S13": -34.853556264738685, "W21": -37.161797747231105, "S21": -37.161797747231105, "W22": -41.632452637239972, "S22": -41.632452637239972, "W31": -73.884266684185235, "S31": -73.884266684185235, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105686.0, 513430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1575274864282425, "S11": 2.1575274864282425, "W12": -4.2346320177002372, "S12": -4.2346320177002372, "W13": -16.351387814683132, "S13": -16.351387814683132, "W21": -42.216386393745168, "S21": -42.909026341253359, "W22": -38.915951787531569, "S22": -41.032843901032336, "W31": -67.730524963573274, "S31": -72.349696517825478, "W32": -95.996820234761586, "S32": -100.99682023476159 }, "geometry": { "type": "Point", "coordinates": [ 105686.5, 523071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25785479580660298, "S11": -0.25785479580660303, "W12": -10.0, "S12": -16.155372383831043, "W13": -23.531795588416422, "S13": -25.089249285307123, "W21": -33.683043554836949, "S21": -33.683043554836949, "W22": -37.006722947787914, "S22": -41.672246658606234, "W31": -72.192353180681593, "S31": -72.192353180681593, "W32": -90.795521094043949, "S32": -95.795521094043949 }, "geometry": { "type": "Point", "coordinates": [ 105687.0, 505505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41324160114373321, "W12": -5.0, "S12": -5.0, "W13": -22.711024686514055, "S13": -22.711024686514055, "W21": -34.543580919402984, "S21": -36.154703420684378, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -70.0, "W32": -90.24380569183613, "S32": -95.24380569183613 }, "geometry": { "type": "Point", "coordinates": [ 105687.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.189393030522851, "S12": -10.189393030522851, "W13": -27.295224646898671, "S13": -27.295224646898671, "W21": -33.764714054179208, "S21": -33.764714054179208, "W22": -52.621483470299836, "S22": -52.621483470299836, "W31": -76.559396396969689, "S31": -76.559396396969689, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105687.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.080843329698302324, "S11": -0.080843329698302407, "W12": -10.195086048167189, "S12": -18.423363396118077, "W13": -21.248822394142508, "S13": -21.248822394142508, "W21": -30.884034249790297, "S21": -30.884034249790297, "W22": -38.295213373587373, "S22": -39.333938674598024, "W31": -72.235724855710785, "S31": -75.293548453104052, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105687.666666666671517, 509323.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -47.101719429932331, "S22": -47.11159481574223, "W31": -74.180640784072452, "S31": -75.372627666513509, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105687.721052631575731, 530016.673684210516512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4208219711725747, "S11": -2.2154033931909236, "W12": -6.2016457832378782, "S12": -6.2016457832378782, "W13": -21.88527067416608, "S13": -21.88527067416608, "W21": -30.0, "S21": -30.0, "W22": -47.101236268874452, "S22": -47.111116069440413, "W31": -74.178879862412188, "S31": -75.372242439941246, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105688.0, 506838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38163024217354358, "S11": -1.0179763960195878, "W12": -6.8148847544306674, "S12": -7.833686768197909, "W13": -22.558441558441043, "S13": -22.558441558441043, "W21": -40.037478526791659, "S21": -42.948001954685957, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -61.538280776228021, "S31": -61.538280776228021, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105689.0, 506243.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.91934431441849, "S12": -13.669098897437918, "W13": -22.396863350685361, "S13": -22.396863350685361, "W21": -30.0, "S21": -30.0, "W22": -48.247147117119503, "S22": -51.053508895241301, "W31": -74.428445099429965, "S31": -74.428445099429965, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105689.0, 508261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.32896492191790377, "W12": -10.221354588121056, "S12": -20.344698850416137, "W13": -21.974743585031181, "S13": -21.974743585031181, "W21": -31.583100820662342, "S21": -31.583100820662342, "W22": -50.758593123421967, "S22": -50.758593123421967, "W31": -75.438138439705085, "S31": -76.66352238464556, "W32": -90.696377696377695, "S32": -95.696377696377695 }, "geometry": { "type": "Point", "coordinates": [ 105689.0, 509961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.051709809661394261, "S11": -0.051709809661394261, "W12": -10.0, "S12": -13.737274563910516, "W13": -17.399689969460983, "S13": -34.127782287651982, "W21": -37.109180191505239, "S21": -37.109180191505239, "W22": -39.523906197250945, "S22": -39.523906197250945, "W31": -60.065313633165488, "S31": -61.795848489929647, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105689.5, 513398.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61281005281369527, "S11": -0.75687721938341812, "W12": -5.460279367423543, "S12": -7.2522442225216794, "W13": -19.893348676137894, "S13": -19.893348676137894, "W21": -37.95313966741913, "S21": -40.87097344994676, "W22": -48.367003930155022, "S22": -48.375836743002246, "W31": -74.264710440094163, "S31": -76.737246896484379, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105690.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52092475335002209, "S11": 0.52092475335002209, "W12": -9.7200044860966059, "S12": -11.37656299888457, "W13": -25.858066236874908, "S13": -25.858066236874908, "W21": -31.89421017198115, "S21": -31.89421017198115, "W22": -39.150725994420796, "S22": -42.539026175489269, "W31": -71.214385886562525, "S31": -73.788226910176789, "W32": -89.631193665925252, "S32": -94.631193665925252 }, "geometry": { "type": "Point", "coordinates": [ 105690.0, 507474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09783671473967237, "S11": 0.09783671473967237, "W12": -10.0, "S12": -20.0, "W13": -27.15258475855715, "S13": -27.15258475855715, "W21": -36.793806849046234, "S21": -36.793806849046234, "W22": -39.654959539925699, "S22": -42.116154110803834, "W31": -72.154588114573869, "S31": -74.755271239043864, "W32": -89.762525621284013, "S32": -94.762525621284013 }, "geometry": { "type": "Point", "coordinates": [ 105690.0, 510627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.066178854069889, "S12": -11.315194976959315, "W13": -26.800665202999344, "S13": -26.800665202999344, "W21": -32.629374083506988, "S21": -32.629374083506988, "W22": -40.0, "S22": -51.254343325231794, "W31": -80.0, "S31": -80.0, "W32": -90.812435527408269, "S32": -95.812435527408269 }, "geometry": { "type": "Point", "coordinates": [ 105691.0, 507837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49956665616136153, "S11": -0.43369988669857407, "W12": -9.6469438001784127, "S12": -19.718758861868658, "W13": -21.295573707290416, "S13": -21.295573707290416, "W21": -31.296880214183901, "S21": -31.296880214183901, "W22": -40.0, "S22": -50.996399315870036, "W31": -80.0, "S31": -80.0, "W32": -90.812043376462171, "S32": -95.812043376462171 }, "geometry": { "type": "Point", "coordinates": [ 105691.0, 509663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25412407092899336, "S11": 0.25412407092899336, "W12": -7.4008579524992877, "S12": -10.739509307625477, "W13": -17.577976384271533, "S13": -21.292662713640041, "W21": -30.0, "S21": -30.0, "W22": -38.933844175639834, "S22": -40.982590104083201, "W31": -72.384275847746579, "S31": -75.384275847746579, "W32": -89.908956076960322, "S32": -94.908956076960322 }, "geometry": { "type": "Point", "coordinates": [ 105691.333333333328483, 503242.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6234318287357219, "S12": -7.6234318287357219, "W13": -16.790726537460493, "S13": -30.008678860499671, "W21": -44.123449675313068, "S21": -45.650155297760143, "W22": -47.469387676773735, "S22": -47.477844502783718, "W31": -74.604413381781853, "S31": -74.604413381781853, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105691.375, 518213.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52032666955912266, "S11": -5.1628606942143334, "W12": -10.001733695652389, "S12": -15.502888244456672, "W13": -20.000000000000004, "S13": -20.843263133171494, "W21": -29.521556755273217, "S21": -29.521556755273217, "W22": -50.10523193146296, "S22": -50.109903899653816, "W31": -74.937965477114929, "S31": -75.226114363571028, "W32": -93.024594919320748, "S32": -98.024594919320748 }, "geometry": { "type": "Point", "coordinates": [ 105691.6, 504360.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6732973069672106, "S12": -8.6732973069672106, "W13": -15.0, "S13": -22.140717304364053, "W21": -39.649178349688825, "S21": -41.991492109036557, "W22": -30.000000000000004, "S22": -34.273584905660385, "W31": -70.0, "S31": -70.0, "W32": -90.646559918882957, "S32": -95.646559918882957 }, "geometry": { "type": "Point", "coordinates": [ 105691.681034482753603, 516623.806034482782707 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1866415162947135, "S12": -5.7707168808564573, "W13": -14.742299147507103, "S13": -15.232344847984855, "W21": -37.942963249192744, "S21": -39.873582141700886, "W22": -39.296352464251093, "S22": -39.458070121642137, "W31": -64.448079208880415, "S31": -68.521568331048712, "W32": -98.338267964335898, "S32": -103.3382679643359 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 497554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.000458700086782, "S12": -11.000458700086782, "W13": -17.488681707240751, "S13": -20.488681707240751, "W21": -30.058643800512517, "S21": -30.058643800512517, "W22": -39.587280813843378, "S22": -43.85723459723522, "W31": -61.992112579905431, "S31": -63.822030843037126, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 501311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1495494880546076, "S11": -0.1495494880546076, "W12": -10.021051838625079, "S12": -10.64222741308236, "W13": -27.014507269302996, "S13": -27.014507269302996, "W21": -33.064768079030642, "S21": -33.064768079030642, "W22": -37.950294329520858, "S22": -40.308720217358513, "W31": -60.604513719759701, "S31": -63.282910953815389, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 507801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.088561514660134, "S12": -14.428515399097272, "W13": -21.776382973423996, "S13": -21.776382973423996, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -50.004162762674987, "W31": -74.984382461681008, "S31": -75.382128063410235, "W32": -92.693309692153193, "S32": -97.693309692153193 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 508322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32848355094530435, "S11": 0.32848355094530435, "W12": -10.444784754814737, "S12": -20.537511053371055, "W13": -22.485054815429073, "S13": -22.485054815429073, "W21": -31.654124102977022, "S21": -31.654124102977022, "W22": -37.61138458683817, "S22": -41.752404781133237, "W31": -74.914055683734844, "S31": -74.914055683734844, "W32": -90.704436374343615, "S32": -95.704436374343615 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 510029.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0215321949234761, "S12": -7.0215321949234761, "W13": -19.049586089352658, "S13": -28.551658265093927, "W21": -46.422969611252938, "S21": -47.661738523124015, "W22": -38.484214997080393, "S22": -39.805515864350241, "W31": -72.472783338132871, "S31": -72.813729684194115, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105692.0, 519125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21567505720823799, "S11": -0.21567505720823799, "W12": -3.2681549151350611, "S12": -3.2681549151350611, "W13": -15.0, "S13": -18.019190554435873, "W21": -40.037052427214668, "S21": -41.032664900373014, "W22": -39.254906127690802, "S22": -43.110209450381234, "W31": -80.0, "S31": -80.0, "W32": -90.765492349373346, "S32": -95.765492349373346 }, "geometry": { "type": "Point", "coordinates": [ 105692.25, 499010.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26544681996328917, "S11": -0.32958044080927817, "W12": -10.0, "S12": -10.0, "W13": -18.592364213486636, "S13": -21.884405351261933, "W21": -40.0, "S21": -40.0, "W22": -49.051876305459899, "S22": -52.370841712878637, "W31": -74.415698738506251, "S31": -74.415698738506251, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105692.6, 514349.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1899721511535761, "S11": 0.1899721511535761, "W12": -10.0, "S12": -10.363561722566608, "W13": -17.537973016131662, "S13": -22.128638354523744, "W21": -38.101703996829777, "S21": -38.101703996829777, "W22": -38.658739383416901, "S22": -42.933696928135575, "W31": -68.704654689744487, "S31": -71.469610300517772, "W32": -94.395415831024167, "S32": -99.395415831024167 }, "geometry": { "type": "Point", "coordinates": [ 105693.0, 501045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0276828347371478, "S11": -1.0276828347371478, "W12": -10.017806382408152, "S12": -10.017806382408152, "W13": -27.523319982198487, "S13": -27.523319982198487, "W21": -44.073661356690486, "S21": -46.889946761495317, "W22": -35.142801293784593, "S22": -47.037658171465665, "W31": -70.0, "S31": -70.0, "W32": -90.846459337145461, "S32": -95.846459337145461 }, "geometry": { "type": "Point", "coordinates": [ 105693.0, 506064.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7510742034488818, "S11": 1.7510742034488818, "W12": -4.0905956073559775, "S12": -4.78332388934321, "W13": -15.0, "S13": -15.0, "W21": -40.89139435424611, "S21": -40.89139435424611, "W22": -50.0, "S22": -50.004032504005096, "W31": -74.990597883909473, "S31": -75.420819612312599, "W32": -92.711628220339961, "S32": -97.711628220339961 }, "geometry": { "type": "Point", "coordinates": [ 105693.0, 524229.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9695239065206973, "S12": -8.9695239065206973, "W13": -15.0, "S13": -24.865026040299973, "W21": -38.53901863117386, "S21": -38.53901863117386, "W22": -37.338748350651493, "S22": -41.817441823129492, "W31": -73.590178277139032, "S31": -73.590178277139032, "W32": -90.775653923541256, "S32": -95.775653923541256 }, "geometry": { "type": "Point", "coordinates": [ 105693.545454545455868, 516087.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0865972938020665, "S12": -9.0865972938020665, "W13": -15.0, "S13": -22.646197725368971, "W21": -38.04983976517304, "S21": -38.04983976517304, "W22": -50.354589735446218, "S22": -50.362263505246013, "W31": -74.534717837688177, "S31": -76.732656624738922, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105693.605263157893205, 515851.302631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.8461623301268837, "W12": -4.6764045733074271, "S12": -4.6764045733074271, "W13": -14.853733151597758, "S13": -14.853733151597758, "W21": -40.0, "S21": -41.36111139696424, "W22": -30.000000000000004, "S22": -31.246569632125613, "W31": -70.0, "S31": -70.0, "W32": -90.240987293483528, "S32": -95.240987293483528 }, "geometry": { "type": "Point", "coordinates": [ 105694.0, 497809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2650642573292345, "S11": -3.0423995817028859, "W12": -8.7080931893822537, "S12": -15.194396934315636, "W13": -18.748581180163196, "S13": -20.851199043228821, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -30.839094035502136, "W31": -70.0, "S31": -70.0, "W32": -90.255183670370741, "S32": -95.255183670370741 }, "geometry": { "type": "Point", "coordinates": [ 105694.0, 503926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089821914663343244, "S11": -1.9101780853366568, "W12": -9.6850043110881181, "S12": -15.808126886503571, "W13": -22.5416333357574, "S13": -23.0416333357574, "W21": -29.946291166709791, "S21": -29.946291166709791, "W22": -40.0, "S22": -49.91588962892483, "W31": -80.0, "S31": -80.0, "W32": -90.860832942066864, "S32": -95.860832942066864 }, "geometry": { "type": "Point", "coordinates": [ 105694.0, 505057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.982844579186949, "S12": -10.982844579186949, "W13": -17.494522863341505, "S13": -20.488382512464636, "W21": -29.999521873789991, "S21": -29.999521873789991, "W22": -42.518798915545553, "S22": -42.518798915545553, "W31": -74.045332657171244, "S31": -74.045332657171244, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105694.333333333328483, 501312.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77893227967499001, "S11": -0.77893227967499001, "W12": -11.886569332191144, "S12": -12.297412420756828, "W13": -17.517276816436784, "S13": -22.517276816436784, "W21": -38.161009884883043, "S21": -38.161009884883043, "W22": -30.9471745499592, "S22": -32.768878691382554, "W31": -70.0, "S31": -72.625954691720196, "W32": -90.198470834019616, "S32": -95.198470834019616 }, "geometry": { "type": "Point", "coordinates": [ 105695.0, 500797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42549469111969113, "S11": -0.82436264902187584, "W12": -12.369583333333333, "S12": -17.686577151791202, "W13": -20.0, "S13": -20.586186627479794, "W21": -28.69315013194559, "S21": -28.69315013194559, "W22": -36.432267656350589, "S22": -41.327705789496783, "W31": -68.385473588962512, "S31": -68.385473588962512, "W32": -91.123754558517362, "S32": -96.123754558517362 }, "geometry": { "type": "Point", "coordinates": [ 105695.0, 504712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42465608465608462, "S11": -0.92465608465608462, "W12": -10.0, "S12": -15.575232656030913, "W13": -24.019794923671139, "S13": -24.629318097171872, "W21": -31.53868729848077, "S21": -31.53868729848077, "W22": -40.0, "S22": -40.0, "W31": -55.511338038744711, "S31": -55.893100885849563, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105695.0, 505292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0122335172814407, "S11": -1.1155709965517264, "W12": -10.0, "S12": -10.0, "W13": -27.289599465954606, "S13": -27.289599465954606, "W21": -44.208148345685061, "S21": -47.094970862331927, "W22": -39.841857481006102, "S22": -47.107250983792568, "W31": -80.0, "S31": -80.0, "W32": -90.872958438304252, "S32": -95.872958438304252 }, "geometry": { "type": "Point", "coordinates": [ 105695.0, 506077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0972466863296582, "S12": -4.3103846215307211, "W13": -15.0, "S13": -15.0, "W21": -40.127872729624379, "S21": -40.127872729624379, "W22": -37.066914759582929, "S22": -41.813989764806138, "W31": -68.583293855335526, "S31": -68.583293855335526, "W32": -91.530811129492093, "S32": -96.530811129492093 }, "geometry": { "type": "Point", "coordinates": [ 105695.6, 523929.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029828785446836953, "S11": -0.39393830761535564, "W12": -9.8013442551832952, "S12": -18.420861782665561, "W13": -21.244633442050468, "S13": -21.244633442050468, "W21": -30.936977178351622, "S21": -30.936977178351622, "W22": -38.642899499125491, "S22": -42.90520582025534, "W31": -61.007046598473778, "S31": -63.981216390402771, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105695.666666666671517, 509388.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4059796148275307, "S11": 0.4059796148275307, "W12": -4.6430635580205273, "S12": -4.6430635580205273, "W13": -14.574688195991092, "S13": -14.574688195991092, "W21": -39.315005073003611, "S21": -42.315005073003611, "W22": -50.31982004088632, "S22": -50.324819971951797, "W31": -74.8924827424418, "S31": -75.12227590641902, "W32": -93.521872458470568, "S32": -98.521872458470568 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 497371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.0304051365047364, "S12": -4.0304051365047364, "W13": -15.0, "S13": -18.033888753385796, "W21": -38.817467380305857, "S21": -39.55048122770966, "W22": -38.981991985150223, "S22": -50.494526633057319, "W31": -80.0, "S31": -80.0, "W32": -90.77215244263725, "S32": -95.77215244263725 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 499135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8996535883726184, "S11": -1.8996535883726184, "W12": -13.911952098205349, "S12": -13.911952098205349, "W13": -16.759024394183911, "S13": -20.539624856077676, "W21": -37.328843191344532, "S21": -37.328843191344532, "W22": -30.760203529177176, "S22": -40.467750698988496, "W31": -70.0, "S31": -70.0, "W32": -90.780235039468096, "S32": -95.780235039468096 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 500635.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10040394862853914, "S11": -0.10040394862853914, "W12": -9.830529963654806, "S12": -11.278280624259773, "W13": -18.206773118807046, "S13": -19.754617918841138, "W21": -30.000000000000004, "S21": -30.211594620431363, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 503714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51404548753931789, "S11": -2.0598633622316012, "W12": -5.0, "S12": -16.75133335746213, "W13": -24.314482309057325, "S13": -34.314482309057325, "W21": -37.617889838306169, "S21": -37.617889838306169, "W22": -42.17237609329446, "S22": -53.710379813305174, "W31": -79.207389526084725, "S31": -79.207389526084725, "W32": -91.028341356549703, "S32": -96.028341356549703 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 511319.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.374294259293521, "S13": -14.374294259293521, "W21": -46.0, "S21": -46.0, "W22": -47.948941252560324, "S22": -50.504489560717694, "W31": -74.383792632634751, "S31": -74.383792632634751, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105696.0, 526944.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033984145282817131, "S11": -0.033984145282817131, "W12": -10.0, "S12": -12.003194650817393, "W13": -17.271263788009279, "S13": -36.973303423166676, "W21": -37.52114972786643, "S21": -37.52114972786643, "W22": -49.910320307189508, "S22": -49.918176150467303, "W31": -74.445610662249862, "S31": -76.863100335014522, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105696.333333333328483, 513559.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07437070938215104, "S11": -0.07437070938215104, "W12": -2.9107777886286841, "S12": -2.9107777886286841, "W13": -15.0, "S13": -18.011928266088141, "W21": -40.57833020316027, "S21": -41.701275291123061, "W22": -29.999999999999996, "S22": -34.068396226415089, "W31": -70.0, "S31": -70.0, "W32": -90.645521310828983, "S32": -95.645521310828983 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 498949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.032800434214097118, "S11": -0.032800434214097118, "W12": -10.485306715333904, "S12": -12.372174861897156, "W13": -17.652164836239209, "S13": -22.652164836239209, "W21": -39.203022289384208, "S21": -39.203022289384208, "W22": -39.230555484832294, "S22": -39.568105347007894, "W31": -64.766294987032495, "S31": -68.919170008211083, "W32": -98.108084273192262, "S32": -103.10808427319226 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 500977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51212982427869302, "S11": 0.51212982427869302, "W12": -5.0, "S12": -8.7299277930066186, "W13": -17.268866573704393, "S13": -21.357843685986026, "W21": -30.782178949564674, "S21": -31.463589213645179, "W22": -38.909695026043252, "S22": -43.909695026043252, "W31": -61.162786166585484, "S31": -63.960207910243639, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 502443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.3212963829644977, "W13": -17.21605428269023, "S13": -21.261657788007078, "W21": -30.548779587795934, "S21": -32.041788460551643, "W22": -40.0, "S22": -40.0, "W31": -50.462083851649354, "S31": -50.65735521227446, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 502533.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68533841830590125, "S11": 0.68533841830590125, "W12": -9.9350038376450414, "S12": -9.9350038376450414, "W13": -26.188420978489631, "S13": -26.188420978489631, "W21": -33.665309994491707, "S21": -33.665309994491707, "W22": -48.727092994353377, "S22": -51.789138410049141, "W31": -74.380248033016656, "S31": -74.380248033016656, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105697.0, 507627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18993135011441645, "S11": -0.18993135011441645, "W12": -3.2259270102931699, "S12": -3.2259270102931699, "W13": -15.0, "S13": -18.017895608416026, "W21": -40.147151787755327, "S21": -41.163858173975612, "W22": -43.645382541488289, "S22": -43.652077249556129, "W31": -75.097602836030205, "S31": -75.097602836030205, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105697.5, 498999.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43134081339596453, "S11": 0.43134081339596453, "W12": -2.4393647867749251, "S12": -2.4393647867749251, "W13": -15.0, "S13": -18.0, "W21": -40.592118533939491, "S21": -42.1217867410409, "W22": -44.708151878453378, "S22": -44.715318067068701, "W31": -74.954664593141146, "S31": -74.954664593141146, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105698.0, 498755.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8045764237048465, "S11": -0.8045764237048465, "W12": -10.0, "S12": -10.0, "W13": -16.025290921523371, "S13": -18.777593085450302, "W21": -31.975162873853108, "S21": -31.975162873853108, "W22": -47.47266803974145, "S22": -47.481478365650553, "W31": -74.456213284604942, "S31": -74.456213284604942, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105698.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11247176001874853, "S11": -1.3916481829835436, "W12": -9.8243490256940849, "S12": -15.856918072072428, "W13": -23.041302153432031, "S13": -23.541302153432031, "W21": -30.168214648145899, "S21": -30.168214648145899, "W22": -49.073512834060153, "S22": -49.081869788851286, "W31": -74.283773685461497, "S31": -76.806678256095978, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105698.0, 505126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10794044665012403, "S11": -0.10794044665012403, "W12": -9.9999999999999982, "S12": -20.0, "W13": -24.027813468028718, "S13": -24.027813468028718, "W21": -34.757866773821654, "S21": -37.523355744036827, "W22": -50.030595723903879, "S22": -50.038360918577723, "W31": -74.470448910891761, "S31": -76.856634211000269, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105698.0, 510264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -52.759743266161237, "S22": -52.759743266161237, "W31": -76.478790393939406, "S31": -76.478790393939406, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105698.396153846158995, 530035.669230769271962 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.5922218013024008, "W12": -4.6082139908085491, "S12": -6.0243864975470931, "W13": -14.839304104195064, "S13": -14.839304104195064, "W21": -39.995101268961776, "S21": -41.25850106314752, "W22": -38.880503302348338, "S22": -50.305536642032088, "W31": -80.0, "S31": -80.0, "W32": -90.778631616559551, "S32": -95.778631616559551 }, "geometry": { "type": "Point", "coordinates": [ 105698.625, 497781.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013627474945001272, "S11": -0.013627474945001272, "W12": -10.0, "S12": -20.0, "W13": -26.63149092992467, "S13": -26.63149092992467, "W21": -36.711022753628065, "S21": -36.860140284789317, "W22": -41.186189301261408, "S22": -41.186189301261408, "W31": -59.181095125753835, "S31": -59.766874554904128, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105699.0, 510578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.507789562438022, "S12": -12.260045812712246, "W13": -25.004607538250049, "S13": -25.004607538250049, "W21": -30.506373626373424, "S21": -30.506373626373424, "W22": -39.248479938732437, "S22": -39.248479938732437, "W31": -73.173158589034955, "S31": -73.173158589034955, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105699.6, 508036.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19107551487414187, "S11": -0.19107551487414187, "W12": -3.2420678138244883, "S12": -3.2420678138244883, "W13": -15.0, "S13": -18.017970705657326, "W21": -40.149418761548198, "S21": -41.163875814314082, "W22": -45.278321394209271, "S22": -45.285749426626928, "W31": -74.87316916901176, "S31": -74.87316916901176, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54118781334361743, "S11": -0.77651783183255096, "W12": -8.2168246445497637, "S12": -8.2168246445497637, "W13": -16.140689261492597, "S13": -18.83292428888727, "W21": -32.128581033642213, "S21": -32.128581033642213, "W22": -40.0, "S22": -40.0, "W31": -52.834849662445336, "S31": -53.288205368861341, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8311002510361345, "S11": -0.8311002510361345, "W12": -11.980055123095921, "S12": -12.174095748759427, "W13": -17.407431922988454, "S13": -22.407431922988454, "W21": -37.947167223299886, "S21": -37.947167223299886, "W22": -47.322886208750063, "S22": -47.332365841837635, "W31": -74.25013137133169, "S31": -74.710358522540076, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 500778.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.746324200655931, "S12": -10.746324200655931, "W13": -17.415146442205394, "S13": -20.497670966002559, "W21": -31.320741710898186, "S21": -31.320741710898186, "W22": -45.848490909964291, "S22": -45.856180786184282, "W31": -74.791673744882388, "S31": -74.791673744882388, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 501273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52293448189134817, "S11": 0.52293448189134817, "W12": -10.788791572967215, "S12": -21.596147376675852, "W13": -26.048707045994988, "S13": -26.048707045994988, "W21": -37.88917192521523, "S21": -37.88917192521523, "W22": -38.716216780145814, "S22": -40.114716242628546, "W31": -70.792612992777507, "S31": -72.616434255498575, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 511032.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52526102088167059, "S11": 0.042020123847670399, "W12": -7.2815655931266647, "S12": -18.546858004682207, "W13": -25.0, "S13": -25.0, "W21": -37.653107978136944, "S21": -37.653107978136944, "W22": -46.418660425720176, "S22": -46.42661214574251, "W31": -74.710178320752973, "S31": -74.710178320752973, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.0, 511173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9648946264978111, "S12": -8.9648946264978111, "W13": -15.0, "S13": -24.986812433325142, "W21": -38.564209644501531, "S21": -38.564209644501531, "W22": -46.50460747446914, "S22": -46.512602661871682, "W31": -74.69573284789476, "S31": -74.69573284789476, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.053333333329647, 516093.173333333339542 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52438732598607896, "S11": 0.042834396157287347, "W12": -7.2750967190875757, "S12": -18.539610786631449, "W13": -24.998815253609774, "S13": -24.998815253609774, "W21": -37.655423186093969, "S21": -37.655423186093969, "W22": -46.98882994147607, "S22": -46.997043505300738, "W31": -74.628682896623587, "S31": -74.628682896623587, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105700.5, 511173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9475575460889492, "S11": -1.9475575460889492, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -16.560293957241065, "S13": -20.331770699848779, "W21": -35.718045056952349, "S21": -35.718045056952349, "W22": -40.016935464861021, "S22": -40.016935464861021, "W31": -60.000000000000007, "S31": -61.267329027984978, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105701.0, 500564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1391267136275024, "S11": 0.1391267136275024, "W12": -10.387838878495874, "S12": -11.057968634282057, "W13": -18.468919943063785, "S13": -36.87626773209891, "W21": -38.434423279265445, "S21": -38.434423279265445, "W22": -39.991736543352658, "S22": -39.991736543352658, "W31": -57.268148693578247, "S31": -57.486723604721462, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105701.0, 512727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6544044469385639, "S12": -7.6544044469385639, "W13": -16.716829650691576, "S13": -29.68345859008658, "W21": -43.962908754463463, "S21": -45.913845828975568, "W22": -44.165260395272128, "S22": -44.172223107267044, "W31": -75.007479775475687, "S31": -75.007479775475687, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105701.5, 518168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3880802590493812, "S11": -1.8335208328198731, "W12": -10.156984728305906, "S12": -19.205303029572342, "W13": -25.0, "S13": -25.906557440246601, "W21": -35.997032873951788, "S21": -35.997032873951788, "W22": -47.474413168852131, "S22": -47.483303572105015, "W31": -74.422922886196019, "S31": -74.422922886196019, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105702.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.720979161266257, "S12": -10.720979161266257, "W13": -17.416434351336076, "S13": -20.458537429137699, "W21": -31.262838629627378, "S21": -31.262838629627378, "W22": -40.0, "S22": -51.264260907852197, "W31": -80.0, "S31": -80.0, "W32": -90.895086245008443, "S32": -95.895086245008443 }, "geometry": { "type": "Point", "coordinates": [ 105702.2, 501272.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1539517352129049, "S12": -9.1539517352129049, "W13": -15.000000000000002, "S13": -21.447389884804885, "W21": -37.776135346803109, "S21": -37.776135346803109, "W22": -42.300913115928239, "S22": -42.300913115928239, "W31": -58.544923436145119, "S31": -58.656936772346455, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105702.243902439018711, 515711.365853658528067 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47802284277829388, "S11": -0.70294033452745008, "W12": -10.0, "S12": -22.027140412381392, "W13": -27.040549779715459, "S13": -27.040549779715459, "W21": -38.720553231949346, "S21": -39.070957284769044, "W22": -40.448843132062187, "S22": -40.448843132062187, "W31": -71.153393224821983, "S31": -71.153393224821983, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0107069093712997, "S11": -1.6260915247558743, "W12": -8.8789214371426546, "S12": -10.618880412858925, "W13": -25.973319982198486, "S13": -25.973319982198486, "W21": -44.799658570580647, "S21": -47.873707515561513, "W22": -47.293245378826072, "S22": -47.301720786453075, "W31": -74.547187472494215, "S31": -74.547187472494215, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57559109383283269, "S11": 0.57559109383283269, "W12": -10.0, "S12": -10.0, "W13": -27.855739805725534, "S13": -27.855739805725534, "W21": -34.633850428339898, "S21": -34.633850428339898, "W22": -38.457659505707404, "S22": -42.803558218388275, "W31": -68.883761885401995, "S31": -69.968363631003655, "W32": -93.085428180672295, "S32": -98.085428180672295 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.028530167610470558, "W12": -9.523473089503419, "S12": -19.667681503881681, "W13": -21.29072725066823, "S13": -21.29072725066823, "W21": -31.387873721214252, "S21": -31.387873721214252, "W22": -47.396533633855363, "S22": -47.405270885284708, "W31": -74.465692048364815, "S31": -74.465692048364815, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 509770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29750873237354225, "S11": -0.57678485825361192, "W12": -9.3987038221260253, "S12": -19.537312091340532, "W13": -20.0, "S13": -32.976502017228221, "W21": -38.130179525517299, "S21": -38.130179525517299, "W22": -48.891255384168474, "S22": -48.899637435367971, "W31": -74.25724630604121, "S31": -76.69797689372308, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105703.0, 511844.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9433285701833505, "S12": -8.9433285701833505, "W13": -15.0, "S13": -24.485851208085059, "W21": -38.657386301770572, "S21": -38.657386301770572, "W22": -50.0, "S22": -50.001937660352006, "W31": -75.170222099177863, "S31": -76.08095885184531, "W32": -91.628209111087003, "S32": -96.628209111087003 }, "geometry": { "type": "Point", "coordinates": [ 105703.454545454544132, 516134.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.035824977210574253, "S11": -0.035824977210574253, "W12": -7.7753510873138882, "S12": -10.819685595774541, "W13": -17.628925178134129, "S13": -21.300542688046235, "W21": -30.0, "S21": -30.0, "W22": -36.448513569518767, "S22": -41.308149534454557, "W31": -68.422870143856287, "S31": -68.422870143856287, "W32": -91.170622124004311, "S32": -96.170622124004311 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 503281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6956476103841579, "S11": -1.695647610384158, "W12": -7.8993007671281195, "S12": -9.1055064591038715, "W13": -24.355251048164437, "S13": -24.355251048164437, "W21": -41.998990554017176, "S21": -45.11404241004314, "W22": -46.975422168468405, "S22": -46.985160853119609, "W31": -74.108838590368649, "S31": -75.304039660923152, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 506206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.6647343740142855, "S12": -11.018712204393626, "W13": -25.78431674306421, "S13": -25.78431674306421, "W21": -31.983857641226511, "S21": -31.983857641226511, "W22": -44.488066054400399, "S22": -44.752102401351841, "W31": -75.902531107538181, "S31": -75.902531107538181, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 507473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47869951660689219, "S11": -2.2247005316207424, "W12": -5.0, "S12": -16.727094952858359, "W13": -24.26407127077826, "S13": -31.325414475431884, "W21": -37.669884386513154, "S21": -37.669884386513154, "W22": -46.975100061096498, "S22": -46.984836344645082, "W31": -74.10881627581891, "S31": -75.30493447643201, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 511330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -9.1705830562298978, "S12": -9.1705830562298978, "W13": -15.0, "S13": -21.147972038222981, "W21": -37.723040869422761, "S21": -37.723040869422761, "W22": -50.702499032529644, "S22": -50.708389162120383, "W31": -74.800583023202563, "S31": -74.862423749427762, "W32": -94.350435224788342, "S32": -99.350435224788342 }, "geometry": { "type": "Point", "coordinates": [ 105704.0, 515677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.54111101243339288, "W12": -10.0, "S12": -10.0, "W13": -19.919564884326643, "S13": -19.919564884326643, "W21": -36.065880576655239, "S21": -38.790401060224404, "W22": -40.342019427732353, "S22": -51.446929860937352, "W31": -80.0, "S31": -80.0, "W32": -90.960310642575351, "S32": -95.960310642575351 }, "geometry": { "type": "Point", "coordinates": [ 105705.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9989989989989994, "S12": -9.1641357258490856, "W13": -21.749852761441506, "S13": -21.749852761441506, "W21": -35.414390622867728, "S21": -38.006779453125162, "W22": -30.0, "S22": -31.996436883712565, "W31": -70.0, "S31": -70.0, "W32": -90.283546599824049, "S32": -95.283546599824049 }, "geometry": { "type": "Point", "coordinates": [ 105705.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.1047082906857727, "W12": -4.1506791676194839, "S12": -4.1506791676194839, "W13": -23.717833454047341, "S13": -23.717833454047341, "W21": -32.354751929340026, "S21": -32.485669521391458, "W22": -43.622368912090877, "S22": -43.629128147465394, "W31": -75.060294957810228, "S31": -75.060294957810228, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105705.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3212988968112649, "S12": -6.6621973173557016, "W13": -14.910797235508355, "S13": -14.910797235508355, "W21": -44.504325303368155, "S21": -44.504325303368155, "W22": -51.584016910158319, "S22": -51.584016910158319, "W31": -75.609756889577852, "S31": -76.499018453007665, "W32": -90.42124542124543, "S32": -95.42124542124543 }, "geometry": { "type": "Point", "coordinates": [ 105705.888888888890506, 525671.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2012981506975695, "S12": -8.2012981506975695, "W13": -15.486856301393823, "S13": -25.486856301393821, "W21": -41.164075971877701, "S21": -45.203633130728306, "W22": -30.0, "S22": -32.727620106297984, "W31": -70.0, "S31": -70.942423045149226, "W32": -90.264977417928691, "S32": -95.264977417928691 }, "geometry": { "type": "Point", "coordinates": [ 105706.0, 517340.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5090145824128134, "W12": -10.887675014500617, "S12": -14.658801633713075, "W13": -15.505543516397404, "S13": -18.59099107268516, "W21": -35.544950642407173, "S21": -35.544950642407173, "W22": -40.0, "S22": -51.128229363579081, "W31": -80.0, "S31": -80.0, "W32": -90.898698507291016, "S32": -95.898698507291016 }, "geometry": { "type": "Point", "coordinates": [ 105706.333333333328483, 499488.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9945779112445781, "S12": -9.9945779112445781, "W13": -21.332226205450024, "S13": -21.332226205450024, "W21": -35.646690527578421, "S21": -38.308295701963196, "W22": -34.171003089302296, "S22": -38.558181859697584, "W31": -70.48993306515105, "S31": -72.859377483399172, "W32": -90.126613245325018, "S32": -95.126613245325018 }, "geometry": { "type": "Point", "coordinates": [ 105706.75, 506552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067281838181373788, "S11": -0.067281838181373788, "W12": -10.0, "S12": -20.0, "W13": -26.663234258019063, "S13": -26.663234258019063, "W21": -36.7809041805614, "S21": -36.7809041805614, "W22": -38.560023984771227, "S22": -39.707144864221746, "W31": -72.557679197336086, "S31": -72.753561298883255, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105707.0, 510584.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.042799972021613182, "S11": -0.81637797028119619, "W12": -5.8814754480634006, "S12": -7.0928809780173179, "W13": -16.608818471000031, "S13": -19.608818471000031, "W21": -34.996622453977373, "S21": -35.423402573601592, "W22": -30.0, "S22": -32.936457288722764, "W31": -70.0, "S31": -71.591268273409725, "W32": -90.26052168485657, "S32": -95.26052168485657 }, "geometry": { "type": "Point", "coordinates": [ 105708.0, 496869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13615560640732263, "S11": -0.13615560640732263, "W12": -3.1352822906697395, "S12": -3.1352822906697395, "W13": -14.999999999999998, "S13": -18.015187614731893, "W21": -40.375914632054176, "S21": -41.436907829220786, "W22": -39.516445762924427, "S22": -42.627189430164847, "W31": -62.210520342390978, "S31": -64.848381052490055, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105708.0, 498976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.21613620807665962, "W12": -6.5119069595717187, "S12": -9.3871483291379594, "W13": -20.166065770785536, "S13": -20.537870025680029, "W21": -37.756909361777801, "S21": -40.862285184820017, "W22": -40.0, "S22": -40.0, "W31": -56.772197468512935, "S31": -56.772197468512935, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105708.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.36311651179420668, "W12": -4.8476772674948787, "S12": -4.8476772674948787, "W13": -22.624116306436992, "S13": -22.624116306436992, "W21": -33.65083996461594, "S21": -35.3896633600257, "W22": -40.0, "S22": -40.0, "W31": -60.380523731587559, "S31": -60.380523731587559, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105708.0, 506662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12509166462967503, "S11": -0.12509166462967503, "W12": -10.0, "S12": -20.0, "W13": -26.110397101292186, "S13": -26.110397101292186, "W21": -36.628238658209895, "S21": -38.014088402921786, "W22": -39.221279492471083, "S22": -42.492438076247304, "W31": -71.233833890920081, "S31": -73.792523447288033, "W32": -89.655535542214622, "S32": -94.655535542214622 }, "geometry": { "type": "Point", "coordinates": [ 105708.0, 510529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.1590388510077068, "S12": -4.1590388510077068, "W13": -15.0, "S13": -18.035148932164297, "W21": -38.755467188808403, "S21": -39.461571972174696, "W22": -49.999999999999993, "S22": -61.242692970839741, "W31": -80.0, "S31": -80.0, "W32": -91.175837850942941, "S32": -96.175837850942941 }, "geometry": { "type": "Point", "coordinates": [ 105708.333333333328483, 499145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.854166666666668, "S13": -13.854166666666668, "W21": -47.0, "S21": -47.0, "W22": -50.679902673674306, "S22": -50.687133116968283, "W31": -74.605322416589459, "S31": -76.020757717649133, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105708.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.1658486110742619, "S12": -4.1658486110742619, "W13": -15.0, "S13": -18.035153211209387, "W21": -38.75749742177937, "S21": -39.463282247534153, "W22": -50.53513588268887, "S22": -50.542456664976179, "W31": -74.575750711206254, "S31": -76.165532806032033, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 499145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1703228529838913, "S11": -0.1703228529838913, "W12": -10.0, "S12": -11.0, "W13": -17.582002086538449, "S13": -18.340397053133355, "W21": -39.460732334686377, "S21": -39.460732334686377, "W22": -43.116157611348946, "S22": -43.122724304324478, "W31": -75.111062738823463, "S31": -75.111062738823463, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 514018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36330277179664089, "S11": -0.36330277179664089, "W12": -10.0, "S12": -10.0, "W13": -18.416824218459642, "S13": -29.952850655347749, "W21": -40.0, "S21": -40.0, "W22": -39.534245051484035, "S22": -51.028927247120379, "W31": -76.442696151392724, "S31": -76.442696151392724, "W32": -91.03752582791293, "S32": -96.03752582791293 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 514675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3453257038460542, "S12": -9.3453257038460542, "W13": -15.0, "S13": -23.181058606649778, "W21": -38.13648312489682, "S21": -38.13648312489682, "W22": -37.306020825338749, "S22": -41.954554042243721, "W31": -68.700906379729261, "S31": -69.880877570244934, "W32": -91.844488050403015, "S32": -96.844488050403015 }, "geometry": { "type": "Point", "coordinates": [ 105709.0, 515436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9194999150504906, "S12": -5.9194999150504906, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -39.585240496974301, "S21": -40.71111713803429, "W22": -43.07947742890962, "S22": -43.086033187663737, "W31": -75.113110140144755, "S31": -75.113110140144755, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.066666666665697, 520703.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15207860922157798, "S11": -0.15207860922157798, "W12": -8.1834264869353106, "S12": -10.885561111416546, "W13": -17.66703882633858, "S13": -21.311179438449152, "W21": -30.0, "S21": -30.0, "W22": -39.850612553240474, "S22": -47.610609834741084, "W31": -80.0, "S31": -80.0, "W32": -90.940215203556889, "S32": -95.940215203556889 }, "geometry": { "type": "Point", "coordinates": [ 105709.333333333328483, 503316.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7526415304202718, "S12": -9.1211404382635948, "W13": -21.745935382898139, "S13": -21.745935382898139, "W21": -35.270255943892273, "S21": -37.88814225907619, "W22": -40.0, "S22": -40.0, "W31": -56.991216974758323, "S31": -57.217098884846514, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105709.333333333328483, 506581.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52430359719607678, "S11": 0.52430359719607678, "W12": -6.1913704007003076, "S12": -10.6699403010814, "W13": -17.364024534208262, "S13": -21.517081266365167, "W21": -31.187408226951515, "S21": -35.616978782981768, "W22": -40.0, "S22": -40.0, "W31": -50.788499409216229, "S31": -50.788499409216229, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105710.0, 502258.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50453886310904883, "S11": -0.85548042794472456, "W12": -6.0685567247162613, "S12": -17.582558723831408, "W13": -24.750877192982458, "S13": -24.750877192982458, "W21": -37.69891422356293, "S21": -37.69891422356293, "W22": -38.683000681328267, "S22": -39.617973665853903, "W31": -72.671890171955894, "S31": -72.714500461176954, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105710.0, 511237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6340642337080684, "S12": -9.6340642337080684, "W13": -16.51763282549625, "S13": -27.306889023843357, "W21": -38.55529904814761, "S21": -38.55529904814761, "W22": -48.503644002595962, "S22": -51.37856205101658, "W31": -74.3474465766419, "S31": -74.3474465766419, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105710.0, 515241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3966468963555982, "S12": -9.3966468963555982, "W13": -15.257912696902729, "S13": -24.652317280396314, "W21": -38.200681948848143, "S21": -38.200681948848143, "W22": -47.012817795289337, "S22": -47.022256753929732, "W31": -74.125721683739556, "S31": -75.570836462380754, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105710.25, 515402.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49362410229484277, "S11": -0.49362410229484277, "W12": -10.168183260359267, "S12": -23.956102578485549, "W13": -27.639811107364867, "S13": -27.639811107364867, "W21": -39.511876634000586, "S21": -40.266254753418274, "W22": -49.999999999999993, "S22": -50.003935609643108, "W31": -74.969183761932044, "S31": -75.443996264995718, "W32": -93.199510422242113, "S32": -98.199510422242113 }, "geometry": { "type": "Point", "coordinates": [ 105710.6, 505807.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34647874927621514, "S11": 0.34647874927621514, "W12": -6.0026970325771867, "S12": -6.0026970325771867, "W13": -13.201443622168396, "S13": -13.201443622168396, "W21": -38.050628282070008, "S21": -40.312691362977958, "W22": -49.711242793081361, "S22": -60.986185917663988, "W31": -80.0, "S31": -80.0, "W32": -91.154494056849799, "S32": -96.154494056849799 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 497105.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7262472536305662, "S12": -6.3073055142553898, "W13": -15.0, "S13": -18.04709431443279, "W21": -37.758037155946354, "S21": -38.250864641798842, "W22": -42.536585945728369, "S22": -42.542938227862081, "W31": -75.165925322479282, "S31": -75.165925322479282, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 499246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55357107098755132, "S11": -5.5535710709875516, "W12": -10.265434782608697, "S12": -15.608357420934627, "W13": -20.0, "S13": -20.792598575215376, "W21": -29.448724501828881, "S21": -29.448724501828881, "W22": -50.787311914389527, "S22": -50.794409651393927, "W31": -74.6283979126909, "S31": -75.807693760058939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 504374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.161501911239808, "S12": -11.85200745994511, "W13": -26.777736788931719, "S13": -26.777736788931719, "W21": -32.173743922204217, "S21": -32.173743922204217, "W22": -36.903933986798144, "S22": -41.723532951758671, "W31": -72.031325736277537, "S31": -72.031325736277537, "W32": -90.943478222823103, "S32": -95.943478222823103 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6391367253436222, "W12": -5.4027477829343376, "S12": -17.079132987154466, "W13": -24.555438596491229, "S13": -28.952984608761167, "W21": -37.710691870226142, "S21": -37.710691870226142, "W22": -51.4916343672596, "S22": -51.4916343672596, "W31": -75.508104012566207, "S31": -77.026286322547008, "W32": -90.521611721611706, "S32": -95.521611721611706 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 511292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9591836243162533, "S12": -4.7918595304996217, "W13": -15.565255942764381, "S13": -15.565255942764381, "W21": -40.663838007880749, "S21": -40.663838007880749, "W22": -40.0, "S22": -51.005040957781979, "W31": -80.0, "S31": -80.0, "W32": -90.933748659766351, "S32": -95.933748659766351 }, "geometry": { "type": "Point", "coordinates": [ 105711.0, 523478.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9941668316057353, "S12": -6.9941668316057353, "W13": -19.178236785587536, "S13": -28.303418324992425, "W21": -46.381700843047014, "S21": -47.520022974046881, "W22": -38.983348335775695, "S22": -39.210264252024928, "W31": -66.570757090407412, "S31": -70.981909518604596, "W32": -96.816712856284951, "S32": -101.81671285628495 }, "geometry": { "type": "Point", "coordinates": [ 105711.571428571434808, 519169.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6853770651414077, "S12": -7.6853770651414077, "W13": -16.642932763922659, "S13": -29.35823831967349, "W21": -43.802367833613864, "S21": -46.177536360191006, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105711.625, 518122.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68368321810182275, "S11": -0.68368321810182275, "W12": -10.276210419442858, "S12": -25.276210419442858, "W13": -28.234150300813091, "S13": -28.234150300813091, "W21": -40.577173190074191, "S21": -41.695320007268521, "W22": -50.896867965971516, "S22": -50.903673762600192, "W31": -74.70868330396344, "S31": -75.250757407170397, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105712.0, 505846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28007918364826423, "S11": -0.3524696985882621, "W12": -10.0, "S12": -10.0, "W13": -18.723052556935706, "S13": -23.887070902158651, "W21": -40.0, "S21": -40.0, "W22": -47.477224908538879, "S22": -47.486418311705293, "W31": -74.295894231472928, "S31": -74.295894231472928, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105712.4, 514390.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9618627948360174, "S12": -8.9618627948360174, "W13": -15.0, "S13": -24.788330946763182, "W21": -38.588481798369514, "S21": -38.588481798369514, "W22": -37.986958941401674, "S22": -40.347883971983606, "W31": -60.529826270498454, "S31": -62.916348465966749, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105712.969696969696088, 516092.848484848509543 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10547131696156942, "S11": -0.10547131696156942, "W12": -3.1118637082755525, "S12": -3.1118637082755525, "W13": -15.0, "S13": -18.014274894414562, "W21": -40.457525688597705, "S21": -41.532911082257591, "W22": -39.198017580459862, "S22": -39.198017580459862, "W31": -60.147523948692971, "S31": -61.812749979492772, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.0, 498968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56393650793650796, "S11": 0.56393650793650796, "W12": -11.183198277902378, "S12": -11.183198277902378, "W13": -17.706055917141246, "S13": -20.383343695587964, "W21": -29.20248548199768, "S21": -29.20248548199768, "W22": -40.0, "S22": -40.0, "W31": -70.784895717387684, "S31": -70.784895717387684, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.0, 501403.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55343568482966243, "S11": 0.55343568482966243, "W12": -7.7402366362635178, "S12": -11.551889525476863, "W13": -17.553541443310454, "S13": -20.822302710136345, "W21": -30.0, "S21": -33.3228455434582, "W22": -48.711443574308518, "S22": -51.698616852101793, "W31": -74.327839130097445, "S31": -74.327839130097445, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.0, 502020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40175026395229529, "S11": 0.40175026395229529, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -26.892151072942426, "W21": -39.713488024806203, "S21": -39.713488024806203, "W22": -47.956815266145753, "S22": -50.446279238579649, "W31": -74.325983978572097, "S31": -74.325983978572097, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.0, 512331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9171332338460303, "S12": -8.9171332338460303, "W13": -15.0, "S13": -23.817871888421323, "W21": -38.775753972367156, "S21": -38.775753972367156, "W22": -38.321055005939556, "S22": -39.803264996668588, "W31": -72.352708698173544, "S31": -72.787212627195032, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105713.363636363632395, 516182.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79242972446423598, "S11": -2.9094984683196397, "W12": -8.921875, "S12": -9.4256428882643171, "W13": -16.228722970216236, "S13": -19.228722970216236, "W21": -32.376358103203991, "S21": -32.376358103203991, "W22": -41.038657180891377, "S22": -41.038657180891377, "W31": -73.915371746225233, "S31": -73.915371746225233, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105714.0, 499821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54002103049421657, "S11": -0.96628100373365777, "W12": -10.014780395406653, "S12": -21.583308482867398, "W13": -26.280738461538462, "S13": -26.280738461538462, "W21": -37.992570631505167, "S21": -37.992570631505167, "W22": -38.623638760661088, "S22": -42.794224616757774, "W31": -68.715973396512084, "S31": -71.629779632230736, "W32": -94.622429920849981, "S32": -99.622429920849981 }, "geometry": { "type": "Point", "coordinates": [ 105714.0, 505721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5566259870782484, "S11": -1.3052868130939375, "W12": -10.0, "S12": -10.0, "W13": -19.250721678700362, "S13": -19.250721678700362, "W21": -36.303689931256258, "S21": -39.190111818821578, "W22": -37.380897314310893, "S22": -42.115059602753732, "W31": -73.86111622751767, "S31": -73.86111622751767, "W32": -90.905260833292431, "S32": -95.905260833292431 }, "geometry": { "type": "Point", "coordinates": [ 105714.0, 506466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40738851095982787, "S11": -0.40738851095982787, "W12": -8.5915018865558359, "S12": -10.951436627058262, "W13": -17.705152474543002, "S13": -21.321816188852036, "W21": -29.99229922693549, "S21": -29.99229922693549, "W22": -47.411429425473202, "S22": -47.420753405968995, "W31": -74.241432390610257, "S31": -74.241432390610257, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105714.666666666671517, 503352.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081984569328498069, "S11": -0.081984569328498069, "W12": -3.0789784175472175, "S12": -3.0789784175472175, "W13": -15.0, "S13": -18.013461020038768, "W21": -40.522713779441723, "S21": -41.611832194024245, "W22": -40.5099647324719, "S22": -40.5099647324719, "W31": -59.570409196382293, "S31": -60.374532395587458, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105715.0, 498961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51, "S11": -3.3594623655913978, "W12": -10.981480978260869, "S12": -16.07475328592334, "W13": -20.0, "S13": -20.926348161033797, "W21": -29.133977050037949, "S21": -29.133977050037949, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105715.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47728752260397833, "S11": -0.96544216150501594, "W12": -6.033635068694573, "S12": -17.568758866357904, "W13": -24.714035087719299, "S13": -24.714035087719299, "W21": -37.731423119987483, "S21": -37.731423119987483, "W22": -38.851221789319126, "S22": -40.59109989368465, "W31": -67.561317820626257, "S31": -71.998595842783317, "W32": -96.108208629857089, "S32": -101.10820862985709 }, "geometry": { "type": "Point", "coordinates": [ 105715.0, 511244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.16955660714046011, "W12": -4.0476527133251228, "S12": -10.281360288495485, "W13": -14.665233789718418, "S13": -16.3851518178394, "W21": -38.784231033775299, "S21": -40.174362105479233, "W22": -51.06178301254311, "S22": -51.06178301254311, "W31": -75.345542874569645, "S31": -76.752754811919885, "W32": -90.826680596348154, "S32": -95.826680596348154 }, "geometry": { "type": "Point", "coordinates": [ 105716.0, 497597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42789284526330307, "S11": 0.42789284526330185, "W12": -2.5425202252944188, "S12": -2.5425202252944188, "W13": -15.0, "S13": -18.0, "W21": -40.658387614046084, "S21": -42.143734223654953, "W22": -50.71568202993096, "S22": -50.72264982470579, "W31": -74.616783584724217, "S31": -75.598408987325456, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105716.0, 498772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41574534520642992, "S11": -1.2488902891243501, "W12": -10.078199360719783, "S12": -20.078199360719783, "W13": -25.3872, "S13": -25.522269390902515, "W21": -36.625869236375507, "S21": -36.625869236375507, "W22": -38.318817458391351, "S22": -40.076426714731021, "W31": -72.294016690089691, "S31": -75.294016690089691, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105716.0, 505661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21541187973600598, "S11": -0.21541187973600598, "W12": -10.0, "S12": -20.0, "W13": -25.742639031905917, "S13": -25.742639031905917, "W21": -36.582316891802833, "S21": -38.690267292969864, "W22": -36.524254159395404, "S22": -48.004759945030727, "W31": -70.0, "S31": -70.0, "W32": -91.02370543729441, "S32": -96.02370543729441 }, "geometry": { "type": "Point", "coordinates": [ 105716.0, 510495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1006235012915297, "S12": -4.5220993440753388, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.185931523807696, "S21": -40.185931523807696, "W22": -38.072471957685728, "S22": -41.255322776116437, "W31": -60.554700438382852, "S31": -62.903190899579371, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105716.8, 523972.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.0565796161850596, "W12": -4.6259251232999548, "S12": -4.6259251232999548, "W13": -14.767878237164926, "S13": -14.767878237164926, "W21": -40.0, "S21": -41.177669153588887, "W22": -46.150516249342502, "S22": -46.158631944185323, "W31": -74.593287976994645, "S31": -74.593287976994645, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 497804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35876200907526201, "S11": -0.35876200907526201, "W12": -10.0, "S12": -15.510769814898968, "W13": -23.87720262089443, "S13": -25.074244687873637, "W21": -33.16976383273807, "S21": -33.16976383273807, "W22": -38.801361513109228, "S22": -41.27114461832236, "W31": -70.764547361272349, "S31": -72.588674423815576, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 505468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23655585431434867, "S11": -0.23655585431434867, "W12": -10.0, "S12": -20.0, "W13": -25.589303272659702, "S13": -25.589303272659702, "W21": -36.545454562791726, "S21": -39.018102265198728, "W22": -34.625274366764003, "S22": -38.091295786399129, "W31": -70.743498509706555, "S31": -73.234918171396984, "W32": -90.168524012899212, "S32": -95.168524012899212 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 510480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.245286126113367, "S12": -4.2638102766290018, "W13": -16.387308905652414, "S13": -16.387308905652414, "W21": -42.043685643656367, "S21": -42.675723188562557, "W22": -39.864482506187407, "S22": -48.246051080334482, "W31": -80.0, "S31": -80.0, "W32": -91.02049816140719, "S32": -96.02049816140719 }, "geometry": { "type": "Point", "coordinates": [ 105717.0, 523078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5821542435985122, "S11": -0.5821542435985122, "W12": -5.2952529153786525, "S12": -5.2952529153786525, "W13": -23.797228347066266, "S13": -23.797228347066266, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.11609388083383, "S22": -41.749828686664536, "W31": -68.70151143237922, "S31": -68.70151143237922, "W32": -91.748101527577347, "S32": -96.748101527577347 }, "geometry": { "type": "Point", "coordinates": [ 105717.666666666671517, 507185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40387144421081894, "S11": -1.6099261317108189, "W12": -10.0, "S12": -15.691167274622204, "W13": -20.82086079875921, "S13": -21.30124537038283, "W21": -29.041172069552353, "S21": -29.041172069552353, "W22": -46.849124907004501, "S22": -46.85850061334267, "W31": -74.085796681269372, "S31": -75.284211939937123, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105718.0, 504819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8836858765010298, "S12": -20.671351074738915, "W13": -25.905514704363444, "S13": -25.905514704363444, "W21": -37.940709376246218, "S21": -37.940709376246218, "W22": -46.84896385331853, "S22": -46.858338359105389, "W31": -74.085785523994488, "S31": -75.284659347691644, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105718.0, 511051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -47.203544207706848, "S22": -47.213169633621725, "W31": -74.130514397376103, "S31": -74.212954512867654, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105718.229885057473439, 530027.452107279677875 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9576981707317063, "S11": -1.9576981707317063, "W12": -14.159936036426712, "S12": -14.159936036426712, "W13": -16.651493725091658, "S13": -20.912876845175674, "W21": -36.858161189242168, "S21": -36.858161189242168, "W22": -30.644382379833452, "S22": -33.140466385170811, "W31": -70.0, "S31": -73.0, "W32": -90.314961380757126, "S32": -95.314961380757126 }, "geometry": { "type": "Point", "coordinates": [ 105718.25, 500613.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.082685549201835185, "W12": -4.336750225175046, "S12": -4.336750225175046, "W13": -23.087426357037188, "S13": -23.087426357037188, "W21": -32.612234828461268, "S21": -33.570008060489322, "W22": -37.626868381989112, "S22": -41.731720111107983, "W31": -75.077408534812022, "S31": -75.077408534812022, "W32": -90.887471168474264, "S32": -95.887471168474264 }, "geometry": { "type": "Point", "coordinates": [ 105718.25, 506707.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34586109303908746, "S11": -0.34586109303908746, "W12": -10.0, "S12": -10.0, "W13": -18.627256471371165, "S13": -29.155361107092393, "W21": -40.002153083547064, "S21": -40.002153083547064, "W22": -39.759395211345527, "S22": -39.759395211345527, "W31": -60.0, "S31": -61.217660208643814, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105718.6, 514611.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.49313936478558645, "W12": -9.8938147077227168, "S12": -10.752290228669391, "W13": -15.0, "S13": -16.907383548115213, "W21": -37.067955462844495, "S21": -37.067955462844495, "W22": -38.501524990739483, "S22": -40.388637345406387, "W31": -72.273912043850387, "S31": -75.273912043850387, "W32": -89.953013884781726, "S32": -94.953013884781726 }, "geometry": { "type": "Point", "coordinates": [ 105719.544303797461907, 496778.405063291138504 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48630434782608695, "S11": -0.48630434782608695, "W12": -8.9995772861772583, "S12": -11.017312142700268, "W13": -17.743266122747453, "S13": -21.332452939254953, "W21": -29.937307587538701, "S21": -29.937307587538701, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -57.065915867863474, "S31": -57.245188292040716, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105720.0, 503388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33885526521671105, "S11": -0.70201315995355296, "W12": -10.0, "S12": -15.459774833291791, "W13": -23.900912307991202, "S13": -25.090591076885605, "W21": -33.184649154657343, "S21": -33.184649154657343, "W22": -47.022765522954735, "S22": -47.032659222302144, "W31": -74.046647204394631, "S31": -74.372013907895024, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105720.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35986414648552861, "S11": -0.96962521874660101, "W12": -7.9764142363426904, "S12": -8.9847503169718994, "W13": -22.636261376418858, "S13": -22.952580764778709, "W21": -39.92858016387428, "S21": -43.260413392242675, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -70.0, "W32": -90.463621784226461, "S32": -95.463621784226461 }, "geometry": { "type": "Point", "coordinates": [ 105720.0, 506249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25283643239836118, "S11": -0.74716356760163882, "W12": -9.4251608682723766, "S12": -19.514287824371877, "W13": -21.244778401026544, "S13": -21.244778401026544, "W21": -31.201850146854376, "S21": -31.201850146854376, "W22": -36.49482169869988, "S22": -41.265105591050059, "W31": -68.516636628498546, "S31": -68.516636628498546, "W32": -91.287011525322995, "S32": -96.287011525322995 }, "geometry": { "type": "Point", "coordinates": [ 105720.0, 509670.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.3632887051760352, "W12": -4.4751486885368408, "S12": -8.0069470107586849, "W13": -14.760843555959411, "S13": -15.904252278336784, "W21": -39.98302194406677, "S21": -40.981398584149098, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -52.788623213804946, "S31": -53.247541168620643, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105720.75, 497737.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52240208609538319, "S11": 0.52240208609538319, "W12": -6.517521814023099, "S12": -11.218481899601759, "W13": -17.391414546494733, "S13": -21.317676322619405, "W21": -31.252024599149195, "S21": -36.095152546236129, "W22": -39.527426555672704, "S22": -43.108001424620063, "W31": -61.97346611102094, "S31": -64.291213948946179, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37251478641840086, "S11": -2.3725147864184009, "W12": -10.0, "S12": -15.424688822869356, "W13": -23.92336466319648, "S13": -25.072066494297875, "W21": -33.100667697710669, "S21": -33.100667697710669, "W22": -49.462779826471724, "S22": -49.470497623798593, "W31": -74.361401869558833, "S31": -76.394721242881246, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 505463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60532208798723508, "S11": -0.68196942917544079, "W12": -5.0, "S12": -5.0, "W13": -23.716326600414639, "S13": -23.716326600414639, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.0, "S22": -31.372668218292979, "W31": -70.0, "S31": -70.0, "W32": -90.420169103901145, "S32": -95.420169103901145 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 507166.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32527585575185625, "S11": 0.32527585575185625, "W12": -9.0956519910561955, "S12": -10.295195897297097, "W13": -25.614892654170227, "S13": -25.614892654170227, "W21": -31.717256258033185, "S21": -31.717256258033185, "W22": -39.548915046130531, "S22": -50.84182627520547, "W31": -76.508861677777645, "S31": -76.508861677777645, "W32": -91.119626374394443, "S32": -96.119626374394443 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 507438.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48469190650956157, "S11": 0.48469190650956157, "W12": -9.983889014551762, "S12": -10.720278368515187, "W13": -25.788579044180317, "S13": -25.788579044180317, "W21": -32.533722994063289, "S21": -32.533722994063289, "W22": -46.883067577828399, "S22": -57.752723835256162, "W31": -80.0, "S31": -80.0, "W32": -91.143789923940915, "S32": -96.143789923940915 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 507511.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15596904432857067, "S11": 0.15596904432857067, "W12": -10.21883254340336, "S12": -10.820020939069211, "W13": -18.506152092790646, "S13": -36.232693140039956, "W21": -38.66640968178006, "S21": -38.66640968178006, "W22": -39.019181770718738, "S22": -39.180087807287045, "W31": -66.012951815816706, "S31": -70.342532106770392, "W32": -97.211428129774859, "S32": -102.21142812977486 }, "geometry": { "type": "Point", "coordinates": [ 105721.0, 512703.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.64410008191205281, "W12": -7.3326302004958652, "S12": -8.2107718544880264, "W13": -15.0, "S13": -17.100464039333765, "W21": -34.7305749638953, "S21": -34.7305749638953, "W22": -40.000000000000007, "S22": -50.949315971435205, "W31": -80.0, "S31": -80.0, "W32": -91.024804201007129, "S32": -96.024804201007129 }, "geometry": { "type": "Point", "coordinates": [ 105721.25, 496795.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44901446654611199, "S11": 0.44901446654611199, "W12": -7.7618637893784861, "S12": -18.859873686637076, "W13": -25.055176830777651, "S13": -25.055176830777651, "W21": -37.805916219005837, "S21": -37.805916219005837, "W22": -40.0, "S22": -50.681699522909355, "W31": -80.0, "S31": -80.0, "W32": -91.012013632424441, "S32": -96.012013632424441 }, "geometry": { "type": "Point", "coordinates": [ 105721.25, 511140.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30234983504536256, "S11": -3.1980197975411002, "W12": -9.1590733825797539, "S12": -15.457673929483541, "W13": -18.786863432583985, "S13": -20.989819239474759, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.159564635771652, "S22": -39.649476578216216, "W31": -64.812048642766229, "S31": -68.914632658774764, "W32": -98.068195015031932, "S32": -103.06819501503193 }, "geometry": { "type": "Point", "coordinates": [ 105721.375, 503929.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7163496833442515, "S12": -7.7163496833442515, "W13": -16.569035877153745, "S13": -29.033018049260402, "W21": -43.561647715124444, "S21": -46.361047693766622, "W22": -40.0, "S22": -40.0, "W31": -53.141163382556876, "S31": -53.641163382556876, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105721.75, 518077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9621799326455323, "S12": -4.9621799326455323, "W13": -15.0, "S13": -18.043385666054764, "W21": -38.110126404638962, "S21": -38.664842104219993, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105722.0, 499214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.021026923993320457, "W12": -4.1564833266575905, "S12": -4.1564833266575905, "W13": -23.327710753872005, "S13": -23.327710753872005, "W21": -31.978514576040173, "S21": -32.587515160493709, "W22": -40.0, "S22": -40.0, "W31": -55.835432996201831, "S31": -56.111547803277602, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105722.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.037114103087175332, "S11": 0.037114103087175332, "W12": -10.391790742838648, "S12": -20.465078434459425, "W13": -22.756970912516021, "S13": -22.756970912516021, "W21": -32.013806155718157, "S21": -32.013806155718157, "W22": -39.291832990521343, "S22": -42.445849977005352, "W31": -71.253281895277681, "S31": -73.796819984399363, "W32": -89.679877418504006, "S32": -94.679877418504006 }, "geometry": { "type": "Point", "coordinates": [ 105722.0, 510076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.880336291452593, "S11": -1.880336291452593, "W12": -14.442740906524085, "S12": -14.442740906524085, "W13": -16.608292227314372, "S13": -20.926085864840381, "W21": -36.388101638029354, "S21": -36.388101638029354, "W22": -40.0, "S22": -40.0, "W31": -59.113177846312006, "S31": -59.113177846312006, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105722.4, 500595.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.153727563171641, "S11": -1.1537275631716413, "W12": -10.327237666939538, "S12": -10.327237666939538, "W13": -27.225242545616041, "S13": -27.225242545616041, "W21": -44.962733218682786, "S21": -48.237450704282367, "W22": -47.233608510150603, "S22": -47.243184990574335, "W31": -74.135575178340972, "S31": -74.135575178340972, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105722.666666666671517, 506090.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5848149927919271, "W12": -8.134788799240626, "S12": -8.134788799240626, "W13": -16.103595584929792, "S13": -19.103595584929792, "W21": -32.133942251157166, "S21": -32.133942251157166, "W22": -30.632896843733487, "S22": -33.180662309495197, "W31": -70.0, "S31": -72.969336735604244, "W32": -90.327312892441157, "S32": -95.327312892441157 }, "geometry": { "type": "Point", "coordinates": [ 105723.0, 499951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8909378975087119, "S12": -8.8909378975087119, "W13": -15.0, "S13": -23.14989256875759, "W21": -38.894121642963739, "S21": -38.894121642963739, "W22": -47.163781533709631, "S22": -47.173460822215226, "W31": -74.101509788050464, "S31": -74.148952220502167, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105723.272727272720658, 516230.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32818550506947053, "S11": 0.32818550506947053, "W12": -4.8581482576165884, "S12": -4.8581482576165884, "W13": -13.890306427942472, "S13": -13.890306427942472, "W21": -40.000000000000007, "S21": -43.000000000000007, "W22": -38.874400523051683, "S22": -50.008630172236565, "W31": -80.0, "S31": -80.0, "W32": -90.926872402111329, "S32": -95.926872402111329 }, "geometry": { "type": "Point", "coordinates": [ 105724.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44441229656419523, "S11": 0.44441229656419523, "W12": -9.5039692508667049, "S12": -20.301326079060537, "W13": -25.893896402615457, "S13": -25.893896402615457, "W21": -37.946727110652375, "S21": -37.946727110652375, "W22": -39.340454029039208, "S22": -39.340454029039208, "W31": -63.253380996083365, "S31": -66.980589166903343, "W32": -99.180058541766996, "S32": -104.180058541767 }, "geometry": { "type": "Point", "coordinates": [ 105724.0, 511064.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42, "S11": -0.42, "W12": -12.57, "S12": -18.07, "W13": -21.110001, "S13": -21.110001, "W21": -30.17, "S21": -30.17, "W22": -38.069421310784399, "S22": -38.302455716234086, "W31": -72.162129029329975, "S31": -75.162129029329975, "W32": -90.04896532712857, "S32": -95.04896532712857 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.7341545310118502, "W12": -5.0369170776665255, "S12": -11.4628390197912, "W13": -14.865309162521783, "S13": -15.522985875513287, "W21": -40.020750924073774, "S21": -41.581828018662613, "W22": -36.422853910937846, "S22": -41.195049853445092, "W31": -68.509269230272707, "S31": -68.509269230272707, "W32": -91.291649080708865, "S32": -96.291649080708865 }, "geometry": { "type": "Point", "coordinates": [ 105725.333333333328483, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35207367427183889, "S11": -0.35207367427183889, "W12": -6.8475918773611522, "S12": -6.8475918773611522, "W13": -24.753489873976761, "S13": -24.753489873976761, "W21": -30.381898638682053, "S21": -30.381898638682053, "W22": -47.64103565948934, "S22": -49.864778273890792, "W31": -74.278596991185537, "S31": -74.278596991185537, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105725.8, 507289.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5837155878866414, "W12": -5.2375927365117319, "S12": -14.542423894472549, "W13": -14.956931855480093, "S13": -16.261125351382276, "W21": -40.102702730208492, "S21": -41.870297276130799, "W22": -38.383369479166333, "S22": -42.656670330414812, "W31": -68.933053816430956, "S31": -69.765221357094745, "W32": -93.056143646232954, "S32": -98.056143646232954 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 498093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8249986636018605, "S12": -4.8320707993868677, "W13": -15.0, "S13": -18.042112222236486, "W21": -38.23182325407064, "S21": -38.807708041029578, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 499203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52963406940063096, "S11": -0.72649875586923263, "W12": -9.8280671379791276, "S12": -21.807467972956417, "W13": -26.533907692307693, "S13": -26.533907692307693, "W21": -38.378431817067792, "S21": -38.519377190304077, "W22": -43.597234626771801, "S22": -43.600894356881334, "W31": -75.918847647846462, "S31": -75.918847647846462, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 505738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5231690255409145, "S12": -23.139721762156043, "W13": -27.442338461538458, "S13": -27.442338461538458, "W21": -39.467559903777087, "S21": -40.178359920182061, "W22": -37.737665741911798, "S22": -38.750011525642165, "W31": -72.029988969667585, "S31": -75.056069448195643, "W32": -90.08917015918405, "S32": -95.08917015918405 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31544794315828117, "S11": -0.31544794315828117, "W12": -10.0, "S12": -20.0, "W13": -25.068209444027225, "S13": -25.068209444027225, "W21": -36.462670467373556, "S21": -39.611854641303218, "W22": -38.331725638885693, "S22": -48.815943340227975, "W31": -78.575201344479126, "S31": -78.575201344479126, "W32": -90.923515052888519, "S32": -95.923515052888519 }, "geometry": { "type": "Point", "coordinates": [ 105726.0, 510431.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82027636196344367, "S11": 0.82027636196344367, "W12": -5.6785799274425823, "S12": -5.6785799274425823, "W13": -20.0, "S13": -20.0, "W21": -40.413480187559912, "S21": -41.570729439074064, "W22": -49.372501763106818, "S22": -49.380189930548127, "W31": -74.344446046278932, "S31": -76.298392287546022, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105726.285714285710128, 521056.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3914298759768942, "W12": -3.4143974388291789, "S12": -3.4143974388291789, "W13": -22.297988457734629, "S13": -22.297988457734629, "W21": -29.896994409129213, "S21": -29.896994409129213, "W22": -44.235384222619352, "S22": -44.235384222619352, "W31": -74.543394702802189, "S31": -74.543394702802189, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105727.0, 506795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05093515358361772, "S11": -0.050935153583617276, "W12": -10.161776547067685, "S12": -10.84369859861015, "W13": -27.660456915366023, "S13": -27.660456915366023, "W21": -33.72955159373312, "S21": -33.72955159373312, "W22": -38.377470781681282, "S22": -49.664911406763814, "W31": -74.001450888669311, "S31": -74.001450888669311, "W32": -91.114228722823356, "S32": -96.114228722823356 }, "geometry": { "type": "Point", "coordinates": [ 105727.0, 507772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.377465663871551, "S13": -14.377465663871551, "W21": -46.0, "S21": -46.0, "W22": -41.548921258839556, "S22": -41.548921258839556, "W31": -58.99472713695728, "S31": -59.031697243358224, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105727.0, 526907.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.79459324204058812, "W12": -11.753336458919788, "S12": -13.963237316332823, "W13": -15.7581394402449, "S13": -18.836104385824552, "W21": -34.737523446055597, "S21": -34.737523446055597, "W22": -41.790001, "S22": -41.790001, "W31": -71.97330282911112, "S31": -71.97330282911112, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105727.714285714289872, 499598.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.47120965227911854, "W12": -9.8184087254261154, "S12": -10.745111020793921, "W13": -15.0, "S13": -16.896935276329717, "W21": -36.960701038002746, "S21": -36.960701038002746, "W22": -41.583900037122746, "S22": -41.583900037122746, "W31": -58.977023931076872, "S31": -58.977023931076872, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105727.830985915497877, 496778.816901408426929 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.1879248947879573, "W12": -9.0900235408718242, "S12": -15.00602842809716, "W13": -19.27214703823946, "S13": -21.128278570337063, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -35.813679245283012, "W31": -70.0, "S31": -70.0, "W32": -90.75050874191119, "S32": -95.75050874191119 }, "geometry": { "type": "Point", "coordinates": [ 105728.0, 504077.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5184769738879131, "S12": -6.2825712812477716, "W13": -22.298398583031275, "S13": -22.298398583031275, "W21": -33.731048411920902, "S21": -36.094375860332619, "W22": -47.106166419541424, "S22": -47.115923977280119, "W31": -74.059941895024309, "S31": -74.060518511153674, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105728.0, 506630.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24797148862864099, "S11": -0.24797148862864099, "W12": -10.040716536141868, "S12": -18.152335681201016, "W13": -21.172987059242313, "S13": -21.172987059242313, "W21": -30.71005312684558, "S21": -30.71005312684558, "W22": -49.999999999999993, "S22": -60.963667643829758, "W31": -80.0, "S31": -80.0, "W32": -91.286272109348701, "S32": -96.286272109348701 }, "geometry": { "type": "Point", "coordinates": [ 105728.0, 509300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37281202435312027, "S11": -0.43929988284578786, "W12": -3.8488148418720218, "S12": -3.8488148418720218, "W13": -23.735021942887933, "S13": -23.735021942887933, "W21": -30.895561113163559, "S21": -30.912802492473904, "W22": -47.132536185851585, "S22": -47.142253955886432, "W31": -74.070830665090497, "S31": -74.070830665090497, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105728.5, 506752.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37702671446748526, "S11": -1.0915442926489018, "W12": -10.032534233061007, "S12": -19.548859569734972, "W13": -25.412020512820803, "S13": -25.412020512820803, "W21": -36.680406898895285, "S21": -36.680406898895285, "W22": -39.999999999999993, "S22": -50.898525124469487, "W31": -80.0, "S31": -80.0, "W32": -91.045875730988911, "S32": -96.045875730988911 }, "geometry": { "type": "Point", "coordinates": [ 105728.666666666671517, 505662.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48715629900679558, "S11": 0.48715629900679558, "W12": -4.3090870414981133, "S12": -4.3090870414981142, "W13": -14.641633535004322, "S13": -14.641633535004321, "W21": -37.584807786884589, "S21": -39.521941337373185, "W22": -41.953823051603756, "S22": -41.960232830801786, "W31": -75.073457132996154, "S31": -75.073457132996154, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 497522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8945930014462604, "S12": -8.9574598575716475, "W13": -14.999999999999998, "S13": -18.052240978703189, "W21": -37.469763379331503, "S21": -37.864535256236707, "W22": -47.861209579467122, "S22": -47.869621689819077, "W31": -74.155515880627576, "S31": -75.949126482583807, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 499288.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62329105897273307, "S11": -5.4148093496817005, "W12": -10.0, "S12": -15.363421057735197, "W13": -19.966045110190606, "S13": -20.916869319612534, "W21": -29.612219825645468, "S21": -29.612219825645468, "W22": -39.445688699949152, "S22": -41.524329217864732, "W31": -62.276798181522892, "S31": -65.637197819675023, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 504314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2647737438280571, "S11": -1.2647737438280571, "W12": -10.081352175117761, "S12": -13.16812870244895, "W13": -27.912189586114817, "S13": -27.912189586114817, "W21": -45.388698484955754, "S21": -48.482250569112367, "W22": -42.130198631064729, "S22": -52.874659923289542, "W31": -80.0, "S31": -80.0, "W32": -91.108895630180996, "S32": -96.108895630180996 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 506057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37532529332163522, "S11": 0.37532529332163522, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -27.400750066231012, "W21": -39.754418306976746, "S21": -39.754418306976746, "W22": -50.365203284858111, "S22": -50.372171676418617, "W31": -74.548959563466568, "S31": -75.59806339155891, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105729.0, 512350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.3076729231053568, "S12": -6.7961098243480897, "W13": -14.884873948662754, "S13": -14.884873948662754, "W21": -44.546914582187433, "S21": -44.546914582187433, "W22": -39.203430547751672, "S22": -39.203430547751672, "W31": -73.167636069193946, "S31": -73.167636069193946, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105729.111111111109494, 525711.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011237989219592223, "S11": -0.87823602106477683, "W12": -9.9126866701155372, "S12": -15.311440361274151, "W13": -23.47720390309556, "S13": -23.919741950512478, "W21": -30.254746369648462, "S21": -30.254746369648462, "W22": -41.842419342428286, "S22": -41.842419342428286, "W31": -72.098550207689797, "S31": -72.098550207689797, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105730.0, 505147.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6426426426426435, "S12": -8.9563402122499518, "W13": -21.702581395952421, "S13": -22.702581395952421, "W21": -34.600071295823838, "S21": -37.343054866489865, "W22": -48.847347763166823, "S22": -51.827609647150652, "W31": -74.249844805909774, "S31": -74.249844805909774, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105730.0, 506586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36958408679927668, "S11": 0.23833624453451779, "W12": -7.3581872079585988, "S12": -18.494192582628827, "W13": -25.0, "S13": -25.463284552079777, "W21": -37.825504703370946, "S21": -37.825504703370946, "W22": -40.0, "S22": -50.588891889458992, "W31": -80.0, "S31": -80.0, "W32": -91.067468354134704, "S32": -96.067468354134704 }, "geometry": { "type": "Point", "coordinates": [ 105730.0, 511153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2024426752221964, "S11": 2.2024426752221964, "W12": -4.2575893390160298, "S12": -4.2575893390160298, "W13": -16.424893738329608, "S13": -16.424893738329608, "W21": -42.003169027173712, "S21": -42.62367984606658, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -50.0, "S31": -50.05325151463677, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105730.0, 523070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9668014682879544, "S12": -6.9668014682879544, "W13": -19.306887481822557, "S13": -28.055178384890468, "W21": -46.197613106037529, "S21": -47.235488456166109, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105731.142857142855064, 519213.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7473223015470944, "S12": -7.7473223015470944, "W13": -16.495138990384831, "S13": -28.707797778847315, "W21": -43.307083065446029, "S21": -45.94807470800469, "W22": -40.0, "S22": -40.0, "W31": -61.227562158884176, "S31": -61.227562158884176, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105731.875, 518031.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28486527119232097, "S11": -1.1856565067370561, "W12": -10.053456848585297, "S12": -19.017789253143853, "W13": -25.0, "S13": -25.607991032449831, "W21": -36.033299405467744, "S21": -36.033299405467744, "W22": -30.000000000000004, "S22": -33.566490826712283, "W31": -70.0, "S31": -70.0, "W32": -90.410548049014906, "S32": -95.410548049014906 }, "geometry": { "type": "Point", "coordinates": [ 105732.0, 505635.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11700913242009128, "S11": -0.82005126513342552, "W12": -3.690753282625693, "S12": -3.690753282625693, "W13": -23.338062015892142, "S13": -23.338062015892142, "W21": -30.33701569870875, "S21": -30.33701569870875, "W22": -42.868893950898503, "S22": -53.569753778932892, "W31": -80.0, "S31": -80.0, "W32": -91.137699531181397, "S32": -96.137699531181397 }, "geometry": { "type": "Point", "coordinates": [ 105732.0, 506767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088014981273408288, "S11": -0.68398327899910916, "W12": -9.4706246667966969, "S12": -18.248922925250515, "W13": -21.183229825129786, "S13": -21.183229825129786, "W21": -30.835938066995162, "S21": -30.835938066995162, "W22": -36.80114502580858, "S22": -41.77481924491132, "W31": -71.870298291874292, "S31": -71.870298291874292, "W32": -91.090379276624518, "S32": -96.090379276624518 }, "geometry": { "type": "Point", "coordinates": [ 105732.0, 509412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29471154733325833, "S11": -0.37535895636726802, "W12": -10.0, "S12": -10.0, "W13": -18.853740900384967, "S13": -25.889736453057591, "W21": -40.0, "S21": -40.0, "W22": -48.686011661996083, "S22": -51.551510038079073, "W31": -74.242669288684041, "S31": -74.242669288684041, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105732.2, 514430.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043298927802364703, "S11": -0.043298927802364703, "W12": -10.0, "S12": -11.492372461614766, "W13": -17.16013829383196, "S13": -35.649701400145034, "W21": -37.655291424937417, "S21": -37.655291424937417, "W22": -43.383676275008099, "S22": -43.390788716535042, "W31": -74.844207574283828, "S31": -74.844207574283828, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105732.222222222218988, 513528.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33772756843316815, "S11": 0.33772756843316826, "W12": -10.304137011048491, "S12": -10.304137011048491, "W13": -28.002596321176018, "S13": -28.002596321176018, "W21": -34.341761210156676, "S21": -34.341761210156676, "W22": -49.584787076112477, "S22": -49.592211474752744, "W31": -74.390078496188963, "S31": -76.179473329715833, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105732.75, 507724.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.93323022536459654, "W12": -10.0, "S12": -14.864204808356627, "W13": -15.190526902358988, "S13": -18.266512202067517, "W21": -36.459953002128223, "S21": -36.611048095003163, "W22": -50.228222308260861, "S22": -50.232619517239996, "W31": -74.876211895746934, "S31": -75.29161360486934, "W32": -94.426830957184407, "S32": -99.426830957184407 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 499407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.578886271681187, "S12": -10.578886271681187, "W13": -17.537199918643221, "S13": -20.086091885402226, "W21": -30.0, "S21": -30.0, "W22": -53.419280103115597, "S22": -53.419280103115597, "W31": -76.26666933333334, "S31": -76.26666933333334, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 501315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3033205901263315, "S11": -3.1358731323535198, "W12": -10.0, "S12": -15.384685310636335, "W13": -21.272452053568767, "S13": -21.709759169343389, "W21": -29.314739055525727, "S21": -29.314739055525727, "W22": -40.0, "S22": -40.0, "W31": -55.916216910819841, "S31": -55.916216910819841, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 504884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2438519813519815, "W12": -8.6188079791426659, "S12": -10.012864400750541, "W13": -23.347479292361182, "S13": -23.347479292361182, "W21": -40.601285929840905, "S21": -44.086422329504252, "W22": -37.693125960328437, "S22": -48.908213131573433, "W31": -72.548560993608575, "S31": -72.548560993608575, "W32": -91.139182964279925, "S32": -96.139182964279925 }, "geometry": { "type": "Point", "coordinates": [ 105733.0, 506236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8647425611713881, "S12": -8.8647425611713881, "W13": -15.0, "S13": -22.481913249093626, "W21": -39.012489313560351, "S21": -39.012489313560351, "W22": -46.96390968728349, "S22": -46.973869244964533, "W31": -73.975256125208972, "S31": -74.010453359624364, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.181818181823473, 516278.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.850257871662249, "S12": -13.233754109688794, "W13": -22.675059213952039, "S13": -22.675059213952039, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.714285714289872, 508263.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.078232906064138255, "S11": -0.078232906064138255, "W12": -10.0, "S12": -13.379313300772756, "W13": -17.228246296789283, "S13": -36.719921338210369, "W21": -37.398602817802185, "S21": -37.398602817802185, "W22": -38.624463380546203, "S22": -39.560253016052897, "W31": -72.6509681120164, "S31": -72.6509681120164, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105733.75, 513413.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49388575458392098, "S11": -0.72069520404758758, "W12": -3.9100175602309113, "S12": -13.910017560230909, "W13": -14.622465112527223, "S13": -16.949578450035084, "W21": -39.403604252128403, "S21": -40.37991978798037, "W22": -37.229422338840919, "S22": -41.769381530878078, "W31": -68.804808892525216, "S31": -69.316730306563869, "W32": -91.974037344690444, "S32": -96.974037344690444 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 497632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.87463543968186819, "W12": -9.7449225657788983, "S12": -14.7449225657789, "W13": -15.15464057953068, "S13": -18.229130504761955, "W21": -36.562599306801502, "S21": -36.732546631447995, "W22": -33.894694641895597, "S22": -37.207660655624899, "W31": -70.380421654560081, "S31": -72.920052999174629, "W32": -90.224597390813784, "S32": -95.224597390813784 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 499397.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45589017645509616, "S11": -1.4584202207308714, "W12": -11.864320652173914, "S12": -16.594068727344094, "W13": -20.000000000000004, "S13": -20.978193411781888, "W21": -28.782124586733445, "S21": -28.782124586733445, "W22": -40.0, "S22": -40.0, "W31": -51.309525506011333, "S31": -51.58522832578371, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 504572.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31526352372843069, "S11": -3.081198109192822, "W12": -10.0, "S12": -15.347009437785893, "W13": -21.253714916336087, "S13": -21.699658709714171, "W21": -29.265338373721988, "S21": -29.265338373721988, "W22": -46.722827645540576, "S22": -46.73184037356571, "W31": -74.062754772170081, "S31": -75.251961409747338, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 504874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51518586912886388, "S11": 0.51518586912886388, "W12": -9.9339112375276528, "S12": -9.9339112375276528, "W13": -25.877511017596753, "S13": -25.877511017596753, "W21": -33.388105147193833, "S21": -33.388105147193833, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 507578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2247482404184105, "S12": -8.2247482404184105, "W13": -15.422783244049352, "S13": -25.422783244049352, "W21": -41.154718662727859, "S21": -45.151566173967709, "W22": -38.163800693485719, "S22": -39.792530670296173, "W31": -72.232634058214231, "S31": -72.760695570195949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105735.0, 517309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.2654380749624021, "S12": -4.2654380749624021, "W13": -15.0, "S13": -18.034145496091092, "W21": -38.939281358562781, "S21": -39.653097749275837, "W22": -38.886506246072642, "S22": -41.451149561678754, "W31": -70.736481729767192, "S31": -72.560914592132576, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105736.0, 499135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83985025540550007, "S11": -1.4283097001523699, "W12": -9.3483863856802749, "S12": -9.6366169701478483, "W13": -25.212274066036272, "S13": -25.212274066036272, "W21": -42.957137238966915, "S21": -46.508646525709558, "W22": -46.222303206997083, "S22": -57.17974379435131, "W31": -80.0, "S31": -80.0, "W32": -91.274350862095332, "S32": -96.274350862095332 }, "geometry": { "type": "Point", "coordinates": [ 105736.0, 506190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.98860075634792088, "W12": -10.588773867892755, "S12": -11.433977962976019, "W13": -24.46686094298737, "S13": -24.46686094298737, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -60.721365160930077, "W31": -80.0, "S31": -80.0, "W32": -91.325262382618305, "S32": -96.325262382618305 }, "geometry": { "type": "Point", "coordinates": [ 105736.0, 508094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51292393971259553, "S11": -0.51292393971259553, "W12": -9.5630741114800006, "S12": -22.273080075602927, "W13": -26.994798650168359, "S13": -26.994798650168359, "W21": -38.996137177491356, "S21": -39.446508626012609, "W22": -39.540669257670096, "S22": -50.631151161289417, "W31": -76.526072219233484, "S31": -76.526072219233484, "W32": -91.201845412569497, "S32": -96.201845412569497 }, "geometry": { "type": "Point", "coordinates": [ 105736.4, 505768.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.541076573987322, "S12": -10.541076573987322, "W13": -17.54148674301684, "S13": -20.04970465622058, "W21": -30.019436628241952, "S21": -30.019436628241952, "W22": -38.514138949756543, "S22": -39.614673515601694, "W31": -72.554479913669496, "S31": -72.66997038639613, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105736.666666666671517, 501315.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46735435362603245, "S11": -0.46735435362603245, "W12": -10.059564298070038, "S12": -11.659348479865653, "W13": -27.560118684791529, "S13": -27.560118684791529, "W21": -33.318142427148885, "S21": -33.318142427148885, "W22": -50.0, "S22": -60.860177021199533, "W31": -80.0, "S31": -80.0, "W32": -91.325987576391654, "S32": -96.325987576391654 }, "geometry": { "type": "Point", "coordinates": [ 105736.714285714289872, 507814.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20848783242884855, "S11": -1.1469232065785082, "W12": -10.0, "S12": -12.259761361584795, "W13": -18.329232543058719, "S13": -19.975241214995311, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.423046277970151, "S22": -42.279893409549473, "W31": -74.132054177895597, "S31": -74.132054177895597, "W32": -91.034867743043634, "S32": -96.034867743043634 }, "geometry": { "type": "Point", "coordinates": [ 105737.0, 503745.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60841804892701001, "S11": -4.5468937591956031, "W12": -10.483790760869566, "S12": -15.658948141161636, "W13": -20.0, "S13": -20.748297189383848, "W21": -29.412293795534364, "S21": -29.412293795534364, "W22": -38.588538137905267, "S22": -42.654752305379972, "W31": -68.727292103279694, "S31": -71.789948963943729, "W32": -94.849444010675811, "S32": -99.849444010675811 }, "geometry": { "type": "Point", "coordinates": [ 105737.0, 504373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2158024978216673, "S11": -1.2158024978216673, "W12": -10.577530662305806, "S12": -10.577530662305806, "W13": -27.091726746773475, "S13": -27.091726746773475, "W21": -45.388620872248644, "S21": -48.882122593141268, "W22": -39.437205630539886, "S22": -44.322539326339808, "W31": -80.0, "S31": -80.0, "W32": -91.085244670794637, "S32": -96.085244670794637 }, "geometry": { "type": "Point", "coordinates": [ 105737.0, 506103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51442687747048921, "S11": -1.1809536839975148, "W12": -8.6904141150793563, "S12": -10.553269104952962, "W13": -23.051567791981338, "S13": -23.051567791981338, "W21": -40.181282004594145, "S21": -43.674740346608829, "W22": -39.349876827443303, "S22": -43.374587986883292, "W31": -80.0, "S31": -80.0, "W32": -91.074796578815253, "S32": -96.074796578815253 }, "geometry": { "type": "Point", "coordinates": [ 105737.0, 506244.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9006424022341224, "S11": 1.9006424022341224, "W12": -4.0995883884864481, "S12": -4.9584004895133704, "W13": -15.0, "S13": -15.0, "W21": -40.76671219617581, "S21": -40.76671219617581, "W22": -50.80659972969633, "S22": -50.81299624352566, "W31": -74.680514689745223, "S31": -74.680514689745223, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105737.0, 524222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -51.600595279355851, "S22": -51.600595279355851, "W31": -75.375879904472924, "S31": -76.982716394072767, "W32": -90.901650266310838, "S32": -95.901650266310838 }, "geometry": { "type": "Point", "coordinates": [ 105737.557894736848539, 530016.652631578966975 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52812891470225665, "S11": -0.52812891470225665, "W12": -11.523279886277681, "S12": -11.855716526535939, "W13": -17.282648297919426, "S13": -22.282648297919426, "W21": -37.681741516158255, "S21": -37.681741516158255, "W22": -31.313782405263051, "S22": -42.738846449058066, "W31": -70.0, "S31": -70.0, "W32": -91.0167570188582, "S32": -96.0167570188582 }, "geometry": { "type": "Point", "coordinates": [ 105737.666666666671517, 500792.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30848109007027519, "S11": 0.30848109007027519, "W12": -4.9060114400959716, "S12": -4.9060114400959716, "W13": -13.458954505429997, "S13": -13.458954505429997, "W21": -39.868435858964737, "S21": -42.680838723508387, "W22": -36.54112982788083, "S22": -41.22206164764544, "W31": -68.610403113140748, "S31": -68.610403113140748, "W32": -91.403400926641666, "S32": -96.403400926641666 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 497187.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51566386554621846, "S11": 0.51566386554621846, "W12": -10.804531213019418, "S12": -10.804531213019418, "W13": -17.676912197258904, "S13": -20.565292690937412, "W21": -29.465939153439152, "S21": -29.465939153439152, "W22": -38.377353998357798, "S22": -42.577938461599828, "W31": -68.925626600087853, "S31": -69.996774227043545, "W32": -93.239983771949966, "S32": -98.239983771949966 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 501378.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0022898873622972937, "S11": -0.99771011263770271, "W12": -9.3765218126259668, "S12": -18.597278847516634, "W13": -21.183991236394391, "S13": -21.183991236394391, "W21": -30.907096641143863, "S21": -30.907096641143863, "W22": -40.0, "S22": -40.0, "W31": -56.870410162368302, "S31": -57.071500624281875, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 509486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1040003162534004, "S12": -4.7152131944104916, "W13": -15.0, "S13": -15.0, "W21": -40.243990317991162, "S21": -40.243990317991162, "W22": -39.362386488571552, "S22": -42.399261877763372, "W31": -71.272729899635081, "S31": -73.801116521510338, "W32": -89.704219294793376, "S32": -94.704219294793376 }, "geometry": { "type": "Point", "coordinates": [ 105738.0, 524016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.429940413623445, "S12": -12.490593342135636, "W13": -25.302058122347386, "S13": -25.302058122347386, "W21": -30.83184070386686, "S21": -30.83184070386686, "W22": -32.61840022088294, "S22": -32.652799705695649, "W31": -69.999999999999986, "S31": -72.503226890321898, "W32": -90.253010941114013, "S32": -95.253010941114013 }, "geometry": { "type": "Point", "coordinates": [ 105738.4, 508025.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45014262122804383, "S11": 0.45014262122804383, "W12": -10.103360670194002, "S12": -10.103360670194002, "W13": -28.344735726986009, "S13": -28.344735726986009, "W21": -34.953970826580225, "S21": -34.953970826580225, "W22": -39.044394153287158, "S22": -39.044394153287158, "W31": -60.194192784198222, "S31": -61.636467995325894, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105738.5, 507677.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3919243557772234, "S11": -1.2893361167354294, "W12": -3.3401200548822318, "S12": -3.3401200548822318, "W13": -22.406405742878089, "S13": -22.406405742878089, "W21": -29.698321708602528, "S21": -29.698321708602528, "W22": -40.0, "S22": -40.0, "W31": -57.795543054020449, "S31": -57.795543054020449, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105738.75, 506797.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3429069807608043, "W12": -4.3297711104468686, "S12": -10.524203921383309, "W13": -14.659832753922768, "S13": -17.143311175852755, "W21": -39.969641696287127, "S21": -40.723799669461492, "W22": -46.703812920038402, "S22": -46.712700919856225, "W31": -74.061017127848586, "S31": -75.242827051772736, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105739.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4410349811519758, "S12": -4.4410349811519758, "W13": -15.0, "S13": -18.037123711472546, "W21": -38.702564002738505, "S21": -39.361986027221157, "W22": -38.733722215655867, "S22": -49.820627476113209, "W31": -74.798814273742664, "S31": -74.798814273742664, "W32": -91.198049310017964, "S32": -96.198049310017964 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 499160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8728897016190178, "S11": -0.8728897016190178, "W12": -9.6656710590531958, "S12": -24.672596266809428, "W13": -28.332701269484172, "S13": -28.332701269484172, "W21": -41.690506523407521, "S21": -42.984198955021192, "W22": -47.369314541960279, "S22": -58.259872279469377, "W31": -80.0, "S31": -80.0, "W32": -91.304702755122989, "S32": -96.304702755122989 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.54, "S11": -1.54, "W12": -10.8, "S12": -26.05, "W13": -29.84, "S13": -29.84, "W21": -46.68, "S21": -48.92656413002689, "W22": -46.536425277767727, "S22": -46.5450645062121, "W31": -74.350912899646502, "S31": -74.350912899646502, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.062953896368829018, "S11": -0.062953896368829018, "W12": -10.104041916167665, "S12": -20.23770912855046, "W13": -22.437755961900734, "S13": -22.437755961900734, "W21": -31.40668834437232, "S21": -31.40668834437232, "W22": -51.743169893982625, "S22": -51.743169893982625, "W31": -75.278693385707314, "S31": -75.278693385707314, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 510033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2574688397189977, "S12": -8.2574688397189977, "W13": -15.347807613160168, "S13": -25.347807613160168, "W21": -41.063881078621002, "S21": -45.076885539019422, "W22": -40.0, "S22": -40.0, "W31": -70.477338177303182, "S31": -70.477338177303182, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105740.4, 517260.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4462535205765734, "S12": -4.4656162679507601, "W13": -15.0, "S13": -18.037130130040179, "W21": -38.705609352194926, "S21": -39.364551440260314, "W22": -46.800903413609873, "S22": -46.810747481538392, "W31": -73.953240603562406, "S31": -74.030062239217543, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105741.0, 499160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94322293348177011, "S11": -2.7084804393427699, "W12": -10.187079141012164, "S12": -10.745990749053599, "W13": -16.094777641778865, "S13": -19.094777641778865, "W21": -32.782686697658001, "S21": -32.782686697658001, "W22": -36.336394796671094, "S22": -47.519856217594459, "W31": -70.0, "S31": -70.0, "W32": -91.143210043727251, "S32": -96.143210043727251 }, "geometry": { "type": "Point", "coordinates": [ 105741.0, 499816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59936460727321872, "W12": -9.6061716218120345, "S12": -11.043087294359603, "W13": -17.826783926871176, "S13": -21.34509983261108, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105741.0, 503451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17281137502963878, "S11": 0.17281137502963878, "W12": -10.049826208310847, "S12": -10.102255428863101, "W13": -18.543384242517504, "S13": -35.589118547981002, "W21": -38.89839608429466, "S21": -38.89839608429466, "W22": -43.06514405801709, "S22": -43.072264661709312, "W31": -74.806242649353834, "S31": -74.806242649353834, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105741.0, 512680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.677784175725737, "S12": -8.677784175725737, "W13": -15.0, "S13": -21.837943978361047, "W21": -39.745971640448438, "S21": -41.353830879127358, "W22": -38.875828680787386, "S22": -49.734395046879804, "W31": -80.0, "S31": -80.0, "W32": -91.042909544852165, "S32": -96.042909544852165 }, "geometry": { "type": "Point", "coordinates": [ 105741.672413793101441, 516623.922413793101441 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0552375931922584, "S11": -1.0552375931922584, "W12": -12.519097338047901, "S12": -12.519097338047901, "W13": -16.889607022275865, "S13": -21.889607022275865, "W21": -36.926117697997178, "S21": -36.926117697997178, "W22": -40.515695602502433, "S22": -40.515695602502433, "W31": -73.946476808265047, "S31": -73.946476808265047, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105742.0, 500713.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27638336347197101, "S11": 0.27638336347197101, "W12": -8.2486308596693974, "S12": -19.180136586642703, "W13": -25.11862119971742, "S13": -25.11862119971742, "W21": -37.956409251917712, "S21": -37.956409251917712, "W22": -37.165273002084732, "S22": -41.685667608522934, "W31": -68.819729009422915, "S31": -68.819729009422915, "W32": -91.965391925662601, "S32": -96.965391925662601 }, "geometry": { "type": "Point", "coordinates": [ 105742.0, 511108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7782949197499374, "S12": -7.7782949197499374, "W13": -16.421242103615917, "S13": -28.416925577283685, "W21": -43.115069201813697, "S21": -45.318799490543739, "W22": -40.0, "S22": -40.0, "W31": -70.3384264860521, "S31": -70.3384264860521, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105742.0, 517986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.000776891663449, "S12": -4.8945331600769135, "W13": -15.690179350146117, "S13": -15.690179350146117, "W21": -40.622462048343934, "S21": -40.622462048343934, "W22": -38.90867855254232, "S22": -38.933884740072727, "W31": -66.435189529638777, "S31": -70.637476390540002, "W32": -96.903438359154364, "S32": -101.90343835915436 }, "geometry": { "type": "Point", "coordinates": [ 105742.75, 523442.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49884481344813447, "S11": -2.5753221698456663, "W12": -4.3420833862651316, "S12": -9.7480258727046873, "W13": -14.660286103542235, "S13": -17.017978284325117, "W21": -39.971146926082916, "S21": -40.704500412061819, "W22": -30.0, "S22": -36.549528301886795, "W31": -70.0, "S31": -70.0, "W32": -90.79782702070878, "S32": -95.79782702070878 }, "geometry": { "type": "Point", "coordinates": [ 105742.875, 497693.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.272298233948314, "S12": -10.272298233948314, "W13": -17.450631610238439, "S13": -19.712841606605284, "W21": -31.515837179837803, "S21": -31.515837179837803, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105743.0, 501270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7006716452961346, "S12": -10.586995848794135, "W13": -17.70409958894524, "S13": -21.28891908700971, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -50.62747994549656, "W31": -80.0, "S31": -80.0, "W32": -91.157469475485144, "S32": -96.157469475485144 }, "geometry": { "type": "Point", "coordinates": [ 105743.0, 503305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54466403162055355, "S11": -1.1093202087767309, "W12": -8.812829685321045, "S12": -11.337202124448819, "W13": -22.883753960450125, "S13": -23.609000285762157, "W21": -39.77644612938731, "S21": -43.285484220553371, "W22": -37.610006061355769, "S22": -41.76044892726825, "W31": -75.065969327413384, "S31": -75.065969327413384, "W32": -91.041345634784307, "S32": -96.041345634784307 }, "geometry": { "type": "Point", "coordinates": [ 105743.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.9419419419419413, "S12": -8.5375910227073764, "W13": -21.676250880294692, "S13": -21.676250880294692, "W21": -34.177846789424365, "S21": -36.999387371952821, "W22": -40.0, "S22": -40.0, "W31": -52.163462680328145, "S31": -52.53446587946749, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105743.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8385472248340715, "S12": -8.8385472248340715, "W13": -15.0, "S13": -21.813933929429894, "W21": -39.130856984156935, "S21": -39.130856984156935, "W22": -48.670657514027539, "S22": -51.462696434055246, "W31": -74.191249232989733, "S31": -74.191249232989733, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105743.090909090911737, 516326.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0726939993968081, "S12": -9.0726939993968081, "W13": -15.0, "S13": -23.357861006996448, "W21": -38.152499252155287, "S21": -38.152499252155287, "W22": -39.08857378671096, "S22": -39.69586390531834, "W31": -64.857802298500403, "S31": -68.910095309339354, "W32": -98.028305756871262, "S32": -103.02830575687126 }, "geometry": { "type": "Point", "coordinates": [ 105743.21052631578641, 515854.605263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42917726331244599, "S11": -0.42917726331244599, "W12": -10.0, "S12": -20.0, "W13": -24.756257622828766, "S13": -24.756257622828766, "W21": -36.07805083264023, "S21": -38.611875501691912, "W22": -46.694210864416519, "S22": -46.703931335388113, "W31": -73.949006692044065, "S31": -74.051793791413516, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105743.75, 510392.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35532512084827683, "S11": -2.412217681177284, "W12": -5.1009741304048157, "S12": -16.681479749399006, "W13": -24.291929824561404, "S13": -24.2919298245614, "W21": -37.925821482725105, "S21": -37.925821482725105, "W22": -39.806980365776447, "S22": -48.642674262745317, "W31": -80.0, "S31": -80.0, "W32": -91.179141809102958, "S32": -96.179141809102958 }, "geometry": { "type": "Point", "coordinates": [ 105744.0, 511344.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5419381774387797, "S11": 0.54193817743877926, "W12": -10.012278806584362, "S12": -10.012278806584362, "W13": -25.95536591806059, "S13": -25.95536591806059, "W21": -34.042375604382151, "S21": -34.042375604382151, "W22": -38.786491791106691, "S22": -40.149355886336977, "W31": -67.392110677679241, "S31": -71.647495167741155, "W32": -96.219597024952577, "S32": -101.21959702495258 }, "geometry": { "type": "Point", "coordinates": [ 105744.25, 507630.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50170025650421401, "S11": -3.050719864347351, "W12": -11.557635869565217, "S12": -16.350995449108687, "W13": -20.0, "S13": -20.904758946322069, "W21": -28.94508046637479, "S21": -28.94508046637479, "W22": -38.310852896630806, "S22": -39.909148146659575, "W31": -71.906443272512632, "S31": -72.78578128259069, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105745.0, 504516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.474085577429513, "S12": -12.141425970241148, "W13": -25.0, "S13": -25.0, "W21": -30.615420236165782, "S21": -30.615420236165782, "W22": -38.309079452625262, "S22": -42.509782442441349, "W31": -68.982345747459945, "S31": -69.547795487761917, "W32": -93.091223476226091, "S32": -98.091223476226091 }, "geometry": { "type": "Point", "coordinates": [ 105745.0, 508049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2901894390195885, "S12": -8.2901894390195885, "W13": -15.272831982270979, "S13": -25.272831982270979, "W21": -40.973043494514172, "S21": -44.728185012498926, "W22": -51.274262399776333, "S22": -51.274262399776333, "W31": -75.281869133356679, "S31": -76.724639676321658, "W32": -91.776515988007603, "S32": -96.776515988007603 }, "geometry": { "type": "Point", "coordinates": [ 105745.8, 517211.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37286758297016426, "S11": 0.2380274470279144, "W12": -4.9999999999999991, "S12": -6.8311355097145858, "W13": -12.962483395645481, "S13": -13.126624288406795, "W21": -36.937453113278316, "S21": -38.980543163560156, "W22": -40.0, "S22": -40.0, "W31": -70.200686844211944, "S31": -70.200686844211944, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 497053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35354006034193763, "S11": 0.35354006034193763, "W12": -5.8873874379673152, "S12": -5.8873874379673152, "W13": -13.056715196833077, "S13": -13.056715196833077, "W21": -37.661571642910729, "S21": -39.899252581505849, "W22": -37.607659285832099, "S22": -42.02014211198896, "W31": -75.064091067723993, "S31": -75.064091067723993, "W32": -91.062153408254403, "S32": -96.062153408254403 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 497086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1131241714538123, "W12": -10.608017444549681, "S12": -14.396743857551133, "W13": -15.386572797655989, "S13": -18.481427695641035, "W21": -35.889223916727822, "S21": -35.889223916727822, "W22": -36.68718908120487, "S22": -41.619454603945009, "W31": -71.611128749248977, "S31": -71.611128749248977, "W32": -91.197725040307859, "S32": -96.197725040307859 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 499483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38422218745118997, "S11": -1.90678943150108, "W12": -10.0, "S12": -14.920010853802662, "W13": -24.185069315469239, "S13": -25.102625954876029, "W21": -32.832702992243213, "S21": -32.832702992243213, "W22": -41.371060157480002, "S22": -41.377527433742344, "W31": -74.980988943512997, "S31": -74.980988943512997, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 505448.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1142308193630468, "S11": -0.1142308193630468, "W12": -10.0, "S12": -13.0, "W13": -17.031091279867379, "S13": -22.401898170166564, "W21": -38.71443902493462, "S21": -38.71443902493462, "W22": -40.0, "S22": -40.0, "W31": -73.907347082117312, "S31": -73.907347082117312, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105746.0, 513810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.034553494531716, "S12": -12.552199806579198, "W13": -27.459780454217157, "S13": -27.459780454217157, "W21": -32.906733260565204, "S21": -32.906733260565204, "W22": -41.827259475218654, "S22": -52.707111806639162, "W31": -79.038786256582156, "S31": -79.038786256582156, "W32": -91.294974969312293, "S32": -96.294974969312293 }, "geometry": { "type": "Point", "coordinates": [ 105746.428571428565192, 507856.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36161338493889617, "S11": 0.30816038728150474, "W12": -5.0, "S12": -5.840772264895417, "W13": -13.014202056300858, "S13": -13.014202056300858, "W21": -37.355542010502631, "S21": -39.51327475467447, "W22": -40.0, "S22": -50.543809873667698, "W31": -80.0, "S31": -80.0, "W32": -91.191866838713381, "S32": -96.191866838713381 }, "geometry": { "type": "Point", "coordinates": [ 105747.0, 497072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0629387492634734, "S12": -11.506486065404122, "W13": -14.999999999999998, "S13": -18.064341655050058, "W21": -37.229399080809209, "S21": -37.526115348767, "W22": -39.918330137705766, "S22": -49.825432487152156, "W31": -80.0, "S31": -80.0, "W32": -91.187849949894542, "S32": -96.187849949894542 }, "geometry": { "type": "Point", "coordinates": [ 105747.0, 499331.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53092645682614326, "S11": -0.53092645682614326, "W12": -11.540001489813223, "S12": -11.660087414688443, "W13": -17.173103751241488, "S13": -22.173103751241488, "W21": -37.465425693129554, "S21": -37.465425693129554, "W22": -38.147786904172854, "S22": -47.392902238414962, "W31": -77.70320346278379, "S31": -77.70320346278379, "W32": -91.065907241659886, "S32": -96.065907241659886 }, "geometry": { "type": "Point", "coordinates": [ 105747.0, 500779.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14867584133225392, "S11": -1.148675841332254, "W12": -10.033562610229277, "S12": -17.850695204944667, "W13": -24.999999999999996, "S13": -25.491093502793241, "W21": -35.368915461593474, "S21": -35.368915461593474, "W22": -40.0, "S22": -40.0, "W31": -56.162341191829604, "S31": -56.439436175775683, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105747.0, 505606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42993004667131596, "S11": 0.42993004667131596, "W12": -4.5187914297801814, "S12": -4.5187914297801814, "W13": -14.414209161624893, "S13": -14.414209161624893, "W21": -38.085892639004562, "S21": -41.085892639004562, "W22": -43.661580579062274, "S22": -43.669083225990875, "W31": -74.662533696145601, "S31": -74.662533696145601, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 497407.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46228335389732311, "S11": 0.46228335389732311, "W12": -4.4181894048716028, "S12": -4.4181894048716028, "W13": -14.490700086430424, "S13": -14.490700086430424, "W21": -36.694027876180982, "S21": -39.059825921783585, "W22": -50.0, "S22": -60.650417086394043, "W31": -80.0, "S31": -80.0, "W32": -91.418405636928341, "S32": -96.418405636928341 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 497466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.90625, "W12": -9.3296155671570968, "S12": -9.4652349981691497, "W13": -16.060560192671669, "S13": -19.060560192671669, "W21": -32.136267458821379, "S21": -32.136267458821379, "W22": -47.333130066418349, "S22": -49.225066987063819, "W31": -74.173401349736295, "S31": -74.173401349736295, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.023250467351021632, "S11": -2.1412124104413568, "W12": -10.0, "S12": -15.062318337096887, "W13": -22.67575577949022, "S13": -23.17575577949022, "W21": -29.924799688300027, "S21": -29.924799688300027, "W22": -38.76680906095315, "S22": -49.28728234838205, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -91.081592361585393, "S32": -96.081592361585393 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 505042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35576074972436605, "S11": 0.35576074972436605, "W12": -10.0, "S12": -10.0, "W13": -20.0, "S13": -24.710298241141984, "W21": -39.803023017054265, "S21": -39.803023017054265, "W22": -30.462592272746306, "S22": -33.73641906284616, "W31": -70.0, "S31": -72.594354133580808, "W32": -90.456154950862668, "S32": -95.456154950862668 }, "geometry": { "type": "Point", "coordinates": [ 105748.0, 512246.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -50.0, "S22": -60.684642316819613, "W31": -80.0, "S31": -80.0, "W32": -91.396706367754547, "S32": -96.396706367754547 }, "geometry": { "type": "Point", "coordinates": [ 105748.323076923072222, 530035.584615384577774 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6970836371211133, "S11": -1.6970836371211133, "W12": -15.0, "S12": -15.0, "W13": -16.495849852062275, "S13": -21.09092255299122, "W21": -35.253296107637105, "S21": -35.253296107637105, "W22": -49.996291192249728, "S22": -50.00309571902617, "W31": -74.48041060239234, "S31": -75.333105264699029, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105748.8, 500556.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88380183690509317, "S11": -2.5765029464751352, "W12": -10.000000000000002, "S12": -10.531738628832324, "W13": -16.07862097103223, "S13": -19.07862097103223, "W21": -32.76904389183531, "S21": -32.76904389183531, "W22": -38.347880778490826, "S22": -40.073359559381224, "W31": -72.163548239954167, "S31": -75.163548239954167, "W32": -89.997071692603143, "S32": -94.997071692603143 }, "geometry": { "type": "Point", "coordinates": [ 105749.0, 499823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043447034892817968, "S11": -0.043447034892818114, "W12": -10.0, "S12": -15.013047423762512, "W13": -24.565223981942712, "S13": -25.289777738006929, "W21": -33.555839967783029, "S21": -33.555839967783029, "W22": -40.05288303730989, "S22": -40.05288303730989, "W31": -73.956802012017036, "S31": -73.956802012017036, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105749.0, 505523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68285936891312826, "S11": -1.522197416823424, "W12": -3.1011055031924593, "S12": -3.1011055031924593, "W13": -22.203452068363948, "S13": -22.203452068363948, "W21": -29.06761260491573, "S21": -29.06761260491573, "W22": -38.959895074253026, "S22": -41.608217755445445, "W31": -70.711878427701095, "S31": -72.534691390847016, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105749.0, 506843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10465191747592517, "S11": -0.10465191747592517, "W12": -3.5029947850543959, "S12": -3.5029947850543959, "W13": -15.0, "S13": -18.018291634038949, "W21": -40.28039946958102, "S21": -41.270859701483467, "W22": -30.0, "S22": -34.646889220828847, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -90.511525066664134, "S32": -95.511525066664134 }, "geometry": { "type": "Point", "coordinates": [ 105750.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51065689677336423, "S11": -0.59879346357585583, "W12": -9.4016587677725116, "S12": -9.4016587677725116, "W13": -15.932077034622042, "S13": -19.074108760122265, "W21": -31.975228228146253, "S21": -31.975228228146253, "W22": -42.267428466899027, "S22": -42.267428466899027, "W31": -70.0, "S31": -70.0, "W32": -99.894305679266353, "S32": -104.89430567926635 }, "geometry": { "type": "Point", "coordinates": [ 105750.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46793509754684171, "S11": 0.46793509754684171, "W12": -9.960955347871236, "S12": -9.960955347871236, "W13": -25.813018833802001, "S13": -25.813018833802001, "W21": -33.552435889589326, "S21": -33.552435889589326, "W22": -39.374931636973812, "S22": -40.421469005563253, "W31": -62.416431238837561, "S31": -65.843399241142464, "W32": -99.961690800637371, "S32": -104.96169080063737 }, "geometry": { "type": "Point", "coordinates": [ 105750.0, 507583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21199800402890456, "S11": -0.044790417749180411, "W12": -9.6299621230754102, "S12": -22.19494720660763, "W13": -22.19494720660763, "S13": -33.636065406132452, "W21": -38.009086448980902, "S21": -38.009086448980902, "W22": -48.834683219024569, "S22": -48.842203710629391, "W31": -74.243281430308102, "S31": -75.733684240077551, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105750.0, 511802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9531296141405505, "S12": -8.9531296141405505, "W13": -15.000000000000002, "S13": -24.218409827763537, "W21": -38.658240240577015, "S21": -38.658240240577015, "W22": -36.039037373131592, "S22": -36.868518929973362, "W31": -71.51764479326178, "S31": -74.306759284744317, "W32": -90.25756981393387, "S32": -95.25756981393387 }, "geometry": { "type": "Point", "coordinates": [ 105750.0, 516092.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9572180918558146, "S12": -5.9572180918558146, "W13": -20.0, "S13": -20.0, "W21": -39.527940588168633, "S21": -40.586309408193877, "W22": -39.467572297502024, "S22": -42.3587682520049, "W31": -62.007331637531401, "S31": -64.812909050250184, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105750.2, 520679.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43359213376493777, "S11": 0.43359213376493777, "W12": -2.7426097944554169, "S12": -2.7426097944554169, "W13": -15.0, "S13": -18.0, "W21": -40.78145876281549, "S21": -42.191475990999905, "W22": -36.639672589838248, "S22": -41.229488277667379, "W31": -68.709897040700511, "S31": -68.709897040700511, "W32": -91.517480025342294, "S32": -96.517480025342294 }, "geometry": { "type": "Point", "coordinates": [ 105750.5, 498800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3622905266242107, "S12": -9.3622905266242107, "W13": -15.023623449291906, "S13": -24.313221730481807, "W21": -38.285054618524192, "S21": -38.285054618524192, "W22": -46.495640407678323, "S22": -46.505130753870148, "W31": -73.941404540945157, "S31": -74.094471196126051, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105750.5, 515409.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26565565994818979, "S11": 0.26565565994818979, "W12": -9.2596593478364948, "S12": -19.978089987826518, "W13": -25.50581157850964, "S13": -25.50581157850964, "W21": -38.077459788719715, "S21": -38.077459788719715, "W22": -49.191051523736952, "S22": -52.276657243283452, "W31": -74.152243035177605, "S31": -74.152243035177605, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105750.666666666671517, 511059.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9394361049702136, "S12": -6.9394361049702136, "W13": -19.435538178057435, "S13": -27.806938444788965, "W21": -45.746800152612728, "S21": -46.684228721870092, "W22": -46.647207692071667, "S22": -46.656882695153755, "W31": -73.920238236314717, "S31": -73.920238236314717, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105750.714285714289872, 519257.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20199606800046252, "S11": -0.99062314390690542, "W12": -9.981243687779541, "S12": -18.66372153583913, "W13": -25.0, "S13": -25.363197594648252, "W21": -35.915057751595889, "S21": -35.915057751595889, "W22": -44.033788914198936, "S22": -54.447772155286572, "W31": -80.0, "S31": -80.0, "W32": -91.269545911646816, "S32": -96.269545911646816 }, "geometry": { "type": "Point", "coordinates": [ 105751.0, 505629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60920502092050222, "S11": -1.2014832246444891, "W12": -9.2381616443339603, "S12": -11.916539640848818, "W13": -23.299282566735862, "S13": -23.299282566735862, "W21": -40.223649034879848, "S21": -43.807551520488964, "W22": -40.0, "S22": -50.532789341086783, "W31": -80.0, "S31": -80.0, "W32": -91.196665216969365, "S32": -96.196665216969365 }, "geometry": { "type": "Point", "coordinates": [ 105751.0, 506245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3229100383202166, "S12": -8.3229100383202166, "W13": -15.197856351381711, "S13": -25.197856351381709, "W21": -40.882205910407201, "S21": -43.658935071139069, "W22": -39.929705288793599, "S22": -49.841893604573599, "W31": -80.0, "S31": -80.0, "W32": -91.221288633183619, "S32": -96.221288633183619 }, "geometry": { "type": "Point", "coordinates": [ 105751.2, 517162.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72190370164208173, "S11": -2.4114191316004732, "W12": -9.9762695775984831, "S12": -10.439462095824261, "W13": -16.104120767033862, "S13": -19.104120767033862, "W21": -32.574001353622393, "S21": -32.574001353622393, "W22": -38.771027696452826, "S22": -43.771027696452826, "W31": -60.275184492633912, "S31": -61.713013603413842, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105752.0, 499837.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13103394822502881, "S11": 0.13103394822502881, "W12": -8.4712994960149093, "S12": -9.2138287957091212, "W13": -25.371719071465403, "S13": -25.371719071465403, "W21": -31.540302344084573, "S21": -31.540302344084573, "W22": -40.0, "S22": -40.0, "W31": -70.584271592443045, "S31": -70.584271592443045, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105752.0, 507402.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30934391101825248, "S11": -0.39824821414627404, "W12": -10.0, "S12": -10.0, "W13": -18.984429243834228, "S13": -27.89240200395653, "W21": -40.042653194156543, "S21": -40.042653194156543, "W22": -30.167669864548007, "S22": -33.986904235792586, "W31": -70.0, "S31": -72.394507592655373, "W32": -90.487408653137635, "S32": -95.487408653137635 }, "geometry": { "type": "Point", "coordinates": [ 105752.0, 514471.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1415603668363676, "S12": -9.1415603668363676, "W13": -15.0, "S13": -22.131974327328919, "W21": -37.872634117295085, "S21": -37.872634117295085, "W22": -30.0, "S22": -37.469339622641506, "W31": -70.0, "S31": -70.0, "W32": -90.850250322144532, "S32": -95.850250322144532 }, "geometry": { "type": "Point", "coordinates": [ 105752.02439024389605, 515711.536585365829524 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35873694058944783, "S11": -2.0368261170424198, "W12": -5.4822634747048875, "S12": -17.015949860632976, "W13": -24.356701754386012, "S13": -26.753992239578274, "W21": -37.975624077561775, "S21": -37.975624077561775, "W22": -39.432939986621811, "S22": -42.352673778521421, "W31": -71.292177903992666, "S31": -73.805413058621653, "W32": -89.72856117108276, "S32": -94.72856117108276 }, "geometry": { "type": "Point", "coordinates": [ 105752.2, 511319.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2797722916061691, "S11": -1.2797722916061691, "W12": -10.862805260288589, "S12": -11.045053384620051, "W13": -26.927165109034604, "S13": -26.927165109034604, "W21": -45.893913512389332, "S21": -49.621445526069564, "W22": -46.942186162953099, "S22": -46.952142069935213, "W31": -73.891529958849318, "S31": -73.891529958849318, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105752.333333333328483, 506117.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2940469493994478, "S12": -6.9300223313404752, "W13": -14.858950661817154, "S13": -14.858950661817154, "W21": -44.589503861006712, "S21": -44.589503861006712, "W22": -39.026787085206706, "S22": -41.810751816152894, "W31": -70.705391796298031, "S31": -72.599471926719929, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105752.333333333328483, 525750.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35535058665771352, "S11": 0.35535058665771585, "W12": -5.6984376757673179, "S12": -5.6984376757673179, "W13": -13.025827765559777, "S13": -13.025827765559777, "W21": -37.568839084771703, "S21": -39.797633843266397, "W22": -42.171242847328266, "S22": -42.171242847328266, "W31": -58.690877134163372, "S31": -58.757603256306425, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 497081.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52527257023827656, "S11": -0.38899733106234147, "W12": -10.0, "S12": -9.9999999999999982, "W13": -19.965206211899563, "S13": -22.188349870996269, "W21": -35.505274816342613, "S21": -38.722337365313024, "W22": -40.0, "S22": -40.0, "W31": -56.476625103619781, "S31": -56.476625103619781, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 506429.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -20.0, "W13": -25.492447410596078, "S13": -25.492447410596078, "W21": -36.790439067987506, "S21": -38.530045194902165, "W22": -40.419967957231748, "S22": -40.419967957231748, "W31": -59.685126767145697, "S31": -60.067516235600742, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 510483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45608465608465609, "S11": -0.45608465608465609, "W12": -10.0, "S12": -20.0, "W13": -26.321412810368457, "S13": -26.321412810368457, "W21": -37.030730694168824, "S21": -37.030730694168824, "W22": -46.424512041549399, "S22": -46.43391998976994, "W31": -73.938581933266292, "S31": -74.10895889759027, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 510566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8123518884967513, "S12": -8.8123518884967513, "W13": -15.0, "S13": -21.145954609766157, "W21": -39.249224654753526, "S21": -39.249224654753526, "W22": -40.0, "S22": -40.0, "W31": -56.674904456873072, "S31": -56.921245367091586, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105753.0, 516374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83678448835697439, "S11": -2.4882668045844962, "W12": -10.0, "S12": -10.510820916893717, "W13": -16.073221814225505, "S13": -19.073221814225505, "W21": -32.741478697674509, "S21": -32.741478697674509, "W22": -50.429351045151833, "S22": -50.434335268887942, "W31": -74.783240029561796, "S31": -75.178351725969875, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105753.333333333328483, 499828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8119786453119788, "S12": -9.6563395267782504, "W13": -21.109416088123556, "S13": -22.705166850318676, "W21": -34.217768657473854, "S21": -37.180021212727922, "W22": -51.303403090270635, "S22": -51.303403090270635, "W31": -75.25303934689461, "S31": -76.694633438494421, "W32": -92.217824672772679, "S32": -97.217824672772679 }, "geometry": { "type": "Point", "coordinates": [ 105753.5, 506554.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3577500452161342, "S12": -8.3577500452161342, "W13": -17.603067818152191, "S13": -21.38602735747633, "W21": -38.927973901443906, "S21": -38.927973901443906, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105754.0, 501038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30457136174028315, "S11": 0.30457136174028315, "W12": -9.6735416771341001, "S12": -20.305573400797396, "W13": -25.4811795184395, "S13": -25.4811795184395, "W21": -38.125820685448872, "S21": -38.125820685448872, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105754.0, 511040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23071208946695326, "S11": -2.3909896382855225, "W12": -5.0, "S12": -16.621598834578982, "W13": -23.333770325571287, "S13": -32.628934102064541, "W21": -38.002158767150789, "S21": -38.002158767150789, "W22": -30.0, "S22": -35.136544769712607, "W31": -70.0, "S31": -70.0, "W32": -90.537549498205792, "S32": -95.537549498205792 }, "geometry": { "type": "Point", "coordinates": [ 105754.0, 511473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44370012721174967, "S11": -0.58125737270558397, "W12": -9.5600682922137263, "S12": -19.943252521490901, "W13": -26.31003061849357, "S13": -26.31003061849357, "W21": -37.966840475836165, "S21": -37.966840475836165, "W22": -32.228682793031666, "S22": -43.362229668562222, "W31": -70.0, "S31": -70.0, "W32": -91.138041730917919, "S32": -96.138041730917919 }, "geometry": { "type": "Point", "coordinates": [ 105754.5, 505716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1167110612645454, "W12": -9.7448979591836746, "S12": -10.011288886796036, "W13": -16.060187761463741, "S13": -19.060187761463741, "W21": -32.158542786346807, "S21": -32.158542786346807, "W22": -40.0, "S22": -40.0, "W31": -55.144564379336934, "S31": -55.144564379336934, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 499876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6, "S11": -0.6, "W12": -8.2927058381475742, "S12": -10.659042784624429, "W13": -17.768153850258155, "S13": -21.303319034667624, "W21": -30.0, "S21": -30.0, "W22": -38.250770899769748, "S22": -40.026020862661611, "W31": -72.112559418254918, "S31": -72.734178513196881, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 503360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12442538440104806, "S11": 0.12442538440104806, "W12": -10.094483242926714, "S12": -10.094483242926714, "W13": -18.413236323767027, "S13": -36.510007462863705, "W21": -38.940736155655649, "S21": -38.940736155655649, "W22": -37.462004572795514, "S22": -42.441536547511269, "W31": -74.402992128274235, "S31": -74.402992128274235, "W32": -91.164474652794823, "S32": -96.164474652794823 }, "geometry": { "type": "Point", "coordinates": [ 105755.0, 512711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097957815795640918, "S11": -0.59795781579564089, "W12": -10.0, "S12": -14.882406924903044, "W13": -23.89308176100629, "S13": -24.275595478782456, "W21": -30.352003240044926, "S21": -30.352003240044926, "W22": -46.416020373810802, "S22": -46.424855825078936, "W31": -73.989374771779637, "S31": -74.719291720959674, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105756.0, 505173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.117366157508677, "S12": -12.501068088470106, "W13": -27.140131379119858, "S13": -27.140131379119858, "W21": -32.495324093980969, "S21": -32.495324093980969, "W22": -39.158381156770666, "S22": -39.158381156770666, "W31": -73.162113549352753, "S31": -73.162113549352753, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105756.142857142855064, 507898.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36284133832756471, "S11": -0.36284133832756471, "W12": -9.9044725475894229, "S12": -17.97946937367378, "W13": -21.12060071069854, "S13": -21.12060071069854, "W21": -30.596783849740433, "S21": -30.596783849740433, "W22": -34.089660782446067, "S22": -45.126472288069472, "W31": -70.0, "S31": -70.0, "W32": -91.18819593393296, "S32": -96.18819593393296 }, "geometry": { "type": "Point", "coordinates": [ 105756.5, 509291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3556306376208074, "S12": -8.3556306376208074, "W13": -15.122880720492521, "S13": -25.122880720492521, "W21": -40.791368326300372, "S21": -43.200270586214224, "W22": -39.139243247812828, "S22": -41.955853279075569, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -91.190290963531183, "S32": -96.190290963531183 }, "geometry": { "type": "Point", "coordinates": [ 105756.6, 517113.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27959928406346118, "S11": -2.3391686312074849, "W12": -10.0, "S12": -14.911565630247244, "W13": -21.56782593133892, "S13": -22.06782593133892, "W21": -29.287794218442826, "S21": -29.287794218442826, "W22": -38.553437515149447, "S22": -42.366694464249669, "W31": -68.738610810047291, "S31": -71.950118295656694, "W32": -95.05938402328988, "S32": -100.05938402328988 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 504887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11718746386029834, "S11": -0.96027103734732988, "W12": -10.000000000000002, "S12": -17.82724787724343, "W13": -24.999999999999996, "S13": -25.349169221477382, "W21": -35.404539381626343, "S21": -35.404539381626343, "W22": -38.722161898926657, "S22": -40.322022506945608, "W31": -67.581962008266061, "S31": -71.774057696329493, "W32": -96.079498424815682, "S32": -101.07949842481568 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39817032354034959, "S11": -0.89817032354034954, "W12": -8.7219152854511979, "S12": -12.967646171867976, "W13": -20.188826978404165, "S13": -22.643417041445804, "W21": -36.114711997064944, "S21": -39.465208647616194, "W22": -33.555353157525154, "S22": -44.600097038937548, "W31": -70.0, "S31": -70.0, "W32": -91.181495965821981, "S32": -96.181495965821981 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 506377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -20.0, "W13": -23.673272263453573, "S13": -23.673272263453573, "W21": -33.77020572059191, "S21": -35.930154340004002, "W22": -40.0, "S22": -40.0, "W31": -55.249935749164742, "S31": -55.249935749164742, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 510230.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14184448462929475, "S11": 0.14184448462929475, "W12": -7.9503055644901899, "S12": -18.92040076825246, "W13": -25.0, "S13": -26.033412038684219, "W21": -38.000752304769051, "S21": -38.000752304769051, "W22": -40.0, "S22": -40.0, "W31": -70.018232982755961, "S31": -70.018232982755961, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105757.0, 511123.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1070433874595889, "S12": -4.8481618998104077, "W13": -15.0, "S13": -15.0, "W21": -40.30517302397903, "S21": -40.30517302397903, "W22": -37.232832792703611, "S22": -41.652443315720532, "W31": -68.926649936897874, "S31": -68.926649936897874, "W32": -92.173750923937902, "S32": -97.173750923937902 }, "geometry": { "type": "Point", "coordinates": [ 105757.5, 524059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.553222363066249, "S12": -11.562906936166492, "W13": -17.078552892666668, "S13": -22.078552892666668, "W21": -37.276646622262113, "S21": -37.276646622262113, "W22": -48.537601344749234, "S22": -48.545138190375695, "W31": -74.185516838276683, "S31": -75.534643068502646, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52451540616246506, "S11": 0.52451540616246506, "W12": -10.656287054004528, "S12": -10.656287054004528, "W13": -17.741349896739472, "S13": -20.617177711309008, "W21": -29.325355489417991, "S21": -29.325355489417991, "W22": -42.261418656781331, "S22": -42.261418656781331, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 501399.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40077759008028419, "S11": 0.40077759008028419, "W12": -5.0, "S12": -8.6601022932406231, "W13": -17.252344113826631, "S13": -21.261723493518925, "W21": -30.637305513521973, "S21": -30.637305513521973, "W22": -44.364562009537217, "S22": -44.368141850529, "W31": -75.798570874401648, "S31": -75.798570874401648, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 502364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07, "S11": 0.07, "W12": -10.000000000000002, "S12": -15.42348171722139, "W13": -25.0, "S13": -25.533563649254507, "W21": -33.923038465774631, "S21": -33.923038465774631, "W22": -39.574686879785062, "S22": -39.574686879785062, "W31": -73.540880373182844, "S31": -73.540880373182844, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33219681959050956, "S11": -0.49118263494935471, "W12": -10.0, "S12": -10.902713809962444, "W13": -19.983410423144104, "S13": -22.472565819928999, "W21": -35.446242162318718, "S21": -38.71448214161741, "W22": -41.085987080574547, "S22": -41.085987080574547, "W31": -59.317016920912131, "S31": -59.326556678599438, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.3826171400825444, "W13": -22.076492433836325, "S13": -22.076492433836325, "W21": -33.013308649776022, "S21": -35.716309959645606, "W22": -37.152823852343083, "S22": -41.584209019512429, "W31": -68.908711405321156, "S31": -68.908711405321156, "W32": -92.103586638977845, "S32": -97.103586638977845 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 506622.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.33834505013253585, "W12": -10.05358024691358, "S12": -10.05358024691358, "W13": -25.887077313929556, "S13": -25.887077313929556, "W21": -34.149902074790376, "S21": -34.149902074790376, "W22": -51.243621820800719, "S22": -51.243621820800719, "W31": -75.221460776583669, "S31": -76.626895328306674, "W32": -92.578424143519655, "S32": -97.578424143519655 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 507631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.380637068449628, "S13": -14.380637068449628, "W21": -46.0, "S21": -46.0, "W22": -37.137103953327077, "S22": -37.928659114933431, "W31": -71.807213079657657, "S31": -74.807213079657657, "W32": -90.225880604964743, "S32": -95.225880604964743 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 526871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.75, "S13": -13.75, "W21": -47.0, "S21": -47.0, "W22": -42.097931922850009, "S22": -42.097931922850009, "W31": -58.74418994498545, "S31": -58.814528461697819, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105758.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59294320137693635, "S11": -0.59294320137693635, "W12": -8.3178338264994593, "S12": -10.642835077101722, "W13": -17.778045760651132, "S13": -21.303085226725937, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.509769246558299, "S22": -39.507883118677555, "W31": -72.581732604269064, "S31": -72.593376876708547, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105759.0, 503365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26346496077496773, "S11": 0.26346496077496773, "W12": -10.366542455922087, "S12": -20.905892932307673, "W13": -25.600275886619507, "S13": -25.600275886619507, "W21": -38.19851032552176, "S21": -38.19851032552176, "W22": -36.573233136600955, "S22": -41.418130288570325, "W31": -71.351959206622837, "S31": -71.351959206622837, "W32": -91.305070803991185, "S32": -96.305070803991185 }, "geometry": { "type": "Point", "coordinates": [ 105759.333333333328483, 511011.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45007266223240738, "S11": -0.62352135764946837, "W12": -10.0, "S12": -11.030206652150904, "W13": -17.892034095371493, "S13": -21.352011848488402, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -33.097037495393899, "S22": -44.12861419892112, "W31": -70.0, "S31": -70.0, "W32": -91.183865799693336, "S32": -96.183865799693336 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 503496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3, "S11": -1.3, "W12": -11.09, "S12": -11.09, "W13": -26.74, "S13": -26.74, "W21": -46.119999, "S21": -49.999999099999997, "W22": -40.0, "S22": -40.0, "W31": -70.623554682344903, "S31": -70.623554682344903, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32755169435553505, "S11": -0.84937611136513724, "W12": -9.1593001841620634, "S12": -12.735435662090214, "W13": -20.0, "S13": -22.541584191353817, "W21": -35.817047817047815, "S21": -39.166456746717891, "W22": -36.622356283943368, "S22": -36.622356283943368, "W31": -71.643123012557666, "S31": -74.560408174026463, "W32": -90.275196351896241, "S32": -95.275196351896241 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35462266855343672, "S11": -0.35462266855343672, "W12": -10.0, "S12": -10.0, "W13": -18.431357637542465, "S13": -31.198536982179029, "W21": -40.12831585157025, "S21": -40.12831585157025, "W22": -40.0, "S22": -40.0, "W31": -50.35130763141462, "S31": -50.480554276564952, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105760.8, 514621.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59777007826152895, "S11": -0.59777007826152895, "W12": -5.1242909919932016, "S12": -5.1242909919932016, "W13": -24.062789484906254, "S13": -24.062789484906254, "W21": -30.0, "S21": -30.0, "W22": -48.64493032963879, "S22": -51.313881666108998, "W31": -74.105090544351427, "S31": -74.105090544351427, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105761.333333333328483, 507182.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5096595058339054, "S11": -0.5096595058339054, "W12": -10.000000000000002, "S12": -20.0, "W13": -24.468338624310991, "S13": -24.468338624310991, "W21": -35.404075520783252, "S21": -37.322540684956962, "W22": -43.12197000852791, "S22": -43.129500183513954, "W31": -74.590812312537437, "S31": -74.590812312537437, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105761.5, 510354.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8083975974033519, "S12": -7.8083975974033519, "W13": -16.345890463684043, "S13": -28.109682353563862, "W21": -42.923062847156565, "S21": -45.070025963541205, "W22": -49.138978428321089, "S22": -49.146062030927787, "W31": -74.309708081486164, "S31": -75.502312448431397, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105761.714285714289872, 517943.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48460005220321289, "S11": -0.48460005220321289, "W12": -11.522283007538862, "S12": -11.522283007538862, "W13": -17.063022080091955, "S13": -22.063022080091955, "W21": -37.244095237895067, "S21": -37.244095237895067, "W22": -54.078816940069949, "S22": -54.078816940069949, "W31": -76.054548272727274, "S31": -76.606076538889027, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 500772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.089995781579564046, "S11": -0.589995781579564, "W12": -10.0, "S12": -14.764938335938883, "W13": -23.965408805031448, "S13": -24.350086307878534, "W21": -30.341278091151022, "S21": -30.341278091151022, "W22": -33.618386194488416, "S22": -35.609517036958842, "W31": -70.270910243968856, "S31": -72.980728514949746, "W32": -90.322581536302508, "S32": -95.322581536302508 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 505169.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28280724410417246, "W12": -10.0, "S12": -11.227914950092515, "W13": -19.93258771257852, "S13": -21.511474907700471, "W21": -34.64369487392721, "S21": -37.799686661930231, "W22": -42.47682439931873, "S22": -42.47682439931873, "W31": -58.532513448848654, "S31": -58.627517291316941, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 506487.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.3576151258554692, "S12": -9.5773181700667909, "W13": -21.078182308627731, "S13": -22.525433423040809, "W21": -33.951486798027979, "S21": -36.967088704387287, "W22": -38.557350661414198, "S22": -38.557350661414191, "W31": -60.338184302014135, "S31": -61.767821659192229, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 506555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42979754397610359, "S11": -0.42979754397610359, "W12": -10.469417916676896, "S12": -17.901117119090568, "W13": -21.09382791826172, "S13": -21.09382791826172, "W21": -30.440653260659918, "S21": -30.440653260659918, "W22": -36.107793173933295, "S22": -46.961179100521562, "W31": -70.0, "S31": -70.0, "W32": -91.275874326726921, "S32": -96.275874326726921 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 509182.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34080144673766399, "S11": -0.34080144673766399, "W12": -10.0, "S12": -20.0, "W13": -26.007925182915741, "S13": -26.007925182915741, "W21": -37.848316426972211, "S21": -37.848316426972211, "W22": -46.209409275861105, "S22": -46.218545900316236, "W31": -73.929568478327937, "S31": -74.15888015303473, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 510828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3883512369213946, "S12": -8.3883512369213946, "W13": -15.074830094820861, "S13": -25.074830094820861, "W21": -40.700530742193514, "S21": -43.590306645922134, "W22": -39.547093463857088, "S22": -50.233375075459335, "W31": -76.609448287076248, "S31": -76.609448287076248, "W32": -91.366164997226065, "S32": -96.366164997226065 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 517065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9890049804489669, "S12": -4.9890049804489669, "W13": -15.635876030793863, "S13": -15.635876030793863, "W21": -40.425052362136142, "S21": -40.425052362136142, "W22": -40.894895463005817, "S22": -40.901420236332477, "W31": -74.888520754029869, "S31": -74.888520754029869, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.0, 523485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45745761535790358, "S11": -0.45745761535790364, "W12": -9.4022026643582848, "S12": -20.038256816839773, "W13": -26.560181261481748, "S13": -26.560181261481748, "W21": -38.300932937071828, "S21": -38.438949076863906, "W22": -39.033283902433389, "S22": -41.773066535817755, "W31": -70.687275125635026, "S31": -72.508468189561526, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.2, 505729.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38743697050213211, "S11": -0.38743697050213211, "W12": -4.2861048951409817, "S12": -4.2861048951409808, "W13": -15.0, "S13": -18.032083244092725, "W21": -39.231964039669229, "S21": -39.972785030709019, "W22": -39.017582937650324, "S22": -39.629207168698386, "W31": -64.903555954234136, "S31": -68.905557959903035, "W32": -97.988416498710905, "S32": -102.9884164987109 }, "geometry": { "type": "Point", "coordinates": [ 105762.368421052626218, 499116.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6363525114842985, "S11": -1.6363525114842985, "W12": -13.784878370181348, "S12": -13.784878370181348, "W13": -16.653063990192486, "S13": -21.459373782582979, "W21": -36.399258410059829, "S21": -36.399258410059829, "W22": -46.199824726089894, "S22": -46.208920151559383, "W31": -73.928157174488462, "S31": -74.166124003766484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105762.5, 500634.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9501431075598816, "S12": -8.9501431075598816, "W13": -15.0, "S13": -24.022776356804812, "W21": -38.682159935262703, "S21": -38.682159935262703, "W22": -38.234789426084184, "S22": -42.362894554467886, "W31": -69.031637678488906, "S31": -69.330369618429046, "W32": -93.127514535433662, "S32": -98.127514535433662 }, "geometry": { "type": "Point", "coordinates": [ 105762.734848484848044, 516091.674242424254771 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57094553328521458, "S11": -0.59778073674607712, "W12": -8.5108731388849748, "S12": -10.665845138558502, "W13": -17.799110693337653, "S13": -21.307759364516215, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -53.705227652559977, "S31": -54.189356700608805, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105763.0, 503383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.036577689243027886, "S11": -0.4634223107569721, "W12": -10.0, "S12": -14.751737015806869, "W13": -23.674914536871235, "S13": -24.120442024188762, "W21": -30.214213976860034, "S21": -30.214213976860034, "W22": -36.738215351795667, "S22": -41.236914907689318, "W31": -68.809390968260288, "S31": -68.809390968260288, "W32": -91.729655767132442, "S32": -96.729655767132442 }, "geometry": { "type": "Point", "coordinates": [ 105763.0, 505131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22136586206401401, "S11": -0.22136586206401401, "W12": -10.0, "S12": -20.0, "W13": -25.876893859906826, "S13": -25.876893859906826, "W21": -37.991722756463219, "S21": -37.991722756463219, "W22": -51.618433238794452, "S22": -51.618433238794452, "W31": -75.276984366119649, "S31": -76.848555909068295, "W32": -92.3055191657715, "S32": -97.3055191657715 }, "geometry": { "type": "Point", "coordinates": [ 105764.0, 510873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20425309803133207, "S11": -0.20425309803133207, "W12": -10.0, "S12": -20.0, "W13": -25.864390537345589, "S13": -25.864390537345589, "W21": -38.00619815563077, "S21": -38.00619815563077, "W22": -38.468253914741865, "S22": -39.503298428871986, "W31": -72.551280630002907, "S31": -72.58637947390902, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105764.0, 510878.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.55775593566501236, "W12": -5.7165505900208133, "S12": -6.9779152713805903, "W13": -15.0, "S13": -17.273907455012854, "W21": -34.935306061523107, "S21": -34.935306061523107, "W22": -39.999753942953298, "S22": -39.999753942953298, "W31": -73.977581870305045, "S31": -73.977581870305045, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105764.5, 496811.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47818758815232726, "S11": -0.95469325649337611, "W12": -4.1130423290245908, "S12": -11.393128979681862, "W13": -14.558977731842525, "S13": -17.561549111621169, "W21": -39.874826355547803, "S21": -40.431011154355552, "W22": -44.266709000713412, "S22": -44.270477457024654, "W31": -75.713503251609438, "S31": -75.713503251609438, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9216474881761094, "S12": -13.745875264330486, "W13": -15.017527088105963, "S13": -18.095296699055144, "W21": -36.989034782287426, "S21": -37.195688511147992, "W22": -49.999999999999993, "S22": -60.406032001146933, "W31": -80.0, "S31": -80.0, "W32": -91.512893206767458, "S32": -96.512893206767458 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 499373.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54184100418410053, "S11": -0.7507413852401702, "W12": -10.0, "S12": -12.899260584938538, "W13": -24.218734021883627, "S13": -24.218734021883627, "W21": -41.355744969180584, "S21": -45.074273119960296, "W22": -38.566792381621788, "S22": -41.800248225554448, "W31": -68.661605401384165, "S31": -72.208427399128112, "W32": -95.306023090373671, "S32": -100.30602309037367 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19314558005986926, "S11": 0.19314558005986926, "W12": -10.021873097991479, "S12": -14.185175318496221, "W13": -20.0, "S13": -29.607730890851599, "W21": -38.703017011532708, "S21": -38.703017011532708, "W22": -40.0, "S22": -40.0, "W31": -53.750535423627802, "S31": -53.750535423627802, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 511933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1381224513850654, "S12": -9.1381224513850654, "W13": -15.0, "S13": -22.314359270355201, "W21": -37.898656455909588, "S21": -37.898656455909588, "W22": -40.941221183098591, "S22": -40.941221183098591, "W31": -71.396891321054881, "S31": -71.396891321054881, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105765.0, 515712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45176955608380798, "S11": 0.45176955608380798, "W12": -4.3237051074754707, "S12": -4.3237051074754707, "W13": -14.474299913569578, "S13": -14.474299913569578, "W21": -37.563196060713572, "S21": -39.307170002081648, "W22": -53.931523379074825, "S22": -53.931523379074825, "W31": -75.711010685027219, "S31": -75.711010685027219, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105765.5, 497509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39787558627802477, "S11": -2.5075368081110838, "W12": -9.8892970208620827, "S12": -15.882083321116141, "W13": -18.850641237296372, "S13": -21.130927131107242, "W21": -30.0, "S21": -30.0, "W22": -36.174206261071689, "S22": -40.796331489419494, "W31": -68.83226185695051, "S31": -68.83226185695051, "W32": -91.519912836879769, "S32": -96.519912836879769 }, "geometry": { "type": "Point", "coordinates": [ 105765.75, 503936.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.200178820485505, "S12": -12.417182701846029, "W13": -26.585931930552974, "S13": -26.585931930552974, "W21": -32.08391492739743, "S21": -32.08391492739743, "W22": -53.678051593436166, "S22": -53.678051593436166, "W31": -75.717194627717006, "S31": -78.105779967181434, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105765.857142857144936, 507941.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33985708322078434, "S11": -3.0925809369899344, "W12": -10.0, "S12": -15.420407359385514, "W13": -18.626415114112756, "S13": -20.846943424939575, "W21": -30.0, "S21": -30.0, "W22": -39.729630770116266, "S22": -48.823853958916047, "W31": -80.0, "S31": -80.0, "W32": -91.335410890439775, "S32": -96.335410890439775 }, "geometry": { "type": "Point", "coordinates": [ 105766.0, 503849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39470437187253099, "S11": -1.0287967184885976, "W12": -12.477241847826088, "S12": -16.89132015979397, "W13": -20.567411764705884, "S13": -21.567411764705884, "W21": -28.578976471143168, "S21": -28.578976471143168, "W22": -39.503153030149853, "S22": -42.766667391118069, "W31": -61.718980353953562, "S31": -64.696641818277925, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105766.0, 504621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072227136313378626, "S11": -0.072227136313378626, "W12": -10.0, "S12": -20.173050314977296, "W13": -25.745862536897917, "S13": -25.745862536897917, "W21": -38.135129085954233, "S21": -38.135129085954233, "W22": -39.503493484672092, "S22": -42.306085679279441, "W31": -71.311625908350223, "S31": -73.809709595732897, "W32": -89.752903047372129, "S32": -94.752903047372129 }, "geometry": { "type": "Point", "coordinates": [ 105766.0, 510918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0505279769310647, "S12": -6.0505279769310647, "W13": -20.0, "S13": -20.0, "W21": -39.389598859780882, "S21": -40.403726875602004, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105766.0, 520559.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18223675490234292, "S11": 0.18223675490234292, "W12": -9.1864919861327436, "S12": -19.856875586834072, "W13": -25.258627767005546, "S13": -25.258627767005546, "W21": -38.160261910905717, "S21": -38.160261910905717, "W22": -49.041319666880206, "S22": -59.446936656689793, "W31": -80.0, "S31": -80.0, "W32": -91.507140626160336, "S32": -96.507140626160336 }, "geometry": { "type": "Point", "coordinates": [ 105766.5, 511054.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2700817797259649, "S12": -4.2937682041699441, "W13": -16.467204807451246, "S13": -16.467204807451246, "W21": -41.776637020928575, "S21": -42.323209507264075, "W22": -50.0, "S22": -60.223021433449162, "W31": -80.0, "S31": -80.0, "W32": -91.49032264917922, "S32": -96.49032264917922 }, "geometry": { "type": "Point", "coordinates": [ 105766.857142857144936, 523079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -4.5, "S12": -4.5, "W13": -15.0, "S13": -18.0, "W21": -40.759942827715946, "S21": -42.329959890811665, "W22": -40.0, "S22": -40.0, "W31": -55.157707153219121, "S31": -55.157707153219121, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105767.0, 498720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5819355456161253, "S12": -5.1047297247191654, "W13": -15.0, "S13": -18.037297012798625, "W21": -38.88097291253009, "S21": -39.527436653746484, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -57.431561996779386, "S31": -57.637259545100633, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105767.0, 499160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29125153253195424, "S11": -0.29125153253195424, "W12": -7.0779943142021331, "S12": -7.0779943142021331, "W13": -25.080429783359907, "S13": -25.080429783359907, "W21": -30.638502968357916, "S21": -30.638502968357916, "W22": -40.0, "S22": -40.0, "W31": -70.650682202107205, "S31": -70.650682202107205, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105767.0, 507313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.472855310094502, "S13": -19.253464642112981, "W21": -31.795644845311916, "S21": -31.795644845311916, "W22": -40.0, "S22": -40.0, "W31": -56.426593923507944, "S31": -56.720376483205158, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105768.0, 501269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76103915075964157, "S11": -1.5675070937599813, "W12": -2.5505618729096988, "S12": -2.5505618729096988, "W13": -22.46418234016144, "S13": -22.46418234016144, "W21": -28.857152524609312, "S21": -28.857152524609312, "W22": -38.834008769308987, "S22": -38.938317592505747, "W31": -66.299621968869644, "S31": -70.293043262474853, "W32": -96.990163862024119, "S32": -101.99016386202412 }, "geometry": { "type": "Point", "coordinates": [ 105768.0, 506876.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.076911589437256705, "S11": 0.076911589437256705, "W12": -10.0, "S12": -20.389714168630263, "W13": -25.614831213889005, "S13": -25.614831213889005, "W21": -38.278535415445248, "S21": -38.278535415445248, "W22": -47.025224473347372, "S22": -48.585355700236917, "W31": -74.143274959110798, "S31": -74.143274959110798, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105768.0, 510963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -38.657832006746553, "S22": -40.494689127554729, "W31": -67.771813338853278, "S31": -71.900620224918228, "W32": -95.939399824678475, "S32": -100.93939982467847 }, "geometry": { "type": "Point", "coordinates": [ 105768.045977011497598, 530027.490421455935575 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077642361580453498, "S11": -0.077642361580453498, "W12": -10.0, "S12": -11.86819378003759, "W13": -17.049012799654641, "S13": -33.94508997750124, "W21": -37.789433122008404, "S21": -37.789433122008404, "W22": -37.699290202869868, "S22": -42.699290202869868, "W31": -75.591954747271075, "S31": -75.591954747271075, "W32": -91.214163026942146, "S32": -96.214163026942146 }, "geometry": { "type": "Point", "coordinates": [ 105768.111111111109494, 513496.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38020026615466374, "S11": 0.23251195223194387, "W12": -5.0, "S12": -7.4129126012032263, "W13": -12.856350285902861, "S13": -12.856350285902861, "W21": -36.583286446612071, "S21": -38.58235699361807, "W22": -37.588450189675079, "S22": -42.561696666020659, "W31": -75.050773600635949, "S31": -75.050773600635949, "W32": -91.236835648034543, "S32": -96.236835648034543 }, "geometry": { "type": "Point", "coordinates": [ 105768.333333333328483, 497035.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9679051312141027, "S12": -8.9679051312141027, "W13": -15.0, "S13": -24.346444178097165, "W21": -38.613177942591285, "S21": -38.613177942591285, "W22": -39.002635835311807, "S22": -41.626859501536487, "W31": -70.673963097297218, "S31": -72.388183530060772, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105768.571428571434808, 516053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51948459383753498, "S11": 0.51948459383753498, "W12": -10.539098038158887, "S12": -10.539098038158885, "W13": -17.758490988171975, "S13": -20.66524896529419, "W21": -29.3218998015873, "S21": -29.3218998015873, "W22": -37.521307783051121, "S22": -42.476614559289018, "W31": -74.750288403745856, "S31": -74.750288403745856, "W32": -91.253570201697997, "S32": -96.253570201697997 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 501402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75543435917413326, "S11": -1.5616493183994136, "W12": -2.472693219823654, "S12": -2.472693219823654, "W13": -22.472805231699269, "S13": -22.472805231699269, "W21": -28.844087351179123, "S21": -28.844087351179123, "W22": -40.0, "S22": -40.0, "W31": -56.4793987513779, "S31": -56.770990109901362, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 506877.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3467756517987208, "S12": -5.3467756517987208, "W13": -19.681013136027879, "S13": -19.681013136027879, "W21": -40.776270456503013, "S21": -41.864853937248689, "W22": -38.65921759885461, "S22": -48.565934524527528, "W31": -80.0, "S31": -80.0, "W32": -91.240846216436125, "S32": -96.240846216436125 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 521557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -5.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": -39.304174573998544, "S22": -39.318608793263145, "W31": -62.556064296151973, "S31": -65.657730713385462, "W32": -99.858917116035158, "S32": -104.85891711603516 }, "geometry": { "type": "Point", "coordinates": [ 105769.0, 528110.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.33590878273914698, "W12": -9.8493758506944626, "S12": -11.11819395100623, "W13": -15.0, "S13": -16.812954866617783, "W21": -37.033568446304848, "S21": -37.033568446304848, "W22": -49.534755284307813, "S22": -52.499307593051867, "W31": -74.054641264445493, "S31": -74.054641264445493, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105769.49367088607687, 496778.227848101290874 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46562631578946795, "S11": 0.46562631578946795, "W12": -4.0935565959123297, "S12": -10.627333631942346, "W13": -14.532274175492974, "S13": -17.178454420979747, "W21": -39.256596316568022, "S21": -39.977546907675681, "W22": -46.256530467201159, "S22": -46.265044753543641, "W31": -73.95688716125656, "S31": -74.4904675924071, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105769.666666666671517, 497602.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3325213154689397, "S12": -10.856216949610463, "W13": -20.0, "S13": -21.903678741926424, "W21": -34.433195979470582, "S21": -37.647535705252693, "W22": -38.181782205964517, "S22": -42.297204856995492, "W31": -69.07349109638713, "S31": -69.07349109638713, "W32": -93.156566484632179, "S32": -98.156566484632179 }, "geometry": { "type": "Point", "coordinates": [ 105770.0, 506484.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9120707416524718, "S12": -6.9120707416524718, "W13": -19.564188874292306, "S13": -27.55869850468742, "W21": -45.295987199187969, "S21": -46.132968987574138, "W22": -48.629871453746567, "S22": -51.226776016008714, "W31": -74.054659335882008, "S31": -74.054659335882008, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105770.285714285710128, 519301.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38986354775831256, "S11": -0.38986354775831256, "W12": -9.9936062745877532, "S12": -20.122586033480427, "W13": -22.581568163968821, "S13": -22.581568163968821, "W21": -31.441048942214515, "S21": -31.441048942214515, "W22": -30.38914940805175, "S22": -34.389037522489957, "W31": -70.0, "S31": -72.219371531557258, "W32": -90.584997009284237, "S32": -95.584997009284237 }, "geometry": { "type": "Point", "coordinates": [ 105771.0, 510066.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1837882792141787, "S11": 0.18378827921417781, "W12": -9.0542428475976422, "S12": -21.064491952609576, "W13": -21.232839604534099, "S13": -35.422949734290938, "W21": -38.136331987835085, "S21": -38.136331987835085, "W22": -40.0, "S22": -40.0, "W31": -52.25113509808898, "S31": -52.25113509808898, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105771.0, 511737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2726156585174957, "W12": -4.9580426028329958, "S12": -11.920552639273005, "W13": -14.820232955454005, "S13": -15.412457852600614, "W21": -40.152077816829518, "S21": -41.370675421380312, "W22": -37.496005635497056, "S22": -41.777292633198847, "W31": -69.086270125764344, "S31": -69.086270125764344, "W32": -92.568019429094377, "S32": -97.568019429094377 }, "geometry": { "type": "Point", "coordinates": [ 105771.111111111109494, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32397627470324664, "S11": -0.40773592345332582, "W12": -10.0, "S12": -10.0, "W13": -18.812358573279127, "S13": -29.592308540851107, "W21": -40.116220104710337, "S21": -40.116220104710337, "W22": -36.459277191997245, "S22": -41.216805973195846, "W31": -71.092789663997507, "S31": -71.092789663997507, "W32": -91.413078143302243, "S32": -96.413078143302243 }, "geometry": { "type": "Point", "coordinates": [ 105771.8, 514512.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36711195573193223, "S11": -0.61711195573193223, "W12": -10.0, "S12": -10.549817412069496, "W13": -17.952650503671009, "S13": -21.361990588686457, "W21": -30.0, "S21": -30.893933361705631, "W22": -46.128227827583196, "S22": -46.137010730301633, "W31": -73.917732415710674, "S31": -74.195756390146599, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105772.0, 503547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42958910968540831, "S11": -1.3898350967608082, "W12": -10.0, "S12": -14.380246874313652, "W13": -24.469226322947183, "S13": -25.114660832866608, "W21": -32.480756829829666, "S21": -32.480756829829666, "W22": -48.29686467494188, "S22": -48.304217490710215, "W31": -74.142116814337186, "S31": -75.168976192609065, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105772.0, 505425.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.086098007874936766, "S11": 0.086098007874936766, "W12": -8.7059458714331655, "S12": -19.450354084191453, "W13": -25.047879829704119, "S13": -25.047879829704119, "W21": -38.152244950620471, "S21": -38.152244950620471, "W22": -38.580147248094185, "S22": -41.233801986858595, "W31": -68.311635035411911, "S31": -72.193771545290915, "W32": -95.552662157457775, "S32": -100.55266215745777 }, "geometry": { "type": "Point", "coordinates": [ 105772.0, 511074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19128107283030504, "S11": -0.65174545940095518, "W12": -9.6170185479088968, "S12": -17.525114342279693, "W13": -25.442604613186045, "S13": -25.442604613186045, "W21": -36.442928910594482, "S21": -36.442928910594482, "W22": -40.0, "S22": -40.0, "W31": -54.006764235057169, "S31": -54.497520839667779, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105772.333333333328483, 505650.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38022649527933616, "S11": 0.20156136020640258, "W12": -5.0000000000000009, "S12": -8.0, "W13": -12.970194722237835, "S13": -13.011602829875775, "W21": -36.332755063765937, "S21": -38.275189925871636, "W22": -39.999999999999993, "S22": -50.167053557704079, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -91.347454702949832, "S32": -96.347454702949832 }, "geometry": { "type": "Point", "coordinates": [ 105773.0, 497024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58983465662601287, "S11": -2.8134844190617736, "W12": -10.974219467928691, "S12": -15.761833842577179, "W13": -20.0, "S13": -20.705941434724984, "W21": -29.147433995274501, "S21": -29.147433995274501, "W22": -49.002301997809504, "S22": -49.009184452231963, "W31": -74.286738332630151, "S31": -75.19456513965838, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105773.0, 504439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -20.0, "W13": -25.981187308515551, "S13": -26.002984043279135, "W21": -37.833666585373791, "S21": -37.833666585373791, "W22": -38.27862680418081, "S22": -39.976160146760762, "W31": -72.13205891368051, "S31": -72.674079465485192, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105773.0, 510798.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2029963652179316, "S11": 2.2029963652179316, "W12": -4.2805466603318223, "S12": -4.2805466603318223, "W13": -16.498399661976087, "S13": -16.498399661976087, "W21": -41.77677061261663, "S21": -42.325152302894175, "W22": -37.300392583322498, "S22": -41.619219022918145, "W31": -69.03357086437282, "S31": -69.03357086437282, "W32": -92.382109922213232, "S32": -97.382109922213232 }, "geometry": { "type": "Point", "coordinates": [ 105773.5, 523069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1691910499139415, "S11": -1.1691910499139415, "W12": -10.831939718035974, "S12": -11.081634774360865, "W13": -26.629792913023472, "S13": -26.629792913023472, "W21": -45.724966066979277, "S21": -49.633413105639349, "W22": -46.171400605977482, "S22": -46.179960876227163, "W31": -73.93417499920335, "S31": -74.322687383832459, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105774.0, 506136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7109291065155618, "S12": -6.1614025223932014, "W13": -22.139202568245693, "S13": -22.139202568245693, "W21": -32.128162851531989, "S21": -34.70668668546331, "W22": -51.329329734019232, "S22": -51.329399413032533, "W31": -75.178008971228692, "S31": -76.639425685215812, "W32": -93.299510796537021, "S32": -98.299510796537021 }, "geometry": { "type": "Point", "coordinates": [ 105774.0, 506637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1505324298161157, "W12": -10.000082166173764, "S12": -13.000082166173764, "W13": -27.778496631792319, "S13": -27.778496631792319, "W21": -33.143042370919197, "S21": -33.143042370919197, "W22": -36.657177120320526, "S22": -41.119039688423086, "W31": -68.840485084098191, "S31": -68.840485084098191, "W32": -91.738631163985787, "S32": -96.738631163985787 }, "geometry": { "type": "Point", "coordinates": [ 105774.0, 507858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45637434851574898, "S11": -0.45637434851574898, "W12": -12.079065017997802, "S12": -15.418016041593496, "W13": -21.30117659097748, "S13": -21.30117659097748, "W21": -30.035178941709546, "S21": -30.035178941709546, "W22": -37.600160705956355, "S22": -41.844162859523934, "W31": -69.131804351625689, "S31": -69.131804351625689, "W32": -92.695399669142176, "S32": -97.695399669142176 }, "geometry": { "type": "Point", "coordinates": [ 105774.0, 508717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35631490759974471, "S11": 0.35631490759974471, "W12": -4.2347762175305608, "S12": -6.4328654233977716, "W13": -14.497375396139446, "S13": -15.581779412328325, "W21": -38.43396092693704, "S21": -39.604102077860134, "W22": -38.33774110605377, "S22": -39.579870151000456, "W31": -71.992484778295591, "S31": -72.650065550946508, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105774.333333333328483, 497554.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0423701590106447, "S12": -4.8542246222451517, "W13": -15.815102757527857, "S13": -15.815102757527857, "W21": -40.581086088807105, "S21": -40.581086088807105, "W22": -30.000000000000004, "S22": -37.976415094339629, "W31": -70.0, "S31": -70.0, "W32": -90.893371483525129, "S32": -95.893371483525129 }, "geometry": { "type": "Point", "coordinates": [ 105774.5, 523406.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89367469964014845, "S11": 0.89367469964014845, "W12": -5.7089128514577157, "S12": -5.7089128514577157, "W13": -20.0, "S13": -20.0, "W21": -40.693911610037794, "S21": -41.77464360266395, "W22": -50.556378094973738, "S22": -50.561986914523807, "W31": -74.675990989851201, "S31": -75.043620310986427, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105774.928571428565192, 521048.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.699856153915257, "W12": -4.6019473172918843, "S12": -5.1037412432103242, "W13": -14.656651601989548, "S13": -14.656651601989548, "W21": -40.024671605580806, "S21": -40.848021232542472, "W22": -38.196619296481295, "S22": -39.760464503595294, "W31": -72.053184436057961, "S31": -75.053184436057961, "W32": -90.084088585456513, "S32": -95.084088585456513 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 497839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.8176741927652342, "W13": -21.824505934475415, "S13": -21.824505934475415, "W21": -32.762471948181329, "S21": -35.747209341004286, "W22": -54.06608170773935, "S22": -54.06608170773935, "W31": -75.744439783659928, "S31": -78.358234752553628, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0089232388600833951, "S11": 0.0089232388600833951, "W12": -8.5030786196755948, "S12": -19.32127384473991, "W13": -25.0, "S13": -25.761559383499549, "W21": -38.134326162940717, "S21": -38.134326162940717, "W22": -39.106672730613774, "S22": -41.932386419734421, "W31": -70.662671823568914, "S31": -72.482244988275966, "W32": -89.975924878623616, "S32": -94.975924878623616 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 511093.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23516295025728984, "S11": -2.7648370497427104, "W12": -5.0, "S12": -16.481239074177964, "W13": -24.096491228070178, "S13": -26.893707179913672, "W21": -38.126451395158917, "S21": -38.126451395158917, "W22": -42.108424506527896, "S22": -42.108424506527896, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105775.0, 511378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.551432142485178, "S11": -1.551432142485178, "W12": -14.999999999999998, "S12": -14.999999999999998, "W13": -16.383407476810319, "S13": -20.889848555517496, "W21": -34.118490577246391, "S21": -34.118490577246391, "W22": -46.751836140054614, "S22": -46.761677834800309, "W31": -73.788156698871759, "S31": -73.788156698871759, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105775.2, 500517.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2804209756936933, "S12": -7.0639348383330081, "W13": -14.833027374971595, "S13": -14.833027374971595, "W21": -44.632093139825663, "S21": -44.632093139825663, "W22": -40.0, "S22": -50.213897334490099, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -91.373006584956215, "S32": -96.373006584956215 }, "geometry": { "type": "Point", "coordinates": [ 105775.555555555562023, 525789.555555555503815 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.282991483462466, "S12": -12.651922513258778, "W13": -26.039935607015529, "S13": -26.039935607015529, "W21": -31.672505760813202, "S21": -31.672505760813202, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105775.571428571434808, 507983.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49464534645346453, "S11": -4.1516705954886346, "W12": -4.530779405171125, "S12": -4.530779405171125, "W13": -14.623914964526474, "S13": -14.623914964526474, "W21": -39.999999999999993, "S21": -40.743092359145862, "W22": -37.704315776415839, "S22": -41.911033085849219, "W31": -69.177338577487049, "S31": -69.177338577487049, "W32": -92.822779909190118, "S32": -97.822779909190118 }, "geometry": { "type": "Point", "coordinates": [ 105776.0, 497807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11625054513737462, "S11": -0.79362806675120756, "W12": -9.7392127309053951, "S12": -17.611435486112825, "W13": -25.0, "S13": -25.047726601324669, "W21": -35.709929099250367, "S21": -35.709929099250367, "W22": -39.407718039331364, "S22": -41.609535079390007, "W31": -62.041197164041847, "S31": -65.129761212881903, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105776.0, 505619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.38236096895257587, "W12": -3.3961960768413886, "S12": -4.3961960768413881, "W13": -23.272337603338691, "S13": -23.272337603338691, "W21": -29.553820342134834, "S21": -30.033656695144771, "W22": -45.113590133396144, "S22": -55.122531741300975, "W31": -80.0, "S31": -80.0, "W32": -91.445158137756195, "S32": -96.445158137756195 }, "geometry": { "type": "Point", "coordinates": [ 105776.0, 506761.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50640778092075389, "S11": -0.50640778092075389, "W12": -10.0, "S12": -20.0, "W13": -25.986777372075515, "S13": -25.986777372075515, "W21": -37.814757126401666, "S21": -37.814757126401666, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105776.0, 510784.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36005812736822979, "S11": 0.36005812736822979, "W12": -5.0705610301556838, "S12": -5.0705610301556838, "W13": -12.929342148669411, "S13": -12.929342148669411, "W21": -37.309467991997572, "S21": -39.522007988950023, "W22": -38.129502410603735, "S22": -42.233216511114271, "W31": -69.114906805917016, "S31": -69.114906805917016, "W32": -93.183606805483734, "S32": -98.183606805483734 }, "geometry": { "type": "Point", "coordinates": [ 105776.333333333328483, 497068.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.39797046635233, "S12": -13.647907760861578, "W13": -15.597169686549437, "S13": -18.656649505049394, "W21": -35.156973353928763, "S21": -35.156973353928763, "W22": -38.128774985844792, "S22": -42.231515159523077, "W31": -69.115344514285397, "S31": -69.115344514285397, "W32": -93.185618433830626, "S32": -98.185618433830626 }, "geometry": { "type": "Point", "coordinates": [ 105776.428571428565192, 499590.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -6.3834528405956981, "W12": -6.3834528405956981, "S12": -13.514877878986127, "W13": -15.000000000000002, "S13": -18.0, "W21": -40.66039576798871, "S21": -42.505368245412363, "W22": -30.0, "S22": -36.184666823740486, "W31": -70.0, "S31": -70.0, "W32": -90.664550947396663, "S32": -95.664550947396663 }, "geometry": { "type": "Point", "coordinates": [ 105777.0, 498571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15144692968578877, "S11": -0.15144692968578877, "W12": -3.8976406570440831, "S12": -3.8976406570440831, "W13": -15.0, "S13": -18.023307102786941, "W21": -40.0, "S21": -40.891443570915619, "W22": -38.939983520247807, "S22": -41.362003092459943, "W31": -70.657098584177248, "S31": -72.199871037492144, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105777.0, 499041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5317675242162276, "S11": -1.5317675242162276, "W12": -15.0, "S12": -15.0, "W13": -16.273471556324473, "S13": -20.651832489038135, "W21": -32.872536644044139, "S21": -32.872536644044139, "W22": -39.30000727611332, "S22": -39.384579603072105, "W31": -62.504237700925479, "S31": -65.492156481411044, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105777.0, 500468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1100864586657773, "S12": -4.9811106052103238, "W13": -15.0, "S13": -15.0, "W21": -40.366355729966898, "S21": -40.366355729966898, "W22": -41.174056132469545, "S22": -41.180638402860524, "W31": -74.796052564546713, "S31": -74.796052564546713, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105777.0, 524102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.352091264808978, "S12": -12.721140871558154, "W13": -25.669518674597377, "S13": -25.669518674597377, "W21": -31.245175319380436, "S21": -31.245175319380436, "W22": -42.904768673500428, "S22": -42.909920963334294, "W31": -75.228057191429656, "S31": -75.228057191429656, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105777.2, 508014.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31, "S11": -0.31429235184004484, "W12": -9.7750470967151291, "S12": -11.111117303241876, "W13": -15.0, "S13": -16.802655855857925, "W21": -36.927846227530374, "S21": -36.927846227530374, "W22": -40.0, "S22": -40.0, "W31": -50.751734772552041, "S31": -50.751734772552041, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105777.661971830981201, 496778.633802816912066 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3605693199789139, "S11": -1.3605693199789139, "W12": -13.339747746240247, "S12": -13.339747746240247, "W13": -16.692681951604033, "S13": -21.573007779710782, "W21": -36.227922473399495, "S21": -36.227922473399495, "W22": -37.808470846875146, "S22": -41.977903312174313, "W31": -69.222872803348395, "S31": -69.222872803348395, "W32": -92.950160149237945, "S32": -97.950160149237945 }, "geometry": { "type": "Point", "coordinates": [ 105778.0, 500660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10475600246688231, "S11": -0.10475600246688231, "W12": -10.0, "S12": -12.963971498344094, "W13": -17.05680262411758, "S13": -34.441163109762797, "W21": -37.688025444099139, "S21": -37.688025444099139, "W22": -46.115098539380263, "S22": -47.004226626397021, "W31": -74.731351865724392, "S31": -74.731351865724392, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105778.0, 513428.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33214506745882066, "S11": -1.0650494166014408, "W12": -9.1464822053182786, "S12": -18.051600050938951, "W13": -21.103185097459455, "S13": -21.103185097459455, "W21": -30.691615828899252, "S21": -30.691615828899252, "W22": -30.0, "S22": -37.235849056603769, "W31": -70.0, "S31": -70.0, "W32": -90.854094559789004, "S32": -95.854094559789004 }, "geometry": { "type": "Point", "coordinates": [ 105778.2, 509428.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38993336053306327, "S11": -0.38993336053306327, "W12": -9.733441219176262, "S12": -19.916118403281033, "W13": -22.26605382022672, "S13": -22.26605382022672, "W21": -31.263784736582704, "S21": -31.263784736582704, "W22": -39.113331765789901, "S22": -39.113331765789901, "W31": -73.156591029511731, "S31": -73.156591029511731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105778.4, 510020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.781171428906198, "S12": -12.798409321940575, "W13": -22.95325507721801, "S13": -22.95325507721801, "W21": -30.0, "S21": -30.0, "W22": -38.367828721892131, "S22": -42.289724397078423, "W31": -68.885925978972097, "S31": -70.945648530697099, "W32": -94.278744826671158, "S32": -99.278744826671158 }, "geometry": { "type": "Point", "coordinates": [ 105778.428571428565192, 508265.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42326491237774594, "S11": 0.42326491237774594, "W12": -4.310220321334981, "S12": -4.310220321334981, "W13": -14.416482281763155, "S13": -14.416482281763155, "W21": -37.611325537306143, "S21": -39.250087752290064, "W22": -38.593502114566526, "S22": -40.667355748163374, "W31": -67.961664669440097, "S31": -72.027182753506565, "W32": -95.799301224541566, "S32": -100.79930122454157 }, "geometry": { "type": "Point", "coordinates": [ 105779.0, 497507.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.073341328015523, "S12": -10.073341328015523, "W13": -17.588450622692282, "S13": -19.611026799977601, "W21": -30.286911137333213, "S21": -30.286911137333213, "W22": -39.982375623607346, "S22": -39.982375623607346, "W31": -73.96957606616995, "S31": -73.96957606616995, "W32": -90.000000000000014, "S32": -95.000000000000014 }, "geometry": { "type": "Point", "coordinates": [ 105779.0, 501318.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20385127358254518, "S11": -0.37123644571570025, "W12": -10.310992529348987, "S12": -10.583494751006977, "W13": -28.775224593138709, "S13": -28.775224593138709, "W21": -35.047711661650077, "S21": -35.047711661650077, "W22": -37.886117427594506, "S22": -42.028422977048884, "W31": -69.200939431094568, "S31": -69.200939431094568, "W32": -93.044023441624716, "S32": -98.044023441624716 }, "geometry": { "type": "Point", "coordinates": [ 105779.0, 507701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53526324639670564, "S11": -0.53526324639670564, "W12": -10.0, "S12": -20.0, "W13": -24.180419625793217, "S13": -24.180419625793217, "W21": -34.730100208926267, "S21": -36.033205868222005, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105779.25, 510316.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13010844824048456, "S11": 0.13010844824048456, "W12": -10.0, "S12": -10.529294561120086, "W13": -18.467555115725322, "S13": -36.109823840277926, "W21": -39.195096649155829, "S21": -39.195096649155829, "W22": -40.0, "S22": -40.0, "W31": -53.838789202818454, "S31": -53.838789202818454, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105779.5, 512694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.880648055264345, "W12": -5.111999178000298, "S12": -15.111999178000298, "W13": -15.111999178000298, "S13": -16.011430835708946, "W21": -40.244707901865503, "S21": -41.574195938912069, "W22": -45.955754915774115, "S22": -45.964545231198905, "W31": -73.873836233303194, "S31": -73.873836233303194, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105780.0, 498078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.8223925358213933, "S12": -7.8223925358213933, "W13": -17.446931725598827, "S13": -19.75325860575661, "W21": -35.72366842108201, "S21": -35.72366842108201, "W22": -39.134716779479874, "S22": -41.001306858895298, "W31": -71.874950762887181, "S31": -74.874950762887181, "W32": -89.929944702289916, "S32": -94.929944702289916 }, "geometry": { "type": "Point", "coordinates": [ 105780.0, 501148.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3060459725710134, "S11": 0.3060459725710134, "W12": -9.9636335726217986, "S12": -9.9636335726217986, "W13": -25.573444325867559, "S13": -25.573444325867559, "W21": -33.367467409266283, "S21": -33.367467409266283, "W22": -38.946592088589632, "S22": -39.562550432078218, "W31": -64.94930960996831, "S31": -68.803848375923394, "W32": -97.948527240550249, "S32": -102.94852724055025 }, "geometry": { "type": "Point", "coordinates": [ 105780.2, 507547.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34950446495652454, "S11": -0.34950446495652454, "W12": -11.192040829941675, "S12": -11.192040829941675, "W13": -17.048019779402413, "S13": -22.048019779402413, "W21": -37.202473147434141, "S21": -37.202473147434141, "W22": -37.912625917334623, "S22": -42.044773538499584, "W31": -69.192963899029593, "S31": -69.192963899029593, "W32": -93.077540389285872, "S32": -98.077540389285872 }, "geometry": { "type": "Point", "coordinates": [ 105780.333333333328483, 500788.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8675380776821946, "S12": -13.798010386481042, "W13": -15.0, "S13": -18.083081992142947, "W21": -37.062179392693594, "S21": -37.254305813541968, "W22": -37.076225365845254, "S22": -41.399036508146786, "W31": -69.012613918117097, "S31": -69.012613918117097, "W32": -92.233135933265288, "S32": -97.233135933265288 }, "geometry": { "type": "Point", "coordinates": [ 105781.0, 499379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67698744769874475, "S11": -0.67698744769874475, "W12": -10.0, "S12": -14.235388310648519, "W13": -23.997414326814525, "S13": -23.997414326814525, "W21": -40.663614349397591, "S21": -44.455482676992567, "W22": -30.0, "S22": -35.427970959113487, "W31": -70.0, "S31": -70.0, "W32": -90.74656240806992, "S32": -95.74656240806992 }, "geometry": { "type": "Point", "coordinates": [ 105781.0, 506239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0502106010193657, "S11": 2.0502106010193657, "W12": -4.1085811696169188, "S12": -5.13347708968353, "W13": -15.0, "S13": -15.0, "W21": -40.642030038105503, "S21": -40.642030038105503, "W22": -51.426501080630736, "S22": -51.426501080630736, "W31": -75.163983530820929, "S31": -76.689627189678717, "W32": -93.625332654611881, "S32": -98.625332654611881 }, "geometry": { "type": "Point", "coordinates": [ 105781.0, 524215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8385002750567265, "S12": -7.8385002750567265, "W13": -16.270538823752265, "S13": -27.802439129844405, "W21": -42.731056492499661, "S21": -44.821252436538913, "W22": -42.095710036145846, "S22": -42.095710036145846, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105781.428571428565192, 517900.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.2358586677168044, "W12": -2.9566837831906954, "S12": -2.9566837831906954, "W13": -15.0, "S13": -18.0, "W21": -40.841703381094213, "S21": -42.310067080920518, "W22": -38.395075112570389, "S22": -39.4432323586351, "W31": -72.512497096521741, "S31": -72.536951029129028, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 498765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0535283993115319, "S11": -1.0535283993115319, "W12": -10.634817695673311, "S12": -10.689348799928172, "W13": -26.483488265071326, "S13": -26.483488265071326, "W21": -45.383430867488713, "S21": -49.343227767500785, "W22": -40.0, "S22": -40.0, "W31": -56.251449868008912, "S31": -56.588777190866452, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 506144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24312165340539454, "S11": -0.34270290799811426, "W12": -10.241147560258669, "S12": -10.241147560258669, "W13": -28.916777566451916, "S13": -28.916777566451916, "W21": -35.210884353741498, "S21": -35.210884353741498, "W22": -47.919637411001553, "S22": -47.926970375793552, "W31": -74.069470568197374, "S31": -74.87416113186454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 507683.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14716220961392734, "S11": 0.14716220961392734, "W12": -10.0, "S12": -22.353180190930786, "W13": -22.353180190930786, "S13": -33.097664047348701, "W21": -38.21293056662433, "S21": -38.21293056662433, "W22": -38.404306483621191, "S22": -38.404306483621191, "W31": -60.481403233273163, "S31": -61.898402736502298, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 511804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22286945419725457, "S11": 0.22286945419725457, "W12": -10.0, "S12": -10.224824986537426, "W13": -18.941761395522036, "S13": -33.824821711779968, "W21": -39.434246418675357, "S21": -39.434246418675357, "W22": -39.57769960186998, "S22": -42.244848859301008, "W31": -71.307848967594595, "S31": -73.764180275436431, "W32": -89.783200191327325, "S32": -94.783200191327325 }, "geometry": { "type": "Point", "coordinates": [ 105782.0, 512608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67557709203019156, "S11": -2.7017576408522204, "W12": -10.391306400478127, "S12": -15.23631945247276, "W13": -20.0, "S13": -20.650935567212056, "W21": -29.297303250815748, "S21": -29.297303250815748, "W22": -41.329806499917289, "S22": -41.329806499917289, "W31": -74.632901805287005, "S31": -74.632901805287005, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105782.4, 504387.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.38685419803995, "S13": -14.38685419803995, "W21": -46.0, "S21": -46.0, "W22": -30.059738264005464, "S22": -40.842100659450907, "W31": -70.0, "S31": -70.0, "W32": -91.186072794102131, "S32": -96.186072794102131 }, "geometry": { "type": "Point", "coordinates": [ 105782.428571428565192, 526833.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.584997713066441, "S12": -14.149936576648095, "W13": -15.097673689886422, "S13": -18.188871256734735, "W21": -36.748670483765132, "S21": -36.867661334887906, "W22": -40.000000000000007, "S22": -50.013287166941538, "W31": -80.0, "S31": -80.0, "W32": -91.418697164427684, "S32": -96.418697164427684 }, "geometry": { "type": "Point", "coordinates": [ 105783.0, 499416.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.063207959301535527, "S11": -0.063207959301535527, "W12": -7.8469366733964092, "S12": -8.1324513665435596, "W13": -25.128545488760718, "S13": -25.128545488760718, "W21": -31.363348430136615, "S21": -31.363348430136615, "W22": -36.576138888845378, "S22": -41.001164469156841, "W31": -68.871579199936065, "S31": -68.871579199936065, "W32": -91.747606560839102, "S32": -96.747606560839102 }, "geometry": { "type": "Point", "coordinates": [ 105783.0, 507367.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7859235400947675, "S12": -8.7859235400947675, "W13": -15.0, "S13": -21.022132909250228, "W21": -39.386741731701314, "S21": -39.386741731701314, "W22": -38.016780987793929, "S22": -42.111643764824684, "W31": -69.161252298680481, "S31": -69.161252298680481, "W32": -93.204920629333714, "S32": -98.204920629333714 }, "geometry": { "type": "Point", "coordinates": [ 105783.142857142855064, 516412.214285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46175856683891359, "S11": 0.46175856683891359, "W12": -4.3856644251394012, "S12": -4.3856644251394012, "W13": -14.335589167386869, "S13": -14.335589167386869, "W21": -36.788690147675247, "S21": -38.963212748594067, "W22": -39.422289229872092, "S22": -42.051960021246799, "W31": -61.913687286897222, "S31": -64.913687286897215, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105783.666666666671517, 497459.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6639166428775336, "S11": -4.6529098445609263, "W12": -9.9999999999999982, "S12": -15.508230320190833, "W13": -19.329034838395703, "S13": -21.156681416365721, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -68.80200028989708, "S31": -68.80200028989708, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105784.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5859896295205473, "S12": -7.5859896295205473, "W13": -16.957276722901476, "S13": -30.413223689136739, "W21": -43.937415002953003, "S21": -43.937415002953003, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105784.0, 518283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21711844656544366, "S11": -0.21711844656544366, "W12": -4.1311748091297025, "S12": -4.1311748091297025, "W13": -14.994577520422776, "S13": -18.021620297135673, "W21": -39.783428089260994, "S21": -40.605648046858029, "W22": -38.03011265543433, "S22": -42.120170351759853, "W31": -69.157197932183621, "S31": -69.157197932183621, "W32": -93.214670383029215, "S32": -98.214670383029215 }, "geometry": { "type": "Point", "coordinates": [ 105784.736842105266987, 499072.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43929142226657258, "S11": 0.43929142226657258, "W12": -2.9426993636164145, "S12": -2.9426993636164145, "W13": -14.99480294854237, "S13": -17.994802948542372, "W21": -40.904529911584888, "S21": -42.239217758344843, "W22": -47.537988468929285, "S22": -57.684974166129464, "W31": -80.0, "S31": -80.0, "W32": -91.608410070811075, "S32": -96.608410070811075 }, "geometry": { "type": "Point", "coordinates": [ 105785.0, 498828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72845188284518836, "S11": -0.76338390701437264, "W12": -10.0, "S12": -14.659727782225779, "W13": -23.900178447867731, "S13": -23.900178447867731, "W21": -40.325085482393661, "S21": -44.128579043672715, "W22": -36.345321247393535, "S22": -41.015481657821375, "W31": -70.833620121372206, "S31": -70.833620121372206, "W32": -91.524028741382892, "S32": -96.524028741382892 }, "geometry": { "type": "Point", "coordinates": [ 105785.0, 506246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47771118802648843, "S11": -0.47771118802648854, "W12": -9.7743346061984226, "S12": -17.812709113307996, "W13": -21.068214362154766, "S13": -21.068214362154766, "W21": -30.483514572635283, "S21": -30.483514572635283, "W22": -36.885896613828251, "S22": -37.395750694864532, "W31": -71.726974852886642, "S31": -74.52562851690422, "W32": -90.310588751991546, "S32": -95.310588751991546 }, "geometry": { "type": "Point", "coordinates": [ 105785.0, 509282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4056401656014668, "S12": -8.4056401656014668, "W13": -15.0, "S13": -25.0, "W21": -40.697223935585839, "S21": -43.662460586933733, "W22": -37.384214168205538, "S22": -41.614812193923335, "W31": -69.129035554552686, "S31": -69.129035554552686, "W32": -92.580191944434688, "S32": -97.580191944434688 }, "geometry": { "type": "Point", "coordinates": [ 105785.0, 517042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.365804146439315, "S12": -12.566584999226395, "W13": -25.599451724318818, "S13": -25.599451724318818, "W21": -31.090416650487693, "S21": -31.090416650487693, "W22": -33.290816137742141, "S22": -33.813441267202379, "W31": -70.135514554541075, "S31": -73.014489073773603, "W32": -90.423371471423053, "S32": -95.423371471423053 }, "geometry": { "type": "Point", "coordinates": [ 105785.285714285710128, 508025.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48238622386223862, "S11": -4.5176137761377611, "W12": -4.5176137761377611, "S12": -4.5176137761377611, "W13": -14.577362587421417, "S13": -14.577362587421417, "W21": -39.990157677165357, "S21": -40.569082297695331, "W22": -34.820170895008729, "S22": -45.332662736263117, "W31": -70.0, "S31": -70.0, "W32": -91.406045915804285, "S32": -96.406045915804285 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 497771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -7.0, "W12": -7.0, "S12": -13.675882835702406, "W13": -14.999999999999998, "S13": -18.0, "W21": -40.649494360871607, "S21": -42.530769393556774, "W22": -39.553517670043114, "S22": -49.83559898962821, "W31": -76.549067231069486, "S31": -76.549067231069486, "W32": -91.530484581882689, "S32": -96.530484581882689 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 498525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8162734428406804, "S12": -5.9335318263994967, "W13": -14.990489805049187, "S13": -18.035021550075164, "W21": -38.845098810617628, "S21": -39.437885142217141, "W22": -47.81104396002489, "S22": -47.818371781466617, "W31": -74.048547823563283, "S31": -74.789883653834934, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 499181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31065404475043024, "S11": -1.3106540447504302, "W12": -10.0, "S12": -14.13398085079108, "W13": -24.569979888277516, "S13": -25.012660437359411, "W21": -32.598007958016822, "S21": -32.598007958016822, "W22": -50.0, "S22": -50.003183230712807, "W31": -74.857862707147376, "S31": -75.779860385852913, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 505445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028675506782502653, "S11": 0.028675506782502653, "W12": -10.0, "S12": -13.417922283901666, "W13": -20.0, "S13": -24.215998979331463, "W21": -35.217072275895802, "S21": -38.697081599279066, "W22": -39.985784519361196, "S22": -39.985784519361196, "W31": -74.008686932345043, "S31": -74.008686932345043, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 506409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83921893260615499, "S11": -1.6128167706965391, "W12": -2.0000182426269384, "S12": -2.0000182426269384, "W13": -22.724912611958928, "S13": -22.724912611958928, "W21": -28.694203352127403, "S21": -28.694203352127403, "W22": -48.603848997281496, "S22": -51.076253294138922, "W31": -73.967511800018812, "S31": -73.967511800018812, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 506909.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039572336361155383, "S11": 0.039572336361155383, "W12": -9.0559665487294954, "S12": -19.710955324189538, "W13": -25.0, "S13": -25.0, "W21": -38.248488587581228, "S21": -38.248488587581228, "W22": -42.860263742047721, "S22": -42.868211650492867, "W31": -74.337417050791046, "S31": -74.337417050791046, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 511058.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.482066240881759, "S13": -14.482066240881759, "W21": -46.0, "S21": -46.0, "W22": -48.693169780529693, "S22": -48.699912587102816, "W31": -74.22933766678338, "S31": -74.825151567146975, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.0, 526605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9826806482876584, "S12": -8.9826806482876584, "W13": -15.0, "S13": -24.474478528431021, "W21": -38.568115644605527, "S21": -38.568115644605527, "W22": -54.593414698172182, "S22": -54.593414698172182, "W31": -75.793372504947897, "S31": -78.627832878223529, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.142857142855064, 516014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -41.35586734693878, "S22": -51.579860284200386, "W31": -78.718295687172542, "S31": -78.718295687172542, "W32": -91.560363600225401, "S32": -96.560363600225401 }, "geometry": { "type": "Point", "coordinates": [ 105787.394736842106795, 530016.631578947417438 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.68232668306463284, "W12": -10.370576859540732, "S12": -14.089365959922613, "W13": -15.269200858657335, "S13": -18.359273517988861, "W21": -36.196073842032931, "S21": -36.196073842032931, "W22": -38.334530658472012, "S22": -38.334530658472012, "W31": -60.423743044650386, "S31": -61.639739070482477, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105787.8, 499483.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47919315233102877, "S11": 0.47919315233102877, "W12": -8.214240660311054, "S12": -11.477901563597555, "W13": -17.591758260118908, "S13": -20.591758260118908, "W21": -29.853497791482624, "S21": -31.505790367901838, "W22": -40.317637078249462, "S22": -40.317637078249462, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105788.0, 501928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.293738552115133, "S11": -0.293738552115133, "W12": -9.2413312172365707, "S12": -16.424836767493627, "W13": -26.243521702458963, "S13": -26.243521702458963, "W21": -37.418961197840261, "S21": -37.418961197840261, "W22": -39.180061558794151, "S22": -42.084035429919425, "W31": -70.638068521502817, "S31": -72.456021786990405, "W32": -89.90817462245306, "S32": -94.90817462245306 }, "geometry": { "type": "Point", "coordinates": [ 105788.0, 505691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.0079577072899491563, "W12": -3.8225156524866284, "S12": -5.0689538173088051, "W13": -22.57289260573436, "S13": -22.57289260573436, "W21": -30.0, "S21": -31.646021983028646, "W22": -36.64232426257599, "S22": -37.562214503426922, "W31": -71.625559742573188, "S31": -74.448942635455452, "W32": -90.347079134136038, "S32": -95.347079134136038 }, "geometry": { "type": "Point", "coordinates": [ 105788.0, 506703.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43605871764153276, "S11": 0.43605871764153276, "W12": -4.4611085289437389, "S12": -4.4611085289437389, "W13": -14.254696053010715, "S13": -14.254696053010715, "W21": -38.084916715556055, "S21": -40.803069966703944, "W22": -37.367952373941385, "S22": -41.58599473011575, "W31": -69.140491791847751, "S31": -69.140491791847751, "W32": -92.590468920488547, "S32": -97.590468920488547 }, "geometry": { "type": "Point", "coordinates": [ 105788.333333333328483, 497412.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8948957066271142, "S12": -8.8948957066271142, "W13": -17.491244497986894, "S13": -18.879230865004981, "W21": -32.018604988642444, "S21": -32.018604988642444, "W22": -36.008626440157776, "S22": -36.008626440157776, "W31": -71.440742185098955, "S31": -74.358783733584204, "W32": -90.401043783786307, "S32": -95.401043783786307 }, "geometry": { "type": "Point", "coordinates": [ 105788.333333333328483, 501268.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.3861386138613856, "W13": -14.987063297631453, "S13": -18.037804648537549, "W21": -38.614118572741148, "S21": -39.147173456477432, "W22": -32.555961217674572, "S22": -33.33472584148052, "W31": -70.0, "S31": -72.836212772791356, "W32": -90.442466467395619, "S32": -95.442466467395619 }, "geometry": { "type": "Point", "coordinates": [ 105789.0, 499209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0138135486312621, "S12": -12.46666251428949, "W13": -17.68133790952507, "S13": -19.897534478295061, "W21": -29.428931160930077, "S21": -30.860019249743409, "W22": -42.854227405247812, "S22": -53.024797064900788, "W31": -80.0, "S31": -80.0, "W32": -91.585795630768956, "S32": -96.585795630768956 }, "geometry": { "type": "Point", "coordinates": [ 105789.0, 501863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8606742653777726, "S12": -20.261592640803315, "W13": -27.366207157363963, "S13": -27.366207157363963, "W21": -39.420651558732445, "S21": -40.021901983588798, "W22": -40.0, "S22": -40.0, "W31": -56.690846655186242, "S31": -57.001316790634583, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105789.0, 505776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27801777727688182, "S11": 0.051304791706351355, "W12": -5.0, "S12": -7.90207373271876, "W13": -13.508274987459528, "S13": -13.508274987459528, "W21": -35.81103088272026, "S21": -37.710290872853456, "W22": -39.233417511023276, "S22": -39.255669704876937, "W31": -62.695697353466393, "S31": -65.472062185628459, "W32": -99.831964504861801, "S32": -104.8319645048618 }, "geometry": { "type": "Point", "coordinates": [ 105789.666666666671517, 496999.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.884705378334731, "S12": -6.884705378334731, "W13": -19.692839570527184, "S13": -27.332365981552144, "W21": -44.873277567694714, "S21": -45.609812575209673, "W22": -51.633828770561294, "S22": -51.633828770561294, "W31": -75.178088827766373, "S31": -76.812749751542185, "W32": -93.709388065232133, "S32": -98.709388065232133 }, "geometry": { "type": "Point", "coordinates": [ 105789.857142857144936, 519345.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53431291764030864, "S11": -0.53431291764030864, "W12": -10.0, "S12": -20.0, "W13": -25.965629561235435, "S13": -25.965629561235435, "W21": -37.781197825830944, "S21": -37.781197825830944, "W22": -41.453899416909621, "S22": -51.632401452351587, "W31": -78.791043567768867, "S31": -78.791043567768867, "W32": -91.579095662657963, "S32": -96.579095662657963 }, "geometry": { "type": "Point", "coordinates": [ 105790.0, 510741.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3258436967607476, "S12": -5.3258436967607476, "W13": -19.608812602338514, "S13": -19.608812602338514, "W21": -40.97175350505573, "S21": -42.0300965664103, "W22": -42.758746355685133, "S22": -52.913564448670307, "W31": -79.91719143576826, "S31": -79.91719143576826, "W32": -91.591960475102553, "S32": -96.591960475102553 }, "geometry": { "type": "Point", "coordinates": [ 105790.25, 521602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3279341568928231, "S12": -9.3279341568928231, "W13": -15.0, "S13": -24.184791978886221, "W21": -38.369427288200235, "S21": -38.369427288200235, "W22": -39.44513029526879, "S22": -46.884018429018958, "W31": -80.0, "S31": -80.0, "W32": -91.487586671672105, "S32": -96.487586671672105 }, "geometry": { "type": "Point", "coordinates": [ 105790.75, 515416.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.91149544956829232, "W12": -10.0, "S12": -10.0, "W13": -15.786244129072898, "S13": -18.894779231173057, "W21": -31.882009002515176, "S21": -31.882009002515176, "W22": -42.129449986150142, "S22": -42.129449986150142, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105791.0, 499979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9949362686610979, "S12": -5.9949362686610979, "W13": -20.0, "S13": -20.0, "W21": -39.658508481298703, "S21": -40.649369480289216, "W22": -38.422368879727181, "S22": -39.39192334214227, "W31": -72.548081346336303, "S31": -72.548081346336303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105791.333333333328483, 520656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33860863838824073, "S11": -0.39560637225976103, "W12": -10.0, "S12": -10.0, "W13": -18.582395663263394, "S13": -31.234322838285049, "W21": -40.18978701526413, "S21": -40.18978701526413, "W22": -38.548067688158625, "S22": -40.675097674315893, "W31": -68.028906342431554, "S31": -72.027790343734907, "W32": -95.747180423189207, "S32": -100.74718042318921 }, "geometry": { "type": "Point", "coordinates": [ 105791.6, 514552.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6786288190045529, "S12": -8.6786288190045529, "W13": -15.000000000000002, "S13": -22.117952360848889, "W21": -39.842764931208052, "S21": -40.716169649218159, "W22": -49.835249326320799, "S22": -52.409672279901436, "W31": -73.945615102303634, "S31": -73.945615102303634, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105791.663793103449279, 516624.038793103420176 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51548771170253405, "S11": 0.51548771170253405, "W12": -7.9334951456310669, "S12": -7.9334951456310669, "W13": -17.693484373472383, "S13": -21.833221454848349, "W21": -38.804193426520591, "S21": -38.804193426520591, "W22": -38.63407817911925, "S22": -47.927038743036185, "W31": -80.0, "S31": -80.0, "W32": -91.40561432058584, "S32": -96.40561432058584 }, "geometry": { "type": "Point", "coordinates": [ 105792.0, 501003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10865660056552501, "S11": 0.10865660056552501, "W12": -10.021711427267194, "S12": -16.646711004505715, "W13": -20.0, "S13": -30.125940464507686, "W21": -38.463368220742154, "S21": -38.463368220742154, "W22": -37.917482564260737, "S22": -41.99485778323357, "W31": -69.199051350081888, "S31": -69.199051350081888, "W32": -93.170532540213244, "S32": -98.170532540213244 }, "geometry": { "type": "Point", "coordinates": [ 105792.0, 511889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19887712489031567, "S11": -0.23901074245893467, "W12": -10.0, "S12": -10.62245849878008, "W13": -17.646776682700331, "S13": -19.404551783846134, "W21": -40.0, "S21": -40.0, "W22": -41.058126822157433, "S22": -51.217585496460309, "W31": -78.443727374715195, "S31": -78.443727374715195, "W32": -91.585852965459395, "S32": -96.585852965459395 }, "geometry": { "type": "Point", "coordinates": [ 105792.0, 514077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88113925224976086, "S11": -2.0661470539140563, "W12": -10.0, "S12": -10.478818457386369, "W13": -15.917720658234712, "S13": -18.943339483226932, "W21": -33.132173099476304, "S21": -33.132173099476304, "W22": -43.323670723894942, "S22": -53.441109500290608, "W31": -80.0, "S31": -80.0, "W32": -91.608677632699781, "S32": -96.608677632699781 }, "geometry": { "type": "Point", "coordinates": [ 105792.666666666671517, 499835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0587907049915799, "S12": -9.0587907049915799, "W13": -15.0, "S13": -24.069524288623377, "W21": -38.255158739137407, "S21": -38.255158739137407, "W22": -36.46276761327772, "S22": -40.871489428060194, "W31": -68.879487305267546, "S31": -68.879487305267546, "W32": -91.780018044378266, "S32": -96.780018044378266 }, "geometry": { "type": "Point", "coordinates": [ 105792.815789473679615, 515857.90789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32390059546161687, "S11": 0.32390059546161687, "W12": -4.8053930721931488, "S12": -4.8053930721931488, "W13": -13.620190196653947, "S13": -13.620190196653947, "W21": -40.0, "S21": -43.0, "W22": -46.752880057367371, "S22": -47.982738362735745, "W31": -74.292230493747866, "S31": -74.292230493747866, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105793.0, 497207.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41035886844412128, "S11": 0.41035886844412128, "W12": -4.5365526327481591, "S12": -4.5365526327481591, "W13": -14.173802938634426, "S13": -14.173802938634426, "W21": -40.0, "S21": -43.0, "W22": -42.520851529709944, "S22": -42.52658602833354, "W31": -74.98310379713206, "S31": -74.98310379713206, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105793.0, 497364.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1590357257804955, "S11": -1.1590357257804955, "W12": -10.620907193543898, "S12": -15.112669815333092, "W13": -27.284873446847673, "S13": -27.284873446847673, "W21": -45.493388568740222, "S21": -49.099815362913873, "W22": -54.790001, "S22": -54.790001, "W31": -75.800003, "S31": -78.800003, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105793.0, 506100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36140046982891583, "S11": -0.36140046982891583, "W12": -11.274768163319768, "S12": -11.274768163319768, "W13": -16.939169304857931, "S13": -21.939169304857931, "W21": -36.983684162958696, "S21": -36.983684162958696, "W22": -40.0, "S22": -40.0, "W31": -74.565494789866463, "S31": -74.565494789866463, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105794.0, 500780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73232708520913481, "S11": -2.6467671079493282, "W12": -10.0, "S12": -14.84378488451021, "W13": -20.0, "S13": -20.692162125629984, "W21": -29.382726422901939, "S21": -29.382726422901939, "W22": -42.089090264196557, "S22": -42.089090264196557, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105794.0, 504355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19122955237872039, "S11": -0.69122955237872041, "W12": -10.224643946542617, "S12": -14.355766927261772, "W13": -24.430902236089441, "S13": -24.757719194366697, "W21": -30.427809812653582, "S21": -30.427809812653582, "W22": -38.424711312337799, "S22": -38.676431895134215, "W31": -71.872410138336278, "S31": -72.494876544817856, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105794.0, 505190.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60916617278322316, "S11": -0.60916617278322316, "W12": -5.0, "S12": -5.0, "W13": -24.619805615201052, "S13": -24.619805615201052, "W21": -29.793428179902893, "S21": -29.793428179902893, "W22": -46.454593390009443, "S22": -46.46410319339212, "W31": -73.739082500603601, "S31": -73.739082500603601, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105794.0, 507180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36422242403924593, "S11": 0.36422242403924943, "W12": -5.0, "S12": -5.0, "W13": -12.850211908950989, "S13": -12.850211908950989, "W21": -37.087049887472119, "S21": -39.282576323553215, "W22": -30.315706543357194, "S22": -35.041655982133761, "W31": -70.0, "S31": -71.844388929533693, "W32": -90.713839067705777, "S32": -95.713839067705777 }, "geometry": { "type": "Point", "coordinates": [ 105795.0, 497057.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5849660523763336, "W12": -10.0, "S12": -15.664371739425558, "W13": -19.033917438725911, "S13": -21.230273078059874, "W21": -30.0, "S21": -30.0, "W22": -41.453216801933728, "S22": -41.459856569389018, "W31": -74.703584375063585, "S31": -74.703584375063585, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105795.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34395224596598339, "S11": -0.34395224596598339, "W12": -9.0655509065550905, "S12": -15.919314189643595, "W13": -26.630395121001754, "S13": -26.630395121001754, "W21": -37.898124912411625, "S21": -37.898124912411625, "W22": -40.0, "S22": -49.801317774321376, "W31": -80.0, "S31": -80.0, "W32": -91.4982441889303, "S32": -96.4982441889303 }, "geometry": { "type": "Point", "coordinates": [ 105795.0, 505711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.448616809416276, "S12": -11.931942087328311, "W13": -25.158967841621514, "S13": -25.158967841621514, "W21": -30.464392497961402, "S21": -30.464392497961402, "W22": -38.759338986075612, "S22": -38.942750444938532, "W31": -66.164054408101023, "S31": -69.963448114752794, "W32": -97.076889364893546, "S32": -102.07688936489355 }, "geometry": { "type": "Point", "coordinates": [ 105795.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4128215810853038, "S11": -1.4128215810853038, "W12": -13.712074303405572, "S12": -13.712074303405572, "W13": -16.044183542163154, "S13": -20.181715741440208, "W21": -31.257896606436297, "S21": -31.257896606436297, "W22": -37.89782490175471, "S22": -41.961624341398569, "W31": -69.207977161177695, "S31": -69.207977161177695, "W32": -93.18032628207385, "S32": -98.18032628207385 }, "geometry": { "type": "Point", "coordinates": [ 105796.0, 500372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1131295298719657, "S12": -5.114059310610239, "W13": -15.0, "S13": -15.0, "W21": -40.427538435954766, "S21": -40.427538435954766, "W22": -50.335617141278128, "S22": -50.341109336342242, "W31": -74.568741950140463, "S31": -74.93379918245418, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105796.5, 524145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27139565637143948, "S11": 0.27139565637143948, "W12": -3.1355640539854299, "S12": -3.1355640539854299, "W13": -14.974503074581101, "S13": -17.981404318499507, "W21": -41.001781938234842, "S21": -42.177484655948504, "W22": -40.0, "S22": -40.0, "W31": -52.519871252417801, "S31": -52.519871252417801, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 498901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15971878403802356, "S11": -3.1597187840380232, "W12": -10.0, "S12": -14.106122980719142, "W13": -22.478829003489729, "S13": -22.978829003489729, "W21": -29.698337141285407, "S21": -29.698337141285407, "W22": -43.924567584881487, "S22": -53.967775924345673, "W31": -80.0, "S31": -80.0, "W32": -91.640629436612954, "S32": -96.640629436612954 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 504991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2624438902743142, "S11": -0.68438969790101711, "W12": -2.8972772818029755, "S12": -3.8972772818029755, "W13": -23.399886941114953, "S13": -23.399886941114953, "W21": -28.856264345926967, "S21": -28.856264345926967, "W22": -49.394804512542848, "S22": -52.331207225968726, "W31": -73.922667995657974, "S31": -73.922667995657974, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 506798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54326601322087986, "S11": -0.54326601322087986, "W12": -5.8485435293148198, "S12": -5.8485435293148198, "W13": -24.745701207218438, "S13": -24.745701207218438, "W21": -30.0, "S21": -30.0, "W22": -48.576713645099296, "S22": -58.515018436971111, "W31": -80.0, "S31": -80.0, "W32": -91.696416090407524, "S32": -96.696416090407524 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 507237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54605954082648356, "S11": -0.54605954082648356, "W12": -10.0, "S12": -20.0, "W13": -23.892500627275442, "S13": -23.892500627275442, "W21": -34.056124897069289, "S21": -34.743871051487055, "W22": -40.140062676056345, "S22": -40.140062676056345, "W31": -70.74623566403065, "S31": -70.74623566403065, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105797.0, 510278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38465901924670975, "S11": 0.38465901924670975, "W12": -4.6119967365525785, "S12": -4.6119967365525785, "W13": -14.080664439495186, "S13": -14.080664439495186, "W21": -40.000000000000007, "S21": -43.000000000000007, "W22": -40.0, "S22": -40.0, "W31": -54.519995819854735, "S31": -55.010786843397284, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105797.666666666671517, 497317.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56103033566684612, "S11": -0.56103033566684612, "W12": -7.5775620846449812, "S12": -10.209829729326499, "W13": -17.812825398554811, "S13": -21.273717514196921, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.023500984640471, "S31": -56.406564271832053, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105798.0, 503342.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47495603191988733, "S11": -1.3067092181182087, "W12": -10.0, "S12": -13.840482894824524, "W13": -24.75304615119617, "S13": -25.126358531627982, "W21": -32.128810667415536, "S21": -32.128810667415536, "W22": -48.589085393465595, "S22": -50.990855597962181, "W31": -73.918069438774282, "S31": -73.918069438774282, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105798.0, 505403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20042911768871269, "S11": -0.70042911768871263, "W12": -9.4242700410109013, "S12": -16.416803858921845, "W13": -25.479509504963346, "S13": -25.479509504963346, "W21": -36.089550698608626, "S21": -36.089550698608626, "W22": -41.448857198216466, "S22": -41.455559182931658, "W31": -74.669511860503022, "S31": -74.669511860503022, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105798.0, 505634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.84743934289709455, "W12": -9.3656412236667101, "S12": -17.815002333118258, "W13": -21.055520262781446, "S13": -21.055520262781446, "W21": -30.522108974095907, "S21": -30.522108974095907, "W22": -43.41484524096942, "S22": -43.41484524096942, "W31": -74.886813595700346, "S31": -76.108662104469261, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105798.0, 509350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -36.231365302789612, "S22": -40.814157342446684, "W31": -70.574450578746067, "S31": -70.574450578746067, "W32": -91.634979339463513, "S32": -96.634979339463513 }, "geometry": { "type": "Point", "coordinates": [ 105798.25, 530035.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2667950019877843, "S12": -7.1978473453253944, "W13": -14.807104088125996, "S13": -14.807104088125996, "W21": -44.674682418644942, "S21": -44.674682418644942, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105798.777777777781012, 525828.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21121526190113296, "S11": 0.20058977754524127, "W12": -9.6036402426828467, "S12": -13.33282343062892, "W13": -20.0, "S13": -25.0, "W21": -34.913048795401735, "S21": -38.448579390667199, "W22": -47.354928188996425, "S22": -47.362233042041879, "W31": -73.973127448970487, "S31": -74.481213150746584, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105799.0, 506420.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3893815868456851, "S12": -5.3893815868456851, "W13": -19.817593807758772, "S13": -19.817593807758772, "W21": -40.399009474591033, "S21": -41.468612103424618, "W22": -36.764729974836825, "S22": -37.868306613404741, "W31": -71.722246990514378, "S31": -74.408089522461424, "W32": -90.343481490826008, "S32": -95.343481490826008 }, "geometry": { "type": "Point", "coordinates": [ 105799.333333333328483, 521518.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012578999034568855, "S11": 0.012578999034568855, "W12": -3.7639217562843021, "S12": -3.7639217562843021, "W13": -14.969207811127418, "S13": -17.98782037354799, "W21": -40.411380177613829, "S21": -41.377843588652837, "W22": -40.647959183673464, "S22": -50.701212683916815, "W31": -78.060904664422935, "S31": -78.060904664422935, "W32": -91.627999423376821, "S32": -96.627999423376821 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30020491803278693, "S11": -0.30020491803278693, "W12": -4.5684800484384462, "S12": -5.2756262204581921, "W13": -14.968853156697239, "S13": -18.006503644594844, "W21": -39.389384749001934, "S21": -40.082980133122049, "W22": -37.804852473087287, "S22": -41.869545214707394, "W31": -69.240904767980112, "S31": -69.240904767980112, "W32": -93.119786350357259, "S32": -98.119786350357259 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 499130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.194257956240378, "S12": -10.194257956240378, "W13": -15.72346480775149, "S13": -18.891531698020767, "W21": -31.821875422650294, "S21": -31.821875422650294, "W22": -39.09368767693644, "S22": -40.255516128269385, "W31": -60.838817431717302, "S31": -62.514451808453735, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55720918410573583, "S11": 0.55720918410573583, "W12": -10.0, "S12": -13.59896120080213, "W13": -17.789607357179655, "S13": -19.053185212305419, "W21": -28.920330027502292, "S21": -29.850268586111216, "W22": -29.999999999999996, "S22": -36.950041024705989, "W31": -70.0, "S31": -70.0, "W32": -90.791552396587548, "S32": -95.791552396587548 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 501776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26236655301548251, "S11": -1.4319175352418623, "W12": -10.0, "S12": -10.0, "W13": -18.092454967266203, "S13": -21.285525408107404, "W21": -30.0, "S21": -33.0, "W22": -36.349396337710061, "S22": -40.741814386963547, "W31": -68.887395410599026, "S31": -68.887395410599026, "W32": -91.81348965471453, "S32": -96.81348965471453 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 503627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -1.65, "W12": -1.66, "S12": -1.66, "W13": -22.907131824211632, "S13": -22.907131824211632, "W21": -28.586078488956563, "S21": -28.586078488956563, "W22": -37.272422700914035, "S22": -41.452331754647879, "W31": -69.171800983340987, "S31": -69.171800983340987, "W32": -92.592364459774942, "S32": -97.592364459774942 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 506933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3286640079760716, "W12": -8.8637132826214149, "S12": -18.872081194864556, "W13": -21.093264782842059, "S13": -21.093264782842059, "W21": -30.84792863114826, "S21": -30.84792863114826, "W22": -38.045357814471444, "S22": -39.447569447808931, "W31": -71.942820632161727, "S31": -74.942820632161727, "W32": -90.174164047102721, "S32": -95.174164047102721 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 509616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38449315068493151, "S11": -0.38449315068493162, "W12": -8.9051479914121536, "S12": -19.219410286494121, "W13": -21.151124792304952, "S13": -21.151124792304952, "W21": -31.161861959511494, "S21": -31.161861959511494, "W22": -33.472916097254043, "S22": -34.11834390221221, "W31": -70.249959458326614, "S31": -73.249959458326614, "W32": -90.475515627676202, "S32": -95.475515627676202 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 509869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54743085584333362, "S11": -0.54743085584333362, "W12": -10.0, "S12": -20.0, "W13": -23.872718927932414, "S13": -23.872718927932414, "W21": -34.002257821032288, "S21": -34.583155707421732, "W22": -40.0, "S22": -49.843953948242579, "W31": -80.0, "S31": -80.0, "W32": -91.561597021235841, "S32": -96.561597021235841 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 510276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3723383990821691, "S12": -8.3723383990821691, "W13": -15.067874222062994, "S13": -25.067874222062994, "W21": -40.835139470764972, "S21": -43.129242138126514, "W22": -38.87560123952899, "S22": -39.495893695458257, "W31": -64.995063265702044, "S31": -68.70200267822085, "W32": -97.908637982389919, "S32": -102.90863798238992 }, "geometry": { "type": "Point", "coordinates": [ 105800.0, 517094.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.9847960670065543, "W13": -20.886605970797088, "S13": -22.186417410143413, "W21": -32.788846787369295, "S21": -36.051746723492656, "W22": -39.253450386974521, "S22": -42.122598847734977, "W31": -70.613465219436733, "S31": -72.429798585704901, "W32": -89.840424366282519, "S32": -94.840424366282519 }, "geometry": { "type": "Point", "coordinates": [ 105800.25, 506556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20707929073262632, "S11": -1.9035425206138785, "W12": -5.9304941683171997, "S12": -17.270771987315015, "W13": -24.276593854128198, "S13": -32.875072975396684, "W21": -38.28136376861039, "S21": -38.28136376861039, "W22": -39.651905719067805, "S22": -42.183612039322526, "W31": -71.304072026838782, "S31": -73.718650955139623, "W32": -89.813497335282534, "S32": -94.813497335282534 }, "geometry": { "type": "Point", "coordinates": [ 105800.4, 511309.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.075187771194468, "S12": -14.112502291975112, "W13": -15.164365722889727, "S13": -18.256788392601166, "W21": -36.508306185243349, "S21": -36.551623884994093, "W22": -47.236765759179022, "S22": -47.244068586294134, "W31": -73.954978832789394, "S31": -74.410791115060817, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105801.0, 499459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5395935529081992, "S12": -20.49153718365794, "W13": -27.415830800476222, "S13": -27.415830800476222, "W21": -40.0, "S21": -40.835741795329106, "W22": -46.034657270980524, "S22": -55.923011675571246, "W31": -80.0, "S31": -80.0, "W32": -91.709679515461829, "S32": -96.709679515461829 }, "geometry": { "type": "Point", "coordinates": [ 105801.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0485355648535566, "S11": -1.2985355648535566, "W12": -9.751092240477508, "S12": -16.691703553056982, "W13": -22.735906304994234, "S13": -25.909010022321368, "W21": -38.740124740124735, "S21": -42.546763537397197, "W22": -49.150270928315244, "S22": -49.156364275018667, "W31": -74.329003534258263, "S31": -74.367811226078416, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105801.0, 506295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8686029527101411, "S12": -7.8686029527101411, "W13": -16.195187183820394, "S13": -27.495195906124582, "W21": -42.53905013784253, "S21": -44.572478909536379, "W22": -46.308802432391921, "S22": -55.912702407113962, "W31": -80.0, "S31": -80.0, "W32": -91.62077036386556, "S32": -96.62077036386556 }, "geometry": { "type": "Point", "coordinates": [ 105801.142857142855064, 517857.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4057806478491546, "S11": -1.4057806478491546, "W12": -15.0, "S12": -15.0, "W13": -16.270965101558225, "S13": -20.688774558043487, "W21": -32.983685046854141, "S21": -32.983685046854141, "W22": -36.043900339313097, "S22": -40.571592700576737, "W31": -69.9857000052111, "S31": -69.9857000052111, "W32": -91.695910731307123, "S32": -96.695910731307123 }, "geometry": { "type": "Point", "coordinates": [ 105801.6, 500478.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1291689984598019, "S12": -9.1291689984598019, "W13": -15.0, "S13": -22.816558769853501, "W21": -37.969132887787175, "S21": -37.969132887787175, "W22": -42.074198483246398, "S22": -42.074198483246398, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105801.804878048773389, 515711.707317073189188 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0094225260985887089, "S11": -0.62458309044472671, "W12": -5.568565113292629, "S12": -7.331431802438324, "W13": -16.765978285627998, "S13": -16.765978285627998, "W21": -35.246686394824309, "S21": -35.246686394824309, "W22": -37.668849514373022, "S22": -41.742109986229323, "W31": -69.288036399136274, "S31": -69.288036399136274, "W32": -93.019308102495515, "S32": -98.019308102495515 }, "geometry": { "type": "Point", "coordinates": [ 105802.0, 496857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39998993863674071, "S11": 0.39998993863674071, "W12": -4.3017292278804522, "S12": -4.3017292278804522, "W13": -14.306966292134831, "S13": -14.306966292134831, "W21": -37.541584334542556, "S21": -39.182991151076273, "W22": -43.905509288917365, "S22": -53.825468693262913, "W31": -80.0, "S31": -80.0, "W32": -91.690838244095062, "S32": -96.690838244095062 }, "geometry": { "type": "Point", "coordinates": [ 105802.0, 497496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.9772354731876831, "W12": -4.9772354731876831, "S12": -11.067952762648289, "W13": -15.0, "S13": -18.0, "W21": -40.745885750117573, "S21": -42.542855887291502, "W22": -39.347863781160676, "S22": -40.860301906774843, "W31": -62.075062690552322, "S31": -64.753061522482113, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105802.0, 498587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35895917004929712, "S11": 0.35895917004929712, "W12": -4.6874408403570165, "S12": -4.6874408403570165, "W13": -13.960092798812207, "S13": -13.960092798812207, "W21": -40.0, "S21": -43.0, "W22": -50.0, "S22": -59.646212266980569, "W31": -80.0, "S31": -80.0, "W32": -91.747854198830083, "S32": -96.747854198830083 }, "geometry": { "type": "Point", "coordinates": [ 105802.333333333328483, 497269.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -7.0, "W12": -7.0, "S12": -14.230304816490058, "W13": -14.999999999999998, "S13": -18.0, "W21": -40.587815346919577, "S21": -42.477540070356675, "W22": -40.0, "S22": -40.0, "W31": -55.77919505021412, "S31": -56.196889451540962, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19852655673265907, "S11": 0.19852655673265907, "W12": -10.009457046370668, "S12": -10.009457046370668, "W13": -20.0, "S13": -22.525825261279632, "W21": -39.786517274486094, "S21": -39.786517274486094, "W22": -37.988271812634011, "S22": -43.776567324889108, "W31": -77.131291564069258, "S31": -77.131291564069258, "W32": -91.476080318312214, "S32": -96.476080318312214 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 512147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36338424406780301, "S11": -0.36338424406780301, "W12": -10.0, "S12": -10.0, "W13": -18.235458803713541, "S13": -31.511472913060985, "W21": -40.199492971485071, "S21": -40.199492971485071, "W22": -36.740395719027084, "S22": -41.016959064449679, "W31": -69.033970991062333, "S31": -69.033970991062333, "W32": -92.095667171166099, "S32": -97.095667171166099 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 514632.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1965000459389623, "S12": -7.1965000459389623, "W13": -14.77728924477238, "S13": -14.77728924477238, "W21": -44.831670629771182, "S21": -44.831670629771182, "W22": -37.435512164560272, "S22": -41.552770437313356, "W31": -69.247412719322696, "S31": -69.247412719322696, "W32": -92.798827918763848, "S32": -97.798827918763848 }, "geometry": { "type": "Point", "coordinates": [ 105803.0, 525895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56221805435985728, "S11": -0.56221805435985728, "W12": -10.0, "S12": -20.0, "W13": -25.944481750395209, "S13": -25.944481750395209, "W21": -37.747638525260392, "S21": -37.747638525260392, "W22": -39.030965642060423, "S22": -39.030965642060423, "W31": -73.117166920126223, "S31": -73.117166920126223, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105804.0, 510698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20525495088102286, "S11": -2.204503766369351, "W12": -5.6455134817670487, "S12": -16.985693361967559, "W13": -24.188448722695295, "S13": -34.188448722695298, "W21": -38.306478925112366, "S21": -38.306478925112366, "W22": -38.043369511733019, "S22": -42.017008933805485, "W31": -69.164214417561624, "S31": -69.164214417561624, "W32": -93.42951673647535, "S32": -98.42951673647535 }, "geometry": { "type": "Point", "coordinates": [ 105804.0, 511332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11198579535854228, "S11": -0.11198579535854228, "W12": -10.0, "S12": -12.251229384805807, "W13": -16.937887305477322, "S13": -32.24047855485744, "W21": -37.923574819079398, "S21": -37.923574819079398, "W22": -44.278340763062836, "S22": -44.278340763062836, "W31": -75.015331688047553, "S31": -77.267931475259687, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105804.0, 513465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0037388738598016502, "S11": -0.5293452052359241, "W12": -5.0, "S12": -7.0835253456219522, "W13": -15.927179528017875, "S13": -15.927179528017875, "W21": -35.403490264650628, "S21": -35.62703531354444, "W22": -40.0, "S22": -40.0, "W31": -74.149184798679656, "S31": -74.278813792742184, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 496892.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083379982313951634, "S11": 0.083379982313951634, "W12": -3.6538584347350538, "S12": -3.6538584347350538, "W13": -14.960892528795213, "S13": -17.976938947876331, "W21": -40.61288895920277, "S21": -41.623130354249405, "W22": -36.999626879347424, "S22": -41.213863996781143, "W31": -69.116516430913052, "S31": -69.116516430913052, "W32": -92.362685227552703, "S32": -97.362685227552703 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 498978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31, "S11": -0.31, "W12": -13.3, "S12": -17.3, "W13": -21.3, "S13": -22.3, "W21": -28.3, "S21": -28.3, "W22": -51.506390423949995, "S22": -51.506390423949995, "W31": -75.106506285058174, "S31": -76.773779056264786, "W32": -94.672241165704108, "S32": -99.672241165704108 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63221757322175742, "S11": -0.66776297044748256, "W12": -10.0, "S12": -13.431553832388905, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -41.942365388537574, "S21": -45.938181328631757, "W22": -30.0, "S22": -39.896226415094333, "W31": -70.0, "S31": -70.0, "W32": -91.005346422467341, "S32": -96.005346422467341 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 506216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6133859129245498, "S11": -0.6133859129245498, "W12": -4.9726735588114481, "S12": -4.9726735588114481, "W13": -24.566167988433108, "S13": -24.566167988433108, "W21": -29.608188936123632, "S21": -29.608188936123632, "W22": -29.999999999999996, "S22": -40.542966878322446, "W31": -70.0, "S31": -70.0, "W32": -91.109919939162211, "S32": -96.109919939162211 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 507179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15654022688424715, "S11": -0.15654022688424715, "W12": -10.546876452060861, "S12": -13.375610051369872, "W13": -17.728754228116394, "S13": -29.497602683049461, "W21": -38.684526028801287, "S21": -38.684526028801287, "W22": -40.321975218658892, "S22": -50.267495548555175, "W31": -77.750482865503159, "S31": -77.750482865503159, "W32": -91.67097586919391, "S32": -96.67097586919391 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 512907.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50122352941179382, "S11": 0.50122352941179382, "W12": -10.147339657216904, "S12": -10.147339657216904, "W13": -17.811748670129592, "S13": -20.765543683980361, "W21": -29.323250661375454, "S21": -29.323250661375454, "W22": -42.150475465772388, "S22": -42.150475465772388, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105805.2, 501410.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9974561653612124, "S12": -8.9974561653612124, "W13": -15.0, "S13": -24.602512878764646, "W21": -38.523053346619804, "S21": -38.523053346619804, "W22": -38.792401023766786, "S22": -38.792401023766786, "W31": -60.624622164531992, "S31": -61.979496523981211, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105805.714285714289872, 515975.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1584584980237156, "S11": -1.4593253496187226, "W12": -9.6906077348066297, "S12": -17.724328829329306, "W13": -21.922446750409613, "S13": -26.922446750409613, "W21": -37.86694386694387, "S21": -41.646306925390775, "W22": -38.280380978582478, "S22": -39.37858159859266, "W31": -72.443261588774391, "S31": -72.480525181549496, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105806.0, 506324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4725943970767368, "S12": -9.7575641208579871, "W13": -20.096761822003003, "S13": -23.096761822003003, "W21": -33.185654803841814, "S21": -36.601655815681454, "W22": -37.532846555658757, "S22": -41.614674757751253, "W31": -69.290557975410721, "S31": -69.290557975410721, "W32": -92.918829854633771, "S32": -97.918829854633771 }, "geometry": { "type": "Point", "coordinates": [ 105806.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88321316044595255, "S11": -1.6151998878275013, "W12": -1.8926616766467073, "S12": -1.8926616766467073, "W13": -22.985642883756416, "S13": -22.985642883756416, "W21": -28.531254179645508, "S21": -28.531254179645508, "W22": -30.0, "S22": -36.896418833240787, "W31": -70.0, "S31": -70.490732813971618, "W32": -90.824085231065297, "S32": -95.824085231065297 }, "geometry": { "type": "Point", "coordinates": [ 105806.0, 506942.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10063152453296184, "S11": 0.10063152453296184, "W12": -10.0, "S12": -20.373523194651547, "W13": -25.178281641275309, "S13": -25.178281641275309, "W21": -38.438593445776348, "S21": -38.438593445776348, "W22": -42.304249354487553, "S22": -42.304249354487553, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105806.0, 510997.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0839634263578404, "S12": -4.8036415945051161, "W13": -15.940026164909593, "S13": -15.940026164909593, "W21": -40.539710129270283, "S21": -40.539710129270283, "W22": -39.16266044804793, "S22": -39.333897481012279, "W31": -62.835330410781054, "S31": -65.286393657871528, "W32": -99.799018219578869, "S32": -104.79901821957887 }, "geometry": { "type": "Point", "coordinates": [ 105806.25, 523370.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36657619439448608, "S11": 0.36657619439448608, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -12.801969100505872, "S13": -12.801969100505872, "W21": -36.957364341085707, "S21": -39.144763396395874, "W22": -42.064531854069045, "S22": -42.064531854069045, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105806.666666666671517, 497050.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2807675653287145, "S11": -1.2807675653287145, "W12": -13.468083938170638, "S12": -13.468083938170638, "W13": -16.65463425529331, "S13": -21.537373379495484, "W21": -35.818838892272417, "S21": -35.818838892272417, "W22": -38.817045924571069, "S22": -39.361528644971983, "W31": -65.228423079327072, "S31": -68.870717265827267, "W32": -97.738697911402568, "S32": -102.73869791140257 }, "geometry": { "type": "Point", "coordinates": [ 105806.75, 500655.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.393071327630219, "S13": -14.393071327630219, "W21": -46.0, "S21": -46.0, "W22": -39.962389676017899, "S22": -39.962389676017899, "W31": -73.996587424711834, "S31": -74.144148944429432, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105806.857142857144936, 526795.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33325932085188559, "S11": 0.33325932085188559, "W12": -4.7628849441614358, "S12": -4.7628849441614358, "W13": -13.769862635749927, "S13": -13.769862635749927, "W21": -40.000000000000007, "S21": -43.000000000000007, "W22": -30.0, "S22": -35.840053373556884, "W31": -70.0, "S31": -71.389557645295412, "W32": -90.815000390093374, "S32": -95.815000390093374 }, "geometry": { "type": "Point", "coordinates": [ 105807.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8543897231960322, "S12": -6.915569621229535, "W13": -21.960707629850408, "S13": -21.960707629850408, "W21": -31.196989471779251, "S21": -34.062967033143792, "W22": -40.0, "S22": -40.0, "W31": -51.200953302017133, "S31": -51.200953302017133, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105807.0, 506633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046799922628945501, "S11": -0.046799922628945501, "W12": -3.9762447231187079, "S12": -3.9762447231187079, "W13": -14.957228819305151, "S13": -17.979231128638222, "W21": -40.187493315542952, "S21": -41.091112239697118, "W22": -38.907746294277835, "S22": -40.693858416171828, "W31": -71.69848811397074, "S31": -74.529088575864506, "W32": -89.943611363299112, "S32": -94.943611363299112 }, "geometry": { "type": "Point", "coordinates": [ 105807.105263157893205, 499028.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.645833333333334, "S13": -13.645833333333334, "W21": -47.0, "S21": -47.0, "W22": -47.447309417040358, "S22": -57.179315845943258, "W31": -80.0, "S31": -80.0, "W32": -91.777389054643791, "S32": -96.777389054643791 }, "geometry": { "type": "Point", "coordinates": [ 105807.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044438307657334697, "S11": -0.65872738036917389, "W12": -5.6536514435398697, "S12": -7.3366741575759793, "W13": -17.467013651347365, "S13": -20.349597198905204, "W21": -35.140037159150914, "S21": -35.140037159150914, "W22": -50.0, "S22": -59.679290556982941, "W31": -80.0, "S31": -80.0, "W32": -91.80602363718171, "S32": -96.80602363718171 }, "geometry": { "type": "Point", "coordinates": [ 105807.75, 496827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1073553409894523, "S12": -3.1073553409894523, "W13": -14.988501799655481, "S13": -17.988501799655481, "W21": -40.932012932685396, "S21": -42.348253493641025, "W22": -40.0, "S22": -40.0, "W31": -56.955099386864589, "S31": -57.282257098064065, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105807.8, 498783.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": 0.031357159069319601, "S11": -0.37831690768474624, "W12": -5.0, "S12": -7.4095622119817346, "W13": -15.109627626020476, "S13": -15.109627626020476, "W21": -35.560294134477196, "S21": -36.292637721299982, "W22": -42.340007542564109, "S22": -42.340007542564109, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105808.0, 496927.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77399034132765809, "S11": -3.316628203749489, "W12": -10.0, "S12": -14.802896650699145, "W13": -20.0, "S13": -20.769607559168644, "W21": -29.431400325038702, "S21": -29.431400325038702, "W22": -40.0, "S22": -40.0, "W31": -55.795552101271483, "S31": -56.224351352797136, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105808.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.45013810268472, "S12": -13.828586067088237, "W13": -15.271588007284262, "S13": -18.345218897880073, "W21": -36.155604103536028, "S21": -36.155604103536028, "W22": -48.772027497505754, "S22": -48.778164660842066, "W31": -74.255060568317219, "S31": -74.255060568317219, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105808.6, 499505.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28988693319796521, "S11": -0.28988693319796521, "W12": -7.1111755997445707, "S12": -7.1111755997445707, "W13": -24.892379878779554, "S13": -24.892379878779554, "W21": -31.053116775812725, "S21": -31.053116775812725, "W22": -36.11740935818591, "S22": -40.612833027072213, "W31": -70.315281036120751, "S31": -70.315281036120751, "W32": -91.745929937544162, "S32": -96.745929937544162 }, "geometry": { "type": "Point", "coordinates": [ 105808.666666666671517, 507323.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33153116142992106, "S11": 0.33153116142992106, "W12": -4.9514395164328233, "S12": -4.9514395164328233, "W13": -12.965478612271827, "S13": -12.965478612271827, "W21": -38.262049887471868, "S21": -40.805398965637323, "W22": -37.396843596944493, "S22": -41.487239529273182, "W31": -69.271630030060962, "S31": -69.271630030060962, "W32": -92.818351606772026, "S32": -97.818351606772026 }, "geometry": { "type": "Point", "coordinates": [ 105809.0, 497110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.99791525259381353, "W12": -11.435183100532992, "S12": -15.828342536562703, "W13": -20.399027637325389, "S13": -21.101583137656736, "W21": -28.873028220048628, "S21": -28.873028220048628, "W22": -36.9039257601316, "S22": -41.106072274155679, "W31": -69.121502774587924, "S31": -69.121502774587924, "W32": -92.321723980148505, "S32": -97.321723980148505 }, "geometry": { "type": "Point", "coordinates": [ 105809.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.056562920205962361, "S11": -1.4866705039538923, "W12": -10.0, "S12": -13.857862891552337, "W13": -23.08437721578823, "S13": -23.58437721578823, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.559941876230106, "S22": -49.437822903798136, "W31": -76.456704023687251, "S31": -76.456704023687251, "W32": -91.694804166539285, "S32": -96.694804166539285 }, "geometry": { "type": "Point", "coordinates": [ 105809.0, 505061.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.057606720985536465, "S11": -0.057606720985536465, "W12": -9.3945063964038571, "S12": -19.95743755802085, "W13": -25.0, "S13": -25.0, "W21": -38.373796711159066, "S21": -38.373796711159066, "W22": -46.157350639964271, "S22": -46.16652855198393, "W31": -73.690008302335443, "S31": -73.690008302335443, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105809.0, 511044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8573400150169519, "S12": -6.8573400150169519, "W13": -19.821490266762201, "S13": -27.111476972892337, "W21": -44.473964278992561, "S21": -45.146268252733883, "W22": -39.530529832652242, "S22": -48.341088838863421, "W31": -80.0, "S31": -80.0, "W32": -91.663327197152327, "S32": -96.663327197152327 }, "geometry": { "type": "Point", "coordinates": [ 105809.428571428565192, 519389.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -10.496232789234668, "S12": -11.495134322693959, "W13": -24.922497031889545, "S13": -24.922497031889545, "W21": -30.030171242185379, "S21": -30.030171242185379, "W22": -32.963246080996406, "S22": -33.473193684106732, "W31": -70.000118865113592, "S31": -72.830300484973378, "W32": -90.524161406543598, "S32": -95.524161406543598 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 508098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9454165477357623, "S12": -19.265580482161994, "W13": -21.365399269618397, "S13": -21.365399269618397, "W21": -31.129652124546155, "S21": -31.129652124546155, "W22": -38.511681518621828, "S22": -38.511681518621828, "W31": -71.752335498376951, "S31": -72.339687538689176, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 509899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5786649858565982, "S11": -0.5786649858565982, "W12": -10.0, "S12": -20.0, "W13": -26.041518025769083, "S13": -26.041518025769083, "W21": -37.610421866365499, "S21": -37.610421866365499, "W22": -50.135743368333777, "S22": -52.320036966751005, "W31": -73.836588940161789, "S31": -73.836588940161789, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 510637.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14232028691719936, "S11": -2.8576797130828004, "W12": -5.5830348107356382, "S12": -16.9271811036472, "W13": -24.017845242502776, "S13": -32.353686727328459, "W21": -38.348993721692494, "S21": -38.348993721692494, "W22": -40.164358600583093, "S22": -49.999089767557244, "W31": -77.584862889328377, "S31": -77.584862889328377, "W32": -91.715612290810299, "S32": -96.715612290810299 }, "geometry": { "type": "Point", "coordinates": [ 105810.0, 511376.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49692204037030674, "S11": -1.8205745215406877, "W12": -10.0, "S12": -15.686972053604329, "W13": -18.91441904200876, "S13": -21.272035022739725, "W21": -30.0, "S21": -30.0, "W22": -43.146380525304295, "S22": -52.923047833352115, "W31": -80.0, "S31": -80.0, "W32": -91.747151830996998, "S32": -96.747151830996998 }, "geometry": { "type": "Point", "coordinates": [ 105810.125, 503943.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30917112815834757, "S11": 0.30917112815834757, "W12": -4.8347222096655909, "S12": -4.8347222096655909, "W13": -13.2797420604635, "S13": -13.2797420604635, "W21": -39.74680232558088, "S21": -42.691894509033425, "W22": -35.967479513280423, "S22": -40.42874386816549, "W31": -69.911557991142502, "S31": -69.911557991142502, "W32": -91.781068261969921, "S32": -96.781068261969921 }, "geometry": { "type": "Point", "coordinates": [ 105810.2, 497177.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14415684759518488, "S11": 0.14415684759518421, "W12": -9.9363114472571894, "S12": -9.9363114472571894, "W13": -25.33386981793312, "S13": -25.33386981793312, "W21": -33.182498928943239, "S21": -33.182498928943239, "W22": -50.04424580751833, "S22": -50.047921198936997, "W31": -74.766654685709966, "S31": -75.749757027486439, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105810.4, 507511.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12870630468202932, "S11": -0.16177126504519401, "W12": -5.0, "S12": -7.7355990783410142, "W13": -14.304915562814813, "S13": -14.304915562814813, "W21": -35.717098004303523, "S21": -36.958240129054417, "W22": -39.326839215154905, "S22": -42.080840976279987, "W31": -70.588861917370636, "S31": -72.403575384419341, "W32": -89.82313404771763, "S32": -94.82313404771763 }, "geometry": { "type": "Point", "coordinates": [ 105811.0, 496963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0332089938866438, "W12": -10.0, "S12": -13.472083783528188, "W13": -24.999999999999996, "S13": -25.093420643959, "W21": -31.31376400108137, "S21": -31.31376400108137, "W22": -38.632199117598546, "S22": -47.311403319759499, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -91.570382424735556, "S32": -96.570382424735556 }, "geometry": { "type": "Point", "coordinates": [ 105811.0, 505327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.47209373938158339, "W12": -2.8672947958066715, "S12": -4.0942610879415033, "W13": -23.305629650898599, "S13": -23.305629650898599, "W21": -28.750590216432588, "S21": -29.050414880371804, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105811.0, 506789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35324100207321579, "S11": -0.38347682106621583, "W12": -10.0, "S12": -10.0, "W13": -18.352432753247943, "S13": -31.797759031907656, "W21": -40.263353925817867, "S21": -40.263353925817867, "W22": -41.931493757871024, "S22": -41.938098104609047, "W31": -74.620526751174793, "S31": -74.620526751174793, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105811.4, 514593.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3049117417227762, "S12": -5.3049117417227762, "W13": -19.536612068649156, "S13": -19.536612068649156, "W21": -40.874410724226834, "S21": -41.905402997055425, "W22": -42.268953743857665, "S22": -42.268953743857665, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105811.5, 521647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58872107069320534, "S11": -0.58872107069320534, "W12": -10.0, "S12": -20.0, "W13": -25.544281942691679, "S13": -25.544281942691679, "W21": -37.027852809695972, "S21": -37.027852809695972, "W22": -37.160631233622517, "S22": -41.289851315372374, "W31": -69.214566412129329, "S31": -69.214566412129329, "W32": -92.60453697511528, "S32": -97.60453697511528 }, "geometry": { "type": "Point", "coordinates": [ 105812.0, 510509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16692175095254264, "S11": -0.16692175095254264, "W12": -10.0, "S12": -12.390568251662289, "W13": -17.284717726460883, "S13": -17.284717726460883, "W21": -39.585329744689183, "S21": -39.585329744689183, "W22": -48.562767664924202, "S22": -50.838624922168847, "W31": -73.829933055686212, "S31": -73.829933055686212, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105812.0, 513959.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -42.598557475567532, "S22": -42.60692311747178, "W31": -74.084021789044641, "S31": -74.084021789044641, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105812.0, 529551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9384234202837458, "S12": -8.9384234202837458, "W13": -15.0, "S13": -23.257221766846438, "W21": -38.775838072155899, "S21": -38.775838072155899, "W22": -48.247361132738298, "S22": -48.253763143277844, "W31": -74.148967252080595, "S31": -74.149354470988342, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105812.5, 516090.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55845710022293282, "S11": -0.55845710022293282, "W12": -10.0, "S12": -20.0, "W13": -23.875401617196928, "S13": -23.875401617196928, "W21": -33.952628562085344, "S21": -34.061812311382042, "W22": -54.271910942103737, "S22": -54.271910942103737, "W31": -75.699296887498363, "S31": -78.667318792982073, "W32": -90.527987902788126, "S32": -95.527987902788126 }, "geometry": { "type": "Point", "coordinates": [ 105813.0, 510281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7594951916927553, "S12": -8.7594951916927553, "W13": -15.0, "S13": -20.941259828880327, "W21": -39.524258808649229, "S21": -39.524258808649229, "W22": -35.854468761208686, "S22": -40.281573802092552, "W31": -69.675180688282353, "S31": -69.675180688282353, "W32": -91.816206586395651, "S32": -96.816206586395651 }, "geometry": { "type": "Point", "coordinates": [ 105813.285714285710128, 516450.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31738791332702893, "S11": 0.31738791332702893, "W12": -4.9065594751696473, "S12": -4.9065594751696473, "W13": -13.020567967890965, "S13": -13.020567967890965, "W21": -38.776284696174294, "S21": -41.467901334906621, "W22": -51.496350052317368, "S22": -51.496405978893833, "W31": -75.079193289413098, "S31": -76.789956074997079, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105813.4, 497133.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1847304251718995, "W12": -10.0, "S12": -13.471678897073428, "W13": -24.959645633577729, "S13": -25.076804264092889, "W21": -31.702533484448786, "S21": -31.702533484448786, "W22": -52.717216784169842, "S22": -52.717216784169842, "W31": -75.651405047395826, "S31": -78.478239264934885, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105813.666666666671517, 505367.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7552570700991899, "S12": -6.8671774391207974, "W13": -21.966854523934725, "S13": -21.966854523934725, "W21": -30.849739966314282, "S21": -33.685596222365312, "W22": -37.260840638230221, "S22": -41.359804300795112, "W31": -69.252702084711188, "S31": -69.252702084711188, "W32": -92.717873358910268, "S32": -97.717873358910268 }, "geometry": { "type": "Point", "coordinates": [ 105814.0, 506638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25744986682836313, "S11": -0.25744986682836313, "W12": -7.229332794993093, "S12": -7.229332794993093, "W13": -24.885371906055894, "S13": -24.885371906055894, "W21": -31.186394516188003, "S21": -31.186394516188003, "W22": -50.405782402760906, "S22": -52.162529561444522, "W31": -73.767705672076332, "S31": -73.767705672076332, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105814.0, 507331.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37263954030891633, "S11": -2.3726395403089158, "W12": -10.0, "S12": -11.851581348783011, "W13": -18.403201014497387, "S13": -20.75838819622453, "W21": -30.0, "S21": -31.572256985651094, "W22": -46.631901512203534, "S22": -46.639179344992037, "W31": -73.874471745992309, "S31": -73.925277922897038, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105815.0, 503742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.514378717084519, "S12": -11.334142327084958, "W13": -24.840593788139184, "S13": -24.840593788139184, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -49.770911689913198, "S22": -49.776287260491351, "W31": -74.461492910429854, "S31": -74.84892335066867, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105815.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.068268293633776581, "S11": -0.068268293633776581, "W12": -9.5213426800894521, "S12": -20.037769835283058, "W13": -25.0, "S13": -25.0, "W21": -38.416647118158991, "S21": -38.416647118158991, "W22": -40.130466472303212, "S22": -49.913358950411364, "W31": -77.582178841309826, "S31": -77.582178841309826, "W32": -91.736596787509981, "S32": -96.736596787509981 }, "geometry": { "type": "Point", "coordinates": [ 105815.0, 511035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42720679012345686, "S11": -0.92720679012345686, "W12": -10.428382110521691, "S12": -14.092144277409746, "W13": -25.0, "S13": -25.206481002174137, "W21": -30.654137748855611, "S21": -30.654137748855611, "W22": -35.965345702816023, "S22": -40.358291429698653, "W31": -69.438803385421863, "S31": -69.438803385421863, "W32": -91.85134491082141, "S32": -96.85134491082141 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 505255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27203229004390311, "S11": -0.54055080856242443, "W12": -9.2637316414876096, "S12": -15.563597893554501, "W13": -25.655615099096575, "S13": -25.655615099096575, "W21": -36.205450922295064, "S21": -36.205450922295064, "W22": -42.174418994185146, "S22": -42.174418994185146, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 505638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -2.9715176941203927, "S12": -4.3657392029486433, "W13": -22.973726833250229, "S13": -22.973726833250229, "W21": -28.849326145505614, "S21": -29.596060014176953, "W22": -46.48053564138737, "S22": -47.380121025234565, "W31": -74.441186028384934, "S31": -74.441186028384934, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5194225721784775, "W12": -10.274242115994513, "S12": -12.951688400980672, "W13": -26.104857877677372, "S13": -26.104857877677372, "W21": -31.455558575699918, "S21": -31.455558575699918, "W22": -30.242263678662649, "S22": -35.69427444177736, "W31": -70.0, "S31": -71.469406327510256, "W32": -90.842681126127275, "S32": -95.842681126127275 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 508004.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1161726010781541, "S12": -5.2470080160101551, "W13": -15.0, "S13": -15.0, "W21": -40.488721141942627, "S21": -40.488721141942627, "W22": -46.385894178655711, "S22": -47.221768763679684, "W31": -74.50360409477328, "S31": -74.50360409477328, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 524188.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4941278751087488, "S12": -5.4941278751087488, "W13": -15.0, "S13": -15.0, "W21": -42.936104711238201, "S21": -42.936104711238201, "W22": -36.26827931473948, "S22": -40.58693901356142, "W31": -68.955783753056451, "S31": -68.955783753056451, "W32": -91.921552401411958, "S32": -96.921552401411958 }, "geometry": { "type": "Point", "coordinates": [ 105816.0, 525157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.825088434175582, "S12": -13.544669842201184, "W13": -15.378810291679001, "S13": -18.433649403159173, "W21": -35.795315316827086, "S21": -35.795315316827086, "W22": -41.242252171275702, "S22": -41.249486929779565, "W31": -74.414195328517167, "S31": -74.414195328517167, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.2, 499552.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34298827903575413, "S11": 0.34298827903575413, "W12": -4.9783967406737846, "S12": -4.9783967406737846, "W13": -12.885668121838528, "S13": -12.885668121838528, "W21": -37.805767066766442, "S21": -40.243908160778247, "W22": -38.376483844712503, "S22": -39.28054825541259, "W31": -72.5448820626697, "S31": -72.5448820626697, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105816.6, 497088.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2948774333385629, "S12": -4.3233594137364149, "W13": -16.547100709250071, "S13": -16.547100709250071, "W21": -41.50958839820079, "S21": -41.970695825965599, "W22": -36.076222644423368, "S22": -40.435009057304761, "W31": -69.202426082561388, "S31": -69.202426082561388, "W32": -91.886483235247169, "S32": -96.886483235247169 }, "geometry": { "type": "Point", "coordinates": [ 105816.714285714289872, 523080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12346123846816649, "S11": -0.12346123846816649, "W12": -10.0, "S12": -12.346604974408724, "W13": -16.896829717387288, "S13": -31.894385194476676, "W21": -37.976917984368129, "S21": -37.976917984368129, "W22": -36.808224640915938, "S22": -40.998280551530385, "W31": -69.126489118262782, "S31": -69.126489118262782, "W32": -92.280762732744392, "S32": -97.280762732744392 }, "geometry": { "type": "Point", "coordinates": [ 105816.75, 513456.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68987619047621351, "S11": -0.68987619047621351, "W12": -9.3443373583687812, "S12": -19.576024514195545, "W13": -22.094351678552673, "S13": -22.094351678552673, "W21": -31.120881128793034, "S21": -31.120881128793034, "W22": -38.566005277915224, "S22": -46.813902836633893, "W31": -80.0, "S31": -80.0, "W32": -91.606997558991054, "S32": -96.606997558991054 }, "geometry": { "type": "Point", "coordinates": [ 105816.8, 510007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.8263139704401365, "W12": -4.8791681279994652, "S12": -10.462875038486695, "W13": -14.775156748386229, "S13": -15.301929829687941, "W21": -40.283404709585277, "S21": -41.159522824098026, "W22": -38.758490609613148, "S22": -39.22716359448571, "W31": -65.461782892952087, "S31": -69.039431853433669, "W32": -97.56875784041523, "S32": -102.56875784041523 }, "geometry": { "type": "Point", "coordinates": [ 105816.888888888890506, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5427023048873898, "W12": -3.223101089898325, "S12": -5.7354773275215134, "W13": -15.599636082928981, "S13": -18.599636082928981, "W21": -40.861211162251138, "S21": -42.501674246738588, "W22": -40.0, "S22": -49.40852567158813, "W31": -80.0, "S31": -80.0, "W32": -91.660297283794435, "S32": -96.660297283794435 }, "geometry": { "type": "Point", "coordinates": [ 105817.0, 498671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61095583283468713, "S11": -0.61095583283468713, "W12": -10.0, "S12": -20.074774520017858, "W13": -23.09651914344461, "S13": -23.09651914344461, "W21": -32.316309128487909, "S21": -32.357126971564789, "W22": -39.726111836265687, "S22": -42.122375219344079, "W31": -71.300295086083153, "S31": -73.673121634843156, "W32": -89.843794479237744, "S32": -94.843794479237744 }, "geometry": { "type": "Point", "coordinates": [ 105817.0, 510162.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2035500552136669, "S11": 2.2035500552136669, "W12": -4.3035039816476148, "S12": -4.3035039816476148, "W13": -16.571905585622563, "S13": -16.571905585622563, "W21": -41.550372198059556, "S21": -42.026624759721777, "W22": -38.078343682995218, "S22": -44.005695138371692, "W31": -77.620887217170434, "S31": -77.620887217170434, "W32": -91.586154476595866, "S32": -96.586154476595866 }, "geometry": { "type": "Point", "coordinates": [ 105817.0, 523068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52493986716927354, "S11": -0.52493986716927354, "W12": -6.8410589366911925, "S12": -9.7757205182929638, "W13": -17.809470125303424, "S13": -21.249806537772081, "W21": -30.0, "S21": -30.0, "W22": -41.49396483443153, "S22": -41.501022019639528, "W31": -74.459917937017309, "S31": -74.459917937017309, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105817.6, 503306.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -36.187099586030563, "S22": -40.511726684910755, "W31": -68.966048779701239, "S31": -68.966048779701239, "W32": -91.9216215596729, "S32": -96.9216215596729 }, "geometry": { "type": "Point", "coordinates": [ 105817.862068965521757, 530027.528735632193275 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1410829330056238, "S12": -13.020584251634251, "W13": -14.956997664236022, "S13": -18.046884877516977, "W21": -37.468596233531969, "S21": -37.679987622385646, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -50.453479396016384, "S31": -50.539042218053638, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105818.0, 499364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.058038369198917, "S12": -13.944180591590165, "W13": -15.141049718698179, "S13": -18.223071724095728, "W21": -36.555513064448427, "S21": -36.583222533329156, "W22": -42.133928495840749, "S22": -42.133928495840749, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105818.0, 499468.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.087405521451330459, "S11": 0.087405521451330459, "W12": -10.0, "S12": -11.534248788368336, "W13": -18.416053118788252, "S13": -36.654856262429952, "W21": -39.491797214017012, "S21": -39.491797214017012, "W22": -37.50871967605034, "S22": -41.528516962126588, "W31": -69.351403027525791, "S31": -69.351403027525791, "W32": -93.005320709115097, "S32": -98.005320709115097 }, "geometry": { "type": "Point", "coordinates": [ 105818.0, 512708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32326350517676089, "S11": 0.32326350517676089, "W12": -4.7824747465966588, "S12": -4.7824747465966588, "W13": -13.537949515702966, "S13": -13.537949515702966, "W21": -40.0, "S21": -43.0, "W22": -40.0, "S22": -40.0, "W31": -51.558488172561127, "S31": -51.786297328328068, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105819.0, 497202.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.7254063152425045, "W12": -4.7236199372291132, "S12": -8.4802524098148933, "W13": -14.703620572121091, "S13": -14.74003226026076, "W21": -40.203360083955765, "S21": -40.904486916988951, "W22": -44.531326073029732, "S22": -54.161049185011166, "W31": -80.0, "S31": -80.0, "W32": -91.810948960112498, "S32": -96.810948960112498 }, "geometry": { "type": "Point", "coordinates": [ 105819.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3155400479116759, "S11": -1.3155400479116759, "W12": -15.0, "S12": -15.0, "W13": -16.257341533318058, "S13": -20.688912266443833, "W21": -32.926890119844963, "S21": -32.926890119844963, "W22": -38.684669202842223, "S22": -38.947183297371332, "W31": -66.028486847332346, "S31": -69.63762081372434, "W32": -97.163614867762988, "S32": -102.16361486776299 }, "geometry": { "type": "Point", "coordinates": [ 105819.0, 500480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31446678940658179, "S11": -0.31446678940658179, "W12": -8.9843667846752737, "S12": -15.086376389695806, "W13": -25.814925975208421, "S13": -25.814925975208421, "W21": -36.727252213180684, "S21": -36.727252213180684, "W22": -42.233658133227777, "S22": -42.233658133227777, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105819.333333333328483, 505660.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": -0.19867820069220449, "W12": -9.8049369936752058, "S12": -11.484097673351927, "W13": -15.0, "S13": -17.01998958706174, "W21": -36.999181429778616, "S21": -36.999181429778616, "W22": -46.645900019334469, "S22": -56.225974570461979, "W31": -80.0, "S31": -80.0, "W32": -91.837200057662315, "S32": -96.837200057662315 }, "geometry": { "type": "Point", "coordinates": [ 105819.443037974677281, 496778.050632911385037 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36858864474444702, "S11": 0.36858864474444702, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -12.750768275786292, "S13": -12.750768275786292, "W21": -36.835249437359849, "S21": -39.019914986651443, "W22": -38.485211780698684, "S22": -39.974306408078355, "W31": -67.705493758223923, "S31": -71.475541004884079, "W32": -95.966801229496014, "S32": -100.96680122949601 }, "geometry": { "type": "Point", "coordinates": [ 105819.8, 497044.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44, "S11": 0.44, "W12": -4.06, "S12": -10.2999998, "W13": -14.4, "S13": -18.2, "W21": -39.950001, "S21": -39.950001, "W22": -36.2979765276379, "S22": -40.588444312516856, "W31": -68.986507949367578, "S31": -68.986507949367578, "W32": -91.956759884098659, "S32": -96.956759884098659 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41, "S11": -0.41, "W12": -11.564239993172313, "S12": -15.258099642295125, "W13": -21.743132400751634, "S13": -22.625819077179159, "W21": -28.611899602931878, "S21": -28.611899602931878, "W22": -30.0, "S22": -37.672220886962549, "W31": -70.0, "S31": -70.0, "W32": -90.912757760085015, "S32": -95.912757760085015 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 504753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37087649402390427, "S11": -0.87087649402390421, "W12": -10.582009699576501, "S12": -14.193198976398953, "W13": -24.999999999999996, "S13": -25.232767367222277, "W21": -30.595534764629924, "S21": -30.595534764629924, "W22": -40.026473676315604, "S22": -40.026473676315604, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 505237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1908086096567772, "W12": -10.0, "S12": -13.376081280271688, "W13": -25.0, "S13": -25.126702335652869, "W21": -31.793253540224704, "S21": -31.793253540224704, "W22": -36.401613276153455, "S22": -40.663955441613872, "W31": -69.022749827510097, "S31": -69.022749827510097, "W32": -91.984451839767814, "S32": -96.984451839767814 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 505380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.193723849372385, "S11": -1.4647848153264627, "W12": -10.0, "S12": -18.449112230961241, "W13": -22.359973299350685, "S13": -26.493731961764219, "W21": -38.332640332640331, "S21": -42.232177156676855, "W22": -40.278790087463555, "S22": -49.962824978598533, "W31": -77.821945843828715, "S31": -77.821945843828715, "W32": -91.777143334541918, "S32": -96.777143334541918 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 506310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77159729413646638, "S11": -0.77159729413646638, "W12": -9.5257444247259642, "S12": -19.710416250890592, "W13": -22.406165415421242, "S13": -22.406165415421242, "W21": -31.116530213298123, "S21": -31.116530213298123, "W22": -39.829473368421056, "S22": -39.829473368421056, "W31": -58.358630884347527, "S31": -58.567110879793489, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 510056.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8987056303635548, "S12": -7.8987056303635548, "W13": -16.11983554388852, "S13": -27.187952682404756, "W21": -42.369673442855508, "S21": -44.346335042203947, "W22": -46.80688241517317, "S22": -46.81396133772374, "W31": -73.879067080853247, "S31": -73.879067080853247, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105820.857142857144936, 517814.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20547830469007941, "S11": -0.20547830469007938, "W12": -10.0, "S12": -13.648546696774954, "W13": -22.389325021624362, "S13": -22.948559245842798, "W21": -29.298230299511697, "S21": -29.298230299511697, "W22": -35.942526008730773, "S22": -36.408069354688386, "W31": -71.36477627146121, "S31": -74.014271519760271, "W32": -90.500936788939811, "S32": -95.500936788939811 }, "geometry": { "type": "Point", "coordinates": [ 105821.0, 504903.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6373596275001319, "S12": -8.6373596275001319, "W13": -17.635414502367727, "S13": -19.172348943734626, "W21": -30.554385646424471, "S21": -30.554385646424471, "W22": -37.056948081996715, "S22": -41.654769335887337, "W31": -73.697154254803493, "S31": -73.697154254803493, "W32": -91.706475726689803, "S32": -96.706475726689803 }, "geometry": { "type": "Point", "coordinates": [ 105821.333333333328483, 501320.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -4.749667988767321, "S12": -6.9830984330499142, "W13": -21.938404861491389, "S13": -21.989897398804821, "W21": -30.573574477262138, "S21": -33.448436371447457, "W22": -36.505250024669003, "S22": -40.739466570710889, "W31": -69.058991705652616, "S31": -69.058991705652616, "W32": -92.015768540354088, "S32": -97.015768540354088 }, "geometry": { "type": "Point", "coordinates": [ 105822.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47229464071814098, "S11": -0.47229464071814098, "W12": -6.5393156354093067, "S12": -6.5393156354093067, "W13": -24.735504131294391, "S13": -24.735504131294391, "W21": -30.611637415237333, "S21": -30.611637415237333, "W22": -40.0, "S22": -40.0, "W31": -51.257283057089332, "S31": -51.44359187312466, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105822.0, 507286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2531690282818762, "S12": -7.2531690282818762, "W13": -14.781180801280394, "S13": -14.781180801280394, "W21": -44.717271697464227, "S21": -44.717271697464227, "W22": -30.0, "S22": -40.147310160609386, "W31": -70.0, "S31": -70.0, "W32": -91.397068660794133, "S32": -96.397068660794133 }, "geometry": { "type": "Point", "coordinates": [ 105822.0, 525868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26665162530289055, "S11": 0.26665162530289055, "W12": -4.2033676458940334, "S12": -4.2033676458940334, "W13": -14.276874675885921, "S13": -14.276874675885921, "W21": -38.428604729190383, "S21": -39.443180508740582, "W22": -40.0, "S22": -49.337400248548178, "W31": -80.0, "S31": -80.0, "W32": -91.689640175545165, "S32": -96.689640175545165 }, "geometry": { "type": "Point", "coordinates": [ 105822.8, 497538.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26776329875001004, "S11": 0.12902418162609769, "W12": -5.0, "S12": -7.1489361702127656, "W13": -13.451054888988688, "S13": -13.451054888988688, "W21": -35.909576249933878, "S21": -37.633244720455188, "W22": -36.608886773184558, "S22": -40.814977699807905, "W31": -69.095233583795135, "S31": -69.095233583795135, "W32": -92.127785012847127, "S32": -97.127785012847127 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26443300192202746, "S11": -0.26443300192202746, "W12": -11.093343451864699, "S12": -11.093343451864699, "W13": -16.91974632474794, "S13": -21.91974632474794, "W21": -36.723204778709352, "S21": -36.723204778709352, "W22": -40.169539427466802, "S22": -40.169539427466802, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 500784.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011628773352325652, "S11": 0.011628773352325652, "W12": -5.0, "S12": -7.9900122370544189, "W13": -17.688790909974045, "S13": -21.190614424981575, "W21": -30.000000000000004, "S21": -30.102276614343815, "W22": -36.601866868821979, "S22": -40.808108464819128, "W31": -69.094551154844879, "S31": -69.094551154844879, "W32": -92.123077329203483, "S32": -97.123077329203483 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 503157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44053728851017854, "S11": -3.4405372885101784, "W12": -10.000000000000002, "S12": -14.214331434948877, "W13": -18.606560682761785, "S13": -21.067351964448591, "W21": -30.0, "S21": -30.591245010249217, "W22": -48.548299333184616, "S22": -50.754935179915641, "W31": -73.781479541666556, "S31": -73.781479541666556, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 503818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6045882741887656, "S12": -8.6045882741887656, "W13": -15.0, "S13": -24.770832605293915, "W21": -40.156373638469297, "S21": -40.156373638469297, "W22": -37.833802482308407, "S22": -39.071360253699979, "W31": -71.846408837417258, "S31": -74.846408837417258, "W32": -90.268701503086945, "S32": -95.268701503086945 }, "geometry": { "type": "Point", "coordinates": [ 105823.0, 516746.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.712084986149957, "S12": -12.351983213072145, "W13": -23.231450940484688, "S13": -23.231450940484688, "W21": -30.0, "S21": -30.0, "W22": -36.712523521700113, "S22": -40.890488828904921, "W31": -69.131475461937654, "S31": -69.131475461937654, "W32": -92.239801485340195, "S32": -97.239801485340195 }, "geometry": { "type": "Point", "coordinates": [ 105823.142857142855064, 508267.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96707303731667171, "S11": 0.96707303731667171, "W12": -5.7392457754728969, "S12": -5.7392457754728969, "W13": -20.0, "S13": -20.0, "W21": -40.974343032515918, "S21": -41.978557766254042, "W22": -40.0, "S22": -40.0, "W31": -67.353964342658358, "S31": -67.353964342658358, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105823.571428571434808, 521041.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26260984373692886, "S11": 0.26260984373692886, "W12": -4.1992503008772157, "S12": -4.1992503008772157, "W13": -14.275635263612777, "S13": -14.276094969549307, "W21": -38.465762408831402, "S21": -39.454087281927777, "W22": -34.378054800425495, "S22": -44.290874123353362, "W31": -70.0, "S31": -70.0, "W32": -91.646892568987283, "S32": -96.646892568987283 }, "geometry": { "type": "Point", "coordinates": [ 105823.666666666671517, 497540.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": 0.028513210829573366, "S11": 0.028513210829573366, "W12": -10.0, "S12": -11.860500807754443, "W13": -18.180825401747548, "S13": -37.841842350900095, "W21": -39.431342968857415, "S21": -39.431342968857415, "W22": -40.0, "S22": -40.0, "W31": -55.560004876835954, "S31": -56.034540092695686, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105823.75, 512751.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.200038765665834, "S12": -13.260753617314307, "W13": -15.486032576073535, "S13": -18.52207990843808, "W21": -35.401038414447157, "S21": -35.401038414447157, "W22": -38.34023890813129, "S22": -45.99740353005415, "W31": -78.922593888748864, "S31": -78.922593888748864, "W32": -91.65892477098177, "S32": -96.65892477098177 }, "geometry": { "type": "Point", "coordinates": [ 105823.8, 499598.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84692195831313621, "S11": -1.6243407130649108, "W12": -2.9469820359281433, "S12": -3.0048848349811998, "W13": -23.083482695042022, "S13": -23.083482695042022, "W21": -28.245580919466359, "S21": -28.245580919466359, "W22": -38.014864874255906, "S22": -41.867280941370069, "W31": -69.167176536442838, "S31": -69.167176536442838, "W32": -93.6541128436169, "S32": -98.6541128436169 }, "geometry": { "type": "Point", "coordinates": [ 105824.0, 506945.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0122316824347681, "S12": -9.0122316824347681, "W13": -15.0, "S13": -24.730547229098502, "W21": -38.477991048634046, "S21": -38.477991048634046, "W22": -42.198362522597911, "S22": -42.198362522597911, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105824.285714285710128, 515936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2774466485632474, "W12": -8.8223397438398585, "S12": -17.854277176627384, "W13": -21.037483957334363, "S13": -21.037483957334363, "W21": -30.553244418882059, "S21": -30.553244418882059, "W22": -39.40792223325176, "S22": -42.038207653295345, "W31": -70.629851271212445, "S31": -72.450164382565063, "W32": -89.846923653041046, "S32": -94.846923653041046 }, "geometry": { "type": "Point", "coordinates": [ 105824.4, 509445.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36295384133938352, "S11": -0.98734786887477233, "W12": -10.0, "S12": -13.351381921659859, "W13": -24.977531888755983, "S13": -24.987274744585857, "W21": -32.114539846489365, "S21": -32.114539846489365, "W22": -47.101827862592778, "S22": -56.315497707240162, "W31": -80.0, "S31": -80.0, "W32": -91.777503552729129, "S32": -96.777503552729129 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 505415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22961124486616627, "S11": -0.22961124486616627, "W12": -9.8527813803498194, "S12": -15.992883751130703, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -34.921901691067994, "S21": -34.921901691067994, "W22": -38.699935294655219, "S22": -39.092798543999429, "W31": -65.695142706577116, "S31": -69.224694270604488, "W32": -97.398817769427879, "S32": -102.39881776942788 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.9413692643845586, "W13": -20.211023122453355, "S13": -22.732479272480933, "W21": -32.450318286048933, "S21": -35.957152767569632, "W22": -38.485250560699882, "S22": -38.485250560699882, "W31": -71.896540287521503, "S31": -72.310120961367957, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 506516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82881725642268544, "S11": -1.49501211560837, "W12": -2.5980793413173653, "S12": -2.5980793413173653, "W13": -23.246373155553904, "S13": -23.246373155553904, "W21": -28.368305007163602, "S21": -28.368305007163602, "W22": -39.292211698467142, "S22": -40.15894251721943, "W31": -62.108718947881144, "S31": -64.507201101486785, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 506976.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23306528929581516, "S11": 0.23306528929581516, "W12": -10.003959146437658, "S12": -10.003959146437658, "W13": -20.0, "S13": -23.781114778346875, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.576006821950656, "S31": -70.576006821950656, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 512232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20369401423189626, "S11": 0.20369401423189626, "W12": -10.0, "S12": -10.953150242326332, "W13": -19.393260632411479, "S13": -31.960252394555216, "W21": -40.0, "S21": -40.0, "W22": -42.062873713157664, "S22": -42.062873713157664, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 512531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1997787998046081, "S11": 2.1997787998046081, "W12": -4.1175739507473903, "S12": -5.3085536898536905, "W13": -15.0, "S13": -15.0, "W21": -40.517347880035189, "S21": -40.517347880035189, "W22": -37.048839766331007, "S22": -41.127370876096869, "W31": -69.257331840917672, "S31": -69.257331840917672, "W32": -92.616709490455591, "S32": -97.616709490455591 }, "geometry": { "type": "Point", "coordinates": [ 105825.0, 524208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.042604473784268, "S12": -13.332578205390513, "W13": -15.436199932853773, "S13": -18.477194624274048, "W21": -35.569758030075164, "S21": -35.569758030075164, "W22": -46.769869163226346, "S22": -47.782709785442968, "W31": -74.233353760109679, "S31": -74.233353760109679, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105825.142857142855064, 499582.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29246332317787671, "S11": -0.79246332317787671, "W12": -10.453711953301612, "S12": -13.951019578801038, "W13": -24.855420035631081, "S13": -25.124376449338502, "W21": -30.514341534156141, "S21": -30.514341534156141, "W22": -30.014750779411202, "S22": -40.074135128956385, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -91.425903236936435, "S32": -96.425903236936435 }, "geometry": { "type": "Point", "coordinates": [ 105826.0, 505212.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.085016872449513503, "S11": -0.1951357863002523, "W12": -5.0, "S12": -7.7559043778801842, "W13": -14.50681811857681, "S13": -14.50681811857681, "W21": -35.724753444236491, "S21": -36.734963320340277, "W22": -39.091903385072662, "S22": -39.412125257147508, "W31": -62.974963468095474, "S31": -65.100725130114526, "W32": -99.766071934296221, "S32": -104.76607193429622 }, "geometry": { "type": "Point", "coordinates": [ 105826.125, 496953.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60241872668387464, "S11": -0.60241872668387464, "W12": -10.146684168261272, "S12": -20.146684168261274, "W13": -25.808734722047348, "S13": -25.808734722047348, "W21": -37.81220432628858, "S21": -37.81220432628858, "W22": -42.153286652553874, "S22": -42.153286652553874, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105826.333333333328483, 510669.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2298531428762089, "W12": -3.292558042571867, "S12": -6.4670629930663157, "W13": -15.80640714600794, "S13": -18.806407146007942, "W21": -40.877850152061448, "S21": -42.534415412889281, "W22": -39.180495563912643, "S22": -39.180495563912643, "W31": -60.767841095791013, "S31": -61.985208509509725, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105827.0, 498657.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": -0.17737505140037774, "W12": -9.731685468013092, "S12": -11.47712358569888, "W13": -15.0, "S13": -17.083576523407547, "W21": -36.894991417071381, "S21": -36.894991417071381, "W22": -38.948599518330937, "S22": -38.948599518330944, "W31": -73.077742810740716, "S31": -73.077742810740716, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105827.492957746479078, 496778.450704225338995 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67619060871465231, "S11": -0.790075996089733, "W12": -10.239050611100765, "S12": -14.753919334797997, "W13": -20.0, "S13": -20.553573945040316, "W21": -29.182312706097296, "S21": -29.182312706097296, "W22": -51.547537354363016, "S22": -51.547537354363016, "W31": -75.049029039295434, "S31": -76.857930922850869, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105827.8, 504401.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2601291532132068, "S11": -1.2601291532132068, "W12": -14.511237111769271, "S12": -14.511237111769271, "W13": -16.158522726306142, "S13": -20.487700560569483, "W21": -31.84887951646197, "S21": -31.84887951646197, "W22": -39.288009522990052, "S22": -40.111068734160781, "W31": -62.108928217062555, "S31": -64.473705883876661, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 500439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3809455105083437, "S12": -16.411584414791456, "W13": -26.749233419707263, "S13": -26.749233419707263, "W21": -39.384257534724469, "S21": -39.981988975467559, "W22": -30.0, "S22": -40.228520333669117, "W31": -70.0, "S31": -70.0, "W32": -91.095254871528752, "S32": -96.095254871528752 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 505772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4, "S11": -1.7, "W12": -10.0, "S12": -19.686813576135478, "W13": -21.285517946751046, "S13": -26.220893592994596, "W21": -37.34523663935429, "S21": -41.228797346182048, "W22": -40.0, "S22": -40.0, "W31": -51.397166921522455, "S31": -51.594825604496236, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 506343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040106203491572845, "S11": -0.13371891986030238, "W12": -10.0, "S12": -10.0, "W13": -25.262345771445137, "S13": -25.262345771445137, "W21": -33.394806903727279, "S21": -33.394806903727279, "W22": -40.767277118633515, "S22": -40.767277118633515, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105828.0, 507519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77504302925989677, "S11": -0.77504302925989677, "W12": -10.0, "S12": -12.171916481308747, "W13": -26.435135757017949, "S13": -26.435135757017949, "W21": -44.5128526839325, "S21": -48.433336400170461, "W22": -45.860107889919099, "S22": -45.868953910575733, "W31": -73.64093410406727, "S31": -73.64093410406727, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105828.5, 506146.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83046025104597143, "S11": -0.96805482859955649, "W12": -10.0, "S12": -13.791351028928482, "W13": -24.443230778567003, "S13": -24.443230778567003, "W21": -40.938918571204759, "S21": -45.04488610981673, "W22": -50.420129241279739, "S22": -51.961810737673673, "W31": -73.650558444063904, "S31": -73.650558444063904, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105828.8, 506237.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36699776539056556, "S11": -2.3669977653905656, "W12": -10.0, "S12": -10.125145661343531, "W13": -18.281883360425283, "S13": -21.206587193549097, "W21": -29.999999999999996, "S21": -32.451030235763767, "W22": -37.150327249147608, "S22": -41.194129045930083, "W31": -69.30008283272754, "S31": -69.30008283272754, "W32": -92.73819999296056, "S32": -97.73819999296056 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87489880095923256, "S11": -0.87489880095923256, "W12": -6.925017519271198, "S12": -21.925017519271197, "W13": -27.797363400798375, "S13": -27.797363400798375, "W21": -42.397542492517928, "S21": -44.04134316549262, "W22": -49.235280343217873, "S22": -49.240665341962789, "W31": -74.357691339607868, "S31": -74.713380979481599, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 505884.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040503312199193675, "S11": -0.31766218161292026, "W12": -10.068943562610229, "S12": -10.068943562610229, "W13": -25.326627695376143, "S13": -25.326627695376143, "W21": -33.728150437603283, "S21": -33.728150437603283, "W22": -42.989722622284802, "S22": -42.99575180587577, "W31": -74.716312426311148, "S31": -74.716312426311148, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 507548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8299746516992101, "S12": -6.8299746516992101, "W13": -19.950140962997082, "S13": -26.890587964232978, "W21": -44.074650990290834, "S21": -44.70344382928679, "W22": -46.027037265228039, "S22": -46.034290103689933, "W31": -73.809050691118614, "S31": -73.809050691118614, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.0, 519434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5260812202341398, "S12": -17.564727377182521, "W13": -21.176875720706434, "S13": -21.176875720706434, "W21": -30.398157816878751, "S21": -30.398157816878751, "W22": -38.301136291069987, "S22": -39.449380285025619, "W31": -72.374026081027068, "S31": -72.424099333969991, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.166666666671517, 509277.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0022854211523951617, "S11": -0.42088383830838183, "W12": -5.0, "S12": -7.3735599078341014, "W13": -15.56258134816493, "S13": -15.56258134816493, "W21": -35.539930638539111, "S21": -35.836681920225381, "W22": -38.598651724905849, "S22": -38.598651724905849, "W31": -71.632260858417638, "S31": -72.184498532560511, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.25, 496906.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0377076641452698, "W12": -10.202593229733454, "S12": -13.354592973438988, "W13": -25.141358101439266, "S13": -25.212945912461837, "W21": -31.276256301481531, "S21": -31.276256301481531, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.333333333328483, 505332.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12351860130770896, "S11": 0.12351860130770896, "W12": -3.8213146371073532, "S12": -3.8213146371073532, "W13": -14.919880118187525, "S13": -17.936841960140768, "W21": -40.622009883001041, "S21": -41.607027773712467, "W22": -39.938994832674567, "S22": -39.938994832674567, "W31": -73.98448791707844, "S31": -75.36478765059428, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.473684210519423, 498984.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.030379099792183589, "S11": -0.030379099792183589, "W12": -10.054060103496811, "S12": -12.240812930637361, "W13": -17.987206470724015, "S13": -36.042950862294376, "W21": -39.370888723697824, "S21": -39.370888723697824, "W22": -40.0, "S22": -40.0, "W31": -57.219352118542879, "S31": -57.562468407762147, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.5, 512795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.13313627453126, "S12": -13.78198806229438, "W13": -15.151828919658524, "S13": -18.223545755863633, "W21": -36.502923767338551, "S21": -36.502923767338551, "W22": -40.0, "S22": -40.0, "W31": -53.325056666486383, "S31": -53.692918562434123, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.6, 499483.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.031425090784057946, "S11": -0.60753329573623582, "W12": -5.6041987032736156, "S12": -7.4722365906536421, "W13": -17.406054752647591, "S13": -17.406054752647591, "W21": -35.215555025807767, "S21": -35.215555025807767, "W22": -38.536270690372554, "S22": -38.682746822510367, "W31": -66.879078469874372, "S31": -70.477620340190441, "W32": -96.551366734245335, "S32": -101.55136673424533 }, "geometry": { "type": "Point", "coordinates": [ 105829.666666666671517, 496828.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4319875218926974, "S12": -5.4319875218926974, "W13": -19.954174479489826, "S13": -19.954174479489826, "W21": -40.021748492678562, "S21": -41.088632785823705, "W22": -39.33745655030895, "S22": -41.222850204673776, "W31": -61.862812263234837, "S31": -64.034777206273205, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105829.666666666671517, 521480.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27334530690714998, "S11": 0.27334530690714998, "W12": -4.9231658143194332, "S12": -7.5603317791557352, "W13": -17.136492482004272, "S13": -20.939994412325159, "W21": -30.0, "S21": -31.54910676893255, "W22": -38.63220568200564, "S22": -46.740484810002968, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -91.725793327908846, "S32": -96.725793327908846 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 502503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32507584597432898, "S11": -0.89309019540229095, "W12": -10.0, "S12": -13.28045848370793, "W13": -25.0, "S13": -25.0, "W21": -32.208526784847969, "S21": -32.208526784847969, "W22": -36.187162291768757, "S22": -40.432063640159235, "W31": -69.024172095513819, "S31": -69.024172095513819, "W32": -92.029615148109301, "S32": -97.029615148109301 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2706380857427717, "W12": -8.6958896040569549, "S12": -18.457134600472298, "W13": -21.032136261475291, "S13": -21.032136261475291, "W21": -30.680470720193576, "S21": -30.680470720193576, "W22": -31.321591639450656, "S22": -35.196148900371554, "W31": -70.0, "S31": -71.877590955696604, "W32": -90.770342415658376, "S32": -95.770342415658376 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 509568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1174468597760701, "S12": -19.064748873638784, "W13": -24.875057013257152, "S13": -29.523742416702301, "W21": -38.453535843753038, "S21": -38.453535843753038, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105830.0, 511145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2720113183625212, "S12": -3.2720113183625212, "W13": -16.123198794295025, "S13": -19.123198794295025, "W21": -40.959495953785854, "S21": -42.45728922893727, "W22": -37.581927187540252, "S22": -41.504263486939742, "W31": -69.340472181199658, "S31": -69.340472181199658, "W32": -93.211813499466089, "S32": -98.211813499466089 }, "geometry": { "type": "Point", "coordinates": [ 105830.6, 498739.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33391399109444569, "S11": -0.83391399109444575, "W12": -10.534573942812031, "S12": -13.931542850229121, "W13": -25.0, "S13": -25.247535976809193, "W21": -30.553501172108593, "S21": -30.553501172108593, "W22": -43.598682529105766, "S22": -43.607897575210451, "W31": -73.730177731473319, "S31": -73.730177731473319, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105831.0, 505223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2935777871614356, "S12": -9.2935777871614356, "W13": -15.0, "S13": -24.090380206016221, "W21": -38.453799957876285, "S21": -38.453799957876285, "W22": -40.0, "S22": -40.0, "W31": -57.344483973473338, "S31": -57.344483973473338, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105831.0, 515424.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36787336575820995, "S11": -0.38588528890329077, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -18.122469843232206, "S13": -31.388342859105272, "W21": -40.232438540581008, "S21": -40.232438540581008, "W22": -38.641379979697298, "S22": -38.958433493513155, "W31": -65.928502520202116, "S31": -69.420315814434758, "W32": -97.228877698440542, "S32": -102.22887769844054 }, "geometry": { "type": "Point", "coordinates": [ 105831.2, 514634.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.399288457220539, "S13": -14.399288457220539, "W21": -46.0, "S21": -46.0, "W22": -39.800317953463576, "S22": -42.061138399365646, "W31": -71.281806708366076, "S31": -73.612880877585241, "W32": -89.874091623192939, "S32": -94.874091623192939 }, "geometry": { "type": "Point", "coordinates": [ 105831.285714285710128, 526758.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85091703056799095, "S11": -0.85091703056799095, "W12": -10.928941883165452, "S12": -12.330790178436011, "W13": -15.546360128208653, "S13": -18.564496063140318, "W21": -35.006761512066575, "S21": -35.006761512066575, "W22": -39.566820736892524, "S22": -49.040501472443523, "W31": -76.573677581863976, "S31": -76.573677581863976, "W32": -91.859123751195838, "S32": -96.859123751195838 }, "geometry": { "type": "Point", "coordinates": [ 105831.4, 499645.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73401353988483864, "S11": -1.4525468269860871, "W12": -10.0, "S12": -10.39567488725833, "W13": -15.762219502243981, "S13": -18.817179417161622, "W21": -33.522867501277908, "S21": -33.522867501277908, "W22": -40.0, "S22": -49.453052785669286, "W31": -77.746851385390428, "S31": -77.746851385390428, "W32": -91.870328587841115, "S32": -96.870328587841115 }, "geometry": { "type": "Point", "coordinates": [ 105832.0, 499842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3629842180774749, "S11": -1.6578503443363792, "W12": -10.0, "S12": -20.0, "W13": -21.341771342730205, "S13": -26.092898831455361, "W21": -37.417145652439771, "S21": -41.330912606698575, "W22": -40.904852950654153, "S22": -50.338041784585478, "W31": -78.876574307304793, "S31": -78.876574307304793, "W32": -91.88111843053656, "S32": -96.88111843053656 }, "geometry": { "type": "Point", "coordinates": [ 105832.0, 506341.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0097551585150472547, "S11": -0.55221750214542142, "W12": -5.3609767732866516, "S12": -7.3840778063001693, "W13": -16.660181098352602, "S13": -16.660181098352602, "W21": -35.355107832841732, "S21": -35.355107832841732, "W22": -45.475841909717857, "S22": -45.483209368722214, "W31": -73.767939230856967, "S31": -73.767939230856967, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105832.375, 496859.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0326544454663811, "S12": -6.0326544454663811, "W13": -20.0, "S13": -20.0, "W21": -39.78907637442876, "S21": -40.712429552384542, "W22": -41.037240918552683, "S22": -41.037240918552683, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105832.466666666659876, 520632.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2839797866848048, "S12": -5.2839797866848048, "W13": -19.464411534959801, "S13": -19.464411534959801, "W21": -40.777067943397938, "S21": -41.783750274923314, "W22": -32.653052187653522, "S22": -33.954707519549189, "W31": -70.0, "S31": -72.873527026528265, "W32": -90.624951341664143, "S32": -95.624951341664143 }, "geometry": { "type": "Point", "coordinates": [ 105832.75, 521692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020039150613186053, "S11": -0.62200833470716788, "W12": -5.5849068133768451, "S12": -7.4618954410321798, "W13": -17.503951423102453, "S13": -20.503951423102453, "W21": -35.208139473277079, "S21": -35.208139473277079, "W22": -41.926238585262375, "S22": -41.933277028290846, "W31": -74.377380963507463, "S31": -74.377380963507463, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 496824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41761820717772652, "S11": 0.41761820717772652, "W12": -4.4756731632966487, "S12": -4.4756731632966487, "W13": -14.018401037165082, "S13": -14.018401037165082, "W21": -40.0, "S21": -42.956490210297318, "W22": -42.821843648629198, "S22": -52.192935468001181, "W31": -80.0, "S31": -80.0, "W32": -91.912218404763252, "S32": -96.912218404763252 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 497372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0084055358867074, "S11": -1.0084055358867074, "W12": -9.9999999999999982, "S12": -22.289216120460583, "W13": -28.439302307214984, "S13": -28.439302307214984, "W21": -44.757457031589922, "S21": -47.821923922839567, "W22": -40.0, "S22": -40.0, "W31": -55.323893963648764, "S31": -55.809310534707294, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 506039.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4754101664461145, "S11": -0.4754101664461145, "W12": -10.820850416124518, "S12": -17.503220428428449, "W13": -21.370326818699095, "S13": -21.370326818699095, "W21": -30.174663215746421, "S21": -30.174663215746421, "W22": -30.168820813968097, "S22": -36.346892901421171, "W31": -70.0, "S31": -71.094423725486692, "W32": -90.971523184548829, "S32": -95.971523184548829 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 509031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61676792522444956, "S11": -0.61676792522444956, "W12": -10.204023047280664, "S12": -20.204023047280664, "W13": -25.823750367230453, "S13": -25.823750367230453, "W21": -37.767181001337818, "S21": -37.767181001337818, "W22": -39.489005251348608, "S22": -41.995574330310731, "W31": -70.673801479210965, "S31": -72.499714234867525, "W32": -89.870713258364432, "S32": -94.870713258364432 }, "geometry": { "type": "Point", "coordinates": [ 105833.0, 510639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2213831892510925, "S11": -1.2213831892510925, "W12": -13.987358956316552, "S12": -14.027466690408819, "W13": -16.050658093498804, "S13": -20.260733826169847, "W21": -31.11130587204201, "S21": -31.11130587204201, "W22": -51.358871334073442, "S22": -51.359320869868384, "W31": -74.980297751059823, "S31": -76.745915283660352, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.571428571434808, 500392.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4294724512320567, "S12": -6.4294724512320567, "W13": -17.531857385735492, "S13": -18.18379644390744, "W21": -32.521372797445395, "S21": -32.521372797445395, "W22": -41.866430047576735, "S22": -41.866430047576735, "W31": -72.118147325869074, "S31": -72.118147325869074, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105833.666666666671517, 501266.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -17.56282665797621, "S13": -19.909583742382939, "W21": -37.582132312311977, "S21": -37.582132312311977, "W22": -46.208191225407369, "S22": -46.777503687733393, "W31": -74.590141563022001, "S31": -74.590141563022001, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105834.0, 501106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23798895067350562, "S11": 0.23798895067350562, "W12": -10.003131237610518, "S12": -10.003131237610518, "W13": -20.0, "S13": -24.421251324620279, "W21": -40.0, "S21": -40.0, "W22": -45.29809478684804, "S22": -45.305538659547373, "W31": -73.740419174242817, "S31": -73.740419174242817, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105834.0, 512255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43574281263276277, "S11": -0.43574281263276277, "W12": -8.5758829093124511, "S12": -13.944065950224903, "W13": -26.0365149753715, "S13": -26.0365149753715, "W21": -37.859782046925709, "S21": -37.859782046925709, "W22": -48.521686332566908, "S22": -50.600996550198779, "W31": -73.692354311353597, "S31": -73.692354311353597, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105834.666666666671517, 505707.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75798532100079141, "S11": -0.75798532100079141, "W12": -10.0, "S12": -14.582510715047611, "W13": -20.0, "S13": -20.653658254001968, "W21": -29.329806220331644, "S21": -29.329806220331644, "W22": -42.336851209087342, "S22": -42.345634584450693, "W31": -73.83062652729825, "S31": -73.83062652729825, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 504352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0399941826643397, "W12": -10.058847232647253, "S12": -13.137749010702962, "W13": -25.154629900743608, "S13": -25.154629900743608, "W21": -31.660145944341604, "S21": -31.660145944341604, "W22": -47.801552484946903, "S22": -47.80761369945288, "W31": -74.068596837377797, "S31": -74.305617833247453, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 505374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4741721583234417, "W12": -10.214037157847386, "S12": -13.214037157847386, "W13": -26.436648334848538, "S13": -26.436648334848538, "W21": -31.705082902962765, "S21": -31.705082902962765, "W22": -53.665791794889337, "S22": -53.665791794889337, "W31": -75.583484313722494, "S31": -78.444423609128705, "W32": -91.835961507510248, "S32": -96.835961507510248 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 507989.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.58014062475276, "S12": -10.736342566841603, "W13": -24.544488447200845, "S13": -24.544488447200845, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.759371458155513, "S22": -50.114038260644072, "W31": -78.938444584382879, "S31": -78.938444584382879, "W32": -91.913010169535951, "S32": -96.913010169535951 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 508150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55792253659357305, "S11": -0.55792253659357305, "W12": -10.176199729041578, "S12": -20.176199729041578, "W13": -23.666728507397135, "S13": -23.666728507397135, "W21": -33.425360782989749, "S21": -33.425360782989749, "W22": -36.93704829903951, "S22": -40.96489043682142, "W31": -69.300097269705972, "S31": -69.300097269705972, "W32": -92.628882005795859, "S32": -97.628882005795859 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 510256.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4458945199656198, "S11": -0.4458945199656198, "W12": -9.982570281124497, "S12": -9.982570281124497, "W13": -16.891761422988285, "S13": -29.109739110627583, "W21": -39.535984147059501, "S21": -39.535984147059501, "W22": -45.958832734260561, "S22": -45.96781939217437, "W31": -73.566169966230305, "S31": -73.566169966230305, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105835.0, 514950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0892714104139406, "S11": -0.0892714104139406, "W12": -10.178069988385509, "S12": -12.722387843031171, "W13": -17.832461818111874, "S13": -33.335520961551708, "W21": -39.282142726955421, "S21": -39.282142726955421, "W22": -36.561388773312963, "S22": -40.970316168085475, "W31": -72.185167322643821, "S31": -72.185167322643821, "W32": -91.908314683432991, "S32": -96.908314683432991 }, "geometry": { "type": "Point", "coordinates": [ 105835.25, 512838.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14411380419539899, "S11": -0.14411380419539899, "W12": -10.0, "S12": -12.707358746195135, "W13": -16.845705629137516, "S13": -32.101538532416612, "W21": -38.023507332264565, "S21": -38.023507332264565, "W22": -39.021509645166368, "S22": -39.510092852114539, "W31": -63.161259944796235, "S31": -65.038021884755096, "W32": -99.625177003681671, "S32": -104.62517700368167 }, "geometry": { "type": "Point", "coordinates": [ 105835.3, 513430.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": -0.37632627010463132, "W12": -5.55032779947501, "S12": -7.4012458634176275, "W13": -15.0, "S13": -17.805269922879177, "W21": -35.170285027144352, "S21": -35.170285027144352, "W22": -30.0, "S22": -38.394400749218761, "W31": -70.0, "S31": -70.0, "W32": -91.03396312358251, "S32": -96.03396312358251 }, "geometry": { "type": "Point", "coordinates": [ 105835.5, 496813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44368361846730719, "S11": -0.94368361846730719, "W12": -10.715036111520078, "S12": -14.018010751089333, "W13": -25.0, "S13": -25.193260171860441, "W21": -30.661226301605097, "S21": -30.661226301605097, "W22": -45.247528085684699, "S22": -45.255010165231518, "W31": -73.726659145935741, "S31": -73.726659145935741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105835.5, 505254.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1192156722843434, "S12": -5.3799567214100721, "W13": -15.0, "S13": -15.0, "W21": -40.549903847930487, "S21": -40.549903847930487, "W22": -40.074620474059479, "S22": -49.090354042914356, "W31": -80.0, "S31": -80.0, "W32": -91.835267474427525, "S32": -96.835267474427525 }, "geometry": { "type": "Point", "coordinates": [ 105835.5, 524231.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16948994410235188, "S11": 0.16948994410235188, "W12": -3.7846886071993597, "S12": -3.7846886071993597, "W13": -14.908979304549943, "S13": -17.924634191005481, "W21": -40.736917614270766, "S21": -41.74277590449433, "W22": -31.582946551940712, "S22": -35.174445961621942, "W31": -70.0, "S31": -72.100185239020803, "W32": -90.730482715861456, "S32": -95.730482715861456 }, "geometry": { "type": "Point", "coordinates": [ 105836.0, 498973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37851905501522926, "S11": -0.37851905501522926, "W12": -10.0, "S12": -10.0, "W13": -17.973585253192734, "S13": -31.089399480118157, "W21": -40.178503946301824, "S21": -40.178503946301824, "W22": -40.0, "S22": -40.0, "W31": -56.152033783173955, "S31": -56.609575938014586, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105836.0, 514668.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37309426142077834, "S11": 0.37309426142077834, "W12": -5.0, "S12": -5.0, "W13": -12.685338164070505, "S13": -12.685338164070505, "W21": -36.605260690172543, "S21": -38.740578263513541, "W22": -41.534712866929326, "S22": -41.542187469890038, "W31": -74.216251498971019, "S31": -74.216251498971019, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105837.0, 497033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50751653543306241, "W12": -6.3029380902413426, "S12": -9.189398400698094, "W13": -17.820102212351298, "S13": -21.232268704481527, "W21": -30.0, "S21": -30.0, "W22": -38.330598809697818, "S22": -39.169173168682867, "W31": -72.541682779003096, "S31": -72.541682779003096, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105837.0, 503287.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44774085263518415, "S11": -0.44774085263518415, "W12": -6.1045557887376409, "S12": -8.9983598768135309, "W13": -17.806114852052023, "S13": -21.225895561347254, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -50.434476079798564, "S22": -51.76109191390281, "W31": -73.533411216051491, "S31": -73.533411216051491, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105837.2, 503270.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -36.423871708645741, "S22": -40.560087536831766, "W31": -69.151851408010884, "S31": -69.151851408010884, "W32": -92.153072523699549, "S32": -97.153072523699549 }, "geometry": { "type": "Point", "coordinates": [ 105837.231578947365051, 530016.610526315751486 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17285169332864361, "S11": -0.17285169332864361, "W12": -10.387446664927577, "S12": -13.660438480005929, "W13": -17.633464576638637, "S13": -29.390772530411581, "W21": -38.973662452723516, "S21": -38.973662452723516, "W22": -48.699648996522427, "S22": -48.705043423434113, "W31": -74.253889768785854, "S31": -74.579383114357242, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105838.0, 512903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3563255612429437, "S12": -8.3563255612429437, "W13": -15.087843354522654, "S13": -25.087843354522654, "W21": -40.969748199336429, "S21": -42.707033591780174, "W22": -38.378607713907989, "S22": -39.026170572079224, "W31": -72.254490819335217, "S31": -72.350310155369186, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105838.0, 517124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1255566937050361, "S12": -4.7530585667650813, "W13": -16.064949572291333, "S13": -16.064949572291333, "W21": -40.498334169733468, "S21": -40.498334169733468, "W22": -37.039813860064847, "S22": -41.028453791064983, "W31": -69.347463580743806, "S31": -69.347463580743806, "W32": -92.758526627010625, "S32": -97.758526627010625 }, "geometry": { "type": "Point", "coordinates": [ 105838.0, 523335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87316356277254437, "S11": -0.87316356277254437, "W12": -10.294302447814987, "S12": -11.037284186708419, "W13": -15.542315200711865, "S13": -18.543626993548603, "W21": -34.786425360908808, "S21": -34.786425360908808, "W22": -39.354365069286608, "S22": -39.354365069286608, "W31": -73.467342020973206, "S31": -74.375695931444326, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105839.0, 499692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.61969339622641528, "W12": -4.4207946767131068, "S12": -6.725480280014879, "W13": -21.982357774501359, "S13": -21.982357774501359, "W21": -29.838310628121267, "S21": -32.579941700505799, "W22": -40.0, "S22": -40.0, "W31": -54.51588692707071, "S31": -54.942111858615277, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105839.0, 506655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1826372252890416, "S11": -1.1826372252890416, "W12": -13.46348080086333, "S12": -13.552426871797035, "W13": -15.942793460691355, "S13": -20.033767091769946, "W21": -31.166514252714414, "S21": -31.166514252714414, "W22": -42.061215572246283, "S22": -42.061215572246283, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105839.142857142855064, 500345.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26137657555587024, "S11": -0.26137657555587024, "W12": -9.9577622769813168, "S12": -15.587195851662903, "W13": -25.0, "S13": -25.0, "W21": -34.53993866152431, "S21": -34.53993866152431, "W22": -30.0, "S22": -39.871299325040653, "W31": -70.0, "S31": -70.0, "W32": -91.347021835414068, "S32": -96.347021835414068 }, "geometry": { "type": "Point", "coordinates": [ 105840.0, 505566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17972972972972978, "S11": -1.7305152613336754, "W12": -2.0533216372790042, "S12": -5.0533216372790042, "W13": -22.696174261983565, "S13": -22.696174261983565, "W21": -27.638877025842696, "S21": -27.638877025842696, "W22": -50.0, "S22": -58.999577443001968, "W31": -80.0, "S31": -80.0, "W32": -92.094386924068374, "S32": -97.094386924068374 }, "geometry": { "type": "Point", "coordinates": [ 105840.0, 506854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9288083080169685, "S12": -7.9288083080169685, "W13": -16.04448390395665, "S13": -26.880709458684933, "W21": -42.318814300671477, "S21": -44.238708727674506, "W22": -38.609999419608855, "S22": -38.951616149804124, "W31": -65.892919286563711, "S31": -69.311793512695999, "W32": -97.250340370632415, "S32": -102.25034037063241 }, "geometry": { "type": "Point", "coordinates": [ 105840.571428571434808, 517771.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.047965972259263245, "S11": -0.047965972259262933, "W12": -9.3521213406869581, "S12": -9.3521213406869581, "W13": -25.094295309998465, "S13": -25.094295309998465, "W21": -32.997530448619642, "S21": -32.997530448619642, "W22": -37.986360236778872, "S22": -41.717552948934745, "W31": -69.170138655323996, "S31": -69.178072159288348, "W32": -93.878708950758536, "S32": -98.878708950758536 }, "geometry": { "type": "Point", "coordinates": [ 105840.6, 507475.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2322930581930986, "S12": -7.2174507411494053, "W13": -14.75670756219159, "S13": -14.75670756219159, "W21": -44.773320963140996, "S21": -44.773320963140996, "W22": -43.124041200869847, "S22": -43.133291244183226, "W31": -73.661261992033005, "S31": -73.661261992033005, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105840.625, 525908.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -10.41229264158191, "S12": -13.401343798705449, "W13": -25.16802498868925, "S13": -25.243100048219222, "W21": -31.146374621448253, "S21": -31.146374621448253, "W22": -37.62224715014537, "S22": -38.695151059591019, "W31": -71.727022562435323, "S31": -74.367709824836282, "W32": -90.363238959071154, "S32": -95.363238959071154 }, "geometry": { "type": "Point", "coordinates": [ 105841.0, 505325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14816372103569755, "S11": -0.14816372103569755, "W12": -10.302079873274208, "S12": -13.395306747785785, "W13": -17.677717165499732, "S13": -30.628091060809044, "W21": -39.105805754084763, "S21": -39.105805754084763, "W22": -45.562865139873928, "S22": -45.571379269167544, "W31": -73.591859905799097, "S31": -73.591859905799097, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105841.0, 512882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21565068141013166, "S11": -0.21565068141013166, "W12": -11.11230800337453, "S12": -11.11230800337453, "W13": -16.902335434952651, "S13": -21.902335434952651, "W21": -36.537659099396059, "S21": -36.537659099396059, "W22": -40.505153327362471, "S22": -40.505153327362471, "W31": -70.860578763792716, "S31": -70.860578763792716, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105841.333333333328483, 500785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6662123050613165, "S12": -8.6662123050613165, "W13": -15.0, "S13": -22.665607712411227, "W21": -39.939558221967786, "S21": -40.078508419308882, "W22": -40.0, "S22": -40.0, "W31": -57.679508475695556, "S31": -58.000029628246288, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105841.655172413797118, 516624.155172413797118 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -10.020234163609361, "S12": -12.308101900054778, "W13": -27.480680375768209, "S13": -27.480680375768209, "W21": -32.935580320739327, "S21": -32.935580320739327, "W22": -40.0, "S22": -40.0, "W31": -51.639812570372158, "S31": -51.850720786214978, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105842.0, 507908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0448874105863517, "S12": -9.0448874105863517, "W13": -15.0, "S13": -24.781187570250307, "W21": -38.357818226119541, "S21": -38.357818226119541, "W22": -32.741628564250718, "S22": -34.165262781273363, "W31": -70.0, "S31": -72.980214742719582, "W32": -90.668423640693277, "S32": -95.668423640693277 }, "geometry": { "type": "Point", "coordinates": [ 105842.42105263157282, 515861.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0270071995083203, "S12": -9.0270071995083203, "W13": -15.0, "S13": -24.85858157943213, "W21": -38.432928750648315, "S21": -38.432928750648315, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -91.129257252393742, "S32": -96.129257252393742 }, "geometry": { "type": "Point", "coordinates": [ 105842.857142857144936, 515897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.33179012345679015, "W12": -5.0, "S12": -8.4635833940276761, "W13": -20.918608597230605, "S13": -21.918608597230605, "W21": -31.317571171838065, "S21": -34.822008442237738, "W22": -45.095827982194763, "S22": -45.103424682284043, "W31": -73.685379061014572, "S31": -73.685379061014572, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105843.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7330668432907732, "S12": -8.7330668432907732, "W13": -15.0, "S13": -20.860386748510265, "W21": -39.661775885597024, "S21": -39.661775885597024, "W22": -49.598084230387748, "S22": -49.602790647168732, "W31": -74.439614940127669, "S31": -75.113359061614815, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105843.428571428565192, 516488.642857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29699018289943302, "S11": 0.29699018289943302, "W12": -4.1576001439441148, "S12": -4.1576001439441148, "W13": -14.246783059636934, "S13": -14.246783059636934, "W21": -39.315625123837165, "S21": -39.703369866404536, "W22": -50.201108596753926, "S22": -50.20529229209798, "W31": -74.604511389257723, "S31": -75.583278372257652, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105843.6, 497581.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1250901745779824, "S12": -15.631621723940661, "W13": -26.625581063099656, "S13": -26.625581063099656, "W21": -39.705394107097469, "S21": -40.428914216293784, "W22": -37.655134699030306, "S22": -41.48001001175296, "W31": -69.328348648567243, "S31": -69.328348648567243, "W32": -93.418306289817323, "S32": -98.418306289817323 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 505784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0517241379310345, "S11": -1.2744514106583071, "W12": -10.0, "S12": -18.874734155678436, "W13": -20.687505992904399, "S13": -25.6765061029033, "W21": -36.868533692063103, "S21": -40.821305461540142, "W22": -45.28050617610063, "S22": -45.284986473326647, "W31": -75.094625559956981, "S31": -75.094625559956981, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 506360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.755769186358821, "S12": -11.803912622790403, "W13": -23.082144013549531, "S13": -23.082144013549531, "W21": -30.0, "S21": -30.0, "W22": -38.344823166025037, "S22": -39.351188456514102, "W31": -72.365058825996812, "S31": -72.365058825996812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85376190476190483, "S11": -0.85376190476190483, "W12": -8.938125318010897, "S12": -19.235736569685251, "W13": -21.773552186240963, "S13": -21.773552186240963, "W21": -31.015041910221143, "S21": -31.015041910221143, "W22": -38.685621931189885, "S22": -39.267591424269717, "W31": -71.512186218458311, "S31": -72.029309526431831, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 509967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.128917613096748, "S12": -4.128917613096748, "W13": -15.050693907341564, "S13": -15.050693907341564, "W21": -39.541692191144342, "S21": -39.541692191144342, "W22": -37.980082714827645, "S22": -42.842872883768763, "W31": -77.252251488066392, "S31": -77.252251488066392, "W32": -91.801874446456665, "S32": -96.801874446456665 }, "geometry": { "type": "Point", "coordinates": [ 105844.0, 523840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19766950917325524, "S11": -0.19766950917325524, "W12": -10.415580445884157, "S12": -13.956270268886662, "W13": -17.578344527093169, "S13": -28.348795467497677, "W21": -38.941430381385807, "S21": -38.941430381385807, "W22": -40.0, "S22": -40.0, "W31": -57.760862807405353, "S31": -57.760862807405353, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105844.333333333328483, 512919.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.143891261326927, "S11": -1.143891261326927, "W12": -12.939602645410611, "S12": -12.960948442830265, "W13": -15.834651799430985, "S13": -19.80652332891728, "W21": -31.221789188294636, "S21": -31.221789188294636, "W22": -38.745096391093796, "S22": -40.313125239665268, "W31": -71.518615371591849, "S31": -74.368961791915169, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105844.714285714289872, 500298.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -10.622582000624856, "S12": -13.652557616468172, "W13": -25.02680848134143, "S13": -25.14437241135489, "W21": -30.849979118514778, "S21": -30.849979118514778, "W22": -36.563682187065261, "S22": -40.930919031285185, "W31": -72.277929115691109, "S31": -72.277929115691109, "W32": -91.966417053337608, "S32": -96.966417053337608 }, "geometry": { "type": "Point", "coordinates": [ 105845.0, 505297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29685399604631474, "S11": -0.64315870290015453, "W12": -10.0, "S12": -13.105873278872222, "W13": -25.0, "S13": -25.0, "W21": -32.678256642976621, "S21": -32.678256642976621, "W22": -48.507513272903637, "S22": -50.519014761869101, "W31": -73.644889644558845, "S31": -73.644889644558845, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105845.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45169177435492736, "S11": -0.45169177435492736, "W12": -6.6562783890178663, "S12": -6.6562783890178663, "W13": -24.642198323351209, "S13": -24.642198323351209, "W21": -30.723075388911049, "S21": -30.723075388911049, "W22": -41.656222403338347, "S22": -41.656222403338347, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105845.0, 507296.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30236985620598222, "S11": 0.30236985620598222, "W12": -4.1549568167797473, "S12": -4.1549568167797473, "W13": -14.244304235090784, "S13": -14.245223646967188, "W21": -39.389940483120171, "S21": -39.733183600354408, "W22": -36.106045268798177, "S22": -40.277188266757108, "W31": -69.236897693591388, "S31": -69.236897693591388, "W32": -92.137677894806728, "S32": -97.137677894806728 }, "geometry": { "type": "Point", "coordinates": [ 105845.333333333328483, 497585.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32498289196156549, "S11": -0.82498289196156549, "W12": -10.54440518773731, "S12": -13.627498233884063, "W13": -24.999999999999993, "S13": -25.24736515167201, "W21": -30.537204725810216, "S21": -30.537204725810216, "W22": -39.543907672649539, "S22": -39.543907672649539, "W31": -60.911060027049835, "S31": -61.990920495037734, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105847.0, 505216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88666898107967362, "S11": -0.88666898107967362, "W12": -10.0, "S12": -15.24340124003543, "W13": -26.945392226547078, "S13": -26.945392226547078, "W21": -44.377268557289781, "S21": -48.071037660183372, "W22": -40.0, "S22": -40.0, "W31": -56.406465874550982, "S31": -56.406465874550982, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105847.0, 506120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -8.7466618111192034, "W13": -20.663795853470621, "S13": -22.045924921313976, "W21": -31.359924917264731, "S21": -34.923472234257389, "W22": -47.894853292793385, "S22": -56.718293007366235, "W31": -80.0, "S31": -80.0, "W32": -91.939653055087291, "S32": -96.939653055087291 }, "geometry": { "type": "Point", "coordinates": [ 105847.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25602102209905081, "S11": -0.25602102209905081, "W12": -10.366335788125273, "S12": -20.366335788125273, "W13": -25.008683843891152, "S13": -26.32112797935644, "W21": -38.678382753102589, "S21": -38.678382753102589, "W22": -40.875229126729813, "S22": -50.052516310802432, "W31": -79.240081863979853, "S31": -79.240081863979853, "W32": -91.985448455567251, "S32": -96.985448455567251 }, "geometry": { "type": "Point", "coordinates": [ 105847.0, 510922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24663559328701842, "S11": -0.24663559328701842, "W12": -10.529081018494242, "S12": -14.517233789988509, "W13": -17.487440595967694, "S13": -26.178991733668074, "W21": -38.777055008686673, "S21": -38.777055008686673, "W22": -38.790360300181426, "S22": -47.102555820416569, "W31": -80.0, "S31": -80.0, "W32": -91.863303498779501, "S32": -96.863303498779501 }, "geometry": { "type": "Point", "coordinates": [ 105847.666666666671517, 512956.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -10.68798569186507, "S12": -13.684090117442206, "W13": -25.021191915708279, "S13": -25.143078239344266, "W21": -30.796037248742362, "S21": -30.796037248742362, "W22": -45.368123873779204, "S22": -45.376408607033021, "W31": -73.595512900923467, "S31": -73.595512900923467, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105848.0, 505293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -51.588684284776022, "S22": -51.588684284776022, "W31": -74.991551793532679, "S31": -76.912798465206066, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105848.176923076927778, 530035.415384615422226 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021331549012987644, "S11": -1.8724267195223272, "W12": -6.142821646123088, "S12": -17.289690898190617, "W13": -24.239251184121393, "S13": -34.475011548726904, "W21": -38.587103459659112, "S21": -38.587103459659112, "W22": -40.0, "S22": -40.0, "W31": -55.087783050461006, "S31": -55.540296397357949, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105848.6, 511299.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62900174758757066, "S11": -0.62900174758757077, "W12": -4.8772787438951966, "S12": -4.8772787438951966, "W13": -24.336424611847104, "S13": -24.336424611847104, "W21": -29.350763225553795, "S21": -29.350763225553795, "W22": -39.570088269445471, "S22": -41.952941007326096, "W31": -70.717751687209429, "S31": -72.549264087169902, "W32": -89.894502863687848, "S32": -94.894502863687848 }, "geometry": { "type": "Point", "coordinates": [ 105848.666666666671517, 507176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6426193990079222, "S11": -0.6426193990079222, "W12": -10.347743049881345, "S12": -20.347743049881345, "W13": -25.672987693699493, "S13": -25.672987693699493, "W21": -37.876770127316689, "S21": -37.876770127316689, "W22": -35.912383542706678, "S22": -36.571711865061154, "W31": -71.3353379409089, "S31": -73.716160110707321, "W32": -90.581253007769973, "S32": -95.581253007769973 }, "geometry": { "type": "Point", "coordinates": [ 105848.666666666671517, 510641.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12980991554506291, "S11": 0.12980991554506291, "W12": -4.0248487275142093, "S12": -4.0248487275142093, "W13": -14.88545480338504, "S13": -17.91005244626934, "W21": -40.542360885646644, "S21": -41.484827475822215, "W22": -30.287963422768506, "S22": -39.933109865178139, "W31": -70.0, "S31": -70.0, "W32": -91.575216347338696, "S32": -96.575216347338696 }, "geometry": { "type": "Point", "coordinates": [ 105850.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.438098498650916, "S12": -10.438098498650916, "W13": -15.514852580880939, "S13": -18.708954635919266, "W21": -31.668522617154334, "S21": -31.668522617154334, "W22": -38.584092317828038, "S22": -38.928749198922482, "W31": -65.906022428475765, "S31": -69.278619365588838, "W32": -97.238301060053871, "S32": -102.23830106005387 }, "geometry": { "type": "Point", "coordinates": [ 105850.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95765407554662674, "S11": -0.95765407554662674, "W12": -12.415724489957389, "S12": -12.415724489957389, "W13": -15.725774325347965, "S13": -19.578543753241807, "W21": -31.27706412387499, "S21": -31.27706412387499, "W22": -40.0, "S22": -40.0, "W31": -57.482175005581439, "S31": -57.830724829586906, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105850.285714285710128, 500252.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28852233386422388, "S11": -0.28852233386422388, "W12": -7.2047121563874583, "S12": -7.2047121563874583, "W13": -24.704329974199137, "S13": -24.704329974199137, "W21": -31.199341842839804, "S21": -31.199341842839804, "W22": -38.866233394601458, "S22": -38.866233394601458, "W31": -73.038318701355209, "S31": -73.569688038567648, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105850.333333333328483, 507333.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38701175470898258, "S11": -0.38701175470898258, "W12": -9.1506887728276176, "S12": -14.171202432611077, "W13": -25.055521535121436, "S13": -25.055521535121436, "W21": -36.035543228521121, "S21": -36.035543228521121, "W22": -39.823361522810103, "S22": -41.948739031535858, "W31": -71.215167321496153, "S31": -73.504489111174323, "W32": -89.904388767148177, "S32": -94.904388767148177 }, "geometry": { "type": "Point", "coordinates": [ 105850.666666666671517, 505629.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0018302061657370248, "S11": -0.53674523422232079, "W12": -5.5298725355281348, "S12": -7.6345532822405771, "W13": -17.03087370862664, "S13": -17.679885271470006, "W21": -35.344768256778721, "S21": -35.344768256778721, "W22": -31.232806673699244, "S22": -40.824237444148928, "W31": -70.0, "S31": -70.0, "W32": -91.654696268756567, "S32": -96.654696268756567 }, "geometry": { "type": "Point", "coordinates": [ 105851.0, 496843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0268469011220724, "S11": -1.0268469011220724, "W12": -13.375933401660776, "S12": -13.375933401660776, "W13": -16.629940784738775, "S13": -21.492337784259377, "W21": -35.369180099080033, "S21": -35.369180099080033, "W22": -39.900837300223039, "S22": -39.900837300223039, "W31": -73.972388409445244, "S31": -75.25584683547757, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105851.0, 500665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92518261917313049, "S11": -0.92518261917313049, "W12": -13.151289506159928, "S12": -13.151289506159928, "W13": -16.656204520394134, "S13": -21.533499012935238, "W21": -35.476009979465168, "S21": -35.476009979465168, "W22": -38.63221224641272, "S22": -46.169566300246423, "W31": -80.0, "S31": -80.0, "W32": -91.881204231082165, "S32": -96.881204231082165 }, "geometry": { "type": "Point", "coordinates": [ 105851.0, 500677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24503580729678937, "S11": -0.24503580729678937, "W12": -10.642581591104189, "S12": -15.078197311089383, "W13": -17.396536664842394, "S13": -24.09534435485882, "W21": -38.612679635987718, "S21": -38.612679635987718, "W22": -42.315000059125722, "S22": -42.324040658197852, "W31": -73.689268563821059, "S31": -73.689268563821059, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105851.0, 512994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3825057294432041, "S11": -0.38867614687984853, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.892506933216474, "S13": -30.994829542540252, "W21": -40.186394211496832, "S21": -40.186394211496832, "W22": -29.999999999999996, "S22": -39.826270594937611, "W31": -70.0, "S31": -70.0, "W32": -91.208348607692557, "S32": -96.208348607692557 }, "geometry": { "type": "Point", "coordinates": [ 105851.0, 514675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29745019687341606, "S11": -0.29745019687341606, "W12": -9.5947940275131955, "S12": -20.050272750045846, "W13": -25.0, "S13": -25.0, "W21": -38.587331511412415, "S21": -38.587331511412415, "W22": -44.944127878704705, "S22": -44.951839199336447, "W31": -73.644098976093346, "S31": -73.644098976093346, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105851.5, 511034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.116777630083261, "S12": -9.116777630083261, "W13": -15.0, "S13": -23.501143212377741, "W21": -38.06563165827918, "S21": -38.06563165827918, "W22": -41.352372423636083, "S22": -50.464832950398659, "W31": -79.991026448362732, "S31": -79.991026448362732, "W32": -92.013487849413977, "S32": -97.013487849413977 }, "geometry": { "type": "Point", "coordinates": [ 105851.58536585366528, 515711.878048780490644 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2938371252442411, "S11": 0.2938371252442411, "W12": -3.6663845510964341, "S12": -3.6663845510964341, "W13": -14.882531417069874, "S13": -17.895560250717807, "W21": -41.056526450458676, "S21": -42.122943307727226, "W22": -39.228155264819371, "S22": -39.361835561545625, "W31": -62.161304435978643, "S31": -64.118373391848763, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105851.842105263160192, 498940.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35652173913043472, "S11": -2.6270733141624065, "W12": -4.4779580032879984, "S12": -4.4779580032879993, "W13": -14.584800666548842, "S13": -14.584800666548842, "W21": -40.067090324146257, "S21": -40.323473138656162, "W22": -35.267199511983058, "S22": -35.354268883327777, "W31": -71.114150317164658, "S31": -73.589273180266446, "W32": -90.650636128748914, "S32": -95.650636128748914 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 497843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.97544612907554007, "W12": -10.534451934507203, "S12": -13.317020595362774, "W13": -25.275258914054969, "S13": -25.336729129517579, "W21": -31.161423810299013, "S21": -31.161423810299013, "W22": -40.0, "S22": -40.0, "W31": -55.545651461388282, "S31": -56.022326898508716, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 505332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88620689655172402, "S11": -1.0845455733223448, "W12": -10.0, "S12": -18.260527435133987, "W13": -20.404960526736343, "S13": -25.404960526736343, "W21": -36.645468998410173, "S21": -40.633878577753343, "W22": -36.825256831747993, "S22": -40.802409997545908, "W31": -69.342862698494315, "S31": -69.342862698494315, "W32": -92.641054521136184, "S32": -97.641054521136184 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 506368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57754506197072508, "S11": -0.57754506197072508, "W12": -10.311836246586809, "S12": -20.311836246586807, "W13": -23.702330551842127, "S13": -23.702330551842127, "W21": -33.427185713880498, "S21": -33.427185713880498, "W22": -38.951115905260075, "S22": -39.60806044708157, "W31": -63.347556421497003, "S31": -64.975318639395695, "W32": -99.484282073067121, "S32": -104.48428207306712 }, "geometry": { "type": "Point", "coordinates": [ 105852.0, 510268.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8580578232827296, "S12": -8.8580578232827296, "W13": -17.882147443519589, "S13": -20.408851044627536, "W21": -29.321145833333421, "S21": -29.321145833333421, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105852.4, 501421.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75915414444983675, "S11": -1.3992680252956218, "W12": -3.8816311377250337, "S12": -3.8816311377250337, "W13": -23.53071239083512, "S13": -23.53071239083512, "W21": -28.0443710712544, "S21": -28.0443710712544, "W22": -45.173382607684388, "S22": -45.181437944898398, "W31": -73.599165896047808, "S31": -73.599165896047808, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105852.8, 507005.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33698304811973606, "S11": 0.33698304811973606, "W12": -4.7072533917508448, "S12": -4.7072533917508448, "W13": -13.668942093541203, "S13": -13.668942093541203, "W21": -40.0, "S21": -43.0, "W22": -39.526316904898785, "S22": -41.484207033667879, "W31": -71.254995074390692, "S31": -73.790976696760026, "W32": -89.924669442087321, "S32": -94.924669442087321 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 497222.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29796529315841991, "S11": 0.29796529315841991, "W12": -3.6691697494091686, "S12": -3.6691697494091686, "W13": -14.880593309580581, "S13": -17.893823571904747, "W21": -41.064067121180422, "S21": -42.13103299145137, "W22": -39.119679362220921, "S22": -39.245913846981516, "W31": -62.601396330573145, "S31": -64.352769994705753, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 498940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24737076901288771, "S11": -0.35418022346204026, "W12": -9.9999999999999982, "S12": -14.280983004741197, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -33.496575729774861, "S21": -33.496575729774861, "W22": -38.390460770860457, "S22": -47.571266119224745, "W31": -73.65743073047858, "S31": -73.65743073047858, "W32": -91.970385813322622, "S32": -96.970385813322622 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27893428692819711, "S11": -0.33396937697057, "W12": -10.0, "S12": -15.15752637764645, "W13": -25.0, "S13": -25.0, "W21": -34.03788248224182, "S21": -34.03788248224182, "W22": -40.0, "S22": -40.0, "W31": -52.499668113854156, "S31": -52.777473769680761, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 505544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67934920610387006, "S11": -0.67934920610387006, "W12": -9.6417628289508315, "S12": -19.792700468480522, "W13": -22.742705022875739, "S13": -22.742705022875739, "W21": -31.427833098738489, "S21": -31.427833098738489, "W22": -39.659636707868742, "S22": -48.775766312136568, "W31": -77.091073677581861, "S31": -77.091073677581861, "W32": -92.004919043417104, "S32": -97.004919043417104 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 510120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44248101799993173, "S11": -0.44248101799993173, "W12": -10.0, "S12": -10.0, "W13": -16.902376742280786, "S13": -29.257692134352304, "W21": -39.621220028923794, "S21": -39.621220028923794, "W22": -37.987675275054251, "S22": -41.634654923304879, "W31": -69.154659695751633, "S31": -69.500737546802512, "W32": -94.066074759776143, "S32": -99.066074759776143 }, "geometry": { "type": "Point", "coordinates": [ 105853.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51414190009794614, "S11": 0.51414190009794614, "W12": -3.4366672957354685, "S12": -3.4366672957354685, "W13": -16.561149095721042, "S13": -19.365433177512511, "W21": -40.98697897488632, "S21": -42.555456320182039, "W22": -34.802567305391968, "S22": -35.131780773090661, "W31": -71.012735206851204, "S31": -73.583756496058669, "W32": -90.684105646811389, "S32": -95.684105646811389 }, "geometry": { "type": "Point", "coordinates": [ 105853.4, 498695.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37481957229850393, "S11": -0.37481957229850393, "W12": -9.3236706509167853, "S12": -14.294014727350895, "W13": -25.0, "S13": -25.0, "W21": -35.657579278157108, "S21": -35.657579278157108, "W22": -40.0, "S22": -40.0, "W31": -54.052649434810185, "S31": -54.431620997123744, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105853.4, 505612.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58410041841004179, "S11": -0.76247863786199988, "W12": -10.0, "S12": -11.180311401305877, "W13": -25.87764841233318, "S13": -25.87764841233318, "W21": -43.297550694251477, "S21": -47.420096667740154, "W22": -38.456079136745977, "S22": -38.456079136745977, "W31": -72.134955557643408, "S31": -72.248679680779745, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105854.0, 506177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8186980459188309, "S12": -7.5920653680844046, "W13": -21.794506479623752, "S13": -22.063752654421478, "W21": -29.811900169004339, "S21": -32.90508884717508, "W22": -48.164017649827095, "S22": -48.169421504905543, "W31": -74.150088197963854, "S31": -74.584956543535213, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105854.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2630478316468325, "S12": -5.2630478316468325, "W13": -19.392211001270439, "S13": -19.392211001270439, "W21": -40.679725162569049, "S21": -41.651600814332518, "W22": -38.563405435719993, "S22": -38.917674663922625, "W31": -65.898780472147251, "S31": -69.228615108836721, "W32": -97.241008212970826, "S32": -102.24100821297083 }, "geometry": { "type": "Point", "coordinates": [ 105854.0, 521737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76158720215867204, "S11": -0.76158720215867204, "W12": -10.0, "S12": -10.477263763413655, "W13": -15.507796028438342, "S13": -18.52128943050084, "W21": -34.81577057182151, "S21": -34.81577057182151, "W22": -40.0, "S22": -40.0, "W31": -54.754659911931938, "S31": -55.177498403005963, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105854.25, 499732.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19481917146449609, "S11": -0.81748325164555014, "W12": -10.0, "S12": -15.381157806954597, "W13": -18.978196846721151, "S13": -21.34360708481179, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -58.125086349820393, "S31": -58.125086349820393, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105854.5, 503950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.99999999999999989, "W12": -10.864903772301394, "S12": -13.781920737155811, "W13": -25.0, "S13": -25.16059633502433, "W21": -30.708582329543091, "S21": -30.708582329543091, "W22": -36.929300470982227, "S22": -40.862778536199954, "W31": -69.394844328760144, "S31": -69.394844328760144, "W32": -92.778853261060902, "S32": -97.778853261060902 }, "geometry": { "type": "Point", "coordinates": [ 105855.0, 505266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.44896406196018601, "W12": -6.3501966635019667, "S12": -11.350196663501968, "W13": -20.0, "S13": -23.412951052000437, "W21": -33.382169499816555, "S21": -37.169229321227967, "W22": -47.990365936406995, "S22": -49.602784808032084, "W31": -73.596560819179757, "S31": -73.596560819179757, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105855.0, 506475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.586132974148423, "S12": -11.188660198311151, "W13": -24.248383106262501, "S13": -24.248383106262501, "W21": -30.0, "S21": -30.0, "W22": -48.971389960062851, "S22": -48.976251007154737, "W31": -74.315684788409996, "S31": -74.888939614811648, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105855.0, 508191.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1222587434905309, "S12": -5.5129054268099864, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.611086553918355, "S21": -40.611086553918355, "W22": -36.675384848318615, "S22": -37.468829922336397, "W31": -71.468967769704221, "S31": -73.707850430159581, "W32": -90.552115838099098, "S32": -95.552115838099098 }, "geometry": { "type": "Point", "coordinates": [ 105855.0, 524274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87072301846131395, "S11": -0.87072301846131395, "W12": -8.9552334975614247, "S12": -19.235930625110164, "W13": -21.922649536878655, "S13": -21.922649536878655, "W21": -30.977977521003421, "S21": -30.977977521003421, "W22": -30.0, "S22": -39.736580985689656, "W31": -70.0, "S31": -70.0, "W32": -91.233016065819555, "S32": -96.233016065819555 }, "geometry": { "type": "Point", "coordinates": [ 105855.2, 509994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14216647446945069, "S11": -0.14216647446945069, "W12": -10.0, "S12": -11.729238450473355, "W13": -16.736856810656999, "S13": -31.126864637580418, "W21": -38.265810524637125, "S21": -38.265810524637125, "W22": -40.0, "S22": -40.0, "W31": -54.693828110526844, "S31": -55.111302984706526, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105855.5, 513484.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.405505586810808, "S13": -14.405505586810808, "W21": -46.0, "S21": -46.0, "W22": -44.978641341589665, "S22": -44.986467282763869, "W31": -73.602818891172163, "S31": -73.602818891172163, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105855.714285714289872, 526720.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76664458752408149, "S11": -0.76664458752408149, "W12": -11.937596384477043, "S12": -11.937596384477043, "W13": -15.635345661732487, "S13": -19.369012988034036, "W21": -31.332339059455208, "S21": -31.332339059455208, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -75.010671157484069, "S31": -77.162078144746616, "W32": -90.202242313123008, "S32": -95.202242313123008 }, "geometry": { "type": "Point", "coordinates": [ 105855.857142857144936, 500205.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34092599920848421, "S11": -0.34092599920848421, "W12": -5.3680526407831701, "S12": -8.2209992353331618, "W13": -17.80275957880059, "S13": -21.201984584922396, "W21": -30.0, "S21": -30.0, "W22": -35.348642912797459, "S22": -35.824136537352587, "W31": -71.165855155790553, "S31": -73.553195222461028, "W32": -90.651033271192219, "S32": -95.651033271192219 }, "geometry": { "type": "Point", "coordinates": [ 105856.8, 503234.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30814954841419873, "S11": -2.8203701619640107, "W12": -4.3781966073830514, "S12": -4.3781966073830514, "W13": -14.538202842931804, "S13": -14.538202842931804, "W21": -40.0, "S21": -40.134509408602149, "W22": -40.0, "S22": -40.0, "W31": -50.265115570131229, "S31": -50.284972175079986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.717980812416708, "W12": -5.717980812416708, "S12": -11.710887543909976, "W13": -15.0, "S13": -17.397909119444336, "W21": -40.636871678946541, "S21": -41.842871164410909, "W22": -48.087307953830887, "S22": -48.087307953830887, "W31": -75.331399792042887, "S31": -77.784545038112853, "W32": -91.516912516047896, "S32": -96.516912516047896 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 498277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3790198245398479, "W12": -10.217171847320881, "S12": -12.965090565429954, "W13": -26.429568078717775, "S13": -26.429568078717775, "W21": -31.510736613209819, "S21": -31.510736613209819, "W22": -29.999999999999996, "S22": -39.555334216175631, "W31": -70.0, "S31": -70.0, "W32": -91.510400163360714, "S32": -96.510400163360714 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 508003.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.020619419642857115, "S11": 0.020619419642857111, "W12": -10.042396431372278, "S12": -14.087378744620992, "W13": -20.0, "S13": -26.86539090611711, "W21": -38.997101138633013, "S21": -38.997101138633013, "W22": -32.588953549120113, "S22": -34.68231660980112, "W31": -70.0, "S31": -72.916872433196758, "W32": -90.725741276784703, "S32": -95.725741276784703 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 511971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.541666666666668, "S13": -13.541666666666668, "W21": -47.0, "S21": -47.0, "W22": -30.071284368937334, "S22": -37.047445837760193, "W31": -70.0, "S31": -71.053156057123232, "W32": -91.108552869208935, "S32": -96.108552869208935 }, "geometry": { "type": "Point", "coordinates": [ 105857.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": -0.28422918385051815, "W12": -6.4175743200929407, "S12": -8.4154174725557098, "W13": -11.4, "S13": -11.4, "W21": -35.184423656791424, "S21": -35.184423656791424, "W22": -49.120281853530685, "S22": -57.918258107336527, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -92.166377627020921, "S32": -97.166377627020921 }, "geometry": { "type": "Point", "coordinates": [ 105857.333333333328483, 496799.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40044933211737566, "S11": 0.40044933211737566, "W12": -4.5339867365823565, "S12": -4.5339867365823565, "W13": -13.869956784788247, "S13": -13.869956784788247, "W21": -40.0, "S21": -43.0, "W22": -43.612554750154885, "S22": -43.618672755044486, "W31": -74.532212753606174, "S31": -74.532212753606174, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 497337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.8419708836567303, "W12": -4.847397025855626, "S12": -7.2593057586898047, "W13": -14.752536167849117, "S13": -15.345846473155273, "W21": -40.349836645748397, "S21": -40.959324682794964, "W22": -42.059557431334909, "S22": -42.059557431334909, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 498018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -7.0, "W12": -7.0, "S12": -11.575903505196971, "W13": -15.0, "S13": -18.0, "W21": -40.746459508386891, "S21": -42.226984334731114, "W22": -30.0, "S22": -39.116580611475314, "W31": -70.0, "S31": -70.0, "W32": -91.155168487079976, "S32": -96.155168487079976 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 498401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15194694255273708, "S11": 0.15194694255273708, "W12": -10.0, "S12": -10.0, "W13": -17.019019837763523, "S13": -22.019019837763523, "W21": -36.907986514690705, "S21": -36.907986514690705, "W22": -37.728342210520367, "S22": -41.455756536566192, "W31": -69.316225115934827, "S31": -69.316225115934827, "W32": -93.624799080168543, "S32": -98.624799080168543 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 500846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0271966527196652, "S11": -1.2771966527196652, "W12": -10.000000000000002, "S12": -13.50786106032907, "W13": -24.003883730808909, "S13": -25.280420965437241, "W21": -40.142988727218267, "S21": -44.401744399754548, "W22": -45.935846809427368, "S22": -46.174886350232221, "W31": -74.739097097659069, "S31": -74.739097097659069, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 506256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65876981980291149, "S11": -0.65876981980291149, "W12": -9.7006804898853218, "S12": -19.842094390763428, "W13": -22.821856892110141, "S13": -22.821856892110141, "W21": -31.571160159045018, "S21": -31.571160159045018, "W22": -41.996888035285721, "S22": -41.996888035285721, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105858.0, 510134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.79712041884816753, "W12": -10.440891672622371, "S12": -13.051541320420526, "W13": -25.396136671516309, "S13": -25.435617457914198, "W21": -31.482751083296559, "S21": -31.482751083296559, "W22": -32.092359000125612, "S22": -35.228024987031269, "W31": -70.0, "S31": -72.555210117750505, "W32": -90.741437514157994, "S32": -95.741437514157994 }, "geometry": { "type": "Point", "coordinates": [ 105859.0, 505368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.441875938169897, "S12": -11.441875938169897, "W13": -21.777291066546628, "S13": -21.777291066546628, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -39.609398874941995, "W31": -70.0, "S31": -70.0, "W32": -91.363956638276193, "S32": -96.363956638276193 }, "geometry": { "type": "Point", "coordinates": [ 105859.0, 508544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2382228262963793, "S12": -9.2382228262963793, "W13": -15.0, "S13": -23.704057013791449, "W21": -38.455745015229894, "S21": -38.455745015229894, "W22": -30.0, "S22": -39.575018958472455, "W31": -70.0, "S31": -70.0, "W32": -91.428402937676466, "S32": -96.428402937676466 }, "geometry": { "type": "Point", "coordinates": [ 105859.25, 515463.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2114170881043202, "S12": -7.1251571173943917, "W13": -14.732234323102789, "S13": -14.732234323102789, "W21": -44.829370228817766, "S21": -44.829370228817766, "W22": -51.287817111491734, "S22": -51.288515204487162, "W31": -74.895830597395062, "S31": -76.724336434767906, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105859.25, 525948.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.556093935790724, "S13": -17.874376484267177, "W21": -32.803932085707743, "S21": -32.803932085707743, "W22": -46.273433894002196, "S22": -46.72689473556008, "W31": -74.513772734544489, "S31": -74.513772734544489, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105860.0, 501266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4745934569396608, "S12": -5.4745934569396608, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -41.013665479362281, "W22": -48.363060188852963, "S22": -56.956105730687995, "W31": -80.0, "S31": -80.0, "W32": -92.036938526843969, "S32": -97.036938526843969 }, "geometry": { "type": "Point", "coordinates": [ 105860.0, 521442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9589109856703431, "S12": -7.9589109856703431, "W13": -15.96913226402487, "S13": -26.573466234965476, "W21": -42.267955158487538, "S21": -44.131082413145187, "W22": -40.0, "S22": -40.0, "W31": -56.542268099707911, "S31": -56.542268099707911, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105860.285714285710128, 517728.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.048186368762219961, "S11": 0.048186368762219961, "W12": -4.329809058770679, "S12": -4.329809058770679, "W13": -14.866920017241663, "S13": -17.902555551394496, "W21": -40.349455357848534, "S21": -41.202683254536026, "W22": -40.0, "S22": -40.0, "W31": -66.085664589070873, "S31": -66.085664589070873, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105861.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.202555785573276, "S11": 2.202555785573276, "W12": -4.323134758042138, "S12": -4.323134758042138, "W13": -16.6359971511902, "S13": -16.6359971511902, "W21": -41.301505984907621, "S21": -41.697526353172776, "W22": -40.0, "S22": -40.0, "W31": -50.505253634767897, "S31": -50.552773947887196, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105861.25, 523072.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69835456303338916, "S11": -0.69835456303338916, "W12": -11.630278090057478, "S12": -11.630278090057478, "W13": -15.574364034747829, "S13": -19.188929259456923, "W21": -31.387613995035565, "S21": -31.387613995035565, "W22": -30.11800623528962, "S22": -39.561909907385392, "W31": -70.0, "S31": -70.0, "W32": -91.627745269932475, "S32": -96.627745269932475 }, "geometry": { "type": "Point", "coordinates": [ 105861.428571428565192, 500158.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0417827165818778, "S12": -9.0417827165818778, "W13": -15.0, "S13": -24.986615929765986, "W21": -38.387866452662557, "S21": -38.387866452662557, "W22": -36.026882708672318, "S22": -40.134512427190693, "W31": -69.453960053192262, "S31": -69.453960053192262, "W32": -92.231665947420737, "S32": -97.231665947420737 }, "geometry": { "type": "Point", "coordinates": [ 105861.428571428565192, 515858.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.382677216887506, "S11": 0.382677216887506, "W12": -4.5877714373843306, "S12": -4.5877714373843306, "W13": -13.810682800345724, "S13": -13.810682800345724, "W21": -40.0, "S21": -43.0, "W22": -39.651171287542311, "S22": -41.910307684341475, "W31": -70.761701895207949, "S31": -72.598813939472365, "W32": -89.918292469011234, "S32": -94.918292469011234 }, "geometry": { "type": "Point", "coordinates": [ 105862.0, 497304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9267037330076082, "S12": -8.9267037330076082, "W13": -15.0, "S13": -22.491667176888065, "W21": -38.869516209049095, "S21": -38.869516209049095, "W22": -40.0, "S22": -40.0, "W31": -54.421536773402877, "S31": -54.814700408653984, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105862.265151515151956, 516089.325757575745229 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4746983202959093, "S11": -1.4287257945371175, "W12": -4.8002936531659355, "S12": -6.5178811530176732, "W13": -14.730080541318451, "S13": -15.191401806775266, "W21": -40.321384936516736, "S21": -40.855023560991448, "W22": -36.025924384222947, "S22": -36.643721495924495, "W31": -71.305050072586553, "S31": -73.577402208055403, "W32": -90.62143447850525, "S32": -95.62143447850525 }, "geometry": { "type": "Point", "coordinates": [ 105862.666666666671517, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73389121338912133, "S11": -0.98183311624693625, "W12": -10.0, "S12": -10.0, "W13": -25.476088357109987, "S13": -25.476088357109987, "W21": -42.584011387431978, "S21": -46.8641258478388, "W22": -40.0, "S22": -40.0, "W31": -53.057286007188409, "S31": -53.357468809960274, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105863.0, 506199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47091680814940573, "S11": -2.5047744245030383, "W12": -10.246381758830422, "S12": -11.576919079520916, "W13": -28.670839248327212, "S13": -28.670839248327212, "W21": -34.22845882033161, "S21": -34.22845882033161, "W22": -37.957855599301759, "S22": -41.567824956499337, "W31": -69.17310077420521, "S31": -69.442809895733674, "W32": -94.103305057900073, "S32": -99.103305057900073 }, "geometry": { "type": "Point", "coordinates": [ 105863.0, 507824.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4530265680627261, "S12": -6.4530265680627261, "W13": -17.682378382043062, "S13": -18.733671087490571, "W21": -30.821860155517978, "S21": -30.821860155517978, "W22": -40.076978585521246, "S22": -49.028655905043891, "W31": -78.230321158690529, "S31": -78.230321158690529, "W32": -92.074178374384445, "S32": -97.074178374384445 }, "geometry": { "type": "Point", "coordinates": [ 105863.666666666671517, 501323.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.054920152813041301, "S11": 0.054920152813041301, "W12": -10.382259652192936, "S12": -10.382259652192936, "W13": -16.967002049129242, "S13": -21.967002049129242, "W21": -36.658853412417997, "S21": -36.658853412417997, "W22": -40.29735777144937, "S22": -48.920299237571001, "W31": -80.0, "S31": -80.0, "W32": -92.015953744128083, "S32": -97.015953744128083 }, "geometry": { "type": "Point", "coordinates": [ 105864.0, 500825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9976099817331479, "S12": -6.9976099817331479, "W13": -19.337450680937685, "S13": -28.698012074516768, "W21": -46.0, "S21": -46.899912491860071, "W22": -38.772149172662999, "S22": -40.250181584876792, "W31": -71.38992541046872, "S31": -71.905183374643357, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105864.0, 519185.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33138986975400037, "S11": 0.33138986975400037, "W12": -4.1452417064917775, "S12": -4.1452417064917775, "W13": -14.233428138064909, "S13": -14.233428138064909, "W21": -39.956698732350688, "S21": -40.033334598660467, "W22": -48.480605000209607, "S22": -50.363368178228697, "W31": -73.554775567020982, "S31": -73.554775567020982, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105864.4, 497624.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52454064642507348, "S11": 0.52454064642507348, "W12": -3.5092367054348621, "S12": -3.5092367054348621, "W13": -16.843570798411996, "S13": -19.491556404675215, "W21": -41.01956844458379, "S21": -42.580108318038704, "W22": -42.075144942607153, "S22": -42.084346051429605, "W31": -73.577231265551859, "S31": -73.577231265551859, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105865.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8108302455889822, "S12": -6.8108302455889822, "W13": -20.0, "S13": -26.736062519323713, "W21": -43.719452655352214, "S21": -44.294856049446111, "W22": -47.241751258034746, "S22": -47.247545646521807, "W31": -73.964892019496219, "S31": -74.431770461442071, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105865.25, 519468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17936153888753026, "S11": -0.17936153888753026, "W12": -11.231725545955367, "S12": -11.231725545955367, "W13": -16.867560296623846, "S13": -21.862641590940893, "W21": -36.243936409984563, "S21": -36.243936409984563, "W22": -47.355743837155508, "S22": -47.361464255627908, "W31": -73.988226422674998, "S31": -74.461881195506578, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105865.666666666671517, 500780.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.523415733149758, "S13": -17.523415733149758, "W21": -33.430133339286812, "S21": -33.430133339286812, "W22": -53.059672647674937, "S22": -53.059672647674937, "W31": -75.464511168285597, "S31": -78.218367853614296, "W32": -93.143935112232327, "S32": -98.143935112232327 }, "geometry": { "type": "Point", "coordinates": [ 105866.0, 501248.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.091191066997518666, "S11": -1.9088089330024813, "W12": -2.4137026820927745, "S12": -4.742031010421103, "W13": -22.884334406006346, "S13": -22.884334406006346, "W21": -27.939506171520222, "S21": -28.747006598651609, "W22": -32.858287903529707, "S22": -34.552395448876922, "W31": -70.0, "S31": -72.950594455941015, "W32": -90.742183399357998, "S32": -95.742183399357998 }, "geometry": { "type": "Point", "coordinates": [ 105866.0, 506791.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3196730869511599, "S12": -4.3391834919908367, "W13": -16.626996611048899, "S13": -16.626996611048899, "W21": -41.242539775472999, "S21": -41.618182144667109, "W22": -30.0, "S22": -37.895391143636196, "W31": -70.0, "S31": -70.678302651771588, "W32": -91.15143424326223, "S32": -96.15143424326223 }, "geometry": { "type": "Point", "coordinates": [ 105866.571428571434808, 523081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17624181303223854, "S11": -0.17624181303223854, "W12": -10.326374081068634, "S12": -13.489862188652134, "W13": -16.753523952797675, "S13": -32.119469032515667, "W21": -38.154103099574009, "S21": -38.154103099574009, "W22": -37.720368573152875, "S22": -42.314933169812008, "W31": -76.481825716889304, "S31": -76.481825716889304, "W32": -91.943858271580694, "S32": -96.943858271580694 }, "geometry": { "type": "Point", "coordinates": [ 105866.6, 513395.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3231906379765922, "S11": 0.3231906379765922, "W12": -4.1484477316680728, "S12": -4.148447731668071, "W13": -14.342049664560294, "S13": -14.343428782371989, "W21": -39.958177747515542, "S21": -40.010968215990694, "W22": -41.575460899427569, "S22": -41.583352920140989, "W31": -73.972585060924786, "S31": -73.972585060924786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105867.0, 497630.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63006453854273847, "S11": -0.63006453854273847, "W12": -11.322959795638404, "S12": -11.322959795638404, "W13": -15.513382407763213, "S13": -19.008845530880013, "W21": -31.442888930615787, "S21": -31.442888930615787, "W22": -39.604304283833891, "S22": -39.604304283833891, "W31": -73.726661169851369, "S31": -74.782314341580133, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105867.0, 500112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.618880768845731, "S12": -15.48919982513581, "W13": -26.616293577981651, "S13": -26.616293577981651, "W21": -40.0, "S21": -41.069987900485067, "W22": -30.0, "S22": -39.633894904658263, "W31": -70.0, "S31": -70.0, "W32": -91.263876104347176, "S32": -96.263876104347176 }, "geometry": { "type": "Point", "coordinates": [ 105867.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25071379415812822, "S11": 0.22892669859306958, "W12": -5.0, "S12": -5.3241034089469013, "W13": -13.395156045400984, "S13": -13.395156045400984, "W21": -36.050830566770266, "S21": -37.523379342048045, "W22": -40.0, "S22": -40.0, "W31": -50.745391699404571, "S31": -50.820575720694421, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105867.25, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105867.678160919545917, 530027.567049808450975 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27576232886084295, "S11": 0.27576232886084295, "W12": -5.0, "S12": -5.0, "W13": -13.247184938291031, "S13": -13.247184938291031, "W21": -36.07951092929747, "S21": -37.645953894264792, "W22": -50.0, "S22": -58.546083236182952, "W31": -80.0, "S31": -80.0, "W32": -92.099202583459629, "S32": -97.099202583459629 }, "geometry": { "type": "Point", "coordinates": [ 105867.75, 497006.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.642998543393714, "S12": -11.169024887778939, "W13": -23.509646803751362, "S13": -23.509646803751362, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -57.419639082458119, "S31": -57.799837088169639, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105867.857142857144936, 508269.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53511187607573141, "S11": -0.78511187607573141, "W12": -9.224550898203594, "S12": -13.16729323873599, "W13": -26.421884808484233, "S13": -26.421884808484233, "W21": -43.76379584210374, "S21": -47.653773649752274, "W22": -40.0, "S22": -40.0, "W31": -64.920278301203069, "S31": -64.920278301203069, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105868.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53827077497665732, "S11": 0.53827077497665732, "W12": -9.0670244914527984, "S12": -9.0670244914527967, "W13": -17.357833485089916, "S13": -20.299179060044764, "W21": -28.812522340325462, "S21": -28.812522340325462, "W22": -38.317856161131395, "S22": -39.090940468401435, "W31": -72.538483495336521, "S31": -72.710499129861574, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105869.0, 501485.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.32938534654203477, "W12": -7.6508883765088846, "S12": -12.85803427187256, "W13": -20.0, "S13": -23.951757626939724, "W21": -34.337042925278212, "S21": -38.277309425607172, "W22": -37.414013802183334, "S22": -38.325359075639383, "W31": -71.588592537435872, "S31": -73.769213615620274, "W32": -90.45603093240679, "S32": -95.45603093240679 }, "geometry": { "type": "Point", "coordinates": [ 105869.0, 506445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79290437255599011, "S11": -0.79290437255599011, "W12": -9.1820979138804368, "S12": -19.42246180731696, "W13": -22.230762666874046, "S13": -22.230762666874046, "W21": -30.935191896028165, "S21": -30.935191896028165, "W22": -38.880722165353774, "S22": -39.706028042048594, "W31": -63.533852898197765, "S31": -64.951232386340067, "W32": -99.343387142452556, "S32": -104.34338714245256 }, "geometry": { "type": "Point", "coordinates": [ 105869.0, 510046.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3936538659626726, "S11": -0.3936538659626726, "W12": -10.0, "S12": -10.010570997557661, "W13": -17.711711702671703, "S13": -30.804186991763039, "W21": -40.157514921118477, "S21": -40.157514921118477, "W22": -37.41069181798234, "S22": -38.318941865482067, "W31": -71.585961586678906, "S31": -73.757797225390945, "W32": -90.457776415055378, "S32": -95.457776415055378 }, "geometry": { "type": "Point", "coordinates": [ 105869.0, 514704.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1265667318778609, "S12": -5.4836302900238501, "W13": -15.0, "S13": -15.0, "W21": -40.392665721964882, "S21": -40.392665721964882, "W22": -39.674513640232007, "S22": -41.664448211781441, "W31": -71.148527934626259, "S31": -73.396097344763604, "W32": -89.934685911103372, "S32": -94.934685911103372 }, "geometry": { "type": "Point", "coordinates": [ 105869.0, 524201.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6500108415447996, "S11": -0.6500108415447996, "W12": -10.0, "S12": -10.40256961705041, "W13": -15.473276856164819, "S13": -18.517313332732083, "W21": -34.845115782734204, "S21": -34.845115782734204, "W22": -40.917906166482432, "S22": -49.788981008117879, "W31": -79.528967254408059, "S31": -79.528967254408059, "W32": -92.109932989398004, "S32": -97.109932989398004 }, "geometry": { "type": "Point", "coordinates": [ 105869.5, 499772.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42644064221448796, "S11": 0.42644064221448796, "W12": -3.5536508916189766, "S12": -3.5536508916189766, "W13": -14.852207314611217, "S13": -17.863270551209872, "W21": -41.216367530960966, "S21": -42.344440981279291, "W22": -38.138441106207502, "S22": -41.600212603044113, "W31": -68.997814759114846, "S31": -71.182004442891852, "W32": -94.896023107110238, "S32": -99.896023107110238 }, "geometry": { "type": "Point", "coordinates": [ 105870.0, 498907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.7017774938878, "S12": -13.049632241712123, "W13": -15.283794369894093, "S13": -18.309540299133879, "W21": -35.964351013122794, "S21": -35.964351013122794, "W22": -40.0, "S22": -40.0, "W31": -50.933558852018109, "S31": -51.031502060216965, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105870.0, 499573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39681727807882727, "S11": -0.39681727807882727, "W12": -9.7033710064829943, "S12": -20.105275081728379, "W13": -25.0, "S13": -25.0, "W21": -38.696578562603847, "S21": -38.696578562603847, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -58.258231007004511, "S31": -58.258231007004511, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105870.0, 511028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1614619290897559, "W12": -8.4981972823612999, "S12": -17.656954302316038, "W13": -21.189917241384222, "S13": -21.189917241384222, "W21": -30.505372017723257, "S21": -30.505372017723257, "W22": -30.0, "S22": -39.535281622920699, "W31": -70.0, "S31": -70.0, "W32": -91.320014092084151, "S32": -96.320014092084151 }, "geometry": { "type": "Point", "coordinates": [ 105870.6, 509462.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39852432646160657, "S11": -0.39852432646160657, "W12": -10.0, "S12": -10.0, "W13": -17.644691451166842, "S13": -30.697293196519464, "W21": -40.131624701020876, "S21": -40.131624701020876, "W22": -40.0, "S22": -40.0, "W31": -51.065600369745752, "S31": -51.179568647306482, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105870.625, 514720.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24352673735061658, "S11": -0.24352673735061658, "W12": -9.0004666949510312, "S12": -9.0004666949510312, "W13": -24.854720802064023, "S13": -24.854720802064023, "W21": -32.553619864379584, "S21": -32.553619864379584, "W22": -38.535077923523282, "S22": -38.95419100711262, "W31": -65.761510049727221, "S31": -68.990997667843871, "W32": -97.326423109600555, "S32": -102.32642310960055 }, "geometry": { "type": "Point", "coordinates": [ 105870.8, 507439.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7657107452646486, "S12": -11.094678160072938, "W13": -17.540350815646377, "S13": -17.892004128840046, "W21": -29.027451454287856, "S21": -29.708115956909243, "W22": -39.147609368704124, "S22": -39.147609368704124, "W31": -62.377059968057829, "S31": -64.137539463326007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105871.0, 501726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99741750358680048, "S11": -1.2474175035868005, "W12": -10.0, "S12": -17.763292216078263, "W13": -20.820308754434748, "S13": -25.011492123021604, "W21": -37.124617830500185, "S21": -41.265797592014295, "W22": -40.0, "S22": -40.0, "W31": -56.564671185094859, "S31": -56.564671185094859, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105871.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67928373369938244, "S11": -0.67928373369938244, "W12": -10.54880193150129, "S12": -20.548801931501288, "W13": -25.537240665351632, "S13": -25.537240665351632, "W21": -37.896070322474564, "S21": -37.896070322474564, "W22": -48.172239902969729, "S22": -48.177317080707425, "W31": -74.15732371970158, "S31": -74.726879708687349, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105871.0, 510613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7876505564875504, "S12": -13.246859379311733, "W13": -15.034456980659913, "S13": -18.087817993738589, "W21": -36.809773692643553, "S21": -36.809773692643553, "W22": -39.711663058575233, "S22": -48.585614683344616, "W31": -77.408060453400509, "S31": -77.408060453400509, "W32": -92.103587950323046, "S32": -97.103587950323046 }, "geometry": { "type": "Point", "coordinates": [ 105871.4, 499484.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56969895375405877, "S11": -0.56969895375405877, "W12": -11.044172127242387, "S12": -11.044172127242387, "W13": -15.459352966690094, "S13": -18.847468337614735, "W21": -31.494147327872369, "S21": -31.494147327872369, "W22": -50.0, "S22": -58.548488415524446, "W31": -80.0, "S31": -80.0, "W32": -92.229384728694257, "S32": -97.229384728694257 }, "geometry": { "type": "Point", "coordinates": [ 105871.5, 500070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36210063837776946, "S11": 0.36210063837776946, "W12": -4.6591702652683527, "S12": -4.6591702652683527, "W13": -13.691859688195992, "S13": -13.691859688195992, "W21": -40.0, "S21": -43.0, "W22": -37.422084964750731, "S22": -41.172054161234307, "W31": -69.42189279447318, "S31": -69.42189279447318, "W32": -93.393183978036689, "S32": -98.393183978036689 }, "geometry": { "type": "Point", "coordinates": [ 105872.0, 497265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0404713749933765, "S11": 1.0404713749933765, "W12": -5.7695786994880294, "S12": -5.7695786994880294, "W13": -20.0, "S13": -20.0, "W21": -41.254774454993793, "S21": -42.182471929843913, "W22": -40.0, "S22": -40.0, "W31": -54.12776633248599, "S31": -54.491255111914171, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105872.214285714289872, 521033.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93246861924675484, "S11": -1.2333379131127264, "W12": -10.0, "S12": -11.047751371113485, "W13": -24.796710965471885, "S13": -24.796710965471885, "W21": -41.552751660015851, "S21": -45.961193175960744, "W22": -39.961514347028249, "S22": -39.961514347028249, "W31": -74.253796069432951, "S31": -75.711464517096744, "W32": -90.127002592147676, "S32": -95.127002592147676 }, "geometry": { "type": "Point", "coordinates": [ 105872.6, 506229.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24863678883178666, "S11": 0.24145295728458108, "W12": -5.0, "S12": -5.1068662083386132, "W13": -13.388346334582568, "S13": -13.388346334582568, "W21": -36.068038454944187, "S21": -37.509995318195479, "W22": -38.533550559583986, "S22": -38.533550559583986, "W31": -72.015420295951571, "S31": -72.17337642595264, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105872.640625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54407254220178347, "S11": -0.54407254220178347, "W12": -10.137179758037192, "S12": -20.183710911373474, "W13": -23.44095638751882, "S13": -23.44095638751882, "W21": -32.794596668910216, "S21": -32.794596668910216, "W22": -29.999999999999996, "S22": -39.346630673865221, "W31": -70.0, "S31": -70.0, "W32": -91.624083736454097, "S32": -96.624083736454097 }, "geometry": { "type": "Point", "coordinates": [ 105873.0, 510235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67956064947466999, "S11": -1.6850627263556464, "W12": -10.086794821724085, "S12": -14.271519217123879, "W13": -20.03980308266755, "S13": -20.496015405536074, "W21": -29.067322161378677, "S21": -29.067322161378677, "W22": -47.628386303131776, "S22": -47.633799586376995, "W31": -74.046286627141868, "S31": -74.590529972713213, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105873.2, 504416.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2778278342702283, "S12": -17.316745641057061, "W13": -21.337464660261393, "S13": -21.337464660261393, "W21": -30.334344632848584, "S21": -30.334344632848584, "W22": -40.0, "S22": -40.0, "W31": -50.259726731366868, "S31": -50.265119262933595, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105873.333333333328483, 509273.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7066384948887574, "S12": -8.7066384948887574, "W13": -15.0, "S13": -21.170196479118548, "W21": -39.799292962544968, "S21": -39.799292962544968, "W22": -40.0, "S22": -40.0, "W31": -63.030874039715904, "S31": -63.030874039715904, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105873.571428571434808, 516526.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0582055831972035, "S12": -6.0582055831972035, "W13": -20.0, "S13": -20.0, "W21": -39.919644267558319, "S21": -40.775489624479334, "W22": -40.0, "S22": -40.0, "W31": -51.385809040086926, "S31": -51.538561573918535, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105873.6, 520608.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.687238481216724, "S12": -13.017248649919161, "W13": -15.275230179158271, "S13": -18.299300232634607, "W21": -35.982542706221011, "S21": -35.982542706221011, "W22": -36.73013617864855, "S22": -40.628963591456746, "W31": -69.414807610467548, "S31": -69.414807610467548, "W32": -92.709183942839076, "S32": -97.709183942839076 }, "geometry": { "type": "Point", "coordinates": [ 105873.857142857144936, 499573.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.70019627085377811, "W12": -10.0, "S12": -10.263316911994522, "W13": -15.549274021234853, "S13": -18.642919973049558, "W21": -33.296797056794787, "S21": -33.296797056794787, "W22": -36.818787081899472, "S22": -40.697103281334861, "W31": -69.44222507677641, "S31": -69.44222507677641, "W32": -92.799179895110967, "S32": -97.799179895110967 }, "geometry": { "type": "Point", "coordinates": [ 105874.0, 499888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46415564918089558, "S11": 0.46415564918089558, "W12": -3.5114544650850799, "S12": -3.5114544650850799, "W13": -14.845182715952246, "S13": -17.855264154499821, "W21": -41.219523201442215, "S21": -42.367339025268024, "W22": -38.632218810819673, "S22": -45.598647790488947, "W31": -80.0, "S31": -80.0, "W32": -92.036615134255513, "S32": -97.036615134255513 }, "geometry": { "type": "Point", "coordinates": [ 105874.21052631578641, 498896.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.12459836190056, "S12": -12.007201160637321, "W13": -25.412807246072578, "S13": -25.412807246072578, "W21": -37.840940994745573, "S21": -37.840940994745573, "W22": -44.82241493248214, "S22": -44.829358478912461, "W31": -73.632220097839692, "S31": -73.632220097839692, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105874.333333333328483, 505703.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1253018146967202, "S12": -5.6458541322099034, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.672269259906223, "S21": -40.672269259906223, "W22": -42.008355076663264, "S22": -42.008355076663264, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105874.5, 524317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45233489616139844, "S11": -0.45233489616139844, "W12": -9.9262834925672241, "S12": -9.9262834925672241, "W13": -16.646112648009602, "S13": -28.959383995703412, "W21": -39.545106560861853, "S21": -39.545106560861853, "W22": -48.687878722994235, "S22": -57.121088307492428, "W31": -80.0, "S31": -80.0, "W32": -92.104430322875146, "S32": -97.104430322875146 }, "geometry": { "type": "Point", "coordinates": [ 105874.6, 514975.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.83819200068663635, "W12": -8.9575708382526571, "S12": -10.004640874612273, "W13": -18.071786868074231, "S13": -21.299325070713639, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -51.601911221630459, "S22": -51.601911221630459, "W31": -74.934074547769939, "S31": -76.964729289355247, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105875.0, 503518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6997066320396303, "S12": -13.167998928769897, "W13": -26.23177813572379, "S13": -26.23177813572379, "W21": -39.937710578634551, "S21": -40.753297955140305, "W22": -40.0, "S22": -40.0, "W31": -51.704354182339245, "S31": -51.896882682046716, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105875.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.502092050209205, "S11": -0.502092050209205, "W12": -8.7634730538922163, "S12": -13.052774912254849, "W13": -26.426853951599256, "S13": -26.426853951599256, "W21": -43.642274500376281, "S21": -47.523445032840122, "W22": -38.892880279658961, "S22": -38.892880279658961, "W31": -73.095291352857927, "S31": -73.694818014026211, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105875.0, 506149.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.557030070917381, "S12": -11.008118035720859, "W13": -23.952277765324169, "S13": -23.952277765324169, "W21": -30.0, "S21": -30.0, "W22": -39.467948649255149, "S22": -39.467948649255149, "W31": -61.044411552461263, "S31": -61.935533365142625, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105875.0, 508232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36758559107670741, "S11": 0.36758559107670741, "W12": -5.0, "S12": -5.0, "W13": -12.613403774092916, "S13": -12.613403774092916, "W21": -36.672918229557389, "S21": -38.601791769859361, "W22": -39.851728726078072, "S22": -39.851728726078072, "W31": -73.960288901812035, "S31": -75.205492760240745, "W32": -90.09242657337748, "S32": -95.09242657337748 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 497034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50498778763337193, "S11": -0.50498778763337193, "W12": -10.765384458846372, "S12": -10.765384458846372, "W13": -15.405323525616975, "S13": -18.686091144349458, "W21": -31.545405725128955, "S21": -31.545405725128955, "W22": -40.0, "S22": -40.0, "W31": -56.36598121784732, "S31": -56.86598121784732, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 500028.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0045067628085212353, "S11": -1.9954932371914793, "W12": -10.000000000000002, "S12": -12.544308378206267, "W13": -23.561595132281443, "S13": -24.061595132281443, "W21": -29.953436246202973, "S21": -29.953436246202973, "W22": -48.466727212622658, "S22": -50.283094343822555, "W31": -73.508299747451119, "S31": -73.508299747451119, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 505027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7370352285937987, "S12": -7.7370352285937987, "W13": -16.473690229748176, "S13": -28.677241748563773, "W21": -43.0, "S21": -44.656779774141015, "W22": -44.667040163823579, "S22": -44.674513687348323, "W31": -73.56483444461287, "S31": -73.56483444461287, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.0, 518067.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1673786270035356, "S12": -4.691754748718461, "W13": -16.19165011510152, "S13": -16.19165011510152, "W21": -40.408000300041934, "S21": -40.408000300041934, "W22": -40.0, "S22": -40.0, "W31": -52.02289932459103, "S31": -52.252759682545175, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.142857142855064, 523303.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.6013232731085068, "S12": -3.6013232731085068, "W13": -16.999099397147418, "S13": -19.328798636127267, "W21": -41.014461995986828, "S21": -42.621365379333653, "W22": -38.783867270871973, "S22": -38.783867270871973, "W31": -72.998894591969702, "S31": -73.529297049506653, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.2, 498651.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22479620102886522, "S11": -0.22479620102886524, "W12": -5.1078177966101324, "S12": -7.9199068976342417, "W13": -17.799404305549185, "S13": -21.178073608497566, "W21": -30.0, "S21": -30.401518376344541, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.4, 503198.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.99269759450171824, "W12": -4.142394691248013, "S12": -6.9755691106445941, "W13": -21.931120347263146, "S13": -21.931120347263146, "W21": -29.142586237334111, "S21": -31.896451776373919, "W22": -41.407596067920544, "S22": -41.407596067920544, "W31": -71.360151965994461, "S31": -71.360151965994461, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105876.75, 506670.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34386111260125529, "S11": 0.34386111260125529, "W12": -4.7158906539173344, "S12": -4.7158906539173344, "W13": -13.599487750556793, "S13": -13.599487750556793, "W21": -40.0, "S21": -43.0, "W22": -40.373209429801079, "S22": -48.827000050103351, "W31": -80.0, "S31": -80.0, "W32": -92.094069801937408, "S32": -97.094069801937408 }, "geometry": { "type": "Point", "coordinates": [ 105877.0, 497231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54495265858770803, "S11": -0.69243662183320076, "W12": -10.0, "S12": -10.31620317313846, "W13": -15.543645450836392, "S13": -18.625056463668919, "W21": -34.211145861626719, "S21": -34.211145861626719, "W22": -41.760197804991328, "S22": -41.760197804991328, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105877.25, 499835.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1905411180155427, "S12": -7.032863493639379, "W13": -14.707761084013985, "S13": -14.707761084013985, "W21": -44.885419494494528, "S21": -44.885419494494528, "W22": -40.0, "S22": -40.0, "W31": -52.341444466843349, "S31": -52.580979407031442, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105877.875, 525988.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67089583598624736, "S11": 0.67089583598624736, "W12": -6.1788025889967644, "S12": -6.1788025889967644, "W13": -17.375134733816093, "S13": -21.686109881565752, "W21": -37.76011345651429, "S21": -37.76011345651429, "W22": -40.0, "S22": -40.0, "W31": -68.748225841372175, "S31": -68.748225841372175, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105878.0, 500965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.553106083964883, "S12": -10.89725280681877, "W13": -23.846422077760341, "S13": -23.846422077760341, "W21": -30.0, "S21": -30.0, "W22": -37.801549722010293, "S22": -41.431503061379352, "W31": -69.304101583302455, "S31": -69.304101583302455, "W32": -93.831291870519564, "S32": -98.831291870519564 }, "geometry": { "type": "Point", "coordinates": [ 105878.0, 508244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5755924543413276, "S12": -17.26911345432087, "W13": -21.403175906323895, "S13": -21.403175906323895, "W21": -30.268420316405365, "S21": -30.268420316405365, "W22": -39.3354350050272, "S22": -48.126329117309794, "W31": -76.469615869018369, "S31": -76.469615869018369, "W32": -92.134868899354956, "S32": -97.134868899354956 }, "geometry": { "type": "Point", "coordinates": [ 105878.0, 509206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3526161134639345, "S12": -8.3526161134639345, "W13": -15.079324579893187, "S13": -25.079324579893189, "W21": -41.071796833348017, "S21": -42.89952005110186, "W22": -43.115466067492726, "S22": -43.122279704468873, "W31": -74.247802883630712, "S31": -74.247802883630712, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105878.75, 517135.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -6.5635222518067708, "W12": -6.5635222518067708, "S12": -10.585754573857654, "W13": -15.0, "S13": -18.0, "W21": -40.778303092334227, "S21": -42.026669441703923, "W22": -39.732254305639167, "S22": -41.867674361356833, "W31": -70.805652103206413, "S31": -72.648363791774742, "W32": -89.94208207433465, "S32": -94.94208207433465 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 498368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29140777931154049, "S11": 0.29140777931154049, "W12": -3.9604586529311763, "S12": -3.9604586529311763, "W13": -14.836973153049364, "S13": -17.862220722613241, "W21": -40.916850562745438, "S21": -41.918563610631473, "W22": -39.354626210366369, "S22": -40.510692220031466, "W31": -61.503467463033395, "S31": -62.70930588157038, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 498965.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -17.572470273483948, "S13": -18.061287634090323, "W21": -33.024140606250036, "S21": -33.024140606250036, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -57.697951253806075, "S31": -58.063903664124766, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 501265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74551293178267664, "S11": -0.74551293178267664, "W12": -5.8823529411764692, "S12": -16.045749752513935, "W13": -27.617919332092292, "S13": -27.617919332092292, "W21": -43.785406547593198, "S21": -47.170221801732616, "W22": -39.922134343959385, "S22": -39.922134343959385, "W31": -74.104678089557922, "S31": -75.463852103051209, "W32": -90.140543176871176, "S32": -95.140543176871176 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 506085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3848940914158305, "W12": -6.231664530383318, "S12": -7.7038485963173837, "W13": -23.020992584679817, "S13": -23.020992584679817, "W21": -27.054539530106645, "S21": -27.054539530106645, "W22": -30.0, "S22": -39.377416969436297, "W31": -70.0, "S31": -70.0, "W32": -91.415825981804076, "S32": -96.415825981804076 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.5062331885771263, "S12": -7.5062331885771263, "W13": -14.980190034051413, "S13": -14.980190034051413, "W21": -43.260250180151886, "S21": -43.260250180151886, "W22": -39.755037749171684, "S22": -48.51361622215633, "W31": -77.60846977329976, "S31": -77.60846977329976, "W32": -92.150714335638369, "S32": -97.150714335638369 }, "geometry": { "type": "Point", "coordinates": [ 105879.0, 525346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.777731385162717, "S12": -10.777731385162717, "W13": -15.397935469387992, "S13": -18.67817421280149, "W21": -31.537313892287877, "S21": -31.537313892287877, "W22": -40.0, "S22": -40.0, "W31": -53.839013093523057, "S31": -54.17282701712832, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 500027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0189042808040829, "S11": -1.0189042808040829, "W12": -15.0, "S12": -15.0, "W13": -16.416822754170486, "S13": -21.143936926865898, "W21": -34.661268942786513, "S21": -34.661268942786513, "W22": -40.0, "S22": -40.0, "W31": -56.750134702095679, "S31": -56.750134702095679, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 500581.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1, "S11": -0.1, "W12": -5.0, "S12": -7.8238132261065036, "W13": -17.764216560006044, "S13": -21.15849567242314, "W21": -30.0, "S21": -30.978953669567861, "W22": -41.843782475352533, "S22": -41.843782475352533, "W31": -72.04447780986888, "S31": -72.04447780986888, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 503152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.144875423819826, "W12": -8.3676660815291584, "S12": -18.081207125859425, "W13": -21.155930076485593, "S13": -21.155930076485593, "W21": -30.57455365257896, "S21": -30.57455365257896, "W22": -39.990433725591046, "S22": -39.990433725591046, "W31": -74.374296965466328, "S31": -75.961111610282856, "W32": -90.201900205826334, "S32": -95.201900205826334 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 509555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.05655823365543, "S12": -9.05655823365543, "W13": -15.0, "S13": -24.899403567600253, "W21": -38.342804154676827, "S21": -38.342804154676827, "W22": -41.76496769658597, "S22": -41.76496769658597, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 515819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9890136633237567, "S12": -7.9890136633237567, "W13": -15.893780624092997, "S13": -26.26622301124565, "W21": -42.217096016303508, "S21": -44.023456098615746, "W22": -35.947720148546615, "S22": -39.991836587624391, "W31": -69.671022412792809, "S31": -69.671022412792809, "W32": -92.325654000034788, "S32": -97.325654000034788 }, "geometry": { "type": "Point", "coordinates": [ 105880.0, 517686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.411722716401128, "S13": -14.411722716401128, "W21": -46.0, "S21": -46.0, "W22": -39.168301006648711, "S22": -39.168301006648711, "W31": -62.243061706262345, "S31": -63.792421951188601, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.142857142855064, 526683.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2549266291571533, "S12": -5.2549266291571533, "W13": -19.361637625973628, "S13": -19.361637625973628, "W21": -40.526069283827603, "S21": -41.457865154254293, "W22": -38.578972561099498, "S22": -38.578972561099498, "W31": -71.946353995302346, "S31": -72.129369119189505, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105880.4, 521767.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.486596790450358, "S12": -10.486596790450358, "W13": -15.404418536146375, "S13": -18.577838402686702, "W21": -31.744385794286707, "S21": -31.744385794286707, "W22": -36.416822184431403, "S22": -37.044762820435785, "W31": -71.325722158323629, "S31": -73.442159339668819, "W32": -90.649361860006621, "S32": -95.649361860006621 }, "geometry": { "type": "Point", "coordinates": [ 105880.5, 499986.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68949103247695798, "S11": -1.2682129448275052, "W12": -5.1651829341319342, "S12": -5.1651829341319342, "W13": -23.836816088557761, "S13": -23.836816088557761, "W21": -27.903696116112727, "S21": -27.903696116112727, "W22": -40.0, "S22": -40.0, "W31": -58.475455860250122, "S31": -58.475455860250122, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105880.6, 507035.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.5346613268963498, "S12": -3.5346613268963498, "W13": -14.954394975402989, "S13": -17.954394975402991, "W21": -41.188540254898882, "S21": -42.456164357376508, "W22": -45.518951022681641, "S22": -45.527988658656511, "W31": -73.370536367724583, "S31": -73.370536367724583, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105881.0, 498838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45269508568191474, "S11": -0.45269508568191474, "W12": -9.3757229485786393, "S12": -13.331106443970839, "W13": -25.174405848060996, "S13": -25.174405848060996, "W21": -35.226158862890465, "S21": -35.226158862890465, "W22": -47.256216155708231, "S22": -55.769136213206167, "W31": -80.0, "S31": -80.0, "W32": -92.278174812925101, "S32": -97.278174812925101 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 505593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45955672001132986, "S11": -0.45955672001132986, "W12": -9.3170107609800557, "S12": -13.256028475526991, "W13": -25.154077071089631, "S13": -25.154077071089631, "W21": -35.343834243861544, "S21": -35.343834243861544, "W22": -38.485430891742681, "S22": -38.876915834332088, "W31": -65.869058424092373, "S31": -69.036914403238669, "W32": -97.241574624752189, "S32": -102.24157462475219 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 505598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.18498168498174555, "W12": -5.0, "S12": -8.2833716475095791, "W13": -20.912508950399431, "S13": -21.468172401770786, "W21": -30.0, "S21": -33.72978552057198, "W22": -44.774011630076039, "S22": -44.77951766507325, "W31": -74.626481943049399, "S31": -74.626481943049399, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 506588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44591957589541975, "S11": -0.44591957589541975, "W12": -9.9691426690523635, "S12": -9.9691426690523635, "W13": -16.747124063983271, "S13": -29.191173380844724, "W21": -39.644242369260382, "S21": -39.644242369260382, "W22": -30.0, "S22": -39.395652524384019, "W31": -70.0, "S31": -70.0, "W32": -91.358695755321264, "S32": -96.358695755321264 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 514942.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1995060293519302, "S12": -6.1995060293519302, "W13": -20.0, "S13": -20.0, "W21": -39.068821053742909, "S21": -39.869762154878472, "W22": -38.810328425447473, "S22": -39.803995637015618, "W31": -63.720149374898526, "S31": -65.251076973911282, "W32": -99.202492211838006, "S32": -104.20249221183801 }, "geometry": { "type": "Point", "coordinates": [ 105882.0, 520396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0009894802624728, "S11": -1.0009894802624728, "W12": -14.718910642021219, "S12": -14.718910642021219, "W13": -16.443426278276814, "S13": -21.195302611901546, "W21": -34.630458925948489, "S21": -34.630458925948489, "W22": -35.833632934609128, "S22": -39.880565440086798, "W31": -69.932008215631953, "S31": -69.932008215631953, "W32": -92.33329697584756, "S32": -97.33329697584756 }, "geometry": { "type": "Point", "coordinates": [ 105884.0, 500595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52109927470534911, "S11": 0.52109927470534911, "W12": -9.9999999999999982, "S12": -10.87596548166942, "W13": -17.253995205519502, "S13": -18.838538646326786, "W21": -28.266129260771727, "S21": -28.266129260771727, "W22": -30.0, "S22": -39.838760473731874, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -91.276486616908073, "S32": -96.276486616908073 }, "geometry": { "type": "Point", "coordinates": [ 105884.0, 501599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2938978464508235, "S12": -9.2938978464508235, "W13": -15.000000000000002, "S13": -25.0, "W21": -38.618451327181752, "S21": -38.618451327181752, "W22": -39.832004491989039, "S22": -39.832004491989039, "W31": -73.955560109682708, "S31": -75.216239689005363, "W32": -90.154083761594677, "S32": -95.154083761594677 }, "geometry": { "type": "Point", "coordinates": [ 105884.0, 515404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53843448093092727, "S11": -0.53843448093092727, "W12": -10.0, "S12": -10.327875470687166, "W13": -15.446481028151776, "S13": -18.521060579223803, "W21": -34.691955884420217, "S21": -34.691955884420217, "W22": -40.0, "S22": -40.0, "W31": -50.258685046615398, "S31": -50.258685046615398, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105884.75, 499812.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.227644614531085, "S12": -10.28718215840796, "W13": -15.436101676697444, "S13": -18.550079269741254, "W21": -32.503722524976382, "S21": -32.503722524976382, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 499944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09, "S11": -0.5, "W12": -10.0, "S12": -12.357686294945312, "W13": -23.900220717630564, "S13": -24.337357067149149, "W21": -30.144971318817525, "S21": -30.144971318817525, "W22": -38.858676414136134, "S22": -40.411260252284293, "W31": -71.26766460247913, "S31": -71.822662993554985, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46894736842105261, "S11": -0.96894736842105256, "W12": -10.618631086923163, "S12": -12.954795756021687, "W13": -25.0, "S13": -25.232984781033235, "W21": -30.527442913643306, "S21": -30.527442913643306, "W22": -41.007318062882163, "S22": -49.623255252802672, "W31": -79.849023929471031, "S31": -79.849023929471031, "W32": -92.213848020478864, "S32": -97.213848020478864 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -10.659922315609334, "S12": -12.994891338827481, "W13": -25.0, "S13": -25.223610356690205, "W21": -30.550932274169938, "S21": -30.550932274169938, "W22": -42.038263019106296, "S22": -42.038263019106296, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 505215.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.4243986254295531, "W12": -4.3829458101499199, "S12": -7.3829458101499199, "W13": -21.820653448708072, "S13": -21.820653448708072, "W21": -29.138732222372475, "S21": -32.100751699563659, "W22": -40.0, "S22": -40.0, "W31": -57.739698834472392, "S31": -57.739698834472392, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 506661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66069457729379732, "S11": -1.6606945772937973, "W12": -6.7657619760479051, "S12": -7.516448789234718, "W13": -23.3200680196999, "S13": -23.3200680196999, "W21": -27.193860197448846, "S21": -27.193860197448846, "W22": -40.0, "S22": -40.0, "W31": -74.474806610065386, "S31": -76.190767452034819, "W32": -90.276797819505049, "S32": -95.276797819505049 }, "geometry": { "type": "Point", "coordinates": [ 105885.0, 506934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26954950742216188, "S11": 0.26954950742216188, "W12": -4.196992217940954, "S12": -4.196992217940954, "W13": -14.471470419341539, "S13": -14.471470419341539, "W21": -39.968477300404686, "S21": -39.968477300404686, "W22": -40.0, "S22": -40.0, "W31": -53.550259854560117, "S31": -53.854398922342462, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105885.2, 497667.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26427176093849492, "S11": -0.26427176093849492, "W12": -10.58144152986168, "S12": -15.285712613509666, "W13": -17.23171693795252, "S13": -22.16837103756523, "W21": -38.757068667120294, "S21": -38.757068667120294, "W22": -40.0, "S22": -40.0, "W31": -70.358719648190217, "S31": -70.358719648190217, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105885.333333333328483, 513020.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.9988895058300944, "S12": -7.9988895058300944, "W13": -17.104566853162236, "S13": -22.104566853162236, "W21": -37.08073887556565, "S21": -37.08073887556565, "W22": -30.0, "S22": -37.774250850191883, "W31": -70.0, "S31": -71.060175052076033, "W32": -91.245582553868985, "S32": -96.245582553868985 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 500898.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23853690985581244, "S11": 0.23853690985581244, "W12": -7.3096631437971293, "S12": -9.5793211993346681, "W13": -17.515696941006112, "S13": -20.515696941006112, "W21": -29.999999999999996, "S21": -31.693454808915558, "W22": -37.929350961824724, "S22": -41.418096964064006, "W31": -69.176062893086353, "S31": -69.707547632179455, "W32": -94.327901165041723, "S32": -99.327901165041723 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 501898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -9.9291248524203084, "S12": -10.394770150024154, "W13": -18.139599260375686, "S13": -21.316520593938261, "W21": -30.0, "S21": -30.123089953160388, "W22": -38.611021982421981, "S22": -38.611021982421981, "W31": -71.895885034259734, "S31": -72.098073171125549, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 503579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5533203125, "S11": -0.5533203125, "W12": -10.573388449341474, "S12": -12.767287856855125, "W13": -25.568684527648895, "S13": -25.711345735151198, "W21": -31.82425318604945, "S21": -31.82425318604945, "W22": -39.529039075760103, "S22": -41.798814896436028, "W31": -70.443889393685112, "S31": -71.926191227858666, "W32": -89.94987607519694, "S32": -94.94987607519694 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 505416.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88990785903072034, "S11": -0.88990785903072034, "W12": -8.7791468076368187, "S12": -19.095956352488784, "W13": -21.787692716569822, "S13": -21.787692716569822, "W21": -30.863420940917592, "S21": -30.863420940917592, "W22": -47.092754956436316, "S22": -47.098177667848297, "W31": -73.942485056319853, "S31": -74.565001426890689, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105886.0, 509984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64625645438898449, "W12": -10.468485111854097, "S12": -12.687590786345449, "W13": -25.525031691422566, "S13": -25.72047157755485, "W21": -32.036749165501995, "S21": -32.036749165501995, "W22": -32.524854910586704, "S22": -35.409925700053051, "W31": -70.0, "S31": -72.960217839865237, "W32": -90.826531211905248, "S32": -95.826531211905248 }, "geometry": { "type": "Point", "coordinates": [ 105887.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.5, "W12": -4.5700329536798669, "S12": -7.4679639881626256, "W13": -21.751460335652766, "S13": -21.79051862097246, "W21": -29.201113487797976, "S21": -32.301386851884772, "W22": -45.725033452210646, "S22": -45.729845722409117, "W31": -74.812093324066822, "S31": -74.812093324066822, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105887.0, 506653.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -30.0, "S22": -39.608069020959896, "W31": -70.0, "S31": -70.166645445346191, "W32": -91.287585495461911, "S32": -96.287585495461911 }, "geometry": { "type": "Point", "coordinates": [ 105887.068421052637859, 530016.589473684201948 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2116239621371303, "S12": -9.2116239621371303, "W13": -15.000000000000002, "S13": -23.317733821566684, "W21": -38.461674816116748, "S21": -38.461674816116748, "W22": -38.620860392974834, "S22": -39.503204405166372, "W31": -64.551816754429041, "S31": -67.551816754429041, "W32": -98.162843387142445, "S32": -103.16284338714244 }, "geometry": { "type": "Point", "coordinates": [ 105887.5, 515503.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52821288515406162, "S11": 0.52821288515406162, "W12": -8.4123404447250909, "S12": -8.4123404447250909, "W13": -17.170007967220577, "S13": -20.170007967220577, "W21": -28.845443043928135, "S21": -28.845443043928135, "W22": -38.788529379499984, "S22": -39.834435791748092, "W31": -63.778080857282021, "S31": -65.345137973056765, "W32": -99.158312092891535, "S32": -104.15831209289153 }, "geometry": { "type": "Point", "coordinates": [ 105888.0, 501489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69510501649019263, "S11": -0.69510501649019263, "W12": -5.0, "S12": -13.601417183348095, "W13": -27.234421616742821, "S13": -27.234421616742821, "W21": -43.570553162504524, "S21": -47.105259988723844, "W22": -40.764239931949568, "S22": -40.764239931949568, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105888.0, 506106.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.5623472606246622, "S12": -3.5623472606246622, "W13": -14.83327557934469, "S13": -17.841882853454436, "W21": -41.237596586925839, "S21": -42.432498648058186, "W22": -39.227634936221477, "S22": -39.98560086333206, "W31": -61.970792070220668, "S31": -63.246963136528095, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105888.2, 498871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59859552677159422, "S11": -0.59859552677159422, "W12": -12.733511976375368, "S12": -12.733511976375368, "W13": -16.664566831358847, "S13": -21.541271521017912, "W21": -35.276923064797167, "S21": -35.276923064797167, "W22": -48.898973237601787, "S22": -48.903188185669656, "W31": -74.312836810559133, "S31": -75.167404621027003, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105888.25, 500698.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25932012485943634, "S11": 0.25932012485943723, "W12": -4.206259228092982, "S12": -4.206259228092982, "W13": -14.477866261263927, "S13": -14.479705085012052, "W21": -39.970449320624482, "S21": -39.970449320624482, "W22": -32.732532711552153, "S22": -35.235752632127443, "W31": -70.0, "S31": -72.956744904569689, "W32": -90.828089115785318, "S32": -95.828089115785318 }, "geometry": { "type": "Point", "coordinates": [ 105888.666666666671517, 497674.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": -0.069900892991310998, "S11": -0.069900892991310998, "W12": -11.046289384096543, "S12": -11.046289384096543, "W13": -16.865501565047353, "S13": -21.856122152923234, "W21": -36.091634035833266, "S21": -36.091634035833266, "W22": -41.047896231827281, "S22": -49.610466736594248, "W31": -79.948205289672543, "S31": -79.948205289672543, "W32": -92.23566250507821, "S32": -97.23566250507821 }, "geometry": { "type": "Point", "coordinates": [ 105888.666666666671517, 500790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48355318316471951, "S11": -1.7390915654418961, "W12": -10.0, "S12": -10.0, "W13": -18.21385838496143, "S13": -21.356558854386293, "W21": -30.0, "S21": -30.466512789568107, "W22": -36.708273692816853, "S22": -40.531428026469825, "W31": -69.489605824792761, "S31": -69.489605824792761, "W32": -92.819506529161245, "S32": -97.819506529161245 }, "geometry": { "type": "Point", "coordinates": [ 105889.0, 503638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48721126477886451, "S11": -0.48721126477886451, "W12": -10.0, "S12": -10.217836997127506, "W13": -15.467784817248511, "S13": -18.572965703906814, "W21": -33.26305925566605, "S21": -33.26305925566605, "W22": -51.177818748900812, "S22": -51.178916932240121, "W31": -74.811363443730301, "S31": -76.702757585875446, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105889.5, 499902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.08, "S11": -2.28, "W12": -8.08, "S12": -18.53, "W13": -20.969999, "S13": -20.969999, "W21": -30.83, "S21": -30.83, "W22": -36.890641482600245, "S22": -45.619527780812298, "W31": -70.0, "S31": -70.0, "W32": -92.144126306684896, "S32": -97.144126306684896 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41091216771803307, "S11": -0.41091216771803307, "W12": -10.065227828260133, "S12": -10.065227828260133, "W13": -17.396875969117215, "S13": -30.399756850498679, "W21": -40.076855190544912, "S21": -40.076855190544912, "W22": -38.628182574969443, "S22": -47.258293480012114, "W31": -74.708910579346167, "S31": -74.708910579346167, "W32": -92.19555942432541, "S32": -97.19555942432541 }, "geometry": { "type": "Point", "coordinates": [ 105890.25, 514766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47760685455315816, "S11": -0.47760685455315816, "W12": -9.3836096603458667, "S12": -13.024431561146642, "W13": -25.255903663966759, "S13": -25.255903663966759, "W21": -35.109707634019173, "S21": -35.109707634019173, "W22": -44.705314152398202, "S22": -44.712857028701023, "W31": -73.49143253463096, "S31": -73.49143253463096, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105890.8, 505587.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40615705990652878, "S11": -0.50346571986415589, "W12": -10.0, "S12": -13.805439082613351, "W13": -25.471115641723046, "S13": -25.471115641723046, "W21": -33.872004403080751, "S21": -33.872004403080751, "W22": -52.329283318284688, "S22": -52.329283318284688, "W31": -75.278725757914287, "S31": -78.278725757914287, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105891.0, 505535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44552406721071003, "S11": -0.44552406721071003, "W12": -6.8751944562292842, "S12": -6.8751944562292842, "W13": -24.435546190462365, "S13": -24.435546190462365, "W21": -30.847078181092691, "S21": -30.847078181092691, "W22": -37.919793144504531, "S22": -41.389367305979242, "W31": -69.180724925592287, "S31": -69.716236443179227, "W32": -94.355927281686675, "S32": -99.355927281686675 }, "geometry": { "type": "Point", "coordinates": [ 105891.333333333328483, 507308.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6537957911181067, "S12": -8.6537957911181067, "W13": -15.0, "S13": -23.213263063972462, "W21": -40.0363515127274, "S21": -40.0363515127274, "W22": -42.138964191450761, "S22": -42.138964191450761, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105891.646551724144956, 516624.271551724115852 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35049627791563281, "S11": -2.6495037220843671, "W12": -4.0822717505305119, "S12": -6.5252864564128643, "W13": -22.970590162375338, "S13": -22.970590162375338, "W21": -27.278886180577395, "S21": -27.843223557421179, "W22": -39.656942572781858, "S22": -39.656942572781858, "W31": -73.806442129807664, "S31": -74.968627274959829, "W32": -90.167624346318163, "S32": -95.167624346318163 }, "geometry": { "type": "Point", "coordinates": [ 105892.0, 506818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39701156161756085, "S11": -0.39701156161756085, "W12": -7.5005303351718275, "S12": -7.5005303351718275, "W13": -24.516280069618784, "S13": -24.516280069618784, "W21": -31.298962903869167, "S21": -31.298962903869167, "W22": -30.859636299878577, "S22": -37.148624171511074, "W31": -70.0, "S31": -71.734968850533008, "W32": -91.095851695371465, "S32": -96.095851695371465 }, "geometry": { "type": "Point", "coordinates": [ 105892.0, 507343.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0309841161811182, "S12": -9.0309841161811182, "W13": -15.0, "S13": -24.438295306631336, "W21": -38.460477713101689, "S21": -38.460477713101689, "W22": -31.302241119413729, "S22": -40.271079427223867, "W31": -70.0, "S31": -70.0, "W32": -91.856555905278938, "S32": -96.856555905278938 }, "geometry": { "type": "Point", "coordinates": [ 105892.026315789480577, 515864.513157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59479318145097082, "S11": -0.59479318145097082, "W12": -4.7818839289789645, "S12": -4.7818839289789645, "W13": -24.106681235261174, "S13": -24.106681235261174, "W21": -29.294579651964288, "S21": -29.294579651964288, "W22": -41.523507574696929, "S22": -41.523507574696929, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105892.333333333328483, 507173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32, "S11": -2.42, "W12": -10.62, "S12": -10.62, "W13": -30.309999, "S13": -30.309999, "W21": -36.0, "S21": -36.0, "W22": -39.514124711487767, "S22": -41.34929365581889, "W31": -71.061893652348388, "S31": -73.236160111525649, "W32": -89.971578419361336, "S32": -94.971578419361336 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.076839342057843, "S12": -9.076839342057843, "W13": -15.0, "S13": -24.635753076070326, "W21": -38.270066922054262, "S21": -38.270066922054262, "W22": -43.717335828630432, "S22": -43.723884541741874, "W31": -74.267278859306003, "S31": -74.267278859306003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105893.375, 515771.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.042111402941254455, "S11": -0.4144729040900923, "W12": -5.0222371476331409, "S12": -7.5475413808428904, "W13": -16.562800602632532, "S13": -17.443396195248461, "W21": -35.552619529413136, "S21": -35.552619529413136, "W22": -30.0, "S22": -39.285111642528953, "W31": -70.0, "S31": -70.0, "W32": -91.407120963379796, "S32": -96.407120963379796 }, "geometry": { "type": "Point", "coordinates": [ 105893.4, 496860.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89544930038662629, "S11": -0.8954493003866264, "W12": -8.7356641989869317, "S12": -19.059947893198157, "W13": -21.750947395204605, "S13": -21.750947395204605, "W21": -30.835073913213751, "S21": -30.835073913213751, "W22": -30.0, "S22": -39.203858451782786, "W31": -70.0, "S31": -70.0, "W32": -91.431631968083337, "S32": -96.431631968083337 }, "geometry": { "type": "Point", "coordinates": [ 105893.6, 509981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48692854157960724, "S11": -0.48692854157960724, "W12": -10.0, "S12": -10.256738454211256, "W13": -15.499467957799576, "S13": -18.604234519308854, "W21": -34.022395986355725, "S21": -34.022395986355725, "W22": -40.520095068839261, "S22": -48.750244432227646, "W31": -80.0, "S31": -80.0, "W32": -92.196640013828642, "S32": -97.196640013828642 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.8393469123827999, "W12": -10.0, "S12": -15.115871458216162, "W13": -19.027249667790969, "S13": -21.330124906750552, "W21": -30.0, "S21": -30.0, "W22": -41.253211525544202, "S22": -41.253211525544202, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 503953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47755841948732469, "S11": -0.47755841948732469, "W12": -9.4644046408917237, "S12": -13.012562361872106, "W13": -25.312521064639778, "S13": -25.312521064639778, "W21": -34.911174408777832, "S21": -34.911174408777832, "W22": -30.551807614202573, "S22": -37.481774341689963, "W31": -70.0, "S31": -71.510080029984209, "W32": -91.183785283886081, "S32": -96.183785283886081 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 505579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34482758620689657, "S11": -0.73004807901275659, "W12": -10.0, "S12": -15.589536367503191, "W13": -20.0, "S13": -23.495216433167219, "W21": -36.055276996453465, "S21": -40.270011662170774, "W22": -36.635015525548944, "S22": -40.455517185367405, "W31": -69.486752522440796, "S31": -69.486752522440796, "W32": -92.777313364541868, "S32": -97.777313364541868 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 506391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5372936727612958, "S11": -0.5372936727612958, "W12": -9.7950816586225322, "S12": -20.143107942070841, "W13": -25.046742346839544, "S13": -25.046742346839544, "W21": -38.848920283847981, "S21": -38.848920283847981, "W22": -41.616208931925364, "S22": -41.624518370391492, "W31": -73.72891862287851, "S31": -73.72891862287851, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 511024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1697702903360456, "S12": -5.8202282420429565, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.733451965894083, "S21": -40.733451965894083, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -74.613428669092968, "S31": -76.458535708215138, "W32": -90.476271573423574, "S32": -95.476271573423574 }, "geometry": { "type": "Point", "coordinates": [ 105894.0, 524360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.6515555555557038, "W13": -20.38401061381095, "S13": -21.73439762532659, "W21": -31.119473054747012, "S21": -35.017156874929576, "W22": -41.23105769096226, "S22": -49.727801738379192, "W31": -80.0, "S31": -80.0, "W32": -92.263049375543318, "S32": -97.263049375543318 }, "geometry": { "type": "Point", "coordinates": [ 105894.2, 506545.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16087171047073481, "S11": -0.16087171047073481, "W12": -10.0, "S12": -11.111871926537985, "W13": -16.576883903926703, "S13": -30.568226490157294, "W21": -38.554703064906114, "S21": -38.554703064906114, "W22": -40.0, "S22": -40.0, "W31": -52.340903615346413, "S31": -52.558011114901262, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105894.25, 513512.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48946537317660388, "S11": -0.48946537317660388, "W12": -9.3876406463598432, "S12": -12.878405266927693, "W13": -25.29489275236239, "S13": -25.29489275236239, "W21": -35.053593750326982, "S21": -35.053593750326982, "W22": -40.0, "S22": -40.0, "W31": -58.729262966849106, "S31": -58.729262966849106, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 505585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5361898087896693, "S12": -14.847785050297482, "W13": -26.684627775054278, "S13": -26.684627775054278, "W21": -40.691801908634027, "S21": -42.23154223888875, "W22": -40.0, "S22": -40.0, "W31": -53.261506615597177, "S31": -53.535970827556604, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.4485834207764952, "W12": -4.8941030816007354, "S12": -6.9819707286595589, "W13": -23.032349019310971, "S13": -23.032349019310971, "W21": -27.12532310381156, "S21": -27.554368038033328, "W22": -44.436467902356142, "S22": -44.442449306479574, "W31": -74.431664218000293, "S31": -74.431664218000293, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 506828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.607139713474336, "S12": -10.753154556972238, "W13": -23.656172424385829, "S13": -23.656172424385829, "W21": -30.0, "S21": -30.0, "W22": -39.134626799134345, "S22": -39.134626799134345, "W31": -73.338729628762437, "S31": -74.156852768576684, "W32": -90.094442688246829, "S32": -95.094442688246829 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 508273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070937933661669145, "S11": -0.82714955725155881, "W12": -10.0, "S12": -21.179607665719608, "W13": -22.64310288632166, "S13": -36.620586257818772, "W21": -38.916212654417173, "S21": -38.916212654417173, "W22": -42.304979920802609, "S22": -50.764816255422474, "W31": -80.0, "S31": -80.0, "W32": -92.281901567803459, "S32": -97.281901567803459 }, "geometry": { "type": "Point", "coordinates": [ 105895.0, 511643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93307988751171755, "S11": -0.93307988751171755, "W12": -15.0, "S12": -15.0, "W13": -16.374409015215399, "S13": -21.078514178630805, "W21": -34.416221832121231, "S21": -34.416221832121231, "W22": -37.798769957526645, "S22": -41.331262310218875, "W31": -69.291978050670025, "S31": -69.291978050670025, "W32": -94.037784660870784, "S32": -99.037784660870784 }, "geometry": { "type": "Point", "coordinates": [ 105896.0, 500569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12808273505664139, "S11": -0.12808273505664139, "W12": -5.0, "S12": -7.7712316074981835, "W13": -17.796049032297798, "S13": -21.154162632072726, "W21": -30.0, "S21": -31.085734103606857, "W22": -37.199136485819302, "S22": -37.942732671373108, "W31": -71.444900610922474, "S31": -73.384757972889474, "W32": -90.552313871039587, "S32": -95.552313871039587 }, "geometry": { "type": "Point", "coordinates": [ 105896.0, 503163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12488769092542701, "S11": -3.1248876909254268, "W12": -3.1248876909254268, "S12": -5.1249705644538848, "W13": -22.403282753921125, "S13": -22.403282753921125, "W21": -28.043952964588971, "S21": -29.772633413361682, "W22": -39.814812742989545, "S22": -41.817961988020599, "W31": -70.837920065226285, "S31": -72.690623057825206, "W32": -89.968723030182318, "S32": -94.968723030182318 }, "geometry": { "type": "Point", "coordinates": [ 105896.0, 506745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1696651479267652, "S12": -6.9405698698843654, "W13": -14.68328784492518, "S13": -14.68328784492518, "W21": -45.028153303555094, "S21": -45.028153303555094, "W22": -48.439523667852313, "S22": -50.125739806258622, "W31": -73.417196822688368, "S31": -73.417196822688368, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105896.5, 526028.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.6239299362076758, "S12": -3.6239299362076758, "W13": -14.93339510404668, "S13": -17.934026181670728, "W21": -41.245916081831041, "S21": -42.475130872213974, "W22": -41.431931734652316, "S22": -41.441381327506569, "W31": -73.375147167919479, "S31": -73.375147167919479, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105896.57894736842718, 498852.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2497423887587521, "S11": -1.3906313838597595, "W12": -6.7012373425384792, "S12": -17.654698027675739, "W13": -24.203957597173094, "S13": -35.022425639182138, "W21": -38.892843150707733, "S21": -38.892843150707733, "W22": -41.813438676126964, "S22": -41.823057518408518, "W31": -73.323836003805468, "S31": -73.323836003805468, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105896.8, 511289.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0174067425913087, "S12": -8.0174067425913087, "W13": -15.823338136244189, "S13": -25.981681763924797, "W21": -42.165218243955039, "S21": -43.926159787022193, "W22": -45.959997030024418, "S22": -45.965993069252086, "W31": -73.713402648149028, "S31": -74.002247219939122, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105896.833333333328483, 517645.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89925183062718883, "S11": -1.9752824629929422, "W12": -10.0, "S12": -14.335935457595562, "W13": -20.0, "S13": -20.873848649274915, "W21": -29.454902595592678, "S21": -29.454902595592678, "W22": -46.90993518936412, "S22": -46.915314811802951, "W31": -73.9078560079722, "S31": -74.516630914376009, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105897.0, 504283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.04503021439180073, "S11": 0.04503021439180073, "W12": -10.0, "S12": -12.124627989114728, "W13": -23.961204402421931, "S13": -24.420491078061232, "W21": -30.100457158739779, "S21": -30.100457158739779, "W22": -52.453553500460536, "S22": -52.453553500460536, "W31": -75.340026689949241, "S31": -78.035798913565984, "W32": -94.451908716954449, "S32": -99.451908716954449 }, "geometry": { "type": "Point", "coordinates": [ 105897.0, 505063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58695372500097454, "S11": -0.58695372500097454, "W12": -9.6701654255359202, "S12": -20.054814843006874, "W13": -25.0, "S13": -25.0, "W21": -38.868996517799623, "S21": -38.868996517799623, "W22": -36.522772630091801, "S22": -40.359276939905534, "W31": -69.462107973343365, "S31": -69.462107973343365, "W32": -92.679727922283618, "S32": -97.679727922283618 }, "geometry": { "type": "Point", "coordinates": [ 105897.0, 511034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20836982186908515, "S11": -0.20836982186908515, "W12": -10.395714009073409, "S12": -14.015331478046292, "W13": -16.661342276457926, "S13": -32.137399532617387, "W21": -38.377696648271041, "S21": -38.377696648271041, "W22": -44.854224362696847, "S22": -44.861954975210971, "W31": -73.45171896182211, "S31": -73.45171896182211, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105897.9, 513360.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2198095316060327, "W12": -10.160101578647115, "S12": -12.38515698805517, "W13": -26.754278279758893, "S13": -26.754278279758893, "W21": -31.5659146507206, "S21": -31.5659146507206, "W22": -38.63222537522676, "S22": -45.027729280732409, "W31": -79.955555226060326, "S31": -79.955555226060326, "W32": -92.192026037428803, "S32": -97.192026037428803 }, "geometry": { "type": "Point", "coordinates": [ 105898.0, 508003.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0572265625000001, "S11": -0.068658581201458346, "W12": -10.049100869521476, "S12": -14.006456477262031, "W13": -20.0, "S13": -25.617707992585323, "W21": -39.134455934170489, "S21": -39.134455934170489, "W22": -38.513463954761299, "S22": -38.822189113596309, "W31": -72.781015615751627, "S31": -73.186688509931713, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105898.0, 511989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -49.781715638490461, "S22": -57.997893157703601, "W31": -80.0, "S31": -80.0, "W32": -92.410667091853455, "S32": -97.410667091853455 }, "geometry": { "type": "Point", "coordinates": [ 105898.103846153841005, 530035.330769230728038 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16100800057951895, "S11": 0.16100800057951895, "W12": -5.0, "S12": -5.0, "W13": -13.80903171251156, "S13": -13.80903171251156, "W21": -36.067250229314112, "S21": -37.064818585907766, "W22": -40.0, "S22": -40.0, "W31": -57.97925602914701, "S31": -58.339933872923865, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105898.5, 496980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50468673916571982, "S11": -0.87834499975414526, "W12": -10.0, "S12": -15.075343560304869, "W13": -19.041974651433538, "S13": -21.322534927178417, "W21": -30.0, "S21": -30.0, "W22": -45.92696567356333, "S22": -45.932957943618277, "W31": -73.707076577803747, "S31": -73.995922589672873, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105898.875, 503956.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43556194458964981, "S11": 0.43556194458964981, "W12": -4.5006793645897591, "S12": -4.5006793645897591, "W13": -13.785194468452897, "S13": -13.785194468452897, "W21": -39.112231143540754, "S21": -41.350809823743802, "W22": -47.846172290907184, "S22": -47.846172290907184, "W31": -75.197084816594355, "S31": -77.583250413467454, "W32": -93.070528392141298, "S32": -98.070528392141298 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 497402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.8472458233423183, "W12": -4.9134742938275293, "S12": -4.9134742938275293, "W13": -14.774676193602142, "S13": -15.747974504944157, "W21": -40.456261955314915, "S21": -40.902292312917176, "W22": -35.868557588420764, "S22": -39.849160748057976, "W31": -69.888084772393711, "S31": -69.888084772393711, "W32": -92.419642052648797, "S32": -97.419642052648797 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 498081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.7935560460138724, "S12": -3.7935560460138742, "W13": -17.063013164017875, "S13": -19.150925435070938, "W21": -41.041945017087336, "S21": -42.650438317493375, "W22": -39.081827842805815, "S22": -41.079268455580994, "W31": -70.763195326899719, "S31": -71.583183528122504, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 498607.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60992303745510512, "S11": -0.60992303745510512, "W12": -5.0, "S12": -15.730973197649421, "W13": -27.507892149310177, "S13": -27.507892149310177, "W21": -43.519560676316246, "S21": -45.901132943316142, "W22": -33.930402875476283, "S22": -34.229613994935335, "W31": -70.61416632859644, "S31": -73.237997546647549, "W32": -90.836846360540648, "S32": -95.836846360540648 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75480631276901011, "S11": -0.99381754672050793, "W12": -8.7754491017964078, "S12": -9.7332821093362014, "W13": -25.0, "S13": -25.012726964194634, "W21": -41.300420072334148, "S21": -45.734839760442561, "W22": -38.374197516656963, "S22": -38.960540132278659, "W31": -72.535284211669918, "S31": -72.760473624043314, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 506225.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69069316529326219, "S11": -1.4735862470542656, "W12": -7.2129565868263468, "S12": -7.2129565868263468, "W13": -23.572695380373968, "S13": -23.572695380373968, "W21": -27.170612533382997, "S21": -27.170612533382997, "W22": -50.000000000000007, "S22": -58.205538137655495, "W31": -80.0, "S31": -80.0, "W32": -92.412859461206807, "S32": -97.412859461206807 }, "geometry": { "type": "Point", "coordinates": [ 105899.0, 506964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.2508231473545877, "S12": -7.2508231473545877, "W13": -17.421519690416449, "S13": -20.131128246122245, "W21": -29.319041005290917, "S21": -29.319041005290917, "W22": -38.756980290285341, "S22": -45.664010200744478, "W31": -80.0, "S31": -80.0, "W32": -92.205044751830755, "S32": -97.205044751830755 }, "geometry": { "type": "Point", "coordinates": [ 105899.6, 501433.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4831243732036148, "S12": -7.1161399219494079, "W13": -21.732125224614666, "S13": -21.732125224614666, "W21": -28.997924411418801, "S21": -32.106738504856196, "W22": -44.438356491293462, "S22": -44.445584751608237, "W31": -73.496896736684334, "S31": -73.496896736684334, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105899.666666666671517, 506658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24704083205555685, "S11": 0.24704083205555685, "W12": -4.285775698744116, "S12": -4.285775698744116, "W13": -14.801701795642662, "S13": -17.839605736841495, "W21": -40.703488167762643, "S21": -41.621957937074775, "W22": -52.250204203202713, "S22": -52.250204203202713, "W31": -75.300253695854138, "S31": -78.203023161362424, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.265284342125323, "S12": -12.671853510190536, "W13": -14.97801954004705, "S13": -18.022545491309639, "W21": -37.111678879718781, "S21": -37.130177210728185, "W22": -39.481880653574471, "S22": -39.481880653574471, "W31": -73.65732414993245, "S31": -74.721014860913968, "W32": -90.181164931041621, "S32": -95.181164931041621 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 499474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48263145981334449, "S11": -0.48263145981334449, "W12": -10.0, "S12": -10.253181324323922, "W13": -15.482844197403347, "S13": -18.587966822980139, "W21": -34.216700097712696, "S21": -34.216700097712696, "W22": -40.0, "S22": -40.0, "W31": -50.566416083612559, "S31": -50.584855724629492, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 499853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.681939041061455, "S12": -10.681939041061455, "W13": -15.336388624036569, "S13": -18.55652584384395, "W21": -31.76226550902491, "S21": -31.76226550902491, "W22": -38.460156427437767, "S22": -38.956765864421342, "W31": -65.630100812890277, "S31": -68.67020182299126, "W32": -97.396261682243065, "S32": -102.39626168224306 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09, "S11": 0.09, "W12": -10.0, "S12": -15.108880398735527, "W13": -18.997613546833509, "S13": -21.353423563504361, "W21": -30.0, "S21": -30.170834750541523, "W22": -38.739934685541172, "S22": -39.901963231982648, "W31": -63.906445851599287, "S31": -65.550921561482497, "W32": -99.061597281223456, "S32": -104.06159728122346 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 503939.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91028334925183063, "S11": -2.1988604116629822, "W12": -10.0, "S12": -14.330135950196846, "W13": -20.0, "S13": -20.895997064900456, "W21": -29.469423849607423, "S21": -29.469423849607423, "W22": -40.0, "S22": -40.0, "W31": -55.234301891990746, "S31": -55.635833152029598, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 504277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54908894250769613, "W12": -10.512105451063761, "S12": -10.512105451063761, "W13": -24.771559275033834, "S13": -24.771559275033834, "W21": -30.0, "S21": -30.0, "W22": -49.815821805974259, "S22": -52.154487356890073, "W31": -73.396528819119553, "S31": -73.396528819119553, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 508170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4899655563396266, "S12": -5.4899655563396266, "W13": -20.0, "S13": -20.0, "W21": -40.129067327865691, "S21": -41.082034489373946, "W22": -33.393322944144373, "S22": -34.818003635353989, "W31": -70.206200908712987, "S31": -72.972455010104909, "W32": -90.853550505636491, "S32": -95.853550505636491 }, "geometry": { "type": "Point", "coordinates": [ 105900.0, 521449.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43908750244196992, "S11": -0.43908750244196992, "W12": -8.6488120492151026, "S12": -8.6488120492151026, "W13": -24.615146294129584, "S13": -24.615146294129584, "W21": -32.070502592740326, "S21": -32.070502592740326, "W22": -40.357647585598947, "S22": -48.790149764408469, "W31": -79.027078085642316, "S31": -79.027078085642316, "W32": -92.285988712164553, "S32": -97.285988712164553 }, "geometry": { "type": "Point", "coordinates": [ 105901.0, 507404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1043862617067237, "S12": -9.1043862617067237, "W13": -15.0, "S13": -24.185727654901775, "W21": -38.162130428771157, "S21": -38.162130428771157, "W22": -37.008179533967258, "S22": -40.713025596742149, "W31": -69.575488640101327, "S31": -69.575488640101327, "W32": -93.204260673682725, "S32": -98.204260673682725 }, "geometry": { "type": "Point", "coordinates": [ 105901.365853658542619, 515712.048780487792101 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7916858394787543, "S12": -6.7916858394787543, "W13": -20.0, "S13": -26.505860460142596, "W21": -43.364254320413615, "S21": -43.876145717744016, "W22": -39.802620151932899, "S22": -39.802620151932899, "W31": -73.938412669355685, "S31": -75.221429845817781, "W32": -90.244314485820425, "S32": -95.244314485820425 }, "geometry": { "type": "Point", "coordinates": [ 105901.5, 519502.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4842247952555776, "S11": -0.7342247952555776, "W12": -10.513133388161991, "S12": -12.713299775316507, "W13": -25.592512143051497, "S13": -25.828212137921465, "W21": -32.355522178679259, "S21": -32.355522178679259, "W22": -40.0, "S22": -40.0, "W31": -52.046139549519999, "S31": -52.243671263048775, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105902.0, 505470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40629671806105888, "S11": -0.40629671806105888, "W12": -10.114942837412721, "S12": -10.160712671286417, "W13": -17.449838152150896, "S13": -30.577766881013112, "W21": -40.136525895935222, "S21": -40.136525895935222, "W22": -42.063687529766263, "S22": -42.071735116729897, "W31": -73.779911528886757, "S31": -73.779911528886757, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105902.0, 514741.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1055735020051882, "S12": -6.1055735020051882, "W13": -20.0, "S13": -30.0, "W21": -39.429166367487611, "S21": -40.229946447600923, "W22": -50.0, "S22": -50.003273660000204, "W31": -74.542137523111322, "S31": -75.896885935755549, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105902.0, 520541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78922195339360757, "S11": 0.78922195339360757, "W12": -5.0, "S12": -5.0, "W13": -17.314100223471264, "S13": -21.288187206347459, "W21": -37.625661601968986, "S21": -37.625661601968986, "W22": -51.590190072886678, "S22": -51.590190072886678, "W31": -74.876597302007198, "S31": -77.016660113504429, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105903.0, 500979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70731707317073167, "S11": -1.0051010569223637, "W12": -10.0, "S12": -12.67056672760512, "W13": -22.653018825710358, "S13": -25.301335948312961, "W21": -38.983979454567688, "S21": -43.453520593015959, "W22": -30.0, "S22": -39.392751473159898, "W31": -70.0, "S31": -70.455485487967465, "W32": -91.33809825151485, "S32": -96.33809825151485 }, "geometry": { "type": "Point", "coordinates": [ 105903.0, 506296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6802101464867736, "S12": -8.6802101464867736, "W13": -15.0, "S13": -22.223182772007895, "W21": -39.936810039492755, "S21": -39.936810039492755, "W22": -40.0, "S22": -40.0, "W31": -65.417137770935071, "S31": -65.417137770935071, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105903.714285714289872, 516565.071428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87704405791063433, "S11": -0.87704405791063433, "W12": -14.608403680767829, "S12": -14.608403680767829, "W13": -16.215317533547204, "S13": -20.743381816790546, "W21": -32.929711748370138, "S21": -32.929711748370138, "W22": -45.00313457299535, "S22": -45.011052921720783, "W31": -73.412005389013316, "S31": -73.412005389013316, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059655004266731732, "S11": 0.059655004266731732, "W12": -4.6461005114083402, "S12": -7.8118021895523526, "W13": -17.170500622682177, "S13": -20.954629008558793, "W21": -30.103627199624306, "S21": -32.15739472391305, "W22": -46.946339878382545, "S22": -54.989319332806083, "W31": -80.0, "S31": -80.0, "W32": -92.269207590663015, "S32": -97.269207590663015 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 502247.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8753219989696031, "W12": -10.0, "S12": -10.0, "W13": -18.257784563119401, "S13": -21.366248538277915, "W21": -30.0, "S21": -30.106416025587254, "W22": -37.629995974189598, "S22": -42.04047436916845, "W31": -76.42925719030444, "S31": -76.42925719030444, "W32": -92.187638023261528, "S32": -97.187638023261528 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 503649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47887786086562428, "S11": -0.47887786086562428, "W12": -11.616639085396665, "S12": -16.536172936673026, "W13": -22.482829179809094, "S13": -22.482829179809094, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -74.765947407600692, "S31": -76.74020064387561, "W32": -91.331801219452515, "S32": -96.331801219452515 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 508688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7239374000737917, "S11": -0.7239374000737917, "W12": -10.866738851958649, "S12": -20.866738851958651, "W13": -25.061746759943865, "S13": -25.061746759943865, "W21": -38.537199046755312, "S21": -38.537199046755312, "W22": -40.0, "S22": -40.0, "W31": -52.97275337663423, "S31": -53.217542732770738, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105904.0, 510744.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.417939845991397, "S13": -14.417939845991397, "W21": -46.0, "S21": -46.0, "W22": -32.251433205708729, "S22": -41.026791341628716, "W31": -70.0, "S31": -70.0, "W32": -91.980607955385622, "S32": -96.980607955385622 }, "geometry": { "type": "Point", "coordinates": [ 105904.571428571434808, 526645.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6985652797704448, "S11": -0.91265675623264164, "W12": -8.4221556886227553, "S12": -9.6634290759447321, "W13": -25.0, "S13": -25.128796877651013, "W21": -41.145595505760099, "S21": -45.587819930529548, "W22": -39.850438790474641, "S22": -48.251466132176112, "W31": -78.12586586901763, "S31": -78.12586586901763, "W32": -92.296509627859635, "S32": -97.296509627859635 }, "geometry": { "type": "Point", "coordinates": [ 105905.0, 506227.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4566227262284812, "S12": -5.4566227262284812, "W13": -20.0, "S13": -20.0, "W21": -40.0, "S21": -40.953571618120783, "W22": -38.701501147142473, "S22": -38.701501147142466, "W31": -72.959470482584194, "S31": -73.511185140549088, "W32": -90.076529940827882, "S32": -95.076529940827882 }, "geometry": { "type": "Point", "coordinates": [ 105905.0, 521500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2015615159328852, "S11": 2.2015615159328852, "W12": -4.342765534436662, "S12": -4.342765534436662, "W13": -16.700088716757836, "S13": -16.700088716757836, "W21": -41.0526397717557, "S21": -41.36842794662379, "W22": -39.187377014562465, "S22": -41.387686109865982, "W31": -70.526929570507008, "S31": -71.47024180905683, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105905.5, 523076.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20823633994568397, "S11": 0.20823633994568397, "W12": -4.2524869618278611, "S12": -4.2524869618278611, "W13": -14.509705003239306, "S13": -14.509705003239306, "W21": -39.980255868458677, "S21": -39.988611603225721, "W22": -38.178881850380151, "S22": -39.56295016692053, "W31": -67.887538058485703, "S31": -71.119291072496779, "W32": -95.805154347210419, "S32": -100.80515434721042 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 497710.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.729342261718504, "S13": -19.496427714942467, "W21": -31.08933466460924, "S21": -31.08933466460924, "W22": -39.391989625860774, "S22": -39.391989625860774, "W31": -61.17776307787269, "S31": -61.845440003114682, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 501326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5231104985822799, "W12": -11.172850234331925, "S12": -14.846273425379771, "W13": -20.731976841099268, "S13": -21.201824422278857, "W21": -28.654084526526944, "S21": -28.654084526526944, "W22": -38.688493405259976, "S22": -39.160920903085923, "W31": -71.776349772567912, "S31": -72.022769916298472, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 504545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58953974895397487, "S11": -1.0895397489539749, "W12": -5.9577200902934528, "S12": -12.003497517286348, "W13": -26.504558244485811, "S13": -26.504558244485811, "W21": -43.143984285408372, "S21": -46.963120426111011, "W22": -46.557123609740998, "S22": -46.562555749319749, "W31": -73.838683485497867, "S31": -74.3722974905738, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 506146.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68464849354375901, "S11": -0.86620949746077636, "W12": -9.0269461077844309, "S12": -9.437183767747868, "W13": -23.863905136318596, "S13": -25.188866955425468, "W21": -40.205317146774945, "S21": -44.770804747242849, "W22": -40.0, "S22": -40.0, "W31": -50.865987256723209, "S31": -50.919933805616253, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 506259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.197130543046624, "S12": -12.14036285123537, "W13": -22.408192090395481, "S13": -22.408192090395481, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -51.209483027535946, "S31": -51.209483027535946, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105906.0, 508486.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.6942101382488124, "S12": -3.6942101382488124, "W13": -15.298504324054226, "S13": -18.264310773460938, "W21": -41.25882564289072, "S21": -42.52055631483708, "W22": -39.466231650997855, "S22": -47.471137583124957, "W31": -80.0, "S31": -80.0, "W32": -92.339598268616697, "S32": -97.339598268616697 }, "geometry": { "type": "Point", "coordinates": [ 105906.4, 498835.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.4375, "S13": -13.4375, "W21": -47.0, "S21": -47.0, "W22": -37.920930144910749, "S22": -46.390257842713538, "W31": -72.948205289671449, "S31": -72.948205289671449, "W32": -92.256249949295835, "S32": -97.256249949295835 }, "geometry": { "type": "Point", "coordinates": [ 105906.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0971204504602525, "S12": -9.0971204504602525, "W13": -15.0, "S13": -24.3721025845404, "W21": -38.197329689431704, "S21": -38.197329689431704, "W22": -44.30713145721375, "S22": -44.314045101540479, "W31": -73.502360938737681, "S31": -73.502360938737681, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105906.75, 515724.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2468054266674393, "S12": -5.2468054266674393, "W13": -19.331064250676697, "S13": -19.331064250676697, "W21": -40.372413405086121, "S21": -41.264129494176018, "W22": -45.152044783293995, "S22": -45.16015086823073, "W31": -73.372291816204466, "S31": -73.372291816204466, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105906.8, 521798.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41933657001236502, "S11": 0.41933657001236502, "W12": -7.9124623827226053, "S12": -9.5048991553468962, "W13": -17.386312147966244, "S13": -17.386312147966244, "W21": -29.203382365197101, "S21": -29.864758720815537, "W22": -39.306818734367283, "S22": -39.306818734367283, "W31": -73.508206170057406, "S31": -74.473402446868434, "W32": -90.194705515765122, "S32": -95.194705515765122 }, "geometry": { "type": "Point", "coordinates": [ 105907.0, 501719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8730377598642338, "S12": -6.8730377598642338, "W13": -24.335757721698798, "S13": -24.335757721698798, "W21": -30.728161148783403, "S21": -30.728161148783403, "W22": -48.425941152341679, "S22": -50.047173925776015, "W31": -73.371709850343393, "S31": -73.371709850343393, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105907.0, 507300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9200692823254766, "S12": -9.0258309406479817, "W13": -14.791886778236371, "S13": -17.88321867533433, "W21": -39.111379998451532, "S21": -39.52033761876676, "W22": -37.526867904919406, "S22": -41.846923329492043, "W31": -76.131451257168067, "S31": -76.131451257168067, "W32": -92.233915689257501, "S32": -97.233915689257501 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 499253.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46541950113378688, "S11": -4.0704772251579753, "W12": -4.0704772251579753, "S12": -6.2593139970925105, "W13": -22.582593784451497, "S13": -22.582593784451497, "W21": -27.530801329077299, "S21": -28.858496528120526, "W22": -38.945203655609248, "S22": -40.57233891969171, "W31": -71.145403794489525, "S31": -71.740142612466599, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10534325243327086, "S11": -0.10534325243327086, "W12": -10.0, "S12": -14.02164550108289, "W13": -17.893037756926997, "S13": -34.317238980584378, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -51.757850683367849, "S31": -51.929046397087326, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 512814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5524022655942211, "S12": -7.5524022655942211, "W13": -17.228395728826435, "S13": -30.872154208675148, "W21": -42.999554916848659, "S21": -45.999554916848659, "W22": -46.201226362234543, "S22": -46.206828956367666, "W31": -73.766876098288648, "S31": -74.182552584960803, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105908.0, 518351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.094290075852758837, "S11": -0.094290075852758837, "W12": -11.340277005670011, "S12": -11.340277005670011, "W13": -16.815374268499898, "S13": -21.774745612292325, "W21": -35.764668041260443, "S21": -35.764668041260443, "W22": -49.704334960343246, "S22": -49.707661859908143, "W31": -74.484009733033474, "S31": -75.771831862861461, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105908.333333333328483, 500776.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6198279205041376, "S11": -0.93680066683544483, "W12": -6.4487347305387255, "S12": -6.4487347305387255, "W13": -23.765935523125091, "S13": -23.765935523125091, "W21": -28.187554873706315, "S21": -28.187554873706315, "W22": -36.61748760728841, "S22": -45.11515599813854, "W31": -70.0, "S31": -70.0, "W32": -92.236244042652643, "S32": -97.236244042652643 }, "geometry": { "type": "Point", "coordinates": [ 105908.4, 507064.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3882958013020873, "S11": -1.0922384579239632, "W12": -4.7214191783324315, "S12": -4.7214191783324315, "W13": -14.685004334250685, "S13": -15.080873783862627, "W21": -40.329012795164061, "S21": -40.607537287398237, "W22": -37.09348530363706, "S22": -37.75562150207638, "W31": -71.375081533975774, "S31": -73.245255568285472, "W32": -90.599132581868858, "S32": -95.599132581868858 }, "geometry": { "type": "Point", "coordinates": [ 105908.444444444437977, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19951690821256041, "S11": -1.0111628987059529, "W12": -4.2903282401051124, "S12": -4.2903282401051124, "W13": -14.554273661581954, "S13": -14.554273661581954, "W21": -39.999999999999993, "S21": -40.081418010752678, "W22": -40.397187818632908, "S22": -40.397187818632908, "W31": -60.0, "S31": -60.167038263394083, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105909.0, 497791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42064204850455666, "S11": -0.42064204850455666, "W12": -10.24337862130197, "S12": -10.24337862130197, "W13": -17.14906048706758, "S13": -30.102220504477888, "W21": -40.022085680068955, "S21": -40.022085680068955, "W22": -40.0, "S22": -40.0, "W31": -57.913727502030696, "S31": -58.294663264509985, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105909.875, 514811.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.73367201426024953, "W12": -10.607900360217307, "S12": -12.938112833972376, "W13": -25.664053065886517, "S13": -25.964093153809692, "W21": -32.459333558527042, "S21": -32.459333558527042, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105910.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19544961174231631, "S11": 0.19544961174231659, "W12": -4.2640707245178646, "S12": -4.2640707245178646, "W13": -14.51769980564227, "S13": -14.51769980564227, "W21": -39.982720893733415, "S21": -39.995904137461039, "W22": -40.0, "S22": -40.0, "W31": -74.895830732162452, "S31": -76.999230165590262, "W32": -92.187330865482508, "S32": -97.187330865482508 }, "geometry": { "type": "Point", "coordinates": [ 105910.333333333328483, 497719.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11516740621218238, "S11": -0.11516740621218238, "W12": -11.436331580870091, "S12": -11.436331580870091, "W13": -16.801374603987171, "S13": -21.752423173777458, "W21": -35.691035926494976, "S21": -35.691035926494976, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -91.398886355690024, "S32": -96.398886355690024 }, "geometry": { "type": "Point", "coordinates": [ 105911.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4006370638014724, "W12": -5.0, "S12": -6.6286590038314168, "W13": -20.727051881377598, "S13": -21.042560825940729, "W21": -29.750907766042694, "S21": -33.673881616952286, "W22": -38.409635757267246, "S22": -38.856865869052619, "W31": -65.791943291379894, "S31": -68.778313694122218, "W32": -97.274615311998573, "S32": -102.27461531199857 }, "geometry": { "type": "Point", "coordinates": [ 105911.0, 506586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23366428956624621, "S11": 0.23366428956624621, "W12": -4.978973631508679, "S12": -4.978973631508679, "W13": -13.339257201813282, "S13": -13.339257201813282, "W21": -36.19208488360664, "S21": -37.413513963640895, "W22": -40.0, "S22": -40.0, "W31": -52.684000137671291, "S31": -52.900177790199962, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105911.5, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60954582503774768, "S11": -0.60954582503774768, "W12": -11.957714674244837, "S12": -11.957714674244837, "W13": -15.507721528428135, "S13": -19.178094232866599, "W21": -31.215026436965356, "S21": -31.215026436965356, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -58.547890360332616, "S31": -58.547890360332616, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105912.0, 500170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61305595408895264, "S11": -1.1130559540889526, "W12": -10.0, "S12": -15.402169289663973, "W13": -20.261130821107805, "S13": -22.938998969898364, "W21": -36.624301601185266, "S21": -41.003868179504209, "W22": -37.793069168413332, "S22": -41.237100853178184, "W31": -69.28159975932023, "S31": -69.28159975932023, "W32": -94.224090141142511, "S32": -99.224090141142511 }, "geometry": { "type": "Point", "coordinates": [ 105912.0, 506368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54704314105671348, "S11": -0.54704314105671348, "W12": -5.0, "S12": -5.0, "W13": -24.04950421377011, "S13": -24.04950421377011, "W21": -29.465568008535865, "S21": -29.465568008535865, "W22": -45.845329114728095, "S22": -45.851102163415597, "W31": -73.695068711079443, "S31": -74.046148458335949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105912.0, 507191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9149840457314724, "S12": -8.9149840457314724, "W13": -14.999999999999998, "S13": -21.726112586929695, "W21": -38.963194345942277, "S21": -38.963194345942277, "W22": -30.0, "S22": -38.892240419840562, "W31": -70.0, "S31": -70.0, "W32": -91.622232167086409, "S32": -96.622232167086409 }, "geometry": { "type": "Point", "coordinates": [ 105912.030303030303912, 516088.151515151490457 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.573912100637475, "S12": -11.124461905785619, "W13": -23.816479478610809, "S13": -23.816479478610809, "W21": -30.0, "S21": -30.0, "W22": -39.644389658584856, "S22": -47.783691274669103, "W31": -80.0, "S31": -80.0, "W32": -92.354933578137661, "S32": -97.354933578137661 }, "geometry": { "type": "Point", "coordinates": [ 105912.571428571434808, 508271.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2887175893482823, "S12": -13.907751558102762, "W13": -27.053279921563135, "S13": -27.053279921563135, "W21": -42.684221582246316, "S21": -44.834322292869714, "W22": -39.10844674847803, "S22": -39.10844674847803, "W31": -62.324818976546062, "S31": -63.466470510528332, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 505937.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99999999999999989, "S11": -2.4, "W12": -2.4100001, "S12": -5.1114447227929372, "W13": -22.364461403671804, "S13": -22.364461403671804, "W21": -27.773963213808351, "S21": -29.540749477262988, "W22": -39.367028426792587, "S22": -41.071503876522307, "W31": -71.001342948028352, "S31": -73.189479813844073, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1355595130083316, "S12": -5.6587068901940096, "W13": -15.0, "S13": -15.0, "W21": -40.267983563894575, "S21": -40.267983563894575, "W22": -51.677751003002612, "S22": -51.677751003002612, "W31": -75.250471816722296, "S31": -77.869086623596303, "W32": -94.699669497583926, "S32": -99.699669497583926 }, "geometry": { "type": "Point", "coordinates": [ 105913.0, 524194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3042536972095498, "S12": -12.541194478796935, "W13": -14.975631870201831, "S13": -18.012114286539138, "W21": -37.106660481874165, "S21": -37.106660481874165, "W22": -39.741903667018782, "S22": -41.744775098223123, "W31": -70.577559760561968, "S31": -72.263470947948008, "W32": -89.990120968280564, "S32": -94.990120968280564 }, "geometry": { "type": "Point", "coordinates": [ 105913.2, 499484.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60864714086469784, "S11": -0.60864714086469784, "W12": -5.26868698269418, "S12": -11.751430758255395, "W13": -26.528330042684413, "S13": -26.528330042684413, "W21": -42.997333929349239, "S21": -46.799566485972541, "W22": -36.602930502323552, "S22": -40.345241408911228, "W31": -69.563322133587135, "S31": -69.563322133587135, "W32": -92.885273309633561, "S32": -97.885273309633561 }, "geometry": { "type": "Point", "coordinates": [ 105913.333333333328483, 506145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2953072717444112, "S12": -6.0756708576450489, "W13": -15.0, "S13": -15.0, "W21": -40.794634671881951, "S21": -40.794634671881951, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -63.494791791960353, "S31": -63.494791791960353, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105913.5, 524403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0457998218588216, "S12": -8.0457998218588216, "W13": -15.752895648395457, "S13": -25.684643579251208, "W21": -42.113340471606719, "S21": -43.828863475428676, "W22": -42.016968606877676, "S22": -42.016968606877676, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105913.666666666671517, 517604.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43883966183434531, "S11": 0.43883966183434531, "W12": -8.0857877407424112, "S12": -8.0857877407424112, "W13": -17.023368804693135, "S13": -19.276170879327218, "W21": -28.583605493368449, "S21": -28.583605493368449, "W22": -39.688872584595579, "S22": -41.559751018939913, "W31": -70.870188027246257, "S31": -72.771426898854145, "W32": -89.995363986030014, "S32": -94.995363986030014 }, "geometry": { "type": "Point", "coordinates": [ 105914.0, 501538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0795449400045279, "S11": 0.0795449400045279, "W12": -5.0399570779092429, "S12": -7.9175527559997079, "W13": -17.235303253729057, "S13": -21.036419100931294, "W21": -30.0, "S21": -33.0, "W22": -44.298021533397339, "S22": -44.304620561736023, "W31": -73.507825140791056, "S31": -73.568956675689691, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105914.0, 502119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9173823127344107, "S12": -10.314404869295121, "W13": -25.0, "S13": -25.0, "W21": -37.835327256770206, "S21": -37.835327256770206, "W22": -47.102370320215663, "S22": -47.107284826740653, "W31": -73.953126716112067, "S31": -74.759384340521393, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105914.0, 505700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45824283408306826, "S11": -0.45824283408306826, "W12": -9.8720081473729575, "S12": -9.8720081473729575, "W13": -16.400463873030972, "S13": -28.618981941415477, "W21": -39.55422897466417, "S21": -39.55422897466417, "W22": -30.747676458402506, "S22": -39.455085919906431, "W31": -70.0, "S31": -70.0, "W32": -91.902729954864554, "S32": -96.902729954864554 }, "geometry": { "type": "Point", "coordinates": [ 105914.2, 515001.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2092005603020359, "S12": -4.6059301795333774, "W13": -16.318350657911708, "S13": -16.318350657911708, "W21": -40.3176664303504, "S21": -40.3176664303504, "W22": -37.876813471992982, "S22": -41.250956732451449, "W31": -69.200114259771468, "S31": -69.78968465336186, "W32": -94.502252648621976, "S32": -99.502252648621976 }, "geometry": { "type": "Point", "coordinates": [ 105914.285714285710128, 523271.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.25667875989446287, "W12": -3.8639947057829183, "S12": -6.6014272383260444, "W13": -21.879882920024933, "S13": -21.879882920024933, "W21": -28.518018078517755, "S21": -31.284118084212842, "W22": -39.131756815159875, "S22": -39.131756815159875, "W31": -73.359088190182192, "S31": -74.225790032822587, "W32": -90.208246100488637, "S32": -95.208246100488637 }, "geometry": { "type": "Point", "coordinates": [ 105914.5, 506686.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0775461499340722, "S12": -6.0775461499340722, "W13": -20.0, "S13": -21.108792990444126, "W21": -40.050212160688382, "S21": -40.83854969657466, "W22": -40.0, "S22": -40.0, "W31": -51.479411162164538, "S31": -51.607180682576747, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105914.733333333337214, 520585.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4056794184310909, "S11": 0.4056794184310909, "W12": -4.5273542566317087, "S12": -4.5273542566317087, "W13": -13.716637856525498, "S13": -13.716637856525498, "W21": -39.282661821811899, "S21": -41.458151306946057, "W22": -40.0, "S22": -40.0, "W31": -51.172763416031529, "S31": -51.259623588162214, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105915.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.350310482408414, "S12": -17.161614611678623, "W13": -21.680105724609721, "S13": -21.680105724609721, "W21": -30.107499632001179, "S21": -30.107499632001179, "W22": -40.0, "S22": -40.0, "W31": -51.12050556433271, "S31": -51.200206600514129, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105915.0, 509007.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26420165654290817, "S11": -0.26420165654290817, "W12": -10.342171304817551, "S12": -15.183883028126854, "W13": -16.772879651042366, "S13": -22.397803044964895, "W21": -38.608828421850113, "S21": -38.608828421850113, "W22": -40.0, "S22": -40.0, "W31": -50.874147120609734, "S31": -50.920097944458895, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105915.0, 513190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1487891778379868, "S12": -6.8482762461293518, "W13": -14.658814605836376, "S13": -14.658814605836376, "W21": -45.239114492904172, "S21": -45.239114492904172, "W22": -45.472076436468825, "S22": -45.478019939710705, "W31": -73.623261323870338, "S31": -73.911782597917892, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105915.125, 526068.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1850250979778814, "S12": -9.1850250979778814, "W13": -15.0, "S13": -22.931410629341912, "W21": -38.467604617003609, "S21": -38.467604617003609, "W22": -35.819578447327984, "S22": -39.745386704813214, "W31": -70.325561781413938, "S31": -70.325561781413938, "W32": -92.504106815131706, "S32": -97.504106815131706 }, "geometry": { "type": "Point", "coordinates": [ 105915.75, 515542.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37619821283509336, "S11": 0.049511144658287154, "W12": -5.0, "S12": -8.1223814773980152, "W13": -20.0, "S13": -22.995397863546646, "W21": -33.48155156102176, "S21": -37.701385135136128, "W22": -38.257636802706223, "S22": -38.275975084578477, "W31": -66.969656126225217, "S31": -70.053958830689211, "W32": -96.44321721891815, "S32": -101.44321721891815 }, "geometry": { "type": "Point", "coordinates": [ 105916.0, 506458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29011306325090308, "S11": -0.29011306325090308, "W12": -10.22853982921869, "S12": -15.22853982921869, "W13": -17.280312956836195, "S13": -25.387043072403834, "W21": -39.331573598112008, "S21": -39.331573598112008, "W22": -39.215615823014794, "S22": -40.142658637755318, "W31": -61.862626739404725, "S31": -62.726451230785443, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105916.0, 512957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59305595408900358, "S11": -0.79332342912460119, "W12": -7.553892215569733, "S12": -9.8324456922506105, "W13": -25.112062368138563, "S13": -25.112062368138563, "W21": -41.089546886922058, "S21": -45.474437311868193, "W22": -41.532010876641571, "S22": -41.532010876641571, "W31": -71.347182592793843, "S31": -71.347182592793843, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105916.4, 506221.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3444687405637508, "S12": -4.355007570245256, "W13": -16.706892512847705, "S13": -16.706892512847705, "W21": -40.975491152745285, "S21": -41.265668463368726, "W22": -40.0, "S22": -40.0, "W31": -64.635004450431808, "S31": -64.635004450431808, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105916.428571428565192, 523082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0454772096162968, "W12": -8.174054820882878, "S12": -17.459631428004471, "W13": -21.342350525434075, "S13": -21.342350525434075, "W21": -30.457499616564423, "S21": -30.457499616564423, "W22": -34.27, "S22": -34.27, "W31": -70.745266242853447, "S31": -73.25848380612176, "W32": -90.885791177831038, "S32": -95.885791177831038 }, "geometry": { "type": "Point", "coordinates": [ 105916.8, 509479.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58134863701578199, "S11": -0.76020762439428191, "W12": -8.4071856287425142, "S12": -8.4644322079103436, "W13": -23.67647058823529, "S13": -25.263777562611303, "W21": -40.0, "S21": -44.626876931531818, "W22": -30.0, "S22": -38.572340231561675, "W31": -70.0, "S31": -71.073168211926898, "W32": -91.382612238529092, "S32": -96.382612238529092 }, "geometry": { "type": "Point", "coordinates": [ 105917.0, 506264.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -30.72643180996765, "S22": -39.40868592518234, "W31": -70.0, "S31": -70.0, "W32": -91.909296070188788, "S32": -96.909296070188788 }, "geometry": { "type": "Point", "coordinates": [ 105917.494252873555524, 530027.605363984708674 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0295744483059437, "S12": -17.157826880597778, "W13": -21.498053599816355, "S13": -21.498053599816355, "W21": -30.270531448818453, "S21": -30.270531448818453, "W22": -40.978753271236037, "S22": -40.978753271236037, "W31": -71.025578312691664, "S31": -71.025578312691664, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105917.5, 509269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1, "S11": -5.4934044616876818, "W12": -10.0, "S12": -14.479657118476426, "W13": -19.586017159300845, "S13": -20.960422576361754, "W21": -29.811110706122992, "S21": -29.811110706122992, "W22": -39.922272101533252, "S22": -39.922272101533252, "W31": -74.124088290681811, "S31": -75.648239328799932, "W32": -90.386339592421649, "S32": -95.386339592421649 }, "geometry": { "type": "Point", "coordinates": [ 105918.0, 504161.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81421145097551362, "S11": -0.81421145097551362, "W12": -8.9538509493372018, "S12": -19.233744895426444, "W13": -22.062781369172136, "S13": -22.062781369172136, "W21": -30.753853578758207, "S21": -30.753853578758207, "W22": -32.441371528645014, "S22": -41.033238060998919, "W31": -70.0, "S31": -70.0, "W32": -92.051303717160621, "S32": -97.051303717160621 }, "geometry": { "type": "Point", "coordinates": [ 105918.0, 510036.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74924653397391905, "S11": -0.74924653397391905, "W12": -10.977971818215366, "S12": -20.977971818215366, "W13": -25.126213609210836, "S13": -25.126213609210836, "W21": -37.345776097589471, "S21": -37.392181997319206, "W22": -36.539894872449501, "S22": -40.282070779278243, "W31": -69.558697434414029, "S31": -69.558697434414029, "W32": -92.84544278624476, "S32": -97.84544278624476 }, "geometry": { "type": "Point", "coordinates": [ 105918.0, 510603.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67887815961378251, "S11": -2.2291503495705909, "W12": -10.0, "S12": -13.854580067102395, "W13": -20.181095936079551, "S13": -20.539946636776335, "W21": -28.952331616660228, "S21": -28.952331616660228, "W22": -41.322752432069777, "S22": -41.322752432069777, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105918.6, 504430.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.7858122957162603, "S12": -3.7858122957162612, "W13": -16.529232156964117, "S13": -19.198686130752563, "W21": -41.272308962219782, "S21": -42.582922719159974, "W22": -38.669540945634878, "S22": -39.985342026112811, "W31": -64.092742328300048, "S31": -65.850766149053698, "W32": -98.920702350608892, "S32": -103.92070235060889 }, "geometry": { "type": "Point", "coordinates": [ 105918.947368421053397, 498808.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.20537432564595348, "W12": -4.9999999999999991, "S12": -8.0694597574421163, "W13": -20.0, "S13": -23.0, "W21": -32.625801038896128, "S21": -36.81770765005038, "W22": -40.0, "S22": -40.0, "W31": -68.351069063918914, "S31": -68.351069063918914, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105919.0, 506481.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11472583119259286, "S11": -0.11472583119259286, "W12": -10.03139825482887, "S12": -21.17793528952005, "W13": -21.961568826277478, "S13": -33.134559776010335, "W21": -39.07849584217638, "S21": -39.07849584217638, "W22": -45.664588490077911, "S22": -45.669887968392345, "W31": -74.55094441026317, "S31": -74.55094441026317, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105919.0, 511740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3489066656849253, "S12": -8.3489066656849253, "W13": -15.070805805263721, "S13": -24.734312249407878, "W21": -41.173845467359605, "S21": -43.092006510423545, "W22": -38.198861880790069, "S22": -42.970727823500113, "W31": -78.137434064936073, "S31": -78.137434064936073, "W32": -92.280003701304707, "S32": -97.280003701304707 }, "geometry": { "type": "Point", "coordinates": [ 105919.5, 517146.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28350771458020391, "S11": -0.28350771458020391, "W12": -10.50122512450875, "S12": -15.473994463105871, "W13": -17.066897211062471, "S13": -20.24139772026826, "W21": -38.901457698252699, "S21": -38.901457698252699, "W22": -40.0, "S22": -40.0, "W31": -58.08407761010163, "S31": -58.08407761010163, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105919.666666666671517, 513046.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1823553290334221, "S12": -7.1823553290334221, "W13": -16.914888458911904, "S13": -19.795267343356542, "W21": -28.969539083811494, "S21": -28.969539083811494, "W22": -40.0, "S22": -40.0, "W31": -65.775217108903263, "S31": -65.775217108903263, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105920.0, 501486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0334836838956187, "W12": -8.2343287424378957, "S12": -17.22995807389924, "W13": -21.389617092887875, "S13": -21.389617092887875, "W21": -30.409614221199728, "S21": -30.409614221199728, "W22": -44.951229248971828, "S22": -44.957343206768087, "W31": -73.551453936661133, "S31": -73.777416737499664, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105920.0, 509430.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7476294428729553, "S11": -0.7476294428729553, "W12": -11.016606482970211, "S12": -20.995981338459462, "W13": -25.202540213305266, "S13": -25.202540213305266, "W21": -38.723283177958145, "S21": -38.723283177958145, "W22": -45.187048209543349, "S22": -45.195212471661044, "W31": -73.320884279869077, "S31": -73.320884279869077, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105920.0, 510772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.117401558862662, "S12": -9.117401558862662, "W13": -15.0, "S13": -24.10845209301047, "W21": -38.260585261018413, "S21": -38.260585261018413, "W22": -40.0, "S22": -40.0, "W31": -74.971833439478146, "S31": -77.204379070058707, "W32": -93.042860511511449, "S32": -98.042860511511449 }, "geometry": { "type": "Point", "coordinates": [ 105920.125, 515676.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1138697126698696, "S11": 1.1138697126698696, "W12": -5.7871885496268796, "S12": -5.7871885496268796, "W13": -20.0, "S13": -20.0, "W21": -41.535205877471846, "S21": -42.386386093433963, "W22": -39.35373578274335, "S22": -41.034139099856056, "W31": -70.975259370070503, "S31": -73.143901438074394, "W32": -90.023149337856125, "S32": -95.023149337856125 }, "geometry": { "type": "Point", "coordinates": [ 105920.857142857144936, 521025.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11040394973070014, "S11": -2.8895960502692994, "W12": -9.6200673652694597, "S12": -9.7265234092255035, "W13": -23.22761152170801, "S13": -23.22761152170801, "W21": -26.368890759612885, "S21": -26.368890759612885, "W22": -50.0, "S22": -50.0, "W31": -75.175150050685644, "S31": -77.659619077525321, "W32": -94.263769374440898, "S32": -99.263769374440898 }, "geometry": { "type": "Point", "coordinates": [ 105921.0, 506882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.91264717052791489, "W12": -10.3687908441328, "S12": -11.356795499042835, "W13": -25.643595282264808, "S13": -25.643595282264808, "W21": -30.0, "S21": -30.0, "W22": -32.460756272053672, "S22": -36.1375347903044, "W31": -70.0, "S31": -72.99870338671667, "W32": -90.927321147025765, "S32": -95.927321147025765 }, "geometry": { "type": "Point", "coordinates": [ 105921.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.608003238625695, "S13": -19.097739506925976, "W21": -33.532865427227115, "S21": -33.532865427227115, "W22": -38.394749073962352, "S22": -39.566432081383333, "W31": -71.262596792238853, "S31": -74.262596792238853, "W32": -90.24741197360045, "S32": -95.24741197360045 }, "geometry": { "type": "Point", "coordinates": [ 105921.5, 501262.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2627305118014212, "S12": -4.262730511801422, "W13": -16.231571126220881, "S13": -18.10460747440349, "W21": -41.069428038187795, "S21": -42.442435498954382, "W22": -36.855113895441335, "S22": -37.418001262077063, "W31": -71.286538767699312, "S31": -73.119589128520346, "W32": -90.661477413750731, "S32": -95.661477413750731 }, "geometry": { "type": "Point", "coordinates": [ 105921.8, 498563.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46765374703997165, "S11": -0.46765374703997165, "W12": -10.0, "S12": -10.242934111238428, "W13": -15.3162545899633, "S13": -18.421462413298894, "W21": -34.96218754262626, "S21": -34.96218754262626, "W22": -37.213677714852992, "S22": -45.522222205415858, "W31": -71.112515802780564, "S31": -71.112515802780564, "W32": -92.316940474266289, "S32": -97.316940474266289 }, "geometry": { "type": "Point", "coordinates": [ 105921.8, 499825.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4133256145205727, "S11": 0.4133256145205727, "W12": -4.1362286986633539, "S12": -4.1362286986633539, "W13": -14.764967001548788, "S13": -17.800064852626875, "W21": -41.096783511219613, "S21": -42.094351316767991, "W22": -51.055812246067788, "S22": -51.057380699515861, "W31": -74.726896290065554, "S31": -76.681178736983014, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105922.0, 498957.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12541204024982652, "S11": 0.12541204024982652, "W12": -4.8241886309992132, "S12": -7.7498870360016374, "W13": -17.416433679497047, "S13": -20.957646421177909, "W21": -30.0, "S21": -32.208023245997929, "W22": -44.43038206147483, "S22": -44.436666473825468, "W31": -73.512795726518448, "S31": -73.676200054147941, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105922.0, 502679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55399444787168417, "S11": -0.55399444787168417, "W12": -9.9989486210128362, "S12": -20.078648134932411, "W13": -23.296818251241152, "S13": -23.296818251241152, "W21": -32.286840033201287, "S21": -32.286840033201287, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105922.0, 510230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97225494253605427, "S11": -0.97225494253605427, "W12": -7.8412231098796017, "S12": -18.627986533032391, "W13": -24.601513670651329, "S13": -33.144014565921047, "W21": -39.042269909329754, "S21": -39.460426372866536, "W22": -50.829631683276624, "S22": -50.831833009916998, "W31": -74.67742746454725, "S31": -76.523983073204306, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105922.0, 511178.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22951027891356315, "S11": 0.22951027891356315, "W12": -4.9519540717751882, "S12": -4.9519540717751882, "W13": -13.325637780176448, "S13": -13.325637780176448, "W21": -36.226500659954489, "S21": -37.386745915935762, "W22": -39.586115273213878, "S22": -39.586115273213878, "W31": -73.74108275647751, "S31": -74.932390534295138, "W32": -90.329177467282037, "S32": -95.329177467282037 }, "geometry": { "type": "Point", "coordinates": [ 105922.28125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4657795305752892, "S11": -0.4657795305752892, "W12": -10.0, "S12": -10.236731459018589, "W13": -15.325071399428806, "S13": -18.432933510176223, "W21": -34.899424221975536, "S21": -34.899424221975536, "W22": -38.956694895952701, "S22": -38.956694895952701, "W31": -73.209970210307148, "S31": -73.978177618777039, "W32": -90.221786685212109, "S32": -95.221786685212109 }, "geometry": { "type": "Point", "coordinates": [ 105922.5, 499829.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.64087515667542, "S12": -11.496362038299766, "W13": -23.831214689265536, "S13": -23.831214689265536, "W21": -30.0, "S21": -30.0, "W22": -31.063789774947772, "S22": -39.65147789770058, "W31": -70.0, "S31": -70.0, "W32": -91.961560939887477, "S32": -96.961560939887477 }, "geometry": { "type": "Point", "coordinates": [ 105922.5, 508301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.331872488648662, "S12": -12.701919094448098, "W13": -15.114260425462607, "S13": -18.122918850931239, "W21": -36.395327382367412, "S21": -36.395327382367412, "W22": -41.473245830032326, "S22": -49.310518417564793, "W31": -80.0, "S31": -80.0, "W32": -92.366233587247748, "S32": -97.366233587247748 }, "geometry": { "type": "Point", "coordinates": [ 105922.571428571434808, 499565.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52553802008608319, "S11": -0.69170297003530701, "W12": -7.9910179640718573, "S12": -8.4908783382690078, "W13": -23.762446657183496, "S13": -25.354335338669699, "W21": -39.889074457212651, "S21": -40.0, "W22": -38.632231939633847, "S22": -44.456810770975871, "W31": -79.870520771166866, "S31": -79.870520771166866, "W32": -92.345146664199135, "S32": -97.345146664199135 }, "geometry": { "type": "Point", "coordinates": [ 105923.0, 506263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45331325041958948, "S11": -0.65624292445150345, "W12": -9.2215740347899882, "S12": -9.2215740347899882, "W13": -24.553253542977242, "S13": -24.553253542977242, "W21": -32.324192261667335, "S21": -32.324192261667335, "W22": -40.0, "S22": -40.0, "W31": -63.265774976545018, "S31": -63.265774976545018, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105923.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85038680716946291, "S11": -0.96877012656246109, "W12": -7.5960966500764258, "S12": -18.390748019084189, "W13": -24.525288825401599, "S13": -34.525288825401596, "W21": -39.050504062977694, "S21": -39.993140049893057, "W22": -42.438736470196183, "S22": -42.446785443187885, "W31": -73.698370390691096, "S31": -73.698370390691096, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105923.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.19432821943283, "W12": -10.0, "S12": -14.597405359421522, "W13": -20.0, "S13": -22.255427423423047, "W21": -36.035236786205175, "S21": -40.476518307655304, "W22": -38.765964828097978, "S22": -39.921542241698489, "W31": -71.656814510876075, "S31": -71.947466661471381, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105924.0, 506376.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16386227802277595, "S11": -0.16386227802277595, "W12": -10.0, "S12": -10.0, "W13": -16.429323183771427, "S13": -30.932492789019648, "W21": -38.865633280042296, "S21": -38.865633280042296, "W22": -40.0, "S22": -40.0, "W31": -52.48273454516832, "S31": -52.671681367424213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105924.0, 513573.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5047797845249804, "S11": 0.5047797845249804, "W12": -3.8260730158730523, "S12": -3.8626587175699929, "W13": -17.01348474095116, "S13": -19.544326173358566, "W21": -41.280054698855636, "S21": -42.60861398161601, "W22": -36.987581153656265, "S22": -37.566523477264148, "W31": -71.303839635166042, "S31": -73.10197748545329, "W32": -90.646851327023811, "S32": -95.646851327023811 }, "geometry": { "type": "Point", "coordinates": [ 105924.6, 498799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0097418628061933799, "S11": 0.0097418628061933799, "W12": -10.037683684411489, "S12": -10.037683684411489, "W13": -20.0, "S13": -21.168063344379302, "W21": -40.0, "S21": -40.0, "W22": -41.656956964423173, "S22": -41.665683820642009, "W31": -73.485252184832234, "S31": -73.485252184832234, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105925.0, 512132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35632252094060712, "S11": -0.35632252094060712, "W12": -12.366818087962006, "S12": -12.366818087962006, "W13": -16.672929142323557, "S13": -21.549044029100578, "W21": -35.077836150129158, "S21": -35.077836150129158, "W22": -38.705275373798017, "S22": -39.902164392249638, "W31": -63.885176164961841, "S31": -65.131319373391165, "W32": -99.250070801472674, "S32": -104.25007080147267 }, "geometry": { "type": "Point", "coordinates": [ 105925.5, 500719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0485657483669413, "S11": -6.0485657483669417, "W12": -10.0, "S12": -14.35129686015166, "W13": -19.679057074006117, "S13": -20.900895244460735, "W21": -29.693916459050698, "S21": -29.693916459050698, "W22": -40.232170251054647, "S22": -40.232170251054647, "W31": -70.464801156217803, "S31": -70.464801156217803, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105926.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19476949104751157, "S11": -2.1947694910475115, "W12": -9.6572305389221551, "S12": -9.7842982511309593, "W13": -23.28675085876214, "S13": -23.28675085876214, "W21": -26.52577923006487, "S21": -26.52577923006487, "W22": -30.0, "S22": -38.660381131320904, "W31": -70.0, "S31": -70.0, "W32": -91.764964757740273, "S32": -96.764964757740273 }, "geometry": { "type": "Point", "coordinates": [ 105926.0, 506902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9999999999999982, "S12": -17.099565416887074, "W13": -21.682142590999408, "S13": -21.682142590999408, "W21": -30.104368514020756, "S21": -30.104368514020756, "W22": -30.000000000000004, "S22": -38.596205287244445, "W31": -70.0, "S31": -70.0, "W32": -91.874388277459744, "S32": -96.874388277459744 }, "geometry": { "type": "Point", "coordinates": [ 105926.0, 509058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46421608162696781, "S11": -0.46421608162696781, "W12": -10.0, "S12": -10.240088407328596, "W13": -15.292663597650082, "S13": -18.398156272239671, "W21": -35.117630831712461, "S21": -35.117630831712461, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105926.6, 499819.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1469231724692199, "S11": 0.1469231724692199, "W12": -4.3079817057147451, "S12": -4.3079817057147451, "W13": -14.547939587137041, "S13": -14.547939587137041, "W21": -39.992034436512668, "S21": -40.023311318233077, "W22": -39.141599414076197, "S22": -39.141599414076197, "W31": -73.382082796344562, "S31": -74.286482695939355, "W32": -90.280259636256346, "S32": -95.280259636256346 }, "geometry": { "type": "Point", "coordinates": [ 105926.8, 497753.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3089693503823171, "S11": -3.055599510449714, "W12": -10.0, "S12": -12.661704607001592, "W13": -18.623086890093379, "S13": -21.623086890093379, "W21": -30.0, "S21": -30.403681144282778, "W22": -35.894970778232185, "S22": -39.785466955917585, "W31": -70.684643833491677, "S31": -70.684643833491677, "W32": -92.558448610274624, "S32": -97.558448610274624 }, "geometry": { "type": "Point", "coordinates": [ 105927.0, 503782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.5038567202028741, "S12": -11.820856251802958, "W13": -25.554102226826153, "S13": -25.554102226826153, "W21": -34.851202570243792, "S21": -34.851202570243792, "W22": -42.262322429035834, "S22": -42.272061539463955, "W31": -73.117314474053344, "S31": -73.117314474053344, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105927.0, 505574.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -2.7, "S12": -12.318024800708592, "W13": -27.077156428047612, "S13": -27.077156428047612, "W21": -42.746394773826758, "S21": -46.307543461658838, "W22": -39.463497727926956, "S22": -41.652519165692802, "W31": -70.380996479942254, "S31": -71.628154047248913, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506116.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79, "S11": -5.1999998, "W12": -10.2, "S12": -10.2, "W13": -23.200001, "S13": -23.200001, "W21": -26.200001, "S21": -26.200001, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16908002503333242, "S11": -1.0398853941608492, "W12": -8.8282719699005643, "S12": -19.836427564464344, "W13": -23.039966919780468, "S13": -38.039966919780468, "W21": -39.119333762808814, "S21": -39.119333762808814, "W22": -48.003355704697981, "S22": -55.838675433205111, "W31": -80.0, "S31": -80.0, "W32": -92.561350848990244, "S32": -97.561350848990244 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 511573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.527653748946872, "W12": -9.7269019442092031, "S12": -12.038201669377004, "W13": -25.611417331202635, "S13": -25.611417331202635, "W21": -34.563379303223826, "S21": -34.563379303223826, "W22": -38.822614043339676, "S22": -39.642909101956562, "W31": -63.359883044679918, "S31": -63.99957376790374, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105928.2, 505562.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.279838229960102, "S12": -17.098650388935106, "W13": -21.735110299592748, "S13": -21.735110299592748, "W21": -30.102689826059223, "S21": -30.102689826059223, "W22": -37.787368379300027, "S22": -41.1429393961375, "W31": -69.271221467970406, "S31": -69.271221467970406, "W32": -94.410395621414239, "S32": -99.410395621414239 }, "geometry": { "type": "Point", "coordinates": [ 105929.0, 509000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44570463812147815, "S11": -0.44570463812147815, "W12": -9.9577265003432238, "S12": -9.9577265003432238, "W13": -16.602486704978261, "S13": -29.193942708867421, "W21": -39.752500591461256, "S21": -39.752500591461256, "W22": -39.753511577787911, "S22": -39.753511577787911, "W31": -73.849267683027691, "S31": -75.170098177523329, "W32": -90.396202398263483, "S32": -95.396202398263483 }, "geometry": { "type": "Point", "coordinates": [ 105929.0, 514935.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.424156975581715, "S13": -14.424156975581715, "W21": -46.0, "S21": -46.0, "W22": -48.39844233549502, "S22": -49.888111434288554, "W31": -73.279618078355753, "S31": -73.279618078355753, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105929.0, 526608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2404978307059247, "S11": -0.2404978307059247, "W12": -10.262253937224131, "S12": -14.338000767585381, "W13": -16.569160600118085, "S13": -32.155330032716442, "W21": -38.601290196968179, "S21": -38.601290196968179, "W22": -41.551732409646775, "S22": -41.561702570362726, "W31": -73.084752463080989, "S31": -73.084752463080989, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105929.2, 513325.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.046253672298194659, "S11": 0.046253672298194659, "W12": -5.0, "S12": -5.0, "W13": -14.37087848673209, "S13": -14.37087848673209, "W21": -36.054989529330769, "S21": -36.483683277550746, "W22": -46.464126541572718, "S22": -46.469165367977972, "W31": -73.827485593269415, "S31": -74.487265168966658, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105929.25, 496953.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43037192929108009, "S11": -0.43037192929108009, "W12": -10.224463711119055, "S12": -10.224463711119055, "W13": -16.901245005017952, "S13": -29.804684158457107, "W21": -39.952802636938841, "S21": -39.952802636938841, "W22": -51.847434353246136, "S22": -51.847434353246136, "W31": -75.21554221161287, "S31": -77.888809733694274, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105929.5, 514857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.0002454244127401, "W12": -4.9034648034673438, "S12": -5.5550096683173962, "W13": -14.763996263286792, "S13": -15.832212474288427, "W21": -40.494619693799862, "S21": -40.850063242186962, "W22": -38.484992289295732, "S22": -43.484992289295732, "W31": -79.23287356407053, "S31": -79.23287356407053, "W32": -92.373236923158274, "S32": -97.373236923158274 }, "geometry": { "type": "Point", "coordinates": [ 105930.0, 498101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6650445632798575, "W12": -10.720133142682897, "S12": -13.170993474851837, "W13": -25.881365419358499, "S13": -26.257482476094172, "W21": -33.071888151059738, "S21": -33.071888151059738, "W22": -51.24838747147129, "S22": -51.24838747147129, "W31": -74.831396508621054, "S31": -77.106883809774871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105930.0, 505499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0741929011263736, "S12": -8.0741929011263736, "W13": -15.682453160546647, "S13": -25.352114304666863, "W21": -42.06146269925825, "S21": -43.731567163835123, "W22": -39.031730897082369, "S22": -40.745701229312026, "W31": -71.023142986499934, "S31": -71.657622231378241, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105930.5, 517564.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.25, "W12": -4.9999999999999991, "S12": -6.1936339522546415, "W13": -20.260819432446922, "S13": -21.553815467938712, "W21": -30.48481819317756, "S21": -34.643470121645194, "W22": -45.222051635792461, "S22": -45.23027407509111, "W31": -73.269476743533716, "S31": -73.269476743533716, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105931.0, 506535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24829931972789104, "S11": -4.7517006802721093, "W12": -4.7517006802721093, "S12": -7.1090562131079373, "W13": -22.456592023413421, "S13": -22.456592023413421, "W21": -27.329918244879639, "S21": -28.861263993498582, "W22": -38.430538872182559, "S22": -38.430538872182559, "W31": -72.532084928003314, "S31": -72.810448118225082, "W32": -90.144776717034418, "S32": -95.144776717034418 }, "geometry": { "type": "Point", "coordinates": [ 105931.0, 506773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66617251331830396, "S11": -0.66617251331830396, "W12": -11.128173877288518, "S12": -20.826893988583365, "W13": -25.413583592345304, "S13": -28.413583592345304, "W21": -39.056042916380918, "S21": -39.056042916380918, "W22": -48.609566927545252, "S22": -50.227399281730101, "W31": -73.271145911430722, "S31": -73.271145911430722, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105931.0, 510862.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13157909862516048, "S11": 0.13157909862516048, "W12": -4.321882220942773, "S12": -4.321882220942773, "W13": -14.557533350020625, "S13": -14.557533350020625, "W21": -39.995790223261707, "S21": -40.032860115734849, "W22": -51.447584800047366, "S22": -51.447584800047366, "W31": -75.037607960562497, "S31": -77.808516679071403, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 497764.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -6.9999999999999991, "W12": -6.9999999999999991, "S12": -7.9886809046410612, "W13": -15.0, "S13": -17.323231770690882, "W21": -40.97940536573131, "S21": -41.960892373706614, "W22": -39.945839831777583, "S22": -47.989316042195881, "W31": -78.643261964735515, "S31": -78.643261964735515, "W32": -92.4423049200809, "S32": -97.4423049200809 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 498425.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.60508280982366114, "W12": -3.3648505212235937, "S12": -6.0386784395218269, "W13": -21.978024418495014, "S13": -21.978024418495014, "W21": -28.072709644035108, "S21": -30.592169749963691, "W22": -44.807046979866008, "S22": -52.459796304215018, "W31": -80.0, "S31": -80.0, "W32": -92.433984858450813, "S32": -97.433984858450813 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 506710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.93844193665817266, "W12": -3.0274858446597994, "S12": -5.8994299657308122, "W13": -22.11347321291931, "S13": -22.11347321291931, "W21": -27.857794153311609, "S21": -30.09688521772302, "W22": -38.385234931352223, "S22": -38.959340721729838, "W31": -65.498691576053858, "S31": -68.123270601769903, "W32": -97.466624285501624, "S32": -102.46662428550162 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 506728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92017558231193686, "S11": -0.92017558231193708, "W12": -8.5277863543981223, "S12": -18.884731330657885, "W13": -21.603548619351074, "S13": -21.603548619351074, "W21": -30.692170305424138, "S21": -30.692170305424138, "W22": -30.636693004545709, "S22": -39.113884358727702, "W31": -70.0, "S31": -70.0, "W32": -91.968338297527751, "S32": -96.968338297527751 }, "geometry": { "type": "Point", "coordinates": [ 105932.0, 509968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070004968806934298, "S11": -0.23229753965200783, "W12": -5.0, "S12": -8.0, "W13": -15.669529019847396, "S13": -15.806396202694039, "W21": -35.827368627728937, "S21": -35.827368627728937, "W22": -37.786656057036915, "S22": -41.122603224988403, "W31": -69.2684604993525, "S31": -72.2684604993525, "W32": -94.452544788990167, "S32": -99.452544788990167 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 496896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43275833878351866, "S11": -0.43275833878351866, "W12": -5.2294901873161281, "S12": -10.229490187316127, "W13": -14.799484290103562, "S13": -17.89115960669065, "W21": -38.989715469815948, "S21": -39.337279588631176, "W22": -39.530944324903217, "S22": -41.269551948560938, "W31": -70.881378767024771, "S31": -72.831153517641525, "W32": -90.060135071024462, "S32": -95.060135071024462 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 499288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.5957628979143799, "S12": -13.626578434678033, "W13": -27.800346242734086, "S13": -27.800346242734086, "W21": -42.753593469718901, "S21": -45.778744122866108, "W22": -36.712977779641577, "S22": -40.718672412329731, "W31": -73.576582100548691, "S31": -73.576582100548691, "W32": -92.485991244938276, "S32": -97.485991244938276 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 506047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27089134287950289, "S11": -0.27089134287950289, "W12": -10.24981715788188, "S12": -15.219511201822822, "W13": -16.643693050503725, "S13": -35.685802221085467, "W21": -38.698604435699515, "S21": -38.698604435699515, "W22": -38.460498194893617, "S22": -39.27521853967508, "W31": -64.899106997889277, "S31": -67.354524011669099, "W32": -97.925711872270028, "S32": -102.92571187227003 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 513223.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17957694647201899, "S11": -0.17957694647201899, "W12": -10.0, "S12": -10.592895665151618, "W13": -16.41691099719641, "S13": -30.009588342734169, "W21": -38.843595605175111, "S21": -38.843595605175111, "W22": -35.93836792333461, "S22": -39.8093812786679, "W31": -70.889638307773026, "S31": -70.889638307773026, "W32": -92.588571577614545, "S32": -97.588571577614545 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 513541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4208442531527776, "S12": -6.331113473247143, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.855817377869812, "S21": -40.855817377869812, "W22": -37.966095340150751, "S22": -40.968310418600943, "W31": -69.003782926070983, "S31": -70.90107089492389, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105933.0, 524446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2386842241777609, "S12": -5.2386842241777609, "W13": -19.300490875379886, "S13": -19.300490875379886, "W21": -40.218757526344675, "S21": -41.070393834097786, "W22": -40.0, "S22": -40.0, "W31": -65.458755322475881, "S31": -65.458755322475881, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105933.2, 521828.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1376826672650751, "S12": -9.1376826672650751, "W13": -14.999999999999998, "S13": -23.844801601480544, "W21": -38.371036271300333, "S21": -38.371036271300333, "W22": -49.78730456020471, "S22": -52.09357020046108, "W31": -73.258937284065468, "S31": -73.258937284065468, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105933.5, 515629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48808365968067541, "S11": -0.48808365968067541, "W12": -8.064029133079158, "S12": -8.064029133079158, "W13": -24.328230165038434, "S13": -24.328230165038434, "W21": -31.398583964898531, "S21": -31.398583964898531, "W22": -38.658040083853848, "S22": -38.658040083853848, "W31": -71.974296943115831, "S31": -72.073648010368856, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105933.666666666671517, 507353.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.442072299247053, "S13": -14.442072299247053, "W21": -46.0, "S21": -46.0, "W22": -38.830428564287423, "S22": -40.069612999877556, "W31": -71.542882783660559, "S31": -71.882768013736708, "W32": -89.999999999999986, "S32": -94.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 105933.666666666671517, 526561.444444444496185 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1279132077492093, "S12": -6.7559826223743391, "W13": -14.63434136674757, "S13": -14.63434136674757, "W21": -45.524324954707694, "S21": -45.524324954707694, "W22": -38.598246811087684, "S22": -39.853260625659388, "W31": -64.287644098067858, "S31": -66.059565724290408, "W32": -98.765799931723294, "S32": -103.76579993172329 }, "geometry": { "type": "Point", "coordinates": [ 105933.75, 526108.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6537817980847613, "S12": -8.6537817980847613, "W13": -15.0, "S13": -23.276169064898347, "W21": -40.074327116440671, "S21": -40.074327116440671, "W22": -38.619135023412987, "S22": -38.619135023412987, "W31": -72.920046373198687, "S31": -73.493073231591495, "W32": -90.235992216532154, "S32": -95.235992216532154 }, "geometry": { "type": "Point", "coordinates": [ 105933.857142857144936, 516603.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65764509267699789, "S11": -4.3423549073230019, "W12": -9.2946410662094188, "S12": -9.6976599341339469, "W13": -23.022521392928375, "S13": -23.022521392928375, "W21": -26.382319079432104, "S21": -26.73477650867067, "W22": -36.507939772827783, "S22": -44.655701056150605, "W31": -70.0, "S31": -70.0, "W32": -92.377630999236786, "S32": -97.377630999236786 }, "geometry": { "type": "Point", "coordinates": [ 105934.0, 506850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41462825688300742, "S11": -0.41462825688300742, "W12": -10.370712805954096, "S12": -10.451681476143825, "W13": -17.187964601630089, "S13": -30.351346770263191, "W21": -40.115536870751967, "S21": -40.115536870751967, "W22": -40.0, "S22": -40.0, "W31": -65.94163374896327, "S31": -65.94163374896327, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105935.0, 514777.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.086053012048179625, "S11": -0.29220057395787757, "W12": -5.0, "S12": -7.9459277197069298, "W13": -16.094727496639777, "S13": -16.094727496639777, "W21": -35.760470802047358, "S21": -35.760470802047358, "W22": -40.0, "S22": -40.0, "W31": -52.300447774298412, "S31": -52.462887679117365, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105935.8, 496877.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.1244005017339722, "W12": -5.2323825200404706, "S12": -7.7802959549063777, "W13": -15.0, "S13": -17.048520321645423, "W21": -41.009814554005331, "S21": -42.011409614463268, "W22": -39.316030602466384, "S22": -39.316030602466384, "W31": -61.311114603284103, "S31": -61.618957911755182, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 498447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.064071650017223591, "S11": 0.064071650017223591, "W12": -11.100001588335266, "S12": -11.100001588335266, "W13": -16.828667695142073, "S13": -21.791618354551943, "W21": -35.645608972270622, "S21": -35.645608972270622, "W22": -47.276672604343609, "S22": -47.281032948249212, "W31": -73.996427546049588, "S31": -75.029198484255062, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 500795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16370916639352662, "S11": -0.16370916639352662, "W12": -5.0, "S12": -7.6621016198079479, "W13": -17.835493279095751, "S13": -21.12569917999032, "W21": -30.0, "S21": -31.877174945840274, "W22": -47.50465776258514, "S22": -47.508870166461421, "W31": -74.043096352407147, "S31": -75.115025849883054, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 503143.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62664610856081582, "S11": -1.1266461085608159, "W12": -10.734393995918319, "S12": -12.067634688408658, "W13": -24.999999999999996, "S13": -25.274035850081475, "W21": -30.556106293766696, "S21": -30.556106293766696, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -91.521286094471947, "S32": -96.521286094471947 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 505200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51116093068347057, "S11": -0.51116093068347057, "W12": -5.3258583433373339, "S12": -5.3258583433373339, "W13": -23.875914481170621, "S13": -23.875914481170621, "W21": -29.238396078374773, "S21": -29.238396078374773, "W22": -39.83433816739992, "S22": -47.804640333381819, "W31": -78.400976070528969, "S31": -78.400976070528969, "W32": -92.471291701431511, "S32": -97.471291701431511 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 507170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012477829442500477, "S11": -0.012477829442500477, "W12": -10.041031216346912, "S12": -10.041031216346912, "W13": -20.0, "S13": -20.932322202396126, "W21": -39.961028742903153, "S21": -39.961028742903153, "W22": -36.497587311830252, "S22": -40.159054791352624, "W31": -69.637038442381524, "S31": -69.637038442381524, "W32": -92.951040090105877, "S32": -97.951040090105877 }, "geometry": { "type": "Point", "coordinates": [ 105936.0, 512124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55016480853125871, "S11": -0.55498940671425734, "W12": -6.5527587034810164, "S12": -6.5527587034810164, "W13": -23.689281402937684, "S13": -23.689281402937684, "W21": -28.471413631300486, "S21": -28.471413631300486, "W22": -32.068725427082029, "S22": -36.913498422681471, "W31": -70.0, "S31": -72.765337478587, "W32": -90.991585309929107, "S32": -95.991585309929107 }, "geometry": { "type": "Point", "coordinates": [ 105936.2, 507094.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -56.133009372075684, "S31": -56.554901182121668, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105936.905263157896115, 530016.568421052652411 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015085073405200267, "S11": -0.015085073405200267, "W12": -4.5628540519276157, "S12": -7.6465687005871068, "W13": -17.155848126015627, "S13": -20.892222561377231, "W21": -30.0, "S21": -31.91069337637267, "W22": -39.481413057158164, "S22": -39.481413057158164, "W31": -60.595300770648201, "S31": -60.659151318345593, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105937.0, 502214.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2502820609251604, "W12": -3.4012995665386381, "S12": -6.4012995665386381, "W13": -22.241487751223936, "S13": -22.241487751223936, "W21": -27.571935071734938, "S21": -29.533618538902772, "W22": -38.841881645932808, "S22": -40.081149438474036, "W31": -71.534664799718087, "S31": -71.872967921030934, "W32": -90.01929824561401, "S32": -95.01929824561401 }, "geometry": { "type": "Point", "coordinates": [ 105937.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5670928920646863, "W12": -3.5787124589117512, "S12": -6.5005992513645818, "W13": -22.26406255029465, "S13": -22.26406255029465, "W21": -27.536115823281023, "S21": -29.451071116862661, "W22": -36.444774219350059, "S22": -40.108624373189073, "W31": -69.630642346387276, "S31": -69.630642346387276, "W32": -92.913572207947652, "S32": -97.913572207947652 }, "geometry": { "type": "Point", "coordinates": [ 105937.0, 506751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5199052467830194, "S12": -7.5199052467830194, "W13": -24.228894057573584, "S13": -24.228894057573584, "W21": -30.971080973275079, "S21": -30.971080973275079, "W22": -39.318974788226633, "S22": -39.318974788226633, "W31": -60.428406419345251, "S31": -60.53215633823126, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105937.666666666671517, 507320.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7725414333685254, "S12": -6.7725414333685254, "W13": -20.0, "S13": -26.275658400961479, "W21": -43.009055985475001, "S21": -43.454354715786977, "W22": -48.385155092060714, "S22": -49.811253507729489, "W31": -73.235119953235667, "S31": -73.235119953235667, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105937.75, 519536.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9818208458544078, "S12": -6.9818208458544078, "W13": -14.459987622912445, "S13": -14.459987622912445, "W21": -46.0, "S21": -46.0, "W22": -38.33384062279174, "S22": -38.836815903772951, "W31": -65.714828158667785, "S31": -68.26544749958525, "W32": -97.312016555643964, "S32": -102.31201655564396 }, "geometry": { "type": "Point", "coordinates": [ 105938.333333333328483, 526514.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76826823081667306, "S11": -0.76826823081667306, "W12": -10.141473296318599, "S12": -20.331185578235932, "W13": -25.186542874450073, "S13": -25.742006603292651, "W21": -39.132280877319538, "S21": -39.132280877319538, "W22": -37.824275982161232, "S22": -41.083816500838893, "W31": -69.224165626456596, "S31": -70.691593898890233, "W32": -94.676604132202257, "S32": -99.676604132202257 }, "geometry": { "type": "Point", "coordinates": [ 105938.857142857144936, 511002.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30340755188492363, "S11": 0.30340755188492363, "W12": -4.954442473781616, "S12": -4.954442473781616, "W13": -12.692907136573565, "S13": -12.692907136573565, "W21": -38.853291447861963, "S21": -41.853291447861963, "W22": -39.455262113189811, "S22": -39.455262113189811, "W31": -60.323752357175067, "S31": -60.467401647249744, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105939.0, 497130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27175095361822121, "S11": 0.27175095361822121, "W12": -4.5267743676742747, "S12": -4.5267743676742747, "W13": -13.650103716508212, "S13": -13.650103716508212, "W21": -38.363617489226904, "S21": -40.124439924362228, "W22": -38.798640609575045, "S22": -38.798640609575045, "W31": -73.090251560004376, "S31": -73.80235755921548, "W32": -90.308288550293994, "S32": -95.308288550293994 }, "geometry": { "type": "Point", "coordinates": [ 105939.0, 497425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47862805009252485, "S11": -0.47862805009252479, "W12": -8.5945057276198558, "S12": -8.5945057276198558, "W13": -24.366438070705897, "S13": -24.366438070705897, "W21": -31.746210610291183, "S21": -31.746210610291183, "W22": -39.225252267854195, "S22": -45.995033526293298, "W31": -80.0, "S31": -80.0, "W32": -92.50376538379777, "S32": -97.50376538379777 }, "geometry": { "type": "Point", "coordinates": [ 105939.0, 507381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39938374144683053, "S11": -1.6489970914611281, "W12": -10.293789487834385, "S12": -10.293789487834385, "W13": -24.811419731062472, "S13": -24.811419731062472, "W21": -34.138911049062628, "S21": -34.138911049062628, "W22": -39.925296091462194, "S22": -39.925296091462194, "W31": -58.407673416651228, "S31": -58.773320183883399, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105939.0, 507567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0605992386721788, "W12": -10.103031309973485, "S12": -11.748411097449923, "W13": -27.078988480799303, "S13": -27.078988480799303, "W21": -31.55387107619892, "S21": -31.55387107619892, "W22": -39.986002367854681, "S22": -39.986002367854681, "W31": -58.129503750255324, "S31": -58.523487388181529, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105939.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.44410197701565379, "W12": -5.0, "S12": -5.0, "W13": -20.51919408481664, "S13": -20.782267522611619, "W21": -29.704791273324243, "S21": -33.856050924982377, "W22": -45.076270418010608, "S22": -45.084551034490218, "W31": -73.218069207198354, "S31": -73.218069207198354, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105940.0, 506567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26525265591207042, "S11": -0.26525265591207042, "W12": -10.217994505283949, "S12": -15.217994505283949, "W13": -16.56709895505746, "S13": -33.828146840545145, "W21": -38.689794549865489, "S21": -38.689794549865489, "W22": -40.0, "S22": -40.0, "W31": -63.400069763525707, "S31": -63.400069763525707, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105940.0, 513267.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5045102726474928, "S12": -5.5045102726474928, "W13": -20.0, "S13": -20.0, "W21": -40.301904718114272, "S21": -41.194173561768501, "W22": -32.323867447556836, "S22": -36.758288398506714, "W31": -70.0, "S31": -72.968300341887328, "W32": -91.002331581884391, "S32": -96.002331581884391 }, "geometry": { "type": "Point", "coordinates": [ 105940.0, 521456.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12541482881747523, "S11": 0.12541482881747523, "W12": -4.3434890237241097, "S12": -4.3434890237241097, "W13": -14.570928794393074, "S13": -14.570928794393074, "W21": -40.0, "S21": -40.041364247311826, "W22": -43.40604026845638, "S22": -50.892373190551204, "W31": -80.0, "S31": -80.0, "W32": -92.477868154223827, "S32": -97.477868154223827 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 497777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.433018311814259, "W13": -15.147725023380822, "S13": -18.166345241981361, "W21": -35.894843585742791, "S21": -35.894843585742791, "W22": -37.479413964692775, "S22": -40.892538673398654, "W31": -69.449566551984987, "S31": -69.449566551984987, "W32": -93.982524374362043, "S32": -98.982524374362043 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 499631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.1149153687323947, "W12": -9.8380488219542936, "S12": -9.9564373418553949, "W13": -23.109259812921039, "S13": -23.109259812921039, "W21": -26.174509615701322, "S21": -26.314338353841368, "W22": -40.11778529955717, "S22": -40.11778529955717, "W31": -60.243177853464026, "S31": -60.426726514727314, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105941.0, 506872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54203717717406685, "S11": 0.54203717717406685, "W12": -3.9476946552248156, "S12": -3.9476946552248129, "W13": -18.15913698521204, "S13": -20.199657160254826, "W21": -41.298701842608558, "S21": -42.677371046912761, "W22": -40.0, "S22": -40.0, "W31": -74.943152198725102, "S31": -77.210700587094763, "W32": -94.237765234738717, "S32": -99.237765234738717 }, "geometry": { "type": "Point", "coordinates": [ 105941.315789473679615, 498764.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.9953580901851362, "W13": -20.228368193738138, "S13": -21.496822035534752, "W21": -30.295924742506639, "S21": -34.52774506587911, "W22": -47.743591427520826, "S22": -47.747535372070011, "W31": -74.093966006661233, "S31": -75.227463310470313, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105941.4, 506532.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0170808217758616, "S12": -9.0170808217758616, "W13": -15.0, "S13": -23.627208942743483, "W21": -38.563137200083936, "S21": -38.563137200083936, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105941.631578947373782, 515867.815789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6413792771748739, "S12": -8.6413792771748739, "W13": -14.999999999999998, "S13": -23.760918415534647, "W21": -40.133144803487106, "S21": -40.133144803487106, "W22": -38.777461240310075, "S22": -44.759961308350242, "W31": -80.0, "S31": -80.0, "W32": -92.481692432872265, "S32": -97.481692432872265 }, "geometry": { "type": "Point", "coordinates": [ 105941.637931034478243, 516624.387931034492794 ] } }, +{ "type": "Feature", "properties": { "W11": 0.544616728697358, "S11": 0.544616728697358, "W12": -3.957935893497202, "S12": -3.9861772462180669, "W13": -18.206948640483439, "S13": -20.221424794750018, "W21": -41.301283754820517, "S21": -42.682117855390558, "W22": -36.691259841629581, "S22": -40.645530012575705, "W31": -73.597255074936498, "S31": -73.597255074936498, "W32": -92.554679757693506, "S32": -97.554679757693506 }, "geometry": { "type": "Point", "coordinates": [ 105942.8, 498763.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50281371204701264, "S11": -2.4971862879529882, "W12": -3.9270529588179359, "S12": -5.7809166953240361, "W13": -16.492127329600716, "S13": -19.475500444534205, "W21": -41.3552170321367, "S21": -42.620371879435552, "W22": -39.402515923907515, "S22": -39.402515923907515, "W31": -60.89830666170451, "S31": -60.89830666170451, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105943.0, 498825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.8057728732601994, "W12": -4.802308233598537, "S12": -7.1898554034098581, "W13": -22.357480532071623, "S13": -22.357480532071623, "W21": -27.288602921266126, "S21": -28.995277561051992, "W22": -42.006688735946604, "S22": -42.006688735946604, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105943.0, 506767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20170625627300098, "S11": -1.1289675778167938, "W12": -7.740903080008195, "S12": -18.555176772981284, "W13": -23.877076911510411, "S13": -35.983007224251253, "W21": -39.193237165313981, "S21": -39.193237165313981, "W22": -44.879318634231772, "S22": -44.885048883963023, "W31": -73.522947379389436, "S31": -73.856531606491814, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105943.0, 511354.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9568644194690137, "S12": -6.9568644194690137, "W13": -14.477902946577782, "S13": -14.477902946577782, "W21": -46.0, "S21": -46.0, "W22": -39.04859249030735, "S22": -39.113107349635435, "W31": -62.396384579774342, "S31": -63.130327402812625, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105943.0, 526468.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5246794351566304, "S11": -0.7283644143724487, "W12": -10.0, "S12": -14.769529313655141, "W13": -19.105752456145925, "S13": -21.30146276954504, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.781667590186714, "S22": -41.048777939096809, "W31": -69.260843176620583, "S31": -69.260843176620583, "W32": -94.596701101685952, "S32": -99.596701101685952 }, "geometry": { "type": "Point", "coordinates": [ 105943.25, 503963.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.082179404328650937, "S11": -2.0367195194467054, "W12": -10.0, "S12": -12.115778708312433, "W13": -23.635460992907802, "S13": -24.135460992907802, "W21": -30.011941970112552, "S21": -30.011941970112552, "W22": -39.424226392370045, "S22": -41.072231240250353, "W31": -70.844534709252613, "S31": -72.824879019024152, "W32": -90.110939902981329, "S32": -95.110939902981329 }, "geometry": { "type": "Point", "coordinates": [ 105944.0, 505017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1584262338186342, "S12": -9.1584262338186342, "W13": -15.000000000000002, "S13": -23.546413618081708, "W21": -38.47353441789047, "S21": -38.47353441789047, "W22": -38.591033447413324, "S22": -43.707767700649988, "W31": -79.621020882989484, "S31": -79.621020882989484, "W32": -92.477126818155782, "S32": -97.477126818155782 }, "geometry": { "type": "Point", "coordinates": [ 105944.0, 515582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9153243923306551, "S12": -4.9153243923306551, "W13": -15.400129088425455, "S13": -17.05828951373746, "W21": -41.096911059288296, "S21": -42.199125277622855, "W22": -37.775685126198582, "S22": -42.160026610309664, "W31": -76.923265115485989, "S31": -76.923265115485989, "W32": -92.420523138832991, "S32": -97.420523138832991 }, "geometry": { "type": "Point", "coordinates": [ 105944.6, 498519.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.062184024266936, "W12": -10.0, "S12": -14.828353664449315, "W13": -19.029334630404961, "S13": -21.354577130131403, "W21": -30.0, "S21": -30.293281538103507, "W22": -39.193346853999103, "S22": -40.718984543893498, "W31": -70.888625087792633, "S31": -73.069320679340422, "W32": -90.123969127187763, "S32": -95.123969127187763 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 503933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0792474553209304, "W12": -10.309610791808492, "S12": -10.685131225969686, "W13": -28.505929620463235, "S13": -28.505929620463235, "W21": -33.81022098603173, "S21": -33.81022098603173, "W22": -30.0, "S22": -39.370429612931467, "W31": -70.0, "S31": -71.086161371777749, "W32": -91.519641923189184, "S32": -96.519641923189184 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 507851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67012974225519095, "S11": -0.67012974225519095, "W12": -10.321578538257629, "S12": -20.321578538257629, "W13": -23.901956213385077, "S13": -23.901956213385077, "W21": -33.43835578246572, "S21": -33.690318696913252, "W22": -36.217965745325031, "S22": -39.905604695969764, "W31": -69.589478620765362, "S31": -69.589478620765362, "W32": -92.781412867704603, "S32": -97.781412867704603 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 510331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47815322850451658, "S11": -0.85230187230903343, "W12": -7.4743436124442022, "S12": -18.23439573065119, "W13": -24.168664010224798, "S13": -35.280293426523016, "W21": -39.198582841756348, "S21": -39.198582841756348, "W22": -40.004147292904349, "S22": -40.004147292904349, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105945.0, 511279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1475507004883667, "S12": -6.2126369530019492, "W13": -21.669743969605641, "S13": -21.963317859109711, "W21": -28.341217132004527, "S21": -31.465656640708481, "W22": -40.0, "S22": -40.0, "W31": -56.75875166820655, "S31": -56.75875166820655, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105945.333333333328483, 506677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011035161352118558, "S11": 0.011035161352118558, "W12": -5.0, "S12": -7.1195959897666317, "W13": -17.227549607681407, "S13": -20.886338940616547, "W21": -29.999999999999996, "S21": -32.768217058685934, "W22": -44.446308724832214, "S22": -51.941922809562442, "W31": -80.0, "S31": -80.0, "W32": -92.550670651388742, "S32": -97.550670651388742 }, "geometry": { "type": "Point", "coordinates": [ 105946.0, 502076.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30006013229109985, "S11": 0.30006013229109985, "W12": -5.50041084634264, "S12": -5.50041084634264, "W13": -16.945722285454252, "S13": -20.21733232457369, "W21": -29.347649985890492, "S21": -29.347649985890492, "W22": -39.815499134092036, "S22": -47.437474023951843, "W31": -80.0, "S31": -80.0, "W32": -92.547016213615137, "S32": -97.547016213615137 }, "geometry": { "type": "Point", "coordinates": [ 105946.8, 501444.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1579637756674845, "S12": -9.1579637756674845, "W13": -15.0, "S13": -23.581151109950618, "W21": -38.48148728158224, "S21": -38.48148728158224, "W22": -40.537791429183692, "S22": -40.537791429183692, "W31": -70.662068512839397, "S31": -70.662068512839397, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105946.875, 515581.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1148708254568368, "S11": 0.1148708254568368, "W12": -4.3549155114634539, "S12": -4.3549155114634539, "W13": -14.575961113728724, "S13": -14.575961113728724, "W21": -40.0, "S21": -40.037264784946238, "W22": -45.604143527945176, "S22": -45.609930214375574, "W31": -74.289795496459504, "S31": -74.289795496459504, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 497778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.638334661203306, "S13": -20.481781170738685, "W21": -31.14488366463879, "S21": -31.14488366463879, "W22": -40.0, "S22": -40.0, "W31": -56.582256233404109, "S31": -57.033554417221836, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 501334.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5137575030011998, "S12": -5.5137575030011998, "W13": -23.765597882054113, "S13": -23.765597882054113, "W21": -29.110184298475961, "S21": -29.110184298475961, "W22": -40.0, "S22": -40.0, "W31": -52.118235827797051, "S31": -52.257728681124334, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 507158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0964735177580378, "S12": -6.0964735177580378, "W13": -20.0, "S13": -25.0, "W21": -40.088522807701381, "S21": -40.822970822944285, "W22": -40.699063903619859, "S22": -48.494985851305792, "W31": -80.0, "S31": -80.0, "W32": -92.545687557607707, "S32": -97.545687557607707 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 520561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45888232175466859, "S11": -0.45888232175466859, "W12": -6.0852466787741637, "S12": -6.0852466787741637, "W13": -20.0, "S13": -22.0, "W21": -40.280164941685726, "S21": -41.017403732236296, "W22": -38.043449344771375, "S22": -39.413542288836126, "W31": -67.987019797227916, "S31": -70.987019797227916, "W32": -95.711182937824418, "S32": -100.71118293782442 }, "geometry": { "type": "Point", "coordinates": [ 105947.0, 520578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1025859803939237, "S12": -8.1025859803939237, "W13": -15.612010672697838, "S13": -25.019585030082517, "W21": -42.009584926909788, "S21": -43.634270852241578, "W22": -37.921773833812622, "S22": -42.400596073578853, "W31": -77.361139427098777, "S31": -77.361139427098777, "W32": -92.444042000995807, "S32": -97.444042000995807 }, "geometry": { "type": "Point", "coordinates": [ 105947.333333333328483, 517523.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13085206189174114, "S11": 0.13085206189174114, "W12": -4.3634764496016523, "S12": -4.3634764496016523, "W13": -14.586174171034809, "S13": -14.586174171034809, "W21": -40.028877194994635, "S21": -40.083075223668459, "W22": -40.0, "S22": -47.519468304896193, "W31": -80.0, "S31": -80.0, "W32": -92.537625818447694, "S32": -97.537625818447694 }, "geometry": { "type": "Point", "coordinates": [ 105947.6, 497796.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9319079930835557, "S12": -6.9319079930835557, "W13": -14.49581827024317, "S13": -14.49581827024317, "W21": -46.0, "S21": -46.0, "W22": -41.631105421102035, "S22": -41.640217535372351, "W31": -73.274024080531291, "S31": -73.274024080531291, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105947.666666666671517, 526421.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65, "W12": -5.75, "S12": -8.1933608816877594, "W13": -18.065595840955829, "S13": -21.213038751910986, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -51.413218979496179, "S31": -51.498519217308306, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25262523052384989, "S11": -0.28612337638293522, "W12": -10.0, "S12": -11.848743339214955, "W13": -24.035256464723709, "S13": -24.475023499547778, "W21": -30.173298511594279, "S21": -30.173298511594279, "W22": -35.802345432694423, "S22": -43.789323508777322, "W31": -70.0, "S31": -70.0, "W32": -92.438321524207254, "S32": -97.438321524207254 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 505069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36230769230769233, "S11": -2.3473277171337914, "W12": -10.469486568612066, "S12": -10.588983285372015, "W13": -25.0, "S13": -25.0, "W21": -34.860434826169723, "S21": -34.860434826169723, "W22": -44.619334797878743, "S22": -52.286197651723072, "W31": -80.0, "S31": -80.0, "W32": -92.612203989183939, "S32": -97.612203989183939 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 507665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21892030148839486, "S11": -0.9410750922923361, "W12": -8.9377855415210963, "S12": -19.865832556486982, "W13": -23.024409192291309, "S13": -37.225448490764833, "W21": -39.246219576937911, "S21": -39.246219576937911, "W22": -38.526952676540496, "S22": -39.721179225205965, "W31": -64.482545867835697, "S31": -66.350294985685764, "W32": -98.615930357752475, "S32": -103.61593035775248 }, "geometry": { "type": "Point", "coordinates": [ 105948.0, 511569.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -39.373016065210862, "S22": -40.979352878181977, "W31": -70.829895679674948, "S31": -72.828206309300569, "W32": -90.132939433833712, "S32": -95.132939433833712 }, "geometry": { "type": "Point", "coordinates": [ 105948.030769230768783, 530035.246153846150264 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48066235504014282, "S11": -0.48066235504014282, "W12": -10.0, "S12": -11.490134185222512, "W13": -15.116669844642386, "S13": -18.137977564899817, "W21": -35.99748642411425, "S21": -35.99748642411425, "W22": -36.057157399341023, "S22": -39.873375852522365, "W31": -71.453714834131304, "S31": -71.453714834131304, "W32": -92.673036340097383, "S32": -97.673036340097383 }, "geometry": { "type": "Point", "coordinates": [ 105949.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3610797551147122, "S12": -6.2595875337156226, "W13": -21.585531216137809, "S13": -21.880243287012672, "W21": -28.414161209984705, "S21": -31.703801850112274, "W22": -32.39665763352027, "S22": -36.744813233178277, "W31": -70.0, "S31": -72.982930627374373, "W32": -91.02811108214631, "S32": -96.02811108214631 }, "geometry": { "type": "Point", "coordinates": [ 105949.0, 506668.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43986920404610275, "S11": -0.43986920404610275, "W12": -9.9935593272790708, "S12": -9.9935593272790708, "W13": -16.65342952296832, "S13": -29.434454174564493, "W21": -39.873712259880072, "S21": -39.873712259880072, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -91.593552795148938, "S32": -96.593552795148938 }, "geometry": { "type": "Point", "coordinates": [ 105949.125, 514902.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44837895250033599, "S11": -0.44837895250033599, "W12": -10.0, "S12": -10.229129768265601, "W13": -15.196030254328848, "S13": -18.301679339490754, "W21": -35.431383734300233, "S21": -35.431383734300233, "W22": -40.620805369127517, "S22": -48.065201180804074, "W31": -80.0, "S31": -80.0, "W32": -92.535827160666855, "S32": -97.535827160666855 }, "geometry": { "type": "Point", "coordinates": [ 105949.6, 499790.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2005672462924943, "S11": 2.2005672462924943, "W12": -4.3623963108311852, "S12": -4.3623963108311852, "W13": -16.764180282325473, "S13": -16.764180282325473, "W21": -40.803773558603773, "S21": -41.039329540074789, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -55.560740081521075, "S31": -55.923129107057079, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105949.75, 523080.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10066659360196786, "S11": 0.10066659360196786, "W12": -4.3322568168061766, "S12": -4.3322568168061766, "W13": -14.541341141998942, "S13": -14.541341141998942, "W21": -39.986397531332919, "S21": -39.986397531332919, "W22": -50.703329313389823, "S22": -50.705368036946652, "W31": -74.642429136400793, "S31": -76.659599888090554, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 497708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59, "S11": 0.59, "W12": -4.0327759490893138, "S12": -4.0327759490893138, "W13": -18.891509433962266, "S13": -20.456682426254808, "W21": -41.272022083085119, "S21": -42.700311870787196, "W22": -40.429313304903651, "S22": -40.429313304903651, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 498705.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49048360795385404, "S11": 0.49048360795385404, "W12": -4.2558239028106017, "S12": -4.2558239028106017, "W13": -14.718077009117348, "S13": -17.759757404504498, "W21": -41.206836092936186, "S21": -42.199961328040175, "W22": -38.067862541426457, "S22": -42.641165536847666, "W31": -77.799013738710983, "S31": -77.799013738710983, "W32": -92.475547154181385, "S32": -97.475547154181385 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 498953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36427174856605093, "S11": 0.36427174856605093, "W12": -4.5467026699740227, "S12": -4.5467026699740227, "W13": -14.717948787900283, "S13": -17.769159027413654, "W21": -40.908609840512227, "S21": -41.803082788960921, "W22": -45.04253271800998, "S22": -45.048052962001094, "W31": -73.544104778703982, "S31": -73.943009550597864, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4534863523573201, "S11": -0.4534863523573201, "W12": -10.925779583471993, "S12": -10.925779583471993, "W13": -15.258018923564364, "S13": -18.504191308140797, "W21": -32.407484457361647, "S21": -32.407484457361647, "W22": -39.118258138555504, "S22": -40.919770447758403, "W31": -70.900882178510344, "S31": -71.575101850289855, "W32": -90.081583324051365, "S32": -95.081583324051365 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65185918133527754, "S11": -0.65185918133527754, "W12": -15.0, "S12": -15.0, "W13": -16.319902754078829, "S13": -20.992263939606591, "W21": -33.661734675599185, "S21": -33.661734675599185, "W22": -36.776025821493228, "S22": -37.190314283155189, "W31": -71.162778659409625, "S31": -72.819196998017105, "W32": -90.74138878300802, "S32": -95.74138878300802 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 500569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.6746105998765, "S12": -12.239569519627288, "W13": -23.827683615819211, "S13": -23.827683615819211, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -55.42434716765905, "S31": -55.775422339992765, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105950.0, 508329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40578429268816052, "S11": 0.40578429268816052, "W12": -4.6779804133251082, "S12": -4.6779804133251082, "W13": -13.481356957649094, "S13": -13.481356957649094, "W21": -40.0, "S21": -42.781363306744019, "W22": -38.301702822263195, "S22": -38.829030814592222, "W31": -65.680365619579121, "S31": -68.044766149467264, "W32": -97.332711110722073, "S32": -102.33271111072207 }, "geometry": { "type": "Point", "coordinates": [ 105951.0, 497333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029968997588701307, "S11": -0.029968997588701307, "W12": -11.53679378643244, "S12": -11.53679378643244, "W13": -16.763188240375804, "S13": -21.686849633643526, "W21": -35.285399672535661, "S21": -35.285399672535661, "W22": -40.0, "S22": -40.0, "W31": -66.143919479314562, "S31": -66.143919479314562, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105951.0, 500772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27577745005689008, "S11": -0.27577745005689008, "W12": -10.17099123062939, "S12": -15.234150220640498, "W13": -16.533035508189183, "S13": -33.74102819272872, "W21": -38.788380449548995, "S21": -38.788380449548995, "W22": -44.885153952771489, "S22": -44.893492746432052, "W31": -73.166661670862993, "S31": -73.166661670862993, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105951.0, 513257.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0919948933301864, "S12": -9.0919948933301864, "W13": -15.0, "S13": -24.87031209742581, "W21": -38.279544578917594, "S21": -38.279544578917594, "W22": -35.045207318972381, "S22": -43.022447955750685, "W31": -70.0, "S31": -70.0, "W32": -92.418178809579146, "S32": -97.418178809579146 }, "geometry": { "type": "Point", "coordinates": [ 105951.146341463419958, 515712.219512195093557 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.1596631837251441, "S12": -11.9937877299416, "W13": -26.629806133769584, "S13": -26.629806133769584, "W21": -42.228826997375947, "S21": -45.952121578158689, "W22": -37.641708870214487, "S22": -41.901977603009968, "W31": -76.539522734546168, "S31": -76.539522734546168, "W32": -92.493440316696933, "S32": -97.493440316696933 }, "geometry": { "type": "Point", "coordinates": [ 105951.666666666671517, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37269423942496288, "S11": -4.1069266409781466, "W12": -10.0, "S12": -12.920849244598919, "W13": -22.436635451754729, "S13": -23.289150238075713, "W21": -29.282403558062143, "S21": -29.282403558062143, "W22": -38.917798463767745, "S22": -40.24075663524971, "W31": -71.4125150885599, "S31": -71.798469180590388, "W32": -90.083333333333343, "S32": -95.083333333333343 }, "geometry": { "type": "Point", "coordinates": [ 105952.0, 504853.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -4.0933921755357012, "S12": -6.0687334814940037, "W13": -21.662339939120582, "S13": -21.971283028551476, "W21": -28.242645761038702, "S21": -31.365841842820124, "W22": -40.844305763499236, "S22": -48.549245907545895, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -92.583151682472845, "S32": -97.583151682472845 }, "geometry": { "type": "Point", "coordinates": [ 105952.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.151184407595391, "S12": -13.189993452696788, "W13": -22.655367231638419, "S13": -22.655367231638419, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -55.258625352168075, "S31": -55.596072174155005, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105952.0, 508497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.1204040771751003, "W12": -3.693678892941854, "S12": -5.9093101766755822, "W13": -21.82864549278672, "S13": -21.82864549278672, "W21": -27.974633130411291, "S21": -30.752967602761654, "W22": -34.424763678997181, "S22": -42.407563345478977, "W31": -70.0, "S31": -70.0, "W32": -92.375402240576832, "S32": -97.375402240576832 }, "geometry": { "type": "Point", "coordinates": [ 105952.25, 506702.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.906951566698158, "S12": -6.906951566698158, "W13": -14.513733593908512, "S13": -14.513733593908512, "W21": -46.0, "S21": -46.0, "W22": -43.82550335570469, "S22": -51.203980490466414, "W31": -80.0, "S31": -80.0, "W32": -92.606953670523922, "S32": -97.606953670523922 }, "geometry": { "type": "Point", "coordinates": [ 105952.333333333328483, 526375.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.1070372376604318, "S12": -7.3437388596457183, "W13": -14.609868127658769, "S13": -14.609868127658769, "W21": -46.0, "S21": -46.0, "W22": -38.213951249040491, "S22": -42.881735000116848, "W31": -78.236888050323785, "S31": -78.236888050323785, "W32": -92.507052307366919, "S32": -97.507052307366919 }, "geometry": { "type": "Point", "coordinates": [ 105952.375, 526148.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2510224936005354, "S12": -4.5201056103482928, "W13": -16.445051200721899, "S13": -16.445051200721899, "W21": -40.24211068193231, "S21": -40.24211068193231, "W22": -40.0, "S22": -40.0, "W31": -58.764397905759161, "S31": -58.764397905759161, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105952.428571428565192, 523240.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44075894612365829, "S11": -0.44075894612365829, "W12": -9.9859652873899254, "S12": -9.990185873956575, "W13": -16.623063636848183, "S13": -29.383576519687161, "W21": -39.87040814087861, "S21": -39.87040814087861, "W22": -39.691050572294188, "S22": -39.691050572294188, "W31": -73.750358883914473, "S31": -75.102010190975051, "W32": -90.550299607314187, "S32": -95.550299607314187 }, "geometry": { "type": "Point", "coordinates": [ 105953.0, 514906.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44580070344059058, "S11": -0.44580070344059058, "W12": -10.0, "S12": -10.226995490333232, "W13": -15.181088683682471, "S13": -18.286951407284878, "W21": -35.468908468626367, "S21": -35.468908468626367, "W22": -45.26677146420726, "S22": -45.272982101972673, "W31": -74.123874950863154, "S31": -74.123874950863154, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105953.2, 499786.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13090107120354452, "S11": 0.13090107120354452, "W12": -4.3796937173676813, "S12": -4.3796937173676813, "W13": -14.597366894398982, "S13": -14.597366894398982, "W21": -40.05327400912482, "S21": -40.114230550343478, "W22": -42.563673425401298, "S22": -42.57212661807845, "W31": -73.444002026352365, "S31": -73.444002026352365, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105953.666666666671517, 497809.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46409447396363218, "S11": -0.46409447396363218, "W12": -9.8177328021786003, "S12": -9.8177328021786003, "W13": -16.154815098052069, "S13": -28.255491649664322, "W21": -39.563351388466359, "S21": -39.563351388466359, "W22": -37.332262544907159, "S22": -45.159498984411712, "W31": -71.681415929203538, "S31": -71.681415929203538, "W32": -92.513135104556625, "S32": -97.513135104556625 }, "geometry": { "type": "Point", "coordinates": [ 105953.8, 515027.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.679309808174065, "S12": -12.347279624740203, "W13": -23.827683615819208, "S13": -23.827683615819208, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -55.555282398233871, "S31": -55.909975786742137, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105954.0, 508333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30274366822190946, "S11": -0.30274366822190946, "W12": -10.333059819846991, "S12": -15.489067034053427, "W13": -16.902077484172594, "S13": -19.000620229535649, "W21": -39.077969300750631, "S21": -39.077969300750631, "W22": -34.288069205250331, "S22": -42.255572402724042, "W31": -70.0, "S31": -70.0, "W32": -92.371212601308301, "S32": -97.371212601308301 }, "geometry": { "type": "Point", "coordinates": [ 105954.0, 513073.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31088655275763633, "S11": -0.74675785086130442, "W12": -4.6425447034989009, "S12": -4.6425447034989009, "W13": -14.698323787227357, "S13": -15.028741420994402, "W21": -40.345921633827018, "S21": -40.585990331557007, "W22": -40.074369988945946, "S22": -47.760295068081064, "W31": -79.115044247787608, "S31": -79.115044247787608, "W32": -92.588100212302166, "S32": -97.588100212302166 }, "geometry": { "type": "Point", "coordinates": [ 105954.222222222218988, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49512287513613334, "S11": -0.49512287513613334, "W12": -8.8208568379326131, "S12": -11.83552957828265, "W13": -14.941137073346338, "S13": -17.962134269960998, "W21": -37.38893491978358, "S21": -37.38893491978358, "W22": -50.752643461337797, "S22": -50.752643461337797, "W31": -74.786195715234896, "S31": -77.197107506045299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105955.0, 499485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29213780573895087, "S11": -0.29213780573895087, "W12": -10.196504359198446, "S12": -15.316665985169589, "W13": -16.670128753300464, "S13": -36.500370217841308, "W21": -38.936972572106704, "S21": -38.936972572106704, "W22": -39.41174693666602, "S22": -39.41174693666602, "W31": -60.76893110762154, "S31": -60.815454127372185, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105955.5, 513178.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21661478497436423, "S11": 0.21661478497436423, "W12": -4.868075960254699, "S12": -4.868075960254699, "W13": -13.283358358225581, "S13": -13.283358358225581, "W21": -36.333339200443021, "S21": -37.303648585233745, "W22": -38.053648052018595, "S22": -45.820585230620608, "W31": -73.672566371681413, "S31": -73.672566371681413, "W32": -92.542302080648597, "S32": -97.542302080648597 }, "geometry": { "type": "Point", "coordinates": [ 105955.75, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0968867166709799, "S12": -6.0968867166709799, "W13": -20.0, "S13": -26.077294685994122, "W21": -40.180780053817791, "S21": -40.901609768669331, "W22": -43.443127597352628, "S22": -51.018829438116555, "W31": -80.0, "S31": -80.0, "W32": -92.644983050773419, "S32": -97.644983050773419 }, "geometry": { "type": "Point", "coordinates": [ 105955.866666666668607, 520561.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.0737246726647651, "S12": -4.0737246726647651, "W13": -19.044811320754718, "S13": -20.503198346940621, "W21": -41.283210369336892, "S21": -42.706014588529072, "W22": -40.0, "S22": -40.0, "W31": -54.956510622815081, "S31": -55.269015241252937, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105956.0, 498698.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57360021398002847, "W12": -4.9999999999999991, "S12": -9.7116727171181232, "W13": -25.091901844643765, "S13": -25.311131694808658, "W21": -40.336220855100144, "S21": -44.691247244723563, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105956.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.333333333333332, "S13": -13.333333333333332, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -55.979178856312174, "S31": -56.364756982432844, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105956.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9069452220284493, "S12": -6.9069452220284493, "W13": -14.531648917573898, "S13": -14.531648917573898, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -51.937464192086814, "S31": -52.054009993922456, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105957.0, 526328.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.504825657881423, "S12": -11.882646973539405, "W13": -24.26856335754626, "S13": -24.26856335754626, "W21": -30.0, "S21": -30.0, "W22": -33.530931091528295, "S22": -41.488696849697419, "W31": -70.0, "S31": -70.0, "W32": -92.324246393037456, "S32": -97.324246393037456 }, "geometry": { "type": "Point", "coordinates": [ 105957.285714285710128, 508273.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -5.068901293521126, "W12": -9.2615643993596191, "S12": -9.6490177372177666, "W13": -23.018481788735507, "S13": -23.018481788735507, "W21": -26.268351399157911, "S21": -26.5172588727598, "W22": -38.640586323197404, "S22": -38.640586323197404, "W31": -72.970532909701589, "S31": -73.626537499653892, "W32": -90.394790415375851, "S32": -95.394790415375851 }, "geometry": { "type": "Point", "coordinates": [ 105958.0, 506886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74439448532642738, "S11": -0.74439448532642738, "W12": -10.945320125698418, "S12": -20.945320125698416, "W13": -25.0, "S13": -25.0, "W21": -35.674953742514568, "S21": -36.854794935868995, "W22": -36.392244121337107, "S22": -39.97286817379414, "W31": -69.710754751175941, "S31": -69.710754751175941, "W32": -93.016806870578364, "S32": -98.016806870578364 }, "geometry": { "type": "Point", "coordinates": [ 105958.0, 510506.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096829280521453676, "S11": 0.096829280521453676, "W12": -4.4923917849064399, "S12": -4.4923917849064399, "W13": -13.626836646499578, "S13": -13.626836646499578, "W21": -37.953047958817194, "S21": -39.21038297058967, "W22": -44.083785395700744, "S22": -44.091045834224623, "W31": -73.787862795836531, "S31": -73.787862795836531, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105958.333333333328483, 497468.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094843969063072908, "S11": 0.094843969063072908, "W12": -4.4916763200585059, "S12": -4.4916763200585059, "W13": -13.626338231057309, "S13": -13.626338231057309, "W21": -37.971675685376297, "S21": -39.218465800199198, "W22": -42.533557046979865, "S22": -49.796076241254219, "W31": -80.0, "S31": -80.0, "W32": -92.598762126238682, "S32": -97.598762126238682 }, "geometry": { "type": "Point", "coordinates": [ 105958.740740740744513, 497469.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1448206963056897, "S12": -5.7712206509330111, "W13": -15.0, "S13": -15.0, "W21": -40.151774280301055, "S21": -40.151774280301055, "W22": -37.775966801073409, "S22": -40.954616482056124, "W31": -69.250464885270773, "S31": -69.250464885270773, "W32": -94.783006581957693, "S32": -99.783006581957693 }, "geometry": { "type": "Point", "coordinates": [ 105958.857142857144936, 524192.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1015625, "S11": -1.3515625, "W12": -11.734082738657333, "S12": -12.516080937361044, "W13": -26.306016702814656, "S13": -26.494633863229023, "W21": -31.287147795674088, "S21": -31.287147795674088, "W22": -36.349653566250446, "S22": -39.935177967099726, "W31": -69.702587258360523, "S31": -69.702587258360523, "W32": -92.981701629650459, "S32": -97.981701629650459 }, "geometry": { "type": "Point", "coordinates": [ 105959.0, 505398.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55487522281639934, "W12": -10.238556683309463, "S12": -11.457073717829996, "W13": -25.906824075358191, "S13": -26.406824075358191, "W21": -34.113880382525323, "S21": -34.113880382525323, "W22": -48.357361003137726, "S22": -49.650483062318479, "W31": -73.142039334023153, "S31": -73.142039334023153, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105959.0, 505541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.0259116155517991, "S12": -13.025911615551799, "W13": -26.876370282619732, "S13": -26.876370282619732, "W21": -42.101003999803957, "S21": -45.715272018448459, "W22": -41.290026143166585, "S22": -41.299655507848968, "W31": -72.994812120374363, "S31": -72.994812120374363, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105959.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999999223, "S11": 2.4999999999999223, "W12": -5.2305630216880479, "S12": -5.2305630216880479, "W13": -19.269917500082961, "S13": -19.269917500082961, "W21": -40.065101647603207, "S21": -40.872295494078315, "W22": -46.01831789378133, "S22": -46.023015924153007, "W31": -73.747115178566617, "S31": -74.457899423557294, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105959.6, 521859.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.052554334823975424, "S11": -0.052554334823974549, "W12": -5.0, "S12": -5.0, "W13": -14.932725260952617, "S13": -14.932725260952617, "W21": -36.042728829347418, "S21": -36.042728829347418, "W22": -51.241315206031736, "S22": -51.241315206031736, "W31": -75.091057733276529, "S31": -77.711053655697299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105960.0, 496927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26881662889048596, "S11": 0.26881662889048596, "W12": -4.5819000616903152, "S12": -4.5819000616903152, "W13": -13.542134831460674, "S13": -13.542134831460674, "W21": -39.169408776105449, "S21": -41.045781249705001, "W22": -40.207453015032939, "S22": -40.207453015032939, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105960.0, 497408.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22495678171205433, "S11": -0.2578674763096378, "W12": -5.0, "S12": -7.5699877265933964, "W13": -17.907049119651184, "S13": -21.129657319216665, "W21": -30.0, "S21": -31.726245676713162, "W22": -40.0, "S22": -40.0, "W31": -63.534364550506389, "S31": -63.534364550506389, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105960.0, 503188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7759932375316989, "S12": -10.861834579751482, "W13": -25.79568338901252, "S13": -25.79568338901252, "W21": -34.811752603379013, "S21": -34.811752603379013, "W22": -32.067451560733574, "S22": -36.391755586369463, "W31": -70.0, "S31": -72.83709777785252, "W32": -91.0713674009492, "S32": -96.0713674009492 }, "geometry": { "type": "Point", "coordinates": [ 105960.0, 505570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7403692709572907, "S12": -10.297755475927161, "W13": -25.295396446098955, "S13": -25.295396446098955, "W21": -40.536890499281917, "S21": -44.803721843541609, "W22": -30.0, "S22": -39.972525878716048, "W31": -70.0, "S31": -71.027233259413919, "W32": -91.602919632098619, "S32": -96.602919632098619 }, "geometry": { "type": "Point", "coordinates": [ 105960.2, 506213.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1782448840698958, "S12": -9.1782448840698958, "W13": -15.0, "S13": -23.551127613702473, "W21": -38.591938291864153, "S21": -38.591938291864153, "W22": -37.507732614230171, "S22": -41.643928595709923, "W31": -76.155780353605721, "S31": -76.155780353605721, "W32": -92.566357494560862, "S32": -97.566357494560862 }, "geometry": { "type": "Point", "coordinates": [ 105960.25, 515534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3451972179059162, "S12": -8.3451972179059162, "W13": -15.062287030634259, "S13": -23.957604010105804, "W21": -41.2758941013712, "S21": -43.28449296974523, "W22": -32.949824548168429, "S22": -33.045425150098147, "W31": -70.0, "S31": -72.817818203754271, "W32": -91.059691074608779, "S32": -96.059691074608779 }, "geometry": { "type": "Point", "coordinates": [ 105960.25, 517157.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27262583954278147, "S11": -0.27262583954278147, "W12": -10.128793865374858, "S12": -14.952461696593907, "W13": -16.47697892377828, "S13": -32.173260532817586, "W21": -38.824883745665325, "S21": -38.824883745665325, "W22": -38.671679197994983, "S22": -46.348341978646403, "W31": -75.398230088495581, "S31": -75.398230088495581, "W32": -92.582968757508112, "S32": -97.582968757508112 }, "geometry": { "type": "Point", "coordinates": [ 105960.5, 513290.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1999999999998954, "S11": 2.1999999999998954, "W12": -4.5100936766548516, "S12": -6.5745399714092709, "W13": -15.0, "S13": -15.0, "W21": -40.878275195730609, "S21": -40.878275195730609, "W22": -38.310313435266707, "S22": -38.961915579038553, "W31": -65.367282339216914, "S31": -67.515595027852982, "W32": -97.550207456167342, "S32": -102.55020745616734 }, "geometry": { "type": "Point", "coordinates": [ 105960.857142857144936, 524481.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57858750932393033, "S11": 0.57858750932393033, "W12": -4.0897987711213517, "S12": -4.1096957748668048, "W13": -18.907666163141993, "S13": -20.41426734478998, "W21": -41.322512810785391, "S21": -42.710991031052266, "W22": -38.486880227708134, "S22": -38.486880227708134, "W31": -72.528885644336711, "S31": -72.860422612406822, "W32": -90.327070030136326, "S32": -95.327070030136326 }, "geometry": { "type": "Point", "coordinates": [ 105961.0, 498727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0672358591248665, "S12": -10.924008815250495, "W13": -14.861428081073614, "S13": -17.907919593784598, "W21": -38.275750500381612, "S21": -38.432878306170153, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -54.654395893462087, "S31": -54.941342704739256, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105961.0, 499393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.514304524662236, "S13": -20.514304524662236, "W21": -29.483242588442614, "S21": -33.767278075576272, "W22": -38.536768899683508, "S22": -38.536768899683508, "W31": -72.880622263813166, "S31": -73.474961322633888, "W32": -90.395454492236439, "S32": -95.395454492236439 }, "geometry": { "type": "Point", "coordinates": [ 105961.0, 506569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7813210623416627, "S12": -17.021966224889105, "W13": -21.658642539371318, "S13": -21.658642539371318, "W21": -30.206718264788314, "S21": -30.206718264788314, "W22": -32.773792977806245, "S22": -40.721821296670775, "W31": -70.0, "S31": -70.0, "W32": -92.27728018476661, "S32": -97.27728018476661 }, "geometry": { "type": "Point", "coordinates": [ 105961.666666666671517, 509264.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9666839038761461, "S12": -6.9666839038761461, "W13": -14.549564241239235, "S13": -14.549564241239235, "W21": -46.0, "S21": -46.0, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -91.668321012725499, "S32": -96.668321012725499 }, "geometry": { "type": "Point", "coordinates": [ 105961.666666666671517, 526282.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9032643584553082, "S12": -8.9032643584553082, "W13": -15.000000000000002, "S13": -20.960557996970699, "W21": -39.056872482835594, "S21": -39.056872482835594, "W22": -39.017140839756621, "S22": -39.118402723344509, "W31": -62.406505577895388, "S31": -62.867470034314081, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105961.795454545455868, 516086.977272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.072661870503597181, "S11": -0.072661870503597181, "W12": -4.552047292717825, "S12": -8.0408876056492566, "W13": -14.720105988430015, "S13": -17.819117520555221, "W21": -39.80205415662244, "S21": -40.270208126284842, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105962.0, 499220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4290796963946869, "S11": -0.4290796963946869, "W12": -10.792044927027547, "S12": -10.792044927027547, "W13": -15.207892750097287, "S13": -18.387186296204042, "W21": -33.029848355188705, "S21": -33.029848355188705, "W22": -44.574790758602106, "S22": -44.58318772944363, "W31": -73.115254134527603, "S31": -73.115254134527603, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105962.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4805095983115013, "S12": -6.0956011423902394, "W13": -21.49697276640979, "S13": -21.915485132596576, "W21": -28.339553569025135, "S21": -31.780193696595042, "W22": -39.396876587854557, "S22": -39.396876587854557, "W31": -60.786941643141773, "S31": -60.839310358387792, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105962.0, 506664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16866172924560796, "S11": -0.16866172924560796, "W12": -12.11770755571086, "S12": -12.11770755571086, "W13": -16.681291453288267, "S13": -21.556816537183252, "W21": -34.87874923546115, "S21": -34.87874923546115, "W22": -30.705241463593353, "S22": -38.879948987474428, "W31": -70.0, "S31": -71.836461093799173, "W32": -91.348389276445985, "S32": -96.348389276445985 }, "geometry": { "type": "Point", "coordinates": [ 105962.75, 500740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.170630442121089, "S12": -12.330681412655931, "W13": -15.422192032990457, "S13": -19.10606216299081, "W21": -31.066351831282237, "S21": -31.066351831282237, "W22": -38.455658541993309, "S22": -39.589097824752542, "W31": -64.677447637603493, "S31": -66.601406961049832, "W32": -98.466060783781657, "S32": -103.46606078378166 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 500165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37384615384615383, "S11": -2.3738461538461539, "W12": -10.437193888468835, "S12": -10.598700653265452, "W13": -24.936334053541316, "S13": -24.936334053541316, "W21": -34.572688107404069, "S21": -34.572688107404069, "W22": -39.555030406904685, "S22": -39.555030406904685, "W31": -60.157406926676821, "S31": -60.374911480929782, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 507658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.92949249014283741, "W12": -7.8499123594044606, "S12": -17.262308553692908, "W13": -21.494783809483931, "S13": -21.494783809483931, "W21": -30.409627215405589, "S21": -30.409627215405589, "W22": -40.0, "S22": -40.0, "W31": -74.914470957972156, "S31": -77.185702321133235, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 509496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21841652959766422, "S11": -0.21841652959766422, "W12": -10.063154439173161, "S12": -21.185007064471492, "W13": -21.605591569188423, "S13": -30.223790238908194, "W21": -39.365400945749364, "S21": -39.365400945749364, "W22": -47.421292533429913, "S22": -47.424979357579943, "W31": -74.036047526659758, "S31": -75.333385468524952, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105963.0, 511810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6154526972554235, "S12": -8.1555375735809204, "W13": -25.29217471958955, "S13": -25.29217471958955, "W21": -37.919591001784028, "S21": -37.919591001784028, "W22": -35.147574655768281, "S22": -35.147574655768281, "W31": -70.763445119917648, "S31": -72.842430518831293, "W32": -90.979026206728989, "S32": -95.979026206728989 }, "geometry": { "type": "Point", "coordinates": [ 105963.25, 505699.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20781654564577884, "S11": -0.20781654564577884, "W12": -10.0, "S12": -11.262945752210342, "W13": -16.321273879351491, "S13": -28.623783473805453, "W21": -38.963145936026621, "S21": -38.963145936026621, "W22": -45.794422600640857, "S22": -53.203799215883848, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -92.720981548058489, "S32": -97.720981548058489 }, "geometry": { "type": "Point", "coordinates": [ 105963.333333333328483, 513517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1374665917524052, "S12": -9.1374665917524052, "W13": -15.0, "S13": -24.119895738852396, "W21": -38.469116221987129, "S21": -38.469116221987129, "W22": -39.240071579072008, "S22": -39.240071579072008, "W31": -61.444466128695524, "S31": -61.444466128695524, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105963.5, 515614.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57900375939849247, "S11": 0.57900375939849247, "W12": -4.1095770147334907, "S12": -4.1095770147334907, "W13": -19.017033709652008, "S13": -20.464771315720597, "W21": -41.325094722997335, "S21": -42.71447250888194, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -59.012370393183453, "S31": -59.012370393183453, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105963.684210526320385, 498721.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.643536203767447, "S13": -20.134191379761631, "W21": -34.012448942543337, "S21": -34.012448942543337, "W22": -32.016654864084202, "S22": -39.954945743644139, "W31": -70.0, "S31": -70.0, "W32": -92.230313976495779, "S32": -97.230313976495779 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 501259.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.029113552635868623, "S11": 0.029113552635868623, "W12": -4.7887637686860742, "S12": -7.5424354530146021, "W13": -17.5611232431574, "S13": -20.973124316426233, "W21": -30.0, "S21": -32.373491031718878, "W22": -38.549834955192651, "S22": -43.144284808136319, "W31": -79.371520994811476, "S31": -79.371520994811476, "W32": -92.609106972112428, "S32": -97.609106972112428 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 502779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65702925305311, "S11": -2.7520715560862352, "W12": -10.0, "S12": -13.524435738804957, "W13": -20.322388789491814, "S13": -20.58387786801681, "W21": -28.858172511586083, "S21": -28.858172511586083, "W22": -36.280692479501731, "S22": -40.060661622413974, "W31": -72.380457859123254, "S31": -72.380457859123254, "W32": -92.746595436079517, "S32": -97.746595436079517 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 504445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0549819927971189, "S12": -6.0549819927971189, "W13": -23.557256874323578, "S13": -23.557256874323578, "W21": -28.755272388894063, "S21": -28.755272388894063, "W22": -37.771738492329547, "S22": -40.916676269226357, "W31": -69.248216993141668, "S31": -69.248216993141668, "W32": -94.850955615782681, "S32": -99.850955615782681 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 507124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46886775401299652, "S11": -0.89511797968550055, "W12": -9.652736529486635, "S12": -9.652736529486635, "W13": -24.301822436775264, "S13": -24.301822436775264, "W21": -32.3321200638213, "S21": -32.3321200638213, "W22": -40.0, "S22": -40.0, "W31": -54.352281164109101, "S31": -54.613547627831544, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 507428.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6273534496827775, "S12": -8.6273534496827775, "W13": -15.0, "S13": -24.329155357787691, "W21": -40.211844193388465, "S21": -40.211844193388465, "W22": -41.038292387698853, "S22": -41.038292387698853, "W31": -70.951857821194267, "S31": -70.951857821194267, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105964.0, 516641.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1309790596614384, "S12": -8.1309790596614384, "W13": -15.541568184849107, "S13": -24.687055755498477, "W21": -41.957707154561469, "S21": -43.536974540648067, "W22": -36.175946875347648, "S22": -39.937370426377043, "W31": -72.017791360490406, "S31": -72.017791360490406, "W32": -92.759603331386288, "S32": -97.759603331386288 }, "geometry": { "type": "Point", "coordinates": [ 105964.166666666671517, 517482.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8081536614643978, "S12": -5.8081536614643978, "W13": -23.593013773296569, "S13": -23.593013773296569, "W21": -28.90933883498786, "S21": -28.90933883498786, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105964.2, 507139.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3119987443951704, "S12": -4.3119987443951704, "W13": -14.705162941387034, "S13": -17.750111073979319, "W21": -41.276716459694285, "S21": -42.270139022905127, "W22": -39.215087805518337, "S22": -40.689153807802732, "W31": -70.778412592325083, "S31": -72.780893358117112, "W32": -90.205743796642977, "S32": -95.205743796642977 }, "geometry": { "type": "Point", "coordinates": [ 105965.0, 498949.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.016963594112951785, "W12": -5.0, "S12": -6.0974801061007948, "W13": -20.0, "S13": -21.710176125244619, "W21": -30.491422859284917, "S21": -34.927473461746374, "W22": -39.457952292594427, "S22": -46.693302009040551, "W31": -80.0, "S31": -80.0, "W32": -92.70845300393951, "S32": -97.70845300393951 }, "geometry": { "type": "Point", "coordinates": [ 105965.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7820654020054989, "S11": -0.7820654020054989, "W12": -11.257847314956916, "S12": -21.257847314956916, "W13": -25.183919070813054, "S13": -25.183919070813054, "W21": -36.795481872704372, "S21": -37.293219192266079, "W22": -40.0, "S22": -40.0, "W31": -56.397617631103195, "S31": -56.812454700666407, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105965.0, 510594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55456684491975805, "W12": -10.326523366384402, "S12": -11.308300915918871, "W13": -25.966930998438851, "S13": -25.966930998438851, "W21": -34.036410798471842, "S21": -34.036410798471842, "W22": -40.0, "S22": -40.0, "W31": -65.620071130354106, "S31": -65.620071130354106, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105965.6, 505537.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66407597151068343, "S11": -2.0583653819708569, "W12": -10.0, "S12": -12.609872029250457, "W13": -20.0, "S13": -21.508953135929122, "W21": -35.053105085592904, "S21": -39.776454734658053, "W22": -38.993715281602576, "S22": -40.406478557782371, "W31": -71.290365377401912, "S31": -71.723970440149955, "W32": -90.147368421052633, "S32": -95.147368421052633 }, "geometry": { "type": "Point", "coordinates": [ 105966.0, 506372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.860433914539996, "S13": -21.094883896083001, "W21": -28.934709018203886, "S21": -33.164629524433032, "W22": -37.843975429428895, "S22": -42.198859182832514, "W31": -77.163022244627896, "S31": -77.163022244627896, "W32": -92.57199698608045, "S32": -97.57199698608045 }, "geometry": { "type": "Point", "coordinates": [ 105966.0, 506611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.9071548473239428, "W12": -9.0227930238159324, "S12": -9.5008557571266419, "W13": -22.966974309221424, "S13": -22.966974309221424, "W21": -26.272428335490904, "S21": -26.595919349242561, "W22": -38.258045488316313, "S22": -38.816765938493496, "W31": -65.637713025955307, "S31": -67.75258130504794, "W32": -97.357942857643053, "S32": -102.35794285764305 }, "geometry": { "type": "Point", "coordinates": [ 105966.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3692643941763478, "S12": -4.370831648499677, "W13": -16.786788414646534, "S13": -16.786788414646534, "W21": -40.708442530017493, "S21": -40.913154782070244, "W22": -31.259516750362156, "S22": -39.188070190617502, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -92.183347768224934, "S32": -97.183347768224934 }, "geometry": { "type": "Point", "coordinates": [ 105966.285714285710128, 523083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0264225857239566, "S12": -7.0264225857239566, "W13": -14.567479564904628, "S13": -14.567479564904628, "W21": -46.0, "S21": -46.0, "W22": -39.032957925254856, "S22": -40.403829987930941, "W31": -70.801990805514762, "S31": -72.916128093520456, "W32": -90.224788916519387, "S32": -95.224788916519387 }, "geometry": { "type": "Point", "coordinates": [ 105966.333333333328483, 526235.555555555503815 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.63365087935822517, "W12": -5.5281084656084651, "S12": -8.0004292300222204, "W13": -18.055213243161376, "S13": -21.186727750525773, "W21": -30.0, "S21": -30.018813424043177, "W22": -43.098267320773488, "S22": -43.106501636518381, "W31": -73.452053033083075, "S31": -73.452053033083075, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105967.0, 503349.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3973452604241805, "S12": -6.3973452604241805, "W13": -25.150633517753345, "S13": -25.150633517753345, "W21": -40.0, "S21": -41.105123948338232, "W22": -34.918197114487903, "S22": -34.918197114487903, "W31": -70.698732503697244, "S31": -72.849034255984975, "W32": -91.006312228716652, "S32": -96.006312228716652 }, "geometry": { "type": "Point", "coordinates": [ 105967.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96366795983454523, "S11": -0.96366795983454523, "W12": -8.1412186826019326, "S12": -18.469798863334056, "W13": -21.387664169709169, "S13": -21.387664169709169, "W21": -30.550864282852551, "S21": -30.550864282852551, "W22": -33.659456806955788, "S22": -41.460641852965452, "W31": -70.0, "S31": -70.0, "W32": -92.382355633480501, "S32": -97.382355633480501 }, "geometry": { "type": "Point", "coordinates": [ 105967.0, 509942.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83551852939512561, "S11": -0.83551852939512561, "W12": -8.7038556948859398, "S12": -18.996763778053356, "W13": -21.927189391660825, "S13": -21.927189391660825, "W21": -30.572515261488238, "S21": -30.572515261488238, "W22": -37.373756358246069, "S22": -41.385879588410212, "W31": -75.772037972665913, "S31": -75.772037972665913, "W32": -92.63927467242479, "S32": -97.63927467242479 }, "geometry": { "type": "Point", "coordinates": [ 105967.0, 510026.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105967.310344827579684, 530027.643678160966374 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1842931123044629, "S12": -5.1842931123044629, "W13": -15.0, "S13": -16.714577977134628, "W21": -41.100150000417507, "S21": -41.931570976320153, "W22": -48.344369031779735, "S22": -49.57533308968295, "W31": -73.098530056127956, "S31": -73.098530056127956, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105967.4, 498475.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4208844372475275, "S11": -0.4208844372475275, "W12": -10.0, "S12": -10.157259744898719, "W13": -15.147483497226082, "S13": -18.281796705888389, "W21": -35.499926883155673, "S21": -35.499926883155673, "W22": -48.721137574415749, "S22": -50.198345894628794, "W31": -73.097630414192466, "S31": -73.097630414192466, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105967.75, 499823.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30853401732535202, "S11": -0.30853401732535202, "W12": -10.238985684424463, "S12": -15.457215429152551, "W13": -16.790510941301292, "S13": -19.078330050472985, "W21": -39.14035177462155, "S21": -39.14035177462155, "W22": -40.0, "S22": -40.0, "W31": -51.765829267869229, "S31": -51.859428018213208, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105968.0, 513104.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4229597957049675, "S11": -0.4229597957049675, "W12": -10.368640507686715, "S12": -10.484808014192428, "W13": -16.926091051109058, "S13": -30.12492665951287, "W21": -40.094547845568613, "S21": -40.094547845568613, "W22": -41.553458806421119, "S22": -41.553458806421119, "W31": -71.300643697047107, "S31": -71.300643697047107, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105968.0, 514813.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12684398044578782, "S11": 0.12684398044578782, "W12": -4.4189711934885336, "S12": -4.4189711934885336, "W13": -14.624408754932562, "S13": -14.624408754932562, "W21": -40.114347606515345, "S21": -40.191466782142598, "W22": -41.605253877780903, "S22": -41.614751250102692, "W31": -73.062795976230348, "S31": -73.062795976230348, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105968.4, 497839.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44908742520528216, "S11": -0.44908742520528216, "W12": -9.9211778242913251, "S12": -9.9211778242913251, "W13": -16.405614040918692, "S13": -28.949321503242466, "W21": -39.794621882821296, "S21": -39.794621882821296, "W22": -38.289625218098763, "S22": -38.976828559944899, "W31": -65.353011852573474, "S31": -67.340932314723347, "W32": -97.597504945685003, "S32": -102.597504945685 }, "geometry": { "type": "Point", "coordinates": [ 105968.75, 514948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22022880915236609, "S11": 0.22022880915236609, "W12": -4.0989580540703363, "S12": -6.1189189376414355, "W13": -14.685710700196971, "S13": -17.772594491858356, "W21": -40.254062984142465, "S21": -40.844201151210541, "W22": -38.726245113444676, "S22": -39.527305413863125, "W31": -71.973667264655163, "S31": -72.022095882052994, "W32": -90.268488722676423, "S32": -95.268488722676423 }, "geometry": { "type": "Point", "coordinates": [ 105969.0, 499151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27840868097796667, "S11": -0.27840868097796667, "W12": -10.092165303376895, "S12": -14.989144816300035, "W13": -16.44554342175562, "S13": -31.819419620250883, "W21": -38.88560403844248, "S21": -38.88560403844248, "W22": -39.734789749299026, "S22": -47.045818879458551, "W31": -80.0, "S31": -80.0, "W32": -92.720306379161727, "S32": -97.720306379161727 }, "geometry": { "type": "Point", "coordinates": [ 105969.0, 513291.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76954796802351833, "S11": 0.76954796802351833, "W12": -5.7967237005879007, "S12": -5.7967237005879007, "W13": -20.0, "S13": -20.0, "W21": -41.815637299949721, "S21": -42.590300257023841, "W22": -39.952453532537625, "S22": -39.952453532537625, "W31": -58.345279998479946, "S31": -58.752311511853065, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105969.5, 521018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6, "S11": -1.3787372780543685, "W12": -10.0, "S12": -14.409084033124527, "W13": -19.340288272214249, "S13": -21.154746212109075, "W21": -30.0, "S21": -30.0, "W22": -41.996408865015582, "S22": -41.996408865015582, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 504044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52556309212223984, "S11": -0.52556309212223984, "W12": -5.3673929906212541, "S12": -10.510509438540829, "W13": -24.876821901993527, "S13": -25.126369822427446, "W21": -39.810304858289506, "S21": -44.216808931087726, "W22": -39.002386124037351, "S22": -39.121716319574567, "W31": -62.412916299799399, "S31": -62.750391693291562, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 506233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1071584235064202, "S12": -6.1071584235064202, "W13": -20.0, "S13": -30.0, "W21": -40.163741550328751, "S21": -40.860474274642442, "W22": -30.502378636640113, "S22": -38.421194637590865, "W31": -70.0, "S31": -70.0, "W32": -92.136381559954103, "S32": -97.136381559954103 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 520548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40001570875959724, "S11": -0.40001570875959724, "W12": -6.0853651478318413, "S12": -6.0853651478318413, "W13": -20.0, "S13": -25.0, "W21": -40.53575275159249, "S21": -41.237902863268125, "W22": -39.20478538002854, "S22": -41.083823334772603, "W31": -70.778621370520938, "S31": -71.492581469201568, "W32": -90.169534558934828, "S32": -95.169534558934828 }, "geometry": { "type": "Point", "coordinates": [ 105970.0, 520581.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.8670161359383624, "W12": -8.1903810527080516, "S12": -8.5183055810099386, "W13": -22.619676213165668, "S13": -22.619676213165668, "W21": -26.100035285892211, "S21": -27.094334505665547, "W22": -40.0, "S22": -40.0, "W31": -64.309431097740983, "S31": -64.309431097740983, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105971.0, 506825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56391635354158498, "S11": -0.56391635354158498, "W12": -9.7971849496108945, "S12": -19.910052824113766, "W13": -23.186523062236727, "S13": -23.186523062236727, "W21": -31.779083397492354, "S21": -31.779083397492354, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -71.099154531628869, "W32": -91.651502129191982, "S32": -96.651502129191982 }, "geometry": { "type": "Point", "coordinates": [ 105971.0, 510225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0861612675716534, "S12": -7.4417889763650855, "W13": -14.585394888569963, "S13": -14.585394888569963, "W21": -46.0, "S21": -46.0, "W22": -44.899328859060404, "S22": -52.136268263632317, "W31": -80.0, "S31": -80.0, "W32": -92.800299996942158, "S32": -97.800299996942158 }, "geometry": { "type": "Point", "coordinates": [ 105971.0, 526189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43212611527873246, "S11": -0.43212611527873246, "W12": -9.952170409252787, "S12": -12.19543512823055, "W13": -14.986272453174116, "S13": -17.987091308523198, "W21": -36.80811205851316, "S21": -36.80811205851316, "W22": -38.746963036341164, "S22": -39.660736989558359, "W31": -63.431322541288289, "S31": -63.431322541288289, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105971.285714285710128, 499557.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21038376899533975, "S11": 0.21038376899533975, "W12": -4.8275466206544619, "S12": -4.8275466206544619, "W13": -13.262929225770328, "S13": -13.262929225770328, "W21": -36.384962864964784, "S21": -37.263496513676039, "W22": -43.427875802818086, "S22": -50.786055110352805, "W31": -80.0, "S31": -80.0, "W32": -92.733248441588515, "S32": -97.733248441588515 }, "geometry": { "type": "Point", "coordinates": [ 105971.921875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8115525129715353, "S11": -0.8115525129715353, "W12": -11.479191763707385, "S12": -21.456570308913129, "W13": -25.332312299127306, "S13": -25.332312299127306, "W21": -37.620145303965309, "S21": -37.620145303965309, "W22": -38.217156393982435, "S22": -42.824731264595776, "W31": -78.276161810114445, "S31": -78.276161810114445, "W32": -92.6301801742257, "S32": -97.6301801742257 }, "geometry": { "type": "Point", "coordinates": [ 105972.0, 510660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42641697050049721, "S11": -0.42641697050049721, "W12": -10.0, "S12": -12.199040997362742, "W13": -14.987860724840306, "S13": -17.991699224296845, "W21": -36.784273360682441, "S21": -36.784273360682441, "W22": -40.0, "S22": -40.0, "W31": -54.089184153277195, "S31": -54.32242022125839, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105973.0, 499561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28033755019001316, "S11": -0.48673531768375056, "W12": -10.067679297607173, "S12": -10.654929598995496, "W13": -18.243230079815351, "S13": -33.03043783793018, "W21": -40.601065128511856, "S21": -40.601065128511856, "W22": -37.778172855407256, "S22": -40.87188987555546, "W31": -69.234123042213625, "S31": -69.234123042213625, "W32": -94.973279128975804, "S32": -99.973279128975804 }, "geometry": { "type": "Point", "coordinates": [ 105973.0, 514271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1985259924723071, "S12": -9.1985259924723071, "W13": -15.0, "S13": -24.517983641901374, "W21": -38.702389302146059, "S21": -38.702389302146059, "W22": -45.543698565812448, "S22": -45.549972460358816, "W31": -74.028646582655853, "S31": -74.028646582655853, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105973.625, 515486.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52713901279168351, "S11": -0.56113024086185892, "W12": -4.8342317739254339, "S12": -10.926803681213901, "W13": -25.178943758109099, "S13": -25.287179506629887, "W21": -40.125064237987729, "S21": -44.426735689211839, "W22": -39.066252480922046, "S22": -40.617932296859571, "W31": -71.134623498643961, "S31": -71.647287072600847, "W32": -90.172415779167054, "S32": -95.172415779167054 }, "geometry": { "type": "Point", "coordinates": [ 105974.0, 506220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7533970272582966, "S12": -6.7533970272582966, "W13": -20.0, "S13": -26.045456341780362, "W21": -42.653857650536388, "S21": -43.032563713829937, "W22": -38.709336981083325, "S22": -39.736056014053339, "W31": -63.570030317797382, "S31": -63.570030317797382, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105974.0, 519570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4167574222264312, "S11": -0.4167574222264312, "W12": -10.0, "S12": -12.027187724766243, "W13": -15.0, "S13": -18.013829454777383, "W21": -36.635150746444666, "S21": -36.635150746444666, "W22": -38.321204947881213, "S22": -39.136891181396308, "W31": -65.192791037506083, "S31": -67.063460783464507, "W32": -97.837067033726939, "S32": -102.83706703372694 }, "geometry": { "type": "Point", "coordinates": [ 105975.0, 499578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2, "S11": -1.5, "W12": -11.945337465836667, "S12": -12.450475500625519, "W13": -26.425522116118358, "S13": -26.638224614959235, "W21": -31.247945204683848, "S21": -31.247945204683848, "W22": -43.884507523004402, "S22": -43.893000028913086, "W31": -73.060028670097921, "S31": -73.060028670097921, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105975.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12362913248818219, "S11": 0.12362913248818219, "W12": -4.4375052137925399, "S12": -4.4375052137925399, "W13": -14.637200438777295, "S13": -14.637200438777295, "W21": -40.143272949406523, "S21": -40.228116139370663, "W22": -38.326866478566629, "S22": -39.163330417909101, "W31": -65.165708718947883, "S31": -67.051976448050823, "W32": -97.876167488029694, "S32": -102.87616748802969 }, "geometry": { "type": "Point", "coordinates": [ 105975.333333333328483, 497853.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5330986339289554, "W12": -8.5893194706990315, "S12": -8.5893194706990315, "W13": -24.061285435431611, "S13": -24.061285435431611, "W21": -31.498205025927156, "S21": -31.498205025927156, "W22": -30.0, "S22": -37.909078561646162, "W31": -70.0, "S31": -70.0, "W32": -92.089415351683243, "S32": -97.089415351683243 }, "geometry": { "type": "Point", "coordinates": [ 105975.333333333328483, 507363.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047145727541738264, "S11": 0.047145727541738264, "W12": -4.3623203861995661, "S12": -4.3623203861995661, "W13": -14.537688100005891, "S13": -14.537688100005891, "W21": -39.981506858184005, "S21": -40.042904018300639, "W22": -38.216552677400948, "S22": -42.81764255078015, "W31": -78.277255322067063, "S31": -78.277255322067063, "W32": -92.642030958770121, "S32": -97.642030958770121 }, "geometry": { "type": "Point", "coordinates": [ 105976.0, 497664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20287446738773063, "S11": -0.20287446738773066, "W12": -4.9633279092701947, "S12": -7.516299541387907, "W13": -17.874937525893706, "S13": -21.097235727907922, "W21": -30.0, "S21": -32.560216109583187, "W22": -38.776618319626991, "S22": -39.588790594596823, "W31": -63.302461824118829, "S31": -63.302461824118829, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105976.0, 503124.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.61854140914709521, "W12": -10.076096092402404, "S12": -11.784483194840167, "W13": -24.130656600320293, "S13": -24.566440292757978, "W21": -30.257708647995315, "S21": -30.257708647995315, "W22": -38.671710925825472, "S22": -39.811375038548341, "W31": -63.708738094306504, "S31": -63.708738094306504, "W32": -99.942716129352291, "S32": -104.94271612935229 }, "geometry": { "type": "Point", "coordinates": [ 105976.0, 505087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5932295532646057, "S12": -4.5932295532646057, "W13": -14.672596670613334, "S13": -17.740319392701789, "W21": -40.79623195285216, "S21": -41.581193316201762, "W22": -39.101544161386272, "S22": -40.726816622215537, "W31": -71.053970170225, "S31": -71.609290346134046, "W32": -90.180683400877555, "S32": -95.180683400877555 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 499046.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0806658130601794, "W12": -4.4895825624017354, "S12": -5.9605318692066884, "W13": -21.519819596192203, "S13": -22.03007458510573, "W21": -28.055084299557787, "S21": -31.41115241277608, "W22": -30.0, "S22": -39.811279737926483, "W31": -70.0, "S31": -70.0, "W32": -91.743089230302047, "S32": -96.743089230302047 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 506676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4711720226843106, "S12": -8.4711720226843106, "W13": -24.034736774378796, "S13": -24.034736774378796, "W21": -31.421918627842039, "S21": -31.421918627842039, "W22": -32.839936412974815, "S22": -40.59292355139619, "W31": -70.0, "S31": -70.0, "W32": -92.34345184027265, "S32": -97.34345184027265 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 507358.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73100800441919978, "S11": -0.73100800441919978, "W12": -10.62947641161581, "S12": -20.629476411615812, "W13": -24.512054919139029, "S13": -24.512054919139029, "W21": -34.53585746686602, "S21": -35.832145774092531, "W22": -34.76517758234138, "S22": -42.426484943510658, "W31": -70.0, "S31": -70.0, "W32": -92.499771154157614, "S32": -97.499771154157614 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 510434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43581325412582722, "S11": -0.43581325412582722, "W12": -10.048350911691189, "S12": -10.126144376385414, "W13": -16.643640568718329, "S13": -29.573210330507447, "W21": -39.988315690296112, "S21": -39.988315690296112, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105977.0, 514878.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42910415796073098, "S11": -0.42910415796073098, "W12": -10.0, "S12": -10.215325425292868, "W13": -15.079474816812409, "S13": -18.185565163800593, "W21": -35.726443111109042, "S21": -35.726443111109042, "W22": -39.342080816173947, "S22": -39.342080816173947, "W31": -60.942561444594631, "S31": -61.003320851768038, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105977.4, 499755.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.708346043077581, "S12": -12.982777000954812, "W13": -23.824152542372879, "S13": -23.824152542372879, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.83134301416974, "S31": -57.275439027175487, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105977.5, 508357.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.002227124592640739, "S11": 0.002227124592640739, "W12": -4.4580092021386273, "S12": -4.4580092021386273, "W13": -13.618977740463231, "S13": -13.618977740463231, "W21": -38.84232352644451, "S21": -39.702006951228633, "W22": -46.177100955937291, "S22": -46.182888431633671, "W31": -74.165973537209197, "S31": -74.165973537209197, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105977.666666666671517, 497512.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2121246434057493, "S12": -4.2121246434057493, "W13": -19.540094339622641, "S13": -20.696212893441114, "W21": -41.343741866750271, "S21": -42.595133685633726, "W22": -50.000000000000007, "S22": -50.002341166668899, "W31": -74.392909643255948, "S31": -76.08683401801035, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105978.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09558328272510086, "S11": -0.13551690539553563, "W12": -5.0, "S12": -5.6729070174758931, "W13": -15.63056417815462, "S13": -15.63056417815462, "W21": -35.968322074681772, "S21": -35.968322074681772, "W22": -39.964806572653799, "S22": -47.112221176552936, "W31": -80.0, "S31": -80.0, "W32": -92.725632274928344, "S32": -97.725632274928344 }, "geometry": { "type": "Point", "coordinates": [ 105978.2, 496895.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8783742911153296, "W12": -10.076478481315968, "S12": -11.26370221104238, "W13": -26.786126209896143, "S13": -26.786126209896143, "W21": -31.31935079622215, "S21": -31.31935079622215, "W22": -39.103277379185222, "S22": -45.018751319233829, "W31": -80.0, "S31": -80.0, "W32": -92.701383238405199, "S32": -97.701383238405199 }, "geometry": { "type": "Point", "coordinates": [ 105978.2, 508015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0017434983240643132, "S11": -0.0017434983240643132, "W12": -4.4565782724427159, "S12": -4.4565782724427159, "W13": -13.618816551374422, "S13": -13.618816551374422, "W21": -38.879578979562552, "S21": -39.731109318515792, "W22": -40.0, "S22": -40.0, "W31": -59.260342880607737, "S31": -59.260342880607737, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105978.481481481474475, 497513.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": 0.025630862036943036, "W12": -5.1883123161030351, "S12": -8.1883123161030351, "W13": -11.4, "S13": -11.4, "W21": -35.603363134849417, "S21": -35.603363134849417, "W22": -37.243723911089397, "S22": -41.139476329388636, "W31": -75.39805688486247, "S31": -75.39805688486247, "W32": -92.702903258974388, "S32": -97.702903258974388 }, "geometry": { "type": "Point", "coordinates": [ 105979.0, 496807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28432061822724486, "S11": -0.28432061822724486, "W12": -4.9999999999999973, "S12": -4.9999999999999973, "W13": -16.674134557290145, "S13": -19.251427863078902, "W21": -29.152291882231211, "S21": -29.152291882231211, "W22": -40.0, "S22": -47.05151903582064, "W31": -80.0, "S31": -80.0, "W32": -92.705420734085962, "S32": -97.705420734085962 }, "geometry": { "type": "Point", "coordinates": [ 105979.0, 501487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -10.0, "S12": -10.057690098311149, "W13": -18.482546605237577, "S13": -21.488501299657628, "W21": -30.0, "S21": -30.0, "W22": -38.634084870567634, "S22": -39.886694063043322, "W31": -63.847445870815591, "S31": -63.847445870815591, "W32": -99.744761075270702, "S32": -104.7447610752707 }, "geometry": { "type": "Point", "coordinates": [ 105979.0, 503706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63744285233581965, "S11": -0.63744285233581965, "W12": -10.059130873843168, "S12": -20.115816689132608, "W13": -23.54496121095854, "S13": -23.54496121095854, "W21": -32.487169570431341, "S21": -32.786705216643973, "W22": -38.352784677663664, "S22": -39.29695380284771, "W31": -65.032570222438707, "S31": -66.959090274185144, "W32": -98.076629121768903, "S32": -103.0766291217689 }, "geometry": { "type": "Point", "coordinates": [ 105979.0, 510283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59000837025405206, "S11": -0.59000837025405206, "W12": -9.8701546950853505, "S12": -19.968112052575407, "W13": -23.294835177336395, "S13": -23.294835177336395, "W21": -31.955939578296572, "S21": -32.000585586971852, "W22": -38.482532036819755, "S22": -38.495962143326231, "W31": -72.829089618325128, "S31": -73.428992799018644, "W32": -90.481292280457737, "S32": -95.481292280457737 }, "geometry": { "type": "Point", "coordinates": [ 105979.75, 510244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42738532525421374, "S11": -0.42738532525421374, "W12": -10.0, "S12": -10.213902573337904, "W13": -15.069513769714783, "S13": -18.175746542329986, "W21": -35.751459600659871, "S21": -35.751459600659871, "W22": -50.18488209689729, "S22": -50.186588283601694, "W31": -74.585703813369605, "S31": -76.716856950530797, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105979.8, 499752.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30184520122025382, "S11": -0.55184520122025382, "W12": -10.189838432111893, "S12": -11.117022063473653, "W13": -18.476272685271105, "S13": -33.127881286704678, "W21": -40.649386240178288, "S21": -40.649386240178288, "W22": -41.600671140939504, "S22": -48.634087099257307, "W31": -80.0, "S31": -80.0, "W32": -92.720080224571262, "S32": -97.720080224571262 }, "geometry": { "type": "Point", "coordinates": [ 105980.0, 514341.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0073883212419705, "S12": -8.0073883212419705, "W13": -15.816333686170132, "S13": -25.816333686170132, "W21": -42.381180888771404, "S21": -43.747118015114694, "W22": -38.806273602912817, "S22": -39.516844199635287, "W31": -63.173601106949384, "S31": -63.173601106949384, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105980.0, 517672.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999996763, "S11": 2.4999999999996763, "W12": -5.5034069864622444, "S12": -5.5034069864622444, "W13": -20.0, "S13": -20.0, "W21": -40.352231964661343, "S21": -41.183802490461538, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -58.3382609588338, "S31": -58.3382609588338, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105980.0, 521463.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56707953092673102, "S11": -0.56707953092673102, "W12": -9.6537930308231807, "S12": -19.793021930513859, "W13": -23.044709143714247, "S13": -23.044709143714247, "W21": -31.424709586161804, "S21": -31.424709586161804, "W22": -36.564470489330191, "S22": -36.814105089046237, "W31": -71.021717683653208, "S31": -72.560653039684183, "W32": -90.835926238992243, "S32": -95.835926238992243 }, "geometry": { "type": "Point", "coordinates": [ 105980.5, 510205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26588230416275099, "S11": 0.26588230416275099, "W12": -4.6370257557063539, "S12": -4.6370257557063539, "W13": -13.434165946413138, "S13": -13.434165946413138, "W21": -39.975200062983987, "S21": -41.967122575047767, "W22": -43.907106029630526, "S22": -43.913798957484637, "W31": -73.235940798811484, "S31": -73.235940798811484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 497392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2129355650239215, "S11": -1.2129355650239215, "W12": -9.8872440873735972, "S12": -20.116355792028912, "W13": -25.042571482600771, "S13": -25.456118011551013, "W21": -39.402979985046372, "S21": -43.159638623750652, "W22": -31.464052359418833, "S22": -36.127581299935557, "W31": -70.0, "S31": -72.44426131435614, "W32": -91.18360893406745, "S32": -96.18360893406745 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 511028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4932946125198612, "S12": -8.4932946125198612, "W13": -15.0, "S13": -25.0, "W21": -40.78732733967589, "S21": -43.78732733967589, "W22": -32.32830441304263, "S22": -32.775794535578498, "W31": -70.0, "S31": -72.967157868032061, "W32": -91.128901017266855, "S32": -96.128901017266855 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 516903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1593721389289886, "S12": -8.1593721389289886, "W13": -15.4711256970003, "S13": -24.354526480914139, "W21": -41.905829382213, "S21": -43.726763310590052, "W22": -40.487113749831337, "S22": -40.487113749831337, "W31": -74.900140752947664, "S31": -77.193660690337097, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105981.0, 517442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62632329269827525, "S11": -0.62632329269827525, "W12": -9.4374313665610092, "S12": -19.617931808452305, "W13": -22.794583110092102, "S13": -22.794583110092102, "W21": -30.893479594027035, "S21": -30.893479594027035, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.538980680843494, "W32": -91.713550109659579, "S32": -96.713550109659579 }, "geometry": { "type": "Point", "coordinates": [ 105981.25, 510166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.5254062997364688, "W12": -11.531502423263328, "S12": -15.112878561193142, "W13": -21.452520022628658, "S13": -21.958053444496741, "W21": -28.908200179843675, "S21": -28.908200179843675, "W22": -32.203831088883732, "S22": -39.934775466046034, "W31": -70.0, "S31": -70.0, "W32": -92.308385615806557, "S32": -97.308385615806557 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 504710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56786845713747791, "S11": -1.0678684571374779, "W12": -10.623397556982791, "S12": -11.901250830972515, "W13": -24.772804259778514, "S13": -25.110996063749784, "W21": -30.517866332830113, "S21": -30.517866332830113, "W22": -39.138789680241523, "S22": -40.829386035936842, "W31": -70.978881619886025, "S31": -71.570603705051738, "W32": -90.198401977108261, "S32": -95.198401977108261 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 505171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.3306690738754696e-16, "W12": -5.0, "S12": -5.2586206896551726, "W13": -20.057471118084298, "S13": -21.20404646055005, "W21": -29.858681377792927, "S21": -34.378720554551904, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 506521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53392935982339962, "S11": -0.84123069139298967, "W12": -4.6387761050284633, "S12": -5.9956392651512278, "W13": -21.482285607978241, "S13": -22.049543553284966, "W21": -28.031899706643173, "S21": -31.453233495583319, "W22": -39.187675070028014, "S22": -46.578404471317569, "W31": -76.946902654867273, "S31": -76.946902654867273, "W32": -92.702416029250514, "S32": -97.702416029250514 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 506674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68556705446981958, "S11": -0.68556705446981958, "W12": -9.2210697022988377, "S12": -19.44284168639075, "W13": -22.544457076469953, "S13": -22.544457076469953, "W21": -30.532470277038179, "S21": -30.532470277038179, "W22": -38.384364407446121, "S22": -39.457016424299127, "W31": -64.872349407371331, "S31": -66.71264354778468, "W32": -98.316191209810839, "S32": -103.31619120981084 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 510127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3143243664287888, "S11": -0.3143243664287888, "W12": -10.144911549001867, "S12": -15.425363824251582, "W13": -16.678944398429859, "S13": -21.915580421608507, "W21": -39.202734248492391, "S21": -39.202734248492391, "W22": -39.579123041398653, "S22": -46.829226603140995, "W31": -80.0, "S31": -80.0, "W32": -92.798326080304236, "S32": -97.798326080304236 }, "geometry": { "type": "Point", "coordinates": [ 105982.0, 513135.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27488044673180217, "S11": -0.27488044673180217, "W12": -10.031225535254524, "S12": -14.354721651528861, "W13": -16.366657477232113, "S13": -29.676269884543956, "W21": -38.983828041464378, "S21": -38.983828041464378, "W22": -36.510006296469747, "S22": -39.961572454387323, "W31": -69.788741640928521, "S31": -69.788741640928521, "W32": -93.303474006546764, "S32": -98.303474006546764 }, "geometry": { "type": "Point", "coordinates": [ 105982.75, 513335.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.457805873663812, "S12": -13.457805873663812, "W13": -16.496703257516042, "S13": -21.264625763931541, "W21": -34.001202243908388, "S21": -34.001202243908388, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105983.0, 500665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68266442625520818, "S11": -0.68266442625520818, "W12": -9.2284697928623327, "S12": -19.448717251987389, "W13": -22.555741047246617, "S13": -22.555741047246617, "W21": -30.529099388381564, "S21": -30.529099388381564, "W22": -40.246407432801149, "S22": -47.574781380653086, "W31": -79.686227951153327, "S31": -79.686227951153327, "W32": -92.733895504523431, "S32": -97.733895504523431 }, "geometry": { "type": "Point", "coordinates": [ 105983.0, 510129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1165069496861761, "S12": -9.1165069496861761, "W13": -15.0, "S13": -24.693377859623084, "W21": -38.464698026083795, "S21": -38.464698026083795, "W22": -36.25453291315101, "S22": -39.761731561010571, "W31": -69.774532170333771, "S31": -69.774532170333771, "W32": -93.049831051353351, "S32": -98.049831051353351 }, "geometry": { "type": "Point", "coordinates": [ 105983.0, 515647.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12808588816166766, "S11": 0.12808588816166766, "W12": -11.153713792573988, "S12": -11.153713792573988, "W13": -16.791833825236793, "S13": -21.727114556180652, "W21": -35.199583908707979, "S21": -35.199583908707979, "W22": -36.286900930843807, "S22": -39.786681556235543, "W31": -69.784471059970329, "S31": -69.784471059970329, "W32": -93.08257365105068, "S32": -98.08257365105068 }, "geometry": { "type": "Point", "coordinates": [ 105983.333333333328483, 500800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0364377224124988, "S11": -1.0364377224124988, "W12": -10.479206343703316, "S12": -20.510604624089673, "W13": -25.315225153193289, "S13": -26.312609592987794, "W21": -39.415641470791087, "S21": -42.494993783796147, "W22": -40.0, "S22": -40.0, "W31": -53.83864516569615, "S31": -54.043850837936141, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105983.714285714289872, 510981.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6289468833965843, "S12": -6.3819546682515025, "W13": -21.616265686559384, "S13": -21.930105302228267, "W21": -27.786218829681474, "S21": -30.925252943241471, "W22": -39.628589566800663, "S22": -39.628589566800663, "W31": -73.707990896736931, "S31": -75.046890344948423, "W32": -91.26894961616091, "S32": -96.26894961616091 }, "geometry": { "type": "Point", "coordinates": [ 105984.0, 506693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.964713295526149, "S12": -7.964713295526149, "W13": -23.922007783545002, "S13": -23.922007783545002, "W21": -31.095083765456721, "S21": -31.095083765456721, "W22": -40.709138483495877, "S22": -48.016648679569869, "W31": -80.0, "S31": -80.0, "W32": -92.744032823837244, "S32": -97.744032823837244 }, "geometry": { "type": "Point", "coordinates": [ 105984.0, 507333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13531230525861665, "S11": -0.13531230525861665, "W12": -10.059633442852341, "S12": -12.21709265031155, "W13": -20.0, "S13": -22.299094973285357, "W21": -39.595401030938618, "S21": -39.595401030938618, "W22": -36.294736351354061, "S22": -40.001365000231473, "W31": -72.581867886848784, "S31": -72.581867886848784, "W32": -92.850021986099534, "S32": -97.850021986099534 }, "geometry": { "type": "Point", "coordinates": [ 105984.0, 512056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1897247441286414, "S12": -8.1897247441286414, "W13": -15.401063972706083, "S13": -24.051400549654325, "W21": -41.81784827440795, "S21": -44.195957196435479, "W22": -38.748680886750279, "S22": -39.625326507673513, "W31": -63.375349034087066, "S31": -63.375349034087066, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105984.333333333328483, 517396.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27978445464094204, "S11": 0.27978445464094204, "W12": -4.6545673966687229, "S12": -4.6545673966687229, "W13": -13.407303370786517, "S13": -13.407303370786517, "W21": -40.0, "S21": -42.064375131128052, "W22": -50.256899451204305, "S22": -50.256899451204305, "W31": -74.740994921848738, "S31": -77.287331202315727, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105985.0, 497384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.953434476682524, "S12": -14.396127602500014, "W13": -15.912505033409717, "S13": -20.218965745027525, "W21": -30.636503067484661, "S21": -30.636503067484661, "W22": -50.303164620253163, "S22": -50.303164620253163, "W31": -74.784358021089318, "S31": -77.432511226523872, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105985.0, 500399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4668132346538964, "S11": -4.8616649410215258, "W12": -10.0, "S12": -13.101279046289688, "W13": -22.108186232701858, "S13": -23.108186232701858, "W21": -29.078303330103523, "S21": -29.078303330103523, "W22": -39.989078375944764, "S22": -39.989078375944764, "W31": -58.201516252689778, "S31": -58.636775429648026, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105985.0, 504805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90343616355191436, "S11": -1.2143045705842923, "W12": -8.066396185533165, "S12": -18.6582815797676, "W13": -24.187977512133514, "S13": -35.063411874415578, "W21": -39.451091280374818, "S21": -39.451091280374818, "W22": -40.0, "S22": -40.0, "W31": -55.33800760142195, "S31": -55.641871782401374, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105985.0, 511258.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2223591902037807, "S12": -5.2223591902037807, "W13": -19.23934412478615, "S13": -19.23934412478615, "W21": -39.97878152527521, "S21": -40.740395085305146, "W22": -39.057159545825975, "S22": -40.398954737423757, "W31": -70.726929504975246, "S31": -72.695924867400436, "W32": -90.278548159452214, "S32": -95.278548159452214 }, "geometry": { "type": "Point", "coordinates": [ 105986.0, 521890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2714593742420455, "S12": -4.2714593742420455, "W13": -19.764629234090975, "S13": -20.744157061171684, "W21": -41.351487603386119, "S21": -42.502057519300195, "W22": -30.0, "S22": -37.775133652514782, "W31": -70.0, "S31": -70.0, "W32": -92.148281543758841, "S32": -97.148281543758841 }, "geometry": { "type": "Point", "coordinates": [ 105986.052631578946603, 498677.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -38.747762719493821, "S22": -39.623307467221657, "W31": -63.372745284260475, "S31": -63.372745284260475, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105986.742105263154372, 530016.547368421102874 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5921302063587564, "W12": -8.4525627520069744, "S12": -8.6679600468147502, "W13": -22.662016372093024, "S13": -22.662016372093024, "W21": -25.725980470318333, "S21": -26.568451697540258, "W22": -40.0, "S22": -40.0, "W31": -65.096222781393649, "S31": -65.096222781393649, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105987.0, 506847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4071631979371801, "S12": -9.0367207504527762, "W13": -23.099039270900054, "S13": -23.099039270900054, "W21": -27.502157349805429, "S21": -27.502157349805429, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -65.543809831733142, "S31": -65.543809831733142, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105987.0, 507006.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0528063721224863, "S11": -1.4791296911496574, "W12": -7.5846391093455638, "S12": -17.917977867195159, "W13": -21.003821916907683, "S13": -21.003821916907683, "W21": -30.508922966172484, "S21": -30.508922966172484, "W22": -37.113691463932717, "S22": -40.954385498407667, "W31": -75.024075797058998, "S31": -75.024075797058998, "W32": -92.763484260796687, "S32": -97.763484260796687 }, "geometry": { "type": "Point", "coordinates": [ 105987.0, 509878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2188071008747183, "S12": -9.2188071008747183, "W13": -15.0, "S13": -24.699992059080436, "W21": -38.81284031242798, "S21": -38.81284031242798, "W22": -36.466967017709557, "S22": -40.193347417030274, "W31": -73.109438305538362, "S31": -73.109438305538362, "W32": -92.843532805229415, "S32": -97.843532805229415 }, "geometry": { "type": "Point", "coordinates": [ 105987.0, 515439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53212898780691498, "S11": -1.1493068329928491, "W12": -10.0, "S12": -14.463715067005412, "W13": -19.169530260858313, "S13": -21.280390611911667, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -57.273017320685248, "S31": -57.746372277133531, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105987.625, 503970.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2200773493282941, "S12": -8.2200773493282941, "W13": -15.331002248411863, "S13": -23.748274618394458, "W21": -41.729867166602943, "S21": -44.665151082280872, "W22": -43.051898078833588, "S22": -50.254325517874079, "W31": -80.0, "S31": -80.0, "W32": -92.795134414356156, "S32": -97.795134414356156 }, "geometry": { "type": "Point", "coordinates": [ 105987.666666666671517, 517351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.273808938629216, "S12": -4.273808938629216, "W13": -19.735649546827794, "S13": -20.831911695438873, "W21": -41.373290417620318, "S21": -42.552143003161866, "W22": -39.070004040903839, "S22": -44.556778541379579, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -92.758340113913746, "S32": -97.758340113913746 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 498696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.1133642611683854, "S12": -4.6509275377445469, "W13": -14.654070068802959, "S13": -17.732222394236999, "W21": -40.661873658575338, "S21": -41.372432664786523, "W22": -38.717331271647701, "S22": -43.149294183665631, "W31": -80.0, "S31": -80.0, "W32": -92.746341656862612, "S32": -97.746341656862612 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 499083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.9075642611683845, "S12": -4.8860502252733085, "W13": -14.65401277847193, "S13": -17.73642311936662, "W21": -40.56000375836139, "S21": -41.233473146116502, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 499104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1603688113851314, "S11": 0.1603688113851314, "W12": -5.0, "S12": -5.0, "W13": -17.235949996206209, "S13": -21.155757562052408, "W21": -31.200432664670458, "S21": -31.200432664670458, "W22": -42.021135739804372, "S22": -42.021135739804372, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 501342.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85614746033698197, "S11": -0.85614746033698197, "W12": -11.644618523223878, "S12": -21.149462276117688, "W13": -25.681416374413455, "S13": -26.788490944203129, "W21": -39.299904827890451, "S21": -39.299904827890451, "W22": -30.0, "S22": -37.902923693771925, "W31": -70.0, "S31": -70.0, "W32": -92.082321130568886, "S32": -97.082321130568886 }, "geometry": { "type": "Point", "coordinates": [ 105988.0, 510817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45830564636446169, "S11": -0.45830564636446169, "W12": -9.8487963213035794, "S12": -9.8487963213035794, "W13": -16.157798558869061, "S13": -28.464188831920431, "W21": -39.71553150576252, "S21": -39.71553150576252, "W22": -43.194224287407572, "S22": -43.202812328383416, "W31": -73.004803205668296, "S31": -73.004803205668296, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105988.375, 514993.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1253315649872775, "W13": -20.0196638393443, "S13": -21.13289280216291, "W21": -29.813272425784902, "S21": -34.379229252347493, "W22": -39.211326879561, "S22": -41.03048373421678, "W31": -70.823139741128074, "S31": -71.49392033750263, "W32": -90.224388175049469, "S32": -95.224388175049469 }, "geometry": { "type": "Point", "coordinates": [ 105988.6, 506519.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5993431001565179, "S12": -6.81796646957085, "W13": -15.0, "S13": -15.0, "W21": -40.9007330135911, "S21": -40.9007330135911, "W22": -35.810883032530583, "S22": -35.859763371872511, "W31": -70.834012159466212, "S31": -72.624763143669128, "W32": -90.975158206315797, "S32": -95.975158206315797 }, "geometry": { "type": "Point", "coordinates": [ 105988.714285714289872, 524517.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24636392225939407, "S11": -0.24636392225939407, "W12": -10.0, "S12": -12.617045994165931, "W13": -16.272235180881854, "S13": -26.429072386849434, "W21": -39.028475315565245, "S21": -39.028475315565245, "W22": -40.0, "S22": -40.0, "W31": -51.60223515785254, "S31": -51.667398105690275, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105989.0, 513447.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11720029106788174, "S11": 0.11720029106788174, "W12": -4.4744659373754416, "S12": -4.4744659373754416, "W13": -14.66264333883033, "S13": -14.66264333883033, "W21": -40.200730878935765, "S21": -40.300771201516433, "W22": -38.787462551994302, "S22": -38.787462551994302, "W31": -73.030943327214104, "S31": -73.860469629792362, "W32": -90.58909190533393, "S32": -95.58909190533393 }, "geometry": { "type": "Point", "coordinates": [ 105989.2, 497882.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2478065607079412, "S12": -9.2478065607079412, "W13": -15.0, "S13": -24.207043301540342, "W21": -38.890901770665849, "S21": -38.890901770665849, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.066223891292225, "W32": -91.774101101737543, "S32": -96.774101101737543 }, "geometry": { "type": "Point", "coordinates": [ 105989.333333333328483, 515394.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.098705349748790319, "S11": -0.098705349748790319, "W12": -4.9866698675156247, "S12": -4.9866698675156247, "W13": -15.548160282410798, "S13": -15.548160282410798, "W21": -36.017213448963624, "S21": -36.017213448963624, "W22": -36.639197684065053, "S22": -40.385329833829068, "W31": -73.622990440110755, "S31": -73.622990440110755, "W32": -92.837043624359282, "S32": -97.837043624359282 }, "geometry": { "type": "Point", "coordinates": [ 105989.6, 496898.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.3387684134267084, "S12": -11.084087540353366, "W13": -26.731282224854741, "S13": -26.731282224854741, "W21": -41.460320065402939, "S21": -45.104676670345135, "W22": -39.989461380843139, "S22": -39.989461380843139, "W31": -58.207358955723713, "S31": -58.646312181844152, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105990.0, 506137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.25722638557167865, "W12": -4.7117931800081321, "S12": -6.6719905115475422, "W13": -21.777408065548506, "S13": -21.777408065548506, "W21": -27.335425632456484, "S21": -30.125994571462122, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105990.0, 506718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021064136690112506, "S11": -0.021064136690112506, "W12": -10.013609394398754, "S12": -12.004097187271366, "W13": -19.958298289688308, "S13": -30.478135426323096, "W21": -40.0, "S21": -40.0, "W22": -36.491280245762248, "S22": -36.685205454776195, "W31": -70.973939648687107, "S31": -72.516545602950856, "W32": -90.867990226312727, "S32": -95.867990226312727 }, "geometry": { "type": "Point", "coordinates": [ 105990.0, 512448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1761052299789805, "S12": -5.1761052299789805, "W13": -15.0, "S13": -17.290115420381522, "W21": -41.033243275606644, "S21": -41.648975802488387, "W22": -38.495244166859635, "S22": -42.976256740593229, "W31": -79.122021106634094, "S31": -79.122021106634094, "W32": -92.74108712606909, "S32": -97.74108712606909 }, "geometry": { "type": "Point", "coordinates": [ 105990.2, 498431.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2928444268990837, "S12": -4.4342810411631595, "W13": -16.571751743532225, "S13": -16.571751743532225, "W21": -40.171459128970106, "S21": -40.171459128970106, "W22": -40.0, "S22": -40.0, "W31": -74.865057237410085, "S31": -77.13997157536248, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105990.571428571434808, 523208.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2868608777479224, "S11": -5.2868608777479222, "W12": -10.0, "S12": -12.485863773230406, "W13": -22.943476887468375, "S13": -23.480301713128135, "W21": -29.678865193816936, "S21": -29.678865193816936, "W22": -37.780378909741145, "S22": -40.789163269054768, "W31": -69.169270579025877, "S31": -69.169270579025877, "W32": -95.149545142464873, "S32": -100.14954514246487 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 504926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62193527253668757, "S11": 0.62193527253668757, "W12": -5.0, "S12": -5.6444921316165955, "W13": -21.141424656914609, "S13": -21.788573051156025, "W21": -28.305376825791328, "S21": -32.25539675858932, "W22": -39.58570240453713, "S22": -39.58570240453713, "W31": -60.071635999889061, "S31": -60.323096447131761, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 506644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8174573125508271, "S12": -6.5585717872677236, "W13": -21.607362714596555, "S13": -21.920093682815327, "W21": -27.640865044987702, "S21": -30.780929968958315, "W22": -40.0, "S22": -40.0, "W31": -50.474718543515863, "S31": -50.474718543515863, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 506696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30841741864328642, "S11": -0.30841741864328642, "W12": -10.0, "S12": -15.292071309655938, "W13": -16.460354477265458, "S13": -33.411219566762156, "W21": -39.144245859826071, "S21": -39.144245859826071, "W22": -31.050984434535025, "S22": -36.287815998724888, "W31": -69.999999999999986, "S31": -72.167966863598238, "W32": -91.326387316178511, "S32": -96.326387316178511 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 513224.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2504299545279469, "S12": -8.2504299545279469, "W13": -15.26094052411765, "S13": -23.445148687134648, "W21": -41.641886058797887, "S21": -45.107526774594092, "W22": -30.062218314282127, "S22": -40.062218314282127, "W31": -70.0, "S31": -71.433317556382576, "W32": -91.596880093261206, "S32": -96.596880093261206 }, "geometry": { "type": "Point", "coordinates": [ 105991.0, 517305.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0031775273706316, "S12": -9.0031775273706316, "W13": -15.0, "S13": -22.816122578856259, "W21": -38.66579668706607, "S21": -38.66579668706607, "W22": -29.999999999999996, "S22": -39.573367453052846, "W31": -70.0, "S31": -70.0, "W32": -91.817857447878609, "S32": -96.817857447878609 }, "geometry": { "type": "Point", "coordinates": [ 105991.236842105266987, 515871.11842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6289627632316641, "S12": -8.6289627632316641, "W13": -15.0, "S13": -24.308573767095886, "W21": -40.229938094246712, "S21": -40.229938094246712, "W22": -34.76085813099985, "S22": -42.239202084850589, "W31": -70.0, "S31": -70.0, "W32": -92.557457909968534, "S32": -97.557457909968534 }, "geometry": { "type": "Point", "coordinates": [ 105991.629310344826081, 516624.504310344811529 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3149942884171928, "S12": -9.3149942884171946, "W13": -15.0, "S13": -23.714094544000147, "W21": -38.976964903858608, "S21": -38.976964903858608, "W22": -40.0, "S22": -40.0, "W31": -53.612338669554276, "S31": -53.791634534693245, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105991.666666666671517, 515350.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30426927323960617, "S11": -0.30711803052243181, "W12": -9.9937680392076853, "S12": -15.276988072504047, "W13": -16.38977552684344, "S13": -32.19616931232369, "W21": -39.104711256175193, "S21": -39.104711256175193, "W22": -36.811428350420542, "S22": -40.577312250627863, "W31": -74.136542574683162, "S31": -74.136542574683162, "W32": -92.830554443489163, "S32": -97.830554443489163 }, "geometry": { "type": "Point", "coordinates": [ 105991.8, 513255.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0192093810444876, "W12": -10.0, "S12": -10.0, "W13": -18.367878688434494, "S13": -21.385148681764854, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -53.588106178114664, "S31": -53.765281454613408, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 503656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68353117580907174, "S11": -2.6835311758090716, "W12": -9.0432637961155056, "S12": -9.9641485260176754, "W13": -20.0, "S13": -20.989181627418979, "W21": -33.720569072312166, "S21": -38.574193503023224, "W22": -39.931494071518564, "S22": -39.931494071518564, "W31": -74.335489905885993, "S31": -76.069401553951451, "W32": -93.791439126545384, "S32": -98.791439126545384 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 506391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1721711466333033, "S11": -0.1721711466333033, "W12": -10.0, "S12": -14.173828015868581, "W13": -16.970793748570262, "S13": -36.531410581832894, "W21": -40.0, "S21": -40.0, "W22": -37.92794400536603, "S22": -38.969669957837709, "W31": -67.886649070925586, "S31": -69.527312054350986, "W32": -95.761772548386745, "S32": -100.76177254838674 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 513894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27409509157702339, "S11": -0.46799010441708261, "W12": -10.159434293167891, "S12": -10.630735966683307, "W13": -18.136628403738843, "S13": -33.13662840373884, "W21": -40.643952773840446, "S21": -40.643952773840446, "W22": -38.454402775954023, "S22": -38.454402775954023, "W31": -72.782503867366685, "S31": -73.398155126615322, "W32": -90.554916767940725, "S32": -95.554916767940725 }, "geometry": { "type": "Point", "coordinates": [ 105992.0, 514241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2904489795914635, "S12": -7.2828585118061842, "W13": -23.310113065422517, "S13": -23.310113065422517, "W21": -28.580281591600951, "S21": -28.580281591600951, "W22": -44.412751677852349, "S22": -51.443449311910442, "W31": -80.0, "S31": -80.0, "W32": -92.877655415234216, "S32": -97.877655415234216 }, "geometry": { "type": "Point", "coordinates": [ 105992.4, 507108.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6906440360163284, "S12": -4.6906440360163284, "W13": -14.645956666684855, "S13": -17.705974408415941, "W21": -41.14807679825693, "S21": -42.049199283454961, "W22": -40.0, "S22": -40.0, "W31": -50.32344311533187, "S31": -50.32344311533187, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 498987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28356271825804402, "S11": 0.28356271825804402, "W12": -5.5801911842804026, "S12": -5.5801911842804026, "W13": -17.062304079206378, "S13": -17.551294758087845, "W21": -29.780864238686554, "S21": -30.534608056039612, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 501726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66918775069423109, "W12": -5.5913691571586304, "S12": -7.9700585063772627, "W13": -18.121659318849094, "S13": -21.224801247862995, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -59.477569038086443, "S31": -59.477569038086443, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 503384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.3260903163487079, "S12": -11.096236173388121, "W13": -26.900506120606984, "S13": -26.900506120606984, "W21": -41.413805415022921, "S21": -44.985295239913221, "W22": -48.316279670780432, "S22": -49.412854690348404, "W31": -73.013705571319065, "S31": -73.013705571319065, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5887918486171766, "W12": -7.5022002465182824, "S12": -9.0776111157673256, "W13": -22.986319489342907, "S13": -22.986319489342907, "W21": -27.167294608001807, "S21": -27.231381753006609, "W22": -41.028319876686396, "S22": -41.037608445335202, "W31": -72.904871777667736, "S31": -72.904871777667736, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67990239574090494, "W12": -8.688563327032135, "S12": -8.688563327032135, "W13": -23.941518730646049, "S13": -23.941518730646049, "W21": -31.538591942560831, "S21": -31.538591942560831, "W22": -45.572509245989934, "S22": -45.576866480328043, "W31": -73.666744763863832, "S31": -74.428533678147943, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46994611384418455, "S11": -0.46994611384418455, "W12": -9.763457456984332, "S12": -9.763457456984332, "W13": -15.909166323073437, "S13": -27.892001357913752, "W21": -39.572473802268682, "S21": -39.572473802268682, "W22": -50.635196058817336, "S22": -50.635196058817336, "W31": -74.966573254940187, "S31": -77.53329757770031, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105993.4, 515053.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23605614481954881, "S11": -0.23605614481954881, "W12": -10.0, "S12": -11.932995839269205, "W13": -16.225636761506514, "S13": -27.237978604876307, "W21": -39.082696266878216, "S21": -39.082696266878216, "W22": -39.28386407888047, "S22": -41.228291084349259, "W31": -70.667397862370137, "S31": -71.417236969953535, "W32": -90.250374372990692, "S32": -95.250374372990692 }, "geometry": { "type": "Point", "coordinates": [ 105993.666666666671517, 513493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39918944830190861, "S11": -0.39918944830190861, "W12": -5.2866685862366829, "S12": -5.2866685862366829, "W13": -16.557894521428988, "S13": -19.453085941586345, "W21": -29.419115793434298, "S21": -29.419115793434298, "W22": -36.983659016776038, "S22": -40.769294667426664, "W31": -74.650094709255555, "S31": -74.650094709255555, "W32": -92.82406526261903, "S32": -97.82406526261903 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 501456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19523791707765045, "S11": -3.1645789249479663, "W12": -10.0, "S12": -12.205638513602437, "W13": -23.323176856741647, "S13": -23.678394964781209, "W21": -29.934789595363736, "S21": -29.934789595363736, "W22": -37.719201002497798, "S22": -40.749536037613801, "W31": -69.272268359826782, "S31": -69.272268359826782, "W32": -95.023139804325467, "S32": -100.02313980432547 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 504981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.15159141656938757, "W12": -5.0, "S12": -5.2088859416445619, "W13": -20.0, "S13": -21.271624266144816, "W21": -29.853185302633332, "S21": -34.470036892934424, "W22": -39.181214143740696, "S22": -39.181214143740696, "W31": -61.527124728820866, "S31": -61.695439327766159, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 506512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.016853932584269676, "S11": -3.01685393258427, "W12": -7.8654038507855999, "S12": -9.0168558311996208, "W13": -22.873645754168965, "S13": -22.873645754168965, "W21": -26.683265406504105, "S21": -27.037752817186188, "W22": -40.0, "S22": -40.0, "W31": -57.469492064849256, "S31": -57.953444074284796, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 506935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4794801394328011, "S11": -1.1134641678267672, "W12": -10.0, "S12": -10.0, "W13": -24.090912479624517, "S13": -24.090912479624517, "W21": -32.332504954544028, "S21": -32.332504954544028, "W22": -38.235391939181142, "S22": -38.964490436347056, "W31": -65.437148887806472, "S31": -67.109195239362677, "W32": -97.633790626832749, "S32": -102.63379062683275 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 507432.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3821820161264551, "S12": -9.3821820161264551, "W13": -15.000000000000002, "S13": -23.221145786460056, "W21": -39.063171536510033, "S21": -39.063171536510033, "W22": -38.543221583233745, "S22": -38.543221583233745, "W31": -72.52213449366856, "S31": -72.906845239587042, "W32": -90.509363343238306, "S32": -95.509363343238306 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 515305.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3820270872257083, "S12": -4.3820270872257083, "W13": -16.828271847893109, "S13": -16.828271847893109, "W21": -40.554907345451838, "S21": -40.710231133525788, "W22": -40.0, "S22": -40.0, "W31": -50.185202868105343, "S31": -50.185202868105343, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105994.0, 523085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6009251012807937, "S12": -8.6009251012807937, "W13": -15.000000000000002, "S13": -25.0, "W21": -40.349361270336253, "S21": -40.349361270336253, "W22": -38.220361538924372, "S22": -42.767727529074698, "W31": -78.315435569905063, "S31": -78.315435569905063, "W32": -92.75330804108448, "S32": -97.75330804108448 }, "geometry": { "type": "Point", "coordinates": [ 105994.142857142855064, 516679.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.07410437478470544, "S11": -0.07410437478470544, "W12": -11.962686033768007, "S12": -11.962686033768007, "W13": -16.681231481542167, "S13": -21.552212653345933, "W21": -34.681386080033292, "S21": -34.681386080033292, "W22": -39.291312621501675, "S22": -41.242580548620502, "W31": -70.656360562531347, "S31": -71.410061088113196, "W32": -90.257485793818319, "S32": -95.257485793818319 }, "geometry": { "type": "Point", "coordinates": [ 105994.25, 500754.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2807825597275997, "S12": -8.2807825597275997, "W13": -15.191488445847808, "S13": -23.142632401899213, "W21": -41.553904950992852, "S21": -45.038153761849458, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -71.368692923677202, "W32": -91.63863323321614, "S32": -96.63863323321614 }, "geometry": { "type": "Point", "coordinates": [ 105994.333333333328483, 517260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.6104184277261204, "S12": -9.8268320344330569, "W13": -25.945769996474439, "S13": -25.945769996474439, "W21": -35.375241165175744, "S21": -35.375241165175744, "W22": -40.0, "S22": -40.0, "W31": -57.689733468238018, "S31": -58.188565426986216, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105994.5, 505590.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3349708141321051, "S12": -4.5622836585825208, "W13": -20.0, "S13": -20.835760655498554, "W21": -41.377306725505562, "S21": -42.446275081564217, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105996.0, 498674.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.628705488453594, "S13": -21.453456319018379, "W21": -35.036227095391446, "S21": -35.036227095391446, "W22": -40.0, "S22": -40.0, "W31": -58.431269890155015, "S31": -58.431269890155015, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105996.0, 501238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64956692913385827, "S11": -0.13960134939617352, "W12": -5.3048363458720083, "S12": -6.3048363458720083, "W13": -21.351605668699001, "S13": -22.12590352531393, "W21": -28.007577994730017, "S21": -31.664614272422369, "W22": -40.0, "S22": -40.0, "W31": -57.714691627200693, "S31": -58.211576850529227, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105996.0, 506665.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32007395493499374, "S11": -0.32007395493499374, "W12": -10.050837413579337, "S12": -15.393512219350702, "W13": -16.567377855558554, "S13": -35.351635128014209, "W21": -39.265116722363302, "S21": -39.265116722363302, "W22": -38.571539969788873, "S22": -39.965998826036916, "W31": -64.006755995679313, "S31": -64.006755995679313, "W32": -99.668748522859673, "S32": -104.66874852285967 }, "geometry": { "type": "Point", "coordinates": [ 105996.0, 513167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4493697438357156, "S12": -9.4493697438357138, "W13": -15.095653762325124, "S13": -23.416231094000704, "W21": -39.149378169161459, "S21": -39.149378169161459, "W22": -38.957933904501772, "S22": -39.144959345127809, "W31": -62.458812530067988, "S31": -62.497333477602901, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105996.333333333328483, 515261.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27135221248563768, "S11": -0.27135221248563768, "W12": -9.960315100666584, "S12": -13.710327820292118, "W13": -16.287771532708607, "S13": -27.533120148837028, "W21": -39.082052044486282, "S21": -39.082052044486282, "W22": -38.872568996510452, "S22": -40.08867543196812, "W31": -70.723474255771194, "S31": -72.741377802575414, "W32": -90.325608705851067, "S32": -95.325608705851067 }, "geometry": { "type": "Point", "coordinates": [ 105996.5, 513380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33637730112222902, "S11": 0.33637730112222902, "W12": -4.7144409315237512, "S12": -4.7144409315237512, "W13": -13.320233362143476, "S13": -13.320233362143476, "W21": -40.0, "S21": -42.333659696482272, "W22": -41.579402334459779, "S22": -41.589284964833041, "W31": -72.851567871929404, "S31": -72.851567871929404, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 497355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.036247537577960065, "S11": -0.036247537577960065, "W12": -4.4245594586109549, "S12": -4.4245594586109549, "W13": -13.615631490570875, "S13": -13.615631490570875, "W21": -39.73159909407174, "S21": -40.396277239251617, "W22": -39.27241469568181, "S22": -39.27241469568181, "W31": -61.116191781567991, "S31": -61.274044759367364, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 497555.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11595870474802375, "S11": 0.11595870474802375, "W12": -4.4953167102174492, "S12": -4.4953167102174492, "W13": -14.677033983155651, "S13": -14.677033983155651, "W21": -40.233271889688339, "S21": -40.342001728397996, "W22": -30.0, "S22": -37.937238955913251, "W31": -70.0, "S31": -70.0, "W32": -92.075226909454486, "S32": -97.075226909454486 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 497898.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3458546558408306, "S12": -4.4753974804824015, "W13": -20.0, "S13": -20.787108852634393, "W21": -41.372429780216336, "S21": -42.413448560766888, "W22": -38.467030481362166, "S22": -38.467030481362166, "W31": -72.676818368761474, "S31": -73.220620140196189, "W32": -90.567794145539608, "S32": -95.567794145539608 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 498665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55223214285714284, "S11": 0.55223214285714284, "W12": -4.3126913173871699, "S12": -4.3126913173871699, "W13": -19.602530211480364, "S13": -21.269165194727755, "W21": -41.427510574071171, "S21": -42.614081194086609, "W22": -40.667785234899377, "S22": -47.472097957260544, "W31": -80.0, "S31": -80.0, "W32": -92.865639562058306, "S32": -97.865639562058306 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 498729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.359573035166584, "S12": -11.026496046360295, "W13": -24.943502824858758, "S13": -24.943502824858758, "W21": -30.0, "S21": -30.0, "W22": -43.229448510617075, "S22": -43.23530458789768, "W31": -73.255352488144865, "S31": -73.489311327805979, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 508218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65800389770624201, "S11": -0.65800389770624201, "W12": -10.060291657531607, "S12": -20.114670800262495, "W13": -23.594834752076448, "S13": -23.594834752076448, "W21": -32.486728603949928, "S21": -33.063817607707129, "W22": -41.776624176193209, "S22": -48.855623470673933, "W31": -80.0, "S31": -80.0, "W32": -92.840658158562633, "S32": -97.840658158562633 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 510295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1162272834078486, "S12": -6.1162272834078486, "W13": -20.0, "S13": -30.734265734265733, "W21": -40.311347946947862, "S21": -40.964669840764671, "W22": -42.503941051809868, "S22": -42.512624627852873, "W31": -72.949577741238613, "S31": -72.949577741238613, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.0, 520538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37814685038749141, "S11": -0.37814685038749141, "W12": -8.1371081854753342, "S12": -11.040416744574056, "W13": -14.898323519022746, "S13": -17.907211278991969, "W21": -37.791565093907352, "S21": -37.791565093907352, "W22": -39.789256422790729, "S22": -46.91615179843258, "W31": -78.865332428765257, "S31": -78.865332428765257, "W32": -92.813446022392199, "S32": -97.813446022392199 }, "geometry": { "type": "Point", "coordinates": [ 105997.5, 499473.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3111351649272542, "S12": -8.3111351649272542, "W13": -15.122628350926295, "S13": -22.840708100012051, "W21": -41.465923843187824, "S21": -44.471735187069172, "W22": -40.0, "S22": -40.0, "W31": -53.337567190533179, "S31": -53.486712071290683, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.666666666671517, 517214.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105997.957692307696561, 530035.161538461572491 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3396386511593885, "S12": -4.3396386511593885, "W13": -20.0, "S13": -21.020269467480929, "W21": -41.395953869258506, "S21": -42.484073241525039, "W22": -39.459999, "S22": -39.459999, "W31": -60.702039786459856, "S31": -60.903807042370097, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105998.0, 498689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55000416007987352, "W12": -10.35743496535272, "S12": -10.933569289884892, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.122482491719424, "S22": -39.583704499741344, "W31": -69.811006758460252, "S31": -69.811006758460252, "W32": -93.0977162192099, "S32": -98.0977162192099 }, "geometry": { "type": "Point", "coordinates": [ 105998.0, 508211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18120694975292773, "S11": -0.18705356164133841, "W12": -10.0, "S12": -13.721193496116667, "W13": -17.063032423663351, "S13": -37.063032423663351, "W21": -40.091172001168921, "S21": -40.091172001168921, "W22": -38.992335513319148, "S22": -39.05895756079569, "W31": -62.286945614385431, "S31": -62.286945614385431, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105998.0, 513922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031996849837779326, "S11": -0.031996849837779326, "W12": -4.4259180707201091, "S12": -4.4259180707201091, "W13": -13.615389706937608, "S13": -13.615389706937608, "W21": -39.787482273748893, "S21": -40.43993079018248, "W22": -39.352097212861622, "S22": -41.376666901080441, "W31": -70.527305923848417, "S31": -71.34600698573837, "W32": -90.280565067596584, "S32": -95.280565067596584 }, "geometry": { "type": "Point", "coordinates": [ 105998.222222222218988, 497558.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.516557471545056, "S12": -9.5165574715450543, "W13": -15.259306812380892, "S13": -24.330769074452832, "W21": -39.235584801813019, "S21": -39.235584801813019, "W22": -39.228196106704182, "S22": -39.228196106704182, "W31": -61.279980053010433, "S31": -61.511282441627678, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 105998.666666666671517, 515216.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.0579266641391594, "W12": -8.3221710610203594, "S12": -8.8591371733973414, "W13": -22.677661401877415, "S13": -22.677661401877415, "W21": -25.938757964569461, "S21": -26.773221378593938, "W22": -36.893782443725414, "S22": -44.122874361190981, "W31": -70.796460176991147, "S31": -70.796460176991147, "W32": -92.753151769839988, "S32": -97.753151769839988 }, "geometry": { "type": "Point", "coordinates": [ 105999.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.7782863023344335, "W12": -8.1499992916141277, "S12": -8.8776378236352649, "W13": -22.724196749530648, "S13": -22.724196749530648, "W21": -26.151005516206283, "S21": -26.862345722391851, "W22": -40.0, "S22": -46.729402937245496, "W31": -80.0, "S31": -80.0, "W32": -92.843993300583747, "S32": -97.843993300583747 }, "geometry": { "type": "Point", "coordinates": [ 105999.0, 506889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30206477946248556, "S11": -0.55812462033458909, "W12": -10.305575407482104, "S12": -11.305575407482104, "W13": -18.443585598283093, "S13": -33.20130756428977, "W21": -40.701100851283478, "S21": -40.701100851283478, "W22": -38.779486827117957, "S22": -39.50627224048656, "W31": -63.172681020489641, "S31": -63.172681020489641, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 105999.0, 514333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19956528038248242, "S11": 0.19956528038248242, "W12": -4.757178289000719, "S12": -4.757178289000719, "W13": -13.227459514637879, "S13": -13.227459514637879, "W21": -36.474593517279395, "S21": -37.193783206826595, "W22": -38.956179757767359, "S22": -39.130325289513713, "W31": -62.429448019824449, "S31": -62.429448019824449, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34256209429189649, "S11": 0.34256209429189649, "W12": -4.701636306859581, "S12": -4.701636306859581, "W13": -12.30976962832637, "S13": -12.30976962832637, "W21": -37.16935483870968, "S21": -38.63263453110504, "W22": -38.907784395284288, "S22": -40.126057663187453, "W31": -70.681758506788199, "S31": -72.623909745669948, "W32": -90.345324036604794, "S32": -95.345324036604794 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31327796909761374, "S11": 0.31327796909761374, "W12": -4.8359133964817316, "S12": -4.8359133964817316, "W13": -12.452545084671213, "S13": -12.452545084671213, "W21": -38.266504126031506, "S21": -40.473873821275035, "W22": -43.640684854688821, "S22": -43.648947738012211, "W31": -73.319175795828158, "S31": -73.319175795828158, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30940078321978437, "S11": 0.30940078321978437, "W12": -4.9701904861038821, "S12": -4.9701904861038821, "W13": -12.776953331376577, "S13": -12.776953331376577, "W21": -39.36365341335334, "S21": -41.896917745479151, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -71.11214769147972, "W32": -91.761312376787174, "S32": -96.761312376787174 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33681884019097691, "S11": 0.33681884019097691, "W12": -4.9436057988895747, "S12": -4.9436057988895747, "W13": -13.076057906458797, "S13": -13.076057906458797, "W21": -40.0, "S21": -42.743143005002587, "W22": -39.066632923979697, "S22": -39.066632923979697, "W31": -61.957698312561838, "S31": -62.042315298406969, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36423689716216939, "S11": 0.36423689716216939, "W12": -4.8711196792103646, "S12": -4.8711196792103646, "W13": -13.171737251512532, "S13": -13.171737251512532, "W21": -40.0, "S21": -42.953021677879363, "W22": -41.986128994084503, "S22": -41.986128994084503, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39165495413336199, "S11": 0.39165495413336199, "W12": -4.7986335595311536, "S12": -4.7986335595311536, "W13": -13.236560069144339, "S13": -13.236560069144339, "W21": -40.000000000000007, "S21": -42.90971718636694, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34382663497152971, "S11": 0.34382663497152971, "W12": -4.7261474398519434, "S12": -4.7261474398519434, "W13": -13.301382886776144, "S13": -13.301382886776144, "W21": -40.0, "S21": -42.377613819148195, "W22": -48.303582971498756, "S22": -49.339412671636403, "W31": -73.011187020532745, "S31": -73.011187020532745, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19496268450439502, "S11": -0.2593247872075366, "W12": -4.6536613201727324, "S12": -4.6536613201727324, "W13": -13.366205704407951, "S13": -13.366205704407951, "W21": -39.74232176553226, "S21": -41.600668503066352, "W22": -32.888896205369171, "S22": -35.497685520319621, "W31": -70.0, "S31": -72.766757677569615, "W32": -91.193655739908905, "S32": -96.193655739908905 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.046098734037260197, "S11": -0.43267746349752767, "W12": -4.5811752004935222, "S12": -4.5811752004935222, "W13": -13.434142340480495, "S13": -13.434142340480495, "W21": -37.862400054614312, "S21": -39.201479710534308, "W22": -40.0, "S22": -40.0, "W31": -51.631799163179913, "S31": -51.676666184887019, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.025144146402607093, "S11": -0.52840906976025082, "W12": -4.5086890808143121, "S12": -4.5086890808143121, "W13": -13.514677086024284, "S13": -13.514677086024284, "W21": -38.755634443691449, "S21": -39.716514426475051, "W22": -40.0, "S22": -40.0, "W31": -51.438641047835496, "S31": -51.471719481349183, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05470120982524751, "S11": -0.15654824255252742, "W12": -4.436202961135101, "S12": -4.436202961135101, "W13": -13.59521183156807, "S13": -13.59521183156807, "W21": -39.648868832768585, "S21": -40.347973196221027, "W22": -45.481144950679422, "S22": -45.48790894218358, "W31": -73.766326108409217, "S31": -73.766326108409217, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012850940665701832, "S11": 0.012850940665701832, "W12": -4.4142993686119931, "S12": -4.4142993686119931, "W13": -13.675746577111857, "S13": -13.675746577111857, "W21": -39.972296181291121, "S21": -40.409624925412402, "W22": -39.026737122136524, "S22": -39.026737122136524, "W31": -62.115078698702888, "S31": -62.15841498096767, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0085587988163519368, "S11": -0.0085587988163519368, "W12": -4.4007824379585747, "S12": -4.4007824379585747, "W13": -14.28929411764706, "S13": -14.28929411764706, "W21": -39.982337418432621, "S21": -40.157890543222742, "W22": -39.918904697220562, "S22": -39.918904697220562, "W31": -58.561056246704567, "S31": -58.981135635524609, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.020395280020458206, "S11": -0.020395280020458206, "W12": -4.4209043801762693, "S12": -4.4209043801762693, "W13": -14.574673493727545, "S13": -14.574673493727545, "W21": -39.992378655574129, "S21": -39.992378655574129, "W22": -37.782584964074999, "S22": -40.169494778910355, "W31": -68.789529301499684, "S31": -68.789529301499684, "W32": -95.323522785787844, "S32": -100.32352278578784 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012308338584331002, "S11": -0.012308338584331002, "W12": -4.4410263223939648, "S12": -4.4410263223939648, "W13": -14.601011175569822, "S13": -14.601011175569822, "W21": -40.017747339975891, "S21": -40.017747339975891, "W22": -39.183977517726539, "S22": -39.183977517726539, "W31": -61.443768324452876, "S31": -61.732837329448714, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032513049962714452, "S11": 0.032513049962714452, "W12": -4.4611482646116594, "S12": -4.4611482646116594, "W13": -14.627348857412098, "S13": -14.627348857412098, "W21": -40.091389137472547, "S21": -40.104829997687602, "W22": -40.0, "S22": -40.0, "W31": -58.156365933716195, "S31": -58.618385600492068, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070420084514044357, "S11": 0.070420084514044357, "W12": -4.481270206829354, "S12": -4.481270206829354, "W13": -14.653686539254373, "S13": -14.653686539254373, "W21": -40.165030934969209, "S21": -40.225514805936953, "W22": -38.904481076206956, "S22": -39.227276008746188, "W31": -62.62299225267094, "S31": -62.62299225267094, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11119701655448432, "S11": 0.11119701655448432, "W12": -4.5013921490470494, "S12": -4.5013921490470494, "W13": -14.680024221096648, "S13": -14.680024221096648, "W21": -40.238672732465865, "S21": -40.346199614186297, "W22": -40.998801019036897, "S22": -41.008382295357308, "W31": -72.822554339297511, "S31": -72.822554339297511, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16013364843940991, "S11": -0.060622077806787966, "W12": -4.5215140912647449, "S12": -4.5215140912647449, "W13": -14.706361902938925, "S13": -14.706361902938925, "W21": -40.312314529962521, "S21": -40.466884422435641, "W22": -36.181557740350506, "S22": -39.600494938676938, "W31": -69.858187368764717, "S31": -69.858187368764717, "W32": -93.149064110893491, "S32": -98.149064110893491 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23347730421318544, "S11": -0.4012772437986456, "W12": -4.5636702286653712, "S12": -4.5636702286653712, "W13": -14.7326995847812, "S13": -14.997665402703348, "W21": -40.385956327459184, "S21": -40.587569230684991, "W22": -40.0, "S22": -40.0, "W31": -50.5857740585774, "S31": -50.5857740585774, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3077199761576882, "S11": -1.4254696771659692, "W12": -4.6721779255716642, "S12": -4.6721779255716642, "W13": -14.759037266623476, "S13": -15.370375118796328, "W21": -40.459598124955846, "S21": -40.708254038934342, "W22": -44.825641812090488, "S22": -44.832989993891168, "W31": -73.578739652839303, "S31": -73.578739652839303, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38479641543173082, "S11": -2.4468283432037521, "W12": -4.7806856224779555, "S12": -5.4421730263097094, "W13": -14.785374948465753, "S13": -15.607072569782218, "W21": -40.533239922452509, "S21": -40.828938847183693, "W22": -40.0, "S22": -46.658642259964722, "W31": -80.0, "S31": -80.0, "W32": -92.875014307505069, "S32": -97.875014307505069 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46187285470577355, "S11": -3.4681870092415359, "W12": -4.8891933193842467, "S12": -7.1334872162653005, "W13": -14.811712630308026, "S13": -15.84377002076806, "W21": -40.606881719949165, "S21": -40.949623655433037, "W22": -40.0, "S22": -40.0, "W31": -53.087028202952141, "S31": -53.208142687968433, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5114124152352062, "W12": -4.9977010162905389, "S12": -7.5537298301553264, "W13": -14.838050312150303, "S13": -16.080467471754016, "W21": -40.68052351744582, "S21": -41.07030846368238, "W22": -50.0, "S22": -50.001361904186062, "W31": -74.528978490338403, "S31": -76.774114012971026, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.9572969797696143, "W12": -5.106208713196831, "S12": -5.9498287386991953, "W13": -14.86438799399258, "S13": -16.317164922739952, "W21": -40.755319385041552, "S21": -41.1921473420308, "W22": -39.420330346842761, "S22": -41.362741714109077, "W31": -70.38721398532671, "S31": -71.248973848591405, "W32": -90.310755762202461, "S32": -95.310755762202461 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -3.0757421628746675, "W12": -5.2147164101031231, "S12": -5.2147164101031231, "W13": -14.892526573585476, "S13": -16.957018592164303, "W21": -40.832372100831023, "S21": -41.316243068572959, "W22": -42.31543624161074, "S22": -49.104635005631522, "W31": -80.0, "S31": -80.0, "W32": -92.981335647106619, "S32": -97.981335647106619 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.1941873459797219, "W12": -5.1983759436532031, "S12": -5.1983759436532031, "W13": -14.942139015830536, "S13": -17.623255880920496, "W21": -40.909424816620501, "S21": -41.440338795115125, "W22": -36.352915157167146, "S22": -36.43789589493727, "W31": -70.880656707896776, "S31": -72.428120074041246, "W32": -90.930463694976453, "S32": -95.930463694976453 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.28598834206385393, "W12": -5.1777303681220328, "S12": -5.3417379892224224, "W13": -14.991751458075594, "S13": -17.686680619500024, "W21": -40.986755687973783, "S21": -41.564712677221095, "W22": -30.0, "S22": -38.177446202879828, "W31": -70.0, "S31": -70.0, "W32": -92.068132688340128, "S32": -97.068132688340128 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1570847925908634, "S12": -5.1570847925908634, "W13": -15.0, "S13": -17.063125649581533, "W21": -41.065507139527952, "S21": -41.690507139527952, "W22": -40.0, "S22": -40.0, "W31": -59.694795195565142, "S31": -59.694795195565142, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1364392170596931, "S12": -5.1364392170596931, "W13": -15.735241140181024, "S13": -17.166563277919661, "W21": -41.144258591082128, "S21": -41.816301601834816, "W22": -30.0, "S22": -39.302305565513187, "W31": -70.0, "S31": -70.0, "W32": -91.912765668048962, "S32": -96.912765668048962 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7863369567040746, "S12": -4.7863369567040746, "W13": -17.080537668302789, "S13": -17.880056294198528, "W21": -41.224159660067194, "S21": -41.981195934829223, "W22": -39.0611387309539, "S22": -39.0611387309539, "W31": -61.943211783020324, "S31": -62.080981089847967, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3981969131738721, "S12": -4.3981969131738721, "W13": -18.42583419642455, "S13": -19.074301773045718, "W21": -41.304739675723276, "S21": -42.175488325067242, "W22": -39.139758928748904, "S22": -39.253423797681755, "W31": -61.607556595895318, "S31": -61.868192264088492, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3722880550069494, "S12": -4.3752299813805422, "W13": -19.751131221719454, "S13": -20.439550585185621, "W21": -41.368126593196422, "S21": -42.352587617122332, "W22": -30.0, "S22": -38.181523787093738, "W31": -70.0, "S31": -71.385912224093559, "W32": -91.688735144848167, "S32": -96.688735144848167 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3714244264013749, "S12": -4.3975204029361477, "W13": -19.78464890229635, "S13": -20.479632976793742, "W21": -41.369560988869743, "S21": -42.357812425281757, "W22": -40.533393034547416, "S22": -47.496839967802273, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -92.883099480602297, "S32": -97.883099480602297 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498651.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.3463791968400267, "S12": -4.3463791968400267, "W13": -19.935800604229605, "S13": -21.142416102174142, "W21": -41.411158463395516, "S21": -42.509331861903362, "W22": -41.813657816212164, "S22": -41.822436927322329, "W31": -72.894352276808931, "S31": -72.894352276808931, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54982142857142857, "S11": 0.50569513453869164, "W12": -4.320470338673104, "S12": -5.6485562628060855, "W13": -19.463746223564954, "S13": -21.483041425903188, "W21": -41.454190333594603, "S21": -42.666076106684386, "W22": -42.018664644443078, "S22": -42.018664644443078, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53974232047196036, "S11": -0.83265483544474839, "W12": -4.2945614805061814, "S12": -8.6898027230706649, "W13": -18.691743553347528, "S13": -21.523718460079461, "W21": -41.497222203793697, "S21": -42.749240382970655, "W22": -41.313333426616481, "S22": -48.238872847034287, "W31": -80.0, "S31": -80.0, "W32": -92.90129914948082, "S32": -97.90129914948082 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52356953956736962, "S11": -1.4997860371723823, "W12": -4.2686526223392587, "S12": -10.126908846177152, "W13": -16.884577977551718, "S13": -19.417631015885679, "W21": -41.540254073992791, "S21": -42.725174444617096, "W22": -39.566128561306925, "S22": -39.566128561306925, "W31": -73.66562290955919, "S31": -74.945867695847994, "W32": -92.319279182839324, "S32": -97.319279182839324 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50047600391772762, "S11": -2.2763632331395121, "W12": -4.242743764172336, "S12": -6.1081223378444944, "W13": -15.077412401755907, "S13": -17.36561564373234, "W21": -41.583285944191879, "S21": -42.663660554022435, "W22": -32.206430993485554, "S22": -36.344815049470164, "W31": -70.0, "S31": -72.951385108689763, "W32": -91.229690952387415, "S32": -96.229690952387415 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4981841442215664, "S12": -4.4981841442215664, "W13": -14.796401720243804, "S13": -17.800029679341716, "W21": -41.363509170621597, "S21": -42.338934539329507, "W22": -40.0, "S22": -40.0, "W31": -58.524278821476237, "S31": -58.524278821476237, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 498950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64321157715523913, "S11": 0.64321157715523913, "W12": -4.7988384879725086, "S12": -4.7988384879725086, "W13": -14.634195780157905, "S13": -17.698712317985809, "W21": -41.113731513261811, "S21": -41.984207640847067, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82770314192849404, "S11": 0.82770314192849404, "W12": -4.3088384879725083, "S12": -4.3088384879725083, "W13": -14.634059374607833, "S13": -17.708714044484907, "W21": -40.871184131800021, "S21": -41.641076008706044, "W22": -38.399667529079927, "S22": -42.767242823603439, "W31": -78.844378988709082, "S31": -78.844378988709082, "W32": -92.873067280025737, "S32": -97.873067280025737 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69072, "S11": 0.69072, "W12": -3.8188384879725086, "S12": -4.6788246821740733, "W13": -14.633922969057766, "S13": -17.718715770984012, "W21": -40.628636750338231, "S21": -41.309373641367927, "W22": -38.108882647991379, "S22": -42.52048439307773, "W31": -77.991473529183779, "S31": -77.991473529183779, "W32": -92.85442636386469, "S32": -97.85442636386469 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40183055240563742, "S11": 0.40183055240563742, "W12": -4.000079825288049, "S12": -5.909881942177142, "W13": -14.633786563507696, "S13": -17.72871749748311, "W21": -40.386089368876441, "S21": -40.978517644534534, "W22": -50.0, "S22": -50.0, "W31": -74.695794128462595, "S31": -77.377554898586169, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20302158273381291, "S11": 0.20302158273381291, "W12": -4.3132509978161, "S12": -7.3565860391747124, "W13": -14.672210268989593, "S13": -17.763906345385692, "W21": -40.143541987414658, "S21": -40.646945207987805, "W22": -39.095540339771269, "S22": -39.180654797031075, "W31": -61.771344867337767, "S31": -62.003547198728278, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.032987246566383188, "S11": 0.032987246566383188, "W12": -4.6264221703441519, "S12": -9.0880282021134224, "W13": -14.712814051420295, "S13": -17.788025103248348, "W21": -39.820811856968824, "S21": -40.232016418414524, "W22": -40.0, "S22": -40.0, "W31": -74.794469018745318, "S31": -77.074828897996355, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075335186396337489, "S11": -0.075335186396337489, "W12": -4.9395933428722039, "S12": -9.6153812833703896, "W13": -14.753417833850996, "S13": -17.813574653205528, "W21": -39.381829564140197, "S21": -39.700835466458443, "W22": -41.243371066366294, "S22": -48.135879357160967, "W31": -80.0, "S31": -80.0, "W32": -92.914458826047635, "S32": -97.914458826047635 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25794264635887665, "S11": -0.25794264635887665, "W12": -5.8226863851196828, "S12": -9.9758779318701443, "W13": -14.794021616281698, "S13": -17.839124203162704, "W21": -38.942847271311571, "S21": -39.169654514502369, "W22": -38.508995069010055, "S22": -40.045303589030624, "W31": -64.166066120543249, "S31": -64.166066120543249, "W32": -99.592735970448331, "S32": -104.59273597044833 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38846536294332124, "S11": -0.38846536294332124, "W12": -6.7374599786552833, "S12": -10.368055131658021, "W13": -14.834625398712401, "S13": -17.864673753119888, "W21": -38.503864978482945, "S21": -38.638473562546288, "W22": -40.0, "S22": -40.0, "W31": -74.79303550308947, "S31": -77.071632815833183, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37662768123490697, "S11": -0.37662768123490697, "W12": -7.6613392280756649, "S12": -10.773110985447998, "W13": -14.8752291811431, "S13": -17.890223303077065, "W21": -38.032143918572935, "S21": -38.074553843508831, "W22": -38.097460446595115, "S22": -42.495792338817949, "W31": -77.95783272614527, "S31": -77.95783272614527, "W32": -92.863527607767466, "S32": -97.863527607767466 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36478999952649271, "S11": -0.36478999952649271, "W12": -8.6541207770105046, "S12": -11.291186228940498, "W13": -14.936982736650078, "S13": -17.93698273665008, "W21": -37.553285497119113, "S21": -37.553285497119113, "W22": -36.686971551547252, "S22": -39.955084019203561, "W31": -69.751996731560666, "S31": -69.751996731560666, "W32": -93.717046214494388, "S32": -98.717046214494388 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35295231781807856, "S11": -0.35295231781807856, "W12": -9.6439355292365825, "S12": -11.806294675724235, "W13": -14.999999999999998, "S13": -18.015908795326705, "W21": -37.074427075665298, "S21": -37.074427075665298, "W22": -39.611588149660882, "S22": -39.611588149660882, "W31": -59.988243341456112, "S31": -60.273659681688486, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36279251151240455, "S11": -0.36279251151240455, "W12": -10.0, "S12": -11.687652841045313, "W13": -14.991196420655612, "S13": -18.032636941753886, "W21": -36.595568654211476, "S21": -36.595568654211476, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4088150059068883, "S11": -0.4088150059068883, "W12": -10.0, "S12": -11.07827999518277, "W13": -14.993980104735643, "S13": -18.060952351605483, "W21": -36.138952222274099, "S21": -36.138952222274099, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42076229279843996, "S11": -0.42076229279843996, "W12": -10.0, "S12": -10.383901576375287, "W13": -14.996763788815677, "S13": -18.089267761457084, "W21": -36.027296457931321, "S21": -36.027296457931321, "W22": -39.488563480823906, "S22": -41.348816527137714, "W31": -70.247122046804989, "S31": -71.137456291242572, "W32": -90.340946456808354, "S32": -95.340946456808354 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40734642707898039, "S11": -0.40734642707898039, "W12": -10.0, "S12": -10.178436946523984, "W13": -14.999547472895708, "S13": -18.117583171308681, "W21": -35.915640693588543, "S21": -35.915640693588543, "W22": -39.911218096681957, "S22": -39.911218096681957, "W31": -58.617623926717172, "S31": -59.043991542264742, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39393056135952087, "S11": -0.39393056135952087, "W12": -10.0, "S12": -10.121880069654258, "W13": -15.020758537404774, "S13": -18.164325961589309, "W21": -35.803984929245772, "S21": -35.803984929245772, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -52.841021545512945, "S31": -52.93460908480872, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38051469564006135, "S11": -0.38051469564006135, "W12": -10.16482829678106, "S12": -10.230151489565593, "W13": -15.045546748022845, "S13": -18.214645897978947, "W21": -35.55722849619611, "S21": -35.55722849619611, "W22": -30.728819165305868, "S22": -34.064739453709635, "W31": -70.0, "S31": -72.003219458986734, "W32": -91.487102331158965, "S32": -96.487102331158965 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36709882992060178, "S11": -0.36709882992060178, "W12": -10.498271079358251, "S12": -10.507037395273057, "W13": -15.067801203971634, "S13": -18.260644756861716, "W21": -34.722386799363534, "S21": -34.722386799363534, "W22": -38.851028247912133, "S22": -39.309592672364559, "W31": -62.787171975273893, "S31": -62.787171975273893, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37669099401547224, "S11": -0.37669099401547224, "W12": -10.831713861935439, "S12": -10.831713861935439, "W13": -15.123725213531895, "S13": -18.322477781493291, "W21": -33.88754510253095, "S21": -33.88754510253095, "W22": -35.990432070287689, "S22": -39.405677438472004, "W31": -69.918260563726264, "S31": -69.918260563726264, "W32": -93.173259904761437, "S32": -98.173259904761437 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39536527514231501, "S11": -0.39536527514231501, "W12": -11.169620125882531, "S12": -11.313434990834507, "W13": -15.179649223092158, "S13": -18.451856772437644, "W21": -33.052703405698374, "S21": -33.052703405698374, "W22": -38.547731490571813, "S22": -38.547731490571813, "W31": -72.524547119197834, "S31": -72.997194454631341, "W32": -90.654296010621493, "S32": -95.654296010621493 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41312918506422425, "S11": -0.41312918506422425, "W12": -11.510182706833522, "S12": -11.692322283317761, "W13": -15.232846937186356, "S13": -18.629272920837295, "W21": -32.258560241586387, "S21": -32.258560241586387, "W22": -39.377839862974795, "S22": -41.323001301405341, "W31": -70.534099754541742, "S31": -71.277806981216244, "W32": -90.345437028701781, "S32": -95.345437028701781 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500047.5625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43089309498613343, "S11": -0.43089309498613343, "W12": -11.850745287784509, "S12": -12.071209575801012, "W13": -15.286044651280559, "S13": -18.806689069236953, "W21": -31.464417077474394, "S21": -31.464417077474394, "W22": -43.481100003896685, "S22": -43.486235698040886, "W31": -73.282144639359402, "S31": -73.748153493925344, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500095.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44865700490804256, "S11": -0.44865700490804256, "W12": -12.191307868735501, "S12": -12.450096868284266, "W13": -15.339242365374758, "S13": -18.984105217636603, "W21": -31.0161067022118, "S21": -31.0161067022118, "W22": -40.0, "S22": -40.0, "W31": -54.613386715942916, "S31": -54.613386715942916, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500142.6875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.53187044968649, "S12": -12.855419884123021, "W13": -15.438593204017307, "S13": -19.207674490584605, "W21": -30.913757212805269, "S21": -30.913757212805269, "W22": -40.0, "S22": -46.575209486404624, "W31": -80.0, "S31": -80.0, "W32": -93.017874594563949, "S32": -98.017874594563949 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500190.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.872433030637481, "S12": -13.276171694197123, "W13": -15.543751345793494, "S13": -19.437051066666246, "W21": -30.840080465839971, "S21": -30.840080465839971, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500237.8125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.21299561158847, "S12": -13.703603685653214, "W13": -15.648679658329513, "S13": -19.666197813507718, "W21": -30.766403718874678, "S21": -30.766403718874678, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -50.986345249049464, "S31": -50.986345249049464, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500285.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.553558192539462, "S12": -14.131035677109308, "W13": -15.752777068921862, "S13": -19.894513658405522, "W21": -30.69272697190938, "S21": -30.69272697190938, "W22": -42.051200294801653, "S22": -42.051200294801653, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500332.9375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.894120773490451, "S12": -14.438222294186986, "W13": -15.856874479514207, "S13": -20.122829503303318, "W21": -30.619050224944083, "S21": -30.619050224944083, "W22": -36.059285741628649, "S22": -39.451419059247705, "W31": -69.876031048972351, "S31": -69.876031048972351, "W32": -93.19765351948368, "S32": -98.19765351948368 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500380.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.234683354441442, "S12": -14.626085176370653, "W13": -15.960971890106554, "S13": -20.351145348201118, "W21": -30.59543021411578, "S21": -30.59543021411578, "W22": -38.758409244742552, "S22": -39.853160588951049, "W31": -70.654004442544661, "S31": -72.569311557882912, "W32": -90.41209991375743, "S32": -95.41209991375743 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500428.0625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.575245935392433, "S12": -14.813948058554319, "W13": -16.065069300698902, "S13": -20.579461193098918, "W21": -31.758416620877085, "S21": -31.758416620877085, "W22": -34.108738514520113, "S22": -41.243075798006814, "W31": -70.0, "S31": -70.0, "W32": -92.623347909053138, "S32": -97.623347909053138 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500475.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.855941687706352, "S12": -14.941944112100915, "W13": -16.169166711291247, "S13": -20.748867820726026, "W21": -32.845000371167693, "S21": -32.845000371167693, "W22": -30.0, "S22": -38.423181533707293, "W31": -70.0, "S31": -70.0, "W32": -92.051405955175127, "S32": -97.051405955175127 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500523.1875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.575745121923038, "S12": -14.575745121923038, "W13": -16.273264121883592, "S13": -20.912012065634002, "W21": -32.985963592187098, "S21": -32.985963592187098, "W22": -37.784791018408846, "S22": -39.525892520530547, "W31": -68.409788023973476, "S31": -68.409788023973476, "W32": -95.497500429110815, "S32": -100.49750042911081 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500570.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.968137351990677, "S12": -13.968137351990677, "W13": -16.377361532475938, "S13": -21.075156310541981, "W21": -33.40938827433861, "S21": -33.40938827433861, "W22": -29.999999999999996, "S22": -39.423395669256401, "W31": -70.0, "S31": -70.041707088607325, "W32": -91.9556173431139, "S32": -96.9556173431139 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500618.3125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48892303080266808, "S11": -0.48892303080266808, "W12": -13.360529582058314, "S12": -13.360529582058314, "W13": -16.481458943068287, "S13": -21.238300555449964, "W21": -33.832812956490116, "S21": -33.832812956490116, "W22": -37.666663512666062, "S22": -40.582395806001252, "W31": -69.296319726511925, "S31": -69.296319726511925, "W32": -95.182559860968084, "S32": -100.18255986096808 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500665.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26078842838941774, "S11": -0.26078842838941774, "W12": -12.68070788131959, "S12": -12.68070788131959, "W13": -16.585556353660635, "S13": -21.401444800357947, "W21": -34.256237638641636, "S21": -34.256237638641636, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500713.4375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.038925249741646573, "S11": -0.038925249741646573, "W12": -11.868597023459712, "S12": -11.868597023459712, "W13": -16.689653764252981, "S13": -21.564589045265926, "W21": -34.679662320793142, "S21": -34.679662320793142, "W22": -40.0, "S22": -40.0, "W31": -51.275046937818807, "S31": -51.275046937818807, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 500761.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044020619108539438, "S11": 0.044020619108539438, "W12": -5.0606127396958351, "S12": -5.0606127396958351, "W13": -16.925508585238457, "S13": -17.664653888280849, "W21": -29.433111509292441, "S21": -29.846719893161367, "W22": -41.553550791138647, "S22": -41.563332241940344, "W31": -72.745161825386845, "S31": -72.745161825386845, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 501667.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.031314185113943904, "S11": -0.031314185113943904, "W12": -4.7282454760031474, "S12": -7.3634890106533692, "W13": -17.632961171627191, "S13": -20.963469359209576, "W21": -30.0, "S21": -32.488614703804579, "W22": -42.701342281879199, "S22": -49.381157262279345, "W31": -80.0, "S31": -80.0, "W32": -93.01683947160349, "S32": -98.01683947160349 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 502804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4517830972154373, "S12": -6.9892873017226691, "W13": -21.506691830507709, "S13": -21.983410234055381, "W21": -27.599105566802482, "S21": -30.925183361665518, "W22": -39.122356708409434, "S22": -39.122356708409434, "W31": -61.60978332894598, "S31": -61.960489337827497, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43915538061244908, "S11": -1.9099754318119433, "W12": -7.6522285589741728, "S12": -7.7552003920085451, "W13": -22.437270761078704, "S13": -22.437270761078704, "W21": -25.57216578599548, "S21": -26.748747595893541, "W22": -38.478891790698711, "S22": -38.478891790698711, "W31": -72.66487444392817, "S31": -73.251986662854719, "W32": -90.714379043645025, "S32": -95.714379043645025 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32234957020057309, "S11": -1.8154060998681398, "W12": -7.4348639190739974, "S12": -8.9327550326629819, "W13": -22.902981244395363, "S13": -22.902981244395363, "W21": -26.996316243381312, "S21": -27.226916624042577, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 506965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42272324310367088, "S11": -2.0692405456768741, "W12": -10.235415495670285, "S12": -10.369168966209266, "W13": -24.442815925379424, "S13": -24.442815925379424, "W21": -33.541528904919346, "S21": -33.541528904919346, "W22": -41.123374580614467, "S22": -41.132249226791792, "W31": -72.839126812379249, "S31": -72.839126812379249, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 507571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8212863385404403, "W12": -10.418510318775061, "S12": -10.73641968821434, "W13": -27.853888221389948, "S13": -27.853888221389948, "W21": -33.910856741143746, "S21": -33.910856741143746, "W22": -39.556796614805052, "S22": -41.334891340166358, "W31": -70.227431878861253, "S31": -71.146340504471723, "W32": -90.371137151414246, "S32": -95.371137151414246 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54892253931275481, "W12": -10.354290745038218, "S12": -10.944310398118626, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -38.712180067766198, "S22": -39.773520876005556, "W31": -70.654040425673713, "S31": -72.575710231276418, "W32": -90.426428495182677, "S32": -95.426428495182677 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.90190026992518, "S12": -13.904605857335511, "W13": -23.411016949152543, "S13": -23.411016949152543, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -52.590959333784561, "S31": -52.658289492934585, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.859670977906422, "S12": -16.779029069130882, "W13": -22.004951228925819, "S13": -22.004951228925819, "W21": -30.069364617436644, "S21": -30.069364617436644, "W22": -31.624143088437094, "S22": -38.80701783424265, "W31": -70.0, "S31": -70.0, "W32": -92.443721526296144, "S32": -97.443721526296144 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 508977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.83877011705865612, "W12": -7.5703709771796373, "S12": -17.288362484250747, "W13": -21.596785426902699, "S13": -21.596785426902699, "W21": -30.395664337650537, "S21": -30.395664337650537, "W22": -38.752700051323039, "S22": -39.495700281337939, "W31": -63.158715858651036, "S31": -63.158715858651036, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 509537.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75280515166787121, "S11": -0.75280515166787121, "W12": -10.629711332124185, "S12": -20.629711332124185, "W13": -24.573653917055498, "S13": -24.573653917055498, "W21": -34.530811211226705, "S21": -36.17950247086479, "W22": -40.0, "S22": -40.0, "W31": -58.969800916872778, "S31": -58.969800916872778, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 510449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046596874210001804, "S11": -0.046596874210001804, "W12": -10.007686222325873, "S12": -12.485413137072872, "W13": -19.596748821243317, "S13": -32.311453868113873, "W21": -40.0, "S21": -40.0, "W22": -35.561737160238053, "S22": -42.548792579342908, "W31": -70.0, "S31": -70.0, "W32": -92.765496384235689, "S32": -97.765496384235689 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 512515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21423213621924803, "S11": -0.21423213621924803, "W12": -10.0, "S12": -11.887645836662937, "W13": -16.145346520480981, "S13": -28.882320070259617, "W21": -39.324965858169158, "S21": -39.324965858169158, "W22": -38.160470443095576, "S22": -38.967065293655558, "W31": -65.539106997889363, "S31": -66.796166596694647, "W32": -97.717373797498155, "S32": -102.71737379749815 }, "geometry": { "type": "Point", "coordinates": [ 106000.0, 513582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0796035249536189, "S12": -9.0796035249536189, "W13": -15.0, "S13": -24.367581511451498, "W21": -38.402893344296324, "S21": -38.402893344296324, "W22": -39.81493767558792, "S22": -39.81493767558792, "W31": -59.07888191971815, "S31": -59.469597484037408, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106000.926829268297297, 515712.390243902453221 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.027464382771450802, "W12": -5.0, "S12": -6.8822217003287927, "W13": -21.757468837966822, "S13": -21.757468837966822, "W21": -27.037954783191573, "S21": -29.794541149157745, "W22": -48.275198338423138, "S22": -49.175226318378336, "W31": -73.005556569785966, "S31": -73.005556569785966, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106001.0, 506725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43086756212800736, "S11": -0.43086756212800736, "W12": -10.144476224526278, "S12": -10.295842567348025, "W13": -16.664217500588254, "S13": -29.762844141327193, "W21": -40.073558820385365, "S21": -40.073558820385365, "W22": -40.766613610206207, "S22": -40.775561382821436, "W31": -72.814931434961096, "S31": -72.814931434961096, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106001.0, 514850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49312179889172514, "S11": -0.49312179889172514, "W12": -9.5837451992543166, "S12": -9.5837451992543166, "W13": -15.421975878490541, "S13": -25.244323070958309, "W21": -39.321791434464451, "S21": -39.321791434464451, "W22": -45.126700598198532, "S22": -45.130717036503064, "W31": -73.586374349161034, "S31": -74.43395158419969, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106001.0, 515172.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3414877701269052, "S12": -8.3414877701269052, "W13": -15.053768256004794, "S13": -23.180895770803723, "W21": -41.377942735382781, "S21": -43.476979429066908, "W22": -50.029076911602935, "S22": -50.029076911602935, "W31": -74.842088776603816, "S31": -77.355541499703307, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106001.0, 517169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7555918367346903, "S12": -5.7555918367346903, "W13": -23.322274484196534, "S13": -23.322274484196534, "W21": -28.905540841139764, "S21": -28.905540841139764, "W22": -38.648650727354116, "S22": -38.648650727354116, "W31": -72.326417266781121, "S31": -72.648513142507028, "W32": -90.663577163811098, "S32": -95.663577163811098 }, "geometry": { "type": "Point", "coordinates": [ 106001.6, 507141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73, "S11": -0.73, "W12": -12.24, "S12": -12.24, "W13": -26.690001, "S13": -26.940001, "W21": -31.290001, "S21": -31.290001, "W22": -38.45859525107528, "S22": -42.626104000520741, "W31": -79.016045267808693, "S31": -79.016045267808693, "W32": -92.960501791167104, "S32": -97.960501791167104 }, "geometry": { "type": "Point", "coordinates": [ 106001.8, 505419.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17048710601719197, "S11": -2.170487106017192, "W12": -7.4997690662057428, "S12": -8.8823259091785456, "W13": -22.856427478188845, "S13": -22.856427478188845, "W21": -26.843735275622123, "S21": -27.182083862783198, "W22": -30.0, "S22": -39.031243677973123, "W31": -70.0, "S31": -70.0, "W32": -92.007673888219358, "S32": -97.007673888219358 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 506952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.435739215125182, "S12": -11.860587544613347, "W13": -24.569209039548021, "S13": -24.569209039548021, "W21": -30.0, "S21": -30.0, "W22": -41.821205031793916, "S22": -41.821205031793916, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 508276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0071603373570654, "S11": -1.0071603373570654, "W12": -7.7459326382911096, "S12": -18.046148023495572, "W13": -21.171779720067629, "S13": -21.171779720067629, "W21": -30.431278101874163, "S21": -30.431278101874163, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106002.0, 509916.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0955473076199489, "S12": -9.0955473076199489, "W13": -15.0, "S13": -24.695858284735742, "W21": -38.460279830180454, "S21": -38.460279830180454, "W22": -38.59956293875932, "S22": -38.59956293875932, "W31": -72.425329987744774, "S31": -72.826431309951516, "W32": -90.691656656340214, "S32": -95.691656656340214 }, "geometry": { "type": "Point", "coordinates": [ 106002.5, 515679.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68274314214463849, "S11": -0.74923679843068236, "W12": -10.879229272637632, "S12": -11.144425781443067, "W13": -26.322444665674961, "S13": -26.322444665674961, "W21": -33.509442293719815, "S21": -33.509442293719815, "W22": -38.79757541961731, "S22": -39.39190933598293, "W31": -62.951351697876852, "S31": -62.951351697876852, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106003.0, 505512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8422197979683492, "S12": -6.1787118083733317, "W13": -23.289931770734402, "S13": -23.289931770734402, "W21": -28.813421797808608, "S21": -28.813421797808608, "W22": -40.0, "S22": -46.330462263143261, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -92.994740177376343, "S32": -97.994740177376343 }, "geometry": { "type": "Point", "coordinates": [ 106003.0, 507132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59028130783467003, "S11": -0.59028130783467003, "W12": -9.754543444150757, "S12": -19.872037920509573, "W13": -23.22197951975814, "S13": -23.22197951975814, "W21": -31.666229495365471, "S21": -31.924349803784256, "W22": -50.0, "S22": -50.0, "W31": -74.817228856524181, "S31": -77.28524287813535, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106003.0, 510238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48458915510236367, "S11": -0.48458915510236367, "W12": -9.6509329269635771, "S12": -9.6509329269635771, "W13": -15.584644944600187, "S13": -26.157877067463787, "W21": -39.407998067115876, "S21": -39.407998067115876, "W22": -40.0, "S22": -40.0, "W31": -59.751112451919454, "S31": -59.751112451919454, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106003.333333333328483, 515127.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63338924318944234, "S11": -1.3746173133648809, "W12": -4.3713369745903581, "S12": -9.5243316989102098, "W13": -25.478730524059348, "S13": -25.478730524059348, "W21": -39.977814891442527, "S21": -44.126587155015777, "W22": -30.0, "S22": -38.668916864535142, "W31": -70.0, "S31": -70.0, "W32": -92.04455346890748, "S32": -97.04455346890748 }, "geometry": { "type": "Point", "coordinates": [ 106004.0, 506205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5015107003769238, "S11": -0.83437035272960602, "W12": -7.5042564202587601, "S12": -17.504256420258759, "W13": -21.57168443955268, "S13": -21.57168443955268, "W21": -30.438019910247672, "S21": -30.438019910247672, "W22": -39.802850423289421, "S22": -39.802850423289421, "W31": -73.893624036959707, "S31": -75.294450075591485, "W32": -93.878391579861443, "S32": -98.878391579861443 }, "geometry": { "type": "Point", "coordinates": [ 106004.0, 509591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88005103923256667, "S11": -0.88005103923256667, "W12": -11.794244927436912, "S12": -21.149446891119901, "W13": -25.81898020572951, "S13": -26.616303341484766, "W21": -39.480198799426262, "S21": -41.841284305487626, "W22": -40.0, "S22": -40.0, "W31": -51.386916439521521, "S31": -51.386916439521521, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106004.0, 510843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16028240018016188, "S11": -0.16028240018016188, "W12": -10.0, "S12": -14.999999999999998, "W13": -16.812576185709766, "S13": -35.088502122700049, "W21": -39.962911357912795, "S21": -39.962911357912795, "W22": -40.0, "S22": -40.0, "W31": -52.340897122056688, "S31": -52.38196990106097, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106004.0, 513848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.154081879603047, "S12": -5.8239549595896438, "W13": -15.0, "S13": -15.0, "W21": -40.035564996707677, "S21": -40.035564996707677, "W22": -42.127415450487646, "S22": -48.770077484118659, "W31": -80.0, "S31": -80.0, "W32": -93.019086445423923, "S32": -98.019086445423923 }, "geometry": { "type": "Point", "coordinates": [ 106004.714285714289872, 524190.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.0429315011579039, "W12": -4.9456830070243605, "S12": -8.1426321332237581, "W13": -14.83126987749573, "S13": -15.946122715554607, "W21": -40.656631585859799, "S21": -41.023399058978079, "W22": -37.997403757058393, "S22": -42.27324125708077, "W31": -77.662971862646302, "S31": -77.662971862646302, "W32": -92.955544686644899, "S32": -97.955544686644899 }, "geometry": { "type": "Point", "coordinates": [ 106005.0, 498180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.742081486278664, "S12": -13.588573838666941, "W13": -23.820621468926554, "S13": -23.820621468926554, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106005.0, 508385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81519824971707433, "S11": -0.81519824971707433, "W12": -11.21018263475043, "S12": -21.141121502723205, "W13": -25.248333939014564, "S13": -25.248333939014564, "W21": -36.614069308828192, "S21": -37.317123927419885, "W22": -30.0, "S22": -37.659267545925616, "W31": -70.0, "S31": -71.161918193478527, "W32": -91.8540385699594, "S32": -96.8540385699594 }, "geometry": { "type": "Point", "coordinates": [ 106005.0, 510607.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40982936342109538, "S11": -0.40982936342109538, "W12": -10.0, "S12": -10.201521082320042, "W13": -14.995835894122333, "S13": -18.102367502936833, "W21": -36.021502487917836, "S21": -36.021502487917836, "W22": -35.93701374290665, "S22": -39.302343179818365, "W31": -70.146223122709912, "S31": -70.146223122709912, "W32": -93.246242928073855, "S32": -98.246242928073855 }, "geometry": { "type": "Point", "coordinates": [ 106005.2, 499720.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.229166666666668, "S13": -13.229166666666668, "W21": -47.0, "S21": -47.0, "W22": -34.609356207857104, "S22": -41.554325704523805, "W31": -70.0, "S31": -70.0, "W32": -92.716171303435502, "S32": -97.716171303435502 }, "geometry": { "type": "Point", "coordinates": [ 106005.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47605651131300258, "S11": -0.47605651131300258, "W12": -9.7157062619487995, "S12": -9.7157062619487995, "W13": -15.747314010709781, "S13": -27.071431063968639, "W21": -39.518426058844149, "S21": -39.518426058844149, "W22": -38.446450168231301, "S22": -40.124608352024232, "W31": -64.325376245406986, "S31": -64.325376245406986, "W32": -99.516723418037301, "S32": -104.5167234180373 }, "geometry": { "type": "Point", "coordinates": [ 106005.666666666671517, 515083.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5330676763777511, "S12": -16.886105569180472, "W13": -21.819231478926273, "S13": -21.819231478926273, "W21": -30.142905080758151, "S21": -30.142905080758151, "W22": -38.90997339149736, "S22": -39.138934259452846, "W31": -62.445979739849491, "S31": -62.579550071864482, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106005.833333333328483, 509260.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71888302400817339, "S11": 0.71888302400817339, "W12": -5.0, "S12": -5.0, "W13": -17.627749546279492, "S13": -21.882525293787797, "W21": -35.292948478235388, "S21": -35.292948478235388, "W22": -36.915092369301661, "S22": -37.029973700563907, "W31": -70.922881197494931, "S31": -72.213685948945994, "W32": -90.887969549642634, "S32": -95.887969549642634 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 501233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47972635114124013, "S11": -5.3755281936373676, "W12": -10.0, "S12": -13.108439774213631, "W13": -22.047818545735446, "S13": -22.825228842147293, "W21": -29.055415880463052, "S21": -29.055415880463052, "W22": -31.757764282404167, "S22": -36.791873143527248, "W31": -70.0, "S31": -72.874542007933329, "W32": -91.305860815979983, "S32": -96.305860815979983 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 504796.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57765060146539726, "S11": -1.167833786059103, "W12": -10.798418569508319, "S12": -11.873162452998271, "W13": -25.0, "S13": -25.317133426062405, "W21": -30.640271526483783, "S21": -30.640271526483783, "W22": -31.616994040241842, "S22": -36.977291325894576, "W31": -70.0, "S31": -72.762641782330931, "W32": -91.308190556172534, "S32": -96.308190556172534 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 505203.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.26042696184989156, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.821330724070449, "W21": -29.608894237780955, "S21": -34.281267099964246, "W22": -40.581952028053678, "S22": -40.590922209298164, "W31": -72.783901347949623, "S31": -72.783901347949623, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106006.0, 506523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40896994706783646, "S11": -0.40896994706783646, "W12": -10.0, "S12": -10.200809656342541, "W13": -14.995276587751794, "S13": -18.101879409379812, "W21": -36.034010732693126, "S21": -36.034010732693126, "W22": -45.418591335545976, "S22": -45.425845424007932, "W31": -73.504005634162482, "S31": -73.504005634162482, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106006.4, 499719.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27593989443214773, "S11": 0.27593989443214773, "W12": -5.0, "S12": -5.0, "W13": -17.61564050762577, "S13": -21.121485607293543, "W21": -34.47876236725061, "S21": -34.47876236725061, "W22": -37.120587847327293, "S22": -43.911814507655606, "W31": -71.637168141592923, "S31": -71.637168141592923, "W32": -92.929878113183634, "S32": -97.929878113183634 }, "geometry": { "type": "Point", "coordinates": [ 106006.5, 501256.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.81784349952988256, "W12": -7.5564458376289529, "S12": -17.071786926295477, "W13": -21.653818258727206, "S13": -21.653818258727206, "W21": -30.346782194387661, "S21": -30.346782194387661, "W22": -41.782890860040986, "S22": -41.782890860040986, "W31": -71.837813586258221, "S31": -71.837813586258221, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106006.857142857144936, 509492.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47806432423096845, "S11": -0.47806432423096823, "W12": -10.0, "S12": -11.787485186062987, "W13": -23.869277864406097, "S13": -24.357297660410683, "W21": -30.20941597393664, "S21": -30.20941597393664, "W22": -35.858381648856117, "S22": -39.227650377202799, "W31": -70.527242209290463, "S31": -70.527242209290463, "W32": -93.248803590312974, "S32": -98.248803590312974 }, "geometry": { "type": "Point", "coordinates": [ 106007.0, 505060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5647333750199952, "S11": -1.5647333750199952, "W12": -9.4887018199067832, "S12": -19.817736509470421, "W13": -24.924416710523019, "S13": -24.924416710523019, "W21": -39.571790013586366, "S21": -42.62848746651057, "W22": -50.0, "S22": -50.000983824752318, "W31": -74.494187287853848, "S31": -76.88795392948694, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106007.0, 511062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -3.4120747295967928, "S12": -10.586778621305562, "W13": -27.191665709550268, "S13": -27.191665709550268, "W21": -41.161820295140011, "S21": -44.497344194464738, "W22": -37.786997072742736, "S22": -38.882290262149958, "W31": -68.030046746446786, "S31": -68.030046746446786, "W32": -95.671478072433985, "S32": -100.67147807243398 }, "geometry": { "type": "Point", "coordinates": [ 106007.666666666671517, 506099.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48247674936470686, "S11": 0.48247674936470686, "W12": -4.4877687901269869, "S12": -4.4877687901269869, "W13": -14.853668777928583, "S13": -17.645537703872641, "W21": -41.456649408168957, "S21": -42.44592672904227, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106008.0, 498941.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28650631389055925, "S11": -0.28650631389055925, "W12": -5.3861790958825226, "S12": -5.3861790958825226, "W13": -16.827890962895516, "S13": -20.614559680754073, "W21": -30.0, "S21": -30.0, "W22": -43.67562112842355, "S22": -43.682106437680247, "W31": -73.04542428403812, "S31": -73.04542428403812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106008.0, 501380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46752386752364111, "S11": -0.46752386752364111, "W12": -9.7764148183158355, "S12": -9.7764148183158337, "W13": -15.909983076819428, "S13": -27.979056160598393, "W21": -39.636441128703744, "S21": -39.636441128703744, "W22": -38.304090891300007, "S22": -42.558228906613671, "W31": -78.562101129111227, "S31": -78.562101129111227, "W32": -93.005047433982369, "S32": -98.005047433982369 }, "geometry": { "type": "Point", "coordinates": [ 106008.0, 515039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4333417337506305, "S12": -4.4333417337506305, "W13": -19.45163687125622, "S13": -19.962954919348814, "W21": -41.359351878146853, "S21": -42.24274835493182, "W22": -38.609034094200858, "S22": -39.58026351471473, "W31": -70.626250378301151, "S31": -72.514713370095961, "W32": -90.47887579091001, "S32": -95.47887579091001 }, "geometry": { "type": "Point", "coordinates": [ 106008.42105263157282, 498633.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64152229480264322, "S11": -3.2322592010552249, "W12": -10.0, "S12": -13.20845774424815, "W13": -20.442290182655924, "S13": -20.613093178558742, "W21": -29.0114166147887, "S21": -29.0114166147887, "W22": -38.858027996502116, "S22": -39.616826322694592, "W31": -71.911069349512047, "S31": -71.911069349512047, "W32": -90.627835029820247, "S32": -95.627835029820247 }, "geometry": { "type": "Point", "coordinates": [ 106008.666666666671517, 504455.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2367847411444362, "W12": -4.3099724213363544, "S12": -6.1464867160265708, "W13": -14.982147829584482, "S13": -17.324318261197007, "W21": -41.619432715159114, "S21": -42.670300079364821, "W22": -38.33991623438034, "S22": -39.807333921900941, "W31": -64.71689911892237, "S31": -65.400523030069323, "W32": -98.960541749459466, "S32": -103.96054174945947 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 498912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.8917671511408991, "S12": -5.5027312560649664, "W13": -14.618746487557088, "S13": -17.713436640896337, "W21": -40.486073589151431, "S21": -41.101614215339787, "W22": -40.0, "S22": -40.0, "W31": -52.171739092692583, "S31": -52.195412951895847, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 499137.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.045893719806763, "W12": -10.0, "S12": -13.466411725122684, "W13": -18.801300771328414, "S13": -21.770100628098987, "W21": -30.0, "S21": -30.0, "W22": -48.262796911217784, "S22": -49.10349225358987, "W31": -73.003096589948143, "S31": -73.003096589948143, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 503818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3551123418276134, "S12": -7.4670268178902059, "W13": -25.265288029750753, "S13": -25.265288029750753, "W21": -40.0, "S21": -40.757090039453757, "W22": -39.71865725449387, "S22": -39.71865725449387, "W31": -59.540139912719134, "S31": -59.895203425810081, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 505782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61504220886939209, "S11": -1.3014457176413221, "W12": -3.6544699347983585, "S12": -9.3166195158472878, "W13": -26.113524905511369, "S13": -26.113524905511369, "W21": -40.758711234138012, "S21": -44.640177482364841, "W22": -41.973271088744951, "S22": -41.983145386834686, "W31": -72.674292211842229, "S31": -72.674292211842229, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106009.0, 506171.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11365290158266436, "S11": 0.11365290158266436, "W12": -4.5299606812623248, "S12": -4.5299606812623248, "W13": -14.700877922728065, "S13": -14.700877922728065, "W21": -40.2871141513561, "S21": -40.410075620890133, "W22": -50.0, "S22": -50.001017621667721, "W31": -74.47225316730723, "S31": -76.831371075411283, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 497925.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31472501277030518, "S11": 0.31472501277030518, "W12": -5.0, "S12": -5.0, "W13": -17.584101980423402, "S13": -21.176253143214101, "W21": -34.499800308613956, "S21": -34.499800308613956, "W22": -38.628432499781468, "S22": -38.628432499781468, "W31": -72.37227586963418, "S31": -72.738547712634229, "W32": -90.740797875703365, "S32": -95.740797875703365 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 501257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24066742609572536, "S11": 0.24066742609572536, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -17.01608138922996, "S13": -17.686481837283726, "W21": -29.95874281190099, "S21": -30.786866653100379, "W22": -40.820378636293675, "S22": -47.418898554951454, "W31": -80.0, "S31": -80.0, "W32": -93.032303456681177, "S32": -98.032303456681177 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 501737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36937567525343346, "S11": -0.36937567525343346, "W12": -6.0513738274467448, "S12": -6.0513738274467448, "W13": -20.0, "S13": -20.0, "W21": -41.564002092543774, "S21": -42.213629216384327, "W22": -39.038363598878448, "S22": -44.038363598878448, "W31": -80.0, "S31": -80.0, "W32": -93.067534580960128, "S32": -98.067534580960128 }, "geometry": { "type": "Point", "coordinates": [ 106010.0, 520638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26782397823947318, "S11": -0.26782397823947318, "W12": -9.8789268792679774, "S12": -13.055456202244709, "W13": -16.208885588185101, "S13": -25.389970413130101, "W21": -39.18027604750818, "S21": -39.18027604750818, "W22": -39.885355861903498, "S22": -39.885355861903498, "W31": -58.776832494929202, "S31": -59.20995975919616, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106010.25, 513424.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.72408374460759861, "W12": -8.1931215228615155, "S12": -16.88001856436464, "W13": -21.791243314246149, "S13": -21.791243314246149, "W21": -30.192230885026131, "S21": -30.192230885026131, "W22": -40.0, "S22": -40.0, "W31": -65.817366490012233, "S31": -65.817366490012233, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106011.0, 509324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8915446711791706, "S12": -8.8915446711791706, "W13": -15.0, "S13": -20.195003407012329, "W21": -39.15055061972879, "S21": -39.15055061972879, "W22": -40.000000000000007, "S22": -46.346106250448003, "W31": -80.0, "S31": -80.0, "W32": -93.168693948514559, "S32": -98.168693948514559 }, "geometry": { "type": "Point", "coordinates": [ 106011.560606060607824, 516085.803030303039122 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38549766643420413, "S11": 0.38549766643420413, "W12": -4.8353115360888346, "S12": -4.8353115360888346, "W13": -13.170233362143474, "S13": -13.170233362143474, "W21": -40.0, "S21": -43.0, "W22": -38.744122591322487, "S22": -39.474225999601302, "W31": -63.115531420479812, "S31": -63.115531420479812, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106012.0, 497287.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90920193126952575, "S11": -1.7290132496130568, "W12": -10.0, "S12": -13.581402168221398, "W13": -20.0, "S13": -20.725188432103295, "W21": -29.276510593774521, "S21": -29.276510593774521, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106012.0, 504284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6947069943289226, "W12": -10.055068458778932, "S12": -10.852342523033132, "W13": -26.243114266134889, "S13": -26.243114266134889, "W21": -31.107405935752055, "S21": -31.107405935752055, "W22": -40.0, "S22": -40.0, "W31": -51.107779061889836, "S31": -51.107779061889836, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106012.0, 508026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7864539306847007, "S12": -8.7907103303472827, "W13": -25.628460375481406, "S13": -25.628460375481406, "W21": -37.918701095527211, "S21": -37.918701095527211, "W22": -40.0, "S22": -40.0, "W31": -59.389094200165594, "S31": -59.389094200165594, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106012.5, 505698.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1679173476535221, "S12": -5.1679173476535221, "W13": -14.966382205165733, "S13": -17.832035068794884, "W21": -40.973811147375777, "S21": -41.528929874974324, "W22": -37.995950459676685, "S22": -38.415237818520175, "W31": -66.189657455121051, "S31": -67.473250042149715, "W32": -96.950284923976511, "S32": -101.95028492397651 }, "geometry": { "type": "Point", "coordinates": [ 106013.0, 498387.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4526330919464563, "S12": -4.8238715121975257, "W13": -19.999999999999996, "S13": -20.520727467237226, "W21": -41.388483203105125, "S21": -42.277960949439056, "W22": -40.0, "S22": -40.0, "W31": -52.090834910328304, "S31": -52.108701592103074, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106013.0, 498651.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37598934391976596, "S11": -0.37598934391976596, "W12": -10.008518925283909, "S12": -10.086306956062757, "W13": -14.998062841386357, "S13": -18.158827147963553, "W21": -35.867659039251997, "S21": -35.867659039251997, "W22": -40.0, "S22": -40.0, "W31": -74.721013768768884, "S31": -77.003294056304028, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106013.0, 499817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7515817568097969, "W12": -10.400915607437568, "S12": -10.826935435381323, "W13": -27.662313811603077, "S13": -27.662313811603077, "W21": -33.862579087324633, "S21": -33.862579087324633, "W22": -39.609656218316829, "S22": -39.609656218316829, "W31": -59.916903779073138, "S31": -60.236276012295185, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106013.0, 507841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7660118507192921, "S12": -6.7660118507192921, "W13": -20.0, "S13": -26.275757780045396, "W21": -42.673783475594036, "S21": -42.996527842826865, "W22": -39.503667555813202, "S22": -39.503667555813202, "W31": -73.623254922381463, "S31": -74.844845046747594, "W32": -93.369608749517752, "S32": -98.369608749517752 }, "geometry": { "type": "Point", "coordinates": [ 106013.8, 519556.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4602567394094994, "S11": 0.4602567394094994, "W12": -4.5402991464677047, "S12": -4.5402991464677047, "W13": -14.855140620649113, "S13": -17.615581347164316, "W21": -41.443004384958435, "S21": -42.422205567936849, "W22": -39.464367104447909, "S22": -41.260384632375974, "W31": -70.411838946552166, "S31": -71.098676083378038, "W32": -90.433388263585229, "S32": -95.433388263585229 }, "geometry": { "type": "Point", "coordinates": [ 106014.0, 498945.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.92108695652173911, "S11": 0.92108695652173911, "W12": -3.7773917525773197, "S12": -4.3661515316845447, "W13": -14.610502136110915, "S13": -17.696790312514413, "W21": -40.739431242629706, "S21": -41.439832645426854, "W22": -42.5, "S22": -48.986561178330369, "W31": -80.0, "S31": -80.0, "W32": -93.087139992748533, "S32": -98.087139992748533 }, "geometry": { "type": "Point", "coordinates": [ 106014.0, 499089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36369079955425559, "S11": -0.36369079955425559, "W12": -10.29351569841827, "S12": -10.321883437185033, "W13": -15.0, "S13": -18.182866040504567, "W21": -35.587618296300533, "S21": -35.587618296300533, "W22": -39.280368670625101, "S22": -45.063292426138652, "W31": -80.0, "S31": -80.0, "W32": -93.096163153062292, "S32": -98.096163153062292 }, "geometry": { "type": "Point", "coordinates": [ 106014.0, 499859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68735010936013075, "S11": -0.68735010936013075, "W12": -10.091110464459732, "S12": -20.134977013288694, "W13": -23.693145341396431, "S13": -23.693145341396431, "W21": -32.592997839532266, "S21": -33.48882022420873, "W22": -36.209163138100962, "S22": -36.209163138100962, "W31": -70.743399585386115, "S31": -72.267529131523546, "W32": -91.020684719296895, "S32": -96.020684719296895 }, "geometry": { "type": "Point", "coordinates": [ 106014.2, 510314.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78794826939897544, "S11": -2.5811564853688265, "W12": -9.2472510533347041, "S12": -9.2472510533347041, "W13": -20.0, "S13": -20.441641408253673, "W21": -33.311258278145694, "S21": -38.327213567628775, "W22": -44.128045128759929, "S22": -44.135087396105781, "W31": -72.964984158404391, "S31": -72.964984158404391, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106015.0, 506385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.99946995797524, "S12": -7.99946995797524, "W13": -23.698842472998344, "S13": -23.698842472998344, "W21": -31.0976266453929, "S21": -31.0976266453929, "W22": -30.000000000000004, "S22": -38.914652195362606, "W31": -70.0, "S31": -70.0, "W32": -92.075821558375011, "S32": -97.075821558375011 }, "geometry": { "type": "Point", "coordinates": [ 106015.0, 507335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.739545645469256, "S12": -13.65546464059871, "W13": -23.85593220338983, "S13": -23.85593220338983, "W21": -30.0, "S21": -30.0, "W22": -41.664206637407489, "S22": -41.664206637407489, "W31": -71.530845044314319, "S31": -71.530845044314319, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106015.0, 508390.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24900745078277953, "S11": -0.39226855597232224, "W12": -10.205444969363484, "S12": -10.205444969363484, "W13": -17.807060001535323, "S13": -34.61756542592866, "W21": -40.671922556963892, "S21": -40.671922556963892, "W22": -50.0, "S22": -50.0, "W31": -74.650593335076451, "S31": -77.467778594856611, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106015.0, 514145.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22079849632373272, "S11": -0.36141684595350476, "W12": -4.7093306600863665, "S12": -4.7093306600863665, "W13": -13.271719965427831, "S13": -13.271719965427831, "W21": -40.000000000000007, "S21": -42.044303797468359, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106016.0, 497378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24203976838196231, "S11": -0.24203976838196231, "W12": -5.0, "S12": -7.4438416444274491, "W13": -17.914381772691709, "S13": -21.097814670818924, "W21": -29.999999999999996, "S21": -32.667467599113174, "W22": -40.0, "S22": -40.0, "W31": -51.787487629993578, "S31": -51.787487629993578, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106016.0, 503105.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -23.328999711319714, "S13": -23.328999711319714, "W21": -29.363659105286033, "S21": -29.363659105286033, "W22": -39.632577078864465, "S22": -41.276924478054475, "W31": -70.195163095981542, "S31": -71.057788585690403, "W32": -90.451619490433842, "S32": -95.451619490433842 }, "geometry": { "type": "Point", "coordinates": [ 106016.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85682560781464945, "S11": -0.85682560781464945, "W12": -8.3242401561714132, "S12": -18.566419280080126, "W13": -21.791597414149891, "S13": -21.791597414149891, "W21": -30.384024639423075, "S21": -30.384024639423075, "W22": -35.249599824455537, "S22": -35.249599824455537, "W31": -70.529255874649678, "S31": -72.391522544463697, "W32": -91.182368365642603, "S32": -96.182368365642603 }, "geometry": { "type": "Point", "coordinates": [ 106016.0, 510017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3940600477889458, "S12": -4.3940600477889458, "W13": -16.866684316445362, "S13": -16.866684316445362, "W21": -40.441393907289701, "S21": -40.560641100771761, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106016.142857142855064, 523084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.026671683550413036, "S11": -0.026671683550413036, "W12": -4.4459431169404811, "S12": -4.4459431169404811, "W13": -13.612285240678611, "S13": -13.612285240678611, "W21": -39.974600789094069, "S21": -40.444273654669402, "W22": -32.084557573928834, "S22": -36.298568645436447, "W31": -70.0, "S31": -72.935612349347366, "W32": -91.330480887507946, "S32": -96.330480887507946 }, "geometry": { "type": "Point", "coordinates": [ 106016.333333333328483, 497599.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6885925236585928, "S12": -7.0613929677329796, "W13": -15.0, "S13": -15.0, "W21": -40.92319083145189, "S21": -40.92319083145189, "W22": -35.814741744184808, "S22": -39.153267300389182, "W31": -70.707713522109188, "S31": -70.707713522109188, "W32": -93.294832336663987, "S32": -98.294832336663987 }, "geometry": { "type": "Point", "coordinates": [ 106016.571428571434808, 524553.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95463917252353803, "S11": -1.355577833353373, "W12": -10.0, "S12": -13.650071562942419, "W13": -19.8923496193941, "S13": -20.801297167363025, "W21": -29.408900400080618, "S21": -29.408900400080618, "W22": -29.999999999999996, "S22": -38.760181790433464, "W31": -70.0, "S31": -70.0, "W32": -92.102582108389711, "S32": -97.102582108389711 }, "geometry": { "type": "Point", "coordinates": [ 106017.0, 504240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8207910937442402, "S11": -2.5039278947281076, "W12": -10.0, "S12": -11.419882073031964, "W13": -21.820665058651329, "S13": -21.974337243309758, "W21": -35.489692649001668, "S21": -40.52030758044905, "W22": -39.063534818309265, "S22": -39.063534818309265, "W31": -61.71616727332141, "S31": -62.182649947114953, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106017.0, 506322.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.88686779059449861, "W12": -8.7860144625752472, "S12": -8.7860144625752472, "W13": -23.779648605632246, "S13": -23.779648605632246, "W21": -31.544307779420553, "S21": -31.544307779420553, "W22": -37.615234340167795, "S22": -40.428412352349916, "W31": -69.237535221787041, "S31": -69.237535221787041, "W32": -95.319228324536567, "S32": -100.31922832453657 }, "geometry": { "type": "Point", "coordinates": [ 106017.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71553676033853475, "S11": -0.71553676033853475, "W12": -8.9387273564237439, "S12": -19.140420523447787, "W13": -22.385504775495654, "S13": -22.385504775495654, "W21": -30.401484901419298, "S21": -30.401484901419298, "W22": -40.931644987346289, "S22": -40.940710703657935, "W31": -72.728675883519941, "S31": -72.728675883519941, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106017.0, 510110.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -51.84077269859992, "S31": -51.84077269859992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106017.126436781603843, 530027.681992337107658 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.3021430086984189, "S12": -7.0290100824422623, "W13": -21.682088977653372, "S13": -21.682088977653372, "W21": -26.680377650087109, "S21": -29.475713375355866, "W22": -37.903651763753487, "S22": -42.065569926579279, "W31": -77.386714208200914, "S31": -77.386714208200914, "W32": -93.040079842430174, "S32": -98.040079842430174 }, "geometry": { "type": "Point", "coordinates": [ 106017.333333333328483, 506729.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6639319470699787, "W12": -10.049925652658452, "S12": -10.778993324634836, "W13": -26.162226584877427, "S13": -26.162226584877427, "W21": -31.08483051624539, "S21": -31.08483051624539, "W22": -41.473530693629975, "S22": -41.482950423207534, "W31": -72.6863810535271, "S31": -72.6863810535271, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106017.4, 508027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.032645119794166358, "S11": -0.032645119794166358, "W12": -4.4477545997527255, "S12": -4.4477545997527255, "W13": -13.611962862500793, "S13": -13.611962862500793, "W21": -39.975579987250214, "S21": -40.428946681164142, "W22": -38.725913275528185, "S22": -39.485128322189219, "W31": -63.137100946744489, "S31": -63.137100946744489, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106017.962962962963502, 497602.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1452792553191489, "W12": -10.0, "S12": -10.0, "W13": -18.448977510192357, "S13": -21.45052256386138, "W21": -30.0, "S21": -30.0, "W22": -39.532533052896888, "S22": -39.532533052896888, "W31": -60.001680689720622, "S31": -60.321092151583258, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 503677.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79, "S11": 0.79, "W12": -8.2, "S12": -9.2, "W13": -21.200001, "S13": -22.200001, "W21": -27.721218182397966, "S21": -31.63738652911475, "W22": -39.928716766045, "S22": -39.928716766045, "W31": -74.284438754103178, "S31": -76.041789906019318, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20601719197707724, "S11": -4.793982808022923, "W12": -7.3212614935607716, "S12": -8.5538692406883232, "W13": -22.672587967973495, "S13": -22.672587967973495, "W21": -26.483248663866249, "S21": -27.184609902836534, "W22": -39.063499273078129, "S22": -39.063499273078129, "W31": -61.721529308650496, "S31": -62.182807287209123, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40463348414589784, "S11": 0.40463348414589784, "W12": -5.8062588515489235, "S12": -5.8062588515489235, "W13": -20.0, "S13": -20.0, "W21": -42.096068722427589, "S21": -42.794214420613706, "W22": -37.885924866125393, "S22": -42.025998121083795, "W31": -77.334470196108825, "S31": -77.334470196108825, "W32": -93.056663009425108, "S32": -98.056663009425108 }, "geometry": { "type": "Point", "coordinates": [ 106018.142857142855064, 521010.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11878955803652669, "S11": 0.1187895580365271, "W12": -4.5531282066423584, "S12": -4.5531282066423584, "W13": -14.716867527534006, "S13": -14.716867527534006, "W21": -40.323270829970149, "S21": -40.455887317425322, "W22": -39.111981407138316, "S22": -39.111981407138316, "W31": -61.614605189769193, "S31": -61.98869787965895, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106018.666666666671517, 497943.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0094949927029333, "S12": -5.0094949927029333, "W13": -17.07974962849552, "S13": -18.03385498378243, "W21": -41.211439637061801, "S21": -41.904215174696212, "W22": -46.823344082399331, "S22": -46.829669760494312, "W31": -73.723954080623685, "S31": -73.723954080623685, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106019.0, 498539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40062004822597308, "S11": 0.40062004822597308, "W12": -10.370638034276276, "S12": -10.370638034276276, "W13": -16.869642297387717, "S13": -21.843951632525851, "W21": -35.292883010317858, "S21": -35.292883010317858, "W22": -36.164949222573945, "S22": -39.395218900663806, "W31": -69.942993374674117, "S31": -69.942993374674117, "W32": -93.447476329590657, "S32": -98.447476329590657 }, "geometry": { "type": "Point", "coordinates": [ 106019.0, 500852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6926347360018923, "S12": -7.6926347360018923, "W13": -16.808402590739355, "S13": -29.273361922615152, "W21": -42.493812461199582, "S21": -42.975745743358523, "W22": -37.78920312707659, "S22": -38.238688003770157, "W31": -67.650305468920592, "S31": -67.650305468920592, "W32": -95.877765022171516, "S32": -100.87776502217152 }, "geometry": { "type": "Point", "coordinates": [ 106019.0, 518154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11851159878996285, "S11": -0.11851159878996285, "W12": -4.9700386669404963, "S12": -4.9700386669404963, "W13": -16.181083137465098, "S13": -16.181083137465098, "W21": -35.991698068579787, "S21": -35.991698068579787, "W22": -39.068319150445106, "S22": -39.068319150445106, "W31": -61.714842013935019, "S31": -62.165491050693127, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106019.2, 496869.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44326792591234188, "S11": 0.44326792591234188, "W12": -4.5468547432567039, "S12": -4.5468547432567039, "W13": -14.888215092354816, "S13": -17.507692339929843, "W21": -41.492978562792487, "S21": -42.477696066557101, "W22": -40.0, "S22": -40.0, "W31": -59.704728863413536, "S31": -59.704728863413536, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 498941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29684170652019515, "S11": -0.29684170652019515, "W12": -9.5196404196941913, "S12": -11.58696240482965, "W13": -15.0, "S13": -18.028499846396397, "W21": -37.220896734659561, "S21": -37.220896734659561, "W22": -40.0, "S22": -46.002282266321664, "W31": -80.0, "S31": -80.0, "W32": -93.11446604724766, "S32": -98.11446604724766 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 499549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -1.0, "W12": -11.434315495026453, "S12": -12.109099016863615, "W13": -26.56495994240467, "S13": -26.621698769220298, "W21": -32.496362242096794, "S21": -32.496362242096794, "W22": -39.024656893751931, "S22": -39.024656893751931, "W31": -61.842698660518352, "S31": -62.340434921967194, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 505480.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.8544694007456579, "S12": -8.1514757915966509, "W13": -21.420277196576016, "S13": -21.897938793534191, "W21": -27.171747422795519, "S21": -30.556399168339116, "W22": -38.370067119801753, "S22": -40.077593004044651, "W31": -64.529612911563717, "S31": -64.529612911563717, "W32": -99.389523390609995, "S32": -104.38952339060999 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 506693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1171251109139309, "W12": -9.3338116945241705, "S12": -9.3338116945241705, "W13": -23.831054783103259, "S13": -23.831054783103259, "W21": -31.788920695838183, "S21": -31.788920695838183, "W22": -38.548939572475291, "S22": -38.548939572475291, "W31": -72.539096758414559, "S31": -73.048407074408189, "W32": -90.871457774486174, "S32": -95.871457774486174 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 507404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999998388, "S11": 2.4999999999998388, "W12": -5.5023037002769577, "S12": -5.5023037002769577, "W13": -20.0, "S13": -20.0, "W21": -40.276905319460454, "S21": -41.047777527406616, "W22": -35.990948213885751, "S22": -39.255262474038858, "W31": -70.0, "S31": -70.0, "W32": -93.377665754568014, "S32": -98.377665754568014 }, "geometry": { "type": "Point", "coordinates": [ 106020.0, 521470.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4764851510496673, "S12": -4.513006944839363, "W13": -20.0, "S13": -21.202801606349357, "W21": -41.460288950389774, "S21": -42.393723475730653, "W22": -35.738173553165751, "S22": -39.061465641674758, "W31": -71.034847796959184, "S31": -71.034847796959184, "W32": -93.324347275864596, "S32": -98.324347275864596 }, "geometry": { "type": "Point", "coordinates": [ 106020.5, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10070483446514455, "S11": -0.10070483446514455, "W12": -4.8802032453528108, "S12": -4.8802032453528108, "W13": -15.182585889505713, "S13": -15.182585889505713, "W21": -36.176173347315995, "S21": -36.176173347315995, "W22": -38.980994637058714, "S22": -38.980994637058714, "W31": -62.022696224822312, "S31": -62.462629093265278, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106020.6, 496912.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8696847682870379, "S12": -8.1789729672389768, "W13": -23.027212357548219, "S13": -23.027212357548219, "W21": -28.178364984854884, "S21": -28.178364984854884, "W22": -38.459658943659257, "S22": -39.307366440478532, "W31": -70.59849631405757, "S31": -72.460115182308797, "W32": -90.545651668062632, "S32": -95.545651668062632 }, "geometry": { "type": "Point", "coordinates": [ 106020.6, 507077.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7190454851071033, "S12": -7.7190454851071033, "W13": -16.707611312353585, "S13": -28.962584985279229, "W21": -42.568857011974636, "S21": -42.729631322414001, "W22": -40.0, "S22": -40.0, "W31": -56.187655477186922, "S31": -56.489857767537011, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106020.75, 518114.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090533278214138091, "S11": -1.8789751659633847, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.728001865236653, "W21": -29.802014947699163, "S21": -34.629984657950281, "W22": -38.937332380365504, "S22": -39.017361966588929, "W31": -62.202693789126279, "S31": -62.584823264563369, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106021.0, 506495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89408923053193612, "S11": -0.89408923053193612, "W12": -11.851906005221933, "S12": -21.249305486785428, "W13": -25.823352343947072, "S13": -25.823352343947072, "W21": -38.914473652641291, "S21": -39.030566812921293, "W22": -40.0, "S22": -40.0, "W31": -51.590710486872055, "S31": -51.590710486872055, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106021.0, 510789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19125725907711619, "S11": 0.19125725907711619, "W12": -4.7031391695337375, "S12": -4.7031391695337375, "W13": -13.200220671364209, "S13": -13.200220671364209, "W21": -36.5434250699751, "S21": -37.140247111416343, "W22": -40.0, "S22": -45.969202385937905, "W31": -80.0, "S31": -80.0, "W32": -93.126592804901691, "S32": -98.126592804901691 }, "geometry": { "type": "Point", "coordinates": [ 106021.5625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5307242093970306, "S12": -4.5545756050684849, "W13": -18.980947806595708, "S13": -19.28986569403472, "W21": -41.321550320478408, "S21": -42.077038671732872, "W22": -38.555164105338775, "S22": -39.450558472630462, "W31": -70.560220875139009, "S31": -72.343720792698406, "W32": -90.544118160625089, "S32": -95.544118160625089 }, "geometry": { "type": "Point", "coordinates": [ 106022.0, 498608.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3956022965361487, "S11": -0.3956022965361487, "W12": -10.0, "S12": -20.650724225917948, "W13": -22.845816104052325, "S13": -33.490505938414131, "W21": -39.71872874435082, "S21": -39.71872874435082, "W22": -38.893670123672329, "S22": -39.107492191403253, "W31": -62.382691353430033, "S31": -62.707017435861388, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106022.0, 511585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0745876655537216, "S12": -9.0745876655537216, "W13": -15.0, "S13": -24.042257712528517, "W21": -38.455861634277113, "S21": -38.455861634277113, "W22": -40.0, "S22": -40.0, "W31": -50.906228828757207, "S31": -50.906228828757207, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106022.0, 515712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82957778646134983, "S11": -0.82957778646134983, "W12": -5.0, "S12": -5.0, "W13": -16.519783793616437, "S13": -19.046784222978925, "W21": -29.232940457153727, "S21": -29.232940457153727, "W22": -38.850007866979119, "S22": -39.197622416217669, "W31": -62.562688917733986, "S31": -62.829211607159465, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106022.333333333328483, 501495.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7454562342123152, "S12": -7.7454562342123152, "W13": -16.606820033967818, "S13": -28.651808047943312, "W21": -42.643901562749697, "S21": -43.379544159359703, "W22": -40.0, "S22": -40.0, "W31": -52.188058820465635, "S31": -52.188058820465635, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106022.5, 518074.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44815331010452963, "S11": -2.5518466898954704, "W12": -4.4325432527979061, "S12": -7.5646120558137291, "W13": -14.985582129265802, "S13": -17.254420095544038, "W21": -41.666480893243452, "S21": -42.693837269027775, "W22": -39.143469169976285, "S22": -39.143469169976285, "W31": -61.559545828796061, "S31": -61.869858034584631, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106023.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.965203426124198, "S12": -9.965203426124198, "W13": -16.915943623235567, "S13": -21.915943623235567, "W21": -35.456186406656897, "S21": -35.456186406656897, "W22": -39.904547159426329, "S22": -39.904547159426329, "W31": -74.209594217275495, "S31": -75.903492974929179, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106023.0, 500875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32970072003181267, "S11": -0.36194819422825392, "W12": -9.8425140908444568, "S12": -15.308527548114183, "W13": -16.366390935118083, "S13": -32.282896897037233, "W21": -39.395923285467028, "S21": -39.395923285467028, "W22": -30.0, "S22": -31.623272581614263, "W31": -70.0, "S31": -71.574596546529591, "W32": -91.796285330293927, "S32": -96.796285330293927 }, "geometry": { "type": "Point", "coordinates": [ 106023.1, 513220.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5236466973886333, "S12": -5.1253033288177585, "W13": -20.0, "S13": -20.419599363163272, "W21": -41.381738357350208, "S21": -42.177550037309047, "W22": -32.278936650985393, "S22": -39.032552829971699, "W31": -70.0, "S31": -70.0, "W32": -92.629544350324252, "S32": -97.629544350324252 }, "geometry": { "type": "Point", "coordinates": [ 106024.0, 498646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5907349455407389, "S11": -1.5907349455407389, "W12": -9.8545655791399689, "S12": -20.049774257266044, "W13": -25.0, "S13": -25.260491071428572, "W21": -39.677418429425394, "S21": -43.026101342261754, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106024.0, 511036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26429574399330868, "S11": -0.26429574399330857, "W12": -9.8832411408815908, "S12": -12.486287067209521, "W13": -16.129999643661595, "S13": -25.852173735947595, "W21": -39.278500050530077, "S21": -39.278500050530077, "W22": -35.779099511542377, "S22": -39.09082118703941, "W31": -71.154515153864281, "S31": -71.154515153864281, "W32": -93.343421745254133, "S32": -98.343421745254133 }, "geometry": { "type": "Point", "coordinates": [ 106024.0, 513469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7718669833175271, "S12": -7.7718669833175271, "W13": -16.506028755582051, "S13": -28.341031110607396, "W21": -42.718946113524758, "S21": -43.923643204530897, "W22": -41.409395973154361, "S22": -47.687602595980735, "W31": -80.0, "S31": -80.0, "W32": -93.170425456165717, "S32": -98.170425456165717 }, "geometry": { "type": "Point", "coordinates": [ 106024.25, 518034.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5744967528787814, "S12": -8.5744967528787814, "W13": -15.0, "S13": -25.0, "W21": -40.486878347284168, "S21": -40.486878347284168, "W22": -40.0, "S22": -46.117003014491445, "W31": -80.0, "S31": -80.0, "W32": -93.257989179578786, "S32": -98.257989179578786 }, "geometry": { "type": "Point", "coordinates": [ 106024.285714285710128, 516717.928571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2105906508303104, "S12": -5.2105906508303104, "W13": -19.244797227751146, "S13": -19.244797227751146, "W21": -39.918647288238013, "S21": -40.615900738284132, "W22": -38.333841511519907, "S22": -39.981367017712905, "W31": -64.644911838880532, "S31": -64.76307436280598, "W32": -99.263727558407226, "S32": -104.26372755840723 }, "geometry": { "type": "Point", "coordinates": [ 106024.375, 521913.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1174197992061643, "S12": -5.1174197992061643, "W13": -15.477889854550369, "S13": -17.232990779007455, "W21": -41.116777730216072, "S21": -41.745238751721445, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106025.0, 498476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.661605349409012, "S12": -14.315056665695698, "W13": -15.72330218978002, "S13": -19.872996215178468, "W21": -30.619051855831472, "S21": -30.619051855831472, "W22": -38.085548947010068, "S22": -38.969640150964288, "W31": -65.64106510797204, "S31": -66.577836402313949, "W32": -97.800956968163874, "S32": -102.80095696816387 }, "geometry": { "type": "Point", "coordinates": [ 106025.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3484501183238617, "S11": -2.3038310453351709, "W12": -8.6584487586218959, "S12": -19.082167428883743, "W13": -24.207291014042461, "S13": -34.846530322307594, "W21": -39.703599718993281, "S21": -39.703599718993281, "W22": -39.270869796267036, "S22": -39.270869796267036, "W31": -60.556247107374247, "S31": -60.845593471527877, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106025.0, 511237.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46765778912805589, "S11": -0.46765778912805589, "W12": -3.7424614880367701, "S12": -9.7885697790691157, "W13": -26.575053528491615, "S13": -26.575053528491615, "W21": -40.863320524877473, "S21": -43.890011718584297, "W22": -30.000000000000004, "S22": -39.914499579418859, "W31": -70.0, "S31": -70.187027256562004, "W32": -92.094073181514773, "S32": -97.094073181514773 }, "geometry": { "type": "Point", "coordinates": [ 106025.333333333328483, 506062.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53034216359765596, "S11": -3.530342163597656, "W12": -10.0, "S12": -12.641763363915377, "W13": -18.757525780687544, "S13": -21.493200310450064, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -46.038769868873899, "W31": -80.0, "S31": -80.0, "W32": -93.190526913293013, "S32": -98.190526913293013 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 503794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1009651385306598, "W12": -10.297342348146289, "S12": -10.704736493701745, "W13": -25.162858964234054, "S13": -25.162858964234054, "W21": -30.0, "S21": -30.0, "W22": -38.208514253520306, "S22": -42.349214989623889, "W31": -78.279823269513983, "S31": -78.279823269513983, "W32": -93.137027587939031, "S32": -98.137027587939031 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 508141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7209452208181248, "S11": -1.7209452208181248, "W12": -9.5071870129283411, "S12": -19.810773949857897, "W13": -24.89423292782817, "S13": -25.646155732527834, "W21": -39.692804002744374, "S21": -42.576286461387475, "W22": -48.234117006065844, "S22": -48.93759794640826, "W31": -72.997407568252854, "S31": -72.997407568252854, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 511063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14856610421360439, "S11": -0.14856610421360439, "W12": -10.061363340169697, "S12": -10.061363340169697, "W13": -20.0, "S13": -20.0, "W21": -39.987646511433383, "S21": -39.987646511433383, "W22": -40.504907343726011, "S22": -40.513514320307671, "W31": -72.72499109225447, "S31": -72.72499109225447, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 512117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.798277732422739, "S12": -7.798277732422739, "W13": -16.40523747719628, "S13": -28.030254173271473, "W21": -42.766290182450042, "S21": -44.016890662834349, "W22": -44.680891950407144, "S22": -44.6845675926781, "W31": -73.506003934458235, "S31": -74.439553887679665, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.0, 517995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52782997762886308, "W12": -7.8918209467564022, "S12": -7.8918209467564022, "W13": -23.602398697699257, "S13": -23.602398697699257, "W21": -31.033157159952381, "S21": -31.033157159952381, "W22": -49.041280690709591, "S22": -49.041280690709591, "W31": -74.717604298267474, "S31": -77.177785421706318, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106026.666666666671517, 507330.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33699224871615596, "S11": -0.33699224871615596, "W12": -10.0, "S12": -11.299688324142892, "W13": -14.981813264010459, "S13": -18.05421755804986, "W21": -36.531367137318497, "S21": -36.531367137318497, "W22": -38.655904294284916, "S22": -38.655904294284916, "W31": -72.328525481820975, "S31": -72.701471176112989, "W32": -90.87394996944218, "S32": -95.87394996944218 }, "geometry": { "type": "Point", "coordinates": [ 106027.0, 499626.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.1598141925281515, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.414481409001958, "W21": -29.339586554960768, "S21": -34.136477024287601, "W22": -30.0, "S22": -33.887482336315237, "W31": -70.0, "S31": -71.211688695477363, "W32": -91.946764763131682, "S32": -96.946764763131682 }, "geometry": { "type": "Point", "coordinates": [ 106027.0, 506529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51770632774353686, "S11": -0.51770632774353686, "W12": -6.0608505893531275, "S12": -6.0608505893531275, "W13": -20.0, "S13": -30.0, "W21": -41.592641221060838, "S21": -42.213999261217339, "W22": -35.972923905126926, "S22": -39.203457422031363, "W31": -70.097357359552618, "S31": -70.097357359552618, "W32": -93.425236758366566, "S32": -98.425236758366566 }, "geometry": { "type": "Point", "coordinates": [ 106027.0, 520626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.099476439790575882, "S11": -0.099476439790575882, "W12": -5.0, "S12": -9.3523176307165308, "W13": -14.749470161366045, "S13": -17.7924098327263, "W21": -39.387795554944809, "S21": -39.655299711604691, "W22": -40.0, "S22": -40.0, "W31": -51.315406687123911, "S31": -51.315406687123911, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106028.0, 499323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3046072140083245, "S11": -1.3046072140083245, "W12": -10.816939391088031, "S12": -20.62179189419264, "W13": -25.443907431936502, "S13": -25.588837278875332, "W21": -39.699002064262636, "S21": -44.273736524385015, "W22": -39.142959604309695, "S22": -39.142959604309695, "W31": -61.504486467822922, "S31": -61.751018189510297, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106028.571428571434808, 510959.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3346663601975832, "S12": -4.3484564719780749, "W13": -16.698452286342416, "S13": -16.698452286342416, "W21": -40.100807576007838, "S21": -40.100807576007838, "W22": -38.863767025227375, "S22": -39.147543229391999, "W31": -62.462511459874548, "S31": -62.817957442389122, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106028.714285714289872, 523177.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45594107035478049, "S11": -0.45594107035478049, "W12": -5.8371436798157212, "S12": -5.8371436798157212, "W13": -16.833565331208742, "S13": -20.889639789474312, "W21": -31.255981664700013, "S21": -31.255981664700013, "W22": -41.269326364918641, "S22": -41.27842462175478, "W31": -72.662799294307419, "S31": -72.662799294307419, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 501350.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53908967729688306, "S11": -2.5390896772968827, "W12": -10.425055716139115, "S12": -11.713224757424934, "W13": -24.541203385952869, "S13": -24.932114122871212, "W21": -30.510904070957857, "S21": -30.510904070957857, "W22": -39.550894345921044, "S22": -41.197767963346578, "W31": -70.289578138562547, "S31": -70.919545185539732, "W32": -90.52133949846872, "S32": -95.52133949846872 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 505152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4448436179205402, "S12": -10.705753600877715, "W13": -26.095856603936362, "S13": -26.095856603936362, "W21": -35.5525322302598, "S21": -35.5525322302598, "W22": -50.0, "S22": -50.0, "W31": -74.724752911874887, "S31": -77.242940888277545, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 505611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8838942750764921, "S11": -2.883894275076492, "W12": -10.0, "S12": -10.337436640115858, "W13": -21.41618735440246, "S13": -21.466741614377543, "W21": -34.768801256325247, "S21": -39.876440979800634, "W22": -40.0, "S22": -40.0, "W31": -74.648992034448284, "S31": -76.934955296774746, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 506334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3494025822796763, "S11": -0.3494025822796763, "W12": -10.023316056411847, "S12": -15.577942859963457, "W13": -16.642238316678228, "S13": -16.642238316678228, "W21": -39.638948902000017, "S21": -39.638948902000017, "W22": -30.0, "S22": -38.489119902893805, "W31": -70.0, "S31": -70.0, "W32": -92.197490328560065, "S32": -97.197490328560065 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 513084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4401536525883092, "S12": -9.4883969275816913, "W13": -15.0, "S13": -22.446888483019663, "W21": -39.239796667672323, "S21": -39.239796667672323, "W22": -39.708357542923878, "S22": -41.218957615942593, "W31": -70.162894313101845, "S31": -70.969236666909097, "W32": -90.532101829453481, "S32": -95.532101829453481 }, "geometry": { "type": "Point", "coordinates": [ 106029.0, 515255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48775768897191274, "S11": 0.48775768897191274, "W12": -5.7914158406838228, "S12": -7.3204787810314036, "W13": -21.581692933963335, "S13": -21.581692933963335, "W21": -26.503493284936191, "S21": -29.42897451963065, "W22": -40.0, "S22": -45.95038539461919, "W31": -80.0, "S31": -80.0, "W32": -93.196546605372021, "S32": -98.196546605372021 }, "geometry": { "type": "Point", "coordinates": [ 106029.75, 506726.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.0607747571353263, "S12": -6.6081724586213078, "W13": -14.626106139124467, "S13": -17.713359616392477, "W21": -40.39273962942454, "S21": -40.936692760861384, "W22": -45.356037720412957, "S22": -45.36378190583271, "W31": -73.24168515991586, "S31": -73.24168515991586, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 499174.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48629616707371787, "S11": -2.8887094233014756, "W12": -10.0, "S12": -12.050878301861895, "W13": -23.450318323182024, "S13": -23.751483310587567, "W21": -30.049843730723687, "S21": -30.049843730723687, "W22": -39.523756604162429, "S22": -39.523756604162429, "W31": -59.845564216689709, "S31": -60.198892342901495, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 504999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.024822695035461084, "S11": -2.0248226950354611, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.572790860340405, "W21": -29.562082839007847, "S21": -34.421886857026379, "W22": -38.706329047337377, "S22": -38.987533721995199, "W31": -72.229424597739296, "S31": -72.551342557276897, "W32": -90.877248108575159, "S32": -95.877248108575159 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 506508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0399667262994494, "S11": -1.1355318192894128, "W12": -7.3555733246950314, "S12": -17.637796865819247, "W13": -21.024830867625312, "S13": -21.024830867625312, "W21": -30.367704537274101, "S21": -30.367704537274101, "W22": -41.107364238039935, "S22": -47.340957142100635, "W31": -80.0, "S31": -80.0, "W32": -93.181507432760057, "S32": -98.181507432760057 }, "geometry": { "type": "Point", "coordinates": [ 106030.0, 509885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33628075994618001, "S11": 0.3362807599461789, "W12": -4.8050606621427177, "S12": -4.8050606621427177, "W13": -13.14513396715642, "S13": -13.14513396715642, "W21": -40.0, "S21": -42.534979136070106, "W22": -40.0, "S22": -46.047177356981436, "W31": -80.0, "S31": -80.0, "W32": -93.282765956517366, "S32": -98.282765956517366 }, "geometry": { "type": "Point", "coordinates": [ 106030.666666666671517, 497327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1908041669789422, "S11": 0.1908041669789422, "W12": -11.207425996812754, "S12": -11.207425996812754, "W13": -16.754999955331495, "S13": -21.662610757809333, "W21": -34.753558845145186, "S21": -34.753558845145186, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106030.666666666671517, 500805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.5952240932592758, "S12": -4.5952240932592758, "W13": -18.579879463198413, "S13": -18.907199458937331, "W21": -41.294536851445415, "S21": -42.024798240805922, "W22": -40.0, "S22": -45.927757844657485, "W31": -80.0, "S31": -80.0, "W32": -93.20082381145788, "S32": -98.20082381145788 }, "geometry": { "type": "Point", "coordinates": [ 106030.78947368421359, 498589.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13484638578761876, "S11": 0.13484638578761876, "W12": -4.5854554251492328, "S12": -4.5854554251492328, "W13": -14.739112506625833, "S13": -14.739112506625833, "W21": -40.37349742377652, "S21": -40.519380040263968, "W22": -38.906855507863042, "S22": -39.622391576415772, "W31": -71.827558420105959, "S31": -71.881856237920232, "W32": -90.790735706307544, "S32": -95.790735706307544 }, "geometry": { "type": "Point", "coordinates": [ 106030.8, 497968.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61735478927203069, "S11": 0.61735478927203069, "W12": -4.693763573883162, "S12": -4.693763573883162, "W13": -14.764502954735311, "S13": -17.764502954735313, "W21": -41.352478745838972, "S21": -42.256353495405321, "W22": -38.674084853874092, "S22": -39.53888286516824, "W31": -63.244047673078221, "S31": -63.244047673078221, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106031.0, 498977.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23004164410166392, "S11": 0.23004164410166392, "W12": -5.0, "S12": -5.0, "W13": -16.891160225301604, "S13": -17.463200870178991, "W21": -29.936012167680641, "S21": -30.642485477471901, "W22": -37.792839249412431, "S22": -37.849255552564181, "W31": -67.245312311030673, "S31": -67.245312311030673, "W32": -96.159967528220363, "S32": -101.15996752822036 }, "geometry": { "type": "Point", "coordinates": [ 106031.0, 501714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35037695618307291, "S11": -0.35037695618307291, "W12": -10.011704753769873, "S12": -15.575834886955223, "W13": -16.629479656539598, "S13": -16.629479656539601, "W21": -39.649994995179249, "S21": -39.649994995179249, "W22": -50.0, "S22": -50.00067333914938, "W31": -74.415527844276042, "S31": -76.888628137851512, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106031.0, 513087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6662743170562573, "S12": -7.6662743170562573, "W13": -16.925323661303747, "S13": -29.590821016879861, "W21": -42.381379275688097, "S21": -43.765495485300292, "W22": -40.0, "S22": -46.029225421762014, "W31": -80.0, "S31": -80.0, "W32": -93.288930410819049, "S32": -98.288930410819049 }, "geometry": { "type": "Point", "coordinates": [ 106031.666666666671517, 518195.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53642057791882414, "S11": -1.5670912890748738, "W12": -10.0, "S12": -14.157900820355682, "W13": -19.2333080655707, "S13": -21.388254454000943, "W21": -30.0, "S21": -30.0, "W22": -40.570469798657719, "S22": -46.715259708600257, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -93.224961667664104, "S32": -98.224961667664104 }, "geometry": { "type": "Point", "coordinates": [ 106032.0, 503977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72848924580419661, "S11": -0.72848924580419661, "W12": -8.7942881498972767, "S12": -18.982241894728034, "W13": -22.316926295516012, "S13": -22.316926295516012, "W21": -30.345337604356914, "S21": -30.345337604356914, "W22": -39.058982361063443, "S22": -39.058982361063443, "W31": -61.449427106849726, "S31": -61.632178344435893, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106032.0, 510103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38116769534922973, "S11": -0.38116769534922973, "W12": -10.0, "S12": -10.527499413692343, "W13": -14.982746868824991, "S13": -18.089719739465806, "W21": -36.31656186472663, "S21": -36.31656186472663, "W22": -37.7744459751924, "S22": -41.778754985086834, "W31": -77.005968529571348, "S31": -77.005968529571348, "W32": -93.157781332205317, "S32": -98.157781332205317 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 499686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -17.098450599312557, "S13": -22.325006957639964, "W21": -36.135970843483392, "S21": -36.135970843483392, "W22": -39.843534120781506, "S22": -39.843534120781506, "W31": -59.026971437257544, "S31": -59.467644437936514, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 500963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9014182181681869, "S11": -2.5911355964002682, "W12": -10.0, "S12": -10.243093169154035, "W13": -20.0, "S13": -20.0128901383254, "W21": -33.316549093900342, "S21": -38.476690725155095, "W22": -40.0, "S22": -40.0, "W31": -51.062522416610221, "S31": -51.062522416610221, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 506372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35085281320566197, "S11": -0.35085281320566197, "W12": -9.9921707005162688, "S12": -15.563723142247678, "W13": -16.605952001932774, "S13": -36.605952001932778, "W21": -39.653811969785693, "S21": -39.653811969785693, "W22": -38.067025450696164, "S22": -42.28123277982354, "W31": -77.864085840521682, "S31": -77.864085840521682, "W32": -93.180230878323343, "S32": -98.180230878323343 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 513095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47579775372473732, "S11": -0.47579775372473732, "W12": -9.7091821117900601, "S12": -9.7496086038222352, "W13": -15.663517548094754, "S13": -26.005053293552187, "W21": -39.58159621607102, "S21": -39.58159621607102, "W22": -30.0, "S22": -39.025210024383057, "W31": -70.0, "S31": -70.0, "W32": -92.184481727858497, "S32": -97.184481727858497 }, "geometry": { "type": "Point", "coordinates": [ 106033.0, 515079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52310267857142856, "S11": 0.52310267857142845, "W12": -4.531957153829274, "S12": -4.531957153829274, "W13": -20.0, "S13": -21.998639593184897, "W21": -41.535944631755761, "S21": -42.478607353649252, "W22": -39.009206539637184, "S22": -39.009206539637184, "W31": -61.110813525027879, "S31": -61.372713793069529, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106033.25, 498741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.070737465337630145, "S11": 0.070737465337630145, "W12": -11.638521375731587, "S12": -11.638521375731587, "W13": -16.69712912560724, "S13": -21.57154418722423, "W21": -34.501998677952066, "S21": -34.501998677952066, "W22": -39.44120655031967, "S22": -39.44120655031967, "W31": -73.580886935203921, "S31": -74.743822397647477, "W32": -94.419938316197204, "S32": -99.419938316197204 }, "geometry": { "type": "Point", "coordinates": [ 106033.25, 500779.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.201285730020702, "S11": 2.201285730020702, "W12": -4.4057651754255236, "S12": -4.4057651754255236, "W13": -16.903316883868651, "S13": -16.903316883868651, "W21": -40.363749256533211, "S21": -40.458905377404719, "W22": -35.930190434689067, "S22": -39.215108229478716, "W31": -71.596620417021938, "S31": -71.596620417021938, "W32": -93.392011153844336, "S32": -98.392011153844336 }, "geometry": { "type": "Point", "coordinates": [ 106033.5, 523080.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -4.5, "W12": -4.9673314900612757, "S12": -9.2261666359080383, "W13": -14.870429648389187, "S13": -15.872281533536352, "W21": -40.737510939200931, "S21": -41.110965240276201, "W22": -38.78530725351925, "S22": -39.29308706493989, "W31": -62.753049536915178, "S31": -63.058177208300158, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106034.0, 498213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2060439560439562, "S12": -10.648356614206421, "W13": -26.068701373463501, "S13": -26.068701373463501, "W21": -35.845197076632331, "S21": -35.845197076632331, "W22": -35.897584490836223, "S22": -39.17489993950759, "W31": -71.502821836466978, "S31": -71.502821836466978, "W32": -93.399890961416148, "S32": -98.399890961416148 }, "geometry": { "type": "Point", "coordinates": [ 106034.0, 505626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.770437201814675, "S12": -13.98115240304513, "W13": -23.834745762711865, "S13": -23.834745762711865, "W21": -30.0, "S21": -30.0, "W22": -48.222010850936798, "S22": -48.867571835543323, "W31": -72.995006159363555, "S31": -72.995006159363555, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106034.0, 508412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6166462621277552, "S11": -0.6166462621277552, "W12": -9.7119019386906196, "S12": -19.834016734218267, "W13": -23.25743597727956, "S13": -23.25743597727956, "W21": -31.553375593238588, "S21": -32.248710092685613, "W22": -38.310283793117563, "S22": -39.034469366242213, "W31": -70.57074224981406, "S31": -72.405516994521832, "W32": -90.612427545215212, "S32": -95.612427545215212 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93, "S11": -0.93, "W12": -12.08, "S12": -21.2299996, "W13": -26.030001, "S13": -26.030001, "W21": -39.73, "S21": -45.9200001, "W22": -50.0, "S22": -50.0, "W31": -74.580720183140144, "S31": -77.533329932576891, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.094531188478525319, "S11": -0.094531188478525319, "W12": -4.4673267752700569, "S12": -4.4673267752700569, "W13": -13.998591411441017, "S13": -13.998591411441017, "W21": -39.986277278809695, "S21": -40.260944864780811, "W22": -35.783551703884228, "S22": -39.013741024974728, "W31": -70.781127129750985, "S31": -70.781127129750985, "W32": -93.444721604408429, "S32": -98.444721604408429 }, "geometry": { "type": "Point", "coordinates": [ 106035.666666666671517, 497642.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1597294653280388, "S12": -5.1597294653280388, "W13": -14.940399758525238, "S13": -17.509808759646326, "W21": -40.9313756924141, "S21": -41.425880620729508, "W22": -37.563805167669521, "S22": -40.147482559640736, "W31": -69.078614115875567, "S31": -69.078614115875567, "W32": -95.455896788105051, "S32": -100.45589678810505 }, "geometry": { "type": "Point", "coordinates": [ 106035.8, 498343.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11725768321533306, "S11": -0.11725768321533303, "W12": -5.0, "S12": -5.1345761101878642, "W13": -20.0, "S13": -20.435919794823857, "W21": -29.521816191804206, "S21": -34.421909521556699, "W22": -38.293684071372141, "S22": -39.955651368341428, "W31": -64.733849577720704, "S31": -64.733849577720704, "W32": -99.262323363182418, "S32": -104.26232336318242 }, "geometry": { "type": "Point", "coordinates": [ 106035.8, 506506.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -50.692174907505532, "S31": -50.692174907505532, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106036.57894736842718, 530016.526315789436921 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0405575433149794, "S11": -1.0405575433149794, "W12": -7.3506465939798993, "S12": -17.622497183656726, "W13": -21.007700220969429, "S13": -21.007700220969429, "W21": -30.340907251081518, "S21": -30.340907251081518, "W22": -30.457606828395608, "S22": -35.798847865839178, "W31": -70.0, "S31": -72.009137016810854, "W32": -91.697863568355046, "S32": -96.697863568355046 }, "geometry": { "type": "Point", "coordinates": [ 106037.0, 509891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.152597152107699, "S12": -8.152597152107699, "W13": -15.466475337593952, "S13": -24.21957144960151, "W21": -42.051338604262853, "S21": -43.370842250719804, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106037.0, 517460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13259386944465268, "S11": -0.13259386944465268, "W12": -12.150488385373857, "S12": -12.150488385373857, "W13": -16.599274722708529, "S13": -21.41757567304834, "W21": -34.077372487530923, "S21": -34.077372487530923, "W22": -41.9040929304795, "S22": -41.9040929304795, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106037.5, 500737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10061893016144011, "S11": -0.10061893016144011, "W12": -4.4695911287853232, "S12": -4.4695911287853232, "W13": -14.090798120240381, "S13": -14.090798120240381, "W21": -39.987501276504894, "S21": -40.241786147898857, "W22": -41.393510596121274, "S22": -41.402568604474702, "W31": -72.627600281667398, "S31": -72.627600281667398, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106037.703703703708015, 497647.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1781595757819137, "S12": -8.1781595757819137, "W13": -15.40793801587618, "S13": -23.968952063171738, "W21": -41.974342654328076, "S21": -43.771775984033091, "W22": -39.712243823154928, "S22": -41.165529477425501, "W31": -70.148313735340423, "S31": -70.924918250299328, "W32": -90.568303435853935, "S32": -95.568303435853935 }, "geometry": { "type": "Point", "coordinates": [ 106038.5, 517421.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.092996233540307, "S12": -14.092996233540307, "W13": -16.262898030293307, "S13": -20.890182370836438, "W21": -32.69974630972073, "S21": -32.69974630972073, "W22": -36.06541111903509, "S22": -36.06541111903509, "W31": -70.606142462875567, "S31": -72.106938189005859, "W32": -91.110905743617252, "S32": -96.110905743617252 }, "geometry": { "type": "Point", "coordinates": [ 106039.0, 500584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -23.087292094069596, "S13": -23.087292094069596, "W21": -29.008068939667982, "S21": -29.008068939667982, "W22": -38.975005117817119, "S22": -38.975005117817119, "W31": -61.394367745876586, "S31": -61.587118591587057, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106039.2, 507158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26117082563883565, "S11": -0.26117082563883565, "W12": -7.6934538364734513, "S12": -10.560833481961836, "W13": -14.948948818035108, "S13": -17.94894881803511, "W21": -38.194195268030576, "S21": -38.194195268030576, "W22": -40.0, "S22": -45.732635144130185, "W31": -80.0, "S31": -80.0, "W32": -93.23419191711892, "S32": -98.23419191711892 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 499461.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -20.026454959118169, "S13": -20.05752432328002, "W21": -29.050400478692179, "S21": -33.907266946134477, "W22": -38.693476313986075, "S22": -38.693476313986075, "W31": -72.895279464514743, "S31": -73.637553996844346, "W32": -92.335866062305129, "S32": -97.335866062305129 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 506541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2037219994561301, "S12": -8.2037219994561301, "W13": -15.34940069415841, "S13": -23.718332676741969, "W21": -41.8973467043933, "S21": -44.172709717346386, "W22": -46.87733222404956, "S22": -46.883964714857498, "W31": -73.539676950590788, "S31": -73.539676950590788, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 517383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0731132735507307, "S12": -7.0731132735507307, "W13": -19.242947241062836, "S13": -29.961591687108715, "W21": -41.950410947536767, "S21": -42.754680900503359, "W22": -40.0, "S22": -40.0, "W31": -53.427852402782676, "S31": -53.427852402782676, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106040.0, 519095.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14776980957812347, "S11": 0.14776980957812347, "W12": -4.6109397030672401, "S12": -4.6109397030672401, "W13": -14.756701071912349, "S13": -14.757215284681367, "W21": -40.413269770251944, "S21": -40.569772906452648, "W22": -40.0, "S22": -40.0, "W31": -50.799506876129293, "S31": -50.799506876129293, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106040.333333333328483, 497988.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1338591967868883, "S12": -6.1338591967868883, "W13": -20.0, "S13": -31.721660692248722, "W21": -40.495943132045596, "S21": -41.078798562988879, "W22": -31.962684154371747, "S22": -36.252322241403199, "W31": -70.0, "S31": -72.919839590005068, "W32": -91.431270822628491, "S32": -96.431270822628491 }, "geometry": { "type": "Point", "coordinates": [ 106040.352941176475724, 520517.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9892742329654034, "S12": -8.9892742329654034, "W13": -15.0, "S13": -22.005036214969032, "W21": -38.76845617404819, "S21": -38.76845617404819, "W22": -47.997184237304673, "S22": -47.998506785045564, "W31": -74.158124469492861, "S31": -76.365745511255142, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106040.842105263160192, 515874.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1100536617635619, "S12": -5.1100536617635619, "W13": -15.0, "S13": -17.109403205513921, "W21": -41.092890925762859, "S21": -41.682507861246727, "W22": -40.0, "S22": -45.94144782903259, "W31": -80.0, "S31": -80.0, "W32": -93.319871642059283, "S32": -98.319871642059283 }, "geometry": { "type": "Point", "coordinates": [ 106041.0, 498449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6165462492884259, "S12": -8.6165462492884259, "W13": -15.0, "S13": -24.856229118658227, "W21": -40.326731385006447, "S21": -40.326731385006447, "W22": -40.891813631058653, "S22": -40.900062818919722, "W31": -72.700261949049747, "S31": -72.700261949049747, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106041.620689655173919, 516624.620689655188471 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9113130459284591, "S12": -10.621791794056463, "W13": -26.043326374982239, "S13": -26.043326374982239, "W21": -36.196666253966598, "S21": -36.196666253966598, "W22": -39.385237808313661, "S22": -41.118532634117763, "W31": -70.76218287253559, "S31": -71.100080242099438, "W32": -90.589595291934842, "S32": -95.589595291934842 }, "geometry": { "type": "Point", "coordinates": [ 106041.666666666671517, 505645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.6511564625850346, "S12": -5.3267535101986034, "W13": -19.37814449587442, "S13": -19.37814449587442, "W21": -41.341487781894735, "S21": -42.08738831952914, "W22": -40.0, "S22": -40.0, "W31": -52.604356557116006, "S31": -52.604356557116006, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106042.0, 498616.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5390657134462824, "S12": -8.4738117612094843, "W13": -21.243512756836605, "S13": -21.820346012324695, "W21": -26.855877143362314, "S21": -30.468508842206212, "W22": -37.925536647872022, "S22": -42.010739652644901, "W31": -77.448348411529395, "S31": -77.448348411529395, "W32": -93.22343416870774, "S32": -98.22343416870774 }, "geometry": { "type": "Point", "coordinates": [ 106042.0, 506688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.405598445712908, "S12": -12.016937418625837, "W13": -24.759887005649716, "S13": -24.759887005649716, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -46.007553206339864, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -93.281572848911622, "S32": -98.281572848911622 }, "geometry": { "type": "Point", "coordinates": [ 106042.0, 508289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1020233538198614, "S12": -7.1020233538198614, "W13": -19.132713337966898, "S13": -30.269028896198392, "W21": -41.800330229066951, "S21": -42.673963316262963, "W22": -39.00464183774681, "S22": -39.00464183774681, "W31": -61.927603516506913, "S31": -62.456782963971541, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106042.0, 519051.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8275117889693089, "S12": -7.8275117889693089, "W13": -16.310049644695901, "S13": -27.392524644255118, "W21": -42.779959455545914, "S21": -44.353155386880559, "W22": -33.348981976223953, "S22": -34.073885035250235, "W31": -70.0, "S31": -72.472724268437574, "W32": -91.4099724803648, "S32": -96.4099724803648 }, "geometry": { "type": "Point", "coordinates": [ 106042.4, 517953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51, "S11": -5.9999997999999994, "W12": -11.137479806138934, "S12": -14.644003205575334, "W13": -21.409235823347146, "S13": -21.582652360008662, "W21": -29.118430518088125, "S21": -29.118430518088125, "W22": -36.074863722914287, "S22": -39.345810337295333, "W31": -72.028771141483915, "S31": -72.028771141483915, "W32": -93.427615416084194, "S32": -98.427615416084194 }, "geometry": { "type": "Point", "coordinates": [ 106043.0, 504703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45882524626048887, "S11": -0.45882524626048937, "W12": -4.072848246476565, "S12": -8.9903609368318946, "W13": -25.958441347433293, "S13": -25.958441347433293, "W21": -40.564820754614551, "S21": -43.2826792427039, "W22": -41.607007742491398, "S22": -41.616138539852031, "W31": -72.596922705094883, "S31": -72.596922705094883, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106043.0, 506025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20589543442971259, "S11": 0.2058954344297137, "W12": -5.1691210481062457, "S12": -5.6767940040814988, "W13": -21.734830664570705, "S13": -21.734830664570705, "W21": -25.719890255187114, "S21": -28.17049678175502, "W22": -45.281067030731215, "S22": -45.283987770525592, "W31": -73.635174931210784, "S31": -74.865454878488435, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106043.666666666671517, 506763.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7985523291899419, "S12": -4.8201591439990548, "W13": -18.061984302676596, "S13": -18.708064932839058, "W21": -41.267078768402691, "S21": -41.963315327542475, "W22": -38.663999232145471, "S22": -39.521407247732363, "W31": -63.2088556464277, "S31": -63.2088556464277, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 498565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.79184869472562602, "W12": -9.5626152442090753, "S12": -20.002817383227153, "W13": -23.632114795376634, "S13": -36.225713951665931, "W21": -39.838853300453408, "S21": -39.838853300453408, "W22": -38.891027874570788, "S22": -38.891027874570788, "W31": -61.339308384903454, "S31": -61.573762556833124, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 511383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36184511042746892, "S11": -0.36184511042746892, "W12": -10.0, "S12": -15.452021270512894, "W13": -16.700839616834656, "S13": -18.44070448169952, "W21": -39.870774786418693, "S21": -39.870774786418693, "W22": -30.0, "S22": -38.844500706547336, "W31": -70.0, "S31": -70.379509344840102, "W32": -92.181324063559202, "S32": -97.181324063559202 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 513055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1309334340889912, "S12": -7.1309334340889912, "W13": -19.022479434870959, "S13": -30.576466105288073, "W21": -41.650249510597128, "S21": -42.563606938055543, "W22": -38.754053343569979, "S22": -39.054638509366981, "W31": -72.141865698427225, "S31": -72.467420634165691, "W32": -90.960342247792454, "S32": -95.960342247792454 }, "geometry": { "type": "Point", "coordinates": [ 106044.0, 519008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6399138981106587, "S12": -7.6399138981106587, "W13": -17.042244731867974, "S13": -29.908280111144123, "W21": -42.268946090176762, "S21": -44.676453556915369, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -71.378769349789408, "W32": -91.965878166407393, "S32": -96.965878166407393 }, "geometry": { "type": "Point", "coordinates": [ 106044.333333333328483, 518237.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1999999999999131, "S11": 2.1999999999999131, "W12": -4.672469343380266, "S12": -7.1814243388871413, "W13": -15.0, "S13": -15.0, "W21": -40.945648649312723, "S21": -40.945648649312723, "W22": -30.0, "S22": -38.218058015353741, "W31": -70.0, "S31": -70.0, "W32": -92.324618617103184, "S32": -97.324618617103184 }, "geometry": { "type": "Point", "coordinates": [ 106044.428571428565192, 524588.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85734121337559022, "S11": -1.0329310608493747, "W12": -11.251417349726642, "S12": -12.645334442463628, "W13": -26.505658491517757, "S13": -26.505658491517757, "W21": -32.276599008561767, "S21": -32.276599008561767, "W22": -40.0, "S22": -40.0, "W31": -50.491696571973506, "S31": -50.491696571973506, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106044.5, 505485.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46408568679921269, "S11": -0.46408568679921269, "W12": -4.2944526384791875, "S12": -8.3985583016777419, "W13": -25.547046431822956, "S13": -25.547046431822956, "W21": -40.598829978156289, "S21": -43.000047684623873, "W22": -38.618987354251949, "S22": -38.618987354251949, "W31": -72.430829965160399, "S31": -72.943086168613249, "W32": -91.11042234904258, "S32": -96.11042234904258 }, "geometry": { "type": "Point", "coordinates": [ 106044.5, 505984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15342881837263866, "S11": -0.15342881837263866, "W12": -4.3758359559402047, "S12": -6.4102893891153077, "W13": -17.243822684285334, "S13": -20.741019681216621, "W21": -30.0, "S21": -30.0, "W22": -37.796475371748244, "S22": -38.016068397263012, "W31": -66.840319153141266, "S31": -66.840319153141266, "W32": -96.442170034268841, "S32": -101.44217003426884 }, "geometry": { "type": "Point", "coordinates": [ 106045.0, 502278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84833109742864976, "S11": -0.84833109742864976, "W12": -11.162517954543945, "S12": -20.846907409875026, "W13": -25.216842605020538, "S13": -25.216842605020538, "W21": -36.43265674495202, "S21": -36.94104248918682, "W22": -37.941243050413263, "S22": -38.437932973770273, "W31": -70.641242887423999, "S31": -71.754214077823846, "W32": -90.693085753849928, "S32": -95.693085753849928 }, "geometry": { "type": "Point", "coordinates": [ 106045.0, 510620.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4747129398235177, "S11": -0.4747129398235177, "W12": -4.5160570304818091, "S12": -7.278294066595862, "W13": -25.135651516212622, "S13": -25.135651516212622, "W21": -40.434167937207071, "S21": -42.518744862052884, "W22": -40.0, "S22": -40.0, "W31": -54.420382778187417, "S31": -54.420382778187417, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106046.0, 505943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50345459959618255, "S11": -0.50345459959618255, "W12": -10.379754260148969, "S12": -11.91167983478795, "W13": -24.837570621468927, "S13": -24.837570621468927, "W21": -30.0, "S21": -30.0, "W22": -50.0, "S22": -50.000043643229475, "W31": -74.53521604591667, "S31": -77.496368500344204, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106046.75, 508282.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22727272727272732, "S11": -0.57879017719614645, "W12": -6.9984743361546009, "S12": -7.5572565148524244, "W13": -22.197505959624273, "S13": -22.197505959624273, "W21": -25.38233154650872, "S21": -27.001264980780377, "W22": -38.720606640059394, "S22": -39.388551713662082, "W31": -62.943410156096348, "S31": -63.287142809440759, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106047.0, 506836.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48534019284782276, "S11": -0.48534019284782276, "W12": -4.7376614224844316, "S12": -6.158029831513983, "W13": -25.037896855835509, "S13": -25.037896855835509, "W21": -40.0, "S21": -41.767936143224048, "W22": -40.0, "S22": -40.0, "W31": -57.914246926615881, "S31": -57.914246926615881, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106047.5, 505902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77406090802216865, "S11": -2.5776820779385754, "W12": -4.1031683168316828, "S12": -6.6248399833259413, "W13": -25.676704462119933, "S13": -25.676704462119933, "W21": -39.23598474462198, "S21": -43.260933850289057, "W22": -39.624061787080691, "S22": -41.00091453392811, "W31": -70.130625530222147, "S31": -70.880684748127777, "W32": -90.612584168473091, "S32": -95.612584168473091 }, "geometry": { "type": "Point", "coordinates": [ 106047.5, 506196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -39.637421587394158, "S22": -41.135151294317204, "W31": -70.16731733057297, "S31": -70.740414287701526, "W32": -90.609290733352182, "S32": -95.609290733352182 }, "geometry": { "type": "Point", "coordinates": [ 106047.884615384609788, 530035.076923076878302 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11976475530350772, "S11": -0.11976475530350772, "W12": -4.5223772531998758, "S12": -4.5223772531998758, "W13": -14.628100889333883, "S13": -14.628100889333883, "W21": -40.0461310879884, "S21": -40.0461310879884, "W22": -40.0, "S22": -45.853670236303159, "W31": -80.0, "S31": -80.0, "W32": -93.350812873299532, "S32": -98.350812873299532 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 497733.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51125, "S11": 0.36612557135601825, "W12": -4.5962424109428719, "S12": -8.1252128481983874, "W13": -20.0, "S13": -22.915809234132546, "W21": -41.623120270915557, "S21": -42.575968225636423, "W22": -38.524697734205354, "S22": -42.059129677485942, "W31": -79.205022866444466, "S31": -79.205022866444466, "W32": -93.314068923581274, "S32": -98.314068923581274 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.182658555567908, "S12": -10.182658555567908, "W13": -16.875388730614116, "S13": -21.611649107841529, "W21": -35.134782261437607, "S21": -35.134782261437607, "W22": -38.398148142911509, "S22": -39.127596069255624, "W31": -70.466401324604291, "S31": -72.111731354120337, "W32": -90.661807826067459, "S32": -95.661807826067459 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 500868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50626506024096385, "S11": -5.5548906722565174, "W12": -11.373073079397169, "S12": -15.100446601295456, "W13": -21.09228529338284, "S13": -21.09228529338284, "W21": -29.137704918032789, "S21": -29.137704918032789, "W22": -39.234111545005824, "S22": -40.600139278266333, "W31": -71.179416594672077, "S31": -71.274255812252591, "W32": -90.762584560915457, "S32": -95.762584560915457 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 504657.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78249406472572791, "S11": -1.9936850005739934, "W12": -5.0, "S12": -5.7690128243364152, "W13": -20.0, "S13": -20.128613870874997, "W21": -31.353956552007283, "S21": -36.518982364271167, "W22": -37.269489513256829, "S22": -43.382465031360752, "W31": -72.522614201718682, "S31": -72.522614201718682, "W32": -93.153988606997757, "S32": -98.153988606997757 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62045454545454559, "S11": 0.62045454545454559, "W12": -5.3085463842220602, "S12": -5.7854862749324427, "W13": -20.733136855562126, "S13": -21.733136855562126, "W21": -27.748483575276794, "S21": -32.461223480738383, "W22": -37.78404784504788, "S22": -41.74024652546629, "W31": -77.032610982537079, "S31": -77.032610982537079, "W32": -93.266637459092067, "S32": -98.266637459092067 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 506620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50908794852781003, "S11": -0.50908794852781003, "W12": -6.0158791219590322, "S12": -6.0158791219590322, "W13": -20.0, "S13": -20.0, "W21": -42.595513339966558, "S21": -43.196039817142733, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106048.0, 520697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097339206462979458, "S11": -0.097339206462979458, "W12": -4.9534074663654497, "S12": -4.9534074663654497, "W13": -16.82171106558658, "S13": -16.82171106558658, "W21": -35.966182688195751, "S21": -35.966182688195751, "W22": -38.160908642575833, "S22": -38.761572292005816, "W31": -70.542988185570536, "S31": -72.230487249759662, "W32": -90.679203422367848, "S32": -95.679203422367848 }, "geometry": { "type": "Point", "coordinates": [ 106048.8, 496840.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4029423515577699, "S12": -8.0907980746390731, "W13": -22.744311649674163, "S13": -22.744311649674163, "W21": -27.730539214430202, "S21": -28.004608469069844, "W22": -36.056995428506887, "S22": -39.288334237340649, "W31": -71.997432262551328, "S31": -71.997432262551328, "W32": -93.48038174244293, "S32": -98.48038174244293 }, "geometry": { "type": "Point", "coordinates": [ 106048.8, 507046.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8563213008683811, "S11": 0.8563213008683811, "W12": -8.0196037847427544, "S12": -8.0196037847427544, "W13": -17.269049055315275, "S13": -22.008625467275408, "W21": -34.945075791957883, "S21": -34.945075791957883, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.258585684333454, "W32": -92.220324731052287, "S32": -97.220324731052287 }, "geometry": { "type": "Point", "coordinates": [ 106049.0, 501254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49596744587212771, "S11": -0.49596744587212771, "W12": -5.1791468282595092, "S12": -5.2576466102045591, "W13": -25.214742157133067, "S13": -26.248629427990842, "W21": -39.814305156509903, "S21": -41.245040869951232, "W22": -39.999999999999993, "S22": -45.872608497168486, "W31": -80.0, "S31": -80.0, "W32": -93.336939048309674, "S32": -98.336939048309674 }, "geometry": { "type": "Point", "coordinates": [ 106049.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73725736638437067, "S11": -0.73725736638437067, "W12": -10.123090055076073, "S12": -20.154137337444617, "W13": -23.841329471833955, "S13": -23.841329471833955, "W21": -32.698826108632424, "S21": -34.190935231772329, "W22": -36.219537011139728, "S22": -39.476512445112164, "W31": -72.462709854584247, "S31": -72.462709854584247, "W32": -93.464554250974075, "S32": -98.464554250974075 }, "geometry": { "type": "Point", "coordinates": [ 106049.4, 510345.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18030030344250284, "S11": 0.18030030344250284, "W12": -4.6318701858888778, "S12": -4.6318701858888778, "W13": -13.16429697951053, "S13": -13.16429697951053, "W21": -36.634202914834631, "S21": -37.069641536310044, "W22": -39.46352986518189, "S22": -41.098609243647978, "W31": -70.613087243550666, "S31": -70.964191599433974, "W32": -90.618006030034238, "S32": -95.618006030034238 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14945635418165376, "S11": 0.14945635418165376, "W12": -4.6335031076073641, "S12": -4.6335031076073641, "W13": -14.770245965604571, "S13": -14.770245965604571, "W21": -40.441604201585619, "S21": -40.60121441663938, "W22": -40.0, "S22": -45.56600943962151, "W31": -80.0, "S31": -80.0, "W32": -93.310044218950367, "S32": -98.310044218950367 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99896551724137939, "S11": 0.99896551724137939, "W12": -4.265814432989691, "S12": -4.724147766323024, "W13": -14.717505646483708, "S13": -17.616090680497315, "W21": -41.318853186011388, "S21": -42.177052366304629, "W22": -40.0, "S22": -40.0, "W31": -74.576713223479345, "S31": -76.878742523798664, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33724419792730992, "S11": -0.33724419792730992, "W12": -11.413460668293069, "S12": -11.592947847780248, "W13": -15.101279522619954, "S13": -18.399522236734491, "W21": -33.697922354035107, "S21": -33.697922354035107, "W22": -44.947212353884936, "S22": -44.949874936757659, "W31": -73.664006902087323, "S31": -75.006954586370171, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.89, "S11": 1.89, "W12": -4.1, "S12": -4.1, "W13": -17.6, "S13": -24.1, "W21": -36.768779406922029, "S21": -36.768779406922029, "W22": -36.391443003794315, "S22": -42.511115295751019, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -93.094136617447219, "S32": -98.094136617447219 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50274356308482659, "S11": -5.1079862126523023, "W12": -10.915464183973535, "S12": -14.754657016357537, "W13": -20.788886687285164, "S13": -20.788886687285164, "W21": -29.146565677526461, "S21": -29.146565677526461, "W22": -40.0, "S22": -45.820185019599855, "W31": -80.0, "S31": -80.0, "W32": -93.363023602234847, "S32": -98.363023602234847 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 504613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0975419010243259, "S12": -8.097541901024325, "W13": -22.809450085256763, "S13": -22.809450085256763, "W21": -28.063485737048467, "S21": -28.155957499910066, "W22": -40.0, "S22": -40.0, "W31": -50.408176069062435, "S31": -50.408176069062435, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2848142904134665, "S12": -16.627215236599156, "W13": -21.979820418481239, "S13": -21.979820418481239, "W21": -30.079091896728016, "S21": -30.079091896728016, "W22": -40.0, "S22": -40.0, "W31": -50.183886267817712, "S31": -50.183886267817712, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 509256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4, "S11": -0.8, "W12": -10.1, "S12": -20.8, "W13": -21.8, "S13": -26.202999493643901, "W21": -39.922019836347665, "S21": -39.922019836347665, "W22": -30.0, "S22": -32.451543818562179, "W31": -70.0, "S31": -71.261459197476185, "W32": -92.039490956303922, "S32": -97.039490956303922 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.163343062900406, "S12": -5.8766892682460314, "W13": -15.0, "S13": -15.0, "W21": -39.91935571311415, "S21": -39.91935571311415, "W22": -44.269967309246219, "S22": -44.278977800708674, "W31": -72.762970443515584, "S31": -72.762970443515584, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.571428571434808, 524188.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67235083887788571, "S11": -0.67235083887788571, "W12": -5.0, "S12": -5.0, "W13": -16.481673065803939, "S13": -18.675670732808591, "W21": -29.046765120872795, "S21": -29.046765120872795, "W22": -39.216886681085441, "S22": -39.216886681085441, "W31": -73.385268344145942, "S31": -74.42227878837069, "W32": -94.62156163327333, "S32": -99.62156163327333 }, "geometry": { "type": "Point", "coordinates": [ 106050.666666666671517, 501534.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0672121565770833, "S12": -9.0672121565770833, "W13": -15.0, "S13": -23.587357042105243, "W21": -38.526242109675145, "S21": -38.526242109675145, "W22": -39.437856990007873, "S22": -39.437856990007873, "W31": -59.774224654306735, "S31": -60.165080818193083, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.707317073174636, 515712.560975609754678 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.70619450891692315, "W12": -7.2629793158534888, "S12": -16.684442283062797, "W13": -21.812852707970521, "S13": -21.812852707970521, "W21": -30.283937173369676, "S21": -30.283937173369676, "W22": -40.0, "S22": -40.0, "W31": -53.306133787044921, "S31": -53.338175189360996, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106050.714285714289872, 509488.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34606952922377388, "S11": 0.34606952922377388, "W12": -4.6635388358588044, "S12": -10.824848359670407, "W13": -15.018475334303064, "S13": -17.106945206985834, "W21": -41.644504148032986, "S21": -42.629636226568763, "W22": -38.010627450924517, "S22": -38.972215008272769, "W31": -65.745957962957064, "S31": -66.342951222302077, "W32": -97.884540138829223, "S32": -102.88454013882922 }, "geometry": { "type": "Point", "coordinates": [ 106051.0, 498933.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82819795107204841, "S11": -2.8281979510720485, "W12": -4.2619627166943719, "S12": -6.234032645317523, "W13": -25.437830653804927, "S13": -25.658369996250439, "W21": -38.687090260986615, "S21": -42.80743562195849, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -74.571070044510932, "S31": -76.878795741809867, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106051.0, 506209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16412348673258409, "S11": 0.16412348673258409, "W12": -4.6409501690361408, "S12": -4.6409501690361408, "W13": -14.777347090523598, "S13": -14.777347090523598, "W21": -40.45988069619694, "S21": -40.628684459637803, "W22": -40.0, "S22": -45.802669654748293, "W31": -80.0, "S31": -80.0, "W32": -93.36895091713663, "S32": -98.36895091713663 }, "geometry": { "type": "Point", "coordinates": [ 106051.6, 498011.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.6603676939664886, "W12": -10.457855288549899, "S12": -14.050186993493851, "W13": -20.635476965615663, "S13": -20.635476965615663, "W21": -29.155426437020129, "S21": -29.155426437020129, "W22": -31.532826412613566, "S22": -36.714141937530989, "W31": -70.0, "S31": -72.949372806142918, "W32": -91.488243560064021, "S32": -96.488243560064021 }, "geometry": { "type": "Point", "coordinates": [ 106052.0, 504569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74550646620724981, "S11": -0.74550646620724981, "W12": -8.602812278892138, "S12": -18.772376434965043, "W13": -22.226552474521359, "S13": -22.226552474521359, "W21": -30.270499525800417, "S21": -30.270499525800417, "W22": -29.999999999999996, "S22": -37.634399633721728, "W31": -70.0, "S31": -70.0, "W32": -92.48325904645219, "S32": -97.48325904645219 }, "geometry": { "type": "Point", "coordinates": [ 106052.0, 510093.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48622044806156978, "S11": -0.48622044806156978, "W12": -4.8168666011143886, "S12": -5.9308158877631953, "W13": -25.103571354080774, "S13": -25.725564995374647, "W21": -40.0, "S21": -41.707277737425528, "W22": -38.217301022942593, "S22": -39.833709732638397, "W31": -64.93808624387745, "S31": -64.93808624387745, "W32": -99.135123335755111, "S32": -104.13512333575511 }, "geometry": { "type": "Point", "coordinates": [ 106053.0, 505895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4688600310453186, "S12": -7.4688600310453186, "W13": -23.362948171617891, "S13": -23.362948171617891, "W21": -30.576803296737864, "S21": -30.576803296737864, "W22": -38.784225594893293, "S22": -39.096397376898246, "W31": -72.086573325844398, "S31": -72.414961623452328, "W32": -91.013698341446968, "S32": -96.013698341446968 }, "geometry": { "type": "Point", "coordinates": [ 106053.0, 507312.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0561497945775136, "S12": -5.0561497945775127, "W13": -17.63406806410212, "S13": -18.534398864847482, "W21": -41.248512056009751, "S21": -41.918683957537745, "W22": -40.0, "S22": -45.868665889463614, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -93.330711408838923, "S32": -98.330711408838923 }, "geometry": { "type": "Point", "coordinates": [ 106053.157894736839808, 498545.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62601533655208563, "S11": -3.7124468460246085, "W12": -10.0, "S12": -13.008804789221653, "W13": -20.397391961635357, "S13": -20.477508874915944, "W21": -29.164660717991268, "S21": -29.164660717991268, "W22": -38.546294219643691, "S22": -41.992795263004794, "W31": -79.267808697000234, "S31": -79.267808697000234, "W32": -93.35524593847903, "S32": -98.35524593847903 }, "geometry": { "type": "Point", "coordinates": [ 106053.333333333328483, 504465.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7786266741803249, "S12": -6.7786266741803249, "W13": -20.0, "S13": -26.50605921831098, "W21": -42.693709300652152, "S21": -42.960491971824275, "W22": -38.817560658957376, "S22": -39.156152199331132, "W31": -62.479043179899605, "S31": -63.056364812913763, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106053.6, 519542.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53334280034081238, "S11": -4.2488355387063148, "W12": -10.000246393126265, "S12": -13.345716970630168, "W13": -20.5260208142486, "S13": -20.5260208142486, "W21": -29.164287196513801, "S21": -29.164287196513801, "W22": -37.719062506419412, "S22": -41.609529754423434, "W31": -76.84148515618925, "S31": -76.84148515618925, "W32": -93.306980091933752, "S32": -98.306980091933752 }, "geometry": { "type": "Point", "coordinates": [ 106054.0, 504525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9532262609182229, "S12": -8.0989809119174616, "W13": -25.436953257508868, "S13": -25.436953257508868, "W21": -39.213115580422595, "S21": -40.246489316646709, "W22": -39.355526946766588, "S22": -40.948967594190286, "W31": -70.904141454057495, "S31": -71.093516832877924, "W32": -90.739811633907351, "S32": -95.739811633907351 }, "geometry": { "type": "Point", "coordinates": [ 106054.0, 505814.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1252234660552567, "S12": -8.1252234660552567, "W13": -15.522507739526711, "S13": -24.421511479485115, "W21": -42.175063133369683, "S21": -43.333412990372793, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106054.0, 517503.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5399749538488434, "S12": -7.5399749538488434, "W13": -17.44208705875899, "S13": -31.092488819052559, "W21": -41.942560562060144, "S21": -41.942560562060144, "W22": -48.193035673708543, "S22": -48.699969574438178, "W31": -72.989258566719741, "S31": -72.989258566719741, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106054.0, 518390.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3777824739362909, "S12": -10.537829987234703, "W13": -25.990796146028021, "S13": -25.990796146028021, "W21": -36.840800277673608, "S21": -36.840800277673608, "W22": -47.564831344321291, "S22": -47.660129722203635, "W31": -73.405922276077604, "S31": -73.405922276077604, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106054.333333333328483, 505679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35513216682401821, "S11": -0.40851332301184284, "W12": -9.7393233237026653, "S12": -15.388130204945703, "W13": -16.343006343392894, "S13": -32.369624481753512, "W21": -39.687135314758848, "S21": -39.687135314758848, "W22": -47.143569229325074, "S22": -47.150254312198001, "W31": -73.452751851277839, "S31": -73.452751851277839, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106054.4, 513185.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5480684044767976, "S12": -8.5480684044767976, "W13": -15.0, "S13": -25.0, "W21": -40.624395424231963, "S21": -40.624395424231963, "W22": -46.779270302262276, "S22": -46.786257616255384, "W31": -73.361124772502777, "S31": -73.361124772502777, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106054.428571428565192, 516756.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15237969288471886, "S11": -0.15237969288471886, "W12": -4.5164045056616073, "S12": -4.5164045056616073, "W13": -14.608705312444792, "S13": -14.608705312444792, "W21": -39.997953768525321, "S21": -40.077616074892191, "W22": -46.414971375199471, "S22": -46.422260920312759, "W31": -73.269497693727757, "S31": -73.269497693727757, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106055.0, 497686.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64379116621464549, "W12": -10.064671089129014, "S12": -12.006777167732523, "W13": -26.341975458747406, "S13": -26.341975458747406, "W21": -34.520695269928652, "S21": -34.520695269928652, "W22": -46.05067244813668, "S22": -46.058264224370149, "W31": -73.17787061495271, "S31": -73.17787061495271, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106055.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2501419755423466, "S12": -6.2501419755423466, "W13": -23.201280650690229, "S13": -23.201280650690229, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -45.686373521073875, "S22": -45.694267528427524, "W31": -73.086243536177676, "S31": -73.086243536177676, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106055.0, 507252.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.125, "S13": -13.125, "W21": -47.0, "S21": -47.0, "W22": -45.322074594011077, "S22": -45.330270832484906, "W31": -72.994616457402628, "S31": -72.994616457402628, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106055.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.0505563936077906, "W12": -4.9793393364220586, "S12": -9.9793393364220577, "W13": -14.899065389598915, "S13": -16.129432161260866, "W21": -40.795871230665021, "S21": -41.172484133890826, "W22": -44.95777566694828, "S22": -44.966274136542289, "W31": -72.902989378627595, "S31": -72.902989378627595, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106056.0, 498236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28120506937616635, "S11": -0.28120506937616635, "W12": -5.0, "S12": -7.3347116567372126, "W13": -17.953826019489664, "S13": -21.129394018645158, "W21": -30.000000000000004, "S21": -32.774719088643145, "W22": -44.593476739885482, "S22": -44.602277440599671, "W31": -72.811362299852561, "S31": -72.811362299852561, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106056.0, 503086.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.744860945859335, "S12": -14.017098833580432, "W13": -23.961864406779664, "S13": -23.961864406779664, "W21": -30.0, "S21": -30.0, "W22": -44.229177812822677, "S22": -44.238280744657047, "W31": -72.719735221077514, "S31": -72.719735221077514, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106056.0, 508416.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33576877872962807, "S11": -0.33576877872962807, "W12": -10.113951381891058, "S12": -10.127121320422663, "W13": -14.979822929893235, "S13": -18.160749479301355, "W21": -36.24152759710551, "S21": -36.24152759710551, "W22": -43.864878885759879, "S22": -43.874284048714429, "W31": -72.628108142302466, "S31": -72.628108142302466, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106056.25, 499801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4494896030245394, "W12": -10.023372824000916, "S12": -10.29428443822707, "W13": -25.538326959858512, "S13": -25.538326959858512, "W21": -30.850310236268598, "S21": -30.850310236268598, "W22": -43.500579958697081, "S22": -43.510287352771812, "W31": -72.536481063527432, "S31": -72.536481063527432, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106056.6, 508039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": 0.26855321071190691, "W12": -5.0, "S12": -5.9287347474694752, "W13": -11.4, "S13": -11.4, "W21": -35.852353795035576, "S21": -35.852353795035576, "W22": -43.136281031634283, "S22": -43.146273179191112, "W31": -72.448620227126582, "S31": -72.448620227126582, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 496807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32676245210727967, "S11": 0.32676245210727967, "W12": -4.7213739721478936, "S12": -11.600540638814561, "W13": -15.000000000000002, "S13": -17.069680359351608, "W21": -41.648328973208947, "S21": -42.621585784001972, "W22": -42.771982104571478, "S22": -42.781727685412775, "W31": -72.47525315890104, "S31": -72.47525315890104, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 498938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.04986354631464, "S12": -7.1266880833177879, "W13": -14.614381430161902, "S13": -17.688211003483463, "W21": -40.450144908787713, "S21": -40.962688784642147, "W22": -42.40768317750868, "S22": -42.417182191634438, "W31": -72.501886090675512, "S31": -72.501886090675512, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 499185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.8419663264977626, "W12": -6.9762605815237393, "S12": -8.850070863843909, "W13": -18.286805591163507, "S13": -21.339730876782511, "W21": -30.0, "S21": -30.32378888905841, "W22": -42.043384250445875, "S22": -42.052636697856101, "W31": -72.528519022449984, "S31": -72.528519022449984, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2290484163985695, "S12": -8.2290484163985695, "W13": -15.28585685455595, "S13": -23.414631938494992, "W21": -41.855474827202457, "S21": -44.501265618538042, "W22": -41.679085323383084, "S22": -41.688091204077772, "W31": -72.555151954224442, "S31": -72.555151954224442, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 517347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6135534791650237, "S12": -7.6135534791650237, "W13": -17.159165802432369, "S13": -30.225739205408839, "W21": -42.156512904665277, "S21": -44.674939826633448, "W22": -41.314786396320287, "S22": -41.323545710299442, "W31": -72.581784885998914, "S31": -72.581784885998914, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.0, 518279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15968498290420219, "S11": -0.15968498290420219, "W12": -4.5230957838568404, "S12": -4.5230957838568404, "W13": -14.613420499833135, "S13": -14.613557853235116, "W21": -39.999422565759559, "S21": -40.054625614633842, "W22": -40.950487469257482, "S22": -40.959000216521105, "W31": -72.608417817773372, "S31": -72.608417817773372, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106057.444444444437977, 497691.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19657075403863686, "S11": -0.19657075403863686, "W12": -10.068533519904337, "S12": -10.180514224767499, "W13": -20.190310902896083, "S13": -20.702506024847303, "W21": -40.0, "S21": -40.0, "W22": -40.586188542194684, "S22": -40.594454722742768, "W31": -72.635050749547844, "S31": -72.635050749547844, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106058.0, 512115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.1120133014497231, "S12": -5.1120133014497231, "W13": -14.934308631250378, "S13": -16.942007099031201, "W21": -40.891848152155404, "S21": -41.325739281187666, "W22": -40.924463472736264, "S22": -40.932483086568816, "W31": -72.661683681322316, "S31": -72.661683681322316, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106058.6, 498299.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8567458455158805, "S12": -7.8567458455158805, "W13": -16.214861812195533, "S13": -26.496335030418003, "W21": -42.793628728641757, "S21": -44.70107993936336, "W22": -41.605725868226706, "S22": -41.613498915343719, "W31": -72.688316613096774, "S31": -72.688316613096774, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106058.8, 517911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.06770026892673775, "S11": 0.06770026892673775, "W12": -4.6319294329539247, "S12": -4.6319294329539247, "W13": -14.753300400494728, "S13": -14.753300400494728, "W21": -40.385343201181385, "S21": -40.495054222686761, "W22": -42.286988263717149, "S22": -42.294514744118629, "W31": -72.714949544871246, "S31": -72.714949544871246, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106059.0, 497955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8096646942804258, "S12": -9.3270661529615957, "W13": -25.659164357884904, "S13": -25.659164357884904, "W21": -38.68614977128891, "S21": -39.322161530295368, "W22": -42.968250659207584, "S22": -42.975530572893526, "W31": -72.741582476645718, "S31": -72.741582476645718, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106059.0, 505768.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.065922920892494852, "S11": -0.065922920892494852, "W12": -5.0, "S12": -5.2500593683210637, "W13": -20.0, "S13": -20.0, "W21": -28.861057790921095, "S21": -33.862436212202347, "W22": -43.638421482143556, "S22": -43.645454829113966, "W31": -72.768215408420176, "S31": -72.768215408420176, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106059.0, 506531.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10775189341594599, "S11": -1.5529767255166309, "W12": -4.7727801768455969, "S12": -4.7727801768455969, "W13": -13.092324550073162, "S13": -13.092324550073162, "W21": -40.0, "S21": -41.913525421358337, "W22": -43.766337646860713, "S22": -43.77312442711559, "W31": -72.794848340194648, "S31": -72.794848340194648, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 497379.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70644456491159047, "S11": -0.95644456491159047, "W12": -11.805544171220205, "S12": -12.448033881962026, "W13": -26.501922717190514, "S13": -26.632341194326838, "W21": -31.119760291455943, "S21": -31.119760291455943, "W22": -43.658666024221255, "S22": -43.665206237760593, "W31": -72.821481271969105, "S31": -72.821481271969105, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50022559474979489, "S11": -0.66124254390233717, "W12": -10.0, "S12": -12.101043226772697, "W13": -26.32285845786777, "S13": -26.32285845786777, "W21": -34.594472045318184, "S21": -34.594472045318184, "W22": -43.455818430380091, "S22": -43.462112077203898, "W31": -72.848114203743577, "S31": -72.848114203743577, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49161642744985296, "S11": -0.49161642744985296, "W12": -5.0, "S12": -5.2060100097605551, "W13": -25.252578779555321, "S13": -25.252578779555321, "W21": -39.63239074550129, "S21": -41.133760226951196, "W22": -43.252970836538935, "S22": -43.259017916647203, "W31": -72.874747135518049, "S31": -72.948965928645421, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 505870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64394558584784189, "S11": -2.5102408504717784, "W12": -4.0829799565322391, "S12": -6.5234475266160299, "W13": -26.242558808597057, "S13": -26.242558808597057, "W21": -40.0, "S21": -43.778914383404313, "W22": -43.050123242697772, "S22": -43.055923756090507, "W31": -72.901380067292521, "S31": -73.061535576626881, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.7580147233436243, "W13": -20.0, "S13": -20.0920518800115, "W21": -29.269312989435274, "S21": -34.337082849439668, "W22": -42.847275648856602, "S22": -42.852829595533798, "W31": -72.928012999066979, "S31": -73.174105224608311, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 506502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.5012004140916719, "S12": -5.5012004140916719, "W13": -20.0, "S13": -20.0, "W21": -40.201578674259558, "S21": -40.911752564351694, "W22": -42.644428055015446, "S22": -42.64973543497711, "W31": -72.954645930841451, "S31": -73.286674872589771, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.0, 521478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50764150039904277, "S11": -5.9730635191739117, "W12": -11.037018232171913, "S12": -14.526180888886183, "W13": -21.390967079733905, "S13": -21.390967079733905, "W21": -29.179026472593627, "S21": -29.179026472593627, "W22": -42.441580461174283, "S22": -42.446641274420415, "W31": -72.981278862615909, "S31": -73.399244520571216, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106060.571428571434808, 504700.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.1469945355191253, "W13": -20.255427191485769, "S13": -20.838629434834377, "W21": -28.194083275909549, "S21": -33.119724309254508, "W22": -42.238732867333127, "S22": -42.24354711386372, "W31": -73.007246800349208, "S31": -73.511149174511502, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106061.0, 506574.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7707962001762798, "S12": -7.3305002028671646, "W13": -21.046310486326796, "S13": -21.557637347168221, "W21": -26.681222425017367, "S21": -30.594822288335322, "W22": -42.232640490766954, "S22": -42.237208170582015, "W31": -73.036726800109079, "S31": -73.626565890478361, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106061.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0567592388606153, "S12": -7.0567592388606153, "W13": -19.330366932474661, "S13": -29.840059589580605, "W21": -41.561308318151518, "S21": -42.29046989430347, "W22": -42.627431568128749, "S22": -42.631752681228271, "W31": -73.114508144038354, "S31": -73.790283950614622, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106061.0, 519122.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8798249839030348, "S12": -8.8798249839030348, "W13": -15.000000000000002, "S13": -19.429448817053956, "W21": -39.244228756621979, "S21": -39.244228756621979, "W22": -43.095157511408111, "S22": -43.099232057792101, "W31": -73.192289487967628, "S31": -73.954002010750884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106061.325757575759781, 516084.628787878784351 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85170454957663533, "S11": -0.85170454957663533, "W12": -8.0815071077236507, "S12": -18.269730391753143, "W13": -21.770615713216781, "S13": -21.770615713216781, "W21": -30.198450377747289, "S21": -30.198450377747289, "W22": -43.47513277514399, "S22": -43.478960754812441, "W31": -73.270070831896902, "S31": -74.117720070887131, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106061.428571428565192, 510024.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50502742230349884, "W12": -8.0921888694127961, "S12": -10.512580423751821, "W13": -25.964746031373267, "S13": -25.964746031373267, "W21": -37.189796661077182, "S21": -37.189796661077182, "W22": -43.85510803887987, "S22": -43.858689451832788, "W31": -73.347852175826176, "S31": -74.281438131023393, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106061.75, 505697.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18053357449692983, "S11": 0.18053357449693003, "W12": -4.6687511994921485, "S12": -4.6687511994921485, "W13": -14.796534616290707, "S13": -14.797095575674959, "W21": -40.50326871053376, "S21": -40.683658495479989, "W22": -44.235083302615749, "S22": -44.238418148853135, "W31": -73.425633519755451, "S31": -74.445156191159654, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106062.0, 498032.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7299618169848587, "S12": -5.193637882317196, "W13": -20.0, "S13": -21.505881234702848, "W21": -41.491836200128915, "S21": -42.303731361419239, "W22": -44.615058566351621, "S22": -44.618146845873468, "W31": -73.503414863684725, "S31": -74.608874251295916, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106062.0, 498704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.18194514982224486, "W12": -4.6553443054641219, "S12": -12.021811781179878, "W13": -18.825647283126784, "S13": -21.212569623515936, "W21": -41.71181797703774, "S21": -42.682736423140135, "W22": -44.995033830087507, "S22": -44.997875542893823, "W31": -73.581196207613985, "S31": -74.794139825545187, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106062.0, 498848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1988221114568391, "S12": -5.1988221114568391, "W13": -19.276291288860104, "S13": -19.276291288860104, "W21": -39.858513051200816, "S21": -40.491406391263112, "W22": -44.757620903048362, "S22": -44.760216049139139, "W31": -73.658977551543273, "S31": -75.020991517357871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106062.75, 521936.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.096536731030819112, "S11": -0.096536731030819112, "W12": -4.7391714593817396, "S12": -4.7391714593817396, "W13": -14.734607600855504, "S13": -14.734607600855504, "W21": -36.384024619950416, "S21": -36.384024619950416, "W22": -44.449633279853316, "S22": -44.45198185922856, "W31": -73.736758895472548, "S31": -75.24784320917054, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106063.0, 496930.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7408456586935852, "S12": -5.4974460818409252, "W13": -20.0, "S13": -21.363377135660482, "W21": -41.479693634062045, "S21": -42.282280999653445, "W22": -44.34903738201173, "S22": -44.351139394671442, "W31": -73.814540239401808, "S31": -75.474694900983195, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106063.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6801051709027179, "S12": -10.225810898320987, "W13": -25.881375458260706, "S13": -25.881375458260706, "W21": -37.747111535522876, "S21": -37.967436296685158, "W22": -45.532555513737293, "S22": -45.534410959681466, "W31": -73.892321583331096, "S31": -75.701546592795879, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106064.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2106040268456379, "W12": -8.4624908548595865, "S12": -8.4624908548595865, "W13": -23.436323734290447, "S13": -23.436323734290447, "W21": -31.0390386611721, "S21": -31.0390386611721, "W22": -46.264375026136406, "S22": -46.265983905365047, "W31": -73.970102927260371, "S31": -75.928398284608548, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106064.0, 507375.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33618421877016702, "S11": 0.33618421877016624, "W12": -4.8956803927616628, "S12": -4.8956803927616628, "W13": -12.970034572169425, "S13": -12.970034572169425, "W21": -40.0, "S21": -42.736298575657983, "W22": -46.996194538535526, "S22": -46.997556851048628, "W31": -74.047884271189631, "S31": -76.155249976421203, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106064.333333333328483, 497299.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20154524729905351, "S11": -0.20154524729905351, "W12": -9.3875017042996021, "S12": -11.214311386305967, "W13": -14.997940938761085, "S13": -18.058367863211519, "W21": -37.47660919512532, "S21": -37.47660919512532, "W22": -47.72801405093464, "S22": -47.729129796732209, "W31": -74.125665615118919, "S31": -76.382101668233886, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106064.666666666671517, 499554.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52768142798177087, "S11": -2.5276814279817708, "W12": -10.303301968295269, "S12": -11.576621080249055, "W13": -24.43977216273106, "S13": -24.866884690151878, "W21": -30.509430300204471, "S21": -30.509430300204471, "W22": -48.459833563333746, "S22": -48.460702742415776, "W31": -74.203446959048179, "S31": -76.559415866804031, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106065.0, 505142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -5.1357777368488167, "S12": -7.7292403853487164, "W13": -22.581533665488681, "S13": -22.581533665488681, "W21": -27.472089205487318, "S21": -28.051904159832961, "W22": -49.191653075732859, "S22": -49.192275688099357, "W31": -74.281228302977453, "S31": -76.695709409342086, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106065.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7934640730954123, "S11": -3.3933575200852903, "W12": -9.2505013317108613, "S12": -19.506053278000152, "W13": -24.334502320783908, "S13": -34.737546575032887, "W21": -39.804461543671565, "S21": -39.804461543671565, "W22": -49.923472588131979, "S22": -49.923893391615486, "W31": -74.359009646906728, "S31": -76.924108301921407, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106065.0, 511216.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2064482231566755, "S11": 1.2064482231566755, "W12": -7.0391405111879521, "S12": -7.0391405111879521, "W13": -17.485040122277574, "S13": -22.748582433407449, "W21": -36.611555699431818, "S21": -36.611555699431818, "W22": -50.000000000000007, "S22": -50.000265418770844, "W31": -74.436790990836002, "S31": -77.184520901397889, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106065.333333333328483, 501209.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0045228587727160763, "S11": 0.0045228587727160763, "W12": -4.6307054637790275, "S12": -4.6307054637790275, "W13": -14.740120516520408, "S13": -14.740120516520408, "W21": -40.341584645311421, "S21": -40.412485182945829, "W22": -50.0, "S22": -50.00011003405816, "W31": -74.488644248028208, "S31": -77.419005414137303, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.0, 497920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4188557014015437, "S12": -4.4188557014015437, "W13": -16.946580218244193, "S13": -16.946580218244193, "W21": -40.174345284561909, "S21": -40.208127419473279, "W22": -50.0, "S22": -50.0, "W31": -74.540450163912666, "S31": -77.475143128773141, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.0, 523085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17412875665142769, "S11": 0.17412875665142769, "W12": -11.131728709269582, "S12": -11.131728709269582, "W13": -16.704604486961504, "S13": -21.578499329182534, "W21": -34.324335035110984, "S21": -34.324335035110984, "W22": -50.0, "S22": -50.0, "W31": -74.592256079797153, "S31": -77.421392356441174, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.5, 500798.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2930001642476554, "S11": -0.2930001642476554, "W12": -10.0, "S12": -10.793520738432031, "W13": -14.967671970442609, "S13": -18.082118966283616, "W21": -36.643093840771868, "S21": -36.643093840771868, "W22": -50.0, "S22": -50.0, "W31": -74.605882281268435, "S31": -77.329461869696004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.625, 499657.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039719000268147571, "S11": 0.039719000268147571, "W12": -5.8157940025099846, "S12": -5.8157940025099846, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -42.376500144905641, "S21": -42.998128584203755, "W22": -50.0, "S22": -50.0, "W31": -74.618397812267133, "S31": -77.23642071247825, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.785714285710128, 521002.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3764882934960836, "S12": -4.3764882934960836, "W13": -16.825152829152607, "S13": -16.825152829152607, "W21": -40.030156023045571, "S21": -40.030156023045571, "W22": -50.0, "S22": -50.0, "W31": -74.625781588999573, "S31": -77.138247800994236, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.857142857144936, 523145.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -45.488802949905562, "S22": -45.488802949905562, "W31": -74.593119819931104, "S31": -77.000029343709315, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106066.942528735628002, 530027.720306513365358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.725669454213762, "S12": -15.231092963574435, "W13": -15.943545787671862, "S13": -20.385676203245779, "W21": -30.750553187697701, "S21": -30.750553187697701, "W22": -40.0, "S22": -40.0, "W31": -74.560458050862664, "S31": -76.861810886424422, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 500451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59709591134887252, "S11": 0.59709591134887252, "W12": -9.2278237729154338, "S12": -9.2278237729154338, "W13": -17.110737485670619, "S13": -22.110737485670619, "W21": -34.845021330670775, "S21": -34.845021330670775, "W22": -40.0, "S22": -40.0, "W31": -74.519794252777046, "S31": -76.715590400122352, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 501261.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8687554776511837, "S12": -10.478371756120424, "W13": -25.938265917073903, "S13": -25.938265917073903, "W21": -37.484934301380399, "S21": -37.624018912314781, "W22": -40.0, "S22": -40.0, "W31": -74.473846515729733, "S31": -76.564085974858571, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -10.145524805428781, "S12": -10.737980840393671, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -74.427898778682405, "S31": -76.41258154959479, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 508099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64301121642084003, "S11": -0.64301121642084003, "W12": -9.6419083260163507, "S12": -19.722695008509842, "W13": -23.292892434800976, "S13": -23.292892434800976, "W21": -31.440521691111709, "S21": -32.57307038158698, "W22": -39.963187309377815, "S22": -39.963187309377815, "W31": -74.347972678018152, "S31": -76.227098760714085, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 510264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3444124160472946, "S12": -8.3444124160472946, "W13": -14.999999999999996, "S13": -22.276888969356587, "W21": -41.48673678551625, "S21": -43.196178223225033, "W22": -39.925592649837178, "S22": -39.925592649837178, "W31": -74.241031238119362, "S31": -76.014600632598842, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106067.0, 517160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47344668112298749, "S11": -3.7642174504636547, "W12": -10.0, "S12": -12.1323632947951, "W13": -23.246464559444735, "S13": -23.416195728605267, "W21": -30.0, "S21": -30.0, "W22": -39.88799799029654, "S22": -39.88799799029654, "W31": -74.134089798220558, "S31": -75.802102504483585, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.0, 504969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17057101024890195, "S11": 0.17057101024890195, "W12": -5.0, "S12": -5.0, "W13": -20.079973037334231, "S13": -20.55210216666875, "W21": -28.305219382821054, "S21": -33.309528312707783, "W22": -39.850403330755903, "S22": -39.850403330755903, "W31": -74.027148358321753, "S31": -75.589604376368328, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14248704663212444, "S11": 0.14248704663212444, "W12": -6.1728286534200301, "S12": -6.729865546812186, "W13": -21.953933464964777, "S13": -21.953933464964777, "W21": -25.126327699365486, "S21": -27.09575695743311, "W22": -39.812808671215272, "S22": -39.812808671215272, "W31": -73.920206918422963, "S31": -75.377106248253085, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.0, 506820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1526519130618702, "S12": -7.1526519130618702, "W13": -18.965709771061221, "S13": -30.861856884650933, "W21": -41.044950569366968, "S21": -41.818982851674676, "W22": -39.775214011674635, "S22": -39.775214011674635, "W31": -73.813265478524144, "S31": -75.164608120137814, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106068.5, 518978.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76747203579395551, "W12": -7.7558294407861696, "S12": -7.7558294407861696, "W13": -23.282789611853477, "S13": -23.282789611853477, "W21": -30.549057850199631, "S21": -30.549057850199631, "W22": -39.619887943425596, "S22": -39.619887943425596, "W31": -73.706324038625354, "S31": -74.952109992022571, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106069.333333333328483, 507328.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.7512229902713772, "S12": -4.7512229902713772, "W13": -20.111242759347022, "S13": -22.441886962469422, "W21": -41.572352342794609, "S21": -42.42404925139676, "W22": -39.435846897442794, "S22": -39.435846897442794, "W31": -73.588967530959934, "S31": -74.743305667568848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106069.5, 498753.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.033991593835479353, "S11": 0.033991593835479353, "W12": -6.63142675275075, "S12": -7.3568984508639579, "W13": -21.380863335012499, "S13": -21.380863335012499, "W21": -25.671560937415897, "S21": -28.731954467799177, "W22": -39.251805851459991, "S22": -39.251805851459991, "W31": -73.419535684461437, "S31": -74.483570767335891, "W32": -94.903682687736975, "S32": -99.903682687736975 }, "geometry": { "type": "Point", "coordinates": [ 106069.5, 506735.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48108888997054622, "S11": -0.48108888997054622, "W12": -9.6523661249041286, "S12": -9.7490624525824821, "W13": -15.439142590789835, "S13": -23.915695792408499, "W21": -39.614768348010223, "S21": -39.614768348010223, "W22": -39.067764805477189, "S22": -39.067764805477189, "W31": -73.250103837962939, "S31": -74.223835867102935, "W32": -94.334754406386963, "S32": -99.334754406386963 }, "geometry": { "type": "Point", "coordinates": [ 106069.5, 515102.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5871930602193878, "S12": -7.5871930602193878, "W13": -17.276086872996757, "S13": -30.543198299673548, "W21": -42.044079719153785, "S21": -43.418762994578472, "W22": -38.883723759494387, "S22": -38.883723759494387, "W31": -73.080671991464456, "S31": -73.964100966869992, "W32": -93.765826125036966, "S32": -98.765826125036966 }, "geometry": { "type": "Point", "coordinates": [ 106069.666666666671517, 518320.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86205289744063007, "S11": -0.86205289744063007, "W12": -7.2948945397196567, "S12": -7.2948945397196567, "W13": -16.431180666211276, "S13": -20.449998514004044, "W21": -31.591730851697147, "S21": -31.591730851697147, "W22": -38.699682713511585, "S22": -38.699682713511585, "W31": -72.911240144965973, "S31": -73.70436606663705, "W32": -93.196897843686955, "S32": -98.196897843686955 }, "geometry": { "type": "Point", "coordinates": [ 106070.0, 501358.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083850931677018653, "S11": 0.083850931677018653, "W12": -5.5343746594500347, "S12": -5.8757233771501376, "W13": -21.787572351488524, "S13": -21.787572351488524, "W21": -24.862037493902712, "S21": -27.004016646806413, "W22": -38.51564166752879, "S22": -38.51564166752879, "W31": -72.741808298467475, "S31": -73.444631166404093, "W32": -92.627969562336958, "S32": -97.627969562336958 }, "geometry": { "type": "Point", "coordinates": [ 106070.0, 506797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17873587275010461, "S11": -0.17873587275010461, "W12": -10.005579524746951, "S12": -13.460041949049542, "W13": -18.857216691928858, "S13": -36.440778854602847, "W21": -40.0, "S21": -40.0, "W22": -38.579639126400046, "S22": -38.579639126400046, "W31": -72.572376451968978, "S31": -73.184896266171137, "W32": -92.059041280986946, "S32": -97.059041280986946 }, "geometry": { "type": "Point", "coordinates": [ 106070.0, 512658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0624736388549358, "S12": -9.0624736388549358, "W13": -15.0, "S13": -23.279804397775031, "W21": -38.576351020303072, "S21": -38.576351020303072, "W22": -38.645942388105269, "S22": -38.645942388105269, "W31": -72.402944605470495, "S31": -72.925161365938195, "W32": -91.490112999636935, "S32": -96.490112999636935 }, "geometry": { "type": "Point", "coordinates": [ 106070.636363636367605, 515712.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7798513057603399, "S11": -1.5875229201539991, "W12": -5.0, "S12": -6.3053981509096335, "W13": -20.000000000000004, "S13": -20.429926844072458, "W21": -30.0, "S21": -35.269549072712024, "W22": -38.712245649810491, "S22": -38.859203954663535, "W31": -72.233512758971997, "S31": -72.665426465705238, "W32": -91.056243282544088, "S32": -96.056243282544088 }, "geometry": { "type": "Point", "coordinates": [ 106071.0, 506439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0978497800028144, "S12": -8.0978497800028144, "W13": -15.57854014145947, "S13": -24.623451509368721, "W21": -42.298787662476514, "S21": -43.34764649848551, "W22": -38.775631568000662, "S22": -39.062046052104499, "W31": -72.104483696269995, "S31": -72.450067683633108, "W32": -91.026224104866074, "S32": -96.026224104866074 }, "geometry": { "type": "Point", "coordinates": [ 106071.0, 517547.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17213074915889282, "S11": 0.17213074915889282, "W12": -4.5787317184130121, "S12": -4.5787317184130121, "W13": -13.137512116958089, "S13": -13.137512116958089, "W21": -36.701887274985395, "S21": -37.01699770915662, "W22": -38.839017486190848, "S22": -39.264888149545484, "W31": -71.977246416642799, "S31": -72.2365006846358, "W32": -90.996204927188046, "S32": -95.996204927188046 }, "geometry": { "type": "Point", "coordinates": [ 106071.203125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13944645153391677, "S11": 0.13944645153391677, "W12": -6.6488735515272905, "S12": -7.4403604376472634, "W13": -22.070422587091848, "S13": -22.070422587091848, "W21": -25.346172683923164, "S21": -27.220774650077885, "W22": -38.902403404381097, "S22": -39.467730246986555, "W31": -71.850009137015434, "S31": -72.022933685638208, "W32": -90.966185749510004, "S32": -95.966185749510004 }, "geometry": { "type": "Point", "coordinates": [ 106071.4, 506840.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72366858547312596, "S11": -0.97366858547312596, "W12": -10.747017304189354, "S12": -13.008848287680188, "W13": -26.404110368837003, "S13": -26.404110368837003, "W21": -32.621569031264492, "S21": -32.621569031264492, "W22": -38.965789322571275, "S22": -39.671301754173868, "W31": -71.722771857388224, "S31": -71.809366686640871, "W32": -90.936166571831976, "S32": -95.936166571831976 }, "geometry": { "type": "Point", "coordinates": [ 106072.0, 505516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0128063605207669, "S11": -1.0128063605207669, "W12": -6.9553605496686881, "S12": -17.198846343817877, "W13": -21.157413234938577, "S13": -21.157413234938577, "W21": -30.250536400288869, "S21": -30.250536400288869, "W22": -39.029175240761454, "S22": -39.883809435159918, "W31": -71.595534577761029, "S31": -71.595799687643549, "W32": -90.906147394153962, "S32": -95.906147394153962 }, "geometry": { "type": "Point", "coordinates": [ 106072.0, 509865.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2800988704003959, "S12": -7.2800988704003959, "W13": -18.4737347467455, "S13": -32.191585740438128, "W21": -41.112428084860326, "S21": -42.516375245005804, "W22": -39.092561158951632, "S22": -40.09631711614594, "W31": -71.46829729813382, "S31": -71.46829729813382, "W32": -90.876128216475948, "S32": -95.876128216475948 }, "geometry": { "type": "Point", "coordinates": [ 106072.0, 518786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1999999999998061, "S11": 2.1999999999998061, "W12": -4.6447744553319801, "S12": -7.2879048220615221, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.968106467173506, "S21": -40.968106467173506, "W22": -39.155947077141811, "S22": -40.308824797132097, "W31": -71.341060018506624, "S31": -71.341060018506624, "W32": -90.846109038797934, "S32": -95.846109038797934 }, "geometry": { "type": "Point", "coordinates": [ 106072.285714285710128, 524624.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19653258791857645, "S11": 0.19653258791857645, "W12": -4.6964449129230212, "S12": -4.6964449129230212, "W13": -14.815581674421352, "S13": -14.815581674421352, "W21": -40.546263968617346, "S21": -40.737988879011638, "W22": -39.21933299533206, "S22": -40.516181078704413, "W31": -71.213822738879259, "S31": -71.239762968273212, "W32": -90.816089861119877, "S32": -95.816089861119877 }, "geometry": { "type": "Point", "coordinates": [ 106072.4, 498054.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14616986100053009, "S11": 0.14616986100053009, "W12": -6.2379864839976964, "S12": -7.4796115385376503, "W13": -22.170481236488051, "S13": -22.170481236488051, "W21": -25.830307873943561, "S21": -27.437532653349471, "W22": -39.282718913522238, "S22": -40.716421178925714, "W31": -71.086585459252063, "S31": -71.186954235856589, "W32": -90.786070683441849, "S32": -95.786070683441849 }, "geometry": { "type": "Point", "coordinates": [ 106072.8, 506884.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.41099888502703563, "W12": -4.9739202660289941, "S12": -6.7598029214961697, "W13": -14.917625449084163, "S13": -16.27003589166598, "W21": -40.830992703317271, "S21": -41.203674154930177, "W22": -39.346104831712424, "S22": -40.916661279147021, "W31": -70.929811831057876, "S31": -71.104609154872989, "W32": -90.750963935756928, "S32": -95.750963935756928 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 498247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.882984020027497, "S13": -20.67951047110256, "W21": -35.009232896924402, "S21": -35.009232896924402, "W22": -39.409490749902595, "S22": -41.071371031445125, "W31": -70.771184163196665, "S31": -71.020410034222365, "W32": -90.702462747144438, "S32": -95.702462747144438 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 500883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1539627685586672, "S11": -0.1539627685586672, "W12": -4.8493713017751476, "S12": -7.2443228011437562, "W13": -17.778895140351679, "S13": -21.021821541576205, "W21": -29.999999999999996, "S21": -32.722194329789261, "W22": -39.472876668092773, "S22": -41.081556891811665, "W31": -70.612556495335454, "S31": -70.936210913571742, "W32": -90.653961558531947, "S32": -95.653961558531947 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 502855.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.69627004566806, "S12": -13.884555100782134, "W13": -24.131355932203391, "S13": -24.131355932203391, "W21": -30.0, "S21": -30.0, "W22": -39.53626258628303, "S22": -41.091742752178227, "W31": -70.453928827474058, "S31": -70.852011792921033, "W32": -90.639473684210515, "S32": -95.639473684210515 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 508409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48211565839822756, "S11": -0.48211565839822756, "W12": -5.957404367440942, "S12": -5.957404367440942, "W13": -20.0, "S13": -22.0, "W21": -43.062915055571935, "S21": -43.639869368761182, "W22": -39.599648504473201, "S22": -41.101928612544761, "W31": -70.295301159612848, "S31": -70.767812672270409, "W32": -90.6394736842105, "S32": -95.6394736842105 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 520789.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2025241638272721, "S11": 2.2025241638272721, "W12": -4.4295032636253371, "S12": -4.4295032636253371, "W13": -16.97836191984419, "S13": -16.97836191984419, "W21": -40.172591167614591, "S21": -40.207579621283664, "W22": -39.663034422663387, "S22": -41.112114472911315, "W31": -70.136673491751651, "S31": -70.683613551619786, "W32": -90.640298241755943, "S32": -95.640298241755943 }, "geometry": { "type": "Point", "coordinates": [ 106073.0, 523075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.3131239009072626, "W12": -10.264343411031248, "S12": -13.515295202561237, "W13": -21.689648866085371, "S13": -21.689648866085371, "W21": -29.220348027154412, "S21": -29.220348027154412, "W22": -39.231701797789881, "S22": -44.239263234462847, "W31": -80.0, "S31": -80.0, "W32": -93.409275834011396, "S32": -98.409275834011396 }, "geometry": { "type": "Point", "coordinates": [ 106073.142857142855064, 504743.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5373988360462847, "S11": -1.5373988360462847, "W12": -11.154672438472002, "S12": -20.728966204415308, "W13": -25.660714356971638, "S13": -26.619355938604237, "W21": -39.499258572391994, "S21": -42.349351180349274, "W22": -38.454997576855966, "S22": -41.99246409893086, "W31": -78.999922486628932, "S31": -78.999922486628932, "W32": -93.356700022472211, "S32": -98.356700022472211 }, "geometry": { "type": "Point", "coordinates": [ 106073.428571428565192, 510938.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3003780757292587, "S12": -7.3003780757292587, "W13": -18.396520239720285, "S13": -32.412212969368412, "W21": -41.169643273751625, "S21": -42.861319299342497, "W22": -37.370104671054563, "S22": -40.086413659788512, "W31": -69.50852903904935, "S31": -69.50852903904935, "W32": -95.181594361483008, "S32": -100.18159436148301 }, "geometry": { "type": "Point", "coordinates": [ 106073.5, 518755.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.697313247431364, "S12": -15.697313247431362, "W13": -23.831582034802555, "S13": -23.831582034802555, "W21": -30.0, "S21": -30.0, "W22": -38.091534472535756, "S22": -39.333713208205303, "W31": -65.418054799685564, "S31": -65.963790537745794, "W32": -98.415455046787059, "S32": -103.41545504678706 }, "geometry": { "type": "Point", "coordinates": [ 106074.0, 508548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25996316360840738, "S11": -0.25996316360840738, "W12": -10.0, "S12": -13.853124500559373, "W13": -16.036573586493997, "S13": -27.292167446840175, "W21": -39.798184952241506, "S21": -39.798184952241506, "W22": -40.0, "S22": -40.0, "W31": -56.944950100968718, "S31": -57.274116203149887, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106074.0, 513602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.254374833341009, "S12": -8.254374833341009, "W13": -15.222313014953492, "S13": -23.110931200248011, "W21": -41.813602950011614, "S21": -44.829821519729691, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -57.745305075797567, "S31": -57.745305075797567, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106074.0, 517311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15289327046723064, "S11": 0.15289327046723064, "W12": -5.8040576342744084, "S12": -7.4958208572348184, "W13": -22.267457804925535, "S13": -22.267457804925535, "W21": -26.314443063964664, "S21": -27.654290656621214, "W22": -40.0, "S22": -40.0, "W31": -57.865223621690923, "S31": -57.865223621690923, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106074.2, 506928.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17311629209548518, "S11": -0.17311629209548518, "W12": -4.5694459453474394, "S12": -4.5694459453474394, "W13": -14.646154588020496, "S13": -14.646154588020496, "W21": -40.070627704258548, "S21": -40.070627704258548, "W22": -41.59627966436102, "S22": -41.59627966436102, "W31": -71.342687703887194, "S31": -71.342687703887194, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106074.333333333328483, 497729.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8665290761465876, "S12": -6.1708648218594329, "W13": -19.166834373113304, "S13": -19.208342783314063, "W21": -41.347974782783979, "S21": -42.047806772031294, "W22": -40.0, "S22": -45.771694717660239, "W31": -80.0, "S31": -80.0, "W32": -93.379798094522528, "S32": -98.379798094522528 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 498596.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15384850897066929, "S11": 0.15384850897066921, "W12": -5.641536913987788, "S12": -7.4959025512593254, "W13": -22.299780257979016, "S13": -22.299780257979016, "W21": -26.485765891284188, "S21": -27.733925254801413, "W22": -39.058926603991424, "S22": -41.857891663717687, "W31": -80.0, "S31": -80.0, "W32": -93.406403257148142, "S32": -98.406403257148142 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10802292263610314, "S11": -2.8919770773638969, "W12": -5.4874884887295812, "S12": -7.5124557646300998, "W13": -22.34141714798454, "S13": -22.34141714798454, "W21": -26.675671595380294, "S21": -27.813668088725862, "W22": -45.293484105279902, "S22": -45.301718387657452, "W31": -72.97936468566931, "S31": -72.97936468566931, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 506961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.606895738588513, "S12": -16.264494792402822, "W13": -23.137322730915859, "S13": -23.137322730915859, "W21": -30.0, "S21": -30.0, "W22": -38.60404711642574, "S22": -39.603539730735093, "W31": -63.372563925676445, "S31": -63.372563925676445, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 508690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37919123189375059, "S11": -0.38952036565708775, "W12": -9.8268689967495728, "S12": -15.389832859749173, "W13": -16.559623951681157, "S13": -35.404340051583603, "W21": -40.0, "S21": -40.0, "W22": -30.000000000000004, "S22": -38.992126833477137, "W31": -70.0, "S31": -70.506740441930816, "W32": -92.241216397791206, "S32": -97.241216397791206 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 513079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3206572810581223, "S12": -7.3206572810581223, "W13": -18.319305732695067, "S13": -32.63284019829868, "W21": -41.226858462642923, "S21": -42.945478725870558, "W22": -40.0, "S22": -45.765892643573693, "W31": -80.0, "S31": -80.0, "W32": -93.38175410453978, "S32": -98.38175410453978 }, "geometry": { "type": "Point", "coordinates": [ 106075.0, 518725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8859799020624504, "S12": -7.8859799020624504, "W13": -16.11967397969515, "S13": -25.600145416581235, "W21": -42.740395244750381, "S21": -44.982101734859064, "W22": -37.642559042223958, "S22": -41.46975339828802, "W31": -76.616873553545389, "S31": -76.616873553545389, "W32": -93.333933917091414, "S32": -98.333933917091414 }, "geometry": { "type": "Point", "coordinates": [ 106075.2, 517869.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.048390331420415, "S12": -5.048390331420415, "W13": -16.616670970623929, "S13": -18.088882427100025, "W21": -41.208757411158771, "S21": -41.818839824854301, "W22": -41.944689120063757, "S22": -41.953852457948891, "W31": -72.531046115882361, "S31": -72.531046115882361, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106075.526315789480577, 498501.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010830945558835986, "S11": -0.010830945558835986, "W12": -5.3701287845512615, "S12": -7.5012382549855925, "W13": -22.364434373362769, "S13": -22.364434373362769, "W21": -26.798578253985063, "S21": -27.871048659892804, "W22": -30.0, "S22": -39.135767853403514, "W31": -70.0, "S31": -70.111041417575521, "W32": -92.293141897341968, "S32": -97.293141897341968 }, "geometry": { "type": "Point", "coordinates": [ 106075.6, 506972.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24601549934200928, "S11": -0.24601549934200928, "W12": -4.3726835301165234, "S12": -4.3726835301165234, "W13": -17.15415151337972, "S13": -20.049288859960665, "W21": -30.0, "S21": -31.985386221294362, "W22": -36.147216644392216, "S22": -39.359977871604308, "W31": -72.27335704924171, "S31": -72.27335704924171, "W32": -93.517099935026152, "S32": -98.517099935026152 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 501951.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1549897169718921, "S12": -6.4321481869172477, "W13": -20.900269326768129, "S13": -21.571518011559224, "W21": -26.562663396621542, "S21": -30.734364518553313, "W22": -37.512375995171261, "S22": -39.754678687992815, "W31": -68.919693009964078, "S31": -68.919693009964078, "W32": -95.592565251673534, "S32": -100.59256525167353 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 506667.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069627507163323804, "S11": 0.069627507163323804, "W12": -5.4247935055183261, "S12": -7.4974652464404183, "W13": -22.343857167531752, "S13": -22.343857167531752, "W21": -26.716675811089466, "S21": -27.840504634931861, "W22": -49.927096837145761, "S22": -49.927509654577754, "W31": -74.358802521244854, "S31": -76.945885200291755, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 506965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81532047269655494, "S11": -0.81532047269655494, "W12": -10.531610271353124, "S12": -20.413797408856418, "W13": -24.595155940543172, "S13": -24.595155940543172, "W21": -34.170325475260093, "S21": -36.559967427031481, "W22": -40.183486238532112, "S22": -40.183486238532112, "W31": -74.552458998739866, "S31": -76.855883507621755, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106076.0, 510473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -22.852309703942552, "S13": -22.852309703942552, "W21": -29.05962621936705, "S21": -29.05962621936705, "W22": -40.0, "S22": -45.469501786974163, "W31": -80.0, "S31": -80.0, "W32": -93.353917786990195, "S32": -98.353917786990195 }, "geometry": { "type": "Point", "coordinates": [ 106076.8, 507175.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47952973720608572, "S11": 0.47952973720608572, "W12": -4.7460571282276351, "S12": -12.121080162423844, "W13": -19.124808388941847, "S13": -21.41181451006485, "W21": -41.727983118906891, "S21": -42.66746564578861, "W22": -40.0, "S22": -40.0, "W31": -55.314758992068832, "S31": -55.482064523495403, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 498853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46812769533582499, "S11": -0.46812769533582499, "W12": -4.7401573254670604, "S12": -7.174065908525229, "W13": -25.054541355696504, "S13": -25.581154409745078, "W21": -40.0, "S21": -42.076280936952301, "W22": -36.364210299364949, "S22": -39.607214552928781, "W31": -72.896648567683954, "S31": -72.896648567683954, "W32": -93.501493085863913, "S32": -98.501493085863913 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 505947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -4.089466312484908, "S12": -6.2274615540283031, "W13": -26.478676097765952, "S13": -26.478676097765952, "W21": -39.586325993955803, "S21": -43.090513090821041, "W22": -39.378745544825939, "S22": -39.378745544825939, "W31": -73.53851894802618, "S31": -74.67473019641757, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 506133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48051575931232082, "S11": -0.48051575931232082, "W12": -5.0, "S12": -7.4625813813007582, "W13": -22.461410941800111, "S13": -22.461410941800111, "W21": -27.282713444005516, "S21": -28.087806663164276, "W22": -39.139492185048297, "S22": -39.139492185048297, "W31": -73.318257547578142, "S31": -74.33707482611473, "W32": -94.730661117120633, "S32": -99.730661117120633 }, "geometry": { "type": "Point", "coordinates": [ 106077.0, 507016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17324872722584342, "S11": -0.17324872722584342, "W12": -4.577252436575229, "S12": -4.577252436575229, "W13": -14.651655639973566, "S13": -14.651815885609274, "W21": -40.083195114507944, "S21": -40.083195114507944, "W22": -38.655906026599517, "S22": -39.484016362384288, "W31": -63.13377077527754, "S31": -63.296838701503361, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106077.18518518518249, 497736.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2536667508089838, "S12": -7.2536667508089838, "W13": -18.582536086871997, "S13": -31.927448125925462, "W21": -41.019091449753397, "S21": -41.939426051799487, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106077.25, 518826.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23394289140373228, "S11": 0.23394289140373228, "W12": -10.892380263883249, "S12": -10.892380263883249, "W13": -16.718166085426219, "S13": -21.577912884741231, "W21": -34.307533781582549, "S21": -34.307533781582549, "W22": -40.0, "S22": -45.826815768921691, "W31": -80.0, "S31": -80.0, "W32": -93.342683438246723, "S32": -98.342683438246723 }, "geometry": { "type": "Point", "coordinates": [ 106078.0, 500810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48107083457407018, "S11": -0.48107083457407018, "W12": -10.0, "S12": -20.410391301885724, "W13": -23.211910323696262, "S13": -33.014699927287623, "W21": -39.864609437741287, "S21": -39.864609437741287, "W22": -40.0, "S22": -45.732843997238291, "W31": -80.0, "S31": -80.0, "W32": -93.39372769407521, "S32": -98.39372769407521 }, "geometry": { "type": "Point", "coordinates": [ 106078.0, 511500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27868391713652579, "S11": -0.27868391713652579, "W12": -4.9985819953478536, "S12": -4.9985819953478536, "W13": -17.462338993706709, "S13": -17.462338993706709, "W21": -35.940667307811914, "S21": -35.940667307811914, "W22": -37.800111494084092, "S22": -38.182881241962072, "W31": -66.609059912323431, "S31": -66.609059912323431, "W32": -96.724372540317688, "S32": -101.72437254031769 }, "geometry": { "type": "Point", "coordinates": [ 106078.4, 496811.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55172680035242871, "S11": -1.8062489985429913, "W12": -10.0, "S12": -13.84335003350809, "W13": -19.293907608049427, "S13": -21.516198350521474, "W21": -30.0, "S21": -30.0, "W22": -41.313490498612602, "S22": -41.322186785741899, "W31": -72.568819509807653, "S31": -72.568819509807653, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106078.444444444437977, 503981.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51512389129468938, "S11": -0.51512389129468938, "W12": -5.0, "S12": -5.0, "W13": -16.443562337991388, "S13": -18.304557242638761, "W21": -29.304684557046421, "S21": -29.304684557046421, "W22": -39.356549729054713, "S22": -40.92255057946349, "W31": -70.925975457463736, "S31": -71.075549436883776, "W32": -90.784927609534037, "S32": -95.784927609534037 }, "geometry": { "type": "Point", "coordinates": [ 106079.0, 501574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90410971237537385, "S11": -0.90410971237537385, "W12": -11.348533964669459, "S12": -20.815180586205486, "W13": -25.437301176844684, "S13": -25.437301176844684, "W21": -37.206268977208509, "S21": -37.206268977208509, "W22": -40.0, "S22": -40.0, "W31": -53.020654293766817, "S31": -53.020654293766817, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106079.0, 510706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18247567230717607, "S11": -0.18247567230717607, "W12": -10.066199324594677, "S12": -10.650344825677568, "W13": -20.000000000000004, "S13": -22.617780996057611, "W21": -40.0, "S21": -40.0, "W22": -39.619841783322165, "S22": -39.619841783322165, "W31": -59.277110379585871, "S31": -59.725329116676853, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106079.0, 512172.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26, "S11": -2.73, "W12": -4.73, "S12": -17.23, "W13": -17.24, "S13": -18.73, "W21": -41.830002, "S21": -42.830002, "W22": -39.54182192205019, "S22": -41.073176679699159, "W31": -70.463991614565558, "S31": -70.828302956768411, "W32": -90.662105263157898, "S32": -95.662105263157898 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.99, "S11": 1.99, "W12": -3.26, "S12": -3.26, "W13": -14.5, "S13": -17.6, "W21": -41.102359855614637, "S21": -41.819706982900797, "W22": -50.0, "S22": -50.0, "W31": -74.510667975165688, "S31": -77.459786198656488, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.9249632748996177, "S12": -6.1081326738067219, "W13": -20.811072804423045, "S13": -21.680536199189362, "W21": -26.668135370359938, "S21": -31.054040034634667, "W22": -36.731172439519447, "S22": -36.731172439519447, "W31": -70.664344692223949, "S31": -71.866958042762803, "W32": -91.055437713731706, "S32": -96.055437713731706 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 506655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19902945364610658, "S11": -0.19902945364610658, "W12": -12.026407305809458, "S12": -12.026407305809458, "W13": -16.517317963874884, "S13": -21.28293869275074, "W21": -33.473358895028554, "S21": -33.473358895028554, "W22": -30.0, "S22": -37.946996127814074, "W31": -70.0, "S31": -70.0, "W32": -92.453427090127434, "S32": -97.453427090127434 }, "geometry": { "type": "Point", "coordinates": [ 106080.75, 500719.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9770977681463355, "S12": -4.9770977681463355, "W13": -14.928217503975509, "S13": -16.37420543841608, "W21": -40.852320611896673, "S21": -41.225597941645809, "W22": -38.729523698125512, "S22": -39.320640327952901, "W31": -62.807408298310754, "S31": -63.324425367419828, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106081.4, 498255.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2562296394937356, "S11": 1.2562296394937356, "W12": -6.886207054723692, "S12": -6.886207054723692, "W13": -17.438678240208485, "S13": -22.991270049184198, "W21": -37.435853351465198, "S21": -37.435853351465198, "W22": -31.630431408895451, "S22": -36.524693939413908, "W31": -70.0, "S31": -72.975164776944609, "W32": -91.515712394033656, "S32": -96.515712394033656 }, "geometry": { "type": "Point", "coordinates": [ 106081.666666666671517, 501165.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4, "S11": -1.4, "W12": -7.4, "S12": -7.4, "W13": -16.1, "S13": -19.778742006451836, "W21": -30.601899654152675, "S21": -30.601899654152675, "W22": -39.542780082181118, "S22": -41.065637387063568, "W31": -70.471072403238637, "S31": -70.820576482307317, "W32": -90.671052631578945, "S32": -95.671052631578945 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58238534538761022, "S11": -2.4557080654239991, "W12": -10.813768988148114, "S12": -11.651739193480168, "W13": -25.0, "S13": -25.373277845409635, "W21": -30.759573056954679, "S21": -30.759573056954679, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 505223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.619567133483498, "S12": -5.6613157673632797, "W13": -20.619875180841539, "S13": -21.942177729801251, "W21": -27.117446531734853, "S21": -32.031006529456818, "W22": -43.54626671883976, "S22": -43.556072944415831, "W31": -72.471028014964944, "S31": -72.471028014964944, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 506622.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6773394808738695, "S12": -6.6773394808738695, "W13": -23.058568523633305, "S13": -23.058568523633305, "W21": -29.988431240674856, "S21": -29.988431240674856, "W22": -40.0, "S22": -40.0, "W31": -74.517110336970688, "S31": -76.776102385691189, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 507274.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0546792793054807, "S11": -2.0546792793054807, "W12": -9.9506434051909132, "S12": -20.028399064902452, "W13": -25.123199959952103, "S13": -27.253360862136788, "W21": -39.635413306257064, "S21": -39.999999999999993, "W22": -39.335541483219657, "S22": -40.83585411997668, "W31": -70.985166917832657, "S31": -71.081956842892978, "W32": -90.820244041221457, "S32": -95.820244041221457 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 511036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0404052041705381, "S12": -7.0404052041705381, "W13": -19.417786623886332, "S13": -29.7185274920529, "W21": -41.172205688766127, "S21": -41.826258888103531, "W22": -48.181224790655826, "S22": -48.631651417496791, "W31": -72.986915728778968, "S31": -72.986915728778968, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 519150.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9244379857389529, "S12": -7.9244379857389529, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -42.034132918687895, "S21": -42.034132918687895, "W22": -30.896760284085399, "S22": -37.473666789901856, "W31": -70.0, "S31": -72.496841806837267, "W32": -91.638874554020603, "S32": -96.638874554020603 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 525056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59102054340625954, "S11": -4.1162135921582665, "W12": -10.0, "S12": -13.169699119588531, "W13": -20.398830137109698, "S13": -20.398830137109698, "W21": -29.263437550436912, "S21": -29.263437550436912, "W22": -38.01153349203414, "S22": -38.488675217769504, "W31": -70.515234121327026, "S31": -71.718567105290973, "W32": -90.745979299520442, "S32": -95.745979299520442 }, "geometry": { "type": "Point", "coordinates": [ 106082.333333333328483, 504488.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5608326412737892, "S12": -7.5608326412737892, "W13": -17.393007943560985, "S13": -30.86065739393781, "W21": -41.931646533642457, "S21": -42.163748836147988, "W22": -40.0, "S22": -45.678115050844269, "W31": -80.0, "S31": -80.0, "W32": -93.412695335780029, "S32": -98.412695335780029 }, "geometry": { "type": "Point", "coordinates": [ 106082.333333333328483, 518362.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14419480089019376, "S11": -0.14419480089019376, "W12": -7.2497994874704128, "S12": -10.113020839073267, "W13": -14.999574117047391, "S13": -18.018463913869589, "W21": -38.596825442154355, "S21": -38.596825442154355, "W22": -37.501070239399816, "S22": -41.199260271109409, "W31": -76.201136124553074, "S31": -76.201136124553074, "W32": -93.407013509629195, "S32": -98.407013509629195 }, "geometry": { "type": "Point", "coordinates": [ 106082.5, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2272346312175726, "S12": -7.2272346312175726, "W13": -18.691337426998494, "S13": -31.674044815629564, "W21": -40.925754814646467, "S21": -41.362476858593162, "W22": -44.27694533577813, "S22": -44.279360503871452, "W31": -73.651874759965935, "S31": -75.069988603789994, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106082.5, 518867.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69215018787505067, "S11": -0.69215018787505067, "W12": -9.7811720244031726, "S12": -19.829214412211407, "W13": -23.499470908358507, "S13": -23.499470908358507, "W21": -31.783819102879388, "S21": -33.330331612455446, "W22": -36.21640636617736, "S22": -39.401768535173488, "W31": -72.492042688635081, "S31": -72.492042688635081, "W32": -93.563500449566519, "S32": -98.563500449566519 }, "geometry": { "type": "Point", "coordinates": [ 106082.666666666671517, 510300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75024345761926814, "S11": 0.75024345761926814, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -17.372693722694873, "S13": -21.494171166739868, "W21": -36.970975898372558, "S21": -36.970975898372558, "W22": -40.0, "S22": -40.0, "W31": -53.82558724977865, "S31": -53.873128129551482, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106083.0, 501115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55271420968600304, "S11": -0.55271420968600304, "W12": -5.0, "S12": -6.4080978389931129, "W13": -20.0, "S13": -20.47243075743539, "W21": -28.979810703436662, "S21": -34.214040536379066, "W22": -39.473959668543756, "S22": -40.717065089219879, "W31": -70.098356747342436, "S31": -70.792132829346457, "W32": -90.693066507492702, "S32": -95.693066507492702 }, "geometry": { "type": "Point", "coordinates": [ 106083.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18662976374526868, "S11": -0.18662976374526868, "W12": -10.35327794280453, "S12": -15.523536586964617, "W13": -16.8690568453823, "S13": -33.832060966325017, "W21": -40.283804929072595, "S21": -40.283804929072595, "W22": -30.0, "S22": -37.667442760148077, "W31": -70.0, "S31": -70.0, "W32": -92.529221853721737, "S32": -97.529221853721737 }, "geometry": { "type": "Point", "coordinates": [ 106083.0, 513872.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21185370046860463, "S11": 0.21185370046860463, "W12": -4.7265626959170577, "S12": -4.7265626959170577, "W13": -14.836368160669062, "S13": -14.836975866668681, "W21": -40.593267650815562, "S21": -40.797544084507308, "W22": -38.944655531657794, "S22": -38.944655531657794, "W31": -62.133677724363189, "S31": -62.730758640733711, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106083.666666666671517, 498077.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1514911101659262, "S12": -6.1514911101659262, "W13": -20.0, "S13": -32.293164688554008, "W21": -40.680538317143196, "S21": -41.192927285212988, "W22": -40.0, "S22": -40.0, "W31": -58.449588808569167, "S31": -58.910649270942557, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106083.705882352936896, 520496.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15943614585836605, "S11": -0.15943614585836605, "W12": -4.4791074950690337, "S12": -6.5867450772967127, "W13": -17.442759803578799, "S13": -20.811497717852312, "W21": -30.0, "S21": -30.369808430952581, "W22": -35.921659099968906, "S22": -35.921659099968906, "W31": -70.468885340364892, "S31": -71.946347246488145, "W32": -91.20112676793768, "S32": -96.20112676793768 }, "geometry": { "type": "Point", "coordinates": [ 106084.0, 502446.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8919399092970526, "S12": -7.0400792478335017, "W13": -20.0, "S13": -20.555930969955298, "W21": -41.454282215613652, "S21": -42.207289608086768, "W22": -36.508883587590176, "S22": -39.737916660745405, "W31": -73.330587280783661, "S31": -73.330587280783661, "W32": -93.53843192075378, "S32": -98.53843192075378 }, "geometry": { "type": "Point", "coordinates": [ 106084.5, 498661.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5216400560747818, "S12": -8.5216400560747818, "W13": -15.0, "S13": -25.0, "W21": -40.7619125011799, "S21": -40.7619125011799, "W22": -35.927461542196525, "S22": -38.967191381964668, "W31": -70.47355532000438, "S31": -70.47355532000438, "W32": -93.688273288155202, "S32": -98.688273288155202 }, "geometry": { "type": "Point", "coordinates": [ 106084.571428571434808, 516794.357142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78574757114392479, "S11": -0.78574757114392479, "W12": -10.154005609178672, "S12": -20.167292291672151, "W13": -23.989513602271828, "S13": -23.989513602271828, "W21": -32.804654377733222, "S21": -34.893050239337114, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106084.6, 510377.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26206250468410408, "S11": -0.26206250468410408, "W12": -12.164707513443389, "S12": -12.164707513443389, "W13": -16.483481416636113, "S13": -21.229300673472263, "W21": -33.309130538046183, "S21": -33.309130538046183, "W22": -40.0, "S22": -40.0, "W31": -50.196433949006227, "S31": -50.196433949006227, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106085.0, 500706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8814639451402253, "S11": -0.8814639451402253, "W12": -11.06581533418321, "S12": -20.662098794238631, "W13": -25.185351271026516, "S13": -25.185351271026516, "W21": -36.194807685063104, "S21": -36.194807685063104, "W22": -36.38335407743979, "S22": -39.585222913388321, "W31": -72.975223116769826, "S31": -72.975223116769826, "W32": -93.560870868308712, "S32": -98.560870868308712 }, "geometry": { "type": "Point", "coordinates": [ 106085.0, 510633.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3788356987182977, "S11": -0.43629063873880375, "W12": -9.6361325565607068, "S12": -15.467732861777108, "W13": -16.319621751667537, "S13": -32.456352066467048, "W21": -39.97834734405069, "S21": -39.97834734405069, "W22": -31.875948700815698, "S22": -36.151727819012216, "W31": -70.0, "S31": -72.891912619042046, "W32": -91.535331937330909, "S32": -96.535331937330909 }, "geometry": { "type": "Point", "coordinates": [ 106085.7, 513150.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.8746009959176817, "W12": -9.9828492005092375, "S12": -12.995590126855209, "W13": -21.988330652436431, "S13": -21.988330652436431, "W21": -29.261669581715246, "S21": -29.261669581715246, "W22": -44.100747660940577, "S22": -44.110181776481419, "W31": -72.561024944437648, "S31": -72.561024944437648, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106085.714285714289872, 504786.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76899625893515944, "S11": -0.96736437022461907, "W12": -11.293613387978004, "S12": -12.52776716300095, "W13": -26.456718447656044, "S13": -26.456718447656044, "W21": -31.033261820294584, "S21": -31.033261820294584, "W22": -30.0, "S22": -38.420158791565662, "W31": -70.0, "S31": -70.0, "W32": -92.394869945624833, "S32": -97.394869945624833 }, "geometry": { "type": "Point", "coordinates": [ 106086.0, 505459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -39.325816085219508, "S22": -40.772941666771025, "W31": -71.007820378039014, "S31": -71.048673766116011, "W32": -90.86501443594446, "S32": -95.86501443594446 }, "geometry": { "type": "Point", "coordinates": [ 106086.415789473685436, 530016.505263157887384 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77547617207596498, "S11": -0.77547617207596498, "W12": -8.2668972013605337, "S12": -18.404332346482299, "W13": -22.067600173547053, "S13": -22.067600173547053, "W21": -30.118115384615386, "S21": -30.205985710682764, "W22": -37.811898812194194, "S22": -38.348375539359338, "W31": -66.472316934567289, "S31": -66.472316934567289, "W32": -96.997699864660177, "S32": -101.99769986466018 }, "geometry": { "type": "Point", "coordinates": [ 106087.0, 510076.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1498896119645217, "S12": -9.1498896119645217, "W13": -15.0, "S13": -25.0, "W21": -38.916469108447387, "S21": -38.916469108447387, "W22": -39.620113978918397, "S22": -41.047744115750362, "W31": -70.314895985580648, "S31": -70.692414314103019, "W32": -90.706315789473678, "S32": -95.706315789473678 }, "geometry": { "type": "Point", "coordinates": [ 106087.0, 515528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2008025116261614, "S12": -7.2008025116261614, "W13": -18.800138767124992, "S13": -31.411579914947602, "W21": -40.832418179539538, "S21": -40.852409421844044, "W22": -36.550301788702015, "S22": -39.768677291602877, "W31": -73.458403544904016, "S31": -73.458403544904016, "W32": -93.558241287050976, "S32": -98.558241287050976 }, "geometry": { "type": "Point", "coordinates": [ 106087.75, 518908.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9855837302097346, "S12": -16.31093643782151, "W13": -22.104207256565843, "S13": -22.104207256565843, "W21": -30.052142550477171, "S21": -30.052142550477171, "W22": -38.602085188762764, "S22": -39.557686173275506, "W31": -63.280610346110905, "S31": -63.280610346110905, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106087.8, 509270.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32374464540694903, "S11": 0.32374464540694903, "W12": -4.3847775453148436, "S12": -9.3847775453148436, "W13": -14.739373046639214, "S13": -17.784043688758082, "W21": -40.291114435767547, "S21": -40.676446044856768, "W22": -38.140917974513052, "S22": -39.711768096935373, "W31": -65.142322910034196, "S31": -65.142322910034196, "W32": -99.007923308327804, "S32": -104.0079233083278 }, "geometry": { "type": "Point", "coordinates": [ 106088.0, 499244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7403528125175256, "S11": -0.7403528125175256, "W12": -10.0, "S12": -20.02602714810844, "W13": -23.734173064926892, "S13": -23.734173064926892, "W21": -32.246910954568179, "S21": -34.108012696679275, "W22": -42.282370497636506, "S22": -42.291566376046134, "W31": -72.465169526669825, "S31": -72.465169526669825, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106088.0, 510338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0704760939503331, "S12": -8.0704760939503331, "W13": -15.63457254339232, "S13": -24.53185830612955, "W21": -42.362929309227788, "S21": -43.302297124242635, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106088.0, 517591.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79621543240543291, "S11": -0.79621543240543291, "W12": -10.205840830449825, "S12": -20.205840830449823, "W13": -24.109397126250826, "S13": -24.109397126250826, "W21": -33.031376188438685, "S21": -35.301395562659209, "W22": -38.591205413139647, "S22": -39.579481011106509, "W31": -63.324131394458725, "S31": -63.324131394458725, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106089.0, 510397.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9753709385601752, "S12": -8.9753709385601752, "W13": -15.0, "S13": -21.193949851081804, "W21": -38.871115661030316, "S21": -38.871115661030316, "W22": -38.689035136028529, "S22": -38.689035136028529, "W31": -72.360347462794564, "S31": -72.900745553687784, "W32": -92.126673165139366, "S32": -97.126673165139366 }, "geometry": { "type": "Point", "coordinates": [ 106090.447368421053397, 515877.723684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72501259586855504, "S11": -2.7250125958685549, "W12": -4.448056025114707, "S12": -4.4790344765817993, "W13": -25.874678400180514, "S13": -25.874678400180514, "W21": -38.480362441374474, "S21": -42.381488389135384, "W22": -39.608515174006264, "S22": -45.206633085888896, "W31": -80.0, "S31": -80.0, "W32": -93.567729417032652, "S32": -98.567729417032652 }, "geometry": { "type": "Point", "coordinates": [ 106091.0, 506187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39187168855283772, "S11": -0.40037732481783261, "W12": -9.8698221394397567, "S12": -15.283326342081416, "W13": -16.695133046096075, "S13": -35.341287423518743, "W21": -40.0, "S21": -40.0, "W22": -37.359581436575674, "S22": -40.92876714393077, "W31": -75.785398695560787, "S31": -75.785398695560787, "W32": -93.478948192498876, "S32": -98.478948192498876 }, "geometry": { "type": "Point", "coordinates": [ 106091.0, 513054.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54545463348972789, "S11": -0.54545463348972789, "W12": -10.323769305172757, "S12": -11.962772124962555, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -33.054850749163933, "S22": -39.215171749423668, "W31": -70.0, "S31": -70.0, "W32": -92.926744685495407, "S32": -97.926744685495407 }, "geometry": { "type": "Point", "coordinates": [ 106091.5, 508289.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9152139586090211, "S12": -7.9152139586090211, "W13": -16.024486147194782, "S13": -24.703955802744119, "W21": -42.684018280255884, "S21": -45.259980049751526, "W22": -39.999999999999993, "S22": -45.590337458114831, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -93.443636567020278, "S32": -98.443636567020278 }, "geometry": { "type": "Point", "coordinates": [ 106091.6, 517827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6041297353452162, "S12": -8.6041297353452162, "W13": -15.0, "S13": -25.0, "W21": -40.42352467576606, "S21": -40.42352467576606, "W22": -36.717249499964446, "S22": -39.952131669817717, "W31": -73.94158397303876, "S31": -73.94158397303876, "W32": -93.555611705793183, "S32": -98.555611705793183 }, "geometry": { "type": "Point", "coordinates": [ 106091.612068965521757, 516624.737068965507206 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.3815339795828638, "W12": -10.206462035541195, "S12": -13.454870031116748, "W13": -21.647831468192091, "S13": -21.647831468192091, "W21": -29.285522584215258, "S21": -29.285522584215258, "W22": -42.031454783746838, "S22": -42.031454783746838, "W31": -74.500529427034408, "S31": -76.818624765346613, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106092.0, 504737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4544173475801383, "S11": -2.4544173475801387, "W12": -4.1473221894460828, "S12": -6.458690762943549, "W13": -25.809909377407379, "S13": -25.809909377407379, "W21": -39.261090832973558, "S21": -42.385590199902822, "W22": -38.553789388829884, "S22": -38.553789388829884, "W31": -72.71560150280196, "S31": -73.451182010597847, "W32": -93.430936972478094, "S32": -98.430936972478094 }, "geometry": { "type": "Point", "coordinates": [ 106092.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.615747481897611, "S12": -13.590625718247264, "W13": -24.385593220338983, "S13": -24.385593220338983, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.608264013920149, "S22": -39.371125685869345, "W31": -70.254177903904505, "S31": -71.50990752655872, "W32": -90.752492676157686, "S32": -95.752492676157686 }, "geometry": { "type": "Point", "coordinates": [ 106092.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53206498845198491, "S11": -0.70556160114295685, "W12": -10.202689018354132, "S12": -10.506670903340888, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.368002648759088, "S22": -40.368002648759088, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106093.0, 508187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23046419851649064, "S11": -0.23046419851649064, "W12": -10.282520744045335, "S12": -15.768543069120206, "W13": -16.446030192043864, "S13": -30.287854641918692, "W21": -40.145418042709224, "S21": -40.145418042709224, "W22": -36.65355687581561, "S22": -39.868618768562229, "W31": -73.764525993883993, "S31": -73.764525993883993, "W32": -93.575370755643647, "S32": -98.575370755643647 }, "geometry": { "type": "Point", "coordinates": [ 106093.0, 513747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1743703920347492, "S12": -7.1743703920347492, "W13": -18.908940107251489, "S13": -31.147247664013801, "W21": -40.739081544432615, "S21": -40.965255551101436, "W22": -36.884197211226876, "S22": -40.13558604803255, "W31": -74.424764401173505, "S31": -74.424764401173505, "W32": -93.552982124535362, "S32": -98.552982124535362 }, "geometry": { "type": "Point", "coordinates": [ 106093.0, 518949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22025843662477995, "S11": 0.22025843662477995, "W12": -4.7519396568099053, "S12": -4.7519396568099053, "W13": -14.853816258319091, "S13": -14.853816258319089, "W21": -40.632647241037674, "S21": -40.847293298385331, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106093.2, 498097.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7912414976413178, "S12": -6.7912414976413178, "W13": -20.0, "S13": -26.736360656575982, "W21": -41.852348190812585, "S21": -42.063169165924016, "W22": -39.654558975115037, "S22": -40.96265842032895, "W31": -70.080321385610773, "S31": -70.549691463018704, "W32": -90.731578947368405, "S32": -95.731578947368405 }, "geometry": { "type": "Point", "coordinates": [ 106093.4, 519529.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1786734609329815, "S11": -0.1786734609329815, "W12": -4.6224873850332973, "S12": -4.6224873850332973, "W13": -14.683603863596208, "S13": -14.683603863596208, "W21": -40.15626234060786, "S21": -40.15626234060786, "W22": -40.0, "S22": -45.531167351435386, "W31": -80.0, "S31": -80.0, "W32": -93.46979899731636, "S32": -98.46979899731636 }, "geometry": { "type": "Point", "coordinates": [ 106093.666666666671517, 497773.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -6.4124842280060612, "W13": -18.567116119943648, "S13": -18.908717546189674, "W21": -41.325672314428992, "S21": -41.981787905826842, "W22": -37.663679037646624, "S22": -41.440304523760403, "W31": -76.677001782807736, "S31": -76.677001782807736, "W32": -93.458368094747314, "S32": -98.458368094747314 }, "geometry": { "type": "Point", "coordinates": [ 106094.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38932522045874529, "S11": 0.38932522045874529, "W12": -4.8285240286293822, "S12": -15.496921343502009, "W13": -17.424679453879151, "S13": -18.836121843089348, "W21": -41.811001557024639, "S21": -42.784026888533646, "W22": -38.241132180484087, "S22": -38.804633665880523, "W31": -70.372581774069587, "S31": -71.879741915542326, "W32": -90.779497491509886, "S32": -95.779497491509886 }, "geometry": { "type": "Point", "coordinates": [ 106094.0, 498925.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23790371724558179, "S11": 0.23790371724558179, "W12": -5.0, "S12": -5.0, "W13": -20.3368192687727, "S13": -21.655812497690011, "W21": -27.286982758688673, "S21": -32.382339885644399, "W22": -50.0, "S22": -50.000339605937143, "W31": -74.353455659116079, "S31": -77.127368405753614, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106094.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59454551830396829, "W12": -6.969512794077982, "S12": -16.277385203834378, "W13": -21.971887157213793, "S13": -21.971887157213793, "W21": -30.221092152351741, "S21": -30.221092152351741, "W22": -50.0, "S22": -50.0, "W31": -74.542685118411072, "S31": -77.037907116293354, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106094.571428571434808, 509484.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5344722223281542, "S12": -7.5344722223281542, "W13": -17.50992901412538, "S13": -31.178116488202527, "W21": -41.819213348130965, "S21": -42.652170458740443, "W22": -30.0, "S22": -37.957213731049556, "W31": -70.0, "S31": -71.311229699474708, "W32": -92.132217149476261, "S32": -97.132217149476261 }, "geometry": { "type": "Point", "coordinates": [ 106095.0, 518404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51504161643159341, "S11": -1.250088875410782, "W12": -10.003924948384581, "S12": -10.124867377775988, "W13": -25.0, "S13": -25.0, "W21": -30.615789956291835, "S21": -30.615789956291835, "W22": -40.0, "S22": -45.206368429818134, "W31": -80.0, "S31": -80.0, "W32": -93.473643656861455, "S32": -98.473643656861455 }, "geometry": { "type": "Point", "coordinates": [ 106095.8, 508051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32037037037037031, "S11": -0.32037037037037031, "W12": -5.0, "S12": -7.2255816690469779, "W13": -17.993270266287617, "S13": -21.160973366471392, "W21": -30.0, "S21": -32.88197057817311, "W22": -37.051144922489101, "S22": -40.379802851789293, "W31": -74.907944829307681, "S31": -74.907944829307681, "W32": -93.55035254327764, "S32": -98.55035254327764 }, "geometry": { "type": "Point", "coordinates": [ 106096.0, 503067.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1437086092715232, "S11": -3.05498417930403, "W12": -9.8923076923076927, "S12": -11.267926287171894, "W13": -20.171143913694571, "S13": -21.181366576059201, "W21": -31.943017579682866, "S21": -37.219697287481054, "W22": -30.0, "S22": -37.70840062040169, "W31": -70.0, "S31": -70.0, "W32": -92.57322773564664, "S32": -97.57322773564664 }, "geometry": { "type": "Point", "coordinates": [ 106096.0, 506367.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1726042461977615, "S12": -6.2753594916634921, "W13": -15.0, "S13": -15.0, "W21": -39.803146429520659, "S21": -39.803146429520659, "W22": -38.862122142449209, "S22": -39.205261031801243, "W31": -71.944566294597266, "S31": -72.279424930275539, "W32": -91.150148574318777, "S32": -96.150148574318777 }, "geometry": { "type": "Point", "coordinates": [ 106096.428571428565192, 524186.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24248906271120543, "S11": -0.24248906271120543, "W12": -10.270019236882201, "S12": -15.840708047119065, "W13": -16.335768096432034, "S13": -29.398126569524742, "W21": -40.11254530656857, "S21": -40.11254530656857, "W22": -39.657132190583177, "S22": -39.657132190583177, "W31": -59.020517939060788, "S31": -59.520517939060788, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106096.5, 513714.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17979074028042183, "S11": -0.17979074028042183, "W12": -4.6314090892936184, "S12": -4.6314090892936184, "W13": -14.689890780114002, "S13": -14.690073917983351, "W21": -40.170625095178586, "S21": -40.170625095178586, "W22": -40.99294639341511, "S22": -40.99294639341511, "W31": -70.609029943297344, "S31": -70.609029943297344, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106096.925925925927004, 497780.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6644458281444624, "S11": -1.1644458281444625, "W12": -11.426423260494529, "S12": -11.983668287405134, "W13": -25.967777919352692, "S13": -26.13922514593969, "W21": -30.949833535348088, "S21": -30.949833535348088, "W22": -40.0, "S22": -40.0, "W31": -53.436952030417196, "S31": -53.436952030417196, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106097.0, 505351.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -37.460946822672987, "S22": -39.36187481634488, "W31": -68.760771904052604, "S31": -68.760771904052604, "W32": -95.729233715242017, "S32": -100.72923371524202 }, "geometry": { "type": "Point", "coordinates": [ 106097.811538461537566, 530034.992307692300528 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0406308682633583, "S12": -5.0406308682633583, "W13": -15.293670225130915, "S13": -17.257704020961054, "W21": -41.169002766307692, "S21": -41.718995692170715, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106097.894736842106795, 498457.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33608767759411801, "S11": 0.33608767759411801, "W12": -4.9863001233806292, "S12": -4.9863001233806292, "W13": -12.794935177182369, "S13": -12.794935177182369, "W21": -40.0, "S21": -42.937618015245825, "W22": -39.698406035786697, "S22": -41.022311551801536, "W31": -70.16580035659554, "S31": -70.556525671437456, "W32": -90.750526315789472, "S32": -95.750526315789472 }, "geometry": { "type": "Point", "coordinates": [ 106098.0, 497271.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67169783464566923, "S11": 0.67169783464566923, "W12": -8.2143075356415469, "S12": -8.2143075356415469, "W13": -17.323652563807773, "S13": -21.936925206739467, "W21": -36.873390054584391, "S21": -36.873390054584391, "W22": -39.951016978218021, "S22": -39.951016978218021, "W31": -74.288004041386301, "S31": -76.149241110375627, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106098.0, 501121.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82165230546602652, "S11": -0.82165230546602652, "W12": -10.0, "S12": -13.362158136648372, "W13": -19.707770342258311, "S13": -21.13998104865788, "W21": -29.619600734124347, "S21": -29.619600734124347, "W22": -30.0, "S22": -39.249999112697999, "W31": -70.0, "S31": -70.235521461309276, "W32": -92.400146139173842, "S32": -97.400146139173842 }, "geometry": { "type": "Point", "coordinates": [ 106098.0, 504135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61050837830161886, "S11": -4.1023689052426535, "W12": -10.0, "S12": -13.117467009912229, "W13": -20.345864932646535, "S13": -20.345864932646535, "W21": -29.317904821193885, "S21": -29.317904821193885, "W22": -37.218092633751532, "S22": -40.658274016752159, "W31": -75.391125257442425, "S31": -75.391125257442425, "W32": -93.547722962019847, "S32": -98.547722962019847 }, "geometry": { "type": "Point", "coordinates": [ 106098.0, 504476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.4404907600580819, "W12": -9.9567796115257536, "S12": -12.731309672687736, "W13": -22.287012438787496, "S13": -22.287012438787496, "W21": -29.325687184456072, "S21": -29.325687184456072, "W22": -39.215642678719732, "S22": -39.215642678719732, "W31": -59.916791358499893, "S31": -60.337445084223503, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106098.285714285710128, 504829.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74128915932925632, "S11": -0.74128915932925632, "W12": -9.9057625852246574, "S12": -19.921060678347651, "W13": -23.706049381916067, "S13": -23.706049381916067, "W21": -32.127116514647199, "S21": -34.087592843323876, "W22": -30.0, "S22": -39.246325682423965, "W31": -70.0, "S31": -70.235737625142661, "W32": -92.401802066825468, "S32": -97.401802066825468 }, "geometry": { "type": "Point", "coordinates": [ 106098.333333333328483, 510336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0712730744748566, "S11": -2.0712730744748566, "W12": -10.216055195368027, "S12": -20.216055195368028, "W13": -25.267367210085151, "S13": -27.513627767816477, "W21": -39.40656653430873, "S21": -40.019860626880842, "W22": -37.823686130304296, "S22": -38.513869836756605, "W31": -66.335573956811174, "S31": -66.335573956811174, "W32": -97.271027189002638, "S32": -102.27102718900264 }, "geometry": { "type": "Point", "coordinates": [ 106099.0, 511017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1805735563948279, "S12": -7.1805735563948279, "W13": -15.506205817070207, "S13": -15.506205817070207, "W21": -38.876102408705279, "S21": -38.876102408705279, "W22": -37.935705954839001, "S22": -38.974789865581492, "W31": -65.88761262462954, "S31": -66.144827848977656, "W32": -97.96794756590036, "S32": -102.96794756590036 }, "geometry": { "type": "Point", "coordinates": [ 106099.0, 523822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29554821353949012, "S11": -0.29554821353949012, "W12": -10.219383838498205, "S12": -10.219383838498205, "W13": -14.961583018400113, "S13": -18.162671810639154, "W21": -36.615396154959022, "S21": -36.615396154959022, "W22": -38.771354292687384, "S22": -39.164761169270271, "W31": -62.57016745903163, "S31": -63.369364742545372, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106099.5, 499785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20683987226277342, "S11": -0.20683987226277342, "W12": -10.429201970821321, "S12": -15.714325847761152, "W13": -16.764899395618976, "S13": -32.674609077519236, "W21": -40.299973468332411, "S21": -40.299973468332411, "W22": -39.966746674667469, "S22": -45.469306540052884, "W31": -80.0, "S31": -80.0, "W32": -93.474577798260526, "S32": -98.474577798260526 }, "geometry": { "type": "Point", "coordinates": [ 106099.5, 513842.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3314791221937128, "S12": -7.3314791221937128, "W13": -18.304938508836472, "S13": -32.804877944201031, "W21": -41.195678415872827, "S21": -42.794050055603194, "W22": -38.534009378977338, "S22": -39.668196596302032, "W31": -63.501080178274847, "S31": -63.501080178274847, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106099.5, 518712.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27752004796522511, "S11": 0.27752004796522511, "W12": -10.624936042807578, "S12": -10.624936042807578, "W13": -16.712079848315767, "S13": -21.536188549286166, "W21": -34.146671392269909, "S21": -34.146671392269909, "W22": -32.599027994375561, "S22": -35.011242557064058, "W31": -70.0, "S31": -72.647294720580788, "W32": -91.569673965291472, "S32": -96.569673965291472 }, "geometry": { "type": "Point", "coordinates": [ 106099.75, 500817.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5024436791616651, "S12": -7.5024436791616651, "W13": -17.640036059267509, "S13": -31.558508831191027, "W21": -41.710094184959566, "S21": -41.710094184959566, "W22": -35.934637011651603, "S22": -38.899815645261185, "W31": -70.543660221499323, "S31": -70.543660221499323, "W32": -93.788542886815975, "S32": -98.788542886815975 }, "geometry": { "type": "Point", "coordinates": [ 106099.833333333328483, 518453.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16103532650252333, "S11": 0.16103532650252333, "W12": -4.5065620827770365, "S12": -4.5065620827770365, "W13": -13.101134444383183, "S13": -13.101134444383183, "W21": -36.793812312389861, "S21": -36.945499865793494, "W22": -45.230930490146889, "S22": -45.239654869482237, "W31": -72.717044211422674, "S31": -72.717044211422674, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068269171479662119, "S11": 0.068269171479662119, "W12": -4.7253701817322877, "S12": -4.7253701817322877, "W13": -14.80779234642794, "S13": -14.80779234642794, "W21": -40.497252075712055, "S21": -40.614859602593775, "W22": -41.233470401103908, "S22": -41.241804967009074, "W31": -72.510038737947937, "S31": -72.510038737947937, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2709135802469134, "S11": 1.2709135802469134, "W12": -4.0889964157706089, "S12": -8.3297371565113494, "W13": -16.195337995337994, "S13": -18.341969979923736, "W21": -41.514983585264957, "S21": -42.352526469165461, "W22": -38.622924757258303, "S22": -38.622924757258303, "W31": -72.857182362935205, "S31": -73.690124475087728, "W32": -94.323985941482732, "S32": -99.323985941482732 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27912312071230477, "S11": -0.27912312071230477, "W12": -11.657301210703606, "S12": -11.836788390190785, "W13": -15.022909822147748, "S13": -18.347187701031338, "W21": -34.343141302371833, "S21": -34.426929901647341, "W22": -37.865309238099691, "S22": -38.210744086185564, "W31": -70.468745763859744, "S31": -71.182280333960591, "W32": -90.825541661230616, "S32": -95.825541661230616 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53582731602396672, "S11": -0.78582731602396672, "W12": -6.0401931613092046, "S12": -8.084242921998225, "W13": -18.303974315352971, "S13": -21.357751599705225, "W21": -30.0, "S21": -31.493403927432507, "W22": -36.798230164040831, "S22": -39.999320876378846, "W31": -74.198464706983714, "S31": -74.198464706983714, "W32": -93.612309590533513, "S32": -98.612309590533513 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 503422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.057142857142857162, "S11": -0.057142857142857162, "W12": -5.353031044951523, "S12": -5.353031044951523, "W13": -20.810317885939654, "S13": -21.596558255216372, "W21": -25.991081746108637, "S21": -30.170767377408826, "W22": -37.729181655882087, "S22": -38.148564959195781, "W31": -66.732326676408505, "S31": -66.732326676408505, "W32": -96.723327232648813, "S32": -101.72332723264881 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25451392690592023, "S11": -0.25451392690592023, "W12": -10.257517729719066, "S12": -15.629261376834297, "W13": -16.2255060008202, "S13": -28.508398497130791, "W21": -40.079672570427917, "S21": -40.079672570427917, "W22": -39.296105223672434, "S22": -40.596915739351779, "W31": -71.075453197209129, "S31": -71.075453197209129, "W32": -90.98161050346674, "S32": -95.98161050346674 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 513682.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999997118, "S11": 2.4999999999997118, "W12": -5.4877916318436899, "S12": -5.4877916318436899, "W13": -20.0, "S13": -20.0, "W21": -39.941983887277658, "S21": -40.594518368137308, "W22": -49.370966089540005, "S22": -49.371399829704245, "W31": -74.302077198213667, "S31": -77.003142262731998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106100.0, 521503.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.6170795672836142, "S12": -7.3943853052357378, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.990564285034004, "S21": -40.990564285034004, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106100.142857142855064, 524660.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20483263314608102, "S11": -0.20483263314608102, "W12": -10.0, "S12": -10.939662031854779, "W13": -14.971491439513404, "S13": -18.093412560554601, "W21": -37.004004378726279, "S21": -37.004004378726279, "W22": -38.526504799679799, "S22": -39.674945659828708, "W31": -63.514492013639888, "S31": -63.514492013639888, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106100.25, 499629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.054820788200546, "S12": -9.054820788200546, "W13": -15.0, "S13": -22.807132572758988, "W21": -38.649590875053967, "S21": -38.649590875053967, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106100.487804878051975, 515712.731707317056134 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12920645072867656, "S11": -0.12920645072867656, "W12": -10.049957129824609, "S12": -11.778379645460467, "W13": -20.0, "S13": -27.924853165982782, "W21": -40.0, "S21": -40.0, "W22": -48.151954341351257, "S22": -48.462341202468117, "W31": -72.981109565186628, "S31": -72.981109565186628, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106101.0, 512346.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1870535720833688, "S12": -5.1870535720833688, "W13": -19.302184587290967, "S13": -19.302184587290967, "W21": -39.798378814163627, "S21": -40.366912044242113, "W22": -40.671291486905098, "S22": -40.679216871419605, "W31": -72.545110406841218, "S31": -72.545110406841218, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106101.125, 521959.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18825214899713466, "S11": -0.18825214899713466, "W12": -5.0, "S12": -7.2823679441573255, "W13": -22.240750115737161, "S13": -22.240750115737161, "W21": -27.0231626031436, "S21": -28.219283500590027, "W22": -43.789274654824354, "S22": -43.792268705028164, "W31": -73.345263105052666, "S31": -74.450758494639643, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106102.0, 507001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17997916304914027, "S11": -0.17997916304914027, "W12": -5.7093526588972674, "S12": -5.758366087898092, "W13": -21.212449227785775, "S13": -21.212449227785775, "W21": -24.968588019452113, "S21": -28.140721967854642, "W22": -44.495412844036693, "S22": -44.495412844036693, "W31": -74.468635341594762, "S31": -76.822273265712326, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106103.0, 506743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0240511694804226, "S12": -7.0240511694804226, "W13": -19.505206315298153, "S13": -29.596995394524789, "W21": -40.783103059380885, "S21": -41.362047881903649, "W22": -38.76923835048666, "S22": -38.870350332214855, "W31": -72.208448876353884, "S31": -72.700012306654841, "W32": -92.229158323009031, "S32": -97.229158323009031 }, "geometry": { "type": "Point", "coordinates": [ 106103.0, 519178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0052947094920141602, "S11": -2.7445366050809965, "W12": -4.8362296936047429, "S12": -4.8362296936047429, "W13": -12.92727555325931, "S13": -12.92727555325931, "W21": -40.0, "S21": -41.782747045247717, "W22": -40.069318269428067, "S22": -40.069318269428067, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106104.0, 497380.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4602579107824929, "S11": -1.2618529312065347, "W12": -10.0, "S12": -11.407968361819915, "W13": -24.160109812164912, "S13": -24.660109812164912, "W21": -30.41287954113567, "S21": -30.41287954113567, "W22": -42.620051875208858, "S22": -42.629280294142987, "W31": -72.399292937457304, "S31": -72.399292937457304, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106104.0, 505101.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38174578334200499, "S11": 0.38174578334200499, "W12": -4.8421822348427952, "S12": -4.8421822348427952, "W13": -14.92212637670062, "S13": -15.806403777800211, "W21": -40.812793071637877, "S21": -41.125456602103817, "W22": -50.0, "S22": -50.0, "W31": -74.440615767191233, "S31": -77.311461733347329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106104.2, 498211.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22875708964838443, "S11": -0.22875708964838443, "W12": -10.393823371441727, "S12": -15.83682908883895, "W13": -16.553386068949756, "S13": -30.889034538644616, "W21": -40.230780025150729, "S21": -40.230780025150729, "W22": -36.960243245007433, "S22": -40.196529870248916, "W31": -74.668563939337318, "S31": -74.668563939337318, "W32": -93.612850382951905, "S32": -98.612850382951905 }, "geometry": { "type": "Point", "coordinates": [ 106104.5, 513780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19661722393298836, "S11": -0.19661722393298836, "W12": -10.512643180497857, "S12": -15.705183338406924, "W13": -16.919599260342771, "S13": -33.809028347716016, "W21": -40.381565045189042, "S21": -40.381565045189042, "W22": -39.358513765935996, "S22": -39.358513765935996, "W31": -59.533520500729992, "S31": -59.998508329274614, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106104.5, 513889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.020833333333332, "S13": -13.020833333333332, "W21": -46.0, "S21": -46.0, "W22": -39.310485303677048, "S22": -39.310485303677048, "W31": -73.448794869669598, "S31": -74.631876716822703, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106104.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4704151359952169, "S12": -7.4704151359952169, "W13": -17.770143104409499, "S13": -31.938901174179065, "W21": -41.600975021788244, "S21": -41.827815499285926, "W22": -39.333732009569943, "S22": -40.437685798394156, "W31": -70.059792116336226, "S31": -70.657736209988769, "W32": -90.78816248311395, "S32": -95.78816248311395 }, "geometry": { "type": "Point", "coordinates": [ 106104.666666666671517, 518502.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12152705113677466, "S11": -0.12152705113677466, "W12": -9.0547918763529065, "S12": -10.827996551252319, "W13": -14.995653175139546, "S13": -18.079324550757274, "W21": -37.812266987990704, "S21": -37.812266987990704, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106105.0, 499548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2077888767638929, "S11": -4.2458804390228462, "W12": -9.8425539047998249, "S12": -19.993611439201562, "W13": -24.478623507164521, "S13": -34.645472707397339, "W21": -39.760383334312991, "S21": -39.760383334312991, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -71.382286728861487, "W32": -92.154433248809184, "S32": -97.154433248809184 }, "geometry": { "type": "Point", "coordinates": [ 106105.0, 511195.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0431024078978908, "S12": -8.0431024078978908, "W13": -15.690604945325079, "S13": -23.963298173392516, "W21": -42.423449417757482, "S21": -43.253326211778216, "W22": -38.048605731279245, "S22": -39.516978567480841, "W31": -65.411922470858983, "S31": -65.411922470858983, "W32": -98.77333881881286, "S32": -103.77333881881286 }, "geometry": { "type": "Point", "coordinates": [ 106105.0, 517635.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4183102267945822, "S12": -4.4183102267945822, "W13": -16.951853371962795, "S13": -16.951853371962795, "W21": -39.959504470083303, "S21": -39.959504470083303, "W22": -37.122256325974035, "S22": -40.465167225961025, "W31": -75.138663171690922, "S31": -75.138663171690922, "W32": -93.613391175370296, "S32": -98.613391175370296 }, "geometry": { "type": "Point", "coordinates": [ 106105.0, 523114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23141557829354584, "S11": 0.23141557829354639, "W12": -4.7843741923419394, "S12": -4.7843741923419394, "W13": -14.876201705047405, "S13": -14.87685615766256, "W21": -40.683266591097365, "S21": -40.911429673534641, "W22": -41.839734936247709, "S22": -41.839734936247709, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106105.333333333328483, 498122.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": -0.048934510346825888, "S11": -0.048934510346825888, "W12": -4.599060991578515, "S12": -4.599060991578515, "W13": -14.306588025780361, "S13": -14.306588025780361, "W21": -36.589243028875877, "S21": -36.589243028875877, "W22": -41.889106421447941, "S22": -41.889106421447941, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106105.75, 496946.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8858070694487701, "S12": -4.8858070694487701, "W13": -21.366837809373354, "S13": -23.963651407460475, "W21": -41.630371082935469, "S21": -42.462906365193533, "W22": -38.064534926083439, "S22": -39.58982646123215, "W31": -65.346559576191183, "S31": -65.346559576191183, "W32": -98.880723280900227, "S32": -103.88072328090023 }, "geometry": { "type": "Point", "coordinates": [ 106105.75, 498765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9807443164123324, "S12": -7.5678089930294075, "W13": -20.0, "S13": -20.0, "W21": -41.42887079716526, "S21": -42.132298216520098, "W22": -39.32264381724908, "S22": -40.415021554526881, "W31": -70.056403095029665, "S31": -70.645024722802162, "W32": -90.796485082676213, "S32": -95.796485082676213 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 498628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.720092125518626, "S12": -14.547176331635089, "W13": -15.538676500091659, "S13": -19.607798132892057, "W21": -30.455241015939464, "S21": -30.455241015939464, "W22": -39.568051394724272, "S22": -40.788232289922064, "W31": -70.055300741061771, "S31": -70.459233042223133, "W32": -90.794736842105237, "S32": -95.794736842105237 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 500284.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.266270406990113, "S13": -21.236930270146786, "W21": -36.590176280063972, "S21": -36.590176280063972, "W22": -38.736114965083424, "S22": -38.736114965083424, "W31": -62.339751932219599, "S31": -63.004734317496123, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 501099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51742115312863524, "S11": -0.71676946442942413, "W12": -5.0, "S12": -7.0597657192529804, "W13": -18.252203778807839, "S13": -21.326077557039856, "W21": -30.0, "S21": -32.206457223942991, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 503352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48638002621635512, "S11": -0.48638002621635512, "W12": -9.5954978412802383, "S12": -9.7484640046047577, "W13": -15.281028485885079, "S13": -21.89259914366497, "W21": -39.66105662224701, "S21": -39.66105662224701, "W22": -37.260507638647049, "S22": -40.694942481655517, "W31": -75.539412095113278, "S31": -75.539412095113278, "W32": -93.612814942672074, "S32": -98.612814942672074 }, "geometry": { "type": "Point", "coordinates": [ 106106.0, 515125.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84658349133871136, "S11": -0.84658349133871136, "W12": -7.8387740592754103, "S12": -17.973041503425684, "W13": -21.749634012283281, "S13": -21.749634012283281, "W21": -30.012876116071418, "S21": -30.012876116071418, "W22": -37.83547344841439, "S22": -38.679364134153865, "W31": -66.220644677074546, "S31": -66.220644677074546, "W32": -97.544354513345098, "S32": -102.5443545133451 }, "geometry": { "type": "Point", "coordinates": [ 106106.857142857144936, 510031.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4617645264292542, "S11": -0.59607380773645957, "W12": -5.0, "S12": -7.0993527947787349, "W13": -18.177110197791276, "S13": -21.278847123614305, "W21": -30.0, "S21": -33.0, "W22": -37.284269406940425, "S22": -40.733804581672771, "W31": -75.608762404043958, "S31": -75.608762404043958, "W32": -93.61393196778873, "S32": -98.61393196778873 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 503263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66870664572385996, "W12": -5.0, "S12": -7.076885326576674, "W13": -18.217504970698709, "S13": -21.304343464607264, "W21": -30.000000000000004, "S21": -32.589944918292922, "W22": -39.27879692731176, "S22": -44.654578689198331, "W31": -79.181554349464818, "S31": -79.181554349464818, "W32": -93.521721930027667, "S32": -98.521721930027667 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 503310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66953449709060675, "S11": -0.66953449709060675, "W12": -5.0, "S12": -6.3771978021978022, "W13": -20.0, "S13": -20.771956670559337, "W21": -28.099781694974872, "S21": -33.426473057934714, "W22": -39.208211116355308, "S22": -40.264192067934708, "W31": -71.257242905346089, "S31": -71.257242905346089, "W32": -91.091939052917738, "S32": -96.091939052917738 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 506525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52009939645041137, "S11": -0.52009939645041137, "W12": -10.507671531344288, "S12": -13.11106382391884, "W13": -24.696327683615817, "S13": -24.696327683615817, "W21": -30.0, "S21": -30.0, "W22": -40.354770025432245, "S22": -40.354770025432245, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 508363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98505517772658635, "S11": -0.9850551777265858, "W12": -6.7311558878546682, "S12": -16.946276886476195, "W13": -21.307126248907476, "S13": -21.307126248907476, "W21": -30.160165549496181, "S21": -30.160165549496181, "W22": -48.140438730374846, "S22": -48.395730999450251, "W31": -72.97882529819438, "S31": -72.97882529819438, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 509839.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1693772036017567, "S11": -1.1693772036017567, "W12": -11.424086051809578, "S12": -20.787487789777693, "W13": -25.833524110297159, "S13": -26.877827907765514, "W21": -39.010375596600859, "S21": -39.010375596600859, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2457279109815871, "W12": -9.4692092307119218, "S12": -19.534015420190375, "W13": -24.891223493007313, "S13": -29.596833836045107, "W21": -39.500353894391694, "S21": -39.500353894391694, "W22": -41.192268911123627, "S22": -41.200427387561191, "W31": -72.481907516815951, "S31": -72.481907516815951, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106107.0, 511094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35789694371149305, "S11": -0.35789694371149305, "W12": -5.0, "S12": -5.0, "W13": -16.465116540016059, "S13": -17.993108682306151, "W21": -29.740311692640894, "S21": -29.905011131852593, "W22": -32.016065481899794, "S22": -35.777554782488622, "W31": -70.0, "S31": -72.804591460711876, "W32": -91.623589494252997, "S32": -96.623589494252997 }, "geometry": { "type": "Point", "coordinates": [ 106107.333333333328483, 501613.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.1102177512075517, "W12": -9.9371106205543303, "S12": -12.5321111911652, "W13": -22.511540040949829, "S13": -22.511540040949829, "W21": -29.500680809832222, "S21": -29.500680809832222, "W22": -38.675297852574872, "S22": -38.675297852574872, "W31": -62.293530052322645, "S31": -62.908132050682653, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106108.0, 504862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.944448015155591, "S12": -7.944448015155591, "W13": -15.9292983146944, "S13": -23.807766188907351, "W21": -42.62764131576138, "S21": -45.537858364644102, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106108.0, 517785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0367338314265702, "S12": -5.0367338314265702, "W13": -15.000000000000002, "S13": -17.206573133865593, "W21": -41.149425167225679, "S21": -41.669687263999876, "W22": -44.403669724770644, "S22": -44.403669724770644, "W31": -74.425657383579022, "S31": -76.759071830047645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106109.0, 498436.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.878193086265961, "S12": -6.1649490817385662, "W13": -21.728541337546076, "S13": -24.728541337546076, "W21": -41.661658922455921, "S21": -42.51028123428388, "W22": -39.241140577219902, "S22": -39.241140577219902, "W31": -73.391105823640288, "S31": -74.560356391141127, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106109.0, 498785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20233547490883824, "S11": -0.20233547490883824, "W12": -5.4909607286259918, "S12": -5.5997865394564572, "W13": -21.180033736061663, "S13": -21.180033736061663, "W21": -24.839628589895607, "S21": -28.034934415967708, "W22": -37.446282487907034, "S22": -41.002441937384894, "W31": -76.078861636397562, "S31": -76.078861636397562, "W32": -93.613785149923942, "S32": -98.613785149923942 }, "geometry": { "type": "Point", "coordinates": [ 106109.25, 506744.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12407941616907132, "S11": -0.12407941616907132, "W12": -9.2553629889039541, "S12": -10.913524032570084, "W13": -14.991720529871317, "S13": -18.084074532375752, "W21": -37.732321655591541, "S21": -37.732321655591541, "W22": -41.758667083290582, "S22": -41.758667083290582, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106109.333333333328483, 499559.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4383865928287278, "S12": -7.4383865928287278, "W13": -17.900250149551628, "S13": -32.319293517167566, "W21": -41.491855858616852, "S21": -42.23379157558653, "W22": -35.77790708090275, "S22": -35.77790708090275, "W31": -70.331628217854259, "S31": -71.785756303970487, "W32": -91.29134779225808, "S32": -96.29134779225808 }, "geometry": { "type": "Point", "coordinates": [ 106109.5, 518551.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4502290048768964, "S12": -4.4502290048768964, "W13": -17.04424920289059, "S13": -17.04424920289059, "W21": -40.025259816875348, "S21": -40.025259816875348, "W22": -30.000000000000004, "S22": -37.469805112988908, "W31": -70.0, "S31": -70.0, "W32": -92.691626119877711, "S32": -97.691626119877711 }, "geometry": { "type": "Point", "coordinates": [ 106109.571428571434808, 523072.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0574609697252706, "S12": -5.0574609697252706, "W13": -15.0, "S13": -18.0, "W21": -41.072477819361744, "S21": -41.542034270974646, "W22": -44.469200524244108, "S22": -44.469200524244108, "W31": -74.424345630589471, "S31": -76.758507006894547, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106110.0, 498383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84634366174791831, "S11": -0.84634366174791831, "W12": -7.8214786841364967, "S12": -17.952045195087639, "W13": -21.747700567775809, "S13": -21.747700567775809, "W21": -30.0, "S21": -30.0, "W22": -37.253233929174897, "S22": -39.79576421037082, "W31": -69.575896673326071, "S31": -69.575896673326071, "W32": -95.372843717816693, "S32": -100.37284371781669 }, "geometry": { "type": "Point", "coordinates": [ 106110.0, 510032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64869828647161609, "S11": -3.9665444206185487, "W12": -10.0, "S12": -12.993927661673505, "W13": -20.271639459970899, "S13": -20.271639459970899, "W21": -29.362587904360069, "S21": -29.362587904360069, "W22": -39.504140252340335, "S22": -40.671259092520231, "W31": -70.043864282105616, "S31": -70.435664377053342, "W32": -90.823684210526281, "S32": -95.823684210526281 }, "geometry": { "type": "Point", "coordinates": [ 106110.666666666671517, 504451.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49994322674652053, "S11": -4.0063237509447838, "W12": -9.9307100225422644, "S12": -12.46702921852023, "W13": -22.58569422513856, "S13": -22.58569422513856, "W21": -29.558116171145777, "S21": -29.558116171145777, "W22": -38.461804186219929, "S22": -39.770410308550929, "W31": -63.70485263282108, "S31": -63.70485263282108, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106110.857142857144936, 504872.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59258887216303846, "S11": 0.59258887216303846, "W12": -11.003156822810592, "S12": -11.003156822810592, "W13": -17.279787307426997, "S13": -22.279787307426997, "W21": -36.778726167931616, "S21": -36.778726167931616, "W22": -40.0, "S22": -44.943235072661977, "W31": -80.0, "S31": -80.0, "W32": -93.605990245094702, "S32": -98.605990245094702 }, "geometry": { "type": "Point", "coordinates": [ 106111.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2668266527206247, "S11": -1.2668266527206247, "W12": -7.5176108167224269, "S12": -7.5176108167224269, "W13": -16.326135868420334, "S13": -20.356273872303788, "W21": -31.929839495653862, "S21": -31.929839495653862, "W22": -31.78921324725998, "S22": -36.05113339662072, "W31": -70.0, "S31": -72.863985648078909, "W32": -91.639393052033327, "S32": -96.639393052033327 }, "geometry": { "type": "Point", "coordinates": [ 106111.0, 501366.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0822669104204987, "W12": -8.5641980718667838, "S12": -12.400724780882255, "W13": -26.061997647774657, "S13": -26.061997647774657, "W21": -36.460892226627152, "S21": -36.460892226627145, "W22": -39.266394362125361, "S22": -40.420889811932526, "W31": -71.143086016379257, "S31": -71.143086016379257, "W32": -91.098206570989021, "S32": -96.098206570989021 }, "geometry": { "type": "Point", "coordinates": [ 106111.0, 505697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.919569672131594, "S12": -5.919569672131594, "W13": -22.754188875648861, "S13": -22.754188875648861, "W21": -29.424604775930348, "S21": -29.424604775930348, "W22": -40.0, "S22": -45.193668813407115, "W31": -80.0, "S31": -80.0, "W32": -93.608886585793812, "S32": -98.608886585793812 }, "geometry": { "type": "Point", "coordinates": [ 106111.0, 507237.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5110067114093964, "W12": -7.9771652878608812, "S12": -7.9771652878608812, "W13": -23.28072301854975, "S13": -23.28072301854975, "W21": -30.533769542923654, "S21": -30.533769542923654, "W22": -37.608295568873629, "S22": -41.271079293096996, "W31": -76.548960868751166, "S31": -76.548960868751166, "W32": -93.609756097560975, "S32": -98.609756097560975 }, "geometry": { "type": "Point", "coordinates": [ 106111.0, 507376.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8681052966268972, "S12": -8.8681052966268972, "W13": -15.0, "S13": -18.663894227095582, "W21": -39.337906893515175, "S21": -39.337906893515175, "W22": -38.75908291780511, "S22": -38.759082917805117, "W31": -72.289864960428744, "S31": -72.858404938762334, "W32": -93.142923981236166, "S32": -98.142923981236166 }, "geometry": { "type": "Point", "coordinates": [ 106111.090909090911737, 516083.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.981925805630548, "W12": -9.9297195650396546, "S12": -12.457556598565201, "W13": -22.594658430754293, "S13": -22.594658430754293, "W21": -29.565875363353562, "S21": -29.565875363353562, "W22": -40.0, "S22": -40.0, "W31": -53.853249767067567, "S31": -53.853249767067567, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106112.0, 504874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0864455225845779, "W12": -7.2701052394619845, "S12": -7.2701052394619845, "W13": -23.037471674747046, "S13": -23.037471674747046, "W21": -30.060398250967317, "S21": -30.060398250967317, "W22": -40.294689577239872, "S22": -40.294689577239872, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106112.0, 507326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2693117143541386, "S12": -8.2693117143541386, "W13": -15.167201334973051, "S13": -22.798966550945387, "W21": -41.841293892642497, "S21": -44.951086715834471, "W22": -38.540171145380057, "S22": -39.593965098818657, "W31": -63.352365045794116, "S31": -63.352365045794116, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106112.333333333328483, 517288.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2004067867324943, "S11": 2.2004067867324943, "W12": -4.4532413518251523, "S12": -4.4532413518251523, "W13": -17.053406955819732, "S13": -17.053406955819732, "W21": -40.019287132574199, "S21": -40.019287132574199, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106112.5, 523070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9682082507188641, "S12": -7.9682082507188641, "W13": -15.857798160622952, "S13": -23.289256387399501, "W21": -42.57975071927001, "S21": -45.153306917706075, "W22": -37.719084984165363, "S22": -37.932812954601815, "W31": -70.422257406392404, "S31": -70.739269879865347, "W32": -90.90510402294079, "S32": -95.90510402294079 }, "geometry": { "type": "Point", "coordinates": [ 106112.666666666671517, 517749.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18507581406911144, "S11": -0.18507581406911144, "W12": -4.6755288247191293, "S12": -4.6755288247191293, "W13": -14.721053139171913, "S13": -14.721053139171913, "W21": -40.24189697695715, "S21": -40.24189697695715, "W22": -38.187142182215588, "S22": -40.226613737257786, "W31": -64.806927681915681, "S31": -64.806927681915681, "W32": -99.836989347082039, "S32": -104.83698934708204 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 497816.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4, "S11": -0.4, "W12": -4.1, "S12": -4.1, "W13": -17.1, "S13": -20.6, "W21": -30.0, "S21": -31.970711003542746, "W22": -31.73553740206275, "S22": -36.090520886193154, "W31": -70.0, "S31": -72.871784784131052, "W32": -91.655238968726238, "S32": -96.655238968726238 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63744968458333418, "S11": -0.63744968458333418, "W12": -8.7211083737543369, "S12": -18.790057485410024, "W13": -22.624361110846852, "S13": -22.624361110846852, "W21": -30.056339242788461, "S21": -31.05722951567477, "W22": -38.940018690005118, "S22": -39.314124686704183, "W31": -71.844380942996125, "S31": -72.185709916744727, "W32": -91.841950226261289, "S32": -96.841950226261289 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 510170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5582652836018539, "S11": -0.5582652836018539, "W12": -6.1373833900426149, "S12": -6.1373833900426149, "W13": -20.0, "S13": -35.0, "W21": -41.24946404209706, "S21": -41.720706473352067, "W22": -37.847260766524492, "S22": -38.844858431551131, "W31": -66.118691153297547, "S31": -66.118691153297547, "W32": -97.817681837687545, "S32": -102.81768183768754 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 520522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23902337575908827, "S11": 0.23902337575908827, "W12": -4.8074344006968124, "S12": -4.8074344006968124, "W13": -14.892050842216856, "S13": -14.892050842216856, "W21": -40.719030513458101, "S21": -40.956597717759173, "W22": -40.0, "S22": -40.0, "W31": -57.998126957183416, "S31": -58.364877651044338, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 498140.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047269157544026691, "S11": 0.047269157544026691, "W12": -4.8783214530373442, "S12": -9.0452348698593177, "W13": -14.886621239151722, "S13": -17.897045896175879, "W21": -40.0, "S21": -40.217365601330101, "W22": -38.590847179956114, "S22": -43.839850838343978, "W31": -77.379390924167026, "S31": -77.379390924167026, "W32": -93.521209902100907, "S32": -98.521209902100907 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 499326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2586648624538902, "S11": -0.2586648624538902, "W12": -10.0, "S12": -10.0, "W13": -14.951869388491101, "S13": -18.126712486699162, "W21": -36.885078649138919, "S21": -36.885078649138919, "W22": -30.0, "S22": -37.855343581148915, "W31": -70.0, "S31": -71.361000201473516, "W32": -92.224943342648501, "S32": -97.224943342648501 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 499715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.056086811090744, "S13": -17.056086811090744, "W21": -35.456774707478509, "S21": -35.456774707478509, "W22": -37.882483544306844, "S22": -39.00061503004563, "W31": -65.976717425560139, "S31": -65.976717425560139, "W32": -98.055326576122241, "S32": -103.05532657612224 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 500981.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79042813078346708, "S11": -0.79042813078346708, "W12": -10.010757967583318, "S12": -19.661595956410135, "W13": -23.912627855473602, "S13": -23.912627855473602, "W21": -32.441833867018268, "S21": -34.816274014795731, "W22": -38.084116218056664, "S22": -38.481671262505422, "W31": -70.278762223534855, "S31": -71.512350596521443, "W32": -90.897187156952299, "S32": -95.897187156952299 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 510372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9841934354207122, "S11": -4.0493506011106426, "W12": -10.0, "S12": -20.190672603205165, "W13": -24.301471346661408, "S13": -35.106241557183452, "W21": -39.773778975886195, "S21": -39.773778975886195, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 511243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31057463482529035, "S11": -0.36254709296479215, "W12": -9.5814088159031989, "S12": -13.50053938966059, "W13": -15.79253394001258, "S13": -24.384882674261643, "W21": -39.921420797582485, "S21": -39.921420797582485, "W22": -37.917706322089195, "S22": -39.156371628540128, "W31": -65.834743697822731, "S31": -65.834743697822731, "W32": -98.292971314556922, "S32": -103.29297131455692 }, "geometry": { "type": "Point", "coordinates": [ 106114.0, 513525.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.20862688740706, "S13": -19.725323912301956, "W21": -36.310926757703591, "S21": -36.310926757703591, "W22": -30.0, "S22": -39.613225807873931, "W31": -70.0, "S31": -70.308666290033386, "W32": -92.515911474812967, "S32": -97.515911474812967 }, "geometry": { "type": "Point", "coordinates": [ 106114.333333333328483, 501077.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4063580496622397, "S12": -7.4063580496622397, "W13": -18.03035719469376, "S13": -32.699685860156073, "W21": -41.382736695445445, "S21": -42.639767651887119, "W22": -37.489016776033296, "S22": -41.041676385734029, "W31": -76.226549335330461, "S31": -76.226549335330461, "W32": -93.674019728124833, "S32": -98.674019728124833 }, "geometry": { "type": "Point", "coordinates": [ 106114.333333333328483, 518600.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -22.617327313815615, "S13": -22.617327313815615, "W21": -28.989277116816297, "S21": -29.093423039348448, "W22": -37.38810611075511, "S22": -39.056266980676646, "W31": -68.682439139057323, "S31": -68.901772982275773, "W32": -95.854527388002097, "S32": -100.8545273880021 }, "geometry": { "type": "Point", "coordinates": [ 106114.4, 507192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.495211707672798, "S12": -8.495211707672798, "W13": -15.0, "S13": -25.0, "W21": -40.899429578127695, "S21": -40.899429578127695, "W22": -41.153450303595228, "S22": -41.161423148276256, "W31": -72.451257966088193, "S31": -72.451257966088193, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106114.714285714289872, 516832.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3251954836094722, "S11": -0.3251954836094722, "W12": -5.8253291534710074, "S12": -5.8253291534710074, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -42.656931567383516, "S21": -43.202042747793627, "W22": -37.952929099871547, "S22": -39.312128227034627, "W31": -65.692769970085337, "S31": -65.692769970085337, "W32": -98.525154607365138, "S32": -103.52515460736514 }, "geometry": { "type": "Point", "coordinates": [ 106115.428571428565192, 520994.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22704998078027819, "S11": -0.22704998078027819, "W12": -10.505125998838114, "S12": -15.905115108557691, "W13": -16.660741945855648, "S13": -31.517157188713451, "W21": -40.316142007592234, "S21": -40.316142007592234, "W22": -42.918075492991008, "S22": -42.927236040641333, "W31": -72.320855570588009, "S31": -72.320855570588009, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106116.0, 513813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18633275333500032, "S11": -0.18633275333500032, "W12": -4.685565742012006, "S12": -4.685565742012006, "W13": -14.728125920254435, "S13": -14.728331950357529, "W21": -40.258055075849235, "S21": -40.258055075849235, "W22": -39.042218050820566, "S22": -39.042218050820566, "W31": -60.0, "S31": -60.449888932444793, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106116.666666666671517, 497825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -47.0, "S21": -47.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106116.758620689652162, 530027.758620689623058 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4022453716452789, "S11": -0.46377409549843462, "W12": -9.5764362148935387, "S12": -15.314501570259768, "W13": -16.371624206076561, "S13": -32.497037482944201, "W21": -40.0, "S21": -40.0, "W22": -38.463971641528978, "S22": -39.732853461868878, "W31": -63.62959643087305, "S31": -63.62959643087305, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106117.0, 513116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9919684862821754, "S12": -7.9919684862821754, "W13": -15.802217753940354, "S13": -23.243657370562033, "W21": -42.531860122778546, "S21": -44.534838800588055, "W22": -42.373669132278216, "S22": -42.378723789208898, "W31": -72.761396288683159, "S31": -73.12442509170387, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106117.333333333328483, 517714.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79395252619016055, "S11": -2.9401587692420419, "W12": -10.0, "S12": -12.775148071291429, "W13": -20.0, "S13": -20.4015078875649, "W21": -29.39315902331051, "S21": -29.39315902331051, "W22": -34.037459191398327, "S22": -34.037459191398327, "W31": -70.0, "S31": -72.046599155985348, "W32": -91.573408276448518, "S32": -96.573408276448518 }, "geometry": { "type": "Point", "coordinates": [ 106118.0, 504333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5546371730773062, "S11": -0.5546371730773062, "W12": -10.412037006357384, "S12": -12.717568382475132, "W13": -24.964689265536723, "S13": -24.964689265536723, "W21": -30.0, "S21": -30.0, "W22": -37.988151877653898, "S22": -39.467884825529126, "W31": -65.550796242347928, "S31": -65.550796242347928, "W32": -98.75352325347292, "S32": -103.75352325347292 }, "geometry": { "type": "Point", "coordinates": [ 106118.0, 508336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3476055993103262, "S11": -1.3476055993103262, "W12": -11.118380422273797, "S12": -20.565909371122309, "W13": -25.745288247082168, "S13": -27.517641563408663, "W21": -38.962708679318574, "S21": -38.962708679318574, "W22": -50.0, "S22": -50.0, "W31": -74.405327850087033, "S31": -76.982371079003642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106118.285714285710128, 510916.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57001898038532117, "S11": -0.57001898038532117, "W12": -10.264659648277281, "S12": -11.856772781661883, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.704266383014904, "S22": -39.152488595806929, "W31": -62.753395328145338, "S31": -63.681022636281519, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106119.0, 508285.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3743295064957906, "S12": -7.3743295064957906, "W13": -18.160464239835751, "S13": -33.080078203144112, "W21": -41.27361753227413, "S21": -42.82476266343631, "W22": -46.573740595325262, "S22": -46.581767661373348, "W31": -72.820286669394676, "S31": -72.820286669394676, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106119.166666666671517, 518649.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0503596121561571, "S12": -9.0503596121561571, "W13": -15.0, "S13": -22.517351083021772, "W21": -38.696840406328995, "S21": -38.696840406328995, "W22": -42.187581513489157, "S22": -42.19622241262531, "W31": -72.368957871067678, "S31": -72.368957871067678, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106119.272727272720658, 515712.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82224758280170163, "S11": -0.82224758280170163, "W12": -10.116473939173098, "S12": -19.949551256121055, "W13": -24.137697732709348, "S13": -24.137697732709348, "W21": -32.846366019965757, "S21": -35.53104862003309, "W22": -39.738815802173882, "S22": -39.738815802173882, "W31": -73.664545968667582, "S31": -75.127339453592214, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106119.8, 510408.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62872065196300364, "S11": -1.1287206519630035, "W12": -10.301229508196688, "S12": -13.464781641933858, "W13": -26.283290625214928, "S13": -26.283290625214928, "W21": -32.269434975575265, "S21": -32.269434975575265, "W22": -40.000000000000007, "S22": -44.791126680324318, "W31": -80.0, "S31": -80.0, "W32": -93.68454347115042, "S32": -98.68454347115042 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 505530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0034127132945809, "S11": -3.2993140415678255, "W12": -4.9999999999999991, "S12": -6.0412851186533132, "W13": -24.306801080256459, "S13": -25.495940348819445, "W21": -35.336013357581173, "S21": -39.722682231434511, "W22": -45.168376875013436, "S22": -45.177591351306582, "W31": -72.454723737175954, "S31": -72.454723737175954, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 506255.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43217704696474823, "S11": -0.43217704696474823, "W12": -5.0, "S12": -5.5901098901098898, "W13": -20.0, "S13": -21.338554134464125, "W21": -27.208776177829101, "S21": -32.527313155165544, "W22": -46.112544145367508, "S22": -46.12098313125697, "W31": -72.687800292857844, "S31": -72.687800292857844, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 506570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4895740905057675, "W12": -9.6365861894310321, "S12": -10.081927954888702, "W13": -23.87076109295953, "S13": -23.87076109295953, "W21": -31.179641318505158, "S21": -31.179641318505158, "W22": -47.705836150667622, "S22": -47.706290284563771, "W31": -74.223864403108365, "S31": -77.070353618344711, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 507502.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3815880339705659, "S11": -0.63158803397056595, "W12": -11.224588845191274, "S12": -11.924071365278541, "W13": -17.257671034436754, "S13": -31.802286495038214, "W21": -40.704092840535559, "S21": -40.704092840535559, "W22": -36.603977219936311, "S22": -39.278693425800228, "W31": -69.866161730105929, "S31": -69.866161730105929, "W32": -94.638344303262812, "S32": -99.638344303262812 }, "geometry": { "type": "Point", "coordinates": [ 106120.0, 514582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0328714051062784, "S12": -5.0328714051062784, "W13": -15.0, "S13": -17.455856135183303, "W21": -41.129248121456698, "S21": -41.619151559487264, "W22": -37.860784458753436, "S22": -38.977364722889995, "W31": -66.029267286302215, "S31": -66.029267286302215, "W32": -98.03320777415486, "S32": -103.03320777415486 }, "geometry": { "type": "Point", "coordinates": [ 106120.263157894733013, 498413.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15300423924066928, "S11": 0.15300423924066928, "W12": -4.4543242672922867, "S12": -4.4543242672922867, "W13": -13.074803562551969, "S13": -13.074803562551969, "W21": -36.860349479995698, "S21": -36.893748306896903, "W22": -40.0, "S22": -40.0, "W31": -50.494158487939679, "S31": -50.494158487939679, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106120.84375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8610059171597637, "S12": -10.346369330959394, "W13": -20.729132507149668, "S13": -23.203915115845319, "W21": -41.701998113267798, "S21": -42.595109672407581, "W22": -38.993428367431754, "S22": -38.993428367431754, "W31": -60.071365675361243, "S31": -60.521816962922173, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106121.0, 498843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0071979142345704, "S12": -5.4015949359975783, "W13": -15.749623150809787, "S13": -17.308572069498261, "W21": -41.217095647929845, "S21": -41.761198470510493, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106121.5, 498472.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47472587743547784, "S11": -0.47472587743547784, "W12": -4.9821796625626993, "S12": -4.9821796625626993, "W13": -25.582637806352622, "S13": -25.582637806352622, "W21": -38.311658853772869, "S21": -39.909091277006027, "W22": -40.0, "S22": -40.0, "W31": -59.456972622369719, "S31": -59.456972622369719, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106122.0, 505892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80544587794468003, "S11": -0.80544587794468003, "W12": -7.9309821238289269, "S12": -18.036288257999551, "W13": -21.908647872572757, "S13": -21.908647872572757, "W21": -29.999999999999996, "S21": -30.357168069402093, "W22": -50.0, "S22": -50.0, "W31": -74.360282754382695, "S31": -77.152466517286783, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106122.0, 510060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0157287218454485, "S12": -8.0157287218454485, "W13": -15.74663734725784, "S13": -23.39473804065549, "W21": -42.483969526287176, "S21": -43.916370683471364, "W22": -38.680979317636798, "S22": -39.253079746792842, "W31": -62.864988977716401, "S31": -63.864988977716401, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106122.0, 517679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2611556959836221, "S11": -1.2611556959836221, "W12": -5.0, "S12": -5.0, "W13": -16.149616013991462, "S13": -19.861597502016814, "W21": -31.009508295323542, "S21": -31.009508295323542, "W22": -30.0, "S22": -37.231209605576517, "W31": -70.0, "S31": -70.0, "W32": -92.810024504108668, "S32": -97.810024504108668 }, "geometry": { "type": "Point", "coordinates": [ 106123.0, 501401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -22.563854925676427, "S13": -22.563854925676427, "W21": -28.956339432732669, "S21": -29.135640530079826, "W22": -39.98285777511596, "S22": -39.98285777511596, "W31": -74.227619041698318, "S31": -76.295956637041215, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106123.0, 507196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93141416188547754, "S11": -0.93141416188547754, "W12": -11.12625314150428, "S12": -20.668948888297628, "W13": -25.32082088449021, "S13": -25.32082088449021, "W21": -36.539571670747783, "S21": -36.539571670747783, "W22": -39.171327965954411, "S22": -40.112978019833882, "W31": -70.014449442716909, "S31": -70.497916616257882, "W32": -90.899903657859738, "S32": -95.899903657859738 }, "geometry": { "type": "Point", "coordinates": [ 106123.0, 510696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.683306723434561, "S11": -0.683306723434561, "W12": -5.0, "S12": -7.5469728601251678, "W13": -20.0, "S13": -21.121195652173945, "W21": -28.5696268395434, "S21": -34.109468612623658, "W22": -37.902897432600405, "S22": -43.025122987489425, "W31": -75.577227498869291, "S31": -75.577227498869291, "W32": -93.517404606490771, "S32": -98.517404606490771 }, "geometry": { "type": "Point", "coordinates": [ 106123.333333333328483, 506473.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43917840214705822, "S11": -3.511448690485389, "W12": -9.9268936590180274, "S12": -12.225001989811712, "W13": -22.884376011490023, "S13": -22.884376011490023, "W21": -29.790545157835766, "S21": -29.790545157835766, "W22": -38.388752205832894, "S22": -39.869063795998152, "W31": -63.901474579502107, "S31": -63.901474579502107, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106123.428571428565192, 504915.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25658812260523578, "S11": 0.25658812260523578, "W12": -10.517162901124307, "S12": -10.517162901124307, "W13": -16.673997869105769, "S13": -21.450637127217338, "W21": -33.843495867461556, "S21": -33.843495867461556, "W22": -39.247612822979093, "S22": -40.270750012679343, "W31": -71.189620430221751, "S31": -71.189620430221751, "W32": -91.220407578343995, "S32": -96.220407578343995 }, "geometry": { "type": "Point", "coordinates": [ 106123.444444444437977, 500810.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35710535408259159, "S11": 0.35710535408259064, "W12": -4.8779589101696681, "S12": -4.8779589101696681, "W13": -12.651825842696631, "S13": -12.651825842696631, "W21": -40.0, "S21": -42.752107970051078, "W22": -48.96075581395349, "S22": -48.96075581395349, "W31": -74.38498315914137, "S31": -76.927088683920857, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106123.75, 497242.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26546503784756048, "S11": -0.26546503784756048, "W12": -11.90232622624506, "S12": -11.914155220137699, "W13": -16.435361205041247, "S13": -21.145537344648194, "W21": -32.869345302526185, "S21": -32.869345302526185, "W22": -48.110873008993963, "S22": -48.224712830498042, "W31": -72.972960563653515, "S31": -72.972960563653515, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106124.0, 500702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3423009633293015, "S12": -7.3423009633293015, "W13": -18.290571284977879, "S13": -32.976915690103382, "W21": -41.164498369102724, "S21": -42.641230278466814, "W22": -40.756394431615512, "S22": -40.76397902009645, "W31": -72.455170064134592, "S31": -72.455170064134592, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106124.0, 518699.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4525531203989903, "S12": -4.4525531203989903, "W13": -17.063861822284075, "S13": -17.063861822284075, "W21": -39.966989653705667, "S21": -39.966989653705667, "W22": -43.325120330048129, "S22": -43.327773584218363, "W31": -73.264892690349868, "S31": -74.456360798119618, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106124.857142857144936, 523074.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56752936634692619, "S11": -1.4460707277740648, "W12": -10.0, "S12": -13.528799246660537, "W13": -19.354507150528015, "S13": -21.644142247042211, "W21": -30.0, "S21": -30.0, "W22": -44.4954128440367, "S22": -44.4954128440367, "W31": -74.344150863258406, "S31": -76.701425091816262, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106124.888888888890506, 503986.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.02721877614155177, "S11": -0.02721877614155177, "W12": -6.8061451384673735, "S12": -9.7889190746841166, "W13": -15.0, "S13": -18.040773476010539, "W21": -38.999455616278127, "S21": -38.999455616278127, "W22": -38.826231051162836, "S22": -38.881496709766189, "W31": -72.183384993735757, "S31": -72.73459814760443, "W32": -93.537131927731139, "S32": -98.537131927731139 }, "geometry": { "type": "Point", "coordinates": [ 106125.0, 499438.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91459679285180084, "S11": -0.91459679285180084, "W12": -10.943291932252777, "S12": -20.571122319267822, "W13": -25.15385993703249, "S13": -25.15385993703249, "W21": -35.878843850065927, "S21": -35.878843850065927, "W22": -39.416713238669438, "S22": -40.483820183145063, "W31": -70.011963340831414, "S31": -70.303648350672887, "W32": -90.904135338345867, "S32": -95.904135338345867 }, "geometry": { "type": "Point", "coordinates": [ 106125.0, 510647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3713241120911055, "S11": -0.51854300051932456, "W12": -9.2229652859799884, "S12": -14.755417290592973, "W13": -15.839848532080921, "S13": -23.713928440818734, "W21": -40.0, "S21": -40.0, "W22": -39.097185748549663, "S22": -39.097185748549663, "W31": -59.83019696215861, "S31": -60.312647320526921, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106125.0, 513345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30733924181366562, "S11": -0.34659492872416875, "W12": -9.6544640050298653, "S12": -14.251874904822097, "W13": -15.863730514668232, "S13": -24.957599822971343, "W21": -40.0, "S21": -40.0, "W22": -48.151733317200069, "S22": -48.152069374705817, "W31": -74.248348911250361, "S31": -77.229744418862836, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106125.0, 513562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27495849332167455, "S11": -0.27495849332167455, "W12": -10.306017329910139, "S12": -16.054811231353103, "W13": -16.187471851632747, "S13": -27.622816086894531, "W21": -40.155278303383596, "S21": -40.155278303383596, "W22": -50.0, "S22": -50.000043212914498, "W31": -74.345239395147715, "S31": -77.157545792343399, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106125.5, 513673.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6863531700060008, "S12": -15.99465763904386, "W13": -22.228594094650447, "S13": -22.228594094650447, "W21": -30.0395357081524, "S21": -30.0395357081524, "W22": -30.0, "S22": -39.676475645836177, "W31": -70.0, "S31": -70.354288861169351, "W32": -92.56231524744922, "S32": -97.56231524744922 }, "geometry": { "type": "Point", "coordinates": [ 106125.6, 509284.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23380721702945761, "S11": -0.23380721702945761, "W12": -4.5211094674556209, "S12": -6.5087288013930262, "W13": -17.484313776837197, "S13": -20.844742829124307, "W21": -30.0, "S21": -30.0, "W22": -39.199398732088518, "S22": -41.244946168049154, "W31": -80.0, "S31": -80.0, "W32": -93.813877248873084, "S32": -98.813877248873084 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 502426.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5675345280516035, "S12": -5.5675345280516035, "W13": -20.583464881681145, "S13": -21.806524312153265, "W21": -25.721931562709276, "S21": -30.281496458204465, "W22": -40.0, "S22": -40.0, "W31": -51.477025523126009, "S31": -51.477025523126009, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 506664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20660468412070801, "S11": -0.20660468412070779, "W12": -10.672008418191185, "S12": -15.88683008984923, "W13": -16.970141675303239, "S13": -33.785995729107007, "W21": -40.479325161305496, "S21": -40.479325161305496, "W22": -40.0, "S22": -40.0, "W31": -65.266457680250781, "S31": -65.266457680250781, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 513906.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8944589060839373, "S11": -0.8944589060839373, "W12": -5.9721487855198161, "S12": -5.9721487855198161, "W13": -20.0, "S13": -20.0, "W21": -43.388648067553277, "S21": -43.881148543347685, "W22": -39.242225062528163, "S22": -39.242225062528163, "W31": -73.33990706662243, "S31": -74.569859512537249, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106126.0, 520774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57797684586668141, "S11": -0.57797684586668141, "W12": -10.267538205374001, "S12": -11.990257205136288, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -44.680101715505955, "W31": -80.0, "S31": -80.0, "W32": -93.741225437515055, "S32": -98.741225437515055 }, "geometry": { "type": "Point", "coordinates": [ 106126.8, 508290.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26374543557642149, "S11": 0.26374543557642149, "W12": -4.8421856887668486, "S12": -4.8421856887668486, "W13": -14.916035249425763, "S13": -15.333047697558543, "W21": -40.773265531379167, "S21": -41.025315262561961, "W22": -40.0, "S22": -44.631502570154936, "W31": -80.0, "S31": -80.0, "W32": -93.787844810872301, "S32": -98.787844810872301 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 498167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9461849890999687, "S12": -5.529890826158482, "W13": -21.628488678251713, "S13": -23.373472564310553, "W21": -41.590782587197666, "S21": -42.378181780746054, "W22": -38.504025316590699, "S22": -38.504025316590699, "W31": -62.532637114552102, "S31": -63.249121306856303, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 498736.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4540415047853692, "W12": -9.7015166863638918, "S12": -10.191457632113307, "W13": -23.905064291736931, "S13": -23.905064291736931, "W21": -31.106502354473502, "S21": -31.106502354473502, "W22": -39.353721529565632, "S22": -40.379859764711512, "W31": -70.007407178600445, "S31": -70.321637291087967, "W32": -90.9157894736842, "S32": -95.9157894736842 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 507512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7349191743680548, "W12": -10.183954287274299, "S12": -11.299068261506211, "W13": -25.722596681843761, "S13": -25.722596681843761, "W21": -32.022662889518415, "S21": -32.022662889518415, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 507748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.09042611658667, "S12": -15.800065383292761, "W13": -22.483877445636825, "S13": -22.483877445636825, "W21": -30.0, "S21": -30.0, "W22": -46.502284053157027, "S22": -46.502284053157027, "W31": -74.348161834144562, "S31": -76.759215496014306, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 508941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3678161925874548, "S12": -8.3678161925874548, "W13": -15.0, "S13": -22.499895085568212, "W21": -41.442832903583167, "S21": -41.442832903583167, "W22": -40.0, "S22": -40.0, "W31": -54.269547503718378, "S31": -54.269547503718378, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106127.0, 517083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000004108, "S11": -0.50000000000004108, "W12": -6.1691230235449277, "S12": -6.1691230235449277, "W13": -20.0, "S13": -31.325117675938706, "W21": -40.865133502241598, "S21": -41.307056007437879, "W22": -39.470638009236353, "S22": -44.470638009236353, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -93.840520748576068, "S32": -98.840520748576068 }, "geometry": { "type": "Point", "coordinates": [ 106127.058823529412621, 520475.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67801738157814062, "S11": -0.76906874594411179, "W12": -11.335809426229364, "S12": -12.704598046053915, "W13": -26.277825295519591, "S13": -26.277825295519591, "W21": -30.91995963591717, "S21": -30.91995963591717, "W22": -38.798020883891468, "S22": -41.261200300923718, "W31": -80.0, "S31": -80.0, "W32": -93.809197742204134, "S32": -98.809197742204134 }, "geometry": { "type": "Point", "coordinates": [ 106127.5, 505432.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0302733805484232, "S12": -5.0302733805484232, "W13": -15.0, "S13": -17.592942321733098, "W21": -41.116196388735304, "S21": -41.586279274039939, "W22": -37.572860730230914, "S22": -37.654881823017874, "W31": -70.375769048925122, "S31": -70.557198103696905, "W32": -90.984666384650964, "S32": -95.984666384650964 }, "geometry": { "type": "Point", "coordinates": [ 106127.666666666671517, 498399.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5605586712683346, "S12": -8.4973203294687387, "W13": -20.0, "S13": -20.0, "W21": -41.426844814682099, "S21": -42.094855567370274, "W22": -40.0, "S22": -44.856170275378886, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -93.747974174271249, "S32": -98.747974174271249 }, "geometry": { "type": "Point", "coordinates": [ 106128.0, 498610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.071799628942486, "S12": -11.071799628942486, "W13": -17.223766383076569, "S13": -17.232662555381381, "W21": -36.664864631959929, "S21": -36.664864631959929, "W22": -40.0, "S22": -40.0, "W31": -52.459892558312212, "S31": -52.459892558312212, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106128.0, 501133.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5893846792353292, "S12": -7.5008657884101204, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -41.013022102894794, "S21": -41.013022102894794, "W22": -39.413261783019358, "S22": -40.458362107410991, "W31": -70.0, "S31": -70.232740302777671, "W32": -90.959985794630953, "S32": -95.959985794630953 }, "geometry": { "type": "Point", "coordinates": [ 106128.0, 524696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5507062232989286, "S11": -3.5507062232989286, "W12": -10.450860407380445, "S12": -11.389088704414062, "W13": -24.710316605642905, "S13": -25.049088345414553, "W21": -30.679897208157449, "S21": -30.679897208157449, "W22": -39.148861923755909, "S22": -40.054840758022941, "W31": -70.000341497511741, "S31": -70.427717122492879, "W32": -90.93421052631578, "S32": -95.93421052631578 }, "geometry": { "type": "Point", "coordinates": [ 106129.0, 505186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.236, "W12": -8.4818141980718664, "S12": -12.871543750999265, "W13": -26.004106406366002, "S13": -26.004106406366002, "W21": -36.541649802532717, "S21": -36.651038078605758, "W22": -30.0, "S22": -36.936696326214808, "W31": -70.0, "S31": -70.0, "W32": -92.906042938521452, "S32": -97.906042938521452 }, "geometry": { "type": "Point", "coordinates": [ 106129.0, 505711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86853835232604615, "S11": -0.86853835232604615, "W12": -7.613109362612632, "S12": -17.727883830371859, "W13": -21.636465405200614, "S13": -21.636465405200614, "W21": -30.0, "S21": -30.0, "W22": -38.60249489204972, "S22": -39.219220533505059, "W31": -70.0, "S31": -70.824198294059869, "W32": -90.949891615092199, "S32": -95.949891615092199 }, "geometry": { "type": "Point", "coordinates": [ 106129.0, 510019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19782879960069882, "S11": 0.19782879960069882, "W12": -4.8336123536619571, "S12": -4.8336123536619571, "W13": -14.899851654985572, "S13": -14.899851654985572, "W21": -40.725055145579098, "S21": -40.941654607944692, "W22": -48.099652670093874, "S22": -48.159810581403711, "W31": -72.970734867609792, "S31": -72.970734867609792, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106130.0, 498132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59568781146981742, "S11": -0.59568781146981742, "W12": -8.805215034055939, "S12": -18.842881598614063, "W13": -22.784264044703857, "S13": -22.784264044703857, "W21": -30.0, "S21": -31.382197679799845, "W22": -38.327900069787418, "S22": -38.327900069787418, "W31": -62.263068709994421, "S31": -62.744068345551867, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106130.0, 510199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43283534393225215, "S11": -0.43283534393225215, "W12": -10.073376212568537, "S12": -19.741924425805522, "W13": -22.435113274714769, "S13": -24.793167001762182, "W21": -39.916989192170369, "S21": -39.916989192170369, "W22": -44.891217212297001, "S22": -44.900894075253476, "W31": -72.254208779892863, "S31": -72.254208779892863, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106130.0, 511766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.093601211006366, "S13": -17.149416888559152, "W21": -35.748463460823153, "S21": -35.748463460823153, "W22": -35.634155061836843, "S22": -35.634155061836843, "W31": -70.194371095343669, "S31": -71.625165361452758, "W32": -91.381568816578465, "S32": -96.381568816578465 }, "geometry": { "type": "Point", "coordinates": [ 106130.666666666671517, 501033.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60085805362845479, "S11": -2.6008580536284547, "W12": -4.7272050229414448, "S12": -5.380160639977861, "W13": -26.034897009594687, "S13": -26.034897009594687, "W21": -37.961720109370987, "S21": -41.685333620481458, "W22": -39.350247867955183, "S22": -39.350247867955183, "W31": -73.384926663310551, "S31": -74.688488525044704, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106130.8, 506170.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6423127942362212, "S12": -5.6423127942362212, "W13": -20.623998197173897, "S13": -21.727993038160896, "W21": -25.442508385950418, "S21": -29.833698089236481, "W22": -37.762938971343814, "S22": -37.93260842050087, "W31": -70.286593167328846, "S31": -70.534523153703446, "W32": -90.99116493569646, "S32": -95.99116493569646 }, "geometry": { "type": "Point", "coordinates": [ 106131.0, 506677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3, "S11": -1.3, "W12": -15.3, "S12": -15.3, "W13": -17.3, "S13": -17.3, "W21": -37.3, "S21": -37.3, "W22": -37.214947685244695, "S22": -42.21039513663488, "W31": -73.804690831556513, "S31": -73.804690831556513, "W32": -93.513599310880636, "S32": -98.513599310880636 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18879237159663587, "S11": -0.18879237159663587, "W12": -4.7285702644049614, "S12": -4.7285702644049614, "W13": -14.758502414747616, "S13": -14.758502414747616, "W21": -40.327531613306441, "S21": -40.327531613306441, "W22": -38.82913069958169, "S22": -38.829130699581725, "W31": -72.219382458062924, "S31": -72.816064323836883, "W32": -94.159174797332952, "S32": -99.159174797332952 }, "geometry": { "type": "Point", "coordinates": [ 106132.333333333328483, 497860.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38306896551724134, "S11": 0.38306896551724134, "W12": -10.118143376345577, "S12": -10.118143376345577, "W13": -16.71955520967003, "S13": -20.81106238254856, "W21": -33.969007749428833, "S21": -33.969007749428833, "W22": -41.470182155643641, "S22": -41.470182155643641, "W31": -71.008273948405972, "S31": -71.008273948405972, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106133.0, 500836.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76488071461492868, "S11": -2.7648807146149288, "W12": -10.0, "S12": -10.352295294523135, "W13": -18.718184716913761, "S13": -21.120338109398926, "W21": -30.290179642505841, "S21": -30.290179642505841, "W22": -43.216099110773186, "S22": -43.225191787139714, "W31": -72.242418203718685, "S31": -72.242418203718685, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106133.0, 503735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90582007380966789, "S11": -0.90582007380966789, "W12": -5.9899582769491815, "S12": -5.9899582769491815, "W13": -20.0, "S13": -30.0, "W21": -43.505175732145027, "S21": -43.982578912027499, "W22": -49.261992619926197, "S22": -49.262062443604258, "W31": -74.300086140533523, "S31": -77.123705221817318, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106133.0, 520748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8038563211023506, "S12": -6.8038563211023506, "W13": -20.0, "S13": -26.945360848612204, "W21": -40.953130858218394, "S21": -41.10799013726912, "W22": -37.936749364078985, "S22": -39.468766320187683, "W31": -65.648408404562957, "S31": -65.648408404562957, "W32": -98.809359161772051, "S32": -103.80935916177205 }, "geometry": { "type": "Point", "coordinates": [ 106133.2, 519515.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11666510204450661, "S11": -0.11666510204450661, "W12": -9.9277530367163482, "S12": -11.18887856577771, "W13": -14.976679926660159, "S13": -18.106075172901548, "W21": -37.50710417871769, "S21": -37.50710417871769, "W22": -41.000151357129589, "S22": -41.007737584153666, "W31": -72.403024976074164, "S31": -72.403024976074164, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106133.875, 499600.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.5429180295371197, "S12": -7.022424212725749, "W13": -16.844895884456285, "S13": -17.75622058796764, "W21": -41.284766128634011, "S21": -41.85270967702111, "W22": -47.339524472139878, "S22": -47.339897559146188, "W31": -74.203176446588003, "S31": -77.203176446588003, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106134.0, 498509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42878146661802263, "S11": -1.9246829555023792, "W12": -4.5707636840380204, "S12": -4.5707636840380204, "W13": -25.015524336438126, "S13": -25.412251473149642, "W21": -38.097779871004882, "S21": -41.031251119737668, "W22": -40.0, "S22": -40.0, "W31": -53.307187570706695, "S31": -53.307187570706695, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106134.0, 506068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41526346019182203, "S11": -0.47734375436265813, "W12": -9.6059274679522293, "S12": -15.210418862543115, "W13": -16.503737327382293, "S13": -32.718306962212708, "W21": -40.0, "S21": -40.0, "W22": -31.702477793703931, "S22": -35.950538974229737, "W31": -70.0, "S31": -72.836058677115901, "W32": -91.743454166735731, "S32": -96.743454166735731 }, "geometry": { "type": "Point", "coordinates": [ 106134.0, 513094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36820628581350923, "S11": -0.36820628581350923, "W12": -5.5464665643613289, "S12": -5.5464665643613289, "W13": -20.810499827816074, "S13": -21.446114741561203, "W21": -24.828269857808067, "S21": -28.670436268195903, "W22": -38.473584328301229, "S22": -39.643481453033694, "W31": -63.450583356782644, "S31": -63.450583356782644, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106135.0, 506714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55270954684330043, "S11": -1.0821828183116287, "W12": -10.036698007923665, "S12": -10.453566477211758, "W13": -25.0, "S13": -25.0, "W21": -30.381269676315068, "S21": -30.381269676315068, "W22": -39.017508015468081, "S22": -39.426141107024392, "W31": -71.74764772349431, "S31": -72.098747101038427, "W32": -92.686526755225074, "S32": -97.686526755225074 }, "geometry": { "type": "Point", "coordinates": [ 106135.0, 508063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57950510582049708, "S11": -0.57950510582049708, "W12": -10.138501647165731, "S12": -11.278408270573408, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -42.72802074421417, "S22": -42.730783524261739, "W31": -73.143918448142969, "S31": -74.282122352773257, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106135.6, 508245.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20066999612802899, "S11": -0.20066999612802899, "W12": -5.0, "S12": -5.0, "W13": -16.538009306012178, "S13": -17.732998685944434, "W21": -30.0, "S21": -30.411223750492162, "W22": -40.489782510994011, "S22": -40.489782510994011, "W31": -70.153006331877009, "S31": -70.153006331877009, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106135.666666666671517, 501652.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37522634376619141, "S11": -3.0133863962447038, "W12": -9.9347725964306282, "S12": -11.994670062040296, "W13": -23.183057797841087, "S13": -23.183057797841087, "W21": -30.013388776113672, "S21": -30.013388776113672, "W22": -30.0, "S22": -35.539165135938475, "W31": -70.0, "S31": -71.410770703472352, "W32": -92.31766953582077, "S32": -97.31766953582077 }, "geometry": { "type": "Point", "coordinates": [ 106136.0, 504959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58745466738327301, "S11": -0.58745466738327301, "W12": -10.267784350196544, "S12": -12.161083788354334, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -39.631435764707959, "W31": -70.0, "S31": -70.381031211019405, "W32": -92.63400573870679, "S32": -97.63400573870679 }, "geometry": { "type": "Point", "coordinates": [ 106136.25, 508296.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -54.240515876009297, "S31": -54.240515876009297, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106136.252631578943692, 530016.484210526337847 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18869315489395291, "S11": -0.18869315489395291, "W12": -4.7397223947303679, "S12": -4.7397223947303679, "W13": -14.766361060394857, "S13": -14.766727332011296, "W21": -40.345485056519863, "S21": -40.345485056519863, "W22": -30.0, "S22": -36.992614098164125, "W31": -70.0, "S31": -70.0, "W32": -92.928422888339625, "S32": -97.928422888339625 }, "geometry": { "type": "Point", "coordinates": [ 106136.407407407401479, 497869.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48843703703703673, "S11": 0.48843703703703673, "W12": -5.8695552147239267, "S12": -11.62396050106754, "W13": -18.717426415720087, "S13": -19.680363992219469, "W21": -41.753529544521058, "S21": -42.664421559959656, "W22": -39.228831283832825, "S22": -40.120610213426161, "W31": -71.236154844064231, "S31": -71.309321857767145, "W32": -91.342608585698969, "S32": -96.342608585698969 }, "geometry": { "type": "Point", "coordinates": [ 106137.0, 498918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8183993549561732, "S12": -5.8183993549561732, "W13": -20.614503645478958, "S13": -21.711642429716818, "W21": -25.230509165486897, "S21": -29.576001505597382, "W22": -40.0, "S22": -44.518840167276501, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -93.860266965588224, "S32": -98.860266965588224 }, "geometry": { "type": "Point", "coordinates": [ 106138.0, 506683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6760462723026164, "S12": -15.870328124605862, "W13": -22.130921606457058, "S13": -22.130921606457058, "W21": -30.158247131333784, "S21": -30.158247131333784, "W22": -38.315700225445916, "S22": -39.967717283445275, "W31": -64.0980965261829, "S31": -64.0980965261829, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106138.428571428565192, 509481.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39741633377719954, "S11": 0.39741633377719948, "W12": -5.3920722495896163, "S12": -12.241680668580717, "W13": -20.51140062742223, "S13": -22.792593492528162, "W21": -41.705944850686592, "S21": -42.610559546027091, "W22": -37.315265398837155, "S22": -38.750659145008882, "W31": -68.604106374062397, "S31": -68.864129167557763, "W32": -95.979821060762077, "S32": -100.97982106076208 }, "geometry": { "type": "Point", "coordinates": [ 106138.666666666671517, 498871.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32277586206896558, "S11": 0.32277586206896558, "W12": -10.235989661216689, "S12": -10.235989661216689, "W13": -16.685046578139321, "S13": -21.061086037655109, "W21": -33.791094567412884, "S21": -33.791094567412884, "W22": -38.39393390408059, "S22": -39.79751032743583, "W31": -63.75811268347146, "S31": -63.75811268347146, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69795385227423423, "S11": -3.808453071815411, "W12": -10.0, "S12": -12.818156203758132, "W13": -20.144448782831997, "S13": -20.144448782831997, "W21": -29.461738258283184, "S21": -29.461738258283184, "W22": -40.0, "S22": -40.0, "W31": -55.173844181310571, "S31": -55.173844181310571, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 504415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18734308982915926, "S11": -0.18734308982915926, "W12": -5.0, "S12": -5.8618028055574198, "W13": -21.544363283766383, "S13": -21.544363283766383, "W21": -24.954452054097825, "S21": -27.70650337552091, "W22": -37.927100255629398, "S22": -38.158708859130591, "W31": -70.184942673000151, "S31": -70.856579119214899, "W32": -91.014876822394683, "S32": -96.014876822394683 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 506828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66795284070275618, "S11": -0.66795284070275618, "W12": -6.5520837396788236, "S12": -16.515756967692681, "W13": -22.007695938704135, "S13": -22.007695938704135, "W21": -30.210111241655177, "S21": -30.210111241655177, "W22": -40.0, "S22": -44.490611311699922, "W31": -80.0, "S31": -80.0, "W32": -93.886909904678276, "S32": -98.886909904678276 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 509647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22263434159436279, "S11": -0.22263434159436279, "W12": -10.062908819755142, "S12": -11.183965108844788, "W13": -20.0, "S13": -25.518094778340977, "W21": -40.0, "S21": -40.0, "W22": -38.764577552271852, "S22": -38.764577552271852, "W31": -72.418103241677926, "S31": -73.137738808393195, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106139.0, 512232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1752850327098976, "S12": -5.1752850327098976, "W13": -19.30380517492539, "S13": -19.30380517492539, "W21": -39.73824457712643, "S21": -40.242417697221093, "W22": -39.297469565161258, "S22": -40.312369081016989, "W31": -71.100813349388389, "S31": -71.100813349388389, "W32": -91.34138795810415, "S32": -96.34138795810415 }, "geometry": { "type": "Point", "coordinates": [ 106139.5, 521982.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0084669465413088, "S12": -7.0084669465413088, "W13": -19.607371575082865, "S13": -29.520603754843769, "W21": -40.117534052144336, "S21": -40.597911213981192, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106139.666666666671517, 519206.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26172855605907486, "S11": -0.26172855605907486, "W12": -4.9786070019723869, "S12": -7.1591392252311516, "W13": -17.901826342579881, "S13": -21.1106071176978, "W21": -30.0, "S21": -32.930941791701287, "W22": -40.0, "S22": -40.0, "W31": -56.10717248661318, "S31": -56.10717248661318, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106140.0, 502889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1617998633879782, "S12": -5.2481716505966141, "W13": -22.449809227664272, "S13": -22.449809227664272, "W21": -28.860778311185321, "S21": -29.210719747913778, "W22": -38.464553609564007, "S22": -38.967591158565163, "W31": -62.936623197259038, "S31": -63.878386497693107, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106140.0, 507200.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4743828495956688, "S12": -5.4743828495956688, "W13": -20.0, "S13": -20.0, "W21": -39.682389100295183, "S21": -40.277284171922354, "W22": -36.526997937889043, "S22": -41.455429688015208, "W31": -72.03624733475479, "S31": -72.03624733475479, "W32": -93.509794015270458, "S32": -98.509794015270458 }, "geometry": { "type": "Point", "coordinates": [ 106140.0, 521529.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9614676441549186, "S12": -8.9614676441549186, "W13": -14.999999999999998, "S13": -20.382863487193951, "W21": -38.973775148012564, "S21": -38.973775148012564, "W22": -37.692914158014311, "S22": -37.790404621414133, "W31": -70.248026172800365, "S31": -70.248026172800365, "W32": -91.041245784590089, "S32": -96.041245784590089 }, "geometry": { "type": "Point", "coordinates": [ 106140.052631578946603, 515881.026315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9108464652756059, "S12": -8.4321059312335613, "W13": -21.864419447092324, "S13": -24.628744976635222, "W21": -41.658360156852154, "S21": -42.5173543324794, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -70.691676737486759, "W32": -92.613954468333134, "S32": -97.613954468333134 }, "geometry": { "type": "Point", "coordinates": [ 106140.333333333328483, 498824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5917132214019833, "S12": -8.5917132214019833, "W13": -15.000000000000002, "S13": -25.0, "W21": -40.520317966525774, "S21": -40.520317966525774, "W22": -38.295556839844366, "S22": -39.992654347688855, "W31": -64.147771111131277, "S31": -64.147771111131277, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106141.603448275855044, 516624.853448275884148 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9464204297726564, "S12": -4.9464204297726564, "W13": -22.622432859399684, "S13": -24.483623299802531, "W21": -41.610775463017681, "S21": -42.424149118931659, "W22": -45.10582325988041, "S22": -45.115527833131353, "W31": -72.192403262929318, "S31": -72.192403262929318, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 498777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.131947779578685, "S12": -15.131947779578685, "W13": -15.574564265719525, "S13": -19.748616937670434, "W21": -30.303260553695058, "S21": -30.303260553695058, "W22": -40.000000000000007, "S22": -44.511880642739385, "W31": -80.0, "S31": -80.0, "W32": -93.901511014813096, "S32": -98.901511014813096 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 500317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66194784459819045, "S11": -0.66194784459819045, "W12": -5.0, "S12": -8.0, "W13": -20.0, "S13": -21.341847826086955, "W21": -28.192133178819752, "S21": -33.844033640749593, "W22": -37.676075436539698, "S22": -41.229089682115685, "W31": -76.84066654184609, "S31": -76.84066654184609, "W32": -93.853977523678665, "S32": -98.853977523678665 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 506478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95730399493237361, "S11": -0.95730399493237361, "W12": -6.5124300215145574, "S12": -16.699186224608447, "W13": -21.456839262876628, "S13": -21.456839262876628, "W21": -30.069794698703539, "S21": -30.069794698703539, "W22": -46.166434751043852, "S22": -46.166915795409849, "W31": -74.139343146925711, "S31": -77.070820214104685, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 509814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0789719402729379, "S12": -8.0789719402729379, "W13": -15.595987847060755, "S13": -23.663259666475891, "W21": -42.358308654325924, "S21": -43.058228815951779, "W22": -40.0, "S22": -40.0, "W31": -54.685845240368756, "S31": -54.685845240368756, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.0, 517586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1818654294951196, "S12": -6.8208334401977435, "W13": -15.0, "S13": -15.0, "W21": -39.686937145927139, "S21": -39.686937145927139, "W22": -40.0, "S22": -40.0, "W31": -52.2826004977751, "S31": -52.2826004977751, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.285714285710128, 524184.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49167116246216402, "S11": -0.49167116246216402, "W12": -9.5386295576563462, "S12": -9.7478655566270405, "W13": -15.144259643567016, "S13": -20.704240055965435, "W21": -39.707344896483811, "S21": -39.707344896483811, "W22": -40.0, "S22": -40.0, "W31": -57.040500791914617, "S31": -57.040500791914617, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.5, 515148.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0251119419492047, "S12": -5.0251119419492047, "W13": -15.000000000000002, "S13": -17.881027627199877, "W21": -41.089493476605632, "S21": -41.519307426803678, "W22": -39.020012114659743, "S22": -39.810934485140891, "W31": -70.0, "S31": -70.378312719309449, "W32": -91.004605263157885, "S32": -96.004605263157885 }, "geometry": { "type": "Point", "coordinates": [ 106142.631578947373782, 498369.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5950014200511522, "S11": -4.4577152263623283, "W12": -10.0, "S12": -13.226129230602805, "W13": -20.297669060042463, "S13": -20.297669060042463, "W21": -29.471148924396502, "S21": -29.471148924396502, "W22": -39.538703531365854, "S22": -39.538703531365854, "W31": -73.461774000582338, "S31": -74.874620242245499, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.666666666671517, 504486.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25532764834935229, "S11": -0.25532764834935229, "W12": -10.324816295105354, "S12": -10.324816295105354, "W13": -14.943343106906994, "S13": -18.164594141976959, "W21": -36.989264712812528, "S21": -36.989264712812528, "W22": -40.0, "S22": -40.0, "W31": -58.014106353712428, "S31": -58.328182181889552, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106142.75, 499769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55623747163556958, "S11": -0.71668589710239305, "W12": -5.0, "S12": -6.9742322077636452, "W13": -18.260980611807963, "S13": -21.337799048808641, "W21": -30.0, "S21": -32.851421236224738, "W22": -48.524846888901976, "S22": -48.524846888901976, "W31": -74.260920254144011, "S31": -77.023074442916581, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106143.0, 503302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30338052353085465, "S11": -0.30338052353085465, "W12": -9.9868163500287856, "S12": -11.454482024710273, "W13": -23.9780314451863, "S13": -24.217440152138867, "W21": -30.360663314292339, "S21": -30.360663314292339, "W22": -37.783554811712968, "S22": -38.967259832014506, "W31": -66.181413067836274, "S31": -66.181413067836274, "W32": -98.078667654512913, "S32": -103.07866765451291 }, "geometry": { "type": "Point", "coordinates": [ 106143.0, 505075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38142564065214074, "S11": -0.38142564065214074, "W12": -5.0, "S12": -7.0812614733429395, "W13": -18.066372992508473, "S13": -21.215059583596524, "W21": -30.0, "S21": -32.62342566201324, "W22": -39.203302806791051, "S22": -40.088460436902984, "W31": -70.0, "S31": -70.236660130027218, "W32": -91.019126514756223, "S32": -96.019126514756223 }, "geometry": { "type": "Point", "coordinates": [ 106143.555555555562023, 503074.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42288482025539559, "S11": -0.48496059335805397, "W12": -9.625166173624045, "S12": -15.148773691206525, "W13": -16.583752163457756, "S13": -32.869925498277027, "W21": -40.0, "S21": -40.0, "W22": -37.426636476296466, "S22": -37.426636476296466, "W31": -70.323990009239409, "S31": -70.534867779236265, "W32": -91.064228746361138, "S32": -96.064228746361138 }, "geometry": { "type": "Point", "coordinates": [ 106143.875, 513080.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57522163957604011, "S11": -0.65493079658579956, "W12": -10.118700605313125, "S12": -10.118700605313125, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -39.785688520534393, "S22": -44.367833173491832, "W31": -80.0, "S31": -80.0, "W32": -94.001896766387063, "S32": -99.001896766387063 }, "geometry": { "type": "Point", "coordinates": [ 106144.0, 508162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58103336577429099, "S11": -0.5810333657742911, "W12": -10.12090910566204, "S12": -10.678003352714121, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -57.654591881530038, "S31": -57.93282024452752, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106144.4, 508199.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2082899559935307, "S11": 2.2082899559935307, "W12": -4.4802159167146707, "S12": -4.4802159167146707, "W13": -17.175870272605476, "S13": -17.175870272605476, "W21": -39.974474837328138, "S21": -39.974474837328138, "W22": -31.522932459666556, "S22": -36.096571695628064, "W31": -70.0, "S31": -72.865671054598678, "W32": -91.789636431611541, "S32": -96.789636431611541 }, "geometry": { "type": "Point", "coordinates": [ 106144.714285714289872, 523035.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4687833592707857, "S12": -8.4687833592707857, "W13": -15.0, "S13": -25.0, "W21": -41.03694665507561, "S21": -41.03694665507561, "W22": -39.26537508261476, "S22": -40.17940807636834, "W31": -70.0, "S31": -70.179437718521527, "W32": -91.06113692650483, "S32": -96.06113692650483 }, "geometry": { "type": "Point", "coordinates": [ 106144.857142857144936, 516870.785714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.490273431795275, "S12": -15.490273431795275, "W13": -15.676591082722275, "S13": -19.956130294814432, "W21": -30.198337382366365, "S21": -30.198337382366365, "W22": -38.771214056143613, "S22": -38.771214056143613, "W31": -60.283807193434612, "S31": -60.764056042832806, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106145.0, 500365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -4.6625049675450576, "W12": -10.0, "S12": -20.131225225097666, "W13": -24.622744693545368, "S13": -34.216788425610744, "W21": -39.277886996672976, "S21": -39.277886996672976, "W22": -40.0, "S22": -40.0, "W31": -57.973829097217234, "S31": -57.973829097217234, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106145.0, 511174.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.397054638239119, "S13": -14.397054638239119, "W21": -46.0, "S21": -46.0, "W22": -45.909468438538617, "S22": -45.909468438538617, "W31": -74.271978037699597, "S31": -76.740114520828982, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106145.0, 526469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84068398057991256, "S11": -0.84068398057991256, "W12": -10.004962301948643, "S12": -19.568454365440708, "W13": -24.0981297889224, "S13": -24.0981297889224, "W21": -32.52540666792239, "S21": -35.495584487185234, "W22": -39.75486684206475, "S22": -39.75486684206475, "W31": -73.682791133407022, "S31": -75.285042119280646, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106146.0, 510408.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.02381292967027, "S12": -5.02381292967027, "W13": -15.0, "S13": -17.937947385218422, "W21": -41.082967610244999, "S21": -41.50287128408015, "W22": -40.0, "S22": -40.0, "W31": -57.295077409347655, "S31": -57.537458307165487, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106146.333333333328483, 498362.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.812667544042164, "S13": -19.130406958401814, "W21": -34.260141200604487, "S21": -34.260141200604487, "W22": -46.527657610890003, "S22": -46.527657610890003, "W31": -74.279677763636869, "S31": -76.77605841363355, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106147.0, 500885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.978575534605657, "S13": -17.103551136688001, "W21": -35.186000163942346, "S21": -35.186000163942346, "W22": -34.035343112622748, "S22": -34.035343112622748, "W31": -70.0, "S31": -71.956485248103064, "W32": -91.684600213807883, "S32": -96.684600213807883 }, "geometry": { "type": "Point", "coordinates": [ 106147.0, 500989.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1067554497673164, "S12": -8.1067554497673164, "W13": -15.531040287859742, "S13": -23.842100420007192, "W21": -42.302279322508518, "S21": -43.009136301869241, "W22": -40.0, "S22": -44.518671737350658, "W31": -80.0, "S31": -80.0, "W32": -93.887061762748672, "S32": -98.887061762748672 }, "geometry": { "type": "Point", "coordinates": [ 106147.333333333328483, 517544.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -56.935562937165273, "S31": -57.142096369803461, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106147.738461538465344, 530034.907692307722755 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11834131239980095, "S11": -3.936096484644124, "W12": -4.8996792103639724, "S12": -4.8996792103639724, "W13": -12.762226556445363, "S13": -12.762226556445363, "W21": -40.0, "S21": -41.830632990513166, "W22": -40.0, "S22": -40.0, "W31": -58.907157402518493, "S31": -58.907157402518493, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106148.0, 497382.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0013322896628327752, "S11": -0.0013322896628327752, "W12": -4.4589505237752896, "S12": -4.4589505237752896, "W13": -13.878568450705215, "S13": -13.878568450705215, "W21": -36.794461437801338, "S21": -36.794461437801338, "W22": -38.83585773116333, "S22": -38.83585773116333, "W31": -60.136067863407028, "S31": -60.635980751599021, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106148.5, 496963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63773898586866162, "S11": -0.63773898586866162, "W12": -5.6236374446719957, "S12": -6.454160958425323, "W13": -20.0, "S13": -21.890363176253334, "W21": -26.519339014244853, "S21": -32.002160522756967, "W22": -40.0, "S22": -40.0, "W31": -58.324153472445786, "S31": -58.659918501855302, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 506582.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27087141986593538, "S11": -0.27087141986593538, "W12": -6.53067859650948, "S12": -6.53067859650948, "W13": -20.195465816545283, "S13": -22.256932741162601, "W21": -25.990572114903898, "S21": -31.399069568428168, "W22": -40.0, "S22": -44.357578619047089, "W31": -80.0, "S31": -80.0, "W32": -93.972174265632319, "S32": -98.972174265632319 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 506618.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25806747902761618, "S11": -0.25806747902761618, "W12": -5.7406299581241713, "S12": -6.024356590057975, "W13": -20.979204137110823, "S13": -20.979204137110823, "W21": -24.079837977598281, "S21": -27.43543201985668, "W22": -39.940791723861253, "S22": -39.940791723861253, "W31": -58.406651903447006, "S31": -58.748816296852695, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 506753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4622024145323651, "W12": -7.016362766616016, "S12": -7.016362766616016, "W13": -23.011995415261381, "S13": -23.011995415261381, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -56.576048464982883, "S31": -56.746734432441436, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.0, 507336.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35646889702038681, "S11": 0.35646889702038626, "W12": -4.730539450400749, "S12": -4.730539450400749, "W13": -12.50871650821089, "S13": -12.50871650821089, "W21": -40.000000000000007, "S21": -42.410590581484854, "W22": -38.271935668098045, "S22": -38.271935668098045, "W31": -62.725522296884535, "S31": -63.493508296216383, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106149.5, 497214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23199340721309791, "S11": -0.23199340721309791, "W12": -10.792695191327509, "S12": -16.144652719233854, "W13": -16.860484293482784, "S13": -32.445982279314151, "W21": -40.518282551976213, "S21": -40.518282551976213, "W22": -48.127475917581897, "S22": -48.13480973859177, "W31": -72.875820223588732, "S31": -72.875820223588732, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106149.5, 513875.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14177034956254375, "S11": 0.14177034956254375, "W12": -4.3812539796651944, "S12": -4.3812539796651944, "W13": -13.037971909255834, "S13": -13.037971909255834, "W21": -36.953421709945097, "S21": -36.953421709945097, "W22": -40.841497376325918, "S22": -40.84874116877328, "W31": -72.365229721427966, "S31": -72.365229721427966, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.019091589717993546, "S11": -0.019091589717993546, "W12": -4.8172372558572123, "S12": -4.8172372558572123, "W13": -14.84533872725131, "S13": -14.84533872725131, "W21": -40.552899949838491, "S21": -40.62850478854817, "W22": -42.146888608755447, "S22": -42.149340705997368, "W31": -73.184522275647069, "S31": -74.461963101599594, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4915308641975307, "S11": 1.4915308641975307, "W12": -4.4464874551971327, "S12": -4.7057467144563923, "W13": -17.237016317016316, "S13": -18.878561596399745, "W21": -41.614237554026708, "S21": -42.40585571467863, "W22": -44.113372093023258, "S22": -44.113372093023258, "W31": -74.219666384922036, "S31": -76.58864401737064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22100204349729971, "S11": -0.22100204349729971, "W12": -11.901141753114144, "S12": -12.080628932601323, "W13": -14.982359856831701, "S13": -18.332672900484344, "W21": -34.988360250708567, "S21": -35.24781463955091, "W22": -38.883223751839004, "S22": -38.892643087317389, "W31": -72.158321111117644, "S31": -72.734226264857, "W32": -94.845105532453246, "S32": -99.845105532453246 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49365875880435922, "S11": -1.9296592949255225, "W12": -10.0, "S12": -11.250193568776098, "W13": -24.235408141287959, "S13": -24.525506479707769, "W21": -30.486265191343641, "S21": -30.486265191343641, "W22": -40.0, "S22": -40.0, "W31": -56.216533992800493, "S31": -56.35137249507941, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4, "S11": -4.12, "W12": -10.0, "S12": -11.979556777186051, "W13": -20.812322361786009, "S13": -22.710910356546893, "W21": -31.204841059673079, "S21": -36.283071378082134, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -71.201660664217641, "W32": -92.464665065286567, "S32": -97.464665065286567 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52824476287190336, "W12": -5.0, "S12": -5.4521817095039147, "W13": -22.355421825179459, "S13": -22.355421825179459, "W21": -28.704932860224027, "S21": -29.227485790351615, "W22": -40.0, "S22": -40.0, "W31": -59.840485707821102, "S31": -59.840485707821102, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 507192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28792357415010794, "S11": -0.28792357415010794, "W12": -10.337355584082156, "S12": -16.123884307196775, "W13": -16.227017785298649, "S13": -27.385141598791265, "W21": -40.259247887456368, "S21": -40.259247887456368, "W22": -30.0, "S22": -38.007098007098008, "W31": -70.0, "S31": -70.906770233939341, "W32": -92.575807218090901, "S32": -97.575807218090901 }, "geometry": { "type": "Point", "coordinates": [ 106150.0, 513687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0424294198239803, "S12": -9.0424294198239803, "W13": -15.0, "S13": -22.026908103412111, "W21": -38.772939640432696, "S21": -38.772939640432696, "W22": -39.173964821379272, "S22": -39.173964821379272, "W31": -73.231019263575263, "S31": -74.464049903926664, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106150.268292682929314, 515712.902439024415798 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2709253875859261, "S12": -8.2709253875859261, "W13": -15.112089654992511, "S13": -22.487001901642323, "W21": -41.868984835273288, "S21": -45.024081121828715, "W22": -39.210049744686614, "S22": -39.967361546602042, "W31": -71.328935179067273, "S31": -71.465141012403208, "W32": -92.126966826240661, "S32": -97.126966826240661 }, "geometry": { "type": "Point", "coordinates": [ 106150.666666666671517, 517266.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4770146403564608, "S11": -2.5037731514175285, "W12": -10.0, "S12": -20.017500990996091, "W13": -25.241329398749336, "S13": -30.140447031930101, "W21": -38.899080743760315, "S21": -38.899080743760315, "W22": -35.83904819053334, "S22": -40.796209344486286, "W31": -70.267803837953096, "S31": -70.267803837953096, "W32": -93.505988719660337, "S32": -98.505988719660337 }, "geometry": { "type": "Point", "coordinates": [ 106151.0, 511041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29540305973742881, "S11": -0.29540305973742881, "W12": -10.202471116816431, "S12": -16.044703624303501, "W13": -16.149437702445297, "S13": -26.746742883720472, "W21": -40.230884036339276, "S21": -40.230884036339276, "W22": -40.0, "S22": -40.0, "W31": -55.865336203753543, "S31": -55.964327240852832, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106151.0, 513664.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4864417616307799, "W12": -6.9967710619618435, "S12": -6.9967710619618435, "W13": -23.009426380691398, "S13": -23.009426380691398, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -43.514122728555336, "S22": -43.523147533638067, "W31": -72.163980836849404, "S31": -72.163980836849404, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106151.5, 507336.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16381655122333849, "S11": -0.16381655122333849, "W12": -4.7816117040908201, "S12": -4.7816117040908201, "W13": -14.79595169032333, "S13": -14.79595169032333, "W21": -40.41316624965576, "S21": -40.41316624965576, "W22": -30.363094477252275, "S22": -37.117113068003619, "W31": -70.0, "S31": -70.0, "W32": -93.046821272570696, "S32": -98.046821272570696 }, "geometry": { "type": "Point", "coordinates": [ 106151.666666666671517, 497903.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1095569504882004, "S11": -1.1095569504882004, "W12": -5.6203881689092823, "S12": -5.6203881689092823, "W13": -16.362980631866943, "S13": -20.404438791840498, "W21": -32.267948139608706, "S21": -32.267948139608706, "W22": -38.242648245058888, "S22": -40.066370770892505, "W31": -64.29471847286392, "S31": -64.29471847286392, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106152.0, 501375.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3147421713857117, "S11": -3.9671596286912147, "W12": -10.0, "S12": -11.829067170589246, "W13": -21.499648543748663, "S13": -23.476919092897305, "W21": -31.796360697231705, "S21": -36.733890184213926, "W22": -40.0, "S22": -40.0, "W31": -55.516046285525796, "S31": -55.579189857445442, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106152.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65626762947086059, "W12": -5.2175266848509745, "S12": -5.2175266848509745, "W13": -22.393220383642497, "S13": -22.393220383642497, "W21": -28.840905401331195, "S21": -29.276801472949792, "W22": -40.846852410663523, "S22": -40.85405202003065, "W31": -72.354791986060164, "S31": -72.354791986060164, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106152.0, 507209.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4615406785811409, "S12": -4.4615406785811409, "W13": -17.128451991795274, "S13": -17.128451991795274, "W21": -39.892131524975454, "S21": -39.892131524975454, "W22": -35.733716228765736, "S22": -40.694047976802025, "W31": -70.0, "S31": -70.0, "W32": -93.50604153023933, "S32": -98.50604153023933 }, "geometry": { "type": "Point", "coordinates": [ 106152.0, 523065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84146243310069724, "S11": -0.84146243310069724, "W12": -7.5960410108276486, "S12": -17.6763526150987, "W13": -21.728652311350167, "S13": -21.728652311350167, "W21": -30.0, "S21": -30.0, "W22": -38.915071904147545, "S22": -38.970587633604225, "W31": -72.093816702811651, "S31": -72.633152032664256, "W32": -94.823407655828333, "S32": -99.823407655828333 }, "geometry": { "type": "Point", "coordinates": [ 106152.285714285710128, 510038.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1345389592617359, "S12": -8.1345389592617359, "W13": -15.466092728658634, "S13": -23.979823774176321, "W21": -42.246249990691041, "S21": -42.960043787786617, "W22": -34.296016961983653, "S22": -34.296016961983653, "W31": -70.0, "S31": -71.846244029868359, "W32": -91.657075327668352, "S32": -96.657075327668352 }, "geometry": { "type": "Point", "coordinates": [ 106152.666666666671517, 517503.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7051600285832591, "W12": -7.4195931115988518, "S12": -7.4195931115988518, "W13": -23.158430385750425, "S13": -23.158430385750425, "W21": -30.0, "S21": -30.0, "W22": -38.334595361055442, "S22": -38.839133541674904, "W31": -63.011046187352264, "S31": -63.925689486785593, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106153.0, 507368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4654187376942485, "S12": -4.4654187376942485, "W13": -17.141918187536842, "S13": -17.141918187536842, "W21": -39.899310355457267, "S21": -39.899310355457267, "W22": -39.65730134187887, "S22": -39.65730134187887, "W31": -58.799197453182117, "S31": -59.169863984043829, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106153.142857142855064, 523059.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58256162572810677, "S11": -0.58256162572810677, "W12": -10.103316564158328, "S12": -10.225238349475873, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -44.251753422900329, "W31": -80.0, "S31": -80.0, "W32": -93.990234126028625, "S32": -98.990234126028625 }, "geometry": { "type": "Point", "coordinates": [ 106153.2, 508154.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1211213709341985, "S11": 0.1211213709341985, "W12": -4.8684524558217808, "S12": -4.8684524558217808, "W13": -14.905758584133343, "S13": -14.905758584133343, "W21": -40.717890898311317, "S21": -40.892689285408089, "W22": -40.0, "S22": -40.0, "W31": -55.166756367298042, "S31": -55.194052474038045, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106154.0, 498109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046613585039115828, "S11": -0.046613585039115828, "W12": -9.1232242735093649, "S12": -10.803244477992463, "W13": -14.985500120981531, "S13": -18.109781201540002, "W21": -37.988034116057293, "S21": -37.988034116057293, "W22": -41.664852165940864, "S22": -41.667191067226405, "W31": -73.230673267849937, "S31": -74.594058010404609, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106154.0, 499564.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58200079765788726, "S11": -3.6374591365998716, "W12": -10.568689688676093, "S12": -11.217062569734354, "W13": -24.999999999999996, "S13": -25.226678178980727, "W21": -30.688880959256235, "S21": -30.688880959256235, "W22": -40.0, "S22": -40.012491164448811, "W31": -56.095765551485272, "S31": -56.210521236052273, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106154.0, 505235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.916666666666668, "S13": -12.916666666666668, "W21": -46.0, "S21": -46.0, "W22": -42.331247279739898, "S22": -42.336315348643517, "W31": -72.572355424750953, "S31": -72.882156746647496, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106154.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30618434687494006, "S11": -2.1620758391243862, "W12": -9.9340961427748997, "S12": -11.765010305337499, "W13": -23.455348533014003, "S13": -23.455348533014003, "W21": -30.140923184056863, "S21": -30.140923184056863, "W22": -37.920645891859742, "S22": -39.665829980657925, "W31": -65.584488480541239, "S31": -65.584488480541239, "W32": -99.161470692873934, "S32": -104.16147069287393 }, "geometry": { "type": "Point", "coordinates": [ 106154.25, 504998.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.270765538150581, "S12": -14.764909717940089, "W13": -24.437084368719631, "S13": -24.437084368719631, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -55.755250380504435, "S31": -55.836306067617741, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106155.0, 508462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85874759445949989, "S11": -0.85874759445949989, "W12": -10.07894226916773, "S12": -19.953494240493896, "W13": -24.279953536502632, "S13": -24.279953536502632, "W21": -32.824666415520809, "S21": -36.105635754051974, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106155.0, 510440.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40381093907291132, "S11": -0.60216702081638596, "W12": -10.201155859261414, "S12": -10.201155859261414, "W13": -21.954558287044676, "S13": -21.954558287044676, "W21": -39.971686195585917, "S21": -39.971686195585917, "W22": -40.0, "S22": -40.0, "W31": -55.414735209523165, "S31": -55.462090899182719, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106155.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3146669441048715, "S12": -6.804606232916667, "W13": -20.549754867865179, "S13": -21.674184472762228, "W21": -24.794478942889153, "S21": -29.138171636094917, "W22": -40.0, "S22": -40.0, "W31": -60.716074209894046, "S31": -60.716074209894046, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106156.0, 506691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -5.2303010510064727, "W12": -10.0, "S12": -20.163811654114049, "W13": -24.481503503928646, "S13": -34.943617648251852, "W21": -39.250454015757782, "S21": -39.250454015757782, "W22": -38.899178481358348, "S22": -38.899178481358348, "W31": -72.148899955696905, "S31": -72.715292654381642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106156.0, 511214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15564378428951631, "S11": -0.15564378428951631, "W12": -4.7938790474487565, "S12": -4.7938790474487565, "W13": -14.804596200535293, "S13": -14.804999099313422, "W21": -40.432915037190511, "S21": -40.432915037190511, "W22": -38.212123789392443, "S22": -38.282210109904256, "W31": -62.814469735199594, "S31": -63.621630272144955, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106156.148148148145992, 497913.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5128493840243742, "W12": -10.0, "S12": -20.015479358967099, "W13": -25.265448634513039, "S13": -30.337217614836732, "W21": -38.829343736104832, "S21": -38.829343736104832, "W22": -40.0, "S22": -40.0, "W31": -55.074220038542336, "S31": -55.087875730748181, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106157.0, 511039.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3611631968839282, "S12": -7.3611631968839282, "W13": -18.254541745476992, "S13": -33.254541745476999, "W21": -41.135418299907727, "S21": -42.323425930627153, "W22": -48.15010798194082, "S22": -48.157552893942473, "W31": -72.808432921168048, "S31": -72.808432921168048, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106157.0, 518675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8114093959731541, "W12": -7.4918397208621759, "S12": -7.4918397208621759, "W13": -23.191893707841487, "S13": -23.191893707841487, "W21": -30.0, "S21": -30.0, "W22": -39.094997340931108, "S22": -39.541839942379589, "W31": -71.650914503992283, "S31": -71.953453583168894, "W32": -93.531103284188191, "S32": -98.531103284188191 }, "geometry": { "type": "Point", "coordinates": [ 106158.0, 507377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4648272731594783, "S11": -0.4648272731594783, "W12": -9.7467343438956942, "S12": -9.9680693877718589, "W13": -15.566656700550958, "S13": -22.374658763551832, "W21": -40.0, "S21": -40.0, "W22": -35.016344791266661, "S22": -35.016344791266661, "W31": -70.0, "S31": -71.577646463295324, "W32": -91.54887148305346, "S32": -96.54887148305346 }, "geometry": { "type": "Point", "coordinates": [ 106158.0, 515008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1623224687561144, "S12": -8.1623224687561144, "W13": -15.401145169457623, "S13": -23.69420611252972, "W21": -42.190220658873642, "S21": -42.910951273704086, "W22": -35.490403042770687, "S22": -35.490403042770687, "W31": -70.057113972833051, "S31": -71.464574418935101, "W32": -91.471789840898865, "S32": -96.471789840898865 }, "geometry": { "type": "Point", "coordinates": [ 106158.0, 517462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3408735795454545, "S11": -3.6960701064079839, "W12": -10.0, "S12": -11.982391341693868, "W13": -20.428929433697014, "S13": -22.441755680382634, "W21": -30.624594539982347, "S21": -35.768270367250643, "W22": -30.0, "S22": -39.649645721541987, "W31": -70.0, "S31": -70.452181586560158, "W32": -92.752100002600613, "S32": -97.752100002600613 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 506360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4655227031824971, "S12": -9.702603194416584, "W13": -15.0, "S13": -20.894968103973106, "W21": -39.672555258918557, "S21": -39.672555258918557, "W22": -30.0, "S22": -33.222986690728625, "W31": -70.0, "S31": -71.460541205471159, "W32": -92.410395728993024, "S32": -97.410395728993024 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 515190.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2, "S12": -4.2, "W13": -16.334858087067296, "S13": -16.334858087067296, "W21": -39.09392866475563, "S21": -39.09392866475563, "W22": -39.373810959896844, "S22": -39.373810959896836, "W31": -59.191743002916702, "S31": -59.588807982934789, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106159.0, 523462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95068152168258757, "S11": -0.95068152168258757, "W12": -10.910578619559262, "S12": -20.53895338466728, "W13": -25.19473025361572, "S13": -25.19473025361572, "W21": -35.872099378413935, "S21": -35.872099378413935, "W22": -38.406997511222436, "S22": -39.692997807248631, "W31": -63.605695289191061, "S31": -63.605695289191061, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106159.4, 510678.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90287386907929734, "S11": -1.33803287435477, "W12": -4.9999999999999982, "S12": -7.5498196186222284, "W13": -20.0, "S13": -21.777173913043477, "W21": -28.772217269863908, "S21": -34.505757357507569, "W22": -38.27128234140843, "S22": -38.775810271811935, "W31": -63.046649048719402, "S31": -63.947986701905293, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106160.0, 506437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0518384582897955, "S12": -8.0518384582897955, "W13": -15.650879311609049, "S13": -23.067674734179413, "W21": -42.418731552803997, "S21": -43.474062100323962, "W22": -36.79964878450793, "S22": -39.684295497612368, "W31": -74.376249595163543, "S31": -74.376249595163543, "W32": -94.086887752758116, "S32": -99.086887752758116 }, "geometry": { "type": "Point", "coordinates": [ 106160.666666666671517, 517629.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50730212605961, "S11": -1.6560681224033009, "W12": -8.9707931638911411, "S12": -14.249150512098311, "W13": -25.952934244939069, "S13": -25.952934244939069, "W21": -35.820118987862884, "S21": -35.820118987862884, "W22": -39.400643164430427, "S22": -40.512932077128312, "W31": -70.905903943217155, "S31": -70.905903943217155, "W32": -91.448955764894308, "S32": -96.448955764894308 }, "geometry": { "type": "Point", "coordinates": [ 106160.8, 505700.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8563856093507614, "S12": -8.8563856093507614, "W13": -15.0, "S13": -17.898339637137212, "W21": -39.431585030408364, "S21": -39.431585030408364, "W22": -40.0, "S22": -44.196317070817628, "W31": -80.0, "S31": -80.0, "W32": -94.033466219804524, "S32": -99.033466219804524 }, "geometry": { "type": "Point", "coordinates": [ 106160.856060606063693, 516082.280303030274808 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23249197197489416, "S11": -0.23249197197489416, "W12": -12.420207282416907, "S12": -13.016361128570754, "W13": -15.0, "S13": -18.525800532434911, "W21": -34.045014213460298, "S21": -34.264308836405704, "W22": -31.615742340148213, "S22": -35.849944551838234, "W31": -70.0, "S31": -72.808131706152764, "W32": -91.847515281438163, "S32": -96.847515281438163 }, "geometry": { "type": "Point", "coordinates": [ 106161.0, 500065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52149049881235154, "S11": -3.1776741587700803, "W12": -9.907726269315674, "S12": -12.267390223385842, "W13": -22.709069267239276, "S13": -22.709069267239276, "W21": -29.700122392778823, "S21": -29.700122392778823, "W22": -37.280412222362138, "S22": -37.280412222362138, "W31": -70.25981560234662, "S31": -70.500142087568463, "W32": -91.143791108071312, "S32": -96.143791108071312 }, "geometry": { "type": "Point", "coordinates": [ 106161.0, 504890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6214441470908909, "S12": -8.9181805196673363, "W13": -17.726197153474025, "S13": -17.984316679092196, "W21": -41.353730934649235, "S21": -41.925437923896546, "W22": -41.700489659783258, "S22": -41.700489659783258, "W31": -71.571917898156869, "S31": -71.571917898156869, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 498538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29087563082605017, "S11": -0.29087563082605017, "W12": -4.580853057199211, "S12": -6.542773416446658, "W13": -17.541540830000041, "S13": -20.886878018770091, "W21": -30.0, "S21": -30.312859229332734, "W22": -40.0, "S22": -40.0, "W31": -54.760673627439289, "S31": -54.760673627439289, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 502434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26719123140040413, "S11": -0.26719123140040413, "W12": -5.0, "S12": -6.5514464057990462, "W13": -21.61564420905577, "S13": -21.61564420905577, "W21": -25.964574558031007, "S21": -28.351888467879277, "W22": -38.343653917476821, "S22": -39.820184407974175, "W31": -63.802776693565121, "S31": -63.802776693565121, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 506926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60271164767392948, "W12": -5.0, "S12": -5.7169754931261423, "W13": -22.271965245573355, "S13": -22.271965245573355, "W21": -28.573334260998628, "S21": -29.262843936436692, "W22": -37.596571738128368, "S22": -38.406696772389139, "W31": -66.807219358808823, "S31": -66.807219358808823, "W32": -97.272306315492187, "S32": -102.27230631549219 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58408988568191389, "S11": -0.58408988568191389, "W12": -10.037784453742571, "S12": -10.468400029783137, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -37.242424686919271, "S22": -38.445051309340641, "W31": -68.525773609067116, "S31": -68.525773609067116, "W32": -96.105114733522143, "S32": -101.10511473352214 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26769419099756669, "S11": -0.26769419099756669, "W12": -10.774832019817824, "S12": -16.372708415135001, "W13": -16.549245051513388, "S13": -29.716629410452128, "W21": -40.434870779319994, "S21": -40.434870779319994, "W22": -45.031157359791884, "S22": -45.031657877179583, "W31": -74.075366855288934, "S31": -77.059839351327753, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106162.0, 513784.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11083104567007732, "S11": 0.11083104567007732, "W12": -4.8870007233860369, "S12": -4.8870007233860369, "W13": -14.915150700865777, "S13": -14.915150700865777, "W21": -40.735271695403739, "S21": -40.907213899704814, "W22": -36.827173285221576, "S22": -36.827173285221576, "W31": -70.324538975976196, "S31": -70.938222609488136, "W32": -91.216344489485977, "S32": -96.216344489485977 }, "geometry": { "type": "Point", "coordinates": [ 106163.0, 498114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3061709811921838, "S11": -1.3061709811921838, "W12": -10.984530402310952, "S12": -20.49637609009244, "W13": -25.700673992550268, "S13": -27.185416307197961, "W21": -38.426158786245153, "S21": -39.040811611448333, "W22": -40.0, "S22": -40.0, "W31": -61.682340647857188, "S31": -61.682340647857188, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106163.142857142855064, 510895.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5377280575765955, "S12": -7.6008946576670109, "W13": -15.0, "S13": -15.0, "W21": -40.980459454811374, "S21": -40.980459454811374, "W22": -43.434141338120718, "S22": -43.44294069956004, "W31": -72.133829027653377, "S31": -72.133829027653377, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106163.2, 524717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3871226098026401, "S12": -15.678378840266346, "W13": -22.352980932735043, "S13": -22.352980932735043, "W21": -30.026928865827632, "S21": -30.026928865827632, "W22": -39.033718103714698, "S22": -39.298656756413827, "W31": -71.834034572251355, "S31": -72.229639489128061, "W32": -94.452264297130284, "S32": -99.452264297130284 }, "geometry": { "type": "Point", "coordinates": [ 106163.4, 509298.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81389923718278856, "S11": -0.81389923718278856, "W12": -5.0, "S12": -7.637605222470472, "W13": -20.0, "S13": -21.748369565217359, "W21": -28.400256036924315, "S21": -34.245709750142403, "W22": -39.052884084016348, "S22": -39.797061109094265, "W31": -70.0, "S31": -70.159090147567014, "W32": -91.146793645271657, "S32": -96.146793645271657 }, "geometry": { "type": "Point", "coordinates": [ 106163.666666666671517, 506452.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2645060396893877, "S12": -6.4751038599533794, "W13": -22.748815165876778, "S13": -23.649762107106223, "W21": -41.542396764573716, "S21": -42.298713968874793, "W22": -41.035443213469534, "S22": -41.038949368607113, "W31": -72.710265387754859, "S31": -73.554603885051591, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106164.0, 498736.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043443048544832635, "S11": -0.043443048544832635, "W12": -5.0, "S12": -5.0, "W13": -16.610902072008194, "S13": -17.64987874920946, "W21": -30.0, "S21": -30.657748061772274, "W22": -39.090320577914454, "S22": -39.090320577914454, "W31": -59.584288552651813, "S31": -60.007751981826303, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106164.0, 501692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69010996748732645, "S11": -0.69010996748732645, "W12": -5.8348643044320685, "S12": -5.8348643044320685, "W13": -20.0, "S13": -20.0, "W21": -42.93736298986164, "S21": -43.405956911383726, "W22": -49.391965022052453, "S22": -50.084022421446072, "W31": -72.10332699455742, "S31": -72.10332699455742, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106164.071428571434808, 520987.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2188783315287059, "S11": 2.2188783315287059, "W12": -4.507878713030312, "S12": -4.507878713030312, "W13": -17.287878722926759, "S13": -17.287878722926759, "W21": -39.981960020950503, "S21": -39.981960020950503, "W22": -37.770084293201961, "S22": -37.835746455755476, "W31": -70.091123122465433, "S31": -70.200807641907844, "W32": -91.132566487837082, "S32": -96.132566487837082 }, "geometry": { "type": "Point", "coordinates": [ 106164.571428571434808, 522996.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35809413175447802, "S11": -0.35809413175447802, "W12": -11.865408484272308, "S12": -11.951166393993574, "W13": -16.344437499873973, "S13": -20.965985041258627, "W21": -32.244502308854777, "S21": -32.244502308854777, "W22": -40.0, "S22": -40.0, "W31": -55.070124849844149, "S31": -55.070124849844149, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106164.75, 500679.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9868477058735614, "S12": -4.9868477058735614, "W13": -15.0, "S13": -17.759940381749121, "W21": -41.049738831754631, "S21": -41.41946329412022, "W22": -38.868696263365067, "S22": -39.508890950447892, "W31": -70.0, "S31": -70.273158265077925, "W32": -91.110526315789457, "S32": -96.110526315789457 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 498326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.7103872782774614, "W12": -10.080494739018564, "S12": -13.857043508693664, "W13": -20.743138319104276, "S13": -20.743138319104276, "W21": -29.54266791173826, "S21": -29.54266791173826, "W22": -39.191268205540339, "S22": -39.812450162168346, "W31": -71.44155823177887, "S31": -71.64548471274999, "W32": -93.251323319696311, "S32": -98.251323319696311 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 504605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65914992897776492, "S11": -0.65914992897776492, "W12": -11.14990078207077, "S12": -12.869851163960552, "W13": -26.136769493579592, "S13": -26.136769493579592, "W21": -30.802418595974231, "S21": -30.802418595974231, "W22": -40.0, "S22": -40.0, "W31": -54.423371310981715, "S31": -54.423371310981715, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 505427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47303521755866562, "S11": -0.47303521755866562, "W12": -10.017318107221007, "S12": -19.644085913520584, "W13": -22.975468700349541, "S13": -26.72668662824821, "W21": -39.881114938413752, "S21": -39.881114938413752, "W22": -40.0, "S22": -40.0, "W31": -54.942456917410318, "S31": -54.942456917410318, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106165.0, 511617.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -46.201311810414204, "S22": -46.201311810414204, "W31": -74.195794241254674, "S31": -76.688525046818143, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106166.574712643676321, 530027.796934865880758 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74559576849636755, "S11": -1.2455957684963674, "W12": -7.0705472367254458, "S12": -8.7134305199908084, "W13": -18.480192239288851, "S13": -21.479965566395677, "W21": -30.0, "S21": -31.798562687865214, "W22": -45.043269644747397, "S22": -45.05311082856079, "W31": -72.006255291783461, "S31": -72.006255291783461, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 503518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58649531383129805, "S11": -4.6516232223442424, "W12": -10.0, "S12": -13.285537064439625, "W13": -20.275367554148271, "S13": -20.275367554148271, "W21": -29.554630974614376, "S21": -29.554630974614376, "W22": -30.0, "S22": -40.0, "W31": -70.0, "S31": -71.101537892311498, "W32": -92.583626940312072, "S32": -97.583626940312072 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 504492.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5430263277936298, "S12": -7.5430263277936298, "W13": -17.558175996225199, "S13": -29.742429686766478, "W21": -41.657510602798901, "S21": -44.657510602798901, "W22": -30.842907175908174, "S22": -37.358330259247126, "W31": -70.0, "S31": -70.0, "W32": -93.165219656801654, "S32": -98.165219656801654 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 518401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2229678047423684, "S11": 2.2229678047423684, "W12": -4.5170630204930786, "S12": -4.5170630204930786, "W13": -17.319391460152964, "S13": -17.319391460152964, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -44.181173199322387, "W31": -80.0, "S31": -80.0, "W32": -94.026149351226124, "S32": -99.026149351226124 }, "geometry": { "type": "Point", "coordinates": [ 106167.0, 522983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08975724860710399, "S11": 0.08975724860710399, "W12": -6.3601915555620607, "S12": -9.5419622346763404, "W13": -15.0, "S13": -18.062657155198906, "W21": -39.402085790401344, "S21": -39.402085790401344, "W22": -46.916332515410765, "S22": -46.916332515410765, "W31": -74.161557753905285, "S31": -76.869690671068739, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.5, 499426.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.028497570942932312, "S11": -0.028497570942932312, "W12": -9.1955631540487239, "S12": -10.820543559183449, "W13": -14.981868413806914, "S13": -18.118737785248495, "W21": -38.010203978709093, "S21": -38.010203978709093, "W22": -39.114036926559919, "S22": -39.874995969591332, "W31": -70.0, "S31": -70.067190427201638, "W32": -91.225880898541376, "S32": -96.225880898541376 }, "geometry": { "type": "Point", "coordinates": [ 106167.5, 499572.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26253816065152724, "S11": -0.26253816065152724, "W12": -10.844106992140828, "S12": -16.387591881876737, "W13": -16.650035981587862, "S13": -30.411299119986712, "W21": -40.496055360983462, "S21": -40.496055360983462, "W22": -44.666041502813698, "S22": -44.666549457649538, "W31": -74.054821890743057, "S31": -77.054689383767226, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.5, 513814.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0382455854573731, "S12": -9.0382455854573731, "W13": -15.000000000000002, "S13": -21.754897768268286, "W21": -38.817329792354961, "S21": -38.817329792354961, "W22": -38.169596264671853, "S22": -40.165024258339734, "W31": -64.491340419544954, "S31": -64.491340419544954, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106167.909090909088263, 515712.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.754424925270165, "S13": -19.16772583881389, "W21": -33.92382862066254, "S21": -33.92382862066254, "W22": -35.381806037746635, "S22": -40.248873954737974, "W31": -70.0, "S31": -70.0, "W32": -93.55995232965067, "S32": -98.55995232965067 }, "geometry": { "type": "Point", "coordinates": [ 106168.0, 500868.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59636104372751531, "S11": -0.59636104372751531, "W12": -10.07961165836322, "S12": -10.197813522167118, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -44.086475157798631, "W31": -80.0, "S31": -80.0, "W32": -94.075196903708303, "S32": -99.075196903708303 }, "geometry": { "type": "Point", "coordinates": [ 106168.0, 508156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28146325284282891, "S11": -0.28146325284282891, "W12": -10.673555840821566, "S12": -16.363231854978931, "W13": -16.438218606613109, "S13": -28.712469660000153, "W21": -40.41063097182883, "S21": -40.41063097182883, "W22": -40.0, "S22": -40.0, "W31": -56.172411192397618, "S31": -56.172411192397618, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106168.0, 513751.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -62.663689540222656, "S31": -62.663689540222656, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106168.0, 529410.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2807279693486911, "S11": 0.2807279693486911, "W12": -10.141945538364499, "S12": -10.141945538364499, "W13": -16.629829652785432, "S13": -20.78505637904253, "W21": -33.38429922050198, "S21": -33.38429922050198, "W22": -40.0, "S22": -43.930383734573837, "W31": -80.0, "S31": -80.0, "W32": -94.046828172119874, "S32": -99.046828172119874 }, "geometry": { "type": "Point", "coordinates": [ 106168.888888888890506, 500811.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64980154945138358, "S11": -1.6291009125087084, "W12": -11.085206023111972, "S12": -12.717737429400149, "W13": -26.014292303820451, "S13": -26.014292303820451, "W21": -30.774275002583888, "S21": -30.774275002583888, "W22": -38.829320562970658, "S22": -38.829320562970658, "W31": -59.976834102386391, "S31": -60.426695980717255, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106169.0, 505406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.5277966485513819, "W13": -22.145429579679689, "S13": -22.145429579679689, "W21": -28.296951846440297, "S21": -29.228576727260595, "W22": -43.388826281460233, "S22": -43.389687621557464, "W31": -73.932363410873634, "S31": -76.600181042013475, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106169.0, 507163.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6053267769649785, "S11": -0.6053267769649785, "W12": -8.5352091520540121, "S12": -18.440202599877999, "W13": -22.707160881584397, "S13": -22.707160881584397, "W21": -30.0, "S21": -31.787938567248958, "W22": -43.812146346337492, "S22": -43.82110328013642, "W31": -72.085543469980109, "S31": -72.085543469980109, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106169.0, 510196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82191783048091238, "S11": -0.82191783048091238, "W12": -7.5831036852021727, "S12": -17.638416328792307, "W13": -21.795098009663143, "S13": -21.795098009663143, "W21": -30.0, "S21": -30.24511870203208, "W22": -40.0, "S22": -40.0, "W31": -54.048728919895609, "S31": -54.048728919895609, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106169.2, 510053.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3952444444444443, "S11": 1.3952444444444443, "W12": -4.7462838709677424, "S12": -4.7462838709677424, "W13": -17.933755735197728, "S13": -19.201532999166901, "W21": -41.66454819239523, "S21": -42.458633629891068, "W22": -37.706325164672499, "S22": -38.957154941139017, "W31": -66.33355884937032, "S31": -66.33355884937032, "W32": -98.124127534870979, "S32": -103.12412753487098 }, "geometry": { "type": "Point", "coordinates": [ 106170.0, 498984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58893962833306701, "S11": -0.58893962833306701, "W12": -10.01534020841471, "S12": -10.605577755743557, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -38.528612970457161, "S22": -38.528612970457161, "W31": -60.554180290595809, "S31": -61.052458432073692, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106170.0, 508091.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000002953, "S11": -0.50000000000002953, "W12": -6.1867549369239665, "S12": -6.1867549369239665, "W13": -20.0, "S13": -30.357070663318446, "W21": -41.049728687339339, "S21": -41.421184729662102, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106170.411764705888345, 520455.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1338777293224459, "S11": 0.1338777293224459, "W12": -4.3299168161715622, "S12": -4.3299168161715622, "W13": -13.012095008145849, "S13": -13.012095008145849, "W21": -37.018811685006, "S21": -37.018811685006, "W22": -40.693553464197876, "S22": -40.700366455908053, "W31": -72.306558996046149, "S31": -72.306558996046149, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106170.484375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49278946855190997, "S11": -2.4927894685519099, "W12": -4.9398835978835915, "S12": -5.2886896449544079, "W13": -25.286461292807424, "S13": -25.286461292807424, "W21": -36.858327773198702, "S21": -40.404428847658288, "W22": -38.548999744855635, "S22": -38.548999744855635, "W31": -60.501932612979218, "S31": -60.993034415055178, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106170.6, 506153.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44352426886551222, "S11": -0.50614709121767332, "W12": -9.6738961323545531, "S12": -14.983045812153284, "W13": -16.795880120838948, "S13": -32.971991419000958, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -40.0, "S22": -44.035055522588216, "W31": -80.0, "S31": -80.0, "W32": -94.094758173976686, "S32": -99.094758173976686 }, "geometry": { "type": "Point", "coordinates": [ 106170.75, 513045.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13024540387651773, "S11": -0.13024540387651773, "W12": -4.8346531437766753, "S12": -4.8346531437766753, "W13": -14.833400965899063, "S13": -14.833400965899063, "W21": -40.498800886005142, "S21": -40.507275348370754, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106171.0, 497947.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059789280806230048, "S11": -0.059789280806230048, "W12": -9.9771126032345681, "S12": -11.152863879563633, "W13": -14.969026257165028, "S13": -18.129124438716691, "W21": -37.641496258965866, "S21": -37.641496258965866, "W22": -38.039846019605321, "S22": -38.039846019605321, "W31": -62.918407479217038, "S31": -63.734261671683981, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106171.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64099465446136794, "S11": -2.6409946544613678, "W12": -11.03223999066187, "S12": -12.550711975402422, "W13": -25.889033688907702, "S13": -25.89354324816237, "W21": -30.751411518348267, "S21": -30.751411518348267, "W22": -38.972361521866468, "S22": -43.201874109914897, "W31": -80.0, "S31": -80.0, "W32": -93.883179478513128, "S32": -98.883179478513128 }, "geometry": { "type": "Point", "coordinates": [ 106171.0, 505384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30404914018146778, "S11": -0.30404914018146778, "W12": -10.266014120667522, "S12": -16.123950412527037, "W13": -16.203798481028308, "S13": -26.783879047773688, "W21": -40.324847744073715, "S21": -40.324847744073715, "W22": -48.899740452069516, "S22": -49.208197919838589, "W31": -72.382481541826763, "S31": -72.382481541826763, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106171.0, 513682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64817539326403151, "S11": -1.1507359179274315, "W12": -10.0, "S12": -13.214248459812946, "W13": -19.415106693006742, "S13": -21.772086143562742, "W21": -29.966079410070492, "S21": -29.966079410070492, "W22": -38.604265062514287, "S22": -38.604265062514287, "W31": -60.375789466086516, "S31": -60.852049793573784, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106171.333333333328483, 503991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0231192387749033, "S12": -9.6619625289312729, "W13": -18.089900441702309, "S13": -18.089900441702309, "W21": -41.352246490127534, "S21": -41.926843264321086, "W22": -40.0, "S22": -40.0, "W31": -53.674086528809489, "S31": -53.674086528809489, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106172.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23714234998368869, "S11": -0.95103262786068021, "W12": -9.9334196891191713, "S12": -11.535350548634703, "W13": -23.703962954985997, "S13": -23.703962954985997, "W21": -30.268457592000047, "S21": -30.268457592000047, "W22": -41.766228498518672, "S22": -41.766228498518672, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106172.5, 505037.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25738213030548773, "S11": -0.25738213030548773, "W12": -10.913381964463834, "S12": -16.402475348618474, "W13": -16.750826911662333, "S13": -31.105968829521295, "W21": -40.557239942646937, "S21": -40.557239942646937, "W22": -40.0, "S22": -40.147962829220319, "W31": -56.236219378808663, "S31": -56.329882964478195, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106173.0, 513845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6551820568880293, "S12": -7.6551820568880293, "W13": -17.128535260384716, "S13": -27.580240757836172, "W21": -41.979922005297276, "S21": -43.914498466782049, "W22": -40.0, "S22": -43.990965957751847, "W31": -80.0, "S31": -80.0, "W32": -94.111533446328181, "S32": -99.111533446328181 }, "geometry": { "type": "Point", "coordinates": [ 106173.0, 518232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8164711445633452, "S12": -6.8164711445633452, "W13": -20.0, "S13": -27.113029183439235, "W21": -40.053913525624338, "S21": -40.152811108614337, "W22": -40.0, "S22": -43.908454158224956, "W31": -80.0, "S31": -80.0, "W32": -94.133659334589169, "S32": -99.133659334589169 }, "geometry": { "type": "Point", "coordinates": [ 106173.0, 519502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28032758620689657, "S11": 0.28032758620689657, "W12": -10.107959740804192, "S12": -10.107959740804192, "W13": -16.623454710265811, "S13": -20.697858128237954, "W21": -33.350860290854023, "S21": -33.350860290854023, "W22": -48.212578862292304, "S22": -48.220330416761279, "W31": -72.622424961842327, "S31": -72.622424961842327, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106174.0, 500811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29523231468809119, "S11": -0.29523231468809119, "W12": -10.473684210526315, "S12": -16.255159843523863, "W13": -16.327192161712826, "S13": -27.70830990954817, "W21": -40.386391164337681, "S21": -40.386391164337681, "W22": -40.926600321036325, "S22": -40.933503317450118, "W31": -72.27528937872134, "S31": -72.27528937872134, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106174.0, 513719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6291874565659903, "S12": -7.6291874565659903, "W13": -17.230821305625074, "S13": -28.02778201039941, "W21": -41.898970846653839, "S21": -42.907611548227223, "W22": -40.968656887462757, "S22": -40.971164543773455, "W31": -73.10415186094427, "S31": -74.467565405079569, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106174.0, 518271.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.970227511056397, "W21": -41.081488109878983, "S21": -41.455984077620919, "W22": -42.519178635288689, "S22": -42.519178635288689, "W31": -74.095181906585694, "S31": -76.433484401391482, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 498340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8586625744531435, "S12": -6.9692436672545313, "W13": -20.462706959665127, "S13": -21.580733142948109, "W21": -24.384816713726007, "S21": -28.780260645612788, "W22": -38.940216452515173, "S22": -38.940216452515173, "W31": -72.133257228499517, "S31": -72.678487244596056, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 506696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4423550108688019, "S12": -8.4423550108688019, "W13": -15.0, "S13": -24.304974862502142, "W21": -41.174463732023398, "S21": -41.174463732023398, "W22": -39.105704580230388, "S22": -39.105704580230388, "W31": -73.122131460528095, "S31": -74.314047138685822, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 516909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6031928562439512, "S12": -7.6031928562439512, "W13": -17.33310735086544, "S13": -28.475323262962654, "W21": -41.818019688010416, "S21": -42.138239107317915, "W22": -38.083546315946869, "S22": -40.314124514229505, "W31": -64.788888687174918, "S31": -64.788888687174918, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106175.0, 518311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34305419505391338, "S11": 0.34305419505391338, "W12": -4.5831199906318307, "S12": -4.5831199906318307, "W13": -12.365607173725152, "S13": -12.365607173725152, "W21": -40.0, "S21": -42.069073192918623, "W22": -40.0, "S22": -40.126723975200605, "W31": -57.854019725482161, "S31": -58.096178460490947, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.25, 497185.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1795908829449209, "S12": -11.155680071737804, "W13": -19.403029984341771, "S13": -19.403029984341771, "W21": -41.390394358074055, "S21": -42.0035888025185, "W22": -41.457286100911872, "S22": -41.457286100911872, "W31": -70.954970439314181, "S31": -70.954970439314181, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.333333333328483, 498594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59117646109423783, "S11": -0.59117646109423783, "W12": -10.076070020274212, "S12": -10.807563270478298, "W13": -25.0, "S13": -25.0, "W21": -30.169972797017135, "S21": -30.169972797017135, "W22": -40.0, "S22": -40.0, "W31": -54.665496744772902, "S31": -54.665496744772902, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.333333333328483, 508073.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1850643585480469, "S12": -8.1850643585480469, "W13": -15.338301651837188, "S13": -23.391922690624412, "W21": -42.14310611683576, "S21": -43.201485348358567, "W22": -37.134187968427682, "S22": -37.134187968427682, "W31": -70.195641195453845, "S31": -70.465416395900775, "W32": -91.223353469781486, "S32": -96.223353469781486 }, "geometry": { "type": "Point", "coordinates": [ 106175.75, 517426.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12469289853869781, "S11": -0.12469289853869781, "W12": -4.8480357001671441, "S12": -4.8480357001671441, "W13": -14.84283134067573, "S13": -14.843270866615885, "W21": -40.520345017861153, "S21": -40.534999289067827, "W22": -38.078011073252924, "S22": -38.560243652772812, "W31": -63.156674900179695, "S31": -64.017586906117415, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106175.888888888890506, 497958.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.2123423802881712, "W13": -23.839447092469015, "S13": -24.663962348744459, "W21": -41.581769888315918, "S21": -42.381635479713765, "W22": -40.0, "S22": -40.0, "W31": -53.305215598367099, "S31": -53.305215598367099, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106176.0, 498793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -5.5, "W12": -10.0, "S12": -20.168652670026617, "W13": -24.483396535509513, "S13": -34.224231760052724, "W21": -39.050037371753717, "S21": -39.050037371753717, "W22": -38.379209562058215, "S22": -38.379209562058215, "W31": -60.775146825654552, "S31": -61.272144963505227, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106176.0, 511221.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9928827236022313, "S12": -6.9928827236022313, "W13": -19.709536834867418, "S13": -29.444212115163097, "W21": -39.975085223079724, "S21": -40.338522635133735, "W22": -39.172486666394072, "S22": -39.657538777734629, "W31": -71.554181284490468, "S31": -71.834478275858586, "W32": -94.37567981315199, "S32": -99.37567981315199 }, "geometry": { "type": "Point", "coordinates": [ 106176.333333333328483, 519235.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5813315969018937, "S12": -7.5813315969018937, "W13": -17.420064135453138, "S13": -28.833191645050299, "W21": -41.747790367406033, "S21": -42.437516021475041, "W22": -30.0, "S22": -39.633326400318261, "W31": -70.0, "S31": -70.515943894477005, "W32": -92.874551753830858, "S32": -97.874551753830858 }, "geometry": { "type": "Point", "coordinates": [ 106176.666666666671517, 518344.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.0092752372735108, "S12": -11.337437317803836, "W13": -20.0, "S13": -20.0, "W21": -41.407536157907955, "S21": -42.038147717047742, "W22": -42.171547165662254, "S22": -42.179229030209179, "W31": -72.170879614490573, "S31": -72.170879614490573, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106177.0, 498614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5577047195737272, "S11": -1.5577047195737272, "W12": -10.562023532727402, "S12": -20.188940629114533, "W13": -25.578986573214134, "S13": -28.670667788709817, "W21": -38.382765746320686, "S21": -38.617302205415108, "W22": -42.534262101840696, "S22": -42.539798835962465, "W31": -72.402586120928419, "S31": -72.518204306054415, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106177.0, 510941.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1635164933364273, "S12": -5.1635164933364273, "W13": -19.308670107189847, "S13": -19.308670107189847, "W21": -39.678110340089233, "S21": -40.117658064494854, "W22": -38.969226263134928, "S22": -38.969226263134914, "W31": -72.07841745333107, "S31": -72.591843360224118, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106177.875, 522005.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57946798783729181, "S11": -0.57946798783729181, "W12": -10.0, "S12": -15.98871903630006, "W13": -23.465159330465738, "S13": -23.465159330465738, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -41.792044848572054, "S22": -41.792044848572054, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106178.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87682483002042799, "S11": -0.87682483002042799, "W12": -9.9984589520874199, "S12": -19.701479945430997, "W13": -24.247333488668527, "S13": -24.247333488668527, "W21": -32.608979468826526, "S21": -36.039978190831093, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106178.0, 510445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5594703375597971, "S12": -7.5594703375597971, "W13": -17.507020920040972, "S13": -29.191060027138988, "W21": -41.677561046801571, "S21": -43.889588663081398, "W22": -40.0, "S22": -40.544520169431728, "W31": -73.273197376555387, "S31": -74.858334848899872, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106178.333333333328483, 518377.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.7947404371586178, "S12": -11.258966031795628, "W13": -20.681906539149352, "S13": -20.681906539149352, "W21": -41.428542226020554, "S21": -42.080334340715893, "W22": -38.902465361241646, "S22": -39.505661781285546, "W31": -70.0, "S31": -70.081520165106809, "W32": -91.274460775787091, "S32": -96.274460775787091 }, "geometry": { "type": "Point", "coordinates": [ 106178.666666666671517, 498638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87827391147610967, "S11": -0.87827391147610967, "W12": -10.002045529047532, "S12": -19.720427505494026, "W13": -24.253133202212155, "S13": -24.253133202212155, "W21": -32.622751177246187, "S21": -36.044898209573184, "W22": -41.47530962740516, "S22": -41.47530962740516, "W31": -70.995654169565142, "S31": -70.995654169565142, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.0, 510447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1301944029619941, "S11": -1.1301944029619941, "W12": -11.169844289438455, "S12": -20.698014335745746, "W13": -25.747790727610308, "S13": -25.747790727610308, "W21": -38.161809535888352, "S21": -39.371194599528899, "W22": -40.0, "S22": -40.0, "W31": -53.017679562457992, "S31": -53.017679562457992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.0, 510856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5303078635998124, "S11": -1.5303078635998124, "W12": -10.592896967988915, "S12": -20.213479753311056, "W13": -25.587427107855305, "S13": -28.587427107855305, "W21": -38.347016643665746, "S21": -38.682256607759854, "W22": -38.096544284284874, "S22": -40.26367774578685, "W31": -64.687962366225747, "S31": -64.687962366225747, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.0, 510935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49629374884853089, "S11": -0.49629374884853089, "W12": -9.4817612740324542, "S12": -9.7472671086493126, "W13": -15.007490801248958, "S13": -20.577728234743752, "W21": -39.753633170720597, "S21": -39.753633170720597, "W22": -35.346651023704503, "S22": -35.346651023704503, "W31": -70.0, "S31": -71.384126626095011, "W32": -91.562010865219293, "S32": -96.562010865219293 }, "geometry": { "type": "Point", "coordinates": [ 106179.0, 515172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0247049763066887, "S12": -8.0247049763066887, "W13": -15.705770776157262, "S13": -22.472089801883556, "W21": -42.479154451282007, "S21": -44.558507285311386, "W22": -48.234599249236126, "S22": -48.24245889223765, "W31": -72.556858937865456, "S31": -72.556858937865456, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.333333333328483, 517673.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68135340140563538, "S11": -3.9233555921599241, "W12": -10.0, "S12": -12.802829343441578, "W13": -20.053129195512795, "S13": -20.053129195512795, "W21": -29.602626409351881, "S21": -29.602626409351881, "W22": -48.460570962695954, "S22": -48.46824374456979, "W31": -72.613350982628802, "S31": -72.613350982628802, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106179.8, 504404.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35560526969922956, "S11": -5.3556052696992298, "W12": -5.3556052696992298, "S12": -5.3556052696992298, "W13": -14.747766726544555, "S13": -15.46352791878132, "W21": -40.250482077729586, "S21": -40.250482077729586, "W22": -38.293373930872988, "S22": -39.842858488512654, "W31": -63.941841119757811, "S31": -63.941841119757811, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 497772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7241613405305671, "W12": -7.3958762886597933, "S12": -13.371319143589297, "W13": -25.829534768046884, "S13": -25.829534768046884, "W21": -35.486617269015582, "S21": -35.96839771569779, "W22": -40.0, "S22": -43.873793974358762, "W31": -80.0, "S31": -80.0, "W32": -94.156050128148877, "S32": -99.156050128148877 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 505758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5376090782177405, "S12": -7.5376090782177405, "W13": -17.593977704628674, "S13": -29.54892840922664, "W21": -41.607331726197188, "S21": -44.416353881922639, "W22": -38.275480100651784, "S22": -39.677583567971837, "W31": -63.836745371968867, "S31": -63.836745371968867, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 518411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4609740673476859, "S12": -5.4609740673476859, "W13": -20.0, "S13": -20.0, "W21": -39.534922442531077, "S21": -40.072178104925761, "W22": -30.0, "S22": -32.411110394979559, "W31": -70.0, "S31": -71.616829807659499, "W32": -92.474531373560936, "S32": -97.474531373560936 }, "geometry": { "type": "Point", "coordinates": [ 106180.0, 521555.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62945470127681824, "S11": -0.62945470127681824, "W12": -10.211799395220332, "S12": -12.620005456785577, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -38.154154061601837, "S22": -38.154154061601837, "W31": -61.259118982020205, "S31": -61.726312244943522, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106181.0, 508303.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35305043951444115, "S11": -0.35305043951444115, "W12": -10.019000797697082, "S12": -13.538357692370081, "W13": -18.589842303597372, "S13": -38.589842303597365, "W21": -40.0, "S21": -40.0, "W22": -42.232857673718797, "S22": -42.237853562964801, "W31": -72.44326033649844, "S31": -72.742788134584004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106181.0, 512720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18693328903422124, "S11": -0.18693328903422124, "W12": -4.839216569272665, "S12": -4.839216569272665, "W13": -16.255218786928808, "S13": -16.255218786928808, "W21": -36.459717816244073, "S21": -36.459717816244073, "W22": -38.450095642169636, "S22": -40.629755029954914, "W31": -79.168320539224865, "S31": -79.168320539224865, "W32": -94.208727147748149, "S32": -99.208727147748149 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 496857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.4098899913718723, "S12": -9.5813502774033346, "W13": -21.93142057382785, "S13": -21.93142057382785, "W21": -41.466690093967074, "S21": -42.157079878913308, "W22": -40.0, "S22": -40.0, "W31": -63.288571608277245, "S31": -63.288571608277245, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 498682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41662706536043331, "S11": -0.41662706536043331, "W12": -4.2422628951747088, "S12": -4.2422628951747088, "W13": -17.078080688711744, "S13": -20.518979693339904, "W21": -30.0, "S21": -31.651829246904487, "W22": -34.924563884959923, "S22": -39.701538564989661, "W31": -70.0, "S31": -70.0, "W32": -93.613915939641032, "S32": -98.613915939641032 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 501974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6502109767148241, "S12": -6.6502109767148241, "W13": -20.0, "S13": -24.254173433577328, "W21": -40.477917463478668, "S21": -40.477917463478668, "W22": -37.169583975001387, "S22": -38.139443473672394, "W31": -68.447440844071821, "S31": -68.447440844071821, "W32": -96.230408406282208, "S32": -101.23040840628221 }, "geometry": { "type": "Point", "coordinates": [ 106182.0, 519755.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.405611843570381, "S12": -15.486303138420716, "W13": -22.289956055700333, "S13": -22.289956055700333, "W21": -30.095402110315849, "S21": -30.095402110315849, "W22": -36.963514543422413, "S22": -39.869401972105344, "W31": -74.909856418007124, "S31": -74.909856418007124, "W32": -94.254539965478543, "S32": -99.254539965478543 }, "geometry": { "type": "Point", "coordinates": [ 106182.285714285710128, 509477.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1998804407878181, "S12": -4.1998804407878181, "W13": -15.883530336484801, "S13": -15.883530336484801, "W21": -38.538974157454625, "S21": -38.538974157454625, "W22": -31.241772119539142, "S22": -37.557722615185881, "W31": -70.0, "S31": -70.0, "W32": -93.290887710626222, "S32": -98.290887710626222 }, "geometry": { "type": "Point", "coordinates": [ 106183.0, 523704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93589249350902681, "S11": -0.93589249350902681, "W12": -6.2540698240075843, "S12": -16.404336327300602, "W13": -21.604500543029012, "S13": -21.604500543029012, "W21": -30.0, "S21": -30.0, "W22": -45.415140415140414, "S22": -45.415140415140414, "W31": -74.104565734042723, "S31": -76.621890862040274, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106183.4, 509790.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44843669912865192, "S11": 0.44843669912865192, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -17.776479638444155, "W21": -41.053210992523482, "S21": -41.395684110803053, "W22": -40.0, "S22": -43.844910263230375, "W31": -80.0, "S31": -80.0, "W32": -94.166956980416657, "S32": -99.166956980416657 }, "geometry": { "type": "Point", "coordinates": [ 106184.0, 498314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44026949259597165, "S11": -0.68379009365847221, "W12": -10.275329111399222, "S12": -18.69626070801748, "W13": -22.92338554547953, "S13": -22.92338554547953, "W21": -39.928183568615687, "S21": -39.928183568615687, "W22": -40.0, "S22": -40.113096042990215, "W31": -55.451192990646462, "S31": -55.451192990646462, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106184.0, 511843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3715334530199747, "S11": -0.62799331738654596, "W12": -11.407302466928851, "S12": -12.353312949555361, "W13": -17.252593239832347, "S13": -32.25259323983235, "W21": -40.894294876934175, "S21": -40.894294876934175, "W22": -31.51455605266522, "S22": -35.734899295520307, "W31": -70.0, "S31": -72.780204735189741, "W32": -91.951576396140553, "S32": -96.951576396140553 }, "geometry": { "type": "Point", "coordinates": [ 106184.0, 514522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2294667070638821, "S11": 2.2294667070638821, "W12": -4.5355415093459506, "S12": -4.5355415093459506, "W13": -17.399887173248018, "S13": -17.399887173248018, "W21": -39.865446717080829, "S21": -39.865446717080829, "W22": -35.084758475847586, "S22": -39.808782443389298, "W31": -70.0, "S31": -70.0, "W32": -93.638736911778167, "S32": -98.638736911778167 }, "geometry": { "type": "Point", "coordinates": [ 106184.428571428565192, 522957.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.7186197044334977, "S12": -7.8767264251537661, "W13": -23.297353755305409, "S13": -25.097353755305409, "W21": -41.59705024184484, "S21": -42.415699435393229, "W22": -40.0, "S22": -43.843674661294159, "W31": -80.0, "S31": -80.0, "W32": -94.165236939703561, "S32": -99.165236939703561 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 498821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65, "S11": -0.65, "W12": -7.5728347757151351, "S12": -9.22306878507551, "W13": -20.006242595151107, "S13": -22.371208823980488, "W21": -25.280079333395918, "S21": -30.880802609208892, "W22": -40.0, "S22": -40.0, "W31": -55.647370746796291, "S31": -55.647370746796291, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 506623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -4.4490661014703932, "W12": -10.0, "S12": -20.111392915793644, "W13": -24.766865879925977, "S13": -34.069557616124399, "W21": -38.795390659033103, "S21": -38.795390659033103, "W22": -41.817861198625444, "S22": -41.817861198625444, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 511154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -4.8192475824612533, "W12": -10.0, "S12": -20.130880853955489, "W13": -24.674204411006279, "S13": -34.674204411006279, "W21": -38.849311715727787, "S21": -38.849311715727787, "W22": -44.110169964119656, "S22": -44.119059026634787, "W31": -72.007106103110786, "S31": -72.007106103110786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106185.0, 511177.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16102339851001768, "S11": -0.16102339851001768, "W12": -10.430248751712504, "S12": -10.430248751712504, "W13": -14.925103195413872, "S13": -18.166516473314758, "W21": -37.363133270666047, "S21": -37.363133270666047, "W22": -41.738971148224742, "S22": -41.738971148224742, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106186.0, 499753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82106489915062641, "S11": -0.82106489915062675, "W12": -7.8442394837947003, "S12": -8.92202167890445, "W13": -18.559193819842761, "S13": -21.28641188231423, "W21": -30.0, "S21": -31.590417919101569, "W22": -40.0, "S22": -40.0, "W31": -54.347672942897439, "S31": -54.347672942897439, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106186.0, 503579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -74.003420823297162, "S31": -76.239138700577641, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106186.0894736842165, 530016.46315789478831 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.1740261671126966, "S12": -8.9499182917653552, "W13": -17.294573371660942, "S13": -17.294573371660942, "W21": -41.306546805209521, "S21": -41.843139547145007, "W22": -37.929098561145771, "S22": -37.929098561145771, "W31": -61.771063507227112, "S31": -62.208451895223106, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 498523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6156477105598679, "W12": -10.0, "S12": -13.823195426996129, "W13": -20.593163733269009, "S13": -20.593163733269009, "W21": -29.619364321781838, "S21": -29.619364321781838, "W22": -40.0, "S22": -40.0, "W31": -52.788055865217196, "S31": -52.788055865217196, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 504583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62866689197071701, "S11": -3.1722394471757642, "W12": -10.898517567409852, "S12": -12.494001291382322, "W13": -25.754892402618196, "S13": -25.754892402618196, "W21": -30.692160640956111, "S21": -30.692160640956111, "W22": -38.726726071914989, "S22": -39.210510526938627, "W31": -70.0, "S31": -70.128844229040922, "W32": -91.277223937496373, "S32": -96.277223937496373 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 505369.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69429012345679009, "S11": -0.69429012345679009, "W12": -5.0, "S12": -7.9758324382384531, "W13": -19.66607260470342, "S13": -21.855216083139371, "W21": -26.493164904929998, "S21": -32.314559691111917, "W22": -38.962698770505241, "S22": -39.570583862814608, "W31": -70.0, "S31": -70.0, "W32": -91.371409303431818, "S32": -96.371409303431818 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 506538.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": -37.627028596004337, "S22": -37.627028596004337, "W31": -70.0, "S31": -70.034401232141079, "W32": -91.253246311247949, "S32": -96.253246311247949 }, "geometry": { "type": "Point", "coordinates": [ 106187.0, 528113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5794944618005945, "S11": -4.8130615474824214, "W12": -10.0, "S12": -13.334791451293693, "W13": -20.256563944759154, "S13": -20.256563944759154, "W21": -29.624393027599066, "S21": -29.624393027599066, "W22": -44.980716029614371, "S22": -44.990157381679445, "W31": -71.935704848911371, "S31": -71.935704848911371, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106187.333333333328483, 504496.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.657047484948533, "S12": -14.500672965625744, "W13": -15.727299668285976, "S13": -20.029445781856754, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -39.525973937892246, "W31": -70.0, "S31": -70.520157116696311, "W32": -92.938503948611711, "S32": -97.938503948611711 }, "geometry": { "type": "Point", "coordinates": [ 106188.0, 500408.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.420821251519969, "S12": -14.170660300779597, "W13": -15.775449850320806, "S13": -20.104908034429169, "W21": -30.0, "S21": -30.0, "W22": -40.540254517732237, "S22": -40.546680891785464, "W31": -72.258326006032107, "S31": -72.258326006032107, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106188.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6, "S11": -0.6, "W12": -10.0, "S12": -12.960079126505439, "W13": -19.594187788573787, "S13": -21.643753127052769, "W21": -29.740221180688071, "S21": -29.740221180688071, "W22": -40.0, "S22": -40.0, "W31": -56.331565768154796, "S31": -56.331565768154796, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106188.0, 504054.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43783295572836933, "S11": -0.43783295572836933, "W12": -6.486710121922389, "S12": -6.9983755481296477, "W13": -20.866591327721387, "S13": -20.866591327721387, "W21": -24.173720412200229, "S21": -27.849978094165955, "W22": -45.30781814191932, "S22": -45.30781814191932, "W31": -74.062195253666602, "S31": -76.716306899220839, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106188.0, 506774.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1911266127924769, "S12": -7.3496583412941048, "W13": -15.0, "S13": -15.0, "W21": -39.570727862333754, "S21": -39.570727862333754, "W22": -40.0, "S22": -40.0, "W31": -54.657534246575338, "S31": -54.657534246575338, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106188.142857142855064, 524182.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0219803551313631, "S11": -1.0219803551313631, "W12": -5.6589320952190647, "S12": -5.6589320952190647, "W13": -16.286854431640101, "S13": -20.151438596150456, "W21": -31.976176215060228, "S21": -31.976176215060228, "W22": -40.0, "S22": -43.518480886019553, "W31": -80.0, "S31": -80.0, "W32": -94.270504114721675, "S32": -99.270504114721675 }, "geometry": { "type": "Point", "coordinates": [ 106188.5, 501400.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5982630365065833, "S11": -0.5982630365065833, "W12": -10.078486682871178, "S12": -11.110857607238625, "W13": -25.0, "S13": -25.0, "W21": -30.682473943209658, "S21": -30.682473943209658, "W22": -42.328029523867144, "S22": -42.328697103849287, "W31": -73.926161994226803, "S31": -76.867411976699429, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106188.666666666671517, 508037.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82631900005980508, "S11": 0.82631900005980508, "W12": -4.3220689825689202, "S12": -8.122793961384474, "W13": -14.863237917667101, "S13": -17.878310236497658, "W21": -40.769975658983697, "S21": -41.136844110671703, "W22": -43.14760147601433, "S22": -43.148136341320011, "W31": -73.97030063456036, "S31": -76.92924907819247, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106189.0, 499219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2725390608176887, "S12": -8.2725390608176887, "W13": -15.056977975012071, "S13": -22.175037252339699, "W21": -41.894856505949022, "S21": -44.866009107135028, "W22": -38.221368209750985, "S22": -38.283088085345334, "W31": -60.972292717784583, "S31": -61.468771845018665, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106189.0, 517244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1393454862070872, "S11": -4.3840624466800975, "W12": -4.9977508587488293, "S12": -4.9977508587488293, "W13": -12.560235662619478, "S13": -12.560235662619478, "W21": -40.0, "S21": -42.0452612410337, "W22": -48.214340838223976, "S22": -48.222393699794424, "W31": -72.452492108531075, "S31": -72.452492108531075, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106189.5, 497354.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9475643497496886, "S12": -8.9475643497496886, "W13": -15.0, "S13": -19.571777123306724, "W21": -39.07643463499469, "S21": -39.07643463499469, "W22": -34.307615184595974, "S22": -34.307615184595974, "W31": -70.0, "S31": -71.72811869710155, "W32": -91.756843307536016, "S32": -96.756843307536016 }, "geometry": { "type": "Point", "coordinates": [ 106189.657894736839808, 515884.32894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.6999702646446622, "S12": -10.813936826608924, "W13": -18.607498422491762, "S13": -18.607498422491762, "W21": -41.345130581467963, "S21": -41.920601011575492, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 498567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4472521739130435, "S11": -0.4472521739130435, "W12": -4.2153078202995005, "S12": -4.313528292740429, "W13": -17.098021804849839, "S13": -20.534552201202601, "W21": -29.999999999999996, "S21": -31.458431243365883, "W22": -40.0, "S22": -43.431801661677468, "W31": -80.0, "S31": -80.0, "W32": -94.265493568046494, "S32": -99.265493568046494 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41, "S11": -2.2, "W12": -4.9, "S12": -6.1788259958071281, "W13": -25.237721204287361, "S13": -25.237721204287361, "W21": -36.444392113766888, "S21": -39.476297287463474, "W22": -35.54605460546054, "S22": -40.109273922797598, "W31": -70.919461638117184, "S31": -70.919461638117184, "W32": -93.714520092664969, "S32": -98.714520092664969 }, "geometry": { "type": "Point", "coordinates": [ 106190.0, 506090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10788508998139124, "S11": -0.10788508998139124, "W12": -4.8876945834625065, "S12": -4.8876945834625065, "W13": -14.870850241474768, "S13": -14.870850241474768, "W21": -40.584435522354433, "S21": -40.617627726655527, "W22": -35.977453453895585, "S22": -38.384560762632532, "W31": -71.102043203333452, "S31": -71.102043203333452, "W32": -94.679525535883997, "S32": -99.679525535883997 }, "geometry": { "type": "Point", "coordinates": [ 106190.333333333328483, 497990.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1221059821683887, "S12": -7.9321931306588649, "W13": -23.312145245315307, "S13": -23.312145245315307, "W21": -41.503129672583071, "S21": -42.232621160038271, "W22": -38.181345306402854, "S22": -39.629633171828175, "W31": -63.930469310244085, "S31": -63.930469310244085, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106190.333333333328483, 498731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27194423029750853, "S11": -1.1938216337738967, "W12": -9.9327432354634428, "S12": -11.305690791931905, "W13": -23.937917294852468, "S13": -23.937917294852468, "W21": -30.395991999943231, "S21": -30.395991999943231, "W22": -40.0, "S22": -40.28343449399182, "W31": -56.376673206132047, "S31": -56.449244692904124, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106190.75, 505076.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.459919558507156, "S12": -14.126377424213338, "W13": -15.816194617461045, "S13": -20.168334809033006, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -50.10625986322988, "S31": -50.10625986322988, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106191.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33068170703876376, "S11": -0.33068170703876376, "W12": -5.0, "S12": -7.0339915653841771, "W13": -17.965422248409137, "S13": -21.159268304443724, "W21": -30.0, "S21": -31.774610830958125, "W22": -35.590059005900592, "S22": -40.139288300756881, "W31": -71.064488268317248, "S31": -71.064488268317248, "W32": -93.721051000936498, "S32": -98.721051000936498 }, "geometry": { "type": "Point", "coordinates": [ 106191.0, 502880.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8864380006769674, "W12": -7.0010524480314862, "S12": -7.0010524480314862, "W13": -22.98138108663575, "S13": -22.98138108663575, "W21": -29.999999999999996, "S21": -29.999999999999993, "W22": -41.439736839976185, "S22": -41.439736839976185, "W31": -70.903795609319275, "S31": -70.903795609319275, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106191.0, 507347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80854116089163541, "S11": -0.80854116089163541, "W12": -6.0573309274791018, "S12": -6.0573309274791018, "W13": -20.0, "S13": -20.0, "W21": -43.489593697750522, "S21": -43.861839106560346, "W22": -40.0, "S22": -40.0, "W31": -57.015760789512015, "S31": -57.015760789512015, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106191.0, 520654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44248091093386599, "S11": -0.44248091093386599, "W12": -5.0, "S12": -6.9369412776389723, "W13": -18.139475718729262, "S13": -21.26914580072161, "W21": -30.0, "S21": -30.84656561860632, "W22": -37.629095517632102, "S22": -38.947050050263726, "W31": -66.485704630904152, "S31": -66.485704630904152, "W32": -98.16958741522933, "S32": -103.16958741522933 }, "geometry": { "type": "Point", "coordinates": [ 106191.111111111109494, 503082.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.046269931021160476, "S11": 0.046269931021160476, "W12": -4.318840055972065, "S12": -4.318840055972065, "W13": -13.450548875630069, "S13": -13.450548875630069, "W21": -36.999679846726792, "S21": -36.999679846726792, "W22": -40.0, "S22": -43.71253242612935, "W31": -80.0, "S31": -80.0, "W32": -94.217342082321053, "S32": -99.217342082321053 }, "geometry": { "type": "Point", "coordinates": [ 106191.25, 496979.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5792967074587736, "S12": -8.5792967074587736, "W13": -15.0, "S13": -25.0, "W21": -40.617111257285387, "S21": -40.617111257285387, "W22": -40.0, "S22": -40.0, "W31": -52.542053889765754, "S31": -52.542053889765754, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106191.594827586202882, 516624.969827586202882 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24825916302725404, "S11": -5.2482591630272539, "W12": -5.2482591630272539, "S12": -5.2482591630272539, "W13": -12.606304830793077, "S13": -12.908190419740233, "W21": -40.0, "S21": -41.868892187784859, "W22": -37.88473980509734, "S22": -38.276596961669995, "W31": -63.266700751640066, "S31": -64.087187110329594, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106192.0, 497389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51318458417849899, "S11": -2.0643548675102528, "W12": -10.0, "S12": -10.893359762140733, "W13": -24.118129479342326, "S13": -24.118129479342326, "W21": -30.366375986237173, "S21": -30.366375986237173, "W22": -40.0, "S22": -40.0, "W31": -53.667697746354392, "S31": -53.667697746354392, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106192.0, 507583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.68095204953769, "S12": -6.68095204953769, "W13": -20.0, "S13": -24.768579924519535, "W21": -40.149703529358462, "S21": -40.149703529358462, "W22": -39.337292365364178, "S22": -40.363878561778961, "W31": -80.0, "S31": -80.0, "W32": -94.362833613134342, "S32": -99.362833613134342 }, "geometry": { "type": "Point", "coordinates": [ 106192.0, 519709.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071317858410040569, "S11": -0.071317858410040569, "W12": -5.0, "S12": -5.0, "W13": -16.67719473152701, "S13": -18.167514903280807, "W21": -30.0, "S21": -30.880828232233515, "W22": -40.0, "S22": -40.254344017947687, "W31": -56.042023671940385, "S31": -56.078695176536414, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106192.166666666671517, 501727.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.782055070131065, "S13": -17.046531410705605, "W21": -34.724628524470909, "S21": -34.724628524470909, "W22": -37.807756371112674, "S22": -37.807756371112674, "W31": -63.11129266154947, "S31": -63.8872661920282, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106192.5, 500969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11167633872876104, "S11": -0.11167633872876104, "W12": -4.395385642394988, "S12": -4.395385642394988, "W13": -14.366376496320077, "S13": -14.366376496320077, "W21": -36.836510348511695, "S21": -36.836510348511695, "W22": -40.0, "S22": -40.0, "W31": -62.222204750822904, "S31": -62.222204750822904, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 496939.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -14.165855620542459, "S12": -15.165855620542459, "W13": -15.457426791063247, "S13": -19.579684676063323, "W21": -30.751257206459155, "S21": -30.813824316395554, "W22": -36.967681754074135, "S22": -36.967681754074135, "W31": -70.118502089247784, "S31": -70.417463069962395, "W32": -91.317321776619849, "S32": -96.317321776619849 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 500287.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.705048310351525, "S12": -14.594436001534906, "W13": -15.700366345875345, "S13": -19.986519302644755, "W21": -30.0, "S21": -30.0, "W22": -37.916099444842331, "S22": -40.154198965320461, "W31": -65.344340864324167, "S31": -65.344340864324167, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 500398.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49141676410990148, "S11": -0.49141676410990148, "W12": -10.0, "S12": -19.374954280871563, "W13": -23.270606927232283, "S13": -26.904903776858784, "W21": -39.660483569227011, "S21": -39.660483569227011, "W22": -38.023492303897847, "S22": -40.362331233234087, "W31": -64.884584312906767, "S31": -64.884584312906767, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.0, 511560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1981807649414868, "S12": -8.1981807649414868, "W13": -15.275458134216757, "S13": -23.089639268719107, "W21": -42.095991574797871, "S21": -43.5116680741992, "W22": -38.326785433567487, "S22": -38.43700363196519, "W31": -60.7200580325242, "S31": -61.184767862714253, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.5, 517391.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98676625051338451, "S11": -0.98676625051338451, "W12": -10.875238988106673, "S12": -20.543855452926174, "W13": -25.235600570198926, "S13": -25.235600570198926, "W21": -36.009706337840299, "S21": -36.636059860707697, "W22": -40.494480029409331, "S22": -40.494480029409331, "W31": -73.288652266924771, "S31": -75.002717854844235, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106193.8, 510710.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.361410698878343, "S12": -12.361410698878343, "W13": -20.458038422649143, "S13": -20.458038422649143, "W21": -41.39979584004481, "S21": -42.030239388431909, "W22": -40.0, "S22": -40.0, "W31": -57.735426008968609, "S31": -57.735426008968609, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106194.0, 498629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -5.0772859883827905, "W12": -10.0, "S12": -20.193090633671215, "W13": -24.389618663349818, "S13": -32.948185429960716, "W21": -38.925224524483291, "S21": -38.925224524483291, "W22": -35.938629577243439, "S22": -40.370976802077969, "W31": -72.233697999136311, "S31": -72.233697999136311, "W32": -93.775921192533289, "S32": -98.775921192533289 }, "geometry": { "type": "Point", "coordinates": [ 106194.0, 511251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.416411431977961, "S12": -8.416411431977961, "W13": -15.0, "S13": -23.402421270926112, "W21": -41.300073896090467, "S21": -41.300073896090467, "W22": -40.0, "S22": -40.278520006761113, "W31": -56.087703742079469, "S31": -56.123803607126696, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106194.142857142855064, 516951.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89209560017002432, "S11": -0.89209560017002432, "W12": -9.9384631549453637, "S12": -19.60628189534475, "W13": -24.251486163746137, "S13": -24.251486163746137, "W21": -32.543825673384816, "S21": -36.017446066839803, "W22": -41.483055578912875, "S22": -41.483055578912875, "W31": -71.0048957519856, "S31": -71.0048957519856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106194.25, 510455.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31264638889862284, "S11": -1.8131847676095905, "W12": -9.9326424870466319, "S12": -11.251717570663004, "W13": -23.992978324392691, "S13": -23.992978324392691, "W21": -30.426015698832106, "S21": -30.426015698832106, "W22": -40.0, "S22": -40.0, "W31": -54.075630421196735, "S31": -54.075630421196735, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106195.0, 505086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.101869875865429, "S11": -0.101869875865429, "W12": -4.9021923528855336, "S12": -4.9021923528855336, "W13": -14.881066480816163, "S13": -14.881542633918029, "W21": -40.607774998531802, "S21": -40.647661995744038, "W22": -38.752046638466943, "S22": -39.214262453476834, "W31": -70.0, "S31": -70.003950182646605, "W32": -91.397732397631231, "S32": -96.397732397631231 }, "geometry": { "type": "Point", "coordinates": [ 106195.629629629635019, 498002.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.023833291739455947, "S11": 0.023833291739455947, "W12": -4.9403890931101175, "S12": -4.9403890931101175, "W13": -14.93044974674598, "S13": -14.93044974674598, "W21": -40.745488245228394, "S21": -40.872773191464951, "W22": -37.648782870425791, "S22": -37.648782870425791, "W31": -62.321708859444954, "S31": -62.737398180021252, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106196.0, 498096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4922620750643745, "S12": -7.5190297297204758, "W13": -20.336490396307678, "S13": -21.634274887747758, "W21": -24.013202502005921, "S21": -28.551923385883136, "W22": -39.549410924240533, "S22": -40.534962555413877, "W31": -70.689858305181133, "S31": -70.689858305181133, "W32": -92.614955327901086, "S32": -97.614955327901086 }, "geometry": { "type": "Point", "coordinates": [ 106196.0, 506696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5103878677241713, "S12": -7.5103878677241713, "W13": -17.7185893238048, "S13": -29.671159034028967, "W21": -41.48232231064668, "S21": -43.972903769352996, "W22": -30.0, "S22": -39.567239416912088, "W31": -70.0, "S31": -70.579706202393936, "W32": -92.96311937459545, "S32": -97.96311937459545 }, "geometry": { "type": "Point", "coordinates": [ 106196.5, 518454.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4778872712824658, "S12": -4.4778872712824658, "W13": -17.239587172183239, "S13": -17.239587172183239, "W21": -39.773360894039257, "S21": -39.773360894039257, "W22": -40.0, "S22": -40.0, "W31": -52.286340522532001, "S31": -52.286340522532001, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106196.714285714289872, 523046.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44226367688516016, "S11": -0.46248792186677451, "W12": -9.9999999999999982, "S12": -14.664544856767108, "W13": -17.435505108382674, "S13": -34.208790786902611, "W21": -40.0, "S21": -40.0, "W22": -37.973535175606479, "S22": -40.444879180883547, "W31": -65.066473756076732, "S31": -65.066473756076732, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106197.0, 512932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4641637174756289, "S11": -0.52733358907729266, "W12": -9.7226260910850595, "S12": -14.817317933100039, "W13": -17.008008078220143, "S13": -32.766049827980574, "W21": -40.0, "S21": -40.0, "W22": -47.96811071375199, "S22": -47.97654365501905, "W31": -72.291633234433348, "S31": -72.291633234433348, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106197.625, 513009.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -41.711713797930805, "S22": -41.711713797930805, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106197.665384615378571, 530034.823076923028566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83634137486277316, "S11": -0.83634137486277316, "W12": -7.3533079623794055, "S12": -17.379663726771241, "W13": -21.707670610416667, "S13": -21.707670610416667, "W21": -30.0, "S21": -30.0, "W22": -39.037444339081496, "S22": -39.037444339081496, "W31": -73.013243657480928, "S31": -74.164044373444966, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106197.714285714289872, 510046.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1241528451614422, "W12": -5.4157917024746638, "S12": -5.4157917024746638, "W13": -22.363719303330459, "S13": -22.363719303330459, "W21": -28.688517771100191, "S21": -29.579755348723417, "W22": -48.297681807002718, "S22": -48.305851094930802, "W31": -72.36902970009595, "S31": -72.36902970009595, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106197.8, 507221.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.9887911940400169, "W13": -21.901873309267941, "S13": -21.901873309267941, "W21": -27.733125381695789, "S21": -29.246433706607551, "W22": -41.011703265746732, "S22": -41.018265466126948, "W31": -72.185349036014699, "S31": -72.185349036014699, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.0, 507126.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60312280599818913, "S11": -1.603122805998189, "W12": -10.079382576519947, "S12": -11.32589395551196, "W13": -25.0, "S13": -25.0, "W21": -30.81586402266289, "S21": -30.81586402266289, "W22": -40.763979995344037, "S22": -40.770374530357692, "W31": -72.203459429621333, "S31": -72.203459429621333, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.0, 508012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9975714943235472, "S12": -7.9975714943235472, "W13": -15.824494510994274, "S13": -21.940337139875794, "W21": -42.53957734976008, "S21": -45.475183511492197, "W22": -40.377249190708874, "S22": -40.377249190708874, "W31": -73.023781446241486, "S31": -74.473167708559558, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.0, 517717.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4726742545337848, "S12": -4.4726742545337848, "W13": -17.22533136894846, "S13": -17.22533136894846, "W21": -39.753169690934719, "S21": -39.753169690934719, "W22": -40.894717071338313, "S22": -40.895661564156406, "W31": -73.801208419102323, "S31": -76.518384898763557, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.0, 523054.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4860714359178617, "S12": -7.5737422031491404, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.947896806727961, "S21": -40.947896806727961, "W22": -41.480936724923573, "S22": -41.480936724923573, "W31": -73.970697428249338, "S31": -76.278324785412295, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.4, 524738.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.8646633735823004, "S12": -6.3133773845320356, "W13": -24.377742671581682, "S13": -24.377742671581682, "W21": -41.539569251199048, "S21": -42.308162441163198, "W22": -38.997209153191342, "S22": -38.997209153191342, "W31": -72.108193345881404, "S31": -72.655281509499957, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106198.666666666671517, 498780.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.030852246090893126, "S11": 0.030852246090893126, "W12": -8.9910855581136406, "S12": -10.658312688640731, "W13": -14.979279712091762, "S13": -18.135487870704242, "W21": -38.243746576523613, "S21": -38.243746576523613, "W22": -39.21416177983847, "S22": -39.91069923149508, "W31": -70.0, "S31": -70.0, "W32": -91.557476133274321, "S32": -96.557476133274321 }, "geometry": { "type": "Point", "coordinates": [ 106198.666666666671517, 499569.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.465625292301938, "S12": -14.064623047691613, "W13": -15.845326574656278, "S13": -20.212845821152428, "W21": -30.0, "S21": -30.0, "W22": -31.586605138693599, "S22": -35.343785951561614, "W31": -70.0, "S31": -72.70647803542343, "W32": -92.011523465916724, "S32": -97.011523465916724 }, "geometry": { "type": "Point", "coordinates": [ 106199.0, 500467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51460446247464509, "S11": -2.1795338664356043, "W12": -9.4337642765509599, "S12": -10.237640262624733, "W13": -23.887048113406408, "S13": -23.887048113406408, "W21": -30.0, "S21": -30.0, "W22": -44.374454910169199, "S22": -44.374454910169199, "W31": -74.018568391667898, "S31": -76.582669942185419, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106199.0, 507538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6843475416020448, "S12": -7.6843475416020448, "W13": -17.045051650958563, "S13": -26.4588640638759, "W21": -41.998821426312311, "S21": -44.48686554775248, "W22": -40.0, "S22": -40.0, "W31": -54.796730004418919, "S31": -54.796730004418919, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106199.5, 518191.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12250537262256417, "S11": 0.12250537262256417, "W12": -4.2559458765533531, "S12": -4.2559458765533531, "W13": -12.974809374128485, "S13": -12.974809374128485, "W21": -37.113031107500326, "S21": -37.113031107500326, "W22": -39.03255746059218, "S22": -39.032557460592145, "W31": -72.021309038730195, "S31": -72.536882539864067, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106200.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11392563014724233, "S11": -0.25653133861624655, "W12": -4.9091043299821369, "S12": -4.9091043299821369, "W13": -14.882885108074682, "S13": -14.957216568937927, "W21": -40.608547823964919, "S21": -40.642149974502551, "W22": -36.255554126841254, "S22": -40.577038036524101, "W31": -73.312221102634226, "S31": -73.312221102634226, "W32": -93.828186062231993, "S32": -98.828186062231993 }, "geometry": { "type": "Point", "coordinates": [ 106200.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5247696476964769, "S11": 1.5247696476964769, "W12": -4.8039784946236557, "S12": -4.8039784946236557, "W13": -17.623771029058336, "S13": -18.886795401385644, "W21": -41.624763655752979, "S21": -42.357145220407475, "W22": -38.223677497579587, "S22": -40.425759906675722, "W31": -78.577794420520505, "S31": -78.577794420520505, "W32": -94.339356766117206, "S32": -99.339356766117206 }, "geometry": { "type": "Point", "coordinates": [ 106200.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16288096628229456, "S11": -0.16288096628229456, "W12": -12.14612379841714, "S12": -12.325610977904319, "W13": -14.957432778407572, "S13": -18.333780986829268, "W21": -35.6335791990453, "S21": -36.068699377454486, "W22": -31.640637063169315, "S22": -37.757114971124224, "W31": -70.0, "S31": -70.0, "W32": -93.416555764450735, "S32": -98.416555764450735 }, "geometry": { "type": "Point", "coordinates": [ 106200.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29164888753428841, "S11": -0.29164888753428841, "W12": -10.0, "S12": -10.0, "W13": -17.318544450120534, "S13": -17.636465555118779, "W21": -36.384668466846684, "S21": -36.384668466846684, "W22": -42.449674107400355, "S22": -42.449674107400355, "W31": -73.97955924408339, "S31": -76.330172904955518, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106200.0, 501165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0300380514474412, "S12": -9.0300380514474412, "W13": -15.000000000000002, "S13": -21.246683634065857, "W21": -38.896288405811511, "S21": -38.896288405811511, "W22": -35.824868201105822, "S22": -40.222643411359201, "W31": -72.096948323017131, "S31": -72.096948323017131, "W32": -93.795637142032291, "S32": -98.795637142032291 }, "geometry": { "type": "Point", "coordinates": [ 106200.048780487806653, 515713.073170731717255 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32951038034440211, "S11": 0.32951038034440211, "W12": -4.4357005308629125, "S12": -4.4357005308629125, "W13": -12.222497839239413, "S13": -12.222497839239413, "W21": -39.752860090022509, "S21": -41.4804158943749, "W22": -40.0, "S22": -40.273605519530399, "W31": -55.760703172053809, "S31": -55.760703172053809, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106201.0, 497157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3356202051854766, "W12": -4.7861579516517248, "S12": -4.7861579516517248, "W13": -13.29253573164803, "S13": -14.497207137665503, "W21": -40.076494167571639, "S21": -40.6570658178101, "W22": -41.687462828660671, "S22": -41.687462828660671, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106201.0, 497638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94586485570344003, "S11": -0.94586485570344003, "W12": -10.407211801129121, "S12": -20.238288522902675, "W13": -24.769441341547822, "S13": -24.769441341547822, "W21": -34.172408739875678, "S21": -34.172408739875678, "W22": -48.451911672298877, "S22": -48.460001841124793, "W31": -72.380341005431319, "S31": -72.380341005431319, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106201.0, 510587.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059669960158642114, "S11": 0.059669960158642114, "W12": -8.4633732713811032, "S12": -10.452208552589191, "W13": -14.98705690095367, "S13": -18.131400397595442, "W21": -38.513303778700497, "S21": -38.513303778700497, "W22": -44.408193581901813, "S22": -44.417014773133147, "W31": -71.928668736241505, "S31": -71.928668736241505, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106201.125, 499543.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0496195816116529, "S12": -15.323827573501442, "W13": -22.477367770819647, "S13": -22.477367770819647, "W21": -30.014322023502856, "S21": -30.014322023502856, "W22": -37.923578047315083, "S22": -40.28849017670499, "W31": -65.248363199246896, "S31": -65.248363199246896, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106201.2, 509312.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6246669918686552, "S12": -6.6246669918686552, "W13": -20.0, "S13": -23.792904418696189, "W21": -40.155032504271666, "S21": -40.155032504271666, "W22": -38.101044031840594, "S22": -39.72348265662238, "W31": -64.129392048019938, "S31": -64.129392048019938, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106201.5, 519796.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.466764505119454, "S11": -2.4667645051194542, "W12": -4.9362481962481963, "S12": -4.9385673853909555, "W13": -25.111562320238409, "S13": -28.111562320238409, "W21": -35.987152818661116, "S21": -39.39548246307713, "W22": -37.204085279756761, "S22": -37.341789938619755, "W31": -68.067156826128567, "S31": -68.067156826128567, "W32": -96.623044863542731, "S32": -101.62304486354273 }, "geometry": { "type": "Point", "coordinates": [ 106202.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60534961191890724, "S11": -0.60534961191890724, "W12": -10.079267390193682, "S12": -11.412515988724648, "W13": -25.0, "S13": -25.0, "W21": -30.747875354107645, "S21": -30.747875354107645, "W22": -40.0, "S22": -40.0, "W31": -58.71137702115702, "S31": -58.71137702115702, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106202.0, 508002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7116931223605167, "S12": -6.7116931223605167, "W13": -20.0, "S13": -25.282986415461082, "W21": -39.821489595238411, "S21": -39.821489595238411, "W22": -40.0, "S22": -43.496302311864731, "W31": -80.0, "S31": -80.0, "W32": -94.308691520435886, "S32": -99.308691520435886 }, "geometry": { "type": "Point", "coordinates": [ 106202.0, 519664.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.661200965739223, "S13": -17.396295619948141, "W21": -34.037121957133593, "S21": -34.037121957133593, "W22": -40.0, "S22": -43.551270877899896, "W31": -80.0, "S31": -80.0, "W32": -94.264683101318852, "S32": -99.264683101318852 }, "geometry": { "type": "Point", "coordinates": [ 106203.0, 500901.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61939373769119777, "S11": -3.6193937376911975, "W12": -10.780035018092702, "S12": -12.504528258414306, "W13": -25.666360914663201, "S13": -25.666360914663201, "W21": -30.639407967398199, "S21": -30.639407967398199, "W22": -40.0, "S22": -40.296221018294538, "W31": -55.806089927438627, "S31": -55.806089927438627, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106203.0, 505364.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.8125, "S13": -12.8125, "W21": -46.0, "S21": -46.0, "W22": -31.44260181516043, "S22": -35.557207588533977, "W31": -70.0, "S31": -72.746323500483911, "W32": -92.033052843664308, "S32": -97.033052843664308 }, "geometry": { "type": "Point", "coordinates": [ 106203.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9444917509313463, "S11": -0.9444917509313463, "W12": -7.6506208019539992, "S12": -9.8115897076403069, "W13": -19.897582426097401, "S13": -22.27312590435827, "W21": -28.247077613359483, "S21": -33.886873111365318, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106204.0, 506432.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54866316528099668, "S11": -0.54866316528099668, "W12": -9.5379767706005207, "S12": -15.823902016483494, "W13": -23.336172573644401, "S13": -23.336172573644401, "W21": -30.0, "S21": -30.0, "W22": -38.049445551764073, "S22": -39.563298923654685, "W31": -64.062546368843741, "S31": -64.062546368843741, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106204.0, 508741.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2400550825990568, "S11": 2.2400550825990568, "W12": -4.5632043056615927, "S12": -4.5632043056615927, "W13": -17.511895623569298, "S13": -17.511895623569298, "W21": -39.728720130092405, "S21": -39.728720130092405, "W22": -41.663211859390529, "S22": -41.663211859390529, "W31": -71.45752598623956, "S31": -71.45752598623956, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106204.285714285710128, 522918.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9699725014498659, "S12": -7.9699725014498659, "W13": -15.939063325403758, "S13": -21.611832550858413, "W21": -42.598013598484783, "S21": -45.007136058905893, "W22": -37.096743263083432, "S22": -37.833835638004636, "W31": -68.50144503977927, "S31": -68.50144503977927, "W32": -96.355702079042189, "S32": -101.35570207904219 }, "geometry": { "type": "Point", "coordinates": [ 106204.333333333328483, 517759.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60753223449005045, "S11": -3.7833970884407844, "W12": -10.711829111707736, "S12": -12.270265153364496, "W13": -25.495492501415946, "S13": -25.495492501415946, "W21": -30.61004627932833, "S21": -30.61004627932833, "W22": -40.0, "S22": -43.564688005795055, "W31": -80.0, "S31": -80.0, "W32": -94.211535121382198, "S32": -99.211535121382198 }, "geometry": { "type": "Point", "coordinates": [ 106205.0, 505333.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75571587125416206, "S11": -2.8568987101747609, "W12": -4.996657046657047, "S12": -5.6401031899313985, "W13": -25.157265188695209, "S13": -28.157265188695209, "W21": -34.111391166555002, "S21": -38.199191685066793, "W22": -40.0, "S22": -40.0, "W31": -52.030627155298248, "S31": -52.030627155298248, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106205.0, 506230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5045714918841061, "S11": -2.2112923162851787, "W12": -7.4057778774178278, "S12": -7.4057778774178278, "W13": -23.10306439713322, "S13": -23.10306439713322, "W21": -30.0, "S21": -30.0, "W22": -35.202899004638631, "S22": -35.202899004638631, "W31": -70.0, "S31": -71.360792806087886, "W32": -91.65223188953965, "S32": -96.65223188953965 }, "geometry": { "type": "Point", "coordinates": [ 106205.0, 507378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6251697098228336, "S11": -0.6251697098228336, "W12": -10.004875469898256, "S12": -10.768482095267856, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -31.5992340992347, "W31": -70.0, "S31": -71.773118409848152, "W32": -92.538667018128763, "S32": -97.538667018128763 }, "geometry": { "type": "Point", "coordinates": [ 106205.0, 508120.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45072322566139555, "S11": -0.45072322566139555, "W12": -11.828490742299554, "S12": -11.988177567849446, "W13": -16.253513794706691, "S13": -20.786432737869049, "W21": -31.733847680217227, "S21": -31.733847680217227, "W22": -40.0, "S22": -40.0, "W31": -61.201430954921911, "S31": -61.201430954921911, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106205.5, 500656.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3200728125385659, "S11": -0.3200728125385659, "W12": -4.8127218934911244, "S12": -6.9304602604509871, "W13": -17.756065824484786, "S13": -21.029632991134658, "W21": -30.0, "S21": -33.0, "W22": -40.386955571266171, "S22": -40.39299532766244, "W31": -72.210093016018106, "S31": -72.210093016018106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106206.0, 502612.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.370060373216246, "S12": -7.6652518965600516, "W13": -24.023255813953487, "S13": -24.023255813953487, "W21": -41.506452000798298, "S21": -42.246404957787547, "W22": -48.319090516531432, "S22": -48.32736489053282, "W31": -72.305284954562865, "S31": -72.305284954562865, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106207.0, 498757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56540346205059921, "S11": 0.56540346205059921, "W12": -6.4251201970443343, "S12": -6.4251201970443343, "W13": -24.052016977302085, "S13": -24.052016977302085, "W21": -41.576008829815045, "S21": -42.374108767216086, "W22": -39.877833021397066, "S22": -43.455938155087324, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -94.158387141445488, "S32": -99.158387141445488 }, "geometry": { "type": "Point", "coordinates": [ 106207.0, 498829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55510371610929488, "W12": -5.0, "S12": -6.8513854499469033, "W13": -18.231028725612003, "S13": -21.329586775485566, "W21": -30.000000000000004, "S21": -30.299688425587572, "W22": -37.873620919023715, "S22": -40.132101172526653, "W31": -65.430252642416846, "S31": -65.430252642416846, "W32": -99.996730466238759, "S32": -104.99673046623876 }, "geometry": { "type": "Point", "coordinates": [ 106207.0, 503163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8334434614966035, "S12": -6.8334434614966035, "W13": -20.0, "S13": -27.362393286783604, "W21": -39.414683905286942, "S21": -39.467997912551141, "W22": -40.0, "S22": -40.268691032299692, "W31": -55.393087482433245, "S31": -55.393087482433245, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106207.0, 519481.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2647363630740409, "S11": -1.2647363630740409, "W12": -10.850680382348106, "S12": -20.453132106926589, "W13": -25.656059738018371, "S13": -26.445084462698304, "W21": -37.88960889317174, "S21": -39.363462305275362, "W22": -39.14395010929664, "S22": -42.840208987407898, "W31": -80.0, "S31": -80.0, "W32": -94.105239161508834, "S32": -99.105239161508834 }, "geometry": { "type": "Point", "coordinates": [ 106208.0, 510874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48542058203772853, "S11": 0.48542058203772853, "W12": -5.6019338537726595, "S12": -5.6019338537726595, "W13": -15.0, "S13": -17.514987563133896, "W21": -41.114770710572913, "S21": -41.473936630525138, "W22": -40.0, "S22": -40.0, "W31": -53.886186415293608, "S31": -53.886186415293608, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106208.555555555562023, 498353.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57412250332889481, "S11": 0.57412250332889481, "W12": -6.5809527093596056, "S12": -6.5809527093596056, "W13": -24.026241003875253, "S13": -27.026241003875253, "W21": -41.579189782361539, "S21": -42.372011768098794, "W22": -38.811360614450408, "S22": -39.266171756037608, "W31": -70.0, "S31": -70.0, "W32": -91.513869645980662, "S32": -96.513869645980662 }, "geometry": { "type": "Point", "coordinates": [ 106209.0, 498835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44447314013386136, "S11": -3.46993889539455, "W12": -9.9464585679806916, "S12": -11.090422821402086, "W13": -24.148821725035255, "S13": -24.148821725035255, "W21": -30.431679503181648, "S21": -30.431679503181648, "W22": -47.721880589280012, "S22": -47.730693610243684, "W31": -72.130774360335607, "S31": -72.130774360335607, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106209.0, 505116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2484763192730259, "S12": -8.2484763192730259, "W13": -15.10337453699398, "S13": -22.330054838624093, "W21": -41.948309498335561, "S21": -44.661915680984954, "W22": -37.221243157630326, "S22": -37.221243157630326, "W31": -70.0, "S31": -70.136879123157954, "W32": -91.369943979030694, "S32": -96.369943979030694 }, "geometry": { "type": "Point", "coordinates": [ 106209.0, 517282.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.085524776086292192, "S11": -0.085524776086292192, "W12": -4.9407360231483652, "S12": -4.9407360231483652, "W13": -14.908299517050482, "S13": -14.908299517050482, "W21": -40.670070158703744, "S21": -40.727980104940308, "W22": -40.0, "S22": -40.0, "W31": -53.537339814405655, "S31": -53.537339814405655, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106209.666666666671517, 498034.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19429485015791881, "S11": 0.19429485015791881, "W12": -5.9099118973100406, "S12": -9.2906793193224768, "W13": -15.000000000000002, "S13": -18.084540834387248, "W21": -39.804715964525116, "S21": -39.804715964525116, "W22": -40.0, "S22": -40.0, "W31": -59.984857177424708, "S31": -59.984857177424708, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106210.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91296567946094376, "S11": -0.91296567946094376, "W12": -9.9877416643317467, "S12": -19.83029158752683, "W13": -24.321573831045566, "S13": -24.321573831045566, "W21": -32.692552269730648, "S21": -36.070755114841795, "W22": -38.410067197196213, "S22": -42.231851148974464, "W31": -79.044928440809784, "S31": -79.044928440809784, "W32": -94.052091181572195, "S32": -99.052091181572195 }, "geometry": { "type": "Point", "coordinates": [ 106210.0, 510481.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46930071942446372, "S11": -2.4693007194244636, "W12": -4.9350226070226144, "S12": -5.3561733174808976, "W13": -25.183848439477831, "S13": -25.183848439477831, "W21": -35.754935437026717, "S21": -39.123524074835885, "W22": -41.422187579040511, "S22": -41.422187579040511, "W31": -70.85262077932434, "S31": -70.85262077932434, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106210.4, 506137.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52079266392860757, "S11": -2.2360577461954909, "W12": -9.0672164948443079, "S12": -15.787404482243176, "W13": -25.843870842103485, "S13": -25.843870842103485, "W21": -34.81136812343064, "S21": -34.81136812343064, "W22": -37.433351398399139, "S22": -37.433351398399139, "W31": -62.708697776951404, "S31": -63.191613013687167, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106210.6, 505703.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8446659220745953, "S12": -8.8446659220745953, "W13": -15.0, "S13": -17.547759368122385, "W21": -39.525263167301681, "S21": -39.525263167301681, "W22": -41.20433391264433, "S22": -41.210875099886621, "W31": -72.139453215805418, "S31": -72.139453215805418, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106210.621212121215649, 516081.106060606078245 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9423735085762228, "S12": -7.9423735085762228, "W13": -16.053632139813104, "S13": -21.543639312190916, "W21": -42.598119900630664, "S21": -44.776514468136554, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106210.666666666671517, 517802.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49579919152190532, "S11": -0.53704332328686122, "W12": -5.0, "S12": -6.8486372247287557, "W13": -18.220293517924585, "S13": -21.323479231456279, "W21": -30.0, "S21": -30.0, "W22": -36.921049247781923, "S22": -41.014787772291328, "W31": -75.179034854308341, "S31": -75.179034854308341, "W32": -93.935321123527459, "S32": -98.935321123527459 }, "geometry": { "type": "Point", "coordinates": [ 106211.0, 503144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9857986318828518, "S12": -8.002584236716265, "W13": -20.208328466089185, "S13": -21.491473410821591, "W21": -23.850579565331682, "S21": -28.600673534236517, "W22": -41.632299166001893, "S22": -41.632299166001893, "W31": -71.376024143115117, "S31": -71.376024143115117, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106211.0, 506689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.211297171334925, "S12": -8.211297171334925, "W13": -15.212614616596323, "S13": -22.787355846813796, "W21": -42.048877032759989, "S21": -43.82185080003984, "W22": -37.67618428509487, "S22": -41.62349331054029, "W31": -77.150006022578395, "S31": -77.150006022578395, "W32": -93.998943201635456, "S32": -98.998943201635456 }, "geometry": { "type": "Point", "coordinates": [ 106211.25, 517356.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.1505214050493962, "S12": -6.4172776301609442, "W13": -24.882576121055546, "S13": -24.882576121055546, "W21": -41.535657857697437, "S21": -42.306222373826472, "W22": -44.918162414480925, "S22": -44.927203934797681, "W31": -71.865154406039295, "S31": -71.865154406039295, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106212.0, 498794.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5175, "S11": 0.5175, "W12": -6.0681942919868277, "S12": -6.0681942919868277, "W13": -24.739376268684261, "S13": -24.739376268684261, "W21": -41.543386394254846, "S21": -42.321477792104311, "W22": -37.691468536941755, "S22": -37.992950270567199, "W31": -63.37672660310043, "S31": -64.156787314541788, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106212.0, 498802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48084780946137873, "S11": -0.49799096802241355, "W12": -5.0, "S12": -6.8619325821457151, "W13": -18.192470415842255, "S13": -21.306084941745894, "W21": -30.0, "S21": -30.077339346110485, "W22": -38.2941865615133, "S22": -42.121147358998321, "W31": -78.763673992313002, "S31": -78.763673992313002, "W32": -94.051275551518472, "S32": -99.051275551518472 }, "geometry": { "type": "Point", "coordinates": [ 106212.0, 503110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7424341951833835, "S12": -6.7424341951833835, "W13": -20.0, "S13": -25.797392906403289, "W21": -39.493275661118219, "S21": -39.493275661118219, "W22": -36.340693999401672, "S22": -38.553736476111538, "W31": -70.222274205928571, "S31": -70.222274205928571, "W32": -95.209272013388258, "S32": -100.20927201338826 }, "geometry": { "type": "Point", "coordinates": [ 106212.0, 519619.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0550244513649465, "S11": -1.0550244513649465, "W12": -5.8443994553930914, "S12": -5.8443994553930914, "W13": -20.0, "S13": -20.0, "W21": -43.173740047605619, "S21": -43.565816710239702, "W22": -37.823663790732311, "S22": -39.975712168348089, "W31": -65.612142085586996, "S31": -65.612142085586996, "W32": -99.769973366922812, "S32": -104.76997336692281 }, "geometry": { "type": "Point", "coordinates": [ 106212.714285714289872, 520979.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5980507543478844, "W12": -4.9588696488696486, "S12": -5.1049785648634645, "W13": -25.059952323986661, "S13": -26.248864028298723, "W21": -35.603045645433497, "S21": -39.235519645973348, "W22": -43.719305385972262, "S22": -43.719305385972262, "W31": -73.962832753427946, "S31": -76.562923127372983, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 506172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4831666572306021, "S12": -7.4831666572306021, "W13": -17.843200942980921, "S13": -29.793389658831288, "W21": -41.357312895096165, "S21": -43.216346132427837, "W22": -38.584755880464911, "S22": -38.912130103429355, "W31": -70.0, "S31": -70.0, "W32": -91.467518071273517, "S32": -96.467518071273517 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 518498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9772985006631156, "S12": -6.9772985006631156, "W13": -19.81170209465213, "S13": -29.367820475482077, "W21": -39.832636394014955, "S21": -40.066580227054516, "W22": -37.914123449045114, "S22": -38.070415118425686, "W31": -61.406890679514596, "S31": -61.901570792504849, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106213.0, 519264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.39046785308709, "S12": -8.39046785308709, "W13": -15.0, "S13": -22.499867679349236, "W21": -41.425684060157657, "S21": -41.425684060157657, "W22": -40.0, "S22": -40.0, "W31": -51.774913788064893, "S31": -51.774913788064893, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106213.285714285710128, 516994.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000000777, "S11": -0.50000000000000777, "W12": -6.2043868503030053, "S12": -6.2043868503030053, "W13": -20.0, "S13": -29.389023650697915, "W21": -41.234323872436939, "S21": -41.535313451886203, "W22": -34.281712260683527, "S22": -34.281712260683527, "W31": -70.0, "S31": -71.672701712421286, "W32": -91.818781918001491, "S32": -96.818781918001491 }, "geometry": { "type": "Point", "coordinates": [ 106213.764705882349517, 520434.470588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50880239520958093, "S11": 0.50880239520958093, "W12": -6.2355927552140509, "S12": -6.6544384108298456, "W13": -25.0, "S13": -25.0, "W21": -41.531110273686515, "S21": -42.298112961858557, "W22": -36.942301372994443, "S22": -41.015135472106856, "W31": -75.255083604349394, "S31": -75.255083604349394, "W32": -93.945795221698816, "S32": -98.945795221698816 }, "geometry": { "type": "Point", "coordinates": [ 106214.0, 498792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30486781609185787, "S11": 0.30486781609185787, "W12": -10.0, "S12": -10.0, "W13": -16.510891775887174, "S13": -19.771815508331969, "W21": -33.140737697188356, "S21": -33.140737697188356, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106214.333333333328483, 500812.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39111286519323768, "S11": -0.39111286519323768, "W12": -13.865007385842645, "S12": -14.865007385842645, "W13": -15.310467792163156, "S13": -19.295314905132606, "W21": -31.986873078116457, "S21": -32.195840145574479, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 500230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95777223607647533, "S11": -0.95777223607647533, "W12": -7.3795996564708997, "S12": -10.150631746670379, "W13": -19.087942477876105, "S13": -22.087942477876105, "W21": -25.116401123734956, "S21": -30.996462417792486, "W22": -40.0, "S22": -40.0, "W31": -59.345814453589973, "S31": -59.345814453589973, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 506598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51784989858012165, "S11": -2.5178498985801214, "W12": -7.8200936616472996, "S12": -8.0442497006570512, "W13": -23.237543475969648, "S13": -23.237543475969648, "W21": -30.0, "S21": -30.0, "W22": -40.256951847225956, "S22": -40.260168263559002, "W31": -72.670967017709884, "S31": -73.81443585127947, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 507410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26577335682452968, "S11": -0.48587946361588097, "W12": -11.477372822834344, "S12": -16.477372822834344, "W13": -17.628320666727877, "S13": -37.27040058523508, "W21": -41.143515772797883, "S21": -41.143515772797883, "W22": -37.483972898806712, "S22": -37.483972898806712, "W31": -70.0, "S31": -70.077844789970058, "W32": -91.377509346234802, "S32": -96.377509346234802 }, "geometry": { "type": "Point", "coordinates": [ 106215.0, 514110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.079046853192053762, "S11": -0.079046853192053762, "W12": -4.9563490056039177, "S12": -4.9563490056039177, "W13": -14.919301620956615, "S13": -14.919814401219572, "W21": -40.695204979202515, "S21": -40.760324702420384, "W22": -40.0, "S22": -40.263776545068986, "W31": -55.030807432418833, "S31": -55.030807432418833, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106215.370370370364981, 498047.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49937712917110766, "S11": -0.49937712917110766, "W12": -9.4287283632509418, "S12": -9.7484311982250151, "W13": -15.0, "S13": -20.554821461658506, "W21": -39.804119699669279, "S21": -39.804119699669279, "W22": -36.801175539720575, "S22": -36.801175539720575, "W31": -70.041362983041708, "S31": -70.369509744024, "W32": -91.411290083458212, "S32": -96.411290083458212 }, "geometry": { "type": "Point", "coordinates": [ 106215.4, 515192.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0138655249290636, "S11": -2.3222026053230667, "W12": -10.000000000000002, "S12": -11.609259577392201, "W13": -20.0, "S13": -22.830434782608695, "W21": -29.320808819159684, "S21": -34.477214326001885, "W22": -41.583025830258087, "S22": -41.583587606033618, "W31": -73.885779378377705, "S31": -76.803596573531692, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106216.0, 506371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63590294825424032, "S11": -0.63590294825424032, "W12": -9.9999999999999982, "S12": -10.71056316492572, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -39.500670196489942, "S22": -40.298495363323646, "W31": -70.406616380490277, "S31": -70.406616380490277, "W32": -92.526992278295765, "S32": -97.526992278295765 }, "geometry": { "type": "Point", "coordinates": [ 106216.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.151747953962956, "S12": -5.151747953962956, "W13": -19.335488856923536, "S13": -19.335488856923536, "W21": -39.617976103052037, "S21": -39.991084172368112, "W22": -30.000000000000004, "S22": -38.760003350984796, "W31": -70.0, "S31": -70.0, "W32": -93.153797246130623, "S32": -98.153797246130623 }, "geometry": { "type": "Point", "coordinates": [ 106216.25, 522028.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -41.490801530420583, "S22": -41.490801530420583, "W31": -71.014137334406058, "S31": -71.014137334406058, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106216.39080459770048, 530027.835249042138457 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83838978301714462, "S11": -0.83838978301714462, "W12": -7.2352252465754177, "S12": -17.240544399585062, "W13": -21.681548146753531, "S13": -21.681548146753531, "W21": -30.0, "S21": -30.0, "W22": -37.773706662440951, "S22": -39.819323164169759, "W31": -65.791023160872996, "S31": -65.791023160872996, "W32": -99.543216267607193, "S32": -104.54321626760719 }, "geometry": { "type": "Point", "coordinates": [ 106216.4, 510046.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0261315587585909, "S12": -9.0261315587585909, "W13": -15.0, "S13": -20.992444453514796, "W21": -38.93781917838092, "S21": -38.93781917838092, "W22": -40.0, "S22": -40.0, "W31": -53.730898788227577, "S31": -53.730898788227577, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106216.545454545455868, 515712.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4655930615815562, "S11": -1.4655930615815562, "W12": -10.522210479344277, "S12": -20.186612264628685, "W13": -25.561721843266284, "S13": -27.783697355541882, "W21": -37.878779132461872, "S21": -39.014198626021773, "W22": -41.60138647261325, "S22": -41.60138647261325, "W31": -71.294522299990675, "S31": -71.294522299990675, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106217.0, 510911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9147745157025415, "S12": -7.9147745157025415, "W13": -16.168200954222588, "S13": -21.900621279096043, "W21": -42.535723843145014, "S21": -44.697720106822622, "W22": -43.235688696761471, "S22": -43.243509141225459, "W31": -71.970853750160771, "S31": -71.970853750160771, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106217.0, 517845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75338507640977737, "S11": -0.87996476430933157, "W12": -10.0, "S12": -12.89969767296526, "W13": -19.475706235485482, "S13": -21.900030040083315, "W21": -29.880468971477811, "S21": -29.880468971477811, "W22": -39.999999999999993, "S22": -40.000798125731514, "W31": -73.797316284610048, "S31": -76.720057356163821, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106217.777777777781012, 503995.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4574525452976701, "S12": -12.256680344525464, "W13": -19.399051133368477, "S13": -19.399051133368477, "W21": -41.336530228286691, "S21": -41.915764099254432, "W22": -34.919370094843671, "S22": -39.422924626649902, "W31": -70.0, "S31": -70.0, "W32": -93.803963609990348, "S32": -98.803963609990348 }, "geometry": { "type": "Point", "coordinates": [ 106218.0, 498596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.582624101731974, "W12": -5.0, "S12": -11.317367064324682, "W13": -25.689422911668078, "S13": -25.689422911668078, "W21": -34.97036140934523, "S21": -35.740732179212998, "W22": -38.135794991243259, "S22": -38.353928743604357, "W31": -60.913947294341831, "S31": -61.35788294646995, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106218.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.055045337326345561, "S11": -0.055045337326345561, "W12": -4.9721845372543809, "S12": -4.9721845372543809, "W13": -14.934025487366746, "S13": -14.934025487366746, "W21": -40.732792532628288, "S21": -40.816293876714312, "W22": -37.57566672261995, "S22": -37.57566672261995, "W31": -63.304177843881966, "S31": -64.040270712372475, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106219.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52945961995249413, "S11": -3.3203880087144908, "W12": -9.9083476412394749, "S12": -12.323480242435084, "W13": -22.493059779284437, "S13": -22.493059779284437, "W21": -29.717119734384728, "S21": -29.717119734384728, "W22": -37.551865870591627, "S22": -38.93694515938823, "W31": -66.637850412438198, "S31": -66.637850412438198, "W32": -98.215047295587382, "S32": -103.21504729558738 }, "geometry": { "type": "Point", "coordinates": [ 106219.0, 504858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52444081221773775, "S11": -4.7185449985148367, "W12": -9.980329310807166, "S12": -10.863576467262828, "W13": -24.424964019363998, "S13": -24.424964019363998, "W21": -30.436392187478656, "S21": -30.436392187478656, "W22": -43.333769405197977, "S22": -43.333813394982727, "W31": -73.93257104929306, "S31": -76.543449022330563, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106219.666666666671517, 505164.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98066730847182815, "S11": -2.5922577364269159, "W12": -10.0, "S12": -11.397955677718604, "W13": -20.91623116652914, "S13": -23.91623116652914, "W21": -29.753541926665481, "S21": -34.720668748712917, "W22": -38.586776055865258, "S22": -38.891804845607354, "W31": -70.0, "S31": -70.0, "W32": -91.527845567005969, "S32": -96.527845567005969 }, "geometry": { "type": "Point", "coordinates": [ 106220.0, 506347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0333748960931006, "S11": -1.0333748960931006, "W12": -7.1989165620664597, "S12": -10.19891656206646, "W13": -18.982410600131729, "S13": -21.982410600131729, "W21": -25.160113274351126, "S21": -31.091351998736929, "W22": -47.475650464808034, "S22": -47.484843565468324, "W31": -71.96991548623788, "S31": -71.96991548623788, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106220.0, 506589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60124295360835012, "S11": -0.60124295360835012, "W12": -9.9155779857539841, "S12": -14.58955123889951, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -51.51920042083114, "S31": -51.51920042083114, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106220.0, 508433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999997118, "S11": 2.4999999999997118, "W12": -5.4475652850997038, "S12": -5.4475652850997038, "W13": -20.0, "S13": -20.0, "W21": -39.472777527471592, "S21": -39.945431134435097, "W22": -37.723749534149547, "S22": -39.662934159991195, "W31": -65.961402102004669, "S31": -65.961402102004669, "W32": -99.316459168291232, "S32": -104.31645916829123 }, "geometry": { "type": "Point", "coordinates": [ 106220.0, 521581.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11475121940422234, "S11": 0.11475121940422234, "W12": -4.2055093650508368, "S12": -4.2055093650508368, "W13": -12.949386453739729, "S13": -12.949386453739729, "W21": -37.177273890016309, "S21": -37.177273890016309, "W22": -35.669826850040387, "S22": -38.003825360757332, "W31": -72.327438868379701, "S31": -72.327438868379701, "W32": -94.677979116486952, "S32": -99.677979116486952 }, "geometry": { "type": "Point", "coordinates": [ 106220.125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16219723991112339, "S11": -0.16219723991112339, "W12": -4.8883626951215637, "S12": -4.8883626951215637, "W13": -16.743487391045921, "S13": -18.685151057352691, "W21": -30.0, "S21": -30.986687240930749, "W22": -32.039502006800262, "S22": -37.956507327062972, "W31": -70.0, "S31": -70.0, "W32": -93.542223818275275, "S32": -98.542223818275275 }, "geometry": { "type": "Point", "coordinates": [ 106220.333333333328483, 501762.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66475295053703676, "S11": -4.0382581125044377, "W12": -10.0, "S12": -12.787502483125024, "W13": -19.991419868237326, "S13": -19.991419868237326, "W21": -29.743514560420575, "S21": -29.743514560420575, "W22": -30.532432723706474, "S22": -36.766275894753434, "W31": -70.0, "S31": -72.995494042326627, "W32": -92.149449046040289, "S32": -97.149449046040289 }, "geometry": { "type": "Point", "coordinates": [ 106220.6, 504393.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3987047103805246, "S12": -8.8053829410830406, "W13": -20.045062826393089, "S13": -21.531854807908108, "W21": -23.952691835990162, "S21": -29.066958024269677, "W22": -40.0, "S22": -40.0, "W31": -53.696742409389948, "S31": -53.696742409389948, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106221.0, 506670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.6212497483052548, "W13": -21.662231239460368, "S13": -21.662231239460368, "W21": -27.190407940814953, "S21": -29.234322181331454, "W22": -30.0, "S22": -39.479434245974566, "W31": -70.0, "S31": -70.649770913869858, "W32": -93.021911929044251, "S32": -98.021911929044251 }, "geometry": { "type": "Point", "coordinates": [ 106221.0, 507086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82375108005559938, "S11": -0.82375108005559938, "W12": -6.0160839011566178, "S12": -16.032046395508175, "W13": -22.010679743807366, "S13": -22.010679743807366, "W21": -30.0, "S21": -30.0, "W22": -37.358048437658745, "S22": -37.358048437658745, "W31": -62.902794613688954, "S31": -63.489233554375971, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106221.0, 509705.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5991230070224853, "S12": -6.5991230070224853, "W13": -20.0, "S13": -23.331635403815049, "W21": -39.832147545064672, "S21": -39.832147545064672, "W22": -44.660984852320787, "S22": -44.669690294052685, "W31": -71.849910376788429, "S31": -71.849910376788429, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106221.0, 519837.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65984195924059086, "S11": -0.65984195924059086, "W12": -10.0, "S12": -11.851431601272534, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -30.0, "S21": -30.0, "W22": -43.085644514215943, "S22": -43.085723297534607, "W31": -73.912229834883789, "S31": -76.533594277655681, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106222.0, 508253.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7731752680062485, "S12": -6.7731752680062485, "W13": -20.0, "S13": -26.311799397345496, "W21": -39.193977474447124, "S21": -39.193977474447124, "W22": -47.150396405010099, "S22": -47.159922130406038, "W31": -71.8527773913153, "S31": -71.8527773913153, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106222.0, 519574.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62821704394138778, "S11": 0.62821704394138778, "W12": -7.4866400656809828, "S12": -7.4866400656809828, "W13": -23.580819721969842, "S13": -23.580819721969842, "W21": -41.592989618470646, "S21": -42.370323827334396, "W22": -37.089228598545738, "S22": -37.095144219537012, "W31": -68.404655447777387, "S31": -68.404655447777387, "W32": -96.569580329557169, "S32": -101.56958032955717 }, "geometry": { "type": "Point", "coordinates": [ 106222.333333333328483, 498867.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0293654320987653, "S11": 1.0293654320987653, "W12": -7.1027096114519432, "S12": -7.1027096114519432, "W13": -20.0, "S13": -20.229791921664621, "W21": -41.654590139019255, "S21": -42.420398036741808, "W22": -41.755201823993239, "S22": -41.761924622541166, "W31": -72.058995746821978, "S31": -72.058995746821978, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 498932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34174996914722944, "S11": -0.34174996914722944, "W12": -4.8628624260355027, "S12": -6.9174129698869162, "W13": -17.803048357361693, "S13": -21.062127646924903, "W21": -30.0, "S21": -32.123785434968639, "W22": -40.0, "S22": -43.125441277235439, "W31": -80.0, "S31": -80.0, "W32": -94.566558513607902, "S32": -99.566558513607902 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 502639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58639757700938389, "S11": -4.1391756672129603, "W12": -10.525140656005616, "S12": -12.046529015346668, "W13": -25.236092600213688, "S13": -25.236092600213688, "W21": -30.527931917700556, "S21": -30.527931917700556, "W22": -40.0, "S22": -40.0, "W31": -53.44748378046642, "S31": -53.44748378046642, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 505297.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53263961667374782, "S11": -2.1749444767621133, "W12": -10.0, "S12": -17.006317891511294, "W13": -25.858703935828341, "S13": -25.858703935828341, "W21": -34.309703739603705, "S21": -34.309703739603705, "W22": -37.67379240585818, "S22": -39.506545155812859, "W31": -66.131781043136172, "S31": -66.131781043136172, "W32": -99.089702068975626, "S32": -104.08970206897563 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 505675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47122241024933365, "S11": -0.47122241024933365, "W12": -10.042091944327286, "S12": -18.515000758826567, "W13": -23.1733147162786, "S13": -23.1733147162786, "W21": -39.61422532719368, "S21": -39.61422532719368, "W22": -39.095888658049446, "S22": -39.095888658049446, "W31": -71.964200624129319, "S31": -72.511734535090454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.0, 511679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8871755228288585, "S12": -7.8871755228288585, "W13": -16.282769768632068, "S13": -22.257603246001167, "W21": -42.473327785659372, "S21": -43.996233674836745, "W22": -38.85648732381275, "S22": -38.85648732381275, "W31": -72.843840602286434, "S31": -73.899191832612445, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106223.333333333328483, 517887.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48257194244604318, "S11": -2.4825719424460431, "W12": -4.9393547921478058, "S12": -5.892068512157123, "W13": -25.193617849290998, "S13": -25.341794773648719, "W21": -35.367950076533617, "S21": -38.710215139035114, "W22": -40.0, "S22": -40.0, "W31": -54.618834080717484, "S31": -54.618834080717484, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106224.0, 506136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2506434581342503, "S11": 2.2506434581342503, "W12": -4.5908671019772722, "S12": -4.5908671019772722, "W13": -17.623904073890696, "S13": -17.623904073890696, "W21": -39.591993543104081, "S21": -39.591993543104081, "W22": -40.0, "S22": -43.148929962435133, "W31": -80.0, "S31": -80.0, "W32": -94.452146101168267, "S32": -99.452146101168267 }, "geometry": { "type": "Point", "coordinates": [ 106224.142857142855064, 522879.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48480316608574553, "S11": -0.54852008693691201, "W12": -9.7925600188938873, "S12": -14.672794023125117, "W13": -17.220136035601335, "S13": -32.56010823696019, "W21": -40.0, "S21": -40.0, "W22": -39.999999999999993, "S22": -40.114219759030711, "W31": -72.623159020211972, "S31": -73.790705975188857, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106224.5, 512974.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91478102597275934, "S11": -0.91478102597275934, "W12": -5.995709626500525, "S12": -16.096115749410615, "W13": -21.752161823181165, "S13": -21.752161823181165, "W21": -30.0, "S21": -30.0, "W22": -47.925947905472633, "S22": -47.934884629441292, "W31": -72.01722057637329, "S31": -72.01722057637329, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106224.8, 509767.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -4.0437146111836899, "W12": -10.0, "S12": -20.092981860052461, "W13": -24.904021680874589, "S13": -31.389010441494534, "W21": -38.318608539345334, "S21": -38.318608539345334, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106224.833333333328483, 511134.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0158181897312648, "W12": -4.8711504517389335, "S12": -4.8711504517389335, "W13": -12.708015370705244, "S13": -13.829926823178651, "W21": -39.992383199120354, "S21": -41.179248978374886, "W22": -40.0, "S22": -40.0, "W31": -51.220971418551791, "S31": -51.220971418551791, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106225.0, 497530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93440375977452572, "S11": -0.93440375977452572, "W12": -5.7731084827896284, "S12": -5.7731084827896284, "W13": -16.21072823141326, "S13": -19.898438400460417, "W21": -31.68440429051175, "S21": -31.68440429051175, "W22": -46.825142345211766, "S22": -46.835000695343354, "W31": -71.735639296392534, "S31": -71.735639296392534, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106225.0, 501426.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31813672370939639, "S11": 0.31813672370939639, "W12": -4.303370459040349, "S12": -4.303370459040349, "W13": -12.090630942091661, "S13": -12.090630942091661, "W21": -39.247436859215227, "S21": -40.692769586106557, "W22": -40.29121098238133, "S22": -40.296864121120649, "W31": -72.161860026004078, "S31": -72.177856423886396, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106225.333333333328483, 497132.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51662142448248194, "S11": -2.4294378919690836, "W12": -7.4451564556371013, "S12": -7.4661151501806282, "W13": -23.070729144709002, "S13": -23.070729144709002, "W21": -30.0, "S21": -30.0, "W22": -31.370647577655628, "S22": -35.379515881547626, "W31": -70.0, "S31": -72.712442265778066, "W32": -92.114529291188063, "S32": -97.114529291188063 }, "geometry": { "type": "Point", "coordinates": [ 106225.666666666671517, 507379.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67145473517036347, "S11": -0.67145473517036347, "W12": -9.9505062765515699, "S12": -12.873618961524269, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -53.45291479820628, "S31": -53.45291479820628, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106225.75, 508309.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50568289786223275, "S11": -4.4727110397420251, "W12": -9.9461695691276262, "S12": -12.728455173053399, "W13": -21.969298827502435, "S13": -21.969298827502435, "W21": -29.744625440962857, "S21": -29.744625440962857, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106226.0, 504782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7135130263160594, "S12": -7.7135130263160594, "W13": -16.961568041532409, "S13": -25.337487369915628, "W21": -42.017720847327354, "S21": -44.980577214419398, "W22": -38.969184097932612, "S22": -38.969184097932612, "W31": -72.90435585443376, "S31": -74.01404160820411, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106226.0, 518151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1562462329936949, "S12": -15.123346970390848, "W13": -22.448990504943648, "S13": -22.448990504943648, "W21": -30.032557089297867, "S21": -30.032557089297867, "W22": -37.88211691151011, "S22": -39.577509603434208, "W31": -64.316942976282249, "S31": -64.316942976282249, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106226.142857142855064, 509473.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6005066728483013, "W12": -5.0, "S12": -11.323062166536779, "W13": -25.664791749552453, "S13": -25.664791749552453, "W21": -34.786934825344019, "S21": -35.57668961504158, "W22": -37.613043828115558, "S22": -37.613043828115558, "W31": -70.0, "S31": -70.053294854126079, "W32": -91.434984763281079, "S32": -96.434984763281079 }, "geometry": { "type": "Point", "coordinates": [ 106227.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8102266202843733, "S12": -6.5498308407650878, "W13": -20.753978518331945, "S13": -20.753978518331945, "W21": -24.267602846802177, "S21": -28.26452416847523, "W22": -35.659143628284603, "S22": -35.659143628284603, "W31": -70.0, "S31": -71.139653214363463, "W32": -91.645253330653176, "S32": -96.645253330653176 }, "geometry": { "type": "Point", "coordinates": [ 106227.0, 506795.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.6285101352830438, "W13": -21.664750869519395, "S13": -21.664750869519395, "W21": -27.169298916950762, "S21": -29.264290685954364, "W22": -40.0, "S22": -40.479345993598869, "W31": -56.144007944474637, "S31": -56.144007944474637, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106227.0, 507089.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1672283344898435, "S12": -9.3833348934889464, "W13": -16.872560704854056, "S13": -16.872560704854056, "W21": -41.238874985109213, "S21": -41.727192637438961, "W22": -48.382784751713132, "S22": -48.391371773100317, "W31": -72.115634438349559, "S31": -72.115634438349559, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106227.666666666671517, 498508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0031082237780655, "S11": -1.4807597525066938, "W12": -10.000000000000002, "S12": -10.316926258431948, "W13": -18.84587007294985, "S13": -20.863586238609955, "W21": -30.75869385367394, "S21": -31.608438280656294, "W22": -41.096806210457146, "S22": -41.103027614803786, "W31": -72.095408693308073, "S31": -72.095408693308073, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.0, 503746.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46737221764220938, "S11": -0.46737221764220938, "W12": -4.9582236842105258, "S12": -4.9582236842105258, "W13": -25.47861056636081, "S13": -25.47861056636081, "W21": -35.49556712916948, "S21": -37.266708835992723, "W22": -40.311862943919756, "S22": -40.311862943919756, "W31": -72.943411031538702, "S31": -74.478770012039547, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.0, 505932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52245084695454147, "S11": -1.9648842782063183, "W12": -9.5960509624400192, "S12": -10.645852746384518, "W13": -24.051219303330523, "S13": -24.051219303330523, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.217834424275999, "S22": -40.217834424275999, "W31": -73.562550529215699, "S31": -75.969981436292557, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.0, 507584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0228509793441931, "S11": -1.0228509793441931, "W12": -10.8384060744587, "S12": -20.547264238989584, "W13": -25.276470886782349, "S13": -25.276470886782349, "W21": -36.221509167813053, "S21": -37.530878759902393, "W22": -40.442694814558457, "S22": -40.442694814558457, "W31": -73.846212949912982, "S31": -76.123165169433122, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.2, 510742.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7431291540074279, "S12": -7.7431291540074279, "W13": -16.849152880512033, "S13": -24.746007322389318, "W21": -42.100473379935323, "S21": -44.182580531710549, "W22": -39.054201853867511, "S22": -39.054201853867511, "W31": -72.083129463263276, "S31": -72.682601073712632, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106228.5, 518106.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9498208993381168, "S12": -6.9498208993381168, "W13": -19.936179001197463, "S13": -29.116801358353104, "W21": -39.709458175073962, "S21": -39.867577722420407, "W22": -37.071054827982572, "S22": -37.071918328214416, "W31": -68.450470062212545, "S31": -68.450470062212545, "W32": -96.579235324407833, "S32": -101.57923532440783 }, "geometry": { "type": "Point", "coordinates": [ 106228.5, 519307.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26277879283006417, "S11": 0.26277879283006417, "W12": -4.1053332648659753, "S12": -4.1053332648659753, "W13": -12.054138213202547, "S13": -12.054138213202547, "W21": -37.368110169392288, "S21": -37.368110169392288, "W22": -40.0, "S22": -40.608593391368402, "W31": -57.93268752377886, "S31": -58.091333693620307, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 497039.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.063164462191165449, "S11": -0.063164462191165449, "W12": -4.9937774628341964, "S12": -4.9937774628341964, "W13": -14.945748792626187, "S13": -14.945748792626189, "W21": -40.755704795053042, "S21": -40.838332483225088, "W22": -37.452925320472673, "S22": -37.452925320472673, "W31": -63.299781324975889, "S31": -63.999609948585814, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 498078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2586777236037729, "S12": -8.2586777236037729, "W13": -15.046378108174743, "S13": -22.047864241938374, "W21": -41.907778790037703, "S21": -44.907778790037703, "W22": -41.639174586873011, "S22": -41.639174586873011, "W31": -71.386986141015356, "S31": -71.386986141015356, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 517252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2244135777283649, "S12": -8.2244135777283649, "W13": -15.149771098975888, "S13": -22.485072424908491, "W21": -42.001762490722101, "S21": -44.132033525880473, "W22": -41.437987906889951, "S22": -41.437987906889951, "W31": -70.881006628549116, "S31": -70.881006628549116, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106229.0, 517321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8595765299552163, "S12": -7.8595765299552163, "W13": -16.397338583041417, "S13": -22.614585212905251, "W21": -42.410931728173765, "S21": -43.235154358318397, "W22": -36.260759193452223, "S22": -38.648523233159295, "W31": -73.65109835885815, "S31": -73.65109835885815, "W32": -94.6751373310844, "S32": -99.6751373310844 }, "geometry": { "type": "Point", "coordinates": [ 106229.666666666671517, 517930.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63387243071210708, "S11": -4.315060005874372, "W12": -10.0, "S12": -12.937332009000061, "W13": -20.0, "S13": -20.0, "W21": -29.774756173479975, "S21": -29.774756173479975, "W22": -37.023902551165556, "S22": -37.528227802336403, "W31": -68.620980105501658, "S31": -68.620980105501658, "W32": -96.480995751802269, "S32": -101.48099575180227 }, "geometry": { "type": "Point", "coordinates": [ 106230.0, 504418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55701921519522679, "S11": -4.63818760932618, "W12": -10.077952225177121, "S12": -11.157162945466071, "W13": -24.701106313693124, "S13": -24.701106313693124, "W21": -30.441104871775764, "S21": -30.441104871775764, "W22": -46.499888285413832, "S22": -46.50973248396712, "W31": -71.693227754450845, "S31": -71.693227754450845, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106230.333333333328483, 505212.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.05862367095015443, "S11": -0.05862367095015443, "W12": -10.502289602699273, "S12": -10.502289602699273, "W13": -14.926931110610498, "S13": -18.186327188026716, "W21": -37.760955139036248, "S21": -37.760955139036248, "W22": -37.498197268786249, "S22": -37.709303579464425, "W31": -63.486752454560722, "S31": -64.226387518753896, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106230.6, 499731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16034966001437331, "S11": -5.0559600792390702, "W12": -5.0559600792390702, "S12": -5.0559600792390702, "W13": -12.358244768793595, "S13": -12.358244768793595, "W21": -40.0, "S21": -42.259889491554233, "W22": -39.180762258458941, "S22": -39.76255863633817, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -91.913384412113686, "S32": -96.913384412113686 }, "geometry": { "type": "Point", "coordinates": [ 106231.0, 497327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2561911075335005, "S11": 0.2561911075335005, "W12": -5.0, "S12": -8.8565307508752369, "W13": -15.0, "S13": -18.07736158911894, "W21": -40.17076335483403, "S21": -40.221153729727718, "W22": -40.0, "S22": -40.314776922988997, "W31": -54.928907473066133, "S31": -54.928907473066133, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106231.0, 499374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7727452816987972, "S12": -7.7727452816987972, "W13": -16.736737719491654, "S13": -24.154527274863, "W21": -42.1832259125433, "S21": -43.522595357732754, "W22": -37.823411002876391, "S22": -39.449014279337362, "W31": -64.288347365718423, "S31": -64.288347365718423, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106231.0, 518062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1164298527207006, "S11": -1.1164298527207006, "W12": -10.962184846319435, "S12": -20.630526957097342, "W13": -25.587243685663889, "S13": -25.587243685663889, "W21": -37.547445544508371, "S21": -39.646610878484353, "W22": -40.0, "S22": -40.0, "W31": -53.153428020340179, "S31": -53.153428020340179, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106231.714285714289872, 510837.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54363612253016846, "S11": -5.1480564875821369, "W12": -10.0, "S12": -13.443453671984271, "W13": -20.215458829475686, "S13": -20.215458829475686, "W21": -29.77763713080169, "S21": -29.77763713080169, "W22": -37.620922318406436, "S22": -39.373044481206733, "W31": -66.29672432620859, "S31": -66.29672432620859, "W32": -98.904437331054439, "S32": -103.90443733105444 }, "geometry": { "type": "Point", "coordinates": [ 106232.0, 504507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6194578001152381, "S11": -1.0292989182291556, "W12": -10.039569566305445, "S12": -12.088826256097319, "W13": -25.0, "S13": -25.0, "W21": -30.237960339943342, "S21": -30.237960339943342, "W22": -40.0, "S22": -40.686259348039819, "W31": -57.663327488324448, "S31": -57.789503232474367, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106232.0, 507909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91750412058102437, "S11": -0.91750412058102437, "W12": -9.6209022135051843, "S12": -18.860533549910713, "W13": -24.151558034827065, "S13": -24.151558034827065, "W21": -32.041040497268789, "S21": -35.840458066563379, "W22": -40.0, "S22": -40.0, "W31": -53.847448711204628, "S31": -53.847448711204628, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106232.0, 510452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8039163408290761, "S12": -6.8039163408290761, "W13": -20.0, "S13": -26.826205888287042, "W21": -39.260590918333762, "S21": -39.260590918333762, "W22": -41.47229488257998, "S22": -41.47229488257998, "W31": -70.961764906089982, "S31": -70.961764906089982, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106232.0, 519529.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3645242741962473, "S12": -8.3645242741962473, "W13": -15.000000000000002, "S13": -21.597314087773206, "W21": -41.551294224224726, "S21": -41.551294224224726, "W22": -38.66002245839573, "S22": -38.961759649260884, "W31": -70.0, "S31": -70.0, "W32": -91.656329988529507, "S32": -96.656329988529507 }, "geometry": { "type": "Point", "coordinates": [ 106232.428571428565192, 517037.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87452696332246249, "S11": -0.87452696332246249, "W12": -6.9796532176255459, "S12": -16.903268639378773, "W13": -21.513860850515641, "S13": -21.513860850515641, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -30.787357803485634, "W31": -70.0, "S31": -71.929407012036506, "W32": -92.602802662696647, "S32": -97.602802662696647 }, "geometry": { "type": "Point", "coordinates": [ 106233.0, 510024.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5987038210577458, "S12": -6.5987038210577458, "W13": -15.0, "S13": -16.818011418613501, "W21": -41.120979458691423, "S21": -41.49683818031626, "W22": -40.0, "S22": -40.0, "W31": -50.923637946460893, "S31": -50.923637946460893, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106233.111111111109494, 498393.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92544360588054886, "S11": -0.92544360588054886, "W12": -9.7309470439899144, "S12": -19.192032553462521, "W13": -24.223018790989649, "S13": -24.223018790989649, "W21": -32.262984931248823, "S21": -35.919230348273402, "W22": -35.059146985572447, "S22": -35.059146985572447, "W31": -70.0, "S31": -71.337458986080833, "W32": -91.742452913860063, "S32": -96.742452913860063 }, "geometry": { "type": "Point", "coordinates": [ 106233.5, 510470.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8023614093901656, "S12": -7.8023614093901656, "W13": -16.624322558471277, "S13": -23.563047227336689, "W21": -42.265978445151276, "S21": -42.862610183754953, "W22": -40.0, "S22": -40.0, "W31": -53.474311765737326, "S31": -53.474311765737326, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106233.5, 518017.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4344148142591004, "S12": -7.1764189860192369, "W13": -15.0, "S13": -15.0, "W21": -40.915334158644505, "S21": -40.915334158644505, "W22": -46.174634225615918, "S22": -46.184207061681697, "W31": -71.706242387426116, "S31": -71.706242387426116, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106233.6, 524759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.093872151705153728, "S11": 0.093872151705153728, "W12": -4.1787295881688404, "S12": -4.1787295881688404, "W13": -13.022529300554924, "S13": -13.022529300554924, "W21": -37.204898255652253, "S21": -37.246316940531557, "W22": -39.44050443281315, "S22": -40.157710860689271, "W31": -71.124907154113416, "S31": -71.176102418057908, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106234.0, 496996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1965086603510438, "S12": -7.3551688388217409, "W13": -15.0, "S13": -15.0, "W21": -39.454518578740235, "S21": -39.454518578740235, "W22": -48.403581783826738, "S22": -48.41227088882799, "W31": -72.053710971260287, "S31": -72.053710971260287, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106234.0, 524181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14783749126021647, "S11": 0.14783749126021647, "W12": -7.7311833887134789, "S12": -10.022843686472642, "W13": -14.992245388100423, "S13": -18.144063009942389, "W21": -39.016403578691907, "S21": -39.016403578691907, "W22": -36.634669325367021, "S22": -36.634669325367021, "W31": -70.0, "S31": -70.357332541249974, "W32": -91.505258390296561, "S32": -96.505258390296561 }, "geometry": { "type": "Point", "coordinates": [ 106234.75, 499515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31, "S11": -5.5415934239504345, "W12": -10.0, "S12": -13.500610114736675, "W13": -20.9558620570828, "S13": -20.9558620570828, "W21": -29.78220585183648, "S21": -29.78220585183648, "W22": -37.282745476918372, "S22": -37.282745476918372, "W31": -63.09689145042632, "S31": -63.718377296237612, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106235.0, 504635.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056223830518784879, "S11": -0.056223830518784879, "W12": -5.0, "S12": -5.0, "W13": -14.95753676109705, "S13": -15.214052536131621, "W21": -40.782634959873164, "S21": -40.872987409096602, "W22": -40.0, "S22": -42.821435712857429, "W31": -80.0, "S31": -80.0, "W32": -94.544332242459063, "S32": -99.544332242459063 }, "geometry": { "type": "Point", "coordinates": [ 106235.111111111109494, 498091.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.464763431993501, "S12": -7.464763431993501, "W13": -17.940482073614731, "S13": -29.958505489622791, "W21": -41.242822997743886, "S21": -42.968491766068666, "W22": -37.606878688338945, "S22": -37.857742151505747, "W31": -61.864822333443961, "S31": -62.357703432190419, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106235.666666666671517, 518529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -30.0, "S22": -33.157992824861388, "W31": -70.0, "S31": -71.832468003623092, "W32": -92.653155176702526, "S32": -97.653155176702526 }, "geometry": { "type": "Point", "coordinates": [ 106235.926315789474756, 530016.442105263122357 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21171176211981935, "S11": -0.21171176211981935, "W12": -13.237068071852159, "S12": -14.237068071852159, "W13": -15.063976510983803, "S13": -18.793366166104352, "W21": -33.960942097956341, "S21": -34.367353973022716, "W22": -37.261746082004962, "S22": -37.950627378074415, "W31": -67.66481345128463, "S31": -67.66481345128463, "W32": -97.205924948506691, "S32": -102.20592494850669 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 500128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5479976979371752, "W12": -10.0, "S12": -13.680068108568301, "W13": -20.355717612734075, "S13": -20.355717612734075, "W21": -29.789558691291418, "S21": -29.789558691291418, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 504548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.511922768257565, "S11": -2.5119227682575649, "W12": -8.3345405160706196, "S12": -15.792536005750245, "W13": -25.786852179452627, "S13": -25.786852179452627, "W21": -34.099739196139133, "S21": -34.107982652841336, "W22": -42.14867143438584, "S22": -42.14867143438584, "W31": -73.863470253189249, "S31": -76.409539355525055, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 505706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.831977537081535, "S12": -7.831977537081535, "W13": -16.511907397450898, "S13": -22.971567179810375, "W21": -42.348535670688122, "S21": -42.474075041799288, "W22": -44.855608799347898, "S22": -44.864250487916337, "W31": -71.794603963167205, "S31": -71.794603963167205, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106236.0, 517973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47785234899328866, "S11": -2.4778523489932898, "W12": -4.882110397567061, "S12": -4.882110397567061, "W13": -14.786355571588434, "S13": -16.000890415240107, "W21": -40.302137966634255, "S21": -40.302137966634255, "W22": -42.314471243042668, "S22": -42.314666274937728, "W31": -73.84657370691825, "S31": -76.504228102475736, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 497764.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.482514808700721, "S12": -14.482514808700721, "W13": -15.585917208386801, "S13": -19.800852019399841, "W21": -30.0, "S21": -30.121373113547062, "W22": -40.131153364164888, "S22": -40.131153364164888, "W31": -73.600851428990865, "S31": -76.188581212913348, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 500366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7576813870308214, "S12": -14.963476774375588, "W13": -22.603372090025069, "S13": -22.603372090025069, "W21": -30.00225319545644, "S21": -30.00225319545644, "W22": -39.47802926849927, "S22": -40.257249389696646, "W31": -71.041073479532329, "S31": -71.041073479532329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 509315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.7712261040332899, "S12": -6.7712261040332899, "W13": -14.875637864720881, "S13": -14.875637864720881, "W21": -42.162328571448882, "S21": -42.162328571448882, "W22": -45.84938016581799, "S22": -45.858681639396259, "W31": -71.719257020401415, "S31": -71.719257020401415, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.0, 525256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.79036872428008043, "S11": 0.79036872428008043, "W12": -8.1335437968638864, "S12": -8.1335437968638864, "W13": -21.821437154529207, "S13": -21.821437154529207, "W21": -41.609970407126298, "S21": -42.366158889013533, "W22": -37.330183918325282, "S22": -37.330183918325282, "W31": -63.295384806069762, "S31": -63.95894918479906, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106237.666666666671517, 498905.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.768780772828389, "S13": -17.161232356674631, "W21": -34.19627401783859, "S21": -34.19627401783859, "W22": -38.442785689014841, "S22": -38.613749679920097, "W31": -70.0, "S31": -70.0, "W32": -91.63384965543402, "S32": -96.63384965543402 }, "geometry": { "type": "Point", "coordinates": [ 106238.0, 500934.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.811759089418253, "S13": -17.215736168484984, "W21": -34.344644446962455, "S21": -34.344644446962455, "W22": -40.692466646881002, "S22": -40.697790400308456, "W31": -72.1438408555358, "S31": -72.260766735285202, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106238.0, 500949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2454740027483968, "S12": -14.932529147905939, "W13": -22.72865742758966, "S13": -22.72865742758966, "W21": -30.0, "S21": -30.0, "W22": -39.783524710052305, "S22": -39.783524710052305, "W31": -80.0, "S31": -80.0, "W32": -94.719891629314361, "S32": -99.719891629314361 }, "geometry": { "type": "Point", "coordinates": [ 106238.0, 509148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50666253416140472, "S11": -0.50666253416140472, "W12": -5.0, "S12": -6.792621081934934, "W13": -18.212578444950118, "S13": -21.323232017846742, "W21": -30.0, "S21": -31.207643711168053, "W22": -37.568052230954692, "S22": -39.239543806600608, "W31": -66.461667609281008, "S31": -66.461667609281008, "W32": -98.719172593133251, "S32": -103.71917259313325 }, "geometry": { "type": "Point", "coordinates": [ 106238.666666666671517, 503090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66493475366178434, "S11": 0.66493475366178434, "W12": -7.5980620689655174, "S12": -7.5980620689655174, "W13": -25.0, "S13": -26.933569083101506, "W21": -41.553482973263549, "S21": -42.30065864147732, "W22": -44.864672519252792, "S22": -44.873268816511739, "W31": -71.78311372114662, "S31": -71.78311372114662, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106239.0, 498849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56939156733677454, "S11": -4.344557465435976, "W12": -10.288690571954048, "S12": -11.770860345206179, "W13": -25.0, "S13": -25.0, "W21": -30.454155643502446, "S21": -30.454155643502446, "W22": -40.018450184501845, "S22": -40.019038870747217, "W31": -73.801078013469777, "S31": -76.67776396014564, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106239.0, 505264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.3841162821243751, "W13": -21.436573390950066, "S13": -21.436573390950066, "W21": -26.695074870320294, "S21": -29.205429856589937, "W22": -40.0, "S22": -40.570529979409315, "W31": -56.225657498494286, "S31": -56.225657498494286, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106239.0, 507046.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7061130290305426, "S12": -14.963272782346415, "W13": -22.601754608904255, "S13": -22.601754608904255, "W21": -30.001715181178088, "S21": -30.001715181178088, "W22": -40.0, "S22": -40.0, "W31": -54.187219730941706, "S31": -54.187219730941706, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106239.0, 509327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9336610553444604, "S12": -8.9336610553444604, "W13": -15.000000000000002, "S13": -18.7606907594195, "W21": -39.179094121976817, "S21": -39.179094121976817, "W22": -32.438366950430435, "S22": -38.155899683001323, "W31": -70.0, "S31": -70.0, "W32": -93.667891872099787, "S32": -98.667891872099787 }, "geometry": { "type": "Point", "coordinates": [ 106239.263157894733013, 515887.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88599766923388723, "S11": -0.89959872357880333, "W12": -10.0, "S12": -11.716457653324172, "W13": -19.489953895625895, "S13": -22.437779982582416, "W21": -28.16246805728888, "S21": -33.595753785598959, "W22": -40.0, "S22": -40.0, "W31": -50.686982806567904, "S31": -50.686982806567904, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2, "S11": -1.2, "W12": -8.3351594171140579, "S12": -11.00351286203426, "W13": -18.744182712796871, "S13": -21.744182712796871, "W21": -24.938386702310094, "S21": -31.018592106768118, "W22": -36.209976034226649, "S22": -36.209976034226649, "W31": -70.0, "S31": -70.680564844612647, "W32": -91.568198822964476, "S32": -96.568198822964476 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 506580.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0242163631644157, "W12": -5.0, "S12": -8.0, "W13": -21.894580654510964, "S13": -21.894580654510964, "W21": -27.775960478305098, "S21": -29.680292374933781, "W22": -37.944804548919031, "S22": -38.27085385524353, "W31": -61.107836556159455, "S31": -61.530998030225639, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 507142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66139979131260018, "S11": -0.66139979131260018, "W12": -10.0, "S12": -10.262043102477024, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -37.340917201609095, "S22": -37.340917201609095, "W31": -70.0, "S31": -70.121288347799037, "W32": -91.501772381221656, "S32": -96.501772381221656 }, "geometry": { "type": "Point", "coordinates": [ 106240.0, 508149.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4903558048706822, "S12": -4.4903558048706822, "W13": -17.337256156829611, "S13": -17.337256156829611, "W21": -39.64741143262129, "S21": -39.64741143262129, "W22": -45.524126106019651, "S22": -45.53315621711041, "W31": -71.732271653376728, "S31": -71.732271653376728, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106240.285714285710128, 523033.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5735790221763164, "S12": -6.5735790221763164, "W13": -20.0, "S13": -22.87036638893391, "W21": -39.50926258585767, "S21": -39.50926258585767, "W22": -38.421505473263579, "S22": -38.56934723773788, "W31": -70.0, "S31": -70.0, "W32": -91.657958736380692, "S32": -96.657958736380692 }, "geometry": { "type": "Point", "coordinates": [ 106240.5, 519879.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49028819875776397, "S11": -0.49028819875776397, "W12": -4.4508111439842208, "S12": -5.5760588540865141, "W13": -17.295696324705585, "S13": -20.695580025828868, "W21": -30.0, "S21": -30.0, "W22": -39.977543655273365, "S22": -39.977543655273365, "W31": -73.76710984278796, "S31": -75.988663396202227, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 502175.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56773705746308656, "S11": -4.3580868493875053, "W12": -10.263888126535894, "S12": -11.748228803561238, "W13": -24.976305408396232, "S13": -24.976305408396232, "W21": -30.445817556072775, "S21": -30.445817556072775, "W22": -38.963166121915613, "S22": -38.963166121915613, "W31": -72.299724292613504, "S31": -73.044571355724173, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 505261.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5835040687622759, "S11": -1.3662463781553631, "W12": -9.8727869394958923, "S12": -11.588594669922056, "W13": -25.0, "S13": -25.0, "W21": -30.084985835694049, "S21": -30.084985835694049, "W22": -44.913776122739343, "S22": -44.922365814971805, "W31": -71.771152017335382, "S31": -71.771152017335382, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 507786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68590440083474946, "S11": -0.68590440083474946, "W12": -9.8691506691794171, "S12": -12.949903585404231, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -41.585243191972751, "S22": -41.585243191972751, "W31": -71.24272516195694, "S31": -71.24272516195694, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 508313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8504157784298609, "S12": -6.8504157784298609, "W13": -20.000000000000004, "S13": -27.611757390127977, "W21": -39.37730371176896, "S21": -39.386665323870297, "W22": -45.198872046221723, "S22": -45.207630794824972, "W31": -71.745286286352027, "S31": -71.745286286352027, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106241.0, 519460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5668801935155354, "S12": -8.5668801935155354, "W13": -15.000000000000002, "S13": -25.0, "W21": -40.713904548045122, "S21": -40.713904548045122, "W22": -30.0, "S22": -39.233665982984661, "W31": -70.0, "S31": -70.778099990629826, "W32": -93.080704483493065, "S32": -98.080704483493065 }, "geometry": { "type": "Point", "coordinates": [ 106241.586206896550721, 516625.086206896579824 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6034220783510609, "S12": -10.3287473168593, "W13": -18.977845937248592, "S13": -21.070739211463291, "W21": -24.300788126150824, "S21": -30.309385256838542, "W22": -37.474636223551158, "S22": -38.926840268512741, "W31": -66.789996193972257, "S31": -66.789996193972257, "W32": -98.260507175945463, "S32": -103.26050717594546 }, "geometry": { "type": "Point", "coordinates": [ 106242.0, 506621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9491065289014593, "S11": -0.9491065289014593, "W12": -9.9770243765760718, "S12": -19.95910322962267, "W13": -24.395814173422607, "S13": -24.395814173422607, "W21": -32.77612507063477, "S21": -34.484720458475444, "W22": -40.0, "S22": -40.0, "W31": -52.96458004559004, "S31": -52.96458004559004, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106242.0, 510518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.834657413651942, "S12": -6.834657413651942, "W13": -20.0, "S13": -27.340612379229249, "W21": -39.327204362220513, "S21": -39.327204362220513, "W22": -37.51518214350294, "S22": -39.106043131994475, "W31": -66.62661089235344, "S31": -66.62661089235344, "W32": -98.533907855212064, "S32": -103.53390785521206 }, "geometry": { "type": "Point", "coordinates": [ 106242.0, 519484.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87279590595861767, "S11": -0.87279590595861767, "W12": -10.0, "S12": -11.694167668785248, "W13": -19.475567497724441, "S13": -22.454915323811555, "W21": -28.145188783899219, "S21": -33.570630507616954, "W22": -40.0, "S22": -42.801557613005698, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -94.595600681900578, "S32": -99.595600681900578 }, "geometry": { "type": "Point", "coordinates": [ 106242.166666666671517, 506410.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11, "S11": -0.58454237809567755, "W12": -9.8597582037996556, "S12": -11.262300494846263, "W13": -23.681727652027273, "S13": -23.681727652027273, "W21": -30.279993587483801, "S21": -30.279993587483801, "W22": -40.0, "S22": -40.0, "W31": -50.397028333145862, "S31": -50.397028333145862, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106243.0, 505052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83122031662475915, "S11": -0.83122031662475915, "W12": -7.1105749139316448, "S12": -16.558196917419544, "W13": -21.686688909483557, "S13": -21.686688909483557, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.068281665212631, "S22": -38.157113649441229, "W31": -71.21576080997113, "S31": -71.21576080997113, "W32": -95.237432415036054, "S32": -100.23743241503605 }, "geometry": { "type": "Point", "coordinates": [ 106243.142857142855064, 510053.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10831807722082172, "S11": 0.10831807722082172, "W12": -8.8589468427191278, "S12": -10.393242135841573, "W13": -14.973059303201975, "S13": -18.161194539868482, "W21": -38.499459036989279, "S21": -38.499459036989279, "W22": -37.207442516177998, "S22": -37.207442516177998, "W31": -63.290988287163685, "S31": -63.918288421012399, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106243.333333333328483, 499575.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6571487670196587, "W12": -5.6140567200983522, "S12": -5.6140567200983522, "W13": -22.334218223018429, "S13": -22.334218223018429, "W21": -28.860025880200681, "S21": -30.102312323221149, "W22": -40.0, "S22": -40.286109227526751, "W31": -54.827007513713433, "S31": -54.827007513713433, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106243.6, 507234.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71936135791009137, "S11": -3.51081524135112, "W12": -10.0, "S12": -12.41520888654653, "W13": -19.94811217730674, "S13": -20.427015285167951, "W21": -29.827204814276822, "S21": -29.827204814276822, "W22": -40.0, "S22": -40.0, "W31": -53.953357881816586, "S31": -53.953357881816586, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 504323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64279971981336237, "S11": -0.64279971981336237, "W12": -10.02930852079494, "S12": -11.781325432077505, "W13": -25.0, "S13": -25.0, "W21": -30.033994334277619, "S21": -30.033994334277619, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 507994.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9223432980131179, "S12": -6.9223432980131179, "W13": -20.0, "S13": -28.805126333481336, "W21": -39.586279956132962, "S21": -39.668575217786284, "W22": -31.298693340150837, "S22": -35.201824174561295, "W31": -70.0, "S31": -72.678561031072221, "W32": -92.196005738711818, "S32": -97.196005738711818 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 519351.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.261231833669425, "S11": 2.261231833669425, "W12": -4.6185298982929126, "S12": -4.6185298982929126, "W13": -17.735912524211983, "S13": -17.735912524211983, "W21": -39.455266956115658, "S21": -39.455266956115658, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 522840.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4838078304864277, "S12": -4.4838078304864277, "W13": -17.322210746101639, "S13": -17.322210746101639, "W21": -39.614207856893984, "S21": -39.614207856893984, "W22": -41.453788234739385, "S22": -41.453788234739385, "W31": -70.909392477773906, "S31": -70.909392477773906, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106244.0, 523044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.075304531298878014, "S11": -5.0409245979540191, "W12": -5.0409245979540191, "S12": -5.0409245979540191, "W13": -12.24368823732023, "S13": -12.24368823732023, "W21": -40.0, "S21": -42.490264144701918, "W22": -41.704564032581828, "S22": -41.704564032581828, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106244.333333333328483, 497287.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67580466148723639, "S11": -2.1185101308443657, "W12": -5.804821150855366, "S12": -6.2034639957273807, "W13": -25.0, "S13": -26.85171102661597, "W21": -32.759680524093632, "S21": -36.87392290421819, "W22": -38.738152627939094, "S22": -38.738152627939094, "W31": -72.661200830572938, "S31": -73.652295644611698, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106245.0, 506240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.56712580625715836, "W12": -9.8464758794898657, "S12": -14.593443973720525, "W13": -17.351813161165801, "S13": -32.302820214423505, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -39.159219855506706, "S22": -39.159219855506706, "W31": -71.907092209528429, "S31": -72.444849548202711, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106245.0, 512953.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.9899698015530625, "S12": -12.517640329223584, "W13": -19.995387453874539, "S13": -19.995387453874539, "W21": -41.327929875105418, "S21": -41.910927186933378, "W22": -45.196380406502122, "S22": -45.205065757446569, "W31": -71.73039907910713, "S31": -71.73039907910713, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106246.0, 498625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55771166509534265, "S11": -1.6696703498295415, "W12": -9.5879433015277709, "S12": -10.99557461966454, "W13": -24.464092801433388, "S13": -24.464092801433388, "W21": -30.0, "S21": -30.0, "W22": -37.304926000630672, "S22": -37.592179142461909, "W31": -63.596778306021086, "S31": -64.295987722966089, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106246.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65663732454037937, "S11": -0.65663732454037937, "W12": -10.0, "S12": -11.350427464779312, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.662470968903193, "W31": -56.50302152582001, "S31": -56.50302152582001, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106246.0, 508078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.791573000326801, "S12": -12.025188741705319, "W13": -16.162590089539414, "S13": -20.606880434479478, "W21": -31.296561072867128, "S21": -31.296561072867128, "W22": -41.09372231138066, "S22": -41.098893315870555, "W31": -72.125821685067521, "S31": -72.343677046684022, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106246.25, 500633.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6056309012875537, "S11": 0.6056309012875537, "W12": -7.6392700329308454, "S12": -10.567591291866698, "W13": -25.0, "S13": -25.0, "W21": -41.45607513750636, "S21": -42.164307664388083, "W22": -37.663189791179654, "S22": -39.431536550245866, "W31": -64.504493904544375, "S31": -64.504493904544375, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106247.0, 498759.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63098802395209563, "S11": 0.63098802395209563, "W12": -7.1864709110867171, "S12": -8.6476329319090546, "W13": -25.0, "S13": -25.0, "W21": -41.498582088572142, "S21": -42.232340112899813, "W22": -36.944823248605303, "S22": -37.435246983345742, "W31": -68.80819042944087, "S31": -68.80819042944087, "W32": -96.551995164456741, "S32": -101.55199516445674 }, "geometry": { "type": "Point", "coordinates": [ 106247.0, 498803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0017348587703361, "S11": -1.0017348587703361, "W12": -10.433477705032349, "S12": -20.28810974618251, "W13": -24.918804010389184, "S13": -24.918804010389184, "W21": -34.590141501792523, "S21": -34.590141501792523, "W22": -40.0, "S22": -40.0, "W31": -53.400783213513328, "S31": -53.400783213513328, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106247.0, 510650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -31.925996932123226, "S22": -33.87486954450295, "W31": -70.0, "S31": -72.429833741177575, "W32": -92.196080904924102, "S32": -97.196080904924102 }, "geometry": { "type": "Point", "coordinates": [ 106247.592307692306349, 530034.738461538450792 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29657486186363385, "S11": 0.29657486186363385, "W12": -4.1263932549182885, "S12": -4.1263932549182885, "W13": -11.857577927795715, "S13": -11.857577927795715, "W21": -38.337771942985746, "S21": -39.208477282010307, "W22": -30.0, "S22": -39.090539227513425, "W31": -70.0, "S31": -70.903368178771274, "W32": -93.074775107573387, "S32": -98.074775107573387 }, "geometry": { "type": "Point", "coordinates": [ 106248.0, 497090.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2831572015815994, "S11": 0.2831572015815994, "W12": -5.4558550090925806, "S12": -9.1224026550960993, "W13": -15.0, "S13": -18.098966029432631, "W21": -40.130728657902374, "S21": -40.130728657902374, "W22": -37.462312056051196, "S22": -38.97254245738835, "W31": -66.791554175425873, "S31": -66.791554175425873, "W32": -98.348643117290862, "S32": -103.34864311729086 }, "geometry": { "type": "Point", "coordinates": [ 106248.0, 499394.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.296791693948181, "S12": -13.873411522207354, "W13": -15.85933788405133, "S13": -20.217538569038691, "W21": -30.0, "S21": -30.002407108048473, "W22": -40.0, "S22": -40.0, "W31": -54.921524663677133, "S31": -54.921524663677133, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106248.0, 500496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25307662141216469, "S11": -0.25307662141216469, "W12": -4.7657470748263382, "S12": -4.7657470748263382, "W13": -16.809780050564736, "S13": -19.202787211424038, "W21": -30.0, "S21": -30.968588866673684, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -50.087041780829885, "S31": -50.087041780829885, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106248.5, 501798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66442945058563208, "S11": -0.66442945058563208, "W12": -9.9882576734588593, "S12": -10.93160318536113, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -38.900923856783727, "S22": -38.900923856783727, "W31": -72.795468051386607, "S31": -73.88875044371585, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 508113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0252105948141468, "S12": -14.934140222253532, "W13": -22.53171346549308, "S13": -22.53171346549308, "W21": -30.0, "S21": -30.0, "W22": -40.645756457564573, "S22": -40.646102531569944, "W31": -73.760576364543425, "S31": -76.46500718262088, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 509472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95664616090981003, "S11": -0.95664616090981003, "W12": -9.9681983748949285, "S12": -19.968198374894929, "W13": -24.408068406877693, "S13": -24.408068406877693, "W21": -32.781623281220568, "S21": -34.086654727761449, "W22": -36.468163111013467, "S22": -36.468163111013467, "W31": -70.0, "S31": -70.386518321517656, "W32": -91.599226697134895, "S32": -96.599226697134895 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 510525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.9734276027019213, "W12": -10.0, "S12": -19.289145795698687, "W13": -24.254146806482364, "S13": -29.426012229644023, "W21": -38.507123099881845, "S21": -38.507123099881845, "W22": -48.467887696423539, "S22": -48.476892451269826, "W31": -71.862239176603154, "S31": -71.862239176603154, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.0, 511327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30676306707435985, "S11": 0.30676306707435985, "W12": -4.1710403872175883, "S12": -4.1710403872175883, "W13": -11.951180400890809, "S13": -11.951180400890809, "W21": -38.742013628406681, "S21": -39.905123277836111, "W22": -41.18190915516756, "S22": -41.18778976348063, "W31": -72.005468350601447, "S31": -72.005468350601447, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.666666666671517, 497108.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5248816768086555, "S11": -2.4813184263199917, "W12": -7.4066704862016852, "S12": -7.4066704862016852, "W13": -23.001192295531091, "S13": -23.001192295531091, "W21": -30.0, "S21": -30.208536409671034, "W22": -40.246476697130646, "S22": -40.246476697130646, "W31": -72.863040616835903, "S31": -74.484372315519522, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.666666666671517, 507375.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0176466830709057, "S12": -9.0176466830709057, "W13": -15.0, "S13": -20.466459164719602, "W21": -39.01963717119034, "S21": -39.01963717119034, "W22": -39.986686089043779, "S22": -39.986686089043779, "W31": -73.721728471576625, "S31": -75.968005553453949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106249.829268292683992, 515713.243902439018711 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10324039568258458, "S11": 0.10324039568258458, "W12": -4.1306377734415118, "S12": -4.1306377734415118, "W13": -12.911646839001138, "S13": -12.911646839001138, "W21": -37.272640505055556, "S21": -37.483870906244469, "W22": -39.111194554543687, "S22": -39.111194554543687, "W31": -72.058065580645149, "S31": -72.660812981581216, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20875967057649128, "S11": -1.4724803119582532, "W12": -5.0, "S12": -5.0, "W13": -14.92043148889805, "S13": -15.653715487687183, "W21": -40.664195698091355, "S21": -40.664195698091355, "W22": -38.508684302340889, "S22": -38.657347542483876, "W31": -70.0, "S31": -70.0, "W32": -91.798790331078379, "S32": -96.798790331078379 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.288952122854562, "S11": 1.288952122854562, "W12": -5.6727402862985681, "S12": -5.6727402862985681, "W13": -17.975529823028182, "S13": -18.998372649063811, "W21": -41.587343033803606, "S21": -42.250655182953892, "W22": -40.0, "S22": -42.695291130453157, "W31": -80.0, "S31": -80.0, "W32": -94.610205116288896, "S32": -99.610205116288896 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1464724425585264, "S11": 0.1464724425585264, "W12": -8.3001981978300403, "S12": -10.172351296176162, "W13": -14.980924382368402, "S13": -18.159072343962823, "W21": -38.814314713017424, "S21": -38.814314713017424, "W22": -40.0, "S22": -40.0, "W31": -53.706820971418551, "S31": -53.706820971418551, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 499547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10475988906728947, "S11": -0.10475988906728947, "W12": -12.391365586893265, "S12": -12.570852766380444, "W13": -14.932505699983441, "S13": -18.334889073174189, "W21": -36.278798147382027, "S21": -36.889584115358048, "W22": -45.103467669257491, "S22": -45.111994519509047, "W31": -71.717099197854054, "S31": -71.717099197854054, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.388497766556613, "S12": -14.388497766556613, "W13": -15.557474818240147, "S13": -19.754415118852087, "W21": -30.165847713131054, "S21": -30.34138075776875, "W22": -39.723151987276275, "S22": -39.723151987276275, "W31": -73.443129950170501, "S31": -75.095286538842203, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 500359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40068384223918574, "S11": -0.40068384223918574, "W12": -5.0, "S12": -6.887690831933396, "W13": -17.997234179823366, "S13": -21.189204699047767, "W21": -30.0, "S21": -30.459463601532565, "W22": -37.597376453988687, "S22": -39.33472963502021, "W31": -64.514148362593289, "S31": -64.514148362593289, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 502821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0907858914634885, "S11": -1.0907858914634885, "W12": -5.9550714789227159, "S12": -5.9550714789227159, "W13": -20.0, "S13": -20.0, "W21": -43.911743796924043, "S21": -44.219474383451114, "W22": -39.426425657819379, "S22": -39.977701190491942, "W31": -71.257344709867553, "S31": -71.257344709867553, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.0, 520817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49761618705033794, "S11": -2.4823179314637613, "W12": -4.9438099018475619, "S12": -7.3626312389085742, "W13": -25.160807844779974, "S13": -25.160807844779974, "W21": -34.651543100854433, "S21": -37.842619302012714, "W22": -39.897322405729106, "S22": -39.897322405729106, "W31": -73.650242335502284, "S31": -75.718957806207527, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106250.2, 506120.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0000000000000009, "S12": -7.1397224289653334, "W13": -21.208395912380457, "S13": -21.208395912380457, "W21": -26.220850823689304, "S21": -29.146569027225365, "W22": -40.690522154371003, "S22": -40.690522154371003, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106251.0, 507004.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2850344307344877, "S11": -0.5675611673209876, "W12": -11.766601812980236, "S12": -15.511417682664941, "W13": -17.781941985398621, "S13": -37.781941985398618, "W21": -41.359758789358551, "S21": -41.359758789358551, "W22": -37.208942620724592, "S22": -37.990686707896018, "W31": -67.746283787388876, "S31": -67.746283787388876, "W32": -97.357266992790954, "S32": -102.35726699279095 }, "geometry": { "type": "Point", "coordinates": [ 106251.0, 514159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51991443189837683, "S11": -0.58417840199904592, "W12": -9.8914342153903014, "S12": -14.557210381837782, "W13": -17.432263992982527, "S13": -32.354166645939799, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -45.528088293751459, "S22": -45.536862698381398, "W31": -71.677684437067654, "S31": -71.677684437067654, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106251.375, 512939.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3385806953053745, "S12": -8.3385806953053745, "W13": -15.0, "S13": -21.0810557467771, "W21": -41.674449026605117, "S21": -41.674449026605117, "W22": -38.43077800862855, "S22": -38.527848608369553, "W31": -70.0, "S31": -70.0, "W32": -91.802705949295046, "S32": -96.802705949295046 }, "geometry": { "type": "Point", "coordinates": [ 106251.571428571434808, 517079.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3756954524694205, "S12": -9.7072687729156133, "W13": -15.0, "S13": -21.426022261952077, "W21": -39.854606228617996, "S21": -39.854606228617996, "W22": -37.299633927632783, "S22": -37.640270644181022, "W31": -62.322753987373318, "S31": -62.813836071875976, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106251.8, 515213.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8653984864748079, "S12": -6.8653984864748079, "W13": -20.0, "S13": -27.855018870171456, "W21": -39.393817806107265, "S21": -39.393817806107265, "W22": -37.184628466175774, "S22": -37.404655087879171, "W31": -63.596072879870349, "S31": -64.260253963419459, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106252.0, 519438.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3001358024691358, "S11": 1.3001358024691358, "W12": -7.32957464212679, "S12": -7.32957464212679, "W13": -20.5752567394095, "S13": -20.5752567394095, "W21": -41.626951195781913, "S21": -42.337698787288836, "W22": -30.0, "S22": -30.060769031087069, "W31": -70.0, "S31": -72.085695614225159, "W32": -92.666938307264473, "S32": -97.666938307264473 }, "geometry": { "type": "Point", "coordinates": [ 106253.0, 498944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.501257396449704, "S12": -5.6485976240487714, "W13": -17.3425558589643, "S13": -20.727159663059172, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.888513976998738, "S22": -39.888513976998738, "W31": -73.634199987228882, "S31": -75.684323794614315, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106253.0, 502210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.708333333333332, "S13": -12.708333333333332, "W21": -46.0, "S21": -46.0, "W22": -32.837231894061404, "S22": -38.438634006442278, "W31": -70.0, "S31": -70.0, "W32": -93.79355992592437, "S32": -98.79355992592437 }, "geometry": { "type": "Point", "coordinates": [ 106253.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62967596566523609, "S11": 0.62967596566523609, "W12": -7.7874588364434683, "S12": -10.778930793455416, "W13": -25.0, "S13": -25.0, "W21": -41.453768946910145, "S21": -42.162681917340251, "W22": -37.40560196191398, "S22": -38.810449534790962, "W31": -66.977551550333828, "S31": -66.977551550333828, "W32": -98.117620953100527, "S32": -103.11762095310053 }, "geometry": { "type": "Point", "coordinates": [ 106253.75, 498765.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3759410095026533, "S11": -0.3759410095026533, "W12": -4.9757914201183429, "S12": -6.9042348695226901, "W13": -17.908287816081131, "S13": -21.133731899053391, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106254.0, 502711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1399794145894848, "S12": -5.1399794145894848, "W13": -19.351649233880217, "S13": -19.351649233880217, "W21": -39.557841866014847, "S21": -39.864510280241383, "W22": -40.0, "S22": -40.0, "W31": -52.775732070839908, "S31": -52.775732070839908, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106254.625, 522051.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.014251001385782391, "S11": -0.014251001385782391, "W12": -5.0, "S12": -5.0, "W13": -14.995771901237486, "S13": -16.085392385919913, "W21": -40.84405463142437, "S21": -40.959639806653371, "W22": -34.965302974381416, "S22": -34.965302974381416, "W31": -70.0, "S31": -71.296655939444989, "W32": -91.824159612518955, "S32": -96.824159612518955 }, "geometry": { "type": "Point", "coordinates": [ 106254.851851851854008, 498136.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4067053796428173, "S12": -11.849606313858466, "W13": -18.597504939754369, "S13": -21.597504939754369, "W21": -24.878579551618817, "S21": -31.085478004982722, "W22": -37.225053743977476, "S22": -37.55922178614707, "W31": -62.493486771058322, "S31": -62.993486771058322, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106255.0, 506566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0640079283232828, "S11": -1.0640079283232828, "W12": -10.927931108909743, "S12": -20.662163605887031, "W13": -25.421574939977628, "S13": -25.421574939977628, "W21": -36.928002566084004, "S21": -39.296958949626386, "W22": -40.578037482799566, "S22": -40.578037482799566, "W31": -73.764107752950537, "S31": -76.256155583677241, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106255.428571428565192, 510801.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62427038626609443, "S11": 0.62427038626609443, "W12": -7.9493688254665198, "S12": -11.3573475233507, "W13": -24.783413848631241, "S13": -24.783413848631241, "W21": -41.441578240808333, "S21": -42.139377299948116, "W22": -37.854893252209365, "S22": -39.790795348790098, "W31": -77.664773831372116, "S31": -77.664773831372116, "W32": -94.741371333395023, "S32": -99.741371333395023 }, "geometry": { "type": "Point", "coordinates": [ 106255.5, 498755.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.074683499288762431, "S11": 0.074683499288762431, "W12": -10.0, "S12": -10.74867781480236, "W13": -14.952908763234962, "S13": -18.180944336893738, "W21": -38.169451174079263, "S21": -38.169451174079263, "W22": -44.79305518421485, "S22": -44.801297041034971, "W31": -71.724053520295129, "S31": -71.724053520295129, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106256.0, 499637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5203584967349137, "S11": -1.5203584967349137, "W12": -10.270606637074614, "S12": -20.025392626764265, "W13": -25.484499477092129, "S13": -27.147634667094003, "W21": -37.442779937913748, "S21": -39.120388855935587, "W22": -39.837599529582853, "S22": -39.837599529582853, "W31": -73.564617379124925, "S31": -75.495737464382827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106257.0, 510910.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38708026862807815, "S11": -0.38708026862807815, "W12": -10.037758818021016, "S12": -12.405036105794203, "W13": -19.980771305469744, "S13": -34.720557289861091, "W21": -40.0, "S21": -40.0, "W22": -41.494977975880317, "S22": -41.500055474743462, "W31": -72.107802514599257, "S31": -72.426587358082841, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106257.0, 512476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.222018763682045, "S12": -6.222018763682045, "W13": -20.0, "S13": -28.420976638077654, "W21": -41.418919057534673, "S21": -41.649442174110412, "W22": -48.488073051122043, "S22": -48.49717688712316, "W31": -71.802136987957695, "S31": -71.802136987957695, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106257.117647058825241, 520413.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0097405974164080367, "S11": -4.8716419347933568, "W12": -4.8716419347933568, "S12": -4.8716419347933568, "W13": -12.129131705846909, "S13": -12.129131705846913, "W21": -40.0, "S21": -42.755623936405598, "W22": -40.0, "S22": -40.000595453297876, "W31": -73.709976072715676, "S31": -76.541322268524297, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106257.666666666671517, 497247.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.5388589635263283, "S12": -7.5388589635263283, "W13": -15.0, "S13": -16.10712338432916, "W21": -41.127188206809969, "S21": -41.519739730107453, "W22": -37.902334354731281, "S22": -37.902334354731281, "W31": -70.0, "S31": -70.0, "W32": -91.662499275236272, "S32": -96.662499275236272 }, "geometry": { "type": "Point", "coordinates": [ 106257.666666666671517, 498433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0049445519376416225, "S11": -4.9149065375181777, "W12": -4.9149065375181777, "S12": -4.9149065375181777, "W13": -12.130012658227848, "S13": -15.13001265822785, "W21": -40.0, "S21": -42.740890971396603, "W22": -45.166567393158317, "S22": -45.175041335891343, "W31": -71.692393657882306, "S31": -71.692393657882306, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 497249.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16735007688364936, "S11": 0.16735007688364936, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.384826193566997, "W21": -40.932572817492968, "S21": -41.135731419643506, "W22": -36.100190849407092, "S22": -36.100190849407092, "W31": -70.0, "S31": -70.782316083226448, "W32": -91.685846538689177, "S32": -96.685846538689177 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 498232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4260713046495489, "S11": -0.4260713046495489, "W12": -5.0, "S12": -6.8410836949997123, "W13": -18.049677604236606, "S13": -21.22364249025291, "W21": -30.0, "S21": -31.306666666666665, "W22": -40.571830128851595, "S22": -40.571830128851595, "W31": -68.460070044642194, "S31": -68.460070044642194, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 502869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.9866117945799218, "W13": -21.067384459317033, "S13": -21.067384459317033, "W21": -25.929571650548482, "S21": -29.108205340855903, "W22": -41.633595122190449, "S22": -41.633595122190449, "W31": -71.359882703084324, "S31": -71.359882703084324, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51582073015345409, "S11": -2.3358418515397457, "W12": -6.6466763815715728, "S12": -6.6466763815715728, "W13": -22.693468064924115, "S13": -22.693468064924115, "W21": -29.806656450339862, "S21": -30.537675238124869, "W22": -38.027221164312508, "S22": -39.743701648530646, "W31": -78.16748353665119, "S31": -78.16748353665119, "W32": -94.768460257240676, "S32": -99.768460257240676 }, "geometry": { "type": "Point", "coordinates": [ 106258.0, 507315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4463602067563981, "S12": -7.4463602067563981, "W13": -18.037763204248527, "S13": -30.500402119257274, "W21": -41.128333100391636, "S21": -42.720637399709105, "W22": -38.300815497564763, "S22": -38.315369256410833, "W31": -70.000000000000014, "S31": -70.000000000000014, "W32": -91.800181239594536, "S32": -96.800181239594536 }, "geometry": { "type": "Point", "coordinates": [ 106258.333333333328483, 518560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8948656966881181, "S12": -6.8948656966881181, "W13": -20.0, "S13": -28.350646150385835, "W21": -39.46310173719197, "S21": -39.46628884359118, "W22": -31.245238910903744, "S22": -35.086076193684157, "W31": -70.000000000000014, "S31": -72.656466626275673, "W32": -92.252490427806606, "S32": -97.252490427806606 }, "geometry": { "type": "Point", "coordinates": [ 106259.5, 519395.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32900766283531313, "S11": 0.32900766283531313, "W12": -10.0, "S12": -10.0, "W13": -16.468676022994046, "S13": -18.83529676162447, "W21": -32.899357545868504, "S21": -32.899357545868504, "W22": -37.765568023513922, "S22": -38.199532883801808, "W31": -61.301725817977093, "S31": -61.704113113981343, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106259.777777777781012, 500813.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55893451720310772, "S11": -1.8110822835261298, "W12": -5.0, "S12": -5.1443051022161139, "W13": -25.0, "S13": -26.499372497460094, "W21": -33.027682948877477, "S21": -36.984868129375066, "W22": -38.256234890661894, "S22": -38.256234890661894, "W31": -70.0, "S31": -70.0, "W32": -91.788071905755416, "S32": -96.788071905755416 }, "geometry": { "type": "Point", "coordinates": [ 106260.0, 506222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5480350373301466, "S12": -6.5480350373301466, "W13": -20.0, "S13": -22.40909737405277, "W21": -39.186377626650675, "S21": -39.186377626650675, "W22": -40.0, "S22": -40.234363029818255, "W31": -54.710503243906722, "S31": -54.710503243906722, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106260.0, 519920.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4341565028516836, "S12": -5.4341565028516836, "W13": -20.0, "S13": -20.0, "W21": -39.410632612412115, "S21": -39.806593934700309, "W22": -40.0, "S22": -40.0, "W31": -53.460284061020509, "S31": -53.460284061020509, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106260.0, 521607.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52704530087897128, "S11": -2.4016491432573224, "W12": -7.8892604632434429, "S12": -8.1487199227030835, "W13": -23.160077202782567, "S13": -23.160077202782567, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -31.117547743832286, "S22": -35.324606482881549, "W31": -70.0, "S31": -72.701122292950203, "W32": -92.259323104576794, "S32": -97.259323104576794 }, "geometry": { "type": "Point", "coordinates": [ 106260.333333333328483, 507412.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2742092430985328, "S11": 2.2742092430985328, "W12": -4.6501556308957674, "S12": -4.6501556308957674, "W13": -17.855344676462131, "S13": -17.855344676462131, "W21": -39.364621183337434, "S21": -39.364621183337434, "W22": -35.664884989184799, "S22": -37.755762059047171, "W31": -72.456873423736241, "S31": -72.456873423736241, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106260.375, 522794.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8329462347984595, "S12": -8.8329462347984595, "W13": -15.0, "S13": -17.242916960323399, "W21": -39.61894130419487, "S21": -39.61894130419487, "W22": -40.0, "S22": -40.0, "W31": -73.694428162713749, "S31": -75.971516364802824, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106260.386363636367605, 516079.931818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50443676533070414, "S11": -2.6108826305441046, "W12": -7.5808057944782714, "S12": -15.742824421068272, "W13": -25.734807439268014, "S13": -25.734807439268014, "W21": -33.424915299680968, "S21": -33.424915299680968, "W22": -37.685958820226048, "S22": -39.767676022128747, "W31": -77.185631005073958, "S31": -77.185631005073958, "W32": -94.758132956152764, "S32": -99.758132956152764 }, "geometry": { "type": "Point", "coordinates": [ 106260.4, 505706.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61104291845493564, "S11": 0.61104291845493564, "W12": -8.3884467618002194, "S12": -12.910228655001774, "W13": -23.777047522750255, "S13": -23.777047522750255, "W21": -41.408955805248148, "S21": -42.07715136976428, "W22": -38.199549076415643, "S22": -39.696607948271179, "W31": -78.670193241930264, "S31": -78.670193241930264, "W32": -94.795549181086329, "S32": -99.795549181086329 }, "geometry": { "type": "Point", "coordinates": [ 106260.5, 498728.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2662340903419016, "S11": -2.2662340903419014, "W12": -5.0, "S12": -5.0, "W13": -14.914469344484363, "S13": -15.950750416838051, "W21": -40.636671659750974, "S21": -40.636671659750974, "W22": -38.849260031922853, "S22": -38.849260031922853, "W31": -72.478367146099657, "S31": -73.425596517270534, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106261.0, 497973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.000000000000002, "S12": -12.27980665950591, "W13": -18.686222928208906, "S13": -21.686222928208906, "W21": -25.496018303916326, "S21": -31.793404327908362, "W22": -40.0, "S22": -40.0, "W31": -55.46069500872273, "S31": -55.46069500872273, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106261.0, 506527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52737817556515587, "S11": -2.0609231390826395, "W12": -9.0918040924383643, "S12": -10.091804092438364, "W13": -23.681475943296796, "S13": -23.681475943296796, "W21": -30.0, "S21": -30.0, "W22": -37.401555359141007, "S22": -38.882093452962096, "W31": -66.95086489312888, "S31": -66.95086489312888, "W32": -98.243378801160475, "S32": -103.24337880116047 }, "geometry": { "type": "Point", "coordinates": [ 106261.0, 507521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3263459028719731, "S11": -1.3263459028719731, "W12": -5.8539346063541524, "S12": -5.8539346063541524, "W13": -20.0, "S13": -20.0, "W21": -43.393186802449847, "S21": -43.708746206195926, "W22": -39.293411163236762, "S22": -39.526426764360636, "W31": -80.0, "S31": -80.0, "W32": -94.887004454784602, "S32": -99.887004454784602 }, "geometry": { "type": "Point", "coordinates": [ 106261.357142857144936, 520971.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64815249966850608, "S11": -4.1531606328483361, "W12": -10.0, "S12": -12.772175622808124, "W13": -19.971042141794737, "S13": -19.971042141794737, "W21": -29.884402711489226, "S21": -29.884402711489226, "W22": -38.371876988518778, "S22": -39.64951424801172, "W31": -79.172902947209337, "S31": -79.172902947209337, "W32": -94.822638104931997, "S32": -99.822638104931997 }, "geometry": { "type": "Point", "coordinates": [ 106261.4, 504382.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84682716441768813, "S11": -0.84682716441768813, "W12": -5.8872848703601948, "S12": -5.8872848703601948, "W13": -16.247488164557417, "S13": -19.758324338141378, "W21": -30.895987098709874, "S21": -30.895987098709874, "W22": -40.0, "S22": -42.454185263576271, "W31": -80.0, "S31": -80.0, "W32": -94.739055262632903, "S32": -99.739055262632903 }, "geometry": { "type": "Point", "coordinates": [ 106261.5, 501452.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0286005885724485, "W12": -4.9433366107149714, "S12": -4.9433366107149714, "W13": -14.825145400200247, "S13": -16.029956961863618, "W21": -40.385929669794933, "S21": -40.385929669794933, "W22": -30.0, "S22": -38.934103141025318, "W31": -70.0, "S31": -70.906429067390107, "W32": -93.139497037941794, "S32": -98.139497037941794 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 497802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3938369950389794, "S11": -5.5795533093407865, "W12": -10.0, "S12": -13.327076804227774, "W13": -21.130558451143063, "S13": -21.130558451143063, "W21": -29.87399529639621, "S21": -29.87399529639621, "W22": -37.19786150441147, "S22": -37.19786150441147, "W31": -70.0, "S31": -70.164731905628017, "W32": -91.626035416208524, "S32": -96.626035416208524 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 504660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73330965909090884, "S11": -0.73330965909090884, "W12": -10.0, "S12": -11.864354764462176, "W13": -18.972399364611988, "S13": -21.972399364611988, "W21": -26.869385511380518, "S21": -32.643483144202882, "W22": -45.859796181000796, "S22": -45.868659639316235, "W31": -71.624969795028164, "S31": -71.624969795028164, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 506459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85252975868472247, "S11": -0.85252975868472247, "W12": -6.9069262703845462, "S12": -16.036866266246331, "W13": -21.579314534399575, "S13": -21.579314534399575, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.416383000783917, "S22": -38.957374344874296, "W31": -66.886434534544151, "S31": -66.886434534544151, "W32": -98.360022299896926, "S32": -103.36002229989693 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 510041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37460254008862903, "S11": -0.37460254008862903, "W12": -10.075354390811283, "S12": -12.229649298190136, "W13": -20.0, "S13": -33.466895969104513, "W21": -40.0, "S21": -40.0, "W22": -37.059946540905649, "S22": -37.40926665753399, "W31": -62.808031727654097, "S31": -63.309784582884831, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 512426.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5550009137826288, "S12": -7.5550009137826288, "W13": -17.61915828700393, "S13": -27.396182573146543, "W21": -41.446226188086221, "S21": -41.446226188086221, "W22": -37.064330931720882, "S22": -37.276461196592727, "W31": -63.595367453719618, "S31": -64.224520203872842, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 518396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8961395592976356, "S12": -6.8961395592976356, "W13": -20.0, "S13": -28.369425361113002, "W21": -39.460431249993903, "S21": -39.460431249993903, "W22": -37.418943005240891, "S22": -38.976435843535064, "W31": -66.872398473320516, "S31": -66.872398473320516, "W32": -98.390527250742906, "S32": -103.39052725074291 }, "geometry": { "type": "Point", "coordinates": [ 106262.0, 519393.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0589357081749902, "S11": -1.0589357081749902, "W12": -10.801573160810459, "S12": -20.557372143493922, "W13": -25.317341203365551, "S13": -25.317341203365551, "W21": -36.433311997784749, "S21": -38.425697659095221, "W22": -37.517024388242739, "S22": -39.744556695467395, "W31": -76.706488178775771, "S31": -76.706488178775771, "W32": -94.802801094710858, "S32": -99.802801094710858 }, "geometry": { "type": "Point", "coordinates": [ 106262.6, 510774.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47871596833365504, "S11": -0.78230908212749783, "W12": -9.8227403569372473, "S12": -11.324186197183685, "W13": -23.472749211333539, "S13": -23.472749211333539, "W21": -30.0, "S21": -30.0, "W22": -38.544204900621921, "S22": -39.602420547752267, "W31": -79.675612652488397, "S31": -79.675612652488397, "W32": -94.849727028777636, "S32": -99.849727028777636 }, "geometry": { "type": "Point", "coordinates": [ 106263.0, 505025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58049408668307356, "S11": -3.5804940866830735, "W12": -10.0, "S12": -13.600413287475714, "W13": -25.981893278468046, "S13": -25.981893278468046, "W21": -30.460594556674419, "S21": -30.460594556674419, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106263.0, 505531.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.8953285758066638, "W13": -20.980218433811128, "S13": -20.980218433811128, "W21": -25.746626777058836, "S21": -29.087708197860938, "W22": -31.226739102646043, "S22": -35.024132467574951, "W31": -70.0, "S31": -72.64467979636639, "W32": -92.277482186235559, "S32": -97.277482186235559 }, "geometry": { "type": "Point", "coordinates": [ 106263.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85486173555346701, "S11": -0.85486173555346701, "W12": -6.887346807948183, "S12": -15.993250663386554, "W13": -21.567998283843526, "S13": -21.567998283843526, "W21": -30.0, "S21": -30.0, "W22": -40.443257630522723, "S22": -40.443257630522723, "W31": -66.745103639014559, "S31": -66.745103639014559, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106263.6, 510039.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60023175965665243, "S11": 0.60023175965665243, "W12": -8.7122667398463225, "S12": -13.487240113977823, "W13": -22.988877654196159, "S13": -22.988877654196159, "W21": -41.384574393044531, "S21": -42.030542134980017, "W22": -38.776155929125387, "S22": -39.016090137156503, "W31": -70.0, "S31": -70.0, "W32": -92.730683574815941, "S32": -97.730683574815941 }, "geometry": { "type": "Point", "coordinates": [ 106264.0, 498708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50201485676302127, "S11": -0.50201485676302127, "W12": -4.4766000986193291, "S12": -5.4766000986193291, "W13": -17.270372207095274, "S13": -20.664769948054072, "W21": -30.0, "S21": -30.0, "W22": -38.655153113895061, "S22": -39.568386752842827, "W31": -80.0, "S31": -80.00140167955638, "W32": -94.869489352139482, "S32": -99.869489352139482 }, "geometry": { "type": "Point", "coordinates": [ 106264.0, 502167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5571420478685738, "S11": -0.5571420478685738, "W12": -10.0, "S12": -15.348808454164342, "W13": -25.869057891284303, "S13": -25.869057891284303, "W21": -32.088585092439601, "S21": -32.088585092439601, "W22": -40.0, "S22": -40.0, "W31": -53.327254661289409, "S31": -53.327254661289409, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106264.0, 505608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -12.332054626361824, "W13": -18.587164387276744, "S13": -21.587164387276744, "W21": -25.187976169251797, "S21": -31.507226656619959, "W22": -41.569099911332309, "S22": -41.569099911332309, "W31": -71.190928023923334, "S31": -71.190928023923334, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106264.0, 506540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85859475955556952, "S11": -0.85859475955556952, "W12": -10.0, "S12": -12.585146886117803, "W13": -19.536305777964056, "S13": -22.027973936604006, "W21": -29.911301714663395, "S21": -29.911301714663395, "W22": -38.716532812725063, "S22": -39.555326847492815, "W31": -80.0, "S31": -80.0, "W32": -94.876815952623289, "S32": -99.876815952623289 }, "geometry": { "type": "Point", "coordinates": [ 106264.222222222218988, 504000.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1461285891379509, "W12": -10.0, "S12": -19.778280068690059, "W13": -25.044085452397653, "S13": -28.711371237440069, "W21": -37.841826419657536, "S21": -37.841826419657536, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106264.666666666671517, 511115.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.361647361647325, "W13": -18.969425408539799, "S13": -18.969425408539799, "W21": -41.265406485608153, "S21": -41.795749227543638, "W22": -40.0, "S22": -40.0, "W31": -50.537403550653586, "S31": -50.537403550653586, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106265.0, 498586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2, "S12": -7.5, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.197450726505991, "S21": -40.197450726505991, "W22": -40.0, "S22": -40.0, "W31": -53.186743819042604, "S31": -53.186743819042604, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106265.0, 524505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0140175320598086, "S12": -9.0140175320598086, "W13": -15.000000000000002, "S13": -20.22999113876131, "W21": -39.058308564406879, "S21": -39.058308564406879, "W22": -40.0, "S22": -40.845595944207638, "W31": -56.93795911468245, "S31": -56.93795911468245, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106265.181818181823473, 515712.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73718749999995459, "S11": 0.73718749999995459, "W12": -8.2822215341305672, "S12": -8.2822215341305672, "W13": -25.186764953278029, "S13": -25.186764953278029, "W21": -41.518272016530567, "S21": -42.226879219615945, "W22": -47.141899518952407, "S22": -47.15157496177131, "W31": -71.51951799159562, "S31": -71.51951799159562, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106265.714285714289872, 498848.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1337431186463576, "S12": -6.1012861334005279, "W13": -20.582948802236331, "S13": -20.582948802236331, "W21": -24.361485281404118, "S21": -28.679070242784498, "W22": -38.800613214082233, "S22": -38.800613214082233, "W31": -72.555379453928282, "S31": -73.576196180190607, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106266.0, 506816.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41370437205902522, "S11": -0.41370437205902522, "W12": -10.034172757777547, "S12": -12.540428026183559, "W13": -19.77928517061159, "S13": -35.756777326054504, "W21": -40.0, "S21": -40.0, "W22": -32.506908347181394, "S22": -32.506908347181394, "W31": -70.000000000000014, "S31": -72.157928833145817, "W32": -92.224698522162896, "S32": -97.224698522162896 }, "geometry": { "type": "Point", "coordinates": [ 106266.0, 512513.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89366955843649565, "S11": -0.89366955843649565, "W12": -5.7373494289935518, "S12": -15.777682687014325, "W13": -21.899823103333546, "S13": -21.899823103333546, "W21": -30.0, "S21": -30.0, "W22": -36.891576995260976, "S22": -37.044100279509685, "W31": -68.896771279074315, "S31": -68.896771279074315, "W32": -96.689262036560237, "S32": -101.68926203656024 }, "geometry": { "type": "Point", "coordinates": [ 106266.2, 509743.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.995399427511941, "S22": -39.995896543627623, "W31": -73.674579022168601, "S31": -76.425786262766039, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106266.20689655172464, 530027.873563218396157 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17317922494333565, "S11": -3.4146070345986357, "W12": -4.3292187987925468, "S12": -4.3292187987925468, "W13": -11.99272888142599, "S13": -11.99272888142599, "W21": -40.0, "S21": -42.427226926037363, "W22": -36.865743946045043, "S22": -37.342266164355074, "W31": -68.995400753380082, "S31": -68.995400753380082, "W32": -96.622994577111228, "S32": -101.62299457711123 }, "geometry": { "type": "Point", "coordinates": [ 106267.0, 497185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36212481154917997, "S11": -0.36212481154917997, "W12": -10.145859988368711, "S12": -12.087172515353229, "W13": -20.004018708784027, "S13": -32.198024662601711, "W21": -40.0, "S21": -40.0, "W22": -39.222551052963894, "S22": -39.222551052963894, "W31": -71.849983794927752, "S31": -72.154705375412405, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106267.0, 512377.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59240987124463529, "S11": 0.59240987124463529, "W12": -8.9894346871569688, "S12": -13.322152385329536, "W13": -22.342517694641053, "S13": -22.342517694641053, "W21": -41.364142663586151, "S21": -41.991620822188302, "W22": -37.348089956259422, "S22": -39.721437368806043, "W31": -76.317120508790524, "S31": -76.317120508790524, "W32": -94.850737354711256, "S32": -99.850737354711256 }, "geometry": { "type": "Point", "coordinates": [ 106267.25, 498691.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66441928252206717, "S11": -0.66441928252206717, "W12": -10.0, "S12": -11.983637263690245, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.000282315436138, "W31": -73.689856661327994, "S31": -76.316356817866065, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106268.0, 507992.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.6078985354174833, "S12": -9.2642195287630678, "W13": -16.45054803804716, "S13": -16.45054803804716, "W21": -41.171203165008926, "S21": -41.611245727732943, "W22": -38.888860724828199, "S22": -39.508233147233355, "W31": -80.0, "S31": -80.0, "W32": -94.903904876468957, "S32": -99.903904876468957 }, "geometry": { "type": "Point", "coordinates": [ 106268.333333333328483, 498493.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23600502236179086, "S11": 0.23600502236179086, "W12": -7.2559944627204178, "S12": -9.8491206282304908, "W13": -14.997433875247179, "S13": -18.156725622289336, "W21": -39.519503378683311, "S21": -39.519503378683311, "W22": -41.568593900091052, "S22": -41.573577028655137, "W31": -72.089783344130979, "S31": -72.509497669481775, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106268.375, 499486.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3827581926003676, "S12": -6.7790957688894773, "W13": -15.0, "S13": -15.0, "W21": -40.882771510561078, "S21": -40.882771510561078, "W22": -40.0, "S22": -42.328487132762127, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -94.789797373743554, "S32": -99.789797373743554 }, "geometry": { "type": "Point", "coordinates": [ 106268.8, 524780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.080233371919376, "S11": -2.080233371919376, "W12": -10.0, "S12": -19.977629458390716, "W13": -25.23948951320255, "S13": -26.530009508583788, "W21": -37.563533630998869, "S21": -38.076633019346154, "W22": -39.061188636931341, "S22": -39.461139446973895, "W31": -80.0, "S31": -80.0, "W32": -94.93099380031461, "S32": -99.93099380031461 }, "geometry": { "type": "Point", "coordinates": [ 106269.0, 511017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.095624709485998993, "S11": 0.095624709485998993, "W12": -4.0811019139301123, "S12": -4.0811019139301123, "W13": -12.886677899333607, "S13": -12.886677899333607, "W21": -37.335736095026611, "S21": -37.755442989289115, "W22": -37.403898518627642, "S22": -39.187007894992199, "W31": -64.663372154790054, "S31": -64.663372154790054, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106269.765625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55208461730657121, "S11": -5.0747843924167952, "W12": -10.0, "S12": -13.316281191089129, "W13": -20.085282968380682, "S13": -20.085282968380682, "W21": -29.909753060800995, "S21": -29.909753060800995, "W22": -41.517521507490088, "S22": -41.517521507490088, "W31": -71.056479866777096, "S31": -71.056479866777096, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 504477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30245398773006132, "S11": -0.30245398773006132, "W12": -10.0, "S12": -10.508673026886383, "W13": -18.929977876106197, "S13": -20.000826561549275, "W21": -23.394039366592189, "S21": -29.169715657952743, "W22": -37.179155524276112, "S22": -39.698318042144699, "W31": -75.998771884937327, "S31": -75.998771884937327, "W32": -94.89867361471164, "S32": -99.89867361471164 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 506649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9068806224167272, "S12": -14.76039080236097, "W13": -22.60802495418692, "S13": -22.60802495418692, "W21": -30.0, "S21": -30.0, "W22": -46.191504068250133, "S22": -46.200456580251064, "W31": -71.572255152988703, "S31": -71.572255152988703, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 509470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.13744112683026, "S11": -2.1801087316146606, "W12": -10.0, "S12": -20.0, "W13": -25.214764714758712, "S13": -26.44474046626943, "W21": -37.578480592442077, "S21": -37.968769300873696, "W22": -39.233516549034483, "S22": -39.414045746714443, "W31": -80.0, "S31": -80.0, "W32": -94.958082724160278, "S32": -99.958082724160278 }, "geometry": { "type": "Point", "coordinates": [ 106270.0, 511028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7134547690639087, "S11": -0.7134547690639087, "W12": -9.7132430446864912, "S12": -12.858179417963267, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.302682821605693, "S22": -36.302682821605693, "W31": -70.0, "S31": -70.401604187375796, "W32": -91.703406953927342, "S32": -96.703406953927342 }, "geometry": { "type": "Point", "coordinates": [ 106270.5, 508316.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3126371164145318, "S12": -8.3126371164145318, "W13": -15.0, "S13": -21.213392420014209, "W21": -41.733598818102791, "S21": -41.733598818102791, "W22": -37.4177727914389, "S22": -39.303933277840301, "W31": -64.746550689224662, "S31": -64.746550689224662, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106270.714285714289872, 517122.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094785726131903364, "S11": -4.5156943797840619, "W12": -4.5156943797840619, "S12": -4.5156943797840619, "W13": -12.014575174373547, "S13": -12.014575174373547, "W21": -40.0, "S21": -42.801675879924431, "W22": -36.82025915417853, "S22": -37.169462783693469, "W31": -63.269291652280153, "S31": -63.778482805755843, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 497208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89649823088680014, "S11": -0.89649823088680014, "W12": -5.5158427836339108, "S12": -5.5158427836339108, "W13": -16.328525386218605, "S13": -19.378059737102596, "W21": -30.0, "S21": -30.0, "W22": -36.944033397265954, "S22": -37.158633484109259, "W31": -63.594662027569065, "S31": -64.188786444326425, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93281950420468551, "S11": -0.93281950420468518, "W12": -9.9999999999999982, "S12": -12.636043674728, "W13": -19.43735824752661, "S13": -22.166022036342781, "W21": -29.936484056166563, "S21": -29.936484056166563, "W22": -39.055821546072096, "S22": -39.055821546072096, "W31": -72.142420525362098, "S31": -72.751301076451568, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 503959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44061919613133826, "S11": -5.4406191961313386, "W12": -9.8992051488334667, "S12": -10.881570638285863, "W13": -24.073282279974851, "S13": -24.073282279974851, "W21": -30.251941733441697, "S21": -30.251941733441697, "W22": -39.768646529105986, "S22": -39.768646529105986, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106271.0, 505126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34964708300973113, "S11": -0.34964708300973113, "W12": -10.216365585926141, "S12": -11.944695732516326, "W13": -20.594647854590526, "S13": -31.51576379312138, "W21": -40.0, "S21": -40.0, "W22": -38.375618458129139, "S22": -38.378592871044042, "W31": -70.0, "S31": -70.032151266483467, "W32": -91.952364193237926, "S32": -96.952364193237926 }, "geometry": { "type": "Point", "coordinates": [ 106272.0, 512328.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9268806321205014, "S12": -6.9268806321205014, "W13": -20.0, "S13": -28.883831852055209, "W21": -39.527044693880654, "S21": -39.527044693880654, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106272.0, 519348.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16453403734140548, "S11": 0.16453403734140548, "W12": -4.038697322926307, "S12": -4.038697322926307, "W13": -12.475417213568944, "S13": -12.475417213568944, "W21": -37.418935292465562, "S21": -37.870462860275673, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -94.992653534128948, "S32": -99.992653534128948 }, "geometry": { "type": "Point", "coordinates": [ 106272.333333333328483, 497018.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57619313304721043, "S11": 0.57619313304721043, "W12": -9.4751646542261252, "S12": -13.015382394662012, "W13": -21.160262891809907, "S13": -21.160262891809907, "W21": -41.327570545280722, "S21": -41.921706970011904, "W22": -40.0, "S22": -40.0, "W31": -52.928300244238621, "S31": -52.928300244238621, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106272.5, 498660.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95879161159107351, "S11": -0.95879161159107351, "W12": -9.5234309330344633, "S12": -18.777783211580292, "W13": -24.194551418233157, "S13": -24.194551418233157, "W21": -31.982144189112827, "S21": -34.559450268777397, "W22": -40.0, "S22": -40.0, "W31": -55.782255578061644, "S31": -55.782255578061644, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106272.75, 510485.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015792125756443336, "S11": 0.015792125756443336, "W12": -10.736930061933176, "S12": -10.736930061933176, "W13": -14.921317714199896, "S13": -18.210531903118291, "W21": -38.083515890429503, "S21": -38.17107538234491, "W22": -40.0, "S22": -40.182616832109758, "W31": -54.57233035244608, "S31": -54.57233035244608, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106273.0, 499735.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.956838789616292, "S13": -17.503639385071153, "W21": -34.373562852330437, "S21": -34.373562852330437, "W22": -37.340798662230817, "S22": -38.791644448535848, "W31": -67.110175610831888, "S31": -67.110175610831888, "W32": -98.138114485030087, "S32": -103.13811448503009 }, "geometry": { "type": "Point", "coordinates": [ 106273.0, 500967.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0568398834053676, "W12": -10.0, "S12": -19.596958191157995, "W13": -25.0, "S13": -28.603611841353299, "W21": -37.782740253086416, "S21": -37.782740253086416, "W22": -38.832663615634836, "S22": -38.832663615634836, "W31": -72.686580248339439, "S31": -73.822822760922861, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106273.0, 511129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50893728658282444, "S11": -5.5238716743273422, "W12": -10.0, "S12": -13.580721973990178, "W13": -20.192867442655597, "S13": -20.192867442655597, "W21": -29.919974999752984, "S21": -29.919974999752984, "W22": -39.443427603561801, "S22": -39.882324077446924, "W31": -71.320004416412857, "S31": -71.320004416412857, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106273.571428571434808, 504523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29538941043935413, "S11": 0.29538941043935368, "W12": -4.0387103153950248, "S12": -4.0387103153950248, "W13": -11.7643745230408, "S13": -11.7643745230408, "W21": -38.2365903975994, "S21": -39.366199452526139, "W22": -37.581997596952732, "S22": -40.866965935794298, "W31": -77.424854636838475, "S31": -77.424854636838475, "W32": -94.345272044896035, "S32": -99.345272044896035 }, "geometry": { "type": "Point", "coordinates": [ 106274.0, 497084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57377682403433483, "S11": 0.57377682403433483, "W12": -9.59042261251372, "S12": -12.952551329569568, "W13": -20.907987866531851, "S13": -20.907987866531851, "W21": -41.319329521924146, "S21": -41.906090274612318, "W22": -40.0, "S22": -40.0, "W31": -61.201280644530954, "S31": -61.201280644530954, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106274.0, 498654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.474880132900934, "S11": -1.474880132900934, "W12": -10.26281500270086, "S12": -20.036235698735055, "W13": -25.479746347736114, "S13": -26.759832625728869, "W21": -37.225655134812087, "S21": -39.301600273947422, "W22": -37.010221092292795, "S22": -39.588260358525872, "W31": -75.680423261084101, "S31": -75.680423261084101, "W32": -94.946609874712053, "S32": -99.946609874712053 }, "geometry": { "type": "Point", "coordinates": [ 106274.0, 510896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039935835374075107, "S11": 0.039935835374075107, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.86945775526971, "W21": -40.86117548671475, "S21": -41.001993387949319, "W22": -36.858395645890745, "S22": -36.985072328843927, "W31": -68.97304122959595, "S31": -68.97304122959595, "W32": -96.724502767765188, "S32": -101.72450276776519 }, "geometry": { "type": "Point", "coordinates": [ 106274.592592592598521, 498180.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41884252833680313, "S11": -0.41884252833680313, "W12": -5.0, "S12": -6.8457763077357905, "W13": -17.974616355137861, "S13": -21.179105647724004, "W21": -30.0, "S21": -31.045474345549742, "W22": -45.419358663576872, "S22": -45.42771685681047, "W31": -71.613635298429259, "S31": -71.613635298429259, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 502754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.6509347226479951, "W13": -20.768803206957532, "S13": -20.768803206957532, "W21": -25.272402730428368, "S21": -29.02884736849651, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 506919.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69762987280236666, "S11": -0.69762987280236666, "W12": -9.7991423781274172, "S12": -10.093575039845339, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -33.235012909987645, "S22": -38.969220227582731, "W31": -70.0, "S31": -70.0, "W32": -93.937594493214561, "S32": -98.937594493214561 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 508178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44032847548997234, "S11": -0.44032847548997234, "W12": -10.030586697534075, "S12": -12.675819946572911, "W13": -19.577799035753433, "S13": -36.792997362247917, "W21": -40.0, "S21": -40.0, "W22": -48.552990641133952, "S22": -48.562413129439342, "W31": -71.608843914856763, "S31": -71.608843914856763, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 512551.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8673880953631175, "S12": -6.8673880953631175, "W13": -20.0, "S13": -27.861121493472343, "W21": -39.339923518250977, "S21": -39.339923518250977, "W22": -41.267012099877967, "S22": -41.272849686717244, "W31": -71.915528007894807, "S31": -71.915528007894807, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106275.0, 519439.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043776056609681903, "S11": 0.043776056609681903, "W12": -10.574330453685972, "S12": -10.574330453685972, "W13": -14.929003319065856, "S13": -18.206382195997399, "W21": -38.15877700740635, "S21": -38.15877700740635, "W22": -40.181090450341529, "S22": -40.181090450341529, "W31": -72.782670202133104, "S31": -74.489974618999497, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106275.2, 499709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48573075958886935, "S11": -3.2307979093663493, "W12": -5.0, "S12": -5.0, "W13": -12.375699560836994, "S13": -13.601550206258535, "W21": -39.38892266305411, "S21": -41.112867438987351, "W22": -39.963475396819859, "S22": -39.963475396819859, "W31": -73.597243993240269, "S31": -75.812845937474762, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 497444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52757608475605633, "S11": -0.52757608475605633, "W12": -10.0, "S12": -10.0, "W13": -17.296910529823268, "S13": -17.945160559086993, "W21": -34.347284728472843, "S21": -34.347284728472843, "W22": -39.168187255219856, "S22": -39.168187255219856, "W31": -71.960096223660742, "S31": -72.32580988780073, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 501187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -12.068282952278656, "W13": -18.539545155166401, "S13": -21.539545155166401, "W21": -25.567896832471622, "S21": -31.738933316189655, "W22": -30.853771443180367, "S22": -35.571206456823909, "W31": -70.0, "S31": -72.746803471528281, "W32": -92.334657509774786, "S32": -97.334657509774786 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 506513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98944751034404832, "S11": -0.98944751034404832, "W12": -10.0, "S12": -20.065795668549907, "W13": -24.495825823562061, "S13": -24.495825823562061, "W21": -32.941538811692787, "S21": -32.941538811692787, "W22": -37.438875094190635, "S22": -39.229367885037703, "W31": -66.712922353476827, "S31": -66.712922353476827, "W32": -98.806707941037303, "S32": -103.8067079410373 }, "geometry": { "type": "Point", "coordinates": [ 106276.0, 510562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34395600291320583, "S11": -0.34395600291320583, "W12": -4.6431314545311126, "S12": -4.6431314545311126, "W13": -16.876072710083552, "S13": -19.720423365495389, "W21": -30.0, "S21": -30.952845300314451, "W22": -39.974720805689671, "S22": -39.975323026040044, "W31": -73.618874131961576, "S31": -76.404880576902841, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106276.666666666671517, 501833.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2871866525276405, "S11": 2.2871866525276405, "W12": -4.6817813634986223, "S12": -4.6817813634986223, "W13": -17.974776828712287, "S13": -17.974776828712287, "W21": -39.273975410559203, "S21": -39.273975410559203, "W22": -39.977100940796532, "S22": -39.977100940796532, "W31": -73.664745252711839, "S31": -76.102771811829314, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106276.75, 522748.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51863931416006759, "S11": -0.51863931416006759, "W12": -5.0, "S12": -6.719397026300352, "W13": -18.193998392045089, "S13": -21.31790917719146, "W21": -30.000000000000004, "S21": -33.000000000000007, "W22": -36.841286660309486, "S22": -39.283011195170936, "W31": -75.36207463723089, "S31": -75.36207463723089, "W32": -94.994546134712436, "S32": -99.994546134712436 }, "geometry": { "type": "Point", "coordinates": [ 106277.0, 503006.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38615778246488669, "S11": -0.38615778246488669, "W12": -10.286871183483571, "S12": -11.792579512680433, "W13": -21.185277000397029, "S13": -30.833502923641056, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -41.282339336831946, "S22": -41.287228095096964, "W31": -72.0717641736627, "S31": -72.592407980880594, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106277.0, 512279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56496878508870407, "S11": -2.5649687850887042, "W12": -4.9915728886873412, "S12": -4.9915728886873412, "W13": -12.422863342805476, "S13": -13.885281682006289, "W21": -39.966855744468802, "S21": -41.51619799852859, "W22": -38.090964308060208, "S22": -38.090964308060208, "W31": -70.0, "S31": -70.055906901410424, "W32": -91.91818507513014, "S32": -96.91818507513014 }, "geometry": { "type": "Point", "coordinates": [ 106278.0, 497478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62222124206069163, "S11": -0.68703226141086349, "W12": -9.9903084118867191, "S12": -14.441626740550451, "W13": -17.644391950363723, "S13": -32.148225054919422, "W21": -40.0, "S21": -40.0, "W22": -30.0, "S22": -32.073002708982393, "W31": -70.0, "S31": -72.241984216413499, "W32": -92.731073951832386, "S32": -97.731073951832386 }, "geometry": { "type": "Point", "coordinates": [ 106278.25, 512903.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1169913351019733, "S12": -7.2805987306356528, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -39.368884455283506, "S21": -39.368884455283506, "W22": -40.0, "S22": -42.112379410910272, "W31": -80.0, "S31": -80.0, "W32": -94.86770521634115, "S32": -99.86770521634115 }, "geometry": { "type": "Point", "coordinates": [ 106278.857142857144936, 524190.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.06899900492011718, "S11": -4.9310009950798817, "W12": -4.9310009950798817, "S12": -4.9310009950798817, "W13": -11.987397184190131, "S13": -11.987397184190131, "W21": -39.999999999999993, "S21": -42.864757539710297, "W22": -37.602945669978418, "S22": -38.144826084229706, "W31": -61.495615079794717, "S31": -61.878085158838871, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106279.0, 497210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7260515438852417, "S12": -14.680600838470017, "W13": -22.621154579244397, "S13": -22.621154579244397, "W21": -30.0, "S21": -30.0, "W22": -44.730501569081824, "S22": -44.738343594153626, "W31": -71.653503077423039, "S31": -71.653503077423039, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106279.0, 509496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0672308850006162, "S11": -1.0672308850006162, "W12": -10.698509610329188, "S12": -20.498632493505898, "W13": -25.25590619429115, "S13": -25.25590619429115, "W21": -36.147645381597791, "S21": -38.157168646857002, "W22": -34.871458963190392, "S22": -34.871458963190392, "W31": -70.0, "S31": -71.255852892809131, "W32": -91.917015645415276, "S32": -96.917015645415276 }, "geometry": { "type": "Point", "coordinates": [ 106279.142857142855064, 510765.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.935793539922983, "S13": -17.491231435205663, "W21": -34.225495312931351, "S21": -34.225495312931351, "W22": -39.399796200236302, "S22": -39.399796200236302, "W31": -80.0, "S31": -80.0, "W32": -95.043716037894654, "S32": -100.04371603789465 }, "geometry": { "type": "Point", "coordinates": [ 106279.25, 500954.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5224910524839776, "S12": -6.5224910524839776, "W13": -20.0, "S13": -21.947828359171631, "W21": -38.812584000354271, "S21": -38.812584000354271, "W22": -46.523211955499036, "S22": -46.532253521185467, "W31": -71.519540510949241, "S31": -71.519540510949241, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106279.5, 519961.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4054908485856901, "S12": -4.4396325808691124, "W13": -17.076560502048277, "S13": -20.431382032511728, "W21": -30.0, "S21": -30.936751949050155, "W22": -34.882838663496692, "S22": -39.391291102334961, "W31": -70.0, "S31": -70.0, "W32": -94.114894695705445, "S32": -99.114894695705445 }, "geometry": { "type": "Point", "coordinates": [ 106280.0, 501963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.4439512937322396, "W12": -9.9688832104071086, "S12": -12.993724097750937, "W13": -21.497953909110489, "S13": -21.497953909110489, "W21": -29.933509718475481, "S21": -29.933509718475481, "W22": -36.757373967564348, "S22": -37.098889178328406, "W31": -63.431271413773871, "S31": -63.947900865494518, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106280.0, 504714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63639541953793677, "S11": -0.63639541953793677, "W12": -10.0, "S12": -11.227366431884739, "W13": -19.906196223533598, "S13": -22.390900353245478, "W21": -28.043299954437977, "S21": -33.254387903868079, "W22": -36.823735862811063, "S22": -37.053486872339725, "W31": -63.593956601418327, "S31": -64.153052684779809, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106280.333333333328483, 506388.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55215450643776831, "S11": 0.55215450643776831, "W12": -9.9999999999999982, "S12": -12.380952380952269, "W13": -19.564443858724299, "S13": -19.564443858724299, "W21": -41.270566697516912, "S21": -41.812871805043791, "W22": -40.0, "S22": -42.106812914146673, "W31": -80.0, "S31": -80.0, "W32": -94.882509843365298, "S32": -99.882509843365298 }, "geometry": { "type": "Point", "coordinates": [ 106281.0, 498613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4279569815192961, "S12": -7.4279569815192961, "W13": -18.135044334882334, "S13": -31.042298748891703, "W21": -41.013843203039357, "S21": -42.427578513779324, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106281.0, 518591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.963326684057082, "W13": -18.495877726550695, "S13": -21.495877726550695, "W21": -25.666029298151777, "S21": -31.76042445531019, "W22": -36.672352228326169, "S22": -38.977762031815985, "W31": -75.043726013377679, "S31": -75.043726013377679, "W32": -95.043355717824141, "S32": -100.04335571782414 }, "geometry": { "type": "Point", "coordinates": [ 106282.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9576217049433664, "S12": -6.9576217049433664, "W13": -19.966407653685891, "S13": -29.325104543992488, "W21": -39.593658137767406, "S21": -39.593658137767406, "W22": -48.572564318417342, "S22": -48.582082885418323, "W31": -71.550563004655103, "S31": -71.550563004655103, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106282.0, 519303.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.4790141059947164, "S12": -8.4790141059947164, "W13": -15.85318851418257, "S13": -16.1241546860002, "W21": -41.133396954928529, "S21": -41.542641279898682, "W22": -38.162357567287273, "S22": -38.162357567287273, "W31": -69.999999999999986, "S31": -70.067064407858695, "W32": -91.979951950433076, "S32": -96.979951950433076 }, "geometry": { "type": "Point", "coordinates": [ 106282.222222222218988, 498472.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5028243384589004, "S12": -4.5028243384589004, "W13": -17.42859917867257, "S13": -17.42859917867257, "W21": -39.521461971203266, "S21": -39.521461971203266, "W22": -30.0, "S22": -38.634540299066188, "W31": -70.0, "S31": -71.034758144150075, "W32": -93.198289592390594, "S32": -98.198289592390594 }, "geometry": { "type": "Point", "coordinates": [ 106283.857142857144936, 523020.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98039465212252508, "S11": -0.98039465212252508, "W12": -9.6771504623143727, "S12": -19.970327643733079, "W13": -24.317497995490708, "S13": -24.317497995490708, "W21": -32.322129967978903, "S21": -33.181668752045987, "W22": -40.0, "S22": -40.0, "W31": -53.282954078301451, "S31": -53.282954078301451, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106284.0, 510522.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1656951231366035, "S11": -1.1656951231366035, "W12": -10.665488621151271, "S12": -20.471609403815719, "W13": -25.469372274513152, "S13": -25.469372274513152, "W21": -36.967200233380005, "S21": -39.967200233380005, "W22": -39.96341113369445, "S22": -39.964059291920442, "W31": -73.588581679793791, "S31": -76.386565342911211, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106284.0, 510832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46695257892091913, "S11": -0.46695257892091913, "W12": -10.027000637290605, "S12": -12.811211866962267, "W13": -19.376312900895279, "S13": -37.829217398441344, "W21": -40.0, "S21": -40.0, "W22": -37.119259464490518, "S22": -37.119259464490518, "W31": -70.0, "S31": -70.191813087826773, "W32": -91.731492360696592, "S32": -96.731492360696592 }, "geometry": { "type": "Point", "coordinates": [ 106284.0, 512589.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3550160642377991, "S12": -14.81939425786975, "W13": -22.765415445163342, "S13": -22.765415445163342, "W21": -30.0, "S21": -30.0, "W22": -40.000000000000007, "S22": -40.362852430893469, "W31": -55.025775907417149, "S31": -55.025775907417149, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106284.25, 509323.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86708571428578263, "S11": 0.86708571428578263, "W12": -9.3426031989479341, "S12": -9.3426031989479341, "W13": -23.591616026366676, "S13": -23.591616026366676, "W21": -41.537961944489069, "S21": -42.223111322136404, "W22": -40.0, "S22": -40.0, "W31": -56.298841782221707, "S31": -56.298841782221707, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106284.428571428565192, 498894.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1857579042457091, "S11": 1.1857579042457091, "W12": -7.565850204498977, "S12": -7.565850204498977, "W13": -21.176789152759952, "S13": -21.176789152759952, "W21": -41.597662869742678, "S21": -42.249554414749312, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 498957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.866930309398576, "S13": -17.412531838237644, "W21": -33.933582056708929, "S21": -33.933582056708929, "W22": -39.502536260554535, "S22": -39.502536260554535, "W31": -80.0, "S31": -80.0, "W32": -95.101151892985428, "S32": -100.10115189298543 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65861428521303789, "S11": -0.7078547130536752, "W12": -5.0, "S12": -6.6307231403925941, "W13": -18.3220745827531, "S13": -21.400084798340867, "W21": -30.0, "S21": -31.382081136114447, "W22": -37.363249786930652, "S22": -39.026031418557608, "W31": -66.954800752668618, "S31": -66.954800752668618, "W32": -98.520547325540704, "S32": -103.5205473255407 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 503142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1696808130212597, "S11": -1.1696808130212597, "W12": -9.9999999999999982, "S12": -12.230547030149845, "W13": -19.080007632351272, "S13": -21.001220523488019, "W21": -30.659222641783192, "S21": -31.441090061077393, "W22": -31.1637553368273, "S22": -34.805863623485351, "W31": -70.0, "S31": -72.603155088348771, "W32": -92.364403135296214, "S32": -97.364403135296214 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 503814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61, "S11": -0.61, "W12": -9.8, "S12": -11.236850930095709, "W13": -23.451083260111101, "S13": -23.451083260111101, "W21": -30.136238028778955, "S21": -30.136238028778955, "W22": -36.503417796342859, "S22": -38.672512868461041, "W31": -74.725377389524482, "S31": -74.725377389524482, "W32": -95.092277417652269, "S32": -100.09227741765227 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 505030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4974567654676409, "S12": -4.4974567654676418, "W13": -17.411900036207275, "S13": -17.411900036207275, "W21": -39.501348151784867, "S21": -39.501348151784867, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106285.0, 523029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -41.028720919511962, "W31": -57.37289670354437, "S31": -57.37289670354437, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106285.763157894733013, 530016.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24219171872408646, "S11": -2.7044340180146174, "W12": -4.1721817424794416, "S12": -5.0341519048317167, "W13": -11.857804667242869, "S13": -11.857804667242869, "W21": -39.611121530382597, "S21": -41.580984734326769, "W22": -36.786664643484791, "S22": -37.249285345364413, "W31": -69.18261107731928, "S31": -69.18261107731928, "W32": -96.693993989765701, "S32": -101.6939939897657 }, "geometry": { "type": "Point", "coordinates": [ 106286.0, 497146.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37201955300528006, "S11": 0.37201955300528006, "W12": -5.4086895707666756, "S12": -9.3610174407612767, "W13": -15.0, "S13": -18.113391224478022, "W21": -40.359216613901914, "S21": -40.359216613901914, "W22": -37.280041965320621, "S22": -38.701195444109587, "W31": -67.269486328534896, "S31": -67.269486328534896, "W32": -98.032850168899714, "S32": -103.03285016889971 }, "geometry": { "type": "Point", "coordinates": [ 106286.0, 499374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.881860555447659, "S12": -13.881860555447659, "W13": -15.525514600091659, "S13": -19.699172045360172, "W21": -30.0, "S21": -30.299587605753459, "W22": -39.578747438919329, "S22": -39.578747438919329, "W31": -73.084610788624232, "S31": -74.518368503794932, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106286.0, 500361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46051642377978252, "S11": -0.46051642377978252, "W12": -5.0000000000000009, "S12": -6.7702187447317748, "W13": -18.067353181786459, "S13": -21.239477018797693, "W21": -30.000000000000004, "S21": -33.0, "W22": -39.547509672243841, "S22": -40.118586464363979, "W31": -71.114320170095525, "S31": -71.114320170095525, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106286.0, 502844.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68024982770780906, "S11": -0.68024982770780928, "W12": -9.883302478157777, "S12": -12.054087702192232, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -39.566075851438129, "S22": -39.566075851438129, "W31": -80.0, "S31": -80.0, "W32": -95.137785710429327, "S32": -100.13778571042933 }, "geometry": { "type": "Point", "coordinates": [ 106286.0, 507987.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62169703018419209, "S11": -0.6216970301841922, "W12": -5.0, "S12": -6.6483008862309383, "W13": -18.285681171170957, "S13": -21.37731823497186, "W21": -30.000000000000004, "S21": -31.97968116396008, "W22": -46.85491984274838, "S22": -46.864050462120304, "W31": -71.466825868909766, "S31": -71.466825868909766, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106286.222222222218988, 503097.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.754655258354047, "S12": -12.062199915561193, "W13": -15.993328351345136, "S13": -20.348990098062906, "W21": -30.859604477913543, "S21": -30.859604477913543, "W22": -37.210420583266604, "S22": -39.039286154964202, "W31": -64.812595946986789, "S31": -64.812595946986789, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106287.0, 500611.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.4065408694889516, "W13": -20.576836437769138, "S13": -20.576836437769138, "W21": -24.798178683797381, "S21": -28.969986539131941, "W22": -40.996084773572846, "S22": -41.000879161538805, "W31": -72.053745003194422, "S31": -72.6753182922794, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106287.0, 506877.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3946918587113171, "S12": -14.812105663266971, "W13": -22.790341723131789, "S13": -22.790341723131789, "W21": -30.0, "S21": -30.0, "W22": -36.703438328356164, "S22": -37.037265120369327, "W31": -63.593251175267589, "S31": -64.117318925233192, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106287.0, 509303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18578390835083075, "S11": 0.18578390835083075, "W12": -9.0869277974155764, "S12": -10.488291253134076, "W13": -14.966838894312206, "S13": -18.186901209032722, "W21": -38.755171497455592, "S21": -38.755171497455592, "W22": -40.0, "S22": -40.130870634401262, "W31": -54.434157460985446, "S31": -54.434157460985446, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106288.0, 499580.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6415096766902293, "W12": -10.0, "S12": -13.619571078182961, "W13": -20.215106064652485, "S13": -20.215106064652485, "W21": -29.969447326554612, "S21": -29.969447326554612, "W22": -39.285882250421146, "S22": -39.285882250421146, "W31": -71.767224556284503, "S31": -71.838910378579442, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106288.0, 504527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.3226625416878175, "S12": -9.6661063476060747, "W13": -15.0, "S13": -24.105496280063033, "W21": -39.905092757566571, "S21": -39.905092757566571, "W22": -41.55295663069181, "S22": -41.55295663069181, "W31": -71.1391308858896, "S31": -71.1391308858896, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106288.2, 515234.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82609925838683518, "S11": -0.82609925838683518, "W12": -6.8275085193212863, "S12": -15.195277725079389, "W13": -21.665707208550057, "S13": -21.665707208550057, "W21": -30.0, "S21": -30.0, "W22": -37.644463894424582, "S22": -39.381716609628079, "W31": -77.17302532987317, "S31": -77.295800506018438, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106288.571428571434808, 510060.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9197577609392322, "S12": -8.9197577609392322, "W13": -15.000000000000002, "S13": -17.949604395532273, "W21": -39.281753608958937, "S21": -39.281753608958937, "W22": -39.003473090509885, "S22": -39.003473090509885, "W31": -72.222138929166491, "S31": -72.836218353162963, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106288.868421052626218, 515890.934210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -1.02517135968808, "S11": -1.2313168283773059, "W12": -10.0, "S12": -12.598942652677307, "W13": -19.366408914303388, "S13": -22.320193552947483, "W21": -30.0, "S21": -30.32769712786828, "W22": -36.137202532197968, "S22": -36.137202532197968, "W31": -70.0, "S31": -70.422222894264266, "W32": -91.807587210719745, "S32": -96.807587210719745 }, "geometry": { "type": "Point", "coordinates": [ 106289.0, 503924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.3961998161201352, "W13": -20.556407779017118, "S13": -20.556407779017118, "W21": -24.761348825343816, "S21": -28.971783086286042, "W22": -39.424603201293358, "S22": -39.697487717483682, "W31": -71.457334442054062, "S31": -71.457334442054062, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106289.0, 506875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75291458195189576, "W12": -8.6792906577947555, "S12": -14.949078810347789, "W13": -15.836824135796965, "S13": -21.533420096518636, "W21": -40.0, "S21": -40.0, "W22": -35.827139917895288, "S22": -37.68252544399256, "W31": -72.247976899740479, "S31": -72.247976899740479, "W32": -95.395236119683886, "S32": -100.39523611968389 }, "geometry": { "type": "Point", "coordinates": [ 106289.0, 513234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51369674810260169, "S11": -2.213711394319454, "W12": -5.8123217377227689, "S12": -5.8123217377227689, "W13": -22.3047171427067, "S13": -22.3047171427067, "W21": -29.031533989301842, "S21": -30.507989442348293, "W22": -45.672149933995854, "S22": -45.680392377730016, "W31": -71.534876938976169, "S31": -71.534876938976169, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106289.4, 507247.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54228898426326455, "S11": 0.54228898426326455, "W12": -10.0, "S12": -11.589017589017681, "W13": -18.717492532068633, "S13": -18.717492532068633, "W21": -41.227030845750917, "S21": -41.73069348015953, "W22": -40.0, "S22": -40.0, "W31": -56.815427986381906, "S31": -56.815427986381906, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106289.666666666671517, 498579.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2866935375236626, "S12": -8.2866935375236626, "W13": -15.0, "S13": -21.345729093251595, "W21": -41.792748609600537, "S21": -41.792748609600537, "W22": -38.242552613917347, "S22": -38.242552613917347, "W31": -70.0, "S31": -70.09781016089093, "W32": -92.225207016283207, "S32": -97.225207016283207 }, "geometry": { "type": "Point", "coordinates": [ 106289.857142857144936, 517165.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54175462673867392, "S11": -3.9458711490646214, "W12": -10.0, "S12": -11.962686114721585, "W13": -24.776389847885675, "S13": -24.776389847885675, "W21": -30.294666786573043, "S21": -30.294666786573043, "W22": -35.950287924091512, "S22": -37.771618153858959, "W31": -71.910449943345881, "S31": -71.910449943345881, "W32": -95.539292568495114, "S32": -100.53929256849511 }, "geometry": { "type": "Point", "coordinates": [ 106290.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.417291363200341, "W12": -4.9540343533487299, "S12": -9.3705263170105049, "W13": -25.101196036034267, "S13": -25.101196036034267, "W21": -33.602080042912064, "S21": -36.615643807419907, "W22": -36.651529829186835, "S22": -38.256399731204866, "W31": -69.658069312389514, "S31": -70.235253658139357, "W32": -96.443984938208033, "S32": -101.44398493820803 }, "geometry": { "type": "Point", "coordinates": [ 106290.0, 506104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67822127325030812, "S11": -0.67822127325030812, "W12": -10.0, "S12": -12.111241006147818, "W13": -19.830058622204753, "S13": -21.655725898255952, "W21": -29.997620529847129, "S21": -29.997620529847129, "W22": -39.046401545415264, "S22": -39.141320705468502, "W31": -80.0, "S31": -80.110729371698866, "W32": -95.15753970648484, "S32": -100.15753970648484 }, "geometry": { "type": "Point", "coordinates": [ 106291.0, 504130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5544636795723275, "S12": -8.5544636795723275, "W13": -15.0, "S13": -25.0, "W21": -40.810697838804735, "S21": -40.810697838804735, "W22": -38.458540581736898, "S22": -39.220851421190737, "W31": -79.50560293641368, "S31": -79.658447485232713, "W32": -95.107456021951705, "S32": -100.10745602195171 }, "geometry": { "type": "Point", "coordinates": [ 106291.577586206898559, 516625.202586206898559 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2693077728343366, "S11": -0.2693077728343366, "W12": -10.0, "S12": -11.624501300954034, "W13": -17.90679555228391, "S13": -19.831176698435147, "W21": -23.63631192535221, "S21": -30.001841578098006, "W22": -39.965345757382259, "S22": -39.965345757382259, "W31": -80.0, "S31": -80.0, "W32": -95.097750310372575, "S32": -100.09775031037258 }, "geometry": { "type": "Point", "coordinates": [ 106292.0, 506606.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9883627777661941, "S12": -6.9883627777661941, "W13": -19.858108066584887, "S13": -29.670647731043719, "W21": -39.660271581654044, "S21": -39.660271581654044, "W22": -37.947591757085725, "S22": -37.947591757085725, "W31": -70.0, "S31": -70.109752929225792, "W32": -92.03113422267181, "S32": -97.03113422267181 }, "geometry": { "type": "Point", "coordinates": [ 106292.0, 519258.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5502577319587443, "W12": -4.9999999999999991, "S12": -5.2014907989750752, "W13": -24.947104940020779, "S13": -26.24314309115789, "W21": -31.850173882525603, "S21": -35.842608199820646, "W22": -40.0, "S22": -41.648351218902171, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106293.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49230849727919634, "S11": -0.49230849727919634, "W12": -10.023414577047134, "S12": -12.946603787351624, "W13": -19.174826766037121, "S13": -37.895492079832671, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -52.624331971078284, "S31": -52.624331971078284, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106293.0, 512627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1282108752160154, "S12": -5.1282108752160154, "W13": -19.367809610836897, "S13": -19.367809610836897, "W21": -39.497707628977651, "S21": -39.73793638811464, "W22": -36.354305726126611, "S22": -38.378971689733312, "W31": -74.517500117485426, "S31": -74.517500117485426, "W32": -95.194010402463462, "S32": -100.19401040246346 }, "geometry": { "type": "Point", "coordinates": [ 106293.0, 522075.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3001640619567487, "S11": 2.3001640619567487, "W12": -4.7134070961014771, "S12": -4.7134070961014771, "W13": -18.091466150162404, "S13": -18.091466150162404, "W21": -39.183329637780972, "S21": -39.183329637780972, "W22": -37.172355791698081, "S22": -39.176330005434707, "W31": -64.988607473905049, "S31": -64.988607473905049, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106293.125, 522703.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17966394399072594, "S11": -0.17966394399072594, "W12": -9.7195328519217039, "S12": -9.8680237452439119, "W13": -18.560692880128638, "S13": -19.181351095329113, "W21": -22.938828644854038, "S21": -28.830543434990293, "W22": -36.909807003499424, "S22": -37.30881427895428, "W31": -68.644243116247466, "S31": -68.644243116247466, "W32": -97.172735903707519, "S32": -102.17273590370752 }, "geometry": { "type": "Point", "coordinates": [ 106293.4, 506651.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.6997100458810017, "W13": -18.162769768867179, "S13": -21.301038577016616, "W21": -30.000000000000004, "S21": -32.948192197906756, "W22": -39.7392215562435, "S22": -39.7392215562435, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -95.151866555705638, "S32": -100.15186655570564 }, "geometry": { "type": "Point", "coordinates": [ 106294.0, 502942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.094122672133956337, "S11": 0.094122672133956337, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.622706219850269, "W21": -40.878296342005143, "S21": -41.044346969245289, "W22": -47.186627729997717, "S22": -47.19584740305514, "W31": -71.414111226870276, "S31": -71.414111226870276, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106294.333333333328483, 498225.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53394185260310922, "S11": -2.3399693911075827, "W12": -7.4075630949862719, "S12": -7.4075630949862719, "W13": -22.965441226980165, "S13": -22.965441226980165, "W21": -30.0, "S21": -30.552930755726635, "W22": -40.0, "S22": -41.821819777700156, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106294.333333333328483, 507372.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35652861557466253, "S11": -0.35652861557466253, "W12": -8.3312715839395004, "S12": -8.5993211439411095, "W13": -19.268011866451708, "S13": -19.268011866451708, "W21": -22.924500708244445, "S21": -28.352684354093959, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106294.8, 506697.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8076577909270215, "S12": -6.6944153766866279, "W13": -17.717416694075368, "S13": -21.004955020523134, "W21": -30.0, "S21": -31.55699348209939, "W22": -33.632793925914669, "S22": -39.499806448723184, "W31": -70.0, "S31": -70.0, "W32": -94.081629060504824, "S32": -99.081629060504824 }, "geometry": { "type": "Point", "coordinates": [ 106295.0, 502470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53407707910750513, "S11": -2.239974187114588, "W12": -8.3333644708490571, "S12": -8.8313246952243603, "W13": -23.351604603673195, "S13": -23.351604603673195, "W21": -30.0, "S21": -30.0, "W22": -39.939951477944106, "S22": -39.940560465346977, "W31": -73.527772191207475, "S31": -76.268438885281498, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106295.0, 507445.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.713389638069438, "S11": -0.713389638069438, "W12": -9.5323729517360345, "S12": -14.532372951736034, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106296.0, 508407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1607133652899204, "S12": -7.7267954107346588, "W13": -19.975330852775965, "S13": -19.975330852775965, "W21": -23.430977745806267, "S21": -28.578823867239169, "W22": -38.77776835634824, "S22": -38.77776835634824, "W31": -72.584367674980527, "S31": -73.604112290965702, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106296.2, 506743.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.095020437005777, "S11": -1.095020437005777, "W12": -10.764740247162283, "S12": -20.60759816418912, "W13": -25.358211519948782, "S13": -25.358211519948782, "W21": -36.645114827756579, "S21": -39.450098112038091, "W22": -30.0, "S22": -38.278654764984836, "W31": -70.000000000000014, "S31": -71.455214682655054, "W32": -93.125577777695284, "S32": -98.125577777695284 }, "geometry": { "type": "Point", "coordinates": [ 106297.0, 510806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34909782232193592, "S11": -0.63442929907601653, "W12": -11.839055237754735, "S12": -11.839055237754735, "W13": -17.332508412538374, "S13": -27.691578261814076, "W21": -41.270938427002328, "S21": -41.270938427002328, "W22": -38.522790602551325, "S22": -41.369016789508898, "W31": -80.0, "S31": -80.0, "W32": -94.558468352380345, "S32": -99.558468352380345 }, "geometry": { "type": "Point", "coordinates": [ 106297.0, 514393.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -37.219285268410438, "S22": -38.610746439683346, "W31": -67.428797046237904, "S31": -67.428797046237904, "W32": -98.047478437178171, "S32": -103.04747843717817 }, "geometry": { "type": "Point", "coordinates": [ 106297.519230769234127, 530034.653846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8859130669725328, "S12": -6.7500275978600612, "W13": -20.251690126035946, "S13": -20.251690126035946, "W21": -23.92577378881705, "S21": -28.793282385833887, "W22": -40.709830210313754, "S22": -40.714530227980653, "W31": -72.035725832726158, "S31": -72.758228603678234, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106297.6, 506789.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75925056906085087, "S11": -0.75925056906085087, "W12": -6.0014612579307594, "S12": -6.0014612579307594, "W13": -16.300582425531612, "S13": -19.634544603652373, "W21": -30.0, "S21": -30.0, "W22": -37.05912451102904, "S22": -37.05912451102904, "W31": -70.0, "S31": -70.212578898935917, "W32": -91.813157894736833, "S32": -96.813157894736833 }, "geometry": { "type": "Point", "coordinates": [ 106298.0, 501478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5088923794081881, "S11": -0.9103758855849976, "W12": -9.1318528799444838, "S12": -9.7946255994084943, "W13": -21.968661382970986, "S13": -24.056105950598496, "W21": -28.94783235276639, "S21": -33.701667243039388, "W22": -36.555400789450253, "S22": -38.188213498713274, "W31": -70.0, "S31": -70.0, "W32": -96.257281475283222, "S32": -101.25728147528322 }, "geometry": { "type": "Point", "coordinates": [ 106298.0, 506332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51586947709768949, "S11": -0.87878396647250523, "W12": -10.0, "S12": -10.797285689744029, "W13": -21.30771468043336, "S13": -23.52398908711276, "W21": -28.580520889047364, "S21": -33.472540246408713, "W22": -37.440323316442914, "S22": -38.090119284657597, "W31": -61.689504341612349, "S31": -62.05352909117039, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106298.0, 506350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53242346208866675, "S11": 0.53242346208866675, "W12": -9.831757851006536, "S12": -10.628840648089275, "W13": -17.870541205411598, "S13": -17.870541205411598, "W21": -41.183494993984873, "S21": -41.648515155275184, "W22": -40.0, "S22": -40.830225288423613, "W31": -56.205505874101348, "S31": -56.205505874101348, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106298.333333333328483, 498546.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.1621470163302838, "W13": -20.384869668580894, "S13": -20.384869668580894, "W21": -24.32395463716691, "S21": -28.911125709767511, "W22": -39.931422839876966, "S22": -39.932222040213269, "W31": -73.502584337418966, "S31": -76.347344423056356, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106299.0, 506835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.023565445843305, "S12": -12.918875793506702, "W13": -19.200768512642458, "S13": -37.856321716581547, "W21": -40.0, "S21": -40.0, "W22": -39.940866639169094, "S22": -39.940866639169094, "W31": -73.552084475554693, "S31": -75.936089763062952, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106299.0, 512623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4969470676378096, "S12": -6.4969470676378096, "W13": -20.0, "S13": -21.486559344290491, "W21": -38.435708592115311, "S21": -38.435708592115311, "W22": -40.0, "S22": -41.759440564717245, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 106299.0, 520003.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29597083473013741, "S11": 0.2622590291756558, "W12": -3.917491672738628, "S12": -3.9537382005152506, "W13": -11.593066444908731, "S13": -11.593066444908731, "W21": -37.849563953488378, "S21": -39.13955249595071, "W22": -40.0, "S22": -40.0, "W31": -53.304250396988493, "S31": -53.304250396988493, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106299.5, 497065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0052553146943684, "S12": -9.0052553146943684, "W13": -14.999999999999998, "S13": -19.686234695373347, "W21": -39.142985936569161, "S21": -39.142985936569161, "W22": -40.0, "S22": -40.0, "W31": -52.692670422943927, "S31": -52.692670422943927, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106299.609756097561331, 515713.414634146320168 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083975418742605112, "S11": 0.083975418742605112, "W12": -4.0222354760013612, "S12": -4.0222354760013612, "W13": -12.848484303873791, "S13": -12.848484303873791, "W21": -37.432249902610792, "S21": -38.170851669677567, "W22": -40.209370948921219, "S22": -40.214731527133516, "W31": -71.917938440075503, "S31": -72.282946631725054, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3035937110057399, "S11": -1.4622652977216068, "W12": -5.0, "S12": -5.0, "W13": -14.95797786972142, "S13": -16.350214406436443, "W21": -40.653520810025043, "S21": -40.653520810025043, "W22": -39.116628817920045, "S22": -39.116628817920045, "W31": -72.037331386452067, "S31": -72.381668429576337, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0531345980126467, "S11": 1.0531345980126467, "W12": -6.6222290388548055, "S12": -6.6222290388548055, "W13": -19.230584082156611, "S13": -19.926654809072133, "W21": -41.547085474950457, "S21": -42.135592309726619, "W22": -48.638093585844359, "S22": -48.647933807608851, "W31": -71.355448653110372, "S31": -71.355448653110372, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.046638811852284356, "S11": -0.046638811852284356, "W12": -12.636607375369392, "S12": -12.816094554856571, "W13": -14.907578621559312, "S13": -18.339585692411159, "W21": -36.92401709571876, "S21": -37.710468853261624, "W22": -41.35211504458838, "S22": -41.358006307992348, "W31": -71.825587665188181, "S31": -71.900130476097644, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49276194002221396, "S11": -0.49276194002221396, "W12": -4.8772287968441814, "S12": -6.7532732973719698, "W13": -17.815787543066094, "S13": -21.080660783888138, "W21": -29.999999999999996, "S21": -32.486526662343493, "W22": -40.115704203552419, "S22": -40.115704203552419, "W31": -72.702299787430306, "S31": -74.495576922479472, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 502536.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99707010995987921, "S11": -0.99707010995987921, "W12": -9.6465722801788374, "S12": -20.0093312255649, "W13": -24.33943400881299, "S13": -24.33943400881299, "W21": -32.33834810895344, "S21": -32.33834810895344, "W22": -39.931812534924823, "S22": -39.931812534924823, "W31": -73.472759514903927, "S31": -75.657686321495603, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 510537.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.4207477206037016, "S12": -5.4207477206037016, "W13": -20.0, "S13": -20.0, "W21": -39.348487697352631, "S21": -39.667756734965558, "W22": -39.225179955896024, "S22": -39.225179955896024, "W31": -71.86212686667632, "S31": -71.990806794020244, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 521633.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0076680164124721, "S12": -5.0076680164124721, "W13": -16.443256329005198, "S13": -16.443256329005198, "W21": -38.533106430743402, "S21": -38.533106430743402, "W22": -40.0, "S22": -42.496403973094736, "W31": -80.0, "S31": -80.0, "W32": -94.712270361998904, "S32": -99.712270361998904 }, "geometry": { "type": "Point", "coordinates": [ 106300.0, 523499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44843208219482311, "S11": -0.44843208219482311, "W12": -10.39786517398465, "S12": -11.718931259499108, "W13": -21.861646669958834, "S13": -30.971963938712463, "W21": -40.0, "S21": -40.0, "W22": -36.776774554143522, "S22": -37.626363699289222, "W31": -64.197471514700808, "S31": -64.687737062535135, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.333333333328483, 512242.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2396506770610838, "S12": -6.2396506770610838, "W13": -20.0, "S13": -27.452929625457386, "W21": -41.603514242632414, "S21": -41.763570896334635, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -52.406790317510215, "S31": -52.406790317510215, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106300.470588235300966, 520393.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32417255346336521, "S11": 0.32417255346336521, "W12": -6.8737868045197281, "S12": -9.7683788377807108, "W13": -15.0, "S13": -18.166765872242348, "W21": -40.011315163969407, "S21": -40.011315163969407, "W22": -44.667947953948385, "S22": -44.67539014727187, "W31": -71.582952634550963, "S31": -71.582952634550963, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106302.0, 499458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55420908321908824, "S11": -2.2612338982102411, "W12": -9.8568538629808167, "S12": -11.817740680113138, "W13": -22.729455189832468, "S13": -22.729455189832468, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.28078566246608, "W31": -80.0, "S31": -80.0, "W32": -94.806079553856222, "S32": -99.806079553856222 }, "geometry": { "type": "Point", "coordinates": [ 106302.0, 504919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2989411204338106, "S12": -14.994810571164699, "W13": -23.039874048522616, "S13": -23.039874048522616, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -34.085236386867294, "W31": -70.0, "S31": -72.398272818602152, "W32": -92.795209596400198, "S32": -97.795209596400198 }, "geometry": { "type": "Point", "coordinates": [ 106302.0, 509034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0191038505890599, "S12": -7.0191038505890599, "W13": -19.749808479483733, "S13": -30.016190918095354, "W21": -39.726885025540795, "S21": -39.726885025540795, "W22": -36.609285291355796, "S22": -38.180363735858577, "W31": -69.769482771499611, "S31": -70.145394184086115, "W32": -96.454685890834185, "S32": -101.45468589083418 }, "geometry": { "type": "Point", "coordinates": [ 106302.0, 519213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63593420504706755, "S11": -4.272445309440009, "W12": -10.0, "S12": -12.756848762491568, "W13": -19.952138443916361, "S13": -19.952138443916361, "W21": -30.0, "S21": -30.0, "W22": -37.953838562053512, "S22": -37.953838562053512, "W31": -70.0, "S31": -70.13158461401629, "W32": -92.101356487042793, "S32": -97.101356487042793 }, "geometry": { "type": "Point", "coordinates": [ 106302.2, 504371.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.604166666666668, "S13": -12.604166666666668, "W21": -46.0, "S21": -46.0, "W22": -34.777614951999695, "S22": -34.777614951999695, "W31": -70.0, "S31": -71.215049846173173, "W32": -92.012617675634004, "S32": -97.012617675634004 }, "geometry": { "type": "Point", "coordinates": [ 106302.5, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0704538416779714, "S11": -1.0704538416779714, "W12": -10.469088111748835, "S12": -20.358368900971278, "W13": -25.090237448604864, "S13": -25.090237448604864, "W21": -35.367288197112508, "S21": -37.175806478271561, "W22": -37.040657424569453, "S22": -37.040657424569453, "W31": -70.0, "S31": -70.218894270025544, "W32": -91.838421052631574, "S32": -96.838421052631574 }, "geometry": { "type": "Point", "coordinates": [ 106302.857142857144936, 510728.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.281124458220686, "S12": -11.498564877011153, "W13": -16.0661980539595, "S13": -20.40867807516149, "W21": -31.023736713771871, "S21": -31.023736713771871, "W22": -40.452700524600729, "S22": -40.457262423238312, "W31": -72.043187010102642, "S31": -72.865001631289005, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106303.0, 500638.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1244476706672166, "S11": 1.1244476706672166, "W12": -8.3919710049668392, "S12": -8.3919710049668392, "W13": -22.711413344407891, "S13": -22.711413344407891, "W21": -41.557651872447487, "S21": -42.191322885197728, "W22": -37.273146073495219, "S22": -38.902344753872114, "W31": -67.186043616366632, "S31": -67.186043616366632, "W32": -98.382303858102233, "S32": -103.38230385810223 }, "geometry": { "type": "Point", "coordinates": [ 106303.142857142855064, 498940.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29743922632288966, "S11": 0.29743922632288966, "W12": -3.8979879254710763, "S12": -3.8979879254710768, "W13": -11.573826698922435, "S13": -11.573826698922435, "W21": -37.780913978495043, "S21": -39.089868217784122, "W22": -40.0, "S22": -40.0, "W31": -57.332014190541976, "S31": -57.332014190541976, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106303.333333333328483, 497061.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77666952789699584, "S11": 0.77666952789699584, "W12": -9.2302414928649839, "S12": -13.792204741917423, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -41.40472042583901, "S21": -42.041977854862836, "W22": -38.325371289191111, "S22": -38.325371289191111, "W31": -70.0, "S31": -70.115568877285554, "W32": -93.545639651306843, "S32": -98.545639651306843 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 498783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47396515479197232, "S11": -0.53832785602618194, "W12": -10.588783076475719, "S12": -11.016758853304866, "W13": -23.601888210599643, "S13": -27.443351625233788, "W21": -39.683209438427625, "S21": -39.683209438427625, "W22": -33.091647961140225, "S22": -33.091647961140225, "W31": -70.0, "S31": -71.820671802094566, "W32": -92.268702603269958, "S32": -97.268702603269958 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 512083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3311015709416338, "S12": -6.3817725517597168, "W13": -15.0, "S13": -15.0, "W21": -40.850208862477665, "S21": -40.850208862477665, "W22": -37.451645806033362, "S22": -40.050512286558209, "W31": -65.962362221454953, "S31": -65.962362221454953, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106304.0, 524801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.6251928706661443, "W12": -10.0, "S12": -19.202630057910895, "W13": -25.004753129356011, "S13": -25.854335938819951, "W21": -37.365044299969753, "S21": -37.365044299969753, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106304.5, 511096.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43483538441428871, "S11": -0.43483538441428871, "W12": -4.5839434276205964, "S12": -4.5839434276205964, "W13": -16.942365369602463, "S13": -20.238059519567273, "W21": -29.999999999999996, "S21": -30.937101733955423, "W22": -39.963912663193049, "S22": -39.963912663193049, "W31": -80.0, "S31": -80.0, "W32": -95.158786462146679, "S32": -100.15878646214668 }, "geometry": { "type": "Point", "coordinates": [ 106304.833333333328483, 501868.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31003397804495553, "S11": -2.1364370435660467, "W12": -4.0151446861663374, "S12": -6.0706449055610587, "W13": -11.728910976663785, "S13": -11.728910976663785, "W21": -38.777616279069768, "S21": -40.59915644989124, "W22": -40.0, "S22": -40.0, "W31": -57.944703329469576, "S31": -57.944703329469576, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106305.0, 497107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.1954818090276262, "W13": -20.348075980563223, "S13": -20.348075980563223, "W21": -24.302845613302718, "S21": -28.941094214390425, "W22": -47.518335617247047, "S22": -47.527644343989962, "W31": -71.3613965848308, "S31": -71.3613965848308, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106305.0, 506838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0411173885750156, "W12": -5.0, "S12": -6.8901458560178268, "W13": -21.07988380059022, "S13": -21.07988380059022, "W21": -26.147286364336491, "S21": -29.631508573515269, "W22": -40.0, "S22": -40.0, "W31": -58.557392468397161, "S31": -58.557392468397161, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106305.0, 507000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72452805222300631, "S11": -0.78988612082268084, "W12": -10.001981724499707, "S12": -14.238842215379687, "W13": -17.856519907744914, "S13": -31.942283463899035, "W21": -40.0, "S21": -40.0, "W22": -30.0, "S22": -38.315936962214828, "W31": -70.0, "S31": -71.144511663331002, "W32": -93.275038889775828, "S32": -98.275038889775828 }, "geometry": { "type": "Point", "coordinates": [ 106305.125, 512868.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35314750957847996, "S11": 0.35314750957847996, "W12": -10.0, "S12": -10.0, "W13": -16.58977552642834, "S13": -18.062093271246457, "W21": -32.773010811287065, "S21": -32.773010811287065, "W22": -40.0, "S22": -40.0, "W31": -72.12734715126993, "S31": -73.246886911611981, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106305.222222222218988, 500813.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.645776821625669, "S12": -13.645776821625669, "W13": -15.511893029880845, "S13": -19.674960531267345, "W21": -30.0, "S21": -30.366216710521659, "W22": -40.062306623992917, "S22": -40.062306623992917, "W31": -73.275537040440099, "S31": -75.895846714150437, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106306.0, 500364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0369465343897728, "S11": -1.0369465343897728, "W12": -10.0, "S12": -17.551032954942499, "W13": -23.827145678453277, "S13": -23.827145678453277, "W21": -38.43540875702692, "S21": -38.43540875702692, "W22": -36.707585340924538, "S22": -37.156304526373752, "W31": -69.369821401258477, "S31": -69.369821401258477, "W32": -96.764993402420188, "S32": -101.76499340242019 }, "geometry": { "type": "Point", "coordinates": [ 106306.0, 511560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48517088918520601, "S11": -0.48517088918520601, "W12": -10.047632855335301, "S12": -17.110625636916811, "W13": -23.843931217530219, "S13": -23.843931217530219, "W21": -38.76127949096437, "S21": -38.76127949096437, "W22": -39.79888385294305, "S22": -41.005028457439622, "W31": -57.788557009416763, "S31": -57.788557009416763, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106306.0, 511699.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4556204887700144, "S12": -15.06541450099181, "W13": -23.084137786099117, "S13": -23.084137786099117, "W21": -30.0, "S21": -30.0, "W22": -31.100771571008565, "S22": -34.587594779395751, "W31": -70.0, "S31": -72.561630380331152, "W32": -92.451324084356855, "S32": -97.451324084356855 }, "geometry": { "type": "Point", "coordinates": [ 106306.75, 508996.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52133524082020899, "S11": 0.52133524082020899, "W12": -9.419169248462401, "S12": -9.419169248462401, "W13": -17.008214725003906, "S13": -17.008214725003906, "W21": -41.139605703047025, "S21": -41.565542829689775, "W22": -40.0, "S22": -40.0, "W31": -59.170081607324761, "S31": -59.170081607324761, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106306.777777777781012, 498512.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52255793991416311, "S11": 0.52255793991416311, "W12": -9.4324302915082381, "S12": -9.4375782966566479, "W13": -17.023589878755931, "S13": -17.023589878755931, "W21": -41.139959142218878, "S21": -41.566336830390924, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106307.0, 498513.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84024209575429087, "S11": 0.84024209575429087, "W12": -4.7688891086660901, "S12": -5.6797828156994061, "W13": -14.923431610575312, "S13": -17.923431610575314, "W21": -41.287131719087718, "S21": -41.700854728080245, "W22": -36.205193655910357, "S22": -38.144938725243144, "W31": -74.30962284544637, "S31": -74.30962284544637, "W32": -95.295743387274655, "S32": -100.29574338727465 }, "geometry": { "type": "Point", "coordinates": [ 106307.0, 499125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46644815684770624, "S11": -0.46659237115016206, "W12": -10.429899680139576, "S12": -11.694276003665964, "W13": -22.057966242846213, "S13": -31.00661858816764, "W21": -40.0, "S21": -40.0, "W22": -37.016942647905566, "S22": -38.891564414936198, "W31": -64.961819739183554, "S31": -64.961819739183554, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106307.0, 512232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87255809090022818, "S11": -0.87255809090022818, "W12": -5.4789892314864925, "S12": -15.413381391662309, "W13": -22.047484383485703, "S13": -22.047484383485703, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.307556568620377, "S22": -39.075626993579917, "W31": -67.037203032016876, "S31": -67.037203032016876, "W32": -98.650567400338176, "S32": -103.65056740033818 }, "geometry": { "type": "Point", "coordinates": [ 106307.6, 509720.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.144896806404198, "S13": -17.84996021185826, "W21": -34.506529088632206, "S21": -34.506529088632206, "W22": -40.0, "S22": -40.0, "W31": -52.182438952553319, "S31": -52.182438952553319, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106308.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0083488860633534057, "S11": -4.9618741572380589, "W12": -4.9618741572380589, "S12": -4.9618741572380589, "W13": -11.875010204081633, "S13": -11.875010204081633, "W21": -40.0, "S21": -43.0, "W22": -40.0, "S22": -40.0, "W31": -59.782770746252346, "S31": -59.782770746252346, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106309.0, 497211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.918462188424165, "S12": -8.918462188424165, "W13": -16.02853537124027, "S13": -16.02853537124027, "W21": -41.103531344908617, "S21": -41.495298818026896, "W22": -48.657055585712648, "S22": -48.666988883713493, "W31": -71.298989021352497, "S31": -71.298989021352497, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106309.0, 498478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.664657792684205, "W12": -5.0, "S12": -14.033491876385945, "W13": -25.59345787723877, "S13": -25.59345787723877, "W21": -32.021170421896265, "S21": -32.205105104038459, "W22": -40.0, "S22": -40.116677863658602, "W31": -54.42873149066174, "S31": -54.42873149066174, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106309.0, 505734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2607499586328217, "S12": -8.2607499586328217, "W13": -15.0, "S13": -21.478065766488701, "W21": -41.851898401098204, "S21": -41.851898401098204, "W22": -38.023899637009784, "S22": -38.023899637009784, "W31": -70.0, "S31": -70.141810572831574, "W32": -92.15972266127163, "S32": -97.15972266127163 }, "geometry": { "type": "Point", "coordinates": [ 106309.0, 517208.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3131414713858565, "S11": 2.3131414713858565, "W12": -4.745032828704332, "S12": -4.745032828704332, "W13": -18.193154578634534, "S13": -18.193154578634534, "W21": -39.092683865002748, "S21": -39.092683865002748, "W22": -41.565796465593209, "S22": -41.565796465593209, "W31": -71.164995495805144, "S31": -71.164995495805144, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106309.5, 522657.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5459621853613269, "S11": -1.545962185361327, "W12": -5.0, "S12": -5.0, "W13": -14.886474100359267, "S13": -16.226789308791556, "W21": -40.495533500215672, "S21": -40.495533500215672, "W22": -40.19557083888747, "S22": -40.199994618495737, "W31": -72.05064818747914, "S31": -72.971774658899903, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.665029921743134, "W13": -18.39285525504361, "S13": -21.237046958416173, "W21": -25.47098264693647, "S21": -31.453379554973711, "W22": -43.180686745480145, "S22": -43.187365739539651, "W31": -71.663441265702062, "S31": -71.663441265702062, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 506494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73385995429213335, "S11": -0.73385995429213335, "W12": -9.5968435646118131, "S12": -10.473460743827083, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.953319528593703, "S22": -40.438907969533105, "W31": -75.970441695123995, "S31": -75.970441695123995, "W32": -94.46376138067977, "S32": -99.46376138067977 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 508206.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.049552275846775, "S12": -7.049552275846775, "W13": -19.640382852172543, "S13": -30.353936299522552, "W21": -39.797824342412021, "S21": -39.797824342412021, "W22": -39.256305850012282, "S22": -39.256305850012282, "W31": -71.809747267778107, "S31": -71.832263796438966, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 519168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3497307762115072, "S11": -1.3497307762115072, "W12": -5.8634697573151744, "S12": -5.8634697573151744, "W13": -20.0, "S13": -20.0, "W21": -43.612633557293854, "S21": -43.85167570215193, "W22": -39.349213447878412, "S22": -39.349213447878412, "W31": -71.659826243039106, "S31": -71.659826243039106, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.0, 520964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8212265475223237, "S12": -8.8212265475223237, "W13": -15.000000000000002, "S13": -17.442883763255971, "W21": -39.712619441088059, "S21": -39.712619441088059, "W22": -40.0, "S22": -40.270101779402026, "W31": -54.796363020820742, "S31": -54.796363020820742, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.151515151519561, 516078.757575757568702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8121056493030632, "W12": -6.0564306733604782, "S12": -14.37411577993031, "W13": -25.625744036432433, "S13": -25.625744036432433, "W21": -32.038462475930615, "S21": -32.038462475930615, "W22": -45.924941204414402, "S22": -45.933067898649128, "W31": -71.456118579523135, "S31": -71.456118579523135, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.2, 505709.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23519592297765174, "S11": 0.23519592297765174, "W12": -3.8986650576837372, "S12": -3.8986650576837372, "W13": -11.928305126582949, "S13": -11.928305126582949, "W21": -37.632972329278921, "S21": -38.813376467880474, "W22": -40.089361718612729, "S22": -40.089361718612729, "W31": -60.744838090657815, "S31": -60.744838090657815, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106310.666666666671517, 497040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92316706631387513, "S11": -1.0591374000593556, "W12": -10.0, "S12": -12.270596099270117, "W13": -19.596905320442794, "S13": -22.155917833124576, "W21": -30.0, "S21": -30.0, "W22": -35.9717222427902, "S22": -35.9717222427902, "W31": -70.0, "S31": -70.469220234417861, "W32": -91.911767467512178, "S32": -96.911767467512178 }, "geometry": { "type": "Point", "coordinates": [ 106310.666666666671517, 504005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87133368808969935, "S11": -0.87133368808969935, "W12": -6.4914208938128235, "S12": -14.596772987060668, "W13": -21.454448420933915, "S13": -21.454448420933915, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.804219206111235, "S22": -37.804219206111235, "W31": -70.0, "S31": -70.163598957041145, "W32": -92.14408337021348, "S32": -97.14408337021348 }, "geometry": { "type": "Point", "coordinates": [ 106310.8, 510032.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48406327287716405, "S11": -1.4608594544747631, "W12": -4.9583881578947366, "S12": -4.9583881578947366, "W13": -25.245544109524769, "S13": -25.245544109524769, "W21": -33.518864548960366, "S21": -35.512600878601326, "W22": -40.0, "S22": -41.505168784874357, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106311.0, 505973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.0872291055557994, "W13": -20.257399258420762, "S13": -20.257399258420762, "W21": -24.085099376145084, "S21": -28.916989220059683, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -95.16570636858772, "S32": -100.16570636858772 }, "geometry": { "type": "Point", "coordinates": [ 106311.0, 506819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6122998571062173, "S12": -15.136018430818918, "W13": -23.12840152367561, "S13": -23.12840152367561, "W21": -30.0, "S21": -30.0, "W22": -37.157936944349387, "S22": -38.54514648678591, "W31": -67.577303269271127, "S31": -67.577303269271127, "W32": -98.094747682801241, "S32": -103.09474768280124 }, "geometry": { "type": "Point", "coordinates": [ 106311.5, 508959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99213961730159783, "S11": -0.99213961730159783, "W12": -9.3159148220790122, "S12": -19.923965669536642, "W13": -24.166084045476666, "S13": -24.166084045476666, "W21": -31.701303446976834, "S21": -33.055421641485907, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106312.0, 510501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6361150317572335, "S11": -0.6361150317572335, "W12": -10.015120261505913, "S12": -13.399115915917257, "W13": -18.703829543130169, "S13": -35.756108151667789, "W21": -40.0, "S21": -40.0, "W22": -47.850043504496384, "S22": -47.859441284924799, "W31": -71.308681942791324, "S31": -71.308681942791324, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106312.0, 512715.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9873616166760226, "S12": -6.9873616166760222, "W13": -15.799044339375808, "S13": -15.799044339375808, "W21": -38.332856718492607, "S21": -38.332856718492607, "W22": -40.0, "S22": -40.00059698150379, "W31": -72.057926226567332, "S31": -73.078364548222396, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106312.0, 523812.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3100880281690111, "S11": -0.3100880281690111, "W12": -10.0, "S12": -11.416163876994853, "W13": -17.813752534449073, "S13": -20.813752534449073, "W21": -24.045351221251494, "S21": -30.546423185837845, "W22": -30.0, "S22": -36.649971276748531, "W31": -70.0, "S31": -72.947743480393314, "W32": -92.583455231278151, "S32": -97.583455231278151 }, "geometry": { "type": "Point", "coordinates": [ 106312.666666666671517, 506562.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38822069201865939, "S11": 0.38822069201865939, "W12": -6.1769884979953336, "S12": -9.6475117383209827, "W13": -15.0, "S13": -18.149440706892907, "W21": -40.277959545215616, "S21": -40.277959545215616, "W22": -39.033093939346777, "S22": -39.231556159917815, "W31": -70.4419063272166, "S31": -70.4419063272166, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106312.857142857144936, 499410.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1775322081513511, "S11": -1.9518332915667613, "W12": -8.9997870098423878, "S12": -9.3962542559108897, "W13": -18.818471192418709, "S13": -20.764561872070093, "W21": -31.013019679310769, "S21": -32.384830717659071, "W22": -38.10948676970559, "S22": -38.10948676970559, "W31": -70.0, "S31": -70.16346905529835, "W32": -93.266054444939343, "S32": -98.266054444939343 }, "geometry": { "type": "Point", "coordinates": [ 106313.0, 503674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.258413679439637, "W12": -10.0, "S12": -12.283218129852228, "W13": -19.904211482688243, "S13": -20.522858649050132, "W21": -30.0, "S21": -30.0, "W22": -39.899434546059481, "S22": -39.900389543666158, "W31": -73.416586995044142, "S31": -76.308123503201514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106313.0, 504286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7068285809741004, "S11": -0.7068285809741004, "W12": -9.7159212705836495, "S12": -12.068362301850792, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -38.435945743491637, "S22": -39.53799004364005, "W31": -60.0, "S31": -60.183924979172168, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106313.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0019035053610565, "S12": -9.0087794421921554, "W13": -15.0, "S13": -19.467537824008673, "W21": -39.178797950432894, "S21": -39.178797950432894, "W22": -37.018414271954285, "S22": -39.273845143882752, "W31": -65.297203261533554, "S31": -65.297203261533554, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106313.818181818176527, 515713.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.6568090142514205, "W13": -18.16152098888443, "S13": -21.303591852627012, "W21": -30.0, "S21": -32.87840152235966, "W22": -37.143847532798787, "S22": -38.532261393137432, "W31": -67.610362355184208, "S31": -67.610362355184208, "W32": -98.108103759011328, "S32": -103.10810375901133 }, "geometry": { "type": "Point", "coordinates": [ 106314.0, 502908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14830950889381378, "S11": 0.14830950889381378, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.643483268067317, "W21": -40.895417197295515, "S21": -41.086700550541231, "W22": -36.501017412456946, "S22": -37.040261876199885, "W31": -64.052460758014391, "S31": -64.583239707489625, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106314.074074074072996, 498269.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.4643934597191706, "W12": -9.6323234118169712, "S12": -10.840271582789482, "W13": -23.582423723267759, "S13": -23.582423723267759, "W21": -30.072326282832748, "S21": -30.072326282832748, "W22": -40.213026760486365, "S22": -40.213026760486365, "W31": -61.907989999348047, "S31": -61.907989999348047, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106315.0, 505065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.2784647472904025, "W12": -9.6653043091959141, "S12": -10.905746992040402, "W13": -23.777127458153039, "S13": -23.777127458153039, "W21": -30.096790109032252, "S21": -30.096790109032252, "W22": -36.056081585694109, "S22": -37.910905760752982, "W31": -74.101745573407328, "S31": -74.101745573407328, "W32": -95.397476372085833, "S32": -100.39747637208583 }, "geometry": { "type": "Point", "coordinates": [ 106315.0, 505097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1583147032171892, "S12": -7.1583147032171892, "W13": -19.222814166717505, "S13": -31.504569561665097, "W21": -40.112612354861781, "S21": -40.245033373297581, "W22": -40.0, "S22": -40.0, "W31": -53.325546715675642, "S31": -53.325546715675642, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106315.0, 519004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6423928191388129, "W12": -10.0, "S12": -13.717990275996071, "W13": -20.300125163222937, "S13": -20.300125163222937, "W21": -30.0, "S21": -30.0, "W22": -39.905182150198527, "S22": -39.905806322538993, "W31": -73.436670250453403, "S31": -76.131997193660084, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106315.142857142855064, 504539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75545480295745393, "S11": -0.75545480295745393, "W12": -9.4759798128214126, "S12": -12.74791777676627, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -39.909543043419767, "S22": -39.909959654939648, "W31": -73.451241109764979, "S31": -76.0247428506581, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106315.25, 508323.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29154530216682406, "S11": -1.0883296978327932, "W12": -3.8828146143437077, "S12": -5.366439614343296, "W13": -11.562644270947878, "S13": -11.562644270947878, "W21": -37.956676669167294, "S21": -39.526098931510184, "W22": -40.0, "S22": -40.0, "W31": -52.039536965629068, "S31": -52.039536965629068, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106316.0, 497069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.7682507777379293, "W12": -10.0, "S12": -19.218716691536986, "W13": -25.00366609080374, "S13": -25.293647230867634, "W21": -37.215752410167845, "S21": -37.270058298261958, "W22": -34.030574941840911, "S22": -40.030392669863637, "W31": -70.0, "S31": -70.0, "W32": -94.225663627795029, "S32": -99.225663627795029 }, "geometry": { "type": "Point", "coordinates": [ 106316.0, 511086.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -50.022735757533724, "S31": -50.022735757533724, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106316.022988505748799, 530027.911877394653857 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7689792254424219, "S12": -15.20662236064603, "W13": -23.202376474034782, "S13": -23.202376474034782, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -72.064710137683633, "S31": -73.184460309573083, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106316.25, 508921.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0161273712737127, "S11": 1.0161273712737127, "W12": -7.8021257668711668, "S12": -7.8021257668711668, "W13": -21.778321566110396, "S13": -21.778321566110396, "W21": -41.557046042961012, "S21": -42.150081541467358, "W22": -36.671521883962583, "S22": -38.824576769685208, "W31": -75.4151686830659, "S31": -75.572716764211066, "W32": -95.342297846346739, "S32": -100.34229784634674 }, "geometry": { "type": "Point", "coordinates": [ 106317.0, 498970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39111428714988361, "S11": -0.49990246193658322, "W12": -10.761476582052198, "S12": -11.761476582052198, "W13": -16.550777768711807, "S13": -26.465900170243536, "W21": -40.943285176877836, "S21": -40.943285176877836, "W22": -37.577600531738121, "S22": -40.754372385099046, "W31": -77.529640158080838, "S31": -77.529640158080838, "W32": -94.578782821774851, "S32": -99.578782821774851 }, "geometry": { "type": "Point", "coordinates": [ 106317.0, 514614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61, "S11": -0.61, "W12": -10.0, "S12": -13.626420707581497, "W13": -25.711128445678945, "S13": -25.711128445678945, "W21": -30.382053612409859, "S21": -30.382053612409859, "W22": -40.0, "S22": -40.0, "W31": -52.858897782506709, "S31": -52.858897782506709, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106318.0, 505482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0800007011044892, "S12": -7.0800007011044892, "W13": -19.53095722486135, "S13": -30.691681680949742, "W21": -39.86876365928326, "S21": -39.86876365928326, "W22": -36.926938791957369, "S22": -39.048726733029348, "W31": -65.230664258585463, "S31": -65.230664258585463, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106318.0, 519123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6573311308477487, "S12": -14.71688396645736, "W13": -22.787519055273769, "S13": -22.787519055273769, "W21": -30.0, "S21": -30.0, "W22": -39.90570653435384, "S22": -39.90570653435384, "W31": -73.434152599568094, "S31": -75.757038240034731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106318.428571428565192, 509460.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9476686730751958, "S12": -10.708233868058876, "W13": -20.817639787682687, "S13": -22.977489156560498, "W21": -27.941411124977716, "S21": -32.938145300119722, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106318.5, 506367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4714030827916398, "S12": -6.4714030827916398, "W13": -20.0, "S13": -21.025290329409351, "W21": -38.058833183876359, "S21": -38.058833183876359, "W22": -40.0, "S22": -40.0, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -95.172626275028776, "S32": -100.17262627502878 }, "geometry": { "type": "Point", "coordinates": [ 106318.5, 520044.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5160360549208676, "W12": -5.0, "S12": -15.0, "W13": -25.525022665358591, "S13": -25.525022665358591, "W21": -32.098761321257328, "S21": -32.527850963534974, "W22": -36.662022408544978, "S22": -36.662022408544978, "W31": -70.0, "S31": -70.313854674748455, "W32": -91.933984689977279, "S32": -96.933984689977279 }, "geometry": { "type": "Point", "coordinates": [ 106319.0, 505767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44117201413585383, "S11": -0.44117201413585383, "W12": -9.84060211476978, "S12": -10.34109500446985, "W13": -15.676497963964758, "S13": -18.493138843120512, "W21": -40.522870710513772, "S21": -40.522870710513772, "W22": -31.252134219608845, "S22": -34.025723189880281, "W31": -70.0, "S31": -72.455891185580938, "W32": -92.512346457723012, "S32": -97.512346457723012 }, "geometry": { "type": "Point", "coordinates": [ 106319.0, 514887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1356220773804271, "S12": -8.1356220773804271, "W13": -15.299741499069192, "S13": -21.551048685532869, "W21": -42.1888392136809, "S21": -42.1888392136809, "W22": -40.336691802360157, "S22": -40.336691802360157, "W31": -63.071141908040104, "S31": -63.071141908040104, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106319.0, 517455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07649819956777551, "S11": 0.07649819956777551, "W12": -4.0511739205399699, "S12": -4.0511739205399699, "W13": -12.823969344927489, "S13": -12.823969344927489, "W21": -37.494198300036913, "S21": -38.437486078485037, "W22": -37.32568245781075, "S22": -38.094209633378348, "W31": -61.808396774183485, "S31": -62.143846668163384, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106319.40625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14617578416954508, "S11": 0.14617578416954508, "W12": -10.558179788659032, "S12": -10.590279082474565, "W13": -14.931075527521214, "S13": -18.226437203968093, "W21": -38.556598875776551, "S21": -38.556598875776551, "W22": -38.837466792189744, "S22": -38.837466792189744, "W31": -72.482155101621743, "S31": -73.262055326176124, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106319.8, 499687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91886893035114159, "S11": -1.9746350915642301, "W12": -5.0, "S12": -5.0, "W13": -13.732778026251822, "S13": -15.945579175746154, "W21": -40.267849545989883, "S21": -40.841592207431354, "W22": -35.661988393792981, "S22": -40.175486719457069, "W31": -72.720427699714492, "S31": -72.720427699714492, "W32": -94.408222255082137, "S32": -99.408222255082137 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 497678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7098648077735525, "S12": -8.7098648077735525, "W13": -15.349943910818201, "S13": -15.643506885897581, "W21": -41.066926828012441, "S21": -41.427813924786633, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 498455.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6397967455049605, "W12": -10.0, "S12": -13.632860357164574, "W13": -20.190137581088415, "S13": -20.190137581088415, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 504523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.85, "W12": -8.1, "S12": -15.1, "W13": -15.11, "S13": -15.11, "W21": -40.0, "S21": -40.0, "W22": -44.605394338815358, "S22": -44.612692171150194, "W31": -71.512402191678873, "S31": -71.512402191678873, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.059827990427717, "S13": -17.766726701926345, "W21": -34.075219750103024, "S21": -34.075219750103024, "W22": -39.903252884315606, "S22": -39.903252884315606, "W31": -73.350519890796306, "S31": -76.301769085705672, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106320.5, 500960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90343975740719296, "S11": -1.9034397574071931, "W12": -5.0, "S12": -5.0, "W13": -14.013486825473992, "S13": -16.186969862845178, "W21": -40.288109370821545, "S21": -40.795492820872781, "W22": -40.0, "S22": -40.0, "W31": -72.071494048799906, "S31": -73.290556070923657, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106321.0, 497691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71545957226345935, "S11": -0.71545957226345935, "W12": -9.6683718211049392, "S12": -12.048206722032116, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106321.0, 508009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9755527417940986, "S12": -15.327120438488615, "W13": -23.311222421824326, "S13": -23.311222421824326, "W21": -30.0, "S21": -30.0, "W22": -41.578636300494594, "S22": -41.578636300494594, "W31": -71.190860105720688, "S31": -71.190860105720688, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106321.0, 508884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.141381593467226, "S11": -1.141381593467226, "W12": -5.9615530872505467, "S12": -5.9615530872505467, "W13": -20.0, "S13": -30.0, "W21": -44.212010529401283, "S21": -44.409903595359097, "W22": -36.823464712544528, "S22": -38.743842674908194, "W31": -65.111043531380304, "S31": -65.111043531380304, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106321.0, 520817.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97040056781516815, "S11": 0.97040056781516815, "W12": -7.4413388109840808, "S12": -7.4413388109840808, "W13": -21.031399000549243, "S13": -21.293256985393771, "W21": -41.538406727380455, "S21": -42.108771218329814, "W22": -36.962055384648551, "S22": -36.962055384648551, "W31": -70.0, "S31": -70.245975452224286, "W32": -91.984475560967127, "S32": -96.984475560967127 }, "geometry": { "type": "Point", "coordinates": [ 106321.857142857144936, 498985.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1285591351463458, "S12": -7.1285591351463458, "W13": -19.347500516206555, "S13": -31.211609706007316, "W21": -40.002470033918485, "S21": -40.046848217255494, "W22": -36.628506038364286, "S22": -37.063323707383091, "W31": -69.557031725197689, "S31": -69.557031725197689, "W32": -96.835992815074675, "S32": -101.83599281507468 }, "geometry": { "type": "Point", "coordinates": [ 106322.857142857144936, 519050.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -9.7072850111583264, "W13": -15.0, "S13": -18.104438099307458, "W21": -40.760347798342984, "S21": -40.84004512081097, "W22": -40.0, "S22": -40.0, "W31": -73.226564200841267, "S31": -75.970136911415182, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106323.0, 499309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48135186501515004, "S11": -0.48135186501515004, "W12": -10.508859164485836, "S12": -11.635643569318631, "W13": -22.538016339521441, "S13": -31.110424953783344, "W21": -39.868336857497887, "S21": -39.868336857497887, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106323.666666666671517, 512206.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45226883057389994, "S11": 0.45226883057389994, "W12": -5.5046020506292246, "S12": -9.5510564980188217, "W13": -15.0, "S13": -18.132115541543499, "W21": -40.544603926461548, "S21": -40.544603926461548, "W22": -40.0, "S22": -40.102485092915913, "W31": -54.482254411207535, "S31": -54.482254411207535, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106323.714285714289872, 499362.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0374740098528923, "S12": -7.1775851215521698, "W13": -15.00000000000002, "S13": -15.00000000000002, "W21": -39.283250331826636, "S21": -39.283250331826636, "W22": -39.501964172528872, "S22": -40.885532462010104, "W31": -58.204217315289242, "S31": -58.204217315289242, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106323.714285714289872, 524199.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4608819044289606, "S11": 0.4608819044289606, "W12": -5.368476265407816, "S12": -9.5232712884887363, "W13": -15.0, "S13": -18.127816419523409, "W21": -40.587704569901447, "S21": -40.587704569901447, "W22": -30.0, "S22": -36.097470064762618, "W31": -70.0, "S31": -72.554561420790492, "W32": -92.859345240968096, "S32": -97.859345240968096 }, "geometry": { "type": "Point", "coordinates": [ 106324.0, 499353.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4204817564926491, "W12": -4.9580622113164008, "S12": -11.420442830929121, "W13": -25.063266058299892, "S13": -25.063266058299892, "W21": -32.942336919271739, "S21": -35.741746712540795, "W22": -40.0, "S22": -41.254401662322827, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106324.4, 506080.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2696296309062962, "S12": -9.6249439222966711, "W13": -15.0, "S13": -26.7849702981725, "W21": -39.955579286515281, "S21": -39.955579286515281, "W22": -48.723196530554766, "S22": -48.732986085077812, "W31": -71.202988686992214, "S31": -71.202988686992214, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106324.6, 515255.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25297285115219614, "S11": 0.18554924004055251, "W12": -3.8507535688610455, "S12": -3.9232466244171742, "W13": -11.774192857710229, "S13": -11.774192857710229, "W21": -37.70372788652319, "S21": -39.154095916521108, "W22": -41.437217989298794, "S22": -41.443162884354273, "W31": -71.735647322481555, "S31": -71.896162851573791, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106325.0, 497046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7332214686677665, "S11": -0.7332214686677665, "W12": -5.8713843233251737, "S12": -5.8713843233251737, "W13": -16.375805275635102, "S13": -19.356848740018929, "W21": -30.0, "S21": -30.0, "W22": -40.050317956763301, "S22": -40.050317956763301, "W31": -72.621929372727521, "S31": -74.501179225959461, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106325.0, 501519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2779176055446153, "S11": -1.2779176055446153, "W12": -10.325998888340857, "S12": -20.239135077971206, "W13": -25.424852286065899, "S13": -25.424852286065899, "W21": -36.544341105271791, "S21": -39.171003042652586, "W22": -39.891572071616956, "S22": -39.891572071616956, "W31": -73.348275036567571, "S31": -75.502526705516431, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106325.166666666671517, 510842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65159668313338037, "S11": -0.65159668313338037, "W12": -10.020165262026151, "S12": -13.046346718941926, "W13": -19.058919221732129, "S13": -37.589570467328038, "W21": -40.0, "S21": -40.0, "W22": -39.282172656572193, "S22": -39.282172656572193, "W31": -71.764157509691898, "S31": -71.764157509691898, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106325.5, 512652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3261188808149647, "S11": 2.3261188808149647, "W12": -4.7766585613071877, "S12": -4.7766585613071877, "W13": -18.294843007106667, "S13": -18.294843007106667, "W21": -39.002038092224517, "S21": -39.002038092224517, "W22": -36.603510352808676, "S22": -37.616439113662977, "W31": -64.625693872672713, "S31": -64.898031181733188, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106325.875, 522611.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.7774716004948825, "W12": -9.6431594846734789, "S12": -11.308465662436772, "W13": -24.054631431381168, "S13": -24.054631431381168, "W21": -30.102534011558681, "S21": -30.102534011558681, "W22": -31.037787805189822, "S22": -34.369325935306151, "W31": -70.0, "S31": -72.520105672313534, "W32": -92.538245033417496, "S32": -97.538245033417496 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 505148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0116827753435911, "S11": -1.0116827753435911, "W12": -9.3744411326378554, "S12": -19.988534039103641, "W13": -24.239181817558816, "S13": -24.239181817558816, "W21": -31.956770660408147, "S21": -32.253808042136079, "W22": -35.906969515478075, "S22": -37.676872796263034, "W31": -73.893868301368798, "S31": -73.893868301368798, "W32": -95.499209356897069, "S32": -100.49920935689707 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 510527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1104491263622034, "S12": -7.1104491263622034, "W13": -19.421531597550157, "S13": -31.029427062376936, "W21": -39.939702976154493, "S21": -39.939702976154493, "W22": -36.076173453644977, "S22": -37.673263458841397, "W31": -71.657051999708159, "S31": -71.657051999708159, "W32": -95.890697886205189, "S32": -100.89069788620519 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 519078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5393115770619572, "S11": -1.5393115770619572, "W12": -5.7586056322451746, "S12": -5.7586056322451746, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.06587198041256, "S21": -43.306592291755436, "W22": -37.096588620288337, "S22": -38.479546533888481, "W31": -67.72580949230435, "S31": -67.72580949230435, "W32": -98.142016928424297, "S32": -103.1420169284243 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 521125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3194381072877608, "S12": -5.3194381072877608, "W13": -20.0, "S13": -20.0, "W21": -39.351533943292054, "S21": -39.568106682839151, "W22": -48.137207792121025, "S22": -48.146575502927057, "W31": -71.240526591201359, "S31": -71.240526591201359, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 521790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5111057004488533, "S12": -4.5111057004488533, "W13": -17.46062789228732, "S13": -17.46062789228732, "W21": -39.388488446675744, "S21": -39.388488446675744, "W22": -34.683770940808671, "S22": -34.683770940808671, "W31": -70.0, "S31": -71.174246799537315, "W32": -92.10821970585279, "S32": -97.10821970585279 }, "geometry": { "type": "Point", "coordinates": [ 106326.0, 523014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0736767983553046, "S11": -1.0736767983553046, "W12": -10.239666613168282, "S12": -20.222320762001502, "W13": -24.908285109261616, "S13": -24.908285109261616, "W21": -34.586931012626295, "S21": -36.194444309684371, "W22": -37.816712816046852, "S22": -37.816712816046852, "W31": -70.0, "S31": -70.207262326622129, "W32": -92.70955337882252, "S32": -97.70955337882252 }, "geometry": { "type": "Point", "coordinates": [ 106326.571428571434808, 510692.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53647712788556867, "S11": -1.6549956464040871, "W12": -10.0, "S12": -15.614324782937789, "W13": -25.731155425184514, "S13": -25.731155425184514, "W21": -31.276796253194089, "S21": -31.276796253194089, "W22": -37.624058983227613, "S22": -38.908882186921275, "W31": -77.502174787090169, "S31": -77.779219745146904, "W32": -95.35544489365553, "S32": -100.35544489365553 }, "geometry": { "type": "Point", "coordinates": [ 106327.0, 505612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3795103092783929, "W12": -5.0, "S12": -6.2601910086186816, "W13": -24.647681118352693, "S13": -26.065312077332802, "W21": -30.825915409075925, "S21": -34.813956106807971, "W22": -30.0, "S22": -37.997333625363453, "W31": -70.0, "S31": -71.254265182512171, "W32": -93.351788187160949, "S32": -98.351788187160949 }, "geometry": { "type": "Point", "coordinates": [ 106327.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5152928720470777, "S12": -4.5152928720470777, "W13": -17.473985696049898, "S13": -17.473985696049898, "W21": -39.373494417285116, "S21": -39.373494417285116, "W22": -37.251863350310103, "S22": -39.125222568602226, "W31": -67.111491341932464, "S31": -67.111491341932464, "W32": -98.780587475135619, "S32": -103.78058747513562 }, "geometry": { "type": "Point", "coordinates": [ 106327.428571428565192, 523007.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71560168889582432, "S11": -0.71560168889582432, "W12": -9.6123940368313363, "S12": -12.201947573617389, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -51.89663497870481, "S31": -51.89663497870481, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106328.0, 507980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8130384740489913, "W12": -10.0, "S12": -18.906771832587225, "W13": -25.35295315682281, "S13": -25.35295315682281, "W21": -37.146610207936895, "S21": -37.146610207936895, "W22": -40.0, "S22": -40.0, "W31": -72.095298256979987, "S31": -73.413672129338138, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106328.0, 511112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2348063797419808, "S12": -8.2348063797419808, "W13": -15.0, "S13": -21.610402439725807, "W21": -41.911048192595871, "S21": -41.911048192595871, "W22": -46.177732474833384, "S22": -46.185743419568674, "W31": -71.377360220070045, "S31": -71.377360220070045, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106328.142857142855064, 517250.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.734691391018089, "S13": -17.486800683917053, "W21": -32.941256606506286, "S21": -32.941256606506286, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -95.179546181469817, "S32": -100.17954618146982 }, "geometry": { "type": "Point", "coordinates": [ 106329.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4694723704694788, "S12": -6.4694723704694788, "W13": -20.0, "S13": -20.979446232415679, "W21": -38.0, "S21": -38.0, "W22": -37.660846655136758, "S22": -37.660846655136758, "W31": -70.0, "S31": -70.217444984856499, "W32": -92.25703251775515, "S32": -97.25703251775515 }, "geometry": { "type": "Point", "coordinates": [ 106329.0, 520049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.544149443613884, "S12": -11.883953824382624, "W13": -16.025711811080964, "S13": -20.297260657203449, "W21": -30.536099842983532, "S21": -30.536099842983532, "W22": -39.340169691121673, "S22": -39.340169691121673, "W31": -71.669525188707553, "S31": -71.669525188707553, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106329.4, 500600.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0039190994450529, "S12": -14.70555161767574, "W13": -22.929076281422425, "S13": -22.929076281422425, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -48.741546853007954, "S22": -48.751262923386264, "W31": -71.18359530059611, "S31": -71.18359530059611, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106329.5, 509320.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56024545517857149, "S11": -2.0722691944402265, "W12": -8.2278877796774363, "S12": -8.9407369258746705, "W13": -23.540586079338087, "S13": -23.540586079338087, "W21": -30.0, "S21": -30.0, "W22": -37.885441706732287, "S22": -37.885441706732287, "W31": -70.0, "S31": -70.216556737804453, "W32": -93.39369837069421, "S32": -98.39369837069421 }, "geometry": { "type": "Point", "coordinates": [ 106329.666666666671517, 507478.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5916905305749314, "W12": -9.9990340128153008, "S12": -13.278628966859163, "W13": -20.983688778402897, "S13": -20.983688778402897, "W21": -30.0, "S21": -30.0, "W22": -39.928436745862108, "S22": -39.928436745862108, "W31": -73.277957198724593, "S31": -76.25973047858767, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106330.0, 504645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4350718133407572, "S12": -7.4350718133407572, "W13": -18.16284647376667, "S13": -30.764061447066123, "W21": -40.907693444977241, "S21": -41.83494384935814, "W22": -39.412544645335672, "S22": -39.412544645335672, "W31": -71.552427929793737, "S31": -71.552427929793737, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106330.0, 518587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0988035670754623, "S12": -7.0988035670754623, "W13": -19.472186865695754, "S13": -30.918649850349141, "W21": -39.892327712975074, "S21": -39.892327712975074, "W22": -35.806241953382433, "S22": -35.806241953382433, "W31": -70.0, "S31": -70.516217574571471, "W32": -92.015947724304624, "S32": -97.015947724304624 }, "geometry": { "type": "Point", "coordinates": [ 106330.714285714289872, 519096.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0071091029391280374, "S11": -0.0071091029391280374, "W12": -12.601929325981365, "S12": -12.601929325981365, "W13": -14.882162681985506, "S13": -18.330392139257974, "W21": -37.791564193913779, "S21": -38.720876044201098, "W22": -41.060317994048631, "S22": -41.066106560726972, "W31": -71.739760251475602, "S31": -72.018878529486699, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106331.0, 499972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0411917684466601, "S11": -1.297956163984797, "W12": -5.0, "S12": -6.3651222592156191, "W13": -18.619326956862473, "S13": -21.368038017135426, "W21": -30.0, "S21": -31.730422741085508, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106331.0, 503413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60737171136422008, "S11": 0.60737171136422008, "W12": -10.0, "S12": -10.0, "W13": -17.878228782287842, "S13": -17.878228782287842, "W21": -41.145814451165585, "S21": -41.588444379481004, "W22": -40.0, "S22": -40.0, "W31": -72.153548569349567, "S31": -73.571234291942005, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106331.333333333328483, 498552.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60781747389105201, "S11": 0.60781747389105201, "W12": -10.000000000000002, "S12": -10.003861003860873, "W13": -17.889760147601475, "S13": -17.889760147601475, "W21": -41.146079530544448, "S21": -41.589039880006816, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -53.346843034362678, "S31": -53.346843034362678, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106331.5, 498552.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.826834862385321, "S11": -0.89273998023449819, "W12": -10.004178805535325, "S12": -14.026581458631558, "W13": -18.06864786512611, "S13": -31.736341872878654, "W21": -40.0, "S21": -40.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106332.0, 512833.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0914809092915472, "S11": -1.0914809092915472, "W12": -5.9883129695236628, "S12": -5.9883129695236628, "W13": -20.0, "S13": -20.0, "W21": -44.402637523061799, "S21": -44.57711114148573, "W22": -38.88669871606546, "S22": -38.93746404935905, "W31": -70.364248393312607, "S31": -70.400211747076696, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106332.0, 520778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22413049369094795, "S11": 0.22413049369094809, "W12": -3.8448616959364892, "S12": -3.8448616959364892, "W13": -11.915625352846195, "S13": -11.915625352846195, "W21": -37.700422590505532, "S21": -39.188722014156525, "W22": -38.628644453424336, "S22": -38.628644453424336, "W31": -70.0, "S31": -70.083874486414146, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106332.666666666671517, 497039.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26324973948078617, "S11": 0.26324973948078617, "W12": -9.380251504646326, "S12": -10.64868312296016, "W13": -14.960618485422419, "S13": -18.212607878196973, "W21": -39.010883957921351, "S21": -39.010883957921351, "W22": -37.03140877108855, "S22": -38.893941838241574, "W31": -76.333608684527931, "S31": -76.52891394210971, "W32": -95.43046943130534, "S32": -100.43046943130534 }, "geometry": { "type": "Point", "coordinates": [ 106332.666666666671517, 499585.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0214673154377369, "S11": -1.0214673154377369, "W12": -9.4098857426727154, "S12": -20.021559209925236, "W13": -24.279196277437858, "S13": -24.279196277437858, "W21": -32.117240982381418, "S21": -32.24178540867311, "W22": -39.999999999999993, "S22": -41.280659734495451, "W31": -57.332982640715414, "S31": -57.332982640715414, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106332.666666666671517, 510540.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87512446351931328, "S11": 0.87512446351931328, "W12": -9.9183589462129529, "S12": -14.918358946212955, "W13": -25.189313984168866, "S13": -25.189313984168866, "W21": -41.389982012373579, "S21": -41.98768076026559, "W22": -40.0, "S22": -40.0, "W31": -72.031402205680365, "S31": -73.30223450895717, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106333.0, 498807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50558363970588238, "S11": -0.50558363970588238, "W12": -4.5732113144758735, "S12": -4.5732113144758735, "W13": -17.008658029121278, "S13": -20.321299885458057, "W21": -30.000000000000004, "S21": -30.921358167596193, "W22": -40.0, "S22": -40.982812871387985, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106333.0, 501904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.6823559669613166, "W13": -18.041127094661221, "S13": -21.230776134760642, "W21": -30.0, "S21": -31.1023036649215, "W22": -40.0, "S22": -41.62047809692703, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106333.0, 502737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.287246983261969, "W13": -18.545617126244384, "S13": -21.202875853481263, "W21": -25.26558061448862, "S21": -31.17297784360386, "W22": -37.976420925493834, "S22": -37.976420925493834, "W31": -70.0, "S31": -70.206313203628767, "W32": -94.306901873595493, "S32": -99.306901873595493 }, "geometry": { "type": "Point", "coordinates": [ 106333.0, 506488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -11.184896847022275, "W13": -18.092723108096191, "S13": -20.895620682220219, "W21": -24.648643549058129, "S21": -30.785928829264211, "W22": -43.048434649882658, "S22": -43.05507606235107, "W31": -71.581019306424949, "S31": -71.581019306424949, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106333.333333333328483, 506518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73673152620696025, "S11": -0.73673152620696025, "W12": -5.0, "S12": -6.5039806905269284, "W13": -18.358783897391767, "S13": -21.431404452096963, "W21": -30.0, "S21": -32.749443660832632, "W22": -39.870412822452963, "S22": -39.871058675458222, "W31": -73.345568309699289, "S31": -75.995555502038727, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106333.777777777781012, 503105.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20249634565367122, "S11": 0.20249634565367122, "W12": -5.9239446270020055, "S12": -5.9239446270020055, "W13": -15.0, "S13": -16.929179943633187, "W21": -40.912538052585894, "S21": -41.129054131837172, "W22": -35.757857445261827, "S22": -37.442839831772872, "W31": -73.603208906328931, "S31": -73.603208906328931, "W32": -95.600942341708247, "S32": -100.60094234170825 }, "geometry": { "type": "Point", "coordinates": [ 106333.81481481481751, 498313.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52650242763545885, "S11": 0.52650242763545885, "W12": -5.0, "S12": -10.0, "W13": -15.0, "S13": -18.098878163493492, "W21": -40.834695099594654, "S21": -40.948129325438657, "W22": -39.877720431198938, "S22": -39.878007431640981, "W31": -73.370154375038965, "S31": -75.809125081863712, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 499284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.4528474058624159, "W12": -9.6387618118749021, "S12": -10.947414028917663, "W13": -23.3664518406047, "S13": -23.3664518406047, "W21": -30.0, "S21": -30.0, "W22": -40.424688683071118, "S22": -40.424688683071118, "W31": -63.33939585243467, "S31": -63.33939585243467, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 505038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86144316741840876, "S11": -0.86144316741840876, "W12": -5.3163929692897947, "S12": -15.316392969289794, "W13": -21.966085632419098, "S13": -21.966085632419098, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -95.186466087910858, "S32": -100.18646608791086 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 509747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82097820014882106, "S11": -0.82097820014882106, "W12": -6.49490099337019, "S12": -13.782817401398329, "W13": -21.64472550761695, "S13": -21.64472550761695, "W21": -30.0, "S21": -30.0, "W22": -41.151900427297477, "S22": -41.157731946619066, "W31": -71.714646789725265, "S31": -71.995491722495174, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 510068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90276526835286863, "S11": -0.90276526835286863, "W12": -8.5112076211824039, "S12": -16.104653601725158, "W13": -23.726802516430126, "S13": -23.726802516430126, "W21": -30.18620606517235, "S21": -35.18620606517235, "W22": -38.007608723318519, "S22": -38.723825799935732, "W31": -78.410731386381073, "S31": -78.752899806652692, "W32": -95.488133310890419, "S32": -100.48813331089042 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 510405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1408975516199185, "S12": -7.1408975516199185, "W13": -19.312105970238964, "S13": -31.367172443804126, "W21": -40.010642293025725, "S21": -40.010642293025725, "W22": -34.428355957767955, "S22": -40.560978891004275, "W31": -70.0, "S31": -70.0, "W32": -94.369698195085334, "S32": -99.369698195085334 }, "geometry": { "type": "Point", "coordinates": [ 106334.0, 519033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49683939135069322, "S11": 0.49683939135069322, "W12": -5.0, "S12": -9.6223856544542645, "W13": -15.0, "S13": -18.114790376194058, "W21": -40.747142700530283, "S21": -40.806188102160064, "W22": -40.0, "S22": -40.0, "W31": -72.211798881719261, "S31": -73.728796454546099, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106334.571428571434808, 499314.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54223123732251466, "S11": -2.4576287412427615, "W12": -6.0105867553464574, "S12": -6.0105867553464574, "W13": -22.484259958909213, "S13": -22.484259958909213, "W21": -29.203042098402328, "S21": -30.913666561474862, "W22": -40.0, "S22": -40.0, "W31": -51.588474282569756, "S31": -51.588474282569756, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106335.2, 507260.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -41.003634539771191, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106335.6, 530016.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1154858018518228, "S12": -5.1154858018518228, "W13": -19.36066409956204, "S13": -19.36066409956204, "W21": -39.430679575370341, "S21": -39.596599090964887, "W22": -40.0, "S22": -40.0, "W31": -50.250501503259152, "S31": -50.250501503259152, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106335.666666666671517, 522100.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.294636726959101, "S13": -18.12605658380523, "W21": -34.610680035047992, "S21": -34.610680035047992, "W22": -40.0, "S22": -40.0, "W31": -51.753732991780048, "S31": -51.753732991780048, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106336.0, 501026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2925106953249834, "S12": -6.2397391777640197, "W13": -20.0, "S13": -20.0, "W21": -23.695858558697324, "S21": -29.015978613403991, "W22": -39.953620607408553, "S22": -39.953620607408553, "W31": -73.205394506652894, "S31": -76.087881326064817, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106336.0, 506789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.027362142931882383, "S11": -0.027362142931882383, "W12": -4.2510007942811754, "S12": -4.2510007942811754, "W13": -13.368434342336014, "S13": -13.368434342336014, "W21": -37.446190593141459, "S21": -38.568466675778502, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106337.0, 496975.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9642399149965186, "S12": -14.892942037204982, "W13": -23.154426159616396, "S13": -23.154426159616396, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.492788966909139, "S22": -40.497814781084934, "W31": -71.845942807535963, "S31": -72.58053648203682, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106337.0, 509048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58428309185078342, "S11": -0.9822062893429464, "W12": -10.0, "S12": -13.562486347708791, "W13": -25.556423959788074, "S13": -25.556423959788074, "W21": -30.287969814150927, "S21": -30.287969814150927, "W22": -36.270263201042773, "S22": -37.050358787444566, "W31": -64.306454011845631, "S31": -64.806454011845631, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106338.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4458590979454709, "S12": -6.4458590979454709, "W13": -20.0, "S13": -20.564021314528212, "W21": -38.393040099258606, "S21": -38.393040099258606, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106338.0, 520086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9058544665339738, "S12": -8.9058544665339738, "W13": -15.0, "S13": -17.13851803164442, "W21": -39.384413095941191, "S21": -39.384413095941191, "W22": -33.471348532558011, "S22": -33.471348532558011, "W31": -70.0, "S31": -71.566913996008111, "W32": -92.304409465771442, "S32": -97.304409465771442 }, "geometry": { "type": "Point", "coordinates": [ 106338.473684210519423, 515894.236842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0690479990046198, "S12": -7.0690479990046198, "W13": -19.596873215184807, "S13": -30.625689994691363, "W21": -39.782185392031778, "S21": -39.782185392031778, "W22": -40.0, "S22": -40.0, "W31": -53.022008471653294, "S31": -53.022008471653294, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106338.571428571434808, 519142.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49293207341083167, "S11": 0.49293207341083167, "W12": -5.0, "S12": -9.5233535377467149, "W13": -14.999999999999998, "S13": -18.122068330991592, "W21": -40.723378477927128, "S21": -40.763029234620959, "W22": -40.0, "S22": -40.0, "W31": -52.373845611288303, "S31": -52.373845611288303, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106339.0, 499323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54300202839756606, "S11": -2.2253747671438848, "W12": -7.4084557037701302, "S12": -7.4084557037701302, "W13": -23.074100903623862, "S13": -23.074100903623862, "W21": -30.0, "S21": -30.897325101782602, "W22": -48.424372079746057, "S22": -48.433709720929713, "W31": -71.17237123961138, "S31": -71.17237123961138, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106339.0, 507370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0732586602649654, "S12": -7.0732586602649654, "W13": -14.531228098155808, "S13": -14.531228098155808, "W21": -46.0, "S21": -46.0, "W22": -39.870546429538607, "S22": -39.870546429538607, "W31": -73.316220723581509, "S31": -75.577986717006411, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106339.0, 525971.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999997113, "S11": 2.4999999999997113, "W12": -5.4073389383557187, "S12": -5.4073389383557187, "W13": -20.0, "S13": -20.0, "W21": -39.286342782293133, "S21": -39.52891953523077, "W22": -37.035240296227286, "S22": -38.413946580991045, "W31": -67.874315715337588, "S31": -67.874315715337588, "W32": -98.189286174047382, "S32": -103.18928617404738 }, "geometry": { "type": "Point", "coordinates": [ 106340.0, 521658.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81685231413038151, "S11": 0.81685231413038151, "W12": -6.4907066170029859, "S12": -6.4907066170029859, "W13": -19.082242572896426, "S13": -20.191306814609501, "W21": -41.472922426504326, "S21": -41.968231338657858, "W22": -40.0, "S22": -40.088292322173253, "W31": -54.535777331753444, "S31": -54.535777331753444, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106340.571428571434808, 499031.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.59871751960487, "W12": -10.0, "S12": -13.674523539894478, "W13": -20.447686336080945, "S13": -20.447686336080945, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -72.270049194088855, "S31": -73.886358617149995, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106341.0, 504562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5893340478488804, "W12": -10.0, "S12": -13.504632482684146, "W13": -20.657755099073952, "S13": -20.657755099073952, "W21": -30.0, "S21": -30.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106341.0, 504596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5420471656291177, "S12": -8.5420471656291177, "W13": -15.0, "S13": -25.0, "W21": -40.907491129564349, "S21": -40.907491129564349, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106341.568965517246397, 516625.318965517217293 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23396126760563379, "S11": -1.8351743703725452, "W12": -10.0, "S12": -10.861667964188401, "W13": -17.370799271628378, "S13": -20.370799271628378, "W21": -23.463987936055151, "S21": -29.989568542383033, "W22": -37.182296558990956, "S22": -38.061717214824462, "W31": -61.927289206754637, "S31": -62.22741833454819, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106342.0, 506570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1713459768776335, "S12": -7.1713459768776335, "W13": -19.202680342927771, "S13": -31.70491782523132, "W21": -40.081581609896965, "S21": -40.081581609896965, "W22": -36.549426735804033, "S22": -36.97034288839243, "W31": -69.744242049136886, "S31": -69.744242049136886, "W32": -96.906992227729148, "S32": -101.90699222772915 }, "geometry": { "type": "Point", "coordinates": [ 106342.0, 518988.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3413486292247319, "S11": 2.3413486292247319, "W12": -4.8082842939100416, "S12": -4.8082842939100416, "W13": -18.396531435578801, "S13": -18.396531435578801, "W21": -38.911392319446286, "S21": -38.911392319446286, "W22": -40.0, "S22": -40.0, "W31": -72.287109308337833, "S31": -73.925762997652299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106342.25, 522566.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.058249735093435, "S12": -12.559347223269032, "W13": -15.91761409603868, "S13": -20.134793212078801, "W21": -30.0, "S21": -30.127090301003314, "W22": -34.524912442160698, "S22": -40.704778034672941, "W31": -70.0, "S31": -70.0, "W32": -94.407676545765653, "S32": -99.407676545765653 }, "geometry": { "type": "Point", "coordinates": [ 106343.0, 500552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68997689158853825, "S11": -4.4579909671945916, "W12": -10.0, "S12": -12.741521902175014, "W13": -19.933234746037986, "S13": -19.933234746037986, "W21": -30.0, "S21": -30.0, "W22": -39.205044492114766, "S22": -40.766036466580601, "W31": -58.619877621161642, "S31": -58.619877621161642, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106343.0, 504361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2572825904401226, "S12": -6.2572825904401226, "W13": -20.0, "S13": -26.484882612836859, "W21": -41.788109427730014, "S21": -41.877699618558736, "W22": -36.681521792216543, "S22": -38.92112346062374, "W31": -65.472721043265835, "S31": -65.472721043265835, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106343.823529411762138, 520372.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73174149069292227, "S11": -0.73174149069292227, "W12": -9.5165156387021348, "S12": -12.170931436837076, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -44.578139392341761, "S22": -44.58544071599195, "W31": -71.440861811565057, "S31": -71.440861811565057, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106344.0, 507996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4647214701134774, "S11": -3.0367946316911456, "W12": -10.0, "S12": -19.102842882243273, "W13": -25.16520706042067, "S13": -25.16520706042067, "W21": -36.888262180281977, "S21": -36.888262180281977, "W22": -36.883453344727478, "S22": -36.883453344727478, "W31": -70.0, "S31": -70.284067726789715, "W32": -92.169115087142501, "S32": -97.169115087142501 }, "geometry": { "type": "Point", "coordinates": [ 106344.333333333328483, 511077.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043428306551297924, "S11": -2.7458789111219977, "W12": -9.8707319247570631, "S12": -9.8790065186890281, "W13": -17.443076226870474, "S13": -17.443076226870474, "W21": -22.213725447567548, "S21": -28.656865717514584, "W22": -35.566383673588454, "S22": -37.172799108560895, "W31": -73.16587124480796, "S31": -73.16587124480796, "W32": -95.688433608082534, "S32": -100.68843360808253 }, "geometry": { "type": "Point", "coordinates": [ 106345.0, 506639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77009003578189983, "S11": -0.77009003578189983, "W12": -9.394544751096209, "S12": -10.853346447808828, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.48143208762972, "S22": -37.696125883480761, "W31": -69.997111687350824, "S31": -69.997111687350824, "W32": -96.740718629524324, "S32": -101.74071862952432 }, "geometry": { "type": "Point", "coordinates": [ 106345.0, 508235.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7865538388200326, "S11": -0.7865538388200326, "W12": -7.7796301485009813, "S12": -14.005948632883982, "W13": -23.154375495787576, "S13": -23.154375495787576, "W21": -30.0, "S21": -35.0, "W22": -30.000000000000004, "S22": -35.965987979308778, "W31": -70.0, "S31": -72.737613612064919, "W32": -92.899186377626179, "S32": -97.899186377626179 }, "geometry": { "type": "Point", "coordinates": [ 106345.0, 510307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54415977961433604, "S11": 0.54415977961433604, "W12": -5.0431708072099708, "S12": -9.5365689953203336, "W13": -15.0, "S13": -18.092392349587048, "W21": -40.887317352459945, "S21": -41.020681729642739, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.0, "W32": -95.1933859943519, "S32": -100.1933859943519 }, "geometry": { "type": "Point", "coordinates": [ 106345.428571428565192, 499266.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.0368976475652678, "W13": -20.377014731504438, "S13": -20.377014731504438, "W21": -24.477677935083687, "S21": -29.362249380425212, "W22": -40.0, "S22": -40.0, "W31": -72.3296646613652, "S31": -74.030482362240576, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106345.5, 506855.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.9146890113598025, "W12": -9.572257663260773, "S12": -11.828189734273977, "W13": -24.323227250852636, "S13": -24.323227250852636, "W21": -30.090251132154343, "S21": -30.090251132154343, "W22": -36.985674868259451, "S22": -38.273146911902444, "W31": -68.036461390160525, "S31": -68.036461390160525, "W32": -98.126820368820816, "S32": -103.12682036882082 }, "geometry": { "type": "Point", "coordinates": [ 106346.0, 505211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0392924309337745, "S12": -7.0392924309337745, "W13": -19.721559564673846, "S13": -30.33273013903354, "W21": -39.672043071088524, "S21": -39.672043071088524, "W22": -37.517474104162268, "S22": -37.517474104162268, "W31": -70.0, "S31": -70.271291012671853, "W32": -92.685603494417393, "S32": -97.685603494417393 }, "geometry": { "type": "Point", "coordinates": [ 106346.428571428565192, 519188.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48721510563966058, "S11": -0.48721510563966064, "W12": -10.619853154986915, "S12": -11.552355879138316, "W13": -23.214386009083253, "S13": -31.025361618839352, "W21": -39.680876068806114, "S21": -39.680876068806114, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.196954006802571, "W32": -95.371764962687081, "S32": -100.37176496268708 }, "geometry": { "type": "Point", "coordinates": [ 106347.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6076679416598925, "S12": -7.6076679416598925, "W13": -17.510468614092943, "S13": -25.40864790356536, "W21": -41.383627513386244, "S21": -44.383627513386244, "W22": -36.587543046667747, "S22": -38.580923047184378, "W31": -65.30819579825237, "S31": -65.30819579825237, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106347.0, 518328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2088628008511098, "S12": -8.2088628008511098, "W13": -15.041662369565872, "S13": -21.784401482529063, "W21": -41.970197984093616, "S21": -41.970197984093616, "W22": -38.897165228031326, "S22": -38.897165228031326, "W31": -72.379942528262831, "S31": -72.919998361386277, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106347.285714285710128, 517293.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -30.97480403937109, "S22": -34.151057091216558, "W31": -70.0, "S31": -72.478580964295929, "W32": -92.625165982478151, "S32": -97.625165982478151 }, "geometry": { "type": "Point", "coordinates": [ 106347.446153846147354, 530034.56923076917883 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -14.476744186046512, "W13": -25.428237958313115, "S13": -25.428237958313115, "W21": -31.330247735748536, "S21": -31.934630629278512, "W22": -39.968094473737587, "S22": -39.968094473737587, "W31": -73.132831814581209, "S31": -75.916032173541964, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106348.0, 505792.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.415270875130898, "S12": -6.1649016425437448, "W13": -15.0, "S13": -15.0, "W21": -40.699490552745381, "S21": -40.699490552745381, "W22": -37.186524453060677, "S22": -39.111707527997893, "W31": -67.23094256900886, "S31": -67.23094256900886, "W32": -98.810559074554277, "S32": -103.81055907455428 }, "geometry": { "type": "Point", "coordinates": [ 106348.666666666671517, 524784.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29147947459848228, "S11": -2.5615552476234638, "W12": -3.7731773706672218, "S12": -6.8407259817780357, "W13": -11.45896728612272, "S13": -11.571913606258741, "W21": -37.847009366092223, "S21": -39.813591547885153, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 497062.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87116066018758631, "S11": 0.87116066018758631, "W12": -8.0384013292433529, "S12": -8.0384013292433529, "W13": -22.379853979460847, "S13": -22.379853979460847, "W21": -41.51469521551293, "S21": -42.047392170872698, "W22": -35.608745375045579, "S22": -37.208806867282711, "W31": -73.262975128136731, "S31": -73.262975128136731, "W32": -95.70267532651944, "S32": -100.70267532651944 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 498983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54313624828632268, "S11": -5.5431362482863227, "W12": -9.7232046410202155, "S12": -11.159750074816117, "W13": -23.137024223997528, "S13": -23.137024223997528, "W21": -30.0, "S21": -30.0, "W22": -46.437212918640178, "S22": -46.445311532477085, "W31": -71.293394142953915, "S31": -71.293394142953915, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 505007.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84222810774258994, "S11": -0.84222810774258994, "W12": -5.2206290339795194, "S12": -15.153161853959499, "W13": -22.195145663638083, "S13": -22.195145663638083, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.624835465698489, "W31": -80.0, "S31": -80.0, "W32": -95.170466172799053, "S32": -100.17046617279905 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 509697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74140544557231791, "S11": -0.74140544557231791, "W12": -7.4980386662930787, "S12": -13.196963397475873, "W13": -22.905805340908703, "S13": -22.905805340908703, "W21": -30.000000000000004, "S21": -34.186535360516032, "W22": -40.0, "S22": -40.0, "W31": -72.389280128641602, "S31": -74.174606107331357, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 510269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.03564424293547, "S12": -16.520444119530993, "W13": -24.186122746770319, "S13": -24.186122746770319, "W21": -38.217735585739149, "S21": -38.217735585739149, "W22": -37.339772107770649, "S22": -38.674668428895835, "W31": -77.119192952958798, "S31": -77.419838303767264, "W32": -95.536009756314456, "S32": -100.53600975631446 }, "geometry": { "type": "Point", "coordinates": [ 106349.0, 511666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9928639463178026, "S12": -9.026081495210498, "W13": -15.0, "S13": -18.906010226026471, "W21": -39.266334701947883, "S21": -39.266334701947883, "W22": -40.0, "S22": -40.0, "W31": -52.90828447083171, "S31": -52.90828447083171, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106349.390243902438669, 515713.585365853679832 ] } }, +{ "type": "Feature", "properties": { "W11": 0.064710441802625557, "S11": 0.064710441802625557, "W12": -4.0967950754567113, "S12": -4.0967950754567113, "W13": -12.785321768746442, "S13": -12.785321768746442, "W21": -37.591859300166021, "S21": -38.904372320095192, "W22": -37.196170131999871, "S22": -39.174818143624776, "W31": -67.175415127336919, "S31": -67.175415127336919, "W32": -98.910607549933417, "S32": -103.91060754993342 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39842775143498876, "S11": -0.54233919054937996, "W12": -5.0, "S12": -5.0, "W13": -14.995524250544792, "S13": -17.04671332518571, "W21": -40.588134563235926, "S21": -40.588134563235926, "W22": -32.392199667646686, "S22": -32.392199667646686, "W31": -70.0, "S31": -71.940488836083333, "W32": -92.512530238106677, "S32": -97.512530238106677 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28349564325986676, "S11": -0.28349564325986676, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.145068664169788, "W21": -40.663487794670729, "S21": -40.663487794670729, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -51.610831004855797, "S31": -51.610831004855797, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498078.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24981755456777011, "S11": 0.24981755456777011, "W12": -6.8401230923371443, "S12": -6.8401230923371443, "W13": -15.0, "S13": -16.347558473533031, "W21": -40.926258037622887, "S21": -41.163153198913207, "W22": -48.80829947526518, "S22": -48.817748233754649, "W31": -71.113048344285602, "S31": -71.113048344285602, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.99, "S11": 0.99, "W12": -10.999999999999998, "S12": -11.0, "W13": -26.0, "S13": -26.0, "W21": -41.438273584551695, "S21": -42.023566898866889, "W22": -41.522320934009201, "S22": -41.528319460716183, "W31": -71.645706979774928, "S31": -71.892195227049939, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85129274617677719, "S11": 0.85129274617677719, "W12": -7.571717791411043, "S12": -7.571717791411043, "W13": -21.396822849807446, "S13": -21.840149338513896, "W21": -41.498777369984111, "S21": -42.012478890386141, "W22": -40.0, "S22": -40.0, "W31": -72.541558958024723, "S31": -74.506781529439436, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.011482265362720762, "S11": 0.011482265362720762, "W12": -12.881849163845519, "S12": -13.181196534858941, "W13": -14.882651543135182, "S13": -18.350598129538124, "W21": -37.569236044055486, "S21": -38.531353591165185, "W22": -39.851331608309088, "S22": -39.851331608309088, "W31": -73.223790558231215, "S31": -75.383377867771841, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.0591653794535461, "W13": -20.518662611704023, "S13": -20.518662611704023, "W21": -24.766194748947257, "S21": -29.495781374989779, "W22": -39.339165357248362, "S22": -39.339165357248362, "W31": -71.666188152707477, "S31": -71.666188152707477, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 506880.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2017944021353477, "S12": -7.2017944021353477, "W13": -19.093254715616577, "S13": -32.04266320665851, "W21": -40.15252092676819, "S21": -40.15252092676819, "W22": -29.999999999999996, "S22": -37.678730288512085, "W31": -70.0, "S31": -71.364018701693098, "W32": -93.428537484546197, "S32": -98.428537484546197 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 518943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0768997550326496, "S11": -1.0768997550326496, "W12": -10.010245114587994, "S12": -20.28801728748715, "W13": -24.706852925310969, "S13": -24.706852925310969, "W21": -33.806573828141133, "S21": -35.292515638435255, "W22": -39.550404526687061, "S22": -39.550404526687061, "W31": -72.864220707400207, "S31": -74.011338827163527, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.285714285710128, 510656.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1575930936220917, "S12": -7.1575930936220917, "W13": -19.265822907187758, "S13": -31.58103592712634, "W21": -40.017997090689178, "S21": -40.017997090689178, "W22": -36.698164315419547, "S22": -40.752913026848788, "W31": -75.478055882964711, "S31": -75.478055882964711, "W32": -94.664547202095534, "S32": -99.664547202095534 }, "geometry": { "type": "Point", "coordinates": [ 106350.5, 519010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36459798570875412, "S11": 0.36459798570875412, "W12": -10.0, "S12": -10.0, "W13": -16.710875029862844, "S13": -17.555182691375119, "W21": -32.582511212556618, "S21": -32.582511212556618, "W22": -36.156967623493415, "S22": -37.022865838818113, "W31": -64.404496560516321, "S31": -64.886554519357148, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.666666666671517, 500814.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20273364086788526, "S11": -0.20273364086788526, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.282674434734332, "W21": -40.703133851995659, "S21": -40.723087929056611, "W22": -34.58992692961764, "S22": -34.58992692961764, "W31": -70.0, "S31": -71.133443752901471, "W32": -92.203821736071561, "S32": -97.203821736071561 }, "geometry": { "type": "Point", "coordinates": [ 106350.833333333328483, 498120.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8484768838541807, "W12": -10.0, "S12": -17.418065188786549, "W13": -24.431585637114711, "S13": -24.431585637114711, "W21": -37.551344559133319, "S21": -37.551344559133319, "W22": -36.936109440291624, "S22": -38.132347242813843, "W31": -68.198607064983477, "S31": -68.198607064983477, "W32": -98.064354563594222, "S32": -103.06435456359422 }, "geometry": { "type": "Point", "coordinates": [ 106351.0, 511391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46338579537809033, "S11": 0.46338579537809033, "W12": -9.162685846170362, "S12": -9.162685846170362, "W13": -15.488304529201431, "S13": -15.488304529201431, "W21": -41.029924692047949, "S21": -41.368323549574832, "W22": -40.0, "S22": -40.671501284860334, "W31": -80.0, "S31": -80.0, "W32": -95.147546351246291, "S32": -100.14754635124629 }, "geometry": { "type": "Point", "coordinates": [ 106351.25, 498459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12197163847604098, "S11": -0.12197163847604098, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.420280205298962, "W21": -40.742779909320504, "S21": -40.801706880646648, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -72.448895595917946, "S31": -74.318729852421939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106351.666666666671517, 498162.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70719236827468224, "S11": -0.70719236827468224, "W12": -5.7413073887195889, "S12": -5.7413073887195889, "W13": -16.451028125738596, "S13": -19.079152876385489, "W21": -30.0, "S21": -30.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106352.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.752867417219662, "W31": -80.0, "S31": -80.0, "W32": -95.014952455013059, "S32": -100.01495245501306 }, "geometry": { "type": "Point", "coordinates": [ 106352.0, 529968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.041209636084059476, "S11": -0.041209636084059476, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -17.883335737295063, "W21": -40.782425966645427, "S21": -40.880325832236828, "W22": -37.679587070040149, "S22": -37.679587070040149, "W31": -70.0, "S31": -70.27420110765155, "W32": -94.008807159513267, "S32": -99.008807159513267 }, "geometry": { "type": "Point", "coordinates": [ 106352.5, 498204.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.029369554074833437, "S11": -0.029369554074833437, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.971921727006105, "W21": -40.788051540130432, "S21": -40.891646970237957, "W22": -35.6407616639747, "S22": -35.6407616639747, "W31": -70.0, "S31": -70.563214914725066, "W32": -92.120127981097028, "S32": -97.120127981097028 }, "geometry": { "type": "Point", "coordinates": [ 106353.0, 498211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039552366307921999, "S11": 0.039552366307921999, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -17.586331099256633, "W21": -40.822072023970343, "S21": -40.958944783826993, "W22": -38.689360687490733, "S22": -38.689360687490733, "W31": -70.193212458326556, "S31": -70.280742908869257, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106353.333333333328483, 498246.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0507950135738438, "S11": -1.0507950135738438, "W12": -9.5022603079979255, "S12": -20.117556395045469, "W13": -24.392308509398855, "S13": -24.392308509398855, "W21": -32.571728813017764, "S21": -33.479105965210429, "W22": -38.905237804386161, "S22": -40.581924242199243, "W31": -59.082135713682042, "S31": -59.107929203207178, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106353.333333333328483, 510580.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5023781962350553, "S11": -1.7923215907388195, "W12": -10.0, "S12": -19.983414462233817, "W13": -25.359703188395009, "S13": -25.359703188395009, "W21": -36.323374025419525, "S21": -38.467159294443164, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106353.333333333328483, 510878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3677130238627924, "S11": -1.3677130238627924, "W12": -5.8732836402652673, "S12": -5.8732836402652673, "W13": -20.0, "S13": -20.0, "W21": -43.816011767574835, "S21": -43.98641557662912, "W22": -40.0, "S22": -40.603549101500455, "W31": -80.0, "S31": -80.0, "W32": -95.124626529693444, "S32": -100.12462652969344 }, "geometry": { "type": "Point", "coordinates": [ 106353.428571428565192, 520955.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35150569836120127, "S11": -0.35150569836120127, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.094964627548897, "W21": -40.621717175212936, "S21": -40.621717175212936, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106353.5, 498039.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2651046389054279, "S11": 0.2651046389054279, "W12": -7.049879034742621, "S12": -7.049879034742621, "W13": -15.0, "S13": -16.214876619199057, "W21": -40.929658907876266, "S21": -41.171407713133114, "W22": -40.512685563782242, "S22": -40.512685563782242, "W31": -63.483073990579889, "S31": -63.483073990579889, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106353.555555555562023, 498358.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.953629817049436, "W13": -18.813998766628494, "S13": -21.289884798595153, "W21": -25.251935876864565, "S21": -31.025434472690357, "W22": -40.0, "S22": -40.0, "W31": -72.508511063194291, "S31": -74.462853597512535, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106354.0, 506474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1073117490812763, "S11": -1.1073117490812763, "W12": -10.256122109014838, "S12": -20.256122109014839, "W13": -25.000692419175159, "S13": -25.000692419175159, "W21": -34.963866958059469, "S21": -37.455366229425586, "W22": -39.488774451627656, "S22": -39.488774451627656, "W31": -71.423974835775098, "S31": -71.423974835775098, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106354.0, 510731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42408468640560332, "S11": -0.42408468640560332, "W12": -10.0, "S12": -16.231838469713072, "W13": -16.231838469713072, "S13": -16.596984901755814, "W21": -40.256702955269667, "S21": -40.256702955269667, "W22": -36.324536544986785, "S22": -38.080417797481871, "W31": -74.900964317970832, "S31": -75.17625778505311, "W32": -95.673550801809512, "S32": -100.67355080180951 }, "geometry": { "type": "Point", "coordinates": [ 106354.0, 513700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12031436869976631, "S11": 0.12031436869976631, "W12": -5.5820794494238308, "S12": -5.5820794494238308, "W13": -15.0, "S13": -17.062029818082539, "W21": -40.861718081295187, "S21": -41.037563735417031, "W22": -48.711536367370691, "S22": -48.720843938931971, "W31": -71.104215888021415, "S31": -71.104215888021415, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106354.166666666671517, 498288.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0095368628629311, "S12": -7.0095368628629311, "W13": -19.846245914162896, "S13": -30.039770283375766, "W21": -39.561900750145227, "S21": -39.561900750145227, "W22": -39.982151306008525, "S22": -39.982151306008525, "W31": -73.060269122509482, "S31": -75.744183021018884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106354.285714285710128, 519234.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55481787833039187, "S11": -0.55481787833039187, "W12": -8.0969086917757416, "S12": -15.537229762985726, "W13": -23.514521594801092, "S13": -23.514521594801092, "W21": -30.0, "S21": -30.0, "W22": -37.746983776454798, "S22": -37.746983776454798, "W31": -70.0, "S31": -70.264512384929802, "W32": -94.658444654881364, "S32": -99.658444654881364 }, "geometry": { "type": "Point", "coordinates": [ 106354.5, 508852.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20487626882505139, "S11": 0.20487626882505139, "W12": -6.4838172937577152, "S12": -6.4838172937577152, "W13": -15.0, "S13": -16.537728536907856, "W21": -40.90136413862011, "S21": -41.11618268700721, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106355.0, 498331.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.97034722171682253, "S11": 0.97034722171682253, "W12": -10.0, "S12": -11.934542586750791, "W13": -25.841029023746703, "S13": -25.841029023746703, "W21": -41.420142155036665, "S21": -41.99873794473806, "W22": -48.826038120303259, "S22": -48.835415844119481, "W31": -71.09430140410268, "S31": -71.09430140410268, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106355.0, 498868.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42455589844974323, "S11": 0.42455589844974323, "W12": -7.1959961535099222, "S12": -10.102864995935242, "W13": -14.998040599734674, "S13": -18.197994035231297, "W21": -40.207298584974673, "S21": -40.207298584974673, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -53.640862124357945, "S31": -53.640862124357945, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106355.0, 499455.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74214698997574258, "S11": -0.74214698997574258, "W12": -9.4499496573451491, "S12": -12.157353695181566, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -30.0, "S21": -30.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106355.0, 508005.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63145952961442242, "S11": 0.63145952961442242, "W12": -10.0, "S12": -10.000000000000002, "W13": -18.74824283957172, "S13": -18.74824283957172, "W21": -41.15202319928413, "S21": -41.611345929272197, "W22": -36.886544012323796, "S22": -37.991547573725249, "W31": -68.360752739806429, "S31": -68.360752739806429, "W32": -98.00188875836767, "S32": -103.00188875836767 }, "geometry": { "type": "Point", "coordinates": [ 106355.888888888890506, 498591.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.8666023504648304, "W12": -4.8830761779561334, "S12": -4.8830761779561334, "W13": -11.899361405321621, "S13": -11.899361405321621, "W21": -40.0, "S21": -42.420340572171128, "W22": -30.0, "S22": -34.365929769155571, "W31": -70.0, "S31": -72.916972877701809, "W32": -92.772957033758928, "S32": -97.772957033758928 }, "geometry": { "type": "Point", "coordinates": [ 106356.0, 497337.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63175670463229139, "S11": 0.63175670463229139, "W12": -10.0, "S12": -10.002574002573725, "W13": -18.755930416447022, "S13": -18.755930416447022, "W21": -41.152199918870025, "S21": -41.611742929622714, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106356.0, 498592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59711373936650169, "S11": 0.59711373936650169, "W12": -5.2399476355822543, "S12": -8.481404383024449, "W13": -15.0, "S13": -18.057634109795682, "W21": -41.0274920043896, "S21": -41.235175357125385, "W22": -40.0, "S22": -40.590067521087036, "W31": -79.999999999999986, "S31": -79.999999999999986, "W32": -95.101706708140597, "S32": -100.1017067081406 }, "geometry": { "type": "Point", "coordinates": [ 106356.285714285710128, 499218.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7905549067160598, "S12": -8.0843188647986803, "W13": -21.833065709518412, "S13": -23.624976169054182, "W21": -27.839522295517455, "S21": -32.631996983303971, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -72.568126530470707, "S31": -74.606977342603315, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106356.666666666671517, 506345.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52963981762918566, "S11": -5.6076039121447678, "W12": -10.0, "S12": -13.681207588247162, "W13": -20.365846805261064, "S13": -20.365846805261064, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.347878289016187, "S22": -38.347878289016187, "W31": -70.0, "S31": -70.154158934551944, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106356.714285714289872, 504555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41034855669245485, "S11": -0.41034855669245485, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.137589559016444, "W21": -40.579946555755136, "S21": -40.579946555755136, "W22": -37.153331255280072, "S22": -39.097452623030073, "W31": -67.296207121914918, "S31": -67.296207121914918, "W32": -98.813154004995468, "S32": -103.81315400499547 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 498001.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21653627311522047, "S11": 0.21653627311522047, "W12": -10.616413652825322, "S12": -10.616413652825322, "W13": -14.927827488673627, "S13": -18.246537031277963, "W21": -38.851903490937858, "S21": -38.90936243757637, "W22": -39.834700927925233, "S22": -39.835359154953871, "W31": -73.252148562134977, "S31": -75.849407722774657, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 499685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58509968725566841, "S11": -5.6792103892789765, "W12": -10.0, "S12": -13.515887945188819, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -36.131708249082429, "S22": -37.767853095252349, "W31": -74.460064958752952, "S31": -74.703096086676183, "W32": -95.716384080889597, "S32": -100.7163840808896 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 504495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.844954262358895, "W13": -18.56493700995507, "S13": -21.154825821629846, "W21": -24.862268972484696, "S21": -30.762500574052872, "W22": -40.0, "S22": -40.0, "W31": -52.794560470010119, "S31": -52.794560470010119, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 506491.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2219839539473121, "S12": -9.5876519150713744, "W13": -15.0, "S13": -27.558797825855272, "W21": -40.0, "S21": -40.0, "W22": -37.843355081282034, "S22": -37.843355081282034, "W31": -70.0, "S31": -70.24830096036473, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 515274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91394835577135303, "S11": -0.91394835577135303, "W12": -6.0777683286754378, "S12": -6.0777683286754378, "W13": -20.0, "S13": -23.546678437431027, "W21": -45.0, "S21": -45.114128885677097, "W22": -35.632082793878325, "S22": -37.147223391841543, "W31": -72.922741349944516, "S31": -72.922741349944516, "W32": -95.804408311330633, "S32": -100.80440831133063 }, "geometry": { "type": "Point", "coordinates": [ 106357.0, 520646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90179751667481511, "S11": -2.0145482882797374, "W12": -10.0, "S12": -11.956045312422525, "W13": -19.65750486292152, "S13": -22.250192248661804, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -50.000000000000007, "S31": -50.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106357.111111111109494, 504009.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.27412285009725, "S13": -18.153707629791835, "W21": -34.265440634750469, "S21": -34.265440634750469, "W22": -40.0, "S22": -40.604478837329331, "W31": -80.0, "S31": -80.0, "W32": -95.078786886587835, "S32": -100.07878688658784 }, "geometry": { "type": "Point", "coordinates": [ 106357.428571428565192, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62495269741985926, "S11": -5.4342981144197289, "W12": -9.9999999999999982, "S12": -13.284888411408183, "W13": -19.977867779050481, "S13": -19.977867779050481, "W21": -30.0, "S21": -30.0, "W22": -34.764186241212379, "S22": -41.02961437966291, "W31": -70.602497296234205, "S31": -70.602497296234205, "W32": -94.51373276237554, "S32": -99.51373276237554 }, "geometry": { "type": "Point", "coordinates": [ 106358.0, 504454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88780564062593148, "S11": -0.88780564062593148, "W12": -6.0667165921455481, "S12": -13.171516923202862, "W13": -21.3408985580243, "S13": -21.3408985580243, "W21": -30.0, "S21": -30.0, "W22": -40.032881624286205, "S22": -40.032881624286205, "W31": -72.627741997747052, "S31": -74.751101087693911, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106358.0, 510026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82912844036697242, "S11": -0.82912844036697242, "W12": -10.081600756033732, "S12": -13.223201190592597, "W13": -18.89655996393147, "S13": -36.243665034749085, "W21": -40.0, "S21": -40.0, "W22": -40.077670221561291, "S22": -40.077670221561291, "W31": -72.700528148006867, "S31": -74.908965547051352, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106358.0, 512677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2322428273930619, "S12": -7.2322428273930619, "W13": -18.983829088305384, "S13": -32.380408588085707, "W21": -40.22346024363943, "S21": -40.22346024363943, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -50.51475995377676, "S31": -50.51475995377676, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106358.0, 518898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92480813338038104, "S11": -0.98127356330527271, "W12": -10.006476845108036, "S12": -13.810110021676163, "W13": -18.193935798495865, "S13": -31.479020791546205, "W21": -40.0, "S21": -40.0, "W22": -40.122458818836307, "S22": -40.122458818836307, "W31": -72.773314298266598, "S31": -75.066830006408637, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106358.125, 512796.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52328908953287712, "S11": -0.52328908953287712, "W12": -4.5648252911813554, "S12": -4.5648252911813554, "W13": -17.060153479357158, "S13": -20.347501479103553, "W21": -30.0, "S21": -30.433641521173975, "W22": -36.836978584355961, "S22": -37.850747904636648, "W31": -68.522898414629367, "S31": -68.522898414629367, "W32": -97.93942295314109, "S32": -102.93942295314109 }, "geometry": { "type": "Point", "coordinates": [ 106358.6, 501935.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3603248942978965, "S11": 2.3603248942978965, "W12": -4.8399100265128965, "S12": -4.8399100265128965, "W13": -18.498219864050935, "S13": -18.498219864050935, "W21": -38.820746546668069, "S21": -38.820746546668069, "W22": -40.0, "S22": -40.0, "W31": -51.467929017931539, "S31": -51.467929017931539, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106358.625, 522520.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4236721497848928, "W12": -4.9620900692840779, "S12": -11.265723938183044, "W13": -25.025336080565488, "S13": -25.025336080565488, "W21": -32.282593795631065, "S21": -34.884936366011559, "W22": -40.0, "S22": -40.074099551430592, "W31": -54.589300252299346, "S31": -54.589300252299346, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106358.8, 506056.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.7383674656455248, "S11": 0.7383674656455248, "W12": -5.0, "S12": -5.0333818085668955, "W13": -15.990853658536585, "S13": -18.331282272950848, "W21": -41.371631461670482, "S21": -41.762420439479783, "W22": -40.125954176998128, "S22": -40.125954176998128, "W31": -72.845985708146429, "S31": -75.224579725386093, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106359.0, 499096.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.75993698650054153, "S11": 0.75993698650054153, "W12": -5.5508159410589997, "S12": -5.5508159410589997, "W13": -17.133086145239467, "S13": -19.164677393367334, "W21": -41.396573053082442, "S21": -41.811304513069807, "W22": -40.0, "S22": -40.0, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106359.285714285710128, 499077.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8095068602461879, "S12": -8.8095068602461879, "W13": -15.0, "S13": -17.963615501997424, "W21": -39.806297577981255, "S21": -39.806297577981255, "W22": -40.0, "S22": -40.706415526954522, "W31": -80.0, "S31": -80.0, "W32": -95.055867065034988, "S32": -100.05586706503499 }, "geometry": { "type": "Point", "coordinates": [ 106359.916666666671517, 516077.583333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46485317361284428, "S11": -1.4648531736128443, "W12": -5.0, "S12": -5.0, "W13": -14.984597149419871, "S13": -17.372427214339606, "W21": -40.541244966439415, "S21": -40.541244966439415, "W22": -40.082302857815449, "S22": -40.082302857815449, "W31": -72.893225948910242, "S31": -75.356898275247531, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106360.0, 497965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.0177654333927264, "W12": -6.4406501395501561, "S12": -14.811805745297386, "W13": -25.516680633596849, "S13": -25.516680633596849, "W21": -30.652009652180272, "S21": -30.652009652180269, "W22": -39.835386324723352, "S22": -39.835386324723352, "W31": -73.198288847594938, "S31": -75.448946894310552, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106360.0, 505713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79745483685099905, "S11": -0.79745483685099905, "W12": -9.2387165809563356, "S12": -12.637656135569273, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.406934150314946, "S22": -38.395381746905805, "W31": -65.405428806671807, "S31": -65.464516830370542, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106360.0, 508330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46919141502370848, "S11": -0.46919141502370848, "W12": -5.0, "S12": -5.0, "W13": -14.983655729135993, "S13": -17.392707496770264, "W21": -40.538175936297328, "S21": -40.538175936297328, "W22": -40.038651538632806, "S22": -40.038651538632806, "W31": -72.94046618967397, "S31": -75.489216825108812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106360.5, 497962.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10846229913473429, "S11": -3.5490771164804724, "W12": -10.0, "S12": -10.007066240532376, "W13": -17.064063757039424, "S13": -18.435413219759447, "W21": -22.018718626623357, "S21": -28.664478635735495, "W22": -36.776231524847717, "S22": -37.627164463099859, "W31": -68.74612372080118, "S31": -68.74612372080118, "W32": -97.804373712667356, "S32": -102.80437371266736 }, "geometry": { "type": "Point", "coordinates": [ 106361.0, 506633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6911111012927798, "S11": -2.2266835471980109, "W12": -10.0, "S12": -20.0, "W13": -25.272143298733546, "S13": -25.542332983438229, "W21": -36.3223106371969, "S21": -38.067420587385222, "W22": -36.005347693823929, "S22": -36.834488247393871, "W31": -64.44310908076811, "S31": -64.892132897782375, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106361.0, 510913.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60579953067381831, "S11": -0.60579953067381831, "W12": -10.306949694678686, "S12": -12.514704788327816, "W13": -20.0, "S13": -37.114731675919217, "W21": -40.0, "S21": -40.0, "W22": -36.470347433243774, "S22": -36.877362069401762, "W31": -69.931452373076084, "S31": -69.931452373076084, "W32": -96.942295627713065, "S32": -101.94229562771307 }, "geometry": { "type": "Point", "coordinates": [ 106361.0, 512485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2165967201247838, "S12": -9.5837814969872657, "W13": -15.0, "S13": -27.571032718746668, "W21": -40.0, "S21": -40.0, "W22": -39.996208138279421, "S22": -39.996208138279421, "W31": -72.987706430437797, "S31": -75.621535374970279, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106361.0, 515276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.183862440932447, "S13": -18.042221968647027, "W21": -33.924944187274697, "S21": -33.924944187274697, "W22": -40.0, "S22": -40.0, "W31": -50.511667737100908, "S31": -50.511667737100908, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106361.75, 500965.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12610225287948423, "S11": 0.12610225287948423, "W12": -3.9966473533416544, "S12": -3.9966473533416544, "W13": -12.384813346485487, "S13": -12.384813346485487, "W21": -37.701001334868216, "S21": -39.36864594288155, "W22": -38.908124811700937, "S22": -40.646540471151312, "W31": -59.03553792703358, "S31": -59.03553792703358, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106362.0, 497017.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68939201630217251, "S11": 0.68939201630217251, "W12": -10.0, "S12": -10.767399793755377, "W13": -20.0, "S13": -20.0, "W21": -41.194589056878534, "S21": -41.69801647623337, "W22": -40.0, "S22": -40.502100294668203, "W31": -80.0, "S31": -80.038065597318635, "W32": -95.124080819656484, "S32": -100.12408081965648 }, "geometry": { "type": "Point", "coordinates": [ 106362.0, 498644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48697811351234754, "S11": 0.48697811351234754, "W12": -5.5733069418917012, "S12": -10.050196910104301, "W13": -15.0, "S13": -18.13596083765885, "W21": -40.699407861172453, "S21": -40.699407861172453, "W22": -40.0, "S22": -40.801898773857772, "W31": -80.0, "S31": -80.0, "W32": -95.037340209279819, "S32": -100.03734020927982 }, "geometry": { "type": "Point", "coordinates": [ 106362.0, 499333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0444893248701677, "W12": -4.9651315789473687, "S12": -6.5625290029282484, "W13": -25.131374891447454, "S13": -25.131374891447454, "W21": -32.099550749413588, "S21": -34.10634050810971, "W22": -36.804851304806533, "S22": -36.804851304806533, "W31": -70.0, "S31": -70.346781479522335, "W32": -92.334201597437357, "S32": -97.334201597437357 }, "geometry": { "type": "Point", "coordinates": [ 106362.0, 505978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9797812947920477, "S12": -6.9797812947920477, "W13": -19.970932263652095, "S13": -29.651259230064561, "W21": -39.451758429201817, "S21": -39.451758429201817, "W22": -37.038910660171169, "S22": -38.020930867948742, "W31": -62.046181639325781, "S31": -62.308800532920429, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106362.142857142855064, 519280.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9897894786622743, "S12": -9.0330486828011072, "W13": -15.000000000000002, "S13": -18.808489896361383, "W21": -39.299287336458853, "S21": -39.299287336458853, "W22": -40.0, "S22": -40.0, "W31": -51.178395571459511, "S31": -51.178395571459511, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106362.454545454544132, 515713.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54964505277809994, "S11": -0.54964505277810005, "W12": -5.0, "S12": -5.0, "W13": -14.966003960775076, "S13": -17.202700016923181, "W21": -40.496405316839528, "S21": -40.496405316839528, "W22": -30.000000000000004, "S22": -35.834505893866833, "W31": -70.0, "S31": -72.920665803339062, "W32": -92.939027514284362, "S32": -97.939027514284362 }, "geometry": { "type": "Point", "coordinates": [ 106364.0, 497924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71416099141239098, "S11": 0.71416099141239098, "W12": -5.200375949664517, "S12": -5.7444002754180863, "W13": -15.000000000000002, "S13": -17.651859446568114, "W21": -41.325062836249536, "S21": -41.683031312606794, "W22": -44.550884445868128, "S22": -44.558189260833672, "W31": -71.369321431451269, "S31": -71.369321431451269, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106364.0, 499116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0574587631553296, "S12": -8.0574587631553296, "W13": -15.627135073413323, "S13": -20.072935118634909, "W21": -42.374999193226081, "S21": -45.374999193226081, "W22": -40.0, "S22": -40.0, "W31": -52.566208205283388, "S31": -52.566208205283388, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106364.0, 517590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.214632531450011, "S11": -1.214632531450011, "W12": -5.9463269018485985, "S12": -5.9463269018485985, "W13": -20.0, "S13": -25.0, "W21": -44.270433763053987, "S21": -44.406566248085845, "W22": -46.696693362446581, "S22": -46.704916312806901, "W31": -71.209428065837784, "S31": -71.209428065837784, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106364.0, 520846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59074471273432505, "S11": -1.9088950832503604, "W12": -7.9056955858291538, "S12": -8.758702117614213, "W13": -23.563376003225173, "S13": -23.563376003225173, "W21": -30.0, "S21": -30.0, "W22": -37.34950058191918, "S22": -37.34950058191918, "W31": -70.0, "S31": -70.338118688396989, "W32": -93.545502766306541, "S32": -98.545502766306541 }, "geometry": { "type": "Point", "coordinates": [ 106364.333333333328483, 507511.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24857551172938144, "S11": 0.24857551172938144, "W12": -10.459857121595464, "S12": -10.739046575813033, "W13": -14.933147735976572, "S13": -18.246492211938772, "W21": -38.954420744146645, "S21": -38.954420744146645, "W22": -35.943162031932417, "S22": -36.84184315465189, "W31": -63.973913336933045, "S31": -64.34018829668284, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106364.4, 499665.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106365.839080459772958, 530027.950191570911556 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76004487048749914, "W12": -10.0, "S12": -10.650593616193071, "W13": -18.437934983701876, "S13": -21.027737272983874, "W21": -24.529922148927319, "S21": -30.497256164308698, "W22": -40.0, "S22": -40.0, "W31": -51.845123405817311, "S31": -51.845123405817311, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106366.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2626912526507761, "S12": -7.2626912526507761, "W13": -18.874403460994191, "S13": -32.718153969512898, "W21": -40.294399560510655, "S21": -40.294399560510655, "W22": -40.0, "S22": -40.897382020761185, "W31": -80.0, "S31": -80.0, "W32": -95.018813353524578, "S32": -100.01881335352458 }, "geometry": { "type": "Point", "coordinates": [ 106366.0, 518853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1829192219602671, "S12": -8.1829192219602671, "W13": -15.094857841360088, "S13": -21.528296310394307, "W21": -42.029347775591283, "S21": -42.029347775591283, "W22": -48.998700654995325, "S22": -49.007978156934222, "W31": -71.036060536431449, "S31": -71.036060536431449, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106366.428571428565192, 517336.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.318264802389729, "S12": -14.613966399993588, "W13": -22.959548803293529, "S13": -22.959548803293529, "W21": -30.0, "S21": -30.0, "W22": -36.351621380790903, "S22": -38.418003419460533, "W31": -65.505348065124494, "S31": -65.505348065124494, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106366.857142857144936, 509451.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9585391672547634, "S11": -1.0041323981582446, "W12": -10.007208320327402, "S12": -13.739644423020522, "W13": -18.198715921953841, "S13": -31.367878160462027, "W21": -40.0, "S21": -40.0, "W22": -36.436104792475788, "S22": -38.793520188218174, "W31": -65.714777827946136, "S31": -65.714777827946136, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106367.0, 512785.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5247546354300656, "S12": -4.5247546354300656, "W13": -17.509355748367369, "S13": -17.509355748367369, "W21": -39.177930934742605, "S21": -39.177930934742605, "W22": -30.958929259874779, "S22": -33.80533167262773, "W31": -70.0, "S31": -72.413117110312015, "W32": -92.715309607576543, "S32": -97.715309607576543 }, "geometry": { "type": "Point", "coordinates": [ 106367.0, 522999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65006769911860007, "S11": 0.65006769911860007, "W12": -5.4367244639546888, "S12": -7.4058262241726993, "W13": -15.0, "S13": -18.022875870004359, "W21": -41.167666656319106, "S21": -41.439149844392674, "W22": -40.600682444493202, "S22": -40.600682444493202, "W31": -63.588277340957831, "S31": -63.588277340957831, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106367.142857142855064, 499170.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32137217920412275, "S11": 0.32137217920412275, "W12": -7.8351748621733472, "S12": -7.8351748621733472, "W13": -15.000000000000002, "S13": -15.744734480707116, "W21": -40.94141889505088, "S21": -41.200635484912659, "W22": -37.020991075215534, "S22": -39.10492788017303, "W31": -67.239338912741573, "S31": -67.239338912741573, "W32": -99.040627624730888, "S32": -104.04062762473089 }, "geometry": { "type": "Point", "coordinates": [ 106367.428571428565192, 498389.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95056825192081207, "S11": -0.95056825192081207, "W12": -8.4420005603810591, "S12": -18.233510984859834, "W13": -23.770126643868942, "S13": -23.770126643868942, "W21": -30.16096666038802, "S21": -33.87897503637685, "W22": -36.038685570579176, "S22": -37.468581791057225, "W31": -64.796650819367343, "S31": -65.280573540912911, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106368.0, 510435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0429708985646566, "S11": -1.0429708985646566, "W12": -9.0687406855439647, "S12": -20.003749317056833, "W13": -24.160865639626923, "S13": -24.160865639626923, "W21": -31.669079738348575, "S21": -31.680767560392059, "W22": -38.956863663872838, "S22": -38.956863663872838, "W31": -72.277729954904032, "S31": -72.5779413965967, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106368.0, 510531.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46893218720152818, "S11": -0.62468593756137081, "W12": -9.026496356397999, "S12": -15.661220054591411, "W13": -15.661220054591411, "S13": -18.025444534290301, "W21": -40.0, "S21": -40.0, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -50.0, "S31": -50.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106368.0, 513541.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9579566846038219, "S12": -7.0689672770054557, "W13": -15.0, "S13": -15.0, "W21": -39.197616208369922, "S21": -39.197616208369922, "W22": -40.0, "S22": -40.0, "W31": -52.511851240175112, "S31": -52.511851240175112, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106368.571428571434808, 524208.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.05737168964955211, "S11": 0.05737168964955211, "W12": -4.125197622874234, "S12": -4.125197622874234, "W13": -12.761260790521369, "S13": -12.761260790521369, "W21": -37.652660505047223, "S21": -39.237961384760439, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106369.046875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29, "S11": -3.7, "W12": -3.71, "S12": -8.0, "W13": -11.4, "S13": -11.656740344911343, "W21": -37.905711691972613, "S21": -40.15149323492102, "W22": -42.899699625344979, "S22": -42.906306405653261, "W31": -71.473012389294638, "S31": -71.48578373018583, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9500257267212042, "S12": -6.9500257267212042, "W13": -20.0, "S13": -29.161079486255041, "W21": -39.341616108258521, "S21": -39.341616108258521, "W22": -35.613057534383891, "S22": -37.050902734660319, "W31": -72.94160383685248, "S31": -73.020022448521232, "W32": -95.91472995945071, "S32": -100.91472995945071 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 519327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.360924776719099, "S13": -18.35346265539663, "W21": -33.981023102310232, "S21": -33.981023102310232, "W22": -40.0, "S22": -40.992865267664357, "W31": -80.0, "S31": -80.0, "W32": -95.000286497769437, "S32": -100.00028649776944 }, "geometry": { "type": "Point", "coordinates": [ 106371.0, 501061.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5277614056352959, "S12": -4.5277614056352959, "W13": -17.519372213427349, "S13": -17.519372213427349, "W21": -39.148419032634997, "S21": -39.148419032634997, "W22": -30.000000000000004, "S22": -37.360126951660732, "W31": -70.0, "S31": -71.473772220874025, "W32": -93.505286781931446, "S32": -98.505286781931446 }, "geometry": { "type": "Point", "coordinates": [ 106371.0, 522995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.333643628873604, "S12": -11.705707733203939, "W13": -16.106536412337011, "S13": -20.293972357864188, "W21": -30.307186817099975, "S21": -30.307186817099975, "W22": -35.475281374566933, "S22": -35.475281374566933, "W31": -70.0, "S31": -70.610212254878661, "W32": -92.224308237889474, "S32": -97.224308237889474 }, "geometry": { "type": "Point", "coordinates": [ 106371.8, 500590.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6295387095592275, "S12": -14.791073503245265, "W13": -23.268978270710175, "S13": -23.268978270710175, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -53.178579074532919, "S31": -53.178579074532919, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106372.0, 509062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55948494923981429, "S11": -2.1503137250075994, "W12": -7.4010449750274656, "S12": -7.4010449750274656, "W13": -22.979880138201544, "S13": -22.979880138201544, "W21": -30.0, "S21": -31.164352832575013, "W22": -40.0, "S22": -40.0, "W31": -51.369891795356615, "S31": -51.369891795356615, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106373.0, 507367.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33662397826647694, "S11": 0.33662397826647694, "W12": -8.1758134424830988, "S12": -8.1758134424830988, "W13": -15.0, "S13": -15.552335170939497, "W21": -40.946779763166667, "S21": -41.213761294429091, "W22": -40.0, "S22": -40.0, "W31": -71.777553460379536, "S31": -72.818132247343371, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106373.296296296291985, 498402.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.080122711709983, "S11": -1.080122711709983, "W12": -9.5946348733233986, "S12": -20.213553580165836, "W13": -24.505420741360052, "S13": -24.505420741360052, "W21": -33.026216643654912, "S21": -34.605808985625536, "W22": -34.496082918426616, "S22": -34.496082918426616, "W31": -70.0, "S31": -71.092640706265612, "W32": -92.299423766290346, "S32": -97.299423766290346 }, "geometry": { "type": "Point", "coordinates": [ 106374.0, 510620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4995203070035179, "S11": -0.4995203070035179, "W12": -10.48119366094795, "S12": -12.168461080097192, "W13": -21.47521722498497, "S13": -35.505179410196973, "W21": -40.0, "S21": -40.0, "W22": -48.893402419975594, "S22": -48.902569937343451, "W31": -71.023108001578962, "S31": -71.023108001578962, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106374.0, 512365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2931396779084912, "S12": -7.2931396779084912, "W13": -18.764977833682998, "S13": -33.055899350940088, "W21": -40.365338877381888, "S21": -40.365338877381888, "W22": -41.607423878719608, "S22": -41.613487313653813, "W31": -71.555766637068302, "S31": -71.888227602526086, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106374.0, 518808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4288126828481973, "S12": -6.4288126828481973, "W13": -20.0, "S13": -20.227477764289898, "W21": -38.557517326487734, "S21": -38.557517326487734, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -72.461188543321938, "S31": -74.512383832919426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106374.625, 520116.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6528221346523084, "S12": -14.59170897748173, "W13": -23.092737117681512, "S13": -23.092737117681512, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.811091145001221, "S22": -39.811091145001221, "W31": -73.099306079894859, "S31": -75.120791476411355, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106374.75, 509317.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3793011593710611, "S11": 2.3793011593710611, "W12": -4.8715357591157522, "S12": -4.8715357591157522, "W13": -18.599908292523065, "S13": -18.599908292523065, "W21": -38.730100773889831, "S21": -38.730100773889831, "W22": -39.396158057924538, "S22": -39.396158057924538, "W31": -71.568218795723041, "S31": -71.568218795723041, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106375.0, 522475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2652173913043478, "S11": -1.2652173913043478, "W12": -5.9290224109956648, "S12": -5.9290224109956648, "W13": -20.0, "S13": -20.0, "W21": -44.215306714792312, "S21": -44.335924675603657, "W22": -35.161973821932087, "S22": -35.161973821932087, "W31": -70.0, "S31": -70.852460048311841, "W32": -92.259904483654282, "S32": -97.259904483654282 }, "geometry": { "type": "Point", "coordinates": [ 106377.0, 520874.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34071557061076835, "S11": 0.34071557061076835, "W12": -9.6735752118759279, "S12": -10.938190139742169, "W13": -14.95439807653265, "S13": -18.238314547361203, "W21": -39.266596418387564, "S21": -39.266596418387564, "W22": -35.692578963134324, "S22": -37.090692147307209, "W31": -72.693160398926977, "S31": -72.693160398926977, "W32": -95.95723252810788, "S32": -100.95723252810788 }, "geometry": { "type": "Point", "coordinates": [ 106377.333333333328483, 499590.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.70302165887076573, "S11": 0.70302165887076573, "W12": -5.6335012923269723, "S12": -6.3279090131096272, "W13": -15.362306180388732, "S13": -18.080162885429385, "W21": -41.307841308248761, "S21": -41.637621396479481, "W22": -40.0, "S22": -41.08834851456777, "W31": -80.0, "S31": -80.0, "W32": -95.000000000000014, "S32": -100.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106378.0, 499123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95700798821066391, "S11": -1.0969294474159579, "W12": -5.0, "S12": -6.3092875744140597, "W13": -18.535516831762809, "S13": -21.550342989233528, "W21": -30.0, "S21": -31.827885970866184, "W22": -38.281912259941905, "S22": -38.281912259941905, "W31": -79.36788625315252, "S31": -79.885643465191748, "W32": -95.878211215315389, "S32": -100.87821121531539 }, "geometry": { "type": "Point", "coordinates": [ 106378.0, 503239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53626173384870235, "S11": -1.4278981411349612, "W12": -9.676940073907577, "S12": -14.200452328560917, "W13": -25.5914914739902, "S13": -25.5914914739902, "W21": -30.168344816674772, "S21": -30.168344816674772, "W22": -36.533631279980668, "S22": -36.805020954007183, "W31": -69.603618216289078, "S31": -69.603618216289078, "W32": -97.330064995733295, "S32": -102.3300649957333 }, "geometry": { "type": "Point", "coordinates": [ 106378.0, 505528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95017295720935446, "S11": -0.95017295720935446, "W12": -8.3437937797702428, "S12": -18.410587315093476, "W13": -23.734994277725619, "S13": -23.734994277725619, "W21": -30.0, "S21": -33.684796256135144, "W22": -40.0, "S22": -40.0, "W31": -52.337855940556167, "S31": -52.337855940556167, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106378.0, 510432.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1027607284876675, "S12": -5.1027607284876675, "W13": -19.329049462184347, "S13": -19.329049462184347, "W21": -39.275396482775278, "S21": -39.36560518882856, "W22": -40.0, "S22": -40.0, "W31": -53.84530690889072, "S31": -53.84530690889072, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106378.333333333328483, 522125.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10317785750896979, "S11": -0.10317785750896979, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -40.738593618685258, "S21": -40.805293887502465, "W22": -37.542461324033454, "S22": -37.542461324033454, "W31": -70.0, "S31": -70.319699744545872, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106379.0, 498195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68116326788159798, "S11": -0.68116326788159798, "W12": -5.6112304541140032, "S12": -5.6112304541140032, "W13": -16.526250975842089, "S13": -18.801457012752049, "W21": -30.000000000000004, "S21": -30.000000000000007, "W22": -39.768744136475711, "S22": -39.768744136475711, "W31": -73.020634354625457, "S31": -74.744071898862074, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106379.0, 501601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4421866451622174, "S12": -7.4421866451622174, "W13": -18.19064861265101, "S13": -30.485824145240549, "W21": -40.801543686915139, "S21": -41.075983645104351, "W22": -39.392868831575981, "S22": -39.392868831575981, "W31": -71.29552174175646, "S31": -71.29552174175646, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106379.0, 518583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2090935412797468, "S11": -2.5998682060307052, "W12": -10.0, "S12": -11.946100886294435, "W13": -19.525824370743894, "S13": -22.525824370743894, "W21": -30.069193742033555, "S21": -30.326092119369338, "W22": -40.0, "S22": -40.0, "W31": -50.064038056902383, "S31": -50.064038056902383, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 503949.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19, "S11": -4.5000001, "W12": -10.9, "S12": -10.9, "W13": -16.6, "S13": -19.6, "W21": -21.8, "S21": -28.7, "W22": -39.798989033397518, "S22": -39.799659634449533, "W31": -73.158728814570637, "S31": -75.704769309252583, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80632011727166653, "S11": -0.80632011727166653, "W12": -9.1922459375806032, "S12": -11.23323215179057, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.372795835044442, "S22": -38.842635599568283, "W31": -65.849645427744278, "S31": -65.849645427744278, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 508264.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3939301561076975, "S12": -5.3939301561076975, "W13": -20.0, "S13": -20.0, "W21": -39.224197867233663, "S21": -39.390082335495954, "W22": -37.633377667206062, "S22": -37.633377667206062, "W31": -70.0, "S31": -70.304164872107094, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 521684.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65554734786456792, "S11": 0.65554734786456792, "W12": -10.0, "S12": -10.0, "W13": -19.526936330488034, "S13": -19.526936330488034, "W21": -41.158231947402633, "S21": -41.634247479063312, "W22": -40.0, "S22": -40.0, "W31": -53.933743721138697, "S31": -53.933743721138697, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.444444444437977, 498631.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65569593537353077, "S11": 0.65569593537353077, "W12": -10.0, "S12": -10.001524390244079, "W13": -19.530404796249549, "S13": -19.530404796249549, "W21": -41.158320307195602, "S21": -41.634445979238613, "W22": -41.790001, "S22": -41.790001, "W31": -71.093538754845781, "S31": -71.093538754845781, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106380.5, 498631.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39295948727405017, "S11": 0.39295948727405017, "W12": -9.0790438874277637, "S12": -9.0790438874277637, "W13": -15.0, "S13": -15.04319288587762, "W21": -40.974596735023916, "S21": -41.272009369432517, "W22": -37.710289237070285, "S22": -37.710289237070285, "W31": -70.0, "S31": -70.290288717100694, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 498442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79002944671860553, "S11": -4.8451042990740518, "W12": -10.0, "S12": -12.85213346036122, "W13": -19.927362419434804, "S13": -19.927362419434804, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -33.59451002249164, "S22": -33.59451002249164, "W31": -70.0, "S31": -71.404237908270446, "W32": -92.403849375188443, "S32": -97.403849375188443 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 504373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55152129817444218, "S11": -2.277822503252525, "W12": -6.2088517729701458, "S12": -6.2088517729701458, "W13": -22.590215734203195, "S13": -22.590215734203195, "W21": -29.374550207502821, "S21": -31.319343680601833, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 507273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0675748206045192, "S11": -1.3480742837848241, "W12": -9.2341281669150526, "S12": -20.103243044504506, "W13": -24.299023101541245, "S13": -24.299023101541245, "W21": -32.218332787332812, "S21": -33.034406684530246, "W22": -39.797295173420196, "S22": -39.797922528493132, "W31": -73.154970678734628, "S31": -75.684294021254047, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 510573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6774724420466747, "S12": -7.6774724420466747, "W13": -17.277338195328891, "S13": -23.210435939887098, "W21": -41.505482463584315, "S21": -41.505482463584315, "W22": -40.0, "S22": -40.0, "W31": -49.999999999999993, "S31": -49.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.0, 518227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85026627540485289, "S11": -0.85026627540485289, "W12": -5.0, "S12": -6.3596604948229327, "W13": -18.431886623612602, "S13": -21.485490669222077, "W21": -30.0, "S21": -32.587977758476761, "W22": -40.0, "S22": -40.059906780687896, "W31": -54.642823172845141, "S31": -54.642823172845141, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.333333333328483, 503113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7268387869255173, "S11": -2.3708061931156017, "W12": -10.0, "S12": -19.612193001354179, "W13": -25.229439735214388, "S13": -25.229439735214388, "W21": -36.102406945567097, "S21": -37.760771664313296, "W22": -41.512853422028037, "S22": -41.512853422028037, "W31": -70.998359544081012, "S31": -70.998359544081012, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106381.5, 510914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46507403328133634, "S11": 0.46507403328133634, "W12": -10.0, "S12": -10.0, "W13": -16.016498377208798, "S13": -16.016498377208798, "W21": -41.014829894084244, "S21": -41.351859463976716, "W22": -39.999999999999993, "S22": -41.183831761471005, "W31": -80.000000000000014, "S31": -80.000000000000014, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 498485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.2318431433212158, "W12": -9.9038174884333188, "S12": -12.260318502364964, "W13": -21.854685426263682, "S13": -21.854685426263682, "W21": -30.0, "S21": -30.0, "W22": -34.978222373745751, "S22": -41.376455717409712, "W31": -71.40081896861038, "S31": -71.40081896861038, "W32": -94.657767329665802, "S32": -99.657767329665802 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 504811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76869229105568482, "S11": -0.76869229105568482, "W12": -9.2875052778589833, "S12": -11.805443183252063, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.756085163052248, "S22": -37.769131319788855, "W31": -68.716372677700591, "S31": -68.716372677700591, "W32": -98.007349864830076, "S32": -103.00734986483008 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 508030.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -16.847475783729937, "W13": -24.483698760724501, "S13": -24.483698760724501, "W21": -37.262149963916436, "S21": -37.262149963916436, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 511411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3235881031662053, "S12": -7.3235881031662053, "W13": -18.655552206371805, "S13": -33.393644732367278, "W21": -40.43627819425312, "S21": -40.43627819425312, "W22": -48.910529387598565, "S22": -48.919707707318921, "W31": -71.005007507609264, "S31": -71.005007507609264, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.0, 518763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81605347056467881, "S11": -0.81605347056467881, "W12": -6.1356883964865547, "S12": -12.267337322466105, "W13": -21.619780843504966, "S13": -21.619780843504966, "W21": -30.0, "S21": -30.0, "W22": -36.352303653668486, "S22": -38.856555238249328, "W31": -65.891553477995217, "S31": -65.891553477995217, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.777777777781012, 510075.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 2.3968786965939963, "S11": 2.3968786965939963, "W12": -4.903001333467496, "S12": -4.903001333467496, "W13": -18.699882803541335, "S13": -18.699882803541335, "W21": -38.727132961072591, "S21": -38.727132961072591, "W22": -41.475991446638275, "S22": -41.475991446638275, "W31": -70.903180333316215, "S31": -70.903180333316215, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106382.888888888890506, 522428.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88572017159060612, "S11": 0.88572017159060612, "W12": -9.5242670608524271, "S12": -11.267722558234626, "W13": -25.0, "S13": -25.0, "W21": -41.476268295523759, "S21": -41.968429739341396, "W22": -40.0, "S22": -40.0, "W31": -50.779018404294057, "S31": -50.779018404294057, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 498964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.509684318253385, "S11": -5.5096843182533846, "W12": -9.9627775519290704, "S12": -12.872122402824028, "W13": -21.17658628765124, "S13": -21.17658628765124, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.3308560418387, "S31": -56.3308560418387, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 504700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.0979457079970656, "W12": -6.5623460843867996, "S12": -15.032694137219934, "W13": -25.462682837114958, "S13": -25.462682837114958, "W21": -30.000000000000004, "S21": -30.005421118793301, "W22": -41.439129471248506, "S22": -41.439129471248506, "W31": -70.808001122551445, "S31": -70.808001122551445, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 505717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.91724963181150643, "W12": -5.0, "S12": -7.133706033077102, "W13": -23.521771984509304, "S13": -24.904364062341173, "W21": -28.981030486717774, "S21": -33.191071341526111, "W22": -40.0, "S22": -40.221944144828775, "W31": -80.0, "S31": -80.150672047607685, "W32": -95.252965836602755, "S32": -100.25296583660275 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 506271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.574523653633564, "W13": -22.932117693938658, "S13": -22.932117693938658, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.777196876032029, "S22": -36.777196876032029, "W31": -70.0, "S31": -70.395378774757404, "W32": -92.474746580683231, "S32": -97.474746580683231 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 509515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7455268792124263, "S11": -1.7455268792124263, "W12": -5.7043729705738535, "S12": -5.7043729705738535, "W13": -20.0, "S13": -20.0, "W21": -42.769123047446712, "S21": -42.936438633673113, "W22": -39.534749757189083, "S22": -39.534749757189083, "W31": -79.999999999999986, "S31": -80.498924479290281, "W32": -95.746053834295154, "S32": -100.74605383429515 }, "geometry": { "type": "Point", "coordinates": [ 106383.0, 521215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.563740755157649, "W13": -19.605814465685842, "S13": -21.799987202418414, "W21": -25.783410590123015, "S21": -31.176339565610164, "W22": -36.391268130683521, "S22": -36.784381250411109, "W31": -70.205957963831409, "S31": -70.205957963831409, "W32": -96.944812652412793, "S32": -101.94481265241279 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 506427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5552409043129332, "W12": -10.0, "S12": -10.232970027247957, "W13": -18.047793145978332, "S13": -20.649249961795189, "W21": -23.681572769953053, "S21": -29.856227075421323, "W22": -38.552568871806749, "S22": -38.552568871806749, "W31": -80.0, "S31": -80.549067084460901, "W32": -95.952809724552864, "S32": -100.95280972455286 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 506530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79388642197934123, "S11": -0.79388642197934123, "W12": -5.0019066279442095, "S12": -14.924362301122002, "W13": -22.344576801861841, "S13": -22.344576801861841, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -49.285864942620364, "S22": -49.295205739954767, "W31": -70.967905184841484, "S31": -70.967905184841484, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 509671.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.632811783250903, "W12": -10.0, "S12": -16.955637205706342, "W13": -24.623514458214171, "S13": -24.623514458214171, "W21": -37.146691473104127, "S21": -37.146691473104127, "W22": -39.800226219908097, "S22": -39.800226219908097, "W31": -73.080356971608353, "S31": -75.10850587867003, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 511371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.548400697877289, "S12": -12.080381207345001, "W13": -22.026613476146238, "S13": -35.33946245836524, "W21": -39.936601745482484, "S21": -39.936601745482484, "W22": -38.603754801592949, "S22": -40.519594146027934, "W31": -59.451198232905973, "S31": -59.451198232905973, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106384.0, 512332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4024378059147895, "S11": -3.4213912584039612, "W12": -10.0, "S12": -18.907644174086812, "W13": -25.353122878479532, "S13": -25.353122878479532, "W21": -36.41148006059418, "S21": -36.41148006059418, "W22": -36.838545308728463, "S22": -39.15637181993263, "W31": -67.189633741467702, "S31": -67.189633741467702, "W32": -99.459823508052523, "S32": -104.45982350805252 }, "geometry": { "type": "Point", "coordinates": [ 106384.166666666671517, 511058.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53344610430811579, "S11": -0.53344610430811579, "W12": -4.556439267886816, "S12": -4.556439267886816, "W13": -17.075643165360177, "S13": -20.344249621061145, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106384.2, 501966.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0227814043754411, "S11": -1.0464580491225348, "W12": -10.066325603373071, "S12": -13.651189303413096, "W13": -18.217745836770717, "S13": -31.873569276709084, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -54.496582210547437, "S31": -54.496582210547437, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106384.25, 512760.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3646412320914898, "S11": 0.3646412320914898, "W12": -8.8302266320084506, "S12": -8.8302266320084506, "W13": -15.0, "S13": -15.182672433784104, "W21": -40.956579752478802, "S21": -41.23811777091197, "W22": -39.178701943141583, "S22": -39.178701943141583, "W31": -72.57242062302501, "S31": -73.170165841000681, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106384.857142857144936, 498428.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80449933975968757, "S11": -4.8388581732532518, "W12": -10.0, "S12": -12.85115102129069, "W13": -19.925486653673655, "S13": -19.925486653673655, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.919486839651107, "S22": -33.919486839651107, "W31": -70.0, "S31": -71.270981685039331, "W32": -92.390434632092649, "S32": -97.390434632092649 }, "geometry": { "type": "Point", "coordinates": [ 106385.166666666671517, 504372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -71.707286339677893, "S31": -72.679130874505958, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106385.436842105264077, 530016.378947368473746 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1569756430693925, "S12": -8.1569756430693925, "W13": -15.148053313154385, "S13": -20.930920052139466, "W21": -42.088497567089043, "S21": -42.088497567089043, "W22": -39.577087336296024, "S22": -39.577087336296024, "W31": -72.768109326906313, "S31": -73.79950446955867, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106385.571428571434808, 517378.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38942602403153692, "S11": 0.38942602403153692, "W12": -9.1679637879519795, "S12": -9.1679637879519795, "W13": -15.0, "S13": -15.0, "W21": -40.969990244484357, "S21": -41.265084330505864, "W22": -36.658137561418307, "S22": -37.437833878554017, "W31": -69.062273016686049, "S31": -69.062273016686049, "W32": -97.823080265190526, "S32": -102.82308026519053 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 498444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.651300296270036, "W13": -20.580642341053998, "S13": -20.580642341053998, "W21": -24.701587533644695, "S21": -29.734174592578817, "W22": -40.0, "S22": -40.0, "W31": -52.109503675829437, "S31": -52.109503675829437, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 506873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89563223511558776, "S11": -0.89563223511558776, "W12": -5.0, "S12": -12.761397337747431, "W13": -21.49031017515069, "S13": -21.49031017515069, "W21": -30.0, "S21": -30.0, "W22": -36.560702361259317, "S22": -37.044458676052265, "W31": -69.437006683669296, "S31": -69.437006683669296, "W32": -97.553688094683977, "S32": -102.55368809468398 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 509874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1855921470926241, "S12": -9.5483204520256368, "W13": -15.0, "S13": -27.563972077160827, "W21": -40.0, "S21": -40.0, "W22": -46.956173806253382, "S22": -46.964523713742317, "W31": -71.125461988721653, "S31": -71.125461988721653, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 515307.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0073276235291981, "S12": -8.0073276235291981, "W13": -15.875518934038251, "S13": -19.247000129395502, "W21": -42.368809730668985, "S21": -45.368809730668985, "W22": -40.0, "S22": -40.0, "W31": -51.315489322107702, "S31": -51.315489322107702, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 517680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1568714840269916, "S12": -7.1568714840269916, "W13": -19.308831647658007, "S13": -31.657502292587584, "W21": -39.923381826516582, "S21": -39.923381826516582, "W22": -40.319053805477324, "S22": -40.319053805477324, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106386.0, 519016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9264641159175078, "S12": -6.9264641159175078, "W13": -20.0, "S13": -28.737051357957721, "W21": -39.22685546690839, "S21": -39.22685546690839, "W22": -30.0, "S22": -35.703023808411515, "W31": -70.0, "S31": -72.962258539156963, "W32": -92.978868650942431, "S32": -97.978868650942431 }, "geometry": { "type": "Point", "coordinates": [ 106386.8, 519365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0679175682155762, "S11": -1.3179175682155762, "W12": -5.0, "S12": -6.2343870771616032, "W13": -18.634910457135135, "S13": -21.421504224679985, "W21": -30.000000000000004, "S21": -30.682399624079782, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106387.0, 503340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76102867318802314, "S11": -0.93963122984115288, "W12": -9.2455909578096076, "S12": -12.245590957809608, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -80.000000000000014, "S31": -80.20289681589658, "W32": -95.333428832589789, "S32": -100.33342883258979 }, "geometry": { "type": "Point", "coordinates": [ 106387.0, 508005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5000000000000373, "S11": -0.5000000000000373, "W12": -6.2749145038191232, "S12": -6.2749145038191232, "W13": -20.0, "S13": -25.516835600221562, "W21": -41.301638272950697, "S21": -41.320762000905916, "W22": -40.566009601800246, "S22": -40.566009601800246, "W31": -62.405564414141971, "S31": -62.405564414141971, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106387.176470588237862, 520351.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17582708531558439, "S11": -3.9875648190184463, "W12": -3.9875648190184463, "S12": -7.9341554071647273, "W13": -11.53161283484993, "S13": -12.025419004390823, "W21": -38.369436109027248, "S21": -41.122196334011555, "W22": -36.891694552782077, "S22": -38.194665740586323, "W31": -62.166635058601571, "S31": -62.391743717997336, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106387.333333333328483, 497084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6110110782708541, "S11": -0.6110110782708541, "W12": -8.1343543334493571, "S12": -15.663428779174811, "W13": -23.717820767777859, "S13": -23.717820767777859, "W21": -30.0, "S21": -30.0, "W22": -44.523629499394538, "S22": -44.530949549981358, "W31": -71.297781051337452, "S31": -71.297781051337452, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106388.0, 508821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49876967982940368, "S11": -0.49876967982940368, "W12": -10.726046815934865, "S12": -11.642985897741646, "W13": -23.563309470462865, "S13": -32.673065568023844, "W21": -39.750739762950332, "S21": -39.750739762950332, "W22": -37.181527059676206, "S22": -37.181527059676206, "W31": -70.0, "S31": -70.396933356758012, "W32": -94.405402038196357, "S32": -99.405402038196357 }, "geometry": { "type": "Point", "coordinates": [ 106388.0, 512185.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8919511721287421, "S12": -8.8919511721287421, "W13": -15.0, "S13": -16.327431667756965, "W21": -39.487072582923339, "S21": -39.487072582923339, "W22": -40.0, "S22": -41.208426256818122, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106388.07894736842718, 515897.53947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88760715622426833, "S11": -2.7238944821258375, "W12": -5.1590205726255132, "S12": -5.1590205726255132, "W13": -11.946308318264014, "S13": -13.304577236437652, "W21": -40.0, "S21": -41.91632158478599, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106389.0, 497444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.205522367887552, "S11": -1.205522367887552, "W12": -5.8926472944821322, "S12": -7.0642332449077481, "W13": -18.739983881346859, "S13": -21.123260459005937, "W21": -30.0, "S21": -31.493195368696387, "W22": -41.443310407096597, "S22": -41.449327126381583, "W31": -71.51418457680073, "S31": -71.953230111619675, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106389.0, 503459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7110345985891837, "W12": -5.0, "S12": -6.0115912486389309, "W13": -21.306538939506535, "S13": -21.306538939506535, "W21": -26.292641895119921, "S21": -30.302956586467516, "W22": -36.268502514861105, "S22": -38.919590288280432, "W31": -66.068329128044368, "S31": -66.068329128044368, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106389.0, 507009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.88843441075648055, "S11": 0.88843441075648055, "W12": -9.8340587446284129, "S12": -12.464774276915094, "W13": -25.0, "S13": -24.999999999999996, "W21": -41.463571975051103, "S21": -41.946929401002002, "W22": -38.303054103857654, "S22": -41.345877490207783, "W31": -80.0, "S31": -80.0, "W32": -94.999999999999986, "S32": -99.999999999999986 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 498960.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -12.321859507997381, "S12": -13.321859507997381, "W13": -15.595989115778478, "S13": -19.635889425653712, "W21": -30.000000000000004, "S21": -30.517038422036691, "W22": -36.115699714914079, "S22": -38.232228041832165, "W31": -65.702500331996433, "S31": -65.702500331996433, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 500401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9518518518518517, "W12": -8.6952077473564291, "S12": -15.307131122474733, "W13": -25.551546526060626, "S13": -25.551546526060626, "W21": -30.140639091330101, "S21": -30.140639091330101, "W22": -36.809673745004474, "S22": -38.980101864505336, "W31": -67.402810903650177, "S31": -67.402810903650177, "W32": -99.134317145124285, "S32": -104.13431714512429 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 505645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1189316440894099, "S11": -1.1189316440894099, "W12": -9.9467958271236974, "S12": -20.192018609708256, "W13": -24.768278726160048, "S13": -24.768278726160048, "W21": -34.06703834237257, "S21": -36.504532984770492, "W22": -40.0, "S22": -40.0, "W31": -54.963151556236582, "S31": -54.963151556236582, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 510694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31, "S11": -0.7, "W12": -12.7, "S12": -17.8, "W13": -17.809999, "S13": -17.809999, "W21": -41.77, "S21": -41.77, "W22": -36.315925182354917, "S22": -37.152970409988292, "W31": -70.60604489093366, "S31": -70.60604489093366, "W32": -96.833034831911647, "S32": -101.83303483191165 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4144562338169311, "S11": 2.4144562338169311, "W12": -4.9344669078192398, "S12": -4.9344669078192398, "W13": -18.801021463455022, "S13": -18.801021463455022, "W21": -38.724165148255352, "S21": -38.724165148255352, "W22": -30.943054480378468, "S22": -33.45960625403891, "W31": -70.0, "S31": -72.347653256328101, "W32": -92.802564138504607, "S32": -97.802564138504607 }, "geometry": { "type": "Point", "coordinates": [ 106390.777777777781012, 522381.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5296306516858795, "S12": -8.5296306516858795, "W13": -15.0, "S13": -25.0, "W21": -41.004284420324083, "S21": -41.004284420324083, "W22": -31.063260130384762, "S22": -33.216247348537856, "W31": -70.0, "S31": -72.302056531671525, "W32": -92.795602465086503, "S32": -97.795602465086503 }, "geometry": { "type": "Point", "coordinates": [ 106391.560344827594236, 516625.435344827594236 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1214578158319988, "S11": -1.1214578158319988, "W12": -9.950298062593145, "S12": -20.075601436404362, "W13": -24.775829044482972, "S13": -24.775829044482972, "W21": -34.097673074435811, "S21": -36.60237347732749, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106392.0, 510697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3557180804713855, "S12": -7.3557180804713855, "W13": -18.542568557708822, "S13": -33.142459934531338, "W21": -40.505420707173407, "S21": -40.505420707173407, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106392.636363636367605, 518715.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.4784462707396493, "W12": -9.6391565378210018, "S12": -11.080494793141607, "W13": -22.968643728194177, "S13": -22.968643728194177, "W21": -30.0, "S21": -30.0, "W22": -35.753075132390322, "S22": -37.034160902772875, "W31": -72.469433972808744, "S31": -72.469433972808744, "W32": -96.110056744885128, "S32": -101.11005674488513 }, "geometry": { "type": "Point", "coordinates": [ 106393.0, 504999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38514943155047721, "S11": 0.38514943155047721, "W12": -9.2092030910891491, "S12": -9.2092030910891491, "W13": -15.032975380813403, "S13": -15.032975380813403, "W21": -40.963900618457103, "S21": -41.256114875725146, "W22": -39.780525078720146, "S22": -39.780832423748954, "W31": -73.086229047071598, "S31": -75.247382186585867, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106393.037037037036498, 498447.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4268625430775792, "W12": -4.9661179272517186, "S12": -10.884189896444198, "W13": -25.0, "S13": -25.0, "W21": -31.622850671991188, "S21": -34.012479836038878, "W22": -36.179370005309707, "S22": -37.36202950056061, "W31": -71.465425485939789, "S31": -71.465425485939789, "W32": -96.427292136764251, "S32": -101.42729213676425 }, "geometry": { "type": "Point", "coordinates": [ 106393.2, 506032.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.499850008443933, "S12": -5.9484405624520296, "W13": -15.0, "S13": -15.0, "W21": -40.548772243012841, "S21": -40.548772243012841, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106393.333333333328483, 524767.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37215989793324777, "S11": 0.37215989793324777, "W12": -9.0662006264802493, "S12": -9.0662006264802493, "W13": -15.0, "S13": -15.0, "W21": -40.956318039187288, "S21": -41.241348281122768, "W22": -39.290580781777564, "S22": -39.290580781777564, "W31": -71.733669793104767, "S31": -71.733669793104767, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106393.5, 498440.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54690314188513101, "S11": -0.54690314188513112, "W12": -9.7449024822695041, "S12": -10.036224494725714, "W13": -19.154942295832967, "S13": -21.419302337456276, "W21": -25.070428038271793, "S21": -30.69212822683243, "W22": -35.863979610088762, "S22": -37.110170688318981, "W31": -72.196712081138543, "S31": -72.196712081138543, "W32": -96.140852164570887, "S32": -101.14085216457089 }, "geometry": { "type": "Point", "coordinates": [ 106393.5, 506458.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7244634033175561, "S11": -0.7244634033175561, "W12": -5.0, "S12": -5.0, "W13": -14.971691354025554, "S13": -17.243553881187864, "W21": -40.42736215275248, "S21": -40.42736215275248, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106393.6, 497892.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85815414286234126, "S11": 0.85815414286234126, "W12": -10.000000000000002, "S12": -15.197912835601326, "W13": -25.0, "S13": -25.0, "W21": -41.311176858360533, "S21": -41.821362361367683, "W22": -39.016562099714413, "S22": -39.016562099714413, "W31": -72.17551738154512, "S31": -72.235884431806852, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106394.0, 498808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5478915844878698, "S11": -1.5478915844878698, "W12": -5.8090603234409155, "S12": -5.8090603234409155, "W13": -20.0, "S13": -20.0, "W21": -43.585407698187815, "S21": -43.70993257298003, "W22": -36.296397857727825, "S22": -37.199419142738606, "W31": -70.700022472631545, "S31": -70.700022472631545, "W32": -96.8163221251952, "S32": -101.8163221251952 }, "geometry": { "type": "Point", "coordinates": [ 106394.0, 521058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92793336763132384, "S11": -0.92793336763132384, "W12": -5.6401290720470181, "S12": -12.127645452486993, "W13": -21.137931098128448, "S13": -21.137931098128448, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.0, "S22": -37.041523614809357, "W31": -70.0, "S31": -71.583525740055194, "W32": -93.582036079316538, "S32": -98.582036079316538 }, "geometry": { "type": "Point", "coordinates": [ 106394.333333333328483, 510002.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6334411403596754, "S12": -6.4155282589239508, "W13": -22.16688706274946, "S13": -23.890456261500866, "W21": -27.737633466056209, "S21": -32.334561498740229, "W22": -35.319476694631355, "S22": -35.319476694631355, "W31": -70.0, "S31": -70.65588183196742, "W32": -92.339660498675272, "S32": -97.339660498675272 }, "geometry": { "type": "Point", "coordinates": [ 106394.833333333328483, 506323.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4680821741396874, "S12": -7.4680821741396874, "W13": -18.107999134841382, "S13": -29.666318290570523, "W21": -40.837929037945713, "S21": -40.837929037945713, "W22": -39.18658905985567, "S22": -39.18658905985567, "W31": -71.901036764321759, "S31": -71.901036764321759, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106395.0, 518546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6962228215671473, "S12": -5.6962228215671473, "W13": -20.0, "S13": -20.0, "W21": -42.62943731871524, "S21": -42.780487102505603, "W22": -49.573029230244998, "S22": -49.582504283408241, "W31": -70.899749833251519, "S31": -70.899749833251519, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106395.0, 521229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72800004847192268, "S11": 0.72800004847192268, "W12": -6.1016108398819942, "S12": -6.1016108398819942, "W13": -17.707856598016782, "S13": -19.951295320420492, "W21": -41.339544530840215, "S21": -41.677288661723182, "W22": -30.0, "S22": -37.84713520456112, "W31": -70.0, "S31": -70.0, "W32": -94.265698099241789, "S32": -99.265698099241789 }, "geometry": { "type": "Point", "coordinates": [ 106396.0, 499098.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37100897990374015, "S11": 0.37100897990374015, "W12": -10.0, "S12": -10.0, "W13": -16.831974533297139, "S13": -17.798129098010481, "W21": -32.36805645020393, "S21": -32.36805645020393, "W22": -36.597779149314398, "S22": -39.316980043574141, "W31": -67.078908926721738, "S31": -67.078908926721738, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106396.111111111109494, 500815.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3856952715141733, "S11": -1.3856952715141733, "W12": -5.883097523215322, "S12": -5.883097523215322, "W13": -20.0, "S13": -20.0, "W21": -44.019389977855653, "S21": -44.121155451106134, "W22": -36.297537174878528, "S22": -37.418893843311231, "W31": -63.103002316970176, "S31": -63.364786933832093, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106396.857142857144936, 520946.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32270457070439201, "S11": -0.65542806932485043, "W12": -12.357633178405433, "S12": -12.357633178405433, "W13": -17.574698185052291, "S13": -22.061311873399013, "W21": -41.642046868435955, "S21": -41.642046868435955, "W22": -40.0, "S22": -40.045714009945236, "W31": -54.69634609339105, "S31": -54.69634609339105, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106397.0, 514250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.00271501892833928, "S11": -0.00271501892833928, "W12": -4.2553310450472166, "S12": -4.2553310450472157, "W13": -13.012650994817605, "S13": -13.012650994817603, "W21": -37.690176596263711, "S21": -39.544040911241559, "W22": -35.910415942958856, "S22": -37.680663059088523, "W31": -65.419675440227351, "S31": -65.919675440227351, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106397.333333333328483, 496987.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.763277138869796, "S22": -39.763960113945195, "W31": -73.065309067006311, "S31": -75.488511607733798, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106397.373076923075132, 530034.484615384601057 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8584461632595612, "W12": -10.0, "S12": -10.026158799299276, "W13": -18.056295365717478, "S13": -20.649245189155121, "W21": -23.65302254346285, "S21": -29.842476271712822, "W22": -36.749542447257532, "S22": -36.749542447257532, "W31": -70.0, "S31": -70.443976069992459, "W32": -92.860792232631795, "S32": -97.860792232631795 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 506534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69833178869323453, "S11": -0.69833178869323453, "W12": -10.435307170639273, "S12": -15.627118614545992, "W13": -24.666281945589446, "S13": -24.666281945589446, "W21": -38.021756763799907, "S21": -38.021756763799907, "W22": -40.0, "S22": -41.233020752165224, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 511809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49957653393021884, "S11": -0.49957653393021884, "W12": -10.894664146554231, "S12": -11.284392553799446, "W13": -25.0, "S13": -29.792682926829269, "W21": -39.047286388971067, "S21": -39.047286388971067, "W22": -38.32420581226377, "S22": -38.32420581226377, "W31": -79.478921111091552, "S31": -80.096632378395739, "W32": -96.096124469230446, "S32": -101.09612446923045 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 512062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1164526964105659, "S11": -1.1769709748410828, "W12": -9.9999999999999982, "S12": -14.103250614672078, "W13": -17.558857510120294, "S13": -28.795983372352993, "W21": -40.0, "S21": -40.0, "W22": -34.402238907235592, "S22": -34.402238907235592, "W31": -70.0, "S31": -71.051837659629754, "W32": -92.395025796509117, "S32": -97.395025796509117 }, "geometry": { "type": "Point", "coordinates": [ 106398.0, 512856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57998235228414396, "S11": -5.5935177221765171, "W12": -10.0, "S12": -13.526409628400621, "W13": -20.350101180606739, "S13": -20.350101180606739, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.113639883262636, "W31": -80.0, "S31": -80.263278497896621, "W32": -95.381850853548926, "S32": -100.38185085354893 }, "geometry": { "type": "Point", "coordinates": [ 106398.285714285710128, 504571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4320337710398663, "S11": 2.4320337710398663, "W12": -4.9659324821709845, "S12": -4.9659324821709845, "W13": -18.902244846827355, "S13": -18.902244846827355, "W21": -38.721197335438113, "S21": -38.721197335438113, "W22": -39.228380144009805, "S22": -39.228380144009805, "W31": -71.167068647737835, "S31": -71.192248407536511, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106398.666666666671517, 522335.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57237972508599078, "W12": -5.0, "S12": -6.3603540647565806, "W13": -22.456314347785018, "S13": -24.105950143830803, "W21": -27.936720746419446, "S21": -32.432996673509329, "W22": -36.319993242757512, "S22": -36.712080416605431, "W31": -70.501100582724504, "S31": -70.501100582724504, "W32": -96.944208341624986, "S32": -101.94420834162499 }, "geometry": { "type": "Point", "coordinates": [ 106399.0, 506311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62124397029007283, "S11": -1.7455209720606808, "W12": -7.5835033919805861, "S12": -8.5766673093531534, "W13": -23.586165927111988, "S13": -23.586165927111988, "W21": -30.0, "S21": -30.0, "W22": -41.424409926870069, "S22": -41.424409926870069, "W31": -70.762757411886994, "S31": -70.762757411886994, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106399.0, 507544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9804725779412653, "S12": -9.0509406953750879, "W13": -14.999999999999998, "S13": -18.646172598113125, "W21": -39.389683467326712, "S21": -39.389683467326712, "W22": -36.675191741748534, "S22": -37.687514734941061, "W31": -68.909846940771814, "S31": -68.909846940771814, "W32": -98.075276776519061, "S32": -103.07527677651906 }, "geometry": { "type": "Point", "coordinates": [ 106399.170731707316008, 515713.756097560981289 ] } }, +{ "type": "Feature", "properties": { "W11": 0.045445464862645946, "S11": -1.1507974193879911, "W12": -4.1713546749120614, "S12": -5.4575406331665031, "W13": -12.722159233619093, "S13": -12.818893927496772, "W21": -37.751468697721258, "S21": -39.78007782208762, "W22": -40.0, "S22": -40.0, "W31": -55.429720901926643, "S31": -55.429720901926643, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106400.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49326179186423746, "S11": -0.49326179186423746, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.804244694132336, "W21": -40.522748316446808, "S21": -40.522748316446808, "W22": -48.978505364686001, "S22": -48.987732437791024, "W31": -70.933167658872335, "S31": -70.933167658872335, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106400.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.84040676021747729, "S11": 0.84040676021747729, "W12": -8.9748706577974886, "S12": -11.791624584499059, "W13": -23.631840796019901, "S13": -24.24921940541936, "W21": -41.450469265017766, "S21": -41.889365471045664, "W22": -41.692526823430022, "S22": -41.698662188955126, "W31": -71.465826294361676, "S31": -71.884259978002234, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106400.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49252091584556001, "S11": 0.49252091584556001, "W12": -6.5104251110606697, "S12": -11.379573564139704, "W13": -15.0, "S13": -18.116141399677822, "W21": -40.766473576759367, "S21": -40.766473576759367, "W22": -40.0, "S22": -40.0, "W31": -72.38081812861914, "S31": -74.517986136399401, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106400.0, 499312.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069603342577725866, "S11": 0.069603342577725866, "W12": -13.127090952321646, "S12": -13.592674008595504, "W13": -14.857724464711051, "S13": -18.361975823974959, "W21": -38.21445499239222, "S21": -39.352238329068761, "W22": -39.770850681693361, "S22": -39.770850681693361, "W31": -72.974821601558503, "S31": -74.759273261278935, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106400.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0274347212420607, "S11": -1.0274347212420607, "W12": -10.225348938644954, "S12": -13.264889507002207, "W13": -18.823794311769095, "S13": -35.62011219099395, "W21": -40.0, "S21": -40.0, "W22": -39.453150758600707, "S22": -39.453150758600707, "W31": -71.47024943873862, "S31": -71.47024943873862, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106401.0, 512664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -30.0, "S22": -36.891059384354541, "W31": -70.0, "S31": -71.837477385703195, "W32": -93.510767548663267, "S32": -98.510767548663267 }, "geometry": { "type": "Point", "coordinates": [ 106401.191489361706772, 529968.21276595746167 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47563265671107935, "S11": -2.5225071878157217, "W12": -9.1880247089400804, "S12": -14.993502812409975, "W13": -25.585339392554157, "S13": -25.585339392554157, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -51.261086848858675, "S31": -51.261086848858675, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106402.0, 505604.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40756323461045973, "S11": 0.40756323461045973, "W12": -9.5652838261138751, "S12": -9.5652838261138751, "W13": -15.443586428596795, "S13": -15.443586428596795, "W21": -40.971740609906796, "S21": -41.275600056911422, "W22": -40.0, "S22": -40.0, "W31": -54.182141099366362, "S31": -54.182141099366362, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106402.285714285710128, 498467.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58759603968168306, "S11": -0.58759603968168306, "W12": -10.726762867112532, "S12": -11.773309876713881, "W13": -23.518361659107057, "S13": -34.165855423689891, "W21": -39.761795516173869, "S21": -39.761795516173869, "W22": -39.903833260852544, "S22": -39.903833260852544, "W31": -72.892723820229804, "S31": -75.751761684227773, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106402.5, 512223.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.307896891437178, "S13": -18.317717235367702, "W21": -33.774668624446377, "S21": -33.774668624446377, "W22": -37.519771557957441, "S22": -37.519771557957441, "W31": -70.0, "S31": -70.343817359284373, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106403.0, 500971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83476654610248435, "S11": -0.83476654610248435, "W12": -9.0308082924941981, "S12": -12.126971971685283, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -35.192258506278385, "S22": -41.723297055156557, "W31": -72.199140640985107, "S31": -72.199140640985107, "W32": -94.801801896955993, "S32": -99.801801896955993 }, "geometry": { "type": "Point", "coordinates": [ 106403.25, 508313.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3878480577765639, "S12": -7.3878480577765639, "W13": -18.429584909045829, "S13": -32.136621201989499, "W21": -40.574563220093729, "S21": -40.574563220093729, "W22": -37.405335578026794, "S22": -37.405335578026794, "W31": -70.0, "S31": -70.36519838144018, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106403.272727272720658, 518668.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88042796703611692, "S11": -2.5879198518808098, "W12": -10.0, "S12": -11.641494525574974, "W13": -19.718104405400116, "S13": -22.225204344566809, "W21": -30.0, "S21": -30.0, "W22": -37.602029762814944, "S22": -37.602029762814944, "W31": -70.0, "S31": -70.328867836099178, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106403.555555555562023, 504014.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9029025051138104, "S12": -6.9029025051138104, "W13": -20.0, "S13": -28.313023229660406, "W21": -39.112094825558259, "S21": -39.112094825558259, "W22": -40.0, "S22": -40.005419313494443, "W31": -71.584539335868286, "S31": -72.408596480124359, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106403.6, 519403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6179727971010796, "S11": -1.6179727971010796, "W12": -10.009415858287642, "S12": -15.866286365361098, "W13": -24.61997056492698, "S13": -24.61997056492698, "W21": -37.447975095737583, "S21": -37.447975095737583, "W22": -36.613538363394198, "S22": -37.460212512774874, "W31": -69.136586597802463, "S31": -69.136586597802463, "W32": -97.935921694813487, "S32": -102.93592169481349 }, "geometry": { "type": "Point", "coordinates": [ 106404.0, 511592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1310320641785516, "S12": -8.1310320641785516, "W13": -15.225941855148523, "S13": -20.358236864085171, "W21": -42.147647358586703, "S21": -42.147647358586703, "W22": -40.0, "S22": -40.0, "W31": -51.046483722633255, "S31": -51.046483722633255, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106404.714285714289872, 517421.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67963516611477015, "S11": 0.67963516611477015, "W12": -10.0, "S12": -10.0, "W13": -20.341898954703833, "S13": -20.341898954703833, "W21": -41.164440695521179, "S21": -41.652319818153771, "W22": -35.639447366357864, "S22": -36.935761122940441, "W31": -73.348964578210413, "S31": -73.725050518914031, "W32": -96.136431529044245, "S32": -101.13643152904424 }, "geometry": { "type": "Point", "coordinates": [ 106405.0, 498671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.932856288022339, "S12": -12.03949538029207, "W13": -24.933168452871666, "S13": -26.378290404091178, "W21": -38.332463325350183, "S21": -38.332463325350183, "W22": -36.184701376053852, "S22": -38.982625338311799, "W31": -66.245104778093577, "S31": -66.245104778093577, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106405.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.335863987320803, "S13": -18.489519887829736, "W21": -32.681218121812179, "S21": -32.681218121812179, "W22": -38.29508952997498, "S22": -40.388352559394626, "W31": -59.866858538778459, "S31": -59.866858538778459, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.0, 501097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60017289647087779, "S11": -0.60017289647087779, "W12": -5.4811535195084184, "S12": -5.4811535195084184, "W13": -16.601473825945583, "S13": -18.523761149118609, "W21": -30.0, "S21": -30.000000000000004, "W22": -41.085600555012824, "S22": -41.085600555012824, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.0, 501642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35544250335956995, "S11": -2.5188568366517869, "W12": -4.9993421052631577, "S12": -7.848179314565483, "W13": -25.157008289625566, "S13": -25.157008289625566, "W21": -30.0, "S21": -31.339016341923433, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2496003126443314, "W12": -5.0, "S12": -10.193337992080131, "W13": -25.0, "S13": -26.083252258512871, "W21": -30.0, "S21": -33.684192331866754, "W22": -35.797945873598401, "S22": -37.691158137097915, "W31": -65.332564872114958, "S31": -65.80164509051059, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106406.0, 506205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2262300400101882, "W12": -6.7413396814981681, "S12": -15.269362234727659, "W13": -25.410278931293078, "S13": -25.410278931293078, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -52.181801809913829, "S31": -52.181801809913829, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.2, 505719.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.449611308262801, "S11": 2.449611308262801, "W12": -4.9973980565227292, "S12": -4.9973980565227292, "W13": -19.00346823019969, "S13": -19.00346823019969, "W21": -38.718229522620874, "S21": -38.718229522620874, "W22": -39.76506611509285, "S22": -39.76506611509285, "W31": -72.962425095621768, "S31": -74.739301637982834, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.555555555562023, 522288.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.393496386507419, "S13": -18.447602540442574, "W21": -34.024352180868654, "S21": -34.024352180868654, "W22": -46.034897922916677, "S22": -46.042907443911254, "W31": -71.128976534109896, "S31": -71.128976534109896, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106406.857142857144936, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -4.9621102771362589, "S12": -10.047977581168482, "W13": -25.0, "S13": -25.0, "W21": -31.147179262910985, "S21": -33.365501073093327, "W22": -36.66444236798808, "S22": -38.952932783421907, "W31": -67.479689782475901, "S31": -67.479689782475901, "W32": -99.323264147414051, "S32": -104.32326414741405 }, "geometry": { "type": "Point", "coordinates": [ 106407.0, 506012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58048005875714004, "S11": -2.0797648715463599, "W12": -7.1174140054786879, "S12": -7.1174140054786879, "W13": -22.867108696084266, "S13": -22.867108696084266, "W21": -30.000000000000004, "S21": -31.274166703356322, "W22": -48.924320213875525, "S22": -48.933561246010846, "W31": -70.915713611115834, "S31": -70.915713611115834, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106407.0, 507364.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2948375041219355, "S12": -14.689204969285548, "W13": -23.383530381803947, "S13": -23.383530381803947, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -72.308689696634033, "S31": -74.404616001069627, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106407.0, 509076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24538658838071692, "S11": -0.24538658838071692, "W12": -5.1905861969390701, "S12": -5.2039046190618841, "W13": -19.385279315551081, "S13": -21.298499961491316, "W21": -22.99391336659296, "S21": -28.975578746141949, "W22": -40.53133675910729, "S22": -40.53133675910729, "W31": -61.413435460316521, "S31": -61.413435460316521, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106408.0, 506726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35374814585908526, "S11": -0.35374814585908526, "W12": -5.0, "S12": -5.053556506545795, "W13": -19.915442039926187, "S13": -21.559722148589032, "W21": -23.251057790123234, "S21": -29.070352358407305, "W22": -47.129008239253118, "S22": -47.137496061820208, "W31": -71.041495911605509, "S31": -71.041495911605509, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106408.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.202029418480743, "S11": 2.202029418480743, "W12": -4.538403570411278, "S12": -4.538403570411278, "W13": -17.558083604447415, "S13": -17.558083604447415, "W21": -38.954099109635905, "S21": -38.954099109635905, "W22": -36.554467625449533, "S22": -39.140733876223173, "W31": -67.296573796180709, "S31": -67.296573796180709, "W32": -99.909104079634105, "S32": -104.9091040796341 }, "geometry": { "type": "Point", "coordinates": [ 106408.0, 522984.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61189210150020612, "S11": 0.61189210150020612, "W12": -6.7426833407304905, "S12": -9.0675151434472276, "W13": -15.0, "S13": -18.034105315911937, "W21": -41.104035339413116, "S21": -41.287008792646667, "W22": -40.0, "S22": -40.0, "W31": -55.896290247616712, "S31": -55.896290247616712, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 499196.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35097523928924462, "S11": 0.35097523928924462, "W12": -10.361534454531924, "S12": -11.074858815231789, "W13": -14.935219944431928, "S13": -18.266547219909462, "W21": -39.352242612516854, "S21": -39.352242612516854, "W22": -36.593488837934792, "S22": -39.023548421837532, "W31": -67.420091985161946, "S31": -67.420091985161946, "W32": -99.593826143939594, "S32": -104.59382614393959 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 499643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.7638126959247646, "W12": -9.1845792980897389, "S12": -12.325565807976599, "W13": -24.305212060343564, "S13": -24.305212060343564, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.862721404907916, "S22": -41.728290886393495, "W31": -76.142335186656069, "S31": -76.142335186656069, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79523759213560308, "S11": -0.79523759213560308, "W12": -9.1250608983727943, "S12": -11.174907190883779, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -41.478307240739227, "W31": -80.0, "S31": -80.0, "W32": -95.017565041815033, "S32": -100.01756504181503 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 508056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60267877267218095, "S11": -0.60267877267218095, "W12": -7.8989716721319478, "S12": -15.617324173187594, "W13": -23.736869496817658, "S13": -23.736869496817658, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -35.571541722969577, "W31": -70.0, "S31": -72.895648524810355, "W32": -93.018709787600613, "S32": -98.018709787600613 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 508846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9092774117065714, "S12": -7.9092774117065714, "W13": -16.371385073675633, "S13": -17.885872468158603, "W21": -42.106526337398776, "S21": -42.106526337398776, "W22": -38.645077404364692, "S22": -38.645077404364692, "W31": -80.0, "S31": -80.66218228431589, "W32": -96.098241449405862, "S32": -101.09824144940586 }, "geometry": { "type": "Point", "coordinates": [ 106409.0, 517866.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.951299377615979, "S11": -2.9492907954923835, "W12": -10.0, "S12": -19.168603040748401, "W13": -25.099176282033763, "S13": -25.099176282033763, "W21": -35.881439865714675, "S21": -37.0041467057098, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.666666666671517, 510950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7977871729700219, "S12": -8.7977871729700219, "W13": -15.000000000000002, "S13": -18.484347240739986, "W21": -39.899975714874564, "S21": -39.899975714874564, "W22": -40.0, "S22": -40.0, "W31": -71.623074245221488, "S31": -72.684327526801582, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.681818181823473, 516076.409090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54272480457874916, "S11": -0.54272480457874916, "W12": -4.5480532445923849, "S12": -4.5480532445923849, "W13": -17.091132851363163, "S13": -20.345925760939309, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.196713850299453, "S22": -40.345891759884871, "W31": -60.0, "S31": -60.000289557637217, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106409.8, 501997.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76095833258884704, "S11": -0.76095833258884704, "W12": -10.0, "S12": -11.605195305373684, "W13": -19.799764760643061, "S13": -21.446702273532321, "W21": -30.0, "S21": -30.0, "W22": -38.352817975661978, "S22": -38.352817975661978, "W31": -70.105067795935156, "S31": -70.301481867105295, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106410.0, 504147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0742590217857226, "S11": -1.2150676344372477, "W12": -8.7630402384500741, "S12": -20.018964595010026, "W13": -24.082549461695027, "S13": -24.082549461695027, "W21": -31.381388816289011, "S21": -31.549165616590631, "W22": -39.217231066670692, "S22": -41.600338468294822, "W31": -80.0, "S31": -80.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106410.0, 510536.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1207546753705011, "S11": -1.1207546753705011, "W12": -10.185607189589998, "S12": -13.55170141310192, "W13": -18.388478236395109, "S13": -32.749971529957321, "W21": -40.0, "S21": -40.0, "W22": -44.351038430940925, "S22": -44.358378376657306, "W31": -71.226240671223636, "S31": -71.226240671223636, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106410.375, 512724.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69445944470725229, "S11": 0.69445944470725229, "W12": -10.0, "S12": -10.0, "W13": -20.8259706321553, "S13": -20.8259706321553, "W21": -41.173017486090991, "S21": -41.645345062774716, "W22": -37.013553537433118, "S22": -37.013553537433118, "W31": -70.0, "S31": -70.445469424774075, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106411.0, 498688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3232974910394264, "S11": -3.3232974910394262, "W12": -8.040783992594438, "S12": -15.280265842071747, "W13": -25.471542752938728, "S13": -25.471542752938728, "W21": -30.0, "S21": -30.0, "W22": -36.740451457085797, "S22": -38.364373624916851, "W31": -62.323468289790874, "S31": -62.511066714987734, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106411.0, 505670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21904396237281626, "S11": -2.3644738377891228, "W12": -4.9899671052631582, "S12": -4.9899671052631582, "W13": -25.101937467173432, "S13": -25.101937467173432, "W21": -30.170158629189363, "S21": -31.739030407944934, "W22": -40.0, "S22": -41.018692174723022, "W31": -80.0, "S31": -80.0, "W32": -95.095976752752421, "S32": -100.09597675275242 }, "geometry": { "type": "Point", "coordinates": [ 106411.0, 505927.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1638935384465441, "S12": -9.5221653714500878, "W13": -15.000000000000002, "S13": -27.556911435574978, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -35.81357130164632, "S22": -36.977629658238541, "W31": -72.378785156703387, "S31": -72.378785156703387, "W32": -96.262880961662376, "S32": -101.26288096166238 }, "geometry": { "type": "Point", "coordinates": [ 106411.0, 515338.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9776754519634903, "S12": -9.0573179234100571, "W13": -15.0, "S13": -18.606029056836352, "W21": -39.419776722484819, "S21": -39.419776722484819, "W22": -36.522535307881618, "S22": -39.094164060253078, "W31": -67.360494187848062, "S31": -67.360494187848062, "W32": -99.864388140464769, "S32": -104.86438814046477 }, "geometry": { "type": "Point", "coordinates": [ 106411.090909090911737, 515713.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4117662677509237, "S12": -6.4117662677509237, "W13": -20.0, "S13": -20.0, "W21": -38.721994553716868, "S21": -38.721994553716868, "W22": -39.751495018842277, "S22": -39.751495018842277, "W31": -72.908413446184611, "S31": -74.547374893465005, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106411.25, 520147.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.044456976049890587, "S11": -0.044456976049890587, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.177835385612443, "W21": -40.735047445661202, "S21": -40.812601209102063, "W22": -39.322891703287418, "S22": -39.322891703287418, "W31": -71.677565332686953, "S31": -71.677565332686953, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106412.0, 498236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21530509723369581, "S11": -0.21530509723369581, "W12": -13.285305399106623, "S12": -14.285305399106623, "W13": -15.0, "S13": -18.857531936493611, "W21": -34.98764014949279, "S21": -35.950563015839293, "W22": -35.903770094658292, "S22": -38.022550261015105, "W31": -65.879891636344311, "S31": -65.879891636344311, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106412.0, 500179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.77755810085071997, "W12": -8.4383732381777889, "S12": -15.0, "W13": -15.0, "S13": -16.557091392424557, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -54.637823257904742, "S31": -54.637823257904742, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106412.0, 513423.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43367488483437766, "S11": 0.43367488483437766, "W12": -9.9770375463709353, "S12": -9.9770375463709353, "W13": -15.922522333648233, "S13": -15.922522333648233, "W21": -40.981021473747475, "S21": -41.298468457021087, "W22": -36.598356414793535, "S22": -38.855275848837564, "W31": -67.613456924561561, "S31": -67.613456924561561, "W32": -99.228006665517327, "S32": -104.22800666551733 }, "geometry": { "type": "Point", "coordinates": [ 106412.777777777781012, 498491.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4426822314917627, "W12": -9.4325929876693717, "S12": -14.272437100569618, "W13": -25.456226904686069, "S13": -25.456226904686069, "W21": -30.087927102983596, "S21": -30.087927102983596, "W22": -36.100900237246471, "S22": -39.045660388342903, "W31": -66.421880428142728, "S31": -66.421880428142728, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106413.0, 505521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85516258799865907, "S11": -0.85516258799865907, "W12": -10.466451003198603, "S12": -12.563451352712368, "W13": -21.208809224547789, "S13": -38.400647178807468, "W21": -39.965710175045963, "S21": -39.965710175045963, "W22": -36.624719243840467, "S22": -37.666540149596365, "W31": -69.016180953498875, "S31": -69.016180953498875, "W32": -98.141246825260296, "S32": -103.1412468252603 }, "geometry": { "type": "Point", "coordinates": [ 106413.0, 512482.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.878439359354767, "S12": -6.9603494324587469, "W13": -15.00000000000003, "S13": -15.00000000000003, "W21": -39.11198208491308, "S21": -39.11198208491308, "W22": -40.0, "S22": -40.0, "W31": -55.068445663310506, "S31": -55.068445663310506, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106413.428571428565192, 524218.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4199780350817433, "S12": -7.4199780350817433, "W13": -18.316601260382843, "S13": -31.130782469447595, "W21": -40.643705733014009, "S21": -40.643705733014009, "W22": -36.59946869870911, "S22": -38.823250535685794, "W31": -67.650199640558441, "S31": -67.650199640558441, "W32": -99.183884740817007, "S32": -104.18388474081701 }, "geometry": { "type": "Point", "coordinates": [ 106413.909090909088263, 518621.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57831249275026086, "S11": -0.57831249275026086, "W12": -5.0, "S12": -5.0, "W13": -15.000000000000002, "S13": -18.0, "W21": -40.487050960091679, "S21": -40.487050960091679, "W22": -40.428056673893124, "S22": -40.428056673893124, "W31": -60.121114356391381, "S31": -60.121114356391381, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106414.0, 497982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.3295814236155072, "W13": -20.620640342715117, "S13": -20.854114535289821, "W21": -24.633155548361778, "S21": -29.54450106032721, "W22": -35.879778049037228, "S22": -37.99823964120985, "W31": -65.899652598868556, "S31": -65.899652598868556, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106414.0, 506866.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.123137814132697, "S12": -11.527461642024432, "W13": -16.18736101359319, "S13": -20.290684058525116, "W21": -30.07827379121704, "S21": -30.07827379121704, "W22": -36.451581777828324, "S22": -39.164779698668696, "W31": -67.30089639053412, "S31": -67.30089639053412, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106414.2, 500580.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4671888454857132, "S11": 2.4671888454857132, "W12": -5.0288636308744339, "S12": -5.0288636308744339, "W13": -19.104691613571894, "S13": -19.104691613571894, "W21": -38.715261709803684, "S21": -38.715261709803684, "W22": -40.0, "S22": -40.0, "W31": -57.246804970302982, "S31": -57.246804970302982, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106414.444444444437977, 522242.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.842550198761433, "S11": -0.842550198761433, "W12": -8.9899471240649991, "S12": -11.632191177839561, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.329001030184173, "S22": -40.329001030184173, "W31": -59.558781613268522, "S31": -59.558781613268522, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106415.0, 508293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.7595004990257116, "W12": -8.4171686391430605, "S12": -14.980039071457234, "W13": -15.0, "S13": -15.525993735082324, "W21": -40.0, "S21": -40.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106415.0, 513363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8073735511118372, "S12": -7.8073735511118372, "W13": -16.81035189562218, "S13": -19.403475231130741, "W21": -41.808467389759393, "S21": -44.808467389759393, "W22": -36.721888018483028, "S22": -36.721888018483028, "W31": -70.0, "S31": -70.492573365227528, "W32": -94.065411780558378, "S32": -99.065411780558378 }, "geometry": { "type": "Point", "coordinates": [ 106415.0, 518035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.531850359598032, "W13": -23.122558987109834, "S13": -23.122558987109834, "W21": -30.0, "S21": -30.0, "W22": -30.927179700881922, "S22": -33.113880835450693, "W31": -70.0, "S31": -72.282189402344301, "W32": -92.889818669432643, "S32": -97.889818669432643 }, "geometry": { "type": "Point", "coordinates": [ 106415.285714285710128, 509441.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -49.622622099714981, "S22": -49.632243224789576, "W31": -70.818024847571749, "S31": -70.818024847571749, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106415.655172413797118, 530027.988505747169256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.9379302343568723, "W12": -9.6238588371686475, "S12": -11.238065190804647, "W13": -22.830336430112904, "S13": -22.830336430112904, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.362859593305856, "S31": -56.362859593305856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106417.0, 504987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70712190048179302, "S11": -0.70712190048179302, "W12": -10.727478918290201, "S12": -11.903633855686119, "W13": -23.473413847751246, "S13": -35.477903348113301, "W21": -39.772851269397414, "S21": -39.772851269397414, "W22": -32.553132813498657, "S22": -32.553132813498657, "W31": -70.0, "S31": -71.671369333784455, "W32": -92.667957322378001, "S32": -97.667957322378001 }, "geometry": { "type": "Point", "coordinates": [ 106417.0, 512261.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59227075234392867, "S11": -0.59227075234392867, "W12": -7.3526533684606701, "S12": -7.3676884015474746, "W13": -20.0, "S13": -22.027034573376071, "W21": -26.207490954431972, "S21": -31.411764995915288, "W22": -36.248718354831553, "S22": -36.639779582799108, "W31": -70.796243201617244, "S31": -70.796243201617244, "W32": -96.943604030837321, "S32": -101.94360403083732 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 506407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56967602671151107, "S11": -2.1170413952162264, "W12": -6.5171443161578804, "S12": -6.5171443161578804, "W13": -22.563994191443879, "S13": -22.563994191443879, "W21": -29.649384192192255, "S21": -31.369798172075139, "W22": -40.0, "S22": -40.178887274457736, "W31": -80.0, "S31": -80.375884948185615, "W32": -95.510735870495211, "S32": -100.51073587049521 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -15.953917348736589, "W13": -24.72156936739751, "S13": -24.72156936739751, "W21": -37.080511688686265, "S21": -37.080511688686265, "W22": -41.409690382491625, "S22": -41.409690382491625, "W31": -70.717513701222529, "S31": -70.717513701222529, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 511500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1835672548415079, "S12": -7.1835672548415079, "W13": -19.241186796168659, "S13": -32.012759031396044, "W21": -39.920515835312621, "S21": -39.920515835312621, "W22": -39.582374205761809, "S22": -41.703875258267324, "W31": -80.0, "S31": -80.0, "W32": -95.035675793667039, "S32": -100.03567579366704 }, "geometry": { "type": "Point", "coordinates": [ 106418.0, 518980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5371455621014913, "S12": -4.5371455621014913, "W13": -17.555605916850165, "S13": -17.555605916850165, "W21": -38.919209670618748, "S21": -38.919209670618748, "W22": -35.737977249812907, "S22": -37.685840220954198, "W31": -65.662744681416157, "S31": -66.057009859106188, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106418.333333333328483, 522987.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2121752991501378, "S12": -7.2121752991501378, "W13": -19.130429593520844, "S13": -32.313483541834422, "W21": -40.005437931667295, "S21": -40.005437931667295, "W22": -36.380628247775029, "S22": -39.235395337084313, "W31": -67.241298593220165, "S31": -67.241298593220165, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106418.5, 518936.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.038245179731328599, "S11": -1.3504463530489244, "W12": -4.1992213252084989, "S12": -5.6676711327108364, "W13": -12.698552236115248, "S13": -12.897114736115329, "W21": -37.811122710057525, "S21": -40.107372753457291, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -51.341885315110076, "S31": -51.341885315110076, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106418.6875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74554473621595962, "S11": -0.74554473621595962, "W12": -4.9382453027981619, "S12": -14.836174724009476, "W13": -22.494007940085847, "S13": -22.494007940085847, "W21": -30.0, "S21": -30.0, "W22": -35.163672014695862, "S22": -35.163672014695862, "W31": -70.0, "S31": -70.701551409056151, "W32": -92.455943367576694, "S32": -97.455943367576694 }, "geometry": { "type": "Point", "coordinates": [ 106419.0, 509645.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3613067619621191, "S12": -7.3613067619621191, "W13": -18.550675706564935, "S13": -32.93833441190548, "W21": -40.453615199624217, "S21": -40.453615199624217, "W22": -30.0, "S22": -36.722920277957996, "W31": -70.0, "S31": -71.693279259236121, "W32": -93.658785376701786, "S32": -98.658785376701786 }, "geometry": { "type": "Point", "coordinates": [ 106419.0, 518711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2407833434587676, "S12": -7.2407833434587676, "W13": -19.019672390873026, "S13": -32.614208052272794, "W21": -40.090360028021976, "S21": -40.090360028021976, "W22": -39.727565244342074, "S22": -39.728260593440851, "W31": -72.971889319441985, "S31": -75.15923686610742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106419.0, 518893.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3296530970190741, "S12": -7.3296530970190741, "W13": -18.674416846071164, "S13": -33.545903998854591, "W21": -40.356909710177774, "S21": -40.356909710177774, "W22": -39.846771327889321, "S22": -39.846771327889321, "W31": -72.86839989131046, "S31": -75.86839989131046, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106419.5, 518759.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2693913877673983, "S12": -7.2693913877673983, "W13": -18.908915188225208, "S13": -32.914932562711172, "W21": -40.17528212437665, "S21": -40.17528212437665, "W22": -39.603287054529893, "S22": -39.603287054529893, "W31": -72.675085311901725, "S31": -73.595031013555854, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106419.5, 518850.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45048523712930982, "S11": 0.45048523712930982, "W12": -10.0, "S12": -10.0, "W13": -16.233096893671629, "S13": -16.233096893671629, "W21": -40.986901467334711, "S21": -41.313082342910725, "W22": -35.463034474238064, "S22": -36.945013172125662, "W31": -65.060311811107269, "S31": -65.436405889225711, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106419.714285714289872, 498507.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40775193798449616, "S11": -3.4841885829283159, "W12": -4.9999999999999991, "S12": -5.5571370475803166, "W13": -17.625421179302045, "S13": -20.41164165174299, "W21": -22.002382493004664, "S21": -28.618472911732404, "W22": -39.076260535555996, "S22": -39.076260535555996, "W31": -72.073304808186208, "S31": -72.073304808186208, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106420.0, 506630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3017251698595631, "S12": -14.477866337287718, "W13": -23.256397953940599, "S13": -23.256397953940599, "W21": -30.0, "S21": -30.0, "W22": -36.028831851307565, "S22": -37.305494633241587, "W31": -74.239234255288892, "S31": -74.762578514337633, "W32": -96.233002321503449, "S32": -101.23300232150345 }, "geometry": { "type": "Point", "coordinates": [ 106420.0, 509314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2979994320760291, "S12": -7.2979994320760291, "W13": -18.79815798557739, "S13": -33.215657073149544, "W21": -40.260204220731325, "S21": -40.260204220731325, "W22": -36.550777243217318, "S22": -37.446577825356812, "W31": -69.262832894039477, "S31": -69.262832894039477, "W32": -97.986818716882368, "S32": -102.98681871688237 }, "geometry": { "type": "Point", "coordinates": [ 106420.0, 518807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3805213738597155, "S12": -5.3805213738597155, "W13": -20.0, "S13": -20.0, "W21": -39.162052952174179, "S21": -39.251245135761209, "W22": -36.588646330749803, "S22": -38.662868400097324, "W31": -67.839332288651036, "S31": -67.839332288651036, "W32": -99.075654930484035, "S32": -104.07565493048403 }, "geometry": { "type": "Point", "coordinates": [ 106420.0, 521710.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8793408943101122, "S12": -6.8793408943101122, "W13": -20.0, "S13": -27.888995101363083, "W21": -38.997334184208164, "S21": -38.997334184208164, "W22": -35.666328948533987, "S22": -37.70679297284002, "W31": -65.59010916044727, "S31": -66.021797418975311, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106420.4, 519441.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1886599142786366, "S11": 0.1886599142786366, "W12": -10.0, "S12": -10.0, "W13": -17.275854436036688, "S13": -18.566267639829267, "W21": -30.944344434443448, "S21": -30.944344434443448, "W22": -36.405062404204074, "S22": -37.947316147948058, "W31": -62.817058174145139, "S31": -63.015413879521503, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106421.0, 501195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0900356551234749, "S12": -5.0900356551234749, "W13": -19.295396847099862, "S13": -19.295396847099862, "W21": -38.800634262652018, "S21": -38.815132159164001, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106421.0, 522150.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66720427821131634, "S11": -0.66720427821131634, "W12": -8.0541749867184489, "S12": -15.672002806959373, "W13": -23.92941038456274, "S13": -23.92941038456274, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.889231215020473, "S22": -39.889231215020473, "W31": -80.0, "S31": -80.660626161310688, "W32": -95.920749259880765, "S32": -100.92074925988076 }, "geometry": { "type": "Point", "coordinates": [ 106421.5, 508789.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3730262922389937, "S11": 0.3730262922389937, "W12": -9.9668989191066792, "S12": -11.321154021214651, "W13": -14.948177667642863, "S13": -18.257461433527954, "W21": -39.558836100881834, "S21": -39.558836100881834, "W22": -36.309674717721862, "S22": -39.306010975499859, "W31": -67.181700795906281, "S31": -67.181700795906281, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106422.0, 499596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55983254637608715, "S11": -0.8062946599896551, "W12": -8.4110392347983272, "S12": -14.717681251179616, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.0, "W22": -36.598800293649276, "S22": -37.656460629031045, "W31": -69.07045419783519, "S31": -69.07045419783519, "W32": -98.157588513260549, "S32": -103.15758851326055 }, "geometry": { "type": "Point", "coordinates": [ 106422.0, 513306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4847663827086479, "S11": 2.4847663827086479, "W12": -5.0603292052261786, "S12": -5.0603292052261786, "W13": -19.204640183709728, "S13": -19.204640183709728, "W21": -38.712293896986445, "S21": -38.712293896986445, "W22": -36.66279970816818, "S22": -38.457325030777881, "W31": -68.124563163197692, "S31": -68.124563163197692, "W32": -98.835124871266729, "S32": -103.83512487126673 }, "geometry": { "type": "Point", "coordinates": [ 106422.333333333328483, 522195.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57363108518623251, "S11": -2.0967552662271967, "W12": -6.5591488248701557, "S12": -6.5591488248701557, "W13": -22.560555475117749, "S13": -22.560555475117749, "W21": -29.686839822093201, "S21": -31.354236437191865, "W22": -40.0, "S22": -40.0, "W31": -52.270721714465992, "S31": -52.270721714465992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106423.0, 507298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64556032577085176, "S11": -1.5892140079795853, "W12": -7.5030846484934255, "S12": -8.7168728240732261, "W13": -23.648341396040664, "S13": -23.648341396040664, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.063891456443635, "S22": -39.063891456443635, "W31": -71.038615553719197, "S31": -71.112693074135393, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106423.166666666671517, 507578.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8992817538568233, "S11": -0.8992817538568233, "W12": -5.0, "S12": -5.0, "W13": -14.977378747276051, "S13": -17.284407745452825, "W21": -40.358318988665509, "S21": -40.358318988665509, "W22": -35.810469165156142, "S22": -37.992178642956318, "W31": -65.992664205465985, "S31": -65.992664205465985, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106423.2, 497861.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1050884852876806, "S12": -8.1050884852876806, "W13": -15.350588269957562, "S13": -19.832311548845311, "W21": -42.206797150084455, "S21": -42.206797150084455, "W22": -37.98642425835709, "S22": -40.257110972761339, "W31": -60.297973683771097, "S31": -60.297973683771097, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106423.857142857144936, 517464.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.896176432723635, "S12": -11.261681323204417, "W13": -16.247129286573291, "S13": -20.339408092738175, "W21": -30.163265224471182, "S21": -30.163265224471182, "W22": -40.324776588678958, "S22": -40.324776588678958, "W31": -59.394542835352937, "S31": -59.394542835352937, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 500592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9750747936416393, "W12": -5.0, "S12": -16.335139318885449, "W13": -25.265942780313313, "S13": -25.265942780313313, "W21": -30.000000000000004, "S21": -30.545364550597156, "W22": -40.198455774888274, "S22": -40.198455774888274, "W31": -58.753264361263689, "S31": -58.753264361263689, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 505794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57302766979190489, "S11": -0.57302766979190489, "W12": -5.974783590515619, "S12": -5.974783590515619, "W13": -20.681023897232457, "S13": -22.578227641997216, "W21": -26.799643016764549, "S21": -31.777314292691599, "W22": -40.0, "S22": -40.0, "W31": -54.430538477593529, "S31": -54.430538477593529, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 506378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.7860321197752809, "W12": -6.4880662983425408, "S12": -7.068767969664921, "W13": -17.664042434394194, "S13": -20.519475505260335, "W21": -22.531068643833784, "S21": -29.118517181936372, "W22": -40.072134961097603, "S22": -40.072134961097603, "W31": -58.111985887174434, "S31": -58.111985887174434, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 506601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54127749155171456, "S11": -2.5412774915517145, "W12": -5.0, "S12": -5.8512066040363626, "W13": -21.728247723846593, "S13": -21.728247723846593, "W21": -27.186003980364468, "S21": -30.426650581481343, "W22": -34.308394896044895, "S22": -34.308394896044895, "W31": -70.0, "S31": -71.011034612993797, "W32": -92.508924017853957, "S32": -97.508924017853957 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 507084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3401541417160061, "S11": -3.7181672899994247, "W12": -10.0, "S12": -18.712445465930831, "W13": -25.541038696537676, "S13": -25.541038696537676, "W21": -35.93469794090641, "S21": -35.93469794090641, "W22": -40.0, "S22": -40.0, "W31": -57.470707413085172, "S31": -57.470707413085172, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106424.0, 511039.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4521080123869226, "S12": -7.4521080123869226, "W13": -18.203617611719864, "S13": -30.124943736905703, "W21": -40.712848245934289, "S21": -40.712848245934289, "W22": -34.62650120138241, "S22": -34.62650120138241, "W31": -70.0, "S31": -70.896255439016144, "W32": -92.503380234916449, "S32": -97.503380234916449 }, "geometry": { "type": "Point", "coordinates": [ 106424.545454545455868, 518574.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.736789304952786, "W21": -40.519037205142567, "S21": -40.519037205142567, "W22": -40.0, "S22": -40.0, "W31": -56.829428938995932, "S31": -56.829428938995932, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106425.0, 498030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2276194220562218, "W12": -5.0, "S12": -15.0, "W13": -25.0, "S13": -25.432696316886751, "W21": -30.46279464791251, "S21": -33.200459638484425, "W22": -35.269782194966943, "S22": -41.792447638818189, "W31": -72.757976972153941, "S31": -72.757976972153941, "W32": -94.941204222029711, "S32": -99.941204222029711 }, "geometry": { "type": "Point", "coordinates": [ 106425.0, 506083.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.015832667300971215, "S11": -3.9295815159933403, "W12": -4.1661962914274078, "S12": -7.8187884146976865, "W13": -11.829205254406718, "S13": -12.703871273352588, "W21": -38.897114903725935, "S21": -41.897114903725935, "W22": -36.534495029430055, "S22": -38.693568287949624, "W31": -67.820709498641051, "S31": -67.820709498641051, "W32": -99.161410058359095, "S32": -104.1614100583591 }, "geometry": { "type": "Point", "coordinates": [ 106425.666666666671517, 497106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50407511926358939, "S11": -0.52450644729991169, "W12": -5.0, "S12": -5.2657029449748043, "W13": -20.784269950603559, "S13": -20.784269950603559, "W21": -24.92549713220571, "S21": -29.578830878051331, "W22": -40.0, "S22": -40.0, "W31": -51.322299980288079, "S31": -51.322299980288079, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106426.5, 506890.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9190217879307917, "S11": -5.1208255694626361, "W12": -10.0, "S12": -12.960780140406349, "W13": -19.885120602125323, "S13": -19.885120602125323, "W21": -30.0, "S21": -30.0, "W22": -37.406165448708698, "S22": -37.406165448708698, "W31": -70.0, "S31": -70.383469846461665, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106427.333333333328483, 504383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3792531887786916, "S12": -7.3792531887786916, "W13": -18.490465718239783, "S13": -32.373470962131023, "W21": -40.485571766646068, "S21": -40.485571766646068, "W22": -37.493770288559723, "S22": -37.493770288559723, "W31": -70.0, "S31": -70.367446955097648, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106427.5, 518685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.6040973278297277, "W12": -4.9701457852193958, "S12": -11.643063315265294, "W13": -25.0, "S13": -25.0, "W21": -30.520971653480412, "S21": -32.692671842040923, "W22": -36.238721187668567, "S22": -39.376626613915477, "W31": -67.122102998592339, "S31": -67.122102998592339, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106427.6, 506008.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73374784905843293, "S11": 0.73374784905843293, "W12": -7.2668144863266813, "S12": -8.0892363332544548, "W13": -20.0, "S13": -21.950162151319056, "W21": -41.328913717672435, "S21": -41.636363559750102, "W22": -48.683145447871958, "S22": -48.692444879150685, "W31": -70.843227316165709, "S31": -70.843227316165709, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106428.0, 499087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81588450530744372, "S11": -0.81588450530744372, "W12": -5.0, "S12": -6.2153402991188944, "W13": -18.504989349833462, "S13": -21.539576886347209, "W21": -30.0, "S21": -32.426511856120847, "W22": -41.412717159811798, "S22": -41.418924455927808, "W31": -71.375885951655036, "S31": -71.880292353478367, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106428.888888888890506, 503120.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.047610559291204, "S12": -11.422070954833821, "W13": -16.21604548049708, "S13": -20.29010484606831, "W21": -30.0, "S21": -30.0, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -72.300447713916355, "S31": -74.52358843987939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106429.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45828413188664752, "S11": -0.45828413188664752, "W12": -5.3763051406305138, "S12": -5.3763051406305138, "W13": -16.66587343537001, "S13": -18.892644647915539, "W21": -30.0, "S21": -30.0, "W22": -39.730610218385493, "S22": -39.730634099341671, "W31": -72.850337123222147, "S31": -74.397755046146514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106429.666666666671517, 501677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61, "S11": -5.1490704800817166, "W12": -10.0, "S12": -13.359378648617794, "W13": -20.397679437359145, "S13": -20.397679437359145, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.388930548248787, "S22": -39.388930548248787, "W31": -71.372280081754198, "S31": -71.388430738164217, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106430.0, 504593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42425415505892733, "S11": -0.42425415505892733, "W12": -9.9000412785136298, "S12": -10.626414293534566, "W13": -15.741309961587993, "S13": -15.741309961587991, "W21": -40.660525954811966, "S21": -40.660525954811966, "W22": -36.017099098439168, "S22": -39.108695438374049, "W31": -66.598656078191809, "S31": -66.598656078191809, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106430.0, 514807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0917947795779224, "S12": -5.0917947795779224, "W13": -19.300359180889757, "S13": -19.300359180889757, "W21": -38.709326084169206, "S21": -38.709326084169206, "W22": -39.729906010277602, "S22": -39.729906010277602, "W31": -72.844493219635183, "S31": -74.370097397295567, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106430.222222222218988, 522149.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000001543, "S11": -0.50000000000001543, "W12": -6.2925464171981611, "S12": -6.2925464171981611, "W13": -20.0, "S13": -24.548788587601031, "W21": -40.809947397596105, "S21": -40.809947397596105, "W22": -40.0, "S22": -40.0, "W31": -72.589592304296161, "S31": -75.184673615010851, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106430.529411764699034, 520330.941176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93638511639993083, "S11": -0.93638511639993083, "W12": -5.2135415519480484, "S12": -11.08377398177085, "W13": -21.097513870832891, "S13": -21.097513870832891, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -47.08968020106667, "S22": -47.09830593871191, "W31": -70.957529834489364, "S31": -70.957529834489364, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106430.666666666671517, 509979.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.87326786618911367, "S11": 0.87326786618911367, "W12": -10.0, "S12": -17.856195462477718, "W13": -25.0, "S13": -25.0, "W21": -41.388057732438057, "S21": -41.820593132333762, "W22": -37.268209832020098, "S22": -37.268209832020098, "W31": -70.0, "S31": -70.410697018334517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106431.0, 498937.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.512870091960582, "S11": -3.5128700919605818, "W12": -10.0, "S12": -10.288450491555746, "W13": -19.122548378419722, "S13": -20.313808879093969, "W21": -31.750569819379646, "S21": -32.763081496535683, "W22": -37.646184708298925, "S22": -37.646184708298925, "W31": -70.0, "S31": -70.340924541903064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106431.0, 503771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81112874098053656, "S11": -0.81112874098053656, "W12": -5.7764757996029195, "S12": -10.751857243533884, "W13": -21.594836179392985, "S13": -21.594836179392985, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -54.523072272581203, "S31": -54.523072272581203, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106431.555555555562023, 510082.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2168174795850808, "S11": -1.2168174795850808, "W12": -5.9730071104902542, "S12": -5.9730071104902542, "W13": -20.0, "S13": -30.0, "W21": -44.602257962716038, "S21": -44.628104888319356, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106432.0, 520815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82743748379301096, "S11": -0.82743748379301096, "W12": -8.9922293676312979, "S12": -10.223426354642612, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -35.796314355855664, "S22": -38.272316550221902, "W31": -66.179341850150067, "S31": -66.179341850150067, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106432.5, 508100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48220033811827834, "S11": 0.48220033811827834, "W12": -10.0, "S12": -10.0, "W13": -16.81555765206512, "S13": -16.81555765206512, "W21": -40.998142329037847, "S21": -41.340822038317022, "W22": -35.874067470902318, "S22": -36.921098413704208, "W31": -72.31257578339347, "S31": -72.31257578339347, "W32": -96.415705178439623, "S32": -101.41570517843962 }, "geometry": { "type": "Point", "coordinates": [ 106432.518518518525525, 498536.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13153229073594228, "S11": -0.13153229073594228, "W12": -4.5140147367523973, "S12": -4.5140147367523973, "W13": -13.640488643148387, "S13": -13.640488643148386, "W21": -37.679351857659491, "S21": -39.806102677018551, "W22": -33.338957441439469, "S22": -33.338957441439469, "W31": -70.0, "S31": -71.340144725695239, "W32": -92.609788714306461, "S32": -97.609788714306461 }, "geometry": { "type": "Point", "coordinates": [ 106432.666666666671517, 496957.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41638300947406709, "S11": 0.41638300947406709, "W12": -10.0, "S12": -10.0, "W13": -15.944474577633139, "S13": -15.944474577633139, "W21": -40.960694794265152, "S21": -41.267112805017838, "W22": -30.0, "S22": -35.440059637515724, "W31": -70.0, "S31": -72.829038510463633, "W32": -93.058550924258682, "S32": -98.058550924258682 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 498498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -7.711151824887903, "W13": -22.500708415981869, "S13": -24.048223578074502, "W21": -28.309972756542557, "S21": -32.701078979044105, "W22": -40.0, "S22": -40.413711757240442, "W31": -80.0, "S31": -80.431290399808489, "W32": -95.536432966343341, "S32": -100.53643296634334 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 506302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57536817509485727, "S11": -0.57536817509485727, "W12": -7.775265957446809, "S12": -8.0760921493884776, "W13": -19.807077051926299, "S13": -21.98578691478253, "W21": -25.611008691146875, "S21": -31.065301376014084, "W22": -48.627223575025837, "S22": -48.636536633333051, "W31": -70.826419714622403, "S31": -70.826419714622403, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 506443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51642413411624566, "S11": -3.5164241341162459, "W12": -6.7271823204419894, "S12": -7.4264271478649331, "W13": -17.882830820770522, "S13": -20.708972553053986, "W21": -22.682345556355809, "S21": -29.205348437137708, "W22": -39.933372980842144, "S22": -39.933372980842144, "W31": -72.664846610004957, "S31": -75.402107105672101, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 506596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0830919185687848, "S11": -1.3993303548785632, "W12": -8.5148286140089429, "S12": -19.99784022731717, "W13": -23.989192782395953, "S13": -23.989192782395953, "W21": -31.025476215447899, "S21": -31.043762001548188, "W22": -35.818847680252105, "S22": -36.865410543532704, "W31": -72.448800677636271, "S31": -72.577967665087186, "W32": -96.425139216529431, "S32": -101.42513921652943 }, "geometry": { "type": "Point", "coordinates": [ 106433.0, 510526.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.72236461920653361, "W12": -8.5431274365296925, "S12": -15.0, "W13": -15.0, "S13": -17.723841132061708, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -36.694233589708524, "S22": -36.694233589708524, "W31": -70.0, "S31": -70.52170144757342, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106434.0, 513481.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87486993265548663, "S11": -5.8748699326554865, "W12": -10.0, "S12": -13.224158271339672, "W13": -19.80507607170323, "S13": -19.80507607170323, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.672152061310697, "S22": -36.749417994764386, "W31": -72.788125066368352, "S31": -73.22197293764404, "W32": -96.40585586852761, "S32": -101.40585586852761 }, "geometry": { "type": "Point", "coordinates": [ 106435.0, 504428.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -9.5603834086287662, "S12": -11.38376684806294, "W13": -22.805704348849098, "S13": -22.805704348849098, "W21": -30.0, "S21": -30.0, "W22": -36.845580015190144, "S22": -36.845580015190144, "W31": -70.0, "S31": -70.494005492790123, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106435.0, 504991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4869230372081139, "S12": -7.4869230372081139, "W13": -18.079979657081225, "S13": -29.036322841116004, "W21": -40.790556884418848, "S21": -40.790556884418848, "W22": -41.416087109910286, "S22": -41.416087109910286, "W31": -70.727664755783678, "S31": -70.727664755783678, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106435.0, 518523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4842379896921027, "S12": -7.4842379896921027, "W13": -18.090633963056877, "S13": -29.119105004363803, "W21": -40.781990758854569, "S21": -40.781990758854569, "W22": -43.986413398208889, "S22": -43.993773239054825, "W31": -71.154700291109847, "S31": -71.154700291109847, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106435.181818181823473, 518527.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -36.969537524090136, "S22": -37.659424109916856, "W31": -76.382839014498728, "S31": -76.93403097977864, "W32": -96.304557710569014, "S32": -101.30455771056901 }, "geometry": { "type": "Point", "coordinates": [ 106435.273684210522333, 530016.357894736807793 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55200350484937988, "S11": -0.55200350484937988, "W12": -4.5945798816567862, "S12": -4.5945798816567862, "W13": -17.106622537366178, "S13": -20.347601900817526, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.000000000000007, "S22": -40.79963061423414, "W31": -56.584818513771673, "S31": -56.584818513771673, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106435.4, 502028.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7129079887874257, "S12": -5.7129079887874257, "W13": -20.0, "S13": -20.0, "W21": -42.819748064078532, "S21": -42.904915506941066, "W22": -36.589208361389524, "S22": -38.534081509247386, "W31": -62.480301520980177, "S31": -62.630389711978133, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106435.5, 521209.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.200426720200944, "S11": 2.200426720200944, "W12": -4.5412442536566706, "S12": -4.5412442536566706, "W13": -17.571098328833649, "S13": -17.571098328833649, "W21": -38.832895537661479, "S21": -38.832895537661479, "W22": -36.469521360151077, "S22": -38.563886040213504, "W31": -67.99121935672359, "S31": -67.99121935672359, "W32": -99.138935375901141, "S32": -104.13893537590114 }, "geometry": { "type": "Point", "coordinates": [ 106435.5, 522983.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28093400048840528, "S11": 0.28093400048840528, "W12": -8.4952632657842351, "S12": -8.4952632657842351, "W13": -15.0, "S13": -15.0, "W21": -40.882711386326619, "S21": -41.114373012670704, "W22": -36.177443466905551, "S22": -36.567478748993445, "W31": -71.091385820510354, "S31": -71.091385820510354, "W32": -96.942999720049514, "S32": -101.94299972004951 }, "geometry": { "type": "Point", "coordinates": [ 106435.75, 498421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49772171282376898, "S11": -0.49772171282376898, "W12": -5.0, "S12": -5.0, "W13": -16.74145935841516, "S13": -19.396285937604663, "W21": -29.999999999999996, "S21": -30.088743905433358, "W22": -40.0, "S22": -40.240326208039484, "W31": -79.999999999999986, "S31": -80.488491398474636, "W32": -95.639620887441481, "S32": -100.63962088744148 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 501722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1725697001436599, "S11": -1.1725697001436599, "W12": -9.9495529061102843, "S12": -18.345542881047628, "W13": -24.893346742415417, "S13": -24.893346742415417, "W21": -34.580658657696368, "S21": -37.12199282988945, "W22": -36.387039084582483, "S22": -38.730449833169878, "W31": -67.824102945472902, "S31": -67.824102945472902, "W32": -99.359753153964988, "S32": -104.35975315396499 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 510751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1421949298004623, "S12": -9.4960102908745352, "W13": -15.0, "S13": -27.54985079398913, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -35.948959992894963, "S22": -39.198232740071802, "W31": -66.77619292980269, "S31": -66.77619292980269, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 515369.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3971996155952624, "S12": -7.3971996155952624, "W13": -18.430255729914627, "S13": -31.808607512356559, "W21": -40.517528333667926, "S21": -40.517528333667926, "W22": -40.0, "S22": -40.0, "W31": -51.426018980276403, "S31": -51.426018980276403, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106436.0, 518659.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2187279463655609, "S11": -1.2187279463655609, "W12": -10.304888775806921, "S12": -13.452213522790739, "W13": -18.956606481937545, "S13": -34.023769629123606, "W21": -40.0, "S21": -40.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.915106769693438, "S31": -70.915106769693438, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106436.5, 512688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1304958148527442, "S11": -3.1304958148527442, "W12": -9.1960506706408349, "S12": -20.017504930072239, "W13": -24.425400730532274, "S13": -24.425400730532274, "W21": -32.741892871374731, "S21": -34.840610981215121, "W22": -36.086545464231172, "S22": -39.392889045293181, "W31": -67.150852566996846, "S31": -67.150852566996846, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106437.0, 510636.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49340723964827965, "S11": 0.49340723964827965, "W12": -10.0, "S12": -10.0, "W13": -17.022607358747891, "S13": -17.022607358747891, "W21": -41.002062324762704, "S21": -41.350564628910178, "W22": -39.26197524897038, "S22": -42.058438646191028, "W31": -80.0, "S31": -80.0, "W32": -95.128753461848049, "S32": -100.12875346184805 }, "geometry": { "type": "Point", "coordinates": [ 106437.142857142855064, 498546.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.855779283506414, "S12": -6.855779283506414, "W13": -20.0, "S13": -27.464966973065764, "W21": -38.882573542858033, "S21": -38.882573542858033, "W22": -35.643856383160454, "S22": -37.764251240587591, "W31": -66.096804865740623, "S31": -66.096804865740623, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106437.2, 519479.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8780478777235139, "S12": -8.8780478777235139, "W13": -15.0, "S13": -15.690579434150893, "W21": -39.589732069905466, "S21": -39.589732069905466, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -71.64730342288442, "S31": -73.214928175690758, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106437.684210526320385, 515900.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1757599683064193, "S11": -3.5277753978690716, "W12": -10.0, "S12": -18.725013080142894, "W13": -25.14852342158855, "S13": -25.14852342158855, "W21": -35.660472785862417, "S21": -36.247521747106525, "W22": -40.863557376341575, "S22": -40.863557376341575, "W31": -63.564435370905741, "S31": -63.564435370905741, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106437.833333333328483, 510986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49806371817877254, "S11": 0.49806371817877254, "W12": -7.4739777554395408, "S12": -11.965932425312403, "W13": -15.0, "S13": -18.096321961696795, "W21": -40.833539292346281, "S21": -40.833539292346281, "W22": -30.911304921385611, "S22": -32.768155416861866, "W31": -70.0, "S31": -72.216725548360387, "W32": -92.977073200360692, "S32": -97.977073200360692 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 499292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37260517583996111, "S11": 0.37260517583996111, "W12": -10.0, "S12": -11.435401817739081, "W13": -14.947127581287077, "S13": -18.252660353794685, "W21": -39.688394109772801, "S21": -39.688394109772801, "W22": -30.493654181641865, "S22": -33.779055589081189, "W31": -70.0, "S31": -72.394630619005284, "W32": -93.009311822229691, "S32": -98.009311822229691 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 499594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74421308789041418, "S11": -0.74421308789041418, "W12": -11.03253714969582, "S12": -11.03253714969582, "W13": -25.804597701149426, "S13": -28.548500140173815, "W21": -38.618528836157836, "S21": -38.618528836157836, "W22": -30.979035919723891, "S22": -32.618056456848691, "W31": -70.0, "S31": -72.188578787378077, "W32": -92.976115386232706, "S32": -97.976115386232706 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 511986.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.19999999999993, "S11": 2.19999999999993, "W12": -4.5844291417570169, "S12": -5.7319794823598764, "W13": -15.0, "S13": -15.0, "W21": -40.398053933280551, "S21": -40.398053933280551, "W22": -39.691853349814359, "S22": -39.692561072936513, "W31": -72.878469571877645, "S31": -74.829962124481028, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106438.0, 524751.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1232603539296671, "S12": -5.1232603539296671, "W13": -19.396078178069782, "S13": -19.396078178069782, "W21": -38.706358271351966, "S21": -38.706358271351966, "W22": -43.340307396595634, "S22": -43.347449915944964, "W31": -71.169782207228778, "S31": -71.227338565921741, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106438.111111111109494, 522102.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86924332949864547, "S11": -0.86924332949864547, "W12": -10.776628380343123, "S12": -11.973157914256237, "W13": -23.824799169353518, "S13": -36.697307013910603, "W21": -39.738457582041256, "S21": -39.738457582041256, "W22": -30.000000000000004, "S22": -36.405185437777533, "W31": -70.0, "S31": -71.853756590366359, "W32": -93.708184540936244, "S32": -98.708184540936244 }, "geometry": { "type": "Point", "coordinates": [ 106439.0, 512276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64972313293468043, "S11": -5.0375459842406407, "W12": -10.0, "S12": -13.371611668554058, "W13": -20.334355555952371, "S13": -20.334355555952371, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -52.365197977376724, "S31": -52.365197977376724, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106439.857142857144936, 504587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3154361350939565, "W12": -9.0059884495779663, "S12": -12.654721347547774, "W13": -24.360345657313829, "S13": -24.360345657313829, "W21": -30.0, "S21": -30.0, "W22": -39.407381938128658, "S22": -39.407381938128658, "W31": -71.534156717071653, "S31": -71.538386940265497, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106440.0, 505281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2031580804516584, "S11": -1.2031580804516584, "W12": -10.361594940389649, "S12": -13.279766362426358, "W13": -19.348076950140022, "S13": -35.835987583646528, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -35.007867334760284, "S22": -35.007867334760284, "W31": -70.0, "S31": -70.747220986144896, "W32": -92.572226236478059, "S32": -97.572226236478059 }, "geometry": { "type": "Point", "coordinates": [ 106440.0, 512647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4036775191654587, "S11": -1.4036775191654587, "W12": -5.892911406165414, "S12": -5.892911406165414, "W13": -20.0, "S13": -20.0, "W21": -44.222768188136641, "S21": -44.255895325583332, "W22": -40.0, "S22": -40.0, "W31": -54.408321287257252, "S31": -54.408321287257252, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106440.285714285710128, 520937.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.466622461393051, "S12": -7.466622461393051, "W13": -18.165204225847166, "S13": -29.657296840226536, "W21": -40.715049611195681, "S21": -40.715049611195681, "W22": -34.417042799934165, "S22": -34.417042799934165, "W31": -70.0, "S31": -70.915776884279765, "W32": -92.594873903400398, "S32": -97.594873903400398 }, "geometry": { "type": "Point", "coordinates": [ 106440.5, 518554.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7055648946519488, "S12": -5.7055648946519488, "W13": -20.0, "S13": -20.0, "W21": -42.702193490158322, "S21": -42.7813106603042, "W22": -36.93050191353624, "S22": -37.550562379187475, "W31": -76.2942817680253, "S31": -76.872453240686951, "W32": -96.386956010836101, "S32": -101.3869560108361 }, "geometry": { "type": "Point", "coordinates": [ 106440.666666666671517, 521221.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36157802499238034, "S11": 0.36157802499238034, "W12": -10.0, "S12": -10.0, "W13": -17.310803197922503, "S13": -18.62557712026284, "W21": -31.381413141314134, "S21": -31.381413141314134, "W22": -39.71901450331584, "S22": -39.71901450331584, "W31": -72.819554447969466, "S31": -75.23433256829901, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106441.0, 501132.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60147516827445091, "S11": -2.0092160180851368, "W12": -6.7283382052837677, "S12": -6.7283382052837677, "W13": -22.754337253966767, "S13": -22.754337253966767, "W21": -30.0, "S21": -31.083891958271206, "W22": -37.669361638035973, "S22": -40.123138387987346, "W31": -60.747283773328824, "S31": -60.747283773328824, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106441.0, 507362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4217607505866257, "S12": -7.4217607505866257, "W13": -18.340342262263871, "S13": -31.043439175846817, "W21": -40.57853533582022, "S21": -40.57853533582022, "W22": -35.547217209151903, "S22": -37.659854581783236, "W31": -66.065315662266613, "S31": -66.193338860687192, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106441.0, 518622.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62558378516065638, "S11": 0.62558378516065638, "W12": -10.0, "S12": -10.0, "W13": -19.563987558600793, "S13": -19.563987558600793, "W21": -41.102700762854802, "S21": -41.529263588891062, "W22": -36.522408845550018, "S22": -37.625406523121036, "W31": -69.231061454898565, "S31": -69.231061454898565, "W32": -98.204336871502719, "S32": -103.20433687150272 }, "geometry": { "type": "Point", "coordinates": [ 106441.5, 498656.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5172141377426751, "S12": -8.5172141377426751, "W13": -14.999999999999998, "S13": -24.447232630170596, "W21": -41.065268224295281, "S21": -41.065268224295281, "W22": -37.349137377858419, "S22": -37.349137377858419, "W31": -70.0, "S31": -70.410197010358686, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106441.551724137927522, 516625.55172413791297 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38219825265329022, "S11": 0.38219825265329022, "W12": -10.0, "S12": -10.0, "W13": -16.953074036731643, "S13": -18.041075504646024, "W21": -32.153601687851705, "S21": -32.153601687851705, "W22": -39.1359589713975, "S22": -39.1359589713975, "W31": -71.97109223482741, "S31": -71.97109223482741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106441.555555555562023, 500816.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7075669508641553, "W12": -9.1597739002211842, "S12": -13.46523795508682, "W13": -24.916661435775111, "S13": -24.916661435775111, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -32.196803801896088, "W31": -70.0, "S31": -72.752149597095382, "W32": -93.060711209537047, "S32": -98.060711209537047 }, "geometry": { "type": "Point", "coordinates": [ 106442.0, 505385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.2444591297275318, "W13": -20.312365346305882, "S13": -21.58613534328747, "W21": -23.793290292488042, "S21": -29.070506691279537, "W22": -38.899402768877458, "S22": -38.899402768877458, "W31": -70.910162459700558, "S31": -71.03313774073429, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106442.0, 506793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9601362986846445, "S12": -14.587336435325831, "W13": -23.49808249289773, "S13": -23.49808249289773, "W21": -30.0, "S21": -30.0, "W22": -47.050352162879896, "S22": -47.059116602062062, "W31": -70.873563757373248, "S31": -70.873563757373248, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106442.0, 509090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2345075469198452, "S12": -14.421035619251143, "W13": -23.363215380377078, "S13": -23.363215380377078, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -35.880820887350708, "S22": -39.287770041769349, "W31": -66.953729781413458, "S31": -66.953729781413458, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106442.333333333328483, 509276.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0791449063968397, "S12": -8.0791449063968397, "W13": -15.475234684766448, "S13": -19.306386233605764, "W21": -42.265946941582115, "S21": -42.265946941582115, "W22": -40.0, "S22": -40.0, "W31": -51.598116237943181, "S31": -51.598116237943181, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106443.0, 517507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8983938547486032, "W12": -9.0832538707299104, "S12": -13.207367263072699, "W13": -24.730546314313813, "S13": -24.730546314313813, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -71.760077775891489, "S31": -73.477662895143069, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106444.0, 505352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2257410021171489, "S11": -1.2257410021171489, "W12": -10.369097121256178, "S12": -13.306577823411819, "W13": -19.351735881450626, "S13": -35.597266569082727, "W21": -39.995659457511394, "S21": -39.995659457511394, "W22": -40.0, "S22": -40.0, "W31": -54.678935855821202, "S31": -54.678935855821202, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106444.0, 512651.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75934915406345271, "S11": -0.97168904249178811, "W12": -8.5453104173974044, "S12": -14.479528509139861, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -51.226963754073708, "S31": -51.226963754073708, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106444.0, 513236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87426481268974332, "S11": -0.87426481268974332, "W12": -8.8120083182873348, "S12": -12.319240019999388, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.806514840617652, "S22": -37.510264984387881, "W31": -76.011238238462013, "S31": -76.58055992149572, "W32": -96.419254747152024, "S32": -101.41925474715202 }, "geometry": { "type": "Point", "coordinates": [ 106444.25, 508327.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.86379870159267669, "S11": 0.86379870159267669, "W12": -10.0, "S12": -20.0, "W13": -25.008463929114594, "S13": -25.008463929114594, "W21": -41.347852063091075, "S21": -41.77236683953047, "W22": -40.0, "S22": -40.0, "W31": -51.054399300318622, "S31": -51.054399300318622, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106445.0, 498915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42376833278435005, "S11": -0.42376833278435005, "W12": -9.8929457691677953, "S12": -10.631841110628116, "W13": -15.718772589920492, "S13": -17.095996757098465, "W21": -40.637994009022997, "S21": -40.637994009022997, "W22": -39.694745905462362, "S22": -39.694745905462362, "W31": -72.726561343648598, "S31": -74.000893156608385, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106445.0, 514806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5163679669972412, "S12": -7.5163679669972412, "W13": -17.977650314394033, "S13": -28.11326627182315, "W21": -40.851133271774771, "S21": -40.851133271774771, "W22": -35.347305883656198, "S22": -41.766671151059533, "W31": -73.316813303324281, "S31": -73.316813303324281, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106445.818181818176527, 518479.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77699717062369289, "S11": -3.0741065636539258, "W12": -5.0, "S12": -5.0, "W13": -11.623569784014911, "S13": -11.623569784014911, "W21": -39.999999999999993, "S21": -42.380194155379755, "W22": -35.934563640158316, "S22": -36.864567169169874, "W31": -72.246366410083539, "S31": -72.246366410083539, "W32": -96.568529395216871, "S32": -101.56852939521687 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 497352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19386147527147923, "S11": -0.19386147527147923, "W12": -10.0, "S12": -10.0, "W13": -16.628455315168669, "S13": -18.842446770238315, "W21": -31.074396162325009, "S21": -31.074396162325009, "W22": -40.0, "S22": -40.0, "W31": -51.23584327848009, "S31": -51.23584327848009, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 500702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.154325291848334, "S11": -2.3705255366670412, "W12": -9.4289865871833083, "S12": -18.825898378487366, "W13": -24.595022306590554, "S13": -24.595022306590554, "W21": -33.412897539941163, "S21": -36.412897539941163, "W22": -40.0, "S22": -40.0, "W31": -70.737815810344827, "S31": -70.737815810344827, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 510683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4463218855779871, "S12": -7.4463218855779871, "W13": -18.250428794613114, "S13": -30.278270839337079, "W21": -40.639542337972522, "S21": -40.639542337972522, "W22": -37.385510814304425, "S22": -37.385510814304425, "W31": -70.000000000000014, "S31": -70.406026074096147, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 518586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1547259282814109, "S12": -5.1547259282814109, "W13": -19.491797175249808, "S13": -19.491797175249808, "W21": -38.703390458534727, "S21": -38.703390458534727, "W22": -34.214550884853871, "S22": -34.214550884853871, "W31": -70.0, "S31": -70.970231566357938, "W32": -92.627563838998014, "S32": -97.627563838998014 }, "geometry": { "type": "Point", "coordinates": [ 106446.0, 522056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87207825535396966, "S11": -0.87207825535396966, "W12": -8.8268990198607167, "S12": -11.652674614483262, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -51.600803467207719, "S31": -51.600803467207719, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.5, 508297.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0538232423859686, "S12": -8.0538232423859686, "W13": -15.604401177187366, "S13": -18.982886222659907, "W21": -42.333059659069789, "S21": -42.333059659069789, "W22": -36.66657916093402, "S22": -36.66657916093402, "W31": -70.0, "S31": -70.540150659448429, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106446.733333333337214, 517556.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37647062602972964, "S11": 0.37647062602972964, "W12": -10.0, "S12": -11.606152145155876, "W13": -14.949542589672349, "S13": -18.246124511992019, "W21": -39.817927681637812, "S21": -39.817927681637812, "W22": -35.934369740793827, "S22": -39.409151476670772, "W31": -67.179602135401481, "S31": -67.179602135401481, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106447.0, 499583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3898841237436066, "S11": -1.5664159093210035, "W12": -7.0021633459751085, "S12": -7.9725644877972526, "W13": -18.874392217884839, "S13": -20.8389913689109, "W21": -30.524261229655579, "S21": -31.984683586081321, "W22": -32.563916664149268, "S22": -39.664315011077342, "W31": -70.0, "S31": -70.0, "W32": -94.806079553856222, "S32": -99.806079553856222 }, "geometry": { "type": "Point", "coordinates": [ 106447.0, 503521.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1799537992743474, "S11": -1.1799537992743478, "W12": -9.8553651266766025, "S12": -18.033385936276357, "W13": -24.864014089815726, "S13": -24.864014089815726, "W21": -34.470639339270114, "S21": -36.940857678199407, "W22": -35.356352395049797, "S22": -41.763498223484802, "W31": -73.381149904205657, "S31": -73.381149904205657, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106447.0, 510750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.394313349060166, "S13": -18.581520391974284, "W21": -33.256225622562255, "S21": -33.256225622562255, "W22": -37.734062370983501, "S22": -42.371811621332419, "W31": -78.518824463860213, "S31": -78.518824463860213, "W32": -95.093930340113786, "S32": -100.09393034011379 }, "geometry": { "type": "Point", "coordinates": [ 106447.25, 500991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -53.00661834226284, "S31": -53.00661834226284, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106447.3, 530034.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66987668125163624, "S11": -1.4329070438983029, "W12": -7.7403156384506211, "S12": -9.1774126312191218, "W13": -23.710516864969613, "S13": -23.710516864969613, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -51.304603900138346, "S31": -51.304603900138346, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106447.333333333328483, 507613.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3947198526536511, "S12": -6.3947198526536511, "W13": -20.0, "S13": -20.0, "W21": -38.886471780945996, "S21": -38.886471780945996, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -71.546395423973919, "S31": -72.920407165414517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106447.875, 520178.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0894172168613507, "W12": -9.0019365937576801, "S12": -12.995809311696448, "W13": -24.564245810055866, "S13": -24.564245810055866, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.052807408800639, "W31": -80.0, "S31": -80.217245108135941, "W32": -95.483362665247824, "S32": -100.48336266524782 }, "geometry": { "type": "Point", "coordinates": [ 106448.0, 505324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.69496646799799555, "W12": -8.659284641769867, "S12": -15.401336106217954, "W13": -15.401336106217954, "S13": -18.246212518536474, "W21": -40.0, "S21": -40.0, "W22": -48.383897967758948, "S22": -48.393897967758946, "W31": -70.753286973459083, "S31": -70.753286973459083, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106448.0, 513505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.184288363647692, "S12": -5.184288363647692, "W13": -19.581947509998663, "S13": -19.581947509998663, "W21": -38.752323828860071, "S21": -38.752323828860071, "W22": -41.113469679698795, "S22": -41.119748906405711, "W31": -71.285945608948424, "S31": -71.864756519735764, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106448.428571428565192, 522011.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.968081209564728, "S12": -9.0757998955396779, "W13": -15.000000000000002, "S13": -18.439369738830415, "W21": -39.513032232705534, "S21": -39.513032232705534, "W22": -40.0, "S22": -40.0, "W31": -72.220077299213557, "S31": -74.430675972315171, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106448.951219512193347, 515713.926829268282745 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5092294186072031, "S11": -3.5092294186072031, "W12": -9.1134564939578055, "S12": -9.827023817168719, "W13": -19.005249539697051, "S13": -20.466700980801452, "W21": -31.463662681475927, "S21": -32.90098480851772, "W22": -39.689157381584025, "S22": -39.689253193131108, "W31": -72.725852644885791, "S31": -74.036236831014079, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106449.0, 503670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2653176809803317, "S11": -1.4181644466066776, "W12": -10.281913832651838, "S12": -14.89631517225947, "W13": -25.0, "S13": -25.0, "W21": -37.304739328953566, "S21": -37.304739328953566, "W22": -39.250884495221925, "S22": -39.250884495221925, "W31": -71.274310724769762, "S31": -71.336265378053255, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106449.0, 511739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02618048792266639, "S11": -0.96795034826806181, "W12": -4.2459142743674114, "S12": -4.9115762500313611, "W13": -12.65899669849175, "S13": -13.028180371961048, "W21": -37.911078095276487, "S21": -40.655783324080041, "W22": -36.322282528206316, "S22": -38.414159812078509, "W31": -68.210667047355983, "S31": -68.210667047355983, "W32": -99.196533454557155, "S32": -104.19653345455716 }, "geometry": { "type": "Point", "coordinates": [ 106450.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61462809917355365, "S11": -0.61462809917355365, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -17.457091139074869, "W21": -40.457362069657698, "S21": -40.457362069657698, "W22": -36.123335599783346, "S22": -38.026959057290675, "W31": -63.152656474895544, "S31": -63.30913952402981, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106450.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.81741968052883851, "S11": 0.81741968052883851, "W12": -10.428430647942843, "S12": -15.995085337127177, "W13": -24.875621890547261, "S13": -25.466013771752813, "W21": -41.402161160051421, "S21": -41.765602139287843, "W22": -37.131084086013395, "S22": -37.131084086013395, "W31": -70.0, "S31": -70.456195655228839, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106450.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12288062404234572, "S11": 0.12288062404234572, "W12": -13.372332740797773, "S12": -13.990334216328554, "W13": -14.832954687183031, "S13": -18.373436940119042, "W21": -38.859673940728953, "S21": -40.17312306697233, "W22": -36.106168578979542, "S22": -36.495177915187767, "W31": -71.386528439403449, "S31": -71.386528439403449, "W32": -96.942395409261692, "S32": -101.94239540926169 }, "geometry": { "type": "Point", "coordinates": [ 106450.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85905841739705613, "S11": -3.1612914154813474, "W12": -10.0, "S12": -11.326943738727381, "W13": -19.719255370811464, "S13": -21.965734679327813, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.315817048255497, "W31": -80.000000000000014, "S31": -80.601097848763686, "W32": -95.768505904387752, "S32": -100.76850590438775 }, "geometry": { "type": "Point", "coordinates": [ 106450.0, 504019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1917408670168788, "S11": -1.3607356629631948, "W12": -10.0, "S12": -18.138528138528137, "W13": -24.96239540573324, "S13": -24.96239540573324, "W21": -34.858761289516018, "S21": -37.104654193661304, "W22": -38.154349794204876, "S22": -40.400666335743267, "W31": -59.97833288999589, "S31": -59.97833288999589, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106450.0, 510776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -36.677606492947064, "S22": -36.677606492947064, "W31": -70.0, "S31": -70.5425415608062, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106450.382978723398992, 529968.42553191492334 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0285015783751312, "S12": -8.0285015783751312, "W13": -15.733567669608121, "S13": -18.659386211714583, "W21": -42.31869126216916, "S21": -42.31869126216916, "W22": -40.0, "S22": -40.0, "W31": -51.673222943920955, "S31": -51.673222943920955, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106450.466666666659876, 517605.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2138507990139731, "S12": -5.2138507990139731, "W13": -19.672097844747523, "S13": -19.672097844747523, "W21": -38.801257199185265, "S21": -38.801257199185265, "W22": -43.62178836547676, "S22": -43.629168229602449, "W31": -71.083159910996045, "S31": -71.083159910996045, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106450.857142857144936, 521967.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0798870955078539, "S11": -1.5451997012177972, "W12": -8.3172578241431747, "S12": -19.981907855530444, "W13": -23.915667381665504, "S13": -23.915667381665504, "W21": -30.745401095666082, "S21": -30.937583506088611, "W22": -40.0, "S22": -40.0, "W31": -52.095005762723233, "S31": -52.095005762723233, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106451.6, 510518.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45996478443186906, "S11": -1.4655922030655626, "W12": -9.1608569215335187, "S12": -14.345844242399904, "W13": -25.303181214072815, "S13": -25.303181214072815, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -48.33012693617615, "S22": -48.340126936176148, "W31": -70.737125818128987, "S31": -70.737125818128987, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106452.0, 505512.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52198580029031327, "S11": 0.52198580029031327, "W12": -10.0, "S12": -10.0, "W13": -17.708592970482098, "S13": -17.708592970482098, "W21": -41.015263184328248, "S21": -41.383175619613006, "W22": -36.179941283751177, "S22": -38.634777071210337, "W31": -67.999665347533977, "S31": -67.999665347533977, "W32": -99.527291452111157, "S32": -104.52729145211116 }, "geometry": { "type": "Point", "coordinates": [ 106452.259259259255487, 498580.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.012529402540280343, "S11": -2.9761019639304469, "W12": -6.642231637412217, "S12": -15.327121138125687, "W13": -25.303877228989222, "S13": -25.303877228989222, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.812681781806432, "S22": -39.377307343467059, "W31": -67.13126663302441, "S31": -67.13126663302441, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106452.4, 505726.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0741001043962795, "S11": -1.0741001043962795, "W12": -5.0, "S12": -5.0, "W13": -14.983066140526528, "S13": -17.325261609717511, "W21": -40.289275824578468, "S21": -40.294353017373467, "W22": -40.0, "S22": -40.018922650249799, "W31": -80.0, "S31": -80.82818124283294, "W32": -96.116386308135176, "S32": -101.11638630813518 }, "geometry": { "type": "Point", "coordinates": [ 106452.8, 497829.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2671374972412273, "S11": -1.2671374972412273, "W12": -5.9590745508751048, "S12": -5.9590745508751048, "W13": -20.0, "S13": -25.0, "W21": -44.527090150767769, "S21": -44.527090150767769, "W22": -40.0, "S22": -40.0, "W31": -54.293570301933308, "S31": -54.293570301933308, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106453.0, 520839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2434132343802524, "S12": -5.2434132343802524, "W13": -19.762248179496382, "S13": -19.762248179496382, "W21": -38.850190569510609, "S21": -38.850190569510609, "W22": -36.422645843431404, "S22": -38.688469971316074, "W31": -62.647644730909882, "S31": -62.760222687708932, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106453.285714285710128, 521922.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50366836072664167, "S11": -0.50366836072664167, "W12": -5.1099853490651421, "S12": -5.1099853490651421, "W13": -16.730273044794433, "S13": -19.383091382994994, "W21": -30.0, "S21": -30.000000000000004, "W22": -38.941576292178958, "S22": -42.41300203411474, "W31": -80.0, "S31": -80.0, "W32": -95.221831130029059, "S32": -100.22183113002906 }, "geometry": { "type": "Point", "coordinates": [ 106453.333333333328483, 501712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69720305045271069, "S11": -0.69720305045271069, "W12": -4.8759475490327837, "S12": -14.749350718277684, "W13": -22.643439078309608, "S13": -22.643439078309608, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -72.347500009550373, "S31": -74.723016727098141, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106454.0, 509620.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8322176727027166, "S12": -6.8322176727027166, "W13": -20.0, "S13": -27.040938844768448, "W21": -38.767812901507895, "S21": -38.767812901507895, "W22": -35.967733317879308, "S22": -36.831445168393863, "W31": -72.211566243637904, "S31": -73.211566243637904, "W32": -96.655273483286649, "S32": -101.65527348328665 }, "geometry": { "type": "Point", "coordinates": [ 106454.0, 519517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0031799143642619, "S12": -8.0031799143642619, "W13": -15.862734162029037, "S13": -18.335886200768726, "W21": -42.254348630983124, "S21": -42.254348630983124, "W22": -40.0, "S22": -40.0, "W31": -70.789239398264158, "S31": -70.789239398264158, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106454.2, 517654.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52599534223641753, "S11": 0.52599534223641753, "W12": -10.0, "S12": -10.0, "W13": -17.812117823822724, "S13": -17.812117823822724, "W21": -41.017223182190627, "S21": -41.388046914909495, "W22": -35.438591413460465, "S22": -37.650067962347094, "W31": -66.27343390613801, "S31": -66.27343390613801, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106454.571428571434808, 498585.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72339747815177868, "S11": -0.72339747815177868, "W12": -7.9739956399875425, "S12": -15.680576834743936, "W13": -24.179500055153504, "S13": -24.179500055153504, "W21": -30.0, "S21": -30.0, "W22": -39.358989091578728, "S22": -39.358989091578728, "W31": -71.608341371672083, "S31": -71.616752443933777, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106455.0, 508758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2279103675849892, "W12": -10.0, "S12": -16.084523555745044, "W13": -25.0, "S13": -25.0, "W21": -36.301933601103087, "S21": -36.301933601103087, "W22": -39.621064548195491, "S22": -40.807323869064177, "W31": -57.5804415640945, "S31": -57.5804415640945, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106455.0, 511339.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2729756697464962, "S12": -5.2729756697464962, "W13": -19.852398514245124, "S13": -19.852398514245124, "W21": -38.899123939835711, "S21": -38.899123939835711, "W22": -47.428942757445895, "S22": -47.437973792713855, "W31": -70.789691248270316, "S31": -70.789691248270316, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106455.714285714289872, 521878.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85867674757540102, "S11": -0.85867674757540102, "W12": -8.8593978368897979, "S12": -9.2719455184014432, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -52.479389544719844, "S31": -52.479389544719844, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106456.0, 508144.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35694882214991486, "S11": 0.35694882214991486, "W12": -10.138453948093757, "S12": -11.194090873119487, "W13": -14.934810705614378, "S13": -18.261372062335337, "W21": -39.754592720841117, "S21": -39.754592720841117, "W22": -36.386742376110249, "S22": -37.254866558613244, "W31": -69.667744448357183, "S31": -69.667744448357183, "W32": -97.955737467156411, "S32": -102.95573746715641 }, "geometry": { "type": "Point", "coordinates": [ 106456.25, 499628.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.387941650725601, "S13": -18.61656917890128, "W21": -32.923012301230216, "S21": -32.923012301230216, "W22": -36.498368672584299, "S22": -37.715027611186471, "W31": -69.2338738841283, "S31": -69.2338738841283, "W32": -98.323557552310874, "S32": -103.32355755231087 }, "geometry": { "type": "Point", "coordinates": [ 106456.285714285710128, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5484979443024214, "S12": -7.5484979443024214, "W13": -17.86466666573105, "S13": -27.107427539281254, "W21": -40.92027578469505, "S21": -40.92027578469505, "W22": -37.40041688064526, "S22": -42.57499000559632, "W31": -77.630818109610814, "S31": -77.630818109610814, "W32": -95.133153249021134, "S32": -100.13315324902113 }, "geometry": { "type": "Point", "coordinates": [ 106456.454545454544132, 518432.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.912631999392417, "S12": -11.121325905626668, "W13": -16.268185614849237, "S13": -20.287395759185856, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -35.785329165968363, "S22": -36.673346330223424, "W31": -72.64328772129987, "S31": -73.041393811068133, "W32": -96.650551440792285, "S32": -101.65055144079228 }, "geometry": { "type": "Point", "coordinates": [ 106456.6, 500570.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85467511379013417, "S11": -2.8546751137901341, "W12": -5.0, "S12": -5.0, "W13": -11.705637375287797, "S13": -11.947359229592433, "W21": -40.0, "S21": -42.311751889161805, "W22": -35.782194017356439, "S22": -39.414706554395593, "W31": -67.208351703806002, "S31": -67.208351703806002, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 497368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.7214000452113631, "W12": -5.0, "S12": -16.060610100794626, "W13": -25.0, "S13": -25.274030280553262, "W21": -30.0, "S21": -32.384208045254617, "W22": -39.656141455286637, "S22": -39.656861552432169, "W31": -72.785049824313319, "S31": -74.50068738285465, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 506041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6559679527108067, "S12": -14.476535337850702, "W13": -23.524338406348544, "S13": -23.524338406348544, "W21": -30.0, "S21": -30.0, "W22": -30.026917866765359, "S22": -30.449130063172902, "W31": -70.0, "S31": -72.675260683727032, "W32": -93.122649924459921, "S32": -98.122649924459921 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 509127.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2473963571349029, "S11": -1.2473963571349029, "W12": -10.458081322089733, "S12": -13.141310304116637, "W13": -19.86386899149516, "S13": -37.115050678766202, "W21": -39.921958200593011, "S21": -39.921958200593011, "W22": -36.675653741862355, "S22": -36.675653741862355, "W31": -70.0, "S31": -70.548391428955568, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 512606.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39770701108102913, "S11": -0.50900969866362211, "W12": -10.829682749690349, "S12": -16.740936734812557, "W13": -16.740936734812557, "S13": -23.382571817653098, "W21": -40.741535524423291, "S21": -40.741535524423291, "W22": -30.0, "S22": -36.087450597596963, "W31": -70.0, "S31": -72.014233921496611, "W32": -93.757583705170731, "S32": -98.757583705170731 }, "geometry": { "type": "Point", "coordinates": [ 106457.0, 513877.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9778582503534192, "S12": -7.9778582503534192, "W13": -15.991900654449804, "S13": -18.012386189823179, "W21": -42.190005999797158, "S21": -42.190005999797158, "W22": -30.895430141889303, "S22": -32.422429998273046, "W31": -70.0, "S31": -72.151261694376473, "W32": -93.064327731288756, "S32": -98.064327731288756 }, "geometry": { "type": "Point", "coordinates": [ 106457.933333333334303, 517703.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": 0.078079413292834007, "S11": 0.078079413292834007, "W12": -13.854299470182504, "S12": -14.854299470182504, "W13": -14.872195141050488, "S13": -18.547421175212556, "W21": -37.911008434453777, "S21": -39.176182654798559, "W22": -36.407389921981689, "S22": -37.37402393226742, "W31": -75.11807263194261, "S31": -75.67066500381388, "W32": -96.528124037310278, "S32": -101.52812403731028 }, "geometry": { "type": "Point", "coordinates": [ 106458.0, 500063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77297995495139882, "S11": -1.7729799549513987, "W12": -8.7640066257429599, "S12": -11.615441128857096, "W13": -24.911988025176086, "S13": -24.911988025176086, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -52.589208058238682, "S31": -52.589208058238682, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106458.0, 507932.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3025381051127747, "S12": -5.3025381051127747, "W13": -19.942548848993976, "S13": -19.942548848993976, "W21": -38.948057310161047, "S21": -38.948057310161047, "W22": -38.433726789460827, "S22": -38.433726789460827, "W31": -70.468001210135753, "S31": -70.691355323646107, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106458.142857142855064, 521833.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.7989220341056966, "S12": -6.8517315879120329, "W13": -15.0, "S13": -15.0, "W21": -39.026347961456366, "S21": -39.026347961456366, "W22": -31.548509778857216, "S22": -31.548509778857216, "W31": -70.0, "S31": -71.903803836096444, "W32": -92.965328325074623, "S32": -97.965328325074623 }, "geometry": { "type": "Point", "coordinates": [ 106458.285714285710128, 524227.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20467494032837474, "S11": 0.20467494032837474, "W12": -12.684479337202957, "S12": -12.684479337202957, "W13": -14.851203524317288, "S13": -18.347539353254337, "W21": -39.164777560462696, "S21": -40.161672949248278, "W22": -32.953968554263071, "S22": -32.953968554263071, "W31": -70.0, "S31": -71.37485476286021, "W32": -92.770542285057019, "S32": -97.770542285057019 }, "geometry": { "type": "Point", "coordinates": [ 106459.0, 499902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7860674856938843, "S12": -8.7860674856938843, "W13": -15.0, "S13": -19.005078979481443, "W21": -39.993653851767753, "S21": -39.993653851767753, "W22": -37.352299017715204, "S22": -39.989165803213588, "W31": -61.19659386288604, "S31": -61.19659386288604, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106459.44696969697543, 516075.234848484862596 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.965561425264708, "S12": -9.0815871640190089, "W13": -15.0, "S13": -18.403568217311324, "W21": -39.540266108510778, "S21": -39.540266108510778, "W22": -34.852062654824792, "S22": -34.852062654824792, "W31": -70.0, "S31": -70.792890563233627, "W32": -92.688509105379453, "S32": -97.688509105379453 }, "geometry": { "type": "Point", "coordinates": [ 106459.727272727279342, 515713.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0, "S11": -2.4, "W12": -4.4, "S12": -5.494957299715332, "W13": -18.667037705575613, "S13": -21.224124319748842, "W21": -22.216313138837748, "S21": -28.511591519187562, "W22": -37.292109307008154, "S22": -37.292109307008154, "W31": -70.0, "S31": -70.436924174255722, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106460.0, 506640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69031404768896842, "S11": -0.69031404768896842, "W12": -5.9952423955419487, "S12": -9.639286812398284, "W13": -22.076844175742561, "S13": -22.076844175742561, "W21": -30.0, "S21": -35.0, "W22": -35.96738404842803, "S22": -36.780360163649256, "W31": -72.180157036773622, "S31": -72.180157036773622, "W32": -96.721353611994118, "S32": -101.72135361199412 }, "geometry": { "type": "Point", "coordinates": [ 106460.0, 510165.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999997113, "S11": 2.4999999999997113, "W12": -5.3671125916117326, "S12": -5.3671125916117326, "W13": -20.0, "S13": -20.0, "W21": -39.090729045237907, "S21": -39.10322894414967, "W22": -47.011024124693463, "S22": -47.019932776016425, "W31": -70.789597680257103, "S31": -70.789597680257103, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106460.0, 521736.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3321005404790567, "S12": -5.3321005404790567, "W13": -20.0, "S13": -20.0, "W21": -38.996990680486242, "S21": -38.996990680486242, "W22": -36.365366868559853, "S22": -37.250593510878581, "W31": -69.710564039084701, "S31": -69.710564039084701, "W32": -97.973462043098877, "S32": -102.97346204309888 }, "geometry": { "type": "Point", "coordinates": [ 106460.571428571434808, 521789.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56128220512001525, "S11": -0.56128220512001525, "W12": -4.6611538461538453, "S12": -4.6611538461538453, "W13": -17.122112223369196, "S13": -20.349278040695737, "W21": -30.0, "S21": -30.0, "W22": -38.639257144878897, "S22": -38.639257144878897, "W31": -70.680821911085104, "S31": -70.868437513005077, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106461.0, 502060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0238802092997366, "S11": -1.0238802092997366, "W12": -10.825777842396045, "S12": -12.042681972826358, "W13": -24.176184490955791, "S13": -37.916710679707904, "W21": -39.692082396062894, "S21": -39.692082396062894, "W22": -35.744542676262178, "S22": -39.348845628230158, "W31": -67.308803484635163, "S31": -67.308803484635163, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106461.0, 512291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1204963211543824, "S12": -9.4698552102989861, "W13": -15.0, "S13": -26.958875585632484, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -51.955193689710143, "S31": -51.955193689710143, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106461.0, 515401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.952536586342549, "S12": -7.952536586342549, "W13": -16.121067146870722, "S13": -17.688886178877322, "W21": -42.125663368611129, "S21": -42.125663368611129, "W22": -41.790001, "S22": -41.790001, "W31": -70.840662986183617, "S31": -70.840662986183617, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106461.666666666671517, 517752.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8156202476645666, "W12": -4.9792763157894733, "S12": -15.766677890592623, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -31.953771213073594, "W22": -40.0, "S22": -40.0, "W31": -51.569752178227851, "S31": -51.569752178227851, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106462.0, 505985.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7101041871436999, "W12": -5.0, "S12": -10.798563232245311, "W13": -24.265608765467082, "S13": -25.470770135262658, "W21": -29.982072267754511, "S21": -33.747121464657759, "W22": -39.659585800647108, "S22": -39.659585800647108, "W31": -72.608629467662013, "S31": -73.631688915921188, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106462.0, 506224.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5256383366105899, "S12": -5.5973444411045481, "W13": -15.0, "S13": -15.0, "W21": -40.248764520525945, "S21": -40.248764520525945, "W22": -38.734914081311281, "S22": -38.734914081311281, "W31": -70.78170936568192, "S31": -70.953582407333172, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106462.0, 524715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3167012173606207, "S11": -1.3167012173606207, "W12": -10.424170362023844, "S12": -13.352725632479558, "W13": -19.524734727479981, "S13": -35.297567728289891, "W21": -39.954246830730725, "S21": -39.954246830730725, "W22": -36.175043696261547, "S22": -38.264433583943507, "W31": -68.430114737988376, "S31": -68.430114737988376, "W32": -99.244133688162137, "S32": -104.24413368816214 }, "geometry": { "type": "Point", "coordinates": [ 106462.625, 512651.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8284838336264104, "S11": -2.8561474874198916, "W12": -10.0, "S12": -18.049866120891295, "W13": -25.076156642103303, "S13": -25.076156642103303, "W21": -35.209457713902978, "S21": -36.316871350937767, "W22": -40.0, "S22": -40.0, "W31": -53.083410353753678, "S31": -53.083410353753678, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 510910.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49563367015322096, "S11": -0.66883685595996145, "W12": -8.7437590401278342, "S12": -15.0, "W13": -15.0, "S13": -18.675492663238387, "W21": -40.0, "S21": -40.0, "W22": -35.505593609795476, "S22": -38.515866786251301, "W31": -66.814565350189909, "S31": -66.814565350189909, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 513524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3616629758453369, "S12": -5.3616629758453369, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -39.045924050811593, "S21": -39.045924050811593, "W22": -40.0, "S22": -40.000000000000007, "W31": -54.927333234048859, "S31": -54.927333234048859, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 521745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5440849369020624, "S12": -4.5440849369020633, "W13": -17.586789660638726, "S13": -17.586789660638726, "W21": -38.711691965687045, "S21": -38.711691965687045, "W22": -36.034893691053583, "S22": -36.422877081381451, "W31": -71.681671058296189, "S31": -71.681671058296189, "W32": -96.941791098474042, "S32": -101.94179109847404 }, "geometry": { "type": "Point", "coordinates": [ 106463.0, 522983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2910524104304018, "S11": -4.0146901021762531, "W12": -10.0, "S12": -18.340014465098989, "W13": -25.797535641547917, "S13": -25.797535641547917, "W21": -35.47724696290333, "S21": -35.47724696290333, "W22": -39.453271204831921, "S22": -39.453271204831921, "W31": -72.311525857766398, "S31": -72.420565846918649, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106463.6, 511027.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0773105817592832, "S12": -5.0773105817592832, "W13": -19.254655642725481, "S13": -19.254655642725481, "W21": -38.325872042528765, "S21": -38.325872042528765, "W22": -38.497478737275898, "S22": -38.497478737275898, "W31": -79.463423592958691, "S31": -80.388924633136071, "W32": -96.510116099810361, "S32": -101.51011609981036 }, "geometry": { "type": "Point", "coordinates": [ 106463.666666666671517, 522175.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.669673085296679, "W13": -23.285569170926109, "S13": -23.285569170926109, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.391307888471523, "W31": -80.0, "S31": -80.701002933732568, "W32": -95.897390921333923, "S32": -100.89739092133392 }, "geometry": { "type": "Point", "coordinates": [ 106463.714285714289872, 509432.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14416175071360615, "S11": -3.8115030308378932, "W12": -4.4371590673216632, "S12": -7.7034214222306803, "W13": -12.076414383772542, "S13": -13.331940252123283, "W21": -39.424793698424608, "S21": -42.424793698424608, "W22": -39.195657407239082, "S22": -39.195657407239082, "W31": -71.868879661468497, "S31": -71.868879661468497, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106464.0, 497128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1672899239801824, "S12": -14.364204901214528, "W13": -23.470032806813656, "S13": -23.470032806813656, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.439299072905804, "S22": -34.439299072905804, "W31": -70.0, "S31": -70.905433603926269, "W32": -92.727133007302101, "S32": -97.727133007302101 }, "geometry": { "type": "Point", "coordinates": [ 106464.666666666671517, 509239.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59554944915581809, "S11": -2.0142657510053228, "W12": -6.2836854006949423, "S12": -6.2836854006949423, "W13": -22.360385987922971, "S13": -22.360385987922971, "W21": -29.484840589623033, "S21": -31.033109061348288, "W22": -35.424829572344763, "S22": -41.737871025745896, "W31": -73.875649634493101, "S31": -73.875649634493101, "W32": -95.05188338176508, "S32": -100.05188338176508 }, "geometry": { "type": "Point", "coordinates": [ 106465.0, 507279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60680242647697846, "S11": -1.9698335581555648, "W12": -6.3759031493023004, "S12": -6.3759031493023004, "W13": -22.530895216032295, "S13": -22.530895216032295, "W21": -29.999129436683578, "S21": -31.222656285878998, "W22": -39.227816528825272, "S22": -39.227816528825272, "W31": -71.283447778240969, "S31": -71.365420981003794, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106465.0, 507323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9272149223317117, "S12": -7.9272149223317117, "W13": -16.250233639291476, "S13": -17.365386167932002, "W21": -42.061320737425199, "S21": -42.061320737425199, "W22": -37.277251340049212, "S22": -37.277251340049212, "W31": -70.0, "S31": -70.444605193094603, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106465.4, 517801.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -54.272244983716874, "S31": -54.272244983716874, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106465.471264367821277, 530028.026819923426956 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5465297185676494, "S12": -4.5465297185676494, "W13": -17.595156809899422, "S13": -17.595156809899422, "W21": -38.69000030860262, "S21": -38.69000030860262, "W22": -34.120706873662847, "S22": -34.120706873662847, "W31": -70.0, "S31": -70.939956883702649, "W32": -92.7462036601421, "S32": -97.7462036601421 }, "geometry": { "type": "Point", "coordinates": [ 106465.666666666671517, 522979.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3966062620630506, "S12": -5.3966062620630506, "W13": -16.678388374408229, "S13": -19.094498307600212, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -80.0, "S31": -80.175612770339853, "W32": -95.557647444030607, "S32": -100.55764744403061 }, "geometry": { "type": "Point", "coordinates": [ 106466.0, 501678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61383372559547522, "S11": -1.9607205577368298, "W12": -6.4170205725001379, "S12": -6.4170205725001379, "W13": -22.624762590173152, "S13": -22.624762590173152, "W21": -30.000000000000004, "S21": -31.032839385562941, "W22": -35.630018293919051, "S22": -39.198145124351313, "W31": -67.237101272210523, "S31": -67.237101272210523, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106466.0, 507348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.28031345144873, "S11": -3.9863528926977025, "W12": -10.0, "S12": -18.281423119537116, "W13": -25.770875763747455, "S13": -25.770875763747455, "W21": -35.439505706009996, "S21": -35.490896788503029, "W22": -40.0, "S22": -40.0, "W31": -51.910746745072856, "S31": -51.910746745072856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106466.0, 511022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5257452574525745, "S11": -0.67898021772499217, "W12": -5.0, "S12": -5.1604564863765754, "W13": -20.916657439976834, "S13": -20.916657439976834, "W21": -25.149406730766717, "S21": -29.423487163523838, "W22": -36.684728322790605, "S22": -36.684728322790605, "W31": -70.0, "S31": -70.556632198462722, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106467.0, 506908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90940312689252878, "S11": -0.909403126892529, "W12": -4.9358819452814267, "S12": -10.188830424486888, "W13": -21.238930409036325, "S13": -21.238930409036325, "W21": -30.0, "S21": -30.0, "W22": -36.353488016235204, "S22": -37.683808215868396, "W31": -69.236686313358291, "S31": -69.236686313358291, "W32": -98.442778233118887, "S32": -103.44277823311889 }, "geometry": { "type": "Point", "coordinates": [ 106467.0, 509956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5806279216076007, "S12": -7.5806279216076007, "W13": -17.751683017068068, "S13": -26.101588806739358, "W21": -40.98941829761533, "S21": -40.98941829761533, "W22": -35.693063456157901, "S22": -39.247830421359843, "W31": -67.441892645613663, "S31": -67.441892645613663, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106467.090909090911737, 518385.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26034956254376568, "S11": -0.26034956254376568, "W12": -4.772698428457959, "S12": -4.772698428457959, "W13": -14.268326291480509, "S13": -14.268326291480509, "W21": -37.668527119054978, "S21": -40.160144849354836, "W22": -40.0, "S22": -40.0, "W31": -52.072088555484392, "S31": -52.072088555484392, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106468.0, 496928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63407823587205714, "S11": 0.63407823587205714, "W12": -10.0, "S12": -10.695208169677926, "W13": -20.0, "S13": -20.0, "W21": -41.095578963542373, "S21": -41.46660669120007, "W22": -35.972843482919828, "S22": -38.539104309250916, "W31": -68.175227749594939, "S31": -68.175227749594939, "W32": -99.694829750257497, "S32": -104.6948297502575 }, "geometry": { "type": "Point", "coordinates": [ 106468.0, 498685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77103183142313958, "S11": -0.77103183142313958, "W12": -8.0507459040918601, "S12": -15.714083910743682, "W13": -24.384701530500053, "S13": -24.384701530500053, "W21": -30.0, "S21": -30.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106468.2, 508719.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.019118669813105199, "S11": -1.2439390862208741, "W12": -4.2732450275427638, "S12": -4.4690117303791546, "W13": -12.63584368170913, "S13": -13.104896934260051, "W21": -37.969584915067827, "S21": -40.969584915067827, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -53.57761264926912, "S31": -53.57761264926912, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106468.328125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9018932583208414, "S12": -7.9018932583208414, "W13": -16.379400131712394, "S13": -17.041886156986145, "W21": -41.996978106239162, "S21": -41.996978106239162, "W22": -48.084650487645952, "S22": -48.09465048764595, "W31": -70.663346630752457, "S31": -70.663346630752457, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106469.133333333331393, 517850.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0262334682386063, "S11": -5.9542018464717783, "W12": -10.0, "S12": -13.070409259522023, "W13": -19.72401209853248, "S13": -19.72401209853248, "W21": -30.0, "S21": -30.0, "W22": -40.814222199585792, "S22": -40.820573514871832, "W31": -71.196005266241784, "S31": -71.748806656718997, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106469.5, 504394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2476421946585934, "S11": -1.2476421946585934, "W12": -10.547065522923353, "S12": -12.9760427848212, "W13": -20.86970910235166, "S13": -37.855483206074481, "W21": -39.852959871503536, "S21": -39.852959871503536, "W22": -40.0, "S22": -40.0, "W31": -72.139706884510758, "S31": -74.320684564079173, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106470.0, 512562.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90318706053423092, "S11": -0.90318706053423092, "W12": -8.6042099211039051, "S12": -14.670411230997047, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.644569041869147, "S22": -39.644736784007137, "W31": -72.601368166549435, "S31": -73.674718615881659, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106471.0, 508434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69419303673241517, "S11": -1.2766000798172077, "W12": -7.9775466284074614, "S12": -9.6379524383642199, "W13": -23.772692333898291, "S13": -23.772692333898291, "W21": -30.0, "S21": -30.0, "W22": -39.112838442195063, "S22": -39.112838442195063, "W31": -71.176341367785355, "S31": -71.284100017942322, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106471.5, 507648.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55670812561406069, "S11": 0.55670812561406069, "W12": -10.0, "S12": -10.0, "W13": -18.601628288898983, "S13": -18.601628288898983, "W21": -41.03238403961862, "S21": -41.413182115007409, "W22": -36.509632970704089, "S22": -36.509632970704089, "W31": -70.0, "S31": -70.591077628822234, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106472.0, 498625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.82510643499361669, "S11": 0.82510643499361669, "W12": -10.0, "S12": -19.846686315334072, "W13": -25.0, "S13": -25.0, "W21": -41.312543489824954, "S21": -41.694256863665508, "W22": -40.0, "S22": -40.0, "W31": -52.593581112063504, "S31": -52.593581112063504, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106472.0, 498915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3517996067366713, "S12": -14.365734240375449, "W13": -23.550594319799316, "S13": -23.550594319799316, "W21": -30.0, "S21": -30.0, "W22": -30.952269291407632, "S22": -37.819103119141566, "W31": -70.0, "S31": -70.0, "W32": -94.737493173366161, "S32": -99.737493173366161 }, "geometry": { "type": "Point", "coordinates": [ 106472.0, 509164.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.5156856726268133, "W12": -10.0, "S12": -16.277623818659844, "W13": -26.156488549618317, "S13": -26.156488549618317, "W21": -36.054331679000079, "S21": -36.054331679000079, "W22": -35.676403570717973, "S22": -39.213950651528705, "W31": -67.486340336246045, "S31": -67.486340336246045, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106472.0, 511312.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56831496923835445, "S11": -0.56831496923835378, "W12": -5.0, "S12": -5.8378805454287201, "W13": -20.538046511627904, "S13": -22.632014648278993, "W21": -26.151589344021957, "S21": -31.418741520529203, "W22": -38.621177335387529, "S22": -42.767565422038444, "W31": -80.0, "S31": -80.0, "W32": -95.31490879821007, "S32": -100.31490879821007 }, "geometry": { "type": "Point", "coordinates": [ 106472.5, 506427.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8765715943099996, "S12": -7.8765715943099996, "W13": -16.508566624133159, "S13": -16.718386146040601, "W21": -41.932635475053196, "S21": -41.932635475053196, "W22": -36.993958340006735, "S22": -36.993958340006735, "W31": -70.0, "S31": -70.501694292123148, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106472.866666666668607, 517900.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78857470800165785, "S11": 0.78857470800165785, "W12": -10.0, "S12": -15.268415379087315, "W13": -25.0, "S13": -25.766408927159258, "W21": -41.37202383465717, "S21": -41.692439931226353, "W22": -30.100261555687741, "S22": -31.831030786456967, "W31": -70.0, "S31": -72.598371770358767, "W32": -93.184911386996546, "S32": -98.184911386996546 }, "geometry": { "type": "Point", "coordinates": [ 106473.0, 499009.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.311075488054165, "S13": -18.731960688204484, "W21": -30.748214821482151, "S21": -30.748214821482151, "W22": -30.587273399714419, "S22": -37.378874385054303, "W31": -70.0, "S31": -70.0, "W32": -94.678583892393192, "S32": -99.678583892393192 }, "geometry": { "type": "Point", "coordinates": [ 106473.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1680652683426604, "S12": -8.1680652683426604, "W13": -15.000000000000002, "S13": -19.895060012812785, "W21": -42.003222130925757, "S21": -42.003222130925757, "W22": -36.213724540294756, "S22": -36.213724540294756, "W31": -70.0, "S31": -70.646823838435708, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106473.0, 517313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90597942661805364, "S11": -0.90597942661805364, "W12": -8.6340695125096723, "S12": -13.006288862159218, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -30.222277508021204, "S22": -36.93864565096704, "W31": -70.0, "S31": -70.0, "W32": -94.61100014479247, "S32": -99.61100014479247 }, "geometry": { "type": "Point", "coordinates": [ 106473.5, 508361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3101783305772008, "S12": -6.3101783305772008, "W13": -20.0, "S13": -23.58074157498077, "W21": -40.318256522241448, "S21": -40.318256522241448, "W22": -43.257163332744632, "S22": -43.264563930023996, "W31": -71.011619530882228, "S31": -71.011619530882228, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106473.882352941174759, 520310.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8059651143313848, "S12": -6.8059651143313848, "W13": -20.0, "S13": -26.566194443801557, "W21": -38.635046774946339, "S21": -38.635046774946339, "W22": -30.0, "S22": -36.641135300551788, "W31": -70.0, "S31": -70.0, "W32": -94.543416397191777, "S32": -99.543416397191777 }, "geometry": { "type": "Point", "coordinates": [ 106474.6, 519559.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0949016141133594, "S12": -9.4213224152901507, "W13": -15.0, "S13": -25.678842864580126, "W21": -40.0, "S21": -40.0, "W22": -30.0, "S22": -36.565902458157737, "W31": -70.0, "S31": -70.0, "W32": -94.475832649591055, "S32": -99.475832649591055 }, "geometry": { "type": "Point", "coordinates": [ 106474.714285714289872, 515445.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60387336705360073, "S11": 0.60387336705360073, "W12": -10.0, "S12": -10.0, "W13": -19.521122331318352, "S13": -19.521122331318352, "W21": -41.068069614668026, "S21": -41.431916873201736, "W22": -41.254596922148721, "S22": -41.254596922148721, "W31": -70.305076057879816, "S31": -70.305076057879816, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106475.0, 498666.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37386425696544701, "S11": 0.37386425696544701, "W12": -10.0, "S12": -11.691148887441017, "W13": -14.946335260694351, "S13": -18.239470324234713, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -41.790001, "S22": -41.790001, "W31": -70.892086574102933, "S31": -70.892086574102933, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106475.0, 499584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86057116853381421, "S11": -0.86057116853381421, "W12": -8.728393257332165, "S12": -9.6138932492846525, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -35.233326443760426, "S22": -37.682970120708795, "W31": -66.450062946535283, "S31": -66.450062946535283, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106475.0, 508119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87675039340281002, "S11": -0.87675039340281002, "W12": -8.5587887692848064, "S12": -15.202043476915946, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.285454521618618, "S22": -37.664235270747312, "W31": -69.237030160102165, "S31": -69.237030160102165, "W32": -98.493613418735094, "S32": -103.49361341873509 }, "geometry": { "type": "Point", "coordinates": [ 106475.6, 508474.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41999445368829724, "S11": 0.41999445368829724, "W12": -10.0, "S12": -10.0, "W13": -17.285742408524204, "S13": -18.761634352695943, "W21": -30.081608160816085, "S21": -30.081608160816085, "W22": -36.250372637639842, "S22": -38.850807114564908, "W31": -62.867285769150875, "S31": -62.942626582109391, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106476.0, 501168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1898869169785504, "W12": -9.6402542255918586, "S12": -11.596843282753312, "W13": -22.403008808821376, "S13": -22.403008808821376, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -48.033030297326462, "S22": -48.04303029732646, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106476.0, 504944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8658984498074451, "S12": -7.8658984498074451, "W13": -16.562227342759446, "S13": -16.562227342759446, "W21": -41.895310716399742, "S21": -41.895310716399742, "W22": -34.702172008579282, "S22": -41.154205341309748, "W31": -72.639720243299053, "S31": -72.639720243299053, "W32": -95.063234150534115, "S32": -100.06323415053411 }, "geometry": { "type": "Point", "coordinates": [ 106476.0, 517920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7295931560076658, "S12": -5.7295931560076658, "W13": -20.0, "S13": -20.0, "W21": -43.010058809441247, "S21": -43.029343911375967, "W22": -41.28987885279269, "S22": -41.28987885279269, "W31": -70.387456977307849, "S31": -70.387456977307849, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106476.0, 521189.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52017272161764827, "S11": 0.52017272161764827, "W12": -8.4600127544125527, "S12": -11.96985730516217, "W13": -15.0, "S13": -18.070333941888922, "W21": -40.926126332746051, "S21": -40.926126332746051, "W22": -39.620429560758915, "S22": -39.621162031927824, "W31": -72.688211496683891, "S31": -74.167994061163171, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106476.333333333328483, 499262.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78150273520989744, "S11": -0.78150273520989744, "W12": -5.0, "S12": -6.0710201034149271, "W13": -18.578092076054247, "S13": -21.593663103472295, "W21": -30.0, "S21": -32.265045953765011, "W22": -37.939615196324603, "S22": -37.939615196324603, "W31": -70.0, "S31": -70.330424564311315, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106476.444444444437977, 503128.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8512499302991294, "S12": -7.8512499302991294, "W13": -16.637733116554077, "S13": -17.155907420175122, "W21": -41.835792605083164, "S21": -41.835792605083164, "W22": -40.0, "S22": -40.0, "W31": -54.071814944784641, "S31": -54.071814944784641, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106476.6, 517949.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20009113484581817, "S11": 0.20009113484581817, "W12": -13.072642258272561, "S12": -13.072642258272561, "W13": -14.836858051112614, "S13": -18.365921412208955, "W21": -39.213948084308534, "S21": -40.386135810850597, "W22": -35.949104747675662, "S22": -36.645053449106555, "W31": -72.113947663463691, "S31": -72.113947663463691, "W32": -96.874177828771366, "S32": -101.87417782877137 }, "geometry": { "type": "Point", "coordinates": [ 106477.0, 499943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52158439662629752, "S11": -0.52158439662629752, "W12": -5.0360277099307149, "S12": -5.0360277099307149, "W13": -16.794672654218861, "S13": -19.873538118074524, "W21": -30.0, "S21": -30.000000000000004, "W22": -29.999999999999996, "S22": -35.769715757416492, "W31": -70.0, "S31": -72.17471125262685, "W32": -93.806982869405189, "S32": -98.806982869405189 }, "geometry": { "type": "Point", "coordinates": [ 106477.0, 501747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39023822896190208, "S11": -0.39023822896190208, "W12": -10.456287987129068, "S12": -12.063681352057978, "W13": -16.221854122727876, "S13": -24.876206557082362, "W21": -40.888021178469018, "S21": -40.888021178469018, "W22": -40.0, "S22": -40.0, "W31": -54.463646975214871, "S31": -54.463646975214871, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106477.0, 514625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6127578989127809, "S12": -7.6127578989127809, "W13": -17.638699368405081, "S13": -25.095750074197454, "W21": -41.058560810535617, "S21": -41.058560810535617, "W22": -30.894056102376261, "S22": -32.074482004365862, "W31": -70.0, "S31": -72.085430765998197, "W32": -93.132593754586452, "S32": -98.132593754586452 }, "geometry": { "type": "Point", "coordinates": [ 106477.727272727279342, 518338.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18970810304356278, "S11": 0.18970810304356278, "W12": -7.9596169614618724, "S12": -7.9596169614618724, "W13": -15.0, "S13": -15.0, "W21": -40.809104733465951, "S21": -40.98739774421864, "W22": -40.0, "S22": -40.0, "W31": -54.855479005645101, "S31": -54.855479005645101, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106478.0, 498402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -5.149289617486339, "S12": -6.3032359268466909, "W13": -19.643341708542714, "S13": -22.132226491329945, "W21": -24.453234342128862, "S21": -30.34282192506948, "W22": -43.670256890902053, "S22": -43.677887687348019, "W31": -70.950964950566998, "S31": -70.950964950566998, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106478.0, 506518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2497729611914996, "S11": -1.2497729611914996, "W12": -10.78754363219308, "S12": -12.968359537698518, "W13": -26.575922565033274, "S13": -26.575922565033274, "W21": -38.04147164354444, "S21": -38.04147164354444, "W22": -40.0, "S22": -40.0, "W31": -71.288137866831747, "S31": -72.203032032855049, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106480.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87990530250588506, "S11": -0.87990530250588506, "W12": -8.513367617465752, "S12": -15.550286679243179, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -39.581562951078297, "S22": -39.662530983916966, "W31": -80.0, "S31": -81.022525236379735, "W32": -96.378395339636285, "S32": -101.37839533963628 }, "geometry": { "type": "Point", "coordinates": [ 106480.2, 508515.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80620401139639253, "S11": -0.88400488838526259, "W12": -5.4172632027194041, "S12": -9.2363771646021071, "W13": -21.569891515281022, "S13": -21.569891515281022, "W21": -30.0, "S21": -30.0, "W22": -35.63375579602738, "S22": -39.094893559971368, "W31": -67.637563411330348, "S31": -67.637563411330348, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106480.333333333328483, 510090.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8259282662882912, "S12": -7.8259282662882912, "W13": -16.766899608974832, "S13": -18.143934951664331, "W21": -41.729301476965418, "S21": -41.729301476965418, "W22": -40.0, "S22": -40.838881052620401, "W31": -56.908857882136722, "S31": -56.908857882136722, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106480.333333333328483, 517998.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70478790304139038, "S11": -0.70478790304139038, "W12": -5.0, "S12": -8.6809218456197854, "W13": -22.425852460564844, "S13": -23.934838664063289, "W21": -28.737244539209797, "S21": -33.007854067312792, "W22": -40.0, "S22": -40.0, "W31": -55.247311036074805, "S31": -55.247311036074805, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106480.5, 506295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1661780532155712, "S11": -1.1661780532155712, "W12": -10.837561791218377, "S12": -12.18908012013139, "W13": -24.210202743319307, "S13": -39.507539616760454, "W21": -39.663193532548505, "S21": -39.663193532548505, "W22": -35.477842570481705, "S22": -38.98158369430724, "W31": -67.265850840615158, "S31": -67.265850840615158, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106480.5, 512332.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8181666631227541, "S11": -0.8181666631227541, "W12": -8.1291821618089788, "S12": -15.747691230893436, "W13": -24.587634159296012, "S13": -24.587634159296012, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.035236397394087, "S22": -39.855193218439595, "W31": -61.645903952443767, "S31": -61.645903952443767, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106481.0, 508681.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81866618469455699, "S11": -0.81866618469455699, "W12": -8.1274961681964193, "S12": -15.747590986743495, "W13": -24.589903005846839, "S13": -24.589903005846839, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -55.735792806464616, "S31": -55.735792806464616, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106481.4, 508680.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7333918357195971, "S11": -4.3441853607366854, "W12": -10.0, "S12": -13.216813708707519, "W13": -20.318609931298042, "S13": -20.318609931298042, "W21": -30.0, "S21": -30.0, "W22": -46.971696086507116, "S22": -46.981696086507114, "W31": -70.705631603140958, "S31": -70.705631603140958, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106481.428571428565192, 504603.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40638288038454429, "S11": -0.40638288038454429, "W12": -5.965608465608466, "S12": -5.965608465608466, "W13": -16.583287710477499, "S13": -18.932621438976138, "W21": -30.0, "S21": -30.0, "W22": -37.235081236157875, "S22": -37.235081236157875, "W31": -70.0, "S31": -70.463651338152758, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106482.0, 501617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91350592035194955, "S11": -1.2902885072922508, "W12": -4.9286730143425332, "S12": -9.6933119549591282, "W13": -21.180477180143413, "S13": -21.180477180143413, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.655988534978576, "W31": -80.0, "S31": -80.768494134546316, "W32": -95.900694416022034, "S32": -100.90069441602203 }, "geometry": { "type": "Point", "coordinates": [ 106482.0, 509974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2282401202102948, "S11": -1.2282401202102948, "W12": -5.0, "S12": -5.0, "W13": -14.988753533777025, "S13": -17.589060685181312, "W21": -40.220232660491497, "S21": -40.440097451447876, "W22": -37.702931738455348, "S22": -40.175731174202234, "W31": -60.613029538965051, "S31": -60.613029538965051, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106482.4, 497798.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5183122155246647, "S11": -2.5183122155246647, "W12": -6.9071668799653763, "S12": -6.9071668799653763, "W13": -11.777566907775769, "S13": -14.887302329098809, "W21": -40.0, "S21": -41.463796901322382, "W22": -40.0, "S22": -40.0, "W31": -56.338060719045387, "S31": -56.338060719045387, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106483.0, 497561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2478880321823667, "S11": -1.2478880321823667, "W12": -10.636049723756907, "S12": -12.810775265526019, "W13": -22.054295107581133, "S13": -38.774661627755926, "W21": -39.783961542414097, "S21": -39.783961542414097, "W22": -41.325160783436623, "S22": -41.325160783436623, "W31": -70.472278730353196, "S31": -70.472278730353196, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106483.0, 512518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4212788094712523, "S11": -1.4212788094712523, "W12": -5.9027252891155078, "S12": -5.9027252891155078, "W13": -20.0, "S13": -20.0, "W21": -44.332597250105707, "S21": -44.332597250105707, "W22": -39.606024296973978, "S22": -39.607078867443725, "W31": -72.649079009621616, "S31": -74.356242695889236, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106483.714285714289872, 520928.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.800606602277421, "S12": -7.800606602277421, "W13": -16.89606610139575, "S13": -19.131962483154673, "W21": -41.62281034884753, "S21": -41.62281034884753, "W22": -36.765639908762886, "S22": -37.027517383664708, "W31": -75.94117706830329, "S31": -76.652878409124142, "W32": -96.782480555652583, "S32": -101.78248055565258 }, "geometry": { "type": "Point", "coordinates": [ 106484.066666666665697, 518047.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3776734375563784, "S12": -6.3776734375563784, "W13": -20.0, "S13": -20.0, "W21": -39.050949008175138, "S21": -39.050949008175138, "W22": -36.027804864316785, "S22": -38.114707355808513, "W31": -68.649562428620754, "S31": -68.649562428620754, "W32": -99.240659603819466, "S32": -104.24065960381947 }, "geometry": { "type": "Point", "coordinates": [ 106484.5, 520209.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90072601412155473, "S11": -0.90072601412155473, "W12": -8.4679464656466514, "S12": -15.733265745813258, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -51.834900456317222, "S31": -51.834900456317222, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106484.8, 508555.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -36.693802903718939, "S22": -36.693802903718939, "W31": -70.0, "S31": -70.564872967969862, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106485.110526315795141, 530016.336842105258256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40974005708848715, "S11": -5.409740057088487, "W12": -5.409740057088487, "S12": -7.5803885437759826, "W13": -12.321705459927639, "S13": -14.065208010328416, "W21": -40.0, "S21": -42.974302964445506, "W22": -40.0, "S22": -40.0, "W31": -54.25633176587408, "S31": -54.25633176587408, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106486.0, 497199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1818383033522477, "W12": -9.7818863115666677, "S12": -11.584160477927728, "W13": -22.125436116513423, "S13": -22.125436116513423, "W21": -30.0, "S21": -30.0, "W22": -35.963618803127574, "S22": -36.350576247575773, "W31": -71.976813677189298, "S31": -71.976813677189298, "W32": -96.94118678768622, "S32": -101.94118678768622 }, "geometry": { "type": "Point", "coordinates": [ 106486.0, 504902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4051052363265608, "S12": -5.4009671047116159, "W13": -15.0, "S13": -15.0, "W21": -40.099475107771333, "S21": -40.099475107771333, "W22": -31.40122334128305, "S22": -38.204526437573151, "W31": -70.0, "S31": -70.0, "W32": -94.813285836027177, "S32": -99.813285836027177 }, "geometry": { "type": "Point", "coordinates": [ 106486.0, 524679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7149069677367876, "S12": -5.7149069677367876, "W13": -20.0, "S13": -20.0, "W21": -42.774949661601973, "S21": -42.78213421810338, "W22": -40.0, "S22": -40.466798728687543, "W31": -80.0, "S31": -80.793489893628546, "W32": -96.026275938280207, "S32": -101.02627593828021 }, "geometry": { "type": "Point", "coordinates": [ 106486.333333333328483, 521213.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39338752540253247, "S11": 0.39338752540253247, "W12": -10.0, "S12": -10.0, "W13": -17.074173540165933, "S13": -18.284021911281382, "W21": -31.93914692549901, "S21": -31.93914692549901, "W22": -41.790001, "S22": -41.790001, "W31": -70.815743797648267, "S31": -70.815743797648267, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106487.0, 500817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55796295902528226, "S11": -0.55796295902528226, "W12": -6.8398753287230933, "S12": -15.303500424205868, "W13": -23.773362520246501, "S13": -23.773362520246501, "W21": -30.0, "S21": -30.0, "W22": -37.634269211024701, "S22": -37.634269211024701, "W31": -70.0, "S31": -70.391554289889925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106487.0, 508953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1000723010404645, "S12": -14.30737418317795, "W13": -23.576850233250134, "S13": -23.576850233250134, "W21": -30.0, "S21": -30.0, "W22": -34.696257974889214, "S22": -34.696257974889214, "W31": -70.0, "S31": -70.838560140322386, "W32": -92.805263157894728, "S32": -97.805263157894728 }, "geometry": { "type": "Point", "coordinates": [ 106487.0, 509202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8641445833182857, "S12": -8.8641445833182857, "W13": -14.999999999999998, "S13": -16.066974721857797, "W21": -39.692391556887593, "S21": -39.692391556887593, "W22": -29.999999999999996, "S22": -35.846201637782876, "W31": -70.0, "S31": -71.83334014064711, "W32": -93.956129734064476, "S32": -98.956129734064476 }, "geometry": { "type": "Point", "coordinates": [ 106487.28947368421359, 515904.144736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7733387006451196, "S12": -7.7733387006451196, "W13": -17.025232593816515, "S13": -20.119990014643825, "W21": -41.516319220729748, "S21": -41.516319220729748, "W22": -35.073478964534232, "S22": -36.838589353190869, "W31": -64.671652445438909, "S31": -64.847928435250196, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106487.8, 518096.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8945714079730955, "S11": 1.8945714079730955, "W12": -5.384663606252694, "S12": -5.384663606252694, "W13": -20.0, "S13": -20.0, "W21": -38.846201893612808, "S21": -38.846201893612808, "W22": -35.586212786219185, "S22": -36.359468101834693, "W31": -73.214376557341026, "S31": -74.214376557341026, "W32": -96.841529593475684, "S32": -101.84152959347568 }, "geometry": { "type": "Point", "coordinates": [ 106487.8, 521713.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.637244707645484, "S12": -10.637244707645484, "W13": -16.355576462870957, "S13": -20.318122740290839, "W21": -30.0, "S21": -30.0, "W22": -37.584391577546562, "S22": -37.584391577546562, "W31": -77.644593248928004, "S31": -78.52911107654738, "W32": -96.819465477018781, "S32": -101.81946547701878 }, "geometry": { "type": "Point", "coordinates": [ 106488.0, 500572.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91596843416862794, "S11": -0.91596843416862794, "W12": -8.4353179800044717, "S12": -15.808298845493557, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.192151502976991, "S22": -37.63613296364133, "W31": -69.237339675220355, "S31": -69.237339675220355, "W32": -98.561998913927027, "S32": -103.56199891392703 }, "geometry": { "type": "Point", "coordinates": [ 106488.0, 508586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6448878762179584, "S12": -7.6448878762179584, "W13": -17.525715719742088, "S13": -24.089911341655615, "W21": -41.127703323455933, "S21": -41.127703323455933, "W22": -40.072051998025209, "S22": -40.072051998025209, "W31": -56.959094375669565, "S31": -56.959094375669565, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106488.363636363632395, 518291.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0693069070723116, "S12": -9.3727896202812353, "W13": -15.000000000000002, "S13": -24.398810143526234, "W21": -39.974480261829562, "S21": -39.974480261829562, "W22": -40.0, "S22": -40.0, "W31": -70.561319493966707, "S31": -70.561319493966707, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106488.428571428565192, 515490.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2071404626215454, "S11": -1.2071404626215454, "W12": -10.707148395851522, "S12": -12.612495566453992, "W13": -23.042880303113215, "S13": -39.547596677418582, "W21": -39.734075917954087, "S21": -39.734075917954087, "W22": -35.98670031267671, "S22": -35.998507210539955, "W31": -71.794723623674798, "S31": -71.794723623674798, "W32": -97.050519257557823, "S32": -102.05051925755782 }, "geometry": { "type": "Point", "coordinates": [ 106488.666666666671517, 512470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4146744883556808, "S11": -1.4146744883556808, "W12": -10.543451948240767, "S12": -13.253237742168379, "W13": -20.214796067836332, "S13": -36.693298922270088, "W21": -39.851913145586387, "S21": -39.851913145586387, "W22": -40.0, "S22": -40.0, "W31": -52.373982252309943, "S31": -52.373982252309943, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106488.75, 512615.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50921480295476873, "S11": 0.50921480295476873, "W12": -10.0, "S12": -10.054454063110864, "W13": -17.922533980921767, "S13": -17.922533980921767, "W21": -40.986001038968396, "S21": -41.341343780903877, "W22": -39.624425695831867, "S22": -39.624425695831867, "W31": -72.490697591675428, "S31": -73.262484675233921, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106489.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.1812774430599813, "W13": -18.14400468890501, "S13": -21.252934571298596, "W21": -30.0, "S21": -32.222882968601333, "W22": -38.570425393745104, "S22": -38.570425393745104, "W31": -70.653256271663281, "S31": -70.874027073932055, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106489.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6488613646893292, "S11": -0.6488613646893292, "W12": -4.8420195201265717, "S12": -14.690896437404994, "W13": -22.792870216533615, "S13": -22.792870216533615, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -36.318727173330167, "W31": -70.0, "S31": -70.0, "W32": -94.470128197036587, "S32": -99.470128197036587 }, "geometry": { "type": "Point", "coordinates": [ 106489.0, 509594.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90692134640325595, "S11": -0.90692134640325595, "W12": -8.4225253138275971, "S12": -15.834208159190611, "W13": -24.962732904027991, "S13": -24.962732904027991, "W21": -30.0, "S21": -30.0, "W22": -35.645046889620318, "S22": -35.645046889620318, "W31": -70.0, "S31": -70.740180130416675, "W32": -94.465379591195088, "S32": -99.465379591195088 }, "geometry": { "type": "Point", "coordinates": [ 106489.4, 508596.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90938996460545485, "S11": -0.90938996460545485, "W12": -8.622989747227237, "S12": -11.178377257281243, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -35.591108021336773, "S22": -38.975836468414009, "W31": -67.788786486414665, "S31": -67.788786486414665, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106489.75, 508281.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55917983446200148, "S11": -3.5591798344620016, "W12": -9.9339929911358489, "S12": -12.450812844883851, "W13": -21.128866225740154, "S13": -21.128866225740154, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -55.210706406735397, "S31": -55.210706406735397, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106490.0, 504740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6914894564042258, "S12": -3.6914894564042258, "W13": -16.157641717123397, "S13": -16.157641717123397, "W21": -37.556490939817195, "S21": -37.556490939817195, "W22": -40.207648226355502, "S22": -40.207648226355502, "W31": -57.58012803229294, "S31": -57.58012803229294, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106490.0, 523676.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36974343382423802, "S11": 0.36974343382423802, "W12": -9.9999999999999982, "S12": -11.650700657113449, "W13": -14.942597657129983, "S13": -18.238290408159159, "W21": -39.996998964823533, "S21": -39.996998964823533, "W22": -30.173605244610126, "S22": -33.21293150974104, "W31": -70.0, "S31": -72.521482856990517, "W32": -93.247172849533172, "S32": -98.247172849533172 }, "geometry": { "type": "Point", "coordinates": [ 106490.5, 499591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38825151009575409, "S11": -0.38825151009575409, "W12": -10.48146675008938, "S12": -12.272240841716552, "W13": -16.210412210632068, "S13": -25.288554305818067, "W21": -40.88210167308992, "S21": -40.88210167308992, "W22": -35.916378344554488, "S22": -38.173734063403394, "W31": -68.616042070595739, "S31": -68.616042070595739, "W32": -99.420198933489829, "S32": -104.42019893348983 }, "geometry": { "type": "Point", "coordinates": [ 106491.0, 514615.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.377437746495307, "S13": -18.742031488393014, "W21": -31.967506750675067, "S21": -31.967506750675067, "W22": -40.0, "S22": -40.0, "W31": -70.650360257580104, "S31": -70.650360257580104, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106491.5, 501011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7412317516044471, "S12": -7.7412317516044471, "W13": -17.154399086237433, "S13": -21.108017546134167, "W21": -41.409828092611853, "S21": -41.409828092611853, "W22": -35.502353261034017, "S22": -41.709070900432756, "W31": -74.434485965663441, "S31": -74.434485965663441, "W32": -95.192690214054807, "S32": -100.19269021405481 }, "geometry": { "type": "Point", "coordinates": [ 106491.533333333340124, 518145.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5047976237994369, "S12": -8.5047976237994369, "W13": -14.986137992098595, "S13": -23.689020248915945, "W21": -41.067958334899103, "S21": -41.067958334899103, "W22": -34.123200702177847, "S22": -34.123200702177847, "W31": -70.0, "S31": -70.96526934725037, "W32": -92.846596085576962, "S32": -97.846596085576962 }, "geometry": { "type": "Point", "coordinates": [ 106491.54310344827536, 516625.668103448289912 ] } }, +{ "type": "Feature", "properties": { "W11": -2.332758035704293, "S11": -4.3182340522613547, "W12": -10.0, "S12": -17.889140660265234, "W13": -26.397471147318544, "S13": -26.397471147318544, "W21": -35.250086872921372, "S21": -35.250086872921372, "W22": -39.541558503297146, "S22": -39.541558503297146, "W31": -72.331162469599249, "S31": -72.603236073361387, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106491.833333333328483, 511060.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.2780392299661614, "S12": -5.3374870873138685, "W13": -15.0, "S13": -15.0, "W21": -39.968266026884592, "S21": -39.968266026884592, "W22": -37.16899186579387, "S22": -37.16899186579387, "W31": -70.0, "S31": -70.483184312093087, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106491.833333333328483, 524632.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": 0.089445605940451312, "S11": 0.089445605940451312, "W12": -5.4633707373067093, "S12": -5.4633707373067093, "W13": -20.0, "S13": -20.0, "W21": -39.0, "S21": -39.061073823331739, "W22": -40.0, "S22": -40.0, "W31": -52.707772679406624, "S31": -52.707772679406624, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106492.0, 521595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.78791376547178182, "S11": 0.78791376547178182, "W12": -10.0, "S12": -19.297180112540449, "W13": -25.000000000000004, "S13": -26.000000000000004, "W21": -41.260929589431598, "S21": -41.620903490071946, "W22": -40.0, "S22": -40.0, "W31": -52.503430610191202, "S31": -52.503430610191202, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106493.0, 498890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.071983152935883, "S11": -1.8233387513480159, "W12": -7.8714754098360133, "S12": -19.944851116050728, "W13": -23.748785301635778, "S13": -23.748785301635778, "W21": -30.10982747398214, "S21": -30.439489038974784, "W22": -39.255355843080579, "S22": -39.255355843080579, "W31": -71.766667088109699, "S31": -71.786618564737879, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106493.2, 510500.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5719443064916615, "S11": -0.5719443064916615, "W12": -4.7346248356344622, "S12": -4.7346248356344622, "W13": -17.135859040985615, "S13": -20.342952597277453, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -52.470954167047843, "S31": -52.470954167047843, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106493.333333333328483, 502088.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.717893555326912, "S12": -12.717893555326912, "W13": -15.782518798362508, "S13": -19.613709371631693, "W21": -30.0, "S21": -30.528151581386783, "W22": -41.224160462270959, "S22": -41.224160462270959, "W31": -70.222777516602207, "S31": -70.222777516602207, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 500372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -8.8487486543433675, "S12": -12.127878966165763, "W13": -23.345448078170442, "S13": -23.345448078170442, "W21": -30.0, "S21": -30.0, "W22": -36.631377341324182, "S22": -36.925197480658078, "W31": -75.643302782124493, "S31": -76.363583049306314, "W32": -96.861528298710908, "S32": -101.86152829871091 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 505130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51118351947522989, "S11": -1.9013474539014594, "W12": -4.9999999999999991, "S12": -6.2420103214809899, "W13": -20.48986046511628, "S13": -22.726170722158258, "W21": -25.623952607201726, "S21": -31.093500622726957, "W22": -35.765745682088522, "S22": -38.443431547291375, "W31": -68.350790151656014, "S31": -68.350790151656014, "W32": -99.862368048403681, "S32": -104.86236804840368 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 506462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86150496161720935, "S11": -0.86150496161720935, "W12": -8.5973886777745285, "S12": -9.7840128815961833, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.343244454685944, "S22": -40.343244454685944, "W31": -58.201161688917125, "S31": -58.201161688917125, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 508094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87090518616173007, "S11": -0.87090518616173007, "W12": -8.2295296193843459, "S12": -15.787576029943672, "W13": -24.81410160091216, "S13": -24.81410160091216, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.801174480320029, "S22": -39.801174480320029, "W31": -72.455669232591248, "S31": -74.78641221029811, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 508637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75238018693157094, "S11": -0.75238018693157094, "W12": -5.5070372899275348, "S12": -8.7100168057562115, "W13": -21.783698312008529, "S13": -21.783698312008529, "W21": -30.0, "S21": -32.223279927360942, "W22": -38.3007783785961, "S22": -43.122128809962149, "W31": -80.0, "S31": -80.0, "W32": -95.407986466391094, "S32": -100.40798646639109 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 510127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91626808896866097, "S11": -1.0839746367917669, "W12": -8.6445422658716247, "S12": -14.240356538929284, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.0, "W22": -35.32566684704431, "S22": -38.765022264262953, "W31": -67.294600409019679, "S31": -67.294600409019679, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 513205.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -36.228145422079677, "S22": -37.085467975646047, "W31": -70.089507750588368, "S31": -70.089507750588368, "W32": -97.942465115808432, "S32": -102.94246511580843 }, "geometry": { "type": "Point", "coordinates": [ 106494.0, 529720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1705744431418184, "S11": -1.1705744431418184, "W12": -10.778247067946094, "S12": -12.473457358727849, "W13": -23.643550649397852, "S13": -39.932616877833915, "W21": -39.932616877833915, "S21": -39.932616877833915, "W22": -40.0, "S22": -40.0, "W31": -70.739401021193601, "S31": -70.739401021193601, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.333333333328483, 512422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86630053796592899, "S11": -0.86630053796592899, "W12": -8.2042464323006463, "S12": -15.781098062743229, "W13": -24.795104481193444, "S13": -24.795104481193444, "W21": -30.0, "S21": -30.0, "W22": -31.850177391158464, "S22": -38.589949756004728, "W31": -70.0, "S31": -70.0, "W32": -94.9178179372892, "S32": -99.9178179372892 }, "geometry": { "type": "Point", "coordinates": [ 106494.6, 508642.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24355537224151325, "S11": -2.7806833322676447, "W12": -4.9953289473684297, "S12": -18.03019375457917, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -31.672306725329729, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -71.185972390533408, "S31": -71.91763567871476, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106494.8, 505952.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7797125559600104, "S12": -6.7797125559600104, "W13": -20.0, "S13": -26.091450042833998, "W21": -38.502280648384698, "S21": -38.502280648384698, "W22": -35.903786197679032, "S22": -36.484745385732808, "W31": -72.263151428493813, "S31": -72.445064970721859, "W32": -96.985908554465581, "S32": -101.98590855446558 }, "geometry": { "type": "Point", "coordinates": [ 106495.2, 519602.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7091248025638119, "S12": -7.7091248025638119, "W13": -17.283565578658187, "S13": -22.096045077623376, "W21": -41.303336964494115, "S21": -41.303336964494115, "W22": -36.341659448461002, "S22": -36.341659448461002, "W31": -70.0, "S31": -70.63961369683831, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106495.266666666662786, 518194.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71850939221319399, "S11": -1.120293115736112, "W12": -8.2147776183643018, "S12": -10.098492245509316, "W13": -23.834867802826967, "S13": -23.834867802826967, "W21": -30.0, "S21": -30.0, "W22": -35.028061474060515, "S22": -37.715872279070446, "W31": -66.626691986932613, "S31": -66.626691986932613, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106495.666666666671517, 507683.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4340447480146428, "S11": -1.4340447480146428, "W12": -6.5653877997970191, "S12": -7.414284942651566, "W13": -18.900812296516996, "S13": -20.849059516888172, "W21": -30.389013547268341, "S21": -31.356329372465439, "W22": -36.713288728117512, "S22": -36.713288728117512, "W31": -70.0, "S31": -70.571019363013008, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106496.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93322334070921886, "S11": -0.93322334070921886, "W12": -8.4857380138626901, "S12": -13.813800176335413, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -36.702877484647189, "S22": -36.702877484647189, "W31": -70.0, "S31": -70.573113737477016, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106497.166666666671517, 508399.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -35.548460246646222, "S22": -38.856779376856551, "W31": -67.940009561499082, "S31": -67.940009561499082, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106497.226923076916137, 530034.315384615329094 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80770429652539022, "S11": -3.6566153572844051, "W12": -10.0, "S12": -11.032873809344011, "W13": -19.708935751044052, "S13": -21.661300578641786, "W21": -30.0, "S21": -30.0, "W22": -40.478840683016237, "S22": -40.478840683016237, "W31": -58.822195345540493, "S31": -58.822195345540493, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106497.545454545455868, 504028.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.1509732236060479, "S12": -5.2731785543806069, "W13": -15.0, "S13": -15.0, "W21": -39.837056945998107, "S21": -39.837056945998107, "W22": -42.892538300012596, "S22": -42.899959630445643, "W31": -70.94007915076844, "S31": -70.94007915076844, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106497.666666666671517, 524586.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42733644098847862, "S11": -1.9653330799548836, "W12": -8.8612435487834844, "S12": -14.065574728717742, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -29.999999999999996, "S22": -35.394277751187715, "W31": -70.0, "S31": -72.627907423736062, "W32": -93.725148597926136, "S32": -98.725148597926136 }, "geometry": { "type": "Point", "coordinates": [ 106498.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19541041482783419, "S11": -2.8045895851721658, "W12": -5.9613180474953928, "S12": -14.944376091739628, "W13": -25.197475526685423, "S13": -25.197475526685423, "W21": -30.0, "S21": -30.0, "W22": -36.549617859408514, "S22": -42.471343366272201, "W31": -76.615241531965552, "S31": -76.615241531965552, "W32": -95.306075116986591, "S32": -100.30607511698659 }, "geometry": { "type": "Point", "coordinates": [ 106498.6, 505732.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9556898411881907, "S12": -9.1006590957042697, "W13": -15.0, "S13": -18.232566879547694, "W21": -39.636380998084356, "S21": -39.636380998084356, "W22": -38.269663373913744, "S22": -43.184334425636216, "W31": -80.0, "S31": -80.0, "W32": -95.426677035157368, "S32": -100.42667703515737 }, "geometry": { "type": "Point", "coordinates": [ 106498.731707317070686, 515714.097560975584202 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77725686553244655, "S11": 0.77725686553244655, "W12": -10.0, "S12": -19.040337621347618, "W13": -25.0, "S13": -25.0, "W21": -41.246079253561753, "S21": -41.597995735610859, "W22": -35.930825446923286, "S22": -35.989632946115393, "W31": -72.047738290153774, "S31": -72.047738290153774, "W32": -97.027002045548628, "S32": -102.02700204554863 }, "geometry": { "type": "Point", "coordinates": [ 106499.0, 498882.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44717834573215787, "S11": 0.44717834573215787, "W12": -9.104138474278443, "S12": -13.172070055685118, "W13": -14.998938499662087, "S13": -18.163137389943095, "W21": -40.52656101506112, "S21": -40.52656101506112, "W22": -47.785403007532949, "S22": -47.795403007532947, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106499.0, 499403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.702126184652254, "S12": -10.803122516067766, "W13": -16.349010216105246, "S13": -20.284107459846581, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.514974719472789, "S22": -40.52139895531262, "W31": -71.106064923535158, "S31": -71.632856793702231, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106499.0, 500560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6770178535231386, "S12": -7.6770178535231386, "W13": -17.412732071079105, "S13": -23.084072609113718, "W21": -41.196845836376212, "S21": -41.196845836376212, "W22": -40.0, "S22": -40.0, "W31": -72.05933646980796, "S31": -74.148178968083897, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106499.0, 518244.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.599980702154262, "S22": -39.60022037488315, "W31": -72.476883688213078, "S31": -73.313200400749224, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106499.574468085105764, 529968.63829787238501 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5502939896375265, "S12": -4.5502939896375265, "W13": -17.615352704220456, "S13": -17.615352704220456, "W21": -38.538993396817851, "S21": -38.538993396817851, "W22": -38.974792389168194, "S22": -38.974792389168194, "W31": -71.078372010800919, "S31": -71.231934657831374, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106499.666666666671517, 522978.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.023030540328895871, "S11": -1.6739718272760855, "W12": -4.3204738738227615, "S12": -4.3204738738227615, "W13": -12.595834163364401, "S13": -13.237066143912077, "W21": -38.070687492831716, "S21": -41.070687492831716, "W22": -34.52, "S22": -36.1, "W31": -65.5, "S31": -65.7, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66742500503321933, "S11": -0.66742500503321933, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.760299217063224, "W21": -40.391975822868588, "S21": -40.391975822868588, "W22": -37.193149214983151, "S22": -37.193149214983151, "W31": -70.0, "S31": -70.484751370891601, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.76612468515192411, "S11": 0.76612468515192411, "W12": -10.0, "S12": -15.947538627380524, "W13": -25.0, "S13": -25.814449521131646, "W21": -41.353853055085082, "S21": -41.638032177656982, "W22": -36.856832594000032, "S22": -36.856832594000032, "W31": -70.0, "S31": -70.547192929017484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18998975335728235, "S11": 0.18998975335728235, "W12": -13.608180780870171, "S12": -14.345044458220773, "W13": -14.817124227178295, "S13": -18.39036069407711, "W21": -39.266479944288818, "S21": -40.678857414582261, "W22": -35.233859771012149, "S22": -38.58469821817831, "W31": -67.268089028179929, "S31": -67.268089028179929, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42653061224489797, "S11": -2.5383253874667413, "W12": -5.0, "S12": -16.162022703818369, "W13": -25.10796206090221, "S13": -25.10796206090221, "W21": -30.0, "S21": -30.455373978629826, "W22": -40.0, "S22": -40.0, "W31": -54.314872732217403, "S31": -54.314872732217403, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 505793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0964590039818294, "S11": -2.0543063728862281, "W12": -7.9352459016393446, "S12": -19.988604344828296, "W13": -23.806849254048423, "S13": -23.806849254048423, "W21": -30.340890478811417, "S21": -30.340890478811417, "W22": -39.584717666231192, "S22": -39.585462511423479, "W31": -72.575238751294677, "S31": -73.819166321711918, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 510519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2667057444314187, "S11": -1.2667057444314187, "W12": -10.849345740040709, "S12": -12.33547826743642, "W13": -24.244220995682824, "S13": -40.317637078249462, "W21": -40.317637078249462, "S21": -40.317637078249462, "W22": -35.880566032372023, "S22": -37.964981127673525, "W31": -68.869010119253147, "S31": -68.869010119253147, "W32": -99.237185519476796, "S32": -104.2371855194768 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 512374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3537038093637115, "S12": -5.3537038093637115, "W13": -20.0, "S13": -20.0, "W21": -38.641930187977124, "S21": -38.641930187977124, "W22": -35.666441762065361, "S22": -38.473659535678223, "W31": -68.346832753446122, "S31": -68.346832753446122, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106500.0, 521762.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53950043252595337, "S11": -0.53950043252595337, "W12": -5.0105080820631365, "S12": -5.0105080820631365, "W13": -16.859072263643288, "S13": -20.032949564516084, "W21": -30.0, "S21": -30.0, "W22": -40.614436911346687, "S22": -40.614436911346687, "W31": -59.443229002164685, "S31": -59.443229002164685, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106500.666666666671517, 501782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5299144265583544, "S11": -1.5299144265583544, "W12": -7.6775746487901282, "S12": -8.4704830644573743, "W13": -18.97796124797431, "S13": -20.638025367019555, "W21": -30.910619969636059, "S21": -31.984813145771767, "W22": -40.0, "S22": -40.0, "W31": -52.10004873440672, "S31": -52.10004873440672, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106502.0, 503552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0437122000312904, "S12": -9.3242568252723999, "W13": -15.0, "S13": -23.118777422473876, "W21": -39.935833185576236, "S21": -39.935833185576236, "W22": -36.107540525116534, "S22": -39.042585351081698, "W31": -63.086926807392175, "S31": -63.145364961801597, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106502.142857142855064, 515535.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93769404054636396, "S11": -0.93769404054636396, "W12": -8.4589508736065415, "S12": -13.696157871193581, "W13": -25.0, "S13": -25.0097545235223, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -71.931464377271141, "S31": -73.952665848844617, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106502.75, 508395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6667633825691897, "S11": -4.6899696844640157, "W12": -10.0, "S12": -10.299078240310465, "W13": -19.126328112828659, "S13": -20.213696870797627, "W21": -31.984194538989033, "S21": -33.221429010614841, "W22": -30.0, "S22": -35.451980917235915, "W31": -70.0, "S31": -72.335188583757358, "W32": -93.856382033639534, "S32": -98.856382033639534 }, "geometry": { "type": "Point", "coordinates": [ 106503.0, 503723.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81954901995818963, "S11": -3.8195490199581896, "W12": -10.0, "S12": -11.466186933695498, "W13": -19.744922383874993, "S13": -21.237558941811471, "W21": -30.0, "S21": -30.0, "W22": -46.932368048320761, "S22": -46.942368048320759, "W31": -70.621665526024827, "S31": -70.621665526024827, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106503.0, 504104.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46774193548387066, "S11": -2.3397770783214136, "W12": -5.0, "S12": -18.154282765737875, "W13": -25.049895707616468, "S13": -25.049895707616468, "W21": -30.0, "S21": -30.725345694531729, "W22": -30.892682062862978, "S22": -31.726534010459279, "W31": -70.000000000000014, "S31": -72.019599837620049, "W32": -93.190927526112333, "S32": -98.190927526112333 }, "geometry": { "type": "Point", "coordinates": [ 106503.0, 505829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.7194047088566147, "S12": -6.7431137433652859, "W13": -15.000000000000052, "S13": -15.000000000000052, "W21": -38.940713837999496, "S21": -38.940713837999496, "W22": -36.760526645860786, "S22": -39.763573502453426, "W31": -62.095214042001494, "S31": -62.095214042001494, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106503.142857142855064, 524236.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2419506791448076, "S11": -4.0924779319522431, "W12": -10.0, "S12": -17.55497507078671, "W13": -26.054032586558016, "S13": -26.054032586558016, "W21": -35.019795984900412, "S21": -35.019795984900412, "W22": -37.178053165307603, "S22": -37.178053165307603, "W31": -70.0, "S31": -70.490378502049779, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106503.2, 511015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88242113738512673, "S11": -0.88242113738512673, "W12": -4.8074966855490375, "S12": -9.4431612141371595, "W13": -21.380346947239758, "S13": -21.380346947239758, "W21": -30.0, "S21": -30.0, "W22": -39.619208732340468, "S22": -43.185705432033238, "W31": -80.0, "S31": -80.0, "W32": -95.554100328790312, "S32": -100.55410032879031 }, "geometry": { "type": "Point", "coordinates": [ 106503.333333333328483, 509932.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35937913326021009, "S11": 0.35937913326021009, "W12": -10.0, "S12": -11.397949489351596, "W13": -14.934401466796826, "S13": -18.243759154285641, "W21": -39.967047859007664, "S21": -39.967047859007664, "W22": -30.0, "S22": -36.071551888502682, "W31": -70.0, "S31": -70.515197373337116, "W32": -94.464423744482119, "S32": -99.464423744482119 }, "geometry": { "type": "Point", "coordinates": [ 106503.5, 499613.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.0239072172456485, "S12": -5.2088700214474652, "W13": -15.0, "S13": -15.0, "W21": -39.705847865111366, "S21": -39.705847865111366, "W22": -47.735933658476768, "S22": -47.745933658476766, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106503.5, 524540.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.319715302041706, "S13": -14.319715302041706, "W21": -46.0, "S21": -46.0, "W22": -35.858260697184839, "S22": -36.449315891729135, "W31": -72.482620753351753, "S31": -72.763586650756011, "W32": -97.038823896616066, "S32": -102.03882389661607 }, "geometry": { "type": "Point", "coordinates": [ 106504.0, 526314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.48204952600656, "W12": -5.012562144431346, "S12": -16.333253578899871, "W13": -25.093159518611273, "S13": -25.093159518611273, "W21": -30.0, "S21": -30.472721558768075, "W22": -36.010545868655115, "S22": -37.538666333667891, "W31": -69.322108310536237, "S31": -69.322108310536237, "W32": -98.649896620694079, "S32": -103.64989662069408 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 505796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3300832642468374, "W12": -5.0, "S12": -18.040247678018574, "W13": -25.048576779861371, "S13": -25.048576779861371, "W21": -30.0, "S21": -30.70799811439344, "W22": -35.505812471955629, "S22": -38.737722285299206, "W31": -68.091232636583385, "S31": -68.091232636583385, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 505827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91031363636363638, "S11": -2.1588573256840249, "W12": -4.5402880301056596, "S12": -6.0480909987921176, "W13": -20.0, "S13": -22.146535433070866, "W21": -22.748079130411323, "S21": -28.315264519384627, "W22": -40.0, "S22": -40.0, "W31": -53.922794239486251, "S31": -53.922794239486251, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 506701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2076909023534803, "S12": -9.718675095684473, "W13": -15.0, "S13": -28.546072684642439, "W21": -40.0, "S21": -40.0, "W22": -32.299131441033886, "S22": -38.975373074436312, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106505.0, 515228.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39712138857227808, "S11": -0.39712138857227808, "W12": -10.22425589917769, "S12": -11.493860954469948, "W13": -16.019508020419163, "S13": -22.620258499084372, "W21": -40.776214136331262, "S21": -40.776214136331262, "W22": -40.0, "S22": -40.0, "W31": -51.962728572451354, "S31": -51.962728572451354, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106505.5, 514664.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.382386914943776, "S13": -18.785535817360028, "W21": -31.801860186018509, "S21": -31.801860186018509, "W22": -40.0, "S22": -40.0, "W31": -71.211051165584365, "S31": -72.124341411188553, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106505.714285714289872, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.064585508395127, "S12": -5.064585508395127, "W13": -19.213914438351203, "S13": -19.213914438351203, "W21": -37.851109822405753, "S21": -37.851109822405753, "W22": -35.142052694980002, "S22": -38.404374172093483, "W31": -67.241577647340009, "S31": -67.241577647340009, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106506.333333333328483, 522200.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.256722817655181, "W13": -23.662716872547733, "S13": -23.662716872547733, "W21": -30.0, "S21": -30.0, "W22": -30.246948933532664, "S22": -34.513877699868743, "W31": -70.0, "S31": -72.444593943622166, "W32": -93.309434312069769, "S32": -98.309434312069769 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 509182.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6562567561978074, "S12": -5.6562567561978074, "W13": -20.0, "S13": -20.0, "W21": -41.866311636818438, "S21": -41.866311636818438, "W22": -39.117589010191068, "S22": -39.117589010191068, "W31": -71.966599420154722, "S31": -71.966599420154722, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 521305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": -35.843953592230498, "S22": -36.424505457316457, "W31": -72.549489179798343, "S31": -72.854828765959851, "W32": -97.05724656027671, "S32": -102.05724656027671 }, "geometry": { "type": "Point", "coordinates": [ 106507.0, 529122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3784752617895864, "S11": -0.3784752617895864, "W12": -5.0366067832643386, "S12": -5.0366067832643386, "W13": -14.81911962205375, "S13": -14.81911962205375, "W21": -37.684198063643798, "S21": -40.55491243209228, "W22": -32.476850313179085, "S22": -32.476850313179085, "W31": -70.0, "S31": -71.414608430179953, "W32": -92.979329290763516, "S32": -97.979329290763516 }, "geometry": { "type": "Point", "coordinates": [ 106507.5, 496901.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54741539564155972, "S11": -0.83345398815007277, "W12": -5.0, "S12": -5.676507218381456, "W13": -20.862452411572825, "S13": -20.862452411572825, "W21": -25.373316329327732, "S21": -29.268143448996351, "W22": -40.0, "S22": -40.579279618811022, "W31": -80.0, "S31": -80.930323756704311, "W32": -96.167712286076792, "S32": -101.16771228607679 }, "geometry": { "type": "Point", "coordinates": [ 106507.5, 506925.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91393489123734639, "S11": -0.91393489123734584, "W12": -8.2809966964052055, "S12": -15.814605138743044, "W13": -25.0, "S13": -25.009905803319771, "W21": -30.0, "S21": -30.0, "W22": -34.558865180410287, "S22": -34.558865180410287, "W31": -70.0, "S31": -70.879930328441347, "W32": -92.948453595794462, "S32": -97.948453595794462 }, "geometry": { "type": "Point", "coordinates": [ 106507.8, 508603.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.0423514940290088, "S12": -15.859172959457286, "W13": -25.099810044156033, "S13": -25.099810044156033, "W21": -30.0, "S21": -30.401162790697668, "W22": -40.0, "S22": -40.0, "W31": -52.117902000566993, "S31": -52.117902000566993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106508.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.2956087331935366, "W12": -5.0, "S12": -18.867647058823529, "W13": -25.020711636696532, "S13": -25.020711636696532, "W21": -30.0, "S21": -30.81858893777493, "W22": -36.711952065575517, "S22": -36.711952065575517, "W31": -70.0, "S31": -70.581354506984155, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106508.0, 505842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9534473985659275, "S12": -9.1058564046279535, "W13": -14.991036490445875, "S13": -18.192143868232229, "W21": -39.660755494536701, "S21": -39.660755494536701, "W22": -39.589265591016613, "S22": -39.589265591016613, "W31": -72.372765715688843, "S31": -72.893280434546739, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106508.363636363632395, 515713.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85417011740071802, "S11": -0.85417011740071802, "W12": -8.4898421514177151, "S12": -10.093537900195674, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.749712810036165, "S22": -40.749712810036165, "W31": -59.979264725896122, "S31": -59.979264725896122, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106508.5, 508055.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31030228353948625, "S11": -4.7061485700674952, "W12": -4.7225402165640356, "S12": -7.5754913291394326, "W13": -12.330363952458326, "S13": -13.972052727968563, "W21": -39.888679201050259, "S21": -42.888679201050259, "W22": -35.814758498346265, "S22": -37.851971300985426, "W31": -69.020471346489231, "S31": -69.020471346489231, "W32": -99.186912483430618, "S32": -104.18691248343062 }, "geometry": { "type": "Point", "coordinates": [ 106508.75, 497146.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7743477984177485, "S12": -8.7743477984177485, "W13": -14.966668752003564, "S13": -19.492479470226463, "W21": -40.087331988660949, "S21": -40.087331988660949, "W22": -40.0, "S22": -39.999999999999993, "W31": -55.428419476835799, "S31": -55.428419476835799, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106509.212121212127386, 516074.060606060607824 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8968412108852495, "S12": -5.5237949921247784, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -39.574638784224625, "S21": -39.574638784224625, "W22": -39.972693671891349, "S22": -40.285672903155913, "W31": -80.0, "S31": -81.124262063019771, "W32": -96.475599939971886, "S32": -101.47559993997189 }, "geometry": { "type": "Point", "coordinates": [ 106509.333333333328483, 524493.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": -1.77, "S11": -2.76, "W12": -7.7600002, "S12": -7.7600002, "W13": -11.77, "S13": -15.76, "W21": -40.011793087033496, "S21": -41.212660897713462, "W22": -38.916416593778678, "S22": -39.012188035354349, "W31": -80.0, "S31": -81.118120774725256, "W32": -96.693747527251389, "S32": -101.69374752725139 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19, "S11": 0.19, "W12": -13.8, "S12": -14.8, "W13": -14.81, "S13": -18.4, "W21": -39.3, "S21": -40.8, "W22": -41.193724002393189, "S22": -41.193724002393189, "W31": -70.140478975324598, "S31": -70.140478975324598, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.691329155364325, "S12": -12.691329155364325, "W13": -15.883223600296402, "S13": -19.697021202840642, "W21": -29.999999999999996, "S21": -30.468096044738015, "W22": -40.0, "S22": -40.0, "W31": -52.84866434909889, "S31": -52.84866434909889, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38803285593934289, "S11": -0.38803285593934289, "W12": -10.451407758312476, "S12": -12.329827979481513, "W13": -16.15428701437126, "S13": -25.14635484806929, "W21": -40.851450209136239, "S21": -40.851450209136239, "W22": -40.0, "S22": -40.0, "W31": -54.43888015377081, "S31": -54.43888015377081, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 514615.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.608830733721982, "S12": -6.608830733721982, "W13": -20.0, "S13": -23.146373652544082, "W21": -37.948707744652644, "S21": -37.948707744652644, "W22": -35.050245618947841, "S22": -38.224050126008841, "W31": -67.215066266500259, "S31": -67.215066266500259, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 519863.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31635930855980765, "S11": 0.31635930855980765, "W12": -9.9193548387096779, "S12": -9.9193548387096779, "W13": -17.260681619125904, "S13": -18.897691585129046, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -71.9740380829776, "S31": -73.946213183491267, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106511.0, 501203.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17902548180191671, "S11": 0.17902548180191671, "W12": -8.234596462457537, "S12": -8.234596462457537, "W13": -15.0, "S13": -15.0, "W21": -40.78558335658046, "S21": -40.95549263077401, "W22": -40.0, "S22": -40.0, "W31": -52.533223111281387, "S31": -52.533223111281387, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106511.5, 498423.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0745800457504868, "S11": -5.3013817956928575, "W12": -10.0, "S12": -13.180038378637699, "W13": -19.562903594939637, "S13": -19.562903594939637, "W21": -30.0, "S21": -30.0, "W22": -38.405936706178935, "S22": -38.405936706178935, "W31": -70.524803177644657, "S31": -70.794471740530966, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106511.666666666671517, 504405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3521848234410219, "S11": -1.3521848234410219, "W12": -5.0, "S12": -5.0, "W13": -14.978170539620807, "S13": -17.9769755136527, "W21": -40.151189496404456, "S21": -40.585841885522541, "W22": -34.125694530692847, "S22": -34.125694530692847, "W31": -70.0, "S31": -70.990581810798091, "W32": -92.951127307760771, "S32": -97.951127307760771 }, "geometry": { "type": "Point", "coordinates": [ 106512.0, 497767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56126176338185174, "S11": -0.56126176338185174, "W12": -5.0, "S12": -6.820153432816495, "W13": -21.227348837209302, "S13": -23.236575247655246, "W21": -26.692169996897039, "S21": -31.763976682761569, "W22": -35.463164697265022, "S22": -38.618665193741855, "W31": -68.242455711667688, "S31": -68.242455711667688, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106512.0, 506412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.664046786042043, "W13": -23.44857935474241, "S13": -23.44857935474241, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.247230935989137, "S22": -38.247230935989137, "W31": -78.761609120653574, "S31": -79.852467533080102, "W32": -96.847842398941324, "S32": -101.84784239894132 }, "geometry": { "type": "Point", "coordinates": [ 106512.142857142855064, 509422.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1890130488069808, "S11": 1.1890130488069808, "W12": -5.4076642366600129, "S12": -5.4076642366600129, "W13": -20.0, "S13": -20.0, "W21": -38.646479736413909, "S21": -38.646479736413909, "W22": -37.07219911555552, "S22": -37.07219911555552, "W31": -70.0, "S31": -70.518020568501285, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106512.6, 521682.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5559138750338448, "S12": -4.5559138750338448, "W13": -17.636348629137817, "S13": -17.636348629137817, "W21": -38.460790946586371, "S21": -38.460790946586371, "W22": -37.158147402770254, "S22": -37.158147402770254, "W31": -70.0, "S31": -70.502547325099755, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106513.0, 522972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9241110803972018, "S11": -0.99758953441770171, "W12": -8.2652066120749144, "S12": -15.815927536680292, "W13": -25.0, "S13": -25.056261308750347, "W21": -30.0, "S21": -30.0, "W22": -35.579876949722582, "S22": -41.680270775119119, "W31": -74.993322296832275, "S31": -74.993322296832275, "W32": -95.333497046344419, "S32": -100.33349704634442 }, "geometry": { "type": "Point", "coordinates": [ 106514.0, 508598.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54573301665012686, "S11": 0.54573301665012686, "W12": -9.4460477533860132, "S12": -11.973782185010855, "W13": -16.596855208562143, "S13": -19.64120113064315, "W21": -41.018713373145992, "S21": -41.018713373145992, "W22": -36.757106908239599, "S22": -36.757106908239599, "W31": -75.939271851565834, "S31": -76.766904578143198, "W32": -97.067500230251554, "S32": -102.06750023025155 }, "geometry": { "type": "Point", "coordinates": [ 106514.666666666671517, 499233.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4906281428092525, "S11": -1.4906281428092525, "W12": -10.662733534457692, "S12": -13.153749851857199, "W13": -21.528901240194006, "S13": -38.190948536734226, "W21": -39.749579460442057, "S21": -39.749579460442057, "W22": -35.558647881257173, "S22": -38.347758785331955, "W31": -68.52635255371699, "S31": -68.52635255371699, "W32": -99.980241566913307, "S32": -104.98024156691331 }, "geometry": { "type": "Point", "coordinates": [ 106514.875, 512579.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3074010114715677, "W12": -5.0, "S12": -19.315245478036175, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.947611565053315, "W22": -36.207131663923079, "S22": -36.207131663923079, "W31": -70.0, "S31": -70.679922733290852, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106515.0, 505860.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.7697752045251369, "S12": -5.9285286393508265, "W13": -15.0, "S13": -15.0, "W21": -39.44342970333814, "S21": -39.44342970333814, "W22": -36.350548831061147, "S22": -39.521174080761504, "W31": -62.768551605523733, "S31": -62.7923680634728, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106515.166666666671517, 524447.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -32.748085490909297, "S22": -39.36079639286789, "W31": -70.0, "S31": -70.0, "W32": -95.08294792561972, "S32": -100.08294792561972 }, "geometry": { "type": "Point", "coordinates": [ 106515.287356321845436, 530028.06513409956824 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7534599975886778, "S12": -6.7534599975886778, "W13": -20.0, "S13": -25.616705641867107, "W21": -38.369514521823135, "S21": -38.369514521823135, "W22": -40.0, "S22": -40.0, "W31": -52.948544221995334, "S31": -52.948544221995334, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106515.8, 519644.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.018117492990239, "S12": -9.2757240302634933, "W13": -14.976721633403526, "S13": -21.815466334823455, "W21": -39.897186109322796, "S21": -39.897186109322796, "W22": -36.203151712878878, "S22": -36.203151712878878, "W31": -70.0, "S31": -70.681166011763196, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106515.857142857144936, 515579.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2477778672096973, "S11": -0.98636067071558398, "W12": -4.7887264552365822, "S12": -4.7887264552365822, "W13": -14.026349357132185, "S13": -14.302155528613687, "W21": -37.855086625079274, "S21": -40.855086625079274, "W22": -38.113208940445162, "S22": -43.498283168569344, "W31": -79.716736445743507, "S31": -79.716736445743507, "W32": -95.521062133635283, "S32": -100.52106213363528 }, "geometry": { "type": "Point", "coordinates": [ 106516.0, 496936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.0693243536823811, "W12": -5.0, "S12": -17.598794730947684, "W13": -25.0, "S13": -25.137640633982194, "W21": -29.999999999999996, "S21": -31.896725111045061, "W22": -34.822796504360475, "S22": -37.748774437432154, "W31": -66.775494160728044, "S31": -66.775494160728044, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106516.0, 505986.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48024282593365192, "S11": -0.5766998420652637, "W12": -9.0414413235435926, "S12": -15.0, "W13": -15.0, "S13": -20.211653719440292, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -54.373413698560853, "S31": -54.373413698560853, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106516.0, 513591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7462783232279442, "S12": -5.7462783232279442, "W13": -20.0, "S13": -20.0, "W21": -43.200369554804546, "S21": -43.200369554804546, "W22": -31.771147294713344, "S22": -38.170062478432726, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106516.5, 521170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.9021794183101828, "W12": -10.0, "S12": -16.465750017764513, "W13": -28.412213740458014, "S13": -28.412213740458014, "W21": -35.475038671119904, "S21": -35.475038671119904, "W22": -40.812016534103748, "S22": -40.812016534103748, "W31": -60.996806048143206, "S31": -60.996806048143206, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106517.0, 511273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.582279449102006, "S12": -6.582279449102006, "W13": -20.0, "S13": -22.68281243281313, "W21": -37.871642589705822, "S21": -37.871642589705822, "W22": -30.0, "S22": -35.824376603675113, "W31": -70.0, "S31": -71.178181792706425, "W32": -94.458719291927622, "S32": -99.458719291927622 }, "geometry": { "type": "Point", "coordinates": [ 106517.2, 519904.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3278102439562405, "S12": -6.3278102439562405, "W13": -20.0, "S13": -22.612694562360506, "W21": -39.826565646886785, "S21": -39.826565646886785, "W22": -39.575121068163902, "S22": -39.575121068163902, "W31": -72.324544267199485, "S31": -72.740221648004635, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106517.235294117650483, 520289.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3852026199597405, "S11": -4.6038449772772516, "W12": -10.0, "S12": -17.496858200992921, "W13": -27.024066530889197, "S13": -27.024066530889197, "W21": -35.060668039832464, "S21": -35.060668039832464, "W22": -39.315054278922169, "S22": -39.315054278922169, "W31": -71.664454514750787, "S31": -71.73043277950093, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106517.666666666671517, 511099.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.078611247063429923, "S11": -1.9880458526511875, "W12": -4.3472687298770278, "S12": -4.3472687298770278, "W13": -12.573135127303011, "S13": -13.297069338210207, "W21": -38.128047120078129, "S21": -41.128047120078129, "W22": -35.784120986781957, "S22": -36.32532035517594, "W31": -72.835826931102872, "S31": -73.256799302828739, "W32": -97.128584566087838, "S32": -102.12858456608784 }, "geometry": { "type": "Point", "coordinates": [ 106517.96875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3534019534184825, "S11": -1.3534019534184825, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.022470855281817, "W21": -40.145275280929113, "S21": -40.579671343089139, "W22": -34.958438542915701, "S22": -38.011400410022134, "W31": -67.178299989962937, "S31": -67.178299989962937, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106518.0, 497769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -11.382751847348237, "S12": -12.382751847348237, "W13": -15.621212327352682, "S13": -19.360102484736682, "W21": -32.240486653645831, "S21": -32.979352077096294, "W22": -40.0, "S22": -40.820342278452685, "W31": -80.0, "S31": -80.351364572605561, "W32": -95.808264778509937, "S32": -100.80826477850994 }, "geometry": { "type": "Point", "coordinates": [ 106519.0, 500295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74282574769397858, "S11": -0.96398615165482981, "W12": -8.2860355971288833, "S12": -10.3930590414626, "W13": -23.897043271755912, "S13": -23.897043271755912, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -53.363865332709807, "S31": -53.363865332709807, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106519.833333333328483, 507718.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45656053322761286, "S11": -0.45656053322761286, "W12": -9.5644967726924115, "S12": -10.262901901683975, "W13": -15.0, "S13": -26.721033508276143, "W21": -40.208684386929441, "S21": -40.208684386929441, "W22": -35.748950964320443, "S22": -37.738961474297291, "W31": -69.171932573725371, "S31": -69.171932573725371, "W32": -99.136639447384496, "S32": -104.1366394473845 }, "geometry": { "type": "Point", "coordinates": [ 106520.0, 514991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.893373493497986, "S12": -8.9689068407898578, "W13": -14.949223929338118, "S13": -14.949223929338118, "W21": -39.599631574903071, "S21": -39.599631574903071, "W22": -35.431097464454901, "S22": -38.489164203428373, "W31": -68.402466069958308, "S31": -68.402466069958308, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106520.0, 515829.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73841818856785857, "S11": 0.73841818856785857, "W12": -10.0, "S12": -18.132721215309324, "W13": -25.0, "S13": -25.002271640363464, "W21": -41.192433077930353, "S21": -41.514653951348457, "W22": -42.527913267280468, "S22": -42.535356658389141, "W31": -70.868538770654624, "S31": -70.868538770654624, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 498857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4380793207096991, "S11": -1.9380793207096991, "W12": -5.8816970247315856, "S12": -6.6848553934817927, "W13": -18.885070177858289, "S13": -20.938115832507442, "W21": -30.10724578647001, "S21": -32.043228437105782, "W22": -45.002640601307291, "S22": -45.01264060130729, "W31": -70.685553070812162, "S31": -70.685553070812162, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 503413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.1075670134795752, "S12": -15.460508189950165, "W13": -25.084046249433413, "S13": -25.084046249433413, "W21": -29.999999999999996, "S21": -30.326351351351278, "W22": -30.0, "S22": -34.667803373558741, "W31": -70.0, "S31": -72.701515711839022, "W32": -93.399012812278414, "S32": -98.399012812278414 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 505779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94428630762840926, "S11": -0.94428630762840982, "W12": -8.2740441434822873, "S12": -15.764409397715555, "W13": -25.074354772480309, "S13": -25.245998433450694, "W21": -30.0, "S21": -30.0, "W22": -35.893870717038979, "S22": -36.034783071622243, "W31": -72.071779066867194, "S31": -72.071779066867194, "W32": -97.201345882579886, "S32": -102.20134588257989 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 508565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98351996522909535, "S11": -0.98351996522909535, "W12": -7.132488822652757, "S12": -19.759293593525328, "W13": -23.361768011458256, "S13": -23.361768011458256, "W21": -30.0, "S21": -30.752209603908039, "W22": -35.868094969301026, "S22": -37.436331678915494, "W31": -69.485171708586762, "S31": -69.485171708586762, "W32": -98.691484445883546, "S32": -103.69148444588355 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 510421.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.7173027621687629, "S12": -6.4078558505821661, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -39.312220622451399, "S21": -39.312220622451399, "W22": -41.214619689601257, "S22": -41.214619689601257, "W31": -70.184755500539012, "S31": -70.184755500539012, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106521.0, 524401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3606270224591048, "S12": -6.3606270224591048, "W13": -20.0, "S13": -20.0, "W21": -39.215426235404266, "S21": -39.215426235404266, "W22": -34.732488574284979, "S22": -37.774799719154473, "W31": -66.69405258744338, "S31": -66.807489578565935, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106521.125, 520240.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81473091270828146, "S11": -3.7638111098947666, "W12": -9.9877344877344871, "S12": -13.049750236595443, "W13": -20.302864306643677, "S13": -20.302864306643677, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.549068678758239, "S22": -39.549827650464671, "W31": -72.462985489214674, "S31": -73.473278091586579, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106523.0, 504619.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84683527318422647, "S11": -0.84683527318422647, "W12": -8.3822956250608982, "S12": -10.403062918795159, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.32029262245505, "S22": -34.103683402291324, "W31": -70.0, "S31": -72.367705030253916, "W32": -93.365945736325457, "S32": -98.365945736325457 }, "geometry": { "type": "Point", "coordinates": [ 106523.0, 508017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95224383339223906, "S11": -0.95224383339223906, "W12": -8.3789012122775581, "S12": -12.968824227329828, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -46.893040010133909, "S22": -46.903040010133907, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106523.333333333328483, 508365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74712096511248793, "S11": -0.74712096511248793, "W12": -5.0, "S12": -5.9266999077108897, "W13": -18.60871365060364, "S13": -21.572543582969068, "W21": -29.999999999999996, "S21": -32.103580051409097, "W22": -37.143791388664475, "S22": -37.143791388664475, "W31": -70.0, "S31": -70.511870109587775, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106524.0, 503136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0195971142715394, "S11": -4.002115454642694, "W12": -10.012023221762696, "S12": -10.910219215013671, "W13": -19.682593898814854, "S13": -21.535014379237978, "W21": -30.10186346638892, "S21": -30.243050235600492, "W22": -38.756190746610422, "S22": -38.756190746610422, "W31": -70.896450005720567, "S31": -71.109562406298167, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106524.0, 503995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73810739511530954, "S11": -2.8392808614009546, "W12": -4.6079047796962991, "S12": -6.5254276242585831, "W13": -20.0, "S13": -22.506771653543307, "W21": -24.067297887422175, "S21": -29.97799405411098, "W22": -35.828940234333224, "S22": -37.44119970369443, "W31": -69.491777110833709, "S31": -69.491777110833709, "W32": -98.737794327461117, "S32": -103.73779432746112 }, "geometry": { "type": "Point", "coordinates": [ 106524.0, 506553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60051967892608038, "S11": -0.60051967892608038, "W12": -4.8455665144122273, "S12": -14.669917179724234, "W13": -22.942301354757372, "S13": -22.942301354757372, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -41.118401454842228, "S22": -41.118401454842228, "W31": -69.515306975034264, "S31": -69.515306975034264, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106524.0, 509569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55741646842560366, "S11": -0.55741646842560366, "W12": -4.9900166389351011, "S12": -4.9900166389351011, "W13": -16.923471873067715, "S13": -20.073458136513693, "W21": -30.0, "S21": -30.0, "W22": -36.69898392811632, "S22": -36.69898392811632, "W31": -70.0, "S31": -70.595301710091846, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106524.333333333328483, 501817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5557281644820318, "S12": -6.5557281644820318, "W13": -20.0, "S13": -22.21925121308217, "W21": -38.035788711538949, "S21": -38.035788711538949, "W22": -34.866631466883533, "S22": -37.735959318995285, "W31": -67.104470677368496, "S31": -67.104470677368496, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106524.4, 519945.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.7010549002846469, "S12": -6.7543948682057007, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -39.188516939352958, "S21": -39.188516939352958, "W22": -36.520396043202197, "S22": -39.706532935341841, "W31": -62.544524131558717, "S31": -62.544524131558717, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106525.428571428565192, 524356.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5796317843206833, "S11": -0.5796317843206833, "W12": -4.8080958251150445, "S12": -4.8080958251150445, "W13": -17.149605858602001, "S13": -20.336627153859112, "W21": -30.0, "S21": -30.0, "W22": -29.999999999999996, "S22": -35.134246077055444, "W31": -70.0, "S31": -72.495665914887596, "W32": -93.905781197874006, "S32": -98.905781197874006 }, "geometry": { "type": "Point", "coordinates": [ 106525.666666666671517, 502116.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6395387827633003, "S12": -6.6395387827633003, "W13": -20.0, "S13": -23.65332138167339, "W21": -38.000465919335021, "S21": -38.000465919335021, "W22": -35.215678677332384, "S22": -37.793142007165493, "W31": -64.540216091789929, "S31": -64.655071492630341, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106525.666666666671517, 519818.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72940729607127652, "S11": 0.72940729607127652, "W12": -10.0, "S12": -17.899909138730813, "W13": -24.73976882224305, "S13": -24.73976882224305, "W21": -41.179615017298545, "S21": -41.495204832478656, "W22": -40.0, "S22": -40.0, "W31": -53.104930930381478, "S31": -53.104930930381478, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106526.0, 498850.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4388529810511332, "S11": -1.4388529810511332, "W12": -5.9125391720655998, "S12": -5.9125391720655998, "W13": -20.0, "S13": -20.0, "W21": -44.267942688670949, "S21": -44.267942688670949, "W22": -30.921835713535913, "S22": -31.409113706738069, "W31": -70.0, "S31": -71.953768909241759, "W32": -93.249261297638213, "S32": -98.249261297638213 }, "geometry": { "type": "Point", "coordinates": [ 106527.142857142855064, 520919.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20479859894920571, "S11": -2.5538370734383715, "W12": -5.0, "S12": -18.923910724761182, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -31.38498428013056, "W22": -47.486155527419946, "S22": -47.496155527419944, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106527.6, 505920.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68315698298491923, "S11": 0.68315698298491923, "W12": -10.0, "S12": -11.268559108875314, "W13": -22.519960850976148, "S13": -24.217768743454918, "W21": -41.241392620553512, "S21": -41.393055600234604, "W22": -40.215727239359786, "S22": -40.222224395753415, "W31": -71.016124580828532, "S31": -71.516906930685479, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106528.0, 499093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70451885356599286, "S11": -0.70451885356599286, "W12": -5.0, "S12": -9.6506918663516696, "W13": -22.6673488372093, "S13": -24.125519979526825, "W21": -29.164516321877038, "S21": -33.29633721581623, "W22": -39.981813772599814, "S22": -39.981813772599814, "W31": -71.963727137318898, "S31": -73.851829958604853, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106528.0, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76180035131440305, "S11": -0.76180035131440305, "W12": -8.2548962291727559, "S12": -10.635083327399325, "W13": -24.081053631199271, "S13": -24.081053631199271, "W21": -30.0, "S21": -30.0, "W22": -39.555392362439378, "S22": -39.555703965759172, "W31": -72.352399209876737, "S31": -72.951682185616818, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106528.0, 507772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38581754409149221, "S11": -0.38581754409149221, "W12": -10.474991061851984, "S12": -12.567123763273784, "W13": -16.134020621051231, "S13": -25.580478498512939, "W21": -40.84074434236242, "S21": -40.84074434236242, "W22": -38.836746336141331, "S22": -38.836746336141331, "W31": -70.980402653816498, "S31": -71.179769297720426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106528.0, 514604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93385366191333241, "S11": -0.93385366191333241, "W12": -8.2593948637684864, "S12": -15.582468038528974, "W13": -25.065565747145186, "S13": -25.336435397347469, "W21": -30.0, "S21": -30.0, "W22": -36.719706847993329, "S22": -36.719706847993329, "W31": -70.0, "S31": -70.592691565911807, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106528.75, 508516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3790181324781052, "W12": -5.0281093219934059, "S12": -20.028109321993409, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.952636159220763, "W22": -36.025723429225422, "S22": -39.295378604230983, "W31": -63.306567845633168, "S31": -63.348103341493491, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106529.0, 505863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80127928181225028, "S11": -1.2316737411273797, "W12": -5.0580506058357679, "S12": -7.72089708566988, "W13": -21.544946851169044, "S13": -21.544946851169044, "W21": -30.0, "S21": -30.0, "W22": -40.849058208089147, "S22": -40.849058208089147, "W31": -62.033722766965695, "S31": -62.033722766965695, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106529.111111111109494, 510097.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9925227859492143, "S12": -9.2271912352546543, "W13": -14.932958576773933, "S13": -20.491670557141504, "W21": -39.858539033069462, "S21": -39.858539033069462, "W22": -37.287194514092377, "S22": -42.918841165446125, "W31": -78.530294652026228, "S31": -78.530294652026228, "W32": -95.524768414303054, "S32": -100.52476841430305 }, "geometry": { "type": "Point", "coordinates": [ 106529.571428571434808, 515624.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6848070384005256, "S12": -6.7177737048907584, "W13": -15.0, "S13": -15.0, "W21": -39.064813256254773, "S21": -39.064813256254773, "W22": -40.0, "S22": -40.0, "W31": -53.358468549093523, "S31": -53.358468549093523, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106529.857142857144936, 524311.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -3.4, "W12": -5.0, "S12": -12.321537052215419, "W13": -24.256163219042222, "S13": -25.371113535212107, "W21": -30.0, "S21": -33.550134581471511, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106530.0, 506210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.690555992498034, "S11": -1.690555992498034, "W12": -5.8010033274595054, "S12": -5.8010033274595054, "W13": -20.0, "S13": -20.0, "W21": -44.0, "S21": -44.0, "W22": -35.39903023164478, "S22": -38.359663213114892, "W31": -68.562476428248914, "S31": -68.562476428248914, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106530.0, 521089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4389967306676854, "S11": -4.6910672233323449, "W12": -10.0, "S12": -17.270819284072612, "W13": -27.492769857433807, "S13": -27.492769857433807, "W21": -34.997388756909885, "S21": -34.997388756909885, "W22": -47.43883701962708, "S22": -47.448837019627078, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106531.0, 511134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5291768798620957, "S12": -6.5291768798620957, "W13": -20.0, "S13": -21.755689993351879, "W21": -38.199934833371906, "S21": -38.199934833371906, "W22": -35.701589561017016, "S22": -36.20343643271903, "W31": -73.122164682407387, "S31": -73.693507823180028, "W32": -97.199922571898952, "S32": -102.19992257189895 }, "geometry": { "type": "Point", "coordinates": [ 106531.6, 519986.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6160158982795495, "S11": -1.9954329068504255, "W12": -5.2973632751684541, "S12": -5.2973632751684541, "W13": -21.821380511527686, "S13": -21.821380511527686, "W21": -28.499983726975191, "S21": -30.27661801935993, "W22": -35.683143430294685, "S22": -37.625951647609199, "W31": -69.323393800961455, "S31": -69.323393800961455, "W32": -99.086366411338332, "S32": -104.08636641133833 }, "geometry": { "type": "Point", "coordinates": [ 106532.0, 507192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91433989439152263, "S11": -0.91433989439152263, "W12": -8.3833187177238617, "S12": -8.3833187177238617, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.691760508934507, "W31": -80.0, "S31": -81.067157619780076, "W32": -96.309148633873377, "S32": -101.30914863387338 }, "geometry": { "type": "Point", "coordinates": [ 106532.0, 508167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96940865447467428, "S11": -0.96940865447467428, "W12": -8.2882741878813047, "S12": -14.390468833405837, "W13": -25.02229523066908, "S13": -25.251555277490894, "W21": -30.0, "S21": -30.0, "W22": -39.349982315121068, "S22": -39.349982315121068, "W31": -71.508528396359779, "S31": -71.617044369649136, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106532.0, 508429.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7242490408215883, "S12": -5.7242490408215883, "W13": -20.0, "S13": -20.0, "W21": -42.904386465334355, "S21": -42.904386465334355, "W22": -34.592799913931522, "S22": -37.771573563979857, "W31": -66.567236617593252, "S31": -66.660938066452459, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106532.0, 521205.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45821652510725497, "S11": 0.45821652510725497, "W12": -10.0, "S12": -10.0, "W13": -17.224492940238008, "S13": -18.542703419145074, "W21": -31.82096055678473, "S21": -31.82096055678473, "W22": -40.0, "S22": -40.0, "W31": -53.720485222512451, "S31": -53.720485222512451, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106532.111111111109494, 500828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87447030555611893, "S11": -1.6469803011136084, "W12": -7.8790212565872846, "S12": -15.725491027096547, "W13": -24.846191276471163, "S13": -24.846191276471163, "W21": -30.0, "S21": -30.0, "W22": -39.553506409260216, "S22": -39.553506409260216, "W31": -72.254833839702258, "S31": -72.524076193859543, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106532.4, 508663.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42100178890876577, "S11": -0.42100178890876577, "W12": -11.206248246188384, "S12": -12.206248246188384, "W13": -15.543008831282418, "S13": -19.23268937437954, "W21": -33.388102213541664, "S21": -34.237791902638989, "W22": -38.483636744133634, "S22": -38.598685497111774, "W31": -79.122584185176905, "S31": -80.315335826927807, "W32": -96.910257984419971, "S32": -101.91025798441997 }, "geometry": { "type": "Point", "coordinates": [ 106533.0, 500256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.978157174594058, "S12": -11.431718508114496, "W13": -16.311319833335357, "S13": -20.158019662088517, "W21": -30.0, "S21": -30.125692559195738, "W22": -38.242780812769638, "S22": -38.242780812769638, "W31": -70.38988266699441, "S31": -70.704413320350824, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106533.0, 500517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94670167385694026, "S11": -0.94670167385694026, "W12": -8.4151320276722199, "S12": -10.700131453157685, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -39.999999999999993, "W31": -55.65544331057513, "S31": -55.65544331057513, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106533.0, 508265.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36301624161874646, "S11": 0.36301624161874646, "W12": -10.0, "S12": -11.683952181141636, "W13": -14.935652724587621, "S13": -18.230456304326299, "W21": -40.0, "S21": -40.0, "W22": -34.421472385931395, "S22": -34.421472385931395, "W31": -70.0, "S31": -70.921300516560308, "W32": -93.124636642712119, "S32": -98.124636642712119 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 499599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8221382007822688, "W12": -9.5832839542522752, "S12": -11.988224510058611, "W13": -22.06178729102588, "S13": -22.06178729102588, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -35.577201318847635, "W31": -70.0, "S31": -71.352622317923732, "W32": -94.453014839373154, "S32": -99.453014839373154 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 504920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -9.2992721952835318, "S12": -12.138547124657212, "W13": -22.44655075010985, "S13": -22.44655075010985, "W21": -30.0, "S21": -30.0, "W22": -41.235515376809317, "S22": -41.235515376809317, "W31": -70.229032025753412, "S31": -70.229032025753412, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 504991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48852603706972619, "S11": -2.5114739629302738, "W12": -5.168661780534058, "S12": -15.168661780534059, "W13": -25.065406148984998, "S13": -25.065406148984998, "W21": -30.0, "S21": -30.26671904462588, "W22": -39.008729387901845, "S22": -39.239876099768104, "W31": -79.999999999999986, "S31": -81.213337670972905, "W32": -96.811348040218832, "S32": -101.81134804021883 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40400454818265413, "S11": -0.40400454818265413, "W12": -9.997715584664034, "S12": -10.987184337409088, "W13": -15.817161918110447, "S13": -24.854499053130482, "W21": -40.664407094193507, "S21": -40.664407094193507, "W22": -35.389873039786359, "S22": -38.219811036746492, "W31": -68.725541269908078, "S31": -68.725541269908078, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106534.0, 514704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6685591765164092, "S12": -6.681152541575786, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -38.941109573156332, "S21": -38.941109573156332, "W22": -31.163224338489073, "S22": -31.163224338489073, "W31": -70.0, "S31": -71.82501252383463, "W32": -93.226433910822209, "S32": -98.226433910822209 }, "geometry": { "type": "Point", "coordinates": [ 106534.285714285710128, 524266.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.064079210363988, "S11": -1.7445457362158932, "W12": -7.5146988579617782, "S12": -19.996800239003811, "W13": -23.58190322160625, "S13": -23.58190322160625, "W21": -30.003472297186828, "S21": -30.058244015323979, "W22": -40.0, "S22": -40.440400486329104, "W31": -80.0, "S31": -81.239377727119503, "W32": -96.612982441779565, "S32": -101.61298244177956 }, "geometry": { "type": "Point", "coordinates": [ 106534.8, 510483.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -54.431954664904175, "S31": -54.431954664904175, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106534.947368421053397, 530016.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.360562143930448, "S13": -18.902542584811744, "W21": -30.678787878787876, "S21": -30.678787878787876, "W22": -34.128188359207854, "S22": -34.128188359207854, "W31": -69.999999999999986, "S31": -71.015894274345797, "W32": -93.055658529944608, "S32": -98.055658529944608 }, "geometry": { "type": "Point", "coordinates": [ 106535.75, 501031.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5565030423730271, "S12": -4.5565030423730271, "W13": -17.643915747802296, "S13": -17.643915747802296, "W21": -38.366294827948543, "S21": -38.366294827948543, "W22": -37.615229580796033, "S22": -37.615229580796033, "W31": -70.0, "S31": -70.433419750713838, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106536.333333333328483, 522974.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7272074392173051, "S12": -6.7272074392173051, "W13": -20.0, "S13": -25.141961240899548, "W21": -38.236748395261486, "S21": -38.236748395261486, "W22": -35.366962998834659, "S22": -38.230162222801418, "W31": -68.708637816206206, "S31": -68.708637816206206, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106536.4, 519687.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95618937115311819, "S11": -0.95618937115311819, "W12": -8.2447455840546837, "S12": -15.169124507080781, "W13": -25.05677672181006, "S13": -25.367632206549448, "W21": -30.0, "S21": -30.0, "W22": -40.886099882074546, "S22": -40.886099882074546, "W31": -62.91085970834272, "S31": -62.91085970834272, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106536.5, 508467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8502412889130273, "S12": -8.8801513244563814, "W13": -14.893896234690006, "S13": -16.564687947159598, "W21": -39.795051043869847, "S21": -39.795051043869847, "W22": -35.351550080425859, "S22": -38.252086023372406, "W31": -68.68256021395014, "S31": -68.68256021395014, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106536.894736842106795, 515907.447368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.917411589156926, "S11": -3.8200207030200977, "W12": -10.0, "S12": -13.171722279283298, "W13": -20.100495215126305, "S13": -20.100495215126305, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.975406365317177, "S22": -36.975406365317177, "W31": -70.0, "S31": -70.552856824909483, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106537.0, 504592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48345468964013927, "S11": 0.48345468964013927, "W12": -5.4306648670673692, "S12": -5.4306648670673692, "W13": -20.0, "S13": -20.0, "W21": -38.446757579215273, "S21": -38.446757579215273, "W22": -36.064643977296747, "S22": -36.064643977296747, "W31": -70.0, "S31": -70.722718326688081, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106537.4, 521650.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44010550021749784, "S11": -0.44010550021749784, "W12": -9.6913658103601321, "S12": -10.469438417580992, "W13": -15.213058872947439, "S13": -25.67314116262153, "W21": -40.327971634185104, "S21": -40.327971634185104, "W22": -40.0, "S22": -40.0, "W31": -53.323346445887836, "S31": -53.323346445887836, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106538.0, 514902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6523113146322665, "S12": -6.4855264372780175, "W13": -15.0455073341441, "S13": -15.0455073341441, "W21": -38.817405890057856, "S21": -38.817405890057856, "W22": -41.058295738710129, "S22": -41.065239570398866, "W31": -70.905174572882046, "S31": -71.175853173652428, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106538.714285714289872, 524222.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5026255952421197, "S12": -6.5026255952421197, "W13": -20.0, "S13": -21.292128773620924, "W21": -38.364080955205033, "S21": -38.364080955205033, "W22": -35.704815557152962, "S22": -37.368786231940447, "W31": -69.614456455339834, "S31": -69.614456455339834, "W32": -98.79174382169515, "S32": -103.79174382169515 }, "geometry": { "type": "Point", "coordinates": [ 106538.8, 520027.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85543914787768693, "S11": -0.85543914787768693, "W12": -4.7286671923112449, "S12": -9.6101810407419848, "W13": -21.521763485443454, "S13": -21.521763485443454, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.173724184868085, "S22": -39.566868755921938, "W31": -70.0, "S31": -70.0, "W32": -95.2030537396802, "S32": -100.2030537396802 }, "geometry": { "type": "Point", "coordinates": [ 106539.666666666671517, 509909.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38440152303549896, "S11": -0.38440152303549896, "W12": -10.492696264471739, "S12": -12.723343973792435, "W13": -16.119512575648702, "S13": -25.852656722257016, "W21": -40.833051571718208, "S21": -40.833051571718208, "W22": -35.641912041827915, "S22": -37.503529757244017, "W31": -69.478070967570574, "S31": -69.478070967570574, "W32": -99.000306933665229, "S32": -104.00030693366523 }, "geometry": { "type": "Point", "coordinates": [ 106540.0, 514597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3402950271157295, "S12": -5.3402950271157295, "W13": -20.0, "S13": -20.0, "W21": -38.193131330716447, "S21": -38.193131330716447, "W22": -34.619679266720212, "S22": -37.783824327853537, "W31": -66.810650236193439, "S31": -66.810650236193439, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106540.0, 521788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51460041073418739, "S11": -0.51460041073418739, "W12": -4.87696211966405, "S12": -14.659601992910641, "W13": -23.12978831238199, "S13": -23.12978831238199, "W21": -30.0, "S21": -30.0, "W22": -30.392681251968227, "S22": -33.703529665008581, "W31": -70.0, "S31": -72.293337713396966, "W32": -93.415547659429336, "S32": -98.415547659429336 }, "geometry": { "type": "Point", "coordinates": [ 106540.5, 509529.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.331014919493921, "S12": -10.479847755954779, "W13": -16.466284078991546, "S13": -20.326458010057877, "W21": -30.0, "S21": -30.0, "W22": -37.925639502294175, "S22": -43.357641696744139, "W31": -79.377188824814993, "S31": -79.377188824814993, "W32": -95.634137800879529, "S32": -100.63413780087953 }, "geometry": { "type": "Point", "coordinates": [ 106540.666666666671517, 500562.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1320142611910735, "S11": -4.132014261191074, "W12": -10.009911377122453, "S12": -13.624858775415685, "W13": -19.490066325909702, "S13": -19.490066325909702, "W21": -30.0, "S21": -30.0, "W22": -35.820520690551213, "S22": -41.824059542564562, "W31": -75.473112479306081, "S31": -75.473112479306081, "W32": -95.473085126218166, "S32": -100.47308512621817 }, "geometry": { "type": "Point", "coordinates": [ 106541.0, 504476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5664096547100235, "S11": -1.5664096547100235, "W12": -10.782015120674615, "S12": -13.054261961546018, "W13": -22.843006412551674, "S13": -39.155893132420204, "W21": -39.647245775297719, "S21": -39.647245775297719, "W22": -36.041944586761865, "S22": -36.453250677690377, "W31": -74.718474725698073, "S31": -75.487942345880825, "W32": -97.225643354622335, "S32": -102.22564335462233 }, "geometry": { "type": "Point", "coordinates": [ 106541.0, 512543.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6702468318046542, "S12": -6.6702468318046542, "W13": -20.0, "S13": -24.160269110803348, "W21": -38.052224094017554, "S21": -38.052224094017554, "W22": -35.572823578243032, "S22": -36.053875062972523, "W31": -73.453744039196224, "S31": -74.201710789584936, "W32": -97.24927293941451, "S32": -102.24927293941451 }, "geometry": { "type": "Point", "coordinates": [ 106541.333333333328483, 519774.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.492381109856229, "S12": -8.492381109856229, "W13": -14.836481689266769, "S13": -22.795013572731719, "W21": -41.070648445502854, "S21": -41.070648445502854, "W22": -41.141211915860133, "S22": -41.141211915860133, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106541.534482758623199, 516625.784482758608647 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61696158446131499, "S11": -0.61696158446131499, "W12": -5.0, "S12": -6.0632396249726792, "W13": -17.989707074828829, "S13": -21.105827814535267, "W21": -30.0, "S21": -31.948577415086017, "W22": -36.686015790657159, "S22": -36.686015790657159, "W31": -70.0, "S31": -70.609248913199508, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106542.0, 502739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084938704028021034, "S11": -2.6565342483943124, "W12": -5.0, "S12": -18.272225481307665, "W13": -25.0, "S13": -25.021298349347227, "W21": -30.0, "S21": -31.678714919539363, "W22": -34.691972323775431, "S22": -37.699932751726877, "W31": -67.053404569104799, "S31": -67.053404569104799, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106542.0, 505962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40485127278884681, "S11": -3.0054161218003612, "W12": -5.0, "S12": -16.988893925657298, "W13": -25.0, "S13": -25.324168514412502, "W21": -30.000000000000004, "S21": -32.197821100340541, "W22": -38.917434739817928, "S22": -38.917434739817928, "W31": -71.086131415411714, "S31": -71.282218098146487, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106542.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1928489478592033, "S11": -4.1702455515294448, "W12": -10.0, "S12": -16.769935676474152, "W13": -26.310529531568253, "S13": -26.310529531568253, "W21": -34.562345006897338, "S21": -34.562345006897338, "W22": -40.0, "S22": -40.629309271544464, "W31": -80.0, "S31": -81.209158098538637, "W32": -96.494017653719709, "S32": -101.49401765371971 }, "geometry": { "type": "Point", "coordinates": [ 106542.8, 511003.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6360634527481612, "S12": -6.0325194017720314, "W13": -15.140314216337398, "S13": -15.140314216337398, "W21": -38.693702206959564, "S21": -38.693702206959564, "W22": -36.182390397858732, "S22": -36.396202403905299, "W31": -74.979404203616852, "S31": -75.786195718538892, "W32": -97.266183508906764, "S32": -102.26618350890676 }, "geometry": { "type": "Point", "coordinates": [ 106543.142857142855064, 524177.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9669280789081682, "S12": -9.1786584402457407, "W13": -14.88919552014438, "S13": -19.16787477945806, "W21": -39.819891956816001, "S21": -39.819891956816001, "W22": -35.33489576602453, "S22": -38.10066123248793, "W31": -68.826520040018522, "S31": -68.826520040018522, "W32": -99.954280375470944, "S32": -104.95428037547094 }, "geometry": { "type": "Point", "coordinates": [ 106543.285714285710128, 515669.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44880702894281371, "S11": -0.44880702894281371, "W12": -9.6142808719906494, "S12": -10.36068037023936, "W13": -15.053719652650271, "S13": -26.403826348537905, "W21": -40.239371951999132, "S21": -40.239371951999132, "W22": -41.261396377075634, "S22": -41.261396377075634, "W31": -70.285926599175227, "S31": -70.285926599175227, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106543.333333333328483, 514950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4376472042153039, "S11": -4.8016368955388344, "W12": -10.0, "S12": -17.104575741721039, "W13": -27.650661914460287, "S13": -27.650661914460287, "W21": -34.871249206743855, "S21": -34.871249206743855, "W22": -37.109529612021355, "S22": -37.109529612021355, "W31": -70.0, "S31": -70.533361717125757, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106543.5, 511138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68482341938295088, "S11": 0.68482341938295088, "W12": -10.0, "S12": -13.021200143729788, "W13": -24.454231700406947, "S13": -25.968400051166945, "W21": -41.256812253736541, "S21": -41.416448073334251, "W22": -35.856915987154665, "S22": -36.152708492774579, "W31": -72.095819843580614, "S31": -72.095819843580614, "W32": -97.375689719611145, "S32": -102.37568971961115 }, "geometry": { "type": "Point", "coordinates": [ 106544.0, 499062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76714210317475751, "S11": -0.83986174503261979, "W12": -8.1453765955373676, "S12": -10.47570885705934, "W13": -23.959218740684591, "S13": -23.959218740684591, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -54.077105112314648, "S31": -54.077105112314648, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106544.0, 507753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97905518111257983, "S11": -0.97905518111257983, "W12": -8.230096304340881, "S12": -14.106706381325829, "W13": -25.047987696474937, "S13": -25.322672256185413, "W21": -30.0, "S21": -30.0, "W22": -46.853711971947561, "S22": -46.863711971947559, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106544.25, 508418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94894065418546258, "S11": -0.94894065418546258, "W12": -8.3279417973951357, "S12": -9.8812644064567046, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -42.163288234548347, "S22": -42.170761088176718, "W31": -70.796998390540807, "S31": -70.796998390540807, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106544.666666666671517, 508232.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38916795717434283, "S11": -2.6108320428256571, "W12": -5.2804044575778386, "S12": -14.624145464093782, "W13": -25.091073824381567, "S13": -25.091073824381567, "W21": -30.0, "S21": -30.0, "W22": -40.923141556059996, "S22": -40.923141556059996, "W31": -63.684173880106862, "S31": -63.684173880106862, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106544.8, 505739.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16834286056027059, "S11": 0.16834286056027059, "W12": -8.3216409943571747, "S12": -8.3216409943571747, "W13": -15.0, "S13": -15.0, "W21": -40.76206197969497, "S21": -40.923587517329381, "W22": -39.370434068636683, "S22": -39.370434068636683, "W31": -71.56918739478175, "S31": -71.680009899356463, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106545.0, 498444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96075, "S11": -2.96075, "W12": -4.4971916541949115, "S12": -6.701212597667868, "W13": -20.053345318191806, "S13": -22.09665240480598, "W21": -22.691125028682791, "S21": -28.240098527544603, "W22": -39.513419691285286, "S22": -39.514192789505856, "W31": -72.350732227134642, "S31": -73.127389861461211, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106545.0, 506670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84105808292873796, "S11": -4.0348342470407799, "W12": -10.03454810739365, "S12": -11.17485636500458, "W13": -19.696287395694576, "S13": -21.354537742374031, "W21": -30.0, "S21": -30.0, "W22": -35.557519706961848, "S22": -36.051387128627169, "W31": -73.918955294280352, "S31": -74.918955294280352, "W32": -97.262139667970089, "S32": -102.26213966797009 }, "geometry": { "type": "Point", "coordinates": [ 106545.090909090911737, 504038.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22584785985502243, "S11": 0.22584785985502243, "W12": -9.5825426944971532, "S12": -9.5825426944971532, "W13": -17.235620829727605, "S13": -19.033748817562149, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.892288189034687, "S22": -36.717741426415913, "W31": -70.97279329871067, "S31": -70.97279329871067, "W32": -97.906459435849172, "S32": -102.90645943584917 }, "geometry": { "type": "Point", "coordinates": [ 106546.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4760743106221437, "S12": -6.4760743106221437, "W13": -20.0, "S13": -20.828567553889968, "W21": -38.528227077038167, "S21": -38.528227077038167, "W22": -31.99202786654736, "S22": -31.99202786654736, "W31": -70.0, "S31": -71.483747865702526, "W32": -93.15873228583871, "S32": -98.15873228583871 }, "geometry": { "type": "Point", "coordinates": [ 106546.0, 520069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5058265283601857, "S11": -1.5058265283601857, "W12": -5.8902974765812033, "S12": -5.8902974765812033, "W13": -20.0, "S13": -20.0, "W21": -44.177572192543778, "S21": -44.177572192543778, "W22": -38.984961552702039, "S22": -39.270770414723707, "W31": -80.0, "S31": -81.260732090827887, "W32": -96.886178529038588, "S32": -101.88617852903859 }, "geometry": { "type": "Point", "coordinates": [ 106546.0, 520956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39833038977389978, "S11": -0.39833038977389978, "W12": -5.606350809779415, "S12": -5.606350809779415, "W13": -15.369912952626992, "S13": -15.369912952626992, "W21": -37.699869008232611, "S21": -40.610532976673618, "W22": -32.623778090246709, "S22": -32.623778090246709, "W31": -70.000000000000014, "S31": -71.245829104080286, "W32": -93.129321659991859, "S32": -98.129321659991859 }, "geometry": { "type": "Point", "coordinates": [ 106547.0, 496875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.2215150427963719, "S12": -15.275472632550727, "W13": -25.041013437084985, "S13": -25.041013437084985, "W21": -30.0, "S21": -30.234566609488109, "W22": -30.0, "S22": -34.221518664258873, "W31": -70.0, "S31": -72.548832463877588, "W32": -93.474029382351802, "S32": -98.474029382351802 }, "geometry": { "type": "Point", "coordinates": [ 106547.0, 505771.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.0813464570691389, "S12": -19.411600498639576, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -30.0, "S21": -30.806335736167661, "W22": -35.600680653361145, "S22": -37.381107866878835, "W31": -69.611898062857563, "S31": -69.611898062857563, "W32": -98.914247455992111, "S32": -103.91424745599211 }, "geometry": { "type": "Point", "coordinates": [ 106547.0, 505847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77996676719576385, "S11": -0.77996676719576385, "W12": -8.1428594627951618, "S12": -10.642680202016658, "W13": -24.115522415178408, "S13": -24.115522415178408, "W21": -30.0, "S21": -30.0, "W22": -36.280265440543289, "S22": -39.649492368230064, "W31": -62.99383422111643, "S31": -62.99383422111643, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106547.0, 507795.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.212805234764588, "S22": -39.212805234764588, "W31": -71.393957791763455, "S31": -71.539643366694762, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106547.153846153843915, 530034.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6198155908640186, "S12": -5.5795123662653019, "W13": -15.235857103719812, "S13": -15.235857103719812, "W21": -38.569998523861081, "S21": -38.569998523861081, "W22": -35.737321658300914, "S22": -37.027117491332334, "W31": -70.0, "S31": -70.0, "W32": -98.396406515088671, "S32": -103.39640651508867 }, "geometry": { "type": "Point", "coordinates": [ 106547.571428571434808, 524132.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44666759982927717, "S11": 0.44666759982927717, "W12": -10.0, "S12": -14.340197568889153, "W13": -14.996293309303898, "S13": -18.147705874186663, "W21": -40.559926693591862, "S21": -40.559926693591862, "W22": -30.000000000000004, "S22": -34.816511236874888, "W31": -70.0, "S31": -72.656143246017848, "W32": -93.955180362108493, "S32": -98.955180362108493 }, "geometry": { "type": "Point", "coordinates": [ 106548.0, 499395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57533250432525951, "S11": -0.57533250432525951, "W12": -4.9730449251247917, "S12": -4.9730449251247917, "W13": -16.987871482492139, "S13": -20.113966708511285, "W21": -30.0, "S21": -30.0, "W22": -30.000000000000004, "S22": -35.330026034020058, "W31": -70.0, "S31": -71.416856869874465, "W32": -94.447310386818685, "S32": -99.447310386818685 }, "geometry": { "type": "Point", "coordinates": [ 106548.0, 501852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56945321588831643, "S11": -0.98829544063292485, "W12": -5.0, "S12": -6.1925579503863357, "W13": -20.889528726502515, "S13": -20.889528726502515, "W21": -25.597225927888744, "S21": -29.112799734468862, "W22": -35.610680762904039, "S22": -37.313276962987494, "W31": -69.681512803659942, "S31": -69.681512803659942, "W32": -98.832033081377887, "S32": -103.83203308137789 }, "geometry": { "type": "Point", "coordinates": [ 106548.0, 506943.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1736374975145027, "S11": 2.1736374975145027, "W12": -3.6398873836075443, "S12": -6.524305701913935, "W13": -15.0, "S13": -15.0, "W21": -38.855079714542768, "S21": -38.855079714542768, "W22": -30.964520652027268, "S22": -31.1052246908353, "W31": -70.0, "S31": -71.887937980863484, "W32": -93.307595069164066, "S32": -98.307595069164066 }, "geometry": { "type": "Point", "coordinates": [ 106548.0, 524246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9432984728116232, "S12": -9.1255182958687868, "W13": -14.870824460749315, "S13": -17.896588481012699, "W21": -39.759729763463085, "S21": -39.759729763463085, "W22": -35.467973487631753, "S22": -35.928229585388721, "W31": -73.78532339598506, "S31": -74.696582261233289, "W32": -97.298623306930082, "S32": -102.29862330693008 }, "geometry": { "type": "Point", "coordinates": [ 106548.512195121948025, 515714.268292682943866 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45750855766812948, "S11": -0.45750855766812948, "W12": -9.5371959336211596, "S12": -10.251922322897732, "W13": -14.913762156736253, "S13": -28.384406369205504, "W21": -40.150772269813139, "S21": -40.150772269813139, "W22": -34.575435446724661, "S22": -37.747856515439167, "W31": -66.979053413068172, "S31": -66.979053413068172, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106548.666666666671517, 514998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106548.765957446812536, 529968.851063829730265 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5578452291510143, "S11": -1.9704011943479538, "W12": -5.0, "S12": -5.0, "W13": -14.152563706399999, "S13": -17.622397368649786, "W21": -40.047737850808915, "S21": -40.843805082491528, "W22": -35.862033697929292, "S22": -36.350765192646762, "W31": -74.471991939486884, "S31": -75.317405357525189, "W32": -97.305564465673456, "S32": -102.30556446567346 }, "geometry": { "type": "Point", "coordinates": [ 106549.0, 497710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0518604350309353, "S12": -5.0518604350309353, "W13": -19.173173233976822, "S13": -19.173173233976822, "W21": -37.3763476022825, "S21": -37.3763476022825, "W22": -35.302828533214409, "S22": -37.971160242174449, "W31": -68.944402263830838, "S31": -68.944402263830838, "W32": -99.851103443390983, "S32": -104.85110344339098 }, "geometry": { "type": "Point", "coordinates": [ 106549.0, 522226.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43267265382236397, "S11": -0.43267265382236397, "W12": -9.7465179261353043, "S12": -10.540191155269721, "W13": -15.299234668405427, "S13": -26.590965999837472, "W21": -40.376351440208964, "S21": -40.376351440208964, "W22": -35.433220079022213, "S22": -37.646707694882323, "W31": -69.301633118239181, "S31": -69.301633118239181, "W32": -99.371055818079398, "S32": -104.3710558180794 }, "geometry": { "type": "Point", "coordinates": [ 106549.333333333328483, 514862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97126432607527258, "S11": -0.97126432607527258, "W12": -8.2774858137735361, "S12": -12.129269681405388, "W13": -25.009683838486552, "S13": -25.009683838486552, "W21": -30.0, "S21": -30.0, "W22": -38.079624919360349, "S22": -38.079624919360349, "W31": -70.254962156344149, "S31": -70.614354900170667, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106549.5, 508330.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17768989819890368, "S11": -2.5496789072042989, "W12": -4.3950334732781116, "S12": -4.3950334732781116, "W13": -12.532671628237054, "S13": -13.404031554132962, "W21": -38.230296890386953, "S21": -41.230296890386953, "W22": -35.943906333334354, "S22": -39.419609555401912, "W31": -63.528767203603387, "S31": -63.555380040383483, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106550.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71997181397221666, "S11": -0.71997181397221666, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.063507295051579, "W21": -40.326589576079471, "S21": -40.326589576079471, "W22": -40.0, "S22": -40.0, "W31": -54.490495631247619, "S31": -54.490495631247619, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106550.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71482968977500982, "S11": 0.71482968977500982, "W12": -10.0, "S12": -16.328422565576716, "W13": -25.0, "S13": -26.072839681637294, "W21": -41.29265664575648, "S21": -41.497573911663864, "W22": -47.186908047306943, "S22": -47.196908047306941, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106550.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14894658955038545, "S11": 0.14894658955038545, "W12": -13.020028277509629, "S12": -13.705774629922649, "W13": -14.840825899884562, "S13": -18.246306313552275, "W21": -39.173243814497077, "S21": -40.5663776519282, "W22": -40.0, "S22": -40.003296317711879, "W31": -70.926184238121891, "S31": -71.39939840657253, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106550.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79279143121675533, "S11": -0.8662306628384121, "W12": -8.140342330052933, "S12": -10.802681724901824, "W13": -24.271826089671993, "S13": -24.271826089671993, "W21": -30.0, "S21": -30.0, "W22": -39.942091326266279, "S22": -39.942091326266279, "W31": -71.86374745463408, "S31": -73.551110598930066, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106550.0, 507838.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36180944437050533, "S11": 0.36180944437050533, "W12": -10.0, "S12": -11.74026205367746, "W13": -14.933992227979275, "S13": -18.226146246235942, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -39.5108040227245, "S22": -39.511187556635193, "W31": -72.227914731540366, "S31": -72.590163970484383, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106550.75, 499598.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.061627906976744189, "S11": 0.061627906976744189, "W12": -12.878775004855314, "S12": -13.878775004855314, "W13": -14.870672788330362, "S13": -18.369345993117594, "W21": -38.57097165236852, "S21": -39.932080512515924, "W22": -38.698700283114462, "S22": -38.698700283114462, "W31": -70.882433296832076, "S31": -71.127603937609479, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106552.0, 500051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9791022084065677, "S11": -0.9791022084065677, "W12": -8.2306035594531863, "S12": -12.985331814078029, "W13": -25.039198671139815, "S13": -25.181678767641639, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -34.510606512381372, "S22": -34.510606512381372, "W31": -70.0, "S31": -70.942904088042951, "W32": -93.316385323807708, "S32": -98.316385323807708 }, "geometry": { "type": "Point", "coordinates": [ 106552.0, 508369.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6035677289799133, "S12": -5.1265053307593149, "W13": -15.331399991102099, "S13": -15.331399991102099, "W21": -38.446294840762789, "S21": -38.446294840762789, "W22": -40.189636180447778, "S22": -40.189636180447778, "W31": -57.354818041557891, "S31": -57.354818041557891, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106552.0, 524088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36344378967247803, "S11": -0.36344378967247803, "W12": -6.1159275325001152, "S12": -6.1159275325001152, "W13": -16.04236182575946, "S13": -16.04236182575946, "W21": -37.594017819546991, "S21": -40.42960109737885, "W22": -36.582581101986676, "S22": -36.582581101986676, "W31": -70.0, "S31": -70.638190202806115, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106553.0, 496845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.68155772661010661, "S11": 0.68155772661010661, "W12": -10.0, "S12": -16.759480656114008, "W13": -23.411980631052796, "S13": -23.411980631052796, "W21": -41.113150781035337, "S21": -41.386993633397715, "W22": -40.058177513984802, "S22": -40.058177513984802, "W31": -56.937519035923678, "S31": -56.937519035923678, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106553.0, 498818.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57129331168254127, "S11": 0.57129331168254127, "W12": -10.0, "S12": -11.697714839615388, "W13": -18.747837739066878, "S13": -21.766195641340012, "W21": -41.072247237823667, "S21": -41.072247237823667, "W22": -33.630378473860333, "S22": -33.630378473860333, "W31": -69.999999999999986, "S31": -71.08565799876439, "W32": -93.145330024190244, "S32": -98.145330024190244 }, "geometry": { "type": "Point", "coordinates": [ 106553.0, 499204.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.2440069704269385, "S12": -15.374806886446255, "W13": -25.0284277366423, "S13": -25.0284277366423, "W21": -30.0, "S21": -30.225923951044415, "W22": -34.317733483687718, "S22": -37.734771848863396, "W31": -66.406837144698031, "S31": -66.473131608944769, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106553.0, 505771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80831220206720955, "S11": -1.0035467790897437, "W12": -8.137825197310729, "S12": -10.962683247787229, "W13": -24.42812976416581, "S13": -24.42812976416581, "W21": -30.0, "S21": -30.0, "W22": -40.953823933648337, "S22": -40.953823933648337, "W31": -64.45748805186993, "S31": -64.45748805186993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106553.0, 507881.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41090575460737511, "S11": -0.41090575460737511, "W12": -9.9278991908032506, "S12": -10.859343601629256, "W13": -15.644374088715901, "S13": -26.640557363700562, "W21": -40.568759073225081, "S21": -40.568759073225081, "W22": -40.0, "S22": -40.0, "W31": -70.347161175880728, "S31": -70.347161175880728, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106553.0, 514743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48416475836431216, "S11": -5.4841647583643125, "W12": -5.4841647583643125, "S12": -7.3518305115498395, "W13": -12.584313521144107, "S13": -14.591527806858357, "W21": -40.0, "S21": -43.0, "W22": -40.0, "S22": -40.804241399057986, "W31": -80.0, "S31": -81.203991482855841, "W32": -96.450584981669991, "S32": -101.45058498166999 }, "geometry": { "type": "Point", "coordinates": [ 106553.5, 497165.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1229266232623585, "S11": -4.6479040532955329, "W12": -10.027533013092205, "S12": -13.317200510845563, "W13": -19.401795091346845, "S13": -19.401795091346845, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.520220030288947, "S31": -56.520220030288947, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106553.833333333328483, 504416.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -7.3953895281058353, "W13": -12.623579457979432, "S13": -14.682191702877381, "W21": -40.0, "S21": -43.0, "W22": -40.0, "S22": -40.0, "W31": -56.102921024654727, "S31": -56.102921024654727, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106554.0, 497173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46621008639344536, "S11": -0.46621008639344536, "W12": -9.4601109952516786, "S12": -10.143164275556101, "W13": -14.894888402750334, "S13": -29.510768185335863, "W21": -40.062172587627167, "S21": -40.062172587627167, "W22": -40.0, "S22": -40.0, "W31": -55.884832460004496, "S31": -55.884832460004496, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106554.0, 515046.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85681709131254902, "S11": -0.85681709131254902, "W12": -8.1718795673779354, "S12": -10.280930078413054, "W13": -24.867465698006242, "S13": -24.867465698006242, "W21": -30.0, "S21": -30.0, "W22": -30.465069881481408, "S22": -33.303375927725845, "W31": -70.0, "S31": -72.218970396540016, "W32": -93.465149582533201, "S32": -98.465149582533201 }, "geometry": { "type": "Point", "coordinates": [ 106554.666666666671517, 507995.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2904102178812924, "S11": -1.2904102178812924, "W12": -5.0, "S12": -5.0, "W13": -15.013389017745302, "S13": -18.013389017745304, "W21": -40.132633939883213, "S21": -40.436306680265183, "W22": -40.0, "S22": -40.0, "W31": -55.685622019020457, "S31": -55.685622019020457, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106555.0, 497806.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5898541079520139, "S12": -4.6959827173971425, "W13": -15.426777297239074, "S13": -15.426777297239074, "W21": -38.325343638826396, "S21": -38.325343638826396, "W22": -39.517387401700198, "S22": -39.517387401700198, "W31": -72.136901963715673, "S31": -72.154871953172361, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106555.0, 524043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.376832179161958, "S13": -18.95450245581873, "W21": -30.680708070807125, "S21": -30.680708070807125, "W22": -40.0, "S22": -40.0, "W31": -55.268323013386237, "S31": -55.268323013386237, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106555.142857142855064, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82777503887787329, "S11": -1.1448049613012845, "W12": -8.1353080645685232, "S12": -11.122684770672633, "W13": -24.584433438659623, "S13": -24.584433438659623, "W21": -30.0, "S21": -30.0, "W22": -36.673047653197834, "S22": -36.673047653197834, "W31": -70.0, "S31": -70.623196116307227, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106556.0, 507923.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94233891522132973, "S11": -0.94233891522132973, "W12": -8.2407515671181653, "S12": -9.0764838109902541, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -38.805462013635903, "S22": -38.805462013635903, "W31": -70.994549602618278, "S31": -71.221915933566208, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106556.333333333328483, 508199.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58317766328735243, "S11": -1.3331776632873524, "W12": -5.0, "S12": -6.2063592923952822, "W13": -21.00052952078369, "S13": -21.00052952078369, "W21": -25.952180280748838, "S21": -29.190762741757492, "W22": -34.519710533344202, "S22": -37.754565439470632, "W31": -67.002338460841102, "S31": -67.002338460841102, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 506973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9083577249158727, "S12": -14.649286806097045, "W13": -23.317275270006604, "S13": -23.317275270006604, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -54.851024007751505, "S31": -54.851024007751505, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 509489.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9413333718671453, "S12": -9.1301256452369053, "W13": -14.845432463514786, "S13": -17.844079001776109, "W21": -39.78124488056266, "S21": -39.78124488056266, "W22": -37.43825836530425, "S22": -42.93078879521147, "W31": -78.641480369697447, "S31": -78.641480369697447, "W32": -95.693392815727364, "S32": -100.69339281572736 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 515714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7009548808459725, "S12": -6.7009548808459725, "W13": -20.0, "S13": -24.667216839932657, "W21": -38.10398226869993, "S21": -38.10398226869993, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -54.433725002117299, "S31": -54.433725002117299, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 519730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7629634904482216, "S12": -5.7629634904482216, "W13": -20.0, "S13": -20.0, "W21": -43.557342270871771, "S21": -43.557342270871771, "W22": -47.141740380777385, "S22": -47.151740380777383, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 521150.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5254387990050766, "S12": -5.5254387990050766, "W13": -20.0, "S13": -20.0, "W21": -40.142967928261996, "S21": -40.142967928261996, "W22": -34.284079591452475, "S22": -34.284079591452475, "W31": -70.0, "S31": -70.962670704679283, "W32": -93.287443889485999, "S32": -98.287443889485999 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 521510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5644880590249275, "S12": -6.5644880590249279, "W13": -15.990517881269215, "S13": -15.990517881269215, "W21": -37.638546391063905, "S21": -37.638546391063905, "W22": -42.516321537968402, "S22": -42.5263215379684, "W31": -70.715574574481096, "S31": -70.715574574481096, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106557.0, 523773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51684682415485861, "S11": -0.51684682415485639, "W12": -5.0, "S12": -7.8309103194898517, "W13": -21.621025725913306, "S13": -23.660284163952248, "W21": -26.759302701287019, "S21": -31.78011510339384, "W22": -34.030263626647667, "S22": -34.030263626647667, "W31": -70.0, "S31": -71.041206737893518, "W32": -93.172218356815677, "S32": -98.172218356815677 }, "geometry": { "type": "Point", "coordinates": [ 106557.75, 506423.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50158353564334579, "S11": -0.50158353564334579, "W12": -6.3435806073618322, "S12": -6.3435806073618322, "W13": -20.0, "S13": -21.799367943053511, "W21": -39.379903462633401, "S21": -39.379903462633401, "W22": -35.628731347351945, "S22": -36.075189169359582, "W31": -74.116902752773896, "S31": -75.087183819286551, "W32": -97.355933979731503, "S32": -102.3559339797315 }, "geometry": { "type": "Point", "coordinates": [ 106557.75, 520271.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58731926214969854, "S11": -0.58731926214969854, "W12": -4.8815668145956606, "S12": -4.8815668145956606, "W13": -17.16335267621842, "S13": -20.333356437683655, "W21": -30.0, "S21": -30.0, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -71.353608418742766, "S31": -72.809748794851913, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106558.0, 502144.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62619877327448481, "S11": -1.9538358522024417, "W12": -5.0, "S12": -5.3434165511452516, "W13": -21.706976436325125, "S13": -21.706976436325125, "W21": -28.22020465721787, "S21": -30.020796604422635, "W22": -35.270761300404281, "S22": -37.84165925186096, "W31": -69.062284487643154, "S31": -69.062284487643154, "W32": -99.747926511311022, "S32": -104.74792651131102 }, "geometry": { "type": "Point", "coordinates": [ 106558.0, 507167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5761404869241145, "S12": -4.7389531291603735, "W13": -15.522154603376052, "S13": -15.522154603376052, "W21": -38.204392436889989, "S21": -38.204392436889989, "W22": -34.791600012462034, "S22": -38.722833568553064, "W31": -67.798461747669634, "S31": -67.798461747669634, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106558.0, 523998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3907083395942534, "S11": -1.3907083395942534, "W12": -5.0, "S12": -5.0, "W13": -15.130585140640177, "S13": -18.283319846024959, "W21": -40.095796153133648, "S21": -40.581877051018189, "W22": -35.92613624171463, "S22": -35.92613624171463, "W31": -70.0, "S31": -70.764270641612967, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106558.2, 497772.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7626281111416127, "S12": -8.7626281111416127, "W13": -14.81776786364869, "S13": -19.86431032061305, "W21": -40.181010125554145, "S21": -40.181010125554145, "W22": -36.878613615078997, "S22": -36.878613615078997, "W31": -70.0, "S31": -70.587693081317653, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106558.977272727279342, 516072.886363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84723787568851283, "S11": -1.052332549438705, "W12": -8.1327909318262925, "S12": -10.600188354430605, "W13": -24.740737113153209, "S13": -24.740737113153209, "W21": -30.0, "S21": -30.0, "W22": -39.347984190310022, "S22": -39.347984190310022, "W31": -71.890048071931943, "S31": -71.904037660827782, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106559.0, 507966.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0850336017436581, "S11": -2.5850336017436581, "W12": -10.579116385758452, "S12": -13.235442909543551, "W13": -29.45489628557646, "S13": -29.45489628557646, "W21": -37.594838195648911, "S21": -37.594838195648911, "W22": -30.0, "S22": -35.395034731660239, "W31": -70.0, "S31": -70.453994638319955, "W32": -94.692668673960739, "S32": -99.692668673960739 }, "geometry": { "type": "Point", "coordinates": [ 106559.0, 511791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40189124006805754, "S11": -0.40189124006805754, "W12": -10.0, "S12": -11.165939968404423, "W13": -15.773226471337326, "S13": -27.061574181302319, "W21": -40.640742004420176, "S21": -40.640742004420176, "W22": -33.599362878826874, "S22": -39.772941118975986, "W31": -70.0, "S31": -70.0, "W32": -95.287797317619621, "S32": -100.28779731761962 }, "geometry": { "type": "Point", "coordinates": [ 106559.0, 514694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98596896599803829, "S11": -0.98596896599803829, "W12": -8.1249880218481145, "S12": -15.127031378545501, "W13": -25.116367289433452, "S13": -25.546321715024796, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.215720629550191, "S22": -44.114431367870139, "W31": -80.0, "S31": -80.0, "W32": -95.838892754334992, "S32": -100.83889275433499 }, "geometry": { "type": "Point", "coordinates": [ 106559.666666666671517, 508464.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5673902784331899, "W12": -10.150269272963, "S12": -13.278495073419446, "W13": -30.0, "S13": -30.0, "W21": -36.510492862256349, "S21": -36.510492862256349, "W22": -35.120100749596148, "S22": -38.113871566801436, "W31": -68.750453284206003, "S31": -68.750453284206003, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106560.0, 511652.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5652980315000411, "S12": -4.5652980315000411, "W13": -17.67754044837621, "S13": -17.67754044837621, "W21": -38.231581584570122, "S21": -38.231581584570122, "W22": -30.08870892408126, "S22": -35.550708722510706, "W31": -70.0, "S31": -70.0, "W32": -94.783204814535694, "S32": -99.783204814535694 }, "geometry": { "type": "Point", "coordinates": [ 106560.333333333328483, 522964.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.4801433847490726, "W12": -5.0892445888480022, "S12": -19.902201231160578, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -31.093983540667789, "W22": -37.73807006414323, "S22": -43.135264001673747, "W31": -79.037641203886551, "S31": -79.037641203886551, "W32": -95.747213468123704, "S32": -100.7472134681237 }, "geometry": { "type": "Point", "coordinates": [ 106560.4, 505887.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9875978332251965, "S12": -14.646018320012605, "W13": -23.611589538558757, "S13": -23.611589538558757, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.73889311418754, "S22": -35.886653326330787, "W31": -72.708260791184799, "S31": -72.968367174163518, "W32": -97.47580371842426, "S32": -102.47580371842426 }, "geometry": { "type": "Point", "coordinates": [ 106560.571428571434808, 509413.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3454421573352775, "S12": -6.3454421573352775, "W13": -20.0, "S13": -21.644647549739975, "W21": -39.334874771532206, "S21": -39.334874771532206, "W22": -30.552789359199664, "S22": -36.081754224398324, "W31": -70.0, "S31": -70.0, "W32": -94.873740955110648, "S32": -99.873740955110648 }, "geometry": { "type": "Point", "coordinates": [ 106560.588235294111655, 520268.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42523980742723, "S11": -0.42523980742723, "W12": -9.8016700419104712, "S12": -10.609117118883661, "W13": -15.385410463863369, "S13": -27.508790837054708, "W21": -40.424731246232803, "S21": -40.424731246232803, "W22": -40.0, "S22": -40.0, "W31": -70.409770891768929, "S31": -70.409770891768929, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106560.666666666671517, 514822.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.3641320877688465, "W12": -5.0556596110659848, "S12": -18.791393705247629, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -31.530974053412315, "W22": -40.0, "S22": -40.0, "W31": -53.798028542676789, "S31": -53.798028542676789, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106561.0, 505946.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.419477377753015, "W13": -23.846451543412815, "S13": -23.846451543412815, "W21": -30.0, "S21": -30.0, "W22": -41.22905513994943, "S22": -41.236276365018746, "W31": -70.785274349847839, "S31": -70.927679690695356, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106561.0, 509194.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.562426865896215, "S12": -5.088520628038335, "W13": -15.617531909513026, "S13": -15.617531909513026, "W21": -38.08344123495359, "S21": -38.08344123495359, "W22": -40.306611331273473, "S22": -40.306611331273473, "W31": -57.808244314911178, "S31": -57.808244314911178, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106561.0, 523953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86670071249917646, "S11": -0.86670071249917646, "W12": -8.1302737990840885, "S12": -10.020216029864713, "W13": -24.897040787647022, "S13": -24.897040787647022, "W21": -30.0, "S21": -30.0, "W22": -37.075267835378227, "S22": -37.075267835378227, "W31": -70.0, "S31": -70.554853324663739, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106562.0, 508009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14105422711628737, "S11": -0.14105422711628737, "W12": -5.453665497474689, "S12": -5.453665497474689, "W13": -20.0, "S13": -20.0, "W21": -38.350468020368737, "S21": -38.350468020368737, "W22": -34.374974326415021, "S22": -37.805914458993392, "W31": -66.838524786551702, "S31": -66.838524786551702, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106562.2, 521619.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89537586006791758, "S11": -3.6192446428822391, "W12": -9.9832440046725672, "S12": -12.902752021024117, "W13": -20.28069236981468, "S13": -20.28069236981468, "W21": -30.0, "S21": -30.0, "W22": -36.103653882937905, "S22": -42.010337761567882, "W31": -75.952902661781323, "S31": -75.952902661781323, "W32": -95.603533539985094, "S32": -100.60353353998509 }, "geometry": { "type": "Point", "coordinates": [ 106562.833333333328483, 504633.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6252765672142138, "S11": -1.6252765672142138, "W12": -10.886376853736552, "S12": -12.955190107781952, "W13": -24.019725920380196, "S13": -40.026473676315604, "W21": -40.026473676315604, "S21": -40.026473676315604, "W22": -31.016869794317564, "S22": -36.612799726285225, "W31": -70.0, "S31": -70.0, "W32": -94.964277095685532, "S32": -99.964277095685532 }, "geometry": { "type": "Point", "coordinates": [ 106563.0, 512509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88395982843867771, "S11": -0.88395982843867771, "W12": -8.1360956835233367, "S12": -9.499160414674277, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -46.745607399751393, "S22": -46.755607399751391, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106563.5, 508048.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.2749402900927684, "S12": -15.827953097147144, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.247695467144098, "W22": -35.23869406759416, "S22": -37.712158261547479, "W31": -69.18016671145547, "S31": -69.18016671145547, "W32": -99.644749579231046, "S32": -104.64474957923105 }, "geometry": { "type": "Point", "coordinates": [ 106564.0, 505776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6756713529562506, "S11": -2.1045252189722738, "W12": -10.0, "S12": -15.971854610365629, "W13": -25.0, "S13": -25.0, "W21": -33.973815715776489, "S21": -35.270050415084633, "W22": -30.0, "S22": -35.235255444603069, "W31": -70.000000000000014, "S31": -71.311992188334145, "W32": -94.633153925016558, "S32": -99.633153925016558 }, "geometry": { "type": "Point", "coordinates": [ 106564.0, 510850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5487132448683156, "S12": -5.4380881269162957, "W13": -15.712909215650003, "S13": -15.712909215650003, "W21": -37.962490033017183, "S21": -37.962490033017183, "W22": -40.0, "S22": -40.769529730394723, "W31": -80.0, "S31": -81.326836879934234, "W32": -96.62444235255596, "S32": -101.62444235255596 }, "geometry": { "type": "Point", "coordinates": [ 106564.0, 523908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.67110491384696191, "S11": 0.67110491384696191, "W12": -10.0, "S12": -17.812793904324678, "W13": -23.856919712589818, "S13": -24.020836498816504, "W21": -41.120402174710783, "S21": -41.376585598582594, "W22": -35.819961257270343, "S22": -36.270633913926901, "W31": -72.11986062029402, "S31": -72.11986062029402, "W32": -97.550033556642418, "S32": -102.55003355664242 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 498842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7522727822394204, "S11": -4.7522727822394204, "W12": -9.111557976548049, "S12": -9.6774983416966638, "W13": -19.139130481997114, "S13": -20.285673458023307, "W21": -31.662878577561191, "S21": -32.92707829291296, "W22": -30.0, "S22": -35.034204828008363, "W31": -70.0, "S31": -71.547228742561003, "W32": -94.45271922138771, "S32": -99.45271922138771 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 503637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71326879082059258, "S11": -1.7132687908205926, "W12": -7.0440459110473457, "S12": -7.6007408137074739, "W13": -22.884233518665607, "S13": -22.884233518665607, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -31.480950229435965, "S22": -37.143845228172836, "W31": -70.0, "S31": -70.0, "W32": -95.036249578000792, "S32": -100.03624957800079 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 507490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90121894437817884, "S11": -0.90121894437817884, "W12": -8.1419175679625848, "S12": -8.978104799483841, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.970387205775573, "S22": -40.970387205775573, "W31": -64.858288863514545, "S31": -64.858288863514545, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 508088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3683966635773865, "S11": -2.559351516495405, "W12": -10.283325022439412, "S12": -13.186892043708099, "W13": -30.0, "S13": -30.0, "W21": -36.852362303281588, "S21": -36.852362303281588, "W22": -39.477770703812325, "S22": -39.478557928547033, "W31": -72.238478965054625, "S31": -72.781501631335857, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106565.0, 511693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -35.789489207072144, "S22": -36.157659094191978, "W31": -74.448482109562732, "S31": -75.340868287250672, "W32": -97.451782147087869, "S32": -102.45178214708787 }, "geometry": { "type": "Point", "coordinates": [ 106565.103448275855044, 530028.10344827582594 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.6290659245086103, "W12": -8.5908467745645591, "S12": -12.712802815122849, "W13": -23.175444102692865, "S13": -23.175444102692865, "W21": -30.0, "S21": -30.0, "W22": -34.401999959625634, "S22": -37.781939644809945, "W31": -67.003593896204393, "S31": -67.003593896204393, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106566.0, 505147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50918347660185637, "S11": -0.50918347660185503, "W12": -5.0, "S12": -8.015974492603501, "W13": -21.531642175757796, "S13": -23.575092943598822, "W21": -26.776743140029094, "S21": -31.777467624800845, "W22": -40.078775582888106, "S22": -40.078775582888106, "W31": -57.10906459773247, "S31": -57.10906459773247, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106566.0, 506425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91847806031768009, "S11": -0.91847806031768009, "W12": -8.1477394524018312, "S12": -8.4421390487691372, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -41.798663201816311, "S22": -41.806165517964381, "W31": -70.725458010427019, "S31": -70.725458010427019, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106566.5, 508127.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6348575259806177, "S11": -1.6348575259806177, "W12": -10.903495202093623, "S12": -12.938818262303021, "W13": -24.213013899286793, "S13": -40.169539427466802, "W21": -40.169539427466802, "S21": -40.169539427466802, "W22": -31.94503066455437, "S22": -37.674890730060447, "W31": -70.0, "S31": -70.0, "W32": -95.096123745511477, "S32": -100.09612374551148 }, "geometry": { "type": "Point", "coordinates": [ 106566.6, 512503.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91773932310902173, "S11": -0.91773932310902173, "W12": -8.1435740037026214, "S12": -8.4684983225724491, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -39.249393307756598, "S22": -44.249393307756598, "W31": -80.0, "S31": -80.050530381050464, "W32": -95.888961650227159, "S32": -100.88896165022716 }, "geometry": { "type": "Point", "coordinates": [ 106567.0, 508125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5349996238404162, "S12": -5.7876556257942564, "W13": -15.808286521786981, "S13": -15.808286521786981, "W21": -37.841538831080783, "S21": -37.841538831080783, "W22": -39.484750337536688, "S22": -39.485149204433711, "W31": -72.147344926106243, "S31": -72.343938762856567, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106567.0, 523863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23215899079874702, "S11": -2.858440103536668, "W12": -4.4212924322112936, "S12": -4.4212924322112936, "W13": -12.510426572896888, "S13": -13.462834684545125, "W21": -38.286509325088439, "S21": -41.286509325088439, "W22": -35.534985425519544, "S22": -41.626494441453417, "W31": -74.427075389222679, "S31": -74.427075389222679, "W32": -95.540425989012675, "S32": -100.54042598901268 }, "geometry": { "type": "Point", "coordinates": [ 106567.609375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75435278774046322, "S11": -0.75435278774046322, "W12": -5.0, "S12": -5.7872728613214113, "W13": -18.617302210081185, "S13": -21.349026576892495, "W21": -30.0, "S21": -31.946030450483629, "W22": -39.488365290874057, "S22": -39.488586277343259, "W31": -72.106967584420104, "S31": -72.14779415901998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106567.625, 503157.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93573717625718134, "S11": -0.93573717625718134, "W12": -8.1535613368410793, "S12": -8.4980616511088343, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.073102108427065, "S22": -39.624736959792216, "W31": -63.432945139655246, "S31": -63.432945139655246, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106568.0, 508167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0932263887330835, "S11": -1.1901991251240747, "W12": -8.8398572329568257, "S12": -14.029542987020506, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.0, "W22": -37.783308049401185, "S22": -37.783308049401185, "W31": -70.0, "S31": -70.428036451777814, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106568.0, 513183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35482371860114803, "S11": -2.5009053392977143, "W12": -8.3219464241828476, "S12": -14.14473330863952, "W13": -24.594840032642129, "S13": -24.594840032642129, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -32.15688482679279, "S22": -32.15688482679279, "W31": -70.0, "S31": -71.351913196056373, "W32": -93.246196741532614, "S32": -98.246196741532614 }, "geometry": { "type": "Point", "coordinates": [ 106569.0, 505420.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4900917884708673, "S11": -4.9309021637296482, "W12": -10.0, "S12": -16.70029314212568, "W13": -28.277257298031376, "S13": -28.277257298031376, "W21": -34.681830373655231, "S21": -34.681830373655231, "W22": -30.537458510994586, "S22": -32.903222190443103, "W31": -70.0, "S31": -72.144603079683066, "W32": -93.507536592086666, "S32": -98.507536592086666 }, "geometry": { "type": "Point", "coordinates": [ 106569.333333333328483, 511176.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60853031835228855, "S11": -2.0198900429650251, "W12": -5.0, "S12": -6.0266876779178524, "W13": -21.348954196452212, "S13": -21.348954196452212, "W21": -27.068791906302188, "S21": -29.5259503669491, "W22": -40.0, "S22": -40.0, "W31": -54.549036597590948, "S31": -54.549036597590948, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106570.0, 507068.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5281078219272595, "S12": -6.1440449437869606, "W13": -15.903663827923957, "S13": -15.903663827923957, "W21": -37.720587629144383, "S21": -37.720587629144383, "W22": -30.000000000000004, "S22": -34.498776396694424, "W31": -70.0, "S31": -72.816620577148086, "W32": -94.004579526342951, "S32": -99.004579526342951 }, "geometry": { "type": "Point", "coordinates": [ 106570.0, 523818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4564271526311101, "S11": -1.4564271526311101, "W12": -5.9223530550156545, "S12": -5.9223530550156545, "W13": -20.0, "S13": -20.0, "W21": -44.203288127236085, "S21": -44.203288127236085, "W22": -36.660079515738673, "S22": -36.660079515738673, "W31": -70.0, "S31": -70.637143319414889, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106570.571428571434808, 520910.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87803542495057585, "S11": -2.4638372907879535, "W12": -7.5285128937903707, "S12": -15.663406024249475, "W13": -24.878280952030455, "S13": -24.878280952030455, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.347448742912974, "S22": -37.809198127214387, "W31": -66.951272352577405, "S31": -66.951272352577405, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106570.8, 508689.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41780696103209608, "S11": -0.41780696103209608, "W12": -9.8568221576856452, "S12": -10.730242226592601, "W13": -15.471586259321358, "S13": -28.42661567427065, "W21": -40.473111052256655, "S21": -40.473111052256655, "W22": -40.835891969706971, "S22": -40.835891969706971, "W31": -61.138932258290026, "S31": -61.138932258290026, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106572.0, 514782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9685141521194351, "S12": -4.9685141521194351, "W13": -16.802925536274167, "S13": -16.802925536274167, "W21": -37.808723294320735, "S21": -37.808723294320735, "W22": -39.255389913261169, "S22": -39.255389913261169, "W31": -71.473920274812741, "S31": -71.629587019211996, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106572.0, 523387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59110260317076835, "S11": -0.59110260317076835, "W12": -4.9499833610649002, "S12": -4.9499833610649002, "W13": -17.032297739064326, "S13": -20.133261411162209, "W21": -30.0, "S21": -30.0, "W22": -37.916469025951052, "S22": -37.916469025951052, "W31": -70.120041645693902, "S31": -70.524296479990539, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106572.6, 501892.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5627120951084903, "S12": -4.5627120951084903, "W13": -17.672478791384023, "S13": -17.672478791384023, "W21": -38.193596259079349, "S21": -38.193596259079349, "W22": -31.007205590518463, "S22": -31.007205590518463, "W31": -70.0, "S31": -71.822107052485322, "W32": -93.365928840689975, "S32": -98.365928840689975 }, "geometry": { "type": "Point", "coordinates": [ 106573.0, 522970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67445550815665611, "S11": -0.67445550815665611, "W12": -5.0, "S12": -10.347540298603485, "W13": -23.280775193798515, "S13": -24.719844066810513, "W21": -29.443390211523514, "S21": -33.488821537428095, "W22": -30.0, "S22": -35.075476157546007, "W31": -70.0, "S31": -71.45561472286569, "W32": -94.573639176072462, "S32": -99.573639176072462 }, "geometry": { "type": "Point", "coordinates": [ 106573.166666666671517, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9397533301676955, "S12": -14.638971619283453, "W13": -23.504762227631222, "S13": -23.504762227631222, "W21": -30.0, "S21": -30.0, "W22": -38.28202729381897, "S22": -38.28202729381897, "W31": -70.491071040106888, "S31": -70.82812768894064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106573.5, 509449.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34963971349672074, "S11": 0.34963971349672074, "W12": -10.0, "S12": -10.0, "W13": -17.2586604417525, "S13": -19.10912087051495, "W21": -30.0, "S21": -30.0, "W22": -33.72521246365681, "S22": -33.72521246365681, "W31": -70.0, "S31": -71.099085398782549, "W32": -93.239473684210523, "S32": -98.239473684210523 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 501195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79770064893915349, "S11": -1.5571646105075896, "W12": -4.916939857779921, "S12": -6.5210160009622085, "W13": -21.517976736068668, "S13": -21.517976736068668, "W21": -30.0, "S21": -30.0, "W22": -35.206626834784039, "S22": -37.582657271234005, "W31": -69.298048935267772, "S31": -69.298048935267772, "W32": -99.541572647151085, "S32": -104.54157264715109 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 510104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49748701788646754, "S11": -0.64939711587028259, "W12": -9.0470906956900077, "S12": -15.630765456570185, "W13": -15.630765456570185, "S13": -19.73137037982583, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.472380607657129, "S31": -70.472380607657129, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 513541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38638353403703518, "S11": -0.38638353403703518, "W12": -10.385589915424468, "S12": -12.618638888568228, "W13": -15.980190469540918, "S13": -28.203906497981386, "W21": -40.756536064585653, "S21": -40.756536064585653, "W22": -38.429623525134893, "S22": -38.429623525134893, "W31": -70.643645651396341, "S31": -70.95491305482625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 514610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2623924078569853, "S11": -1.2623924078569853, "W12": -6.0104052119931692, "S12": -6.0104052119931692, "W13": -20.0, "S13": -20.0, "W21": -44.403334347360072, "S21": -44.403334347360072, "W22": -40.791730895831613, "S22": -40.791730895831613, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106574.0, 520778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47167055547296144, "S11": -0.47167055547296144, "W12": -9.3996884937220457, "S12": -10.075469630312771, "W13": -14.829383004374803, "S13": -29.41837906107309, "W21": -40.0, "S21": -40.0, "W22": -40.423586482099005, "S22": -40.423586482099005, "W31": -58.261670588264025, "S31": -58.261670588264025, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106575.25, 515077.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99028481875830643, "S11": -0.99028481875830643, "W12": -8.1549092208255889, "S12": -11.268553941037023, "W13": -25.058009688627546, "S13": -25.058009688627546, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -30.539676985598817, "S22": -32.869312200305124, "W31": -70.0, "S31": -72.135320361001178, "W32": -93.521993843037393, "S32": -98.521993843037393 }, "geometry": { "type": "Point", "coordinates": [ 106575.666666666671517, 508296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.9999999999999991, "W12": -4.9999999999999991, "S12": -6.1325448215641352, "W13": -12.542472489211223, "S13": -14.500817883757625, "W21": -39.841335333833456, "S21": -42.841335333833456, "W22": -34.720968759710765, "S22": -40.904801140237652, "W31": -72.253380703483941, "S31": -72.253380703483941, "W32": -95.448595893564132, "S32": -100.44859589356413 }, "geometry": { "type": "Point", "coordinates": [ 106576.0, 497141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -8.5564715732911303, "S12": -12.793277686949915, "W13": -23.156616126809098, "S13": -23.156616126809098, "W21": -30.0, "S21": -30.0, "W22": -34.133832644137136, "S22": -34.133832644137136, "W31": -70.0, "S31": -71.015276913066486, "W32": -93.398351984152072, "S32": -98.398351984152072 }, "geometry": { "type": "Point", "coordinates": [ 106576.0, 505149.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82845715837028477, "S11": -0.82845715837028477, "W12": -4.6640441183058714, "S12": -10.116742134674301, "W13": -21.663180023646888, "S13": -21.663180023646888, "W21": -30.0, "S21": -30.0, "W22": -39.933234850460124, "S22": -39.933234850460124, "W31": -56.114221609433848, "S31": -56.114221609433848, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106576.0, 509886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8104241659553939, "S11": -1.8104241659553939, "W12": -11.214989822622854, "S12": -12.053206068845022, "W13": -27.153286652553874, "S13": -42.153286652553874, "W21": -42.153286652553874, "S21": -42.153286652553874, "W22": -34.425832204133336, "S22": -37.691799442056734, "W31": -67.310464065894578, "S31": -67.310464065894578, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106576.0, 512252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0561752677920173, "S11": -1.677658875587551, "W12": -7.2464284163444521, "S12": -19.7340221625333, "W13": -23.415021141576524, "S13": -23.415021141576524, "W21": -30.0, "S21": -30.183456450895591, "W22": -34.337885373485584, "S22": -37.777066721729071, "W31": -67.076098323819764, "S31": -67.076098323819764, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106576.4, 510465.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.374812340310079, "S13": -18.860184756922596, "W21": -31.70277418807045, "S21": -31.70277418807045, "W22": -40.0, "S22": -40.916722289181564, "W31": -80.0, "S31": -81.340825345931606, "W32": -96.59202132946659, "S32": -101.59202132946659 }, "geometry": { "type": "Point", "coordinates": [ 106577.222222222218988, 500839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34277906646286671, "S11": 0.34277906646286671, "W12": -10.0, "S12": -11.717203705169821, "W13": -14.929258840520841, "S13": -18.22477216532435, "W21": -40.0, "S21": -40.060952313111954, "W22": -35.862089237443243, "S22": -39.503091463343573, "W31": -63.817908826955609, "S31": -63.831437705591178, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106577.5, 499607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7335911139063898, "S12": -5.7335911139063898, "W13": -20.0, "S13": -20.0, "W21": -43.214845583821941, "S21": -43.214845583821941, "W22": -39.481268394140208, "S22": -39.481268394140208, "W31": -72.018970087729087, "S31": -72.018970087729087, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106577.666666666671517, 521197.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79635455222801976, "S11": -1.5793425938689842, "W12": -4.9093626545070226, "S12": -6.4159416522920543, "W13": -21.520002187057433, "S13": -21.520002187057433, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.607167227736674, "S22": -37.607167227736674, "W31": -70.0, "S31": -70.4663879940356, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106577.888888888890506, 510105.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.0290221642764017, "W12": -9.52723701038801, "S12": -12.291924111908319, "W13": -21.820308413365975, "S13": -21.820308413365975, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -34.91569687048883, "W31": -70.0, "S31": -71.526283038496501, "W32": -94.514124427128294, "S32": -99.514124427128294 }, "geometry": { "type": "Point", "coordinates": [ 106578.0, 504905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.6499685386188143, "W12": -10.268492570060836, "S12": -12.997338738203153, "W13": -30.0, "S13": -30.0, "W21": -36.828131401317599, "S21": -36.828131401317599, "W22": -40.859417181180355, "S22": -40.859417181180355, "W31": -61.677754992659565, "S31": -61.677754992659565, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106578.0, 511683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6946072684642441, "S11": -1.6946072684642441, "W12": -10.967468740913056, "S12": -12.848819875912197, "W13": -25.0, "S13": -40.767277118633515, "W21": -40.767277118633515, "S21": -40.767277118633515, "W22": -40.0, "S22": -40.946477937674949, "W31": -80.0, "S31": -81.328562143893933, "W32": -96.582354465954509, "S32": -101.58235446595451 }, "geometry": { "type": "Point", "coordinates": [ 106578.0, 512477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15766023931862466, "S11": 0.15766023931862466, "W12": -8.3720642061918564, "S12": -8.6659765211876678, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -40.738540602809486, "S21": -40.891682403884758, "W22": -46.88766056719394, "S22": -46.897660567193938, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106578.5, 498465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4647003166997514, "S12": -6.4647003166997514, "W13": -20.0, "S13": -20.593901842033016, "W21": -38.675699836747192, "S21": -38.675699836747192, "W22": -46.52413915279093, "S22": -46.534139152790928, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106578.75, 520090.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35851829961354864, "S11": -0.35851829961354864, "W12": -6.4430175094578805, "S12": -6.4430175094578805, "W13": -16.347684355516606, "S13": -16.347684355516606, "W21": -37.616595953352792, "S21": -40.493702874813934, "W22": -46.16061773838792, "S22": -46.170617738387918, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106579.0, 496830.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99956645313734049, "S11": -0.9995664531373406, "W12": -8.1211503740004662, "S12": -12.162283316664473, "W13": -25.091833540894807, "S13": -25.243823890713966, "W21": -30.0, "S21": -30.0, "W22": -45.797096323984917, "S22": -45.807096323984915, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106579.6, 508335.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58798697388045662, "S11": 0.58798697388045662, "W12": -10.0, "S12": -10.82330581336187, "W13": -20.730221349316405, "S13": -23.430408575581623, "W21": -41.103378264472646, "S21": -41.103378264472646, "W22": -45.433574909581914, "S22": -45.443574909581912, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106579.833333333328483, 499165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.604720734361692, "S11": -2.604147140275419, "W12": -6.7783430164563034, "S12": -6.7783430164563034, "W13": -12.575812191645651, "S13": -15.575812191645651, "W21": -40.0, "S21": -41.571343879748433, "W22": -45.070053495178897, "S22": -45.080053495178895, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106580.0, 497572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63370815714893658, "S11": 0.63370815714893658, "W12": -10.0, "S12": -15.619052173497202, "W13": -22.084192439862544, "S13": -22.084192439862544, "W21": -41.046686544772136, "S21": -41.27619615450152, "W22": -44.706532080775894, "S22": -44.716532080775892, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106580.0, 498786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.343686541365585, "S13": -19.063053681230471, "W21": -30.0, "S21": -30.0, "W22": -44.343010666372884, "S22": -44.353010666372882, "W31": -70.4900157823472, "S31": -70.4900157823472, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106580.0, 501051.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14336490334829133, "S11": 0.14336490334829133, "W12": -9.1997354497354493, "S12": -9.1997354497354493, "W13": -17.210560040329305, "S13": -19.169806049995252, "W21": -30.0, "S21": -30.0, "W22": -43.979489251969881, "S22": -43.989489251969879, "W31": -70.516648714121672, "S31": -70.516648714121672, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106581.0, 501274.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3311600829826098, "S12": -5.3311600829826098, "W13": -20.0, "S13": -20.0, "W21": -37.744671640860538, "S21": -37.744671640860538, "W22": -43.61596783756687, "S22": -43.625967837566868, "W31": -70.54328164589613, "S31": -70.54328164589613, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106581.0, 521807.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45621215124634518, "S11": -0.45621215124634518, "W12": -9.5257113434044864, "S12": -10.269182345063861, "W13": -14.814281745102075, "S13": -29.814281745102075, "W21": -40.105330663573767, "S21": -40.105330663573767, "W22": -43.25244642316386, "S22": -43.262446423163858, "W31": -70.569914577670602, "S31": -70.569914577670602, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106582.0, 514993.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4900808389774962, "S12": -4.4900808389774971, "W13": -14.951710884080912, "S13": -14.951710884080912, "W21": -40.052915617853444, "S21": -40.052915617853444, "W22": -42.88892500876085, "S22": -42.898925008760848, "W31": -70.596547509445074, "S31": -70.596547509445074, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106582.0, 524753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.19259172658351, "W13": -16.583557941877977, "S13": -20.368808560269365, "W21": -30.0, "S21": -30.0, "W22": -42.52540359435784, "S22": -42.535403594357838, "W31": -70.623180441219532, "S31": -70.623180441219532, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106582.333333333328483, 500565.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1437472165736091, "S11": -3.9065758039660659, "W12": -10.0, "S12": -15.984896282161873, "W13": -26.534472422062333, "S13": -26.534472422062333, "W21": -34.104894028894421, "S21": -34.104894028894421, "W22": -42.161882179954837, "S22": -42.171882179954835, "W31": -70.649813372994004, "S31": -70.649813372994004, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106582.4, 510991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -14.477012719391743, "W13": -30.0, "S13": -30.0, "W21": -35.147213820602232, "S21": -35.147213820602232, "W22": -41.798360765551827, "S22": -41.808360765551825, "W31": -70.676446304768476, "S31": -70.676446304768476, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106584.0, 511443.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.53179616032764, "S12": -6.4837829920610908, "W13": -16.009366546366561, "S13": -16.009366546366561, "W21": -37.567473656404054, "S21": -37.567473656404054, "W22": -41.434839351148817, "S22": -41.444839351148815, "W31": -70.703079236542933, "S31": -70.741633992865403, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106584.0, 523770.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -41.071317936745814, "S22": -41.078598834719209, "W31": -70.729712168317405, "S31": -70.849166441522271, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106584.784210526311654, 530016.294736842159182 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.52425131915312, "W13": -23.844214971700083, "S13": -23.844214971700083, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.707796522342811, "S22": -40.714920033868857, "W31": -70.756345100091863, "S31": -70.95669889017914, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106586.0, 509288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70037260950030844, "S11": -1.0638115887594168, "W12": -5.0, "S12": -8.1129537273136325, "W13": -21.934320595635636, "S13": -21.934320595635636, "W21": -30.0, "S21": -31.782241471359104, "W22": -40.344275107939794, "S22": -40.351241233018484, "W31": -70.782978031866335, "S31": -71.064231338836009, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106586.0, 510172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59314401622717994, "S11": -1.2227976958806739, "W12": -5.0, "S12": -6.6820302968686489, "W13": -20.95463330685725, "S13": -20.954633306857247, "W21": -25.80016565417111, "S21": -28.963235892718334, "W22": -40.0, "S22": -40.006054337387219, "W31": -70.809610963640807, "S31": -71.171763787492878, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106586.2, 506958.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86679890944083859, "S11": -0.86679890944083859, "W12": -7.9614635096950437, "S12": -10.15879723803187, "W13": -24.689387035507082, "S13": -24.689387035507082, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -70.836243895415265, "S31": -71.279296236149733, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106586.333333333328483, 507974.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8363379945077991, "S12": -8.9010391416222188, "W13": -14.745202709701339, "S13": -17.019811412781625, "W21": -39.897710530851967, "S21": -39.897710530851967, "W22": -40.0, "S22": -40.0, "W31": -70.862876827189737, "S31": -71.386828684806602, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106586.5, 515910.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81727399953350444, "S11": -5.8172739995335041, "W12": -10.073525854761233, "S12": -12.466287292338514, "W13": -19.480031713060232, "S13": -19.707532306755031, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.889509758964195, "S31": -71.493600075023409, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106587.0, 504251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8443119210510384, "S11": -1.8443119210510384, "W12": -11.158382367607459, "S12": -11.158382367607459, "W13": -30.0, "S13": -30.155884885007993, "W21": -39.015366561087006, "S21": -39.015366561087006, "W22": -40.0, "S22": -40.0, "W31": -70.916142690738667, "S31": -71.600276260714836, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106587.0, 511967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69064868376279853, "S11": -0.69064868376279853, "W12": -5.4766661278820461, "S12": -5.4766661278820461, "W13": -20.0, "S13": -20.0, "W21": -39.55760077014957, "S21": -39.55760077014957, "W22": -40.0, "S22": -40.0, "W31": -70.942775622513139, "S31": -71.706952446406262, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106587.0, 521588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99250357653789834, "S11": -0.99250357653789834, "W12": -7.9617018558150292, "S12": -15.479624992033305, "W13": -25.210439348197745, "S13": -25.818689679638723, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.969408554287611, "S31": -71.813628632097661, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106587.333333333328483, 508500.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.121754158565565, "W21": -40.361909930651315, "S21": -40.361909930651315, "W22": -40.0, "S22": -40.0, "W31": -70.996041486062069, "S31": -71.920304817789045, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106588.0, 498088.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0622049649528975, "S11": 2.0622049649528975, "W12": -3.584019004739611, "S12": -6.584019004739611, "W13": -15.0, "S13": -15.0, "W21": -38.985115972329808, "S21": -38.985115972329808, "W22": -40.0, "S22": -40.0, "W31": -71.022674417836541, "S31": -72.026981003480444, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106588.0, 524336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7280372751385618, "S11": -1.7280372751385618, "W12": -10.051209082115768, "S12": -13.655204507649607, "W13": -19.397120702514812, "S13": -26.489450276028826, "W21": -39.850176037512426, "S21": -39.850176037512426, "W22": -40.0, "S22": -40.0, "W31": -71.048732485368404, "S31": -72.133082324929262, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106589.0, 512806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9711489354195173, "S12": -14.628656432469858, "W13": -23.692249185255836, "S13": -23.692249185255836, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -71.074697637271569, "S31": -72.239090730749382, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106590.0, 509410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59500673997871378, "S11": -0.59500673997871378, "W12": -4.9550378040762775, "S12": -4.9550378040762775, "W13": -17.177099493834834, "S13": -20.330793927830776, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -71.100662789174706, "S31": -72.306293855320646, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106590.333333333328483, 502172.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44077122248936573, "S11": -2.5592287775106342, "W12": -5.4379652503715858, "S12": -15.142389219158016, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -71.126627941077885, "S31": -72.360358247339832, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106591.0, 505746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48036989088218979, "S11": -2.5196301091178102, "W12": -5.382335093024448, "S12": -16.11233719254156, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.000000000000004, "S21": -30.186233670199588, "W22": -40.0, "S22": -40.0, "W31": -71.195974474265398, "S31": -72.457804020643351, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106591.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.328765311875352, "S12": -17.521710934382174, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -30.0, "S21": -30.381838897747851, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -71.273755818194672, "S31": -72.563684604688632, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106591.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58713908518613445, "S11": 0.58713908518613445, "W12": -10.0, "S12": -14.604524597161308, "W13": -20.833676975945114, "S13": -20.833676975945114, "W21": -40.994101864786813, "S21": -41.19951920924337, "W22": -40.0, "S22": -40.0, "W31": -71.351537162123947, "S31": -72.669565188733912, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106591.4, 498747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4799645959129908, "S12": -8.4799645959129908, "W13": -14.68682538643494, "S13": -21.901006896546644, "W21": -41.073338556106684, "S21": -41.073338556106684, "W22": -40.0, "S22": -40.0, "W31": -71.429318506053221, "S31": -72.775445772779193, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106591.525862068971037, 516625.900862068985589 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8099648300117168, "S11": -1.8099648300117168, "W12": -11.024975283512653, "S12": -12.823374563059735, "W13": -25.437076582061287, "S13": -41.037240918552683, "W21": -41.037240918552683, "S21": -41.037240918552683, "W22": -40.0, "S22": -40.0, "W31": -71.507099849982509, "S31": -72.881326356824488, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106592.2, 512463.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0703774335243343, "S11": 2.0703774335243343, "W12": -3.5614012523220624, "S12": -5.8447203530886354, "W13": -15.0, "S13": -15.0, "W21": -38.775590983451607, "S21": -38.775590983451607, "W22": -39.997761454255887, "S22": -39.997761454255887, "W31": -71.58488119391177, "S31": -72.987206940869754, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106592.5, 524257.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87441186933209181, "S11": -4.4130531367972479, "W12": -10.08930439798328, "S12": -11.337047103861458, "W13": -19.686030814876055, "S13": -21.016283314158116, "W21": -30.0, "S21": -30.0, "W22": -39.965963929481504, "S22": -39.965963929481504, "W31": -71.660155940180303, "S31": -73.090580927254294, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106592.636363636367605, 504047.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5772501878287004, "S11": -1.9000668686221351, "W12": -4.9661527006702935, "S12": -4.9661527006702935, "W13": -14.939303453599999, "S13": -18.251874640518523, "W21": -40.000824691400943, "S21": -40.814209070808758, "W22": -39.934166404707128, "S22": -39.934166404707128, "W31": -71.711961856064804, "S31": -73.170486083254801, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106593.0, 497721.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.2208071344369245, "S12": -19.544832708308881, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.802982801205435, "W22": -39.902368879932752, "S22": -39.902368879932752, "W31": -71.763767771949276, "S31": -73.250391239255279, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106593.2, 505855.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0451969472913083, "S12": -5.0451969472913083, "W13": -19.150870909211825, "S13": -19.150870909211825, "W21": -36.900872464037477, "S21": -36.900872464037477, "W22": -39.870571355158383, "S22": -39.870571355158383, "W31": -71.815573687833762, "S31": -73.330296395255772, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106593.2, 522242.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57310472301920101, "S11": -0.57310472301920101, "W12": -6.3265341922645586, "S12": -6.3265341922645586, "W13": -20.0, "S13": -25.107158198330879, "W21": -39.544380689862535, "S21": -39.544380689862535, "W22": -39.838773830384, "S22": -39.838773830384, "W31": -71.867379603718234, "S31": -73.41020155125625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106594.375, 520302.125 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -4.4570639244879775, "W12": -10.0, "S12": -16.253733089277688, "W13": -28.903852681602029, "S13": -28.903852681602029, "W21": -34.492411540566323, "S21": -34.492411540566323, "W22": -39.806976305609631, "S22": -39.806976305609631, "W31": -71.919185519602721, "S31": -73.490106707256743, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106595.166666666671517, 511215.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5243154428482013, "S12": -5.5243154428482013, "W13": -20.0, "S13": -20.0, "W21": -40.274698566071798, "S21": -40.274698566071798, "W22": -39.775178780835247, "S22": -39.775178780835247, "W31": -71.970991435487207, "S31": -73.570011863257236, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106595.333333333328483, 521517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1712732007742388, "S11": -3.943533875532657, "W12": -10.150203917656235, "S12": -13.549500534525269, "W13": -19.240686587754002, "S13": -19.240686587754002, "W21": -30.0, "S21": -30.0, "W22": -39.743381256060871, "S22": -39.743381256060871, "W31": -72.022797351371679, "S31": -73.649917019257714, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106596.0, 504427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47713102455247752, "S11": -0.47713102455247752, "W12": -9.3392659921924146, "S12": -10.007774985069442, "W13": -14.763877605999273, "S13": -29.325989936810316, "W21": -40.0, "S21": -40.0, "W22": -39.711583731286495, "S22": -39.711583731286495, "W31": -72.074603267256165, "S31": -73.729822175258207, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106596.5, 515108.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.679786206512119, "S22": -39.679786206512119, "W31": -72.126409183140638, "S31": -73.809727331258685, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106597.080769230771693, 530034.146153846173547 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60036913142753456, "S11": -0.60036913142753456, "W12": -4.9269217970049874, "S12": -4.9269217970049874, "W13": -17.052367502792844, "S13": -20.137366670457421, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.647988681737743, "S22": -39.647988681737743, "W31": -72.143103903635264, "S31": -73.830663413519673, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106597.2, 501932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7796486576684618, "S12": -5.7796486576684618, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -43.953425561121527, "S21": -43.953425561121527, "W22": -39.616191156963374, "S22": -39.616191156963374, "W31": -72.155619434633962, "S31": -73.712983610540334, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106597.5, 521130.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.584393632188991, "S22": -39.584393632188991, "W31": -72.16813496563266, "S31": -73.595303807560995, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106597.957446808504756, 529969.063829787191935 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32920451432360676, "S11": 0.32920451432360676, "W12": -10.0, "S12": -12.082574618003324, "W13": -14.939302732832353, "S13": -18.221376869187679, "W21": -40.025894210246612, "S21": -40.025894210246612, "W22": -39.552596107414615, "S22": -39.552596107414615, "W31": -72.180650496631358, "S31": -73.477624004581656, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106598.0, 499584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32214716525934861, "S11": -0.55612254306028663, "W12": -11.511900705449696, "S12": -16.511900705449698, "W13": -16.550171744749935, "S13": -34.173331676718732, "W21": -41.117797238305727, "S21": -41.117797238305727, "W22": -39.536073532111075, "S22": -39.537766198251845, "W31": -72.193166027630056, "S31": -73.359944201602318, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106598.0, 514370.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5354844987280467, "S12": -5.4470078437788843, "W13": -16.115069264809289, "S13": -16.115069264809289, "W21": -37.414359683663591, "S21": -37.414359683663591, "W22": -39.523918663827565, "S22": -39.525456632113325, "W31": -72.205681558628754, "S31": -73.242264398622979, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106598.0, 523723.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -6.6961901953891063, "W13": -12.838263089829891, "S13": -15.19572849827081, "W21": -40.0, "S21": -42.986506977285707, "W22": -39.511763795544063, "S22": -39.513147065974806, "W31": -72.218197089627452, "S31": -73.124584595643626, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106598.25, 497184.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9309071044350876, "S12": -9.1503774960333786, "W13": -14.721796168561683, "S13": -16.569515557401626, "W21": -39.883078528841899, "S21": -39.883078528841899, "W22": -39.499608927260546, "S22": -39.50083749983628, "W31": -72.230712620626164, "S31": -73.006904792664301, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106598.292682926825364, 515714.439024390245322 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5477750445762527, "S11": 0.5477750445762527, "W12": -10.0, "S12": -14.254081741543057, "W13": -20.0, "S13": -20.0, "W21": -40.959045411463265, "S21": -41.144787199634649, "W22": -39.487454058977043, "S22": -39.48852793369776, "W31": -72.234077329477827, "S31": -72.880074167537927, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106599.0, 498721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33234925606891147, "S11": -3.4263744069945217, "W12": -4.4695930727334616, "S12": -4.4695930727334616, "W13": -12.469509093109705, "S13": -13.633328301304404, "W21": -38.389906287942182, "S21": -41.389906287942182, "W22": -39.475299190693534, "S22": -39.47621841133212, "W31": -72.201415560409373, "S31": -72.717217064491436, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106600.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77251862291121409, "S11": -0.77251862291121409, "W12": -5.0, "S12": -5.0, "W13": -14.999999999999998, "S13": -15.406450664183126, "W21": -40.261203329290353, "S21": -40.261203329290353, "W22": -39.463144322410024, "S22": -39.463908957669616, "W31": -72.168753791340919, "S31": -72.554359961444945, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106600.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66353469439809554, "S11": 0.66353469439809554, "W12": -10.0, "S12": -16.166481897087852, "W13": -25.000000000000004, "S13": -26.357092097782836, "W21": -41.227270398967363, "S21": -41.352925808210223, "W22": -39.462330579447837, "S22": -39.462940629328429, "W31": -72.136092022272464, "S31": -72.391502858398454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106600.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082991942731175994, "S11": 0.082991942731175994, "W12": -12.038116132806788, "S12": -12.667745762436418, "W13": -14.892966733130443, "S13": -18.009303531921976, "W21": -38.72829168220813, "S21": -39.975015090872731, "W22": -39.466215683009615, "S22": -39.466671147511214, "W31": -72.103430253204024, "S31": -72.228645755351963, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106600.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.360442827123161, "S12": -17.72491899760395, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.376398188064936, "W22": -39.4701007865714, "S22": -39.470401665694006, "W31": -72.07076848413557, "S31": -72.07076848413557, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106600.0, 505800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99500449821804815, "S11": -0.99500449821804815, "W12": -7.9744632823411274, "S12": -10.386762936646548, "W13": -25.106335538768501, "S13": -25.106335538768501, "W21": -30.0, "S21": -30.0, "W22": -39.473985890133186, "S22": -39.47413218387679, "W31": -72.03810671506713, "S31": -72.03810671506713, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106601.833333333328483, 508261.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02070988223450429, "S11": 0.02070988223450429, "W12": -7.2813405520817449, "S12": -7.2813405520817449, "W13": -15.0, "S13": -15.0, "W21": -40.648878975568302, "S21": -40.724887040084432, "W22": -39.477870993694964, "S22": -39.477870993694964, "W31": -72.005444945998661, "S31": -72.005444945998661, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106602.0, 498404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77368651075437966, "S11": -1.2742107506065938, "W12": -7.7288317256162902, "S12": -9.115496913922458, "W13": -23.41580619539317, "S13": -23.41580619539317, "W21": -30.0, "S21": -30.426360109322253, "W22": -39.477095299545937, "S22": -39.477095299545937, "W31": -71.965261293075812, "S31": -71.965261293075812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106602.0, 507634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79712272983565036, "S11": -0.79712272983565036, "W12": -4.6174777571701204, "S12": -11.097398689338243, "W13": -21.856562185180536, "S13": -21.856562185180536, "W21": -30.0, "S21": -30.0, "W22": -39.454452021520368, "S22": -39.454452021520368, "W31": -71.919313556028484, "S31": -71.919313556028484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106602.0, 509847.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97602080742773034, "S11": -3.4746781758698706, "W12": -9.978753521610674, "S12": -12.755753805453084, "W13": -20.258520432985289, "S13": -20.258520432985289, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.415245146573056, "S22": -39.415245146573056, "W31": -71.873365818981156, "S31": -71.88944051519735, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106602.666666666671517, 504647.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52809302427131188, "S11": 0.52809302427131188, "W12": -10.0, "S12": -14.078860313733932, "W13": -19.689125936639932, "S13": -19.689125936639932, "W21": -40.941517184801491, "S21": -41.117421194830293, "W22": -39.377650487032426, "S22": -39.377650487032426, "W31": -71.827418081933843, "S31": -71.863128488252514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106602.8, 498708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9049064609965036, "S12": -8.7465736671597121, "W13": -21.102927244372729, "S13": -23.172217710004666, "W21": -26.826435405677, "S21": -31.742469027397487, "W22": -39.24370112442962, "S22": -39.24370112442962, "W31": -71.781470344886515, "S31": -71.836816461307663, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106603.5, 506434.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5343066120606981, "S12": -5.5343066120606981, "W13": -20.0, "S13": -20.0, "W21": -40.449824398766339, "S21": -40.449824398766339, "W22": -39.122763784576449, "S22": -39.122763784576449, "W31": -71.735522607839187, "S31": -71.810504434362812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106603.5, 521503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3630740707143181, "S12": -6.3630740707143181, "W13": -20.0, "S13": -20.676600537119711, "W21": -39.297819947893721, "S21": -39.297819947893721, "W22": -39.189067046281671, "S22": -39.189067046281671, "W31": -71.689574870791859, "S31": -71.784192407417962, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106603.941176470587379, 520248.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83527406617573563, "S11": -5.805313976514153, "W12": -10.095075753294459, "S12": -12.280466870802009, "W13": -19.467524399235717, "S13": -19.838565756178042, "W21": -30.0, "S21": -30.0, "W22": -39.255370307986894, "S22": -39.255370307986894, "W31": -71.643627133744545, "S31": -71.757880380473125, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106604.0, 504211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3705038816299475, "S11": -5.3705038816299471, "W12": -10.0, "S12": -15.916379416471747, "W13": -27.994604316546766, "S13": -27.994604316546766, "W21": -34.182524807795254, "S21": -34.182524807795254, "W22": -39.321673569692123, "S22": -39.321673569692123, "W31": -71.597679396697217, "S31": -71.731568353528274, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106604.0, 511124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.429231855747485, "S11": -1.429231855747485, "W12": -4.9670050596680211, "S12": -5.2950948676441127, "W13": -15.275886138622036, "S13": -18.293625072932624, "W21": -40.04040280986284, "S21": -40.577912216513838, "W22": -39.300973836025264, "S22": -39.300973836025264, "W31": -71.533054019139271, "S31": -71.686578686072806, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106604.4, 497777.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.371277443380137, "S13": -19.123469094277482, "W21": -30.0, "S21": -30.0, "W22": -39.195213892319885, "S22": -39.195213892319885, "W31": -71.426112579240467, "S31": -71.599272956276479, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106604.571428571434808, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35359280955461919, "S11": -0.35359280955461919, "W12": -6.770107486415645, "S12": -6.770107486415645, "W13": -16.65530690194927, "S13": -16.65530690194927, "W21": -37.639174087158594, "S21": -40.557804652249018, "W22": -39.089453948614505, "S22": -39.089453948614505, "W31": -71.319171139341663, "S31": -71.511967226480152, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106605.0, 496816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91712069724617684, "S11": -0.91712069724617684, "W12": -7.8792263470720059, "S12": -8.6986007163959211, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.983694004909118, "S22": -38.983694004909118, "W31": -71.212229699442858, "S31": -71.424661496683825, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106605.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58320551652796926, "S11": 0.58320551652796926, "W12": -10.0, "S12": -10.131848125524051, "W13": -23.200817220322282, "S13": -25.528811345772375, "W21": -41.134509291121603, "S21": -41.134509291121603, "W22": -38.877934061203739, "S22": -38.877934061203739, "W31": -71.105288259544068, "S31": -71.337355766887526, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106606.666666666671517, 499126.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.319562244030696, "S13": -19.170624245329993, "W21": -30.0, "S21": -30.0, "W22": -38.772174117498359, "S22": -38.772174117498359, "W31": -70.998346819645263, "S31": -71.250050037091199, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106606.666666666671517, 501086.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0148933356655863, "S11": -1.0148933356655863, "W12": -7.9559193218357347, "S12": -11.283456952537513, "W13": -25.144468410649722, "S13": -25.30596901378598, "W21": -30.0, "S21": -30.0, "W22": -38.66641417379298, "S22": -38.66641417379298, "W31": -70.891405379746459, "S31": -71.162744307294872, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106607.2, 508301.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5746821879661992, "S12": -4.5746821879661992, "W13": -17.713688173175427, "S13": -17.713688173175427, "W21": -38.002372222553987, "S21": -38.002372222553987, "W22": -38.560654230087593, "S22": -38.560654230087593, "W31": -70.784463939847655, "S31": -71.075438577498545, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106607.666666666671517, 522956.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.091933718930748753, "S11": -0.091933718930748753, "W12": -10.0, "S12": -10.0, "W13": -17.107918757060773, "S13": -18.762925512803154, "W21": -30.460150914408487, "S21": -30.460150914408487, "W22": -38.454894286382213, "S22": -38.454894286382213, "W31": -70.67752249994885, "S31": -70.988132847702218, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106608.0, 500721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2984498503568416, "W12": -10.0, "S12": -15.534330658812843, "W13": -30.0, "S13": -30.0, "W21": -34.584594143890854, "S21": -34.584594143890854, "W22": -38.349134342676834, "S22": -38.349134342676834, "W31": -70.570581060050046, "S31": -70.900827117905891, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106608.0, 511314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38421230398069967, "S11": -0.38421230398069967, "W12": -10.278483566377195, "S12": -12.51393380334402, "W13": -15.840868363433135, "S13": -31.267565587961233, "W21": -40.680020557453105, "S21": -40.680020557453105, "W22": -38.243374398971454, "S22": -38.243374398971454, "W31": -70.463639620151255, "S31": -70.813521388109578, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106608.0, 514623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7509084238654768, "S12": -8.7509084238654768, "W13": -14.668866975293815, "S13": -20.23614117099963, "W21": -40.274688262447334, "S21": -40.274688262447334, "W22": -38.137614455266075, "S22": -38.137614455266075, "W31": -70.356698180252451, "S31": -70.726215658313251, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106608.742424242431298, 516071.712121212098282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -8.9774555358243706, "S12": -12.775984182143002, "W13": -22.35023259820813, "S13": -22.35023259820813, "W21": -30.0, "S21": -30.0, "W22": -38.031854511560695, "S22": -38.031854511560695, "W31": -70.249756740353646, "S31": -70.638909928516924, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106609.0, 505022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40758926323210953, "S11": -3.2887245413278743, "W12": -5.0, "S12": -15.073498416541467, "W13": -25.0, "S13": -25.87523610084591, "W21": -30.0, "S21": -33.057283973534517, "W22": -37.926094567855316, "S22": -37.926094567855316, "W31": -70.142815300454842, "S31": -70.551604198720597, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106609.0, 506163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9645947420029666, "S12": -14.617388929535739, "W13": -23.739978750587891, "S13": -23.739978750587891, "W21": -30.0, "S21": -30.0, "W22": -37.820334624149929, "S22": -37.820334624149929, "W31": -70.035873860556038, "S31": -70.46429846892427, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106609.0, 509404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88160054434496493, "S11": -3.2806942804622676, "W12": -7.1780045309933076, "S12": -15.601321021402347, "W13": -24.910370627589462, "S13": -24.910370627589462, "W21": -30.0, "S21": -30.0, "W22": -37.714574680444549, "S22": -37.714574680444549, "W31": -70.0, "S31": -70.448060318470709, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106609.2, 508716.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57582245564812751, "S11": -0.57582245564812751, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -15.0, "W21": -40.30671451331672, "S21": -40.30671451331672, "W22": -37.60881473673917, "S22": -37.60881473673917, "W31": -70.0, "S31": -70.467696028573187, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106611.0, 498062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76158461036843839, "S11": -0.76158461036843839, "W12": -5.0, "S12": -5.6478458149319328, "W13": -18.625890769558726, "S13": -21.125509570815922, "W21": -30.0, "S21": -31.788480849558166, "W22": -37.503054793033783, "S22": -37.503054793033783, "W31": -70.0, "S31": -70.487331738675664, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106611.25, 503179.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4533263227773592, "S12": -6.4533263227773592, "W13": -20.0, "S13": -20.359236130176068, "W21": -38.823172596456217, "S21": -38.823172596456217, "W22": -37.397294849328404, "S22": -37.397294849328404, "W31": -70.0, "S31": -70.506967448778141, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106611.5, 520112.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14697761807697871, "S11": 0.14697761807697871, "W12": -8.4224874180265363, "S12": -9.8047828662253629, "W13": -15.0, "S13": -15.0, "W21": -40.715019225923996, "S21": -40.859777290440128, "W22": -37.291534905623024, "S22": -37.291534905623024, "W31": -70.0, "S31": -70.526603158880619, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106612.0, 498486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45965080210475445, "S11": -0.45965080210475445, "W12": -9.4236896119460543, "S12": -15.0, "W13": -15.0, "S13": -22.532165448938489, "W21": -40.001237732730466, "S21": -40.001237732730466, "W22": -37.185774961917645, "S22": -37.185774961917645, "W31": -70.0, "S31": -70.546238868983096, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106612.0, 513686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5391728371284272, "S12": -4.6386295357234406, "W13": -16.220771983251893, "S13": -16.220771983251893, "W21": -37.261245710923262, "S21": -37.261245710923262, "W22": -37.080015018212258, "S22": -37.080015018212258, "W31": -70.0, "S31": -70.565874579085573, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106612.0, 523676.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0517936388455098, "S11": -3.2680703481942386, "W12": -10.0, "S12": -15.301651175674012, "W13": -26.089494163424124, "S13": -26.089494163424124, "W21": -33.681716749294552, "S21": -33.951141975478691, "W22": -36.974255074506878, "S22": -36.974255074506878, "W31": -70.0, "S31": -70.585510289188051, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106613.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5921975774736072, "W12": -10.280921511917821, "S12": -12.479947099761738, "W13": -30.0, "S13": -30.0, "W21": -36.89541851556978, "S21": -36.89541851556978, "W22": -36.868495130801499, "S22": -36.868495130801499, "W31": -70.0, "S31": -70.605145999290528, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106613.0, 511673.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88746582807725982, "S11": -4.554180864167118, "W12": -10.114722186544736, "S12": -11.309253230673413, "W13": -19.641305547407061, "S13": -20.784771352152525, "W21": -30.0, "S21": -30.065132662206359, "W22": -36.762735187096119, "S22": -36.762735187096119, "W31": -70.0, "S31": -70.624781709393005, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.0, 504034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66042825167868702, "S11": -2.9308969134516962, "W12": -9.864305365144503, "S12": -12.337729915249724, "W13": -21.103969200510534, "S13": -21.103969200510534, "W21": -30.0, "S21": -30.0, "W22": -36.65697524339074, "S22": -36.65697524339074, "W31": -70.0, "S31": -70.644417419495483, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.0, 504797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4740013242109911, "S11": -1.4740013242109911, "W12": -5.9321669379657473, "S12": -5.9321669379657473, "W13": -20.0, "S13": -20.0, "W21": -44.138633565801335, "S21": -44.138633565801335, "W22": -36.551215299685353, "S22": -36.551215299685353, "W31": -70.0, "S31": -70.66405312959796, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.0, 520902.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45674223659751323, "S11": 0.45674223659751323, "W12": -10.0, "S12": -13.641953214879125, "W13": -18.756503746559812, "S13": -18.756503746559812, "W21": -40.888932504816175, "S21": -41.035323180417237, "W22": -36.445455355979973, "S22": -36.445455355979973, "W31": -70.0, "S31": -70.683688839700437, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.2, 498669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -36.351480091716034, "S22": -36.351480091716034, "W31": -70.0, "S31": -70.701136570677221, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106614.919540229879203, 530028.14176245208364 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.534121422125166, "W13": -18.383116092094042, "S13": -21.426945266964275, "W21": -40.955742794878695, "S21": -40.955742794878695, "W22": -36.257504827452088, "S22": -36.257504827452088, "W31": -70.0, "S31": -70.718584301653991, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106615.0, 499254.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43793537286950907, "S11": 0.43793537286950907, "W12": -9.9999999999999982, "S12": -14.966360543347573, "W13": -15.0, "S13": -18.118884299031254, "W21": -40.674875852325712, "S21": -40.674875852325712, "W22": -36.163529563188149, "S22": -36.163529563188149, "W31": -70.0, "S31": -70.736032032630774, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106615.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0368960265817526, "S11": -2.2527309391949348, "W12": -7.7984156897818382, "S12": -15.715191835456526, "W13": -25.304511406962114, "S13": -26.044820072019721, "W21": -30.0, "S21": -30.0, "W22": -36.069554298924331, "S22": -36.069554298924331, "W31": -70.0, "S31": -70.75347976360753, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106615.0, 508536.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66904695248760193, "S11": -5.6690469524876015, "W12": -5.6690469524876015, "S12": -6.4584129960971159, "W13": -13.310311275752136, "S13": -16.310311275752134, "W21": -40.0, "S21": -42.652798953268551, "W22": -35.975579034660385, "S22": -35.975579034660385, "W31": -70.0, "S31": -70.770927494584299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 497266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.338450612680845, "S13": -19.187040777188358, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -35.881603770396445, "S22": -35.881603770396445, "W31": -70.0, "S31": -70.788375225561083, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 501053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.060881946841560231, "S11": 0.060881946841560231, "W12": -8.7896825396825395, "S12": -8.7896825396825395, "W13": -17.185499250931009, "S13": -19.302905314374765, "W21": -30.0, "S21": -30.0, "W22": -35.787628506132506, "S22": -35.787628506132506, "W31": -70.0, "S31": -70.805822956537853, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 501310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67928958704617914, "S11": -1.679289587046179, "W12": -5.4393113342898136, "S12": -6.1797222652158377, "W13": -21.947842202806459, "S13": -21.947842202806459, "W21": -28.984302361503072, "S21": -29.961763019134914, "W22": -35.586684613092281, "S22": -35.586684613092281, "W31": -70.0, "S31": -70.843130805732571, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 507230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7298997476028695, "S11": -1.7298997476028695, "W12": -9.9191999753649061, "S12": -13.529796283246368, "W13": -19.38691791328333, "S13": -24.696411621676745, "W21": -39.82562187379952, "S21": -39.82562187379952, "W22": -40.0, "S22": -40.716901340286661, "W31": -80.0, "S31": -81.426856838734878, "W32": -96.824717936124642, "S32": -101.82471793612464 }, "geometry": { "type": "Point", "coordinates": [ 106616.0, 512837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65462985776395288, "S11": -0.65462985776395288, "W12": -5.0, "S12": -5.8514504294783514, "W13": -17.914929138251033, "S13": -21.011548373689383, "W21": -30.0, "S21": -31.670577856197603, "W22": -38.320968334255504, "S22": -38.637006517961851, "W31": -78.585262259434643, "S31": -79.897460786949438, "W32": -97.227315515900628, "S32": -102.22731551590063 }, "geometry": { "type": "Point", "coordinates": [ 106617.0, 502718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78350569030196926, "S11": -1.2835056903019693, "W12": -7.6334892331676905, "S12": -9.0081649178333958, "W13": -23.422425205189302, "S13": -23.422425205189302, "W21": -30.0, "S21": -30.464898328156782, "W22": -35.744588687915787, "S22": -36.121818000641206, "W31": -72.493400207933576, "S31": -72.645171952066107, "W32": -97.628958645624436, "S32": -102.62895864562444 }, "geometry": { "type": "Point", "coordinates": [ 106617.0, 507635.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38570673453406423, "S11": -3.7288343544221485, "W12": -4.4953161345455577, "S12": -4.4953161345455577, "W13": -12.44771801849077, "S13": -13.667404593974197, "W21": -38.444971530098734, "S21": -41.444971530098734, "W22": -34.990788921318725, "S22": -37.921733533292077, "W31": -68.901885014747918, "S31": -68.901885014747918, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106617.25, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48259149363199361, "S11": -0.48259149363199361, "W12": -9.2788434906627835, "S12": -9.9400803398261139, "W13": -14.698372207623741, "S13": -29.23360081254754, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -37.399998014813306, "S22": -40.052854721396891, "W31": -61.408544425334377, "S31": -61.408544425334377, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106617.75, 515139.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0364595545134891, "S11": -2.0364595545134891, "W12": -11.146455364931661, "S12": -12.707930863816737, "W13": -26.412419258535476, "S13": -41.656222403338347, "W21": -41.656222403338347, "S21": -41.656222403338347, "W22": -40.175036586893626, "S22": -40.175036586893626, "W31": -57.502697248990145, "S31": -57.502697248990145, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106617.8, 512424.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87678072756916103, "S11": -0.87678072756916103, "W12": -7.7510474520120818, "S12": -10.036664397649766, "W13": -24.580288588827109, "S13": -24.580288588827109, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -41.790001, "S22": -41.790001, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106618.0, 507953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0482713252201223, "S11": -1.7504922045070237, "W12": -6.9781579747275178, "S12": -19.08463429579691, "W13": -23.248139061547, "S13": -23.248139061547, "W21": -30.0, "S21": -30.312141183654237, "W22": -32.386881760198371, "S22": -38.044963206643352, "W31": -70.0, "S31": -70.0, "W32": -95.167518337783548, "S32": -100.16751833778355 }, "geometry": { "type": "Point", "coordinates": [ 106618.0, 510448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8484685980720199, "S11": -1.8484685980720199, "W12": -10.102097439291351, "S12": -13.501807240943943, "W13": -19.851180005347668, "S13": -26.984202544509706, "W21": -39.760587002926698, "S21": -39.760587002926698, "W22": -33.873050663971895, "S22": -33.873050663971895, "W31": -70.0, "S31": -71.066519201441238, "W32": -93.354732250110629, "S32": -98.354732250110629 }, "geometry": { "type": "Point", "coordinates": [ 106618.0, 512786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64439216274732902, "S11": -0.64439216274732902, "W12": -5.0, "S12": -11.044388730855076, "W13": -23.11373496433669, "S13": -24.533701568043167, "W21": -29.722264101169891, "S21": -33.658440387635416, "W22": -40.986950477902823, "S22": -40.986950477902823, "W31": -65.304569710810242, "S31": -65.304569710810242, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106618.333333333328483, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.4230536620367999, "S12": -18.381273271526616, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.391572415439082, "W22": -29.999999999999996, "S22": -34.107037911414523, "W31": -70.0, "S31": -72.805818927645021, "W32": -93.789326009556305, "S32": -98.789326009556305 }, "geometry": { "type": "Point", "coordinates": [ 106620.0, 505806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6, "S11": -0.6, "W12": -5.0, "S12": -7.357665717771452, "W13": -20.783690759862324, "S13": -21.541559550154417, "W21": -25.24593222241657, "S21": -28.560449422394186, "W22": -36.648692480209121, "S22": -36.648692480209121, "W31": -70.0, "S31": -70.647165659307902, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106620.0, 506910.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5690067666850398, "S12": -4.5690067666850398, "W13": -17.695803004253385, "S13": -17.695803004253385, "W21": -37.978868986152868, "S21": -37.978868986152868, "W22": -30.85353631287709, "S22": -31.437874960011946, "W31": -70.0, "S31": -71.911087331124946, "W32": -93.444452945003718, "S32": -98.444452945003718 }, "geometry": { "type": "Point", "coordinates": [ 106620.25, 522967.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19522010635276496, "S11": 0.19522010635276496, "W12": -8.877789639570981, "S12": -10.946578618440828, "W13": -15.422433824169524, "S13": -15.422433824169524, "W21": -40.737933865564507, "S21": -40.882271523545064, "W22": -36.781820864840654, "S22": -36.781820864840654, "W31": -70.0, "S31": -70.622529337725851, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106620.333333333328483, 498521.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28071440092785321, "S11": 0.28071440092785321, "W12": -10.0, "S12": -11.750455229198005, "W13": -14.936055243382304, "S13": -18.245197557401678, "W21": -40.0, "S21": -40.120557442709391, "W22": -34.025001572785662, "S22": -39.979013482030027, "W31": -70.377755250088356, "S31": -70.377755250088356, "W32": -95.372540895559041, "S32": -100.37254089555904 }, "geometry": { "type": "Point", "coordinates": [ 106621.0, 499615.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.9597417670100103, "W12": -10.0, "S12": -15.807173036429447, "W13": -29.409472422062354, "S13": -29.409472422062354, "W21": -34.302992707477706, "S21": -34.302992707477706, "W22": -34.146686796973547, "S22": -34.146686796973547, "W31": -70.0, "S31": -71.030406370100607, "W32": -93.486401241661156, "S32": -98.486401241661156 }, "geometry": { "type": "Point", "coordinates": [ 106621.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60963565968430555, "S11": -0.60963565968430555, "W12": -4.903860232945096, "S12": -4.903860232945096, "W13": -17.072437266521359, "S13": -20.146502768634413, "W21": -30.0, "S21": -30.0, "W22": -39.181691875228829, "S22": -39.181691875228829, "W31": -71.687994913517954, "S31": -71.782742342075494, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106621.8, 501972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6462927942614933, "S11": -4.6462927942614929, "W12": -7.7926402959493624, "S12": -8.2459211488443369, "W13": -19.118296247653952, "S13": -20.445478630132975, "W21": -31.130084038766057, "S21": -32.665017850759945, "W22": -37.841699599845036, "S22": -43.177638088930117, "W31": -78.905521763172075, "S31": -78.905521763172075, "W32": -95.84498767250814, "S32": -100.84498767250814 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 503520.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -8.347143527506601, "S12": -13.190562512380653, "W13": -23.147053756030324, "S13": -23.147053756030324, "W21": -30.0, "S21": -30.0, "W22": -46.844643741927698, "S22": -46.854643741927696, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 505171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9653661089557657, "S12": -14.609604441415126, "W13": -23.793331435529026, "S13": -23.793331435529026, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -34.755917583431561, "W31": -70.0, "S31": -71.765565723813722, "W32": -94.454609678184127, "S32": -99.454609678184127 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 509395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0946454852880048, "S11": -3.5391141746412962, "W12": -10.0, "S12": -15.199856887849315, "W13": -26.407298066992833, "S13": -26.407298066992833, "W21": -33.647443050891347, "S21": -33.647443050891347, "W22": -37.041006058735107, "S22": -37.041006058735107, "W31": -70.0, "S31": -70.576344932201735, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 510979.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.322025138849491, "S12": -5.322025138849491, "W13": -19.994787201413114, "S13": -19.994787201413114, "W21": -37.296211951004622, "S21": -37.296211951004622, "W22": -32.846554237753026, "S22": -32.846554237753026, "W31": -70.0, "S31": -71.198123274592064, "W32": -93.29723644665053, "S32": -98.29723644665053 }, "geometry": { "type": "Point", "coordinates": [ 106622.0, 521827.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.45855260025046, "S13": -19.114834736313625, "W21": -31.294389438944005, "S21": -31.294389438944005, "W22": -37.091284939283852, "S22": -37.18257693661355, "W31": -76.468376562280056, "S31": -77.582407136448182, "W32": -97.506105131038623, "S32": -102.50610513103862 }, "geometry": { "type": "Point", "coordinates": [ 106622.333333333328483, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60271948420554899, "S11": -0.60271948420554899, "W12": -5.0, "S12": -5.0, "W13": -17.190846311451224, "S13": -20.328231417977836, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.0, "S22": -34.738383621996675, "W31": -70.0, "S31": -71.772932038181821, "W32": -94.458128055956735, "S32": -99.458128055956735 }, "geometry": { "type": "Point", "coordinates": [ 106622.666666666671517, 502200.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -8.1084962689657072, "S12": -13.32310253109009, "W13": -23.474543418332185, "S13": -23.474543418332185, "W21": -30.0, "S21": -30.0, "W22": -40.882942392653732, "S22": -40.882942392653732, "W31": -62.216577727029104, "S31": -62.216577727029104, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106623.0, 505230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7429331869912295, "S12": -5.7429331869912295, "W13": -20.0, "S13": -20.0, "W21": -43.525304702310009, "S21": -43.525304702310009, "W22": -30.609847140507767, "S22": -32.50306845316036, "W31": -70.0, "S31": -72.070235762826115, "W32": -93.533804730719197, "S32": -98.533804730719197 }, "geometry": { "type": "Point", "coordinates": [ 106623.333333333328483, 521189.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.236350616706611, "W13": -16.700831804764277, "S13": -19.607619119363605, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.5405616329247, "S22": -40.5405616329247, "W31": -58.715096861617312, "S31": -58.715096861617312, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106624.0, 500568.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61932668952181547, "S11": -1.6124002825950372, "W12": -5.0, "S12": -7.0256584720651176, "W13": -21.019737887211985, "S13": -21.019737887211985, "W21": -26.003105380453476, "S21": -28.81367205096781, "W22": -36.647111378279476, "S22": -36.647111378279476, "W31": -70.0, "S31": -70.65109052252258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106624.4, 506974.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76215677552905758, "S11": -0.76215677552905758, "W12": -4.991667320470258, "S12": -5.6480297035327887, "W13": -15.0, "S13": -15.0, "W21": -40.23623874245321, "S21": -40.23623874245321, "W22": -30.978513194003586, "S22": -30.978513194003586, "W31": -70.0, "S31": -71.818153921206061, "W32": -93.420682221787416, "S32": -98.420682221787416 }, "geometry": { "type": "Point", "coordinates": [ 106625.0, 498008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2, "W12": -9.4232759493205016, "S12": -12.639668042591031, "W13": -21.622099470633774, "S13": -21.622099470633774, "W21": -30.0, "S21": -30.0, "W22": -34.175186952481752, "S22": -37.822214296771214, "W31": -66.900206244313708, "S31": -66.900206244313708, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106625.0, 504900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3742236597509051, "S11": 0.3742236597509051, "W12": -10.0, "S12": -13.715721865400864, "W13": -17.823881556479609, "S13": -17.823881556479609, "W21": -40.836347824830838, "S21": -40.953225166004138, "W22": -46.637502827554805, "S22": -46.647502827554803, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106625.6, 498630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.4105191943006501, "S12": -18.878461986885252, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.506573940253784, "W22": -40.0, "S22": -40.0, "W31": -70.525847854292849, "S31": -70.525847854292849, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106626.0, 505823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1571722699361473, "S12": -9.7463729824377943, "W13": -14.667298518364079, "S13": -28.777263348375804, "W21": -40.0, "S21": -40.0, "W22": -34.891396653440701, "S22": -37.978402344904922, "W31": -68.818346354461738, "S31": -68.818346354461738, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106626.0, 515245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5428611755288077, "S12": -4.5253595130831457, "W13": -16.326474701694497, "S13": -16.326474701694497, "W21": -37.148956348954947, "S21": -37.148956348954947, "W22": -35.602399914961623, "S22": -36.260471580039237, "W31": -71.971739387489649, "S31": -71.971739387489649, "W32": -97.727864517456439, "S32": -102.72786451745644 }, "geometry": { "type": "Point", "coordinates": [ 106626.0, 523629.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1900064187830597, "S11": -1.1900064187830597, "W12": -5.4970781177075239, "S12": -5.4970781177075239, "W13": -20.0, "S13": -20.0, "W21": -40.001952115237195, "S21": -40.001952115237195, "W22": -39.912710413374761, "S22": -39.912710413374761, "W31": -71.697509726024691, "S31": -73.104241822152503, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106626.125, 521562.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79142982264387751, "S11": -1.9270114466111017, "W12": -4.8012544694869828, "S12": -6.0092096967270905, "W13": -21.495057522945451, "S13": -21.495057522945451, "W21": -30.0, "S21": -30.0, "W22": -40.805537387701193, "S22": -40.805537387701193, "W31": -60.243399436068323, "S31": -60.243399436068323, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106626.666666666671517, 510112.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9640271444932098, "S11": -6.96402714449321, "W12": -10.052947860229441, "S12": -10.398224098214476, "W13": -19.292884824714918, "S13": -19.952861842602136, "W21": -32.367835261984325, "S21": -33.682829911036791, "W22": -35.909388133340386, "S22": -35.909388133340386, "W31": -74.78074778710436, "S31": -75.697290427324987, "W32": -97.650907402878843, "S32": -102.65090740287884 }, "geometry": { "type": "Point", "coordinates": [ 106627.0, 503715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -4.4593790802263165, "W12": -10.0, "S12": -15.684591591776437, "W13": -28.913826423049898, "S13": -28.913826423049898, "W21": -34.12072479889418, "S21": -34.12072479889418, "W22": -36.386787075324044, "S22": -42.196615980570826, "W31": -76.089541037996682, "S31": -76.089541037996682, "W32": -95.675039130835103, "S32": -100.6750391308351 }, "geometry": { "type": "Point", "coordinates": [ 106627.0, 511204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99626143299629843, "S11": -0.99626143299629843, "W12": -7.7940173438565719, "S12": -9.820007287288373, "W13": -25.154661388909496, "S13": -25.154661388909496, "W21": -30.0, "S21": -30.0, "W22": -35.604901509201945, "S22": -36.210454316895145, "W31": -72.115202699629791, "S31": -72.115202699629791, "W32": -97.724377393673663, "S32": -102.72437739367366 }, "geometry": { "type": "Point", "coordinates": [ 106628.0, 508227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76578830130101572, "S11": -0.76578830130101572, "W12": -4.5709113960343695, "S12": -12.078055244002186, "W13": -22.049944346714188, "S13": -22.049944346714188, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -54.229401629253573, "S31": -54.229401629253573, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106628.0, 509809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3454925228552401, "S11": -2.3454925228552401, "W12": -10.967844320335095, "S12": -10.967844320335095, "W13": -30.0, "S13": -30.0, "W21": -38.649307325116837, "S21": -38.649307325116837, "W22": -39.457168008601052, "S22": -39.457969567860957, "W31": -72.126225702974622, "S31": -72.435613401210517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106628.0, 511889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24346259462853112, "S11": 0.24346259462853112, "W12": -9.3330918611153084, "S12": -12.088374370656519, "W13": -16.156846595284463, "S13": -16.156846595284463, "W21": -40.760848505205011, "S21": -40.880371607494979, "W22": -33.267895616874213, "S22": -33.267895616874213, "W31": -70.0, "S31": -71.162697058327964, "W32": -93.318421052631578, "S32": -98.318421052631578 }, "geometry": { "type": "Point", "coordinates": [ 106628.666666666671517, 498556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59921754822432849, "S11": -0.59921754822432849, "W12": -5.0, "S12": -6.0, "W13": -17.31773023333642, "S13": -20.506888533154132, "W21": -30.0, "S21": -30.846814984785759, "W22": -30.0, "S22": -34.196936650551159, "W31": -70.0, "S31": -72.981776837069461, "W32": -94.008415598976768, "S32": -99.008415598976768 }, "geometry": { "type": "Point", "coordinates": [ 106629.0, 502333.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8692623401574584, "S11": -2.8692623401574586, "W12": -4.6029950584548631, "S12": -6.7437219276461509, "W13": -21.253180372025316, "S13": -21.253180372025316, "W21": -30.0, "S21": -30.0, "W22": -34.130269386109831, "S22": -37.822007405720385, "W31": -66.862889824824308, "S31": -66.862889824824308, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106630.0, 509998.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31708991366603473, "S11": -2.6829100863339654, "W12": -5.7300773922402746, "S12": -14.172307571976365, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -30.0, "S22": -34.596138296374392, "W31": -70.0, "S31": -72.004848409130901, "W32": -94.395094929239932, "S32": -99.395094929239932 }, "geometry": { "type": "Point", "coordinates": [ 106631.0, 505677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.955126838627159, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.202861541138567, "S21": -36.202861541138567, "W22": -35.077596993877833, "S22": -37.425392217491165, "W31": -69.415118049403475, "S31": -69.415118049403475, "W32": -99.510983062087561, "S32": -104.51098306208756 }, "geometry": { "type": "Point", "coordinates": [ 106631.0, 511575.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64462591039505635, "S11": -0.64462591039505635, "W12": -6.309487777167285, "S12": -6.309487777167285, "W13": -20.0, "S13": -25.786481293726858, "W21": -39.708857917091663, "S21": -39.708857917091663, "W22": -40.654128364323881, "S22": -40.654128364323881, "W31": -59.11253604003344, "S31": -59.11253604003344, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106631.0, 520333.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43259201035694472, "S11": -2.5674079896430553, "W12": -5.5691819998974932, "S12": -15.861329805902113, "W13": -25.0, "S13": -25.0, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.032107650306742, "S22": -39.974650849158742, "W31": -57.976965622361433, "S31": -57.976965622361433, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106631.5, 505756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86412681536924019, "S11": -3.8641268153692403, "W12": -6.8866305164233248, "S12": -15.541304783756118, "W13": -24.847458810708943, "S13": -24.847458810708943, "W21": -30.0, "S21": -30.0, "W22": -37.753313132541756, "S22": -37.753313132541756, "W31": -70.0, "S31": -70.449116924766741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106632.0, 508752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0197059017184995, "S11": -5.0197059017184991, "W12": -10.147631431580569, "S12": -10.380115142128913, "W13": -19.39561411850195, "S13": -19.767408035063237, "W21": -32.742994717963114, "S21": -33.728796051874518, "W22": -40.0, "S22": -41.86189966639391, "W31": -80.0, "S31": -80.549902162718851, "W32": -96.142989672437551, "S32": -101.14298967243755 }, "geometry": { "type": "Point", "coordinates": [ 106633.0, 503795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -14.886129467775172, "W13": -30.0, "S13": -30.0, "W21": -34.684141631096658, "S21": -34.684141631096658, "W22": -32.828732855841764, "S22": -38.415035683225632, "W31": -70.0, "S31": -70.0, "W32": -95.23891293005552, "S32": -100.23891293005552 }, "geometry": { "type": "Point", "coordinates": [ 106633.0, 511380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.295437946695809, "S13": -19.278194809429465, "W21": -30.0, "S21": -30.0, "W22": -41.434038169084182, "S22": -41.44403816908418, "W31": -70.653917630313217, "S31": -70.653917630313217, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106633.333333333328483, 501122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57842405917549655, "S11": 0.57842405917549655, "W12": -10.0, "S12": -12.387854832914122, "W13": -25.000000000000004, "S13": -27.191756679931782, "W21": -41.14835297609752, "S21": -41.14835297609752, "W22": -35.81390617181809, "S22": -39.551362762370964, "W31": -63.987232561874336, "S31": -63.993181313625179, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106633.5, 499087.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9634053491438817, "S12": -14.602755953004658, "W13": -23.830120321615432, "S13": -23.830120321615432, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -54.769152510366837, "S31": -54.769152510366837, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106633.5, 509389.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.523192086691326, "S12": -5.523192086691326, "W13": -20.0, "S13": -20.0, "W21": -40.406429203881679, "S21": -40.406429203881679, "W22": -34.79057033091334, "S22": -38.057916303522482, "W31": -68.711899034180874, "S31": -68.711899034180874, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106633.666666666671517, 521524.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3866603800957495, "W12": -10.0, "S12": -15.430750333741623, "W13": -29.909322541966429, "S13": -29.909322541966429, "W21": -34.267918565580167, "S21": -34.267918565580167, "W22": -35.865938776310578, "S22": -39.591784551801453, "W31": -63.912244734085085, "S31": -63.912244734085085, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106633.75, 511298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7237343215141261, "S11": -1.7237343215141261, "W12": -9.8194189173389468, "S12": -13.447635960389555, "W13": -19.351032240813971, "S13": -23.349659347070023, "W21": -39.81320617972856, "S21": -39.81320617972856, "W22": -38.57303540006901, "S22": -43.668224942670882, "W31": -80.0, "S31": -80.029196704428429, "W32": -95.951483902648633, "S32": -100.95148390264863 }, "geometry": { "type": "Point", "coordinates": [ 106634.0, 512861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -71.487086010637242, "S31": -72.764795672676925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106634.621052631584462, 530016.273684210493229 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0173751310633137, "S11": -1.0173751310633135, "W12": -7.7666764104063004, "S12": -10.618100043341801, "W13": -25.197103280404708, "S13": -25.349316857969587, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.798920426228818, "W31": -80.0, "S31": -81.488337929871321, "W32": -96.89566024093098, "S32": -101.89566024093098 }, "geometry": { "type": "Point", "coordinates": [ 106634.8, 508268.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.8134639683908622, "W12": -4.8134639683908622, "S12": -4.8134639683908622, "W13": -12.458009453764703, "S13": -13.929261008024447, "W21": -38.668305288087168, "S21": -41.668305288087168, "W22": -41.003513750030066, "S22": -41.003513750030066, "W31": -65.750850558105938, "S31": -65.750850558105938, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106635.0, 497040.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51389391346858959, "S11": 0.51389391346858959, "W12": -10.0, "S12": -11.272102325270465, "W13": -20.921912566455589, "S13": -23.921912566455589, "W21": -41.019200762931597, "S21": -41.019200762931597, "W22": -30.722256602000442, "S22": -31.960767301411789, "W31": -70.0, "S31": -71.980340071287529, "W32": -93.524719588741434, "S32": -98.524719588741434 }, "geometry": { "type": "Point", "coordinates": [ 106635.0, 499195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2060710792305185, "S11": -1.7060710792305185, "W12": -5.6834236953154207, "S12": -6.1722597119701748, "W13": -18.887099323857303, "S13": -20.698779274325076, "W21": -30.171551118553804, "S21": -31.763549084662618, "W22": -30.005311719728379, "S22": -33.566437137310352, "W31": -70.0, "S31": -72.438103406220733, "W32": -93.658051232183936, "S32": -98.658051232183936 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 503359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.6275897969807396, "W12": -9.4222647516170888, "S12": -12.708711978300705, "W13": -21.549965541006202, "S13": -21.549965541006202, "W21": -30.0, "S21": -30.0, "W22": -31.049890529009815, "S22": -31.049890529009815, "W31": -70.0, "S31": -71.756276124107046, "W32": -93.436551941066313, "S32": -98.436551941066313 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 504893.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2829682286377486, "W12": -10.0, "S12": -15.362849396512573, "W13": -30.0, "S13": -30.0, "W21": -34.262280633191033, "S21": -34.262280633191033, "W22": -40.708473317333883, "S22": -40.708473317333883, "W31": -59.509975218449554, "S31": -59.509975218449554, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 511306.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.205627896711543, "S11": -1.205627896711543, "W12": -6.060972563933249, "S12": -6.060972563933249, "W13": -20.0, "S13": -20.0, "W21": -44.200509613774415, "S21": -44.200509613774415, "W22": -40.904409046946398, "S22": -40.904409046946398, "W31": -62.812702444480486, "S31": -62.812702444480486, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106636.0, 520710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8224347001025709, "S12": -8.9219269587880543, "W13": -14.596509184712673, "S13": -17.202859599855934, "W21": -40.000370017834094, "S21": -40.000370017834094, "W22": -30.0, "S22": -34.436359009317329, "W31": -70.0, "S31": -72.244131094447795, "W32": -94.33558018029585, "S32": -99.33558018029585 }, "geometry": { "type": "Point", "coordinates": [ 106636.105263157893205, 515914.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2917050829043174, "S11": 0.2917050829043174, "W12": -9.7883940826597531, "S12": -13.230170122871984, "W13": -16.891259366399485, "S13": -16.891259366399485, "W21": -40.783763144845523, "S21": -40.878471691444929, "W22": -38.154533533763896, "S22": -38.514163636959211, "W31": -78.149374072794515, "S31": -79.480312714157719, "W32": -97.366335147819214, "S32": -102.36633514781921 }, "geometry": { "type": "Point", "coordinates": [ 106637.0, 498591.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9671173695341697, "S11": 1.9671173695341697, "W12": -3.4829151210365805, "S12": -5.518105230050141, "W13": -15.0, "S13": -15.0, "W21": -38.696102252360454, "S21": -38.696102252360454, "W22": -39.120702227221805, "S22": -39.120702227221805, "W31": -71.378653154843704, "S31": -71.57916413906753, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106637.0, 524268.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0385334595516822, "S12": -5.0385334595516822, "W13": -19.128568584446825, "S13": -19.128568584446825, "W21": -36.425397325792467, "S21": -36.425397325792467, "W22": -30.0, "S22": -34.376616764128812, "W31": -70.0, "S31": -72.333968415665794, "W32": -94.31313137875857, "S32": -99.31313137875857 }, "geometry": { "type": "Point", "coordinates": [ 106637.4, 522258.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49629695885509845, "S11": -0.49629695885509845, "W12": -10.616219249836311, "S12": -11.616219249836311, "W13": -15.683221897824765, "S13": -19.166564880781628, "W21": -34.966357421874996, "S21": -35.905004987880972, "W22": -39.757318797354294, "S22": -39.757318797354287, "W31": -56.343610758863207, "S31": -56.343610758863207, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106638.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7963338248887393, "S12": -5.7963338248887393, "W13": -20.0, "S13": -20.0, "W21": -43.936910699919551, "S21": -43.936910699919551, "W22": -35.660737762589761, "S22": -35.660737762589761, "W31": -70.0, "S31": -70.843907118913407, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106638.0, 521111.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9061617992772011, "S11": -1.9061617992772011, "W12": -9.3965619643978346, "S12": -9.7441102139719469, "W13": -19.241771010078978, "S13": -20.120698301600257, "W21": -31.915443458193032, "S21": -33.320091898342064, "W22": -37.050261992331862, "S22": -37.050261992331862, "W31": -70.0, "S31": -70.586024729600695, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106639.0, 503636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4953986801477264, "S11": -2.4953986801477264, "W12": -10.897933080682158, "S12": -11.317021103011351, "W13": -30.0, "S13": -30.0, "W21": -38.483630062959065, "S21": -38.483630062959065, "W22": -40.0, "S22": -40.0, "W31": -53.502791257370788, "S31": -53.502791257370788, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106639.0, 511862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48805196271150975, "S11": -0.48805196271150975, "W12": -9.2184209891331506, "S12": -9.8723856945827837, "W13": -14.632866809248211, "S13": -29.141211688284766, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.579315100928554, "S31": -70.579315100928554, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106639.0, 515171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21733452593917707, "S11": -0.21733452593917707, "W12": -10.901973684210525, "S12": -11.901973684210525, "W13": -15.0, "S13": -18.363101728723404, "W21": -36.997096854407559, "S21": -38.06511883739293, "W22": -40.741828061514653, "S22": -40.741828061514653, "W31": -59.907414396865668, "S31": -59.907414396865668, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106640.0, 500120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1478898214919022, "W12": -8.6436830047017477, "S12": -13.145714376485792, "W13": -22.613542384562372, "S13": -22.613542384562372, "W21": -30.0, "S21": -30.0, "W22": -40.000000000000007, "S22": -41.02920317930505, "W31": -80.0, "S31": -81.477659209007371, "W32": -96.733457677263189, "S32": -101.73345767726319 }, "geometry": { "type": "Point", "coordinates": [ 106640.0, 505085.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5465495139291883, "S12": -4.4214345762044829, "W13": -16.432177420137101, "S13": -16.432177420137101, "W21": -37.19233759394919, "S21": -37.19233759394919, "W22": -39.445149386580191, "S22": -39.445149386580191, "W31": -71.901038211742502, "S31": -71.901038211742502, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106640.0, 523582.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89418216350974378, "S11": -5.0815933546234451, "W12": -10.144060688572909, "S12": -11.499237842718335, "W13": -19.521971543294431, "S13": -20.468760374825749, "W21": -30.0, "S21": -30.0, "W22": -36.646727614675981, "S22": -36.646727614675981, "W31": -70.0, "S31": -70.66197501061545, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106640.181818181823473, 504057.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2286250689190406, "S11": -3.5974146280967467, "W12": -10.391929668328359, "S12": -13.92442177976166, "W13": -19.092795424120812, "S13": -19.092795424120812, "W21": -30.0, "S21": -30.0, "W22": -38.383176745881087, "S22": -38.383176745881087, "W31": -70.63746649106659, "S31": -70.977127814946428, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106640.666666666671517, 504441.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19892758367669475, "S11": -2.8010724163233052, "W12": -5.0378272980501393, "S12": -17.246995144654619, "W13": -24.983806118677336, "S13": -25.415345085582224, "W21": -30.0, "S21": -32.272492342778342, "W22": -40.0, "S22": -40.0, "W31": -53.709716162500222, "S31": -53.709716162500222, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106641.0, 506065.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.8855028767023527, "S12": -3.8855028767023527, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -39.386619441053028, "S21": -39.386619441053028, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -70.892129693767401, "S31": -71.693119362193201, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106641.0, 524546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4675480819697846, "S12": -8.4675480819697846, "W13": -14.537169083603157, "S13": -21.007000220362677, "W21": -41.076028666710428, "S21": -41.076028666710428, "W22": -30.000000000000004, "S22": -34.276579722260159, "W31": -70.0, "S31": -72.483413779764973, "W32": -94.276065431351654, "S32": -99.276065431351654 }, "geometry": { "type": "Point", "coordinates": [ 106641.517241379304323, 516626.017241379304323 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3786395381849155, "S11": -3.2041897639185497, "W12": -5.8698080416679987, "S12": -5.8698080416679987, "W13": -13.343447045280124, "S13": -15.631430752001101, "W21": -40.0, "S21": -41.70392136208153, "W22": -35.780272141551912, "S22": -39.569633757288344, "W31": -64.059603817283858, "S31": -64.06004873777492, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106642.0, 497501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38164535585042225, "S11": -0.38164535585042225, "W12": -10.171377217329923, "S12": -12.409228718119813, "W13": -15.701546257325351, "S13": -33.59605201500392, "W21": -40.60350505032055, "S21": -40.60350505032055, "W22": -30.834666063493113, "S22": -31.418466149663193, "W31": -70.0, "S31": -71.890444379748928, "W32": -93.515634446763684, "S32": -98.515634446763684 }, "geometry": { "type": "Point", "coordinates": [ 106642.0, 514636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0566657547873664, "S11": -3.3272755797450175, "W12": -9.9742630385487523, "S12": -12.608755589881758, "W13": -20.236348496156292, "S13": -20.236348496156292, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -53.916641067630039, "S31": -53.916641067630039, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106642.5, 504661.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0477997264099304, "S11": -3.1830954619591583, "W12": -7.5656678533552872, "S12": -15.73996436473502, "W13": -25.31894996644094, "S13": -26.124799379244042, "W21": -30.0, "S21": -30.0, "W22": -33.8018340168788, "S22": -33.8018340168788, "W31": -70.0, "S31": -71.095162974024333, "W32": -93.520659206339175, "S32": -98.520659206339175 }, "geometry": { "type": "Point", "coordinates": [ 106642.666666666671517, 508571.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -6.0405498792283741, "W13": -13.092212658515674, "S13": -15.64651527824727, "W21": -40.0, "S21": -42.893053761413981, "W22": -35.128429104904662, "S22": -36.978176914148726, "W31": -69.869920383866955, "S31": -69.869920383866955, "W32": -98.984808470019999, "S32": -103.98480847002 }, "geometry": { "type": "Point", "coordinates": [ 106643.0, 497203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0670609242221261, "S12": -9.5404379268941586, "W13": -14.605926588138644, "S13": -25.360325338789345, "W21": -40.0, "S21": -40.0, "W22": -38.018251939292554, "S22": -43.292934979932028, "W31": -78.773402322458693, "S31": -78.773402322458693, "W32": -95.896708917738323, "S32": -100.89670891773832 }, "geometry": { "type": "Point", "coordinates": [ 106643.0, 515418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3347826086956522, "S11": -1.3347826086956522, "W12": -6.0061378031140187, "S12": -6.0061378031140187, "W13": -20.0, "S13": -20.0, "W21": -44.253928405921542, "S21": -44.253928405921542, "W22": -33.270583951485754, "S22": -38.785108159808523, "W31": -70.0, "S31": -70.0, "W32": -95.310307522327591, "S32": -100.31030752232759 }, "geometry": { "type": "Point", "coordinates": [ 106643.0, 520794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2629542790152266, "S11": -2.2629542790152266, "W12": -11.267935446350691, "S12": -12.592487164573448, "W13": -27.375997394561242, "S13": -41.996888035285721, "W21": -41.996888035285721, "S21": -41.996888035285721, "W22": -34.45064026674445, "S22": -40.185085845084075, "W31": -71.257900708692176, "S31": -71.257900708692176, "W32": -95.457284473498447, "S32": -100.45728447349845 }, "geometry": { "type": "Point", "coordinates": [ 106643.4, 512384.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87279364233114531, "S11": -5.8727936423311453, "W12": -10.14504939762131, "S12": -11.933760807833542, "W13": -19.419072075857642, "S13": -20.035522464117776, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -54.123565972759465, "S31": -54.123565972759465, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106644.0, 504133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90629287478276777, "W12": -9.0971522685240558, "S12": -12.930613038102301, "W13": -21.95244658855961, "S13": -21.95244658855961, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -34.442562415984987, "W31": -70.0, "S31": -71.998635333802639, "W32": -94.463536890525745, "S32": -99.463536890525745 }, "geometry": { "type": "Point", "coordinates": [ 106644.0, 504969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1820634775450471, "W12": -8.9171448156565436, "S12": -13.025887934678881, "W13": -22.204427980702967, "S13": -22.204427980702967, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.685028114602304, "S22": -36.685028114602304, "W31": -70.0, "S31": -70.657365594134049, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106644.0, 505014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4419523288549669, "S12": -6.4419523288549669, "W13": -20.0, "S13": -20.124570418319117, "W21": -38.970645356165242, "S21": -38.970645356165242, "W22": -30.0, "S22": -34.153717101345066, "W31": -70.0, "S31": -72.733112556130308, "W32": -94.195352323733701, "S32": -99.195352323733701 }, "geometry": { "type": "Point", "coordinates": [ 106644.25, 520134.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27152616372103983, "S11": 0.27152616372103983, "W12": -10.0, "S12": -12.311475734304489, "W13": -14.950350371222893, "S13": -18.23601131072207, "W21": -40.053691374570008, "S21": -40.053691374570008, "W22": -40.0, "S22": -41.05137266796438, "W31": -80.0, "S31": -81.503308130592089, "W32": -96.760051296743484, "S32": -101.76005129674348 }, "geometry": { "type": "Point", "coordinates": [ 106644.5, 499577.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -12.964464066622769, "S13": -15.33637162568464, "W21": -40.0, "S21": -43.0, "W22": -38.252659344748736, "S22": -38.66830189655051, "W31": -78.254923080049593, "S31": -79.624878430529023, "W32": -97.398532040000532, "S32": -102.39853204000053 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 497176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62664258612188894, "S11": -3.6266425861218892, "W12": -5.0, "S12": -11.455812159490865, "W13": -22.906900775466543, "S13": -24.315589286594108, "W21": -29.886912892105091, "S21": -33.748014490047019, "W22": -40.775182805695422, "S22": -40.775182805695422, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8814407830091133, "S11": -1.8814407830091133, "W12": -10.025711449371277, "S12": -13.376497516234423, "W13": -19.963129230639328, "S13": -25.827015211320045, "W21": -39.719427095915691, "S21": -39.719427095915691, "W22": -40.0, "S22": -40.0, "W31": -54.330490877889282, "S31": -54.330490877889282, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 512803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2567741211744188, "S11": -1.2769938713339883, "W12": -9.0925822183698326, "S12": -13.894940418959269, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.0, "W22": -30.101793139293171, "S22": -33.452092288377287, "W31": -70.0, "S31": -72.351961717719306, "W32": -93.691168019287105, "S32": -98.691168019287105 }, "geometry": { "type": "Point", "coordinates": [ 106645.0, 513169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.823992719656927, "S12": -11.927888602705165, "W13": -30.0, "S13": -30.0, "W21": -38.303148693061651, "S21": -38.303148693061651, "W22": -40.0, "S22": -40.0, "W31": -55.762389200026568, "S31": -55.762389200026568, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106645.5, 511835.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0, "W12": -8.3158451643771336, "S12": -13.35660178973939, "W13": -23.032994486560991, "S13": -23.032994486560991, "W21": -30.0, "S21": -30.0, "W22": -33.970478749235511, "S22": -37.832031021021187, "W31": -66.84770047918019, "S31": -66.848603949028146, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106646.0, 505163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8844450700243156, "S11": -0.8844450700243156, "W12": -7.5639026925200481, "S12": -9.9643322585105256, "W13": -24.506972023651858, "S13": -24.506972023651858, "W21": -30.0, "S21": -30.0, "W22": -40.925705453760735, "S22": -40.925705453760735, "W31": -63.408827161931711, "S31": -63.408827161931711, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106646.0, 507931.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61770131252216942, "S11": -0.61770131252216942, "W12": -4.88460355029585, "S12": -4.88460355029585, "W13": -17.092507030249877, "S13": -20.155638866811422, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -34.009294002494656, "S22": -34.009294002494656, "W31": -70.0, "S31": -71.09956441956156, "W32": -94.599666004164533, "S32": -99.599666004164533 }, "geometry": { "type": "Point", "coordinates": [ 106646.4, 502012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8135789931814892, "W12": -10.0, "S12": -15.054327631053798, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -34.442723440807988, "S21": -34.442723440807988, "W22": -40.0, "S22": -40.0, "W31": -53.384637267424054, "S31": -53.384637267424054, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106646.5, 511342.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5253928920769482, "S11": -3.5253928920769484, "W12": -7.4301277808888662, "S12": -7.8261971099593, "W13": -19.074072520131832, "S13": -20.426188920860124, "W21": -30.998502518823965, "S21": -32.473560254037324, "W22": -40.0, "S22": -40.843424859308506, "W31": -80.0, "S31": -81.559526976044168, "W32": -96.986589175841416, "S32": -101.98658917584142 }, "geometry": { "type": "Point", "coordinates": [ 106647.0, 503485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -13.490904569032899, "W13": -30.0, "S13": -30.0, "W21": -35.791730747045293, "S21": -35.791730747045293, "W22": -34.505740766588211, "S22": -38.384477839502857, "W31": -68.310752225139794, "S31": -68.310752225139794, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106647.0, 511514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -54.537415783018709, "S31": -54.537415783018709, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106647.007692307699472, 530034.061538461595774 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -30.0, "S22": -34.03085448042998, "W31": -70.0, "S31": -72.982811332495629, "W32": -94.114639216115776, "S32": -99.114639216115776 }, "geometry": { "type": "Point", "coordinates": [ 106647.148936170211527, 529969.276595744653605 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000003342, "S11": -0.50000000000003342, "W12": -6.3807059840933178, "S12": -6.3807059840933178, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -39.314005618476685, "S21": -39.314005618476685, "W22": -46.588413087080937, "S22": -46.598413087080935, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106647.294117647063104, 520227.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88516566373942185, "S11": -3.9861569560351131, "W12": -6.8274961681963946, "S12": -15.539236018555275, "W13": -24.942460303148753, "S13": -24.942460303148753, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.746303552708639, "S31": -71.156280162682933, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106647.6, 508742.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9185157360585503, "S12": -9.1752366961979686, "W13": -14.572767876374051, "S13": -14.572767876374051, "W21": -40.0, "S21": -40.0, "W22": -39.862646433599224, "S22": -39.862646433599224, "W31": -71.663788089264472, "S31": -72.949671879580507, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106648.073170731702703, 515714.609756097546779 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46041744828134301, "S11": -2.5395825517186568, "W12": -5.5797134217327624, "S12": -17.517627701448845, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.157726832761046, "W22": -39.421627343294737, "S22": -39.422155347149193, "W31": -71.978945774867668, "S31": -71.978945774867668, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106648.285714285710128, 505781.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68940941196493921, "S11": -0.68940941196494088, "W12": -4.7807004083157647, "S12": -9.633124501152329, "W13": -20.584828762832153, "S13": -22.684151256057088, "W21": -26.893568110066983, "S21": -31.697612771222708, "W22": -38.422608177060731, "S22": -38.422608177060731, "W31": -70.686494582863233, "S31": -71.023273217387597, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106649.25, 506445.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.023745175259688556, "S11": -0.023745175259688556, "W12": -8.4188144581131468, "S12": -8.4188144581131468, "W13": -17.160165494848922, "S13": -19.415291967346317, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.307409302953111, "S22": -36.307409302953111, "W31": -70.0, "S31": -70.729492836573925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106649.818181818176527, 501346.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48700861393891937, "S11": -4.3030699067847449, "W12": -4.5441526721888126, "S12": -4.5441526721888126, "W13": -12.572468333114891, "S13": -13.762666849600762, "W21": -38.549515685497418, "S21": -41.549515685497418, "W22": -41.020077022157309, "S22": -41.020077022157309, "W31": -66.197131405401635, "S31": -66.197131405401635, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77017090654029741, "S11": -0.77017090654029741, "W12": -4.9698754543955079, "S12": -6.0351999380862527, "W13": -15.0, "S13": -15.096016042326363, "W21": -40.195817082501243, "S21": -40.195817082501243, "W22": -34.951279984186975, "S22": -37.270839994963637, "W31": -69.532187163539163, "S31": -69.532187163539163, "W32": -99.480393477023995, "S32": -104.48039347702399 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5899004011118858, "S11": 0.5899004011118858, "W12": -10.0, "S12": -16.403753075737498, "W13": -25.0, "S13": -26.530272882319501, "W21": -41.147393146133098, "S21": -41.203165688982594, "W22": -30.004860572024178, "S22": -33.429685458252415, "W31": -70.0, "S31": -72.449593860567106, "W32": -93.711110374434369, "S32": -98.711110374434369 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 498985.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59415961174542531, "S11": 0.59415961174542531, "W12": -10.0, "S12": -15.882567666225022, "W13": -25.0, "S13": -26.641344513928367, "W21": -41.161884152178253, "S21": -41.208277704756597, "W22": -46.529398255358565, "S22": -46.539398255358563, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017037295911966586, "S11": 0.017037295911966586, "W12": -11.056203988103944, "S12": -11.71364561796061, "W13": -14.945107566376326, "S13": -17.772300750291677, "W21": -38.283339549919184, "S21": -39.383652529817269, "W22": -30.0, "S22": -33.895096904408007, "W31": -70.0, "S31": -72.896824585008659, "W32": -94.012251671610656, "S32": -99.012251671610656 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.8000001, "W12": -10.157327750520178, "S12": -11.290378649512739, "W13": -19.536087797607252, "S13": -20.368821214194337, "W21": -30.189290206451613, "S21": -30.346087972140776, "W22": -35.099699936605965, "S22": -38.91124461052592, "W31": -64.485005247894264, "S31": -64.542482383924579, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 504016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4, "S11": -3.7380944379095951, "W12": -10.514220536392823, "S12": -13.827265579539777, "W13": -19.481319216258978, "S13": -19.481319216258978, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -33.907991859514894, "W31": -70.0, "S31": -72.915392973014093, "W32": -94.033926108497838, "S32": -99.033926108497838 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 504523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72193815292390939, "S11": -0.7219381529239095, "W12": -5.981348637015782, "S12": -5.981348637015782, "W13": -22.253110934604187, "S13": -22.253110934604187, "W21": -29.959005030714252, "S21": -30.121309336271612, "W22": -39.947458762586095, "S22": -39.947458762586095, "W31": -71.484028722710008, "S31": -72.661044946560466, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 507312.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5431744251163204, "S12": -5.5431744251163204, "W13": -20.0, "S13": -20.0, "W21": -40.756680869270674, "S21": -40.756680869270674, "W22": -36.096681083285475, "S22": -36.111569462923626, "W31": -75.113013464645931, "S31": -76.133044947731989, "W32": -97.850032658669761, "S32": -102.85003265866976 }, "geometry": { "type": "Point", "coordinates": [ 106650.0, 521496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4677553719009, "S11": -1.4677553719009, "W12": -4.9303244246976572, "S12": -7.0473158574896599, "W13": -15.42118713660413, "S13": -18.108673360981729, "W21": -40.0, "S21": -40.58893791541778, "W22": -37.590157239132424, "S22": -37.590157239132424, "W31": -70.0, "S31": -70.49397901523686, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106650.6, 497782.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.990398440252182, "S13": -18.861558926665634, "W21": -30.0, "S21": -30.0, "W22": -46.547547103078003, "S22": -46.557547103078001, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106652.0, 500642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58676035502958579, "S11": -2.5867603550295857, "W12": -9.5280710874745829, "S12": -12.752359532282272, "W13": -21.296605789110959, "S13": -21.296605789110959, "W21": -30.0, "S21": -30.0, "W22": -30.947075524985941, "S22": -30.947075524985941, "W31": -70.0, "S31": -71.800548688210242, "W32": -93.515396942387781, "S32": -98.515396942387781 }, "geometry": { "type": "Point", "coordinates": [ 106652.0, 504856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.750052358631693, "S12": -11.842076043370426, "W13": -30.0, "S13": -30.0, "W21": -38.122667323164251, "S21": -38.122667323164251, "W22": -34.85138574787608, "S22": -37.416644455695952, "W31": -69.360684718170546, "S31": -69.360684718170546, "W32": -99.739527996735035, "S32": -104.73952799673503 }, "geometry": { "type": "Point", "coordinates": [ 106652.0, 511809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92376372925951233, "S11": -0.95049012059072291, "W12": -9.1940394000613832, "S12": -14.557174265449127, "W13": -15.0, "S13": -16.355588784743752, "W21": -40.0, "S21": -40.0, "W22": -30.0, "S22": -33.785129238599808, "W31": -70.0, "S31": -72.824531241393956, "W32": -93.953213000879899, "S32": -98.953213000879899 }, "geometry": { "type": "Point", "coordinates": [ 106652.0, 513318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63130382232965698, "S11": -2.2496531133246878, "W12": -5.0, "S12": -12.560773347476013, "W13": -23.265669070943151, "S13": -24.543680896515987, "W21": -30.0, "S21": -33.646017318476559, "W22": -35.376226040426218, "S22": -36.136658999156062, "W31": -72.022152791042458, "S31": -72.022152791042458, "W32": -97.898721230704936, "S32": -102.89872123070494 }, "geometry": { "type": "Point", "coordinates": [ 106653.0, 506259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1114298554078803, "S11": -3.613963999402805, "W12": -10.0, "S12": -14.663647974886125, "W13": -26.476721503009564, "S13": -26.476721503009564, "W21": -33.360592849443798, "S21": -33.360592849443798, "W22": -39.437967147028743, "S22": -39.438783616622942, "W31": -72.013972440894605, "S31": -72.089725171085178, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106653.0, 511000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3629980521533394, "S11": -1.3736618617639895, "W12": -9.0987084186349279, "S12": -13.707951823628871, "W13": -15.749911567032189, "S13": -15.749911567032189, "W21": -40.0, "S21": -40.0, "W22": -34.665290111233482, "S22": -37.845530676956443, "W31": -68.886239424717587, "S31": -68.886239424717587, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106653.0, 513129.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.365722707598319, "S13": -19.292435732736188, "W21": -30.0, "S21": -30.0, "W22": -36.216344126124511, "S22": -36.216344126124511, "W31": -70.0, "S31": -70.750435062010098, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106654.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76916204760352158, "S11": -1.0191620476035215, "W12": -5.0, "S12": -5.5111262679528679, "W13": -18.6345926694216, "S13": -20.906141548387719, "W21": -30.0, "S21": -31.633971941494984, "W22": -38.06747291004617, "S22": -38.481297823440499, "W31": -77.863185115938791, "S31": -79.223160490271354, "W32": -97.482912454467311, "S32": -102.48291245446731 }, "geometry": { "type": "Point", "coordinates": [ 106654.0, 503201.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73445387276638108, "S11": -0.73445387276638108, "W12": -4.5402766159821581, "S12": -13.074643379749672, "W13": -22.24332650824784, "S13": -22.24332650824784, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.582970428324344, "S22": -39.805660829269343, "W31": -62.871745686194039, "S31": -62.871745686194039, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106654.0, 509770.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5502378523295954, "S12": -4.5910302956966804, "W13": -16.53788013857983, "S13": -16.53788013857983, "W21": -37.235718838943548, "S21": -37.235718838943548, "W22": -40.0, "S22": -40.0, "W31": -53.492492503550331, "S31": -53.492492503550331, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106654.0, 523535.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0520516732740806, "S12": -9.5158529508994771, "W13": -14.570016821717799, "S13": -24.606872625986409, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -53.728932762686533, "S31": -53.728932762686533, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106654.5, 515442.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76881643299641367, "S11": -0.76881643299641367, "W12": -5.0, "S12": -5.5084187685424553, "W13": -18.634479329036267, "S13": -20.901992564739345, "W21": -30.0, "S21": -31.630931248632699, "W22": -36.74765083014487, "S22": -42.43538708016748, "W31": -76.212576032862003, "S31": -76.212576032862003, "W32": -95.754956572445749, "S32": -100.75495657244575 }, "geometry": { "type": "Point", "coordinates": [ 106654.875, 503201.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61066944653713406, "S11": -0.61066944653713406, "W12": -5.0, "S12": -5.0, "W13": -17.204593129067639, "S13": -20.325668908124957, "W21": -30.0, "S21": -30.28767048633566, "W22": -40.0, "S22": -40.0, "W31": -70.632782347564273, "S31": -70.632782347564273, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 502229.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.5439546922248981, "S12": -18.553121230508676, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.364583195216063, "W22": -30.0, "S22": -33.662266617684722, "W31": -70.0, "S31": -72.733669509773833, "W32": -93.872499893261946, "S32": -98.872499893261946 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 505811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6859928979991069, "S11": -3.6859928979991068, "W12": -5.9105464671075527, "S12": -15.076556971171527, "W13": -24.410228698085742, "S13": -24.410228698085742, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -54.989268423142597, "S31": -54.989268423142597, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 508953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.685698613742895, "S12": -11.806543376858338, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.962865647246453, "S21": -37.962865647246453, "W22": -33.712435047129766, "S22": -39.155180636391435, "W31": -70.0, "S31": -70.0, "W32": -95.381702114599662, "S32": -100.38170211459966 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 511787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7702711388689512, "S11": -1.7702711388689512, "W12": -9.7616280837133171, "S12": -13.360827100112688, "W13": -19.418229921614433, "S13": -22.346172753923856, "W21": -39.783894646796277, "S21": -39.783894646796277, "W22": -37.059517925928617, "S22": -37.059517925928617, "W31": -70.0, "S31": -70.595704526999668, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 512876.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5840663444323946, "S12": -4.5840663444323946, "W13": -17.740242574129368, "S13": -17.740242574129368, "W21": -37.773162860537745, "S21": -37.773162860537745, "W22": -39.638322234206335, "S22": -39.638322234206335, "W31": -71.97382439380506, "S31": -73.387189204999018, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106655.0, 522949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.2628732184426266, "S12": -12.923864603479089, "W13": -21.634950034458996, "S13": -21.634950034458996, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -54.599042576779794, "S31": -54.599042576779794, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106657.0, 504919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.640217662311757, "S12": -11.783202377998249, "W13": -30.0, "S13": -30.0, "W21": -37.84980538582392, "S21": -37.84980538582392, "W22": -33.88556444580464, "S22": -37.83810035244737, "W31": -66.849207811905188, "S31": -66.849207811905188, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106657.0, 511771.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9421858043195019, "S12": -14.588827924632795, "W13": -23.838680674599779, "S13": -23.838680674599779, "W21": -30.0, "S21": -30.0, "W22": -36.646343851072501, "S22": -36.646343851072501, "W31": -70.0, "S31": -70.672859498708306, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106657.3, 509394.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85870870161384705, "S11": -2.3450541734959112, "W12": -4.6548330721947693, "S12": -4.6548330721947693, "W13": -21.182462593588955, "S13": -21.182462593588955, "W21": -30.0, "S21": -30.0, "W22": -34.729350854037115, "S22": -37.581421951467149, "W31": -69.164317143532443, "S31": -69.164317143532443, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106658.0, 510071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9043941505519983, "S11": -1.9043941505519983, "W12": -9.9999999999999982, "S12": -13.314597609705823, "W13": -20.103675010579082, "S13": -25.473368628104708, "W21": -39.695831336657385, "S21": -39.695831336657385, "W22": -40.195797618975, "S22": -40.195797618975, "W31": -57.829883677685189, "S31": -57.829883677685189, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106658.0, 512808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4938810417126465, "S11": -1.4938810417126465, "W12": -5.9413360609427013, "S12": -5.9413360609427013, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -44.070551739529698, "S21": -44.070551739529698, "W22": -30.0, "S22": -33.539403996769636, "W31": -70.0, "S31": -72.64280777815371, "W32": -93.791786785644007, "S32": -98.791786785644007 }, "geometry": { "type": "Point", "coordinates": [ 106658.375, 520894.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7391887365893144, "S12": -8.7391887365893144, "W13": -14.519966086938982, "S13": -20.607972021387198, "W21": -40.320280282287406, "S21": -40.320280282287406, "W22": -41.022002191182132, "S22": -41.03200219118213, "W31": -70.582532110800543, "S31": -70.582532110800543, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106658.507575757568702, 516070.537878787901718 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53418277661462599, "S11": 0.53418277661462599, "W12": -10.0, "S12": -10.951347466762487, "W13": -25.0, "S13": -27.531837708830547, "W21": -41.096451008075611, "S21": -41.096451008075611, "W22": -35.658775444194355, "S22": -39.531357029817976, "W31": -64.061723553293987, "S31": -64.061723553293987, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 499118.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42587941557240627, "S11": -2.5741205844275936, "W12": -5.6599077443493409, "S12": -16.641851897194186, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -33.696206887319107, "S22": -33.696206887319107, "W31": -70.0, "S31": -71.135678274343121, "W32": -93.701492313853791, "S32": -98.701492313853791 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 505762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8452914798206277, "W12": -4.9999999999999991, "S12": -15.031615127703496, "W13": -24.249411281956778, "S13": -25.213236526269874, "W21": -30.0, "S21": -33.129405283585825, "W22": -30.204327667152413, "S22": -33.339233803755278, "W31": -70.0, "S31": -72.265820029217863, "W32": -93.720472459339604, "S32": -98.720472459339604 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 506188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0904543671833011, "S11": -1.0904543671833014, "W12": -7.6084923910239883, "S12": -14.773383807776831, "W13": -25.375653507473434, "S13": -26.31267401410793, "W21": -30.0, "S21": -30.0, "W22": -33.640337758140234, "S22": -37.09618408370396, "W31": -66.01952838285959, "S31": -66.107470483091731, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106659.0, 508461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -14.677904928365972, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -34.840325101918729, "S21": -34.840325101918729, "W22": -40.947001860575121, "S22": -40.947001860575121, "W31": -64.00495187938445, "S31": -64.00495187938445, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106659.25, 511386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.391682098918256, "S12": -11.296619652794327, "W13": -16.543262108089067, "S13": -20.135945586846304, "W21": -30.0, "S21": -30.243962067358552, "W22": -40.0, "S22": -40.0, "W31": -54.761871216443126, "S31": -54.761871216443126, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106660.0, 500483.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4739115895754229, "S11": 0.4739115895754229, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.271313649360916, "S13": -19.385765373528983, "W21": -30.0, "S21": -30.0, "W22": -31.092575467501167, "S22": -31.092575467501167, "W31": -70.0, "S31": -71.69044519572877, "W32": -93.512302043743631, "S32": -98.512302043743631 }, "geometry": { "type": "Point", "coordinates": [ 106660.0, 501157.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.91302163376285606, "W12": -8.4029254805259335, "S12": -13.397704576868655, "W13": -22.819004135079254, "S13": -22.819004135079254, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.271425962287061, "S22": -38.749669901922253, "W31": -78.178943036559843, "S31": -79.588152578386044, "W32": -97.477182499079106, "S32": -102.47718249907911 }, "geometry": { "type": "Point", "coordinates": [ 106660.0, 505132.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57364260182302396, "S11": 0.57364260182302396, "W12": -10.0, "S12": -14.156098748073466, "W13": -25.0, "S13": -27.055519234413467, "W21": -41.156728547241094, "S21": -41.156728547241094, "W22": -30.0, "S22": -33.41654137585455, "W31": -70.0, "S31": -72.551946046533587, "W32": -93.760010746271959, "S32": -98.760010746271959 }, "geometry": { "type": "Point", "coordinates": [ 106660.333333333328483, 499048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.974700807818888, "S12": -10.974700807818888, "W13": -30.015615229018032, "S13": -30.015615229018032, "W21": -38.700443646740204, "S21": -38.700443646740204, "W22": -35.533847019047016, "S22": -35.533847019047016, "W31": -70.0, "S31": -70.881991281288947, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106661.0, 511878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5317264448229091, "S11": -1.5317264448229091, "W12": -9.1135999064655682, "S12": -13.422645325671095, "W13": -17.025114962858154, "S13": -17.025114962858154, "W21": -39.990293184635426, "S21": -39.990293184635426, "W22": -34.842196298291952, "S22": -37.235491011350682, "W31": -69.53661079399204, "S31": -69.53661079399204, "W32": -99.557695096819018, "S32": -104.55769509681902 }, "geometry": { "type": "Point", "coordinates": [ 106661.0, 513062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.530382965991821, "S12": -11.766082532537689, "W13": -30.0, "S13": -30.0, "W21": -37.57694344848359, "S21": -37.57694344848359, "W22": -40.0, "S22": -40.0, "W31": -53.98004403972412, "S31": -53.98004403972412, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106662.0, 511734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0059635759442891, "S11": -1.0059635759442891, "W12": -7.5648283477865856, "S12": -9.442605689081681, "W13": -25.196107744473025, "S13": -25.196107744473025, "W21": -30.0, "S21": -30.0, "W22": -31.059484986478612, "S22": -31.059484986478612, "W31": -70.0, "S31": -71.710652996671655, "W32": -93.524054407182831, "S32": -98.524054407182831 }, "geometry": { "type": "Point", "coordinates": [ 106662.333333333328483, 508201.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0198569264610082, "S11": -1.0198569264610082, "W12": -7.5774334989769354, "S12": -10.072873473835029, "W13": -25.249738150159626, "S13": -25.378582558317042, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.583269446793757, "S22": -39.583269446793757, "W31": -56.572999908292566, "S31": -56.572999908292566, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106662.4, 508234.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64772239993855529, "S11": -1.7769577085197634, "W12": -5.0, "S12": -7.2011853133066914, "W13": -21.084842467566936, "S13": -21.084842467566936, "W21": -26.206045106736525, "S21": -28.664108209217446, "W22": -30.00440942431997, "S22": -33.293678754939464, "W31": -70.0, "S31": -72.461084314913464, "W32": -93.764169516684817, "S32": -98.764169516684817 }, "geometry": { "type": "Point", "coordinates": [ 106662.6, 506990.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -16.129548607405827, "W13": -19.573593677359369, "S13": -19.825379491370708, "W21": -40.887909887478997, "S21": -40.985847416393888, "W22": -40.0, "S22": -41.979291244413673, "W31": -80.0, "S31": -80.488789907312054, "W32": -96.169858515176628, "S32": -101.16985851517663 }, "geometry": { "type": "Point", "coordinates": [ 106663.0, 498734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36391737032569366, "S11": -0.40275844144376005, "W12": -10.414072392472297, "S12": -13.414072392472297, "W13": -15.807028721450433, "S13": -34.171069673812383, "W21": -40.662955506036639, "S21": -40.662955506036639, "W22": -33.75159689708007, "S22": -34.828835651202169, "W31": -65.321282303239826, "S31": -65.444001252603201, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106663.0, 514580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3128901947163714, "S12": -5.3128901947163714, "W13": -19.965080947348195, "S13": -19.965080947348195, "W21": -36.847752261148706, "S21": -36.847752261148706, "W22": -30.0, "S22": -34.146741209973293, "W31": -70.000000000000014, "S31": -72.224338629423471, "W32": -94.46894572509477, "S32": -99.46894572509477 }, "geometry": { "type": "Point", "coordinates": [ 106663.0, 521846.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61432881733799227, "S11": -0.61432881733799227, "W12": -5.0, "S12": -11.785376136988962, "W13": -22.763409556937901, "S13": -24.164273891338848, "W21": -30.0, "S21": -33.803088759221282, "W22": -41.004835848180562, "S22": -41.004835848180562, "W31": -65.697166359844331, "S31": -65.697166359844331, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106663.5, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21864973539283986, "S11": 0.21864973539283986, "W12": -10.0, "S12": -11.783706753226189, "W13": -14.942851646243765, "S13": -18.265622949479006, "W21": -40.0, "S21": -40.16952380348814, "W22": -38.194804278739554, "S22": -43.408231870933584, "W31": -78.394177287310811, "S31": -78.394177287310811, "W32": -95.948430162968421, "S32": -100.94843016296842 }, "geometry": { "type": "Point", "coordinates": [ 106664.5, 499623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.414047072903108, "S12": -12.022564565027679, "W13": -30.0, "S13": -30.0, "W21": -37.285238919742831, "S21": -37.285238919742831, "W22": -40.0, "S22": -41.141684069428521, "W31": -80.0, "S31": -81.614493072083135, "W32": -96.874894025059774, "S32": -101.87489402505977 }, "geometry": { "type": "Point", "coordinates": [ 106664.666666666671517, 511695.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.40780827086212, "S22": -39.40780827086212, "W31": -71.777394162599933, "S31": -71.823349003758295, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106664.735632183903363, 530028.18007662834134 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.464470307623149, "S13": -19.25236427937109, "W21": -30.583138313831384, "S21": -30.583138313831384, "W22": -38.986014541182413, "S22": -38.986014541182413, "W31": -71.283386034874653, "S31": -71.528741258923048, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106665.0, 500832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6893641538033217, "S11": -1.6893641538033217, "W12": -5.5174901075330016, "S12": -5.5174901075330016, "W13": -20.0, "S13": -20.0, "W21": -40.446303460324813, "S21": -40.446303460324813, "W22": -34.824962974496053, "S22": -37.116287772436081, "W31": -69.649256277674866, "S31": -69.649256277674866, "W32": -99.449803891960471, "S32": -104.44980389196047 }, "geometry": { "type": "Point", "coordinates": [ 106665.25, 521537.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0488387990017385, "S11": -1.9025176024463675, "W12": -6.7310374962004422, "S12": -18.195086910904557, "W13": -23.089358539894874, "S13": -23.089358539894874, "W21": -29.999999999999996, "S21": -30.478761390863411, "W22": -33.730617369785712, "S22": -33.730617369785712, "W31": -70.0, "S31": -71.157245474504151, "W32": -94.522281776703139, "S32": -99.522281776703139 }, "geometry": { "type": "Point", "coordinates": [ 106665.5, 510435.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.280109506829712, "W13": -16.818105667650574, "S13": -18.83978524434125, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -31.141752435604563, "S22": -31.141752435604563, "W31": -70.0, "S31": -71.644750611766369, "W32": -93.530645917786188, "S32": -98.530645917786188 }, "geometry": { "type": "Point", "coordinates": [ 106665.666666666671517, 500571.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.333497002238174, "S11": -4.5052362397921755, "W12": -10.0, "S12": -14.743436845992861, "W13": -28.188835918673913, "S13": -28.188835918673913, "W21": -33.517393047896128, "S21": -33.517393047896128, "W22": -40.0, "S22": -40.0, "W31": -54.467595575897917, "S31": -54.467595575897917, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106666.0, 511127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0370424223260368, "S12": -9.4912679749047957, "W13": -14.534107055296952, "S13": -23.853419913183465, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -34.154286142773152, "S22": -39.525253112973715, "W31": -70.262333909959011, "S31": -70.262333909959011, "W32": -95.453096706871662, "S32": -100.45309670687166 }, "geometry": { "type": "Point", "coordinates": [ 106666.0, 515467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.5599741270382479, "W12": -4.5693398368798226, "S12": -4.5693398368798226, "W13": -12.638114158068221, "S13": -13.81310437695087, "W21": -38.603433735109043, "S21": -41.603433735109043, "W22": -33.765770545989284, "S22": -37.841847745271146, "W31": -66.784816491059416, "S31": -66.792511988258809, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106666.890625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33108191375404061, "S11": 0.33108191375404061, "W12": -9.9999999999999982, "S12": -14.572745043283998, "W13": -17.394483617589746, "S13": -17.520169403125902, "W21": -40.773513408862364, "S21": -40.827746548683578, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106667.0, 498621.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.282039410535903, "S12": -12.263374828238662, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.99353439100247, "S21": -36.99353439100247, "W22": -35.132849394540671, "S22": -35.132849394540671, "W31": -70.0, "S31": -70.962493894699421, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106667.333333333328483, 511656.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.446936500207723, "S13": -19.274128355721533, "W21": -30.11440144014416, "S21": -30.11440144014416, "W22": -40.968298267389457, "S22": -40.968298267389457, "W31": -64.601076596835654, "S31": -64.601076596835654, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106667.444444444437977, 500861.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5753014382615893, "S12": -4.5753014382615893, "W13": -17.712928502668067, "S13": -17.712928502668067, "W21": -37.764141713226394, "S21": -37.764141713226394, "W22": -31.171894447971287, "S22": -31.171894447971287, "W31": -70.0, "S31": -71.620757305133068, "W32": -93.532711871977853, "S32": -98.532711871977853 }, "geometry": { "type": "Point", "coordinates": [ 106667.5, 522964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7738170482179394, "S11": -1.7738170482179394, "W12": -9.4959990646556758, "S12": -13.33861573162369, "W13": -18.884799954967001, "S13": -19.633548257487732, "W21": -39.843920666289108, "S21": -39.843920666289108, "W22": -30.0, "S22": -33.593257158264741, "W31": -70.0, "S31": -72.811872332947758, "W32": -94.016087744244487, "S32": -99.016087744244487 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 512952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37508658829477937, "S11": -0.50155145590015349, "W12": -11.075774161025493, "S12": -16.904787862197669, "W13": -16.904787862197669, "S13": -29.190400338212772, "W21": -40.964714207385391, "S21": -40.964714207385391, "W22": -35.674270413556627, "S22": -35.688011686029121, "W31": -74.53443210449241, "S31": -75.53443210449241, "W32": -97.968101425018972, "S32": -102.96810142501897 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 514000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5539261907299755, "S12": -4.7606260151887234, "W13": -16.643582857022434, "S13": -16.643582857022434, "W21": -37.279100083937792, "S21": -37.279100083937792, "W22": -35.698455045660801, "S22": -39.541305116615739, "W31": -63.972216045885013, "S31": -63.972216045885013, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 523488.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9296288931870327, "S11": 1.9296288931870327, "W12": -3.3999589117992586, "S12": -3.3999589117992586, "W13": -15.320254198989854, "S13": -15.320254198989854, "W21": -38.252596390140042, "S21": -38.252596390140042, "W22": -30.306890157034086, "S22": -30.600126490591077, "W31": -70.0, "S31": -72.179678340716535, "W32": -93.744842172824221, "S32": -98.744842172824221 }, "geometry": { "type": "Point", "coordinates": [ 106668.0, 524123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73411151730193724, "S11": -0.73411151730193724, "W12": -4.7256198126551201, "S12": -10.010433524499227, "W13": -20.355459522778755, "S13": -22.456168184196077, "W21": -26.915017777992865, "S21": -31.669481182664992, "W22": -36.550304210481926, "S22": -36.550304210481926, "W31": -70.0, "S31": -70.700212612582504, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106669.0, 506451.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.46960700634579, "S11": -2.46960700634579, "W12": -11.3894155277697, "S12": -12.477043465330452, "W13": -28.339575530586767, "S13": -41.760197804991328, "W21": -41.760197804991328, "S21": -41.760197804991328, "W22": -46.421293683161977, "S22": -46.431293683161975, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106669.0, 512345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.752275260076031, "S12": -5.752275260076031, "W13": -20.0, "S13": -20.0, "W21": -43.835763820797602, "S21": -43.835763820797602, "W22": -34.70488140923775, "S22": -40.138637452849537, "W31": -71.657951728151318, "S31": -71.657951728151318, "W32": -95.525901324529428, "S32": -100.52590132452943 }, "geometry": { "type": "Point", "coordinates": [ 106669.0, 521182.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.13240359098865, "S12": -12.486556934270112, "W13": -30.0, "S13": -30.0, "W21": -36.701829862261711, "S21": -36.701829862261711, "W22": -34.175749199788484, "S22": -38.507291615387182, "W31": -68.046931104038435, "S31": -68.046931104038435, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106670.0, 511618.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0447035907686346, "S11": -1.0447035907686346, "W12": -9.2344588646765402, "S12": -14.36535368811661, "W13": -15.0, "S13": -15.794967804158512, "W21": -40.0, "S21": -40.0, "W22": -36.64596008746917, "S22": -36.64596008746917, "W31": -70.0, "S31": -70.683743986801147, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106670.0, 513279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0341645934777983, "S11": -3.8535826529509265, "W12": -7.2442655251658508, "S12": -15.676082402250374, "W13": -25.299211338250959, "S13": -26.083337240416213, "W21": -30.0, "S21": -30.0, "W22": -37.427001345723127, "S22": -37.427001345723127, "W31": -70.0, "S31": -70.538841105706965, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106670.333333333328483, 508607.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38687706412324741, "S11": -2.6131229358767527, "W12": -5.7489076491649289, "S12": -15.705547960779933, "W13": -24.87790626032821, "S13": -24.87790626032821, "W21": -30.0, "S21": -30.0, "W22": -37.068773859525386, "S22": -37.068773859525386, "W31": -70.0, "S31": -70.605384324398642, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106670.571428571434808, 505739.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70561184566923418, "S11": -0.70561184566923418, "W12": -6.2984821647845131, "S12": -6.2984821647845131, "W13": -20.0, "S13": -24.52400836561419, "W21": -39.825760200666068, "S21": -39.825760200666068, "W22": -33.871901208015728, "S22": -33.871901208015728, "W31": -70.0, "S31": -71.168722469022526, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106670.909090909088263, 520355.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5756168259676351, "S11": -2.5756168259676349, "W12": -5.5932540086435534, "S12": -7.5005996392034691, "W13": -13.923252798764141, "S13": -15.709233789938615, "W21": -40.0, "S21": -41.392479944115237, "W22": -40.0, "S22": -42.405734791550252, "W31": -80.0, "S31": -80.974907312049439, "W32": -96.393410674278002, "S32": -101.393410674278 }, "geometry": { "type": "Point", "coordinates": [ 106671.0, 497576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.622720113515431, "S11": -0.622720113515431, "W12": -4.9580374753451677, "S12": -4.9580374753451677, "W13": -17.112576793978391, "S13": -20.164774964988418, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.538317900819031, "S22": -37.651771807233935, "W31": -69.041755569729673, "S31": -69.041755569729673, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106671.0, 502052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90790452021759849, "S11": -0.90790452021759849, "W12": -5.8322658387250863, "S12": -20.091603566283151, "W13": -22.603983319741506, "S13": -22.603983319741506, "W21": -30.0, "S21": -30.20870915715907, "W22": -40.0, "S22": -40.0, "W31": -70.427790949283761, "S31": -70.427790949283761, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106671.0, 510319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0554157444752774, "S11": -3.2257439433981459, "W12": -10.0, "S12": -14.259009910131724, "W13": -26.001658651589281, "S13": -26.001658651589281, "W21": -33.109182738629322, "S21": -33.109182738629322, "W22": -40.0, "S22": -40.0, "W31": -54.860159968957802, "S31": -54.860159968957802, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106671.0, 510976.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.608810929527772, "W13": -16.70439382764674, "S13": -19.958734027029294, "W21": -30.0, "S21": -30.12205632621064, "W22": -36.33380828685727, "S22": -36.497181469080324, "W31": -75.445279142187545, "S31": -76.568799468139062, "W32": -97.946731879016085, "S32": -102.94673187901608 }, "geometry": { "type": "Point", "coordinates": [ 106671.285714285710128, 500527.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.61149730174700445, "W12": -9.0753047854770301, "S12": -13.116562388633106, "W13": -21.798845623707788, "S13": -21.798845623707788, "W21": -30.0, "S21": -30.0, "W22": -38.365265429447852, "S22": -39.712625506235199, "W31": -59.141871400878493, "S31": -59.141871400878493, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 504956.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42448794650712668, "S11": -2.5755120534928735, "W12": -5.7003987494234023, "S12": -17.073902843481768, "W13": -24.92439433546026, "S13": -24.92439433546026, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -54.955147112071792, "S31": -54.955147112071792, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -14.215519079087613, "W13": -30.0, "S13": -30.0, "W21": -35.237926763029471, "S21": -35.237926763029471, "W22": -46.289165606967934, "S22": -46.299165606967932, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 511430.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9144129679462065, "S11": -1.9144129679462065, "W12": -9.9556600023383606, "S12": -13.257522334412059, "W13": -20.173659711597931, "S13": -24.768409133797327, "W21": -39.678267188904684, "S21": -39.678267188904684, "W22": -40.0, "S22": -40.0, "W31": -70.656363210002013, "S31": -71.032312621725211, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 512820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31043546441495778, "S11": -0.55193070933418653, "W12": -11.387670512786814, "S12": -16.398466104065633, "W13": -16.398466104065633, "S13": -36.165915357100467, "W21": -40.991751538840894, "S21": -40.991751538840894, "W22": -39.801459745406852, "S22": -39.801459745406852, "W31": -71.563808406579653, "S31": -72.648952519905706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 514374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5220687305344498, "S12": -5.5220687305344498, "W13": -20.0, "S13": -20.0, "W21": -40.538159841691481, "S21": -40.538159841691481, "W22": -39.400905949238457, "S22": -39.40150687364671, "W31": -71.854461296531312, "S31": -71.854461296531312, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.0, 521531.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.890839789571, "S12": -11.890839789571, "W13": -16.437642136676388, "S13": -19.979468531794513, "W21": -30.042256673176531, "S21": -30.418457787188942, "W22": -38.284562124033869, "S22": -38.284562124033869, "W31": -70.588525225878811, "S31": -70.97110785727665, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106672.333333333328483, 500436.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.384523117185227, "S12": -12.552281422405651, "W13": -28.283124355425283, "S13": -41.76496769658597, "W21": -41.76496769658597, "S21": -41.76496769658597, "W22": -36.169363249926242, "S22": -36.169363249926242, "W31": -70.0, "S31": -70.775296833447399, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106673.0, 512360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": -39.418766285456435, "S22": -39.41959766538492, "W31": -71.901719178814602, "S31": -71.901719178814602, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106673.0, 528085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8921094124794946, "S11": -0.8921094124794946, "W12": -7.3767579330280366, "S12": -9.8792806373668238, "W13": -24.433655458476817, "S13": -24.433655458476817, "W21": -30.0, "S21": -30.0, "W22": -37.956501193005252, "S22": -43.229449095918923, "W31": -77.712222185899023, "S31": -77.712222185899023, "W32": -95.941825491820893, "S32": -100.94182549182089 }, "geometry": { "type": "Point", "coordinates": [ 106674.0, 507909.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78650509305973337, "S11": -1.9316736602061968, "W12": -4.6931462844669802, "S12": -8.6605729131360718, "W13": -21.470112858833488, "S13": -21.470112858833488, "W21": -30.0, "S21": -30.0, "W22": -39.017520748970504, "S22": -39.71771422401806, "W31": -79.35944072997745, "S31": -80.940359461936794, "W32": -97.437072811361674, "S32": -102.43707281136167 }, "geometry": { "type": "Point", "coordinates": [ 106675.444444444437977, 510120.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42500862961684505, "S11": 0.42500862961684505, "W12": -10.0, "S12": -10.0, "W13": -17.257315184148307, "S13": -19.449937836485994, "W21": -30.0, "S21": -30.0, "W22": -35.150994856554647, "S22": -36.066307966321133, "W31": -71.929102882455126, "S31": -71.929102882455126, "W32": -98.073065067736195, "S32": -103.0730650677362 }, "geometry": { "type": "Point", "coordinates": [ 106676.0, 501178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2471014020215194, "S11": -3.2471014020215194, "W12": -6.3160328530944021, "S12": -6.6707856514174759, "W13": -18.914997241043103, "S13": -20.470407744603232, "W21": -30.517961329821681, "S21": -31.95713541337182, "W22": -33.617267884697597, "S22": -37.836471033433959, "W31": -66.507426547411555, "S31": -66.541825017983726, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106676.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8261808092386471, "S11": -1.8261808092386471, "W12": -9.7038372500876893, "S12": -13.274018239835822, "W13": -19.485427602414894, "S13": -21.342686160777696, "W21": -39.754583113863987, "S21": -39.754583113863987, "W22": -30.0, "S22": -33.918805009247357, "W31": -70.0, "S31": -72.460653165761244, "W32": -94.439917616790026, "S32": -99.439917616790026 }, "geometry": { "type": "Point", "coordinates": [ 106676.0, 512892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16431571064281589, "S11": -0.16431571064281589, "W12": -5.0, "S12": -7.2929936305732479, "W13": -15.000000000000002, "S13": -15.101131802516065, "W21": -40.440667959441456, "S21": -40.440667959441456, "W22": -30.047432113938129, "S22": -33.04305713653703, "W31": -70.0, "S31": -72.378796820126269, "W32": -93.815113839713305, "S32": -98.815113839713305 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 498290.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.2625626740947071, "S12": -18.427966537085013, "W13": -24.840422025963925, "S13": -25.107495196695702, "W21": -30.0, "S21": -31.954659966321483, "W22": -35.41, "S22": -35.41, "W31": -74.103041631420496, "S31": -74.928181454275276, "W32": -98.019518980668394, "S32": -103.01951898066839 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 506031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9556617628682442, "S12": -14.576855473539455, "W13": -23.967991457975032, "S13": -23.967991457975032, "W21": -30.0, "S21": -30.0, "W22": -34.631629452117558, "S22": -37.295030760914692, "W31": -69.419255513069146, "S31": -69.419255513069146, "W32": -99.841979755869687, "S32": -104.84197975586969 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 509369.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4305783349325756, "S12": -6.4305783349325756, "W13": -20.0, "S13": -20.0, "W21": -39.118118115874275, "S21": -39.118118115874275, "W22": -40.0, "S22": -40.0, "W31": -55.257393781774027, "S31": -55.257393781774027, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106677.0, 520156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8055371140617501, "S11": -5.8055371140617495, "W12": -5.8055371140617495, "S12": -5.8055371140617495, "W13": -13.952072724172069, "S13": -16.499137272281711, "W21": -40.0, "S21": -42.291709864667844, "W22": -39.325567785571316, "S22": -39.325567785571316, "W31": -71.570679055427036, "S31": -71.70179242677591, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106678.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0654862286959013, "S12": -9.5747863139976381, "W13": -14.497572675911202, "S13": -25.514490947644674, "W21": -40.0, "S21": -40.0, "W22": -35.243243851150623, "S22": -35.784785945140115, "W31": -72.837499204118572, "S31": -73.163307829455505, "W32": -98.031377135133468, "S32": -103.03137713513347 }, "geometry": { "type": "Point", "coordinates": [ 106679.5, 515403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2930862721657701, "W12": -9.3222159859407636, "S12": -13.035700999313576, "W13": -21.400585802894554, "S13": -21.400585802894554, "W21": -30.0, "S21": -30.0, "W22": -34.59613723841715, "S22": -39.895325589556613, "W31": -71.291754245642764, "S31": -71.291754245642764, "W32": -95.524491299143719, "S32": -100.52449129914372 }, "geometry": { "type": "Point", "coordinates": [ 106680.0, 504889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70311944423174655, "S11": -0.70311944423174655, "W12": -4.5638316076686838, "S12": -14.125421287235891, "W13": -22.436708669781488, "S13": -22.436708669781488, "W21": -30.0, "S21": -30.0, "W22": -37.065734484075335, "S22": -42.631378078873766, "W31": -76.216357582182539, "S31": -76.216357582182539, "W32": -95.83487401405641, "S32": -100.83487401405641 }, "geometry": { "type": "Point", "coordinates": [ 106680.0, 509732.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49141390114034944, "S11": -0.49141390114034944, "W12": -9.1701413850865077, "S12": -9.8392818099804202, "W13": -14.508860830959074, "S13": -29.140385929541615, "W21": -40.0, "S21": -40.0, "W22": -34.439183569026262, "S22": -37.712659009007965, "W31": -68.954132494973436, "S31": -68.954132494973436, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106680.0, 515192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8596344230554438, "S11": 1.8596344230554438, "W12": -3.4044289897510986, "S12": -5.5636199782361579, "W13": -15.0, "S13": -15.0, "W21": -38.616613521269294, "S21": -38.616613521269294, "W22": -46.250450464228315, "S22": -46.260450464228313, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106681.5, 524280.125 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0318699718120952, "S12": -5.0318699718120952, "W13": -19.106266259681952, "S13": -19.106266259681952, "W21": -35.949922187547401, "S21": -35.949922187547401, "W22": -40.989594674203801, "S22": -40.989594674203801, "W31": -65.197201314287042, "S31": -65.197201314287042, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106681.6, 522274.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88479259996485415, "S11": -0.88479259996485415, "W12": -7.309850920783397, "S12": -10.309850920783397, "W13": -24.287198835054276, "S13": -24.287198835054276, "W21": -30.0, "S21": -30.0, "W22": -35.406956275504278, "S22": -35.406956275504278, "W31": -70.0, "S31": -70.920075443664501, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106682.0, 507869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8093392817278744, "S12": -5.8093392817278744, "W13": -20.0, "S13": -20.0, "W21": -43.872326169405831, "S21": -43.872326169405831, "W22": -40.0, "S22": -40.0, "W31": -55.442698648245596, "S31": -55.442698648245596, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106682.285714285710128, 521097.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0188975448535897, "S11": -3.0598348683996131, "W12": -9.9697725554868324, "S12": -12.461757374310434, "W13": -20.199273489547561, "S13": -20.199273489547561, "W21": -30.0, "S21": -30.0, "W22": -30.409452646915945, "S22": -32.905646816096059, "W31": -70.0, "S31": -72.093536652215107, "W32": -93.748068924941805, "S32": -98.748068924941805 }, "geometry": { "type": "Point", "coordinates": [ 106682.333333333328483, 504675.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.298261363351626, "W13": -16.865525547204623, "S13": -18.904944767827875, "W21": -30.0, "S21": -30.000150585062563, "W22": -39.877468038200462, "S22": -39.877468038200462, "W31": -55.995057285523188, "S31": -55.995057285523188, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106682.571428571434808, 500572.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.051468534955619, "S12": -11.051468534955619, "W13": -30.325477780170949, "S13": -30.325477780170949, "W21": -38.699198874974364, "S21": -38.699198874974364, "W22": -39.638508856546359, "S22": -39.638508856546359, "W31": -71.820456060865823, "S31": -73.01550218101336, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106683.0, 511894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.342318240749975, "S12": -11.342318240749975, "W13": -31.001197580365236, "S13": -31.001197580365236, "W21": -38.811958605827606, "S21": -38.811958605827606, "W22": -39.175789732266374, "S22": -39.492362253963698, "W31": -57.364644570445542, "S31": -57.364644570445542, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106683.0, 511988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10837229736093279, "S11": -0.10837229736093279, "W12": -8.0861897523716326, "S12": -8.0861897523716326, "W13": -17.134831738766831, "S13": -19.527678620317928, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106683.636363636367605, 501382.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.6403034185843879, "S12": -18.513063137169095, "W13": -24.975006769579331, "S13": -24.975006769579331, "W21": -30.0, "S21": -30.355983240297537, "W22": -35.45161211207791, "S22": -39.466243077480925, "W31": -64.070608257074127, "S31": -64.070608257074127, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106684.0, 505817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37228287092882995, "S11": -0.37228287092882995, "W12": -10.157530098170364, "S12": -12.65601397602644, "W13": -15.602906505335996, "S13": -33.620578686867518, "W21": -40.549915098905913, "S21": -40.549915098905913, "W22": -37.871340996154473, "S22": -37.871340996154473, "W31": -70.179843954908563, "S31": -70.643584736189538, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106684.0, 514627.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -31.135260405992362, "S22": -31.135260405992362, "W31": -70.0, "S31": -71.624614267350609, "W32": -93.590123015072891, "S32": -98.590123015072891 }, "geometry": { "type": "Point", "coordinates": [ 106684.457894736842718, 530016.252631578943692 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8647305216021937, "S11": -1.8647305216021937, "W12": -9.7982374605401628, "S12": -13.222724641186375, "W13": -19.807308011652289, "S13": -22.470450259247254, "W21": -39.702658978309167, "S21": -39.702658978309167, "W22": -40.609966213279996, "S22": -40.619966213279994, "W31": -70.51114659128784, "S31": -70.51114659128784, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106684.5, 512864.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.801858260842376, "S12": -11.801858260842376, "W13": -16.332022165263577, "S13": -19.82299147674253, "W21": -31.377441406250551, "S21": -31.889518305272269, "W22": -33.640859505499456, "S22": -37.854193299174362, "W31": -66.803730547526314, "S31": -66.803730547526314, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106684.666666666671517, 500389.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -13.721177076671639, "W13": -30.0, "S13": -30.0, "W21": -35.635528424140205, "S21": -35.635528424140205, "W22": -40.0, "S22": -40.0, "W31": -54.968683524305995, "S31": -54.968683524305995, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106684.75, 511474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57252924319528431, "S11": -0.61318795713473584, "W12": -9.3974023345936057, "S12": -15.316359699845744, "W13": -15.316359699845744, "S13": -19.665560377840183, "W21": -40.0, "S21": -40.0, "W22": -38.772593748839142, "S22": -38.772593748839142, "W31": -71.093662176619205, "S31": -71.391284090831277, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106685.0, 513494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2859769370637149, "S11": -3.3819832105191803, "W12": -10.633655419000355, "S12": -14.216202626079546, "W13": -19.066082511865559, "S13": -19.066082511865559, "W21": -30.0, "S21": -30.0, "W22": -37.362646172151393, "S22": -42.811702076367268, "W31": -76.62331233333488, "S31": -76.62331233333488, "W32": -95.885047417364888, "S32": -100.88504741736489 }, "geometry": { "type": "Point", "coordinates": [ 106685.333333333328483, 504456.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8085314056973125, "S12": -8.9249992590955856, "W13": -14.447815659724004, "S13": -17.261723403614912, "W21": -40.103029504816341, "S21": -40.103029504816341, "W22": -35.053342418878607, "S22": -40.381245417175727, "W31": -72.458205762541013, "S31": -72.458205762541013, "W32": -95.588901574440612, "S32": -100.58890157444061 }, "geometry": { "type": "Point", "coordinates": [ 106685.71052631578641, 515917.355263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88873078313381104, "S11": -4.2039858375193004, "W12": -6.4769878053993315, "S12": -15.445571887072116, "W13": -24.974549978707753, "S13": -24.974549978707753, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -34.698645964805173, "S22": -36.961735549908404, "W31": -69.766325391810696, "S31": -69.766325391810696, "W32": -99.419214306896762, "S32": -104.41921430689676 }, "geometry": { "type": "Point", "coordinates": [ 106686.0, 508769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.388911661488898, "S11": 0.388911661488898, "W12": -9.8493905926084757, "S12": -9.8493905926084757, "W13": -17.247189352026023, "S13": -19.493335937628501, "W21": -30.0, "S21": -30.0, "W22": -35.728176846811841, "S22": -35.728176846811841, "W31": -70.0, "S31": -70.863261016696811, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106686.666666666671517, 501193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6274474596316455, "S11": -0.6274474596316455, "W12": -5.1981524046189378, "S12": -5.1981524046189378, "W13": -17.025735898524822, "S13": -20.025735898524822, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.463532465874678, "S22": -39.463532465874678, "W31": -56.802389057721925, "S31": -56.802389057721925, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106687.0, 501885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.54345356126387279, "S11": 0.54345356126387279, "W12": -10.0, "S12": -15.358813508909471, "W13": -24.655125514882936, "S13": -26.515147790141498, "W21": -41.121974979025424, "S21": -41.121974979025424, "W22": -31.249045253007949, "S22": -31.249045253007949, "W31": -70.0, "S31": -71.543864457575893, "W32": -93.594500133759794, "S32": -98.594500133759794 }, "geometry": { "type": "Point", "coordinates": [ 106687.166666666671517, 499009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90811281318061765, "S11": -4.6405890911119849, "W12": -10.288578133840474, "S12": -11.751189736253147, "W13": -19.343684906241009, "S13": -19.907010070021581, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -34.690660441260199, "S22": -36.948663427281232, "W31": -69.776979314051488, "S31": -69.776979314051488, "W32": -99.413790428391692, "S32": -104.41379042839169 }, "geometry": { "type": "Point", "coordinates": [ 106687.727272727279342, 504066.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -13.346162227201454, "S13": -15.969128836790494, "W21": -40.0, "S21": -42.735003800799817, "W22": -35.617468368782617, "S22": -35.617468368782617, "W31": -70.0, "S31": -70.884925053874767, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106687.75, 497221.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0968287692791943, "S11": -3.1442595993187199, "W12": -9.9841475984333137, "S12": -12.62915826446789, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -34.502485909755244, "S22": -37.389848820143392, "W31": -69.289836396779094, "S31": -69.289836396779094, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 504643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57002967804951343, "S11": -0.57002967804951343, "W12": -4.7698916969631924, "S12": -14.572933942637025, "W13": -23.279066548770739, "S13": -23.279066548770739, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.933112825153373, "S22": -39.684263083379484, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 509535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69339322135364101, "S11": -0.69339322135364101, "W12": -4.5712444925987299, "S12": -14.453266964508842, "W13": -22.496861355819245, "S13": -22.496861355819245, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.558555912241317, "W31": -80.0, "S31": -80.664727085478887, "W32": -96.257293680753776, "S32": -101.25729368075378 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 509720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4109026963657683, "S11": -2.4109026963657683, "W12": -10.960571195845848, "S12": -13.027470503347612, "W13": -25.764239931949568, "S13": -40.764239931949568, "W21": -40.764239931949568, "S21": -40.764239931949568, "W22": -36.645576323865683, "S22": -36.645576323865683, "W31": -70.0, "S31": -70.694628474894003, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.0, 512526.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5458586218938621, "S12": -4.9258113929379057, "W13": -16.733504344751523, "S13": -16.733504344751523, "W21": -37.283367039484709, "S21": -37.283367039484709, "W22": -36.160679203945861, "S22": -36.160679203945861, "W31": -70.0, "S31": -70.784978719751706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106688.142857142855064, 523450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7756453367730356, "S11": -1.3775373647570508, "W12": -4.9464868843683076, "S12": -15.059403113556847, "W13": -21.99836440012076, "S13": -21.99836440012076, "W21": -30.0, "S21": -30.0, "W22": -35.506759890753401, "S22": -35.506759890753401, "W31": -70.0, "S31": -70.906589091052723, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106689.0, 510206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42995527662202521, "S11": 0.42995527662202521, "W12": -10.0, "S12": -12.231123193653694, "W13": -20.0, "S13": -23.050534454395905, "W21": -40.901533510138364, "S21": -40.901533510138364, "W22": -37.078029793122141, "S22": -37.078029793122141, "W31": -70.0, "S31": -70.615064121797616, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106690.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0323316618911174, "S11": -4.0323316618911171, "W12": -10.271095785389305, "S12": -11.556634876869651, "W13": -19.373148234771786, "S13": -19.892137436270353, "W21": -30.0, "S21": -30.116940050160895, "W22": -39.560951049567393, "S22": -40.416471331936783, "W31": -80.0, "S31": -81.667305897762972, "W32": -97.399009536282904, "S32": -102.3990095362829 }, "geometry": { "type": "Point", "coordinates": [ 106690.0, 504035.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.6586745938188709, "S12": -18.516798663042923, "W13": -24.940279333626403, "S13": -24.940279333626403, "W21": -30.000000000000004, "S21": -30.359825773346241, "W22": -40.0, "S22": -40.0, "W31": -54.958448721472472, "S31": -54.958448721472472, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106690.0, 505819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0223387218587354, "S11": -1.0223387218587354, "W12": -7.3881905875475011, "S12": -9.5276469043293979, "W13": -25.158615771871869, "S13": -25.243342221993604, "W21": -30.0, "S21": -30.0, "W22": -33.561062342743043, "S22": -37.851664469521118, "W31": -66.660064480960571, "S31": -66.6738658851732, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106690.0, 508201.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50000000000001155, "S11": -0.50000000000001155, "W12": -6.3983378974723566, "S12": -6.3983378974723566, "W13": -20.0, "S13": -20.0, "W21": -39.330191289059407, "S21": -39.330191289059407, "W22": -36.186885344936407, "S22": -36.186885344936407, "W31": -70.0, "S31": -70.780920166595891, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106690.647058823524276, 520206.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21384781311847281, "S11": 0.21384781311847281, "W12": -10.0, "S12": -12.540376850605654, "W13": -14.961398009613431, "S13": -18.250645752256457, "W21": -40.081488538893417, "S21": -40.081488538893417, "W22": -37.659557860227466, "S22": -42.992026073860785, "W31": -77.030267084487235, "S31": -77.030267084487235, "W32": -95.935220820673365, "S32": -100.93522082067336 }, "geometry": { "type": "Point", "coordinates": [ 106691.0, 499571.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15563065908612281, "S11": -2.8443693409138771, "W12": -6.1342493977756147, "S12": -14.24889850914855, "W13": -24.457826787470442, "S13": -24.457826787470442, "W21": -30.0, "S21": -30.0, "W22": -35.456369340081494, "S22": -40.812986985536277, "W31": -73.240658819812182, "S31": -73.240658819812182, "W32": -95.653311849737619, "S32": -100.65331184973762 }, "geometry": { "type": "Point", "coordinates": [ 106691.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4551315680265464, "S12": -8.4551315680265464, "W13": -14.387512780771328, "S13": -20.112993544177602, "W21": -41.078718777314258, "S21": -41.078718777314258, "W22": -30.0, "S22": -33.291417412121589, "W31": -70.0, "S31": -72.72692008088697, "W32": -94.019923816878389, "S32": -99.019923816878389 }, "geometry": { "type": "Point", "coordinates": [ 106691.508620689652162, 516626.133620689681266 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -38.809884960960986, "S22": -43.112329353006885, "W31": -78.891312165210365, "S31": -79.17370145460275, "W32": -96.08454101832244, "S32": -101.08454101832244 }, "geometry": { "type": "Point", "coordinates": [ 106692.0, 529473.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31333667996516007, "S11": -2.6866633200348398, "W12": -5.9181018765970412, "S12": -15.105590741807173, "W13": -24.650414254985787, "S13": -24.650414254985787, "W21": -30.0, "S21": -30.0, "W22": -35.396051412724169, "S22": -35.396051412724169, "W31": -70.0, "S31": -70.928253128230679, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106692.857142857144936, 505698.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25652690159811942, "S11": 0.25652690159811942, "W12": -9.1458626383707422, "S12": -13.637624716002687, "W13": -16.135920769802528, "S13": -16.266792564674319, "W21": -40.691209207048175, "S21": -40.691209207048175, "W22": -40.0, "S22": -41.254164959552007, "W31": -80.0, "S31": -81.72996030518155, "W32": -97.016330372856387, "S32": -102.01633037285639 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 498571.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.03409123378369034, "S11": 0.03409123378369034, "W12": -10.0, "S12": -10.239610565221311, "W13": -14.921362052681289, "S13": -17.794702152885662, "W21": -39.344675494218578, "S21": -40.312521648064731, "W22": -30.0, "S22": -33.690868808521529, "W31": -70.0, "S31": -72.696967702099016, "W32": -94.410889508485241, "S32": -99.410889508485241 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 499874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89406536392438707, "S11": -4.2517139824425705, "W12": -6.4330029738460324, "S12": -15.402258102975555, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -30.0, "S21": -30.0, "W22": -33.659400722692617, "S22": -33.659400722692617, "W31": -70.0, "S31": -71.219327974983969, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 508769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40414053075995177, "S11": -0.40414053075995177, "W12": -9.8210696219439679, "S12": -10.821069621943968, "W13": -15.179967068356619, "S13": -32.165158758140478, "W21": -40.314574348389925, "S21": -40.314574348389925, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106693.0, 514760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -17.0266572667623, "S13": -19.041528478721062, "W21": -30.0, "S21": -30.0, "W22": -39.370467155144077, "S22": -39.370467155144077, "W31": -71.650943840643933, "S31": -71.744984206397334, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106693.857142857144936, 500617.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0157087453809608, "S11": -4.0157087453809606, "W12": -10.553831917749974, "S12": -13.463059007122199, "W13": -19.021536497768196, "S13": -19.021536497768196, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -55.921583304883448, "S31": -55.921583304883448, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106694.0, 504321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47876597375480695, "S11": -2.4787659737548067, "W12": -7.8732327042867789, "S12": -13.889816237229635, "W13": -23.249581712696379, "S13": -23.249581712696379, "W21": -30.0, "S21": -30.0, "W22": -35.285342934694953, "S22": -35.285342934694953, "W31": -70.0, "S31": -70.949917165408635, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106694.0, 505242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7611470510096474, "S11": -2.7611470510096474, "W12": -11.510895609188708, "S12": -12.361599766087455, "W13": -29.303153666612289, "S13": -41.523507574696929, "W21": -41.523507574696929, "S21": -41.523507574696929, "W22": -37.49905791104996, "S22": -37.963850587592709, "W31": -77.003064674257956, "S31": -78.367053402912575, "W32": -97.820911608616768, "S32": -102.82091160861677 }, "geometry": { "type": "Point", "coordinates": [ 106694.6, 512305.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62089755943725089, "S11": -0.62089755943725089, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -17.215904574829448, "S13": -20.312171561702897, "W21": -30.000000000000004, "S21": -30.419875791889051, "W22": -35.174634456665729, "S22": -35.174634456665729, "W31": -70.0, "S31": -70.971581202586592, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106694.833333333328483, 502252.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2986402175651897, "S11": -3.2986402175651897, "W12": -5.173653371896469, "S12": -6.4077278289802333, "W13": -13.888560574498412, "S13": -15.611770617101772, "W21": -40.0, "S21": -41.689866996357551, "W22": -37.263845452313838, "S22": -37.263845452313838, "W31": -70.0, "S31": -70.583703196177083, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 497499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.82396891811117767, "W12": -9.2346516934571188, "S12": -13.175468286369492, "W13": -21.424491729841492, "S13": -21.424491729841492, "W21": -30.0, "S21": -30.0, "W22": -30.5120151367978, "S22": -32.405236449450392, "W31": -70.0, "S31": -72.007394963713665, "W32": -93.751295677059389, "S32": -98.751295677059389 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 504901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55421535368764929, "W12": -9.1266472217366115, "S12": -13.232633224315439, "W13": -21.575680565127495, "S13": -21.575680565127495, "W21": -30.0, "S21": -30.0, "W22": -46.313189110965816, "S22": -46.323189110965814, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 504928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78604868913857673, "S11": -0.78604868913857673, "W12": -4.6827537635355228, "S12": -10.545934743045443, "W13": -20.231902776399835, "S13": -22.185209863014009, "W21": -26.960700814456967, "S21": -31.644732897041813, "W22": -31.949225616771063, "S22": -31.949225616771063, "W31": -70.0, "S31": -71.364933230222888, "W32": -93.614442943461825, "S32": -98.614442943461825 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 506457.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6250838926174498, "S11": -2.6250838926174498, "W12": -11.320905666140611, "S12": -12.810503413295965, "W13": -27.687084387000091, "S13": -41.253211525544202, "W21": -41.253211525544202, "S21": -41.253211525544202, "W22": -35.561320575145004, "S22": -35.561320575145004, "W31": -70.0, "S31": -70.900695719415197, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106695.0, 512421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5497191768505401, "S12": -5.5497191768505401, "W13": -20.0, "S13": -20.0, "W21": -41.025000148563009, "S21": -41.025000148563009, "W22": -31.530484213217434, "S22": -31.530484213217434, "W31": -70.0, "S31": -71.408745091092896, "W32": -93.621595300179067, "S32": -98.621595300179067 }, "geometry": { "type": "Point", "coordinates": [ 106695.166666666671517, 521492.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1126529649832835, "S11": -3.1126529649832833, "W12": -10.607157372471953, "S12": -13.784722085747042, "W13": -18.959037587904639, "S13": -18.959037587904639, "W21": -30.0, "S21": -30.0, "W22": -36.067051359293927, "S22": -39.646650056875458, "W31": -63.590760478454946, "S31": -63.590760478454946, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106696.0, 504368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5859783766468327, "S12": -4.5859783766468327, "W13": -17.744255297330479, "S13": -17.744255297330479, "W21": -37.60231594366924, "S21": -37.60231594366924, "W22": -35.859396261283869, "S22": -41.244728553896309, "W31": -73.99569476261928, "S31": -73.99569476261928, "W32": -95.717722125034513, "S32": -100.71772212503451 }, "geometry": { "type": "Point", "coordinates": [ 106696.2, 522951.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -40.0, "W31": -54.8383825027312, "S31": -54.8383825027312, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106696.340425531918299, 529969.489361702115275 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0156657188922646, "S11": -1.0156657188922646, "W12": -7.335639351716484, "S12": -9.0652040908739338, "W13": -25.096630999847214, "S13": -25.096630999847214, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.063925978636505, "S22": -35.063925978636505, "W31": -70.0, "S31": -70.993245239764548, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106696.666666666671517, 508175.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5009804711093593, "S11": -1.5009804711093593, "W12": -4.8936437897273173, "S12": -8.7995368473345437, "W13": -15.56648813458599, "S13": -17.937010359892433, "W21": -40.0, "S21": -40.640366424184236, "W22": -38.851326855143085, "S22": -38.851326855143085, "W31": -71.188118914905658, "S31": -71.47831837877861, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106696.8, 497787.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -35.587867403446893, "S22": -39.504596548039267, "W31": -63.909129781979317, "S31": -63.909129781979317, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106696.934615384612698, 530033.976923076901585 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.61252455336264, "S12": -11.61252455336264, "W13": -16.226402193850902, "S13": -19.666514421690746, "W21": -32.712626139322914, "S21": -33.364225844473808, "W22": -36.415580306361534, "S22": -36.415580306361534, "W31": -70.0, "S31": -70.743059631030945, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106697.0, 500342.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.6704925426682387, "S12": -18.595118948460872, "W13": -24.911734433619639, "S13": -24.911734433619639, "W21": -30.0, "S21": -30.39889152600804, "W22": -34.95321750060728, "S22": -34.95321750060728, "W31": -70.0, "S31": -71.014909276942518, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106697.0, 505826.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.171551578115295, "S12": -12.246624412621085, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.939442995182887, "S21": -36.939442995182887, "W22": -36.59515372600098, "S22": -36.907011710808938, "W31": -75.733810255803874, "S31": -76.960819424620851, "W32": -98.031510207051497, "S32": -103.0315102070515 }, "geometry": { "type": "Point", "coordinates": [ 106697.0, 511634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8813834402819589, "S11": -1.8813834402819589, "W12": -9.6408149187419614, "S12": -13.187926947960687, "W13": -19.539537567373593, "S13": -20.419597653877442, "W21": -39.727050767713649, "S21": -39.727050767713649, "W22": -36.516277054183611, "S22": -36.516277054183611, "W31": -70.0, "S31": -70.725413014563841, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106697.0, 512909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -13.226835074255668, "W13": -30.0, "S13": -30.0, "W21": -36.033130085250946, "S21": -36.033130085250946, "W22": -34.842509022578049, "S22": -34.842509022578049, "W31": -70.0, "S31": -71.036573314120474, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106697.5, 511518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9061243676819846, "S12": -9.1770432725208053, "W13": -14.423739584186416, "S13": -14.423739584186416, "W21": -40.0, "S21": -40.0, "W22": -34.824445743049232, "S22": -39.957512251933174, "W31": -72.012204755509885, "S31": -72.012204755509885, "W32": -95.594518175560438, "S32": -100.59451817556044 }, "geometry": { "type": "Point", "coordinates": [ 106697.853658536580042, 515714.780487804906443 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93603423452247625, "S11": -4.8229274982600936, "W12": -5.0, "S12": -5.1539520502813119, "W13": -14.104688356539853, "S13": -16.372879026671949, "W21": -39.999999999999993, "S21": -42.079813273752457, "W22": -39.748759094693142, "S22": -39.748759094693142, "W31": -71.49611279428072, "S31": -72.433190631512957, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.0, 497401.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12852414445298183, "S11": 0.12852414445298183, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.452132384203303, "S13": -19.304797149253595, "W21": -30.363739732659045, "S21": -30.363739732659045, "W22": -36.262423182486756, "S22": -41.676470122256859, "W31": -74.591546138506871, "S31": -74.954507730098811, "W32": -95.782132400331491, "S32": -100.78213240033149 }, "geometry": { "type": "Point", "coordinates": [ 106698.0, 500758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.5980072779457739, "S12": -19.176872886737435, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.671253928055261, "W22": -34.148469599483136, "S22": -37.927551872009538, "W31": -68.661370796193708, "S31": -68.661370796193708, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.0, 505863.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0205294605456208, "S11": -4.4957772836195309, "W12": -6.9228631969760812, "S12": -15.612200439765649, "W13": -25.279472710060887, "S13": -25.977099013188326, "W21": -30.0, "S21": -30.0, "W22": -33.726029013833447, "S22": -33.726029013833447, "W31": -70.0, "S31": -71.240523024206183, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.0, 508643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77604825562438884, "S11": -0.77604825562438884, "W12": -5.0, "S12": -5.3956649400732397, "W13": -18.643067888513812, "S13": -20.678475558662775, "W21": -30.0, "S21": -31.473381647707235, "W22": -40.0, "S22": -40.0, "W31": -54.718316283989935, "S31": -54.718316283989935, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.5, 503223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62870805250088646, "S11": -0.62870805250088646, "W12": -5.0, "S12": -5.0, "W13": -17.131700917365208, "S13": -20.169910930807873, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.399565423884127, "S22": -39.400411714146898, "W31": -71.789465916734585, "S31": -71.794165099175018, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106698.833333333328483, 502090.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.0380974347660397, "W12": -5.0380974347660397, "S12": -5.0380974347660397, "W13": -12.76679454944297, "S13": -13.911973128527993, "W21": -38.709125083052648, "S21": -41.709125083052648, "W22": -40.0, "S22": -40.0, "W31": -56.400467961521741, "S31": -56.400467961521741, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83026534138538666, "S11": -0.83026534138538666, "W12": -4.9241355571924901, "S12": -6.6735785319316427, "W13": -15.0, "S13": -15.415503050421167, "W21": -40.103380957761168, "S21": -40.103380957761168, "W22": -35.28006553196154, "S22": -35.28006553196154, "W31": -70.0, "S31": -70.958159606040056, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 497972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72744427146596413, "S11": -0.72744427146596413, "W12": -4.9291666089840334, "S12": -6.3526551958216055, "W13": -15.0, "S13": -15.118108229056324, "W21": -40.130430835712126, "S21": -40.130430835712126, "W22": -34.224279934144946, "S22": -37.685840426560603, "W31": -68.920655837491125, "S31": -68.920655837491125, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49148566482436662, "S11": 0.49148566482436662, "W12": -10.0, "S12": -19.941865181299516, "W13": -22.140039447731755, "S13": -23.140039447731755, "W21": -40.975739521679508, "S21": -41.014918909255002, "W22": -40.0, "S22": -40.0, "W31": -55.649202138086913, "S31": -55.649202138086913, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 498875.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52250726619161025, "S11": 0.52250726619161025, "W12": -10.0, "S12": -15.598653435362193, "W13": -24.253905339239914, "S13": -26.074907725874759, "W21": -41.096497905389135, "S21": -41.096497905389135, "W22": -31.326196058044616, "S22": -31.326196058044616, "W31": -70.0, "S31": -71.466971610018717, "W32": -93.66042542200222, "S32": -98.66042542200222 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.048917350907242876, "S11": -0.048917350907242876, "W12": -10.074291843401102, "S12": -10.853431841598164, "W13": -14.997248399622206, "S13": -17.535297968661379, "W21": -37.838387417630237, "S21": -38.7922899687618, "W22": -38.581356089057763, "S22": -39.30434393193844, "W31": -78.45456206767966, "S31": -80.028564248891954, "W32": -97.673638112388971, "S32": -102.67363811238897 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0005197102682695, "S11": -1.0005197102682695, "W12": -7.2982558706031373, "S12": -8.2968966625578826, "W13": -25.00675071828179, "S13": -25.00675071828179, "W21": -30.0, "S21": -30.0, "W22": -37.097386473083461, "S22": -37.097386473083461, "W31": -70.0, "S31": -70.62131518998784, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 508134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0137395873708837, "S12": -9.4508995035313408, "W13": -14.430510257291374, "S13": -21.762198157652321, "W21": -40.0, "S21": -40.0, "W22": -36.645192560262203, "S22": -36.645192560262203, "W31": -70.0, "S31": -70.705512962986873, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106700.0, 515497.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18445840968897553, "S11": 0.18445840968897553, "W12": -8.3857052575782269, "S12": -12.379934057727006, "W13": -15.008370330192326, "S13": -15.180712210534235, "W21": -40.634168051816211, "S21": -40.634168051816211, "W22": -34.572328955114322, "S22": -36.807183327380883, "W31": -69.883394505946399, "S31": -69.883394505946399, "W32": -99.38862472183321, "S32": -104.38862472183321 }, "geometry": { "type": "Point", "coordinates": [ 106700.666666666671517, 498522.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67811344660611494, "S11": -1.587658380778934, "W12": -5.0, "S12": -7.3767121545485246, "W13": -21.149947047921671, "S13": -21.149947047921671, "W21": -26.408984833018888, "S21": -28.514544367466915, "W22": -30.0, "S22": -33.46293260779548, "W31": -70.0, "S31": -72.933282238437101, "W32": -94.381861400180398, "S32": -99.381861400180398 }, "geometry": { "type": "Point", "coordinates": [ 106700.8, 507006.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.40448136228088, "S13": -19.418887058138623, "W21": -30.0, "S21": -30.0, "W22": -34.91104056990072, "S22": -35.980896056048486, "W31": -71.946541614390782, "S31": -71.946541614390782, "W32": -98.261299579771702, "S32": -103.2612995797717 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0030413144798167591, "S11": -3.0085723282202088, "W12": -5.0, "S12": -16.153546839027658, "W13": -24.504086816745172, "S13": -25.274572157962268, "W21": -30.0, "S21": -32.744449730812569, "W22": -30.0, "S22": -34.084771341722799, "W31": -70.0, "S31": -71.487787699895222, "W32": -94.984922090506444, "S32": -99.984922090506444 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 506148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0002136862564459, "S11": -2.8291779768118461, "W12": -10.0, "S12": -13.638741844146251, "W13": -25.508913948321005, "S13": -25.508913948321005, "W21": -32.739398156427882, "S21": -32.879833991778973, "W22": -36.665450103689146, "S22": -42.108211690616898, "W31": -75.167260550981425, "S31": -75.371906017308191, "W32": -95.846542675628399, "S32": -100.8465426756284 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 510957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70618664059177039, "S11": -0.70618664059177039, "W12": -7.3144063625085698, "S12": -7.3144063625085698, "W13": -19.052521663065086, "S13": -34.052521663065086, "W21": -39.577943462730744, "S21": -39.577943462730744, "W22": -33.458430880177801, "S22": -37.865712333015807, "W31": -66.733987945383646, "S31": -66.733987945383646, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106701.0, 518821.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48923418022377207, "S11": 0.48923418022377207, "W12": -10.0, "S12": -20.0, "W13": -22.068644609272994, "S13": -23.063415360000267, "W21": -40.971191937668593, "S21": -41.007609648815446, "W22": -38.944591768732003, "S22": -38.944591768732003, "W31": -71.208691497559116, "S31": -71.488501505922329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106702.0, 498873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30867620751341673, "S11": -0.30867620751341673, "W12": -10.0, "S12": -11.0, "W13": -15.118892878395817, "S13": -17.799223330523478, "W21": -36.376594554270788, "S21": -37.259988951452371, "W22": -40.0, "S22": -41.866937977992066, "W31": -80.0, "S31": -81.726598036868566, "W32": -96.803805665531101, "S32": -101.8038056655311 }, "geometry": { "type": "Point", "coordinates": [ 106702.0, 500126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90240308025574256, "S11": -0.90240308025574256, "W12": -7.1896131735360038, "S12": -9.7426134634190849, "W13": -24.360338893301563, "S13": -24.360338893301563, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -33.669521135136542, "S22": -33.669521135136542, "W31": -70.0, "S31": -71.254697360704213, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106702.0, 507888.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5029252062097034, "S11": -1.5029252062097034, "W12": -5.9505051839196561, "S12": -5.9505051839196561, "W13": -20.0, "S13": -20.0, "W21": -44.002469913258068, "S21": -44.002469913258068, "W22": -45.989918126854931, "S22": -45.999918126854929, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106702.75, 520886.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.955655940705153, "S12": -6.955655940705153, "W13": -16.567849938094703, "S13": -19.359819073583814, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.566422867295373, "S31": -70.888842501311331, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106703.0, 501534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9337471060029765, "S11": -6.9337471060029756, "W12": -10.226297310488325, "S12": -10.490376121831645, "W13": -19.543472500812651, "S13": -19.80763176034398, "W21": -32.530618873099876, "S21": -33.32197898203642, "W22": -39.738040976135657, "S22": -39.738040976135657, "W31": -71.463828723894849, "S31": -72.348233160230933, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106703.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.360167971816498, "S13": -19.461402371194886, "W21": -30.0, "S21": -30.0, "W22": -39.381941630936176, "S22": -39.38261547589822, "W31": -71.729976818194956, "S31": -71.765649244416721, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106703.428571428565192, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13512125760328628, "S11": -3.172982239695548, "W12": -5.0694150417827304, "S12": -16.628284030855244, "W13": -24.531797633968367, "S13": -25.213225736128226, "W21": -30.000000000000004, "S21": -32.59551270815075, "W22": -38.146516071006999, "S22": -38.146516071006999, "W31": -70.490555868894376, "S31": -70.918942497165702, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106704.0, 506128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70471110137925419, "S11": -1.704711101379254, "W12": -5.0, "S12": -7.7016113647636359, "W13": -20.975112523166537, "S13": -21.345270003481499, "W21": -25.847134685821842, "S21": -28.288673336835238, "W22": -36.03131719689938, "S22": -36.03131719689938, "W31": -70.0, "S31": -70.821100830320873, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106704.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5143680437993012, "S11": -1.5143680437993012, "W12": -5.94566627954356, "S12": -5.94566627954356, "W13": -20.0, "S13": -20.0, "W21": -43.988570876204392, "S21": -43.988570876204392, "W22": -30.614577626679651, "S22": -31.904826082804718, "W31": -70.0, "S31": -71.921253275212223, "W32": -93.755594827297386, "S32": -98.755594827297386 }, "geometry": { "type": "Point", "coordinates": [ 106704.0, 520894.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.3037552505832517, "S12": -5.3037552505832517, "W13": -19.935374693283272, "S13": -19.935374693283272, "W21": -36.39929257129279, "S21": -36.39929257129279, "W22": -30.133142710464295, "S22": -32.70516967920603, "W31": -70.0, "S31": -72.211950492167034, "W32": -93.887369696017743, "S32": -98.887369696017743 }, "geometry": { "type": "Point", "coordinates": [ 106704.0, 521866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31884921879902106, "S11": 0.31884921879902106, "W12": -9.5100760875558255, "S12": -14.942567011878639, "W13": -17.149676570441351, "S13": -17.370009903774683, "W21": -40.723110037632544, "S21": -40.723110037632544, "W22": -40.0, "S22": -40.0, "W31": -54.598250065248671, "S31": -54.598250065248671, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106704.25, 498619.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5379020973584794, "S12": -5.5379020973584794, "W13": -20.0, "S13": -20.0, "W21": -40.890654805412439, "S21": -40.890654805412439, "W22": -30.782110247693058, "S22": -31.263045189528473, "W31": -70.0, "S31": -71.818633892250432, "W32": -93.73312338771818, "S32": -98.73312338771818 }, "geometry": { "type": "Point", "coordinates": [ 106704.375, 521511.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.005158495464425897, "S11": -0.005158495464425897, "W12": -10.0, "S12": -10.434688542323988, "W13": -14.955649386084584, "S13": -17.666004407581362, "W21": -38.779475941812755, "S21": -39.762864825978312, "W22": -40.171693032034106, "S22": -40.171693032034106, "W31": -58.087457147801885, "S31": -58.087457147801885, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106705.0, 499914.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39657181703398514, "S11": -0.39657181703398514, "W12": -10.0, "S12": -10.0, "W13": -17.187788986320147, "S13": -19.17811218961435, "W21": -30.0, "S21": -30.0, "W22": -34.213077026818929, "S22": -37.579787341059571, "W31": -69.022025565229171, "S31": -69.022025565229171, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106705.142857142855064, 500661.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -11.001995861174828, "S12": -11.001995861174828, "W13": -30.345039809915455, "S13": -30.345039809915455, "W21": -38.61563170384742, "S21": -38.61563170384742, "W22": -35.244448779961679, "S22": -39.401129125143939, "W31": -64.079492960854068, "S31": -64.079492960854068, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106705.5, 511869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.423274072891985, "S12": -6.423274072891985, "W13": -20.0, "S13": -20.0, "W21": -39.232247537758212, "S21": -39.232247537758212, "W22": -35.684767364760766, "S22": -35.684767364760766, "W31": -70.0, "S31": -70.886814145914983, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106705.5, 520171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9197768666359742, "S12": -14.560266919729852, "W13": -23.937382598611418, "S13": -23.937382598611418, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -31.17794534448371, "S22": -31.17794534448371, "W31": -70.0, "S31": -71.558783338972333, "W32": -93.69281769266351, "S32": -98.69281769266351 }, "geometry": { "type": "Point", "coordinates": [ 106705.6, 509384.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68060851225974539, "S11": -0.68060851225974539, "W12": -4.5873865993552094, "S12": -14.564780022434654, "W13": -22.630090831315137, "S13": -22.630090831315137, "W21": -30.0, "S21": -30.0, "W22": -39.343795484955599, "S22": -39.343795484955599, "W31": -57.031778207151277, "S31": -57.031778207151277, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106706.0, 509693.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1023502103583347, "W12": -9.9999999999999982, "S12": -14.363189400467807, "W13": -30.0, "S13": -30.0, "W21": -34.165562886396216, "S21": -34.165562886396216, "W22": -45.95335382537862, "S22": -45.963353825378618, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106706.0, 511275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.3139017983430996, "W12": -5.921671255306646, "S12": -5.921671255306646, "W13": -14.827778651545604, "S13": -15.230900033872063, "W21": -38.273121238605476, "S21": -41.273121238605476, "W22": -30.0, "S22": -32.989577665978331, "W31": -70.0, "S31": -72.641967828826068, "W32": -94.023759889512206, "S32": -99.023759889512206 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 496890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5589863896848135, "S11": -4.5589863896848133, "W12": -10.265348327245823, "S12": -10.998164089514486, "W13": -19.432638050915319, "S13": -19.730147784258445, "W21": -31.294558589956015, "S21": -31.790886844678603, "W22": -40.197930235377534, "S22": -40.207930235377532, "W31": -70.439761071775195, "S31": -70.439761071775195, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 503934.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43613199665831232, "S11": -2.5638680033416876, "W12": -5.7677299984624062, "S12": -18.088892633906354, "W13": -24.770917311696873, "S13": -24.770917311696873, "W21": -30.0, "S21": -30.165686365504719, "W22": -33.356354139496823, "S22": -37.861481193771077, "W31": -66.53531247086157, "S31": -66.549940355608271, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 505797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0813384971003455, "S11": -4.0813384971003455, "W12": -7.3256844977102213, "S12": -11.805555647930206, "W13": -25.379606688796059, "S13": -26.000953906578619, "W21": -30.0, "S21": -30.0, "W22": -37.034013835063803, "S22": -42.483212591957908, "W31": -75.664180603100348, "S31": -75.664180603100348, "W32": -95.910130436117029, "S32": -100.91013043611703 }, "geometry": { "type": "Point", "coordinates": [ 106707.0, 508319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65679900591089635, "W12": -10.0, "S12": -10.323868396952365, "W13": -16.935379530537006, "S13": -19.039573095066821, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -56.879352618159587, "S31": -56.879352618159587, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106707.333333333328483, 500574.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.328453127058443, "S12": -11.92654877119992, "W13": -30.0, "S13": -30.0, "W21": -37.321770892227228, "S21": -37.321770892227228, "W22": -38.619563271378702, "S22": -38.619563271378702, "W31": -70.978043864276117, "S31": -71.32304139177181, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106707.333333333328483, 511677.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6864163478961145, "S11": -2.1271264403769519, "W12": -4.8739597995929111, "S12": -9.3370183914195977, "W13": -15.790072668754348, "S13": -18.790072668754348, "W21": -40.0, "S21": -40.967281988439304, "W22": -37.157960849370333, "S22": -37.157960849370333, "W31": -70.0, "S31": -70.616363041111939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 497729.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29470636383134241, "S11": 0.29470636383134241, "W12": -10.0, "S12": -14.625524503206396, "W13": -15.445704484521491, "S13": -18.622585859041688, "W21": -40.533103709663521, "S21": -40.533103709663521, "W22": -40.0, "S22": -40.0, "W31": -55.338324471832202, "S31": -55.338324471832202, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 499416.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15658506985782644, "S11": 0.15658506985782644, "W12": -10.0, "S12": -11.816958277254374, "W13": -14.949648049105228, "S13": -18.286048341556334, "W21": -40.0, "S21": -40.216542406146409, "W22": -34.699970613220025, "S22": -34.699970613220025, "W31": -70.0, "S31": -71.072801617040597, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 499631.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2201644633301858, "S11": -3.2201644633301858, "W12": -10.139560239869162, "S12": -13.013391145911472, "W13": -19.688100888402094, "S13": -19.688100888402094, "W21": -30.0, "S21": -30.0, "W22": -40.000000000000007, "S22": -40.000000000000007, "W31": -54.478183846507406, "S31": -54.478183846507406, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 504590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.359438897783942, "S11": -1.359438897783942, "W12": -9.3063840443579533, "S12": -13.845199203379416, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.0, "W22": -30.640453988297605, "S22": -31.732655625522941, "W31": -70.0, "S31": -71.889560948266919, "W32": -93.775764602467333, "S32": -98.775764602467333 }, "geometry": { "type": "Point", "coordinates": [ 106708.0, 513171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7274690493131786, "S12": -8.7274690493131786, "W13": -14.371065198584107, "S13": -20.979802871773781, "W21": -40.321201003152858, "S21": -40.321201003152858, "W22": -39.338692127912601, "S22": -39.338692127912601, "W31": -71.523711601057514, "S31": -71.6668532690978, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.272727272720658, 516069.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6225950738832098, "S12": -5.0834252936510413, "W13": -16.819190489564239, "S13": -16.819190489564239, "W21": -37.287633995031619, "S21": -37.287633995031619, "W22": -33.744313308149351, "S22": -35.871881536893, "W31": -65.062527644089954, "S31": -65.149176337467424, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.285714285710128, 523412.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11238991777992036, "S11": 0.11238991777992036, "W12": -7.6255478767866434, "S12": -11.392943600175109, "W13": -15.000000000000002, "S13": -15.18303381053915, "W21": -40.577126896584311, "S21": -40.577126896584311, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.333333333328483, 498473.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56639975827163236, "S11": -0.56639975827163269, "W12": -5.0, "S12": -12.894695670000875, "W13": -22.413084149539113, "S13": -23.794846214634532, "W21": -29.999999999999996, "S21": -33.642129531937435, "W22": -37.100689558904541, "S22": -37.100689558904541, "W31": -70.0, "S31": -70.628565286647188, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106708.666666666671517, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7677382946780783, "S11": -0.89833149334849505, "W12": -6.2256814921090395, "S12": -6.2256814921090395, "W13": -22.381321154355309, "S13": -22.381321154355309, "W21": -30.0, "S21": -30.0, "W22": -33.572675754323384, "S22": -37.84467811162137, "W31": -67.412952970252164, "S31": -67.412952970252164, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106709.0, 507344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.423190845882907, "S12": -11.423190845882907, "W13": -16.120782222438223, "S13": -19.510037366638954, "W21": -34.047810872395281, "S21": -34.822674242588334, "W22": -46.105429846467672, "S22": -46.11542984646767, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106709.333333333328483, 500295.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.732493071839693, "W13": -30.0, "S13": -30.0, "W21": -36.430731746361687, "S21": -36.430731746361687, "W22": -33.340382946235721, "S22": -33.340382946235721, "W31": -70.0, "S31": -71.288716570781233, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106710.25, 511562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76659778094341191, "S11": -0.76659778094341191, "W12": -6.2874765524017402, "S12": -6.2874765524017402, "W13": -20.0, "S13": -23.261535437501522, "W21": -39.989835112274108, "S21": -39.989835112274108, "W22": -36.673548938517406, "S22": -36.673548938517406, "W31": -70.0, "S31": -70.708963378830973, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106710.818181818176527, 520377.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37744049900225979, "S11": -0.95395001099564269, "W12": -7.5843853224515332, "S12": -14.14857538695367, "W13": -23.496056148280136, "S13": -23.496056148280136, "W21": -30.0, "S21": -30.0, "W22": -31.301887499812551, "S22": -31.301887499812551, "W31": -70.0, "S31": -71.477338022266679, "W32": -93.719728147612912, "S32": -98.719728147612912 }, "geometry": { "type": "Point", "coordinates": [ 106711.0, 505303.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39097138863767167, "S11": -2.4480876314068714, "W12": -5.8316154989493105, "S12": -17.730430524882653, "W13": -24.68360590232135, "S13": -24.68360590232135, "W21": -30.0, "S21": -30.0, "W22": -33.253088192827498, "S22": -37.646108366901615, "W31": -66.318309293434993, "S31": -66.349444074262522, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106712.5, 505776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.435320400164979, "S13": -19.433421975129484, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -41.379215572653997, "W31": -80.0, "S31": -81.836116869855815, "W32": -97.152408286606914, "S32": -102.15240828660691 }, "geometry": { "type": "Point", "coordinates": [ 106712.555555555562023, 500872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5493702702702703, "S11": -0.5493702702702703, "W12": -6.4280883530022734, "S12": -6.4280883530022734, "W13": -16.632793307692857, "S13": -19.632793307692857, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -30.892348024931195, "S22": -30.892348024931195, "W31": -70.0, "S31": -71.733897364880278, "W32": -93.744021994036643, "S32": -98.744021994036643 }, "geometry": { "type": "Point", "coordinates": [ 106713.0, 501605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60169937698016129, "S11": -3.5175898167925381, "W12": -5.0, "S12": -14.315334540508651, "W13": -24.467696699419225, "S13": -24.467696699419225, "W21": -30.0, "S21": -30.0, "W22": -39.333126039425998, "S22": -39.333126039425998, "W31": -71.524493518687976, "S31": -71.6666194090364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106713.0, 509085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0494062727833549, "S11": -2.0545430003857117, "W12": -6.4839170176733676, "S12": -17.305539526012204, "W13": -22.930578018242748, "S13": -22.930578018242748, "W21": -30.0, "S21": -30.645381598072596, "W22": -29.999999999999996, "S22": -33.234996407069644, "W31": -70.0, "S31": -72.938286214864405, "W32": -94.352833291875626, "S32": -99.352833291875626 }, "geometry": { "type": "Point", "coordinates": [ 106713.0, 510423.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30391173340236877, "S11": 0.30391173340236877, "W12": -9.4918998856244237, "S12": -9.4918998856244237, "W13": -17.223065054691137, "S13": -19.600906501727973, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.402577566437934, "S22": -42.728638769888796, "W31": -76.161100655218391, "S31": -76.161100655218391, "W32": -95.973718196605589, "S32": -100.97371819660559 }, "geometry": { "type": "Point", "coordinates": [ 106713.333333333328483, 501228.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49601772297388386, "S11": 0.49601772297388386, "W12": -10.0, "S12": -16.561528269745558, "W13": -23.486826766145953, "S13": -25.132707434403709, "W21": -41.049207744197872, "S21": -41.049207744197872, "W22": -37.116743153044744, "S22": -37.116743153044744, "W31": -70.0, "S31": -70.627566258178064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106714.0, 498970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.907327715169043, "S12": -10.907327715169043, "W13": -30.175912089895842, "S13": -30.175912089895842, "W21": -38.554605736458839, "S21": -38.554605736458839, "W22": -30.717140116561509, "S22": -31.404415716159054, "W31": -70.0, "S31": -71.835111586710795, "W32": -93.776635454007376, "S32": -98.776635454007376 }, "geometry": { "type": "Point", "coordinates": [ 106714.0, 511835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.665931884131751, "S12": -12.938077363004227, "W13": -24.756811815635345, "S13": -35.203282373135735, "W21": -39.329043615323386, "S21": -39.329043615323386, "W22": -37.117014723333888, "S22": -37.117014723333888, "W31": -69.999999999999986, "S31": -70.628403491434341, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106714.0, 512606.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -37.279610474818199, "S22": -42.642712064588686, "W31": -75.938391702120711, "S31": -75.938391702120711, "W32": -95.961522880029449, "S32": -100.96152288002945 }, "geometry": { "type": "Point", "coordinates": [ 106714.551724137927522, 530028.218390804599039 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5815961098381388, "S12": -4.5815961098381388, "W13": -17.730054001082745, "S13": -17.730054001082745, "W21": -37.54941444029992, "S21": -37.54941444029992, "W22": -31.403346863081282, "S22": -31.403346863081282, "W31": -70.0, "S31": -71.461884415489038, "W32": -93.729111034316659, "S32": -98.729111034316659 }, "geometry": { "type": "Point", "coordinates": [ 106714.75, 522961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95708636363636368, "S11": -1.9570863636363636, "W12": -4.6941632185931867, "S12": -9.2098317378418102, "W13": -20.497156437897047, "S13": -21.663376910337991, "W21": -23.527576910654339, "S21": -27.94558472617565, "W22": -30.0, "S22": -32.803239614642408, "W31": -70.0, "S31": -72.550714055283237, "W32": -93.976337943088041, "S32": -98.976337943088041 }, "geometry": { "type": "Point", "coordinates": [ 106715.0, 506681.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24050350669914, "S11": -2.740096238767102, "W12": -6.0872961040292726, "S12": -14.85780488007539, "W13": -24.447242526979149, "S13": -24.447242526979149, "W21": -30.0, "S21": -30.0, "W22": -30.498797728902151, "S22": -32.202266061517406, "W31": -70.0, "S31": -71.960488004283391, "W32": -93.820833529593088, "S32": -98.820833529593088 }, "geometry": { "type": "Point", "coordinates": [ 106715.142857142855064, 505656.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38117153599992271, "S11": 0.38117153599992271, "W12": -9.6794673871092236, "S12": -15.97884102893461, "W13": -17.975406787540678, "S13": -18.302389331181569, "W21": -40.755010868216907, "S21": -40.755010868216907, "W22": -33.679641547580381, "S22": -33.679641547580381, "W31": -70.0, "S31": -71.267461159653905, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106715.5, 498667.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.040321425870776362, "S11": 0.040321425870776362, "W12": -6.865390495994129, "S12": -10.513563476215383, "W13": -15.0, "S13": -15.173454408782106, "W21": -40.520085741352339, "S21": -40.520085741352339, "W22": -33.066322801882187, "S22": -33.984291031001533, "W31": -65.487932831735066, "S31": -65.575267720142406, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106716.0, 498425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0639115331696782, "S12": -9.584006837715684, "W13": -14.389218763683763, "S13": -25.668656556500004, "W21": -40.0, "S21": -40.0, "W22": -36.856499165144648, "S22": -37.316841952537466, "W31": -75.982905982905976, "S31": -77.31340399458837, "W32": -98.116288535086881, "S32": -103.11628853508688 }, "geometry": { "type": "Point", "coordinates": [ 106716.0, 515388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1317749275962401, "S11": -0.13177492759624007, "W12": -10.0, "S12": -10.0, "W13": -17.34892070587782, "S13": -19.314695900507534, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.726260135960885, "S31": -71.163469210846898, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106716.428571428565192, 500706.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.2768206341884119, "W12": -5.2768206341884119, "S12": -5.2768206341884119, "W13": -12.831043654716442, "S13": -13.961337516998309, "W21": -38.761895940119345, "S21": -41.761895940119345, "W22": -36.280856402241106, "S22": -36.280856402241106, "W31": -70.0, "S31": -70.785906649479415, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106716.53125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78051127524884267, "S11": -1.0305112752488426, "W12": -6.4208034433285519, "S12": -6.6129273073474009, "W13": -22.492123378342601, "S13": -22.492123378342601, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.477279761232978, "S22": -39.46788797946278, "W31": -63.846043518073628, "S31": -63.846043518073628, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106717.0, 507374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7635253763156493, "S12": -5.7635253763156493, "W13": -20.0, "S13": -20.0, "W21": -43.96702976669345, "S21": -43.96702976669345, "W22": -34.446011945423393, "S22": -36.65263110485332, "W31": -70.001139563048753, "S31": -70.001139563048753, "W32": -99.358035136769672, "S32": -104.35803513676967 }, "geometry": { "type": "Point", "coordinates": [ 106717.0, 521171.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19299941946218158, "S11": -0.19299941946218158, "W12": -7.8720200715742035, "S12": -7.8720200715742035, "W13": -17.109497982684744, "S13": -19.670772435933443, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -57.358237274797361, "S31": -57.358237274797361, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106717.454545454544132, 501418.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.485354676001801, "S12": -11.606473129778323, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -37.704098789272088, "S21": -37.704098789272088, "W22": -40.0, "S22": -40.0, "W31": -54.405661583044342, "S31": -54.405661583044342, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106717.666666666671517, 511720.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48383759852993896, "S11": 0.48383759852993896, "W12": -10.0, "S12": -18.194085371524874, "W13": -22.719281883888772, "S13": -24.102075201311134, "W21": -41.003128701235411, "S21": -41.003128701235411, "W22": -37.771141297812626, "S22": -42.950768181030483, "W31": -76.658020707337485, "S31": -76.951431604435726, "W32": -96.037305957094205, "S32": -101.0373059570942 }, "geometry": { "type": "Point", "coordinates": [ 106718.8, 498928.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3176685064977699, "S11": 0.3176685064977699, "W12": -10.0, "S12": -15.0, "W13": -16.307888294949294, "S13": -19.467424467495444, "W21": -40.610332273270075, "S21": -40.610332273270075, "W22": -38.716639169103708, "S22": -38.716639169103708, "W31": -71.06923608511724, "S31": -71.404279788814748, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106719.0, 499390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11924357314592195, "S11": -2.8807564268540777, "W12": -6.268056993490851, "S12": -14.584385552898414, "W13": -24.27883911196669, "S13": -24.27883911196669, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.384929330231358, "S22": -39.385790530828423, "W31": -71.677212654654568, "S31": -71.72544357972059, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106719.0, 505576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78035213563743089, "S11": -0.78035213563743089, "W12": -5.0, "S12": -5.3940809094064059, "W13": -18.647731248206103, "S13": -20.567814361600266, "W21": -30.000000000000004, "S21": -31.39555551646167, "W22": -33.276002254856152, "S22": -37.877231366857259, "W31": -66.664245343240978, "S31": -66.664245343240978, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106720.0, 503234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.366122008655462, "S11": -3.9487153138782927, "W12": -8.2924400876432198, "S12": -11.066800230424416, "W13": -23.539004336969377, "S13": -23.539004336969377, "W21": -31.864585291837106, "S21": -33.973094103365113, "W22": -30.357141469506701, "S22": -30.630577710685124, "W31": -70.0, "S31": -72.031415060299878, "W32": -93.874320800209759, "S32": -98.874320800209759 }, "geometry": { "type": "Point", "coordinates": [ 106720.0, 510733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.016186003662551, "S11": -2.9123737121549969, "W12": -10.0, "S12": -13.318162932414133, "W13": -25.596019236185729, "S13": -25.596019236185729, "W21": -32.570922426367304, "S21": -32.570922426367304, "W22": -31.002585802169339, "S22": -31.002585802169339, "W31": -70.0, "S31": -71.649160837510124, "W32": -93.772359463274057, "S32": -98.772359463274057 }, "geometry": { "type": "Point", "coordinates": [ 106720.0, 510973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8000000000000955, "S11": -1.8000000000000955, "W12": -5.5241051247720883, "S12": -5.5241051247720883, "W13": -20.0, "S13": -20.0, "W21": -40.753153563851939, "S21": -40.753153563851939, "W22": -34.810543170756908, "S22": -39.642920144913006, "W31": -71.804296382187005, "S31": -71.804296382187005, "W32": -95.663135026591434, "S32": -100.66313502659143 }, "geometry": { "type": "Point", "coordinates": [ 106720.142857142855064, 521534.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -3.0794108660998516, "S11": -3.0794108660998516, "W12": -11.63237569060774, "S12": -12.254867929346158, "W13": -30.231424749055787, "S13": -39.849654835279992, "W21": -39.849654835279992, "S21": -39.849654835279992, "W22": -40.0, "S22": -40.0, "W31": -56.041010494399956, "S31": -56.041010494399956, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106720.2, 512265.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49477583956918914, "S11": -0.49477583956918914, "W12": -9.1495772670914448, "S12": -9.804175196621566, "W13": -14.384854852669937, "S13": -29.139560170798468, "W21": -40.0, "S21": -40.0, "W22": -38.301592499907002, "S22": -38.301592499907002, "W31": -70.676497945964442, "S31": -71.090214382003296, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106721.0, 515213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.233857138402941, "S12": -11.233857138402941, "W13": -15.902873574671645, "S13": -19.241271635233204, "W21": -34.793876144888074, "S21": -35.55665554852586, "W22": -30.331645620851546, "S22": -31.449849040690349, "W31": -70.0, "S31": -72.044498299118999, "W32": -93.883564755417467, "S32": -98.883564755417467 }, "geometry": { "type": "Point", "coordinates": [ 106721.666666666671517, 500248.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97295404469630009, "S11": -2.7654098037773265, "W12": -9.9652820724249391, "S12": -12.893082321936031, "W13": -20.163644325752234, "S13": -20.163644325752234, "W21": -30.0, "S21": -30.0, "W22": -34.858808937276834, "S22": -35.977093018188768, "W31": -72.210508975137969, "S31": -72.313782950281734, "W32": -98.399810314548319, "S32": -103.39981031454832 }, "geometry": { "type": "Point", "coordinates": [ 106722.166666666671517, 504689.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9411162940671556, "S12": -14.549955985554679, "W13": -24.086174840141446, "S13": -24.086174840141446, "W21": -30.0, "S21": -30.0, "W22": -34.557432203862007, "S22": -34.557432203862007, "W31": -70.0, "S31": -71.109029919960733, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106722.333333333328483, 509353.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.043693185026253, "S12": -12.281844254449974, "W13": -30.0, "S13": -30.0, "W21": -36.828333407472428, "S21": -36.828333407472428, "W22": -40.0, "S22": -41.285722413365704, "W31": -80.0, "S31": -81.87742332099134, "W32": -97.350236701728548, "S32": -102.35023670172855 }, "geometry": { "type": "Point", "coordinates": [ 106723.0, 511606.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9582364725165242, "S11": -1.9582364725165242, "W12": -9.6257313223430394, "S12": -13.072704128678584, "W13": -19.726260790549752, "S13": -19.726260790549752, "W21": -39.671556377547994, "S21": -39.671556377547994, "W22": -30.027088526069321, "S22": -32.616901563306477, "W31": -70.0, "S31": -72.459460281740419, "W32": -94.002771746236988, "S32": -99.002771746236988 }, "geometry": { "type": "Point", "coordinates": [ 106723.0, 512912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8412021019060649, "S12": -9.0214050570257811, "W13": -14.341300829127531, "S13": -14.929733020590509, "W21": -40.0, "S21": -40.0, "W22": -33.580156819650995, "S22": -33.580156819650995, "W31": -70.0, "S31": -71.29138836750657, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106723.0, 515833.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0088652746177889, "S11": -4.6150299677390034, "W12": -6.6328498543609289, "S12": -15.502355243634002, "W13": -25.264653248569523, "S13": -25.835608599379274, "W21": -30.0, "S21": -30.0, "W22": -38.258820832553234, "S22": -38.258820832553234, "W31": -70.636577965436047, "S31": -71.059849434255526, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106723.25, 508674.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47165747408599418, "S11": 0.47165747408599418, "W12": -10.0, "S12": -20.0, "W13": -21.946217740366734, "S13": -23.073932555944612, "W21": -40.95704965827295, "S21": -40.95704965827295, "W22": -36.600504915252863, "S22": -36.600504915252863, "W31": -70.0, "S31": -70.731159403226329, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106723.6, 498887.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7501476771896254, "S12": -13.612521971349471, "W13": -21.91195727084769, "S13": -21.91195727084769, "W21": -30.0, "S21": -30.0, "W22": -36.701905316772773, "S22": -36.701905316772773, "W31": -70.0, "S31": -70.71241379467503, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106724.0, 505003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0601090909090909, "S11": -1.8988900550369561, "W12": -4.708160929659301, "S12": -9.7081609296593001, "W13": -20.417873401521099, "S13": -21.74519623616677, "W21": -24.134526883342772, "S21": -28.991451021142485, "W22": -36.307961748439581, "S22": -36.307961748439581, "W31": -70.0, "S31": -70.785877328844592, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106724.0, 506614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78158036347559112, "S11": -1.7297204168770834, "W12": -4.5850380994469395, "S12": -10.647158159167281, "W13": -21.445168194721507, "S13": -21.445168194721507, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -35.129724228652066, "S22": -35.129724228652066, "W31": -70.0, "S31": -71.00467729113457, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106724.222222222218988, 510127.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62866479824655963, "S11": -0.62866479824655963, "W12": -5.0, "S12": -5.1013508784208215, "W13": -17.230742143872899, "S13": -20.313479911877298, "W21": -30.0, "S21": -30.391435127450478, "W22": -32.195096254633768, "S22": -32.195096254633768, "W31": -70.0, "S31": -71.37681829375245, "W32": -93.86669617078671, "S32": -98.86669617078671 }, "geometry": { "type": "Point", "coordinates": [ 106725.0, 502283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0252064840724691, "S12": -5.0252064840724691, "W13": -19.083963934916952, "S13": -19.083963934916952, "W21": -35.511400229677506, "S21": -35.511400229677506, "W22": -30.819702606443187, "S22": -30.904005349514033, "W31": -70.0, "S31": -71.748969898209467, "W32": -93.797676080717409, "S32": -98.797676080717409 }, "geometry": { "type": "Point", "coordinates": [ 106725.8, 522290.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10546335056416245, "S11": -0.10546335056416245, "W12": -9.5463436653626239, "S12": -10.546343665362624, "W13": -15.0, "S13": -17.298783808723112, "W21": -37.171521820216334, "S21": -38.029792805545071, "W22": -33.41200619724232, "S22": -37.897929708743241, "W31": -67.308901934906984, "S31": -67.308901934906984, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 500038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63972614402270311, "S11": -0.63972614402270311, "W12": -5.0, "S12": -5.0, "W13": -17.090462038899837, "S13": -20.075990319312897, "W21": -30.0, "S21": -30.0, "W22": -38.139705029186757, "S22": -43.172897592171765, "W31": -77.154940759455528, "S31": -77.596846148419914, "W32": -96.100893717582764, "S32": -101.10089371758276 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 502012.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.031636438513498, "S11": -1.031636438513498, "W12": -7.1470525187566949, "S12": -9.0921122296301427, "W13": -25.049944872185137, "S13": -25.126003491772501, "W21": -30.0, "S21": -30.0, "W22": -35.641357882709769, "S22": -35.641357882709769, "W31": -70.0, "S31": -70.91036727513314, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 508171.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5382532608584802, "S11": -1.5382532608584802, "W12": -9.3337468844541434, "S12": -13.541170899497448, "W13": -16.261090909090907, "S13": -16.261090909090907, "W21": -39.896036878769756, "S21": -39.896036878769756, "W22": -30.0, "S22": -33.007060206343716, "W31": -70.0, "S31": -72.852294812378531, "W32": -94.323805183570869, "S32": -99.323805183570869 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 513107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36292038600723764, "S11": -0.36292038600723764, "W12": -10.1436829790108, "S12": -12.823759852809646, "W13": -15.504266753346641, "S13": -33.645105358731115, "W21": -40.496325147491277, "S21": -40.496325147491277, "W22": -34.769795851362368, "S22": -36.03309384860102, "W31": -71.988995503179524, "S31": -71.988995503179524, "W32": -98.449534091807209, "S32": -103.44953409180721 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 514619.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7520249785630109, "S11": 1.7520249785630109, "W12": -3.3259428584656168, "S12": -5.6091347264221749, "W13": -15.0, "S13": -15.0, "W21": -38.537124790178133, "S21": -38.537124790178133, "W22": -30.215951390951389, "S22": -32.41785176409379, "W31": -70.0, "S31": -72.10234211631635, "W32": -93.927808070826458, "S32": -98.927808070826458 }, "geometry": { "type": "Point", "coordinates": [ 106726.0, 524291.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8223447385670104, "S12": -5.8223447385670104, "W13": -20.0, "S13": -20.0, "W21": -43.807741638892104, "S21": -43.807741638892104, "W22": -37.136099833006057, "S22": -37.136099833006057, "W31": -70.0, "S31": -70.633817326368288, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106726.571428571434808, 521083.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63479229812358806, "S11": -0.63479229812358806, "W12": -5.0, "S12": -5.0, "W13": -17.150825040752053, "S13": -20.175046896627357, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.151645936250581, "S22": -37.812391510184582, "W31": -66.410560460762724, "S31": -66.425322170444545, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106726.666666666671517, 502128.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4349455506157085, "S11": 0.4349455506157085, "W12": -9.8488586866626235, "S12": -17.197327366632742, "W13": -18.644095769409578, "S13": -19.053272826766189, "W21": -40.786911698801269, "S21": -40.786911698801269, "W22": -40.0, "S22": -40.0, "W31": -54.339514605649136, "S31": -54.339514605649136, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106726.75, 498715.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -13.464835194548847, "W13": -24.649102354861274, "S13": -26.886753906173922, "W21": -41.084402143509564, "S21": -41.084402143509564, "W22": -40.041329641601386, "S22": -40.041329641601386, "W31": -57.837121931435213, "S31": -57.837121931435213, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106727.0, 499057.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.89006849315068504, "W12": -7.9102007673693215, "S12": -14.075775845119416, "W13": -22.96508115860151, "S13": -22.96508115860151, "W21": -30.0, "S21": -30.0, "W22": -35.037285447845193, "S22": -39.336015172806881, "W31": -64.08837766463418, "S31": -64.08837766463418, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106727.0, 505211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9162771056156952, "S11": -4.3478883856564678, "W12": -6.203641282112395, "S12": -15.180294443163771, "W13": -25.092351145402549, "S13": -25.092351145402549, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106727.0, 508772.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10745315917029614, "S11": 0.10745315917029614, "W12": -10.0, "S12": -10.0, "W13": -17.505458955816721, "S13": -19.446686141781914, "W21": -30.156643657611291, "S21": -30.156643657611291, "W22": -30.0, "S22": -32.879815133879411, "W31": -70.0, "S31": -72.762766224376406, "W32": -94.246899646434088, "S32": -99.246899646434088 }, "geometry": { "type": "Point", "coordinates": [ 106727.714285714289872, 500751.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.642256224944949, "S12": -11.28639748835716, "W13": -30.0, "S13": -30.0, "W21": -38.086426686316422, "S21": -38.086426686316422, "W22": -31.22284204060924, "S22": -31.22284204060924, "W31": -70.0, "S31": -71.515764126203734, "W32": -93.795918287204287, "S32": -98.795918287204287 }, "geometry": { "type": "Point", "coordinates": [ 106728.0, 511764.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.794816780531873, "S12": -11.041032939133451, "W13": -30.07706149915175, "S13": -30.07706149915175, "W21": -38.399665605228819, "S21": -38.399665605228819, "W22": -33.458371318246151, "S22": -37.8253749669651, "W31": -67.568680472049849, "S31": -67.568680472049849, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106728.0, 511804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.821514877759585, "S12": -10.998094143019303, "W13": -30.127381058740689, "S13": -30.127381058740689, "W21": -38.454482416038488, "S21": -38.454482416038488, "W22": -33.689761960024306, "S22": -33.689761960024306, "W31": -70.0, "S31": -71.275496228956186, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106728.0, 511811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.947377336118796, "S12": -10.947377336118796, "W13": -30.364601839659958, "S13": -30.364601839659958, "W21": -38.532064532720469, "S21": -38.532064532720469, "W22": -45.690670646741928, "S22": -45.700670646741926, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106728.0, 511844.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45947734964207387, "S11": 0.45947734964207387, "W12": -10.0, "S12": -20.0, "W13": -21.122649109648549, "S13": -22.047444382001149, "W21": -40.910970615310561, "S21": -40.910970615310561, "W22": -40.0, "S22": -40.0, "W31": -70.476482524588747, "S31": -70.598162481614722, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106728.4, 498846.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.7973635165975006, "S12": -5.1619322676634978, "W13": -16.900531626928988, "S13": -16.900531626928988, "W21": -37.291900950578537, "S21": -37.291900950578537, "W22": -39.674622206864463, "S22": -39.674622206864463, "W31": -71.363849041210031, "S31": -72.047513800556132, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106728.428571428565192, 523374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91166380774044464, "S11": -0.91166380774044464, "W12": -7.0066452304394327, "S12": -9.5648840444075631, "W13": -24.254262642308795, "S13": -24.254262642308795, "W21": -30.0, "S21": -30.0, "W22": -39.368117127047199, "S22": -39.368863892563041, "W31": -71.6054923398586, "S31": -71.686968762953839, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106728.8, 507857.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50584065151289637, "S11": -3.5058406515128961, "W12": -5.0, "S12": -14.437760758062399, "W13": -24.403852820471478, "S13": -24.403852820471478, "W21": -30.0, "S21": -30.0, "W22": -38.00847001798013, "S22": -38.00847001798013, "W31": -70.392586511909954, "S31": -70.866777137054754, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106729.0, 509196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84619530592787839, "S11": -1.0481687575397447, "W12": -5.1454144773980648, "S12": -20.145414477398063, "W13": -22.203428910163719, "S13": -22.203428910163719, "W21": -30.0, "S21": -30.191267766265344, "W22": -35.893271143872511, "S22": -35.893271143872511, "W31": -70.0, "S31": -70.866904827194361, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106729.0, 510253.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37624741920532589, "S11": -0.45158168970978513, "W12": -11.018738297565893, "S12": -16.777220343772555, "W13": -16.777220343772555, "S13": -29.96622159416793, "W21": -40.923612903658288, "S21": -40.923612903658288, "W22": -34.352731484701515, "S22": -37.4469156731111, "W31": -69.089918635485034, "S31": -69.089918635485034, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106729.0, 514035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4423549568108345, "S11": -1.4423549568108345, "W12": -9.3685463933867794, "S12": -13.735394396352046, "W13": -15.52109090909091, "S13": -15.52109090909091, "W21": -39.940276947204588, "S21": -39.940276947204588, "W22": -31.112330232488389, "S22": -31.112330232488389, "W31": -70.0, "S31": -71.564424310139984, "W32": -93.806659705227702, "S32": -98.806659705227702 }, "geometry": { "type": "Point", "coordinates": [ 106729.5, 513151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.26, "S11": -2.26, "W12": -10.26, "S12": -10.26, "W13": -19.51, "S13": -19.51, "W21": -33.259998, "S21": -34.259998, "W22": -31.480497668117948, "S22": -31.480497668117948, "W31": -70.0, "S31": -71.469990682617109, "W32": -93.799122807017554, "S32": -98.799122807017554 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3750868527550066, "S11": -3.0832699318118721, "W12": -10.875381169672478, "S12": -14.304219844801738, "W13": -19.039369599610563, "S13": -19.039369599610563, "W21": -30.0, "S21": -30.0, "W22": -36.937533665495252, "S22": -36.937533665495252, "W31": -70.0, "S31": -70.673427377117292, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 504471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -1.2, "W12": -7.9062884719781383, "S12": -14.09653075478926, "W13": -22.948501770930662, "S13": -22.948501770930662, "W21": -30.0, "S21": -30.0, "W22": -38.508268760561421, "S22": -42.586253506060302, "W31": -77.651860811574451, "S31": -78.208147301172346, "W32": -96.16448147807138, "S32": -101.16448147807138 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 505210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42013680904471168, "S11": -0.47678580773113582, "W12": -10.094233475959914, "S12": -15.0, "W13": -15.0, "S13": -25.984374176868432, "W21": -40.390272601574978, "S21": -40.390272601574978, "W22": -33.078347237881964, "S22": -37.416062725661824, "W31": -66.263238321343195, "S31": -66.289000986917415, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 513837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.87994296102339153, "W12": -10.0, "S12": -11.0, "W13": -16.740659370027089, "S13": -20.102311389895789, "W21": -29.999999999999996, "S21": -30.250889759206615, "W22": -30.07182296341816, "S22": -32.43056351197054, "W31": -70.0, "S31": -72.368206508197503, "W32": -94.027038391993585, "S32": -99.027038391993585 }, "geometry": { "type": "Point", "coordinates": [ 106731.0, 500487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34248681793553676, "S11": -0.34248681793553676, "W12": -7.4756332637118961, "S12": -14.330697329847045, "W13": -23.491058429847243, "S13": -23.491058429847243, "W21": -30.0, "S21": -30.0, "W22": -45.897670581969862, "S22": -45.90767058196986, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106731.0, 505317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0253678618402555, "S11": -1.0253678618402555, "W12": -7.1064503556464977, "S12": -8.6878024926672381, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -32.752570061415007, "W31": -70.0, "S31": -72.673237636374282, "W32": -94.169994109297292, "S32": -99.169994109297292 }, "geometry": { "type": "Point", "coordinates": [ 106731.0, 508149.5 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1870805369127515, "S11": -3.1870805369127515, "W12": -11.605982843849956, "S12": -12.500806733151803, "W13": -30.0, "S13": -41.322752432069777, "W21": -41.322752432069777, "S21": -41.322752432069777, "W22": -40.0, "S22": -40.001607655274334, "W31": -70.368375552262506, "S31": -70.368375552262506, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106731.0, 512318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66600430663984622, "S11": -0.66600430663984622, "W12": -4.6109415910417342, "S12": -14.548896330160769, "W13": -22.823472992848789, "S13": -22.823472992848789, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106732.0, 509655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1294604158805595, "S11": -1.1294604158805595, "W12": -9.4485394455930418, "S12": -14.347962665077013, "W13": -15.0, "S13": -16.376053101863672, "W21": -40.0, "S21": -40.0, "W22": -30.161429449277556, "S22": -32.292843666327656, "W31": -70.0, "S31": -72.173269172332837, "W32": -93.981295341443143, "S32": -98.981295341443143 }, "geometry": { "type": "Point", "coordinates": [ 106732.0, 513288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -13.600111795887237, "S13": -16.072211850862498, "W21": -40.0, "S21": -42.606789428731958, "W22": -39.141825312504849, "S22": -39.141825312504849, "W31": -57.420854903027298, "S31": -57.420854903027298, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106732.5, 497240.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74263136421655862, "S11": -0.99263136421655862, "W12": -5.2454806312769025, "S12": -7.5278326412928038, "W13": -21.810894890124437, "S13": -21.810894890124437, "W21": -28.525950775405281, "S21": -29.105657217379658, "W22": -45.65625718652894, "S22": -45.666257186528938, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106733.0, 507186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9958809602879575, "S11": -1.9958809602879575, "W12": -9.6797568104758547, "S12": -13.020181621078491, "W13": -20.0, "S13": -20.0, "W21": -39.629865783772871, "S21": -39.629865783772871, "W22": -33.825886631801239, "S22": -38.321438771612698, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -95.568802749900257, "S32": -100.56880274990026 }, "geometry": { "type": "Point", "coordinates": [ 106733.0, 512896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3464566527631885, "S11": -1.3464566527631885, "W12": -9.4033459023194172, "S12": -13.929617893206647, "W13": -15.0, "S13": -15.0, "W21": -39.984517015639412, "S21": -39.984517015639412, "W22": -33.426659599106237, "S22": -33.426659599106237, "W31": -70.000000000000014, "S31": -71.327687718527997, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106733.0, 513195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44729722519812903, "S11": 0.44729722519812903, "W12": -10.0, "S12": -19.371571870664987, "W13": -20.045517025929762, "S13": -20.784973488621908, "W21": -40.864891572348093, "S21": -40.864891572348093, "W22": -31.135641087906752, "S22": -31.135641087906752, "W31": -70.0, "S31": -71.542524647693384, "W32": -93.8222451085431, "S32": -98.8222451085431 }, "geometry": { "type": "Point", "coordinates": [ 106733.2, 498805.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.019425043802313274, "S11": -0.019425043802313274, "W12": -6.2481316127450377, "S12": -10.432677372047827, "W13": -15.0, "S13": -15.201945196930804, "W21": -40.46164339615914, "S21": -40.46164339615914, "W22": -30.0, "S22": -32.625324988950702, "W31": -70.0, "S31": -72.583709048372157, "W32": -94.093088572160482, "S32": -99.093088572160482 }, "geometry": { "type": "Point", "coordinates": [ 106733.8, 498388.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.044523430923206, "S12": -11.044523430923206, "W13": -15.640127743954084, "S13": -18.927668720876532, "W21": -35.220844212358571, "S21": -35.971539649441105, "W22": -34.855242593630123, "S22": -34.855242593630123, "W31": -70.0, "S31": -71.063259649413325, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106734.0, 500202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9904367524157305, "S12": -9.4045898418500329, "W13": -14.326913459285798, "S13": -18.877011186590952, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -55.707965419358416, "S31": -55.707965419358416, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106734.0, 515527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4159698108513954, "S12": -6.4159698108513954, "W13": -20.0, "S13": -20.0, "W21": -39.346376959642157, "S21": -39.346376959642157, "W22": -33.005048539513389, "S22": -36.66981076109905, "W31": -66.115916181923851, "S31": -66.152679803390456, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106734.0, 520186.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -34.414893794503818, "S22": -34.414893794503818, "W31": -70.0, "S31": -71.145258222880898, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106734.294736842100974, 530016.231578947394155 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63280115869423414, "S11": -0.63280115869423414, "W12": -5.0, "S12": -5.0, "W13": -17.227216020591285, "S13": -20.298674215280872, "W21": -30.0, "S21": -30.342335511547883, "W22": -34.460457090644972, "S22": -36.498078882325764, "W31": -70.288891629390577, "S31": -70.288891629390577, "W32": -99.327445551706148, "S32": -104.32744555170615 }, "geometry": { "type": "Point", "coordinates": [ 106734.666666666671517, 502276.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27611201351439152, "S11": -0.27611201351439152, "W12": -9.3502670779416182, "S12": -10.350267077941618, "W13": -14.999999999999998, "S13": -17.108691806617863, "W21": -36.41527415143603, "S21": -37.216917827275999, "W22": -36.35215767431189, "S22": -36.35215767431189, "W31": -70.0, "S31": -70.78574136009766, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106735.0, 500097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.084763284709618, "S11": -5.3623880168792617, "W12": -10.540319585937629, "S12": -12.110365636617205, "W13": -19.165398269187708, "S13": -19.345259765217609, "W21": -30.0, "S21": -30.0, "W22": -36.730261695027977, "S22": -36.730261695027977, "W31": -70.0, "S31": -70.715864210519129, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106735.272727272720658, 504076.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7946281112920826, "S12": -8.9076806639809458, "W13": -14.299122134735338, "S13": -17.320587207372295, "W21": -40.120020973508957, "S21": -40.120020973508957, "W22": -35.803911510736192, "S22": -39.510789390122888, "W31": -63.437459803998919, "S31": -63.437459803998919, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106735.315789473679615, 515920.65789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72334072488540524, "S11": -0.72334072488540524, "W12": -5.0, "S12": -5.7544838868080488, "W13": -17.860610367128437, "S13": -20.912523510640892, "W21": -30.0, "S21": -31.287131303520454, "W22": -30.922265096325045, "S22": -30.922265096325045, "W31": -70.0, "S31": -71.662828209708024, "W32": -93.840919918083671, "S32": -98.840919918083671 }, "geometry": { "type": "Point", "coordinates": [ 106737.0, 502727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86622106292794276, "S11": -1.219184685415859, "W12": -5.0, "S12": -5.3708763001651709, "W13": -18.699419810527992, "S13": -20.424151817055332, "W21": -30.0, "S21": -31.313963224818465, "W22": -40.0, "S22": -40.0, "W31": -54.839794456739071, "S31": -54.839794456739071, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106737.0, 503274.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5878904088612718, "S12": -4.5878904088612718, "W13": -17.74826802053159, "S13": -17.74826802053159, "W21": -37.43146902680072, "S21": -37.43146902680072, "W22": -40.86367284597636, "S22": -40.86367284597636, "W31": -61.287721669424187, "S31": -61.287721669424187, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106737.4, 522954.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16862560016085706, "S11": -2.0726168433647008, "W12": -6.256490331461384, "S12": -15.001376181557228, "W13": -24.244070798972608, "S13": -24.244070798972608, "W21": -30.0, "S21": -30.0, "W22": -39.298046936888227, "S22": -39.298046936888227, "W31": -71.398043196732004, "S31": -71.588254611675453, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106737.428571428565192, 505615.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15616946251590588, "S11": 0.15616946251590588, "W12": -9.9768583732442551, "S12": -12.753669256453774, "W13": -14.972445648003973, "S13": -18.265280193790851, "W21": -40.109285703216813, "S21": -40.109285703216813, "W22": -40.0, "S22": -41.504266185755995, "W31": -80.0, "S31": -81.94227343453008, "W32": -97.238054353497219, "S32": -102.23805435349722 }, "geometry": { "type": "Point", "coordinates": [ 106737.5, 499565.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43462220528034212, "S11": 0.43462220528034212, "W12": -10.0, "S12": -18.634617436773024, "W13": -19.312784751278475, "S13": -19.866902404310167, "W21": -40.818812529385639, "S21": -40.818812529385639, "W22": -35.861254425094849, "S22": -35.931369055398541, "W31": -74.496298014389538, "S31": -75.496298014389538, "W32": -98.426922604674004, "S32": -103.426922604674 }, "geometry": { "type": "Point", "coordinates": [ 106738.0, 498764.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2514446068012748, "S11": -3.2514446068012748, "W12": -11.747733619228084, "S12": -11.747733619228084, "W13": -32.129219490708564, "S13": -33.587527201937199, "W21": -38.740445550772463, "S21": -38.740445550772463, "W22": -30.016232605533556, "S22": -32.498079916486397, "W31": -70.0, "S31": -72.494180460370046, "W32": -94.059797892736185, "S32": -99.059797892736185 }, "geometry": { "type": "Point", "coordinates": [ 106738.0, 512097.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17190266245753102, "S11": 0.17190266245753102, "W12": -10.0, "S12": -13.186261531353342, "W13": -14.980480761853181, "S13": -18.251136656570782, "W21": -40.196759672503589, "S21": -40.196759672503589, "W22": -40.169620487791967, "S22": -40.169620487791967, "W31": -58.316006588073513, "S31": -58.316006588073513, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 499535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.7782282148275701, "W12": -10.0, "S12": -10.0, "W13": -17.167807971234559, "S13": -19.294996081127969, "W21": -30.0, "S21": -30.0, "W22": -30.130914085253583, "S22": -32.229693305419261, "W31": -70.0, "S31": -72.24419622834931, "W32": -94.030401754635392, "S32": -99.030401754635392 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 500625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34668124593652105, "S11": 0.34668124593652105, "W12": -10.0, "S12": -10.0, "W13": -17.477579351574764, "S13": -19.488681496552289, "W21": -30.0, "S21": -30.0, "W22": -39.995106704797223, "S22": -39.995106704797223, "W31": -70.662430373968107, "S31": -70.952135157562623, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 500796.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46379076086956517, "S11": -0.96379076086956506, "W12": -7.7945474453226362, "S12": -14.211725981896883, "W13": -23.02642272006258, "S13": -23.02642272006258, "W21": -30.0, "S21": -30.0, "W22": -37.117844604288358, "S22": -37.726672194266079, "W31": -76.232001710008106, "S31": -77.66598856455596, "W32": -98.201066863122293, "S32": -103.20106686312229 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 505232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83461014640789932, "S11": -0.83461014640789932, "W12": -4.7340699005194118, "S12": -11.713037627836279, "W13": -20.295551615834565, "S13": -22.041339017409367, "W21": -27.299366881406982, "S21": -31.768727833760753, "W22": -31.216725067857016, "S22": -31.216725067857016, "W31": -70.0, "S31": -71.531859833151159, "W32": -93.843339302357251, "S32": -98.843339302357251 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 506453.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72845646820481913, "S11": -1.1345808316462558, "W12": -5.0, "S12": -7.6310233920232555, "W13": -21.215051628276409, "S13": -21.215051628276409, "W21": -26.611924559301251, "S21": -28.364980525716383, "W22": -32.9317498411447, "S22": -35.923558796535289, "W31": -65.968594042504321, "S31": -66.014323305321554, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 507022.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5673383848169942, "S11": -1.5673383848169942, "W12": -9.3760823886919606, "S12": -13.515589593928187, "W13": -16.417454545454547, "S13": -16.417454545454547, "W21": -39.862952123341103, "S21": -39.862952123341103, "W22": -34.443958632310029, "S22": -34.443958632310029, "W31": -70.0, "S31": -71.142847702090194, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106739.0, 513104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.85, "S11": -2.64, "W12": -4.8400002, "S12": -10.6400002, "W13": -16.040001, "S13": -16.740001, "W21": -40.0, "S21": -40.965982281954126, "W22": -32.61554889461847, "S22": -32.61554889461847, "W31": -70.0, "S31": -71.374339373569327, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21891180531584398, "S11": 0.21891180531584398, "W12": -9.1344091786403609, "S12": -9.1344091786403609, "W13": -17.198940757356247, "S13": -19.708477065827495, "W21": -30.0, "S21": -30.0, "W22": -30.116557400766961, "S22": -32.244225460634617, "W31": -70.0, "S31": -72.276952734654671, "W32": -94.043209097832516, "S32": -99.043209097832516 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 501264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5562639285847206, "S12": -5.5562639285847206, "W13": -20.0, "S13": -20.0, "W21": -41.293319427854726, "S21": -41.293319427854726, "W22": -37.948197444519927, "S22": -37.948197444519927, "W31": -70.346623399405686, "S31": -70.839267034435181, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106740.333333333328483, 521488.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4427150540833367, "S12": -8.4427150540833367, "W13": -14.2378564779395, "S13": -19.218986867993372, "W21": -41.081408887918002, "S21": -41.081408887918002, "W22": -33.093573629534504, "S22": -37.888750400698711, "W31": -66.59450274109831, "S31": -66.59450274109831, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106741.5, 516626.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.167452995313731, "S12": -11.960887231084097, "W13": -30.0, "S13": -30.0, "W21": -37.190755146483859, "S21": -37.190755146483859, "W22": -37.155456512967341, "S22": -37.155456512967341, "W31": -70.0, "S31": -70.640068394558526, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106741.6, 511642.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7832800782523639, "S11": -0.7832800782523639, "W12": -5.0, "S12": -5.392850405583852, "W13": -18.651656447991353, "S13": -20.454958552586202, "W21": -30.0, "S21": -31.315832046781768, "W22": -30.058315663381588, "S22": -32.370834844021999, "W31": -69.999999999999986, "S31": -72.404651872367907, "W32": -94.066082666180463, "S32": -99.066082666180463 }, "geometry": { "type": "Point", "coordinates": [ 106742.125, 503244.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4478536012526098, "S11": -1.4478536012526098, "W12": -4.8675748949961619, "S12": -9.2564761176410073, "W13": -15.663833409710048, "S13": -17.999538348729949, "W21": -40.0, "S21": -40.691794932950692, "W22": -32.95702904163695, "S22": -32.95702904163695, "W31": -70.0, "S31": -71.37345463737519, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106743.0, 497793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.667067424490279, "S11": -0.667067424490279, "W12": -4.5432860790831215, "S12": -14.543286079083121, "W13": -22.599643063237277, "S13": -22.599643063237277, "W21": -30.0, "S21": -30.0, "W22": -38.624099141662015, "S22": -38.624099141662015, "W31": -70.978758542065862, "S31": -71.347041970817855, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106743.0, 509711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50530868304738363, "W12": -9.6319217395116983, "S12": -15.594436882260357, "W13": -15.594436882260357, "S13": -21.358546992961084, "W21": -40.0, "S21": -40.0, "W22": -36.146132498120721, "S22": -36.146132498120721, "W31": -70.0, "S31": -70.828753667927856, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106743.0, 513568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5583140871839563, "S12": -5.5583140871839563, "W13": -20.0, "S13": -20.0, "W21": -41.335006150500064, "S21": -41.335006150500064, "W22": -37.774283446971495, "S22": -37.774283446971495, "W31": -70.174096033402776, "S31": -70.700642981739975, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106743.5, 521486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.58437449642799588, "W12": -8.4307495192440403, "S12": -13.912363393484814, "W13": -22.22092522398346, "S13": -22.22092522398346, "W21": -30.0, "S21": -30.0, "W22": -30.56338028169014, "S22": -31.680894284275233, "W31": -70.0, "S31": -71.861508682754874, "W32": -93.898413682200413, "S32": -98.898413682200413 }, "geometry": { "type": "Point", "coordinates": [ 106745.0, 505069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.70755223720255689, "W12": -8.0947356072246812, "S12": -14.090209867094424, "W13": -22.613388837794666, "S13": -22.613388837794666, "W21": -30.0, "S21": -30.0, "W22": -39.372041993849201, "S22": -39.372922491822777, "W31": -71.570082052110052, "S31": -71.65963608221611, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106745.0, 505153.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.294620306450132, "S12": -5.294620306450132, "W13": -19.905668439218353, "S13": -19.905668439218353, "W21": -35.950832881436881, "S21": -35.950832881436881, "W22": -35.36010535306756, "S22": -39.438092785237359, "W31": -63.782957254167762, "S31": -63.782957254167762, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106745.0, 521885.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -33.699882372468274, "S22": -33.699882372468274, "W31": -70.0, "S31": -71.283531298258453, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106745.531914893610519, 529969.702127659576945 ] } }, +{ "type": "Feature", "properties": { "W11": -3.3976746811902645, "S11": -3.3976746811902645, "W12": -11.753855772026746, "S12": -12.164279506067373, "W13": -31.14370781779721, "S13": -37.965148743685511, "W21": -38.806676410473074, "S21": -38.806676410473074, "W22": -32.858451142776133, "S22": -35.177306831972523, "W31": -65.821271903084977, "S31": -65.873848167904271, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106745.8, 512226.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.077989242863053393, "S11": -0.13870456260907557, "W12": -10.0, "S12": -10.0, "W13": -17.507740055482714, "S13": -19.507349723700699, "W21": -30.0, "S21": -30.0, "W22": -30.100398721229613, "S22": -32.243589771557694, "W31": -70.0, "S31": -72.315123284365797, "W32": -94.064379126193188, "S32": -99.064379126193188 }, "geometry": { "type": "Point", "coordinates": [ 106746.0, 500744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91766833421200389, "S11": -0.91766833421200389, "W12": -6.8893111176069377, "S12": -9.2035024188483412, "W13": -24.187053216838763, "S13": -24.187053216838763, "W21": -30.0, "S21": -30.334993031515534, "W22": -39.935297993305255, "S22": -39.935297993305255, "W31": -56.329642562657639, "S31": -56.329642562657639, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106746.0, 507838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -36.782659515904129, "S22": -36.782659515904129, "W31": -69.999999999999986, "S31": -70.712604986482859, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106746.861538461540476, 530033.892307692323811 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9336672242638615, "S12": -7.2437382804653545, "W13": -14.999999999999998, "S13": -15.162247077184238, "W21": -40.118237184283885, "S21": -40.118237184283885, "W22": -37.667065960916034, "S22": -38.412707784923562, "W31": -76.99841278503925, "S31": -78.542520817518039, "W32": -98.134422024857102, "S32": -103.1344220248571 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 498051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6348953827854672, "S11": -0.6348953827854672, "W12": -5.5606812357967668, "S12": -5.5606812357967668, "W13": -16.936094053272026, "S13": -19.656436046037562, "W21": -30.0, "S21": -30.0, "W22": -33.979315392221004, "S22": -37.60285826670188, "W31": -68.873172698044726, "S31": -68.873172698044726, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 501784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7616522928460165, "S11": -2.7616522928460165, "W12": -10.813194205247694, "S12": -12.760700397953862, "W13": -26.040125914969469, "S13": -35.406523146588917, "W21": -39.199530302610263, "S21": -39.199530302610263, "W22": -40.0, "S22": -40.0, "W31": -55.340074307829006, "S31": -55.340074307829006, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 512560.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.337551164039783, "S12": -5.337551164039783, "W13": -17.116596007878556, "S13": -17.116596007878556, "W21": -37.432229142250804, "S21": -37.432229142250804, "W22": -31.557648473154618, "S22": -31.557648473154618, "W31": -70.0, "S31": -71.478096949745179, "W32": -93.917361769685201, "S32": -98.917361769685201 }, "geometry": { "type": "Point", "coordinates": [ 106747.0, 523269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5114151478586608, "S11": -1.5114151478586608, "W12": -5.9596743068966092, "S12": -5.9596743068966092, "W13": -20.0, "S13": -20.0, "W21": -43.934388086986438, "S21": -43.934388086986438, "W22": -33.215094493526344, "S22": -33.215094493526344, "W31": -70.0, "S31": -71.376247551233249, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106747.125, 520878.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8937329993054455, "S12": -9.1649008510914225, "W13": -14.274711291998784, "S13": -14.274711291998784, "W21": -40.0, "S21": -40.0, "W22": -38.793025367096298, "S22": -42.215213575124473, "W31": -77.849430478174469, "S31": -78.596963575781615, "W32": -96.243143152359636, "S32": -101.24314315235964 }, "geometry": { "type": "Point", "coordinates": [ 106747.634146341457381, 515714.951219512207899 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.8539237986920671, "W12": -5.2597771587743729, "S12": -17.445706535442952, "W13": -24.309675865438958, "S13": -24.915432619976251, "W21": -30.0, "S21": -32.396987604857898, "W22": -35.597948400658687, "S22": -35.597948400658687, "W31": -70.0, "S31": -70.933920404351312, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106748.0, 506115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74069352694264812, "S11": -0.74069352694264812, "W12": -4.3927595590256692, "S12": -13.365970234318834, "W13": -22.026272814273085, "S13": -22.026272814273085, "W21": -30.0, "S21": -30.0, "W22": -32.785152444407508, "S22": -34.431054867408896, "W31": -65.673949763665433, "S31": -65.732610099616622, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106748.0, 509848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2146398659966495, "S12": -7.2146398659966495, "W13": -14.736825686284094, "S13": -14.736825686284094, "W21": -40.798359708129247, "S21": -40.798359708129247, "W22": -40.297911333982377, "S22": -40.297911333982377, "W31": -58.794891244711373, "S31": -58.794891244711373, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106748.0, 525103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99720108868995716, "S11": -4.5835301361840539, "W12": -6.3428365117457757, "S12": -15.249342046453432, "W13": -25.279166559750664, "S13": -25.701780505265443, "W21": -30.0, "S21": -30.0, "W22": -34.796640598464613, "S22": -39.328328037892973, "W31": -71.427922972706938, "S31": -71.427922972706938, "W32": -95.731751877622429, "S32": -100.73175187762243 }, "geometry": { "type": "Point", "coordinates": [ 106748.5, 508706.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9721319593117697, "S12": -5.240439241675972, "W13": -16.98187276429374, "S13": -16.98187276429374, "W21": -37.296167906125397, "S21": -37.296167906125397, "W22": -31.0248275862069, "S22": -31.0248275862069, "W31": -70.0, "S31": -71.576686521206597, "W32": -93.887248279978635, "S32": -98.887248279978635 }, "geometry": { "type": "Point", "coordinates": [ 106748.571428571434808, 523336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.92079211319430909, "W12": -10.0, "S12": -10.415224913494809, "W13": -17.052653393423306, "S13": -19.265954699533498, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.161291838115755, "S22": -32.057887409298687, "W31": -70.0, "S31": -72.185698961111854, "W32": -94.045745270736418, "S32": -99.045745270736418 }, "geometry": { "type": "Point", "coordinates": [ 106749.0, 500577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -12.961120765771049, "S13": -14.061279407455224, "W21": -38.868734480607877, "S21": -41.868734480607877, "W22": -36.758618073283351, "S22": -36.758618073283351, "W31": -70.0, "S31": -70.719314626363186, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67200874217119, "S11": -0.67200874217119, "W12": -4.9203397700110898, "S12": -7.1996315973510043, "W13": -15.0, "S13": -15.140200415786284, "W21": -40.065044588923008, "S21": -40.065044588923008, "W22": -34.272355385145801, "S22": -34.272355385145801, "W31": -70.0, "S31": -71.18148652580102, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46777817193696924, "S11": 0.46777817193696924, "W12": -10.0, "S12": -16.302892216125731, "W13": -23.26299836791793, "S13": -25.162282377464471, "W21": -41.031111658600025, "S21": -41.031111658600025, "W22": -33.434284625468713, "S22": -33.434284625468713, "W31": -70.0, "S31": -71.337367705827432, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11487199772645226, "S11": -0.11487199772645226, "W12": -9.0785811014143842, "S12": -9.9055087743020369, "W13": -15.0, "S13": -17.248905954162993, "W21": -37.39343528534129, "S21": -38.200927407706331, "W22": -33.027815177401038, "S22": -37.897998853688847, "W31": -66.64557049033742, "S31": -66.64557049033742, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72763922034622464, "S11": -0.88389759611679553, "W12": -5.0, "S12": -7.6474791155498307, "W13": -21.446584590945196, "S13": -21.446584590945196, "W21": -27.353551739951847, "S21": -28.573709787689811, "W22": -33.504584440232826, "S22": -38.09209195468965, "W31": -68.275540663842747, "S31": -68.275540663842747, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 507085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.263386521629507, "S11": -1.263386521629507, "W12": -6.0733608602405402, "S12": -6.0733608602405402, "W13": -20.0, "S13": -20.0, "W21": -43.524359842891286, "S21": -43.524359842891286, "W22": -34.979382925342598, "S22": -34.979382925342598, "W31": -70.0, "S31": -71.051194976229084, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 520707.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": -33.050159153698246, "S22": -33.050159153698246, "W31": -65.308778806636013, "S31": -65.379289388461814, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.0, 528858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81741755704946739, "S11": -0.81741755704946739, "W12": -6.2764709400189682, "S12": -6.2764709400189682, "W13": -20.0, "S13": -21.999062509388516, "W21": -40.153910023882176, "S21": -40.153910023882176, "W22": -37.797795073974342, "S22": -37.797795073974342, "W31": -70.211188360702991, "S31": -70.739825733574108, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106750.727272727279342, 520399.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090861775082633739, "S11": 0.090861775082633739, "W12": -9.5806963617338106, "S12": -11.355405384871792, "W13": -14.954458183828674, "S13": -18.024980762279949, "W21": -40.0, "S21": -40.26225227677984, "W22": -34.841544082883324, "S22": -36.203595686695849, "W31": -72.03144939196828, "S31": -72.03144939196828, "W32": -98.63776860384273, "S32": -103.63776860384273 }, "geometry": { "type": "Point", "coordinates": [ 106751.0, 499646.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27762654156343025, "S11": -0.27762654156343025, "W12": -7.6578503907767734, "S12": -7.6578503907767734, "W13": -17.08416422660266, "S13": -19.852057382231262, "W21": -30.0, "S21": -30.0, "W22": -50.8, "S22": -50.81, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106751.272727272720658, 501454.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.079171513475321365, "S11": -0.079171513475321365, "W12": -5.6308727294968186, "S12": -10.351791267881191, "W13": -15.0, "S13": -15.230435985079506, "W21": -40.403201050966004, "S21": -40.403201050966004, "W22": -33.126790237758279, "S22": -33.126790237758279, "W31": -70.0, "S31": -71.396273696731967, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106751.6, 498352.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.35461323603468, "S13": -19.630369009653641, "W21": -30.0, "S21": -30.0, "W22": -34.830122115728962, "S22": -39.265551124892824, "W31": -64.097262368414135, "S31": -64.097262368414135, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106752.857142857144936, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -12.996648769892733, "S13": -13.98039871629757, "W21": -38.807475265172258, "S21": -41.807475265172258, "W22": -32.7107511645847, "S22": -33.741298649681355, "W31": -65.539912447431433, "S31": -65.602314898743359, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106753.0, 496983.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0093985851773904713, "S11": 0.0093985851773904713, "W12": -9.312291222280356, "S12": -9.312291222280356, "W13": -14.933307587364888, "S13": -17.677273520612097, "W21": -39.82829612557537, "S21": -40.490735686014929, "W22": -31.266430508337379, "S22": -31.266430508337379, "W31": -70.0, "S31": -71.541333105799097, "W32": -93.902623752526353, "S32": -98.902623752526353 }, "geometry": { "type": "Point", "coordinates": [ 106753.0, 499781.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30655806182121959, "S11": -0.27849069224161915, "W12": -5.9628322484752188, "S12": -17.700173695607145, "W13": -24.442817469182444, "S13": -24.442817469182444, "W21": -30.0, "S21": -30.0, "W22": -38.269662455215162, "S22": -38.269662455215162, "W31": -70.690824336424484, "S31": -71.133063825242758, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106753.0, 505786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45791100123611017, "S11": -0.45791100123611045, "W12": -5.0, "S12": -14.004015203012429, "W13": -22.062758742140439, "S13": -23.425418537930337, "W21": -30.0, "S21": -33.471633334114927, "W22": -34.452992968364867, "S22": -36.386149325564112, "W31": -70.576643695732386, "S31": -70.576643695732386, "W32": -99.296855966642624, "S32": -104.29685596664262 }, "geometry": { "type": "Point", "coordinates": [ 106753.833333333328483, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8973679289525194, "S12": -14.533248210642643, "W13": -24.036084522623284, "S13": -24.036084522623284, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106753.9, 509374.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.76826209083071484, "W12": -7.8549892807522799, "S12": -14.273156131767614, "W13": -22.841398491992788, "S13": -22.841398491992788, "W21": -30.0, "S21": -30.0, "W22": -37.193849982795626, "S22": -37.193849982795626, "W31": -70.0, "S31": -70.642785034930299, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106754.0, 505207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99409173063428946, "S11": -4.5694077662587205, "W12": -6.3020405809863771, "S12": -15.217241772320934, "W13": -25.281235988608188, "S13": -25.66059237812847, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.174813192928653, "S22": -37.174813192928653, "W31": -70.0, "S31": -70.646319462748735, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106754.0, 508714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64107311176130488, "S11": -0.64107311176130488, "W12": -5.0, "S12": -5.0, "W13": -17.169949164138867, "S13": -20.180182862446809, "W21": -30.0, "S21": -30.0, "W22": -33.036419505297474, "S22": -37.908674718665793, "W31": -66.816625544215, "S31": -66.816625544215, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106754.5, 502167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86458401079829506, "S11": -1.1697240184699484, "W12": -6.742229367631297, "S12": -7.742229367631297, "W13": -23.351535610272705, "S13": -23.351535610272705, "W21": -29.999999999999996, "S21": -30.714745143283213, "W22": -32.758947808437107, "S22": -32.758947808437107, "W31": -70.0, "S31": -71.413120310078966, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106755.0, 507608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8056672757824295, "S12": -14.535309745988281, "W13": -23.679255957973105, "S13": -23.679255957973105, "W21": -30.0, "S21": -30.0, "W22": -40.43844219632615, "S22": -40.43844219632615, "W31": -59.29592779841893, "S31": -59.29592779841893, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106755.0, 509459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92092453522513174, "S11": -0.92092453522513174, "W12": -6.8236772873428411, "S12": -8.9996478917137992, "W13": -24.148186391315821, "S13": -24.148186391315821, "W21": -30.0, "S21": -30.608355437666031, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -55.840354158918423, "S31": -55.840354158918423, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106755.6, 507826.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79995407089242809, "S11": -3.961174686139314, "W12": -5.5983991948799394, "S12": -14.732705369499762, "W13": -24.885157084459486, "S13": -24.885157084459486, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.199587744339265, "S22": -31.997509386143779, "W31": -70.0, "S31": -72.107720714553608, "W32": -94.037119835994872, "S32": -99.037119835994872 }, "geometry": { "type": "Point", "coordinates": [ 106756.0, 508915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3902577072519047, "S11": -1.3902577072519047, "W12": -9.4799746709072945, "S12": -13.899204605635267, "W13": -15.0, "S13": -15.0, "W21": -39.929905783297627, "S21": -39.929905783297627, "W22": -40.0, "S22": -41.36584997316028, "W31": -80.0, "S31": -82.004026880397774, "W32": -97.602593376914342, "S32": -102.60259337691434 }, "geometry": { "type": "Point", "coordinates": [ 106756.0, 513193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5150166259322585, "S11": -5.5150166259322573, "W12": -6.1128376281683066, "S12": -6.1128376281683066, "W13": -14.787283728996513, "S13": -15.138696497508283, "W21": -38.428563825614305, "S21": -41.428563825614305, "W22": -34.611112491256236, "S22": -37.319802503018693, "W31": -69.15175388610264, "S31": -69.15175388610264, "W32": -99.999999999999986, "S32": -104.99999999999999 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 496889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47568605453917845, "S11": 0.47568605453917845, "W12": -10.0, "S12": -10.0, "W13": -17.254163896146054, "S13": -19.722204808904927, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -41.403372014796759, "W31": -80.0, "S31": -82.03650088694954, "W32": -97.557628211030305, "S32": -102.55762821103031 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 501168.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13492405937176388, "S11": 0.13492405937176388, "W12": -8.875344743445563, "S12": -8.875344743445563, "W13": -17.176795503043021, "S13": -19.782309578092473, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -32.859691366985359, "S22": -33.670923119403682, "W31": -65.405875131197433, "S31": -65.470568851948983, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 501298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6517367455626546, "S11": -0.6517367455626546, "W12": -4.6378650468009663, "S12": -14.539083898371931, "W13": -23.026248613340183, "S13": -23.026248613340183, "W21": -30.0, "S21": -30.0, "W22": -33.710002784912199, "S22": -33.710002784912199, "W31": -70.0, "S31": -71.291566367560733, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.0, 509614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.423704300122239, "S13": -19.592715594537392, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -70.296990032749832, "S31": -70.296990032749832, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106757.666666666671517, 500883.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.715749362037041, "S12": -8.715749362037041, "W13": -14.222164310229234, "S13": -21.343217079517785, "W21": -40.322121724018317, "S21": -40.322121724018317, "W22": -45.391423166628925, "S22": -45.401423166628923, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106758.037878787872614, 516068.189393939392176 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083894480919867731, "S11": -1.480371610131852, "W12": -6.4256845588935505, "S12": -15.144947483039273, "W13": -24.040899070965967, "S13": -24.040899070965967, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.38654218188212, "S31": -70.38654218188212, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106759.714285714289872, 505573.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3530854502993157, "S11": -1.3530854502993157, "W12": -9.5034061052894305, "S12": -13.980754361387213, "W13": -15.0, "S13": -15.235238338378498, "W21": -39.943357108628412, "S21": -39.943357108628412, "W22": -39.641367866589981, "S22": -39.645290070803917, "W31": -71.263869358525241, "S31": -71.746794440881374, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106760.0, 513212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0423574730659997, "S12": -9.5514326033563037, "W13": -14.25620198597627, "S13": -22.990669051161095, "W21": -40.0, "S21": -40.0, "W22": -39.356387464956953, "S22": -39.357207151026586, "W31": -71.481007861522258, "S31": -71.608288281490971, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106760.0, 515409.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.291212805600997, "S12": -11.639930207718658, "W13": -30.0, "S13": -30.0, "W21": -37.553176885494786, "S21": -37.553176885494786, "W22": -37.870423964953275, "S22": -37.870423964953275, "W31": -70.294617154925533, "S31": -70.814611776943806, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106760.2, 511678.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.049973746564971, "S11": -1.5376148011809025, "W12": -6.2367965391462938, "S12": -16.415992141119855, "W13": -22.771797496590622, "S13": -22.771797496590622, "W21": -30.0, "S21": -30.799745542967194, "W22": -35.755225090845649, "S22": -35.755225090845649, "W31": -70.0, "S31": -70.912708824067835, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106760.5, 510411.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43086286077436842, "S11": 0.43086286077436842, "W12": -10.000000000000002, "S12": -11.353110759787967, "W13": -25.0, "S13": -27.712801909307878, "W21": -40.994297779475026, "S21": -40.994297779475026, "W22": -30.724740974583131, "S22": -30.912339710760065, "W31": -70.0, "S31": -71.730046449656811, "W32": -93.944121356363738, "S32": -98.944121356363738 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 499121.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41434428096933945, "S11": 0.41434428096933945, "W12": -10.0, "S12": -10.0, "W13": -24.999999999999996, "S13": -27.909842482100235, "W21": -40.967912455775924, "S21": -40.967912455775924, "W22": -32.895432027793063, "S22": -37.895432027793063, "W31": -66.431580727915218, "S31": -66.431580727915218, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 499151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94011239901650856, "S11": -2.4800068417361607, "W12": -9.8459726912212595, "S12": -13.269186855617249, "W13": -20.128015161957272, "S13": -20.128015161957272, "W21": -30.0, "S21": -30.0, "W22": -39.767099159268852, "S22": -40.984589939002483, "W31": -80.0, "S31": -81.933753425728867, "W32": -97.807950995238684, "S32": -102.80795099523868 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 504704.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27777777777777768, "S11": 0.27777777777777773, "W12": -6.0089323971093229, "S12": -17.56313565289939, "W13": -24.371780122741775, "S13": -24.371780122741775, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.62778536631297, "S22": -36.62778536631297, "W31": -70.000000000000014, "S31": -70.751782595848496, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 505780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0409341551682603, "S11": -1.0409341551682603, "W12": -6.9059144499658878, "S12": -8.6565775549308892, "W13": -25.0, "S13": -25.067390789052936, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.939855140054036, "S22": -38.939855140054036, "W31": -57.809931598903439, "S31": -57.809931598903439, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 508142.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49813777799802877, "S11": -0.49813777799802877, "W12": -9.129013149096382, "S12": -9.7739620807389276, "W13": -14.260848874380802, "S13": -29.138734412055321, "W21": -40.0, "S21": -40.0, "W22": -32.911145004212855, "S22": -37.900269434540157, "W31": -66.524760138955628, "S31": -66.524760138955628, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 515234.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5878907814146883, "S12": -4.5878907814146883, "W13": -17.747179499497427, "S13": -17.747179499497427, "W21": -37.334687167373431, "S21": -37.334687167373431, "W22": -36.786974451538562, "S22": -36.786974451538562, "W31": -70.0, "S31": -70.722765042207286, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106762.0, 522958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96695916905444124, "S11": -5.9591950881445452, "W12": -10.736799922329835, "S12": -12.676130593483018, "W13": -18.997501407267048, "S13": -18.997501407267048, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.3278970988015, "S31": -56.3278970988015, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106763.0, 504136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4129765397594833, "S11": -3.0153614419489392, "W12": -10.0, "S12": -13.076680413640281, "W13": -28.585060939765647, "S13": -28.585060939765647, "W21": -33.791861854713517, "S21": -33.791861854713517, "W22": -35.952940372953719, "S22": -35.952940372953719, "W31": -70.0, "S31": -70.878017803550222, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106763.0, 511197.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2806550670181145, "S11": -3.8734938644195345, "W12": -7.2906895056374683, "S12": -12.439274322014818, "W13": -23.201420948876333, "S13": -23.201420948876333, "W21": -30.149453458081425, "S21": -31.447026283281033, "W22": -45.359160547679245, "S22": -45.369160547679243, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106764.0, 510599.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13102275342313074, "S11": 0.13102275342313074, "W12": -8.8713421726881787, "S12": -8.8713421726881787, "W13": -17.174582726561283, "S13": -19.808456649775536, "W21": -30.0, "S21": -30.0, "W22": -33.020494185369905, "S22": -33.983938611620431, "W31": -65.271837814963234, "S31": -65.336759237048867, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106764.333333333328483, 501300.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -37.861915179541484, "S22": -42.861915179541484, "W31": -76.088863151307393, "S31": -76.745299951344037, "W32": -96.162560230795208, "S32": -101.16256023079521 }, "geometry": { "type": "Point", "coordinates": [ 106764.367816091951681, 530028.256704980856739 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7747754925552313, "S12": -5.7747754925552313, "W13": -20.0, "S13": -20.0, "W21": -43.904413515687871, "S21": -43.904413515687871, "W22": -39.278550708488005, "S22": -39.278550708488005, "W31": -71.271592874776019, "S31": -71.509889814314491, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106765.0, 521161.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0350700047882462, "S11": -1.0350700047882462, "W12": -6.8772613595765106, "S12": -8.3104008944605425, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.0, "S21": -30.0, "W22": -31.243631482380938, "S22": -31.243631482380938, "W31": -70.0, "S31": -71.556586180031417, "W32": -93.945614035087701, "S32": -98.945614035087701 }, "geometry": { "type": "Point", "coordinates": [ 106765.333333333328483, 508123.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3355097863271592, "S11": -4.2909490165388942, "W12": -7.5324241870938167, "S12": -11.469266351392191, "W13": -23.148885968370806, "S13": -23.148885968370806, "W21": -30.299764273492858, "S21": -31.716870645739256, "W22": -40.0, "S22": -40.0, "W31": -56.037063812303565, "S31": -56.037063812303565, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106766.0, 510643.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -13.023973151364663, "S13": -14.109570657045751, "W21": -38.920358145129647, "S21": -41.920358145129647, "W22": -31.634799278191281, "S22": -31.634799278191281, "W31": -70.0, "S31": -71.48620321687325, "W32": -94.041651387747365, "S32": -99.041651387747365 }, "geometry": { "type": "Point", "coordinates": [ 106766.171875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9265708252661202, "S12": -14.530655332308354, "W13": -24.20435822230812, "S13": -24.20435822230812, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -41.629316798857992, "W31": -80.0, "S31": -82.048429999204345, "W32": -97.308932188564583, "S32": -102.30893218856458 }, "geometry": { "type": "Point", "coordinates": [ 106767.666666666671517, 509338.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94382342809757935, "S11": -4.4011157861324186, "W12": -6.0838782046242805, "S12": -15.070426416975284, "W13": -25.205178105952566, "S13": -25.205178105952566, "W21": -30.0, "S21": -30.0, "W22": -40.542291420487018, "S22": -40.542291420487018, "W31": -59.796964352126494, "S31": -59.796964352126494, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106768.0, 508776.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3831031666747446, "S11": -4.80259888610638, "W12": -7.7741588685504972, "S12": -10.49925838076836, "W13": -23.096350987865236, "S13": -23.096350987865236, "W21": -30.732473311631814, "S21": -32.544874948396384, "W22": -34.129816975787769, "S22": -34.129816975787769, "W31": -70.0, "S31": -71.217714828721157, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106768.0, 510687.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9671339174605773, "S12": -9.3635646729720907, "W13": -14.22331666128022, "S13": -15.991824215529576, "W21": -40.0, "S21": -40.0, "W22": -30.237883650562768, "S22": -31.939071764929277, "W31": -70.0, "S31": -72.029742467995376, "W32": -94.028494401253326, "S32": -99.028494401253326 }, "geometry": { "type": "Point", "coordinates": [ 106768.0, 515557.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5261415190097276, "S12": -5.5261415190097276, "W13": -20.0, "S13": -20.0, "W21": -40.968147286012396, "S21": -40.968147286012396, "W22": -39.077781973630643, "S22": -42.450105956201881, "W31": -78.047000144773605, "S31": -78.985779850389861, "W32": -96.321804826647821, "S32": -101.32180482664782 }, "geometry": { "type": "Point", "coordinates": [ 106768.285714285710128, 521538.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.453136646938315, "S13": -19.605937527885217, "W21": -30.0, "S21": -30.0, "W22": -39.259998, "S22": -39.259998, "W31": -71.205511430495051, "S31": -71.471548336514815, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106768.5, 500831.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.14690040202606, "S12": -5.251579942003465, "W13": -17.063213901658486, "S13": -17.063213901658486, "W21": -37.300434861672315, "S21": -37.300434861672315, "W22": -38.531559114220336, "S22": -38.531559114220336, "W31": -70.888280999014484, "S31": -71.289804152820963, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106768.714285714289872, 523298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86545099820656302, "S11": -1.8654509982065628, "W12": -4.7506822783695748, "S12": -8.9152716792267661, "W13": -20.812271733076322, "S13": -21.348255985044826, "W21": -24.05773967664302, "S21": -27.271389886845775, "W22": -40.0, "S22": -40.0, "W31": -56.340634010008358, "S31": -56.340634010008358, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106769.0, 506799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9208607113451079, "S11": -2.2193838657840823, "W12": -10.0, "S12": -12.294834113012433, "W13": -24.813675601764661, "S13": -24.813675601764661, "W21": -31.957641513486589, "S21": -32.21947669758945, "W22": -37.321967824318719, "S22": -38.084700146505348, "W31": -76.373970714162269, "S31": -77.897894385308689, "W32": -98.320275271734346, "S32": -103.32027527173435 }, "geometry": { "type": "Point", "coordinates": [ 106769.0, 510938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9812603356101635, "S11": -2.6033075536721864, "W12": -10.0, "S12": -12.377315954696542, "W13": -25.190379820782177, "S13": -25.190379820782177, "W21": -32.039190448853724, "S21": -32.039190448853724, "W22": -34.084930109559906, "S22": -34.084930109559906, "W31": -70.0, "S31": -71.227662575703832, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106769.0, 510970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13891798314840395, "S11": -0.13891798314840395, "W12": -5.0136138462477851, "S12": -10.27090516371323, "W13": -15.0, "S13": -15.258926773228179, "W21": -40.344758705772833, "S21": -40.344758705772833, "W22": -39.514787417922214, "S22": -40.707518415935006, "W31": -79.595101008722864, "S31": -81.501604063803001, "W32": -97.891785699668475, "S32": -102.89178569966847 }, "geometry": { "type": "Point", "coordinates": [ 106769.4, 498315.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5776130209979908, "S11": -1.5776130209979908, "W12": -9.4884847064219873, "S12": -13.567952269298296, "W13": -16.328141555414284, "S13": -16.328141555414284, "W21": -39.815028930349342, "S21": -39.815028930349342, "W22": -39.359154657467052, "S22": -39.360054452817138, "W31": -71.462951449565537, "S31": -71.59382858471163, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106769.5, 513122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1725537249283666, "S11": -6.1725537249283668, "W12": -10.73680701977576, "S12": -12.46319908999245, "W13": -19.018942369441298, "S13": -19.151742894950385, "W21": -30.0, "S21": -30.0, "W22": -33.181297003754239, "S22": -34.911248938408733, "W31": -65.137800498729234, "S31": -65.196173506763827, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 504097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.946445433697559, "W13": -21.429481055661427, "S13": -22.938933301699048, "W21": -29.988748480543844, "S21": -33.608858208334489, "W22": -36.011408594000336, "S22": -36.011408594000336, "W31": -70.0, "S31": -70.871600686376311, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 506323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2, "S11": -5.2, "W12": -7.0, "S12": -15.7, "W13": -25.700001, "S13": -27.320001, "W21": -30.0, "S21": -30.0, "W22": -39.83024631376648, "S22": -39.83024631376648, "W31": -56.590346891968984, "S31": -56.590346891968984, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4010049733933321, "S11": -4.4106974426685293, "W12": -8.0158935500068473, "S12": -9.802177441553896, "W13": -23.043816007359705, "S13": -23.043816007359705, "W21": -31.420922953256419, "S21": -33.457886228967403, "W22": -37.175547221182072, "S22": -37.175547221182072, "W31": -69.999999999999986, "S31": -70.655967546766774, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 510732.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0185429963328421, "S12": -5.0185429963328421, "W13": -19.061661610151955, "S13": -19.061661610151955, "W21": -35.351175088964609, "S21": -35.351175088964609, "W22": -31.078524634396359, "S22": -31.078524634396359, "W31": -70.0, "S31": -71.591576048997638, "W32": -93.977321199808713, "S32": -98.977321199808713 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 522307.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6444155340705782, "S11": 1.6444155340705782, "W12": -3.2474567271801345, "S12": -5.6546494746081919, "W13": -15.0, "S13": -15.0, "W21": -38.457636059086973, "S21": -38.457636059086973, "W22": -35.135288885889608, "S22": -39.329665312283673, "W31": -63.719870990262073, "S31": -63.719870990262073, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.5, 524302.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4846910433619644, "S12": -10.484691043361964, "W13": -15.566956017357818, "S13": -18.164602570992898, "W21": -35.126088420572572, "S21": -35.779361391915515, "W22": -35.55453891860769, "S22": -35.55453891860769, "W31": -70.0, "S31": -70.95747353356947, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.833333333328483, 500181.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8353501954061437, "S12": -5.8353501954061437, "W13": -20.0, "S13": -20.0, "W21": -43.743157108378384, "S21": -43.743157108378384, "W22": -36.810486078541402, "S22": -36.810486078541402, "W31": -70.0, "S31": -70.724855466741204, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106770.857142857144936, 521070.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38250568013341468, "S11": 0.38250568013341468, "W12": -10.0, "S12": -11.605720624068081, "W13": -25.0, "S13": -28.022569036739171, "W21": -40.913836121095088, "S21": -40.913836121095088, "W22": -33.005243304021796, "S22": -33.005243304021796, "W31": -70.0, "S31": -71.431348316228366, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106771.0, 499193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7159384962804687, "S11": -3.7459933925004689, "W12": -11.875335853445776, "S12": -12.073691082788399, "W13": -32.055990886538837, "S13": -36.125301486983069, "W21": -38.703756694109188, "S21": -38.703756694109188, "W22": -40.582486206091595, "S22": -40.582486206091595, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106771.4, 512186.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79799905624541789, "S11": -0.79799905624541789, "W12": -5.0, "S12": -8.0794004849653547, "W13": -21.151202749140893, "S13": -21.151202749140893, "W21": -26.113412888409691, "S21": -27.987429599917217, "W22": -33.996625853791841, "S22": -33.996625853791841, "W31": -70.0, "S31": -71.247688721202536, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106772.0, 506978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87746856074628987, "S11": -1.1274685607462898, "W12": -6.6368508233460002, "S12": -7.5719532955882292, "W13": -23.384034948371724, "S13": -23.384034948371724, "W21": -30.0, "S21": -30.778282922436709, "W22": -30.306843381843379, "S22": -31.880634143714772, "W31": -70.0, "S31": -71.951764221437131, "W32": -94.032770500407608, "S32": -99.032770500407608 }, "geometry": { "type": "Point", "coordinates": [ 106772.0, 507616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.191580842353205, "S11": -3.1953088557867271, "W12": -6.8200757748664813, "S12": -13.787094782786799, "W13": -23.177388881587596, "S13": -23.177388881587596, "W21": -30.000000000000004, "S21": -31.142650445678942, "W22": -33.342099822138572, "S22": -35.838559265197027, "W31": -65.00376318249522, "S31": -65.054741481083155, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106772.0, 510524.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35686208283071486, "S11": -0.35686208283071486, "W12": -10.048239425879945, "S12": -12.736715473997471, "W13": -15.346448135746343, "S13": -33.490985492469775, "W21": -40.409894765201223, "S21": -40.409894765201223, "W22": -33.720123197356045, "S22": -33.720123197356045, "W31": -70.0, "S31": -71.299601436863028, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106772.0, 514626.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41414687790446059, "S11": 0.41414687790446059, "W12": -9.9850030324750509, "S12": -19.985003032475049, "W13": -20.0, "S13": -20.932552838263888, "W21": -40.834870449092584, "S21": -40.834870449092584, "W22": -32.95254136448392, "S22": -32.95254136448392, "W31": -70.0, "S31": -71.442343554283809, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106773.0, 498828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77665563389144909, "S11": -1.5277671735479701, "W12": -4.4769299144269015, "S12": -12.607936421652457, "W13": -21.420223530609526, "S13": -21.420223530609526, "W21": -30.0, "S21": -30.0, "W22": -32.877794591036256, "S22": -32.877794591036256, "W31": -70.0, "S31": -71.455173366163763, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106773.0, 510135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98553690276212547, "S11": -4.5268530618681186, "W12": -6.2185801372268434, "S12": -15.166195250986323, "W13": -25.293679870931808, "S13": -25.534298139481642, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -32.786557233789104, "S22": -38.437356551284836, "W31": -66.409283752088996, "S31": -66.409283752088996, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106773.75, 508738.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64554759360162595, "S11": -0.64554759360162595, "W12": -5.0, "S12": -5.0, "W13": -17.182386791729005, "S13": -20.182386791729005, "W21": -30.0, "S21": -30.0, "W22": -34.453650125246909, "S22": -36.580788793001737, "W31": -70.864395762074167, "S31": -70.864395762074167, "W32": -99.266266381579058, "S32": -104.26626638157906 }, "geometry": { "type": "Point", "coordinates": [ 106774.0, 502192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76719034825416454, "S11": -0.78660965443816933, "W12": -5.0, "S12": -7.973856961603345, "W13": -21.334248963021729, "S13": -21.334248963021729, "W21": -26.989049733670402, "S21": -28.298409314288318, "W22": -39.013972190636117, "S22": -42.521696885180226, "W31": -77.791544270456328, "S31": -78.775961670341204, "W32": -96.337645397906897, "S32": -101.3376453979069 }, "geometry": { "type": "Point", "coordinates": [ 106774.0, 507052.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80048434247571398, "S11": -0.80048434247571398, "W12": -6.0576757532281214, "S12": -8.0058804834270507, "W13": -22.270452740270052, "S13": -22.270452740270052, "W21": -29.994912199634332, "S21": -29.994912199634332, "W22": -32.626171065664217, "S22": -36.316143158265355, "W31": -65.847823618154123, "S31": -65.881330418733086, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106774.0, 507310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65974016641258204, "S11": -0.65974016641258204, "W12": -5.0, "S12": -5.0, "W13": -17.238527466353091, "S13": -20.285176868858805, "W21": -30.0, "S21": -30.264795231206655, "W22": -34.589076499598129, "S22": -39.215107965542209, "W31": -64.148583845570855, "S31": -64.148583845570855, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106774.5, 502300.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4551175112789356, "S11": -2.7130000817828264, "W12": -10.98431158761873, "S12": -14.259441730798059, "W13": -19.01265668735557, "S13": -19.01265668735557, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106774.666666666671517, 504485.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0065610943623784, "S11": -1.0065610943623784, "W12": -6.7833479489428044, "S12": -6.7833479489428044, "W13": -24.931824199099815, "S13": -24.931824199099815, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -31.717929006139176, "W31": -70.0, "S31": -72.127533289794982, "W32": -94.114738593133367, "S32": -99.114738593133367 }, "geometry": { "type": "Point", "coordinates": [ 106775.0, 508041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.6645134228187919, "S11": -3.6645134228187919, "W12": -11.651786896095301, "S12": -12.477024188107423, "W13": -30.681491524068381, "S13": -40.004147292904349, "W21": -40.004147292904349, "S21": -40.004147292904349, "W22": -37.908537264906208, "S22": -38.826609060884422, "W31": -77.179714574180693, "S31": -78.841031055495179, "W32": -98.261981745999279, "S32": -103.26198174599928 }, "geometry": { "type": "Point", "coordinates": [ 106775.0, 512311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1411668291428749, "S11": -2.1411668291428749, "W12": -9.8117993686425837, "S12": -12.812598996176169, "W13": -21.311271123536457, "S13": -21.311271123536457, "W21": -39.487027876896512, "S21": -39.487027876896512, "W22": -34.782738026172282, "S22": -39.013735930872798, "W31": -71.681677647957926, "S31": -71.681677647957926, "W32": -95.80036872865341, "S32": -100.80036872865341 }, "geometry": { "type": "Point", "coordinates": [ 106775.0, 512856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26044499381953023, "S11": -3.4903294459740244, "W12": -5.0, "S12": -15.0, "W13": -22.543822127683288, "S13": -23.69958298832222, "W21": -30.0, "S21": -33.118597453752542, "W22": -36.787018249526845, "S22": -36.787018249526845, "W31": -70.0, "S31": -70.732642146209699, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106776.0, 506243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.134459090909091, "S11": -2.134459090909091, "W12": -4.7721806497050796, "S12": -10.611921645253441, "W13": -20.481066031675883, "S13": -21.686735323014467, "W21": -25.342279454675371, "S21": -30.095865781410726, "W22": -36.472911216721847, "S22": -36.472911216721847, "W31": -70.0, "S31": -70.790960205214063, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106777.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47012550724993757, "S11": -0.47012550724993757, "W12": -9.8010586953662262, "S12": -16.029532035088142, "W13": -16.029532035088142, "S13": -23.413448095602806, "W21": -40.0, "S21": -40.0, "W22": -33.288412431286424, "S22": -33.288412431286424, "W31": -70.0, "S31": -71.383347044148309, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106777.0, 513672.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3944260346504342, "S11": -1.3944260346504342, "W12": -6.0216727091704172, "S12": -6.0216727091704172, "W13": -20.0, "S13": -20.0, "W21": -44.019773521392651, "S21": -44.019773521392651, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106777.0, 520789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.3087610469068656, "W12": -5.3087610469068656, "S12": -5.3087610469068656, "W13": -13.85406136457302, "S13": -16.148068426186946, "W21": -40.0, "S21": -42.478575056664098, "W22": -31.290555184555608, "S22": -31.290555184555608, "W31": -70.0, "S31": -71.56690208539446, "W32": -94.058008788012884, "S32": -99.058008788012884 }, "geometry": { "type": "Point", "coordinates": [ 106777.25, 497259.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3198986443390428, "S11": -2.9134140755759885, "W12": -10.0, "S12": -12.675043087529238, "W13": -27.800290002743271, "S13": -27.800290002743271, "W21": -33.501866718357192, "S21": -33.501866718357192, "W22": -34.829041622033003, "S22": -34.829041622033003, "W31": -70.0, "S31": -71.097712661323627, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106778.0, 511152.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5898024410756726, "S12": -4.5898024410756726, "W13": -17.752280743732584, "S13": -17.752280743732584, "W21": -37.260622109932321, "S21": -37.260622109932321, "W22": -40.0, "S22": -40.0, "W31": -56.813916822855461, "S31": -56.813916822855461, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106778.6, 522957.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.414972615888471, "S12": -11.318973184352778, "W13": -30.0, "S13": -30.0, "W21": -37.915598624506224, "S21": -37.915598624506224, "W22": -40.622680991696228, "S22": -40.622680991696228, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106778.8, 511715.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26559454191033138, "S11": -0.013928751697469433, "W12": -5.9984859822664136, "S12": -18.05447376021537, "W13": -24.341362606756391, "S13": -24.341362606756391, "W21": -30.000000000000004, "S21": -30.174743764833796, "W22": -39.741983336350025, "S22": -39.741983336350025, "W31": -70.875722614133466, "S31": -71.048491412219491, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106779.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70066894894639475, "S11": -3.2327973686516742, "W12": -5.17991498016029, "S12": -14.456816388610992, "W13": -24.739394729043507, "S13": -24.739394729043507, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.863434731795898, "S22": -33.863434731795898, "W31": -70.0, "S31": -71.27766261368393, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106779.0, 509035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79348419412552473, "S11": -0.79348419412552473, "W12": -5.8047824007650588, "S12": -8.4681727930785051, "W13": -22.123466596063825, "S13": -22.123466596063825, "W21": -29.522134475519604, "S21": -29.522134475519604, "W22": -30.411316172899465, "S22": -30.689532580148125, "W31": -70.0, "S31": -71.873785974878899, "W32": -94.039484851530474, "S32": -99.039484851530474 }, "geometry": { "type": "Point", "coordinates": [ 106779.333333333328483, 507269.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0116839596437468, "S11": -1.4010670576905462, "W12": -4.7794700237696981, "S12": -11.55607868423105, "W13": -20.379105523716071, "S13": -21.790995287495598, "W21": -26.738996860027839, "S21": -31.199583285314233, "W22": -34.913292314404281, "S22": -35.889018074560653, "W31": -72.073903280757023, "S31": -72.073903280757023, "W32": -98.826003115878251, "S32": -103.82600311587825 }, "geometry": { "type": "Point", "coordinates": [ 106780.0, 506496.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7138121147484666, "S11": 1.7138121147484666, "W12": -3.2049365088475312, "S12": -3.2049365088475312, "W13": -15.730025967822378, "S13": -15.730025967822378, "W21": -37.555912463951863, "S21": -37.555912463951863, "W22": -39.6116396460801, "S22": -40.879778624486036, "W31": -79.659158093886717, "S31": -81.616500467440545, "W32": -97.943442899671624, "S32": -102.94344289967162 }, "geometry": { "type": "Point", "coordinates": [ 106780.0, 523955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2527033859603343, "S11": -1.2527033859603343, "W12": -4.8709045084696436, "S12": -9.3311028334175994, "W13": -15.652227194908969, "S13": -17.874280578695569, "W21": -40.0, "S21": -40.662424172138174, "W22": -32.697937152640144, "S22": -35.036663395426949, "W31": -65.400128029493402, "S31": -65.451947544754972, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106780.25, 497805.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0, "W12": -10.77475862458359, "S12": -10.77475862458359, "W13": -30.58959527715211, "S13": -30.58959527715211, "W21": -38.365073422897005, "S21": -38.365073422897005, "W22": -39.362538580165527, "S22": -43.004578150563916, "W31": -78.244569811373623, "S31": -79.350758863091244, "W32": -96.400466500936076, "S32": -101.40046650093608 }, "geometry": { "type": "Point", "coordinates": [ 106781.0, 511810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010302968017758778, "S11": -1.092720550435341, "W12": -6.5948787863256628, "S12": -15.288518784521113, "W13": -23.837727342959422, "S13": -23.837727342959422, "W21": -30.0, "S21": -30.0, "W22": -35.265615015093445, "S22": -36.983597050505196, "W31": -69.455932680819927, "S31": -69.455932680819927, "W32": -100.00000000000001, "S32": -105.00000000000001 }, "geometry": { "type": "Point", "coordinates": [ 106782.0, 505532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.7315811593460104, "S12": -20.180112459094381, "W13": -24.390755936389329, "S13": -24.390755936389329, "W21": -30.0, "S21": -31.152966069863524, "W22": -32.625878504820371, "S22": -37.518295482199498, "W31": -66.03795578380111, "S31": -66.055634951464896, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106782.0, 505951.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63746918448546297, "S11": -0.63746918448546297, "W12": -4.6647885025601976, "S12": -14.535005187283923, "W13": -23.229024233831577, "S13": -23.229024233831577, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -41.798782256154759, "W31": -80.0, "S31": -82.147457700556771, "W32": -97.252990823435539, "S32": -102.25299082343554 }, "geometry": { "type": "Point", "coordinates": [ 106782.0, 509573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64735392539902181, "S11": -0.64735392539902181, "W12": -5.0, "S12": -5.0, "W13": -17.189073287525687, "S13": -20.181801943333795, "W21": -30.0, "S21": -30.0, "W22": -37.370790529695974, "S22": -37.370790529695974, "W31": -70.0, "S31": -70.628897232694186, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106782.333333333328483, 502205.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93018526270982449, "S11": -0.93018526270982449, "W12": -6.6407093442463632, "S12": -8.4344117390205842, "W13": -24.04211014032305, "S13": -24.04211014032305, "W21": -30.0, "S21": -31.04441727205155, "W22": -35.919764102058146, "S22": -35.919764102058146, "W31": -70.0, "S31": -70.898299175300181, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106782.4, 507796.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5787260770094349, "S12": -5.5787260770094349, "W13": -20.0, "S13": -20.0, "W21": -41.779357495587682, "S21": -41.779357495587682, "W22": -35.258986464779333, "S22": -37.018569106394324, "W31": -69.410761290823913, "S31": -69.410761290823913, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106782.625, 521460.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2869116306329733, "S11": -6.2869116306329733, "W12": -10.792061038034912, "S12": -12.469541536981737, "W13": -18.987111632134297, "S13": -19.290553318540674, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -32.014116834973798, "S22": -32.014116834973798, "W31": -70.0, "S31": -71.492149721705999, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106782.818181818176527, 504085.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85854608957984468, "S11": -2.2329639722249857, "W12": -9.6565799159022117, "S12": -13.50021863022506, "W13": -20.254996554100618, "S13": -20.254996554100618, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -32.591155934833203, "S22": -36.221331052557844, "W31": -70.0, "S31": -70.0, "W32": -95.491495565172031, "S32": -100.49149556517203 }, "geometry": { "type": "Point", "coordinates": [ 106783.0, 504737.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88317160367722169, "S11": -0.88317160367722169, "W12": -4.7853860375033017, "S12": -12.165663927696205, "W13": -20.359200455269292, "S13": -21.897468171804725, "W21": -27.638032948356994, "S21": -31.887779349218771, "W22": -32.950782662225862, "S22": -37.950782662225862, "W31": -67.332688404185888, "S31": -67.332688404185888, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106783.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.904599593746152, "W13": -29.914762707214798, "S13": -29.914762707214798, "W21": -34.509368862071277, "S21": -34.509368862071277, "W22": -33.447641368362419, "S22": -37.195266965968635, "W31": -64.874034399408927, "S31": -64.914419312523194, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106783.0, 511278.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11583713774221638, "S11": 0.11583713774221638, "W12": -9.1951691051865296, "S12": -12.309555977224198, "W13": -14.983493286394513, "S13": -18.067618070230576, "W21": -40.137082867540208, "S21": -40.137082867540208, "W22": -37.176281249435483, "S22": -37.176281249435483, "W31": -70.0, "S31": -70.665615630784842, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106784.0, 499559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7173657718120801, "S11": -3.7173657718120801, "W12": -11.562625362724635, "S12": -12.458333862552866, "W13": -30.429313304903651, "S13": -40.429313304903651, "W21": -40.429313304903651, "S21": -40.429313304903651, "W22": -31.689441048122248, "S22": -31.689441048122248, "W31": -70.0, "S31": -71.503888963293534, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106784.0, 512335.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.852577882885072, "S22": -43.376331471813657, "W31": -78.984527873645078, "S31": -80.171192956421351, "W32": -96.472451892090959, "S32": -101.47245189209096 }, "geometry": { "type": "Point", "coordinates": [ 106784.131578947373782, 530016.210526315844618 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78648404577535969, "S11": -0.78648404577535969, "W12": -5.5518890483023746, "S12": -8.3452079430035138, "W13": -21.976480451857807, "S13": -21.976480451857807, "W21": -29.049356751405558, "S21": -29.049356751405558, "W22": -32.661969463365352, "S22": -38.850798562689981, "W31": -66.293807365222364, "S31": -66.293807365222364, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106784.666666666671517, 507228.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7807248168868561, "S12": -8.8964333335336967, "W13": -14.150428609746671, "S13": -17.379451011129678, "W21": -40.127031469800976, "S21": -40.127031469800976, "W22": -34.028922422698137, "S22": -39.028922422698137, "W31": -64.474260811977146, "S31": -64.499565779545151, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106784.92105263157282, 515923.96052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40771240253428592, "S11": 0.40771240253428592, "W12": -10.0, "S12": -20.0, "W13": -20.154568551551669, "S13": -21.249149223301103, "W21": -40.844295493674792, "S21": -40.844295493674792, "W22": -34.869493497810879, "S22": -37.192689332926335, "W31": -69.21358913672023, "S31": -69.21358913672023, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106785.0, 498854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40750721191338912, "S11": -0.40750721191338912, "W12": -7.4436807099793718, "S12": -7.4436807099793718, "W13": -16.991999537185926, "S13": -19.96651139519448, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.225604513237158, "S31": -70.225604513237158, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106785.090909090911737, 501490.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5628086803189403, "S12": -5.5628086803189403, "W13": -20.0, "S13": -20.0, "W21": -41.561638707147061, "S21": -41.561638707147061, "W22": -39.867185648454935, "S22": -39.867185648454935, "W31": -56.695645546114065, "S31": -56.695645546114065, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106785.5, 521485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79051190088033929, "S11": -0.79051190088034007, "W12": -5.1495610008033976, "S12": -5.5395968718978619, "W13": -18.660245007468895, "S13": -20.231441546509629, "W21": -30.116474402280204, "S21": -31.274756848136505, "W22": -33.350979881391801, "S22": -37.183281431234313, "W31": -64.924162548444386, "S31": -64.964807451415311, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106785.75, 503266.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.896443739997538, "W13": -30.0, "S13": -30.0, "W21": -34.670637078038695, "S21": -34.670637078038695, "W22": -31.264201608116064, "S22": -31.264201608116064, "W31": -70.0, "S31": -71.581312526911702, "W32": -94.109021938420696, "S32": -99.109021938420696 }, "geometry": { "type": "Point", "coordinates": [ 106786.0, 511297.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2854853623170124, "S12": -5.2854853623170124, "W13": -19.875962185153433, "S13": -19.875962185153433, "W21": -35.502373191580958, "S21": -35.502373191580958, "W22": -33.730243609799963, "S22": -33.730243609799963, "W31": -70.0, "S31": -71.307636506165309, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106786.0, 521905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9201465406095961, "S12": -14.528158458269402, "W13": -24.253889460195307, "S13": -24.253889460195307, "W21": -30.0, "S21": -30.0, "W22": -30.515924396956454, "S22": -31.425733387334166, "W31": -70.0, "S31": -71.795807728320653, "W32": -94.063536555955736, "S32": -99.063536555955736 }, "geometry": { "type": "Point", "coordinates": [ 106787.0, 509332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3597142478354427, "S11": -1.3597142478354427, "W12": -9.603466308259442, "S12": -14.031890829567775, "W13": -15.0, "S13": -15.717547848004831, "W21": -39.902197201617405, "S21": -39.902197201617405, "W22": -40.662875777300869, "S22": -40.662875777300869, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106787.0, 513229.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19866445282141185, "S11": -0.19866445282141185, "W12": -4.9896364422149517, "S12": -10.274617379945337, "W13": -15.0, "S13": -15.287417561376881, "W21": -40.28631636057969, "S21": -40.28631636057969, "W22": -40.286337573809412, "S22": -40.286337573809412, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106787.2, 498279.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067120930280358454, "S11": -1.9727039986428383, "W12": -6.7106242632361228, "S12": -15.172914194037176, "W13": -23.685319934715743, "S13": -23.685319934715743, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.296601839175494, "S31": -70.296601839175494, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106787.25, 505485.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81925716959295347, "S11": -0.81925716959295347, "W12": -6.31578192252499, "S12": -8.5364932430681773, "W13": -22.416357779542778, "S13": -22.416357779542778, "W21": -30.0, "S21": -30.044206938518421, "W22": -39.629638204499742, "S22": -39.633644124909083, "W31": -71.163889675840409, "S31": -71.446075081206558, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106787.666666666671517, 507349.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043133701530269297, "S11": 0.043133701530269297, "W12": -8.637949052865066, "S12": -8.637949052865066, "W13": -17.150224695766283, "S13": -19.908436233723656, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.344657802866713, "S22": -39.345550409490144, "W31": -71.356523383185888, "S31": -71.529607800028089, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106788.666666666671517, 501336.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3216688447403513, "S12": -5.3883118112684691, "W13": -17.144555039023235, "S13": -17.144555039023235, "W21": -37.304701817219225, "S21": -37.304701817219225, "W22": -39.300091088465777, "S22": -39.300091088465777, "W31": -71.145142552820062, "S31": -71.431525016953557, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106788.857142857144936, 523260.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24490392648287382, "S11": 0.24490392648287349, "W12": -6.0236102711291064, "S12": -18.102963734899454, "W13": -24.290323799371023, "S13": -24.290323799371023, "W21": -30.0, "S21": -30.200909585117817, "W22": -37.732377911926406, "S22": -37.732377911926406, "W31": -70.196647797941111, "S31": -70.762446416832873, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106789.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.889076541918012, "W13": -30.0, "S13": -30.0, "W21": -34.865309140811348, "S21": -34.865309140811348, "W22": -35.617179037818779, "S22": -35.617179037818779, "W31": -70.0, "S31": -70.958512820941309, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106789.5, 511320.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11, "S11": -3.2, "W12": -6.8, "S12": -15.055754468634554, "W13": -23.564771609717312, "S13": -23.564771609717312, "W21": -30.0, "S21": -30.0, "W22": -38.788019418416212, "S22": -38.788019418416212, "W31": -70.797803455963077, "S31": -71.232566334824043, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 505447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2, "S11": -4.0, "W12": -5.0, "S12": -14.6723259762309, "W13": -22.507789101308834, "S13": -23.635681849933313, "W21": -29.999999999999996, "S21": -33.035820965510773, "W22": -38.737884967603286, "S22": -38.737884967603286, "W31": -58.199008294779453, "S31": -58.199008294779453, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 506238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77948389742517044, "S11": -0.77948389742517044, "W12": -5.2989956958393121, "S12": -8.2222430929280819, "W13": -21.829494307651576, "S13": -21.829494307651576, "W21": -28.576579027290823, "S21": -28.789539334485532, "W22": -40.0, "S22": -41.75436741195999, "W31": -80.0, "S31": -82.154586563878595, "W32": -97.379810023631961, "S32": -102.37981002363196 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 507188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0107029584833311, "S11": -2.0107029584833311, "W12": -9.4812931135274177, "S12": -12.790263949045526, "W13": -19.796753466351031, "S13": -19.796753466351031, "W21": -39.564454679746376, "S21": -39.564454679746376, "W22": -39.346267321084902, "S22": -39.347186413811507, "W31": -71.355820847021022, "S31": -71.528021087207151, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106790.0, 512950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86736909490397618, "S11": -0.86736909490397618, "W12": -6.2654653276361945, "S12": -6.2654653276361945, "W13": -20.0, "S13": -20.736589581275847, "W21": -40.317984935490216, "S21": -40.317984935490216, "W22": -36.787062047515114, "S22": -36.787062047515114, "W31": -70.0, "S31": -70.742519250212112, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106790.636363636367605, 520421.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49908196640071367, "S11": -0.49908196640071367, "W12": -9.1183677814271569, "S12": -9.762557846515806, "W13": -14.173613197402236, "S13": -29.173613197402236, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -56.366162205248564, "S31": -56.366162205248564, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106791.0, 515241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4302985401401287, "S12": -8.4302985401401287, "W13": -14.155018886095441, "S13": -18.391798902796911, "W21": -41.084098998521753, "S21": -41.084098998521753, "W22": -35.876457769687562, "S22": -35.876457769687562, "W31": -70.0, "S31": -70.911988265669265, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106791.491379310347838, 516626.366379310318734 ] } }, +{ "type": "Feature", "properties": { "W11": -1.519905089507618, "S11": -1.519905089507618, "W12": -5.9688434298735631, "S12": -5.9688434298735631, "W13": -20.0, "S13": -20.0, "W21": -43.866306260714801, "S21": -43.866306260714801, "W22": -31.132221682586, "S22": -31.132221682586, "W31": -70.0, "S31": -71.607895149920566, "W32": -94.109900037231398, "S32": -99.109900037231398 }, "geometry": { "type": "Point", "coordinates": [ 106791.5, 520871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1868825560718863, "W12": -10.0, "S12": -10.594501199172308, "W13": -17.182789790373498, "S13": -19.50424802987704, "W21": -30.0, "S21": -30.000000000000004, "W22": -36.318037067130739, "S22": -36.318037067130739, "W31": -70.0, "S31": -70.830137814579643, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106791.833333333328483, 500583.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.485044187627464, "W12": -5.0, "S12": -5.0, "W13": -14.155471129659544, "S13": -16.433270147381087, "W21": -40.0, "S21": -42.213265748096553, "W22": -40.0, "S22": -40.0, "W31": -57.287199635702642, "S31": -57.287199635702642, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 497309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5421708496915312, "S11": -2.542170849691531, "W12": -4.8658916786963591, "S12": -11.033657699109366, "W13": -15.96807219866896, "S13": -16.707271684213293, "W21": -40.0, "S21": -40.927022636676696, "W22": -34.705051037836881, "S22": -36.66754923247565, "W31": -71.15214782841629, "S31": -71.15214782841629, "W32": -99.235676796515349, "S32": -104.23567679651535 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 497680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.055220340376551817, "S11": 0.055220340376551817, "W12": -6.4345692173645634, "S12": -15.8180935297215, "W13": -23.92637355466259, "S13": -23.92637355466259, "W21": -30.0, "S21": -30.0, "W22": -35.269535861419548, "S22": -35.503854044304092, "W31": -72.825918016289776, "S31": -73.136340817487479, "W32": -98.90465362225406, "S32": -103.90465362225406 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 505628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.748676597316262, "W13": -30.0, "S13": -30.0, "W21": -34.59379388836021, "S21": -34.59379388836021, "W22": -40.283597246470976, "S22": -40.283597246470976, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106792.0, 511284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12448394771714252, "S11": -3.1530538037713343, "W12": -6.8351242603550304, "S12": -15.06606412376169, "W13": -23.529309911908097, "S13": -23.529309911908097, "W21": -30.0, "S21": -30.0, "W22": -40.955744434436433, "S22": -40.965744434436431, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106792.5, 505438.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21001810080757449, "S11": 0.09372992539645468, "W12": -6.0940489980011279, "S12": -17.669916866331636, "W13": -24.20202903604353, "S13": -24.20202903604353, "W21": -30.0, "S21": -30.0, "W22": -34.716261117991884, "S22": -36.642809839419535, "W31": -71.170916183898115, "S31": -71.170916183898115, "W32": -99.229680822717128, "S32": -104.22968082271713 }, "geometry": { "type": "Point", "coordinates": [ 106793.5, 505796.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.025138480307440973, "S11": 0.025138480307440973, "W12": -8.7345303255926279, "S12": -10.5408126743807, "W13": -14.959268318552118, "S13": -17.745153497053973, "W21": -40.0, "S21": -40.292153846153845, "W22": -37.396907181135546, "S22": -37.396907181135546, "W31": -70.0, "S31": -70.630638493537163, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106794.0, 499661.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2531985026077956, "S11": -3.6825044197286987, "W12": -6.949859329590101, "S12": -12.284835893919784, "W13": -22.919871205151761, "S13": -22.919871205151761, "W21": -30.010186476777839, "S21": -31.358236396358702, "W22": -35.511129436556608, "S22": -35.511129436556608, "W31": -70.0, "S31": -70.981026662787627, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106794.666666666671517, 510568.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49916147700304853, "S11": -0.49916147700304853, "W12": -9.1171302643041567, "S12": -9.7613930621498657, "W13": -14.16259663189258, "S13": -28.979711694135581, "W21": -40.0, "S21": -40.0, "W22": -37.517949471016379, "S22": -38.434586525411959, "W31": -76.515939718316446, "S31": -78.083088815046864, "W32": -98.439483680346441, "S32": -103.43948368034644 }, "geometry": { "type": "Point", "coordinates": [ 106794.666666666671517, 515241.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -37.210457886966282, "S22": -37.210457886966282, "W31": -70.0, "S31": -70.666331175810626, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106794.723404255317291, 529969.914893617038615 ] } }, +{ "type": "Feature", "properties": { "W11": 0.096505151768309677, "S11": 0.096505151768310343, "W12": -6.3530982522679516, "S12": -16.042689504673206, "W13": -23.978374073981193, "S13": -23.978374073981193, "W21": -30.0, "S21": -30.0, "W22": -37.228848954646821, "S22": -37.228848954646821, "W31": -70.0, "S31": -70.663320113727607, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106795.0, 505673.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.90569991617770373, "W12": -5.8644169955409771, "S12": -19.496754077654675, "W13": -24.377310219436911, "S13": -24.377310219436911, "W21": -30.0, "S21": -30.842824589958681, "W22": -33.553182914586003, "S22": -38.551974666739461, "W31": -64.744305616322805, "S31": -64.774097143963417, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106796.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.873553490089868, "W13": -30.0, "S13": -30.0, "W21": -35.221249419551413, "S21": -35.221249419551413, "W22": -34.341552417177915, "S22": -39.158186339902215, "W31": -64.19990532272756, "S31": -64.19990532272756, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106796.0, 511362.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -32.02436533299246, "S22": -32.02436533299246, "W31": -70.0, "S31": -71.524941134615659, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106796.788461538468255, 530033.807692307746038 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0342023113708816, "S11": -4.1187111209071396, "W12": -11.975551012266878, "S12": -11.975551012266878, "W13": -32.968273955280253, "S13": -34.541031553501156, "W21": -38.600836977745296, "S21": -38.600836977745296, "W22": -32.537381692941601, "S22": -39.095877151371681, "W31": -66.178330978355731, "S31": -66.178330978355731, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106797.0, 512147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4633266458698122, "S11": -2.4633266458698122, "W12": -10.0, "S12": -12.520120337313708, "W13": -29.139887134067479, "S13": -29.139887134067479, "W21": -34.219822620678045, "S21": -34.219822620678045, "W22": -34.910472418711656, "S22": -39.221237839329987, "W31": -63.656784726356378, "S31": -63.656784726356378, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106797.166666666671517, 511233.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.6368040954381549, "W12": -10.538732426175738, "S12": -10.998016160987337, "W13": -30.315035525699642, "S13": -30.315035525699642, "W21": -38.255966119019625, "S21": -38.255966119019625, "W22": -39.647295186700404, "S22": -43.299878210626908, "W31": -78.44213947797364, "S31": -79.712811947438766, "W32": -96.479128175224318, "S32": -101.47912817522432 }, "geometry": { "type": "Point", "coordinates": [ 106797.4, 511751.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8813416309289099, "S12": -9.1603559076189338, "W13": -14.125682999811152, "S13": -14.125682999811152, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -35.903621047397401, "S22": -35.903621047397401, "W31": -70.0, "S31": -70.911383318685679, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106797.41463414633472, 515715.121951219509356 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19009059503666101, "S11": -2.6800029574414026, "W12": -7.0204694965722592, "S12": -15.02005929258452, "W13": -23.373299889100458, "S13": -23.373299889100458, "W21": -30.0, "S21": -30.0, "W22": -37.177015277688902, "S22": -37.177015277688902, "W31": -70.0, "S31": -70.675263714802895, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106797.75, 505392.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.428693942301866, "S13": -19.723193559218142, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.567758148000159, "S31": -56.567758148000159, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106798.0, 500867.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0502318718230468, "S11": -1.0502318718230468, "W12": -6.6647763811751037, "S12": -8.547167273016143, "W13": -25.0, "S13": -25.058722958518928, "W21": -30.0, "S21": -30.0, "W22": -30.026252440475727, "S22": -31.894983902712085, "W31": -70.0, "S31": -72.516774070023317, "W32": -94.305005364747117, "S32": -99.305005364747117 }, "geometry": { "type": "Point", "coordinates": [ 106798.0, 508113.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 1.8046588297978623, "S11": 1.8046588297978623, "W12": -3.2874221807316277, "S12": -6.2874221807316282, "W13": -16.217187315230888, "S13": -16.217187315230888, "W21": -36.921129719304169, "S21": -36.921129719304169, "W22": -30.608546219847771, "S22": -30.963338215635307, "W31": -70.0, "S31": -71.715740864594878, "W32": -94.11024193745439, "S32": -99.11024193745439 }, "geometry": { "type": "Point", "coordinates": [ 106798.0, 523721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92383218685010415, "S11": -2.7523502018059163, "W12": -4.9556536646765164, "S12": -7.7428021608308377, "W13": -15.0, "S13": -16.890477800702019, "W21": -40.0, "S21": -41.654295582669455, "W22": -39.316179614590929, "S22": -39.316179614590929, "W31": -71.083814415371634, "S31": -71.393951531117494, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106799.0, 497473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.418, "S11": -0.418, "W12": -5.0, "S12": -14.531903412923244, "W13": -21.71243333474165, "S13": -23.055990861226022, "W21": -30.0, "S21": -33.301137136292169, "W22": -31.688908689197362, "S22": -31.688908689197362, "W31": -70.0, "S31": -71.540037823642592, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106799.0, 506288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97387271683429366, "S11": -4.4701759875521843, "W12": -6.1092625498613584, "S12": -15.106017696123548, "W13": -25.308193182112948, "S13": -25.366815773698015, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106799.0, 508770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0447721477362217, "S11": -1.0447721477362217, "W12": -6.6480723635064081, "S12": -8.2797429114907501, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.686346266253935, "S22": -40.686346266253935, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106799.666666666671517, 508097.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50319647970797099, "S11": -5.5605056096148138, "W12": -5.5605056096148138, "S12": -5.5605056096148138, "W13": -13.155446982099129, "S13": -14.210585686382455, "W21": -39.028343878163106, "S21": -42.028343878163106, "W22": -33.299521575814133, "S22": -33.299521575814133, "W31": -70.0, "S31": -71.397692633152516, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106800.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9168748209025948, "S12": -8.0519698887448534, "W13": -15.0, "S13": -15.162292602516244, "W21": -40.0, "S21": -40.0, "W22": -37.59163203881598, "S22": -37.59163203881598, "W31": -70.0, "S31": -70.632379754380196, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106800.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42079952038709589, "S11": 0.42079952038709589, "W12": -9.9519339079060547, "S12": -18.370514769061081, "W13": -22.189698977080756, "S13": -24.167264609538989, "W21": -40.965725411810908, "S21": -40.965725411810908, "W22": -39.90412498314339, "S22": -39.90412498314339, "W31": -56.800944200259146, "S31": -56.800944200259146, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106800.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18082664454566175, "S11": -0.18082664454566175, "W12": -8.0817408967800191, "S12": -8.8456620734806517, "W13": -15.0, "S13": -16.959762339286812, "W21": -36.948483153052344, "S21": -37.609564846650869, "W22": -31.31467986077384, "S22": -31.31467986077384, "W31": -70.0, "S31": -71.592471064989823, "W32": -94.528678476919112, "S32": -99.528678476919112 }, "geometry": { "type": "Point", "coordinates": [ 106800.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7469074123323582, "S11": -3.7469074123323582, "W12": -11.497241920778036, "S12": -12.393410127334167, "W13": -30.368488140380148, "S13": -40.207453015032939, "W21": -40.207453015032939, "S21": -40.207453015032939, "W22": -34.781382444098789, "S22": -38.590206342536533, "W31": -71.935432323208929, "S31": -71.935432323208929, "W32": -95.868985579684406, "S32": -100.86898557968441 }, "geometry": { "type": "Point", "coordinates": [ 106800.0, 512352.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5878876571789877, "S11": -1.5878876571789877, "W12": -9.6008870241520157, "S12": -13.620314944668406, "W13": -16.228650137741049, "S13": -16.228650137741049, "W21": -39.767105737357575, "S21": -39.767105737357575, "W22": -40.0, "S22": -40.0, "W31": -57.760482448549745, "S31": -57.760482448549745, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106800.0, 513140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1617227793696274, "S11": -6.1617227793696276, "W12": -10.931003853377481, "S12": -12.913007785836484, "W13": -18.864012891358986, "S13": -19.329964281768444, "W21": -30.0, "S21": -30.0, "W22": -31.744082818053215, "S22": -31.744082818053215, "W31": -70.0, "S31": -71.550483796220448, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106801.0, 504136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3931617878501732, "S11": -2.3931617878501732, "W12": -10.833000181719063, "S12": -13.949122134437353, "W13": -19.065823901667272, "S13": -19.065823901667272, "W21": -30.0, "S21": -30.0, "W22": -36.78710584550339, "S22": -36.78710584550339, "W31": -70.0, "S31": -70.75239635421454, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106801.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83802999671019873, "S11": -0.83802999671019873, "W12": -6.361038033063795, "S12": -8.7206986475232942, "W13": -22.562262818815707, "S13": -22.562262818815707, "W21": -30.0, "S21": -30.190451886583389, "W22": -33.142540237103972, "S22": -33.142540237103972, "W31": -70.0, "S31": -71.429326382469213, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106801.333333333328483, 507388.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6062846986589108, "S11": -6.6062846986589108, "W12": -10.811387450242551, "S12": -12.024546998617877, "W13": -19.021018227081367, "S13": -19.663015161611693, "W21": -30.085084991788854, "S21": -30.410901147468106, "W22": -34.678700318723529, "S22": -34.678700318723529, "W31": -70.0, "S31": -71.144230346418155, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106802.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11303258145363401, "S11": -0.046005068913496178, "W12": -6.2989841627799699, "S12": -16.29898416277997, "W13": -23.996200021323048, "S13": -23.996200021323048, "W21": -30.0, "S21": -30.0, "W22": -33.021053476365005, "S22": -36.42769328660961, "W31": -70.0, "S31": -70.0, "W32": -95.582328207961197, "S32": -100.5823282079612 }, "geometry": { "type": "Point", "coordinates": [ 106802.0, 505712.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9438310825054241, "S12": -9.3225395040941503, "W13": -14.119719863274641, "S13": -14.119719863274641, "W21": -40.0, "S21": -40.0, "W22": -33.65872446080985, "S22": -39.908682367511062, "W31": -64.614576833236498, "S31": -64.633774975403441, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106802.0, 515587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8749589912689908, "S12": -14.527163758332936, "W13": -24.13478644663493, "S13": -24.13478644663493, "W21": -30.0, "S21": -30.0, "W22": -37.195108009313934, "S22": -37.195108009313934, "W31": -70.0, "S31": -70.697742994761029, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106802.2, 509364.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.349058500252859, "S13": -19.79933564811234, "W21": -30.0, "S21": -30.0, "W22": -31.627422697102155, "S22": -31.627422697102155, "W31": -70.0, "S31": -71.557978307579248, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106802.285714285710128, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.858030438261725, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.577189698291477, "S21": -35.577189698291477, "W22": -40.0, "S22": -41.852932733709693, "W31": -80.0, "S31": -82.235923368666732, "W32": -97.400843998404071, "S32": -102.40084399840407 }, "geometry": { "type": "Point", "coordinates": [ 106802.5, 511404.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.412088200079499, "S13": -19.752009213945296, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.115556143310613, "S22": -39.098393363041836, "W31": -64.302146018175165, "S31": -64.309733771425044, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106802.777777777781012, 500894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25889875916525662, "S11": -1.8289977690662469, "W12": -7.2056339588671152, "S12": -14.973873687484978, "W13": -23.217289866292816, "S13": -23.217289866292816, "W21": -30.0, "S21": -30.0, "W22": -36.16316291753958, "S22": -36.16316291753958, "W31": -70.0, "S31": -70.869315423945238, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106803.0, 505345.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77124008421959944, "S11": -1.9801814067902295, "W12": -9.4671871405831656, "S12": -13.731250404832874, "W13": -20.381977946243971, "S13": -20.381977946243971, "W21": -30.0, "S21": -30.0, "W22": -35.039561855365385, "S22": -35.574440462425457, "W31": -72.116357169545765, "S31": -72.116357169545765, "W32": -99.014237627913772, "S32": -104.01423762791377 }, "geometry": { "type": "Point", "coordinates": [ 106804.0, 504771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76250222458726458, "S11": -1.346031081763793, "W12": -4.4202693744727011, "S12": -14.375242754004519, "W13": -21.45078093122353, "S13": -21.45078093122353, "W21": -30.0, "S21": -30.0, "W22": -36.892796003053164, "S22": -36.892796003053164, "W31": -70.0, "S31": -70.734396067085001, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106804.0, 510147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.913616503932221, "S11": -3.913616503932221, "W12": -11.621814405835275, "S12": -12.35201944317232, "W13": -30.998032060995726, "S13": -39.442547699135972, "W21": -39.442547699135972, "S21": -39.442547699135972, "W22": -32.412793922517849, "S22": -39.340955740053374, "W31": -66.062854591489085, "S31": -66.062854591489085, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106804.0, 512315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0208034129623211, "S12": -9.5203241623145178, "W13": -14.123185208268781, "S13": -20.036471841741452, "W21": -40.0, "S21": -40.0, "W22": -34.999592913533242, "S22": -36.197868390453458, "W31": -71.439899894758113, "S31": -71.439899894758113, "W32": -99.205087211451826, "S32": -104.20508721145183 }, "geometry": { "type": "Point", "coordinates": [ 106804.0, 515431.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25841092249450159, "S11": -0.25841092249450159, "W12": -4.9790391578627542, "S12": -9.5926937629058955, "W13": -15.000000000000002, "S13": -15.31590834952558, "W21": -40.227874015386497, "S21": -40.227874015386497, "W22": -31.284771733851382, "S22": -31.284771733851382, "W31": -70.0, "S31": -71.606038873791945, "W32": -94.787400484337624, "S32": -99.787400484337624 }, "geometry": { "type": "Point", "coordinates": [ 106805.0, 498243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2577222533789469, "S11": -3.5901068618583323, "W12": -6.8922648012050942, "S12": -11.97914433078115, "W13": -22.806969641214355, "S13": -22.806969641214355, "W21": -30.0, "S21": -31.396810226390301, "W22": -35.093679231353704, "S22": -35.530730042178035, "W31": -72.120727751959819, "S31": -72.120727751959819, "W32": -99.041559332296487, "S32": -104.04155933229649 }, "geometry": { "type": "Point", "coordinates": [ 106806.0, 510569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.163511881290858, "S11": -1.163511881290858, "W12": -11.15242662345706, "S12": -14.318765585206801, "W13": -18.597437346885382, "S13": -19.417162585665967, "W21": -30.0, "S21": -30.0, "W22": -30.701168042739244, "S22": -30.701168042739244, "W31": -70.0, "S31": -71.701477964461446, "W32": -94.160029181894672, "S32": -99.160029181894672 }, "geometry": { "type": "Point", "coordinates": [ 106807.0, 504344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59732759808157077, "S11": -0.59732759808157077, "W12": -4.691711958319428, "S12": -14.530926476195919, "W13": -23.431799854322971, "S13": -23.431799854322971, "W21": -30.0, "S21": -30.0, "W22": -31.361814796826938, "S22": -31.361814796826938, "W31": -70.0, "S31": -71.594197012965125, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106807.0, 509532.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2006503555653021, "S11": 2.2006503555653021, "W12": -4.5920171010825461, "S12": -4.5920171010825461, "W13": -17.757775546177495, "S13": -17.757775546177495, "W21": -37.13795904862026, "S21": -37.13795904862026, "W22": -37.995673590888032, "S22": -37.995673590888032, "W31": -70.0, "S31": -70.634121015223187, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106807.2, 522958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5632290367640405, "S11": -4.3362621439915348, "W12": -8.0712175106384709, "S12": -9.1690967321904857, "W13": -22.802360018231216, "S13": -22.802360018231216, "W21": -31.117329658195889, "S21": -32.870605398686024, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106807.333333333328483, 510756.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8527268568438977, "S12": -9.8527268568438977, "W13": -15.48345636170329, "S13": -17.346143750887361, "W21": -35.031332628787119, "S21": -35.587183134390465, "W22": -37.566845166498368, "S22": -37.566845166498368, "W31": -70.0, "S31": -70.684911798820949, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106807.666666666671517, 500161.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7040296747609052, "S12": -8.7040296747609052, "W13": -14.07326342187436, "S13": -21.279473801453122, "W21": -40.323042444883775, "S21": -40.323042444883775, "W22": -31.185918730775459, "S22": -31.185918730775459, "W31": -70.0, "S31": -71.624214250843536, "W32": -94.501764800556955, "S32": -99.501764800556955 }, "geometry": { "type": "Point", "coordinates": [ 106807.80303030302457, 516067.015151515137404 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34635870868800722, "S11": 0.34635870868800722, "W12": -10.0, "S12": -13.259355566061751, "W13": -24.230497081195828, "S13": -27.260351879221783, "W21": -40.883094077099976, "S21": -40.883094077099976, "W22": -35.1278745043656, "S22": -37.116400953571308, "W31": -69.241434579523968, "S31": -69.241434579523968, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 499194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6040626018910986, "S11": -1.6040626018910986, "W12": -9.4051991277401594, "S12": -9.575424672538567, "W13": -19.136025402838332, "S13": -19.772812807409409, "W21": -32.001316439088512, "S21": -32.882288972761359, "W22": -39.31881974375051, "S22": -39.31881974375051, "W31": -70.707325912911713, "S31": -71.175328516827165, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 503585.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5614420062695924, "W12": -5.7404500025626568, "S12": -20.740450002562657, "W13": -24.176306895229203, "S13": -24.225567796929191, "W21": -29.999999999999996, "S21": -31.394686365343684, "W22": -30.995976202039824, "S22": -30.995976202039824, "W31": -70.0, "S31": -71.655821348183537, "W32": -94.225213378010992, "S32": -99.225213378010992 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 505994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0505412203465876, "S11": -1.0505412203465876, "W12": -5.9129344501757437, "S12": -17.219302689622602, "W13": -22.613016974938493, "S13": -22.613016974938493, "W21": -30.0, "S21": -30.769837427240351, "W22": -39.354795711838776, "S22": -39.355734101941891, "W31": -71.248690244476506, "S31": -71.462213589702671, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 510399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9985314663919966, "S11": -1.9985314663919966, "W12": -9.5383353794473464, "S12": -12.843113707687895, "W13": -19.703528350806, "S13": -19.703528350806, "W21": -39.545515300808304, "S21": -39.545515300808304, "W22": -35.741506945374788, "S22": -35.741506945374788, "W31": -70.000000000000014, "S31": -70.952375844962233, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106808.0, 512968.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3277069232938522, "S11": -0.41648231299626126, "W12": -7.3907984211619695, "S12": -14.927688082385439, "W13": -23.061279843485174, "S13": -23.061279843485174, "W21": -30.0, "S21": -30.0, "W22": -39.932051793234741, "S22": -43.595178270689502, "W31": -78.842749452865121, "S31": -80.277905340077709, "W32": -96.557789849512488, "S32": -101.55778984951249 }, "geometry": { "type": "Point", "coordinates": [ 106808.25, 505298.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80592422830348365, "S11": -0.80592422830348365, "W12": -5.0, "S12": -8.316690531183335, "W13": -21.459401660558353, "S13": -21.459401660558353, "W21": -27.366174908040236, "S21": -28.2318381028605, "W22": -40.0, "S22": -41.878494197411051, "W31": -80.0, "S31": -82.258679373723623, "W32": -97.431086763035935, "S32": -102.43108676303594 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 507083.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93174829305035323, "S11": -0.96230808999920581, "W12": -6.447481243301179, "S12": -7.7007888894819168, "W13": -23.828236695790309, "S13": -23.828236695790309, "W21": -30.0, "S21": -31.213297009817172, "W22": -40.708055624085787, "S22": -40.708055624085787, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 507736.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.971369750579407, "S11": -4.4543431866081917, "W12": -6.0735814738518616, "S12": -15.087407042649286, "W13": -25.318005066502479, "S13": -25.318005066502479, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.34039731215455, "S22": -39.34039731215455, "W31": -71.018692230864104, "S31": -71.353160219592624, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 508780.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.842507386433583, "W13": -30.0, "S13": -30.0, "W21": -35.933129977031548, "S21": -35.933129977031548, "W22": -40.0, "S22": -41.87941802506198, "W31": -80.0, "S31": -82.260743128552861, "W32": -97.450687858699325, "S32": -102.45068785869933 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 511446.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4195042770741455, "S11": -0.4195042770741455, "W12": -10.0, "S12": -16.085686248494877, "W13": -16.085686248494877, "S13": -26.681538754553817, "W21": -40.35475107872508, "S21": -40.35475107872508, "W22": -40.0, "S22": -43.434458710554367, "W31": -80.0, "S31": -81.545016684845407, "W32": -96.674293343154403, "S32": -101.6742933431544 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 513846.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.417835218150568, "S12": -5.3495371161024066, "W13": -17.225896176387987, "S13": -17.225896176387987, "W21": -37.30896877276615, "S21": -37.30896877276615, "W22": -34.162655530595728, "S22": -34.162655530595728, "W31": -70.0, "S31": -71.247931034220827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106809.0, 523222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93944599019451158, "S11": -0.93944599019451158, "W12": -6.4577414011497716, "S12": -7.869175586326822, "W13": -23.936033889330069, "S13": -23.936033889330069, "W21": -29.999999999999996, "S21": -31.285089549018306, "W22": -33.764266007033697, "S22": -39.509696112586795, "W31": -64.484848050150205, "S31": -64.493452806843479, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106809.2, 507765.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0838901601830653, "S11": -4.160704365020945, "W12": -11.901929789568166, "S12": -11.901929789568166, "W13": -33.060498900589828, "S13": -33.060498900589828, "W21": -38.542431231944462, "S21": -38.542431231944462, "W22": -34.034028092024542, "S22": -39.034028092024542, "W31": -64.269944986766703, "S31": -64.270777274624052, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106810.0, 512118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66837037236655228, "S11": -0.66837037236655228, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -17.208197410912533, "S13": -20.164155438476541, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -58.233765261396847, "S31": -58.233765261396847, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106810.166666666671517, 502243.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0154711282824671, "S12": -5.0154711282824671, "W13": -19.050488852879443, "S13": -19.050488852879443, "W21": -35.191748857519578, "S21": -35.191748857519578, "W22": -34.050618220092026, "S22": -39.050618220092026, "W31": -64.251226799884279, "S31": -64.251226799884279, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106810.5, 522317.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95770521462163205, "S11": -1.4577052146216323, "W12": -4.8034510080112689, "S12": -9.739606879254703, "W13": -20.803726560167497, "S13": -21.361679316073008, "W21": -24.084893441401739, "S21": -27.592723027814515, "W22": -38.61279892224659, "S22": -38.61279892224659, "W31": -58.588084990655183, "S31": -58.588084990655183, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106811.0, 506724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3716447681228354, "S11": -2.3716447681228354, "W12": -10.0, "S12": -12.135641080881541, "W13": -28.324978793962615, "S13": -28.324978793962615, "W21": -33.930276379284749, "S21": -33.930276379284749, "W22": -40.25910450709199, "S22": -40.25910450709199, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106811.333333333328483, 511189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4202676302631219, "S11": -1.4202676302631219, "W12": -9.6846208393339559, "S12": -13.965485151265538, "W13": -15.0, "S13": -15.725166247249474, "W21": -39.833011885007309, "S21": -39.833011885007309, "W22": -40.0, "S22": -40.0, "W31": -70.206661496468868, "S31": -70.206661496468868, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106812.5, 513219.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.044755350362443935, "S11": -0.044755350362443935, "W12": -8.4045559330423742, "S12": -8.4045559330423742, "W13": -17.125866664971319, "S13": -20.008415817671697, "W21": -30.0, "S21": -30.0, "W22": -39.617908542409502, "S22": -39.621998179014241, "W31": -71.063909993155619, "S31": -71.145355721531786, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106813.0, 501373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82151301837098323, "S11": -0.82151301837098323, "W12": -5.9909612625538022, "S12": -8.9909612625538031, "W13": -22.223590150913424, "S13": -22.223590150913424, "W21": -29.838232209972492, "S21": -29.838232209972492, "W22": -39.362640930738145, "S22": -39.363606457915367, "W31": -71.232038904849546, "S31": -71.450927318565221, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106813.0, 507295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9120253564650316, "S12": -14.524788086692549, "W13": -24.32254160447453, "S13": -24.32254160447453, "W21": -30.0, "S21": -30.0, "W22": -38.479791445678643, "S22": -38.479791445678643, "W31": -70.098678440956689, "S31": -70.710281056721925, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106813.0, 509323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7860256087948505, "S12": -5.7860256087948505, "W13": -20.0, "S13": -20.0, "W21": -43.841797264682207, "S21": -43.841797264682207, "W22": -37.400887546634991, "S22": -37.400887546634991, "W31": -70.0, "S31": -70.73216587579445, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106813.0, 521150.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39651508742244784, "S11": -0.60952206880542636, "W12": -7.5759628834568247, "S12": -14.881502477285895, "W13": -22.844913191803741, "S13": -22.844913191803741, "W21": -30.0, "S21": -30.0, "W22": -35.479132984791917, "S22": -35.479132984791917, "W31": -70.0, "S31": -71.004316817814797, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106813.5, 505252.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -35.402985825324045, "S22": -35.402985825324045, "W31": -70.0, "S31": -71.018454529088572, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106814.183908045975841, 530028.295019157114439 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68667917413092994, "S11": -0.68667917413092994, "W12": -5.0, "S12": -5.0, "W13": -17.2498389121149, "S13": -20.271679522436742, "W21": -30.000000000000004, "S21": -30.18369857884127, "W22": -35.408685699759943, "S22": -35.408685699759943, "W31": -70.0, "S31": -71.017799752217854, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106814.333333333328483, 502324.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3834606462965926, "S11": -3.3834606462965926, "W12": -4.8998174480629926, "S12": -10.136535360262819, "W13": -15.630669840075427, "S13": -16.752616358121568, "W21": -40.0, "S21": -41.188899545935932, "W22": -35.790111467680816, "S22": -37.013986467296569, "W31": -73.882939418863245, "S31": -74.633638409841936, "W32": -98.941458955783844, "S32": -103.94145895578384 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 497612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7093120313009456, "S11": -2.0014280841571779, "W12": -10.0, "S12": -10.13761655949377, "W13": -19.19799105119877, "S13": -19.771577659179847, "W21": -32.069714867942324, "S21": -32.905325068306624, "W22": -35.622031582001703, "S22": -37.117390259584894, "W31": -69.805565358725886, "S31": -69.805565358725886, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 503628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21756987109986747, "S11": -3.2175698710998684, "W12": -6.9985798816568048, "S12": -15.235590255882496, "W13": -23.314515285304765, "S13": -23.314515285304765, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.69526059819372, "S31": -56.69526059819372, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85680282382743822, "S11": -0.85680282382743833, "W12": -6.2891454740329333, "S12": -8.2434237023278136, "W13": -22.70816785808843, "S13": -22.70816785808843, "W21": -30.0, "S21": -30.336696834648222, "W22": -37.182841478396199, "S22": -37.182841478396199, "W31": -70.0, "S31": -70.762273458216953, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 507428.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.1689705958946526, "S12": -5.5114710506446354, "W13": -15.0, "S13": -15.0, "W21": -38.378147327995819, "S21": -38.378147327995819, "W22": -39.941064317831845, "S22": -39.941064317831845, "W31": -56.906242854404233, "S31": -56.906242854404233, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.0, 524314.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8483556522453162, "S12": -5.8483556522453162, "W13": -20.0, "S13": -20.0, "W21": -43.678572577864571, "S21": -43.678572577864571, "W22": -37.70407089486757, "S22": -38.774612681472057, "W31": -76.657908722470623, "S31": -78.268283244785025, "W32": -98.558692088958523, "S32": -103.55869208895852 }, "geometry": { "type": "Point", "coordinates": [ 106815.142857142855064, 521056.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0368564073226541, "S11": -4.1068641273432407, "W12": -11.872852672783484, "S12": -11.872852672783484, "W13": -33.024328492624882, "S13": -33.108831673146916, "W21": -38.518990431277615, "S21": -38.518990431277615, "W22": -40.256559917420581, "S22": -40.256559917420581, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.25, 512106.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50787555856838651, "S11": -5.616316678576819, "W12": -5.616316678576819, "S12": -5.616316678576819, "W13": -13.216902648012884, "S13": -14.257803797093191, "W21": -39.078820350139949, "S21": -42.078820350139949, "W22": -32.277218337306174, "S22": -39.660978670228587, "W31": -65.945644696040532, "S31": -65.945644696040532, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106815.8125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51456463134486485, "S11": -5.0, "W12": -5.0, "S12": -5.6457032883830927, "W13": -13.259752132162935, "S13": -14.099824164062777, "W21": -38.954414568988533, "S21": -41.954414568988533, "W22": -36.008288767948457, "S22": -36.008288767948457, "W31": -70.0, "S31": -70.908493033310819, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106816.0, 496970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8480092565121837, "W12": -10.662492236463214, "S12": -10.677059137621461, "W13": -30.74143102274703, "S13": -30.74143102274703, "W21": -38.255339477136523, "S21": -38.255339477136523, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106816.0, 511788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.528177913247367, "S12": -5.528177913247367, "W13": -20.0, "S13": -20.0, "W21": -41.183141008172854, "S21": -41.183141008172854, "W22": -30.793789865630565, "S22": -30.793789865630565, "W31": -70.0, "S31": -71.700557746892642, "W32": -94.248972624391484, "S32": -99.248972624391484 }, "geometry": { "type": "Point", "coordinates": [ 106816.428571428565192, 521541.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38100282307335775, "S11": -0.3810028230733577, "W12": -10.866167362811463, "S12": -16.554140950168033, "W13": -16.554140950168033, "S13": -30.476418604174235, "W21": -40.80140660332669, "S21": -40.80140660332669, "W22": -34.685655951533704, "S22": -39.083534271285238, "W31": -63.593698462450696, "S31": -63.593698462450696, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106817.0, 514068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0534536245092543, "S11": -1.0534536245092545, "W12": -4.8837397089457175, "S12": -9.4152351361967845, "W13": -15.64062098010789, "S13": -17.749022808661191, "W21": -40.0, "S21": -40.52374214958607, "W22": -35.300999525943077, "S22": -35.300999525943077, "W31": -72.341856242606269, "S31": -72.841856242606269, "W32": -99.126806680788746, "S32": -104.12680668078875 }, "geometry": { "type": "Point", "coordinates": [ 106817.5, 497817.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8636778708684378, "S12": -14.52530300629639, "W13": -24.150550072059488, "S13": -24.150550072059488, "W21": -30.0, "S21": -30.0, "W22": -36.223290305805044, "S22": -38.839297944897261, "W31": -62.252469737940004, "S31": -62.252469737940004, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106817.75, 509365.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49673153261995162, "S11": 0.49673153261995162, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.247903915727306, "S13": -19.930264876728508, "W21": -30.0, "S21": -30.0, "W22": -31.798724587984186, "S22": -31.798724587984186, "W31": -70.0, "S31": -71.602183519564846, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106818.0, 501167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0627909090909091, "S11": -1.5627909090909091, "W12": -4.817237432872612, "S12": -10.484328305552667, "W13": -20.658587216568073, "S13": -21.510398240190121, "W21": -24.657489104040405, "S21": -28.911805025785213, "W22": -36.859136774729805, "S22": -40.629827290333559, "W31": -74.906217070600633, "S31": -75.028624292265633, "W32": -96.192968726022769, "S32": -101.19296872602277 }, "geometry": { "type": "Point", "coordinates": [ 106818.0, 506617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9490041864294745, "S11": -2.2969109140610744, "W12": -9.9284473337101939, "S12": -11.364916310689143, "W13": -24.848808338278165, "S13": -24.848808338278165, "W21": -32.219533111507694, "S21": -32.219533111507694, "W22": -39.591540824491958, "S22": -39.595398935586701, "W31": -71.119841265736724, "S31": -71.19060065354364, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106818.0, 510967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35080377965420673, "S11": -0.35080377965420673, "W12": -9.9819536134251834, "S12": -12.595427045516409, "W13": -15.154606764682416, "S13": -33.30284287274435, "W21": -40.323464382911069, "S21": -40.323464382911069, "W22": -37.92230293644262, "S22": -39.058147763321799, "W31": -76.936538688933155, "S31": -78.624872340898619, "W32": -98.545821440628544, "S32": -103.54582144062854 }, "geometry": { "type": "Point", "coordinates": [ 106818.0, 514633.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7567626514430561, "S11": -1.266659371999308, "W12": -4.3936771197420752, "S12": -15.146970874495729, "W13": -21.46171777098381, "S13": -21.46171777098381, "W21": -30.0, "S21": -30.0, "W22": -39.159420350884069, "S22": -40.538071375023563, "W31": -78.71872185990668, "S31": -80.72212338751828, "W32": -98.230804407206207, "S32": -103.23080440720621 }, "geometry": { "type": "Point", "coordinates": [ 106818.125, 510152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46532325155104343, "S11": -0.64235345429320767, "W12": -7.7611273457516798, "S12": -14.835316872186356, "W13": -22.586751157080467, "S13": -22.586751157080467, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.726164694878562, "S22": -40.726164694878562, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106818.75, 505205.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5178902841027837, "S11": -0.5178902841027837, "W12": -7.2295110291823903, "S12": -7.2295110291823903, "W13": -16.848825058698022, "S13": -19.582370655808809, "W21": -30.0, "S21": -30.0, "W22": -31.338804536992065, "S22": -31.338804536992065, "W31": -70.0, "S31": -71.618911879806944, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106818.909090909088263, 501527.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5372414546845541, "S11": -1.5372414546845541, "W12": -9.6833311972802427, "S12": -13.759697208815854, "W13": -15.75333757151939, "S13": -15.75333757151939, "W21": -39.765466152877394, "S21": -39.765466152877394, "W22": -33.820649371676829, "S22": -38.942193766540598, "W31": -64.355119267064083, "S31": -64.355119267064083, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106819.0, 513175.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4065680411289962, "S11": -2.2906755289472174, "W12": -10.904839784360192, "S12": -14.026261395589907, "W13": -18.985943775100317, "S13": -18.985943775100317, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -55.864192683371868, "S31": -55.864192683371868, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106819.333333333328483, 504500.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5917144732901116, "S12": -4.5987884282740721, "W13": -17.756293466933698, "S13": -17.756293466933698, "W21": -37.089775193063801, "S21": -37.089775193063801, "W22": -35.294134789229474, "S22": -35.728187548431393, "W31": -71.727651961099895, "S31": -71.727651961099895, "W32": -99.203100586357607, "S32": -104.20310058635761 }, "geometry": { "type": "Point", "coordinates": [ 106819.8, 522960.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.9, "W12": -5.6, "S12": -17.848441674087265, "W13": -23.962171403024065, "S13": -24.401405204453035, "W21": -29.999999999999996, "S21": -31.975796333417239, "W22": -35.57685460470335, "S22": -35.57685460470335, "W31": -70.000000000000014, "S31": -70.993839628281208, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106820.0, 506084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72651920894909405, "S11": -0.72651920894909405, "W12": -4.3166642899881076, "S12": -18.391674399167243, "W13": -22.005304876923436, "S13": -22.005304876923436, "W21": -30.0, "S21": -30.0, "W22": -37.606667083956047, "S22": -37.606667083956047, "W31": -70.0, "S31": -70.766588756827872, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106820.0, 509873.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4229154518950437, "S11": 0.42291545189504359, "W12": -5.9103989340972625, "S12": -20.001879381024636, "W13": -24.235696756116411, "S13": -24.235696756116411, "W21": -30.0, "S21": -30.796519343933895, "W22": -40.0, "S22": -43.673669930982875, "W31": -79.380886763394656, "S31": -80.980526068354749, "W32": -96.636451523800758, "S32": -101.63645152380076 }, "geometry": { "type": "Point", "coordinates": [ 106821.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79988769326683706, "S11": -0.79988769326683706, "W12": -5.337015781922525, "S12": -8.6064018042712256, "W13": -21.844751125231664, "S13": -21.844751125231664, "W21": -28.62062096818406, "S21": -28.623699525596823, "W22": -34.818546802665367, "S22": -37.290000252601104, "W31": -69.001870192336739, "S31": -69.001870192336739, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106821.0, 507190.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.710577475481195, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.307503903929145, "S21": -36.307503903929145, "W22": -40.101188525763135, "S22": -40.101188525763135, "W31": -58.707048074244021, "S31": -58.707048074244021, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106821.5, 511487.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5991380668349118, "S12": -5.5991380668349118, "W13": -20.0, "S13": -20.0, "W21": -42.223708840675307, "S21": -42.223708840675307, "W22": -35.046948984778361, "S22": -38.380894982663506, "W31": -72.189186998459917, "S31": -72.689545800438992, "W32": -95.937602430715401, "S32": -100.9376024307154 }, "geometry": { "type": "Point", "coordinates": [ 106821.75, 521435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95541850064146339, "S11": -4.394217951148546, "W12": -5.9819686653143833, "S12": -15.034356922684422, "W13": -25.301380625506727, "S13": -25.301380625506727, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.127702876743392, "S22": -36.127702876743392, "W31": -70.0, "S31": -70.942981904762632, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106821.833333333328483, 508806.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.4721278042148205, "W12": -5.0, "S12": -5.0, "W13": -14.108010933258802, "S13": -16.218741814535782, "W21": -40.0, "S21": -42.350360684596239, "W22": -38.688745851448218, "S22": -38.688745851448218, "W31": -70.0, "S31": -70.658111270036713, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106822.0, 497278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19674635506003435, "S11": -0.19674635506003435, "W12": -8.0622531701762643, "S12": -8.0622531701762643, "W13": -17.097004294338117, "S13": -20.061650619210592, "W21": -30.0, "S21": -30.0, "W22": -34.528359015414019, "S22": -34.528359015414019, "W31": -70.0, "S31": -71.190748031512683, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106822.25, 501419.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70465248241761247, "S11": -0.70465248241761247, "W12": -4.3558714006183319, "S12": -17.849335179641052, "W13": -22.168720108496117, "S13": -22.168720108496117, "W21": -30.0, "S21": -30.0, "W22": -32.996668042921691, "S22": -32.996668042921691, "W31": -70.0, "S31": -71.475305720790075, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106822.333333333328483, 509835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.815330385271845, "S12": -14.525817925900231, "W13": -23.97855853964445, "S13": -23.97855853964445, "W21": -30.0, "S21": -30.0, "W22": -35.415928051592935, "S22": -35.415928051592935, "W31": -72.158811058334507, "S31": -72.158811058334507, "W32": -99.202472139949279, "S32": -104.20247213994928 }, "geometry": { "type": "Point", "coordinates": [ 106822.5, 509407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3285899538958712, "S11": -0.3285899538958712, "W12": -4.9665294915987026, "S12": -8.8110917796464001, "W13": -15.0, "S13": -15.343910128477624, "W21": -40.162339660753929, "S21": -40.162339660753929, "W22": -39.603595073635049, "S22": -39.607641780574788, "W31": -71.03893227740113, "S31": -71.03893227740113, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106822.714285714289872, 498199.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8074719833701103, "S12": -14.525938938949743, "W13": -23.949550027141406, "S13": -23.949550027141406, "W21": -30.0, "S21": -30.0, "W22": -38.822199430936074, "S22": -38.822199430936074, "W31": -70.0, "S31": -70.654008913169136, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106823.0, 509414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5000000000000839, "S11": 2.5000000000000839, "W12": -5.2722939962867796, "S12": -5.2722939962867796, "W13": -19.834012898731721, "S13": -19.834012898731721, "W21": -35.076953986550102, "S21": -35.076953986550102, "W22": -32.024643469480594, "S22": -32.024643469480594, "W31": -70.0, "S31": -71.604769996331129, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106823.8, 521930.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66967287962614819, "W12": -7.9462918080465341, "S12": -14.789131267086812, "W13": -22.328589122357187, "S13": -22.328589122357187, "W21": -30.0, "S21": -30.0, "W22": -39.387404761013997, "S22": -39.388347377261759, "W31": -71.150966847683506, "S31": -71.402770902286733, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106824.0, 505159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80192825402172652, "S11": -0.80192825402172652, "W12": -5.342324246771879, "S12": -8.6447656228071068, "W13": -21.847167063807252, "S13": -21.847167063807252, "W21": -28.627899448370567, "S21": -28.627899448370567, "W22": -32.141642752094498, "S22": -39.981001600403793, "W31": -65.828434800591964, "S31": -65.828434800591964, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106824.0, 507191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7465593218569232, "S11": -0.89278864284921511, "W12": -4.2711722366701412, "S12": -18.222336655970942, "W13": -21.843589464581797, "S13": -21.843589464581797, "W21": -30.0, "S21": -30.0, "W22": -35.991900963172498, "S22": -38.77556636640761, "W31": -62.36788889406904, "S31": -62.36788889406904, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106824.5, 509912.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68278575588612511, "S11": -0.68278575588612511, "W12": -4.3950785112485473, "S12": -17.107610216798115, "W13": -22.332135340068817, "S13": -22.332135340068817, "W21": -30.0, "S21": -30.0, "W22": -38.358005722680772, "S22": -38.358005722680772, "W31": -70.0, "S31": -70.709424659767961, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106824.666666666671517, 509797.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27765866209262435, "S11": -0.27765866209262435, "W12": -7.8807958862812741, "S12": -7.8807958862812741, "W13": -17.082263070936047, "S13": -20.082263070936047, "W21": -30.0, "S21": -30.0, "W22": -39.356973518415444, "S22": -39.356973518415444, "W31": -70.616848369860335, "S31": -71.118090698830258, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 501444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6839340788593542, "S11": -1.698506644287199, "W12": -9.2911848209957757, "S12": -13.975672635172344, "W13": -20.508959338387321, "S13": -20.508959338387321, "W21": -30.0, "S21": -30.0, "W22": -35.839573905772582, "S22": -35.839573905772582, "W31": -70.0, "S31": -70.992763424255145, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 504804.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29240121672087704, "S11": -2.2924012167208772, "W12": -7.2082840236686394, "S12": -15.242040422748319, "W13": -23.125358331066522, "S13": -23.125358331066522, "W21": -30.0, "S21": -30.0, "W22": -33.490065238610654, "S22": -37.772596638920788, "W31": -68.217432572328889, "S31": -68.217432572328889, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 505352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17313847729189255, "S11": -0.17313847729189283, "W12": -6.738950880839889, "S12": -15.506793545103813, "W13": -23.459312422841123, "S13": -23.459312422841123, "W21": -30.0, "S21": -30.0, "W22": -34.600520269938649, "S22": -38.98576079681429, "W31": -63.539471576496126, "S31": -63.539471576496126, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 505472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.6222844876714411, "S11": -3.6222844876714411, "W12": -11.354373417080335, "S12": -12.307404226923573, "W13": -30.055484756691911, "S13": -39.02563348563956, "W21": -39.02563348563956, "S21": -39.02563348563956, "W22": -39.5012540648463, "S22": -39.504191699629374, "W31": -71.241095678413359, "S31": -71.246993987463483, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.0, 512394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2257419381975432, "S11": -2.9250472040608546, "W12": -6.609029153543144, "S12": -12.896955013856104, "W13": -22.638321461427292, "S13": -22.638321461427292, "W21": -30.0, "S21": -31.299481043937394, "W22": -36.906372350531626, "S22": -36.906372350531626, "W31": -70.0, "S31": -70.879294694408344, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106825.333333333328483, 510537.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2799628903758511, "S11": -2.2799628903758511, "W12": -10.0, "S12": -11.751161824449095, "W13": -27.487755911049732, "S13": -27.487755911049732, "W21": -33.640730137891509, "S21": -33.640730137891509, "W22": -39.048453828338076, "S22": -40.444704912178864, "W31": -78.501150617149207, "S31": -80.510022819758746, "W32": -98.293241874597172, "S32": -103.29324187459717 }, "geometry": { "type": "Point", "coordinates": [ 106825.5, 511144.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -13.692619102885375, "S13": -15.696043760419622, "W21": -40.0, "S21": -42.787743159864945, "W22": -33.095537553728761, "S22": -41.149991737532957, "W31": -64.833460047864619, "S31": -64.844112691806643, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 497192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19628393679045547, "S11": 0.19628393679045547, "W12": -9.2352426501062439, "S12": -14.131544829966803, "W13": -17.129106925779755, "S13": -20.244103610696467, "W21": -40.483032488510737, "S21": -40.483032488510737, "W22": -39.9780036525203, "S22": -39.9780036525203, "W31": -57.011541508549307, "S31": -57.011541508549307, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 499442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1680554808881243, "S11": -1.1680554808881243, "W12": -4.8311823223875336, "S12": -11.402071301208524, "W13": -20.544855231362241, "S13": -21.627217436086649, "W21": -26.39134358355372, "S21": -30.733113806489769, "W22": -37.846967007555762, "S22": -37.846967007555762, "W31": -70.0, "S31": -70.777057843940781, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 506529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92135936224014192, "S11": -1.1192931110102304, "W12": -4.8131173518795674, "S12": -8.9363098126764751, "W13": -21.06496719596754, "S13": -21.09709318021951, "W21": -24.888573116788976, "S21": -27.218842792732783, "W22": -30.850967298041123, "S22": -30.850967298041123, "W31": -70.0, "S31": -71.708653933390067, "W32": -94.511522669171939, "S32": -99.511522669171939 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 506871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9863599743006619, "S11": -1.9863599743006619, "W12": -9.6087850804561263, "S12": -12.909370901419114, "W13": -19.610303235260965, "S13": -19.610303235260965, "W21": -39.52657592187024, "S21": -39.52657592187024, "W22": -31.217629917435591, "S22": -31.217629917435591, "W31": -70.0, "S31": -71.649215654931382, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106826.0, 512987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87395952762351803, "S11": -0.87395952762351803, "W12": -6.2294975478254919, "S12": -7.8034322763783761, "W13": -22.84882181625629, "S13": -22.84882181625629, "W21": -30.0, "S21": -30.474332476248396, "W22": -40.0, "S22": -41.948092754235709, "W31": -80.0, "S31": -82.324003430198118, "W32": -97.563591443390735, "S32": -102.56359144339073 }, "geometry": { "type": "Point", "coordinates": [ 106826.666666666671517, 507466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93173306094654407, "S11": -0.93173306094654407, "W12": -4.8367021744871908, "S12": -12.46957685410408, "W13": -20.422849294704019, "S13": -21.753597326200083, "W21": -27.976699015307005, "S21": -32.006830864676786, "W22": -35.426649024221589, "S22": -35.593016825454804, "W31": -71.770400726749216, "S31": -71.770400726749216, "W32": -99.265276979607478, "S32": -104.26527697960748 }, "geometry": { "type": "Point", "coordinates": [ 106827.0, 506446.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66091902935464342, "S11": -0.66091902935464342, "W12": -4.4342856218787716, "S12": -16.365885253955032, "W13": -22.495550571641498, "S13": -22.495550571641498, "W21": -30.0, "S21": -30.0, "W22": -31.129364308456037, "S22": -31.129364308456037, "W31": -70.0, "S31": -71.664507971618718, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106827.0, 509759.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7669828996752521, "S12": -14.52633284550407, "W13": -23.806567007229408, "S13": -23.806567007229408, "W21": -30.0, "S21": -30.0, "W22": -39.912723297659369, "S22": -39.912723297659369, "W31": -70.228928638252512, "S31": -70.228928638252512, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106827.25, 509449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1052473795119617, "S12": -9.7488240435608784, "W13": -14.064344389404408, "S13": -27.17380054373784, "W21": -40.0, "S21": -40.0, "W22": -38.974890121899428, "S22": -38.974890121899428, "W31": -70.0, "S31": -70.665657408891448, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106827.333333333328483, 515249.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.404251237665417, "S13": -19.840449590551071, "W21": -30.0, "S21": -30.0, "W22": -37.134038976887119, "S22": -38.178420017440772, "W31": -75.789446157484477, "S31": -77.262316007147277, "W32": -98.766081392652012, "S32": -103.76608139265201 }, "geometry": { "type": "Point", "coordinates": [ 106827.5, 500902.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08947400673194339, "S11": 0.08947400673194339, "W12": -8.5825954125593711, "S12": -11.818590366537785, "W13": -14.990135761514679, "S13": -17.79875627675381, "W21": -40.120414475865445, "S21": -40.120414475865445, "W22": -33.75968402300613, "S22": -38.75968402300613, "W31": -64.302548277040998, "S31": -64.302548277040998, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106828.0, 499568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34640000000008153, "S11": -0.34640000000008153, "W12": -5.0, "S12": -14.777249575552604, "W13": -21.957456738052997, "S13": -23.145484988032589, "W21": -30.0, "S21": -32.995020515345615, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106828.4, 506255.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76659943476475223, "S11": -1.0008187787462406, "W12": -4.2256801833521749, "S12": -17.091758232400593, "W13": -21.681874052240161, "S13": -21.681874052240161, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.631206667437809, "W31": -80.0, "S31": -82.424909544419364, "W32": -97.160909063008319, "S32": -102.16090906300832 }, "geometry": { "type": "Point", "coordinates": [ 106829.0, 509952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0817534699205562, "S11": -2.0817534699205562, "W12": -9.5985480460173296, "S12": -12.731530760682743, "W13": -20.439183857513243, "S13": -20.439183857513243, "W21": -39.473503285109487, "S21": -39.473503285109487, "W22": -33.834946555214721, "S22": -38.834946555214721, "W31": -64.225390483977776, "S31": -64.225390483977776, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106829.0, 512948.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4476803385953483, "S12": -5.2264508162907726, "W13": -17.31612239845094, "S13": -17.31612239845094, "W21": -37.321615366950738, "S21": -37.321615366950738, "W22": -35.386255510920329, "S22": -37.378904794117965, "W31": -69.266340767775901, "S31": -69.266340767775901, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106829.2, 523179.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79774372350831435, "S11": -0.79774372350831435, "W12": -5.6536090707372129, "S12": -6.0408304073422894, "W13": -18.668833566946439, "S13": -20.007924540433056, "W21": -30.405163624936179, "S21": -31.405896469867017, "W22": -39.38070353584331, "S22": -39.38070353584331, "W31": -70.892241908908119, "S31": -71.274795422231662, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106829.375, 503288.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16630305546036228, "S11": 0.16630305546036228, "W12": -7.4700887688151285, "S12": -15.0, "W13": -15.0, "S13": -15.553236417460607, "W21": -40.495627750661491, "S21": -40.495627750661491, "W22": -36.224465293845867, "S22": -38.675508250584457, "W31": -62.132368469917992, "S31": -62.132368469917992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106830.0, 498554.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.4988504155124653, "W12": -11.163586285859678, "S12": -13.699016930661331, "W13": -18.653554241225393, "S13": -19.620385328494791, "W21": -30.0, "S21": -30.0, "W22": -37.361089763600653, "S22": -38.454685272802294, "W31": -76.097577336935132, "S31": -77.651563133007286, "W32": -98.730688293486395, "S32": -103.73068829348639 }, "geometry": { "type": "Point", "coordinates": [ 106830.0, 504228.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2999826598510278, "S11": -4.9819372507754522, "W12": -11.043802490132196, "S12": -12.828717437346267, "W13": -18.808824995080872, "S13": -19.683767766345017, "W21": -30.0, "S21": -30.0, "W22": -40.83056513044022, "S22": -40.83056513044022, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106830.363636363632395, 504095.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9176233419500871, "S11": -0.9176233419500871, "W12": -6.2544597152534216, "S12": -6.2544597152534216, "W13": -20.0, "S13": -21.195092356804963, "W21": -40.482059847098256, "S21": -40.482059847098256, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106830.545454545455868, 520443.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5693534320531608, "S12": -5.5693534320531608, "W13": -20.0, "S13": -20.0, "W21": -41.829957986439396, "S21": -41.829957986439396, "W22": -37.62275033481437, "S22": -37.62275033481437, "W31": -70.0, "S31": -70.819338553824252, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106830.666666666671517, 521481.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3852073326144492, "S12": -9.3071804015988491, "W13": -15.369595611096624, "S13": -16.824861535458044, "W21": -35.079634464751955, "S21": -35.578619538427105, "W22": -40.0, "S22": -42.004468638163978, "W31": -80.0, "S31": -82.366899693227126, "W32": -97.521565693766689, "S32": -102.52156569376669 }, "geometry": { "type": "Point", "coordinates": [ 106831.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1216223496190814, "S11": -2.0841999633126544, "W12": -10.0, "S12": -13.617399362664251, "W13": -19.535439763488544, "S13": -19.535439763488544, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.588140550314506, "S22": -38.730950528164229, "W31": -76.405708516386198, "S31": -78.014252613784592, "W32": -98.679895446500709, "S32": -103.67989544650071 }, "geometry": { "type": "Point", "coordinates": [ 106831.0, 504620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34624472955065655, "S11": -0.34624472955065655, "W12": -7.3707455621301774, "S12": -15.227493106233432, "W13": -22.986817601640475, "S13": -22.986817601640475, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -31.541801247032616, "W31": -70.0, "S31": -72.605783782224279, "W32": -94.584918934772844, "S32": -99.584918934772844 }, "geometry": { "type": "Point", "coordinates": [ 106831.0, 505313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3550600343053173, "S11": -0.3550600343053173, "W12": -7.7199504073101552, "S12": -7.7199504073101552, "W13": -17.068141923704911, "S13": -19.95399809576077, "W21": -30.0, "S21": -30.0, "W22": -35.568658121920166, "S22": -35.572928237358752, "W31": -72.481917815741383, "S31": -72.481917815741383, "W32": -99.282377339435271, "S32": -104.28237733943527 }, "geometry": { "type": "Point", "coordinates": [ 106831.5, 501466.5 ] } }, +{ "type": "Feature", "properties": { "W11": -3.9716794574674212, "S11": -3.9716794574674212, "W12": -11.61880407253571, "S12": -12.228525039140299, "W13": -31.364300811108198, "S13": -38.956772077777536, "W21": -38.956772077777536, "S21": -38.956772077777536, "W22": -35.75349467901615, "S22": -37.280190421797101, "W31": -69.999999999999986, "S31": -69.999999999999986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106831.5, 512314.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.066109718741297674, "S11": -0.43389028125870233, "W12": -6.2043616308110172, "S12": -17.623698336825633, "W13": -23.865355698448809, "S13": -23.865355698448809, "W21": -30.0, "S21": -30.0, "W22": -36.278297955185622, "S22": -36.278297955185622, "W31": -70.0, "S31": -70.977470776214432, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106832.0, 505747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51099615562818534, "S11": -0.51099615562818534, "W12": -4.7186354140786593, "S12": -14.52684776510791, "W13": -23.634575474814365, "S13": -23.634575474814365, "W21": -30.0, "S21": -30.0, "W22": -40.222544865853003, "S22": -40.222544865853003, "W31": -59.180330887091131, "S31": -59.180330887091131, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106832.0, 509491.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0059149285907472, "S11": -1.0059149285907472, "W12": -4.8310766792851485, "S12": -10.17497424968289, "W13": -20.799685030134725, "S13": -21.368267707300081, "W21": -24.099776736436983, "S21": -27.759591569982298, "W22": -35.608717316673598, "S22": -35.608717316673598, "W31": -70.0, "S31": -71.055882395389517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106833.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0936593142176638, "S11": -1.0936593142176638, "W12": -6.517604432652468, "S12": -10.230820751438046, "W13": -25.0, "S13": -25.308390734586755, "W21": -30.0, "S21": -30.0, "W22": -34.812576870794942, "S22": -34.812576870794942, "W31": -70.0, "S31": -71.145421233456815, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106833.0, 508168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.8698655606407319, "S11": -3.9157139051252061, "W12": -11.708609056518547, "S12": -11.708609056518547, "W13": -32.894827855716272, "S13": -33.269288629277668, "W21": -38.437143884809934, "S21": -38.437143884809934, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106833.5, 512066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -37.81519133702804, "S22": -39.007215783525744, "W31": -76.713839695836867, "S31": -78.376942094561414, "W32": -98.629102599515079, "S32": -103.62910259951508 }, "geometry": { "type": "Point", "coordinates": [ 106833.968421052632038, 530016.189473684178665 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11347813979392925, "S11": -0.38260881672780994, "W12": -6.0940674228081866, "S12": -18.801236882770944, "W13": -23.961240602904624, "S13": -23.961240602904624, "W21": -30.0, "S21": -30.0, "W22": -33.941501036298476, "S22": -38.941501036298476, "W31": -64.077912501623842, "S31": -64.077912501623842, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106834.0, 505806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0544742906842126, "S11": -1.0544742906842126, "W12": -6.4188833674364227, "S12": -8.3697795206191028, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -31.67948923425611, "S22": -31.67948923425611, "W31": -70.0, "S31": -71.654885007700486, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106834.0, 508072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0595295884778089, "S11": -1.0595295884778089, "W12": -6.4236383123842975, "S12": -8.6014561491966575, "W13": -25.0, "S13": -25.038769950107973, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.668835817729011, "W31": -79.663944064642195, "S31": -81.41979995941432, "W32": -96.715188902188288, "S32": -101.71518890218829 }, "geometry": { "type": "Point", "coordinates": [ 106834.0, 508084.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.40374249368082, "W13": -30.0, "S13": -30.0, "W21": -36.681877830826281, "S21": -36.681877830826281, "W22": -31.840210188333071, "S22": -31.840210188333071, "W31": -70.0, "S31": -71.647614584053372, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106834.0, 511528.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9207899030936764, "S11": 1.9207899030936764, "W12": -3.3577854407835632, "S12": -5.3577854407835632, "W13": -16.743813930112932, "S13": -16.743813930112932, "W21": -36.750548367172399, "S21": -36.750548367172399, "W22": -38.042242123741573, "S22": -39.28348103888726, "W31": -77.021970875287522, "S31": -78.739631575338223, "W32": -98.578309752529464, "S32": -103.57830975252946 }, "geometry": { "type": "Point", "coordinates": [ 106834.0, 523464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7668215224816226, "S12": -8.8811097585946186, "W13": -14.001735084757961, "S13": -17.43831481488705, "W21": -40.134041966092994, "S21": -40.134041966092994, "W22": -35.760511620539958, "S22": -38.706958100516644, "W31": -62.483308050198083, "S31": -62.483308050198083, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106834.526315789480577, 515927.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.452972998949652, "W12": -10.0, "S12": -10.773777484850321, "W13": -17.312926187323562, "S13": -19.74254136022056, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.936603696885847, "S31": -56.936603696885847, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106834.666666666671517, 500589.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12513227513227509, "S11": -0.37486772486772491, "W12": -6.063656516873599, "S12": -19.077390222646411, "W13": -23.988878927404048, "S13": -23.988878927404048, "W21": -30.000000000000004, "S21": -30.110925253536994, "W22": -39.366045275076615, "S22": -39.366045275076615, "W31": -70.451843597318188, "S31": -71.021282988299731, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106835.0, 505822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5283950311565755, "S11": -1.5283950311565755, "W12": -5.9780125528505179, "S12": -5.9780125528505179, "W13": -20.0, "S13": -20.0, "W21": -43.798224434443171, "S21": -43.798224434443171, "W22": -31.112661486158331, "S22": -31.112661486158331, "W31": -70.0, "S31": -71.67650680226555, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106835.875, 520863.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94870671767921344, "S11": -0.94870671767921344, "W12": -6.2747734580532013, "S12": -7.3039394336333956, "W13": -23.829957638337305, "S13": -23.829957638337305, "W21": -30.0, "S21": -31.274567090050166, "W22": -30.476695807026065, "S22": -30.869582490235324, "W31": -70.0, "S31": -71.780003197, "W32": -94.338087711534001, "S32": -99.338087711534001 }, "geometry": { "type": "Point", "coordinates": [ 106836.0, 507735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7346463451137083, "S11": -0.7346463451137083, "W12": -4.2778016262361787, "S12": -19.27780162623618, "W13": -21.914203440093139, "S13": -21.914203440093139, "W21": -30.0, "S21": -30.0, "W22": -38.490451781478278, "S22": -38.490451781478278, "W31": -58.977161686531204, "S31": -58.977161686531204, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106836.0, 509899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.028150619575161018, "S11": -0.028150619575161018, "W12": -7.8883642894514425, "S12": -9.726219963889605, "W13": -14.964361042606779, "S13": -17.465608821159215, "W21": -40.0, "S21": -40.311241758241756, "W22": -40.0, "S22": -40.0, "W31": -57.024358991138726, "S31": -57.024358991138726, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106837.0, 499677.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.056906054857019973, "S11": -0.056906054857019973, "W12": -7.8406849921519708, "S12": -9.3088073218357632, "W13": -14.979534473711826, "S13": -17.415561295127947, "W21": -40.0, "S21": -40.392109890109893, "W22": -38.269292910455434, "S22": -39.559746294249202, "W31": -77.330102054738589, "S31": -79.130363823294047, "W32": -98.527516905543777, "S32": -103.52751690554378 }, "geometry": { "type": "Point", "coordinates": [ 106837.0, 499705.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9858795560761211, "S11": -2.4864384465750051, "W12": -10.0, "S12": -11.139088083220486, "W13": -25.0, "S13": -25.0, "W21": -32.494345722560098, "S21": -32.494345722560098, "W22": -32.006067166882822, "S22": -40.301024530578999, "W31": -65.711224905143411, "S31": -65.711224905143411, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106837.0, 510992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.03092299642989, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.203862371152319, "S21": -35.203862371152319, "W22": -40.231871440374569, "S22": -40.231871440374569, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106837.0, 511338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69148996237494675, "S11": -0.69148996237494675, "W12": -5.0, "S12": -5.0, "W13": -17.22732153429935, "S13": -20.146508933619199, "W21": -30.0, "S21": -30.0, "W22": -39.983745388230076, "S22": -39.983745388230076, "W31": -70.116721153762242, "S31": -70.116721153762242, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 502282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67428317156603723, "W12": -7.9045218475174854, "S12": -14.995018283611927, "W13": -22.361856543751767, "S13": -22.361856543751767, "W21": -30.0, "S21": -30.0, "W22": -39.606178880319263, "S22": -39.6103522331194, "W31": -70.963930310470801, "S31": -70.963930310470801, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 505176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73497274758626463, "S11": -0.73497274758626463, "W12": -4.2742860041074886, "S12": -19.282915672311624, "W13": -21.908100930711996, "S13": -21.908100930711996, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.410031514827267, "S22": -39.411069962558287, "W31": -71.10755442651319, "S31": -71.372246837102338, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4506748818273723, "S11": -1.4506748818273723, "W12": -9.7657753704084698, "S12": -13.899079472963301, "W13": -15.321046105286889, "S13": -16.053830751781007, "W21": -39.763826568397207, "S21": -39.763826568397207, "W22": -39.357486425803891, "S22": -39.357486425803891, "W31": -70.000709083972268, "S31": -70.658115696610977, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 513210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4091436924506133, "S11": -1.4091436924506133, "W12": -9.7741316101006088, "S12": -13.97089241795495, "W13": -15.0, "S13": -16.013206576137392, "W21": -39.782804560737894, "S21": -39.782804560737894, "W22": -35.840115698128898, "S22": -35.840115698128898, "W31": -70.0, "S31": -71.05012081468827, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.0, 513226.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89111623141958851, "S11": -0.89111623141958851, "W12": -6.1698496216181411, "S12": -7.3634408504291367, "W13": -22.989475774424147, "S13": -22.989475774424147, "W21": -30.0, "S21": -30.611968117848534, "W22": -33.196275273419928, "S22": -33.196275273419928, "W31": -70.0, "S31": -71.448333015566519, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106838.333333333328483, 507504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93859827206332724, "S11": -0.93859827206332724, "W12": -6.2336305173925757, "S12": -6.9740424899872764, "W13": -23.655000661900978, "S13": -23.655000661900978, "W21": -30.0, "S21": -31.143326257399803, "W22": -35.588676664925835, "S22": -35.588676664925835, "W31": -72.015404027441704, "S31": -72.015404027441704, "W32": -99.312885884642853, "S32": -104.31288588464285 }, "geometry": { "type": "Point", "coordinates": [ 106839.5, 507686.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1882810126288663, "S11": -2.1882810126288668, "W12": -10.0, "S12": -11.36668256801665, "W13": -26.650533028136845, "S13": -26.650533028136845, "W21": -33.35118389649827, "S21": -33.35118389649827, "W22": -33.282334898719007, "S22": -38.57696774099621, "W31": -67.98813904170342, "S31": -67.98813904170342, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106839.666666666671517, 511100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31760932944606413, "S11": -0.68239067055393587, "W12": -5.909769676232747, "S12": -20.473317162266266, "W13": -24.148622366908796, "S13": -24.148622366908796, "W21": -30.0, "S21": -30.672635532740696, "W22": -37.890192318718796, "S22": -39.11463883753224, "W31": -76.799877726624814, "S31": -78.48906431364459, "W32": -98.624401857234943, "S32": -103.62440185723494 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 505903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9345665948066475, "S11": -0.9345665948066475, "W12": -4.8283827801743113, "S12": -8.9331660026494788, "W13": -21.129033794596275, "S13": -21.129033794596275, "W21": -25.117345739121657, "S21": -27.220933584605632, "W22": -34.048055517382501, "S22": -38.96036675273632, "W31": -63.930434519269717, "S31": -63.930434519269717, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 506890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87682573202130953, "S11": -1.1763675418723976, "W12": -5.0, "S12": -8.7590139517481056, "W13": -21.403410519578486, "S13": -21.403410519578486, "W21": -26.753719343405205, "S21": -27.824038389930617, "W22": -40.339225036865514, "S22": -40.339225036865514, "W31": -59.591818774325986, "S31": -59.591818774325986, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 507030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -4.6, "S11": -4.75, "W12": -12.1, "S12": -12.1, "W13": -33.700001, "S13": -34.150001, "W21": -38.525714545965791, "S21": -38.525714545965791, "W22": -38.496343697168967, "S22": -39.836011549610717, "W31": -77.638233234189244, "S31": -79.524040378411954, "W32": -98.476724058558148, "S32": -103.47672405855815 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35744270205066347, "S11": -0.35744270205066347, "W12": -9.8947486519307741, "S12": -11.978783299305153, "W13": -15.0, "S13": -32.851817111381649, "W21": -40.219087974209572, "S21": -40.219087974209572, "W22": -37.896529905659229, "S22": -39.12803164811686, "W31": -76.802944306491668, "S31": -78.49648731685474, "W32": -98.627228923058027, "S32": -103.62722892305803 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 514675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60381013768780778, "W12": -8.117965976502008, "S12": -14.893910649675961, "W13": -22.070380913061545, "S13": -22.070380913061545, "W21": -30.0, "S21": -30.0, "W22": -34.487475212096435, "S22": -38.905549392998296, "W31": -63.530612198545008, "S31": -63.530612198545008, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106840.333333333328483, 505120.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39876898529715205, "S11": -0.39876898529715205, "W12": -4.9540198253346661, "S12": -9.0311559926768687, "W13": -15.0, "S13": -15.371911907429649, "W21": -40.096805306121432, "S21": -40.096805306121432, "W22": -38.635797193696554, "S22": -40.006361204677752, "W31": -77.826834392992609, "S31": -79.765024660496536, "W32": -98.44602706933064, "S32": -103.44602706933064 }, "geometry": { "type": "Point", "coordinates": [ 106840.428571428565192, 498155.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5052295116327814, "S11": -0.5052295116327814, "W12": -7.3776476444440453, "S12": -7.3776476444440453, "W13": -16.97567987601624, "S13": -19.646298201757411, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.229522588370195, "S22": -40.229522588370195, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106840.75, 501513.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1710140202151942, "S11": -3.171014020215194, "W12": -7.6213703661195913, "S12": -7.9089914544638615, "W13": -18.887271525272585, "S13": -19.907201603518356, "W21": -31.296920567764722, "S21": -32.165361176467947, "W22": -30.119044434338299, "S22": -32.053881742817616, "W31": -70.0, "S31": -72.459390369012468, "W32": -95.14807108001105, "S32": -100.14807108001105 }, "geometry": { "type": "Point", "coordinates": [ 106841.0, 503435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2283849007672085, "S11": -1.2283849007672085, "W12": -6.1160091929759304, "S12": -6.1160091929759304, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -42.389924947097605, "S21": -42.389924947097605, "W22": -40.0, "S22": -41.808941820423975, "W31": -80.0, "S31": -82.306858644844681, "W32": -97.87398950372895, "S32": -102.87398950372895 }, "geometry": { "type": "Point", "coordinates": [ 106841.0, 520655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.6588281687802917, "W12": -10.795110383377502, "S12": -10.795110383377502, "W13": -31.25394514658862, "S13": -31.25394514658862, "W21": -38.24328237576097, "S21": -38.24328237576097, "W22": -36.990190728901126, "S22": -37.518575534338993, "W31": -75.534551865697793, "S31": -76.927787065363262, "W32": -98.859434879129168, "S32": -103.85943487912917 }, "geometry": { "type": "Point", "coordinates": [ 106841.285714285710128, 511828.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4178820261968905, "S12": -8.4178820261968905, "W13": -14.136720542500989, "S13": -17.629150185849213, "W21": -41.086789109125576, "S21": -41.086789109125576, "W22": -34.336729923964562, "S22": -37.546908276263764, "W31": -68.652482612347498, "S31": -68.652482612347498, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106841.482758620695677, 516626.482758620695677 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.46664363228670758, "W12": -10.0, "S12": -10.0, "W13": -17.454101479962869, "S13": -19.850023604722896, "W21": -30.0, "S21": -30.0, "W22": -32.860036364051936, "S22": -32.860036364051936, "W31": -70.0, "S31": -71.513685368319585, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106842.0, 500816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79793356707713992, "S11": -1.7979335670771399, "W12": -9.5116570874593176, "S12": -14.071924475329549, "W13": -20.174233287388009, "S13": -20.174233287388009, "W21": -30.0, "S21": -30.0, "W22": -39.398645231144094, "S22": -39.398645231144094, "W31": -70.81255348565594, "S31": -71.226344362684742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 504754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92848982644744082, "S11": -0.92848982644744082, "W12": -6.19248757673195, "S12": -6.8648149266716176, "W13": -23.480043685464654, "S13": -23.480043685464654, "W21": -30.0, "S21": -31.012085424749436, "W22": -30.908144730451674, "S22": -30.908144730451674, "W31": -70.0, "S31": -71.716750119887507, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 507638.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9863981630736045, "S11": -2.3977829695319151, "W12": -10.0, "S12": -11.029984303828634, "W13": -24.980469634235448, "S13": -24.980469634235448, "W21": -32.53496712747377, "S21": -32.53496712747377, "W22": -40.71527568209644, "S22": -40.71527568209644, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 510994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7768192219679633, "S11": -3.8092175750302379, "W12": -11.617003557111399, "S12": -11.617003557111399, "W13": -32.820818893074104, "S13": -33.339573005818039, "W21": -38.393904792354157, "S21": -38.393904792354157, "W22": -40.02254564857919, "S22": -40.02254564857919, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.0, 512044.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -34.157029993346832, "S22": -38.924464276741823, "W31": -63.782956536915769, "S31": -63.782956536915769, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106843.914893617024063, 529970.127659574500285 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80137593739810908, "S11": -2.8013759373981109, "W12": -5.8285512070086849, "S12": -6.2145074791221129, "W13": -18.672415850770928, "S13": -19.968679555672587, "W21": -30.504813712777029, "S21": -31.452435339782156, "W22": -31.362929213210297, "S22": -31.362929213210297, "W31": -70.0, "S31": -71.68227145485271, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106844.0, 503296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84465810835282906, "S11": -0.97524230079269147, "W12": -5.0, "S12": -8.6595241007634236, "W13": -21.598204829283532, "S13": -21.598204829283532, "W21": -27.743300082409384, "S21": -28.165266891432431, "W22": -38.248798523480865, "S22": -38.248798523480865, "W31": -70.0, "S31": -70.808520606861194, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106844.0, 507114.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0038801791142227, "S12": -9.4990517670544818, "W13": -14.001599041197663, "S13": -17.585337788291014, "W21": -40.0, "S21": -40.0, "W22": -36.428893033627858, "S22": -36.428893033627858, "W31": -70.0, "S31": -71.011959647666231, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106844.333333333328483, 515445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50560670434613142, "S11": -0.50560670434613142, "W12": -8.2207626703264385, "S12": -9.1168156898858257, "W13": -15.399956706049119, "S13": -16.772474323837105, "W21": -34.93657683700112, "S21": -35.395004876864874, "W22": -39.364529286803851, "S22": -39.364529286803851, "W31": -70.0, "S31": -70.682101524850253, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106844.5, 500141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93696428444858748, "S11": -4.3182599147447531, "W12": -5.8546747807672075, "S12": -14.968406694993298, "W13": -25.286688227896544, "S13": -25.286688227896544, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.861665885222251, "S31": -56.861665885222251, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106844.666666666671517, 508843.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5847169424762511, "S11": -4.1210906876548963, "W12": -8.1087601281327935, "S12": -8.5597044631485506, "W13": -22.856512301884365, "S13": -22.856512301884365, "W21": -30.879123715960656, "S21": -32.382226885925149, "W22": -40.431678601320691, "S22": -40.431678601320691, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106844.666666666671517, 510781.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7200049390220737, "S11": -2.7200049390220737, "W12": -10.606130078006281, "S12": -12.357406137094642, "W13": -26.489253341568737, "S13": -26.489253341568737, "W21": -39.04455590626646, "S21": -39.04455590626646, "W22": -39.518439601730961, "S22": -39.521695023191775, "W31": -71.149315117756217, "S31": -71.149315117756217, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106845.0, 512617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0420596815577661, "S11": -2.0420596815577658, "W12": -11.303134325859812, "S12": -14.213208718254355, "W13": -18.52299085871039, "S13": -19.772081529912796, "W21": -30.0, "S21": -30.0, "W22": -39.420013810189225, "S22": -39.420960652581634, "W31": -71.053243450890491, "S31": -71.34332821487078, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 504291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4520811455847256, "S11": -1.9168544474556173, "W12": -11.369434853716156, "S12": -14.73432297008566, "W13": -18.632180236095898, "S13": -19.724296522959339, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.257682447841887, "S22": -33.257682447841887, "W31": -70.0, "S31": -71.442177201459344, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 504442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59662807349910896, "S11": -1.4141274581902239, "W12": -9.1982161900145432, "S12": -14.303128554117974, "W13": -20.635940730530667, "S13": -20.635940730530667, "W21": -30.0, "S21": -30.0, "W22": -36.253224051232394, "S22": -38.534425638216277, "W31": -62.012267201896151, "S31": -62.012267201896151, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 504838.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22394169377183473, "S11": -2.2239416937718346, "W12": -6.7516393982517826, "S12": -15.62485583894178, "W13": -23.350530050633335, "S13": -23.350530050633335, "W21": -30.0, "S21": -30.0, "W22": -38.511092536715111, "S22": -38.511092536715111, "W31": -70.0, "S31": -70.791842229664638, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 505474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.072913942830404, "W13": -30.0, "S13": -30.0, "W21": -37.026763397405041, "S21": -37.026763397405041, "W22": -35.529122277907412, "S22": -38.638349834625679, "W31": -62.598727206327119, "S31": -62.598727206327119, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.0, 511566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91838138083155441, "S11": -0.91838138083155441, "W12": -6.1513446360713253, "S12": -6.8481161290512054, "W13": -23.30508670902833, "S13": -23.30508670902833, "W21": -30.0, "S21": -30.88084459209907, "W22": -40.0, "S22": -41.878220812772533, "W31": -80.0, "S31": -82.362950110706834, "W32": -97.829441733419273, "S32": -102.82944173341927 }, "geometry": { "type": "Point", "coordinates": [ 106846.5, 507590.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -12.047040365533091, "W13": -30.0, "S13": -30.0, "W21": -37.056251757723871, "S21": -37.056251757723871, "W22": -34.290399904536891, "S22": -38.863408023165533, "W31": -63.635478554561814, "S31": -63.635478554561814, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.5, 511569.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.449053972231773, "S22": -39.451480469412211, "W31": -71.204147049676095, "S31": -71.313189427108625, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106846.715384615381481, 530033.723076923051849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7559184679934157, "W12": -10.0, "S12": -11.0, "W13": -16.77605118985435, "S13": -19.972489051715232, "W21": -31.991958846201666, "S21": -32.312223563961808, "W22": -39.393463268124393, "S22": -39.393463268124393, "W31": -70.531538738075795, "S31": -71.064057676851121, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106847.0, 500396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77682663888239178, "S11": -3.1029659388589006, "W12": -5.2724408870997328, "S12": -14.560160280382508, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -36.454418799871739, "S22": -36.454418799871739, "W31": -70.0, "S31": -71.033151003548099, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106847.0, 509010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8689502625523691, "S12": -9.1558109641464416, "W13": -13.97665470762348, "S13": -13.97665470762348, "W21": -40.0, "S21": -40.0, "W22": -35.294079880152879, "S22": -38.152294955655933, "W31": -72.412969117289194, "S31": -73.604403192146123, "W32": -96.003058036399324, "S32": -101.00305803639932 }, "geometry": { "type": "Point", "coordinates": [ 106847.195121951226611, 515715.292682926810812 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9317136878330619, "S12": -9.3163627021776669, "W13": -13.983409525253249, "S13": -13.983409525253249, "W21": -40.0, "S21": -40.0, "W22": -39.367227087058296, "S22": -39.367227087058296, "W31": -70.0, "S31": -70.733937520714974, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106847.5, 515588.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.27635703363912401, "W12": -10.0, "S12": -10.0, "W13": -17.400472100036758, "S13": -19.911302833353201, "W21": -30.0, "S21": -30.0, "W22": -35.700563232841077, "S22": -35.700563232841077, "W31": -71.6433031754691, "S31": -71.6433031754691, "W32": -99.429862284598343, "S32": -104.42986228459834 }, "geometry": { "type": "Point", "coordinates": [ 106847.888888888890506, 500905.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -5.6745500531476347, "S12": -18.224268070363426, "W13": -23.896916332272838, "S13": -24.06929869246013, "W21": -30.0, "S21": -31.504861995926046, "W22": -34.696334548254789, "S22": -34.696334548254789, "W31": -70.0, "S31": -71.237265716607197, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106849.0, 506026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5506607551487415, "S11": -3.5506607551487415, "W12": -11.463395629834565, "S12": -11.463395629834565, "W13": -32.593606992428505, "S13": -33.021771063496573, "W21": -38.349252657661253, "S21": -38.349252657661253, "W22": -40.0, "S22": -43.66400170447524, "W31": -79.89249470549241, "S31": -81.80456719007644, "W32": -96.793926280575718, "S32": -101.79392628057572 }, "geometry": { "type": "Point", "coordinates": [ 106849.0, 512005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -4.077402745995423, "S11": -4.1477506155027468, "W12": -11.76470272711874, "S12": -11.76470272711874, "W13": -33.161499164932209, "S13": -34.161499164932209, "W21": -38.403827488952579, "S21": -38.403827488952579, "W22": -40.465579202641337, "S22": -40.465579202641337, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106849.0, 512084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.4775254590400886, "S12": -5.1033645164793784, "W13": -17.406348620513782, "S13": -17.406348620513782, "W21": -37.334261961135212, "S21": -37.334261961135212, "W22": -33.468749825920241, "S22": -39.251368029570827, "W31": -64.353869754197717, "S31": -64.353869754197717, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106849.4, 523137.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9812405029727609, "S11": -1.9812405029727609, "W12": -9.6983310960987801, "S12": -12.97499024412706, "W13": -19.581952429263893, "S13": -19.581952429263893, "W21": -39.496330736664511, "S21": -39.496330736664511, "W22": -38.88493028837383, "S22": -40.346870574888321, "W31": -78.128527460183193, "S31": -80.151730007279468, "W32": -98.418218472823256, "S32": -103.41821847282326 }, "geometry": { "type": "Point", "coordinates": [ 106849.5, 513006.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51799198598596496, "S11": -5.7369832980322233, "W12": -5.7369832980322233, "S12": -5.7369832980322233, "W13": -13.349773198427208, "S13": -14.359891965309684, "W21": -39.187953275718343, "S21": -42.187953275718343, "W22": -31.870491581671146, "S22": -40.621047460754212, "W31": -65.594015009694857, "S31": -65.594015009694857, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9222888648113106, "S12": -8.9131871731559116, "W13": -15.028051274443696, "S13": -15.2124360636899, "W21": -40.0, "S21": -40.0, "W22": -33.906162714723926, "S22": -38.906162714723926, "W31": -63.937937374331462, "S31": -63.937937374331462, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37382086883722254, "S11": 0.37382086883722254, "W12": -9.4828618266218694, "S12": -19.482861826621871, "W13": -21.075661439003952, "S13": -23.134652931747762, "W21": -40.900339165021791, "S21": -40.900339165021791, "W22": -35.792294247820486, "S22": -35.792294247820486, "W31": -72.201264947123263, "S31": -72.201264947123263, "W32": -99.410331705163671, "S32": -104.41033170516367 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24678129136487109, "S11": -0.24678129136487109, "W12": -7.0849006921456512, "S12": -7.7652949689538069, "W13": -15.0, "S13": -16.670618724410634, "W21": -36.503531020763397, "S21": -37.0182022855954, "W22": -37.964492554879712, "S22": -37.964492554879712, "W31": -70.0, "S31": -70.878760694245784, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56713477258436384, "S11": -0.56713477258436384, "W12": -7.0353448815779354, "S12": -7.0353448815779354, "W13": -16.719288478688124, "S13": -19.174668958114605, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.646138757363133, "S22": -41.259887640272865, "W31": -79.240069673734098, "S31": -81.410817966890178, "W32": -98.221931682165533, "S32": -103.22193168216553 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90827293521566799, "S11": -0.90827293521566799, "W12": -6.1102016954106979, "S12": -6.9234494244796974, "W13": -23.130129732592003, "S13": -23.130129732592003, "W21": -30.0, "S21": -30.749603759448707, "W22": -34.423769815727212, "S22": -38.788473316141463, "W31": -63.488000572207703, "S31": -63.488000572207703, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 507542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99891607306129115, "S11": -4.5075705870841425, "W12": -6.0632847430796479, "S12": -15.121668336461987, "W13": -25.402668161997763, "S13": -25.402668161997763, "W21": -30.0, "S21": -30.0, "W22": -37.613194045220325, "S22": -38.849029303637153, "W31": -76.354385534059176, "S31": -78.012636131928588, "W32": -98.739735444863882, "S32": -103.73973544486388 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 508784.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0622476585721259, "S11": -1.0622476585721259, "W12": -5.6759258075804189, "S12": -18.147469018273796, "W13": -22.497167214263825, "S13": -22.497167214263825, "W21": -30.0, "S21": -30.778003722711695, "W22": -40.0, "S22": -40.0, "W31": -56.786728073559061, "S31": -56.786728073559061, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 510397.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1486980320302447, "S11": -2.1486980320302447, "W12": -10.0, "S12": -11.12350732487997, "W13": -26.264497896446336, "S13": -26.264497896446336, "W21": -33.253212117877091, "S21": -33.253212117877091, "W22": -31.121030435486485, "S22": -31.121030435486485, "W31": -70.0, "S31": -71.713530378283238, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.0, 511082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8525500535855262, "S12": -14.521079306023228, "W13": -24.233488370646814, "S13": -24.233488370646814, "W21": -30.0, "S21": -30.0, "W22": -36.579488112070095, "S22": -36.579488112070095, "W31": -70.0, "S31": -71.046448519118044, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106850.5, 509354.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0123992602320921, "S12": -5.0123992602320921, "W13": -19.039316095606932, "S13": -19.039316095606932, "W21": -35.039693869892787, "S21": -35.039693869892787, "W22": -30.0, "S22": -30.564862318995498, "W31": -70.0, "S31": -71.901613804281965, "W32": -94.402165603761517, "S32": -99.402165603761517 }, "geometry": { "type": "Point", "coordinates": [ 106851.0, 522327.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.343503764471038, "S13": -19.968302286571092, "W21": -30.0, "S21": -30.0, "W22": -36.759464226183717, "S22": -36.943162456929542, "W31": -75.313319080071636, "S31": -76.626919629739632, "W32": -98.937388617786397, "S32": -103.9373886177864 }, "geometry": { "type": "Point", "coordinates": [ 106851.714285714289872, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7028747139588103, "S11": -3.7201912086325786, "W12": -11.539354779515556, "S12": -11.539354779515556, "W13": -32.765327218807663, "S13": -33.429745585408419, "W21": -38.355297338342261, "S21": -38.355297338342261, "W22": -31.072809886136806, "S22": -31.072809886136806, "W31": -70.0, "S31": -71.717947037538082, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106851.75, 512025.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82122116594304428, "S11": -0.82122116594304428, "W12": -5.3750358680057397, "S12": -8.8390858986994161, "W13": -21.860007942811755, "S13": -21.860007942811755, "W21": -28.6646629090773, "S21": -28.6646629090773, "W22": -31.15048810101997, "S22": -31.15048810101997, "W31": -70.0, "S31": -71.716994424757644, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106852.0, 507193.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2021371510917578, "S11": 2.2021371510917578, "W12": -4.5961434207504039, "S12": -4.5961434207504039, "W13": -17.768371592857562, "S13": -17.768371592857562, "W21": -36.941230929867075, "S21": -36.941230929867075, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106852.4, 522958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57194794306508379, "S11": -0.57194794306508379, "W12": -7.0153413483849878, "S12": -7.0153413483849878, "W13": -16.705650580209806, "S13": -19.135247120627088, "W21": -30.0, "S21": -30.0, "W22": -39.998004977207962, "S22": -39.998004977207962, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106852.727272727279342, 501563.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5, "S11": -2.0386819484240686, "W12": -11.252407777575868, "S12": -14.52474368304758, "W13": -18.696984909334308, "S13": -19.566061651961594, "W21": -30.0, "S21": -30.0, "W22": -39.42100975953209, "S22": -39.42100975953209, "W31": -70.765791586952162, "S31": -71.196430624870729, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.0, 504458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1017701290719115, "S11": -2.1017701290719115, "W12": -9.9916559975277046, "S12": -10.996172493896042, "W13": -25.860730681193331, "S13": -25.860730681193331, "W21": -33.077748496013676, "S21": -33.077748496013676, "W22": -31.880519534833518, "S22": -31.880519534833518, "W31": -70.0, "S31": -71.669903203925017, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.0, 511058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6441987177307666, "S12": -8.6441987177307666, "W13": -13.932029146382286, "S13": -23.932029146382284, "W21": -40.458794704584214, "S21": -40.458794704584214, "W22": -40.499479803962018, "S22": -40.499479803962018, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.0, 516165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5660964629003455, "S11": -3.5660964629003455, "W12": -11.259340492351333, "S12": -12.196644314652307, "W13": -30.011374375121839, "S13": -38.876568988532057, "W21": -38.876568988532057, "S21": -38.876568988532057, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.5, 512421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.08991198996502, "S11": -2.08991198996502, "W12": -9.6888598366931209, "S12": -12.773776528974388, "W13": -20.526603539623494, "S13": -20.526603539623494, "W21": -39.435056217153857, "S21": -39.435056217153857, "W22": -31.9694994942924, "S22": -40.557366702938381, "W31": -65.442702318875931, "S31": -65.442702318875931, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.5, 512962.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0965991348818895, "S11": -2.0965991348819024, "W12": -9.9899015679955347, "S12": -10.972104879580018, "W13": -25.813310145224108, "S13": -25.813310145224108, "W21": -33.061637655104974, "S21": -33.061637655104974, "W22": -34.557139726917256, "S22": -38.71353860911735, "W31": -63.340522589853755, "S31": -63.340522589853755, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106853.833333333328483, 511055.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63480405874178214, "S11": -0.63480405874178214, "W12": -4.4462399230053942, "S12": -16.070156359720134, "W13": -22.647123563518431, "S13": -22.647123563518431, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -34.70525836858878, "S22": -38.684779201040826, "W31": -63.215247344374234, "S31": -63.215247344374234, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106854.0, 509730.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76973425494924586, "S11": -1.1374904983201841, "W12": -4.3314540952890797, "S12": -16.573083436960676, "W13": -21.440337221824102, "S13": -21.440337221824102, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -34.853377010260303, "S22": -38.656019792964294, "W31": -63.089972098894719, "S31": -63.089972098894719, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106854.0, 510157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0983238698826536, "S12": -9.7456594658015732, "W13": -13.984477297571475, "S13": -25.953478918940569, "W21": -40.0, "S21": -40.0, "W22": -35.001495651931819, "S22": -38.627260384887762, "W31": -62.964696853415198, "S31": -62.964696853415198, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106854.0, 515250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71361818184929771, "S11": -0.71361818184929771, "W12": -5.0, "S12": -5.0, "W13": -17.261150357876733, "S13": -20.247379550645682, "W21": -30.0, "S21": -30.0, "W22": -35.149614293603342, "S22": -38.598500976811238, "W31": -62.839421607935677, "S31": -62.839421607935677, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106854.166666666671517, 502348.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79473280636567578, "S11": -0.79473280636567578, "W12": -4.8965749094217905, "S12": -9.4993674389759661, "W13": -15.586536675157621, "S13": -17.581286948477622, "W21": -40.0, "S21": -40.392608180063718, "W22": -35.297732935274865, "S22": -38.569741568734713, "W31": -62.714146362456162, "S31": -62.714146362456162, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106854.75, 497829.75 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -14.279020908837468, "S13": -14.279020908837468, "W21": -46.0, "S21": -46.0, "W22": -30.965322162862229, "S22": -30.965322162862229, "W31": -70.0, "S31": -71.7254813386199, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106855.0, 526123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1982853737872246, "S11": -2.1675899883919687, "W12": -6.2681989774957767, "S12": -14.569054333717931, "W13": -22.356771717702721, "S13": -22.356771717702721, "W21": -30.0, "S21": -31.194226568972383, "W22": -35.69584809058501, "S22": -36.336383733014749, "W31": -70.6866444511586, "S31": -70.6866444511586, "W32": -99.99669456052834, "S32": -104.99669456052834 }, "geometry": { "type": "Point", "coordinates": [ 106856.0, 510507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53794739574937334, "W12": -8.2896401449577244, "S12": -14.998690032265145, "W13": -21.812172703765555, "S13": -21.812172703765555, "W21": -30.0, "S21": -30.0, "W22": -35.644636517474972, "S22": -37.67333340421785, "W31": -69.29124695602782, "S31": -69.29124695602782, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106856.666666666671517, 505082.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.379808533028967, "S13": -19.957705621883999, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.129519251265975, "W31": -80.0, "S31": -82.473056257901391, "W32": -97.592443528834053, "S32": -102.59244352883405 }, "geometry": { "type": "Point", "coordinates": [ 106857.0, 500938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6923099874847676, "S12": -8.6923099874847676, "W13": -13.924362533519487, "S13": -21.215730523388462, "W21": -40.323963165749241, "S21": -40.323963165749241, "W22": -36.378504553822395, "S22": -36.378504553822395, "W31": -70.0, "S31": -71.093310261690462, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106857.568181818176527, 516065.840909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25596513470675569, "S11": -0.25596513470675569, "W12": -5.0, "S12": -13.376230899829812, "W13": -22.202480141365072, "S13": -23.234979114839621, "W21": -30.0, "S21": -32.688903894398649, "W22": -35.865765737672227, "S22": -35.865765737672227, "W31": -71.881830433936614, "S31": -71.881830433936614, "W32": -99.47576955896794, "S32": -104.47576955896794 }, "geometry": { "type": "Point", "coordinates": [ 106857.8, 506222.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30248899928733614, "S11": 0.30248899928733614, "W12": -8.294213899676814, "S12": -18.294213899676812, "W13": -18.294213899676812, "S13": -18.294213899676812, "W21": -40.585566238587276, "S21": -40.585566238587276, "W22": -30.309968964149313, "S22": -30.566987099918368, "W31": -70.0, "S31": -71.94922798100049, "W32": -94.424104830770801, "S32": -99.424104830770801 }, "geometry": { "type": "Point", "coordinates": [ 106858.0, 498685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1, "S11": -0.1, "W12": -5.9670359888215163, "S12": -20.441197999994699, "W13": -23.931999801129443, "S13": -23.931999801129443, "W21": -30.0, "S21": -30.331566295229738, "W22": -35.390171477488565, "S22": -38.0602411467544, "W31": -72.498824673745645, "S31": -73.784801403690537, "W32": -96.028659116717321, "S32": -101.02865911671732 }, "geometry": { "type": "Point", "coordinates": [ 106858.0, 505861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46894801669852171, "S11": -0.46894801669852171, "W12": -4.9424066017862121, "S12": -9.2521166484230797, "W13": -15.0, "S13": -15.399913686381694, "W21": -40.031270951488857, "S21": -40.031270951488857, "W22": -30.467723492723493, "S22": -30.701848608724752, "W31": -70.0, "S31": -71.810016114608132, "W32": -94.72481088749069, "S32": -99.72481088749069 }, "geometry": { "type": "Point", "coordinates": [ 106858.142857142855064, 498111.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.031453634085213025, "S11": 0.031453634085213025, "W12": -6.1015330699991148, "S12": -19.06106089461969, "W13": -23.760926460600576, "S13": -23.760926460600576, "W21": -30.0, "S21": -30.0, "W22": -39.132794978137071, "S22": -40.686111540184854, "W31": -78.430220527373777, "S31": -80.538435354062401, "W32": -98.390409876315871, "S32": -103.39040987631587 }, "geometry": { "type": "Point", "coordinates": [ 106859.0, 505787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.587733011203294, "W13": -30.0, "S13": -30.0, "W21": -37.430625684621468, "S21": -37.430625684621468, "W22": -32.723404685182189, "S22": -32.723404685182189, "W31": -70.0, "S31": -71.552065015849095, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106859.0, 511610.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -4.029742411002621, "S11": -4.029742411002621, "W12": -11.615793739236146, "S12": -12.105030635108278, "W13": -31.730569561220666, "S13": -38.470996456419094, "W21": -38.653362534306524, "S21": -38.653362534306524, "W22": -36.306083425430693, "S22": -38.417443642659627, "W31": -61.892165933874146, "S31": -61.892165933874146, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106859.0, 512314.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8613611090844513, "S12": -5.8613611090844513, "W13": -20.0, "S13": -20.0, "W21": -43.613988047350858, "S21": -43.613988047350858, "W22": -40.0, "S22": -40.0, "W31": -56.711790261895473, "S31": -56.711790261895473, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106859.428571428565192, 521043.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0904844646091707, "S12": -5.0971180701542487, "W13": -15.0, "S13": -15.0, "W21": -38.298658596904659, "S21": -38.298658596904659, "W22": -35.940077922783928, "S22": -35.940077922783928, "W31": -72.288539812638547, "S31": -72.343886749213326, "W32": -99.500047108940237, "S32": -104.50004710894024 }, "geometry": { "type": "Point", "coordinates": [ 106859.5, 524325.625 ] } }, +{ "type": "Feature", "properties": { "W11": -1.46, "S11": -5.46, "W12": -7.46, "S12": -7.46, "W13": -22.16, "S13": -22.16, "W21": -30.459999, "S21": -32.459999, "W22": -40.533380405282706, "S22": -40.533380405282706, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0933644947197347, "S12": -9.7362550249718147, "W13": -13.966092146916189, "S13": -25.36788939333681, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -43.326656446332109, "W31": -80.0, "S31": -82.191174047373835, "W32": -97.009824141423437, "S32": -102.00982414142344 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 515257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0525501132594608, "S11": -1.0525501132594608, "W12": -6.3300742841445841, "S12": -8.1060552102396226, "W13": -24.908165966942832, "S13": -24.908165966942832, "W21": -30.0, "S21": -30.0, "W22": -32.147662632271846, "S22": -41.635038206599752, "W31": -65.29138962805699, "S31": -65.29138962805699, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106860.142857142855064, 508029.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83023863636363648, "S11": -0.89922373369701269, "W12": -4.5613783123661671, "S12": -20.013882550436627, "W13": -21.705806138252893, "S13": -21.705806138252893, "W21": -30.0, "S21": -30.054326307521816, "W22": -40.569897837523754, "S22": -40.569897837523754, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106860.5, 510204.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6195500566603904, "S12": -5.6195500566603904, "W13": -20.0, "S13": -20.0, "W21": -42.668060185762933, "S21": -42.668060185762933, "W22": -39.399139594792658, "S22": -39.399139594792658, "W31": -70.0, "S31": -70.70609177966378, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106860.875, 521409.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6050486486486486, "S11": -0.6050486486486486, "W12": -6.7329423809648397, "S12": -6.7329423809648397, "W13": -16.672188536272678, "S13": -18.92034027998114, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.385688052002664, "S22": -39.385688052002664, "W31": -70.0, "S31": -70.806626615388467, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106861.0, 501602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7972757250344307, "S12": -5.7972757250344307, "W13": -20.0, "S13": -20.0, "W21": -43.779181013676634, "S21": -43.779181013676634, "W22": -40.606415269764739, "S22": -40.606415269764739, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106861.0, 521140.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5936265055045498, "S12": -4.6097036759225558, "W13": -17.760306190134809, "S13": -17.760306190134809, "W21": -36.918928276195288, "S21": -36.918928276195288, "W22": -36.730083190512325, "S22": -36.730083190512325, "W31": -70.0, "S31": -71.080937390569844, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106861.0, 522963.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.259102630256546, "S12": -5.259102630256546, "W13": -19.792063612310013, "S13": -19.792063612310013, "W21": -34.651534781519238, "S21": -34.651534781519238, "W22": -35.509677944354024, "S22": -35.509677944354024, "W31": -70.0, "S31": -71.219107179073873, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106861.6, 521955.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1516519754921206, "S11": -1.4919572923996824, "W12": -6.0092397977815315, "S12": -16.03579616271589, "W13": -22.326578131160467, "S13": -22.326578131160467, "W21": -30.0, "S21": -31.046176150974254, "W22": -39.967891489704655, "S22": -39.967891489704655, "W31": -57.353457384083875, "S31": -57.353457384083875, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106862.0, 510467.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13847117794486216, "S11": -0.63847117794486219, "W12": -6.4251410114636665, "S12": -16.009864515403468, "W13": -23.455433897591465, "S13": -23.455433897591465, "W21": -30.0, "S21": -30.0, "W22": -38.36810464070993, "S22": -38.36810464070993, "W31": -59.366238382407346, "S31": -59.366238382407346, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106863.0, 505608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9696320090317726, "S11": -0.9696320090317726, "W12": -4.8787217184611311, "S12": -12.726421704971315, "W13": -20.507020064809549, "S13": -21.669933450636321, "W21": -28.265970444976475, "S21": -32.113573881865776, "W22": -40.0, "S22": -43.659167591221376, "W31": -80.0, "S31": -82.068289074396048, "W32": -96.872663658963262, "S32": -101.87266365896326 }, "geometry": { "type": "Point", "coordinates": [ 106863.0, 506443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76534531325774735, "S11": -0.79103912120035058, "W12": -4.1791577541220466, "S12": -18.089707100050965, "W13": -21.6302784056241, "S13": -21.6302784056241, "W21": -30.0, "S21": -30.0, "W22": -40.642459416558964, "S22": -40.642459416558964, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106863.0, 509973.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78743195838707858, "S11": -1.0561138598430615, "W12": -4.3724170235546032, "S12": -17.747998025836356, "W13": -21.503212011358098, "S13": -21.503212011358098, "W21": -30.0, "S21": -30.0, "W22": -38.07631374256998, "S22": -39.454664993592331, "W31": -76.941846730778963, "S31": -78.732393664821799, "W32": -98.667610629557032, "S32": -103.66761062955703 }, "geometry": { "type": "Point", "coordinates": [ 106863.25, 510169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71308906013628726, "S11": -0.71308906013628726, "W12": -5.0, "S12": -5.0, "W13": -17.246039183991918, "S13": -20.136480003240727, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.452622859364453, "S22": -39.453573927901509, "W31": -70.955520054097491, "S31": -71.283885527454828, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106863.428571428565192, 502319.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0232842745160775, "S11": -1.0232842745160775, "W12": -4.9439118811338583, "S12": -9.5581499922356272, "W13": -15.292140614175587, "S13": -16.774776663584767, "W21": -40.0, "S21": -41.206812587671706, "W22": -34.32141257395832, "S22": -38.6569662733055, "W31": -63.467525934639141, "S31": -63.467525934639141, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 497549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3602206050702355, "S11": -2.0384058831603662, "W12": -10.82536798110122, "S12": -14.13907235837576, "W13": -18.94929785661493, "S13": -18.94929785661493, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.542487487211574, "S22": -38.463644422649018, "W31": -62.465775720061302, "S31": -62.465775720061302, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 504515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93805249284953174, "S11": -0.93805249284953174, "W12": -5.0, "S12": -20.16883465650649, "W13": -22.051046113993188, "S13": -22.051046113993188, "W21": -30.0, "S21": -30.385031686087171, "W22": -40.673423042936619, "S22": -40.673423042936619, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 510292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.344745476477684, "S11": -0.344745476477684, "W12": -9.9454650401547227, "S12": -12.463969887834235, "W13": -14.928127941076179, "S13": -33.080062800477059, "W21": -40.237034000621016, "S21": -40.237034000621016, "W22": -39.079455105155901, "S22": -39.079455105155901, "W31": -70.0, "S31": -70.850452456894487, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 514641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39617611580217127, "S11": -0.39617611580217127, "W12": -9.5915363535302181, "S12": -10.553289865405501, "W13": -14.373680836236934, "S13": -31.513906936182615, "W21": -40.0, "S21": -40.0, "W22": -40.204638373657154, "S22": -40.204638373657154, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 514845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.00570082128641, "S22": -40.00570082128641, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.0, 530028.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999997118, "S11": -1.7999999999997118, "W12": -5.5302143074849681, "S12": -5.5302143074849681, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -41.398134730332842, "S21": -41.398134730332842, "W22": -39.919825768027053, "S22": -39.919825768027053, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106864.571428571434808, 521545.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52256472214500749, "S11": -5.7915259336087281, "W12": -5.7915259336087281, "S12": -5.7915259336087281, "W13": -13.409832144661104, "S13": -14.40603693714063, "W21": -39.237282555150259, "S21": -42.237282555150259, "W22": -39.594449218229016, "S22": -39.594449218229016, "W31": -70.863950627785997, "S31": -70.863950627785997, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106865.453125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5601257068993377, "S11": -6.4735509489804146, "W12": -10.880611352436574, "S12": -12.042745142350229, "W13": -18.848478065208909, "S13": -20.280052402848497, "W21": -30.0, "S21": -30.387037384411219, "W22": -39.457422098916396, "S22": -39.458533467201214, "W31": -70.983069948176833, "S31": -71.29356635563947, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106866.0, 503996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5598283752860409, "S11": -2.5598283752860409, "W12": -10.827937440009034, "S12": -10.827937440009034, "W13": -31.572443243682283, "S13": -31.572443243682283, "W21": -38.186470191945375, "S21": -38.186470191945375, "W22": -39.404877009893013, "S22": -39.404877009893013, "W31": -70.0, "S31": -70.703210609512197, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106866.0, 511842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7383180778034051, "S11": -2.7383180778034051, "W12": -10.927728530291999, "S12": -10.927728530291999, "W13": -31.766459270430762, "S13": -31.766459270430762, "W21": -38.202942227166623, "S21": -38.202942227166623, "W22": -36.714784898604101, "S22": -36.714784898604101, "W31": -70.0, "S31": -71.095924811561744, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106866.571428571434808, 511868.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.9488510720126353, "W12": -5.0589899975604116, "S12": -5.353071093520863, "W13": -14.363960606161021, "S13": -16.299881658346955, "W21": -40.0, "S21": -42.220441171098692, "W22": -33.4745588565251, "S22": -33.4745588565251, "W31": -70.0, "S31": -71.458007305851439, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106866.866666666668607, 497297.066666666651145 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89074301777802711, "S11": -0.89074301777802711, "W12": -4.7913025294432545, "S12": -20.098717893917314, "W13": -21.884210805847001, "S13": -21.884210805847001, "W21": -29.999999999999996, "S21": -30.23689250400783, "W22": -36.487348991157745, "S22": -37.406080995286608, "W31": -75.153097219420246, "S31": -76.387063119090897, "W32": -99.01534235644354, "S32": -104.01534235644354 }, "geometry": { "type": "Point", "coordinates": [ 106867.0, 510252.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9167480372487853, "S11": -1.9905142744499629, "W12": -9.7412000998483066, "S12": -10.236822099109663, "W13": -24.526632759781659, "S13": -24.526632759781659, "W21": -32.399875774161664, "S21": -32.399875774161664, "W22": -36.022824222565404, "S22": -36.022824222565404, "W31": -72.356228878253987, "S31": -72.457236411645866, "W32": -99.525300481589099, "S32": -104.5253004815891 }, "geometry": { "type": "Point", "coordinates": [ 106867.0, 510964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9185100682557571, "S11": -4.2423018783411139, "W12": -5.7273808962202342, "S12": -14.902456467302303, "W13": -25.271995830286432, "S13": -25.271995830286432, "W21": -30.0, "S21": -30.0, "W22": -40.704386669314317, "S22": -40.704386669314317, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106867.5, 508880.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1050185771970165, "S11": -1.1050185771970165, "W12": -5.7679118251767854, "S12": -17.520169198823353, "W13": -22.296384544618217, "S13": -22.296384544618217, "W21": -30.0, "S21": -30.898125732976126, "W22": -31.387053889428525, "S22": -31.387053889428525, "W31": -70.0, "S31": -71.745631029898462, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106868.0, 510427.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0049172571349052, "S11": -2.0049172571349052, "W12": -9.9598058584609959, "S12": -10.557529913613033, "W13": -24.98478259000845, "S13": -24.98478259000845, "W21": -32.772091413711742, "S21": -32.772091413711742, "W22": -32.325825770251299, "S22": -42.712709710261123, "W31": -65.140076937238049, "S31": -65.140076937238049, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106868.0, 511011.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5073705794848697, "S12": -4.9802782166677817, "W13": -17.496574842576742, "S13": -17.496574842576742, "W21": -37.263740235845738, "S21": -37.263740235845738, "W22": -36.029522879020895, "S22": -36.029522879020895, "W31": -72.120357692404099, "S31": -72.120357692404099, "W32": -99.548325832954873, "S32": -104.54832583295487 }, "geometry": { "type": "Point", "coordinates": [ 106869.6, 523094.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80937540434495558, "S11": -1.2473571632438782, "W12": -4.2160701910329035, "S12": -14.488406031479114, "W13": -21.191866760784063, "S13": -21.191866760784063, "W21": -30.0, "S21": -30.0, "W22": -32.049520975936325, "S22": -41.909878997738204, "W31": -66.798439618134992, "S31": -66.798439618134992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106869.75, 510121.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9142837540340087, "S12": -9.1074036364936752, "W13": -15.349939648685098, "S13": -16.467209507578335, "W21": -40.0, "S21": -40.224432629174999, "W22": -40.202485259319808, "S22": -40.202485259319808, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106870.0, 497913.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0688273051325712, "S11": -1.0688273051325712, "W12": -6.3966004452136849, "S12": -8.8698452269973664, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.636852450231999, "S31": -56.636852450231999, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106870.0, 508055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5358838672768873, "S11": -3.5358838672768873, "W12": -11.370100502512562, "S12": -11.370100502512562, "W13": -32.635826581899053, "S13": -33.092585783179217, "W21": -38.273450791874581, "S21": -38.273450791874581, "W22": -40.0, "S22": -40.0, "W31": -69.023018260687053, "S31": -69.023018260687053, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106870.0, 511985.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96791931078844939, "S11": -0.96791931078844939, "W12": -6.2434541028706869, "S12": -6.2434541028706869, "W13": -20.0, "S13": -24.064115983688819, "W21": -40.64613475870609, "S21": -40.64613475870609, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106870.454545454544132, 520466.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5033169887510813, "W12": -5.0, "S12": -6.9983570745492765, "W13": -14.833130426956073, "S13": -16.855236941864554, "W21": -40.0, "S21": -41.751946061692983, "W22": -39.429953017833334, "S22": -39.429953017833334, "W31": -70.44622910629127, "S31": -71.010024654871998, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106871.0, 497388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98029451821586666, "S11": -0.98029451821586666, "W12": -4.8880183114710807, "S12": -12.773489780511955, "W13": -20.527118058800401, "S13": -21.650346405257093, "W21": -28.315365082257021, "S21": -32.125882380134804, "W22": -37.069263693970896, "S22": -37.069263693970896, "W31": -70.0, "S31": -71.073538582841053, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106871.0, 506443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.098182861874843, "S12": -11.220870514353781, "W13": -30.254140145253459, "S13": -30.254140145253459, "W21": -37.804999611518603, "S21": -37.804999611518603, "W22": -39.37887365529533, "S22": -41.023566492876405, "W31": -78.731913594564347, "S31": -80.908825100006169, "W32": -98.362601279808501, "S32": -103.3626012798085 }, "geometry": { "type": "Point", "coordinates": [ 106871.5, 511651.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.063110875721670429, "S11": 0.063110875721670429, "W12": -7.9700217199322152, "S12": -11.327624755851375, "W13": -14.996778236634848, "S13": -17.529894483277044, "W21": -40.103746084190675, "S21": -40.103746084190675, "W22": -39.406049002486419, "S22": -39.406049002486419, "W31": -70.0, "S31": -70.758450381661987, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106872.0, 499577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63623243243243244, "S11": -0.63623243243243244, "W12": -6.4305398803517431, "S12": -6.4305398803517431, "W13": -16.744258897173101, "S13": -18.845857055673594, "W21": -30.0, "S21": -30.0, "W22": -33.177815628834352, "S22": -39.747826378195946, "W31": -64.405191231354436, "S31": -64.405191231354436, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106872.0, 501644.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6364636830520913, "W12": -5.544980856157891, "S12": -15.760178244106836, "W13": -23.677727168675439, "S13": -24.086189844211326, "W21": -30.0, "S21": -31.792501934304049, "W22": -39.45365685322097, "S22": -39.454057361244004, "W31": -70.803666225990199, "S31": -71.214302476169649, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106872.0, 506082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80497554613628974, "S11": -0.80497554613628974, "W12": -6.1576571406710272, "S12": -6.542063942786716, "W13": -18.677422126423977, "S13": -20.029480537249956, "W21": -30.673418677576986, "S21": -31.516601921582357, "W22": -38.893508892843968, "S22": -40.453264309646556, "W31": -78.046702322154616, "S31": -80.05040825900663, "W32": -98.487990669981286, "S32": -103.48799066998129 }, "geometry": { "type": "Point", "coordinates": [ 106873.0, 503310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53647529477821454, "W12": -8.4613143134131974, "S12": -15.103469414854292, "W13": -21.554528292753766, "S13": -21.554528292753766, "W21": -30.0, "S21": -30.0, "W22": -39.428016849856924, "S22": -39.428016849856924, "W31": -70.336212489585662, "S31": -70.94647820593967, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106873.0, 505044.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9361731194841387, "S11": -1.9361731194841387, "W12": -9.7878771117414338, "S12": -13.040609586835004, "W13": -19.553601623266825, "S13": -19.553601623266825, "W21": -39.466085551458796, "S21": -39.466085551458796, "W22": -36.232096274339092, "S22": -36.250514228996749, "W31": -74.597751231641766, "S31": -75.597751231641766, "W32": -99.155010281435096, "S32": -104.1550102814351 }, "geometry": { "type": "Point", "coordinates": [ 106873.0, 513026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.93619283557620325, "W12": -9.0990725480692216, "S12": -14.715907824062143, "W13": -20.768909372846217, "S13": -20.768909372846217, "W21": -30.0, "S21": -30.0, "W22": -36.0573680655381, "S22": -36.0573680655381, "W31": -71.86439585390049, "S31": -71.86439585390049, "W32": -99.577353753990295, "S32": -104.57735375399029 }, "geometry": { "type": "Point", "coordinates": [ 106873.333333333328483, 504875.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95124739919241774, "S11": -0.95124739919241774, "W12": -5.0276022943210492, "S12": -20.189928785198706, "W13": -22.06261547344111, "S13": -22.06261547344111, "W21": -30.0, "S21": -30.419458700493852, "W22": -39.417056441439428, "S22": -39.417056441439428, "W31": -70.0, "S31": -70.708181950997073, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106873.5, 510300.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0583851789019125, "S11": -1.0583851789019125, "W12": -5.5277962913927912, "S12": -19.005754673751564, "W13": -22.266190958075963, "S13": -22.266190958075963, "W21": -30.000000000000004, "S21": -30.750075314978002, "W22": -40.0, "S22": -43.16464079216825, "W31": -80.0, "S31": -82.477703398558191, "W32": -97.143550317650309, "S32": -102.14355031765031 }, "geometry": { "type": "Point", "coordinates": [ 106874.0, 510387.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4517305387471133, "S11": -1.9517305387471133, "W12": -11.230238051971652, "S12": -14.437979047292632, "W13": -18.672246858832224, "S13": -19.577525008966134, "W21": -30.0, "S21": -30.0, "W22": -32.503988908230745, "S22": -42.979296418626163, "W31": -64.988764246419123, "S31": -64.988764246419123, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106875.0, 504463.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.031567080045095827, "S11": -0.10098917472225734, "W12": -6.02356392089035, "S12": -20.18320416822031, "W13": -23.725743804897142, "S13": -23.725743804897142, "W21": -30.0, "S21": -30.0, "W22": -32.994919582822121, "S22": -40.574348957768237, "W31": -64.549278006102952, "S31": -64.549278006102952, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106875.0, 505820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5758981837873414, "S12": -5.5758981837873414, "W13": -20.0, "S13": -20.0, "W21": -42.098277265731106, "S21": -42.098277265731106, "W22": -30.678754249635745, "S22": -30.678754249635745, "W31": -70.0, "S31": -71.792363490259945, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106875.833333333328483, 521477.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9406014482722318, "S12": -9.4828853742037609, "W13": -15.000000000000002, "S13": -15.21020902679717, "W21": -40.0, "S21": -40.0, "W22": -36.079357527880575, "S22": -36.079357527880575, "W31": -71.877777684931303, "S31": -71.877777684931303, "W32": -99.586744255518099, "S32": -104.5867442555181 }, "geometry": { "type": "Point", "coordinates": [ 106875.857142857144936, 498067.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35447466827503099, "S11": -0.3544746682750311, "W12": -9.852636418608606, "S12": -11.799109275157573, "W13": -14.838914160358291, "S13": -32.740268440188068, "W21": -40.138808252205529, "S21": -40.138808252205529, "W22": -36.880678268954561, "S22": -36.880678268954561, "W31": -70.0, "S31": -71.115426262021657, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106876.333333333328483, 514688.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.055806087936865888, "S11": -0.19419391206313411, "W12": -5.9719036638607399, "S12": -20.867155060508786, "W13": -23.770361044998143, "S13": -23.770361044998143, "W21": -30.0, "S21": -30.186430449480397, "W22": -32.816279581015742, "S22": -32.816279581015742, "W31": -70.0, "S31": -71.571759974902747, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106877.0, 505847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7190634418272523, "W12": -10.0, "S12": -10.953053770527818, "W13": -17.443062584273758, "S13": -19.980834690564105, "W21": -30.0, "S21": -30.0, "W22": -35.541210775527752, "S22": -37.923694928648956, "W31": -72.636751236119125, "S31": -73.95735961846573, "W32": -96.068513642083303, "S32": -101.0685136420833 }, "geometry": { "type": "Point", "coordinates": [ 106877.5, 500595.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2288570778065904, "S11": -3.1591762857817764, "W12": -11.198094343692521, "S12": -13.052010122137139, "W13": -18.648772293944763, "S13": -20.09521615006668, "W21": -30.0, "S21": -30.0, "W22": -31.920828881333978, "S22": -31.920828881333978, "W31": -70.0, "S31": -71.692191823796662, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106877.909090909088263, 504104.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -2.064489466925326, "S11": -2.064489466925326, "W12": -9.7791716273689104, "S12": -12.816022297266031, "W13": -20.614023221733738, "S13": -20.614023221733738, "W21": -39.396609149198227, "S21": -39.396609149198227, "W22": -36.142406862803092, "S22": -36.142406862803092, "W31": -72.350717776268482, "S31": -72.435965268989378, "W32": -99.578279831011784, "S32": -104.57827983101178 }, "geometry": { "type": "Point", "coordinates": [ 106878.0, 512977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40250753920386007, "S11": -0.40250753920386007, "W12": -9.5292183797106205, "S12": -10.466262385588633, "W13": -14.214211149825783, "S13": -31.275527180515624, "W21": -40.0, "S21": -40.0, "W22": -35.464706610369902, "S22": -35.464706610369902, "W31": -70.0, "S31": -71.28378340170174, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106878.5, 514880.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88339198840217459, "S11": -1.1588310872949261, "W12": -5.0934959349592273, "S12": -8.7837199988021553, "W13": -21.737007998008711, "S13": -21.737007998008711, "W21": -28.120425256778535, "S21": -28.120425256778535, "W22": -32.812023536809775, "S22": -41.40087153734148, "W31": -64.693364780851667, "S31": -64.693364780851667, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106879.0, 507145.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84701204050007339, "S11": -0.84701204050007339, "W12": -5.6125538020086081, "S12": -8.9628389974250187, "W13": -21.991064336775221, "S13": -21.991064336775221, "W21": -29.081059765511807, "S21": -29.081059765511807, "W22": -30.5, "S22": -30.5, "W31": -70.0, "S31": -71.824934007871533, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106879.5, 507227.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.060797590857162909, "S11": -0.060797590857162909, "W12": -7.0421982533102589, "S12": -8.9116272533985121, "W13": -15.0, "S13": -17.216610378603015, "W21": -40.0, "S21": -40.330329670329668, "W22": -40.0, "S22": -41.953963135189809, "W31": -80.0, "S31": -82.43546658820533, "W32": -98.007485498572876, "S32": -103.00748549857288 }, "geometry": { "type": "Point", "coordinates": [ 106880.0, 499692.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0117517806068084, "S11": -1.0117517806068084, "W12": -5.2876807576087979, "S12": -20.304918374890054, "W13": -22.23599737153371, "S13": -22.23599737153371, "W21": -30.0, "S21": -30.60202489697987, "W22": -36.148703199070418, "S22": -36.148703199070418, "W31": -72.243718835912006, "S31": -72.243718835912006, "W32": -99.600335611672733, "S32": -104.60033561167273 }, "geometry": { "type": "Point", "coordinates": [ 106880.0, 510348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5368849728055325, "S11": -1.5368849728055325, "W12": -5.9871816758274727, "S12": -5.9871816758274727, "W13": -20.0, "S13": -20.0, "W21": -43.730142608171548, "S21": -43.730142608171548, "W22": -40.0, "S22": -40.0, "W31": -56.561914638568418, "S31": -56.561914638568418, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106880.25, 520855.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5013009809653739, "S11": -0.5013009809653739, "W12": -7.5253887199495084, "S12": -8.3131700704318234, "W13": -15.311726141522744, "S13": -16.522303991298205, "W21": -34.915523426161727, "S21": -35.277847142492476, "W22": -30.997939477872318, "S22": -30.997939477872318, "W31": -70.0, "S31": -71.780470735829013, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106881.0, 500120.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047463359639233406, "S11": -0.19047523685199466, "W12": -5.9711925640046593, "S12": -20.97119256400466, "W13": -23.740210145544228, "S13": -23.740210145544228, "W21": -30.0, "S21": -30.162586703393018, "W22": -32.25, "S22": -32.25, "W31": -70.0, "S31": -71.65226486711903, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106881.0, 505845.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60868908812888889, "S11": -0.60868908812888889, "W12": -4.4581942241320798, "S12": -15.774427465484067, "W13": -22.798696555395608, "S13": -22.798696555395608, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -32.57795679047063, "S22": -41.348159361254439, "W31": -67.200889153475202, "S31": -67.200889153475202, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106881.0, 509702.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50189441087941689, "S11": -0.50189441087941689, "W12": -7.527683745481931, "S12": -8.3157178375079734, "W13": -15.316457050394945, "S13": -16.52354743255226, "W21": -34.906852140894472, "S21": -35.267857715018636, "W22": -32.84818013112266, "S22": -32.84818013112266, "W31": -70.0, "S31": -71.590444663378605, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106881.333333333328483, 500120.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84919233274286843, "S11": -0.84919233274286843, "W12": -5.6364418938307033, "S12": -8.9748780509823298, "W13": -22.004302356367489, "S13": -22.004302356367489, "W21": -29.123164346237754, "S21": -29.123164346237754, "W22": -32.629127490797543, "S22": -42.227394116913771, "W31": -64.837451555600197, "S31": -64.837451555600197, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106882.0, 507231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1563472547126641, "S11": -2.0613051642646725, "W12": -6.769676045488497, "S12": -13.130864591288049, "W13": -25.0, "S13": -25.403327630530001, "W21": -30.0, "S21": -30.0, "W22": -39.999999999999993, "S22": -43.654333477967498, "W31": -80.0, "S31": -82.224505664208081, "W32": -96.951401037350792, "S32": -101.95140103735079 }, "geometry": { "type": "Point", "coordinates": [ 106882.0, 508249.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5996145410465821, "S11": -3.6859751798630818, "W12": -8.285721884060754, "S12": -8.285721884060754, "W13": -22.871129099270764, "S13": -22.871129099270764, "W21": -31.228896178364234, "S21": -32.508365531616946, "W22": -36.421847773460541, "S22": -37.775464675378508, "W31": -74.99287535876887, "S31": -76.147206608442175, "W32": -99.093296095100698, "S32": -104.0932960951007 }, "geometry": { "type": "Point", "coordinates": [ 106882.0, 510806.5 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5099084381292505, "S11": -3.5099084381292505, "W12": -11.164307567622329, "S12": -12.085884402381039, "W13": -29.96316068808342, "S13": -38.723401185956206, "W21": -38.760064236860558, "S21": -38.760064236860558, "W22": -39.434507896917857, "S22": -39.434507896917857, "W31": -70.13590100817018, "S31": -70.809651975713152, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106882.0, 512448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38505458383594693, "S11": -0.38505458383594693, "W12": -9.629455063296593, "S12": -10.618503634135219, "W13": -14.416463414634146, "S13": -31.793727384623281, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -31.115438825939737, "S22": -31.115438825939737, "W31": -70.0, "S31": -71.786268332529744, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106882.5, 514813.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66264732915224922, "S11": -0.66264732915224922, "W12": -6.1281373797386456, "S12": -6.1281373797386456, "W13": -16.816329258073527, "S13": -18.835612388622689, "W21": -30.0, "S21": -30.0, "W22": -39.624952332453589, "S22": -41.361021445567964, "W31": -79.033606661754945, "S31": -81.278285843766952, "W32": -98.334792683301103, "S32": -103.3347926833011 }, "geometry": { "type": "Point", "coordinates": [ 106883.0, 501686.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.461315983220864, "S22": -39.461315983220864, "W31": -70.63934126499619, "S31": -71.118065827509781, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106883.805263157890295, 530016.168421052629128 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9094866778105972, "S11": -1.9094866778105972, "W12": -9.7655348814683567, "S12": -9.9427213537428116, "W13": -24.426092064356208, "S13": -24.426092064356208, "W21": -32.477830941378052, "S21": -32.477830941378052, "W22": -34.088544012055173, "S22": -38.872595133812318, "W31": -68.196183382226025, "S31": -68.196183382226025, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106883.857142857144936, 510965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.245065213708994, "S12": -10.902707507462992, "W13": -30.660775269338924, "S13": -30.660775269338924, "W21": -37.979455912081328, "S21": -37.979455912081328, "W22": -39.928645709763828, "S22": -39.928645709763828, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106884.0, 511693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2057855309883616, "S11": -1.2057855309883616, "W12": -6.1390863405777862, "S12": -6.1390863405777862, "W13": -20.000000000000004, "S13": -30.000000000000007, "W21": -41.800780595856104, "S21": -41.800780595856104, "W22": -31.217790651891693, "S22": -31.217790651891693, "W31": -70.0, "S31": -71.788023761486357, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106884.0, 520626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.752918228076366, "S12": -8.8635318123004456, "W13": -13.853041559769292, "S13": -17.497178618646025, "W21": -40.141052462385097, "S21": -40.141052462385097, "W22": -31.214853667624226, "S22": -31.214853667624226, "W31": -70.0, "S31": -71.788079935212963, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106884.131578947373782, 515930.565789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9869569452661189, "S12": -9.4777793717944423, "W13": -13.880012874126503, "S13": -15.134203734839922, "W21": -40.0, "S21": -40.0, "W22": -31.808979543951079, "S22": -43.307870300491999, "W31": -66.304062276605862, "S31": -66.357100902083744, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106884.666666666671517, 515459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0638768408843275, "S11": -1.5638768408843275, "W12": -11.54738730293707, "S12": -14.778672649459681, "W13": -18.328155726982263, "S13": -20.134328695711819, "W21": -30.0, "S21": -30.0, "W22": -35.443225167997298, "S22": -38.36062054933101, "W31": -62.463306579831354, "S31": -62.463306579831354, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106885.0, 504340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81884445241095105, "S11": -1.0173328751717581, "W12": -4.1194648281052597, "S12": -15.431997440084499, "W13": -21.179683540329837, "S13": -21.179683540329837, "W21": -30.0, "S21": -30.0, "W22": -37.705765753018653, "S22": -38.10694354347541, "W31": -60.681183250729809, "S31": -60.681183250729809, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106885.5, 510086.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5803436629394696, "S12": -4.6719835343221066, "W13": -17.718666738418673, "S13": -17.718666738418673, "W21": -36.883395884702423, "S21": -36.883395884702423, "W22": -31.249654855424485, "S22": -31.249654855424485, "W31": -70.0, "S31": -71.791127359881656, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106885.5, 522986.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0506259358346848, "S11": -1.0506259358346848, "W12": -6.3119697691540173, "S12": -7.7872965583971432, "W13": -24.759937970422392, "S13": -24.759937970422392, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.419436790071842, "S22": -39.419436790071842, "W31": -70.0, "S31": -70.823722976211556, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106886.285714285710128, 507987.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.355365828392518, "S13": -20.074961653216924, "W21": -30.0, "S21": -30.0, "W22": -39.434973288086198, "S22": -39.434973288086198, "W31": -70.0, "S31": -70.710272122330338, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106886.5, 500973.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61336019656018703, "S11": -0.61336019656018703, "W12": -6.8011716675875586, "S12": -6.8011716675875586, "W13": -16.675667957805832, "S13": -18.801315441529685, "W21": -30.0, "S21": -30.0, "W22": -37.148291790971193, "S22": -37.148291790971193, "W31": -70.0, "S31": -71.130738127991407, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106886.545454545455868, 501599.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29767188872499462, "S11": 0.29767188872499462, "W12": -8.8968081222906683, "S12": -18.896808122290668, "W13": -18.896808122290668, "S13": -19.469342785974323, "W21": -40.650045324835354, "S21": -40.650045324835354, "W22": -40.0, "S22": -42.254569864367973, "W31": -80.0, "S31": -82.579212822575656, "W32": -97.663321363901431, "S32": -102.66332136390143 }, "geometry": { "type": "Point", "coordinates": [ 106887.0, 498791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.9523278381854325, "S12": -12.288066985128857, "W13": -23.859576757532285, "S13": -23.859576757532285, "W21": -39.178085012851334, "S21": -39.178085012851334, "W22": -31.900410049862653, "S22": -42.934325689883075, "W31": -65.345381374876581, "S31": -65.363096799376592, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106887.0, 512810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1351442155309622, "S11": -0.1351442155309622, "W12": -5.1270697880838068, "S12": -12.102282012192877, "W13": -22.447503544676419, "S13": -23.324473241646189, "W21": -30.000000000000004, "S21": -32.382787273452095, "W22": -31.824861148438362, "S22": -31.824861148438362, "W31": -70.0, "S31": -71.741539363711837, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106887.2, 506190.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -3.9731621139015294, "S11": -3.9731621139015294, "W12": -11.511914386741637, "S12": -11.984591745243497, "W13": -31.687846298568189, "S13": -38.413279712986338, "W21": -38.619916727061963, "S21": -38.619916727061963, "W22": -35.903017524029693, "S22": -37.967762014317827, "W31": -69.316153144279752, "S31": -69.316153144279752, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106888.0, 512341.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.5828885510169028, "S12": -7.5828885510169028, "W13": -14.389076665737383, "S13": -14.389076665737383, "W21": -46.0, "S21": -46.0, "W22": -36.255290846585169, "S22": -36.487078054203593, "W31": -72.581077860132481, "S31": -72.833521302858941, "W32": -99.585760606101957, "S32": -104.58576060610196 }, "geometry": { "type": "Point", "coordinates": [ 106888.0, 525844.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.3688930205949656, "S11": -3.3688930205949656, "W12": -11.20084622550957, "S12": -11.20084622550957, "W13": -32.506325944990451, "S13": -32.677903439830303, "W21": -38.1916042454069, "S21": -38.1916042454069, "W22": -36.259681184027592, "S22": -36.456730195262033, "W31": -72.561675597835091, "S31": -72.797429203317307, "W32": -99.591172230635266, "S32": -104.59117223063527 }, "geometry": { "type": "Point", "coordinates": [ 106888.25, 511944.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36420386007237548, "S11": -0.3642038600723756, "W12": -9.7598077970624804, "S12": -11.324043236217292, "W13": -14.650598838559798, "S13": -32.408426898491015, "W21": -40.040582503790013, "S21": -40.040582503790013, "W22": -35.908505663995783, "S22": -37.97407285965815, "W31": -69.316660724752396, "S31": -69.316660724752396, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106888.666666666671517, 514735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0631780731507836, "S11": -1.0631780731507836, "W12": -6.365178925741513, "S12": -8.4899318614472463, "W13": -24.857585385226457, "S13": -24.880850705818588, "W21": -30.0, "S21": -30.0, "W22": -37.031273347396798, "S22": -37.031273347396798, "W31": -70.0, "S31": -71.149915133473456, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106888.8, 508014.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73468815789763586, "S11": -0.73468815789763586, "W12": -5.0, "S12": -5.0, "W13": -17.264756833684491, "S13": -20.126451072862199, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106888.857142857144936, 502356.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35022143489813995, "S11": -1.3502214348981401, "W12": -6.9297296103168113, "S12": -15.699588345320716, "W13": -23.027850296359709, "S13": -23.027850296359709, "W21": -30.0, "S21": -30.0, "W22": -36.279342156598652, "S22": -37.073543900868764, "W31": -72.891490182081242, "S31": -73.391490182081242, "W32": -99.540171080096584, "S32": -104.54017108009658 }, "geometry": { "type": "Point", "coordinates": [ 106889.0, 505438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.62253415684068525, "W12": -8.6329884818686722, "S12": -15.208248797443442, "W13": -21.307097794343171, "S13": -21.307097794343171, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -57.911058904972144, "S31": -57.911058904972144, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106889.333333333328483, 505005.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5372156999296109, "S12": -4.8571919168563893, "W13": -17.58680106463958, "S13": -17.58680106463958, "W21": -37.064066552976804, "S21": -37.064066552976804, "W22": -36.192185031690052, "S22": -38.251310887130771, "W31": -61.855476299202564, "S31": -61.855476299202564, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106889.8, 523052.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90005585206292671, "S11": -4.0500579100109046, "W12": -5.60008701167326, "S12": -14.836506239611305, "W13": -25.25730343267632, "S13": -25.25730343267632, "W21": -30.0, "S21": -30.0, "W22": -39.485231908539674, "S22": -39.486188751166623, "W31": -70.857796657304476, "S31": -71.224442840038876, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106890.333333333328483, 508917.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53775965091065814, "S11": -1.0377596509106581, "W12": -9.2028031299771484, "S12": -14.879597292921627, "W13": -20.606865954514127, "S13": -20.606865954514127, "W21": -30.0, "S21": -30.0, "W22": -39.999999999999993, "S22": -39.999999999999993, "W31": -56.48697682690522, "S31": -56.48697682690522, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106891.0, 504856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95446716686793498, "S11": -4.4888027588848516, "W12": -6.0529880123074342, "S12": -14.874128001174354, "W13": -25.485643658211377, "S13": -25.485643658211377, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.034253248012696, "W31": -80.0, "S31": -82.474363693956704, "W32": -97.985811619556216, "S32": -102.98581161955622 }, "geometry": { "type": "Point", "coordinates": [ 106891.0, 508788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8857209213366484, "S11": -1.8857209213366484, "W12": -9.8596324752021101, "S12": -13.118087553221168, "W13": -19.410213053770715, "S13": -19.410213053770715, "W21": -39.45011148382396, "S21": -39.45011148382396, "W22": -36.368292471874298, "S22": -36.467507879517406, "W31": -70.079261286573427, "S31": -70.079261286573427, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106891.0, 513047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4054655122536861, "S12": -8.4054655122536861, "W13": -14.118422198906478, "S13": -16.866501468902516, "W21": -41.089479219729327, "S21": -41.089479219729327, "W22": -39.441835665244447, "S22": -39.441835665244447, "W31": -70.0, "S31": -70.714982920350423, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106891.474137931028963, 516626.599137931014411 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0093273921817172, "S12": -5.0093273921817172, "W13": -19.028143338334417, "S13": -19.028143338334417, "W21": -34.894434224646979, "S21": -34.894434224646979, "W22": -39.444414374765316, "S22": -39.444414374765316, "W31": -70.0, "S31": -70.711709795598708, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106891.5, 522337.75 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1487500000000672, "S11": -3.1487500000000672, "W12": -11.060346677206287, "S12": -11.060346677206287, "W13": -32.278973394272356, "S13": -32.278973394272356, "W21": -38.156038196591084, "S21": -38.156038196591084, "W22": -39.421096464320229, "S22": -39.421096464320229, "W31": -70.0, "S31": -70.892384306927809, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106891.857142857144936, 511908.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53601198822209761, "S11": -0.53601198822209761, "W12": -4.9094101098978626, "S12": -9.5834997417551477, "W13": -15.50771357030535, "S13": -17.388812288392053, "W21": -40.0, "S21": -40.266091566489216, "W22": -40.0, "S22": -42.560470765335793, "W31": -80.0, "S31": -82.67519876947074, "W32": -97.500359082957374, "S32": -102.50035908295737 }, "geometry": { "type": "Point", "coordinates": [ 106892.0, 497842.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.2471741637831812, "W12": -5.6769834400182839, "S12": -17.117188315011376, "W13": -23.703309074591765, "S13": -23.738991098078721, "W21": -30.0, "S21": -31.193126983225319, "W22": -39.871031009611855, "S22": -41.698476398259523, "W31": -79.335299728945529, "S31": -81.64774658752772, "W32": -98.306984086793733, "S32": -103.30698408679373 }, "geometry": { "type": "Point", "coordinates": [ 106892.0, 505999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0739540967977357, "S11": -1.0739540967977357, "W12": -5.535901841064252, "S12": -19.172620023001851, "W13": -22.081818723441526, "S13": -22.081818723441526, "W21": -30.0, "S21": -30.781695451452183, "W22": -32.620843817028302, "S22": -32.620843817028302, "W31": -70.0, "S31": -71.677261847701331, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106892.0, 510395.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.16295871559633035, "W12": -10.0, "S12": -10.0, "W13": -17.388855999994014, "S13": -20.070596452761102, "W21": -30.0, "S21": -30.0, "W22": -34.181906961652672, "S22": -38.340881910482651, "W31": -63.404439670733453, "S31": -63.404439670733453, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106893.0, 500916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40883896260554881, "S11": -0.40883896260554881, "W12": -9.4669004058910211, "S12": -10.379234905771762, "W13": -14.054741463414635, "S13": -31.037147424848641, "W21": -40.0, "S21": -40.0, "W22": -38.262435166421213, "S22": -39.794691149652515, "W31": -77.083815734933154, "S31": -78.97572301599908, "W32": -98.710819401879164, "S32": -103.71081940187916 }, "geometry": { "type": "Point", "coordinates": [ 106893.0, 514915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9195962931607014, "S12": -9.3094019544936835, "W13": -13.847099187231855, "S13": -13.847099187231855, "W21": -40.0, "S21": -40.0, "W22": -39.895742606486124, "S22": -39.895742606486124, "W31": -57.682555777028881, "S31": -57.682555777028881, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106893.0, 515590.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.466442767542283, "S22": -39.466442767542283, "W31": -70.36091947450673, "S31": -70.955991632892847, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106893.106382978716283, 529970.340425531961955 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9387962947582515, "S12": -9.7136540999844456, "W13": -15.0, "S13": -15.01943002648027, "W21": -40.0, "S21": -40.0, "W22": -31.868754532852513, "S22": -31.868754532852513, "W31": -70.0, "S31": -71.781069048575787, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106893.571428571434808, 498023.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67744377162629765, "S11": -0.67744377162629765, "W12": -6.0177828055427245, "S12": -6.0177828055427245, "W13": -16.888399618973949, "S13": -18.82536772157178, "W21": -30.0, "S21": -30.0, "W22": -36.368174830367359, "S22": -37.02403406043377, "W31": -72.81143794399685, "S31": -73.227981736388486, "W32": -99.593241381192101, "S32": -104.5932413811921 }, "geometry": { "type": "Point", "coordinates": [ 106894.0, 501728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74055718956764549, "S11": -0.74055718956764549, "W12": -5.0, "S12": -5.0, "W13": -17.272461803638539, "S13": -20.143591211191787, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.449453938383563, "S22": -36.900733687201551, "W31": -74.832653498117168, "S31": -75.916155716688849, "W32": -99.171249833757912, "S32": -104.17124983375791 }, "geometry": { "type": "Point", "coordinates": [ 106894.0, 502372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.394799841906238, "S12": -10.587604029594074, "W13": -31.060671883251548, "S13": -31.060671883251548, "W21": -38.002450685182751, "S21": -38.002450685182751, "W22": -38.245757499941611, "S22": -38.245757499941611, "W31": -59.755315078283367, "S31": -59.755315078283367, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106895.333333333328483, 511734.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.452890134732968, "S22": -39.452890134732968, "W31": -70.0, "S31": -70.712362293663631, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106896.642307692309259, 530033.638461538474075 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8565588941758016, "S12": -9.1436300716199934, "W13": -13.827626415435843, "S13": -13.827626415435843, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -39.574354350171767, "S22": -39.574354350171767, "W31": -70.800089800256956, "S31": -70.800089800256956, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106896.97560975610395, 515715.463414634170476 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43041039267788606, "S11": -0.43041039267788606, "W12": -7.5294201183431948, "S12": -15.532401590622602, "W13": -22.576049883869349, "S13": -22.576049883869349, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.649499364713741, "W31": -80.0, "S31": -82.380722254019986, "W32": -97.03013841573825, "S32": -102.03013841573825 }, "geometry": { "type": "Point", "coordinates": [ 106897.0, 505284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76409119175071039, "S11": -0.76409119175071039, "W12": -4.1326353248919796, "S12": -19.087655967703345, "W13": -21.578682759008284, "S13": -21.578682759008284, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -56.896369586732618, "S31": -56.896369586732618, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106897.0, 509995.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0775963723061377, "S12": -9.7161184315647713, "W13": -13.854524711639868, "S13": -23.111305606966255, "W21": -40.0, "S21": -40.0, "W22": -37.845392420172267, "S22": -37.845392420172267, "W31": -70.0, "S31": -71.109683633388769, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106897.0, 515270.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2141320293398556, "S11": 2.2141320293398556, "W12": -4.6002697404182635, "S12": -4.6002697404182635, "W13": -17.778967639537633, "S13": -17.778967639537633, "W21": -36.744502811113833, "S21": -36.744502811113833, "W22": -37.181868425839028, "S22": -37.181868425839028, "W31": -70.0, "S31": -71.184404004925256, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106897.6, 522958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9971082998624241, "S11": -1.9971082998624241, "W12": -9.8600372572628885, "S12": -12.921868942221447, "W13": -20.36260474204305, "S13": -20.36260474204305, "W21": -39.384757144799607, "S21": -39.384757144799607, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -71.958231626970587, "W32": -94.589276395894942, "S32": -99.589276395894942 }, "geometry": { "type": "Point", "coordinates": [ 106897.666666666671517, 513004.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3, "S11": -0.3, "W12": -6.5931933595271417, "S12": -15.841542901658185, "W13": -23.11484612249226, "S13": -23.11484612249226, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.167966044150141, "W31": -80.0, "S31": -82.573021196151799, "W32": -97.887082220789992, "S32": -102.88708222078999 }, "geometry": { "type": "Point", "coordinates": [ 106898.0, 505529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8301411159020606, "S12": -14.514994853713521, "W13": -24.332190294658702, "S13": -24.332190294658702, "W21": -30.0, "S21": -30.0, "W22": -40.177405306939733, "S22": -40.177405306939733, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106898.8, 509344.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999998321, "S11": 2.4999999999998321, "W12": -5.2459112642263488, "S12": -5.2459112642263488, "W13": -19.750114325888415, "S13": -19.750114325888415, "W21": -34.226115576488617, "S21": -34.226115576488617, "W22": -39.867699957771805, "S22": -39.877699957771803, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106899.4, 521980.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999461179711131, "S11": -1.7999461179711131, "W12": -9.3501354992735433, "S12": -9.3501354992735433, "W13": -23.867401538703966, "S13": -23.867401538703966, "W21": -32.183570469044362, "S21": -32.53538764243622, "W22": -39.582719556138777, "S22": -39.582719556138777, "W31": -70.763970945101178, "S31": -70.763970945101178, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106899.714285714289872, 510919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53278749226395894, "S11": -5.9134609864496319, "W12": -5.9134609864496319, "S12": -5.9134609864496319, "W13": -13.544099414755285, "S13": -14.509198244236913, "W21": -39.347562673273572, "S21": -42.347562673273572, "W22": -39.504812683005525, "S22": -39.506005739249417, "W31": -70.858585469840477, "S31": -71.214885874176588, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9368997783076365, "S12": -9.7836013271545816, "W13": -15.070128186109239, "S13": -15.276605162085401, "W21": -40.0, "S21": -40.0, "W22": -39.452267593982135, "S22": -39.452267593982135, "W31": -70.0, "S31": -70.749014606385671, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32684221728734913, "S11": 0.32684221728734913, "W12": -9.0137897453376841, "S12": -19.013789745337682, "W13": -19.980079692788479, "S13": -22.162706050564228, "W21": -40.83495291823268, "S21": -40.83495291823268, "W22": -39.433824267734934, "S22": -39.433824267734934, "W31": -70.0, "S31": -70.886857291305063, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31273593818408052, "S11": -0.31273593818408052, "W12": -6.0880604875112851, "S12": -6.661741668095118, "W13": -15.0, "S13": -16.381475109534453, "W21": -36.324926750458658, "S21": -36.693187586524147, "W22": -37.589454099079298, "S22": -37.589454099079298, "W31": -70.0, "S31": -71.141728808435232, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.315462085440984, "S13": -20.150931268321948, "W21": -30.0, "S21": -30.0, "W22": -39.447048781832265, "S22": -39.447048781832265, "W31": -70.0, "S31": -70.790685862314035, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 501038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92147019133168251, "S11": -1.3590417835424498, "W12": -5.0180774748923973, "S12": -8.7899850869243181, "W13": -21.747738892571682, "S13": -21.764547110193096, "W21": -27.962931789919601, "S21": -27.962931789919601, "W22": -36.395248569889645, "S22": -36.395248569889645, "W31": -72.046105633197115, "S31": -72.046105633197115, "W32": -99.73608098336949, "S32": -104.73608098336949 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 507131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6399620464858682, "S12": -5.6399620464858682, "W13": -20.0, "S13": -20.0, "W21": -43.112411530850558, "S21": -43.112411530850558, "W22": -40.0, "S22": -43.047840071857316, "W31": -80.0, "S31": -82.754453766599951, "W32": -97.316229322039092, "S32": -102.31622932203909 }, "geometry": { "type": "Point", "coordinates": [ 106900.0, 521384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.86030634849304444, "W12": -8.9999289061237029, "S12": -15.128687094006622, "W13": -20.834664472304308, "S13": -20.834664472304308, "W21": -30.0, "S21": -30.0, "W22": -40.175447930269421, "S22": -40.175447930269421, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106900.666666666671517, 504913.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32433826317785364, "S11": -0.52777484134894603, "W12": -10.421972823087234, "S12": -15.421972823087234, "W13": -15.421972823087234, "S13": -34.662869144073149, "W21": -40.500660514347295, "S21": -40.500660514347295, "W22": -33.333269004098604, "S22": -33.333269004098604, "W31": -70.0, "S31": -71.628824310908115, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106901.0, 514447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37393305186972253, "S11": -0.37393305186972253, "W12": -9.6673737730629679, "S12": -10.8493717948236, "W13": -14.459245993031359, "S13": -32.073547833063955, "W21": -40.0, "S21": -40.0, "W22": -31.681974007733697, "S22": -31.681974007733697, "W31": -70.0, "S31": -71.835460133038112, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106901.0, 514782.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.33794902868922, "S13": -20.137268925029794, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106901.142857142855064, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79328369832308909, "S11": -0.79328369832308909, "W12": -4.0910800204284605, "S12": -17.399785015897113, "W13": -21.347261224037272, "S13": -21.347261224037272, "W21": -30.0, "S21": -30.0, "W22": -31.632900165790602, "S22": -31.632900165790602, "W31": -70.0, "S31": -71.839492938494445, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106901.25, 510051.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8743665659235864, "S12": -5.8743665659235864, "W13": -20.0, "S13": -20.0, "W21": -43.549403516837124, "S21": -43.549403516837124, "W22": -40.0, "S22": -42.531930399630284, "W31": -80.0, "S31": -82.723586148364916, "W32": -97.570061074793614, "S32": -102.57006107479361 }, "geometry": { "type": "Point", "coordinates": [ 106903.714285714289872, 521029.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0472230718811457, "S12": -4.7179898282213175, "W13": -15.0, "S13": -15.0, "W21": -38.219169865813498, "S21": -38.219169865813498, "W22": -39.445244552767264, "S22": -39.445244552767264, "W31": -70.0, "S31": -70.873502729629564, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106904.0, 524337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93579454253610972, "S11": -0.93579454253610972, "W12": -4.9283890684542104, "S12": -13.381107266214881, "W13": -20.562074622531728, "S13": -21.618452575287655, "W21": -29.133412906948863, "S21": -32.646623895948835, "W22": -40.0, "S22": -41.91882166418096, "W31": -79.636992796136113, "S31": -82.017207331288489, "W32": -98.279175490286349, "S32": -103.27917549028635 }, "geometry": { "type": "Point", "coordinates": [ 106904.285714285710128, 506411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33045619452146685, "S11": -0.33045619452146685, "W12": -6.1731883642205529, "S12": -6.7636768574597168, "W13": -15.0, "S13": -16.308105207756611, "W21": -36.086420767271832, "S21": -36.430291489038545, "W22": -37.221372681747845, "S22": -37.221372681747845, "W31": -70.0, "S31": -71.213363733868903, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106905.0, 500019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8992595426104537, "S11": -1.8992595426104537, "W12": -9.9048228143960984, "S12": -13.08708590948352, "W13": -19.706684702964715, "S13": -19.706684702964715, "W21": -39.413569343730572, "S21": -39.413569343730572, "W22": -30.0, "S22": -30.072990450576, "W31": -70.0, "S31": -72.18872041817805, "W32": -94.632623091784197, "S32": -99.632623091784197 }, "geometry": { "type": "Point", "coordinates": [ 106905.0, 513043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.72730175247740803, "W12": -8.8046626503243886, "S12": -15.21636611214489, "W13": -21.05966729593225, "S13": -21.05966729593225, "W21": -30.0, "S21": -30.0, "W22": -35.788341670902263, "S22": -37.695094901641376, "W31": -72.860533354948402, "S31": -74.212152541162695, "W32": -96.13396924776724, "S32": -101.13396924776724 }, "geometry": { "type": "Point", "coordinates": [ 106905.666666666671517, 504967.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0048833369469281, "W12": -10.0, "S12": -11.0, "W13": -17.307096974040647, "S13": -20.009904360318984, "W21": -30.0, "S21": -30.081822456971903, "W22": -31.575639197574702, "S22": -44.427945711990418, "W31": -66.062441573842293, "S31": -66.115261580191273, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106906.0, 500524.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2019021739130435, "S11": -3.2019021739130435, "W12": -11.031591948506579, "S12": -11.031591948506579, "W13": -32.318813727425088, "S13": -32.318813727425088, "W21": -38.109757698939219, "S21": -38.109757698939219, "W22": -40.445041840775893, "S22": -40.445041840775893, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106906.5, 511904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.544534470103249, "S12": -10.544534470103249, "W13": -31.460568497163884, "S13": -31.460568497163884, "W21": -38.021070981345908, "S21": -38.021070981345908, "W22": -39.453185528140992, "S22": -39.453185528140992, "W31": -70.0, "S31": -70.840819337034617, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106906.666666666671517, 511776.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.039909808342728309, "S11": -0.21009019165727169, "W12": -5.8822841104161263, "S12": -19.14591327193942, "W13": -23.650102470647909, "S13": -23.650102470647909, "W21": -30.0, "S21": -30.333466883686, "W22": -36.23307867248522, "S22": -36.23307867248522, "W31": -70.0, "S31": -71.330301086796254, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106907.0, 505878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87300411377502518, "S11": -0.87300411377502518, "W12": -5.637289291630128, "S12": -8.8738096517692728, "W13": -22.122120730738683, "S13": -22.122120730738683, "W21": -29.497456621946306, "S21": -29.572643134642476, "W22": -40.0, "S22": -40.0, "W31": -57.359034219160222, "S31": -57.359034219160222, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106907.0, 507262.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8461437635348199, "S11": -2.8461437635348199, "W12": -10.595577955627595, "S12": -12.079688014028882, "W13": -27.399590397087266, "S13": -29.955480677727824, "W21": -38.903737777372946, "S21": -38.903737777372946, "W22": -36.501973676199128, "S22": -36.501973676199128, "W31": -72.289956732933334, "S31": -72.289956732933334, "W32": -99.737725692786483, "S32": -104.73772569278648 }, "geometry": { "type": "Point", "coordinates": [ 106907.0, 512617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3292039092978469, "S11": -1.8196099820982867, "W12": -10.852040428191099, "S12": -14.650122432039012, "W13": -18.873693379790911, "S13": -18.873693379790911, "W21": -30.0, "S21": -30.0, "W22": -33.642177076009183, "S22": -38.406339909205983, "W31": -63.766224839395306, "S31": -63.766224839395306, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106907.285714285710128, 504521.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6805903002086016, "S12": -8.6805903002086016, "W13": -13.775461645164608, "S13": -21.15198724532539, "W21": -40.324883886614771, "S21": -40.324883886614771, "W22": -32.723512846055883, "S22": -32.723512846055883, "W31": -70.0, "S31": -71.734226068171239, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106907.333333333328483, 516064.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0575288411689721, "S11": -1.0575288411689721, "W12": -6.3337574062692381, "S12": -8.0097253169771765, "W13": -24.713516018003666, "S13": -24.728990111451616, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -44.203528024732989, "W31": -78.947332670167654, "S31": -81.188446246350296, "W32": -96.826455513611393, "S32": -101.82645551361139 }, "geometry": { "type": "Point", "coordinates": [ 106907.6, 507973.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32875701210510777, "S11": -0.82875701210510777, "W12": -6.8228826545146992, "S12": -15.79530403593019, "W13": -22.96197227281402, "S13": -22.96197227281402, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -35.963569550882937, "S22": -37.878984931720716, "W31": -69.263210688194533, "S31": -69.263210688194533, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106908.0, 505471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58295332701220226, "S11": -0.58295332701220226, "W12": -4.4701485252587023, "S12": -15.47869857124917, "W13": -22.950269547272541, "S13": -22.950269547272541, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -31.838126740741338, "S22": -31.838126740741338, "W31": -70.0, "S31": -71.848872780552668, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106908.0, 509674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8229821729011273, "S11": -0.85044925525684145, "W12": -4.3597380219486084, "S12": -19.980938444916433, "W13": -21.519844470638223, "S13": -21.55169718907198, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.514915159645007, "S22": -39.515850102115238, "W31": -70.760571403844764, "S31": -71.166698910119706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106908.375, 510186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.4865407794294896, "W13": -18.456101225283689, "S13": -20.163262259364597, "W21": -30.0, "S21": -30.808601986392109, "W22": -37.79406650437388, "S22": -42.79406650437388, "W31": -76.219502310124014, "S31": -77.191056974115995, "W32": -96.465184298560601, "S32": -101.4651842985606 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 503179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8085258412740508, "S12": -5.8085258412740508, "W13": -20.0, "S13": -20.0, "W21": -43.716564762670956, "S21": -43.716564762670956, "W22": -36.611823510302585, "S22": -36.611823510302585, "W31": -74.672431637465792, "S31": -75.673636897757376, "W32": -99.249203572415055, "S32": -104.24920357241506 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 521130.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -36.546119291605095, "S22": -37.318262302336166, "W31": -72.86886879956262, "S31": -73.277821404724094, "W32": -99.646066967437008, "S32": -104.64606696743701 }, "geometry": { "type": "Point", "coordinates": [ 106909.0, 529302.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.5670608203743894, "S12": -4.7342633927216564, "W13": -17.677027286702536, "S13": -17.677027286702536, "W21": -36.847863493209559, "S21": -36.847863493209559, "W22": -39.50162220690963, "S22": -39.50162220690963, "W31": -70.512890943040219, "S31": -71.039701030148834, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106910.0, 523010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.018215279626896, "S11": -1.018215279626896, "W12": -6.2324484904879141, "S12": -6.2324484904879141, "W13": -20.0, "S13": -26.933139610574663, "W21": -40.81020967031413, "S21": -40.81020967031413, "W22": -32.847111469836804, "S22": -32.847111469836804, "W31": -70.0, "S31": -71.731318919633352, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106910.363636363632395, 520488.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0044175957343675, "S11": -1.0044175957343688, "W12": -11.401875086694652, "S12": -13.65689314460133, "W13": -18.459377912654467, "S13": -20.279572806437354, "W21": -30.0, "S21": -30.0, "W22": -32.262651600611207, "S22": -32.262651600611207, "W31": -70.0, "S31": -71.809469045841212, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106911.0, 504171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93673501373404433, "S11": -2.9367350137340451, "W12": -11.467841722942143, "S12": -13.870772565743451, "W13": -18.423835184037543, "S13": -20.290738321827448, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -57.799187511276891, "S31": -57.799187511276891, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106911.0, 504194.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9369911412442757, "S12": -9.9444228257649758, "W13": -15.15025464789513, "S13": -15.575660338939361, "W21": -40.0, "S21": -40.0, "W22": -39.999999999999993, "S22": -43.157955759310568, "W31": -80.0, "S31": -82.809672013406754, "W32": -97.319537795783077, "S32": -102.31953779578308 }, "geometry": { "type": "Point", "coordinates": [ 106911.285714285710128, 497979.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5459367186185613, "W12": -5.5459367186185613, "S12": -6.3365078256772236, "W13": -14.619910279063527, "S13": -16.381021502158482, "W21": -40.0, "S21": -42.090521657600846, "W22": -40.0, "S22": -41.921101562762651, "W31": -79.429966982290495, "S31": -81.805971453441884, "W32": -98.331243286376335, "S32": -103.33124328637633 }, "geometry": { "type": "Point", "coordinates": [ 106911.733333333337214, 497316.133333333360497 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2226606538895152, "S11": -0.2226606538895152, "W12": -6.3367245111224486, "S12": -16.108322438289338, "W13": -23.181864258913819, "S13": -23.181864258913819, "W21": -30.0, "S21": -30.0, "W22": -33.811812502310012, "S22": -38.293348831001168, "W31": -63.614938447818716, "S31": -63.614938447818716, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106912.0, 505627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33340875574095141, "S11": -0.58340875574095141, "W12": -10.431773858648514, "S12": -15.508916406509833, "W13": -15.508916406509833, "S13": -34.758246292787433, "W21": -40.556244378892771, "S21": -40.556244378892771, "W22": -36.579284445271277, "S22": -37.292244837865333, "W31": -72.824846671092132, "S31": -73.199888868933385, "W32": -99.662294754933555, "S32": -104.66229475493355 }, "geometry": { "type": "Point", "coordinates": [ 106912.0, 514403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0512882051801373, "S11": -1.0512882051801373, "W12": -6.2938652541635554, "S12": -7.461337475001331, "W13": -24.611709973902158, "S13": -24.611709973902158, "W21": -30.0, "S21": -30.0, "W22": -37.260876937656668, "S22": -37.260876937656668, "W31": -70.0, "S31": -71.24232346281255, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106912.428571428565192, 507945.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999998075, "S11": -1.7999999999998075, "W12": -5.5322507017226066, "S12": -5.5322507017226066, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -41.613128452493299, "S21": -41.613128452493299, "W22": -32.452596560609493, "S22": -32.452596560609493, "W31": -70.0, "S31": -71.79812287169031, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106912.714285714289872, 521548.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.026395959083090004, "S11": 0.026395959083090004, "W12": -7.2592309711912542, "S12": -10.576107629188316, "W13": -15.0, "S13": -17.249223176875073, "W21": -40.054752240508698, "S21": -40.088444548201004, "W22": -37.302911980754381, "S22": -37.302911980754381, "W31": -70.0, "S31": -71.24265028154646, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106913.0, 499597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86280693418854548, "S11": -3.6547263268829489, "W12": -5.4727931271260832, "S12": -14.77055601192018, "W13": -25.242611035066137, "S13": -25.242611035066137, "W21": -30.0, "S21": -30.0, "W22": -32.01190137935334, "S22": -32.01190137935334, "W31": -70.0, "S31": -71.85921157876426, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106913.166666666671517, 508954.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -3.4661667489837011, "S11": -3.4661667489837011, "W12": -11.067800532738065, "S12": -11.954773926702662, "W13": -29.983531578783055, "S13": -38.817081735247314, "W21": -38.817081735247314, "S21": -38.817081735247314, "W22": -40.0, "S22": -43.64466525145987, "W31": -80.0, "S31": -82.536938843832004, "W32": -97.10887579412578, "S32": -102.10887579412578 }, "geometry": { "type": "Point", "coordinates": [ 106913.5, 512473.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.0, "S22": -42.735441046536188, "W31": -80.0, "S31": -82.767792883832357, "W32": -97.524693858760713, "S32": -102.52469385876071 }, "geometry": { "type": "Point", "coordinates": [ 106913.816091954024159, 530028.371647509629838 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02168554709810902, "S11": 0.02168554709810902, "W12": -6.236115260313408, "S12": -16.236115260313408, "W13": -16.236115260313408, "S13": -16.236115260313408, "W21": -40.314289892899673, "S21": -40.314289892899673, "W22": -36.078286637949596, "S22": -38.085178131601836, "W31": -61.818786664530791, "S31": -61.818786664530791, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106914.0, 498480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92212586845149369, "S11": -1.3137154036559684, "W12": -5.3132472501196837, "S12": -8.9128610213493964, "W13": -21.875811166734017, "S13": -21.875811166734017, "W21": -28.497550431148362, "S21": -28.497550431148362, "W22": -39.803984105195177, "S22": -39.813984105195175, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106914.0, 507176.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75628725565897637, "S11": -0.75628725565897637, "W12": -5.0, "S12": -5.2042169677266301, "W13": -17.283474483377063, "S13": -20.116422142483728, "W21": -30.0, "S21": -30.0, "W22": -39.881860905785253, "S22": -39.891860905785251, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106914.285714285710128, 502394.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48408914394200897, "S11": 0.48408914394200897, "W12": -9.8131331521887422, "S12": -9.8131331521887422, "W13": -17.2274808843427, "S13": -20.2274808843427, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -58.23934080339356, "S31": -58.23934080339356, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106915.0, 501183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5735581174844262, "S11": -0.5735581174844262, "W12": -4.5802534764436853, "S12": -14.518801688794714, "W13": -23.41091828874379, "S13": -23.41091828874379, "W21": -30.0, "S21": -30.0, "W22": -36.623040726727496, "S22": -37.802719123549863, "W31": -73.091477528431923, "S31": -73.617324497287399, "W32": -99.614550532486263, "S32": -104.61455053248626 }, "geometry": { "type": "Point", "coordinates": [ 106915.0, 509567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5898026315789471, "S11": -2.5898026315789471, "W12": -10.647117610524532, "S12": -10.647117610524532, "W13": -31.74044453473639, "S13": -31.74044453473639, "W21": -38.016277104719272, "S21": -38.016277104719272, "W22": -40.0, "S22": -42.010197939714253, "W31": -79.938685863326697, "S31": -82.386668075049258, "W32": -98.251366893778965, "S32": -103.25136689377896 }, "geometry": { "type": "Point", "coordinates": [ 106915.0, 511805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53725388572162835, "S11": -5.9667351886406372, "W12": -5.9667351886406372, "S12": -5.9667351886406372, "W13": -13.602761641309325, "S13": -14.554270077188072, "W21": -39.395744760160561, "S21": -42.395744760160561, "W22": -36.16823978869337, "S22": -37.607791257273192, "W31": -69.342701415786962, "S31": -69.342701415786962, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106915.09375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6782860780672628, "S11": -1.6782860780672628, "W12": -8.9350493161031057, "S12": -8.9350493161031057, "W13": -23.30871101305172, "S13": -23.30871101305172, "W21": -31.889309996710676, "S21": -32.591280822476023, "W22": -40.0, "S22": -42.398312305498251, "W31": -80.0, "S31": -82.700392527826182, "W32": -97.73220186395767, "S32": -102.73220186395767 }, "geometry": { "type": "Point", "coordinates": [ 106915.571428571434808, 510873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51386532529444751, "S11": -2.5138653252944474, "W12": -4.9081455005468664, "S12": -10.421140321343204, "W13": -15.574821748621584, "S13": -16.074420723071235, "W21": -40.0, "S21": -40.40885451128819, "W22": -38.024744718621903, "S22": -38.024744718621903, "W31": -70.0, "S31": -71.173662473917162, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 497790.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.03258016873254177, "S11": 0.03258016873254177, "W12": -7.3574480273050575, "S12": -10.836659145164962, "W13": -15.332134352467069, "S13": -17.58974633051233, "W21": -40.087077692515912, "S21": -40.087077692515912, "W22": -39.457873157636875, "S22": -39.457873157636875, "W31": -70.0, "S31": -70.934316156961088, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 499586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.083836818553793, "W13": -17.330923123756069, "S13": -20.192217684549853, "W21": -30.0, "S21": -30.0, "W22": -35.09551164974161, "S22": -35.09551164974161, "W31": -70.0, "S31": -71.503673055172172, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 501009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.018940248027057481, "S11": -0.18000527472423522, "W12": -5.9530604189725134, "S12": -19.588831028291509, "W13": -23.490247006889671, "S13": -23.490247006889671, "W21": -30.0, "S21": -29.999999999999996, "W22": -33.717731748654593, "S22": -33.717731748654593, "W31": -70.0, "S31": -71.663376324271027, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 505834.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0298451027090614, "S11": -1.2846355849158417, "W12": -4.9143762655163306, "S12": -9.5195660547530814, "W13": -21.386879727107736, "S13": -21.386879727107736, "W21": -25.667969900995612, "S21": -26.977502588033218, "W22": -40.0, "S22": -40.0, "W31": -58.679494095510222, "S31": -58.679494095510222, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 506934.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8580941583782815, "S11": -1.8580941583782815, "W12": -9.7570492250972904, "S12": -9.7570492250972904, "W13": -24.175981317783926, "S13": -24.175981317783926, "W21": -32.580218436815635, "S21": -32.580218436815635, "W22": -39.502932517251232, "S22": -39.502932517251232, "W31": -70.275609842722204, "S31": -70.901958610913724, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 510961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3280895652886691, "S11": -1.3280895652886691, "W12": -10.000000000000002, "S12": -14.011358417560166, "W13": -15.0, "S13": -17.211807708361192, "W21": -39.650719001358397, "S21": -39.650719001358397, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.0, 513264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013439502815953019, "S11": -0.013439502815953019, "W12": -5.2805402160864983, "S12": -11.801169482931613, "W13": -22.692526947988497, "S13": -23.413967368453228, "W21": -30.0, "S21": -32.076670652505129, "W22": -39.489850790163771, "S22": -39.489850790163771, "W31": -70.0, "S31": -70.732119540076212, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106916.6, 506157.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76772294423522691, "S11": -0.76772294423522691, "W12": -4.09676325782356, "S12": -19.401640636781625, "W13": -21.514838907744704, "S13": -21.514838907744704, "W21": -30.0, "S21": -30.0, "W22": -38.037342469591721, "S22": -38.037342469591721, "W31": -60.251732676057124, "S31": -60.251732676057124, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106917.0, 510016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.9165818168001914, "S11": -3.9165818168001914, "W12": -11.400439884073133, "S12": -11.856557705204954, "W13": -31.645123035914825, "S13": -37.118505583029098, "W21": -38.586470919817479, "S21": -38.586470919817479, "W22": -36.654308671696114, "S22": -36.654308671696114, "W31": -72.252558422301959, "S31": -72.252558422301959, "W32": -99.794625008951513, "S32": -104.79462500895151 }, "geometry": { "type": "Point", "coordinates": [ 106917.0, 512368.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5591819221967294, "S11": -3.5591819221967294, "W12": -11.192855401782058, "S12": -11.192855401782058, "W13": -32.507929301169959, "S13": -32.507929301169959, "W21": -38.109134166015536, "S21": -38.109134166015536, "W22": -37.300381193565492, "S22": -37.300381193565492, "W31": -70.0, "S31": -71.271283191756197, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106917.142857142855064, 511948.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9297271327996703, "S11": -1.9297271327996703, "W12": -9.9409028871567848, "S12": -13.027715587176617, "W13": -20.094085404131228, "S13": -20.094085404131228, "W21": -39.37290514040096, "S21": -39.37290514040096, "W22": -39.478189780559305, "S22": -39.478189780559305, "W31": -70.0, "S31": -70.835271964079936, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106917.333333333328483, 513032.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65376810053371326, "S11": -2.7550634771974907, "W12": -4.9808646013574993, "S12": -14.527078806910843, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.231252405867615, "S22": -33.231252405867615, "W31": -70.0, "S31": -71.731838487359084, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106918.0, 509192.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6934210526315789, "S11": -2.6934210526315789, "W12": -10.694269098300492, "S12": -10.694269098300492, "W13": -31.860465111076511, "S13": -31.860465111076511, "W21": -38.016402708473692, "S21": -38.016402708473692, "W22": -33.113551723464333, "S22": -33.113551723464333, "W31": -69.999999999999986, "S31": -71.750819420590815, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106918.0, 511818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49325536568985778, "S11": -0.49325536568985617, "W12": -6.8239715416831386, "S12": -7.5039867061757217, "W13": -15.232957394740419, "S13": -16.274620541267119, "W21": -35.081236251449241, "S21": -35.344819359833799, "W22": -34.091463454561548, "S22": -38.069029778841589, "W31": -63.341353406827764, "S31": -63.341353406827764, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106918.166666666671517, 500100.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5863277476667936, "S11": -1.977836956219118, "W12": -8.5498222572116145, "S12": -8.5498222572116145, "W13": -22.886624240876849, "S13": -22.886624240876849, "W21": -31.578668640767813, "S21": -32.607403380648641, "W22": -40.025998672028877, "S22": -40.025998672028877, "W31": -59.119647387626891, "S31": -59.119647387626891, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106919.333333333328483, 510831.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4110916288570288, "S11": 1.4110916288570288, "W12": -3.0586888763688287, "S12": -6.0586888763688282, "W13": -15.901001171436173, "S13": -15.901001171436173, "W21": -37.056332463013788, "S21": -37.056332463013788, "W22": -32.372767752949088, "S22": -32.372767752949088, "W31": -70.0, "S31": -71.859600494956624, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106920.0, 523892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9851538847048542, "W12": -10.0, "S12": -11.0, "W13": -17.572857112939246, "S13": -20.21878615262294, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -69.678304064926891, "S31": -69.678304064926891, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106920.333333333328483, 500601.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6496977886977805, "S11": -0.6496977886977805, "W12": -6.5870019867901286, "S12": -6.5870019867901286, "W13": -16.74504199295113, "S13": -18.583745768623036, "W21": -30.0, "S21": -30.0, "W22": -33.843543100207903, "S22": -33.843543100207903, "W31": -69.999999999999986, "S31": -71.675155471526693, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106920.363636363632395, 501635.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16586640851887718, "S11": -0.33413359148112282, "W12": -5.7826827796204441, "S12": -17.541807270657166, "W13": -23.665959860835059, "S13": -23.665959860835059, "W21": -30.0, "S21": -30.610814715024247, "W22": -38.448556590272396, "S22": -40.134717305712606, "W31": -77.225784739087331, "S31": -79.215133427277678, "W32": -98.754028174201281, "S32": -103.75402817420128 }, "geometry": { "type": "Point", "coordinates": [ 106921.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0747483805237465, "S11": -1.1955703644075282, "W12": -4.9251518619596801, "S12": -9.9251518619596801, "W13": -21.256486222846473, "S13": -21.256486222846473, "W21": -24.877605022505797, "S21": -26.850028012609041, "W22": -40.0, "S22": -43.585046891816575, "W31": -80.0, "S31": -82.657278002076524, "W32": -97.184697980103536, "S32": -102.18469798010354 }, "geometry": { "type": "Point", "coordinates": [ 106921.0, 506840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5824429355215619, "S12": -5.5824429355215619, "W13": -20.0, "S13": -20.0, "W21": -42.366596545023448, "S21": -42.366596545023448, "W22": -32.340018302597642, "S22": -32.340018302597642, "W31": -70.0, "S31": -71.870465081478699, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106921.0, 521474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7641770822012538, "S11": -0.7641770822012538, "W12": -6.4774963762112261, "S12": -6.8619725113089629, "W13": -18.658548423943028, "S13": -20.138265565871485, "W21": -30.296018833967157, "S21": -30.975725551599613, "W22": -39.823593723267393, "S22": -39.823593723267393, "W31": -58.01165416997403, "S31": -58.01165416997403, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106921.555555555562023, 503315.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15635523205956792, "S11": -0.15635523205956792, "W12": -5.0, "S12": -12.475419704367601, "W13": -15.000000000000002, "S13": -15.519416511835706, "W21": -40.18403577677347, "S21": -40.18403577677347, "W22": -38.868988707525546, "S22": -38.868988707525546, "W31": -70.0, "S31": -71.145828683936486, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106922.0, 498356.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.83725137762221213, "W12": -8.9763368187798633, "S12": -15.223621549382548, "W13": -20.812236797521663, "S13": -20.812236797521663, "W21": -30.0, "S21": -30.0, "W22": -32.173182822851082, "S22": -32.173182822851082, "W31": -70.0, "S31": -71.89271754445916, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106922.0, 504929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36050014747398135, "S11": -0.49579995405038368, "W12": -10.567237889978184, "S12": -15.0, "W13": -15.0, "S13": -32.753454382997731, "W21": -40.785099052037481, "S21": -40.785099052037481, "W22": -35.463156202717066, "S22": -38.385696414319547, "W31": -68.822882970762407, "S31": -68.822882970762407, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106922.0, 514256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.093444562139164827, "S11": -0.093444562139164827, "W12": -6.1960322171690745, "S12": -8.0970345429074193, "W13": -15.0, "S13": -16.931972978653597, "W21": -39.800514800514804, "S21": -40.149932382932391, "W22": -39.488048561178125, "S22": -39.488048561178125, "W31": -70.0, "S31": -70.822921342966112, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106923.0, 499707.875 ] } }, +{ "type": "Feature", "properties": { "W11": -4.2630715585868106, "S11": -4.3144031165095802, "W12": -11.723240256750534, "S12": -11.787456534690525, "W13": -33.166936079254505, "S13": -33.547138544761893, "W21": -38.243496116877822, "S21": -38.243496116877822, "W22": -32.366008537595498, "S22": -32.366008537595498, "W31": -70.0, "S31": -71.873475383959786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106923.0, 512091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.545576447030768, "S11": -1.545576447030768, "W12": -5.9963507988044258, "S12": -5.9963507988044258, "W13": -20.0, "S13": -20.0, "W21": -43.662060781899903, "S21": -43.662060781899903, "W22": -36.703220948138437, "S22": -36.703220948138437, "W31": -71.552189168506317, "S31": -71.552189168506317, "W32": -99.935128719354978, "S32": -104.93512871935498 }, "geometry": { "type": "Point", "coordinates": [ 106924.625, 520847.75 ] } }, +{ "type": "Feature", "properties": { "W11": -3.034911327231121, "S11": -3.034911327231121, "W12": -10.862337671503585, "S12": -10.862337671503585, "W13": -32.092737420462804, "S13": -32.092737420462804, "W21": -38.027911152471539, "S21": -38.027911152471539, "W22": -36.899292619814901, "S22": -37.816758801158954, "W31": -75.641748925335108, "S31": -77.02475976505815, "W32": -99.088312923917385, "S32": -104.08831292391739 }, "geometry": { "type": "Point", "coordinates": [ 106924.75, 511863.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69705341695501732, "S11": -0.69705341695501732, "W12": -6.0189086714780595, "S12": -6.0189086714780595, "W13": -16.947625677717856, "S13": -18.697688157165405, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.548639460051717, "S22": -38.037724181020494, "W31": -62.963960474629602, "S31": -62.963960474629602, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106925.0, 501758.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.266925334202804, "S11": -4.2669253342028037, "W12": -8.6594718684672891, "S12": -8.9892888687155015, "W13": -18.951530999517384, "S13": -20.029756776471505, "W21": -30.828010248482357, "S21": -31.521063604554961, "W22": -40.155955378229635, "S22": -40.155955378229635, "W31": -59.55980067974356, "S31": -59.55980067974356, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106925.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9700337114180222, "S12": -9.4557453173382218, "W13": -13.758426707055387, "S13": -13.758426707055387, "W21": -40.0, "S21": -40.0, "W22": -39.499489875714275, "S22": -39.499489875714275, "W31": -70.0, "S31": -70.753410422802034, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106925.0, 515473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41128673100120433, "S11": -0.41128673100120433, "W12": -9.3992093139494006, "S12": -10.292174758794991, "W13": -13.848463554007026, "S13": -29.74507799870533, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -42.101574215247545, "W31": -80.0, "S31": -82.515749888292746, "W32": -98.223558297271595, "S32": -103.22355829727159 }, "geometry": { "type": "Point", "coordinates": [ 106925.4, 514946.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1577314957623239, "S11": -2.7990180777977338, "W12": -11.245909665001861, "S12": -13.126832481727654, "W13": -18.508642571403904, "S13": -20.526587512383664, "W21": -30.0, "S21": -30.0, "W22": -37.339885449474316, "S22": -37.339885449474316, "W31": -70.0, "S31": -71.30024292069983, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106925.454545454544132, 504114.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0570318707011366, "S11": -1.0570318707011366, "W12": -6.3023358867970343, "S12": -7.5295187725081165, "W13": -24.569446650781085, "S13": -24.577129517084849, "W21": -30.0, "S21": -30.308314975497662, "W22": -39.486934266210163, "S22": -39.486934266210163, "W31": -70.0, "S31": -70.857915697857692, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106926.4, 507933.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.78441986141002285, "W12": -8.9007852641783813, "S12": -15.273345071092558, "W13": -20.889563870468077, "S13": -20.889563870468077, "W21": -30.0, "S21": -30.0, "W22": -32.181753888266599, "S22": -32.181753888266599, "W31": -70.0, "S31": -71.901199777177553, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106928.0, 504951.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0726940440805339, "S11": -1.0726940440805339, "W12": -5.4003122955671161, "S12": -20.400312295567115, "W13": -21.732619266657906, "S13": -21.735241120170006, "W21": -30.0, "S21": -30.693944911789639, "W22": -39.544598410750325, "S22": -39.545511453063838, "W31": -70.663346150385024, "S31": -71.094928679223443, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106928.0, 510385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91247451151188808, "S11": -4.478004633295579, "W12": -6.0656898478535055, "S12": -14.286521277686315, "W13": -25.568071520843709, "S13": -25.568071520843709, "W21": -30.0, "S21": -30.0, "W22": -36.854398468239708, "S22": -37.040980750672212, "W31": -74.615088322870093, "S31": -75.587703870323907, "W32": -99.323927610512669, "S32": -104.32392761051267 }, "geometry": { "type": "Point", "coordinates": [ 106928.5, 508787.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9351859877302964, "S12": -10.175191551545659, "W13": -15.268339709778711, "S13": -16.167389745749322, "W21": -40.0, "S21": -40.0, "W22": -40.150172240222318, "S22": -40.150172240222318, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106929.0, 497936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.0352316933639463, "S11": -3.0352316933639463, "W12": -10.844003726497734, "S12": -10.844003726497734, "W13": -32.065791555279695, "S13": -32.065791555279695, "W21": -38.011734435601461, "S21": -38.011734435601461, "W22": -39.855970295681573, "S22": -39.865970295681571, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106929.333333333328483, 511859.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89508477492423566, "S11": -0.89508477492423566, "W12": -5.5018025918347462, "S12": -8.6425714684461639, "W13": -22.23226105374636, "S13": -22.23226105374636, "W21": -29.847415939384287, "S21": -30.061138912190838, "W22": -39.604748356118037, "S22": -39.604748356118037, "W31": -70.663991262416374, "S31": -70.663991262416374, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106930.0, 507291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49415538877779075, "S11": -0.49415538877779075, "W12": -4.9238735227436559, "S12": -10.072099509400545, "W13": -15.411652468952891, "S13": -17.097381482791665, "W21": -40.0, "S21": -40.142888823591463, "W22": -39.552203267094647, "S22": -39.553480039533937, "W31": -70.734100991504107, "S31": -71.110186907073924, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106930.6, 497862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76283707024370562, "S11": -0.76283707024370562, "W12": -4.0861128956618513, "S12": -19.58157488048554, "W13": -21.527087112392223, "S13": -21.527087112392223, "W21": -30.0, "S21": -30.0, "W22": -39.499658178071257, "S22": -39.499658178071257, "W31": -70.0, "S31": -70.794818603259145, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106931.0, 510017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5566260381634369, "S11": -1.5566260381634369, "W12": -8.5199631329326539, "S12": -8.5199631329326539, "W13": -22.839604786329328, "S13": -22.839604786329328, "W21": -31.595049524376925, "S21": -32.641211256791102, "W22": -39.469339661704772, "S22": -39.469339661704772, "W31": -70.0, "S31": -71.021414697841749, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106931.428571428565192, 510827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55272613076210031, "S11": -2.2841799358703891, "W12": -8.3869509043927657, "S12": -9.3869509043927657, "W13": -16.791470450491744, "S13": -19.608881354747062, "W21": -32.142994057887677, "S21": -32.242068933944445, "W22": -38.667570573097585, "S22": -38.667570573097585, "W31": -70.0, "S31": -71.187532805308706, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 500342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0062555241313422, "S12": -5.0062555241313422, "W13": -19.016970581061905, "S13": -19.016970581061905, "W21": -34.749174579401163, "S21": -34.749174579401163, "W22": -40.285912084430386, "S22": -40.285912084430386, "W31": -59.999953971860229, "S31": -59.999953971860229, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106932.0, 522348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.507857212038274, "S22": -39.507857212038274, "W31": -70.0, "S31": -70.741540123313783, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106933.642105263163103, 530016.147368421079591 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7390149336711378, "S12": -8.8459538660063899, "W13": -13.704348034780626, "S13": -17.556042422403412, "W21": -40.148062958677116, "S21": -40.148062958677116, "W22": -33.036438588366728, "S22": -33.036438588366728, "W31": -70.0, "S31": -71.815176694804862, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106933.736842105266987, 515933.86842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -1.085660535023274, "S11": -1.085660535023274, "W12": -5.4394526650260113, "S12": -19.774229976519177, "W13": -21.666470232619268, "S13": -21.666470232619268, "W21": -30.0, "S21": -30.718353874784928, "W22": -30.0, "S22": -30.262350328570449, "W31": -70.0, "S31": -72.914043218376335, "W32": -95.206629223828372, "S32": -100.20662922382837 }, "geometry": { "type": "Point", "coordinates": [ 106934.0, 510394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0618282498925122, "S12": -9.695981838157655, "W13": -13.742957276363544, "S13": -20.854721820593063, "W21": -40.0, "S21": -40.0, "W22": -40.148410601219027, "S22": -40.148410601219027, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106934.0, 515283.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89936042610828615, "S11": -0.89936042610828615, "W12": -5.4752265419467996, "S12": -8.5979820668086777, "W13": -22.253177124702145, "S13": -22.253177124702145, "W21": -29.913853478380808, "S21": -30.154178385080439, "W22": -39.49262513645958, "S22": -39.49262513645958, "W31": -70.0, "S31": -70.879382048631228, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106934.5, 507296.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1470880310127605, "S11": -1.1470880310127605, "W12": -5.7524415127254596, "S12": -17.216973799174628, "W13": -21.658047145102149, "S13": -21.658047145102149, "W21": -30.0, "S21": -30.916183854770182, "W22": -38.441165144430066, "S22": -38.441165144430066, "W31": -59.713113712845789, "S31": -59.713113712845789, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106935.0, 510449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51491582138399095, "S11": -5.9170082026689252, "W12": -5.9170082026689252, "S12": -5.9170082026689252, "W13": -13.865925874358053, "S13": -15.300643340111478, "W21": -40.0, "S21": -43.0, "W22": -32.470776446684162, "S22": -32.470776446684162, "W31": -69.999999999999986, "S31": -71.897864429790872, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106936.0, 497129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1134424479504887, "S11": -1.4805412010138836, "W12": -6.564328211496318, "S12": -10.816718240821832, "W13": -25.0, "S13": -25.057044391084066, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.525428532173322, "W31": -80.0, "S31": -82.7776171603211, "W32": -97.260520166081363, "S32": -102.26052016608136 }, "geometry": { "type": "Point", "coordinates": [ 106936.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82237443826341727, "S11": -3.2562111657047952, "W12": -5.3454992425791099, "S12": -14.704605784229184, "W13": -25.24006822645989, "S13": -25.24006822645989, "W21": -30.0, "S21": -30.0, "W22": -40.352480065765576, "S22": -40.352480065765576, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106936.0, 508991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0972233890415315, "S11": -1.0972233890415315, "W12": -5.485224992990771, "S12": -19.286226752840317, "W13": -21.63681202085256, "S13": -21.63681202085256, "W21": -29.999999999999996, "S21": -30.747162069294099, "W22": -36.803570816951023, "S22": -36.803570816951023, "W31": -71.397437791799078, "S31": -71.397437791799078, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106936.333333333328483, 510402.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8623459657367687, "S11": -1.8623459657367687, "W12": -10.0, "S12": -13.111793715081273, "W13": -19.757934867484266, "S13": -19.757934867484266, "W21": -39.361053136002347, "S21": -39.361053136002347, "W22": -37.379389705383126, "S22": -37.379389705383126, "W31": -70.0, "S31": -71.329202649643477, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106937.0, 513060.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.4999999999999161, "S11": 2.4999999999999161, "W12": -5.2327198981961152, "S12": -5.2327198981961152, "W13": -19.708165039466707, "S13": -19.708165039466707, "W21": -33.800696371457761, "S21": -33.800696371457761, "W22": -39.489375341257571, "S22": -39.489375341257571, "W31": -70.0, "S31": -70.93567007145576, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106937.2, 522005.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89265650080257686, "S11": -0.89265650080257686, "W12": -4.9687598254373571, "S12": -13.988724751917893, "W13": -20.597031186263084, "S13": -21.586558745318172, "W21": -29.9514607316408, "S21": -33.167365411762894, "W22": -34.102194493210568, "S22": -34.102194493210568, "W31": -69.999999999999986, "S31": -71.697928337633925, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106937.571428571434808, 506379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0412181033032613, "S11": -1.0412181033032613, "W12": -5.2180084732563863, "S12": -20.322836793425918, "W13": -21.657637446883015, "S13": -21.671526008981139, "W21": -30.0, "S21": -30.578140283818215, "W22": -36.87790662308764, "S22": -38.396211073966455, "W31": -73.332657017402639, "S31": -73.92856849687459, "W32": -99.615035447932968, "S32": -104.61503544793297 }, "geometry": { "type": "Point", "coordinates": [ 106937.666666666671517, 510356.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56646973684599533, "S11": -0.56646973684599533, "W12": -4.491976161669009, "S12": -14.972296861377803, "W13": -23.15168653465679, "S13": -23.15168653465679, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106937.833333333328483, 509634.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.56902031454800639, "W12": -10.0, "S12": -10.054540570254471, "W13": -17.375381941843706, "S13": -20.230963332256565, "W21": -30.0, "S21": -30.0, "W22": -35.904470184310831, "S22": -37.335492492668095, "W31": -73.084315473778318, "S31": -74.312578359163922, "W32": -96.199424853451205, "S32": -101.19942485345121 }, "geometry": { "type": "Point", "coordinates": [ 106938.0, 500930.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0876972221775323, "S11": -1.3155220352194181, "W12": -6.4525090891237715, "S12": -9.4980851849265857, "W13": -24.825853852263702, "S13": -24.900519434402892, "W21": -30.0, "S21": -30.0, "W22": -37.001450734600532, "S22": -37.001450734600532, "W31": -70.0, "S31": -71.376818771890783, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106938.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9074788984883408, "S12": -9.2949649702585742, "W13": -13.710788849210459, "S13": -13.710788849210459, "W21": -40.0, "S21": -40.0, "W22": -32.670850898404744, "S22": -32.670850898404744, "W31": -70.0, "S31": -71.884598235140857, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106938.5, 515592.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0571778835830252, "S11": -1.0571778835830252, "W12": -6.2757607391731254, "S12": -7.135378391605899, "W13": -24.463481977381928, "S13": -24.463481977381928, "W21": -30.000000000000004, "S21": -30.917946898221508, "W22": -36.855244153327831, "S22": -36.855244153327831, "W31": -72.283872339977094, "S31": -72.283872339977094, "W32": -99.826777085528605, "S32": -104.8267770855286 }, "geometry": { "type": "Point", "coordinates": [ 106938.571428571434808, 507903.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98521281756491508, "S11": -0.98521281756491508, "W12": -4.9538462166753794, "S12": -20.227054897586438, "W13": -21.678462872913656, "S13": -21.710294275927794, "W21": -30.0, "S21": -30.409118498342139, "W22": -40.0, "S22": -42.183571926522042, "W31": -80.0, "S31": -82.577224813718502, "W32": -98.192678478259921, "S32": -103.19267847825992 }, "geometry": { "type": "Point", "coordinates": [ 106939.0, 510310.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77788635342031343, "S11": -0.77788635342031343, "W12": -5.0, "S12": -5.598304166186205, "W13": -17.302192133069607, "S13": -20.106393212105054, "W21": -30.0, "S21": -30.0, "W22": -32.949359707502978, "S22": -39.243263928069389, "W31": -64.173830819364852, "S31": -64.173830819364852, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106939.714285714289872, 502431.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -28.372460957435951, "S13": -28.372460957435951, "W21": -35.287770272633516, "S21": -35.287770272633516, "W22": -36.900016725531763, "S22": -38.417207838170867, "W31": -73.300767251018328, "S31": -73.884599010748317, "W32": -99.62585397293067, "S32": -104.62585397293067 }, "geometry": { "type": "Point", "coordinates": [ 106940.0, 511294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9851955647583353, "S12": -9.5018334057732954, "W13": -13.715826684739049, "S13": -13.715826684739049, "W21": -40.0, "S21": -40.0, "W22": -39.541928430598411, "S22": -39.541928430598411, "W31": -70.386440621084247, "S31": -70.961336232787886, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106940.0, 515435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92920753182656879, "S11": -0.92920753182656879, "W12": -4.7032153903118061, "S12": -20.133579556656827, "W13": -21.699288298944296, "S13": -21.747668194339109, "W21": -30.0, "S21": -30.240096712866059, "W22": -33.565967164867672, "S22": -33.565967164867672, "W31": -70.0, "S31": -71.774637498965049, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106940.333333333328483, 510264.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -3.3770423340960081, "S11": -3.3770423340960081, "W12": -10.992565609511608, "S12": -10.992565609511608, "W13": -32.239893721172123, "S13": -32.239893721172123, "W21": -38.007066162729153, "S21": -38.007066162729153, "W22": -36.898887706514962, "S22": -38.127759480468626, "W31": -73.033063762624991, "S31": -73.516113556077741, "W32": -99.680795711465052, "S32": -104.68079571146505 }, "geometry": { "type": "Point", "coordinates": [ 106940.666666666671517, 511901.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8862359550561798, "S11": -0.8862359550561798, "W12": -4.9729553657892414, "S12": -14.060369368217406, "W13": -20.599561431386576, "S13": -21.584364580992876, "W21": -30.0, "S21": -33.182135435484433, "W22": -40.392360470491127, "S22": -40.392360470491127, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106941.0, 506375.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76937341624875977, "S11": -0.76937341624875977, "W12": -5.0, "S12": -5.0, "W13": -17.277805608935747, "S13": -19.981324939524633, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -33.592633321400925, "S22": -33.592633321400925, "W31": -70.0, "S31": -71.77626031254583, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106941.166666666671517, 502384.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3930489983104462, "S12": -8.3930489983104462, "W13": -14.100123855312027, "S13": -16.103852751954822, "W21": -41.092169330333149, "S21": -41.092169330333149, "W22": -38.242066100614181, "S22": -38.242066100614181, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106941.465517241376801, 516626.715517241391353 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87320224608829855, "S11": -0.87320224608829855, "W12": -4.452584563948518, "S12": -20.040104215727332, "W13": -21.573569774055894, "S13": -21.623685522451954, "W21": -30.0, "S21": -30.071074927390171, "W22": -39.534681708491746, "S22": -39.534681708491746, "W31": -70.216866265482679, "S31": -70.863922542111482, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106941.666666666671517, 510218.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -37.018445123106709, "S22": -37.018445123106709, "W31": -69.837692079931841, "S31": -69.837692079931841, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106942.297872340423055, 529970.55319148930721 ] } }, +{ "type": "Feature", "properties": { "W11": -3.9696138443933906, "S11": -3.9696138443933906, "W12": -11.319713999404078, "S12": -11.319713999404078, "W13": -32.647756781932465, "S13": -32.647756781932465, "W21": -38.078045183055799, "S21": -38.078045183055799, "W22": -36.913368773502455, "S22": -37.218487741277414, "W31": -72.459011211406803, "S31": -72.567843885861606, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106942.428571428565192, 511988.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.640171016692463, "S12": -5.640171016692463, "W13": -20.0, "S13": -20.0, "W21": -43.280525199222957, "S21": -43.280525199222957, "W22": -35.964388244208955, "S22": -37.908241357567093, "W31": -61.782097029859202, "S31": -61.782097029859202, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106942.8, 521389.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.1580319246980095, "S11": 2.1580319246980095, "W12": -4.6043960600861213, "S12": -4.6043960600861213, "W13": -17.789563686217704, "S13": -17.789563686217704, "W21": -36.547774692360647, "S21": -36.547774692360647, "W22": -39.494649850953529, "S22": -39.494649850953529, "W31": -70.0, "S31": -70.97624800699441, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106942.8, 522958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81719696034995237, "S11": -0.81719696034995237, "W12": -4.2116568522483941, "S12": -19.956331989461169, "W13": -21.383571247455816, "S13": -21.438498822030855, "W21": -30.0, "S21": -30.0, "W22": -37.41889396129195, "S22": -37.41889396129195, "W31": -70.0, "S31": -71.358162378587124, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106943.0, 510172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8679204805491993, "S11": -2.8679204805491993, "W12": -10.693083394500592, "S12": -10.693083394500592, "W13": -31.866661113500523, "S13": -31.866661113500523, "W21": -37.946064606003858, "S21": -37.946064606003858, "W22": -40.43300015018572, "S22": -40.43300015018572, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106943.0, 511823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1821403585850401, "S11": -1.1821403585850421, "W12": -6.0091931404006047, "S12": -14.703182581310214, "W13": -21.7169454164484, "S13": -21.7169454164484, "W21": -30.00964801444383, "S21": -31.087667407179325, "W22": -40.0, "S22": -40.0, "W31": -58.059214281242987, "S31": -58.059214281242987, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106943.8, 510497.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55904263152879208, "S11": -2.4900264651823774, "W12": -8.2613695090439272, "S12": -9.2613695090439272, "W13": -16.941336354028738, "S13": -19.941336354028738, "W21": -31.844704236283043, "S21": -31.896325992902643, "W22": -37.828927439241646, "S22": -37.828927439241646, "W31": -60.33227361222103, "S31": -60.33227361222103, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106944.0, 500366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2264251614714967, "S11": -1.5006960274721239, "W12": -11.413008748573603, "S12": -15.156122867195947, "W13": -18.443754619364377, "S13": -19.825710997421112, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.46581017253002, "W31": -80.000000000000014, "S31": -82.897956318565633, "W32": -97.336342352059134, "S32": -102.33634235205913 }, "geometry": { "type": "Point", "coordinates": [ 106944.0, 504451.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39604369648656629, "S11": -0.89604369648656612, "W12": -7.3935173549205047, "S12": -15.718568820811043, "W13": -22.464020422255235, "S13": -22.464020422255235, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.069655781698565, "S22": -38.491996034189498, "W31": -75.486873032566436, "S31": -76.813694984373882, "W32": -99.178675996685371, "S32": -104.17867599668537 }, "geometry": { "type": "Point", "coordinates": [ 106945.0, 505330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.4224250598381518, "S11": -3.4224250598381518, "W12": -10.960125774955682, "S12": -11.812495728126166, "W13": -30.00346779729324, "S13": -38.910327612348972, "W21": -38.910327612348972, "S21": -38.910327612348972, "W22": -39.487778444767635, "S22": -39.487778444767635, "W31": -70.0, "S31": -71.07560318090907, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106945.0, 512499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0586346073064958, "S11": -1.0586346073064958, "W12": -6.2709143673247594, "S12": -7.0493122280380458, "W13": -24.425377283558294, "S13": -24.425377283558294, "W21": -29.999999999999996, "S21": -31.158984849166394, "W22": -36.96523057806283, "S22": -36.96523057806283, "W31": -72.237113424797712, "S31": -72.237113424797712, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106945.2, 507892.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.069351403678606288, "S11": -0.18064859632139371, "W12": -5.7736576281001533, "S12": -16.705083462247217, "W13": -23.48337131507845, "S13": -23.48337131507845, "W21": -30.000000000000004, "S21": -30.466902557194036, "W22": -40.0, "S22": -42.265569637796489, "W31": -80.0, "S31": -82.638699739144229, "W32": -98.16179865924822, "S32": -103.16179865924822 }, "geometry": { "type": "Point", "coordinates": [ 106946.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13240435035929307, "S11": 0.13240435035929307, "W12": -5.3483793517406966, "S12": -11.513413486498784, "W13": -22.937550351299844, "S13": -23.503461495259796, "W21": -30.0, "S21": -31.77055403155854, "W22": -39.869018085872924, "S22": -39.879018085872922, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106946.0, 506125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56100204698313672, "S11": -0.56100204698313672, "W12": -4.5160974153988187, "S12": -14.516097415398818, "W13": -23.278276167733043, "S13": -23.278276167733043, "W21": -30.0, "S21": -30.0, "W22": -36.43346205335704, "S22": -37.171342636012731, "W31": -69.329114098067478, "S31": -69.329114098067478, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106946.0, 509607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.8570107288198296, "S11": -3.8570107288198296, "W12": -11.288965381404815, "S12": -11.77995919654378, "W13": -31.602399773262352, "S13": -37.204668408480217, "W21": -38.553025112572918, "S21": -38.553025112572918, "W22": -33.592238643677035, "S22": -33.592238643677035, "W31": -70.0, "S31": -71.816523469041286, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106946.0, 512396.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -32.805434170287334, "S22": -32.805434170287334, "W31": -70.000000000000014, "S31": -71.9401302641364, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106946.569230769237038, 530033.553846153896302 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.844167525799266, "S12": -9.1301335099746623, "W13": -13.678598123248209, "S13": -13.678598123248209, "W21": -40.0, "S21": -40.0, "W22": -29.999999999999996, "S22": -29.999999999999996, "W31": -70.0, "S31": -72.315781605306441, "W32": -94.819925431288667, "S32": -99.819925431288667 }, "geometry": { "type": "Point", "coordinates": [ 106946.756097560981289, 515715.634146341471933 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53703455314805082, "S11": -0.53703455314805082, "W12": -4.8077321782185329, "S12": -14.530143846031605, "W13": -24.495325554989993, "S13": -24.495325554989993, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.542054746628438, "W31": -79.999999999999986, "S31": -82.821572233076623, "W32": -97.801082364013979, "S32": -102.80108236401398 }, "geometry": { "type": "Point", "coordinates": [ 106947.1, 509334.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4349659982595866, "S11": -1.4349659982595857, "W12": -8.1048769497622164, "S12": -8.1048769497622164, "W13": -22.486866346826524, "S13": -22.486866346826524, "W21": -31.300789052043239, "S21": -32.672413819369488, "W22": -39.308824976596831, "S22": -39.308824976596831, "W31": -70.0, "S31": -71.216586819842931, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106947.285714285710128, 510781.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70586664032933633, "S11": -1.18471279417549, "W12": -9.5943549615677597, "S12": -15.118135752367788, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -40.473639829880312, "S22": -40.473639829880312, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 504777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.25, "S11": -1.28, "W12": -4.9744343692226423, "S12": -12.480167540678192, "W13": -20.808767373614735, "S13": -21.371916979913948, "W21": -27.680576297338, "S21": -31.314565959069412, "W22": -37.458398217200774, "S22": -37.458398217200774, "W31": -70.0, "S31": -71.387122107530772, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 506501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8873720227627215, "S12": -5.8873720227627215, "W13": -20.0, "S13": -20.0, "W21": -43.484818986323411, "S21": -43.484818986323411, "W22": -39.574281661855657, "S22": -39.575172804012453, "W31": -70.566120896925298, "S31": -71.017574905709552, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106948.0, 521016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96085974850083899, "S11": -1.4067207648412952, "W12": -5.347802786709539, "S12": -8.8568062653262771, "W13": -22.014614335459193, "S13": -22.014614335459193, "W21": -28.874675605517513, "S21": -28.890588541637072, "W22": -33.047357224806063, "S22": -33.047357224806063, "W31": -70.0, "S31": -71.911035420997976, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106949.0, 507207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54758299854195291, "S11": -6.0899386748670423, "W12": -6.0899386748670423, "S12": -6.0899386748670423, "W13": -13.738425631083365, "S13": -14.658504523164144, "W21": -39.507172070828801, "S21": -42.507172070828801, "W22": -37.096973426176838, "S22": -37.498016480587808, "W31": -74.557745008274722, "S31": -75.502182265713301, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106950.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9515106918039624, "S12": -10.65401548115325, "W13": -15.111517908888615, "S13": -15.340087071594738, "W21": -40.0, "S21": -40.0, "W22": -33.620280616123708, "S22": -33.620280616123708, "W31": -70.0, "S31": -71.832230517919385, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106950.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27986356573747578, "S11": 0.27986356573747578, "W12": -8.544717664053497, "S12": -18.544717664053497, "W13": -19.401803876856142, "S13": -21.717717827481426, "W21": -40.769566671443563, "S21": -40.769566671443563, "W22": -33.028897189132778, "S22": -33.028897189132778, "W31": -70.0, "S31": -71.920983927582583, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106950.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37869058500328995, "S11": -0.37869058500328995, "W12": -5.3729416489758446, "S12": -5.8399097333353556, "W13": -15.0, "S13": -16.092331494658275, "W21": -36.229086229086228, "S21": -36.450936636385194, "W22": -39.484678067305005, "S22": -39.484678067305005, "W31": -70.0, "S31": -71.18197373448416, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106950.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0673971815193544, "S11": -1.0673971815193544, "W12": -6.2214428781051412, "S12": -6.2214428781051412, "W13": -20.0, "S13": -29.073100895648857, "W21": -40.97428458192217, "S21": -40.97428458192217, "W22": -39.529048340523971, "S22": -39.529048340523971, "W31": -70.0, "S31": -70.855156823618145, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106950.272727272720658, 520510.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11145738716442066, "W12": -10.0, "S12": -10.463994070109097, "W13": -17.332394292907399, "S13": -20.306235563488546, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -34.486657237766558, "S22": -34.486657237766558, "W31": -70.0, "S31": -71.732480350996866, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106950.571428571434808, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2547230678643444, "S11": -1.6915744793636256, "W12": -10.929489757104946, "S12": -15.194916847938368, "W13": -18.798088902966857, "S13": -18.798088902966857, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.514279509574905, "S22": -40.514279509574905, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106950.571428571434808, 504528.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0941809123919803, "S11": -1.3822326303620729, "W12": -6.4756059329607512, "S12": -9.7647583570974792, "W13": -24.817513899920574, "S13": -24.905770082121215, "W21": -30.0, "S21": -30.0, "W22": -33.977554736541165, "S22": -37.902852836960491, "W31": -63.289097343590527, "S31": -63.289097343590527, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106951.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.00089554050445, "S12": -4.4421475868793543, "W13": -15.0, "S13": -15.0, "W21": -38.110780733958414, "S21": -38.110780733958414, "W22": -40.0, "S22": -43.404563417393142, "W31": -80.0, "S31": -83.0, "W32": -97.403538655126908, "S32": -102.40353865512691 }, "geometry": { "type": "Point", "coordinates": [ 106951.166666666671517, 524339.5 ] } }, +{ "type": "Feature", "properties": { "W11": -3.718852974828375, "S11": -3.718852974828375, "W12": -11.138516642743005, "S12": -11.138516642743005, "W13": -32.413995887064857, "S13": -32.413995887064857, "W21": -38.00239788985693, "S21": -38.00239788985693, "W22": -40.649370021330533, "S22": -40.659370021330531, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106952.0, 511943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2171926861573199, "S11": -1.2171926861573217, "W12": -6.2659447680757481, "S12": -12.189391363445798, "W13": -21.775843687794648, "S13": -21.775843687794648, "W21": -30.144160173602668, "S21": -31.380643261622932, "W22": -39.534729210376582, "S22": -39.534729210376582, "W31": -70.0, "S31": -70.836698496519887, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106952.6, 510545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85853238741517579, "S11": -0.85853238741517579, "W12": -4.3481328410872973, "S12": -20.012528013883081, "W13": -21.484959327307241, "S13": -21.543853764770034, "W21": -30.0, "S21": -30.0, "W22": -38.607542229353072, "S22": -40.447931133778908, "W31": -77.324883346522228, "S31": -79.359045289479226, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106953.5, 510203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49681498176685301, "S11": -0.49681498176685301, "W12": -4.9359114682884391, "S12": -10.531592356124351, "W13": -15.312126720380709, "S13": -16.653268603201241, "W21": -40.0, "S21": -40.0, "W22": -39.751444840048855, "S22": -39.751444840048855, "W31": -58.340752562919029, "S31": -58.340752562919029, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106953.6, 497895.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68603538083537952, "S11": -0.68603538083537952, "W12": -6.372832305992727, "S12": -6.372832305992727, "W13": -16.814416028096431, "S13": -18.447730428263814, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.406191812886725, "W31": -80.0, "S31": -83.000667136755723, "W32": -97.412164538036933, "S32": -102.41216453803693 }, "geometry": { "type": "Point", "coordinates": [ 106954.181818181823473, 501671.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8139421896161299, "S12": -5.8139421896161299, "W13": -20.0, "S13": -20.0, "W21": -43.67071064628589, "S21": -43.67071064628589, "W22": -40.0, "S22": -42.347567349070978, "W31": -80.0, "S31": -82.700174664569985, "W32": -98.130918840236546, "S32": -103.13091884023655 }, "geometry": { "type": "Point", "coordinates": [ 106954.666666666671517, 521128.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36772058917658151, "S11": -0.36772058917658151, "W12": -5.0, "S12": -5.4129094764037688, "W13": -15.0, "S13": -16.133610091523639, "W21": -36.580957857553607, "S21": -36.803560492642426, "W22": -39.509248842358957, "S22": -39.509248842358957, "W31": -70.0, "S31": -71.043134755662649, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106955.0, 499970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47948216490156587, "S11": -0.47948216490156603, "W12": -6.120259337885134, "S12": -6.6922555748443724, "W13": -15.149457739086246, "S13": -16.025693649982276, "W21": -35.255620362003341, "S21": -35.421781004648309, "W22": -37.132772519447784, "S22": -38.587240048746516, "W31": -73.567948799943551, "S31": -74.233924790031992, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106955.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.70853337432700148, "W12": -8.764907297830451, "S12": -15.379942436610779, "W13": -20.959945821834879, "S13": -20.959945821834879, "W21": -30.0, "S21": -30.0, "W22": -33.853247552178956, "S22": -33.853247552178956, "W31": -69.999999999999986, "S31": -71.830264668103311, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106955.333333333328483, 504989.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5869284690567005, "S12": -5.5869284690567005, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -42.564809037372491, "S21": -42.564809037372491, "W22": -37.49790247310959, "S22": -37.49790247310959, "W31": -70.0, "S31": -71.416081836474419, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106955.666666666671517, 521472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71012780614557214, "S11": -0.71012780614557214, "W12": -6.0200345374133937, "S12": -6.0200345374133937, "W13": -16.969140840419769, "S13": -18.5449137618068, "W21": -30.0, "S21": -30.0, "W22": -39.532041229510405, "S22": -39.532041229510405, "W31": -70.0, "S31": -70.894120858238779, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106956.0, 501789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0230492196878753, "S12": -12.464475365698062, "W13": -21.336334152044152, "S13": -22.358905392908085, "W21": -30.000000000000004, "S21": -32.350869837093107, "W22": -40.554919189269498, "S22": -40.554919189269498, "W31": -59.999999999999993, "S31": -59.999999999999993, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106956.0, 506230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6415119366681123, "W12": -5.6781247313244219, "S12": -7.300972436266, "W13": -14.875859951965744, "S13": -16.462161345969651, "W21": -39.999999999999993, "S21": -41.960602144103298, "W22": -39.546089616695554, "S22": -39.546089616695554, "W31": -70.0, "S31": -70.794458551940437, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106956.6, 497335.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5730409542870996, "S11": -1.5730409542870996, "W12": -8.8139226303630309, "S12": -8.8139226303630309, "W13": -23.017352643102075, "S13": -23.017352643102075, "W21": -31.928441103171906, "S21": -32.706441229680436, "W22": -33.927587371737665, "S22": -33.927587371737665, "W31": -70.0, "S31": -71.828431368825477, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106956.666666666671517, 510856.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.661422875350409, "W13": -17.312329757897011, "S13": -20.312329757897011, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -33.212846526968036, "S22": -33.212846526968036, "W31": -70.0, "S31": -71.941925773217804, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106957.0, 501032.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.069447576099210831, "S11": -0.21662736458334714, "W12": -5.8825569170546768, "S12": -17.609190459756469, "W13": -23.254750208882193, "S13": -23.254750208882193, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.976585550228165, "W31": -80.0, "S31": -82.965365618006331, "W32": -97.623119418101467, "S32": -102.62311941810147 }, "geometry": { "type": "Point", "coordinates": [ 106957.0, 505848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24754680214350347, "S11": 0.24754680214350347, "W12": -5.4222279895815744, "S12": -11.979069782398433, "W13": -23.190988526186771, "S13": -23.607396508448442, "W21": -30.0, "S21": -31.531499847600323, "W22": -37.371697848198792, "S22": -37.371697848198792, "W31": -70.0, "S31": -71.437156883735213, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106957.0, 506092.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6688706129324675, "S12": -8.6688706129324675, "W13": -13.626560756809733, "S13": -21.166948297197493, "W21": -40.325804607480237, "S21": -40.325804607480237, "W22": -39.718312340672021, "S22": -39.718312340672021, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106957.098484848480439, 516063.492424242431298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4137344993968573, "S11": -0.4137344993968573, "W12": -9.3315182220077713, "S12": -10.20511461181821, "W13": -13.690196539367214, "S13": -28.146112071600626, "W21": -40.0, "S21": -40.0, "W22": -35.24145799428571, "S22": -35.24145799428571, "W31": -70.0, "S31": -71.67684330703338, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106957.8, 514978.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52100046104195474, "S11": -0.52100046104195474, "W12": -5.0, "S12": -12.643463497453311, "W13": -21.219244695983605, "S13": -22.271696038678854, "W21": -30.0, "S21": -32.382469159006909, "W22": -39.141864412626859, "S22": -39.141864412626859, "W31": -70.0, "S31": -71.287401470133588, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106958.0, 506237.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7707870265932595, "S12": -10.044438750190059, "W13": -17.223131347733307, "S13": -20.223131347733307, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106959.0, 501182.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74386386322976605, "S11": -0.74386386322976605, "W12": -4.0821483606063609, "S12": -19.540949134300661, "W13": -21.621395707603472, "S13": -21.621395707603472, "W21": -30.0, "S21": -30.0, "W22": -39.566430899732254, "S22": -39.566430899732254, "W31": -70.158122688243168, "S31": -70.822533229528517, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106959.4, 510002.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77986788879429048, "S11": -2.8287825472048893, "W12": -5.2083457822925325, "S12": -14.63255899833233, "W13": -25.260467253396207, "S13": -25.260467253396207, "W21": -30.0, "S21": -30.0, "W22": -37.24549322328825, "S22": -37.24549322328825, "W31": -69.999999999999986, "S31": -71.458231930996007, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106959.666666666671517, 509030.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.014586412629821481, "S11": -0.014586412629821481, "W12": -6.7448743346779008, "S12": -10.345693534478551, "W13": -15.564906617477519, "S13": -17.547014326925847, "W21": -40.070409300841142, "S21": -40.070409300841142, "W22": -39.600483117538445, "S22": -39.602007087159514, "W31": -70.649217367513785, "S31": -71.011230071750717, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106960.0, 499595.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2461400037779804, "S11": 0.24614000377798007, "W12": -5.4445605886251496, "S12": -12.144301927725559, "W13": -23.191507594624888, "S13": -23.560871383500867, "W21": -30.0, "S21": -31.45775212103548, "W22": -39.556555423114901, "S22": -39.556555423114901, "W31": -70.0, "S31": -70.753571458412935, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106960.0, 506081.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999999035, "S11": -1.7999999999999035, "W12": -5.5342870959602459, "S12": -5.5342870959602459, "W13": -20.0, "S13": -20.0, "W21": -41.828122174653757, "S21": -41.828122174653757, "W22": -37.172428875308924, "S22": -37.956889913041671, "W31": -72.665464000511648, "S31": -72.886325280660927, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106960.857142857144936, 521552.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.049990319457889842, "S11": -0.20000968054211016, "W12": -5.7480871165409342, "S12": -15.960976554055904, "W13": -23.396552725196134, "S13": -23.396552725196134, "W21": -29.999999999999996, "S21": -30.452623335308168, "W22": -37.119288598377459, "S22": -37.119288598377459, "W31": -70.0, "S31": -71.47930697825683, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106961.0, 505919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2522450137296128, "S11": -1.2522450137296128, "W12": -6.5226963957509225, "S12": -9.6756001455819014, "W13": -21.834741959140921, "S13": -21.834741959140921, "W21": -30.312508177735619, "S21": -31.690051733913389, "W22": -34.602679185561811, "S22": -34.602679185561811, "W31": -70.0, "S31": -71.760664874512486, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106961.4, 510593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92571673844154689, "S11": -0.92571673844154689, "W12": -5.3131637922634702, "S12": -8.3221544818480826, "W13": -22.384233518665607, "S13": -22.384233518665607, "W21": -30.0, "S21": -30.405463300703087, "W22": -40.122939173504896, "S22": -40.122939173504896, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106962.0, 507331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7617783262186029, "S11": -1.7617783262186029, "W12": -9.721931759592886, "S12": -9.721931759592886, "W13": -23.792258456424779, "S13": -23.792258456424779, "W21": -32.708192292492477, "S21": -32.708192292492477, "W22": -39.844240633591326, "S22": -39.854240633591324, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106962.2, 510952.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -3.9744994407772101, "S11": -3.9744994407772101, "W12": -11.270765512011483, "S12": -11.270765512011483, "W13": -32.57176741423855, "S13": -32.57176741423855, "W21": -38.023578927775119, "S21": -38.023578927775119, "W22": -39.652138940207159, "S22": -39.652138940207159, "W31": -70.56401157973157, "S31": -70.56401157973157, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106962.25, 511980.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96234484233400375, "S11": -1.2885158925206119, "W12": -5.2782464052560947, "S12": -8.6298388224562057, "W13": -22.133272812176514, "S13": -22.133272812176514, "W21": -29.365328760476707, "S21": -29.532981099906401, "W22": -39.599593851183776, "S22": -39.600954339818465, "W31": -70.609616513167765, "S31": -70.997959389441704, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106962.428571428565192, 507248.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.85580637915543578, "W12": -9.0983905325443786, "S12": -15.316375199258371, "W13": -20.541531535892346, "S13": -20.541531535892346, "W21": -30.0, "S21": -30.0, "W22": -39.547048762160394, "S22": -39.547048762160394, "W31": -70.0, "S31": -70.840622600132633, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106962.5, 504908.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3350007174099214, "S11": -1.3350007174099214, "W12": -7.6897907665917788, "S12": -7.6897907665917788, "W13": -22.134127907323723, "S13": -22.134127907323723, "W21": -31.006528579709553, "S21": -32.528276508799443, "W22": -39.494503673137004, "S22": -39.494503673137004, "W31": -70.0, "S31": -71.23333680218218, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106963.142857142855064, 510735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2524528951281493, "W12": -10.0, "S12": -11.0, "W13": -17.564373504573332, "S13": -20.318459477650485, "W21": -30.0, "S21": -30.0, "W22": -31.030001, "S22": -47.000001, "W31": -65.563817502384865, "S31": -65.563817502384865, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106963.166666666671517, 500607.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -40.589409648292246, "S22": -40.589409648292246, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106963.632183908048319, 530028.409961685771123 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0602373439118702, "S11": -1.0602373439118702, "W12": -6.2394928478525866, "S12": -6.5691056835693633, "W13": -24.28130791633572, "S13": -24.28130791633572, "W21": -29.999999999999996, "S21": -31.760411421995244, "W22": -36.993083973466916, "S22": -36.993083973466916, "W31": -70.0, "S31": -71.500382025517638, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106964.0, 507852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0490349899916325, "S11": -1.0490349899916325, "W12": -6.232902261634008, "S12": -6.232902261634008, "W13": -20.0, "S13": -30.0, "W21": -40.947224798287671, "S21": -40.947224798287671, "W22": -37.28083705604228, "S22": -37.510274529797726, "W31": -75.19740289816319, "S31": -76.381477392177061, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106964.0, 520495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80539321649926199, "S11": -0.80539321649926199, "W12": -4.0007455003816519, "S12": -18.021379884448962, "W13": -21.120214923398226, "S13": -21.187072748965733, "W21": -30.0, "S21": -30.0, "W22": -37.218490967758619, "S22": -38.685818586837271, "W31": -73.241280854157509, "S31": -73.789936170943051, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106964.166666666671517, 510132.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.063067561985904, "S11": -1.0890762108503784, "W12": -6.2576562241826634, "S12": -6.8094193082100878, "W13": -24.315253980861698, "S13": -24.315253980861698, "W21": -30.000000000000004, "S21": -31.731709154927135, "W22": -40.121373272168647, "S22": -40.121373272168647, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106964.714285714289872, 507861.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55194304929824933, "S11": -6.1419444436725481, "W12": -6.1419444436725481, "S12": -6.1419444436725481, "W13": -13.795691137957547, "S13": -14.702503217235513, "W21": -39.554206965170863, "S21": -42.554206965170863, "W22": -39.593014200264264, "S22": -39.593815219146173, "W31": -70.485000566075428, "S31": -70.961511959120855, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106964.734375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79948545118165404, "S11": -0.79948545118165404, "W12": -5.0, "S12": -5.9923913646467133, "W13": -17.335684396567309, "S13": -20.111138895531717, "W21": -30.0, "S21": -30.0, "W22": -36.210790474095631, "S22": -36.210790474095631, "W31": -70.0, "S31": -71.591491394849442, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106965.142857142855064, 502469.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9603938566338215, "S12": -9.4459365417338876, "W13": -13.637235354680852, "S13": -13.637235354680852, "W21": -40.0, "S21": -40.0, "W22": -40.628701937040532, "S22": -40.628701937040532, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106965.5, 515472.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12609153342116669, "S11": -0.12609153342116669, "W12": -5.3498661810278918, "S12": -7.2497360922614398, "W13": -14.999999999999998, "S13": -16.647335578704176, "W21": -39.532845915824645, "S21": -39.849847907816823, "W22": -40.0, "S22": -42.429565060345425, "W31": -80.0, "S31": -82.746511855897964, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106966.0, 499723.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0822281761705903, "S11": -1.2871580775385132, "W12": -6.388671309107564, "S12": -8.5552798429989725, "W13": -24.576581943341278, "S13": -24.632429135255375, "W21": -30.000000000000004, "S21": -30.658858966865985, "W22": -39.328295323704481, "S22": -39.328295323704481, "W31": -70.0, "S31": -71.296300966441549, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106966.0, 507933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86865601369667567, "S11": -4.4653806652471406, "W12": -6.0817036256525689, "S12": -13.702226496451271, "W13": -25.650499383476042, "S13": -25.650499383476042, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.866879348556118, "S22": -36.866879348556118, "W31": -70.0, "S31": -71.521457072778432, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106966.0, 508787.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54998614667977808, "S11": -0.54998614667977808, "W12": -4.5138037980793673, "S12": -14.631289128882758, "W13": -23.397567146940332, "S13": -23.397567146940332, "W21": -30.0, "S21": -30.0, "W22": -39.581231632251317, "S22": -39.581231632251317, "W31": -70.260333502586789, "S31": -70.861784397576784, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106967.666666666671517, 509595.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0468365534332085, "S11": -4.0468365534332085, "W12": -11.446572597026302, "S12": -11.504862945103437, "W13": -32.787584262695212, "S13": -32.787584262695212, "W21": -38.068229175212075, "S21": -38.068229175212075, "W22": -34.23489412735163, "S22": -34.23489412735163, "W31": -70.0, "S31": -71.824632219731569, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106967.714285714289872, 512028.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9, "S11": -0.9, "W12": -12.0, "S12": -15.5, "W13": -18.0, "S13": -20.9, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.931810012518746, "S22": -36.887101398493925, "W31": -73.308097592607609, "S31": -74.413004177165107, "W32": -96.264880459135128, "S32": -101.26488045913513 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7122456529781722, "S11": -3.7122456529781722, "W12": -11.133138089833896, "S12": -11.715484244153888, "W13": -31.227184106133311, "S13": -38.169928074444442, "W21": -38.55406074383275, "S21": -38.55406074383275, "W22": -37.208514630456435, "S22": -37.383780990667816, "W31": -72.277787947020812, "S31": -72.277787947020812, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 512439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31207418576598306, "S11": -0.45077715027944265, "W12": -10.0, "S12": -13.258083567104681, "W13": -14.540099911341471, "S13": -33.394705085160048, "W21": -40.164305877732929, "S21": -40.164305877732929, "W22": -35.81640846415327, "S22": -37.684841295995838, "W31": -61.930037741198575, "S31": -61.930037741198575, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106969.0, 514583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2545957645351098, "S11": -1.2545957645351098, "W12": -6.1422231964673726, "S12": -6.1422231964673726, "W13": -20.0, "S13": -20.0, "W21": -41.456873462099601, "S21": -41.456873462099601, "W22": -40.0, "S22": -43.346573453243423, "W31": -80.0, "S31": -83.003385006594641, "W32": -97.487986724014704, "S32": -102.4879867240147 }, "geometry": { "type": "Point", "coordinates": [ 106969.0, 520633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5545335545244823, "S11": -1.5545335545244823, "W12": -6.0055199217813806, "S12": -6.0055199217813806, "W13": -20.0, "S13": -20.0, "W21": -43.59397895562828, "S21": -43.59397895562828, "W22": -37.87793598048718, "S22": -37.87793598048718, "W31": -70.0, "S31": -71.419201413120049, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106969.0, 520840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4952853452534996, "S11": -0.49528534525349849, "W12": -4.9383369355894464, "S12": -10.779449856577411, "W13": -15.315591367600449, "S13": -16.805950677191291, "W21": -40.0, "S21": -40.0, "W22": -34.579899396020195, "S22": -34.579899396020195, "W31": -70.0, "S31": -71.782349737443596, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106969.2, 497882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71499013721571669, "S11": -0.71499013721571669, "W12": -6.0267897330254039, "S12": -6.0267897330254039, "W13": -16.974474152173535, "S13": -18.497920217348479, "W21": -30.0, "S21": -30.0, "W22": -37.268737209458713, "S22": -38.667984039353939, "W31": -73.943657001964993, "S31": -74.725604549889255, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106970.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72337861826608141, "S11": -0.72337861826608141, "W12": -6.6509632251617816, "S12": -7.0341689098919531, "W13": -18.639674721462001, "S13": -20.243271990929415, "W21": -29.994958739610599, "S21": -30.535456307885934, "W22": -36.740674723645576, "S22": -36.740674723645576, "W31": -70.0, "S31": -71.542532120039255, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106970.111111111109494, 503321.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2872973413018924, "S11": -1.2872973413018924, "W12": -6.8517424872209496, "S12": -7.2341033915123694, "W13": -21.893640230487168, "S13": -21.893640230487168, "W21": -30.562679294923171, "S21": -32.054211946557317, "W22": -40.0, "S22": -42.985958715713409, "W31": -80.0, "S31": -83.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106970.2, 510641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83730817361522913, "S11": -0.83730817361522913, "W12": -5.0, "S12": -14.587211655200335, "W13": -20.631987749994412, "S13": -21.554664915348731, "W21": -30.0, "S21": -32.918598371244286, "W22": -37.238518851811037, "S22": -37.238518851811037, "W31": -69.954100222972855, "S31": -69.954100222972855, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106970.857142857144936, 506347.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48267721663247698, "S11": -1.8937593906529928, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.443770573219155, "S13": -20.287760819878461, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.623433357133564, "S22": -40.623433357133564, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106971.0, 500809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0460601274789134, "S12": -9.675464043015376, "W13": -13.631389841087223, "S13": -18.598138034222508, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106971.0, 515297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52534746624988193, "S11": -6.0296988660500563, "W12": -6.0296988660500563, "S12": -6.0296988660500563, "W13": -14.009376824089495, "S13": -15.299616550116893, "W21": -40.016437516094719, "S21": -43.016437516094719, "W22": -36.614470098734778, "S22": -36.614470098734778, "W31": -70.0, "S31": -71.563607167300049, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106972.0, 497130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.898074384797585, "W13": -25.538020086083215, "S13": -25.538020086083215, "W21": -38.963677659275326, "S21": -38.963677659275326, "W22": -35.581402685348728, "S22": -38.175968457332303, "W31": -68.60321077886401, "S31": -68.60321077886401, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106972.0, 512792.0 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0171220860106578, "S11": -4.0171220860106578, "W12": -11.403014381279961, "S12": -11.453002110972603, "W13": -32.729538941412244, "S13": -32.729538941412244, "W21": -38.045074711983617, "S21": -38.045074711983617, "W22": -39.534090125965228, "S22": -39.534090125965228, "W31": -70.0, "S31": -71.017472363782488, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106972.5, 512018.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0866059137178867, "S11": -2.6589106458446379, "W12": -11.293724986311371, "S12": -13.201654841318712, "W13": -18.368512848862949, "S13": -20.957958874700481, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.396511511352301, "S22": -33.396511511352301, "W31": -70.000000000000014, "S31": -71.981193015612106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106973.0, 504124.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052766616869099163, "S11": 0.052766616869099163, "W12": -7.5706701576880313, "S12": -13.288787616509499, "W13": -20.0, "S13": -22.254452054326354, "W21": -40.414982419970556, "S21": -40.414982419970556, "W22": -37.620512408891763, "S22": -37.620512408891763, "W31": -60.610791383111682, "S31": -60.610791383111682, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106974.0, 499444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24504789543742544, "S11": 0.24504789543742544, "W12": -5.5155592568258944, "S12": -12.750007800268623, "W13": -23.185331470671059, "S13": -23.358147904463067, "W21": -30.0, "S21": -31.144950210512423, "W22": -40.252777722267737, "S22": -42.575730690135067, "W31": -80.0, "S31": -82.665916865005656, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106974.0, 506038.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9648653450427194, "S12": -11.156464736703676, "W13": -15.0, "S13": -15.06605426717411, "W21": -40.0, "S21": -40.0, "W22": -39.796246583119093, "S22": -39.796246583119093, "W31": -58.403070498592243, "S31": -58.403070498592243, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106975.0, 498038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55631942988891225, "S11": -0.55631942988891225, "W12": -7.511974839238631, "S12": -7.511974839238631, "W13": -17.014819187535014, "S13": -18.937229761801312, "W21": -30.0, "S21": -30.0, "W22": -39.535407181898293, "S22": -39.535407181898293, "W31": -70.0, "S31": -71.021342969715874, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106975.0, 501529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2195285321658815, "S12": -5.2195285321658815, "W13": -19.666215753044995, "S13": -19.666215753044995, "W21": -33.643924178052089, "S21": -33.643924178052089, "W22": -34.461753796745889, "S22": -34.461753796745889, "W31": -69.999999999999986, "S31": -71.818294556920364, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106975.0, 522031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8358438215104269, "S11": -2.8358438215104269, "W12": -10.542751356426511, "S12": -10.542751356426511, "W13": -31.651343229605938, "S13": -31.651343229605938, "W21": -37.827798204246946, "S21": -37.827798204246946, "W22": -37.339548384113968, "S22": -37.955052210504256, "W31": -74.450629304622254, "S31": -75.366888272045514, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106975.5, 511790.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96382993616719026, "S11": -1.1530054289964271, "W12": -5.2605333838660062, "S12": -8.4547147396495053, "W13": -22.251931288893864, "S13": -22.251931288893864, "W21": -29.855981915435912, "S21": -30.175373658175772, "W22": -34.718701133357108, "S22": -34.718701133357108, "W31": -70.0, "S31": -71.788849398028134, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106975.857142857144936, 507289.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.048151016456921769, "S11": -0.20184898354307823, "W12": -5.7133550501421491, "S12": -15.106836635343985, "W13": -23.322559608819152, "S13": -23.322559608819152, "W21": -30.0, "S21": -30.47110232833699, "W22": -35.25754124514404, "S22": -35.25754124514404, "W31": -70.0, "S31": -71.72959310402976, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106976.0, 505929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0583038604425605, "S11": -1.0583038604425605, "W12": -5.3430034889877707, "S12": -17.341423922528811, "W13": -21.518685873930476, "S13": -21.519846229028083, "W21": -30.000000000000004, "S21": -30.655012298117679, "W22": -34.270836584208347, "S22": -40.370847687765277, "W31": -67.697987868876766, "S31": -67.713933662116716, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106976.0, 510392.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.668537742241496, "S11": -5.2085093881081477, "W12": -10.575547654681511, "S12": -10.866406493113281, "W13": -18.74584407178564, "S13": -19.85647413686215, "W21": -30.0, "S21": -30.613320462329206, "W22": -36.533228876094448, "S22": -36.533228876094448, "W31": -70.0, "S31": -71.587757761422708, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106977.0, 503873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0589974719101634, "S11": -1.0589974719101634, "W12": -6.1994625848890124, "S12": -6.3039654354058143, "W13": -24.140863560144808, "S13": -24.140863560144808, "W21": -30.0, "S21": -31.836261022803644, "W22": -40.657457065974889, "S22": -40.657457065974889, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106977.833333333328483, 507812.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49260274320668052, "S11": -1.564583331304211, "W12": -4.9366369488465685, "S12": -10.887993160702688, "W13": -15.355913730982843, "S13": -15.961655816200322, "W21": -40.0, "S21": -40.0, "W22": -39.602726012705936, "S22": -39.603392460594279, "W31": -70.420190577766633, "S31": -70.924103523662552, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106978.2, 497854.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0180002955003733, "S12": -5.0180002955003733, "W13": -19.050761772256017, "S13": -19.050761772256017, "W21": -34.51177300582021, "S21": -34.51177300582021, "W22": -34.542200882965588, "S22": -34.542200882965588, "W31": -70.0, "S31": -71.820833070637661, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106978.666666666671517, 522336.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22513287640445195, "S11": 0.22513287640445195, "W12": -8.3443687003944103, "S12": -18.344368700394412, "W13": -20.035250142995864, "S13": -23.035250142995864, "W21": -40.791676690240848, "S21": -40.791676690240848, "W22": -37.360418825268951, "S22": -38.752945863371338, "W31": -73.836284496706881, "S31": -74.585038430715187, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106979.0, 499113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74640069749472715, "S11": -0.74640069749472715, "W12": -4.0489837861518536, "S12": -19.587891686761882, "W13": -21.566664879081927, "S13": -21.582698582455347, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.511562771619914, "W31": -80.0, "S31": -82.810705175752886, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106979.0, 510021.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2947487445326422, "S11": -1.2947487445326422, "W12": -7.2747045834213404, "S12": -7.2747045834213404, "W13": -21.952538501833423, "S13": -21.952538501833423, "W21": -30.812850412110723, "S21": -32.326894825375341, "W22": -33.789320665791216, "S22": -33.789320665791216, "W31": -70.0, "S31": -71.948595458036166, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106979.0, 510689.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": -36.451987653454111, "S22": -36.451987653454111, "W31": -70.0, "S31": -71.611908355545353, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106979.0, 528649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5838666469927167, "S12": -5.5838666469927167, "W13": -20.0, "S13": -20.0, "W21": -42.614666714206763, "S21": -42.614666714206763, "W22": -37.40918276679254, "S22": -37.40918276679254, "W31": -74.922006805796613, "S31": -75.984644629542913, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106980.0, 521480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85149561618129666, "S11": -1.3514956161812965, "W12": -9.8978242503981733, "S12": -15.139442459255044, "W13": -19.542234332425068, "S13": -19.542234332425068, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.28695509360017, "W31": -80.0, "S31": -83.006102876433559, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106981.0, 504711.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.914233404822932, "W13": -17.300890730168369, "S13": -20.300890730168369, "W21": -30.0, "S21": -30.0, "W22": -36.698684318020717, "S22": -36.734894014752271, "W31": -69.29557329957467, "S31": -69.29557329957467, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.0, 501047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2048145224940807, "S11": -1.5138228554540736, "W12": -11.160783567896539, "S12": -15.358958942127373, "W13": -18.572950210552392, "S13": -19.061414767723218, "W21": -30.0, "S21": -30.0, "W22": -40.691480774816213, "S22": -40.691480774816213, "W31": -60.000000000000007, "S31": -60.000000000000007, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.0, 504506.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9543367991096421, "S12": -7.9543367991096421, "W13": -14.999999999999998, "S13": -18.743978219447239, "W21": -41.329782944201888, "S21": -41.329782944201888, "W22": -34.122020787066802, "S22": -34.122020787066802, "W31": -70.0, "S31": -71.901337583052978, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.0, 517490.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6533957982406553, "W12": -8.6277080867849349, "S12": -15.481018207862775, "W13": -21.048604622527478, "S13": -21.048604622527478, "W21": -30.0, "S21": -30.0, "W22": -37.417284515808511, "S22": -38.533673067419123, "W31": -74.232848223678261, "S31": -75.094708743494792, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.666666666671517, 505027.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0597447312441055, "S11": -4.0597447312441055, "W12": -11.535263250548439, "S12": -11.691477857150938, "W13": -32.781970256197397, "S13": -32.796430239035573, "W21": -38.066570496192128, "S21": -38.066570496192128, "W22": -39.856175265960566, "S22": -39.866175265960564, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106982.75, 512056.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.89041406959593017, "W12": -10.0, "S12": -10.645271135808027, "W13": -17.361907883693359, "S13": -20.361907883693359, "W21": -30.0, "S21": -30.0, "W22": -36.370746430813782, "S22": -36.370746430813782, "W31": -70.0, "S31": -71.636058949668012, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106983.0, 500944.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73736133932520331, "S11": -2.4013539287055727, "W12": -5.0711923220061585, "S12": -14.541094619643189, "W13": -25.280866280332543, "S13": -25.280866280332543, "W21": -30.0, "S21": -30.0, "W22": -39.611746738672871, "S22": -39.612457634279892, "W31": -70.403880235225529, "S31": -70.905449012532173, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106983.333333333328483, 509070.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7251116392659078, "S12": -8.8283759197122897, "W13": -13.55565450979196, "S13": -17.614906226160794, "W21": -40.155073454969141, "S21": -40.155073454969141, "W22": -34.049827106463283, "S22": -34.049827106463283, "W31": -70.0, "S31": -71.920711230486774, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106983.342105263160192, 515937.17105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83969835794617509, "S11": -0.83969835794617509, "W12": -5.0, "S12": -5.9006495965761898, "W13": -17.554781625100116, "S13": -20.554781625100116, "W21": -30.000000000000004, "S21": -30.321801940891067, "W22": -32.467680561236506, "S22": -32.497978374373041, "W31": -70.0, "S31": -70.65336786354797, "W32": -95.712684528741974, "S32": -100.71268452874197 }, "geometry": { "type": "Point", "coordinates": [ 106984.0, 502619.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4241466498103668, "S11": -2.4241466498103668, "W12": -10.0, "S12": -12.036734952176035, "W13": -25.0, "S13": -25.0, "W21": -38.993356514576064, "S21": -38.993356514576064, "W22": -40.0, "S22": -42.685797187758723, "W31": -80.0, "S31": -82.942751938327163, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106984.0, 512840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8953615038159803, "S12": -9.2805279860234968, "W13": -13.574478511189064, "S13": -13.574478511189064, "W21": -40.0, "S21": -40.0, "W22": -39.660177795802113, "S22": -39.660177795802113, "W31": -70.650891048805761, "S31": -70.712126653543166, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106984.0, 515594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12582562603134861, "S11": -0.12582562603134861, "W12": -5.0, "S12": -7.1002108628371259, "W13": -15.0, "S13": -16.55442430331987, "W21": -39.583778307182563, "S21": -39.848864376654532, "W22": -39.62008589287727, "S22": -39.621241243346752, "W31": -70.493278989304713, "S31": -70.926511552976834, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106985.0, 499716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78365548958050735, "S11": -0.78365548958050735, "W12": -3.9673401732672211, "S12": -19.777834643336156, "W13": -21.269692657012008, "S13": -21.332060897615431, "W21": -30.0, "S21": -30.0, "W22": -39.518831506329214, "S22": -39.518831506329214, "W31": -70.0, "S31": -71.259511165768686, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106985.333333333328483, 510093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6403799868990196, "S12": -5.6403799868990196, "W13": -20.0, "S13": -20.0, "W21": -43.448638867594809, "S21": -43.448638867594809, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.035848199866123, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106985.6, 521395.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0195954487989889, "S11": -2.0195954487989889, "W12": -9.9999999999999982, "S12": -12.662683747084454, "W13": -21.644618988562769, "S13": -21.644618988562769, "W21": -39.178593917696027, "S21": -39.178593917696027, "W22": -32.855962637949887, "S22": -32.855962637949887, "W31": -70.0, "S31": -72.013915039391321, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106986.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72054735721887198, "S11": -0.72054735721887198, "W12": -6.0211604033487296, "S12": -6.0211604033487296, "W13": -16.984129515079307, "S13": -18.452406064837589, "W21": -30.0, "S21": -30.0, "W22": -39.525654258979678, "S22": -39.525654258979678, "W31": -70.0, "S31": -71.218118785031891, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106987.0, 501819.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70862618944636679, "S11": -0.70862618944636679, "W12": -6.2744802387990761, "S12": -6.2744802387990761, "W13": -16.883790063241726, "S13": -18.311715087904666, "W21": -30.0, "S21": -30.0, "W22": -39.569347518682832, "S22": -39.569347518682832, "W31": -70.0, "S31": -70.892628493630866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106988.0, 501708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24893099156401166, "S11": 0.24893099156401155, "W12": -5.5798188783036062, "S12": -13.153429378937105, "W13": -23.179155346717227, "S13": -23.179155346717227, "W21": -30.0, "S21": -30.83214829998937, "W22": -40.725855524043084, "S22": -40.725855524043084, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106988.0, 505994.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0579596375197537, "S11": -2.0579596375197537, "W12": -5.0243902439024399, "S12": -8.9270017642625792, "W13": -21.905519800947999, "S13": -22.01716501626419, "W21": -27.899808813713893, "S21": -27.899808813713893, "W22": -34.849507638579546, "S22": -34.849507638579546, "W31": -70.0, "S31": -71.817033921543754, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106988.0, 507122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.0174258715393405, "S11": 2.0174258715393405, "W12": -4.60852237975398, "S12": -4.60852237975398, "W13": -17.800159732897772, "S13": -17.800159732897772, "W21": -36.351046573607469, "S21": -36.351046573607469, "W22": -39.598180090972761, "S22": -39.598180090972761, "W31": -70.099379111003643, "S31": -70.760725625788467, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106988.0, 522958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79818964292985406, "S11": -0.79818964292985406, "W12": -5.0, "S12": -5.0, "W13": -17.283149414232923, "S13": -19.819058667857391, "W21": -30.0, "S21": -30.0, "W22": -36.289505208173445, "S22": -36.289505208173445, "W31": -70.0, "S31": -71.660209543790671, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106988.333333333328483, 502397.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24029802744425377, "S11": -0.24029802744425377, "W12": -8.5086595532097267, "S12": -8.5086595532097267, "W13": -17.088233708029883, "S13": -19.78859492103355, "W21": -30.0, "S21": -30.0, "W22": -37.419308680964583, "S22": -38.583780574244301, "W31": -72.814900416154941, "S31": -73.113582043827577, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106989.0, 501403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32694475760992109, "S11": -0.32694475760992109, "W12": -6.2447810769879224, "S12": -16.244781076987923, "W13": -22.731805099874613, "S13": -22.731805099874613, "W21": -30.0, "S21": -30.0, "W22": -37.432507353859869, "S22": -38.62050796087334, "W31": -72.824868724872474, "S31": -73.129181951038333, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106989.0, 505644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9653150300003549, "S11": -1.0174949654721648, "W12": -5.3639914068734909, "S12": -8.4007617012403628, "W13": -22.39069178108107, "S13": -22.39069178108107, "W21": -30.0, "S21": -30.471131146049991, "W22": -38.081874574652176, "S22": -38.081874574652176, "W31": -60.337486456421146, "S31": -60.337486456421146, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106989.285714285710128, 507331.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5674805771365148, "S11": -3.5674805771365148, "W12": -10.977310798262975, "S12": -11.651009291763994, "W13": -30.851968439004274, "S13": -39.135187740408668, "W21": -39.135187740408668, "S21": -39.135187740408668, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106990.0, 512482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9976638026978204, "S12": -9.5544074419832352, "W13": -13.569181226002712, "S13": -13.754676842809985, "W21": -40.0, "S21": -40.0, "W22": -33.954916607251903, "S22": -33.954916607251903, "W31": -70.0, "S31": -71.985987116644722, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106990.0, 515385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.115247053068497, "S11": -1.115247053068497, "W12": -6.2104372657223692, "S12": -6.2104372657223692, "W13": -20.0, "S13": -26.557844554530632, "W21": -41.138359493530238, "S21": -41.138359493530238, "W22": -33.863646018520818, "S22": -37.736675895079436, "W31": -63.466114652814163, "S31": -63.466114652814163, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106990.181818181823473, 520532.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41618226779252748, "S11": -0.41618226779252748, "W12": -9.2638271300660637, "S12": -10.118054464841308, "W13": -13.591280277647261, "S13": -26.606496897415266, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -42.593560482894361, "W31": -80.0, "S31": -82.874898495607781, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106990.2, 515010.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5914140025918373, "S12": -5.5914140025918373, "W13": -20.0, "S13": -20.0, "W21": -42.763021529721449, "S21": -42.763021529721449, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106990.333333333328483, 521470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82108454894300253, "S11": -0.82108454894300253, "W12": -5.0, "S12": -5.9813687135840166, "W13": -17.37864512326496, "S13": -20.125353042158267, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.534443178721531, "S22": -37.534443178721531, "W31": -75.207492992411289, "S31": -76.388915913783677, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106990.571428571434808, 502506.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0689572403887677, "S11": -1.1520726488635848, "W12": -6.2395517091920976, "S12": -6.4834602248128865, "W13": -24.167025984341251, "S13": -24.167025984341251, "W21": -30.0, "S21": -31.885942367111998, "W22": -36.208263985533115, "S22": -36.208263985533115, "W31": -70.0, "S31": -71.68436013791333, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106990.857142857144936, 507819.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7311414988035968, "S11": -1.1238154914775895, "W12": -9.7204733727810648, "S12": -15.219204416353021, "W13": -19.72826356205103, "S13": -19.72826356205103, "W21": -30.0, "S21": -30.0, "W22": -39.532355595001832, "S22": -39.532355595001832, "W31": -70.0, "S31": -71.238432971585567, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.0, 504760.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.035798644724104656, "S11": -0.21420135527589532, "W12": -5.6841199166471039, "S12": -14.313444000269492, "W13": -23.240871208338969, "S13": -23.240871208338969, "W21": -30.0, "S21": -30.469372347659021, "W22": -36.387436822334422, "S22": -36.387436822334422, "W31": -70.000000000000014, "S31": -71.66649145181961, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.0, 505936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9002129348204573, "S12": -5.9002129348204573, "W13": -20.0, "S13": -20.0, "W21": -43.421556717618664, "S21": -43.421556717618664, "W22": -39.679295956830131, "S22": -39.679295956830131, "W31": -58.669850955864177, "S31": -58.669850955864177, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.0, 521002.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3806324843672382, "S12": -8.3806324843672382, "W13": -14.081825511717511, "S13": -15.341204035007905, "W21": -41.094859440936901, "S21": -41.094859440936901, "W22": -40.0, "S22": -40.0, "W31": -60.121854973640637, "S31": -60.121854973640637, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.45689655172464, 516626.831896551710088 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -38.766527868433748, "S22": -40.761144961845218, "W31": -77.491148414175441, "S31": -79.570123611899106, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.489361702129827, 529970.76595744676888 ] } }, +{ "type": "Feature", "properties": { "W11": -1.057757599908451, "S11": -1.057757599908451, "W12": -6.1594323219253653, "S12": -6.2150725824633382, "W13": -24.000419203953687, "S13": -24.000419203953687, "W21": -30.0, "S21": -31.755366746747175, "W22": -30.962906127427399, "S22": -30.962906127427399, "W31": -70.0, "S31": -72.051324061547675, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.666666666671517, 507773.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61721651645354458, "S11": -0.61721651645354458, "W12": -7.2005976755220802, "S12": -7.2005976755220802, "W13": -16.933039593416535, "S13": -18.609015995477687, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -43.227336733956875, "W31": -80.0, "S31": -83.008820746272477, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106991.8, 501573.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79432918395573993, "S11": -0.79432918395573993, "W12": -5.0, "S12": -14.956158100634022, "W13": -20.653167177389211, "S13": -21.535450641956139, "W21": -29.999999999999996, "S21": -32.726740282284737, "W22": -39.57714819281064, "S22": -39.57714819281064, "W31": -70.0, "S31": -70.930326018619866, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106992.0, 506326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46612950443902734, "S11": -0.46612950443902734, "W12": -5.3430653344589887, "S12": -5.7964455520173033, "W13": -15.026679389786988, "S13": -15.747815433188647, "W21": -35.503749515907458, "S21": -35.573527218955327, "W22": -40.0, "S22": -43.121770313380338, "W31": -80.0, "S31": -83.007969471003662, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106992.571428571434808, 500053.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19399384675821613, "S11": 0.19399384675821613, "W12": -8.1241029989800939, "S12": -18.124102998980092, "W13": -20.258855767056414, "S13": -23.238008378040085, "W21": -40.749126564781257, "S21": -40.749126564781257, "W22": -34.225771997738896, "S22": -34.225771997738896, "W31": -70.0, "S31": -71.963120566298443, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 499146.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33023752941674916, "S11": -0.33023752941674916, "W12": -6.4535024917802701, "S12": -16.181456043522523, "W13": -22.622351547727035, "S13": -22.622351547727035, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.127022762892778, "S22": -36.127022762892778, "W31": -70.0, "S31": -71.70851073203599, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19208131655372701, "S11": 0.19208131655372701, "W12": -5.5976457512271436, "S12": -13.221869639798729, "W13": -23.172360029448861, "S13": -23.172360029448861, "W21": -30.0, "S21": -30.737169116785015, "W22": -40.0, "S22": -43.016203892804015, "W31": -80.0, "S31": -83.006430024977305, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0580407465075981, "S11": -4.0580407465075981, "W12": -11.535885020197306, "S12": -11.746598035952667, "W13": -32.638380931862841, "S13": -32.638380931862841, "W21": -38.058413167368307, "S21": -38.058413167368307, "W22": -40.0, "S22": -40.0, "W31": -61.250265702770861, "S31": -61.250265702770861, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 512069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0928254974601836, "S11": -4.0928254974601836, "W12": -11.523528252088129, "S12": -11.785969735600485, "W13": -32.545551386276941, "S13": -32.585541230126125, "W21": -38.088066280400625, "S21": -38.088066280400625, "W22": -39.592689357676853, "S22": -39.592689357676853, "W31": -70.0, "S31": -70.832066372666389, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.0, 512094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1618757386318674, "S11": -1.5115480523402205, "W12": -10.991318479685612, "S12": -15.344676093869303, "W13": -18.656385448916289, "S13": -18.656385448916289, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.910637472227485, "W31": -80.0, "S31": -83.003967891405082, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106993.857142857144936, 504534.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5968707397216431, "S12": -10.407349179785943, "W13": -15.168174069912324, "S13": -16.77153026585183, "W21": -40.0, "S21": -41.125836915246509, "W22": -32.31541376454765, "S22": -32.31541376454765, "W31": -70.0, "S31": -72.046637063170564, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 497493.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.6536759689941887, "W12": -10.0, "S12": -11.0, "W13": -17.529266794964521, "S13": -20.301222957702848, "W21": -30.0, "S21": -30.0, "W22": -37.538094229002304, "S22": -38.932716509261283, "W31": -73.449497945690354, "S31": -74.055865698926567, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 500661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5597541609073111, "S11": -1.5597541609073111, "W12": -9.0790134733957526, "S12": -9.0790134733957526, "W13": -23.148081045326897, "S13": -23.148081045326897, "W21": -32.278213565575484, "S21": -32.805479078712331, "W22": -35.668428684097314, "S22": -37.446866244626769, "W31": -62.163016229149477, "S31": -62.163016229149477, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 510881.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.220778047541078, "S12": -10.220778047541078, "W13": -31.235724427348359, "S13": -31.235724427348359, "W21": -37.717465772976922, "S21": -37.717465772976922, "W22": -40.0, "S22": -42.805071051651005, "W31": -80.0, "S31": -83.001505757832845, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 511710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0089779815069153, "S11": -1.0089779815069153, "W12": -6.4595173467624667, "S12": -6.4595173467624667, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -39.784091753331346, "S21": -39.784091753331346, "W22": -37.577629910512698, "S22": -38.167458774509143, "W31": -74.411792597428089, "S31": -75.325187869684939, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106994.0, 520156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58348023559931805, "S11": -0.58348023559931805, "W12": -4.7853232405350772, "S12": -14.547609559906597, "W13": -24.802140773658067, "S13": -24.802140773658067, "W21": -30.0, "S21": -30.0, "W22": -33.094609773720713, "S22": -38.094609773720713, "W31": -64.082949628735975, "S31": -64.082949628735975, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106995.4, 509324.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46805911224105751, "S11": -0.46805911224105751, "W12": -5.2517356130586954, "S12": -5.6913935695029032, "W13": -15.002551501414159, "S13": -15.714222371743139, "W21": -35.550535337769382, "S21": -35.612545808514525, "W22": -40.0, "S22": -42.742421321299595, "W31": -80.0, "S31": -82.990838491470583, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106996.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14615682478218794, "S11": 0.14615682478218794, "W12": -5.6145193805302585, "S12": -13.337127483409931, "W13": -23.173817109886777, "S13": -23.173817109886777, "W21": -30.0, "S21": -30.660000937844323, "W22": -36.045781540252449, "S22": -36.045781540252449, "W31": -70.0, "S31": -71.732661326158635, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106996.0, 505971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8317761574227287, "S12": -9.1166369483293206, "W13": -13.529569831060579, "S13": -13.529569831060579, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -62.378676431900985, "S31": -62.378676431900985, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106996.536585365858627, 515715.804878048773389 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87360534819841651, "S11": -0.87360534819841629, "W12": -11.490469063697756, "S12": -13.799059126619586, "W13": -18.204777288260559, "S13": -21.077905333475915, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -44.366540188668893, "W31": -79.514490270634994, "S31": -82.514490270634994, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106997.0, 504189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2871005917159763, "S12": -15.588399824999145, "W13": -21.432085352339151, "S13": -21.432085352339151, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -42.708989757734273, "W31": -80.000000000000014, "S31": -82.969279545408341, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106997.0, 505113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53350255651357137, "S11": -0.53350255651357137, "W12": -4.5356314344896731, "S12": -14.548148563192107, "W13": -23.741148300771307, "S13": -23.741148300771307, "W21": -30.0, "S21": -30.0, "W22": -37.588065131090246, "S22": -38.918651677996237, "W31": -74.104620193470595, "S31": -74.936152071398894, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 106997.5, 509556.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.072385834597478, "W13": -17.293736392037953, "S13": -20.293736392037953, "W21": -30.0, "S21": -30.0, "W22": -39.630479277081477, "S22": -39.631100049413611, "W31": -70.316797555431549, "S31": -70.843423716999368, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106998.0, 501056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11995490417136416, "S11": -0.18904425029748356, "W12": -5.812053415136841, "S12": -15.539483807937067, "W13": -23.019253410874715, "S13": -23.019253410874715, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.824743826318681, "S22": -34.824743826318681, "W31": -70.0, "S31": -71.881957858803673, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106998.0, 505862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0752671909507829, "S11": -2.0954378917576109, "W12": -5.0, "S12": -8.9339446490689589, "W13": -21.913512461600479, "S13": -22.034033922871714, "W21": -27.846147861750644, "S21": -27.846147861750644, "W22": -33.56106321484306, "S22": -33.56106321484306, "W31": -70.0, "S31": -72.021764114733315, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106998.0, 507117.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9545680091277706, "S12": -4.5078259552619713, "W13": -15.0, "S13": -15.0, "W21": -38.002391602103366, "S21": -38.002391602103366, "W22": -39.620534833904209, "S22": -39.620534833904209, "W31": -70.134226384089402, "S31": -70.757231981009056, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 106998.333333333328483, 524342.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.882442311419803, "S11": -0.882442311419803, "W12": -4.3518973797699942, "S12": -19.118312688121531, "W13": -21.233549895233107, "S13": -21.302196525118912, "W21": -30.0, "S21": -30.0, "W22": -36.418125838099193, "S22": -36.418125838099193, "W31": -70.0, "S31": -71.697512835373757, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106998.625, 510220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97067292449856768, "S11": -0.97067292449856768, "W12": -5.4191747881102987, "S12": -8.0178398923026037, "W13": -22.463110052069617, "S13": -22.463110052069617, "W21": -30.0, "S21": -30.549481352247845, "W22": -35.862859336311253, "S22": -35.862859336311253, "W31": -70.0, "S31": -71.759561679297576, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106998.666666666671517, 507350.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50661286941940897, "S11": -0.50661286941940897, "W12": -7.8911085815634658, "S12": -7.8911085815634658, "W13": -17.037833864874386, "S13": -19.148535850145855, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -42.675558194168858, "W31": -80.0, "S31": -82.939091815462703, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106999.25, 501485.75 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0950935085105993, "S11": -4.0950935085105993, "W12": -11.472210934440563, "S12": -11.852638160547366, "W13": -32.303045403861795, "S13": -32.406650837402459, "W21": -38.129222007043246, "S21": -38.129222007043246, "W22": -35.732750232503712, "S22": -35.732750232503712, "W31": -70.0, "S31": -71.776971755721135, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 106999.888888888890506, 512141.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.562378504819947, "S11": -6.266416363284451, "W12": -6.3562149304708457, "S12": -6.3562149304708457, "W13": -13.932751847411446, "S13": -14.807810802091375, "W21": -39.666781468384038, "S21": -42.666781468384038, "W22": -33.798006622939276, "S22": -33.798006622939276, "W31": -69.999999999999986, "S31": -72.018490989981601, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55132252210672072, "S11": -6.2185416658266055, "W12": -6.3066601610148814, "S12": -6.3066601610148814, "W13": -13.862550579346738, "S13": -14.88481085331934, "W21": -39.875121995704454, "S21": -42.875121995704454, "W22": -35.912221065374169, "S22": -36.408908799170618, "W31": -73.441598443705686, "S31": -74.497907258166094, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54026653939349445, "S11": -6.1695692774908011, "W12": -6.257105391558917, "S12": -6.257105391558917, "W13": -13.999313472959296, "S13": -15.117892240082583, "W21": -40.05808290083133, "S21": -43.05808290083133, "W22": -37.412097378541681, "S22": -37.412097378541681, "W31": -60.889309154002426, "S31": -60.889309154002426, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52921055668026817, "S11": -6.0805810671494251, "W12": -6.2075506221029508, "S12": -6.2075506221029508, "W13": -14.196917589979488, "S13": -15.41181485025346, "W21": -40.011197368346402, "S21": -42.815236401545057, "W22": -40.095706106787482, "S22": -40.095706106787482, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5181545739670419, "S11": -5.9915928568080501, "W12": -6.1579958526469873, "S12": -6.1579958526469873, "W13": -14.394521706999683, "S13": -15.676819672915018, "W21": -39.999999999999993, "S21": -42.57133867152745, "W22": -39.832510971501094, "S22": -39.842510971501092, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50709859125381562, "S11": -5.9026046464666742, "W12": -6.1084410831910221, "S12": -6.4442645013547102, "W13": -14.605567056215332, "S13": -15.924363886574874, "W21": -40.000000000000007, "S21": -42.351083913807699, "W22": -39.699529524296288, "S22": -39.699529524296288, "W31": -70.464031897046752, "S31": -70.464031897046752, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.8175738275847095, "W12": -6.0395364834819754, "S12": -7.30628724152447, "W13": -14.855402441508488, "S13": -16.211077087898182, "W21": -40.0, "S21": -42.109548270157717, "W22": -39.646984435272906, "S22": -39.648428640102992, "W31": -70.485132034831409, "S31": -70.885731871809469, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.7396415999565598, "W12": -5.9351689221454604, "S12": -8.1328470200667624, "W13": -15.022170523081156, "S13": -16.435197397056744, "W21": -40.000000000000007, "S21": -41.853581362338865, "W22": -39.594439346249516, "S22": -39.594439346249516, "W31": -70.0, "S31": -70.886426597006107, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.66170937232841, "W12": -5.8308013608089446, "S12": -8.9594067986090522, "W13": -15.074803510139809, "S13": -16.545182611701289, "W21": -40.0, "S21": -41.597614454519992, "W22": -39.541894257226133, "S22": -39.541894257226133, "W31": -70.0, "S31": -71.279140799055668, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5837771447002611, "W12": -5.7264337994724288, "S12": -9.785966577151342, "W13": -15.127436497198461, "S13": -16.655167826345838, "W21": -39.999999999999993, "S21": -41.341647546701125, "W22": -35.848645275057912, "S22": -35.848645275057912, "W31": -70.0, "S31": -71.766891838001214, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5201463499295489, "W12": -5.617151814767932, "S12": -10.596028916115774, "W13": -15.180069484257116, "S13": -16.765153040990384, "W21": -40.0, "S21": -41.085680638882266, "W22": -37.580395875495284, "S22": -37.580395875495284, "W31": -69.848818805392781, "S31": -69.848818805392781, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57633027201346054, "S11": -5.2436290122889018, "W12": -5.2436290122889018, "S12": -11.024099726730194, "W13": -15.232702471315768, "S13": -16.73967280973114, "W21": -40.0, "S21": -40.829713731063407, "W22": -40.0, "S22": -40.0, "W31": -63.133188740408769, "S31": -63.133188740408769, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49892861226512175, "S11": -4.8133797428864566, "W12": -4.9923149702362197, "S12": -11.633662697032312, "W13": -15.401656726471078, "S13": -16.630912105480213, "W21": -39.999999999999993, "S21": -40.577748286919636, "W22": -35.964540317612119, "S22": -35.964540317612119, "W31": -70.0, "S31": -71.756811920281294, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49601288257041587, "S11": -4.4576164035376449, "W12": -4.9732808138099234, "S12": -12.44586385333014, "W13": -15.633906948865844, "S13": -16.585447368468749, "W21": -40.0, "S21": -40.42051152295037, "W22": -37.561785107585131, "S22": -37.923847125481473, "W31": -72.271703554064572, "S31": -72.271703554064572, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49309715287570988, "S11": -4.1018530641888322, "W12": -4.9541647121692867, "S12": -12.185262216614985, "W13": -15.62860618061565, "S13": -16.4061625416801, "W21": -40.0, "S21": -40.290110631765565, "W22": -39.078910967509422, "S22": -39.078910967509422, "W31": -70.0, "S31": -71.461584054349302, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49018142318100399, "S11": -3.8015545227118324, "W12": -4.93504861052865, "S12": -11.504154007562761, "W13": -15.530185424032638, "S13": -16.174420239698804, "W21": -40.0, "S21": -40.16803191911702, "W22": -40.09433594311826, "S22": -40.09433594311826, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48726569348629795, "S11": -3.7902635800936539, "W12": -4.9342837290340089, "S12": -11.17052343225145, "W13": -15.431764667449624, "S13": -15.942677937717505, "W21": -40.0, "S21": -40.045953206468546, "W22": -36.997601050870209, "S22": -36.997601050870209, "W31": -70.0, "S31": -71.647113246774154, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49175273497235616, "S11": -2.1457825311995942, "W12": -4.9422431981005799, "S12": -11.258999982976569, "W13": -15.33334391086661, "S13": -15.710935635736206, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -63.883015773067278, "S31": -63.883015773067278, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49637572050347017, "S11": -0.49637572050347017, "W12": -4.9502026671671491, "S12": -11.347476533701684, "W13": -15.234923154283596, "S13": -16.547708865736979, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9581621362337192, "S12": -11.435953084426803, "W13": -15.13650239770058, "S13": -15.918225928145313, "W21": -40.0, "S21": -40.0, "W22": -39.57616451284305, "S22": -39.57616451284305, "W31": -70.0, "S31": -71.066437932437296, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9661216053002892, "S12": -11.524429635151922, "W13": -15.042635135135136, "S13": -15.293296484571218, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -42.749697152625103, "W31": -80.0, "S31": -83.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9740810743668593, "S12": -11.612906185877037, "W13": -15.0, "S13": -15.112942529365057, "W21": -40.0, "S21": -40.0, "W22": -32.981907010834142, "S22": -42.720735571395338, "W31": -66.812235728431176, "S31": -66.944664919641369, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9820405434334294, "S12": -11.701382736602156, "W13": -15.0, "S13": -15.326848834980698, "W21": -40.0, "S21": -40.0, "W22": -35.257204380856912, "S22": -35.257204380856912, "W31": -70.0, "S31": -71.856559808398003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48347017020544036, "S11": -0.48347017020544036, "W12": -4.9900000124999995, "S12": -11.789859287327273, "W13": -15.000000000000002, "S13": -15.540755140596339, "W21": -40.0, "S21": -40.0, "W22": -34.578732984172262, "S22": -34.578732984172262, "W31": -70.0, "S31": -71.97496314031595, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41324172261613434, "S11": -0.41324172261613434, "W12": -4.9979594815665696, "S12": -11.87833583805239, "W13": -14.999999999999998, "S13": -15.644425376203779, "W21": -40.0, "S21": -40.0, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -72.341558410902422, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34301327502682843, "S11": -0.34301327502682843, "W12": -5.0, "S12": -11.960893438144367, "W13": -15.0, "S13": -15.646730111903782, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -43.027689938292419, "W31": -80.0, "S31": -83.009846754433326, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27278482743752241, "S11": -0.27278482743752241, "W12": -5.0, "S12": -12.041410519802916, "W13": -15.0, "S13": -15.649034847603785, "W21": -40.027933475880545, "S21": -40.027933475880545, "W22": -31.774864891145238, "S22": -31.774864891145238, "W31": -70.0, "S31": -72.079359086949779, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20255637984821653, "S11": -0.20255637984821653, "W12": -5.0, "S12": -12.703665306668452, "W13": -14.999999999999998, "S13": -15.657660676210782, "W21": -40.07623682936439, "S21": -40.07623682936439, "W22": -40.0, "S22": -40.0, "W31": -64.63284280572492, "S31": -64.63284280572492, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13232793225891054, "S11": -0.13232793225891054, "W12": -5.4111784036283641, "S12": -14.147383339753038, "W13": -15.0, "S13": -15.703731343283582, "W21": -40.124540182848243, "S21": -40.124540182848243, "W22": -37.495003105776902, "S22": -37.495003105776902, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.062099484669604577, "S11": -0.062099484669604577, "W12": -5.908516878954944, "S12": -15.677261444535841, "W13": -15.677261444535841, "S13": -15.749802010356381, "W21": -40.172843536332088, "S21": -40.172843536332088, "W22": -39.629929282213283, "S22": -39.629929282213283, "W31": -70.040635533764132, "S31": -70.698918022048417, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0081289629197014435, "S11": 0.0081289629197014435, "W12": -6.405855354281524, "S12": -16.405855354281524, "W13": -16.405855354281524, "S13": -16.405855354281524, "W21": -40.221146889815941, "S21": -40.221146889815941, "W22": -35.330874272090931, "S22": -35.330874272090931, "W31": -70.0, "S31": -71.860328801294969, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07835741050900738, "S11": 0.07835741050900738, "W12": -6.9031938296081048, "S12": -16.903193829608107, "W13": -16.903193829608107, "S13": -16.903193829608107, "W21": -40.269450243299794, "S21": -40.269450243299794, "W22": -37.666188486620342, "S22": -39.079774705180533, "W31": -72.964336831797908, "S31": -73.347908904586873, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14797023385319122, "S11": 0.14797023385319122, "W12": -7.4005323049346838, "S12": -17.442065168544381, "W13": -17.442065168544381, "S13": -17.442065168544381, "W21": -40.317753596783639, "S21": -40.317753596783639, "W22": -39.719941019789701, "S22": -39.719941019789701, "W31": -70.261824422559783, "S31": -70.261824422559783, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15880831827899963, "S11": 0.15880831827899963, "W12": -7.5628184652825317, "S12": -17.66143405443762, "W13": -17.66143405443762, "S13": -17.66143405443762, "W21": -40.366056950267492, "S21": -40.366056950267492, "W22": -39.642699738925323, "S22": -39.643226012416086, "W31": -70.244937712991486, "S31": -70.793767678942913, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16964640270480802, "S11": 0.16964640270480802, "W12": -7.6413415468856947, "S12": -17.797039861586178, "W13": -17.797039861586178, "S13": -17.797039861586178, "W21": -40.414360303751344, "S21": -40.414360303751344, "W22": -35.826566889448721, "S22": -35.826566889448721, "W31": -70.0, "S31": -71.805723701884588, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18048448713061635, "S11": 0.18048448713061635, "W12": -7.7198646284888577, "S12": -17.932645668734736, "W13": -17.932645668734736, "S13": -18.29564956869136, "W21": -40.462663657235197, "S21": -40.462663657235197, "W22": -40.0, "S22": -40.0, "W31": -65.382669838382427, "S31": -65.382669838382427, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19132257155642476, "S11": 0.19132257155642476, "W12": -7.7983877100920225, "S12": -18.068251475883294, "W13": -18.068251475883294, "S13": -19.01697108925212, "W21": -40.510967010719042, "S21": -40.510967010719042, "W22": -35.428715959000058, "S22": -35.428715959000058, "W31": -70.0, "S31": -71.859568591675213, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20216065598223312, "S11": 0.20216065598223312, "W12": -7.8769107916951864, "S12": -18.203857283031851, "W13": -18.203857283031851, "S13": -19.612277226286604, "W21": -40.559270364202895, "S21": -40.559270364202895, "W22": -35.734527570117443, "S22": -37.929895058920472, "W31": -68.575649476990009, "S31": -68.575649476990009, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21299874040804151, "S11": 0.21299874040804151, "W12": -7.9554338732983494, "S12": -18.234806689491652, "W13": -18.234806689491652, "S13": -20.189779402506677, "W21": -40.607573717686748, "S21": -40.607573717686748, "W22": -32.459991700468969, "S22": -40.086610085879343, "W31": -64.648206895254802, "S31": -64.648206895254802, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22357645072261206, "S11": 0.22357645072261206, "W12": -8.0339569549015142, "S12": -18.261575606116779, "W13": -18.406321519967104, "S13": -20.759493294735456, "W21": -40.655877071170593, "S21": -40.655877071170593, "W22": -39.659225556825604, "S22": -39.659225556825604, "W31": -58.857998101436856, "S31": -58.857998101436856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 498950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23288491418760243, "S11": 0.23288491418760243, "W12": -8.0756455827693117, "S12": -18.251510069006535, "W13": -18.823528060923806, "S13": -21.409966212935728, "W21": -40.704180424654446, "S21": -40.704180424654446, "W22": -39.639232127313214, "S22": -39.639232127313214, "W31": -70.055781157350935, "S31": -70.697802417243807, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23945381728359535, "S11": 0.23945381728359535, "W12": -8.1073769294444169, "S12": -18.231487250703601, "W13": -19.244719998498404, "S13": -22.064424527753896, "W21": -40.752483778138298, "S21": -40.752483778138298, "W22": -39.609646696841722, "S22": -39.609646696841722, "W31": -70.0, "S31": -70.924819021231301, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2119228509418804, "S11": 0.2119228509418804, "W12": -8.1391082761195239, "S12": -18.211464432400675, "W13": -19.665911936073002, "S13": -22.417116602570591, "W21": -40.782820926424591, "S21": -40.782820926424591, "W22": -39.566630450654358, "S22": -39.566630450654358, "W31": -70.0, "S31": -71.254263835579607, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18511536856180721, "S11": 0.18511536856180721, "W12": -8.0374133366948186, "S12": -17.997049145759412, "W13": -20.167803982601061, "S13": -23.068222279726957, "W21": -40.73884538692608, "S21": -40.73884538692608, "W22": -36.963906582684395, "S22": -36.963906582684395, "W31": -69.365010480451673, "S31": -69.365010480451673, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15835122205497121, "S11": 0.15835122205497121, "W12": -7.902361825745162, "S12": -17.186819737612687, "W13": -20.234831063152306, "S13": -23.135079086714544, "W21": -40.694869847427569, "S21": -40.694869847427569, "W22": -34.461926870968625, "S22": -34.461926870968625, "W31": -70.0, "S31": -72.030048460071654, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13158707554813526, "S11": 0.13158707554813526, "W12": -7.7673103147955027, "S12": -16.351760555346083, "W13": -20.076360634471374, "S13": -22.819656247554619, "W21": -40.650894307929065, "S21": -40.650894307929065, "W22": -34.773823913695338, "S22": -34.773823913695338, "W31": -70.0, "S31": -72.012856262804036, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10482292904129925, "S11": 0.10482292904129925, "W12": -7.6322588038458452, "S12": -15.516701373079481, "W13": -20.0, "S13": -22.586343202604247, "W21": -40.587988662445646, "S21": -40.587988662445646, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.078058782534463259, "S11": 0.078058782534463259, "W12": -7.4972072928961877, "S12": -14.681642190812877, "W13": -20.0, "S13": -22.42939079212525, "W21": -40.520744320687605, "S21": -40.520744320687605, "W22": -39.843332446048237, "S22": -39.853332446048235, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.051294636027627266, "S11": 0.051294636027627266, "W12": -7.3789051964028447, "S12": -13.863332423002589, "W13": -20.0, "S13": -22.272438381646257, "W21": -40.453499978929564, "S21": -40.453499978929564, "W22": -40.0, "S22": -42.829539628889009, "W31": -80.0, "S31": -83.006673865193747, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024530489520791277, "S11": 0.024530489520791277, "W12": -7.2654250735153836, "S12": -13.04984462879818, "W13": -20.0, "S13": -22.11548597116726, "W21": -40.386255637171523, "S21": -40.386255637171523, "W22": -37.76833047555656, "S22": -39.146627107855259, "W31": -73.173362561943549, "S31": -73.673362561943549, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0022336569860447087, "S11": -0.0022336569860447087, "W12": -7.1519449506279233, "S12": -12.236356834593774, "W13": -18.557143772835076, "S13": -20.53021429183358, "W21": -40.319011295413489, "S21": -40.319011295413489, "W22": -36.967716677450838, "S22": -36.967716677450838, "W31": -69.374702547567068, "S31": -69.374702547567068, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.028997803492880701, "S11": -0.028997803492880701, "W12": -6.8290092369382061, "S12": -11.245783624744693, "W13": -17.082879302608806, "S13": -18.938961557685669, "W21": -40.208486988191559, "S21": -40.208486988191559, "W22": -39.565537004181671, "S22": -39.565537004181671, "W31": -70.0, "S31": -71.302435511694455, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.055761949999716724, "S11": -0.055761949999716724, "W12": -6.2263407881232551, "S12": -9.9799163512582254, "W13": -15.945714203366382, "S13": -17.684808194521604, "W21": -40.064423870447776, "S21": -40.064423870447776, "W22": -37.815711436911421, "S22": -38.379865338514044, "W31": -74.372955890233925, "S31": -75.283487467324363, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.082526096506552682, "S11": -0.082526096506552682, "W12": -5.6236723393083032, "S12": -8.7140490777717581, "W13": -15.199951002997464, "S13": -16.822056730231044, "W21": -40.0, "S21": -40.135824175824176, "W22": -31.207496802206641, "S22": -31.207496802206641, "W31": -70.0, "S31": -72.109407694864331, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11486542678683201, "S11": -0.11486542678683201, "W12": -5.0210038904933532, "S12": -7.4305369313395255, "W13": -15.0, "S13": -16.50511746331194, "W21": -39.747802513759957, "S21": -39.97717519895744, "W22": -35.920383546393275, "S22": -35.920383546393275, "W31": -70.0, "S31": -71.83447564804807, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16717148947531985, "S11": -0.16717148947531985, "W12": -5.0, "S12": -6.6740638710335682, "W13": -15.0, "S13": -16.388129199390299, "W21": -39.145376379418934, "S21": -39.34909361350558, "W22": -39.648534972413145, "S22": -39.648611790394042, "W31": -70.070926780937739, "S31": -70.696686812439211, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21947755216380774, "S11": -0.21947755216380774, "W12": -5.0, "S12": -5.9385947012209641, "W13": -15.0, "S13": -16.271140935468658, "W21": -38.542950245077904, "S21": -38.721012028053707, "W22": -39.654920200769176, "S22": -39.655351975418576, "W31": -70.173077870551424, "S31": -70.744111640886459, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27178361485229557, "S11": -0.27178361485229557, "W12": -5.0, "S12": -5.20312553140836, "W13": -15.0, "S13": -16.154152671547017, "W21": -37.940524110736874, "S21": -38.09293044260184, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32408967754078344, "S11": -0.32408967754078344, "W12": -5.0, "S12": -5.1360288526299787, "W13": -15.0, "S13": -16.037164407625376, "W21": -37.338097976395851, "S21": -37.464848857149974, "W22": -35.497451483012142, "S22": -38.228178874482538, "W31": -68.448820822610585, "S31": -68.460734363449845, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37639574022927125, "S11": -0.37639574022927125, "W12": -5.0, "S12": -5.2879428242463389, "W13": -15.0, "S13": -15.920176143703733, "W21": -36.735671842054821, "S21": -36.836767271698108, "W22": -36.09210737789968, "S22": -37.256177919749767, "W31": -61.96889280429113, "S31": -61.96889280429113, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42870180291775917, "S11": -0.42870180291775917, "W12": -5.0, "S12": -5.3602549881351891, "W13": -15.0, "S13": -15.803187879782094, "W21": -36.13324570771379, "S21": -36.208685686246234, "W22": -36.791054644929801, "S22": -36.791054644929801, "W31": -69.271670087821704, "S31": -69.271670087821704, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47392099933688192, "S11": -0.48748758045127205, "W12": -5.2079866888519133, "S12": -5.6405538408759517, "W13": -15.014175007856432, "S13": -15.700374623716883, "W21": -35.530819573372767, "S21": -35.580604100794375, "W22": -39.63422484391306, "S22": -39.63422484391306, "W31": -58.949794065694263, "S31": -58.949794065694263, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52298668225816936, "S11": -0.90822105848824752, "W12": -5.7171954787997015, "S12": -6.2220747947125901, "W13": -15.336656436590243, "S13": -15.905867788529054, "W21": -34.928393439031737, "S21": -34.952522515342501, "W22": -33.791506276542982, "S22": -37.612267929241227, "W31": -63.703526899826059, "S31": -63.703526899826059, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55984109660235171, "S11": -1.3167432679481319, "W12": -6.2264042687474905, "S12": -6.8035957485492293, "W13": -15.659137865324054, "S13": -16.111360953341222, "W21": -34.384178567719864, "S21": -34.384178567719864, "W22": -37.815906196731078, "S22": -37.815906196731078, "W31": -69.758952169074661, "S31": -69.758952169074661, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59669551094653417, "S11": -1.7425772890611799, "W12": -6.5821978237427707, "S12": -7.3768866645785316, "W13": -15.981619294057865, "S13": -16.316854118153394, "W21": -33.852661955434584, "S21": -33.852661955434584, "W22": -33.83953336927663, "S22": -37.586303802196156, "W31": -63.668830746130041, "S31": -63.668830746130041, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63354992529071652, "S11": -2.1749953912580189, "W12": -6.937555141652779, "S12": -7.9897526627480264, "W13": -16.304100722791674, "S13": -17.014133967472524, "W21": -33.321145343149311, "S21": -33.321145343149311, "W22": -35.54303674239776, "S22": -37.231479031613922, "W31": -62.395994717100123, "S31": -62.395994717100123, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66643925808491655, "S11": -2.6034484119050108, "W12": -7.1003875968992247, "S12": -8.4100937982539588, "W13": -16.626582151525483, "S13": -17.989988025178558, "W21": -32.789628730864038, "S21": -32.789628730864038, "W22": -37.856932538943262, "S22": -39.185172651232961, "W31": -73.584530092225918, "S31": -74.223237072433349, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64455172354047008, "S11": -2.874395237412001, "W12": -7.2618863049095612, "S12": -8.6745732429658577, "W13": -16.945574299749893, "S13": -18.742109267001108, "W21": -32.258112118578758, "S21": -32.258112118578758, "W22": -34.823348472513935, "S22": -34.823348472513935, "W31": -70.0, "S31": -72.036023362317209, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6226641889960236, "S11": -3.0576898716539702, "W12": -7.4233850129198968, "S12": -8.6681010756565104, "W13": -17.187829229479718, "S13": -19.417493290329073, "W21": -31.726595506293485, "S21": -31.726595506293485, "W22": -39.657837817513084, "S22": -39.65804486440755, "W31": -70.086072404524558, "S31": -70.695571207634615, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60077665445157713, "S11": -3.0052199032430895, "W12": -9.7400968217217425, "S12": -10.740096821721743, "W13": -17.335015245198672, "S13": -19.997808399646168, "W21": -31.195078894008212, "S21": -31.195078894008212, "W22": -39.634062664789525, "S22": -39.634062664789525, "W31": -70.0, "S31": -70.836878703213387, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57888911990713066, "S11": -2.7217602873795248, "W12": -10.0, "S12": -11.0, "W13": -17.482201260917627, "S13": -20.468569674068807, "W21": -30.663562281722932, "S21": -30.663562281722932, "W22": -38.925513507514424, "S22": -41.074358789911521, "W31": -77.673902624199741, "S31": -79.797691076690057, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55700158536268418, "S11": -2.6397897029782351, "W12": -10.0, "S12": -11.0, "W13": -17.594653225559146, "S13": -20.519469319238773, "W21": -30.132045669437659, "S21": -30.132045669437659, "W22": -39.622255156110882, "S22": -39.622255156110882, "W31": -70.0, "S31": -70.955475430607549, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53511405081823771, "S11": -2.5683879988125518, "W12": -10.0, "S12": -11.0, "W13": -17.56489615128875, "S13": -20.428159925496825, "W21": -30.0, "S21": -30.0, "W22": -39.583424335322597, "S22": -39.583424335322597, "W31": -70.0, "S31": -71.256746974315575, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51322651627379123, "S11": -2.6855958674962044, "W12": -10.0, "S12": -11.0, "W13": -17.535139077018354, "S13": -20.33685053175488, "W21": -30.0, "S21": -30.0, "W22": -37.212195006890752, "S22": -37.212195006890752, "W31": -61.167826924893077, "S31": -61.167826924893077, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23830223698349132, "S11": -2.5497669914340046, "W12": -10.0, "S12": -10.83672131147541, "W13": -17.505382002747957, "S13": -20.336498888437522, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -36.014200203338284, "S22": -36.014200203338284, "W31": -70.0, "S31": -71.863227594211523, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.095454397447168771, "S11": -2.3551057602314436, "W12": -10.0, "S12": -10.51460221550856, "W13": -17.475624928477561, "S13": -20.359616107355809, "W21": -30.0, "S21": -30.0, "W22": -39.659838035557122, "S22": -39.659838035557122, "W31": -70.008119265591944, "S31": -70.652679564441286, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42921103187782883, "S11": -2.160444529028883, "W12": -10.0, "S12": -10.192346424974824, "W13": -17.445867854207162, "S13": -20.382733326274096, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -65.78655052589842, "S31": -65.78655052589842, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500800.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.1380229450630042, "W12": -10.0, "S12": -10.498946598645379, "W13": -17.416110779936769, "S13": -20.405850545192386, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.6189432142074107, "W12": -10.0, "S12": -10.684380060244111, "W13": -17.38635370566637, "S13": -20.38635370566637, "W21": -30.0, "S21": -30.0, "W22": -39.667140662613022, "S22": -39.667477938421051, "W31": -70.101218028111361, "S31": -70.694455602830004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.94538116591928234, "W12": -10.0, "S12": -10.869813521842843, "W13": -17.356596631395977, "S13": -20.356596631395977, "W21": -30.0, "S21": -30.0, "W22": -34.809876850205193, "S22": -37.116654881620903, "W31": -62.984447848722745, "S31": -62.984447848722745, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.27152504220596518, "W12": -10.0, "S12": -11.055246983441576, "W13": -17.326839557125581, "S13": -20.326839557125581, "W21": -30.0, "S21": -30.0, "W22": -30.601784803854613, "S22": -30.601784803854613, "W31": -70.0, "S31": -72.136967929483248, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.37397500548109719, "W12": -10.000000000000002, "S12": -11.118202646858851, "W13": -17.298391794123084, "S13": -20.298391794123084, "W21": -30.0, "S21": -30.0, "W22": -36.084252080106921, "S22": -36.084252080106921, "W31": -70.0, "S31": -71.864012263013691, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501047.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -10.984681696919036, "W13": -17.269944031120595, "S13": -20.269944031120595, "W21": -30.0, "S21": -30.0, "W22": -35.892632118229997, "S22": -35.930716199847801, "W31": -73.555574340218243, "S31": -74.563285384580951, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501095.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9248215980252716, "S12": -10.775982345004335, "W13": -17.24149626811807, "S13": -20.24149626811807, "W21": -30.0, "S21": -30.0, "W22": -37.913068292276009, "S22": -39.271457374878985, "W31": -73.113773247441202, "S31": -73.576423009031274, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501143.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49388991042354469, "S11": 0.49388991042354469, "W12": -9.6792831356275499, "S12": -10.396922932666802, "W13": -17.213048505115577, "S13": -20.213048505115577, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -30.000000000000004, "S22": -30.000000000000004, "W31": -70.0, "S31": -72.46130462949121, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501191.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31565500447898664, "S11": 0.31565500447898664, "W12": -9.4337446732298282, "S12": -10.017863520329268, "W13": -17.184600742113084, "S13": -20.184600742113084, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.368145302553309, "S22": -35.368145302553309, "W31": -70.0, "S31": -72.001330822595733, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501239.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15282176156654947, "S11": 0.15282176156654947, "W12": -9.1882062108321083, "S12": -9.6388041079917368, "W13": -17.15615297911059, "S13": -20.15615297911059, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.371411036186672, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501286.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010011481345887696, "S11": -0.010011481345887696, "W12": -8.9426677484343866, "S12": -9.259744695654204, "W13": -17.127705216108101, "S13": -20.127705216108101, "W21": -30.0, "S21": -30.0, "W22": -37.547115730239589, "S22": -40.978355276792271, "W31": -75.474060309836233, "S31": -76.501101433206344, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501334.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17284472425852315, "S11": -0.17284472425852315, "W12": -8.6881935498496485, "S12": -8.841626569616615, "W13": -17.099257453105576, "S13": -19.898977443025057, "W21": -30.0, "S21": -30.0, "W22": -36.000352672164119, "S22": -36.000352672164119, "W31": -70.0, "S31": -71.884956159574145, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501382.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33567796717096032, "S11": -0.33567796717096032, "W12": -8.3201973107330787, "S12": -8.3201973107330787, "W13": -17.070809690103083, "S13": -19.550640564014465, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -37.915055584713848, "S22": -38.463913260295705, "W31": -72.26561916110866, "S31": -72.26561916110866, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501430.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49201329331046306, "S11": -0.49201329331046306, "W12": -7.9522010716165079, "S12": -7.9522010716165079, "W13": -17.04236192710059, "S13": -19.202303685003873, "W21": -30.0, "S21": -30.0, "W22": -39.628004571687406, "S22": -39.628004571687406, "W31": -70.0, "S31": -71.001563481418799, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501478.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55799203521272878, "S11": -0.55799203521272878, "W12": -7.5842048324999389, "S12": -7.5842048324999389, "W13": -17.013914164098097, "S13": -18.853966805993284, "W21": -30.0, "S21": -30.0, "W22": -39.578822368361521, "S22": -39.578822368361521, "W31": -70.0, "S31": -71.379140115413918, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501525.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61910710542860159, "S11": -0.61910710542860159, "W12": -7.2162085933833682, "S12": -7.2162085933833682, "W13": -16.950036104208831, "S13": -18.583760247290087, "W21": -30.0, "S21": -30.0, "W22": -39.563955536875383, "S22": -39.563955536875383, "W31": -70.0, "S31": -71.503966695578569, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501573.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67157243243244735, "S11": -0.67157243243244735, "W12": -6.8482123542663516, "S12": -6.8482123542663516, "W13": -16.745570543535127, "S13": -18.207955727613903, "W21": -30.0, "S21": -30.0, "W22": -39.616921843787821, "S22": -39.616921843787821, "W31": -70.0, "S31": -71.11153289515876, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501621.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70219027027027781, "S11": -0.70219027027027781, "W12": -6.4802161151497808, "S12": -6.4802161151497808, "W13": -16.823845555531701, "S13": -18.205380576906244, "W21": -30.0, "S21": -30.0, "W22": -40.06847304007006, "S22": -40.06847304007006, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501669.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71551146193771631, "S11": -0.71551146193771631, "W12": -6.2812354344110854, "S12": -6.2812354344110854, "W13": -16.902120567528272, "S13": -18.259134707613768, "W21": -30.0, "S21": -30.0, "W22": -39.820781309410847, "S22": -39.830781309410845, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 501717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1712905656810202, "S11": -1.5636268498712371, "W12": -5.0, "S12": -9.1495241748406304, "W13": -21.534035264849653, "S13": -21.549285362253311, "W21": -25.37460363376946, "S21": -26.475401999744776, "W22": -39.74692010838541, "S22": -39.74692010838541, "W31": -70.364052214361948, "S31": -70.364052214361948, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 506892.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0665269974045715, "S11": -2.0301264921190136, "W12": -5.0508574537240598, "S12": -8.8791902754961072, "W13": -21.976173604285247, "S13": -22.026552582108312, "W21": -28.151002009326969, "S21": -28.151002009326969, "W22": -39.694375019362028, "S22": -39.695902940387519, "W31": -70.360647556495053, "S31": -70.773504354177234, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 507143.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88935527770689782, "S11": -4.8499955296092851, "W12": -6.6900617845682264, "S12": -12.546537205417795, "W13": -26.009901519687062, "S13": -26.797884059068387, "W21": -30.0, "S21": -30.0, "W22": -39.641829930338645, "S22": -39.641829930338645, "W31": -70.0, "S31": -70.900401960113001, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6788800992618569, "S12": -14.544399774894481, "W13": -24.380799988254182, "S13": -24.380799988254182, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.589284841315255, "S22": -39.589284841315255, "W31": -70.0, "S31": -71.324944795929142, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 509421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2777673903469569, "S11": -2.2777673903469569, "W12": -9.971266911113922, "S12": -9.971266911113922, "W13": -26.961825048484229, "S13": -26.961825048484229, "W21": -35.083168429891039, "S21": -35.083168429891039, "W22": -37.889849259089438, "S22": -37.889849259089438, "W31": -70.498509209631862, "S31": -70.498509209631862, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 511236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0195954487989889, "S11": -2.0195954487989889, "W12": -10.0, "S12": -12.602355940477697, "W13": -21.82145974002113, "S13": -21.82145974002113, "W21": -39.146796275687812, "S21": -39.146796275687812, "W22": -40.067298614067866, "S22": -40.067298614067866, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 513000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0044247787610621, "S11": -2.0044247787610621, "W12": -10.0, "S12": -12.626152204965013, "W13": -21.694685590923704, "S13": -21.694685590923704, "W21": -39.153913022815566, "S21": -39.153913022815566, "W22": -35.993062308719594, "S22": -35.993062308719594, "W31": -70.0, "S31": -71.906684724936738, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 513006.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37902540766021997, "S11": -0.46654958560992982, "W12": -10.329221752043525, "S12": -15.750231246986772, "W13": -15.750231246986772, "S13": -31.839873348154295, "W21": -40.640270997381187, "S21": -40.640270997381187, "W22": -39.630381101169633, "S22": -39.630381101169633, "W31": -70.0, "S31": -71.033749661936426, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.0, 514204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8193585379582071, "S12": -5.8193585379582071, "W13": -20.0, "S13": -20.0, "W21": -43.624856529900825, "S21": -43.624856529900825, "W22": -38.043367798928536, "S22": -38.210335970923651, "W31": -74.485893299399919, "S31": -75.429029967917884, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107000.333333333328483, 521126.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.07779283639883855, "S11": 0.07779283639883855, "W12": -5.6383667037769847, "S12": -13.477875151185648, "W13": -23.172415361617389, "S13": -23.172415361617389, "W21": -30.000000000000004, "S21": -30.545354153478232, "W22": -35.894299236442066, "S22": -35.894299236442066, "W31": -70.0, "S31": -71.938755574528727, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107001.0, 505955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1452626216740671, "S11": -1.6452626216740671, "W12": -5.0, "S12": -9.1949330556925482, "W13": -21.641482384150457, "S13": -21.690833229397708, "W21": -26.024194420005902, "S21": -26.609563699818903, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.164528164102194, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107001.0, 506961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.7370871547176243, "W12": -5.9359934797339342, "S12": -8.2232244891654336, "W13": -15.027768421481762, "S13": -16.439259986394685, "W21": -40.0, "S21": -41.830682630605772, "W22": -36.014034470789909, "S22": -36.014034470789909, "W31": -70.0, "S31": -71.928413290299346, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107001.466666666659876, 497354.266666666662786 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7200047822243314, "S11": -0.7200047822243314, "W12": -4.0675334633890907, "S12": -19.501724803963455, "W13": -21.755136936689993, "S13": -21.755136936689993, "W21": -30.0, "S21": -30.0, "W22": -36.199994747435973, "S22": -36.199994747435973, "W31": -70.0, "S31": -71.902363045669546, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107001.8, 509989.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88695673644562745, "S11": -1.3489925879180986, "W12": -10.0, "S12": -15.165734614459868, "W13": -19.36388407233094, "S13": -19.36388407233094, "W21": -30.0, "S21": -30.0, "W22": -34.589619114637721, "S22": -34.589619114637721, "W31": -70.0, "S31": -72.074109803498573, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107002.0, 504693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.062317798368224847, "S11": 0.062317798368224847, "W12": -5.6440784997812106, "S12": -13.517342365822362, "W13": -23.172979222763306, "S13": -23.172979222763306, "W21": -30.0, "S21": -30.519346389466829, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107002.0, 505951.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96680012383356784, "S11": -0.96680012383356784, "W12": -5.4674494298809044, "S12": -7.0255872720675203, "W13": -22.544177162524967, "S13": -22.544177162524967, "W21": -29.999999999999996, "S21": -30.622870549359988, "W22": -39.649945875000583, "S22": -39.649945875000583, "W31": -70.0, "S31": -70.933571430752693, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107002.714285714289872, 507372.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48839050464651323, "S11": -3.3775078370750342, "W12": -4.937362429404712, "S12": -11.244393965281381, "W13": -15.399700741584841, "S13": -15.874016646456175, "W21": -40.0, "S21": -40.0, "W22": -35.613575553640381, "S22": -35.613575553640381, "W31": -70.0, "S31": -72.044132113007493, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107002.8, 497814.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.7538185085354896, "W12": -9.2067692307692326, "S12": -15.366515261384475, "W13": -20.270826274263033, "S13": -20.270826274263033, "W21": -30.0, "S21": -30.0, "W22": -39.647270075619112, "S22": -39.647270075619112, "W31": -70.0, "S31": -70.976478138312345, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107003.0, 504888.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0705245414551228, "S11": -1.173476774810454, "W12": -6.2229759546092733, "S12": -6.2229759546092733, "W13": -24.081546200688376, "S13": -24.081546200688376, "W21": -30.0, "S21": -31.84496776258629, "W22": -30.453213645753912, "S22": -30.453213645753912, "W31": -70.000000000000014, "S31": -72.171507749633719, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107003.0, 507795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82304965044942213, "S11": -4.4509688317666622, "W12": -6.0977174034516342, "S12": -13.117931715216226, "W13": -25.732927246108371, "S13": -25.732927246108371, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -58.691238662321368, "S31": -58.691238662321368, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107003.5, 508787.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061752993992184736, "S11": -0.061752993992184736, "W12": -6.132300642050744, "S12": -9.8547279237921401, "W13": -15.931591537929444, "S13": -17.638194978780838, "W21": -40.053740909166379, "S21": -40.053740909166379, "W22": -36.073698667248905, "S22": -36.073698667248905, "W31": -70.0, "S31": -71.950141855661954, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107004.0, 499604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47744082503155577, "S11": -0.48973553916646073, "W12": -5.1235010614493079, "S12": -5.5431924359420695, "W13": -15.0, "S13": -15.670087422505656, "W21": -35.559297899723433, "S21": -35.598908919910372, "W22": -35.551321919552485, "S22": -37.041112992676894, "W31": -62.522277288593592, "S31": -62.522277288593592, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107004.0, 500047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77260422841335552, "S11": -0.77260422841335552, "W12": -5.0000000000000009, "S12": -14.611205432937208, "W13": -20.666944313725736, "S13": -21.52277108537929, "W21": -30.0, "S21": -32.621292062366471, "W22": -39.610966419302358, "S22": -39.610966419302358, "W31": -70.0, "S31": -71.294897981661691, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107004.142857142855064, 506315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0415027194670543, "S12": -9.6764185248032319, "W13": -13.531561992520027, "S13": -17.443664550985496, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -66.190431213414541, "S31": -66.190431213414541, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107004.5, 515289.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.795458141158008, "S21": -36.795458141158008, "W22": -39.607582261258749, "S22": -39.607582261258749, "W31": -70.0, "S31": -71.340190386629786, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107005.0, 511452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0565177279067444, "S11": -1.0565177279067444, "W12": -6.119402058961791, "S12": -6.1569674195088089, "W13": -23.859974847762775, "S13": -23.859974847762775, "W21": -30.0, "S21": -31.674472470690841, "W22": -37.221223343447441, "S22": -37.221223343447441, "W31": -69.654513999646127, "S31": -69.654513999646127, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107005.5, 507734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53739679981980581, "S11": -2.6589118316563947, "W12": -10.0, "S12": -11.0, "W13": -17.555889896207383, "S13": -20.418132802677881, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.933724550648762, "S22": -35.933724550648762, "W31": -70.0, "S31": -72.013367474908449, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.0, 500614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38636171472055469, "S11": -2.6887007707536728, "W12": -10.0, "S12": -11.0, "W13": -17.517205699655868, "S13": -20.347300057692031, "W21": -30.0, "S21": -30.0, "W22": -37.10380024541702, "S22": -37.10380024541702, "W31": -74.872486524101134, "S31": -75.420370175053989, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.0, 500679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9507540018496226, "S12": -9.4361277661295819, "W13": -13.516044002306318, "S13": -13.516044002306318, "W21": -40.0, "S21": -40.0, "W22": -40.607227073799486, "S22": -43.396858702776633, "W31": -80.0, "S31": -83.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.0, 515471.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.2005880770581303, "S12": -5.2005880770581303, "W13": -19.607003892623279, "S13": -19.607003892623279, "W21": -33.589803450834353, "S21": -33.589803450834353, "W22": -36.133362863707518, "S22": -36.133362863707518, "W31": -70.0, "S31": -71.971870421024562, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.25, 522064.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75364668968445681, "S11": -0.75364668968445681, "W12": -3.9952751385211576, "S12": -19.671439399791801, "W13": -21.482292686269137, "S13": -21.525179921423966, "W21": -30.0, "S21": -30.0, "W22": -40.155300986524395, "S22": -43.12858305654359, "W31": -80.0, "S31": -83.019323892188211, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.5, 510053.5 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0836131985834108, "S11": -4.0836131985834108, "W12": -11.420893616792998, "S12": -11.57485750183597, "W13": -32.060539421446641, "S13": -32.321313769201439, "W21": -38.170377733685854, "S21": -38.170377733685854, "W22": -39.830489626135886, "S22": -39.840489626135884, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.777777777781012, 512189.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6571509256563299, "S12": -8.6571509256563299, "W13": -13.477939262716379, "S13": -21.847770735995834, "W21": -40.326725328345702, "S21": -40.326725328345702, "W22": -36.810287605988293, "S22": -36.810287605988293, "W31": -69.397629098522103, "S31": -69.397629098522103, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107006.863636363632395, 516062.318181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1818489289740699, "S11": -0.18537677031655656, "W12": -5.8883266565969681, "S12": -16.022520204984065, "W13": -22.888545319183908, "S13": -22.888545319183908, "W21": -30.0, "S21": -30.0, "W22": -40.333836254271496, "S22": -43.246629510094124, "W31": -80.0, "S31": -83.01386338411865, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107007.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0034656340755083448, "S11": 0.0034656340755083621, "W12": -5.6629524075436466, "S12": -13.577361332264749, "W13": -23.139714396794265, "S13": -23.139714396794265, "W21": -30.0, "S21": -30.420946753886238, "W22": -38.203909325628835, "S22": -38.203909325628835, "W31": -74.670770140063567, "S31": -75.670770140063567, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107007.0, 505938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69485478985607674, "S11": -2.2576817732243804, "W12": -5.0, "S12": -14.390391193350863, "W13": -25.301265307268864, "S13": -25.301265307268864, "W21": -30.0, "S21": -30.0, "W22": -39.603146060620105, "S22": -39.603146060620105, "W31": -59.229737175524072, "S31": -59.229737175524072, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107007.0, 509110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49641530172920822, "S11": -0.49641530172920822, "W12": -4.9528003484352396, "S12": -11.486800203754534, "W13": -15.219530266247986, "S13": -16.514519871590899, "W21": -40.0, "S21": -40.0, "W22": -38.175770848884085, "S22": -39.437628793204567, "W31": -73.7195622387611, "S31": -74.400430178392853, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107007.8, 497902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9597325692933181, "S12": -7.9597325692933181, "W13": -17.040867753234309, "S13": -19.16611626218063, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.192088398721111, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107008.0, 501479.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8037671624712668, "S11": -2.8037671624712668, "W12": -10.389957930467839, "S12": -10.389957930467839, "W13": -31.43602534571108, "S13": -31.43602534571108, "W21": -37.709531802489984, "S21": -37.709531802489984, "W22": -35.539298488999705, "S22": -35.539298488999705, "W31": -70.0, "S31": -72.069393435064285, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107008.0, 511758.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6654624940589235, "S11": -1.6654624940589235, "W12": -9.6868142940884798, "S12": -9.6868142940884798, "W13": -23.588529366165968, "S13": -23.588529366165968, "W21": -32.836166148169305, "S21": -32.836166148169305, "W22": -37.041126409209355, "S22": -37.041126409209355, "W31": -61.446344695783822, "S31": -61.446344695783822, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107008.4, 510944.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67286972972973946, "S11": -0.67286972972973946, "W12": -6.8892205118050827, "S12": -6.8892205118050827, "W13": -16.742905022811449, "S13": -18.172447252667251, "W21": -30.0, "S21": -30.0, "W22": -39.675435971902196, "S22": -39.675435971902196, "W31": -70.0, "S31": -70.84169103376037, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107008.6, 501618.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15873850470316864, "S11": -0.15873850470316864, "W12": -5.0, "S12": -6.8857663333673438, "W13": -15.000000000000002, "S13": -16.362698178754762, "W21": -39.265177031134478, "S21": -39.448377003170869, "W22": -36.946039011749328, "S22": -36.946039011749328, "W31": -70.0, "S31": -71.86819235247961, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107009.0, 499738.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9999999999999991, "S12": -5.5035431626288069, "W13": -18.382466341908408, "S13": -20.39621286365788, "W21": -30.0, "S21": -30.486447582611934, "W22": -40.0, "S22": -44.021411112142921, "W31": -80.0, "S31": -83.026393255804379, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107009.0, 503168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5363234901978844, "S12": -5.5363234901978844, "W13": -20.0, "S13": -20.0, "W21": -42.043115896814221, "S21": -42.043115896814221, "W22": -38.039774348209875, "S22": -38.039774348209875, "W31": -69.976502116859436, "S31": -69.976502116859436, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107009.0, 521556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.60742469637793595, "W12": -8.4905088757396445, "S12": -15.557095694621715, "W13": -21.137263423219839, "S13": -21.137263423219839, "W21": -30.0, "S21": -30.0, "W22": -33.721995607401581, "S22": -37.442470486934006, "W31": -63.940939146837707, "S31": -63.940939146837707, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 505065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -0.8, "W12": -3.9, "S12": -19.9, "W13": -21.1, "S13": -21.2, "W21": -30.0, "S21": -30.0, "W22": -39.052827508493706, "S22": -39.052827508493706, "W31": -70.0, "S31": -71.695136040909119, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91684488608822101, "S11": -1.523672291196839, "W12": -11.441992918415769, "S12": -13.618270884928908, "W13": -18.197220253435823, "S13": -21.197220253435823, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.112096906919632, "S22": -38.112096906919632, "W31": -70.745626982719983, "S31": -70.745626982719983, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107011.0, 504170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67278378378378378, "S11": -0.68509431982812385, "W12": -6.9126303968048601, "S12": -6.9126303968048601, "W13": -16.740320291069523, "S13": -18.160229185102828, "W21": -30.0, "S21": -30.0, "W22": -39.650561872487707, "S22": -39.650561872487707, "W31": -70.0, "S31": -71.099606524584871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107012.0, 501616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0212982637988803, "S11": -4.0212982637988803, "W12": -11.369576299145406, "S12": -11.369576299145406, "W13": -31.818033439031279, "S13": -32.354156404101722, "W21": -38.211533460328539, "S21": -38.211533460328539, "W22": -35.893293174184109, "S22": -35.893293174184109, "W31": -73.427459587398232, "S31": -74.366920346700951, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107013.666666666671517, 512237.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49702252544117087, "S11": -4.9949162149643742, "W12": -5.0, "S12": -11.712866948871028, "W13": -15.374609157218124, "S13": -16.623604200223404, "W21": -40.0, "S21": -40.579022716084602, "W22": -36.246320294004633, "S22": -36.246320294004633, "W31": -73.838989613255663, "S31": -74.250690834688641, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107014.0, 497597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.68379891039055685, "W12": -5.1516151242182566, "S12": -5.5731037719105858, "W13": -15.129186740078, "S13": -15.704009195153494, "W21": -35.36984811468735, "S21": -35.371967304765512, "W22": -36.599347413825157, "S22": -36.599347413825157, "W31": -74.250519639113094, "S31": -74.250519639113094, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107014.0, 500063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42702406035907603, "S11": -0.42702406035907609, "W12": -8.1328271800150951, "S12": -8.1328271800150951, "W13": -17.05269145014222, "S13": -19.29747626239546, "W21": -30.0, "S21": -30.0, "W22": -36.952374533645681, "S22": -36.952374533645681, "W31": -74.662049664970496, "S31": -75.04946190168063, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107014.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5677596619922756, "S11": -1.5677596619922756, "W12": -6.0129299948634563, "S12": -6.0129299948634563, "W13": -20.0, "S13": -20.0, "W21": -43.520499924658758, "S21": -43.520499924658758, "W22": -37.305401653466205, "S22": -38.944780950994549, "W31": -75.073579690827941, "S31": -75.886137363846998, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107014.0, 520835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5666322128748702, "S11": -6.3171536987044563, "W12": -6.4644921017321302, "S12": -6.4644921017321302, "W13": -13.988620634605766, "S13": -14.850736357282951, "W21": -39.712669170181165, "S21": -42.712669170181165, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.204921462108487, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107014.375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81969414186267031, "S11": -1.3196941418626702, "W12": -11.763343576713764, "S12": -14.702017066260581, "W13": -18.002777146434102, "S13": -20.690877909640999, "W21": -30.0, "S21": -30.0, "W22": -39.699141237210014, "S22": -39.699141237210014, "W31": -70.0, "S31": -70.66611500077903, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107015.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84268364670434304, "S11": -0.84268364670434304, "W12": -5.0000000000000009, "S12": -5.9623706314954266, "W13": -17.421605849962621, "S13": -20.211077967682513, "W21": -30.0, "S21": -30.0, "W22": -38.179626650757498, "S22": -38.179626650757498, "W31": -71.744330683878005, "S31": -71.744330683878005, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107016.0, 502544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10183604445158563, "S11": -0.10183604445158563, "W12": -5.7083381212589224, "S12": -13.809792540093735, "W13": -23.002608675629499, "S13": -23.002608675629499, "W21": -30.0, "S21": -30.206544478943929, "W22": -39.667434346282462, "S22": -39.667434346282462, "W31": -70.0, "S31": -70.967912145823632, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107016.0, 505907.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98149990981483481, "S11": -0.98149990981483481, "W12": -5.5709074528883908, "S12": -6.1539192031100987, "W13": -22.697662543969077, "S13": -22.697662543969077, "W21": -30.0, "S21": -30.774609952670122, "W22": -39.084499146595093, "S22": -41.316131946290199, "W31": -77.856656834224069, "S31": -80.056885441904853, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107016.142857142855064, 507414.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16179456331436493, "S11": 0.16179456331436493, "W12": -7.8180064861396001, "S12": -17.642257876512467, "W13": -20.0, "S13": -22.72716232627176, "W21": -40.710986990967918, "S21": -40.710986990967918, "W22": -39.936822001059681, "S22": -39.94682200105968, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107017.0, 499163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0748469187916465, "S11": -1.3074797637510713, "W12": -6.2214471942016347, "S12": -6.2214471942016347, "W13": -24.018797987821024, "S13": -24.018797987821024, "W21": -30.0, "S21": -31.82617403630708, "W22": -38.245305716906564, "S22": -39.539292005059195, "W31": -73.155283124308866, "S31": -73.629372750152299, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107017.0, 507777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -30.94158615222922, "S13": -30.94158615222922, "W21": -37.612963449307472, "S21": -37.612963449307472, "W22": -35.873043171085413, "S22": -35.873043171085413, "W31": -73.383503477091352, "S31": -74.342616751356957, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107017.0, 511657.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.727761617594892, "S11": -0.727761617594892, "W12": -6.0107277906413588, "S12": -6.0107277906413588, "W13": -16.999118189738848, "S13": -18.359898367868382, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -30.0, "S22": -30.0, "W31": -70.000000000000014, "S31": -72.220682645906336, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107018.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.57022096196030181, "W12": -8.3285207100591716, "S12": -15.609966340841828, "W13": -21.316029638643229, "S13": -21.316029638643229, "W21": -30.0, "S21": -30.0, "W22": -39.103608126030316, "S22": -43.702816897771136, "W31": -77.135863929271721, "S31": -80.135863929271721, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107018.0, 505106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0180626070101937, "S11": -1.0180626070101937, "W12": -5.246554312949864, "S12": -14.810930048119964, "W13": -21.459154880391157, "S13": -21.462171316839363, "W21": -30.0, "S21": -30.59167072145063, "W22": -34.48569616407184, "S22": -37.049499806393349, "W31": -63.42225443267413, "S31": -63.42225443267413, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107018.0, 510390.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8692921770146116, "S11": -1.8692921770146116, "W12": -9.7422082437729163, "S12": -9.7422082437729163, "W13": -24.4075382168799, "S13": -24.4075382168799, "W21": -33.717147779798168, "S21": -33.717147779798168, "W22": -38.268326061842558, "S22": -39.003979395109354, "W31": -72.164741554052142, "S31": -72.164741554052142, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107018.0, 511052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68258015433104557, "S11": -0.68258015433104557, "W12": -6.6815222363296662, "S12": -7.0634574706922288, "W13": -18.620801018981052, "S13": -20.311319882496427, "W21": -29.971580178802522, "S21": -30.488438194294414, "W22": -39.657679174732586, "S22": -39.657679174732586, "W31": -70.0, "S31": -71.140750645862497, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107018.666666666671517, 503327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0552778559050375, "S11": -1.0552778559050375, "W12": -6.079371795998215, "S12": -6.0988622565542769, "W13": -23.719530491571863, "S13": -23.719530491571863, "W21": -30.0, "S21": -31.593578194634503, "W22": -36.268325768497583, "S22": -36.268325768497583, "W31": -70.0, "S31": -72.063105450219865, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107019.333333333328483, 507694.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1364354753159771, "S11": -1.7896048193017942, "W12": -6.6320248003928404, "S12": -11.632024800392841, "W13": -24.84213661636219, "S13": -25.016849859939729, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107020.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.9589833290144001, "S11": -3.9589833290144001, "W12": -11.318258981497845, "S12": -11.426742704111934, "W13": -31.575527456616129, "S13": -32.386999039001864, "W21": -38.252689186971146, "S21": -38.252689186971146, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.250120427533943, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107020.555555555562023, 512285.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -4.0107279532521103, "S11": -4.0107279532521103, "W12": -11.407201425881521, "S12": -11.763003134852726, "W13": -32.252929329699143, "S13": -32.252929329699143, "W21": -38.033959992554543, "S21": -38.033959992554543, "W22": -33.613203746690822, "S22": -33.613203746690822, "W31": -70.0, "S31": -72.137851800142656, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107021.0, 512102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0656747115298251, "S11": -1.3381109481684133, "W12": -6.1475099116518832, "S12": -6.1475099116518832, "W13": -23.849770540993664, "S13": -23.849770540993664, "W21": -30.0, "S21": -31.701493156804236, "W22": -36.525100311838401, "S22": -36.525100311838401, "W31": -70.0, "S31": -72.009063317125978, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107021.333333333328483, 507730.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0318860397478766, "S11": -2.883097706056442, "W12": -11.324711633509828, "S12": -13.218786160950641, "W13": -18.232989426720472, "S13": -20.927138403895412, "W21": -30.0, "S21": -30.0, "W22": -39.60813401311912, "S22": -39.60813401311912, "W31": -70.0, "S31": -71.546349336807822, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107022.4, 504127.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41863003618818045, "S11": -0.41863003618818045, "W12": -9.1961360381244344, "S12": -10.030994317864527, "W13": -13.492364015927269, "S13": -25.066881723230384, "W21": -40.0, "S21": -40.0, "W22": -39.671294638753345, "S22": -39.671294638753345, "W31": -70.0, "S31": -71.042828012654681, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107022.6, 515042.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8868991516328126, "S12": -9.2731628844609162, "W13": -13.458616673772035, "S13": -13.458616673772035, "W21": -40.0, "S21": -40.0, "W22": -36.499303798744208, "S22": -36.499303798744208, "W31": -70.0, "S31": -72.025404127221165, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107022.75, 515591.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6244256747329668, "W12": -5.7027467398312233, "S12": -11.263424002123791, "W13": -15.22163337690432, "S13": -16.732274812565432, "W21": -40.0, "S21": -40.951372375752115, "W22": -38.213957644231286, "S22": -38.213957644231286, "W31": -70.323980430242798, "S31": -70.323980430242798, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107023.0, 497523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75, "W12": -8.7916213017751481, "S12": -15.501248451209237, "W13": -20.719888746441843, "S13": -20.719888746441843, "W21": -30.0, "S21": -30.0, "W22": -39.792186252944781, "S22": -39.792186252944781, "W31": -59.145242390157037, "S31": -59.145242390157037, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107023.0, 504993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3719451418766323, "S11": -0.3719451418766323, "W12": -8.2702423238882989, "S12": -8.2702423238882989, "W13": -17.060848542213758, "S13": -19.37611189169434, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.645221932416064, "S22": -33.645221932416064, "W31": -70.0, "S31": -72.140600039955061, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107023.5, 501442.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5958995361269759, "S12": -5.5958995361269759, "W13": -20.0, "S13": -20.0, "W21": -42.961234022070485, "S21": -42.961234022070485, "W22": -36.95107326112295, "S22": -36.95107326112295, "W31": -70.0, "S31": -71.934503170958294, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107025.0, 521468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6580934610892244, "S11": -2.1929665563022445, "W12": -4.9520624547022223, "S12": -14.355646298301661, "W13": -25.277360840520373, "S13": -25.277360840520373, "W21": -30.0, "S21": -30.0, "W22": -40.041239973352639, "S22": -40.041239973352639, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107025.25, 509150.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0297450668694417, "S12": -5.0297450668694417, "W13": -19.084552963450246, "S13": -19.084552963450246, "W21": -34.274371432239143, "S21": -34.274371432239143, "W22": -39.846855781497922, "S22": -39.85685578149792, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107025.333333333328483, 522325.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70797621621620654, "S11": -0.70797621621620654, "W12": -6.5778433480885052, "S12": -6.5778433480885052, "W13": -16.820969410483926, "S13": -18.065465299993992, "W21": -30.0, "S21": -30.0, "W22": -39.794310692474539, "S22": -39.794310692474539, "W31": -70.26407253167713, "S31": -70.26407253167713, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107025.4, 501662.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0565025042680278, "S11": -1.1026714110308493, "W12": -6.0735726291022658, "S12": -6.0794780733980556, "W13": -23.68074309416652, "S13": -23.68074309416652, "W21": -30.0, "S21": -31.576812277301595, "W22": -39.74176560345115, "S22": -39.743377240672039, "W31": -70.236163078158697, "S31": -70.661276836544999, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107025.666666666671517, 507683.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73004435263381739, "S11": -0.73004435263381739, "W12": -4.0044185029058594, "S12": -19.586772319302227, "W13": -21.72521240358639, "S13": -21.753743416225159, "W21": -30.0, "S21": -30.0, "W22": -39.689220514427767, "S22": -39.689220514427767, "W31": -70.0, "S31": -70.912658920817123, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107027.0, 510025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51701896634736444, "S11": -0.51701896634736444, "W12": -4.5574590708999789, "S12": -14.549203571255978, "W13": -24.084729454602289, "S13": -24.084729454602289, "W21": -30.0, "S21": -30.0, "W22": -39.685686857190944, "S22": -39.685686857190944, "W31": -70.0, "S31": -70.945446332990599, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107027.333333333328483, 509516.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48473232457979409, "S11": -4.3412831091479456, "W12": -4.9386613566655235, "S12": -11.601368216562399, "W13": -15.443487752186975, "S13": -16.037183057641901, "W21": -40.0, "S21": -40.0, "W22": -39.636675425404384, "S22": -39.636675425404384, "W31": -70.0, "S31": -71.370748792802615, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107027.4, 497773.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -3.8570538907387126, "S11": -3.8570538907387126, "W12": -11.266941663850337, "S12": -11.4970356529076, "W13": -31.333021474201118, "S13": -33.92708725717592, "W21": -38.293844913613789, "S21": -38.293844913613789, "W22": -36.990002, "S22": -36.990002, "W31": -70.0, "S31": -71.926439388702747, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107027.444444444437977, 512333.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72366334528221488, "S11": -0.72366334528221488, "W12": -4.0156139946356326, "S12": -19.557448047107986, "W13": -21.779832915704187, "S13": -21.801330091714114, "W21": -30.0, "S21": -30.0, "W22": -35.559607096707218, "S22": -36.844209504498032, "W31": -62.648559860087055, "S31": -62.648559860087055, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107027.666666666671517, 510014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0474989820526956, "W12": -10.0, "S12": -11.236001701361369, "W13": -17.348433825543047, "S13": -20.348433825543047, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107028.0, 500958.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2678817224347678, "S11": -1.5178817224347678, "W12": -5.0, "S12": -10.684673061543695, "W13": -21.394508503713752, "S13": -21.394508503713752, "W21": -25.189458653828378, "S21": -27.135859849003378, "W22": -36.586956326486238, "S22": -36.586956326486238, "W31": -70.0, "S31": -72.027104875960802, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107028.0, 506754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6405889571056136, "S12": -5.6405889571056136, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -43.616752535967137, "S21": -43.616752535967137, "W22": -32.549057244017916, "S22": -32.549057244017916, "W31": -70.0, "S31": -72.168874702900695, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107028.4, 521400.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 1.9068910898389066, "S11": 1.9068910898389066, "W12": -4.6227361526729744, "S12": -4.6227361526729744, "W13": -17.841722389951492, "S13": -17.841722389951492, "W21": -36.123053324882434, "S21": -36.123053324882434, "W22": -29.999999999999996, "S22": -29.999999999999996, "W31": -70.0, "S31": -72.279558209161564, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107029.4, 522942.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0006567925178054, "S11": -1.0006567925178054, "W12": -5.6743654758959083, "S12": -5.8395771618873225, "W13": -22.851147925413184, "S13": -22.851147925413184, "W21": -30.0, "S21": -30.926349355980289, "W22": -40.040261285017486, "S22": -40.040261285017486, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107029.571428571434808, 507455.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39790275902472388, "S11": -0.64790275902472394, "W12": -7.2593460623625106, "S12": -15.981132931112345, "W13": -22.074910724125491, "S13": -22.074910724125491, "W21": -30.0, "S21": -30.0, "W22": -39.853427917784565, "S22": -39.863427917784563, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107030.0, 505387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16799806732162145, "S11": -0.16799806732162145, "W12": -5.7725977427366333, "S12": -14.099808499543183, "W13": -22.823667723324643, "S13": -22.823667723324643, "W21": -30.0, "S21": -30.0, "W22": -39.665055773715096, "S22": -39.665055773715096, "W31": -70.0, "S31": -71.163992551948809, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107030.0, 505864.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0473302970062066, "S11": -1.0473302970062066, "W12": -5.9996353465525143, "S12": -6.0259011663772215, "W13": -23.511715647339159, "S13": -23.511715647339159, "W21": -30.0, "S21": -31.452131397798752, "W22": -34.903783623760219, "S22": -34.903783623760219, "W31": -70.0, "S31": -72.118554112902686, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107030.0, 507637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1630969246176346, "S11": -1.1630969246176346, "W12": -6.1994316533395954, "S12": -6.1994316533395954, "W13": -20.0, "S13": -23.824043217959002, "W21": -41.302434405138278, "S21": -41.302434405138278, "W22": -37.568100125187641, "S22": -41.382019471035449, "W31": -75.300445749978707, "S31": -76.480586171242692, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107030.090909090911737, 520554.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46840813861077013, "S11": -0.46840813861077013, "W12": -5.0, "S12": -5.3347641981574228, "W13": -15.008076885262099, "S13": -15.574113061169472, "W21": -35.824200148504346, "S21": -35.824200148504346, "W22": -39.67136518455662, "S22": -39.67136518455662, "W31": -70.0, "S31": -71.123529036732791, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107030.142857142855064, 500026.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.5, "W12": -10.0, "S12": -10.595826962856371, "W13": -17.410729225957052, "S13": -20.410729225957052, "W21": -30.0, "S21": -30.0, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.325985993683759, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107032.0, 500853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79156472484434115, "S11": -0.79156472484434115, "W12": -5.0, "S12": -5.0, "W13": -17.201118207648495, "S13": -19.243448617528575, "W21": -30.0, "S21": -30.0, "W22": -39.458392264919205, "S22": -39.458392264919205, "W31": -59.594453516383766, "S31": -59.594453516383766, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107032.0, 502241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.3275866321371317, "S11": -3.3275866321371317, "W12": -10.728123036231816, "S12": -11.535449896922492, "W13": -30.368002648759091, "S13": -40.368002648759088, "W21": -40.368002648759088, "S21": -40.368002648759088, "W22": -36.767548868386264, "S22": -36.767548868386264, "W31": -70.0, "S31": -72.018070930109786, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107032.0, 512549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7112083448606796, "S12": -8.8107979734181932, "W13": -13.406960984803293, "S13": -17.673770029918174, "W21": -40.162083951261152, "S21": -40.162083951261152, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.308995990789185, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107032.947368421053397, 515940.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0540379839033251, "S11": -1.0540379839033247, "W12": -6.0393415330345679, "S12": -6.0407570935996677, "W13": -23.579086135380745, "S13": -23.579086135380745, "W21": -30.0, "S21": -31.512683918578034, "W22": -35.641388801830061, "S22": -35.641388801830061, "W31": -73.039326529595513, "S31": -74.306064268521752, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107033.166666666671517, 507655.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.913053846878193, "S12": -5.913053846878193, "W13": -20.0, "S13": -20.0, "W21": -43.358294448913924, "S21": -43.358294448913924, "W22": -39.700115348569859, "S22": -39.700115348569859, "W31": -70.0, "S31": -70.892925641434474, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107034.0, 520989.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1978181936774361, "S11": 1.1978181936774361, "W12": -5.3140689669738714, "S12": -5.3140689669738714, "W13": -19.95224642286998, "S13": -19.95224642286998, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": -39.707265480835765, "S22": -39.707265480835765, "W31": -70.0, "S31": -70.844661403619568, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107034.0, 521896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0381580897443852, "S11": -1.0381580897443852, "W12": -5.925698064002761, "S12": -5.9723242593563866, "W13": -23.342688200511798, "S13": -23.342688200511798, "W21": -30.0, "S21": -31.327450518295908, "W22": -39.655302387950364, "S22": -39.655302387950364, "W31": -70.0, "S31": -71.335532127743775, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107034.333333333328483, 507590.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -3.728517696386787, "S11": -3.728517696386787, "W12": -11.215624346202775, "S12": -11.567328601703196, "W13": -31.090515491785968, "S13": -32.243359230927219, "W21": -38.335000640256411, "S21": -38.335000640256411, "W22": -39.649627518335841, "S22": -39.649627518335841, "W31": -70.0, "S31": -71.377945261565131, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107034.333333333328483, 512381.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73376685598855096, "S11": -0.73376685598855096, "W12": -6.3027877251731912, "S12": -6.3027877251731912, "W13": -16.943008501845512, "S13": -18.093620612523384, "W21": -30.0, "S21": -30.0, "W22": -39.701649156548349, "S22": -39.701649156548349, "W31": -70.0, "S31": -70.92389159241317, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107035.0, 501742.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15467869222098926, "S11": -0.15467869222098926, "W12": -5.7288240659770899, "S12": -13.450489013947831, "W13": -22.829541312037961, "S13": -22.829541312037961, "W21": -30.0, "S21": -30.0, "W22": -36.987951925800957, "S22": -36.987951925800957, "W31": -70.0, "S31": -72.005240493771637, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107035.0, 505885.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0169611848259792, "S11": -1.0169611848259792, "W12": -5.5346032498701812, "S12": -7.6244794408325109, "W13": -22.549851037404416, "S13": -22.549851037404416, "W21": -30.0, "S21": -30.693499403792398, "W22": -36.743215610811561, "S22": -36.743215610811561, "W31": -70.0, "S31": -72.062969481472933, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107035.333333333328483, 507370.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82700586961096823, "S11": -0.82700586961096823, "W12": -5.0000000000000009, "S12": -5.0000000000000018, "W13": -17.288493219530128, "S13": -19.656792396190234, "W21": -30.0, "S21": -30.0, "W22": -30.531832652382057, "S22": -30.531832652382057, "W31": -70.0, "S31": -72.338433772416806, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107035.5, 502410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11128719472233919, "S11": -0.11128719472233919, "W12": -5.3438193665417577, "S12": -8.7772684676542703, "W13": -15.773864422411807, "S13": -17.593233512475361, "W21": -40.0, "S21": -40.08254945054945, "W22": -39.764915443811866, "S22": -39.764915443811866, "W31": -70.309867749490522, "S31": -70.655775918474831, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107036.0, 499639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37980110564949249, "S11": -0.37980110564949249, "W12": -5.0, "S12": -5.1966469621870566, "W13": -15.0, "S13": -15.874515578980002, "W21": -36.787151893534876, "S21": -36.787962904688435, "W22": -36.870057811528163, "S22": -36.870057811528163, "W31": -61.724862466674473, "S31": -61.724862466674473, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107036.0, 499940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0690284093993525, "S11": -1.3134939031369026, "W12": -10.99114023591072, "S12": -15.077005167096253, "W13": -18.538854489164208, "S13": -18.538854489164208, "W21": -30.0, "S21": -30.0, "W22": -38.332560803207663, "S22": -39.690084935176245, "W31": -73.77216849979466, "S31": -74.49642243876265, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107037.142857142855064, 504541.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70790028321148191, "S11": -0.70790028321148191, "W12": -5.0, "S12": -13.18336162988123, "W13": -20.70190087745706, "S13": -21.490877255409846, "W21": -30.000000000000004, "S21": -32.323959285913176, "W22": -36.914404650850521, "S22": -36.914404650850521, "W31": -70.0, "S31": -72.033777219385954, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107037.428571428565192, 506283.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1816476219503791, "S12": -5.1816476219503791, "W13": -19.54779203220156, "S13": -19.54779203220156, "W21": -33.535682723616617, "S21": -33.535682723616617, "W22": -34.917923978858269, "S22": -38.495519062150819, "W31": -68.188256439619053, "S31": -68.389378093176248, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107037.5, 522097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49890283424665605, "S11": -0.49890283424665605, "W12": -9.0369453114551952, "S12": -9.6773730065911039, "W13": -13.431734143952829, "S13": -16.289191067748479, "W21": -40.0, "S21": -40.0, "W22": -39.702797874074449, "S22": -39.702797874074449, "W31": -59.370425375151001, "S31": -59.370425375151001, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107038.0, 515282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0289858824825882, "S11": -1.0289858824825882, "W12": -5.8517607814531454, "S12": -5.9187473523355942, "W13": -23.173660753684654, "S13": -23.173660753684654, "W21": -30.0, "S21": -31.202769638793267, "W22": -39.622261527351462, "S22": -39.622261527351462, "W31": -70.0, "S31": -71.622474038704752, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107038.666666666671517, 507543.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64167469191947668, "W12": -8.3745877712032311, "S12": -15.63011181310392, "W13": -21.194653889890766, "S13": -21.194653889890766, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -36.916837759969091, "S22": -36.916837759969091, "W31": -70.0, "S31": -72.046256213227338, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107038.833333333328483, 505097.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.476429356070513, "W13": -17.275143026178895, "S13": -20.275143026178895, "W21": -30.0, "S21": -30.0, "W22": -39.598559608059453, "S22": -39.598559608059453, "W31": -59.50968028535415, "S31": -59.50968028535415, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107039.0, 501079.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7100601298525751, "S11": -1.7100601298525751, "W12": -9.6665875678777979, "S12": -9.6665875678777979, "W13": -23.890943625687562, "S13": -23.890943625687562, "W21": -33.334647507817749, "S21": -33.334647507817749, "W22": -37.478540104210488, "S22": -37.478540104210488, "W31": -69.951088140254996, "S31": -69.951088140254996, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107039.0, 510992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45592044832090334, "S11": -0.45592044832090334, "W12": -10.0, "S12": -15.583338908275625, "W13": -15.583338908275625, "S13": -26.00498877790897, "W21": -40.0, "S21": -40.0, "W22": -36.797277812989179, "S22": -36.797277812989179, "W31": -70.0, "S31": -72.083781814977684, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107039.0, 513794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7716905034324943, "S11": -2.7716905034324943, "W12": -10.237164504509384, "S12": -10.237164504509384, "W13": -31.220707461816492, "S13": -31.220707461816492, "W21": -37.591265400733072, "S21": -37.591265400733072, "W22": -35.869596763449692, "S22": -35.869596763449692, "W31": -70.0, "S31": -72.11441352273755, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107040.5, 511726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77744328720216849, "S11": -4.4365569982861821, "W12": -6.1137311812506976, "S12": -12.53363693398118, "W13": -25.815355108740704, "S13": -25.815355108740704, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -32.746961443488942, "S22": -44.157497804784803, "W31": -66.634158012314927, "S31": -66.634158012314927, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107041.0, 508787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5999815020347197, "S11": -3.5999815020347197, "W12": -11.103860631469606, "S12": -11.577175153413341, "W13": -30.848009509370602, "S13": -33.718363208407929, "W21": -38.376156366899089, "S21": -38.376156366899089, "W22": -39.756257504599176, "S22": -39.757580086540585, "W31": -70.11659635297643, "S31": -70.597075186588839, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107041.222222222218988, 512429.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.368215970424, "S12": -8.368215970424, "W13": -14.063527168123059, "S13": -14.887224573427682, "W21": -41.097549551540723, "S21": -41.097549551540723, "W22": -39.716809279014868, "S22": -39.716809279014868, "W31": -70.0, "S31": -70.846503364307353, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107041.448275862072478, 516626.94827586208703 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72935418468858604, "S11": -0.72935418468858604, "W12": -6.3978751453117191, "S12": -6.3978751453117191, "W13": -16.899033798156498, "S13": -18.027838796512306, "W21": -30.0, "S21": -30.0, "W22": -36.940310447751067, "S22": -36.940310447751067, "W31": -70.0, "S31": -72.055637043963486, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107042.2, 501707.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63713064379912954, "S11": -2.2667879364663035, "W12": -6.1691214470284237, "S12": -7.4869928905095318, "W13": -16.275874738397555, "S13": -16.275874738397555, "W21": -33.646176632944737, "S21": -33.646176632944737, "W22": -40.472897224276096, "S22": -43.611837839353427, "W31": -79.999999999999986, "S31": -83.031973919182676, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.0, 500237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65278526504941592, "W12": -9.3168757396449706, "S12": -15.399754178071642, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": -30.838948916565435, "S22": -30.838948916565435, "W31": -70.0, "S31": -72.415658858613114, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.0, 504867.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0198136752207665, "S11": -1.0198136752207665, "W12": -5.777823498903393, "S12": -5.8651704453147602, "W13": -23.00463330685729, "S13": -23.00463330685729, "W21": -30.0, "S21": -31.078088759290424, "W22": -39.870640454496382, "S22": -39.88064045449638, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.0, 507497.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4862451850333411, "S11": -1.4862451850333411, "W12": -9.1758452360490566, "S12": -9.1758452360490566, "W13": -23.124251973913083, "S13": -23.124251973913083, "W21": -32.527566559726623, "S21": -32.940318642808663, "W22": -37.064883046839661, "S22": -37.064883046839661, "W31": -70.0, "S31": -72.037440779533895, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.4, 510886.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.65183063791554352, "W12": -9.3151479289940831, "S12": -15.40094941968395, "W13": -20.000641011712045, "S13": -20.000641011712045, "W21": -30.0, "S21": -30.0, "W22": -34.606306530868999, "S22": -34.606306530868999, "W31": -70.0, "S31": -72.147793470309821, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.5, 504867.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62133213232237239, "S11": -2.1282513393801095, "W12": -4.8960910498205727, "S12": -14.312867543668586, "W13": -25.245282017412308, "S13": -25.245282017412308, "W21": -30.0, "S21": -30.0, "W22": -38.533553206159326, "S22": -38.533553206159326, "W31": -60.509289195370371, "S31": -60.509289195370371, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.5, 509191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.79999999999983, "S11": -1.79999999999983, "W12": -5.5370667440717192, "S12": -5.5370667440717192, "W13": -20.0, "S13": -20.0, "W21": -42.18753379803762, "S21": -42.18753379803762, "W22": -39.616125752411897, "S22": -39.616125752411897, "W31": -70.0, "S31": -71.716331213790724, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.666666666671517, 521559.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57131510700215171, "S11": -0.57131510700215171, "W12": -4.7602883097533795, "S12": -14.562449280683422, "W13": -25.039155129914985, "S13": -25.039155129914985, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.317189904278493, "S22": -43.667034888630305, "W31": -80.0, "S31": -83.03790024502679, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.7, 509314.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85610668712647398, "S11": -0.85610668712647398, "W12": -4.3556619184526921, "S12": -16.607030677466273, "W13": -21.197327658459926, "S13": -21.260681038715905, "W21": -30.0, "S21": -30.0, "W22": -36.404610993546491, "S22": -36.404610993546491, "W31": -70.0, "S31": -72.107605210565453, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107043.75, 510237.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23416009019165729, "S11": -0.23416009019165732, "W12": -5.8368573642143442, "S12": -14.389824458992633, "W13": -22.668881721742849, "S13": -22.668881721742849, "W21": -30.0, "S21": -30.0, "W22": -39.738444438862928, "S22": -39.738444438862928, "W31": -70.0, "S31": -70.687669702708689, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107044.0, 505821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69690382161734665, "S11": -0.69690382161734665, "W12": -4.0365962717496213, "S12": -19.446178179203823, "W13": -22.046316119180965, "S13": -22.046316119180965, "W21": -30.0, "S21": -30.0, "W22": -33.652484938260159, "S22": -37.145079748277226, "W31": -64.178351393849439, "S31": -64.178351393849439, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107044.2, 509975.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3922176442074652, "S11": -6.3922176442074647, "W12": -10.963292425625115, "S12": -12.008854906498712, "W13": -18.373359031665885, "S13": -20.127593647239177, "W21": -30.0, "S21": -30.411363785307032, "W22": -38.457621002188858, "S22": -38.457621002188858, "W31": -70.636511455807025, "S31": -70.636511455807025, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107045.0, 503998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1554383855498545, "S11": -1.9623051555615916, "W12": -6.7046317469937984, "S12": -11.116016369517116, "W13": -24.883505427588034, "S13": -25.096289722159373, "W21": -30.0, "S21": -30.0, "W22": -37.830798596908657, "S22": -42.830798596908657, "W31": -75.527311809128932, "S31": -77.075034978637362, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107045.0, 508013.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94816689921665442, "S11": -0.94816689921665442, "W12": -7.1854474965489574, "S12": -7.1854474965489574, "W13": -19.797860606039713, "S13": -34.797860606039713, "W21": -38.406612340421908, "S21": -38.406612340421908, "W22": -39.613926858990361, "S22": -39.613926858990361, "W31": -70.0, "S31": -71.764764952574254, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107045.0, 519007.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9082404777510749, "S12": -4.7247963984689481, "W13": -15.0, "S13": -15.0, "W21": -37.894002470248296, "S21": -37.894002470248296, "W22": -31.14606518074881, "S22": -31.14606518074881, "W31": -70.0, "S31": -72.497412615107805, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107045.5, 524344.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8247748863003235, "S12": -5.8247748863003235, "W13": -20.0, "S13": -20.0, "W21": -43.579002413515653, "S21": -43.579002413515653, "W22": -38.403264018425126, "S22": -39.807126635239293, "W31": -73.148616413454263, "S31": -73.634145903551214, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107046.0, 521124.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8193847890461914, "S12": -9.1031403866839682, "W13": -13.380541538872949, "S13": -13.380541538872949, "W21": -40.0, "S21": -40.0, "W22": -39.756063324877978, "S22": -39.756933437526492, "W31": -70.0, "S31": -70.554596631364831, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107046.317073170735966, 515715.975609756074846 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.8326623727671754, "W12": -6.1938622281435416, "S12": -9.1454765420650617, "W13": -15.081689509584319, "S13": -16.318371245406194, "W21": -40.0, "S21": -41.608713263748854, "W22": -37.279035136448982, "S22": -37.279035136448982, "W31": -70.0, "S31": -72.031678945632009, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107046.333333333328483, 497373.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49754525820491718, "S11": -0.49754525820491774, "W12": -4.9672637612810293, "S12": -12.194150550931401, "W13": -15.133233590733594, "S13": -16.232853491828571, "W21": -40.0, "S21": -40.0, "W22": -35.85345422394083, "S22": -35.85345422394083, "W31": -73.211432613964448, "S31": -74.121948118132963, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107046.4, 497922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9411141470654236, "S12": -9.4263189905252496, "W13": -13.394852649931783, "S13": -13.394852649931783, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107046.5, 515470.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -2.4997711413304451, "W12": -10.0, "S12": -10.352064451158107, "W13": -17.435229765600866, "S13": -20.435229765600866, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.712613536454043, "S22": -39.712613536454043, "W31": -70.0, "S31": -70.980348861039715, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107047.0, 500809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86565382726696027, "S11": -0.86565382726696027, "W12": -5.0, "S12": -5.9511057734077593, "W13": -17.447967721514448, "S13": -20.422517104818489, "W21": -30.0, "S21": -30.0, "W22": -39.723964275722778, "S22": -39.723964275722778, "W31": -70.0, "S31": -70.879549582023571, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107047.0, 502572.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0527981119016185, "S11": -1.0527981119016185, "W12": -5.9993112700709936, "S12": -5.9993112700709936, "W13": -23.438641779189833, "S13": -23.438641779189833, "W21": -30.0, "S21": -31.4317896425217, "W22": -39.243484785675768, "S22": -41.291582254660256, "W31": -77.962123183595509, "S31": -80.24268852273336, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107047.0, 507616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65718923841387367, "S11": -2.0721550865192562, "W12": -5.0, "S12": -13.616765072844885, "W13": -25.417088148122595, "S13": -25.417088148122595, "W21": -30.0, "S21": -30.0, "W22": -35.567892273861943, "S22": -36.647306016319163, "W31": -62.774842431580524, "S31": -62.774842431580524, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107047.0, 509092.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21879849606984697, "S11": -0.21879849606984697, "W12": -8.5590446569158036, "S12": -8.5590446569158036, "W13": -17.08386321955313, "S13": -19.603687933242824, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.012873991467643, "S22": -40.012873991467643, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107047.75, 501399.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10891957535454799, "S11": -0.10891957535454799, "W12": -5.5197269494235863, "S12": -9.3637623131057275, "W13": -16.29827645838137, "S13": -18.29831521206297, "W21": -40.037072517491602, "S21": -40.037072517491602, "W22": -34.877529093635367, "S22": -36.7040462024639, "W31": -63.296149066885391, "S31": -63.296149066885391, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107048.0, 499613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.4714453076827931, "S11": -3.4714453076827931, "W12": -10.944886308569103, "S12": -11.539811096955994, "W13": -30.605503526955452, "S13": -36.016585242044442, "W21": -38.417312093541703, "S21": -38.417312093541703, "W22": -39.69843650567735, "S22": -39.69843650567735, "W31": -70.0, "S31": -71.157735169309362, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107048.111111111109494, 512477.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69467616501610219, "S11": -0.69467616501610219, "W12": -4.032186509086114, "S12": -19.439690352760167, "W13": -22.075029026234716, "S13": -22.075136143099733, "W21": -30.0, "S21": -30.0, "W22": -35.43883513622243, "S22": -35.43883513622243, "W31": -72.651193471793263, "S31": -74.24520819034241, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107048.833333333328483, 509974.5 ] } }, +{ "type": "Feature", "properties": { "W11": -3.9408616277737463, "S11": -3.9408616277737463, "W12": -11.278517831565734, "S12": -11.779408233752783, "W13": -31.867477727535441, "S13": -31.867477727535441, "W21": -38.009506817740778, "S21": -38.009506817740778, "W22": -30.0, "S22": -30.0, "W31": -70.0, "S31": -72.268222280795968, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107049.0, 512135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57717401109794098, "S11": -6.4428940517018596, "W12": -6.7328311783361805, "S12": -6.7328311783361805, "W13": -14.127078063739525, "S13": -14.849680803465553, "W21": -39.826390865939274, "S21": -42.826390865939274, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107050.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.980732518796616, "S12": -12.39484378915059, "W13": -15.011264478764479, "S13": -15.284018014930522, "W21": -40.0, "S21": -40.0, "W22": -39.721427839381306, "S22": -39.721427839381306, "W31": -70.0, "S31": -70.957321235228491, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107050.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18590626263772908, "S11": 0.18590626263772908, "W12": -7.6065735014851246, "S12": -17.959168877017728, "W13": -18.245252244991466, "S13": -21.102214598390027, "W21": -40.638794177865336, "S21": -40.638794177865336, "W22": -38.520716066707593, "S22": -39.544045529922805, "W31": -72.057265791166671, "S31": -72.057265791166671, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107050.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44796093897042411, "S11": -0.44796093897042411, "W12": -5.0, "S12": -5.2535418919108663, "W13": -15.000000000000002, "S13": -15.80173616493567, "W21": -36.195980695972501, "S21": -36.195980695972501, "W22": -37.493187226058403, "S22": -37.493187226058403, "W31": -70.0, "S31": -72.025917111730095, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107050.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.65698311773733842, "W12": -10.0, "S12": -11.653335190569882, "W13": -17.321220604745125, "S13": -20.321220604745125, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -44.917262536065778, "W31": -78.943196690008293, "S31": -81.966843995567558, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107050.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84434684007759775, "S11": -0.84434684007759775, "W12": -10.0, "S12": -14.219211853834054, "W13": -15.0, "S13": -21.329046600929679, "W21": -39.5812227973529, "S21": -39.5812227973529, "W22": -37.960071317994405, "S22": -37.960071317994405, "W31": -70.0, "S31": -71.966643296247042, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107050.0, 513462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48344322902770887, "S11": -4.6314881412372477, "W12": -4.9655279536187615, "S12": -12.085649694506646, "W13": -15.487274762788973, "S13": -16.200349468827341, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107052.0, 497733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1913854759851705, "S11": -0.1913854759851705, "W12": -5.0, "S12": -6.8716627555011396, "W13": -15.000000000000002, "S13": -16.590451092853822, "W21": -38.997508146444318, "S21": -39.046906098524914, "W22": -39.854399187393071, "S22": -39.854399187393071, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107052.0, 499754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.044426045219975, "S11": -1.044426045219975, "W12": -5.929455358382814, "S12": -5.9297378469008803, "W13": -23.275086047127306, "S13": -23.275086047127306, "W21": -30.0, "S21": -31.312935205084756, "W22": -37.308575208099981, "S22": -37.308575208099981, "W31": -70.0, "S31": -72.083449109328754, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107052.0, 507570.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5691466618993388, "S11": -1.5691466618993388, "W12": -9.632554854090321, "S12": -9.632554854090321, "W13": -23.469229493815, "S13": -23.469229493815, "W21": -32.964140003846659, "S21": -32.964140003846659, "W22": -39.65231248936287, "S22": -39.65231248936287, "W31": -70.0, "S31": -71.588731978037089, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107054.6, 510936.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56279510245993125, "S11": -3.1022138235745875, "W12": -10.0, "S12": -11.0, "W13": -17.546691783352642, "S13": -20.532977626319163, "W21": -30.0, "S21": -30.0, "W22": -37.484978517619226, "S22": -37.484978517619226, "W31": -70.0, "S31": -72.044635729092533, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107054.75, 500620.25 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4345088274423787, "S11": 1.4345088274423787, "W12": -5.2928491595693288, "S12": -5.2928491595693288, "W13": -19.886540505546769, "S13": -19.886540505546769, "W21": -33.0, "S21": -33.0, "W22": -37.331810211639478, "S22": -37.331810211639478, "W31": -70.0, "S31": -72.080765435681087, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107054.75, 521931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73735935665854901, "S11": -0.73735935665854901, "W12": -6.0364647186665357, "S12": -6.0364647186665357, "W13": -17.007483419777152, "S13": -18.214885297132984, "W21": -30.0, "S21": -30.0, "W22": -38.605828857662949, "S22": -38.605828857662949, "W31": -71.206644019256998, "S31": -71.206644019256998, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107055.0, 501868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.342909113330867, "S11": -3.342909113330867, "W12": -10.785911985668594, "S12": -11.502447040498643, "W13": -30.362997544540306, "S13": -39.107740516724292, "W21": -39.107740516724292, "S21": -39.107740516724292, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107055.0, 512525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42107780458383598, "S11": -0.42107780458383598, "W12": -9.1360316407923445, "S12": -9.9470017709142127, "W13": -13.393447754207317, "S13": -23.527266549045962, "W21": -40.0, "S21": -40.0, "W22": -36.68081919734329, "S22": -36.68081919734329, "W31": -61.982622629964112, "S31": -61.982622629964112, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107055.0, 515074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0351808003741707, "S11": -1.2076137110860565, "W12": -11.055119266055046, "S12": -14.888281327294777, "W13": -18.490726916211631, "S13": -18.674911896383829, "W21": -30.0, "S21": -30.0, "W22": -39.685974904885732, "S22": -39.685974904885732, "W31": -70.0, "S31": -71.354071360903063, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107056.0, 504534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5882464925712867, "S12": -14.549620166683439, "W13": -24.511679260796367, "S13": -24.511679260796367, "W21": -30.0, "S21": -30.0, "W22": -37.707339315667724, "S22": -37.707339315667724, "W31": -70.0, "S31": -72.020155277828209, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107056.0, 509458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6454312383801941, "S12": -8.6454312383801941, "W13": -13.458356625852637, "S13": -22.657632032023784, "W21": -40.327646049211154, "S21": -40.327646049211154, "W22": -35.182612312855646, "S22": -35.182612312855646, "W31": -70.0, "S31": -72.162998422306771, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107056.628787878784351, 516061.143939393921755 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0360539785383318, "S11": -1.0360539785383318, "W12": -5.8595994466946335, "S12": -5.8768237631566231, "W13": -23.111530315064783, "S13": -23.111530315064783, "W21": -30.0, "S21": -31.194080767647815, "W22": -32.801718532567733, "S22": -42.737627395786667, "W31": -65.87974697951644, "S31": -65.87974697951644, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107057.0, 507525.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32669194792061684, "S11": -0.57669194792061684, "W12": -9.9644115867493568, "S12": -13.716737889478885, "W13": -14.210346791243266, "S13": -32.899907045085975, "W21": -40.094004073133753, "S21": -40.094004073133753, "W22": -39.726625531523091, "S22": -39.726625531523091, "W31": -70.0, "S31": -71.00852851024527, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107057.0, 514540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31559600556187584, "S11": -0.48480425758306345, "W12": -9.8922250794130981, "S12": -12.892225079413098, "W13": -14.159261065266316, "S13": -31.832679407176556, "W21": -40.0, "S21": -40.0, "W22": -37.740343905746684, "S22": -37.740343905746684, "W31": -70.0, "S31": -72.023558294511346, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107057.0, 514603.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5005353761811473, "S11": -0.5005353761811473, "W12": -4.5656262132382794, "S12": -14.547997485969926, "W13": -24.428310608433613, "S13": -24.428310608433613, "W21": -30.0, "S21": -30.0, "W22": -40.014006906635217, "S22": -40.014006906635217, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107057.166666666671517, 509477.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73823159941832972, "S11": -0.73823159941832972, "W12": -6.0402688362743051, "S12": -6.0402688362743051, "W13": -17.007917468490877, "S13": -18.201055148212721, "W21": -30.0, "S21": -30.0, "W22": -39.894246365587051, "S22": -39.904246365587049, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107058.25, 501869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74177763198218227, "S11": -0.74177763198218227, "W12": -6.3352769993071583, "S12": -6.3352769993071583, "W13": -16.947345556618831, "S13": -17.977453207000462, "W21": -30.0, "S21": -30.0, "W22": -39.841701276563661, "S22": -39.841701276563661, "W31": -70.162868776729752, "S31": -70.162868776729752, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107059.0, 501752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5809857694600691, "S11": -1.5809857694600691, "W12": -6.0203400679455328, "S12": -6.0203400679455328, "W13": -20.0, "S13": -20.0, "W21": -43.263731788633976, "S21": -43.263731788633976, "W22": -39.789156187540279, "S22": -39.789156187540279, "W31": -70.111678599822355, "S31": -70.549049318912779, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107059.0, 520830.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97782135357777422, "S11": -0.97782135357777422, "W12": -5.1501051369116233, "S12": -12.280436173712161, "W13": -21.399623886851757, "S13": -21.404496404650583, "W21": -30.0, "S21": -30.509347889657864, "W22": -39.736611098516896, "S22": -39.736611098516896, "W31": -70.0, "S31": -70.924915881521244, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107060.0, 510389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.6502651375015414, "S11": -3.6502651375015414, "W12": -11.106355311650063, "S12": -11.463322442946113, "W13": -30.802474970197874, "S13": -30.802474970197874, "W21": -38.291729207177738, "S21": -38.291729207177738, "W22": -39.684066009493513, "S22": -39.684066009493513, "W31": -70.0, "S31": -71.412461043952064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107060.0, 512394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.02873229645067, "S11": -1.0287322964506691, "W12": -5.7993528399191421, "S12": -5.8319793283623689, "W13": -22.971803018268467, "S13": -22.971803018268467, "W21": -29.999999999999996, "S21": -31.09193976721523, "W22": -40.0, "S22": -44.075906891774693, "W31": -80.0, "S31": -83.043882580698309, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107061.0, 507487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8784367994496467, "S12": -9.2657977828983391, "W13": -13.342754836355004, "S13": -13.342754836355004, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -34.55185943668365, "S22": -39.444575572236751, "W31": -67.942326497848811, "S31": -67.942326497848811, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107061.5, 515589.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58457080355552027, "S11": -1.8055267306277316, "W12": -4.8288129430475166, "S12": -14.258782087144105, "W13": -25.213203194304231, "S13": -25.213203194304231, "W21": -30.0, "S21": -30.0, "W22": -38.093497068630086, "S22": -43.093497068630086, "W31": -75.754177868279712, "S31": -77.655812813848186, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107061.75, 509231.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0276819118567029, "S11": -1.0276819118567029, "W12": -5.7897435350065587, "S12": -5.8239096794124263, "W13": -22.94797458300247, "S13": -22.94797458300247, "W21": -30.0, "S21": -31.075226330211041, "W22": -40.013223955967092, "S22": -40.013223955967092, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107062.0, 507480.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48506301190265749, "S11": -0.48506301190265749, "W12": -9.0446681020511317, "S12": -9.7072218296893649, "W13": -13.36155639565356, "S13": -16.466753021007374, "W21": -40.0, "S21": -40.0, "W22": -39.68775016596323, "S22": -39.68775016596323, "W31": -70.0, "S31": -71.405395738995409, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107062.0, 515254.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30291243893273978, "S11": -0.30291243893273978, "W12": -5.8893605776419964, "S12": -13.79680382734313, "W13": -22.494460384283986, "S13": -22.494460384283986, "W21": -30.0, "S21": -30.0, "W22": -38.415467670652717, "S22": -39.9618836428997, "W31": -73.146303017212645, "S31": -73.639094187273187, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107062.166666666671517, 505781.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42938887213510252, "S11": -0.42938887213510252, "W12": -9.1151214537560268, "S12": -9.8945189913825704, "W13": -13.367930477494061, "S13": -22.662881086327854, "W21": -40.0, "S21": -40.0, "W22": -32.54330323644303, "S22": -32.54330323644303, "W31": -70.0, "S31": -72.549096991244781, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107062.75, 515112.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058472854817749442, "S11": 0.058472854817749442, "W12": -8.9537355839110067, "S12": -9.4731513302594212, "W13": -17.129797164233469, "S13": -20.129797164233469, "W21": -30.0, "S21": -30.0, "W22": -38.347121019648888, "S22": -39.817696059774825, "W31": -73.822486130864206, "S31": -74.590126069168321, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107064.0, 501319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.144925391540264, "S11": -3.144925391540264, "W12": -10.538418105590937, "S12": -11.447428401787066, "W13": -30.0, "S13": -40.354770025432245, "W21": -40.354770025432245, "S21": -40.354770025432245, "W22": -38.496603255001077, "S22": -40.029267319925857, "W31": -72.378361619281804, "S31": -72.549517072429595, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107064.0, 512600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58132137645149118, "S11": -6.4923629537363654, "W12": -6.8384014203159307, "S12": -6.8384014203159307, "W13": -14.181550131253989, "S13": -14.847154396022825, "W21": -39.871131375191474, "S21": -42.871131375191474, "W22": -40.138216662336887, "S22": -44.063316598419064, "W31": -80.0, "S31": -83.048320129611582, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107064.015625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.212843753853774, "S11": -3.212843753853774, "W12": -10.6290534520114, "S12": -11.460773894452512, "W13": -30.10153622099098, "S13": -39.696770091602858, "W21": -39.696770091602858, "S21": -39.696770091602858, "W22": -38.530870111931385, "S22": -39.838318309439067, "W31": -72.050786224310428, "S31": -72.071763464482288, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107064.428571428565192, 512571.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49812327961416303, "S11": -0.49812327961416303, "W12": -4.9742909149149783, "S12": -12.535639926364031, "W13": -15.106216216216216, "S13": -16.107841974573009, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -37.897042491686086, "S22": -37.897042491686086, "W31": -70.0, "S31": -72.042536948937283, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107065.0, 497932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0877654709969304, "S11": -4.0877654709969304, "W12": -11.226184140500266, "S12": -12.880367803033693, "W13": -18.168083808062526, "S13": -20.661191388672648, "W21": -29.999999999999996, "S21": -30.115208769780111, "W22": -39.288033168334302, "S22": -39.288033168334302, "W31": -60.084111230212635, "S31": -60.084111230212635, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107066.0, 504095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0055634307866257, "S11": -1.0055634307866257, "W12": -5.3496386405407925, "S12": -11.246193841347381, "W13": -21.446089051859616, "S13": -21.446089051859616, "W21": -30.0, "S21": -30.622906716054203, "W22": -35.463143366371412, "S22": -35.463143366371412, "W31": -70.0, "S31": -72.172393938680372, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107066.0, 510426.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.8905973341481106, "S11": -3.8905973341481106, "W12": -11.208314490561179, "S12": -11.76411433931086, "W13": -31.692997063319005, "S13": -31.692997063319005, "W21": -37.975639893387402, "S21": -37.975639893387402, "W22": -38.128322368930398, "S22": -40.113022795116493, "W31": -75.973027763510629, "S31": -77.561480477131852, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107066.0, 512139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45555516648209993, "S11": -0.45555516648209993, "W12": -5.0, "S12": -5.2880822936349308, "W13": -15.032980614819913, "S13": -15.971904812618703, "W21": -36.259216142801705, "S21": -36.259216142801705, "W22": -39.593973155498801, "S22": -39.593973155498801, "W31": -59.789623395184236, "S31": -59.789623395184236, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.0, 500001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54693111299611596, "S11": -3.2308075601268706, "W12": -10.0, "S12": -11.0, "W13": -17.535941661624257, "S13": -20.535941661624257, "W21": -30.0, "S21": -30.0, "W22": -39.812669843365434, "S22": -39.812669843365434, "W31": -70.218451771686489, "S31": -70.555162180962228, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.0, 500636.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0352988991517844, "S11": -1.035298899151786, "W12": -5.7198876233183809, "S12": -5.7709955956681718, "W13": -22.784418850939943, "S13": -22.784418850939943, "W21": -30.0, "S21": -30.956371892774097, "W22": -39.637064155849281, "S22": -39.637064155849281, "W31": -70.0, "S31": -71.871836162977161, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.0, 507435.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34532928833270132, "S11": -0.51236702099635734, "W12": -10.0, "S12": -14.925765095119935, "W13": -14.925765095119935, "S13": -34.249190138443701, "W21": -40.242862983798787, "S21": -40.242862983798787, "W22": -37.731634339983302, "S22": -37.731634339983302, "W31": -70.0, "S31": -72.103930256388438, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.0, 514441.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64178169039602662, "S11": -0.64178169039602662, "W12": -6.6854894485952938, "S12": -7.3656197221547623, "W13": -18.60192731650011, "S13": -20.379367774063414, "W21": -29.948201617994453, "S21": -30.445695222574809, "W22": -36.843283188618365, "S22": -36.843283188618365, "W31": -70.0, "S31": -72.142808962391342, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.222222222218988, 503332.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6030813835637048, "S12": -5.6030813835637048, "W13": -20.0, "S13": -20.0, "W21": -43.228424224056475, "S21": -43.228424224056475, "W22": -39.758182586127546, "S22": -39.758182586127546, "W31": -70.0, "S31": -70.851315694854335, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.5, 521463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67592468746097378, "W12": -8.268163523224402, "S12": -15.712624788144019, "W13": -21.252044356561939, "S13": -21.252044356561939, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.081386678694678, "S22": -38.081386678694678, "W31": -70.0, "S31": -72.030230637936498, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.666666666671517, 505130.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45508306753018735, "S11": -0.45508306753018735, "W12": -5.0, "S12": -5.2899289500176527, "W13": -15.032329253105384, "S13": -15.979391724040079, "W21": -36.269912841425487, "S21": -36.269912841425487, "W22": -39.013635809129859, "S22": -39.013635809129859, "W31": -60.309249269840173, "S31": -60.309249269840173, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107067.714285714289872, 500000.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.89698928121059274, "S11": 0.89698928121059274, "W12": -5.3333983370622899, "S12": -5.3333983370622899, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": -35.444803916904277, "S22": -35.444803916904277, "W31": -72.26306041399053, "S31": -74.184352112163197, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107068.5, 521871.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.162707166842627, "S12": -5.162707166842627, "W13": -19.488580171779844, "S13": -19.488580171779844, "W21": -33.494407765171331, "S21": -33.494407765171331, "W22": -37.700312656230857, "S22": -37.700312656230857, "W31": -70.0, "S31": -72.120642005430156, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107068.75, 522130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84917341430499338, "S11": -4.7571778726933687, "W12": -6.791279806025833, "S12": -11.531940296654348, "W13": -26.038199717252006, "S13": -26.8019431308091, "W21": -30.0, "S21": -30.0, "W22": -40.636403149417475, "S22": -44.067541065826866, "W31": -80.0, "S31": -83.047040990074336, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107069.0, 508600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74582121319616823, "S11": -0.74582121319616823, "W12": -6.3243400159352969, "S12": -6.3243400159352969, "W13": -16.955269725876825, "S13": -17.954093581690667, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -32.984010894218549, "S22": -37.238531672902894, "W31": -64.889585546050668, "S31": -64.889585546050668, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 501767.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66568898474998472, "S11": -0.66568898474998472, "W12": -4.0487590235365758, "S12": -19.321932658412337, "W13": -22.349761662938434, "S13": -22.349761662938434, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.764625150233883, "S22": -44.063007716735711, "W31": -80.0, "S31": -83.043856828415983, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 509935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2109467961667719, "S11": -1.2109467961667719, "W12": -6.1884260409568226, "S12": -6.1884260409568226, "W13": -20.0, "S13": -21.090241881387367, "W21": -41.466509316746318, "S21": -41.466509316746318, "W22": -39.642326665069064, "S22": -39.642326665069064, "W31": -70.0, "S31": -71.864504485069645, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 520577.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.7, "S12": -4.5, "W13": -15.147134850603347, "S13": -15.147134850603347, "W21": -37.658886853247637, "S21": -37.658886853247637, "W22": -37.756363929837086, "S22": -37.756363929837086, "W31": -70.247662280863779, "S31": -70.322083397923535, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107070.0, 524275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43940048465028575, "S11": -0.43940048465028575, "W12": -9.0942112667197073, "S12": -9.8420362118509228, "W13": -13.342413200780804, "S13": -20.809436202237286, "W21": -40.0, "S21": -40.0, "W22": -35.576177451016669, "S22": -36.450402528140295, "W31": -62.901125003073979, "S31": -62.901125003073979, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107070.5, 515150.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64319633800961906, "S11": -0.64319633800961906, "W12": -5.0, "S12": -11.755517826825079, "W13": -20.742354661075545, "S13": -21.464480645327495, "W21": -30.0, "S21": -32.009138259458346, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107070.714285714289872, 506251.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.7957344514765794, "S11": 1.7957344514765794, "W12": -4.6369499255919706, "S12": -4.6369499255919706, "W13": -17.883285047005216, "S13": -17.883285047005216, "W21": -35.895060076157328, "S21": -35.895060076157328, "W22": -39.77774764051582, "S22": -39.77774764051582, "W31": -70.0, "S31": -70.709224404638377, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107070.8, 522926.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6407979273121702, "S12": -5.6407979273121702, "W13": -20.0, "S13": -20.0, "W21": -43.784866204338982, "S21": -43.784866204338982, "W22": -38.424647887847648, "S22": -40.074961265419503, "W31": -73.141949702599291, "S31": -73.638919056949604, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107071.2, 521406.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97716616577802495, "S11": -3.1026376386835777, "W12": -11.319564284365365, "S12": -13.199783484239264, "W13": -18.097466004578049, "S13": -20.861507688472759, "W21": -30.0, "S21": -30.0, "W22": -39.917231153184744, "S22": -39.927231153184742, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107071.8, 504130.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.065651850263061612, "S11": -0.065651850263061612, "W12": -8.7550411740068217, "S12": -8.9010564447103722, "W13": -17.106877896892502, "S13": -19.831263974791305, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -33.582974269118765, "S22": -36.870558913580645, "W31": -64.415763640861101, "S31": -64.415763640861101, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107072.0, 501356.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18940248027055528, "S11": -0.18940248027055528, "W12": -5.6455947168172349, "S12": -11.361494219957397, "W13": -22.639829213201324, "S13": -22.639829213201324, "W21": -30.0, "S21": -30.0, "W22": -36.491580583158417, "S22": -36.491580583158417, "W31": -62.240382793253737, "S31": -62.240382793253737, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107072.0, 505908.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0632494451533863, "S11": -1.063249445153386, "W12": -5.6500317116302012, "S12": -7.2311189893598593, "W13": -22.667344808405911, "S13": -22.667344808405911, "W21": -30.0, "S21": -30.837517455337156, "W22": -38.356195540351102, "S22": -43.356195540351102, "W31": -75.981043927429937, "S31": -77.886747837210223, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107072.0, 507390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0414898382384736, "S12": -5.0414898382384736, "W13": -19.118344154644358, "S13": -19.118344154644358, "W21": -34.036969858658189, "S21": -34.036969858658189, "W22": -34.241385457872568, "S22": -34.241385457872568, "W31": -70.0, "S31": -72.21624347976686, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107072.0, 522314.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.1753202903009439, "W12": -10.0, "S12": -11.826732266914711, "W13": -17.334959767392736, "S13": -20.265984138627232, "W21": -30.0, "S21": -30.0, "W22": -36.014857313943061, "S22": -36.014857313943061, "W31": -73.03936175083804, "S31": -73.901279484908855, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107073.0, 500972.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7396138443937219, "S11": -2.7396138443937219, "W12": -10.084371078550932, "S12": -10.084371078550932, "W13": -31.005389577921903, "S13": -31.005389577921903, "W21": -37.472998998976152, "S21": -37.472998998976152, "W22": -39.757168821571675, "S22": -39.757168821571675, "W31": -70.0, "S31": -70.969196137466383, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107073.0, 511693.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -3.0827783943766547, "S11": -3.0827783943766547, "W12": -10.472194918354191, "S12": -11.419100748406349, "W13": -29.766761512297542, "S13": -40.294689577239872, "W21": -40.294689577239872, "S21": -40.294689577239872, "W22": -39.716647421821108, "S22": -39.716647421821108, "W31": -70.0, "S31": -71.363257248266834, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107073.857142857144936, 512618.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71411059586395764, "S11": -0.71411059586395764, "W12": -3.9396240414801849, "S12": -18.8859873789537, "W13": -21.891525170263012, "S13": -21.929608546973448, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -34.376650927335113, "S22": -34.376650927335113, "W31": -70.0, "S31": -72.318348412697816, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107075.0, 510029.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5203812769583045, "S11": 1.5203812769583045, "W12": -5.2716293521647852, "S12": -5.2716293521647852, "W13": -19.820834588223558, "S13": -19.820834588223558, "W21": -33.0, "S21": -33.0, "W22": -39.757792726625624, "S22": -39.757792726625624, "W31": -70.0, "S31": -70.992785576255798, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107075.5, 521966.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.8709953022953822, "S11": -3.8709953022953822, "W12": -11.149834237249948, "S12": -11.795813332652839, "W13": -31.482026125371739, "S13": -31.482026125371739, "W21": -37.985053642927014, "S21": -37.985053642927014, "W22": -39.036504072252612, "S22": -39.036504072252612, "W31": -69.999999999999986, "S31": -71.998783421535762, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107077.0, 512168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9258947589359288, "S12": -5.9258947589359288, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -43.295032180209169, "S21": -43.295032180209169, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107077.0, 520975.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88862400782956619, "S11": -0.88862400782956619, "W12": -5.0, "S12": -5.9398409153201346, "W13": -17.474329593066187, "S13": -20.474329593066187, "W21": -30.0, "S21": -30.0, "W22": -33.940541292137326, "S22": -33.940541292137326, "W31": -70.0, "S31": -72.600781367381657, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107078.0, 502601.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.3570600859637816, "S12": -16.311708552286117, "W13": -23.767822324889394, "S13": -23.767822324889394, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.849998, "S22": -38.849998, "W31": -70.679146368250343, "S31": -70.691378145464881, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107078.0, 509644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45531183710447237, "S11": -0.45531183710447237, "W12": -9.0733010796833877, "S12": -9.7895534323192752, "W13": -13.316895924067548, "S13": -18.726875588251779, "W21": -40.0, "S21": -40.0, "W22": -39.739193836622107, "S22": -39.739193836622107, "W31": -70.0, "S31": -71.174719692756199, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107078.25, 515188.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5378099979455904, "S12": -5.5378099979455904, "W13": -20.0, "S13": -20.0, "W21": -42.331951699261502, "S21": -42.331951699261502, "W22": -39.758058952209623, "S22": -39.758058952209623, "W31": -70.0, "S31": -71.006134516684853, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107078.333333333328483, 521563.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9494614638875426, "S11": -2.9494614638875425, "W12": -11.336065855207815, "S12": -13.25738193249075, "W13": -18.067352969527239, "S13": -20.891338729165064, "W21": -30.0, "S21": -30.0, "W22": -39.402470424756444, "S22": -41.26703256303032, "W31": -77.987731318462878, "S31": -80.348633389057809, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107079.0, 504138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0670590566125746, "S12": -5.0670590566125746, "W13": -19.196100193822801, "S13": -19.196100193822801, "W21": -33.89228733675791, "S21": -33.89228733675791, "W22": -38.616536983296854, "S22": -38.616536983296854, "W31": -70.000000000000014, "S31": -72.040829363780219, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107079.0, 522276.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.880472877543548, "W13": -17.256549660319834, "S13": -20.117726416879503, "W21": -30.0, "S21": -30.0, "W22": -38.554005155212522, "S22": -40.08411166473644, "W31": -72.088462542452703, "S31": -72.088462542452703, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107080.0, 501103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54780947478866815, "S11": -0.83803396155057175, "W12": -4.7615320945246866, "S12": -14.204693888869851, "W13": -25.181124371196166, "S13": -25.181124371196166, "W21": -30.0, "S21": -30.0, "W22": -39.659387275341146, "S22": -39.659387275341146, "W31": -70.0, "S31": -71.880993923944089, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107080.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9698312090940404, "S11": -1.9698312090940404, "W12": -9.7719449361486923, "S12": -9.7719449361486923, "W13": -25.0, "S13": -25.0, "W21": -34.765990459388476, "S21": -34.765990459388476, "W22": -41.57459340325277, "S22": -44.4905047217093, "W31": -80.0, "S31": -82.94139430393507, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107080.0, 511153.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37166478767379924, "S11": -0.37166478767379924, "W12": -5.9611833888621266, "S12": -13.000657701885009, "W13": -22.320039046825208, "S13": -22.320039046825208, "W21": -30.0, "S21": -30.0, "W22": -38.229246667287022, "S22": -38.229246667287022, "W31": -70.0, "S31": -72.120810890261069, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107080.333333333328483, 505742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97618108016687533, "S11": -1.1295053335970495, "W12": -10.990961992136192, "S12": -14.675606823033641, "W13": -18.539866271233539, "S13": -18.539866271233539, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -37.462886754991949, "S22": -37.462886754991949, "W31": -70.0, "S31": -72.157834901531515, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107080.428571428565192, 504547.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52916724407578231, "S11": -0.52916724407578231, "W12": -4.7139259552680901, "S12": -14.441106071205667, "W13": -25.11534966558029, "S13": -25.11534966558029, "W21": -30.0, "S21": -30.0, "W22": -39.696490965606607, "S22": -39.696490965606607, "W31": -70.0, "S31": -71.631114619266327, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107081.75, 509313.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6973050504554212, "S12": -8.7932200271240397, "W13": -13.324430602221033, "S13": -18.011385686182457, "W21": -40.169094447553256, "S21": -40.169094447553256, "W22": -39.87136216477893, "S22": -39.87136216477893, "W31": -70.106006547558991, "S31": -70.133161311145713, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107082.552631578946603, 515943.776315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85582209629208239, "S11": -0.85582209629208239, "W12": -5.0, "S12": -5.0, "W13": -17.293837024827337, "S13": -19.778770831199154, "W21": -30.0, "S21": -30.0, "W22": -38.084121291581113, "S22": -38.084121291581113, "W31": -70.000000000000014, "S31": -72.145551125388266, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107082.666666666671517, 502422.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9527130348995621, "S11": -2.9527130348995621, "W12": -10.315336384696995, "S12": -11.377427602360216, "W13": -29.023596938775917, "S13": -39.327355937390521, "W21": -39.327355937390521, "S21": -39.327355937390521, "W22": -35.428451608235299, "S22": -35.428451608235299, "W31": -70.0, "S31": -72.207442731710884, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107083.285714285710128, 512664.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51052501336289668, "S11": -0.51052501336289668, "W12": -4.6663198160114927, "S12": -14.550734977290137, "W13": -25.049574959964414, "S13": -25.049574959964414, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.470067501008799, "S22": -38.470067501008799, "W31": -70.0, "S31": -72.086381932412138, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107083.5, 509355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54984276729559745, "W12": -9.4235266272189335, "S12": -15.367535589130807, "W13": -19.769427244582044, "S13": -19.769427244582044, "W21": -30.0, "S21": -30.0, "W22": -40.883226934184528, "S22": -43.732456414358417, "W31": -79.422190653509091, "S31": -82.220523676927712, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107084.0, 504847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.06548999543621, "S11": -1.350776315690708, "W12": -5.7388702174065456, "S12": -5.7388702174065456, "W13": -22.768913677890293, "S13": -22.768913677890293, "W21": -30.0, "S21": -30.967268033078042, "W22": -34.105956263715989, "S22": -41.189669257158847, "W31": -67.642558335729859, "S31": -67.642558335729859, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107084.0, 507425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72739670621324382, "S11": -0.72739670621324382, "W12": -7.6118048727137548, "S12": -7.6118048727137548, "W13": -17.571846611514552, "S13": -17.571846611514552, "W21": -40.063394591793994, "S21": -40.063394591793994, "W22": -36.679187591895705, "S22": -36.679187591895705, "W31": -69.999999999999986, "S31": -72.180763992437392, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107084.0, 518129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7289023636277161, "S11": -4.4535204711698224, "W12": -6.1838329315473084, "S12": -11.796501191396146, "W13": -25.936335701368652, "S13": -25.936335701368652, "W21": -30.0, "S21": -30.0, "W22": -33.205552605706785, "S22": -38.205552605706785, "W31": -65.510195337477725, "S31": -65.510195337477725, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107084.833333333328483, 508772.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49867521468062581, "S11": -0.49867521468062581, "W12": -4.9817271741268234, "S12": -12.901500898108523, "W13": -15.078320463320463, "S13": -15.982570660167511, "W21": -40.0, "S21": -40.0, "W22": -35.450772697586018, "S22": -35.450772697586018, "W31": -71.874927356187854, "S31": -74.123496033984054, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107085.0, 497942.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -6.0, "S12": -7.5, "W13": -14.490025037236402, "S13": -14.490025037236402, "W21": -43.801657644365847, "S21": -43.801657644365847, "W22": -39.786772571768722, "S22": -39.786772571768722, "W31": -70.0, "S31": -70.848186283651671, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107085.0, 525550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47662889518413598, "S11": -0.47662889518413598, "W12": -4.6187136767548971, "S12": -14.547420279947888, "W13": -24.954921376414394, "S13": -24.954921376414394, "W21": -30.0, "S21": -30.0, "W22": -39.725872813590627, "S22": -39.725872813590627, "W31": -70.0, "S31": -71.413251126908989, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107085.25, 509396.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48033845332926856, "S11": -5.1024627103156526, "W12": -5.1024627103156526, "S12": -12.762852701778597, "W13": -15.502540587608696, "S13": -16.318904451693804, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -36.114383847225497, "S22": -37.655520099277709, "W31": -69.084513530904786, "S31": -69.332944427856603, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107085.833333333328483, 497700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4322326532569971, "S11": -1.4322326532569971, "W12": -9.3020984643201032, "S12": -9.3020984643201032, "W13": -23.136703692529071, "S13": -23.136703692529071, "W21": -32.778389864344383, "S21": -33.030846214441837, "W22": -38.361681236090092, "S22": -39.637721689366273, "W31": -73.872803761934122, "S31": -74.683829699574474, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 510896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7183156258097951, "S11": -3.7183156258097951, "W12": -11.030182701128151, "S12": -11.203816133993897, "W13": -30.769989489428443, "S13": -31.769989489428443, "W21": -38.165067345734506, "S21": -38.165067345734506, "W22": -34.534695536085621, "S22": -36.53343583308483, "W31": -63.794697426683847, "S31": -63.794697426683847, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 512337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47122318955865883, "S11": -0.47122318955865883, "W12": -9.0523908926470682, "S12": -9.7370706527876312, "W13": -13.291378647354293, "S13": -16.644314974266269, "W21": -40.0, "S21": -40.0, "W22": -38.618894012072531, "S22": -43.395130497719357, "W31": -76.207909986580702, "S31": -78.117682860573183, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 515227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81302126364308391, "S11": -0.81302126364308391, "W12": -5.4647649671874303, "S12": -5.4647649671874303, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -37.824365530755628, "S21": -37.824365530755628, "W22": -40.0, "S22": -40.01, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 521675.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.0926282749866747, "S12": -5.0926282749866747, "W13": -19.27385623300124, "S13": -19.27385623300124, "W21": -33.747604814857624, "S21": -33.747604814857624, "W22": -39.941636949676173, "S22": -39.951636949676171, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.0, 522238.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67567561820281807, "S11": -0.67567561820281807, "W12": -3.9978872065317956, "S12": -19.382859680866062, "W13": -22.269670315975652, "S13": -22.269670315975652, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.88909186065279, "S22": -39.88909186065279, "W31": -70.045361846797519, "S31": -70.045361846797519, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107086.6, 509962.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0095383585689164108, "S11": 0.0095383585689164108, "W12": -6.5193649707202068, "S12": -16.567024336754773, "W13": -16.567024336754773, "S13": -16.567024336754773, "W21": -40.137322899562868, "S21": -40.137322899562868, "W22": -39.836546771629401, "S22": -39.836546771629401, "W31": -70.0, "S31": -70.44962767979456, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107087.0, 498531.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5209585914574502, "S11": -5.8575696439824352, "W12": -10.054945501003832, "S12": -10.868008283853243, "W13": -18.761747310326538, "S13": -20.1206151684841, "W21": -30.0, "S21": -30.517753256689243, "W22": -39.784001682606018, "S22": -39.784001682606018, "W31": -70.0, "S31": -70.937172842225365, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107087.0, 503675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42295415552806925, "S11": -0.42295415552806925, "W12": -4.5711075374983006, "S12": -14.544105582605638, "W13": -24.771891762264598, "S13": -24.771891762264598, "W21": -30.0, "S21": -30.0, "W22": -39.731456593582635, "S22": -39.731456593582635, "W31": -70.0, "S31": -71.424718004656185, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107087.0, 509438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9314742922812247, "S12": -9.4165102149209314, "W13": -13.273661297557251, "S13": -13.273661297557251, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -44.938789319370251, "W31": -79.389248564860168, "S31": -82.428600297917058, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107087.0, 515470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33183272564922983, "S11": -0.33183272564922983, "W12": -5.0, "S12": -5.269360269360269, "W13": -15.0, "S13": -16.507789490001549, "W21": -37.689883968147264, "S21": -37.689883968147264, "W22": -40.0, "S22": -40.01, "W31": -70.800003, "S31": -70.800003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107088.0, 499875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82977106283314495, "S11": -0.82977106283314495, "W12": -4.3821335289457073, "S12": -15.939680138534527, "W13": -21.161105421686749, "S13": -21.219165552312901, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.449321199207716, "S22": -40.274440918881055, "W31": -73.048510152134753, "S31": -73.516530797433546, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107088.875, 510254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54471169479613568, "S11": -6.2682474848004794, "W12": -6.8293638692363992, "S12": -6.8293638692363992, "W13": -14.735441824598231, "S13": -15.635905411466853, "W21": -40.008204968184856, "S21": -42.271324160264626, "W22": -36.302341968973543, "S22": -36.302341968973543, "W31": -62.498142956543369, "S31": -62.498142956543369, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107089.0, 497199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48556386307493232, "S11": -5.4855638630749324, "W12": -5.4855638630749324, "S12": -12.721630157383585, "W13": -15.299079695685499, "S13": -15.847565771187224, "W21": -40.0, "S21": -40.0, "W22": -38.761973831450916, "S22": -38.761973831450916, "W31": -70.836981281499803, "S31": -70.902672204713639, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107089.0, 497801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70890913186232474, "S11": -3.5873029468414805, "W12": -10.0, "S12": -11.480800432666307, "W13": -17.62155026241723, "S13": -19.890696563991924, "W21": -31.177835347357718, "S21": -31.177835347357718, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107089.0, 500488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6044260027662518, "S11": -0.6044260027662518, "W12": -5.0, "S12": -10.913412563667233, "W13": -20.76697567451026, "S13": -21.451778824116559, "W21": -30.0, "S21": -31.824131337629822, "W22": -39.798923352092572, "S22": -39.798923352092572, "W31": -70.0, "S31": -70.852957615212645, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107090.0, 506232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50259815593760215, "S11": -5.949954896904015, "W12": -6.45173097655303, "S12": -10.067728594965654, "W13": -15.135610597686938, "S13": -16.197482504417835, "W21": -39.999999999999993, "S21": -41.331948874856124, "W22": -35.337779347831535, "S22": -35.337779347831535, "W31": -70.0, "S31": -72.652465743518647, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107091.2, 497392.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3557994564807956, "S12": -8.3557994564807956, "W13": -14.045228824528552, "S13": -14.417500423033834, "W21": -41.100239662144467, "S21": -41.100239662144467, "W22": -37.003700717620674, "S22": -37.003700717620674, "W31": -69.726766799843716, "S31": -69.994552768592612, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107091.439655172405764, 516627.064655172405764 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8301912346424025, "S12": -5.8301912346424025, "W13": -20.0, "S13": -20.0, "W21": -43.53314829713058, "S21": -43.53314829713058, "W22": -36.687956909761901, "S22": -36.687956909761901, "W31": -62.215953721102807, "S31": -62.215953721102807, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107091.666666666671517, 521122.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53144776729988563, "S11": -6.1636080204102246, "W12": -6.7271418195588497, "S12": -7.9394160888232506, "W13": -15.0, "S13": -15.926216915530146, "W21": -40.000000000000007, "S21": -41.917888563049836, "W22": -35.528015684463888, "S22": -36.222474875299888, "W31": -63.087248856119089, "S31": -63.087248856119089, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 497263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15608615671691117, "S11": -0.15608615671691117, "W12": -4.9999999999999991, "S12": -8.9656434456228862, "W13": -16.664961378833294, "S13": -18.99994820258155, "W21": -40.020404125816839, "S21": -40.020404125816839, "W22": -39.589386702938349, "S22": -39.589386702938349, "W31": -60.043570101049824, "S31": -60.043570101049824, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 499622.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2935957924105164, "S11": -2.447113066755259, "W12": -7.2830410440880105, "S12": -10.701143063274356, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": -39.497179236658233, "S22": -39.497179236658233, "W31": -70.0, "S31": -72.047368017264233, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 508279.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52107774236335203, "S11": -0.52107774236335203, "W12": -4.7103236353101847, "S12": -14.210040701552003, "W13": -25.149414230772024, "S13": -25.149414230772024, "W21": -30.0, "S21": -30.0, "W22": -37.020822711637422, "S22": -37.020822711637422, "W31": -70.0, "S31": -72.195027797632932, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 509305.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2349636706135634, "S12": -7.2349636706135634, "W13": -14.614772468623592, "S13": -14.614772468623592, "W21": -41.743076063137799, "S21": -41.743076063137799, "W22": -39.817050842168733, "S22": -39.817050842168733, "W31": -70.0, "S31": -70.730779106568036, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.0, 525256.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.877809472551129, "S12": -4.6724151871104969, "W13": -15.0, "S13": -15.0, "W21": -37.785613338393205, "S21": -37.785613338393205, "W22": -41.056353076191904, "S22": -44.514177594118138, "W31": -80.0, "S31": -83.05573973764929, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.666666666671517, 524347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8226476754223024, "S11": -2.8226476754223024, "W12": -10.158477851039599, "S12": -11.335754456314024, "W13": -28.280432365253386, "S13": -36.65211546210481, "W21": -38.593766919883855, "S21": -38.593766919883855, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.714285714289872, 512711.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4127362091594655, "S11": -1.4127362091594655, "W12": -9.2726769987029165, "S12": -9.2726769987029165, "W13": -23.100422902499673, "S13": -23.100422902499673, "W21": -32.776919553878272, "S21": -33.037514175700437, "W22": -38.700727772416769, "S22": -38.700727772416769, "W31": -71.664203499434294, "S31": -71.664203499434294, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107092.8, 510892.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35630820265379981, "S11": -0.35630820265379981, "W12": -9.462754974534862, "S12": -10.462754974534862, "W13": -13.648943554006969, "S13": -26.420468215789445, "W21": -40.0, "S21": -40.0, "W22": -39.792909803762036, "S22": -39.792909803762036, "W31": -70.0, "S31": -70.981071039704275, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107093.0, 514843.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1181974933607748, "S12": -5.1181974933607748, "W13": -19.351612272179686, "S13": -19.351612272179686, "W21": -33.602922292957345, "S21": -33.602922292957345, "W22": -39.905885745321036, "S22": -39.905885745321036, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107093.0, 522200.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6580278128950696, "S11": -1.6580278128950696, "W12": -10.0, "S12": -12.760132984974778, "W13": -20.0, "S13": -21.313363401696311, "W21": -39.10064236860552, "S21": -39.10064236860552, "W22": -39.748565748785019, "S22": -39.748565748785019, "W31": -70.0, "S31": -71.41060106107156, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107095.0, 513143.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23857519359251156, "S11": -0.23857519359251156, "W12": -5.0, "S12": -6.8658243489891495, "W13": -15.0, "S13": -16.905298920064045, "W21": -38.849795621918332, "S21": -38.849795621918332, "W22": -38.136937852220456, "S22": -38.136937852220456, "W31": -70.544236421472661, "S31": -70.727392508118655, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107095.888888888890506, 499769.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7890226457761268, "S11": -0.7890226457761268, "W12": -4.2209287335329746, "S12": -17.227891622054976, "W13": -21.095329491880566, "S13": -21.168332067893225, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.65630368144916, "S22": -39.65630368144916, "W31": -70.0, "S31": -72.0615034497322, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107096.0, 510216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8069934206696256, "S12": -9.089643825038566, "W13": -13.231513246685312, "S13": -13.231513246685312, "W21": -40.0, "S21": -40.0, "W22": -39.670435201565972, "S22": -39.670435201565972, "W31": -70.0, "S31": -72.062419529669668, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107096.097560975613305, 515716.14634146343451 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5953032642845728, "S11": 1.5953032642845728, "W12": -5.2504095447602417, "S12": -5.2504095447602417, "W13": -19.755128670900341, "S13": -19.755128670900341, "W21": -33.0, "S21": -33.0, "W22": -36.800468598430712, "S22": -36.800468598430712, "W31": -70.0, "S31": -72.208116498630062, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107096.25, 522001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66217685462167386, "W12": -8.1714431201165763, "S12": -15.804841608054812, "W13": -21.243016467535728, "S13": -21.243016467535728, "W21": -30.0, "S21": -30.0, "W22": -36.762899438303002, "S22": -36.762899438303002, "W31": -70.0, "S31": -72.305116906536298, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107096.5, 505163.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5939059203553223, "S11": -1.4153704731268832, "W12": -5.0, "S12": -6.3287243258729715, "W13": -16.000361321403989, "S13": -16.694090975721149, "W21": -34.720605355064023, "S21": -34.720605355064023, "W22": -38.134778667153377, "S22": -40.072110829011002, "W31": -76.173825957632516, "S31": -77.892968248136214, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107097.0, 500158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0045347384477277, "S11": 1.0045347384477277, "W12": -2.8462462269001962, "S12": -2.8462462269001962, "W13": -15.985071117631406, "S13": -15.985071117631406, "W21": -36.570419842717101, "S21": -36.570419842717101, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107098.0, 523871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75870307776015444, "S11": -0.75870307776015444, "W12": -6.0698098819072506, "S12": -6.0698098819072506, "W13": -17.016716747242903, "S13": -18.075972609064991, "W21": -30.0, "S21": -30.0, "W22": -36.295982318568534, "S22": -36.295982318568534, "W31": -72.86729088771115, "S31": -73.680610851684861, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107098.5, 501888.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37500466281207534, "S11": -0.37500466281207534, "W12": -6.1285744642891862, "S12": -12.300079840633273, "W13": -22.145617709366345, "S13": -22.145617709366345, "W21": -30.0, "S21": -30.0, "W22": -41.690706902916205, "S22": -44.70494617875724, "W31": -79.944767846750693, "S31": -82.944767846750693, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107098.5, 505702.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63535679567408843, "S11": -0.63535679567408843, "W12": -4.0540952026218973, "S12": -19.204122480308676, "W13": -22.641112156540299, "S13": -22.641112156540299, "W21": -30.0, "S21": -30.0, "W22": -39.675933817973046, "S22": -39.675933817973046, "W31": -70.0, "S31": -72.030923546824525, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107098.5, 509897.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068322677508102531, "S11": 0.068322677508102531, "W12": -8.9172082735350209, "S12": -9.315854515074129, "W13": -17.126005401673758, "S13": -20.111676083350311, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107098.8, 501318.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35908440316375079, "S11": -0.35908440316375079, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -16.529530305379012, "W21": -37.503812162849037, "S21": -37.503812162849037, "W22": -39.697867738194901, "S22": -39.697867738194901, "W31": -70.0, "S31": -71.873392587348519, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107099.0, 499897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59196951737593495, "S11": -6.6193717401192691, "W12": -7.1094474262015126, "S12": -7.1094474262015126, "W13": -14.321404280067602, "S13": -14.84066797869774, "W21": -39.986000263494503, "S21": -42.986000263494503, "W22": -37.071152219997686, "S22": -37.071152219997686, "W31": -70.0, "S31": -72.245685650891502, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9953434322929429, "S12": -13.26525794314926, "W13": -15.0, "S13": -15.294845722896003, "W21": -40.0, "S21": -40.0, "W22": -38.899124927180473, "S22": -43.14527255983878, "W31": -76.45928399239817, "S31": -78.393308397772117, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13883404875946767, "S11": 0.13883404875946767, "W12": -7.1279184728876714, "S12": -17.657244737715651, "W13": -17.679064005614514, "S13": -20.080281352812079, "W21": -40.573407931076218, "S21": -40.573407931076218, "W22": -35.456741478267858, "S22": -35.456741478267858, "W31": -71.486794298385121, "S31": -74.06263995580484, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46722007502308904, "S11": -0.79582235826905001, "W12": -5.0, "S12": -5.5382033738753185, "W13": -15.17311023170452, "S13": -16.387573105677546, "W21": -36.413232987369305, "S21": -36.413232987369305, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.78265073405617058, "W12": -10.0, "S12": -12.251423397698188, "W13": -17.31560165236467, "S13": -19.996483747137191, "W21": -30.0, "S21": -30.0, "W22": -33.513463599977115, "S22": -36.622118449648205, "W31": -64.691249920654471, "S31": -64.691249920654471, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1414688147727776, "S11": -1.1414688147727776, "W12": -5.4887168428668263, "S12": -5.4887168428668263, "W13": -20.0, "S13": -20.0, "W21": -39.30959868724927, "S21": -39.30959868724927, "W22": -39.963821851873092, "S22": -39.97382185187309, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 521640.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.5, "S11": 2.5, "W12": -5.1437667117348758, "S12": -5.1437667117348758, "W13": -19.429368311358125, "S13": -19.429368311358125, "W21": -33.458239771057059, "S21": -33.458239771057059, "W22": -39.779951167566871, "S22": -39.779951167566871, "W31": -70.0, "S31": -71.191704216203064, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.0, 522163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.869974447266479, "S12": -9.2584326813357869, "W13": -13.226892998937974, "S13": -13.226892998937974, "W21": -40.0, "S21": -40.0, "W22": -39.759668763203848, "S22": -39.759668763203848, "W31": -70.0, "S31": -71.379896648901365, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.25, 515587.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75421628743728841, "S11": -0.75421628743728841, "W12": -6.3892509779957436, "S12": -6.3892509779957436, "W13": -16.955223668529541, "S13": -17.808999188322627, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.868110815371075, "S22": -38.868110815371075, "W31": -70.0, "S31": -72.16766541661508, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.571428571434808, 501769.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4728308297396597, "S11": -1.4728308297396597, "W12": -9.5529198490132856, "S12": -9.5529198490132856, "W13": -23.349929621463627, "S13": -23.349929621463627, "W21": -33.092113859523486, "S21": -33.092113859523486, "W22": -39.802971916797205, "S22": -39.802971916797205, "W31": -70.0, "S31": -71.005222291471881, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107100.8, 510928.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18669505946433934, "S11": -0.18669505946433934, "W12": -5.0, "S12": -8.4518586538788565, "W13": -16.155896933364076, "S13": -18.436473588146281, "W21": -40.0, "S21": -40.0, "W22": -39.680646949550763, "S22": -39.680646949550763, "W31": -70.0, "S31": -72.058097394641308, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107101.0, 499663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23701165489719095, "S11": -0.23701165489719095, "W12": -5.0, "S12": -7.0691766146311608, "W13": -15.0, "S13": -16.985506123081691, "W21": -39.000748768903676, "S21": -39.000748768903676, "W22": -39.804287544102145, "S22": -39.804287544102145, "W31": -70.0, "S31": -71.002054614548939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107101.0, 499757.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54671583965953019, "S11": -0.54671583965953019, "W12": -9.5398343195266282, "S12": -15.106842534612513, "W13": -19.593304953560374, "S13": -19.593304953560374, "W21": -30.0, "S21": -30.0, "W22": -38.899627393311825, "S22": -38.899627393311825, "W31": -70.0, "S31": -72.171722450567003, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107101.0, 504821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3019764568721723, "S11": -2.3019764568721728, "W12": -5.0, "S12": -8.03899757064314, "W13": -21.869366039576544, "S13": -22.02437617226197, "W21": -25.981331990634455, "S21": -26.06847663608605, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107102.0, 506944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6475380874586087, "S11": -2.6475380874586087, "W12": -10.001619317382405, "S12": -11.294081310267893, "W13": -27.537267791731761, "S13": -33.976874986821912, "W21": -38.627591694808743, "S21": -38.627591694808743, "W22": -39.713911991061288, "S22": -39.713911991061288, "W31": -70.0, "S31": -71.825479175892667, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107102.142857142855064, 512757.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1523388116308471, "S11": -1.1523388116308471, "W12": -10.0, "S12": -13.518868768871933, "W13": -15.0, "S13": -19.536490410696622, "W21": -39.319697191716536, "S21": -39.319697191716536, "W22": -39.561456063837113, "S22": -41.242482871400377, "W31": -77.974375158340379, "S31": -80.409362525426957, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107103.0, 513343.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59616036874374911, "S11": 0.59616036874374911, "W12": -5.3527277071507084, "S12": -5.3527277071507084, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": -36.793083998789847, "S22": -36.793083998789847, "W31": -69.999999999999986, "S31": -72.495349229047761, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107103.0, 521847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56682597437385596, "S11": -3.5241483847665798, "W12": -10.0, "S12": -11.0, "W13": -17.537493670497899, "S13": -20.342460563116877, "W21": -30.0, "S21": -30.0, "W22": -38.587294243717444, "S22": -40.516419966720889, "W31": -72.340988736779209, "S31": -72.340988736779209, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107103.5, 500626.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57849239280774545, "S11": -0.57849239280774545, "W12": -5.0, "S12": -10.3276740237691, "W13": -20.784997415565005, "S13": -21.440273006116186, "W21": -30.0, "S21": -31.694317233003588, "W22": -34.876136369261005, "S22": -36.264889147689743, "W31": -63.689547257693945, "S31": -63.689547257693945, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107104.0, 506219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1886642019245726, "S11": -1.1886642019245726, "W12": -5.0, "S12": -13.658389266080531, "W13": -21.161137580764652, "S13": -21.161137580764652, "W21": -29.141453041332053, "S21": -31.915462656031462, "W22": -36.063426565364551, "S22": -36.063426565364551, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107104.0, 506475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5942118769278624, "S11": -1.5942118769278624, "W12": -6.0277501410276075, "S12": -6.0277501410276075, "W13": -20.0, "S13": -20.0, "W21": -42.951084308919569, "S21": -42.951084308919569, "W22": -36.735017403525831, "S22": -36.735017403525831, "W31": -70.0, "S31": -72.704150119655509, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107104.0, 520825.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94657378775641521, "S11": -0.94657378775641521, "W12": -5.1208351141708865, "S12": -11.069070899632997, "W13": -21.355258040859084, "S13": -21.357149118119182, "W21": -30.098684447513005, "S21": -30.556166141824487, "W22": -39.680921675472057, "S22": -39.680921675472057, "W31": -70.0, "S31": -72.104043437077237, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107104.6, 510400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7543775701495965, "S11": -0.7543775701495965, "W12": -6.3343062637645788, "S12": -6.3343062637645788, "W13": -16.967530949908134, "S13": -17.832715142888297, "W21": -30.0, "S21": -30.0, "W22": -38.473994510567778, "S22": -40.4739205723426, "W31": -72.955070601670187, "S31": -73.394142537917446, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107105.0, 501793.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -3.7798626587198756, "S11": -3.7798626587198756, "W12": -11.021150642934161, "S12": -11.272653172111568, "W13": -31.096574523208037, "S13": -31.096574523208037, "W21": -37.960600468113249, "S21": -37.960600468113249, "W22": -37.859795194078316, "S22": -37.859795194078316, "W31": -70.0, "S31": -72.251887041114969, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107105.0, 512201.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44175799644953806, "S11": -0.44175799644953806, "W12": -5.0, "S12": -5.4437149853971238, "W13": -15.056581620948295, "S13": -16.397187728528561, "W21": -36.71562553434719, "S21": -36.71562553434719, "W22": -36.11310335478867, "S22": -36.11310335478867, "W31": -62.759931497589719, "S31": -62.759931497589719, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107105.285714285710128, 499973.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7075371853545618, "S11": -2.7075371853545618, "W12": -10.0, "S12": -10.0, "W13": -30.790071694027045, "S13": -30.790071694027045, "W21": -37.354732597219197, "S21": -37.354732597219197, "W22": -39.740669441850365, "S22": -39.740669441850365, "W31": -69.999999999999986, "S31": -71.655618471217508, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107105.5, 511661.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3489838065503776, "S11": -1.8859589973900723, "W12": -5.0, "S12": -8.6671718354416392, "W13": -21.722773129103121, "S13": -21.833067206961111, "W21": -25.76252347638659, "S21": -26.585158025798183, "W22": -37.958989073068274, "S22": -37.958989073068274, "W31": -70.0, "S31": -72.261128358295124, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107106.0, 506841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6337115511040281, "S12": -8.6337115511040299, "W13": -13.438773988988958, "S13": -23.467493328054267, "W21": -40.328566770076691, "S21": -40.328566770076691, "W22": -37.87157015413964, "S22": -37.87157015413964, "W31": -70.363321850841857, "S31": -70.662010166524936, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107106.393939393936307, 516059.969696969725192 ] } }, +{ "type": "Feature", "properties": { "W11": -1.270885174210328, "S11": -1.270885174210328, "W12": -6.1716024623141594, "S12": -6.1716024623141594, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -41.656963478508189, "S21": -41.656963478508189, "W22": -37.310134732147908, "S22": -37.310134732147908, "W31": -70.0, "S31": -72.456455999588059, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107107.8, 520607.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.265428153547618, "S11": -2.4998750429254937, "W12": -5.0, "S12": -8.0648620015708623, "W13": -22.057810189938117, "S13": -22.274058810053059, "W21": -27.209123858603949, "S21": -27.209123858603949, "W22": -39.837287274259722, "S22": -43.9688813418433, "W31": -77.495935720226612, "S31": -79.925861006894081, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107108.0, 507058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91159418839218342, "S11": -0.91159418839218342, "W12": -5.0, "S12": -5.9234545681892259, "W13": -17.500691464618019, "S13": -20.500691464618019, "W21": -30.0, "S21": -30.0, "W22": -38.376241452531318, "S22": -39.457747318958567, "W31": -73.923121393003683, "S31": -74.770754587596358, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107109.0, 502630.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2241262683201804, "S11": -0.2241262683201804, "W12": -5.5623653676574847, "S12": -9.2724994259681619, "W13": -22.450117114364566, "S13": -22.450117114364566, "W21": -30.0, "S21": -30.0, "W22": -38.459709291457862, "S22": -40.499341901518939, "W31": -73.119461588913396, "S31": -73.629507100581762, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107109.0, 505932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4226124381122323, "S11": -1.4226124381122323, "W12": -6.1054736606190785, "S12": -6.1054736606190785, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -42.022268413495226, "S21": -42.022268413495226, "W22": -38.198492656151615, "S22": -38.198492656151615, "W31": -70.0, "S31": -72.234472217179302, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107109.0, 520708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6102632310004354, "S12": -5.6102632310004354, "W13": -20.0, "S13": -20.0, "W21": -43.495614426042465, "S21": -43.495614426042465, "W22": -39.771258683979418, "S22": -39.771258683979418, "W31": -70.0, "S31": -71.407950995234131, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107110.0, 521458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.407647380496536, "W13": -26.794103218210267, "S13": -31.468274773624863, "W21": -38.661416469733595, "S21": -38.661416469733595, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107111.571428571434808, 512804.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75797233061369274, "S11": -0.84668464564329604, "W12": -6.4456118609699766, "S12": -6.4456118609699766, "W13": -16.948054117629482, "S13": -17.728775197683358, "W21": -30.0, "S21": -30.0, "W22": -38.322012388529942, "S22": -38.322012388529942, "W31": -61.131556068608262, "S31": -61.131556068608262, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107112.0, 501756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76484529070871643, "S11": -0.76484529070871643, "W12": -6.1152379469392111, "S12": -6.1152379469392111, "W13": -17.012747113075498, "S13": -18.002634351307108, "W21": -30.0, "S21": -30.0, "W22": -39.179355842288409, "S22": -42.895414621958196, "W31": -76.691733311828713, "S31": -78.650009248584112, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107112.0, 501881.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49376334190735532, "S11": -0.63614173282329922, "W12": -8.0251767787769701, "S12": -15.886718048801992, "W13": -21.283369897562373, "S13": -21.283369897562373, "W21": -30.0, "S21": -30.0, "W22": -39.766222355750614, "S22": -39.766222355750614, "W31": -70.0, "S31": -71.490839139378849, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107112.0, 505206.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6825382062943324, "S11": 1.6825382062943324, "W12": -4.6511636985110041, "S12": -4.6511636985110041, "W13": -17.924847704059054, "S13": -17.924847704059054, "W21": -35.667066827432116, "S21": -35.667066827432116, "W22": -40.140544753302294, "S22": -44.99988210417203, "W31": -80.0, "S31": -83.052611987532799, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107112.2, 522910.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81633022272183642, "S11": -0.81633022272183642, "W12": -5.4071243850893307, "S12": -5.4071243850893307, "W13": -17.14573022086639, "S13": -18.649019105777793, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.44542407234794, "S22": -40.524763230695299, "W31": -73.283852576156576, "S31": -73.864871663246049, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107113.0, 502138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5385532518194243, "S12": -5.5385532518194243, "W13": -20.0, "S13": -20.0, "W21": -42.434225493476077, "S21": -42.434225493476077, "W22": -35.479853917911107, "S22": -36.027383692944191, "W31": -63.297917600196904, "S31": -63.297917600196904, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107113.0, 521567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59601054002811205, "S11": -6.6675722087682736, "W12": -7.2123107388997321, "S12": -7.2123107388997321, "W13": -14.374479627902209, "S13": -14.838206350933032, "W21": -40.029593580201777, "S21": -43.029593580201777, "W22": -39.563320718644647, "S22": -39.563320718644647, "W31": -70.0, "S31": -72.156402039075445, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107113.65625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0773052495558069, "S11": -1.0773052495558069, "W12": -6.188952389221102, "S12": -6.188952389221102, "W13": -21.57129072812991, "S13": -21.57129072812991, "W21": -30.772798451543249, "S21": -31.639392628177287, "W22": -39.780259894837307, "S22": -39.780259894837307, "W31": -70.0, "S31": -71.396748389561168, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107114.0, 510555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6410068975187642, "S12": -5.6410068975187642, "W13": -20.0, "S13": -20.0, "W21": -43.952979872711389, "S21": -43.952979872711389, "W22": -39.838418534143962, "S22": -39.838418534143962, "W31": -70.0, "S31": -70.854599535570969, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107114.0, 521412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4699163659029626, "S11": -1.4699163659029626, "W12": -5.5126687185462604, "S12": -5.5126687185462604, "W13": -20.0, "S13": -20.0, "W21": -40.794831843745335, "S21": -40.794831843745335, "W22": -36.839546848068885, "S22": -36.839546848068885, "W31": -70.987533527343274, "S31": -73.489133298573663, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107114.0, 521606.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0475768695432077, "S11": 1.0475768695432077, "W12": -2.9679918148478284, "S12": -5.9679918148478279, "W13": -16.625970499763493, "S13": -16.625970499763493, "W21": -35.733395113229193, "S21": -35.733395113229193, "W22": -39.77343303342299, "S22": -39.77343303342299, "W31": -70.0, "S31": -71.47817116495284, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107114.0, 523555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.0879976150542152, "W12": -6.5186233925064698, "S12": -11.110508693434598, "W13": -15.199462853823164, "S13": -16.207014830438151, "W21": -40.0, "S21": -41.037627758609453, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107115.0, 497436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60098322646083735, "S11": -0.60098322646083735, "W12": -6.6038663526215879, "S12": -7.5947032022879695, "W13": -18.583053614019075, "S13": -20.447415665630473, "W21": -29.924823057186362, "S21": -30.404841938901537, "W22": -39.982937235061357, "S22": -39.992937235061355, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107115.777777777781012, 503338.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60844948435197999, "S11": -3.5780564887681208, "W12": -10.079344806998417, "S12": -11.079344806998417, "W13": -17.555431030678545, "S13": -20.393534759284421, "W21": -30.168336366667212, "S21": -30.168336366667212, "W22": -39.931950870432622, "S22": -39.931950870432622, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107116.0, 500594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89588041598012491, "S11": -0.89588041598012491, "W12": -5.0, "S12": -6.0, "W13": -17.349047926010336, "S13": -20.330582761002479, "W21": -30.0, "S21": -30.0, "W22": -39.880964505803888, "S22": -39.880964505803888, "W31": -70.0, "S31": -70.461884640498681, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107116.0, 502531.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36802988343713527, "S11": -0.36802988343713527, "W12": -6.2959655397162466, "S12": -13.968407438090754, "W13": -21.971196371907482, "S13": -21.971196371907482, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.829978141175154, "S22": -39.829978141175154, "W31": -70.0, "S31": -70.949429802929487, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107116.666666666671517, 505663.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.6702252516108413, "S11": 1.6702252516108413, "W12": -5.2291897373556981, "S12": -5.2291897373556981, "W13": -19.68942275357713, "S13": -19.68942275357713, "W21": -33.0, "S21": -33.0, "W22": -39.778847177671764, "S22": -39.778847177671764, "W31": -70.0, "S31": -71.436974965360307, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107117.0, 522036.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4392853574877624, "S11": 1.4392853574877624, "W12": -4.5443525593394005, "S12": -5.5443525593394005, "W13": -17.598526974442738, "S13": -17.598526974442738, "W21": -36.137530109294616, "S21": -36.137530109294616, "W22": -39.745586136319957, "S22": -39.745586136319957, "W31": -69.999999999999986, "S31": -71.745591053178998, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107117.0, 523073.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6149103216954881, "S12": -5.6149103216954881, "W13": -20.0, "S13": -20.0, "W21": -43.5913482965789, "S21": -43.5913482965789, "W22": -39.584800250377697, "S22": -39.584800250377697, "W31": -60.218900881013745, "S31": -60.218900881013745, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107117.5, 521452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.81600140122766196, "W12": -10.0, "S12": -12.41746283246805, "W13": -17.321485709242427, "S13": -19.836885327652134, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107118.0, 500986.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4123372519276956, "S11": -0.4123372519276956, "W12": -10.0, "S12": -15.599090292363112, "W13": -15.599090292363112, "S13": -29.974091100381326, "W21": -40.264345923866898, "S21": -40.264345923866898, "W22": -39.724885371324106, "S22": -39.724885371324106, "W31": -70.0, "S31": -71.919463204502307, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107119.0, 514096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47723367763082597, "S11": -5.7059057049781234, "W12": -5.7059057049781234, "S12": -14.016243322838985, "W13": -15.517806412428394, "S13": -16.437459434560242, "W21": -40.0, "S21": -40.0, "W22": -38.455153850027791, "S22": -40.578038188705648, "W31": -73.227133912898651, "S31": -73.786969670618532, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107119.666666666671517, 497667.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25422817232854306, "S11": -0.25422817232854306, "W12": -5.0, "S12": -7.1922933034044148, "W13": -15.0, "S13": -17.148620368935049, "W21": -39.092707171112693, "S21": -39.092707171112693, "W22": -36.885918435314416, "S22": -36.885918435314416, "W31": -73.21436781062134, "S31": -73.21436781062134, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107120.0, 499755.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37921191414042493, "S11": -0.37921191414042493, "W12": -4.5372284070686586, "S12": -14.537228407068657, "W13": -24.982611781057905, "S13": -24.982611781057905, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.85340922458289, "S22": -39.85340922458289, "W31": -70.0, "S31": -70.752333808497724, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107120.0, 509431.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9387356709936645, "S12": -5.9387356709936645, "W13": -20.0, "S13": -20.0, "W21": -43.231769911504422, "S21": -43.231769911504422, "W22": -41.348081002149698, "S22": -44.965347471500436, "W31": -80.020961865213749, "S31": -83.088584512096332, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107120.0, 520962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9967704778949331, "S12": -13.571401190539614, "W13": -15.011027992278022, "S13": -15.619407162178472, "W21": -40.0, "S21": -40.0, "W22": -39.708013549887212, "S22": -39.708013549887212, "W31": -70.143125052150396, "S31": -72.239351678882244, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107120.5, 497971.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2032682061732615, "S11": -0.2032682061732615, "W12": -5.0, "S12": -8.6240349624188006, "W13": -16.458165206363844, "S13": -18.919527785808892, "W21": -39.974642458667212, "S21": -39.974642458667212, "W22": -38.132255459220048, "S22": -38.132255459220048, "W31": -70.378924191424886, "S31": -73.134758687217385, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107121.0, 499658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3963337547408345, "S11": -2.3963337547408345, "W12": -10.0, "S12": -11.5228327681076, "W13": -26.050938644688642, "S13": -29.544675762177146, "W21": -38.695241244658483, "S21": -38.695241244658483, "W22": -37.179377357255483, "S22": -37.179377357255483, "W31": -72.473314906398997, "S31": -73.330414790600472, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107121.0, 512851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5888137458722111, "S12": -5.5888137458722111, "W13": -20.0, "S13": -20.0, "W21": -43.229716720446405, "S21": -43.229716720446405, "W22": -39.829968467872781, "S22": -39.829968467872781, "W31": -70.0, "S31": -71.013066746322522, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107121.0, 521492.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92244629180801507, "S11": -2.0718402312014339, "W12": -11.309983004000102, "S12": -13.176346876307473, "W13": -17.961942582435565, "S13": -20.795876973050465, "W21": -30.0, "S21": -30.0, "W22": -39.714234718887255, "S22": -39.714234718887255, "W31": -70.156058038790576, "S31": -72.219121710903835, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107121.2, 504134.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68924224222930541, "S11": -0.68924224222930541, "W12": -3.977521222740787, "S12": -17.107443776989815, "W13": -22.073726220815477, "S13": -22.110008187548079, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107121.333333333328483, 510025.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8859690637635378, "S12": -12.007893981199858, "W13": -17.238538247146156, "S13": -19.711428552476267, "W21": -30.0, "S21": -30.0, "W22": -39.700001, "S22": -39.700001, "W31": -70.262798288526895, "S31": -72.456242316118676, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107122.0, 501125.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10508551966455076, "S11": 0.10508551966455076, "W12": -6.8166643851243434, "S12": -17.373241682293621, "W13": -17.373241682293621, "S13": -20.071048532682788, "W21": -40.491162635790666, "S21": -40.491162635790666, "W22": -39.639398680621305, "S22": -39.639398680621305, "W31": -70.271075399976553, "S31": -72.483369709266711, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107123.0, 498946.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -14.455925560959734, "W13": -15.000000000000002, "S13": -23.102385181875881, "W21": -39.506720444861365, "S21": -39.506720444861365, "W22": -39.834884352813944, "S22": -39.834884352813944, "W31": -70.0, "S31": -70.994301724100396, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107123.0, 513601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88333375093436861, "S11": -1.1023728333209142, "W12": -10.990783748361682, "S12": -14.274208478970898, "W13": -18.57705105836159, "S13": -18.57705105836159, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107123.714285714289872, 504554.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52527036915659187, "S11": -0.55397104440453449, "W12": -9.5319053254437875, "S12": -14.895924742919515, "W13": -19.538283668730649, "S13": -19.538283668730649, "W21": -30.0, "S21": -30.0, "W22": -35.923864740603797, "S22": -35.923864740603797, "W31": -63.046611828843503, "S31": -63.046611828843503, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107124.5, 504826.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5627171700489333, "S12": -5.5627171700489333, "W13": -20.0, "S13": -20.0, "W21": -42.868085144313902, "S21": -42.868085144313902, "W22": -36.606967525548939, "S22": -37.327272597770708, "W31": -69.470464188994342, "S31": -69.470464188994342, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107124.5, 521532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2717175365720879, "S11": -2.2717175365720879, "W12": -10.0, "S12": -11.667012377663497, "W13": -25.212658621140285, "S13": -27.222500293657337, "W21": -38.7439662668789, "S21": -38.7439662668789, "W22": -39.813453493986835, "S22": -39.813453493986835, "W31": -70.0, "S31": -71.207701881655794, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107125.285714285710128, 512900.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.63437430004355388, "W12": -8.0747227170087488, "S12": -15.897058427965602, "W13": -21.185660549204428, "S13": -21.185660549204428, "W21": -30.0, "S21": -30.0, "W22": -39.459586757396764, "S22": -42.645556684077171, "W31": -76.788428190465638, "S31": -78.770955658602659, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107125.333333333328483, 505196.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23272491101411341, "S11": 0.23272491101411341, "W12": -9.0793753730632218, "S12": -9.7306525854378876, "W13": -17.145132906455018, "S13": -19.875292931556814, "W21": -30.0, "S21": -30.0, "W22": -39.008411007706037, "S22": -39.008411007706037, "W31": -70.430754675026364, "S31": -72.893992599824259, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107125.6, 501281.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4779360763533913, "S11": -0.4779360763533913, "W12": -4.9999999999999991, "S12": -8.8496240601511804, "W13": -20.810074086327372, "S13": -21.472031341670377, "W21": -30.0, "S21": -31.392461583980918, "W22": -39.638518115340212, "S22": -39.638518115340212, "W31": -70.36919365861948, "S31": -72.654662701422296, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107126.0, 506181.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60502460659822466, "S11": -0.60502460659822466, "W12": -4.0594313817071539, "S12": -19.086312302205169, "W13": -22.932462650141865, "S13": -22.932462650141865, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.281011042259401, "S22": -38.281011042259401, "W31": -70.840810562081529, "S31": -71.13270161831376, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107127.0, 509859.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83111166673913961, "S11": -0.83111166673913961, "W12": -5.4612434425462473, "S12": -5.4612434425462473, "W13": -20.0, "S13": -20.0, "W21": -37.514386082301769, "S21": -37.514386082301769, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107127.0, 521686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7983639170326562, "S11": -1.7983639170326562, "W12": -5.5366205942256572, "S12": -5.5366205942256572, "W13": -20.0, "S13": -20.0, "W21": -42.28006500023897, "S21": -42.28006500023897, "W22": -39.690306470416132, "S22": -39.690306470416132, "W31": -70.368245239599204, "S31": -72.642161876324892, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107128.0, 521572.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": -39.714366510323401, "S22": -39.714366510323401, "W31": -70.383333724012658, "S31": -72.663435419520141, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107128.0, 529181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6803614400532656, "S11": -4.4704839440535977, "W12": -6.2539346818441377, "S12": -11.059365448810661, "W13": -26.057316293996735, "S13": -26.057316293996735, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -33.905071996535113, "S22": -36.834797051415151, "W31": -64.970828013731136, "S31": -64.970828013731136, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107128.666666666671517, 508758.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64864177118720701, "S11": -0.64864177118720701, "W12": -3.9591781413140521, "S12": -17.85774064588043, "W13": -22.487256911774786, "S13": -22.487256911774786, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.442488676336772, "S22": -40.588122607361278, "W31": -73.427555640050414, "S31": -74.085575328115226, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107129.0, 509949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9203466607430499, "S12": -9.4128322536619553, "W13": -13.146855626480825, "S13": -13.146855626480825, "W21": -40.0, "S21": -40.0, "W22": -34.745417361708697, "S22": -36.024361979766056, "W31": -63.975359566925199, "S31": -63.975359566925199, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107129.333333333328483, 515471.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1471013184034886, "S11": -2.1471013184034886, "W12": -10.0, "S12": -11.844013997194818, "W13": -24.286348509946365, "S13": -24.812294737494526, "W21": -38.792691289099231, "S21": -38.792691289099231, "W22": -39.839847999685617, "S22": -39.839847999685617, "W31": -70.0, "S31": -70.99626147118019, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107129.571428571434808, 512949.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8846383229731769, "S11": -0.8846383229731769, "W12": -5.0, "S12": -5.0, "W13": -17.299180830124513, "S13": -19.946879827695739, "W21": -30.0, "S21": -30.0, "W22": -39.999424478813808, "S22": -40.009424478813806, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107129.833333333328483, 502435.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43547290736065258, "S11": -0.43547290736065258, "W12": -5.0165666266506603, "S12": -8.5513713804706946, "W13": -20.814365447289291, "S13": -21.481924502407402, "W21": -30.0, "S21": -31.329490965477557, "W22": -36.465482279185117, "S22": -37.716545819616833, "W31": -69.372440874268293, "S31": -69.372440874268293, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107130.0, 506173.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3129030003874522, "W12": -10.0, "S12": -11.586329705908804, "W13": -17.35604599276137, "S13": -19.744778082807418, "W21": -30.0, "S21": -30.0, "W22": -39.838850809844075, "S22": -39.838850809844075, "W31": -70.000775979198409, "S31": -71.025989202638314, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107132.0, 500926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.683401756050193, "S12": -8.7842399388663619, "W13": -13.309650977376252, "S13": -19.012812656037241, "W21": -40.176104943845274, "S21": -40.176104943845274, "W22": -39.77249142930647, "S22": -39.77249142930647, "W31": -70.236472475721627, "S31": -71.90035034476665, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107132.157894736839808, 515947.07894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": 0.061176807975843017, "S11": 0.061176807975843017, "W12": -8.8381794389374004, "S12": -9.0397989423025393, "W13": -17.117281878065182, "S13": -20.019149349921822, "W21": -30.0, "S21": -30.0, "W22": -36.885732484973929, "S22": -36.920417796709735, "W31": -69.675589247292137, "S31": -69.675589247292137, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107133.0, 501327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.6673257320549366, "S11": -3.6673257320549366, "W12": -10.892467048618375, "S12": -10.892467048618375, "W13": -30.711122921044335, "S13": -30.711122921044335, "W21": -37.936147293299491, "S21": -37.936147293299491, "W22": -38.432476878646114, "S22": -38.432476878646114, "W31": -70.778910675377929, "S31": -72.789863577897094, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107133.0, 512234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0224851002347424, "S11": -2.0224851002347424, "W12": -10.0, "S12": -12.021015616726434, "W13": -23.330115578039109, "S13": -23.330115578039109, "W21": -38.841416311319655, "S21": -38.841416311319655, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107133.857142857144936, 512998.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8034354385398158, "S11": -0.8034354385398158, "W12": -4.4535378086937838, "S12": -15.317262268857839, "W13": -21.124883184913568, "S13": -21.177650065909898, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.834522735547452, "S22": -39.834522735547452, "W31": -70.555428666236978, "S31": -72.851760016756046, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107134.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36127863519122572, "S11": -0.36127863519122572, "W12": -6.4633566151432902, "S12": -16.399200311291629, "W13": -21.796775034448704, "S13": -21.796775034448704, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -38.480262875529974, "S22": -38.480262875529974, "W31": -71.203529123658555, "S31": -71.445287635537866, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107134.833333333328483, 505623.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9084221089535307, "S11": -0.9084221089535307, "W12": -5.0, "S12": -5.9958900543414764, "W13": -17.352156916833192, "S13": -20.352156916833192, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.720441702917796, "S22": -41.217933179770448, "W31": -77.961018998217867, "S31": -80.449220839141361, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107136.0, 502538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75895963050659188, "S11": -0.95306864518164436, "W12": -10.03948623853211, "S12": -14.366061294544059, "W13": -19.005692579598513, "S13": -19.005692579598513, "W21": -30.0, "S21": -30.0, "W22": -38.390801668972514, "S22": -39.277772948550023, "W31": -73.973439024073599, "S31": -74.855826060395856, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107136.0, 504707.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59725530105109659, "S11": -0.59725530105109659, "W12": -4.0575847961168492, "S12": -19.057584796116849, "W13": -23.008125268713354, "S13": -23.008125268713354, "W21": -30.0, "S21": -30.0, "W22": -36.323997032821303, "S22": -38.105819041462965, "W31": -69.274417559542229, "S31": -69.274417559542229, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107136.0, 509851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51117513622970456, "S11": -6.1948863991991381, "W12": -6.7095997249626382, "S12": -10.949258795474293, "W13": -15.192336242510093, "S13": -16.079398320149942, "W21": -40.0, "S21": -41.055184485963714, "W22": -39.747451033675965, "S22": -39.747451033675965, "W31": -70.430582235204511, "S31": -72.367448679712936, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107136.066666666665697, 497411.466666666674428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14577669161447984, "S11": -0.14577669161447984, "W12": -5.2789585357219373, "S12": -5.2789585357219373, "W13": -22.237689038666151, "S13": -22.463844906285448, "W21": -29.999999999999996, "S21": -30.695609066691741, "W22": -38.6176127777413, "S22": -40.831381327519843, "W31": -72.642264087852652, "S31": -72.642264087852652, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107137.0, 506066.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1664842855378701, "S11": -2.0767827157603986, "W12": -5.7708788948622418, "S12": -8.7708788948622427, "W13": -22.772075799483392, "S13": -22.772075799483392, "W21": -30.0, "S21": -30.957273907216702, "W22": -35.43169215135832, "S22": -35.83491938954689, "W31": -63.518036574254438, "S31": -63.518036574254438, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107137.0, 507378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8356075829844798, "S12": -5.8356075829844798, "W13": -20.0, "S13": -20.0, "W21": -43.487294180745522, "S21": -43.487294180745522, "W22": -39.529493514914336, "S22": -39.529493514914336, "W31": -70.825075279118039, "S31": -73.632594151047414, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107137.333333333328483, 521120.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29533145627690588, "S11": 0.29533145627690588, "W12": -5.372057077239127, "S12": -5.372057077239127, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": -39.947566065975501, "S22": -39.947566065975501, "W31": -70.0, "S31": -70.072140115285592, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107137.5, 521822.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20421418494099516, "S11": -0.20421418494099516, "W12": -5.0, "S12": -9.1220804975417273, "W13": -17.081262969794615, "S13": -19.773357218748227, "W21": -40.009343050449864, "S21": -40.009343050449864, "W22": -36.182511786457482, "S22": -38.49509226330909, "W31": -69.17639424481618, "S31": -69.17639424481618, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107138.0, 499629.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6754605263157893, "S11": -2.6754605263157893, "W12": -10.0, "S12": -10.0, "W13": -30.57475381013246, "S13": -30.57475381013246, "W21": -37.236466195462285, "S21": -37.236466195462285, "W22": -37.164497444398926, "S22": -37.164497444398926, "W31": -69.880714305589962, "S31": -69.880714305589962, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107138.0, 511629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.392881205528658, "W13": -26.935439560439562, "S13": -35.847419350361115, "W21": -38.607998716846929, "S21": -38.607998716846929, "W22": -39.739817672504699, "S22": -42.943502090934111, "W31": -76.885123069102249, "S31": -78.891902068620738, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107138.0, 512810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.895250544631117, "S11": -1.895250544631117, "W12": -10.0, "S12": -12.198017236257819, "W13": -22.37388264613304, "S13": -22.37388264613304, "W21": -38.890141333540008, "S21": -38.890141333540008, "W22": -39.926148568397309, "S22": -39.926148568397309, "W31": -70.0, "S31": -70.298121397970874, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107138.142857142855064, 513048.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78491669746480042, "S11": -0.78491669746480042, "W12": -6.099350927540196, "S12": -6.099350927540196, "W13": -17.025516025994932, "S13": -17.958233718853354, "W21": -30.0, "S21": -30.0, "W22": -39.852115292145008, "S22": -39.852115292145008, "W31": -70.269695881401617, "S31": -71.282803626710148, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107138.75, 501907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68170409393276488, "S11": -3.681704093932765, "W12": -10.286687173896112, "S12": -11.851097182787258, "W13": -17.586769377251787, "S13": -20.476277911337075, "W21": -30.874201358714959, "S21": -30.874201358714959, "W22": -38.663502117834703, "S22": -38.663502117834703, "W31": -73.511732677068622, "S31": -73.729333391447256, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107139.0, 500537.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9462779228820468, "S11": -1.9462779228820468, "W12": -9.7354912125426729, "S12": -9.7354912125426729, "W13": -24.956488776232561, "S13": -24.956488776232561, "W21": -35.309002112207729, "S21": -35.309002112207729, "W22": -39.869258382440044, "S22": -39.869258382440044, "W31": -70.2310262513477, "S31": -71.087267707276979, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107139.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8615120950833131, "S12": -9.2631124020056888, "W13": -13.111031161520943, "S13": -13.111031161520943, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -34.095852583640848, "S22": -38.701000300943697, "W31": -66.020762399177457, "S31": -66.020762399177457, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107139.0, 515585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28890600640927655, "S11": -0.28890600640927655, "W12": -5.0, "S12": -6.8599859424771603, "W13": -15.486889636273036, "S13": -17.707036383547305, "W21": -38.755733621845557, "S21": -38.755733621845557, "W22": -38.439553280325619, "S22": -40.210489231424134, "W31": -73.585554780274563, "S31": -74.342030533674318, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107139.777777777781012, 499784.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42147787575310625, "S11": -0.42147787575310625, "W12": -4.66459870758717, "S12": -13.302296732425315, "W13": -25.264203155712135, "S13": -25.264203155712135, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -35.734626126418924, "S22": -35.734626126418924, "W31": -63.333292160097287, "S31": -63.333292160097287, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107139.8, 509291.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9333941407100763, "S12": -4.6136633846198585, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -37.677224206538163, "S21": -37.677224206538163, "W22": -40.026507028482207, "S22": -40.026507028482207, "W31": -70.841290780938706, "S31": -73.154651837210778, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107139.833333333328483, 524349.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76811913231391016, "S11": -0.76811913231391016, "W12": -6.3363362011859214, "S12": -6.3363362011859214, "W13": -16.979792173939416, "S13": -17.729619579395909, "W21": -30.0, "S21": -30.0, "W22": -38.143949379181926, "S22": -40.137775604586999, "W31": -76.442375745728455, "S31": -78.335340387908175, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107140.0, 501818.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93456436895480066, "S11": -0.93456436895480066, "W12": -5.0, "S12": -5.9033886040738537, "W13": -17.527053336169843, "S13": -20.527053336169843, "W21": -30.0, "S21": -30.0, "W22": -39.580213797817052, "S22": -39.580213797817052, "W31": -60.394231660977667, "S31": -60.394231660977667, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107140.0, 502658.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4437162745875489, "S11": -1.4437162745875489, "W12": -5.0, "S12": -10.291436726506339, "W13": -21.639381334350254, "S13": -21.734933301904022, "W21": -25.668363672745421, "S21": -27.100276714361126, "W22": -38.564385710321865, "S22": -38.856171032588875, "W31": -71.777520031150985, "S31": -71.942153057643011, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107140.0, 506730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0472966491288918, "S11": -2.0472966491288918, "W12": -9.7863598827285383, "S12": -9.7863598827285383, "W13": -25.48768398317868, "S13": -25.48768398317868, "W21": -35.698684087230532, "S21": -35.698684087230532, "W22": -37.558181902646581, "S22": -37.558181902646581, "W31": -61.941918022752724, "S31": -61.941918022752724, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107141.375, 511239.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3433829425375574, "S12": -8.3433829425375574, "W13": -14.0269304809341, "S13": -14.371481737328677, "W21": -41.102929772748297, "S21": -41.102929772748297, "W22": -39.882703636105923, "S22": -39.882703636105923, "W31": -70.311943637759313, "S31": -71.085832148186725, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107141.431034482753603, 516627.181034482782707 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83063960252060109, "S11": -0.83063960252060109, "W12": -11.307289584903188, "S12": -13.31810173231562, "W13": -17.925510269228614, "S13": -20.887775117625715, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.894334840952325, "S22": -39.894334840952325, "W31": -71.073093011484815, "S31": -73.82731614882357, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107142.0, 504159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76507079409018874, "S11": -0.76507079409018874, "W12": -6.4259721367339306, "S12": -6.4259721367339306, "W13": -16.963101780440223, "S13": -17.640545169644753, "W21": -30.0, "S21": -30.0, "W22": -39.737777552160594, "S22": -39.737777552160594, "W31": -70.82374502906373, "S31": -72.954694832795255, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107142.142857142855064, 501786.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3392272332854953, "S11": -1.3392272332854953, "W12": -9.3695087613562205, "S12": -9.3695087613562205, "W13": -23.076593831085862, "S13": -23.076593831085862, "W21": -33.026272548029404, "S21": -33.124317178044585, "W22": -39.393628588681864, "S22": -39.393628588681864, "W31": -71.968120124928276, "S31": -72.468159991480121, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107142.2, 510897.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7677004202924449, "S11": -1.7677004202924449, "W12": -10.0, "S12": -12.375018855789433, "W13": -21.417649714225789, "S13": -22.256162806468151, "W21": -38.938866355760439, "S21": -38.938866355760439, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107142.428571428565192, 513097.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42843292536895528, "S11": -0.42843292536895528, "W12": -5.0, "S12": -5.597501020777008, "W13": -15.080833988791584, "S13": -16.814983733017353, "W21": -37.161338227268331, "S21": -37.161338227268331, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107142.857142857144936, 499947.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -4.4, "W12": -5.1, "S12": -7.5, "W13": -17.65, "S13": -20.193572730246249, "W21": -32.029027092317193, "S21": -32.029027092317193, "W22": -39.967587585103956, "S22": -39.967587585103956, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0818775183988818, "S11": 1.0818775183988818, "W12": -3.0, "S12": -3.0, "W13": -16.939245375229113, "S13": -16.939245375229113, "W21": -35.798503769281936, "S21": -35.798503769281936, "W22": -39.916601220475222, "S22": -39.916601220475222, "W31": -70.264005367279964, "S31": -70.738146968482766, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 523403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1500217684866105, "S11": -2.1500217684866105, "W12": -9.8372285529144001, "S12": -9.8372285529144001, "W13": -26.130896603739085, "S13": -26.130896603739085, "W21": -36.088366062253328, "S21": -36.088366062253328, "W22": -39.865614855846488, "S22": -39.865614855846488, "W31": -70.436445189148017, "S31": -71.39813195278164, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107143.75, 511288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41198574823932099, "S11": -0.41198574823932099, "W12": -5.0, "S12": -5.5332403106468142, "W13": -15.0, "S13": -16.794256704386918, "W21": -37.33790792875218, "S21": -37.33790792875218, "W22": -39.814628491217753, "S22": -39.814628491217753, "W31": -70.608885011016056, "S31": -72.058116937080484, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107144.0, 499931.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0000000000000009, "S12": -7.0000000000000009, "W13": -14.340062173807137, "S13": -14.340062173807137, "W21": -46.0, "S21": -46.0, "W22": -39.777204499580264, "S22": -39.777204499580264, "W31": -70.735455840267193, "S31": -72.542545915555849, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107144.0, 525907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.330823552253884, "S11": -1.330823552253884, "W12": -6.1547788836714972, "S12": -6.1547788836714972, "W13": -20.0, "S13": -20.0, "W21": -41.847417640270066, "S21": -41.847417640270066, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107145.6, 520638.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7946020522930883, "S12": -9.0899216826761027, "W13": -13.08248495449768, "S13": -13.08248495449768, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107145.878048780490644, 515716.317073170735966 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3794783175741767, "S11": -6.3794783175741756, "W12": -10.0, "S12": -10.9889523491081, "W13": -18.649431951882754, "S13": -20.225027584586066, "W21": -29.965301286848639, "S21": -30.405796426846482, "W22": -40.857451889450651, "S22": -45.51719131979462, "W31": -80.032133895712391, "S31": -83.10468929502882, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107146.0, 503647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25885005636980551, "S11": -0.25885005636980551, "W12": -5.4791360184977345, "S12": -7.1835046319789289, "W13": -22.260807717553718, "S13": -22.260807717553718, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -41.639808928107492, "S22": -45.416517348882728, "W31": -80.042848507849669, "S31": -83.122354063965545, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107146.0, 505955.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2527468878443293, "S11": -2.2527468878443293, "W12": -9.8880972231002655, "S12": -9.8880972231002655, "W13": -26.885102447353447, "S13": -26.885102447353447, "W21": -36.478048037276125, "S21": -36.478048037276125, "W22": -39.763944820342665, "S22": -39.763944820342665, "W31": -70.838229974100543, "S31": -72.79329410608554, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107146.125, 511336.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6401502959539125, "S11": -1.6401502959539125, "W12": -10.0, "S12": -12.552020475320754, "W13": -20.610713336960153, "S13": -22.294285320177565, "W21": -38.987591377980756, "S21": -38.987591377980756, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107146.714285714289872, 513146.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3765149975799804, "S11": -1.3765149975799804, "W12": -9.4732848439362503, "S12": -9.4732848439362503, "W13": -23.230629749112261, "S13": -23.230629749112261, "W21": -33.220087715200322, "S21": -33.220087715200322, "W22": -39.841462984388265, "S22": -39.841462984388265, "W31": -70.603091033001192, "S31": -71.826790580109744, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107147.0, 510920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8607051631441942, "S11": -1.8607051631441942, "W12": -9.6858088886079141, "S12": -9.6858088886079141, "W13": -24.795263867004639, "S13": -24.795263867004639, "W21": -35.068197336783456, "S21": -35.068197336783456, "W22": -40.142916316023154, "S22": -40.142916316023154, "W31": -71.054124631079333, "S31": -73.396658009887503, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107147.0, 511156.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33998289969477363, "S11": -0.33998289969477363, "W12": -5.0744222957990761, "S12": -7.4459963923304606, "W13": -21.101291657417274, "S13": -21.663289099902489, "W21": -30.0, "S21": -31.090605934957932, "W22": -39.859183050223642, "S22": -39.859183050223642, "W31": -70.593365427047928, "S31": -71.66597828156462, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107148.0, 506143.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8381592251674914, "S11": -1.8381592251674914, "W12": -9.6729850662396242, "S12": -9.6729850662396242, "W13": -24.752775684501501, "S13": -24.752775684501501, "W21": -34.997636581912168, "S21": -34.997636581912168, "W22": -39.724171156686751, "S22": -39.724171156686751, "W31": -71.049986075354497, "S31": -73.345524401450092, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107148.444444444437977, 511146.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3554720072020485, "S11": -2.3554720072020485, "W12": -9.9389658932861309, "S12": -9.9389658932861309, "W13": -27.737051792828684, "S13": -27.737051792828684, "W21": -36.867730012298928, "S21": -36.867730012298928, "W22": -38.378402928369212, "S22": -38.625292779936991, "W31": -74.2300726612023, "S31": -75.2300726612023, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107148.5, 511385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6059786703895633, "S11": -1.6059786703895633, "W12": -6.0351602141096841, "S12": -6.0351602141096841, "W13": -20.0, "S13": -20.0, "W21": -42.638436829205169, "S21": -42.638436829205169, "W22": -39.749412667783638, "S22": -39.749412667783638, "W31": -70.976500182035451, "S31": -73.081561894726292, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107149.0, 520820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91532622193506985, "S11": -0.91532622193506985, "W12": -5.0915650914301791, "S12": -10.576384428291727, "W13": -21.310892194866426, "S13": -21.310892194866426, "W21": -30.338833938702592, "S21": -30.723456427396677, "W22": -40.183961762572274, "S22": -40.183961762572274, "W31": -71.113099050158212, "S31": -73.477230950477164, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107149.2, 510411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60676502365392893, "S11": -6.7958494285366786, "W12": -7.4860636740668465, "S12": -7.4860636740668465, "W13": -14.515730496395683, "S13": -14.83165515392993, "W21": -40.14560966104974, "S21": -43.14560966104974, "W22": -40.0, "S22": -43.505314755628973, "W31": -76.981817947738861, "S31": -79.012848478638801, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.12571775135866, "W13": -15.000000000000002, "S13": -15.316937909625963, "W21": -40.0, "S21": -40.0, "W22": -40.062944628861288, "S22": -40.062944628861288, "W31": -71.271226366811206, "S31": -74.130429614877556, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.090913618509372351, "S11": 0.090913618509372351, "W12": -6.6356376910791699, "S12": -17.280212813668427, "W13": -17.280212813668427, "S13": -18.294135741072708, "W21": -40.508021684287101, "S21": -40.508021684287101, "W22": -39.799931878738633, "S22": -39.799931878738633, "W31": -70.883869046955041, "S31": -72.556006313827538, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48647921107575409, "S11": -1.335073508406021, "W12": -5.0, "S12": -5.9249780009140709, "W13": -15.361656913991636, "S13": -16.988846497002022, "W21": -36.630485278766116, "S21": -36.630485278766116, "W22": -39.86968086728028, "S22": -39.86968086728028, "W31": -70.654409123989225, "S31": -71.661941532485741, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5303049938695179, "W12": -10.0, "S12": -12.726863926612104, "W13": -17.309982699984218, "S13": -19.529696140721008, "W21": -30.0, "S21": -30.0, "W22": -37.347036228174758, "S22": -37.347036228174758, "W31": -70.02412507774163, "S31": -70.02412507774163, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2134708415000297, "S11": -1.2134708415000297, "W12": -6.2069561005917731, "S12": -6.2069561005917731, "W13": -20.0, "S13": -20.0, "W21": -41.573089577054176, "S21": -41.573089577054176, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.0, 520560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4581971265597673, "S11": -2.4581971265597673, "W12": -9.9898345634719945, "S12": -9.9898345634719945, "W13": -28.589001138303928, "S13": -28.589001138303928, "W21": -37.032673880915254, "S21": -37.032673880915254, "W22": -38.259564348385958, "S22": -38.259564348385958, "W31": -71.130402737476444, "S31": -71.464612730069291, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107150.875, 511433.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79265690315414072, "S11": -1.0477497975478827, "W12": -10.678678899082568, "S12": -14.088674418126629, "W13": -18.737616397161627, "S13": -18.737616397161627, "W21": -30.0, "S21": -30.0, "W22": -39.730130112480055, "S22": -39.730130112480055, "W31": -71.145690176491271, "S31": -73.433765413544052, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107151.0, 504608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5126001716152404, "S11": -1.5126001716152404, "W12": -10.0, "S12": -12.72902209485237, "W13": -19.760545267489711, "S13": -22.124204839241951, "W21": -39.036316400201187, "S21": -39.036316400201187, "W22": -39.745475933421929, "S22": -39.745475933421929, "W31": -71.113099050158212, "S31": -73.289381391160234, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107151.0, 513196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75093542634979116, "S11": -1.0009354263497912, "W12": -10.294605504587157, "S12": -14.162486012428829, "W13": -18.907279713700351, "S13": -18.907279713700351, "W21": -30.0, "S21": -30.0, "W22": -39.742365765179578, "S22": -39.742365765179578, "W31": -71.123617879292155, "S31": -73.323855786619205, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107152.0, 504669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57085684628778066, "S11": -3.4676397983602798, "W12": -10.284133180178076, "S12": -11.284133180178076, "W13": -17.528295557643158, "S13": -20.008064905628046, "W21": -30.0, "S21": -30.0, "W22": -40.16293653631778, "S22": -40.16293653631778, "W31": -71.280882996835814, "S31": -73.839276256432058, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107152.25, 500632.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39712714451988684, "S11": 0.39712714451988684, "W12": -9.2415424725911368, "S12": -10.145450655800868, "W13": -17.164260411236246, "S13": -19.610881057612332, "W21": -30.0, "S21": -30.0, "W22": -38.736500394450843, "S22": -41.072411509327885, "W31": -72.643436785228587, "S31": -72.661351605685354, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107152.4, 501244.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6174450784371643, "S12": -5.6174450784371643, "W13": -20.0, "S13": -20.0, "W21": -43.762804628028455, "S21": -43.762804628028455, "W22": -38.620410497815911, "S22": -40.164675926428359, "W31": -72.281119011334312, "S31": -72.390029331358093, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107152.5, 521453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36476026682557527, "S11": -0.36476026682557527, "W12": -6.6307476905703506, "S12": -16.448534452460695, "W13": -21.62235369698984, "S13": -21.62235369698984, "W21": -30.0, "S21": -30.0, "W22": -39.88344396129591, "S22": -39.88344396129591, "W31": -70.665790152232503, "S31": -71.562897681337049, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107153.0, 505584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -29.440950483779172, "S13": -29.440950483779172, "W21": -37.085197660753991, "S21": -37.085197660753991, "W22": -36.306428589482501, "S22": -38.683823731894591, "W31": -69.279883898225762, "S31": -69.279883898225762, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107153.25, 511482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47412890193238555, "S11": -6.3278369655976725, "W12": -6.3456390574261601, "S12": -14.883218069638353, "W13": -15.436936424580152, "S13": -16.502832369747267, "W21": -40.0, "S21": -40.0, "W22": -34.327710099626536, "S22": -37.078505359715479, "W31": -65.250406106807887, "S31": -65.250406106807887, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107153.5, 497634.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.5693419611119424, "S11": 1.5693419611119424, "W12": -4.6653774714300003, "S12": -4.6653774714300003, "W13": -17.966410361112775, "S13": -17.966410361112775, "W21": -35.439073578707017, "S21": -35.439073578707017, "W22": -39.969556706719722, "S22": -39.969556706719722, "W31": -70.000000000000028, "S31": -70.094856064223265, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107153.6, 522894.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3800921241423403, "S12": -8.3800921241423403, "W13": -13.93733190423818, "S13": -13.93733190423818, "W21": -40.994353079021643, "S21": -40.994353079021643, "W22": -39.870540649205026, "S22": -39.870540649205026, "W31": -70.777013837337392, "S31": -71.822217992745323, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107154.0, 516547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49915768405859939, "S11": -0.60572942952401121, "W12": -7.9780023139007179, "S12": -15.989275247876499, "W13": -21.058641254149745, "S13": -21.058641254149745, "W21": -30.0, "S21": -30.0, "W22": -40.018260026778044, "S22": -43.637830058259595, "W31": -77.013867489283825, "S31": -79.049389231431348, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107154.166666666671517, 505229.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57423950811837188, "S11": -0.57423950811837188, "W12": -4.0647675607924745, "S12": -17.75547985129527, "W13": -23.223813143743733, "S13": -23.223813143743733, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -38.441223629115022, "S22": -38.992630908915089, "W31": -71.808386783490718, "S31": -72.054642831298693, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107155.5, 509822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -30.07689657598841, "S13": -30.07689657598841, "W21": -37.116396856480584, "S21": -37.116396856480584, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107155.625, 511530.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.229487701307754, "W13": -15.0, "S13": -15.312508142953236, "W21": -40.0, "S21": -40.0, "W22": -39.932028592730219, "S22": -39.932028592730219, "W31": -70.535261499128225, "S31": -71.003092345876766, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107156.0, 498000.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36803247567969866, "S11": -0.37148307322219992, "W12": -6.6564063964857905, "S12": -16.445888751312722, "W13": -21.594370299876942, "S13": -21.594370299876942, "W21": -30.0, "S21": -30.0, "W22": -37.092657211060903, "S22": -37.092657211060903, "W31": -62.417885615519111, "S31": -62.417885615519111, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107156.0, 505578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6219918638278923, "S12": -8.6219918638278923, "W13": -13.419191352125218, "S13": -24.277354624082221, "W21": -40.329487490942149, "S21": -40.329487490942149, "W22": -40.113870838139768, "S22": -40.113870838139768, "W31": -71.536714716559246, "S31": -73.694466727738202, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107156.159090909088263, 516058.79545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.32671221563644992, "W12": -10.0, "S12": -13.0, "W13": -17.298483499913608, "S13": -19.452904101931136, "W21": -30.0, "S21": -30.0, "W22": -39.728795331103022, "S22": -39.728795331103022, "W31": -71.314336322278209, "S31": -73.667141798096665, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.0, 501018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2140528203456147, "S11": -6.2140528203456142, "W12": -9.3118236847640627, "S12": -10.632040322141398, "W13": -18.710054111961473, "S13": -20.269644441132254, "W21": -29.949313617684645, "S21": -30.392952483324713, "W22": -39.755970526044443, "S22": -39.755970526044443, "W31": -71.232082527247158, "S31": -73.378778372756273, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.0, 503589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79840807623970289, "S11": -0.79840807623970289, "W12": -4.5295083728362897, "S12": -14.681882737399299, "W13": -21.120201152435829, "S13": -21.166649703175164, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -35.383530384805539, "S22": -35.577763436782128, "W31": -63.738155548311973, "S31": -63.738155548311973, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.0, 510289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7300405274527912, "S11": -1.7300405274527912, "W12": -9.6104789199364902, "S12": -9.6104789199364902, "W13": -24.526459984063205, "S13": -24.526459984063205, "W21": -34.686271051616202, "S21": -34.686271051616202, "W22": -39.731700299940258, "S22": -39.731700299940258, "W31": -71.3270393891559, "S31": -73.664943247351374, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107157.888888888890506, 511101.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45547679161002136, "S11": -0.56339296511139736, "W12": -5.0, "S12": -8.0730050933786082, "W13": -20.854536648719819, "S13": -21.395481530609583, "W21": -30.000000000000004, "S21": -31.194414463910682, "W22": -40.0, "S22": -43.260704324822541, "W31": -76.811308767569514, "S31": -78.728218205253384, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107158.0, 506169.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -30.300563444451178, "S13": -30.300563444451178, "W21": -37.142891398426528, "S21": -37.142891398426528, "W22": -40.090073140025147, "S22": -43.974878205801048, "W31": -77.143559380965726, "S31": -79.246215710150139, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107158.0, 511579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5331083027492385, "S12": -5.5331083027492385, "W13": -20.0, "S13": -20.0, "W21": -41.993541796109547, "S21": -41.993541796109547, "W22": -35.545387512234051, "S22": -35.545387512234051, "W31": -63.619972491351064, "S31": -63.619972491351064, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107158.25, 521581.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09, "S11": 0.09, "W12": -6.6, "S12": -17.3, "W13": -17.309999, "S13": -17.309999, "W21": -40.533587117716365, "S21": -40.533587117716365, "W22": -40.10350012989349, "S22": -44.02325210796414, "W31": -77.15928634316289, "S31": -79.269392304458307, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.492591335404414, "S11": -2.492591335404414, "W12": -10.0, "S12": -10.0, "W13": -28.924871940808192, "S13": -28.924871940808192, "W21": -37.037935434726705, "S21": -37.037935434726705, "W22": -38.413684573746323, "S22": -39.219623863216889, "W31": -73.982978389887293, "S31": -74.926351383799826, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 511456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17377800087845896, "S11": -0.17377800087845896, "W12": -5.6151381005404524, "S12": -15.615138100540452, "W13": -15.615138100540452, "S13": -16.129297430904053, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107161.0, 498426.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48013826322241804, "S11": -0.48013826322241804, "W12": -4.4374826328329622, "S12": -13.494299591834361, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.900551457680315, "S22": -41.276588345153655, "W31": -77.975335750886515, "S31": -80.521979649055069, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107161.0, 509475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -29.748150256118038, "S13": -29.748150256118038, "W21": -37.081073417297524, "S21": -37.081073417297524, "W22": -39.765958479454795, "S22": -39.765958479454795, "W31": -71.294850622407111, "S31": -73.396644878145338, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107161.0, 511502.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -3.5547888053899972, "S11": -3.5547888053899972, "W12": -10.763783454302589, "S12": -10.763783454302589, "W13": -30.325671318880637, "S13": -30.325671318880637, "W21": -37.911694118485727, "S21": -37.911694118485727, "W22": -39.79104162122939, "S22": -39.79104162122939, "W31": -71.248636750146488, "S31": -73.128166914409263, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107161.0, 512267.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4101832844576485, "S11": 1.4101832844576485, "W12": -5.2329606058481346, "S12": -5.2329606058481346, "W13": -19.698977857269508, "S13": -19.698977857269508, "W21": -33.0, "S21": -33.0, "W22": -40.200114864815163, "S22": -40.200114864815163, "W31": -71.677322147310448, "S31": -74.677322147310448, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107161.2, 522036.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.0, "W13": -30.150020232776118, "S13": -30.150020232776118, "W21": -37.11012975248449, "S21": -37.11012975248449, "W22": -38.736588945783964, "S22": -41.14634268831869, "W31": -72.94353943892618, "S31": -72.94353943892618, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107162.0, 511548.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4105911358887815, "S11": -1.4105911358887815, "W12": -10.0, "S12": -12.829572959420545, "W13": -19.016860996798673, "S13": -21.881135744789439, "W21": -39.055252808877547, "S21": -39.055252808877547, "W22": -36.36440242503356, "S22": -38.779025919400368, "W31": -69.32853094012485, "S31": -69.32853094012485, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107162.333333333328483, 513233.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.45668251215383582, "W12": -10.006512250566436, "S12": -12.725649377492296, "W13": -17.308011651092084, "S13": -19.407786516677, "W21": -30.0, "S21": -30.0, "W22": -39.90009823073612, "S22": -39.90009823073612, "W31": -70.937727751318405, "S31": -71.795611127606008, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107163.0, 501000.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89270353739298991, "S11": -0.89270353739298991, "W12": -5.0, "S12": -10.893357521812048, "W13": -21.275902566788897, "S13": -21.279475719463285, "W21": -30.368876264521358, "S21": -30.687670104721303, "W22": -40.409158105116006, "S22": -40.409158105116006, "W31": -71.541612007500291, "S31": -74.017530727054492, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107163.0, 510400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5899227688787185, "S11": -2.5899227688787185, "W12": -10.0, "S12": -10.0, "W13": -30.366159940655034, "S13": -30.366159940655034, "W21": -37.139186087671419, "S21": -37.139186087671419, "W22": -38.457693890521504, "S22": -40.121995046967712, "W31": -73.856942948408019, "S31": -74.701953459298849, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107163.0, 511595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9931320508374313, "S12": -9.6304338942925938, "W13": -13.055971109677687, "S13": -13.055971109677687, "W21": -40.0, "S21": -40.0, "W22": -39.743871710268174, "S22": -39.743871710268174, "W31": -71.543336405718975, "S31": -73.872902619840133, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107163.0, 515308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9515765830514002, "S12": -5.9515765830514002, "W13": -20.0, "S13": -20.0, "W21": -43.168507642799682, "S21": -43.168507642799682, "W22": -40.262208988629268, "S22": -44.526504364552103, "W31": -77.30530081419262, "S31": -79.479582941661491, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107163.0, 520948.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61069970360473291, "S11": -6.8427814638001836, "W12": -7.5862200574835326, "S12": -7.5862200574835326, "W13": -14.567409124550432, "S13": -14.82925830584324, "W21": -40.188055785212079, "S21": -43.188055785212079, "W22": -40.269392650304738, "S22": -40.269392650304738, "W31": -71.859280647345642, "S31": -72.603769443577846, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107163.296875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7259228677053873, "S12": -11.4914703888637, "W13": -17.220526833972443, "S13": -19.305130688072992, "W21": -30.0, "S21": -30.0, "W22": -39.766813424728355, "S22": -39.766813424728355, "W31": -71.504365005976794, "S31": -73.670037986707968, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107164.0, 501147.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81347896967720901, "S11": -0.81347896967720901, "W12": -7.607684577091173, "S12": -9.1871913126554041, "W13": -18.711582491350661, "S13": -20.375471509552792, "W21": -29.918924888349736, "S21": -30.401831441778953, "W22": -37.529575011950591, "S22": -37.529575011950591, "W31": -70.167535849893298, "S31": -70.167535849893298, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107164.0, 503440.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56018476252581828, "S11": -0.56018476252581828, "W12": -6.5222432566485811, "S12": -7.8237866824219564, "W13": -18.564179911538133, "S13": -20.494490418497765, "W21": -29.901444496378293, "S21": -30.363988655228336, "W22": -39.575627345256621, "S22": -39.575627345256621, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107164.333333333328483, 503344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55977526475750949, "S11": -0.58353555173788507, "W12": -9.640284023668638, "S12": -14.42431389670822, "W13": -19.307140092879258, "S13": -19.307140092879258, "W21": -30.0, "S21": -30.0, "W22": -39.911998047628956, "S22": -39.911998047628956, "W31": -71.037915287823623, "S31": -71.833358500180694, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107165.0, 504806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79048642170189143, "S11": -1.0752403330447859, "W12": -10.976677866561255, "S12": -13.858882496882389, "W13": -18.614235845489638, "S13": -18.614235845489638, "W21": -30.0, "S21": -30.0, "W22": -36.279702769410534, "S22": -39.096449827494752, "W31": -69.272659717901632, "S31": -69.272659717901632, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107167.0, 504561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6219218297382354, "S11": -1.6219218297382354, "W12": -9.5479727736334414, "S12": -9.5479727736334414, "W13": -24.190887460254981, "S13": -24.190887460254981, "W21": -34.374905521320635, "S21": -34.374905521320635, "W22": -40.0, "S22": -40.0, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107167.333333333328483, 511056.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66437388859467394, "S11": -0.66437388859467394, "W12": -4.0314759454011879, "S12": -15.344957716424318, "W13": -22.255927271367693, "S13": -22.286222574364697, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.968967911613042, "S22": -39.968967911613042, "W31": -70.0, "S31": -70.284059119700927, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107167.666666666671517, 510021.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84920206983519542, "S11": -0.84920206983519542, "W12": -5.4577219179050642, "S12": -5.4577219179050642, "W13": -20.0, "S13": -20.0, "W21": -37.204406633847917, "S21": -37.204406633847917, "W22": -40.450002387304657, "S22": -40.450002387304657, "W31": -71.855230774957661, "S31": -74.738168422559951, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107168.0, 521697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79620187368760675, "S11": -0.79620187368760675, "W12": -4.5674985787888147, "S12": -14.364511127649754, "W13": -21.118313078400551, "S13": -21.161592863124323, "W21": -30.079321511121805, "S21": -30.079321511121805, "W22": -39.869472474789703, "S22": -39.869472474789703, "W31": -71.28460769698826, "S31": -72.524304909549556, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107168.166666666671517, 510298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.133905419713598, "S11": -3.4883576392630995, "W12": -6.289635131854455, "S12": -6.289635131854455, "W13": -23.510193275086046, "S13": -23.510193275086046, "W21": -29.999999999999996, "S21": -31.759310158038922, "W22": -36.430345392507867, "S22": -38.872555200479582, "W31": -69.383373551635586, "S31": -69.383373551635586, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107169.0, 507629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.091238043826650295, "S11": -0.091238043826650295, "W12": -8.5619583811540263, "S12": -8.5619583811540263, "W13": -17.08574734497488, "S13": -19.588651936526951, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.741412541840873, "S22": -39.741412541840873, "W31": -71.764059377710069, "S31": -74.183030739957402, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107170.0, 501373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30434222871984484, "S11": -0.30434222871984484, "W12": -5.1423279687017889, "S12": -6.3869402189405653, "W13": -21.477924869157391, "S13": -21.865073944111423, "W21": -30.0, "S21": -30.788750285935386, "W22": -41.931536854065286, "S22": -45.867687226265026, "W31": -80.064735150485575, "S31": -83.155527494123106, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107170.0, 506105.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8677264178381634, "S11": -1.789014296627083, "W12": -11.20193231333745, "S12": -13.054440858077907, "W13": -17.914621582978352, "S13": -20.818448680313022, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107170.6, 504137.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95753454951740646, "S11": -0.95753454951740646, "W12": -5.0, "S12": -5.8833226399585259, "W13": -17.553415207721585, "S13": -20.553415207721585, "W21": -29.999999999999996, "S21": -29.999999999999993, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107171.0, 502687.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36274975772131629, "S11": -0.43319778034403189, "W12": -10.0, "S12": -15.02523737358117, "W13": -15.02523737358117, "S13": -33.504150538913059, "W21": -40.121750744305828, "S21": -40.121750744305828, "W22": -39.746649106832294, "S22": -39.746649106832294, "W31": -71.787381863617725, "S31": -74.179631758982552, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107171.0, 514413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8739402179872249, "S11": -2.8739402179872249, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -30.55974929647914, "S13": -30.55974929647914, "W21": -37.145822152696091, "S21": -37.145822152696091, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107171.166666666671517, 511639.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63154836792953861, "S11": -0.63154836792953861, "W12": -4.0043228426111002, "S12": -16.074668791321461, "W13": -22.594476312723014, "S13": -22.594476312723014, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107171.4, 509957.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9092190292048397, "S12": -9.4132614179512721, "W13": -13.020049955404353, "S13": -13.020049955404353, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107171.666666666671517, 515472.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4310261228865877, "W12": -4.7967104368544593, "S12": -11.734414335351493, "W13": -25.589727673178881, "S13": -25.589727673178881, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107172.0, 509134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043108841825177213, "S11": -0.043108841825177213, "W12": -5.3913864473275455, "S12": -5.3913864473275455, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107172.0, 521798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63735646848685867, "S11": -4.4929833689452838, "W12": -6.3240364321407476, "S12": -10.322229706225627, "W13": -26.178296886624686, "S13": -26.178296886624686, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107172.5, 508744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24100555831509204, "S11": -0.24100555831509204, "W12": -5.0, "S12": -9.2187871985851793, "W13": -17.393215356237029, "S13": -20.356011821901266, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 499635.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90688336520076474, "S11": -0.90688336520076474, "W12": -5.0, "S12": -5.7207430289787045, "W13": -17.876864881042142, "S13": -20.876864881042142, "W21": -30.0, "S21": -30.140144615554451, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 502899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9410016977543858, "S12": -9.4987929657532852, "W13": -13.019976901256427, "S13": -13.019976901256427, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 515408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1340071264444365, "S11": 1.1340071264444365, "W12": -3.8313522123238202, "S12": -5.8313522123238197, "W13": -17.272917605909655, "S13": -17.272917605909655, "W21": -36.010341769345288, "S21": -36.010341769345288, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.0, 523241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.308582100162462, "S11": -1.308582100162462, "W12": -10.0, "S12": -12.930123823988428, "W13": -18.273176726109423, "S13": -21.611682201833791, "W21": -39.074189217553815, "S21": -39.074189217553815, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107173.666666666671517, 513271.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47, "S11": -6.4599998, "W12": -6.4699998, "S12": -15.4599996, "W13": -15.47, "S13": -16.46, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.22922476381419465, "W12": -10.0, "S12": -12.246151031687191, "W13": -17.25242020713646, "S13": -19.237822159844729, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 501092.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79267856501229039, "S11": -0.79267856501229039, "W12": -6.3383661386071095, "S12": -6.3383661386071095, "W13": -16.992053397970725, "S13": -17.649782437322248, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 501844.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.005735245371828227, "S11": 0.005735245371828227, "W12": -5.9430633508251578, "S12": -15.0, "W13": -15.0, "S13": -17.202509311899629, "W21": -40.205454190586558, "S21": -40.205454190586558, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107176.0, 498722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5138031320235352, "S11": -1.5138031320235352, "W12": -9.4854666273303074, "S12": -9.4854666273303074, "W13": -23.855314936446316, "S13": -23.855314936446316, "W21": -34.063539991024676, "S21": -34.063539991024676, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107176.777777777781012, 511011.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63841440005034988, "S11": -6.993599232841869, "W12": -7.7954836545498907, "S12": -7.7954836545498907, "W13": -14.770897366871313, "S13": -14.770897366871313, "W21": -39.785950007263885, "S21": -42.785950007263885, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107177.0, 496893.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91345454965429096, "S11": -0.91345454965429096, "W12": -5.0, "S12": -5.0, "W13": -17.304524635421718, "S13": -20.114988824192611, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107177.0, 502448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7419565217392177, "S11": -2.7419565217392177, "W12": -10.0, "S12": -10.0, "W13": -30.382863246310677, "S13": -30.382863246310677, "W21": -37.100876942576271, "S21": -37.100876942576271, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107178.285714285710128, 511604.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81113031716944628, "S11": -0.81113031716944628, "W12": -6.1112688957582391, "S12": -6.1112688957582391, "W13": -17.034315304746958, "S13": -17.845416428609997, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107179.0, 501926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.403709572119336, "S12": -10.560248726164627, "W13": -17.183387916017505, "S13": -19.346469183667423, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107179.2, 501207.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9334722252681091, "S11": -2.9334722252681091, "W12": -10.0, "S12": -10.0, "W13": -30.75333865230327, "S13": -30.75333865230327, "W21": -37.178543753275548, "S21": -37.178543753275548, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107179.333333333328483, 511684.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8221320642996015, "S11": -2.8221320642996015, "W12": -10.0, "S12": -10.0, "W13": -30.459431626357084, "S13": -30.459431626357084, "W21": -37.108305507479919, "S21": -37.108305507479919, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107179.714285714289872, 511621.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41510785428836694, "S11": -0.41510785428836694, "W12": -5.0, "S12": -6.0060219949693607, "W13": -15.249786334520701, "S13": -17.377479715391857, "W21": -37.366728007766753, "S21": -37.366728007766753, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107180.428571428565192, 499920.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50529768039771439, "S11": -6.425363465370169, "W12": -6.9674684733722474, "S12": -11.615251843729322, "W13": -15.255612162997208, "S13": -15.96786441154601, "W21": -40.0, "S21": -40.778420097071255, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107180.933333333334303, 497430.533333333325572 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8573362511361804, "S12": -9.2818062453473402, "W13": -12.986061513074395, "S13": -12.986061513074395, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107181.0, 515572.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6694984616449648, "S12": -8.7697282050821048, "W13": -13.294871352531473, "S13": -20.014239625892028, "W21": -40.1831154401373, "S21": -40.1831154401373, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107181.763157894733013, 515950.38157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70571340875208277, "S11": -0.95630322180601368, "W12": -10.50091743119266, "S12": -13.830357311700501, "W13": -18.843177081959428, "S13": -18.843177081959428, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.0, 504641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49642908328367441, "S11": -0.57519827417096625, "W12": -7.8812819107928913, "S12": -15.978369289433667, "W13": -20.931621959095061, "S13": -20.931621959095061, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.0, 505262.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28678283317192288, "S11": -0.28678283317192288, "W12": -5.3959066693378785, "S12": -5.3959066693378785, "W13": -22.074871237555847, "S13": -22.074871237555847, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.0, 505978.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8410239313265579, "S12": -5.8410239313265579, "W13": -20.0, "S13": -20.0, "W21": -43.441440064360457, "S21": -43.441440064360457, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.0, 521118.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3907619302973475, "S11": -1.3907619302973475, "W12": -6.1379553050288695, "S12": -6.1379553050288695, "W13": -20.0, "S13": -20.0, "W21": -42.037871802031695, "S21": -42.037871802031695, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.4, 520669.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3392368192260104, "S11": -0.3392368192260104, "W12": -5.0, "S12": -7.0139823960916647, "W13": -16.503267973856445, "S13": -19.038262548341123, "W21": -38.461980593028528, "S21": -38.461980593028528, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.666666666671517, 499799.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78955574058879274, "S11": -0.78955574058879274, "W12": -6.4626932954719916, "S12": -6.4626932954719916, "W13": -16.970979892350936, "S13": -17.511910368711892, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107183.714285714289872, 501803.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2523422131650791, "S11": -0.2523422131650791, "W12": -5.0, "S12": -9.2524402271873587, "W13": -17.497564560755936, "S13": -20.411908104137524, "W21": -39.993207092073, "S21": -39.993207092073, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107184.0, 499636.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54188141278185165, "S11": -0.54188141278185165, "W12": -4.0701037398777959, "S12": -15.911816961479021, "W13": -23.515163637345594, "S13": -23.515163637345594, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107184.0, 509784.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3836344298526827, "S11": -0.3836344298526827, "W12": -6.744622753049657, "S12": -16.474052301479269, "W13": -21.392828822866971, "S13": -21.392828822866971, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107184.5, 505562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27432411791660305, "S11": -0.27432411791660305, "W12": -5.1889806082857239, "S12": -5.7738294896150446, "W13": -21.736793238592643, "S13": -22.004100457119382, "W21": -30.0, "S21": -30.582130838824476, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107185.0, 506080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9073654049768418, "S11": -1.9073654049768418, "W12": -10.0, "S12": -11.942337992716261, "W13": -23.167763501514674, "S13": -23.167763501514678, "W21": -38.765755258353366, "S21": -38.765755258353366, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107185.0, 513033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2065730644360029, "S11": -1.2065730644360029, "W12": -10.0, "S12": -13.030674688556601, "W13": -17.529492455418382, "S13": -21.324367215684763, "W21": -39.052276712916935, "S21": -39.052276712916935, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107185.0, 513309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73799906708360052, "S11": -1.2379990670836005, "W12": -5.0, "S12": -11.095076400679119, "W13": -21.059941385105795, "S13": -21.142618550460124, "W21": -30.0, "S21": -31.590555209192889, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107186.0, 506273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4056844343089798, "S11": -1.4056844343089798, "W12": -9.4229604810272587, "S12": -9.4229604810272587, "W13": -23.519742412638095, "S13": -23.519742412638095, "W21": -33.752174460729108, "S21": -33.752174460729108, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107186.222222222218988, 510967.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19506384602164026, "S11": -0.19506384602164026, "W12": -5.0, "S12": -10.829433747219149, "W13": -19.347798218062945, "S13": -21.604781081374238, "W21": -40.138159190047737, "S21": -40.138159190047737, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.0, 499524.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0232925128861567, "S12": -4.589225286146319, "W13": -15.0, "S13": -15.0, "W21": -37.572495720212459, "S21": -37.572495720212459, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.0, 524352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47728465184700875, "S11": -6.5075304529067441, "W12": -6.6541054217237061, "S12": -14.682116739379133, "W13": -15.427934677437509, "S13": -16.307664372763039, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.333333333328483, 497601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9930042325489592, "S11": -2.9930042325489592, "W12": -10.10583511632316, "S12": -10.145541544747918, "W13": -30.946928008127372, "S13": -30.946928008127372, "W21": -37.212777669968283, "S21": -37.212777669968283, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.5, 511728.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28226868291905216, "S11": -0.28226868291905216, "W12": -4.6188737798641553, "S12": -12.394552763298634, "W13": -25.378992080652242, "S13": -25.378992080652242, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107187.6, 509278.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2528917531841499, "S11": -1.2528917531841499, "W12": -9.3833861470983937, "S12": -9.3833861470983937, "W13": -22.994316652354449, "S13": -22.994316652354449, "W21": -33.196631427096172, "S21": -33.196631427096172, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107188.8, 510894.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -3.4422518787250578, "S11": -3.4422518787250578, "W12": -10.635099859986804, "S12": -10.635099859986804, "W13": -30.0, "S13": -30.0, "W21": -37.887240943671962, "S21": -37.887240943671962, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107189.0, 512300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3309664285943477, "S12": -8.3309664285943477, "W13": -14.015532227439108, "S13": -14.998170005867772, "W21": -41.105619883352048, "S21": -41.105619883352048, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107191.422413793101441, 516627.297413793101441 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -14.00702756232053, "W13": -15.0, "S13": -15.016637116006638, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107191.5, 498030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2657182574116199, "S11": -1.2657182574116199, "W12": -9.3952336541432988, "S12": -9.3952336541432988, "W13": -23.052764759672449, "S13": -23.052764759672449, "W21": -33.275625542181047, "S21": -33.275625542181047, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107191.6, 510903.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26080211219966021, "S11": -0.26080211219966021, "W12": -5.2102336416046446, "S12": -5.4930320939695578, "W13": -21.854558080898343, "S13": -22.066858788320939, "W21": -30.0, "S21": -30.486894636912517, "W22": -40.0, "S22": -40.01, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107192.0, 506068.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5937045258354914, "S11": -2.5937045258354914, "W12": -10.018819816355434, "S12": -11.13080587417195, "W13": -28.543516697459129, "S13": -38.317583688764849, "W21": -38.387003322732795, "S21": -38.387003322732795, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107193.0, 512729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88407865611371084, "S11": -0.88407865611371084, "W12": -5.1677465678347785, "S12": -10.18914945609575, "W13": -21.26652634887375, "S13": -21.26652634887375, "W21": -30.578983429892247, "S21": -30.890746712968923, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107193.8, 510422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41230715941488372, "S11": -0.41230715941488372, "W12": -5.88503984107615, "S12": -8.6542814272765813, "W13": -21.69315612955873, "S13": -21.69315612955873, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107194.0, 505791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.61466260476426, "S11": -1.61466260476426, "W12": -6.0425702871917597, "S12": -6.0425702871917597, "W13": -20.0, "S13": -20.0, "W21": -42.587859505233183, "S21": -42.587859505233183, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107194.0, 520815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63533823544837564, "S11": -7.0207464306041727, "W12": -7.8934038789948771, "S12": -7.8934038789948771, "W13": -14.787501841020246, "S13": -14.787501841020246, "W21": -40.001748191147279, "S21": -43.001748191147279, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107195.0, 496931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6246269258738941, "S12": -5.6246269258738941, "W13": -20.0, "S13": -20.0, "W21": -43.994585679806917, "S21": -43.994585679806917, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107195.0, 521448.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.4561457159295987, "S11": 1.4561457159295987, "W12": -4.6795912443489955, "S12": -4.6795912443489955, "W13": -18.007973018166499, "S13": -18.007973018166499, "W21": -35.211080329981989, "S21": -35.211080329981989, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107195.0, 522879.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.782210683916551, "S12": -9.0922728076424146, "W13": -13.04189631399068, "S13": -13.04189631399068, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107195.658536585367983, 515716.487804878037423 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2975657365942794, "S11": -1.2975657365942794, "W12": -9.3908813812487928, "S12": -9.3908813812487928, "W13": -23.18416988882943, "S13": -23.18416988882943, "W21": -33.440808930433143, "S21": -33.440808930433143, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107195.666666666671517, 510922.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -3.0525362398298093, "S11": -3.0525362398298093, "W12": -10.265480414195302, "S12": -10.419665590662369, "W13": -31.140517363951474, "S13": -31.140517363951474, "W21": -37.247011586661003, "S21": -37.247011586661003, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107195.666666666671517, 511773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34901993005519738, "S11": -0.34901993005519738, "W12": -9.8670397821812124, "S12": -13.879343338839607, "W13": -13.879343338839607, "S13": -31.773194591832496, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107196.0, 514508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4487518171151956, "S11": -2.4487518171151956, "W12": -9.9623293083828557, "S12": -9.9623293083828557, "W13": -28.789271485486623, "S13": -28.789271485486623, "W21": -36.949461616634501, "S21": -36.949461616634501, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107196.5, 511463.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24925920268825411, "S11": -2.2492592026882532, "W12": -5.2284000534279036, "S12": -5.2528668858235594, "W13": -21.913294978639975, "S13": -22.078536828028177, "W21": -30.0, "S21": -30.405379146319941, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107198.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75871496924128035, "W12": -5.0032608472823883, "S12": -8.0375405803714894, "W13": -20.927363287750648, "S13": -21.279095571215215, "W21": -30.0, "S21": -31.016814802230897, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107198.0, 506166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62156052993192279, "S11": -6.9652420212872652, "W12": -7.8626799219321786, "S12": -7.8626799219321786, "W13": -14.710056712723761, "S13": -14.822642329162116, "W21": -40.248383003270163, "S21": -43.248383003270163, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107200.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0953228677783393, "W12": -5.0, "S12": -13.805246096589544, "W13": -15.0, "S13": -15.076011663889551, "W21": -40.0, "S21": -40.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107200.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.045320388349514532, "S11": 0.045320388349514532, "W12": -6.5076028439501536, "S12": -17.114830459915634, "W13": -17.114830459915634, "S13": -17.349414101034622, "W21": -40.442635437497984, "S21": -40.442635437497984, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107200.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50410245798213293, "S11": -1.8726887693967051, "W12": -5.0, "S12": -6.3117526279528233, "W13": -15.322753879088364, "S13": -17.362670171136109, "W21": -36.572167562633126, "S21": -36.572167562633126, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107200.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.27795925368286523, "W12": -10.25387690470628, "S12": -12.7137412716979, "W13": -17.305529623541322, "S13": -19.06407441024238, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107200.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57488771820170548, "S11": -3.3567138877818929, "W12": -10.603051423824729, "S12": -11.747088004543642, "W13": -17.525060015875891, "S13": -19.679631819226689, "W21": -30.059300310985041, "S21": -30.059300310985041, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107201.0, 500639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.1245602781111614, "S12": -14.221906646826245, "W13": -23.92621832297943, "S13": -23.92621832297943, "W21": -30.0, "S21": -30.0, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107201.0, 509715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.980626046916623, "S11": -1.980626046916623, "W12": -9.7228869009988621, "S12": -9.7228869009988621, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.060267818831264, "S21": -36.060267818831264, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107201.0, 511254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41866177895756962, "S11": -0.41866177895756962, "W12": -9.8933174873637935, "S12": -15.446606979164159, "W13": -15.446606979164159, "S13": -29.803892278087787, "W21": -40.135633608322976, "S21": -40.135633608322976, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107201.0, 514116.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8463661483804765, "S11": -2.8463661483804765, "W12": -10.0, "S12": -10.0, "W13": -30.618299808263288, "S13": -30.618299808263288, "W21": -37.105145568284648, "S21": -37.105145568284648, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107201.428571428565192, 511664.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98050473008002381, "S11": -0.98050473008002381, "W12": -5.0, "S12": -5.8632566758431537, "W13": -17.579777079273413, "S13": -20.579777079273413, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107202.0, 502716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7889683088354108, "S11": -0.7889683088354108, "W12": -4.6814593488838456, "S12": -13.411759986441684, "W13": -21.111742971887558, "S13": -21.145535660338773, "W21": -30.320370425959812, "S21": -30.320370425959812, "W22": -40.0, "S22": -40.0, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107202.333333333328483, 510325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5276633536790527, "S12": -5.5276633536790527, "W13": -20.0, "S13": -20.0, "W21": -41.552858098743009, "S21": -41.552858098743009, "W22": -39.259998, "S22": -39.259998, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107203.5, 521596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1120682471106935, "S11": -3.1120682471106935, "W12": -10.425125712067461, "S12": -10.693789636576795, "W13": -31.334106719775608, "S13": -31.334106719775608, "W21": -37.281245503353766, "S21": -37.281245503353766, "W22": -39.259998, "S22": -39.259998, "W31": -70.0, "S31": -70.0, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107203.833333333328483, 511817.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1894470388797238, "S11": -1.1894470388797238, "W12": -9.2367798173465694, "S12": -9.2367798173465694, "W13": -22.848597365021206, "S13": -22.848597365021206, "W21": -33.129443400137582, "S21": -33.169177857665211, "W22": -39.259998, "S22": -39.259998, "W31": -70.0, "S31": -70.023047269050309, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107205.111111111109494, 510877.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2898379950957228, "S11": 1.2898379950957228, "W12": -5.2367314743406101, "S12": -5.2367314743406101, "W13": -19.708532960962007, "S13": -19.708532960962007, "W21": -33.0, "S21": -33.0, "W22": -39.259998, "S22": -39.259998, "W31": -70.0, "S31": -70.023230657597651, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107205.4, 522036.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6102721765517565, "S12": -8.6102721765517565, "W13": -13.399608715261476, "S13": -25.087215920110168, "W21": -40.330408211807608, "S21": -40.330408211807608, "W22": -39.998145309434577, "S22": -39.998145309434577, "W31": -70.0, "S31": -70.047420054280451, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107205.924242424240219, 516057.621212121215649 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5579553833581929, "S12": -10.967125508239041, "W13": -17.202515420798761, "S13": -19.082057309722515, "W21": -30.0, "S21": -30.0, "W22": -39.998125663312422, "S22": -39.998125663312422, "W31": -70.0, "S31": -70.047607915719198, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107206.0, 501170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9644174951091369, "S12": -5.9644174951091369, "W13": -20.0, "S13": -20.0, "W21": -43.105245374094928, "S21": -43.105245374094928, "W22": -39.995596458967945, "S22": -39.995596458967945, "W31": -70.0, "S31": -70.071792839510607, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107206.0, 520935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55737038011439222, "S11": -0.59530384005674619, "W12": -9.7077869822484395, "S12": -13.981185040501066, "W13": -19.28246883618964, "S13": -19.28246883618964, "W21": -30.0, "S21": -30.0, "W22": -39.995576345080984, "S22": -39.995576345080984, "W31": -70.0, "S31": -70.07198517384073, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107206.333333333328483, 504795.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48612031525702853, "S11": -5.0, "W12": -5.0, "S12": -13.484049589037982, "W13": -15.171505791505792, "S13": -15.693801963373886, "W21": -40.0, "S21": -40.0, "W22": -39.993047608501328, "S22": -39.993047608501328, "W31": -70.0, "S31": -70.096165624740749, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107208.0, 497831.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42127012933940211, "S11": -0.42127012933940211, "W12": -5.0, "S12": -13.889753380035115, "W13": -15.0, "S13": -16.0, "W21": -40.0, "S21": -40.0, "W22": -39.993027026849546, "S22": -39.993027026849546, "W31": -70.0, "S31": -70.096362431962277, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107208.0, 498266.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.18694674807859268, "W12": -10.292953560210783, "S12": -12.593400236223955, "W13": -17.296703908344842, "S13": -18.980854021104967, "W21": -30.0, "S21": -30.0, "W22": -39.990498758034704, "S22": -39.990498758034704, "W31": -70.0, "S31": -70.120538409970877, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107208.0, 501015.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34374015084481518, "S11": -0.34374015084481518, "W12": -9.8108720314627131, "S12": -13.480976665244476, "W13": -13.710652867703036, "S13": -29.859652025746438, "W21": -40.0, "S21": -40.0, "W22": -39.990477708618116, "S22": -39.990477708618116, "W31": -70.0, "S31": -70.120739690083809, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107208.5, 514546.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3708218964989487, "S11": -1.3708218964989487, "W12": -10.0, "S12": -12.649632505831088, "W13": -19.819444444444446, "S13": -22.521551530279524, "W21": -38.902363034316679, "S21": -38.902363034316679, "W22": -39.98794990756808, "S22": -39.98794990756808, "W31": -70.0, "S31": -70.144911195201018, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107209.0, 513239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86729247293125167, "S11": -0.86729247293125167, "W12": -5.4542003932638821, "S12": -5.4542003932638821, "W13": -20.0, "S13": -20.0, "W21": -36.894427185394065, "S21": -36.894427185394065, "W22": -39.987928390386671, "S22": -39.987928390386671, "W31": -70.0, "S31": -70.145116948205356, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107209.0, 521708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.024880105140476609, "S11": 0.024880105140476609, "W12": -6.279764620219777, "S12": -16.525292040573454, "W13": -17.840683301788708, "S13": -17.912301187694208, "W21": -40.0, "S21": -40.0, "W22": -39.985401057101456, "S22": -39.985401057101456, "W31": -70.0, "S31": -70.169283980431175, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107210.0, 499119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81723799771067052, "S11": -0.81723799771067052, "W12": -6.3165401391588212, "S12": -6.3165401391588212, "W13": -17.004314622002038, "S13": -17.673772521357758, "W21": -30.0, "S21": -30.0, "W22": -39.98537907215524, "S22": -39.98537907215524, "W31": -70.0, "S31": -70.169494206326888, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107210.0, 501869.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41498714869590864, "S11": -0.41498714869590864, "W12": -9.8676856770572332, "S12": -15.371364310443052, "W13": -15.371364310443052, "S13": -30.156798463474402, "W21": -40.155744907626719, "S21": -40.155744907626719, "W22": -39.982852206634831, "S22": -39.982852206634831, "W31": -70.0, "S31": -70.193656765661316, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107210.0, 514143.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1716002543915436, "S11": -3.1716002543915436, "W12": -10.584771009939605, "S12": -10.967913682491249, "W13": -31.350626146604174, "S13": -31.350626146604174, "W21": -37.315479420046493, "S21": -37.315479420046493, "W22": -39.982829753923802, "S22": -39.982829753923802, "W31": -70.0, "S31": -70.193871464448435, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107212.0, 511862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50952331744535939, "S11": -0.50952331744535939, "W12": -4.0754399189630535, "S12": -14.068154071663503, "W13": -23.806514130947168, "S13": -23.806514130947168, "W21": -30.0, "S21": -30.0, "W22": -39.980303356168214, "S22": -39.980303356168214, "W31": -70.0, "S31": -70.218029550891444, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107212.5, 509746.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51938629859078234, "S11": -0.51938629859078234, "W12": -6.4406201606755324, "S12": -8.0528701625559904, "W13": -18.545306209057184, "S13": -20.534513725777334, "W21": -29.878065935570213, "S21": -30.319273944347135, "W22": -39.980280435692364, "S22": -39.980280435692364, "W31": -70.0, "S31": -70.218248722569982, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107212.888888888890506, 503349.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62538886718135389, "S11": -7.0051992521886834, "W12": -7.960129376067334, "S12": -7.960129376067334, "W13": -14.760338621198651, "S13": -14.820310260753445, "W21": -40.254627225381434, "S21": -43.254627225381434, "W22": -39.977754505701583, "S22": -39.977754505701583, "W31": -70.0, "S31": -70.242402336121586, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107212.9375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63226207084640151, "S11": -7.0478936283664781, "W12": -7.9913241034398634, "S12": -7.9913241034398634, "W13": -14.804106315169182, "S13": -14.804106315169182, "W21": -40.217546375030672, "S21": -43.217546375030672, "W22": -39.977731117460927, "S22": -39.977731117460927, "W31": -70.0, "S31": -70.242625980691514, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107213.0, 496969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61445496467183502, "S11": -0.61445496467183502, "W12": -4.0594857959054096, "S12": -14.301615188759991, "W13": -22.70169571367158, "S13": -22.70169571367158, "W21": -30.0, "S21": -30.0, "W22": -39.975205655234959, "S22": -39.975205655234959, "W31": -70.0, "S31": -70.266775121351742, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107213.8, 509965.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2172619956796108, "S11": -0.2172619956796108, "W12": -5.2671509196352995, "S12": -5.2671509196352995, "W13": -21.870022587985542, "S13": -21.907474927876958, "W21": -30.0, "S21": -30.185038987889865, "W22": -39.975181799229496, "S22": -39.975181799229496, "W31": -70.0, "S31": -70.267003238813061, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107214.0, 506030.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63950553496002172, "S11": -0.63950553496002172, "W12": -4.0854306680615426, "S12": -13.582471655860184, "W13": -22.438128321920157, "S13": -22.462436961181535, "W21": -30.007530401731277, "S21": -30.007530401731277, "W22": -39.972656804768341, "S22": -39.972656804768341, "W31": -70.0, "S31": -70.291147906581884, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107214.0, 510018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8980913976666649, "S12": -9.4136905822406671, "W13": -12.893244284327929, "S13": -12.893244284327929, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": -39.972632480998051, "S22": -39.972632480998051, "W31": -70.0, "S31": -70.291380496934593, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107214.0, 515474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70235589631800821, "S11": -1.0163943440556191, "W12": -10.985987358774338, "S12": -13.504271403789303, "W13": -18.59695838028167, "S13": -18.59695838028167, "W21": -30.0, "S21": -30.0, "W22": -39.97010795430171, "S22": -39.97010795430171, "W31": -70.0, "S31": -70.315520691812011, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107214.428571428565192, 504547.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0813283411650239, "S11": -1.0813283411650239, "W12": -8.8264785957761802, "S12": -8.8264785957761802, "W13": -22.513024841212545, "S13": -22.513024841212545, "W21": -32.818077869841616, "S21": -33.067364559368599, "W22": -39.97008316276662, "S22": -39.97008316276662, "W31": -70.0, "S31": -70.31575775505614, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107214.555555555562023, 510832.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28420318465496353, "S11": -0.28420318465496353, "W12": -5.0000000000000009, "S12": -13.839887647866384, "W13": -15.0, "S13": -16.261310014231142, "W21": -40.0, "S21": -40.0, "W22": -39.967559103835086, "S22": -39.967559103835086, "W31": -70.0, "S31": -70.339893477042153, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107215.0, 498366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3787606624385396, "S11": -3.1397461928779604, "W12": -5.2689499486748987, "S12": -7.214426413138705, "W13": -22.493908333561652, "S13": -22.493908333561652, "W21": -28.546002274742609, "S21": -29.081230926469445, "W22": -39.967533844535183, "S22": -39.967533844535183, "W31": -70.0, "S31": -70.340135013177687, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107215.0, 507168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0957658204663718, "S11": -1.0957658204663718, "W12": -10.0, "S12": -13.048144448261521, "W13": -17.179098079561044, "S13": -21.319831752778022, "W21": -38.940107323037864, "S21": -38.940107323037864, "W22": -39.965010253368462, "S22": -39.965010253368462, "W31": -70.673327242372096, "S31": -71.03759350464442, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107215.0, 513346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40250859287979018, "S11": -0.40250859287979018, "W12": -6.8584978155289651, "S12": -16.499570150497846, "W13": -21.163303948744094, "S13": -21.163303948744094, "W21": -30.0, "S21": -30.0, "W22": -39.964984526303745, "S22": -39.964984526303745, "W31": -70.67366791603196, "S31": -71.038180187331179, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107216.0, 505540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5965424853278849, "S11": -4.5176737822444029, "W12": -6.3941381824373575, "S12": -9.5850939636405919, "W13": -26.299277479252634, "S13": -26.29927747925263, "W21": -30.0, "S21": -30.048991539458878, "W22": -39.962461402901845, "S22": -39.962461402901845, "W31": -70.707078710964993, "S31": -71.095717758467444, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107216.333333333328483, 508729.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1919659700933516, "S11": -4.1919659700933511, "W12": -6.3214236574490013, "S12": -6.4650871256916389, "W13": -23.39764250500987, "S13": -23.39764250500987, "W21": -30.0, "S21": -31.754788478246315, "W22": -39.962435208072307, "S22": -39.962435208072307, "W31": -70.707425578691399, "S31": -71.096315108112165, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107217.0, 507588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49813141637310548, "S11": -0.54592776869749426, "W12": -7.8147285197838725, "S12": -15.751372582517403, "W13": -20.757572512927091, "S13": -20.757572512927091, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.959912552435213, "S22": -39.959912552435213, "W31": -70.740830179557889, "S31": -71.153842012290482, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107217.8, 505288.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42295535027961551, "S11": -0.42295535027961484, "W12": -4.9999999999999991, "S12": -6.5107679879560099, "W13": -15.648340076668063, "S13": -18.169577094184728, "W21": -37.60953167898284, "S21": -37.60953167898284, "W22": -39.959885889840876, "S22": -39.959885889840876, "W31": -70.741183241350853, "S31": -71.154450028893152, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107218.0, 499894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21748305905130683, "S11": -0.21748305905130683, "W12": -5.2763866507479058, "S12": -5.2763866507479058, "W13": -21.860083876571778, "S13": -21.863237362652111, "W21": -30.0, "S21": -30.126921033322404, "W22": -39.957363701968596, "S22": -39.957363701968596, "W31": -70.774581648150786, "S31": -71.211966266113507, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107218.0, 506023.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6572764753612428, "S11": -2.6572764753612428, "W12": -10.0, "S12": -10.0, "W13": -30.190972682488592, "S13": -30.190972682488592, "W21": -36.966914113043025, "S21": -36.966914113043025, "W22": -39.957336571609432, "S22": -39.957336571609432, "W31": -70.774940904010293, "S31": -71.212584949674138, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107218.571428571434808, 511580.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8130065438681533, "S11": -2.0689928608578909, "W12": -11.045473904924155, "S12": -12.884127122098082, "W13": -17.899881527009445, "S13": -20.873601331064304, "W21": -30.0, "S21": -30.0, "W22": -39.954814851501972, "S22": -39.954814851501972, "W31": -70.808333116743725, "S31": -71.270090519936616, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107220.0, 504141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3996960119483145, "S11": -0.39969601194831506, "W12": -6.8206292857815027, "S12": -16.520741488244614, "W13": -21.155790682244515, "S13": -21.155790682244515, "W21": -30.0, "S21": -30.0, "W22": -39.954787253377994, "S22": -39.954787253377994, "W31": -70.808698566669747, "S31": -71.270719870455139, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107220.0, 505551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29599225556631165, "S11": -0.29599225556631165, "W12": -5.3126773201781283, "S12": -5.3126773201781283, "W13": -21.883489383859313, "S13": -21.883489383859313, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.952266001035348, "S22": -39.952266001035348, "W31": -70.842084585336622, "S31": -71.32821477375964, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107220.0, 506002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9060225980816667, "S11": -1.9060225980816667, "W12": -10.0, "S12": -11.881234570732769, "W13": -23.693526062885198, "S13": -28.883781713126034, "W21": -38.676772157162489, "S21": -38.676772157162489, "W22": -39.952237935146563, "S22": -39.952237935146563, "W31": -70.842456229329187, "S31": -71.328854791236111, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107220.0, 513025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36517066936471648, "S11": -0.36517066936471648, "W12": -5.4011200657571479, "S12": -5.4011200657571479, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": -39.949717150568723, "S22": -39.949717150568723, "W31": -70.875836053929504, "S31": -71.386339027582665, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107220.75, 521790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33846037163443304, "S11": -0.33846037163443304, "W12": -9.7547042807442139, "S12": -13.112352511935047, "W13": -13.563861163943491, "S13": -27.946109459660377, "W21": -40.0, "S21": -40.0, "W22": -39.949688616915125, "S22": -39.949688616915125, "W31": -70.876213891988641, "S31": -71.386989712017112, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107221.0, 514585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48259745831971246, "S11": -6.6543491061914635, "W12": -6.9198646806989981, "S12": -14.334886301637322, "W13": -15.365453616405265, "S13": -16.045083430174522, "W21": -40.0, "S21": -40.0, "W22": -39.947168300102106, "S22": -39.947168300102106, "W31": -70.909587522522401, "S31": -71.444463281405689, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107221.166666666671517, 497568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4507003083409038, "S11": -1.4507003083409038, "W12": -6.1211317263862064, "S12": -6.1211317263862064, "W13": -20.0, "S13": -20.0, "W21": -42.228325963793566, "S21": -42.228325963793566, "W22": -39.947139298683688, "S22": -39.947139298683688, "W31": -70.909971554648081, "S31": -71.445124632798084, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107221.2, 520699.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35625310748746469, "S11": -0.35625310748746469, "W12": -9.8474743733078309, "S12": -14.111147863795837, "W13": -14.111147863795837, "S13": -33.197896961280776, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": -39.944619449635475, "S22": -39.944619449635475, "W31": -70.94333899111534, "S31": -71.502587535228798, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107222.5, 514485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8531604071890495, "S12": -9.3005000886889935, "W13": -12.865992680314381, "S13": -12.865992680314381, "W21": -40.0, "S21": -40.0, "W22": -39.94458998045225, "S22": -39.94458998045225, "W31": -70.943729217307535, "S31": -71.503259553579085, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107223.0, 515560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8706002324612134, "S11": -2.8706002324612134, "W12": -10.0, "S12": -10.093287860797334, "W13": -30.777167990169193, "S13": -30.777167990169193, "W21": -37.106491238293621, "S21": -37.106491238293621, "W22": -39.942070599168858, "S22": -39.942070599168858, "W31": -70.977090459708222, "S31": -71.560711789051808, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107223.142857142855064, 511707.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54735819916216621, "S11": -1.9879287221415636, "W12": -5.0, "S12": -6.7497629555857213, "W13": -15.564224460462638, "S13": -17.6484362105789, "W21": -36.064903170300063, "S21": -36.064903170300063, "W22": -39.942040662220819, "S22": -39.942040662220819, "W31": -70.977486879966975, "S31": -71.561394474360057, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107224.0, 500049.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0254262109185159, "S11": -1.0254262109185159, "W12": -8.4161773742063222, "S12": -8.4161773742063222, "W13": -22.17745231740432, "S13": -22.17745231740432, "W21": -32.506712339546048, "S21": -32.79839362175646, "W22": -39.939521748702226, "S22": -39.939521748702226, "W31": -71.010841928301119, "S31": -71.618836042874847, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107224.0, 510788.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2139619289896939, "S11": -3.2139619289896939, "W12": -10.690602519432838, "S12": -11.190230117393231, "W13": -31.087236486545489, "S13": -31.087236486545489, "W21": -37.335488423239866, "S21": -37.335488423239866, "W22": -39.939491343989374, "S22": -39.939491343989374, "W31": -71.011244542626429, "S31": -71.619529395141058, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107224.166666666671517, 511902.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83826284410498053, "S11": -0.83826284410498053, "W12": -6.1530916338969455, "S12": -6.1530916338969455, "W13": -17.036620524868638, "S13": -17.985551872789969, "W21": -30.0, "S21": -30.0, "W22": -39.936972898235609, "S22": -39.936972898235609, "W31": -71.044593396894015, "S31": -71.676960296697871, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107225.25, 501932.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81616665530068311, "S11": -0.81616665530068311, "W12": -6.4776701072900629, "S12": -6.4776701072900629, "W13": -16.978858004261618, "S13": -17.499363657591974, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.936942025757943, "S22": -39.936942025757943, "W31": -71.045002205285869, "S31": -71.677664315922044, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107225.285714285710128, 501821.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.941436457034037, "S11": -0.941436457034037, "W12": -5.0, "S12": -5.0, "W13": -17.305342382528323, "S13": -20.249127652064967, "W21": -30.0, "S21": -30.0, "W22": -39.934424047768978, "S22": -39.934424047768978, "W31": -71.078344865486955, "S31": -71.73508455052098, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107225.75, 502452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4997984635501832, "S11": -6.6562187705256575, "W12": -7.2253372217818557, "S12": -12.281244891984347, "W13": -15.297480884768554, "S13": -15.834923304226308, "W21": -40.0, "S21": -40.523452625022742, "W22": -39.934392707526499, "S22": -39.934392707526499, "W31": -71.078759867945323, "S31": -71.735799236703031, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107225.8, 497449.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6013874235070692, "W12": -9.612686390532545, "S12": -13.883040386051588, "W13": -19.364134286493094, "S13": -19.364134286493094, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.931875197302361, "S22": -39.931875197302361, "W31": -71.112096334079851, "S31": -71.793208804344019, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107226.0, 504822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -13.30850686763937, "W13": -15.0, "S13": -15.112472505909436, "W21": -40.0, "S21": -40.0, "W22": -39.931843389295068, "S22": -39.931843389295068, "W31": -71.112517530604777, "S31": -71.793934157484031, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107227.0, 498059.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8070414133992851, "S11": -1.8070414133992851, "W12": -10.0, "S12": -11.974725703592513, "W13": -23.059343546149144, "S13": -23.237413019908043, "W21": -38.704793606412629, "S21": -38.704793606412629, "W22": -39.92932634683573, "S22": -39.92932634683573, "W31": -71.145847802672733, "S31": -71.851333058167029, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107227.333333333328483, 513062.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38956763204277534, "S11": -0.38956763204277534, "W12": -5.0, "S12": -7.2032067117329959, "W13": -16.398392118824507, "S13": -19.248234520519407, "W21": -38.471172444850474, "S21": -38.471172444850474, "W22": -39.92929407106363, "S22": -39.92929407106363, "W31": -71.146275193264216, "S31": -71.852069078265004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107227.555555555562023, 499814.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0142931019622492, "S11": -2.0142931019622492, "W12": -10.0, "S12": -11.747364689234013, "W13": -24.715769612451687, "S13": -36.929172085527078, "W21": -38.602904717963746, "S21": -38.602904717963746, "W22": -39.926777496369112, "S22": -39.926777496369112, "W31": -71.17959927126563, "S31": -71.909457311990067, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107228.5, 512979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8464402796686752, "S12": -5.8464402796686752, "W13": -20.0, "S13": -20.0, "W21": -43.395585947975285, "S21": -43.395585947975285, "W22": -39.926744752832199, "S22": -39.926744752832199, "W31": -71.18003285592367, "S31": -71.910203999046004, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107228.666666666671517, 521116.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1702507644731619, "S11": -1.1702507644731619, "W12": -5.0, "S12": -14.063059201951159, "W13": -21.464523170344744, "S13": -21.535133377165167, "W21": -30.0, "S21": -32.148493934626586, "W22": -39.924228645902488, "S22": -39.924228645902488, "W31": -71.203690073274089, "S31": -71.957920899228682, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107229.0, 506468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26846255124891688, "S11": -0.26846255124891688, "W12": -5.0, "S12": -10.0, "W13": -18.986928104575163, "S13": -21.046771580489345, "W21": -40.000438640013932, "S21": -40.000438640013932, "W22": -39.924195434600762, "S22": -39.924195434600762, "W31": -71.203802396460802, "S31": -71.958350797704682, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107230.0, 499601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2940122284698144, "S11": -0.2940122284698144, "W12": -5.0, "S12": -9.4460935974265272, "W13": -18.290849673202995, "S13": -20.583495739860538, "W21": -39.963643255937377, "S21": -39.963643255937377, "W22": -39.921679795435864, "S22": -39.921679795435864, "W31": -71.212310482350759, "S31": -71.990914093535494, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107230.0, 499643.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1292685087883192, "S11": -1.1292685087883192, "W12": -9.1853103966209613, "S12": -9.1853103966209613, "W13": -22.758003555596641, "S13": -22.758003555596641, "W21": -33.173175138992036, "S21": -33.173175138992036, "W22": -39.921646116369324, "S22": -39.921646116369324, "W31": -71.212424387554208, "S31": -71.991350046919621, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107230.6, 510869.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6291859062444275, "S11": -7.0485266019220987, "W12": -8.0892443278848489, "S12": -8.0892443278848489, "W13": -14.820710789318113, "S13": -14.820710789318113, "W21": -40.256781029529968, "S21": -43.176468832081262, "W22": -39.91913094496924, "S22": -39.91913094496924, "W31": -71.220930891427457, "S31": -72.02390728784232, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107231.0, 497007.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0290120639060973, "S11": -2.7043505609202283, "W12": -8.7250481958802002, "S12": -10.282166281135485, "W13": -18.573636664499091, "S13": -20.40197538705128, "W21": -29.905273566783475, "S21": -30.252970393019783, "W22": -39.919096798137879, "S22": -39.919096798137879, "W31": -71.2210463786476, "S31": -72.024349296134559, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107231.0, 503551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2972454003627711, "S11": -3.2972454003627711, "W12": -10.455584534979151, "S12": -10.455584534979151, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -37.818140444535999, "S21": -37.818140444535999, "W22": -39.916582094502616, "S22": -39.916582094502616, "W31": -71.229551300504141, "S31": -72.056900482149146, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107231.0, 512322.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6555951672397367, "S12": -8.751666308319777, "W13": -13.280091727686694, "S13": -21.015666595746819, "W21": -40.190125936429311, "S21": -40.190125936429311, "W22": -39.916547479906441, "S22": -39.916547479906441, "W31": -71.229668369741006, "S31": -72.057348545349498, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107231.368421052626218, 515953.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -1.04354387298516, "S11": -1.2521932194431236, "W12": -5.0, "S12": -15.0, "W13": -21.385374590657097, "S13": -21.432124961332107, "W21": -29.999999999999996, "S21": -31.906558684604317, "W22": -39.914033244035991, "S22": -39.914033244035991, "W31": -71.238171709580826, "S31": -72.089893676455986, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107232.0, 506411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3919713461717369, "S11": -1.3919713461717351, "W12": -6.7117829070564738, "S12": -16.584673545274768, "W13": -21.125491395795031, "S13": -21.125491395795031, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.913998161675011, "S22": -39.913998161675011, "W31": -71.238290360834398, "S31": -72.090347794564437, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 505583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2965999220878672, "S11": -3.2429307841541752, "W12": -7.2431278357670079, "S12": -7.2431278357670053, "W13": -25.0, "S13": -25.495899737665141, "W21": -30.0, "S21": -32.023808912454584, "W22": -39.911484393569367, "S22": -39.911484393569367, "W31": -71.24679211865751, "S31": -72.122886870762812, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 508084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62955035715669683, "S11": -0.62955035715669683, "W12": -4.1078039658967862, "S12": -12.852863146140812, "W13": -22.510294291749489, "S13": -22.532382662820062, "W21": -30.116026408586084, "S21": -30.116026408586084, "W22": -39.911448843443573, "S22": -39.911448843443573, "W31": -71.246912351927818, "S31": -72.12334704377939, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 510017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4049122988259772, "S11": -2.4049122988259772, "W12": -9.9219401947148818, "S12": -9.9219401947148818, "W13": -28.653671030165054, "S13": -28.653671030165054, "W21": -36.846906151158407, "S21": -36.846906151158407, "W22": -39.908935543102743, "S22": -39.908935543102743, "W31": -71.255412527734208, "S31": -72.155880065069638, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 511471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.3610598600673751, "S11": -3.3610598600673751, "W12": -10.487181952781755, "S12": -10.487181952781755, "W13": -30.0, "S13": -30.0, "W21": -37.718510275125446, "S21": -37.718510275125446, "W22": -39.908899525212135, "S22": -39.908899525212135, "W31": -71.25553434302121, "S31": -72.156346292994328, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107233.0, 512242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39117378612215342, "S11": -0.39117378612215498, "W12": -6.7013673517559944, "S12": -16.590291365754588, "W13": -21.124005157191856, "S13": -21.124005157191856, "W21": -30.0, "S21": -30.0, "W22": -39.906386692636119, "S22": -39.906386692636119, "W31": -71.264032936810892, "S31": -72.188873259376464, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107234.0, 505586.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.3570197908209904, "S11": 1.3570197908209904, "W12": -4.6960954493624927, "S12": -4.6960954493624927, "W13": -18.056634966445884, "S13": -18.056634966445884, "W21": -34.982035604703178, "S21": -34.982035604703178, "W22": -39.906350206980704, "S22": -39.906350206980704, "W31": -71.264156334114617, "S31": -72.189345542209281, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107234.0, 522859.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42400560401129228, "S11": -0.42400560401129228, "W12": -9.8585296181216808, "S12": -15.421274161503019, "W13": -15.421274161503019, "S13": -29.573730048347571, "W21": -40.061419552121414, "S21": -40.061419552121414, "W22": -39.903837842169501, "S22": -39.903837842169501, "W31": -71.272653345887591, "S31": -72.221866453683319, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107234.5, 514108.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0985647496833373, "S12": -4.5459449901068538, "W13": -15.0, "S13": -15.0, "W21": -37.478617756761615, "S21": -37.478617756761615, "W22": -39.903800888749267, "S22": -39.903800888749267, "W31": -71.272778325208023, "S31": -72.22234479142422, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107234.6, 524350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7080602287170379, "S11": -1.7080602287170379, "W12": -10.0, "S12": -12.068216836452084, "W13": -22.527247705068422, "S13": -23.18340303639043, "W21": -38.703487465133357, "S21": -38.703487465133357, "W22": -39.90128899170287, "S22": -39.90128899170287, "W31": -71.281273754964261, "S31": -72.254859647990131, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107234.666666666671517, 513100.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44658873961463674, "S11": -0.44658873961463674, "W12": -9.0299564227929761, "S12": -9.7795352015531591, "W13": -12.847104143948382, "S13": -12.847104143948382, "W21": -40.0, "S21": -40.0, "W22": -39.901251570517822, "S22": -39.901251570517822, "W31": -71.281400316301415, "S31": -72.255344040639159, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107235.0, 515198.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14305949008497765, "S11": -0.14305949008497765, "W12": -4.5731488521410952, "S12": -12.329759492274452, "W13": -25.493781005592218, "S13": -25.493781005592218, "W21": -30.0, "S21": -30.0, "W22": -39.898740141236253, "S22": -39.898740141236253, "W31": -71.289894164040959, "S31": -72.287852842296971, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107235.4, 509265.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36297310355937468, "S11": -0.36297310355937468, "W12": -5.3121887491411668, "S12": -5.3121887491411668, "W13": -21.758829020100997, "S13": -21.758829020100997, "W21": -30.0, "S21": -30.0, "W22": -39.898702252286391, "S22": -39.898702252286391, "W31": -71.290022307394821, "S31": -72.288343289854097, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107236.0, 505992.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -3.256323603587775, "S11": -3.256323603587775, "W12": -10.621920715515744, "S12": -11.238033238884723, "W13": -30.823846826487159, "S13": -30.823846826487159, "W21": -37.355497426433203, "S21": -37.355497426433203, "W22": -39.896191290769622, "S22": -39.896191290769622, "W31": -71.298514573117643, "S31": -72.320846036603783, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107236.333333333328483, 511942.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78173474398320142, "S11": -0.78173474398320142, "W12": -4.7954201189788765, "S12": -12.459008845233599, "W13": -21.105172865374541, "S13": -21.129478457553198, "W21": -30.561419340797887, "S21": -30.561419340797887, "W22": -39.89615293405496, "S22": -39.89615293405496, "W31": -71.298644298488213, "S31": -72.321342539069036, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107236.5, 510352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.122563605842831, "S11": -2.122563605842831, "W12": -10.0, "S12": -11.613494807735258, "W13": -25.646978021978025, "S13": -39.423568523328498, "W21": -39.423568523328498, "S21": -39.423568523328498, "W22": -39.893642440302997, "S22": -39.893642440302997, "W31": -71.307134982194341, "S31": -72.353839230910651, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107237.0, 512933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6318087733106248, "S12": -5.6318087733106248, "W13": -20.0, "S13": -20.0, "W21": -43.946355591311345, "S21": -43.946355591311345, "W22": -39.893603615823515, "S22": -39.893603615823515, "W31": -71.307266289581619, "S31": -72.354341788283989, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107237.5, 521443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5134392240168262, "S11": -2.9345047176629651, "W12": -5.0, "S12": -6.481578899300418, "W13": -22.17453285218561, "S13": -22.471286943138981, "W21": -26.574737613657252, "S21": -26.574737613657252, "W22": -39.891093589836373, "S22": -39.891093589836373, "W31": -71.315755391271026, "S31": -72.386832425217463, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107238.0, 506920.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -9.9676318118599063, "S12": -9.9676318118599063, "W13": -29.459305634604441, "S13": -29.459305634604441, "W21": -36.864616280530278, "S21": -36.864616280530278, "W22": -39.891054297592078, "S22": -39.891054297592078, "W31": -71.315888280675026, "S31": -72.387341037498928, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107238.0, 511518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85283109029236537, "S11": -0.85283109029236537, "W12": -5.2508402808677825, "S12": -9.8088267205281916, "W13": -21.222160502881096, "S13": -21.222160502881096, "W21": -30.819132921081835, "S21": -31.037674406981079, "W22": -39.888544739369756, "S22": -39.888544739369756, "W31": -71.324375800347696, "S31": -72.419825619524275, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107238.4, 510433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1333405257849389, "S11": -1.1333405257849389, "W12": -10.0, "S12": -12.867559034118647, "W13": -18.168681412894376, "S13": -21.906839294950256, "W21": -38.822645646360421, "S21": -38.822645646360421, "W22": -39.88850497936064, "S22": -39.88850497936064, "W31": -71.324510271768432, "S31": -72.420340286713881, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107238.5, 513326.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0070946837288328, "S11": -1.0070946837288328, "W12": -5.0, "S12": -5.8419546532579263, "W13": -17.606069600692376, "S13": -20.606069600692376, "W21": -30.0, "S21": -30.0, "W22": -39.885995888903132, "S22": -39.885995888903132, "W31": -71.332996209424394, "S31": -72.452818813831101, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107238.75, 502746.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6233465391389565, "S11": -1.6233465391389565, "W12": -6.0499803602738353, "S12": -6.0499803602738353, "W13": -20.0, "S13": -20.0, "W21": -42.664313409530784, "S21": -42.664313409530784, "W22": -39.885955661129202, "S22": -39.885955661129202, "W31": -71.333132262861824, "S31": -72.453339535928805, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107239.0, 520810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.2133217256608395, "S12": -11.011018917095253, "W13": -24.701858717528523, "S13": -24.701858717528523, "W21": -30.0, "S21": -30.0, "W22": -39.883447038436508, "S22": -39.883447038436508, "W31": -71.341616618501092, "S31": -72.48581200813797, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107240.0, 509589.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.080776098048374, "S12": -12.224491181847256, "W13": -24.097864624549029, "S13": -24.097864624549029, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": -39.883406342897771, "S22": -39.883406342897771, "W31": -71.341754253955244, "S31": -72.486338785143772, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107241.0, 509709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1922092815376497, "S11": -1.1922092815376497, "W12": -9.3120254072667876, "S12": -9.3120254072667876, "W13": -23.028935688258642, "S13": -23.028935688258642, "W21": -33.524978536332185, "S21": -33.524978536332185, "W22": -39.880898187969883, "S22": -39.880898187969883, "W31": -71.350237027577762, "S31": -72.518805202444767, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107241.0, 510909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7459180623839732, "S12": -9.0153365617785308, "W13": -13.078715336306388, "S13": -13.078715336306388, "W21": -40.0, "S21": -40.0, "W22": -39.880857024666334, "S22": -39.880857024666334, "W31": -71.350376245048636, "S31": -72.519338034358697, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107241.0, 515767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3185499146511397, "S12": -8.3185499146511397, "W13": -14.00626097125528, "S13": -15.2598137434136, "W21": -41.108309993955793, "S21": -41.108309993955793, "W22": -39.878349337503266, "S22": -39.878349337503266, "W31": -71.358857436654461, "S31": -72.551798396751607, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107241.413793103449279, 516627.413793103420176 ] } }, +{ "type": "Feature", "properties": { "W11": -0.013312544945074018, "S11": -0.013312544945074018, "W12": -6.0992592372446888, "S12": -16.099259237244688, "W13": -18.113779717947097, "S13": -18.204045445302089, "W21": -40.494480029409331, "S21": -40.494480029409331, "W22": -39.878307706434896, "S22": -39.878307706434896, "W31": -71.358998236142043, "S31": -72.55233728357365, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107242.0, 499162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.608724778330314, "S11": -1.608724778330314, "W12": -10.0, "S12": -12.161707969311831, "W13": -21.995151863986539, "S13": -23.129393052872537, "W21": -38.693361783552447, "S21": -38.693361783552447, "W22": -39.875800487036642, "S22": -39.875800487036642, "W31": -71.367477845731145, "S31": -72.584791591058419, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107242.0, 513138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38512872347647675, "S11": -0.38512872347647675, "W12": -6.6190084284150501, "S12": -16.402437239369362, "W13": -21.105924073502628, "S13": -21.105924073502628, "W21": -30.0, "S21": -30.0, "W22": -39.875758388203451, "S22": -39.875758388203451, "W31": -71.367620227235449, "S31": -72.585336532788602, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107243.0, 505610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4840900515658411, "S11": -2.4840900515658411, "W12": -9.9575009482867625, "S12": -9.9575009482867625, "W13": -29.373790552077402, "S13": -29.373790552077402, "W21": -36.846654943649582, "S21": -36.846654943649582, "W22": -39.873251636570018, "S22": -39.873251636570018, "W31": -71.376098254807843, "S31": -72.617784785365288, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107243.5, 511515.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41466691947920614, "S11": -0.41466691947920614, "W12": -9.8140737983075361, "S12": -15.268732357544923, "W13": -15.268732357544923, "S13": -30.433637989270814, "W21": -40.125437555303307, "S21": -40.125437555303307, "W22": -39.87320906997202, "S22": -39.87320906997202, "W31": -71.376242218328841, "S31": -72.618335782003527, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107244.0, 514168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8948343165420538, "S11": -2.8948343165420538, "W12": -10.131293502694858, "S12": -10.372527847576492, "W13": -30.936036172075372, "S13": -30.936036172075372, "W21": -37.107836908302659, "S21": -37.107836908302659, "W22": -39.870702786103394, "S22": -39.870702786103394, "W31": -71.384718663884527, "S31": -72.6507779796721, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107244.857142857144936, 511749.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84179743040905064, "S11": -0.84179743040905064, "W12": -6.2891019772156849, "S12": -6.2891019772156849, "W13": -17.016575846033351, "S13": -17.86835747849204, "W21": -30.0, "S21": -30.0, "W22": -39.87065975174059, "S22": -39.87065975174059, "W31": -71.384864209422247, "S31": -72.65133503121848, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107245.0, 501895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7698193155400137, "S12": -9.0859424463770146, "W13": -13.023733279898364, "S13": -13.023733279898364, "W21": -40.0, "S21": -40.0, "W22": -39.868153935636762, "S22": -39.868153935636762, "W31": -71.393339072961211, "S31": -72.683771173978926, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107245.439024390245322, 515716.658536585338879 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97847905394460633, "S11": -0.97847905394460633, "W12": -8.0358529344600296, "S12": -8.0358529344600296, "W13": -21.839566421426504, "S13": -21.839566421426504, "W21": -32.263896694491649, "S21": -32.515360497411159, "W22": -39.868110433509152, "S22": -39.868110433509152, "W31": -71.393486200515639, "S31": -72.684334280433404, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107246.2, 510745.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21463756136237111, "S11": -0.77171603676766842, "W12": -8.2313527140184686, "S12": -8.2313527140184686, "W13": -17.052501434455689, "S13": -19.138063809328511, "W21": -30.0, "S21": -30.0, "W22": -39.865605085170145, "S22": -39.865605085170145, "W31": -71.401959482037896, "S31": -72.716764368285737, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107247.0, 501419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1208418728095439, "S11": -1.1208418728095439, "W12": -7.0262616479777691, "S12": -7.0262616479777691, "W13": -20.0, "S13": -20.0, "W21": -37.498296795609335, "S21": -37.498296795609335, "W22": -39.865561115277714, "S22": -39.865561115277714, "W31": -71.402108191609045, "S31": -72.717333529648357, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107247.0, 519227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45475920934411507, "S11": -0.45475920934411507, "W12": -9.0154448275158607, "S12": -9.7497857652884754, "W13": -12.808291764337692, "S13": -12.808291764337692, "W21": -40.0, "S21": -40.0, "W22": -39.863056234703514, "S22": -39.863056234703514, "W31": -71.410579891114594, "S31": -72.749757562592606, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107247.5, 515221.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55210663290423823, "W12": -9.7752899408284843, "S12": -13.538056184293557, "W13": -19.271901717856451, "S13": -19.271901717856451, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": -39.863011797046269, "S22": -39.863011797046269, "W31": -71.410730182702451, "S31": -72.75033277886331, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107247.666666666671517, 504785.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9748404938396185, "S12": -5.9748404938396185, "W13": -20.0, "S13": -20.0, "W21": -43.049069455618131, "S21": -43.049069455618131, "W22": -39.860507384236897, "S22": -39.860507384236897, "W31": -71.419200300191278, "S31": -72.782750756899432, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107247.833333333328483, 520925.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2534190123362485, "S11": -3.2534190123362485, "W12": -10.553238911598564, "S12": -11.285836360376292, "W13": -30.560457166428474, "S13": -30.560457166428474, "W21": -37.375506429626583, "S21": -37.375506429626583, "W22": -39.860462478814839, "S22": -39.860462478814839, "W31": -71.419352173795843, "S31": -72.783332028078235, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107248.5, 511982.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.1190717887949431, "S12": -11.310213049768656, "W13": -24.345918004929533, "S13": -24.345918004929533, "W21": -30.0, "S21": -30.0, "W22": -39.857958533770272, "S22": -39.857958533770272, "W31": -71.427820709267962, "S31": -72.815743951206244, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107248.571428571434808, 509665.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5222184046088669, "S12": -5.5222184046088669, "W13": -20.0, "S13": -20.0, "W21": -41.112174401376478, "S21": -41.112174401376478, "W22": -39.857913160583401, "S22": -39.857913160583401, "W31": -71.42797416488925, "S31": -72.816331277293187, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107248.75, 521610.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62610974164245325, "S11": -7.0364882311428882, "W12": -8.187164552329838, "S12": -8.187164552329838, "W13": -14.837315263467044, "S13": -14.837315263467044, "W21": -40.229835638213622, "S21": -42.882134105334359, "W22": -39.855409683303648, "S22": -39.855409683303648, "W31": -71.436441118344646, "S31": -72.84873714551307, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107249.0, 497045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36348628491973201, "S11": -0.36348628491973201, "W12": -9.7311359258610697, "S12": -14.246179350178688, "W13": -14.246179350178688, "S13": -33.769238222536025, "W21": -40.0, "S21": -40.0, "W22": -39.85536384235197, "S22": -39.85536384235197, "W31": -71.436596155982656, "S31": -72.849330526508126, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107249.0, 514462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7581849028518066, "S11": -1.7581849028518066, "W12": -5.9934382633495131, "S12": -5.9934382633495131, "W13": -20.0, "S13": -20.0, "W21": -43.0, "S21": -43.0, "W22": -39.852860832837024, "S22": -39.852860832837024, "W31": -71.445061527421331, "S31": -72.88173033981991, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107249.0, 520897.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1902093844811856, "S11": 1.1902093844811856, "W12": -5.2405023428330466, "S12": -5.2405023428330466, "W13": -19.718088064654385, "S13": -19.718088064654385, "W21": -33.0, "S21": -33.0, "W22": -39.852814524120525, "S22": -39.852814524120525, "W31": -71.445218147076062, "S31": -72.882329775723079, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107249.6, 522037.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57891859011563018, "S11": -3.2457879772035056, "W12": -10.92196966747138, "S12": -12.297176069097191, "W13": -17.523054629635414, "S13": -19.352428888352119, "W21": -30.204681718561272, "S21": -30.204681718561272, "W22": -39.8503119823704, "S22": -39.8503119823704, "W31": -71.453681936498029, "S31": -72.91472353412675, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107249.75, 500645.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63635603620991688, "S11": -7.1196661020656942, "W12": -8.2392961697975124, "S12": -8.2392961697975124, "W13": -14.90438292905184, "S13": -14.90438292905184, "W21": -40.272515262637405, "S21": -43.174932265984808, "W22": -39.850265205889087, "S22": -39.850265205889087, "W31": -71.453840138169468, "S31": -72.915329024938018, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.8755462048873763, "W12": -5.0, "S12": -12.782882014600835, "W13": -15.0, "S13": -15.097637756765568, "W21": -40.0, "S21": -40.0, "W22": -39.847763131903783, "S22": -39.847763131903783, "W31": -71.462302345574713, "S31": -72.947716728433562, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4105033176887574, "W12": -5.0, "S12": -12.814592195966128, "W13": -15.0, "S13": -15.0, "W21": -40.0, "S21": -40.0, "W22": -39.847721552809276, "S22": -39.847721552809276, "W31": -71.462442969282648, "S31": -72.94825494248802, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 498034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0057310184266093781, "S11": 0.0057310184266093781, "W12": -6.4838658932470583, "S12": -16.850172977029871, "W13": -16.850172977029871, "S13": -17.126687085193431, "W21": -40.377249190708874, "S21": -40.377249190708874, "W22": -39.845214281437158, "S22": -39.845214281437158, "W31": -71.470922754651397, "S31": -72.980709922740388, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2255677048362473, "S11": -0.91082966420625933, "W12": -5.0, "S12": -11.058111459505522, "W13": -20.0, "S13": -21.340127213480944, "W21": -40.094829005275528, "S21": -40.094829005275528, "W22": -39.845177899729471, "S22": -39.845177899729471, "W31": -71.471045800395842, "S31": -72.981180860038037, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 499519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51827729024469515, "S11": -2.4063930812851515, "W12": -5.0, "S12": -6.8013292452310576, "W13": -15.283850844185091, "S13": -17.736493845270193, "W21": -36.705200019412246, "S21": -36.705200019412246, "W22": -39.842665430970527, "S22": -39.842665430970527, "W31": -71.479543163728096, "S31": -73.013703117047243, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.34315955088327477, "W12": -10.40871548954793, "S12": -12.173297668153127, "W13": -17.307370352082305, "S13": -18.604746484747629, "W21": -30.0, "S21": -30.0, "W22": -39.842634246649652, "S22": -39.842634246649652, "W31": -71.47964863150905, "S31": -73.014106777588097, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -1.7, "W12": -6.9499998, "S12": -6.9499998, "W13": -16.9, "S13": -16.9, "W21": -30.0, "S21": -30.0, "W22": -39.840116580503903, "S22": -39.840116580503903, "W31": -71.48816357280478, "S31": -73.046696311354069, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87413354338342264, "S11": -2.8741335433834228, "W12": -10.930183795826098, "S12": -12.554214563348467, "W13": -17.887698724747558, "S13": -20.665893870970567, "W21": -30.0, "S21": -30.068811848745003, "W22": -39.84009059356984, "S22": -39.84009059356984, "W31": -71.488251462622245, "S31": -73.047032695138114, "W32": -90.0, "S32": -95.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 504111.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96600625651720395, "S11": -0.96600625651720395, "W12": -5.450678868622699, "S12": -5.450678868622699, "W13": -20.0, "S13": -20.0, "W21": -36.458750456704422, "S21": -36.458750456704422, "W22": -39.837567730037279, "S22": -39.837567730037279, "W31": -71.49678398188145, "S31": -73.079689505660866, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 521719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42833227678353741, "S11": -0.42833227678353741, "W12": -5.0, "S12": -6.9644188224062278, "W13": -16.120749809824673, "S13": -19.028220550795066, "W21": -38.16635370386652, "S21": -38.16635370386652, "W22": -39.837546940490036, "S22": -39.837546940490036, "W31": -71.496854293735439, "S31": -73.079958612688117, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107250.625, 499856.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9557580782190775, "S11": -1.9557580782190775, "W12": -10.0, "S12": -11.767907926544002, "W13": -24.60416013788781, "S13": -39.60416013788781, "W21": -39.60416013788781, "S21": -39.60416013788781, "W22": -39.835018879570661, "S22": -39.835018879570661, "W31": -71.505404390958148, "S31": -73.112682699967706, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107251.0, 512996.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.21898427682595412, "W12": -10.258918345493568, "S12": -11.921971392345704, "W13": -17.291961980004228, "S13": -18.575131687368128, "W21": -30.0, "S21": -30.0, "W22": -39.835003287410217, "S22": -39.835003287410217, "W31": -71.505457124848633, "S31": -73.112884530238134, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107251.428571428565192, 501025.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38222438768868128, "S11": -0.38222438768868128, "W12": -6.5442368879830237, "S12": -14.893405534063783, "W13": -21.084706365639619, "S13": -21.084706365639619, "W21": -30.0, "S21": -30.0, "W22": -39.83247002910403, "S22": -39.83247002910403, "W31": -71.514024800034846, "S31": -73.145675894274561, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107252.0, 505632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4037079650924553, "S11": -3.4037079650924555, "W12": -5.4792894046587701, "S12": -7.212633899616721, "W13": -22.690275630603157, "S13": -22.690275630603157, "W21": -29.358501872268068, "S21": -30.17833992894818, "W22": -39.832459634330412, "S22": -39.832459634330412, "W31": -71.514059955961812, "S31": -73.145810447788165, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107252.0, 507236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49983374946255849, "S11": -0.51665726322405559, "W12": -7.7481751287750757, "S12": -15.524375875600915, "W13": -20.583523066759028, "S13": -20.583523066759028, "W21": -30.0, "S21": -30.0, "W22": -39.829921178637413, "S22": -39.829921178637413, "W31": -71.522645209111531, "S31": -73.178669088581387, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107252.6, 505314.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0522957285311243, "W12": -5.0, "S12": -6.8664145262268903, "W13": -15.148790112025667, "S13": -17.704672920892509, "W21": -36.97595180064986, "S21": -36.97595180064986, "W22": -39.829915981250593, "S22": -39.829915981250593, "W31": -71.522662787075021, "S31": -73.178736365338196, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107253.0, 499975.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39037119732068104, "S11": -0.4512296214078052, "W12": -6.6476320763163006, "S12": -16.647632076316299, "W13": -21.036170764429677, "S13": -21.036170764429677, "W21": -30.0, "S21": -30.0, "W22": -39.827372328170789, "S22": -39.827372328170789, "W31": -71.531265618188215, "S31": -73.211662282888213, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107253.0, 505605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5365205377310902, "S11": -2.5365205377310902, "W12": -9.9930617018586414, "S12": -9.9930617018586414, "W13": -30.024654719529924, "S13": -30.024654719529924, "W21": -36.861876888591425, "S21": -36.861876888591425, "W22": -39.796882482122804, "S22": -39.796882482122804, "W31": -71.634384631665299, "S31": -73.606333303498914, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107254.0, 511560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36916635065099224, "S11": -0.36916635065099224, "W12": -9.6920331631622183, "S12": -14.542581136694062, "W13": -14.542581136694062, "S13": -33.423772625207008, "W21": -40.0, "S21": -40.0, "W22": -41.056408744829241, "S22": -46.022239592318712, "W31": -79.795435190792702, "S31": -82.873147849925672, "W32": -95.0, "S32": -100.0 }, "geometry": { "type": "Point", "coordinates": [ 107254.5, 514433.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64225797992300682, "S11": -7.1707037942800875, "W12": -8.2967797023664307, "S12": -8.2967797023664307, "W13": -14.951896057910531, "S13": -14.951896057910531, "W21": -40.293682701568102, "S21": -43.293682701568102, "W22": -41.360370117039061, "S22": -44.673889837122744, "W31": -79.089957942532365, "S31": -82.067195617953217, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107255.0, 496980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48791026479241578, "S11": -6.7303222532943501, "W12": -7.0564268712738514, "S12": -13.875522340108123, "W13": -15.30297255537304, "S13": -15.757409488596467, "W21": -40.0, "S21": -40.0, "W22": -38.702270093502449, "S22": -40.045052730542707, "W31": -76.815743088654116, "S31": -78.90913230564783, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107255.0, 497535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5985524892756189, "S12": -8.5985524892756189, "W13": -13.380026078397735, "S13": -25.897077216138122, "W21": -40.331328932673074, "S21": -40.331328932673074, "W22": -38.346004447710357, "S22": -39.668269152499342, "W31": -72.047580208787366, "S31": -72.349206137686423, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107255.689393939392176, 516056.446969696960878 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.1573674795415947, "S12": -10.395934917690022, "W13": -24.593971385310279, "S13": -24.593971385310279, "W21": -30.0, "S21": -30.0, "W22": -34.650295456676503, "S22": -35.541548926441912, "W31": -64.447743975883043, "S31": -64.447743975883043, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107256.142857142855064, 509621.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59736156141416674, "S11": -0.59736156141416674, "W12": -4.1146487491997297, "S12": -12.528561586198293, "W13": -22.808915114619808, "S13": -22.808915114619808, "W21": -30.199176104843403, "S21": -30.199176104843403, "W22": -40.375967086439779, "S22": -40.375967086439779, "W31": -60.0, "S31": -60.0, "W32": -100.0, "S32": -105.0 }, "geometry": { "type": "Point", "coordinates": [ 107256.2, 509974.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.1866985297217862, "W12": -6.0470019317655703, "S12": -9.33565790043939, "W13": -26.213935099101995, "S13": -26.213935099101995, "W21": -30.000000000000004, "S21": -30.255510906266451, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107257.0, 508829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4794061711234776, "S11": -1.4794061711234776, "W12": -10.0, "S12": -12.272551871255708, "W13": -21.405461347737536, "S13": -23.108654262223713, "W21": -38.652556765094346, "S21": -38.652556765094346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107257.5, 513185.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30126521052894073, "S11": -0.30126521052894073, "W12": -5.2221232739240397, "S12": -5.2221232739240397, "W13": -21.630101866102024, "S13": -21.642013667038142, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107257.833333333328483, 506028.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43596392333709139, "S11": -0.43596392333709139, "W12": -5.3572265786469275, "S12": -5.3572265786469275, "W13": -21.554124120522726, "S13": -21.554124120522726, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107258.0, 505955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5189214675760239, "S11": -2.5189214675760239, "W12": -9.982754727886844, "S12": -9.982754727886844, "W13": -29.996503780795024, "S13": -29.996503780795024, "W21": -36.846778340964534, "S21": -36.846778340964534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107258.857142857144936, 511556.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7894764097592506, "S11": -2.54955409189236, "W12": -10.917727615240965, "S12": -12.702456320533603, "W13": -17.88757103453834, "S13": -20.866862240133567, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107259.0, 504137.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5106386863844599, "S11": -1.5106386863844599, "W12": -6.1043081477435432, "S12": -6.1043081477435432, "W13": -20.0, "S13": -20.0, "W21": -42.418780125555436, "S21": -42.418780125555436, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107259.0, 520730.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33973728563603417, "S11": -0.33973728563603417, "W12": -9.6958081228255928, "S12": -12.948506372053192, "W13": -13.46084449012689, "S13": -27.269747502158722, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107259.5, 514604.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61545138664633203, "S11": -0.61545138664633203, "W12": -4.1390755021788603, "S12": -11.83243720793379, "W13": -22.612912156955716, "S13": -22.631761720962452, "W21": -30.267989293024726, "S21": -30.267989293024726, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107259.666666666671517, 510015.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37484641638225252, "S11": -0.37484641638225252, "W12": -9.6624221423559895, "S12": -14.690249748826158, "W13": -14.690249748826158, "S13": -33.07830702787799, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107260.0, 514405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46102246181491463, "S11": -0.46102246181491463, "W12": -9.0009332322387454, "S12": -9.7200363290237917, "W13": -12.769479384727001, "S13": -12.769479384727001, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107260.0, 515244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56660276857646719, "S11": -4.553238461951211, "W12": -6.464239932734186, "S12": -8.8479582210551069, "W13": -26.420258071880717, "S13": -26.420258071880717, "W21": -30.0, "S21": -30.605914033713891, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107260.166666666671517, 508715.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45349799721119954, "S11": -0.45349799721119954, "W12": -5.5009589852234573, "S12": -5.5009589852234573, "W13": -21.466765212713909, "S13": -21.466765212713909, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107260.5, 505909.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.883616313175617, "S12": -9.4081680243754207, "W13": -12.767398934352556, "S13": -12.767398934352556, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107260.5, 515480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.235696444257719, "S11": -3.235696444257719, "W12": -10.484557107681384, "S12": -11.333639481867859, "W13": -30.297067506369785, "S13": -30.297067506369785, "W21": -37.395515432819948, "S21": -37.395515432819948, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107260.666666666671517, 512022.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44334141958670265, "S11": -0.44334141958670265, "W12": -9.0247702336508961, "S12": -9.784184989875282, "W13": -12.769424594116042, "S13": -12.769424594116042, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107261.0, 515195.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3648963640992067, "S12": -8.2878529420864897, "W13": -18.526432506576153, "S13": -20.574537033056963, "W21": -29.854687374762133, "S21": -30.222768568205467, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107261.444444444437977, 503355.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61422537093413299, "S11": -0.90114587400206414, "W12": -10.995296850987655, "S12": -13.425873792677576, "W13": -18.579680915073546, "S13": -18.579680915073546, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107261.857142857144936, 504533.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.170915231103506, "S11": -1.170915231103506, "W12": -10.0, "S12": -12.686973619975772, "W13": -19.158264746227708, "S13": -22.493846837122486, "W21": -38.70518396968297, "S21": -38.70518396968297, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107262.0, 513306.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -12.609986172958264, "W13": -15.000000000000002, "S13": -15.170368024132806, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107262.5, 498088.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64007803075797465, "S11": -7.1585134098865177, "W12": -8.3340386946511362, "S12": -8.3340386946511362, "W13": -14.953268117846873, "S13": -14.953268117846873, "W21": -40.278586034134477, "S21": -43.140568552366993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107262.578125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44151679056423943, "S11": -0.44151679056423943, "W12": -5.6772503078768626, "S12": -5.6772503078768626, "W13": -21.379406304904993, "S13": -21.379406304904993, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107263.0, 505863.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.1956631702881637, "S12": -11.001062011197323, "W13": -24.842024765690788, "S13": -24.842024765690788, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107263.714285714289872, 509577.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5905184324217636, "S11": -2.5905184324217636, "W12": -10.0, "S12": -10.0, "W13": -30.213711591561669, "S13": -30.213711591561669, "W21": -36.89081119828279, "S21": -36.89081119828279, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107264.5, 511604.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8489845632419168, "S12": -9.3191939320306449, "W13": -12.83726969839679, "S13": -12.83726969839679, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107265.0, 515547.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4298385015656836, "S11": -0.4298385015656836, "W12": -5.8535416305300476, "S12": -5.8535416305300476, "W13": -21.292047397096177, "S13": -21.292047397096177, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107265.5, 505817.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9190684006227912, "S11": -2.9190684006227912, "W12": -10.271248273433867, "S12": -10.660429102399684, "W13": -31.094904353981281, "S13": -31.094904353981281, "W21": -37.109182578311632, "S21": -37.109182578311632, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107266.571428571434808, 511792.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84277757001259346, "S11": -0.84277757001259346, "W12": -6.5038740136336539, "S12": -6.5038740136336539, "W13": -16.986736116172327, "S13": -17.674202526137464, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107266.857142857144936, 501838.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62303357704047913, "S11": -7.024449860363676, "W12": -8.2639012862439394, "S12": -8.2639012862439394, "W13": -14.966744672989284, "S13": -14.966744672989284, "W21": -40.202890246897283, "S21": -42.587799378587462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107267.0, 497083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9917888839269674, "S11": -0.9917888839269674, "W12": -5.0, "S12": -5.9642424478467371, "W13": -17.375703702098846, "S13": -20.375703702098846, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107267.0, 502590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47576999101527401, "S11": -0.47576999101527401, "W12": -8.9773531125119277, "S12": -9.6622489029153531, "W13": -12.74585883004597, "S13": -12.74585883004597, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107267.0, 515288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0680813513740648, "S11": -2.0680813513740648, "W12": -10.0, "S12": -11.597994559617248, "W13": -25.758967889756377, "S13": -38.781298324996143, "W21": -38.781298324996143, "S21": -38.781298324996143, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107267.5, 512940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2605013975100734, "S11": -1.2605013975100734, "W12": -10.0, "S12": -12.518512801272895, "W13": -20.136201629327903, "S13": -22.940064994818471, "W21": -38.658467858159597, "S21": -38.658467858159597, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107267.5, 513269.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41901352303847084, "S11": -0.41901352303847084, "W12": -6.0298329531832318, "S12": -6.0311922857037246, "W13": -21.204688489287353, "S13": -21.204688489287353, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107268.0, 505771.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42831113066826609, "S11": -0.42831113066826609, "W12": -9.8237417488795664, "S12": -15.39594134384188, "W13": -15.39594134384188, "S13": -29.36767335585138, "W21": -39.984709501747631, "S21": -39.984709501747631, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107268.0, 514101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93153189697069627, "S11": -0.93153189697069627, "W12": -7.6555284947137352, "S12": -7.6555284947137352, "W13": -21.579074698795225, "S13": -21.579074698795225, "W21": -32.066564708595237, "S21": -32.277811032223852, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107268.4, 510702.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49857527349723557, "S11": -5.4985752734972353, "W12": -5.4985752734972353, "S12": -12.373865310796994, "W13": -15.0, "S13": -15.221004515915849, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107269.0, 497978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32907765558505037, "S11": -0.32907765558505037, "W12": -9.6098774769323843, "S12": -12.331731235943714, "W13": -13.225715406124257, "S13": -23.846862096691627, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107269.0, 514671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.8823055453328603, "S12": -2.8823055453328599, "W13": -16.029437251054528, "S13": -16.029437251054528, "W21": -36.129312807626221, "S21": -36.129312807626221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107269.0, 523861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70566270834442757, "S11": -0.70566270834442757, "W12": -5.4108536841867494, "S12": -5.4108536841867494, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107269.5, 521782.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39639064672554514, "S11": -0.39639064672554514, "W12": -6.3871064242100521, "S12": -12.334643897443456, "W13": -21.045407574087385, "S13": -21.045407574087385, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107270.0, 505678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38221168836640962, "S11": -0.38221168836640962, "W12": -9.6704262661263769, "S12": -14.759452957123191, "W13": -14.759452957123191, "S13": -32.64184620032961, "W21": -40.033703355312426, "S21": -40.033703355312426, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107270.0, 514370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40818854451124387, "S11": -0.40818854451124387, "W12": -6.2061242758366379, "S12": -8.8807645703644429, "W13": -21.11732958147844, "S13": -21.11732958147844, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107270.5, 505725.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49775539391957885, "S11": -6.8905302228981009, "W12": -7.4832059701913414, "S12": -12.974359816817284, "W13": -15.247404261330257, "S13": -15.585685545563843, "W21": -40.000000000000007, "S21": -40.269249733994059, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107270.666666666671517, 497468.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77450117913099237, "S11": -0.77450117913099237, "W12": -4.9093808890739075, "S12": -11.506257704025515, "W13": -21.098602758861531, "S13": -21.113421254767633, "W21": -30.802468255635958, "S21": -30.802468255635958, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107270.666666666671517, 510379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41786342925151465, "S11": -0.4596381339475557, "W12": -6.0580207867350504, "S12": -6.0580207867350504, "W13": -21.175659550783159, "S13": -21.175659550783159, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107271.0, 505765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3805125052326208, "S11": -3.3974242952646536, "W12": -7.5908909364205694, "S12": -8.6743473271034297, "W13": -25.0, "S13": -25.316830697326115, "W21": -30.0, "S21": -32.064827772143126, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107271.0, 508232.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.2178609605611088, "S12": -7.2178609605611088, "W13": -14.450958491513195, "S13": -14.450958491513195, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107271.0, 525652.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.2339588610348162, "S12": -11.64894095200987, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107271.285714285710128, 509534.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41856500532026153, "S11": -0.41856500532026153, "W12": -5.0, "S12": -7.3924310273741991, "W13": -16.452722192325581, "S13": -19.166008748346041, "W21": -38.556525542952862, "S21": -38.556525542952862, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107271.444444444437977, 499829.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86539537104051512, "S11": -0.86539537104051512, "W12": -6.2054039876335469, "S12": -6.2054039876335469, "W13": -17.038925744990323, "S13": -18.125687316969941, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107271.5, 501939.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0056452643926328, "S11": -1.0056452643926328, "W12": -8.9872346461440618, "S12": -8.9872346461440618, "W13": -22.52169045883927, "S13": -22.52169045883927, "W21": -33.149718850888284, "S21": -33.149718850888284, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107272.4, 510844.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2179738761792054, "S11": -3.2179738761792054, "W12": -10.415875303764293, "S12": -11.381442603359355, "W13": -30.033677846311456, "S13": -30.033677846311456, "W21": -37.415524436013293, "S21": -37.415524436013293, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107272.833333333328483, 512062.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94129116400391288, "S11": -0.94129116400391288, "W12": -8.4778830244243046, "S12": -10.13231880302806, "W13": -18.48606144689834, "S13": -20.473952616246088, "W21": -29.88146227396394, "S21": -30.172521975226566, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 503536.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39736356598403122, "S11": -0.39736356598403122, "W12": -6.3824155984898221, "S12": -12.366017536954828, "W13": -21.029970673669617, "S13": -21.029970673669617, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 505680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2056413578647316, "S11": -3.2056413578647316, "W12": -10.306384481066031, "S12": -10.306384481066031, "W13": -30.0, "S13": -30.0, "W21": -37.676290974760697, "S21": -37.676290974760697, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 512283.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1522389220005351, "S11": -3.1522389220005351, "W12": -10.276069209971524, "S12": -10.276069209971524, "W13": -30.0, "S13": -30.0, "W21": -37.749039945399971, "S21": -37.749039945399971, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 512344.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3500875639166412, "S11": -1.3500875639166412, "W12": -10.0, "S12": -12.383395773199585, "W13": -20.815770831488532, "S13": -23.087915471574885, "W21": -38.611751746636237, "S21": -38.611751746636237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 513233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.2578938657124823, "S11": 1.2578938657124823, "W12": -4.7125996543760289, "S12": -4.7125996543760289, "W13": -18.105296914725383, "S13": -18.105296914725383, "W21": -34.752990879424189, "S21": -34.752990879424189, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107273.0, 522839.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071714909591129819, "S11": -0.071714909591129819, "W12": -6.0696856650390574, "S12": -16.421700386785361, "W13": -16.421700386785361, "S13": -18.190593398310121, "W21": -40.150718244175344, "S21": -40.150718244175344, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107274.0, 498798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8518566280107525, "S12": -5.8518566280107525, "W13": -20.0, "S13": -20.0, "W21": -43.349731831590219, "S21": -43.349731831590219, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107274.333333333328483, 521114.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96941836441378315, "S11": -0.96941836441378315, "W12": -5.0, "S12": -5.0, "W13": -17.306160129634925, "S13": -20.306160129634925, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107274.5, 502456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6445163271124366, "S11": -2.6445163271124366, "W12": -10.0, "S12": -10.115232137759421, "W13": -30.402768463593411, "S13": -30.402768463593411, "W21": -36.919745507974163, "S21": -36.919745507974163, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107275.0, 511649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0336846373776416, "S11": -1.0336846373776416, "W12": -5.0, "S12": -5.8206526306726989, "W13": -17.632362122111335, "S13": -20.620551200742593, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107275.5, 502777.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31278663570787513, "S11": -1.1066414725721587, "W12": -5.0, "S12": -9.7567350882423991, "W13": -18.065199410041362, "S13": -19.768819190553479, "W21": -39.934079419801705, "S21": -39.934079419801705, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107276.0, 499650.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3593133786569047, "W12": -7.7842205385473715, "S12": -7.7842205385473715, "W13": -17.005609465532434, "S13": -18.420949647356583, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107278.0, 501498.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55105603176281581, "W12": -8.8038246502944251, "S12": -14.22827573319211, "W13": -20.0, "S13": -20.0, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107278.0, 505043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4143466902625037, "S11": -0.4143466902625037, "W12": -9.7604619195578408, "S12": -15.166100404646796, "W13": -15.166100404646796, "S13": -30.594687356189851, "W21": -40.095130202979902, "S21": -40.095130202979902, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107278.0, 514193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44721810292746833, "S11": -0.44721810292746833, "W12": -4.2722545517813844, "S12": -12.29681989282135, "W13": -25.0, "S13": -25.0, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107278.857142857144936, 509490.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9429439242088642, "S11": -2.9429439242088642, "W12": -10.376664951385315, "S12": -10.867711919832381, "W13": -30.853215308203989, "S13": -30.853215308203989, "W21": -37.115960998483189, "S21": -37.115960998483189, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107280.0, 511824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38957696035056671, "S11": -0.38957696035056671, "W12": -9.6784303898967625, "S12": -14.82865616542022, "W13": -14.82865616542022, "S13": -32.205385372781237, "W21": -40.075901249337889, "S21": -40.075901249337889, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107280.0, 514335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6389906207473537, "S12": -5.6389906207473537, "W13": -20.0, "S13": -20.0, "W21": -43.898125502815766, "S21": -43.898125502815766, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107280.0, 521438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6416918728344783, "S12": -8.7336044115573657, "W13": -13.265312102841975, "S13": -22.017093565604128, "W21": -40.197136432721422, "S21": -40.197136432721422, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107280.973684210519423, 515956.986842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48056980703745744, "S11": -6.3332863747544277, "W12": -6.3332863747544277, "S12": -13.010805892509342, "W13": -15.336922866333584, "S13": -16.336922866333584, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107281.0, 497702.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27041010386697234, "S11": -0.27041010386697234, "W12": -5.0, "S12": -10.632354065835619, "W13": -18.748654654894068, "S13": -20.161373371590436, "W21": -39.994501105308814, "S21": -39.994501105308814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107282.0, 499577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41973659397605811, "S11": -0.46227171938246781, "W12": -6.8729040847721254, "S12": -16.17107585474972, "W13": -20.77507446485966, "S13": -20.77507446485966, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107282.0, 505553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1278191482403626, "S11": -1.1278191482403626, "W12": -9.2427431459979683, "S12": -9.2427431459979683, "W13": -22.9972619119456, "S13": -22.9972619119456, "W21": -33.719027758198948, "S21": -33.719027758198948, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107282.0, 510912.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.1255998044441085, "S12": -4.4544275120310157, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -37.384739793310786, "S21": -37.384739793310786, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107282.2, 524348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82158352447100635, "S11": -0.82158352447100635, "W12": -5.3339339939007848, "S12": -9.4285039849606189, "W13": -21.177794656888423, "S13": -21.177794656888423, "W21": -31.059282412271486, "S21": -31.169014748317689, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107283.0, 510444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0038502972509235622, "S11": -0.10405437612513853, "W12": -4.5274239244180796, "S12": -12.446266089468665, "W13": -25.513313909783413, "S13": -25.513313909783413, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107283.2, 509252.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41624417178374368, "S11": -0.41624417178374368, "W12": -5.0, "S12": -7.6269285325165228, "W13": -16.593159542981287, "S13": -19.081841907034722, "W21": -38.723175728750192, "S21": -38.723175728750192, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107283.25, 499819.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6320304735136533, "S11": -1.6320304735136533, "W12": -6.0573904333559119, "S12": -6.0573904333559119, "W13": -20.0, "S13": -20.0, "W21": -42.740767313828393, "S21": -42.740767313828393, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107284.0, 520805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86916884820113238, "S11": -0.86916884820113238, "W12": -6.3384718766769037, "S12": -6.3384718766769037, "W13": -17.029140163944298, "S13": -18.07789322956647, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107284.75, 501921.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.619957412438505, "S11": -7.0124114895844647, "W12": -8.3040028106323334, "S12": -8.3040028106323334, "W13": -15.046836779850439, "S13": -15.046836779850439, "W21": -40.175944855580944, "S21": -42.293464651840566, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107285.0, 497121.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.2002513081006754, "S11": -3.2002513081006754, "W12": -10.347193499847112, "S12": -11.429245724850922, "W13": -30.0, "S13": -30.0, "W21": -37.435533439206665, "S21": -37.435533439206665, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107285.0, 512103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31505972718344277, "S11": -0.31505972718344277, "W12": -4.310550242528036, "S12": -12.944698833633895, "W13": -25.0, "S13": -25.0, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107286.428571428565192, 509446.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2940465650871851, "S11": -3.3871386271907973, "W12": -7.1414639733528862, "S12": -8.5567351997679815, "W13": -24.742255758538523, "S13": -25.118929759045137, "W21": -30.000000000000004, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107287.0, 507961.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43818688230008984, "S11": -0.43818688230008984, "W12": -9.0195840445088198, "S12": -9.7888347781974101, "W13": -12.691745044283705, "S13": -12.691745044283705, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107287.0, 515193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6816217377660445, "S12": -15.297379168684792, "W13": -20.40947362059115, "S13": -20.40947362059115, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107287.4, 505341.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59105416038533665, "S11": -1.0910541603853368, "W12": -10.920728630868526, "S12": -13.493856109233962, "W13": -17.912641676998426, "S13": -19.750010874641266, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107288.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9433024847036662, "S11": -2.9433024847036662, "W12": -10.411203044173106, "S12": -10.948330357223183, "W13": -30.733507547444354, "S13": -30.733507547444354, "W21": -37.110528248320712, "S21": -37.110528248320712, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107288.285714285710128, 511835.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.56627980586621651, "W12": -9.8427928994082841, "S12": -13.094927328086401, "W13": -19.261334599523419, "S13": -19.261334599523419, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107289.0, 504775.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9852634925701018, "S12": -5.9852634925701018, "W13": -20.0, "S13": -20.0, "W21": -42.610939819572913, "S21": -42.610939819572913, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107289.666666666671517, 520915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88458473999674259, "S11": -0.88458473999674259, "W12": -7.2752040549669106, "S12": -7.2752040549669106, "W13": -21.485728863279164, "S13": -21.485728863279164, "W21": -31.967462424373622, "S21": -32.138491268711348, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107290.6, 510659.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4922863447438508, "S11": -6.7895082742708759, "W12": -7.1388123256096891, "S12": -13.505721296986923, "W13": -15.24109595279347, "S13": -15.451481349095447, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107291.0, 497508.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41358177882974301, "S11": -2.4135817788297422, "W12": -5.0, "S12": -7.8055586962554866, "W13": -16.702272636677097, "S13": -19.03313216980353, "W21": -38.851899584797216, "S21": -38.851899584797216, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107291.0, 499811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1333042228020669, "S11": -1.1333042228020669, "W12": -5.4471573439815169, "S12": -5.4471573439815169, "W13": -20.0, "S13": -20.0, "W21": -35.532505175983438, "S21": -35.532505175983438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107291.0, 521730.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3061334007079015, "S12": -8.3061334007079015, "W13": -13.996989715071516, "S13": -15.330628401877433, "W21": -41.111000104559622, "S21": -41.111000104559622, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107291.405172413797118, 516627.530172413797118 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61165659919890014, "S11": -6.9723361245233297, "W12": -8.2503367722432515, "S12": -8.2503367722432515, "W13": -15.062310966599911, "S13": -15.062310966599911, "W21": -40.13577892609208, "S21": -41.97460656732062, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107291.428571428565192, 497167.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.4306342321762084, "W12": -6.3318971215096509, "S12": -8.5057796867245372, "W13": -26.420272739401437, "S13": -26.420272739401437, "W21": -30.0, "S21": -30.872469219807165, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107292.0, 508755.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49165589930596398, "S11": -5.748870092030451, "W12": -5.748870092030451, "S12": -11.817844883925634, "W13": -15.0, "S13": -15.498210155303447, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107293.0, 497908.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5331483337076521, "S11": -2.5331483337076524, "W12": -5.0, "S12": -10.877734089892403, "W13": -21.874717538047221, "S13": -22.095801505406179, "W21": -27.303171855828879, "S21": -28.51357080677834, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107293.0, 506632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9927854777517049, "S11": -2.9927854777517049, "W12": -10.430499239583501, "S12": -11.051352465958866, "W13": -30.562197112885006, "S13": -30.562197112885006, "W21": -37.140403282337239, "S21": -37.140403282337239, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107293.0, 511869.5 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1213918428967682, "S11": 1.1213918428967682, "W12": -5.244273211325523, "S12": -5.244273211325523, "W13": -19.72764316834688, "S13": -19.72764316834688, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107293.8, 522037.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18290135143957695, "S11": -0.18290135143957695, "W12": -4.348845933274605, "S12": -13.592577774445378, "W13": -25.075497000022082, "S13": -25.075497000022082, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107294.0, 509403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5167734555386811, "S12": -5.5167734555386811, "W13": -20.0, "S13": -20.0, "W21": -40.671490704009948, "S21": -40.671490704009948, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107294.0, 521625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.22351528897331774, "W12": -10.126276329703996, "S12": -11.151935747394893, "W13": -17.28722005166361, "S13": -18.169409353631153, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107294.857142857144936, 501035.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54463368900397335, "S11": -3.0803509668118343, "W12": -11.187678789294706, "S12": -12.53478916653337, "W13": -17.501767905694695, "S13": -18.920130523809107, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 500683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9165130987609225, "S11": -1.9165130987609225, "W12": -10.0, "S12": -11.726369063048384, "W13": -25.0, "S13": -38.713718928248191, "W21": -38.713718928248191, "S21": -38.713718928248191, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 512999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48022102425876007, "S11": -0.48022102425876007, "W12": -8.9580164890711309, "S12": -9.6306586140289205, "W13": -12.660525998756153, "S13": -12.660525998756153, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 515313.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107295.0, 528465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.757427947163448, "S12": -9.0723003311346364, "W13": -13.005570245806108, "S13": -14.847670116547985, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107295.219512195122661, 515716.829268292698544 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43926480321781347, "S11": -1.2293240674468771, "W12": -5.1215432329334654, "S12": -5.4771191411725013, "W13": -21.231531978988805, "S13": -21.345225828048594, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107295.666666666671517, 506055.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09453399240930109, "S11": -0.09453399240930109, "W12": -6.0529793665885023, "S12": -16.381921558351941, "W13": -16.381921558351941, "S13": -18.076697161355334, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107296.0, 498790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5705770644280159, "S11": -1.5705770644280159, "W12": -6.087484569100881, "S12": -6.087484569100881, "W13": -20.0, "S13": -20.0, "W21": -42.609234287317314, "S21": -42.609234287317314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107296.8, 520761.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63655439354683063, "S11": -7.1544793571741119, "W12": -8.506770447012185, "S12": -8.506770447012185, "W13": -15.0, "S13": -15.0, "W21": -40.237061526161298, "S21": -42.628052517152305, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107297.0, 497062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4621816959408354, "S11": -2.4621816959408354, "W12": -10.0, "S12": -10.937909254029483, "W13": -29.148969280383547, "S13": -35.173159489953171, "W21": -38.125883652867493, "S21": -38.125883652867493, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107297.0, 512708.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.4217586114101186, "S12": -7.4217586114101186, "W13": -14.575549838421233, "S13": -14.575549838421233, "W21": -42.795278751125529, "S21": -42.795278751125529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107297.0, 525359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1844702287744022, "S11": -3.1844702287744022, "W12": -10.274889719490838, "S12": -11.485309249527271, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.461457091598895, "S21": -37.461457091598895, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107297.4, 512148.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60106370496049, "S11": -7.0153968246272429, "W12": -8.1966707338541447, "S12": -8.6217164956537822, "W13": -15.077785153349396, "S13": -15.077785153349396, "W21": -40.095612996603172, "S21": -41.655748482800256, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107297.857142857144936, 497213.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -11.911465478277103, "W13": -14.981842446451383, "S13": -15.15972479939256, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107298.0, 498118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76594627565034756, "S11": -2.3191690344158316, "W12": -10.789981325557777, "S12": -12.520785518969127, "W13": -17.875260542067231, "S13": -20.860123149202828, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107298.0, 504133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.010816034960921, "S11": -2.010816034960921, "W12": -10.0, "S12": -11.582494311499241, "W13": -25.749183834290218, "S13": -38.799701363852215, "W21": -38.799701363852215, "S21": -38.799701363852215, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107298.0, 512947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34101419963763541, "S11": -0.34101419963763541, "W12": -9.6369119649069734, "S12": -12.803235342867838, "W13": -13.357827816310285, "S13": -26.59338554465706, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107298.0, 514623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67909872275040828, "S11": -3.0927529382399315, "W12": -10.331629272452929, "S12": -11.938005494985635, "W13": -17.521049243394941, "S13": -19.025225957477556, "W21": -30.33962167079039, "S21": -30.33962167079039, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107298.5, 500651.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58026815815646315, "S11": -0.58026815815646315, "W12": -4.1698117024940391, "S12": -10.755507983636823, "W13": -22.91613451556838, "S13": -22.91613451556838, "W21": -30.453906910832576, "S21": -30.453906910832576, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107298.6, 509982.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96465380331285255, "S11": -0.96465380331285255, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -17.257399115293495, "S13": -20.036718963857712, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107299.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -6.8287056885619517, "W13": -18.335920332562903, "S13": -20.747330415892357, "W21": -29.815916883032671, "S21": -30.143703458742259, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107299.0, 503245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3912775272352862, "S11": -2.3912775272352862, "W12": -9.9020521377093118, "S12": -9.9020521377093118, "W13": -29.26559069843093, "S13": -29.26559069843093, "W21": -36.726642568886042, "S21": -36.726642568886042, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107299.142857142855064, 511532.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65115154248791085, "S11": -7.2740901828441231, "W12": -8.6159124176628445, "S12": -8.6159124176628445, "W13": -15.098709145379921, "S13": -15.098709145379921, "W21": -40.296647522004648, "S21": -43.014670263298733, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.0317616240995413, "W12": -5.0317616240995413, "S12": -11.760517932612125, "W13": -14.989563210666295, "S13": -15.269907962290924, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.033986356007146876, "S11": -0.033986356007146876, "W12": -6.3808894258352939, "S12": -16.506275977435436, "W13": -16.52956826738259, "S13": -17.11858924640357, "W21": -40.311862943919756, "S21": -40.311862943919756, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1687102340289057, "S11": -0.1687102340289057, "W12": -5.2609981350907553, "S12": -13.023723332018573, "W13": -20.0, "S13": -20.692496275840696, "W21": -40.217834424275999, "S21": -40.217834424275999, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 499398.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53871653433625855, "S11": -2.9458827793132123, "W12": -5.0, "S12": -7.4347403014669435, "W13": -15.24494780928182, "S13": -18.110317519404283, "W21": -36.977623871018771, "S21": -36.977623871018771, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.40788099835519287, "W12": -10.325611061967503, "S12": -11.394911052186277, "W13": -17.309211080623285, "S13": -18.145418559252878, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50042939516623752, "S11": -4.4541546795597116, "W12": -6.3643942078962912, "S12": -8.350477859546098, "W13": -26.451797767851691, "S13": -26.451797767851691, "W21": -30.0, "S21": -30.988939672105893, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 508747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9423282687780867, "S11": -1.9423282687780867, "W12": -9.6541835250979897, "S12": -9.6541835250979897, "W13": -25.494284693695302, "S13": -25.494284693695302, "W21": -36.530624070209932, "S21": -36.530624070209932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.0, 511311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81408947377810637, "S11": -0.81408947377810637, "W12": -5.6744950299863097, "S12": -8.0922987944278191, "W13": -21.218208835341347, "S13": -21.218208835341347, "W21": -31.272645063488646, "S21": -31.428233080910594, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107300.333333333328483, 510487.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38200353937555298, "S11": -0.38200353937555298, "W12": -9.6202651813456654, "S12": -14.66400532299661, "W13": -14.66400532299661, "S13": -32.783619032601955, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107302.0, 514393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42249939039600432, "S11": -0.42249939039600432, "W12": -9.7636542619453319, "S12": -15.267901149688811, "W13": -15.267901149688811, "S13": -29.799572819392012, "W21": -39.96467115017392, "S21": -39.96467115017392, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107302.5, 514136.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.262686454204254, "S11": -4.2270643243114039, "W12": -6.8837176226086036, "S12": -9.8837176226086036, "W13": -24.144956314535346, "S13": -24.144956314535346, "W21": -29.999999999999996, "S21": -32.563152970309204, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107304.0, 507796.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54077107103422895, "S11": -4.4710468306115079, "W12": -6.5206603510781385, "S12": -8.2284214319269431, "W13": -26.415108755637707, "S13": -26.415108755637707, "W21": -30.0, "S21": -31.162836527968572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107304.0, 508701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5821565166799082, "S11": -7.0501432306888834, "W12": -8.1430046954650628, "S12": -9.4862251343365642, "W13": -15.093259340098868, "S13": -15.093259340098868, "W21": -40.055447067114315, "S21": -41.33689039828031, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107304.285714285710128, 497259.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76726761427879642, "S11": -0.76726761427879642, "W12": -5.0421867097880471, "S12": -10.572351613436552, "W13": -21.092032652348532, "S13": -21.097364051982076, "W21": -31.043517170473965, "S21": -31.043517170473965, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107304.833333333328483, 510406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65811488192484779, "S11": -1.5606601324858052, "W12": -7.176734127021982, "S12": -7.176734127021982, "W13": -16.936073666643747, "S13": -17.681163767853324, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107305.0, 501614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6407399285072044, "S11": -2.6407399285072044, "W12": -10.0, "S12": -10.276152747082135, "W13": -30.523352455476132, "S13": -30.523352455476132, "W21": -36.896680435479972, "S21": -36.896680435479972, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107305.0, 511687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59139723833267777, "S11": -0.59139723833267777, "W12": -4.1927203362961896, "S12": -10.139040646698682, "W13": -22.78769599199093, "S13": -22.79922481404607, "W21": -30.528448184318158, "S21": -30.528448184318158, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107305.333333333328483, 510012.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5868328019994831, "S12": -8.5868328019994831, "W13": -13.367437563583389, "S13": -26.713932634215471, "W21": -40.332249653538526, "S21": -40.332249653538526, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107305.454545454544132, 516055.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -3.0426270312945456, "S11": -3.0426270312945456, "W12": -10.355836900719378, "S12": -11.106496385023044, "W13": -30.271178917566019, "S13": -30.271178917566019, "W21": -37.164845566191296, "S21": -37.164845566191296, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107306.0, 511915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3868101623036733, "S11": -1.3868101623036733, "W12": -6.5434736999278655, "S12": -6.5434736999278655, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -40.13573408044924, "S21": -40.13573408044924, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107306.0, 520072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061600037721340803, "S11": -0.061600037721340803, "W12": -4.3748773951909943, "S12": -14.116336019962327, "W13": -25.172751587931199, "S13": -25.172751587931199, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107307.0, 509364.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0209161950161234, "S11": -2.0209161950161234, "W12": -9.6905187128587684, "S12": -9.6905187128587684, "W13": -26.113591712805857, "S13": -26.113591712805857, "W21": -36.546273564977106, "S21": -36.546273564977106, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107307.0, 511352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.869141228684569, "S12": -9.3983550969749938, "W13": -12.756621960779809, "S13": -12.756621960779809, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107307.0, 515486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.844808719294786, "S12": -9.3284677251976014, "W13": -12.808546716479199, "S13": -12.808546716479199, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107307.0, 515535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8883588455887192, "S11": -2.8883588455887192, "W12": -10.372915933158195, "S12": -10.951813294004682, "W13": -30.572714554594317, "S13": -30.572714554594317, "W21": -37.060618091666235, "S21": -37.060618091666235, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107307.5, 511830.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41615272612104065, "S11": -0.41615272612104065, "W12": -9.7320143472844691, "S12": -15.152980680091272, "W13": -15.152980680091272, "S13": -30.364098313511906, "W21": -40.024400523314533, "S21": -40.024400523314533, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107307.5, 514182.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86938848472448393, "S11": -0.86938848472448393, "W12": -6.681991579636823, "S12": -6.681991579636823, "W13": -16.994614228083009, "S13": -17.849041394682668, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107308.428571428565192, 501855.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51141932671145462, "S11": -0.77122188510966239, "W12": -10.998360018908482, "S12": -13.350832801801413, "W13": -18.562403449865574, "S13": -18.562403449865574, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107309.285714285710128, 504519.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -3.1686891494481118, "S11": -3.1686891494481118, "W12": -10.202585939134476, "S12": -11.144308040470964, "W13": -30.0, "S13": -30.0, "W21": -37.487380743991167, "S21": -37.487380743991167, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107309.8, 512194.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3506990300104738, "S12": -8.5843621841048403, "W13": -18.507558804095208, "S13": -20.614560340336539, "W21": -29.831308813954053, "S21": -30.12626319206376, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107310.0, 503361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9675365687844031, "S11": -2.9675365687844031, "W12": -10.358071680319295, "S12": -11.043145477453553, "W13": -30.371007130463109, "S13": -30.371007130463109, "W21": -37.111873918329685, "S21": -37.111873918329685, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107310.0, 511878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56324932839932695, "S11": -7.0848896367505985, "W12": -8.0893386570760768, "S12": -10.350733773019453, "W13": -15.10873352684832, "S13": -15.10873352684832, "W21": -40.015281137625458, "S21": -41.018032313760322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107310.714285714289872, 497305.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37027446481890725, "S11": -0.42913796942602467, "W12": -8.8386301286791067, "S12": -8.8386301286791067, "W13": -17.1388005137789, "S13": -19.946080087045296, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107312.0, 501281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44421203953279426, "S11": -0.44421203953279426, "W12": -8.9994993267916517, "S12": -9.7531244452697106, "W13": -12.615210940518066, "S13": -12.615210940518066, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107312.0, 515221.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.1587679406038727, "S11": 1.1587679406038727, "W12": -4.7291038593895269, "S12": -4.7291038593895269, "W13": -18.153958863004764, "S13": -18.153958863004764, "W21": -34.523946154145378, "S21": -34.523946154145378, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107312.0, 522820.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65476719433459551, "S11": -7.3118275675843503, "W12": -8.7079480132349367, "S12": -8.7079480132349367, "W13": -15.146197614495094, "S13": -15.146197614495094, "W21": -40.302544842887521, "S21": -42.971789818983964, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107312.21875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0602745910264506, "S11": -1.0602745910264506, "W12": -5.0, "S12": -5.7993506080874706, "W13": -17.658654643530298, "S13": -20.426763857217722, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107312.25, 502808.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83763758302283264, "S11": -0.83763758302283264, "W12": -6.8948796152206171, "S12": -6.8948796152206171, "W13": -21.392383027763206, "S13": -21.392383027763206, "W21": -31.868360140152213, "S21": -31.999171505199037, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107312.8, 510616.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74395591106197034, "S11": -1.7439559110619705, "W12": -5.0000000000000009, "S12": -11.146428876183975, "W13": -21.387592469832036, "S13": -21.462684597452466, "W21": -30.000000000000004, "S21": -31.015052170069985, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107314.0, 506277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9239862627571771, "S11": -0.9239862627571771, "W12": -8.7891588956666311, "S12": -8.7891588956666311, "W13": -22.285377362081459, "S13": -22.285377362081459, "W21": -33.126262562784135, "S21": -33.126262562784135, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107314.2, 510819.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5070878657000613, "S12": -5.5070878657000613, "W13": -20.0, "S13": -20.0, "W21": -39.902630617464375, "S21": -39.902630617464375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107314.5, 521642.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.73364221895295845, "W12": -10.903605613123641, "S12": -13.18942272616086, "W13": -18.626334115909152, "S13": -18.626334115909152, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107315.0, 504542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16586393738711622, "S11": -2.4117959769238069, "W12": -5.1233458177278397, "S12": -8.6214599125893479, "W13": -26.123998611482314, "S13": -26.123998611482314, "W21": -30.0, "S21": -30.524367385192129, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107315.0, 508980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -3.007232443638248, "S11": -3.007232443638248, "W12": -10.096553884963869, "S12": -10.096553884963869, "W13": -30.0, "S13": -30.0, "W21": -37.679939446264001, "S21": -37.679939446264001, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107315.0, 512366.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44142071562806967, "S11": -1.4222223570150541, "W12": -5.0, "S12": -7.7972472628685665, "W13": -16.507052265826712, "S13": -18.740708725105186, "W21": -38.641878641055328, "S21": -38.641878641055328, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107315.333333333328483, 499844.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49571232428898282, "S11": -6.8373670011785972, "W12": -7.2168229045658503, "S12": -13.212361205915734, "W13": -15.197327637891929, "S13": -15.241763647784714, "W21": -40.0, "S21": -40.015046842965724, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107315.533333333340124, 497487.733333333337214 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40415606678394994, "S11": -0.40415606678394994, "W12": -5.0, "S12": -8.3979882103834971, "W13": -17.065569276137897, "S13": -19.072458239907931, "W21": -39.279997753633864, "S21": -39.279997753633864, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107315.875, 499782.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20672513325656156, "S11": -0.20672513325656156, "W12": -5.0624231932298596, "S12": -12.321111506478923, "W13": -20.0, "S13": -20.822294374509354, "W21": -40.131153364164888, "S21": -40.131153364164888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107316.0, 499453.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28037753673307575, "S11": -0.58229358025711098, "W12": -8.7092359703314468, "S12": -8.7092359703314468, "W13": -17.12439221581214, "S13": -20.12439221581214, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107317.0, 501305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54434214011874515, "S11": -7.1196360428122398, "W12": -8.0356726186869949, "S12": -11.232384055032798, "W13": -15.124207713597794, "S13": -15.124207713597794, "W21": -40.0, "S21": -40.724059021103784, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107317.142857142855064, 497351.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8039468128757552, "S11": -0.8039468128757552, "W12": -6.093665958036393, "S12": -6.8347034958573332, "W13": -21.258623013794328, "S13": -21.258623013794328, "W21": -31.504672120235401, "S21": -31.706115819033183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107317.666666666671517, 510530.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89252789797604937, "S11": -0.89252789797604937, "W12": -6.443646945118763, "S12": -6.443646945118763, "W13": -17.041230965112003, "S13": -18.265822761149909, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107317.75, 501946.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9597293499511208, "S11": -0.9597293499511208, "W12": -5.4205873026163527, "S12": -5.4205873026163527, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107318.25, 521774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -11.514192606376838, "W13": -14.968144307627796, "S13": -15.226541204848196, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107319.142857142855064, 498155.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6648650392195132, "S11": -2.9461744373187742, "W12": -5.0, "S12": -7.7837155973436669, "W13": -22.202604250069001, "S13": -22.535824171280272, "W21": -26.695721234833467, "S21": -26.695721234833467, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107320.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.059701275996895342, "S11": 0.059701275996895342, "W12": -4.4009088571073836, "S12": -14.089186759933954, "W13": -25.270006175840315, "S13": -25.270006175840315, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107320.0, 509325.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8572729763528306, "S12": -5.8572729763528306, "W13": -20.0, "S13": -20.0, "W21": -42.661202430334427, "S21": -42.661202430334427, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107320.0, 521113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49577680614579928, "S11": -6.8357630598771415, "W12": -7.1960652737270578, "S12": -13.213168285971028, "W13": -15.188815395693165, "S13": -15.188815395693165, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107322.0, 497488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33156104294593591, "S11": -0.33156104294593591, "W12": -5.0, "S12": -10.05533466710563, "W13": -18.199114397517924, "S13": -19.733140568234262, "W21": -39.904515583666033, "S21": -39.904515583666033, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107322.0, 499658.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3396218505009849, "S11": -2.3396218505009849, "W12": -9.8699345682134272, "S12": -9.8699345682134272, "W13": -29.070859419464998, "S13": -29.070859419464998, "W21": -36.67303358771975, "S21": -36.67303358771975, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107322.0, 511531.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9144718043533069, "S11": -1.9144718043533069, "W12": -10.0, "S12": -11.643897376318485, "W13": -25.342169242127234, "S13": -38.78041249105906, "W21": -38.78041249105906, "S21": -38.78041249105906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107322.0, 512979.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6150683467572469, "S12": -15.0703824617683, "W13": -20.345374405465847, "S13": -20.345374405465847, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107322.2, 505367.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -3.0959994817310372, "S11": -3.0959994817310372, "W12": -10.130282158778201, "S12": -10.37203195390094, "W13": -30.0, "S13": -30.0, "W21": -37.513304396383404, "S21": -37.513304396383404, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107322.2, 512239.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81709915323682047, "S11": -0.81709915323682047, "W12": -5.0, "S12": -6.2449906356477207, "W13": -17.938928209329223, "S13": -20.754926760091365, "W21": -30.0, "S21": -30.128986478255573, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107323.0, 502995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.063429014943075, "S11": -1.063429014943075, "W12": -9.1822291060816799, "S12": -9.1822291060816799, "W13": -22.965588135632558, "S13": -22.965588135632558, "W21": -33.913076980065711, "S21": -33.913076980065711, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107323.0, 510915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9974002717935293, "S11": -0.9974002717935293, "W12": -5.0, "S12": -5.0, "W13": -17.306977876741531, "S13": -20.306977876741531, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107323.25, 502460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5254349518381396, "S11": -7.0732291189706906, "W12": -7.8340116984838071, "S12": -11.997524049189519, "W13": -15.139681900347279, "S13": -15.139681900347279, "W21": -40.0, "S21": -40.445366866072327, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107323.571428571434808, 497397.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3937781937895661, "S11": -1.3937781937895661, "W12": -6.2783143981340652, "S12": -6.2783143981340652, "W13": -20.0, "S13": -25.0, "W21": -41.634812781241237, "S21": -41.634812781241237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107324.0, 520476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6410261852259396, "S12": -5.6410261852259396, "W13": -20.0, "S13": -20.0, "W21": -43.862204344328241, "S21": -43.862204344328241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107324.0, 521441.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89654026599321412, "S11": -0.89654026599321412, "W12": -6.4775670004672135, "S12": -6.4775670004672135, "W13": -17.041704481855248, "S13": -18.287428980640904, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107324.5, 501947.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56650814876723776, "S11": -3.5665081487672374, "W12": -5.0, "S12": -7.7402831072025258, "W13": -15.341517595189517, "S13": -18.32249182268918, "W21": -36.895406685729888, "S21": -36.895406685729888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107326.0, 500022.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.89253379103199859, "W12": -10.809971367382094, "S12": -11.809971367382094, "W13": -17.365497665493681, "S13": -17.965584092415668, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107326.0, 500909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49666242469527738, "S11": -6.8486942952472605, "W12": -7.2211977799451139, "S12": -13.135920253866509, "W13": -15.179219350213934, "S13": -15.190927730508104, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107327.0, 497482.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6407144078883498, "S11": -1.6407144078883498, "W12": -6.0648005064379875, "S12": -6.0648005064379875, "W13": -20.0, "S13": -20.0, "W21": -42.767370141422525, "S21": -42.767370141422525, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107329.0, 520800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.380981182795695, "S11": -1.380981182795695, "W12": -5.4584089233000492, "S12": -5.4584089233000492, "W13": -20.0, "S13": -20.0, "W21": -35.818456947996587, "S21": -35.818456947996587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107329.25, 521718.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39477573579903241, "S11": -0.39477573579903241, "W12": -9.6202527718514652, "S12": -14.762097737710345, "W13": -14.762097737710345, "S13": -32.035066487204034, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107329.333333333328483, 514336.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.1526348592048903, "S12": -4.3629100339551528, "W13": -15.0, "S13": -15.0, "W21": -37.290861829859956, "S21": -37.290861829859956, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107329.8, 524346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5065277635575578, "S11": -6.9467703060672319, "W12": -7.4863645337873885, "S12": -12.616677798851775, "W13": -15.155156087096751, "S13": -15.155156087096751, "W21": -40.000000000000007, "S21": -40.177743752108547, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107330.0, 497444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.56658298456315304, "W12": -9.9102958579880838, "S12": -12.651798471879246, "W13": -19.250767481190387, "S13": -19.250767481190387, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107330.333333333328483, 504764.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6277885784292465, "S12": -8.7244966676864379, "W13": -13.258659381499422, "S13": -23.026647438961405, "W21": -40.204146929013433, "S21": -40.204146929013433, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107330.57894736842718, 515960.28947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13535889558313052, "S11": 0.033183792809842683, "W12": -4.4816989966950649, "S12": -12.562772686662878, "W13": -25.504520784982859, "S13": -25.504520784982859, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107331.0, 509239.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9956864913005843, "S12": -5.9956864913005843, "W13": -20.0, "S13": -20.0, "W21": -42.438181839383859, "S21": -42.438181839383859, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107331.5, 520905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9841998625062063, "S11": -2.9841998625062063, "W12": -10.230978623847305, "S12": -11.13882825784872, "W13": -30.0, "S13": -30.0, "W21": -37.155016970095403, "S21": -37.155016970095403, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107332.0, 511956.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18100258971513136, "S11": 0.18100258971513136, "W12": -4.4269403190237737, "S12": -13.466548063166933, "W13": -25.367260763749428, "S13": -25.367260763749428, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107333.0, 509286.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5408688415983971, "S11": -1.0297148664222817, "W12": -5.0721602189013408, "S12": -6.3289965397177745, "W13": -21.14078666025571, "S13": -21.144897906048413, "W21": -30.0, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107333.5, 506082.5 ] } }, +{ "type": "Feature", "properties": { "W11": -3.0191826898159766, "S11": -3.0191826898159766, "W12": -10.05797837842184, "S12": -10.05797837842184, "W13": -30.0, "S13": -30.0, "W21": -37.539228048775676, "S21": -37.539228048775676, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107334.6, 512285.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.630515442471572, "S11": -1.630515442471572, "W12": -6.0706609904582169, "S12": -6.0706609904582169, "W13": -20.0, "S13": -20.0, "W21": -42.754989675419978, "S21": -42.754989675419978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107334.6, 520791.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.383745149023343, "S11": -3.8231761413424277, "W12": -7.5808377665301423, "S12": -7.5808377665301414, "W13": -25.000000000000004, "S13": -25.570522839310534, "W21": -30.0, "S21": -32.53432349212099, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 508148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79380415197340637, "S11": -0.79380415197340637, "W12": -6.5145551754743236, "S12": -6.5145551754743236, "W13": -21.299037192247248, "S13": -21.299037192247248, "W21": -31.769257855930796, "S21": -31.859851741686718, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 510574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6369635299019714, "S11": -2.6369635299019714, "W12": -10.0, "S12": -10.43707335640485, "W13": -30.643936447358858, "S13": -30.643936447358858, "W21": -36.873615362985788, "S21": -36.873615362985788, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 511725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8337737669685739, "S11": -2.8337737669685739, "W12": -10.278498318232293, "S12": -10.9452460714782, "W13": -30.292213800984648, "S13": -30.292213800984648, "W21": -37.005275184849289, "S21": -37.005275184849289, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 511836.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4974022758614414, "S12": -5.4974022758614414, "W13": -20.0, "S13": -20.0, "W21": -38.81254414809402, "S21": -38.81254414809402, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107335.0, 521660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34229111363923653, "S11": -0.34229111363923653, "W12": -9.5083453440913814, "S12": -12.588293850785512, "W13": -13.254811142493683, "S13": -25.917023587155406, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107336.5, 514642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68646429055427571, "S11": -2.0969262775468751, "W12": -10.662235035874586, "S12": -12.339114717404646, "W13": -17.862950049596126, "S13": -20.853384058272095, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 504129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2443482645600472, "S11": -2.2443482645600472, "W12": -10.0, "S12": -11.122425298585704, "W13": -28.056664746276763, "S13": -35.471197100958406, "W21": -38.058918326962839, "S21": -38.058918326962839, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 512793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41668765012374259, "S11": -0.41668765012374259, "W12": -9.7035667750110974, "S12": -15.139860955535744, "W13": -15.139860955535744, "S13": -30.133509270833962, "W21": -39.944632798600225, "S21": -39.944632798600225, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 514172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36877006699532294, "S11": -0.36877006699532294, "W12": -9.5239536648577445, "S12": -13.831368700903059, "W13": -13.831368700903059, "S13": -33.780199594809396, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 514492.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45023719676549867, "S11": -0.45023719676549867, "W12": -8.9794146090744853, "S12": -9.7174141123420128, "W13": -12.538676836752431, "S13": -12.538676836752431, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107337.0, 515249.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9033368411373459, "W12": -11.430567453209768, "S12": -12.679889487108074, "W13": -17.475382221499959, "S13": -18.468568306188875, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107338.0, 500729.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46596585804132973, "S11": -0.46596585804132973, "W12": -8.9573177917406177, "S12": -9.6593161113515986, "W13": -12.540678600041925, "S13": -12.540678600041925, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107338.0, 515293.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.9908640425854196, "S11": 0.9908640425854196, "W12": -5.2480440798179595, "S12": -5.2480440798179595, "W13": -19.737198272039258, "S13": -19.737198272039258, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107338.0, 522038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.2280463011206626, "W12": -9.9944138554442681, "S12": -10.629168829422635, "W13": -17.282478123322992, "S13": -18.23802521194213, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107338.285714285710128, 501046.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50592314508290348, "S11": -6.9390581314719597, "W12": -7.4426967107701714, "S12": -12.645745627605965, "W13": -15.144390881960017, "S13": -15.144390881960017, "W21": -40.000000000000007, "S21": -40.133521916279534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107339.0, 497446.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74749995539988456, "S11": -0.74749995539988456, "W12": -5.2481544989852722, "S12": -9.711607491330664, "W13": -21.085462545835515, "S13": -21.085462545835515, "W21": -31.284566085312036, "S21": -31.284566085312036, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107339.0, 510433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2653305064951934, "S11": -2.2653305064951934, "W12": -9.8213495475317814, "S12": -9.8213495475317814, "W13": -28.53467761606684, "S13": -28.53467761606684, "W21": -36.606506796807551, "S21": -36.606506796807551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107339.428571428565192, 511508.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -11.116919734476571, "W13": -14.954446168804207, "S13": -15.293357610303833, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107340.285714285710128, 498193.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56317475489879487, "S11": -0.56317475489879487, "W12": -4.2249746557883592, "S12": -8.9824543810751258, "W13": -23.023353916516605, "S13": -23.023353916516605, "W21": -30.708637716821741, "S21": -30.708637716821741, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107341.0, 509991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2937168867646935, "S12": -8.2937168867646935, "W13": -13.987718458887688, "S13": -15.401443060340394, "W21": -41.113690215163366, "S21": -41.113690215163366, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107341.396551724144956, 516627.646551724115852 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53341633695252122, "S11": -4.341437307890434, "W12": -6.617941659377669, "S12": -7.7204670628633814, "W13": -26.32932818626001, "S13": -26.32932818626001, "W21": -30.0, "S21": -31.334887206113475, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107342.75, 508672.125 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9240530114960239, "S11": -2.9240530114960239, "W12": -10.203970460434222, "S12": -11.051505988876638, "W13": -30.0, "S13": -30.0, "W21": -37.073036095940786, "S21": -37.073036095940786, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107344.333333333328483, 511911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7450365787869107, "S12": -9.0586582158923434, "W13": -12.989423335860046, "S13": -17.167599899357711, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107345.0, 515717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77695893752540979, "S11": -3.7769589375254085, "W12": -10.546712315303214, "S12": -11.336038459045959, "W13": -17.846395915772515, "S13": -20.626854021924341, "W21": -30.0, "S21": -30.032343532577162, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 503992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55724308925933741, "W12": -10.0, "S12": -12.427038088125467, "W13": -19.203068752363116, "S13": -19.203068752363116, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 504745.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19425048876830386, "S11": 0.19425048876830386, "W12": -4.4529717809401621, "S12": -12.84390936639991, "W13": -25.464515351658541, "S13": -25.464515351658541, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 509248.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8181275737456928, "S11": -1.8181275737456928, "W12": -10.0, "S12": -11.70530044113773, "W13": -24.91744365823121, "S13": -36.896064398691315, "W21": -38.151182469232602, "S21": -38.151182469232602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 513012.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5185261397631704, "S11": -1.5185261397631704, "W12": -6.1218262334525404, "S12": -6.1218262334525404, "W13": -20.0, "S13": -20.0, "W21": -42.549108898398984, "S21": -42.549108898398984, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107346.0, 520716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9423658979010101, "S11": -2.9423658979010101, "W12": -10.0, "S12": -10.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -37.565151701167906, "S21": -37.565151701167906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107347.0, 512331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79080604124052867, "S11": -2.8470310903331248, "W12": -10.457225406516729, "S12": -12.165267548059047, "W13": -17.519043857154465, "S13": -18.698023026602989, "W21": -30.541633338571454, "S21": -30.541633338571454, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107347.25, 500657.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39206796178415626, "S11": -0.39206796178415626, "W12": -5.0, "S12": -9.1690478882504713, "W13": -17.537979009294506, "S13": -19.272261156573862, "W21": -39.81622895056595, "S21": -39.81622895056595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107348.5, 499745.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0868645446752594, "S11": -1.0868645446752594, "W12": -5.0, "S12": -5.9475427037028679, "W13": -17.684947164949261, "S13": -20.232976513692847, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107349.0, 502839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66594704876590483, "S11": -7.4285142636225512, "W12": -8.9878143432483366, "S12": -8.9878143432483366, "W13": -15.293035361707998, "S13": -15.293035361707998, "W21": -40.320779781371897, "S21": -42.839200414440342, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49910010586989773, "S11": -5.5105676509397812, "W12": -5.5105676509397812, "S12": -10.738153850623416, "W13": -14.963759704052165, "S13": -15.434103354233903, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073703730440903129, "S11": -0.073703730440903129, "W12": -6.2779129584235296, "S12": -16.277912958423528, "W13": -16.352064834187125, "S13": -17.110491407613697, "W21": -40.246476697130646, "S21": -40.246476697130646, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55915577842782183, "S11": -3.1886755299082989, "W12": -5.0, "S12": -8.0681513577028294, "W13": -15.272174941369528, "S13": -17.91712477668786, "W21": -37.250047722625304, "S21": -37.250047722625304, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.47260244582711086, "W12": -10.242506634387075, "S12": -11.003858386173723, "W13": -17.311051809164265, "S13": -17.904305652904458, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89599939943639417, "S11": -0.89599939943639395, "W12": -6.8601091456398873, "S12": -6.8601091456398873, "W13": -17.002492339993722, "S13": -18.023880263228161, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 501873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1100001, "S12": -5.1100001, "W13": -21.110001, "S13": -21.110001, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.870893002039518, "S11": -2.870893002039518, "W12": -10.198033579026989, "S12": -10.990762688560409, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.019837388070641, "S21": -37.019837388070641, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 511877.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.8952764748479822, "W12": -7.2968262509365802, "S12": -12.850235150498005, "W13": -15.136452750088132, "S13": -15.215477331166579, "W21": -40.0, "S21": -40.01424752809276, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 497462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70165251021768194, "S11": -0.70165251021768194, "W12": -7.0945784849819882, "S12": -9.8857128093425075, "W13": -16.962566236544088, "S13": -19.234604441597774, "W21": -33.887156123787683, "S21": -33.887156123787683, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 500331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56734309001898808, "S11": -0.56734309001898808, "W12": -4.2463651704135073, "S12": -8.6390513098249002, "W13": -22.962479827026492, "S13": -22.962614091258502, "W21": -30.788907075611604, "S21": -30.788907075611604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 510010.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.0596420154953572, "S11": 1.0596420154953572, "W12": -4.7456080644030632, "S12": -4.7456080644030632, "W13": -18.202620811284266, "S13": -18.202620811284266, "W21": -34.294901428866396, "S21": -34.294901428866396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 522800.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53855497912184791, "S11": 0.53855497912184791, "W12": -2.9999999999999996, "S12": -6.0, "W13": -16.927517155812097, "S13": -16.927517155812097, "W21": -35.01911267460644, "S21": -35.01911267460644, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107351.0, 523433.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -9.009228304439409, "S12": -9.129226609206043, "W13": -17.167633791900794, "S13": -19.495128970977049, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107352.0, 501236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63683642104285654, "S11": -2.9642118076500639, "W12": -5.0, "S12": -8.0, "W13": -15.723998668540043, "S13": -18.719231965703273, "W21": -36.269120261168112, "S21": -36.269120261168112, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107353.0, 500098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48829078250730823, "S11": -0.48829078250730823, "W12": -9.9852317473045158, "S12": -13.592835215219969, "W13": -15.0, "S13": -22.392629857717896, "W21": -39.025657310589651, "S21": -39.025657310589651, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107353.0, 513637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.03045810300476165, "S11": -2.2273261574309555, "W12": -5.0, "S12": -8.2292039183513204, "W13": -26.198311322136682, "S13": -26.198311322136682, "W21": -30.216499973127469, "S21": -30.826628328416806, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107355.0, 508982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5751131147233171, "S12": -8.5751131147233171, "W13": -13.356794957627711, "S13": -27.188481996907541, "W21": -40.333170374404069, "S21": -40.333170374404069, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107355.219696969696088, 516054.098484848509543 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52399547733803076, "S11": -7.0502791963848024, "W12": -7.6893281478132849, "S12": -12.078322969240904, "W13": -15.099966368226864, "S13": -15.099966368226864, "W21": -40.0, "S21": -40.304676104676112, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107356.0, 497404.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90509242006601065, "S11": -0.90509242006601065, "W12": -6.8007030434279736, "S12": -6.8007030434279736, "W13": -17.017346969860558, "S13": -18.164598029434824, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107356.0, 501902.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85970840758140299, "S11": -0.85970840758140299, "W12": -8.5910831451891987, "S12": -8.5910831451891987, "W13": -22.049064265323647, "S13": -22.049064265323647, "W21": -33.102806274679992, "S21": -33.102806274679992, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107356.0, 510794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73691124577042966, "S11": -0.73691124577042966, "W12": -5.6007466861243911, "S12": -8.4693053616742251, "W13": -21.122908748035641, "S13": -21.122908748035641, "W21": -31.490755861075279, "S21": -31.490755861075279, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107356.2, 510474.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45408072003520661, "S11": -0.68676533376373461, "W12": -10.837409728495116, "S12": -13.098244694515913, "W13": -18.545125984657449, "S13": -18.545125984657449, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107356.714285714289872, 504506.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63918593677171331, "S11": -2.8894196992690162, "W12": -5.0, "S12": -7.9978840230346862, "W13": -15.768667983771262, "S13": -18.768667983771262, "W21": -36.199327883245793, "S21": -36.199327883245793, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107357.0, 500107.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.531550338919522, "S12": -14.826421138023331, "W13": -20.346496117420873, "S13": -20.346496117420873, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107357.0, 505394.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17657503092207641, "S11": 0.015787820716262058, "W12": -4.4894525868949575, "S12": -12.071195930676293, "W13": -25.584250121488466, "S13": -25.584250121488466, "W21": -30.0, "S21": -30.092535349022516, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107357.0, 509202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.862225965275961, "S11": -2.862225965275961, "W12": -10.0, "S12": -10.007460558373076, "W13": -30.0, "S13": -30.0, "W21": -37.610838947128045, "S21": -37.610838947128045, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107357.0, 512388.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.9246358324103428, "S11": -2.9246358324103428, "W12": -10.106120346975231, "S12": -11.171160130674396, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.145188373999517, "S21": -37.145188373999517, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107358.0, 511998.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2426496665180755, "S12": -8.7564034179002146, "W13": -18.473546563041353, "S13": -20.666659081080521, "W21": -29.806261262965076, "S21": -30.031777429596648, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107358.3, 503356.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84935104487283319, "S11": -0.84935104487283319, "W12": -8.4534899461582107, "S12": -8.4534899461582107, "W13": -21.93686466915775, "S13": -21.93686466915775, "W21": -32.99782140957187, "S21": -32.99782140957187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107359.0, 510779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46427642593584278, "S11": -1.2813621979516456, "W12": -5.0, "S12": -8.3368726833576972, "W13": -16.561382339328365, "S13": -18.662867081361117, "W21": -38.727231739158391, "S21": -38.727231739158391, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107359.222222222218988, 499859.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5138039969804991, "S11": -4.5138039969804993, "W12": -5.8644747575084573, "S12": -7.1350392031733847, "W13": -23.153962908504482, "S13": -23.153962908504482, "W21": -29.999999999999996, "S21": -31.412006106290207, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107360.0, 507352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49898879820333025, "S11": -6.7893293585792565, "W12": -6.9500861166451307, "S12": -13.450008872718922, "W13": -15.147251014453623, "S13": -15.381161583844808, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107360.4, 497506.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65505510421842938, "S11": -2.2702820336581189, "W12": -5.0, "S12": -7.9462702557921521, "W13": -16.110644771148589, "S13": -18.864752646857013, "W21": -35.559665281007142, "S21": -35.559665281007142, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107361.0, 500172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4905301904686752, "S12": -5.4905301904686752, "W13": -20.0, "S13": -20.0, "W21": -37.858165875045678, "S21": -37.858165875045678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107361.0, 521674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9999999999999991, "S12": -10.719646862576303, "W13": -14.940748029980618, "S13": -15.360174015759469, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107361.428571428565192, 498230.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66945635791121649, "S11": -7.4651417252821837, "W12": -9.0664952816963815, "S12": -9.0664952816963815, "W13": -15.339127111143315, "S13": -15.339127111143315, "W21": -40.326503651640564, "S21": -42.79758115966424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107361.859375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35108879894668715, "S11": -0.35108879894668715, "W12": -5.0, "S12": -10.220165286465836, "W13": -18.267986101422622, "S13": -19.673740384388474, "W21": -39.874216091743982, "S21": -39.874216091743982, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107362.0, 499669.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95639358988178647, "S11": -0.95639358988178647, "W12": -6.0573078087300285, "S12": -6.0573078087300285, "W13": -17.142438463967405, "S13": -19.233359460205321, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107362.0, 502144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5076246181163051, "S11": -6.9144664296933787, "W12": -7.3035832342809526, "S12": -12.766119210745307, "W13": -15.117342747634362, "S13": -15.237695955097156, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107363.0, 497456.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6783574615314576, "S11": -0.6783574615314576, "W12": -5.0000000000000009, "S12": -6.7002391858654704, "W13": -18.028165025483911, "S13": -21.028165025483911, "W21": -30.0, "S21": -30.165991594591301, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107363.0, 503068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4939206645944802, "S11": -0.4939206645944802, "W12": -9.9982874897979634, "S12": -13.388293727706365, "W13": -14.999999999999998, "S13": -21.733358390917587, "W21": -38.930293757965266, "S21": -38.930293757965266, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107363.0, 513593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38344248281197008, "S11": -0.38344248281197008, "W12": -9.5380288950299992, "S12": -14.538028895029999, "W13": -14.538028895029999, "S13": -32.764772723713619, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107363.0, 514413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8710271855465628, "S12": -5.8710271855465628, "W13": -20.0, "S13": -20.0, "W21": -41.494380281932493, "S21": -41.494380281932493, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107363.6, 521098.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5412518863237403, "S11": -4.4762463753805823, "W12": -5.7328554415407771, "S12": -6.8474091268087207, "W13": -23.07405336019217, "S13": -23.07405336019217, "W21": -30.0, "S21": -31.281359370658105, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107363.75, 507303.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91966042491158373, "S11": -0.91966042491158373, "W12": -6.6818899026039791, "S12": -6.6818899026039791, "W13": -17.043536185233684, "S13": -18.405958205329878, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107364.0, 501953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62981704838053953, "S11": -1.9517326698172552, "W12": -10.574281689217965, "S12": -12.218775932251436, "W13": -17.854504920752817, "S13": -20.854504920752817, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107364.0, 504127.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99903888164578758, "S11": -0.99903888164578758, "W12": -9.1308161588064234, "S12": -9.1308161588064234, "W13": -22.93391435931952, "S13": -22.93391435931952, "W21": -34.107126201932481, "S21": -34.107126201932481, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107364.0, 510918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8982524746640195, "S12": -9.5070990746469235, "W13": -12.643424702574956, "S13": -13.27739318058013, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107364.0, 515399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92391168378529609, "S11": -0.92391168378529609, "W12": -6.6166621242575223, "S12": -6.6166621242575223, "W13": -17.054268799766195, "S13": -18.496964731715334, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107364.25, 501973.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6331871312967388, "S11": -2.6331871312967388, "W12": -10.065728678601413, "S12": -10.663722644328978, "W13": -30.281579714820147, "S13": -30.281579714820147, "W21": -36.850550290491597, "S21": -36.850550290491597, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107365.0, 511763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8639930489248746, "S11": -2.8639930489248746, "W12": -10.117568839821683, "S12": -11.036279305642616, "W13": -30.0, "S13": -30.0, "W21": -37.034399591291987, "S21": -37.034399591291987, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107365.0, 511918.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60464290554275646, "S11": -1.6046429055427565, "W12": -10.584300363660191, "S12": -12.394554181516149, "W13": -17.856514454310837, "S13": -20.645036215670842, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107366.0, 504153.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3556669407402395, "S11": -4.0351268139088239, "W12": -7.393068842673431, "S12": -10.063832350079036, "W13": -24.918122848821817, "S13": -25.443929554597837, "W21": -30.0, "S21": -32.663557326571272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107366.0, 508005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54816176811997952, "S11": -2.8212569643191698, "W12": -5.0, "S12": -8.3084252850349749, "W13": -15.550325042021274, "S13": -18.040316226837522, "W21": -37.576725674301443, "S21": -37.576725674301443, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107367.0, 499977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1569211587215829, "S11": -1.1569211587215829, "W12": -5.4303209210459542, "S12": -5.4303209210459542, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107367.0, 521766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5027959053248563, "S11": -4.5027959053248559, "W12": -6.0032505934282518, "S12": -7.1399807529509314, "W13": -23.282307724385262, "S13": -23.282307724385262, "W21": -30.0, "S21": -31.569516210160465, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107367.25, 507400.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5686997756669818, "S11": -4.3600554676839867, "W12": -5.6012361255730969, "S12": -6.544717522149913, "W13": -23.010095925599927, "S13": -23.010095925599927, "W21": -29.64164545517043, "S21": -30.79235809019643, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107367.5, 507255.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6019183773215995, "S11": -1.6019183773215995, "W12": -5.4696605026185816, "S12": -5.4696605026185816, "W13": -20.0, "S13": -20.0, "W21": -36.104408720009744, "S21": -36.104408720009744, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107367.5, 521706.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0070822860632825391, "S11": -2.0586162916414921, "W12": -11.447461473997857, "S12": -12.447461473997857, "W13": -17.441221762474139, "S13": -18.04925472061667, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107368.0, 500787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6430617497045246, "S12": -5.6430617497045246, "W13": -20.0, "S13": -20.0, "W21": -43.634971342019654, "S21": -43.634971342019654, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107368.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7217833431380787, "S11": -1.7217833431380787, "W12": -10.0, "S12": -11.766703505956976, "W13": -24.516168617445082, "S13": -35.035166849433466, "W21": -38.063350182480903, "S21": -38.063350182480903, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107370.0, 513045.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23981566452539604, "S11": 0.23981566452539604, "W12": -4.4543668448217764, "S12": -12.477783692049549, "W13": -25.524905913422632, "S13": -25.524905913422632, "W21": -30.012401095786348, "S21": -30.069538368326967, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107370.75, 509218.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7001131729655781, "S11": -3.6311781132446104, "W12": -5.0, "S12": -5.0, "W13": -22.549723473173458, "S13": -23.009214038547547, "W21": -27.271621820016726, "S21": -27.538347110821697, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107371.0, 506947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5961476650102233, "S11": -4.2438645599873919, "W12": -5.4696168096054167, "S12": -6.2420259174911044, "W13": -22.946138491007684, "S13": -22.946138491007684, "W21": -29.079473841765285, "S21": -30.099539741159177, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107371.25, 507207.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61386343927908726, "S11": -0.6225771192889431, "W12": -5.0518382098339396, "S12": -6.704851834431734, "W13": -21.276641428524286, "S13": -21.336197786457436, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107371.333333333328483, 506109.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53793636066986639, "W12": -9.9409811557822891, "S12": -12.171851954885899, "W13": -19.240200362857202, "S13": -19.240200362857202, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107371.666666666671517, 504754.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0253821791732756, "S11": -1.0253821791732756, "W12": -5.0, "S12": -5.0, "W13": -17.307795623848133, "S13": -20.307795623848133, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107372.0, 502464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6904538205150348, "S11": -1.6904538205150348, "W12": -6.0538374118155911, "S12": -6.0538374118155911, "W13": -20.0, "S13": -20.0, "W21": -42.417015493747051, "S21": -42.417015493747051, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107372.4, 520822.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54206780959315803, "S11": -7.1615002612976433, "W12": -7.9359595848563993, "S12": -11.510900310875844, "W13": -15.055541854493713, "S13": -15.055541854493713, "W21": -40.0, "S21": -40.462205062205221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107373.0, 497363.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26993975182540009, "S11": 0.26993975182540009, "W12": -4.4299271022401427, "S12": -12.862376212056356, "W13": -25.466758208464668, "S13": -25.466758208464668, "W21": -30.0, "S21": -30.011102792904794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107373.0, 509238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82083719423294998, "S11": -0.82083719423294998, "W12": -8.2441832268818143, "S12": -8.2441832268818143, "W13": -21.746857613665377, "S13": -21.746857613665377, "W21": -32.871114516516748, "S21": -32.871114516516748, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107373.25, 510755.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0061094900310668, "S12": -6.0061094900310668, "W13": -20.0, "S13": -20.0, "W21": -42.195186985627345, "S21": -42.195186985627345, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107373.333333333328483, 520895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72632253614097442, "S11": -0.72632253614097442, "W12": -6.0010341060781904, "S12": -7.2746984648324675, "W13": -21.160354950235771, "S13": -21.160354950235771, "W21": -31.696945636838517, "S21": -31.696945636838517, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107373.4, 510515.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27984146617187544, "S11": 0.27984146617187544, "W12": -4.4229608728812329, "S12": -12.962426038027022, "W13": -25.451771420517524, "S13": -25.451771420517524, "W21": -30.013431321930572, "S21": -30.013431321930572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107374.333333333328483, 509242.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4917878136692138, "S11": -4.4917878136692142, "W12": -6.1420264293480464, "S12": -6.8067895356928787, "W13": -23.407653493835227, "S13": -23.407653493835227, "W21": -30.0, "S21": -31.727026314030716, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107374.5, 507449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6215201938907604, "S11": -4.1492925021338465, "W12": -5.3379974936377357, "S12": -5.9393343128322957, "W13": -22.882181056415444, "S13": -22.944508271670077, "W21": -28.517302228360141, "S21": -29.406721392121927, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107375.0, 507159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34356802764083766, "S11": -0.34356802764083766, "W12": -9.3848594624779853, "S12": -12.378433097905379, "W13": -13.151794468677078, "S13": -25.240661629653747, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107375.0, 514661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60553191489361702, "S11": -1.9416778670030808, "W12": -10.534488746191396, "S12": -12.157443915840169, "W13": -17.850639557125021, "S13": -20.717088982925876, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107376.0, 504125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.143617444446452, "W13": -16.209547434961088, "S13": -22.212348744380492, "W21": -38.821497254480526, "S21": -38.821497254480526, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107376.0, 513545.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.179669913965661, "S12": -4.2713925558793147, "W13": -15.0, "S13": -15.0, "W21": -37.280895339322967, "S21": -37.280895339322967, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107377.4, 524344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73932805080810637, "S11": -1.3531435816399213, "W12": -7.5408936163426672, "S12": -7.5408936163426672, "W13": -16.926694811336592, "S13": -17.783686895769311, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107378.0, 501710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6383343880388517, "S11": -4.0929660894619255, "W12": -5.2537808430425654, "S12": -5.7408698484130243, "W13": -22.842573152399542, "S13": -23.098190871811504, "W21": -28.156396647582845, "S21": -28.963280645655228, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107378.0, 507128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6607355340954792, "S11": -1.6607355340954792, "W12": -6.0683059482115533, "S12": -6.0683059482115533, "W13": -20.0, "S13": -20.0, "W21": -42.441743042046426, "S21": -42.441743042046426, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107378.25, 520801.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.834731696138701, "S11": -2.834731696138701, "W12": -10.049869240549089, "S12": -11.059866500299703, "W13": -30.0, "S13": -30.0, "W21": -37.034198273551858, "S21": -37.034198273551858, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107378.666666666671517, 511944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39312490015106694, "S11": -0.39312490015106694, "W12": -9.5620751538061182, "S12": -14.695595735711896, "W13": -14.695595735711896, "S13": -31.848229867115727, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107378.666666666671517, 514337.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.646325882998585, "S11": -4.0546137197478913, "W12": -5.2063781776700555, "S12": -5.636642708173488, "W13": -22.818223621823201, "S13": -23.181125407889052, "W21": -27.955130614954999, "S21": -28.713903043084681, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107378.75, 507110.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8164284788805389, "S11": -2.8164284788805389, "W12": -10.0, "S12": -10.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.535146612119462, "S21": -37.535146612119462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107378.75, 512366.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8700984711065041, "S11": -2.8700984711065041, "W12": -10.0, "S12": -10.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -37.4604460145028, "S21": -37.4604460145028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107379.0, 512304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8409783065347742, "S11": -2.8409783065347742, "W12": -10.037627943093486, "S12": -11.087155625693905, "W13": -30.0, "S13": -30.0, "W21": -37.053655798148938, "S21": -37.053655798148938, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107379.5, 511962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1393834857549758, "S11": -2.1393834857549758, "W12": -9.7406469573541656, "S12": -9.7793826732225799, "W13": -27.903592478248388, "S13": -27.903592478248388, "W21": -36.486371024728953, "S21": -36.486371024728953, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107379.714285714289872, 511484.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61493589524817127, "S11": -7.4350094162503817, "W12": -8.7923397464032149, "S12": -8.7923397464032149, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.158031824199206, "S21": -41.534951601119026, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 497189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8, "S11": -3.1, "W12": -11.7, "S12": -13.1, "W13": -17.470240263514821, "S13": -18.164069644646364, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6138852840240183, "S12": -8.7345163314397176, "W13": -13.252951272599983, "S13": -24.037145924761528, "W21": -40.211157425305458, "S21": -40.211157425305458, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107380.184210526320385, 515963.59210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81376609296652669, "S11": -5.8137660929665262, "W12": -10.345814631589292, "S12": -10.345814631589292, "W13": -17.821601195058935, "S13": -20.598744593378584, "W21": -30.006757881472605, "S21": -30.034294042661394, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107381.0, 503852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.2630655548216643, "W12": -6.6286382978170364, "S12": -7.1969537054734705, "W13": -26.342733849681711, "S13": -26.342733849681711, "W21": -30.0, "S21": -31.333333791314466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107381.0, 508671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37997985678436252, "S11": -0.37997985678436252, "W12": -5.0, "S12": -9.9401075661174438, "W13": -18.01038874245112, "S13": -19.472064073239792, "W21": -39.831688968616753, "S21": -39.831688968616753, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107381.125, 499707.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54957978118150042, "S11": -4.2353459634800465, "W12": -6.7152229676771995, "S12": -7.2125126937998187, "W13": -26.263473417336257, "S13": -26.263473417336257, "W21": -30.0, "S21": -31.398018704865944, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107381.5, 508643.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.23257731326831454, "W12": -9.87801517281925, "S12": -10.494284253224706, "W13": -17.277736194982413, "S13": -18.227517013456055, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107381.714285714289872, 501056.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4807797220135712, "S11": -4.4807797220135708, "W12": -6.2808022652678419, "S12": -6.3589423097580307, "W13": -23.530327793905865, "S13": -23.530327793905865, "W21": -30.0, "S21": -31.884536417900968, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107381.75, 507497.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42178805736127634, "S11": -0.42178805736127634, "W12": -5.0, "S12": -9.0473743177543184, "W13": -17.39708109939609, "S13": -19.104077840848067, "W21": -39.693703630913156, "S21": -39.693703630913156, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107382.0, 499777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5723559633630373, "S12": -5.5723559633630373, "W13": -20.0, "S13": -20.0, "W21": -44.0, "S21": -44.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107382.0, 521553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6711315721064088, "S11": -3.9599349373619357, "W12": -5.0747588617023744, "S12": -5.3339511035146794, "W13": -22.754266187230961, "S13": -23.28190819363796, "W21": -27.593249023153941, "S21": -28.221374715651514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107382.5, 507062.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -10.729734042167735, "W13": -14.927049891157019, "S13": -15.426990421215272, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107382.571428571434808, 498268.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.6834447017072911, "S11": 0.6834447017072911, "W12": -5.2594895988655601, "S12": -5.2594895988655601, "W13": -19.77011419654999, "S13": -19.77011419654999, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107383.8, 522027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62774896181750606, "S11": -0.62774896181750606, "W12": -5.0540507098814835, "S12": -6.5682584067839498, "W13": -21.280742174514259, "S13": -21.347584130841195, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107386.0, 506108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6959372612142329, "S11": -3.8652561549759801, "W12": -5.0, "S12": -5.0881199531211765, "W13": -22.690308752638717, "S13": -23.199117357169072, "W21": -27.499700067751192, "S21": -27.99717902461666, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107386.25, 507014.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4836581050759081, "S12": -5.4836581050759081, "W13": -20.0, "S13": -20.0, "W21": -36.866072823878731, "S21": -36.866072823878731, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107387.0, 521688.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55552817856543146, "S11": -0.55552817856543146, "W12": -4.2968159411042635, "S12": -7.4485795854506796, "W13": -23.024307732090449, "S13": -23.024307732090449, "W21": -31.015332688864234, "S21": -31.015332688864234, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107387.5, 510023.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40115488425932416, "S11": -0.40115488425932416, "W12": -9.5858231074328089, "S12": -14.829061005742815, "W13": -14.829061005742815, "S13": -31.117759899409936, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107388.0, 514276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4697716303579287, "S11": -4.4697716303579282, "W12": -6.4195781011876356, "S12": -6.6767353507888449, "W13": -23.652136146478615, "S13": -23.652136146478615, "W21": -30.0, "S21": -32.042046521771219, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107389.0, 507546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56014014184828542, "S11": -7.2727213262104851, "W12": -8.1825910218995119, "S12": -10.943477652510781, "W13": -15.011117340760562, "S13": -15.011117340760562, "W21": -40.038351139807141, "S21": -40.658085159541294, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107390.0, 497321.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.720742950322057, "S11": -3.7705773725900249, "W12": -5.0, "S12": -5.0, "W13": -22.626351318046474, "S13": -23.116326520700188, "W21": -27.406151112348446, "S21": -27.772983333581809, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107390.0, 506966.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96051609038675423, "S11": 0.96051609038675423, "W12": -4.7621122694165612, "S12": -4.7621122694165612, "W13": -18.251282759563651, "S13": -18.251282759563651, "W21": -34.065856703587585, "S21": -34.065856703587585, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107390.0, 522781.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1146792973234738, "S11": -1.1146792973234738, "W12": -5.0, "S12": -6.2684099781122669, "W13": -17.699148288098982, "S13": -20.029535925265382, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107390.166666666671517, 502863.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53767673766744584, "S11": -0.53767673766744584, "W12": -4.283539163959504, "S12": -7.3347673020643072, "W13": -23.206935265784686, "S13": -23.206935265784686, "W21": -30.991676461864618, "S21": -30.991676461864618, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107390.4, 509989.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78196598088449709, "S11": -0.78196598088449709, "W12": -7.897283308574429, "S12": -7.897283308574429, "W13": -21.444650962007099, "S13": -21.444650962007099, "W21": -32.639422758353504, "S21": -32.639422758353504, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107390.5, 510716.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71573382651148354, "S11": -0.71573382651148354, "W12": -6.401850561371659, "S12": -6.401850561371659, "W13": -21.19780115243579, "S13": -21.19780115243579, "W21": -31.921127438740406, "S21": -31.921127438740406, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107390.6, 510556.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.90728742043912147, "W12": -10.62077028725732, "S12": -11.597413131949668, "W13": -17.359378396284789, "S13": -17.359378396284789, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107391.0, 500923.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7251726915735113, "S11": -3.3396363804218856, "W12": -5.0, "S12": -7.4754549949379614, "W13": -22.399223489355567, "S13": -22.818164373456046, "W21": -27.062167755434505, "S21": -27.062167755434505, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107391.0, 506815.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -6.9491673394173681, "W13": -14.47778370407555, "S13": -14.47778370407555, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107391.0, 525594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2813003728214589, "S12": -8.2813003728214589, "W13": -13.978447202703927, "S13": -15.472257718804208, "W21": -41.116380325767189, "S21": -41.116380325767189, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107391.387931034478243, 516627.762931034492794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88107589011549015, "S11": -0.88107589011549015, "W12": -7.0783480999760133, "S12": -7.0783480999760133, "W13": -17.007680070213315, "S13": -18.159590577856523, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107392.833333333328483, 501880.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5560673325934147, "S11": -2.5560673325934147, "W12": -10.0, "S12": -10.513492617153423, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -37.685757403077439, "S21": -37.685757403077439, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107393.0, 512591.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7006315483023624, "S11": -2.800439104263063, "W12": -5.0, "S12": -8.6928166129070235, "W13": -22.307908547922768, "S13": -22.699166502554313, "W21": -26.92635434417824, "S21": -26.92635434417824, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107394.0, 506750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.8179635641446739, "S11": -2.8179635641446739, "W12": -10.0, "S12": -11.180344899379902, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.072912005005882, "S21": -37.072912005005882, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107394.0, 512006.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6254391125304646, "S11": -1.6254391125304646, "W12": -10.000000000000002, "S12": -11.828106570776221, "W13": -24.114893576658954, "S13": -33.040977311375514, "W21": -38.01013662403102, "S21": -38.01013662403102, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107394.0, 513078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7326452104103733, "S12": -9.0768062977257102, "W13": -12.980251272154742, "S13": -19.494504528408196, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107394.780487804877339, 515717.170731707301456 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6294107326915062, "S11": -2.6294107326915062, "W12": -10.054999235560132, "S12": -10.813913810610412, "W13": -30.0, "S13": -30.0, "W21": -36.827485217997406, "S21": -36.827485217997406, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107395.0, 511801.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28588384238012354, "S11": 0.28588384238012354, "W12": -4.4557619087033897, "S12": -12.11165801769919, "W13": -25.58529647518672, "S13": -25.58529647518672, "W21": -30.190428154057251, "S21": -30.314873424394325, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107395.5, 509188.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77023489215452945, "S11": -2.8762778851343409, "W12": -11.237989208387406, "S12": -12.988212057249662, "W13": -17.517038470913988, "S13": -18.384622993094954, "W21": -30.753787603512968, "S21": -30.753787603512968, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107396.0, 500664.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.13717752680667472, "W12": -9.0722411064581507, "S12": -9.2548177400879474, "W13": -17.184454019288584, "S13": -19.079189383338534, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107396.0, 501211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43161910557676086, "S11": -2.4316191055767611, "W12": -6.1887864896640643, "S12": -15.238713233719064, "W13": -20.720470650343206, "S13": -20.720470650343206, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107396.0, 505739.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90091278847850798, "S11": -0.90091278847850798, "W12": -10.0, "S12": -12.63636884896073, "W13": -20.0, "S13": -23.598044223423699, "W21": -38.500453510185025, "S21": -38.500453510185025, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107396.0, 513378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4587635387022861, "S11": -4.4587635387022857, "W12": -6.5583539371074302, "S12": -7.1121865288293682, "W13": -23.773944499051364, "S13": -23.773944499051364, "W21": -30.0, "S21": -32.19955662564147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107396.25, 507594.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.2140439233817695, "W12": -6.666118562414602, "S12": -6.9727621426630764, "W13": -26.323975881369357, "S13": -26.323975881369357, "W21": -30.0, "S21": -31.357139422284256, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107398.0, 508660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53234613677311193, "S11": -6.9939978893751427, "W12": -7.3859686886163756, "S12": -12.396318167624891, "W13": -15.055466145054821, "S13": -15.367185578545856, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107399.0, 497429.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7172194869137254, "S11": -2.7172194869137254, "W12": -10.0, "S12": -10.019961389900553, "W13": -30.0, "S13": -30.0, "W21": -37.54173844799201, "S21": -37.54173844799201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107399.0, 512410.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3952913907481754, "S12": -14.447834226552978, "W13": -20.340461750547014, "S13": -20.340461750547014, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107399.142857142855064, 505419.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68074255504389891, "S11": -7.5829383444009801, "W12": -9.3195389849265169, "S12": -9.3195389849265169, "W13": -15.453120613024309, "S13": -15.453120613024309, "W21": -40.344912040739139, "S21": -42.663730565581936, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107400.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4981684507704976, "S11": -5.5617612007034865, "W12": -5.5617612007034865, "S12": -9.715789768634707, "W13": -14.94794749479073, "S13": -15.622864613536963, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107400.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11342110487465941, "S11": -0.11342110487465941, "W12": -6.1749364910117635, "S12": -16.174936491011763, "W13": -16.174936491011763, "S13": -17.102393568823832, "W21": -40.181090450341529, "S21": -40.181090450341529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107400.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57959502251938533, "S11": -3.0156663010938138, "W12": -5.0, "S12": -8.6422698072805133, "W13": -15.487471681315979, "S13": -17.919936117239242, "W21": -37.52247157423183, "S21": -37.52247157423183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107400.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.53732389329902897, "W12": -10.159402206806648, "S12": -10.931648154165895, "W13": -17.312892537705249, "S13": -17.773201825706298, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107400.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3070783847980996, "W12": -10.499796874488091, "S12": -12.536274233346537, "W13": -17.850063906535816, "S13": -20.235269637140931, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107400.0, 504192.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17280363865857118, "S11": 0.17280363865857118, "W12": -4.3213812736119568, "S12": -14.321381273611957, "W13": -25.249811080247085, "S13": -25.249811080247085, "W21": -30.182929378742205, "S21": -30.182929378742205, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107401.0, 509305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38920575022461817, "S11": -0.3892057502246184, "W12": -9.0331141722824029, "S12": -9.9057488857627263, "W13": -12.355575639271953, "S13": -12.355575639271953, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107401.0, 515109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37061655494747342, "S11": -0.37061655494747342, "W12": -5.0, "S12": -10.384995905825422, "W13": -18.336857805326801, "S13": -19.614340200542376, "W21": -39.843916599821888, "S21": -39.843916599821888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107402.0, 499681.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107402.0, 527903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48713213624365093, "S11": -1.3281478342617945, "W12": -5.0000000000000009, "S12": -8.8764981038467674, "W13": -16.615712412829495, "S13": -18.585025437616739, "W21": -38.812584837260857, "S21": -38.812584837260857, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107403.111111111109494, 499874.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4477554470466432, "S11": -4.4477554470466432, "W12": -6.6971297730272239, "S12": -7.8399915171290031, "W13": -23.89575285162411, "S13": -23.89575285162411, "W21": -30.0, "S21": -32.338605297400896, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107403.5, 507643.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46006827248589566, "S11": -0.46006827248589566, "W12": -5.0, "S12": -11.121484538375654, "W13": -14.91335175233343, "S13": -15.501921211819631, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107403.714285714289872, 498305.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95128310157737772, "S11": -0.95128310157737772, "W12": -6.7557572480478321, "S12": -6.7557572480478321, "W13": -17.066833117677145, "S13": -18.706500482789771, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107404.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39273008617140592, "S11": -0.57131283344736938, "W12": -10.676459438081833, "S12": -12.8454379180654, "W13": -18.527848519449481, "S13": -18.527848519449481, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107404.142857142855064, 504492.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5633934274471812, "S12": -8.5633934274471795, "W13": -13.346152351671966, "S13": -27.288405572731293, "W21": -40.334091095269521, "S21": -40.334091095269521, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107404.984848484848044, 516052.924242424254771 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7313652301775817, "S11": -1.4439624847491657, "W12": -5.0, "S12": -8.0301220240634876, "W13": -21.440529896219175, "S13": -21.569873152098566, "W21": -30.0, "S21": -30.14184891601543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107405.0, 506176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9346487483485002, "S11": -0.9346487483485002, "W12": -9.0794032115311669, "S12": -9.0794032115311669, "W13": -22.902240583006474, "S13": -22.902240583006474, "W21": -34.301175423799243, "S21": -34.301175423799243, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107405.0, 510921.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51532273198075074, "S11": -6.7543491758429841, "W12": -6.7543491758429841, "S12": -13.687656539522099, "W13": -15.097174391015294, "S13": -15.588906918793889, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107405.266666666662786, 497525.866666666639503 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7919311333693528, "S11": -1.7919311333693528, "W12": -5.480912081937114, "S12": -5.480912081937114, "W13": -20.0, "S13": -20.0, "W21": -36.302664478824816, "S21": -36.302664478824816, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107405.75, 521694.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1702188511745995, "S12": -8.902657304697744, "W13": -18.417477939775008, "S13": -20.767659910470336, "W21": -29.781213711976093, "S21": -29.937291667129529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107406.6, 503352.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7636369193029298, "S11": -3.7832456984033223, "W12": -5.0, "S12": -5.5791109935178822, "W13": -22.599896515603223, "S13": -23.087215026145063, "W21": -27.382005515070368, "S21": -27.658228971526018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107406.777777777781012, 506920.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57821247410338861, "S11": -7.3839423911231679, "W12": -8.4292224589422098, "S12": -10.376054994146504, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.085523194990543, "S21": -40.862786172253443, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107407.0, 497280.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46657338331912712, "S11": -0.46657338331912712, "W12": -6.9324239268081005, "S12": -15.567897028360882, "W13": -20.475810457893729, "S13": -20.475810457893729, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107407.0, 505540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8847813947402923, "S12": -5.8847813947402923, "W13": -20.0, "S13": -20.0, "W21": -40.327558133530921, "S21": -40.327558133530921, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107407.2, 521083.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74309476753604409, "S11": -0.74309476753604409, "W12": -7.5503833902670436, "S12": -7.5503833902670436, "W13": -21.353334730225249, "S13": -21.353334730225249, "W21": -32.531668857041524, "S21": -32.531668857041524, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107407.75, 510677.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70821720395268861, "S11": -0.70821720395268861, "W12": -6.8026670166656578, "S12": -6.8026670166656578, "W13": -21.235247354635913, "S13": -21.235247354635913, "W21": -32.175658001314837, "S21": -32.175658001314837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107407.8, 510597.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68685803695986425, "S11": -1.0512188733191692, "W12": -5.0336969383638444, "S12": -7.0648713844205435, "W13": -21.333849553483955, "S13": -21.392029213594981, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107409.166666666671517, 506136.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7503921985585913, "S11": -1.7503921985585913, "W12": -6.0370138331729279, "S12": -6.0370138331729279, "W13": -20.0, "S13": -20.0, "W21": -42.079041312073869, "S21": -42.079041312073869, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107410.2, 520853.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6904910598600673, "S11": -2.6904910598600673, "W12": -10.0, "S12": -10.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -37.493091133108386, "S21": -37.493091133108386, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107410.5, 512402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4367473553910006, "S11": -4.4367473553910006, "W12": -6.8359056089470194, "S12": -8.722394054071426, "W13": -24.017561204196859, "S13": -24.017561204196859, "W21": -30.0, "S21": -32.461126338421515, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107410.75, 507691.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68414552148783736, "S11": -7.6184558829800189, "W12": -9.3958356525124991, "S12": -9.3958356525124991, "W13": -15.485829634734673, "S13": -15.485829634734673, "W21": -40.350462460393601, "S21": -42.623372500344502, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107411.5, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3377870828311376, "S11": -1.3377870828311376, "W12": -5.4409363727141864, "S12": -5.4409363727141864, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107412.75, 521756.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93287469480684837, "S11": -0.93287469480684837, "W12": -6.9524463707452551, "S12": -6.9524463707452551, "W13": -17.04400917447752, "S13": -18.530758543495093, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107413.0, 501954.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50928973677657896, "W12": -9.9420111820570956, "S12": -11.662250166373749, "W13": -19.229633244524166, "S13": -19.229633244524166, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107413.0, 504744.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.745410380781423, "S11": -2.745410380781423, "W12": -10.0, "S12": -11.172458991058773, "W13": -30.0, "S13": -30.0, "W21": -36.995360451162952, "S21": -36.995360451162952, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107413.0, 511977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36789175178456895, "S11": -0.36789175178456895, "W12": -5.0, "S12": -10.584063531457611, "W13": -18.48279847560773, "S13": -19.671866989905723, "W21": -39.847148986667555, "S21": -39.847148986667555, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107413.75, 499670.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0452472422837813, "S11": -1.0452472422837813, "W12": -5.0, "S12": -5.0, "W13": -17.297716481514808, "S13": -20.297716481514808, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107413.8, 502446.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5081054409087917, "S11": -2.5081054409087917, "W12": -10.0, "S12": -10.722060724785234, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.733327920856382, "S21": -36.733327920856382, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107414.0, 511758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5146174748578241, "S11": -1.5146174748578241, "W12": -10.0, "S12": -11.920963275161954, "W13": -23.566169961174143, "S13": -24.20511030945174, "W21": -38.033985389826604, "S21": -38.033985389826604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107414.666666666671517, 513121.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0165324887615492, "S12": -6.0165324887615492, "W13": -20.0, "S13": -20.0, "W21": -41.952192131870738, "S21": -41.952192131870738, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107415.166666666671517, 520885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.647432270812903, "S12": -5.647432270812903, "W13": -20.0, "S13": -20.0, "W21": -42.459417976213018, "S21": -42.459417976213018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107415.875, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34673029115577464, "S11": -0.34673029115577453, "W12": -9.3315182061598811, "S12": -12.316791120680993, "W13": -13.077965343060553, "S13": -25.012148627358251, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107416.0, 514671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7776955765152691, "S11": -3.7776955765152689, "W12": -5.0, "S12": -6.0711293380958686, "W13": -22.583163996841087, "S13": -23.068670806979728, "W21": -27.366361260672441, "S21": -27.58621092493193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107417.0, 506893.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35349127935791025, "S11": 0.35349127935791025, "W12": -4.3642227490673191, "S12": -12.99710056720744, "W13": -25.399022056052008, "S13": -25.399022056052008, "W21": -30.205828244106417, "S21": -30.205828244106417, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107417.666666666671517, 509246.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5212738853503186, "S11": -1.9200530785562635, "W12": -10.395858041476918, "S12": -11.941999479369212, "W13": -17.83716191991606, "S13": -20.239060385416604, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107417.75, 504117.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4257392637353581, "S11": -4.4257392637353581, "W12": -6.974681444866814, "S12": -9.7442950973911096, "W13": -24.139369556769605, "S13": -24.139369556769605, "W21": -30.0, "S21": -32.583647379442134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107418.0, 507740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -10.496092687244941, "W13": -30.000000000000004, "S13": -30.374397169541279, "W21": -37.576070252813054, "S21": -37.576070252813054, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107418.0, 512595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.013436465014883, "S11": -2.013436465014883, "W12": -9.6599443671766352, "S12": -9.7462492087454358, "W13": -27.356492230755492, "S13": -27.356492230755492, "W21": -36.366235252650462, "S21": -36.366235252650462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107420.0, 511460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59753556087883963, "S11": -4.1610469545380209, "W12": -6.8125042759767291, "S12": -7.056190730959055, "W13": -26.221704681755529, "S13": -26.221704681755529, "W21": -30.035795614895939, "S21": -31.496945818514355, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107420.25, 508614.375 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3445956638708656, "S11": 0.3445956638708656, "W12": -4.4571569725850031, "S12": -11.497374927956045, "W13": -25.645687036950811, "S13": -25.645687036950811, "W21": -30.368455212328154, "S21": -30.559602516925889, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107420.25, 509158.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70740345687001882, "S11": -2.072707559094138, "W12": -9.9999999999999982, "S12": -12.686397994751887, "W13": -17.4776910684771, "S13": -18.933028180065921, "W21": -33.006694019336372, "S21": -33.006694019336372, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107421.0, 500455.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.47368255155465333, "W12": -8.7690805499976854, "S12": -8.785457715204231, "W13": -17.150717502859536, "S13": -19.275481137180769, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107421.0, 501268.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40058041329739447, "S11": -0.40058041329739447, "W12": -9.0075627591115452, "S12": -9.8466301072969138, "W13": -12.358189346971477, "S13": -12.358189346971477, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107422.0, 515150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7756837362251947, "S11": -3.5941606148051388, "W12": -5.0, "S12": -6.3760638532438172, "W13": -22.573441713159973, "S13": -23.058103531589943, "W21": -27.35785991779229, "S21": -27.543474609470227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107423.555555555562023, 506875.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59628480635851588, "S11": -7.4951634560360088, "W12": -8.6758538959853251, "S12": -9.8086323357814447, "W13": -15.0, "S13": -15.0, "W21": -40.132695250174002, "S21": -41.067487184965849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107424.0, 497238.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54371326711187473, "S11": -0.54371326711187473, "W12": -4.3472667117950179, "S12": -6.2581078610764571, "W13": -23.115283631767674, "S13": -23.115283631767674, "W21": -31.24175830211686, "S21": -31.24175830211686, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107424.0, 510036.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41753564458589432, "S11": -0.41753564458589432, "W12": -5.0438934488915255, "S12": -11.557128483475097, "W13": -14.899653613509843, "S13": -15.742069900033707, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107424.857142857144936, 498343.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70422355418759119, "S11": -0.70422355418759119, "W12": -7.2034834719596583, "S12": -7.2034834719596583, "W13": -21.272693556836042, "S13": -21.272693556836042, "W21": -32.430188563889274, "S21": -32.430188563889274, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107425.0, 510639.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.625634334086274, "S11": -2.625634334086274, "W12": -10.0, "S12": -10.919835184372994, "W13": -30.0, "S13": -30.0, "W21": -36.804420145503222, "S21": -36.804420145503222, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107425.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.2067049687264424, "S12": -4.1798750778034508, "W13": -15.0, "S13": -15.0, "W21": -37.303184990784978, "S21": -37.303184990784978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107425.0, 524342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.24337962696177873, "W12": -9.7616164901939602, "S12": -10.346337075084115, "W13": -17.272994266641795, "S13": -18.030261759039213, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107425.142857142855064, 501067.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6794283402919923, "S11": -1.6794283402919923, "W12": -6.0718113899851183, "S12": -6.0718113899851183, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -42.116115942670326, "S21": -42.116115942670326, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107427.5, 520803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39147406450310968, "S11": -0.39147406450310968, "W12": -9.5038975357608209, "S12": -14.629093733713603, "W13": -14.629093733713603, "S13": -31.601663427971374, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107428.0, 514339.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.587356746040143, "S11": -4.5873567460401432, "W12": -6.0908425437668932, "S12": -6.7082627200157381, "W13": -23.443651283024234, "S13": -23.443651283024234, "W21": -29.999999999999996, "S21": -31.769767531841662, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107429.0, 507419.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37602536082916282, "S11": 0.37602536082916282, "W12": -5.2709351179131616, "S12": -5.2709351179131616, "W13": -19.803030121060726, "S13": -19.803030121060726, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107429.6, 522016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5999819896187883, "S12": -8.71461202556576, "W13": -13.247243163700547, "S13": -25.047644410561659, "W21": -40.21816792159747, "S21": -40.21816792159747, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107429.78947368421359, 515966.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4789800983130368, "S12": -5.4789800983130368, "W13": -20.0, "S13": -20.0, "W21": -35.706250976715076, "S21": -35.706250976715076, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107429.8, 521701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.3019441602104957, "W12": -10.989688871160748, "S12": -12.183146770195284, "W13": -17.4051992924602, "S13": -17.448296810537197, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107430.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.14249404997168, "S11": -1.14249404997168, "W12": -5.0, "S12": -6.5892772525215761, "W13": -17.713349411248714, "S13": -19.82609533683798, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107431.333333333328483, 502888.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.8471201767590707, "S11": 0.8471201767590707, "W12": -4.7781146958052219, "S12": -4.7781146958052219, "W13": -18.298250298094132, "S13": -18.298250298094132, "W21": -33.82468561340427, "S21": -33.82468561340427, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107432.666666666671517, 522762.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2623759765537983, "S12": -9.5683474360891836, "W13": -17.213784869148888, "S13": -18.577666321229842, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107433.0, 501165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4197368652762388, "S11": -4.4197368652762394, "W12": -7.6867355593400983, "S12": -11.694488844925246, "W13": -25.0, "S13": -25.7426522605702, "W21": -30.0, "S21": -32.303658757471474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107434.0, 508086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55706765542993109, "S11": -7.0735293490570523, "W12": -7.4683541429522151, "S12": -12.026517124503689, "W13": -15.0, "S13": -15.459610239764675, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107435.0, 497403.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4037958371852046, "S11": -1.4037958371852046, "W12": -10.0, "S12": -12.013819979547705, "W13": -23.017446345689308, "S13": -23.459541373900532, "W21": -38.05783415562221, "S21": -38.05783415562221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107435.333333333328483, 513164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85502793547130429, "S11": -0.85502793547130429, "W12": -7.296587054312222, "S12": -7.296587054312222, "W13": -17.013605375176322, "S13": -18.296038467228335, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107435.666666666671517, 501887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4375608819612415, "S11": -4.3828214475245666, "W12": -7.7751337613941445, "S12": -11.311066589431139, "W13": -25.0, "S13": -25.762871732091014, "W21": -29.999999999999996, "S21": -32.220340518022091, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107436.0, 508133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89092575350138925, "S11": -4.0904386332900282, "W12": -7.2062314196306581, "S12": -8.5976190839541022, "W13": -25.894436513322137, "S13": -26.02742022254218, "W21": -30.0, "S21": -31.640010867596448, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107436.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7673884616091569, "S11": -4.2395147178905637, "W12": -5.0, "S12": -5.0, "W13": -22.832633155395108, "S13": -23.403274477270891, "W21": -27.764340034865221, "S21": -28.410621564392379, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107437.0, 507024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7011990820123257, "S11": -4.7011990820123257, "W12": -5.4604054160144369, "S12": -5.6988305966395734, "W13": -23.085085161607036, "S13": -23.085085161607036, "W21": -28.909284065227855, "S21": -30.035703619426407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107437.0, 507190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7460954170567664, "S11": -2.704973164448643, "W12": -5.0, "S12": -8.1977962470275223, "W13": -22.459508985762358, "S13": -22.913238869202658, "W21": -27.198632143645579, "S21": -27.198632143645579, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107438.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97502286140111727, "S11": -0.97502286140111727, "W12": -6.8765873484889077, "S12": -6.8765873484889077, "W13": -17.077721573139414, "S13": -18.888218501564577, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107438.5, 502022.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1387829760033175, "S11": -3.1387829760033172, "W12": -5.0, "S12": -14.206437030584135, "W13": -21.973845969986943, "S13": -22.275300801749193, "W21": -30.0, "S21": -31.096524675353191, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107439.0, 506456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7232738799984721, "S11": -2.7232738799984721, "W12": -10.0, "S12": -11.487938252092928, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -37.076270380945971, "S21": -37.076270380945971, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107439.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75, "W12": -8.8315427577968642, "S12": -9.3901055224679268, "W13": -12.729644082503839, "S13": -18.232382933866543, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107439.0, 515496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4374770532674073, "S11": -4.4374770532674077, "W12": -7.1103279250715286, "S12": -9.8573891465856747, "W13": -24.2802336377896, "S13": -24.2802336377896, "W21": -29.999999999999996, "S21": -32.708431159417316, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107439.142857142855064, 507784.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5121787204360897, "S11": -0.5121787204360897, "W12": -4.3421036721306665, "S12": -5.7127452079168366, "W13": -23.390516615052825, "S13": -23.390516615052825, "W21": -31.27471520690758, "S21": -31.27471520690758, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107439.8, 509987.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4, "S11": -4.4, "W12": -6.3, "S12": -6.3, "W13": -26.700001, "S13": -26.700001, "W21": -30.379678118223158, "S21": -31.452275228545314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7701072374972338, "S11": -3.1161958968039447, "W12": -5.0, "S12": -7.1938250967277542, "W13": -22.546986910716779, "S13": -23.02899203703489, "W21": -27.333714320514279, "S21": -27.428720247414638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107440.333333333328483, 506830.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61435713861364327, "S11": -7.6063845209488505, "W12": -8.9224853330284368, "S12": -9.7320778119705782, "W13": -15.060547952488466, "S13": -15.060547952488466, "W21": -40.179867305357448, "S21": -41.278774925008385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107441.0, 497197.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73876581511464434, "S11": -1.3473672925154205, "W12": -5.0255898559335082, "S12": -7.1866104208281243, "W13": -21.334785050829876, "S13": -21.341911986030055, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107441.0, 506151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5722130085514383, "S11": -2.5722130085514383, "W12": -10.0, "S12": -10.032462221428187, "W13": -30.0, "S13": -30.0, "W21": -37.375054473582274, "S21": -37.375054473582274, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107441.0, 512433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37869182389937112, "S11": -0.37869182389937112, "W12": -9.0286878897298326, "S12": -9.9156823764027955, "W13": -12.296084083057901, "S13": -12.341955642690927, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107441.0, 515098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2590324425766104, "S12": -13.82832779077377, "W13": -20.334427383673223, "S13": -20.334427383673223, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107441.285714285710128, 505445.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51104104252462978, "S11": -0.51104104252462978, "W12": -8.2688838588782492, "S12": -8.2688838588782492, "W13": -13.969175946520098, "S13": -15.543072377267167, "W21": -41.11907043637094, "S21": -41.11907043637094, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107441.379310344826081, 516627.879310344811529 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3901443109482246, "S11": -0.3901443109482246, "W12": -5.0, "S12": -10.54982652518563, "W13": -18.405729509231499, "S13": -19.554940016696587, "W21": -39.813617107899837, "S21": -39.813617107899837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107442.0, 499692.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5645536408395957, "S11": -2.5645536408395957, "W12": -10.0, "S12": -10.043209661438642, "W13": -30.0, "S13": -30.0, "W21": -37.372168169450553, "S21": -37.372168169450553, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107442.25, 512437.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4921636612556455, "S12": -5.4921636612556455, "W13": -20.0, "S13": -20.0, "W21": -36.491326769807777, "S21": -36.491326769807777, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107444.0, 521683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7202538420338076, "S12": -9.1018647769592214, "W13": -12.971079208449503, "S13": -21.821409157459556, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107444.560975609754678, 515717.341463414661121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71301499388869283, "S11": -2.9978865391460969, "W12": -11.170652790110097, "S12": -13.062419478018858, "W13": -17.517079140076614, "S13": -18.112077576660472, "W21": -31.003021131298567, "S21": -31.003021131298567, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107445.0, 500666.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.218454414546686, "S12": -11.907924810759656, "W13": -19.038355887344252, "S13": -19.038355887344252, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107445.0, 504670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45543059187847368, "S11": -2.2263474227097122, "W12": -5.9398398684341931, "S12": -16.638910482283997, "W13": -20.754933310092795, "S13": -20.765598271989148, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107445.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40330748536160799, "S11": 0.40330748536160799, "W12": -4.4585520364666174, "S12": -10.464225795331867, "W13": -25.706077598714899, "S13": -25.706077598714899, "W21": -30.546482270599061, "S21": -30.804331609457456, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107445.0, 509129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46996141603163888, "S11": -0.46996141603163888, "W12": -8.8966014198576069, "S12": -9.5693635156346328, "W13": -12.58171839779777, "S13": -16.496931624937602, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107445.0, 515362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37500301668589298, "S11": -0.37500301668589298, "W12": -5.1444279603036289, "S12": -12.04941349109512, "W13": -14.88595547468625, "S13": -15.982218588247779, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 498381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0605111206927527, "S11": -1.0605111206927527, "W12": -5.0, "S12": -5.0, "W13": -17.289850638365682, "S13": -20.289850638365682, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 502433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1046679571159299, "S11": -3.7351574001634962, "W12": -7.4917383193104179, "S12": -9.6712331364199144, "W13": -25.655275333557235, "S13": -25.965686444965367, "W21": -30.0, "S21": -31.754845136750589, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 508398.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87025861505121282, "S11": -0.87025861505121282, "W12": -9.0279902642559122, "S12": -9.0279902642559122, "W13": -22.870566806693436, "S13": -22.870566806693436, "W21": -34.495224645666006, "S21": -34.495224645666006, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 510924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2381461451389764, "S11": -2.2381461451389764, "W12": -9.8190984953850062, "S12": -10.3723655809831, "W13": -30.0, "S13": -30.0, "W21": -36.513568155625876, "S21": -36.513568155625876, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 511634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48541954706708251, "S11": -0.48541954706708251, "W12": -8.8740080206994563, "S12": -9.5106961850952541, "W13": -12.630828105363944, "S13": -17.220504484031149, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107446.0, 515407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35775589199186625, "S11": -0.35775589199186625, "W12": -5.0, "S12": -11.217315192341783, "W13": -18.95520820876434, "S13": -19.871669906571654, "W21": -39.862609004718358, "S21": -39.862609004718358, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107446.375, 499633.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51299187444862326, "S11": -1.3779374984691071, "W12": -5.0, "S12": -9.3333618843683084, "W13": -16.67004248633063, "S13": -18.507183793872361, "W21": -38.897937935363331, "S21": -38.897937935363331, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107447.0, 499890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75985263464055453, "S11": -1.513364591570566, "W12": -5.0164036297675851, "S12": -7.4257388972818781, "W13": -21.362738925743788, "S13": -21.365921448426338, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107447.0, 506163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6560890654241449, "S11": -2.6560890654241449, "W12": -10.0, "S12": -11.334920722366933, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.95652262877406, "S21": -36.95652262877406, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107447.333333333328483, 512010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6956273154336783, "S11": -2.6956273154336783, "W12": -10.0, "S12": -11.512626253592552, "W13": -30.0, "S13": -30.0, "W21": -37.055829039654974, "S21": -37.055829039654974, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107448.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39637391080672646, "S11": -0.39637391080672646, "W12": -8.9998936608480609, "S12": -9.8463807093403179, "W13": -12.351646124653408, "S13": -13.485749024811355, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107448.0, 515152.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0201902545302648, "S12": -6.0201902545302648, "W13": -20.0, "S13": -20.0, "W21": -41.741067130400666, "S21": -41.741067130400666, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107448.0, 520884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -8.8724238751122364, "W13": -14.900058644333214, "S13": -15.041433414574771, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107449.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.0021883715940809, "W12": -10.555308469618401, "S12": -11.555308469618401, "W13": -17.363945703195803, "S13": -17.579008317083591, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107449.0, 500919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69553806132189266, "S11": -7.7846536092953631, "W12": -9.6512636266046972, "S12": -9.6512636266046972, "W13": -15.595333750895454, "S13": -15.595333750895454, "W21": -40.369044300106374, "S21": -42.488260716723531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49723679567109758, "S11": -5.6129547504671917, "W12": -5.6129547504671917, "S12": -8.6934256866459965, "W13": -14.941812720137927, "S13": -15.858780773181929, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15313847930841562, "S11": -0.15313847930841562, "W12": -6.0719600236, "S12": -16.071960023599999, "W13": -16.071960023599999, "S13": -17.100153632372283, "W21": -40.115704203552419, "S21": -40.115704203552419, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57390783477594287, "S11": -2.8142330282720724, "W12": -5.0, "S12": -8.9013704496788009, "W13": -15.70276842126243, "S13": -17.922747457790621, "W21": -37.794895425838355, "S21": -37.794895425838355, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.60204534077094696, "W12": -10.076297779226222, "S12": -10.846599712397701, "W13": -17.314733266246225, "S13": -17.800992323656271, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48269158921700417, "S11": -1.6013203055632665, "W12": -5.5537576995471492, "S12": -12.189530387577214, "W13": -20.875030259470034, "S13": -20.912132691135465, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 505912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59243712870403942, "S11": -0.59243712870403942, "W12": -5.0, "S12": -6.0465361492641545, "W13": -21.175687248392325, "S13": -21.187138943084115, "W21": -31.824296118904549, "S21": -31.824296118904549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 510401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.7097874575105982, "S11": -2.7097874575105982, "W12": -10.0, "S12": -11.603981732624638, "W13": -30.0, "S13": -30.0, "W21": -37.100510687001744, "S21": -37.100510687001744, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.0, 512136.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53514445866081339, "S11": -6.7228567860092214, "W12": -6.7228567860092214, "S12": -12.655166523498274, "W13": -15.047097767577, "S13": -15.796652253743316, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.133333333331393, 497544.933333333348855 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8985356039340626, "S12": -5.8985356039340626, "W13": -20.0, "S13": -20.0, "W21": -39.832049763033453, "S21": -39.832049763033453, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107450.8, 521068.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1878835224056334, "W12": -5.303433334407174, "S12": -8.9126964495359129, "W13": -20.951214479587541, "S13": -21.004027406978082, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107451.0, 505982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33137945230760468, "S11": -0.43852155487016431, "W12": -10.515509147668467, "S12": -12.570082501581815, "W13": -18.510571054241357, "S13": -18.510571054241357, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107451.571428571434808, 504478.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93205013851757412, "S11": -4.0548828663907575, "W12": -7.2748794966748509, "S12": -9.3091143749464269, "W13": -25.855896447131265, "S13": -26.053944861818675, "W21": -30.0, "S21": -31.617279478355371, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107453.0, 508468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94310143646739486, "S11": -0.94310143646739486, "W12": -7.0348771164810069, "S12": -7.0348771164810069, "W13": -17.067936205149064, "S13": -18.827784888419707, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107453.666666666671517, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -12.5, "S13": -12.5, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107454.0, 529052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5516737401710436, "S12": -8.5516737401710436, "W13": -13.335509745716223, "S13": -27.388329148555048, "W21": -40.335011816134987, "S21": -40.335011816134987, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107454.75, 516051.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0977880358304688, "S12": -8.8689090137314093, "W13": -18.296754337986886, "S13": -20.844262895344812, "W21": -29.756166160987117, "S21": -29.842805904662455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107454.9, 503348.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49500476940720023, "S11": -0.49500476940720023, "W12": -8.8553958669087489, "S12": -9.4718720300970585, "W13": -12.665287696235863, "S13": -18.137109452461289, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107455.0, 515440.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0651123053942986, "S11": -1.0651123053942986, "W12": -5.0513426076789916, "S12": -5.0513426076789916, "W13": -17.287637339181508, "S13": -20.287637339181508, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107455.6, 502429.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32617850802806281, "S11": -0.32617850802806281, "W12": -5.2643599538870207, "S12": -12.810400053995876, "W13": -14.877250753658933, "S13": -16.362653753718259, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107456.0, 498428.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.361557812712471, "S12": -11.469324635061547, "W13": -25.480055815553701, "S13": -25.480055815553701, "W21": -30.512022588502482, "S21": -30.591365761102729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107456.0, 509205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2828802909102848, "S11": -1.2828802909102848, "W12": -10.0, "S12": -12.10667668393344, "W13": -22.468722730204501, "S13": -23.389845952481334, "W21": -38.081682921417787, "S21": -38.081682921417787, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107456.0, 513207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.778637902368149, "S11": -1.0446552042844681, "W12": -7.6316289787564928, "S12": -7.6316289787564928, "W13": -16.983355282644627, "S13": -18.060165487892498, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 501820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74286716283462906, "S11": -5.5469430094766725, "W12": -9.9999999999999982, "S12": -10.83263090776193, "W13": -17.782172159141354, "S13": -20.704959760781119, "W21": -30.004880591577848, "S21": -30.004880591577848, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 503691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.1469274394410993, "S12": -10.500163553985075, "W13": -25.0, "S13": -25.0, "W21": -30.853884940295067, "S21": -30.853884940295067, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 509549.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34453175406192454, "S11": -0.34453175406192449, "W12": -9.2781769498417788, "S12": -11.70563952974411, "W13": -13.004136217444026, "S13": -24.726921441373413, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 514681.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0269554874920317, "S12": -6.0269554874920317, "W13": -20.0, "S13": -20.0, "W21": -41.709197278114225, "S21": -41.709197278114225, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107457.0, 520875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7645307387692597, "S11": -2.6382311788021831, "W12": -5.0, "S12": -8.0421548853257203, "W13": -22.520532108273528, "S13": -22.999880542479769, "W21": -27.309568723236204, "S21": -27.313965885358851, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107457.111111111109494, 506785.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1862207519833858, "S11": -1.1862207519833858, "W12": -10.0, "S12": -12.20928292422294, "W13": -21.942646877489853, "S13": -23.386341200662013, "W21": -38.142343896555637, "S21": -38.142343896555637, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107457.25, 513245.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63242947086877066, "S11": -7.7176055858616923, "W12": -9.1691167700715521, "S12": -9.8737129100518146, "W13": -15.216248841102392, "S13": -15.216248841102392, "W21": -40.227039360540907, "S21": -41.491207762113909, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107458.0, 497155.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0895612130564869, "S11": -1.0895612130564869, "W12": -10.0, "S12": -12.311889164512442, "W13": -21.416571024775202, "S13": -23.382836448842689, "W21": -38.203004871693494, "S21": -38.203004871693494, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107458.5, 513284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5186530069406923, "S11": -1.5186530069406923, "W12": -5.4515518243824195, "S12": -5.4515518243824195, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107458.5, 521746.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9182125911092438, "S12": -11.427038587654176, "W13": -19.236221682919094, "S13": -19.236221682919094, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107458.666666666671517, 504739.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29142831715210371, "S11": -0.29142831715210371, "W12": -5.6192647409522536, "S12": -15.627218925862463, "W13": -15.627218925862463, "S13": -17.86307594282653, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107459.0, 498599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25452023458228956, "S11": -0.25452023458228956, "W12": -5.0, "S12": -13.684107023849844, "W13": -19.32568347996952, "S13": -19.403612335735279, "W21": -40.062306623992917, "S21": -40.062306623992917, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107459.0, 499415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64424916023890799, "S11": -4.0855057652587234, "W12": -6.9097855842762597, "S12": -8.5197830027599171, "W13": -26.18613676973132, "S13": -26.18613676973132, "W21": -30.201177249070607, "S21": -31.606810286563814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107459.0, 508585.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8924154493894105, "S11": -1.8924154493894105, "W12": -9.582487401333017, "S12": -9.7178534866104389, "W13": -26.84059653509544, "S13": -26.84059653509544, "W21": -36.250404097037602, "S21": -36.250404097037602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107459.285714285710128, 511437.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44671405640908057, "S11": -2.0067635963949266, "W12": -10.257227336762442, "S12": -11.726555042898257, "W13": -17.823684282707099, "S13": -19.761031787907331, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107459.5, 504110.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99290167412958807, "S11": -0.99290167412958807, "W12": -10.0, "S12": -12.414495404801942, "W13": -20.890495172060554, "S13": -23.379331697023368, "W21": -38.263665846831351, "S21": -38.263665846831351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107459.75, 513322.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33152021563342315, "S11": -0.73067808124242561, "W12": -9.0845737480478093, "S12": -10.084573748047809, "W13": -12.187017803725583, "S13": -12.187017803725583, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107460.0, 514976.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4492148427994567, "S11": -4.4492148427994564, "W12": -7.245974405276244, "S12": -9.6565821272597425, "W13": -24.421097718809591, "S13": -24.460810462337328, "W21": -30.000000000000004, "S21": -32.833214939392505, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107460.285714285710128, 507828.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.531898355658318, "S11": -0.531898355658318, "W12": -4.3977174824857732, "S12": -5.0676361367022364, "W13": -23.214608651641058, "S13": -23.214608651641058, "W21": -31.46818391536949, "S21": -31.46818391536949, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107460.5, 510049.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37368943277658351, "S11": 0.37368943277658351, "W12": -4.3054846252534871, "S12": -12.105968970522472, "W13": -25.34627269158667, "S13": -25.34627269158667, "W21": -30.426261113584811, "S21": -30.426261113584811, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107461.0, 509250.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6963010350227248, "S11": -2.6963010350227248, "W12": -10.0, "S12": -11.631527962246027, "W13": -30.0, "S13": -30.0, "W21": -37.124750993057511, "S21": -37.124750993057511, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107461.0, 512178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89624213520268914, "S11": -0.89624213520268914, "W12": -10.0, "S12": -12.517101645091444, "W13": -20.509980219385003, "S13": -23.52138784524314, "W21": -38.324326821969208, "S21": -38.324326821969208, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107461.0, 513361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3388155331882055, "S11": -1.3388155331882055, "W12": -6.7945877392213001, "S12": -6.7945877392213001, "W13": -20.0, "S13": -20.0, "W21": -38.707128684716487, "S21": -38.707128684716487, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107461.0, 519587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69730642547751498, "S11": -7.8429519286870626, "W12": -9.7251760233286184, "S12": -9.7251760233286184, "W13": -15.627020615677367, "S13": -15.627020615677367, "W21": -40.374421269146644, "S21": -42.44916384102477, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107461.140625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.543564526601215, "S11": -2.543564526601215, "W12": -10.0, "S12": -11.084559231242004, "W13": -30.0, "S13": -30.0, "W21": -36.757910467070346, "S21": -36.757910467070346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107461.666666666671517, 511870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89722158146223074, "S11": -0.89722158146223074, "W12": -7.2230028388865293, "S12": -7.2230028388865293, "W13": -17.047722176738347, "S13": -18.658798894677297, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107462.0, 501956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38605204486056127, "S11": -0.38605204486056127, "W12": -9.4466372657111357, "S12": -14.511130380320779, "W13": -14.511130380320779, "S13": -31.886026411891049, "W21": -39.976364282756393, "S21": -39.976364282756393, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107462.0, 514370.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9930314430695812, "S12": -5.9930314430695812, "W13": -20.0, "S13": -20.0, "W21": -41.511928171362314, "S21": -41.511928171362314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107463.375, 520927.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6518027919212814, "S12": -5.6518027919212814, "W13": -20.0, "S13": -20.0, "W21": -41.283864610406376, "S21": -41.283864610406376, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107463.75, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8367837131180416, "S12": -9.4330478750988611, "W13": -12.699747287107778, "S13": -19.053714420891424, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107464.0, 515473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4119781397779763, "S11": -1.4119781397779763, "W12": -6.6652313955359714, "S12": -6.6652313955359714, "W13": -20.0, "S13": -35.0, "W21": -39.650231173409196, "S21": -39.650231173409196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107464.0, 519846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32540620229341355, "S11": -0.32540620229341355, "W12": -5.3672743374224332, "S12": -13.554369006849534, "W13": -14.868546032631608, "S13": -16.743088919189255, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107466.0, 498476.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.2047157401879494, "W12": -6.2047157401879494, "S12": -9.1863706184984721, "W13": -15.133089639447057, "S13": -16.704366762478227, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107467.0, 497753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43118253615044011, "S11": -1.43118253615044, "W12": -6.359146857416162, "S12": -19.746747871985853, "W13": -20.597664355647005, "S13": -20.597664355647005, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107467.0, 505687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.2597671449010983, "S12": -4.1327821114006298, "W13": -15.0, "S13": -15.0, "W21": -37.363534409461309, "S21": -37.363534409461309, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107467.4, 524348.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.58569691768576848, "W12": -10.0, "S12": -10.744255883367945, "W13": -17.310531804914028, "S13": -17.878462380253101, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107468.0, 501008.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.18049782276685566, "W12": -9.6593812415666704, "S12": -10.206401912169875, "W13": -17.268252338301178, "S13": -18.137132227533126, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107468.571428571434808, 501077.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.015702416070024, "W13": -30.0, "S13": -30.0, "W21": -36.690251204936175, "S21": -36.690251204936175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107469.0, 511827.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45230501698766379, "S11": -0.45230501698766379, "W12": -8.9080496479823026, "S12": -9.6287434294166516, "W13": -12.53812779268317, "S13": -17.130240572869347, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107470.0, 515326.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58178917408673791, "S11": -7.1530608087388163, "W12": -7.5507395972876399, "S12": -11.656716081383275, "W13": -15.0, "S13": -15.607501046038458, "W21": -40.02539501677574, "S21": -40.025395016775732, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107471.0, 497377.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78289876010157333, "S11": -0.78289876010157333, "W12": -9.9788351303235423, "S12": -12.59992782496516, "W13": -20.25356650482513, "S13": -23.797330004063493, "W21": -38.371926670830717, "S21": -38.371926670830717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107471.0, 513403.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1591527815715197, "S11": -1.1591527815715197, "W12": -5.0, "S12": -6.9101445269309743, "W13": -17.727550534398432, "S13": -19.622654748410508, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107472.5, 502912.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4743020915501663, "S12": -5.4743020915501663, "W13": -20.0, "S13": -20.0, "W21": -34.546429129551427, "S21": -34.546429129551427, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107472.6, 521714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96943818247180236, "S11": -0.96943818247180236, "W12": -6.9974174489299825, "S12": -6.9974174489299825, "W13": -17.090554302204577, "S13": -19.071880793942277, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107473.0, 502045.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83667005994794919, "S11": -2.0881361924130646, "W12": -5.0, "S12": -8.5723116376089727, "W13": -21.446502949964909, "S13": -21.449172383535618, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107473.4, 506202.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7589542400412856, "S11": -2.1602664608004214, "W12": -5.0, "S12": -8.8904846739236874, "W13": -22.494077305830277, "S13": -22.970769047924648, "W21": -27.285423125958122, "S21": -27.285423125958122, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107473.888888888890506, 506740.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48069314764994475, "S11": 0.48069314764994475, "W12": -4.4483067381651997, "S12": -9.4318735951103658, "W13": -25.746064263363014, "S13": -25.746064263363014, "W21": -30.741256295392059, "S21": -31.051928950620173, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107474.0, 509105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4662315890312541, "S11": -2.4662315890312541, "W12": -10.0, "S12": -10.103298359410415, "W13": -30.0, "S13": -30.0, "W21": -37.251245205792721, "S21": -37.251245205792721, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107474.0, 512473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39173810059697972, "S11": -0.39173810059697972, "W12": -8.9922245625845747, "S12": -9.8562983268275648, "W13": -12.349496693662603, "S13": -14.737338209944486, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107474.0, 515155.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.520726526126996, "S12": -5.520726526126996, "W13": -20.0, "S13": -20.0, "W21": -38.090222895944038, "S21": -38.090222895944038, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107474.75, 521644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65050180312389794, "S11": -7.8288266507745341, "W12": -9.4157482071146656, "S12": -10.015348008133049, "W13": -15.371949729716318, "S13": -15.371949729716318, "W21": -40.274211415724359, "S21": -41.70364059921922, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107475.0, 497114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.73372426313153061, "S11": 0.73372426313153061, "W12": -4.7941171221939198, "S12": -4.7941171221939198, "W13": -18.345217836624727, "S13": -18.345217836624727, "W21": -33.583514523220842, "S21": -33.583514523220842, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107475.333333333328483, 522744.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068606019951136465, "S11": 0.068606019951136465, "W12": -5.2823806369607613, "S12": -5.2823806369607613, "W13": -19.835946045571454, "S13": -19.835946045571454, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107475.4, 522005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32463389655877684, "S11": -0.32463389655877711, "W12": -5.4621989835735159, "S12": -14.290348222317981, "W13": -14.859841311604288, "S13": -17.123524084659735, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107476.0, 498524.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34595051177581237, "S11": -0.50074662417809424, "W12": -10.346204501523442, "S12": -12.413572477103541, "W13": -18.122577751985016, "S13": -19.167308439398983, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107476.0, 504335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6980743336790041, "S11": -1.6980743336790041, "W12": -6.0753168317586841, "S12": -6.0753168317586841, "W13": -20.0, "S13": -20.0, "W21": -41.790488843294227, "S21": -41.790488843294227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107476.75, 520804.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0094751298607803625, "S11": -0.89526212839330666, "W12": -7.791426892973389, "S12": -7.791426892973389, "W13": -17.037292997731122, "S13": -19.984002452186811, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107478.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82897998082712954, "S11": -0.82897998082712943, "W12": -7.5148260086483489, "S12": -7.5148260086483489, "W13": -17.019530680139326, "S13": -18.432486356600108, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107478.5, 501894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9658726316088995, "S12": -5.9658726316088995, "W13": -20.0, "S13": -20.0, "W21": -41.282789212323955, "S21": -41.282789212323955, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107478.75, 520970.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35257019555247893, "S11": -0.35257019555247893, "W12": -5.0, "S12": -11.850566853225956, "W13": -19.347245926830958, "S13": -19.991100808147593, "W21": -39.878069022769161, "S21": -39.878069022769161, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107479.0, 499596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3210040068773659, "S11": -1.3210040068773659, "W12": -9.2502212669111135, "S12": -9.2502212669111135, "W13": -24.037917584943955, "S13": -24.037917584943955, "W21": -35.908018086940629, "S21": -35.908018086940629, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107479.0, 511163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5860786952135335, "S12": -8.6947077196916513, "W13": -13.241535054801176, "S13": -27.251266068998916, "W21": -40.225178417889573, "S21": -40.225178417889573, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107479.394736842106795, 515970.197368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.3627103785491341, "S12": -4.3627103785491341, "W13": -23.818030120819753, "S13": -23.818030120819753, "W21": -31.439866638837323, "S21": -31.439866638837323, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107480.0, 509931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37444926744048956, "S11": -0.37444926744048956, "W12": -9.0135840241085656, "S12": -9.9198358894906544, "W13": -12.297975429375038, "S13": -14.32556557623124, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107480.0, 515109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4449660342554438, "S12": -9.1957012011815813, "W13": -25.753468506124658, "S13": -25.753468506124658, "W21": -30.787261068433089, "S21": -31.108833903922587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107481.0, 509100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5939499646172417, "S11": -0.5939499646172417, "W12": -6.3840624065655431, "S12": -6.3840624065655431, "W13": -21.059315872184392, "S13": -21.059315872184392, "W21": -32.288802419475886, "S21": -32.288802419475886, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107481.0, 510546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6695553850006023, "S11": -0.6695553850006023, "W12": -9.943245655483814, "S12": -12.668329399675446, "W13": -19.992024915842279, "S13": -24.068144288460068, "W21": -38.419526519692134, "S21": -38.419526519692134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107481.0, 513446.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4609526323315061, "S11": -4.3401650987556195, "W12": -7.3816208854809595, "S12": -9.4557751079338104, "W13": -24.561961799829582, "S13": -24.736419989960275, "W21": -30.0, "S21": -32.95799871936768, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107481.428571428565192, 507873.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5667677500668225, "S11": -2.5667677500668225, "W12": -10.0, "S12": -11.497382453675131, "W13": -30.0, "S13": -30.0, "W21": -36.917684806385125, "S21": -36.917684806385125, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107481.666666666671517, 512043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41203603876439782, "S11": -0.41203603876439782, "W12": -5.0, "S12": -10.714657144545214, "W13": -18.474601213135678, "S13": -19.49553983285049, "W21": -39.783317615977744, "S21": -39.783317615977744, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107482.0, 499704.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45052995037341848, "S11": -0.45052995037341848, "W12": -5.0, "S12": -10.0, "W13": -17.876534689972694, "S13": -19.136329704057982, "W21": -39.724671560084587, "S21": -39.724671560084587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107483.0, 499772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6391039129308211, "S11": -2.6391039129308211, "W12": -10.0, "S12": -11.149000932546071, "W13": -30.0, "S13": -30.0, "W21": -37.053071147949531, "S21": -37.053071147949531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107483.0, 512211.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1318136678896495, "S12": -14.188896169694599, "W13": -20.328393016799364, "S13": -20.328393016799364, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107483.428571428565192, 505471.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4631714099442581, "S11": -2.4631714099442581, "W12": -10.0, "S12": -10.018719269254319, "W13": -30.0, "S13": -30.0, "W21": -37.190952482886232, "S21": -37.190952482886232, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107483.777777777781012, 512445.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32154992808341915, "S11": -0.32154992808341815, "W12": -5.5571236297247166, "S12": -15.02632743778743, "W13": -15.02632743778743, "S13": -17.519503317057346, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107486.0, 498572.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5461421168957821, "S11": -4.5461421168957816, "W12": -6.9036943266307054, "S12": -9.4190469521990217, "W13": -24.188287196836356, "S13": -24.188287196836356, "W21": -30.0, "S21": -32.546612875711901, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107486.0, 507700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.560211261619644, "S12": -8.6031586880845961, "W13": -13.293756732361212, "S13": -28.29375673236121, "W21": -40.291986128453303, "S21": -40.291986128453303, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107486.0, 516019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5852434519334206, "S12": -5.5852434519334206, "W13": -20.0, "S13": -20.0, "W21": -40.79060498705546, "S21": -40.79060498705546, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107487.0, 521548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44463218953052608, "S11": -1.783360285612432, "W12": -6.2026196119069477, "S12": -21.202619611906947, "W13": -21.202619611906947, "S13": -21.202619611906947, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107489.0, 505731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.579466829622274, "S11": -2.579466829622274, "W12": -10.0, "S12": -11.666476590185328, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.967679790356989, "S21": -36.967679790356989, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107489.0, 512115.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.922087861625593, "S12": -5.9220878616255934, "W13": -15.939590149694533, "S13": -15.939590149694533, "W21": -35.700379349406525, "S21": -35.700379349406525, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107489.0, 523903.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4006681803017837, "S12": -4.6912607677723059, "W13": -23.574097964321204, "S13": -23.574097964321204, "W21": -31.557753951950389, "S21": -31.557753951950389, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107489.2, 509985.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53424327245371783, "S11": -1.4869501134359071, "W12": -5.0, "S12": -9.4721994493729866, "W13": -16.676780185795408, "S13": -18.405163615588897, "W21": -38.928050797823218, "S21": -38.928050797823218, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107489.214285714289872, 499909.642857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31, "S11": -0.85, "W12": -9.1, "S12": -10.1, "W13": -12.1, "S13": -12.1, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6693326768365642, "S11": -2.1084197870906212, "W12": -5.0, "S12": -9.7388144625216526, "W13": -22.467622503387027, "S13": -22.941657553369527, "W21": -27.311330374605056, "S21": -27.311330374605056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107490.666666666671517, 506695.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1111715866685143, "S11": -1.1111715866685143, "W12": -5.0, "S12": -6.0, "W13": -17.355457721591193, "S13": -20.202787981531024, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107491.0, 502562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42145838110525113, "S11": -2.4214583811052512, "W12": -10.126055761229237, "S12": -11.267134044869433, "W13": -17.809279928688984, "S13": -20.126457620625246, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107491.0, 504063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55621200989948649, "S11": -0.55621200989948649, "W12": -9.907656180644052, "S12": -12.736730974385857, "W13": -19.273805626212003, "S13": -23.89397914763726, "W21": -38.467126368553657, "S21": -38.467126368553657, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107491.0, 513489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82423935082435351, "S11": -0.82423935082435351, "W12": -8.9848928887524266, "S12": -8.9848928887524266, "W13": -22.846256080016481, "S13": -22.846256080016481, "W21": -34.803835586625212, "S21": -34.803835586625212, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107491.142857142855064, 510939.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53877663266084785, "S11": -0.53877663266084785, "W12": -8.256467344935011, "S12": -8.256467344935011, "W13": -13.959904690336337, "S13": -15.613887035731004, "W21": -41.121760546974762, "S21": -41.121760546974762, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107491.370689655173919, 516627.995689655188471 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5677363966104729, "S11": -1.5677363966104729, "W12": -6.3756323361124254, "S12": -6.3756323361124254, "W13": -20.0, "S13": -25.0, "W21": -41.541352148289143, "S21": -41.541352148289143, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107493.0, 520352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65579509562284777, "S11": -2.5838359024240507, "W12": -10.962110722819983, "S12": -13.079791958673836, "W13": -17.517119809239276, "S13": -17.839532160226224, "W21": -31.252254659084727, "S21": -31.252254659084727, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107494.0, 500669.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47687176431245648, "S11": -0.63556022227808584, "W12": -6.7071133708975728, "S12": -16.707113370897574, "W13": -20.459707894766112, "S13": -20.459707894766112, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107494.0, 505590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2535875403977452, "S11": -2.2535875403977452, "W12": -10.0, "S12": -10.664306436053655, "W13": -30.0, "S13": -33.872465420592832, "W21": -37.292068918042276, "S21": -37.292068918042276, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107494.0, 512689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9387138201482177, "S12": -5.9387138201482177, "W13": -20.0, "S13": -20.0, "W21": -40.485708272228557, "S21": -40.485708272228557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107494.125, 521013.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7078624736572703, "S12": -9.1269232561928106, "W13": -12.961907144744197, "S13": -24.015091656417773, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107494.341463414632017, 515717.512195121962577 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.912289813127793, "S12": -5.912289813127793, "W13": -20.0, "S13": -20.0, "W21": -39.798084518167634, "S21": -39.798084518167634, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107494.4, 521053.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4145835828044548, "S11": -2.4145835828044548, "W12": -10.0, "S12": -10.178499799741042, "W13": -30.0, "S13": -30.0, "W21": -37.180252176003066, "S21": -37.180252176003066, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107494.75, 512509.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55496618534088837, "S11": -6.6913643961756044, "W12": -6.6913643961756044, "S12": -11.481560279817604, "W13": -15.0, "S13": -16.007376444553724, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107495.0, 497564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43464861794368886, "S11": -0.43464861794368886, "W12": -8.9194978761069965, "S12": -9.6881233431986686, "W13": -12.49453718756857, "S13": -17.647050584528458, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107495.0, 515291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34080726519041349, "S11": -0.34080726519041349, "W12": -5.0, "S12": -12.381937233913661, "W13": -19.249532643083107, "S13": -19.685029765356919, "W21": -39.903252884315606, "S21": -39.903252884315606, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107495.166666666671517, 499557.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31341382596188866, "S11": -0.31341382596188755, "W12": -5.6520482758758002, "S12": -15.660316919543249, "W13": -15.660316919543249, "S13": -17.923362053680272, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107496.0, 498619.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4371931505208955, "S11": -2.4371931505208955, "W12": -10.0, "S12": -10.03795039223307, "W13": -30.0, "S13": -30.0, "W21": -37.143530758065801, "S21": -37.143530758065801, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107496.0, 512458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38050862604640123, "S11": -0.38050862604640123, "W12": -9.3893769956614506, "S12": -14.393167026927957, "W13": -14.393167026927957, "S13": -32.170389395810723, "W21": -39.946244340185025, "S21": -39.946244340185025, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107496.0, 514402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52008344420476127, "S11": -0.52008344420476127, "W12": -4.4485795736734408, "S12": -4.983930839058587, "W13": -23.313933671514437, "S13": -23.313933671514437, "W21": -31.694609528622117, "S21": -31.694609528622117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107497.0, 510063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0849773685047965, "S11": -1.0849773685047965, "W12": -5.2804207386106548, "S12": -5.2804207386106548, "W13": -17.277558196848183, "S13": -20.277558196848183, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107497.4, 502411.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69096275959897624, "S11": -4.0099645759794251, "W12": -7.0070668925757902, "S12": -8.8456667756015239, "W13": -26.150568857707107, "S13": -26.150568857707107, "W21": -30.366558883245265, "S21": -31.689417061111595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107497.75, 508556.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28981972375827603, "S11": -0.28981972375827603, "W12": -5.0, "S12": -13.643246550349062, "W13": -19.165638009106772, "S13": -19.17852308864078, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107498.0, 499443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34171022162643971, "S11": -0.34171022162643971, "W12": -9.2248356935236764, "S12": -10.892035042394125, "W13": -12.930307091827498, "S13": -24.441694255388573, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107498.0, 514691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49007673922596273, "S11": -0.49007673922596273, "W12": -8.8388065512012357, "S12": -9.4779312243862872, "W13": -12.670349434481658, "S13": -20.142717657324859, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107498.0, 515452.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4666320773608947, "S11": -2.4666320773608947, "W12": -10.0, "S12": -11.249283278110974, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.711400788637505, "S21": -36.711400788637505, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107498.333333333328483, 511901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7713944337639065, "S11": -1.7713944337639065, "W12": -9.5050304354893811, "S12": -9.6894577644754616, "W13": -26.324700839435327, "S13": -26.324700839435327, "W21": -36.134572941424707, "S21": -36.134572941424707, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107498.571428571434808, 511415.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.270028818443804, "S11": -0.3057302762929483, "W12": -10.354558857255183, "S12": -12.288811464264937, "W13": -18.493293589033385, "S13": -18.493293589033385, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107499.0, 504465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91348748525535928, "S11": -2.6629077932556178, "W12": -5.0, "S12": -9.7732761755298831, "W13": -21.530266974186006, "S13": -21.544224904667466, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107499.8, 506242.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69908797196910233, "S11": -8.0419143989824722, "W12": -9.9829882682828774, "S12": -10.029100581108807, "W13": -15.737546888766596, "S13": -15.737546888766596, "W21": -40.393176559473623, "S21": -42.312790867865132, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107500.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4982255013242527, "S11": -5.6274535876703009, "W12": -5.6274535876703009, "S12": -7.6710616046572877, "W13": -14.935677945485123, "S13": -16.094696932826896, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107500.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1928558537421719, "S11": -0.1928558537421719, "W12": -5.9689835561882347, "S12": -15.968983556188235, "W13": -15.968983556188235, "S13": -17.104902070640133, "W21": -40.050317956763301, "S21": -40.050317956763301, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107500.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55228014408977777, "S11": -2.5968592525076097, "W12": -5.0, "S12": -9.1604710920770884, "W13": -15.918065161208883, "S13": -17.925558798342003, "W21": -38.067319277444888, "S21": -38.067319277444888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107500.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.6095892413389854, "W12": -10.01943890440101, "S12": -10.780356510004967, "W13": -17.316573994787205, "S13": -17.934049377211185, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107500.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8397246067868869, "S12": -5.4580000873566554, "W13": -21.938209337585612, "S13": -21.942478940163486, "W21": -32.003784425085961, "S21": -32.003784425085961, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107500.0, 510309.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0371435243026745, "S12": -6.0371435243026745, "W13": -20.0, "S13": -20.0, "W21": -41.452894141511059, "S21": -41.452894141511059, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107500.6, 520865.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37542994725980283, "S11": -2.0950252289356213, "W12": -10.118596632047964, "S12": -11.511110606427302, "W13": -17.810206645498138, "S13": -19.283003190398059, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107501.25, 504103.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4726904218636037, "S11": -4.1773558058195412, "W12": -7.5172673656855213, "S12": -9.2549680886080647, "W13": -24.702825880849474, "S13": -25.012029517582956, "W21": -30.0, "S21": -32.77356391665564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107502.571428571434808, 507917.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5051463019865889, "S11": -3.9127173899670509, "W12": -8.0415840965164005, "S12": -13.0415840965164, "W13": -25.174842580240696, "S13": -25.929159859023414, "W21": -30.0, "S21": -31.886614743705849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107503.0, 508200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59592478923236225, "S11": 0.59592478923236225, "W12": -4.4445460483344217, "S12": -8.4060060033595043, "W13": -25.786050928011125, "S13": -25.786050928011125, "W21": -30.936030320185054, "S21": -31.29952629178289, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107503.0, 509081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66545641218160145, "S11": -7.9149795651758437, "W12": -9.5676464671749653, "S12": -10.265064922906419, "W13": -15.536879865004451, "S13": -15.536879865004451, "W21": -40.318594088166329, "S21": -41.81025592174943, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107503.166666666671517, 497081.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0253572204869936, "S12": -8.835160722765405, "W13": -18.176030736198641, "S13": -20.920865880219289, "W21": -29.731118609998138, "S21": -29.74832014219534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107503.2, 503343.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90559533260436831, "S11": -0.90559533260436831, "W12": -7.3139969849141, "S12": -7.3139969849141, "W13": -17.070983566223877, "S13": -18.951013567652502, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107503.333333333328483, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6938897757369547, "S11": -4.6938897757369542, "W12": -6.1737387682574587, "S12": -6.1737387682574587, "W13": -23.622959099289467, "S13": -23.622959099289467, "W21": -29.999999999999996, "S21": -31.922226718078729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107504.0, 507433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6995189310502472, "S11": -1.6995189310502472, "W12": -5.4621672760506517, "S12": -5.4621672760506517, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107504.25, 521736.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8944140001616248, "S12": -11.30100229825555, "W13": -19.242810121313852, "S13": -19.242810121313852, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107504.333333333328483, 504734.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41556143542257407, "S11": 0.41556143542257407, "W12": -4.246746501439655, "S12": -11.443362928008195, "W13": -25.293523327121335, "S13": -25.293523327121335, "W21": -30.646693983063201, "S21": -30.646693983063201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107504.333333333328483, 509254.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5399540528949078, "S12": -8.5399540528949078, "W13": -13.324867139760482, "S13": -27.295144850098566, "W21": -40.335932537000438, "S21": -40.335932537000438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107504.515151515151956, 516050.575757575745229 ] } }, +{ "type": "Feature", "properties": { "W11": -2.54382845296711, "S11": -2.54382845296711, "W12": -10.000000000000002, "S12": -10.666473902846116, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.974841585110298, "S21": -36.974841585110298, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107505.0, 512245.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5492893909983465, "S12": -5.5492893909983465, "W13": -20.0, "S13": -20.0, "W21": -38.359920743062183, "S21": -38.359920743062183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107505.5, 521605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30527772384033891, "S11": -0.30527772384033891, "W12": -5.7469729220270027, "S12": -15.746972922027002, "W13": -15.746972922027002, "S13": -17.992714630201387, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107506.0, 498667.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60651069274355696, "S11": -7.232592268420726, "W12": -7.6331250516234777, "S12": -11.286915038262073, "W13": -15.000000000000002, "S13": -15.755391852312101, "W21": -40.067418637740829, "S21": -40.067418637740829, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107507.0, 497351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.568724217626803, "S11": -2.2895532439031143, "W12": -5.0, "S12": -10.587144251118525, "W13": -22.441167700943829, "S13": -22.91254605881447, "W21": -28.278420259035308, "S21": -28.278420259035308, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107507.444444444437977, 506650.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96385350354248722, "S11": -0.96385350354248722, "W12": -7.1182475493710591, "S12": -7.1182475493710591, "W13": -17.10338703126974, "S13": -19.255543086319982, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107507.5, 502068.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -9.8285501758207605, "S12": -10.485773989006043, "W13": -17.295016769693294, "S13": -18.091062474777829, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107509.0, 501036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.911555008687535, "S12": -5.911555008687535, "W13": -20.0, "S13": -20.0, "W21": -39.681921406003156, "S21": -39.681921406003156, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107509.5, 521057.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.3128293210757649, "S12": -4.0856891449977839, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -37.418630695336887, "S21": -37.418630695336887, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107509.8, 524354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69958224904155719, "S11": -8.0971150843479052, "W12": -10.054516394144736, "S12": -10.232900304301182, "W13": -15.768211596620063, "S13": -15.768211596620063, "W21": -40.398380077899688, "S21": -42.274955181705046, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107510.78125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86156846811761356, "S11": -0.86156846811761356, "W12": -7.4935593070278044, "S12": -7.4935593070278044, "W13": -17.051435178999178, "S13": -18.786839245859504, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107511.0, 501957.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33219422884583999, "S11": -0.33219422884583999, "W12": -5.0, "S12": -12.913307614601884, "W13": -19.151819359335288, "S13": -19.378958722566129, "W21": -39.928436745862108, "S21": -39.928436745862108, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107511.333333333328483, 499518.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6561733130296599, "S12": -5.6561733130296599, "W13": -20.0, "S13": -20.0, "W21": -40.108311244599733, "S21": -40.108311244599733, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107511.625, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.2281047576284092, "W12": -9.5712487715048216, "S12": -10.08056952782108, "W13": -17.26351040996056, "S13": -18.291247760552, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107512.0, 501088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1389844911833484, "S11": -1.1389844911833484, "W12": -5.0, "S12": -7.2310118013403732, "W13": -17.741751657548154, "S13": -19.438662538046394, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107513.666666666671517, 502937.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -7.4360955433207758, "W13": -14.910690373692393, "S13": -16.220364876404872, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107514.0, 498055.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42153333762044093, "S11": -0.42153333762044093, "W12": -8.9272163713163373, "S12": -9.7318137600372321, "W13": -12.464220296084571, "S13": -17.832103909229183, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107515.0, 515265.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4696240847872932, "S12": -5.4696240847872932, "W13": -20.0, "S13": -20.0, "W21": -33.386607282387942, "S21": -33.386607282387942, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107515.4, 521727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3629355765776552, "S11": -2.3629355765776552, "W12": -10.0, "S12": -10.25370124007167, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -37.109259146213411, "S21": -37.109259146213411, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107515.5, 512546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29714162171880842, "S11": -0.29714162171880842, "W12": -5.8418975681780854, "S12": -15.841897568178085, "W13": -15.841897568178085, "S13": -18.081457388697924, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107516.0, 498715.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4860384983938313, "S11": -2.4860384983938313, "W12": -10.0, "S12": -11.659844184983291, "W13": -30.0, "S13": -30.0, "W21": -36.823043790749004, "S21": -36.823043790749004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107516.0, 512076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37591191960659742, "S11": -0.37591191960659742, "W12": -9.3500980827331439, "S12": -13.709162417749113, "W13": -13.826531119580823, "S13": -32.461170816167424, "W21": -39.944638625080202, "S21": -39.944638625080202, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107516.0, 514430.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0024671875601400828, "S11": -0.85761073451778169, "W12": -7.8096914104976465, "S12": -7.8096914104976465, "W13": -17.012376701519038, "S13": -19.935007896172024, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107518.0, 501475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35263985646091989, "S11": -0.96794019347460947, "W12": -8.1651796250880775, "S12": -8.1651796250880775, "W13": -16.759892779640953, "S13": -19.166330774363907, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107518.0, 501597.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62032834950385018, "S11": 0.62032834950385018, "W12": -4.8101195485825814, "S12": -4.8101195485825814, "W13": -18.392185375155208, "S13": -18.392185375155208, "W21": -33.342343433037534, "S21": -33.342343433037534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107518.0, 522726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6400881134012155, "S11": -4.640088113401216, "W12": -6.6512781344905072, "S12": -7.6512781344905072, "W13": -24.038372155043014, "S13": -24.038372155043014, "W21": -30.0, "S21": -32.340275311237328, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107519.0, 507602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9368842493606675, "S11": -1.9368842493606675, "W12": -9.6377205723511423, "S12": -10.186917337252538, "W13": -28.232771001282956, "S13": -28.232771001282956, "W21": -36.242201082759415, "S21": -36.242201082759415, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107519.0, 511545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33016019417475739, "S11": -0.83510677264853617, "W12": -5.6581186099946406, "S12": -15.658118609994641, "W13": -15.658118609994641, "S13": -17.953098972497003, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107520.0, 498626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0699955031305131, "S11": -4.0699955031305128, "W12": -5.0, "S12": -13.155321225575566, "W13": -21.838651030247945, "S13": -22.083628156126359, "W21": -30.0, "S21": -30.269747216601964, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107520.0, 506354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.716802416033678, "S11": -0.84049090983610697, "W12": -5.0727941000466101, "S12": -5.072794100046611, "W13": -21.028470251091029, "S13": -21.063781155344959, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107521.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14822874212084505, "S11": -0.14822874212084505, "W12": -5.2938261560083628, "S12": -5.2938261560083628, "W13": -19.868861970082186, "S13": -19.868861970082186, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107521.2, 521994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80293202618295467, "S11": -0.80293202618295467, "W12": -7.7330649629844741, "S12": -7.7330649629844741, "W13": -17.025455985102329, "S13": -18.568934245971882, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107521.333333333328483, 501901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55400811555582474, "S11": -5.0, "W12": -5.0, "S12": -7.9017179317553916, "W13": -15.075682327880411, "S13": -16.773584079174608, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107522.0, 497784.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43637730379856349, "S11": -0.43637730379856349, "W12": -5.0, "S12": -10.959690118920484, "W13": -18.543472917040376, "S13": -19.436139649004701, "W21": -39.753018124055693, "S21": -39.753018124055693, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107522.0, 499716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4844282113956531, "S11": -4.0145465128834585, "W12": -7.6529138458902359, "S12": -9.0541610692821308, "W13": -24.843689961869465, "S13": -25.2876390452059, "W21": -30.0, "S21": -32.43224116575027, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107523.714285714289872, 507962.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -9.9642826552462527, "W13": -17.509517070934567, "S13": -18.814444948697354, "W21": -39.651378544559215, "S21": -39.651378544559215, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107524.0, 499833.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49821579428747231, "S11": -0.49821579428747231, "W12": -9.8544600199506593, "S12": -12.717447316268357, "W13": -19.274771031136808, "S13": -24.194467699790074, "W21": -38.43538420798788, "S21": -38.43538420798788, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107524.0, 513515.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4681157584169122, "S11": -2.5908942631660166, "W12": -5.0, "S12": -11.435474039716492, "W13": -22.414712898500579, "S13": -22.88343456425935, "W21": -29.24551014346676, "S21": -29.24551014346676, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107524.222222222218988, 506605.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8843961972268533, "S12": -5.8843961972268533, "W13": -20.0, "S13": -20.0, "W21": -39.062166765402843, "S21": -39.062166765402843, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107524.875, 521100.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5173890307851776, "W12": -5.5173890307851776, "S12": -7.2018489213522914, "W13": -14.913571602339676, "S13": -16.261427991730876, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107525.0, 498045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7733935177271472, "S11": -4.7733935177271469, "W12": -5.8176435744477537, "S12": -5.8176435744477537, "W13": -23.514512040392184, "S13": -23.514512040392184, "W21": -29.999999999999996, "S21": -31.686330773991429, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107525.0, 507327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0414596818304185, "S12": -14.796314108332886, "W13": -20.322358649925562, "S13": -20.322358649925562, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107525.571428571434808, 505496.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28914581866964234, "S11": -0.28914581866964234, "W12": -5.936822214329287, "S12": -15.936822214329286, "W13": -15.936822214329286, "S13": -17.967600718831925, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107526.0, 498763.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8044197615292132, "S11": -1.8044197615292132, "W12": -9.9999999999999982, "S12": -11.171249284554898, "W13": -27.10651459993381, "S13": -37.10651459993381, "W21": -37.399291853662028, "S21": -37.399291853662028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107526.0, 512890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7167203270660158, "S11": -1.7167203270660158, "W12": -6.0788222735322499, "S12": -6.0788222735322499, "W13": -20.0, "S13": -20.0, "W21": -41.464861743918121, "S21": -41.464861743918121, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107526.0, 520806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99030491056282544, "S11": -3.2376793940988131, "W12": -5.0, "S12": -10.97424071345257, "W13": -21.614030998407298, "S13": -21.639277425799722, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107526.2, 506282.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3866170385449377, "S11": -2.3866170385449377, "W12": -10.0, "S12": -10.004976317080612, "W13": -30.0, "S13": -30.0, "W21": -37.006850492190217, "S21": -37.006850492190217, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107526.555555555562023, 512458.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4716980002394808, "S11": -2.4716980002394808, "W12": -10.0, "S12": -10.183946873145221, "W13": -30.0, "S13": -30.0, "W21": -36.896612022271086, "S21": -36.896612022271086, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107527.0, 512279.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32358119250130185, "S11": -0.32358119250130185, "W12": -4.9999999999999991, "S12": -13.444677995289588, "W13": -19.054106075587438, "S13": -19.072887679775455, "W21": -39.953620607408553, "S21": -39.953620607408553, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107527.5, 499479.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0107929539713876, "S11": -2.0107929539713876, "W12": -10.0, "S12": -10.906924983010553, "W13": -28.540617601384895, "S13": -35.764294310536229, "W21": -37.234726389163455, "S21": -37.234726389163455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107528.0, 512793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.9999999999999991, "W12": -4.9999999999999991, "S12": -10.048357617911357, "W13": -14.848759117608832, "S13": -15.060885814441411, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107529.0, 498305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52772200450758489, "S11": -0.52772200450758489, "W12": -6.3243767701047409, "S12": -7.5402542074306487, "W13": -20.977854374017813, "S13": -20.977854374017813, "W21": -32.477073514844051, "S21": -32.477073514844051, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107529.0, 510535.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5721754008083035, "S12": -8.6748034138176493, "W13": -13.235893708475613, "S13": -28.442376389511669, "W21": -40.232188914181599, "S21": -40.232188914181599, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107529.0, 515973.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33578703421445916, "S11": -0.33578703421445916, "W12": -9.1603388274527564, "S12": -10.148525193435065, "W13": -12.777022394592121, "S13": -22.807315518706236, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107529.6, 514726.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63777633960977043, "S11": -5.6377763396097702, "W12": -8.6791419818725011, "S12": -10.183815315102155, "W13": -17.748294759740872, "S13": -20.748294759740872, "W21": -29.759526408360326, "S21": -29.759526408360326, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107530.0, 503576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4772852525433069, "S11": -2.4772852525433069, "W12": -10.0, "S12": -11.820326926778105, "W13": -30.0, "S13": -30.0, "W21": -36.795913291236715, "S21": -36.795913291236715, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107530.0, 512135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -10.0, "S12": -11.311261197614975, "W13": -30.0, "S13": -30.0, "W21": -36.841228175797717, "S21": -36.841228175797717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107530.0, 512210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68362700298543988, "S11": -8.0043484613234241, "W12": -9.7195447272357196, "S12": -10.514781837679626, "W13": -15.701810000292689, "S13": -15.701810000292689, "W21": -40.362976760608348, "S21": -41.910196624696724, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107531.333333333328483, 497048.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50512796871102295, "S11": -1.545230738084542, "W12": -5.0, "S12": -9.6110370143773522, "W13": -16.683517885259608, "S13": -18.303143437305124, "W21": -38.95816366028243, "S21": -38.95816366028243, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107531.428571428565192, 499929.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72471490903712488, "S11": 0.72471490903712488, "W12": -4.4944480731548015, "S12": -7.4338011262598016, "W13": -25.82603759265924, "S13": -25.82603759265924, "W21": -31.130804344978053, "S21": -31.52321514012386, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107532.0, 509057.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4062960811475045, "S11": -2.4062960811475045, "W12": -10.0, "S12": -11.414007324979984, "W13": -30.0, "S13": -30.0, "W21": -36.650840214870087, "S21": -36.650840214870087, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107535.0, 511932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40210467730804333, "S11": -0.40210467730804333, "W12": -8.934934866525678, "S12": -9.7755041768757955, "W13": -12.434805210390234, "S13": -18.01805903971956, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107535.0, 515240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51151906790474932, "W12": -8.8043338467396985, "S12": -9.4296578902570314, "W13": -12.721869238405899, "S13": -21.955209305738101, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107535.0, 515503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28182703170965012, "S11": -0.28182703170965012, "W12": -6.0317468604803688, "S12": -16.031746860480368, "W13": -16.031746860480368, "S13": -17.365253383246763, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107536.0, 498811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3713152131667935, "S11": -0.3713152131667935, "W12": -9.3108191698048373, "S12": -12.980207240269451, "W13": -13.7077044489135, "S13": -32.751952236524119, "W21": -39.943032909975379, "S21": -39.943032909975379, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107536.0, 514459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3112875703508564, "S11": -2.3112875703508564, "W12": -10.0, "S12": -10.328902680402297, "W13": -30.0, "S13": -31.239283014066828, "W21": -37.038266116423749, "S21": -37.038266116423749, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107536.25, 512582.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.577852255869697, "S12": -5.577852255869697, "W13": -20.0, "S13": -20.0, "W21": -38.629618590180314, "S21": -38.629618590180314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107536.25, 521566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77822008659749398, "S11": -0.77822008659749398, "W12": -8.9417955132489446, "S12": -8.9417955132489446, "W13": -22.760174465072812, "S13": -22.760174465072812, "W21": -35.112446527584417, "S21": -35.112446527584417, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107536.285714285710128, 510954.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73767635895904426, "S11": -3.8736228055740662, "W12": -7.0069541424050508, "S12": -8.8639138722699826, "W13": -26.055363448707883, "S13": -26.055363448707883, "W21": -30.531940517419926, "S21": -31.772023835659375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107536.5, 508527.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27878806692053643, "S11": -0.27878806692053643, "W12": -6.0559923169909329, "S12": -16.055992316990931, "W13": -16.055992316990931, "S13": -17.216849194991543, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107537.0, 498823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0199273109916316, "S12": -14.943557739277338, "W13": -20.319740818116816, "S13": -20.32408843341149, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107537.0, 505503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6503734181384344, "S11": -1.6503734181384344, "W12": -9.4275734696457612, "S12": -9.6610620423404612, "W13": -25.807977327996852, "S13": -25.807977327996852, "W21": -36.018741785811841, "S21": -36.018741785811841, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107537.857142857144936, 511392.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9260440223215243, "S12": -5.9260440223215243, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -39.949378089185814, "S21": -39.949378089185814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107538.0, 521039.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47808874492605208, "S11": -0.47808874492605208, "W12": -8.8302840055216674, "S12": -9.5024457680455185, "W13": -12.662651506060241, "S13": -21.246167494247327, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107538.5, 515449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4592326884729463, "S12": -6.3215283163234837, "W13": -23.757679313589342, "S13": -23.757679313589342, "W21": -31.840792696993351, "S21": -31.840792696993351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107538.6, 509983.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59600899373164673, "S11": -6.6929424259041168, "W12": -6.6929424259041168, "S12": -10.425059704472154, "W13": -14.999999999999998, "S13": -16.234843162738432, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107538.916666666671517, 497578.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1048424316153138, "S11": -1.1048424316153138, "W12": -5.5094988695419804, "S12": -5.5094988695419804, "W13": -17.267479054514883, "S13": -20.267479054514883, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107539.2, 502394.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4836922402313422, "S11": -3.8606091624876431, "W12": -7.797231935993377, "S12": -10.795493123876602, "W13": -25.0, "S13": -25.610573994323079, "W21": -30.0, "S21": -32.059318963955803, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107540.0, 508018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90535839965870302, "S11": -3.9053583996587031, "W12": -7.3224016249359529, "S12": -9.9292381209068381, "W13": -25.926967784047022, "S13": -26.169544426220753, "W21": -30.315359166336727, "S21": -31.657416764597912, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107540.0, 508458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8572373857661706, "S12": -5.8572373857661706, "W13": -20.0, "S13": -20.0, "W21": -38.44241212480253, "S21": -38.44241212480253, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107540.25, 521143.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2191056345026372, "S11": -0.22701710315911811, "W12": -10.206820430495011, "S12": -12.043258031669591, "W13": -18.45222981350069, "S13": -18.45222981350069, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107540.8, 504443.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3675072992070214, "S11": -2.8922352824289188, "W12": -5.0, "S12": -12.283803828314458, "W13": -22.334484203873881, "S13": -22.800549177520782, "W21": -30.0, "S21": -30.210350163438097, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107541.0, 506560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2720613137456635, "S11": -0.2720613137456635, "W12": -6.1198610691157844, "S12": -16.119861069115785, "W13": -16.119861069115785, "S13": -16.819960625795261, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107541.333333333328483, 498854.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56651222279704971, "S11": -0.56651222279704971, "W12": -8.244050830991803, "S12": -8.244050830991803, "W13": -13.950633434152508, "S13": -15.684701694193963, "W21": -41.124450657578514, "S21": -41.124450657578514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107541.362068965521757, 516628.112068965507206 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69642878272444908, "S11": 0.69642878272444908, "W12": -4.6848047150353764, "S12": -6.7215457632969233, "W13": -25.929976175380755, "S13": -25.929976175380755, "W21": -31.236937970951292, "S21": -31.66188363296904, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107541.75, 509017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9582688246131722, "S11": -0.9582688246131722, "W12": -7.2390776498121339, "S12": -7.2390776498121339, "W13": -17.116219760334904, "S13": -19.439205378697682, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107542.0, 502091.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8073855881692382, "S11": -1.8073855881692382, "W12": -5.0, "S12": -8.7941526656965205, "W13": -22.69188779849873, "S13": -23.253700899830996, "W21": -27.650918447355799, "S21": -27.777342925981948, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107542.0, 506758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50265058062182455, "S11": -0.50265058062182455, "W12": -4.509542086338068, "S12": -6.4923176360543806, "W13": -23.457370308309091, "S13": -23.457370308309091, "W21": -31.969505992464057, "S21": -31.969505992464057, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107542.4, 510073.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59857519735701115, "S11": -2.1697852657016656, "W12": -10.711349158114309, "S12": -13.05494494191311, "W13": -17.517160478401902, "S13": -17.566986743791738, "W21": -31.501488186870322, "S21": -31.501488186870322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107543.0, 500672.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30414583811052509, "S11": -1.9555749459154719, "W12": -10.0, "S12": -11.315700242622858, "W13": -17.796729008289176, "S13": -18.804974592888787, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107543.0, 504096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31496815615676349, "S11": -0.31496815615676349, "W12": -5.0, "S12": -13.988685072088327, "W13": -18.956392791839587, "S13": -19.107533817480572, "W21": -39.968094473737587, "S21": -39.968094473737587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107543.666666666671517, 499440.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2103109240219707, "S12": -10.51152251532849, "W13": -25.290135581066831, "S13": -25.290135581066831, "W21": -30.920329469103205, "S21": -30.920329469103205, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107544.0, 509242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36506408152911562, "S11": -0.36506408152911562, "W12": -9.2766224220469091, "S12": -11.90889380695859, "W13": -13.544718015607593, "S13": -33.27622123636462, "W21": -39.995608999883167, "S21": -39.995608999883167, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107544.0, 514503.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.695471105280733, "S12": -9.1408188199570155, "W13": -12.955473775492035, "S13": -25.427969453480785, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107544.121951219509356, 515717.682926829264034 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0473315611132756, "S12": -6.0473315611132756, "W13": -20.0, "S13": -20.0, "W21": -41.196591004907823, "S21": -41.196591004907823, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107544.2, 520856.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4961660009277022, "S11": -3.8517372199473749, "W12": -7.7874349315800098, "S12": -10.117325504080201, "W13": -24.984554042889457, "S13": -25.563248572828847, "W21": -30.0, "S21": -32.0909184148449, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107544.857142857144936, 508006.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63311108235857294, "S11": -7.3141432584076576, "W12": -7.7091440630342429, "S12": -10.912398524665498, "W13": -15.029718375904659, "S13": -15.948886985762851, "W21": -40.111046001805221, "S21": -40.111046001805221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107545.818181818176527, 497324.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2725916935887489, "S11": -3.1436847200406848, "W12": -5.0, "S12": -13.083684536843377, "W13": -22.243542565039306, "S13": -22.695226069911278, "W21": -30.0, "S21": -30.492316847517714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107546.333333333328483, 506517.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26229559578166978, "S11": -0.26229559578167089, "W12": -6.0482384742274071, "S12": -16.048238474227407, "W13": -16.048238474227407, "S13": -16.707333034780039, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107546.666666666671517, 498898.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7201833110180675, "S11": -4.7201833110180678, "W12": -6.386987524408374, "S12": -7.2157468593602783, "W13": -23.901188161077645, "S13": -23.901188161077645, "W21": -30.0, "S21": -32.163167315361058, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107547.0, 507518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4529841964937367, "S11": -2.4529841964937367, "W12": -10.0, "S12": -11.921791994322032, "W13": -30.0, "S13": -30.0, "W21": -36.735693868455073, "S21": -36.735693868455073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107547.0, 512161.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41967516363774415, "S11": 0.41967516363774415, "W12": -4.1880083776257404, "S12": -10.846000994274787, "W13": -25.240773962655815, "S13": -25.240773962655815, "W21": -30.867126852541414, "S21": -30.867126852541414, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107547.666666666671517, 509258.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.0561653641949524, "W12": -10.0, "S12": -10.2772274148147, "W13": -17.764768150119917, "S13": -20.764768150119917, "W21": -30.139243471970502, "S21": -30.139243471970502, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107548.0, 503794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4192851155550179, "S11": -2.4192851155550179, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.818382459431845, "S21": -36.818382459431845, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107549.0, 512313.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70380369219521111, "S11": -8.1330466818027283, "W12": -10.009627430165365, "S12": -10.669173237857457, "W13": -15.879760026637742, "S13": -15.879760026637742, "W21": -40.417308818840866, "S21": -42.137321019006734, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54447837985769065, "S11": -5.653706288054269, "W12": -5.653706288054269, "S12": -6.6486975226685781, "W13": -14.92954317083232, "S13": -16.330613092471861, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23257322817592818, "S11": -0.23257322817592818, "W12": -5.8660070887764704, "S12": -15.86600708877647, "W13": -15.86600708877647, "S13": -17.109650508907983, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50172768263265921, "S11": -2.3505607059721925, "W12": -5.0, "S12": -9.4195717344753742, "W13": -16.133361901155336, "S13": -17.928370138893385, "W21": -38.339743129051413, "S21": -38.339743129051413, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.25823115970324095, "W12": -9.9785922453927345, "S12": -10.819940741940529, "W13": -17.318414723328189, "S13": -18.067106430766103, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.51173627223511209, "W12": -9.8706154092137712, "S12": -11.174966008856536, "W13": -19.249398559708776, "S13": -19.249398559708776, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 504729.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4727827277188847, "S12": -5.4727827277188847, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107550.0, 521727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55349393507892264, "S11": -3.1920677378779163, "W12": -8.743290764390153, "S12": -11.743290764390153, "W13": -17.249930748791762, "S13": -18.11224460456663, "W21": -34.020283653682803, "S21": -34.020283653682803, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 500425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46502251623658264, "S11": -0.96502251623658264, "W12": -6.4160170324006049, "S12": -19.589035907918777, "W13": -20.507345378892843, "S13": -20.556990049287002, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 505672.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3815863199007445, "S12": -7.8147339522127233, "W13": -20.953864850707177, "S13": -20.953864850707177, "W21": -32.591150601867135, "S21": -32.591150601867135, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 510539.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29551766625595266, "S11": 0.29551766625595266, "W12": -4.6671832203107915, "S12": -5.6671832203107915, "W13": -17.954320687119377, "S13": -17.954320687119377, "W21": -33.867368454498191, "S21": -33.867368454498191, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107551.0, 522947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9529264051435176, "S12": -8.8014124317994025, "W13": -18.055307134410391, "S13": -20.997468865093762, "W21": -29.706071059009155, "S21": -29.706071059009155, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107551.5, 503339.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.66814265641177351, "S11": 0.66814265641177351, "W12": -4.945392005848106, "S12": -6.0795210492662015, "W13": -26.03391475810227, "S13": -26.03391475810227, "W21": -31.258716407650027, "S21": -31.71619693653972, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107551.5, 508977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1776760879706047, "S11": -3.3951341576521772, "W12": -5.0, "S12": -13.883565245371209, "W13": -22.149357963009145, "S13": -22.586659999106232, "W21": -30.0, "S21": -30.647503412286529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107551.666666666671517, 506474.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2525298778176831, "S11": -0.25252987781768327, "W12": -5.9613968610505879, "S12": -15.961396861050588, "W13": -15.961396861050588, "S13": -16.83521841923698, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107552.0, 498942.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35883467123439866, "S11": -0.35883467123439866, "W12": -9.242425674288949, "S12": -10.837580373646352, "W13": -13.381731582301484, "S13": -32.118428396800567, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107552.0, 514547.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.3658914972504208, "S12": -4.0385961785949629, "W13": -15.0, "S13": -15.0, "W21": -37.469967995805327, "S21": -37.469967995805327, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107552.2, 524360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0671223358702355, "S11": -3.8196184285429928, "W12": -5.0, "S12": -12.17520525137348, "W13": -21.697795022628398, "S13": -21.734329946931574, "W21": -29.999999999999996, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107552.6, 506322.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86808922874133088, "S11": -0.86808922874133088, "W12": -7.5931168533472739, "S12": -7.5931168533472739, "W13": -17.07403092729869, "S13": -19.074242246885337, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107553.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.528234365618772, "S12": -8.528234365618772, "W13": -13.316740553919649, "S13": -26.644571806954296, "W21": -40.336853257865897, "S21": -40.336853257865897, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107554.280303030303912, 516049.401515151490457 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1188162007951636, "S11": -1.1188162007951636, "W12": -5.0, "S12": -7.5518790757496834, "W13": -17.755952780697886, "S13": -19.393285320400985, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107554.833333333328483, 502961.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.095034833147299963, "S11": -0.80529943824903705, "W12": -8.1379481778703191, "S12": -8.1379481778703191, "W13": -16.879046656145196, "S13": -19.879046656145196, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107555.0, 501520.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5379616819687252, "S11": -1.5379616819687252, "W12": -9.3526283348084451, "S12": -9.5190018668270575, "W13": -25.0, "S13": -25.0, "W21": -35.924396937858162, "S21": -35.924396937858162, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107555.0, 511346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8300785743054888, "S12": -5.8300785743054888, "W13": -20.0, "S13": -20.0, "W21": -37.82265748420221, "S21": -37.82265748420221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107555.625, 521186.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33069546084859303, "S11": -0.33069546084859175, "W12": -9.0664957956624175, "S12": -9.5279487812790649, "W13": -12.647586090604984, "S13": -21.421695276613484, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107556.0, 514756.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37969923640330372, "S11": -0.37969923640330372, "W12": -8.9534881051023767, "S12": -9.8352857706246564, "W13": -12.399307790493438, "S13": -18.150063029875419, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107556.0, 515209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.16280397108167, "S11": -3.7123812569146368, "W12": -5.0, "S12": -14.683445953900126, "W13": -22.023104959006844, "S13": -22.344946207886718, "W21": -30.0, "S21": -30.426113172796015, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107557.0, 506432.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2596395641240572, "S11": -2.2596395641240572, "W12": -10.0, "S12": -10.404104120732926, "W13": -30.0, "S13": -32.506795988226173, "W21": -36.967273086634094, "S21": -36.967273086634094, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107557.0, 512619.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49340352396046167, "S11": -0.49340352396046167, "W12": -9.801263859257233, "S12": -12.698163658150982, "W13": -19.275736436060409, "S13": -24.463105486846814, "W21": -38.403642047422196, "S21": -38.403642047422196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107557.0, 513541.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2427641598536964, "S11": -0.2427641598536964, "W12": -5.8745552478737686, "S12": -15.874555247873769, "W13": -15.874555247873769, "S13": -17.029239957413562, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107557.333333333328483, 498986.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50096122446593772, "S11": -0.30441575462548609, "W12": -9.4424948971544556, "S12": -9.8912110605991703, "W13": -17.254013189023134, "S13": -18.480247164374592, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107557.5, 501106.375 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4649460780244219, "S12": -5.4649460780244219, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107558.2, 521740.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5003486316143293, "S11": 0.5003486316143293, "W12": -4.8204360420119023, "S12": -4.8204360420119023, "W13": -18.421881620893199, "S13": -18.421881620893199, "W21": -33.13509032286219, "S21": -33.13509032286219, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107558.666666666671517, 522716.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6080893734934265, "S11": -4.1316771531087113, "W12": -7.2405798824961414, "S12": -9.5589179197595993, "W13": -24.56991336548792, "S13": -24.56991336548792, "W21": -30.0, "S21": -32.863846281262795, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107559.0, 507806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70557027965636998, "S11": -8.0974900433379631, "W12": -9.871442987296021, "S12": -10.764498752452999, "W13": -15.866740135580821, "S13": -15.866740135580821, "W21": -40.407359433050317, "S21": -42.010137327643612, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107559.5, 497015.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6605438341380392, "S12": -5.6605438341380392, "W13": -20.0, "S13": -20.0, "W21": -38.932757878793097, "S21": -38.932757878793097, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107559.5, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31111026020997518, "S11": -0.31111026020997518, "W12": -5.0, "S12": -14.536595980232747, "W13": -18.858679508091765, "S13": -19.175935335597632, "W21": -39.982151306008525, "S21": -39.982151306008525, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107559.833333333328483, 499401.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82591535477299605, "S11": -0.82591535477299605, "W12": -7.7641157751690786, "S12": -7.7641157751690786, "W13": -17.055148181260009, "S13": -18.914879597041711, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107560.0, 501959.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35260651192498077, "S11": -0.35260651192498077, "W12": -9.1886512620540657, "S12": -10.092450841202039, "W13": -13.218745148995579, "S13": -29.882142773491601, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107560.0, 514592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70934704007494065, "S11": -8.1368931202919104, "W12": -9.9792371473818129, "S12": -10.766645499160072, "W13": -15.909402577562759, "S13": -15.909402577562759, "W21": -40.422338886652724, "S21": -42.100746522385307, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107560.421875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4024574484157104, "S11": -2.4024574484157104, "W12": -10.0, "S12": -11.796881389720378, "W13": -30.0, "S13": -30.0, "W21": -36.625227138383458, "S21": -36.625227138383458, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107561.0, 512082.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32942809500271814, "S11": -0.32942809500271814, "W12": -9.0483916733790419, "S12": -9.5687189458806845, "W13": -12.623737697356759, "S13": -21.172936782023815, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107561.2, 514761.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63985653009909782, "S11": 0.63985653009909693, "W12": -5.2059792966608356, "S12": -5.437496335235477, "W13": -26.137853340823778, "S13": -26.137853340823778, "W21": -31.253208988792284, "S21": -31.743224384553923, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107561.25, 508937.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22089834045513268, "S11": -0.22089834045513268, "W12": -10.080201815024736, "S12": -11.908265481663021, "W13": -18.204623352414114, "S13": -18.807006795243183, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107562.0, 504351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2296398302265894, "S11": -2.2296398302265894, "W12": -10.0, "S12": -10.52124134374507, "W13": -30.0, "S13": -33.869022228638251, "W21": -36.97230976119841, "S21": -36.97230976119841, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107562.0, 512664.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1500743713030377, "S11": -4.0272673537593047, "W12": -5.0, "S12": -14.214271588871501, "W13": -21.88699684617783, "S13": -22.071813460178959, "W21": -29.999999999999996, "S21": -30.204722933305465, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107562.333333333328483, 506389.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24444990091089802, "S11": -0.24444990091089802, "W12": -5.7877136346968197, "S12": -15.78771363469682, "W13": -15.897409094938654, "S13": -17.289882288411807, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107562.666666666671517, 499030.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.8944315890407053, "W12": -8.6130254276849652, "S12": -8.6130254276849652, "W13": -16.55785401459854, "S13": -19.031521560772681, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107563.0, 501671.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.195147835238056, "S12": -10.014325118941946, "W13": -25.294442992255167, "S13": -25.294442992255167, "W21": -31.060889058654702, "S21": -31.060889058654702, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107563.0, 509234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46329809585099924, "S11": -0.46329809585099924, "W12": -5.0, "S12": -11.413617481492206, "W13": -18.585740732897509, "S13": -19.357418519657777, "W21": -39.718880917010488, "S21": -39.718880917010488, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107563.375, 499731.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.590758039343608, "S11": -4.0095172873199338, "W12": -7.3960616357704945, "S12": -9.3491594601594166, "W13": -24.70154143903201, "S13": -24.862627771560149, "W21": -30.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107564.0, 507861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4298810448585364, "S11": -2.4298810448585364, "W12": -10.0, "S12": -11.762314974425649, "W13": -30.0, "S13": -30.0, "W21": -36.675474445673437, "S21": -36.675474445673437, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107564.0, 512188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77688407153876882, "S11": -0.77688407153876882, "W12": -7.9513039173206836, "S12": -7.9513039173206836, "W13": -17.031381290065337, "S13": -18.705382135343694, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107564.166666666671517, 501908.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -6.0, "W13": -17.09559675131019, "S13": -17.09559675131019, "W21": -34.413873689461845, "S21": -34.413873689461845, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107565.0, 523363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5079037904597516, "S11": -3.6889279270112918, "W12": -7.9131441562801674, "S12": -11.268090619170255, "W13": -25.053504484929078, "S13": -25.766944461471422, "W21": -30.0, "S21": -31.918402463321861, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107566.0, 508051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1445075722358102, "S11": -2.1445075722358102, "W12": -10.0, "S12": -10.638378566757215, "W13": -29.843331872438252, "S13": -35.074580341488577, "W21": -37.008777832573642, "S21": -37.008777832573642, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107567.0, 512709.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6064151207410475, "S12": -5.6064151207410475, "W13": -20.0, "S13": -20.0, "W21": -38.899316437298452, "S21": -38.899316437298452, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107567.0, 521527.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30700642989140076, "S11": -0.30700642989140076, "W12": -5.3052716750559634, "S12": -5.3052716750559634, "W13": -19.901777894592918, "S13": -19.901777894592918, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107567.0, 521983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1131147629281615, "S11": -4.0340019738767712, "W12": -5.0, "S12": -12.913931576496996, "W13": -21.750888733348972, "S13": -21.798680712471459, "W21": -29.999999999999996, "S21": -30.005840105079482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107567.666666666671517, 506346.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6391658944250072, "S12": -5.6391658944250072, "W13": -20.0, "S13": -20.0, "W21": -38.950068561134039, "S21": -38.950068561134039, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107567.666666666671517, 521477.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9511056957713953, "S12": -14.809595482453506, "W13": -20.316324283051706, "S13": -20.344418040908927, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107567.714285714289872, 505522.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25218090580171271, "S11": -0.25218090580171271, "W12": -5.7008720215199995, "S12": -15.700872021519999, "W13": -16.265657486542572, "S13": -17.550524619409707, "W21": -40.032881624286205, "S21": -40.032881624286205, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107568.0, 499074.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6719166681089659, "S12": -5.6719166681089659, "W13": -20.0, "S13": -20.0, "W21": -38.611815464408572, "S21": -38.611815464408572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107568.333333333328483, 521428.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7046674417929273, "S12": -5.7046674417929273, "W13": -20.0, "S13": -20.0, "W21": -38.273562367682743, "S21": -38.273562367682743, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107569.0, 521378.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25690761380095861, "S11": -0.25690761380095861, "W12": -5.6147693094889961, "S12": -15.614769309488995, "W13": -16.580873907550487, "S13": -17.732158289834796, "W21": -40.077670221561291, "S21": -40.077670221561291, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107569.333333333328483, 499122.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3100626671456683, "S11": -2.3100626671456683, "W12": -10.0, "S12": -10.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.822748501494239, "S21": -36.822748501494239, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107569.333333333328483, 512471.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7374182154768878, "S12": -5.7374182154768878, "W13": -20.0, "S13": -20.0, "W21": -37.935309270956921, "S21": -37.935309270956921, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107569.666666666671517, 521329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7701689891608456, "S12": -5.7701689891608456, "W13": -20.0, "S13": -20.0, "W21": -37.597056174231462, "S21": -37.597056174231462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107570.333333333328483, 521279.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26163432180021223, "S11": -0.26163432180021223, "W12": -5.528666597458062, "S12": -15.528666597458063, "W13": -17.020810057324056, "S13": -18.038511689025761, "W21": -40.122458818836307, "S21": -40.122458818836307, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107570.666666666671517, 499170.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61157040378642225, "S11": 0.61157040378642269, "W12": -5.2820324681280386, "S12": -5.2820324681280386, "W13": -26.241791923545293, "S13": -26.241791923545293, "W21": -31.247701569934545, "S21": -31.770251832568125, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107571.0, 508897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3668722308705541, "S11": -2.3668722308705541, "W12": -10.0, "S12": -10.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.740152896592598, "S21": -36.740152896592598, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107571.0, 512347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8029197628448062, "S12": -5.8029197628448062, "W13": -20.0, "S13": -20.0, "W21": -37.25880307750564, "S21": -37.25880307750564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107571.0, 521230.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3459600849341138, "S11": -2.3459600849341138, "W12": -10.0, "S12": -11.578731371848995, "W13": -30.0, "S13": -30.0, "W21": -36.505151249130748, "S21": -36.505151249130748, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107571.666666666671517, 511963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26636102979945814, "S11": -0.26636102979945814, "W12": -5.4425638854270586, "S12": -15.442563885427059, "W13": -17.460746207098182, "S13": -18.344865088217063, "W21": -40.125954176998128, "S21": -40.125954176998128, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107572.0, 499218.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0585150283717808, "S11": -2.0585150283717808, "W12": -9.9999999999999982, "S12": -10.755515789769357, "W13": -29.189228905102247, "S13": -35.721826575308697, "W21": -37.072350908443397, "S21": -37.072350908443397, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107572.0, 512755.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0663628871976343, "S11": -3.6825714005744845, "W12": -5.0, "S12": -11.613591564120719, "W13": -21.614780620519955, "S13": -21.647729090645168, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107573.0, 506304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27881723638365064, "S11": -0.27881723638365064, "W12": -5.3215636286381427, "S12": -15.321563628638142, "W13": -17.900682356872306, "S13": -18.651218487408364, "W21": -40.082302857815449, "S21": -40.082302857815449, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107573.333333333328483, 499266.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51102637108780258, "S11": -1.6307068346215008, "W12": -5.0, "S12": -9.7498745793820305, "W13": -16.69025558472439, "S13": -18.201123259021664, "W21": -38.988276522742318, "S21": -38.988276522742318, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107573.642857142855064, 499948.928571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5627272185469927, "S12": -7.5519403287668787, "W13": -23.488283568859128, "S13": -23.488283568859128, "W21": -32.184195493842758, "S21": -32.184195493842758, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107574.0, 510101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29475934969052353, "S11": -0.29475934969052353, "W12": -5.1656702783089576, "S12": -15.165670278308959, "W13": -18.340618506645878, "S13": -18.957571886599329, "W21": -40.038651538632806, "S21": -40.038651538632806, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107574.666666666671517, 499314.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.52812527085199212, "W12": -5.3678192546393957, "S12": -5.3678192546393957, "W13": -26.332349970475601, "S13": -26.332349970475601, "W21": -31.181257899245491, "S21": -31.789843300440925, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107575.0, 508836.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41911238367931292, "S11": -0.41911238367931292, "W12": -6.7585930271704457, "S12": -7.1638855062790814, "W13": -20.97734730225249, "S13": -20.97734730225249, "W21": -32.818967069912652, "S21": -32.818967069912652, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107575.0, 510577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78438995831911262, "S11": -3.6246245624246844, "W12": -6.9147427463247935, "S12": -8.6595772171316252, "W13": -25.90376309320882, "S13": -25.90376309320882, "W21": -30.620596355346851, "S21": -31.77790481395942, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107575.25, 508498.875 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7353663204530279, "S11": -1.7353663204530279, "W12": -6.0823277153058148, "S12": -6.0823277153058148, "W13": -20.0, "S13": -20.0, "W21": -41.139234644542022, "S21": -41.139234644542022, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107575.25, 520807.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31070146299740425, "S11": -0.31070146299740425, "W12": -5.0097769279796047, "S12": -15.009776927979605, "W13": -18.760966224343917, "S13": -19.244336853714547, "W21": -39.996208138279421, "S21": -39.996208138279421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107576.0, 499363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9649641092764927, "S11": -1.9649641092764927, "W12": -10.0, "S12": -10.872653012781502, "W13": -28.532004446594577, "S13": -35.770929290277024, "W21": -37.135923984313145, "S21": -37.135923984313145, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107577.0, 512800.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36132136354180078, "S11": -0.36132136354180078, "W12": -8.973053040361787, "S12": -9.8960790610562288, "W13": -12.370362296711651, "S13": -18.288618946146286, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107577.0, 515178.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.529352402513056, "S11": -1.529352402513056, "W12": -9.351834218275707, "S12": -9.6343840346791669, "W13": -25.279493007957651, "S13": -25.279493007957651, "W21": -35.902910630199052, "S21": -35.902910630199052, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107577.142857142855064, 511370.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5582721064030736, "S12": -8.6548991079436473, "W13": -13.235575042618914, "S13": -27.788936861714578, "W21": -40.239199410473617, "S21": -40.239199410473617, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107578.605263157893205, 515976.802631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1439397611776303, "S11": -4.094048302942614, "W12": -5.0, "S12": -13.376169789294394, "W13": -21.781559046849516, "S13": -21.829382468063496, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107579.0, 506362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45601534614157335, "S11": -0.45601534614157335, "W12": -8.8251972499808655, "S12": -9.5303961018435146, "W13": -12.656173701493513, "S13": -22.350837455024482, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107579.0, 515446.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0204404802301223, "S11": -3.1818176982132682, "W12": -5.0, "S12": -10.284136795974145, "W13": -21.473285618631781, "S13": -21.560336103629055, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107580.2, 506260.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1247074947258198, "S11": -1.1247074947258198, "W12": -5.7385770004736836, "S12": -5.7385770004736836, "W13": -17.257399912181555, "S13": -20.257399912181555, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107581.0, 502377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73220082237063444, "S11": -0.73220082237063444, "W12": -8.8986981377454626, "S12": -8.8986981377454626, "W13": -22.745302912590731, "S13": -22.745302912590731, "W21": -35.42105746854363, "S21": -35.42105746854363, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107581.428571428565192, 510970.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8647421591299884, "S11": -1.8647421591299884, "W12": -10.0, "S12": -10.989790235793803, "W13": -27.872975060037124, "S13": -35.789933999216856, "W21": -37.199497060182985, "S21": -37.199497060182985, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107582.0, 512846.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4969422622119053, "S12": -5.4969422622119053, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107582.25, 521694.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16818245056145073, "S11": -0.1971393507985251, "W12": -10.059082003734876, "S12": -11.797704599074232, "W13": -18.411166037968151, "S13": -18.411166037968151, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107582.6, 504422.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64040032704478189, "S11": -6.6898049538069611, "W12": -6.6898049538069611, "S12": -9.368559129126961, "W13": -15.000000000000002, "S13": -16.462309880923094, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107582.833333333328483, 497592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4182163732179816, "S11": -2.4182163732179816, "W12": -10.0, "S12": -11.149836945771407, "W13": -30.0, "S13": -30.0, "W21": -36.615248984531895, "S21": -36.615248984531895, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107583.0, 512229.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67693348712880652, "S11": -7.4129162635496701, "W12": -7.785163074444549, "S12": -11.11756908027502, "W13": -15.208701051199094, "S13": -16.291646418603552, "W21": -40.154673365869577, "S21": -40.154673365869577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107584.636363636367605, 497297.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94674729900050802, "S11": -0.94674729900050802, "W12": -7.3521708764985094, "S12": -7.3521708764985094, "W13": -17.129826355266829, "S13": -19.646266338803557, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107585.0, 502114.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54329564231329985, "S11": -0.54329564231329985, "W12": -8.2734030506423579, "S12": -8.2734030506423579, "W13": -21.346869357346765, "S13": -21.346869357346765, "W21": -33.616891138816513, "S21": -33.616891138816513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107585.0, 510738.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34864363928445014, "S11": -0.34864363928445014, "W12": -9.1042786505970721, "S12": -9.4884219255668985, "W13": -13.115640382178489, "S13": -28.855715206920575, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107585.0, 514614.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9312514575786324, "S12": -5.9312514575786324, "W13": -20.0, "S13": -20.0, "W21": -39.980558410414524, "S21": -39.980558410414524, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107586.0, 521037.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7645202089836083, "S11": -1.7645202089836083, "W12": -10.0, "S12": -11.106927458805947, "W13": -27.213945673480531, "S13": -35.244167642069776, "W21": -37.26307013605274, "S21": -37.26307013605274, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107587.0, 512891.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6582005339494208, "S11": -1.6582005339494208, "W12": -6.2924177016269436, "S12": -6.2924177016269436, "W13": -20.0, "S13": -20.0, "W21": -42.005740861117204, "S21": -42.005740861117204, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107587.0, 520491.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97198072053931417, "S11": -2.6785266431281181, "W12": -5.0, "S12": -8.9546820278258021, "W13": -21.331790616743429, "S13": -21.472943116612825, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107587.4, 506216.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72751355632729997, "S11": -8.1906316253524984, "W12": -10.023341247356319, "S12": -11.014215667226367, "W13": -16.03167027086895, "S13": -16.03167027086895, "W21": -40.451742105492286, "S21": -42.110078030590508, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107587.666666666671517, 496982.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5705045990027129, "S12": -8.0007044330506574, "W13": -23.600806945103805, "S13": -23.600806945103805, "W21": -32.244402456306084, "S21": -32.244402456306084, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107587.8, 510084.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0575195979239176, "S12": -6.0575195979239176, "W13": -20.0, "S13": -20.0, "W21": -40.940287868304658, "S21": -40.940287868304658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107587.8, 520846.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.517797196644092, "S12": -5.5721077424134631, "W13": -23.960881749086393, "S13": -23.960881749086393, "W21": -32.123831442036227, "S21": -32.123831442036227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107588.0, 509982.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85900247826612408, "S11": -0.85900247826612408, "W12": -7.7528787476964727, "S12": -7.7528787476964727, "W13": -15.0, "S13": -18.915954608689017, "W21": -39.931780106823275, "S21": -39.931780106823275, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107588.0, 517594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23358037147443511, "S11": -1.7350421146303701, "W12": -10.0, "S12": -11.159107654047361, "W13": -17.780810564526064, "S13": -18.283055813561283, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107588.8, 504076.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48859125363345879, "S11": -0.48859125363345879, "W12": -9.7480676985638404, "S12": -12.67888000003348, "W13": -19.276701840985218, "S13": -24.689789946064892, "W21": -38.371899886856419, "S21": -38.371899886856419, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107590.0, 513568.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29403419167198708, "S11": 0.29403419167198708, "W12": -4.1668671531459749, "S12": -10.286235959874261, "W13": -25.188024598190477, "S13": -25.188024598190477, "W21": -31.087559722019808, "S21": -31.087559722019808, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107591.0, 509262.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.092421415243289812, "S11": -0.092421415243289812, "W12": -5.6960003797537029, "S12": -9.2097778655786229, "W13": -21.470370157369164, "S13": -21.470370157369164, "W21": -32.685711460930889, "S21": -32.685711460930889, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107591.0, 510441.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59424781293325979, "S11": -0.59424781293325979, "W12": -8.2316343170485684, "S12": -8.2316343170485684, "W13": -13.945596846601161, "S13": -15.759751021290191, "W21": -41.034616649557186, "S21": -41.034616649557186, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107591.353448275855044, 516628.228448275884148 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54135529909116609, "S11": -1.7860892300468105, "W12": -10.460587593408519, "S12": -13.030097925152411, "W13": -17.517201147564563, "S13": -17.743471490875304, "W21": -31.750721714656482, "S21": -31.750721714656482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107592.0, 500675.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2259609627589509, "S11": -2.2259609627589509, "W12": -9.9999999999999982, "S12": -10.229528063110608, "W13": -30.0, "S13": -31.427695823556572, "W21": -36.780117641842729, "S21": -36.780117641842729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107592.0, 512569.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6642982588372282, "S11": -1.6642982588372282, "W12": -10.0, "S12": -11.224064681818092, "W13": -26.554916286923941, "S13": -35.563283393735965, "W21": -37.326643211922487, "S21": -37.326643211922487, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107592.0, 512937.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32350564949739213, "S11": -0.32350564949739213, "W12": -8.9756188179987166, "S12": -9.8663624441928253, "W13": -12.57699975151192, "S13": -19.645104796734806, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107592.8, 514796.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6240832147291282, "S11": -6.1299310990146552, "W12": -6.1299310990146552, "S12": -6.6102388454920256, "W13": -15.0, "S13": -16.869382641260049, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107593.0, 497821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6830797369041957, "S12": -9.1266225792600846, "W13": -12.951722787315019, "S13": -26.843529631618939, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107593.902439024386695, 515717.85365853656549 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5495862154930684, "S11": -3.5495862154930684, "W12": -7.9434319576695911, "S12": -10.239579116084526, "W13": -25.078566427748228, "S13": -25.802475776698714, "W21": -30.0, "S21": -31.822948741170077, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107594.0, 508052.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91063420884050938, "S11": -2.167343862027078, "W12": -5.0275519061351304, "S12": -8.7683803173392345, "W13": -21.190295614855234, "S13": -21.385550129596709, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107594.6, 506173.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.4189536734250869, "S12": -3.9915032121921161, "W13": -15.0, "S13": -15.0, "W21": -37.521305296273766, "S21": -37.521305296273766, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107594.6, 524366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47601745940545265, "S11": -0.53679895684585954, "W12": -9.8468168182659195, "S12": -11.04892971945752, "W13": -19.255986998103701, "S13": -19.255986998103701, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107595.666666666671517, 504724.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0986479104069926, "S11": -1.0986479104069926, "W12": -5.0, "S12": -7.8727463501590806, "W13": -17.770153903847607, "S13": -19.347908102755504, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107596.0, 502986.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5640763086908476, "S11": -1.5640763086908476, "W12": -10.0, "S12": -11.341201904830235, "W13": -25.895886900367344, "S13": -37.015559406577644, "W21": -37.390216287792235, "S21": -37.390216287792235, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107597.0, 512982.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -2.305312736997573, "S11": -2.305312736997573, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.645029616976814, "S21": -36.645029616976814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107597.333333333328483, 512385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43509269772010345, "S11": -0.43509269772010345, "W12": -8.8436479571745856, "S12": -9.5874526146463523, "W13": -12.622627268727134, "S13": -22.460483864134211, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107598.333333333328483, 515416.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46317750809061509, "S11": -5.4631775080906149, "W12": -5.4631775080906149, "S12": -10.155100129604195, "W13": -14.804623075435632, "S13": -15.58679628931112, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107599.0, 498413.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38036891372485676, "S11": 0.38036891372485676, "W12": -4.8307525354412224, "S12": -4.8307525354412224, "W13": -18.45157786663119, "S13": -18.45157786663119, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107599.333333333328483, 522706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8804955898000424, "S12": -8.7676641408333982, "W13": -17.934583532622145, "S13": -20.934583532622145, "W21": -29.681023508020175, "S21": -29.681023508020175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107599.8, 503335.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73039846463169444, "S11": -8.1515003597118501, "W12": -9.8638269730328911, "S12": -11.136806275591146, "W13": -16.021973164508882, "S13": -16.299282349502246, "W21": -40.441441078208108, "S21": -41.961851170148329, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107600.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61000656814449961, "S11": -5.6915033765898553, "W12": -5.6915033765898553, "S12": -5.6915033765898553, "W13": -14.923408396179514, "S13": -16.566529252116826, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107600.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27326175887711129, "S11": -0.70238175251035906, "W12": -5.763030621364706, "S12": -15.763030621364706, "W13": -15.763030621364706, "S13": -17.114398947175829, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107600.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51727970633098108, "S11": -2.1703666445922156, "W12": -5.0, "S12": -9.6786723768736618, "W13": -16.348658641101789, "S13": -17.931181479444767, "W21": -38.612166980657932, "S21": -38.612166980657932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107600.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.10793830534947291, "W12": -9.9410347811694617, "S12": -10.997536996428133, "W13": -17.320255451869166, "S13": -18.200163484321013, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107600.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58511335700628242, "S11": -0.58511335700628242, "W12": -5.0, "S12": -8.5271679039646191, "W13": -18.09547867902322, "S13": -21.09547867902322, "W21": -29.87864893639339, "S21": -29.87864893639339, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107601.0, 503200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4602680712615514, "S12": -5.4602680712615514, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107601.0, 521753.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5461663312290657, "S11": -3.0101734422458351, "W12": -8.03686474022693, "S12": -11.385222020358713, "W13": -25.115202453595966, "S13": -25.934404402316265, "W21": -30.0, "S21": -31.745868049266438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107601.375, 508084.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84928769714160346, "S11": -1.6568274492385191, "W12": -5.0493413882707614, "S12": -8.9420227852346379, "W13": -21.048800612966883, "S13": -21.068761245591354, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107601.8, 506129.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9190293383188954, "S11": -4.9190293383188957, "W12": -5.5313875037622777, "S12": -5.5313875037622777, "W13": -23.603020362502214, "S13": -23.603020362502214, "W21": -29.782979982439056, "S21": -31.370554964123674, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107602.0, 507258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.4726295210166178, "W12": -6.1756418135832192, "S12": -6.3025088185142568, "W13": -25.991738455054367, "S13": -25.991738455054367, "W21": -30.998699480972366, "S21": -31.886853800841955, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107602.0, 508609.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3570435723358081, "S11": -2.3570435723358081, "W12": -10.0, "S12": -10.537358917116224, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.555023523390389, "S21": -36.555023523390389, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107602.0, 512270.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4638543585444677, "S11": -1.4638543585444677, "W12": -10.0, "S12": -11.458339127842379, "W13": -25.236857513810751, "S13": -36.67797481495591, "W21": -37.453789363661983, "S21": -37.453789363661983, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107602.0, 513028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83058312487829344, "S11": -0.83058312487829344, "W12": -7.8722367217804488, "S12": -7.8722367217804488, "W13": -17.0770782883735, "S13": -19.197470926118164, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107602.666666666671517, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51406210142796405, "S11": -3.5140621014279638, "W12": -5.0, "S12": -9.3122897288739352, "W13": -15.587883176052383, "S13": -17.262759079902295, "W21": -37.519300725138613, "S21": -37.519300725138613, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107603.0, 500109.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53455484416525723, "S11": -0.34809435638918129, "W12": -9.3137410228040878, "S12": -9.701852593377259, "W13": -17.244515968085704, "S13": -18.669246568197181, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107603.0, 501124.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1834211471680041, "S11": -2.1834211471680041, "W12": -10.0, "S12": -10.354905250590296, "W13": -30.0, "S13": -33.012292725417836, "W21": -36.778483444864584, "S21": -36.778483444864584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107603.0, 512620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.516514678342606, "S12": -8.516514678342606, "W13": -13.311522741901436, "S13": -25.929947612482472, "W21": -40.337773978731434, "S21": -40.337773978731434, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107604.045454545455868, 516048.227272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49099041895008294, "S11": -0.50507912392507892, "W12": -5.0, "S12": -11.867544844063932, "W13": -18.628008548754639, "S13": -19.27869739031085, "W21": -39.684743709965282, "S21": -39.684743709965282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107604.75, 499746.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5254531458671394, "S12": -4.713236378159448, "W13": -24.132931016219384, "S13": -24.132931016219384, "W21": -32.191121705792533, "S21": -32.191121705792533, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107605.0, 509956.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78548004573530184, "S11": -0.78548004573530184, "W12": -8.042967183853305, "S12": -8.042967183853305, "W13": -17.054987377843172, "S13": -19.001711031350556, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107606.0, 501952.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3188763984375891, "S11": -2.3188763984375891, "W12": -10.0, "S12": -11.933918594457467, "W13": -30.0, "S13": -30.0, "W21": -36.427410486017898, "S21": -36.427410486017898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107606.0, 512089.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37470408918695292, "S11": -0.37470408918695292, "W12": -9.2112074767199381, "S12": -13.812590499280976, "W13": -13.812590499280976, "S13": -31.976619591731236, "W21": -39.703505217268628, "S21": -39.703505217268628, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107606.0, 514414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.1461080094392075, "W13": -14.639062293532795, "S13": -14.639062293532795, "W21": -42.598617906464597, "S21": -42.598617906464597, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107606.0, 525243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75083611689459406, "S11": -0.75083611689459406, "W12": -8.1695428716568106, "S12": -8.1695428716568106, "W13": -17.03730659502834, "S13": -18.841830024715467, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107607.0, 501915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.2256249323666268, "W12": -8.0516102081118035, "S12": -9.929798338934031, "W13": -17.71853720318413, "S13": -20.71853720318413, "W21": -29.709650554266211, "S21": -29.709650554266211, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107607.0, 503514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34798333663497727, "S11": -0.34798333663497727, "W12": -9.0475217556591065, "S12": -9.0475217556591065, "W13": -13.100678954637994, "S13": -29.0645015546162, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107607.0, 514613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6649143552464176, "S12": -5.6649143552464176, "W13": -20.0, "S13": -20.0, "W21": -37.757204512986455, "S21": -37.757204512986455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107607.375, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.510630203738346, "W12": -4.9999999999999991, "S12": -11.770140510064749, "W13": -18.503884891608369, "S13": -19.196503966028693, "W21": -39.669762000487829, "S21": -39.669762000487829, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107608.0, 499762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0404592403781372, "S11": -2.0404592403781372, "W12": -10.0, "S12": -10.686980058569112, "W13": -29.413596638222177, "S13": -34.946372229058952, "W21": -36.973289591841883, "S21": -36.973289591841883, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107608.0, 512745.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76573425892937019, "S11": -0.76573425892937019, "W12": -7.9356423359649666, "S12": -7.9356423359649666, "W13": -14.58583179690824, "S13": -24.585831796908238, "W21": -40.324001876922289, "S21": -40.324001876922289, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107608.0, 517216.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2856240887207511, "S11": -2.2856240887207511, "W12": -10.0, "S12": -11.743455418717964, "W13": -30.0, "S13": -30.0, "W21": -36.359462283391458, "S21": -36.359462283391458, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107608.333333333328483, 511994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38077044230573837, "S11": -0.38077044230573837, "W12": -9.2422711327245892, "S12": -14.293674370522767, "W13": -14.293674370522767, "S13": -31.399538493804044, "W21": -39.62361151560934, "S21": -39.62361151560934, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107608.333333333328483, 514368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84066980104310307, "S11": -1.1990396520509909, "W12": -5.0615501843181931, "S12": -9.1060845670420782, "W13": -20.914243549151312, "S13": -21.06223993234466, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107609.0, 506086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8607517097121642, "S12": -15.369649076994097, "W13": -20.310289916177915, "S13": -20.370720190282885, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107609.857142857144936, 505548.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71344421643806033, "S11": 0.71344421643806111, "W12": -5.0972178911003088, "S12": -5.0972178911003088, "W13": -26.234122955902016, "S13": -26.234122955902016, "W21": -31.412079247546593, "S21": -31.85366591662828, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107610.0, 508866.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34403443582598131, "S11": -0.34403443582598131, "W12": -9.0199060391401265, "S12": -9.1663571727783637, "W13": -13.012535615361603, "S13": -27.829287640352543, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107610.0, 514637.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73868194137419385, "S11": -8.1581454411807162, "W12": -9.8344846310349805, "S12": -11.23091742443505, "W13": -16.050593558505451, "S13": -16.430480363162438, "W21": -40.446297695405768, "S21": -41.926537863065576, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107610.0625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5281109682406511, "S12": -4.8864903722466879, "W13": -24.191491647298456, "S13": -24.191491647298456, "W21": -32.145850647333916, "S21": -32.145850647333916, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107610.4, 509948.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38683679542452332, "S11": -0.38683679542452332, "W12": -9.2733347887292013, "S12": -14.40713741171121, "W13": -14.40713741171121, "S13": -30.822457395876796, "W21": -39.543717813950018, "S21": -39.543717813950018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107610.666666666671517, 514322.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9101709488000367, "S12": -2.9101709488000367, "W13": -15.628719478149554, "S13": -15.628719478149554, "W21": -35.83122626713196, "S21": -35.83122626713196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107612.0, 524032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2335082957463475, "S11": -2.2335082957463475, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.638646510798225, "S21": -36.638646510798225, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107612.111111111109494, 512484.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0849703841784231, "S11": -1.0849703841784231, "W12": -9.926725754950672, "S12": -11.842754788929284, "W13": -22.853819668399286, "S13": -22.853819668399286, "W21": -37.715755538357357, "S21": -37.715755538357357, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107613.0, 513202.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39290314854330877, "S11": -0.39290314854330877, "W12": -9.3043984447338506, "S12": -14.325930529280111, "W13": -14.325930529280111, "S13": -30.245376297949598, "W21": -39.46382411229073, "S21": -39.46382411229073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107613.0, 514276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.224714860494613, "S11": -4.2030520684168184, "W12": -5.0, "S12": -14.453975301486953, "W13": -21.841976125675476, "S13": -21.859375954540695, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107613.714285714289872, 506397.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1342212519285211, "S11": -1.1342212519285211, "W12": -6.0246013162359286, "S12": -6.0246013162359286, "W13": -17.241221152987755, "S13": -20.241221152987755, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107614.0, 502347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9560711674545856, "S11": -4.6940481618013195, "W12": -5.0209626251956054, "S12": -6.3413449912494722, "W13": -23.169324811954528, "S13": -23.905438703879767, "W21": -28.444798219981497, "S21": -29.306340198968197, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107614.0, 506953.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83210158974441917, "S11": -3.2600585789917313, "W12": -6.8225313502445353, "S12": -8.455240561993266, "W13": -25.75216273770976, "S13": -25.75216273770976, "W21": -30.664594218614866, "S21": -31.739127817600558, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107614.0, 508470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5211017967049267, "S12": -5.5211017967049267, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107614.5, 521662.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9682327949521179, "S11": -4.9682327949521179, "W12": -5.4139366228816383, "S12": -5.4139366228816383, "W13": -23.521619961376537, "S13": -23.521619961376537, "W21": -28.980784108593308, "S21": -30.399843445383929, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107615.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44903625463046087, "S11": -0.44903625463046087, "W12": -5.3140070825243004, "S12": -5.3140070825243004, "W13": -19.92629252153176, "S13": -19.92629252153176, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107615.666666666671517, 521976.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75064132069567402, "S11": -8.284957695064616, "W12": -10.175239507417077, "S12": -11.263932581999578, "W13": -16.196600406157192, "S13": -16.196600406157192, "W21": -40.496124777934298, "S21": -42.210018733537794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107615.833333333328483, 496949.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52340872138471928, "S11": -1.7226668790785964, "W12": -5.0, "S12": -9.8887121443867088, "W13": -16.696993284189173, "S13": -18.099103080738203, "W21": -39.018389385202212, "S21": -39.018389385202212, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107615.857142857144936, 499968.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4083313868875837, "S11": -1.4083313868875837, "W12": -9.3023127408957329, "S12": -9.6339238010078141, "W13": -24.953824245538115, "S13": -24.953824245538115, "W21": -35.787079474586193, "S21": -35.787079474586193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107616.428571428565192, 511347.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37006144259631663, "S11": -0.37006144259631663, "W12": -8.9395349369894195, "S12": -9.8915692480814279, "W13": -12.386951233120055, "S13": -19.443406471684614, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107616.5, 515179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.090693055259984362, "S11": -0.090693055259984362, "W12": -4.2291793657631276, "S12": -11.567009326625811, "W13": -25.0, "S13": -25.0, "W21": -30.944507535846032, "S21": -30.944507535846032, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107617.0, 509325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36790593079688338, "S11": -0.36790593079688338, "W12": -9.1426990881191994, "S12": -12.624765294636392, "W13": -13.621442824067696, "S13": -32.531803428486775, "W21": -39.753524435990471, "S21": -39.753524435990471, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107617.333333333328483, 514461.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41417004929860429, "S11": -0.41417004929860429, "W12": -8.8620986643683395, "S12": -9.6445091274492825, "W13": -12.593323024077291, "S13": -22.574372461360078, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107617.666666666671517, 515387.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3674034774231827, "S11": -1.3674034774231827, "W12": -9.995938038440789, "S12": -11.546283159222783, "W13": -24.694194932402247, "S13": -35.534234135948978, "W21": -37.484800479282988, "S21": -37.484800479282988, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107617.833333333328483, 513068.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50330528503662486, "S11": -2.4998360401624788, "W12": -10.0, "S12": -13.161005282223025, "W13": -17.501336443709857, "S13": -17.697289150373919, "W21": -33.47964500833281, "S21": -33.47964500833281, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107618.0, 500514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1595713707023139, "S12": -9.4425393649792291, "W13": -17.720002363796002, "S13": -20.720002363796002, "W21": -29.691318432222278, "S21": -29.691318432222278, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107618.0, 503443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.9179983872741264, "W12": -5.0926774466890032, "S12": -8.6619321358947339, "W13": -14.798310409210647, "S13": -14.951002039503932, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107620.0, 498352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.510788176439126, "S11": -3.5107881764391262, "W12": -6.8479548399037569, "S12": -10.621701272843016, "W13": -16.810889530095121, "S13": -17.584715990912006, "W21": -35.246306128400796, "S21": -35.246306128400796, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107621.0, 500342.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.82202003680228997, "W12": -5.1951267235317502, "S12": -5.1951267235317502, "W13": -26.184236809679152, "S13": -26.184236809679152, "W21": -31.339116378399041, "S21": -31.893001544129888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107621.0, 508775.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3013112202131483, "S11": -2.3013112202131483, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.494798062248854, "S21": -36.494798062248854, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107621.0, 512312.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12416786045335809, "S11": -3.1241678604533583, "W12": -5.7390454017690669, "S12": -5.7390454017690669, "W13": -26.024431996469328, "S13": -26.024431996469328, "W21": -31.191876369694697, "S21": -31.915205476740521, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107622.0, 508669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.720755891899032, "S11": -7.5008018384113555, "W12": -7.8611820858553134, "S12": -11.469532809755172, "W13": -15.387683726493638, "S13": -16.727292977233478, "W21": -40.198300729933976, "S21": -40.198300729933976, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107623.454545454544132, 497271.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2437532431245679, "S11": -2.2437532431245679, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -30.0, "S13": -30.0, "W21": -36.549906337360959, "S21": -36.549906337360959, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107623.666666666671517, 512423.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52729336053092768, "S11": -0.52729336053092768, "W12": -9.7679849367831721, "S12": -12.374052607015603, "W13": -20.726667865491819, "S13": -24.442852691993625, "W21": -38.119585396065631, "S21": -38.119585396065631, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107624.0, 513462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11725926662030425, "S11": -0.19347034477330649, "W12": -10.0, "S12": -11.640807589504224, "W13": -18.370102262435445, "S13": -18.370102262435445, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107624.4, 504400.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32648154146399172, "S11": -0.32648154146399166, "W12": -8.936018427417844, "S12": -10.197178407304644, "W13": -12.535093063460172, "S13": -18.666513028040043, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107624.4, 514831.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7540123138400394, "S11": -1.7540123138400394, "W12": -6.0858331570793798, "S12": -6.0858331570793798, "W13": -20.0, "S13": -20.0, "W21": -40.813607545165922, "S21": -40.813607545165922, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107624.5, 520809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2741187865370645, "S11": -3.8867855509411111, "W12": -5.0, "S12": -14.306382878534597, "W13": -21.992854162825413, "S13": -22.119829119199512, "W21": -30.000000000000004, "S21": -30.199837471016185, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107625.0, 506453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48960208244605957, "S11": -0.48960208244605957, "W12": -9.7162631194604732, "S12": -12.557826430843365, "W13": -20.087709045135767, "S13": -25.069821200531702, "W21": -38.259670740975011, "S21": -38.259670740975011, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107626.0, 513550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68723006813055398, "S11": -0.68723006813055398, "W12": -8.8556007622418935, "S12": -8.8556007622418935, "W13": -22.767087885081736, "S13": -22.767087885081736, "W21": -35.349960606095173, "S21": -35.349960606095173, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107626.571428571434808, 510985.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68479166035793237, "S11": -6.6769533160159931, "W12": -6.6769533160159931, "S12": -8.3120585537815135, "W13": -15.000000000000002, "S13": -16.689776599107802, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107626.75, 497606.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93522577338779145, "S11": -0.93522577338779145, "W12": -7.3350017460133206, "S12": -7.3350017460133206, "W13": -17.143432950198726, "S13": -19.853327298909178, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107628.0, 502137.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80378543146417025, "S11": -0.80378543146417025, "W12": -5.0795291345760862, "S12": -9.8871688963117013, "W13": -20.850491332102479, "S13": -21.029749847215967, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107628.0, 506046.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5443688119978169, "S12": -8.6349948020696097, "W13": -13.235256376762276, "S13": -26.983844419237215, "W21": -40.246209906765714, "S21": -40.246209906765714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107628.21052631578641, 515980.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36110777240682113, "S11": -0.36110777240682113, "W12": -9.0741906995184678, "S12": -11.436940089993136, "W13": -13.443618413276297, "S13": -33.086987265241547, "W21": -39.803543654712179, "S21": -39.803543654712179, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107628.666666666671517, 514509.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0677076347345196, "S12": -6.0677076347345196, "W13": -20.0, "S13": -20.0, "W21": -40.683984731701422, "S21": -40.683984731701422, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107631.4, 520837.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64034975623050605, "S11": -5.5870509205254608, "W12": -5.5870509205254608, "S12": -5.5870509205254608, "W13": -14.906789503189023, "S13": -16.750030913677268, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107632.0, 498030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5384247398372297, "S12": -5.6308924073020838, "W13": -24.441722631739534, "S13": -24.441722631739534, "W21": -31.926404932858407, "S21": -31.926404932858407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107632.8, 509914.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48863772045711029, "S11": -1.9394023605167896, "W12": -5.904129502181374, "S12": -16.934240437205144, "W13": -20.587360698922119, "S13": -20.720160276788516, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107633.0, 505816.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6314671116673711, "S12": -9.5090912300464758, "W13": -23.74424358189826, "S13": -23.74424358189826, "W21": -32.519298920148096, "S21": -32.519298920148096, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107633.2, 510095.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21388711546180697, "S11": 0.21388711546180697, "W12": -4.2170657502804483, "S12": -9.6509764283834052, "W13": -25.153396390597944, "S13": -25.153396390597944, "W21": -31.332303465213297, "S21": -31.332303465213297, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107633.666666666671517, 509259.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2709525963020134, "S11": -1.2709525963020134, "W12": -9.9546805271171355, "S12": -11.597031640838571, "W13": -24.167765362775505, "S13": -34.406726468730483, "W21": -37.515811594903866, "S21": -37.515811594903866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107633.666666666671517, 513109.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0145493233257843, "S11": -3.1075698511850218, "W12": -6.9727906776516893, "S12": -8.998893014534417, "W13": -25.617492403879716, "S13": -25.753462242239955, "W21": -30.536819013847254, "S21": -31.630733159835298, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107634.0, 508417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9364588928357387, "S12": -5.9364588928357387, "W13": -20.0, "S13": -20.0, "W21": -40.068516615279208, "S21": -40.068516615279208, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107634.0, 521036.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16301490483834502, "S11": -1.2111758788475138, "W12": -10.0, "S12": -11.002515065471863, "W13": -17.764892120762951, "S13": -17.764892120762951, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107634.6, 504057.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17966062829626231, "S11": -1.0060011670634406, "W12": -10.0, "S12": -10.837592468490664, "W13": -17.76219013506153, "S13": -17.76219013506153, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107635.0, 504032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33844100218677814, "S11": -0.33844100218677814, "W12": -8.9355334276831346, "S12": -9.3475665273981985, "W13": -12.975278220346526, "S13": -26.868707445583532, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107635.0, 514660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34350396101110747, "S11": -0.34350396101110747, "W12": -8.9589163887613026, "S12": -9.1986285975404325, "W13": -13.06260116147163, "S13": -28.613071540316394, "W21": -39.972467611068915, "S21": -39.972467611068915, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107636.666666666671517, 514625.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5844288719983792, "S11": -2.2464739326569583, "W12": -8.1398714374779662, "S12": -11.481639534851444, "W13": -25.176900422262854, "S13": -26.019967432572134, "W21": -30.0, "S21": -31.573333635211011, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107636.75, 508117.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52655493383260299, "S11": -0.52655493383260299, "W12": -5.0, "S12": -10.932586001849977, "W13": -17.586189285073644, "S13": -18.576327389619092, "W21": -39.554404292945584, "S21": -39.554404292945584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 499879.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3140811106438046, "S11": -2.293276226717385, "W12": -7.6759264318508329, "S12": -11.313352287635869, "W13": -25.403194191408247, "S13": -26.034209022269756, "W21": -30.0, "S21": -31.310451005252673, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 508278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39788520650267967, "S11": -0.39788520650267967, "W12": -8.8805493715620614, "S12": -9.7015656402521202, "W13": -12.566089261696998, "S13": -22.690331540855894, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 515358.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.4720158495997433, "S12": -3.944410245789296, "W13": -15.0, "S13": -15.0, "W21": -37.572642596742199, "S21": -37.572642596742199, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107637.0, 524372.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3485669198354468, "S11": -0.3485669198354468, "W12": -8.9822993498395576, "S12": -9.5971468323830784, "W13": -13.149924102596854, "S13": -30.357435635052077, "W21": -39.91301524225144, "S21": -39.91301524225144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107638.333333333328483, 514591.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.26556351410612467, "W12": -10.582149980055842, "S12": -12.645736525076945, "W13": -17.391041796101032, "S13": -18.293043616060121, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 500886.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5700001, "S11": -1.5700001, "W12": -8.2700005, "S12": -13.2700005, "W13": -25.219999, "S13": -26.269999, "W21": -30.0, "S21": -31.492754935700056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35362987865977613, "S11": -0.35362987865977613, "W12": -9.0056823109177273, "S12": -10.283276332723437, "W13": -13.265794002484705, "S13": -32.130346688547689, "W21": -39.853562873434015, "S21": -39.853562873434015, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 514557.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26038919583533582, "S11": 0.26038919583533582, "W12": -4.8410690288705442, "S12": -4.8410690288705442, "W13": -18.481274112369185, "S13": -18.481274112369185, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 522696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50419504639245161, "S11": -1.4402335739530083, "W12": -10.209826028702846, "S12": -13.005250908391686, "W13": -17.517241816727189, "S13": -18.020393992284227, "W21": -31.999955242442081, "S21": -31.999955242442081, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107641.0, 500678.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0627261908120347, "S11": -3.0627261908120347, "W12": -6.9861711694024144, "S12": -9.0605297772777806, "W13": -25.581540063659553, "S13": -25.737754027998783, "W21": -30.521920493667704, "S21": -31.610310278127042, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107641.0, 508406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43140568492917325, "S11": -0.54123240757494473, "W12": -9.8250098764990881, "S12": -10.927872546324897, "W13": -19.248598340862152, "S13": -19.248598340862152, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107641.333333333328483, 504719.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62198340306946165, "S11": -0.62198340306946165, "W12": -8.2192178031053604, "S12": -8.2192178031053604, "W13": -13.941769852612282, "S13": -15.836009941948101, "W21": -40.929015855872407, "S21": -40.929015855872407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107641.344827586202882, 516628.344827586202882 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1069689520166912, "S11": -1.1069689520166912, "W12": -5.0, "S12": -8.1898052666020131, "W13": -17.766463831960337, "S13": -19.216462537998105, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107641.4, 503000.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.96303642952508095, "W12": -10.45332472340014, "S12": -12.937853279046426, "W13": -17.440401491333887, "S13": -18.26679863213387, "W21": -30.795463494371695, "S21": -30.795463494371695, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107643.0, 500805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.682387099135779, "S12": -9.1241250691711748, "W13": -12.947971799138065, "S13": -28.259089809757967, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107643.682926829264034, 515718.024390243925154 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78403779184204958, "S11": -8.385084449213732, "W12": -10.327137767477376, "S12": -11.513649496772947, "W13": -16.361530541445322, "S13": -16.361530541445322, "W21": -40.540507450376268, "S21": -42.309959436484682, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107644.0, 496917.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2436926877676751, "S12": -10.752233389784106, "W13": -19.809366739542785, "S13": -19.809366739542785, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107645.0, 505162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.3224586962224976, "S12": -14.322458696222498, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -30.54936588568475, "S21": -30.54936588568475, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107645.0, 509446.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52774404665478702, "S11": -0.52774404665478702, "W12": -8.7109700973574409, "S12": -8.7109700973574409, "W13": -22.111826631042909, "S13": -22.111826631042909, "W21": -34.962821944690383, "S21": -34.962821944690383, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107645.0, 510878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2252880925073608, "S11": -2.2252880925073608, "W12": -10.0, "S12": -11.908179465586976, "W13": -30.0, "S13": -30.0, "W21": -36.213773317652112, "S21": -36.213773317652112, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107645.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31055034237889934, "S11": 0.31055034237889934, "W12": -4.8984732384628682, "S12": -10.175544183007192, "W13": -22.772679981178442, "S13": -22.772679981178442, "W21": -32.794405202623281, "S21": -32.794405202623281, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107646.0, 510265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50718882235586316, "S11": -0.65011834956758063, "W12": -4.9999999999999991, "S12": -12.280742082544156, "W13": -18.670276364611777, "S13": -19.199976260963929, "W21": -39.650606502920063, "S21": -39.650606502920063, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107646.125, 499761.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4589506365236726, "S12": -5.4589506365236726, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107646.25, 521761.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5452613311979473, "S12": -5.5452613311979473, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107646.75, 521630.625 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0823100313057024, "S11": -1.0823100313057024, "W12": -6.3106256319981728, "S12": -6.3106256319981728, "W13": -17.229115002444725, "S13": -20.229115002444725, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107647.0, 502317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75840568646769657, "S11": -1.1817723546028567, "W12": -5.2215338002437264, "S12": -11.735004481701731, "W13": -20.786739115053653, "S13": -20.969573476097395, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107647.0, 506007.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9886233598453917, "S11": -4.9886233598453913, "W12": -5.5555597175045781, "S12": -5.5555597175045781, "W13": -23.70542601217376, "S13": -23.70542601217376, "W21": -29.7226756333644, "S21": -31.332410746837134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107647.0, 507251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8080647744565663, "S12": -8.7339158498673939, "W13": -17.8138599308339, "S13": -20.8138599308339, "W21": -29.655975957031199, "S21": -29.655975957031199, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107648.1, 503330.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2996274022424834, "S11": -4.1271418708654561, "W12": -5.0, "S12": -14.672884622500138, "W13": -21.902393204501276, "S13": -21.907202128750164, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107648.428571428565192, 506433.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56814846386457685, "S11": -0.36523966577228384, "W12": -9.1856426769175368, "S12": -9.5131496546191627, "W13": -17.235018747148278, "S13": -18.85824597201977, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107648.5, 501143.125 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0123338297908306, "S11": -3.0666424270652324, "W12": -6.7505367024503089, "S12": -8.2947731063667831, "W13": -25.61576973593321, "S13": -25.61576973593321, "W21": -30.699979993008593, "S21": -31.702379920557981, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107648.5, 508443.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39198264599573229, "S11": -0.39198264599573229, "W12": -9.2130648190666893, "S12": -14.069724690330723, "W13": -14.253386652019628, "S13": -30.097706680916144, "W21": -39.374379644461236, "S21": -39.374379644461236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107648.5, 514273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69073442056377576, "S11": 0.69073442056377576, "W12": -4.9124033140725789, "S12": -4.9124033140725789, "W13": -26.157979208229687, "S13": -26.157979208229687, "W21": -31.576456925158649, "S21": -31.937080000688443, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107649.0, 508836.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39644164594539788, "S11": -0.39644164594539788, "W12": -8.8964028857496071, "S12": -9.7526488671836287, "W13": -12.535321736503192, "S13": -22.571126758820348, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107649.333333333328483, 515326.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1745017151807282, "S11": -1.1745017151807282, "W12": -9.9134230157934677, "S12": -11.647780122454519, "W13": -23.641335793147931, "S13": -33.279218801504477, "W21": -37.546822710524879, "S21": -37.546822710524879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107649.5, 513150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78055082821064115, "S11": -8.1833038099494679, "W12": -9.7180265159004176, "S12": -11.604439313324836, "W13": -16.164186302380028, "S13": -16.95119794532966, "W21": -40.46557333757535, "S21": -41.78638132128993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66275414105320529, "S11": -5.71651984974734, "W12": -5.71651984974734, "S12": -5.71651984974734, "W13": -14.917273621526714, "S13": -16.802445411761795, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31488282031235787, "S11": -1.3939634709066513, "W12": -5.6600541539529408, "S12": -15.660054153952942, "W13": -15.660054153952942, "S13": -17.112658116283065, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53283173002930284, "S11": -2.0735277726899826, "W12": -5.0, "S12": -9.9377730192719476, "W13": -16.563955381048242, "S13": -17.933992819996149, "W21": -38.884590832264465, "S21": -38.884590832264465, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50306377572890448, "S11": 0.045418324733199622, "W12": -9.9034773169461907, "S12": -11.175133250915739, "W13": -17.322096180410149, "S13": -18.384293146968702, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36648817772284165, "S11": -0.49378987606336477, "W12": -10.0, "S12": -11.200746783432805, "W13": -19.13089767601361, "S13": -19.13089767601361, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 504671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1821937492515868, "S11": -2.1821937492515868, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.454783057745175, "S21": -36.454783057745175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 512461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2352953484594678, "S11": -2.2352953484594678, "W12": -10.0, "S12": -12.070955799194554, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -36.229593833652345, "S21": -36.229593833652345, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107651.0, 512095.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38265955224919695, "S11": -0.7973854440457071, "W12": -5.0, "S12": -15.0, "W13": -18.449353835108294, "S13": -19.03252866028312, "W21": -39.903833260852544, "S21": -39.903833260852544, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107652.0, 499418.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74504473669755533, "S11": -0.74504473669755533, "W12": -8.3218185925377171, "S12": -8.3218185925377171, "W13": -17.054826574426308, "S13": -19.088542465659149, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107652.0, 501946.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55772468648397588, "W12": -6.7703977236531401, "S12": -15.969367658324689, "W13": -20.30166792782255, "S13": -20.394434718175262, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107652.0, 505574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79307702101526689, "S11": -0.79307702101526689, "W12": -8.1513565902135401, "S12": -8.1513565902135401, "W13": -17.080125649448316, "S13": -19.320699605350967, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107652.333333333328483, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70851251479158872, "S11": -0.70851251479158872, "W12": -8.4545490653078783, "S12": -8.4545490653078783, "W13": -17.036065851812566, "S13": -19.246199050792239, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107652.8, 501906.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61699627263045775, "S11": -4.0302939305126557, "W12": -5.0, "S12": -6.1705646895365378, "W13": -14.818326052695598, "S13": -15.729225402202188, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107653.0, 498233.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -1.8758467195664799, "W12": -5.0, "S12": -5.0, "W13": -26.092880140555778, "S13": -26.092880140555778, "W21": -31.508573815449957, "S21": -31.956862169009096, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107653.0, 508774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5047949910664702, "S12": -8.5047949910664702, "W13": -13.306304929883156, "S13": -25.215323418011849, "W21": -40.3386946995969, "S21": -40.3386946995969, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107653.810606060607824, 516047.053030303039122 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1569539243470546, "S11": -2.1569539243470546, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.457188141281307, "S21": -36.457188141281307, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107654.888888888890506, 512496.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6603593135954122, "S11": -3.4989221375203314, "W12": -7.7708646534627475, "S12": -8.5469454291425606, "W13": -25.091519974069147, "S13": -25.091519974069147, "W21": -30.0, "S21": -31.807749051289537, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107655.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5487385114337604, "S12": -6.3752944423584204, "W13": -24.691953616180854, "S13": -24.691953616180854, "W21": -31.7069592183827, "S21": -31.7069592183827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107655.2, 509880.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6692848763547969, "S12": -5.6692848763547969, "W13": -20.0, "S13": -20.0, "W21": -36.581651147179812, "S21": -36.581651147179812, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107655.25, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2873103712620799, "S11": -1.2873103712620799, "W12": -9.2527912635157517, "S12": -9.6334635673364915, "W13": -24.77861371099252, "S13": -24.77861371099252, "W21": -35.671248318973298, "S21": -35.671248318973298, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107655.714285714289872, 511325.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44908896921133995, "S11": -0.44908896921133995, "W12": -9.5163203940491705, "S12": -13.118343937797766, "W13": -15.0, "S13": -24.101279745242152, "W21": -38.663267743946562, "S21": -38.663267743946562, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107656.0, 513844.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33796203401919889, "S11": -0.33796203401919889, "W12": -8.8964180368369519, "S12": -10.396299508557952, "W13": -12.52348077715253, "S13": -17.790706889008462, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107656.0, 514867.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37880152165083264, "S11": -0.37880152165083264, "W12": -8.8908055001317621, "S12": -9.8718481016213389, "W13": -12.409575707813175, "S13": -20.604229535507663, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107656.0, 515180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43999413759582062, "S11": -0.43999413759582062, "W12": -8.7987627576063101, "S12": -9.5097257467201484, "W13": -12.726298024131458, "S13": -25.500907967951221, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107656.0, 515510.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.2016153094992683, "S12": -10.825941128888012, "W13": -22.387414649448424, "S13": -22.387414649448424, "W21": -32.939767771418531, "S21": -32.939767771418531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107657.0, 510334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.227278170279007, "S11": -2.227278170279007, "W12": -10.0, "S12": -10.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.349798217816584, "S21": -36.349798217816584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107657.333333333328483, 512341.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53579107168163598, "S11": -1.9150628196732353, "W12": -5.0, "S12": -10.070837082575963, "W13": -16.703730983653951, "S13": -17.997082902454736, "W21": -39.0485022476621, "S21": -39.0485022476621, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107658.071428571434808, 499988.214285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74310298882596981, "S11": -7.2059674379377894, "W12": -7.2059674379377894, "S12": -11.854880646930038, "W13": -15.16165085258584, "S13": -16.890804291596321, "W21": -40.09670830568141, "S21": -40.09670830568141, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107659.0, 497398.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.042633184365467897, "S11": 0.042633184365467897, "W12": -4.2585506889630951, "S12": -9.8878703658720788, "W13": -25.065615292001787, "S13": -25.065615292001787, "W21": -31.370040914224273, "S21": -31.370040914224273, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107659.0, 509282.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107659.0, 528387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79072319860400331, "S11": -8.1880946137973574, "W12": -9.6897321146881481, "S12": -11.608464319707419, "W13": -16.191784539448147, "S13": -17.077710315644936, "W21": -40.470256504158804, "S21": -41.752329203745845, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107659.703125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33192629356241771, "S11": -1.8697493049670664, "W12": -5.6979699238870589, "S12": -15.0, "W13": -15.0, "S13": -16.912479020979021, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107661.0, 498965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39499808538812686, "S11": -0.39499808538812686, "W12": -8.8817612146908544, "S12": -9.7732369088688014, "W13": -12.512760311284284, "S13": -22.46012807676092, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107661.666666666671517, 515294.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49061291125866036, "S11": -0.49061291125866036, "W12": -9.6844585403571077, "S12": -12.436772861653251, "W13": -20.433645027872686, "S13": -24.984781233584883, "W21": -38.14479563232932, "S21": -38.14479563232932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107662.0, 513532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11033167806812294, "S11": -0.11033167806812294, "W12": -3.0803119830853594, "S12": -3.0803119830853594, "W13": -17.50028954454643, "S13": -17.50028954454643, "W21": -34.04981906549056, "S21": -34.04981906549056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107662.0, 523171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76457829666925736, "S11": -7.5854497606228586, "W12": -7.9372010972660787, "S12": -11.746332942726657, "W13": -15.566666401788183, "S13": -17.300025142119594, "W21": -40.241928093998375, "S21": -40.241928093998375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107662.272727272720658, 497244.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.3147945418446696, "S12": -12.550300648674884, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -30.934848754058024, "S21": -30.934848754058024, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107664.0, 509384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59106607936948863, "S11": -0.59106607936948863, "W12": -5.3227424899926374, "S12": -5.3227424899926374, "W13": -19.950807148470602, "S13": -19.950807148470602, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107664.333333333328483, 521970.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38617802324083883, "S11": -0.38617802324083883, "W12": -8.8789625218819399, "S12": -9.8328365260876822, "W13": -12.450746874726457, "S13": -21.477539042891145, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107665.0, 515221.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.078050834059443, "S11": -1.078050834059443, "W12": -9.8721655044697982, "S12": -11.698528604070464, "W13": -23.114906223520357, "S13": -28.114584628404906, "W21": -37.577833826145884, "S21": -37.577833826145884, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107665.333333333328483, 513190.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20728405570936423, "S11": -0.20728405570936423, "W12": -4.2888145926518684, "S12": -11.009036150898755, "W13": -25.0, "S13": -25.0, "W21": -31.201769845600904, "S21": -31.201769845600904, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107665.666666666671517, 509327.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48962216472682563, "S11": -1.1298887190525888, "W12": -6.2880921902341651, "S12": -21.288092190234167, "W13": -21.288092190234167, "S13": -21.288092190234167, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107666.0, 505709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71302594147122234, "S11": -1.6983997464846592, "W12": -5.3635384659113665, "S12": -13.582840067091761, "W13": -20.72298689800482, "S13": -20.909397104978819, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107666.0, 505967.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066336082679117725, "S11": -0.21455396571132052, "W12": -10.0, "S12": -11.534076477084481, "W13": -18.32903848690291, "S13": -18.32903848690291, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107666.2, 504379.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.045427260767843, "S11": -5.045427260767843, "W12": -5.4556612739886807, "S12": -5.4556612739886807, "W13": -23.652256922317093, "S13": -23.652256922317093, "W21": -29.228868750822425, "S21": -30.675100226114651, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107667.0, 507183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34626771478293383, "S11": -0.34626771478293383, "W12": -8.8812387009969935, "S12": -10.320804158880431, "W13": -12.48843354562602, "S13": -17.284119932789324, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107667.666666666671517, 514911.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57835410010649624, "S11": -4.2246265041676336, "W12": -5.1146999885456408, "S12": -6.9085072597090935, "W13": -14.773242334234657, "S13": -14.773242334234657, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107668.0, 498356.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2487947008762001, "S11": -1.2487947008762001, "W12": -9.2366818073289139, "S12": -9.6317031346056705, "W13": -24.721263430652044, "S13": -24.721263430652044, "W21": -35.634533055052813, "S21": -35.634533055052813, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107668.0, 511318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5564988487598466, "S11": -1.5564988487598466, "W12": -6.5581887862076167, "S12": -6.5581887862076167, "W13": -20.0, "S13": -30.0, "W21": -40.491143903285682, "S21": -40.491143903285682, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107668.0, 519960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037178968544657409, "S11": -0.54593022436069971, "W12": -8.7768867049398231, "S12": -8.7768867049398231, "W13": -16.735472578417831, "S13": -19.369958584317374, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107670.0, 501529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59732608173108637, "S11": -2.5973260817310866, "W12": -5.6194194738213454, "S12": -15.855224709080105, "W13": -20.63880132618095, "S13": -20.812357542447749, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107670.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72918299367108286, "S11": -6.664101678225026, "W12": -6.664101678225026, "S12": -7.2957952070359209, "W13": -15.0, "S13": -16.91724331729251, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107670.666666666671517, 497620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92370424777512739, "S11": -0.92370424777512739, "W12": -7.3398298871752701, "S12": -7.3398298871752701, "W13": -17.157039545130651, "S13": -20.060388259015049, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107671.0, 502160.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63978194017328871, "S11": -0.63978194017328871, "W12": -8.8125033867384115, "S12": -8.8125033867384115, "W13": -22.788872857573111, "S13": -22.788872857573111, "W21": -35.250264919058921, "S21": -35.250264919058921, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107671.714285714289872, 511001.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83640707585919016, "S11": -0.83640707585919016, "W12": -5.1151941333892754, "S12": -11.854006400505966, "W13": -20.796487623472359, "S13": -21.001680182465641, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107672.0, 506037.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.665951532673605, "S11": -1.7461062688226032, "W12": -8.1877620487787741, "S12": -12.178559046634385, "W13": -25.379198220242696, "S13": -26.096293751829752, "W21": -29.999999999999996, "S21": -31.400799221155584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107672.125, 508150.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4577756035277239, "S11": -0.4577756035277239, "W12": -4.3190784963405937, "S12": -12.191691241181195, "W13": -25.0, "S13": -25.0, "W21": -31.033498776977723, "S21": -31.033498776977723, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107672.333333333328483, 509372.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53945254011815635, "S11": -2.232267583620823, "W12": -5.0, "S12": -10.0, "W13": -16.538240188946247, "S13": -17.860881761820625, "W21": -38.867438247924383, "S21": -38.867438247924383, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107673.0, 500014.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44515641855447685, "S11": 0.44515641855447646, "W12": -10.450823929168337, "S12": -12.685708818180505, "W13": -17.394688738741554, "S13": -18.417202967501218, "W21": -30.250942491652999, "S21": -30.250942491652999, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107673.0, 500882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7944762053492251, "S11": -1.7944762053492251, "W12": -6.0893385988529456, "S12": -6.0893385988529456, "W13": -20.0, "S13": -20.0, "W21": -40.487980445789823, "S21": -40.487980445789823, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107673.75, 520810.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44787964937218672, "S11": -0.44787964937218672, "W12": -4.6861950453940446, "S12": -10.810466631421818, "W13": -23.87194280336697, "S13": -23.87194280336697, "W21": -32.580673517858777, "S21": -32.580673517858777, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107674.0, 510105.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39355452483084513, "S11": -0.39355452483084513, "W12": -8.8671195436321195, "S12": -9.7938249505540291, "W13": -12.491918041639737, "S13": -22.350848550274634, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107674.0, 515263.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1807787724271894, "S11": -2.1807787724271894, "W12": -10.0, "S12": -12.063020727876117, "W13": -30.0, "S13": -30.0, "W21": -36.104837227192604, "S21": -36.104837227192604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107674.166666666671517, 512061.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0778956715451615, "S12": -6.0778956715451615, "W13": -20.0, "S13": -20.0, "W21": -40.427681595098257, "S21": -40.427681595098257, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107675.0, 520828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1337400392519621, "S11": 0.1337400392519621, "W12": -4.2672643474148755, "S12": -9.0696878591475443, "W13": -25.118768183005585, "S13": -25.118768183005585, "W21": -31.577047208406974, "S21": -31.577047208406974, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107676.333333333328483, 509257.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5590522830303373, "S12": -7.1196964774138154, "W13": -24.942184600621935, "S13": -24.942184600621935, "W21": -31.487513503907188, "S21": -31.487513503907188, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107677.6, 509846.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5397035654480682, "S12": -8.6243285440510871, "W13": -13.23493771090558, "S13": -26.178751976761063, "W21": -40.253220403057732, "S21": -40.253220403057732, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107677.815789473679615, 515983.40789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": 0.71699697591532563, "S11": -2.2830030240846746, "W12": -4.9115044247787614, "S12": -4.9115044247787614, "W13": -26.096719661296817, "S13": -26.096719661296817, "W21": -31.714058950861936, "S21": -31.997069275078562, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107678.0, 508824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1832044649849436, "S11": -1.1832044649849436, "W12": -9.8869814859892049, "S12": -11.556762033359849, "W13": -23.863537200743636, "S13": -38.863537200743636, "W21": -38.863537200743636, "S21": -38.863537200743636, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107678.0, 513138.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19893121467925678, "S11": 0.19893121467925678, "W12": -4.2631057014669533, "S12": -8.6995999091516296, "W13": -25.154622610776531, "S13": -25.154622610776531, "W21": -31.648498371998755, "S21": -31.648498371998755, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107678.333333333328483, 509244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49526992698398875, "S11": -0.49526992698398875, "W12": -9.6874217843898105, "S12": -12.314401274188738, "W13": -20.823300665347961, "S13": -24.724002281805571, "W21": -38.041646334942733, "S21": -38.041646334942733, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107678.5, 513492.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43826107557442429, "S11": -0.43826107557442429, "W12": -4.6924296243320152, "S12": -10.81168639233892, "W13": -23.882207037172531, "S13": -23.882207037172531, "W21": -32.569681040052515, "S21": -32.569681040052515, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107678.6, 510106.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.3493424000293652, "S12": -13.374346331465127, "W13": -25.0, "S13": -25.0, "W21": -30.865227708354357, "S21": -30.865227708354357, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107679.0, 509417.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85093369806201102, "S11": -0.85093369806201102, "W12": -9.7988172797434103, "S12": -11.88623761330617, "W13": -22.30160942276569, "S13": -23.308609704682887, "W21": -37.715505029421543, "S21": -37.715505029421543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107679.0, 513293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7067655607898153, "S12": -12.237269519227972, "W13": -21.088787987771983, "S13": -24.47262817645797, "W21": -37.983088871040408, "S21": -37.983088871040408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107679.0, 513457.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5694208656909678, "S12": -5.5694208656909678, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107679.0, 521598.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35457339554665795, "S11": -0.35457339554665795, "W12": -8.8660593651570547, "S12": -10.245308809203012, "W13": -12.453386314099561, "S13": -18.194124243600804, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107679.333333333328483, 514955.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1454527290286052, "S11": 0.1454527290286052, "W12": -4.8496508338303155, "S12": -4.8496508338303155, "W13": -18.505714735429105, "S13": -18.505714735429105, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107679.75, 522688.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0303988106828836, "S11": -1.0303988106828836, "W12": -6.596649947760417, "S12": -6.596649947760417, "W13": -17.217008851901692, "S13": -20.190594982672422, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107680.0, 502287.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.092449438202242051, "S11": -0.68730964306523468, "W12": -10.0, "S12": -10.845922476896751, "W13": -17.748973676999849, "S13": -17.889796118674237, "W21": -30.008650337193991, "S21": -30.008650337193991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107680.4, 504038.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80675356389930353, "S11": -8.4584176345228208, "W12": -10.444517449546986, "S12": -11.453144867154869, "W13": -16.543274197604116, "S13": -16.543274197604116, "W21": -40.586411604313611, "S21": -42.371653136830147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107680.5, 496886.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98159995293827351, "S11": -0.98159995293827351, "W12": -9.8309079931461447, "S12": -11.749277085686252, "W13": -22.770458700473707, "S13": -22.873490832415946, "W21": -37.608844941766762, "S21": -37.608844941766762, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107681.166666666671517, 513231.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26829902761799385, "S11": -5.268299027617994, "W12": -10.0, "S12": -10.882587362560457, "W13": -17.713778008091801, "S13": -20.713778008091801, "W21": -29.993676396608937, "S21": -29.993676396608937, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107682.0, 503694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9416663280928468, "S12": -5.9416663280928468, "W13": -20.0, "S13": -20.0, "W21": -39.764457700916687, "S21": -39.764457700916687, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107682.0, 521035.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1925660698371212, "S11": -2.8371779671599935, "W12": -6.7452659801918857, "S12": -8.2010295762754115, "W13": -25.479376734156741, "S13": -25.479376734156741, "W21": -30.735365767402552, "S21": -31.665632023515542, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107683.0, 508416.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3686271699866011, "S11": -4.0453188993099634, "W12": -5.0, "S12": -14.042752568682047, "W13": -21.962810283327233, "S13": -21.97885288447511, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107683.142857142855064, 506469.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39106214344815576, "S11": -0.39106214344815576, "W12": -9.121731193399528, "S12": -13.843099800757191, "W13": -14.230333253154857, "S13": -29.950037063882686, "W21": -39.284935176631734, "S21": -39.284935176631734, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107684.0, 514270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6676461964747491, "S11": -2.2070358689760239, "W12": -5.5055431315790067, "S12": -15.430675652481789, "W13": -20.659234680955993, "S13": -20.849220733860246, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107685.0, 505928.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.8784150486835287, "S12": -11.400749442266713, "W13": -23.090069535212006, "S13": -23.090069535212006, "W21": -32.987509749426017, "S21": -32.987509749426017, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107685.0, 510238.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.4918921228925179, "S12": -4.5189963197391085, "W13": -15.0, "S13": -15.0, "W21": -37.576520693902388, "S21": -37.576520693902388, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107685.0, 524368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.3796063037181376, "S12": -14.25206734089441, "W13": -25.0, "S13": -25.0, "W21": -30.696956639730988, "S21": -30.696956639730988, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107685.666666666671517, 509462.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1084600646629159, "S11": -2.1084600646629159, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.379555054447678, "S21": -36.379555054447678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107685.666666666671517, 512492.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1152899936265448, "S11": -1.1152899936265448, "W12": -5.0, "S12": -8.5068641830448648, "W13": -17.762773760072967, "S13": -19.085016973240258, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107686.8, 503014.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38679391045295003, "S11": -0.54566585830401626, "W12": -9.8129291972531423, "S12": -10.822001566266128, "W13": -19.199816413123795, "S13": -19.199816413123795, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107687.0, 504715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51735169491525423, "S11": -0.78912204436369315, "W12": -5.0, "S12": -12.672499229176761, "W13": -18.511089033460763, "S13": -18.919799984608858, "W21": -39.616469295874857, "S21": -39.616469295874857, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107687.5, 499777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42294857131490748, "S11": -0.99362403579021463, "W12": -5.0, "S12": -15.0, "W13": -18.314153593268799, "S13": -18.887412334527539, "W21": -39.846771327889321, "S21": -39.846771327889321, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107688.0, 499464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53502341336901083, "S11": -2.5295997896135392, "W12": -5.0, "S12": -9.5262943334692203, "W13": -16.327947380415338, "S13": -17.017097272930485, "W21": -36.441079141043225, "S21": -36.441079141043225, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107689.0, 500261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.6703127542993546, "S12": -10.221844787725541, "W13": -21.209179693626808, "S13": -21.209179693626808, "W21": -33.373641946150215, "S21": -33.373641946150215, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107689.0, 510544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51932559744852858, "S11": -1.1466687216139977, "W12": -10.0, "S12": -13.035555902713266, "W13": -17.517282485889819, "S13": -18.297316493693149, "W21": -32.249188770227683, "S21": -32.249188770227683, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107690.0, 500681.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7624350234453661, "S11": -3.6045522667567544, "W12": -7.3772162470450571, "S12": -8.7467108262429232, "W13": -25.02260775775709, "S13": -25.02260775775709, "W21": -30.0, "S21": -32.390882024061327, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 507904.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.45736533061016016, "W12": -5.0, "S12": -5.0, "W13": -25.968379742864816, "S13": -25.968379742864816, "W21": -31.694240587548091, "S21": -32.034758609645536, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 508762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.2473272248115244, "S12": -6.93393937556898, "W13": -25.320925594376028, "S13": -25.320925594376028, "W21": -31.873333673211892, "S21": -31.873333673211892, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 509181.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0064354689958233, "S12": -11.717540433730992, "W13": -22.803307366549905, "S13": -22.803307366549905, "W21": -33.081466753084115, "S21": -33.081466753084115, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 510288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7286477430775058, "S12": -8.7286477430775058, "W13": -22.452038179194872, "S13": -22.452038179194872, "W21": -35.144614123396551, "S21": -35.144614123396551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 510949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3628790763103929, "S11": -0.3628790763103929, "W12": -8.8508800293170946, "S12": -10.169813459525489, "W13": -12.41833908257305, "S13": -19.10412855441345, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 514999.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.0, 527928.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64971899320567972, "S11": -0.64971899320567972, "W12": -8.2068012891621223, "S12": -8.2068012891621223, "W13": -13.937942858623465, "S13": -15.912268862606881, "W21": -40.823415062187557, "S21": -40.823415062187557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.336206896550721, 516628.461206896579824 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4576332017857929, "S12": -5.4576332017857929, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107691.5, 521769.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9966098526828397, "S11": -4.7927916331352165, "W12": -5.0000000000000009, "S12": -7.3018016836694564, "W13": -23.148454355214128, "S13": -23.949024098934299, "W21": -28.703753285606624, "S21": -29.520716390373678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107692.0, 506904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1234062112035208, "S11": -1.1234062112035208, "W12": -7.3552283864986601, "S12": -7.3552283864986601, "W13": -18.043042891796631, "S13": -28.043042891796631, "W21": -38.221526270705994, "S21": -38.221526270705994, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107692.0, 518343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4098702074068648, "S12": -13.45381477616629, "W13": -25.0, "S13": -25.0, "W21": -30.528685571107804, "S21": -30.528685571107804, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107692.333333333328483, 509507.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72435489973514944, "S11": 0.72435489973514944, "W12": -4.9632860834834363, "S12": -4.9632860834834363, "W13": -26.045703909061618, "S13": -26.045703909061618, "W21": -31.785530227402187, "S21": -32.028058754842867, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 508818.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.79, "S11": 1.79, "W12": -4.2, "S12": -4.2, "W13": -25.605233501482171, "S13": -25.605233501482171, "W21": -32.013235592755564, "S21": -32.013235592755564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49810424255982871, "S11": -0.49810424255982871, "W12": -8.6880658354048279, "S12": -9.1279989331198514, "W13": -12.947568820068254, "S13": -29.173602394682504, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107693.463414634141373, 515718.195121951226611 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1532451203448701, "S11": -2.1532451203448701, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.2047983733842, "S21": -36.2047983733842, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107693.666666666671517, 512371.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.60174208356389647, "S11": -0.25537857242985607, "W12": -9.0591620477918795, "S12": -9.3372913349358821, "W13": -17.225521526210848, "S13": -19.047245375842358, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107694.0, 501161.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7060810139658695, "S12": -10.129876425374082, "W13": -23.981379069754141, "S13": -23.981379069754141, "W21": -32.477562296021325, "S21": -32.477562296021325, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107694.0, 510097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1662893556366076, "S11": -1.1662893556366076, "W12": -9.2032697861357757, "S12": -9.6330033336651351, "W13": -24.603403176446935, "S13": -24.603403176446935, "W21": -35.553334140729646, "S21": -35.553334140729646, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107695.0, 511303.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49993932267851182, "S11": -0.49993932267851182, "W12": -9.690385028422515, "S12": -12.192029686724226, "W13": -21.212956302823233, "S13": -24.463223330026256, "W21": -37.938497037556147, "S21": -37.938497037556147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107695.0, 513453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59555928127860924, "S11": -0.59555928127860924, "W12": -9.7152013917725046, "S12": -12.094028656868719, "W13": -21.550547338608165, "S13": -24.142646906996909, "W21": -37.864184133405537, "S21": -37.864184133405537, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107695.5, 513407.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1573685470145127, "S11": -2.1573685470145127, "W12": -9.9999999999999982, "S12": -12.207993003931762, "W13": -30.0, "S13": -30.0, "W21": -36.03177718128682, "S21": -36.03177718128682, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107696.0, 512102.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69208921145806901, "S11": -0.69208921145806901, "W12": -9.740017755122496, "S12": -11.996027627013213, "W13": -21.888138374393094, "S13": -23.822070483967558, "W21": -37.789871229254928, "S21": -37.789871229254928, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107696.0, 513362.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8327700136712641, "S12": -8.7973036134598885, "W13": -17.693136329045782, "S13": -20.693136329045782, "W21": -29.630928406042219, "S21": -29.630928406042219, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107696.4, 503326.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78861914163752878, "S11": -0.78861914163752878, "W12": -9.7648341184724874, "S12": -11.898026597157706, "W13": -22.225729410178026, "S13": -23.50149406093821, "W21": -37.715558325104318, "S21": -37.715558325104318, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107696.5, 513317.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52629518346535553, "S11": -0.52629518346535553, "W12": -5.0, "S12": -8.3300279155845161, "W13": -17.791382818407005, "S13": -20.791382818407005, "W21": -29.665888279348827, "S21": -29.665888279348827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107697.0, 503262.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88514907181698854, "S11": -0.88514907181698854, "W12": -9.789650481822477, "S12": -11.8000255673022, "W13": -22.563320445962955, "S13": -23.180917637908859, "W21": -37.639856057387775, "S21": -37.639856057387775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107697.0, 513272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.6156351602414244, "W12": -6.7163434913599342, "S12": -16.293945504021451, "W13": -20.27375887763462, "S13": -20.398755297842452, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107697.4, 505589.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35438307970937977, "S11": 0.35438307970937977, "W12": -4.2676607139708294, "S12": -7.5728187576883625, "W13": -25.243629929551258, "S13": -25.243629929551258, "W21": -31.879259860578845, "S21": -31.879259860578845, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107697.666666666671517, 509206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0803995529477333, "S11": -2.0803995529477333, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.380809174654736, "S21": -36.380809174654736, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107697.666666666671517, 512509.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70460942765986101, "S11": -0.70460942765986101, "W12": -8.6006700012219426, "S12": -8.6006700012219426, "W13": -17.054665771009478, "S13": -19.481406332145607, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107698.0, 501940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66618891268853075, "S11": -0.66618891268853075, "W12": -8.7395552589591325, "S12": -8.7395552589591325, "W13": -17.034825108596767, "S13": -19.653787856967305, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107698.6, 501897.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.4401341110956363, "S12": -12.655562211437175, "W13": -25.0, "S13": -25.0, "W21": -30.360414502484442, "S21": -30.360414502484442, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107699.0, 509553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81125641866054843, "S11": -8.1862783006481514, "W12": -9.574258135423138, "S12": -11.426505986902908, "W13": -16.306399440251173, "S13": -17.590649277714718, "W21": -40.489705596942599, "S21": -41.621336203213389, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107700.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71517215274202839, "S11": -5.7412067616849409, "W12": -5.7412067616849409, "S12": -5.7412067616849409, "W13": -14.914020358676904, "S13": -17.041243083209753, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107700.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35650388174760461, "S11": -2.2250677140944601, "W12": -5.5570776865411764, "S12": -15.557077686541177, "W13": -15.557077686541177, "S13": -17.206362297943674, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107700.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54838375372762471, "S11": -2.0282696176999329, "W12": -4.9798776792109756, "S12": -10.723864304170526, "W13": -16.779252120994691, "S13": -17.936804160547528, "W21": -39.15701468387099, "S21": -39.15701468387099, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107700.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53068070049645777, "S11": 0.22332810385452101, "W12": -9.8659198527229162, "S12": -11.352729505403342, "W13": -17.323936908951129, "S13": -18.575234285684108, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107700.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5693660546268973, "S12": -7.8640985124691163, "W13": -25.0, "S13": -25.0, "W21": -31.268067789431729, "S21": -31.268067789431729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107700.0, 509813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54817342197854579, "S11": -2.1287836621455583, "W12": -4.9781130798233812, "S12": -10.69381449899512, "W13": -16.710468683118147, "S13": -17.895062724170959, "W21": -39.078615110121312, "S21": -39.078615110121312, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107700.285714285710128, 500007.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37385600261813412, "S11": -1.5661387469008781, "W12": -5.1742887169576468, "S12": -15.174288716957648, "W13": -17.279199862171222, "S13": -18.596084477555838, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107701.0, 499220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80840070143949783, "S11": -7.6700976828343688, "W12": -8.0132201086767978, "S12": -11.552872921623248, "W13": -15.745649077082767, "S13": -17.872757307005859, "W21": -40.285555458062781, "S21": -40.285555458062781, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107701.090909090911737, 497218.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75557091715222946, "S11": -0.75557091715222946, "W12": -8.3910487719706666, "S12": -8.3910487719706666, "W13": -17.083173010523129, "S13": -19.443928284583798, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107702.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3711847570741279, "S11": -0.3711847570741279, "W12": -8.8357006934771345, "S12": -10.094318109847967, "W13": -12.383291851046542, "S13": -20.014132865226102, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107702.666666666671517, 515043.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59286941477808897, "S11": -0.70117775605088184, "W12": -9.0141153069689945, "S12": -9.0141153069689945, "W13": -16.998448923404439, "S13": -19.998448923404439, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107703.0, 501820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6736553974631754, "S12": -5.6736553974631754, "W13": -20.0, "S13": -20.0, "W21": -35.40609778137317, "S21": -35.40609778137317, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107703.125, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1420489110597281, "S11": -2.1420489110597281, "W12": -9.9999999999999982, "S12": -12.217861990165098, "W13": -30.0, "S13": -30.0, "W21": -35.995901136733117, "S21": -35.995901136733117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107703.333333333328483, 512097.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5081716646342436, "S12": -8.5081716646342436, "W13": -13.301087117864876, "S13": -24.500699223541233, "W21": -40.339615420462358, "S21": -40.339615420462358, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107703.575757575759781, 516045.878787878784351 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33211463499202509, "S11": -0.33211463499202509, "W12": -8.8394657371155372, "S12": -10.087564614133832, "W13": -12.871058705655829, "S13": -23.885508281106446, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107704.0, 514742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0627262110699922, "S12": -6.0627262110699922, "W13": -20.0, "S13": -20.0, "W21": -40.147087858497272, "S21": -40.147087858497272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107705.6, 520855.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6885223592983287, "S12": -6.7918489218503586, "W13": -24.24688516902383, "S13": -24.24688516902383, "W21": -32.177004094106316, "S21": -32.177004094106316, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107707.0, 510036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7623298717403031, "S11": -1.8457494308912139, "W12": -7.9538948668947569, "S12": -11.884422630776697, "W13": -25.408020033412065, "S13": -25.894993073595217, "W21": -30.077880285755519, "S21": -31.306145092855683, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107707.5, 508183.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34330139519246938, "S11": -3.3433013951924693, "W12": -8.3172882171249167, "S12": -10.208551572282691, "W13": -17.688002444582786, "S13": -20.688002444582786, "W21": -29.659436304639733, "S21": -29.659436304639733, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107708.0, 503517.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015412898737950931, "S11": -0.23563758664937648, "W12": -10.0, "S12": -11.418857189380676, "W13": -18.287974711370211, "S13": -18.287974711370211, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107708.0, 504358.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3490716951863881, "S11": -4.2943666456347129, "W12": -5.0, "S12": -15.0, "W13": -21.768551705342116, "S13": -21.873383392993404, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107709.0, 506417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79952469666897319, "S11": -8.169364329390568, "W12": -9.5699048328714102, "S12": -11.406736769881766, "W13": -16.332975520390843, "S13": -17.693937377237841, "W21": -40.494215312911848, "S21": -41.592831808390578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107709.34375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39093329487702272, "S11": -1.1652867252304531, "W12": -5.0, "S12": -15.0, "W13": -18.091371605183198, "S13": -19.180707269518862, "W21": -39.933372980842144, "S21": -39.933372980842144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107710.0, 499310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5935804001839884, "S12": -5.5935804001839884, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107711.25, 521566.375 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7796231985113644, "S11": -1.9095576668900056, "W12": -8.0725853443770195, "S12": -12.181354014426329, "W13": -25.558403033994455, "S13": -26.019497024749462, "W21": -30.0, "S21": -31.244973736641914, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107712.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97848759006006503, "S11": -0.97848759006006503, "W12": -6.8826742635226612, "S12": -6.8826742635226612, "W13": -17.204902701358659, "S13": -20.148205084320804, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107713.0, 502257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.787505364111277, "S11": -2.0262724916941321, "W12": -7.9908904598159305, "S12": -7.9908904598159305, "W13": -25.500785302827524, "S13": -25.615222899129527, "W21": -30.047074634146345, "S21": -31.37835519926136, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107713.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73309590410854897, "S11": -0.73309590410854897, "W12": -5.3314778974609753, "S12": -5.3314778974609753, "W13": -19.975321775409448, "S13": -19.975321775409448, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107713.0, 521963.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91218272216241081, "S11": -0.91218272216241081, "W12": -7.3566267003061547, "S12": -7.3566267003061547, "W13": -17.170646140062548, "S13": -20.170646140062548, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107714.0, 502184.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38706916198522262, "S11": -0.38706916198522262, "W12": -9.0250968936080511, "S12": -13.770704466389066, "W13": -14.126590261538881, "S13": -30.122978197244137, "W21": -39.248187823946196, "S21": -39.248187823946196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107714.0, 514291.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37949043783785202, "S11": -0.37949043783785202, "W12": -8.8205213576371957, "S12": -10.018822760170547, "W13": -12.379072192179462, "S13": -20.954964748696963, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107714.333333333328483, 515087.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77357432698421813, "S11": -6.65125004043405, "W12": -6.65125004043405, "S12": -6.65125004043405, "W13": -14.999999999999998, "S13": -17.144710035477168, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107714.583333333328483, 497634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9174038095441588, "S11": -4.0157158379121309, "W12": -6.5057706036828966, "S12": -9.5057706036828957, "W13": -24.50896456860978, "S13": -24.50896456860978, "W21": -30.000000000000004, "S21": -32.642307774937166, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107715.0, 507641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0339430319098759, "S11": -2.0339430319098759, "W12": -10.0, "S12": -11.718080566194194, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.78301720267514, "S21": -35.78301720267514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107716.0, 511839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58163265306120404, "S11": -0.58163265306120404, "W12": -8.7694060112349295, "S12": -8.7694060112349295, "W13": -22.816031898496608, "S13": -22.816031898496608, "W21": -35.166033953769137, "S21": -35.166033953769137, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107716.857142857144936, 511016.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.56118720179623904, "S11": 0.56118720179623904, "W12": -4.2722157264746876, "S12": -6.4460376062251719, "W13": -25.332637248326002, "S13": -25.332637248326002, "W21": -32.03711593296007, "S21": -32.03711593296007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107717.0, 509168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3727983098835326, "S11": -2.5854889917434845, "W12": -6.7399952579337681, "S12": -8.1072860461850365, "W13": -25.342983732380187, "S13": -25.342983732380187, "W21": -30.77075154179629, "S21": -31.628884126472979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107717.5, 508390.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4376269377307187, "S11": -3.9509441724166732, "W12": -5.0, "S12": -13.626471755523093, "W13": -22.02322736215319, "S13": -22.050503640200059, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107717.857142857144936, 506505.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050388242396485983, "S11": 0.050388242396485983, "W12": -4.317462944549348, "S12": -8.7813461546976939, "W13": -25.084139975413049, "S13": -25.084139975413049, "W21": -31.821790951600466, "S21": -31.821790951600466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107719.0, 509255.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.037237337240666621, "S11": 0.037237337240666621, "W12": -4.8582326387900867, "S12": -4.8582326387900867, "W13": -18.530155358489033, "S13": -18.530155358489033, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107719.5, 522681.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5742746805117704, "S12": -8.694206758160103, "W13": -25.0, "S13": -25.0, "W21": -31.032844010397113, "S21": -31.032844010397113, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107720.2, 509773.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.034726380074241, "S11": -2.034726380074241, "W12": -10.0, "S12": -10.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.349985546853688, "S21": -36.349985546853688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107721.333333333328483, 512523.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37203558851643354, "S11": -0.37203558851643354, "W12": -8.9250638178546957, "S12": -13.925063817854696, "W13": -13.925063817854696, "S13": -31.305840829229005, "W21": -39.386678194866001, "S21": -39.386678194866001, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107722.0, 514389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.488932775670718, "S12": -12.020962768211472, "W13": -25.0, "S13": -25.0, "W21": -30.300401780250869, "S21": -30.300401780250869, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107722.5, 509594.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7849519884246066, "S11": -1.7849519884246066, "W12": -6.0928440406265114, "S12": -6.0928440406265114, "W13": -20.0, "S13": -20.0, "W21": -40.162353346413724, "S21": -40.162353346413724, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107723.0, 520812.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68145162355414768, "S11": -2.4475352340515864, "W12": -5.568725545152204, "S12": -17.31219513365431, "W13": -20.601658697668249, "S13": -20.81257131353231, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107723.75, 505910.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37668457676385092, "S11": -0.37668457676385092, "W12": -4.7533921369966432, "S12": -10.769575414276787, "W13": -23.989976995869714, "S13": -23.989976995869714, "W21": -32.456822865542243, "S21": -32.456822865542243, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107724.0, 510117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6333888718375937, "S11": -1.6333888718375937, "W12": -6.4142401925783883, "S12": -6.4142401925783883, "W13": -20.0, "S13": -25.0, "W21": -41.556443106171329, "S21": -41.556443106171329, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107724.0, 520222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.8059884905886587, "W12": -5.5461449712307376, "S12": -10.983482388679175, "W13": -14.725875464795966, "S13": -17.736003948274536, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107725.0, 498598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47367431665432796, "S11": -0.47367431665432796, "W12": -9.5224736146764126, "S12": -12.498195186826802, "W13": -20.0, "S13": -25.833184433405997, "W21": -38.170804126033559, "S21": -38.170804126033559, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107725.0, 513641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38779611860158697, "S11": -0.38779611860158697, "W12": -8.8053420217972374, "S12": -9.9433274104930263, "W13": -12.410722218895314, "S13": -21.931666317751976, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107726.0, 515132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.021883971566152044, "S11": -0.16344340728237849, "W12": -10.0, "S12": -10.689329888321254, "W13": -17.733055233236737, "S13": -18.361739256601652, "W21": -30.047657127744795, "S21": -30.047657127744795, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107726.2, 504019.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.047993579454253532, "S11": -0.95200642054574647, "W12": -10.0, "S12": -11.265949700756796, "W13": -17.74296917244363, "S13": -17.74296917244363, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107727.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.5436313989007697, "S12": -8.6222553660350165, "W13": -13.234619045048881, "S13": -25.373659534284911, "W21": -40.260230899349757, "S21": -40.260230899349757, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107727.42105263157282, 515986.71052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.028915386379270824, "S11": -0.028915386379270862, "W12": -10.0, "S12": -10.590277266664343, "W13": -17.730973870349899, "S13": -18.573527706817622, "W21": -30.060911785067013, "S21": -30.060911785067013, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107728.0, 504004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5275145674746452, "S11": -0.97579760422859352, "W12": -4.8865498099068816, "S12": -12.950806185716246, "W13": -18.332307299899863, "S13": -18.6200293058439, "W21": -39.582332088829645, "S21": -39.582332088829645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107728.875, 499792.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77961784211004459, "S11": -6.4684257351071643, "W12": -6.4684257351071643, "S12": -6.4684257351071643, "W13": -15.0, "S13": -17.347108778440237, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107729.0, 497711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33123448453300253, "S11": -0.5139193504812466, "W12": -9.8070565948377748, "S12": -10.756896799548757, "W13": -19.139212067327534, "S13": -19.139212067327534, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107729.285714285710128, 504698.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0792120704107293, "S11": -2.0792120704107293, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -30.0, "S13": -30.0, "W21": -36.127892832206804, "S21": -36.127892832206804, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107730.0, 512401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9468737633499531, "S12": -5.9468737633499531, "W13": -20.0, "S13": -20.0, "W21": -39.455176432808301, "S21": -39.455176432808301, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107730.0, 521034.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.29042838486771066, "W12": -10.167975882978578, "S12": -12.561527268733453, "W13": -17.388956597558611, "S13": -18.648564361546374, "W21": -30.526293216943404, "S21": -30.526293216943404, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107732.0, 500895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1236110352362432, "S11": -1.1236110352362432, "W12": -5.0, "S12": -8.8239230994877982, "W13": -17.759083688185697, "S13": -18.992244983752094, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107732.2, 503029.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1339251453012249, "S11": -2.1339251453012249, "W12": -10.0, "S12": -12.37270325245424, "W13": -30.0, "S13": -30.0, "W21": -35.886965046273602, "S21": -35.886965046273602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107732.5, 512133.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3929314076358343, "S12": -8.592290671099855, "W13": -17.657816339448072, "S13": -20.657816339448072, "W21": -29.605394335488437, "S21": -29.605394335488437, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107733.0, 503287.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9386152763454492, "S11": -3.9386152763454492, "W12": -6.517931925150954, "S12": -9.2547304341590291, "W13": -24.573649385761041, "S13": -24.573649385761041, "W21": -30.0, "S21": -32.707113240380693, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107733.0, 507654.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5117683961852926, "S12": -5.7265584838732826, "W13": -15.0, "S13": -15.0, "W21": -37.580398791062571, "S21": -37.580398791062571, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107733.0, 524364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0961454673149418, "W12": -4.8827450548239577, "S12": -14.597616450555851, "W13": -18.192533205695824, "S13": -18.517379359541977, "W21": -39.71901450331584, "S21": -39.71901450331584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107734.0, 499605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0419024860604118, "S11": -1.0419024860604118, "W12": -9.1528342315403002, "S12": -9.6346728089832094, "W13": -24.425428328902864, "S13": -24.425428328902864, "W21": -35.357283226536083, "S21": -35.357283226536083, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107735.666666666671517, 511280.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.076290750272968361, "S11": -0.076290750272968361, "W12": -4.7919840276536139, "S12": -12.893612345058962, "W13": -23.763484602917341, "S13": -23.763484602917341, "W21": -32.599195420912331, "S21": -32.599195420912331, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107736.0, 510161.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0475567505948238, "S12": -6.0475567505948238, "W13": -20.0, "S13": -20.0, "W21": -39.866494121896373, "S21": -39.866494121896373, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107736.2, 520882.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4563157670479132, "S12": -5.4563157670479132, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107736.75, 521777.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.57597805524025725, "S11": 0.57597805524025736, "W12": -5.0, "S12": -5.0, "W13": -25.895465264008592, "S13": -25.895465264008592, "W21": -31.99460352964573, "S21": -32.119037508997295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107737.0, 508800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6516856959901739, "S11": -0.6516856959901739, "W12": -8.9065477448916912, "S12": -8.9065477448916912, "W13": -17.045226507954006, "S13": -19.907784369212941, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107738.0, 501914.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53445614850460765, "S11": -0.85310386927520132, "W12": -10.0, "S12": -13.411976293461223, "W13": -17.51732315505248, "S13": -18.574238995101901, "W21": -32.498422298013836, "S21": -32.498422298013836, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107739.0, 500684.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017360628043340431, "S11": -0.34014390723653687, "W12": -10.0, "S12": -11.326707814907774, "W13": -18.214697770391727, "S13": -18.214697770391727, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107739.166666666671517, 504326.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.63533570326321609, "S11": -0.14551747908742818, "W12": -8.932681418666224, "S12": -9.2720180030447139, "W13": -17.216024305273422, "S13": -19.23624477966495, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107739.5, 501179.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8102567243504728, "S11": -7.7127792231864847, "W12": -8.0966606862815915, "S12": -11.366834466714391, "W13": -15.924631752377161, "S13": -18.445489471891587, "W21": -40.329182822127123, "S21": -40.329182822127123, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107739.909090909088263, 497191.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5791833063966729, "S12": -9.5391079324710901, "W13": -25.0, "S13": -25.0, "W21": -30.79762023136275, "S21": -30.79762023136275, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107740.4, 509734.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0038451815484644, "S11": -2.0038451815484644, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.304430208028101, "S21": -36.304430208028101, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107740.444444444437977, 512522.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48172361890667587, "S11": -5.4817236189066758, "W12": -5.740013689698066, "S12": -13.775589243310552, "W13": -14.72728509125858, "S13": -18.259815906511228, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107741.0, 498695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0983001060261226, "S11": -2.0983001060261226, "W12": -10.0, "S12": -12.345030208668851, "W13": -30.0, "S13": -30.0, "W21": -35.833960528921267, "S21": -35.833960528921267, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107741.0, 512108.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.906867441025027, "S11": -1.906867441025027, "W12": -10.0, "S12": -10.477481582159598, "W13": -30.000000000000004, "S13": -32.009130791454155, "W21": -36.633996507901124, "S21": -36.633996507901124, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107741.0, 512723.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67745458334188169, "S11": -0.67745458334188169, "W12": -8.1943847752189125, "S12": -8.1943847752189125, "W13": -13.934115864634586, "S13": -15.988527783264791, "W21": -40.717814268502778, "S21": -40.717814268502778, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107741.327586206898559, 516628.577586206898559 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9358895180847495, "S11": -3.8607214273157342, "W12": -6.6174227825208716, "S12": -9.1249242591895072, "W13": -24.675567478906327, "S13": -24.675567478906327, "W21": -30.0, "S21": -32.820321395578659, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107742.0, 507690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8723629008841278, "S11": -1.8723629008841278, "W12": -10.0, "S12": -10.584046393753768, "W13": -29.424072116665371, "S13": -31.632463409124306, "W21": -36.696941998491432, "S21": -36.696941998491432, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107742.333333333328483, 512763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56055577227546249, "S11": -2.3425045046171222, "W12": -4.814232189101328, "S12": -11.50556133374592, "W13": -16.71720638258293, "S13": -17.793042545887499, "W21": -39.1087279725812, "S21": -39.1087279725812, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107742.5, 500027.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.67410095362112954, "W12": -6.6622892590665188, "S12": -16.618523349719734, "W13": -20.245849827446747, "S13": -20.403075877509721, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107742.8, 505605.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8246922415642186, "S11": -1.9113766237170422, "W12": -7.6501756510686798, "S12": -10.773730732180665, "W13": -25.370393044811856, "S13": -25.547636324593963, "W21": -30.612430635733869, "S21": -31.668161028778606, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107742.875, 508216.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47240888341562209, "S11": -0.47240888341562209, "W12": -8.693744571673875, "S12": -9.1318727970684854, "W13": -12.955718279426575, "S13": -29.271378587982376, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107743.243902439018711, 515718.365853658528067 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6177399346770098, "S12": -5.6177399346770098, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107743.5, 521534.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7997792911282993, "S11": -1.7997792911282993, "W12": -9.9985709990120082, "S12": -10.68918220435993, "W13": -28.84208581470693, "S13": -31.249737608170172, "W21": -36.759887489081699, "S21": -36.759887489081699, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107743.666666666671517, 512803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38166379776244702, "S11": -0.38166379776244702, "W12": -8.9284625938165743, "S12": -13.698309132020942, "W13": -14.022847269922904, "S13": -30.295919330605585, "W21": -39.211440471260651, "S21": -39.211440471260651, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107744.0, 514313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6238653105855364, "S11": -0.6238653105855364, "W12": -9.0245614526101168, "S12": -9.0245614526101168, "W13": -17.033584365380989, "S13": -20.014306467471354, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107744.4, 501889.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45223600605145153, "S11": -0.45223600605145153, "W12": -5.8771731288810614, "S12": -8.8803892530471575, "W13": -17.657176251506495, "S13": -20.657176251506495, "W21": -29.605880855053236, "S21": -29.605880855053236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107744.7, 503322.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7271956813724858, "S11": -1.7271956813724858, "W12": -9.9745672188891596, "S12": -10.77174323583125, "W13": -28.260099512748461, "S13": -30.867011807216485, "W21": -36.822832979672008, "S21": -36.822832979672008, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107745.0, 512843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92657636943724619, "S11": -0.92657636943724619, "W12": -7.1686985792849045, "S12": -7.1686985792849045, "W13": -17.192796550815629, "S13": -20.105815185969192, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107746.0, 502227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5377314402457714, "S12": -11.386363324986847, "W13": -25.0, "S13": -25.0, "W21": -30.368529368776752, "S21": -30.368529368776752, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107746.0, 509636.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4464432555462103, "S12": -10.786975970207434, "W13": -20.0, "S13": -20.112691857128517, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107747.0, 505386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.68099651487878687, "W12": -6.656050757436244, "S12": -16.656050757436244, "W13": -20.242667767161514, "S13": -20.403588162731364, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107748.0, 505607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51377240922069922, "S11": -1.5137724092206992, "W12": -5.9836480488378445, "S12": -19.407701259099824, "W13": -20.449945295931535, "S13": -20.651351731439465, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107748.0, 505795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1343169376457172, "S11": -2.1343169376457172, "W12": -10.0, "S12": -10.0, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.973064130119326, "S21": -35.973064130119326, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107748.0, 512332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8972578134355165, "S11": -1.8972578134355165, "W12": -10.0, "S12": -10.458776747154968, "W13": -29.999999999999996, "S13": -31.757677354923846, "W21": -36.611450703677377, "S21": -36.611450703677377, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107748.0, 512719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64033508771929826, "S11": -3.4536893689447505, "W12": -5.3129898675371825, "S12": -5.3129898675371816, "W13": -14.721723446004418, "S13": -16.355423591737992, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107749.0, 498487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1639521374203285, "S11": -3.5235641627949721, "W12": -5.0, "S12": -16.074530126419702, "W13": -21.152142813248741, "S13": -21.365510554888896, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107749.0, 506231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -8.157290782236382, "W12": -9.5509628709322882, "S12": -11.320717534615859, "W13": -16.385552003458528, "S13": -17.917596764394439, "W21": -40.513837856309834, "S21": -41.468804324562861, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107750.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76759016443085126, "S11": -5.7541360893985098, "W12": -5.7541360893985098, "S12": -5.9409001523669325, "W13": -14.912905493498169, "S13": -17.282179152328791, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107750.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39812494318285124, "S11": -3.056171957282269, "W12": -5.454101219129412, "S12": -15.454101219129413, "W13": -15.454101219129413, "S13": -17.300066479604283, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107750.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56393577742594658, "S11": -1.9830114627098834, "W12": -4.7877458813157752, "S12": -11.792384000181055, "W13": -16.994548860941144, "S13": -17.93961550109891, "W21": -39.392927847829739, "S21": -39.392927847829739, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107750.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53619581868316235, "S11": 0.11310344755338214, "W12": -9.8283623884996434, "S12": -11.530325759890946, "W13": -17.325777637492109, "S13": -18.766175424399513, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107750.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39798541751285371, "S11": -0.39798541751285371, "W12": -8.7750637635056297, "S12": -9.8927915917904787, "W13": -12.452613019808059, "S13": -23.184077104044547, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107750.0, 515170.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.77294379736177388, "S11": 0.77294379736177388, "W12": -4.3417481719746416, "S12": -5.4808001418916197, "W13": -25.377001706698206, "S13": -25.377001706698206, "W21": -32.264341320797513, "S21": -32.264341320797513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107751.0, 509140.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29569892473118276, "S11": -0.29569892473118276, "W12": -8.6534264038747963, "S12": -8.6534264038747963, "W13": -22.385683650903566, "S13": -22.385683650903566, "W21": -35.011896888353803, "S21": -35.011896888353803, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107751.0, 510952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6780259185715538, "S12": -5.6780259185715538, "W13": -20.0, "S13": -20.0, "W21": -34.230544415566534, "S21": -34.230544415566534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107751.0, 521444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71806481328919203, "S11": -0.71806481328919203, "W12": -8.5355798704070285, "S12": -8.5355798704070285, "W13": -17.086220371597939, "S13": -19.680871419660871, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107751.666666666671517, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5530305499299442, "S11": -2.3133052739988615, "W12": -6.7347245356756513, "S12": -8.0135425160946614, "W13": -25.206590730603637, "S13": -25.206590730603637, "W21": -30.806137316190021, "S21": -31.592136229430409, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107752.0, 508363.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5066267054748363, "S11": -3.8546250870740639, "W12": -5.0, "S12": -13.210190942364139, "W13": -22.083644440979146, "S13": -22.122154395925008, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107752.571428571434808, 506541.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52292666228533535, "S11": -0.52292666228533535, "W12": -8.5145918095388584, "S12": -8.5145918095388584, "W13": -13.295869305846596, "S13": -23.786075029070609, "W21": -40.340536141327817, "S21": -40.340536141327817, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107753.340909090911737, 516044.70454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -1.252457889309041, "S11": -1.252457889309041, "W12": -9.3417379168419501, "S12": -10.184802397231934, "W13": -25.464091934402244, "S13": -25.464091934402244, "W21": -35.354022266403447, "S21": -35.354022266403447, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107754.0, 511411.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9189691614748039, "S12": -2.9189691614748039, "W13": -15.407865887704105, "S13": -15.407865887704105, "W21": -36.324914300977937, "S21": -36.324914300977937, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107755.0, 524112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90066119654974663, "S11": -0.90066119654974663, "W12": -7.3259380448621583, "S12": -7.3259380448621583, "W13": -17.184252734994473, "S13": -20.11497770337931, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107757.0, 502207.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9609926954855705, "S11": -1.9609926954855705, "W12": -10.0, "S12": -10.005538657147756, "W13": -30.0, "S13": -30.0, "W21": -36.320416039259563, "S21": -36.320416039259563, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107757.0, 512555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6784474064980051, "S11": -1.6784474064980051, "W12": -6.3042827554395009, "S12": -6.3042827554395009, "W13": -20.0, "S13": -21.117580264783321, "W21": -41.087888995666248, "S21": -41.087888995666248, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107757.0, 520427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81796566029736861, "S11": -6.6383984026430829, "W12": -6.6383984026430829, "S12": -6.6383984026430829, "W13": -15.0, "S13": -17.372176753661879, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107758.5, 497648.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.629367439505288, "S11": -1.629367439505288, "W12": -9.9322424433339407, "S12": -10.841595563810658, "W13": -27.597849905901001, "S13": -30.049538745648359, "W21": -36.869709346122626, "S21": -36.869709346122626, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107758.6, 512890.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -8.1523078502498336, "W12": -9.5467770030940891, "S12": -11.301708672095529, "W13": -16.38752539218077, "S13": -17.656802318681279, "W21": -40.518174121664892, "S21": -41.441396252617849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107758.984375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.08447863105510664, "S11": -0.08447863105510664, "W12": -4.3741439605034289, "S12": -8.8062087505641422, "W13": -25.021103499521466, "S13": -25.021103499521466, "W21": -32.0023102502836, "S21": -32.0023102502836, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107759.0, 509263.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.070978054547270894, "S11": -0.070978054547270894, "W12": -4.8668144437498588, "S12": -4.8668144437498588, "W13": -18.551322789011738, "S13": -18.551322789011738, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107759.25, 522673.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.584091932281563, "S12": -10.388082039454112, "W13": -25.0, "S13": -25.0, "W21": -30.562396452328091, "S21": -30.562396452328091, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107760.6, 509694.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0516366827338199, "S11": -5.0516366827338199, "W12": -5.0559768410317822, "S12": -7.7185086393061528, "W13": -23.174336962096554, "S13": -24.04344746532723, "W21": -29.03987141410769, "S21": -29.747054680325469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107761.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1118408232575852, "S11": -2.1118408232575852, "W12": -10.0, "S12": -12.527544514743383, "W13": -30.0, "S13": -30.0, "W21": -35.778028955814101, "S21": -35.778028955814101, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107761.666666666671517, 512169.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87512572884760897, "S11": -0.87512572884760897, "W12": -5.3402133049293132, "S12": -5.3402133049293132, "W13": -19.999836402348294, "S13": -19.999836402348294, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107761.666666666671517, 521957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52348336594911937, "S11": -0.52348336594911937, "W12": -8.7691721715006885, "S12": -8.7691721715006885, "W13": -22.868852056202115, "S13": -22.868852056202115, "W21": -35.081802988479346, "S21": -35.081802988479346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107762.0, 511032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69525705063354648, "S11": -2.2433779204772191, "W12": -5.6319079587254013, "S12": -19.193714614826831, "W13": -20.544138534881604, "S13": -20.775977713705469, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107762.5, 505893.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41690591080162176, "S11": -2.4169059108016215, "W12": -5.2438849709435287, "S12": -15.24388497094353, "W13": -16.139319313779744, "S13": -17.993120013080443, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107763.0, 499106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8593607404399868, "S11": -1.9488161068213243, "W12": -7.4805063162676397, "S12": -10.150537760561214, "W13": -25.352062059177534, "S13": -25.353429786342605, "W21": -30.913647712512628, "S21": -31.87198859278794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107763.0, 508235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37445774504769685, "S11": -0.37445774504769685, "W12": -8.8471161957959161, "S12": -13.69293618282302, "W13": -13.927813884596137, "S13": -30.735712265186994, "W21": -39.223287307755854, "S21": -39.223287307755854, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107763.666666666671517, 514349.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33107548665565478, "S11": -0.33107548665565478, "W12": -4.8058146095317467, "S12": -10.635730363251664, "W13": -24.096028755163015, "S13": -24.166452954252147, "W21": -32.350068174759272, "S21": -32.350068174759272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107763.8, 510124.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50698718898281192, "S11": -0.6968128933987594, "W12": -10.0, "S12": -13.0, "W13": -17.429047652680463, "S13": -18.740977888547114, "W21": -31.286676804963264, "S21": -31.286676804963264, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107764.0, 500831.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9163178773751184, "S11": -1.9163178773751184, "W12": -9.8434773889501663, "S12": -11.513212228681351, "W13": -30.0, "S13": -30.0, "W21": -35.515212363897717, "S21": -35.515212363897717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107764.0, 511752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.8694419668186963, "W12": -8.6384097099440904, "S12": -11.304353151984163, "W13": -16.176354749226384, "S13": -19.176354749226384, "W21": -40.409489966805879, "S21": -40.696605491934953, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107765.0, 497119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.011648846755596, "S11": -2.011648846755596, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -30.0, "S13": -30.0, "W21": -36.091384699748936, "S21": -36.091384699748936, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107765.333333333328483, 512427.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41138285024154586, "S11": -2.4113828502415457, "W12": -5.0, "S12": -5.0, "W13": -25.657019324526782, "S13": -25.657019324526782, "W21": -31.996898287503125, "S21": -32.196952625485373, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107766.0, 508694.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59772480766814118, "S11": 0.59772480766814118, "W12": -5.0, "S12": -5.0, "W13": -25.839245355792766, "S13": -25.839245355792766, "W21": -32.176689088723997, "S21": -32.176689088723997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107766.333333333328483, 508817.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0323872901196935, "S12": -6.0323872901196935, "W13": -20.0, "S13": -20.0, "W21": -39.585900385295545, "S21": -39.585900385295545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107766.8, 520909.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3554511170790229, "W12": -6.0631387278601308, "S12": -16.215168047800404, "W13": -20.404824168798903, "S13": -20.614846910344674, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107769.0, 505773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9453979454609582, "S11": -2.176577201096991, "W12": -7.9107696995633088, "S12": -11.30410922646962, "W13": -25.82085336898869, "S13": -25.82085336898869, "W21": -30.557588396594024, "S21": -31.605043567758667, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107769.0, 508168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5865301048208522, "S12": -10.751763881761141, "W13": -25.0, "S13": -25.0, "W21": -30.461099495918351, "S21": -30.461099495918351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107769.5, 509678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7746919805322863, "S11": -1.7746919805322863, "W12": -6.095960634237847, "S12": -6.095960634237847, "W13": -20.0, "S13": -20.0, "W21": -39.850570667508734, "S21": -39.850570667508734, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107770.0, 520813.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.2897601889849355, "W13": -14.795635008028446, "S13": -14.795635008028446, "W21": -41.004719079182898, "S21": -41.004719079182898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107770.0, 524991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53767744003403628, "S11": -1.2218969038025849, "W12": -4.7262667364593085, "S12": -13.182280258901276, "W13": -18.153525566338967, "S13": -18.320258627078946, "W21": -39.54819488178444, "S21": -39.54819488178444, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107770.25, 499807.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.050134154824591715, "S11": -0.45687766937545682, "W12": -10.0, "S12": -11.234558440434904, "W13": -18.141420829413072, "S13": -18.141420829413072, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107770.333333333328483, 504295.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87525037072539824, "S11": -0.87525037072539824, "W12": -7.4726892803033245, "S12": -7.4726892803033245, "W13": -17.177160414118809, "S13": -20.108373538807729, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107770.6, 502190.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27567505861304281, "S11": -0.48080422465512307, "W12": -9.8011839924223914, "S12": -10.677662873000072, "W13": -19.078607721531263, "S13": -19.078607721531263, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107771.571428571434808, 504681.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.048681495069938019, "S11": 0.014144603390189303, "W12": -10.0, "S12": -10.532737299745756, "W13": -17.717136789473621, "S13": -18.83368239452906, "W21": -30.086663918295596, "S21": -30.086663918295596, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107772.0, 504000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9286113171020349, "S11": -3.6077505522890361, "W12": -6.936393184379571, "S12": -8.500362469671952, "W13": -25.0, "S13": -25.0, "W21": -30.423247877007285, "S21": -33.071967345664241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107772.0, 507806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.531539197638105, "S11": -1.531539197638105, "W12": -9.8899176677787377, "S12": -10.911447891790099, "W13": -26.935600299053508, "S13": -29.232065684080673, "W21": -36.916585712573287, "S21": -36.916585712573287, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107772.2, 512937.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.24384180439915737, "W12": -8.8239854853137878, "S12": -8.8239854853137878, "W13": -16.982575951864273, "S13": -19.847109611367586, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107774.0, 501355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0096051423324150786, "S11": -1.6299540334895088, "W12": -10.0, "S12": -10.0, "W13": -17.702518327961858, "S13": -20.702518327961858, "W21": -30.200477594293758, "S21": -30.200477594293758, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107774.0, 503861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40817471642412045, "S11": -0.40817471642412045, "W12": -8.7447855052140184, "S12": -9.8422557730879294, "W13": -12.498990090797303, "S13": -24.440974160413617, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107774.0, 515208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9392449221994106, "S12": -5.9392449221994106, "W13": -20.0, "S13": -20.0, "W21": -39.107387411846439, "S21": -39.107387411846439, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107775.2, 521051.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6418994691700304, "S12": -5.6418994691700304, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107775.75, 521502.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20054126743990588, "S11": -0.20054126743990594, "W12": -9.0640348878424231, "S12": -10.715391398627636, "W13": -17.67187652574648, "S13": -20.67187652574648, "W21": -29.710483544015204, "S21": -29.710483544015204, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107776.0, 503563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91751561648434166, "S11": -0.91751561648434166, "W12": -9.1023986769449134, "S12": -9.6363422843014739, "W13": -24.247453481359159, "S13": -24.247453481359159, "W21": -35.161232312342619, "S21": -35.161232312342619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107776.333333333328483, 511257.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52095405542754702, "S11": -0.52095405542754702, "W12": -8.5475592323534748, "S12": -8.6201821880189478, "W13": -13.242008112682862, "S13": -24.576274825299222, "W21": -40.267241395641776, "S21": -40.267241395641776, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107777.026315789480577, 515990.013157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1319320768460965, "S11": -1.1319320768460965, "W12": -4.8251504951866417, "S12": -8.9661325111172907, "W13": -17.755393616298324, "S13": -18.910357650922425, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107777.6, 503043.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59876196432048634, "S11": -0.59876196432048634, "W12": -9.2124254885614398, "S12": -9.2124254885614398, "W13": -17.035787244898533, "S13": -19.828821777366915, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107778.0, 501889.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8839156626496281, "S11": -1.9738648678043642, "W12": -7.3464564352426036, "S12": -9.6630388335846327, "W13": -25.332766056211646, "S13": -25.332766056211646, "W21": -31.028124809282804, "S21": -31.911320788272118, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107778.25, 508249.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.7533480162772825, "W12": -8.2805803290224897, "S12": -11.28127507694116, "W13": -16.096905489494784, "S13": -19.011512698600889, "W21": -40.372810186191529, "S21": -40.372810186191529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107778.727272727279342, 497165.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3060116893960481, "W12": -5.0, "S12": -5.0, "W13": -25.614582988078936, "S13": -25.614582988078936, "W21": -32.060567387328234, "S21": -32.223581334077011, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107779.0, 508690.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.69, "S11": -0.2, "W12": -8.5500002, "S12": -8.5500002, "W13": -17.174878211899419, "S13": -19.603216293276763, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107780.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5890005581664655, "S12": -11.23705614643597, "W13": -25.0, "S13": -25.0, "W21": -30.344897245203899, "S21": -30.344897245203899, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107780.8, 509655.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5316446694780677, "S12": -5.6649031480551493, "W13": -15.0, "S13": -15.0, "W21": -37.584276888222746, "S21": -37.584276888222746, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107781.0, 524360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4549983323100335, "S12": -5.4549983323100335, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107782.0, 521786.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9272908101491435, "S11": -1.9272908101491435, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.228051241401538, "S21": -36.228051241401538, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107783.222222222218988, 512535.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36725169233293908, "S11": -0.36725169233293908, "W12": -8.7657697977752491, "S12": -12.975348935394949, "W13": -13.866042611508444, "S13": -31.208767312008433, "W21": -39.236295907971403, "S21": -39.236295907971403, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107783.333333333328483, 514385.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8347004350776275, "S11": -1.8347004350776275, "W12": -9.9946648720628826, "S12": -10.434813685351545, "W13": -30.0, "S13": -30.648547752374682, "W21": -36.543391049529404, "S21": -36.543391049529404, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107783.666666666671517, 512727.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57293812257237919, "S11": -2.5562253470886858, "W12": -4.6503512983792747, "S12": -12.317308168496718, "W13": -16.723944082047709, "S13": -17.638689049802288, "W21": -39.138840835041087, "S21": -39.138840835041087, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107784.714285714289872, 500047.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59920221612710256, "S11": -0.23030960404585543, "W12": -8.8182898806514949, "S12": -9.2731665783268014, "W13": -17.206527084335992, "S13": -19.425244183487536, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107785.0, 501198.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.96545693277310907, "S11": 0.96545693277310907, "W12": -4.389768590466864, "S12": -4.389768590466864, "W13": -25.42136616507041, "S13": -25.42136616507041, "W21": -32.49156670863497, "S21": -32.49156670863497, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107785.0, 509113.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4337109557710102, "S11": -1.4337109557710102, "W12": -9.8475928922235525, "S12": -10.981300219769382, "W13": -26.273350692206897, "S13": -28.414592622513041, "W21": -36.963462079023806, "S21": -36.963462079023806, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107785.8, 512984.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.721120392292768, "S12": -6.666590277558103, "W13": -25.0, "S13": -25.0, "W21": -31.378814162452144, "S21": -31.378814162452144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107786.0, 509911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.039231665037732, "S11": -2.039231665037732, "W12": -10.0, "S12": -12.48206741340594, "W13": -30.0, "S13": -30.0, "W21": -35.636143876555707, "S21": -35.636143876555707, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107786.0, 512115.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7332627899762347, "S11": -1.9987928187214834, "W12": -6.750238862646861, "S12": -7.9405840352329244, "W13": -25.161985705386073, "S13": -25.161985705386073, "W21": -31.061811464077493, "S21": -31.775676705881484, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107786.5, 508336.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56044073210016321, "S11": -1.3899676489027737, "W12": -6.5853909200688578, "S12": -11.585390920068857, "W13": -16.919286524258844, "S13": -17.219208443758653, "W21": -35.621588107440729, "S21": -35.621588107440729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107787.0, 500394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1892774523216212, "S11": -3.618359267255526, "W12": -5.6985870071166973, "S12": -5.6985870071166973, "W13": -23.982741649910167, "S13": -23.982741649910167, "W21": -30.0, "S21": -31.740122886544782, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107787.0, 507269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44049619290094411, "S11": -0.44049619290094411, "W12": -8.7247013679742498, "S12": -9.5429432664828706, "W13": -12.703368256376885, "S13": -28.151957678237782, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107787.0, 515434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5756264732189043, "S11": -4.347711907807966, "W12": -5.0, "S12": -12.793910129206051, "W13": -22.144061519804946, "S13": -22.193805151649837, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107787.285714285710128, 506577.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54958669956068462, "S11": -0.55953901693619057, "W12": -10.0, "S12": -13.821766941689024, "W13": -17.517363824215103, "S13": -18.765697921137541, "W21": -32.747655825799441, "S21": -32.747655825799441, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107788.0, 500687.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.085404495494604, "S12": -8.47642874084071, "W13": -17.637274565171502, "S13": -20.637274565171502, "W21": -29.678982755727116, "S21": -29.678982755727116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107788.0, 503256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.73380184596525189, "W12": -6.608235026773313, "S12": -13.687955724696847, "W13": -20.217940777258821, "S13": -20.407396457176915, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107788.2, 505620.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28121587908320317, "S11": -0.20846319216688675, "W12": -10.0, "S12": -12.319096101316116, "W13": -17.351534023788837, "S13": -18.896491511486829, "W21": -30.341317580762578, "S21": -30.341317580762578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107789.0, 500960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58154170848247844, "S11": -0.58154170848247844, "W12": -9.3095676462613728, "S12": -9.3095676462613728, "W13": -17.03234362216519, "S13": -19.729484482309729, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107790.2, 501880.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0834473911308637, "S11": -2.0834473911308637, "W12": -10.0, "S12": -12.117879447254968, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.669092865354621, "S21": -35.669092865354621, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107790.833333333328483, 512205.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69635642906064099, "S11": -0.69635642906064099, "W12": -8.196303357240069, "S12": -8.196303357240069, "W13": -13.930288870645708, "S13": -15.971356963510649, "W21": -40.612213474817992, "S21": -40.612213474817992, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107791.318965517246397, 516628.693965517217293 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6767701568273941, "S12": -5.6767701568273941, "W13": -20.0, "S13": -20.0, "W21": -33.31506714060032, "S21": -33.31506714060032, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107791.5, 521451.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47753561625931251, "S11": -0.4775356162593124, "W12": -5.9078692374068149, "S12": -8.9497678859503829, "W13": -17.641996071883462, "S13": -20.641996071883462, "W21": -29.58083330406426, "S21": -29.58083330406426, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107793.0, 503318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2035181188801396, "S11": -3.0969170340221828, "W12": -5.0109395422134746, "S12": -17.659068803418347, "W13": -20.925574616549955, "S13": -20.985084675140133, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107793.0, 506176.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.635328769395934, "S12": -10.117899044229542, "W13": -25.0, "S13": -25.0, "W21": -30.55366962305995, "S21": -30.55366962305995, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107793.0, 509719.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8466351335169442, "S11": -1.8466351335169442, "W12": -9.9999999999999982, "S12": -10.275619679917273, "W13": -30.0, "S13": -30.0, "W21": -36.428101795576048, "S21": -36.428101795576048, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107793.0, 512670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47893494638243828, "S11": -0.47893494638243828, "W12": -8.6994233079429222, "S12": -9.1357466610171194, "W13": -12.963867738784893, "S13": -29.369154781282248, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107793.02439024389605, 515718.536585365829524 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82392437201361335, "S11": -0.82392437201361335, "W12": -7.7766799813213261, "S12": -7.7766799813213261, "W13": -17.161524277422011, "S13": -20.110931891646171, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107795.2, 502154.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61947156009576343, "S11": 0.61947156009576332, "W12": -5.0, "S12": -5.0, "W13": -25.783025447576811, "S13": -25.783025447576811, "W21": -32.358774647802257, "S21": -32.358774647802257, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107795.666666666671517, 508835.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5928160631019592, "S12": -11.87129916285464, "W13": -25.0, "S13": -26.0, "W21": -30.561664091158168, "S21": -30.561664091158168, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107796.0, 509626.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.893216381271704, "S11": -1.893216381271704, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.235885816463444, "S21": -36.235885816463444, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107797.0, 512559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0172178296445233, "S12": -6.0172178296445233, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -39.305306648694653, "S21": -39.305306648694653, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107797.4, 520936.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41836401533538725, "S11": -0.41836401533538725, "W12": -8.714507246922409, "S12": -9.7917199543853801, "W13": -12.545367161786547, "S13": -25.697871216782687, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107798.0, 515246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21934550450700341, "S11": -0.21934550450700341, "W12": -4.4681652422718026, "S12": -8.8684116122464243, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -32.182829548966467, "S21": -32.182829548966467, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 509272.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34766925623138717, "S11": -0.34766925623138717, "W12": -8.7256646604299206, "S12": -11.073575967547402, "W13": -13.469512631037631, "S13": -33.469512631037631, "W21": -39.487283047649029, "S21": -39.487283047649029, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 514555.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6164227455600031, "S12": -8.8493570503404548, "W13": -13.121435672191648, "S13": -26.751002734654353, "W21": -40.104886319348424, "S21": -40.104886319348424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 515870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17919344633520914, "S11": -0.17919344633520914, "W12": -4.875396248709631, "S12": -4.875396248709631, "W13": -18.57128799539414, "S13": -18.57128799539414, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107799.0, 522666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3358827139038272, "S11": -1.3358827139038272, "W12": -9.8052681166683495, "S12": -11.051152547748822, "W13": -25.607998778035341, "S13": -28.714466943808343, "W21": -37.009076406933296, "S21": -37.009076406933296, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107799.4, 513031.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -8.1295596824851604, "W12": -9.5276676064414385, "S12": -11.214929082328808, "W13": -16.396534340695347, "S13": -17.730858814780561, "W21": -40.537970115677076, "S21": -41.316272445912354, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107800.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82000817611967425, "S11": -5.5866317207509804, "W12": -5.5866317207509804, "S12": -6.3685863998873433, "W13": -14.911790628319434, "S13": -17.523115221447824, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107800.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43974600461809782, "S11": -2.7154176771906084, "W12": -5.3511247517176468, "S12": -15.351124751717647, "W13": -15.351124751717647, "S13": -17.393770661264892, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107800.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57511425045742748, "S11": -1.9333797570529931, "W12": -4.5956140834205739, "S12": -12.860903696191581, "W13": -17.209845600887594, "S13": -17.942426841650288, "W21": -39.367523907004248, "S21": -39.367523907004248, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107800.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27321491618400129, "S11": -0.31116960190872978, "W12": -9.8344079453013045, "S12": -11.981644865321934, "W13": -17.327618366033089, "S13": -18.957116563114923, "W21": -30.069496355651918, "S21": -30.069496355651918, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107800.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88913967093703006, "S11": -0.88913967093703006, "W12": -7.2952493894185393, "S12": -7.668768806264505, "W13": -17.19785932992637, "S13": -19.907946182666368, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107800.0, 502230.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9448746786082483, "S11": -1.9448746786082483, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.054876567290947, "S21": -36.054876567290947, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107800.666666666671517, 512454.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1030335708357217, "S12": -8.1030335708357022, "W13": -19.716106891744683, "S13": -19.823728410185399, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107801.0, 505203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5939091840513386, "S12": -12.086030253418905, "W13": -25.0, "S13": -25.0, "W21": -30.634460953733381, "S21": -30.634460953733381, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107801.0, 509616.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70906247771294528, "S11": -1.9664712867723615, "W12": -5.6950903722985986, "S12": -19.750845767982049, "W13": -20.486618372094952, "S13": -20.739384113878625, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107801.25, 505876.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68055870942616548, "S11": -0.68055870942616548, "W12": -8.7133082035211871, "S12": -8.7133082035211871, "W13": -17.089267732672752, "S13": -20.085856411284254, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107801.333333333328483, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.08290768160588291, "S11": -0.57361143151417315, "W12": -10.0, "S12": -11.142409065962001, "W13": -18.068143888434584, "S13": -18.068143888434584, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107801.5, 504264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2398580819084621, "S12": -8.2398580819084621, "W13": -19.666834573750887, "S13": -19.766536859067646, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107801.5, 505164.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0111455790057069, "S11": -1.0111455790057069, "W12": -6.413005136612389, "S12": -7.413005136612389, "W13": -17.262647765540219, "S13": -19.566861777617358, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107802.0, 502368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3766825929812008, "S12": -8.3766825929812008, "W13": -19.617562255757086, "S13": -19.709345307949889, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107802.0, 505126.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85222955638911546, "S11": -6.6154193276307112, "W12": -6.6154193276307112, "S12": -6.6154193276307112, "W13": -15.0, "S13": -17.543635938990146, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107802.416666666671517, 497662.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.4953311232141449, "S12": -8.4953311232141449, "W13": -19.568289937763286, "S13": -19.652153756832128, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107802.5, 505088.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6136080195753433, "S12": -8.6136080195753433, "W13": -19.519017619769489, "S13": -19.594962205714374, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107803.0, 505050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40508605751015009, "S11": -0.40508605751015009, "W12": -8.9247763269822862, "S12": -13.120129573923375, "W13": -14.626133306221437, "S13": -27.783438706257556, "W21": -38.767046031644902, "S21": -38.767046031644902, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107803.0, 514125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36259263651116852, "S11": -0.36259263651116852, "W12": -8.7231167295674421, "S12": -13.112369246995792, "W13": -13.804271338420918, "S13": -31.681822358829081, "W21": -39.255950563216899, "S21": -39.255950563216899, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107803.0, 514422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54328979087327156, "S11": -0.54328979087327156, "W12": -8.5210119544434697, "S12": -8.5210119544434697, "W13": -13.301521002894084, "S13": -23.082320343665756, "W21": -40.341456862193269, "S21": -40.341456862193269, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107803.106060606063693, 516043.530303030274808 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28546639654709582, "S11": -0.28546639654709582, "W12": -4.858237082066883, "S12": -10.501885312229561, "W13": -24.202080514455957, "S13": -24.330330976645193, "W21": -32.243313483976543, "S21": -32.243313483976543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107803.6, 510132.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.62958569807037457, "S11": 0.62958569807037457, "W12": -5.0, "S12": -5.0, "W13": -25.759740975043627, "S13": -25.759740975043627, "W21": -32.435676851271673, "S21": -32.435676851271673, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107808.0, 508843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6660590036630518, "S12": -5.6660590036630518, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107808.0, 521470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43650793650797381, "S11": -0.43650793650797381, "W12": -8.7757310722772619, "S12": -8.8934890967146583, "W13": -22.929144235709437, "S13": -22.929144235709437, "W21": -34.890509214385368, "S21": -34.890509214385368, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107808.571428571434808, 511048.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -8.1247760677780754, "W12": -9.5236491733167696, "S12": -11.196680574309296, "W13": -16.398428793868696, "S13": -17.619288884704027, "W21": -40.542132930417928, "S21": -41.289960696845192, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107808.625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.797877629379153, "S12": -14.381911242824529, "W13": -20.139060133318999, "S13": -20.33037211868864, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107809.0, 505568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42754646087395853, "S11": -0.42754646087395853, "W12": -8.7000095833490185, "S12": -9.7000095833490185, "W13": -12.596802532156039, "S13": -26.784098395651263, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107809.0, 515298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0187396922922902, "S11": -1.0187396922922902, "W12": -5.3489487123976494, "S12": -5.3489487123976494, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107810.333333333328483, 521950.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39709071186648898, "S11": -0.39709071186648898, "W12": -8.8655348316382643, "S12": -13.183076900839186, "W13": -14.449268449935065, "S13": -28.359328048996286, "W21": -38.827146822995132, "S21": -38.827146822995132, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107810.6, 514173.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54784031259342736, "S11": -1.4679962033765759, "W12": -4.5659836630117363, "S12": -13.924972714893951, "W13": -17.974743832778067, "S13": -18.020487948313988, "W21": -39.514057674739234, "S21": -39.514057674739234, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107811.625, 499822.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.095355498944928535, "S11": -0.37935551251496435, "W12": -9.562130509011773, "S12": -9.562130509011773, "W13": -16.560493292562633, "S13": -18.748791150170412, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107812.0, 501539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2290455653478338, "S11": -1.2290455653478338, "W12": -9.7448601502570789, "S12": -11.102921684872179, "W13": -24.945697537656031, "S13": -29.360899503987248, "W21": -37.052940043503781, "S21": -37.052940043503781, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107813.0, 513079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9431390837350371, "S11": -2.0363531118916858, "W12": -7.0427372194165256, "S12": -8.5523469349885985, "W13": -25.295139067611441, "S13": -25.295139067611441, "W21": -31.273644839215514, "S21": -31.984306404149404, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107813.625, 508282.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22011563269309539, "S11": -0.48436554375152763, "W12": -9.7953113900070257, "S12": -10.59842894645144, "W13": -19.018003375735002, "S13": -19.018003375735002, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107813.857142857144936, 504665.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1360088682012963, "S11": -1.1360088682012963, "W12": -9.7072585573513717, "S12": -11.180906529005755, "W13": -24.362798957022033, "S13": -29.883459347506047, "W21": -37.120365759427735, "S21": -37.120365759427735, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107814.0, 513122.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11232948610155538, "S11": 0.11232948610155538, "W12": -10.0, "S12": -10.369058620155716, "W13": -17.702061127563908, "S13": -19.310008054775665, "W21": -30.125201266324957, "S21": -30.125201266324957, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107814.555555555562023, 503979.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0429721710547586, "S11": -1.0429721710547586, "W12": -9.6696569644456627, "S12": -11.258891373139329, "W13": -24.049235748965842, "S13": -30.675354563602657, "W21": -37.187791475351688, "S21": -37.187791475351688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107815.0, 513165.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81775726234264434, "S11": -5.0, "W12": -5.0, "S12": -6.7331445527188674, "W13": -15.101882950567173, "S13": -17.414329974105026, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 497594.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81004209187535958, "S11": -1.5264222553471192, "W12": -5.0, "S12": -7.1077604616753742, "W13": -14.805423819094543, "S13": -17.234263166827152, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 498227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1449608466518675, "S11": -4.0122838443056379, "W12": -5.3072093584177864, "S12": -6.9476724986448986, "W13": -23.462483617385953, "S13": -24.462483617385953, "W21": -29.58404356086352, "S21": -30.713804877382309, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 507029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5928552751048102, "S12": -12.893371115406085, "W13": -25.0, "S13": -25.0, "W21": -30.892764964674377, "S21": -30.892764964674377, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 509577.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8619563976148272, "S11": -1.8619563976148272, "W12": -10.0, "S12": -12.11654001658459, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.370853333893372, "S21": -35.370853333893372, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 511899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94993547390834521, "S11": -0.94993547390834521, "W12": -9.6320553715400035, "S12": -11.336876217272797, "W13": -23.73567254091008, "S13": -31.467249779698115, "W21": -37.255217191275541, "S21": -37.255217191275541, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107816.0, 513208.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6841274339709864, "S12": -9.5255944808323072, "W13": -25.0, "S13": -25.0, "W21": -30.646239750201303, "S21": -30.646239750201303, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107816.5, 509761.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79312874690814583, "S11": -0.79312874690814583, "W12": -9.046914168254288, "S12": -9.6329628055243965, "W13": -24.069478633815088, "S13": -24.069478633815088, "W21": -34.965181398149056, "S21": -34.965181398149056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107817.0, 511235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85689877676180748, "S11": -0.85689877676180748, "W12": -9.5944537786342963, "S12": -11.414861061406373, "W13": -23.422109332853889, "S13": -26.364222212740163, "W21": -37.322642907199494, "S21": -37.322642907199494, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107817.0, 513251.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7644319726399806, "S11": -1.7644319726399806, "W12": -6.0965001048975944, "S12": -6.0965001048975944, "W13": -20.0, "S13": -20.0, "W21": -39.538787988603573, "S21": -39.538787988603573, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107817.0, 520815.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.7941735337185598, "W12": -8.4644999717633969, "S12": -11.195715687167965, "W13": -16.152832579653726, "S13": -18.170944358328928, "W21": -40.416437550255928, "S21": -40.416437550255928, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107817.545454545455868, 497138.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.545838232650799, "S11": -0.56149891710185873, "W12": -9.5183032322311885, "S12": -9.5183032322311885, "W13": -17.02634798184306, "S13": -19.51708144186097, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107818.0, 501864.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.546714172604909, "S11": -4.5467141726049087, "W12": -5.0, "S12": -13.822989286698963, "W13": -21.820673753297861, "S13": -22.007023299646885, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107818.0, 506484.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1275352354761086, "S11": -1.1275352354761086, "W12": -9.2700875697717162, "S12": -10.220737082291105, "W13": -25.0, "S13": -25.0, "W21": -35.051931207967556, "S21": -35.051931207967556, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107818.0, 511386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76386207961526997, "S11": -0.76386207961526997, "W12": -9.5568521857285891, "S12": -11.492845905539951, "W13": -23.107174936348102, "S13": -23.486373417965908, "W21": -37.39006862312344, "S21": -37.39006862312344, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107818.0, 513295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38909536622283791, "S11": -0.38909536622283791, "W12": -8.8062933362943276, "S12": -13.246024227754942, "W13": -14.321294158136814, "S13": -28.984107956222243, "W21": -38.88848207469205, "S21": -38.88848207469205, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107818.2, 514221.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53391833053731963, "S11": -1.4312550874716043, "W12": -4.5461931786875311, "S12": -14.546193178687529, "W13": -17.87852761315758, "S13": -18.1559087320387, "W21": -39.578689332918081, "S21": -39.578689332918081, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107819.0, 499722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0427206536667701, "S11": -3.6704088257097807, "W12": -6.5566855050652944, "S12": -8.0252090088963151, "W13": -24.867843760375656, "S13": -24.867843760375656, "W21": -30.662412148491931, "S21": -33.662412148491931, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107819.0, 507710.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.93900281703590538, "S11": 0.93900281703590538, "W12": -4.4699271673584464, "S12": -4.4699271673584464, "W13": -25.465730623442614, "S13": -25.465730623442614, "W21": -32.718792096472413, "S21": -32.718792096472413, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107819.0, 509086.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.772143056719762, "S11": -1.772143056719762, "W12": -9.9486547630979878, "S12": -10.37017564252036, "W13": -29.990186221179535, "S13": -29.990186221179535, "W21": -36.475331395381453, "S21": -36.475331395381453, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107819.333333333328483, 512735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77259837330176517, "S11": -0.77259837330176517, "W12": -8.0806706823397452, "S12": -8.0806706823397452, "W13": -17.145888140725191, "S13": -20.113490244484709, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107819.8, 502117.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999998868, "S11": -1.7999999999998868, "W12": -5.4476185064596807, "S12": -5.4476185064596807, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107819.8, 521802.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0550539590041477, "S11": -2.0550539590041477, "W12": -10.0, "S12": -11.617516036962783, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.66057077572755, "S21": -35.66057077572755, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107820.0, 512242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9316160810488672, "S12": -5.9316160810488672, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -38.759598390884577, "S21": -38.759598390884577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107820.4, 521069.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9134950300226465, "S11": -1.9680838112599086, "W12": -6.8452766793754636, "S12": -7.9471490441292687, "W13": -25.160072278690357, "S13": -25.160072278690357, "W21": -31.318812500216904, "S21": -31.960544070584589, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107821.0, 508310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9634281189094356, "S12": -7.9634281189094356, "W13": -19.74701269182124, "S13": -19.875963852181268, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107821.25, 505242.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6446262409630219, "S11": -4.5413692801081975, "W12": -5.0, "S12": -12.377629316047095, "W13": -22.204478598630907, "S13": -22.26545590737479, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107822.0, 506613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36540923705528205, "S11": -0.36540923705528205, "W12": -8.7001789931013054, "S12": -12.538075972187285, "W13": -13.899469670494092, "S13": -31.298783378278092, "W21": -39.170002159732093, "S21": -39.170002159732093, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107822.0, 514394.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42855331424665399, "S11": -0.42855331424665399, "W12": -8.6842289886308031, "S12": -9.7373534169684461, "W13": -12.591744232775794, "S13": -26.954768273151764, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107822.0, 515284.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16962296170589533, "S11": -0.45852928955841366, "W12": -10.0, "S12": -10.0, "W13": -16.279501479581771, "S13": -18.182046934127225, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107823.0, 501669.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1402531184557954, "S11": -1.1402531184557954, "W12": -4.5934630745434815, "S12": -9.0515040069170638, "W13": -17.751703544411054, "S13": -18.828470318093338, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107823.0, 503058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29916855375671747, "S11": -0.54916855375671747, "W12": -9.5536506433025519, "S12": -10.189045570158484, "W13": -19.103528524525224, "S13": -19.125216991280507, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107823.0, 504739.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.3990831751048862, "S12": -8.3990831751048862, "W13": -21.392842942345926, "S13": -21.392842942345926, "W21": -34.670447479831928, "S21": -34.670447479831928, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107823.0, 510802.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1186978220515162, "S11": -2.5697685899316154, "W12": -7.8120417468245327, "S12": -7.8120417468245327, "W13": -26.143309181545714, "S13": -26.143309181545714, "W21": -31.007197560975609, "S21": -31.966534637592165, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107824.0, 508109.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1475554147837279, "S11": -3.4163913030089486, "W12": -6.1195446049442319, "S12": -7.1195446049442319, "W13": -24.496441770423193, "S13": -24.496441770423193, "W21": -30.522959052189073, "S21": -32.892628920879396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107825.0, 507498.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.64121831252364736, "S11": 0.64121831252364736, "W12": -5.0, "S12": -5.0, "W13": -25.726805539360988, "S13": -25.726805539360988, "W21": -32.540860206880531, "S21": -32.540860206880531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107825.0, 508853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65826430328361119, "S11": -0.65826430328361119, "W12": -9.5000046597760992, "S12": -11.55616243676945, "W13": -22.737170006280579, "S13": -23.770257555467524, "W21": -37.449983274251352, "S21": -37.449983274251352, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107825.0, 513342.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38110002057917686, "S11": -0.38110002057917686, "W12": -8.7470518409503057, "S12": -13.308971554670752, "W13": -14.212418772946926, "S13": -29.627986770057454, "W21": -38.953672635210481, "S21": -38.953672635210481, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107825.8, 514270.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8630549679068262, "S11": -1.8630549679068262, "W12": -6.6144757699299923, "S12": -7.2668555312392185, "W13": -25.153451084813945, "S13": -25.153451084813945, "W21": -31.345085721024859, "S21": -31.916268477771826, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107826.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8507364387498506, "S11": -1.8507364387498506, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.151672274774867, "S21": -36.151672274774867, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107826.0, 512548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53174301519259703, "S11": -0.53174301519259703, "W12": -8.5514870658061426, "S12": -8.6181090100028008, "W13": -13.253367844662201, "S13": -23.782860780657828, "W21": -40.274251891933872, "S21": -40.274251891933872, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107826.631578947373782, 515993.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58532047286928912, "S11": -2.7699461895610096, "W12": -4.4864704076572712, "S12": -13.129055003246936, "W13": -16.730681781511908, "S13": -17.351386295875741, "W21": -39.168953697500307, "S21": -39.168953697500307, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107826.928571428565192, 500066.785714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0020483691693549, "S12": -6.0020483691693549, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -39.024712912093662, "S21": -39.024712912093662, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107828.0, 520964.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5515209427708427, "S12": -4.2665539894444864, "W13": -15.0, "S13": -15.0, "W21": -37.588154985382943, "S21": -37.588154985382943, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107829.0, 524356.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.65222525841597989, "S11": -0.18885561835963738, "W12": -8.9002456874045563, "S12": -9.4970971797607788, "W13": -17.197029863398566, "S13": -19.614243587310128, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107830.5, 501216.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.6756555371378887, "S12": -8.6756555371378887, "W13": -19.452431193009982, "S13": -19.539035554380696, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107830.6, 505018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1970771857821183, "S11": -1.1970771857821183, "W12": -5.0, "S12": -7.4146381548912546, "W13": -17.373235082847994, "S13": -18.903304558856046, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107831.0, 502599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5918013661582826, "S12": -13.700711977393265, "W13": -25.0, "S13": -25.0, "W21": -31.15106897561537, "S21": -31.15106897561537, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107831.0, 509538.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9780011506305271, "S11": -1.9780011506305271, "W12": -10.0, "S12": -12.619104618143027, "W13": -30.0, "S13": -30.0, "W21": -35.438327224190154, "S21": -35.438327224190154, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107831.0, 512122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55266652695207674, "S11": -0.55266652695207674, "W12": -9.4431571338236608, "S12": -11.619478967998843, "W13": -22.367165076213535, "S13": -24.054141692968777, "W21": -37.509897925379157, "S21": -37.509897925379157, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107832.0, 513389.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6755143950832334, "S12": -5.6755143950832334, "W13": -20.0, "S13": -20.0, "W21": -33.017081358609794, "S21": -33.017081358609794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107832.0, 521459.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11568120838717422, "S11": -0.55048173419521695, "W12": -10.0, "S12": -11.047990541935919, "W13": -17.994866947456099, "S13": -17.994866947456099, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107832.666666666671517, 504232.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.4927979903348731, "S12": -4.4927979903348731, "W13": -25.311203420103446, "S13": -25.311203420103446, "W21": -32.734737930257864, "S21": -32.734737930257864, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107833.0, 509136.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37379067553420631, "S11": -0.37379067553420631, "W12": -8.6878103456063691, "S12": -12.871869296273381, "W13": -14.103543387757158, "S13": -30.271162954937843, "W21": -39.018863195728855, "S21": -39.018863195728855, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107833.4, 514318.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.66563339237764285, "W12": -6.5541807944798984, "S12": -10.335357252038001, "W13": -20.190031727070949, "S13": -20.411717036844184, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107833.6, 505636.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -6.0, "W13": -17.165093761490379, "S13": -17.165093761490379, "W21": -33.590717648316492, "S21": -33.590717648316492, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107834.0, 523307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7137552515807783, "S12": -8.8839256221815468, "W13": -17.627259485702794, "S13": -20.627259485702794, "W21": -29.556281391082571, "S21": -29.556281391082571, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107834.5, 503297.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58108268355456549, "S11": -0.58108268355456572, "W12": -4.4404176538652269, "S12": -11.908570520107265, "W13": -16.12409646445343, "S13": -16.159142837708725, "W21": -37.409553105830312, "S21": -37.409553105830312, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107835.0, 500244.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64130501934310125, "S11": -0.64130501934310125, "W12": -8.2890579919935305, "S12": -8.2890579919935305, "W13": -13.753619781154882, "S13": -13.753619781154882, "W21": -40.702438166041631, "S21": -40.702438166041631, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107835.0, 516470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53921810637947298, "S11": -0.53921810637947298, "W12": -9.5632056803631702, "S12": -9.5632056803631702, "W13": -17.031102878949419, "S13": -19.444662497148315, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107836.0, 501872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8781005104608526, "S11": -1.8781005104608526, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -36.018368434833086, "S21": -36.018368434833086, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107836.0, 512481.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8459016884205484, "S11": -1.8459016884205484, "W12": -10.0, "S12": -10.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.084862014250199, "S21": -36.084862014250199, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107836.5, 512522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5561417574173515, "S11": -0.71029247241302662, "W12": -10.0, "S12": -14.298009508800369, "W13": -17.517404493377768, "S13": -18.954170042159152, "W21": -32.996889353585594, "S21": -32.996889353585594, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107837.0, 500690.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8254400670578375, "S11": -1.8254400670578375, "W12": -10.0, "S12": -10.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -36.151355593667326, "S21": -36.151355593667326, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107837.0, 512563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40567457394368223, "S11": -0.40567457394368223, "W12": -8.8526738853047675, "S12": -12.945611041204565, "W13": -14.67589326674387, "S13": -27.384941487802202, "W21": -38.646857744674655, "S21": -38.646857744674655, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107837.5, 514101.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0532352140929606, "S11": -3.5669397873881832, "W12": -6.6527296551436779, "S12": -7.8896834758104823, "W13": -25.0, "S13": -25.0, "W21": -30.857236911918189, "S21": -33.593134900520717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107838.0, 507750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35421237795859606, "S11": -0.35421237795859606, "W12": -4.5621865240401682, "S12": -8.9306144739271573, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -32.363348847649604, "S21": -32.363348847649604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107839.0, 509280.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49669115533684471, "S11": -0.49669115533684471, "W12": -9.3863096078711727, "S12": -11.682795499228344, "W13": -21.997160146146012, "S13": -24.338025830470393, "W21": -37.569812576507069, "S21": -37.569812576507069, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107839.0, 513437.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6001043878910213, "W12": -4.780124116417217, "S12": -14.780124116417216, "W13": -17.557216452642916, "S13": -18.946517151943613, "W21": -39.801174480320029, "S21": -39.801174480320029, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107840.0, 499359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72454911693212543, "S11": -1.7023398371806209, "W12": -5.758272785871795, "S12": -15.297433909802841, "W13": -20.429098209308304, "S13": -20.702790514051781, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107840.0, 505859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7329260985460682, "S12": -8.9332899174340348, "W13": -25.0, "S13": -25.0, "W21": -30.738809877342902, "S21": -30.738809877342902, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107840.0, 509803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96884144784649529, "S11": -1.9688414478464953, "W12": -5.0, "S12": -5.0, "W13": -25.354545483635388, "S13": -25.354545483635388, "W21": -32.230398634834614, "S21": -32.28020845189674, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107841.0, 508632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36822583759939559, "S11": -0.36822583759939559, "W12": -8.6772412566351687, "S12": -12.191425513833391, "W13": -13.994668002567268, "S13": -30.820438547951767, "W21": -39.0840537562473, "S21": -39.0840537562473, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107841.0, 514367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67998540816818132, "S11": -0.67998540816818132, "W12": -8.2020365840350458, "S12": -8.2020365840350458, "W13": -13.926461876656893, "S13": -15.033268665269453, "W21": -40.506612681133149, "S21": -40.506612681133149, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107841.310344827594236, 516628.810344827594236 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8238226669831494, "S12": -7.8238226669831494, "W13": -19.772233292605875, "S13": -19.922514094885212, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107841.5, 505281.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84955031341792087, "S11": -3.1401065876740653, "W12": -5.0, "S12": -6.9734606381303221, "W13": -14.853412571343629, "S13": -17.853412571343629, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107842.0, 498123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0612589826593335, "S11": -2.2204715844413174, "W12": -7.0142503885280529, "S12": -8.2550627589990029, "W13": -25.482694343767861, "S13": -25.482694343767861, "W21": -31.485728015035292, "S21": -32.108780904004682, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107842.75, 508276.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48980760685274527, "S11": -0.48980760685274527, "W12": -8.6507774348924809, "S12": -9.0852959156462294, "W13": -12.982549225819527, "S13": -29.267789916403032, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107842.804878048773389, 515718.707317073189188 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87761814532436599, "S11": -0.87761814532436599, "W12": -7.2645607339745419, "S12": -7.8582582014812843, "W13": -17.211465924858292, "S13": -19.700914661953284, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107843.0, 502254.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2398573064388991, "S11": -0.2398573064388991, "W12": -4.9106595546019696, "S12": -10.368040261204634, "W13": -24.308132273749198, "S13": -24.411380112156568, "W21": -32.136558793193622, "S21": -32.136558793193622, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107843.4, 510139.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71761574871556744, "S11": -0.71761574871556744, "W12": -8.4120006584539091, "S12": -8.4120006584539091, "W13": -17.128154928462635, "S13": -20.128154928462635, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107844.0, 502077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72127237458998039, "S11": -0.72127237458998039, "W12": -8.3846613833577468, "S12": -8.3846613833577468, "W13": -17.130252004028396, "S13": -20.116048597323157, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107844.4, 502081.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29605603472202113, "S11": -0.29605603472202113, "W12": -4.8910121435795384, "S12": -4.8910121435795384, "W13": -18.608599714316007, "S13": -18.608599714316007, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107844.666666666671517, 522648.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6030220859125137, "S12": -14.520327468082312, "W13": -25.0, "S13": -25.0, "W21": -31.40937298655663, "S21": -31.40937298655663, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107846.0, 509499.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49009001437094774, "S11": -0.49009001437094774, "W12": -9.3294620819187326, "S12": -11.746112030457734, "W13": -21.627155216078965, "S13": -24.621909967971643, "W21": -37.629727227634874, "S21": -37.629727227634874, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107846.0, 513484.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43874261315792074, "S11": -0.43874261315792074, "W12": -8.6539507303391936, "S12": -9.6634186949987182, "W13": -12.638121303765038, "S13": -28.211665329520834, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107846.0, 515322.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80067510753406701, "S11": -6.5066219076715521, "W12": -6.5066219076715521, "S12": -6.5066219076715521, "W13": -15.0, "S13": -17.681988335203926, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107846.333333333328483, 497676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.097284521676991337, "S11": -0.44285817775300296, "W12": -10.0, "S12": -10.856530361781434, "W13": -18.8846335499303, "S13": -18.8846335499303, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107847.0, 504585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54932578259024822, "S11": -0.9771299080687923, "W12": -6.248536795270673, "S12": -6.2485367952706721, "W13": -20.271095140881936, "S13": -20.519735665482152, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107847.0, 505722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73444219687569068, "S11": -1.6860438276270011, "W12": -5.762117814582469, "S12": -14.623255319672737, "W13": -20.421040587226205, "S13": -20.698968885398649, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107847.0, 505858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0023625048204461, "S11": -2.0726272445569851, "W12": -6.7390180035904486, "S12": -7.4416550363925635, "W13": -25.257512079011228, "S13": -25.257512079011228, "W21": -31.519164869148224, "S21": -32.057292020026686, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107849.0, 508316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -8.0692408726981881, "W12": -9.5043723419505906, "S12": -11.109140630041761, "W13": -16.409486991231567, "S13": -17.086046924737733, "W21": -40.531435174266186, "S21": -41.133073366483892, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87242618780849712, "S11": -5.4191273521034518, "W12": -5.4191273521034518, "S12": -6.4636308590074263, "W13": -14.910675763140699, "S13": -17.764051290566858, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48136706605334445, "S11": -2.1734851079379647, "W12": -5.2720474052294026, "S12": -15.272047405229403, "W13": -15.272047405229403, "S13": -17.487474842925501, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58304476405259364, "S11": -1.8805000919597878, "W12": -4.4034822855253726, "S12": -13.929423392202107, "W13": -17.425142340834046, "S13": -17.94523818220167, "W21": -39.342119966178764, "S21": -39.342119966178764, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.010234013684840226, "S11": -0.73544265137084153, "W12": -9.9749473275179099, "S12": -12.726757226087184, "W13": -17.329459094574069, "S13": -19.148057701830329, "W21": -30.397590738557977, "S21": -30.397590738557977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 1.89, "S11": 1.89, "W12": -8.25, "S12": -8.25, "W13": -20.8, "S13": -20.8, "W21": -34.5, "S21": -34.5, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6811504635747854, "S12": -5.6811504635747854, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000021, "S21": -33.000000000000021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107850.333333333328483, 521453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53909732602558413, "W12": -9.7784195008723493, "S12": -9.7784195008723493, "W13": -17.017421285426853, "S13": -19.251307225622995, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107851.0, 501841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64305260556312804, "S11": -0.64305260556312804, "W12": -8.8915027930423758, "S12": -8.8915027930423758, "W13": -17.092315093747565, "S13": -19.815880609331952, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107851.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7668783596599997, "S12": -8.284230954272946, "W13": -25.0, "S13": -25.0, "W21": -30.868345233646295, "S21": -30.868345233646295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107851.6, 509843.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0189575658596883, "S11": -2.0189575658596883, "W12": -10.0, "S12": -11.209611665300883, "W13": -30.0, "S13": -30.0, "W21": -35.637893572477104, "S21": -35.637893572477104, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107852.4, 512273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54913852266975738, "S11": -0.54913852266975738, "W12": -8.5274320993480526, "S12": -8.5274320993480526, "W13": -13.308277323146367, "S13": -22.379670281464428, "W21": -40.342377583058813, "S21": -40.342377583058813, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107852.871212121215649, 516042.356060606078245 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55800318515281833, "S11": -1.7140955029505669, "W12": -4.4057005895641632, "S12": -14.405700589564162, "W13": -17.795962099217171, "S13": -17.855951609706683, "W21": -39.476401070039742, "S21": -39.476401070039742, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107853.0, 499838.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.91254870129870136, "S11": 0.91254870129870136, "W12": -4.6270655493773987, "S12": -4.6270655493773987, "W13": -25.510095081814821, "S13": -25.510095081814821, "W21": -32.946017484309863, "S21": -32.946017484309863, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107853.0, 509059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.5987058889533037, "S12": -9.8081203671207309, "W13": -25.0, "S13": -25.0, "W21": -32.280529114313183, "S21": -32.280529114313183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107853.0, 509316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48348887340504293, "S11": -0.48348887340504293, "W12": -9.2726145559662445, "S12": -11.809428561687236, "W13": -21.257150286011438, "S13": -24.905794105473255, "W21": -37.689641878762778, "S21": -37.689641878762778, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107853.0, 513532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9833846068549326, "S12": -5.9833846068549326, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -38.763016595274678, "S21": -38.763016595274678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107853.6, 520995.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2460460812979499, "S11": -1.2460460812979499, "W12": -7.0678814733969366, "S12": -7.0678814733969366, "W13": -20.0, "S13": -26.330150641793743, "W21": -36.853020858825367, "S21": -36.853020858825367, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107854.0, 518841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7095856783618728, "S11": -1.7095856783618728, "W12": -9.902644654133077, "S12": -10.305537599689144, "W13": -29.945886720461989, "S13": -29.945886720461989, "W21": -36.40727174123348, "S21": -36.40727174123348, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107855.0, 512743.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33000512032761903, "S11": -0.33000512032761903, "W12": -8.7741318225876181, "S12": -9.0541983367846353, "W13": -23.044899777282691, "S13": -23.044899777282691, "W21": -34.691860641129999, "S21": -34.691860641129999, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107855.142857142855064, 511065.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49992120413651225, "S11": -2.629277935861206, "W12": -5.367315823934117, "S12": -15.367315823934117, "W13": -15.367315823934117, "S13": -17.608106772837278, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107856.0, 498924.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9314970477217144, "S12": -5.9314970477217148, "W13": -15.295038880037042, "S13": -15.295038880037042, "W21": -36.561324884621662, "S21": -36.561324884621662, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107856.0, 524149.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16455620677307947, "S11": -0.44057370544517371, "W12": -9.7894387875918412, "S12": -10.519195019903105, "W13": -18.957399029938671, "S13": -18.957399029938671, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107856.142857142855064, 504648.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.8349990511598371, "W12": -8.6484196145043022, "S12": -11.110156297394767, "W13": -16.208759669812668, "S13": -17.721072993226933, "W21": -40.460064914320327, "S21": -40.460064914320327, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107856.363636363632395, 497112.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18951331496786195, "S11": 0.18951331496786195, "W12": -10.0, "S12": -10.205379940566063, "W13": -17.686985465654203, "S13": -19.412397967871836, "W21": -30.163738614354259, "S21": -30.163738614354259, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107857.111111111109494, 503958.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4402386806093643, "S12": -5.4402386806093643, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107857.6, 521818.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6912455597570264, "S11": -0.6912455597570264, "W12": -8.9899371822438781, "S12": -9.6280908494275366, "W13": -23.970847562484419, "S13": -23.970847562484419, "W21": -34.769130483955493, "S21": -34.769130483955493, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107857.666666666671517, 511212.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48323170731707321, "S11": -0.52306811322972235, "W12": -9.8241809759009389, "S12": -9.8241809759009389, "W13": -17.01690871878759, "S13": -19.205341106355029, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107858.0, 501839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92417646856831892, "S11": -1.8308308348133726, "W12": -5.3726891085934962, "S12": -20.372689108593498, "W13": -20.534113963239573, "S13": -20.842510520776134, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107858.0, 505967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.7377030547004555, "S12": -8.7377030547004555, "W13": -19.385844766250489, "S13": -19.483108903047025, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107858.2, 504986.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -8.0472765844855356, "W12": -9.5036855036855048, "S12": -11.094816636669115, "W13": -16.411872128415204, "S13": -16.979695361306895, "W21": -40.526933207924465, "S21": -41.099366609826106, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107858.265625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1735431678744743, "S11": -2.3978770554133755, "W12": -7.1465194321344097, "S12": -8.5018935477636521, "W13": -25.733470847952461, "S13": -26.733470847952461, "W21": -31.610705301509579, "S21": -32.221283095387498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107859.0, 508251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1707797464155831, "S11": -1.1707797464155831, "W12": -5.3576841198659864, "S12": -5.3576841198659864, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107859.0, 521944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58785471055618621, "S11": 0.58785471055618621, "W12": -5.0, "S12": -5.0, "W13": -25.628657712350652, "S13": -25.628657712350652, "W21": -32.735998070499171, "S21": -32.735998070499171, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107861.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.633564602696687, "S12": -13.624181576015035, "W13": -25.0, "S13": -25.0, "W21": -31.667676997497626, "S21": -31.667676997497626, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107861.0, 509460.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2695816544153931, "S11": -1.2695816544153931, "W12": -9.6545012383411493, "S12": -10.836827801687839, "W13": -25.704400732166334, "S13": -25.704400732166334, "W21": -36.865838437595279, "S21": -36.865838437595279, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107861.0, 513034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6842172150568633, "S12": -7.6842172150568633, "W13": -19.797453893390511, "S13": -19.96906433758916, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107861.75, 505320.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6780804694048459, "S11": -1.6780804694048459, "W12": -9.8535726066892728, "S12": -10.363346617108173, "W13": -29.33995204826077, "S13": -29.33995204826077, "W21": -36.461721985396522, "S21": -36.461721985396522, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107861.8, 512785.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85766586924264909, "S11": -0.85766586924264965, "W12": -5.016192706607443, "S12": -7.533265947037215, "W13": -14.797837780922798, "S13": -17.900366474734195, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107863.0, 498241.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8008306207739428, "S12": -7.6351719911107283, "W13": -25.000000000000004, "S13": -25.079242745482759, "W21": -30.997880589949983, "S21": -30.997880589949983, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107863.2, 509884.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19111726115553365, "S11": -0.35773876407931715, "W12": -10.000000000000002, "S12": -10.942997912020738, "W13": -17.921590006477441, "S13": -17.921590006477441, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107863.833333333328483, 504201.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57795531878905726, "S11": -0.57795531878905726, "W12": -8.2209215589875733, "S12": -13.452753291845507, "W13": -17.443750360901312, "S13": -18.755574522910262, "W21": -34.37114906883027, "S21": -34.376718991781402, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107864.0, 500563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7508101631962252, "S11": -1.7508101631962252, "W12": -6.0839980906874462, "S12": -6.0839980906874462, "W13": -20.0, "S13": -20.0, "W21": -39.227005309698583, "S21": -39.227005309698583, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107864.0, 520817.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2085411166431528, "S11": -2.4520974111394653, "W12": -7.1832240976806414, "S12": -8.5629764738687353, "W13": -25.810396264848311, "S13": -25.810396264848311, "W21": -31.652643529853684, "S21": -32.257017737424775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107864.5, 508243.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.016409480584972269, "S11": -1.8445503230589333, "W12": -10.0, "S12": -11.35549019455374, "W13": -17.650447468613113, "S13": -20.650447468613113, "W21": -29.82358883208477, "S21": -29.82358883208477, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107865.0, 503620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7201439986558817, "S11": -4.3933079524116412, "W12": -5.0, "S12": -12.143919188849996, "W13": -22.215782125839411, "S13": -22.312159635100247, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107865.142857142855064, 506636.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9239872398982865, "S12": -5.9239872398982865, "W13": -20.0, "S13": -20.0, "W21": -38.411809369922445, "S21": -38.411809369922445, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107865.6, 521087.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1686963185529198, "S11": -1.1686963185529198, "W12": -4.3710366984478526, "S12": -8.8716733526211957, "W13": -17.645987724856077, "S13": -18.64908574080755, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107868.166666666671517, 503064.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6290928050052285, "S11": -1.6290928050052285, "W12": -9.8012996597384738, "S12": -10.417954735020048, "W13": -28.734017376060404, "S13": -28.734017376060404, "W21": -36.514520245641627, "S21": -36.514520245641627, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107868.6, 512827.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67002984687256673, "S11": -0.67002984687256673, "W12": -8.6886520843761659, "S12": -8.6886520843761659, "W13": -17.114615867331572, "S13": -19.875728070551109, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107869.0, 502045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59770282316620571, "S11": -2.7897280783268976, "W12": -4.322589516935218, "S12": -13.940801837997736, "W13": -16.737419480976691, "S13": -17.064083541949898, "W21": -39.199066559960187, "S21": -39.199066559960187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107869.142857142855064, 500086.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47674978346809394, "S11": -0.47674978346809394, "W12": -9.1923839917745322, "S12": -11.834598788819788, "W13": -20.926343330789653, "S13": -25.243723380154233, "W21": -37.724783516343479, "S21": -37.724783516343479, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107869.333333333328483, 513577.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44893191206918753, "S11": -0.44893191206918753, "W12": -8.6236724720475841, "S12": -9.600742576063368, "W13": -12.684498374754282, "S13": -29.468562385889904, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107870.0, 515360.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.85781663061766333, "S11": 0.85781663061766333, "W12": -4.7593024773539971, "S12": -4.7593024773539971, "W13": -25.525731115740509, "S13": -25.525731115740509, "W21": -33.040206470460838, "S21": -33.040206470460838, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107871.333333333328483, 509028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.92176031391799, "S11": -1.92176031391799, "W12": -10.0, "S12": -12.765201587198241, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.372639113505308, "S21": -35.372639113505308, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107871.625, 512138.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1609066969262885, "S11": -4.2992783592718222, "W12": -5.2326974774454023, "S12": -7.926175225209688, "W13": -23.188890888909807, "S13": -23.796835519386626, "W21": -29.696466389209398, "S21": -30.175517289004748, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107872.0, 506962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2626359284487862, "S11": -2.7612097886870899, "W12": -5.6576404183093345, "S12": -5.6576404183093345, "W13": -23.878633735670501, "S13": -23.878633735670501, "W21": -30.28250385824073, "S21": -31.428022360305416, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107872.0, 507208.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40626309037721436, "S11": -0.40626309037721436, "W12": -8.7805714436272471, "S12": -12.771092508485751, "W13": -14.753969498412731, "S13": -26.990121335602531, "W21": -38.534593829818732, "S21": -38.534593829818732, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107872.0, 514078.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6742586333390737, "S12": -5.6742586333390737, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107872.5, 521466.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7681976709376124, "S11": -1.7681976709376124, "W12": -9.9857738870831483, "S12": -9.9857738870831483, "W13": -30.0, "S13": -30.0, "W21": -36.055387038330018, "S21": -36.055387038330018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107873.875, 512555.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.167374708737239, "S11": -1.167374708737239, "W12": -9.5797026099263025, "S12": -10.882448083525636, "W13": -25.0, "S13": -25.491350925195938, "W21": -36.915656515783773, "S21": -36.915656515783773, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107874.0, 513084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8347828818878753, "S12": -6.9861130279496395, "W13": -25.0, "S13": -25.18895288123792, "W21": -31.127415946253375, "S21": -31.127415946253375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107874.8, 509924.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0939029191743064, "W12": -5.2866789813823383, "S12": -15.286678981382337, "W13": -15.286678981382337, "S13": -17.587243315608752, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107875.0, 498971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5466990220436949, "S11": -1.5466990220436949, "W12": -9.749026712787666, "S12": -10.472562852932089, "W13": -28.128082703859157, "S13": -28.128082703859157, "W21": -36.566831784610798, "S21": -36.566831784610798, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107875.4, 512870.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.61424151417795769, "S11": -0.11199286728666802, "W12": -9.2244643926847285, "S12": -9.7595286974651181, "W13": -17.120097159202999, "S13": -19.735807507874579, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107876.0, 501235.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5196412657547427, "S12": -8.8180833584127107, "W13": -17.612522899522123, "S13": -20.611379606839197, "W21": -29.602772037845096, "S21": -29.602772037845096, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107876.0, 503277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6641071194808603, "S12": -12.530320360556502, "W13": -25.0, "S13": -25.0, "W21": -31.925981008438615, "S21": -31.925981008438615, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107876.0, 509422.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54788265323145569, "S11": -0.54788265323145569, "W12": -8.5554148992588441, "S12": -8.6160358319867658, "W13": -13.264727576641475, "S13": -22.989446736017648, "W21": -40.281262388225898, "S21": -40.281262388225898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107876.236842105266987, 515996.61842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -2.284206331909262, "S11": -2.9669681213082013, "W12": -5.9342520190902182, "S12": -6.1665880149985774, "W13": -24.233620004648312, "S13": -24.233620004648312, "W21": -30.662316002234604, "S21": -32.189244317203034, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107877.0, 507366.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5713972160636174, "S12": -4.4449948226455174, "W13": -15.0, "S13": -15.0, "W21": -37.592033082543118, "S21": -37.592033082543118, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107877.0, 524352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50746236698677238, "S11": -0.50746236698677238, "W12": -9.7580453244924321, "S12": -9.7580453244924321, "W13": -17.029522504632432, "S13": -19.181338680942435, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107877.8, 501863.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41013133208255159, "S11": -0.46903599908140825, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.009718655977672, "S13": -19.02483343657309, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107879.0, 501821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50257020407912245, "S11": -0.78108697865240084, "W12": -6.5001265621866917, "S12": -6.982758779382265, "W13": -20.162122676883019, "S13": -20.416037616511371, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107879.0, 505652.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1289412903616758, "S11": -3.5314099850669978, "W12": -6.5396998056350926, "S12": -7.0704515140633388, "W13": -25.0, "S13": -25.0, "W21": -31.172686416614678, "S21": -33.493962569419921, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107879.0, 507719.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48907925141049291, "S11": -0.48907925141049291, "W12": -4.6562078058085419, "S12": -8.7852329055473533, "W13": -25.0, "S13": -25.0, "W21": -32.543868146332478, "S21": -32.543868146332478, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107879.0, 509289.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9647208445405084, "S12": -5.9647208445405084, "W13": -20.0, "S13": -20.0, "W21": -38.501320278455772, "S21": -38.501320278455772, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107879.2, 521027.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86151802699180646, "S11": -0.86151802699180646, "W12": -7.279980649517749, "S12": -7.9936205110029359, "W13": -17.220391886235991, "S13": -19.616674559029086, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107881.0, 502268.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8678529251200455, "S12": -9.3912824620134643, "W13": -23.546707498144023, "S13": -23.546707498144023, "W21": -34.620192248995423, "S21": -34.620192248995423, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107881.0, 511139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5422685294814125, "S12": -7.5422685294814125, "W13": -19.822674494175146, "S13": -20.015614580293104, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107882.0, 505360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.46430523908225, "S11": -1.46430523908225, "W12": -9.696753765836867, "S12": -10.527170970843967, "W13": -27.522148031658794, "S13": -27.522148031658794, "W21": -36.619143323579834, "S21": -36.619143323579834, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107882.2, 512912.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86079900690522893, "S11": -0.86079900690522893, "W12": -7.2818493484329805, "S12": -8.0013568513187057, "W13": -17.220586339125308, "S13": -19.618620062133839, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107882.25, 502268.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78202558316372017, "S11": -1.6016334263009901, "W12": -5.7813557399719588, "S12": -16.416430889881973, "W13": -20.380421282433076, "S13": -20.679741516545842, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107882.333333333328483, 505853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19424821633034012, "S11": -0.19424821633034012, "W12": -4.963082027137105, "S12": -10.234195210182531, "W13": -24.414184033042144, "S13": -24.492429247667413, "W21": -32.0298041024109, "S21": -32.0298041024109, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107883.2, 510147.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9742340978434811, "S11": -1.9742340978434811, "W12": -9.9999999999999982, "S12": -10.801707293639023, "W13": -30.0, "S13": -30.0, "W21": -35.615216369226616, "S21": -35.615216369226616, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107884.8, 512304.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8585207988002228, "S12": -7.8585207988002228, "W13": -19.695733676333127, "S13": -19.868400300155034, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107885.0, 505257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47001069353113673, "S11": -0.47001069353113673, "W12": -9.1121534275827329, "S12": -11.859769015952393, "W13": -20.595536375567431, "S13": -25.605951160950909, "W21": -37.759925153924236, "S21": -37.759925153924236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107885.666666666671517, 513623.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49894644848847469, "S11": -0.49926464537279958, "W12": -8.7997505722630027, "S12": -8.7997505722630027, "W13": -19.319258339490982, "S13": -19.427182251713347, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107885.8, 504954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60258159631481345, "S11": -2.5801542425122004, "W12": -4.2570014876852715, "S12": -14.257001487685272, "W13": -16.724715816607869, "S13": -16.927997036072398, "W21": -39.193511027304986, "S21": -39.193511027304986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107886.0, 500096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56116073263153876, "S11": -0.87459753448964195, "W12": -9.6217386881855322, "S12": -14.395990764097013, "W13": -17.517445162540394, "S13": -19.142642163180788, "W21": -33.274033962511517, "S21": -33.274033962511517, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107886.0, 500693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2791784473466499, "S11": -2.6070784345572906, "W12": -7.3521978068332308, "S12": -8.8708901887384695, "W13": -26.138098185928758, "S13": -26.138098185928758, "W21": -31.819559044672069, "S21": -32.40525457084486, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107886.25, 508210.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8687351430018175, "S12": -6.3370540647874201, "W13": -25.0, "S13": -25.298663016993167, "W21": -31.256951302557066, "S21": -31.256951302557066, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107886.4, 509965.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2798501253357915, "S11": -3.2798501253357912, "W12": -5.003920233212491, "S12": -17.210386087688853, "W13": -20.743467154649842, "S13": -20.985845466353766, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107888.0, 506159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3819114561207015, "S11": -1.3819114561207015, "W12": -9.64448081888602, "S12": -10.581779088755953, "W13": -26.916213359457576, "S13": -26.916213359457576, "W21": -36.671454862548977, "S21": -36.671454862548977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107889.0, 512955.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.72486902186971958, "S11": 0.72486902186971958, "W12": -4.8915394053306294, "S12": -4.8915394053306294, "W13": -25.464488931539805, "S13": -25.464488931539805, "W21": -33.093493529434227, "S21": -33.093493529434227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107889.666666666671517, 508997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.6915714472724552, "S12": -11.26250765317485, "W13": -25.0, "S13": -25.0, "W21": -32.20918550845257, "S21": -32.20918550845257, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107890.0, 509376.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74912065867900024, "S11": -6.3978244877123682, "W12": -6.3978244877123682, "S12": -6.3978244877123682, "W13": -15.065077384419752, "S13": -17.885418115837499, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107890.25, 497690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41291862310874211, "S11": -0.41291862310874211, "W12": -4.9066280384494814, "S12": -4.9066280384494814, "W13": -18.641794790128504, "S13": -18.641794790128504, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107890.333333333328483, 522631.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.9492925226453393, "W12": -6.9492925226453393, "S12": -10.772799153109947, "W13": -15.793331501729263, "S13": -18.793331501729263, "W21": -40.254629810980653, "S21": -40.254629810980653, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107891.0, 497349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20439374421105305, "S11": -0.29560625578894695, "W12": -10.0, "S12": -10.904519776696445, "W13": -18.365334529179528, "S13": -18.365334529179528, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107891.0, 504357.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1076269183274019, "S11": -2.1615278691595581, "W12": -6.4900659147955881, "S12": -6.4900659147955881, "W13": -25.322955254424564, "S13": -25.322955254424564, "W21": -31.81567495785006, "S21": -32.176388596683601, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107891.0, 508338.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.45192789183775667, "W12": -5.0, "S12": -5.0, "W13": -25.531069496603571, "S13": -25.531069496603571, "W21": -32.883258940638584, "S21": -32.883258940638584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107891.0, 508846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67102916165405357, "S11": -0.67102916165405357, "W12": -8.207769810830051, "S12": -8.207769810830051, "W13": -13.922634882668016, "S13": -14.095180367028016, "W21": -40.401011887448398, "S21": -40.401011887448398, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107891.301724137927522, 516628.92672413791297 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50097653299721923, "S11": -0.50097653299721923, "W12": -8.5893849429979081, "S12": -9.0578209991218301, "W13": -13.010111287261473, "S13": -28.556358647087599, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107892.58536585366528, 515718.878048780490644 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6962419234865216, "S12": -5.6962419234865216, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107892.666666666671517, 521436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39899260111204493, "S11": -0.39899260111204493, "W12": -8.6959732458088368, "S12": -12.760062817812099, "W13": -14.694929114438757, "S13": -27.288050763883824, "W21": -38.550893154633073, "S21": -38.550893154633073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107893.0, 514114.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.076984057077424395, "S11": 0.076984057077424395, "W12": -5.0, "S12": -12.35340148513203, "W13": -24.185552883358604, "S13": -24.315842427537305, "W21": -32.174680327528506, "S21": -32.174680327528506, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107894.0, 510191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56804728284616979, "S11": -1.9590002431662368, "W12": -4.2459508788362994, "S12": -14.2459508788363, "W13": -17.617360446332416, "S13": -17.775177754024725, "W21": -39.436420176220118, "S21": -39.436420176220118, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107894.25, 499852.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26739494677525566, "S11": -0.21192030768650805, "W12": -10.0, "S12": -10.838005282105531, "W13": -17.848313065498957, "S13": -17.848313065498957, "W21": -30.011634010314168, "S21": -30.011634010314168, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107895.0, 504170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.8758245686009705, "W12": -8.8323392572447581, "S12": -11.024596907621545, "W13": -16.265728708503904, "S13": -17.049628240924207, "W21": -40.486420865290206, "S21": -40.486420865290206, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107895.181818181823473, 497085.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999999272, "S11": -1.7999999999999272, "W12": -5.4328588547590098, "S12": -5.4328588547590098, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107895.4, 521835.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35154197936210135, "S11": -0.42628143294126747, "W12": -10.0, "S12": -10.0, "W13": -16.873776496259353, "S13": -18.750843311452766, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107895.5, 501806.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013366730005182292, "S11": -0.94610678643200474, "W12": -9.900718092075854, "S12": -12.900718092075854, "W13": -17.30565273046609, "S13": -19.347091273389047, "W21": -30.34479736967219, "S21": -30.34479736967219, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107897.0, 501042.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48278118327708508, "S11": 0.48278118327708525, "W12": -5.0, "S12": -5.0, "W13": -25.530509885340315, "S13": -25.530509885340315, "W21": -32.931135934117819, "S21": -32.931135934117819, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107897.0, 508857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41699744010401135, "S11": -0.41699744010401135, "W12": -8.7833301402449582, "S12": -12.515997356817477, "W13": -15.0, "S13": -25.749076709388671, "W21": -38.339675805940814, "S21": -38.339675805940814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107897.0, 513993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63009018946274353, "S11": -0.63009018946274353, "W12": -8.9701680065308782, "S12": -8.9701680065308782, "W13": -17.10167451294102, "S13": -19.60615434169835, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107897.6, 502013.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.903782505910165, "S12": -5.6890902034207471, "W13": -25.0, "S13": -25.384639298649216, "W21": -31.386486658860459, "S21": -31.386486658860459, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107898.0, 510006.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45346918954261306, "S11": -0.45346918954261306, "W12": -8.5893579744381299, "S12": -9.6292915256417722, "W13": -12.689445565105332, "S13": -30.103951999966739, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107898.0, 515348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59648218173489498, "S11": -0.59648218173489498, "W12": -8.9329601962335659, "S12": -9.6232188933308738, "W13": -23.892775303142901, "S13": -23.892775303142901, "W21": -34.573079569762029, "S21": -34.573079569762029, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107898.333333333328483, 511189.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10899678085313214, "S11": -0.3196581758694802, "W12": -9.7672891098248424, "S12": -10.42368401800284, "W13": -18.89679468414241, "S13": -18.89679468414241, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107898.428571428565192, 504632.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37368515958405957, "S11": 0.37368515958405957, "W12": -8.5488513826664612, "S12": -8.5488513826664612, "W13": -22.078682256867115, "S13": -22.078682256867115, "W21": -34.395678175564363, "S21": -34.395678175564363, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107899.0, 510901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7335075952877375, "S11": -1.7335075952877375, "W12": -9.9442046010584235, "S12": -9.9442046010584235, "W13": -30.0, "S13": -30.0, "W21": -35.991961011730766, "S21": -35.991961011730766, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107899.0, 512552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.393858555715678, "S11": -1.393858555715678, "W12": -6.7434135743283221, "S12": -6.7434135743283221, "W13": -20.0, "S13": -25.487751051941558, "W21": -39.211353147404033, "S21": -39.211353147404033, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107899.0, 519472.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27329660238752163, "S11": 0.27329660238752163, "W12": -10.0, "S12": -10.041701260976023, "W13": -17.671909803744491, "S13": -19.143036289155749, "W21": -30.202275962383617, "S21": -30.202275962383617, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107899.666666666671517, 503938.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.9363756131887673, "W12": -9.503685503685503, "S12": -11.025960603980474, "W13": -16.809999, "S13": -19.809999, "W21": -40.504202107548764, "S21": -40.946987547083374, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107900.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81628209330274237, "S11": -5.1430608772613446, "W12": -5.1430608772613446, "S12": -6.5586753181275093, "W13": -14.909560897961963, "S13": -17.964862046885358, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107900.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54889479277364506, "S11": -1.6574592039703755, "W12": -5.2266058585594468, "S12": -15.226605858559447, "W13": -15.226605858559447, "S13": -17.616879661432669, "W21": -39.981813772599814, "S21": -39.981813772599814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107900.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59155716026953054, "S11": -2.1063736890964497, "W12": -4.2113504876301731, "S12": -14.211350487630174, "W13": -17.640439080780499, "S13": -17.948049522753053, "W21": -39.316716025353273, "S21": -39.316716025353273, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107900.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20096562446018307, "S11": -1.1079344364788155, "W12": -10.0, "S12": -13.274879002850891, "W13": -17.331299823115053, "S13": -19.338998840545738, "W21": -30.725685121464039, "S21": -30.725685121464039, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107900.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61668396920148583, "S11": -0.61668396920148583, "W12": -9.0679629698063184, "S12": -9.0679629698063184, "W13": -17.095362454822379, "S13": -19.540127251071322, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107900.666666666671517, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2461445658986878, "S11": -0.2461445658986878, "W12": -8.7740928251417944, "S12": -9.2164678290986082, "W13": -23.224714179658456, "S13": -23.224714179658456, "W21": -34.493212067874602, "S21": -34.493212067874602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107901.714285714289872, 511082.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2334895300673068, "S11": -1.2334895300673068, "W12": -5.3551194004412634, "S12": -5.3551194004412634, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107901.8, 521953.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46327160359418773, "S11": -0.46327160359418773, "W12": -9.0319228633910225, "S12": -11.884939243084947, "W13": -20.264729420345645, "S13": -25.968178941747126, "W21": -37.795066791504929, "S21": -37.795066791504929, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107902.0, 513669.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56448965927225681, "S11": -0.56448965927225681, "W12": -8.5338522442526639, "S12": -8.5338522442526656, "W13": -13.315033643398587, "S13": -21.677020219264307, "W21": -40.343298303924264, "S21": -40.343298303924264, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107902.636363636367605, 516041.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73027306881137199, "S11": -1.2302730688113719, "W12": -6.0003214330907699, "S12": -14.9785941532839, "W13": -20.292632287863775, "S13": -20.591958159444509, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107903.0, 505792.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8185090845598428, "S11": -1.8185090845598428, "W12": -10.0, "S12": -10.0, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.847582786192277, "S21": -35.847582786192277, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107903.0, 512470.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40797851064462115, "S11": -0.40797851064462115, "W12": -8.5895934805933063, "S12": -10.405591411736072, "W13": -12.863200364377413, "S13": -25.465345979901887, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107903.0, 514991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.719035775064051, "S12": -9.8424601068070423, "W13": -25.0, "S13": -25.0, "W21": -32.492390008466529, "S21": -32.492390008466529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107904.0, 509331.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5531566013459557, "S11": -1.5531566013459557, "W12": -6.4313172670007779, "S12": -6.4313172670007779, "W13": -20.0, "S13": -25.0, "W21": -41.109683636691997, "S21": -41.109683636691997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107904.0, 520098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9460570822260479, "S12": -5.9460570822260479, "W13": -20.0, "S13": -20.0, "W21": -38.23962396163661, "S21": -38.23962396163661, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107904.8, 521059.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.8206337881625494, "S12": -3.8018328690065015, "W13": -17.443995042965504, "S13": -17.443995042965504, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107906.0, 523171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.9153662940288392, "W12": -9.503685503685503, "S12": -11.0129163686602, "W13": -16.809999, "S13": -19.809999, "W21": -40.499895878874078, "S21": -40.921708504941179, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107907.90625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.349815778050147, "S11": -2.7620594579751163, "W12": -7.5211715159858201, "S12": -9.1788039036082019, "W13": -26.465800107009201, "S13": -26.465800107009201, "W21": -31.91268076201472, "S21": -32.479697606789216, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107908.0, 508177.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.59192141312184576, "S11": 0.59192141312184576, "W12": -5.0, "S12": -5.0, "W13": -25.429462883878941, "S13": -25.429462883878941, "W21": -33.14678058840753, "S21": -33.14678058840753, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107908.0, 508966.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7956617563487414, "S11": -4.245246624715084, "W12": -5.0, "S12": -11.707340918170274, "W13": -22.227085653047915, "S13": -22.358863362825705, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107908.285714285710128, 506659.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9163583987477431, "S12": -5.9163583987477431, "W13": -20.0, "S13": -20.0, "W21": -38.064020348960582, "S21": -38.064020348960582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107910.8, 521105.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5497963903609161, "S11": -1.0710822733784271, "W12": -10.0, "S12": -14.820604166390762, "W13": -17.487964754267427, "S13": -19.261385233926866, "W21": -33.008078667277054, "S21": -33.008078667277054, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107911.0, 500743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.4900232888608187, "S12": -16.088771249301697, "W13": -23.829572332305119, "S13": -24.24633679427448, "W21": -32.400091091789363, "S21": -32.400091091789363, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107911.0, 510259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7362615498862271, "S11": -1.7362615498862271, "W12": -6.0714960764772679, "S12": -6.0714960764772679, "W13": -20.0, "S13": -20.0, "W21": -38.915222630793423, "S21": -38.915222630793423, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107911.0, 520819.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3118052784178467, "S11": -1.3118052784178467, "W12": -9.5639142433070585, "S12": -10.548060513864023, "W13": -26.571897531086698, "S13": -26.720355671702102, "W21": -36.661326243490784, "S21": -36.661326243490784, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107911.333333333328483, 512981.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61008517346312241, "S11": -2.3292801769656744, "W12": -4.1587086262131647, "S12": -13.575891597315835, "W13": -16.744157180441469, "S13": -16.776780788024055, "W21": -39.219721170841211, "S21": -39.219721170841211, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107911.357142857144936, 500106.071428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3426132998977747, "S11": -2.8235038224323388, "W12": -5.8909209878488191, "S12": -5.8909209878488191, "W13": -24.153794254806861, "S13": -24.153794254806861, "W21": -30.756024815468788, "S21": -31.848058112630664, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107912.0, 507326.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.58283898389639544, "S11": -0.10343772523025585, "W12": -9.4845338012575144, "S12": -9.7797695854522768, "W13": -17.018776002279655, "S13": -19.858379850259666, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107912.111111111109494, 501265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8655194772054526, "S11": -1.8655194772054526, "W12": -10.0, "S12": -12.911298556253456, "W13": -30.0, "S13": -30.0, "W21": -35.307717123166675, "S21": -35.307717123166675, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107912.25, 512155.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.673002871594913, "S12": -5.673002871594913, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107913.0, 521474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.052121403066604, "S11": -1.052121403066604, "W12": -4.3830388469128501, "S12": -8.8631791246690277, "W13": -17.580263797130524, "S13": -18.521574772740291, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107913.333333333328483, 503070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43772554548571541, "S11": -0.50929111835058682, "W12": -8.861410719822679, "S12": -8.861410719822679, "W13": -19.252671912731486, "S13": -19.371255600379673, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107913.4, 504922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39172211184687555, "S11": -0.39172211184687555, "W12": -8.6113750479904247, "S12": -12.749033127138446, "W13": -14.635888730464778, "S13": -27.585980192165117, "W21": -38.567192479447407, "S21": -38.567192479447407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107914.0, 514150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2949142827841058, "S11": -2.2949142827841063, "W12": -5.6841127993806158, "S12": -5.7421634420313152, "W13": -23.863041222291187, "S13": -23.863041222291187, "W21": -30.494105683317393, "S21": -31.230335646393375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107915.0, 507205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7384549211751725, "S12": -7.9053732445145997, "W13": -25.0, "S13": -25.0, "W21": -32.802218443189766, "S21": -32.802218443189766, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107915.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.7561482632828382, "S12": -2.9979489735397675, "W13": -17.542639640323181, "S13": -17.542639640323181, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107916.285714285710128, 523125.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29081696209395524, "S11": 0.29081696209395513, "W12": -10.0, "S12": -10.0, "W13": -17.659966432578656, "S13": -19.196726557189237, "W21": -30.264697381009793, "S21": -30.264697381009793, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107917.0, 503872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2013606077949404, "S11": -4.0661035284319986, "W12": -5.288280731313681, "S12": -8.0961011399051159, "W13": -23.166164723394491, "S13": -23.642689271807452, "W21": -29.941180219261565, "S21": -30.035631420566649, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107917.0, 506975.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9124764504513303, "S11": -1.9124764504513303, "W12": -10.0, "S12": -10.393802921977125, "W13": -30.0, "S13": -30.0, "W21": -35.592539165976177, "S21": -35.592539165976177, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107917.2, 512335.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3255272799287061, "S12": -8.7522410946438747, "W13": -17.597786313341455, "S13": -20.3064372279756, "W21": -29.667646534362678, "S21": -29.667646534362678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107917.5, 503256.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19391278683686267, "S11": -0.22839746063033492, "W12": -10.0, "S12": -10.0, "W13": -16.414280528703888, "S13": -18.23469626635432, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107918.0, 501554.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7465001028556468, "S12": -8.1799734955896035, "W13": -25.0, "S13": -25.0, "W21": -32.775594508480488, "S21": -32.775594508480488, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107918.0, 509285.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45653251365723885, "S11": -0.45653251365723885, "W12": -8.9516922991993102, "S12": -11.910109470217501, "W13": -19.862870824573999, "S13": -26.259355081993483, "W21": -37.83020842908563, "S21": -37.83020842908563, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107918.333333333328483, 513715.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.7502290875769084, "S12": -8.5773723099722616, "W13": -25.0, "S13": -25.010105871029836, "W21": -32.724387445015608, "S21": -32.724387445015608, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107919.0, 509298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43212149614839002, "S11": -0.43212149614839002, "W12": -9.9575730051318221, "S12": -9.9575730051318221, "W13": -17.027942130315445, "S13": -18.918014864736556, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107919.6, 501854.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85396119906566326, "S11": -0.85396119906566326, "W12": -7.3062318516863973, "S12": -8.2463049567267976, "W13": -17.229706753392325, "S13": -19.659872092343395, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107921.5, 502282.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6966866263364933, "S11": -1.6966866263364933, "W12": -9.8748114540910432, "S12": -9.8748114540910432, "W13": -30.0, "S13": -30.0, "W21": -35.959101801885168, "S21": -35.959101801885168, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107921.75, 512563.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75433689015137728, "S11": -5.9720097107868515, "W12": -5.9720097107868515, "S12": -6.0285034687094301, "W13": -14.971648978504779, "S13": -17.971648978504781, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107922.0, 497866.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32071768028101122, "S11": 0.32071768028101122, "W12": -5.0, "S12": -5.0, "W13": -25.458813497784934, "S13": -25.458813497784934, "W21": -33.063209679528306, "S21": -33.063209679528306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107922.0, 508856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3963177835661869, "S12": -7.3963177835661904, "W13": -19.81397069544489, "S13": -20.038964015045348, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107922.5, 505389.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44834354983125563, "S11": 0.44834354983125563, "W12": -5.0, "S12": -5.0, "W13": -25.427639833648954, "S13": -25.427639833648954, "W21": -33.168591218770302, "S21": -33.168591218770302, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107923.0, 508925.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14863912622214404, "S11": -0.14863912622214404, "W12": -5.0605014070094647, "S12": -10.145347066494665, "W13": -24.520235792335441, "S13": -24.573478383178845, "W21": -31.923049411627925, "S21": -31.923049411627925, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107923.0, 510155.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33985895651159104, "S11": -0.068920794801118568, "W12": -10.0, "S12": -10.73930608304727, "W13": -17.775705637183783, "S13": -17.775705637183783, "W21": -30.051419637370586, "S21": -30.051419637370586, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107924.0, 504139.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83838970770590493, "S11": -1.5011804053803122, "W12": -5.8044386940721244, "S12": -19.85435692473995, "W13": -20.331744355557834, "S13": -20.656692519039897, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107924.666666666671517, 505847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58955132107257158, "S11": -1.0025246387103759, "W12": -6.4577789303620792, "S12": -9.039509486039746, "W13": -20.130015845987291, "S13": -20.415838478466842, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107925.0, 505664.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3960598374643975, "S11": -3.3960598374643975, "W12": -7.0698456666221619, "S12": -7.0698456666221619, "W13": -26.168059912964278, "S13": -26.168059912964278, "W21": -31.756602205497646, "S21": -33.320076412996265, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107925.0, 507926.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.591273489356392, "S12": -5.2154411745635363, "W13": -15.0, "S13": -15.0, "W21": -37.595911179703307, "S21": -37.595911179703307, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107925.0, 524348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4094741375595197, "S11": -2.9283363108979685, "W12": -7.726480678000323, "S12": -9.2445292841475712, "W13": -26.79750248401508, "S13": -26.79750248401508, "W21": -31.86586882926829, "S21": -32.4459947122605, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107925.25, 508133.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56402229127031422, "S11": -0.56402229127031422, "W12": -8.5433331410356068, "S12": -8.6311586321256328, "W13": -13.276087308620752, "S13": -22.196032691377471, "W21": -40.288272884517916, "S21": -40.288272884517916, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107925.842105263160192, 515999.92105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40812712162679365, "S11": -0.40812712162679365, "W12": -8.6727469907180872, "S12": -12.486166899726918, "W13": -14.937553069492964, "S13": -26.064224832652023, "W21": -38.34925323866117, "S21": -38.34925323866117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107926.0, 514035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59015053205292678, "S11": -0.59015053205292678, "W12": -9.2516839286855532, "S12": -9.2516839286855532, "W13": -17.088733158550465, "S13": -19.336580612845673, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107926.2, 501982.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9603373264199302, "S12": -5.1562726649103308, "W13": -25.0, "S13": -25.42187135684641, "W21": -31.455720365479959, "S21": -31.455720365479959, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107926.5, 510046.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.7400766343883092, "S12": -2.8587050862919861, "W13": -17.641284237680853, "S13": -17.641284237680853, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107926.571428571434808, 523079.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.879900561847855, "S12": -4.5073321422073942, "W13": -17.353561506720595, "S13": -17.353561506720595, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107928.5, 523208.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3826580322609217, "W12": -10.0, "S12": -13.665490935936347, "W13": -17.378576619934872, "S13": -19.414370498890339, "W21": -31.569583643314534, "S21": -31.569583643314534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107929.0, 500924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8985043104192942, "S11": -4.165075145749114, "W12": -5.0, "S12": -9.8240508003704186, "W13": -22.63055916719043, "S13": -22.645540098176273, "W21": -29.601174064016721, "S21": -29.601174064016721, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107929.0, 506803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9273933199116238, "S12": -5.9273933199116238, "W13": -20.0, "S13": -20.0, "W21": -37.977927644817711, "S21": -37.977927644817711, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107930.4, 521091.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3908867605552575, "S11": -3.4141870872192017, "W12": -6.9366867222226389, "S12": -6.9366867222226389, "W13": -26.009513207165266, "S13": -26.009513207165266, "W21": -31.75825422276122, "S21": -33.504391073233421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107931.0, 507887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4164886039886041, "S11": -0.4164886039886041, "W12": -4.7513976113937799, "S12": -6.4949200651187002, "W13": -25.0, "S13": -25.0, "W21": -33.058799008494447, "S21": -33.058799008494447, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107932.0, 509240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38666956623379267, "S11": -0.38666956623379267, "W12": -8.5675546607357962, "S12": -12.772968816646303, "W13": -14.560285748075545, "S13": -27.967452421322189, "W21": -38.597535757386652, "S21": -38.597535757386652, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107932.5, 514191.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21985225140712944, "S11": -0.32949475265274947, "W12": -10.0, "S12": -10.0, "W13": -16.39243204488778, "S13": -17.965184395984959, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107933.0, 501773.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2468884528655524, "S11": -2.2885338408394564, "W12": -6.2411138260007277, "S12": -6.2411138260007277, "W13": -25.388398429837899, "S13": -25.388398429837899, "W21": -32.1121850465519, "S21": -32.295485173340523, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107933.0, 508361.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4254790289086943, "S12": -5.4254790289086943, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107933.2, 521851.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2416991007150806, "S11": -1.2416991007150806, "W12": -9.4833476677281041, "S12": -10.514341938971926, "W13": -26.194877205483014, "S13": -26.61863855186218, "W21": -36.651197624432456, "S21": -36.651197624432456, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107933.666666666671517, 513008.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.7989929348560256, "W12": -9.0325552825552826, "S12": -10.955333900417967, "W13": -16.325585202710243, "S13": -19.325585202710243, "W21": -40.471610102288984, "S21": -40.471610102288984, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107934.0, 497059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.0914608579292473, "W12": -6.0914608579292473, "S12": -6.0914608579292473, "W13": -15.153822412783203, "S13": -18.112515540414769, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107934.166666666671517, 497704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44890687056080808, "S11": -0.44890687056080808, "W12": -8.8714617350075109, "S12": -11.935279697350106, "W13": -19.176354823639031, "S13": -26.133126757997413, "W21": -37.872059267858653, "S21": -37.872059267858653, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107934.666666666671517, 513761.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.711333383398256, "S12": -5.711333383398256, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107935.0, 521419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56717538812938184, "S11": -1.3987391773076197, "W12": -9.0455244597838398, "S12": -14.797585602438518, "W13": -17.519559219997792, "S13": -19.330168224570404, "W21": -33.600960130569376, "S21": -33.600960130569376, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107935.166666666671517, 500692.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5787757095895194, "S11": -2.2045893124319043, "W12": -4.0862011681084356, "S12": -14.086201168108435, "W13": -17.438758793447661, "S13": -17.694403898342767, "W21": -39.396439282400486, "S21": -39.396439282400486, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107935.5, 499867.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4556499731288319, "S11": -3.1392668039256089, "W12": -7.4890916537050227, "S12": -7.4890916537050227, "W13": -26.666526464052783, "S13": -26.666526464052783, "W21": -32.007408780487808, "S21": -32.796041611786968, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107936.0, 508064.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6672329477384764, "S11": -2.2403966251032261, "W12": -5.0, "S12": -5.0, "W13": -25.097613442395801, "S13": -25.097613442395801, "W21": -32.282135570904828, "S21": -32.282135570904828, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107936.0, 508547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52978121149555446, "S11": -0.52978121149555446, "W12": -4.9222439333193897, "S12": -4.9222439333193897, "W13": -18.667422478244884, "S13": -18.667422478244884, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107936.0, 522614.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.3424796149177678, "S12": -3.6373823764407121, "W13": -17.73992883503853, "S13": -17.73992883503853, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107936.857142857144936, 523033.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15024710035300048, "S11": -2.8497528996469996, "W12": -10.0, "S12": -10.998017138147151, "W13": -17.635216569334279, "S13": -20.567399765992178, "W21": -29.959076973020661, "S21": -29.959076973020661, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107937.0, 503687.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3182665173535182, "S11": -2.4371582050109488, "W12": -5.7262193372244443, "S12": -5.7262193372244443, "W13": -23.878018937749729, "S13": -23.878018937749729, "W21": -30.643135131381776, "S21": -31.214758258780563, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107937.0, 507220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.044013854398117891, "S11": -5.0440138543981181, "W12": -9.3588198278841812, "S12": -11.11491032414396, "W13": -17.621407304142025, "S13": -20.621407304142025, "W21": -29.676808807749591, "S21": -29.676808807749591, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107938.0, 503553.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28125807413296239, "S11": -0.035785864503022291, "W12": -10.0, "S12": -10.762525282415011, "W13": -18.197270656924037, "S13": -18.197270656924037, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107938.0, 504289.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27415799986224942, "S11": 0.27415799986224942, "W12": -5.0, "S12": -5.0, "W13": -25.443395487987672, "S13": -25.443395487987672, "W21": -33.19040184913306, "S21": -33.19040184913306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107938.0, 508885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5017188037126159, "S11": -0.5017188037126159, "W12": -8.9271612853391016, "S12": -9.6695250123499594, "W13": -23.814703043801039, "S13": -23.814703043801039, "W21": -34.377028655568466, "S21": -34.377028655568466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107939.0, 511167.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54551055320084285, "S11": -1.4132633391095371, "W12": -10.0, "S12": -15.0, "W13": -17.47261595964773, "S13": -19.384698245131528, "W21": -32.96617206655133, "S21": -32.96617206655133, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107940.0, 500770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8413791071744211, "S11": -1.4093721713390015, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -25.190537340596052, "S13": -25.190537340596052, "W21": -32.938357422271814, "S21": -32.938357422271814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107940.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46583523572709451, "S11": -0.46583523572709451, "W12": -8.5363199386835014, "S12": -9.5964411022625811, "W13": -12.733448525402618, "S13": -30.387200394131352, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107940.666666666671517, 515371.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.053437354933172337, "S11": -0.19874264629374608, "W12": -9.7207131741225421, "S12": -10.288559878184589, "W13": -18.836190338346139, "S13": -18.836190338346139, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107940.714285714289872, 504615.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3765046424829438, "S11": -0.43762177075154751, "W12": -8.9207809889823384, "S12": -8.9207809889823384, "W13": -19.186085485971983, "S13": -19.315328949045998, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107941.0, 504890.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19708657621048276, "S11": 0.19708657621048276, "W12": -5.0, "S12": -5.0, "W13": -25.403968780144982, "S13": -25.403968780144982, "W21": -33.163240260675565, "S21": -33.163240260675565, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107941.0, 508855.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68669281943194371, "S11": -0.68669281943194371, "W12": -8.213503037625026, "S12": -8.213503037625026, "W13": -13.929064609634406, "S13": -13.929064609634406, "W21": -40.295411093763555, "S21": -40.295411093763555, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107941.29310344827536, 516629.043103448289912 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35707988980715077, "S11": 0.35707988980715077, "W12": -10.0, "S12": -10.0, "W13": -17.656834141834782, "S13": -18.786809911997615, "W21": -30.240813310412967, "S21": -30.240813310412967, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107942.222222222218988, 503917.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51658438502403092, "S11": -0.51658438502403092, "W12": -8.5279924511033514, "S12": -9.0527934371580567, "W13": -13.037673348703409, "S13": -27.844927377772372, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107942.365853658542619, 515719.048780487792101 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4691324970688924, "S11": -3.0946131638208216, "W12": -7.5609461618055187, "S12": -7.5609461618055187, "W13": -26.776428904901035, "S13": -26.776428904901035, "W21": -32.045467707317073, "S21": -32.648255851000357, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107942.5, 508090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0165856570307836, "S12": -6.4741794767504075, "W13": -25.0, "S13": -25.32236188815423, "W21": -31.581380004484419, "S21": -31.581380004484419, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107943.0, 510090.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38929679918369769, "S11": -0.38929679918369769, "W12": -8.5440309735346158, "S12": -10.863142965825659, "W13": -13.225072853372446, "S13": -26.692143379879887, "W21": -39.560150906040427, "S21": -39.560150906040427, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107943.0, 514781.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6107703571065106, "S11": -1.6107703571065106, "W12": -6.2838754190551969, "S12": -6.2838754190551969, "W13": -20.0, "S13": -22.0, "W21": -40.023422414355018, "S21": -40.023422414355018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107944.0, 520375.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2961993137190302, "S11": -1.2961993137190302, "W12": -5.3525546810165414, "S12": -5.3525546810165414, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107944.6, 521963.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3837361981498062, "W12": -7.2054423825006175, "S12": -7.2054423825006175, "W13": -26.482332251027334, "S13": -26.482332251027334, "W21": -31.996188775304866, "S21": -33.22551907290547, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107945.0, 507979.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27190170940170932, "S11": -0.27190170940170932, "W12": -4.7397739126732379, "S12": -4.7933454273891227, "W13": -25.036186007717234, "S13": -25.036186007717234, "W21": -33.300162051588991, "S21": -33.300162051588991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107946.0, 509194.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -4.9206829039079025, "S12": -4.9206829039079025, "W13": -25.308958838209339, "S13": -25.308958838209339, "W21": -33.450064131414578, "S21": -33.450064131414578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107947.0, 509032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.9448825954472255, "S12": -4.4160596665894367, "W13": -17.838573432396203, "S13": -17.838573432396203, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107947.142857142855064, 522987.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.55143645361483307, "S11": -0.11615326608390686, "W12": -9.7446032098303004, "S12": -9.8000104734394373, "W13": -16.91745484535631, "S13": -19.849299906221308, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107948.222222222218988, 501295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18890255439928799, "S11": -0.18890255439928799, "W12": -8.8571523471121854, "S12": -9.4618358408287602, "W13": -23.404528582034196, "S13": -23.404528582034196, "W21": -34.294563494619268, "S21": -34.294563494619268, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107948.285714285710128, 511099.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9511481805954061, "S12": -2.9511481805954061, "W13": -15.246626084351295, "S13": -15.246626084351295, "W21": -36.653019128318519, "S21": -36.653019128318519, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107949.0, 524158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8507188030591606, "S11": -1.8507188030591606, "W12": -10.0, "S12": -10.0, "W13": -30.0, "S13": -30.0, "W21": -35.569861962725696, "S21": -35.569861962725696, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107949.6, 512366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.8035103536793446, "W12": -9.503685503685503, "S12": -10.943467416184275, "W13": -16.809999, "S13": -19.809999, "W21": -40.476969040831349, "S21": -40.787120086895655, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75350364786287438, "S11": -4.8603600514851255, "W12": -5.0, "S12": -6.6537197772475922, "W13": -14.908446032783228, "S13": -18.01289845594766, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6812008501594049, "S11": -1.2062116306682451, "W12": -5.181164311889491, "S12": -13.728843494692432, "W13": -14.985677983452362, "S13": -17.77697168974607, "W21": -39.942091326266279, "S21": -39.942091326266279, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6010350021847618, "S11": -2.3894161564558036, "W12": -4.0192186897349718, "S12": -14.019218689734972, "W13": -17.45533999231656, "S13": -17.550465034894042, "W21": -39.291312084527782, "S21": -39.291312084527782, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012591121091725666, "S11": -0.93899437581521206, "W12": -10.0, "S12": -12.606567686544718, "W13": -17.333140551656033, "S13": -19.529939979261144, "W21": -31.053779504370098, "S21": -31.053779504370098, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.45, "S11": -1.45, "W12": -4.06, "S12": -9.06, "W13": -17.559999, "S13": -17.559999, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53545074508333235, "S11": -0.53545074508333235, "W12": -9.1515692868811112, "S12": -11.12775191082391, "W13": -22.903792775087624, "S13": -23.673784079331867, "W21": -37.188628083603717, "S21": -37.188628083603717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 513365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59460917899472499, "S11": -0.59460917899472499, "W12": -9.2064510566057454, "S12": -9.2064510566057454, "W13": -17.098409815897192, "S13": -19.253634182702339, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.333333333328483, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63581836259720459, "S11": -0.63581836259720459, "W12": -9.1874566876336683, "S12": -11.035304975574805, "W13": -23.293837319355351, "S13": -23.376540593282098, "W21": -37.110405358142387, "S21": -37.110405358142387, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107950.857142857144936, 513317.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -6.4945963532457247, "S12": -9.4534228100659909, "W13": -17.596073720017102, "S13": -20.596073720017102, "W21": -29.505581837683618, "S21": -29.505581837683618, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107951.0, 503341.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.2334471461277339, "S12": -21.233447146127734, "W13": -23.581599213914387, "S13": -24.103464057103785, "W21": -32.666799787405438, "S21": -32.666799787405438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107951.0, 510356.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44054759848675717, "S11": -0.44054759848675717, "W12": -8.7912311708158004, "S12": -11.96044992448266, "W13": -18.489838822704975, "S13": -25.990942464543586, "W21": -37.914629847216524, "S21": -37.914629847216524, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107951.0, 513807.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38174880318743454, "S11": -0.38174880318743454, "W12": -8.5440007399860711, "S12": -12.002724846874983, "W13": -14.484682765686312, "S13": -28.348924650479262, "W21": -38.627879035325904, "S21": -38.627879035325904, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107951.0, 514232.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9391673355331607, "S12": -5.1215861710577109, "W13": -17.263127970475686, "S13": -17.263127970475686, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107951.0, 523246.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8711795140416014, "S11": -4.0971852970185276, "W12": -5.0000000000000009, "S12": -11.270762647490553, "W13": -22.238389180256423, "S13": -22.40556709055117, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107951.428571428565192, 506683.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73618598011120251, "S11": -0.73618598011120251, "W12": -9.2233440883862734, "S12": -10.942858040325588, "W13": -23.683881863623554, "S13": -24.068932976309014, "W21": -37.032182632680964, "S21": -37.032182632680964, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107951.714285714289872, 513270.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57984079587475623, "S11": -0.57984079587475623, "W12": -8.5098611973008076, "S12": -8.5098611973008076, "W13": -13.323285091807932, "S13": -20.97586528522131, "W21": -40.344219024789723, "S21": -40.344219024789723, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107952.401515151519561, 516040.007575757568702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83655359762507564, "S11": -0.83655359762507564, "W12": -9.2592314891388288, "S12": -10.850411105076478, "W13": -24.035183003011081, "S13": -25.277376385019124, "W21": -36.953959907219641, "S21": -36.953959907219641, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107952.571428571434808, 513223.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8092786404929155, "S11": -1.8092786404929155, "W12": -10.0, "S12": -13.057395525308671, "W13": -30.0, "S13": -30.0, "W21": -35.242795132828043, "S21": -35.242795132828043, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107952.875, 512172.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41232296624792641, "S11": 0.12045622365734182, "W12": -10.0, "S12": -10.640606883989017, "W13": -17.703098208868607, "S13": -17.703098208868607, "W21": -30.091205264427003, "S21": -30.091205264427003, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107953.0, 504108.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92233636718631784, "S11": -0.92233636718631784, "W12": -9.295118889891425, "S12": -10.757964169827428, "W13": -24.359176693553373, "S13": -27.346533217649565, "W21": -36.875737181758346, "S21": -36.875737181758346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107953.428571428565192, 513176.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62246752376003911, "S11": -2.2054927178311754, "W12": -3.994827735491111, "S12": -12.394494660568125, "W13": -16.750894879906248, "S13": -17.016431453751615, "W21": -39.181379554884174, "S21": -39.202429482013876, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107953.571428571434808, 500125.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6640777024927544, "S12": -5.6640777024927544, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107953.714285714289872, 521493.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0054218857949191, "S11": -1.0054218857949191, "W12": -9.3310062906439821, "S12": -10.665517234578321, "W13": -24.683170384095668, "S13": -29.415690050281274, "W21": -36.797514456297016, "S21": -36.797514456297016, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107954.285714285710128, 513129.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55021087464315421, "S11": -0.55021087464315421, "W12": -9.5331998508398907, "S12": -9.5331998508398907, "W13": -17.075791804159934, "S13": -19.067006883993116, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107954.8, 501951.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36907825034054786, "S11": -1.3690782503405479, "W12": -10.000000000000002, "S12": -13.086443551253659, "W13": -17.367981505209666, "S13": -19.522503441549933, "W21": -31.576791777484438, "S21": -31.576791777484438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107955.0, 500943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0659162616184865, "S12": -6.1699754005083003, "W13": -24.999999999999996, "S13": -25.3385284216135, "W21": -31.524954072099458, "S21": -31.524954072099458, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107955.0, 510086.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0885074044036243, "S11": -1.0885074044036243, "W12": -9.3668936913965855, "S12": -10.573070299329103, "W13": -25.016589445002584, "S13": -28.274147339189287, "W21": -36.719291730835593, "S21": -36.719291730835593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107955.142857142855064, 513082.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84248891676351012, "S11": -1.316630900778557, "W12": -5.9200917115353713, "S12": -20.92009171153537, "W13": -20.92009171153537, "S13": -20.92009171153537, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 505815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1715929230122255, "S11": -1.1715929230122255, "W12": -9.4027810921491426, "S12": -10.480623364079996, "W13": -25.766843425001028, "S13": -27.432616790411998, "W21": -36.641069005374263, "S21": -36.641069005374263, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 513035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9087295575972005, "S12": -5.9087295575972005, "W13": -20.0, "S13": -20.0, "W21": -37.71623132799872, "S21": -37.71623132799872, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107956.0, 521123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.2452512057423899, "S12": -4.8927025865038694, "W13": -17.937218029753883, "S13": -17.937218029753883, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107957.428571428565192, 522941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.7834560035721427, "W12": -9.503685503685503, "S12": -10.931016100651284, "W13": -16.809999, "S13": -19.809999, "W21": -40.472858549823691, "S21": -40.762990092123601, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107957.546875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7208502097601017, "S11": -1.7208502097601017, "W12": -6.0589940622671197, "S12": -6.0589940622671197, "W13": -20.0, "S13": -20.0, "W21": -38.603439951888433, "S21": -38.603439951888433, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107958.0, 520820.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81469124133585358, "S11": -0.81469124133585358, "W12": -4.4294603081150026, "S12": -8.8891042094540182, "W13": -17.567078269569997, "S13": -18.462276440301704, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107958.5, 503076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.239767866892894, "W12": -6.239767866892894, "S12": -6.239767866892894, "W13": -15.297572528730054, "S13": -18.297572528730054, "W21": -40.019264437906308, "S21": -40.019264437906308, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107959.0, 497635.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1314132941026696, "S12": -8.6863988308750368, "W13": -17.583049727160788, "S13": -20.001494849112007, "W21": -29.732521030880253, "S21": -29.732521030880253, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107959.0, 503236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5207035516068395, "S11": -3.2528027117722487, "W12": -7.3954116456107153, "S12": -7.3954116456107153, "W13": -26.755355325786997, "S13": -26.755355325786997, "W21": -32.222600313921191, "S21": -33.059086700276559, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107959.75, 508046.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -0.91, "W12": -5.6100001, "S12": -10.0999999, "W13": -14.6, "S13": -18.4, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12731481481481488, "S11": -0.12731481481481488, "W12": -4.7281502139526959, "S12": -4.7281502139526959, "W13": -25.15160398202072, "S13": -25.15160398202072, "W21": -33.4373642635544, "S21": -33.4373642635544, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 509149.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.8936360406186301, "S12": -11.122343557999702, "W13": -25.0, "S13": -25.0, "W21": -31.008157418148926, "S21": -31.008157418148926, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 509726.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8489521152348819, "S11": -0.8489521152348819, "W12": -7.3475541657359846, "S12": -8.5081928729310601, "W13": -17.238827167659341, "S13": -19.701124122552951, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107960.75, 502296.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33729357663799575, "S11": -0.33729357663799575, "W12": -10.0, "S12": -10.0, "W13": -17.02636175599843, "S13": -18.654691048530552, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107961.4, 501845.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61567889627260386, "S11": -1.9461045766633924, "W12": -5.0000000000000009, "S12": -14.783557069571422, "W13": -16.708427139778646, "S13": -17.920727939027614, "W21": -36.712811367169138, "S21": -36.793262170310364, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107963.0, 500381.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49206215084810423, "S11": -0.49206215084810423, "W12": -8.5362840365688921, "S12": -8.5362840365688921, "W13": -19.307488163229323, "S13": -19.475271612299867, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107963.0, 505004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2503670376509604, "S12": -7.2503670376509604, "W13": -19.805266896714638, "S13": -20.062313449797596, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107963.0, 505418.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0469984566477892, "S11": -2.0469984566477892, "W12": -5.4124814884930075, "S12": -19.251349190722259, "W13": -20.419714081442475, "S13": -20.79272729679488, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107963.0, 505957.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55031005205691752, "S11": -0.55031005205691752, "W12": -4.8552161170601309, "S12": -7.8966357501393141, "W13": -25.0, "S13": -25.023165866545767, "W21": -32.995778118296656, "S21": -32.995778118296656, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107965.833333333328483, 509294.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.3855838051432592, "S12": -8.3855838051432592, "W13": -19.360708137843435, "S13": -19.540691067590434, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107966.2, 505051.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89475383224806715, "S11": -1.4358391035658966, "W12": -5.8275216481722882, "S12": -20.500420293259566, "W13": -20.500420293259566, "S13": -20.633868252167247, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107967.0, 505841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.7118753585506572, "W12": -6.6845373003344966, "S12": -6.6845373003344966, "W13": -26.077491141402703, "S13": -26.077491141402703, "W21": -32.381154221268666, "S21": -32.579306729872179, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107967.0, 508282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4785849936184174, "S12": -5.3023106839991501, "W13": -18.035862627111552, "S13": -18.035862627111552, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107967.714285714289872, 522895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2348835737176262, "S12": -8.2348835737176262, "W13": -19.413928112457551, "S13": -19.606110522881, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107969.4, 505098.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37682804014107651, "S11": -0.37682804014107651, "W12": -8.5204468192363425, "S12": -11.232480877103661, "W13": -14.409079783297079, "S13": -28.730396879636338, "W21": -38.658222313265156, "S21": -38.658222313265156, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107969.5, 514273.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6371106066986432, "S11": -1.6371106066986432, "W12": -9.7420937422368432, "S12": -9.7420937422368432, "W13": -30.0, "S13": -30.0, "W21": -35.859207200706706, "S21": -35.859207200706706, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107969.625, 512571.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.8390371630761173, "W12": -5.8390371630761173, "S12": -5.8508248142397266, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107970.0, 497803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49628673179559152, "S11": -0.49628673179559152, "W12": -9.0665738161734595, "S12": -11.124281741650023, "W13": -22.64319144194322, "S13": -23.945652314002054, "W21": -37.202656783511074, "S21": -37.202656783511074, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107970.333333333328483, 513403.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088162523452157637, "S11": -0.23270807236428553, "W12": -10.0, "S12": -10.0, "W13": -15.970752293351746, "S13": -17.240739754166793, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107970.5, 501740.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18292286941752411, "S11": -0.18292286941752411, "W12": -5.3183465506949767, "S12": -10.511030776994469, "W13": -24.771553946804847, "S13": -24.775406709374352, "W21": -31.822550740343974, "S21": -31.822550740343974, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107970.5, 510170.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67653243806610108, "S11": -1.132127790961337, "W12": -6.4154312985372588, "S12": -13.561080479012034, "W13": -20.097909015091624, "S13": -20.415639340422384, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107971.0, 505676.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6967889707756765, "S12": -5.6967889707756765, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107971.0, 521446.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4180992030583406, "S12": -5.4180992030583406, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107971.0, 521868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0841833422921532, "S12": -8.0841833422921532, "W13": -19.467148087071578, "S13": -19.671529978171478, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107972.6, 505145.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6111497626491671, "S12": -5.9858875264815552, "W13": -15.0, "S13": -15.0, "W21": -37.59978927686349, "S21": -37.59978927686349, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107973.0, 524344.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.7086977044934493, "W12": -9.1714987714989569, "S12": -10.894944753795638, "W13": -16.809999, "S13": -19.809999, "W21": -40.454409873679481, "S21": -40.454409873679481, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107973.2, 497041.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9984341092184663, "S12": -5.7358401999080293, "W13": -17.172694434230774, "S13": -17.172694434230774, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107973.5, 523284.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.017272079772079785, "S11": 0.017272079772079785, "W12": -4.7741248335813307, "S12": -4.7741248335813307, "W13": -25.250722188452691, "S13": -25.250722188452691, "W21": -33.574566475519802, "S21": -33.574566475519802, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107974.0, 509103.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42971885749600058, "S11": -0.42971885749600058, "W12": -8.6591117297175142, "S12": -8.6591117297175142, "W13": -19.241559413298532, "S13": -19.406768633425699, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107974.142857142855064, 504959.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9651838527794112, "S11": -4.016904588989564, "W12": -5.0185855061325064, "S12": -10.018585506132506, "W13": -22.573258955427356, "S13": -22.649295560968689, "W21": -29.825252816350769, "S21": -29.825252816350769, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107975.0, 506805.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3942659677277653, "S11": -2.4236557928434173, "W12": -5.9921617372058673, "S12": -5.9921617372058673, "W13": -25.453841605251238, "S13": -25.453841605251238, "W21": -32.408695135253744, "S21": -32.414581749997453, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107975.0, 508383.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58016192930917287, "S11": -0.58016192930917287, "W12": -8.4821005772089482, "S12": -8.5745977889477469, "W13": -13.303876426335485, "S13": -21.419048032472745, "W21": -40.295283380809934, "S21": -40.295283380809934, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107975.447368421053397, 516003.223684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30822537890675927, "S11": -0.33739526905065131, "W12": -8.9733265096577544, "S12": -8.9733265096577544, "W13": -19.1117842206699, "S13": -19.24636176077685, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107975.5, 504857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9334831108665194, "S12": -7.9334831108665194, "W13": -19.520368061685691, "S13": -19.736949433462041, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107975.8, 505192.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43350084047674453, "S11": -0.43350084047674453, "W12": -8.6991030636710605, "S12": -11.927245743543644, "W13": -18.085818149964961, "S13": -25.853261373723708, "W21": -37.916253462130193, "S21": -37.916253462130193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107976.0, 513839.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59068637694791659, "S11": -2.4513606223126199, "W12": -3.9264514573805722, "S12": -13.926451457380571, "W13": -17.26015714056291, "S13": -17.613630042660812, "W21": -39.356458388580862, "S21": -39.356458388580862, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107976.75, 499881.875 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5539094485563782, "S11": -3.3926271021352674, "W12": -7.2298771294159128, "S12": -7.2298771294159128, "W13": -26.734281746672949, "S13": -26.734281746672949, "W21": -32.273138910129994, "S21": -33.281148125105673, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107977.0, 508003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1966828685938422, "S12": -6.623908069219862, "W13": -25.000000000000004, "S13": -25.290739260658611, "W21": -31.500677155218945, "S21": -31.500677155218945, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107977.0, 510099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7264248433099905, "S12": -5.7264248433099905, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107977.333333333328483, 521402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61292617553302964, "S11": -0.61292617553302964, "W12": -9.1132244483924136, "S12": -10.938939308557474, "W13": -23.344527287585009, "S13": -23.344527287585009, "W21": -37.050802499192265, "S21": -37.050802499192265, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107978.0, 513321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7119187814944672, "S12": -5.7119187814944672, "W13": -18.134507224469232, "S13": -18.134507224469232, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107978.0, 522849.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.0342178868251377, "W12": -6.0342178868251377, "S12": -6.0342178868251377, "W13": -15.153555445998421, "S13": -18.153555445998421, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107978.083333333328483, 497718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7827828794408873, "S12": -7.7827828794408873, "W13": -19.573588036299807, "S13": -19.802368888752607, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107979.0, 505240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0795871686558074, "S11": -2.0393894511301842, "W12": -5.3916353557141319, "S12": -18.996416306323379, "W13": -20.410875658106512, "S13": -20.795355483299904, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107979.0, 505963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60809086309592253, "S11": -2.5662537628063098, "W12": -3.9031759325582676, "S12": -13.785269354416929, "W13": -17.324430197187358, "S13": -17.324430197187358, "W21": -39.268329456812225, "S21": -39.296306937577448, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107980.0, 500009.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6047142953767064, "S11": -1.1047142953767064, "W12": -6.619291183203095, "S12": -10.386781077930586, "W13": -20.019874257170301, "S13": -20.329832393333191, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107980.0, 505614.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61710386817836849, "S11": -2.6171038681783685, "W12": -3.8944118133230479, "S12": -12.807202403072507, "W13": -17.355951203844242, "S13": -17.564835925730851, "W21": -39.217939681687334, "S21": -39.258146373250376, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107981.0, 500067.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35538315988657587, "S11": -0.35538315988657587, "W12": -8.9679262210059694, "S12": -9.7895894320471548, "W13": -23.796395694135274, "S13": -23.796395694135274, "W21": -34.176564315349935, "S21": -34.176564315349935, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107981.857142857144936, 511153.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51652495360485307, "S11": -0.23063661908998689, "W12": -10.0, "S12": -10.0, "W13": -16.68207920694417, "S13": -19.075265651847161, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107982.0, 501391.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.10101620703176062, "S11": -3.4522891933406794, "W12": -10.0, "S12": -11.333738977620877, "W13": -17.615733057209098, "S13": -20.615733057209098, "W21": -29.835536427188991, "S21": -29.835536427188991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107982.0, 503630.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48476037606053657, "S11": 0.30980664219207699, "W12": -10.0, "S12": -10.541907684930768, "W13": -17.660855389284833, "S13": -17.660855389284837, "W21": -30.130990891483425, "S21": -30.130990891483425, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107982.0, 504077.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7889611556670098, "S11": -1.7889611556670098, "W12": -9.8918778427550365, "S12": -9.8918778427550365, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.54718475947525, "S21": -35.54718475947525, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107982.0, 512397.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.002122070986775082, "S11": -0.077827116718052591, "W12": -9.6741372384202755, "S12": -10.138547433051915, "W13": -18.775585992549878, "S13": -18.775585992549882, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107983.0, 504599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4782012819115728, "S11": -0.4782012819115728, "W12": -8.4832819029288906, "S12": -9.5635906788833829, "W13": -12.777451485699896, "S13": -30.441991865698832, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107983.333333333328483, 515395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51027121723333746, "S11": -0.51027121723333746, "W12": -9.814715772994564, "S12": -9.814715772994564, "W13": -17.062850449769378, "S13": -18.797433155140435, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107983.4, 501920.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42787116595064434, "S11": -0.42787116595064434, "W12": -5.2866035644239791, "S12": -8.0445536826351614, "W13": -25.0, "S13": -25.178152776768631, "W21": -31.59418777871895, "S21": -31.59418777871895, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107983.5, 510126.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65497907578232961, "S11": -0.65497907578232961, "W12": -4.9360612018260666, "S12": -4.9360612018260666, "W13": -18.684536049715561, "S13": -18.684536049715561, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107983.666666666671517, 522599.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45650642474271219, "S11": -0.45650642474271219, "W12": -8.8044220259110659, "S12": -11.601393292684756, "W13": -20.384933579161345, "S13": -25.746634994095981, "W21": -37.637558172220132, "S21": -37.637558172220132, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107984.0, 513683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57319004362722326, "S11": -2.0058189828421451, "W12": -8.2926920768308054, "S12": -15.27646342565675, "W13": -17.521673277455189, "S13": -19.517694285959966, "W21": -33.927886298627151, "S21": -33.927886298627151, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107984.333333333328483, 500692.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5200339233332707, "S11": -0.12886880693755798, "W12": -10.0, "S12": -10.0, "W13": -16.816133688432966, "S13": -19.50766244523615, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107984.333333333328483, 501325.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44054408774969511, "S11": 0.32516521169399265, "W12": -10.0, "S12": -10.0, "W13": -17.64175847992507, "S13": -18.418324765836978, "W21": -30.279350658442283, "S21": -30.279350658442283, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107984.777777777781012, 503896.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36737556414396555, "S11": -0.36737556414396555, "W12": -8.7819394228659551, "S12": -8.7819394228659551, "W13": -19.175630663367812, "S13": -19.338265654551616, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107985.285714285710128, 504914.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5329627042883085, "S11": -0.10468630964080483, "W12": -9.9851785734729059, "S12": -11.972560276942932, "W13": -17.176492404813573, "S13": -19.715021233698195, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107986.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -2.7257736555783465, "S12": -2.7257736555783465, "W13": -17.589573885688605, "S13": -17.589573885688605, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107987.0, 523094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.358909097370451, "S11": -1.358909097370451, "W12": -5.3499899615917785, "S12": -5.3499899615917785, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107987.4, 521973.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.003736347959379, "W12": -6.0758844581500302, "S12": -9.254952435319904, "W13": -17.581048263894107, "S13": -20.581048263894107, "W21": -29.504872241335907, "S21": -29.504872241335907, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107988.0, 503304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16185897435897434, "S11": 0.16185897435897434, "W12": -4.9386952776254995, "S12": -4.9386952776254995, "W13": -25.198001578381557, "S13": -25.198001578381557, "W21": -33.706451168390544, "S21": -33.706451168390544, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107988.0, 509058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37190727709471838, "S11": -0.37190727709471838, "W12": -8.4968928984866157, "S12": -10.46223690733234, "W13": -14.333476800907846, "S13": -29.11186910879341, "W21": -38.688565591204409, "S21": -38.688565591204409, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107988.0, 514315.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.9999999999999991, "S12": -7.3999471886411623, "W13": -14.980431413847366, "S13": -14.980431413847366, "W21": -39.466791319789678, "S21": -39.466791319789678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107988.0, 524714.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.53586883642966898, "S11": -0.20360606358412225, "W12": -10.0, "S12": -12.744839728023312, "W13": -17.289011975673631, "S13": -19.717601642316033, "W21": -30.671251280663714, "S21": -30.671251280663714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107990.0, 501075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46296494038769631, "S11": -0.46296494038769631, "W12": -8.8258014024495797, "S12": -11.491723472483352, "W13": -20.780081852624754, "S13": -25.402050127557786, "W21": -37.547865556911049, "S21": -37.547865556911049, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107990.0, 513637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49035736232683741, "S11": -0.49035736232683741, "W12": -8.9815783454658167, "S12": -11.120811572475972, "W13": -22.382590108799331, "S13": -24.087657928437402, "W21": -37.220155066578428, "S21": -37.220155066578428, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107990.666666666671517, 513442.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.35439583002534147, "W12": -10.0, "S12": -10.516190084762311, "W13": -17.657931172632061, "S13": -17.657931172632061, "W21": -30.137014491175396, "S21": -30.137014491175396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107991.0, 504076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.75133903589413009, "W12": -6.8811429473518047, "S12": -6.8811429473518047, "W13": -19.902861621962536, "S13": -20.200648464788799, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107991.0, 505525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70235647720982319, "S11": -0.70235647720982319, "W12": -8.219236264420033, "S12": -8.219236264420033, "W13": -13.937191646172677, "S13": -13.937191646172677, "W21": -40.189810300078769, "S21": -40.189810300078769, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107991.284482758623199, 516629.159482758608647 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53219223705084262, "S11": -0.53219223705084262, "W12": -8.4665999592087946, "S12": -9.0477658751942833, "W13": -13.065235410145345, "S13": -27.133496108457145, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107992.146341463419958, 515719.219512195093557 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.546351791886087, "S12": -8.8156787933280043, "W13": -17.559164978494412, "S13": -18.766199350996409, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107993.0, 503102.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7530378037803782, "S11": -1.7530378037803782, "W12": -10.0, "S12": -12.963800265634283, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.177873142489418, "S21": -35.177873142489418, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107993.5, 512189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0000000000000018, "S12": -6.9578582387890755, "W13": -25.0, "S13": -25.5697525394766, "W21": -30.89741211789033, "S21": -30.89741211789033, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107994.0, 509969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.2281060799863566, "S12": -5.2281060799863566, "W13": -25.0, "S13": -25.387488192981181, "W21": -31.345231869254341, "S21": -31.345231869254341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107994.0, 510076.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6551525333905559, "S12": -5.6551525333905559, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107994.428571428565192, 521512.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9466972717344546, "S11": -3.9526457939320085, "W12": -5.0, "S12": -10.83418437681131, "W13": -22.249692707464732, "S13": -22.45227081827651, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107994.571428571434808, 506706.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1669725638600858, "S11": -0.1669725638600858, "W12": -8.9402118690825958, "S12": -9.7072038525589672, "W13": -23.602422310757113, "S13": -23.602422310757113, "W21": -34.095914921363871, "S21": -34.095914921363871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107994.857142857144936, 511116.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63344437470746173, "S11": -2.6800384339336425, "W12": -3.8309468447691088, "S12": -11.213097723819747, "W13": -16.757632579370451, "S13": -17.321843457559048, "W21": -39.143037938927087, "S21": -39.214663167553233, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107995.785714285710128, 500145.357142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.31615572474162357, "W12": -10.0, "S12": -10.0, "W13": -16.532347997632669, "S13": -18.585803938027912, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107996.0, 501456.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -5.7387056167202832, "W13": -17.082260897985865, "S13": -17.082260897985865, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107996.0, 523322.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30503227079186179, "S11": -0.30503227079186179, "W12": -8.9047671160145772, "S12": -8.9047671160145772, "W13": -19.108112755206996, "S13": -19.253575449375578, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107996.428571428565192, 504869.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45083576468959091, "S11": -0.45083576468959091, "W12": -8.7458087798011128, "S12": -11.609164368428008, "W13": -20.174916087552592, "S13": -25.872962073227381, "W21": -37.660579389128436, "S21": -37.660579389128436, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107997.0, 513713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9412812618907607, "S11": -3.9412812618907607, "W12": -5.0, "S12": -11.022933160029934, "W13": -22.179439920822052, "S13": -22.408746992901182, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107998.0, 506685.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.7985015959660968, "S12": -5.6826560566851274, "W13": -18.214561969740302, "S13": -18.214561969740302, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107998.4, 522810.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 107999.0, 528417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.6706450941699256, "W12": -11.5, "S12": -12.85728872470257, "W13": -16.809999, "S13": -19.809999, "W21": -40.449735974113928, "S21": -40.627252626708, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.6307855163170988, "W12": -9.1044226044226058, "S12": -10.848659536980371, "W13": -16.809999, "S13": -19.809999, "W21": -40.437809262341105, "S21": -40.437809262341105, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.590925938464272, "W12": -8.7051597051597049, "S12": -10.836344845572665, "W13": -16.809999, "S13": -19.809999, "W21": -40.425882550568275, "S21": -40.425882550568275, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.551066360611447, "W12": -8.3058968058968041, "S12": -10.824030154164959, "W13": -16.177836616580311, "S13": -19.177836616580311, "W21": -40.413955838795452, "S21": -40.413955838795452, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.5112067827586202, "W12": -7.9125292684092319, "S12": -10.817610824532579, "W13": -16.08619177401355, "S13": -19.08619177401355, "W21": -40.402029127022629, "S21": -40.402029127022629, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.4313884652190989, "W12": -7.5320399483920291, "S12": -10.824069712370571, "W13": -15.994546931446793, "S13": -16.748534582591635, "W21": -40.390102415249793, "S21": -40.390102415249793, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.3139391015668647, "W12": -7.3139391015668647, "S12": -10.812690199523646, "W13": -15.90476968442449, "S13": -17.068901603444498, "W21": -40.35318595823648, "S21": -40.35318595823648, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.8864897379146299, "W12": -6.8864897379146299, "S12": -9.8749012607721642, "W13": -15.815487350221469, "S13": -17.389763537116643, "W21": -40.306300425751544, "S21": -40.306300425751544, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.7690403742623957, "W12": -6.7690403742623957, "S12": -8.7803480144976049, "W13": -15.726205016018447, "S13": -17.710625470788784, "W21": -40.259414893266616, "S21": -40.259414893266616, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.6515910106101606, "W12": -6.6515910106101606, "S12": -7.6857947682230501, "W13": -15.636922681815424, "S13": -18.031487404460929, "W21": -40.212529360781687, "S21": -40.212529360781687, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.5341416469579263, "W12": -6.5341416469579263, "S12": -6.5912415219484926, "W13": -15.547640347612402, "S13": -18.352349338133074, "W21": -40.165643828296758, "S21": -40.165643828296758, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.4166922833056912, "W12": -6.4166922833056912, "S12": -6.4166922833056912, "W13": -15.458358013409381, "S13": -18.458358013409381, "W21": -40.11875829581183, "S21": -40.11875829581183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.2992429196534561, "W12": -6.2992429196534561, "S12": -6.2992429196534561, "W13": -15.369075679206359, "S13": -18.369075679206361, "W21": -40.071872763326901, "S21": -40.071872763326901, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.1817935560012227, "W12": -6.1817935560012227, "S12": -6.1817935560012227, "W13": -15.279793345003336, "S13": -18.279793345003334, "W21": -40.024987230841965, "S21": -40.024987230841965, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -6.0643441923489867, "W12": -6.0643441923489867, "S12": -6.0643441923489867, "W13": -15.190511010800316, "S13": -18.190511010800314, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.9468948286967525, "W12": -5.9468948286967525, "S12": -5.9468948286967525, "W13": -15.101228676597293, "S13": -18.101228676597295, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.8294454650445182, "W12": -5.8294454650445182, "S12": -5.8950457118439203, "W13": -15.011946342394273, "S13": -18.011946342394275, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.7119961013922831, "W12": -5.7119961013922831, "S12": -6.1084753429748595, "W13": -14.97981436606036, "S13": -17.97981436606036, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5945467377400488, "W12": -5.5945467377400488, "S12": -6.3219049741057978, "W13": -14.956510591538978, "S13": -17.956510591538979, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.3183699870633898, "W12": -5.3183699870633898, "S12": -6.5353346052367378, "W13": -14.933206817017595, "S13": -17.933206817017595, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.3869340232858995, "W12": -5.0, "S12": -6.7487642363676752, "W13": -14.909903042496213, "S13": -17.943571404962157, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.4554980595084093, "W12": -5.0, "S12": -6.9621938674986135, "W13": -14.886599267974827, "S13": -17.974033114454048, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.716339148063173, "S11": -2.7404012437940914, "W12": -5.0, "S12": -7.1756234986295517, "W13": -14.863295493453444, "S13": -18.004494823945944, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72914612088325637, "S11": -1.8329500831165153, "W12": -5.0, "S12": -7.3890531297604909, "W13": -14.839991718932062, "S13": -18.034956533437839, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74195309370333962, "S11": -1.054401928501135, "W12": -5.0, "S12": -7.60248276089143, "W13": -14.816687944410678, "S13": -18.065418242929731, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75476006652342276, "S11": -1.5205336942396281, "W12": -5.0176997505887302, "S12": -7.8336121426110985, "W13": -14.793384169889295, "S13": -18.095879952421626, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76756703934350612, "S11": -2.7987215903514473, "W12": -5.0895248254415479, "S12": -8.1188668485948554, "W13": -14.770080395367911, "S13": -18.126341661913521, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78037401216358948, "S11": -2.7869039108730349, "W12": -5.1613499002943648, "S12": -8.4041215545786105, "W13": -14.746776620846529, "S13": -18.156803371405417, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79318098498367262, "S11": -2.5919024273885949, "W12": -5.2331749751471826, "S12": -8.6893762605623657, "W13": -14.723472846325144, "S13": -18.187265080897308, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80598795780375598, "S11": -2.3969009439041562, "W12": -5.30500005, "S12": -8.9746309665461226, "W13": -14.70016907180376, "S13": -18.2177267903892, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81879493062383912, "S11": -2.2018994604197157, "W12": -5.3668532069930066, "S12": -9.249913754670068, "W13": -14.676865297282376, "S13": -18.248188499881095, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83160190344392249, "S11": -2.0068979769352762, "W12": -5.4287063639860147, "S12": -9.5251965427940153, "W13": -14.653561522760992, "S13": -18.278650209372991, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84440887626400585, "S11": -1.8118964934508366, "W12": -5.490559520979021, "S12": -9.800479330917959, "W13": -14.630352882289147, "S13": -18.309207052914424, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85721584908408899, "S11": -1.5738517990627434, "W12": -5.5283042472338222, "S12": -9.7548269536439776, "W13": -14.626992522341784, "S13": -18.359612176980338, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87002282190417224, "S11": -1.3375528607091653, "W12": -5.5046491679075666, "S12": -9.2667461425497457, "W13": -14.639193243064769, "S13": -18.362607839115263, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8828297947242556, "S11": -1.2217890728578755, "W12": -5.4577257780463739, "S12": -8.074359468202708, "W13": -14.694147306894045, "S13": -18.229715419843519, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8890527079826418, "S11": -1.0994412254448886, "W12": -5.3933251754810065, "S12": -8.0741404233086733, "W13": -14.75059072898727, "S13": -18.14552295020075, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88559340879959225, "S11": -0.96741116559046603, "W12": -5.3289245729156383, "S12": -8.0739213784146386, "W13": -14.807034151080494, "S13": -18.061330480557977, "W21": -39.997761454255887, "S21": -39.997761454255887, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87301806588735398, "S11": -0.94577708800609661, "W12": -5.2645239703502709, "S12": -9.0358659471140363, "W13": -14.863477573173718, "S13": -17.977138010915208, "W21": -39.965963929481504, "S21": -39.965963929481504, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84326248671625936, "S11": -1.1161088196615445, "W12": -5.2001233677849044, "S12": -10.397070104048023, "W13": -14.919920995266942, "S13": -17.892945541272436, "W21": -39.934166404707128, "S21": -39.934166404707128, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 498950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81350690754516475, "S11": -1.0932006239329373, "W12": -5.1357227652195361, "S12": -11.758274260982009, "W13": -14.976364417360166, "S13": -17.808753071629667, "W21": -39.902368879932752, "S21": -39.902368879932752, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78375132837407013, "S11": -1.3653303283540779, "W12": -5.0713221626541687, "S12": -13.119478417916, "W13": -15.266664752378068, "S13": -17.958417514911574, "W21": -39.870571355158383, "S21": -39.870571355158383, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75399574920297563, "S11": -1.6374600327752182, "W12": -5.0069215600888013, "S12": -14.480682574849986, "W13": -15.725441417548108, "S13": -18.276558288345619, "W21": -39.838773830384, "S21": -39.838773830384, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72424017003188101, "S11": -1.9095897371963586, "W12": -4.9302757773869175, "S12": -14.930275777386917, "W13": -16.18421808271815, "S13": -18.594699061779668, "W21": -39.806976305609631, "S21": -39.806976305609631, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6944845908607864, "S11": -2.1817194416174992, "W12": -4.8521554441973915, "S12": -14.852155444197392, "W13": -16.642994747888192, "S13": -18.912839835213713, "W21": -39.775178780835247, "S21": -39.775178780835247, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6647290116896919, "S11": -2.4538491460386394, "W12": -4.7740351110078656, "S12": -14.774035111007866, "W13": -16.761389758349448, "S13": -18.890598953938976, "W21": -39.743381256060871, "S21": -39.743381256060871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63497343251859717, "S11": -2.5592644928096577, "W12": -4.6959147778183388, "S12": -14.695914777818338, "W13": -16.792485656524946, "S13": -18.781058960378481, "W21": -39.711583731286495, "S21": -39.711583731286495, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60521785334750267, "S11": -2.3605722322395484, "W12": -4.6177944446288119, "S12": -14.617794444628812, "W13": -16.823581554700439, "S13": -18.671518966817978, "W21": -39.679786206512119, "S21": -39.679786206512119, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57546227417640805, "S11": -2.2876447391090915, "W12": -4.5396741114392851, "S12": -14.539674111439286, "W13": -16.854677452875936, "S13": -18.561978973257482, "W21": -39.647988681737743, "S21": -39.647988681737743, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5695912564421538, "S11": -2.2866888589262548, "W12": -4.4615537782497592, "S12": -14.461553778249758, "W13": -16.885773351051434, "S13": -18.452438979696982, "W21": -39.616191156963374, "S21": -39.616191156963374, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57145725964101646, "S11": -2.3199046964188508, "W12": -4.3834334450602324, "S12": -14.383433445060232, "W13": -16.916869249226934, "S13": -18.34289898613649, "W21": -39.584393632188991, "S21": -39.584393632188991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.573323262839879, "S11": -2.3531205339114463, "W12": -4.3053131118707064, "S12": -14.305313111870706, "W13": -16.947965147402432, "S13": -18.233358992575994, "W21": -39.552596107414615, "S21": -39.552596107414615, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57518926603874165, "S11": -2.3863363714040418, "W12": -4.2271927786811805, "S12": -14.22719277868118, "W13": -16.979061045577925, "S13": -18.123818999015491, "W21": -39.520798582640239, "S21": -39.520798582640239, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57705526923760431, "S11": -2.4195522088966372, "W12": -4.1490724454916537, "S12": -14.149072445491655, "W13": -17.010156943753426, "S13": -18.014279005454998, "W21": -39.489001057865863, "S21": -39.489001057865863, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57892127243646696, "S11": -2.4527680463892332, "W12": -4.0709521123021268, "S12": -14.070952112302127, "W13": -17.041252841928923, "S13": -17.904739011894499, "W21": -39.457203533091487, "S21": -39.457203533091487, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58227679567118884, "S11": -2.4874734039176882, "W12": -3.9928317791126009, "S12": -13.992831779112601, "W13": -17.07234874010442, "S13": -17.795199018334003, "W21": -39.425406008317111, "S21": -39.425406008317111, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58767326396633146, "S11": -2.5242197065065639, "W12": -3.9147114459230741, "S12": -13.914711445923075, "W13": -17.103444638279917, "S13": -17.685659024773507, "W21": -39.393608483542742, "S21": -39.393608483542742, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59306973226147419, "S11": -2.5609660090954396, "W12": -3.8398148658328282, "S12": -13.839814865832828, "W13": -17.134540536455415, "S13": -17.576119031213008, "W21": -39.3606835707212, "S21": -39.3606835707212, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59846620055661681, "S11": -2.5977123116843153, "W12": -3.8355722078351424, "S12": -13.835572207835142, "W13": -17.165636434630912, "S13": -17.466579037652512, "W21": -39.327332273958746, "S21": -39.338700485844647, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60386266885175954, "S11": -2.6038626688517597, "W12": -3.8313295498374567, "S12": -13.831329549837456, "W13": -17.196732332806409, "S13": -17.357039044092016, "W21": -39.293980977196291, "S21": -39.332823295906437, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61051284409999307, "S11": -2.610512844099993, "W12": -3.8270868918397705, "S12": -13.527849834956267, "W13": -17.227828230981906, "S13": -17.247499050531516, "W21": -39.260629680433844, "S21": -39.309058519981207, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61811926500011494, "S11": -2.6181192650001148, "W12": -3.8228442338420847, "S12": -12.702190317957646, "W13": -17.258924129157403, "S13": -17.51159746320139, "W21": -39.222906681367483, "S21": -39.280922041752071, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62572568590023681, "S11": -2.7172926775576896, "W12": -3.818601575844399, "S12": -11.876530800959026, "W13": -17.179949042977963, "S13": -17.608003123388716, "W21": -39.179905219032669, "S21": -39.247507100254474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63498404323220292, "S11": -2.723512642336595, "W12": -3.8143589178467132, "S12": -11.050871283960406, "W13": -16.734407284130242, "S13": -17.337842110907758, "W21": -39.136903756697862, "S21": -39.214092158756891, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63407988431220463, "S11": -2.6416226797515923, "W12": -3.8101162598490275, "S12": -11.082964625622683, "W13": -16.288865525282525, "S13": -17.067681098426803, "W21": -38.756306992380402, "S21": -38.843081915276649, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63217588141086689, "S11": -2.5587328731852499, "W12": -3.8058736018513417, "S12": -11.569905637016763, "W13": -16.027570821288286, "S13": -16.981767140799331, "W21": -38.247494292097961, "S21": -38.343855735831433, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63027187850952915, "S11": -2.4758430666189071, "W12": -3.8189865763695732, "S12": -12.074202280926757, "W13": -16.29302392141874, "S13": -17.422600987296548, "W21": -37.738681591815521, "S21": -37.844629556386209, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62836787560819141, "S11": -2.4172722719794404, "W12": -4.426476397790946, "S12": -13.172875771739896, "W13": -16.558477021549194, "S13": -17.863434833793768, "W21": -37.22986889153308, "S21": -37.345403376940993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62646387270685366, "S11": -2.3630305161122966, "W12": -4.852977699401154, "S12": -14.090560742741868, "W13": -16.740824528736113, "S13": -18.221163087347449, "W21": -36.721056191250639, "S21": -36.84617719749577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62455986980551592, "S11": -2.3152360393223645, "W12": -5.2402836134453779, "S12": -14.969050326177857, "W13": -16.91734397556332, "S13": -18.573063280541419, "W21": -36.226311234575675, "S21": -36.36101876165803, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62265586690417807, "S11": -2.2997036570877074, "W12": -5.821766206482593, "S12": -15.605964196025822, "W13": -17.093863422390527, "S13": -18.924963473735392, "W21": -35.745757011772852, "S21": -35.890051059692425, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61581393681936991, "S11": -2.279233347669579, "W12": -6.4032487995198073, "S12": -15.557172949518989, "W13": -17.270382869217734, "S13": -19.173223241610778, "W21": -35.265202788970036, "S21": -35.419083357726834, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60146425960348437, "S11": -2.2512552911203736, "W12": -6.9847313925570225, "S12": -15.496759783156726, "W13": -17.446902316044937, "S13": -19.403415962369817, "W21": -34.821893780776058, "S21": -34.924167215843013, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58711458238759895, "S11": -2.2232772345711682, "W12": -7.5662139855942376, "S12": -15.436346616794459, "W13": -17.547786688001199, "S13": -19.55797360825791, "W21": -34.391891294088573, "S21": -34.438484916390699, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57276490517171352, "S11": -2.1945103989323052, "W12": -8.161650114591291, "S12": -15.389886986392034, "W13": -17.517385915457744, "S13": -19.581246109646287, "W21": -33.961888807401088, "S21": -33.961888807401088, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55841522795582799, "S11": -2.1653966894666379, "W12": -9.2082505729564552, "S12": -15.794591685357718, "W13": -17.486985142914289, "S13": -19.604518611034663, "W21": -33.531886320713596, "S21": -33.531886320713596, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54448194569957964, "S11": -2.136699374960608, "W12": -9.9999999999999982, "S12": -13.823647697566859, "W13": -17.456584370370834, "S13": -19.627791112423044, "W21": -33.101883834026111, "S21": -33.101883834026111, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53623079643236027, "S11": -2.113684193443607, "W12": -10.0, "S12": -13.311322560358734, "W13": -17.426183597827379, "S13": -19.65106361381142, "W21": -32.671881347338619, "S21": -32.671881347338619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52776312599990305, "S11": -1.9949732529177546, "W12": -10.0, "S12": -12.823941158778334, "W13": -17.395782825283924, "S13": -19.674336115199797, "W21": -32.241878860651134, "S21": -32.241878860651134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5015474863043583, "S11": -1.5329952776686426, "W12": -10.000000000000002, "S12": -12.336559757197936, "W13": -17.365382052740465, "S13": -19.69760861658817, "W21": -31.811876373963646, "S21": -31.811876373963646, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17578338227673165, "S11": -0.65391252173650805, "W12": -10.0, "S12": -12.098427194317605, "W13": -17.334981280197013, "S13": -19.720881117976553, "W21": -31.381873887276157, "S21": -31.381873887276157, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44439626878562782, "S11": -0.31225798579994662, "W12": -10.0, "S12": -12.922881785895484, "W13": -17.304580507653558, "S13": -19.74415361936493, "W21": -30.951871400588672, "S21": -30.951871400588672, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52581206473370179, "S11": -0.15780054042420766, "W12": -10.0, "S12": -12.463453132588635, "W13": -17.264758334977312, "S13": -19.758004720620516, "W21": -30.521868913901187, "S21": -30.521868913901187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.52173627601620343, "S11": -0.088834679714040687, "W12": -10.0, "S12": -12.038340208687206, "W13": -17.161281317814165, "S13": -19.736550717702688, "W21": -30.125081511198083, "S21": -30.125081511198083, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51766048729870495, "S11": -0.01986881900387405, "W12": -10.0, "S12": -11.419558359621444, "W13": -17.057804300651014, "S13": -19.848283956314607, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.51358469858120648, "S11": -0.0152906950310292, "W12": -10.0, "S12": -10.800776510555682, "W13": -16.954327283487867, "S13": -19.948220011541157, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.509508909863708, "S11": -0.076980847023268462, "W12": -10.0, "S12": -10.18199466148992, "W13": -16.85085026632472, "S13": -19.613746858162301, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50543312114620953, "S11": -0.15248258005648285, "W12": -10.0, "S12": -10.0, "W13": -16.747373249161569, "S13": -19.279273704783446, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.50135733242871117, "S11": -0.22798431308969713, "W12": -10.0, "S12": -10.0, "W13": -16.643896231998422, "S13": -18.94480055140459, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.3007675898341241, "W12": -10.0, "S12": -10.0, "W13": -16.540419214835275, "S13": -18.610327398025735, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42382739212007503, "S11": -0.44836614202976499, "W12": -10.0, "S12": -10.0, "W13": -16.436942197672124, "S13": -18.275854244646879, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.32884615384615379, "S11": -0.4481197121462609, "W12": -10.0, "S12": -10.0, "W13": -16.333465180508977, "S13": -17.941381091268024, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23386491557223263, "S11": -0.36911232842271047, "W12": -10.0, "S12": -10.0, "W13": -16.229988163345826, "S13": -17.606907937889165, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13888367729831139, "S11": -0.29010494469916015, "W12": -10.0, "S12": -10.0, "W13": -16.126511146182679, "S13": -17.27243478451031, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043902439024390241, "S11": -0.21109756097560978, "W12": -10.0, "S12": -10.0, "W13": -16.023034129019528, "S13": -17.013128172906676, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.051078799249530987, "S11": -0.17391387647922357, "W12": -10.0, "S12": -10.0, "W13": -15.945561097256858, "S13": -17.074840094122063, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14606003752345223, "S11": -0.19868252548225096, "W12": -10.0, "S12": -10.0, "W13": -16.535523690773068, "S13": -17.806737896919454, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28920359684836416, "S11": -0.28920359684836416, "W12": -10.0, "S12": -10.0, "W13": -17.03080264082039, "S13": -18.456004134824713, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44678539000029294, "S11": -0.44678539000029294, "W12": -9.9892365684181872, "S12": -9.9892365684181872, "W13": -17.054354152870928, "S13": -18.633542934733192, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5288995587853621, "S11": -0.5288995587853621, "W12": -9.6735164916983098, "S12": -9.6735164916983098, "W13": -17.077905664921467, "S13": -18.807688220504168, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57253438878795737, "S11": -0.57253438878795737, "W12": -9.3570843570843572, "S12": -9.3570843570843572, "W13": -17.101457176972005, "S13": -18.941183539053608, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61130705201884228, "S11": -0.61130705201884228, "W12": -9.0759118031844785, "S12": -9.0759118031844785, "W13": -17.122384377679772, "S13": -19.230655764697211, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502044.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65007971524972707, "S11": -0.65007971524972707, "W12": -8.7947392492845982, "S12": -8.9462632163042706, "W13": -17.143311578387543, "S13": -19.568590647576933, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502088.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68885237848061198, "S11": -0.68885237848061198, "W12": -8.5135666953847196, "S12": -8.8861962781914361, "W13": -17.16423877909531, "S13": -19.906525530456648, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502133.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72762504171144604, "S11": -0.72762504171144604, "W12": -8.2323941414852086, "S12": -8.8571674059274361, "W13": -17.185165979803052, "S13": -20.155494542760085, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502177.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76639770494233095, "S11": -0.76639770494233095, "W12": -7.9512215875853292, "S12": -8.8281385336633971, "W13": -17.20609318051082, "S13": -20.01778841276089, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502222.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80517036817321574, "S11": -0.80517036817321574, "W12": -7.5640913338005902, "S12": -8.6931519615144985, "W13": -17.227020381218587, "S13": -19.880082282761698, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502266.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84394303140410065, "S11": -0.84394303140410065, "W12": -7.155454333099744, "S12": -8.5366586424494937, "W13": -17.247947581926358, "S13": -19.742376152762507, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502311.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92684920840903184, "S11": -0.92684920840903184, "W12": -6.2816806820836248, "S12": -8.2020346643845095, "W13": -17.292695454822379, "S13": -19.447924138455605, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 502406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2279157956567559, "S11": -3.9703650363719314, "W12": -5.2886097525784121, "S12": -8.4956488245572643, "W13": -22.982472162220496, "S13": -23.08753984132251, "W21": -30.303218523139368, "S21": -30.303218523139368, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 506952.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4442929074048956, "S11": -3.1296193348724199, "W12": -6.0938953457984395, "S12": -6.0938953457984395, "W13": -24.352610126192317, "S13": -24.352610126192317, "W21": -31.372326760944638, "S21": -31.860117073305808, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.631231228818387, "W12": -6.2346933242155114, "S12": -6.2346933242155114, "W13": -25.878157182310371, "S13": -25.878157182310371, "W21": -32.602719522132581, "S21": -32.602719522132581, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 508338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55725775818662038, "S11": -0.55725775818662038, "W12": -4.8766440295488893, "S12": -5.8254459669032617, "W13": -25.0, "S13": -25.0, "W21": -33.404778828541595, "S21": -33.404778828541595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 509246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0936526022990045, "S11": -1.0936526022990045, "W12": -9.3678201761161741, "S12": -10.9746365953495, "W13": -26.467406932248004, "S13": -26.467406932248004, "W21": -34.281129379424932, "S21": -34.281129379424932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 511461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53348738707933896, "S11": -0.53348738707933896, "W12": -9.0300314290231025, "S12": -10.914677875329525, "W13": -23.149110245880625, "S13": -23.422669858690767, "W21": -37.049156758134359, "S21": -37.049156758134359, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 513352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40537415373032304, "S11": -0.40537415373032304, "W12": -8.4732363414335712, "S12": -10.866507013842959, "W13": -13.30429041478545, "S13": -26.616603174439192, "W21": -39.45493164144338, "S21": -39.45493164144338, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.0, 514809.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6342132584588045, "S12": -7.6342132584588045, "W13": -19.596515598315008, "S13": -19.846975709658764, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.166666666671517, 505278.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9818290648611523, "S12": -8.6650863236907192, "W13": -17.568313140980116, "S13": -19.810594316040067, "W21": -29.797395527397839, "S21": -29.797395527397839, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108000.5, 503215.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42645408246673189, "S11": -0.42645408246673189, "W12": -8.6069749565263205, "S12": -11.894041562604627, "W13": -17.681797477224947, "S13": -25.715580282903826, "W21": -37.917877077043876, "S21": -37.917877077043876, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108001.0, 513871.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18325133142451558, "S11": 0.017757335216384229, "W12": -10.0, "S12": -10.535023152505367, "W13": -18.57922040328171, "S13": -18.57922040328171, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108002.0, 504459.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59519193247725577, "S11": -0.59519193247725577, "W12": -8.4485117354653649, "S12": -8.4485117354653649, "W13": -13.349665013594739, "S13": -20.292838824555776, "W21": -40.345139745655182, "S21": -40.345139745655182, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108002.166666666671517, 516038.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44197006531736033, "S11": -0.44197006531736033, "W12": -10.0, "S12": -10.0, "W13": -17.054538221660682, "S13": -18.616886691616777, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108003.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49375573921028448, "S11": 0.49375573921028448, "W12": -10.0, "S12": -10.069877707233363, "W13": -17.641972721680784, "S13": -18.040415089282096, "W21": -30.242148707617396, "S21": -30.242148707617396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108003.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24246565712776152, "S11": -0.24246565712776152, "W12": -10.0, "S12": -10.0, "W13": -16.961636408977427, "S13": -18.328222259620659, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108003.2, 501836.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54171396594447074, "W12": -7.1044162917357339, "S12": -7.1044162917357339, "W13": -19.796563097984386, "S13": -20.085662884549844, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108003.5, 505447.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61617370150753858, "S11": -0.61617370150753858, "W12": -4.4778605978907384, "S12": -8.9797723902548832, "W13": -17.55389274200947, "S13": -18.610847178460322, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108003.666666666671517, 503082.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62424274932228474, "S11": -2.3525635310865041, "W12": -5.6563250300120052, "S12": -15.656325030012006, "W13": -17.058340732681966, "S13": -18.87964447408546, "W21": -35.854877643118861, "S21": -36.001881503794301, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108004.0, 500491.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95810710823344658, "S11": -1.4355792912767931, "W12": -5.813467351661588, "S12": -20.009666154873784, "W13": -20.251300678021412, "S13": -20.626762433626649, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108004.666666666671517, 505845.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7026293825346199, "S11": -1.7026293825346199, "W12": -6.0464920480569422, "S12": -6.0464920480569422, "W13": -20.0, "S13": -20.0, "W21": -38.291657272983272, "S21": -38.291657272983272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108005.0, 520822.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.6515457131154463, "W12": -11.5, "S12": -12.845430328956867, "W13": -16.809999, "S13": -19.809999, "W21": -40.445821220773304, "S21": -40.604271679306002, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108007.1875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2426889774397458, "S11": -0.2426889774397458, "W12": -9.0275948091631761, "S12": -9.0318235828188218, "W13": -19.04047834882811, "S13": -19.164577151985746, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108007.571428571434808, 504824.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.043527204502814248, "S11": -0.21748543772221737, "W12": -10.0, "S12": -10.0, "W13": -15.997785756559479, "S13": -16.965008327092395, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108008.0, 501708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29536988628937394, "S11": -5.2953698862893743, "W12": -8.5019631129742717, "S12": -10.736932242536799, "W13": -17.591872232526299, "S13": -20.292103191670421, "W21": -29.500779840953978, "S21": -29.500779840953978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108008.0, 503472.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.4788939159223986, "W12": -6.5945600837299745, "S12": -7.2184904356906863, "W13": -25.0, "S13": -25.0, "W21": -32.021070132564155, "S21": -32.845156736082423, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108009.0, 507692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23994611533057467, "S11": -0.23994611533057467, "W12": -9.0258720303331703, "S12": -9.0258720303331703, "W13": -19.037482955367821, "S13": -19.161782420608471, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108010.0, 504824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44516510463646969, "S11": -0.44516510463646969, "W12": -8.6871955336911597, "S12": -11.616935444171261, "W13": -19.927154870357391, "S13": -25.961545426772332, "W21": -37.683600606036755, "S21": -37.683600606036755, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108010.0, 513743.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.44195927485366548, "W12": -10.0, "S12": -10.443208485872519, "W13": -17.648902322908206, "S13": -17.648902322908206, "W21": -30.170776518539839, "S21": -30.170776518539839, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108011.0, 504047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48442799285807614, "S11": -0.48442799285807614, "W12": -8.896582874758165, "S12": -11.117341403302085, "W13": -22.12198877565492, "S13": -24.229663542873226, "W21": -37.242322709887539, "S21": -37.242322709887539, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108011.0, 513481.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5708831980907956, "S12": -6.3895343464568457, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -37.526969428656507, "S21": -37.526969428656507, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108011.666666666671517, 524325.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39285609677513839, "S11": -0.39285609677513839, "W12": -10.0, "S12": -10.0, "W13": -17.049909095378823, "S13": -18.527859426287677, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.0, 501889.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.33373623421971516, "W12": -10.0, "S12": -10.0, "W13": -17.634286851894387, "S13": -18.110922365912991, "W21": -30.28651301716695, "S21": -30.28651301716695, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.0, 503905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29897082382639928, "S11": -0.29897082382639928, "W12": -5.5072908672294707, "S12": -11.142516399830281, "W13": -25.000000000000004, "S13": -25.017777131923761, "W21": -31.66342148533845, "S21": -31.66342148533845, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.0, 510167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -2.9861811230056245, "S12": -2.9861811230056245, "W13": -15.362312919611609, "S13": -15.362312919611609, "W21": -36.377926504122954, "S21": -36.377926504122954, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.0, 524097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.6184024741308267, "W12": -9.3104422604421675, "S12": -10.834555607173295, "W13": -16.809999, "S13": -19.809999, "W21": -40.437209645069963, "S21": -40.437209645069963, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.4, 497024.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999999012, "S11": -1.7999999999999012, "W12": -5.406847385393605, "S12": -5.406847385393605, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.461538461531745, 521890.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36703849450635084, "S11": -0.36703849450635084, "W12": -8.4659621760060997, "S12": -9.6113260399689455, "W13": -14.269544323241877, "S13": -29.224444358238099, "W21": -38.698493080644567, "S21": -38.698493080644567, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.5, 514355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61158582369727432, "S11": -0.61158582369727432, "W12": -4.9356339457419045, "S12": -7.1913299895066078, "W13": -25.0, "S13": -25.027937199023711, "W21": -33.267168791577518, "S21": -33.267168791577518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108012.666666666671517, 509291.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5454905215837798, "W12": -5.60187322745226, "S12": -5.60187322745226, "W13": -25.366682004529718, "S13": -25.366682004529718, "W21": -32.677296598169931, "S21": -32.677296598169931, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108014.0, 508427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87341405031427122, "S11": -0.87341405031427122, "W12": -5.1671707230143067, "S12": -10.214260581015093, "W13": -14.934059952067248, "S13": -17.860660999829793, "W21": -39.912710413374761, "S21": -39.912710413374761, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108015.0, 498965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45724513071625156, "S11": -0.45724513071625156, "W12": -8.7407544000632349, "S12": -11.441960263877977, "W13": -20.65734512497383, "S13": -25.414801137817946, "W21": -37.534821885347739, "S21": -37.534821885347739, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108015.0, 513660.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76250453415717889, "S11": -0.76250453415717889, "W12": -8.0674721387521764, "S12": -8.0674721387521764, "W13": -14.230500968117111, "S13": -14.230500968117111, "W21": -39.816061615839466, "S21": -39.816061615839466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108016.0, 516909.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5227551065768732, "S11": -3.3203576529088097, "W12": -7.0841095462613097, "S12": -7.3551427197225987, "W13": -26.714831156606671, "S13": -26.714831156606671, "W21": -32.552706755446238, "S21": -33.450567690181273, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108016.666666666671517, 507973.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76351355505955043, "S11": -1.0932283918139243, "W12": -6.33581182413766, "S12": -15.515206711087021, "W13": -20.065802184195888, "S13": -20.415440202377848, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108017.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5171342622573993, "W12": -5.735653331000341, "S12": -5.735653331000341, "W13": -25.519284780664574, "S13": -25.519284780664574, "W21": -32.705205223955581, "S21": -32.705205223955581, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108017.0, 508406.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5775345870607929, "S11": -1.5775345870607929, "W12": -9.6093760303826432, "S12": -9.6093760303826432, "W13": -30.0, "S13": -30.0, "W21": -35.757644441891046, "S21": -35.757644441891046, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108017.5, 512579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60259704430631378, "S11": -2.6025970443063136, "W12": -3.766701746652708, "S12": -13.766701746652707, "W13": -17.081555487678152, "S13": -17.38726332625469, "W21": -39.31647749476123, "S21": -39.31647749476123, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108018.0, 499896.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -7.2465457188184095, "S12": -9.993443123213364, "W13": -17.57974924022335, "S13": -20.171668324881821, "W21": -29.479306539071516, "S21": -29.479306539071516, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108018.0, 503382.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.072476811727185564, "S11": 0.025953912787171615, "W12": -9.6896995230042222, "S12": -10.086765727875688, "W13": -18.699031788715089, "S13": -18.699031788715089, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108018.0, 504564.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24775474537598907, "S11": -0.24775474537598907, "W12": -5.5761916943804897, "S12": -12.441301975658195, "W13": -24.999999999999996, "S13": -25.078090481221782, "W21": -31.722052069060016, "S21": -31.722052069060016, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108018.0, 510186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18034568408764209, "S11": -0.18034568408764209, "W12": -9.125394301609381, "S12": -9.1905717082955665, "W13": -18.972843942449231, "S13": -19.0755788545959, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108018.714285714289872, 504779.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82825805282663478, "S11": -0.82825805282663478, "W12": -4.8261196066657144, "S12": -5.5944285281038022, "W13": -18.294616715011372, "S13": -18.294616715011372, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108018.8, 522771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7415163032217276, "S12": -5.7415163032217276, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108019.666666666671517, 521385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.012172474007787287, "S11": -0.012172474007787287, "W12": -5.0, "S12": -5.0, "W13": -25.119870519190364, "S13": -25.119870519190364, "W21": -33.825878069973015, "S21": -33.825878069973015, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108019.69230769231217, 509023.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47810457588620286, "S11": -0.47810457588620286, "W12": -8.8417088496224743, "S12": -11.158637861244362, "W13": -21.823930749437768, "S13": -24.442989477539896, "W21": -37.289763432034491, "S21": -37.289763432034491, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108019.75, 513520.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5500154426422827, "S11": -1.5500154426422827, "W12": -10.0, "S12": -12.796144762438979, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -34.734798460363997, "S21": -34.734798460363997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108020.0, 511957.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.1302157408429172, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -16.714812531509622, "S13": -19.166024984250988, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108020.444444444437977, 501355.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3561398689323079, "S11": -2.3561398689323081, "W12": -5.0, "S12": -16.738011988011987, "W13": -20.545588437083232, "S13": -20.999144436948981, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108021.0, 506117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4856436374769233, "S12": -7.4856436374769233, "W13": -19.619443160330157, "S13": -19.89158253056484, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108021.333333333328483, 505316.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.9769749157210201, "W12": -5.9769749157210201, "S12": -5.9769749157210201, "W13": -15.138202545294584, "S13": -18.138202545294583, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108022.0, 497732.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15370860927152311, "S11": -0.15370860927152311, "W12": -8.9884860188475209, "S12": -9.849810248849737, "W13": -23.776849933598939, "S13": -23.776849933598939, "W21": -33.980071424237757, "S21": -33.980071424237757, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108022.0, 511126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7243934811284853, "S11": -1.7243934811284853, "W12": -9.7113061886828547, "S12": -9.7113061886828547, "W13": -30.0, "S13": -30.0, "W21": -35.480544622907601, "S21": -35.480544622907601, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108022.571428571434808, 512415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55910418346322677, "S11": -0.55910418346322677, "W12": -5.0, "S12": -8.8977196528585143, "W13": -25.0, "S13": -25.110747049022301, "W21": -33.078396944005505, "S21": -33.078396944005505, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108024.0, 509347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20745506149475168, "S11": -0.20745506149475168, "W12": -9.0086911566727679, "S12": -9.9096538517441406, "W13": -23.860823373173947, "S13": -23.860823373173947, "W21": -33.976099975131369, "S21": -33.976099975131369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108024.714285714289872, 511139.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0828460398566091, "S11": -1.7719933266783146, "W12": -5.5686531465527578, "S12": -19.003682446152794, "W13": -20.309792289276189, "S13": -20.712971595709778, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108025.0, 505914.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59630156734804229, "S11": -0.59630156734804229, "W12": -8.4208680133822877, "S12": -8.5019483334039716, "W13": -13.334075053724597, "S13": -20.644472883241132, "W21": -40.302293877102031, "S21": -40.302293877102031, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108025.052631578946603, 516006.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86657792830523095, "S11": -1.4117179535518529, "W12": -5.3516634024943261, "S12": -6.7576690925961254, "W13": -14.761551832805431, "S13": -18.109769271081102, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108026.0, 498814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2228771832835204, "S11": -3.8846503069577181, "W12": -5.2935381775272878, "S12": -8.537962455223413, "W13": -22.940637668518942, "S13": -22.943644318521301, "W21": -30.430705100493455, "S21": -30.430705100493455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108026.0, 506950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4194073244567193, "S11": -0.4194073244567193, "W12": -8.5148468493815805, "S12": -11.860837381665611, "W13": -17.277776804484933, "S13": -25.577899192083947, "W21": -37.919500691957545, "S21": -37.919500691957545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108026.0, 513903.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49056732809605419, "S11": -0.49056732809605419, "W12": -8.4302438671742657, "S12": -9.5307402555041953, "W13": -12.82145444599718, "S13": -30.49678333726634, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108026.0, 515418.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.362931126872853, "W13": -17.639685678019521, "S13": -17.639685678019521, "W21": -30.215006417187162, "S21": -30.215006417187162, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108026.4, 504002.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39561760906290366, "S11": 0.39561760906290366, "W12": -10.0, "S12": -10.508363447682452, "W13": -18.158565688007247, "S13": -18.158565688007247, "W21": -30.005311719728379, "S21": -30.005311719728379, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108027.0, 504261.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48204193361886294, "S11": 0.18982687407907861, "W12": -10.0, "S12": -10.0, "W13": -17.626682818015361, "S13": -18.049839619676874, "W21": -30.317888006471634, "S21": -30.317888006471634, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108027.333333333328483, 503876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4713976628207322, "S11": -0.4713976628207322, "W12": -8.7868348244867835, "S12": -11.199934319186641, "W13": -21.525872723220616, "S13": -24.656315412206567, "W21": -37.33720415418145, "S21": -37.33720415418145, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108028.5, 513559.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43806292997501872, "S11": -0.43806292997501872, "W12": -8.6069850570992195, "S12": -11.611558367085715, "W13": -19.429789768745781, "S13": -25.83197958557102, "W21": -37.70292057058154, "S21": -37.70292057058154, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108029.4, 513778.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11800239073560703, "S11": -0.11800239073560706, "W12": -9.2190525380219359, "S12": -9.3444468652154278, "W13": -18.905209536070434, "S13": -18.986580557206175, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108029.857142857144936, 504734.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4216188810221746, "S11": -1.4216188810221746, "W12": -5.3474252421670565, "S12": -5.3474252421670565, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108030.2, 521983.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4724569674529584, "S11": -3.3513174995944732, "W12": -6.2125706732648389, "S12": -6.2125706732648389, "W13": -24.48798470482188, "S13": -24.48798470482188, "W21": -31.654405816056439, "S21": -32.012830973912081, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108031.0, 507465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78017694006901384, "S11": -0.78017694006901384, "W12": -4.9498784703327807, "S12": -4.9498784703327807, "W13": -18.701649621186373, "S13": -18.701649621186373, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108031.333333333328483, 522585.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57920469912506634, "S11": -2.6128987883768513, "W12": -7.6305576776165012, "S12": -15.710267230006643, "W13": -17.523787334912591, "S13": -19.705220347349588, "W21": -34.254812466685017, "S21": -34.254812466685017, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108033.5, 500691.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.094612015895011836, "S11": -0.34461201589501184, "W12": -9.2543437678282672, "S12": -9.4024790634667781, "W13": -18.87983439092578, "S13": -18.953167724259117, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108034.0, 504718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6967969670678409, "S11": -1.6967969670678409, "W12": -10.0, "S12": -12.808940006216998, "W13": -30.0, "S13": -30.0, "W21": -35.112951152150785, "S21": -35.112951152150785, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108034.125, 512205.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6462273642883973, "S12": -5.6462273642883973, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108035.142857142855064, 521531.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -5.4097048774152299, "W13": -17.016569977257561, "S13": -17.016569977257561, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108035.25, 523346.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83928756812873084, "S11": -0.83928756812873084, "W12": -6.9307696799813128, "S12": -8.5163210107797926, "W13": -17.256279800536539, "S13": -19.780429571832173, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108036.0, 502324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17422607879924951, "S11": -0.34986289085941052, "W12": -10.0, "S12": -10.0, "W13": -16.052460495166699, "S13": -17.018890580059164, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108036.25, 501666.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3955514309663515, "S11": -1.3955514309663515, "W12": -9.4008750630462448, "S12": -9.6794740407581301, "W13": -29.878032431875017, "S13": -30.069666795888359, "W21": -36.024668727332298, "S21": -36.024668727332298, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108037.0, 512773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36216971191798319, "S11": -0.36216971191798319, "W12": -8.4350314535255801, "S12": -9.6432615077471144, "W13": -14.205611845575914, "S13": -29.485167679051365, "W21": -38.697837275913045, "S21": -38.697837275913045, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108037.0, 514395.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46469074975526159, "S11": -0.46469074975526159, "W12": -8.7319607993510946, "S12": -11.241230777128919, "W13": -21.227814697003463, "S13": -24.869641346873237, "W21": -37.384644876328402, "S21": -37.384644876328402, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108037.25, 513598.75 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0222150294273145, "S11": -3.8048092806664675, "W12": -5.0, "S12": -10.427706765498513, "W13": -22.260996234673236, "S13": -22.498974546001968, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108037.714285714289872, 506730.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64382600740394025, "S11": -2.9123957129019802, "W12": -3.6670659540470552, "S12": -10.031700787072035, "W13": -16.76437027883523, "S13": -17.627255461366932, "W21": -39.104696322970042, "S21": -39.22689685309264, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108038.0, 500165.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24016226824056391, "S11": -0.24016226824056391, "W12": -10.0, "S12": -10.0, "W13": -17.035161590846791, "S13": -18.255496649711453, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108038.8, 501854.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.20605668183698822, "W12": -10.0, "S12": -12.56341958396753, "W13": -17.316352538580297, "S13": -19.885175057090898, "W21": -31.386975271313638, "S21": -31.386975271313638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108039.0, 501033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86454775865010802, "S11": -0.86454775865010802, "W12": -4.853737617365331, "S12": -5.5062009995224495, "W13": -18.374671460282443, "S13": -18.374671460282443, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108039.2, 522732.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4110465812477533, "S11": -1.4110465812477533, "W12": -9.4273925880200817, "S12": -9.5935934939126923, "W13": -30.0, "S13": -30.038747096228445, "W21": -35.953342248727019, "S21": -35.953342248727019, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108039.4, 512732.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.5797792128457981, "W12": -5.0, "S12": -7.8492620330922467, "W13": -14.800338143607519, "S13": -18.035453580778402, "W21": -39.999999999999993, "S21": -39.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108040.0, 498240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.055659097383503386, "S11": -0.055659097383503331, "W12": -9.3127107744346436, "S12": -9.4983220221355573, "W13": -18.837575129691558, "S13": -18.915364304072572, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108041.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71802013498771355, "S11": -0.71802013498771355, "W12": -8.224969491215008, "S12": -8.224969491215008, "W13": -13.94531868271101, "S13": -13.94531868271101, "W21": -40.084209506393925, "S21": -40.084209506393925, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108041.275862068971037, 516629.275862068985589 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14504257332065915, "S11": -0.14504257332065915, "W12": -9.0232713910529174, "S12": -9.9525718642889096, "W13": -23.902703851261503, "S13": -23.902703851261503, "W21": -33.897266348108502, "S21": -33.897266348108502, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108041.428571428565192, 511133.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.063687144345899, "W13": -17.630469033130829, "S13": -17.630469033130829, "W21": -30.259236315834489, "S21": -30.259236315834489, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108041.8, 503957.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4287717099925117, "S11": -1.4287717099925117, "W12": -9.4539101129939276, "S12": -9.5077129470670911, "W13": -30.0, "S13": -30.0, "W21": -35.882015770121612, "S21": -35.882015770121612, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108041.8, 512691.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54780008907766531, "S11": -0.54780008907766531, "W12": -8.4052074673142396, "S12": -9.0427383132304247, "W13": -13.092797471587332, "S13": -26.422064839140695, "W21": -40.000000000000007, "S21": -40.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108041.926829268297297, 515719.390243902453221 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -4.9255739813997099, "S12": -8.7411987071222352, "W13": -17.553576554799449, "S13": -19.724489824183941, "W21": -29.862270023915414, "S21": -29.862270023915414, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108042.0, 503195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.081790500966569, "S13": -25.081790500966569, "W21": -33.665208111262679, "S21": -33.665208111262679, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108042.0, 508829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89257354313570381, "S11": -0.89257354313570381, "W12": -7.7107668041010697, "S12": -7.7107668041010697, "W13": -14.926980351941349, "S13": -14.926980351941351, "W21": -38.964957988056071, "S21": -38.964957988056071, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108042.0, 517560.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0214603842188834, "S11": -1.4452575946875343, "W12": -5.79941305515068, "S12": -19.495944567043288, "W13": -20.219309196727011, "S13": -20.619656615086139, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108042.333333333328483, 505849.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3370740164948405, "S12": -7.3370740164948405, "W13": -19.642370722345358, "S13": -19.936189351470993, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108042.5, 505354.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50136352497895265, "S11": -0.66229352138251529, "W12": -6.9557394514666067, "S12": -6.9557394514666067, "W13": -19.787859299254134, "S13": -20.109012319302096, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108044.0, 505477.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -13.5, "S13": -13.5, "W21": -46.0, "S21": -46.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108044.0, 528051.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4704097038916124, "S11": -1.4704097038916124, "W12": -9.4804276379677628, "S12": -9.4804276379677628, "W13": -30.0, "S13": -30.0, "W21": -35.810689291516333, "S21": -35.810689291516333, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108044.2, 512651.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17166685175439025, "S11": -0.17166685175439025, "W12": -9.0410290687272372, "S12": -9.0410290687272372, "W13": -18.963181690065742, "S13": -19.077203080440075, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108044.5, 504791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14763773761752727, "S11": -0.14763773761752727, "W12": -10.0, "S12": -10.0, "W13": -16.752, "S13": -17.856842408754339, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108045.0, 501828.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0065336972318923436, "S11": 0.0065336972318923436, "W12": -9.4332361956459341, "S12": -9.6869284179099964, "W13": -18.770172655458474, "S13": -18.951668611106932, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108045.375, 504640.375 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0364073471929158, "S11": -3.7709092142777387, "W12": -5.0, "S12": -10.35567846886012, "W13": -22.261228443686939, "S13": -22.506657104676439, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108046.0, 506734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3797421338001108, "W12": -6.1978744663389751, "S12": -6.1978744663389751, "W13": -24.434134465844888, "S13": -24.434134465844888, "W21": -31.707517465640144, "S21": -31.896201382936169, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108046.0, 507454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45798383668979098, "S11": -0.45798383668979098, "W12": -8.6770867742154039, "S12": -11.282527235071198, "W13": -20.929756670786311, "S13": -25.082967281539908, "W21": -37.432085598475346, "S21": -37.432085598475346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108046.0, 513638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5120476977907609, "S11": -1.5120476977907609, "W12": -9.5069451629416086, "S12": -9.5069451629416086, "W13": -30.0, "S13": -30.0, "W21": -35.739362812910926, "S21": -35.739362812910926, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108046.6, 512610.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45052557872011623, "S11": 0.45052557872011623, "W12": -10.0, "S12": -10.44481673297059, "W13": -18.05463302469947, "S13": -18.05463302469947, "W21": -30.048823391230631, "S21": -30.048823391230631, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108047.5, 504220.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.724020340178348, "S11": -1.724020340178348, "W12": -9.8714334799574068, "S12": -11.119681706707453, "W13": -30.0, "S13": -30.0, "W21": -35.24219455201569, "S21": -35.24219455201569, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108048.0, 512305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17889703383663946, "S11": -0.17889703383663946, "W12": -5.7478724311417873, "S12": -14.061522593674511, "W13": -25.0, "S13": -25.140063394486475, "W21": -31.668253045666191, "S21": -31.668253045666191, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108048.6, 510198.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43096075531356642, "S11": -0.43096075531356642, "W12": -8.5267745805072419, "S12": -11.606181290000116, "W13": -18.932424667134264, "S13": -25.702413744369679, "W21": -37.722240535126282, "S21": -37.722240535126282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108048.8, 513814.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49555289233407934, "S11": -0.49555289233407934, "W12": -4.5775925779081668, "S12": -9.3176946091287487, "W13": -17.515474468922029, "S13": -18.701373693295675, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108048.833333333328483, 503088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3533159701433042, "S11": -1.3533159701433042, "W12": -9.3311809690678302, "S12": -9.7247608530365603, "W13": -29.166282243932589, "S13": -29.643878649149979, "W21": -36.073227120316488, "S21": -36.073227120316488, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108048.833333333328483, 512820.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2890023841196898, "S11": -3.6208064852678765, "W12": -5.3544903246359672, "S12": -8.2883752553032473, "W13": -22.999507388529878, "S13": -22.999507388529878, "W21": -30.621811211633187, "S21": -30.621811211633187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108049.0, 506980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0596221250150286, "S12": -15.059622125015027, "W13": -25.0, "S13": -25.403951181987065, "W21": -32.317548420811185, "S21": -32.317548420811185, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108049.0, 509545.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5536856916898616, "S11": -1.5536856916898616, "W12": -9.5334626879154474, "S12": -9.5334626879154474, "W13": -30.0, "S13": -30.0, "W21": -35.668036334305647, "S21": -35.668036334305647, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108049.0, 512570.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -6.0, "W13": -17.114706322942627, "S13": -17.114706322942627, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108049.0, 523300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068726491847288101, "S11": 0.068726491847288101, "W12": -9.5537616168572281, "S12": -9.8390729521732769, "W13": -18.702770181225382, "S13": -18.974679213029042, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108049.75, 504590.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.546637255222139, "W12": -11.5, "S12": -12.774795536906371, "W13": -16.809999, "S13": -19.809999, "W21": -40.422502907396506, "S21": -40.467385166520224, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108050.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.1670116429495465, "W12": -5.0, "S12": -6.8438086954877582, "W13": -14.912769566013647, "S13": -17.912769566013647, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108050.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86113894336941921, "S11": -1.4496245446206846, "W12": -5.0902812185495803, "S12": -9.7877050272715884, "W13": -14.96705085126797, "S13": -17.785330403130299, "W21": -39.862646433599224, "S21": -39.862646433599224, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108050.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6217830163978938, "S11": -2.6217830163978939, "W12": -3.6349550939445696, "S12": -12.512754253655231, "W13": -17.000316469647256, "S13": -17.005878186789694, "W21": -39.223992541625833, "S21": -39.327863712505312, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108050.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.084380202815195954, "S11": -0.87080688012024376, "W12": -10.0, "S12": -11.996955859969558, "W13": -17.336822008737993, "S13": -19.911822256691959, "W21": -31.742894024166745, "S21": -31.742894024166745, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108050.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55031144562678436, "S11": -0.55031144562678436, "W12": -9.5246072518799796, "S12": -9.5246072518799796, "W13": -17.104524990134568, "S13": -18.684466814463931, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108050.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.5306166335328477, "S12": -6.4182560008401639, "W13": -15.0, "S13": -15.0, "W21": -37.4541495804501, "S21": -37.4541495804501, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108050.333333333328483, 524307.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41366931043945809, "S11": -0.41366931043945809, "W12": -8.4259971412302814, "S12": -11.830911599720038, "W13": -16.988838669976872, "S13": -25.555300639496018, "W21": -37.921124306871228, "S21": -37.921124306871228, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108051.0, 513936.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28868498137425153, "S11": -0.28868498137425153, "W12": -5.0, "S12": -5.0, "W13": -25.05924293923778, "S13": -25.05924293923778, "W21": -33.945304971555409, "S21": -33.945304971555409, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108051.384615384609788, 508988.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43307977302004708, "S11": 0.43307977302004708, "W12": -10.0, "S12": -10.441861139099364, "W13": -18.213681008027994, "S13": -18.213681008027994, "W21": -30.004860572024178, "S21": -30.004860572024178, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108051.5, 504277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.5338088416396847, "W12": -11.5, "S12": -12.824780711165099, "W13": -16.809999, "S13": -19.809999, "W21": -40.420009416460445, "S21": -40.420009416460445, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108051.6, 497006.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61054306907976619, "S11": -0.61054306907976619, "W12": -8.3871622736299223, "S12": -8.3871622736299223, "W13": -13.376044935381595, "S13": -19.60981236388902, "W21": -40.346060466520719, "S21": -40.346060466520719, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108051.931818181823473, 516037.659090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -1.684408555309123, "S11": -1.684408555309123, "W12": -6.033990033846794, "S12": -6.033990033846794, "W13": -20.0, "S13": -20.0, "W21": -37.979874594078289, "S21": -37.979874594078289, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108052.0, 520824.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14283155246752754, "S11": 0.13701033204761631, "W12": -9.7245904858823273, "S12": -10.054312700993568, "W13": -18.622477584880379, "S13": -18.622477584880379, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108053.0, 504530.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8653182450177663, "S12": -9.4813120900575925, "W13": -23.309079986720697, "S13": -23.309079986720697, "W21": -33.75949574133449, "S21": -33.75949574133449, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108053.0, 510991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3955955677289085, "S12": -5.3955955677289085, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108053.923076923078042, 521913.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13091928646268391, "S11": 0.13091928646268389, "W12": -9.6875351490318948, "S12": -10.004465597399932, "W13": -18.635367706992298, "S13": -18.692402300913301, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108054.125, 504541.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83733833472935415, "S11": -1.7240090533230237, "W12": -5.2875363695721509, "S12": -5.28753636957215, "W13": -14.787758280844162, "S13": -18.051246246013239, "W21": -39.947458762586095, "S21": -39.947458762586095, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108055.0, 498842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2133235059001373, "W12": -7.0647120982883216, "S12": -8.0589167345792312, "W13": -26.617978585715957, "S13": -26.617978585715957, "W21": -32.793127976398026, "S21": -33.221981937051773, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108056.333333333328483, 507944.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.1115287514149812, "W12": -10.0, "S12": -10.0, "W13": -16.613491374586257, "S13": -18.824387523265766, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108056.555555555562023, 501385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.530992131608329, "W12": -11.5, "S12": -12.763530060947952, "W13": -16.809999, "S13": -19.809999, "W21": -40.41878389172291, "S21": -40.445553266488361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108056.828125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.29129840125666473, "W12": -10.0, "S12": -10.0, "W13": -17.621252388242137, "S13": -17.621252388242137, "W21": -30.303466214481862, "S21": -30.303466214481862, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108057.2, 503912.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2653388278388279, "S11": -0.2653388278388279, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -25.0, "S13": -25.0, "W21": -34.091615348863129, "S21": -34.091615348863129, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108058.0, 509071.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1931120810780797, "S11": 0.1931120810780797, "W12": -9.9390195402603609, "S12": -10.287569101680385, "W13": -18.567965232759214, "S13": -18.567965232759214, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108058.5, 504491.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5048786993991472, "W12": -5.4715240867567667, "S12": -5.4715240867567667, "W13": -25.584727956077909, "S13": -25.584727956077909, "W21": -33.001715312657424, "S21": -33.001715312657424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108059.0, 508428.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -6.0, "W13": -15.622318911631327, "S13": -15.622318911631327, "W21": -35.778221318651966, "S21": -35.778221318651966, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108059.0, 523973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61450771166471108, "S11": -2.6145077116647109, "W12": -3.6757690903660434, "S12": -13.675769090366042, "W13": -16.902953834793397, "S13": -17.155885665551239, "W21": -39.275867385826452, "S21": -39.275867385826452, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108059.25, 499911.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65533930196196211, "S11": -0.65533930196196211, "W12": -5.015028302638922, "S12": -6.4850007570874562, "W13": -25.0, "S13": -25.032708531501566, "W21": -33.538559464858558, "S21": -33.538559464858558, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108059.5, 509288.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90083746447361279, "S11": -0.90083746447361279, "W12": -4.8813556280649495, "S12": -5.3906076207075344, "W13": -18.454726205553513, "S13": -18.454726205553513, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108059.6, 522693.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57204775499610694, "S11": -0.57204775499610694, "W12": -9.3682525500707321, "S12": -9.3682525500707321, "W13": -17.119269459997405, "S13": -18.871003542487522, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108060.0, 502030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.5, "W12": -6.2932958987828611, "S12": -7.0484674145206387, "W13": -24.568772449685181, "S13": -24.568772449685181, "W21": -31.886254297787005, "S21": -32.02198865814924, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108060.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7312478514953592, "S11": -0.7312478514953592, "W12": -9.2823420361501618, "S12": -10.720179948846816, "W13": -25.0, "S13": -25.0, "W21": -33.92990892289599, "S21": -33.92990892289599, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108060.0, 511325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3110805093202331, "S11": -1.3110805093202331, "W12": -9.261486875089382, "S12": -9.7700476653149391, "W13": -28.408314797306449, "S13": -29.171873243727998, "W21": -36.121785513300651, "S21": -36.121785513300651, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108060.666666666671517, 512868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3584301281283677, "S11": -1.3584301281283677, "W12": -9.3415333975714976, "S12": -9.5795451544986889, "W13": -30.0, "S13": -30.346189211491655, "W21": -35.959396919695472, "S21": -35.959396919695472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108061.0, 512768.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86003763073914863, "S11": -1.058356958470241, "W12": -6.2093677478329994, "S12": -15.943172694559239, "W13": -20.044741075093018, "S13": -20.427199304274129, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108061.5, 505710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36998035524999251, "S11": -0.36998035524999251, "W12": -8.4041007310450624, "S12": -9.7752180819358454, "W13": -14.14167936790995, "S13": -29.958290134779368, "W21": -38.697181471181537, "S21": -38.697181471181537, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108061.5, 514435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.756607763133462, "S12": -5.756607763133462, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108062.0, 521368.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.25500976801626762, "S11": 0.25500976801626762, "W12": -10.244425590582495, "S12": -10.624594265054506, "W13": -18.500562758526126, "S13": -18.500562758526126, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108062.875, 504441.875 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6598258065899794, "S11": -1.6598258065899794, "W12": -9.6069789073346641, "S12": -9.6069789073346641, "W13": -30.0, "S13": -30.0, "W21": -35.412949715164629, "S21": -35.412949715164629, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108063.142857142855064, 512433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1885043955127585, "S12": -7.1885043955127585, "W13": -19.66529828436056, "S13": -19.980796172377147, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108063.666666666671517, 505392.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30492495309568479, "S11": -0.48224034399660343, "W12": -10.0, "S12": -10.0, "W13": -16.107135233773921, "S13": -17.184561870342769, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108064.5, 501625.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78673751328374075, "S11": -2.7867375132837409, "W12": -4.5711339727209372, "S12": -14.57113397272094, "W13": -16.517865577549234, "S13": -18.392464641892968, "W21": -39.638322234206335, "S21": -39.638322234206335, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108065.0, 499334.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.517958567422943, "S11": -1.517958567422943, "W12": -9.476658318528445, "S12": -9.476658318528445, "W13": -30.0, "S13": -30.0, "W21": -35.656081683075392, "S21": -35.656081683075392, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108065.375, 512586.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15012864702170003, "S11": -0.15012864702170003, "W12": -5.8340368380660008, "S12": -14.715440808729301, "W13": -25.0, "S13": -25.152328199874066, "W21": -31.621553397776061, "S21": -31.621553397776061, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108065.5, 510201.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087468439705989484, "S11": -0.20456034868191286, "W12": -10.0, "S12": -10.0, "W13": -16.598384289277067, "S13": -17.561104076097543, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108065.6, 501819.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55091737851470368, "S11": -0.55091737851470368, "W12": -4.9312796713005342, "S12": -4.9312796713005342, "W13": -25.0, "S13": -25.0, "W21": -34.021642440249188, "S21": -34.021642440249188, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108067.0, 509166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8555010388515427, "S12": -10.656447945361217, "W13": -23.165106490412114, "S13": -26.85774426912478, "W21": -36.903599997001677, "S21": -36.903599997001677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108067.0, 513349.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31529000628134018, "S11": 0.31529000628134018, "W12": -10.0, "S12": -10.402357468249582, "W13": -18.433160284293038, "S13": -18.433160284293038, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108067.25, 504392.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.9064596227771773, "W12": -5.9064596227771773, "S12": -5.9064596227771773, "W13": -15.113711526503266, "S13": -18.113711526503266, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108067.4, 497751.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.059526963103181882, "S11": -0.059526963103181882, "W12": -9.0494560923396374, "S12": -10.029718271441336, "W13": -23.994298331129013, "S13": -23.994298331129013, "W21": -33.775635634912838, "S21": -33.775635634912838, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108067.571428571434808, 511125.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0998196031268792, "W12": -5.0, "S12": -8.8494414143313893, "W13": -17.547250706735696, "S13": -19.931393392587015, "W21": -29.807272436435341, "S21": -29.807272436435341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108068.0, 503211.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.370915945514652, "W13": -17.950700361391689, "S13": -17.950700361391689, "W21": -30.092335062732886, "S21": -30.092335062732886, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108068.0, 504179.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -7.4020723138864755, "S12": -14.547054938798581, "W13": -23.85490806447358, "S13": -24.539367156618184, "W21": -32.799362805916104, "S21": -32.799362805916104, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108068.0, 510485.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42385858065210658, "S11": -0.42385858065210658, "W12": -8.4465641039152537, "S12": -11.600804212914678, "W13": -18.435059565521659, "S13": -25.572847903168242, "W21": -37.741560499671166, "S21": -37.741560499671166, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108068.2, 513850.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50421089868803692, "S11": -0.50421089868803692, "W12": -8.3772058314196371, "S12": -9.4978898321250043, "W13": -12.869842810608164, "S13": -30.55596021314755, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108068.666666666671517, 515442.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5453868512679354, "S11": -1.5453868512679354, "W12": -9.490350574755908, "S12": -9.490350574755908, "W13": -30.0, "S13": -30.0, "W21": -35.600984944323351, "S21": -35.600984944323351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108069.0, 512558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.030948756976093728, "W12": -10.000000000000002, "S12": -10.085609736499803, "W13": -17.611607156105645, "S13": -17.681354473516578, "W21": -30.303221020607214, "S21": -30.303221020607214, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108069.888888888890506, 503855.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.4981808482261938, "W12": -6.2288701027644322, "S12": -6.572313350643971, "W13": -24.44032258942342, "S13": -24.44032258942342, "W21": -31.857008809298065, "S21": -31.857008809298065, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108070.0, 507467.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37557024454641275, "S11": 0.37557024454641275, "W12": -10.0, "S12": -10.394901597472535, "W13": -18.36575781005995, "S13": -18.36575781005995, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108071.625, 504342.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83761749819233544, "S11": -0.83761749819233544, "W12": -6.7060850268628824, "S12": -8.5026629736309438, "W13": -17.264612019146728, "S13": -19.818482990901842, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108072.0, 502337.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41207983490232669, "S11": -0.41207983490232669, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -34.070128565917152, "S21": -34.070128565917152, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108072.0, 508999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4818157228656381, "S11": -1.4818157228656381, "W12": -5.3447692324841949, "S12": -5.3447692324841949, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108072.0, 521993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2664212120822012, "S11": -1.2664212120822012, "W12": -9.1917927811109692, "S12": -9.8153344775933693, "W13": -27.650347350680313, "S13": -28.699867838305913, "W21": -36.170343906284842, "S21": -36.170343906284842, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108072.5, 512915.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.059481600859472239, "W12": -10.0, "S12": -10.015916548731813, "W13": -17.612035743353449, "S13": -17.612035743353449, "W21": -30.329263417184777, "S21": -30.329263417184777, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108072.6, 503867.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.484328664673898, "S11": -1.484328664673898, "W12": -5.3448605227423336, "S12": -5.3448605227423336, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108073.0, 521993.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -5.0807041381101765, "W13": -16.950879056529256, "S13": -16.950879056529256, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108074.5, 523370.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61244120538690106, "S11": -0.61244120538690106, "W12": -8.3596354495556273, "S12": -8.4292988778604698, "W13": -13.36427368111366, "S13": -19.869897734010742, "W21": -40.309304373394056, "S21": -40.309304373394056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108074.657894736839808, 516009.82894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6405561303553036, "S11": -1.6405561303553036, "W12": -9.9650306685853671, "S12": -12.61911041538508, "W13": -30.0, "S13": -30.0, "W21": -35.045133932837622, "S21": -35.045133932837622, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108074.75, 512222.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6373021951862388, "S12": -5.6373021951862388, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108075.857142857144936, 521550.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43585048281148531, "S11": 0.43585048281148531, "W12": -10.0, "S12": -10.375358830516275, "W13": -18.268796328048747, "S13": -18.268796328048747, "W21": -30.00440942431997, "S21": -30.00440942431997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108076.0, 504293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3397557691243467, "S11": -2.0777412551554315, "W12": -5.1093027488727305, "S12": -16.843568483138466, "W13": -20.405161131256062, "S13": -20.8698237908105, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108078.0, 506043.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.80898016595352362, "S11": 0.80898016595352362, "W12": -8.5571342499613774, "S12": -8.5571342499613774, "W13": -22.950897994768965, "S13": -23.234686321826523, "W21": -33.478216228199138, "S21": -33.478216228199138, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108078.0, 510711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10338758817820573, "S11": -0.10338758817820573, "W12": -9.0539920129359395, "S12": -9.0539920129359395, "W13": -18.88652410926111, "S13": -19.000765679741889, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108079.0, 504758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41404331224865243, "S11": -0.41404331224865243, "W12": -8.3915929864849588, "S12": -11.746003669735936, "W13": -17.304623676448745, "S13": -25.524548090441847, "W21": -37.844721845056853, "S21": -37.844721845056853, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108079.0, 513929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90537480435578932, "S11": -0.90537480435578932, "W12": -4.9636957388394576, "S12": -4.9636957388394576, "W13": -18.718763192657054, "S13": -18.718763192657054, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108079.0, 522571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0848136602042628, "S11": -1.4549358980980216, "W12": -5.7370427949603497, "S12": -18.922384072875381, "W13": -20.187317715432531, "S13": -20.612550796545548, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108080.0, 505854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93712717029708581, "S11": -0.93712717029708581, "W12": -4.9089736387645662, "S12": -5.2741483781882428, "W13": -18.534780950824583, "S13": -18.534780950824583, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108080.0, 522654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0977327871201741, "S11": -3.6315595801195859, "W12": -5.0000000000000009, "S12": -10.021388646934707, "W13": -22.27229976188174, "S13": -22.545678273727429, "W21": -30.225781959720688, "S21": -30.225781959720688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108080.857142857144936, 506753.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65461448449001891, "S11": -2.7948212054333501, "W12": -3.4975242896761816, "S12": -8.8052874782382542, "W13": -16.768981407663013, "S13": -17.941745113866403, "W21": -39.064807945987972, "S21": -39.239374563218604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108081.666666666671517, 500185.583333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59043534635181483, "S11": -3.2243669823631, "W12": -7.1017570664628975, "S12": -16.277404822417235, "W13": -17.525901392369985, "S13": -19.8927464087392, "W21": -34.581738634742877, "S21": -34.581738634742877, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108082.666666666671517, 500691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.029975093029599, "S13": -25.029975093029599, "W21": -34.064731873137873, "S21": -34.064731873137873, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108083.076923076921958, 508954.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4404176458441903, "S11": -0.4404176458441903, "W12": -4.9125543837390637, "S12": -9.1612060356731106, "W13": -17.520517289276096, "S13": -19.62006265298513, "W21": -29.927144520432993, "S21": -29.927144520432993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108083.5, 503174.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.066612946548482377, "W12": -10.0, "S12": -10.204792693737266, "W13": -17.605249677921247, "S13": -17.605249677921247, "W21": -30.259302197352866, "S21": -30.259302197352866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108084.0, 503835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1698478496261728, "S11": -1.1698478496261728, "W12": -9.1220986871325564, "S12": -9.8606212898717995, "W13": -26.892379904054174, "S13": -28.308800405317911, "W21": -36.220207634114225, "S21": -36.220207634114225, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108084.333333333328483, 512963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0399347745308765, "S12": -7.0399347745308765, "W13": -19.688225846375708, "S13": -20.025402993283226, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108084.833333333328483, 505430.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.058823243846765919, "S11": -0.058823243846765919, "W12": -5.9884539950541589, "S12": -16.980528787521781, "W13": -25.0, "S13": -25.303627573399993, "W21": -31.673084605994227, "S21": -31.673084605994227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108085.2, 510230.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38053959165073353, "S11": -0.38053959165073353, "W12": -8.3731700085645429, "S12": -9.9071746561245746, "W13": -14.077746890243985, "S13": -30.431412590507378, "W21": -38.696525666450015, "S21": -38.696525666450015, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108086.0, 514475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98944884932804755, "S11": -0.98944884932804755, "W12": -5.0986918944171924, "S12": -7.899616881559945, "W13": -17.342753761714789, "S13": -19.282378307328482, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108087.0, 502507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41873745337258761, "S11": -0.41873745337258761, "W12": -8.3817549086134786, "S12": -11.610828417119283, "W13": -17.955380143017688, "S13": -25.460967741074445, "W21": -37.75389968139595, "S21": -37.75389968139595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108087.6, 513886.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46817409488955697, "S11": -0.14410095211554641, "W12": -10.0, "S12": -10.273842941789397, "W13": -17.602819098464764, "S13": -17.602819098464764, "W21": -30.233719924863273, "S21": -30.233719924863273, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108088.0, 503823.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21318629320793803, "S11": 0.21318629320793803, "W12": -9.9825330752711654, "S12": -10.244911300622231, "W13": -18.54592338104559, "S13": -18.54592338104559, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108088.0, 504495.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6908845102353802, "S11": -3.3279794036370656, "W12": -7.2814935911157077, "S12": -7.688218211419465, "W13": -27.358842216731379, "S13": -27.358842216731379, "W21": -33.19033594382821, "S21": -33.322375081956658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108088.0, 508056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12311258278145695, "S11": -0.12311258278145695, "W12": -9.1063309130233279, "S12": -10.197939876019118, "W13": -24.228583172172485, "S13": -24.228583172172485, "W21": -33.698617774853105, "S21": -33.698617774853105, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108088.0, 511150.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.289190584558105, "W13": -17.846767698084072, "S13": -17.846767698084072, "W21": -30.135846734235091, "S21": -30.135846734235091, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108088.5, 504138.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.4903500689744766, "S12": -6.3546286676884325, "W13": -15.0, "S13": -15.0, "W21": -37.381329732243117, "S21": -37.381329732243117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108089.0, 524289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.095601769133890596, "S11": -0.095601769133890596, "W12": -10.0, "S12": -10.0, "W13": -16.710917705735667, "S13": -17.586124660282131, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108089.2, 501834.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.4674356858031725, "W12": -11.5, "S12": -12.625448075599547, "W13": -16.809999, "S13": -19.809999, "W21": -40.402809187850927, "S21": -40.402809187850927, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108090.8, 496989.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57744641648375095, "S11": -0.63696443342629061, "W12": -6.8605153039930578, "S12": -6.8605153039930586, "W13": -19.747957074217354, "S13": -20.100845012145932, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108090.857142857144936, 505486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73368379276558837, "S11": -0.73368379276558837, "W12": -8.2307027180100132, "S12": -8.2307027180100132, "W13": -13.953445719249281, "S13": -13.953445719249281, "W21": -39.978608712709175, "S21": -39.978608712709175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108091.267241379304323, 516629.392241379304323 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56340794110447701, "S11": -0.56340794110447701, "W12": -8.3438149754196829, "S12": -9.0377107512666512, "W13": -13.120359533029267, "S13": -25.710633569825468, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108091.707317073174636, 515719.560975609754678 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1459784890549427, "S12": -12.987719471352293, "W13": -25.0, "S13": -25.623034969521974, "W21": -31.891338463279297, "S21": -31.891338463279297, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108092.0, 509691.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.054385553470952752, "S11": -0.29720268925982424, "W12": -10.0, "S12": -10.0, "W13": -16.119934912717945, "S13": -16.825039427494133, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108092.4, 501784.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.092841761987069948, "W12": -10.0, "S12": -10.0, "W13": -16.512170217662913, "S13": -18.482750062280605, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108092.666666666671517, 501415.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41820521619766643, "S11": -0.41627134601499322, "W12": -10.0, "S12": -10.0, "W13": -16.161809972381143, "S13": -17.350233160626374, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108092.75, 501584.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47175137977538273, "S11": -0.47175137977538273, "W12": -4.6773245579256209, "S12": -9.6556168280027315, "W13": -17.476702817657497, "S13": -18.762517494898738, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 503094.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6013753919219824, "S11": -2.5301437701067031, "W12": -5.0, "S12": -15.0, "W13": -20.62883554907166, "S13": -20.933337218970106, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 506215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64357437523740524, "S11": -0.64357437523740524, "W12": -5.0343936857211196, "S12": -5.0343936857211196, "W13": -25.0, "S13": -25.0, "W21": -33.956948915549717, "S21": -33.956948915549717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 509238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36628244437743729, "S11": -0.36628244437743729, "W12": -8.3655278841810023, "S12": -8.3655278841810023, "W13": -14.395958413449719, "S13": -28.442080483447633, "W21": -38.477865589652851, "S21": -38.477865589652851, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 514351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95966233437573778, "S11": -0.95966233437573778, "W12": -4.9358753113534553, "S12": -5.1409354197844008, "W13": -18.616354128365376, "S13": -18.616354128365376, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108094.0, 522615.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4887636987356592, "S11": -1.4887636987356592, "W12": -9.4002345978967021, "S12": -9.4002345978967021, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.581849320367141, "S21": -35.581849320367141, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108095.0, 512584.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3843437500641729, "S12": -5.3843437500641729, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108095.384615384609788, 521936.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3758850380455452, "S11": -1.3758850380455452, "W12": -5.3231309419705486, "S12": -5.3231309419705486, "W13": -19.94520910266553, "S13": -19.94520910266553, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108095.4, 522029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.129856066773633, "W12": -7.0345191353709309, "S12": -8.7518952344916343, "W13": -26.471295796374854, "S13": -26.471295796374854, "W21": -32.932712054658111, "S21": -32.932712054658111, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108096.0, 507914.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3707591228579183, "S11": -1.3707591228579183, "W12": -9.8052269904753366, "S12": -12.658801084171833, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -34.44123507366951, "S21": -34.44123507366951, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108096.0, 511884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8179779618511152, "S12": -5.8179779618511152, "W13": -18.220063733300648, "S13": -18.220063733300648, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108096.0, 522794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0732744871701296, "S11": -1.0732744871701296, "W12": -9.0524045931541064, "S12": -9.9059081021501765, "W13": -26.134412457428034, "S13": -29.372756398713861, "W21": -36.275010428554552, "S21": -36.275010428554552, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108096.166666666671517, 513010.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.666187728083641, "S11": -1.666187728083641, "W12": -6.0214880196366156, "S12": -6.0214880196366156, "W13": -20.0, "S13": -20.0, "W21": -37.668091915173122, "S21": -37.668091915173122, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108099.0, 520826.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.4320734209791421, "W12": -11.5, "S12": -12.692302349110172, "W13": -16.809999, "S13": -19.809999, "W21": -40.395269840679084, "S21": -40.395269840679084, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108100.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.9470892626131953, "W12": -5.0, "S12": -6.9388531546078411, "W13": -14.915636089531084, "S13": -17.915636089531084, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108100.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82130776794493621, "S11": -2.068777636378095, "W12": -5.0448396718796253, "S12": -8.5016082799299966, "W13": -14.957737285175774, "S13": -17.761907734630931, "W21": -39.801459745406852, "S21": -39.801459745406852, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108100.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63430689564888532, "S11": -2.6343068956488853, "W12": -3.4919855308133938, "S12": -11.546820907118224, "W13": -16.772804708312602, "S13": -16.79587296790433, "W21": -39.186973491778168, "S21": -39.272595893535168, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108100.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4022249129710912, "S11": -1.2613993433092507, "W12": -10.0, "S12": -11.895484525621512, "W13": -17.338662737278973, "S13": -20.102763395407365, "W21": -32.189613707017052, "S21": -32.189613707017052, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108100.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52808850246561123, "S11": -0.52808850246561123, "W12": -9.6921301466756002, "S12": -9.6921301466756002, "W13": -17.107592803297134, "S13": -18.476212747110374, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108100.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62892509330015989, "S11": -2.6289250933001598, "W12": -3.6074430026880826, "S12": -12.873852776775243, "W13": -16.724352181908642, "S13": -16.924508004847791, "W21": -39.233795591604789, "S21": -39.233795591604789, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108100.5, 499925.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0792981744172456, "S11": -1.3315901349250252, "W12": -5.791972846921138, "S12": -18.851726758658771, "W13": -20.135310810856421, "S13": -20.567975765987811, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108101.0, 505826.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4891137316267082, "S11": -3.4858775962042601, "W12": -5.9842599030428456, "S12": -5.9842599030428456, "W13": -23.966076311836446, "S13": -23.966076311836446, "W21": -31.713219685539062, "S21": -31.713219685539062, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108101.0, 507324.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4230949520991421, "S11": -2.4371450078329597, "W12": -5.2073948425131924, "S12": -5.2073948425131924, "W13": -25.650171131491248, "S13": -25.650171131491248, "W21": -33.298225401359261, "S21": -33.298225401359261, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108101.0, 508451.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15990675955392922, "S11": 0.15990675955392922, "W12": -6.4029505802478885, "S12": -20.095650964438196, "W13": -25.0, "S13": -25.770093597583752, "W21": -31.981355481368908, "S21": -31.981355481368908, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108101.0, 510317.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.037238362408209325, "S11": -0.074389403330510459, "W12": -9.1100533708718174, "S12": -9.1100533708718174, "W13": -18.814269228465221, "S13": -19.089169320647876, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108101.6, 504718.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62589420568226561, "S11": -0.62589420568226561, "W12": -8.3258128117944796, "S12": -8.3258128117944796, "W13": -13.4024248571684, "S13": -19.472327323936092, "W21": -40.346981187386177, "S21": -40.346981187386177, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108101.69696969697543, 516036.484848484862596 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.294235134105287, "W13": -18.180748634888815, "S13": -18.180748634888815, "W21": -30.047432113938129, "S21": -30.047432113938129, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 504257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.81, "S11": -3.41, "W12": -7.4099998, "S12": -7.4099998, "W13": -27.8, "S13": -27.8, "W21": -33.41, "S21": -33.41, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -34.339324524024384, "S21": -34.339324524024384, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 509071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5952581320514552, "S11": -1.5952581320514552, "W12": -9.4852561398169311, "S12": -9.4852561398169311, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.345354807421643, "S21": -35.345354807421643, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108103.714285714289872, 512451.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66110328549072073, "S11": -3.6611032854907206, "W12": -3.8434635385173537, "S12": -9.117360872805305, "W13": -16.458828085444694, "S13": -18.328291558456613, "W21": -37.822311487918086, "S21": -38.053891408289942, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108105.0, 500348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5832250867625186, "S11": -2.8306783124730615, "W12": -6.1149988824509318, "S12": -6.1149988824509318, "W13": -26.560331972250079, "S13": -26.560331972250079, "W21": -33.367584619967914, "S21": -33.367584619967914, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108105.0, 508315.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7516637936310353, "S12": -5.7516637936310353, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108105.8, 521366.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57305291301826689, "S11": -0.57305291301826689, "W12": -6.8913651535487936, "S12": -6.8913651535487936, "W13": -19.711153408390913, "S13": -20.070009814189383, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108106.0, 505469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95445171496019821, "S11": -1.0485466860483335, "W12": -6.0803884774298336, "S12": -16.399944210661207, "W13": -20.023679965990144, "S13": -20.438958406170407, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108106.0, 505731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69909278022664978, "S11": -0.69909278022664978, "W12": -5.0903186372212694, "S12": -5.7745675023536345, "W13": -25.0, "S13": -25.037479863979424, "W21": -33.809950138139612, "S21": -33.809950138139612, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108106.333333333328483, 509285.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.417251724923954, "W12": -11.5, "S12": -12.681629792939038, "W13": -16.809999, "S13": -19.809999, "W21": -40.391746562672523, "S21": -40.391746562672523, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108106.46875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41441731405784682, "S11": -0.41441731405784682, "W12": -8.3571888317396379, "S12": -11.661095739751836, "W13": -17.620408682920619, "S13": -25.493795541387676, "W21": -37.759957188074601, "S21": -37.759957188074601, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108107.0, 513922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84179818984217225, "S11": -0.84179818984217225, "W12": -6.4814003737444521, "S12": -8.489004936482095, "W13": -17.272944237756914, "S13": -19.851840117644464, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108108.0, 502350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9767011247141012, "S11": -0.9767011247141012, "W12": -8.9827104991756936, "S12": -9.9511949144286067, "W13": -25.376445010801898, "S13": -30.43671239210957, "W21": -36.329813222994915, "S21": -36.329813222994915, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108108.0, 513058.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98264962672403577, "S11": -0.98264962672403577, "W12": -4.9627769839423443, "S12": -5.0038392924204844, "W13": -18.697637741014422, "S13": -18.697637741014422, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108108.0, 522576.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.207465223601515, "W13": -17.742835034776295, "S13": -17.742835034776295, "W21": -30.179358405737343, "S21": -30.179358405737343, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108109.0, 504098.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6474407750053357, "S11": -1.6474407750053357, "W12": -9.5685346777842408, "S12": -10.328746054843757, "W13": -30.0, "S13": -30.0, "W21": -35.163084957520105, "S21": -35.163084957520105, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108109.0, 512346.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8257744042747055, "S11": -3.1753695832240112, "W12": -4.6262051571366936, "S12": -14.626205157136694, "W13": -16.27143648879288, "S13": -18.321789455896393, "W21": -39.638508856546359, "S21": -39.638508856546359, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108110.0, 499267.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.55003850900554, "S11": -1.55003850900554, "W12": -10.0, "S12": -13.448575964650068, "W13": -30.0, "S13": -30.0, "W21": -34.848825033788238, "S21": -34.848825033788238, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108110.0, 512153.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40560333653646113, "S11": -0.40560333653646113, "W12": -8.3408475675751976, "S12": -11.340847567575198, "W13": -13.771964539192853, "S13": -32.695429189677, "W21": -38.875688060384739, "S21": -38.875688060384739, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108110.0, 514627.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.088401135288612487, "S11": 0.088401135288612487, "W12": -9.0902210280064164, "S12": -10.148774612365521, "W13": -24.202328093629514, "S13": -24.202328093629514, "W21": -33.575171294694336, "S21": -33.575171294694336, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108110.428571428565192, 511112.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.14940518549165621, "W12": -10.0, "S12": -11.666282175813501, "W13": -16.976523377391992, "S13": -19.976523377391992, "W21": -30.874773355567982, "S21": -30.874773355567982, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108111.0, 501181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52196252622494832, "S11": -0.52196252622494832, "W12": -8.3241677956650282, "S12": -9.4650394087458078, "W13": -12.919813773673452, "S13": -30.616719687483034, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108111.333333333328483, 515465.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.12837692141812551, "W12": -10.0, "S12": -10.215137919057653, "W13": -17.596531494195943, "S13": -17.596531494195943, "W21": -30.25638511869807, "S21": -30.25638511869807, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108112.444444444437977, 503834.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.8359443298333282, "W12": -5.8359443298333282, "S12": -5.9839693885137422, "W13": -15.089220507711953, "S13": -18.089220507711953, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108112.8, 497770.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.052502548667410998, "S11": -0.052502548667410998, "W12": -6.0918819817515137, "S12": -16.989579641800407, "W13": -25.000000000000004, "S13": -25.226565918526347, "W21": -31.52105472649211, "S21": -31.52105472649211, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108113.0, 510217.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4583825477850929, "S11": -1.4583825477850929, "W12": -9.343940606674245, "S12": -9.343940606674245, "W13": -30.0, "S13": -30.0, "W21": -35.554518924259732, "S21": -35.554518924259732, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108113.25, 512594.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -5.4932571596704589, "W13": -16.885188135800956, "S13": -16.885188135800956, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108113.75, 523394.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5911339436564379, "S11": -3.591133943656438, "W12": -8.0273491214667683, "S12": -17.127059655098833, "W13": -17.490573988536855, "S13": -20.04032985733356, "W21": -34.271341464005658, "S21": -34.271341464005658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108114.0, 500751.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0146991389412547, "S11": -1.1100206738983285, "W12": -5.9636456881558795, "S12": -17.687985259730954, "W13": -20.053217662392843, "S13": -20.480905297057859, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108114.0, 505765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65072434231751408, "S11": -0.65072434231751408, "W12": -6.7381414496448953, "S12": -7.7558034660002519, "W13": -19.756824298129491, "S13": -20.13084233577198, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108114.4, 505514.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.000707246821484, "S13": -25.000707246821484, "W21": -34.184158774720267, "S21": -34.184158774720267, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108114.769230769234127, 508919.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69348430448550125, "S11": -0.69348430448550125, "W12": -7.9417776220509229, "S12": -9.0577472037999716, "W13": -17.197537862796938, "S13": -19.851318038318407, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108115.0, 502189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5843152936427665, "S11": -1.5843152936427665, "W12": -9.7870909579552912, "S12": -12.286310445337717, "W13": -30.0, "S13": -30.0, "W21": -34.975391435932032, "S21": -34.975391435932032, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108115.375, 512239.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3602771655139021, "S11": -0.42338744188158084, "W12": -10.0, "S12": -10.466009471081323, "W13": -17.590944105965534, "S13": -17.590944105965534, "W21": -30.163084769199887, "S21": -30.163084769199887, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108116.166666666671517, 503790.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6283770260840793, "S12": -5.6283770260840793, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108116.571428571434808, 521569.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99993251507867364, "S11": -0.99993251507867364, "W12": -4.9704363500285185, "S12": -4.9704363500285185, "W13": -18.716043408055455, "S13": -18.716043408055455, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108116.666666666671517, 522566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -34.190978859261477, "S21": -34.190978859261477, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 508916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.0, "S12": -3.0, "W13": -17.171324100175674, "S13": -17.171324100175674, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108117.0, 523265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73735491934076336, "S11": -0.73735491934076336, "W12": -7.485364108853072, "S12": -8.8898317894614358, "W13": -17.220669316770152, "S13": -20.2106688195422, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108117.75, 502237.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2674414114172292, "S11": -1.2674414114172292, "W12": -5.3014013611987654, "S12": -5.3014013611987654, "W13": -19.888728066176924, "S13": -19.888728066176924, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108117.8, 522065.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57705140323136306, "S11": -0.57705140323136306, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -34.34481719132561, "S21": -34.34481719132561, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108118.0, 509139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2543629692519274, "S11": -1.2543629692519274, "W12": -9.7887738786714031, "S12": -12.490743189551084, "W13": -29.15061582140158, "S13": -29.15061582140158, "W21": -34.234404497772879, "S21": -34.234404497772879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108118.0, 511789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4445930407727825, "S11": -2.1023288323702212, "W12": -5.0, "S12": -15.974275724275724, "W13": -20.40036005394338, "S13": -20.897770764907015, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108119.0, 506074.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17014540337712739, "S11": -0.41593917310836226, "W12": -10.0, "S12": -10.0, "W13": -15.790459479187245, "S13": -16.246579855362778, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108119.2, 501749.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.8678754963793498, "S12": -9.8678754963793498, "W13": -17.09845726325992, "S13": -18.225573589739795, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108120.0, 501978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78122553419602569, "S11": -0.78122553419602569, "W12": -7.0289505956552212, "S12": -8.7219163751229019, "W13": -17.243800770743366, "S13": -20.080558103590125, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108120.5, 502286.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44383436284603073, "S11": -0.28357058032951821, "W12": -10.0, "S12": -10.0, "W13": -16.216484710988361, "S13": -17.515904450909979, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108121.0, 501543.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4608693962080634, "S11": -3.4370039647944957, "W12": -5.8019675585483039, "S12": -5.8019675585483039, "W13": -23.618638840389682, "S13": -23.618638840389682, "W21": -31.575314091034322, "S21": -31.575314091034322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108121.0, 507218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4321405462033834, "S11": -1.4321405462033834, "W12": -9.3101186210374962, "S12": -9.3101186210374962, "W13": -30.000000000000004, "S13": -30.125954690761329, "W21": -35.562713696410938, "S21": -35.562713696410938, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108121.0, 512611.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.038103828383063913, "S11": 0.038103828383063913, "W12": -6.2290355589664763, "S12": -19.89953498136601, "W13": -25.0, "S13": -25.467191752313195, "W21": -31.677916166321971, "S21": -31.677916166321971, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108121.8, 510261.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44951524559913297, "S11": -0.44951524559913297, "W12": -10.0, "S12": -10.0, "W13": -17.091514522171259, "S13": -18.103149656298498, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108122.0, 501963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0737826886302284, "S11": -1.2082443717520288, "W12": -5.8469028988819254, "S12": -18.781069444442164, "W13": -20.083303906280314, "S13": -20.52340073543008, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108122.0, 505799.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0007965633221019, "S11": -1.0007965633221019, "W12": -4.9896786565312725, "S12": -4.9896786565312725, "W13": -18.775780384934095, "S13": -18.775780384934095, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108122.0, 522537.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72839577161686564, "S11": -0.72839577161686564, "W12": -6.5849177457407944, "S12": -9.4616787930919877, "W13": -19.802495187868125, "S13": -20.191674857354656, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108122.8, 505560.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28354103394827995, "S11": 0.28354103394827995, "W12": -10.269107652605673, "S12": -10.464141888196513, "W13": -18.469369177210879, "S13": -18.469369177210879, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108123.0, 504461.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2459371714227732, "S11": -1.7459371714227732, "W12": -5.458548853118236, "S12": -17.662994951155628, "W13": -20.225102227527884, "S13": -20.692753872597411, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108123.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82509614905128781, "S11": -0.82509614905128781, "W12": -6.5725370824573695, "S12": -8.5540009607843643, "W13": -17.266932224716587, "S13": -19.908348056410869, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108123.25, 502335.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1732505448130337, "S11": -3.4583098795727047, "W12": -5.0173682445487477, "S12": -9.7881865754050761, "W13": -22.283603289090248, "S13": -22.59238200145289, "W21": -30.503273064887885, "S21": -30.503273064887885, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108124.0, 506777.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.02891086336177473, "S11": 0.027609878832730323, "W12": -9.1784829901001714, "S12": -9.1784829901001714, "W13": -18.742014347669354, "S13": -19.177572961553828, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108124.2, 504678.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62858084342575959, "S11": -0.62858084342575959, "W12": -8.2984028857289669, "S12": -8.3566494223168384, "W13": -13.394472308502722, "S13": -19.848913810550727, "W21": -40.316314869686067, "S21": -40.316314869686067, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108124.263157894733013, 516013.13157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39024852956175837, "S11": -0.39024852956175837, "W12": -4.9221076837681395, "S12": -9.6037862619137098, "W13": -17.473838987348092, "S13": -19.365976702877358, "W21": -29.992019016950575, "S21": -29.992019016950575, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108125.0, 503154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39179773773317395, "S11": -0.39179773773317395, "W12": -8.3244554902495995, "S12": -10.258881719757635, "W13": -14.082331084537817, "S13": -30.512702676071175, "W21": -38.626624925881679, "S21": -38.626624925881679, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108125.2, 514495.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66563444334567734, "S11": -2.6774781797347416, "W12": -3.3279826253053599, "S12": -7.5788741694038109, "W13": -16.773592536490217, "S13": -18.256234766365417, "W21": -39.024919569005853, "S21": -39.251852273344518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108125.333333333328483, 500206.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88207605291375435, "S11": -0.88207605291375435, "W12": -8.9013872378270982, "S12": -9.9666065951794938, "W13": -24.864795525898138, "S13": -31.697062263332366, "W21": -36.365277040019855, "S21": -36.365277040019855, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108125.571428571434808, 513101.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86896676390654992, "S11": -0.86896676390654992, "W12": -6.1161235692595186, "S12": -8.3360633238697606, "W13": -17.283653377870841, "S13": -19.728287757794433, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108126.0, 502384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2139941055080503, "W12": -6.6230253414467679, "S12": -9.4780554776176142, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -32.586713946064201, "S21": -32.586713946064201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108126.0, 507678.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.6325910118291116, "S12": -6.4735088419496254, "W13": -15.0, "S13": -15.0, "W21": -37.308509884036418, "S21": -37.308509884036418, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108127.666666666671517, 524270.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91283737876181215, "S11": -0.91283737876181215, "W12": -5.6597100560616678, "S12": -8.0606377983289512, "W13": -17.29300751211704, "S13": -19.540860440269942, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108128.75, 502432.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.074154772559158588, "W12": -10.0, "S12": -10.0, "W13": -16.410849060739569, "S13": -18.141112601295447, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108128.777777777781012, 501445.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.125739862644949, "W13": -17.638902371468518, "S13": -17.638902371468518, "W21": -30.222870077239602, "S21": -30.222870077239602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108129.5, 504057.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.4010625299667403, "W12": -11.5, "S12": -12.426115440033543, "W13": -16.809999, "S13": -19.809999, "W21": -40.385608959241416, "S21": -40.385608959241416, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108130.0, 496972.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.093419160894000791, "S11": -3.0934191608940007, "W12": -10.0, "S12": -11.383193400319952, "W13": -17.567623544312902, "S13": -18.740623485485557, "W21": -29.762939885659343, "S21": -29.762939885659343, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108130.0, 503601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74296569177450322, "S11": -0.74296569177450322, "W12": -7.3615977575332865, "S12": -8.8692023202709276, "W13": -17.225839316987582, "S13": -20.225839316987582, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108131.0, 502247.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1142007580708404, "S11": -1.8857992419291596, "W12": -10.0, "S12": -11.044408329574967, "W13": -17.576186490669087, "S13": -18.379065241583962, "W21": -29.948181007159299, "S21": -29.948181007159299, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108131.0, 503689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51718803712616013, "S11": -0.51718803712616013, "W12": -9.303156959678665, "S12": -10.780601287177003, "W13": -25.0, "S13": -25.0, "W21": -33.574677615520677, "S21": -33.574677615520677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108131.0, 511264.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80606720091611284, "S11": -0.80606720091611284, "W12": -6.431694041836896, "S12": -11.188822249002023, "W13": -19.848166077606706, "S13": -20.252507378937253, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108131.2, 505605.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3721999116707577, "S11": -1.3721999116707577, "W12": -9.246629547798463, "S12": -9.246629547798463, "W13": -30.0, "S13": -30.389840439917066, "W21": -35.611005322501377, "S21": -35.611005322501377, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108131.25, 512656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95670799361707426, "S11": -0.95670799361707426, "W12": -5.2032965428638169, "S12": -7.7852122727881428, "W13": -17.302361646363238, "S13": -19.353433122745447, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108131.5, 502481.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60715079957565354, "S11": -3.4454306805609991, "W12": -6.5729564553094475, "S12": -16.222060727405207, "W13": -17.528015449827386, "S13": -20.080272470128769, "W21": -34.908664802800658, "S21": -34.908664802800658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108131.833333333328483, 500690.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0181391549476242, "S12": -3.0181391549476233, "W13": -15.951811905053724, "S13": -15.951811905053724, "W21": -35.01560637313824, "S21": -35.01560637313824, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108132.0, 523814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.071377483443657658, "S11": -0.071377483443657658, "W12": -9.178058859879485, "S12": -10.409445083630363, "W13": -24.551396381916909, "S13": -24.551396381916909, "W21": -33.502449721144906, "S21": -33.502449721144906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108133.0, 511159.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.043565800650253894, "S11": -0.043565800650254193, "W12": -10.022328840970264, "S12": -10.022328840970264, "W13": -16.669835411471336, "S13": -17.310343596176967, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108133.4, 501840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.1074014158951853, "S12": -6.1074014158951853, "W13": -16.989078182239108, "S13": -16.989078182239108, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108134.0, 523345.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0005786084723365, "S11": -1.0005786084723365, "W12": -4.9382282151385359, "S12": -7.7011319327199033, "W13": -17.311715780609433, "S13": -19.166005805220951, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108134.25, 502530.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0475996638132878, "W12": -6.9947958262289358, "S12": -9.4353433881794331, "W13": -26.284520423423157, "S13": -26.284520423423157, "W21": -33.072296132918197, "S21": -33.072296132918197, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108135.666666666671517, 507885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12134090975659764, "S11": -0.39942331274656295, "W12": -10.0, "S12": -10.0, "W13": -16.061492518703243, "S13": -16.535402048441355, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108136.0, 501789.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0079643011755202, "S11": -1.0079643011755202, "W12": -5.0165803291201625, "S12": -5.0165803291201625, "W13": -18.853923028853636, "S13": -18.853923028853636, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108136.0, 522498.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999999441, "S11": -1.7999999999999441, "W12": -5.3730919323994382, "S12": -5.3730919323994382, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108136.846153846156085, 521959.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0125568977591037, "S11": -1.0125568977591037, "W12": -4.8268430428685134, "S12": -7.7707347481069231, "W13": -17.321069914855634, "S13": -18.978578487696463, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108137.0, 502579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.0, "S12": -6.0000000000000009, "W13": -15.211150603968351, "S13": -15.211150603968351, "W21": -36.696687293790596, "S21": -36.696687293790596, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108137.0, 524148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6535293079885498, "S11": -0.6535293079885498, "W12": -6.765291156519508, "S12": -6.7652911565195, "W13": -19.708054849180574, "S13": -20.092677704989768, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108137.714285714289872, 505495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77564526506184983, "S11": -2.5530166883758629, "W12": -5.0, "S12": -8.2522487069934769, "W13": -14.959689922480621, "S13": -17.733173742617879, "W21": -39.748759094693142, "S21": -39.748759094693142, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108138.0, 499008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88373863021546428, "S11": -0.88373863021546428, "W12": -6.278470337932796, "S12": -12.936261766952153, "W13": -19.89383696734534, "S13": -20.313339900519928, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108139.6, 505651.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59581355071814635, "S11": -0.59581355071814635, "W12": -5.2078367905595986, "S12": -10.42021733404153, "W13": -25.0, "S13": -25.267891000555402, "W21": -33.297744482819837, "S21": -33.297744482819837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108140.0, 509439.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93709724982530551, "S11": -0.93709724982530551, "W12": -7.6812420342953729, "S12": -7.6812420342953729, "W13": -15.0, "S13": -17.44951622373695, "W21": -38.589442449622901, "S21": -38.589442449622901, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108140.0, 517634.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1589977847888764, "S11": -1.1589977847888764, "W12": -5.2796717804269813, "S12": -5.2796717804269813, "W13": -19.832247029688293, "S13": -19.832247029688293, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108140.2, 522101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44519182749882502, "S11": -0.44519182749882502, "W12": -4.7858230468990222, "S12": -9.7402240216007936, "W13": -17.441219771431193, "S13": -18.890789761057224, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108140.833333333328483, 503101.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74934745054347873, "S11": -0.74934745054347873, "W12": -8.2364359448049882, "S12": -8.2364359448049882, "W13": -13.961572755787612, "S13": -13.961572755787612, "W21": -39.873007919024332, "S21": -39.873007919024332, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108141.258620689652162, 516629.508620689681266 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5790157931312887, "S11": -0.5790157931312887, "W12": -8.2824224835251279, "S12": -9.0326831893028814, "W13": -13.147921594471205, "S13": -24.999202300510241, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108141.487804878051975, 515719.731707317056134 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3122592771381325, "S11": -1.3122592771381325, "W12": -9.1831404745594298, "S12": -9.1831404745594298, "W13": -30.0, "S13": -30.653726189072803, "W21": -35.661123946135064, "S21": -35.661123946135064, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108141.5, 512701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64653683134885365, "S11": -2.6465368313488535, "W12": -3.5391169150101214, "S12": -11.886317136529696, "W13": -16.545750529023888, "S13": -16.693130344144343, "W21": -39.191723797383119, "S21": -39.191723797383119, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108141.75, 499940.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78745098111331846, "S11": -0.78745098111331846, "W12": -8.8200639764784938, "S12": -9.982018275930546, "W13": -24.567025025373471, "S13": -33.17129111893599, "W21": -36.400740857044916, "S21": -36.400740857044916, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108143.142857142855064, 513144.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84597888149200884, "S11": -0.90529298781662693, "W12": -6.2567157206260218, "S12": -8.3467656802175298, "W13": -17.264798893960769, "S13": -19.797756704256415, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108144.0, 502363.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77101357737869125, "S11": -0.77101357737869125, "W12": -5.1810093279119833, "S12": -6.5466608453293587, "W13": -24.999999999999996, "S13": -25.099849658139842, "W21": -33.845828530523562, "S21": -33.845828530523562, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108144.0, 509323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5306904575129494, "S11": -1.5306904575129494, "W12": -9.3635333722992389, "S12": -9.3635333722992389, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -35.277759899678671, "S21": -35.277759899678671, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108144.285714285710128, 512469.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2394036127790217, "S11": -0.9490977229624239, "W12": -10.0, "S12": -10.658176000373242, "W13": -17.579069113466304, "S13": -17.579069113466304, "W21": -30.092449613536509, "S21": -30.092449613536509, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108144.333333333328483, 503758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3921613049388313, "W12": -6.2266434047453618, "S12": -6.9712469499659857, "W13": -24.291788395769476, "S13": -24.291788395769476, "W21": -32.206897389666253, "S21": -32.206897389666253, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108145.0, 507452.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46935026309768935, "S11": -0.15790157404234051, "W12": -10.0, "S12": -10.0, "W13": -16.274825113434609, "S13": -17.694931194394062, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108145.4, 501502.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28590525328330207, "S11": -0.53467565695690022, "W12": -10.0, "S12": -10.0, "W13": -15.833361116591043, "S13": -16.267733563238966, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108146.0, 501715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6479669008581441, "S11": -1.6479669008581441, "W12": -6.0089860054264683, "S12": -6.0089860054264683, "W13": -20.0, "S13": -20.0, "W21": -37.356309236268132, "S21": -37.356309236268132, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108146.0, 520828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -24.998722297077563, "S13": -24.998722297077563, "W21": -34.303585676302653, "S21": -34.303585676302653, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108146.461538461531745, 508884.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 0.09506008913183972, "S11": 0.09506008913183972, "W12": -9.2927416691215949, "S12": -9.2927416691215949, "W13": -18.669759466873401, "S13": -19.265976602459851, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108146.8, 504638.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3488779187296753, "S11": -2.3700670867262166, "W12": -5.0, "S12": -5.0, "W13": -25.755683898838992, "S13": -25.755683898838992, "W21": -33.623640194465082, "S21": -33.623640194465082, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108146.875, 508470.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29905991531029563, "S11": -0.29905991531029563, "W12": -8.3421440844751871, "S12": -8.3421440844751871, "W13": -19.071247243549823, "S13": -19.303225853175498, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108148.0, 504974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96141005951471126, "S11": -0.96141005951471126, "W12": -6.1252466340288967, "S12": -14.683701284900089, "W13": -19.939507857083921, "S13": -20.374172422102529, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108148.0, 505697.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.04460071973753417, "S11": -0.04460071973753417, "W12": -6.2873710241323444, "S12": -18.818333063731515, "W13": -25.0, "S13": -25.295221934065466, "W21": -31.457796565269021, "S21": -31.457796565269021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108148.0, 510231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62393226199363472, "S11": -3.3049823126874251, "W12": -5.0, "S12": -13.054578301797092, "W13": -17.391974349854593, "S13": -19.937770389986539, "W21": -35.593213848226121, "S21": -35.66707359172149, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108149.0, 500624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0303430079155675, "S11": -3.0303430079155675, "W12": -4.9999999999999991, "S12": -12.059116190816042, "W13": -21.425287982957919, "S13": -22.04528345515547, "W21": -30.324183326731848, "S21": -30.324183326731848, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108149.0, 506504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42408753499021412, "S11": -0.42408753499021368, "W12": -4.8497631319595857, "S12": -9.8396885074436184, "W13": -17.438072311961957, "S13": -19.03868135389202, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108149.571428571434808, 503117.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7856553677610234, "S11": -1.7856553677610234, "W12": -5.7417295334462013, "S12": -5.7417295334462013, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108149.6, 521364.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.3175095867361453, "W12": -11.5, "S12": -12.60980916131397, "W13": -16.809999, "S13": -19.809999, "W21": -40.368036773961677, "S21": -40.368036773961677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.7271668822768436, "W12": -5.0, "S12": -7.0338976137279241, "W13": -14.918502613048522, "S13": -17.918502613048521, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75852932250506822, "S11": -2.6649834581201208, "W12": -5.0, "S12": -7.9255115808410164, "W13": -14.948423719083578, "S13": -17.748407898351459, "W21": -39.738040976135657, "S21": -39.738040976135657, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65217522658610272, "S11": -2.6521752265861025, "W12": -3.4368632396376064, "S12": -10.668734832536606, "W13": -16.545292946977952, "S13": -16.606439803339835, "W21": -39.147251045444648, "S21": -39.212479690828602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50740146410045084, "S11": -1.4393236474717224, "W12": -10.0, "S12": -11.794013191273466, "W13": -17.308736437167095, "S13": -20.19856437869937, "W21": -32.63633338986736, "S21": -32.63633338986736, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51366719026603835, "S11": -0.51366719026603835, "W12": -9.4794779516510825, "S12": -9.6505806132480405, "W13": -17.110660616459693, "S13": -18.267958679756813, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.044014501688382, "W13": -17.603419738268077, "S13": -17.603419738268077, "W21": -30.26638174874185, "S21": -30.26638174874185, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 504016.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.147534890565037, "W13": -17.990491264167698, "S13": -17.990491264167698, "W21": -30.133142710464295, "S21": -30.133142710464295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 504181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0151320390289387, "S11": -1.0151320390289387, "W12": -5.0434820017090525, "S12": -5.0434820017090525, "W13": -18.932065672773174, "S13": -18.932065672773174, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108150.0, 522460.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64124534228476504, "S11": -0.64124534228476504, "W12": -8.264463349959037, "S12": -8.264463349959037, "W13": -13.428804778955206, "S13": -19.859408981877525, "W21": -40.347901908251643, "S21": -40.347901908251643, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108151.462121212127386, 516035.310606060607824 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2523186426055071, "S11": -1.2523186426055071, "W12": -9.1196514013203949, "S12": -9.195834254262417, "W13": -30.000000000000004, "S13": -30.917611938228546, "W21": -35.715057022080806, "S21": -35.715057022080806, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108151.75, 512746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.596779723891864, "S13": -17.596779723891864, "W21": -30.314006269397403, "S21": -30.314006269397403, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108153.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49591966811746668, "S11": -0.49591966811746668, "W12": -8.6461645864542778, "S12": -10.290641890020574, "W13": -23.310394205848588, "S13": -38.310394205848588, "W21": -38.310394205848588, "S21": -38.310394205848588, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108153.0, 513327.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.2299067815613292, "S12": -6.2299067815613292, "W13": -16.819497215072655, "S13": -16.819497215072655, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108153.0, 523419.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74284625849140529, "S11": -0.74284625849140529, "W12": -5.1656089718036853, "S12": -5.1656089718036853, "W13": -25.0, "S13": -25.042251196457368, "W21": -34.081340811420468, "S21": -34.081340811420468, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108153.166666666671517, 509282.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14348321507522055, "S11": 0.14348321507522055, "W12": -9.130985963673286, "S12": -10.266766195389444, "W13": -24.410357856130357, "S13": -24.410357856130357, "W21": -33.374706954475805, "S21": -33.374706954475805, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108153.285714285710128, 511098.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65830490936746466, "S11": -0.65830490936746466, "W12": -8.1019037608033528, "S12": -9.1950596543395839, "W13": -17.185951448171878, "S13": -19.46623387365003, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108153.4, 502159.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53971415376186438, "S11": -0.53971415376186438, "W12": -8.2711297599104014, "S12": -9.4321889853666185, "W13": -12.969784736738754, "S13": -29.673070179770278, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108154.0, 515489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0840572898778544, "S11": -1.0840572898778544, "W12": -4.9771769612175785, "S12": -4.9771769612175785, "W13": -18.70757824209592, "S13": -18.70757824209592, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108154.333333333328483, 522561.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42913892251815977, "S11": -0.294540343107345, "W12": -10.0, "S12": -10.344666101615838, "W13": -17.581455832286228, "S13": -17.581455832286228, "W21": -30.209549216788801, "S21": -30.209549216788801, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108155.0, 503814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99101701688368193, "S11": -0.99101701688368193, "W12": -5.0756037712380992, "S12": -5.0756037712380992, "W13": -19.043238674285554, "S13": -19.043238674285554, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108155.833333333328483, 522412.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5280744569302294, "S11": -1.5280744569302294, "W12": -9.6091512473252152, "S12": -11.953510475290354, "W13": -30.0, "S13": -30.0, "W21": -34.905648939026442, "S21": -34.905648939026442, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108156.0, 512256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.303511318239579, "W12": -11.5, "S12": -12.599729524930122, "W13": -16.809999, "S13": -19.809999, "W21": -40.364709233622136, "S21": -40.364709233622136, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108156.109375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.5372759932285422, "W13": -15.0, "S13": -15.0, "W21": -38.284748294676028, "S21": -38.284748294676028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108157.0, 524462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6194518569818808, "S12": -5.6194518569818808, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108157.285714285710128, 521588.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35347975598590425, "S11": 0.35347975598590425, "W12": -10.555682229940523, "S12": -10.68337247577119, "W13": -18.392814973376094, "S13": -18.392814973376094, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108158.0, 504427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4292270246593717, "S11": -1.4292270246593717, "W12": -6.4156994056726306, "S12": -6.4156994056726306, "W13": -20.0, "S13": -20.0, "W21": -39.736446933214047, "S21": -39.736446933214047, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108158.0, 520003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.7654290368893504, "W12": -5.7654290368893504, "S12": -6.1526535950115075, "W13": -15.064729488920534, "S13": -18.064729488920534, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108158.2, 497789.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.058832965644122673, "S11": 0.058832965644122673, "W12": -6.4696171228788488, "S12": -20.148344558275816, "W13": -25.200462506376567, "S13": -25.831218437603283, "W21": -31.68274772665001, "S21": -31.68274772665001, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108158.4, 510293.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0376490597258288, "S11": -1.0376490597258288, "W12": -5.978477526396067, "S12": -16.282911503418941, "W13": -19.978738458512836, "S13": -20.429401706618933, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108158.8, 505739.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1130510149320614, "S11": -1.1130510149320614, "W12": -7.1829365039749486, "S12": -7.1829365039749486, "W13": -20.0, "S13": -30.0, "W21": -36.739528318365977, "S21": -36.739528318365977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108160.0, 518540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69282590931297183, "S11": -0.69282590931297183, "W12": -8.7387407151298984, "S12": -9.9974299566814331, "W13": -24.269254524849206, "S13": -34.645519974538281, "W21": -36.436204674069863, "S21": -36.436204674069863, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108160.714285714289872, 513187.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60521865545558129, "S11": -3.3786421987297457, "W12": -7.762108479755538, "S12": -17.76210847975554, "W13": -17.76210847975554, "S13": -20.224934478031486, "W21": -34.592745677215547, "S21": -34.592745677215547, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108161.0, 500762.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.03066802751112585, "W12": -10.0, "S12": -10.0, "W13": -16.359283093312293, "S13": -17.994041822225594, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108161.0, 501453.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3988065281472428, "S11": -1.3988065281472428, "W12": -9.211222894820045, "S12": -9.211222894820045, "W13": -30.0, "S13": -30.0, "W21": -35.454431028885125, "S21": -35.454431028885125, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108161.125, 512602.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96784488795518653, "S11": -0.96784488795518653, "W12": -4.8044819798472975, "S12": -7.8212493003968158, "W13": -17.310799101362132, "S13": -18.827910800586761, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108161.2, 502614.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9548822875698364, "S11": -0.9548822875698364, "W12": -5.107725540767186, "S12": -5.107725540767186, "W13": -19.178447930770758, "S13": -19.178447930770758, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108161.666666666671517, 522364.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1923780080728819, "S11": -1.1923780080728819, "W12": -9.0561623280813617, "S12": -9.2423581974108888, "W13": -29.620501191929765, "S13": -30.801998879314048, "W21": -35.768990098026542, "S21": -35.768990098026542, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108162.0, 512791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0505541581605602, "S11": -1.0505541581605602, "W12": -5.257942199655198, "S12": -5.257942199655198, "W13": -19.775765993199684, "S13": -19.775765993199684, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108162.6, 522137.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.598117062288559, "S13": -17.598117062288559, "W21": -30.283490905373437, "S21": -30.283490905373437, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108163.142857142855064, 504004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67826311432053898, "S11": -2.6782631143205391, "W12": -3.1764449831946662, "S12": -6.2186574563555279, "W13": -16.629694590051756, "S13": -18.44498357580736, "W21": -38.9753161693409, "S21": -39.251802886092996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108164.0, 500241.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.7494114012050055, "S12": -9.0664161149874101, "W13": -23.685765765765765, "S13": -23.685765765765765, "W21": -33.130643163500089, "S21": -33.130643163500089, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108164.0, 510774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40305588381561436, "S11": -0.40305588381561436, "W12": -8.2757409719346526, "S12": -11.036865093714189, "W13": -14.086915278831649, "S13": -30.593992761634979, "W21": -38.556724185313364, "S21": -38.556724185313364, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108164.4, 514516.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48618922432231537, "S11": -0.069278558808931856, "W12": -10.0, "S12": -10.0, "W13": -16.309527903816225, "S13": -17.833131931539523, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108164.888888888890506, 501475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8662161626855944, "S12": -11.605053420356388, "W13": -25.0, "S13": -25.761631427256653, "W21": -30.931287798460538, "S21": -30.931287798460538, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108165.0, 509991.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.2971457859499629, "S12": -3.297145785949962, "W13": -16.572007160543713, "S13": -16.572007160543713, "W21": -33.580679974956887, "S21": -33.580679974956887, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108165.0, 523529.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.3196093537279268, "W12": -11.5, "S12": -12.35585177135899, "W13": -16.809999, "S13": -19.809999, "W21": -40.36613764307404, "S21": -40.36613764307404, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108166.333333333328483, 496970.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -3.9439591388608752, "S12": -6.7615162003880478, "W13": -15.0, "S13": -15.0, "W21": -37.235690035829435, "S21": -37.235690035829435, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108166.333333333328483, 524252.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39871505688242981, "S11": -2.9203496722670454, "W12": -6.1056504310581516, "S12": -10.264355527917282, "W13": -17.476209823319977, "S13": -20.476209823319977, "W21": -29.670553358647314, "S21": -29.670553358647314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108167.0, 503250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91071805994175403, "S11": -0.91071805994175403, "W12": -5.1398473102962328, "S12": -5.1398473102962328, "W13": -19.313657187255789, "S13": -19.313657187255789, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108167.5, 522316.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36126058110270776, "S11": -0.47300492332925503, "W12": -10.0, "S12": -10.0, "W13": -15.89598546064307, "S13": -16.461703307448747, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108167.6, 501673.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.20603813559322032, "S11": -0.79396186440677985, "W12": -10.0, "S12": -10.511287000345039, "W13": -17.572548691775701, "S13": -17.572548691775701, "W21": -30.10534785431603, "S21": -30.10534785431603, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108168.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17439562102905062, "S11": 0.17439562102905062, "W12": -6.8844635667482432, "S12": -16.494615664006282, "W13": -25.415830726058768, "S13": -26.415830726058768, "W21": -31.936432497072673, "S21": -31.936432497072673, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108168.0, 510362.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2457928326818637, "S11": -3.269769258244315, "W12": -5.0559086760954859, "S12": -9.6368977925964217, "W13": -22.263246630408585, "S13": -22.619186867769919, "W21": -30.762559791531807, "S21": -30.762559791531807, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108168.375, 506790.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.38793241536507939, "W12": -10.0, "S12": -10.0, "W13": -17.587763583784284, "S13": -17.587763583784284, "W21": -30.355940292934871, "S21": -30.355940292934871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108168.75, 503918.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67704306855552743, "S11": -2.6770430685555273, "W12": -3.1584409609344868, "S12": -6.3524608605700319, "W13": -16.599858375896662, "S13": -18.392379129443547, "W21": -38.985031192023776, "S21": -39.264329983470475, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108169.0, 500226.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.3483358426498384, "S12": -6.3483358426498384, "W13": -16.884607493512128, "S13": -16.884607493512128, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108169.0, 523386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.3382451869173844, "S12": -6.3382451869173844, "W13": -16.745977675767698, "S13": -16.745977675767698, "W21": -33.167109938304918, "S21": -33.167109938304918, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108169.0, 523449.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16120931490182372, "S11": 0.16120931490182372, "W12": -9.5605482938728432, "S12": -9.5605482938728432, "W13": -18.59750458607753, "S13": -19.354380243365799, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108169.4, 504598.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.113888059936861, "S11": -1.113888059936861, "W12": -5.8317084187634185, "S12": -17.882121721935466, "W13": -20.016974348463851, "S13": -20.483636279657425, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108169.6, 505781.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49602696203635682, "S11": -0.031071769068129085, "W12": -10.0, "S12": -10.0, "W13": -16.333165515880843, "S13": -17.96227497056897, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108169.8, 501461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86219791996188944, "S11": -0.86219791996188944, "W12": -7.9333759280149874, "S12": -7.9333759280149874, "W13": -14.539511685628336, "S13": -29.539511685628334, "W21": -39.175123814551277, "S21": -39.175123814551277, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108170.0, 517184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.593059153689669, "S13": -17.593059153689669, "W21": -30.309893420244105, "S21": -30.309893420244105, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108170.5, 503976.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49829805260338145, "S11": -0.020765759967878994, "W12": -10.0, "S12": -10.0, "W13": -16.336983823239297, "S13": -17.994104262627292, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108172.0, 501458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0984807129149106, "S11": -1.0984807129149106, "W12": -5.8678781909534798, "S12": -17.350865594456067, "W13": -20.0, "S13": -20.465431610184872, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108172.0, 505769.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11853006004408295, "S11": -1.3112057839907831, "W12": -10.0, "S12": -10.602095335682398, "W13": -17.56719412096707, "S13": -17.56719412096707, "W21": -30.021814457873127, "S21": -30.021814457873127, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108172.5, 503725.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41833725473494865, "S11": 0.41833725473494865, "W12": -10.862753311945921, "S12": -10.971722941984554, "W13": -18.320564777220007, "S13": -18.320564777220007, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108172.8, 504381.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -9.9999999999999964, "W13": -17.631720950798215, "S13": -17.631720950798215, "W21": -30.252975541349461, "S21": -30.252975541349461, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108173.285714285710128, 504048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87361235699628392, "S11": -0.87361235699628392, "W12": -5.1719690798252804, "S12": -5.1719690798252804, "W13": -19.448866443740815, "S13": -19.448866443740815, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108173.333333333328483, 522268.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64472048146461813, "S11": -0.64472048146461813, "W12": -8.2371703219023065, "S12": -8.2839999667732069, "W13": -13.424670935891786, "S13": -20.195341530924487, "W21": -40.323325365978093, "S21": -40.323325365978093, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108173.868421052626218, 516016.434210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45792654041860736, "S11": -0.45792654041860736, "W12": -4.7774185801511901, "S12": -9.5583757891314232, "W13": -17.410405825466803, "S13": -18.740493166095469, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108174.142857142855064, 503080.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44370873493184859, "S11": 0.44370873493184859, "W12": -8.5908659045264937, "S12": -8.5908659045264937, "W13": -24.042266599836442, "S13": -25.042266599836442, "W21": -32.995521246657241, "S21": -32.995521246657241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108175.0, 510632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9653432608529662, "W12": -6.9478012940175882, "S12": -10.111520318797707, "W13": -26.071131572002468, "S13": -26.071131572002468, "W21": -33.211880211178212, "S21": -33.319536018826, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108175.333333333328483, 507855.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -8.5033709110895668, "W13": -14.739182781346457, "S13": -17.943062025457287, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108176.0, 498390.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0066871794871674051, "S11": 0.0066871794871674051, "W12": -10.685946091644292, "S12": -10.685946091644292, "W13": -16.628753117206969, "S13": -17.001682508851204, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108177.6, 501846.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087577901951777282, "S11": -0.087577901951777282, "W12": -9.2497868067356421, "S12": -10.619859218031749, "W13": -24.874209591661337, "S13": -24.874209591661337, "W21": -33.306281667436714, "S21": -33.306281667436714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108178.0, 511168.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51795339168504551, "S11": -0.51795339168504551, "W12": -5.0, "S12": -5.0, "W13": -24.998620080843757, "S13": -24.998620080843757, "W21": -34.423012577885117, "S21": -34.423012577885117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108178.153846153843915, 508850.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59820083751263931, "S11": -0.59820083751263931, "W12": -8.6574174537813402, "S12": -10.012841637432373, "W13": -23.971484024324944, "S13": -36.119748830140324, "W21": -36.470569250788721, "S21": -36.470569250788721, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108178.285714285710128, 513230.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3618401147347408, "S12": -5.3618401147347408, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108178.30769230768783, 521981.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1318355087215011, "S11": -1.1318355087215011, "W12": -8.9752218129966685, "S12": -9.2675310044732946, "W13": -28.880409713742736, "S13": -30.376405802752519, "W21": -35.811769859072442, "S21": -35.811769859072442, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108178.5, 512837.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83650665405079194, "S11": -0.83650665405079194, "W12": -5.2040908493543663, "S12": -5.2040908493543663, "W13": -19.584075700226023, "S13": -19.584075700226023, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108179.166666666671517, 522220.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.190127060147959, "S11": -1.190127060147959, "W12": -5.6849393111306101, "S12": -17.728053199615822, "W13": -20.054813028285057, "S13": -20.537473642566113, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108180.4, 505824.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62386625279949703, "S11": -3.0367054311758674, "W12": -5.9722126456595186, "S12": -14.342447152313586, "W13": -17.530129507284787, "S13": -20.267798531518388, "W21": -35.333558108812475, "S21": -35.333558108812475, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108181.0, 500690.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72941551540913929, "S11": -2.7294155154091393, "W12": -3.4707908273321606, "S12": -10.898781496284151, "W13": -16.367148876139133, "S13": -16.461752683440892, "W21": -39.149652003161457, "S21": -39.149652003161457, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108183.0, 499955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054392026125488609, "S11": -0.054392026125488609, "W12": -6.482860066513175, "S12": -20.647086485662626, "W13": -25.063730658051352, "S13": -25.427608607655937, "W21": -31.394538404045942, "S21": -31.394538404045942, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108183.0, 510245.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.758226655562378, "S13": -17.758226655562378, "W21": -30.222460177325495, "S21": -30.222460177325495, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108183.428571428565192, 504092.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.16766757726947695, "W12": -10.0, "S12": -10.0, "W13": -17.578747443676708, "S13": -17.578747443676708, "W21": -30.338870508089837, "S21": -30.338870508089837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108184.5, 503876.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72961219949334832, "S11": -0.72961219949334832, "W12": -6.6700670090459582, "S12": -6.6700670090459582, "W13": -19.66815262414379, "S13": -20.084510397833601, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108184.571428571434808, 505504.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.466122782974425, "S11": -1.466122782974425, "W12": -9.2418106047815076, "S12": -9.2418106047815076, "W13": -30.0, "S13": -30.0, "W21": -35.211465345100692, "S21": -35.211465345100692, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108184.857142857144936, 512487.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57727759732389583, "S11": -2.6569707745544164, "W12": -10.0, "S12": -11.102285675983644, "W13": -17.414145814452063, "S13": -20.185788199365376, "W21": -33.878104146423134, "S21": -33.878104146423134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 500881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.000745888101553, "W13": -17.781108268045408, "S13": -17.781108268045408, "W21": -30.216772427096863, "S21": -30.216772427096863, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5644750014864082, "W12": -5.0302473685084097, "S12": -5.0302473685084097, "W13": -26.12131585800412, "S13": -26.12131585800412, "W21": -33.906724109440518, "S21": -33.906724109440518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 508444.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.94211053153220747, "S11": -0.94211053153220747, "W12": -5.2362126188834139, "S12": -5.2362126188834139, "W13": -19.71928495671105, "S13": -19.71928495671105, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108185.0, 522173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92313287815126943, "S11": -0.92313287815126932, "W12": -4.8503073454440973, "S12": -7.939950281304724, "W13": -17.300528287868634, "S13": -18.710009362236427, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108185.4, 502650.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3531253242934729, "S11": -3.3531253242934729, "W12": -5.360042225030182, "S12": -8.963031995256074, "W13": -22.744481723288192, "S13": -23.140680478769827, "W21": -31.265308088082126, "S21": -31.265308088082126, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108186.0, 506958.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48319475348399299, "S11": 0.48319475348399299, "W12": -10.0, "S12": -10.067980828758989, "W13": -18.248314581063916, "S13": -18.248314581063916, "W21": -30.027088526069321, "S21": -30.027088526069321, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108187.6, 504335.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41863227522219393, "S11": -1.2069920635821985, "W12": -4.8943215358726322, "S12": -9.7522396413266144, "W13": -17.406873593821174, "S13": -19.020198895832529, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108187.666666666671517, 503109.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57026809521500943, "S11": -2.5194001097487195, "W12": -10.0, "S12": -10.0, "W13": -17.405172840972305, "S13": -20.150591693956436, "W21": -33.796732438039321, "S21": -33.796732438039321, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108189.0, 500896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3568634179821551, "S11": -0.45035924559502688, "W12": -10.0, "S12": -10.0, "W13": -15.85907526139278, "S13": -16.334021597722046, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108189.0, 501680.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38727227420541205, "S11": -0.35075492797192748, "W12": -10.0, "S12": -10.0, "W13": -15.958609804695234, "S13": -16.67394915345951, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108189.2, 501631.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.1185327635327635, "S11": -0.22494427383778487, "W12": -11.476792362768496, "S12": -11.476792362768496, "W13": -16.255188279301745, "S13": -16.485581633809442, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108190.0, 501817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84607889174235551, "S11": -1.0460581038824626, "W12": -6.0219250434738703, "S12": -8.0292574298606532, "W13": -17.231730312009894, "S13": -19.729167899325919, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108190.111111111109494, 502373.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33949810482289888, "S11": -4.3047433599375156, "W12": -10.0, "S12": -12.096752241238793, "W13": -17.540735556098785, "S13": -17.918919584761678, "W21": -29.585505896696908, "S21": -29.585505896696908, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108191.0, 503519.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.582698569111265, "S13": -17.582698569111265, "W21": -30.353405091746311, "S21": -30.353405091746311, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108191.0, 503935.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45139959055940476, "S11": -0.45139959055940476, "W12": -6.0752413671409382, "S12": -12.353141381371449, "W13": -25.0, "S13": -25.597802481694075, "W21": -30.888019170325265, "S21": -30.888019170325265, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108191.0, 510032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2663660603589915, "S11": -1.2663660603589915, "W12": -5.5381702034979599, "S12": -17.215397350715094, "W13": -20.092651708106182, "S13": -20.591311005474715, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108191.2, 505866.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76501110832135799, "S11": -0.76501110832135799, "W12": -8.2047399263660914, "S12": -8.2047399263660914, "W13": -13.969699792325885, "S13": -13.969699792325885, "W21": -39.767407125339552, "S21": -39.767407125339552, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108191.25, 516629.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59462364515811128, "S11": -0.59462364515811128, "W12": -8.2210299916305694, "S12": -9.0236627221186847, "W13": -13.17548365591319, "S13": -24.287771031193792, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108191.268292682929314, 515719.902439024415798 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62312551424937168, "S11": -0.62312551424937168, "W12": -8.0734766449236535, "S12": -9.1327717738634284, "W13": -17.172949361088822, "S13": -19.152322101938488, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108191.8, 502129.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22735854067182015, "S11": 0.22735854067182015, "W12": -9.8502001749874069, "S12": -9.8502001749874069, "W13": -18.525249705281645, "S13": -19.309450821389429, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108192.0, 504559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1706143723651476, "S11": -1.1706143723651476, "W12": -4.9839175724066394, "S12": -4.9839175724066394, "W13": -18.727441519497006, "S13": -18.727441519497006, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108192.0, 522556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6304735943915989, "S11": -1.6304735943915989, "W12": -5.9957212049012751, "S12": -5.9957212049012751, "W13": -20.0, "S13": -20.0, "W21": -37.043097683442937, "S21": -37.043097683442937, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108192.375, 520831.625 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2844312923864836, "S11": -2.3127595726457484, "W12": -5.0, "S12": -5.0, "W13": -25.861196666186732, "S13": -25.861196666186732, "W21": -33.949054987570918, "S21": -33.949054987570918, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108192.75, 508489.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7677785762993286, "S11": -1.7677785762993286, "W12": -5.7317952732614019, "S12": -5.7317952732614019, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000469, "S21": -33.000000000000469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108193.4, 521362.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8354331908477342, "S12": -9.8354331908477342, "W13": -17.884732360326549, "S13": -17.884732360326549, "W21": -30.191944813301529, "S21": -30.191944813301529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108193.571428571434808, 504136.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.073054374931033284, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -16.391505918327091, "S13": -18.37675503562798, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108194.2, 501420.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.5254321897257181, "S12": -6.4376328738762147, "W13": -16.810828991118228, "S13": -16.810828991118228, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108194.666666666671517, 523413.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.079562102905060522, "S11": 0.079562102905060522, "W12": -6.7200698665824579, "S12": -17.775277487234, "W13": -25.599557898316611, "S13": -26.353991777876931, "W21": -31.687579286977755, "S21": -31.687579286977755, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108195.0, 510325.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0825549834351269, "S11": -1.0825549834351269, "W12": -8.8942812979120252, "S12": -9.292703811535592, "W13": -28.142773842202768, "S13": -29.953268332837805, "W21": -35.854549620118242, "S21": -35.854549620118242, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108195.0, 512883.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50357576571229279, "S11": -0.50357576571229279, "W12": -8.5760941924327447, "S12": -10.02825331818326, "W13": -23.673713523800679, "S13": -36.496517061157718, "W21": -36.496517061157718, "S21": -36.496517061157718, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108195.857142857144936, 513273.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18652270444162378, "S11": 0.18652270444162378, "W12": -9.1717508993400827, "S12": -10.384757778413153, "W13": -24.618387618630951, "S13": -24.618387618630951, "W21": -33.174242614257238, "S21": -33.174242614257238, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108196.142857142855064, 511084.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38233104868901169, "S11": -0.38233104868901169, "W12": -8.2413053119000104, "S12": -8.5363964181407042, "W13": -14.929156163502538, "S13": -25.631451238067061, "W21": -37.95846242596938, "S21": -37.95846242596938, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108197.0, 514195.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28904264582095651, "S11": 0.28904264582095651, "W12": -10.151159365214024, "S12": -10.151159365214024, "W13": -18.461233469305029, "S13": -19.040358823732433, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108197.333333333328483, 504510.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34512144370460052, "S11": -0.29047288849169661, "W12": -10.0, "S12": -10.164253562802568, "W13": -17.566351317406959, "S13": -17.566351317406959, "W21": -30.160972460913783, "S21": -30.160972460913783, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108197.375, 503792.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9076203954783946, "S12": -13.005033726184555, "W13": -25.0, "S13": -26.0, "W21": -31.370926544986666, "S21": -31.370926544986666, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108198.0, 509934.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6087968950815004, "S12": -5.6087968950815004, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108198.0, 521608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49176554584706311, "S11": -0.49176554584706311, "W12": -4.7050740283426373, "S12": -9.2770630708188069, "W13": -17.382739338971628, "S13": -18.442304978298417, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108198.714285714289872, 503043.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.2029457524931484, "W12": -7.2029457524931484, "S12": -7.2029457524931484, "W13": -16.809999, "S13": -19.809999, "W21": -40.340803707244255, "S21": -40.340803707244255, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.507244501940491, "W12": -5.0, "S12": -7.1289420728480071, "W13": -14.921369136565959, "S13": -17.921369136565957, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69575087706520033, "S11": -3.2611892798621462, "W12": -5.0, "S12": -7.3942545536316615, "W13": -14.939110152991383, "S13": -17.748112149567774, "W21": -39.674622206864463, "S21": -39.674622206864463, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7476195536663125, "S11": -2.7476195536663126, "W12": -3.3817409484618191, "S12": -9.7906487579549832, "W13": -16.317781185643298, "S13": -16.417006638775337, "W21": -39.10752859911112, "S21": -39.152745990415468, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51809133659766327, "S11": -1.5246857628163064, "W12": -10.0, "S12": -11.692541856925418, "W13": -17.254411126454922, "S13": -19.899814310302041, "W21": -33.083053072717668, "S21": -33.083053072717668, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50300820305682303, "S11": -0.50300820305682303, "W12": -9.1863113147652289, "S12": -9.5475280448032507, "W13": -17.11372842962226, "S13": -18.059704612403255, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78659973675609307, "S11": -0.78659973675609307, "W12": -5.2408993063860319, "S12": -5.2408993063860319, "W13": -25.0, "S13": -25.047022528935223, "W21": -34.352731484701515, "S21": -34.352731484701515, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.0, 509279.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.11916104124803334, "W12": -10.0, "S12": -10.0, "W13": -17.569731303569128, "S13": -17.569731303569128, "W21": -30.24972274744691, "S21": -30.24972274744691, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.25, 503834.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0023434926908558751, "S11": -1.6927873076105731, "W12": -10.0, "S12": -10.725701836875462, "W13": -17.555319128467836, "S13": -17.555319128467836, "W21": -29.951179302209745, "S21": -29.951179302209745, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108200.666666666671517, 503693.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47173222362043832, "S11": -0.065048570082897661, "W12": -10.0, "S12": -10.0, "W13": -16.208206746892877, "S13": -17.725272262781459, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108201.0, 501505.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65659647888726447, "S11": -0.65659647888726447, "W12": -8.2031138881235961, "S12": -8.2031138881235961, "W13": -13.455184700742013, "S13": -20.246490639818965, "W21": -40.348822629117102, "S21": -40.348822629117102, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108201.227272727279342, 516034.136363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55618948446885552, "S11": -0.55618948446885552, "W12": -8.2121976707889353, "S12": -9.4355921956850359, "W13": -13.017071303663197, "S13": -28.834397485720668, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108201.666666666671517, 515497.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3426050605701085, "S11": -1.3426050605701085, "W12": -5.3914010958651311, "S12": -16.702741501813879, "W13": -20.130490387927377, "S13": -20.645148368383403, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108202.0, 505909.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15701306652846603, "S11": 0.15701306652846603, "W12": -7.0420292887030724, "S12": -15.32885629780662, "W13": -25.708628197271068, "S13": -26.623342608222686, "W21": -31.856707446623091, "S21": -31.856707446623091, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108202.2, 510371.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.019704827029855, "W13": -18.176064384907765, "S13": -18.176064384907765, "W21": -30.07182296341816, "S21": -30.07182296341816, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108202.4, 504289.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.2381561774891594, "W12": -11.5, "S12": -12.285588102683963, "W13": -16.809999, "S13": -19.809999, "W21": -40.346666326906664, "S21": -40.346666326906664, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108202.666666666671517, 496969.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35072675097010519, "S11": 0.35072675097010519, "W12": -10.452118555440675, "S12": -10.452118555440675, "W13": -18.395792229425187, "S13": -18.865779481742802, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108202.666666666671517, 504462.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6949137439455004, "W12": -5.6949137439455004, "S12": -6.3213378015090518, "W13": -15.04023847012922, "S13": -17.702862403952039, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108203.6, 497809.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41431402989806554, "S11": -0.41431402989806554, "W12": -8.227026453619688, "S12": -11.745829332770978, "W13": -14.09149947312536, "S13": -30.675282847199604, "W21": -38.486823444745085, "S21": -38.486823444745085, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108203.6, 514537.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.011238065090716, "S13": -18.011238065090716, "W21": -30.161429449277556, "S21": -30.161429449277556, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108203.714285714289872, 504180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4528907603573378, "S11": -1.4528907603573378, "W12": -9.4339791693700423, "S12": -11.858054838804929, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -34.796014685777472, "S21": -34.796014685777472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108204.428571428565192, 512259.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.3177717313475581, "S12": -7.111968024281289, "W13": -15.0, "S13": -15.0, "W21": -37.162870187622737, "S21": -37.162870187622737, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108205.0, 524234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.189770911555204, "W12": -7.189770911555204, "S12": -7.189770911555204, "W13": -16.809999, "S13": -19.809999, "W21": -40.337671904571749, "S21": -40.337671904571749, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108205.75, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6099311686767741, "S11": -0.6099311686767741, "W12": -6.9549830534660728, "S12": -6.9549830534660728, "W13": -19.522468671693364, "S13": -19.930487180628184, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108206.0, 505402.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3562413445301964, "S11": -2.3562413445301962, "W12": -5.2882872988852894, "S12": -10.276832593132589, "W13": -17.403079287612961, "S13": -19.467697967129745, "W21": -29.97594298061593, "S21": -30.026560081622907, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108207.0, 503157.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.13605987402072117, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -17.566687845877116, "S13": -17.566687845877116, "W21": -30.228664588346373, "S21": -30.228664588346373, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108207.0, 503825.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41170990854794576, "S11": 0.41170990854794576, "W12": -10.753077745667293, "S12": -10.753077745667293, "W13": -18.328930930198897, "S13": -18.738271982228628, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108208.0, 504413.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85150997899159664, "S11": -1.1897421608995611, "W12": -5.0, "S12": -7.3624884284769667, "W13": -17.24188444331056, "S13": -19.317438717373726, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108209.0, 502479.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3392305085093927, "S11": -1.3392305085093927, "W12": -9.0785051829658467, "S12": -9.0785051829658467, "W13": -30.0, "S13": -30.0, "W21": -35.367007473328954, "S21": -35.367007473328954, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108209.0, 512610.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.23446403015176523, "S11": 0.23446403015176523, "W12": -7.3639887108233069, "S12": -12.882435108382118, "W13": -25.506634841789516, "S13": -26.413377930123985, "W21": -32.025835606268188, "S21": -32.025835606268188, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108209.4, 510417.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87842086834733013, "S11": -0.87842086834733013, "W12": -4.8961327110409067, "S12": -8.0586512622128268, "W13": -17.290257474375139, "S13": -18.605198893317823, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108209.6, 502686.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71459204810124177, "S11": -0.71459204810124177, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -24.998517864609944, "S13": -24.998517864609944, "W21": -34.460457090644972, "S21": -34.460457090644972, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108209.846153846156085, 508815.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": 0.3, "S11": -0.6, "W12": -13.6, "S12": -13.6, "W13": -15.65, "S13": -15.65, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41749965736783023, "S11": -0.22428924255494431, "W12": -10.0, "S12": -10.0, "W13": -16.021234148747261, "S13": -17.083062316656189, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108210.8, 501590.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.447108759462381, "S12": -11.205865406925266, "W13": -25.529710834539888, "S13": -25.529710834539888, "W21": -33.234070948200625, "S21": -33.234070948200625, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108211.0, 511294.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.572337984532851, "S13": -17.572337984532851, "W21": -30.375095219450326, "S21": -30.375095219450326, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108211.5, 503894.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0332744581487248, "S11": -1.0332744581487248, "W12": -8.813340782827332, "S12": -9.3178766185979978, "W13": -27.405283566955781, "S13": -29.864293220700034, "W21": -35.897329381164134, "S21": -35.897329381164134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108211.5, 512929.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42570495902208649, "S11": -0.42570495902208649, "W12": -8.2297467341791215, "S12": -11.107187728443364, "W13": -20.0, "S13": -25.261613961039352, "W21": -37.302235210489201, "S21": -37.302235210489201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108212.0, 513808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68922190006109119, "S11": -2.6892219000610913, "W12": -2.9888992965636136, "S12": -5.126047551736252, "W13": -16.413965915746612, "S13": -18.400383002698543, "W21": -38.939821968718846, "S21": -39.264026917255087, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108212.666666666671517, 500247.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3183351205506937, "S11": -3.2016579910336849, "W12": -5.0944491076422249, "S12": -9.4856090097877708, "W13": -22.242889971726921, "S13": -22.645991734086952, "W21": -31.021846518175732, "S21": -31.021846518175732, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108212.75, 506804.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.6914595825870258, "S11": -3.0894611666971774, "W12": -7.0998252323481301, "S12": -7.7274830774015362, "W13": -27.065618769874614, "S13": -27.065618769874614, "W21": -33.870190762296971, "S21": -34.271109679285175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108213.0, 508087.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47152991443891601, "S11": 0.47152991443891601, "W12": -11.054036935893912, "S12": -11.054036935893912, "W13": -18.262069630972608, "S13": -18.598730235434463, "W21": -30.016232605533556, "S21": -30.016232605533556, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108213.333333333328483, 504365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49224647152256318, "S11": -0.49224647152256318, "W12": -8.4947709310841386, "S12": -10.043664998934311, "W13": -23.375943023276015, "S13": -35.68429730414497, "W21": -36.515704243759387, "S21": -36.515704243759387, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108213.428571428565192, 513316.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.081669497916554, "S13": -18.081669497916554, "W21": -30.130914085253583, "S21": -30.130914085253583, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108213.857142857144936, 504224.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.0000000000000009, "W12": -5.0000000000000009, "S12": -8.1866155989592286, "W13": -14.737801284725117, "S13": -17.897562429827484, "W21": -39.995106704797223, "S21": -39.995106704797223, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108214.0, 498399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.892710739272192, "W12": -6.8418069376699888, "S12": -10.316827774067498, "W13": -25.857742720581768, "S13": -25.857742720581768, "W21": -33.351464289438297, "S21": -33.774495510778863, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108215.0, 507826.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35449455205811142, "S11": -0.17003969092279536, "W12": -10.0, "S12": -10.0, "W13": -17.560715163461552, "S13": -17.560715163461552, "W21": -30.16057498680399, "S21": -30.16057498680399, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108216.0, 503793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31191499377515602, "S11": 0.31191499377515602, "W12": -7.6859481329439623, "S12": -10.436013918954439, "W13": -25.304641486307769, "S13": -26.197386614858683, "W21": -32.194963765913478, "S21": -32.194963765913478, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108216.6, 510464.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86008841036414552, "S11": -0.98914470946671385, "W12": -4.9276095833034157, "S12": -7.9796520489561962, "W13": -17.279029064866652, "S13": -18.683115606799714, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108217.0, 502663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.169706679812669, "W12": -8.6358863447584113, "S12": -11.729756008102402, "W13": -17.501858084293502, "S13": -17.501858084293502, "W21": -29.385795898186849, "S21": -29.385795898186849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108217.0, 503418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.103814188751674, "S13": -18.103814188751674, "W21": -30.116557400766961, "S21": -30.116557400766961, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108217.2, 504243.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5193181267271052, "S11": -1.5193181267271052, "W12": -10.0, "S12": -11.793750623939303, "W13": -17.224506312882227, "S13": -19.779693400191235, "W21": -33.204835730873171, "S21": -33.204835730873171, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108218.0, 501005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064183332513443048, "S11": -0.21519955980332389, "W12": -6.6783491088940048, "S12": -20.897206011162307, "W13": -25.351062744431221, "S13": -25.757956893283694, "W21": -31.33128024282286, "S21": -31.33128024282286, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108218.0, 510259.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.17320748096657723, "W12": -10.0, "S12": -10.0, "W13": -16.449846320773322, "S13": -18.79123510068704, "W21": -30.290271577305678, "S21": -30.290271577305678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108218.6, 501379.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.045946261094114, "S12": -10.045946261094114, "W13": -18.195208331746304, "S13": -18.433258615651866, "W21": -30.058315663381588, "S21": -30.058315663381588, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108218.666666666671517, 504316.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4513473810483673, "S11": -5.4513473810483664, "W12": -7.6239284091087178, "S12": -11.306866469418416, "W13": -17.470281920028903, "S13": -20.020914831421308, "W21": -29.372166866146667, "S21": -29.372166866146667, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108219.0, 503348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.350588297070006, "S12": -5.350588297070006, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108219.769230769234127, 522004.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63868366665357257, "S11": -2.7057015638966395, "W12": -5.251516927531946, "S12": -13.831743260313786, "W13": -17.528732882816872, "S13": -20.213938782682398, "W21": -35.753166717741237, "S21": -35.753166717741237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108220.8, 500681.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11344843304843913, "S11": -0.11344843304843913, "W12": -11.837867303102746, "S12": -12.391034759333802, "W13": -16.587670822942638, "S13": -16.693021421525565, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108221.8, 501852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16659177712873507, "S11": -0.69718103392830333, "W12": -10.0, "S12": -13.0, "W13": -17.060805681594005, "S13": -19.667056722971399, "W21": -32.639412319373776, "S21": -32.639412319373776, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108222.0, 501082.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.580852366013001, "S13": -17.580852366013001, "W21": -30.307916708799713, "S21": -30.307916708799713, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108222.0, 504011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74556696214847196, "S11": -2.7455669621484722, "W12": -3.4074385225500281, "S12": -9.9758187689441478, "W13": -16.194051000421958, "S13": -16.242279098376017, "W21": -39.101259351795306, "S21": -39.101259351795306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108222.75, 499967.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12005510070327685, "S11": -0.12005510070327685, "W12": -9.3215147535918721, "S12": -10.830273352433348, "W13": -25.164821349883258, "S13": -25.164821349883258, "W21": -33.110113613728551, "S21": -33.110113613728551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108223.0, 511177.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65368984546914877, "S11": -0.65368984546914877, "W12": -4.7695477028177473, "S12": -9.1325685787898916, "W13": -17.355072852476468, "S13": -18.14411679050135, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108223.285714285710128, 503006.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66086011950348766, "S11": -0.66086011950348766, "W12": -8.1759377580756443, "S12": -8.2113505112294245, "W13": -13.4548695632809, "S13": -20.54176925129773, "W21": -40.330335862270196, "S21": -40.330335862270196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108223.473684210519423, 516019.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35745997583842232, "S11": 0.35745997583842232, "W12": -8.0079075550641967, "S12": -9.0949256638807459, "W13": -25.102648130826218, "S13": -25.981395299593608, "W21": -32.364091925558576, "S21": -32.364091925558576, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108223.8, 510510.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.128347032520015, "S13": -18.267786995869219, "W21": -30.100398721229613, "S21": -30.100398721229613, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108224.0, 504268.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4015551084359192, "S11": -1.4015551084359192, "W12": -9.1200878372638137, "S12": -9.1200878372638137, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.156542216036399, "S21": -35.156542216036399, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108225.428571428565192, 512505.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44961313714007978, "S11": -0.099567554806426539, "W12": -10.0, "S12": -10.0, "W13": -16.098391826132708, "S13": -17.504629566422995, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108226.833333333328483, 501544.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9497709872435141, "W12": -6.7023330386055759, "S12": -11.702333038605577, "W13": -25.143764478198403, "S13": -25.143764478198403, "W21": -33.174273093073886, "S21": -33.466126835248616, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108227.0, 507713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80495446265938075, "S11": -1.3899593576882072, "W12": -5.3542258926672277, "S12": -7.8294662529302368, "W13": -25.0, "S13": -25.219817514986307, "W21": -33.979315392221004, "S21": -33.979315392221004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108227.0, 509394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98399393286232273, "S11": -0.98399393286232273, "W12": -8.7324002677426407, "S12": -9.3430494256604053, "W13": -26.667793291708797, "S13": -30.983443320640237, "W21": -35.93361415330466, "S21": -35.93361415330466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108228.0, 512975.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12321704542573619, "S11": -2.0731698310725912, "W12": -10.0, "S12": -11.172631339727886, "W13": -17.54344413596861, "S13": -17.54344413596861, "W21": -29.880544146546363, "S21": -29.880544146546363, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108228.833333333328483, 503660.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26605344575527823, "S11": -3.2660534457552783, "W12": -6.2534548715977518, "S12": -11.002667460150192, "W13": -17.408799578118639, "S13": -20.129409958602526, "W21": -29.742110797600066, "S21": -29.844658633774927, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108230.0, 503227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4343445739227343, "S11": -1.4343445739227343, "W12": -5.2361025725757013, "S12": -15.986558740122305, "W13": -20.145482679865093, "S13": -20.685949928243293, "W21": -30.168180589758929, "S21": -30.168180589758929, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108230.0, 505946.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58794611913133499, "S11": -0.58794611913133477, "W12": -8.0372952882832909, "S12": -8.8782440797020499, "W13": -17.136305621190218, "S13": -18.848930889041664, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108230.2, 502100.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36540792341833656, "S11": 0.36540792341833656, "W12": -8.3298669771848104, "S12": -8.3298669771848104, "W13": -24.914685941910463, "S13": -25.779435150894333, "W21": -32.533220085203922, "S21": -32.533220085203922, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108231.0, 510557.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48418843988667981, "S11": -0.48418843988667981, "W12": -8.4134476697355431, "S12": -10.059076679685196, "W13": -23.07817252275175, "S13": -34.978486846954716, "W21": -36.538271740244653, "S21": -36.538271740244653, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108231.0, 513360.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80569509099812753, "S11": -0.80569509099812753, "W12": -6.5748428615724306, "S12": -6.5748428615724306, "W13": -19.541717131217172, "S13": -19.989809822787588, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108231.428571428565192, 505513.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5841282811351425, "S12": -5.5841282811351425, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108231.833333333328483, 521640.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.561977399954444, "S13": -17.561977399954444, "W21": -30.287788744854794, "S21": -30.287788744854794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108232.0, 503854.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -18.031563992595583, "S13": -18.031563992595583, "W21": -30.161291838115755, "S21": -30.161291838115755, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108232.0, 504198.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44772704053028434, "S11": -0.097823557137867057, "W12": -10.0, "S12": -10.0, "W13": -16.083858492799425, "S13": -17.49217547985328, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108232.4, 501548.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83370885854341314, "S11": -0.83370885854341314, "W12": -4.9419580766377074, "S12": -8.1773522431207368, "W13": -17.27998666088164, "S13": -18.500388424399397, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108233.8, 502722.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39207272294563622, "S11": -1.7738719055288215, "W12": -5.0103874947376132, "S12": -9.7718227309436223, "W13": -17.372527416211156, "S13": -19.1496080306073, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108234.5, 503117.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11970041208947137, "S11": -0.37994085631827074, "W12": -6.7140359853329921, "S12": -21.714035985332991, "W13": -25.328957660261857, "S13": -25.590449781555719, "W21": -31.184205419500572, "S21": -31.184205419500572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108235.0, 510238.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.62324230431518268, "W12": -5.5110220426448295, "S12": -15.511022042644829, "W13": -25.000000000000004, "S13": -25.597149250205884, "W21": -32.858519653100636, "S21": -32.858519653100636, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108236.0, 509652.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78296617258014634, "S11": -1.1236104905357427, "W12": -5.5921034623520898, "S12": -7.5167182755341466, "W13": -17.198661730059019, "S13": -19.66057909439542, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108236.222222222218988, 502384.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.7580331179181683, "S12": -6.5277024451701777, "W13": -16.801396713228996, "S13": -16.801396713228996, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108236.333333333328483, 523408.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39753322215510678, "S11": 0.39753322215510678, "W12": -8.7265325196972032, "S12": -8.818201248363275, "W13": -24.495658238884044, "S13": -25.117332970529056, "W21": -32.743483999085264, "S21": -32.743483999085264, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108237.0, 510675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7499017848376426, "S11": -1.7499017848376426, "W12": -5.7218610130765688, "S12": -5.7218610130765688, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108237.2, 521360.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2366452658480278, "W12": -9.9999999999999982, "S12": -12.563941299790354, "W13": -17.109646873150524, "S13": -19.621968450490151, "W21": -33.032195754977792, "S21": -33.032195754977792, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108238.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2311709923326126, "S11": -2.266638384854601, "W12": -5.0, "S12": -5.0, "W13": -25.950530386740333, "S13": -25.950530386740333, "W21": -34.274469780676739, "S21": -34.286829462910276, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108238.625, 508509.125 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6129802879250539, "S11": -1.6129802879250539, "W12": -5.9824564043760811, "S12": -5.9824564043760811, "W13": -20.0, "S13": -20.0, "W21": -36.72988613061775, "S21": -36.72988613061775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108238.75, 520835.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.1567030012503476, "W12": -7.1567030012503476, "S12": -7.1567030012503476, "W13": -16.809999, "S13": -19.809999, "W21": -40.327195010739274, "S21": -40.327195010739274, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108239.0, 496968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27317607496484786, "S11": -3.5204239761832845, "W12": -6.6614500393535048, "S12": -11.22096825137783, "W13": -17.413314277310651, "S13": -20.413314277310651, "W21": -29.64196106402618, "S21": -29.763250614894122, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108239.0, 503257.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22956219380783627, "S11": 0.22956219380783627, "W12": -9.2125158350069523, "S12": -10.502749361437077, "W13": -24.826417381131797, "S13": -24.826417381131797, "W21": -32.973778274038708, "S21": -32.973778274038708, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108239.0, 511071.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9891988179789006, "S12": -4.9891988179789006, "W13": -18.810808899473674, "S13": -18.810808899473674, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108239.0, 522554.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37090947291015475, "S11": 0.37090947291015475, "W12": -8.6247414541721739, "S12": -8.6247414541721739, "W13": -24.773419157411595, "S13": -25.621557892131591, "W21": -32.67961471220837, "S21": -32.67961471220837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108239.2, 510598.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24651954976303322, "S11": -0.3576417372275178, "W12": -10.0, "S12": -10.177634196203972, "W13": -17.55124680252769, "S13": -17.55124680252769, "W21": -30.112395705038772, "S21": -30.112395705038772, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108239.75, 503771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61966039656760563, "S11": -3.6196603965676055, "W12": -7.9928290698476179, "S12": -13.650640386892011, "W13": -17.451472326568371, "S13": -19.975147914623193, "W21": -34.83125275219458, "S21": -34.83125275219458, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108241.0, 500823.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61023149718492298, "S11": -0.61023149718492298, "W12": -8.1596374997360144, "S12": -8.9588364704401044, "W13": -13.203045717355128, "S13": -23.576339761878561, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108241.048780487806653, 515720.073170731717255 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78067476609923736, "S11": -0.78067476609923736, "W12": -8.1430883371201404, "S12": -8.1430883371201404, "W13": -13.996975502039122, "S13": -13.996975502039122, "W21": -39.661806331654773, "S21": -39.661806331654773, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108241.241379310347838, 516629.741379310318734 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91123070451743804, "S11": -0.91123070451743804, "W12": -5.0, "S12": -5.0, "W13": -24.998415648376135, "S13": -24.998415648376135, "W21": -34.452992968364867, "S21": -34.452992968364867, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108241.538461538468255, 508781.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42557217598050595, "S11": -0.42557217598050595, "W12": -8.1783119353047429, "S12": -11.60873665223022, "W13": -14.135289095311963, "S13": -30.795778360656172, "W21": -38.416922704176756, "S21": -38.416922704176756, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108242.8, 514558.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28621725697892531, "W12": -10.000000000000002, "S12": -10.095167151162793, "W13": -16.526812586308939, "S13": -19.277302974696543, "W21": -30.898635059242693, "S21": -30.898635059242693, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108243.0, 501329.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.27336058700209642, "W12": -10.0, "S12": -10.0, "W13": -16.50818672321957, "S13": -19.205715165746049, "W21": -30.828369489435595, "S21": -30.828369489435595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108243.0, 501338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23368632763572644, "S11": -0.54947693629387506, "W12": -6.6288146091490843, "S12": -19.803248572394399, "W13": -25.038734909029074, "S13": -25.038734909029074, "W21": -30.91361025436608, "S21": -30.91361025436608, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108243.0, 510180.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44717977207697068, "S11": -5.1900250644867585, "W12": -8.1358628363659165, "S12": -11.74745019765988, "W13": -17.459308901097025, "S13": -20.459308901097025, "W21": -29.364653269535758, "S21": -29.434413918449668, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108244.0, 503376.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4757404792448387, "S11": -0.4757404792448387, "W12": -8.3395774923027108, "S12": -10.100536644768386, "W13": -22.74594176656915, "S13": -33.246118459877948, "W21": -36.580391116257736, "S21": -36.580391116257736, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108244.2, 513408.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90287236218572431, "S11": -0.90287236218572431, "W12": -8.6514597526579955, "S12": -9.3682222327227009, "W13": -25.930303016462734, "S13": -32.102593420579382, "W21": -35.963817587139125, "S21": -35.963817587139125, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108244.5, 513021.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.96967007686272, "S13": -17.96967007686272, "W21": -30.199587744339265, "S21": -30.199587744339265, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108245.0, 504159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3724619898639636, "W12": -5.591081200231601, "S12": -8.1635549085077788, "W13": -23.021002547396549, "S13": -23.437596125604422, "W21": -31.864291282055877, "S21": -31.864291282055877, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108246.0, 507077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83262295757768989, "S11": -1.034097811633357, "W12": -5.3179117170267691, "S12": -5.3179117170267691, "W13": -24.922553353674715, "S13": -24.978195269793961, "W21": -34.611112491256236, "S21": -34.611112491256236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108246.666666666671517, 509278.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4826005742156423, "S11": -3.3667110036634949, "W12": -5.5224724231946185, "S12": -8.5224724231946176, "W13": -22.901926600287098, "S13": -23.367645292720869, "W21": -31.773226721200949, "S21": -31.773226721200949, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108247.0, 507038.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37641102240197311, "S11": 0.37641102240197311, "W12": -8.6985028580256092, "S12": -8.6985028580256092, "W13": -24.635812845103143, "S13": -25.349393941121527, "W21": -32.676064331284522, "S21": -32.676064331284522, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108247.4, 510640.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83849789915965633, "S11": -0.83849789915965633, "W12": -4.8532991004113466, "S12": -9.0073518098794274, "W13": -17.32740636598129, "S13": -17.845928602704298, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108247.857142857144936, 502969.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.6243984510016594, "W12": -5.6243984510016594, "S12": -6.4900220080065685, "W13": -15.015747451337905, "S13": -17.239436869714741, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108249.0, 497828.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57266481517585288, "S11": -0.57266481517585288, "W12": -8.1532655816674868, "S12": -9.4224232781080293, "W13": -13.064357870587655, "S13": -27.995724791670021, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108249.333333333328483, 515505.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.0883819182501515, "W12": -7.0883819182501515, "S12": -7.0883819182501515, "W13": -16.809999, "S13": -19.809999, "W21": -40.313570640526827, "S21": -40.313570640526827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108250.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.7738869180811001, "W12": -5.0, "S12": -7.22398653196809, "W13": -14.924235660083395, "S13": -17.924235660083397, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108250.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.7610220206648273, "W12": -5.0, "S12": -6.8629975264223066, "W13": -14.929796586899185, "S13": -17.747816400784092, "W21": -39.611203437593261, "S21": -39.611203437593261, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108250.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73564668818433132, "S11": -2.7356466881843313, "W12": -3.4639393154986324, "S12": -9.0498833415859643, "W13": -16.090269424308648, "S13": -16.227573474210843, "W21": -39.048405179142875, "S21": -39.075693390707194, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108250.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52878120909487558, "S11": -1.4858912494354968, "W12": -10.0, "S12": -11.834581211939703, "W13": -17.200085815742749, "S13": -19.601064241904709, "W21": -33.529772755567983, "S21": -33.529772755567983, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108250.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49310810810810812, "S11": -0.49310810810810812, "W12": -9.0689955005934806, "S12": -9.4690542765834884, "W13": -17.097410875247963, "S13": -17.949989823755573, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108250.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67194761548976389, "S11": -0.67194761548976389, "W12": -8.1417644262881517, "S12": -8.1417644262881517, "W13": -13.481564622528818, "S13": -20.633572297760399, "W21": -40.32708206347256, "S21": -40.32708206347256, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108250.992424242431298, 516032.962121212098282 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.565649282418192, "S13": -17.565649282418192, "W21": -30.373871391790669, "S21": -30.373871391790669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108251.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015350049004211665, "S11": -0.37099186257906747, "W12": -6.9304596230920099, "S12": -17.704868957406223, "W13": -25.8069035878252, "S13": -26.275669744230441, "W21": -31.404727189682522, "S21": -31.404727189682522, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108251.0, 510304.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -4.8331185259438998, "S12": -7.5834098720851264, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -37.130985534631634, "S21": -37.130985534631634, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108251.833333333328483, 524223.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.3001867164577221, "W12": -5.923222988136323, "S12": -6.5155869570435012, "W13": -23.583129152757628, "S13": -23.790948247943454, "W21": -32.359052446294498, "S21": -32.359052446294498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108252.0, 507266.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56119966960823975, "S11": -0.56119966960823975, "W12": -8.1511545382675141, "S12": -9.5522944737944329, "W13": -13.035486476587316, "S13": -29.360952198355569, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108252.0, 515440.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42749405065972335, "S11": -0.13408653952992844, "W12": -10.0, "S12": -11.011897905651944, "W13": -15.98857690537252, "S13": -17.283986870064581, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108252.666666666671517, 501584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3777070637844229, "S11": -1.3777070637844229, "W12": -9.2588070914148197, "S12": -11.762599202319494, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -34.693596867498293, "S21": -34.693596867498293, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108252.857142857144936, 512263.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.073974638901397397, "S11": -0.44492725090204432, "W12": -6.8738381512748354, "S12": -19.144629070164161, "W13": -25.638394830811087, "S13": -25.975583222925639, "W21": -31.268022081599774, "S21": -31.268022081599774, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108253.0, 510273.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47795442369270258, "S11": 0.028642128279116164, "W12": -10.0, "S12": -10.0, "W13": -16.146482836851451, "S13": -17.901288643049959, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108254.0, 501507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.331358801029308, "S11": -1.331358801029308, "W12": -9.0017346562380016, "S12": -9.0017346562380016, "W13": -30.0, "S13": -30.0, "W21": -35.185457422825884, "S21": -35.185457422825884, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108254.0, 512558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41, "S11": -0.41, "W12": -11.9, "S12": -11.9, "W13": -17.07, "S13": -17.07, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -7.076030504870829, "W12": -7.076030504870829, "S12": -7.076030504870829, "W13": -16.809999, "S13": -19.809999, "W21": -40.310634575521362, "S21": -40.310634575521362, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108255.390625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38191257189379596, "S11": 0.38191257189379596, "W12": -8.7605200061795507, "S12": -8.9005631373403968, "W13": -24.662193548387123, "S13": -25.190905690068625, "W21": -32.664549733279181, "S21": -32.664549733279181, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108255.6, 510682.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3307554947387832, "S11": -1.3307554947387832, "W12": -5.4932948804193771, "S12": -16.413945948578075, "W13": -20.011281017680044, "S13": -20.547787568981565, "W21": -30.209559479990251, "S21": -30.209559479990251, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108256.0, 505851.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71532757813022818, "S11": -2.7153275781302284, "W12": -2.9148897382942671, "S12": -3.995166349003282, "W13": -16.228073455596668, "S13": -18.403997073044749, "W21": -38.889589101625347, "S21": -39.220110541936144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108256.333333333328483, 500267.916666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21863010607080918, "S11": -0.28157647348829268, "W12": -10.0, "S12": -10.000000000000002, "W13": -17.546418761015168, "S13": -17.546418761015168, "W21": -30.116018038267157, "S21": -30.116018038267157, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108256.333333333328483, 503773.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2713744783268464, "S11": -1.2713744783268464, "W12": -8.9404280076718141, "S12": -8.9404280076718141, "W13": -30.0, "S13": -30.0, "W21": -35.293943632293534, "S21": -35.293943632293534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108256.444444444437977, 512625.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24409059816067508, "S11": -2.454398351730275, "W12": -10.0, "S12": -11.619560842580402, "W13": -17.531569143469373, "S13": -17.531569143469373, "W21": -29.809908990882981, "S21": -29.809908990882981, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108257.0, 503628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3908774084195232, "S11": -3.1457246508045298, "W12": -5.1329895391889639, "S12": -9.3343202269791181, "W13": -22.222533313045261, "S13": -22.672796600403984, "W21": -31.281133244819653, "S21": -31.281133244819653, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108257.125, 506817.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46729251860299759, "S11": -0.46729251860299759, "W12": -8.265707314869875, "S12": -10.141996609851573, "W13": -22.41371101038655, "S13": -26.512591952746671, "W21": -36.62251049227082, "S21": -36.62251049227082, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108257.4, 513456.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78899684873949583, "S11": -0.78899684873949594, "W12": -4.9877834422345089, "S12": -8.2960532240286451, "W13": -17.269715847388142, "S13": -18.39557795548097, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108258.0, 502758.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7069692815282416, "S12": -9.7069692815282416, "W13": -17.868558038108805, "S13": -17.868558038108805, "W21": -30.237883650562768, "S21": -30.237883650562768, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108258.0, 504120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5260840872752752, "S11": -1.5260840872752752, "W12": -5.0808040492864528, "S12": -15.238646207128784, "W13": -20.160474971802739, "S13": -20.726751488103098, "W21": -30.364986324199094, "S21": -30.364986324199094, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108258.0, 505983.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60072479172806781, "S11": -0.60072479172806781, "W12": -8.1401511053909577, "S12": -9.1401511053909577, "W13": -13.143377043302877, "S13": -24.992445033642539, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108258.0, 515641.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4000001, "W12": -2.8, "S12": -2.8, "W13": -16.25, "S13": -18.9000001, "W21": -38.849998, "S21": -39.249998, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0975145377778537, "S11": -1.0975145377778537, "W12": -7.332675112393388, "S12": -7.332675112393388, "W13": -20.0, "S13": -29.923412728804472, "W21": -37.004257499115567, "S21": -37.004257499115567, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 518290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65350108050764777, "S11": -2.3746976966174103, "W12": -4.9763103772196411, "S12": -13.766528536129258, "W13": -17.462479260204528, "S13": -19.956769074337849, "W21": -36.172775326670006, "S21": -36.172775326670006, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108260.6, 500673.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80394744182254296, "S11": -0.80394744182254296, "W12": -8.5705192375733024, "S12": -9.3933950397851067, "W13": -25.192812741215747, "S13": -33.221743520519581, "W21": -35.994021020973683, "S21": -35.994021020973683, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108261.0, 513068.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3393364794052696, "S12": -5.3393364794052696, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108261.230769230765873, 522027.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.7924572393676788, "W12": -6.7143955502903543, "S12": -10.044200703709317, "W13": -25.668424921094751, "S13": -25.668424921094751, "W21": -33.562339566630918, "S21": -34.403555609649203, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108261.428571428565192, 507814.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78297443977591041, "S11": -0.78297443977591041, "W12": -4.9902312534405588, "S12": -8.3495185945617099, "W13": -17.27039236261847, "S13": -18.345973170230398, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108262.0, 502774.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2644225126700452, "W12": -6.0348920554678624, "S12": -6.0348920554678624, "W13": -23.759489720604137, "S13": -23.919323784822051, "W21": -32.542741047240952, "S21": -32.542741047240952, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108262.0, 507329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73351126588729487, "S11": -2.7335112658872949, "W12": -3.5777192385175516, "S12": -9.2864890623538017, "W13": -16.020953124704786, "S13": -16.022805513311148, "W21": -39.04380645199408, "S21": -39.04380645199408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108262.5, 499980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39172199268586017, "S11": 0.39172199268586017, "W12": -8.8225371543334035, "S12": -9.108868841863405, "W13": -24.688574251671039, "S13": -25.03241743901593, "W21": -32.653035135273882, "S21": -32.653035135273882, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108263.8, 510724.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5594596671887517, "S12": -5.5594596671887517, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108265.666666666671517, 521673.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27281355932203394, "S11": -0.27281355932203394, "W12": -9.8650847457627133, "S12": -15.395241285412558, "W13": -16.137254237288136, "S13": -18.089864406779661, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108266.0, 501858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3369874338973946, "S11": -1.3369874338973946, "W12": -8.9983650697460842, "S12": -8.9983650697460842, "W13": -30.0, "S13": -30.0, "W21": -35.101619086972086, "S21": -35.101619086972086, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108266.0, 512523.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3604013847511861, "W12": -10.0, "S12": -10.0, "W13": -16.548064238508584, "S13": -19.548064238508584, "W21": -31.294861672709906, "S21": -31.294861672709906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108267.25, 501306.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37490988807047854, "S11": 0.37490988807047865, "W12": -10.0, "S12": -10.0, "W13": -17.548029875424817, "S13": -17.548029875424817, "W21": -30.223212243916862, "S21": -30.223212243916862, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108268.0, 503824.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10009163029587848, "S11": -0.10009163029587848, "W12": -9.3932427004480292, "S12": -11.040687486834734, "W13": -25.434873895124337, "S13": -25.434873895124337, "W21": -32.913945560020359, "S21": -32.913945560020359, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108268.0, 511187.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.8799080467727638, "S12": -5.8799080467727638, "W13": -18.415638045351255, "S13": -18.415638045351255, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108268.0, 522724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55276672401324201, "S11": -0.55276672401324189, "W12": -8.0011139316433102, "S12": -8.6237163855407868, "W13": -17.099661881291592, "S13": -18.545539676144315, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108268.6, 502070.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.12366839530692553, "W12": -10.0, "S12": -10.0, "W13": -16.19532402840797, "S13": -18.213762631781844, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108270.0, 501475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24068799716816933, "S11": -3.0789593198088778, "W12": -7.0633133820218541, "S12": -11.680251505023547, "W13": -17.392177635840508, "S13": -20.392177635840508, "W21": -29.58327389443652, "S21": -29.821374625078768, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108270.0, 503274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45901571017655146, "S11": -0.45901571017655146, "W12": -8.1918371374370516, "S12": -10.183456574934599, "W13": -22.081480254204351, "S13": -22.299729764593739, "W21": -36.664629868283768, "S21": -36.664629868283768, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108270.6, 513504.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76860994397759119, "S11": -0.76860994397759119, "W12": -4.9987895933558315, "S12": -8.4496749067053276, "W13": -17.270501695922416, "S13": -18.253572090155703, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108271.0, 502804.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4694043675966988, "S12": -9.4694043675966988, "W13": -17.766057312687401, "S13": -17.766057312687401, "W21": -30.276179556786271, "S21": -30.276179556786271, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108271.0, 504081.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41288099159710789, "S11": 0.41288099159710789, "W12": -8.8845543024872544, "S12": -9.3171745463864113, "W13": -24.714954954954955, "S13": -24.834239516547207, "W21": -32.641520537268576, "S21": -32.641520537268576, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108272.0, 510766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78316701680673784, "S11": -0.78316701680673784, "W12": -4.9370504980048784, "S12": -8.8821350409691586, "W13": -17.29973987948614, "S13": -17.841600143777963, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108272.428571428565192, 502932.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26738478481037542, "S11": -3.3486901126122897, "W12": -7.3271649003349628, "S12": -11.790304828866089, "W13": -17.398356975635554, "S13": -20.398356975635554, "W21": -29.513415708651507, "S21": -29.751105528120256, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108273.0, 503295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33368108474842917, "S11": -4.0428569250777011, "W12": -7.8269544048468864, "S12": -11.936060730469105, "W13": -17.416629786796296, "S13": -20.416629786796296, "W21": -29.370831847360911, "S21": -29.582494355521057, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108273.0, 503338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.034377504607152672, "S11": -0.52887316475055668, "W12": -7.0383090304425684, "S12": -16.593299535309892, "W13": -25.9465141982656, "S13": -26.34317783033789, "W21": -31.335459036099557, "S21": -31.335459036099557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108273.0, 510305.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67699975754235098, "S11": -0.67699975754235098, "W12": -8.1147051942489661, "S12": -8.1387010556858392, "W13": -13.485068190669971, "S13": -20.659929563300409, "W21": -40.291889609070338, "S21": -40.291889609070338, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108273.07894736842718, 516023.03947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1078693609336212, "S11": -1.1078693609336212, "W12": -5.0, "S12": -5.0, "W13": -24.998313432142343, "S13": -24.998313432142343, "W21": -34.453650125246909, "S21": -34.453650125246909, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108273.230769230765873, 508746.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5427375311463558, "S11": -1.5427375311463558, "W12": -5.0681187362466984, "S12": -15.068118736246699, "W13": -20.140975711995331, "S13": -20.716708892891532, "W21": -30.450660163674549, "S21": -30.450660163674549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108274.0, 505980.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29820686210328351, "S11": 0.29820686210328351, "W12": -8.0118832399147379, "S12": -8.0118832399147379, "W13": -25.752701351482113, "S13": -26.510633125260146, "W21": -32.095439738575116, "S21": -32.095439738575116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108275.0, 510489.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.31314640567892715, "S11": 0.31314640567892715, "W12": -9.2297570678201755, "S12": -10.550960000477668, "W13": -24.940519789849766, "S13": -24.940519789849766, "W21": -32.794397355660408, "S21": -32.794397355660408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108275.5, 511045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45896551122910945, "S11": -0.45896551122910945, "W12": -8.1325716362986107, "S12": -10.905910972113327, "W13": -13.940087672362388, "S13": -33.940087672362388, "W21": -38.643859766844798, "S21": -38.643859766844798, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108277.0, 514757.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.969498678326843, "S13": -18.627252689022029, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108278.0, 504183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8425292627411065, "W12": -6.5586746567189884, "S12": -11.453450849296328, "W13": -25.0, "S13": -25.0, "W21": -33.397861171207808, "S21": -34.140761605834385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108278.0, 507696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.8766635893073866, "S12": -6.3078241732489913, "W13": -16.791964435339761, "S13": -16.791964435339761, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108278.0, 523402.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88177798250292594, "S11": -0.88177798250292594, "W12": -6.4796187140988808, "S12": -6.4796187140988808, "W13": -19.304581816873185, "S13": -19.784409426324217, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108278.285714285710128, 505522.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.13815456618485411, "W12": -10.0, "S12": -10.0, "W13": -16.186088725586902, "S13": -18.244543021389177, "W21": -30.104519226092094, "S21": -30.104519226092094, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108278.5, 501475.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40537496417936481, "S11": -0.1733546836812826, "W12": -10.0, "S12": -12.187273772614208, "W13": -15.981007566072686, "S13": -16.918662925823938, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108278.5, 501623.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7320249933759573, "S11": -1.7320249933759573, "W12": -5.7119267528917357, "S12": -5.7119267528917357, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108281.0, 521359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36551317066907851, "S11": -1.6683076840887381, "W12": -5.4100391094512954, "S12": -10.07499147640933, "W13": -17.33818123860113, "S13": -19.279017165382065, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108281.333333333328483, 503125.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43683032206294642, "S11": -0.43683032206294642, "W12": -8.1295974169897978, "S12": -11.471643971689465, "W13": -14.187709507658489, "S13": -30.924904664272667, "W21": -38.347021963608434, "S21": -38.347021963608434, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108282.0, 514579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.082287787745429969, "S11": -0.61790394390764636, "W12": -10.0, "S12": -10.191917493162387, "W13": -17.536142287648421, "S13": -17.536142287648421, "W21": -30.063818949163757, "S21": -30.063818949163757, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108282.125, 503749.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6899932889822723, "S11": -1.1925916382662616, "W12": -5.1570036666915309, "S12": -6.9989009066690882, "W13": -17.165593148108158, "S13": -19.591990289464697, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108282.333333333328483, 502395.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71060318032473146, "S11": -0.71060318032473146, "W12": -8.4804829906879888, "S12": -9.3867939894714993, "W13": -24.806804091041187, "S13": -32.876064214000905, "W21": -36.000375518293872, "S21": -36.000375518293872, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108282.833333333328483, 513108.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45339049122676384, "S11": -0.45339049122676384, "W12": -8.1457788827504398, "S12": -10.252728462764008, "W13": -21.749249498021754, "S13": -22.574287871259468, "W21": -36.706749244296859, "S21": -36.706749244296859, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108283.8, 513552.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.0, "W12": -5.0, "S12": -7.1461853244815856, "W13": -14.845969045387939, "S13": -18.220622932149965, "W21": -39.741983336350025, "S21": -39.741983336350025, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108284.0, 498691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74822303921568623, "S11": -0.74822303921568634, "W12": -5.0, "S12": -8.593500844904856, "W13": -17.27128754445669, "S13": -18.111566224830437, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108284.0, 502850.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4946929492039427, "S12": -9.4946929492039427, "W13": -17.663556587265997, "S13": -17.663556587265997, "W21": -30.314475463009778, "S21": -30.314475463009778, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108284.0, 504042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.136782013361739, "S11": -2.179388518146451, "W12": -5.0, "S12": -5.0, "W13": -25.736662983425411, "S13": -25.736662983425411, "W21": -34.59988457378256, "S21": -34.663195659137827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108284.5, 508528.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.2319639530785884, "W12": -6.028870208669562, "S12": -6.4204058567957203, "W13": -23.712732064537953, "S13": -23.940636545094161, "W21": -32.649196908562701, "S21": -32.649196908562701, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108285.0, 507324.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33758207054127165, "S11": 0.33758207054127165, "W12": -8.7396763479066895, "S12": -8.7580697276979915, "W13": -25.0, "S13": -25.609884306452802, "W21": -32.502868091044441, "S21": -32.502868091044441, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108285.0, 510633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5954869814585086, "S11": -1.5954869814585086, "W12": -5.9691916038508879, "S12": -5.9691916038508879, "W13": -20.0, "S13": -20.0, "W21": -36.416674577792556, "S21": -36.416674577792556, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108285.125, 520838.875 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6178236006279008, "S11": -1.6178236006279008, "W12": -5.0, "S12": -14.68557566710207, "W13": -20.175467263740451, "S13": -20.767553047962981, "W21": -30.56179205863932, "S21": -30.56179205863932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108286.0, 506020.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65788711315730952, "S11": -0.65788711315730919, "W12": -5.1620073276340621, "S12": -5.1620073276340621, "W13": -24.812171708485415, "S13": -24.812171708485415, "W21": -35.265615015093445, "S21": -35.265615015093445, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108286.0, 509163.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.16840893352455699, "S11": 0.16840893352455699, "W12": -7.6203323596747454, "S12": -10.408565238496321, "W13": -26.250588652711031, "S13": -26.97891135271276, "W21": -31.785103548502292, "S21": -31.785103548502292, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108286.0, 510424.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9944800635511619, "S12": -4.9944800635511619, "W13": -18.894176279450349, "S13": -18.894176279450349, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108286.0, 522553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.389297877962004, "S11": -3.030036293624891, "W12": -5.0, "S12": -9.567091077165081, "W13": -21.935702587836143, "S13": -22.511338657007034, "W21": -31.359630812290906, "S21": -31.359630812290906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108289.0, 506737.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22328890896769818, "S11": 0.22328890896769818, "W12": -10.0, "S12": -10.972601744186047, "W13": -16.775830144012627, "S13": -19.48188124093015, "W21": -32.526392116972715, "S21": -32.526392116972715, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41, "S11": -0.41, "W12": -7.7, "S12": -15.07, "W13": -15.9, "S13": -19.37, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69929107639786281, "S11": -0.84894661140638394, "W12": -5.2045446134487987, "S12": -5.2045446134487987, "W13": -24.814336855918008, "S13": -24.814336855918008, "W21": -35.258986464779333, "S21": -35.258986464779333, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6258393492117349, "S11": -0.6258393492117349, "W12": -8.0982450078414594, "S12": -8.939261876660936, "W13": -13.230607778797062, "S13": -23.690354904766423, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108290.829268292683992, 515720.243902439018711 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45051300483596912, "S11": -5.4505130048359689, "W12": -10.636865385368147, "S12": -13.460915601655525, "W13": -17.472403585824082, "S13": -17.472403585824082, "W21": -29.554553516334558, "S21": -29.737117959835604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108291.0, 503508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3094601249505118, "S12": -7.3094601249505118, "W13": -19.078956574774981, "S13": -19.485074221833813, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108291.0, 505248.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43058711411214745, "S11": -0.43058711411214745, "W12": -6.4876214038006559, "S12": -16.018233425299677, "W13": -25.000000000000004, "S13": -25.814635412803209, "W21": -31.586508503991851, "S21": -31.586508503991851, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108291.0, 509999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42314501270205901, "S11": 0.42314501270205901, "W12": -8.9560175601215537, "S12": -9.5356792403733213, "W13": -24.848323161871527, "S13": -24.848323161871527, "W21": -32.579079681770743, "S21": -32.579079681770743, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108291.0, 510803.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79633842387712761, "S11": -0.79633842387712761, "W12": -8.0814367478741911, "S12": -8.0814367478741911, "W13": -14.024606266291968, "S13": -14.024606266291968, "W21": -39.556205537969923, "S21": -39.556205537969923, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108291.232758620695677, 516629.857758620695677 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4303974358974359, "W12": -10.0, "S12": -10.0, "W13": -16.587941753797594, "S13": -19.480174466932834, "W21": -31.839538379220887, "S21": -31.839538379220887, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108291.5, 501274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3899951863393184, "S11": -2.9507067099278834, "W12": -10.649528067560755, "S12": -12.692600445468067, "W13": -17.512223838110103, "S13": -17.512223838110103, "W21": -29.755601849672022, "S21": -29.883778145428366, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108291.833333333328483, 503603.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7052250665385633, "S11": -2.2052250665385631, "W12": -5.0, "S12": -14.336629968277665, "W13": -20.231834502021702, "S13": -20.839472369119523, "W21": -30.654695695680275, "S21": -30.654695695680275, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108292.0, 506075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3631947819052732, "S11": -1.3631947819052732, "W12": -6.5821333612860933, "S12": -6.5821333612860933, "W13": -20.0, "S13": -30.0, "W21": -39.899631508477043, "S21": -39.899631508477043, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108292.0, 519655.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0052196296870920577, "S11": -0.59384714538449024, "W12": -7.2027799096103013, "S12": -14.041970000455624, "W13": -26.254633565720116, "S13": -26.710772437750148, "W21": -31.402895990599337, "S21": -31.402895990599337, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108293.0, 510338.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1177668778000935, "S12": -10.122669087262652, "W13": -24.708119732635865, "S13": -24.708119732635865, "W21": -32.648858565634789, "S21": -32.648858565634789, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108293.0, 510934.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86549314116164533, "S11": -1.4965149331047458, "W12": -5.3655995953764322, "S12": -5.3655995953764322, "W13": -24.844209817798088, "S13": -24.908471121101353, "W21": -34.869493497810879, "S21": -34.869493497810879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108293.333333333328483, 509278.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5538831580578174, "W12": -5.5538831580578174, "S12": -6.6587062145040861, "W13": -14.997717822609975, "S13": -16.782472725540828, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108294.4, 497847.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.280022370749716, "S11": -1.280022370749716, "W12": -8.897088515044528, "S12": -8.897088515044528, "W13": -30.0, "S13": -30.0, "W21": -35.08463799001337, "S21": -35.08463799001337, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108295.0, 512553.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40778398146338746, "S11": 0.40778398146338746, "W12": -8.941164838560173, "S12": -9.4700940862703185, "W13": -24.917082243533859, "S13": -24.917082243533859, "W21": -32.545984720141504, "S21": -32.545984720141504, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108296.0, 510786.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.065010719927836719, "S11": -0.51609757940556023, "W12": -10.0, "S12": -10.0, "W13": -17.532122358568785, "S13": -17.532122358568785, "W21": -30.071461089730445, "S21": -30.071461089730445, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108296.666666666671517, 503753.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72783613445378159, "S11": -0.72783613445378159, "W12": -5.0, "S12": -8.736116376460215, "W13": -17.272073392990961, "S13": -17.969560359505167, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108297.0, 502896.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.5163760424564074, "S12": -9.5163760424564074, "W13": -17.561055861844594, "S13": -17.561055861844594, "W21": -30.352771369233281, "S21": -30.352771369233281, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108297.0, 504003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44776527227697616, "S11": -0.44776527227697616, "W12": -8.1286363127282293, "S12": -10.350916035257821, "W13": -21.417018741839154, "S13": -22.84884597792519, "W21": -36.748868620309935, "S21": -36.748868620309935, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108297.0, 513601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58914014588284402, "S11": -0.58914014588284402, "W12": -8.0943334925460224, "S12": -9.3563900391362651, "W13": -13.111644437512098, "S13": -27.157052097620408, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108297.0, 515514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.7063863993487045, "W13": -15.0, "S13": -15.0, "W21": -37.099100881640545, "S21": -37.099100881640545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108298.666666666671517, 524212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5347910532423938, "S12": -5.5347910532423938, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108299.5, 521706.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.9738180840071546, "W12": -6.9738180840071546, "S12": -6.9738180840071546, "W13": -16.809999, "S13": -19.809999, "W21": -40.286337573809412, "S21": -40.286337573809412, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.6510904327893905, "W12": -5.0, "S12": -7.319030991088173, "W13": -14.92710218360083, "S13": -17.886666609398855, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.4740053298424414, "W12": -5.0, "S12": -6.3317404992129518, "W13": -14.933142566050551, "S13": -18.08216663247978, "W21": -39.547784668322073, "S21": -39.547784668322073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72157012030330647, "S11": -2.7215701203033067, "W12": -3.7445010297907779, "S12": -8.5074812724722779, "W13": -15.965177130351526, "S13": -16.140559777023878, "W21": -38.984654748727877, "S21": -38.994013780552173, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70160996401711107, "S11": -2.701609964017111, "W12": -3.1150013224089221, "S12": -3.8643503634821403, "W13": -16.341083435918478, "S13": -18.679925981316284, "W21": -38.748902445530611, "S21": -39.082201053353323, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.0, 500288.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53820816085156709, "S11": -1.3393716899116939, "W12": -10.0, "S12": -12.01926724568234, "W13": -17.145760505030577, "S13": -19.449256756071954, "W21": -34.091299117924578, "S21": -34.091299117924578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4835064011379801, "S11": -0.4835064011379801, "W12": -8.9516796864217305, "S12": -10.979447642222835, "W13": -16.921009208103133, "S13": -17.781616229261704, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66831849436170876, "S11": -2.0436938293382991, "W12": -4.8587763414688654, "S12": -13.858986326507591, "W13": -17.396225637592405, "S13": -19.699599365993564, "W21": -36.718360042440565, "S21": -36.718360042440565, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.4, 500665.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68729875209226976, "S11": -0.68729875209226976, "W12": -8.0804149644527268, "S12": -8.0804149644527268, "W13": -13.507944544315665, "S13": -19.887426551311872, "W21": -40.223441788470538, "S21": -40.223441788470538, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108300.757575757568702, 516031.787878787901718 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3025233672115315, "S11": -1.3025233672115315, "W12": -9.0836350134596469, "S12": -11.667143565834069, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -34.598007855615549, "S21": -34.598007855615549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108301.285714285710128, 512266.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4634196962883532, "S11": -3.0897913105753751, "W12": -5.1663283334994992, "S12": -9.1778298069342625, "W13": -22.202176654363598, "S13": -22.699601466721017, "W21": -31.540419971463578, "S21": -31.540419971463578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108301.5, 506831.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72145556962611779, "S11": -2.7214555696261176, "W12": -3.7734911173511305, "S12": -8.6226505186295093, "W13": -15.9635699288743, "S13": -16.083732468520768, "W21": -38.985987645479248, "S21": -38.985987645479248, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108302.25, 499992.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999998884, "S11": -1.7999999999998884, "W12": -5.3280846617405349, "S12": -5.3280846617405349, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108302.69230769231217, 522050.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.22562142778329475, "W12": -10.0, "S12": -10.0, "W13": -16.268003130788699, "S13": -18.63010591619474, "W21": -30.65655325622803, "S21": -30.65655325622803, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108303.0, 501443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4816402362957879, "S11": -1.4816402362957879, "W12": -6.2477621659175249, "S12": -6.2477621659175249, "W13": -20.0, "S13": -21.756330116664266, "W21": -37.998263389512047, "S21": -37.998263389512047, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108303.0, 520269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2035184481442212, "S11": -1.2035184481442212, "W12": -8.8023508323776962, "S12": -8.8023508323776962, "W13": -30.0, "S13": -30.0, "W21": -35.201611819853476, "S21": -35.201611819853476, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108303.888888888890506, 512641.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38869927752178274, "S11": -0.38869927752178274, "W12": -8.4047999999995806, "S12": -15.749532706088242, "W13": -15.905416790981462, "S13": -19.272792474259163, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108304.0, 501872.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19023640261785354, "S11": 0.19023640261785357, "W12": -10.0, "S12": -10.0, "W13": -17.534082350895183, "S13": -17.534082350895183, "W21": -30.158635742978817, "S21": -30.158635742978817, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108304.0, 503795.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.35620768012670145, "S11": -0.27525177811410562, "W12": -10.978574829392091, "S12": -14.341224468968566, "W13": -15.981132510631626, "S13": -16.446857266540661, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108304.333333333328483, 501663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61725891882690531, "S11": -0.61725891882690531, "W12": -8.3904467438026344, "S12": -9.3801929391578334, "W13": -24.530342896891611, "S13": -31.881190893499411, "W21": -36.006730015614018, "S21": -36.006730015614018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108304.666666666671517, 513148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3045080173501002, "S11": -1.3706209640144513, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -24.998211215908587, "S13": -24.998211215908587, "W21": -34.692747841136494, "S21": -34.705051037836881, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108304.923076923078042, 508711.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3107224853662069, "S11": -2.5389964445850137, "W12": -5.0, "S12": -5.0, "W13": -26.122085968762104, "S13": -26.122085968762104, "W21": -34.766502387485431, "S21": -34.923655661410336, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108305.0, 508401.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.9622900981864539, "W12": -6.9622900981864539, "S12": -6.9622900981864539, "W13": -16.809999, "S13": -19.809999, "W21": -40.283597246470976, "S21": -40.283597246470976, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108305.03125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.0000000000000018, "W12": -5.0000000000000018, "S12": -6.0978936677923929, "W13": -15.507316992347549, "S13": -18.507316992347548, "W21": -40.148536297005833, "S21": -40.148536297005833, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108306.0, 497564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3193108944793337, "S11": -1.3950216960706867, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -34.701369590869191, "S21": -34.716261117991884, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108306.0, 508709.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.011557864618737757, "S11": -0.011557864618737979, "W12": -10.0, "S12": -11.177416823603654, "W13": -16.827758400736549, "S13": -19.435826529959879, "W21": -32.991066793957145, "S21": -32.991066793957145, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108306.333333333328483, 501150.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51758732889520531, "S11": -0.51758732889520531, "W12": -8.2363982664863222, "S12": -9.212007106265327, "W13": -17.146691712707185, "S13": -18.325822034561689, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108307.0, 502041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.6922037394631313, "W12": -6.5869841629106833, "S12": -9.7715736333510002, "W13": -25.45420035453326, "S13": -25.45420035453326, "W21": -33.773214843823609, "S21": -34.944743774786737, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108307.857142857144936, 507802.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49035132703553763, "W12": -10.0, "S12": -10.168204941860465, "W13": -16.64963996843559, "S13": -19.430750770990436, "W21": -32.360354287568825, "S21": -32.360354287568825, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108309.0, 501235.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43720352383103683, "S11": 0.43720352383103683, "W12": -10.0, "S12": -10.259992732558139, "W13": -16.669248865653973, "S13": -19.427715958128285, "W21": -32.451017145671536, "S21": -32.451017145671536, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108310.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.43340903380697204, "S11": 0.43340903380697204, "W12": -9.0274808177557819, "S12": -9.7541839343599737, "W13": -24.981691368788169, "S13": -24.981691368788169, "W21": -32.516638826272882, "S21": -32.516638826272882, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108310.0, 510841.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39673061755001815, "S11": 0.39673061755001815, "W12": -9.2469983006334004, "S12": -10.552425103450695, "W13": -25.045694733996662, "S13": -25.045694733996662, "W21": -32.615016437282108, "S21": -32.615016437282108, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108312.0, 511019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.9084275289741024, "W12": -10.391826828981877, "S12": -13.462991332774743, "W13": -17.446752245161925, "S13": -17.446752245161925, "W21": -29.525463595114129, "S21": -29.806097503696403, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108313.0, 503495.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044816763981336813, "S11": -0.48353347816225245, "W12": -7.3672507887780343, "S12": -11.490640465601356, "W13": -26.562752933174629, "S13": -27.078367045162402, "W21": -31.470332945099116, "S21": -31.470332945099116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108313.0, 510371.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14338935641773765, "S11": 0.14338935641773765, "W12": -9.4649706473041864, "S12": -11.251101621236121, "W13": -25.704926440365409, "S13": -25.704926440365409, "W21": -32.812778103456978, "S21": -32.812778103456978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108313.0, 511196.5 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.8192099250589084, "W13": -15.199436490895053, "S13": -15.199436490895053, "W21": -36.633846290827613, "S21": -36.633846290827613, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108313.0, 524118.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7095631139805263, "S11": -1.7095631139805263, "W12": -5.0, "S12": -14.231916211314225, "W13": -20.190459555678167, "S13": -20.808354607822871, "W21": -30.758597793079549, "S21": -30.758597793079549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108314.0, 506057.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33726519457487164, "S11": -0.55600807877190228, "W12": -10.0, "S12": -17.453341104505615, "W13": -17.453341104505615, "S13": -19.081987750498257, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108315.0, 501845.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.49582624831309036, "W12": -10.0, "S12": -10.0, "W13": -16.627819269086608, "S13": -19.412284695357087, "W21": -32.388498314471761, "S21": -32.388498314471761, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108315.75, 501242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.211537851604541, "S11": -1.211537851604541, "W12": -8.7878076092111499, "S12": -8.7878076092111499, "W13": -30.0, "S13": -30.0, "W21": -35.135418473031272, "S21": -35.135418473031272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108316.0, 512620.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.981590971356859, "S12": -10.981590971356859, "W13": -18.220641474416862, "S13": -19.364723807178439, "W21": -30.026252440475727, "S21": -30.026252440475727, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108317.0, 504418.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.4917298663777263, "S12": -9.4917298663777263, "W13": -17.547176914098898, "S13": -17.547176914098898, "W21": -30.393465929273507, "S21": -30.393465929273507, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108317.333333333328483, 503965.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69526245888221405, "S11": -2.6952624588822141, "W12": -3.1756370071916535, "S12": -3.9219988200970821, "W13": -16.430508822322526, "S13": -18.653157847492153, "W21": -38.666803082340955, "S21": -39.000435752856241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108318.0, 500307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.0614849187935032, "W12": -11.248137108792847, "S12": -13.484771489082483, "W13": -17.486307666944757, "S13": -17.486307666944757, "W21": -29.748221499711299, "S21": -29.989295262138423, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108319.0, 503601.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44828742953944306, "S11": -0.44828742953944306, "W12": -8.0835027011256244, "S12": -11.308762624516625, "W13": -14.228695877861453, "S13": -31.153638556882925, "W21": -38.291192397130658, "S21": -38.291192397130658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108319.0, 514605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.997553502241824, "S12": -4.997553502241824, "W13": -18.951077630973913, "S13": -18.951077630973913, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108319.666666666671517, 522553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -3.995294060696605, "S12": -5.7353816519373737, "W13": -16.782532157450518, "S13": -16.782532157450518, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108319.666666666671517, 523397.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44366970570664388, "S11": -0.44366970570664388, "W12": -8.0996749370992234, "S12": -10.386062007179859, "W13": -21.238298124911172, "S13": -22.969941081721895, "W21": -36.741530886254395, "S21": -36.741530886254395, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108320.0, 513634.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41840830018472552, "S11": -1.1431886426093922, "W12": -5.0, "S12": -9.3294093013004193, "W13": -17.293020053757989, "S13": -18.809333676888198, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108322.0, 503067.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -2.6106275454086032, "S12": -2.6106275454086032, "W13": -17.870109523268205, "S13": -17.870109523268205, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108322.0, 522967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24640463820484501, "S11": -0.24640463820484501, "W12": -10.0, "S12": -11.707344026268981, "W13": -16.879686657460336, "S13": -19.389771818989573, "W21": -33.455741470941291, "S21": -33.455741470941291, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108322.666666666671517, 501116.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69313939558120952, "S11": -0.69313939558120952, "W12": -8.0534726304223057, "S12": -8.075996952003397, "W13": -13.515266818059033, "S13": -19.682471570695885, "W21": -40.183441611374832, "S21": -40.183441611374832, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108322.684210526320385, 516026.34210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2230573076020372, "S11": -1.2230573076020372, "W12": -8.7958119603429701, "S12": -8.7958119603429701, "W13": -30.0, "S13": -30.0, "W21": -35.057011356044619, "S21": -35.057011356044619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108324.0, 512584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.081943974272173287, "S11": -0.8781661505877747, "W12": -10.0, "S12": -10.206200790120894, "W13": -17.521037772769148, "S13": -17.521037772769148, "W21": -30.015242193288746, "S21": -30.015242193288746, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108324.5, 503728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95786087400772413, "S11": -0.95786087400772413, "W12": -6.3843945666253319, "S12": -6.3843945666253319, "W13": -19.240372087438423, "S13": -19.751934614770072, "W21": -30.246647744421882, "S21": -30.246647744421882, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108325.142857142855064, 505531.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52391465732909381, "S11": -0.52391465732909381, "W12": -8.3004104969173209, "S12": -9.373591888844226, "W13": -24.253881702742046, "S13": -30.886317572998564, "W21": -36.013084512934206, "S21": -36.013084512934206, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108326.5, 513188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.6315789473684212, "W12": -11.774093392945952, "S12": -14.240677306180263, "W13": -17.469944831432695, "S13": -17.469944831432695, "W21": -29.701294708461059, "S21": -29.98711836197494, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108326.666666666671517, 503579.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.31985, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.359545435570979, "S13": -18.906356236223598, "W21": -31.208587286363965, "S21": -31.208587286363965, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108327.5, 501411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33895361839244753, "S11": -1.28922640257993, "W12": -5.8096907241657494, "S12": -10.378160221875996, "W13": -17.303835060991112, "S13": -19.408426300157373, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108328.166666666671517, 503133.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7138157579137665, "S11": -1.7138157579137665, "W12": -5.6990664542018221, "S12": -5.6990664542018221, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000462, "S21": -33.000000000000462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108328.333333333328483, 521361.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59702040538439027, "S11": -1.2758910836201622, "W12": -5.0, "S12": -6.7591796667728321, "W13": -17.132524566157283, "S13": -19.549315991644548, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108328.444444444437977, 502406.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58534825721569395, "S11": -0.58534825721569395, "W12": -7.1403005635969787, "S12": -7.1403005635969787, "W13": -18.866728229960685, "S13": -19.300225556163898, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108329.0, 505285.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44367305491192316, "S11": 0.44367305491192316, "W12": -9.0989440753900812, "S12": -9.9726886283468872, "W13": -25.146775658492281, "S13": -25.146775658492281, "W21": -32.454197970775056, "S21": -32.454197970775056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108329.0, 510879.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.562667587295326, "S13": -19.373550675326427, "W21": -32.375642174370356, "S21": -32.375642174370356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 501266.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45264895057549093, "S11": -2.4526489505754911, "W12": -11.121460506706407, "S12": -13.08906831950843, "W13": -17.485168096774615, "S13": -17.485168096774615, "W21": -29.791588725525425, "S21": -30.065051846981849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 503622.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.038856410457619, "W12": -5.1486881280085708, "S12": -9.153340811089862, "W13": -22.126720733081218, "S13": -22.675403316714952, "W21": -31.677874161482915, "S21": -31.677874161482915, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 506819.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2247721303877643, "S12": -10.430572784912965, "W13": -25.0, "S13": -25.0, "W21": -32.511342056013703, "S21": -32.511342056013703, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108330.0, 510981.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.098303840063322226, "S11": -0.32408346252595183, "W12": -10.712183908045837, "S12": -15.277058078428912, "W13": -15.860770726963299, "S13": -15.877767457006515, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108330.166666666671517, 501702.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0029396860198148, "S11": -2.0526853030672503, "W12": -5.0, "S12": -5.0, "W13": -25.5227955801105, "S13": -25.5227955801105, "W21": -34.925299366888389, "S21": -35.039561855365385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108330.375, 508547.875 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39619320313362016, "W12": -10.0, "S12": -10.0, "W13": -16.437679981215268, "S13": -19.437679981215268, "W21": -31.674803598992153, "S21": -31.674803598992153, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108331.0, 501357.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5979755398691982, "S11": -1.5979755398691982, "W12": -5.9559268033256947, "S12": -5.9559268033256947, "W13": -20.0, "S13": -20.0, "W21": -36.103463024967361, "S21": -36.103463024967361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108331.5, 520842.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.084413898275581573, "S11": -0.37321981094001444, "W12": -7.6228645298807924, "S12": -9.0304537926821116, "W13": -26.84833725768474, "S13": -27.423426609630251, "W21": -31.537769899598899, "S21": -31.537769899598899, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108333.0, 510404.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6007582604521815, "S11": -0.6007582604521815, "W12": -8.0495032203315446, "S12": -9.2257518194157733, "W13": -13.145296318320922, "S13": -26.624948129521385, "W21": -39.961468228041035, "S21": -39.961468228041035, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108333.333333333328483, 515515.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5101224392960368, "S12": -5.5101224392960368, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108333.333333333328483, 521739.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5011466737662968, "S11": -1.6479702317344382, "W12": -5.0, "S12": -5.0, "W13": -25.023228219294563, "S13": -25.023228219294563, "W21": -34.931845557026058, "S21": -34.999592913533242, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108336.615384615390212, 508677.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.088608666215301252, "S11": -0.66624841776807964, "W12": -10.0, "S12": -10.0, "W13": -17.517825956122401, "S13": -17.517825956122401, "W21": -30.026904141193615, "S21": -30.026904141193615, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108337.0, 503734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9830496204521482, "S11": -2.0349802865214426, "W12": -5.0, "S12": -5.0, "W13": -25.48917000129082, "S13": -25.48917000129082, "W21": -34.972196544949512, "S21": -35.093679231353704, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108337.0, 508551.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49938355081059438, "S11": 0.49938355081059438, "W12": -9.5139020597049555, "S12": -9.5139020597049555, "W13": -17.537206494083897, "S13": -17.537206494083897, "W21": -30.434160489313783, "S21": -30.434160489313783, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108337.666666666671517, 503928.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.17878300609343262, "S11": -1.1787830060934326, "W12": -10.0, "S12": -10.434944884935314, "W13": -17.51439480913092, "S13": -17.51439480913092, "W21": -29.972072926243584, "S21": -30.018348461868896, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108338.0, 503708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48125141179128084, "S11": -0.48125141179128117, "W12": -10.0, "S12": -12.362907299823274, "W13": -16.931614914184259, "S13": -19.343717108019305, "W21": -33.920416147925714, "S21": -33.920416147925714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108339.0, 501083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.3680983182410422, "W12": -5.3680983182410422, "S12": -6.8273904210016303, "W13": -14.991325368998559, "S13": -16.337145756483238, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108339.8, 497867.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29150666365484529, "S11": 0.29150666365484529, "W12": -10.0, "S12": -10.0, "W13": -16.667696784375618, "S13": -19.344394923781337, "W21": -32.937458249722631, "S21": -32.937458249722631, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108340.0, 501210.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.013244752877454358, "S11": 0.013244752877454358, "W12": -10.0, "S12": -10.0, "W13": -17.52013482636556, "S13": -17.52013482636556, "W21": -30.094059242040885, "S21": -30.094059242040885, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108340.0, 503766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86242930297693821, "S11": -1.8759061362971905, "W12": -5.3982421079900815, "S12": -5.3982421079900815, "W13": -24.765866281921433, "S13": -24.838746972408718, "W21": -35.1278745043656, "S21": -35.1278745043656, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108340.0, 509277.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68313590821578429, "S11": -1.7126899620590703, "W12": -4.6983066630275969, "S12": -13.908508474194097, "W13": -17.329972014980065, "S13": -19.442429657649019, "W21": -37.268869717708604, "S21": -37.268869717708604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108340.2, 500657.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64144720123854648, "S11": -0.64144720123854648, "W12": -8.0368525159469026, "S12": -8.9676437114642003, "W13": -13.258169840238999, "S13": -24.065702756066731, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108340.609756097561331, 515720.414634146320168 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24426844336007764, "S11": 0.24426844336007764, "W12": -10.0, "S12": -10.0, "W13": -17.526178379529352, "S13": -17.526178379529352, "W21": -30.2266529213369, "S21": -30.2266529213369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108341.0, 503829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81200208165500243, "S11": -0.81200208165500243, "W12": -8.0197851586282578, "S12": -8.0197851586282578, "W13": -14.052237030544754, "S13": -14.052237030544754, "W21": -39.450604744285172, "S21": -39.450604744285172, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108341.224137931028963, 516629.974137931014411 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7093998733649407, "S11": -2.7093998733649407, "W12": -3.9692629961847095, "S12": -8.3135013077405979, "W13": -16.124106414991108, "S13": -16.369430845537419, "W21": -38.879007171993962, "S21": -38.879007171993962, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108342.0, 500005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34075262752397728, "S11": -0.34075262752397728, "W12": -9.9949056603775546, "S12": -17.23451561635931, "W13": -17.23451561635931, "S13": -19.066211204740299, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108342.0, 501886.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8013026273330675, "S11": -1.8013026273330675, "W12": -5.0, "S12": -13.744624245326806, "W13": -20.205451847615816, "S13": -20.849156167682679, "W21": -30.955403527519714, "S21": -30.955403527519714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108342.0, 506094.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0063757994271589, "W12": -5.1729172935030912, "S12": -9.0741895035530895, "W13": -22.149431307570524, "S13": -22.701383487010819, "W21": -31.759026889648837, "S21": -31.759026889648837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108342.0, 506832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43957413913630516, "S11": -0.43957413913630516, "W12": -8.0707135614702139, "S12": -10.42120797910205, "W13": -21.097718299726647, "S13": -23.129176977262929, "W21": -36.734193152198948, "S21": -36.734193152198948, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108343.0, 513667.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7050465565962236, "S11": -1.7050465565962236, "W12": -5.7010685312497875, "S12": -5.7010685312497875, "W13": -20.0, "S13": -20.0, "W21": -33.293251113394994, "S21": -33.293251113394994, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108343.0, 521350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68789234990399417, "S11": -2.8406995035041271, "W12": -3.3151129065235785, "S12": -4.2825265929355405, "W13": -16.52636549947567, "S13": -18.567758419380898, "W21": -38.573660127099132, "S21": -38.884215326300883, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108343.666666666671517, 500309.083333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3168328440758366, "S12": -5.3168328440758366, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108344.153846153843915, 522072.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.6624814525562002, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -37.067216228649443, "S21": -37.067216228649443, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108345.5, 524201.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9978959861890382, "W12": -5.1952996100724835, "S12": -9.0169718691518561, "W13": -22.181819995681938, "S13": -22.72726455175377, "W21": -31.799706698107503, "S21": -31.799706698107503, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108345.875, 506844.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9437594470202613, "S11": -2.1618377709857675, "W12": -5.0, "S12": -13.303788020153013, "W13": -20.309089118177134, "S13": -20.997495019511504, "W21": -31.080386381784614, "S21": -31.080386381784614, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108346.0, 506189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58660276610644269, "S11": -1.5866027661064428, "W12": -5.0, "S12": -7.5505936374990812, "W13": -17.16885024000441, "S13": -18.857866214405757, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108348.0, 502625.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45393707601687427, "S11": 0.45393707601687427, "W12": -9.1704073330243823, "S12": -10.191193322333799, "W13": -25.316906708187332, "S13": -25.316906708187332, "W21": -32.391757115277223, "S21": -32.391757115277223, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108348.0, 510916.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2562459446933421, "S12": -10.505094934900312, "W13": -25.148936939038066, "S13": -25.148936939038066, "W21": -32.434252407021084, "S21": -32.434252407021084, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108348.0, 510987.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49408755062253651, "S11": -0.49408755062253651, "W12": -8.2103742500320056, "S12": -9.3669908385306169, "W13": -23.977420508592473, "S13": -29.891444252497706, "W21": -36.019439010254395, "S21": -36.019439010254395, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108348.333333333328483, 513228.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49815533746473417, "S11": 0.49815533746473417, "W12": -9.2642395334466237, "S12": -10.533199488555431, "W13": -25.135033181019029, "S13": -25.135033181019029, "W21": -32.435635518903808, "S21": -32.435635518903808, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108348.5, 510993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2273396706386459, "S11": -1.2273396706386459, "W12": -8.908462935504291, "S12": -11.571687929347561, "W13": -30.0, "S13": -30.0, "W21": -34.489419320442472, "S21": -34.489419320442472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108349.714285714289872, 512270.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.8592542497641578, "W12": -6.8592542497641578, "S12": -6.8592542497641578, "W13": -16.809999, "S13": -19.809999, "W21": -40.25910450709199, "S21": -40.25910450709199, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.5282939474976809, "W12": -5.0, "S12": -7.414075450208256, "W13": -14.93027780095103, "S13": -17.232077686170005, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.1980914003686003, "W12": -5.1980914003686003, "S12": -5.8004834720035978, "W13": -14.969933399158528, "S13": -18.488444625981579, "W21": -39.484365899050871, "S21": -39.484365899050871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70749355242228162, "S11": -2.7074935524222816, "W12": -4.0250627440829234, "S12": -8.4805477934553117, "W13": -16.146622897004512, "S13": -16.360084140447022, "W21": -38.855538538567771, "S21": -38.855538538567771, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54648728562980486, "S11": -1.1917043034094372, "W12": -10.0, "S12": -12.144696157001325, "W13": -17.091435194318407, "S13": -19.311065852468921, "W21": -34.706118094936905, "S21": -34.706118094936905, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -16.541818309895902, "S13": -19.352092194750792, "W21": -32.300267203069168, "S21": -32.300267203069168, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 501307.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46332819700251482, "S11": -0.46332819700251482, "W12": -8.8343638722499787, "S12": -15.560661574758402, "W13": -15.828450247752095, "S13": -16.879246665851785, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50259103641456604, "S11": -0.50259103641456604, "W12": -8.2207331548292721, "S12": -14.78716794081674, "W13": -16.053676804554314, "S13": -17.352670385662169, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.0, 502036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70264988869476919, "S11": -0.70264988869476919, "W12": -8.0190655026172841, "S12": -8.0190655026172841, "W13": -13.534324466102472, "S13": -19.054398056687418, "W21": -40.119801513468552, "S21": -40.119801513468552, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108350.522727272720658, 516030.613636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2865680293703576, "S12": -14.869658369248128, "W13": -15.996311809659353, "S13": -17.271531716149568, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108351.0, 502032.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.7334168899645608, "W12": -6.1196743069075081, "S12": -6.1220758350183182, "W13": -26.422664841648182, "S13": -26.422664841648182, "W21": -34.73132240162807, "S21": -35.313867683205387, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108351.0, 508232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -24.656687496416904, "S13": -24.656687496416904, "W21": -35.622031582001703, "S21": -35.622031582001703, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108351.0, 509042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.135662417961675, "S11": -1.135662417961675, "W12": -8.6642736570836654, "S12": -8.6642736570836654, "W13": -30.0, "S13": -30.0, "W21": -35.10203322652351, "S21": -35.10203322652351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108351.333333333328483, 512657.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.41852, "W12": -10.0, "S12": -10.0, "W13": -16.451087740353259, "S13": -19.155539037473712, "W21": -31.760621316499901, "S21": -31.760621316499901, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108352.0, 501379.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1660922444543589, "S11": -1.1660922444543589, "W12": -8.6945354056414157, "S12": -8.6945354056414157, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -35.029384722075868, "S21": -35.029384722075868, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108353.0, 512614.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0006269409324835, "S12": -5.0006269409324835, "W13": -19.007978982497452, "S13": -19.007978982497452, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108353.333333333328483, 522553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.591950239558618, "W12": -6.4595727755310479, "S12": -9.7345617311407668, "W13": -25.234292500228385, "S13": -25.234292500228385, "W21": -33.98409012101623, "S21": -35.318766207009304, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108354.285714285710128, 507790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.8485496915020772, "W12": -6.8485496915020772, "S12": -6.8485496915020772, "W13": -16.809999, "S13": -19.809999, "W21": -40.256559917420581, "S21": -40.256559917420581, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108354.671875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4417198661971569, "S11": -1.4417198661971569, "W12": -6.4159337386483504, "S12": -6.4159337386483504, "W13": -20.0, "S13": -20.0, "W21": -38.553133164655669, "S21": -38.553133164655669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108355.0, 519969.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.12173823993521604, "S11": -0.25215560729727038, "W12": -7.8985291505486694, "S12": -7.8985291505486694, "W13": -26.880753475470115, "S13": -27.448208132523558, "W21": -31.597373549831005, "S21": -31.597373549831005, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108355.25, 510436.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.078726261000046927, "S11": -0.29204140793786171, "W12": -9.7095363969093125, "S12": -15.975612020299803, "W13": -15.975612020299803, "S13": -17.256486735463447, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108356.0, 501742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4597445370159397, "S11": -0.4597445370159397, "W12": -8.0374079852614528, "S12": -11.145881277343786, "W13": -14.269682248064417, "S13": -31.304708790054065, "W21": -38.235362830652882, "S21": -38.235362830652882, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108356.0, 514631.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.45945307245968814, "S11": 0.45945307245968814, "W12": -9.5674050752949196, "S12": -9.5674050752949196, "W13": -17.527236074068906, "S13": -17.527236074068906, "W21": -30.355894702017938, "S21": -30.355894702017938, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108358.0, 503891.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38687034313135371, "S11": 0.38687034313135371, "W12": -9.364334077805669, "S12": -11.28915123928283, "W13": -25.974978985606487, "S13": -25.974978985606487, "W21": -32.725599575816702, "S21": -32.725599575816702, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108358.0, 511205.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9828841499989658, "S11": -2.0229270876958858, "W12": -5.0, "S12": -5.0, "W13": -25.507654575964892, "S13": -25.507654575964892, "W21": -35.13935413022292, "S21": -35.300999525943077, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108359.0, 508523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7594644678839837, "S11": -0.7594644678839837, "W12": -9.1182251493727708, "S12": -12.108632029496857, "W13": -27.605229343869535, "S13": -27.605229343869535, "W21": -33.428929306955553, "S21": -33.428929306955553, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108361.0, 511644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5054069933476859, "S11": -1.5054069933476859, "W12": -6.2342827288549021, "S12": -6.2342827288549021, "W13": -20.0, "S13": -22.0, "W21": -37.530651713318136, "S21": -37.530651713318136, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108361.0, 520299.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.1177456761953577, "S12": -5.1667602747356085, "W13": -16.824160686150215, "S13": -16.824160686150215, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108361.333333333328483, 523391.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.1151452282157681, "W12": -12.898658718330852, "S12": -15.755177214338779, "W13": -17.427665824755305, "S13": -17.427665824755305, "W21": -29.6469875672501, "S21": -30.090458578521456, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108361.5, 503554.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3494954714957772, "S11": -1.3494954714957772, "W12": -5.6040025792635362, "S12": -15.604002579263534, "W13": -19.65844275304703, "S13": -20.244050522830875, "W21": -30.708559966717633, "S21": -30.708559966717633, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108362.0, 505766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.0341170184344106, "W12": -5.0341170184344106, "S12": -7.6689903305599278, "W13": -15.0, "S13": -17.868312988897586, "W21": -39.420710675510485, "S21": -39.420710675510485, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108364.0, 499081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5909797097846656, "W12": -6.3965698126497657, "S12": -9.998076863905764, "W13": -25.0, "S13": -25.0, "W21": -33.949174735123734, "S21": -35.380921539866073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108364.0, 507750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0399738206716007, "W12": -6.1317652474396009, "S12": -8.8922314282078823, "W13": -24.205226419138683, "S13": -24.46381838247035, "W21": -33.394335173178632, "S21": -34.513470704898396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108366.0, 507482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43547857256597289, "S11": -0.43547857256597289, "W12": -8.0417521858412062, "S12": -10.456353951024088, "W13": -20.957138474542457, "S13": -23.288412872803427, "W21": -36.726855418143408, "S21": -36.726855418143408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108366.0, 513701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24617573628977657, "S11": -1.0506679622295423, "W12": -10.46036698956781, "S12": -10.889014599296742, "W13": -17.487340694830191, "S13": -17.487340694830191, "W21": -29.966665437413727, "S21": -29.966665437413727, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108366.875, 503706.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46461462114843211, "S11": 0.46461462114843211, "W12": -9.2418705906586105, "S12": -10.40969801632045, "W13": -25.426764423330123, "S13": -25.426764423330123, "W21": -32.329316259779361, "S21": -32.329316259779361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108367.0, 510954.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89066175035691164, "S11": -0.89066175035691164, "W12": -8.4532186142623775, "S12": -8.6134497692851326, "W13": -28.381475667189953, "S13": -31.381475667189953, "W21": -35.395011003942592, "S21": -35.395011003942592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108367.0, 512867.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.485453825349647, "S12": -5.485453825349647, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108367.166666666671517, 521772.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6977853301824799, "S11": -1.819640884266964, "W12": -5.0, "S12": -5.0, "W13": -25.053691457713605, "S13": -25.053691457713605, "W21": -35.170943272915515, "S21": -35.294134789229474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108368.30769230768783, 508642.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34567937666264487, "S11": -0.34567937666264487, "W12": -10.0, "S12": -17.020550043574072, "W13": -17.020550043574072, "S13": -19.145690680162502, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108369.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61237637502153452, "S11": -0.61237637502153452, "W12": -8.0046729481170491, "S12": -9.0734681151188656, "W13": -13.178948199129787, "S13": -26.163373292666471, "W21": -39.846794324102504, "S21": -39.846794324102504, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108369.666666666671517, 515516.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.52820125753346, "S13": -19.213614212387757, "W21": -32.224892231767988, "S21": -32.224892231767988, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 501348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.893042140685693, "S11": -1.893042140685693, "W12": -5.0, "S12": -13.257332279339217, "W13": -20.220444139553528, "S13": -20.896911202263595, "W21": -31.152209261959946, "S21": -31.152209261959946, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 506132.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.05, "S11": -2.9, "W12": -5.6, "S12": -5.6, "W13": -24.807517250688836, "S13": -25.038510656075609, "W21": -34.818546802665367, "S21": -34.818546802665367, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48613858955052075, "S11": -0.48613858955052075, "W12": -8.120338003146653, "S12": -9.3603897882169527, "W13": -23.700959314442905, "S13": -28.896570931996223, "W21": -36.025793507574541, "S21": -36.025793507574541, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108370.166666666671517, 513268.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0100888333648343, "S11": -1.0100888333648343, "W12": -6.2891704191517821, "S12": -6.289170419151783, "W13": -19.176162358003662, "S13": -19.719459803215926, "W21": -30.518003021879167, "S21": -30.518003021879167, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108372.0, 505540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70927903362006828, "S11": -0.70927903362006828, "W12": -7.9922400665956461, "S12": -7.9943209221207709, "W13": -13.545465445448096, "S13": -18.705013578091368, "W21": -40.074993613679332, "S21": -40.074993613679332, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108372.28947368421359, 516029.644736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1683735881147243, "S11": -0.20000326199960689, "W12": -8.9628278771858483, "S12": -16.603556009662132, "W13": -16.603556009662132, "S13": -18.410487145594075, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108373.875, 501788.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51605460279912108, "S11": -0.51605460279912108, "W12": -10.0, "S12": -12.646975246273957, "W13": -16.937375221937231, "S13": -19.245484080587655, "W21": -34.52207004594748, "S21": -34.52207004594748, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108374.333333333328483, 501061.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50404752178647849, "S11": -1.3591905289740847, "W12": -5.0, "S12": -5.9517758288236191, "W13": -17.491924709557537, "S13": -19.925609751588166, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108374.555555555562023, 502417.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31239406611588971, "S11": -0.91014512107113044, "W12": -6.2526945361659703, "S12": -10.724681164628244, "W13": -17.26948888338109, "S13": -19.537835434932138, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108375.0, 503141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7094106475548303, "S11": -1.7094106475548303, "W12": -5.6862061555118739, "S12": -5.6862061555118739, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108375.666666666671517, 521363.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96598699134405175, "S11": -0.96598699134405175, "W12": -7.8412269930484149, "S12": -7.8412269930484149, "W13": -14.789641796669418, "S13": -29.789641796669418, "W21": -38.499182512363127, "S21": -38.499182512363127, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108376.0, 517394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8690973586778912, "S11": -1.9259820879880503, "W12": -5.0, "S12": -5.0, "W13": -25.293119917387376, "S13": -25.293119917387376, "W21": -35.25071415999421, "S21": -35.415928051592935, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108376.25, 508567.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -6.210928715988306, "W13": -14.996632852641708, "S13": -18.454144553492231, "W21": -39.433865862482911, "S21": -39.433865862482911, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108377.0, 499028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52581017149615616, "S11": -0.62819337720892865, "W12": -10.0, "S12": -13.0, "W13": -16.968970211087001, "S13": -19.23766224107867, "W21": -34.685471188992466, "S21": -34.685471188992466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108377.0, 501045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40243409003790626, "S11": -3.1410233016561637, "W12": -10.0, "S12": -13.717439345495581, "W13": -17.375877441634369, "S13": -18.211024545894734, "W21": -29.459408558450278, "S21": -30.019997931630513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108377.0, 503466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69842080675798801, "S11": -2.698420806757988, "W12": -4.1337838902456863, "S12": -8.5318648544628957, "W13": -16.271895944467239, "S13": -16.659830861626943, "W21": -38.738887517502874, "S21": -38.738887517502874, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108377.25, 500020.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15906258159485059, "S11": -0.12538211550404471, "W12": -8.1741937712165473, "S12": -8.1741937712165473, "W13": -26.91316969325549, "S13": -27.430671465477424, "W21": -31.656977200063118, "S21": -31.656977200063118, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108377.5, 510469.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6131648375539205, "S11": -1.6131648375539205, "W12": -5.9426620028005015, "S12": -5.9426620028005015, "W13": -20.0, "S13": -20.0, "W21": -35.790251472142174, "S21": -35.790251472142174, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108377.875, 520846.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70181370431605006, "S11": -0.70181370431605006, "W12": -9.0863572659847627, "S12": -12.021940234630897, "W13": -27.542565718581166, "S13": -27.542565718581166, "W21": -33.320877839743197, "S21": -33.320877839743197, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108378.75, 511601.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.041525487538716072, "S11": 0.041525487538716072, "W12": -10.0, "S12": -10.0, "W13": -16.767270995851671, "S13": -19.245350705830877, "W21": -33.650990848755356, "S21": -33.650990848755356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108379.333333333328483, 501180.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69795332206985961, "S11": -1.3816860947798415, "W12": -4.5378369845863284, "S12": -13.958030621880603, "W13": -17.263718392367721, "S13": -19.185259949304466, "W21": -37.729928409380591, "S21": -37.729928409380591, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108380.0, 500649.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29280597752610199, "S11": -0.29280597752610199, "W12": -9.6135849056601792, "S12": -16.748072111535286, "W13": -16.748072111535286, "S13": -18.859629935221029, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108380.0, 501900.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57991579324554343, "S11": -0.57991579324554343, "W12": -6.2742939043318238, "S12": -16.643208695431348, "W13": -25.0, "S13": -25.676935771148408, "W21": -33.490065238610654, "S21": -33.490065238610654, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108380.0, 509687.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2899354951834265, "S12": -11.301154720382558, "W13": -25.93948263598244, "S13": -25.93948263598244, "W21": -32.694507647291708, "S21": -32.694507647291708, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108380.0, 511218.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -12.593239844848899, "W13": -15.45440586255379, "S13": -17.131142741629606, "W21": -39.227130737930331, "S21": -39.227130737930331, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 499383.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.27499501187648456, "S11": -0.072145139852131446, "W12": -10.0, "S12": -13.817548520821557, "W13": -16.161336059893745, "S13": -16.730856078344718, "W21": -30.34275699148305, "S21": -30.34275699148305, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 501607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0, "W12": -6.1267672628743597, "S12": -9.4815787131754057, "W13": -24.285997024418872, "S13": -24.544948708676724, "W21": -33.551621796124515, "S21": -34.902249811595624, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 507518.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34782292509980184, "S11": 0.34782292509980184, "W12": -9.0663170091147851, "S12": -9.7339078656400044, "W13": -25.917295964707407, "S13": -25.917295964707407, "W21": -32.165180740097725, "S21": -32.165180740097725, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 510794.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1091271813066801, "S11": -1.1091271813066801, "W12": -8.5932588509398595, "S12": -8.5932588509398595, "W13": -30.0, "S13": -30.0, "W21": -35.001758088107124, "S21": -35.001758088107124, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108382.0, 512645.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.559252472018603, "S13": -19.139270133153566, "W21": -32.413479541264252, "S21": -32.413479541264252, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108383.0, 501344.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30000875834780028, "S11": 0.30000875834780028, "W12": -9.5416666666666661, "S12": -9.5416666666666661, "W13": -17.516882187395275, "S13": -17.516882187395275, "W21": -30.297088587989524, "S21": -30.297088587989524, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108383.0, 503864.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16264669374851337, "S11": -0.66204407666812126, "W12": -10.208022851465051, "S12": -10.208022851465051, "W13": -17.487227605585858, "S13": -17.487227605585858, "W21": -30.03944114578562, "S21": -30.03944114578562, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108383.333333333328483, 503741.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9483822319714834, "W12": -5.2971747815889447, "S12": -8.0324939863655338, "W13": -22.296821631475513, "S13": -23.296821631475513, "W21": -32.130716524021885, "S21": -32.130716524021885, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108384.0, 506900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.705063870296438, "S11": -1.799943388368727, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.084182660489798, "W21": -35.283817452528353, "S21": -35.426649024221589, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108384.0, 508644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067352177837904703, "S11": -0.067352177837904703, "W12": -10.0, "S12": -10.0, "W13": -17.498331311064401, "S13": -17.498331311064401, "W21": -30.100408345331626, "S21": -30.100408345331626, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108384.666666666671517, 503770.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -0.91, "W12": -5.0, "S12": -7.4276065231727362, "W13": -14.859547843497122, "S13": -17.859547843497122, "W21": -39.912723297659369, "S21": -39.912723297659369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108385.0, 498160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52098758131283263, "S11": -0.52098758131283263, "W12": -10.0, "S12": -12.629579375848015, "W13": -16.94278671501996, "S13": -19.221123288194079, "W21": -34.697639098895721, "S21": -34.697639098895721, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108385.0, 501056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5289153882096413, "S11": -2.5289153882096413, "W12": -6.5157983295550483, "S12": -8.8787264943072657, "W13": -25.58509218526024, "S13": -25.58509218526024, "W21": -34.429159943623802, "S21": -35.628447669704997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108385.0, 507927.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.46410692251292035, "S11": 0.39263165557026619, "W12": -9.2814807662598486, "S12": -10.513973873660166, "W13": -25.555083196408656, "S13": -25.555083196408656, "W21": -32.270168658596603, "S21": -32.270168658596603, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108385.0, 510967.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.829804071385329, "W12": -5.0, "S12": -6.9960746274993957, "W13": -14.984932915387116, "S13": -17.984932915387116, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108385.2, 497886.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3055810264111027, "S12": -5.3055810264111027, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108385.615384615390212, 522095.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9120451007241925, "W12": -5.0, "S12": -10.525523001067103, "W13": -21.26193752913203, "S13": -21.871485262074742, "W21": -31.705921487337385, "S21": -31.705921487337385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108386.0, 506558.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.48247071657218477, "S11": 0.48247071657218477, "W12": -9.313333848292908, "S12": -10.62820271030736, "W13": -25.4870702567496, "S13": -25.4870702567496, "W21": -32.309129887992064, "S21": -32.309129887992064, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108386.0, 510992.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85936546479223119, "S11": -2.0835228220553326, "W12": -5.4076072839813181, "S12": -5.4076072839813181, "W13": -24.687522746044777, "S13": -24.769022823716085, "W21": -35.386255510920329, "S21": -35.386255510920329, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108386.666666666671517, 509277.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0037003796231456, "S12": -5.0037003796231456, "W13": -19.064880334021019, "S13": -19.064880334021019, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108387.0, 522553.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67417473579087717, "S11": -3.2563330362234568, "W12": -3.5152244906380261, "S12": -4.7069174745913749, "W13": -16.71164756303288, "S13": -18.455590857445667, "W21": -38.398417808667659, "S21": -38.672650565167295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108387.333333333328483, 500329.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75214247163391945, "S11": -0.75214247163391945, "W12": -9.0194082527732746, "S12": -12.157050896247716, "W13": -27.863567521930928, "S13": -27.863567521930928, "W21": -33.428454787421813, "S21": -33.428454787421813, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108387.333333333328483, 511676.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5350215043008899, "S11": -2.5350215043008899, "W12": -6.4642990020703044, "S12": -9.1746143658154455, "W13": -25.420206064400709, "S13": -25.420206064400709, "W21": -34.346944130437748, "S21": -35.631901685265923, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108387.833333333328483, 507881.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41904373574920639, "S11": -0.41904373574920639, "W12": -8.0120575330346711, "S12": -9.5668748796198884, "W13": -20.183811777426417, "S13": -24.463549391813359, "W21": -36.896931485909022, "S21": -36.896931485909022, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108388.0, 513844.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52133982422060932, "S11": -0.52133982422060932, "W12": -7.9913288032225278, "S12": -10.300558422252537, "W13": -13.842987588649466, "S13": -33.356853830058796, "W21": -38.739345367056181, "S21": -38.739345367056181, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108388.0, 515000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.34426353653920061, "W12": -10.0, "S12": -10.0, "W13": -16.448073886613269, "S13": -18.45546281773818, "W21": -31.753225135970471, "S21": -31.753225135970471, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108389.0, 501438.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8838150363312312, "W12": -5.2242708866454679, "S12": -8.3751796196682342, "W13": -22.161463337000278, "S13": -22.96646773232867, "W21": -32.058993424751428, "S21": -32.058993424751428, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108390.25, 506858.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65705505326536917, "S11": -0.65705505326536917, "W12": -7.975460024052345, "S12": -8.9667185193888859, "W13": -13.294961007423526, "S13": -24.450279713109062, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108390.390243902438669, 515720.585365853679832 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.4127996745854681, "S12": -9.4705022373240091, "W13": -25.255319943540901, "S13": -25.255319943540901, "W21": -34.264728317251645, "S21": -35.635355700826935, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108390.666666666671517, 507835.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39221194757068356, "S11": 0.39221194757068356, "W12": -10.685022668823077, "S12": -10.685022668823077, "W13": -18.17886733220152, "S13": -19.596378303648617, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108391.0, 504497.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9247419695120691, "S11": -2.0001872954576863, "W12": -5.0, "S12": -5.0, "W13": -25.417864979992256, "S13": -25.417864979992256, "W21": -35.339678086672365, "S21": -35.568658121920166, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108391.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -24.612447149560932, "S13": -24.612447149560932, "W21": -35.742089140813469, "S21": -35.75349467901615, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108391.0, 508977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82766573943289279, "S11": -0.82766573943289279, "W12": -7.9581335693823059, "S12": -7.9581335693823059, "W13": -14.0798677947976, "S13": -14.0798677947976, "W21": -39.345003950600329, "S21": -39.345003950600329, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108391.215517241376801, 516630.090517241391353 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19313173234870842, "S11": -0.19313173234870842, "W12": -8.8950471698113205, "S12": -16.311163451527417, "W13": -16.311163451527417, "S13": -18.421142152717771, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108391.75, 501834.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47936552841011115, "S11": -0.47936552841011115, "W12": -8.0303017562613395, "S12": -9.3537887379033453, "W13": -23.424498120293336, "S13": -27.901697611495372, "W21": -36.032148004894736, "S21": -36.032148004894736, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108392.0, 513308.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.6185765057636967, "W13": -15.0, "S13": -15.0, "W21": -37.035331575658347, "S21": -37.035331575658347, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108392.333333333328483, 524190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48610200694550987, "S11": -0.48610200694550987, "W12": -8.2050680431722185, "S12": -14.746105339248331, "W13": -15.826033567922684, "S13": -17.254118202204324, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108393.0, 502031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2305530274640002, "W12": -5.4859526793269282, "S12": -8.891625607503725, "W13": -17.124939963167588, "S13": -20.124939963167588, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108393.0, 502259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47120164449243629, "S11": -0.47120164449243629, "W12": -7.9913132693972813, "S12": -10.988137849558544, "W13": -14.310668618267377, "S13": -31.384519761016634, "W21": -38.179533264175106, "S21": -38.179533264175106, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108393.0, 514657.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.3613003471007241, "S12": -9.7663901088321889, "W13": -25.090433822681362, "S13": -25.090433822681362, "W21": -34.182512504065585, "S21": -35.638809716387854, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108393.5, 507789.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.3449311231692729, "S12": -10.82008929319047, "W13": -25.415113737280183, "S13": -25.415113737280183, "W21": -32.368094019583474, "S21": -32.368094019583474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108393.666666666671517, 511038.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -13.09053651266766, "S12": -15.199163854015175, "W13": -17.409553887630562, "S13": -17.409553887630562, "W21": -29.706502734610229, "S21": -30.087357243827967, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108395.0, 503584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.985284686385246, "S11": -1.985284686385246, "W12": -5.0, "S12": -12.794257655401502, "W13": -20.240580402844646, "S13": -20.95156141737424, "W21": -31.33871633884328, "S21": -31.33871633884328, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108395.666666666671517, 506171.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1557924357324554, "W12": -12.530368862619174, "S12": -15.515008473636822, "W13": -17.385386818077912, "S13": -17.385386818077912, "W21": -29.592680426039138, "S21": -30.161176799841947, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108396.333333333328483, 503530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.3098010196159802, "S12": -10.062277980340369, "W13": -24.915466025020358, "S13": -24.944503175231194, "W21": -34.100296690879532, "S21": -35.642263731948781, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108396.333333333328483, 507743.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64387211367673169, "S11": -0.64387211367673169, "W12": -9.0544893825967563, "S12": -11.935248439764937, "W13": -27.4799020932928, "S13": -27.4799020932928, "W21": -33.212826372530834, "S21": -33.212826372530834, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108396.5, 511559.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0538494545612029, "S11": -1.0538494545612029, "W12": -8.5199267053433658, "S12": -8.5199267053433658, "W13": -30.0, "S13": -30.230938990259975, "W21": -35.032203306083147, "S21": -35.032203306083147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108396.555555555562023, 512688.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67398531051534394, "S11": -1.586727292601446, "W12": -5.0, "S12": -14.012613682255068, "W13": -17.481536017650992, "S13": -19.260391831899771, "W21": -36.922689091331804, "S21": -36.922689091331804, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108397.0, 500783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.091613067027758843, "S11": -0.092646124879129488, "W12": -10.0, "S12": -10.0, "W13": -17.486699726584774, "S13": -17.486699726584774, "W21": -30.102177874810113, "S21": -30.102177874810113, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108398.0, 503772.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8881728582259285, "S12": -8.8881728582259285, "W13": -17.552573267561794, "S13": -19.698668985445924, "W21": -30.419851121257615, "S21": -30.419851121257615, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108398.0, 503984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1521559740657541, "S11": -1.1521559740657541, "W12": -8.7332908575491164, "S12": -11.476232292862134, "W13": -30.0, "S13": -30.0, "W21": -34.367799312233018, "S21": -34.367799312233018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108398.142857142855064, 512273.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0678063877790498, "S11": -1.0678063877790498, "W12": -8.5261964817895493, "S12": -8.5261964817895493, "W13": -30.0, "S13": -30.0, "W21": -35.002454633193587, "S21": -35.002454633193587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108398.777777777781012, 512673.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.2583016921311447, "S12": -10.358165851848934, "W13": -24.778517073075236, "S13": -24.869764992028461, "W21": -34.018080877693428, "S21": -35.645717747509792, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108399.166666666671517, 507697.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.18450723205609684, "S11": -0.010488314909207375, "W12": -8.4498583918844226, "S12": -8.4498583918844226, "W13": -26.945585911040869, "S13": -27.413134798431294, "W21": -31.716580850295227, "S21": -31.716580850295227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108399.75, 510502.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.7446904155211609, "W12": -6.7446904155211609, "S12": -6.7446904155211609, "W13": -16.809999, "S13": -19.809999, "W21": -40.231871440374569, "S21": -40.231871440374569, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.4054974622059708, "W12": -5.0, "S12": -7.5091199093283389, "W13": -14.933881705180614, "S13": -16.577917049820538, "W21": -39.983745388230076, "S21": -39.983745388230076, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -5.5, "W13": -15.0197247537173, "S13": -18.56243031086089, "W21": -39.420032931399625, "S21": -39.420032931399625, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69341698454125678, "S11": -2.6934169845412566, "W12": -4.3056244583750694, "S12": -9.090652846390924, "W13": -16.328068663657504, "S13": -16.579608503870169, "W21": -38.678087585976833, "S21": -38.678087585976833, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55476641040804253, "S11": -0.93750056215310706, "W12": -10.0, "S12": -12.229885782798005, "W13": -17.046752850322211, "S13": -19.182517915581862, "W21": -35.320937071949231, "S21": -35.320937071949231, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4255170778650228, "S11": -0.4255170778650228, "W12": -8.7170480580782286, "S12": -15.387996141096551, "W13": -15.853971346168473, "S13": -17.416940882592314, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45119380319359914, "S11": -0.45119380319359914, "W12": -5.0, "S12": -8.9134332525163469, "W13": -17.220265187921534, "S13": -18.434668025655363, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 503014.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7470680704076778, "S11": -1.842134255726569, "W12": -5.0, "S12": -5.0, "W13": -25.067535820317541, "S13": -25.067535820317541, "W21": -35.410040988805079, "S21": -35.588676664925835, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 508608.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.514058533107181, "S12": -17.929073294811104, "W13": -25.0, "S13": -26.228476098034459, "W21": -33.282334898719007, "S21": -33.282334898719007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.0, 509757.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71800102529726861, "S11": -0.71800102529726861, "W12": -7.9577160407818432, "S12": -7.9577160407818432, "W13": -13.560704387889277, "S13": -18.221369562062957, "W21": -40.016161238466566, "S21": -40.016161238466566, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.287878787872614, 516029.439393939392176 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.332161388151377, "S12": -9.8453779737906739, "W13": -25.008184890837654, "S13": -25.008184890837654, "W21": -34.194965398208915, "S21": -35.692788639231985, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108400.714285714289872, 507778.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4607852114032882, "S12": -5.4607852114032882, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108401.0, 521805.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2962576021431431, "S12": -10.931705080171259, "W13": -25.343157217810454, "S13": -25.343157217810454, "W21": -32.427058151175011, "S21": -32.427058151175011, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108401.333333333328483, 511084.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47469185760894839, "S11": -0.47469185760894839, "W12": -8.0039297377931664, "S12": -9.4249691578634316, "W13": -23.147492869738024, "S13": -27.431686212964593, "W21": -36.070455246950026, "S21": -36.070455246950026, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108401.8, 513348.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.2068023646463999, "S12": -10.883654352683855, "W13": -24.641568121130316, "S13": -24.783996823083907, "W21": -33.935865064507375, "S21": -35.649171763070719, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108402.0, 507652.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.3264615589450708, "S12": -9.8470463495133451, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -34.206592444457641, "S21": -35.711455787353586, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 507778.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2206170058840993, "S12": -11.281192371013216, "W13": -25.816553730712151, "S13": -25.816553730712151, "W21": -32.63501232303831, "S21": -32.63501232303831, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 511215.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.2422348271817203, "S12": -4.6001764330211357, "W13": -16.908996229920451, "S13": -16.908996229920451, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108403.0, 523386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.174669931962776, "S12": -11.11592786888988, "W13": -24.556529216657793, "S13": -24.730106568673808, "W21": -33.887007497260257, "S21": -35.653479485014998, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108404.0, 507624.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.7348092848177021, "W12": -6.7348092848177021, "S12": -6.7348092848177021, "W13": -16.809999, "S13": -19.809999, "W21": -40.229522588370195, "S21": -40.229522588370195, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108404.3125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62399448959087211, "S11": -0.62399448959087211, "W12": -7.9598426759025713, "S12": -8.9211844108221978, "W13": -13.212600079938611, "S13": -26.43915968617523, "W21": -39.732120420163845, "S21": -39.732120420163845, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108406.0, 515518.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.066012717576041685, "S11": -0.066012717576041685, "W12": -8.7002412705146224, "S12": -8.7002412705146224, "W13": -18.220135421644756, "S13": -19.528781115676253, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108407.0, 504837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.1170525473459589, "W12": -5.6960278377632392, "S12": -6.6960278377632392, "W13": -22.983419757887638, "S13": -23.706938871831994, "W21": -32.834662905115273, "S21": -33.230467924595203, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108407.0, 507138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4837179707277848, "S11": -2.4837179707277843, "W12": -6.5024629859854182, "S12": -8.6201966700651536, "W13": -25.601596559735, "S13": -25.601596559735, "W21": -34.604833708465897, "S21": -35.799975650707509, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108407.0, 507969.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78805046805046808, "S11": -1.5590270151408059, "W12": -6.0568336352029455, "S12": -11.348429344921808, "W13": -25.0, "S13": -25.458190758603958, "W21": -34.336729923964562, "S21": -34.336729923964562, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108407.0, 509533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27415680708076928, "S11": -0.68256473936849782, "W12": -6.83915332378045, "S12": -11.310819255747241, "W13": -17.249865626559398, "S13": -19.430069798774223, "W21": -29.939423787970966, "S21": -29.939423787970966, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108407.25, 503163.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66618859357867588, "S11": -3.666188593578676, "W12": -3.666188593578676, "S12": -4.668307545315475, "W13": -16.827471481329503, "S13": -18.44447626501665, "W21": -38.294217362603042, "S21": -38.551023726910429, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108408.0, 500361.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14056444423591238, "S11": 0.14056444423591238, "W12": -9.5535714285714288, "S12": -9.5535714285714288, "W13": -17.505172780417787, "S13": -17.505172780417787, "W21": -30.23828247396111, "S21": -30.23828247396111, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108408.0, 503837.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43428607970619226, "S11": -0.43428607970619226, "W12": -7.9892514152674767, "S12": -10.369410186649986, "W13": -21.022758721298182, "S13": -23.061702622794709, "W21": -36.623097647365597, "S21": -36.623097647365597, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108408.5, 513706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.2518758085381627, "W12": -5.2518758085381627, "S12": -6.9158191669354689, "W13": -15.0, "S13": -18.0, "W21": -40.02254564857919, "S21": -40.02254564857919, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108409.0, 497857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2475840811169991, "S12": -11.043320867151863, "W13": -25.371125708040715, "S13": -25.371125708040715, "W21": -32.484813527583491, "S21": -32.484813527583491, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108409.0, 511131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.8193779594793904, "W13": -16.17489807579252, "S13": -16.17489807579252, "W21": -34.43029565544294, "S21": -34.43029565544294, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108409.0, 523670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41040749830737988, "S11": -1.0711877857817125, "W12": -11.689176602086439, "S12": -12.494526056936957, "W13": -17.439436938027981, "S13": -17.439436938027981, "W21": -29.91808868153872, "S21": -29.91808868153872, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108409.25, 503685.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.589134232565403, "S13": -18.996667149513407, "W21": -32.598981132431689, "S21": -32.598981132431689, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108409.6, 501362.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21788987658269249, "S11": -0.21788987658269249, "W12": -9.0301359411846303, "S12": -16.221640372140541, "W13": -16.221640372140541, "S13": -18.480774040307509, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108409.625, 501880.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53382712398976129, "S11": -0.53382712398976129, "W12": -10.0, "S12": -12.158146879823807, "W13": -17.01316757546509, "S13": -19.139979405070161, "W21": -35.123723943969878, "S21": -35.123723943969878, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108409.666666666671517, 501040.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99136621600491259, "S11": -0.99136621600491259, "W12": -8.4465945597469112, "S12": -8.4465945597469112, "W13": -30.0, "S13": -30.792485176149381, "W21": -35.062648524059206, "S21": -35.062648524059206, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108411.111111111109494, 512731.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47001818680778568, "S11": -0.47001818680778568, "W12": -7.9911235082633656, "S12": -9.5097153667618883, "W13": -22.870487619182711, "S13": -26.961674814433813, "W21": -36.108762489005322, "S21": -36.108762489005322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108411.6, 513388.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1461963084353974, "W12": -5.0, "S12": -10.728176548314224, "W13": -15.25893074567391, "S13": -17.199649196760951, "W21": -39.236439582256487, "S21": -39.236439582256487, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108412.0, 499298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68744174015103554, "S11": -2.6874417401510353, "W12": -4.298304784306664, "S12": -8.7502284011851934, "W13": -16.419685473943375, "S13": -16.950230877716471, "W21": -38.59876786301178, "S21": -38.59876786301178, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108412.5, 500035.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3158168574401663, "W12": -5.0, "S12": -8.6707818622877397, "W13": -17.215452509796602, "S13": -18.056164620361137, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108413.0, 502968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74482047538377882, "S11": -0.74482047538377882, "W12": -8.9205913561737642, "S12": -12.205469762998458, "W13": -28.12190569999218, "S13": -28.12190569999218, "W21": -33.427260530833742, "S21": -33.427260530833742, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108413.666666666671517, 511709.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -16.667417203683868, "S13": -18.975384251483334, "W21": -33.066337766028134, "S21": -33.066337766028134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108414.0, 501309.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54839456598898939, "S11": -0.54839456598898939, "W12": -9.0226214992087481, "S12": -11.848556644898977, "W13": -27.26203755278511, "S13": -27.26203755278511, "W21": -33.104774905318472, "S21": -33.104774905318472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108414.25, 511517.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4351327695213429, "S12": -5.4351327695213429, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108414.625, 521849.875 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -3.0944526323005217, "W12": -5.6280198009769169, "S12": -6.5709145378190223, "W13": -22.829185443258137, "S13": -23.603336806447491, "W21": -32.764617636583964, "S21": -33.043384511640589, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108416.0, 507091.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1989105600908534, "S12": -11.154936654132465, "W13": -25.564743763083243, "S13": -25.564743763083243, "W21": -32.541415837318866, "S21": -32.541415837318866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108416.666666666671517, 511177.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -15.0, "W13": -15.610957749279253, "S13": -16.743403223126002, "W21": -39.047085117880485, "S21": -39.047085117880485, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108417.0, 499564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69889903023388489, "S11": -1.1844610910231652, "W12": -4.3877585110212589, "S12": -13.460683518490635, "W13": -17.227288742990016, "S13": -18.951979535399161, "W21": -37.983994812534647, "S21": -37.983994812534647, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108418.0, 500640.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.259360399436527, "S11": -0.259360399436527, "W12": -9.0213344430572402, "S12": -16.050698898825445, "W13": -16.050698898825445, "S13": -18.653048665702165, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108418.0, 501914.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0550522535645974, "S11": -1.0550522535645974, "W12": -6.2017447580546294, "S12": -6.2017447580546294, "W13": -19.107472433377705, "S13": -19.681824434622452, "W21": -30.785306633722691, "S21": -30.785306633722691, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108418.6, 505546.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20845568857779462, "S11": -0.20845568857779462, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -16.885227112630158, "S13": -19.029837660201544, "W21": -34.36452344778872, "S21": -34.36452344778872, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108418.666666666671517, 501151.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5183677836896443, "S11": -1.5183677836896443, "W12": -5.0, "S12": -5.0, "W13": -24.907059707097261, "S13": -25.366929674350033, "W21": -35.530314738662995, "S21": -35.700563232841077, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108420.0, 508689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5214977633315061, "W12": -5.0, "S12": -5.1337413696583027, "W13": -17.85708208413682, "S13": -20.307660742710798, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108420.666666666671517, 502428.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0775272320846949, "S11": -2.0775272320846949, "W12": -5.0, "S12": -12.331183031464155, "W13": -20.260716666135714, "S13": -20.997578302374926, "W21": -31.525223415726476, "S21": -31.525223415726476, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108421.333333333328483, 506211.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46534451600662968, "S11": -0.46534451600662968, "W12": -7.9783172787335834, "S12": -9.5944615756602243, "W13": -22.646308210817299, "S13": -26.770870402105896, "W21": -36.147069731060562, "S21": -36.147069731060562, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108421.4, 513428.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.42395236860458874, "S11": 0.063387897883858235, "W12": -9.2987219990730718, "S12": -10.494748258764902, "W13": -25.97513321179828, "S13": -25.97513321179828, "W21": -32.144124851209881, "S21": -32.144124851209881, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108421.5, 510941.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.0901224654024002, "S12": -10.576078065557324, "W13": -24.401164298486275, "S13": -24.6170387936982, "W21": -33.888379607410663, "S21": -35.757817184666536, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108421.625, 507582.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7254186716589377, "S11": -0.7254186716589377, "W12": -7.9310075027689848, "S12": -7.9310075027689848, "W13": -13.57566407283721, "S13": -17.727555585484929, "W21": -39.966545615983762, "S21": -39.966545615983762, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108421.894736842106795, 516032.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17350329595293743, "S11": 0.067956899121224199, "W12": -8.7255230125523013, "S12": -8.7255230125523013, "W13": -26.978002128826244, "S13": -27.39559813138516, "W21": -31.776184500527336, "S21": -31.776184500527336, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108422.0, 510535.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.2367070060922263, "S12": -10.874382478790492, "W13": -25.559175217569486, "S13": -25.559175217569486, "W21": -32.366573576456993, "S21": -32.366573576456993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108422.0, 511077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7352550313359667, "S11": -1.7992788729088494, "W12": -5.0, "S12": -5.0, "W13": -25.06265651219827, "S13": -25.06265651219827, "W21": -35.576128953100039, "S21": -35.792294247820486, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108422.125, 508586.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.23248769405527059, "W12": -10.000000000000002, "S12": -12.715483952013066, "W13": -16.421897675389392, "S13": -17.633793427394654, "W21": -31.607063394689089, "S21": -31.607063394689089, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108423.0, 501510.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.9295576218653143, "W12": -5.9246714529433993, "S12": -9.2961980762274923, "W13": -23.908180118204278, "S13": -24.313067233989933, "W21": -33.543031332153419, "S21": -35.061776098691162, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108423.0, 507415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7246578670277088, "S11": -1.7246578670277088, "W12": -5.6733458568219586, "S12": -5.6733458568219586, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108423.0, 521366.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6283541352386424, "S11": -1.6283541352386424, "W12": -5.9372920597523517, "S12": -5.9372920597523517, "W13": -20.0, "S13": -20.0, "W21": -35.477039919316979, "S21": -35.477039919316979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108424.25, 520849.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.1502370390647236, "S12": -11.266552441113252, "W13": -25.758361818126122, "S13": -25.758361818126122, "W21": -32.598018147054361, "S21": -32.598018147054361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108424.333333333328483, 511223.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5, "W12": -6.3414023425922279, "S12": -9.4015403011455483, "W13": -25.111367043975417, "S13": -25.111367043975417, "W21": -34.470297363011163, "S21": -35.922051172012679, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108425.0, 507850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92888297744867021, "S11": -0.92888297744867021, "W12": -8.3732624141504655, "S12": -8.3732624141504655, "W13": -29.856328856329167, "S13": -31.210360218366773, "W21": -35.093093742035137, "S21": -35.093093742035137, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108425.666666666671517, 512774.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19482058226134058, "S11": -0.2924391612811052, "W12": -10.0, "S12": -10.0, "W13": -17.455069288799841, "S13": -17.455069288799841, "W21": -30.074648725872365, "S21": -30.074648725872365, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108427.0, 503760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7999999999998948, "S11": -1.7999999999998948, "W12": -5.2943292087463663, "S12": -5.2943292087463663, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108427.076923076921958, 522118.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27875482908188176, "S11": -0.27875482908188176, "W12": -8.8937439311971165, "S12": -15.860636511392839, "W13": -15.925776163147827, "S13": -18.65812424997052, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108427.5, 501926.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63835741421474124, "S11": -0.63835741421474124, "W12": -7.9324774823062087, "S12": -8.7303320711023886, "W13": -13.25157686571009, "S13": -26.236623457251603, "W21": -39.783987535809331, "S21": -39.783987535809331, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108427.6, 515558.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4094803276393968, "S12": -5.4094803276393968, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108428.25, 521894.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.734353365892694, "S13": -20.571844782692878, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108429.0, 504114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3891023492447472, "S11": -2.3891023492447472, "W12": -6.4891276424158466, "S12": -8.3616668458226719, "W13": -25.618100934209941, "S13": -25.618100934209941, "W21": -34.771349064224587, "S21": -35.962345222626517, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108429.0, 508012.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14794910855342913, "S11": -0.14794910855342913, "W12": -9.8841124550508219, "S12": -9.8841124550508219, "W13": -17.459450492877004, "S13": -17.459450492877004, "W21": -30.106757448622247, "S21": -30.106757448622247, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108429.333333333328483, 503775.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23668472128195384, "S11": -0.37198617112775434, "W12": -10.2914389799641, "S12": -10.2914389799641, "W13": -17.448096861779312, "S13": -17.448096861779312, "W21": -30.051978150377501, "S21": -30.051978150377501, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108429.666666666671517, 503749.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48265875196893293, "S11": -0.48265875196893293, "W12": -7.9452185535331097, "S12": -10.897434514238293, "W13": -14.351654988470338, "S13": -31.46433073197921, "W21": -38.12370369769733, "S21": -38.12370369769733, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108430.0, 514683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.8228417835505297, "W12": -5.0, "S12": -7.1647588339969399, "W13": -14.979260598982226, "S13": -17.979260598982226, "W21": -39.998004977207962, "S21": -39.998004977207962, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108430.6, 497905.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66045712167776016, "S11": -3.632451147069844, "W12": -3.7153360747526816, "S12": -5.1313083562480708, "W13": -16.896929626590072, "S13": -18.343423295510277, "W21": -38.22317549023618, "S21": -38.456247744808479, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108431.0, 500350.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4939606391219824, "W12": -12.422062350120079, "S12": -15.646913715323763, "W13": -17.343107811400508, "S13": -17.343107811400508, "W21": -29.538373284828179, "S21": -30.130891485016399, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108431.166666666671517, 503505.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46067084520546692, "S11": -0.46067084520546692, "W12": -7.9655110492037835, "S12": -9.6792077845586828, "W13": -22.436939130584086, "S13": -26.80344115123961, "W21": -36.185376973115851, "S21": -36.185376973115851, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108431.2, 513468.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.9254450690389131, "W12": -5.0, "S12": -7.1388205082806957, "W13": -14.982428964711771, "S13": -17.982428964711772, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 497899.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.17893452740499513, "S11": 0.17893452740499513, "W12": -8.8746670786343262, "S12": -8.9203616756437203, "W13": -26.849435578045931, "S13": -27.133388318091619, "W21": -31.812882778190033, "S21": -31.812882778190033, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 510582.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47772177419354844, "S11": 0.47772177419354844, "W12": -9.1015635180385797, "S12": -11.37330048400527, "W13": -25.951979873168646, "S13": -25.951979873168646, "W21": -32.654620456789729, "S21": -32.654620456789729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 511270.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30826612903225803, "S11": 0.30826612903225803, "W12": -9.079401537595011, "S12": -11.450780972786902, "W13": -26.155328047138497, "S13": -26.155328047138497, "W21": -32.72181658299462, "S21": -32.72181658299462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 511311.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.13881048387096781, "S11": 0.13881048387096781, "W12": -9.0572395571514441, "S12": -11.528261461568533, "W13": -26.358676221108347, "S13": -26.358676221108347, "W21": -32.790543296772491, "S21": -32.790543296772491, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 511352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.030645161290322576, "S11": -0.030645161290322825, "W12": -9.0350775767078773, "S12": -11.605741950350165, "W13": -26.562024395078197, "S13": -26.562024395078197, "W21": -32.859270010550361, "S21": -32.859270010550361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 511393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20360923351613305, "S11": -0.20360923351613305, "W12": -9.0129155962643086, "S12": -11.683222439131795, "W13": -26.765372569048054, "S13": -26.765372569048054, "W21": -32.927996724328231, "S21": -32.927996724328231, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 511434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37681737023338857, "S11": -0.37681737023338857, "W12": -8.9907536158207417, "S12": -11.760702927913428, "W13": -26.968720743017908, "S13": -26.968720743017908, "W21": -32.996723438106109, "S21": -32.996723438106109, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 511475.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -2.5, "S12": -3.0, "W13": -18.297116333722382, "S13": -18.297116333722382, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.0, 522875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9989386554106634, "S12": -4.9989386554106634, "W13": -19.10640410795731, "S13": -19.10640410795731, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108432.5, 522566.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01887986987597548, "S11": -0.01887986987597548, "W12": -9.6268388362209869, "S12": -9.6268388362209869, "W13": -17.470827561164029, "S13": -17.470827561164029, "W21": -30.179476359932696, "S21": -30.179476359932696, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108433.0, 503810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64974651130183236, "S11": -0.64974651130183236, "W12": -5.0, "S12": -5.0, "W13": -24.677916647307534, "S13": -24.677916647307534, "W21": -35.585184723450858, "S21": -35.69584809058501, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108433.0, 508870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85630162660752474, "S11": -2.2911395078134085, "W12": -5.3920155295808128, "S12": -5.3920155295808128, "W13": -24.609179210168154, "S13": -24.699298675023481, "W21": -35.644636517474972, "S21": -35.644636517474972, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108433.333333333328483, 509276.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.7912957139429668, "W12": -5.2532421632184514, "S12": -7.6213173113933301, "W13": -22.141106678318614, "S13": -23.130652967441875, "W21": -32.31909560363713, "S21": -32.31909560363713, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108434.625, 506871.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46435893502182679, "S11": -0.46435893502182679, "W12": -7.9973562458691339, "S12": -14.512996052033895, "W13": -15.851911522958753, "S13": -17.73595231766074, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108436.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5872132707303452, "S11": -1.5872132707303452, "W12": -5.0, "S12": -5.0, "W13": -24.927178404186943, "S13": -25.319666822453026, "W21": -35.659701392313202, "S21": -35.865765737672227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108436.5, 508654.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -10.0, "W13": -17.76172289580138, "S13": -20.76172289580138, "W21": -30.309968964149313, "S21": -30.309968964149313, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108437.0, 504144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0724888554925018, "S11": -1.0724888554925018, "W12": -6.1678624192504898, "S12": -6.1678624192504898, "W13": -19.079926702972031, "S13": -19.66649622479072, "W21": -30.890626826927175, "S21": -30.890626826927175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108437.0, 505549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49536605316973414, "S11": 0.49536605316973414, "W12": -8.6388592600909444, "S12": -8.6388592600909444, "W13": -17.542784914751994, "S13": -20.542784914751994, "W21": -30.44893739158843, "S21": -30.44893739158843, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108439.0, 503974.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.5746715589711746, "W13": -15.0, "S13": -15.0, "W21": -37.003446922667251, "S21": -37.003446922667251, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108439.166666666671517, 524179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.486536875130267, "S11": -2.486536875130267, "W12": -6.0055749988420253, "S12": -10.325078157536748, "W13": -24.245338038087979, "S13": -24.503509676495813, "W21": -33.889751717561076, "S21": -35.836689394501946, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108439.25, 507540.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23591954804564871, "S11": -0.55081217176180186, "W12": -7.425612111394928, "S12": -11.896957346866238, "W13": -17.230242369737713, "S13": -19.311415767366807, "W21": -29.862405728161452, "S21": -29.862405728161452, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108439.5, 503186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7374984791337148, "S11": -0.7374984791337148, "W12": -8.8217744595742698, "S12": -12.253888629749319, "W13": -28.255208688994944, "S13": -28.255208688994944, "W21": -33.410097396790846, "S21": -33.410097396790846, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108440.0, 511742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67266290529218087, "S11": -0.67266290529218087, "W12": -7.9140675321577891, "S12": -8.8671668848630194, "W13": -13.340278391123181, "S13": -24.843382886667079, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108440.170731707316008, 515720.756097560981289 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86639973889237998, "S11": -0.86639973889237998, "W12": -8.2999302685540108, "S12": -8.2999302685540108, "W13": -29.165319689129319, "S13": -31.080897237056128, "W21": -35.123538960011203, "S21": -35.123538960011203, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108440.222222222218988, 512817.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7040526471825541, "S11": -1.7248681906956163, "W12": -5.0, "S12": -5.0, "W13": -25.015498472527067, "S13": -25.015498472527064, "W21": -35.668314481474042, "S21": -35.940077922783928, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108440.5, 508581.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45599717440430415, "S11": -0.45599717440430415, "W12": -7.9527048196739818, "S12": -9.7639539934571395, "W13": -22.22757005035087, "S13": -26.836011900373322, "W21": -36.223684215171147, "S21": -36.223684215171147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108441.0, 513509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84332939721077227, "S11": -0.84332939721077227, "W12": -7.8964819801363566, "S12": -7.8964819801363566, "W13": -14.107498559050395, "S13": -14.107498559050395, "W21": -39.23940315691555, "S21": -39.23940315691555, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108441.20689655172464, 516630.206896551710088 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3838278857574506, "S12": -5.3838278857574506, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108441.875, 521939.625 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3391913957206669, "S11": -2.8391913957206669, "W12": -5.0, "S12": -11.577719723829071, "W13": -20.623498702490956, "S13": -20.808243304720623, "W21": -31.815730177188708, "S21": -31.815730177188708, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108442.0, 506372.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19427193545685495, "S11": 0.19427193545685495, "W12": -8.9454456975127457, "S12": -9.156649653238599, "W13": -26.896665369144934, "S13": -26.970011639194798, "W21": -31.796438528205201, "S21": -31.796438528205201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108442.0, 510629.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45141645689272303, "S11": -0.45141645689272303, "W12": -7.9495139846779344, "S12": -9.8676564792209511, "W13": -21.999731833891342, "S13": -27.221375300438673, "W21": -36.282815347454516, "S21": -36.282815347454516, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108443.0, 513549.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.3181495348126537, "S12": -4.7074663231347822, "W13": -17.038260923720195, "S13": -17.038260923720195, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108443.2, 523362.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55159964518036664, "S11": -0.55159964518036664, "W12": -10.0, "S12": -11.210294717791285, "W13": -17.112524928905007, "S13": -18.943790353801717, "W21": -35.683021505850192, "S21": -35.683021505850192, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108445.0, 501019.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49108057614656797, "S11": 0.49108057614656797, "W12": -10.0, "S12": -10.0, "W13": -16.775581935349216, "S13": -18.811498369813137, "W21": -33.719195990792485, "S21": -33.719195990792485, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108445.0, 501275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4468357393811484, "S11": -0.4468357393811484, "W12": -7.9463231496818887, "S12": -9.9713589649846082, "W13": -21.771893617432152, "S13": -21.920063579571138, "W21": -36.341946479737786, "S21": -36.341946479737786, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108445.0, 513589.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36081086735191981, "S11": -0.36081086735191981, "W12": -8.2333663802599695, "S12": -14.975647109695505, "W13": -15.898647454910289, "S13": -18.835474459633531, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108445.375, 501972.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -5.0, "S12": -10.185700820968844, "W13": -16.489080226478141, "S13": -19.248521532469866, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108446.0, 502323.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99747970785991713, "S11": -0.99747970785991713, "W12": -8.3881193064955184, "S12": -8.3881193064955184, "W13": -30.0, "S13": -30.0, "W21": -34.902876039863621, "S21": -34.902876039863621, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108446.222222222218988, 512688.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0769722774928394, "S11": -1.0769722774928394, "W12": -8.5581187795938938, "S12": -11.3807766563767, "W13": -30.0, "S13": -30.0, "W21": -34.246179304023514, "S21": -34.246179304023514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108446.571428571434808, 512277.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1608381776021903, "S11": -2.1608381776021903, "W12": -5.0, "S12": -11.868108407526442, "W13": -20.280852929426832, "S13": -20.907736465116663, "W21": -31.71173049260981, "S21": -31.71173049260981, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108447.0, 506251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44225502186956733, "S11": -0.44225502186956733, "W12": -7.9431323146858412, "S12": -10.07506145074842, "W13": -21.544055400972624, "S13": -22.116896360501144, "W21": -36.401077612021155, "S21": -36.401077612021155, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108447.0, 513630.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4806489132802518, "S11": -2.4806489132802518, "W12": -6.2047500007717433, "S12": -9.9561942164405721, "W13": -24.800076071814015, "S13": -24.800076071814015, "W21": -34.405840675401535, "S21": -36.066811071454552, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108447.142857142855064, 507766.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65382221372470473, "S11": -2.6538222137247045, "W12": -4.4628256783676408, "S12": -8.9685919479074911, "W13": -16.335034908326588, "S13": -17.008190798713073, "W21": -38.4586482085207, "S21": -38.4586482085207, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108447.75, 500050.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.0768999339624958, "S12": -11.226613307417756, "W13": -25.650306944807557, "S13": -25.650306944807557, "W21": -32.54309343347748, "S21": -32.54309343347748, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108448.0, 511224.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55114721733911387, "S11": -0.55114721733911387, "W12": -8.8967383029436817, "S12": -11.896933572165928, "W13": -27.270389071866273, "S13": -27.270389071866273, "W21": -33.08361873686642, "S21": -33.08361873686642, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108449.0, 511552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43767430435799271, "S11": -0.43767430435799271, "W12": -7.9399414796897938, "S12": -10.178763936512075, "W13": -21.316217184513434, "S13": -22.475944366643301, "W21": -36.460208744304424, "S21": -36.460208744304424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108449.0, 513670.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.079709164693757, "W13": -16.650067207597392, "S13": -18.701470173297224, "W21": -32.973070033095667, "S21": -32.973070033095667, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108449.2, 501376.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65272033883861691, "S11": -0.65272033883861691, "W12": -7.905112288709863, "S12": -8.7087900728252485, "W13": -13.290553651481583, "S13": -26.034087228327323, "W21": -39.835854651455037, "S21": -39.835854651455037, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108449.2, 515599.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.630126581278164, "W12": -6.630126581278164, "S12": -6.630126581278164, "W13": -16.809999, "S13": -19.809999, "W21": -40.204638373657154, "S21": -40.204638373657154, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.5, "W12": -5.5, "S12": -6.8955779930937053, "W13": -15.05398762941411, "S13": -18.05398762941411, "W21": -40.00570082128641, "S21": -40.00570082128641, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 497834.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.4640666365896502, "W12": -5.0, "S12": -7.2685382997240211, "W13": -14.937485609410194, "S13": -17.937485609410196, "W21": -39.919825768027053, "S21": -39.919825768027053, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.3398839037368484, "W12": -5.3398839037368484, "S12": -5.3398839037368484, "W13": -15.12764638600893, "S13": -18.599567882454028, "W21": -39.355618277443931, "S21": -39.355618277443931, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63799810626752618, "S11": -2.637998106267526, "W12": -4.5861861726672144, "S12": -9.7007578993265327, "W13": -16.233447374774546, "S13": -16.523065811757366, "W21": -38.500636633385909, "S21": -38.500636633385909, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56304553518628031, "S11": -0.56304553518628031, "W12": -10.0, "S12": -11.039585514292295, "W13": -17.147619035195284, "S13": -18.924286250912779, "W21": -35.872176357492677, "S21": -35.872176357492677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41122160081449355, "S11": -0.41122160081449355, "W12": -7.935668649482265, "S12": -14.551267113010489, "W13": -15.879492444584848, "S13": -18.988822699852054, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -7.6705766001119606, "W13": -17.567182558935126, "S13": -18.355541856086223, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.0, 502922.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73335216189976804, "S11": -0.73335216189976804, "W12": -7.8963665789463988, "S12": -7.8963665789463988, "W13": -13.587084309676083, "S13": -17.388341067438496, "W21": -39.912520963464587, "S21": -39.912520963464587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108450.05303030302457, 516028.265151515137404 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2944867277617456, "S11": -2.2944867277617456, "W12": -6.4757922988462164, "S12": -8.1031370215805598, "W13": -25.637756415758304, "S13": -25.637756415758304, "W21": -34.937864419983192, "S21": -36.124714794545532, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 508055.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6919043580780606, "S11": -1.7000718408073301, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -26.0, "W21": -35.708088184693615, "S21": -36.022824222565404, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 508575.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43309358684641158, "S11": -0.43309358684641158, "W12": -7.9367506446937464, "S12": -10.10593806157026, "W13": -21.088378968053906, "S13": -22.834992372785987, "W21": -36.519339876587793, "S21": -36.519339876587793, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 513711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3807284664426644, "S11": -1.3807284664426644, "W12": -6.6956140788733709, "S12": -6.6956140788733709, "W13": -20.0, "S13": -30.0, "W21": -39.375335705823929, "S21": -39.375335705823929, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108451.0, 519483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1272587268993841, "W12": -12.630306851618327, "S12": -13.812358151590239, "W13": -17.391533181225778, "S13": -17.391533181225778, "W21": -29.869511925663705, "S21": -29.869511925663705, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108451.625, 503663.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21747187404036741, "S11": 0.15657429131402478, "W12": -9.0162243163911633, "S12": -9.3929376308334778, "W13": -26.943895160243937, "S13": -26.943895160243937, "W21": -31.779994278220371, "S21": -31.779994278220371, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108452.0, 510676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6102653732392906, "S11": -1.6102653732392906, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -24.946924065742358, "S13": -25.264528301347923, "W21": -35.784170823523468, "S21": -36.029522879020895, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108453.0, 508620.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27699970642036092, "S11": -0.61976179746471294, "W12": -7.5406029767113569, "S12": -7.5406029767113578, "W13": -26.000918211188573, "S13": -26.47817509124198, "W21": -31.867814597718205, "S21": -31.867814597718205, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108453.0, 510133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.6210688781333271, "W12": -6.6210688781333271, "S12": -6.6210688781333271, "W13": -16.809999, "S13": -19.809999, "W21": -40.202485259319808, "S21": -40.202485259319808, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108453.953125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8039165003360742, "S11": -0.8039165003360742, "W12": -8.2265981229575189, "S12": -8.2703807568524113, "W13": -28.474310521929468, "S13": -31.028721102351106, "W21": -35.153984177987226, "S21": -35.153984177987226, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108454.777777777781012, 512860.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43552539552024405, "S11": -0.43552539552024405, "W12": -7.9216148519557272, "S12": -12.921614851955727, "W13": -15.483035202750013, "S13": -25.479359080490525, "W21": -37.415687311375933, "S21": -37.415687311375933, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108455.0, 514280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3581754438755045, "S12": -5.3581754438755045, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108455.5, 521984.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49317069871115354, "S11": -0.49317069871115354, "W12": -7.9129707572563266, "S12": -10.794666672621364, "W13": -14.35359160408043, "S13": -31.825781373753451, "W21": -38.116649819374196, "S21": -38.116649819374196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108455.6, 514720.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63399487282442513, "S11": -1.4461681364539998, "W12": -4.2938828138807832, "S12": -10.299993659414096, "W13": -17.334052461903344, "S13": -18.78264453282722, "W21": -37.857994422744582, "S21": -37.857994422744582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108456.0, 500631.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27533088799319394, "S11": -0.27533088799319394, "W12": -8.3707865168539328, "S12": -15.295028222515231, "W13": -15.938358284046169, "S13": -18.446467396183301, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108456.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4712327087835542, "S11": -2.4712327087835542, "W12": -5.9210275322816495, "S12": -10.342244223489553, "W13": -24.089331039643188, "S13": -24.389799821246932, "W21": -33.891123827711482, "S21": -35.915561604337341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108456.875, 507498.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45843686469392375, "S11": -0.45843686469392375, "W12": -10.0, "S12": -10.0, "W13": -17.003183229408545, "S13": -18.814324614572278, "W21": -35.06185458337491, "S21": -35.06185458337491, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108458.0, 501122.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.38379781469625701, "S11": -0.20743247809654258, "W12": -9.2133217867588204, "S12": -10.37288119874216, "W13": -26.395183227187911, "S13": -26.395183227187911, "W21": -32.018081043823159, "S21": -32.018081043823159, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108458.0, 510915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66061711426497616, "S11": -2.6606171142649764, "W12": -4.1261051962229747, "S12": -6.8391151825664354, "W13": -16.609195233834662, "S13": -17.781987626538911, "W21": -38.238274773264521, "S21": -38.400031679099691, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108459.0, 500234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.469816693908446, "S11": -2.469816693908446, "W12": -6.01618951287083, "S12": -11.016189512870831, "W13": -24.380125500029081, "S13": -24.562525745535684, "W21": -34.120401614773264, "S21": -36.093208711028687, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108459.0, 507602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.71, "W12": -4.9099998, "S12": -17.4999998, "W13": -17.51, "S13": -19.0, "W21": -37.736465632591162, "S21": -37.736465632591162, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2007431145410106, "S11": -2.2739107255810351, "W12": -6.3005183750926088, "S12": -7.1561366577413832, "W13": -25.850689703218617, "S13": -25.850689703218617, "W21": -35.140869530746812, "S21": -36.17329515622977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 508164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5045504374625107, "S11": -1.5045504374625107, "W12": -5.0, "S12": -5.0, "W13": -24.879564931288829, "S13": -25.468259325995465, "W21": -35.827753717046605, "S21": -36.0573680655381, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108460.5, 508672.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5736014192785226, "S11": -0.5736014192785226, "W12": -10.0, "S12": -10.699160737415534, "W13": -17.192008400949646, "S13": -18.861835632955664, "W21": -36.105112056691475, "S21": -36.105112056691475, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108462.0, 500984.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.8246802347777491, "W12": -5.0, "S12": -10.91652671518318, "W13": -20.873610387137632, "S13": -21.006023241043469, "W21": -32.027658714368968, "S21": -32.027658714368968, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108462.0, 506464.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24067181262387988, "S11": -0.018097103344174859, "W12": -9.0870029352695809, "S12": -9.6292256084283547, "W13": -26.991124951342933, "S13": -26.991124951342933, "W21": -31.763550028235535, "S21": -31.763550028235535, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108462.0, 510723.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.34459253563190806, "S11": -0.24761842532910106, "W12": -9.2250650230668434, "S12": -10.23401530834755, "W13": -26.588089116275981, "S13": -26.588089116275981, "W21": -31.927719792275695, "S21": -31.927719792275695, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108462.666666666671517, 510866.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26657939598679992, "S11": 0.26657939598679992, "W12": -8.9461827284105127, "S12": -8.9461827284105127, "W13": -17.479927271116075, "S13": -20.479927271116075, "W21": -30.35824730937648, "S21": -30.35824730937648, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108463.0, 503896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5007859846526155, "S11": -1.5007859846526155, "W12": -5.0, "S12": -5.0, "W13": -24.87778900009182, "S13": -25.474617525826549, "W21": -35.846099448351701, "S21": -36.079357527880575, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108463.0, 508671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44286690562195785, "S11": -0.44286690562195785, "W12": -7.5429610046265703, "S12": -14.060629883301919, "W13": -15.87151874667275, "S13": -19.012824669296535, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108463.25, 502018.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24695839655451099, "S11": -0.24695839655451129, "W12": -7.6831350071646627, "S12": -11.698802109235945, "W13": -17.405877340299806, "S13": -19.318039954994067, "W21": -29.883786030460687, "S21": -29.883786030460687, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108464.0, 503179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1000156737644389, "S11": -1.1000156737644389, "W12": -6.1143190969573169, "S12": -6.1143190969573169, "W13": -19.038782508751893, "S13": -19.641952562227832, "W21": -31.0526102455662, "S21": -31.0526102455662, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108465.2, 505553.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4368624207333887, "W12": -13.381294964028777, "S12": -17.005997228496174, "W13": -17.300828804723114, "S13": -17.300828804723114, "W21": -29.48406614361722, "S21": -30.100606170190879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108466.0, 503481.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6398156383367688, "S11": -1.6398156383367688, "W12": -5.0, "S12": -5.0, "W13": -24.97133290993974, "S13": -25.774179143887828, "W21": -35.796763950506417, "S21": -36.142406862803092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108466.666666666671517, 508585.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6421223141205403, "W12": -5.0, "S12": -9.6465993288419707, "W13": -17.06247899370566, "S13": -19.517613505878664, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108466.777777777781012, 502439.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30538725656752319, "S11": -0.26707241736258569, "W12": -9.210508780060735, "S12": -10.068849938638602, "W13": -26.780995005364094, "S13": -26.780995005364094, "W21": -31.837358540728165, "S21": -31.837358540728165, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108467.333333333328483, 510818.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49, "S11": 0.49, "W12": -8.5, "S12": -8.5, "W13": -17.5, "S13": -17.5, "W21": -30.48, "S21": -30.48, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4572381503467442, "S11": -2.9668288466161901, "W12": -5.5914175395438113, "S12": -8.5914175395438122, "W13": -23.11772490470732, "S13": -23.773075378450311, "W21": -33.266148613385241, "S21": -34.483848169424022, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 507187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6014127039940429, "S11": -1.6014127039940429, "W12": -5.0, "S12": -5.0, "W13": -24.945291219049366, "S13": -25.241163692718651, "W21": -35.833647875005823, "S21": -36.148703199070418, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 508606.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4686479586004324, "S11": -1.4686479586004324, "W12": -6.4539039024049352, "S12": -6.4539039024049352, "W13": -20.0, "S13": -25.0, "W21": -37.950358594517596, "S21": -37.950358594517596, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 519924.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2771224623698227, "S12": -5.2771224623698227, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108468.538461538468255, 522141.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3325230019935583, "S12": -5.3325230019935583, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108469.125, 522029.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74143326177978408, "S11": -0.74143326177978408, "W12": -8.1532659773610625, "S12": -8.2971005149877826, "W13": -27.78330135472962, "S13": -30.689487162386222, "W21": -35.184429395963285, "S21": -35.184429395963285, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108469.333333333328483, 512903.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1563528780036017, "S11": -0.1563528780036017, "W12": -9.7234564038382789, "S12": -9.7234564038382789, "W13": -17.422461220945397, "S13": -17.422461220945397, "W21": -30.147811746939539, "S21": -30.147811746939539, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108469.666666666671517, 503794.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01, "S11": -0.01, "W12": -9.25, "S12": -14.35, "W13": -17.25, "S13": -20.2, "W21": -29.25, "S21": -30.25, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3384633674127917, "S11": -0.3384633674127917, "W12": -7.3429678525256659, "S12": -22.342967852525668, "W13": -25.310049311341608, "S13": -25.856536960625785, "W21": -32.57795679047063, "S21": -32.57795679047063, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 509997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7311409556504378, "S11": -1.7311409556504378, "W12": -5.6604855581320441, "S12": -5.6604855581320441, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000469, "S21": -33.000000000000469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108470.333333333328483, 521368.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6435434329233642, "S11": -1.6435434329233642, "W12": -5.9406671475206894, "S12": -5.9406671475206894, "W13": -20.0, "S13": -20.0, "W21": -35.163828366491792, "S21": -35.163828366491792, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108470.625, 520853.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66708326346248603, "S11": -0.66708326346248603, "W12": -7.8777470951135005, "S12": -8.7123638680778051, "W13": -13.329530437253061, "S13": -25.831550999403689, "W21": -39.887721767100523, "S21": -39.887721767100523, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108470.8, 515639.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74155830969779624, "S11": -0.74155830969779624, "W12": -7.8697749389423253, "S12": -7.8697749389423253, "W13": -13.605862700226274, "S13": -16.750097592880405, "W21": -39.858097618288262, "S21": -39.858097618288262, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108471.5, 516036.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21170244854969311, "S11": -0.21170244854969311, "W12": -8.0120708990094069, "S12": -12.064044214926557, "W13": -17.437564906388005, "S13": -19.095541599174823, "W21": -29.785387668351934, "S21": -29.785387668351934, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108471.75, 503208.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.26618197750317424, "S11": -0.19045827170659263, "W12": -9.1577815541479985, "S12": -9.8655135860232317, "W13": -26.973900894452164, "S13": -26.973900894452164, "W21": -31.747105778250706, "S21": -31.747105778250706, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108472.0, 510770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2410817048753429, "S11": -2.2410817048753429, "W12": -5.0, "S12": -11.405033783588728, "W13": -20.335816758771564, "S13": -20.852722193912019, "W21": -31.898237569493148, "S21": -31.898237569493148, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108472.666666666671517, 506290.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1998711062787439, "S11": -2.1998711062787439, "W12": -6.462456955276588, "S12": -7.8446071973384495, "W13": -25.642059416485935, "S13": -25.642059416485935, "W21": -35.104379775741798, "S21": -36.287084366464555, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108473.0, 508098.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64022767593140151, "S11": -0.79769661554423021, "W12": -9.4265608403162986, "S12": -9.4265608403162986, "W13": -17.368454851417987, "S13": -18.851233826431599, "W21": -37.07077704408055, "S21": -37.07077704408055, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108474.0, 500869.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2228635105334773, "S11": -0.2228635105334773, "W12": -9.8319774718397994, "S12": -9.8319774718397994, "W13": -17.381173720648061, "S13": -17.381173720648061, "W21": -30.133293384313848, "S21": -30.133293384313848, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108474.0, 503780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4559285424368409, "S11": -2.4559285424368409, "W12": -5.8364800657212736, "S12": -10.180391815513183, "W13": -23.933324041198393, "S13": -24.276089965998047, "W21": -33.892495937861888, "S21": -35.994433814172744, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108474.5, 507456.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64673950756464316, "S11": -3.2670718451301095, "W12": -3.9154476588673375, "S12": -5.5556992379047703, "W13": -16.779161551607363, "S13": -17.928205595034989, "W21": -38.047933171804708, "S21": -38.239844924449663, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108474.666666666671517, 500370.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49793858904249172, "S11": -0.49793858904249172, "W12": -6.4575106149232457, "S12": -16.457510614923244, "W13": -25.0, "S13": -26.54234409123999, "W21": -34.088544012055173, "S21": -34.088544012055173, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108475.0, 509670.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.6477732128972802, "W12": -5.0, "S12": -7.225501637057457, "W13": -14.973696838241427, "S13": -17.973696838241427, "W21": -39.928645709763828, "S21": -39.928645709763828, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 497925.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31072274881516598, "S11": -0.31072274881516598, "W12": -10.027198046181173, "S12": -10.027198046181173, "W13": -17.355564377988724, "S13": -17.355564377988724, "W21": -30.091878674934936, "S21": -30.091878674934936, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 503757.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30733750846310093, "S11": -0.30733750846310093, "W12": -10.0, "S12": -10.0, "W13": -17.355964361335143, "S13": -17.355964361335143, "W21": -30.093997365292552, "S21": -30.093997365292552, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18395492423387005, "S11": -1.7005806326445227, "W12": -7.9713622073614729, "S12": -7.9713622073614729, "W13": -27.04342798843734, "S13": -27.377275625852963, "W21": -31.286485678119767, "S21": -31.286485678119767, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 510289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.8167674679257733, "S12": -11.872773079801226, "W13": -27.113207540455797, "S13": -27.113207540455797, "W21": -33.003076726787768, "S21": -33.003076726787768, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108476.0, 511546.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95493286442046299, "S11": -0.95493286442046299, "W12": -8.6501423333561061, "S12": -13.055780807888601, "W13": -30.0, "S13": -30.0, "W21": -33.92962372226301, "S21": -33.92962372226301, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108477.0, 512129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31165368991198372, "S11": -0.31165368991198372, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.339554635643424, "S13": -17.339554635643424, "W21": -30.101312534138742, "S21": -30.101312534138742, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108478.0, 503758.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9941769311981812, "S12": -4.9941769311981812, "W13": -19.147927881893601, "S13": -19.147927881893601, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108478.0, 522580.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2182647301070644, "S11": 0.2182647301070644, "W12": -10.0, "S12": -10.0, "W13": -16.889564924730632, "S13": -18.632145997423397, "W21": -34.407456776949481, "S21": -34.407456776949481, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108478.666666666671517, 501240.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59560319337671108, "S11": -0.59560319337671108, "W12": -10.0, "S12": -10.185053752217858, "W13": -17.271491872994364, "S13": -18.779880912109643, "W21": -36.527202607533177, "S21": -36.527202607533177, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108479.0, 500950.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44261586309814371, "S11": -0.44261586309814371, "W12": -7.2306675479180429, "S12": -13.72090986417145, "W13": -15.877789477994817, "S13": -18.90190028837533, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108479.0, 502021.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4829746896427798, "S11": -2.6817510811974823, "W12": -5.2712080113925115, "S12": -6.8564495747195018, "W13": -22.120750019636954, "S13": -23.068270510231919, "W21": -32.581501912013827, "S21": -32.581501912013827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108479.0, 506885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.14853765947349318, "S11": 0.14853765947349321, "W12": -8.9621373397188311, "S12": -9.134287199278555, "W13": -27.384222135720773, "S13": -27.428411666805737, "W21": -31.614211332483936, "S21": -31.614211332483936, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108479.0, 510602.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.9954607742377526, "W12": -15.000000000000002, "S12": -17.301298917568694, "W13": -17.301298917568694, "S13": -17.301298917568694, "W21": -29.718788677184076, "S21": -29.983072018821677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108480.0, 503574.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83625428986272443, "S11": -2.4889022649406058, "W12": -5.350507826502569, "S12": -5.350507826502569, "W13": -24.530835674291502, "S13": -24.629574526330853, "W21": -35.903017524029693, "S21": -35.903017524029693, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108480.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6693659034341788, "S11": -1.6693659034341788, "W12": -5.0, "S12": -5.0, "W13": -24.999325912803183, "S13": -24.999325912803183, "W21": -35.809357077489388, "S21": -36.255290846585169, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108480.333333333328483, 508550.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6610372239573306, "S11": -1.6610372239573306, "W12": -5.0, "S12": -5.0, "W13": -24.993786141658568, "S13": -24.993786141658568, "W21": -35.818409080464484, "S21": -36.259681184027592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108481.0, 508554.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83452102032734954, "S11": -2.4923611034010773, "W12": -5.3495638666507341, "S12": -5.3495638666507341, "W13": -24.529161013332313, "S13": -24.628100161586623, "W21": -35.908505663995783, "S21": -35.908505663995783, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108481.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.7858148665871808, "W12": -6.8525556289931702, "S12": -13.14561265690833, "W13": -15.844390038435213, "S13": -17.841230120850618, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108481.125, 502064.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50528648765041795, "S11": -0.50528648765041795, "W12": -7.8807229609795613, "S12": -10.691898831004448, "W13": -14.355528219690489, "S13": -32.187232015527812, "W21": -38.109595941051097, "S21": -38.109595941051097, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108481.2, 514758.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7675302066889929, "S11": -1.7869355139757075, "W12": -5.0, "S12": -5.0, "W13": -25.20522191091079, "S13": -25.20522191091079, "W21": -35.733145408352115, "S21": -36.279342156598652, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108482.0, 508494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.9504041922929254, "S12": -8.6455092857222695, "W13": -24.758685507126319, "S13": -26.605637479806695, "W21": -35.48476250197907, "S21": -35.48476250197907, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108482.0, 513113.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67734704764755982, "S11": -0.67734704764755982, "W12": -8.6905823304191721, "S12": -12.236697719295693, "W13": -28.062034547862503, "S13": -28.062034547862503, "W21": -33.300933896565816, "S21": -33.300933896565816, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108482.333333333328483, 511743.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3068705601116131, "S12": -5.3068705601116131, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108482.75, 522074.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61346953639972324, "S11": -2.6134695363997231, "W12": -4.6273465724286185, "S12": -9.1869554946297924, "W13": -16.193748767983184, "S13": -17.009515144983062, "W21": -38.318528554029605, "S21": -38.318528554029605, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108483.0, 500066.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.3940642424437284, "S12": -4.8147562132463246, "W13": -17.167525617519779, "S13": -17.167525617519779, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108483.4, 523339.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67895002322354159, "S11": -0.67895002322354159, "W12": -8.0799338317646168, "S12": -8.3238202731229887, "W13": -27.092292187530695, "S13": -29.933494444790657, "W21": -35.214874613939223, "S21": -35.214874613939223, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108483.888888888890506, 512946.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4428863896044386, "S11": -2.9428863896044386, "W12": -5.5175873824394683, "S12": -7.893551868223212, "W13": -22.987064426240202, "S13": -23.68121499124927, "W21": -33.261341211834775, "S21": -34.484341121230443, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108484.0, 507152.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -24.496687264786509, "S13": -24.496687264786509, "W21": -36.239560360501649, "S21": -36.368292471874298, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108484.0, 508983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59918391484328792, "S11": -0.59918391484328792, "W12": -10.0, "S12": -10.0, "W13": -17.291316601007072, "S13": -18.741068521541116, "W21": -36.629407052818912, "S21": -36.629407052818912, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108486.0, 500946.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.5307666121786703, "W13": -15.0, "S13": -15.0, "W21": -36.971562269676149, "S21": -36.971562269676149, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108486.0, 524168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60678001182732111, "S11": -0.60678001182732111, "W12": -10.0, "S12": -10.133047210300429, "W13": -17.3124616347935, "S13": -18.736057414422799, "W21": -36.744504921943275, "S21": -36.744504921943275, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108488.0, 500933.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.7473066149533896, "S12": -12.05481422401682, "W13": -16.711000182629331, "S13": -18.391960290472859, "W21": -33.347158933759367, "S21": -33.347158933759367, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108488.8, 501391.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.5670747232507387, "W12": -5.0238784507491436, "S12": -8.2418796026129026, "W13": -21.660328405989954, "S13": -22.510244815790905, "W21": -32.475976785732094, "S21": -32.475976785732094, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108489.0, 506737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68827075731899257, "S11": -0.68827075731899257, "W12": -7.8526750402632324, "S12": -8.7676152503371529, "W13": -13.385595774822836, "S13": -25.236486060225104, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108489.951219512193347, 515720.926829268282745 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85899305498866252, "S11": -0.85899305498866252, "W12": -7.8348303908904056, "S12": -7.8348303908904056, "W13": -14.135129323303241, "S13": -14.135129323303241, "W21": -39.1338023632307, "S21": -39.1338023632307, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108491.198275862072478, 516630.32327586208703 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4406243760901285, "S11": -2.4406243760901285, "W12": -5.7519325991608987, "S12": -9.9551333913462017, "W13": -23.777317042753602, "S13": -24.164550524794599, "W21": -33.893868048012294, "S21": -36.073306024008147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108492.125, 507414.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68144618808636159, "S11": -0.68144618808636159, "W12": -7.8503819015171539, "S12": -8.7159376633304575, "W13": -13.368507223024555, "S13": -25.629014770479408, "W21": -39.939588882746236, "S21": -39.939588882746236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108492.4, 515680.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.045102935097147578, "S11": -0.2646576060761251, "W12": -10.0, "S12": -14.599578129336663, "W13": -17.258983193277313, "S13": -19.824192366664409, "W21": -29.512481962481964, "S21": -30.354497174564528, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108493.0, 503380.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.45874066586231077, "W12": -8.9331828620409244, "S12": -11.172034243822138, "W13": -25.735213197609397, "S13": -25.735213197609397, "W21": -32.460647422244342, "S21": -32.460647422244342, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108493.0, 511233.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4407222231799022, "S11": -2.4407222231799022, "W12": -6.0773386133920724, "S12": -10.067010459090479, "W13": -24.591215551885291, "S13": -24.591215551885291, "W21": -34.616715952594227, "S21": -36.44083350367724, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108493.571428571434808, 507754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92520635148858088, "S11": -0.92520635148858088, "W12": -8.2500421312014005, "S12": -8.2500421312014005, "W13": -30.000000000000004, "S13": -30.000000000000004, "W21": -34.803297446533705, "S21": -34.803297446533705, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108493.666666666671517, 512704.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62391935508779517, "S11": -1.3260291385082583, "W12": -4.2043631102189707, "S12": -7.1436597938162238, "W13": -17.13621459105563, "S13": -18.403014871274081, "W21": -37.731994032954518, "S21": -37.731994032954518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108494.0, 500622.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.0937371663244353, "W12": -13.164884442911349, "S12": -14.361159769028474, "W13": -17.161878761925156, "S13": -17.161878761925156, "W21": -29.914065803425121, "S21": -29.914065803425121, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108494.0, 503642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7052136966496023, "S11": -1.7052136966496023, "W12": -5.0, "S12": -5.0, "W13": -25.084476387704552, "S13": -25.084476387704552, "W21": -35.821950204472337, "S21": -36.368174830367359, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108494.0, 508516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1052554847957068, "S11": -2.1052554847957068, "W12": -6.3449974166395711, "S12": -7.4819531780285207, "W13": -25.612609725512087, "S13": -25.612609725512087, "W21": -35.270895131500488, "S21": -36.449453938383563, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108495.0, 508141.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0017885809199478, "S11": -1.0017885809199478, "W12": -8.3829467016387191, "S12": -11.285321019891272, "W13": -30.0, "S13": -30.0, "W21": -34.124559295814052, "S21": -34.124559295814052, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108495.0, 512281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61733306022122081, "S11": -0.61733306022122092, "W12": -10.000000000000002, "S12": -10.484978540772534, "W13": -17.350975345039004, "S13": -18.697926191263594, "W21": -36.949293158374452, "S21": -36.949293158374452, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108496.0, 500916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2812181182296669, "S12": -5.2812181182296669, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108496.375, 522119.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.8940016930705044, "W12": -5.0, "S12": -5.0, "W13": -15.253440578533741, "S13": -18.690743976796526, "W21": -39.276289777438386, "S21": -39.276289777438386, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108498.0, 499031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3156019740330729, "S11": -2.3156019740330729, "W12": -5.0, "S12": -10.941959159651383, "W13": -20.420188098321937, "S13": -20.827115432913203, "W21": -32.084744646376343, "S21": -32.084744646376343, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108498.333333333328483, 506330.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61646678466725136, "S11": -0.61646678466725136, "W12": -8.0066016861681621, "S12": -8.3505400312583618, "W13": -26.401283020330848, "S13": -29.025284570380556, "W21": -35.245319831915282, "S21": -35.245319831915282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108498.444444444437977, 512989.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24835357944800657, "S11": -0.24835357944800657, "W12": -7.5357469829379902, "S12": -14.447246379561914, "W13": -15.966334848511433, "S13": -18.048196653956492, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108498.8, 501921.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.9988282695391193, "W12": -6.1621502533597701, "S12": -12.230595430514743, "W13": -15.817261330197676, "S13": -18.20009673712374, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108499.0, 502111.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.312598882184114, "S12": -11.312598882184114, "W13": -17.402892594714622, "S13": -20.402892594714622, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108499.0, 504173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4376363631628699, "S11": -2.7921304692532449, "W12": -5.3842049986058118, "S12": -5.3842049986058118, "W13": -22.630171200641186, "S13": -23.420476826176198, "W21": -33.093643814383341, "S21": -34.03076440874775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108499.0, 507053.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74870329850226758, "S11": -0.74870329850226758, "W12": -7.8350171171109571, "S12": -7.8350171171109571, "W13": -13.61346423146289, "S13": -16.555312572814039, "W21": -39.808880688462601, "S21": -39.808880688462601, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108499.818181818176527, 516027.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.5155627470351671, "W12": -6.5155627470351671, "S12": -6.5155627470351671, "W13": -15.0, "S13": -18.0, "W21": -40.177405306939733, "S21": -40.177405306939733, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.6152516390374076, "W12": -5.0, "S12": -6.9157934932902112, "W13": -14.941089513639776, "S13": -17.941089513639774, "W21": -39.855411114071359, "S21": -39.855411114071359, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.098016688837828, "W12": -5.098016688837828, "S12": -5.098016688837828, "W13": -15.235568018300556, "S13": -18.636705454047167, "W21": -39.291203623488236, "S21": -39.291203623488236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.71, "W12": -4.8667478869593603, "S12": -10.310862952262141, "W13": -15.994328178035305, "S13": -16.322025211788283, "W21": -38.323185680794985, "S21": -38.323185680794985, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57132465996451809, "S11": -0.57132465996451809, "W12": -10.0, "S12": -10.0, "W13": -17.248485220068357, "S13": -18.63105976515687, "W21": -36.376164427843442, "S21": -36.376164427843442, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -12.235542779844437, "W13": -16.786504787497719, "S13": -18.481411100799541, "W21": -33.799911628431303, "S21": -33.799911628431303, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 501351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39692612376396419, "S11": -0.39692612376396419, "W12": -6.9993390614672846, "S12": -13.559587905505408, "W13": -15.905013543001221, "S13": -18.586970237795043, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51251527695644616, "S11": -0.51251527695644616, "W12": -10.0, "S12": -10.0, "W13": -17.11051965874405, "S13": -18.574672282673234, "W21": -35.610280311541644, "S21": -35.610280311541644, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108500.333333333328483, 501105.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4449397067036216, "S11": -1.4449397067036216, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -24.851697119946131, "S13": -25.566609981185955, "W21": -36.060810875127245, "S21": -36.395248569889645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108501.0, 508655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.5, "S11": -2.6337187576399801, "W12": -5.0, "S12": -9.9574465911818635, "W13": -21.132399753968986, "S13": -21.618752778619371, "W21": -32.364303667132852, "S21": -32.364303667132852, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108502.0, 506568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.5073284714489521, "W12": -6.5073284714489521, "S12": -6.5073284714489521, "W13": -15.0, "S13": -18.0, "W21": -40.175447930269421, "S21": -40.175447930269421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108503.59375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18999395162341556, "S11": -0.18999395162341556, "W12": -8.5985296866238858, "S12": -12.171860531930847, "W13": -17.676986626858245, "S13": -18.91176661480279, "W21": -29.708369608542419, "S21": -29.708369608542419, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108504.0, 503231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29382588613096405, "S11": -0.5715186276114177, "W12": -9.8489650711512091, "S12": -9.8489650711512091, "W13": -17.115349844170105, "S13": -17.115349844170105, "W21": -30.24873036018381, "S21": -30.24873036018381, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108506.333333333328483, 503778.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52037653021310137, "S11": -0.52037653021310137, "W12": -7.8484751647027782, "S12": -10.589130989387401, "W13": -14.357464835300499, "S13": -32.548682657302948, "W21": -38.102542062728048, "S21": -38.102542062728048, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108506.8, 514796.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19015686826506517, "S11": -0.19015686826506517, "W12": -9.6462544469598974, "S12": -9.6462544469598974, "W13": -17.112307963385913, "S13": -17.112307963385913, "W21": -30.307118644067796, "S21": -30.307118644067796, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108508.0, 503805.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4775628722398584, "S11": -2.4775628722398584, "W12": -5.0932195014815553, "S12": -7.5781322733177578, "W13": -21.751866934914791, "S13": -22.624176366033716, "W21": -32.624545562487363, "S21": -32.624545562487363, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108508.0, 506776.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -10.0, "S12": -11.896848479069313, "W13": -16.877050797046621, "S13": -18.425316391234002, "W21": -34.305209164517464, "S21": -34.305209164517464, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108509.0, 501296.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4249162880045114, "S11": -2.4249162880045114, "W12": -5.6673851326005229, "S12": -9.7298749671792208, "W13": -23.621310044308814, "S13": -24.055151895809299, "W21": -33.895240158162707, "S21": -36.152178233843557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108509.75, 507372.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2555656763477208, "S12": -5.2555656763477208, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108510.0, 522164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.1913672244377749, "W12": -5.5849306014540652, "S12": -11.433462312000103, "W13": -15.786549503618293, "S13": -18.535053743256931, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108510.625, 502157.625 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.090198053927937, "S12": -12.090198053927937, "W13": -17.38552593711303, "S13": -20.38552593711303, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108511.0, 504308.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1449790939642022, "S11": -1.1449790939642022, "W12": -6.0268934358601634, "S12": -6.0268934358601634, "W13": -18.970092584125929, "S13": -19.586380641166926, "W21": -31.253964803775212, "S21": -31.253964803775212, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108511.8, 505559.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12890530927485827, "S11": -2.1289053092748582, "W12": -8.2879494686501811, "S12": -8.2879494686501811, "W13": -27.662302329535795, "S13": -27.893130903083751, "W21": -31.166565577685535, "S21": -31.166565577685535, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108512.0, 510359.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46305686087837405, "S11": -0.46305686087837405, "W12": -7.8664384929224855, "S12": -9.403055701316692, "W13": -22.79918220063545, "S13": -22.79918220063545, "W21": -35.922282501381666, "S21": -35.922282501381666, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108512.0, 513437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71147863614879925, "S11": -0.71147863614879925, "W12": -7.8239230790949827, "S12": -8.8239230790949819, "W13": -13.447127989516066, "S13": -23.565286001906689, "W21": -40.034970508125383, "S21": -40.034970508125383, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108512.0, 515808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.054551115932412353, "S11": -0.054551115932412353, "W12": -10.0, "S12": -10.0, "W13": -17.003547914112019, "S13": -18.452793625033745, "W21": -35.0033767933798, "S21": -35.0033767933798, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108512.333333333328483, 501205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7627468649095284, "W12": -5.0, "S12": -9.5472010815497583, "W13": -16.147206824596402, "S13": -18.488221313352028, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108512.888888888890506, 502450.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55398354611094558, "S11": -0.55398354611094558, "W12": -7.9332695405716693, "S12": -8.3772597893936798, "W13": -25.710273853130996, "S13": -28.117074695970494, "W21": -35.275765049891305, "S21": -35.275765049891305, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108513.0, 513033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.482924368511874, "S11": -1.482924368511874, "W12": -5.0, "S12": -5.0, "W13": -24.884947614325551, "S13": -25.462330035175196, "W21": -36.063640970596872, "S21": -36.501973676199128, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108513.777777777781012, 508616.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.28423247679270247, "W12": -8.9353251384611312, "S12": -10.800591509097156, "W13": -26.313192103456011, "S13": -26.313192103456011, "W21": -32.208290258035419, "S21": -32.208290258035419, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108514.0, 511110.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69580911271023094, "S11": -0.69580911271023094, "W12": -7.8230167079207931, "S12": -8.7195114585830158, "W13": -13.407484008796031, "S13": -25.426478541555774, "W21": -39.991455998391714, "S21": -39.991455998391714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108514.0, 515721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8479538382766587, "W12": -15.000000000000002, "S12": -18.029972800443879, "W13": -18.029972800443879, "S13": -18.029972800443879, "W21": -29.634627317418023, "S21": -30.1391835875902, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108514.8, 503474.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0381267898253692, "S11": -2.0381267898253692, "W12": -5.0, "S12": -11.271111136755737, "W13": -20.088517129332867, "S13": -20.858898261173128, "W21": -31.971371456384421, "S21": -31.971371456384421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108515.0, 506141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78190585401267154, "S11": -2.7819058540126713, "W12": -5.3671417496571054, "S12": -5.3671417496571054, "W13": -24.510412349031657, "S13": -24.658372200413464, "W21": -35.963569550882937, "S21": -35.963569550882937, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108515.0, 509305.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3151014508621075, "S11": -0.67379797869608227, "W12": -9.8574749353170983, "S12": -9.8574749353170983, "W13": -17.042540236242903, "S13": -17.042540236242903, "W21": -30.275254237288113, "S21": -30.275254237288113, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108515.166666666671517, 503777.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57868701215143903, "S11": -2.5786870121514389, "W12": -4.7575521741903986, "S12": -9.2794666501209679, "W13": -16.081073542290902, "S13": -16.758658624010192, "W21": -38.178632805926867, "S21": -38.178632805926867, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108515.666666666671517, 500090.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5718457701580746, "S11": -1.5718457701580746, "W12": -5.1690200837080447, "S12": -12.225426091657507, "W13": -19.528456190431783, "S13": -20.226852781793152, "W21": -31.643366821144451, "S21": -31.643366821144451, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108516.0, 505835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0106398633127047, "S11": -2.0106398633127047, "W12": -6.0453966440691138, "S12": -6.9371579247855824, "W13": -25.556378911596735, "S13": -25.556378911596735, "W21": -35.437410487259093, "S21": -36.611823510302585, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108517.0, 508184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6793812607881031, "S11": -1.6793812607881031, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -35.9340899120483, "S21": -36.546119291605095, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108517.0, 508519.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6587327306080863, "S11": -1.6587327306080863, "W12": -5.9440422352890279, "S12": -5.9440422352890279, "W13": -20.0, "S13": -20.0, "W21": -34.850616813666598, "S21": -34.850616813666598, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108517.0, 520857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7152404447013361, "S11": -1.7152404447013361, "W12": -5.6602847299175405, "S12": -5.6602847299175405, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108517.666666666671517, 521370.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63302189345152604, "S11": -2.901692543190018, "W12": -4.1155592429817842, "S12": -5.9800901195606038, "W13": -16.607168735413499, "S13": -17.458763153348684, "W21": -37.872690853373228, "S21": -38.023442104090861, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108518.333333333328483, 500391.416666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44352655564547039, "S11": -2.5304145780173637, "W12": -15.0, "S12": -18.184562864279766, "W13": -18.184562864279766, "S13": -18.184562864279766, "W21": -29.613547697844037, "S21": -30.149486633457865, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108519.0, 503457.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -13.156989682379121, "S12": -13.76885757025034, "W13": -16.962356957628529, "S13": -16.962356957628529, "W21": -30.035167079009092, "S21": -30.035167079009092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108519.0, 503656.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8799405012835084, "S12": -8.4398077268171487, "W13": -24.993261754576977, "S13": -27.146197161101718, "W21": -35.331851809814218, "S21": -35.331851809814218, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108519.25, 513078.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9930124597121601, "S12": -4.9930124597121601, "W13": -19.198414458136885, "S13": -19.198414458136885, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108519.5, 522587.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4693625325238528, "S11": -2.5699866513534468, "W12": -5.0, "S12": -10.0, "W13": -21.059329277110432, "S13": -21.45736891914197, "W21": -32.447332380423227, "S21": -32.447332380423227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108520.0, 506552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4166473963075505, "S11": -2.4220090540513239, "W12": -5.6740597460305571, "S12": -9.9368873117828933, "W13": -23.695142205362512, "S13": -24.088991352144781, "W21": -34.017479782533186, "S21": -36.444897143671987, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108520.0, 507406.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.8908873937770867, "S12": -10.919662897431227, "W13": -26.220572404681654, "S13": -26.220572404681654, "W21": -32.269018692861209, "S21": -32.269018692861209, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108520.0, 511158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75769794773665489, "S11": -0.75769794773665489, "W12": -7.8085423751156657, "S12": -7.8085423751156657, "W13": -13.636061327615337, "S13": -15.77263960027588, "W21": -39.749649620592763, "S21": -39.749649620592763, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108521.105263157893205, 516039.552631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6542200846819999, "S11": -1.6542200846819999, "W12": -5.0, "S12": -5.0, "W13": -24.984403104980906, "S13": -24.984403104980906, "W21": -35.968503679454848, "S21": -36.579284445271277, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108521.5, 508528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3839061793364305, "W12": -5.0, "S12": -10.628618243937098, "W13": -15.75583767703891, "S13": -18.713112709288364, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108522.25, 502204.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1801130524152068, "W12": -14.716349720142819, "S12": -15.762489048480393, "W13": -16.911203201452864, "S13": -16.911203201452864, "W21": -29.968387687562235, "S21": -29.968387687562235, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108523.333333333328483, 503617.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4699789500747098, "S12": -4.9220461033597029, "W13": -17.296790311319544, "S13": -17.296790311319544, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108523.6, 523315.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3795378859515686, "W12": -5.0, "S12": -10.64111307610753, "W13": -15.75928529224217, "S13": -18.722454190422855, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108524.0, 502201.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36053879478878309, "S11": -0.86597664220681247, "W12": -9.9118289133247082, "S12": -9.9166589320773824, "W13": -16.967330728237339, "S13": -16.967330728237339, "W21": -30.266713377449072, "S21": -30.266713377449072, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108524.0, 503771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.324685347211207, "S11": -2.324685347211207, "W12": -5.0, "S12": -10.478884535713668, "W13": -20.504559437872473, "S13": -20.801508671914359, "W21": -32.271251723259674, "S21": -32.271251723259674, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108524.0, 506370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4701946288473149, "S11": -2.4701946288473149, "W12": -5.0, "S12": -7.9197413409735438, "W13": -21.563851123674471, "S13": -22.477997023401063, "W21": -32.653894906764968, "S21": -32.653894906764968, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108524.0, 506721.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61719561616143848, "S11": -0.61719561616143848, "W12": -8.5593902012639997, "S12": -12.219506808842167, "W13": -27.868860406730285, "S13": -27.868860406730285, "W21": -33.191770396340836, "S21": -33.191770396340836, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108524.666666666671517, 511744.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.1123108040711525, "W12": -5.0, "S12": -6.3594304334620988, "W13": -14.904221826712032, "S13": -16.569031547477504, "W21": -39.708669666505145, "S21": -39.708669666505145, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108525.0, 498203.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.7323120266465963, "W12": -5.0, "S12": -6.8687535176156818, "W13": -14.975243046633842, "S13": -17.975243046633842, "W21": -39.862521518697037, "S21": -39.862521518697037, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108525.4, 497929.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49811679467676745, "S11": -0.49811679467676745, "W12": -7.8554027935944735, "S12": -8.5311469958397446, "W13": -24.680070178345307, "S13": -26.57914014855529, "W21": -35.387938569737138, "S21": -35.387938569737138, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108525.5, 513124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7581178171517933, "S11": -1.7581178171517933, "W12": -5.0, "S12": -5.0, "W13": -25.065519304219784, "S13": -25.065519304219784, "W21": -35.922855688835675, "S21": -36.623040726727496, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108526.0, 508483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4090454849861804, "S11": -2.4090454849861804, "W12": -5.582837666040148, "S12": -9.50461654301224, "W13": -23.465303045864022, "S13": -23.945753266823999, "W21": -33.896612268313113, "S21": -36.23105044367896, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108527.375, 507330.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75370619390179516, "S11": -2.879420734809262, "W12": -5.3064568549108477, "S12": -5.3064568549108477, "W13": -24.450903896500982, "S13": -24.557701279722703, "W21": -36.16823978869337, "S21": -36.16823978869337, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108527.5, 509275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.441341118197466, "S11": -2.5527933120415787, "W12": -5.156958574146282, "S12": -6.0260727498203677, "W13": -22.075873752279996, "S13": -22.98368522186216, "W21": -32.861140543364215, "S21": -32.861140543364215, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108527.666666666671517, 506892.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41915733392839716, "S11": -0.41915733392839716, "W12": -6.3516192994051552, "S12": -12.809822171408397, "W13": -15.906729964840849, "S13": -18.473286776388903, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108528.0, 502016.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -8.1532536091365326, "S12": -11.688559662568684, "W13": -16.771933157661319, "S13": -18.082450407649034, "W21": -33.700353246920407, "S21": -33.700353246920407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108528.4, 501405.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9523158452570217, "W12": -5.0, "S12": -5.7247919387945512, "W13": -18.285756671020714, "S13": -19.400901096691161, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108529.0, 502854.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16413562963078832, "S11": -0.16413562963078832, "W12": -9.1376082487072452, "S12": -12.348923792652011, "W13": -17.870821048703114, "S13": -18.975198027246904, "W21": -29.623454151632121, "S21": -29.623454151632121, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108531.0, 503256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49289863260141148, "S11": -0.49289863260141148, "W12": -7.8468793969760569, "S12": -8.6385005759329587, "W13": -24.381021669966895, "S13": -26.026226203862123, "W21": -35.44402532966005, "S21": -35.44402532966005, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108531.75, 513169.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61384383735116521, "S11": -1.3984136033361581, "W12": -4.1225644735635463, "S12": -4.1406487173327502, "W13": -16.938376720207916, "S13": -18.184249270146495, "W21": -37.605993643164439, "S21": -37.605993643164439, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108532.0, 500613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0619982050432548, "S11": -1.0619982050432548, "W12": -7.7200717454169121, "S12": -7.7200717454169121, "W13": -15.538994543195201, "S13": -25.538994543195201, "W21": -37.652665056082199, "S21": -37.652665056082199, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108532.0, 517646.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53546657277576926, "S11": -0.53546657277576926, "W12": -7.8162273684260137, "S12": -10.486363147770486, "W13": -14.359401450910559, "S13": -32.910133299077309, "W21": -38.09548818440495, "S21": -38.09548818440495, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108532.4, 514834.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63937730438344931, "S11": -0.63937730438344931, "W12": -10.0, "S12": -10.2693703645258, "W13": -17.41144368227458, "S13": -18.476257087903566, "W21": -37.339528710134459, "S21": -37.339528710134459, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108533.0, 500880.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92772999685830426, "S11": -0.92772999685830426, "W12": -8.3077849753333499, "S12": -11.734051441226478, "W13": -30.0, "S13": -30.0, "W21": -33.982177276258106, "S21": -33.982177276258106, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108533.571428571434808, 512255.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4213877455340107, "S11": -1.4213877455340107, "W12": -5.0, "S12": -5.0, "W13": -24.851798865750794, "S13": -25.59201140963545, "W21": -36.172250987614326, "S21": -36.654308671696114, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108533.666666666671517, 508627.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5375661669629868, "W12": -5.0, "S12": -10.408704777328161, "W13": -15.725125850459525, "S13": -18.545563108588613, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108533.875, 502250.875 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.4564795774108532, "W13": -15.0, "S13": -15.0, "W21": -37.044543705264616, "S21": -37.044543705264616, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108534.0, 524177.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -17.137458217015837, "S13": -18.354487577508884, "W21": -35.721149016256213, "S21": -35.721149016256213, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108535.0, 501138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23879536998759815, "S11": -1.6512844855492352, "W12": -12.832155781492332, "S12": -16.223945956346618, "W13": -16.74867899603699, "S13": -18.447330709746666, "W21": -30.0, "S21": -30.534272448256868, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108535.0, 503421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9507857733664187, "W12": -15.0, "S12": -17.780960310852066, "W13": -17.780960310852066, "S13": -17.780960310852066, "W21": -29.7679978980557, "S21": -30.201185166885065, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108536.0, 503467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.4147928687867104, "W13": -16.79311196074525, "S13": -16.79311196074525, "W21": -33.719787693966694, "S21": -33.719787693966694, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108536.0, 523516.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.33314311800958685, "W12": -8.7894657901193529, "S12": -11.117455180226518, "W13": -26.125184077099952, "S13": -26.125184077099952, "W21": -32.357170762920163, "S21": -32.357170762920163, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108538.0, 511243.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48768047052605545, "S11": -0.48768047052605545, "W12": -7.8383560003576394, "S12": -8.7458541560261711, "W13": -24.133297863896047, "S13": -25.524636961476517, "W21": -35.500112089582963, "S21": -35.500112089582963, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108538.0, 513215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -10.783683997572325, "S12": -10.783683997572325, "W13": -16.830658351771227, "S13": -16.830658351771227, "W21": -30.225249772933697, "S21": -30.225249772933697, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108539.0, 503737.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46479453949258487, "S11": -0.46479453949258487, "W12": -7.8165195878665799, "S12": -11.634027520195843, "W13": -15.0, "S13": -25.584456833174155, "W21": -37.328740622021265, "S21": -37.328740622021265, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108539.0, 514364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70387860934580437, "S11": -0.70387860934580437, "W12": -7.7912825483686765, "S12": -8.6680636158112883, "W13": -13.43091315852249, "S13": -25.629589233783122, "W21": -39.907689233699827, "S21": -39.907689233699827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108539.731707317070686, 515721.097560975584202 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15468498907642331, "S11": -0.15468498907642331, "W12": -9.3225032708242477, "S12": -12.417334396034175, "W13": -17.934717298003356, "S13": -19.096630330011799, "W21": -30.0, "S21": -30.003910493156638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108540.0, 503265.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4007955330795645, "S11": -2.4007955330795645, "W12": -5.949927226012437, "S12": -10.088245507346645, "W13": -24.382355031956624, "S13": -24.382355031956624, "W21": -34.827591229786847, "S21": -36.814855935899807, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108540.0, 507742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.339312958575213, "S11": -2.339312958575213, "W12": -5.0, "S12": -10.121131702829768, "W13": -20.623978588082849, "S13": -20.772528990792313, "W21": -32.413391302535032, "S21": -32.413391302535032, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108540.285714285710128, 506417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4393224792380237, "S11": -1.2016118482675837, "W12": -10.0, "S12": -10.015650025352324, "W13": -16.823448243047132, "S13": -16.823448243047132, "W21": -30.248444271441546, "S21": -30.248444271441546, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108541.0, 503760.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85293299511729981, "S11": -0.85293299511729981, "W12": -8.1119649559073697, "S12": -8.1119649559073697, "W13": -30.0, "S13": -30.0, "W21": -34.703718853203732, "S21": -34.703718853203732, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108541.111111111109494, 512720.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87465671276653734, "S11": -0.87465671276653734, "W12": -7.7731788016444732, "S12": -7.7731788016444732, "W13": -14.162760087556029, "S13": -14.162760087556029, "W21": -39.028201569545949, "S21": -39.028201569545949, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108541.189655172405764, 516630.439655172405764 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22137627090281914, "S11": -0.22137627090281914, "W12": -6.7007074490220466, "S12": -13.5994645366086, "W13": -15.994311412976696, "S13": -17.649925911729678, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108541.6, 501913.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.18180390351213777, "S11": -0.18180390351213777, "W12": -9.6265086278551717, "S12": -9.6265086278551717, "W13": -16.843442206123761, "S13": -16.940459879172362, "W21": -30.321590761645258, "S21": -30.321590761645258, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108542.0, 503830.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66631572169097519, "S11": -1.8115700436477642, "W12": -5.737213100151429, "S12": -5.737213100151429, "W13": -24.689883046496153, "S13": -25.051392976719654, "W21": -35.463156202717066, "S21": -35.463156202717066, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108542.0, 509448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52721152533113824, "S11": -0.52721152533113824, "W12": -10.0, "S12": -10.0, "W13": -17.217856088079508, "S13": -18.335019950774075, "W21": -36.158706039708093, "S21": -36.158706039708093, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108542.666666666671517, 501088.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43129889425859025, "S11": -1.1739908708073172, "W12": -9.9963094723542891, "S12": -10.01627593083686, "W13": -16.808238467394663, "S13": -16.808238467394663, "W21": -30.250774620474893, "S21": -30.250774620474893, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108543.0, 503763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1949138519453117, "S11": -3.1949138519453117, "W12": -5.0, "S12": -5.0, "W13": -24.699152205184706, "S13": -25.954319775988122, "W21": -36.393867038777387, "S21": -36.703220948138437, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108543.0, 508747.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0987466938394137, "S11": -2.0987466938394137, "W12": -6.2094644117446247, "S12": -8.398595834446823, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -35.32068080929826, "S21": -36.853571207452063, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108544.0, 508020.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.14313431375745927, "W12": -8.7050283734152121, "S12": -11.436479437769265, "W13": -25.894581902891769, "S13": -25.894581902891769, "W21": -32.535839186677514, "S21": -32.535839186677514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108544.0, 511365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48246230845069948, "S11": -0.48246230845069948, "W12": -7.8298326037392236, "S12": -8.8532077361193853, "W13": -23.885574057825195, "S13": -25.023047719090908, "W21": -35.556198849505883, "S21": -35.556198849505883, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108544.25, 513260.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62558923938276689, "S11": -0.62558923938276689, "W12": -10.0, "S12": -10.804481615906585, "W13": -17.403971047013076, "S13": -18.395598084273853, "W21": -37.271536485326109, "S21": -37.271536485326109, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108544.666666666671517, 500907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.393174681967849, "S11": -2.393174681967849, "W12": -5.4982901994797713, "S12": -9.2793581188452574, "W13": -23.309296047419231, "S13": -23.836354637838696, "W21": -33.897984378463519, "S21": -36.309922653514356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108545.0, 507289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6321823985776629, "W12": -5.0, "S12": -10.188791310719221, "W13": -15.694414023880142, "S13": -18.378013507888859, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108545.5, 502297.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39658651924870125, "S11": -0.39658651924870125, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -17.117530903493439, "S13": -18.273441252644012, "W21": -35.598332000815638, "S21": -35.598332000815638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108546.0, 501170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.050689125930473457, "S11": -0.050689125930473457, "W12": -9.4225321674369109, "S12": -9.4225321674369109, "W13": -16.978565179352582, "S13": -16.978565179352582, "W21": -30.36432853250292, "S21": -30.36432853250292, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108546.0, 503873.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.71, "W12": -4.8877577759519717, "S12": -9.4978529449514113, "W13": -16.137757197850181, "S13": -16.598549689212962, "W21": -38.038737057824136, "S21": -38.038737057824136, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108548.333333333328483, 500114.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8927606964075867, "S11": -1.8927606964075867, "W12": -5.7965543683525214, "S12": -6.5725281264236681, "W13": -25.371381822186553, "S13": -25.371381822186553, "W21": -35.631227147602935, "S21": -36.854398468239708, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108549.0, 508213.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.4582973347284156, "S12": -5.4582973347284156, "W13": -18.982286741392951, "S13": -18.982286741392951, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108549.0, 522689.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.764054435104778, "S11": -0.764054435104778, "W12": -7.7736676552755135, "S12": -7.7736676552755135, "W13": -13.639844153249745, "S13": -15.722284078187666, "W21": -39.705240413460551, "S21": -39.705240413460551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108549.583333333328483, 516025.916666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.400998912792172, "W12": -6.400998912792172, "S12": -6.400998912792172, "W13": -15.0, "S13": -18.0, "W21": -40.150172240222318, "S21": -40.150172240222318, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.7664366414851651, "W12": -5.0, "S12": -6.5630486868564013, "W13": -14.94469341786936, "S13": -17.94469341786936, "W21": -39.790996460115672, "S21": -39.790996460115672, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -4.8561494739388076, "W12": -5.0, "S12": -5.0, "W13": -15.343489650592186, "S13": -18.673843025640309, "W21": -39.130438525875078, "S21": -39.130438525875078, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.71, "W12": -5.0, "S12": -10.773658403946245, "W13": -16.059277570748627, "S13": -16.425053201271762, "W21": -38.145734728204047, "S21": -38.145734728204047, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57566980745596064, "S11": -0.57566980745596064, "W12": -10.0, "S12": -11.739113827349131, "W13": -17.34935140494143, "S13": -18.337833279400957, "W21": -36.880152498194207, "S21": -36.880152498194207, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39323569407755915, "S11": 0.39323569407755915, "W12": -5.9177869700103418, "S12": -13.968423864677762, "W13": -16.244830415754922, "S13": -16.244830415754922, "W21": -32.643648189931874, "S21": -32.643648189931874, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 501577.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38263064671343494, "S11": -0.38263064671343494, "W12": -6.0630094734523023, "S12": -12.567908698000325, "W13": -15.9305346414176, "S13": -18.185117775738036, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47724414637534346, "S11": -0.47724414637534346, "W12": -7.821309207120807, "S12": -8.9605613162125994, "W13": -23.637850251754344, "S13": -24.521458476705298, "W21": -35.612285609428795, "S21": -35.612285609428795, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108550.5, 513306.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65036460467021695, "S11": -0.65036460467021695, "W12": -9.0318197259653505, "S12": -9.3467473167120119, "W13": -17.293146208796674, "S13": -18.312549940115932, "W21": -37.293371035559801, "S21": -37.293371035559801, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108551.0, 500862.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71594028006812349, "S11": -0.71594028006812349, "W12": -7.7753660236983775, "S12": -8.6941472559182618, "W13": -13.462983966319941, "S13": -24.31016322890445, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108552.0, 515765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51996696216820937, "S11": -3.2975448998180927, "W12": -15.0, "S12": -15.896003330557789, "W13": -16.660527640980458, "S13": -16.660527640980458, "W21": -30.022709571699405, "S21": -30.022709571699405, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108552.666666666671517, 503592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052120505078232238, "S11": 0.052120505078232238, "W12": -9.6547975713869079, "S12": -9.6547975713869079, "W13": -17.306019517192397, "S13": -19.385621184270207, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108553.0, 504734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.3935880647645771, "W12": -6.3935880647645771, "S12": -6.3935880647645771, "W13": -15.0, "S13": -18.0, "W21": -40.148410601219027, "S21": -40.148410601219027, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108553.234375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25358665245770617, "S11": -0.25358665245770617, "W12": -10.0, "S12": -10.0, "W13": -17.086286884604348, "S13": -18.207921454674672, "W21": -35.416063902289302, "S21": -35.416063902289302, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108554.0, 501206.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95420212124305248, "S11": -0.95420212124305248, "W12": -8.3582900353058953, "S12": -9.928656554084144, "W13": -30.0, "S13": -30.0, "W21": -34.117678240901903, "S21": -34.117678240901903, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108554.0, 512374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33207411386514468, "S11": -0.76014184376527438, "W12": -9.8748545400138301, "S12": -9.8748545400138301, "W13": -16.729516094497228, "S13": -17.18705168605327, "W21": -30.283453137840077, "S21": -30.283453137840077, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108554.333333333328483, 503798.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3539405699391969, "S11": -2.3539405699391969, "W12": -5.0, "S12": -9.7633788699456687, "W13": -20.743397738293211, "S13": -20.743549309670271, "W21": -32.555530881810476, "S21": -32.555530881810476, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108556.571428571434808, 506464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47202598429998743, "S11": -0.47202598429998743, "W12": -7.8127858105023904, "S12": -9.0679148963058118, "W13": -23.390126445683492, "S13": -24.019869234319692, "W21": -35.668372369351708, "S21": -35.668372369351708, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108556.75, 513351.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1144331602788178, "S11": -3.2537201414778245, "W12": -5.0, "S12": -5.0, "W13": -24.650183637866128, "S13": -26.07842475988123, "W21": -36.493452051680244, "S21": -36.803570816951023, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108557.0, 508776.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7267986301923388, "W12": -5.0, "S12": -9.9688778441102848, "W13": -15.663702197300761, "S13": -18.210463907189112, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108557.125, 502344.125 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -9.8740733062442985, "S12": -13.604036106379571, "W13": -16.917987581204834, "S13": -18.149144738530964, "W21": -34.477787685949316, "S21": -34.477787685949316, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108558.0, 501340.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.13827730763816104, "S11": -0.13827730763816104, "W12": -9.6766868107906046, "S12": -12.525987053373177, "W13": -18.064655470547986, "S13": -19.316091013988014, "W21": -30.25768802673829, "S21": -30.25768802673829, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108558.0, 503281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7216835754518773, "S11": -1.7216835754518773, "W12": -5.0, "S12": -5.0, "W13": -25.026336219767092, "S13": -25.026336219767092, "W21": -36.02376117319902, "S21": -36.87790662308764, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108558.0, 508450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55055661533844158, "S11": -0.55055661533844158, "W12": -7.7839795721492298, "S12": -10.320275789702968, "W13": -14.36133806652065, "S13": -33.271583940851549, "W21": -38.088434306081808, "S21": -38.088434306081808, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108558.0, 514872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1899425141640438, "S11": -1.1899425141640438, "W12": -5.9194845879369868, "S12": -5.9194845879369868, "W13": -18.901402659500118, "S13": -19.561208167088893, "W21": -31.395512704782554, "S21": -31.395512704782554, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108558.4, 505566.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8833714156985164, "W12": -5.0, "S12": -9.4478028342575477, "W13": -15.572799920438525, "S13": -17.815360304763065, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108559.0, 502461.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4457996802099136, "W12": -10.812037659717554, "S12": -10.843146562002488, "W13": -16.673360811743155, "S13": -16.673360811743155, "W21": -30.234991566108732, "S21": -30.234991566108732, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108559.0, 503754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3864677639591341, "S11": -1.7349300655467672, "W12": -5.0, "S12": -5.0, "W13": -24.825011049087639, "S13": -25.7272352956528, "W21": -36.29363406618792, "S21": -36.855244153327831, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108559.555555555562023, 508627.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3798051839335037, "S11": -2.3798051839335037, "W12": -5.4214339070398605, "S12": -9.0533397304765479, "W13": -23.160545036113536, "S13": -23.734050253891215, "W21": -33.882592126597011, "S21": -36.278452155849273, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108559.714285714289872, 507247.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71015082617402325, "S11": -0.71015082617402325, "W12": -7.7666224528821619, "S12": -8.6280943312557756, "W13": -13.449123479580654, "S13": -25.635979862642909, "W21": -39.842621317969353, "S21": -39.842621317969353, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108559.727272727279342, 515721.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36063543503059214, "S11": -0.8166415729069384, "W12": -8.8719307861489032, "S12": -10.327312397531554, "W13": -27.189675616767545, "S13": -27.189675616767545, "W21": -31.856263920683215, "S21": -31.856263920683215, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108560.0, 510965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7086852022922918, "S11": -1.7086852022922918, "W12": -5.0, "S12": -5.0, "W13": -25.000000000000004, "S13": -25.000000000000004, "W21": -36.04670368480339, "S21": -36.900016725531763, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108561.0, 508456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9918479882261382, "S12": -4.9918479882261382, "W13": -19.248901034380168, "S13": -19.248901034380168, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108561.0, 522595.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60290384451970813, "S11": -2.5307294956828228, "W12": -4.3156708270964401, "S12": -6.4044810012173006, "W13": -16.435175919219461, "S13": -17.30393032846667, "W21": -37.697448534941763, "S21": -37.807039283732053, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108562.0, 500412.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45740577531235416, "S11": -3.1918577033126692, "W12": -15.0, "S12": -17.361409936164307, "W13": -17.361409936164307, "S13": -17.533951002783528, "W21": -30.075962707682887, "S21": -30.371862605377071, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108562.0, 503467.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6781376628543674, "S11": -1.6781376628543674, "W12": -5.0, "S12": -5.0, "W13": -24.952769373091577, "S13": -24.952769373091577, "W21": -36.118598278445212, "S21": -36.898887706514962, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108562.0, 508501.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46680782222463146, "S11": -0.46680782222463146, "W12": -7.8042624138839738, "S12": -9.175268476399026, "W13": -23.142402639612641, "S13": -23.52190980167839, "W21": -35.724459129274621, "S21": -35.724459129274621, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108563.0, 513397.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4559339519934214, "S11": -3.2149792078133497, "W12": -15.0, "S12": -17.330420205384009, "W13": -17.330420205384009, "S13": -17.330420205384009, "W21": -30.095365230609051, "S21": -30.381349333859152, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108563.6, 503467.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5347801490301372, "S12": -5.0182224847955981, "W13": -17.426055005119132, "S13": -17.426055005119132, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108563.8, 523292.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91646793545333938, "S11": -0.91646793545333938, "W12": -8.3674862051054273, "S12": -10.675533793202881, "W13": -30.0, "S13": -30.0, "W21": -34.021263128302799, "S21": -34.021263128302799, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108564.0, 512330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60632113570027646, "S11": -1.5527533117196546, "W12": -3.9715205673469804, "S12": -4.4911225006006505, "W13": -16.743876634996379, "S13": -17.94434880062127, "W21": -37.513693614190885, "S21": -37.513693614190885, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108564.25, 500590.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6993399337522355, "S11": -1.6993399337522355, "W12": -5.6644846875447161, "S12": -5.6644846875447161, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108565.0, 521373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.7222659323367426, "W12": -5.0, "S12": -5.0, "W13": -24.311279914897412, "S13": -24.311279914897412, "W21": -36.824943650846947, "S21": -37.018445123106709, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108566.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4481531750832353, "S11": -1.4481531750832353, "W12": -5.0, "S12": -5.0, "W13": -24.847864282286174, "S13": -25.543176930545027, "W21": -36.283691100101322, "S21": -36.913368773502455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108566.333333333328483, 508599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6455793293723029, "S11": -1.6455793293723029, "W12": -5.9482558365251714, "S12": -5.9482558365251714, "W13": -20.0, "S13": -20.0, "W21": -34.517212666412803, "S21": -34.517212666412803, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108566.833333333328483, 520859.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55704418467528316, "S11": -0.55704418467528316, "W12": -8.4281980721089038, "S12": -12.202315898388541, "W13": -27.675686265597847, "S13": -27.675686265597847, "W21": -33.082606896115799, "S21": -33.082606896115799, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108567.0, 511746.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.5592006033182511, "S12": -11.401928447046661, "W13": -16.77854464176529, "S13": -17.718619033896701, "W21": -33.994349322725114, "S21": -33.994349322725114, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108568.0, 501420.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8214148618070147, "W12": -5.0, "S12": -9.7489643775013448, "W13": -15.632990370721377, "S13": -18.042914306489358, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108568.75, 502390.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46143033924088372, "S11": -0.46143033924088372, "W12": -7.7941750996451828, "S12": -9.2830249582674114, "W13": -22.890267501056577, "S13": -23.21293091140727, "W21": -35.779252039653571, "S21": -35.779252039653571, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108570.5, 513443.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77383758577552442, "S11": -0.77383758577552442, "W12": -7.7473098112890035, "S12": -7.7473098112890035, "W13": -13.666259955004449, "S13": -14.79518160766944, "W21": -39.641201622897192, "S21": -39.641201622897192, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108570.71052631578641, 516042.855263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.8001348492263665, "S12": -8.2975613061221214, "W13": -25.0, "S13": -27.301736539998547, "W21": -35.193417460172228, "S21": -35.193417460172228, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108571.0, 513077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8536714127966547, "S11": -0.8536714127966547, "W12": -8.2326232490281619, "S12": -12.182781862562763, "W13": -29.906085908812436, "S13": -29.906085908812436, "W21": -33.839795256702097, "S21": -33.839795256702097, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108572.142857142855064, 512229.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3685681813032029, "S11": -2.3685681813032029, "W12": -5.0, "S12": -9.4104170100543687, "W13": -20.862816888503591, "S13": -21.025115760124745, "W21": -32.697670461085842, "S21": -32.697670461085842, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108572.857142857144936, 506511.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9952587725913309, "S11": -1.9952587725913309, "W12": -6.1817433207570591, "S12": -8.1248751350930739, "W13": -24.999999999999996, "S13": -24.999999999999996, "W21": -35.524666919690311, "S21": -37.069655781698565, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108573.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2686503674983613, "S11": 0.2686503674983613, "W12": -5.0, "S12": -12.992588477571843, "W13": -16.210797837799891, "S13": -16.345221703203539, "W21": -32.296156174685564, "S21": -32.296156174685564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108574.0, 501659.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3487231311685821, "S11": -1.956861555989605, "W12": -5.0, "S12": -5.0, "W13": -24.796928167931277, "S13": -25.796928167931277, "W21": -36.377410758274401, "S21": -36.96523057806283, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108574.0, 508638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3664356858991709, "S11": -2.3664356858991709, "W12": -5.3445776145999853, "S12": -8.8273213421078189, "W13": -23.011794024807877, "S13": -23.619478974630372, "W21": -33.855386449647284, "S21": -36.215512777971355, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108574.428571428565192, 507206.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.8423267838679331, "W12": -5.0, "S12": -6.5120053981739128, "W13": -14.976789255026283, "S13": -17.976789255026283, "W21": -39.79639732763026, "S21": -39.79639732763026, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108574.8, 497933.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67115809794086589, "S11": -3.095439091152727, "W12": -5.2722851690619592, "S12": -5.2722851690619592, "W13": -24.388827747206935, "S13": -24.503683661611028, "W21": -36.43346205335704, "S21": -36.43346205335704, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108575.0, 509274.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60230757523874745, "S11": -4.8098383956727933, "W12": -15.0, "S12": -16.178817651956702, "W13": -16.448681690576453, "S13": -16.448681690576453, "W21": -29.999999999999996, "S21": -30.045762951445333, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108576.0, 503541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21130803468651679, "S11": -0.21130803468651679, "W12": -9.7024636765634877, "S12": -9.7024636765634877, "W13": -17.138888888888889, "S13": -18.010743009156151, "W21": -30.308479325353645, "S21": -30.308479325353645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108576.0, 503855.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.665491246210815, "S12": -11.665491246210815, "W13": -17.036077234430735, "S13": -20.036077234430735, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108576.0, 504405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3997075467521549, "S11": -2.4424793214738783, "W12": -5.0427091369001467, "S12": -5.2993869850799555, "W13": -22.054718346831258, "S13": -22.922820795400579, "W21": -33.140779174714581, "S21": -33.140779174714581, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108576.333333333328483, 506899.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39569880475865049, "S11": -0.3956988047586506, "W12": -5.4725710508922667, "S12": -11.898734478645343, "W13": -15.93567045168688, "S13": -18.044673264402476, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108577.0, 502011.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45605285625713593, "S11": -0.45605285625713593, "W12": -7.7840877854063919, "S12": -9.3907814401357967, "W13": -22.63813236250051, "S13": -22.903952021136149, "W21": -35.834044950032514, "S21": -35.834044950032514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108578.0, 513490.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0617198994524926, "S11": -1.0617198994524926, "W12": -7.7097750512931515, "S12": -7.7097750512931515, "W13": -15.0, "S13": -18.925530849358974, "W21": -37.702446297417602, "S21": -37.702446297417602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108579.0, 517566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9160310934216906, "W12": -5.0, "S12": -9.5290509108924084, "W13": -15.602278544141994, "S13": -17.875364705789607, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108580.375, 502437.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.8395744680851065, "W12": -5.0000000000000009, "S12": -9.6982758620689662, "W13": -16.225683503671181, "S13": -16.584630464435666, "W21": -37.898841309721398, "S21": -37.898841309721398, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108581.0, 500139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52024249865704841, "S11": -1.4358671142939636, "W12": -11.098408428603452, "S12": -11.164949205591602, "W13": -16.499253562676945, "S13": -16.499253562676945, "W21": -30.242890878422216, "S21": -30.242890878422216, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108581.0, 503770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7748815295025038, "S11": -1.7748815295025038, "W12": -5.547712092636262, "S12": -6.207898328062516, "W13": -25.186384732776396, "S13": -25.186384732776396, "W21": -35.825043807946685, "S21": -37.096973426176838, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108581.0, 508243.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6140680287638397, "S11": -4.4891108516483884, "W12": -15.0, "S12": -15.745867332778241, "W13": -16.40985208050817, "S13": -16.40985208050817, "W21": -30.030217917675543, "S21": -30.030217917675543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108582.0, 503567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44533062185045907, "S11": -1.1166848098706306, "W12": -10.437401927818875, "S12": -10.478981788930016, "W13": -16.500248316798707, "S13": -17.500248316798707, "W21": -30.266485013623978, "S21": -30.266485013623978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108582.0, 503793.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.3821925426430361, "W13": -15.0, "S13": -15.0, "W21": -37.117525140853083, "S21": -37.117525140853083, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108582.0, 524187.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19439896235752591, "S11": -0.19439896235752591, "W12": -5.8656679151061253, "S12": -12.75168269365558, "W13": -16.022287977441998, "S13": -17.25165516950258, "W21": -30.491521160553805, "S21": -30.491521160553805, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108584.4, 501905.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53917247029905779, "S11": -0.53917247029905779, "W12": -10.0, "S12": -10.0, "W13": -17.325192517415012, "S13": -18.095367618875027, "W21": -36.70713176787482, "S21": -36.70713176787482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108585.0, 501072.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11162271842021831, "S11": -0.11162271842021831, "W12": -10.71486571832426, "S12": -13.202150659544637, "W13": -18.258489892392863, "S13": -19.371423299107228, "W21": -30.64466620262608, "S21": -30.64466620262608, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108585.0, 503306.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45067537327338825, "S11": -0.45067537327338825, "W12": -7.7740004711676001, "S12": -9.4985379220041821, "W13": -22.385997223944443, "S13": -22.594973130865029, "W21": -35.888837860411464, "S21": -35.888837860411464, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108585.5, 513537.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.20895297948682168, "W12": -8.6401367367835569, "S12": -11.047030820415543, "W13": -26.551889948851297, "S13": -26.551889948851297, "W21": -32.240299714906484, "S21": -32.240299714906484, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108585.555555555562023, 511248.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3846642131751206, "S11": -2.3846642131751206, "W12": -5.0, "S12": -9.2375144222844892, "W13": -20.97449164716274, "S13": -21.287891432015456, "W21": -32.817906854698734, "S21": -32.817906854698734, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108586.0, 506554.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.040263305456335, "S21": -40.040263305456335, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108588.0, 497374.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56858254813600984, "S11": -0.56858254813600984, "W12": -10.0, "S12": -13.0, "W13": -17.395390879525088, "S13": -18.103058833397785, "W21": -37.008443538205839, "S21": -37.008443538205839, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108588.0, 501018.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3591167630184624, "S11": -2.3591167630184624, "W12": -5.8240154555442283, "S12": -9.6890753481228131, "W13": -24.18105697584997, "S13": -24.18105697584997, "W21": -35.063497793532207, "S21": -37.20874829162738, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108588.5, 507736.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78065963874596367, "S11": -0.78065963874596367, "W12": -7.9738877806132527, "S12": -7.9738877806132527, "W13": -30.0, "S13": -30.0, "W21": -34.604140259873816, "S21": -34.604140259873816, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108588.555555555562023, 512736.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3831957926672089, "S11": -2.3831957926672089, "W12": -5.0, "S12": -9.1992747651228193, "W13": -20.982236038713971, "S13": -21.306999720021338, "W21": -32.839810040361201, "S21": -32.839810040361201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108589.142857142855064, 506558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3530661878648251, "S11": -2.3530661878648251, "W12": -5.2677213221600736, "S12": -8.6013029537391077, "W13": -22.863043013502175, "S13": -23.495994928538085, "W21": -33.828180772697628, "S21": -35.996078225132159, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108589.142857142855064, 507164.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71948646137262684, "S11": -0.71948646137262684, "W12": -7.7298900564741198, "S12": -8.5685119812854893, "W13": -13.476230542222174, "S13": -25.122077408814484, "W21": -39.74557998080364, "S21": -39.74557998080364, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108589.512195121948025, 515721.268292682943866 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0654946570148232, "S12": -13.389338008563094, "W13": -16.303236688548505, "S13": -16.303236688548505, "W21": -33.347053057454104, "S21": -33.347053057454104, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108590.0, 501539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6417149677493192, "S11": -1.6417149677493192, "W12": -5.0, "S12": -5.0, "W13": -24.978947368421053, "S13": -24.978947368421053, "W21": -36.124666657562365, "S21": -37.132772519447784, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108590.0, 508417.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62252838405308719, "S11": -4.9937127552374578, "W12": -15.0, "S12": -15.936769358867611, "W13": -16.325608747888566, "S13": -16.325608747888566, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108591.0, 503541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89032037054442759, "S11": -0.89032037054442759, "W12": -7.7115272123985221, "S12": -7.7115272123985221, "W13": -14.190390851808875, "S13": -14.190390851808875, "W21": -38.922600775861099, "S21": -38.922600775861099, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108591.181034482753603, 516630.556034482782707 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9816882824316933, "W12": -5.0, "S12": -9.3091374442834702, "W13": -15.571566717562611, "S13": -17.707815105089857, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108592.0, 502484.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52181342143108456, "S11": -0.52181342143108456, "W12": -10.0, "S12": -10.0, "W13": -17.233609068851298, "S13": -18.008375958646067, "W21": -36.190436695079534, "S21": -36.190436695079534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108592.666666666671517, 501153.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44529789028964051, "S11": -0.44529789028964051, "W12": -7.76391315692881, "S12": -9.3232105670415937, "W13": -22.13386208538838, "S13": -22.285994240593912, "W21": -35.943630770790406, "S21": -35.943630770790406, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108593.0, 513584.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61789123407492719, "S11": -0.61789123407492719, "W12": -10.0, "S12": -10.675871863657878, "W13": -17.15512108086104, "S13": -17.979088068035082, "W21": -37.107679892316675, "S21": -37.107679892316675, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108593.333333333328483, 500898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5882620923842603, "S11": -4.7993771422089875, "W12": -14.999999999999998, "S12": -16.032173189009157, "W13": -16.300896765636523, "S13": -16.300896765636523, "W21": -30.101588681359043, "S21": -30.101588681359043, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108593.5, 503530.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39416302151280275, "S11": -0.85195482996674066, "W12": -10.03824815063887, "S12": -10.03824815063887, "W13": -16.552712160979876, "S13": -17.912734432694798, "W21": -30.28953418969768, "S21": -30.28953418969768, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108593.5, 503819.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.4077323476161738, "S11": -2.4077323476161738, "W12": -5.0153344576811936, "S12": -6.8354833251366678, "W13": -21.497649410336052, "S13": -22.497649410336052, "W21": -33.055517512668963, "S21": -33.055517512668963, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108594.0, 506731.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0254354952163185, "W12": -4.9999999999999991, "S12": -9.0932984788326809, "W13": -15.535080133950766, "S13": -17.5440337265083, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108594.428571428565192, 502532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.5042310193816935, "W12": -5.0, "S12": -5.410722041614747, "W13": -15.044072611887984, "S13": -17.781313117716088, "W21": -39.481386730755474, "S21": -39.481386730755474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108595.0, 498446.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32010824508439045, "S11": -2.1337452093622389, "W12": -8.3601765299807838, "S12": -9.6188553879766783, "W13": -18.517232195061265, "S13": -19.529321137529955, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108595.0, 503141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.4587221970973974, "W12": -5.0, "S12": -10.801203998823222, "W13": -15.838477626259968, "S13": -18.838477626259966, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108596.0, 502147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56732911517112816, "S11": -0.56732911517112816, "W12": -7.7361691314045915, "S12": -10.084359226113884, "W13": -14.405987552252503, "S13": -33.329933091199713, "W21": -38.027968060846419, "S21": -38.027968060846419, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108596.4, 514897.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59879843404938771, "S11": -1.7070930201031513, "W12": -4.1688703532801368, "S12": -5.1899899760182731, "W13": -16.566212227428696, "S13": -17.7212840087399, "W21": -37.421393585217345, "S21": -37.421393585217345, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108596.5, 500568.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0691827080009797, "W12": -5.0, "S12": -8.8774595133818774, "W13": -15.498593550338931, "S13": -17.386882262298226, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108596.857142857144936, 502580.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.5484761904761903, "W12": -5.0, "S12": -11.710329927559577, "W13": -16.124945577980299, "S13": -16.124945577980299, "W21": -38.027571114993322, "S21": -38.027571114993322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108598.0, 499947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58350115052584439, "S11": -0.58350115052584439, "W12": -5.0, "S12": -11.206979085748431, "W13": -16.926988027778961, "S13": -17.864032403244146, "W21": -37.204358740140343, "S21": -37.204358740140343, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108598.0, 500783.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9945653254840918, "S12": -4.9945653254840918, "W13": -19.308815623263666, "S13": -19.308815623263666, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108598.0, 522596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4885664547157842, "S11": -1.4885664547157835, "W12": -5.0, "S12": -5.0, "W13": -24.828904701291655, "S13": -25.473017365417025, "W21": -36.395131212588396, "S21": -37.172428875308924, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108599.0, 508571.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1856786375501551, "W12": -5.0, "S12": -8.6616205479310882, "W13": -15.827010736054049, "S13": -17.60375236207523, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108599.285714285710128, 502628.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.064926008122372578, "S11": -0.064926008122372578, "W12": -11.733481699798041, "S12": -14.185998960480976, "W13": -18.334502498393128, "S13": -19.333372736269993, "W21": -30.861279995185438, "S21": -30.861279995185438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108599.333333333328483, 503344.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77940557170727731, "S11": -0.77940557170727731, "W12": -7.7123181934400709, "S12": -7.7123181934400709, "W13": -13.666224075036553, "S13": -14.889255583563209, "W21": -39.601600138458572, "S21": -39.601600138458572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108599.348484848480439, 516024.742424242431298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.2864350785491734, "W12": -6.2864350785491734, "S12": -6.2864350785491734, "W13": -15.0, "S13": -18.0, "W21": -40.122939173504896, "S21": -40.122939173504896, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.9176216439329217, "W12": -5.0, "S12": -6.2103038804225914, "W13": -14.948297322098941, "S13": -17.948297322098941, "W21": -39.726581806159977, "S21": -39.726581806159977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.0242822590397873, "W12": -5.0242822590397873, "S12": -5.0242822590397873, "W13": -15.451411282883814, "S13": -18.710980597233448, "W21": -38.95298757328414, "S21": -38.95298757328414, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.6950158730158731, "W12": -5.0, "S12": -11.113968077842266, "W13": -16.167199203040255, "S13": -16.265545568833872, "W21": -37.968283775613116, "S21": -37.968283775613116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57915198689061864, "S11": -0.57915198689061864, "W12": -9.9999999999999982, "S12": -12.661985166482561, "W13": -17.305787709655888, "S13": -17.9899719878136, "W21": -36.983579977942092, "S21": -36.983579977942092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36833516966290569, "S11": -0.36833516966290569, "W12": -5.126679885437321, "S12": -11.576229490495244, "W13": -15.956055739833975, "S13": -17.783265313681028, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.01, "S11": -3.0, "W12": -9.0, "S12": -9.0, "W13": -29.0, "S13": -29.0, "W21": -31.01, "S21": -31.01, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43992040730589277, "S11": -0.43992040730589277, "W12": -7.7538258426900191, "S12": -8.66375926311526, "W13": -21.881726946832316, "S13": -21.977015350322795, "W21": -35.998423681169356, "S21": -35.998423681169356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108600.5, 513630.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4182012626349851, "W12": -5.0, "S12": -8.4457815824802847, "W13": -16.198819219702269, "S13": -17.864013759785308, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108601.714285714289872, 502676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8605798242354907, "S11": -1.8605798242354907, "W12": -6.1050020454381784, "S12": -7.6176322359717243, "W13": -24.999999999999989, "S13": -24.999999999999989, "W21": -35.765718658797987, "S21": -37.28083705604228, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108602.0, 508137.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5677931923404855, "S11": -1.5677931923404855, "W12": -5.0, "S12": -5.0, "W13": -24.906649688737957, "S13": -24.906649688737957, "W21": -36.268692877435655, "S21": -37.218490967758619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108602.5, 508474.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.2798476580802021, "W12": -6.2798476580802021, "S12": -6.2798476580802021, "W13": -15.0, "S13": -18.0, "W21": -40.121373272168647, "S21": -40.121373272168647, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108602.875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.271304964538869, "W12": -5.0, "S12": -9.544337515648289, "W13": -16.302039134659125, "S13": -16.73357035418492, "W21": -37.781046504075341, "S21": -37.781046504075341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108603.0, 500179.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -5.0, "S12": -7.4274525320144544, "W13": -18.19865672473005, "S13": -19.225683026892362, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108603.0, 502905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43411002205590887, "S11": -0.43411002205590887, "W12": -7.7498238503745807, "S12": -8.0315430796698521, "W13": -21.592617065233014, "S13": -21.592617065233014, "W21": -36.073532934249172, "S21": -36.073532934249172, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108603.0, 513682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3396966898304807, "S11": -2.3396966898304807, "W12": -5.1908650297202188, "S12": -8.3752845653707375, "W13": -22.714292002196643, "S13": -23.372510882445916, "W21": -33.800975095748122, "S21": -35.609262744893719, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108603.857142857144936, 507123.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5, "W12": -5.0, "S12": -10.7745855134247, "W13": -15.839417153688201, "S13": -18.788171415424365, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108604.0, 502151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5728980642982293, "S12": -5.0877155825464042, "W13": -17.555319698918872, "S13": -17.555319698918872, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108604.0, 523269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.650723887719777, "W12": -5.0, "S12": -8.2299426170294954, "W13": -16.570627703350809, "S13": -18.124275157495735, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108604.142857142855064, 502724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55507816060749238, "S11": -2.4077262851082777, "W12": -4.5058332301666706, "S12": -6.7910531314670184, "W13": -16.48857523320132, "S13": -17.394885552712285, "W21": -37.523428998235126, "S21": -37.588768226804113, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108604.727272727279342, 500434.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46454326299963705, "S11": -4.0277973990862153, "W12": -15.0, "S12": -16.318479045240078, "W13": -16.318479045240078, "S13": -16.318479045240078, "W21": -30.493299993265992, "S21": -30.493299993265992, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108605.0, 503494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2244183652460368, "S11": -1.2244183652460368, "W12": -5.8423270221293837, "S12": -5.8423270221293837, "W13": -18.832712734874161, "S13": -19.670219388903583, "W21": -31.537060605789772, "S21": -31.537060605789772, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108605.0, 505573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3240955205090332, "S11": -2.1113827122356379, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -24.752416028490131, "S13": -25.598632321021636, "W21": -36.523627161778904, "S21": -37.208514630456435, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108605.333333333328483, 508637.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47470428350908822, "S11": -0.47470428350908822, "W12": -8.3156402052060976, "S12": -12.165321680942892, "W13": -27.443526343233025, "S13": -27.443526343233025, "W21": -32.96536470656924, "S21": -32.96536470656924, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108605.333333333328483, 511735.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3868588155123378, "S11": -2.3868588155123378, "W12": -5.0, "S12": -8.4078958397363088, "W13": -21.101655188924354, "S13": -21.588883679917931, "W21": -32.981949619636559, "S21": -32.981949619636559, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108605.428571428565192, 506605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72449253963781091, "S11": -0.72449253963781091, "W12": -7.7102281978435503, "S12": -8.5366772039285657, "W13": -13.490762950365266, "S13": -24.845378826919877, "W21": -39.693786637547042, "S21": -39.693786637547042, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108605.454545454544132, 515721.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9959657212739015, "W12": -5.0, "S12": -9.3994205005109563, "W13": -15.597132402163187, "S13": -17.775244712876287, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108605.571428571434808, 502460.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.015214547760315233, "S11": -0.015214547760315233, "W12": -12.604583320802382, "S12": -15.178089571968645, "W13": -18.346429433351993, "S13": -19.346429433351993, "W21": -30.971772956789017, "S21": -31.025668525375625, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108606.0, 503384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6280462382381073, "S11": -1.6280462382381073, "W12": -5.0, "S12": -5.0, "W13": -25.0, "S13": -25.0, "W21": -36.110625205778867, "S21": -37.268737209458713, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108606.0, 508357.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.883246512804607, "W12": -5.0, "S12": -8.0141036515786901, "W13": -16.942436186999029, "S13": -18.384536555205813, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108606.571428571434808, 502772.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3942214846107421, "S11": -2.3942214846107421, "W12": -5.0298417677326483, "S12": -6.4504032648639242, "W13": -21.529677943129993, "S13": -22.513606755515958, "W21": -33.152194306649129, "S21": -33.152194306649129, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108608.0, 506748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5, "W12": -4.987325973460953, "S12": -4.987325973460953, "W13": -24.288677229010823, "S13": -24.288677229010823, "W21": -36.974439528782028, "S21": -37.238518851811037, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108608.0, 509041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43454292432214503, "S11": -0.43454292432214503, "W12": -7.743738528451229, "S12": -8.0043079591889263, "W13": -21.629591808276249, "S13": -21.731126878089267, "W21": -36.053216591548299, "S21": -36.053216591548299, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108608.0, 513677.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52967721124080236, "S11": -0.52967721124080236, "W12": -7.7258160669916798, "S12": -10.72581606699168, "W13": -14.723654461905518, "S13": -29.822070826874533, "W21": -37.646203333941543, "S21": -37.646203333941543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108608.0, 514677.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.1157691378893988, "W12": -5.0, "S12": -7.7982646861279017, "W13": -17.314244670647565, "S13": -18.640491336200171, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108609.0, 502820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.206408449447824, "W12": -5.8821550521096224, "S12": -5.8821550521096224, "W13": -24.652868900087689, "S13": -26.578155753983438, "W21": -35.581402685348728, "S21": -35.581402685348728, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108609.0, 509503.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6678034954260736, "S12": -5.6678034954260736, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108609.5, 521376.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4976890409703339, "S11": 0.4976890409703339, "W12": -5.0, "S12": -11.246227623892974, "W13": -16.623216299577429, "S13": -17.226466586661157, "W21": -34.366578653806506, "S21": -34.366578653806506, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108610.0, 501427.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22703230456719731, "S11": -0.22703230456719731, "W12": -9.7784187252718038, "S12": -9.7784187252718038, "W13": -17.739853461760106, "S13": -19.634730967328036, "W21": -30.207410228509254, "S21": -30.207410228509254, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108610.0, 503881.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0620544065606126, "S11": -1.0620544065606126, "W12": -7.672442339908895, "S12": -7.672442339908895, "W13": -14.973438453903736, "S13": -14.973438453903736, "W21": -37.729775262797574, "S21": -37.729775262797574, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108610.0, 517516.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77961282873501103, "S11": -0.77961282873501103, "W12": -8.1574615227227909, "S12": -12.631512283897967, "W13": -29.642742977714335, "S13": -29.642742977714335, "W21": -33.697413237146151, "S21": -33.697413237146151, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108610.714285714289872, 512203.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3362751980449583, "S11": -2.3492537735171224, "W12": -5.3143182867701428, "S12": -9.1868315237035088, "W13": -23.027268144835563, "S13": -23.556140008213976, "W21": -34.191550172671079, "S21": -37.191550172671079, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108611.0, 507269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73401326598144789, "S11": -0.73401326598144789, "W12": -7.8921285541143789, "S12": -7.8921285541143789, "W13": -30.0, "S13": -30.295282561497444, "W21": -34.589408651888995, "S21": -34.589408651888995, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108611.0, 512764.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49764207806491867, "S11": 0.49764207806491867, "W12": -4.9433317725181585, "S12": -11.379494163610406, "W13": -16.583522135024804, "S13": -17.135263181935215, "W21": -34.341083825023688, "S21": -34.341083825023688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108611.714285714289872, 501432.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35644875317532754, "S11": -2.7149510544558035, "W12": -15.0, "S12": -16.630867610325126, "W13": -16.630867610325126, "S13": -16.630867610325126, "W21": -30.808865554821004, "S21": -30.826808420957853, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108612.4, 503460.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6734157834910852, "S11": -1.6734157834910852, "W12": -5.282022211610955, "S12": -5.8264209243918872, "W13": -25.001387643366218, "S13": -25.001387643366218, "W21": -36.018860468290526, "S21": -37.339548384113968, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108613.0, 508273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.018229297824454722, "S11": -0.018229297824454722, "W12": -12.752097681273206, "S12": -15.169847261418784, "W13": -18.410515104393454, "S13": -19.371341090959284, "W21": -31.077893787745023, "S21": -31.077893787745023, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108613.666666666671517, 503382.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21163410450134784, "S11": -1.1458800813454462, "W12": -10.0, "S12": -11.45871991043105, "W13": -18.575952851900229, "S13": -18.852993907422299, "W21": -30.637064876407113, "S21": -30.637064876407113, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108614.0, 503231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36176095758568055, "S11": -0.36176095758568055, "W12": -6.8016152498589628, "S12": -20.276812961175779, "W13": -25.0, "S13": -25.468407388175951, "W21": -34.270836584208347, "S21": -34.270836584208347, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108614.0, 509798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.3617181840135233, "W12": -5.0, "S12": -7.5737516250076329, "W13": -17.6352194548436, "S13": -18.798374249536543, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108614.25, 502869.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42916544133839729, "S11": -0.42916544133839729, "W12": -7.7336512142124381, "S12": -7.7336512142124381, "W13": -21.377456669720182, "S13": -21.53285116741155, "W21": -36.108009501927249, "S21": -36.108009501927249, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108615.5, 513724.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.71, "W12": -5.0, "S12": -9.2232310515534301, "W13": -16.365649559089398, "S13": -16.888115086793036, "W21": -37.686002301117355, "S21": -37.699258662032463, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108616.0, 500229.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34082443361501374, "S11": -2.5684024905872738, "W12": -15.0, "S12": -16.604784901470996, "W13": -16.64629831932773, "S13": -16.678450057024794, "W21": -30.885011305172942, "S21": -30.885011305172942, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108616.5, 503457.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6288780140382533, "S11": -1.6288780140382533, "W12": -5.9524694377612839, "S12": -5.9524694377612839, "W13": -20.0, "S13": -20.0, "W21": -34.183808519158738, "S21": -34.183808519158738, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108616.666666666671517, 520862.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5770283048431921, "S11": -1.5770283048431921, "W12": -5.0, "S12": -5.0, "W13": -24.958437270726336, "S13": -24.958437270726336, "W21": -36.199013919557885, "S21": -37.360418825268951, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108618.333333333328483, 508377.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3334902682377683, "S11": -2.3334902682377683, "W12": -5.114008737280308, "S12": -8.1492661770020263, "W13": -22.565540990890952, "S13": -23.249026836353636, "W21": -33.773769418798466, "S21": -35.222447264654775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108618.571428571434808, 507081.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62546747499552346, "S11": -1.5687328668845759, "W12": -12.217552118359112, "S12": -12.330667213852843, "W13": -16.190268657959223, "S13": -16.190268657959223, "W21": -30.235007136369532, "S21": -30.235007136369532, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108619.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.6345041322314042, "W12": -5.0, "S12": -7.3492385638873614, "W13": -17.956194239039633, "S13": -18.956257162872912, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108619.5, 502918.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7596050632538875, "S11": -1.7596050632538875, "W12": -5.7283908029570245, "S12": -6.8710009314941978, "W13": -25.0, "S13": -25.0, "W21": -35.935991481693925, "S21": -37.40918276679254, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108620.0, 508195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78997722381438307, "S11": -0.78997722381438307, "W12": -7.6860772474623449, "S12": -7.6860772474623449, "W13": -13.696458582393511, "S13": -13.817723615064915, "W21": -39.532753625201686, "S21": -39.532753625201686, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108620.315789473679615, 516046.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -2.388634796103108, "S11": -2.388634796103108, "W12": -5.0, "S12": -7.577603308094174, "W13": -21.221074339134713, "S13": -21.870767639814481, "W21": -33.124089198912003, "S21": -33.124089198912003, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108621.714285714289872, 506652.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58861000197993663, "S11": -3.3114574474961924, "W12": -5.2411892695824607, "S12": -5.2411892695824607, "W13": -24.329585824658359, "S13": -24.452500270244819, "W21": -36.698684318020717, "S21": -36.698684318020717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108622.5, 509273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4237879583546495, "S11": -0.4237879583546495, "W12": -7.723563899973648, "S12": -7.723563899973648, "W13": -21.125321531164118, "S13": -21.552726956706838, "W21": -36.162802412306192, "S21": -36.162802412306192, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108623.0, 513771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72141878780961066, "S11": -0.72141878780961066, "W12": -15.0, "S12": -15.025034406715552, "W13": -16.096446542002713, "S13": -16.096446542002713, "W21": -30.095305566368236, "S21": -30.095305566368236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108624.0, 503645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6072729279247795, "S11": -1.6072729279247795, "W12": -5.0, "S12": -5.2920350549211008, "W13": -25.0, "S13": -25.0, "W21": -36.128187638366491, "S21": -37.417284515808511, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108624.0, 508312.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.2401344364009379, "W12": -5.2401344364009379, "S12": -6.1552572787321367, "W13": -14.978335463418698, "S13": -17.978335463418698, "W21": -39.730273136563461, "S21": -39.730273136563461, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108624.2, 497938.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.4832456063075359, "W12": -5.7219673158974702, "S12": -7.8466928186645628, "W13": -18.277169023235665, "S13": -19.410901823945828, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108624.75, 502967.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.6957814157951949, "W12": -5.0, "S12": -9.3903991692270949, "W13": -16.378394765647116, "S13": -16.882510243934334, "W21": -37.663251698429235, "S21": -37.663251698429235, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108625.0, 500219.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71311113647604918, "S11": -1.0372863833766586, "W12": -15.0, "S12": -15.059441122262557, "W13": -16.107040896438516, "S13": -16.107040896438516, "W21": -30.143936680939408, "S21": -30.143936680939408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108625.0, 503692.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.7297946991188775, "S12": -7.7297946991188775, "W13": -17.79619623305112, "S13": -19.558357202137472, "W21": -30.222814759534174, "S21": -30.222814759534174, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108625.0, 505086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3580739753068416, "S11": -2.3580739753068416, "W12": -5.0192741295485082, "S12": -5.5147965176082092, "W13": -22.045166045616476, "S13": -22.873559473172996, "W21": -33.420417806064961, "S21": -33.420417806064961, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108625.0, 506907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -9.2852715580692653, "W13": -15.733719514444896, "S13": -18.35161632175182, "W21": -38.549546677872819, "S21": -38.549546677872819, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108626.0, 499316.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.71, "W12": -5.0, "S12": -10.652899880505291, "W13": -16.279865697524261, "S13": -16.522265709364479, "W21": -37.798217680249827, "S21": -37.798217680249827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108626.0, 500079.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37224027558890388, "S11": -0.37224027558890388, "W12": -4.9999999999999991, "S12": -11.39412398350291, "W13": -15.96461093853291, "S13": -17.616059752416049, "W21": -30.216251104660781, "S21": -30.216251104660781, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108626.0, 502006.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.650448000890437, "S12": -11.650448000890437, "W13": -16.614419276395868, "S13": -19.614419276395868, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108626.0, 504100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.087254673443961372, "S11": -0.087254673443961372, "W12": -9.5918986244990432, "S12": -9.5918986244990432, "W13": -16.955086891923187, "S13": -19.381873333784924, "W21": -30.131092802735907, "S21": -30.131092802735907, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108626.428571428565192, 503926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16742165381233851, "S11": -0.16742165381233851, "W12": -5.0306283811901826, "S12": -11.903900850702263, "W13": -16.050264541907261, "S13": -16.853384427275767, "W21": -31.078932058155029, "S21": -31.078932058155029, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108627.2, 501897.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54392325549637044, "S11": -0.54392325549637044, "W12": -10.0, "S12": -10.0, "W13": -17.297961806295298, "S13": -17.804559605229798, "W21": -36.818957129752306, "S21": -36.818957129752306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108627.333333333328483, 501068.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41855107473147379, "S11": -0.41855107473147379, "W12": -7.7171231234340087, "S12": -7.8516175644408799, "W13": -20.871599445170371, "S13": -21.61035832122711, "W21": -36.223963439737723, "S21": -36.223963439737723, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108627.555555555562023, 513816.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15029350971475816, "S11": -1.0421954875727009, "W12": -13.770713662746983, "S12": -15.661804420448899, "W13": -17.803025210084034, "S13": -18.283913430751326, "W21": -31.276722617079887, "S21": -31.276722617079887, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108628.0, 503421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55328923728710688, "S11": -1.8234462333752557, "W12": -4.3989270902501891, "S12": -5.9215644024727903, "W13": -16.619716452053279, "S13": -17.713138770842257, "W21": -37.329093556243791, "S21": -37.329093556243791, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108628.75, 500545.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48159692784182456, "S11": -3.3038230653566902, "W12": -6.5790802201739247, "S12": -8.2306117118866329, "W13": -18.602805893186005, "S13": -19.701696261583699, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108630.0, 503017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.3079055078752191, "W13": -15.0, "S13": -15.0, "W21": -37.19050657644155, "S21": -37.19050657644155, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108630.0, 524197.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4338881485902348, "S11": -1.4338881485902055, "W12": -5.0, "S12": -5.0, "W13": -24.788737973967201, "S13": -25.215005092419791, "W21": -36.514166155034722, "S21": -37.419308680964583, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108630.333333333328483, 508552.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4294899569173418, "S11": -1.4294899569173418, "W12": -5.0, "S12": -5.0, "W13": -24.786757215619694, "S13": -25.200247262210123, "W21": -36.519993077454728, "S21": -37.432507353859869, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108632.0, 508551.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81238226915475087, "S11": -0.81238226915475087, "W12": -8.1814126875390514, "S12": -10.553266758243119, "W13": -30.0, "S13": -30.0, "W21": -33.855250695058302, "S21": -33.855250695058302, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108632.0, 512338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4196911942603434, "S11": -0.4196911942603434, "W12": -7.7106823468943881, "S12": -8.6992029764995848, "W13": -20.617877359176589, "S13": -21.700223761060936, "W21": -36.285124467169283, "S21": -36.285124467169283, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108632.111111111109494, 513862.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.5088489223818762, "S12": -5.9245518055876163, "W13": -17.707333070821829, "S13": -17.707333070821829, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108632.142857142855064, 523229.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45625192916046081, "S11": -0.97876963596275468, "W12": -10.779627138908326, "S12": -10.779627138908326, "W13": -17.887284922717587, "S13": -19.459487679082294, "W21": -30.188208197315927, "S21": -30.188208197315927, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108632.666666666671517, 503840.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.14615871238041628, "W12": -8.4908076834478052, "S12": -10.976606460604593, "W13": -26.978595820602507, "S13": -26.978595820602507, "W21": -32.123428666892849, "S21": -32.123428666892849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108633.111111111109494, 511253.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3283700856154019, "S11": -2.3283700856154019, "W12": -5.0371524448404328, "S12": -7.4079679732504369, "W13": -22.416789979585282, "S13": -23.125542790261388, "W21": -33.746563741848732, "S21": -34.835631784415767, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108633.285714285710128, 507040.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58410161500380853, "S11": -0.58410161500380853, "W12": -7.6883586906599373, "S12": -9.8484426625249242, "W13": -14.450637037984462, "S13": -33.388282241546861, "W21": -37.967501815610909, "S21": -37.967501815610909, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108634.8, 514922.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7919059303048475, "S11": -1.7919059303048475, "W12": -5.949160219653912, "S12": -7.4722278208229014, "W13": -24.825923036607488, "S13": -24.825923036607488, "W21": -35.939507153568925, "S21": -37.534443178721531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108635.0, 508150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9972826627420464, "S12": -4.9972826627420464, "W13": -19.368730212147167, "S13": -19.368730212147167, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108635.0, 522597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42122486143482091, "S11": -3.0824315301570158, "W12": -7.4361931244503792, "S12": -7.4516101798711665, "W13": -18.926366672886733, "S13": -19.990414608971953, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108635.25, 503066.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2238671706112885, "S11": -0.2238671706112885, "W12": -5.0, "S12": -11.724983075496938, "W13": -16.030234238345123, "S13": -16.999798532778069, "W21": -30.942636784994242, "S21": -30.942636784994242, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108636.0, 501929.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48028370014651667, "S11": -3.3683601658118469, "W12": -6.6591212585089403, "S12": -8.5438104726768973, "W13": -18.484212431546055, "S13": -19.552920820360967, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108636.0, 503019.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7083862823746826, "S11": -0.7083862823746826, "W12": -7.8358106053192209, "S12": -7.8358106053192209, "W13": -30.0, "S13": -30.0, "W21": -34.504561666543843, "S21": -34.504561666543843, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108636.0, 512752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4266716159945087, "S11": -0.4266716159945087, "W12": -7.7042415703547471, "S12": -9.546788388559504, "W13": -20.364155273182504, "S13": -22.242919034954937, "W21": -36.346285494600906, "S21": -36.346285494600906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108636.666666666671517, 513908.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3105527495852356, "S11": -2.3181847891182903, "W12": -5.6981036850760196, "S12": -9.289905188898981, "W13": -23.974911439433214, "S13": -23.974911439433214, "W21": -35.29940435727756, "S21": -37.602640647354946, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108637.0, 507731.75 ] } }, +{ "type": "Feature", "properties": { "W11": 0.39587445121551668, "S11": 0.39587445121551668, "W12": -10.40932255269079, "S12": -10.40932255269079, "W13": -16.522562793239743, "S13": -19.169678212118693, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108638.0, 504050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3710697042848521, "S11": -2.3710697042848521, "W12": -5.0, "S12": -6.7473107764521814, "W13": -21.340493489345093, "S13": -22.130973739644695, "W21": -33.266228778187362, "S21": -33.266228778187362, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108638.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73509431339943876, "S11": -0.73509431339943876, "W12": -7.668497564579563, "S12": -8.4509032347901183, "W13": -13.521547925921828, "S13": -24.262303749980241, "W21": -39.583470727907283, "S21": -39.583470727907283, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108639.292682926825364, 515721.439024390245322 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50798716373070063, "S11": -0.50798716373070063, "W12": -10.0, "S12": -10.0, "W13": -17.34968723420905, "S13": -17.743310664648178, "W21": -36.709409042888851, "S21": -36.709409042888851, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108639.333333333328483, 501136.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3668990861281189, "S11": -2.3668990861281189, "W12": -5.0286171595535665, "S12": -6.1500722739676288, "W13": -21.469384521779247, "S13": -22.399422542408583, "W21": -33.320923457424414, "S21": -33.320923457424414, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108639.428571428565192, 506741.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73764535850407997, "S11": -1.5088157724565909, "W12": -13.398399197209347, "S12": -13.526005858027547, "W13": -16.080635753864101, "S13": -16.080635753864101, "W21": -30.21409627611262, "S21": -30.21409627611262, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108640.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36085279502781731, "S11": -2.8610399949573417, "W12": -8.2933060287268336, "S12": -8.5171388333545632, "W13": -18.916434658207375, "S13": -19.693760356419151, "W21": -30.167440405112306, "S21": -30.167440405112306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108640.5, 503115.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3627284679713765, "S11": -2.3627284679713765, "W12": -5.0614613657603664, "S12": -5.5823495714464269, "W13": -21.620561384729381, "S13": -22.57053477465211, "W21": -33.375618136661487, "S21": -33.375618136661487, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108640.857142857144936, 506784.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90598402832230696, "S11": -0.90598402832230696, "W12": -7.649875623152572, "S12": -7.649875623152572, "W13": -14.218021616061669, "S13": -14.218021616061669, "W21": -38.81699998217632, "S21": -38.81699998217632, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108641.172413793101441, 516630.672413793101441 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43365203772866323, "S11": -0.43365203772866323, "W12": -7.6978007938151265, "S12": -10.39437380061821, "W13": -20.110433187188718, "S13": -22.720842188020534, "W21": -36.407446522032473, "S21": -36.407446522032473, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108641.222222222218988, 513954.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56378005652247776, "S11": -0.56378005652247776, "W12": -9.6823689276412637, "S12": -10.229631039050448, "W13": -16.906271114708929, "S13": -17.56257805179618, "W21": -36.943823299307191, "S21": -36.943823299307191, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108642.0, 500889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3573219526695288, "S11": -2.3573219526695288, "W12": -5.0516332890080538, "S12": -5.0898501038742516, "W13": -21.771738247679732, "S13": -22.671470554492672, "W21": -33.430312815898539, "S21": -33.430312815898539, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108642.285714285710128, 506827.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.052522957679232402, "S11": 0.052522957679232402, "W12": -9.5820949166987806, "S12": -9.5820949166987806, "W13": -16.461722442017773, "S13": -18.632693125551299, "W21": -30.054775376962532, "S21": -30.054775376962532, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108642.857142857144936, 503971.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4574487218266392, "S11": -1.4574487218266392, "W12": -5.0, "S12": -5.0, "W13": -24.851907556859867, "S13": -24.851907556859867, "W21": -36.418787476426019, "S21": -37.538094229002304, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108643.0, 508448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27624039927637645, "S11": -0.27624039927637645, "W12": -8.2030823383032754, "S12": -12.127444213755812, "W13": -27.211366420867844, "S13": -27.211366420867844, "W21": -32.84812251702256, "S21": -32.84812251702256, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108643.666666666671517, 511725.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3488039402503937, "S11": -2.3488039402503937, "W12": -5.0413991835908343, "S12": -5.4559537400014815, "W13": -21.90335796084948, "S13": -22.75929084011829, "W21": -33.485007495135669, "S21": -33.485007495135669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108643.714285714289872, 506870.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6079209537928423, "S11": -1.6079209537928423, "W12": -5.1243261730204184, "S12": -5.6727151171239276, "W13": -24.929165827588875, "S13": -24.929165827588875, "W21": -36.183284455919726, "S21": -37.577629910512698, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108644.0, 508286.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.37021699678523284, "S11": -0.11217425061056796, "W12": -8.5622322312157397, "S12": -10.432517801740778, "W13": -27.680594822613056, "S13": -27.950629744203884, "W21": -31.785255067670647, "S21": -31.785255067670647, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108644.0, 511059.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3402859278312711, "S11": -2.3402859278312711, "W12": -5.0311650781736041, "S12": -5.9135049317012243, "W13": -22.026495541503195, "S13": -22.839793919969448, "W21": -33.539702174372728, "S21": -33.566483857700966, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108645.142857142855064, 506913.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30048072862081371, "S11": -2.4380553663547393, "W12": -9.1588075582772284, "S12": -9.5910561121118985, "W13": -18.906502643528022, "S13": -19.326409213751049, "W21": -30.53670695279817, "S21": -30.53670695279817, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108645.75, 503164.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44063245946282104, "S11": -0.44063245946282104, "W12": -7.6913600172754872, "S12": -11.161750615396921, "W13": -19.710016146126637, "S13": -23.041992148515394, "W21": -36.468607549464004, "S21": -36.468607549464004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108645.777777777781012, 514000.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0524726929391743, "S11": -2.0524726929391743, "W12": -5.0, "S12": -9.1197947019485426, "W13": -20.108530590015764, "S13": -20.918214433029629, "W21": -32.844297766582947, "S21": -32.844297766582947, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108646.0, 506271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3317679154121462, "S11": -2.3317679154121462, "W12": -5.0209309727564015, "S12": -6.3710561234006224, "W13": -22.14835906486184, "S13": -22.91996006025003, "W21": -33.606414727200054, "S21": -33.984534688502798, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108646.571428571434808, 506956.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5383889847374184, "S11": -1.5383889847374184, "W12": -5.0, "S12": -5.1707609642075374, "W13": -24.86473523257682, "S13": -24.86473523257682, "W21": -36.273361181553391, "S21": -37.588065131090246, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108646.666666666671517, 508338.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.5091715721685133, "W12": -5.0, "S12": -9.2364608228064178, "W13": -16.45475039663506, "S13": -17.031450133683588, "W21": -37.545456892783179, "S21": -37.545456892783179, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108647.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53366037638032027, "S11": -5.53366037638032, "W12": -15.0, "S12": -15.020194282542326, "W13": -15.866536411866866, "S13": -15.866536411866866, "W21": -30.327181937821077, "S21": -30.327181937821077, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108647.0, 503542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26374713321538557, "S11": -0.60792964272112926, "W12": -9.8999241849886275, "S12": -9.8999241849886275, "W13": -17.254733679097718, "S13": -20.254733679097718, "W21": -30.106202393906418, "S21": -30.106202393906418, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108647.0, 503898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4874705978387599, "W12": -4.6959956332369472, "S12": -7.1776252617171652, "W13": -16.597067080799494, "S13": -17.540933310574111, "W21": -37.349409461528602, "S21": -37.368005153178686, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108647.454545454544132, 500457.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41905765249990878, "S11": -3.2224977264989394, "W12": -7.5979953099045696, "S12": -9.2429281503235465, "W13": -18.672586367996036, "S13": -19.672586367996036, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108648.0, 503070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.22206327853295582, "S11": -1.5605362997227905, "W12": -10.056296347646965, "S12": -10.842566174107125, "W13": -18.857033650556694, "S13": -18.857033650556694, "W21": -30.977529542318674, "S21": -30.977529542318674, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108648.0, 503228.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3232499029930236, "S11": -2.3232499029930236, "W12": -5.0106968673391723, "S12": -6.828607315100367, "W13": -22.267547062510907, "S13": -23.001566838400425, "W21": -33.719358064899083, "S21": -34.448816304176823, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108648.0, 506999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.16866841795371168, "S11": -0.9712061009071814, "W12": -10.222185271747742, "S12": -11.253034310747555, "W13": -18.820146917957327, "S13": -19.080294519433341, "W21": -31.20254061189851, "S21": -31.20254061189851, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108649.0, 503270.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3237386147696743, "S11": -0.75335838663282728, "W12": -10.0, "S12": -10.0, "W13": -17.440115529211603, "S13": -20.037592754159046, "W21": -30.112393906420024, "S21": -30.112393906420024, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108649.0, 503885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2447560846263459, "S11": -1.2447560846263459, "W12": -5.80870743805594, "S12": -5.80870743805594, "W13": -18.754700914739278, "S13": -19.771076102458679, "W21": -31.652750133318978, "S21": -31.652750133318978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108649.0, 505572.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79475670830977685, "S11": -0.79475670830977685, "W12": -7.65096873160463, "S12": -7.65096873160463, "W13": -13.692603996823356, "S13": -14.056227088938746, "W21": -39.497959863456586, "S21": -39.497959863456586, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108649.113636363632395, 516023.568181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70555424467336147, "S11": -0.70555424467336147, "W12": -8.0822997964176047, "S12": -13.062220544848049, "W13": -29.379400046616105, "S13": -29.379400046616105, "W21": -33.555031217590148, "S21": -33.555031217590148, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108649.285714285710128, 512178.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.1809138180331136, "W12": -6.1809138180331136, "S12": -6.1809138180331136, "W13": -15.0, "S13": -18.0, "W21": -40.095706106787482, "S21": -40.095706106787482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.0688066463806791, "W12": -5.0, "S12": -5.8575590739887824, "W13": -14.951901226328522, "S13": -17.951901226328523, "W21": -39.66216715220429, "S21": -39.66216715220429, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.7824150441407669, "W12": -5.0, "S12": -5.0, "W13": -15.559332915175441, "S13": -18.748118168826586, "W21": -38.775536620693209, "S21": -38.775536620693209, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.2531111111111111, "W12": -5.0, "S12": -11.580744281324684, "W13": -16.275120835331883, "S13": -16.367954100419524, "W21": -37.790832823022185, "S21": -37.790832823022185, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58263416632527654, "S11": -0.58263416632527654, "W12": -10.0, "S12": -11.814260895838038, "W13": -17.06666851291665, "S13": -17.568136136118174, "W21": -36.806129025351161, "S21": -36.806129025351161, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35403969261237639, "S11": -0.35403969261237639, "W12": -4.9999999999999991, "S12": -11.394199985567822, "W13": -15.98157683825035, "S13": -17.369342377196062, "W21": -30.558384100764187, "S21": -30.558384100764187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2047305584492051, "S11": -1.3824593868188257, "W12": -10.114926121058469, "S12": -10.950682792079181, "W13": -18.858358773402998, "S13": -18.943844628261544, "W21": -31.079068963254592, "S21": -31.079068963254592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 503242.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5964718586509279, "W12": -4.9694610615618888, "S12": -4.9694610615618888, "W13": -24.192082888073223, "S13": -24.192082888073223, "W21": -37.280745145630341, "S21": -37.580395875495284, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.0, 509085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44761288119697551, "S11": -0.44761288119697551, "W12": -7.6849192407358657, "S12": -11.119538266640637, "W13": -19.196540860023852, "S13": -23.25008386396971, "W21": -36.52976857689557, "S21": -36.52976857689557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108650.333333333328483, 514046.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.24010866221381014, "S11": -1.7930286359995817, "W12": -10.007666970369197, "S12": -10.648331273410809, "W13": -18.896570628848664, "S13": -18.979785369317543, "W21": -30.905973500484027, "S21": -30.905973500484027, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108651.0, 503214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2617232770589202, "S11": -2.5544842198201296, "W12": -4.9963776698168685, "S12": -4.9963776698168685, "W13": -24.668534238822843, "S13": -25.328659421184465, "W21": -36.753620257369946, "S21": -37.561785107585131, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108651.111111111109494, 508648.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73883425310160322, "S11": -0.73883425310160322, "W12": -7.65383394280492, "S12": -8.415916304887272, "W13": -13.532402421149889, "S13": -24.054777791196592, "W21": -39.544951957124681, "S21": -39.544951957124681, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108651.181818181823473, 515721.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0761562261885351, "W12": -5.0, "S12": -9.3510381667646385, "W13": -15.621464883887889, "S13": -17.735129120989718, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108652.142857142855064, 502459.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.1764020331969913, "W12": -6.1764020331969913, "S12": -6.1764020331969913, "W13": -15.0, "S13": -18.0, "W21": -40.09433594311826, "S21": -40.09433594311826, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108652.515625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.6276130286825468, "W12": -5.31727355633, "S12": -7.5783605546036892, "W13": -17.323029423594566, "S13": -18.323029423594566, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108653.0, 502930.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6711223033073992, "S12": -5.6711223033073992, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108654.0, 521379.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45459330293114086, "S11": -0.45459330293114086, "W12": -7.6784784641962274, "S12": -11.077325917884195, "W13": -18.683065573920459, "S13": -23.458175579424235, "W21": -36.590929604327187, "S21": -36.590929604327187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108654.888888888890506, 514092.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60469445621082885, "S11": -0.60469445621082885, "W12": -7.6620816219929981, "S12": -9.5279715343735987, "W13": -14.390317262107844, "S13": -34.390317262107843, "W21": -38.035845090496181, "S21": -38.035845090496181, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108655.0, 514999.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4951100092965604, "S11": 0.4951100092965604, "W12": -3.9558679550487459, "S12": -11.985464893503018, "W13": -16.388499628284706, "S13": -16.551907329974611, "W21": -34.687818327322532, "S21": -34.687818327322532, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108655.428571428565192, 501445.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3261937066561109, "S11": -2.3286180483572445, "W12": -5.0306982234280593, "S12": -6.3948773279056716, "W13": -22.091390592446967, "S13": -22.873989924847095, "W21": -33.632696886666842, "S21": -33.890823297502166, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108656.0, 506943.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.23675279332699076, "S11": -0.23675279332699076, "W12": -7.8311885744826153, "S12": -11.373767894534897, "W13": -26.811973991848319, "S13": -26.983548800838751, "W21": -32.981907010834142, "S21": -32.981907010834142, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108656.0, 510133.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26441883975322722, "S11": -2.1433838851568847, "W12": -15.0, "S12": -15.996502914238135, "W13": -17.248193277310925, "S13": -17.248193277310925, "W21": -31.463426139577596, "S21": -31.463426139577596, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108657.0, 503454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79392240231328237, "S11": -1.4883597424667352, "W12": -14.53355473789841, "S12": -14.673044542645332, "W13": -16.178623505395159, "S13": -16.178623505395159, "W21": -30.19739198131569, "S21": -30.19739198131569, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108657.0, 503755.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.581594506455975, "S12": -11.581594506455975, "W13": -16.570461368262912, "S13": -19.367152453948975, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108657.0, 504451.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6564827108852702, "S12": -5.6564827108852702, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108658.0, 521407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3452021726010863, "S11": -2.3494775319524113, "W12": -5.0682356233090671, "S12": -5.0682356233090671, "W13": -21.689051772381692, "S13": -22.61789671902325, "W21": -33.501181469554162, "S21": -33.501181469554162, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108659.0, 506807.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19230058880246842, "S11": 0.19230058880246842, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -16.38164788335553, "S13": -18.587821747263753, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108659.285714285710128, 504016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46157372466529545, "S11": -0.46157372466529545, "W12": -7.672037687656605, "S12": -10.571344761563241, "W13": -18.169590287817673, "S13": -23.666267294878544, "W21": -36.652090631758753, "S21": -36.652090631758753, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108659.444444444437977, 514138.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.6076966271560931, "W12": -4.9691148212602432, "S12": -4.9691148212602432, "W13": -24.236138084839475, "S13": -24.236138084839475, "W21": -37.160532761294967, "S21": -37.495003105776902, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108660.0, 509033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.6895955431172789, "S12": -6.0090286755492848, "W13": -17.859346442724629, "S13": -17.859346442724629, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108660.285714285710128, 523189.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.1420194061225342, "W12": -4.6289838272202397, "S12": -6.6531388289273075, "W13": -16.673220676677857, "S13": -17.674251154863217, "W21": -37.236793527270237, "S21": -37.236793527270237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108661.0, 500523.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25696355435737706, "S11": -2.1054521723442998, "W12": -15.0, "S12": -15.931315015265254, "W13": -17.306087394958272, "S13": -17.306087394958272, "W21": -31.52236587903278, "S21": -31.52236587903278, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108661.2, 503453.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.347330428455783, "S11": -1.347330428455783, "W12": -4.9997437942619554, "S12": -4.9997437942619554, "W13": -24.745108828564415, "S13": -24.953530401344356, "W21": -36.633201097481205, "S21": -37.666188486620342, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108661.666666666671517, 508533.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.462118584658525, "S13": -18.462118584658526, "W21": -38.90231744527081, "S21": -38.90231744527081, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108662.0, 498828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.3291623519762132, "W12": -5.0, "S12": -9.037960908159782, "W13": -16.514326827288492, "S13": -17.160043234374861, "W21": -37.454802862694407, "S21": -37.454802862694407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108662.0, 500298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11801262134459141, "S11": -0.52933935257623654, "W12": -10.82329614013357, "S12": -11.851036390180004, "W13": -18.887492732889694, "S13": -19.394298800950249, "W21": -31.548540260075779, "S21": -31.548540260075779, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108662.666666666671517, 503311.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46855414639945314, "S11": -0.46855414639945314, "W12": -7.6655969111169657, "S12": -10.060780244329379, "W13": -17.656115001714955, "S13": -23.874359010332771, "W21": -36.713251659190277, "S21": -36.713251659190277, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108664.0, 514184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21970553165016327, "S11": -1.670756657412074, "W12": -15.0, "S12": -16.00961976131002, "W13": -17.653302521008403, "S13": -17.737200188427472, "W21": -31.643723168656258, "S21": -31.643723168656258, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108665.0, 503443.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48176578527810371, "S11": -1.105735565497884, "W12": -5.9659105080317101, "S12": -5.9659105080317101, "W13": -24.607533834109852, "S13": -26.004415658909657, "W21": -35.734527570117443, "S21": -35.734527570117443, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108665.0, 509537.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5187219720292098, "S11": -1.5187219720292098, "W12": -6.4579628760727701, "S12": -6.4579628760727701, "W13": -20.0, "S13": -25.0, "W21": -36.56441395675099, "S21": -36.56441395675099, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108665.0, 519958.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9566830389974266, "S12": -5.9566830389974266, "W13": -20.0, "S13": -20.0, "W21": -33.850404371904943, "S21": -33.850404371904943, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108666.5, 520865.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.2314091358070709, "S11": -1.7685908641929295, "W12": -8.5745887478925713, "S12": -9.975659883248424, "W13": -28.3708936581234, "S13": -28.75192841834226, "W21": -31.479348532806398, "S21": -31.479348532806398, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108667.0, 510905.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65512782832458305, "S11": -0.65512782832458305, "W12": -7.7367264131768527, "S12": -7.7367264131768527, "W13": -30.0, "S13": -30.040787504479439, "W21": -34.449126147339307, "S21": -34.449126147339307, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108668.0, 512770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.3564603664054129, "W12": -4.7537494513409788, "S12": -7.1821059723379062, "W13": -16.663285429657233, "S13": -17.657426125960619, "W21": -37.245968846081887, "S21": -37.245968846081887, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108668.75, 500485.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54867404069371561, "S11": -0.54867404069371561, "W12": -10.0, "S12": -10.0, "W13": -17.089541893305629, "S13": -17.445211502428066, "W21": -36.671997669217561, "S21": -36.671997669217561, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108669.666666666671517, 501065.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80611686185324161, "S11": -0.80611686185324161, "W12": -7.6248446836356836, "S12": -7.6248446836356836, "W13": -13.726657209782575, "S13": -13.726657209782575, "W21": -39.424305627506193, "S21": -39.424305627506193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108669.92105263157282, 516049.46052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14044434526715105, "S11": -0.14044434526715105, "W12": -5.0, "S12": -11.860530160474706, "W13": -16.078241106372523, "S13": -16.455113685048953, "W21": -31.590098619636343, "S21": -31.590098619636343, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108670.0, 501890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50606190601900736, "S11": -3.5167747953712816, "W12": -5.2122617604935551, "S12": -5.2122617604935551, "W13": -24.270343902109786, "S13": -24.401316878878617, "W21": -36.963906582684395, "S21": -36.963906582684395, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108670.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4894420964112367, "S11": -1.2644484335467192, "W12": -11.85489759572472, "S12": -11.85489759572472, "W13": -17.662560714579467, "S13": -19.226587811052884, "W21": -30.078696046427272, "S21": -30.078696046427272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108671.833333333328483, 503861.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66928120123807333, "S11": -1.6692812012380736, "W12": -13.299808859368282, "S12": -13.390086637146032, "W13": -18.078885972586757, "S13": -18.728421237758983, "W21": -30.115310119695323, "S21": -30.115310119695323, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108672.0, 503817.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -19.428644801030664, "S13": -19.428644801030664, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108672.0, 522598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60087411483649522, "S11": -0.60087411483649522, "W12": -7.640548249915299, "S12": -9.6125260989358399, "W13": -14.495286523716315, "S13": -33.415836916775071, "W21": -37.907035570375513, "S21": -37.907035570375513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108673.2, 514948.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.6379420889354526, "W12": -5.6379420889354526, "S12": -5.7985091592903677, "W13": -14.979881671811139, "S13": -17.979881671811139, "W21": -39.664148945496677, "S21": -39.664148945496677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108673.6, 497942.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -2.3164404038615278, "S11": -2.323440417512102, "W12": -5.0500548006342498, "S12": -6.3986163407595855, "W13": -21.973087042851347, "S13": -22.78091779482261, "W21": -33.700056437415356, "S21": -33.700056437415356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108673.666666666671517, 506914.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.328576800765187, "S11": -1.328576800765187, "W12": -4.9973488144442033, "S12": -4.9973488144442033, "W13": -24.729435055528732, "S13": -24.763636665016239, "W21": -36.642516470000196, "S21": -37.76833047555656, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108674.0, 508501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5200517584852267, "W12": -5.2179023906577067, "S12": -5.2179023906577067, "W13": -24.271776364372663, "S13": -24.409372682114277, "W21": -36.967716677450838, "S21": -36.967716677450838, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108674.0, 509276.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34878174641915732, "S11": -0.34878174641915732, "W12": -5.0, "S12": -11.362084539252745, "W13": -15.993551425378941, "S13": -17.137480090472042, "W21": -30.829870008175501, "S21": -30.829870008175501, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108675.0, 502001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5424261240945996, "S11": -1.5424261240945996, "W12": -5.0, "S12": -5.5523791754260863, "W13": -24.904212384763827, "S13": -24.904212384763827, "W21": -36.347708443548918, "S21": -37.815711436911421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108675.0, 508299.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.33207821992566217, "S11": 0.33207821992566222, "W12": -11.474819612773757, "S12": -11.474819612773757, "W13": -16.301573324693198, "S13": -19.301573324693198, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108675.714285714289872, 504061.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.067356824735394075, "S11": -0.087472604244300783, "W12": -11.662188228439033, "S12": -12.686819689532737, "W13": -18.954838547821879, "S13": -19.648084769484321, "W21": -31.894539908253176, "S21": -31.894539908253176, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108676.333333333328483, 503352.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.5709013266882912, "W12": -4.8785150754617188, "S12": -7.7110731157485066, "W13": -16.653350182636611, "S13": -17.577360562559551, "W21": -37.255144164893544, "S21": -37.255144164893544, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108676.5, 500448.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.1382308914748549, "W12": -5.0, "S12": -8.8394609935131445, "W13": -16.573903257941925, "S13": -17.288636335066133, "W21": -37.364148832605622, "S21": -37.364148832605622, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108677.0, 500336.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42415479627116293, "S11": -0.42415479627116293, "W12": -7.656056453055001, "S12": -8.7261836163366908, "W13": -20.952000411903143, "S13": -20.952000411903143, "W21": -36.102126761104131, "S21": -36.102126761104131, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108677.0, 513822.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49366122191137984, "S11": -0.49366122191137984, "W12": -6.1731049021645532, "S12": -11.312666927029611, "W13": -24.669307364795621, "S13": -25.226490087435756, "W21": -35.497451483012142, "S21": -35.497451483012142, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108678.0, 509605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.0266368877734759, "S12": -12.354986932089895, "W13": -27.697403348800467, "S13": -27.697403348800467, "W21": -32.966119272977203, "S21": -32.966119272977203, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108678.0, 511856.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.233618473107402, "W13": -15.0, "S13": -15.0, "W21": -37.263488012030017, "S21": -37.263488012030017, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108678.0, 524207.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47086681974741679, "S11": -3.4708668197474166, "W12": -5.3040542029304838, "S12": -5.3040542029304838, "W13": -24.326168214425323, "S13": -24.53026526951237, "W21": -36.791054644929801, "S21": -36.791054644929801, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108679.0, 509321.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63771754919769064, "S11": -0.63771754919769064, "W12": -7.7028506500350247, "S12": -7.7028506500350247, "W13": -29.961997828447654, "S13": -29.961997828447654, "W21": -34.421006520667667, "S21": -34.421006520667667, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108680.111111111109494, 512772.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49054071851449471, "S11": 0.073905163788633599, "W12": -8.3414786301120412, "S12": -10.906182100793458, "W13": -27.40530169235404, "S13": -27.40530169235404, "W21": -32.006557618879079, "S21": -32.006557618879079, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108680.666666666671517, 511258.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47455494168201351, "S11": -3.6092982903442992, "W12": -4.9999999999999991, "S12": -4.9999999999999991, "W13": -24.149139100689862, "S13": -24.149139100689862, "W21": -37.507513644843989, "S21": -37.815906196731078, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108681.0, 509159.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.051830548814635002, "W12": -8.333604505434689, "S12": -10.939817835924362, "W13": -27.369228904593928, "S13": -27.369228904593928, "W21": -32.025869257155996, "S21": -32.025869257155996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108681.0, 511271.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077776515043895766, "S11": -0.077776515043895558, "W12": -8.0905244714004674, "S12": -12.088659880524292, "W13": -26.979206498503025, "S13": -26.979206498503025, "W21": -32.730880327476008, "S21": -32.730880327476008, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108682.0, 511715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3604994095813607, "S11": -1.3604994095813607, "W12": -4.9980613650724592, "S12": -4.9980613650724592, "W13": -24.820116401296893, "S13": -24.820116401296893, "W21": -36.588241726831214, "S21": -37.856932538943262, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108683.714285714289872, 508433.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57968350697857263, "S11": -1.5410903510850389, "W12": -12.863490650044524, "S12": -12.90355141393345, "W13": -17.788191871792762, "S13": -18.788191871792762, "W21": -30.0611316648531, "S21": -30.0611316648531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108684.0, 503848.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.7853422869711695, "W12": -5.0, "S12": -8.2367595595766474, "W13": -16.643414935615983, "S13": -17.497294999158477, "W21": -37.264319483705194, "S21": -37.264319483705194, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108684.25, 500411.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55248714345281302, "S11": -0.55248714345281302, "W12": -8.8380421243347289, "S12": -9.197952176409844, "W13": -16.978590930893258, "S13": -17.491057532347376, "W21": -36.802785749701627, "S21": -36.802785749701627, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108685.0, 500877.25 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2398546025066124, "S11": -2.2563367220801824, "W12": -5.57219191460781, "S12": -8.8907350296751471, "W13": -23.691571305740254, "S13": -23.691571305740254, "W21": -35.535310921022919, "S21": -37.842115336136111, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108685.5, 507726.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52024989758295781, "S11": -0.52024989758295781, "W12": -10.0, "S12": -10.0, "W13": -17.154506881157069, "S13": -17.388629702960156, "W21": -36.560199883765172, "S21": -36.560199883765172, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108686.0, 501120.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077286230317568788, "S11": -0.077286230317568788, "W12": -5.0, "S12": -11.980478015908698, "W13": -16.110772682333256, "S13": -16.110772682333256, "W21": -31.97776624335015, "S21": -31.97776624335015, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108686.0, 501859.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63149566061171769, "S11": -0.63149566061171769, "W12": -7.9356165230319826, "S12": -12.968136568196549, "W13": -29.116057115518004, "S13": -29.116057115518004, "W21": -33.412649198034195, "S21": -33.412649198034195, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108687.857142857144936, 512152.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -17.589848435223775, "S13": -17.589848435223775, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108688.0, 523310.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9170802860797869, "S12": -5.9457011851213695, "W13": -18.011359814627586, "S13": -18.011359814627586, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108688.428571428565192, 523149.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75070216542625035, "S11": -0.75070216542625035, "W12": -7.6071050726850071, "S12": -8.3044158919470537, "W13": -13.566865309621484, "S13": -23.402530091145998, "W21": -39.421361475010912, "S21": -39.421361475010912, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108689.073170731702703, 515721.609756097546779 ] } }, +{ "type": "Feature", "properties": { "W11": -0.016701028126273838, "S11": -0.016701028126273838, "W12": -12.501080316742081, "S12": -13.522602988882406, "W13": -19.022184362754246, "S13": -19.484909298486894, "W21": -32.145466967770808, "S21": -32.145466967770808, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108690.0, 503394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4122930711764305, "W12": -4.8861580363071777, "S12": -7.5641973919668839, "W13": -16.705558928397746, "S13": -17.648401238743446, "W21": -37.175389924821971, "S21": -37.175389924821971, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108690.181818181823473, 500480.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47932468422773356, "S11": -0.47932468422773356, "W12": -7.6320301123743493, "S12": -9.2263738327246543, "W13": -17.333790654156939, "S13": -23.865696515696261, "W21": -36.703712416773328, "S21": -36.703712416773328, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108690.666666666671517, 514222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51612637692678298, "S11": -0.51612637692678298, "W12": -7.6272437765877346, "S12": -9.2734826747906638, "W13": -15.0, "S13": -25.616691818559651, "W21": -37.091719335764203, "S21": -37.091719335764203, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108691.0, 514466.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92164768610018633, "S11": -0.92164768610018633, "W12": -7.5882240339066227, "S12": -7.5882240339066227, "W13": -14.245652380314464, "S13": -14.245652380314464, "W21": -38.711399188491548, "S21": -38.711399188491548, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108691.163793103449279, 516630.788793103420176 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.9472994309734961, "W12": -5.0, "S12": -8.640961078866507, "W13": -16.633479688595358, "S13": -17.417229435757406, "W21": -37.273494802516844, "S21": -37.273494802516844, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108692.0, 500374.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.1802890710844236, "W12": -8.1602441684227252, "S12": -11.617466567223419, "W13": -26.673662891541007, "S13": -26.673662891541007, "W21": -32.408147938819027, "S21": -32.408147938819027, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108692.0, 511529.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.47185585104889816, "S11": 0.47185585104889816, "W12": -13.126528308272729, "S12": -13.126528308272729, "W13": -16.221498766030955, "S13": -19.109476675247414, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108692.142857142855064, 504106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.023621178495402871, "S11": -0.023621178495402871, "W12": -12.229694570135747, "S12": -13.162140922067078, "W13": -19.052065808297566, "S13": -19.552065808297566, "W21": -32.184994597911064, "S21": -32.184994597911064, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108693.0, 503389.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2650938040067428, "S11": -1.2650938040067428, "W12": -5.7750878539823027, "S12": -5.7750878539823027, "W13": -18.676689094604516, "S13": -19.871932816013796, "W21": -31.768439660848351, "S21": -31.768439660848351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108693.0, 505572.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2607727083214115, "S11": -1.2607727083214115, "W12": -4.9896363570444491, "S12": -4.9896363570444491, "W13": -24.661590891487879, "S13": -24.661590891487879, "W21": -36.752236039927531, "S21": -37.913068292276009, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108693.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41500326088118633, "S11": 0.41500326088118633, "W12": -11.180528674072699, "S12": -11.180528674072699, "W13": -16.537496601292386, "S13": -19.537496601292386, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108694.0, 504533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91320625499372221, "S11": -1.8133813863422334, "W12": -16.523122873973286, "S12": -16.688987387973402, "W13": -16.688987387973402, "S13": -16.688987387973402, "W21": -30.130794341675735, "S21": -30.130794341675735, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108695.0, 503734.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.482602893478626, "S12": -11.482602893478626, "W13": -16.431172310388447, "S13": -19.177818124858774, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108696.0, 504483.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5816844426916103, "S11": -1.5816844426916103, "W12": -5.0, "S12": -7.4369280871767209, "W13": -19.151098214020784, "S13": -19.954385629141335, "W21": -32.431343230223348, "S21": -32.431343230223348, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108696.0, 505806.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14355357976056166, "S11": -1.1192968314096201, "W12": -13.54687832250505, "S12": -14.160992116565348, "W13": -18.283391596637934, "S13": -18.403445907567804, "W21": -32.129884497826524, "S21": -32.129884497826524, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108696.4, 503434.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1616489857908177, "S11": -2.9310873652179295, "W12": -4.9792450188931596, "S12": -4.9792450188931596, "W13": -24.573074101247265, "S13": -25.047108173438801, "W21": -36.983613352960909, "S21": -37.915055584713848, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108696.888888888890506, 508658.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75317596656539088, "S11": -0.75317596656539088, "W12": -7.5974396877663075, "S12": -8.2813557716823958, "W13": -13.574041891934501, "S13": -23.264176755473564, "W21": -39.396117276702363, "S21": -39.396117276702363, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108696.909090909088263, 515721.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63832119741100324, "S11": -0.63832119741100324, "W12": -10.0, "S12": -10.343252619907753, "W13": -17.24195476515515, "S13": -17.335169888910634, "W21": -36.433522036202447, "S21": -36.433522036202447, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108697.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.53054887260113, "W12": -5.0, "S12": -10.698279040593274, "W13": -15.891602169220238, "S13": -17.862543685087012, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108697.0, 502145.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6744411111887567, "S12": -5.6744411111887567, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108698.5, 521383.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1559346787042291, "W12": -5.0, "S12": -9.3026558330180471, "W13": -15.64579736561255, "S13": -17.696915306352551, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108698.714285714289872, 502458.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81010784491227628, "S11": -0.81010784491227628, "W12": -7.5896192697691864, "S12": -7.5896192697691873, "W13": -13.719119832924829, "S13": -13.719119832924829, "W21": -39.3943195884546, "S21": -39.3943195884546, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108698.878787878784351, 516022.393939393921755 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49842432879584397, "S11": 0.49842432879584397, "W12": -3.037806848563958, "S12": -11.781893579604517, "W13": -16.432202758075455, "S13": -16.432202758075455, "W21": -35.034552829621092, "S21": -35.034552829621092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108699.142857142855064, 501458.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.0912385914766389, "W12": -6.0912385914766389, "S12": -6.0912385914766389, "W13": -15.0, "S13": -18.0, "W21": -40.06847304007006, "S21": -40.06847304007006, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108700.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.5639813857290576, "W12": -5.0, "S12": -5.5048142675549725, "W13": -14.983454816454621, "S13": -17.983454816454621, "W21": -39.582789465773317, "S21": -39.582789465773317, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108700.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.5405478292417465, "W12": -5.0, "S12": -5.0, "W13": -15.667254547467069, "S13": -18.785255740419725, "W21": -38.598085668102286, "S21": -38.598085668102286, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108700.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.227836768844603, "W12": -5.0, "S12": -12.047520484807102, "W13": -16.383042467623511, "S13": -16.47036263200518, "W21": -37.613381870431255, "S21": -37.613381870431255, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108700.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53977159359411919, "S11": -0.53977159359411919, "W12": -10.0, "S12": -10.56416647783057, "W13": -17.098830387779952, "S13": -17.417581356025291, "W21": -36.628678072760231, "S21": -36.628678072760231, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108700.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33974421556184708, "S11": -0.35904860588521598, "W12": -5.0, "S12": -11.338850366077722, "W13": -16.007097936666725, "S13": -16.892634259771892, "W21": -31.089166993067064, "S21": -31.089166993067064, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108700.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.6223965136293161, "W12": -4.9595524254948877, "S12": -4.9595524254948877, "W13": -24.287612394290871, "S13": -25.429443023785275, "W21": -37.434636008146171, "S21": -37.889849259089438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108701.0, 508950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.0873713473313913, "W12": -6.0873713473313913, "S12": -6.0873713473313913, "W13": -15.0, "S13": -18.0, "W21": -40.067298614067866, "S21": -40.067298614067866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108702.15625, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2491541811394713, "S11": -2.5436929416220293, "W12": -13.932956290608077, "S12": -13.932956290608077, "W13": -17.241455462185233, "S13": -17.241455462185233, "W21": -31.744132019207527, "S21": -31.744132019207527, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108702.8, 503474.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -0.81, "W12": -11.55, "S12": -11.55, "W13": -17.3, "S13": -17.3, "W21": -36.350191582638253, "S21": -36.350191582638253, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5125490268208255, "S11": -1.5125490268208255, "W12": -5.0, "S12": -5.7418043234895313, "W13": -24.71690001714806, "S13": -24.71690001714806, "W21": -36.464219670172135, "S21": -38.043367798928536, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108704.0, 508286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4571180465550313, "S11": -2.7561567047673443, "W12": -15.0, "S12": -15.046790115010987, "W13": -15.435931307793922, "S13": -15.435931307793922, "W21": -30.576766602624506, "S21": -30.576766602624506, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108706.0, 503549.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.486716233806419, "S12": -13.486716233806419, "W13": -16.141424207368622, "S13": -18.112617552860875, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108708.571428571434808, 504151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35475478251857206, "S11": -2.4373892680986025, "W12": -14.319034258712655, "S12": -14.345372599463895, "W13": -16.199519327730734, "S13": -16.199519327730734, "W21": -31.137074624674394, "S21": -31.137074624674394, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108709.2, 503515.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15747835553942663, "S11": -1.4959532902327966, "W12": -13.181722780074816, "S12": -13.413485200280201, "W13": -18.103042016806718, "S13": -18.103042016806718, "W21": -32.232970963134498, "S21": -32.232970963134498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108710.0, 503447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51648024375860035, "S11": -1.6307031981792486, "W12": -12.365805877114871, "S12": -12.365805877114871, "W13": -17.105890343294639, "S13": -18.00806872389472, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108711.0, 503882.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61764661466917548, "S11": -0.61764661466917548, "W12": -7.5927378091706439, "S12": -9.3766095353468781, "W13": -14.539936009448276, "S13": -33.409720173341881, "W21": -37.846569325139988, "S21": -37.846569325139988, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108711.6, 514973.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55342482589102826, "S11": -0.55342482589102826, "W12": -10.0, "S12": -10.0, "W13": -16.980159341043812, "S13": -17.184900760354175, "W21": -36.525038208682808, "S21": -36.525038208682808, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108712.0, 501062.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8598607561758731, "S11": -2.8598607561758733, "W12": -15.816447651359487, "S12": -15.983852165248376, "W13": -18.325052825114568, "S13": -18.578549972178806, "W21": -30.032350380848747, "S21": -30.032350380848747, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108713.0, 503801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.506517820565342, "S11": -0.506517820565342, "W12": -10.0, "S12": -11.0, "W13": -16.942755180583184, "S13": -17.041741046568561, "W21": -36.432270940181787, "S21": -36.432270940181787, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 501149.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.3460314654410912, "W12": -13.636229463283577, "S12": -13.636229463283577, "W13": -16.099716694433958, "S13": -18.31019277127443, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 504128.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6271221129955196, "S12": -7.6271221129955196, "W13": -27.86258750209652, "S13": -29.585416633749183, "W21": -34.52104625668705, "S21": -34.52104625668705, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 512891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5386660859817956, "S11": -1.5386660859817956, "W12": -6.2680370174405251, "S12": -6.2680370174405251, "W13": -20.0, "S13": -22.0, "W21": -35.190014429893623, "S21": -35.190014429893623, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 520312.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999991, "S12": -5.5806167400881046, "W13": -18.750150536811454, "S13": -18.750150536811454, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108714.0, 522884.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46035538389748171, "S11": -2.331085594574196, "W12": -14.639189790769267, "S12": -14.701170470694247, "W13": -15.362813738441199, "S13": -15.362813738441199, "W21": -30.530017230142281, "S21": -30.530017230142281, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108715.6, 503555.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.060181190681622088, "S11": -0.060181190681622088, "W12": -7.975601354304704, "S12": -12.107013148294566, "W13": -26.911742167677261, "S13": -26.911742167677261, "W21": -32.671382419458361, "S21": -32.671382419458361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108716.0, 511733.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9608966402335701, "S12": -5.9608966402335701, "W13": -20.0, "S13": -20.0, "W21": -33.517000224651149, "S21": -33.517000224651149, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108716.333333333328483, 520868.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11770058994993091, "S11": -0.11770058994993091, "W12": -5.0, "S12": -11.831258197199048, "W13": -16.105905538297737, "S13": -16.141077051726839, "W21": -32.095322273643447, "S21": -32.095322273643447, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108716.5, 501885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7345380865677944, "W13": -18.163373186530563, "S13": -18.163373186530563, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108716.571428571434808, 523109.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49009522205601075, "S11": -0.49009522205601075, "W12": -7.5984633136317488, "S12": -8.7275305086585853, "W13": -17.011466306598859, "S13": -23.845906100968303, "W21": -36.694173174356415, "S21": -36.694173174356415, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108717.333333333328483, 514260.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.1497652684667461, "W13": -15.000000000000078, "S13": -15.000000000000078, "W21": -37.405514251842085, "S21": -37.405514251842085, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108717.5, 524231.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32391807645639537, "S11": -0.32391807645639537, "W12": -5.0000000000000009, "S12": -11.342241011806632, "W13": -16.021118745502729, "S13": -16.675780429216342, "W21": -31.320848683239337, "S21": -31.320848683239337, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108719.0, 501994.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42693455797934426, "S11": -3.5893169377525753, "W12": -5.1898843230141907, "S12": -5.1898843230141907, "W13": -24.208696818906944, "S13": -24.353599878730858, "W21": -37.221223343447441, "S21": -37.221223343447441, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108719.2, 509274.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82225649989210492, "S11": -0.82225649989210492, "W12": -7.5636121198090054, "S12": -7.5636121198090054, "W13": -13.756855837171646, "S13": -13.756855837171646, "W21": -39.315857629810658, "S21": -39.315857629810658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108719.526315789480577, 516052.763157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999973, "S12": -4.9999999999999973, "W13": -19.483616083493168, "S13": -19.483616083493168, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108720.214285714289872, 522608.119047619053163 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87792135413966499, "S11": -0.88002293032180157, "W12": -15.37653696175226, "S12": -15.549610789308216, "W13": -16.139107611548557, "S13": -16.139107611548557, "W21": -30.094820457018496, "S21": -30.094820457018496, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108721.0, 503704.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4914444127695876, "S11": -1.4914444127695876, "W12": -5.1826053578283027, "S12": -6.3653928188890774, "W13": -18.981559475415157, "S13": -19.991964429908087, "W21": -32.326110271970826, "S21": -32.326110271970826, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108721.0, 505745.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2411234058954199, "S11": -2.2670714384026462, "W12": -5.0268309826200976, "S12": -8.2142206748420445, "W13": -22.271978109898548, "S13": -22.866703455619909, "W21": -34.401809173317325, "S21": -36.091046446524921, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108721.0, 507125.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56595598527658253, "S11": -2.2247819210507691, "W12": -15.0, "S12": -15.097623019098746, "W13": -15.278401585204755, "S13": -15.278401585204755, "W21": -30.005024004152069, "S21": -30.005024004152069, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108722.0, 503596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2748068324162163, "S11": -2.2937046851811385, "W12": -5.0808354717199684, "S12": -6.7294266466273243, "W13": -21.800756317545726, "S13": -22.61226881478342, "W21": -33.979695068765722, "S21": -33.979695068765722, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108722.333333333328483, 506921.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -14.987445835717924, "S13": -17.987445835717924, "W21": -39.553351328858049, "S21": -39.553351328858049, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108723.0, 497947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40862076226574018, "S11": -2.7079809085180253, "W12": -5.4210190326316097, "S12": -5.4210190326316097, "W13": -24.317353385523965, "S13": -26.206305412624829, "W21": -36.810287605988293, "S21": -36.810287605988293, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108723.0, 509370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2607057941160384, "S11": -2.2794043485203948, "W12": -5.0625400499842907, "S12": -8.0625400499842907, "W13": -21.963571387027354, "S13": -22.687710582455949, "W21": -34.099028552101366, "S21": -34.709412299279649, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108724.0, 506996.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5144446937731981, "S11": -1.5144446937731981, "W12": -5.1053356516993498, "S12": -6.1108739449887413, "W13": -24.5513487794687, "S13": -24.5513487794687, "W21": -36.517833862576737, "S21": -38.203909325628835, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108724.0, 508259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56704881602066315, "S11": -0.56704881602066315, "W12": -7.6162792982720351, "S12": -7.6162792982720351, "W13": -29.63083604777384, "S13": -29.63083604777384, "W21": -34.337451374791584, "S21": -34.337451374791584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108724.222222222218988, 512792.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3136061889119004, "S11": -1.3136061889119004, "W12": -4.9846782479026368, "S12": -4.9846782479026368, "W13": -24.872505724933433, "S13": -24.872505724933433, "W21": -36.757695977236423, "S21": -38.175770848884085, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108724.428571428565192, 508419.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -13.257540808300412, "S12": -13.257540808300412, "W13": -16.061349648706379, "S13": -17.304912888698862, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108725.0, 504196.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75595832514252004, "S11": -2.4820452816642593, "W12": -14.940783615316118, "S12": -15.052831661906751, "W13": -17.728520073543535, "S13": -18.228520073543535, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108726.0, 503835.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55743707655006802, "S11": -0.55743707655006802, "W12": -7.7557201742485429, "S12": -12.840839516147071, "W13": -28.811515286075881, "S13": -28.811515286075881, "W21": -33.270267178478193, "S21": -33.270267178478193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108726.428571428565192, 512126.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.71, "W12": -7.9837260188332744, "S12": -8.1562840115743196, "W13": -16.456099243279986, "S13": -16.824725509100972, "W21": -36.661748200096063, "S21": -36.661748200096063, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108728.0, 500865.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.12059305222156799, "S11": -1.1468618936983028, "W12": -10.567493067659642, "S12": -11.022588647527865, "W13": -19.113651434052166, "S13": -19.613651434052166, "W21": -32.175992485693627, "S21": -32.175992485693627, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108728.0, 503318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1408094271518778, "S11": -2.1408094271518778, "W12": -5.0, "S12": -7.6134827756716659, "W13": -20.691456152159471, "S13": -20.691456152159471, "W21": -33.578898101763187, "S21": -33.578898101763187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108728.0, 506525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42313075506445674, "S11": -3.68505475573471, "W12": -5.0113662114616249, "S12": -5.0113662114616249, "W13": -24.080064591335589, "S13": -24.094567314087325, "W21": -37.681352932871526, "S21": -38.039774348209875, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108728.0, 509184.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.44166243009660489, "S11": -0.037767391735661682, "W12": -8.1921495767762895, "S12": -10.835757740982508, "W13": -27.83200756410525, "S13": -27.83200756410525, "W21": -31.88968657086545, "S21": -31.88968657086545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108728.222222222218988, 511263.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5139053335903294, "W12": -5.0, "S12": -7.4211905880001989, "W13": -15.334183354101217, "S13": -16.315785455217434, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108729.0, 502875.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53702993375920216, "S11": -3.6984723341791295, "W12": -4.9510405336813861, "S12": -4.9510405336813861, "W13": -24.283392108173526, "S13": -26.170624518968268, "W21": -37.528673479415019, "S21": -38.112096906919632, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108729.0, 508925.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.49, "S11": 0.49, "W12": -2.5, "S12": -11.5, "W13": -16.5, "S13": -16.5, "W21": -35.83453007440545, "S21": -35.83453007440545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2863907761993001, "S11": -1.2863907761993001, "W12": -5.73784847754479, "S12": -5.73784847754479, "W13": -18.61440821914988, "S13": -19.959838686165369, "W21": -31.875307229615597, "S21": -31.875307229615597, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 505575.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.3613505343740058, "S11": -1.3613505343740058, "W12": -5.5730854378118782, "S12": -5.5730854378118782, "W13": -18.716688123689341, "S13": -19.975951830989949, "W21": -32.01495912170315, "S21": -32.01495912170315, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 505624.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4163303029068943, "S11": -1.4163303029068943, "W12": -5.4083223980789663, "S12": -5.5938016718996488, "W13": -18.818968028228802, "S13": -19.992064975814525, "W21": -32.154611013790699, "S21": -32.154611013790699, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 505674.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4584376862088626, "S11": -1.4584376862088626, "W12": -5.2435593583460545, "S12": -5.9639341604853326, "W13": -18.921247932768264, "S13": -20.008178120639105, "W21": -32.294262905878249, "S21": -32.294262905878249, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 505724.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5005450695108304, "S11": -1.5005450695108304, "W12": -5.0787963186131417, "S12": -6.3340666490710156, "W13": -19.023527837307729, "S13": -20.024291265463685, "W21": -32.433914797965805, "S21": -32.433914797965805, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 505774.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.983101121510195, "S12": -12.983101121510195, "W13": -16.041381045326251, "S13": -17.443327707602982, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108731.625, 504244.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.3177491995879183, "W12": -5.0, "S12": -7.8744490828390576, "W13": -16.219156366689866, "S13": -16.980141412453694, "W21": -37.001370388115383, "S21": -37.001370388115383, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108732.909090909088263, 500502.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97832052284496107, "S11": -3.9783205228449612, "W12": -4.9612337756507863, "S12": -4.9612337756507863, "W13": -24.413351038145823, "S13": -25.692571817366602, "W21": -37.271634216054359, "S21": -38.179626650757498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108733.0, 508739.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52276423596886512, "S11": -0.52276423596886512, "W12": -10.0, "S12": -10.0, "W13": -16.372551916258651, "S13": -16.430482972455707, "W21": -36.389257168344322, "S21": -36.389257168344322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108733.75, 501121.5 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1691564554279892, "S11": -2.194488655042075, "W12": -5.4462801441396005, "S12": -8.4915648704513131, "W13": -23.411817911752703, "S13": -23.411817911752703, "W21": -35.767745380899804, "S21": -37.879962261841101, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108734.0, 507721.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.0, "W12": -5.0, "S12": -6.0740304709453286, "W13": -15.0, "S13": -18.0, "W21": -39.798656706373855, "S21": -39.798656706373855, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108735.0, 497564.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1831581206170445, "S11": -1.1831581206170445, "W12": -4.9746168999105667, "S12": -4.9746168999105667, "W13": -24.992061977759061, "S13": -24.992061977759061, "W21": -36.944104858158852, "S21": -38.245305716906564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108735.666666666671517, 508509.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2854315233870517, "S11": -1.2854315233870517, "W12": -5.7414682699088573, "S12": -5.7414682699088573, "W13": -18.598677274469637, "S13": -19.972789529568896, "W21": -31.884129188377557, "S21": -31.884129188377557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108737.0, 505572.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.708661434719977, "S12": -12.708661434719977, "W13": -16.021412441946122, "S13": -17.625206992937972, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108738.25, 504293.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76631001745307303, "S11": -0.76631001745307303, "W12": -7.5457125807904504, "S12": -8.157928549103989, "W13": -13.612182693321166, "S13": -22.542756432309822, "W21": -39.259252222114725, "S21": -39.259252222114725, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108738.853658536580042, 515721.780487804906443 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7000811281202712, "S11": -1.7000811281202712, "W12": -5.0, "S12": -8.7468787048134473, "W13": -19.528068631790827, "S13": -20.411106956425545, "W21": -33.109655284617695, "S21": -33.109655284617695, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108741.0, 506028.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9373113438780768, "S11": -0.9373113438780768, "W12": -7.5265724446606717, "S12": -7.5265724446606717, "W13": -14.273283144567312, "S13": -14.273283144567312, "W21": -38.605798394806698, "S21": -38.605798394806698, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108741.155172413797118, 516630.905172413797118 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.5, "W12": -8.0385762392436781, "S12": -11.366777868620076, "W13": -27.324485519625153, "S13": -27.324485519625153, "W21": -32.18107775729716, "S21": -32.18107775729716, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108742.0, 511469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76751768002918319, "S11": -0.76751768002918319, "W12": -7.5410454327276781, "S12": -8.1467952384774769, "W13": -13.615681362719123, "S13": -22.473575719750279, "W21": -39.247282596279994, "S21": -39.247282596279994, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108742.636363636367605, 515721.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0123048540884891, "S11": -3.1154707929529022, "W12": -4.9621123679694481, "S12": -4.9621123679694481, "W13": -24.611715591356305, "S13": -24.923403903044335, "W21": -37.213606448551957, "S21": -38.268326061842558, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108742.666666666671517, 508669.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.2978335080285985, "S12": -11.483459446551567, "W13": -16.417536881510205, "S13": -16.438239475613873, "W21": -35.381287331919658, "S21": -35.381287331919658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108742.857142857144936, 501471.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6777599190701151, "S12": -5.6777599190701151, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108743.0, 521386.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.05, "S11": -1.05, "W12": -18.1, "S12": -18.35, "W13": -18.5, "S13": -18.5, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50124281009249549, "S11": -0.50124281009249549, "W12": -7.5648965148891314, "S12": -8.3257142722222071, "W13": -16.689141959040843, "S13": -23.826115686240225, "W21": -36.684633931939466, "S21": -36.684633931939466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 514298.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.440455274094016, "W13": -18.31538655843352, "S13": -18.31538655843352, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108744.714285714289872, 523069.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.434221747929758, "S12": -12.434221747929758, "W13": -16.055532990020971, "S13": -17.861175429727943, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108744.875, 504342.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21664233494035895, "S11": -1.1886920243813524, "W12": -10.0, "S12": -10.0, "W13": -15.848797865571115, "S13": -17.553658976682225, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108745.0, 503965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64485501235596732, "S11": -1.3206919251532203, "W12": -14.992580501558299, "S12": -15.144395690547096, "W13": -15.144395690547096, "S13": -15.144395690547096, "W21": -30.038189524674557, "S21": -30.038189524674557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108745.166666666671517, 503636.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.198903373804026, "W12": -5.0, "S12": -9.0800536981128488, "W13": -15.670129847337252, "S13": -17.661091627249455, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108745.285714285710128, 502458.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33451650943396227, "S11": -0.33451650943396227, "W12": -5.0000000000000009, "S12": -7.5777707141343518, "W13": -16.312212544205444, "S13": -16.427349233181765, "W21": -36.200537874803075, "S21": -36.200537874803075, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108746.0, 501269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75524954351795504, "S11": -1.4230752747513362, "W12": -15.0, "S12": -15.177252878126241, "W13": -15.88743073782444, "S13": -15.88743073782444, "W21": -30.058846572361261, "S21": -30.058846572361261, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108747.0, 503674.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.399264, "S11": -3.7662338116432084, "W12": -4.9332436008991376, "S12": -4.9332436008991376, "W13": -24.055521999721229, "S13": -24.055521999721229, "W21": -37.798151660323221, "S21": -38.213957644231286, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108747.0, 509106.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.587107819146933, "S12": -7.587107819146933, "W13": -28.448001906729164, "S13": -29.664318433339808, "W21": -34.373729990697356, "S21": -34.373729990697356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108747.0, 512853.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21608723206808361, "S11": -1.2160872320680836, "W12": -10.095673876871881, "S12": -10.095673876871881, "W13": -15.830866841103335, "S13": -17.449790452214447, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108748.0, 503965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82545898151478658, "S11": -0.82545898151478658, "W12": -7.5282698079337438, "S12": -7.5282698079337438, "W13": -13.763782308996971, "S13": -13.763782308996971, "W21": -39.29067931345255, "S21": -39.29067931345255, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108748.643939393936307, 516021.219696969725192 ] } }, +{ "type": "Feature", "properties": { "W11": -0.061370460539672246, "S11": -0.11352836604168598, "W12": -11.273138915062443, "S12": -11.287456766061513, "W13": -18.904448739495834, "S13": -18.904448739495834, "W21": -32.65283985906467, "S21": -32.65283985906467, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108749.8, 503436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -6.0015633649201643, "W12": -6.0015633649201643, "S12": -6.0015633649201643, "W13": -15.0, "S13": -18.0, "W21": -40.041239973352639, "S21": -40.041239973352639, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.0707032057911059, "W12": -5.0707032057911059, "S12": -5.1834714060158147, "W13": -15.059388259602258, "S13": -18.059388259602258, "W21": -39.405338513182386, "S21": -39.405338513182386, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.2986806143427252, "W12": -5.0, "S12": -5.0, "W13": -15.426061752218345, "S13": -18.473278884472514, "W21": -38.420634715511355, "S21": -38.420634715511355, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4826477523389365, "W12": -5.0, "S12": -12.514296688289519, "W13": -15.79998798903603, "S13": -15.881795052711727, "W21": -37.435930917840331, "S21": -37.435930917840331, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51746689002998414, "S11": -0.51746689002998414, "W12": -10.0, "S12": -11.015873015873016, "W13": -16.173914225853714, "S13": -16.309948539142869, "W21": -36.4512271201693, "S21": -36.4512271201693, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52104226831189293, "S11": -0.52104226831189293, "W12": -10.0, "S12": -10.0, "W13": -16.199060765279704, "S13": -16.258996766393306, "W21": -36.385005789775931, "S21": -36.385005789775931, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 501067.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.32544873851131784, "S11": -0.41153181304547903, "W12": -5.0, "S12": -10.741884262526465, "W13": -16.032619035083101, "S13": -16.415926142347722, "W21": -31.593155063417822, "S21": -31.593155063417822, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.0, "S11": 0.0, "W12": -10.99, "S12": -10.99, "W13": -19.49, "S13": -19.49, "W21": -32.990002, "S21": -32.990002, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.09960959832731664, "S11": -0.09960959832731664, "W12": -7.8606782372089414, "S12": -12.118643162857904, "W13": -26.844277836851504, "S13": -26.844277836851504, "W21": -32.611884511440714, "S21": -32.611884511440714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 511752.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63441911450186206, "S11": -0.63441911450186206, "W12": -7.5449273684260056, "S12": -9.1406929717577938, "W13": -14.584585495180129, "S13": -33.412903777266095, "W21": -37.786103079904606, "S21": -37.786103079904606, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 514999.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75288598092919456, "S11": -1.226397946566339, "W12": -15.0, "S12": -15.168907966124124, "W13": -15.8387284922718, "S13": -15.8387284922718, "W21": -30.053634385201306, "S21": -30.053634385201306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108751.0, 503669.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.072532876123220374, "S11": -0.84870734982089735, "W12": -12.037628894666126, "S12": -12.037628894666126, "W13": -15.839107917506066, "S13": -18.839107917506066, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108751.0, 504030.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -12.15978206113954, "S12": -12.15978206113954, "W13": -16.144062510786544, "S13": -18.151552839208637, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108751.5, 504391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.9983406614657913, "W12": -5.9983406614657913, "S12": -5.9983406614657913, "W13": -15.0, "S13": -18.0, "W21": -40.040261285017486, "S21": -40.040261285017486, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108751.796875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -39.485879113071469, "S21": -39.485879113071469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108752.0, 497911.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.7930739144088839, "S12": -11.381557738648381, "W13": -16.337828191092171, "S13": -16.373717630492589, "W21": -35.172627909702072, "S21": -35.172627909702072, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108753.0, 501514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4449852721850736, "S11": -1.4449852721850736, "W12": -6.6998094886308799, "S12": -6.6998094886308799, "W13": -20.0, "S13": -30.0, "W21": -37.232612217389672, "S21": -37.232612217389672, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108754.0, 519539.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52782293293486937, "S11": -1.7117359764130793, "W12": -13.368484925797253, "S12": -13.368484925797253, "W13": -16.652719464339281, "S13": -16.855793934847185, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108754.2, 503894.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4969062643340922, "S11": -1.4969062643340922, "W12": -5.0000000000000009, "S12": -6.1081360787315813, "W13": -19.061167653629212, "S13": -20.090394487869162, "W21": -32.603481012092608, "S21": -32.603481012092608, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108754.4, 505812.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -3.1851143403660034, "S12": -11.03077604225658, "W13": -16.2875623068756, "S13": -16.318688813525664, "W21": -35.806235208675176, "S21": -35.806235208675176, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 501430.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.638624492934222, "S12": -11.638624492934222, "W13": -16.320857376603449, "S13": -19.660651375707793, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 504480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54033924036715097, "S11": -0.54033924036715097, "W12": -7.5787305062492933, "S12": -7.5787305062492933, "W13": -29.999999999999996, "S13": -29.999999999999996, "W21": -34.220415042902815, "S21": -34.220415042902815, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 512770.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82740658680120671, "S11": -0.82740658680120671, "W12": -7.5204354365094304, "S12": -8.5204354365094304, "W13": -13.769453423224812, "S13": -13.769453423224812, "W21": -39.277522389263417, "S21": -39.277522389263417, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108755.0, 516021.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6622590789206737, "S11": -0.78396085842568497, "W12": -14.239130434782609, "S12": -14.375758726432736, "W13": -15.0, "S13": -15.0, "W21": -30.028592188919163, "S21": -30.028592188919163, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108757.0, 503632.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -7.0659120638260084, "W13": -14.999999999999925, "S13": -14.999999999999925, "W21": -37.547540491654438, "S21": -37.547540491654438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108757.0, 524255.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.885342374349321, "S12": -11.885342374349321, "W13": -16.232592031552116, "S13": -19.086513076273402, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108758.125, 504439.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2484123864605405, "S11": -1.2484123864605405, "W12": -5.8283426490223844, "S12": -5.8283426490223844, "W13": -18.495628416387774, "S13": -20.012761220613747, "W21": -31.85380894499421, "S21": -31.85380894499421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108758.857142857144936, 505541.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -16.072235183739419, "S13": -16.226301302822705, "W21": -36.463597619598133, "S21": -36.463597619598133, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108759.0, 500955.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2361583245418659, "S12": -7.2361583245418659, "W13": -16.015986479733765, "S13": -16.275901274143795, "W21": -36.554969961261598, "S21": -36.554969961261598, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108761.0, 500855.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.094956834632710818, "S11": -0.094956834632710818, "W12": -5.0, "S12": -10.684888385395386, "W13": -16.133569970222947, "S13": -16.217770797438284, "W21": -32.60054592765055, "S21": -32.60054592765055, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108763.0, 501880.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.29905440649363324, "S11": -0.29905440649363324, "W12": -5.0, "S12": -10.246638561824462, "W13": -16.048686065626519, "S13": -16.214080767960638, "W21": -31.811827358303177, "S21": -31.811827358303177, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108763.0, 501988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -13.0, "W13": -16.047904483375582, "S13": -16.114672958633008, "W21": -36.38578559268111, "S21": -36.38578559268111, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108764.0, 501016.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53930817610062898, "S11": -0.85151278274137088, "W12": -12.678438937527822, "S12": -12.773499808243715, "W13": -15.0, "S13": -15.0, "W21": -30.388304712874977, "S21": -30.388304712874977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108764.0, 503583.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96993134087237487, "S11": -0.96993134087237487, "W12": -15.970432357043236, "S12": -16.163969805766275, "W13": -16.802256532066508, "S13": -16.98601029277005, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108764.0, 503730.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -11.610902687559102, "S12": -11.610902687559102, "W13": -16.321121552317692, "S13": -19.200539375873447, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108764.75, 504488.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.71, "W12": -5.0, "S12": -14.180368083653764, "W13": -15.594999926347862, "S13": -15.98103464969072, "W21": -37.550095277667126, "S21": -37.550095277667126, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108765.0, 499830.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.6260713747340683, "S12": -12.763790013366719, "W13": -28.501946614456891, "S13": -28.501946614456891, "W21": -33.127885158922247, "S21": -33.127885158922247, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108765.0, 512101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2667129682424894, "S11": -1.2667129682424894, "W12": -4.9843289321505537, "S12": -5.0439488467829428, "W13": -24.617527525741906, "S13": -24.617527525741906, "W21": -36.927150227641626, "S21": -38.332560803207663, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108765.142857142855064, 508405.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74623655913978493, "S11": -1.009592825965989, "W12": -14.209823415937082, "S12": -14.34794039357371, "W13": -15.0, "S13": -15.0, "W21": -30.033460282916213, "S21": -30.033460282916213, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108766.0, 503651.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46027267296501984, "S11": -0.46027267296501984, "W12": -6.9687104724011988, "S12": -21.968710472401199, "W13": -25.110631188794166, "S13": -25.299252210973528, "W21": -34.917923978858269, "S21": -34.917923978858269, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108766.0, 509871.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5639280084139591, "S12": -7.5639280084139591, "W13": -28.664737868877062, "S13": -29.664737868877062, "W21": -34.301468617700095, "S21": -34.301468617700095, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108766.0, 512839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9651102414696835, "S12": -5.9651102414696835, "W13": -20.0, "S13": -20.0, "W21": -33.22539717795221, "S21": -33.22539717795221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108766.166666666671517, 520871.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0371574192760775, "S12": -7.5952304423418591, "W13": -15.571015344834645, "S13": -17.164925326191732, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108768.0, 502599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83120139311550223, "S11": -1.1501314958174755, "W12": -14.718430034129488, "S12": -14.871273975728881, "W13": -15.500989707046449, "S13": -15.500989707046449, "W21": -30.005912223431295, "S21": -30.005912223431295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108768.333333333328483, 503677.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5615167526258382, "S12": -7.5615167526258382, "W13": -29.062157016792753, "S13": -29.062157016792753, "W21": -34.253896228915409, "S21": -34.253896228915409, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108768.333333333328483, 512813.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36164834702042198, "S11": -3.2429646175873952, "W12": -5.1675068855348254, "S12": -5.1675068855348254, "W13": -24.136304818653375, "S13": -25.15196649497225, "W21": -37.478540104210488, "S21": -37.478540104210488, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108768.4, 509277.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999929, "S12": -4.9999999999999929, "W13": -19.538587365955649, "S13": -19.538587365955649, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108768.428571428565192, 522618.238095238106325 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83839613793097434, "S11": -0.83839613793097434, "W12": -7.502379555982345, "S12": -7.502379555982345, "W13": -13.799006154745365, "S13": -13.799006154745365, "W21": -39.207409632115088, "S21": -39.207409632115088, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108769.131578947373782, 516056.065789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0683000712758375, "S11": -2.0202541766899653, "W12": -16.495828635851183, "S12": -16.706365057550592, "W13": -17.459619952494062, "S13": -17.959619952494062, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108770.0, 503769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73496525655824896, "S11": -1.907429024674191, "W12": -15.958349279244803, "S12": -16.071772396611131, "W13": -17.276529184160697, "S13": -17.776529184160697, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108770.0, 503847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20462313870389628, "S11": -0.20462313870389628, "W12": -7.7935293583809777, "S12": -7.8482523588182174, "W13": -28.024293409739649, "S13": -28.539315780270378, "W21": -32.746961443488942, "S21": -32.746961443488942, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108770.0, 510407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.71, "W12": -5.0, "S12": -11.792740696483442, "W13": -15.640513548027426, "S13": -15.911559631135878, "W21": -37.259977026592026, "S21": -37.259977026592026, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108771.0, 500103.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1020884616887425, "S12": -7.1160708209941177, "W13": -15.921238670318301, "S13": -16.146024600506156, "W21": -36.5207106504905, "S21": -36.5207106504905, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108771.0, 500853.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89161594643944009, "S11": -1.300455312278507, "W12": -15.0, "S12": -15.161348749503771, "W13": -15.800475059382423, "S13": -15.800475059382423, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108771.0, 503695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.233173260970903, "S11": -2.2639689528501767, "W12": -5.1116161428057101, "S12": -6.4349775787589323, "W13": -21.613201065017606, "S13": -22.430022614905841, "W21": -34.259333700116109, "S21": -34.259333700116109, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108771.0, 506929.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.40559505779638749, "S11": 0.40559505779638771, "W12": -11.336463000768884, "S12": -11.336463000768884, "W13": -16.409651073083264, "S13": -19.127009382045614, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108771.375, 504537.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -39.373697090988458, "S21": -39.373697090988458, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108772.4, 497951.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.1463724616206408, "W13": -18.46739993033632, "S13": -18.46739993033632, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108772.857142857144936, 523029.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74726617975248533, "S11": -1.35999426829571, "W12": -13.661893456002375, "S12": -13.786579177849669, "W13": -14.970399628252789, "S13": -14.970399628252789, "W21": -30.022872687704023, "S21": -30.022872687704023, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108773.0, 503644.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38873214730313943, "S11": -1.2438046110712553, "W12": -12.685903814262023, "S12": -12.685903814262023, "W13": -16.072342965341235, "S13": -16.072342965341235, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108773.0, 503925.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65884923848530152, "S11": -0.65884923848530152, "W12": -7.6471542995656394, "S12": -7.6471542995656394, "W13": -30.0, "S13": -30.0, "W21": -33.803337700917091, "S21": -33.803337700917091, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108773.0, 512538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2057300988517774, "W12": -6.5938015015564915, "S12": -7.9878047701372594, "W13": -15.397236408735383, "S13": -16.397236408735381, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108774.0, 502824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.240645745322873, "S11": -2.2720947070698871, "W12": -5.1274398169533031, "S12": -5.1274398169533031, "W13": -21.437633200852488, "S13": -22.346319861535029, "W21": -34.192137222680955, "S21": -34.192137222680955, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108774.0, 506852.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.8625613951698694, "S11": -1.8171068497153238, "W12": -17.319593253968257, "S12": -17.492151666127693, "W13": -17.686774512225242, "S13": -18.186774512225242, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108775.0, 503818.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.1421245986289676, "W12": -5.0000000000000009, "S12": -8.0708588100190646, "W13": -15.754836550455227, "S13": -16.333964331637201, "W21": -36.827350851408809, "S21": -36.827350851408809, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108775.636363636367605, 500525.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": 0.36997966446363917, "S11": -0.17224442447504817, "W12": -8.0428205234404917, "S12": -10.76533338117153, "W13": -28.258713435856603, "S13": -28.258713435856603, "W21": -31.772815522851776, "S21": -31.772815522851776, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108775.777777777781012, 511268.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39061899550042567, "S11": -3.78457888270608, "W12": -4.9251377710100792, "S12": -4.9251377710100792, "W13": -24.072259919109538, "S13": -24.072259919109538, "W21": -37.958023921327126, "S21": -38.457621002188858, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108777.0, 509063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4932674591572821, "S11": -1.4932674591572821, "W12": -5.0, "S12": -5.9610018270043117, "W13": -19.098807469950554, "S13": -20.156497710274653, "W21": -32.773047226219283, "S21": -32.773047226219283, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108777.8, 505850.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9875303840544483, "W12": -7.4228112474312802, "S12": -8.1868512875456823, "W13": -15.309678419534682, "S13": -16.122967979613474, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108778.0, 502938.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.30374841310496892, "S11": 0.30374841310496892, "W12": -11.062023313978667, "S12": -11.062023313978667, "W13": -16.498180593848836, "S13": -19.473735946129, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108778.0, 504586.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1219921694422181, "S11": -1.1219921694422181, "W12": -4.9730313562257482, "S12": -4.9730313562257482, "W13": -24.744292634465335, "S13": -24.744292634465335, "W21": -37.135973676390023, "S21": -38.403264018425126, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108778.333333333328483, 508504.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.1578889691529746, "W12": -5.0000000000000009, "S12": -10.548928815295323, "W13": -15.620430309780891, "S13": -16.165837687222318, "W21": -37.085848712122164, "S21": -37.085848712122164, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108779.0, 500251.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67366098600127466, "S11": -1.7394751249981422, "W12": -12.424815749122494, "S12": -12.517180444107289, "W13": -14.98707249070628, "S13": -14.98707249070628, "W21": -30.049901015571034, "S21": -30.049901015571034, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108781.0, 503610.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2526367710793627, "S11": -1.2665837308213161, "W12": -5.7078486858354136, "S12": -5.7078486858354136, "W13": -18.520665454334754, "S13": -20.073646243123992, "W21": -31.99981871590677, "S21": -31.99981871590677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108781.0, 505572.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5099478126787943, "S11": -0.5099478126787943, "W12": -7.519542964681448, "S12": -7.9078811129361073, "W13": -17.033818585460157, "S13": -23.450033147776796, "W21": -36.562927975247689, "S21": -36.562927975247689, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108781.0, 514282.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5083169119577472, "S11": -0.5083169119577472, "W12": -10.0, "S12": -10.0, "W13": -15.922923887881051, "S13": -16.136486345202702, "W21": -36.218314452923487, "S21": -36.218314452923487, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108781.5, 501123.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.840807136778817, "S13": -15.954954957777005, "W21": -36.420373629515474, "S21": -36.420373629515474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108782.0, 500916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.098458308349366, "S11": -2.1326405880039672, "W12": -5.3203683736713918, "S12": -8.092394711227481, "W13": -23.132064517765148, "S13": -23.132064517765148, "W21": -35.987236225200476, "S21": -37.904865571969879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108782.5, 507716.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15908051421944169, "S11": -0.15908051421944169, "W12": -7.7457551201131789, "S12": -12.109082866204613, "W13": -26.78052709337452, "S13": -26.78052709337452, "W21": -32.552386603423066, "S21": -32.552386603423066, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108784.0, 511771.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.012873991467643, "S21": -40.012873991467643, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108785.0, 497039.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.27982671021593175, "W12": -7.8395642156266021, "S12": -11.622966276521673, "W13": -27.344203213298869, "S13": -27.344203213298869, "W21": -32.264072023721482, "S21": -32.264072023721482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108785.0, 511592.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.044019229313300157, "S11": 0.044019229313300157, "W12": -4.1292329590645265, "S12": -10.433612910353823, "W13": -16.010204463189986, "S13": -16.078805588681039, "W21": -35.728021834218225, "S21": -35.728021834218225, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108786.571428571434808, 501484.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1887564524337357, "S11": -1.1887564524337355, "W12": -5.9188368204997861, "S12": -5.9188368204997861, "W13": -18.376848613625793, "S13": -20.065683755062146, "W21": -31.832310660372979, "S21": -31.832310660372979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108786.714285714289872, 505507.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": 0.4555813087206656, "S11": -0.21964316084485969, "W12": -13.384901591678377, "S12": -13.384901591678377, "W13": -15.691983086156048, "S13": -16.58003971633137, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108787.0, 504199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46352725795746108, "S11": -0.46352725795746108, "W12": -7.5182882510446856, "S12": -9.8584944169008466, "W13": -20.517807302270402, "S13": -21.116385312774185, "W21": -36.001018270308606, "S21": -36.001018270308606, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108787.0, 513940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6810787269514416, "S12": -5.6810787269514416, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108787.5, 521389.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.842758351869122, "S13": -15.996020761289106, "W21": -36.244973370869047, "S21": -36.244973370869047, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108788.0, 501072.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78185939349296008, "S11": -0.78185939349296008, "W12": -7.4846511776890665, "S12": -8.0122347052726006, "W13": -13.698655775379867, "S13": -21.724309625905349, "W21": -39.098447915857506, "S21": -39.098447915857506, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108788.363636363632395, 515722.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88688990991059924, "S11": -2.8765896875383139, "W12": -4.9536497788319238, "S12": -4.9536497788319238, "W13": -24.940497250406615, "S13": -25.09201240192164, "W21": -37.443599544142934, "S21": -38.520716066707593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108788.444444444437977, 508679.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78191786947988473, "S11": -0.78191786947988473, "W12": -7.4843200888958945, "S12": -8.0114412062609244, "W13": -13.69939525190156, "S13": -21.724877948356319, "W21": -39.097142969218361, "S21": -39.097142969218361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108788.634146341457381, 515721.951219512207899 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60005579224989203, "S11": -2.1189559817005268, "W12": -11.187738042241211, "S12": -11.247781710363469, "W13": -15.0, "S13": -15.0, "W21": -30.66198793510577, "S21": -30.66198793510577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108789.0, 503577.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8299257200790491, "S11": -1.8299257200790491, "W12": -5.0, "S12": -7.1928174532193943, "W13": -19.938805096153903, "S13": -20.938805096153903, "W21": -33.640304834553476, "S21": -33.640304834553476, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108789.0, 506269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15441963461895203, "S11": -0.88448742068027353, "W12": -10.677776889553577, "S12": -10.677776889553577, "W13": -18.587294910179573, "S13": -18.587294910179573, "W21": -32.678053273198714, "S21": -32.678053273198714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108789.6, 503425.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64648193258395203, "S11": -0.64648193258395203, "W12": -7.4959434251825847, "S12": -8.9848974279235545, "W13": -14.66853879792871, "S13": -32.972573994691778, "W21": -37.678418197678134, "S21": -37.678418197678134, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108789.75, 514997.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -6.2606272569592534, "S12": -6.2606272569592534, "W13": -15.016624695219408, "S13": -18.816624695219407, "W21": -38.672945268645897, "S21": -38.672945268645897, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108791.0, 498596.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95297500165595617, "S11": -0.95297500165595617, "W12": -7.4649208554147215, "S12": -7.4649208554147215, "W13": -14.300913908820107, "S13": -14.300913908820107, "W21": -38.500197601121911, "S21": -38.500197601121911, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108791.146551724144956, 516631.021551724115852 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9891323371028542, "S11": -2.3287449604950172, "W12": -13.680822873082287, "S12": -13.831978258817367, "W13": -15.624109263657958, "S13": -15.984630168387225, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108791.5, 503718.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2189265931852695, "W12": -5.217981473246212, "S12": -7.3523129794993753, "W13": -15.694462329061913, "S13": -17.635359236082397, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108791.857142857144936, 502457.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72939744370054782, "S11": -2.3052873629347688, "W12": -12.005861403769105, "S12": -12.089401499045008, "W13": -14.904010223048328, "S13": -15.543716105401138, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 503618.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97036214324178782, "S11": -2.3508587032178574, "W12": -13.544769874476989, "S12": -13.689941569594099, "W13": -15.431710213776721, "S13": -15.431710213776721, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 503710.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5432704365401354, "S11": -3.4835214052223722, "W12": -4.9298718367050984, "S12": -4.9298718367050984, "W13": -24.339165053055535, "S13": -27.339165053055535, "W21": -37.788072450813061, "S21": -38.605828857662949, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 508901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49997650951527095, "S11": -0.49997650951527095, "W12": -7.5072628209351349, "S12": -7.5072628209351349, "W13": -17.91713520342817, "S13": -22.994468939784468, "W21": -36.419789318832684, "S21": -36.419789318832684, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108792.0, 514211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5531654475695742, "S12": -12.691121421976842, "W13": -28.189195080480804, "S13": -28.189195080480804, "W21": -32.994292495369237, "S21": -32.994292495369237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108794.75, 512066.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10343534057255677, "S11": -0.10343534057255677, "W12": -5.0, "S12": -9.3148933996954284, "W13": -16.074928302476867, "S13": -16.194013701371627, "W21": -32.9098807990881, "S21": -32.9098807990881, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108795.5, 501882.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.9820588591853525, "W13": -15.000000000000004, "S13": -15.000000000000004, "W21": -37.804282971175645, "S21": -37.804282971175645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108796.5, 524280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52645059849868137, "S11": -2.4984368384029589, "W12": -10.242092475434108, "S12": -10.269815116693866, "W13": -15.148021978021978, "S13": -15.148021978021978, "W21": -31.326322783536281, "S21": -31.326322783536281, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108797.0, 503544.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46487551209801331, "S11": -1.1029914541271084, "W12": -14.30577964876503, "S12": -14.30577964876503, "W13": -16.199548585384807, "S13": -16.852540038376219, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108797.4, 503906.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.052390368451460195, "S11": -0.052390368451460195, "W12": -7.8181459297576916, "S12": -8.8960879873761911, "W13": -28.054637758178966, "S13": -28.497067496970814, "W21": -31.675518210353328, "S21": -31.675518210353328, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108798.0, 510722.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84081011811728623, "S11": -0.84081011811728623, "W12": -7.4669203460983002, "S12": -7.4669203460983002, "W13": -13.808444785069081, "S13": -13.808444785069081, "W21": -39.187039038450564, "S21": -39.187039038450564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108798.409090909088263, 516020.04545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1869679109364757, "S12": -10.012056372741791, "W13": -15.776255570651097, "S13": -16.09019741068942, "W21": -36.107956133430775, "S21": -36.107956133430775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108799.0, 501172.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54445627916413075, "S11": -2.6035199943899756, "W12": -10.190917350922064, "S12": -10.218821942691283, "W13": -15.0, "S13": -15.148395721925139, "W21": -31.281051012127513, "S21": -31.281051012127513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108799.0, 503548.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.9118881383636896, "W12": -5.9118881383636896, "S12": -5.9118881383636896, "W13": -15.0, "S13": -18.0, "W21": -40.014006906635217, "S21": -40.014006906635217, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.5774250258531533, "W12": -5.5774250258531533, "S12": -5.5774250258531533, "W13": -15.0, "S13": -18.0, "W21": -39.227887560591462, "S21": -39.227887560591462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.0597053217360823, "W12": -6.0061595439165174, "S12": -6.0061595439165174, "W13": -15.006756972402188, "S13": -18.006756972402187, "W21": -38.243183762920424, "S21": -38.243183762920424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.7926752355536193, "W12": -5.0, "S12": -12.981072891771936, "W13": -15.328585980938827, "S13": -15.404879943908551, "W21": -37.258479965249407, "S21": -37.258479965249407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.70251221775651, "S13": -15.786814059422809, "W21": -36.273776167578376, "S21": -36.273776167578376, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31115326146078853, "S11": -0.45310624518592457, "W12": -5.0, "S12": -8.6498068565910202, "W13": -16.058140133499474, "S13": -16.222394433717124, "W21": -32.097143133768583, "S21": -32.097143133768583, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1015523656831268, "S11": -2.1099282259910379, "W12": -5.0, "S12": -6.4337962057500491, "W13": -20.787121706593599, "S13": -20.90227520813384, "W21": -34.073445531398448, "S21": -34.073445531398448, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 506610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41525689758169793, "S11": -0.41525689758169793, "W12": -7.3341228786641253, "S12": -22.334122878664125, "W13": -25.920023674302051, "S13": -25.949368678381866, "W21": -34.55185943668365, "S21": -34.55185943668365, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108800.0, 510026.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.1043621076536265, "W13": -18.619413302239273, "S13": -18.619413302239273, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108801.0, 522990.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4896286539805437, "S11": -1.4896286539805437, "W12": -5.0, "S12": -5.8138675752780182, "W13": -19.136447286272038, "S13": -20.222600932680127, "W21": -32.942613440346086, "S21": -32.942613440346086, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108801.2, 505889.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.9093099756001912, "W12": -5.9093099756001912, "S12": -5.9093099756001912, "W13": -15.0, "S13": -18.0, "W21": -40.013223955967092, "S21": -40.013223955967092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108801.4375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28005885552502752, "S11": -0.28005885552502752, "W12": -5.0, "S12": -8.5892081120231776, "W13": -16.04217151429928, "S13": -16.188173029885949, "W21": -32.244229613448503, "S21": -32.244229613448503, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108803.0, 501984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0869425141902804, "S11": -1.0869425141902804, "W12": -4.9722464231828241, "S12": -4.9722464231828241, "W13": -24.600546805751119, "S13": -24.600546805751119, "W21": -37.246527180642872, "S21": -38.415467670652717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108803.0, 508501.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22742631875346675, "S11": 0.22742631875346675, "W12": -10.889251657393196, "S12": -10.889251657393196, "W13": -16.533051788129008, "S13": -19.471094788916051, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108804.0, 504625.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2198197475730057, "S11": -1.2198197475730057, "W12": -4.9839796163984644, "S12": -5.2802754044347271, "W13": -24.3625493265505, "S13": -24.3625493265505, "W21": -37.096604478046899, "S21": -38.347121019648888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108805.857142857144936, 508390.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92587689127100037, "S11": -2.3796071638678447, "W12": -4.9587023653666638, "S12": -4.9587023653666638, "W13": -24.828398636849975, "S13": -24.828398636849975, "W21": -37.449101713355802, "S21": -38.496603255001077, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108807.0, 508625.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1484434546647062, "S11": -2.1662612839112478, "W12": -5.0, "S12": -5.3561509876784665, "W13": -20.90161470411406, "S13": -21.231470090140071, "W21": -34.194409976733162, "S21": -34.194409976733162, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108808.0, 506680.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85816238168635361, "S11": -2.5771201151476597, "W12": -4.9529462875661201, "S12": -4.9529462875661201, "W13": -24.929729181409574, "S13": -24.929729181409574, "W21": -37.532363099803774, "S21": -38.530870111931385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108808.0, 508678.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64924426861432338, "S11": -3.1330761561404978, "W12": -10.0, "S12": -10.032163887786158, "W13": -14.887941449814125, "S13": -15.838476209172471, "W21": -30.969007499603997, "S21": -30.969007499603997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108809.0, 503573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5124603278055941, "S12": -7.5124603278055941, "W13": -30.0, "S13": -30.0, "W21": -34.049768320940245, "S21": -34.049768320940245, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108809.0, 512752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.3245437382001661, "W13": -18.751052283799549, "S13": -18.751052283799549, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108810.0, 522945.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49692684638192886, "S11": -1.0056224985558417, "W12": -15.107233065442021, "S12": -15.132793204566829, "W13": -16.234811064460359, "S13": -17.234811064460359, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108811.0, 503899.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6465516239272222, "S11": -1.6533484996509897, "W12": -5.5615182488999757, "S12": -7.2731615890508188, "W13": -23.622865851449493, "S13": -23.622865851449493, "W21": -36.606659894413468, "S21": -38.128322368930398, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108812.0, 508041.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.5067542069796414, "S12": -7.5067542069796414, "W13": -28.7584510571855, "S13": -28.7584510571855, "W21": -34.170341083039233, "S21": -34.170341083039233, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108812.444444444437977, 512833.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.77373014062181011, "W12": -5.2481233472660582, "S12": -15.248123347266059, "W13": -15.248123347266059, "S13": -15.651873444349512, "W21": -37.422084626479688, "S21": -37.422084626479688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 499787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.37733828524842611, "S11": -4.7765955487742398, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -15.574897930138299, "S13": -16.057193026403262, "W21": -31.441041718443007, "S21": -31.441041718443007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 503129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0321082390953151, "S11": -3.3948811975158959, "W12": -12.02887029288703, "S12": -12.154515390147848, "W13": -14.98567143355424, "S13": -17.985671433554238, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 503720.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85109832280844699, "S11": -0.95383804883584378, "W12": -15.548839285714287, "S12": -15.656088254911479, "W13": -16.435120456012047, "S13": -17.435120456012047, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108813.0, 503819.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2204509045442098, "S12": -6.3541772720647938, "W13": -15.511439310072102, "S13": -15.592384904626822, "W21": -36.379673100884936, "S21": -36.379673100884936, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108814.0, 500842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.537806857374721, "S11": -3.2748645905330642, "W12": -10.129789473684211, "S12": -10.129789473684211, "W13": -15.11468522308637, "S13": -16.114685223086369, "W21": -31.73631589005694, "S21": -31.73631589005694, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108814.0, 503530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51584136643414902, "S11": -0.51584136643414902, "W12": -7.5075315829349085, "S12": -7.5075315829349085, "W13": -30.0, "S13": -30.0, "W21": -33.926652933832806, "S21": -33.926652933832806, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108814.0, 512683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1170769104991001, "S11": -1.1170769104990994, "W12": -6.0093309919773805, "S12": -6.0093309919773805, "W13": -18.258068810863691, "S13": -20.091732019949958, "W21": -31.810812375751595, "S21": -31.810812375751595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108814.571428571434808, 505473.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0867040864812729, "S11": -3.6969078096980303, "W12": -13.934582863586012, "S12": -14.075272288761836, "W13": -15.747228820269466, "S13": -17.895156181310984, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108814.666666666671517, 503758.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -2.2024894387447196, "S11": -2.244489520648155, "W12": -5.1537141078128865, "S12": -5.1537141078128865, "W13": -21.26681898652549, "S13": -22.153005925880493, "W21": -34.45260254131518, "S21": -34.45260254131518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108815.0, 506881.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.21806940380565443, "S11": 0.058161806269720229, "W12": -7.9499228605136585, "S12": -10.212221446771371, "W13": -28.173336927596807, "S13": -29.173336927596807, "W21": -31.413796038986568, "S21": -31.413796038986568, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108816.0, 511096.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9693238427058271, "S12": -5.9693238427058271, "W13": -20.0, "S13": -20.0, "W21": -33.225789408787548, "S21": -33.225789408787548, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108816.0, 520874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1947196582080615, "S11": -2.2366003951049733, "W12": -5.140697496269734, "S12": -6.0948338371773021, "W13": -21.366850487891629, "S13": -22.190598997098732, "W21": -34.517712817633608, "S21": -34.517712817633608, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108816.285714285710128, 506934.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999911, "S12": -4.9999999999999911, "W13": -19.593558648418156, "S13": -19.593558648418156, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108816.642857142855064, 522628.357142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41365400157466359, "S11": -5.188485521638091, "W12": -9.9083688952109998, "S12": -9.9083688952109998, "W13": -15.239164753565793, "S13": -15.739164753565793, "W21": -31.277958989392054, "S21": -31.277958989392054, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108817.0, 503101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3383642872183652, "S11": -2.9107957314594355, "W12": -5.1451294480555676, "S12": -5.1451294480555676, "W13": -24.092220430420394, "S13": -26.403299001069062, "W21": -37.756363929837086, "S21": -37.756363929837086, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108817.6, 509280.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21855143011156669, "S11": -0.21855143011156669, "W12": -7.6308320030174146, "S12": -12.099522569551318, "W13": -27.038914713038729, "S13": -27.038914713038729, "W21": -32.492888695405426, "S21": -32.492888695405426, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108818.0, 511790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51865281526508222, "S11": -0.51865281526508222, "W12": -7.4741894144737664, "S12": -7.6331538537624422, "W13": -17.378495211880146, "S13": -23.073950609313069, "W21": -36.441222018555827, "S21": -36.441222018555827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108818.0, 514267.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.9664999976697948, "W12": -5.0000000000000009, "S12": -7.880853628245017, "W13": -15.360500430736282, "S13": -15.757770947336388, "W21": -36.653331314702221, "S21": -36.653331314702221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108818.363636363632395, 500548.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85453577596983288, "S11": -0.85453577596983288, "W12": -7.4411469921556836, "S12": -7.4411469921556836, "W13": -13.845656872781877, "S13": -13.845656872781877, "W21": -39.098961634419588, "S21": -39.098961634419588, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108818.736842105266987, 516059.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999991, "S12": -5.5438011327879968, "W13": -18.882691265359824, "S13": -18.882691265359824, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108819.0, 522901.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0608262182672961, "S11": -1.0608262182672961, "W12": -4.9716270481938318, "S12": -4.9716270481938318, "W13": -24.496523291171648, "S13": -24.496523291171648, "W21": -37.327842494621351, "S21": -38.424647887847648, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108821.0, 508499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -39.194042853118866, "S21": -39.194042853118866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108821.8, 497955.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": 0.29829689883069366, "S11": -0.30221394263532086, "W12": -8.0207127083522867, "S12": -10.843196554767779, "W13": -28.236326708268653, "S13": -28.236326708268653, "W21": -31.65594447483814, "S21": -31.65594447483814, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108823.333333333328483, 511273.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4802595204050801, "S12": -12.612780155237786, "W13": -27.876443546504724, "S13": -27.876443546504724, "W21": -32.86069983181622, "S21": -32.86069983181622, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108824.5, 512031.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4859898488037333, "S11": -1.4859898488037333, "W12": -5.0, "S12": -5.6667333235507495, "W13": -19.174087102593376, "S13": -20.288704155085618, "W21": -33.112179654472769, "S21": -33.112179654472769, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108824.6, 505927.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14422659061587564, "S11": -2.1442265906158755, "W12": -11.954945500512796, "S12": -11.954945500512796, "W13": -15.37587163327111, "S13": -18.190427174150784, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108825.0, 503978.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1845405651318577, "S11": -1.2368916880562368, "W12": -5.6742291017617763, "S12": -5.6742291017617763, "W13": -18.442653634199992, "S13": -20.152667214559813, "W21": -32.115508243436139, "S21": -32.115508243436139, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108825.0, 505572.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.486455938458541, "S13": -15.901216871759713, "W21": -36.10494095196217, "S21": -36.10494095196217, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108826.0, 501077.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.11547877591312938, "S11": -0.11547877591312938, "W12": -5.0, "S12": -7.9448984139954693, "W13": -15.769451812805727, "S13": -15.923421783379908, "W21": -33.219215670525649, "S21": -33.219215670525649, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108828.0, 501885.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.41752824800297994, "S11": -0.58247175199701995, "W12": -13.290593985028856, "S12": -13.290593985028856, "W13": -15.680083664221616, "S13": -16.789632443487505, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108828.0, 504231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000009, "S12": -5.7630585273758292, "W13": -19.014330246920096, "S13": -19.014330246920096, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108828.0, 522856.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.473295859503448, "S13": -15.895911968912701, "W21": -36.047371737502637, "S21": -36.047371737502637, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108829.25, 501124.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25183613212768019, "S11": -1.3840185456360996, "W12": -10.329583021738618, "S12": -10.329583021738618, "W13": -17.739060585996846, "S13": -17.739060585996846, "W21": -32.294174652431494, "S21": -32.294174652431494, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108829.4, 503414.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65854475066604201, "S11": -0.65854475066604201, "W12": -7.4469594819391629, "S12": -8.8291018840893134, "W13": -14.752492100677291, "S13": -32.532244212117455, "W21": -37.570733315451662, "S21": -37.570733315451662, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108829.5, 514995.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15110422440208837, "S11": 0.15110422440208837, "W12": -10.716480000808073, "S12": -10.716480000808073, "W13": -16.567922982409058, "S13": -19.468453631703063, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 504664.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3, "S11": -3.9, "W12": -4.9, "S12": -4.9, "W13": -23.9, "S13": -23.9, "W21": -38.349998, "S21": -38.849998, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48552880611701021, "S11": -0.48552880611701021, "W12": -4.960632410099767, "S12": -9.3837663741562309, "W13": -15.602872044869887, "S13": -15.76749095115381, "W21": -35.676753131166876, "S21": -35.676753131166876, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108830.285714285710128, 501497.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.4885396201702683, "S12": -10.488539620170268, "W13": -15.466705834495716, "S13": -15.877774520161884, "W21": -36.015066303523668, "S21": -36.015066303523668, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108831.0, 501151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0277601612707428, "S11": -2.0707925209658598, "W12": -5.1944566032031831, "S12": -7.6932245520036506, "W13": -22.852311123777596, "S13": -22.852311123777596, "W21": -36.206727069501135, "S21": -37.929768882098642, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108831.0, 507711.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54931020490971794, "S11": -3.3102878936891624, "W12": -10.067263157894738, "S12": -10.067263157894738, "W13": -15.084911174785102, "S13": -15.084911174785102, "W21": -31.889909141042484, "S21": -31.889909141042484, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108832.0, 503515.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6843975348327982, "S12": -5.6843975348327982, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108832.0, 521393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79620110695675228, "S11": -0.79620110695675228, "W12": -7.4282569226504362, "S12": -7.8776741720676808, "W13": -13.791922301445778, "S13": -20.985335645463351, "W21": -38.949613235435152, "S21": -38.949613235435152, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108834.090909090911737, 515722.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80095511714569778, "S11": -2.2244886645568327, "W12": -4.9503894658632737, "S12": -4.9503894658632737, "W13": -24.809161411551035, "S13": -24.975966590046525, "W21": -37.673592639733982, "S21": -38.554005155212522, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108834.222222222218988, 508690.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41697667466823679, "S11": -5.4169766746682368, "W12": -9.7350047415836904, "S12": -9.7350047415836904, "W13": -15.210660652755108, "S13": -15.695501642154401, "W21": -31.199234748679949, "S21": -31.199234748679949, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108835.0, 503101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1451358615166907, "S11": -2.2183321937783966, "W12": -5.0364439338419622, "S12": -8.0599840007233094, "W13": -22.164568243241611, "S13": -22.488089210494739, "W21": -35.578537243574296, "S21": -37.558263491065716, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108836.0, 507384.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000009, "S12": -6.8982056545446175, "W13": -15.0, "S13": -15.0, "W21": -38.085456918965932, "S21": -38.085456918965932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108836.0, 524304.333333333372138 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0426561658589122, "S11": -4.5799131206899029, "W12": -10.0, "S12": -10.086964073044859, "W13": -14.654663411231253, "S13": -17.929663411231253, "W21": -29.960036218012331, "S21": -29.960036218012331, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108837.0, 503707.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.9822195885373395, "W13": -19.145969228480219, "S13": -19.145969228480219, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108837.0, 522812.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92032994773112897, "S11": -2.4803053604469323, "W12": -14.055788690476099, "S12": -14.132575920648328, "W13": -15.390823295332334, "S13": -16.448417712408634, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108837.833333333328483, 503799.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79752572150669643, "S11": -0.79752572150669643, "W12": -7.4229275970013386, "S12": -7.8649538634178606, "W13": -13.800965100030671, "S13": -20.921356753951535, "W21": -38.935033716321996, "S21": -38.935033716321996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108838.41463414633472, 515722.121951219509356 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2452442307322835, "W12": -7.1693581906908728, "S12": -7.3579675050851945, "W13": -15.718794810786614, "S13": -17.654381501026165, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108838.428571428565192, 502456.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0285870840620763, "S12": -5.0285870840620763, "W13": -15.053807800660703, "S13": -18.124497350428474, "W21": -37.967898192023227, "S21": -37.967898192023227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108839.0, 499139.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.465985318145667, "S12": -6.465985318145667, "W13": -20.0, "S13": -25.0, "W21": -35.364209797377505, "S21": -35.364209797377505, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108839.0, 519980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0581789023521027, "S11": -4.1588111468199633, "W12": -13.063754227733936, "S12": -13.158699251583885, "W13": -15.0, "S13": -15.982281834740851, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108840.0, 503763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.40192809126089668, "S11": -1.3790848348820839, "W12": -15.243074371730783, "S12": -15.243074371730783, "W13": -15.746377706429358, "S13": -17.20444222255842, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108840.6, 503919.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81141626278944523, "S11": -4.7458314587212431, "W12": -9.5152815333847336, "S12": -9.5322690945862689, "W13": -14.616581132479777, "S13": -17.616581132479777, "W21": -30.707356296653792, "S21": -30.707356296653792, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108841.0, 503610.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1412084380039271, "S11": -2.209380770614255, "W12": -5.0155124153757562, "S12": -8.094156188785929, "W13": -22.324347105721415, "S13": -22.556312423344103, "W21": -35.800039430188882, "S21": -37.68048322542662, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108841.0, 507477.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36044697656924135, "S11": -0.36044697656924135, "W12": -7.1854229058898262, "S12": -7.1854229058898262, "W13": -26.902213379338715, "S13": -27.761874082203637, "W21": -34.105956263715989, "S21": -34.105956263715989, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108841.0, 510214.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96863865943384175, "S11": -0.96863865943384175, "W12": -7.4032692661687882, "S12": -7.4032692661687882, "W13": -14.328544673072942, "S13": -14.328544673072942, "W21": -38.394596807437097, "S21": -38.394596807437097, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108841.137931034478243, 516631.137931034492794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71721101831103873, "S11": -1.0512689893255316, "W12": -14.664166666666668, "S12": -14.70459535936617, "W13": -15.665519466551947, "S13": -18.665519466551949, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108842.0, 503848.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.068955961011610764, "S11": -0.60617833287864475, "W12": -7.6695480533623739, "S12": -9.5049061852144909, "W13": -27.942110606291575, "S13": -28.634618740235315, "W21": -31.298466484421976, "S21": -31.298466484421976, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108842.0, 510940.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0453973685644866, "S11": -1.0453973685644866, "W12": -6.1360394517061616, "S12": -6.1360394517061616, "W13": -18.139289008101613, "S13": -20.032160977776506, "W21": -31.789314091130169, "S21": -31.789314091130169, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108842.428571428565192, 505439.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.50266938593682564, "W12": -5.0, "S12": -5.3367685621550258, "W13": -15.23017369440255, "S13": -15.232461763489667, "W21": -36.297430328133288, "S21": -36.297430328133288, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108843.0, 500821.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27204343534057251, "S11": -0.27204343534057251, "W12": -5.0, "S12": -6.9317776622218927, "W13": -15.663554202874245, "S13": -15.843280339266462, "W21": -32.67663186859383, "S21": -32.67663186859383, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108843.0, 501980.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44647173841109411, "S11": -0.44647173841109411, "W12": -6.5118322990587609, "S12": -21.51183229905876, "W13": -24.777244993807201, "S13": -24.940229935577101, "W21": -36.114383847225497, "S21": -36.114383847225497, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108846.0, 509735.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7653364917396246, "W13": -19.277608210040491, "S13": -19.277608210040491, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108846.0, 522767.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1729265269035949, "S11": -1.1729265269035949, "W12": -4.9836303006463814, "S12": -5.5166019620869466, "W13": -24.107571127358973, "S13": -24.107571127358973, "W21": -37.266058728452101, "S21": -38.361681236090092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108846.571428571434808, 508376.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.60928419039211379, "W12": -7.6803717273755359, "S12": -11.353724103575335, "W13": -28.103595308756823, "S13": -28.103595308756823, "W21": -32.0070492666012, "S21": -32.0070492666012, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108847.0, 511533.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4823510436269949, "S11": -1.4823510436269949, "W12": -5.0, "S12": -5.5195990718244561, "W13": -19.211726918914859, "S13": -20.354807377491092, "W21": -33.281745868599572, "S21": -33.281745868599572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108848.0, 505966.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85616125471978566, "S11": -0.85616125471978566, "W12": -7.4055708842628594, "S12": -7.4055708842628594, "W13": -13.853107261141195, "S13": -13.853107261141195, "W21": -39.083398763448585, "S21": -39.083398763448585, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108848.174242424240219, 516018.871212121215649 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.822212911807215, "W12": -5.822212911807215, "S12": -5.822212911807215, "W13": -15.0, "S13": -18.0, "W21": -39.96871602696465, "S21": -39.96871602696465, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108850.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -39.050436608000531, "S21": -39.050436608000531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108850.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.8214431566724358, "W12": -5.0, "S12": -5.0, "W13": -15.077009120240977, "S13": -18.077009120240977, "W21": -38.0657328103295, "S21": -38.0657328103295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108850.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.1357938020804972, "W12": -6.9809171429383827, "S12": -14.921550258042718, "W13": -15.021283601854343, "S13": -15.092064464118094, "W21": -37.081029012658476, "S21": -37.081029012658476, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108850.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -15.231110209659308, "S13": -15.645373016561225, "W21": -36.096325214987445, "S21": -36.096325214987445, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108850.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30595261599210266, "S11": -0.4931135563175999, "W12": -5.0068923070662672, "S12": -6.5646217577218406, "W13": -15.605036446476991, "S13": -15.794278531571795, "W21": -32.601131204119348, "S21": -32.601131204119348, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108850.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.804420250093238, "S11": -1.804420250093238, "W12": -5.0, "S12": -6.2798747321575732, "W13": -19.999999999999996, "S13": -20.129728604150756, "W21": -34.076854662476762, "S21": -34.076854662476762, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108851.0, 506352.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.8202792897345912, "W12": -5.8202792897345912, "S12": -5.8202792897345912, "W13": -15.0, "S13": -18.0, "W21": -39.967327085988728, "S21": -39.967327085988728, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108851.078125, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9984504912798291, "S11": -0.9984504912798291, "W12": -4.9690581097027593, "S12": -4.9690581097027593, "W13": -24.345493562231759, "S13": -24.345493562231759, "W21": -37.488559919378986, "S21": -38.449321199207716, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108852.0, 508509.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -19.177311166811297, "S13": -19.177311166811297, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108852.0, 522810.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.407353593240587, "S12": -12.53443888849873, "W13": -27.563692012528637, "S13": -27.563692012528637, "W21": -32.72710716826321, "S21": -32.72710716826321, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108854.25, 511996.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34650346481217503, "S11": -3.369477315713588, "W12": -4.9103353859845553, "S12": -4.9103353859845553, "W13": -24.098802571450697, "S13": -25.024465627110018, "W21": -38.338678762342951, "S21": -38.761973831450916, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108855.0, 509159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52735781785138103, "S11": -0.52735781785138103, "W12": -7.4288358642660839, "S12": -7.4288358642660839, "W13": -17.723171838299461, "S13": -22.697868070849637, "W21": -36.319516061864057, "S21": -36.319516061864057, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108855.0, 514252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.3518019546965627, "S12": -6.3518019546965627, "W13": -20.0, "S13": -23.22985661666922, "W21": -34.634102628656585, "S21": -34.634102628656585, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108855.0, 520190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.4994837220602397, "W13": -19.409247191600766, "S13": -19.409247191600766, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108855.0, 522723.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7462182603997833, "S12": -6.0555722295560743, "W13": -15.108824432566935, "S13": -15.20354361327853, "W21": -36.248092793117216, "S21": -36.248092793117216, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108856.0, 500824.25 ] } }, +{ "type": "Feature", "properties": { "W11": 0.074782130050586204, "S11": 0.074782130050586204, "W12": -10.543708344222601, "S12": -10.543708344222601, "W13": -16.60279417668923, "S13": -19.465812474490114, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108856.0, 504703.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38872604758896617, "S11": -0.38872604758896617, "W12": -5.892473054425607, "S12": -12.049271146189323, "W13": -24.468305749744388, "S13": -24.753596158467776, "W21": -37.003700717620674, "S21": -37.003700717620674, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108856.0, 509538.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3472308089182778, "S12": -12.721617303489516, "W13": -28.057603892870162, "S13": -28.057603892870162, "W21": -32.883877250505584, "S21": -32.883877250505584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108856.0, 512098.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2308311145232689, "S11": -0.2308311145232689, "W12": -7.5087965786650335, "S12": -12.048215622842896, "W13": -27.37783471597735, "S13": -27.37783471597735, "W21": -32.401638607247918, "S21": -32.401638607247918, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108856.5, 511796.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.4519916613334249, "S12": -7.4519916613334249, "W13": -28.454745097577351, "S13": -28.454745097577351, "W21": -34.086785937163114, "S21": -34.086785937163114, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108856.555555555562023, 512853.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.9436780365043496, "W12": -10.061578947368421, "S12": -10.061578947368421, "W13": -15.772979041916166, "S13": -15.772979041916166, "W21": -32.235244213592232, "S21": -32.235244213592232, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108858.0, 503471.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74914952128743129, "S11": -1.258896623500287, "W12": -13.638303571428571, "S12": -13.651188606597147, "W13": -14.974300385109114, "S13": -18.068275345985484, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108861.0, 503840.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.7755930685364563, "W12": -6.5267755823183089, "S12": -9.2048745815900581, "W13": -15.005042468601784, "S13": -15.220455720620034, "W21": -36.479311777995648, "S21": -36.479311777995648, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108861.090909090911737, 500571.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -2.1562660554451978, "S11": -2.2092318373597513, "W12": -5.1697788497337527, "S12": -5.7658675213270119, "W13": -21.125659743151747, "S13": -21.956335211677654, "W21": -34.776091935151243, "S21": -34.776091935151243, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108861.571428571434808, 506939.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52095343878877576, "S11": -0.52095343878877576, "W12": -7.4202240875465808, "S12": -7.4202240875465808, "W13": -18.304497518745112, "S13": -22.395462173482535, "W21": -36.224453612657541, "S21": -36.224453612657541, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108862.666666666671517, 514205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.6899340819045312, "W12": -4.9270179589392544, "S12": -4.9270179589392544, "W13": -24.912756564170088, "S13": -27.848618525118191, "W21": -38.111616703453336, "S21": -38.700727772416769, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108863.0, 508895.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9664859720405845, "S12": -5.9664859720405845, "W13": -20.0, "S13": -20.0, "W21": -33.220783770299171, "S21": -33.220783770299171, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108863.0, 520889.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.130153525047959, "S13": -15.669643064675419, "W21": -35.964908533055294, "S21": -35.964908533055294, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108864.0, 501083.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.2336309523808557, "W13": -19.540886173161041, "S13": -19.540886173161041, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108864.0, 522679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -19.64852993088066, "S13": -19.64852993088066, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108864.857142857144936, 522638.476190476212651 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.9601610323598364, "W12": -5.0, "S12": -5.0, "W13": -15.101217298619375, "S13": -18.101217298619375, "W21": -38.039474323228205, "S21": -38.039474323228205, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108866.0, 498969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35108638049814511, "S11": -0.35108638049814511, "W12": -5.4641752629758482, "S12": -6.5025810869924889, "W13": -15.440352533123631, "S13": -15.642835093695778, "W21": -33.032616526130234, "S21": -33.032616526130234, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108866.0, 501963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31508022741629987, "S11": -3.0220377948444868, "W12": -5.1227520105762023, "S12": -5.1227520105762023, "W13": -24.069879552123439, "S13": -26.523415101747169, "W21": -38.136937852220456, "S21": -38.136937852220456, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108866.8, 509283.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55778140293637846, "S11": -3.3678958680218209, "W12": -9.9244256154201995, "S12": -9.9244256154201995, "W13": -15.022790012279982, "S13": -15.022790012279982, "W21": -32.186780708935608, "S21": -32.186780708935608, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108867.0, 503486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5604268624252311, "S11": -3.3849989713700142, "W12": -9.9153045690053965, "S12": -9.9153045690053965, "W13": -15.0, "S13": -15.005754259280174, "W21": -32.186403788874287, "S21": -32.186403788874287, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 503486.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67251420293791453, "S11": -0.67251420293791453, "W12": -13.590039682539683, "S12": -13.590039682539683, "W13": -14.939121951219514, "S13": -18.206698338048348, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 503857.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.11715160796324645, "S11": -1.7386312092056864, "W12": -14.139645252803776, "S12": -14.139645252803776, "W13": -15.348378884594121, "S13": -15.348378884594121, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 504104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.6086911098767294, "S11": -1.6292142629528197, "W12": -5.382124277371914, "S12": -6.8739677621987108, "W13": -23.229100499708967, "S13": -23.229100499708967, "W21": -36.80807846328878, "S21": -38.134778667153377, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108868.0, 508000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87067541400869164, "S11": -0.87067541400869164, "W12": -7.379914428329025, "S12": -7.379914428329025, "W13": -13.892307590818389, "S13": -13.892307590818389, "W21": -38.990513636724089, "S21": -38.990513636724089, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108868.342105263160192, 516062.67105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.739257762627318, "S21": -39.739257762627318, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108869.0, 497232.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1164443591843034, "S11": -1.20391984938037, "W12": -5.6406095176883317, "S12": -5.6406095176883317, "W13": -18.46254594617432, "S13": -20.196307565122087, "W21": -32.231197770965352, "S21": -32.231197770965352, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108869.0, 505572.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.116806678440966, "S11": -2.1976731783122387, "W12": -5.0575697932155448, "S12": -7.9392385757273107, "W13": -21.989319898270946, "S13": -22.302664290786861, "W21": -35.754835757035451, "S21": -37.595820384275072, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108869.0, 507388.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.34925262963645498, "S11": -1.8835496705921826, "W12": -9.9783961593172403, "S12": -9.9783961593172403, "W13": -16.76840777203682, "S13": -16.76840777203682, "W21": -31.910296031664135, "S21": -31.910296031664135, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108869.2, 503403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67060756874813199, "S11": -0.67060756874813199, "W12": -7.397975538695742, "S12": -8.6733063402550723, "W13": -14.836445403425868, "S13": -32.091914429543138, "W21": -37.463048433225183, "S21": -37.463048433225183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108869.25, 514993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.5039134662129312, "W12": -9.2063477951635857, "S12": -9.2063477951635857, "W13": -15.307907591685826, "S13": -15.913208305243421, "W21": -30.556423788132346, "S21": -30.556423788132346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108870.0, 503000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26885312690975766, "S11": -1.62766820630565, "W12": -15.0, "S12": -15.0, "W13": -15.128426772042479, "S13": -17.88354498628102, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108870.0, 503948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4825968714767623, "S11": -1.4825968714767623, "W12": -5.0, "S12": -5.4269866889663128, "W13": -19.385724783589225, "S13": -20.548241499809485, "W21": -33.454881130068692, "S21": -33.454881130068692, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108870.2, 506006.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97371782662985074, "S11": -0.97371782662985074, "W12": -6.4026566269853173, "S12": -6.4026566269853173, "W13": -18.101630825129806, "S13": -20.053711555393331, "W21": -31.767815806508782, "S21": -31.767815806508782, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108870.285714285710128, 505405.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51454905972616571, "S11": -0.51454905972616571, "W12": -7.4116123108270964, "S12": -7.4116123108270964, "W13": -18.885823199190693, "S13": -22.09305627611554, "W21": -36.129391163451061, "S21": -36.129391163451061, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108870.333333333328483, 514158.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.22661413319778712, "S11": -0.32074487002224572, "W12": -7.7042613263957938, "S12": -10.637624888659218, "W13": -27.981387051925573, "S13": -27.981387051925573, "W21": -31.539340384624058, "S21": -31.539340384624058, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108870.888888888890506, 511278.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -39.014388615249281, "S21": -39.014388615249281, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108871.2, 497960.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -7.5418879768227907, "W13": -15.195539626549669, "S13": -15.456818147004899, "W21": -35.508949820931576, "S21": -35.508949820931576, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108874.0, 501510.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54625384989463444, "S11": -0.54625384989463444, "W12": -5.4115800931860258, "S12": -6.387130737616439, "W13": -15.339875153961296, "S13": -15.543987909493785, "W21": -33.602552248370372, "S21": -33.602552248370372, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108874.0, 501896.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1300338560228083, "S11": -5.9682975216176635, "W12": -10.250366403607668, "S12": -10.301244607181118, "W13": -14.500313916986398, "S13": -14.500313916986398, "W21": -29.870997272590589, "S21": -29.870997272590589, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108874.0, 503740.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6792686748284176, "S12": -5.6792686748284176, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108874.333333333328483, 521411.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0010903517499763, "S12": -5.0010903517499763, "W13": -19.6654553064804, "S13": -19.6654553064804, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108875.166666666671517, 522638.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.8143524499040415, "W13": -15.000000000000151, "S13": -15.000000000000151, "W21": -38.366630866755322, "S21": -38.366630866755322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108875.5, 524328.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.7215091404122909, "S12": -9.7215091404122909, "W13": -15.023667831125849, "S13": -15.571193201703236, "W21": -35.876429022081794, "S21": -35.876429022081794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108877.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51176182707993478, "S11": -2.962308445218456, "W12": -10.0, "S12": -10.0, "W13": -16.292219311377245, "S13": -16.292219311377245, "W21": -32.012719260624252, "S21": -32.012719260624252, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108877.0, 503454.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.011622307306178, "S13": -15.566051088211822, "W21": -35.879772929613672, "S21": -35.879772929613672, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108878.0, 501119.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1243228795438345, "S11": -6.1243228795438345, "W12": -10.130890642615558, "S12": -10.174356161250858, "W13": -14.458105263157897, "S13": -14.570000597983171, "W21": -29.857781258908439, "S21": -29.857781258908439, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108878.0, 503741.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50814468066356033, "S11": -0.50814468066356033, "W12": -7.4030005341075933, "S12": -7.4030005341075933, "W13": -19.467148879636344, "S13": -21.790650378748435, "W21": -36.034328714244545, "S21": -36.034328714244545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108878.0, 514111.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.3206349643417683, "W12": -8.8484471313418673, "S12": -8.8484471313418673, "W13": -15.424893966783085, "S13": -16.26967524857352, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108879.0, 502857.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.9570620141921198, "S11": -2.0089444539277519, "W12": -5.0685448327349736, "S12": -7.2940543927798167, "W13": -22.572557729790045, "S13": -22.572557729790045, "W21": -36.426217913801793, "S21": -37.954672192227406, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108879.5, 507706.125 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81054282042054004, "S11": -0.81054282042054004, "W12": -7.3718626676118246, "S12": -7.7431136388628046, "W13": -13.885188827511655, "S13": -20.246361665021588, "W21": -38.800778555012833, "S21": -38.800778555012833, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108879.818181818176527, 515722.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28322457070313373, "S11": -0.10012054270686715, "W12": -11.164108138681938, "S12": -11.164108138681938, "W13": -16.418574929232332, "S13": -19.418574929232332, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108880.0, 504609.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71502032438079621, "S11": -1.8205134990031948, "W12": -4.9471291528946244, "S12": -4.9471291528946244, "W13": -24.576153086288556, "S13": -24.880532830318696, "W21": -37.903585735325031, "S21": -38.587294243717444, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108880.0, 508701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.28154625061348848, "S11": -0.71845374938651152, "W12": -7.521909372845661, "S12": -11.578988277194082, "W13": -28.085930223631351, "S13": -28.085930223631351, "W21": -32.087644060303582, "S21": -32.087644060303582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108880.0, 511638.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80929570717571264, "S11": -0.80929570717571264, "W12": -7.4669158911542981, "S12": -7.4669158911542981, "W13": -17.844068190460096, "S13": -20.030541307680416, "W21": -31.305665090671837, "S21": -31.305665090671837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108881.0, 505231.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1805623310992677, "S11": -1.1805623310992677, "W12": -7.3350167596845237, "S12": -7.3350167596845237, "W13": -16.360046708367669, "S13": -26.360046708367669, "W21": -36.740389645922498, "S21": -36.740389645922498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108881.0, 517696.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.0015399643007921737, "S11": -0.0015399643007921737, "W12": -10.370936687637478, "S12": -10.370936687637478, "W13": -16.749183682091669, "S13": -19.567375539227868, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108882.0, 504743.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76091082109842301, "S11": -4.9209177214759139, "W12": -9.408434989668466, "S12": -9.408434989668466, "W13": -14.67864428254672, "S13": -17.67864428254672, "W21": -31.421628344064825, "S21": -31.421628344064825, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108883.0, 503557.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93607476429236225, "S11": -0.93607476429236225, "W12": -4.9664891712116859, "S12": -4.9664891712116859, "W13": -24.19446383329187, "S13": -24.19446383329187, "W21": -37.649277344136614, "S21": -38.473994510567778, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108883.0, 508520.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33898067042404056, "S11": -1.3929854070001431, "W12": -14.851520150835963, "S12": -14.851520150835963, "W13": -14.970962772785516, "S13": -17.471055230848474, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108883.8, 503931.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.334447666076092, "S12": -12.447372416384358, "W13": -27.250940478552558, "S13": -27.250940478552558, "W21": -32.5935145047102, "S21": -32.5935145047102, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108884.0, 511962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2738140150522095, "W12": -8.0301090564248465, "S12": -8.0301090564248465, "W13": -15.445565404797813, "S13": -17.375841878256235, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108885.0, 502456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25702903963242113, "S11": -1.5781844536946181, "W12": -15.0, "S12": -15.0, "W13": -15.0, "S13": -17.906756093571079, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108886.0, 503950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.33301627410281864, "S11": -2.1911506152813107, "W12": -5.4025357047418279, "S12": -5.4025357047418279, "W13": -24.216322806959212, "S13": -25.41495178050932, "W21": -37.87157015413964, "S21": -37.87157015413964, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108886.0, 509385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0246721928829263, "S12": -5.0246721928829263, "W13": -19.790024439799886, "S13": -19.790024439799886, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108886.333333333328483, 522598.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.11557546883454528, "W12": -11.781230391247096, "S12": -11.781230391247096, "W13": -16.280155477628966, "S13": -18.207449743352878, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108887.0, 504508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5693881203568352, "S11": -1.5693881203568352, "W12": -5.0, "S12": -6.2988631054352906, "W13": -19.532005763057029, "S13": -20.532005763057029, "W21": -33.873134278334391, "S21": -33.873134278334391, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108887.0, 506140.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1260333062341346, "S11": -1.1260333062341346, "W12": -4.9832809848942929, "S12": -5.3724863362302377, "W13": -23.852592928167645, "S13": -23.852592928167645, "W21": -37.435512978857311, "S21": -38.376241452531318, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108887.285714285710128, 508362.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81313357353351279, "S11": -0.81313357353351279, "W12": -7.3615351051067641, "S12": -7.7184665205747525, "W13": -13.902534948159813, "S13": -20.117835559546517, "W21": -38.772924463425582, "S21": -38.772924463425582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108888.195121951226611, 515722.292682926810812 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96164246747179427, "S11": -0.96164246747179427, "W12": -4.9691966618329975, "S12": -4.9691966618329975, "W13": -24.10845181998884, "S13": -24.10845181998884, "W21": -37.63425754718925, "S21": -38.459709291457862, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108888.5, 508492.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58449425375161268, "S11": -1.5804037601501499, "W12": -13.095490611988374, "S12": -13.095490611988374, "W13": -14.740008344030809, "S13": -18.04392409603318, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108888.625, 503876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3313597428228441, "S12": -6.4763937286342328, "W13": -15.217150863373019, "S13": -15.442389848125094, "W21": -33.38860118366663, "S21": -33.38860118366663, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108889.0, 501946.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46631848468937914, "S11": -0.46631848468937914, "W12": -7.3951733614426081, "S12": -8.9175752328618465, "W13": -21.600962394530267, "S13": -31.600962394530267, "W21": -35.495400455333993, "S21": -35.495400455333993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108889.0, 513791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98430231721172112, "S11": -0.98430231721172112, "W12": -7.3416176769228381, "S12": -7.3416176769228381, "W13": -14.356175437325739, "S13": -14.356175437325739, "W21": -38.288996013752318, "S21": -38.288996013752318, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108891.129310344826081, 516631.254310344811529 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.413888037401648, "S12": -7.413888037401648, "W13": -29.395350550327468, "S13": -29.395350550327468, "W21": -33.495284322762906, "S21": -33.495284322762906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108892.0, 512541.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4828426993265296, "S11": -1.4828426993265296, "W12": -5.0, "S12": -5.3343743061081703, "W13": -19.366604856795458, "S13": -20.459713057467283, "W21": -33.628016391537813, "S21": -33.628016391537813, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108892.4, 506047.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5573186093651088, "W12": -7.3044096728307251, "S12": -7.3044096728307251, "W13": -15.242258310510614, "S13": -15.539334058701773, "W21": -32.202024676976549, "S21": -32.202024676976549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108893.0, 502114.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8175692214701231, "S11": -1.8239302887280469, "W12": -5.0, "S12": -5.7372671831218067, "W13": -19.986488243204725, "S13": -20.235421503802069, "W21": -34.419343289642683, "S21": -34.419343289642683, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108894.0, 506446.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9872101706512264, "S11": -0.9872101706512264, "W12": -4.9719041524543099, "S12": -5.0051560801424513, "W13": -24.02243980668581, "S13": -24.02243980668581, "W21": -37.619237750241879, "S21": -38.44542407234794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108894.0, 508465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2431107989349712, "S11": -0.2431107989349712, "W12": -7.3867611543126523, "S12": -11.996908676134474, "W13": -27.716754718915972, "S13": -27.716754718915972, "W21": -32.310388519090409, "S21": -32.310388519090409, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108895.0, 511802.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0316303177167474, "S11": -7.0023010073485921, "W12": -8.7530226544333072, "S12": -8.7530226544333072, "W13": -14.234387957357903, "S13": -19.234387957357903, "W21": -30.315467406920721, "S21": -30.315467406920721, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108896.0, 503660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5107123237502291, "S12": -6.5107123237502291, "W13": -15.131630533683387, "S13": -15.362615212594426, "W21": -33.666418917259598, "S21": -33.666418917259598, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108897.0, 501919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0482540340158462, "S12": -5.0482540340158462, "W13": -19.914593573119248, "S13": -19.914593573119248, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108897.5, 522558.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87151239132228508, "S11": -0.87151239132228508, "W12": -7.3442214224274149, "S12": -7.3442214224274149, "W13": -13.897769737213308, "S13": -13.897769737213308, "W21": -38.979758488446599, "S21": -38.979758488446599, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108897.939393939392176, 516017.696969696960878 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.2112975916289894, "S12": -8.6962791624209874, "W13": -15.043783033200757, "S13": -15.379397924165009, "W21": -36.116512485349503, "S21": -36.116512485349503, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108898.0, 500806.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90203828469526415, "S11": -0.90203828469526415, "W12": -6.6692738022641267, "S12": -6.6692738022641267, "W13": -18.28349511291902, "S13": -20.21748638002904, "W21": -31.746317521887558, "S21": -31.746317521887558, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108898.142857142855064, 505371.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64938887988328731, "S11": -1.6493888798832872, "W12": -7.1916192508297785, "S12": -7.1916192508297785, "W13": -15.174846208671235, "S13": -15.438852409427644, "W21": -32.474288787187845, "S21": -32.474288787187845, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108899.0, 502085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.857689453080624, "S21": -39.857689453080624, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.872985655409593, "S21": -38.872985655409593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.5831809916087898, "W12": -5.0, "S12": -5.0, "W13": -15.147261268079763, "S13": -18.147261268079763, "W21": -37.888281857738576, "S21": -37.888281857738576, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.4789123686073742, "W12": -5.0582147047753985, "S12": -12.454815959858927, "W13": -15.091535749693131, "S13": -15.156803511250908, "W21": -36.903578060067545, "S21": -36.903578060067545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.1768488745980701, "S12": -8.1768488745980701, "W13": -15.035810231306495, "S13": -15.720772266179241, "W21": -35.918874262396514, "S21": -35.918874262396514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.88572222222222219, "W12": -7.0207740635372211, "S12": -7.0207740635372211, "W13": -15.13363443837979, "S13": -15.376149374212298, "W21": -33.105119274470113, "S21": -33.105119274470113, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0539284708532808, "W12": -8.2213430535798953, "S12": -8.2213430535798953, "W13": -15.370329746285382, "S13": -16.712654962210962, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.0, 502633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3972291156872272, "S12": -7.3972291156872272, "W13": -28.151039137970098, "S13": -28.151039137970098, "W21": -34.003230791286938, "S21": -34.003230791286938, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.666666666671517, 512874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.855138595637136, "S21": -39.855138595637136, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108900.71875, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -3.6381751038621331, "W12": -9.4818731117824768, "S12": -9.4818731117824768, "W13": -15.288362379122132, "S13": -15.786218680653345, "W21": -30.436455750979391, "S21": -30.436455750979391, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108901.0, 503045.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.96451278504714166, "S11": -0.96451278504714166, "W12": -4.9706712733293017, "S12": -4.9706712733293017, "W13": -23.994133431230242, "S13": -23.994133431230242, "W21": -37.668556779997864, "S21": -38.455153850027791, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108902.0, 508473.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1257192752697482, "S11": -1.2674444275812935, "W12": -5.3724413736464838, "S12": -5.3724413736464838, "W13": -18.694391919964939, "S13": -20.254464433368639, "W21": -32.525872085228848, "S21": -32.525872085228848, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108903.0, 505645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.5702606145372728, "W12": -8.9562621652847287, "S12": -11.431606535582661, "W13": -15.06380963315522, "S13": -15.097365620591599, "W21": -36.305292241289067, "S21": -36.305292241289067, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108903.818181818176527, 500593.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -2.117108155875504, "S11": -2.1811589828076943, "W12": -5.1988602031977766, "S12": -5.4369012054758121, "W13": -20.884468998411826, "S13": -21.722071426256601, "W21": -35.034471052668742, "S21": -35.034471052668742, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108906.857142857144936, 506944.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65164763458395636, "S11": -3.9556115180979923, "W12": -11.396745971802337, "S12": -11.396745971802337, "W13": -14.978916693063123, "S13": -14.978916693063125, "W21": -31.836178341707804, "S21": -31.836178341707804, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108907.333333333328483, 503480.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.077862058652294341, "S11": -0.077862058652294466, "W12": -10.198165031052008, "S12": -10.198165031052008, "W13": -17.17618132216343, "S13": -19.82066993800704, "W21": -30.117770639765396, "S21": -30.117770639765396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108908.0, 504782.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0481751424296568, "S11": -1.1567486718414097, "W12": -5.6376744061488093, "S12": -5.6376744061488093, "W13": -18.545522167962556, "S13": -20.183623615204656, "W21": -32.312159991777371, "S21": -32.312159991777371, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108908.6, 505563.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.071835875148766, "S12": -5.071835875148766, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108908.666666666671517, 522517.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.04143420260076, "S13": -15.669050520319187, "W21": -35.762860412423599, "S21": -35.762860412423599, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108909.0, 501126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44666912714522977, "S11": -2.3830807955482656, "W12": -11.134441087613293, "S12": -11.134441087613293, "W13": -15.797754958076792, "S13": -15.797754958076792, "W21": -31.52641741089678, "S21": -31.52641741089678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108909.0, 503392.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68267038683022196, "S11": -0.68267038683022196, "W12": -7.3489915954523202, "S12": -8.502365828581155, "W13": -14.920398706174449, "S13": -31.651584646968814, "W21": -37.35536355099871, "S21": -37.35536355099871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108909.0, 514991.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.963648101375342, "S12": -5.963648101375342, "W13": -20.0, "S13": -20.0, "W21": -33.215778131810794, "S21": -33.215778131810794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108910.0, 520904.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.2, "S11": -8.3, "W12": -8.3100004, "S12": -8.3100004, "W13": -13.96, "S13": -13.96, "W21": -29.700001, "S21": -29.700001, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0165359942979328, "S11": -6.7936840747366887, "W12": -10.0, "S12": -10.0, "W13": -14.552481369031192, "S13": -16.122458989964226, "W21": -29.767118502931886, "S21": -29.767118502931886, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.000000000000002, "S12": -10.000000000000002, "W13": -15.049311257922522, "S13": -15.716313630628374, "W21": -35.788544840022006, "S21": -35.788544840022006, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108913.0, 501085.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49339349299868884, "S11": -0.49339349299868884, "W12": -7.3776981421526191, "S12": -7.5919206419983967, "W13": -24.848212165126263, "S13": -27.848212165126263, "W21": -34.35491000014256, "S21": -34.35491000014256, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108913.0, 513115.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999849, "S12": -4.9999999999999849, "W13": -19.703501213343163, "S13": -19.703501213343163, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108913.071428571434808, 522648.595238095265813 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2615417389115979, "S12": -12.300779603225481, "W13": -27.505409463817632, "S13": -27.505409463817632, "W21": -32.459921841157183, "S21": -32.459921841157183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108913.75, 511927.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41647203922630327, "S11": -0.41647203922630327, "W12": -6.3786096741991107, "S12": -15.537251863322769, "W13": -24.758893525407103, "S13": -24.811115170685643, "W21": -36.606967525548939, "S21": -36.606967525548939, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108914.0, 509747.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0, "S12": -5.8087285963676347, "W13": -15.026639685383852, "S13": -15.376238131350012, "W21": -35.353871987197849, "S21": -35.353871987197849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108914.2, 501522.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4830885271763234, "S11": -1.4830885271763234, "W12": -5.0, "S12": -5.241761923250305, "W13": -19.347484930001727, "S13": -20.282955703193718, "W21": -33.801151653007132, "S21": -33.801151653007132, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108914.6, 506088.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": -0.6068939637611237, "W12": -12.507012752870057, "S12": -12.507012752870057, "W13": -16.391852211753768, "S13": -18.924104786764964, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108915.0, 504397.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.7304992452633048, "W13": -15.0, "S13": -15.0, "W21": -38.647804814545609, "S21": -38.647804814545609, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108915.0, 524353.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28693216541047056, "S11": -1.4807621471289343, "W12": -15.0, "S12": -15.0, "W13": -15.371583083357979, "S13": -18.191947824999318, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108916.0, 503942.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3919258752667617, "S11": -2.0187814867658682, "W12": -5.1003745730968388, "S12": -6.9927609196458835, "W13": -24.215541786073892, "S13": -26.230635210000123, "W21": -38.281011042259401, "S21": -38.281011042259401, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108916.0, 509286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52381805174447316, "S11": -0.52381805174447316, "W12": -7.3557766178518982, "S12": -7.3557766178518982, "W13": -19.402866359566914, "S13": -21.588542893628848, "W21": -35.96662633941898, "S21": -35.96662633941898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108916.0, 514131.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.41983898621579413, "S11": -2.4588700648263968, "W12": -15.0, "S12": -15.0, "W13": -15.306703916515273, "S13": -18.5027881645129, "W21": -29.960971876265681, "S21": -29.960971876265681, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108916.25, 503912.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6741398148240689, "S12": -5.6741398148240689, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108916.666666666671517, 521429.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35765544012131911, "S11": -2.0661106503589788, "W12": -15.0, "S12": -15.0, "W13": -15.348240314335207, "S13": -18.348240314335207, "W21": -29.98026012051508, "S21": -29.98026012051508, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108917.0, 503926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88681505204755018, "S11": -0.88681505204755018, "W12": -7.3186818645023646, "S12": -7.3186818645023646, "W13": -13.938958308854902, "S13": -13.938958308854902, "W21": -38.882065639028582, "S21": -38.882065639028582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108917.947368421053397, 516065.973684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": 0.15493136756484172, "S11": -0.33927579740931629, "W12": -7.3878099444394367, "S12": -10.432053222550939, "W13": -27.726447395582611, "S13": -27.726447395582611, "W21": -31.535916972802482, "S21": -31.535916972802482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108918.444444444437977, 511283.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.98195294308069792, "S11": -0.98195294308069792, "W12": -4.9736765629678343, "S12": -4.9736765629678343, "W13": -23.831891044606692, "S13": -23.831891044606692, "W21": -37.693922083715414, "S21": -38.442488676336772, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108918.5, 508438.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.24503218583823114, "S11": -0.72602037787228701, "W12": -7.6133473999455488, "S12": -11.699907941475242, "W13": -27.919569516820424, "S13": -27.919569516820424, "W21": -31.961211638284411, "S21": -31.961211638284411, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108919.0, 511623.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.095417716281716, "S12": -5.095417716281716, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108919.833333333328483, 522477.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -10.0, "S12": -10.0, "W13": -15.059118695860759, "S13": -15.742741580379546, "W21": -35.763209354760434, "S21": -35.763209354760434, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108920.0, 501086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.834734377379696, "S21": -38.834734377379696, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108920.6, 497964.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42593207592575877, "S11": -0.42593207592575877, "W12": -6.3639735910699704, "S12": -16.473184533233823, "W13": -24.829055660385201, "S13": -24.837267217391357, "W21": -36.465482279185117, "S21": -36.465482279185117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108921.0, 509795.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -8.9805327868852451, "S12": -8.9805327868852451, "W13": -15.059750483925468, "S13": -15.707543195920541, "W21": -35.696336732103013, "S21": -35.696336732103013, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108922.75, 501144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53400195443087051, "S11": -2.3276489926923376, "W12": -8.2038960221549502, "S12": -8.2038960221549502, "W13": -15.083284704037437, "S13": -17.014963716852442, "W21": -30.027208852726876, "S21": -30.027208852726876, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108923.333333333328483, 502453.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39862106308094941, "S11": -0.39862106308094941, "W12": -6.2731736092204375, "S12": -12.918047180401595, "W13": -24.681290679212974, "S13": -24.749371682105934, "W21": -36.885732484973929, "S21": -36.885732484973929, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108925.0, 509700.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82488453388433236, "S11": -0.82488453388433236, "W12": -7.3154684125731952, "S12": -7.6085531056578866, "W13": -13.978455353577564, "S13": -19.507387684579591, "W21": -38.651943874590472, "S21": -38.651943874590472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108925.545454545455868, 515722.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83035874276062815, "S11": -0.83035874276062815, "W12": -6.9358909775432824, "S12": -6.9358909775432824, "W13": -18.125884171789959, "S13": -19.971333790654448, "W21": -31.724819237266171, "S21": -31.724819237266171, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108926.0, 505338.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.740715318183568, "S21": -39.740715318183568, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108926.8, 497022.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.28043955134307352, "S11": -2.2295711783997456, "W12": -15.0, "S12": -15.0, "W13": -15.519033334741644, "S13": -18.439043894403735, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108927.0, 503944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46472565773753122, "S11": -1.8285940189524084, "W12": -4.9400905750294264, "S12": -11.980339184121704, "W13": -24.586326388351019, "S13": -27.586326388351019, "W21": -38.299142881126251, "S21": -38.480262875529974, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108927.0, 509186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8863638671134966, "S11": -1.9470963868896445, "W12": -5.0154555933414127, "S12": -6.9677067646306323, "W13": -22.292804335802494, "S13": -22.292804335802494, "W21": -36.645708758102458, "S21": -37.979575502356177, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108928.0, 507701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0791400855647235, "S11": -1.0791400855647235, "W12": -4.9829316691422099, "S12": -5.169982498819417, "W13": -23.597614728976119, "S13": -23.597614728976119, "W21": -37.604967229262506, "S21": -38.390801668972514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108928.0, 508348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43539211262521438, "S11": -0.43539211262521438, "W12": -6.3493375079408283, "S12": -19.218143913109913, "W13": -24.899217795363299, "S13": -25.131043837763862, "W21": -36.323997032821303, "S21": -36.323997032821303, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108928.0, 509843.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.8716469200389803, "W12": -10.600075528700906, "S12": -10.600075528700906, "W13": -15.243121740184719, "S13": -15.743121740184719, "W21": -30.12206883058678, "S21": -30.12206883058678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108929.0, 503024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6331461195540925, "S11": -1.8902753452900947, "W12": -4.9445771769751836, "S12": -4.9445771769751836, "W13": -24.304599578992725, "S13": -24.632154330740295, "W21": -38.139749484616793, "S21": -38.6176127777413, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108929.714285714289872, 508703.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1189995574146359, "S12": -5.1189995574146359, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108931.0, 522437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25539048334667336, "S11": -0.25539048334667336, "W12": -7.6413921408476266, "S12": -12.327301680774106, "W13": -27.948369391124, "S13": -27.948369391124, "W21": -32.219138430932908, "S21": -32.219138430932908, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108933.5, 511808.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.19851327080419578, "S11": -0.19851327080419578, "W12": -10.025393374466884, "S12": -10.025393374466884, "W13": -17.284818571295514, "S13": -19.846294726894897, "W21": -30.296686963505202, "S21": -30.296686963505202, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108934.0, 504821.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.0000000000000009, "W13": -15.186240001702162, "S13": -18.18624000170216, "W21": -37.583865395951122, "S21": -37.583865395951122, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108935.0, 499183.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44485214932466982, "S11": -0.44485214932466982, "W12": -6.3347014248116889, "S12": -21.334701424811687, "W13": -24.969379930341393, "S13": -25.486208854955496, "W21": -36.182511786457482, "S21": -36.182511786457482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108935.0, 509891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.3807700869355955, "S11": -0.3807700869355955, "W12": -6.1677375442417643, "S12": -10.29884249748042, "W13": -24.603687833018846, "S13": -24.687628193526226, "W21": -37.164497444398926, "S21": -37.164497444398926, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108936.0, 509654.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4833343550260907, "S11": -1.4833343550260907, "W12": -5.0, "S12": -5.1491495403921617, "W13": -19.328365003207949, "S13": -20.07484267861539, "W21": -33.974286914476259, "S21": -33.974286914476259, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108936.8, 506129.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82874142556033537, "S11": -0.82874142556033537, "W12": -7.3001426132122074, "S12": -7.5719791777316878, "W13": -14.004104796288846, "S13": -19.314314365139687, "W21": -38.610815210529402, "S21": -38.610815210529402, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108937.97560975610395, 515722.463414634170476 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.71659424886351619, "W12": -2.8, "S12": -9.9023406412176112, "W13": -15.164709941077865, "S13": -17.027066166366232, "W21": -37.118285184271656, "S21": -37.118285184271656, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108938.0, 499645.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.9999999999999982, "S12": -9.9999999999999982, "W13": -15.084421374079833, "S13": -15.795831098952133, "W21": -35.671160397834107, "S21": -35.671160397834107, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108939.0, 501111.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1403691168716485, "S11": -1.337723823597246, "W12": -5.0696017782062608, "S12": -5.0696017782062608, "W13": -18.68983864609843, "S13": -19.972651924083898, "W21": -32.853897012164055, "S21": -32.853897012164055, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108939.0, 505728.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0317377515552693, "S12": -5.6923469239829734, "W13": -15.103783965336701, "S13": -15.680294566553608, "W21": -35.984932177581783, "S21": -35.984932177581783, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108940.0, 500788.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.99996597498961148, "S11": -0.99996597498961148, "W12": -7.2799660876768861, "S12": -7.2799660876768861, "W13": -14.383806201578585, "S13": -14.383806201578585, "W21": -38.183395220067474, "S21": -38.183395220067474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108941.120689655173919, 516631.370689655188471 ] } }, +{ "type": "Feature", "properties": { "W11": -0.010694410794490961, "S11": -0.010694410794490867, "W12": -7.021862237952627, "S12": -9.1709837096696845, "W13": -27.421206357733638, "S13": -28.140822118742193, "W21": -31.775080742596206, "S21": -31.775080742596206, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108942.0, 510977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97669571551016965, "S11": -0.97669571551016965, "W12": -4.9754489734813578, "S12": -4.9754489734813578, "W13": -23.641342282527575, "S13": -23.641342282527575, "W21": -37.768606417188956, "S21": -38.439553280325619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108943.0, 508411.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.6390164413428634, "W13": -15.0, "S13": -15.0, "W21": -39.027026220722725, "S21": -39.027026220722725, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108943.0, 524393.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1886358117471048, "S12": -12.154186790066603, "W13": -27.889710838878472, "S13": -27.889710838878472, "W21": -32.326329177604165, "S21": -32.326329177604165, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108943.5, 511892.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31136024998965284, "S11": -3.3935129008123219, "W12": -15.0, "S12": -15.0, "W13": -15.747351493514724, "S13": -18.313052391086003, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108943.875, 503948.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5565069286825755, "S11": -1.5955943266543757, "W12": -5.1392842592245263, "S12": -6.3310740429503065, "W13": -22.696001120661965, "S13": -22.696001120661965, "W21": -37.082385351500818, "S21": -38.143949379181926, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108944.0, 507945.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3424665700410303, "S12": -7.3424665700410303, "W13": -27.847333178362845, "S13": -27.847333178362845, "W21": -33.919675645410763, "S21": -33.919675645410763, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108944.777777777781012, 512894.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54450349564485878, "S11": -1.4786353780551229, "W12": -4.9475881348146871, "S12": -19.947588134814687, "W13": -24.876558118640425, "S13": -27.837291925262274, "W21": -38.327272567789095, "S21": -38.564385710321865, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108945.0, 509029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3516304328389106, "S12": -10.127185297619921, "W13": -29.040217567578058, "S13": -29.040217567578058, "W21": -33.080230000767116, "S21": -33.080230000767116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108945.0, 512368.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.4656851587483812, "S12": -6.4656851587483812, "W13": -20.0, "S13": -25.0, "W21": -34.597930120564065, "S21": -34.597930120564065, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108946.0, 520003.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.3720643552337155, "W12": -5.0891017371125411, "S12": -7.1835676235908288, "W13": -15.122576797708678, "S13": -15.390388358534111, "W21": -36.131272704582429, "S21": -36.131272704582429, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108946.545454545455868, 500616.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.0787001440552899, "S12": -9.0787001440552899, "W13": -17.494178991530994, "S13": -19.707028878484468, "W21": -30.79216821435913, "S21": -30.79216821435913, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108947.0, 504986.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74551386623170446, "S11": -4.5433271681754608, "W12": -13.100327291037541, "S12": -13.100327291037541, "W13": -14.956680392777866, "S13": -14.956680392777866, "W21": -31.465473181180116, "S21": -31.465473181180116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108947.666666666671517, 503474.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88686352792478451, "S11": -0.88686352792478451, "W12": -7.2828719605919732, "S12": -7.2828719605919732, "W13": -13.94243221328542, "S13": -13.94243221328542, "W21": -38.852659590285711, "S21": -38.852659590285711, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108947.704545454544132, 516016.522727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.97990592567508183, "S11": -1.1095774943025454, "W12": -5.6960203621708283, "S12": -5.6960203621708283, "W13": -18.383886231052795, "S13": -19.845083582497974, "W21": -32.393122212589518, "S21": -32.393122212589518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108948.2, 505555.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.746032524060944, "S21": -39.746032524060944, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.695534702818669, "S21": -38.695534702818669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.3449188265451442, "W12": -5.0, "S12": -5.0, "W13": -15.217513415918551, "S13": -17.829024171692232, "W21": -37.710830905147638, "S21": -37.710830905147638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.6713147105655786, "W12": -3.6713147105655786, "S12": -9.6525693950627236, "W13": -15.161787897531916, "S13": -15.221542558383721, "W21": -36.726127107476614, "S21": -36.726127107476614, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0222387035356091, "S12": -5.0222387035356091, "W13": -15.106062379145282, "S13": -15.92277719788539, "W21": -35.741423309805583, "S21": -35.741423309805583, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.8662777777777777, "W12": -7.6311367069486398, "S12": -7.6311367069486398, "W13": -15.050336860758646, "S13": -15.346124647328859, "W21": -33.60910734482087, "S21": -33.60910734482087, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57009720722110646, "S11": -1.4267209660895761, "W12": -10.40304003021148, "S12": -10.40304003021148, "W13": -15.009434330262858, "S13": -16.009434330262856, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.0, 502734.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.752103071306912, "S21": -39.752103071306912, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.359375, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.615678868286217, "S21": -39.615678868286217, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108950.6, 497063.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8658035327706164, "S11": -1.9007649944449732, "W12": -5.0, "S12": -5.0, "W13": -20.031044820306953, "S13": -20.283960190330632, "W21": -34.913016286786664, "S21": -34.913016286786664, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108951.0, 506607.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69843448012973086, "S11": -0.69843448012973086, "W12": -7.296224053194285, "S12": -8.1882485930715525, "W13": -14.990174674613225, "S13": -31.41712798527821, "W21": -37.264093162967633, "S21": -37.264093162967633, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108951.6, 515004.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0767889473230472, "S11": -2.1511799302378098, "W12": -5.2214718470559465, "S12": -5.2214718470559465, "W13": -20.674619143795685, "S13": -21.519148530959328, "W21": -35.292850170186234, "S21": -35.292850170186234, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108952.142857142855064, 506949.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4685079755859873, "W12": -11.671827794561933, "S12": -11.671827794561933, "W13": -15.021335891139875, "S13": -15.462239473935448, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108953.0, 503036.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53949142282538598, "S11": -0.53949142282538598, "W12": -7.308552701596204, "S12": -7.308552701596204, "W13": -19.338583839497488, "S13": -21.386435408509261, "W21": -35.898923964593422, "S21": -35.898923964593422, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108954.0, 514151.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -6.0640294561931487, "S12": -6.0640294561931487, "W13": -15.082420270714559, "S13": -15.520338642191609, "W21": -35.198794153464064, "S21": -35.198794153464064, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108954.4, 501535.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.2618227722362485, "S11": -2.9695467210479487, "W12": -15.0, "S12": -15.0, "W13": -15.902024282028142, "S13": -18.571770850137963, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108956.0, 503994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.229589941685548, "W13": -15.103415163724106, "S13": -15.775696795604851, "W21": -35.496006525764543, "S21": -35.496006525764543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108957.0, 501224.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58631503920171057, "S11": -6.0770223435365613, "W12": -15.0, "S12": -15.0, "W13": -15.706615475478443, "S13": -19.644192206047901, "W21": -29.959072178186219, "S21": -29.959072178186219, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108957.0, 503872.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0904351440731901, "S11": -1.096063682442397, "W12": -4.9865422437225906, "S12": -5.1273419194025243, "W13": -23.343750981183021, "S13": -23.343750981183021, "W21": -37.672551825981117, "S21": -38.378402928369212, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108957.0, 508302.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9608102307100994, "S12": -5.9608102307100994, "W13": -20.0, "S13": -20.0, "W21": -33.210772493322409, "S21": -33.210772493322409, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108957.0, 520919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56997364788552063, "S11": -3.10745086779289, "W12": -13.136256086804336, "S12": -13.136256086804336, "W13": -15.049609797761768, "S13": -15.049609797761768, "W21": -31.080823943023272, "S21": -31.080823943023272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108957.615384615390212, 503385.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.1886387152849634, "S11": -2.5831722401519901, "W12": -14.721531404936766, "S12": -14.721531404936766, "W13": -15.96618619700161, "S13": -18.966186197001612, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108959.0, 504042.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4835801828758579, "S11": -1.4835801828758579, "W12": -5.0, "S12": -5.0565371575340192, "W13": -19.309245076414182, "S13": -19.718337878524267, "W21": -34.14742217594538, "S21": -34.14742217594538, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108959.0, 506170.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6690109548196883, "S12": -5.6690109548196883, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108959.0, 521447.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51558604340658587, "S11": -0.51558604340658587, "W12": -9.8526217178814139, "S12": -9.8526217178814139, "W13": -17.24907551335005, "S13": -19.735111879302348, "W21": -30.475603287245168, "S21": -30.475603287245168, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108960.0, 504861.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000133, "S12": -5.0000000000000133, "W13": -19.758472495805798, "S13": -19.758472495805798, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108961.285714285710128, 522658.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.313480061470611, "W12": -9.4328221527296403, "S12": -9.4328221527296403, "W13": -15.041578244622539, "S13": -16.583465647367344, "W21": -30.430639922667261, "S21": -30.430639922667261, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108961.666666666671517, 502451.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0447320064646091, "S12": -5.0447320064646091, "W13": -15.118019049008566, "S13": -15.902097825202372, "W21": -35.612181146988718, "S21": -35.612181146988718, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108962.0, 501088.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36967842854134708, "S11": -0.36967842854134708, "W12": -5.9968917324621103, "S12": -7.9402585492269182, "W13": -24.598846227379656, "S13": -24.639451523722656, "W21": -37.347036228174758, "S21": -37.347036228174758, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108962.0, 509660.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4985258792718501, "S11": -0.4985258792718501, "W12": -7.3182036455784356, "S12": -7.3366507943124661, "W13": -25.274202660593382, "S13": -27.333640740244213, "W21": -34.143218950963757, "S21": -34.143218950963757, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108962.0, 513063.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47777301703702407, "S11": -1.0295763506411655, "W12": -5.0732855018178222, "S12": -5.0732855018178222, "W13": -24.581623421888217, "S13": -26.213711102871628, "W21": -38.259564348385958, "S21": -38.259564348385958, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108962.583333333328483, 509285.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70961332858161086, "S11": -6.669444709615707, "W12": -14.615505909789576, "S12": -14.615505909789576, "W13": -15.632282070724147, "S13": -20.632282070724145, "W21": -29.923243235637244, "S21": -29.923243235637244, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108963.0, 503839.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6626356783919598, "S11": -5.8250891613279094, "W12": -13.488357096164377, "S12": -13.488357096164377, "W13": -15.109531454645317, "S13": -18.109531454645317, "W21": -31.444557089794131, "S21": -31.444557089794131, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 503552.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67229145728643225, "S11": -6.5663647002348497, "W12": -13.718719633928727, "S12": -13.718719633928727, "W13": -15.248056529637921, "S13": -15.248056529637921, "W21": -30.792353987297414, "S21": -30.792353987297414, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 503613.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50105905166737053, "S11": -1.5010590516673705, "W12": -11.860451962421898, "S12": -11.860451962421898, "W13": -16.7062302071093, "S13": -18.528238706326476, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 504525.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63779784744270762, "S11": -1.1102539949171266, "W12": -4.9555339046306663, "S12": -4.9555339046306663, "W13": -24.258769059102843, "S13": -25.566999431976686, "W21": -38.377458212759528, "S21": -38.736500394450843, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 508775.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60199044764331222, "S11": -1.0856838047977704, "W12": -4.9554897654523016, "S12": -4.9554897654523016, "W13": -24.506824203400146, "S13": -27.506824203400146, "W21": -38.348904442946136, "S21": -38.620410497815911, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108964.0, 508898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.1015519493457901, "S12": -5.1015519493457901, "W13": -15.134939596071046, "S13": -16.022027548291678, "W21": -35.826046555702256, "S21": -35.826046555702256, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108965.0, 500860.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43772563647485441, "S11": -0.43772563647485441, "W12": -6.1500302507790039, "S12": -20.134122676247255, "W13": -24.99711362886984, "S13": -25.939181136715906, "W21": -36.306428589482501, "S21": -36.306428589482501, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108965.333333333328483, 509919.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 0.083248601931875971, "S11": -0.55705330046680035, "W12": -7.0713585624829847, "S12": -10.226481556442597, "W13": -27.47150773923957, "S13": -27.47150773923957, "W21": -31.534890631294861, "S21": -31.534890631294861, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108966.0, 511289.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9029546900864196, "S11": -0.9029546900864196, "W12": -7.2574493006757024, "S12": -7.2574493006757024, "W13": -13.985609026891444, "S13": -13.985609026891444, "W21": -38.773617641333018, "S21": -38.773617641333018, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108967.552631578946603, 516069.276315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.2521603481188039, "W13": -15.230934653724161, "S13": -18.230934653724162, "W21": -37.437206653310973, "S21": -37.437206653310973, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108968.0, 499213.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0515231685447972, "S12": -5.0515231685447972, "W13": -15.123028139866999, "S13": -15.868651747677644, "W21": -35.51624444212424, "S21": -35.51624444212424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108968.5, 501162.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4825242848507973, "S11": -1.4825242848507973, "W12": -5.0, "S12": -5.0, "W13": -19.298467083207321, "S13": -19.547332218211139, "W21": -34.22154182344687, "S21": -34.22154182344687, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108969.0, 506187.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55730169568020083, "S11": -0.94123055713870296, "W12": -4.9574954066546093, "S12": -13.136784665338382, "W13": -24.823906328117264, "S13": -27.474083484014454, "W21": -38.306897462146004, "S21": -38.441223629115022, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108969.0, 509069.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.655080139510098, "S21": -38.655080139510098, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108970.0, 497969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.71, "W12": -3.71, "S12": -9.6138581350687033, "W13": -15.191170443590323, "S13": -15.20594555348233, "W21": -36.67779491378667, "S21": -36.67779491378667, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108970.0, 499977.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.3526304586755398, "S12": -11.956266822311971, "W13": -28.393527901319001, "S13": -28.393527901319001, "W21": -32.840786002903563, "S21": -32.840786002903563, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108970.0, 512259.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1385798417341348, "S12": -5.1385798417341348, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108970.0, 522409.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74782491972922471, "S11": -0.74782491972922471, "W12": -7.1328773055475923, "S12": -7.1328773055475923, "W13": -17.933009559963359, "S13": -19.584952924684352, "W21": -31.800387623226943, "S21": -31.800387623226943, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108971.0, 505322.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.547533637422422, "W13": -15.0, "S13": -15.0, "W21": -39.406247626899841, "S21": -39.406247626899841, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108971.0, 524433.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83922624734812001, "S11": -0.83922624734812001, "W12": -7.2590741575345827, "S12": -7.4739925724530085, "W13": -14.071721879643443, "S13": -18.768413704137824, "W21": -38.503109194168154, "S21": -38.503109194168154, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108971.272727272720658, 515722.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31297545631389423, "S11": -4.4382496793486288, "W12": -14.729061163841441, "S12": -14.729061163841441, "W13": -15.828213039988594, "S13": -18.058809660896724, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108971.5, 503984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56910301507537686, "S11": -4.4561438355437906, "W12": -12.786876556951288, "S12": -12.786876556951288, "W13": -15.0, "S13": -15.0, "W21": -31.19754774789218, "S21": -31.19754774789218, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108972.0, 503458.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26767016775837571, "S11": -0.26767016775837571, "W12": -7.3866276431618116, "S12": -12.168788255945412, "W13": -27.743197111138905, "S13": -27.743197111138905, "W21": -32.127888342775393, "S21": -32.127888342775393, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108972.0, 511815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.38323606914729141, "S11": -5.0923780522856816, "W12": -14.590831728532187, "S12": -14.590831728532187, "W13": -15.759953041091094, "S13": -17.625581340985224, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108972.666666666671517, 503943.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4602653328932194, "S11": -1.4602653328932194, "W12": -5.0, "S12": -5.0, "W13": -19.253624438984332, "S13": -19.580229561494225, "W21": -34.17876719368649, "S21": -34.17876719368649, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108973.0, 506168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4939512395347843, "S11": -1.4939512395347843, "W12": -5.0, "S12": -5.041578627808132, "W13": -19.316149694341746, "S13": -19.423961174872108, "W21": -34.290488707356495, "S21": -34.290488707356495, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108973.0, 506207.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.42444339175746093, "S11": -0.42444339175746093, "W12": -7.4071223568381876, "S12": -12.32304436619836, "W13": -27.761144032131451, "S13": -27.761144032131451, "W21": -32.192736514051155, "S21": -32.192736514051155, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108973.25, 511857.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.4951152190780761, "S11": -1.4951152190780761, "W12": -5.0, "S12": -5.0512446873102608, "W13": -19.317428374494348, "S13": -19.400971096782126, "W21": -34.302111281918364, "S21": -34.302111281918364, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108974.0, 506211.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0134285567949195, "S11": -1.0180430281442461, "W12": -4.9814587398710835, "S12": -4.9814587398710835, "W13": -23.328236910019928, "S13": -23.328236910019928, "W21": -37.812193518420706, "S21": -38.413684573746323, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108974.230769230765873, 508341.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.776323708341664, "S21": -39.776323708341664, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108974.4, 497104.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8214078670987623, "S11": -1.8914206968605758, "W12": -5.0504799313169535, "S12": -6.74227403802937, "W13": -22.004581671863495, "S13": -22.004581671863495, "W21": -36.858096629505951, "S21": -38.001576487823556, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108976.4, 507691.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.4742609154500803, "W12": -12.094485963145523, "S12": -12.094485963145523, "W13": -15.014046630100594, "S13": -15.096331671325576, "W21": -30.73282677616675, "S21": -30.73282677616675, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108977.0, 503332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68073593775328256, "S11": -0.68073593775328289, "W12": -10.255596190880016, "S12": -10.255596190880016, "W13": -15.042713356545546, "S13": -15.666956832124745, "W21": -29.999999999999996, "S21": -29.999999999999996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108979.0, 502868.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76204575754587989, "S11": -0.78565792136115209, "W12": -6.9648522770457175, "S12": -6.9648522770457175, "W13": -17.952350721814046, "S13": -19.526037379182711, "W21": -31.909649244326868, "S21": -31.909649244326868, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108979.0, 505354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67372297170049633, "S11": -0.78378498009990594, "W12": -4.9619370075995235, "S12": -4.9619370075995235, "W13": -24.033046071696852, "S13": -24.383775831161053, "W21": -38.375913233908406, "S21": -38.736588945783964, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108979.428571428565192, 508705.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4344066419998196, "S11": -0.4344066419998196, "W12": -6.0610581722479351, "S12": -19.285941411353182, "W13": -25.041320891732042, "S13": -26.191131946622196, "W21": -36.36440242503356, "S21": -36.36440242503356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108980.0, 509934.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2030714763016226, "S12": -7.2030714763016226, "W13": -20.0, "S13": -30.0, "W21": -36.800487644919691, "S21": -36.800487644919691, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108981.0, 518177.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0069149503395858, "S12": -5.5142150778139385, "W13": -15.163784897472645, "S13": -15.981191208942208, "W21": -35.853351869814063, "S21": -35.853351869814063, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108982.0, 500771.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51751431672547765, "S11": -2.5175143167254777, "W12": -13.62833147143313, "S12": -13.62833147143313, "W13": -16.242869086572853, "S13": -20.93646649480905, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108982.0, 504273.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92309555953664102, "S11": -0.92309555953664102, "W12": -4.9744556251577796, "S12": -4.9744556251577796, "W13": -23.403008397719066, "S13": -23.403008397719066, "W21": -37.944035558834898, "S21": -38.457693890521504, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108983.0, 508403.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -5.9841065433111984, "W12": -13.815705552905422, "S12": -13.815705552905422, "W13": -15.627758409818487, "S13": -18.092391519649443, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108986.0, 503891.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5043222961937104, "S11": -1.5043222961937104, "W12": -5.0, "S12": -5.0915188938145475, "W13": -19.323054312269313, "S13": -19.476975057984003, "W21": -34.433555238767617, "S21": -34.433555238767617, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108987.0, 506245.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84434927758714706, "S11": -0.84434927758714706, "W12": -7.2387501213176524, "S12": -7.425491834888625, "W13": -14.105674644417956, "S13": -18.5107931707349, "W21": -38.45129021247611, "S21": -38.45129021247611, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108987.756097560981289, 515722.634146341471933 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91163670892043502, "S11": -1.0595555627635851, "W12": -5.8387252432590842, "S12": -5.8387252432590842, "W13": -18.222250294142889, "S13": -19.50654354979115, "W21": -32.474084433401529, "S21": -32.474084433401529, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108987.8, 505546.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52249277291350404, "S11": -4.7085828461564514, "W12": -12.13542605254324, "S12": -12.13542605254324, "W13": -15.021867706606157, "S13": -15.021867706606157, "W21": -31.09476802065236, "S21": -31.09476802065236, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108988.0, 503469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35858677014709867, "S11": -0.35858677014709867, "W12": -5.826045920682458, "S12": -5.826045920682458, "W13": -24.594004621740467, "S13": -24.611682198119126, "W21": -37.529575011950591, "S21": -37.529575011950591, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108988.0, 509666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2877040243948326, "S12": -7.2877040243948326, "W13": -27.5436272187547, "S13": -27.5436272187547, "W21": -33.836120499534672, "S21": -33.836120499534672, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108988.888888888890506, 512914.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.1919091529349428, "W12": -5.0, "S12": -6.4527858108261977, "W13": -15.181343962262117, "S13": -15.777564548367211, "W21": -35.957253167875905, "S21": -35.957253167875905, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108989.272727272720658, 500639.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.44025448966699765, "S11": -0.44025448966699765, "W12": -6.0208321989291225, "S12": -21.020832198929121, "W13": -25.247757447540852, "S13": -26.675702109040884, "W21": -36.279702769410534, "S21": -36.279702769410534, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108990.0, 509974.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.015629632767491, "S11": -1.015629632767491, "W12": -7.2183144984309369, "S12": -7.2183144984309369, "W13": -14.411436965831381, "S13": -14.411436965831381, "W21": -38.077794426382688, "S21": -38.077794426382688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108991.112068965521757, 516631.487068965507206 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55516479390628803, "S11": -0.55516479390628803, "W12": -7.2613287853405106, "S12": -7.2613287853405106, "W13": -19.274301319428734, "S13": -21.184327923389375, "W21": -35.831221589767765, "S21": -35.831221589767765, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108992.0, 514171.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.71, "W12": -5.0, "S12": -10.905195048923575, "W13": -15.246568701205343, "S13": -18.05310010961179, "W21": -36.975668233837055, "S21": -36.975668233837055, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108994.0, 499588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71419857342923521, "S11": -0.71419857342923521, "W12": -7.2434565109362676, "S12": -7.874131357562054, "W13": -15.0, "S13": -31.122720680535785, "W21": -37.172822774936591, "S21": -37.172822774936591, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108994.2, 515017.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57983636730485233, "S11": -0.57983636730485233, "W12": -9.7740276267997253, "S12": -9.7740276267997253, "W13": -17.162524111536719, "S13": -19.603012053999048, "W21": -30.641104481689993, "S21": -30.641104481689993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108994.285714285710128, 504887.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.5, "W12": -5.0606356129203869, "S12": -5.0606356129203869, "W13": -15.138200856045291, "S13": -15.664439153033307, "W21": -35.043716319730279, "S21": -35.043716319730279, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108994.6, 501547.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43059912362501629, "S11": -0.43059912362501629, "W12": -5.9653590767461804, "S12": -18.305142059502113, "W13": -25.091252401360453, "S13": -26.45855849243836, "W21": -36.430345392507867, "S21": -36.430345392507867, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108995.666666666671517, 509948.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53317529303305677, "S11": -3.5331752930330569, "W12": -14.102113920248755, "S12": -14.102113920248755, "W13": -15.903864408924552, "S13": -19.53953064284406, "W21": -30.0, "S21": -30.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108997.0, 504093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7943035688379213, "S11": -0.7943035688379213, "W12": -7.2324185497684743, "S12": -7.4033587207086455, "W13": -14.501524690889783, "S13": -28.281212461763602, "W21": -37.839632435053275, "S21": -37.839632435053275, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108997.0, 515440.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0364697387705908, "S11": -2.1195257840756381, "W12": -5.2303805646394954, "S12": -5.2303805646394954, "W13": -20.479731763870319, "S13": -21.282874871496553, "W21": -35.551229287703734, "S21": -35.551229287703734, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108997.428571428565192, 506954.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90221466452729482, "S11": -0.90221466452729482, "W12": -7.2215224987565305, "S12": -7.2215224987565305, "W13": -13.98709468935756, "S13": -13.98709468935756, "W21": -38.668412966139734, "S21": -38.668412966139734, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108997.469696969696088, 516015.348484848509543 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80088044332688191, "S11": -0.80088044332688191, "W12": -7.2309867461318307, "S12": -7.4007873159323925, "W13": -14.457542445784753, "S13": -27.077365619353767, "W21": -37.892068503103495, "S21": -37.892068503103495, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108997.666666666671517, 515474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108998.2, 497145.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80745731781583785, "S11": -0.80745731781583785, "W12": -7.2295549424952057, "S12": -7.3982159111561829, "W13": -14.413560200679694, "S13": -25.873518776944163, "W21": -37.94450457115375, "S21": -37.94450457115375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108998.333333333328483, 515508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -0.91, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.240007483145639, "S21": -38.240007483145639, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108999.0, 498286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81403419230479845, "S11": -0.81403419230479845, "W12": -7.2281231388585621, "S12": -7.3956445063799299, "W13": -14.369577955574664, "S13": -24.669671934534328, "W21": -37.996940639203963, "S21": -37.996940639203963, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108999.0, 515542.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.4560508335019806, "W13": -15.0, "S13": -15.0, "W21": -39.78546903307695, "S21": -39.78546903307695, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108999.0, 524473.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53230919358574391, "S11": -4.4795592495433656, "W12": -13.734396256249886, "S12": -13.734396256249886, "W13": -15.781216896270822, "S13": -18.571802287031922, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 108999.125, 504020.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497049.990825688058976 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497099.981651376117952 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497149.972477064235136 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -40.0, "S21": -40.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.860606478866913, "S21": -39.860606478866913, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497199.963302752294112 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.860472504940894, "S21": -39.860472504940894, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.678100498143621, "S21": -39.678100498143621, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497249.954128440353088 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.677933030736042, "S21": -39.677933030736042, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.495594517420322, "S21": -39.495594517420322, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497299.944954128412064 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.495393556531184, "S21": -39.495393556531184, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.313088536696817, "S21": -39.313088536696817, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497349.935779816529248 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.312854082326332, "S21": -39.312854082326332, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.130582555973525, "S21": -39.130582555973525, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497399.926605504588224 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.130314608121481, "S21": -39.130314608121481, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.059752144764971, "S21": -39.059752144764971, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497449.9174311926472 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.059670838946801, "S21": -39.059670838946801, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.010525988861232, "S21": -39.010525988861232, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497499.908256880706176 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81, "S11": -5.81, "W12": -5.81, "S12": -5.81, "W13": -15.0, "S13": -18.0, "W21": -39.010435649063254, "S21": -39.010435649063254, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.96129983295743, "S21": -38.96129983295743, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497549.89908256882336 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.9612004591797, "S21": -38.9612004591797, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.912073677053691, "S21": -38.912073677053691, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497599.889908256882336 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.911965269296154, "S21": -38.911965269296154, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.862847521149945, "S21": -38.862847521149945, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497649.880733944941312 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.8627300794126, "S21": -38.8627300794126, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.813621365246213, "S21": -38.813621365246213, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497699.871559633000288 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.813494889529039, "S21": -38.813494889529039, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.76439520934241, "S21": -38.76439520934241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497749.862385321117472 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.7642596996455, "S21": -38.7642596996455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.715169053438665, "S21": -38.715169053438665, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497799.853211009176448 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.715024509761939, "S21": -38.715024509761939, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.665942897534919, "S21": -38.665942897534919, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497849.844036697235424 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.665789319878392, "S21": -38.665789319878392, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.61671674163118, "S21": -38.61671674163118, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497899.8348623852944 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.616554129994839, "S21": -38.616554129994839, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.567490585727377, "S21": -38.567490585727377, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497949.825688073411584 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.567318940111292, "S21": -38.567318940111292, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.518264429823638, "S21": -38.518264429823638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 497999.81651376147056 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.518083750227738, "S21": -38.518083750227738, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.469038273919899, "S21": -38.469038273919899, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498049.807339449529536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.91, "W12": -5.91, "S12": -5.91, "W13": -15.0, "S13": -18.0, "W21": -38.468848560344192, "S21": -38.468848560344192, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.2719043101246115, "W12": -5.2719043101246115, "S12": -5.2719043101246115, "W13": -15.0, "S13": -18.0, "W21": -38.419812118016154, "S21": -38.419812118016154, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498099.798165137588512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -5.2671871768355736, "W12": -5.2671871768355736, "S12": -5.2671871768355736, "W13": -15.0, "S13": -18.0, "W21": -38.419613370460638, "S21": -38.419613370460638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.103556160640176, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -38.370585962112351, "S21": -38.370585962112351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498149.788990825705696 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.0986246122026886, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -38.370378180577084, "S21": -38.370378180577084, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.9352080111571022, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -38.321359806208619, "S21": -38.321359806208619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498199.779816513764672 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.9300620475698027, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.0, "W21": -38.321142990693538, "S21": -38.321142990693538, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.7668598616740274, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.272133650304866, "S21": -38.272133650304866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498249.770642201823648 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.7614994829369177, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.271907800809984, "S21": -38.271907800809984, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.0000910470043545, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.222907494401127, "S21": -38.222907494401127, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498299.761467889882624 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.0018759811616953, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.222672610926431, "S21": -38.222672610926431, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.3741720555548911, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.173681338497332, "S21": -38.173681338497332, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498349.752293577999808 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.3760256410256408, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.173437421042877, "S21": -38.173437421042877, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.7482530641049925, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.124455182593593, "S21": -38.124455182593593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498399.743119266058784 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -1.7501753008895866, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.12420223115933, "S21": -38.12420223115933, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.1223340726550939, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.07522902668984, "S21": -38.07522902668984, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498449.73394495411776 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.1243249607535324, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.074967041275777, "S21": -38.074967041275777, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.4964150812051948, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.026002870786108, "S21": -38.026002870786108, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498499.724770642176736 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.4984746206174777, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -38.025731851392223, "S21": -38.025731851392223, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.8704960897557315, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.976776714882305, "S21": -37.976776714882305, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498549.71559633029392 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.8726242804814235, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.976496661508676, "S21": -37.976496661508676, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.2445770983058333, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.92755055897856, "S21": -37.92755055897856, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498599.706422018352896 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.2467739403453693, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.92726147162513, "S21": -37.92726147162513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.6186581068559343, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.878324403074821, "S21": -37.878324403074821, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498649.697247706411872 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.620923600209315, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.878026281741569, "S21": -37.878026281741569, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.9927391154060352, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.829098247171082, "S21": -37.829098247171082, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498699.688073394470848 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.9950732600732604, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.828791091858022, "S21": -37.828791091858022, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.3668201239565718, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.779872091267286, "S21": -37.779872091267286, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498749.678899082588032 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.3692229199372061, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.779555901974469, "S21": -37.779555901974469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.3945344365643475, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.73064593536354, "S21": -37.73064593536354, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498799.669724770647008 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.3919894554437198, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.730320712090915, "S21": -37.730320712090915, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.0093232663838974, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.681419779459802, "S21": -37.681419779459802, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498849.660550458705984 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -4.0067075913431403, "W12": -5.0, "S12": -5.0, "W13": -15.0, "S13": -18.8, "W21": -37.681085522207368, "S21": -37.681085522207368, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.6241120962034481, "W12": -5.0, "S12": -5.0, "W13": -15.224979625485135, "S13": -19.024979625485134, "W21": -37.632193623556056, "S21": -37.632193623556056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498899.65137614676496 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.6214257272425616, "W12": -5.0, "S12": -5.0, "W13": -15.22526817792602, "S13": -19.025268177926019, "W21": -37.631850332323815, "S21": -37.631850332323815, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.3763597585022045, "W12": -5.0, "S12": -5.0, "W13": -15.266356526808266, "S13": -15.266356526808266, "W21": -37.582967467652253, "S21": -37.582967467652253, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498949.642201834882144 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.3751171138831557, "W12": -5.0, "S12": -5.0, "W13": -15.266652672734402, "S13": -15.266652672734402, "W21": -37.582615142440268, "S21": -37.582615142440268, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.1092013405996353, "W12": -5.0, "S12": -5.0, "W13": -15.287786013488855, "S13": -15.287786013488855, "W21": -37.533741311748514, "S21": -37.533741311748514, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 498999.63302752294112 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -3.1066566614814977, "W12": -5.0, "S12": -5.0, "W13": -15.28776556375734, "S13": -15.28776556375734, "W21": -37.533379952556714, "S21": -37.533379952556714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.91, "W12": -5.0, "S12": -5.0, "W13": -15.285000248812812, "S13": -17.645805242894852, "W21": -37.484515155844775, "S21": -37.484515155844775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499049.623853211000096 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.91, "W12": -5.0, "S12": -5.0, "W13": -15.284979287838006, "S13": -17.648869770907805, "W21": -37.484144762673161, "S21": -37.484144762673161, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.91, "W12": -5.0, "S12": -5.0, "W13": -15.282214484136771, "S13": -18.053088490264891, "W21": -37.435288999941029, "S21": -37.435288999941029, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499099.614678899059072 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91, "S11": -2.91, "W12": -5.0, "S12": -5.0, "W13": -15.282193011918677, "S13": -18.056227762863639, "W21": -37.434909572789607, "S21": -37.434909572789607, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.0, "W13": -15.279428719460725, "S13": -18.279428719460725, "W21": -37.386062844037227, "S21": -37.386062844037227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499149.605504587176256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.0, "W13": -15.279406735999343, "S13": -18.279406735999345, "W21": -37.38567438290606, "S21": -37.38567438290606, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.0, "W13": -15.276642954784682, "S13": -18.276642954784684, "W21": -37.336836688133488, "S21": -37.336836688133488, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499199.596330275235232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.0, "W13": -15.276620460080013, "S13": -18.276620460080011, "W21": -37.336439193022507, "S21": -37.336439193022507, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.6113103962038258, "W13": -15.273857190108638, "S13": -18.273857190108636, "W21": -37.287610532229749, "S21": -37.287610532229749, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499249.587155963294208 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.5, "W12": -5.0, "S12": -5.617623514439952, "W13": -15.27383418416068, "S13": -18.27383418416068, "W21": -37.287204003138953, "S21": -37.287204003138953, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2676086416433021, "W12": -5.0, "S12": -6.3757588688244446, "W13": -15.271071425432595, "S13": -18.286507357858437, "W21": -37.238384376326003, "S21": -37.238384376326003, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499299.577981651353184 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2650624386137226, "W12": -5.0, "S12": -6.3822122785771462, "W13": -15.271047908241348, "S13": -18.286937641082741, "W21": -37.237968813255399, "S21": -37.237968813255399, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9659942871338254, "W12": -5.0, "S12": -7.1402073414459544, "W13": -15.268285660756549, "S13": -18.33747721196929, "W21": -37.189158220422208, "S21": -37.189158220422208, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499349.568807339470368 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.9633927318647397, "W12": -5.0, "S12": -7.1468010427143422, "W13": -15.268261632322016, "S13": -18.337916849176686, "W21": -37.188733623371853, "S21": -37.188733623371853, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6643799326247, "W12": -5.0, "S12": -7.9046558140665724, "W13": -15.265499896080506, "S13": -18.388447066080087, "W21": -37.139932064518462, "S21": -37.139932064518462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499399.559633027529344 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6617230251157569, "W12": -5.0, "S12": -7.9113898068515365, "W13": -15.265475356402684, "S13": -18.388896057270632, "W21": -37.139498433488306, "S21": -37.139498433488306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.5727655781155747, "W12": -5.0, "S12": -8.688442487975955, "W13": -15.262714131404463, "S13": -18.439416920190883, "W21": -37.090705908614723, "S21": -37.090705908614723, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499449.55045871558832 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.5700533183667742, "W12": -5.0, "S12": -8.6955502095532822, "W13": -15.262689080483353, "S13": -18.439875265364577, "W21": -37.090263243604753, "S21": -37.090263243604753, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.2711512236064495, "W12": -5.0, "S12": -9.4788501384688679, "W13": -15.259928366728419, "S13": -18.490386774301676, "W21": -37.041479752710977, "S21": -37.041479752710977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499499.541284403647296 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.2683836116177913, "W12": -5.0, "S12": -9.4861029155888161, "W13": -15.259902804564021, "S13": -18.490854473458523, "W21": -37.041028053721199, "S21": -37.041028053721199, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.96953686909697301, "W12": -5.0, "S12": -10.269257788962252, "W13": -15.257142602052376, "S13": -18.465932270069487, "W21": -36.992253596807181, "S21": -36.992253596807181, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499549.53211009176448 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.9667139048688087, "W12": -5.0, "S12": -10.276655621623892, "W13": -15.257116528644689, "S13": -18.46155277194973, "W21": -36.991792863837645, "S21": -36.991792863837645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.8230696996235094, "W12": -2.8, "S12": -8.8297210788221712, "W13": -15.254356837376331, "S13": -17.998012951331745, "W21": -36.943027440903435, "S21": -36.943027440903435, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499599.522935779823456 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -0.82685501322433308, "W12": -2.8, "S12": -8.8365735025472922, "W13": -15.254330252725358, "S13": -17.993547580699698, "W21": -36.942557673954099, "S21": -36.942557673954099, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.2197268883001013, "W12": -2.8, "S12": -9.5149587704918623, "W13": -15.251571072700289, "S13": -17.530093632594003, "W21": -36.893801284999697, "S21": -36.893801284999697, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499649.513761467882432 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.2235849963933638, "W12": -2.8, "S12": -9.5212541115543416, "W13": -15.251543976806026, "S13": -17.525542389449665, "W21": -36.893322484070545, "S21": -36.893322484070545, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.6163840769766931, "W12": -2.8, "S12": -10.162191099716505, "W13": -15.248785308024246, "S13": -17.062174313856257, "W21": -36.844575129095951, "S21": -36.844575129095951, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499699.504587155941408 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.6203149795623948, "W12": -2.8, "S12": -10.168605220799215, "W13": -15.248757700886694, "S13": -17.057537198199629, "W21": -36.844087294186991, "S21": -36.844087294186991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.0130412656537469, "W12": -2.8, "S12": -10.80163285120118, "W13": -15.245999543348198, "S13": -16.594254995117968, "W21": -36.795348973192155, "S21": -36.795348973192155, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499749.495412844058592 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.0170449627314264, "W12": -2.8, "S12": -10.807700879312439, "W13": -15.245971424967362, "S13": -16.589532006949597, "W21": -36.794852104303438, "S21": -36.794852104303438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4096984543303392, "W12": -2.8, "S12": -10.668198817298171, "W13": -15.243213778672157, "S13": -16.126335676380226, "W21": -36.746122817288409, "S21": -36.746122817288409, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499799.486238532117568 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4137749459004567, "W12": -2.8, "S12": -10.664202613427147, "W13": -15.243185149048031, "S13": -16.121526815699561, "W21": -36.745616914419891, "S21": -36.745616914419891, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.8063556430069312, "W12": -2.8063556430069312, "S12": -10.279353908485387, "W13": -15.240428013996112, "S13": -15.658416357642484, "W21": -36.69689666138467, "S21": -36.69689666138467, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499849.477064220176544 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.8105049290694879, "W12": -2.8105049290694879, "S12": -10.275286343830839, "W13": -15.240398873128697, "S13": -15.653521624449526, "W21": -36.696381724536337, "S21": -36.696381724536337, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.2030128316835231, "W12": -3.2030128316835231, "S12": -9.8905089996726048, "W13": -15.23764224932007, "S13": -15.454738672386135, "W21": -36.647670505480924, "S21": -36.647670505480924, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499899.46788990823552 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.2072349122385191, "W12": -3.2072349122385191, "S12": -9.8863700742345344, "W13": -15.237612597209367, "S13": -15.453090335857201, "W21": -36.647146534652784, "S21": -36.647146534652784, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.5996700203605769, "W12": -3.5996700203605769, "S12": -9.5016640908593679, "W13": -15.234856484644023, "S13": -15.299880297458394, "W21": -36.598444349577122, "S21": -36.598444349577122, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499949.458715596352704 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.6039648954075498, "W12": -3.6039648954075498, "S12": -9.4974538046382264, "W13": -15.234826321290035, "S13": -15.298203541334269, "W21": -36.597911344769237, "S21": -36.597911344769237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.5745855284983414, "W12": -3.5745855284983414, "S12": -9.1128191820465858, "W13": -15.232070719967981, "S13": -15.285288563065306, "W21": -36.549218193673383, "S21": -36.549218193673383, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 499999.44954128441168 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.5725198999317715, "W12": -3.5725198999317715, "S12": -9.1085375350419184, "W13": -15.232040045370704, "S13": -15.286281605516535, "W21": -36.548676154885683, "S21": -36.548676154885683, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.3869920275083545, "W12": -5.0, "S12": -10.923974273233803, "W13": -15.229284955291938, "S13": -15.375473368345837, "W21": -36.499992037769644, "S21": -36.499992037769644, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500049.440366972470656 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.3848919717989538, "W12": -5.0, "S12": -10.919621265445612, "W13": -15.229253769451372, "S13": -15.376482961504614, "W21": -36.499440965002137, "S21": -36.499440965002137, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.1993985265183675, "W12": -5.0, "S12": -10.535129364421021, "W13": -15.226499190615895, "S13": -15.465658173626368, "W21": -36.450765881865898, "S21": -36.450765881865898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500099.431192660529632 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.1972640436661361, "W12": -5.0, "S12": -10.530704995849305, "W13": -15.226467493532041, "S13": -15.466684317492692, "W21": -36.450205775118583, "S21": -36.450205775118583, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.0118050255281621, "W12": -5.0, "S12": -10.146284455607786, "W13": -15.223713425939849, "S13": -15.408655896081656, "W21": -36.401539725962103, "S21": -36.401539725962103, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500149.422018348646816 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -3.009636115533318, "W12": -5.0, "S12": -10.141788726252997, "W13": -15.223681217612709, "S13": -15.407969659083344, "W21": -36.400970585235029, "S21": -36.400970585235029, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.8242115245381747, "W12": -5.0, "S12": -9.7574395467950019, "W13": -15.220927661263804, "S13": -15.349301842050613, "W21": -36.352313570058364, "S21": -36.352313570058364, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500199.412844036705792 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.8220081874005003, "W12": -5.0, "S12": -9.7528724566566893, "W13": -15.220894941693377, "S13": -15.348604712401517, "W21": -36.351735395351483, "S21": -36.351735395351483, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.6366180235481878, "W12": -5.0, "S12": -9.3685946379822198, "W13": -15.218141896587762, "S13": -15.289947788019571, "W21": -36.303087414154618, "S21": -36.303087414154618, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500249.403669724764768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.6343802592676822, "W12": -5.0, "S12": -9.3639561870603831, "W13": -15.218108665774047, "S13": -15.289239765719692, "W21": -36.302500205467929, "S21": -36.302500205467929, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4490245225582008, "W12": -5.0, "S12": -8.9797497291694377, "W13": -15.215356131911721, "S13": -15.230593733988533, "W21": -36.253861258250872, "S21": -36.253861258250872, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500299.394495412823744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.4467523311348645, "W12": -5.0, "S12": -8.9750399174640769, "W13": -15.215322389854714, "S13": -15.229874819037866, "W21": -36.253265015584375, "S21": -36.253265015584375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500300.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.2614310215679954, "W12": -5.0, "S12": -8.5909048203562008, "W13": -15.212570367235674, "S13": -15.287207862495501, "W21": -36.204635102347076, "S21": -36.204635102347076, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500349.385321100940928 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.2591244030020468, "W12": -5.0, "S12": -8.5861236478677689, "W13": -15.212536113935382, "S13": -15.288429683900697, "W21": -36.204029825700829, "S21": -36.204029825700829, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.073837520578008, "W12": -5.0, "S12": -8.2020599115434187, "W13": -15.20978460255963, "S13": -15.386576591408337, "W21": -36.155408946443337, "S21": -36.155408946443337, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500399.376146788999904 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -2.0714964748692291, "W12": -5.0, "S12": -8.1972073782714627, "W13": -15.209749838016048, "S13": -15.387816648953937, "W21": -36.154794635817275, "S21": -36.154794635817275, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.886244019588021, "W12": -5.0, "S12": -7.8132150027306357, "W13": -15.206998837883587, "S13": -15.485945320321175, "W21": -36.106182790539592, "S21": -36.106182790539592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500449.36697247705888 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.8838685467364114, "W12": -5.0, "S12": -7.8082911086751547, "W13": -15.206963562096719, "S13": -15.487203614007182, "W21": -36.105559445933729, "S21": -36.105559445933729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.6986505185980338, "W12": -5.0, "S12": -7.4243700939178527, "W13": -15.204213073207544, "S13": -15.585314049234011, "W21": -36.056956634635853, "S21": -36.056956634635853, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500499.357798165117856 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.6962406186035932, "W12": -5.0, "S12": -7.4193748390788476, "W13": -15.204177286177387, "S13": -15.586590579060422, "W21": -36.056324256050175, "S21": -36.056324256050175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500500.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.5110570176078286, "W12": -5.0, "S12": -7.0355251851046177, "W13": -15.2014273085315, "S13": -15.684682778146964, "W21": -36.00773047873205, "S21": -36.00773047873205, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500549.34862385323504 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.5086126904707755, "W12": -5.0, "S12": -7.0304585694825406, "W13": -15.201391010258053, "S13": -15.685977544113662, "W21": -36.007089066166621, "S21": -36.007089066166621, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.3234635166178412, "W12": -5.0, "S12": -6.6466802762918347, "W13": -15.198641543855455, "S13": -15.7840515070598, "W21": -35.958504322828311, "S21": -35.958504322828311, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500599.339449541294016 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.3209847623379578, "W12": -5.0, "S12": -6.6415422998862335, "W13": -15.198604734338723, "S13": -15.785364509166905, "W21": -35.957853876283068, "S21": -35.957853876283068, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.1358700156278545, "W12": -5.0, "S12": -6.2578353674790517, "W13": -15.195855779179412, "S13": -15.883420235972636, "W21": -35.909278166924565, "S21": -35.909278166924565, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500649.330275229352992 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71, "S11": -1.1333568342051397, "W12": -5.0, "S12": -6.2526260302899264, "W13": -15.195818458419392, "S13": -15.884751474220149, "W21": -35.908618686399521, "S21": -35.908618686399521, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.73827651463786736, "W12": -5.0, "S12": -5.8689904586662687, "W13": -15.193070014503368, "S13": -15.982788964885472, "W21": -35.860052011020827, "S21": -35.860052011020827, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500699.321100917411968 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.73572890607232211, "W12": -5.0, "S12": -5.8637097606936193, "W13": -15.19303218250006, "S13": -15.984138439273391, "W21": -35.859383496515967, "S21": -35.859383496515967, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500700.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64623574038782761, "W12": -5.0, "S12": -5.4801455498530336, "W13": -15.190284249827322, "S13": -16.082157693798425, "W21": -35.810825855117024, "S21": -35.810825855117024, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500749.311926605529152 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.64552635470523079, "W12": -5.0, "S12": -5.4747934910973122, "W13": -15.190245906580728, "S13": -16.083525404326632, "W21": -35.810148306632414, "S21": -35.810148306632414, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59469650592640932, "W12": -5.0, "S12": -5.0913006410402506, "W13": -15.187498485151281, "S13": -16.181526422711261, "W21": -35.761599699213285, "S21": -35.761599699213285, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500799.302752293588128 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.59397766176802946, "W12": -5.0, "S12": -5.0858772215010051, "W13": -15.187459630661396, "S13": -16.182912369379874, "W21": -35.76091311674886, "S21": -35.76091311674886, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55173523316235862, "W12": -5.0, "S12": -5.0, "W13": -15.184712720475238, "S13": -16.225075816988991, "W21": -35.712373543309539, "S21": -35.712373543309539, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500849.293577981647104 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.55169979960206983, "W12": -5.0, "S12": -5.0, "W13": -15.184673354742065, "S13": -16.224605699869024, "W21": -35.711677926865313, "S21": -35.711677926865313, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54922773355180954, "W12": -5.0, "S12": -5.0, "W13": -15.181926955799193, "S13": -16.191807398980313, "W21": -35.6631473874058, "S21": -35.6631473874058, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500899.28440366970608 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54919183981541231, "W12": -5.0, "S12": -5.0, "W13": -15.181887078822731, "S13": -16.191331176443192, "W21": -35.66244273698176, "S21": -35.66244273698176, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54672023394125746, "W12": -10.0, "S12": -10.0, "W13": -15.179141191123147, "S13": -16.157095084936785, "W21": -35.613921231501998, "S21": -35.613921231501998, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500949.275229357823264 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5466838800287549, "W12": -10.0, "S12": -10.0, "W13": -15.179100802903401, "S13": -16.156523569717102, "W21": -35.613207547098206, "S21": -35.613207547098206, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54421273433070838, "W12": -10.0, "S12": -10.0, "W13": -15.176355426447104, "S13": -16.117675003516894, "W21": -35.564695075598259, "S21": -35.564695075598259, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 500999.26605504588224 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54417592024209738, "W12": -10.0, "S12": -10.0, "W13": -15.176314526984068, "S13": -16.117096253927325, "W21": -35.563972357214659, "S21": -35.563972357214659, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5417052347201593, "W12": -5.1681191555707384, "S12": -5.1681191555707384, "W13": -15.173569661771063, "S13": -16.078254922096999, "W21": -35.515468919694513, "S21": -35.515468919694513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501049.256880733941216 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.54166796045543986, "W12": -5.1707998249658917, "S12": -5.1707998249658917, "W13": -15.173528251064736, "S13": -16.077668938137549, "W21": -35.514737167331106, "S21": -35.514737167331106, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53919773510961011, "W12": -5.1707245835771545, "S12": -5.1707245835771545, "W13": -15.170783897095019, "S13": -16.038834840677104, "W21": -35.466242763790774, "S21": -35.466242763790774, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501099.247706422000192 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53916000066878234, "W12": -5.1705705240319686, "S12": -5.1705705240319686, "W13": -15.170741975145406, "S13": -16.038241622347776, "W21": -35.465501977447552, "S21": -35.465501977447552, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53669023549905803, "W12": -5.1604871389223002, "S12": -5.1604871389223002, "W13": -15.167998132418973, "S13": -15.999414759257165, "W21": -35.417016607886978, "S21": -35.417016607886978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501149.238532110117376 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53665204088212481, "W12": -5.1603312006021822, "S12": -5.1603312006021822, "W13": -15.167955699226074, "S13": -15.998814306558002, "W21": -35.416266787564005, "S21": -35.416266787564005, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501150.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53418273588850895, "W12": -5.1502496942674592, "S12": -5.1502496942674592, "W13": -15.165212367742928, "S13": -15.959994677837271, "W21": -35.367790451983232, "S21": -35.367790451983232, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501199.229357798176352 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5341440810954674, "W12": -5.1500918771723967, "S12": -5.1500918771723967, "W13": -15.165169423306743, "S13": -15.959386990768229, "W21": -35.367031597680445, "S21": -35.367031597680445, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53167523627795976, "W12": -5.1400122496126164, "S12": -5.1400122496126164, "W13": -15.162426603066887, "S13": -15.92057459641738, "W21": -35.318564296079494, "S21": -35.318564296079494, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501249.220183486235328 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.53163612130880988, "W12": -5.1398525537426103, "S12": -5.1398525537426103, "W13": -15.162383147387409, "S13": -15.919959674978452, "W21": -35.317796407796898, "S21": -35.317796407796898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52916773666741057, "W12": -5.1297748049577754, "S12": -5.1297748049577754, "W13": -15.159640838390844, "S13": -15.881154514997487, "W21": -35.269338140175755, "S21": -35.269338140175755, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501299.211009174294304 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.52912816152215236, "W12": -5.1296132303128248, "S12": -5.1296132303128248, "W13": -15.15959687146808, "S13": -15.880532359188681, "W21": -35.268561217913344, "S21": -35.268561217913344, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501300.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.4733397629431414, "W12": -5.1195373603029219, "S12": -5.1195373603029219, "W13": -15.156855073714798, "S13": -15.841734433577548, "W21": -35.220111984271952, "S21": -35.220111984271952, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501349.201834862411488 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47337979826450505, "W12": -5.1193739068830384, "S12": -5.1193739068830384, "W13": -15.156810595548748, "S13": -15.841105043398906, "W21": -35.219326028029798, "S21": -35.219326028029798, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501350.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47584726255369048, "W12": -5.1092999156480792, "S12": -5.1092999156480792, "W13": -15.154069309038755, "S13": -15.802314352157655, "W21": -35.170885828368206, "S21": -35.170885828368206, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501399.192660550470464 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47588775805116257, "W12": -5.1091345834532529, "S12": -5.1091345834532529, "W13": -15.154024319629416, "S13": -15.801677727609132, "W21": -35.170090838146244, "S21": -35.170090838146244, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501400.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47835476216423972, "W12": -5.0990624709932382, "S12": -5.0990624709932382, "W13": -15.151283544362711, "S13": -15.76289427073776, "W21": -35.121659672464467, "S21": -35.121659672464467, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501449.18348623852944 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.47839571783782009, "W12": -5.0988952600234665, "S12": -5.0988952600234665, "W13": -15.151238043710082, "S13": -15.762250411819354, "W21": -35.12085564826269, "S21": -35.12085564826269, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501450.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.48086226177478886, "W12": -5.0888250263383963, "S12": -5.0888250263383963, "W13": -15.148497779686668, "S13": -15.723474189317866, "W21": -35.072433516560729, "S21": -35.072433516560729, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501499.174311926588416 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.48090367762447761, "W12": -5.0886559365936801, "S12": -5.0886559365936801, "W13": -15.148451767790752, "S13": -15.722823096029581, "W21": -35.071620458379144, "S21": -35.071620458379144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501500.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.48336976138534088, "W12": -5.0785875816835429, "S12": -5.0785875816835429, "W13": -15.145712015010622, "S13": -15.684054107897927, "W21": -35.023207360656926, "S21": -35.023207360656926, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501549.1651376147056 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.48341163741113508, "W12": -5.0784166131638946, "S12": -5.0784166131638946, "W13": -15.145665491871419, "S13": -15.683395780239806, "W21": -35.022385268495597, "S21": -35.022385268495597, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.43888978092820818, "W12": -5.068350137028701, "S12": -5.068350137028701, "W13": -15.142926250334579, "S13": -15.644634026478034, "W21": -34.97398120475318, "S21": -34.97398120475318, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501599.155963302764576 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.43817234267878835, "W12": -5.0681772897341091, "S12": -5.0681772897341091, "W13": -15.142879215952089, "S13": -15.643968464450033, "W21": -34.973150078612044, "S21": -34.973150078612044, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501600.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39639716113316231, "W12": -5.0581126923738591, "S12": -5.0581126923738591, "W13": -15.140140485658536, "S13": -15.605213945058141, "W21": -34.924755048849441, "S21": -34.924755048849441, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501649.146788990823552 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.39567192464188861, "W12": -5.0579379663043227, "S12": -5.0579379663043227, "W13": -15.140092940032757, "S13": -15.604541148660259, "W21": -34.92391488872849, "S21": -34.92391488872849, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.35390454133811644, "W12": -5.0478752477190172, "S12": -5.0478752477190172, "W13": -15.137354720982493, "S13": -15.565793863638246, "W21": -34.875528892945695, "S21": -34.875528892945695, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501699.137614678882528 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.35317150660498886, "W12": -5.0476986428745372, "S12": -5.0476986428745372, "W13": -15.137306664113426, "S13": -15.565113832870484, "W21": -34.874679698844936, "S21": -34.874679698844936, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501700.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.31141192154302111, "W12": -5.1206993538708856, "S12": -5.1206993538708856, "W13": -15.134568956306447, "S13": -15.526373782218307, "W21": -34.8263027370419, "S21": -34.8263027370419, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501749.128440366999712 ] } }, +{ "type": "Feature", "properties": { "W11": 0.5, "S11": 0.31067108856808912, "W12": -5.1239907422130315, "S12": -5.1239907422130315, "W13": -15.134520388194092, "S13": -15.525686517080707, "W21": -34.82544450896139, "S21": -34.82544450896139, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501750.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.73108069825202471, "W12": -5.3094864599436153, "S12": -5.3094864599436153, "W13": -15.131783191630403, "S13": -15.486953700798413, "W21": -34.777076581138154, "S21": -34.777076581138154, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501799.119266055058688 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.73182932946881063, "W12": -5.3128124944788926, "S12": -5.3128124944788926, "W13": -15.131734112274762, "S13": -15.486259201290935, "W21": -34.776209319077836, "S21": -34.776209319077836, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.77357331804707052, "W12": -5.498273566016346, "S12": -5.498273566016346, "W13": -15.12899742695436, "S13": -15.462533381849495, "W21": -34.727850425234415, "S21": -34.727850425234415, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501849.110091743117664 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.77432974750571026, "W12": -5.5016342467447537, "S12": -5.5016342467447537, "W13": -15.12894783635543, "S13": -15.462575351668516, "W21": -34.726974129194282, "S21": -34.726974129194282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501850.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.81606593784211645, "W12": -5.6870606720890766, "S12": -5.6870606720890766, "W13": -15.126211662278319, "S13": -15.464891047249894, "W21": -34.678624269330669, "S21": -34.678624269330669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501899.10091743117664 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.81683016554261001, "W12": -5.6904559990106147, "S12": -5.6904559990106147, "W13": -15.126161560436097, "S13": -15.464933449747459, "W21": -34.677738939310736, "S21": -34.677738939310736, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.85855855763721178, "W12": -5.8758477781620266, "S12": -5.8758477781620266, "W13": -15.123425897602271, "S13": -15.467248712650292, "W21": -34.484875855309774, "S21": -34.484875855309774, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501949.091743119293824 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.85933058357950975, "W12": -5.8792777512764758, "S12": -5.8792777512764758, "W13": -15.123375284516765, "S13": -15.467291547826404, "W21": -34.478242900980604, "S21": -34.478242900980604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501950.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.90188636956293355, "W12": -6.0646348842347564, "S12": -6.0646348842347564, "W13": -15.120640132926228, "S13": -15.46960637805069, "W21": -34.119795369039593, "S21": -34.119795369039593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 501999.0825688073528 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.9027484143763207, "W12": -6.0680995035423368, "S12": -6.0680995035423368, "W13": -15.120589008597435, "S13": -15.469649645905349, "W21": -34.113095415171635, "S21": -34.113095415171635, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2012522935779739, "W12": -6.253421990307487, "S12": -6.253421990307487, "W13": -15.117854368250185, "S13": -15.471964043451086, "W21": -33.754714882769406, "S21": -33.754714882769406, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502049.073394495411776 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.2071419753085486, "W12": -6.256501651914224, "S12": -6.256501651914224, "W13": -15.11780892440237, "S13": -15.47200250376634, "W21": -33.748759368220114, "S21": -33.748759368220114, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502049.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5214419302034763, "W12": -6.4422090963802177, "S12": -6.4422090963802177, "W13": -15.115068603574143, "S13": -15.474321708851484, "W21": -33.389634396499218, "S21": -33.389634396499218, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502099.064220183470752 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.5232156932731848, "W12": -6.444903800286113, "S12": -6.444903800286113, "W13": -15.115028840207302, "S13": -15.474355361627328, "W21": -33.384423321268585, "S21": -33.384423321268585, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502099.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.645709236921935, "W12": -6.6309962024531668, "S12": -6.6309962024531668, "W13": -15.112282838898098, "S13": -15.476679374251885, "W21": -33.024553910228612, "S21": -33.024553910228612, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502149.055045871587936 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.6472296052673996, "W12": -6.6333059486582204, "S12": -6.6333059486582204, "W13": -15.112248756012233, "S13": -15.476708219488323, "W21": -33.020087274316644, "S21": -33.020087274316644, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502149.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.769976543640249, "W12": -6.8197833085258974, "S12": -6.8197833085258974, "W13": -15.109497074222054, "S13": -15.506571035149825, "W21": -32.659473423958424, "S21": -32.659473423958424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502199.045871559646912 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.7712435172614693, "W12": -6.8217080970301085, "S12": -6.8217080970301085, "W13": -15.109468671817169, "S13": -15.507126394523256, "W21": -32.655751227365116, "S21": -32.655751227365116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502199.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.894243850358563, "W12": -7.0085704145986281, "S12": -7.0085704145986281, "W13": -15.106711309546011, "S13": -15.56104179321536, "W21": -32.294392937688244, "S21": -32.294392937688244, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502249.036697247705888 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -1.8952574292555393, "W12": -7.0101102454019966, "S12": -7.0101102454019966, "W13": -15.106688587622102, "S13": -15.561486080714102, "W21": -32.291415180413594, "S21": -32.291415180413594, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502249.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0168527362461708, "W12": -7.1973575206713578, "S12": -7.1973575206713578, "W13": -15.103925544869966, "S13": -15.615512551280892, "W21": -31.929312451418053, "S21": -31.929312451418053, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502299.027522935764864 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.0174980337491357, "W12": -7.1985123937738846, "S12": -7.1985123937738846, "W13": -15.103908503427036, "S13": -15.61584576690495, "W21": -31.927079133462065, "S21": -31.927079133462065, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502299.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1223395190574852, "W12": -7.3861446267443078, "S12": -7.3861446267443078, "W13": -15.10113978019392, "S13": -15.669983309346488, "W21": -31.564231965147446, "S21": -31.564231965147446, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502349.018348623882048 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.1227697173927953, "W12": -7.3869145421459921, "S12": -7.3869145421459921, "W13": -15.101128419231967, "S13": -15.670205453095862, "W21": -31.562743086510121, "S21": -31.562743086510121, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502349.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.227826301868677, "W12": -7.5749317328170385, "S12": -7.5749317328170385, "W13": -15.098354015517879, "S13": -15.874397704779973, "W21": -31.199151478877258, "S21": -31.199151478877258, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502399.009174311941024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.2280414010363323, "W12": -7.5753166905178801, "S12": -7.5753166905178801, "W13": -15.098348335036901, "S13": -15.875133893215157, "W21": -31.198407039558596, "S21": -31.198407039558596, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502399.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -2.3333130846798689, "W12": -7.7637188388897682, "S12": -7.7637188388897682, "W13": -15.095568250841836, "S13": -16.235431875284533, "W21": -30.834070992607067, "S21": -30.834070992607067, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 502449.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73344464256767672, "S11": -1.8066866798041747, "W12": -10.022026995989467, "S12": -10.022026995989467, "W13": -15.062244390846628, "S13": -15.384668617786213, "W21": -30.000000000000004, "S21": -30.000000000000004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 503047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.7511927548408945, "S11": -1.7896256312005456, "W12": -5.0, "S12": -5.3997571341833641, "W13": -19.769813207440517, "S13": -20.106033994229016, "W21": -35.136374080361684, "S21": -35.136374080361684, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 506561.0 ] } }, +{ "type": "Feature", "properties": { "W11": -2.0047556467271468, "S11": -2.0972623151864802, "W12": -5.1144987866824438, "S12": -7.1696178273252427, "W13": -21.51399359791235, "S13": -21.713461480177624, "W21": -36.67209358420417, "S21": -37.874968640929779, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 507507.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.5535803649927715, "S11": -1.6091935461299574, "W12": -5.0181195440103368, "S12": -6.066501450101617, "W13": -22.245767931195221, "S13": -22.245767931195221, "W21": -37.242290416214637, "S21": -38.132609181786265, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 507876.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59353162590004449, "S11": -0.59940088580830608, "W12": -4.9703165819768609, "S12": -9.0708629205062579, "W13": -24.619433824186494, "S13": -26.894160583734898, "W21": -38.296288059828875, "S21": -38.346004447710357, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 509053.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.036228503902727249, "S11": -0.53703905264185448, "W12": -7.075220074416916, "S12": -11.354613120683373, "W13": -27.486086836404432, "S13": -27.486086836404432, "W21": -31.779218743645703, "S21": -31.779218743645703, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 511633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45724076756189136, "S11": -0.45724076756189136, "W12": -7.2628603790987469, "S12": -7.8939672754164114, "W13": -23.001997843396005, "S13": -29.464703115059955, "W21": -34.797181805708625, "S21": -34.797181805708625, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109000.0, 513536.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6638820948153068, "S12": -5.6638820948153068, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109001.333333333328483, 521465.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82391763443157695, "S11": -0.82391763443157695, "W12": -7.2217623297679099, "S12": -7.38159138959697, "W13": -14.318430568108337, "S13": -23.009613881824702, "W21": -38.088245614504117, "S21": -38.088245614504117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109003.5, 515587.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14925921690982569, "S11": -0.14925921690982552, "W12": -7.1512151737907326, "S12": -11.905928781667566, "W13": -27.55242402824231, "S13": -27.55242402824231, "W21": -31.996269965855628, "S21": -31.996269965855628, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109004.0, 511785.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7612809622763943, "S11": -0.7612809622763943, "W12": -7.22715723939314, "S12": -7.3380034849235338, "W13": -14.766573304592237, "S13": -34.766573304592235, "W21": -37.521599068936041, "S21": -37.521599068936041, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109004.0, 515252.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.1561599241212457, "S11": -1.1561599241212457, "W12": -7.1855383969242936, "S12": -7.1855383969242936, "W13": -15.632554759175184, "S13": -30.632554759175186, "W21": -36.698770488049341, "S21": -36.698770488049341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109004.0, 517573.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9579723600448578, "S12": -5.9579723600448578, "W13": -20.0, "S13": -20.0, "W21": -33.210476057170403, "S21": -33.210476057170403, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109004.0, 520934.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.6959960999244608, "S12": -6.6959960999244608, "W13": -20.0, "S13": -20.0, "W21": -35.404017287168038, "S21": -35.404017287168038, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109007.0, 519599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83380107655835545, "S11": -0.83380107655835545, "W12": -7.2154015206772577, "S12": -7.3675382728140102, "W13": -14.267283180642007, "S13": -21.349555829115076, "W21": -38.180291568806474, "S21": -38.180291568806474, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109008.0, 515632.5 ] } }, +{ "type": "Feature", "properties": { "W11": 0.022072530079640745, "S11": -0.7892858583957012, "W12": -6.785353329098192, "S12": -10.030482962626404, "W13": -27.240992144395918, "S13": -27.240992144395918, "W21": -31.531748332547551, "S21": -31.531748332547551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109008.666666666671517, 511290.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1581601260536356, "S12": -5.1581601260536356, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109009.0, 522382.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000107, "S12": -5.0000000000000107, "W13": -19.813443778268301, "S13": -19.813443778268301, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109009.5, 522668.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84368451868513383, "S11": -0.84368451868513383, "W12": -7.2090407115866055, "S12": -7.3534851560310504, "W13": -14.216135793175679, "S13": -19.689497776405453, "W21": -38.272337523108824, "S21": -38.272337523108824, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109012.5, 515677.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.14192906775501779, "S11": -1.1419290677550169, "W12": -7.062242490244123, "S12": -11.803516315769215, "W13": -27.480291283144499, "S13": -27.480291283144499, "W21": -31.945279446285625, "S21": -31.945279446285625, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109016.0, 511773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85356796081191233, "S11": -0.85356796081191233, "W12": -7.2026799024959534, "S12": -7.3394320392480905, "W13": -14.16498840570935, "S13": -18.029439723695827, "W21": -38.364383477411174, "S21": -38.364383477411174, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109017.0, 515723.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91909432812527836, "S11": -0.91909432812527836, "W12": -7.1962167368490428, "S12": -7.1962167368490428, "W13": -14.032259744927956, "S13": -14.032259744927956, "W21": -38.665169643637512, "S21": -38.665169643637512, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109017.157894736839808, 516072.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.7, "S11": -0.7, "W12": -6.8, "S12": -12.8, "W13": -27.700001, "S13": -27.700001, "W21": -32.587656579235293, "S21": -32.587656579235293, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109019.0, 512181.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.3645680295815392, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.164690439254066, "S21": -40.164690439254066, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109027.0, 524514.0 ] } }, +{ "type": "Feature", "properties": { "W11": 0.19, "S11": 0.19, "W12": -7.25, "S12": -13.8000002, "W13": -28.450001, "S13": -28.450001, "W21": -32.57308313597995, "S21": -32.57308313597995, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 512190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57083816498720075, "S11": -0.57083816498720075, "W12": -7.2141048690848173, "S12": -7.2141048690848173, "W13": -19.210018799359307, "S13": -20.982220438269795, "W21": -35.7635192149422, "S21": -35.7635192149422, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 514191.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5316436888325393, "S12": -5.5316436888325393, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109030.0, 521711.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49006931857066871, "S11": -0.49006931857066871, "W12": -7.2319291872152993, "S12": -7.3508395783235745, "W13": -24.791934707480419, "S13": -27.108602111577532, "W21": -34.067017105234079, "S21": -34.067017105234079, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109031.0, 513129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.2329414787486348, "S12": -7.2329414787486348, "W13": -27.239921259147444, "S13": -27.239921259147444, "W21": -33.752565353658497, "S21": -33.752565353658497, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109033.0, 512935.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000009, "S12": -6.0000000000000009, "W13": -19.458710894663248, "S13": -19.458710894663248, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109034.0, 522820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.15744627919273071, "S11": -0.15744627919273071, "W12": -6.9158027044196553, "S12": -11.588525405356076, "W13": -27.361650945345712, "S13": -27.361650945345712, "W21": -31.864651588935857, "S21": -31.864651588935857, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109036.0, 511755.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80266662482036921, "S11": -0.80266662482036921, "W12": -7.1846912399296006, "S12": -7.2889647442031054, "W13": -14.608617600667253, "S13": -28.375805257488938, "W21": -37.704434203045949, "S21": -37.704434203045949, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109036.0, 515419.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72996266672874421, "S11": -0.72996266672874421, "W12": -7.1906889686782325, "S12": -7.5600141220524479, "W13": -15.0, "S13": -30.818488050406408, "W21": -37.081552386905507, "S21": -37.081552386905507, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109036.8, 515030.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.20596440472192812, "S11": -0.58029225711996957, "W12": -6.9502, "S12": -11.719133478176786, "W13": -27.377974972519596, "S13": -27.377974972519596, "W21": -31.921948990312742, "S21": -31.921948990312742, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109037.0, 511793.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85995712961395876, "S11": -0.85995712961395876, "W12": -7.1773576294230956, "S12": -7.2790044920455594, "W13": -14.207244492547066, "S13": -17.707271976330112, "W21": -38.302298621489577, "S21": -38.302298621489577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109037.536585365858627, 515722.804878048773389 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0312932905453767, "S11": -1.0312932905453767, "W12": -7.1566629091850036, "S12": -7.1566629091850036, "W13": -14.439067730084219, "S13": -14.439067730084219, "W21": -37.972193632697881, "S21": -37.972193632697881, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109041.103448275855044, 516631.603448275884148 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.658753234810959, "S12": -5.658753234810959, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109043.666666666671517, 521483.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -18.91819276290293, "S13": -18.91819276290293, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109046.0, 523034.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91756580112979425, "S11": -0.91756580112979425, "W12": -7.1601730369210879, "S12": -7.1601730369210879, "W13": -14.031757165429674, "S13": -14.031757165429674, "W21": -38.564742377913142, "S21": -38.564742377913142, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109047.234848484848044, 516014.174242424254771 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1777404103731364, "S12": -5.1777404103731364, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109048.0, 522355.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9551344893796152, "S12": -5.9551344893796152, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.212518079596883, "S21": -33.212518079596883, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109051.0, 520949.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.039103541772574107, "S11": -1.0215184163245268, "W12": -6.6028606060605792, "S12": -9.8571474855749646, "W13": -27.010476549552344, "S13": -27.010476549552344, "W21": -31.526529686312088, "S21": -31.526529686312088, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109051.333333333328483, 511292.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.2730852256610987, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.543911845431175, "S21": -40.543911845431175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109055.0, 524554.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.000000000000008, "S12": -5.000000000000008, "W13": -19.868415060730808, "S13": -19.868415060730808, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109057.714285714289872, 522678.952380952367093 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.120684801227271, "S12": -7.120684801227271, "W13": -15.0, "S13": -24.729729729729726, "W21": -36.766087552388981, "S21": -36.766087552388981, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109058.0, 517476.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2742228966380145, "S12": -5.2742228966380145, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109064.0, 522184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9352339661641369, "S11": -0.9352339661641369, "W12": -7.1349841730223824, "S12": -7.1349841730223824, "W13": -14.078910462964467, "S13": -14.078910462964467, "W21": -38.487074432173593, "S21": -38.487074432173593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109066.763157894733013, 516075.88157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.21107379419720004, "S11": -0.21107379419720004, "W12": -7.0673309090908898, "S12": -11.387912858615991, "W13": -27.170877862449085, "S13": -27.170877862449085, "W21": -31.836766961731875, "S21": -31.836766961731875, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109068.0, 511725.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58651153606811357, "S11": -0.58651153606811357, "W12": -7.1668809528291231, "S12": -7.1668809528291231, "W13": -19.145736279289881, "S13": -20.780112953150212, "W21": -35.695816840116642, "S21": -35.695816840116642, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109068.0, 514212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.25047423578070094, "S11": -0.25047423578070094, "W12": -7.0920022937171652, "S12": -11.491412214880802, "W13": -27.176240127899757, "S13": -27.176240127899757, "W21": -31.863696098632214, "S21": -31.863696098632214, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109071.0, 511763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81102968080281701, "S11": -0.81102968080281701, "W12": -7.1369639300907268, "S12": -7.1745707676975661, "W13": -14.715710510444726, "S13": -28.470398053214275, "W21": -37.56923597103863, "S21": -37.56923597103863, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109075.0, 515399.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1820578084323667, "S12": -7.1820578084323667, "W13": -27.636028006822027, "S13": -27.636028006822027, "W21": -32.8878170617267, "S21": -32.8878170617267, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.0, 512465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1861171883823438, "S12": -7.1861171883823438, "W13": -27.573782667708695, "S13": -27.573782667708695, "W21": -32.966008633203955, "S21": -32.966008633203955, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.088235294111655, 512514.205882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1782603574520918, "S12": -7.1782603574520918, "W13": -26.984340505235, "S13": -26.984340505235, "W21": -33.664040482859782, "S21": -33.664040482859782, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.090909090911737, 512952.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1851260446862133, "S12": -7.1851260446862133, "W13": -27.511537328595217, "S13": -27.511537328595217, "W21": -33.044200204681182, "S21": -33.044200204681182, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.176470588237862, 512563.411764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1841349009901032, "S12": -7.1841349009901032, "W13": -27.44929198948196, "S13": -27.44929198948196, "W21": -33.122391776158352, "S21": -33.122391776158352, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.264705882349517, 512612.617647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1831437572939736, "S12": -7.1831437572939736, "W13": -27.387046650368482, "S13": -27.387046650368482, "W21": -33.200583347635572, "S21": -33.200583347635572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.352941176475724, 512661.823529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1821526135978626, "S12": -7.1821526135978626, "W13": -27.32480131125515, "S13": -27.32480131125515, "W21": -33.278774919112834, "S21": -33.278774919112834, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.441176470587379, 512711.029411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1811614699017507, "S12": -7.1811614699017507, "W13": -27.262555972141818, "S13": -27.262555972141818, "W21": -33.356966490590089, "S21": -33.356966490590089, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.529411764699034, 512760.235294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.180170326205622, "S12": -7.180170326205622, "W13": -27.200310633028337, "S13": -27.200310633028337, "W21": -33.435158062067316, "S21": -33.435158062067316, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.617647058825241, 512809.441176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1791791825095101, "S12": -7.1791791825095101, "W13": -27.138065293915005, "S13": -27.138065293915005, "W21": -33.513349633544571, "S21": -33.513349633544571, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.705882352936896, 512858.64705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1781880388133814, "S12": -7.1781880388133814, "W13": -27.075819954801602, "S13": -27.075819954801602, "W21": -33.591541205021706, "S21": -33.591541205021706, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.794117647063104, 512907.85294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1771968951172704, "S12": -7.1771968951172704, "W13": -26.9099836380623, "S13": -26.970424573847183, "W21": -33.669732776498961, "S21": -33.669732776498961, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.882352941174759, 512957.058823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1762057514211417, "S12": -7.1762057514211417, "W13": -26.158550215986981, "S13": -26.869514241531547, "W21": -33.747924347976181, "S21": -33.747924347976181, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109077.970588235300966, 513006.264705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49765575802314244, "S11": -0.49765575802314244, "W12": -7.1752146077250298, "S12": -7.1752146077250298, "W13": -25.407116793911655, "S13": -26.768603909215958, "W21": -33.82611591945345, "S21": -33.82611591945345, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.058823529412621, 513055.470588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49211135254517668, "S11": -0.49211135254517668, "W12": -7.174223464028918, "S12": -7.174223464028918, "W13": -24.900920124142491, "S13": -26.715773742019969, "W21": -33.904307490930705, "S21": -33.904307490930705, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.147058823524276, 513104.676470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48656694706721071, "S11": -0.48656694706721071, "W12": -7.1732323203327883, "S12": -7.1732323203327883, "W13": -24.684689120221847, "S13": -26.875245758788203, "W21": -33.982499062407925, "S21": -33.982499062407925, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.235294117650483, 513153.882352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4810225415892514, "S11": -0.4810225415892514, "W12": -7.1722411766366783, "S12": -7.1722411766366783, "W13": -24.468458116301459, "S13": -27.034717775556345, "W21": -34.060690633885095, "S21": -34.060690633885095, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.323529411762138, 513203.088235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47547813611128542, "S11": -0.47547813611128542, "W12": -7.1712500329405486, "S12": -7.1712500329405486, "W13": -24.252227112380812, "S13": -27.194189792324575, "W21": -34.138882205362314, "S21": -34.138882205362314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.411764705888345, 513252.294117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46993373063331967, "S11": -0.46993373063331967, "W12": -7.1702588892444377, "S12": -7.1702588892444377, "W13": -24.035996108460164, "S13": -27.453164968800102, "W21": -34.217073776839577, "S21": -34.217073776839577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.5, 513301.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46438932515535386, "S11": -0.46438932515535386, "W12": -7.1692677455483258, "S12": -7.1692677455483258, "W13": -23.819765104539517, "S13": -27.730319308827227, "W21": -34.295265348316839, "S21": -34.295265348316839, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.588235294111655, 513350.705882352951448 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45884491967738789, "S11": -0.45884491967738789, "W12": -7.1682766018521971, "S12": -7.1682766018521971, "W13": -23.603534100618866, "S13": -28.007473648854216, "W21": -34.373456919794059, "S21": -34.373456919794059, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.676470588237862, 513399.911764705902897 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46307248412178598, "S11": -0.46307248412178598, "W12": -7.1672854581560861, "S12": -7.1672854581560763, "W13": -23.387303096698471, "S13": -28.284627988881006, "W21": -34.451648491271229, "S21": -34.451648491271229, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.764705882349517, 513449.117647058796138 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4695119815434558, "S11": -0.4695119815434558, "W12": -7.1662943144599565, "S12": -7.1662943144599476, "W13": -23.171072092777827, "S13": -28.561782328908002, "W21": -34.529840062748448, "S21": -34.529840062748448, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.852941176475724, 513498.323529411747586 ] } }, +{ "type": "Feature", "properties": { "W11": -0.47595147896512247, "S11": -0.47595147896512247, "W12": -7.1653031707638455, "S12": -7.1653031707638455, "W13": -22.954841088857183, "S13": -28.838936668935126, "W21": -34.608031634225711, "S21": -34.608031634225711, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109078.941176470587379, 513547.529411764699034 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48239097638678918, "S11": -0.48239097638678918, "W12": -7.1643120270677336, "S12": -7.1643120270677336, "W13": -22.738610084936532, "S13": -29.116091008962243, "W21": -34.686223205702973, "S21": -34.686223205702973, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.029411764699034, 513596.735294117650483 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48883047380845901, "S11": -0.48883047380845901, "W12": -7.163320883371604, "S12": -7.163320883371604, "W13": -22.522379081015885, "S13": -29.393245348989236, "W21": -34.764414777180193, "S21": -34.764414777180193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.117647058825241, 513645.941176470601931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49526997123012562, "S11": -0.49526997123012562, "W12": -7.162329739675493, "S12": -7.162329739675493, "W13": -22.306148077095237, "S13": -29.701561933093856, "W21": -34.842606348657455, "S21": -34.842606348657455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.205882352936896, 513695.14705882355338 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50245396550682908, "S11": -0.50245396550682908, "W12": -7.1613385959793643, "S12": -7.1613385959793643, "W13": -22.089917073174846, "S13": -30.020414541340315, "W21": -34.920797920134582, "S21": -34.920797920134582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.294117647063104, 513744.35294117644662 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51169795166449128, "S11": -0.51169795166449128, "W12": -7.1603474522832533, "S12": -7.1603474522832533, "W13": -21.873686069254198, "S13": -30.339267149587275, "W21": -34.998989491611837, "S21": -34.998989491611837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.382352941174759, 513793.558823529398069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74572676002824856, "S11": -0.74572676002824856, "W12": -7.1379214264202151, "S12": -7.2458968865429529, "W13": -15.0, "S13": -30.514255420277209, "W21": -36.990281998874465, "S21": -36.990281998874465, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.4, 515043.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52094193782215803, "S11": -0.52094193782215803, "W12": -7.1593563085871237, "S12": -7.1593563085871237, "W13": -21.657455065333551, "S13": -30.658119757834115, "W21": -35.077181063089064, "S21": -35.077181063089064, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.470588235300966, 513842.764705882349517 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53018592397982012, "S11": -0.53018592397982012, "W12": -7.1583651648910127, "S12": -7.1583651648910127, "W13": -21.441224061412903, "S13": -30.976972366081075, "W21": -35.155372634566319, "S21": -35.155372634566319, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.558823529412621, 513891.970588235300966 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53942991013748232, "S11": -0.53942991013748232, "W12": -7.1573740211949008, "S12": -7.1573740211949008, "W13": -21.160841236451351, "S13": -30.477673800427517, "W21": -35.233564206043582, "S21": -35.233564206043582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.647058823524276, 513941.176470588252414 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54867389629514907, "S11": -0.54867389629514907, "W12": -7.1563828774987721, "S12": -7.1563828774987721, "W13": -20.878128851732765, "S13": -27.40180184220479, "W21": -35.311755777520801, "S21": -35.311755777520801, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.735294117650483, 513990.382352941203862 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55791788245280038, "S11": -0.55791788245280038, "W12": -7.1553917338026611, "S12": -7.1553917338026611, "W13": -20.595416467014481, "S13": -25.011958923149461, "W21": -35.389947348997971, "S21": -35.389947348997971, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.823529411762138, 514039.588235294097103 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56716186861046713, "S11": -0.56716186861046713, "W12": -7.1544005901065315, "S12": -7.1544005901065315, "W13": -20.312704082295898, "S13": -22.13718328282803, "W21": -35.468138920475198, "S21": -35.468138920475198, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109079.911764705888345, 514088.794117647048552 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57640585476812922, "S11": -0.57640585476812922, "W12": -7.1534094464104196, "S12": -7.1534094464104196, "W13": -20.029991697577284, "S13": -20.27385022762509, "W21": -35.546330491952453, "S21": -35.546330491952453, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109080.0, 514138.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58580553360472321, "S11": -0.58580553360472321, "W12": -7.1509360882618731, "S12": -7.1509360882618731, "W13": -19.508062283355653, "S13": -20.539915060068274, "W21": -35.619394362119209, "S21": -35.619394362119209, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109081.30769230768783, 514186.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59520521244132163, "S11": -0.59520521244132163, "W12": -7.1484627301133079, "S12": -7.1484627301133079, "W13": -18.955428252340926, "S13": -20.775275275718183, "W21": -35.692458232285937, "S21": -35.692458232285937, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109082.615384615390212, 514234.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1816024217406573, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -40.923133251608284, "S21": -40.923133251608284, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109083.0, 524594.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60460489127791561, "S11": -0.60460489127791561, "W12": -7.1459893719647614, "S12": -7.1459893719647614, "W13": -18.310977216320264, "S13": -20.918818486362337, "W21": -35.765522102452692, "S21": -35.765522102452692, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109083.923076923078042, 514282.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6140045701145096, "S11": -0.6140045701145096, "W12": -7.1435160138162148, "S12": -7.1435160138162148, "W13": -17.555727295765458, "S13": -20.951562812472343, "W21": -35.838585972619455, "S21": -35.838585972619455, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109085.230769230765873, 514330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6536243748065758, "S12": -5.6536243748065758, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109086.0, 521502.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62340424895110802, "S11": -0.62340424895110802, "W12": -7.1410426556676496, "S12": -7.1410426556676496, "W13": -16.800477375210704, "S13": -20.984307138582228, "W21": -35.911649842786176, "S21": -35.911649842786176, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109086.538461538468255, 514378.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.2902965654710208, "S12": -6.2902965654710208, "W13": -20.0, "S13": -22.0, "W21": -33.463133431704065, "S21": -33.463133431704065, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109087.0, 520350.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1973206946926362, "S12": -5.1973206946926362, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109087.0, 522328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87556498164077046, "S11": -0.87556498164077046, "W12": -7.1159651375285398, "S12": -7.1325171492024957, "W13": -14.308814340676179, "S13": -16.903750781925332, "W21": -38.153307030503036, "S21": -38.153307030503036, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109087.317073170735966, 515722.975609756074846 ] } }, +{ "type": "Feature", "properties": { "W11": -0.632803927787702, "S11": -0.632803927787702, "W12": -7.1385692975191031, "S12": -7.1385692975191031, "W13": -16.045227454655898, "S13": -21.017051464692237, "W21": -35.984713712952932, "S21": -35.984713712952932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109087.846153846156085, 514426.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64220360662429599, "S11": -0.64220360662429599, "W12": -7.1360959393705556, "S12": -7.1360959393705556, "W13": -15.289977534101094, "S13": -21.04979579080225, "W21": -36.057777583119694, "S21": -36.057777583119694, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109089.153846153843915, 514474.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65160328546088975, "S11": -0.65160328546088975, "W12": -7.1336225812220082, "S12": -7.1336225812220082, "W13": -15.0, "S13": -21.547812503365972, "W21": -36.13084145328645, "S21": -36.13084145328645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109090.461538461531745, 514522.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60130406364959899, "S11": -0.60130406364959899, "W12": -7.1379906252745107, "S12": -7.1379906252745107, "W13": -18.773218800517149, "S13": -20.805662149489585, "W21": -35.700870627195918, "S21": -35.700870627195918, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109090.833333333328483, 514252.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.0289939148910483, "S11": -1.0289939148910483, "W12": -7.0950113199390525, "S12": -7.0950113199390525, "W13": -14.466698494337013, "S13": -14.466698494337013, "W21": -37.866592839013094, "S21": -37.866592839013094, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109091.094827586202882, 516631.719827586202882 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66100296429748828, "S11": -0.66100296429748828, "W12": -7.1311492230734439, "S12": -7.1311492230734421, "W13": -15.0, "S13": -22.335806750030606, "W21": -36.203905323453171, "S21": -36.203905323453171, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109091.769230769234127, 514570.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.1199930174517601, "S12": -11.521009642659889, "W13": -27.549382124848691, "S13": -27.549382124848691, "W21": -32.553534140357016, "S21": -32.553534140357016, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109092.0, 512280.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67040264313408227, "S11": -0.67040264313408227, "W12": -7.1286758649248965, "S12": -7.1286758649248965, "W13": -15.0, "S13": -23.123800996695422, "W21": -36.276969193619927, "S21": -36.276969193619927, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109093.076923076921958, 514618.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.10027961362480939, "S11": -1.2537509742534281, "W12": -6.8446272727272728, "S12": -9.7441270112894891, "W13": -26.779960954708692, "S13": -26.779960954708692, "W21": -31.685645206384802, "S21": -31.685645206384802, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109094.0, 511293.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67980232197067614, "S11": -0.67980232197067614, "W12": -7.1262025067763499, "S12": -7.1262025067763499, "W13": -14.999999999999998, "S13": -23.915393333952139, "W21": -36.35003306378669, "S21": -36.35003306378669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109094.384615384609788, 514666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68920200080727467, "S11": -0.68920200080727467, "W12": -7.1237291486277847, "S12": -7.1237291486277847, "W13": -15.0, "S13": -24.715907823179897, "W21": -36.42309693395341, "S21": -36.42309693395341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109095.69230769231217, 514714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69860167964386854, "S11": -0.69860167964386854, "W12": -7.1212557904792382, "S12": -7.1212557904792382, "W13": -15.0, "S13": -25.516422312407833, "W21": -36.496160804120166, "S21": -36.496160804120166, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 514762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.70761380495496018, "S11": -0.70761380495496018, "W12": -7.1203930129641009, "S12": -7.1203930129641009, "W13": -15.0, "S13": -26.335028297844861, "W21": -36.572846316673889, "S21": -36.572846316673889, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 514810.11538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.71662593026605181, "S11": -0.71662593026605181, "W12": -7.1195302354489618, "S12": -7.1195302354489618, "W13": -15.0, "S13": -27.153634283281889, "W21": -36.649531829227612, "S21": -36.649531829227612, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 514858.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72563805557714334, "S11": -0.72563805557714334, "W12": -7.1186674579338236, "S12": -7.1186674579338236, "W13": -15.0, "S13": -27.97224026871892, "W21": -36.726217341781336, "S21": -36.726217341781336, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 514906.346153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.73465018088824596, "S11": -0.73465018088824596, "W12": -7.1178046804186845, "S12": -7.1178046804186845, "W13": -15.0, "S13": -28.790846254156932, "W21": -36.802902854335144, "S21": -36.802902854335144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 514954.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74366230619933749, "S11": -0.74366230619933749, "W12": -7.1169419029035463, "S12": -7.1169419029035463, "W13": -15.0, "S13": -29.60945223959396, "W21": -36.879588366888875, "S21": -36.879588366888875, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515002.576923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.75267443151042901, "S11": -0.75267443151042901, "W12": -7.116079125388409, "S12": -7.116079125388409, "W13": -15.0, "S13": -30.428058225030988, "W21": -36.956273879442591, "S21": -36.956273879442591, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515050.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76168655682152064, "S11": -0.76168655682152064, "W12": -7.1152163478732708, "S12": -7.1152163478732735, "W13": -15.0, "S13": -31.654389789977348, "W21": -37.032959391996314, "S21": -37.032959391996314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515098.80769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77069868213261228, "S11": -0.77069868213261228, "W12": -7.1143535703581327, "S12": -7.1143535703581327, "W13": -15.0, "S13": -33.026840119771848, "W21": -37.109644904550038, "S21": -37.109644904550038, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515146.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77971080744370391, "S11": -0.77971080744370391, "W12": -7.1134907928429953, "S12": -7.1134907928429945, "W13": -15.0, "S13": -34.399290449566337, "W21": -37.186330417103754, "S21": -37.186330417103754, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515195.038461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78872293275480643, "S11": -0.78872293275480643, "W12": -7.1126280153278563, "S12": -7.1126280153278563, "W13": -14.968549725509343, "S13": -33.924888259335624, "W21": -37.263015929657577, "S21": -37.263015929657577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515243.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79773505806589795, "S11": -0.79773505806589795, "W12": -7.1117652378127172, "S12": -7.1117652378127172, "W13": -14.904378617794533, "S13": -32.004687819301296, "W21": -37.339701442211293, "S21": -37.339701442211293, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515291.269230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80674718337698959, "S11": -0.80674718337698959, "W12": -7.110902460297579, "S12": -7.1109024602975799, "W13": -14.840207510079724, "S13": -30.210027700746515, "W21": -37.416386954765024, "S21": -37.416386954765024, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515339.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81575930868808122, "S11": -0.81575930868808122, "W12": -7.1100396827824417, "S12": -7.1100396827824417, "W13": -14.776036402364914, "S13": -28.521508532585081, "W21": -37.49307246731874, "S21": -37.49307246731874, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515387.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82477143399917274, "S11": -0.82477143399917274, "W12": -7.1091769052673035, "S12": -7.1091769052673044, "W13": -14.711865294650107, "S13": -26.832989364423643, "W21": -37.569757979872456, "S21": -37.569757979872456, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515435.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83378355931026438, "S11": -0.83378355931026438, "W12": -7.1083141277521662, "S12": -7.1083141277521662, "W13": -14.647694186935299, "S13": -25.144470196262208, "W21": -37.646443492426187, "S21": -37.646443492426187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515483.730769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.84279568462135601, "S11": -0.84279568462135601, "W12": -7.1074513502370271, "S12": -7.1074513502370271, "W13": -14.583523079220489, "S13": -23.45595102810077, "W21": -37.72312900497991, "S21": -37.72312900497991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515531.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.85180780993245853, "S11": -0.85180780993245853, "W12": -7.106588572721888, "S12": -7.106588572721888, "W13": -14.519351971505602, "S13": -21.76743185993729, "W21": -37.799814517533719, "S21": -37.799814517533719, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515579.961538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86081993524355005, "S11": -0.86081993524355005, "W12": -7.1057257952067507, "S12": -7.1057257952067507, "W13": -14.455180863790792, "S13": -20.078912691775855, "W21": -37.902887791417427, "S21": -37.902887791417427, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515628.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.86983206055464157, "S11": -0.86983206055464157, "W12": -7.1048630176916125, "S12": -7.1048630176916125, "W13": -14.391009756075984, "S13": -18.390393523614421, "W21": -38.015121926240369, "S21": -38.015121926240369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515676.19230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.87884418586573321, "S11": -0.87884418586573321, "W12": -7.1040002401764744, "S12": -7.1040002401764744, "W13": -14.326838648361175, "S13": -16.701874355452983, "W21": -38.127356061063317, "S21": -38.127356061063317, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515724.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.88785631117682473, "S11": -0.88785631117682473, "W12": -7.1031374626613371, "S12": -7.1031374626613371, "W13": -14.262667540646365, "S13": -15.013355187291545, "W21": -38.241965352333708, "S21": -38.241965352333708, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515772.423076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89686843648791648, "S11": -0.89686843648791648, "W12": -7.102274685146198, "S12": -7.102274685146198, "W13": -14.198496432931556, "S13": -14.198496432931556, "W21": -38.387058737111438, "S21": -38.387058737111438, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515820.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9058805617990191, "S11": -0.9058805617990191, "W12": -7.1014119076310589, "S12": -7.1014119076310589, "W13": -14.134325325216672, "S13": -14.134325325216672, "W21": -38.532152121889347, "S21": -38.532152121889347, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515868.653846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.91489268711011051, "S11": -0.91489268711011051, "W12": -7.1005491301159216, "S12": -7.1005491301159216, "W13": -14.070154217501862, "S13": -14.070154217501862, "W21": -38.677245506667084, "S21": -38.677245506667084, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515916.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.92390481242120215, "S11": -0.92390481242120215, "W12": -7.0996863526007834, "S12": -7.0996863526007834, "W13": -14.053489397528336, "S13": -14.053489397528336, "W21": -38.576905562697611, "S21": -38.576905562697611, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 515964.88461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.93291693773229367, "S11": -0.93291693773229367, "W12": -7.0988235750856452, "S12": -7.0988235750856452, "W13": -14.076419641501786, "S13": -14.076419641501786, "W21": -38.461071789686557, "S21": -38.461071789686557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109097.0, 516013.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9522966187143718, "S12": -5.9522966187143718, "W13": -20.0, "S13": -20.0, "W21": -33.214560102023356, "S21": -33.214560102023356, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109098.0, 520964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.26470130920171908, "S11": -0.26470130920171892, "W12": -7.0150119448432431, "S12": -10.983453142957185, "W13": -27.503303139595534, "S13": -27.503303139595534, "W21": -31.810846467581204, "S21": -31.810846467581204, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109100.0, 511695.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.30887520602046215, "S11": -0.30887520602046215, "W12": -7.0089602071566111, "S12": -11.038846571307097, "W13": -27.427148282492254, "S13": -27.427148282492254, "W21": -31.836787807189193, "S21": -31.836787807189193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109105.0, 511733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000036, "S12": -5.0000000000000036, "W13": -19.923386343193286, "S13": -19.923386343193286, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109105.928571428565192, 522689.071428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81902373419453778, "S11": -0.81902373419453778, "W12": -7.0972935999636144, "S12": -7.0972935999636144, "W13": -14.796945050965292, "S13": -28.350110073759943, "W21": -37.466173177474175, "S21": -37.466173177474175, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109107.333333333328483, 515387.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1484341293421343, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109111.0, 524634.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61609659123109961, "S11": -0.61609659123109961, "W12": -7.1091002977198796, "S12": -7.1091002977198796, "W13": -18.236084601439511, "S13": -20.666594625524844, "W21": -35.705924414275259, "S21": -35.705924414275259, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109113.666666666671517, 514293.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.95137360420299544, "S11": -0.95137360420299544, "W12": -7.0737516091957229, "S12": -7.0737516091957229, "W13": -14.125561181000982, "S13": -14.125561181000982, "W21": -38.317620329650296, "S21": -38.317620329650296, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109116.368421052626218, 516079.184210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6417758749617857, "S12": -5.6417758749617857, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109119.285714285710128, 521530.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.123579236155547, "S12": -7.123579236155547, "W13": -26.570156485120346, "S13": -26.570156485120346, "W21": -33.575515612061061, "S21": -33.575515612061061, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109121.181818181823473, 512969.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.76149085332775757, "S11": -0.76149085332775757, "W12": -7.0851538841621808, "S12": -7.0851538841621808, "W13": -15.0, "S13": -30.708624433094233, "W21": -36.899011610843388, "S21": -36.899011610843388, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109122.0, 515056.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1922234423823674, "S12": -5.1922234423823674, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109125.0, 522345.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0667554041476306, "S12": -7.0667554041476306, "W13": -27.027204393392825, "S13": -27.027204393392825, "W21": -32.756357714119417, "S21": -32.756357714119417, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109126.860465116275009, 512464.75968992250273 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9790318454898026, "S12": -11.252276350538633, "W13": -27.078497928352398, "S13": -27.078497928352398, "W21": -31.94808652686088, "S21": -31.94808652686088, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109128.0, 511890.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.31832882420623809, "S11": -0.31832882420623809, "W12": -6.9366230430237108, "S12": -10.552923489726492, "W13": -27.047442754475842, "S13": -27.047442754475842, "W21": -31.786558920922165, "S21": -31.786558920922165, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109132.0, 511666.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63088911881258491, "S11": -0.63088911881258491, "W12": -7.0802099701652672, "S12": -7.0802099701652672, "W13": -17.673817196569576, "S13": -20.502393895767014, "W21": -35.710978201354536, "S21": -35.710978201354536, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109136.5, 514334.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.89117283366759315, "S11": -0.89117283366759315, "W12": -7.0545726456339821, "S12": -7.0545726456339821, "W13": -14.410384188805212, "S13": -16.100229587518502, "W21": -38.004315439516638, "S21": -38.004315439516638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109137.097560975613305, 515723.14634146343451 ] } }, +{ "type": "Feature", "properties": { "W11": -0.77327085348572044, "S11": -0.77327085348572044, "W12": -7.0653757799853176, "S12": -7.0653757799853176, "W13": -14.999999999999998, "S13": -31.934696188278039, "W21": -36.917234224633702, "S21": -36.917234224633702, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109137.5, 515093.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.36727617626022324, "S11": -0.36727617626022324, "W12": -6.9259181205960587, "S12": -10.586280927733396, "W13": -26.942600939454152, "S13": -26.942600939454152, "W21": -31.812163391968888, "S21": -31.812163391968888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109139.0, 511703.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1669014006842282, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109139.0, 524675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82701778758625211, "S11": -0.82701778758625211, "W12": -7.0576232698364834, "S12": -7.0576232698364834, "W13": -14.878179591485967, "S13": -28.229822094307423, "W21": -37.363110383909586, "S21": -37.363110383909586, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109139.666666666671517, 515376.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9435954070953319, "S12": -5.9435954070953319, "W13": -20.0, "S13": -20.0, "W21": -33.212020663877603, "S21": -33.212020663877603, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109140.5, 520988.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0333597306931015, "S12": -7.0333597306931015, "W13": -14.494329258589858, "S13": -14.494329258589858, "W21": -37.760992045328251, "S21": -37.760992045328251, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109141.086206896550721, 516631.836206896579824 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1919312246966332, "W13": -15.000000000000062, "S13": -15.000000000000062, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109149.5, 524722.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6299273751169956, "S12": -5.6299273751169956, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109152.571428571434808, 521558.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.78505085364368321, "S11": -0.78505085364368321, "W12": -7.0455976758084553, "S12": -7.0455976758084553, "W13": -15.0, "S13": -33.160767943461842, "W21": -36.935456838424017, "S21": -36.935456838424017, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109153.0, 515130.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -19.978357625655789, "S13": -19.978357625655789, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109154.142857142855064, 522699.190476190473419 ] } }, +{ "type": "Feature", "properties": { "W11": -0.27154680782616325, "S11": -2.2715468078261631, "W12": -6.8395400236746013, "S12": -9.4720280403014883, "W13": -26.735991752791815, "S13": -26.735991752791815, "W21": -31.803687030643736, "S21": -31.803687030643736, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109156.0, 511385.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64568164639407033, "S11": -0.64568164639407033, "W12": -7.0513196426106548, "S12": -7.0513196426106548, "W13": -17.111549791699638, "S13": -20.338193166009177, "W21": -35.716031988433819, "S21": -35.716031988433819, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109159.333333333328483, 514375.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999968, "S13": -14.999999999999968, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109160.0, 524769.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.35562630220480762, "S11": -0.35562630220480762, "W12": -6.8643114345180614, "S12": -10.128823113185639, "W13": -26.639378664292675, "S13": -26.639378664292675, "W21": -31.755696645147665, "S21": -31.755696645147665, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109160.75, 511626.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1871261900720986, "S12": -5.1871261900720986, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109163.0, 522362.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.0552011674312443, "S12": -7.0552011674312443, "W13": -26.100965137809652, "S13": -26.100965137809652, "W21": -33.486990741262375, "S21": -33.486990741262375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109165.272727272720658, 512986.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.9465880991548179, "S11": -0.9465880991548179, "W12": -7.0125190453690616, "S12": -7.0125190453690616, "W13": -14.172211899037523, "S13": -14.172211899037523, "W21": -38.207362310719105, "S21": -38.207362310719105, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109165.973684210519423, 516082.486842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.79683085380164598, "S11": -0.79683085380164598, "W12": -7.0258195716315921, "S12": -7.0258195716315921, "W13": -15.0, "S13": -34.386839698645645, "W21": -36.953679452214331, "S21": -36.953679452214331, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109168.5, 515167.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000032, "S13": -15.000000000000032, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109170.5, 524816.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.83501184097797287, "S11": -0.83501184097797287, "W12": -7.0179529397093701, "S12": -7.0179529397093701, "W13": -14.959414132006536, "S13": -28.109534114853094, "W21": -37.260047590345138, "S21": -37.260047590345138, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109172.0, 515365.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82841159422338184, "S11": -0.82841159422338184, "W12": -7.0149750716457095, "S12": -7.0149750716457095, "W13": -15.000000000000002, "S13": -29.647276329654659, "W21": -37.188011209260011, "S21": -37.188011209260011, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109175.0, 515324.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.45222398440981804, "S11": -0.45222398440981804, "W12": -6.8401656044333778, "S12": -10.17349598861721, "W13": -26.417026491328006, "S13": -26.417026491328006, "W21": -31.803856154472264, "S21": -31.803856154472264, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109175.666666666671517, 511696.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9514529998628518, "S12": -6.9514529998628518, "W13": -26.311473266232532, "S13": -26.311473266232532, "W21": -32.624898366512014, "S21": -32.624898366512014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109176.720930232564569, 512464.519379844947252 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.4554524520227483, "S12": -6.4554524520227483, "W13": -20.0, "S13": -20.0, "W21": -33.588168238448041, "S21": -33.588168238448041, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109177.0, 520070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.82181134746879092, "S11": -0.82181134746879092, "W12": -7.011997203582049, "S12": -7.011997203582049, "W13": -15.000000000000002, "S13": -31.155227861173685, "W21": -37.115974828174892, "S21": -37.115974828174892, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109178.0, 515284.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.81521110071419989, "S11": -0.81521110071419989, "W12": -7.0090193355183903, "S12": -7.0090193355183903, "W13": -15.0, "S13": -32.663179392692712, "W21": -37.043938447089772, "S21": -37.043938447089772, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109181.0, 515244.25 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999938, "S13": -14.999999999999938, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109181.0, 524863.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66047417397557107, "S11": -0.66047417397557107, "W12": -7.0224293150560229, "S12": -7.0224293150560229, "W13": -16.549282386828832, "S13": -20.173992436251268, "W21": -35.721085775513153, "S21": -35.721085775513153, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109182.166666666671517, 514416.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9348941954763221, "S12": -5.9348941954763221, "W13": -20.0, "S13": -20.0, "W21": -33.209481225731878, "S21": -33.209481225731878, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109183.0, 521013.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.80861085395960886, "S11": -0.80861085395960886, "W12": -7.0060414674547298, "S12": -7.0060414674547298, "W13": -14.999999999999998, "S13": -34.171130924211731, "W21": -36.971902066004645, "S21": -36.971902066004645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109184.0, 515204.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9638667507435148, "S12": -6.9638667507435148, "W13": -15.809541697971449, "S13": -15.809541697971449, "W21": -36.313422798035447, "S21": -36.313422798035447, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109184.0, 517556.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6180788752722046, "S12": -5.6180788752722046, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109185.857142857144936, 521587.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.90226916051998474, "S11": -0.90226916051998474, "W12": -6.9931801537394271, "S12": -6.9931801537394271, "W13": -14.511954036934323, "S13": -15.296708393113718, "W21": -37.855323848530105, "S21": -37.855323848530105, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109186.878048780490644, 515723.317073170735966 ] } }, +{ "type": "Feature", "properties": { "W11": -0.39292378020337715, "S11": -0.39292378020337715, "W12": -6.791999826012411, "S12": -9.7047227366447864, "W13": -26.231314574109504, "S13": -26.231314574109504, "W21": -31.723760175569119, "S21": -31.723760175569119, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109189.5, 511587.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9717081414471522, "S12": -6.9717081414471522, "W13": -14.521960022842656, "S13": -14.521960022842656, "W21": -37.655391251643472, "S21": -37.655391251643472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109191.077586206898559, 516631.952586206898559 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109191.5, 524911.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1820289377618618, "S12": -5.1820289377618618, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109201.0, 522379.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109202.0, 524958.199999999953434 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109202.357142857144936, 522709.309523809526581 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67526670155705637, "S11": -0.67526670155705637, "W12": -6.9935389875014113, "S12": -6.9935389875014113, "W13": -15.987014981958898, "S13": -20.009791706493441, "W21": -35.726139562592437, "S21": -35.726139562592437, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109205.0, 514457.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9558159794418915, "S12": -6.9558159794418915, "W13": -25.637653539840134, "S13": -25.637653539840134, "W21": -33.398465870463646, "S21": -33.398465870463646, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109209.363636363632395, 513003.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7544130882707405, "S12": -9.7607110495013529, "W13": -25.891452043202065, "S13": -25.891452043202065, "W21": -31.79554891697569, "S21": -31.79554891697569, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109212.333333333328483, 511689.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999968, "S13": -14.999999999999968, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109212.5, 525005.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9512864815423825, "S12": -6.9512864815423825, "W13": -14.218862617074047, "S13": -14.218862617074047, "W21": -38.097104291787971, "S21": -38.097104291787971, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109215.57894736842718, 516085.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.43022125820194668, "S11": -0.43022125820194668, "W12": -6.7196882175067607, "S12": -9.2806223601039335, "W13": -25.823250483926337, "S13": -25.823250483926337, "W21": -31.686761269314268, "S21": -31.686761269314268, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109218.25, 511547.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6062303754274456, "S12": -5.6062303754274456, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109219.142857142855064, 521615.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.00000000000003, "S13": -15.00000000000003, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109223.0, 525052.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9261929838572804, "S12": -5.9261929838572804, "W13": -20.0, "S13": -20.0, "W21": -33.206941787586125, "S21": -33.206941787586125, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109225.5, 521038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8561067723036331, "S12": -6.8561067723036331, "W13": -25.589290286220585, "S13": -25.589290286220585, "W21": -32.695339388864632, "S21": -32.695339388864632, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109226.0, 512590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8361505955781139, "S12": -6.8361505955781139, "W13": -25.595742139072438, "S13": -25.595742139072438, "W21": -32.493439018904738, "S21": -32.493439018904738, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109226.581395348839578, 512464.279069767449982 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8227059371632102, "S12": -8.8283800333049953, "W13": -25.599652996606014, "S13": -25.599652996606014, "W21": -32.358015962411073, "S21": -32.358015962411073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109227.0, 512380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.69151882165893708, "S11": -0.69151882165893708, "W12": -6.9598391774810242, "S12": -6.9598391774810242, "W13": -15.418344402029248, "S13": -19.812484354929843, "W21": -35.723077954123404, "S21": -35.723077954123404, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109231.714285714289872, 514499.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.99999999999994, "S13": -14.99999999999994, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109233.5, 525099.800000000046566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9317876618448704, "S12": -6.9317876618448704, "W13": -14.613523885063435, "S13": -14.613523885063435, "W21": -37.706332257543572, "S21": -37.706332257543572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109236.658536585367983, 515723.487804878037423 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.176931685451593, "S12": -5.176931685451593, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109239.0, 522396.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.9100565522012021, "S12": -6.9100565522012021, "W13": -14.549590787095449, "S13": -14.549590787095449, "W21": -37.549790457958686, "S21": -37.549790457958686, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109241.068965517246397, 516632.068965517217293 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109244.0, 525147.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3012918168295577, "S12": -5.3012918168295577, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109245.0, 522173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.46751873620051621, "S11": -0.46751873620051621, "W12": -6.6473766090011104, "S12": -8.8565219835630806, "W13": -25.41518639374317, "S13": -25.41518639374317, "W21": -32.023375787977891, "S21": -32.023375787977891, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109247.0, 511508.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6686605721080596, "S12": -9.3479261103851652, "W13": -25.365877595075922, "S13": -25.365877595075922, "W21": -31.785802172229893, "S21": -31.785802172229893, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109249.0, 511683.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999956, "S12": -4.9999999999999956, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109250.571428571434808, 522719.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5943818755826555, "S12": -5.5943818755826555, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109252.428571428565192, 521644.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49895231506962517, "S11": -0.49895231506962517, "W12": -6.8564307914525404, "S12": -6.8564307914525404, "W13": -25.144453469147532, "S13": -25.144453469147532, "W21": -33.309940999664931, "S21": -33.309940999664931, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109253.454545454544132, 513020.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109253.642857142855064, 525195.642857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.707770941760824, "S11": -0.707770941760824, "W12": -6.9261393674606531, "S12": -6.9261393674606531, "W13": -15.0, "S13": -19.770345299467223, "W21": -35.720016345654507, "S21": -35.720016345654507, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109258.428571428565192, 514541.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.8375521449008021, "S12": -6.8375521449008021, "W13": -20.0, "S13": -25.597734886530752, "W21": -34.822863637206282, "S21": -34.822863637206282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109262.0, 519236.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49170372578847332, "S11": -0.49170372578847332, "W12": -6.8437038961697372, "S12": -6.8437038961697372, "W13": -25.0, "S13": -25.418539555771687, "W21": -33.385400563197301, "S21": -33.385400563197301, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109263.0, 513084.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109263.285714285710128, 525244.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.890053917715723, "S12": -6.890053917715723, "W13": -14.265513335110558, "S13": -14.265513335110558, "W21": -37.986846272856859, "S21": -37.986846272856859, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109265.184210526320385, 516089.09210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9174917722382396, "S12": -5.9174917722382396, "W13": -20.0, "S13": -20.0, "W21": -33.204796119125653, "S21": -33.204796119125653, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109268.0, 521062.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8565341240635469, "S12": -6.8565341240635469, "W13": -16.801395563162401, "S13": -16.801395563162401, "W21": -35.836812749673726, "S21": -35.836812749673726, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109269.0, 517696.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109272.928571428565192, 525292.928571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7208481912933697, "S12": -6.7208481912933697, "W13": -24.989018663879332, "S13": -24.989018663879332, "W21": -32.361979671297362, "S21": -32.361979671297362, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109276.441860465114587, 512464.038759689894505 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1718344331413242, "S12": -5.1718344331413242, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109277.0, 522414.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109282.571428571434808, 525341.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5634860448895651, "S12": -8.457236622541048, "W13": -24.990749854078867, "S13": -24.990749854078867, "W21": -32.328758521885625, "S21": -32.328758521885625, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109283.0, 511503.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65596904593351679, "S11": -0.65596904593351679, "W12": -6.9003298620261262, "S12": -6.9003298620261262, "W13": -19.999999999999996, "S13": -22.723402673210266, "W21": -35.143920210271588, "S21": -35.143920210271588, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109284.0, 514222.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.72402306186270471, "S11": -0.72402306186270471, "W12": -6.892439557440265, "S12": -6.892439557440265, "W13": -15.0, "S13": -20.157857900207524, "W21": -35.716954737185475, "S21": -35.716954737185475, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109285.142857142855064, 514583.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5825333757378646, "S12": -5.5825333757378646, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109285.714285714289872, 521672.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8703951699503145, "S12": -6.8703951699503145, "W13": -14.715093733192544, "S13": -14.715093733192544, "W21": -37.557340666557032, "S21": -37.557340666557032, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109286.439024390245322, 515723.658536585338879 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8484049629552501, "S12": -6.8484049629552501, "W13": -14.577221551348293, "S13": -14.577221551348293, "W21": -37.444189664273843, "S21": -37.444189664273843, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109291.060344827594236, 516632.185344827594236 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999998, "S13": -14.999999999999998, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109292.214285714289872, 525390.214285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.77649718144778701, "W12": -6.526970265405966, "S12": -8.0847684831191255, "W13": -24.97858688708277, "S13": -24.97858688708277, "W21": -32.780384421728314, "S21": -32.780384421728314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109293.0, 511413.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5568135992808498, "S12": -8.8200662006065826, "W13": -24.970302097894745, "S13": -24.970302097894745, "W21": -31.771340927465221, "S21": -31.771340927465221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109297.125, 511679.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4963639720840784, "S11": -0.4963639720840784, "W12": -6.7570456034631796, "S12": -6.7570456034631796, "W13": -24.955109220174727, "S13": -24.955109220174727, "W21": -33.221416128866117, "S21": -33.221416128866117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109297.545454545455868, 513038.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.999999999999992, "S12": -4.999999999999992, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109298.785714285710128, 522729.547619047632907 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109301.857142857144936, 525438.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.9087905606192308, "S12": -5.9087905606192308, "W13": -20.0, "S13": -20.0, "W21": -33.20880117710923, "S21": -33.20880117710923, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109310.5, 521087.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109311.5, 525487.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74027518196458542, "S11": -0.74027518196458542, "W12": -6.8587397474198779, "S12": -6.8587397474198779, "W13": -15.0, "S13": -20.545370500947826, "W21": -35.71389312871645, "S21": -35.71389312871645, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109311.857142857144936, 514625.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.80466215224184, "S12": -6.80466215224184, "W13": -15.966065614825945, "S13": -30.966065614825943, "W21": -36.134085198043373, "S21": -36.134085198043373, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109314.0, 517494.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8288213538890625, "S12": -6.8288213538890625, "W13": -14.312164053147072, "S13": -14.312164053147072, "W21": -37.876588253925746, "S21": -37.876588253925746, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109314.78947368421359, 516092.394736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.162843294831724, "S12": -5.162843294831724, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109317.0, 522438.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4795954807780189, "S12": -8.0579512615190154, "W13": -24.943502043412927, "S13": -24.943502043412927, "W21": -32.634141255793359, "S21": -32.634141255793359, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109319.0, 511499.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5706848758930745, "S12": -5.5706848758930745, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109319.0, 521701.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109321.142857142855064, 525536.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6055457870086327, "S12": -6.6055457870086327, "W13": -24.923515285572389, "S13": -24.923515285572389, "W21": -32.338295007640127, "S21": -32.338295007640127, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109326.302325581389596, 512463.798449612397235 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000002, "S13": -15.000000000000002, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109330.785714285710128, 525584.785714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53238407086046935, "S11": -0.53238407086046935, "W12": -6.7431116662326573, "S12": -6.7431116662326573, "W13": -23.136348217314456, "S13": -26.136348217314456, "W21": -33.838334884025457, "S21": -33.838334884025457, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109332.0, 513482.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.8090026780557578, "S12": -6.8090026780557578, "W13": -14.816663581321579, "S13": -14.816663581321579, "W21": -37.408349075570634, "S21": -37.408349075570634, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109336.219512195122661, 515723.829268292698544 ] } }, +{ "type": "Feature", "properties": { "W11": -0.74123563741838505, "S11": -0.74123563741838505, "W12": -6.8250399373994899, "S12": -6.8250399373994899, "W13": -15.0, "S13": -22.017882360886926, "W21": -35.710831520247424, "S21": -35.710831520247424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109338.571428571434808, 514667.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.000000000000018, "S13": -15.000000000000018, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109340.428571428565192, 525633.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7867533737093195, "S12": -6.7867533737093195, "W13": -14.604852315601082, "S13": -14.604852315601082, "W21": -37.338588870589092, "S21": -37.338588870589092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109341.051724137927522, 516632.30172413791297 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49377562909852518, "S11": -0.49377562909852518, "W12": -6.6576604154738268, "S12": -6.6576604154738268, "W13": -24.896998126354081, "S13": -24.896998126354081, "W21": -33.132891258067396, "S21": -33.132891258067396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109341.636363636367605, 513055.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.44496662645364, "S12": -8.2922062908280001, "W13": -24.907119249257423, "S13": -24.907119249257423, "W21": -32.120010679414584, "S21": -32.120010679414584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109345.25, 511675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4182135046630968, "S12": -7.7888921563665745, "W13": -24.907954423140346, "S13": -24.907954423140346, "W21": -32.820539397121046, "S21": -32.820539397121046, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109346.0, 511506.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999893, "S12": -4.9999999999999893, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109347.0, 522739.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999982, "S13": -14.999999999999982, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109350.071428571434808, 525682.071428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.556438999043988, "S12": -5.556438999043988, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999986, "S21": -32.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109352.714285714289872, 521733.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.90008934900019, "S12": -5.90008934900019, "W13": -20.0, "S13": -20.0, "W21": -33.212806235092792, "S21": -33.212806235092792, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109353.0, 521112.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1538521565221549, "S12": -5.1538521565221549, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109357.0, 522463.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999986, "S13": -14.999999999999986, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109359.714285714289872, 525730.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7675887900624012, "S12": -6.7675887900624012, "W13": -14.378322366306236, "S13": -14.378322366306236, "W21": -37.78629741285183, "S21": -37.78629741285183, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109364.394736842106795, 516095.697368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7913401273791196, "S12": -6.7913401273791196, "W13": -15.0, "S13": -23.514135872526509, "W21": -35.707769911778527, "S21": -35.707769911778527, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109365.285714285710128, 514709.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -14.999999999999993, "S13": -14.999999999999993, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109369.357142857144936, 525779.357142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7363681201295034, "S12": -6.7363681201295034, "W13": -15.0, "S13": -17.390493942218079, "W21": -36.492305003275369, "S21": -36.492305003275369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109373.0, 517245.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.490243382723861, "S12": -6.490243382723861, "W13": -24.858011907265428, "S13": -24.858011907265428, "W21": -32.33060644447297, "S21": -32.33060644447297, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109376.162790697679156, 512463.558139534899965 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.343524521879802, "S12": -7.4491235275185534, "W13": -24.865224070484754, "S13": -24.865224070484754, "W21": -33.067206861512062, "S21": -33.067206861512062, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109378.5, 511509.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5284587810729153, "S12": -6.5284587810729153, "W13": -24.851026437643092, "S13": -24.851026437643092, "W21": -32.573629228269752, "S21": -32.573629228269752, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109379.0, 512766.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -8.0, "W13": -15.0, "S13": -15.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109379.0, 525828.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.88327019004549, "S12": -5.88327019004549, "W13": -20.0, "S13": -20.0, "W21": -33.208203657235408, "S21": -33.208203657235408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109379.5, 521148.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49118728611297191, "S11": -0.49118728611297191, "W12": -6.5582752274844758, "S12": -6.5582752274844758, "W13": -24.838887032533439, "S13": -24.838887032533439, "W21": -33.044366387268667, "S21": -33.044366387268667, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109385.727272727279342, 513072.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7476101861612019, "S12": -6.7476101861612019, "W13": -14.918233429450689, "S13": -14.918233429450689, "W21": -37.269639175378259, "S21": -37.269639175378259, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109386.0, 515724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7481411487869396, "S12": -6.7481411487869396, "W13": -14.984718634627461, "S13": -14.984718634627461, "W21": -37.19013498093463, "S21": -37.19013498093463, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109386.287878787872614, 515674.590909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5421931221949317, "S12": -5.5421931221949317, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000014, "S21": -33.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109386.428571428565192, 521766.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7486721114126587, "S12": -6.7486721114126587, "W13": -15.0, "S13": -15.490034331766246, "W21": -37.110630786491043, "S21": -37.110630786491043, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109386.575757575759781, 515625.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7492030740383973, "S12": -6.7492030740383973, "W13": -15.0, "S13": -17.15285640462956, "W21": -37.031126592047407, "S21": -37.031126592047407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109386.863636363632395, 515575.772727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7497340366641163, "S12": -6.7497340366641163, "W13": -15.0, "S13": -18.81567847749065, "W21": -36.951622397603828, "S21": -36.951622397603828, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109387.151515151519561, 515526.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7502649992898549, "S12": -6.7502649992898549, "W13": -15.000000000000002, "S13": -20.612539730888944, "W21": -36.872118203160191, "S21": -36.872118203160191, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109387.439393939392176, 515476.95454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7507959619155748, "S12": -6.7507959619155748, "W13": -15.0, "S13": -22.514186290947464, "W21": -36.792614008716612, "S21": -36.792614008716612, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109387.727272727279342, 515427.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7513269245413134, "S12": -6.7513269245413134, "W13": -15.0, "S13": -24.415832851008446, "W21": -36.713109814272975, "S21": -36.713109814272975, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109388.015151515151956, 515378.136363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7518578871670503, "S12": -6.7518578871670503, "W13": -14.999999999999998, "S13": -26.317479411067183, "W21": -36.633605619829432, "S21": -36.633605619829432, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109388.30303030302457, 515328.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7523888497927711, "S12": -6.7523888497927711, "W13": -14.999999999999998, "S13": -28.219125971127951, "W21": -36.55410142538576, "S21": -36.55410142538576, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109388.590909090911737, 515279.318181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.062579870326394, "S13": -15.062579870326394, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109388.84, 525877.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7529198124185079, "S12": -6.7529198124185079, "W13": -15.0, "S13": -30.120772531186692, "W21": -36.474597230942216, "S21": -36.474597230942216, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109388.878787878784351, 515229.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7534507750442287, "S12": -6.7534507750442287, "W13": -15.0, "S13": -32.022419091247457, "W21": -36.395093036498544, "S21": -36.395093036498544, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109389.166666666671517, 515180.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7539817376699665, "S12": -6.7539817376699665, "W13": -15.0, "S13": -33.924065651308439, "W21": -36.3155888420549, "S21": -36.3155888420549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109389.454545454544132, 515131.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7545127002956855, "S12": -6.7545127002956855, "W13": -15.000000000000002, "S13": -34.389422905623107, "W21": -36.236084647611321, "S21": -36.236084647611321, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109389.742424242431298, 515081.681818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7550436629214241, "S12": -6.7550436629214241, "W13": -15.0, "S13": -32.983240684759927, "W21": -36.156580453167685, "S21": -36.156580453167685, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109390.030303030303912, 515032.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7555746255471618, "S12": -6.7555746255471618, "W13": -15.0, "S13": -31.577058463898407, "W21": -36.077076258724141, "S21": -36.077076258724141, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109390.318181818176527, 514982.863636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7561055881728818, "S12": -6.7561055881728818, "W13": -15.0, "S13": -30.170876243035387, "W21": -35.997572064280469, "S21": -35.997572064280469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109390.606060606063693, 514933.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7566365507986195, "S12": -6.7566365507986195, "W13": -15.0, "S13": -28.764694022173867, "W21": -35.918067869836925, "S21": -35.918067869836925, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109390.893939393936307, 514884.04545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7251017844633676, "S12": -6.7251017844633676, "W13": -14.638814234643505, "S13": -14.638814234643505, "W21": -37.232988076904249, "S21": -37.232988076904249, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109391.04310344827536, 516632.418103448289912 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7571675134243403, "S12": -6.7571675134243403, "W13": -15.0, "S13": -27.358511801310847, "W21": -35.838563675393253, "S21": -35.838563675393253, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109391.181818181823473, 514834.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7576984760500771, "S12": -6.7576984760500771, "W13": -15.0, "S13": -25.952329580449323, "W21": -35.759059480949709, "S21": -35.759059480949709, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109391.469696969696088, 514785.227272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7582294386758157, "S12": -6.7582294386758157, "W13": -15.0, "S13": -24.546147359586143, "W21": -35.679555286506073, "S21": -35.679555286506073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109391.757575757568702, 514735.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7576403173587316, "S12": -6.7576403173587316, "W13": -15.0, "S13": -25.01038938416459, "W21": -35.704708303309495, "S21": -35.704708303309495, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.0, 514752.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7587604013015348, "S12": -6.7587604013015348, "W13": -15.000000000000002, "S13": -23.139965138724783, "W21": -35.600051092062493, "S21": -35.600051092062493, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.045454545455868, 514686.409090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7581736554099301, "S12": -6.7581736554099301, "W13": -15.0, "S13": -23.59178908449546, "W21": -35.624495882125558, "S21": -35.624495882125558, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.292307692303439, 514702.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7592913639272734, "S12": -6.7592913639272734, "W13": -15.0, "S13": -21.733782917861603, "W21": -35.520546897618857, "S21": -35.520546897618857, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.333333333328483, 514637.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7587069934611108, "S12": -6.7587069934611108, "W13": -15.0, "S13": -22.173188784824838, "W21": -35.544283460941479, "S21": -35.544283460941479, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.584615384621429, 514652.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7598223265529933, "S12": -6.7598223265529933, "W13": -15.000000000000002, "S13": -20.32760069699858, "W21": -35.441042703175178, "S21": -35.441042703175178, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.621212121215649, 514587.590909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7592403315123093, "S12": -6.7592403315123093, "W13": -15.0, "S13": -20.754588485155708, "W21": -35.464071039757535, "S21": -35.464071039757535, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.876923076924868, 514602.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7586631677808144, "S12": -6.7586631677808144, "W13": -15.395486990915176, "S13": -19.316905467052237, "W21": -35.361538508731641, "S21": -35.361538508731641, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109392.909090909088263, 514538.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.6468245332055496, "S12": -6.6468245332055496, "W13": -20.0, "S13": -20.0, "W21": -33.733103862136119, "S21": -33.733103862136119, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.0, 519769.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7597736695635078, "S12": -6.7597736695635078, "W13": -15.167892368835084, "S13": -19.503880554320006, "W21": -35.383858618573498, "S21": -35.383858618573498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.169230769228307, 514552.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7506829789719607, "S12": -6.7506829789719607, "W13": -16.178942608773863, "S13": -18.694178864047899, "W21": -35.282034314287962, "S21": -35.282034314287962, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.19696969697543, 514488.772727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3331196536264303, "S12": -7.7643463810494158, "W13": -24.843936400620105, "S13": -24.843936400620105, "W21": -32.519964250705861, "S21": -32.519964250705861, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.375, 511671.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7521434375657714, "S12": -6.7521434375657714, "W13": -15.958285230431027, "S13": -18.875673116246823, "W21": -35.303646197389554, "S21": -35.303646197389554, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.461538461531745, 514502.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7427027901631487, "S12": -6.7427027901631487, "W13": -16.962398226631571, "S13": -18.332987598098608, "W21": -35.202530119844418, "S21": -35.202530119844418, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.484848484848044, 514439.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7440883059245902, "S12": -6.7440883059245902, "W13": -16.748678092027948, "S13": -18.346641884660766, "W21": -35.223433776205482, "S21": -35.223433776205482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.753846153849736, 514452.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7347226013543287, "S12": -6.7347226013543287, "W13": -17.810543193598921, "S13": -18.343464963971421, "W21": -35.123025925400782, "S21": -35.123025925400782, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109393.772727272720658, 514389.95454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7360331742834489, "S12": -6.7360331742834489, "W13": -17.539070953623895, "S13": -18.288470736053274, "W21": -35.143221355021538, "S21": -35.143221355021538, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.046153846153175, 514403.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7267424125454838, "S12": -6.7267424125454838, "W13": -18.854514039920424, "S13": -19.55701616788674, "W21": -35.043521730957202, "S21": -35.043521730957202, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.060606060607824, 514340.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7279780426423015, "S12": -6.7279780426423015, "W13": -18.590801742117847, "S13": -18.872796698652877, "W21": -35.063008933837494, "S21": -35.063008933837494, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.338461538456613, 514353.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7187622237366638, "S12": -6.7187622237366638, "W13": -19.492848161078562, "S13": -20.402646045111119, "W21": -34.964017536513566, "S21": -34.964017536513566, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.348484848480439, 514291.136363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7199229110011265, "S12": -6.7199229110011265, "W13": -19.438928433929366, "S13": -20.29247386234502, "W21": -34.982796512653522, "S21": -34.982796512653522, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.630769230774604, 514303.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7107820349278171, "S12": -6.7107820349278171, "W13": -19.707698559932844, "S13": -22.389631313784374, "W21": -34.884513342069987, "S21": -34.884513342069987, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.636363636367605, 514241.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7118677793599781, "S12": -6.7118677793599781, "W13": -19.655675846334919, "S13": -21.119838301257669, "W21": -34.902584091469478, "S21": -34.902584091469478, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.923076923078042, 514253.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6727931422852651, "S11": -0.6727931422852651, "W12": -6.702801846118998, "S12": -6.702801846118998, "W13": -19.922548958787406, "S13": -27.816424701596482, "W21": -34.80500914762635, "S21": -34.80500914762635, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109394.924242424240219, 514192.318181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66757894686961561, "S11": -0.66757894686961561, "W12": -6.6948216573101522, "S12": -6.6948216573101522, "W13": -20.137399357641684, "S13": -29.815382993109541, "W21": -34.725504953182771, "S21": -34.725504953182771, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109395.212121212127386, 514142.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999858, "S12": -4.9999999999999858, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109395.214285714289872, 522749.785714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67387157754591143, "S11": -0.67387157754591143, "W12": -6.7038126477188378, "S12": -6.7038126477188378, "W13": -19.87242325874022, "S13": -26.594781492003463, "W21": -34.822371670285541, "S21": -34.822371670285541, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109395.215384615381481, 514203.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66236475145396545, "S11": -0.66236475145396545, "W12": -6.6868414685013322, "S12": -6.6868414685013322, "W13": -20.352249756496246, "S13": -29.489850620655062, "W21": -34.646000758739135, "S21": -34.646000758739135, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109395.5, 514093.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66861061644911179, "S11": -0.66861061644911179, "W12": -6.6957575160776548, "S12": -6.6957575160776548, "W13": -20.089170671145745, "S13": -29.883823592754993, "W21": -34.742159249101462, "S21": -34.742159249101462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109395.507692307699472, 514153.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65715055603831496, "S11": -0.65715055603831496, "W12": -6.6788612796925122, "S12": -6.6788612796925122, "W13": -20.567100155350808, "S13": -29.16431824820058, "W21": -34.566496564295498, "S21": -34.566496564295498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109395.787878787872614, 514044.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.66334965535232304, "S11": -0.66334965535232304, "W12": -6.6877023844365144, "S12": -6.6877023844365144, "W13": -20.305918083551045, "S13": -29.555392669018616, "W21": -34.661946827917518, "S21": -34.661946827917518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109395.8, 514104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64845932451082045, "S11": -0.64845932451082045, "W12": -6.6708810908836664, "S12": -6.6708810908836664, "W13": -20.781950554205082, "S13": -28.838785875746325, "W21": -34.486992369851912, "S21": -34.486992369851912, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.075757575759781, 513994.681818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65808869425553451, "S11": -0.65808869425553451, "W12": -6.6796472527953741, "S12": -6.6796472527953741, "W13": -20.522665495956343, "S13": -29.226961745282239, "W21": -34.581734406733574, "S21": -34.581734406733574, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.092307692306349, 514054.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63929495967393224, "S11": -0.63929495967393224, "W12": -6.6629009020748455, "S12": -6.6629009020748455, "W13": -20.996800953059648, "S13": -28.51325350329185, "W21": -34.407488175408282, "S21": -34.407488175408282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.363636363632395, 513945.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65035891236761523, "S11": -0.65035891236761523, "W12": -6.6715921211542248, "S12": -6.6715921211542248, "W13": -20.739412908361896, "S13": -28.898530821545485, "W21": -34.501521985549537, "S21": -34.501521985549537, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.384615384609788, 514004.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63013059483705958, "S11": -0.63013059483705958, "W12": -6.6549207132660007, "S12": -6.6549207132660007, "W13": -21.211651351913925, "S13": -28.187721130837598, "W21": -34.327983980964696, "S21": -34.327983980964696, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.651515151519561, 513895.863636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64111407037411561, "S11": -0.64111407037411561, "W12": -6.6635369895130516, "S12": -6.6635369895130516, "W13": -20.956160320767168, "S13": -28.570099897808962, "W21": -34.421309564365558, "S21": -34.421309564365558, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.676923076927778, 513954.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62096623000017148, "S11": -0.62096623000017148, "W12": -6.6469405244571815, "S12": -6.6469405244571815, "W13": -21.426501750768484, "S13": -27.862188758383112, "W21": -34.248479786521067, "S21": -34.248479786521067, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.939393939392176, 513846.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.63186922838060078, "S11": -0.63186922838060078, "W12": -6.6554818578719033, "S12": -6.6554818578719033, "W13": -21.172907733172721, "S13": -28.241668974072205, "W21": -34.341097143181521, "S21": -34.341097143181521, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109396.969230769231217, 513904.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1448610182125538, "S12": -5.1448610182125538, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109397.0, 522488.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61180186516329871, "S11": -0.61180186516329871, "W12": -6.6389603356483358, "S12": -6.6389603356483358, "W13": -21.641352149622765, "S13": -27.536656385928868, "W21": -34.16897559207748, "S21": -34.16897559207748, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109397.227272727279342, 513797.04545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62262438638709683, "S11": -0.62262438638709683, "W12": -6.6474267262307629, "S12": -6.6474267262307629, "W13": -21.389655145578018, "S13": -27.913238050335828, "W21": -34.260884721997577, "S21": -34.260884721997577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109397.261538461534656, 513854.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60263750032641061, "S11": -0.60263750032641061, "W12": -6.6309801468395158, "S12": -6.6309801468395158, "W13": -21.856202548477324, "S13": -27.245855278707324, "W21": -34.089471397633844, "S21": -34.089471397633844, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109397.515151515151956, 513747.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61337954439358633, "S11": -0.61337954439358633, "W12": -6.6393715945895799, "S12": -6.6393715945895799, "W13": -21.606402557983543, "S13": -27.584807126598925, "W21": -34.180672300813498, "S21": -34.180672300813498, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109397.553846153852646, 513804.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5934731354895334, "S11": -0.5934731354895334, "W12": -6.6229999580307028, "S12": -6.6229999580307028, "W13": -22.07105294733163, "S13": -27.036476052715983, "W21": -34.0099672031903, "S21": -34.0099672031903, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109397.80303030302457, 513698.227272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60413470240008238, "S11": -0.60413470240008238, "W12": -6.6313164629484396, "S12": -6.6313164629484396, "W13": -21.823149970388844, "S13": -27.277295615158124, "W21": -34.100459879629561, "S21": -34.100459879629561, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109397.846153846156085, 513755.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58430877065264974, "S11": -0.58430877065264974, "W12": -6.6150197692218491, "S12": -6.6150197692218491, "W13": -22.285903346186167, "S13": -26.8270968267244, "W21": -33.930463008746628, "S21": -33.930463008746628, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.090909090911737, 513648.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59488986040656733, "S11": -0.59488986040656733, "W12": -6.6232613313072903, "S12": -6.6232613313072903, "W13": -22.039897382794393, "S13": -27.066063808499074, "W21": -34.020247458445525, "S21": -34.020247458445525, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.138461538459524, 513705.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57514440581577253, "S11": -0.57514440581577253, "W12": -6.607039580413038, "S12": -6.607039580413038, "W13": -22.500753745040477, "S13": -26.617717600733066, "W21": -33.850958814303091, "S21": -33.850958814303091, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.378787878784351, 513599.409090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58564501841306338, "S11": -0.58564501841306338, "W12": -6.61520619966615, "S12": -6.61520619966615, "W13": -22.256644795199694, "S13": -26.854832001840272, "W21": -33.94003503726158, "S21": -33.94003503726158, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.430769230762962, 513655.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56598004097888899, "S11": -0.56598004097888899, "W12": -6.5990593916041842, "S12": -6.5990593916041842, "W13": -22.71560414389501, "S13": -26.408338374741476, "W21": -33.771454619859412, "S21": -33.771454619859412, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.666666666671517, 513550.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.125159740652787, "S13": -15.125159740652787, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.68, 525926.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57640017641955299, "S11": -0.57640017641955299, "W12": -6.607151068024967, "S12": -6.607151068024967, "W13": -22.473392207605219, "S13": -26.643600195181218, "W21": -33.859822616077508, "S21": -33.859822616077508, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.723076923080953, 513605.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55681567614200078, "S11": -0.55681567614200078, "W12": -6.5910792027953642, "S12": -6.5910792027953642, "W13": -22.930454542749569, "S13": -26.198959148749893, "W21": -33.691950425415776, "S21": -33.691950425415776, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109398.954545454544132, 513500.590909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56715533442604904, "S11": -0.56715533442604904, "W12": -6.5990959363838275, "S12": -6.5990959363838275, "W13": -22.690139620010516, "S13": -26.432368388522413, "W21": -33.779610194893557, "S21": -33.779610194893557, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109399.015384615384392, 513555.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54765131130512812, "S11": -0.54765131130512812, "W12": -6.5830990139865193, "S12": -6.5830990139865193, "W13": -23.145304941603847, "S13": -25.989579922758548, "W21": -33.612446230972196, "S21": -33.612446230972196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109399.242424242431298, 513451.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5579104924325341, "S11": -0.5579104924325341, "W12": -6.5910408047426783, "S12": -6.5910408047426783, "W13": -22.906887032416073, "S13": -26.221136581863369, "W21": -33.699397773709528, "S21": -33.699397773709528, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109399.30769230768783, 513505.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53848694646824002, "S11": -0.53848694646824002, "W12": -6.5751188251776984, "S12": -6.5751188251776984, "W13": -23.360155340458409, "S13": -25.742456503180339, "W21": -33.53294203652856, "S21": -33.53294203652856, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109399.530303030303912, 513401.772727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54866565043903459, "S11": -0.54866565043903459, "W12": -6.5829856731015033, "S12": -6.5829856731015033, "W13": -23.123634444821345, "S13": -26.009904775204561, "W21": -33.619185352525548, "S21": -33.619185352525548, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109399.6, 513456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5293225816313627, "S11": -0.5293225816313627, "W12": -6.5671386363688864, "S12": -6.5671386363688864, "W13": -23.624981339782561, "S13": -25.539625726851106, "W21": -33.453437842085016, "S21": -33.453437842085016, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109399.818181818176527, 513352.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53942080844553053, "S11": -0.53942080844553053, "W12": -6.5749305414603647, "S12": -6.5749305414603647, "W13": -23.340381857226642, "S13": -25.764968838834104, "W21": -33.538972931341604, "S21": -33.538972931341604, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109399.892307692309259, 513406.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52015821679447916, "S11": -0.52015821679447916, "W12": -6.5591584475600326, "S12": -6.5591584475600326, "W13": -24.019755040903807, "S13": -25.587043373691305, "W21": -33.373933647641337, "S21": -33.373933647641337, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109400.106060606063693, 513302.95454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5301759664520157, "S11": -0.5301759664520157, "W12": -6.5668754098192146, "S12": -6.5668754098192146, "W13": -23.595633238164012, "S13": -25.54843062182816, "W21": -33.458760510157568, "S21": -33.458760510157568, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109400.184615384612698, 513356.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51099385195760194, "S11": -0.51099385195760194, "W12": -6.5511782587512215, "S12": -6.5511782587512215, "W13": -24.414528742024505, "S13": -25.636707035032128, "W21": -33.2944294531978, "S21": -33.2944294531978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109400.393939393936307, 513253.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52093112445851164, "S11": -0.52093112445851164, "W12": -6.5588202781780742, "S12": -6.5588202781780742, "W13": -23.993909491533412, "S13": -25.584630634326739, "W21": -33.378548088973616, "S21": -33.378548088973616, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109400.476923076916137, 513306.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50182948712071829, "S11": -0.50182948712071829, "W12": -6.5431980699423677, "S12": -6.5431980699423677, "W13": -24.809302443145747, "S13": -25.686370696373046, "W21": -33.214925258754121, "S21": -33.214925258754121, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109400.681818181823473, 513204.136363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51168628246500125, "S11": -0.51168628246500125, "W12": -6.5507651465368921, "S12": -6.5507651465368921, "W13": -24.392185744903358, "S13": -25.634738961477527, "W21": -33.298335667789551, "S21": -33.298335667789551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109400.769230769234127, 513256.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49489041574318077, "S11": -0.49489041574318077, "W12": -6.5352178811335557, "S12": -6.5352178811335557, "W13": -24.817975489438489, "S13": -25.34993370288592, "W21": -33.135421064310577, "S21": -33.135421064310577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109400.969696969696088, 513154.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50244144047149719, "S11": -0.50244144047149719, "W12": -6.5427100148957518, "S12": -6.5427100148957518, "W13": -24.790461998272754, "S13": -25.684847288628212, "W21": -33.2181232466056, "S21": -33.2181232466056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109401.061538461537566, 513206.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48850638371069677, "S11": -0.48850638371069677, "W12": -6.5272376923247357, "S12": -6.5272376923247357, "W13": -24.818129526332083, "S13": -25.004977699999241, "W21": -33.055916869866948, "S21": -33.055916869866948, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109401.257575757568702, 513105.318181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49526064991742957, "S11": -0.49526064991742957, "W12": -6.5346548832546034, "S12": -6.5346548832546034, "W13": -24.817447145936843, "S13": -25.363664510073189, "W21": -33.137910825421564, "S21": -33.137910825421564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109401.353846153841005, 513156.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49281695320457181, "S11": -0.49281695320457181, "W12": -6.51925750351589, "S12": -6.51925750351589, "W13": -24.818283563225659, "S13": -24.818283563225659, "W21": -32.976412675423369, "S21": -32.976412675423369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109401.545454545455868, 513055.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.48882055630786586, "S11": -0.48882055630786586, "W12": -6.5265997516134293, "S12": -6.5265997516134293, "W13": -24.817600072357809, "S13": -25.015649510275413, "W21": -33.057698404237584, "S21": -33.057698404237584, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109401.646153846158995, 513107.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49837868177264916, "S11": -0.49837868177264916, "W12": -6.5112773147070708, "S12": -6.5112773147070708, "W13": -24.818437600119253, "S13": -24.818437600119253, "W21": -32.896908480979725, "S21": -32.896908480979725, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109401.833333333328483, 513006.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49266224592898894, "S11": -0.49266224592898894, "W12": -6.5185446199722801, "S12": -6.5185446199722801, "W13": -24.817752998778797, "S13": -24.817752998778797, "W21": -32.977485983053548, "S21": -32.977485983053548, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109401.938461538462434, 513057.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.2500206317989262, "S12": -6.2500206317989262, "W13": -20.0, "S13": -22.0, "W21": -33.452864850210112, "S21": -33.452864850210112, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.0, 520489.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5032971258982153, "S12": -6.5032971258982153, "W13": -24.81859163701283, "S13": -24.81859163701283, "W21": -32.817404286536053, "S21": -32.817404286536053, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.121212121215649, 512957.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4982731445658875, "S11": -0.4982731445658875, "W12": -6.5104894883311406, "S12": -6.5104894883311406, "W13": -24.817905925199781, "S13": -24.817905925199781, "W21": -32.897273561869603, "S21": -32.897273561869603, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.230769230765873, 513007.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4953169370894042, "S12": -6.4953169370894042, "W13": -24.818745673906424, "S13": -24.818745673906424, "W21": -32.737900092092517, "S21": -32.737900092092517, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.409090909088263, 512907.681818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5024343566899585, "S12": -6.5024343566899585, "W13": -24.818058851620744, "S13": -24.818058851620744, "W21": -32.817061140685531, "S21": -32.817061140685531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.523076923083863, 512957.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4873367482805504, "S12": -6.4873367482805504, "W13": -24.818899710800004, "S13": -24.818899710800004, "W21": -32.658395897648838, "S21": -32.658395897648838, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.69696969697543, 512858.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4943792250488181, "S12": -6.4943792250488181, "W13": -24.818211778041732, "S13": -24.818211778041732, "W21": -32.736848719501587, "S21": -32.736848719501587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.815384615387302, 512907.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4793565594717393, "S12": -6.4793565594717393, "W13": -24.819053747693594, "S13": -24.819053747693594, "W21": -32.579368925293828, "S21": -32.579368925293828, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109402.984848484848044, 512808.863636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4863240934076689, "S12": -6.4863240934076689, "W13": -24.818364704462716, "S13": -24.818364704462716, "W21": -32.656636298317551, "S21": -32.656636298317551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109403.107692307690741, 512857.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4713763706629184, "S12": -6.4713763706629184, "W13": -24.819207784587192, "S13": -24.819207784587192, "W21": -32.54315234041399, "S21": -32.54315234041399, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109403.272727272720658, 512759.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4782689617665277, "S12": -6.4782689617665277, "W13": -24.818517630883701, "S13": -24.818517630883701, "W21": -32.578674090742723, "S21": -32.578674090742723, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109403.4, 512808.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4633961818540735, "S12": -6.4633961818540735, "W13": -24.819361821480769, "S13": -24.819361821480769, "W21": -32.50693575553418, "S21": -32.50693575553418, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109403.560606060607824, 512710.04545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4702138301253544, "S12": -6.4702138301253544, "W13": -24.818670557304667, "S13": -24.818670557304667, "W21": -32.542136857571002, "S21": -32.542136857571002, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109403.69230769231217, 512758.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4554159930452535, "S12": -6.4554159930452535, "W13": -24.819515858374363, "S13": -24.819515858374363, "W21": -32.470719170654334, "S21": -32.470719170654334, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109403.848484848480439, 512660.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4621586984842052, "S12": -6.4621586984842052, "W13": -24.818823483725655, "S13": -24.818823483725655, "W21": -32.505599624399238, "S21": -32.505599624399238, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109403.984615384615608, 512708.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4474358042364077, "S12": -6.4474358042364077, "W13": -24.819669895267936, "S13": -24.819669895267936, "W21": -32.434502585774531, "S21": -32.434502585774531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109404.136363636367605, 512611.227272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4541035668430649, "S12": -6.4541035668430649, "W13": -24.818976410146636, "S13": -24.818976410146636, "W21": -32.469062391227517, "S21": -32.469062391227517, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109404.276923076919047, 512658.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4394556154275877, "S12": -6.4394556154275877, "W13": -24.819823932161533, "S13": -24.819823932161533, "W21": -32.398286000894679, "S21": -32.398286000894679, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109404.424242424240219, 512561.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4460484352018828, "S12": -6.4460484352018828, "W13": -24.819129336567602, "S13": -24.819129336567602, "W21": -32.432525158055753, "S21": -32.432525158055753, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109404.569230769237038, 512608.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4314754266187419, "S12": -6.4314754266187419, "W13": -24.81997796905511, "S13": -24.81997796905511, "W21": -32.362069416014876, "S21": -32.362069416014876, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109404.712121212127386, 512512.409090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4379933035607415, "S12": -6.4379933035607415, "W13": -24.819282262988587, "S13": -24.819282262988587, "W21": -32.395987924884032, "S21": -32.395987924884032, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109404.861538461540476, 512558.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4234952378099219, "S12": -6.433470512890878, "W13": -24.820132005948707, "S13": -24.820132005948707, "W21": -32.326190370970266, "S21": -32.326190370970266, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109405.0, 512463.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.429938171919594, "S12": -6.429938171919594, "W13": -24.819435189409575, "S13": -24.819435189409575, "W21": -32.359450691712269, "S21": -32.359450691712269, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109405.153846153843915, 512508.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4218830402784519, "S12": -6.5251707976956688, "W13": -24.819588115830559, "S13": -24.819588115830559, "W21": -32.323359817073147, "S21": -32.323359817073147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109405.446153846147354, 512459.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4138279086372707, "S12": -7.7033497745044972, "W13": -24.819741042251525, "S13": -24.819741042251525, "W21": -32.287918749339866, "S21": -32.287918749339866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109405.738461538465344, 512409.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.86645103109079, "S12": -5.86645103109079, "W13": -20.0, "S13": -20.0, "W21": -33.203601079378025, "S21": -33.203601079378025, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109406.0, 521184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4057727769961303, "S12": -8.8815287513113645, "W13": -24.819893968672513, "S13": -24.819893968672513, "W21": -32.252477681606635, "S21": -32.252477681606635, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109406.030769230768783, 512359.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.397717645354982, "S12": -9.4967762484689562, "W13": -24.820046895093498, "S13": -24.820046895093498, "W21": -32.217036613873361, "S21": -32.217036613873361, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109406.323076923072222, 512309.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.389662513713807, "S12": -9.3475624141065214, "W13": -24.820199821514461, "S13": -24.820199821514461, "W21": -32.18159554614013, "S21": -32.18159554614013, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109406.615384615390212, 512259.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3816073820726587, "S12": -9.1983485797440743, "W13": -24.820352747935445, "S13": -24.820352747935445, "W21": -32.146154478406856, "S21": -32.146154478406856, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109406.907692307693651, 512209.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3735522504315183, "S12": -9.0491347453817959, "W13": -24.820505674356433, "S13": -24.820505674356433, "W21": -32.110713410673618, "S21": -32.110713410673618, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109407.2, 512160.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3654971187903779, "S12": -8.8999209110195174, "W13": -24.820658600777417, "S13": -24.820658600777417, "W21": -32.075272342940387, "S21": -32.075272342940387, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109407.492307692300528, 512110.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.357441987149195, "S12": -8.7507070766569122, "W13": -24.820811527198384, "S13": -24.820811527198384, "W21": -32.039685628898908, "S21": -32.039685628898908, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109407.784615384618519, 512060.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4914696727727463, "S12": -6.4914696727727463, "W13": -24.810739881544702, "S13": -24.810739881544702, "W21": -32.820930271202286, "S21": -32.820930271202286, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109408.0, 512969.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3493868555080546, "S12": -8.6014932422946337, "W13": -24.820964453619368, "S13": -24.820964453619368, "W21": -32.003300220796476, "S21": -32.003300220796476, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109408.076923076921958, 512010.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3413317238669062, "S12": -8.4522794079321848, "W13": -24.821117380040352, "S13": -24.821117380040352, "W21": -31.966914812693997, "S21": -31.966914812693997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109408.369230769225396, 511960.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.187739610979218, "S13": -15.187739610979218, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109408.52, 525975.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3332765922257321, "S12": -8.3030655735697518, "W13": -24.821270306461319, "S13": -24.821270306461319, "W21": -31.928665664297888, "S21": -31.928665664297888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109408.661538461543387, 511910.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3252214605845829, "S12": -8.1538517392073029, "W13": -24.821423232882307, "S13": -24.821423232882307, "W21": -31.887538557035185, "S21": -31.887538557035185, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109408.953846153846825, 511860.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3171663289434425, "S12": -8.0046379048450245, "W13": -24.821576159303291, "S13": -24.821576159303291, "W21": -32.070759020995773, "S21": -32.070759020995773, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109409.246153846150264, 511811.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3091111973022596, "S12": -7.8554240704824192, "W13": -24.821729085724257, "S13": -24.821729085724257, "W21": -32.277944905147187, "S21": -32.277944905147187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109409.538461538468255, 511761.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3010560656611201, "S12": -7.7062102361201426, "W13": -24.821882012145242, "S13": -24.821882012145242, "W21": -32.485130789298253, "S21": -32.485130789298253, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109409.830769230771693, 511711.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2930009340199708, "S12": -7.5569964017576936, "W13": -24.822034938566226, "S13": -24.822034938566226, "W21": -32.692316673449547, "S21": -32.692316673449547, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109410.123076923075132, 511661.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2849458023788305, "S12": -7.4077825673954152, "W13": -24.82218786498721, "S13": -24.82218786498721, "W21": -32.899502557600606, "S21": -32.899502557600606, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109410.415384615378571, 511611.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2768906707376484, "S12": -7.2585687330328108, "W13": -24.822340791408177, "S13": -24.822340791408177, "W21": -33.10668844175202, "S21": -33.10668844175202, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109410.707692307696561, 511561.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.268835539096508, "S12": -7.1093548986705324, "W13": -24.822493717829161, "S13": -24.822493717829161, "W21": -33.313874325903086, "S21": -33.313874325903086, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109411.0, 511512.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7063562262357417, "S12": -6.7063562262357417, "W13": -14.47535690243822, "S13": -14.47535690243822, "W21": -37.698786458779296, "S21": -37.698786458779296, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109414.0, 516099.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7067075485186756, "S12": -6.7067075485186756, "W13": -14.542590788572209, "S13": -14.542590788572209, "W21": -37.838447878144983, "S21": -37.838447878144983, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109414.438356164377183, 516049.2602739725844 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7066993881059824, "S12": -6.7066993881059824, "W13": -14.5426307682092, "S13": -14.5426307682092, "W21": -37.838491739109429, "S21": -37.838491739109429, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109414.445255474449368, 516049.24087591242278 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7070588708015908, "S12": -6.7070588708015908, "W13": -14.60982467470615, "S13": -14.60982467470615, "W21": -37.888337265685465, "S21": -37.888337265685465, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109414.876712328768917, 515999.520547945227008 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7070425499762241, "S12": -6.7070425499762241, "W13": -14.609904633980181, "S13": -14.609904633980181, "W21": -37.888175197155967, "S21": -37.888175197155967, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109414.890510948898736, 515999.48175182484556 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7074101930845256, "S12": -6.7074101930845256, "W13": -14.677058560840141, "S13": -14.677058560840141, "W21": -37.736913598181346, "S21": -37.736913598181346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109415.3150684931461, 515949.780821917811409 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7073857118464488, "S12": -6.7073857118464488, "W13": -14.677178499751268, "S13": -14.677178499751268, "W21": -37.736670495386946, "S21": -37.736670495386946, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109415.335766423362656, 515949.722627737210132 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7077615153674426, "S12": -6.7077615153674426, "W13": -14.744292446974159, "S13": -14.744292446974159, "W21": -37.585489930677184, "S21": -37.585489930677184, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109415.753424657537835, 515900.041095890395809 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7077288737166896, "S12": -6.7077288737166896, "W13": -14.744452365522248, "S13": -14.744452365522248, "W21": -37.585165793618138, "S21": -37.585165793618138, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109415.781021897812025, 515899.963503649632912 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7081128376503756, "S12": -6.7081128376503756, "W13": -14.81152633310807, "S13": -14.81152633310807, "W21": -37.463363872130273, "S21": -37.463363872130273, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109416.191780821915017, 515850.301369863038417 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7080720355869321, "S12": -6.7080720355869321, "W13": -14.81172623129323, "S13": -14.81172623129323, "W21": -37.463034108998855, "S21": -37.463034108998855, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109416.226277372261393, 515850.204379562055692 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7084641599332917, "S12": -6.7084641599332917, "W13": -14.878760219242091, "S13": -14.878760219242091, "W21": -37.346025297669541, "S21": -37.346025297669541, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109416.630136986306752, 515800.561643835622817 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7084151974571729, "S12": -6.7084151974571729, "W13": -14.879000097064209, "S13": -14.879000097064209, "W21": -37.345629581911957, "S21": -37.345629581911957, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109416.671532846710761, 515800.445255474478472 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7088154822162265, "S12": -6.7088154822162265, "W13": -14.94599410537608, "S13": -14.94599410537608, "W21": -37.230712688540152, "S21": -37.230712688540152, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109417.068493150683935, 515750.821917808207218 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7087583593273976, "S12": -6.7087583593273976, "W13": -14.946273962835297, "S13": -14.946273962835297, "W21": -37.230369312964235, "S21": -37.230369312964235, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109417.116788321174681, 515750.686131386843044 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7091668044991426, "S12": -6.7091668044991426, "W13": -15.0, "S13": -15.0, "W21": -37.150285948808161, "S21": -37.150285948808161, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109417.506849315075669, 515701.082191780849826 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7091015211976384, "S12": -6.7091015211976384, "W13": -15.0, "S13": -15.0, "W21": -37.149893519578548, "S21": -37.149893519578548, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109417.562043795624049, 515700.927007299265824 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7095181267820765, "S12": -6.7095181267820765, "W13": -15.0, "S13": -15.0, "W21": -37.069859209076121, "S21": -37.069859209076121, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109417.945205479452852, 515651.342465753434226 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7094446830678791, "S12": -6.7094446830678791, "W13": -15.0, "S13": -15.0, "W21": -37.069417726192846, "S21": -37.069417726192846, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109418.007299270073418, 515651.167883211688604 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.250319481305612, "S13": -15.250319481305612, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109418.36, 526024.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7098694490650104, "S12": -6.7098694490650104, "W13": -15.0, "S13": -15.711415350130453, "W21": -36.989432469344081, "S21": -36.989432469344081, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109418.383561643830035, 515601.602739726018626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7097878449381216, "S12": -6.7097878449381216, "W13": -15.0, "S13": -15.716717605513123, "W21": -36.988941932807158, "S21": -36.988941932807158, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109418.452554744522786, 515601.408759124111384 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7102207713479265, "S12": -6.7102207713479265, "W13": -15.0, "S13": -17.382680973867366, "W21": -36.909005729611998, "S21": -36.909005729611998, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109418.82191780822177, 515551.863013698603027 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7101310068083633, "S12": -6.7101310068083633, "W13": -15.000000000000002, "S13": -17.3885134547895, "W21": -36.908466139421364, "S21": -36.908466139421364, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109418.897810218972154, 515551.649635036475956 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7105720936308604, "S12": -6.7105720936308604, "W13": -15.0, "S13": -19.167810156808187, "W21": -36.82857898988005, "S21": -36.82857898988005, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109419.260273972598952, 515502.123287671245635 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7104741686785871, "S12": -6.7104741686785871, "W13": -15.0, "S13": -19.175556531671873, "W21": -36.827990346035634, "S21": -36.827990346035634, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109419.343065693436074, 515501.890510948898736 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7109234159137774, "S12": -6.7109234159137774, "W13": -15.0, "S13": -21.079970002886284, "W21": -36.748152250147974, "S21": -36.748152250147974, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109419.698630136990687, 515452.383561643830035 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7108173305488279, "S12": -6.7108173305488279, "W13": -15.0, "S13": -21.08836190898748, "W21": -36.747514552649939, "S21": -36.747514552649939, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109419.788321167885442, 515452.131386861321516 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7112747381967113, "S12": -6.7112747381967113, "W13": -15.0, "S13": -22.992129848964595, "W21": -36.667725510415927, "S21": -36.667725510415927, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109420.13698630136787, 515402.643835616414435 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.527947245345846, "S12": -5.527947245345846, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109420.142857142855064, 521799.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7111604924190704, "S12": -6.7111604924190704, "W13": -15.0, "S13": -23.001167286303087, "W21": -36.667038759264237, "S21": -36.667038759264237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109420.23357664233481, 515402.372262773744296 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7116260604796265, "S12": -6.7116260604796265, "W13": -15.000000000000002, "S13": -24.904289695040447, "W21": -36.587298770683944, "S21": -36.587298770683944, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109420.575342465759604, 515352.904109589057043 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7115036542893121, "S12": -6.7115036542893121, "W13": -14.999999999999998, "S13": -24.913972663620939, "W21": -36.586562965878457, "S21": -36.586562965878457, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109420.678832116784179, 515352.613138686108869 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7119773827625613, "S12": -6.7119773827625613, "W13": -15.000000000000002, "S13": -26.816449541118764, "W21": -36.506872030951904, "S21": -36.506872030951904, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109421.013698630136787, 515303.164383561641444 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7118468161595359, "S12": -6.7118468161595359, "W13": -15.0, "S13": -26.826778040936333, "W21": -36.50608717249272, "S21": -36.50608717249272, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109421.124087591248099, 515302.854014598531649 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7123287050454969, "S12": -6.7123287050454969, "W13": -15.000000000000002, "S13": -28.728609387197075, "W21": -36.426445291219864, "S21": -36.426445291219864, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109421.45205479451397, 515253.424657534225844 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7121899780297767, "S12": -6.7121899780297767, "W13": -15.0, "S13": -28.739583418251939, "W21": -36.425611379107025, "S21": -36.425611379107025, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109421.569343065697467, 515253.094890510954428 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7126800273284113, "S12": -6.7126800273284113, "W13": -15.0, "S13": -30.640769233272927, "W21": -36.346018551487873, "S21": -36.346018551487873, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109421.890410958905704, 515203.684931506868452 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7125331399000183, "S12": -6.7125331399000183, "W13": -15.0, "S13": -30.65238879556755, "W21": -36.34513558572133, "S21": -36.34513558572133, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109422.014598540146835, 515203.335766423377208 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7130313496113452, "S12": -6.7130313496113452, "W13": -15.0, "S13": -32.552929079351244, "W21": -36.265591811755833, "S21": -36.265591811755833, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109422.328767123282887, 515153.945205479452852 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7128763017702608, "S12": -6.7128763017702608, "W13": -15.0, "S13": -32.565194172885406, "W21": -36.264659792335543, "S21": -36.264659792335543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109422.459854014596203, 515153.576642335741781 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7133826718942622, "S12": -6.7133826718942622, "W13": -15.0, "S13": -34.465088925429335, "W21": -36.185165072023757, "S21": -36.185165072023757, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109422.767123287674622, 515104.205479452037252 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7132194636405025, "S12": -6.7132194636405025, "W13": -15.0, "S13": -34.477999550201012, "W21": -36.184183998949848, "S21": -36.184183998949848, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109422.905109489045572, 515103.817518248164561 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7137339941771952, "S12": -6.7137339941771952, "W13": -15.0, "S13": -33.981586391040793, "W21": -36.104738332291809, "S21": -36.104738332291809, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109423.205479452051804, 515054.46575342467986 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7135626255107255, "S12": -6.7135626255107255, "W13": -15.0, "S13": -33.971562222530068, "W21": -36.103708205564111, "S21": -36.103708205564111, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109423.350364963509492, 515054.058394160587341 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7140853164601122, "S12": -6.7140853164601122, "W13": -15.0, "S13": -32.567630067360298, "W21": -36.024311592559727, "S21": -36.024311592559727, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109423.643835616443539, 515004.726027397264261 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7139057873809671, "S12": -6.7139057873809671, "W13": -15.000000000000002, "S13": -32.557128557492732, "W21": -36.023232412178416, "S21": -36.023232412178416, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109423.79562043795886, 515004.299270073010121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.714436638743047, "S12": -6.714436638743047, "W13": -15.0, "S13": -31.15367374367964, "W21": -35.943884852827686, "S21": -35.943884852827686, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109424.082191780820722, 514954.986301369848661 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7142489492512105, "S12": -6.7142489492512105, "W13": -15.0, "S13": -31.142694892453736, "W21": -35.942756618792636, "S21": -35.942756618792636, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109424.240875912408228, 514954.540145985374693 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7147879610259631, "S12": -6.7147879610259631, "W13": -14.999999999999998, "S13": -29.739717420000801, "W21": -35.863458113095696, "S21": -35.863458113095696, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109424.520547945212456, 514905.246575342491269 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7145921111214504, "S12": -6.7145921111214504, "W13": -15.000000000000002, "S13": -29.7282612274164, "W21": -35.862280825406934, "S21": -35.862280825406934, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109424.686131386857596, 514904.781021897797473 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7151392833088961, "S12": -6.7151392833088961, "W13": -15.0, "S13": -28.325761096320143, "W21": -35.783031373363656, "S21": -35.783031373363656, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109424.958904109589639, 514855.506849315075669 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.714935272991692, "S12": -6.714935272991692, "W13": -15.0, "S13": -28.313827562379068, "W21": -35.781805032021239, "S21": -35.781805032021239, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109425.131386861306964, 514855.021897810220253 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7154906055918309, "S12": -6.7154906055918309, "W13": -15.0, "S13": -26.911804772639478, "W21": -35.702604633631616, "S21": -35.702604633631616, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109425.397260273966822, 514805.76712328766007 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.715278434861915, "S12": -6.715278434861915, "W13": -15.0, "S13": -26.899393897341895, "W21": -35.701329238635509, "S21": -35.701329238635509, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109425.576642335770885, 514805.262773722643033 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7147945499062773, "S12": -6.7147945499062773, "W13": -14.999999999999998, "S13": -25.497848448960639, "W21": -35.622177893899632, "S21": -35.622177893899632, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109425.835616438358556, 514756.027397260302678 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.714286369642279, "S12": -6.714286369642279, "W13": -15.0, "S13": -25.484960232302896, "W21": -35.620853445249722, "S21": -35.620853445249722, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109426.021897810220253, 514755.503649635007605 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3749409784391169, "S12": -6.3749409784391169, "W13": -24.792508528958493, "S13": -24.792508528958493, "W21": -32.324368704004186, "S21": -32.324368704004186, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109426.023255813954165, 512463.317829457344487 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7064175410530886, "S12": -6.7064175410530886, "W13": -15.0, "S13": -24.083892125279981, "W21": -35.541751154167592, "S21": -35.541751154167592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109426.273972602735739, 514706.287671232887078 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.7058905392978287, "S12": -6.7058905392978287, "W13": -15.0, "S13": -24.07052656726556, "W21": -35.540377651864027, "S21": -35.540377651864027, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109426.467153284669621, 514705.744525547430385 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6980405321998671, "S12": -6.6980405321998671, "W13": -15.0, "S13": -22.669935801599483, "W21": -35.461324414435509, "S21": -35.461324414435509, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109426.712328767127474, 514656.547945205471478 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6974947089533794, "S12": -6.6974947089533794, "W13": -15.0, "S13": -22.656092902228231, "W21": -35.459901858478332, "S21": -35.459901858478332, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109426.912408759118989, 514655.985401459853165 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6896635233466784, "S12": -6.6896635233466784, "W13": -14.999999999999998, "S13": -21.255979477918824, "W21": -35.380897674703469, "S21": -35.380897674703469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109427.150684931504657, 514606.808219178055879 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6890988786088954, "S12": -6.6890988786088954, "W13": -15.0, "S13": -21.241659237191051, "W21": -35.379426065092595, "S21": -35.379426065092595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109427.357664233582909, 514606.226277372275945 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6812865144934648, "S12": -6.6812865144934648, "W13": -15.224496571939644, "S13": -20.066519726179628, "W21": -35.300470934971479, "S21": -35.300470934971479, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109427.589041095896391, 514557.068493150698487 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6807030482644461, "S12": -6.6807030482644461, "W13": -15.234808678050356, "S13": -20.062034250204075, "W21": -35.2989502717069, "S21": -35.2989502717069, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109427.802919708032277, 514556.467153284698725 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6729095056402761, "S12": -6.6729095056402761, "W13": -16.013743535898538, "S13": -19.441810366457865, "W21": -35.220044195239439, "S21": -35.220044195239439, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109428.027397260273574, 514507.328767123282887 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.312899351632005, "S13": -15.312899351632005, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109428.2, 526073.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6723072179199878, "S12": -6.6723072179199878, "W13": -16.024388290593894, "S13": -19.437180197708621, "W21": -35.218474478321113, "S21": -35.218474478321113, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109428.248175182481646, 514506.708029197063297 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6645324967870883, "S12": -6.6645324967870883, "W13": -16.812117320465326, "S13": -18.826227827343992, "W21": -35.139617455507398, "S21": -35.139617455507398, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109428.465753424650757, 514457.589041095867287 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6639113875755385, "S12": -6.6639113875755385, "W13": -16.828391392070944, "S13": -18.826749634148335, "W21": -35.137998684935418, "S21": -35.137998684935418, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109428.693430656931014, 514456.948905109486077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6561554879338747, "S12": -6.6561554879338747, "W13": -17.864897396822979, "S13": -18.465051580022806, "W21": -35.059190715775415, "S21": -35.059190715775415, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109428.904109589042491, 514407.849315068509895 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6555155572310882, "S12": -6.6555155572310882, "W13": -17.881664622114027, "S13": -18.465589199154081, "W21": -35.057522891549723, "S21": -35.057522891549723, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109429.138686131380382, 514407.189781021908857 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6477784790806878, "S12": -6.6477784790806878, "W13": -18.91767747318168, "S13": -19.059728852785305, "W21": -34.978763976043375, "S21": -34.978763976043375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109429.342465753419674, 514358.109589041094296 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6471197268866042, "S12": -6.6471197268866042, "W13": -18.934937852157297, "S13": -19.076570260031538, "W21": -34.977047098163993, "S21": -34.977047098163993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109429.583941605844302, 514357.430656934331637 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6394014702274653, "S12": -6.6394014702274653, "W13": -19.351651666487534, "S13": -19.700342449445788, "W21": -34.898337236311292, "S21": -34.898337236311292, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109429.780821917811409, 514308.369863013678696 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49268545867019209, "S11": -0.49268545867019209, "W12": -6.4588900394951576, "S12": -6.4588900394951576, "W13": -24.780775938712811, "S13": -24.780775938712811, "W21": -32.955841516469988, "S21": -32.955841516469988, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109429.818181818176527, 513089.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.638723896542146, "S12": -6.638723896542146, "W13": -19.354232722766579, "S13": -19.702492563374882, "W21": -34.896571304778206, "S21": -34.896571304778206, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109430.02919708029367, 514307.671532846696209 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6310244613742864, "S12": -6.6310244613742864, "W13": -19.567662793568925, "S13": -23.290633262441386, "W21": -34.817910496579344, "S21": -34.817910496579344, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109430.219178082188591, 514258.630136986321304 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6303280661976967, "S12": -6.6303280661976967, "W13": -19.570315545855831, "S13": -23.388869012304259, "W21": -34.816095511392511, "S21": -34.816095511392511, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109430.474452554743038, 514257.912408759118989 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6226474525210639, "S12": -6.6226474525210639, "W13": -19.783673920650546, "S13": -28.76522185895054, "W21": -34.737483756847261, "S21": -34.737483756847261, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109430.657534246580326, 514208.890410958905704 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6219322358532464, "S12": -6.6219322358532464, "W13": -19.786398368945083, "S13": -28.866112629075481, "W21": -34.735619718006816, "S21": -34.735619718006816, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109430.919708029192407, 514208.153284671541769 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6480755935742115, "S12": -6.6480755935742115, "W13": -18.350715211323759, "S13": -18.350715211323759, "W21": -35.018857825682495, "S21": -35.018857825682495, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109431.0, 514386.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6142704436678761, "S12": -6.6142704436678761, "W13": -19.999685047732193, "S13": -29.560061912295065, "W21": -34.657057017115228, "S21": -34.657057017115228, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109431.095890410957509, 514159.150684931490105 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6135364055087642, "S12": -6.6135364055087642, "W13": -20.002481192034306, "S13": -29.552412168551911, "W21": -34.655143924621079, "S21": -34.655143924621079, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109431.364963503656327, 514158.394160583964549 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6058934348146634, "S12": -6.6058934348146634, "W13": -20.215696174813559, "S13": -29.230855128879369, "W21": -34.576630277383238, "S21": -34.576630277383238, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109431.534246575349243, 514109.410958904132713 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.605140575164306, "S12": -6.605140575164306, "W13": -20.21856401512381, "S13": -29.22300923786031, "W21": -34.574668131235299, "S21": -34.574668131235299, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109431.810218978105695, 514108.635036496329121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5975164259614747, "S12": -6.5975164259614747, "W13": -20.431707301895209, "S13": -28.901648345463446, "W21": -34.496203537651198, "S21": -34.496203537651198, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109431.972602739726426, 514059.671232876717113 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5967447448198548, "S12": -6.5967447448198548, "W13": -20.434646838213062, "S13": -28.893606307169094, "W21": -34.494192337849597, "S21": -34.494192337849597, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109432.255474452555063, 514058.875912408751901 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.589139417108286, "S12": -6.589139417108286, "W13": -20.647718428976852, "S13": -28.572441562047516, "W21": -34.415776797919158, "S21": -34.415776797919158, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109432.410958904103609, 514009.931506849301513 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.84963187213609, "S12": -5.84963187213609, "W13": -20.0, "S13": -20.0, "W21": -33.198998501520641, "S21": -33.198998501520641, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109432.5, 521220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5883489144754055, "S12": -6.5883489144754055, "W13": -20.650729661302314, "S13": -28.564203376477874, "W21": -34.413716544463902, "S21": -34.413716544463902, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109432.700729927004431, 514009.116788321174681 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5807624082550733, "S12": -6.5807624082550733, "W13": -20.863729556058221, "S13": -28.243234778631823, "W21": -34.335350058187167, "S21": -34.335350058187167, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109432.849315068495343, 513960.191780821944121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6547909662876927, "S12": -6.6547909662876927, "W13": -17.19290007513148, "S13": -27.19290007513148, "W21": -35.909030909796577, "S21": -35.909030909796577, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109433.0, 517668.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5799530841309561, "S12": -6.5799530841309561, "W13": -20.866812484391566, "S13": -28.234800445786654, "W21": -34.333240751078208, "S21": -34.333240751078208, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109433.1459854014538, 513959.357664233597461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5723853994018846, "S12": -6.5723853994018846, "W13": -21.079740683139867, "S13": -27.926959085308368, "W21": -34.254923318455127, "S21": -34.254923318455127, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109433.287671232872526, 513910.452054794528522 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5715572537864633, "S12": -6.5715572537864633, "W13": -21.082895307481039, "S13": -27.923270173481288, "W21": -34.252764957692385, "S21": -34.252764957692385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109433.59124087591772, 513909.598540145962033 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.564008390548663, "S12": -6.564008390548663, "W13": -21.295751810221486, "S13": -27.716142917432411, "W21": -34.174496578723051, "S21": -34.174496578723051, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109433.726027397264261, 513860.712328767112922 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5631614234420148, "S12": -6.5631614234420148, "W13": -21.298978130570291, "S13": -27.712370166700317, "W21": -34.17228916430669, "S21": -34.17228916430669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109434.036496350367088, 513859.839416058384813 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61992496888926996, "S11": -0.61992496888926996, "W12": -6.5556313816954752, "S12": -6.5556313816954752, "W13": -21.511762937303136, "S13": -27.505326749556463, "W21": -34.094069838991004, "S21": -34.094069838991004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109434.164383561641444, 513810.972602739697322 ] } }, +{ "type": "Feature", "properties": { "W11": -0.6197243430909497, "S11": -0.6197243430909497, "W12": -6.5547655930975646, "S12": -6.5547655930975646, "W13": -21.515060953659546, "S13": -27.50147015991935, "W21": -34.091813370920995, "S21": -34.091813370920995, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109434.481751824816456, 513810.080291970807593 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61462522077107773, "S11": -0.61462522077107773, "W12": -6.5472543728422625, "S12": -6.5472543728422625, "W13": -21.727774064384501, "S13": -27.294510581680754, "W21": -34.013643099259021, "S21": -34.013643099259021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109434.602739726033178, 513761.23287671233993 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61442023354236031, "S11": -0.61442023354236031, "W12": -6.5463697627531143, "S12": -6.5463697627531143, "W13": -21.731143776748794, "S13": -27.290570153138376, "W21": -34.011337577535294, "S21": -34.011337577535294, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109434.927007299265824, 513760.321167883230373 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60760932658873212, "S11": -0.60760932658873212, "W12": -6.5388773639890729, "S12": -6.5388773639890729, "W13": -21.943785191466148, "S13": -27.083694413804803, "W21": -33.93321635952698, "S21": -33.93321635952698, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109435.041095890410361, 513711.493150684924331 ] } }, +{ "type": "Feature", "properties": { "W11": -0.60753854725030565, "S11": -0.60753854725030565, "W12": -6.5379739324086223, "S12": -6.5379739324086223, "W13": -21.947226599838274, "S13": -27.079670146357152, "W21": -33.930861784149471, "S21": -33.930861784149471, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109435.372262773729744, 513710.562043795594946 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59843011605023833, "S11": -0.59843011605023833, "W12": -6.5305003551358851, "S12": -6.5305003551358851, "W13": -22.159796318547794, "S13": -26.872878245928852, "W21": -33.85278961979494, "S21": -33.85278961979494, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109435.479452054787544, 513661.753424657508731 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59835786214226849, "S11": -0.59835786214226849, "W12": -6.529578102064173, "S12": -6.529578102064173, "W13": -22.163309422927529, "S13": -26.868770139576185, "W21": -33.850385990763776, "S21": -33.850385990763776, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109435.817518248179113, 513660.802919708017725 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58925090551176007, "S11": -0.58925090551176007, "W12": -6.5221233462826715, "S12": -6.5221233462826715, "W13": -22.37580744562916, "S13": -26.662062078053143, "W21": -33.77236288006295, "S21": -33.77236288006295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109435.917808219179278, 513612.013698630151339 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58917717703423123, "S11": -0.58917717703423123, "W12": -6.5211822717197236, "S12": -6.5211822717197236, "W13": -22.379392246016778, "S13": -26.65787013279521, "W21": -33.769910197378081, "S21": -33.769910197378081, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109436.262773722628481, 513611.043795620440505 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58007169497326627, "S11": -0.58007169497326627, "W12": -6.5137463374294837, "S12": -6.5137463374294837, "W13": -22.591818572710807, "S13": -26.451245910177192, "W21": -33.691936140330917, "S21": -33.691936140330917, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109436.356164383556461, 513562.273972602735739 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57999649192619396, "S11": -0.57999649192619396, "W12": -6.5127864413752725, "S12": -6.5127864413752725, "W13": -22.595475069106026, "S13": -26.446970126014236, "W21": -33.689434403992387, "S21": -33.689434403992387, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109436.708029197077849, 513561.284671532863285 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57089248443477714, "S11": -0.57089248443477714, "W12": -6.5053693285762622, "S12": -6.5053693285762622, "W13": -22.807829699792428, "S13": -26.240429742301242, "W21": -33.611509400598834, "S21": -33.611509400598834, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109436.794520547948196, 513512.53424657532014 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1358698799029536, "S12": -5.1358698799029536, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109437.0, 522512.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57081580681814581, "S11": -0.57081580681814581, "W12": -6.5043906110308143, "S12": -6.5043906110308143, "W13": -22.811557892195534, "S13": -26.23607011923302, "W21": -33.608958610606599, "S21": -33.608958610606599, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109437.153284671527217, 513511.525547445227858 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56171327389629422, "S11": -0.56171327389629422, "W12": -6.4969923197230823, "S12": -6.4969923197230823, "W13": -23.023840826873823, "S13": -26.029613574425539, "W21": -33.531082660866879, "S21": -33.531082660866879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109437.232876712325378, 513462.794520547962748 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56163512171011309, "S11": -0.56163512171011309, "W12": -6.4959947806863312, "S12": -6.4959947806863312, "W13": -23.027640715284758, "S13": -26.025170112452042, "W21": -33.528482817220862, "S21": -33.528482817220862, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109437.598540145991137, 513461.766423357650638 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55253406335780497, "S11": -0.55253406335780497, "W12": -6.4886153108698599, "S12": -6.4886153108698599, "W13": -23.352432604376396, "S13": -25.922219544568012, "W21": -33.450655921134803, "S21": -33.450655921134803, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109437.671232876717113, 513413.054794520547148 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.375479221958399, "S13": -15.375479221958397, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109438.04, 526122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55245443660207594, "S11": -0.55245443660207594, "W12": -6.4875989503418818, "S12": -6.4875989503418818, "W13": -23.362838912235084, "S13": -25.92348536070698, "W21": -33.448007023835167, "S21": -33.448007023835167, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109438.043795620440505, 513412.007299270073418 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54335485281931128, "S11": -0.54335485281931128, "W12": -6.4802383020166721, "S12": -6.4802383020166721, "W13": -23.750673751263228, "S13": -25.849988229254365, "W21": -33.370229181402763, "S21": -33.370229181402763, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109438.109589041094296, 513363.315068493131548 ] } }, +{ "type": "Feature", "properties": { "W11": -0.54327375149403867, "S11": -0.54327375149403867, "W12": -6.4792031199974316, "S12": -6.4792031199974316, "W13": -23.761272768526467, "S13": -25.851277486433016, "W21": -33.367531230449472, "S21": -33.367531230449472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109438.489051094889874, 513362.248175182496198 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53417564228083303, "S11": -0.53417564228083303, "W12": -6.4718612931634585, "S12": -6.4718612931634585, "W13": -24.14891489814968, "S13": -25.777756913940923, "W21": -33.28980244167078, "S21": -33.28980244167078, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109438.54794520548603, 513313.575342465774156 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5340930663860014, "S11": -0.5340930663860014, "W12": -6.4708072896529822, "S12": -6.4708072896529822, "W13": -24.159706624817854, "S13": -25.779069612159059, "W21": -33.287055437063778, "S21": -33.287055437063778, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109438.934306569339242, 513312.489051094918977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52499643174233912, "S11": -0.52499643174233912, "W12": -6.4634842843102707, "S12": -6.4634842843102707, "W13": -24.547156045036509, "S13": -25.736239447218189, "W21": -33.20937570193874, "S21": -33.20937570193874, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109438.986301369863213, 513263.835616438358556 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52491238127795337, "S11": -0.52491238127795337, "W12": -6.462411459308524, "S12": -6.462411459308524, "W13": -24.558140481109703, "S13": -25.738450428791374, "W21": -33.206579643677991, "S21": -33.206579643677991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109439.37956204378861, 513262.72992700728355 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51581722120384543, "S11": -0.51581722120384543, "W12": -6.4551072754570828, "S12": -6.4551072754570828, "W13": -24.766814376822108, "S13": -25.608074912715718, "W21": -33.128948962206692, "S21": -33.128948962206692, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109439.424657534240396, 513214.095890410942957 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51573169616992054, "S11": -0.51573169616992054, "W12": -6.4540156289640409, "S12": -6.4540156289640409, "W13": -24.766300772093146, "S13": -25.598633933232541, "W21": -33.12610385029226, "S21": -33.12610385029226, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109439.82481751825253, 513212.97080291970633 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50663801066536718, "S11": -0.50663801066536718, "W12": -6.4467302666038702, "S12": -6.4467302666038702, "W13": -24.766774280377334, "S13": -25.26021194998324, "W21": -33.048522222474709, "S21": -33.048522222474709, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109439.86301369863213, 513164.356164383585565 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50655101106188338, "S11": -0.50655101106188338, "W12": -6.4456197986195916, "S12": -6.4456197986195916, "W13": -24.766251820394437, "S13": -25.250608194991592, "W21": -33.045628056906565, "S21": -33.045628056906565, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109440.270072992701898, 513163.21167883212911 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49822976259896551, "S11": -0.49822976259896551, "W12": -6.4383532577506815, "S12": -6.4383532577506815, "W13": -24.766734183932577, "S13": -24.912348987250411, "W21": -32.968095482742669, "S21": -32.968095482742669, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109440.301369863009313, 513114.616438356169965 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49816813018202155, "S11": -0.49816813018202155, "W12": -6.4372239682751404, "S12": -6.4372239682751404, "W13": -24.766202868695732, "S13": -24.90258245675065, "W21": -32.965152263520871, "S21": -32.965152263520871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109440.715328467151267, 513113.45255474455189 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49183538883126554, "S11": -0.49183538883126554, "W12": -6.429976248897459, "S12": -6.429976248897459, "W13": -24.766694087487803, "S13": -24.766694087487803, "W21": -32.887668743010586, "S21": -32.887668743010586, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109440.739726027401048, 513064.876712328754365 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6634501952174174, "S12": -6.6634501952174174, "W13": -14.684297354923252, "S13": -14.684297354923252, "W21": -37.127387283219463, "S21": -37.127387283219463, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109441.034482758623199, 516632.534482758608647 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49177272920736664, "S11": -0.49177272920736664, "W12": -6.4288281379306831, "S12": -6.4288281379306831, "W13": -24.766153916997023, "S13": -24.766153916997023, "W21": -32.884676470135084, "S21": -32.884676470135084, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109441.160583941600635, 513063.693430656916462 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49682319355432319, "S11": -0.49682319355432319, "W12": -6.4215992400442792, "S12": -6.4215992400442792, "W13": -24.766653991043047, "S13": -24.766653991043047, "W21": -32.807242003278638, "S21": -32.807242003278638, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109441.17808219177823, 513015.136986301396973 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2212726807992214, "S12": -7.236486471270835, "W13": -24.780753551982784, "S13": -24.780753551982784, "W21": -32.919917821997139, "S21": -32.919917821997139, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109441.5, 511667.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.4969523436124979, "S11": -0.4969523436124979, "W12": -6.4204323075861991, "S12": -6.4204323075861991, "W13": -24.7661049652983, "S13": -24.7661049652983, "W21": -32.804200676749353, "S21": -32.804200676749353, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109441.605839416064555, 513013.934306569339242 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4132222311910585, "S12": -6.4132222311910585, "W13": -24.766613894598272, "S13": -24.766613894598272, "W21": -32.726815263546555, "S21": -32.726815263546555, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109441.616438356169965, 512965.397260273981374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4120364772417497, "S12": -6.4120364772417497, "W13": -24.766056013599592, "S13": -24.766056013599592, "W21": -32.723724883363651, "S21": -32.723724883363651, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109442.051094890513923, 512964.175182481762022 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4048452223378698, "S12": -6.4048452223378698, "W13": -24.766573798153516, "S13": -24.766573798153516, "W21": -32.651667709196623, "S21": -32.651667709196623, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109442.054794520547148, 512915.657534246565774 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3964682134846811, "S12": -6.3964682134846811, "W13": -24.766533701708763, "S13": -24.766533701708763, "W21": -32.615186388015736, "S21": -32.615186388015736, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109442.493150684924331, 512865.917808219150174 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4036406468972995, "S12": -6.4036406468972995, "W13": -24.766007061900883, "S13": -24.766007061900883, "W21": -32.650692273711414, "S21": -32.650692273711414, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109442.496350364963291, 512914.416058394184802 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3880912046314684, "S12": -6.3880912046314684, "W13": -24.766493605263982, "S13": -24.766493605263982, "W21": -32.578705066834893, "S21": -32.578705066834893, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109442.931506849316065, 512816.178082191792782 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3952448165528413, "S12": -6.3952448165528413, "W13": -24.765958110202178, "S13": -24.765958110202178, "W21": -32.614195711351059, "S21": -32.614195711351059, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109442.941605839412659, 512864.656934306549374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3797141957782797, "S12": -6.3797141957782797, "W13": -24.766453508819229, "S13": -24.766453508819229, "W21": -32.542223745654006, "S21": -32.542223745654006, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109443.369863013693248, 512766.438356164377183 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3868489862083919, "S12": -6.3868489862083919, "W13": -24.765909158503469, "S13": -24.765909158503469, "W21": -32.577699148990739, "S21": -32.577699148990739, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109443.386861313862028, 512814.897810218972154 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000142, "S12": -5.0000000000000142, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109443.428571428565192, 522759.904761904734187 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3713371869250581, "S12": -6.3713371869250581, "W13": -24.766413412374455, "S13": -24.766413412374455, "W21": -32.505742424473119, "S21": -32.505742424473119, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109443.808219178084983, 512716.698630136961583 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3784531558639079, "S12": -6.3784531558639079, "W13": -24.765860206804742, "S13": -24.765860206804742, "W21": -32.541202586630412, "S21": -32.541202586630412, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109443.832116788325948, 512765.138686131394934 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3629601780718783, "S12": -6.3629601780718783, "W13": -24.766373315929698, "S13": -24.766373315929698, "W21": -32.469261103292276, "S21": -32.469261103292276, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109444.246575342462165, 512666.958904109604191 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3700573255194586, "S12": -6.3700573255194586, "W13": -24.765811255106037, "S13": -24.765811255106037, "W21": -32.504706024270092, "S21": -32.504706024270092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109444.277372262775316, 512715.379562043817714 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3545831692186567, "S12": -6.3545831692186567, "W13": -24.766333219484924, "S13": -24.766333219484924, "W21": -32.432779782111389, "S21": -32.432779782111389, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109444.6849315068539, 512617.219178082188591 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3616614951750003, "S12": -6.3616614951750003, "W13": -24.765762303407325, "S13": -24.765762303407325, "W21": -32.468209461909737, "S21": -32.468209461909737, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109444.722627737224684, 512665.620437956182286 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.346206160365468, "S12": -6.346206160365468, "W13": -24.766293123040168, "S13": -24.766293123040168, "W21": -32.396508913086038, "S21": -32.396508913086038, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109445.123287671231083, 512567.479452054772992 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3532656648305501, "S12": -6.3532656648305501, "W13": -24.765713351708619, "S13": -24.765713351708619, "W21": -32.431712899549417, "S21": -32.431712899549417, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109445.167883211674052, 512615.861313868605066 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3378291515122553, "S12": -6.3378291515122553, "W13": -24.76625302659539, "S13": -24.76625302659539, "W21": -32.361129231983526, "S21": -32.361129231983526, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109445.561643835622817, 512517.7397260274156 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.344869834486067, "S12": -6.344869834486067, "W13": -24.765664400009893, "S13": -24.765664400009893, "W21": -32.395482746861006, "S21": -32.395482746861006, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109445.613138686137972, 512566.102189781027846 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3294521426590666, "S12": -6.3294521426590666, "W13": -24.766212930150637, "S13": -24.766212930150637, "W21": -32.325749550880978, "S21": -32.325749550880978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109446.0, 512468.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3364740041416168, "S12": -6.3364740041416168, "W13": -24.765615448311188, "S13": -24.765615448311188, "W21": -32.360088612713056, "S21": -32.360088612713056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109446.058394160587341, 512516.343065693450626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3280781737971585, "S12": -6.3280781737971585, "W13": -24.765566496612479, "S13": -24.765566496612479, "W21": -32.324694478565057, "S21": -32.324694478565057, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109446.503649635036709, 512466.583941605815198 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3196823434527092, "S12": -7.4237497768144971, "W13": -24.76551754491377, "S13": -24.76551754491377, "W21": -32.289300344417107, "S21": -32.289300344417107, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109446.948905109486077, 512416.824817518237978 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3112865131082598, "S12": -8.5994993270797266, "W13": -24.765468593215065, "S13": -24.765468593215065, "W21": -32.25390621026915, "S21": -32.25390621026915, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109447.394160583935445, 512367.065693430660758 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3028906827637767, "S12": -9.0742813511894056, "W13": -24.765419641516338, "S13": -24.765419641516338, "W21": -32.218512076121193, "S21": -32.218512076121193, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109447.839416058399365, 512317.306569343083538 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.43805909228483, "S13": -15.438059092284824, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109447.88, 526171.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2944948524193176, "S12": -8.9236822106035252, "W13": -24.76537068981763, "S13": -24.76537068981763, "W21": -32.183117941973194, "S21": -32.183117941973194, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109448.284671532848733, 512267.54744525544811 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2860990220748674, "S12": -8.7730830700178153, "W13": -24.765321738118921, "S13": -24.765321738118921, "W21": -32.147723807825237, "S21": -32.147723807825237, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109448.729927007298102, 512217.78832116787089 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.277703191730418, "S12": -8.6224839294321054, "W13": -24.765272786420216, "S13": -24.765272786420216, "W21": -32.112329673677287, "S21": -32.112329673677287, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109449.17518248174747, 512168.02919708029367 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2693073613859349, "S12": -8.4718847888462392, "W13": -24.765223834721489, "S13": -24.765223834721489, "W21": -32.076354379007959, "S21": -32.076354379007959, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109449.62043795621139, 512118.27007299271645 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.6109280884124537, "S12": -6.6109280884124537, "W13": -20.0, "S13": -30.0, "W21": -34.464064003425385, "S21": -34.464064003425385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109450.0, 518945.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2609115310414758, "S12": -8.3212856482603588, "W13": -24.76517488302278, "S13": -24.76517488302278, "W21": -32.040011973147472, "S21": -32.040011973147472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109450.065693430660758, 512068.510948905081023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2525157006970256, "S12": -8.1706865076746471, "W13": -24.765125931324075, "S13": -24.765125931324075, "W21": -32.003669567287027, "S21": -32.003669567287027, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109450.510948905110126, 512018.751824817503802 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2441198703525762, "S12": -8.0200873670889372, "W13": -24.765076979625366, "S13": -24.765076979625366, "W21": -31.96390071889984, "S21": -31.96390071889984, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109450.956204379559495, 511968.992700729926582 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.235724040008126, "S12": -7.8694882265032273, "W13": -24.765028027926657, "S13": -24.765028027926657, "W21": -31.962200772918905, "S21": -31.962200772918905, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109451.401459854008863, 511919.233576642349362 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2273282096636429, "S12": -7.718889085917362, "W13": -24.764979076227931, "S13": -24.764979076227931, "W21": -32.170247845452138, "S21": -32.170247845452138, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109451.846715328472783, 511869.474452554772142 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2189323793191855, "S12": -7.5682899453314825, "W13": -24.764930124529226, "S13": -24.764930124529226, "W21": -32.378294917985478, "S21": -32.378294917985478, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109452.291970802922151, 511819.715328467136715 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2105365489747353, "S12": -7.4176908047457717, "W13": -24.764881172830517, "S13": -24.764881172830517, "W21": -32.586341990518598, "S21": -32.586341990518598, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109452.737226277371519, 511769.956204379559495 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.202140718630285, "S12": -7.2670916641600609, "W13": -24.764832221131808, "S13": -24.764832221131808, "W21": -32.79438906305171, "S21": -32.79438906305171, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109453.182481751820887, 511720.197080291982275 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1937448882858357, "S12": -7.1164925235743519, "W13": -24.764783269433103, "S13": -24.764783269433103, "W21": -33.002436135584823, "S21": -33.002436135584823, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109453.627737226270256, 511670.437956204405054 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5137013684967595, "S12": -5.5137013684967595, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109453.857142857144936, 521832.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5839492801215522, "S12": -6.5839492801215522, "W13": -19.290665127286506, "S13": -19.290665127286506, "W21": -34.840453981555072, "S21": -34.840453981555072, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109454.0, 514312.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1853490579413437, "S12": -6.9658933829883152, "W13": -24.764734317734376, "S13": -24.764734317734376, "W21": -33.210483208118291, "S21": -33.210483208118291, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109454.072992700734176, 511620.678832116769627 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1769532275968944, "S12": -6.8152942424026053, "W13": -24.764685366035671, "S13": -24.764685366035671, "W21": -33.418530280651403, "S21": -33.418530280651403, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109454.518248175183544, 511570.919708029192407 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3087355013699868, "S12": -6.3186296766536376, "W13": -24.754936594319123, "S13": -24.754936594319123, "W21": -32.32118976755352, "S21": -32.32118976755352, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109454.626016260168399, 512462.764227642270271 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1685573972524441, "S12": -6.6646951018168954, "W13": -24.764636414336959, "S13": -24.764636414336959, "W21": -33.626577353184516, "S21": -33.626577353184516, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109454.963503649632912, 511521.160583941615187 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.500638962611223, "S13": -15.500638962611223, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109457.72, 526220.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8328127131813901, "S12": -5.8328127131813901, "W13": -20.0, "S13": -20.0, "W21": -33.190529220936426, "S21": -33.190529220936426, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109459.0, 521256.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0624467982443004, "S12": -5.0624467982443004, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109463.0, 522651.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.563218832937617, "S13": -15.563218832937617, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109467.56, 526269.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7715383054128626, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109469.0, 522894.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50651372638545045, "S11": -0.50651372638545045, "W12": -6.3595048515058057, "S12": -6.3595048515058057, "W13": -24.722664844892162, "S13": -24.722664844892162, "W21": -32.867316645671266, "S21": -32.867316645671266, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109473.909090909088263, 513106.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.4297820017503753, "S12": -6.4297820017503753, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.588567473833187, "S21": -33.588567473833187, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109475.0, 520179.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.259638574154379, "S12": -6.259638574154379, "W13": -24.72700515065155, "S13": -24.72700515065155, "W21": -32.319342043731304, "S21": -32.319342043731304, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109475.883720930229174, 512463.077519379847217 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1268787415933845, "S12": -5.1268787415933845, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109477.0, 522537.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.625798703264012, "S13": -15.625798703264012, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109477.4, 526318.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8159935542266901, "S12": -5.8159935542266901, "W13": -20.0, "S13": -20.0, "W21": -33.203508422434574, "S21": -33.203508422434574, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109485.5, 521292.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.688378573590441, "S13": -15.688378573590441, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109487.24, 526367.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4994554916476739, "S12": -5.4994554916476739, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109487.571428571434808, 521865.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1094257079720107, "S12": -6.7086265614922507, "W13": -24.717570703345462, "S13": -24.717570703345462, "W21": -33.319871393288423, "S21": -33.319871393288423, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109489.625, 511663.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.6017986059714664, "S12": -6.6017986059714664, "W13": -14.729780475203027, "S13": -14.729780475203027, "W21": -37.02178648953462, "S21": -37.02178648953462, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109491.025862068971037, 516632.650862068985589 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000115, "S12": -5.0000000000000115, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109491.642857142855064, 522770.023809523787349 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2145726305277584, "S12": -6.2145726305277584, "W13": -24.700945744036915, "S13": -24.700945744036915, "W21": -32.320771401375872, "S21": -32.320771401375872, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109495.680327868845779, 512467.803278688516002 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.750958443916835, "S13": -15.750958443916835, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109497.08, 526416.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.609625138820916, "S12": -6.609625138820916, "W13": -15.0, "S13": -15.0, "W21": -36.738850135707878, "S21": -36.738850135707878, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109500.0, 515579.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5785320441026993, "S12": -6.5785320441026993, "W13": -15.718384928608263, "S13": -30.718384928608263, "W21": -36.061196714045607, "S21": -36.061196714045607, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109500.0, 517313.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1939757649300846, "S12": -6.2037888404169985, "W13": -24.689741182689563, "S13": -24.689741182689563, "W21": -32.316189164136766, "S21": -32.316189164136766, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109504.252032520322246, 512462.528455284540541 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.81353831424323, "S13": -15.81353831424323, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109506.92, 526465.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.500268701361251, "S12": -6.500268701361251, "W13": -15.0, "S13": -21.66681182772286, "W21": -35.141567215318766, "S21": -35.141567215318766, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109508.0, 514590.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7991743952719901, "S12": -5.7991743952719901, "W13": -20.0, "S13": -20.0, "W21": -33.224277120631207, "S21": -33.224277120631207, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109512.0, 521328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109513.0, 522932.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4378398423127052, "S12": -6.4378398423127052, "W13": -19.39674548055045, "S13": -29.39674548055045, "W21": -34.60303300368146, "S21": -34.60303300368146, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109514.0, 514262.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.876118184569624, "S13": -15.876118184569627, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109516.76, 526514.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1178876032837834, "S12": -5.1178876032837834, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109517.0, 522562.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2601196635164529, "S12": -6.2601196635164529, "W13": -24.664553751071516, "S13": -24.664553751071516, "W21": -32.792755764616572, "S21": -32.792755764616572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.0, 513124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.51440734145666156, "S11": -0.51440734145666156, "W12": -6.2526416857725549, "S12": -6.2526416857725549, "W13": -24.664941881531558, "S13": -24.664941881531558, "W21": -32.756962528297791, "S21": -32.756962528297791, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.105263157893205, 513075.13157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50528710654971931, "S11": -0.50528710654971931, "W12": -6.2451637080286568, "S12": -6.2451637080286568, "W13": -24.6653300119916, "S13": -24.6653300119916, "W21": -32.721169291979002, "S21": -32.721169291979002, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.21052631578641, 513026.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.49993283281214845, "S11": -0.49993283281214845, "W12": -6.2376857302847588, "S12": -6.2376857302847588, "W13": -24.665718142451642, "S13": -24.665718142451642, "W21": -32.685376055660214, "S21": -32.685376055660214, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.315789473679615, 512977.394736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2302077525408679, "S12": -6.2302077525408679, "W13": -24.666106272911687, "S13": -24.666106272911687, "W21": -32.649582819341475, "S21": -32.649582819341475, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.42105263157282, 512928.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2227297747969361, "S12": -6.2227297747969361, "W13": -24.666494403371708, "S13": -24.666494403371708, "W21": -32.613789583022687, "S21": -32.613789583022687, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.526315789480577, 512879.65789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2152517970530372, "S12": -6.2152517970530372, "W13": -24.66688253383175, "S13": -24.66688253383175, "W21": -32.577996346703905, "S21": -32.577996346703905, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.631578947373782, 512830.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2077738193091392, "S12": -6.2077738193091392, "W13": -24.667270664291792, "S13": -24.667270664291792, "W21": -32.542203110385117, "S21": -32.542203110385117, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.736842105266987, 512781.92105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2002958415652394, "S12": -6.2002958415652394, "W13": -24.667658794751834, "S13": -24.667658794751834, "W21": -32.506958873235369, "S21": -32.506958873235369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.842105263160192, 512733.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1928178638213423, "S12": -6.1928178638213423, "W13": -24.668046925211879, "S13": -24.668046925211879, "W21": -32.472230640349167, "S21": -32.472230640349167, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109518.947368421053397, 512684.184210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1853398860774522, "S12": -6.1853398860774522, "W13": -24.668435055671917, "S13": -24.668435055671917, "W21": -32.437502407463001, "S21": -32.437502407463001, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.052631578946603, 512635.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1778619083335533, "S12": -6.1778619083335533, "W13": -24.668823186131959, "S13": -24.668823186131959, "W21": -32.402774174576791, "S21": -32.402774174576791, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.157894736839808, 512586.447368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1703839305896553, "S12": -6.1703839305896553, "W13": -24.669211316592001, "S13": -24.669211316592001, "W21": -32.368045941690589, "S21": -32.368045941690589, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.263157894733013, 512537.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1629059528457573, "S12": -6.1629059528457573, "W13": -24.66959944705204, "S13": -24.66959944705204, "W21": -32.333317708804373, "S21": -32.333317708804373, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.368421052626218, 512488.71052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1554279751018575, "S12": -6.7033980100439479, "W13": -24.669987577512085, "S13": -24.669987577512085, "W21": -32.29858947591817, "S21": -32.29858947591817, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.473684210519423, 512439.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1479499973579257, "S12": -7.8589069436684653, "W13": -24.670375707972109, "S13": -24.670375707972109, "W21": -32.263861243031961, "S21": -32.263861243031961, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.57894736842718, 512390.973684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1404720196140357, "S12": -8.3764254571359285, "W13": -24.670763838432148, "S13": -24.670763838432148, "W21": -32.229133010145794, "S21": -32.229133010145794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.684210526320385, 512342.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1329940418701376, "S12": -8.2320830015145479, "W13": -24.67115196889219, "S13": -24.67115196889219, "W21": -32.194404777259585, "S21": -32.194404777259585, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.78947368421359, 512293.236842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -0.50485623716147454, "S11": -0.50485623716147454, "W12": -6.1255160641262387, "S12": -8.0877405458931673, "W13": -24.671540099352235, "S13": -24.671540099352235, "W21": -32.158902087451509, "S21": -32.158902087451509, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109519.894736842106795, 512244.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -0.53460504042145907, "S11": -0.53460504042145907, "W12": -6.1180380863823398, "S12": -7.9433980902717867, "W13": -24.671928229812274, "S13": -24.671928229812274, "W21": -32.12325463037056, "S21": -32.12325463037056, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.0, 512195.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1463883364558916, "S12": -7.9518650257683685, "W13": -24.669865340626416, "S13": -24.669865340626416, "W21": -32.260997180416354, "S21": -32.260997180416354, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.0, 512387.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.56435384368144348, "S11": -0.56435384368144348, "W12": -6.1105601086384418, "S12": -7.7990556346504061, "W13": -24.672316360272319, "S13": -24.672316360272319, "W21": -32.087607173289612, "S21": -32.087607173289612, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.105263157893205, 512146.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1388345115117851, "S12": -8.3590563833426685, "W13": -24.670246580958754, "S13": -24.670246580958754, "W21": -32.225997043891461, "S21": -32.225997043891461, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.113636363632395, 512337.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.59410264694142789, "S11": -0.59410264694142789, "W12": -6.1030821308945438, "S12": -7.6547131790290255, "W13": -24.672704490732357, "S13": -24.672704490732357, "W21": -32.04912226919501, "S21": -32.04912226919501, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.21052631578641, 512097.763157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1312806865676457, "S12": -8.2135058725486125, "W13": -24.67062782129107, "S13": -24.67062782129107, "W21": -32.190996907366561, "S21": -32.190996907366561, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.227272727279342, 512288.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.62385145020141231, "S11": -0.62385145020141231, "W12": -6.0956041531506449, "S12": -7.5103707234076449, "W13": -24.673092621192403, "S13": -24.673092621192403, "W21": -32.008856319890107, "S21": -32.008856319890107, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.315789473679615, 512048.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -0.52196641301089053, "S11": -0.52196641301089053, "W12": -6.123726861623541, "S12": -8.0679553617547164, "W13": -24.671009061623405, "S13": -24.671009061623405, "W21": -32.155110212394241, "S21": -32.155110212394241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.340909090911737, 512239.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.65360025346136541, "S11": -0.65360025346136541, "W12": -6.0881261754067548, "S12": -7.3660282677864348, "W13": -24.673480751652441, "S13": -24.673480751652441, "W21": -32.180187084310433, "S21": -32.180187084310433, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.42105263157282, 512000.026315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -0.55219035263961325, "S11": -0.55219035263961325, "W12": -6.1161730366794353, "S12": -7.9224048509608176, "W13": -24.671390301955743, "S13": -24.671390301955743, "W21": -32.119183399518938, "S21": -32.119183399518938, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.454545454544132, 512190.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.68334905672181789, "S11": -0.68334905672181789, "W12": -6.0806481976628231, "S12": -7.2216858121648988, "W13": -24.673868882112465, "S13": -24.673868882112465, "W21": -32.381864124714639, "S21": -32.381864124714639, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.526315789480577, 511951.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -0.58241429226833596, "S11": -0.58241429226833596, "W12": -6.1086192117353297, "S12": -7.7768543401669188, "W13": -24.671771542288077, "S13": -24.671771542288077, "W21": -32.083256586643628, "S21": -32.083256586643628, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.568181818176527, 512140.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0731702199189241, "S12": -7.0773433565435173, "W13": -24.674257012572507, "S13": -24.674257012572507, "W21": -32.583541165118731, "S21": -32.583541165118731, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.631578947373782, 511902.28947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -0.61263823189752664, "S11": -0.61263823189752664, "W12": -6.1010653867911904, "S12": -7.6313038293728646, "W13": -24.672152782620394, "S13": -24.672152782620394, "W21": -32.043824154084042, "S21": -32.043824154084042, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.681818181823473, 512091.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0656922421750252, "S12": -6.9330009009221367, "W13": -24.674645143032549, "S13": -24.674645143032549, "W21": -32.785218205522824, "S21": -32.785218205522824, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.736842105266987, 511853.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -0.64286217152624925, "S11": -0.64286217152624925, "W12": -6.0935115618470839, "S12": -7.4857533185789649, "W13": -24.672534022952732, "S13": -24.672534022952732, "W21": -32.009640927320696, "S21": -32.009640927320696, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.795454545455868, 512042.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0582142644311263, "S12": -6.7886584453007552, "W13": -24.675033273492595, "S13": -24.675033273492595, "W21": -32.986895245926917, "S21": -32.986895245926917, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.842105263160192, 511804.552631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -0.67308611115497208, "S11": -0.67308611115497208, "W12": -6.0859577369029791, "S12": -7.3402028077850687, "W13": -24.672915263285066, "S13": -24.672915263285066, "W21": -32.212952898284463, "S21": -32.212952898284463, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.909090909088263, 511993.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0507362866872292, "S12": -6.6443159896793764, "W13": -24.675421403952637, "S13": -24.675421403952637, "W21": -33.188572286331016, "S21": -33.188572286331016, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109520.947368421053397, 511755.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0784039119588726, "S12": -7.194652296991169, "W13": -24.673296503617404, "S13": -24.673296503617404, "W21": -32.416264869248231, "S21": -32.416264869248231, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.022727272720658, 511943.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0432583089433383, "S12": -6.4999735340581655, "W13": -24.675809534412675, "S13": -24.675809534412675, "W21": -33.390249326734867, "S21": -33.390249326734867, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.052631578946603, 511706.815789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0708500870147342, "S12": -7.0491017861971157, "W13": -24.673677743949721, "S13": -24.673677743949721, "W21": -32.619576840212112, "S21": -32.619576840212112, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.136363636367605, 511894.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0357803311994402, "S12": -6.3556310784367858, "W13": -24.676197664872717, "S13": -24.676197664872717, "W21": -33.59192636713896, "S21": -33.59192636713896, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.157894736839808, 511657.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0632962620706286, "S12": -6.9035512754032178, "W13": -24.674058984282055, "S13": -24.674058984282055, "W21": -32.822888811175879, "S21": -32.822888811175879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.25, 511845.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0283023534555413, "S12": -6.2112886228154043, "W13": -24.676585795332759, "S13": -24.676585795332759, "W21": -33.793603407543053, "S21": -33.793603407543053, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.263157894733013, 511609.07894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4852096147986176, "S12": -5.4852096147986176, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000014, "S21": -33.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.285714285710128, 521898.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.055742437126522, "S12": -6.758000764609319, "W13": -24.674440224614393, "S13": -24.674440224614393, "W21": -33.026200782139647, "S21": -33.026200782139647, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.363636363632395, 511796.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0208243757116433, "S12": -6.0669461671940246, "W13": -24.676973925792801, "S13": -24.676973925792801, "W21": -33.995280447947152, "S21": -33.995280447947152, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.368421052626218, 511560.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0481886121823836, "S12": -6.6124502538152647, "W13": -24.674821464946707, "S13": -24.674821464946707, "W21": -33.229512753103528, "S21": -33.229512753103528, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.477272727279342, 511746.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0406347872382771, "S12": -6.4668997430213659, "W13": -24.675202705279045, "S13": -24.675202705279045, "W21": -33.432824724067295, "S21": -33.432824724067295, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.590909090911737, 511697.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0330809622941723, "S12": -6.321349232227468, "W13": -24.675583945611383, "S13": -24.675583945611383, "W21": -33.636136695031063, "S21": -33.636136695031063, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.704545454544132, 511648.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0255271373500658, "S12": -6.1757987214335692, "W13": -24.675965185943713, "S13": -24.675965185943713, "W21": -33.83944866599483, "S21": -33.83944866599483, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.818181818176527, 511599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0179733124059274, "S12": -6.0302482106395159, "W13": -24.676346426276034, "S13": -24.676346426276034, "W21": -34.042760636958711, "S21": -34.042760636958711, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109521.931818181823473, 511549.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.57511481842971046, "S11": -0.57511481842971046, "W12": -6.1443361698696419, "S12": -6.1443361698696419, "W13": -24.661501772344611, "S13": -24.661501772344611, "W21": -32.314315383458421, "S21": -32.314315383458421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109525.744186046504183, 512462.837209302349947 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -15.938698054896054, "S13": -15.938698054896053, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109526.6, 526563.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.5352998931784807, "S12": -6.5352998931784807, "W13": -17.137314961542923, "S13": -17.137314961542923, "W21": -35.840024414268896, "S21": -35.840024414268896, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109531.0, 517592.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2056962115258889, "S12": -6.2056962115258889, "W13": -24.647765818837524, "S13": -24.678095587310668, "W21": -32.681560987677749, "S21": -32.681560987677749, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109532.0, 512975.0 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -16.00127792522245, "S13": -16.00127792522245, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109536.44, 526612.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9975787351448, "S12": -6.1807666517136663, "W13": -24.654387854708141, "S13": -24.654387854708141, "W21": -33.719824964579701, "S21": -33.719824964579701, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109537.75, 511659.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7823552363172901, "S12": -5.7823552363172901, "W13": -20.0, "S13": -20.0, "W21": -33.245045818827847, "S21": -33.245045818827847, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109538.5, 521364.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000089, "S12": -5.0000000000000089, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109539.857142857144936, 522780.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.540147016725534, "S12": -6.540147016725534, "W13": -14.775263595482764, "S13": -14.775263595482764, "W21": -36.916185695849869, "S21": -36.916185695849869, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109541.017241379304323, 516632.767241379304323 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0996931183964165, "S12": -6.0996931183964165, "W13": -24.635678557923171, "S13": -24.635678557923171, "W21": -32.315793251870765, "S21": -32.315793251870765, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109545.360655737706111, 512467.606557377032004 ] } }, +{ "type": "Feature", "properties": { "W11": 2.2, "S11": 2.2, "W12": -5.0, "S12": -7.0, "W13": -16.063857795548842, "S13": -16.063857795548842, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109546.28, 526661.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0792160284901495, "S12": -6.0889480041795245, "W13": -24.624545771059985, "S13": -24.624545771059985, "W21": -32.311188560720019, "S21": -32.311188560720019, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109553.878048780490644, 512462.292682926810812 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4709637379495319, "S12": -5.4709637379495319, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109555.0, 521931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1074570642281101, "S12": -5.1074570642281101, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109556.5, 522589.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4964152792418028, "S12": -6.4964152792418028, "W13": -16.686941985853981, "S13": -26.686941985853981, "W21": -35.557854907525012, "S21": -35.557854907525012, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109564.0, 517491.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7655360773625901, "S12": -5.7655360773625901, "W13": -20.0, "S13": -20.0, "W21": -33.265814517024488, "S21": -33.265814517024488, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109565.0, 521400.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0340787081952749, "S12": -7.8022418499934929, "W13": -24.605913405965985, "S13": -24.605913405965985, "W21": -32.257204760764459, "S21": -32.257204760764459, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109568.666666666671517, 512388.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.029033765584864, "S12": -6.029033765584864, "W13": -24.595998394037654, "S13": -24.595998394037654, "W21": -32.309288723185503, "S21": -32.309288723185503, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109575.604651162793743, 512462.59689922479447 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.744038622347289, "S12": -5.744038622347289, "W13": -20.0, "S13": -20.0, "W21": -33.275471134744947, "S21": -33.275471134744947, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109580.428571428565192, 521442.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8857317623175911, "S12": -5.8857317623175911, "W13": -24.591205006070815, "S13": -24.591205006070815, "W21": -34.119778535870978, "S21": -34.119778535870978, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109585.875, 511655.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000071, "S12": -5.0000000000000071, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109588.071428571434808, 522790.261904761893675 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4583502214590771, "S12": -5.4583502214590771, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000028, "S21": -33.000000000000028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109589.857142857144936, 521961.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1202275358210869, "S12": -6.1202275358210869, "W13": -24.566546801494088, "S13": -26.56881297879783, "W21": -32.924519344168964, "S21": -32.924519344168964, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109591.0, 513319.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.478495427479583, "S12": -6.478495427479583, "W13": -14.820746715762539, "S13": -16.691123031683059, "W21": -36.810584902165026, "S21": -36.810584902165026, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109591.008620689652162, 516632.883620689681266 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.464802693125776, "S12": -6.464802693125776, "W13": -15.497764007183628, "S13": -15.497764007183628, "W21": -36.220134008472755, "S21": -36.220134008472755, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109595.0, 517122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9848136062651074, "S12": -5.9848136062651074, "W13": -24.570411371809453, "S13": -24.570411371809453, "W21": -32.310815102365666, "S21": -32.310815102365666, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109595.04098360655189, 512467.409836065548006 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7225411673319577, "S12": -5.7225411673319577, "W13": -20.0, "S13": -20.0, "W21": -33.285127752465428, "S21": -33.285127752465428, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109595.857142857144936, 521484.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0970265251724687, "S12": -5.0970265251724687, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109596.0, 522616.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.96445629205025, "S12": -5.9741071679423081, "W13": -24.559350359430422, "S13": -24.559350359430422, "W21": -32.306187957303273, "S21": -32.306187957303273, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109603.504065040644491, 512462.056910569081083 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.7010437123166557, "S12": -5.7010437123166557, "W13": -20.0, "S13": -20.0, "W21": -33.294784370185894, "S21": -33.294784370185894, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109611.285714285710128, 521526.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9217690799346983, "S12": -7.5271909559539587, "W13": -24.541961471305576, "S13": -24.541961471305576, "W21": -32.251816474257232, "S21": -32.251816474257232, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109617.333333333328483, 512389.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4457367049685894, "S12": -5.4457367049685894, "W13": -20.0, "S13": -20.0, "W21": -32.999999999999972, "S21": -32.999999999999972, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109624.714285714289872, 521991.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9137313613001279, "S12": -5.9137313613001279, "W13": -24.530495015730715, "S13": -24.530495015730715, "W21": -32.303732121271324, "S21": -32.303732121271324, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109625.465116279068752, 512462.3565891472972 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6795462573013564, "S12": -5.6795462573013564, "W13": -20.0, "S13": -20.0, "W21": -33.304440987906375, "S21": -33.304440987906375, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109626.714285714289872, 521568.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7738847894903813, "S12": -5.7738847894903813, "W13": -24.528022157433497, "S13": -24.528022157433497, "W21": -34.519732107162262, "S21": -34.519732107162262, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.0, 511651.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7810984706375628, "S12": -5.7810984706375628, "W13": -24.527393518076849, "S13": -24.527393518076849, "W21": -34.315540987214519, "S21": -34.315540987214519, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.07, 511700.82 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.788312151784778, "S12": -5.788312151784778, "W13": -24.526764878720215, "S13": -24.526764878720215, "W21": -34.111349867266668, "S21": -34.111349867266668, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.14, 511750.64000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7955258329319586, "S12": -5.7955258329319586, "W13": -24.526136239363559, "S13": -24.526136239363559, "W21": -33.907158747318924, "S21": -33.907158747318924, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.21, 511800.460000000020955 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8027395140791738, "S12": -5.8027395140791738, "W13": -24.525507600006932, "S13": -24.525507600006932, "W21": -33.702967627371073, "S21": -33.702967627371073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.28, 511850.28000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8099531952263463, "S12": -5.8513041388116331, "W13": -24.52487896065028, "S13": -24.52487896065028, "W21": -33.498776507423578, "S21": -33.498776507423578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.35, 511900.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8171668763735616, "S12": -5.9965556001427869, "W13": -24.524250321293646, "S13": -24.524250321293646, "W21": -33.29458538747572, "S21": -33.29458538747572, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.42, 511949.919999999983702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8243805575207439, "S12": -6.141807061473787, "W13": -24.523621681936994, "S13": -24.523621681936994, "W21": -33.090394267527977, "S21": -33.090394267527977, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.49, 511999.74 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8315942386679582, "S12": -6.2870585228049407, "W13": -24.522993042580364, "S13": -24.522993042580364, "W21": -32.886203147580126, "S21": -32.886203147580126, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.56, 512049.56 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8388079198151397, "S12": -6.4323099841359381, "W13": -24.522364403223708, "S13": -24.522364403223708, "W21": -32.682012027632382, "S21": -32.682012027632382, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.63, 512099.38 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8460216009623549, "S12": -6.5775614454670928, "W13": -24.521735763867078, "S13": -24.521735763867078, "W21": -32.477820907684531, "S21": -32.477820907684531, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.7, 512149.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8532352821095373, "S12": -6.722812906798092, "W13": -24.521107124510426, "S13": -24.521107124510426, "W21": -32.273629787736795, "S21": -32.273629787736795, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.77, 512199.020000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8604489632567507, "S12": -6.8680643681292448, "W13": -24.520478485153795, "S13": -24.520478485153795, "W21": -32.139082529021628, "S21": -32.139082529021628, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.84, 512248.840000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8676626444039242, "S12": -7.0133158294600726, "W13": -24.519849845797143, "S13": -24.519849845797143, "W21": -32.180079298948549, "S21": -32.180079298948549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.91, 512298.659999999974389 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8748763255511394, "S12": -7.1585672907912272, "W13": -24.519221206440509, "S13": -24.519221206440509, "W21": -32.219424104528279, "S21": -32.219424104528279, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109634.98, 512348.479999999981374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8820900066983217, "S12": -7.4054464175714561, "W13": -24.518592567083861, "S13": -24.518592567083861, "W21": -32.255741982278714, "S21": -32.255741982278714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.05, 512398.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.889303687845536, "S12": -6.2270068576414852, "W13": -24.517963927727227, "S13": -24.517963927727227, "W21": -32.292059860029148, "S21": -32.292059860029148, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.12, 512448.12 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8965173689927175, "S12": -5.8965173689927175, "W13": -24.517335288370575, "S13": -24.517335288370575, "W21": -32.328377737779583, "S21": -32.328377737779583, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.19, 512497.94 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9037310501399318, "S12": -5.9037310501399318, "W13": -24.51670664901394, "S13": -24.51670664901394, "W21": -32.363981959238089, "S21": -32.363981959238089, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.26, 512547.76 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9109447312871142, "S12": -5.9109447312871142, "W13": -24.516078009657292, "S13": -24.516078009657292, "W21": -32.399369160964476, "S21": -32.399369160964476, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.33, 512597.580000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9181584124343294, "S12": -5.9181584124343294, "W13": -24.515449370300658, "S13": -24.515449370300658, "W21": -32.434756362690869, "S21": -32.434756362690869, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.4, 512647.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.925372093581502, "S12": -5.925372093581502, "W13": -24.514820730944006, "S13": -24.555762112864993, "W21": -32.470143564417221, "S21": -32.470143564417221, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.47, 512697.21999999997206 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0865959861167962, "S12": -5.0865959861167962, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.5, 522643.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9325857747287172, "S12": -5.9325857747287172, "W13": -24.514192091587375, "S13": -24.617485120396406, "W21": -32.505530766143607, "S21": -32.505530766143607, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.54, 512747.039999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9397994558758986, "S12": -5.9397994558758986, "W13": -24.513563452230724, "S13": -24.679208127927819, "W21": -32.540917967869994, "S21": -32.540917967869994, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.61, 512796.85999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9470131370231138, "S12": -5.9470131370231138, "W13": -24.512934812874093, "S13": -24.740931135459231, "W21": -32.576305169596381, "S21": -32.576305169596381, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.68, 512846.68 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9542268181702953, "S12": -5.9542268181702953, "W13": -24.512306173517441, "S13": -24.772299881182978, "W21": -32.611692371322775, "S21": -32.611692371322775, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.75, 512896.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9614404993174759, "S12": -5.9614404993174759, "W13": -24.511677534160789, "S13": -24.77206438736075, "W21": -32.647079573049169, "S21": -32.647079573049169, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.82, 512946.32 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.968654180464692, "S12": -5.968654180464692, "W13": -24.511048894804158, "S13": -24.771828893538533, "W21": -32.682466774775556, "S21": -32.682466774775556, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.89, 512996.14000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9758678616118726, "S12": -5.9758678616118726, "W13": -24.510420255447507, "S13": -24.771593399716309, "W21": -32.717853976501942, "S21": -32.717853976501942, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109635.96, 513045.960000000020955 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9830815427590878, "S12": -5.9830815427590878, "W13": -24.509791616090872, "S13": -24.771357905894067, "W21": -32.754311498054761, "S21": -32.754311498054761, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.03, 513095.78000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9902952239062603, "S12": -5.9902952239062603, "W13": -24.509162976734221, "S13": -24.963326461720587, "W21": -32.790774993560966, "S21": -32.790774993560966, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.1, 513145.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.9975089050534756, "S12": -5.9975089050534756, "W13": -24.508534337377593, "S13": -25.435004827807763, "W21": -32.827238489067213, "S21": -32.827238489067213, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.17, 513195.419999999983702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.004722586200657, "S12": -6.004722586200657, "W13": -24.507905698020938, "S13": -25.906683193894942, "W21": -32.86370198457346, "S21": -32.86370198457346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.24, 513245.24 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000018, "S12": -5.0000000000000018, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.285714285710128, 522800.380952380946837 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0191499484950546, "S12": -6.0191499484950546, "W13": -24.506648419307652, "S13": -26.822215210609166, "W21": -32.936628975585954, "S21": -32.936628975585954, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.38, 513344.88 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0263636296422698, "S12": -6.0263636296422698, "W13": -24.506019779951021, "S13": -27.249929219522251, "W21": -32.973092471092201, "S21": -32.973092471092201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.45, 513394.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0335773107894504, "S12": -6.0335773107894504, "W13": -24.207326860214273, "S13": -27.37957894805524, "W21": -33.009555966598448, "S21": -33.009555966598448, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.52, 513444.520000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0407909919366656, "S12": -6.0407909919366656, "W13": -23.811272574066887, "S13": -27.41186731017757, "W21": -33.057276710849685, "S21": -33.057276710849685, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.59, 513494.340000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.048004673083839, "S12": -6.048004673083839, "W13": -23.415218287920055, "S13": -27.444155672299974, "W21": -33.136494991077093, "S21": -33.136494991077093, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.66, 513544.159999999974389 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0552183542310543, "S12": -6.0552183542310543, "W13": -23.019164001772673, "S13": -27.476444034422308, "W21": -33.215713271304622, "S21": -33.215713271304622, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.73, 513593.979999999981374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0624320353782348, "S12": -6.0624320353782348, "W13": -22.623109715625372, "S13": -27.508732396544747, "W21": -33.294931551532116, "S21": -33.294931551532116, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.8, 513643.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0696457165254509, "S12": -6.0696457165254509, "W13": -22.227055429477996, "S13": -27.541020758667084, "W21": -33.374149831759652, "S21": -33.374149831759652, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.87, 513693.62 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0768593976726306, "S12": -6.0768593976726306, "W13": -21.831001143330695, "S13": -27.573309120789524, "W21": -33.453368111987146, "S21": -33.453368111987146, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109636.94, 513743.44 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0840730788198458, "S12": -6.0840730788198458, "W13": -21.434946857183313, "S13": -27.605597482911854, "W21": -33.532586392214682, "S21": -33.532586392214682, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.01, 513793.26 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0912867599670282, "S12": -6.0912867599670282, "W13": -21.038892571036012, "S13": -27.637885845034294, "W21": -33.611804672442176, "S21": -33.611804672442176, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.08, 513843.080000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1057141222614169, "S12": -6.1057141222614169, "W13": -20.558800949813548, "S13": -28.014479520350783, "W21": -33.770241232897114, "S21": -33.770241232897114, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.22, 513942.71999999997206 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1129278034086321, "S12": -6.1129278034086321, "W13": -20.341491949002183, "S13": -28.124393062020118, "W21": -33.84945951312465, "S21": -33.84945951312465, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.29, 513992.539999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1201414845558126, "S12": -6.1201414845558126, "W13": -20.124182948190793, "S13": -28.200779156309231, "W21": -33.928677793352144, "S21": -33.928677793352144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.36, 514042.35999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1273551657030279, "S12": -6.1273551657030279, "W13": -19.906873947379427, "S13": -28.27716525059844, "W21": -34.007896073579673, "S21": -34.007896073579673, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.43, 514092.18 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1345688468502093, "S12": -6.1345688468502093, "W13": -19.689564946568034, "S13": -28.353551344887549, "W21": -34.087114353807173, "S21": -34.087114353807173, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.5, 514142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.148996209144606, "S12": -6.148996209144606, "W13": -19.254946944945281, "S13": -28.506323533465871, "W21": -34.245550914262196, "S21": -34.245550914262196, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.64, 514241.64000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1562098902917866, "S12": -6.1562098902917866, "W13": -19.037637944133888, "S13": -28.58270962775498, "W21": -34.324769194489697, "S21": -34.324769194489697, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.71, 514291.460000000020955 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1634235714390027, "S12": -6.1634235714390027, "W13": -18.820328943322522, "S13": -28.659095722044189, "W21": -34.403987474717233, "S21": -34.403987474717233, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.78, 514341.28000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1706372525861743, "S12": -6.1706372525861743, "W13": -18.603019942511381, "S13": -27.454935356565773, "W21": -34.483205754944635, "S21": -34.483205754944635, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.85, 514391.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1778509337333896, "S12": -6.1778509337333896, "W13": -18.385710941700019, "S13": -24.692087764730456, "W21": -34.562424035172164, "S21": -34.562424035172164, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.92, 514440.919999999983702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1850646148805719, "S12": -6.1850646148805719, "W13": -18.168401940888629, "S13": -21.809072444628136, "W21": -34.641642315399658, "S21": -34.641642315399658, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109637.99, 514490.74 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1922782960277871, "S12": -6.1922782960277871, "W13": -17.637344248405125, "S13": -18.242406231876231, "W21": -34.720860595627194, "S21": -34.720860595627194, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.06, 514540.56 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1994919771749686, "S12": -6.1994919771749686, "W13": -16.589112963516705, "S13": -23.080363045629461, "W21": -34.800078875854688, "S21": -34.800078875854688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.13, 514590.38 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2067056583221838, "S12": -6.2067056583221838, "W13": -15.540881678628107, "S13": -25.073303400528857, "W21": -34.879297156082224, "S21": -34.879297156082224, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.2, 514640.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2139193394693653, "S12": -6.2139193394693653, "W13": -15.0, "S13": -25.954265557636774, "W21": -34.958515436309717, "S21": -34.958515436309717, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.27, 514690.020000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2211330206165796, "S12": -6.2211330206165796, "W13": -15.0, "S13": -27.376109393372641, "W21": -35.037733716537254, "S21": -35.037733716537254, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.34, 514739.840000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2283467017637522, "S12": -6.2283467017637522, "W13": -15.0, "S13": -28.797953229107005, "W21": -35.116951996764655, "S21": -35.116951996764655, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.41, 514789.659999999974389 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2355603829109674, "S12": -6.2355603829109674, "W13": -15.0, "S13": -30.219797064842869, "W21": -35.196170276992191, "S21": -35.196170276992191, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.48, 514839.479999999981374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2427740640581497, "S12": -6.2427740640581497, "W13": -15.0, "S13": -31.641640900578892, "W21": -35.275388557219685, "S21": -35.275388557219685, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.55, 514889.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2499877452053649, "S12": -6.2499877452053649, "W13": -15.0, "S13": -33.063484736314763, "W21": -35.354606837447214, "S21": -35.354606837447214, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.62, 514939.12 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2572014263525464, "S12": -6.2572014263525464, "W13": -15.0, "S13": -34.485328572050783, "W21": -35.433825117674715, "S21": -35.433825117674715, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.69, 514988.94 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2644151074997616, "S12": -6.2644151074997616, "W13": -15.0, "S13": -33.773187953129749, "W21": -35.513043397902244, "S21": -35.513043397902244, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.76, 515038.76 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2716287886469431, "S12": -6.2716287886469431, "W13": -15.0, "S13": -31.850361452371136, "W21": -35.592261678129738, "S21": -35.592261678129738, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.83, 515088.580000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2860561509413309, "S12": -6.2860561509413309, "W13": -15.0, "S13": -28.00470845085637, "W21": -35.750698238584675, "S21": -35.750698238584675, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109638.97, 515188.21999999997206 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2932698320885452, "S12": -6.2932698320885452, "W13": -14.999999999999998, "S13": -26.081881950097973, "W21": -35.829916518812212, "S21": -35.829916518812212, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.04, 515238.039999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3004835132357275, "S12": -6.3004835132357275, "W13": -15.0, "S13": -24.159055449339359, "W21": -35.909134799039705, "S21": -35.909134799039705, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.11, 515287.85999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3076971943829427, "S12": -6.3076971943829427, "W13": -15.0, "S13": -22.236228948580958, "W21": -35.988353079267242, "S21": -35.988353079267242, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.18, 515337.68 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3149108755301242, "S12": -6.3149108755301242, "W13": -15.0, "S13": -20.185874825974459, "W21": -36.067571359494735, "S21": -36.067571359494735, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.25, 515387.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3221245566773057, "S12": -6.3221245566773057, "W13": -15.0, "S13": -18.074357530512323, "W21": -36.146789639722229, "S21": -36.146789639722229, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.32, 515437.32 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.32933823782452, "S12": -6.32933823782452, "W13": -15.0, "S13": -15.962840235050496, "W21": -36.226007919949758, "S21": -36.226007919949758, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.39, 515487.14000000001397 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3365519189717014, "S12": -6.3365519189717014, "W13": -15.0, "S13": -15.925121932898083, "W21": -36.305226200177259, "S21": -36.305226200177259, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.46, 515536.960000000020955 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3437656001189167, "S12": -6.3437656001189167, "W13": -15.000000000000002, "S13": -17.625696471250368, "W21": -36.384444480404788, "S21": -36.384444480404788, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.53, 515586.78000000002794 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3509792812660892, "S12": -6.3509792812660892, "W13": -15.0, "S13": -19.326271009600912, "W21": -36.463662760632189, "S21": -36.463662760632189, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.6, 515636.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3581929624133044, "S12": -6.3581929624133044, "W13": -15.0, "S13": -21.026845547953194, "W21": -36.542881040859726, "S21": -36.542881040859726, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.67, 515686.419999999983702 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3654066435604868, "S12": -6.3654066435604868, "W13": -14.999999999999998, "S13": -21.835503149253839, "W21": -36.622099321087227, "S21": -36.622099321087227, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.74, 515736.24 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.372620324707702, "S12": -6.372620324707702, "W13": -15.0, "S13": -21.874167321808812, "W21": -36.701317601314756, "S21": -36.701317601314756, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.81, 515786.06 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3798340058548826, "S12": -6.3798340058548826, "W13": -15.0, "S13": -21.912831494364482, "W21": -36.780535881542257, "S21": -36.780535881542257, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.88, 515835.88 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3870476870020978, "S12": -6.3870476870020978, "W13": -15.0, "S13": -21.951495666919453, "W21": -36.874442748275314, "S21": -36.874442748275314, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109639.95, 515885.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3942613681492793, "S12": -6.3942613681492793, "W13": -14.999999999999998, "S13": -21.990159839475119, "W21": -36.990443007602046, "S21": -36.990443007602046, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.02, 515935.520000000018626 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4014750492964945, "S12": -6.4014750492964945, "W13": -15.0, "S13": -22.028824012030093, "W21": -37.109843192441161, "S21": -37.109843192441161, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.09, 515985.340000000025611 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4086887304436679, "S12": -6.4086887304436679, "W13": -15.0, "S13": -22.06748818458572, "W21": -37.259848218324287, "S21": -37.259848218324287, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.16, 516035.159999999974389 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4159024115908823, "S12": -6.4159024115908823, "W13": -14.956679500947187, "S13": -22.062831858087876, "W21": -37.381745312025714, "S21": -37.381745312025714, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.23, 516084.979999999981374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4231160927380637, "S12": -6.4231160927380637, "W13": -14.890378106196716, "S13": -22.035194635893077, "W21": -37.241056068873746, "S21": -37.241056068873746, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.3, 516134.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4256608492310789, "S12": -6.4256608492310789, "W13": -14.824076711446217, "S13": -22.007557413697548, "W21": -37.1003668257218, "S21": -37.1003668257218, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.37, 516184.62 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.424681181342466, "S12": -6.424681181342466, "W13": -14.757775316695746, "S13": -21.923865969305595, "W21": -36.96654232704325, "S21": -36.96654232704325, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.44, 516234.44 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4237015134538709, "S12": -6.4237015134538709, "W13": -14.699586306543685, "S13": -21.651068877632433, "W21": -36.889315482354085, "S21": -36.889315482354085, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.51, 516284.26 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.422721845565257, "S12": -6.422721845565257, "W13": -14.723392525043495, "S13": -21.460267014612185, "W21": -36.812088637664885, "S21": -36.812088637664885, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.58, 516334.080000000016298 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4217421776766619, "S12": -6.4217421776766619, "W13": -14.74719874354329, "S13": -21.269465151590879, "W21": -36.752220295523578, "S21": -36.752220295523578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.65, 516383.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4207625097880499, "S12": -6.4207625097880499, "W13": -14.771004962043072, "S13": -21.078663288570858, "W21": -36.814169090672436, "S21": -36.814169090672436, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.72, 516433.71999999997206 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4197828418994547, "S12": -6.4197828418994547, "W13": -14.794811180542869, "S13": -20.887861425549552, "W21": -36.876117885821408, "S21": -36.876117885821408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.79, 516483.539999999979045 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4188031740108418, "S12": -6.4188031740108418, "W13": -14.818617399042679, "S13": -20.697059562529304, "W21": -36.819790569198688, "S21": -36.819790569198688, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.86, 516533.35999999998603 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4178235061222466, "S12": -6.4178235061222466, "W13": -14.842423617542476, "S13": -20.506257699508001, "W21": -36.762387338839481, "S21": -36.762387338839481, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109640.93, 516583.18 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.4168438382336337, "S12": -6.4168438382336337, "W13": -14.866229836042285, "S13": -20.31545583648775, "W21": -36.70498410848024, "S21": -36.70498410848024, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109641.0, 516633.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6580488022860544, "S12": -5.6580488022860544, "W13": -20.0, "S13": -20.0, "W21": -33.314097605626841, "S21": -33.314097605626841, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109642.142857142855064, 521610.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8699340941337734, "S12": -5.8699340941337734, "W13": -24.505144185695713, "S13": -24.505144185695713, "W21": -32.304697778453161, "S21": -32.304697778453161, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109644.721311475412222, 512467.213114754122216 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.3399725393404358, "S12": -6.3399725393404358, "W13": -20.0, "S13": -20.0, "W21": -33.579395761106333, "S21": -33.579395761106333, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109650.0, 520301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8496965556103238, "S12": -5.8592663317034654, "W13": -24.494154947800844, "S13": -24.494154947800844, "W21": -32.299641413324089, "S21": -32.299641413324089, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109653.13008130081289, 512461.821138211409561 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3950244183638887, "S12": -6.3950244183638887, "W13": -15.0, "S13": -20.331919593139801, "W21": -36.38353917158809, "S21": -36.38353917158809, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109655.0, 516887.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6365513472707232, "S12": -5.6365513472707232, "W13": -20.0, "S13": -20.0, "W21": -33.333262674150269, "S21": -33.333262674150269, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109657.571428571434808, 521652.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4331231884781346, "S12": -5.4331231884781346, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109659.571428571434808, 522021.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.3310386123971192, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109661.0, 523198.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8094594516740834, "S12": -6.9504886526339087, "W13": -24.478009536645143, "S13": -24.478009536645143, "W21": -32.246279385875752, "S21": -32.246279385875752, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109666.0, 512391.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6150538922554212, "S12": -5.6150538922554212, "W13": -20.0, "S13": -20.0, "W21": -33.384760009334563, "S21": -33.384760009334563, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109673.0, 521695.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0761654470611219, "S12": -5.0761654470611219, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109675.0, 522670.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.798428957015382, "S12": -5.798428957015382, "W13": -24.464991637423779, "S13": -24.464991637423779, "W21": -32.296887905429635, "S21": -32.296887905429635, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109675.325581395343761, 512462.116279069741722 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5913451980438644, "S12": -5.5913451980438644, "W13": -20.0, "S13": -20.0, "W21": -33.359264319086748, "S21": -33.359264319086748, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109679.571428571434808, 521739.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.1580490637489307, "S12": -6.1580490637489307, "W13": -20.0, "S13": -22.0, "W21": -33.453701103178908, "S21": -33.453701103178908, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109681.0, 520714.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109684.5, 522810.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3366182142453784, "S12": -6.3366182142453784, "W13": -20.0, "S13": -25.176606597596059, "W21": -35.506242289455408, "S21": -35.506242289455408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109685.0, 518081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.567636503832337, "S12": -5.567636503832337, "W13": -20.0, "S13": -20.0, "W21": -33.31580022072373, "S21": -33.31580022072373, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109686.142857142855064, 521783.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5439278096207794, "S12": -5.5439278096207794, "W13": -20.0, "S13": -20.0, "W21": -33.272336122360663, "S21": -33.272336122360663, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109692.714285714289872, 521827.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.4503973399910528, "W13": -20.0, "S13": -20.0, "W21": -34.454123198836569, "S21": -34.454123198836569, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109694.0, 523547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7550545820024652, "S12": -5.7550545820024652, "W13": -24.43987699958199, "S13": -24.43987699958199, "W21": -32.297909440129388, "S21": -32.297909440129388, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109694.401639344258001, 512467.016393442638218 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4205096719876771, "S12": -5.4205096719876771, "W13": -20.0, "S13": -20.0, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109694.428571428565192, 522051.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.5202191154092519, "S12": -5.5202191154092519, "W13": -20.0, "S13": -20.0, "W21": -33.228872023997639, "S21": -33.228872023997639, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109699.285714285710128, 521872.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.7349368191703887, "S12": -5.7444254954662028, "W13": -24.428959536171259, "S13": -24.428959536171259, "W21": -32.292831864498922, "S21": -32.292831864498922, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109702.756097560981289, 512461.585365853679832 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4965104211976952, "S12": -5.4965104211976952, "W13": -20.0, "S13": -20.0, "W21": -33.185407925634571, "S21": -33.185407925634571, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109705.857142857144936, 521916.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4728017269861677, "S12": -5.4728017269861677, "W13": -20.0, "S13": -20.0, "W21": -33.136628543917979, "S21": -33.136628543917979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109712.428571428565192, 521960.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6988381143432605, "S12": -6.4381313267490423, "W13": -24.415108005768076, "S13": -24.415108005768076, "W21": -32.232699471492566, "S21": -32.232699471492566, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109713.875, 512391.375 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0657349080054814, "S12": -5.0657349080054814, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109714.5, 522697.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.3126085532507616, "S12": -6.3126085532507616, "W13": -16.499404327957468, "S13": -16.499404327957468, "W21": -35.607935506792607, "S21": -35.607935506792607, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109716.0, 517288.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.449093032774611, "S12": -5.449093032774611, "W13": -20.0, "S13": -20.0, "W21": -33.087068845317049, "S21": -33.087068845317049, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109719.0, 522005.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.426291151287657, "S12": -5.426291151287657, "W13": -20.0, "S13": -20.0, "W21": -33.037033724182017, "S21": -33.037033724182017, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109722.5, 522047.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6831265527306121, "S12": -5.6831265527306121, "W13": -24.399488259116819, "S13": -24.399488259116819, "W21": -32.287347501900953, "S21": -32.287347501900953, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109725.186046511633322, 512461.875968992244452 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4034892698007031, "S12": -5.4034892698007031, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109726.0, 522089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4078961554972222, "S12": -5.4078961554972222, "W13": -20.0, "S13": -20.039638765985796, "W21": -33.000000000000028, "S21": -33.000000000000028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109729.285714285710128, 522081.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3806873883137492, "S12": -5.3806873883137492, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109729.5, 522131.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999973, "S12": -4.9999999999999973, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109732.714285714289872, 522820.619047619053163 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3578855068267961, "S12": -5.3578855068267961, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109733.0, 522173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3350836253398422, "S12": -5.3350836253398422, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109736.5, 522215.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3122817438528882, "S12": -5.3122817438528882, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109740.0, 522257.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6401750698711233, "S12": -5.6401750698711233, "W13": -24.374609813468251, "S13": -24.374609813468251, "W21": -32.285743130437574, "S21": -32.285743130437574, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109744.081967213118332, 512466.819672131154221 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2873480484647697, "S12": -5.2873480484647697, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109744.857142857144936, 522303.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2624143530766201, "S12": -5.2624143530766201, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109749.714285714289872, 522349.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6201770827304864, "S12": -5.6295846592295646, "W13": -24.363764124541696, "S13": -24.363764124541696, "W21": -32.2787468955568, "S21": -32.2787468955568, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109752.382113821135135, 512461.349593495950103 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0553043689498081, "S12": -5.0553043689498081, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109754.0, 522725.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2374806576885025, "S12": -5.2374806576885025, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109754.571428571434808, 522395.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2125469623003831, "S12": -5.2125469623003831, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109759.428571428565192, 522441.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5882167770124358, "S12": -5.9257740008641751, "W13": -24.352206474891009, "S13": -24.352206474891009, "W21": -32.493473344752367, "S21": -32.493473344752367, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109761.75, 512391.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3952826390067354, "S12": -5.3952826390067354, "W13": -20.000000000000004, "S13": -20.368992060124825, "W21": -32.999999999999979, "S21": -32.999999999999979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109764.142857142855064, 522111.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1876132669122654, "S12": -5.1876132669122654, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109764.285714285710128, 522487.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1626795715241149, "S12": -5.1626795715241149, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109769.142857142855064, 522533.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1377458761359964, "S12": -5.1377458761359964, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109774.0, 522580.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5678241484458741, "S12": -5.5678241484458741, "W13": -24.333984880809876, "S13": -24.333984880809876, "W21": -32.312220710098842, "S21": -32.312220710098842, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109775.04651162790833, 512461.635658914747182 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.2393695130444602, "S12": -6.2393695130444602, "W13": -16.606491936200861, "S13": -16.606491936200861, "W21": -35.551805571225685, "S21": -35.551805571225685, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109776.0, 517246.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999929, "S12": -4.9999999999999929, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109780.928571428565192, 522830.738095238106325 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1123950761308521, "S12": -5.1123950761308521, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109783.428571428565192, 522627.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0446299503838619, "S12": -5.0446299503838619, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109791.0, 522752.083333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.1885132280497173, "S12": -6.1885132280497173, "W13": -15.776845291016695, "S13": -30.776845291016695, "W21": -36.057733689655301, "S21": -36.057733689655301, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109792.0, 516919.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0870442761257433, "S12": -5.0870442761257433, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109792.857142857144936, 522675.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5252955577398142, "S12": -5.5252955577398142, "W13": -24.309342627354525, "S13": -24.309342627354525, "W21": -32.440872613037463, "S21": -32.440872613037463, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109793.762295081964112, 512466.622950819670223 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3826691225162806, "S12": -5.3826691225162806, "W13": -20.0, "S13": -20.698345354263896, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109799.0, 522142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5054173462905522, "S12": -5.5147438229921137, "W13": -24.298568712912118, "S13": -24.298568712912118, "W21": -32.529226039937896, "S21": -32.529226039937896, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109802.008130081303534, 512461.113821138220374 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0616934761205981, "S12": -5.0616934761205981, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109802.285714285710128, 522723.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4775954396816138, "S12": -5.4775954396816138, "W13": -24.289304944013942, "S13": -24.289304944013942, "W21": -32.873454370188028, "S21": -32.873454370188028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109809.625, 512392.125 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0363426761154564, "S12": -5.0363426761154564, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109811.714285714289872, 522771.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.010991876110312, "S12": -5.010991876110312, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109821.142857142855064, 522819.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4525217441611291, "S12": -5.4525217441611309, "W13": -24.26848150250294, "S13": -24.26848150250294, "W21": -32.710552954562282, "S21": -32.710552954562282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109824.906976744183339, 512461.395348837191705 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.1215261524488946, "S12": -6.1215261524488946, "W13": -20.0, "S13": -25.0, "W21": -33.619623390789201, "S21": -33.619623390789201, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109825.0, 520448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0339555318178828, "S12": -5.0339555318178828, "W13": -20.0, "S13": -20.273189326556444, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109828.0, 522779.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999902, "S12": -4.9999999999999902, "W13": -20.0, "S13": -20.069404216025834, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109829.142857142855064, 522840.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.1684837274331423, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109830.571428571434808, 522867.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3724330048884053, "S12": -5.3724330048884053, "W13": -20.0, "S13": -21.282622010186319, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109837.0, 522168.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.4900170638769348, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109840.0, 522915.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.4104160456084731, "S12": -5.4104160456084731, "W13": -24.244075441240785, "S13": -24.258114314478963, "W21": -32.837590180018282, "S21": -32.837590180018282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109843.442622950824443, 512466.426229508186225 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3906576098506509, "S12": -5.3906576098506509, "W13": -24.233373301282555, "S13": -24.25077950597926, "W21": -32.925671281533006, "S21": -32.925671281533006, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109851.634146341457381, 512460.878048780490644 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7635813014328905, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109854.5, 522956.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.3669741023507909, "S12": -5.3669741023507909, "W13": -24.226403413136875, "S13": -24.226403413136875, "W21": -33.25343539562369, "S21": -33.25343539562369, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109857.5, 512392.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0232811132519384, "S12": -5.0232811132519384, "W13": -20.0, "S13": -20.859206673664492, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109865.0, 522806.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999991, "S12": -6.0073516803841134, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109869.0, 522998.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.215685438074932, "S13": -24.215685438074932, "W21": -36.038536679544599, "S21": -36.038536679544599, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109871.0, 511741.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.337219339876393, "S12": -5.337219339876393, "W13": -24.202978124195997, "S13": -24.249821890648889, "W21": -33.108885199025472, "S21": -33.108885199025472, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109874.767441860458348, 512461.155038759694435 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3621968872605299, "S12": -5.3621968872605299, "W13": -20.0, "S13": -22.126157780499859, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109875.0, 522195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999876, "S12": -4.9999999999999876, "W13": -20.0, "S13": -20.924822622270192, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109877.357142857144936, 522850.976190476212651 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2309453689930683, "S12": -5.2309453689930683, "W13": -20.0, "S13": -22.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109882.0, 522434.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0614943013760287, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109883.5, 523040.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -6.0040933748752696, "S12": -6.0040933748752696, "W13": -16.979506246014854, "S13": -16.979506246014854, "W21": -35.40409592341954, "S21": -35.40409592341954, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109889.0, 517188.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.8882894446761718, "S12": -5.8882894446761718, "W13": -14.999999999999998, "S13": -29.980502314687122, "W21": -36.122041248918833, "S21": -36.122041248918833, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109891.0, 516437.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -6.0171856229638578, "S12": -6.0171856229638578, "W13": -20.0, "S13": -20.0, "W21": -33.616706400266487, "S21": -33.616706400266487, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109891.0, 521013.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.178808255127066, "S13": -24.255077008043916, "W21": -33.234307746998986, "S21": -33.234307746998986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109893.122950819670223, 512466.229508196702227 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1156369223679432, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109898.0, 523082.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.168177889652977, "S13": -24.247696869316272, "W21": -33.32211652312823, "S21": -33.32211652312823, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109901.26016260162578, 512460.642276422760915 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0126066946859913, "S12": -5.0126066946859913, "W13": -20.0, "S13": -21.4452240207724, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109902.0, 522833.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5881487182914338, "S12": -5.5881487182914338, "W13": -17.211019065699396, "S13": -27.211019065699396, "W21": -34.114322709351164, "S21": -34.114322709351164, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109903.0, 514597.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.163501882259808, "S13": -24.163501882259808, "W21": -33.633416421059351, "S21": -33.633416421059351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109905.375, 512392.875 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.884390219394886, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109908.0, 524380.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.774045007862088, "S12": -5.774045007862088, "W13": -15.0, "S13": -35.0, "W21": -36.271435327162592, "S21": -36.271435327162592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109910.0, 515962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1697795433599376, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109912.5, 523124.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3519607696326545, "S12": -5.3519607696326545, "W13": -20.0, "S13": -22.969693550813403, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109913.0, 522221.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1114673666828772, "W13": -20.0, "S13": -20.0, "W21": -37.298603803469341, "S21": -37.298603803469341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109920.0, 523885.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5910975006471721, "S12": -5.5910975006471721, "W13": -15.000000000000002, "S13": -35.0, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109921.0, 514898.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4289823531564991, "S12": -5.4289823531564991, "W13": -20.0, "S13": -22.0, "W21": -33.211016197814864, "S21": -33.211016197814864, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109922.0, 522084.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.13747474588904, "S13": -24.229761946600149, "W21": -33.507217443488784, "S21": -33.507217443488784, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109924.627906976747909, 512460.914728682197165 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999849, "S12": -4.9999999999999849, "W13": -20.0, "S13": -21.90629015987259, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109925.571428571434808, 522861.095238095265813 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0321511645319408, "S12": -5.0321511645319408, "W13": -20.0, "S13": -22.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109926.0, 522803.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5597576886766724, "S12": -5.5597576886766724, "W13": -16.141534589314194, "S13": -16.141534589314194, "W21": -34.342892395946421, "S21": -34.342892395946421, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109927.0, 514780.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.2239221643518521, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109927.0, 523166.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.001932276120014, "S12": -5.001932276120014, "W13": -20.0, "S13": -22.241587316261406, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109939.0, 522860.416666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.2466505120760525, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109939.285714285710128, 523213.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.113541069013323, "S13": -24.212592152585252, "W21": -33.631025313979798, "S21": -33.631025313979798, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109942.803278688530554, 512466.032786885218229 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.973497837687761, "S12": -5.973497837687761, "W13": -19.999999999999996, "S13": -24.999999999999996, "W21": -33.71443668641372, "S21": -33.71443668641372, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109943.0, 520588.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.102982478023396, "S13": -24.194299209537075, "W21": -33.718561764723454, "S21": -33.718561764723454, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109950.886178861794178, 512460.406504065031186 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3417246520047783, "S12": -5.3417246520047783, "W13": -20.0, "S13": -23.813229321126943, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109951.0, 522248.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.2255176982240998, "W13": -20.0, "S13": -20.0, "W21": -33.149046693335528, "S21": -33.149046693335528, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109951.571428571434808, 523261.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.100600351382742, "S13": -24.100600351382742, "W21": -34.013397446495013, "S21": -34.013397446495013, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109953.25, 512393.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.2043848843721534, "W13": -20.0, "S13": -20.0, "W21": -33.395700173906619, "S21": -33.395700173906619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109963.857142857144936, 523309.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.071982530657227, "S13": -25.071982530657227, "W21": -32.743879541158613, "S21": -32.743879541158613, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109969.0, 513129.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000133, "S12": -5.0000000000000151, "W13": -20.0, "S13": -23.092203257590999, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109973.785714285710128, 522871.214285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.071971367582101, "S13": -24.163400983757363, "W21": -33.905549687952217, "S21": -33.905549687952217, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109974.488372093022917, 512460.674418604641687 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6611283597387079, "S12": -5.6611283597387079, "W13": -20.0, "S13": -20.0, "W21": -33.700814132172091, "S21": -33.700814132172091, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109975.0, 521675.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.1201030927834701, "W13": -20.0, "S13": -23.124053306405152, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109976.0, 522887.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1832520705202061, "W13": -20.0, "S13": -20.0, "W21": -33.642353654477695, "S21": -33.642353654477695, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109976.142857142855064, 523357.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2232026209040052, "S12": -5.2232026209040052, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109982.0, 522469.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1621192566682588, "W13": -20.0, "S13": -20.0, "W21": -33.889007135048779, "S21": -33.889007135048779, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109988.428571428565192, 523405.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.331488534376903, "S12": -5.331488534376903, "W13": -20.0, "S13": -24.586833365891771, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109989.0, 522274.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.048273882899601, "S13": -24.146528553949985, "W21": -34.027742880960261, "S21": -34.027742880960261, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 109992.483606557376334, 512465.836065573792439 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.037787066393832, "S13": -24.128254878275254, "W21": -34.115007006318564, "S21": -34.115007006318564, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110000.512195121948025, 512460.170731707301456 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1409864428163061, "W13": -20.0, "S13": -20.000000000000004, "W21": -34.135660615619578, "S21": -34.135660615619578, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110000.714285714289872, 523453.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.037698820505675, "S13": -24.037698820505675, "W21": -34.393378471930674, "S21": -34.393378471930674, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110001.125, 512393.625 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8292721966543208, "S12": -5.8292721966543208, "W13": -20.0, "S13": -20.0, "W21": -33.682010150029718, "S21": -33.682010150029718, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110005.0, 521377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3354213046617884, "S12": -5.3354213046617884, "W13": -20.0, "S13": -25.0, "W21": -33.027536629199794, "S21": -33.027536629199794, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110011.0, 522272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1265512949781531, "S12": -5.1265512949781531, "W13": -20.0, "S13": -25.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110011.0, 522650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.2667525773194122, "W13": -20.0, "S13": -23.798119368137034, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110013.0, 522914.583333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1198536289643597, "W13": -20.0, "S13": -20.0, "W21": -34.508944553531713, "S21": -34.508944553531713, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110013.0, 523501.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000107, "S12": -5.0000000000000107, "W13": -20.0, "S13": -24.25315414632454, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110022.0, 522881.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -24.006467989275162, "S13": -24.097040020914655, "W21": -34.303881932415408, "S21": -34.303881932415408, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110024.348837209297926, 512460.434108527144417 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3212524167490276, "S12": -5.3212524167490276, "W13": -20.0, "S13": -24.69033463092585, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110027.0, 522301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1666706721047762, "W13": -20.0, "S13": -20.0, "W21": -34.915927550898829, "S21": -34.915927550898829, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110029.142857142855064, 523548.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.983006696785861, "S13": -24.080397178020647, "W21": -34.42446044794108, "S21": -34.42446044794108, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110042.163934426236665, 512465.639344262308441 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1398436476648062, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110043.0, 523195.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.2378471814729863, "W13": -20.0, "S13": -20.000000000000004, "W21": -35.32291054826549, "S21": -35.32291054826549, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110045.285714285710128, 523595.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.974797289628608, "S13": -23.974797289628608, "W21": -34.773359497366336, "S21": -34.773359497366336, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110049.0, 512394.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0128249924294606, "S12": -5.0128249924294606, "W13": -20.0, "S13": -25.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110050.0, 522864.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.413402061855793, "W13": -20.0, "S13": -24.379482689431093, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110050.0, 522941.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.972591654764251, "S13": -24.061624373959972, "W21": -34.511452247913788, "S21": -34.511452247913788, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110050.138211382116424, 512459.934959349571727 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.6141187471050076, "S12": -5.6141187471050076, "W13": -17.401249594632294, "S13": -17.401249594632294, "W21": -35.327700075958347, "S21": -35.327700075958347, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110055.0, 517146.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.8114343743062129, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110055.0, 524290.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.4898328491516004, "S12": -5.4898328491516004, "W13": -20.0, "S13": -25.0, "W21": -33.46505644374173, "S21": -33.46505644374173, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110056.0, 522002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5533868431584459, "S12": -5.5533868431584459, "W13": -16.085585336805689, "S13": -16.085585336805693, "W21": -35.673347703519596, "S21": -35.673347703519596, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110057.0, 516767.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.2699331725743601, "W13": -20.0, "S13": -20.0, "W21": -35.729893545632599, "S21": -35.729893545632599, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110061.428571428565192, 523642.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3110162991211514, "S12": -5.3110162991211514, "W13": -20.0, "S13": -24.899166890123809, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110065.0, 522327.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8264980776832429, "S12": -5.8264980776832429, "W13": -19.999999999999996, "S13": -27.769429523356223, "W21": -33.868918309895953, "S21": -33.868918309895953, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110067.0, 520258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8174427069608106, "S12": -5.8174427069608106, "W13": -20.0, "S13": -25.0, "W21": -33.810865887670396, "S21": -33.810865887670396, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110067.0, 520763.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.000000000000008, "S12": -5.0000000000000089, "W13": -20.0, "S13": -25.084274426843905, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110070.214285714289872, 522891.452380952367093 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.8410648599555772, "S12": -5.8410648599555772, "W13": -20.0, "S13": -30.0, "W21": -34.140395988686038, "S21": -34.140395988686038, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110073.0, 519033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.940964610968205, "S13": -24.028393947028217, "W21": -34.702214176878961, "S21": -34.702214176878961, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110074.209302325587487, 512460.19379844958894 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.1836444119506737, "W13": -20.0, "S13": -20.0, "W21": -36.136876542999296, "S21": -36.136876542999296, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110077.571428571434808, 523690.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.560051546391735, "W13": -20.0, "S13": -24.960846010725621, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110087.0, 522968.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.917739510672138, "S13": -24.01083274967889, "W21": -34.821178014921777, "S21": -34.821178014921777, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110091.844262295082444, 512465.442622950824443 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0973556513269251, "W13": -20.0, "S13": -20.0, "W21": -36.543859540366412, "S21": -36.543859540366412, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110093.714285714289872, 523737.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.910794543012013, "S13": -23.910794543012013, "W21": -35.149381734389195, "S21": -35.149381734389195, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110097.69230769231217, 512396.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.907396243134695, "S13": -23.992083341471083, "W21": -34.907897489508898, "S21": -34.907897489508898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110099.764227642270271, 512459.699186991841998 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.300780181493276, "S12": -5.300780181493276, "W13": -20.0, "S13": -25.10799914932177, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110103.0, 522354.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0110668907032574, "W13": -20.0, "S13": -19.999999999999993, "W21": -36.950842537733074, "S21": -36.950842537733074, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110109.857142857144936, 523784.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6549136958540069, "S12": -5.6549136958540069, "W13": -20.0, "S13": -25.0, "W21": -33.870672429468073, "S21": -33.870672429468073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110112.0, 521715.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.0, "S13": -15.000000000000004, "W21": -34.642846726774941, "S21": -34.642846726774941, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110113.0, 515275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.5918075658867572, "S12": -5.5918075658867572, "W13": -20.0, "S13": -27.403056992075118, "W21": -34.59513354997226, "S21": -34.59513354997226, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110113.0, 517901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000036, "S12": -5.0000000000000036, "W13": -20.0, "S13": -25.457445694907967, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110118.428571428565192, 522901.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0329238200874489, "W13": -20.0, "S13": -25.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110123.0, 523061.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7067010309276753, "W13": -20.000000000000004, "S13": -25.211056296826516, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110124.0, 522995.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.875461232661266, "S13": -23.95851978971773, "W21": -35.100546421342152, "S21": -35.100546421342152, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110124.069767441862496, 512459.95348837209167 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.9247781300795088, "W13": -20.0, "S13": -19.999999999999996, "W21": -37.35782553510019, "S21": -37.35782553510019, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110126.0, 523832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.852472324558416, "S13": -23.94126832133712, "W21": -35.217895581902482, "S21": -35.217895581902482, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110141.524590163928224, 512465.245901639340445 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.8476167962919341, "W13": -20.0, "S13": -20.0, "W21": -37.713646817604875, "S21": -37.713646817604875, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110142.125, 523872.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2907214307819785, "S12": -5.2907214307819785, "W13": -20.0, "S13": -25.358746960212301, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110143.125, 522380.625 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.846791796395433, "S13": -23.846791796395433, "W21": -35.525403971411933, "S21": -35.525403971411933, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110146.384615384609788, 512399.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.84220083150511, "S13": -23.922542308982219, "W21": -35.30434273110388, "S21": -35.30434273110388, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110149.390243902438669, 512459.463414634170476 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7704554625043585, "W13": -20.0, "S13": -20.0, "W21": -38.069468100109567, "S21": -38.069468100109567, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110158.25, 523913.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.8533505154640588, "W13": -20.0, "S13": -25.403456814543638, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110161.0, 523022.916666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.066910885167465, "S13": -15.066910885167465, "W21": -34.045745096178614, "S21": -34.045745096178614, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110162.0, 514968.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000009, "S12": -5.0000000000000009, "W13": -20.0, "S13": -25.830616962972151, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110166.642857142855064, 522911.690476190473419 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.809957854354323, "S13": -23.888645632407176, "W21": -35.49887866580535, "S21": -35.49887866580535, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110173.930232558137504, 512459.7131782945944 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6813478616873097, "S12": -5.6813478616873097, "W13": -20.0, "S13": -25.0, "W21": -33.884879460232654, "S21": -33.884879460232654, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110174.0, 520994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6932941287167846, "W13": -20.0, "S13": -20.0, "W21": -38.42528938261426, "S21": -38.42528938261426, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110174.375, 523954.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2806626800706802, "S12": -5.2806626800706802, "W13": -20.0, "S13": -25.609494771102831, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110183.25, 522407.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.0, "S13": -15.0, "W21": -34.054144152692871, "S21": -34.054144152692871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110184.0, 514984.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6246169164227089, "W13": -20.0, "S13": -20.0, "W21": -38.781110665118959, "S21": -38.781110665118959, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110190.5, 523995.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.787205138444676, "S13": -23.871703892995288, "W21": -35.614613148883294, "S21": -35.614613148883294, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110191.204918032788555, 512465.049180327856448 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.782789049778835, "S13": -23.782789049778835, "W21": -35.901426208434536, "S21": -35.901426208434536, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110195.076923076921958, 512402.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.644699880943417, "S12": -5.644699880943417, "W13": -20.0, "S13": -25.0, "W21": -33.853387588747445, "S21": -33.853387588747445, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110197.0, 521456.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -25.439424672690393, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110198.0, 523050.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.777005419875529, "S13": -23.853001276493259, "W21": -35.700787972699104, "S21": -35.700787972699104, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110199.016260162607068, 512459.227642276440747 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110201.0, 524566.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.393725494974852, "S13": -35.393725494974852, "W21": -35.93330652862241, "S21": -35.93330652862241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110203.0, 516205.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6451599212060009, "W13": -20.0, "S13": -20.0, "W21": -39.136931947623644, "S21": -39.136931947623644, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110206.625, 524035.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6363885597447574, "S12": -5.6363885597447574, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.897408280699921, "S21": -33.897408280699921, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110208.0, 521163.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999982, "S12": -4.9999999999999982, "W13": -20.0, "S13": -26.203788231036334, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110214.857142857144936, 522921.809523809526581 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.642754945789255, "S12": -5.642754945789255, "W13": -20.0, "S13": -30.0, "W21": -34.017833745909613, "S21": -34.017833745909613, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110217.0, 520189.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6657029259893115, "W13": -20.0, "S13": -20.0, "W21": -39.492753230128336, "S21": -39.492753230128336, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110222.75, 524076.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2706039293593827, "S12": -5.2706039293593827, "W13": -20.0, "S13": -25.860242581993361, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110223.375, 522433.875 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.744454476047384, "S13": -23.818771475096607, "W21": -35.897210910268782, "S21": -35.897210910268782, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110223.790697674412513, 512459.472868217038922 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.152067485354106, "S13": -16.635365073273132, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 516706.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.6141827800888455, "S12": -5.6141827800888455, "W13": -20.0, "S13": -20.0, "W21": -33.896582692697073, "S21": -33.896582692697073, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 521301.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110224.0, 525135.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.9543250458039001, "W13": -20.0, "S13": -25.590463458110573, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110237.5, 523072.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.244442481165205, "S13": -16.954430369740077, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110238.2, 516748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6862459307726443, "W13": -20.000000000000004, "S13": -20.000000000000004, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110238.875, 524117.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.721937952330954, "S13": -23.802139464653532, "W21": -36.011330715863998, "S21": -36.011330715863998, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110240.885245901634335, 512464.85245901637245 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.718786303162236, "S13": -23.718786303162236, "W21": -36.277448445457388, "S21": -36.277448445457388, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110243.769230769234127, 512405.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.9062116055920244, "W13": -20.0, "S13": -25.0, "W21": -33.473978660572513, "S21": -33.473978660572513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110247.0, 523297.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.711810008245969, "S13": -23.78346024400437, "W21": -36.097233214294214, "S21": -36.097233214294214, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110248.642276422760915, 512458.991869918711018 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.16157855774123, "S13": -17.700668371766756, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110249.4, 516671.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.336817476976307, "S13": -18.022437178227786, "W21": -35.000000000000014, "S21": -35.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110252.4, 516790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7067889355559656, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110255.0, 524158.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.0, "S13": -18.952248329270411, "W21": -35.131473369719721, "S21": -35.131473369719721, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110263.0, 515829.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999964, "S12": -4.9999999999999964, "W13": -20.0, "S13": -26.421322526307179, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110263.071428571434808, 522931.928571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2605451786480852, "S12": -5.2605451786480852, "W13": -20.0, "S13": -26.110990392883892, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110263.5, 522460.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.429192472787438, "S13": -19.090443986715613, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110266.6, 516832.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.729998187168608, "S13": -17.729998187168608, "W21": -33.833997309167806, "S21": -33.833997309167806, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110270.0, 514701.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.678951097740427, "S13": -23.748897317786103, "W21": -36.295543154732087, "S21": -36.295543154732087, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110273.651162790702074, 512459.232558139541652 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.171089630128389, "S13": -18.765971670260253, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110274.8, 516636.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.727275808157037, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110275.333333333328483, 524199.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.9086500916077904, "W13": -20.0, "S13": -25.741502243530586, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110277.0, 523094.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.521567468598541, "S13": -20.158450795203322, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110280.8, 516874.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.656670766217214, "S13": -23.732575036311836, "W21": -36.408048282844582, "S21": -36.408048282844582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110290.565573770494666, 512464.65573770494666 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.654783556545659, "S13": -23.654783556545659, "W21": -36.653470682480126, "S21": -36.653470682480126, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110292.461538461531745, 512408.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.613942464409639, "S13": -21.226457603691028, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110295.0, 516916.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110295.666666666671517, 524241.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.646614596616391, "S13": -23.71391921151546, "W21": -36.493678455889437, "S21": -36.493678455889437, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110298.268292682929314, 512458.756097560981289 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.07877324834911, "S13": -15.07877324834911, "W21": -34.917300519456084, "S21": -34.917300519456084, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110299.0, 515754.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.180600702515427, "S13": -19.588403843199281, "W21": -35.000000000000043, "S21": -35.000000000000043, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110300.2, 516601.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.250486427936786, "S12": -5.250486427936786, "W13": -20.0, "S13": -26.361738203774422, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110303.625, 522487.125 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.999999999999992, "S12": -4.999999999999992, "W13": -20.0, "S13": -26.592864181134281, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110311.285714285710128, 522942.047619047632907 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110316.0, 524283.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.8629751374116905, "W13": -20.0, "S13": -25.892541028950767, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110316.5, 523117.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.369659236223516, "S13": -27.369659236223516, "W21": -34.915363625041046, "S21": -34.915363625041046, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110318.0, 517164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.350773345844161, "S13": -16.350773345844161, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110319.0, 516691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.613447719433488, "S13": -23.679023160475605, "W21": -36.693875399195292, "S21": -36.693875399195292, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110323.511627906977083, 512458.992248062044382 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.190111774902586, "S13": -17.428577049307197, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110325.6, 516566.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.746444772108976, "S13": -23.119162790758562, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110335.25, 516943.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110336.333333333328483, 524325.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.591403580103492, "S13": -23.66301060797004, "W21": -36.80476584982528, "S21": -36.80476584982528, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110340.245901639340445, 512464.459016393462662 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.590780809929061, "S13": -23.590780809929061, "W21": -36.896934705883147, "S21": -36.896934705883147, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110341.153846153843915, 512411.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2404276772254894, "S12": -5.2404276772254894, "W13": -20.0, "S13": -26.796649508705755, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110343.75, 522513.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.581419184986828, "S13": -23.644378179026521, "W21": -36.882913659586094, "S21": -36.882913659586094, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110347.894308943083161, 512458.520325203251559 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.206986490317469, "S13": -30.206986490317473, "W21": -34.444787658265824, "S21": -34.444787658265824, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110349.0, 515540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.19962284728971, "S13": -16.65966578463053, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110351.0, 516532.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.8173001832155906, "W13": -20.0, "S13": -26.043579814370943, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110356.0, 523139.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110356.666666666671517, 524366.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -26.764405835961455, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110359.5, 522952.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2402184216368353, "S12": -5.2402184216368353, "W13": -20.0, "S13": -30.0, "W21": -34.242308772525682, "S21": -34.242308772525682, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110363.0, 519430.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.547944341126549, "S13": -23.60914900316498, "W21": -36.871087747173306, "S21": -36.871087747173306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110373.372093023252091, 512458.751937984488904 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.878947079808317, "S13": -26.30995225598064, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110375.5, 516971.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.924085069566091, "S13": -15.924085069566091, "W21": -35.627768220632532, "S21": -35.627768220632532, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110377.0, 516295.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.3399078173045824, "S12": -5.3399078173045824, "W13": -20.0, "S13": -30.0, "W21": -34.152927114426241, "S21": -34.152927114426241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110377.0, 520322.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110377.0, 524408.666666666627862 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2303689265141911, "S12": -5.2303689265141911, "W13": -19.999999999999996, "S13": -28.094482968813494, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110383.875, 522540.375 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.526778063312463, "S13": -23.526778063312463, "W21": -36.873757591627864, "S21": -36.873757591627864, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110389.846153846156085, 512414.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.526136393989752, "S13": -23.593446179628234, "W21": -36.86215962199239, "S21": -36.86215962199239, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110389.926229508200777, 512464.262295081978664 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.262758715835506, "S13": -18.731446269530792, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110392.428571428565192, 516508.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.7716252290194809, "W13": -20.0, "S13": -26.194618599790957, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110395.5, 523161.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110397.333333333328483, 524450.444444444496185 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.516223773357247, "S13": -23.574837146537579, "W21": -36.860038429744513, "S21": -36.860038429744513, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110397.520325203251559, 512458.28455284552183 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -4.9999999999999867, "S12": -4.9999999999999867, "W13": -20.0, "S13": -26.935947490788628, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110407.714285714289872, 522962.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.011449387507657, "S13": -29.100568657053024, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110415.75, 516999.25 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110417.666666666671517, 524492.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.482440962819588, "S13": -23.539274845854468, "W21": -36.848105242405225, "S21": -36.848105242405225, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110423.232558139541652, 512458.511627906991635 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2203101758028936, "S12": -5.2203101758028936, "W13": -19.999999999999996, "S13": -29.017179086938981, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110424.0, 522567.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.8969481739371599, "W13": -20.0, "S13": -25.0, "W21": -36.054621985484765, "S21": -36.054621985484765, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110430.0, 523576.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.325894584381253, "S13": -20.803226754431325, "W21": -35.000000000000064, "S21": -35.000000000000064, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110433.857142857144936, 516485.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.725950274823381, "W13": -20.0, "S13": -26.34565738521114, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110435.0, 523184.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110438.0, 524534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.462775316695865, "S13": -23.462775316695865, "W21": -36.850580477372603, "S21": -36.850580477372603, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110438.538461538468255, 512417.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.46086920787603, "S13": -23.523881751286478, "W21": -36.839250231700539, "S21": -36.839250231700539, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110439.606557377046556, 512464.065573770494666 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.451028361727666, "S13": -23.505296114048665, "W21": -36.837163199902932, "S21": -36.837163199902932, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110447.146341463419958, 512458.048780487792101 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2013689483819832, "S12": -5.2013689483819832, "W13": -20.0, "S13": -29.140509176422412, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110447.857142857144936, 522606.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.406053391985395, "S13": -15.406053391985397, "W21": -34.353185721644593, "S21": -34.353185721644593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110449.0, 515447.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6354133815879575, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110455.0, 524085.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000142, "S12": -5.0000000000000142, "W13": -20.0, "S13": -27.107489145616071, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110455.928571428565192, 522972.404761904734187 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.14395169520699, "S13": -29.197132488163319, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110456.0, 517027.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110461.142857142855064, 524572.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.278554900839438, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110462.0, 525293.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1824277209611047, "S12": -5.1824277209611047, "W13": -20.0, "S13": -29.086504875249876, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110471.714285714289872, 522645.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.416937584512649, "S13": -23.469400688543903, "W21": -36.825122737637152, "S21": -36.825122737637152, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110473.093023255816661, 512458.271317829436157 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6882381178320092, "W13": -20.0, "S13": -26.612125411302255, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110473.75, 523164.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.389030452927045, "S13": -22.875007239331588, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110475.285714285710128, 516462.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -6.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110484.285714285710128, 524610.285714285681024 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.398772570079288, "S13": -23.398772570079288, "W21": -36.827403363117341, "S21": -36.827403363117341, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110487.230769230765873, 512420.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.395602021762286, "S13": -23.4543173229447, "W21": -36.816340841408689, "S21": -36.816340841408689, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110489.286885245906888, 512463.868852459010668 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.64537260577193, "S13": -15.645372605771934, "W21": -34.820008678092982, "S21": -34.820008678092982, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110490.0, 516008.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1634864935401943, "S12": -5.1634864935401943, "W13": -20.0, "S13": -28.971739092894204, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110495.571428571434808, 522684.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0881958447308646, "S12": -5.0881958447308646, "W13": -20.0, "S13": -20.0, "W21": -34.246611104942424, "S21": -34.246611104942424, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110496.0, 520480.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.240786719837697, "S13": -29.501391627579785, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110496.6, 517029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.385832950098106, "S13": -23.435755081559776, "W21": -36.814287970061351, "S21": -36.814287970061351, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110496.772357723573805, 512457.813008130062371 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2584556761284489, "S12": -5.2584556761284489, "W13": -20.0, "S13": -30.0, "W21": -33.837349091758306, "S21": -33.837349091758306, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110501.0, 522089.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000124, "S12": -5.0000000000000124, "W13": -20.0, "S13": -27.297638804738249, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110504.142857142855064, 522982.523809523787349 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110507.428571428565192, 524648.428571428521536 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000009, "S12": -5.6505259608406382, "W13": -20.0, "S13": -26.878436720181966, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110512.5, 523144.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.434831888744775, "S13": -24.929453291504554, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110516.714285714289872, 516439.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1445452661193141, "S12": -5.1445452661193141, "W13": -20.0, "S13": -28.856973310538802, "W21": -32.999999999999993, "S21": -32.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110519.428571428565192, 522724.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.2246506606934462, "S12": -5.2246506606934462, "W13": -20.0, "S13": -30.0, "W21": -33.163493614583679, "S21": -33.163493614583679, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110522.0, 522530.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.35143420620571, "S13": -23.399526531233395, "W21": -36.802140232869071, "S21": -36.802140232869071, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110522.95348837209167, 512458.031007751938887 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.051402162736625, "S13": -17.051402162736625, "W21": -33.993402703552661, "S21": -33.993402703552661, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110523.0, 514963.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110530.571428571434808, 524686.571428571478464 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.33476982346269, "S13": -23.33476982346269, "W21": -36.804226248862072, "S21": -36.804226248862072, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110535.923076923078042, 512423.230769230751321 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.337621744468372, "S13": -29.805650766996141, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110537.2, 517031.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.330334835648564, "S13": -23.384752894602887, "W21": -36.793431451116831, "S21": -36.793431451116831, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110538.967213114752667, 512463.67213114752667 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.960721891003477, "S13": -31.960721891003477, "W21": -34.999999999999993, "S21": -34.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110539.0, 516762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1256040386984045, "S12": -5.1256040386984045, "W13": -20.0, "S13": -28.74220752818313, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110543.285714285710128, 522763.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.320637538468528, "S13": -23.366214049070805, "W21": -36.791412740219762, "S21": -36.791412740219762, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110546.398373983742204, 512457.577235772332642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.6128138038492654, "W13": -20.0, "S13": -27.144748029061681, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110551.25, 523124.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000089, "S12": -5.0000000000000089, "W13": -20.0, "S13": -27.53099233423783, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110552.357142857144936, 522992.642857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110553.714285714289872, 524724.714285714318976 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.000000000000004, "S13": -30.000000000000004, "W21": -34.282353056439135, "S21": -34.282353056439135, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110558.0, 520676.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.455575023706643, "S13": -26.958841042820893, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110558.142857142855064, 516416.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1066628112775261, "S12": -5.1066628112775261, "W13": -20.0, "S13": -28.627441745827795, "W21": -33.000000000000036, "S21": -33.000000000000036, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110567.142857142855064, 522802.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.1122443093000012, "S12": -5.1122443093000012, "W13": -20.0, "S13": -30.0, "W21": -34.287577727323551, "S21": -34.287577727323551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110570.0, 521798.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.28593082789877, "S13": -23.329652373922858, "W21": -36.779157728100991, "S21": -36.779157728100991, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110572.813953488366678, 512457.790697674441617 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110576.857142857144936, 524762.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.434456769099075, "S13": -30.118681111246477, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110577.8, 517033.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.270767076846091, "S13": -23.270767076846091, "W21": -36.781049134606796, "S21": -36.781049134606796, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110584.615384615390212, 512426.153846153873019 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.265067649534824, "S13": -23.315188466261091, "W21": -36.770522060824973, "S21": -36.770522060824973, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110588.647540983612998, 512463.475409836042672 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.5751016468578936, "W13": -20.0, "S13": -27.411059337941388, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110590.0, 523104.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.4104757712644123, "W13": -20.0, "S13": -27.543195648165302, "W21": -33.000000000000014, "S21": -33.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110590.166666666671517, 523060.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.1218681661982535, "W13": -20.000000000000004, "S13": -27.668910197307685, "W21": -32.999999999999986, "S21": -32.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110590.333333333328483, 523016.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0152774311413717, "S12": -5.0152774311413717, "W13": -20.0, "S13": -27.794624746450303, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110590.5, 522973.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0394254820464637, "S12": -5.0394254820464637, "W13": -19.999999999999996, "S13": -28.002432261160511, "W21": -33.000000000000007, "S21": -33.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110590.666666666671517, 522929.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0635735329515228, "S12": -5.0635735329515228, "W13": -20.0, "S13": -28.257554112316114, "W21": -32.999999999999986, "S21": -32.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110590.833333333328483, 522885.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0877215838566157, "S12": -5.0877215838566157, "W13": -20.0, "S13": -28.512675963472127, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110591.0, 522842.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.88986409707265, "S13": -27.88986409707265, "W21": -34.874763956810149, "S21": -34.874763956810149, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110594.0, 517328.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.255442126838965, "S13": -23.296673016581973, "W21": -36.768537510378174, "S21": -36.768537510378174, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110596.02439024389605, 512457.341463414661121 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.476318158668434, "S13": -28.665953331512711, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110599.571428571434808, 516393.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110600.0, 524801.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000071, "S12": -5.0000000000000071, "W13": -20.0, "S13": -27.764345863737411, "W21": -33.027353135777503, "S21": -33.027353135777503, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110600.571428571434808, 523002.761904761893675 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -34.242765981071571, "S21": -34.242765981071571, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110607.0, 521421.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -34.284055178539937, "S21": -34.284055178539937, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110608.0, 521070.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.03306845336493, "S13": -16.03306845336493, "W21": -34.825431753175451, "S21": -34.825431753175451, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110614.0, 516126.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.531291793729746, "S13": -30.45136990372395, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110618.4, 517035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.4730495530324577, "W13": -20.0, "S13": -20.0, "W21": -38.562058603369536, "S21": -38.562058603369536, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110619.0, 523841.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.220427449591813, "S13": -23.259778216612272, "W21": -36.756175223332917, "S21": -36.756175223332917, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110622.674418604656239, 512457.550387596886139 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110625.375, 524841.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.206764330229515, "S13": -23.206764330229515, "W21": -36.757872020351535, "S21": -36.757872020351535, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110633.30769230768783, 512429.076923076936509 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.199800463421102, "S13": -23.245624037919413, "W21": -36.747612670533108, "S21": -36.747612670533108, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110638.327868852458778, 512463.278688524616882 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.497061293630303, "S13": -28.990378207095596, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110641.0, 516370.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.190246715209383, "S13": -23.227131984093059, "W21": -36.745662280536592, "S21": -36.745662280536592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110645.650406504064449, 512457.105691056931391 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0000000000000027, "S12": -5.0000000000000027, "W13": -20.0, "S13": -27.99769939323691, "W21": -33.156942265202595, "S21": -33.156942265202595, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110648.785714285710128, 523012.880952380946837 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110650.75, 524881.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.628126818360453, "S13": -30.784058696201544, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110659.0, 517037.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.154924071284871, "S13": -23.189904059301785, "W21": -36.733192718564837, "S21": -36.733192718564837, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110672.534883720931248, 512457.310077519388869 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110676.125, 524921.75 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -34.514943534744582, "S21": -34.514943534744582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110679.0, 519642.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.14276158361292, "S13": -23.14276158361292, "W21": -36.734694906096266, "S21": -36.734694906096266, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110682.0, 512432.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.134533277307362, "S13": -23.176059609577639, "W21": -36.724703280241258, "S21": -36.724703280241258, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110688.008196721319109, 512463.081967213132884 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.583749161637684, "S13": -31.142990844073431, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110688.375, 516379.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.125051303579802, "S13": -23.157590951604146, "W21": -36.722787050695004, "S21": -36.722787050695004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110695.276422764232848, 512456.869918699201662 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -19.999999999999996, "S13": -28.231052922736488, "W21": -33.28653139462773, "S21": -33.28653139462773, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110697.0, 523023.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110701.5, 524962.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.724748590246996, "S13": -31.174399656256547, "W21": -35.000000000000014, "S21": -35.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110702.2, 517034.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -34.412456320254996, "S21": -34.412456320254996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110710.0, 520787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.089420692977935, "S13": -23.120029901991224, "W21": -36.710210213796771, "S21": -36.710210213796771, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110722.395348837206257, 512457.069767441833392 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110726.875, 525002.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.025907542357931, "S13": -23.025907542357931, "W21": -36.711517791841004, "S21": -36.711517791841004, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110730.69230769231217, 512434.923076923063491 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.792980219912764, "S13": -36.792980219912764, "W21": -36.792980219912764, "S21": -36.792980219912764, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110731.0, 516464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.670437029645065, "S13": -32.888990685556351, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110735.75, 516389.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.047247509736909, "S13": -23.084476599779151, "W21": -36.701793889949407, "S21": -36.701793889949407, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110737.688524590164889, 512462.885245901648887 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -15.85486259275282, "S13": -15.85486259275282, "W21": -34.653735952771491, "S21": -34.653735952771491, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110738.0, 515917.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -28.435331639721532, "W21": -33.414913699260282, "S21": -33.414913699260282, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110744.754716981129604, 523035.792452830180991 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -23.002813042120028, "S13": -23.031007069285039, "W21": -36.699911820853423, "S21": -36.699911820853423, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110744.902439024386695, 512456.634146341471933 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.802121157026544, "S13": -31.545491411204001, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110745.4, 517032.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110746.0, 524122.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110752.25, 525042.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.879584828691144, "S13": -22.900484981066263, "W21": -36.687227709028683, "S21": -36.687227709028683, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110772.255813953495817, 512456.829457364336122 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.811423570694764, "S13": -22.811423570694764, "W21": -36.688340677585742, "S21": -36.688340677585742, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110779.384615384609788, 512437.846153846126981 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.757124897652442, "S13": -34.455753148672493, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110783.125, 516399.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.822391040821952, "S13": -22.842228104505455, "W21": -36.678884499657556, "S21": -36.678884499657556, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110787.368852459010668, 512462.688524590164889 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.86153796195569, "S13": -31.898627404301699, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110788.6, 517029.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -28.63744109893382, "W21": -33.543296003892841, "S21": -33.543296003892841, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110792.509433962259209, 523048.584905660361983 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.58860194547432, "S13": -28.58860194547432, "W21": -34.868785066262582, "S21": -34.868785066262582, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110793.0, 517496.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.778128031685785, "S13": -22.781702599639669, "W21": -36.677036591011841, "S21": -36.677036591011841, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110794.528455284555093, 512456.398373983742204 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -34.619121767698871, "S21": -34.619121767698871, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110811.0, 519815.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.653831851972726, "S13": -22.653831851972726, "W21": -36.66424520426061, "S21": -36.66424520426061, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110822.116279069770826, 512456.589147286838852 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.596939599031646, "S13": -22.596939599031646, "W21": -36.665163563330459, "S21": -36.665163563330459, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110828.076923076921958, 512440.769230769248679 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.843812765659823, "S13": -36.022515611788634, "W21": -36.022515611788634, "S21": -36.022515611788634, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110830.5, 516409.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110831.0, 524847.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.920954766884918, "S13": -32.251763397398832, "W21": -34.999999999999993, "S21": -34.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110831.8, 517027.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.597534571906927, "S13": -22.597534571906927, "W21": -36.655975109365698, "S21": -36.655975109365698, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110837.049180327870999, 512462.491803278680891 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -28.228555350921809, "W21": -33.671678308525443, "S21": -33.671678308525443, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110840.264150943403365, 523061.377358490542974 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.55344302125161, "S13": -22.55344302125161, "W21": -36.654161361170267, "S21": -36.654161361170267, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110844.15447154470894, 512456.162601626012474 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110861.0, 524396.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.428078875254204, "S13": -22.428078875254204, "W21": -36.641262699492543, "S21": -36.641262699492543, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110871.976744186045835, 512456.348837209283374 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.980371571814043, "S13": -32.604899390496414, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110875.0, 517025.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.382455627368415, "S13": -22.382455627368415, "W21": -36.641986449075198, "S21": -36.641986449075198, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110876.769230769234127, 512443.69230769231217 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.930500633667204, "S13": -36.086124991983425, "W21": -36.086124991983425, "S21": -36.086124991983425, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110877.875, 516418.75 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.372678102991966, "S13": -22.372678102991966, "W21": -36.633065719073848, "S21": -36.633065719073848, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110886.729508196716779, 512462.295081967196893 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -27.258697492252004, "W21": -33.800060613157996, "S21": -33.800060613157996, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110888.018867924532969, 523074.169811320782173 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.32875801081736, "S13": -22.32875801081736, "W21": -36.631286131328686, "S21": -36.631286131328686, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110893.780487804877339, 512455.926829268282745 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.721522720820129, "S13": -20.721522720820129, "W21": -34.090724502474778, "S21": -34.090724502474778, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110917.0, 515154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.02801947571837, "S13": -33.027944780368891, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110919.444444444437977, 517014.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.20232589853579, "S13": -22.20232589853579, "W21": -36.618280194724463, "S21": -36.618280194724463, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110921.837209302320844, 512456.108527131786104 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.017188501674585, "S13": -34.275754980114016, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110925.25, 516428.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.167971655705252, "S13": -22.167971655705252, "W21": -36.618809334819936, "S21": -36.618809334819936, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110925.461538461531745, 512446.61538461537566 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110934.0, 524742.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -26.288839633583276, "W21": -33.928442917790555, "S21": -33.928442917790555, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110935.773584905662574, 523086.962264150963165 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.147821634076941, "S13": -22.147821634076941, "W21": -36.610156328781997, "S21": -36.610156328781997, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110936.40983606557711, 512462.098360655712895 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.956577515528547, "S13": -36.956577515528551, "W21": -36.956577515528551, "S21": -36.956577515528551, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110939.0, 516382.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.104073000383117, "S13": -22.104073000383117, "W21": -36.60841090148709, "S21": -36.60841090148709, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110943.406504065045738, 512455.691056910553016 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -33.885586309306454, "S21": -33.885586309306454, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110946.0, 522878.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.075667379622821, "S13": -31.718401591225735, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110963.888888888890506, 517004.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.976572921817308, "S13": -21.976572921817308, "W21": -36.595297689956368, "S21": -36.595297689956368, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110971.697674418610404, 512455.868217054288834 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.103876369681963, "S13": -31.726705895603089, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110972.625, 516438.25 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.953487684042017, "S13": -21.953487684042017, "W21": -36.595632220564667, "S21": -36.595632220564667, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110974.153846153843915, 512449.538461538439151 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.318981774914548, "W21": -34.056825222423122, "S21": -34.056825222423122, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110983.528301886792178, 523099.754716981144156 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.922965165162097, "S13": -21.922965165162097, "W21": -36.587246938490125, "S21": -36.587246938490125, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110986.09016393442289, 512461.901639344287105 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.879387989948938, "S13": -21.879387989948938, "W21": -36.585535671645516, "S21": -36.585535671645516, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 110993.032520325199584, 512455.455284552823287 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -34.767163282234833, "S21": -34.767163282234833, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111003.0, 520097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -16.477409848952938, "S13": -26.477409848952938, "W21": -34.716993502676218, "S21": -34.716993502676218, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111008.0, 516048.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.123315283527152, "S13": -30.408513588729072, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111008.333333333328483, 516994.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.190564237689344, "S13": -27.734895470095111, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111020.0, 516448.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.750819945098787, "S13": -21.750819945098787, "W21": -36.572315185188309, "S21": -36.572315185188309, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111021.558139534885413, 512455.627906976733357 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.739003712378896, "S13": -21.739003712378896, "W21": -36.572455106309384, "S21": -36.572455106309384, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111022.846153846156085, 512452.461538461560849 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.546874690548623, "S13": -17.546874690548623, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111027.0, 516647.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0000000000000009, "W13": -20.0, "S13": -24.349123916245819, "W21": -34.185207527055674, "S21": -34.185207527055674, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111031.283018867921783, 523112.547169811325148 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.698108696247072, "S13": -21.698108696247072, "W21": -36.527179143429336, "S21": -36.527179143429336, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111035.770491803283221, 512461.704918032803107 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.654702979514692, "S13": -21.654702979514692, "W21": -36.465271673855241, "S21": -36.465271673855241, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111042.658536585367983, 512455.219512195093557 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.170963187431603, "S13": -29.098625586234192, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111052.777777777781012, 516984.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.281835841234567, "S13": -23.594298695387124, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111068.0, 516459.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.525066968380372, "S13": -21.525066968380372, "W21": -36.256021925858676, "S21": -36.256021925858676, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111071.418604651160422, 512455.387596899236087 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.524519740715668, "S13": -21.524519740715668, "W21": -36.255143229094898, "S21": -36.255143229094898, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111071.538461538468255, 512455.38461538462434 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.379266057577091, "W21": -34.313589831688233, "S21": -34.313589831688233, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111079.037735849051387, 523125.339622641506139 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.473252227332111, "S13": -21.473252227332111, "W21": -36.164839617832364, "S21": -36.164839617832364, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111085.450819672129001, 512461.508196721319109 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -34.7653004839879, "S21": -34.7653004839879, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111087.0, 520800.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.816746242725486, "S21": -34.816746242725486, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111090.0, 520377.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.430017969080627, "S13": -21.430017969080627, "W21": -36.103257310474966, "S21": -36.103257310474966, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111092.28455284552183, 512454.983739837422036 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -20.0, "S13": -25.804805505949563, "W21": -35.092584730540878, "S21": -35.092584730540878, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111093.0, 518002.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.21861109133593, "S13": -27.886509836855261, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111097.222222222218988, 516973.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.373107444779688, "S13": -21.490967653723679, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111116.0, 516471.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.310035769052501, "S13": -21.310035769052501, "W21": -35.905640261906925, "S21": -35.905640261906925, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111120.230769230765873, 512458.30769230768783 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.409408198908142, "W21": -34.441972136320828, "S21": -34.441972136320828, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111126.792452830195543, 523138.132075471687131 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.431258750504266, "S13": -17.431258750504266, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111128.0, 516495.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.578551449084397, "S13": -33.578551449084401, "W21": -35.072244622965002, "S21": -35.072244622965002, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111129.0, 517154.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.266258995240385, "S13": -27.544305516443057, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111141.666666666671517, 516963.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.725785089845498, "S13": -17.725785089845498, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111145.0, 516650.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.464379048324908, "S13": -20.05251064180689, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111164.0, 516483.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.472382482533654, "S21": -34.472382482533654, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111165.0, 522931.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -35.011639876423061, "S21": -35.011639876423061, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111166.0, 519303.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -33.0, "S21": -33.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111166.0, 524077.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.439550340239414, "W21": -34.590963505717518, "S21": -34.590963505717518, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111174.547169811325148, 523150.924528301868122 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -34.501880807284046, "S21": -34.501880807284046, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111176.0, 522745.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.313906899144715, "S13": -26.906280303837832, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111186.111111111109494, 516953.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.698933408651381, "S13": -17.698933408651381, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111187.0, 516599.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.555650651870128, "S13": -22.658189578167896, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111212.0, 516495.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.048076276295671, "S13": -29.048076276295664, "W21": -35.168248197945346, "S21": -35.168248197945346, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111220.0, 517347.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -34.587588146384881, "S21": -34.587588146384881, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111222.0, 522593.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.469692481570686, "W21": -34.761821964341642, "S21": -34.761821964341642, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111222.301886792454752, 523163.716981132049114 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.361554803049167, "S13": -26.268255091234312, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111230.555555555562023, 516943.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.020989505247378, "W21": -34.676403992405092, "S21": -34.676403992405092, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111239.0, 522060.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.251131688766364, "S13": -19.251131688766364, "W21": -35.211708608944718, "S21": -35.211708608944718, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111254.0, 517435.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -22.37604459753129, "S13": -23.37604459753129, "W21": -36.170006572468132, "S21": -36.170006572468132, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111255.0, 513724.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.646922255415348, "S13": -25.126751819278979, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111260.0, 516507.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.82231709112321, "S21": -34.82231709112321, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111261.0, 523157.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.932680422966037, "S21": -34.932680422966037, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111270.056603773584357, 523176.509433962288313 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.409202706953494, "S13": -22.862261320869159, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111275.0, 516933.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -34.533232231321399, "S21": -34.533232231321399, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111283.0, 522464.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.125310878753584, "S13": -19.125310878753584, "W21": -35.159733631065592, "S21": -35.159733631065592, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111302.0, 517322.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.738193858960468, "S13": -26.330799652493845, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111308.0, 516519.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.103538881590161, "S21": -35.103538881590161, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111317.811320754713961, 523189.301886792469304 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.957069247701519, "S13": -33.957069247701519, "W21": -35.106982109334353, "S21": -35.106982109334353, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111320.0, 517210.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.491049380127858, "S13": -19.479445378118694, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111324.5, 516938.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.574920017692367, "S13": -32.574920017692364, "W21": -34.943201869239559, "S21": -34.943201869239559, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111326.0, 516410.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.829465462505691, "S13": -27.53484748570574, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111356.0, 516531.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -34.571595063620542, "S21": -34.571595063620542, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111362.0, 522351.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.281712959219888, "S21": -35.281712959219888, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111365.566037735843565, 523202.094339622650295 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.572896053302117, "S13": -19.554770423814571, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111374.0, 516943.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.712654270709979, "S13": -29.712654270709979, "W21": -35.294634993547078, "S21": -35.294634993547078, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111375.0, 517598.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.135449713755619, "S21": -35.135449713755619, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111385.0, 523141.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.543010061061501, "S13": -27.543010061061501, "W21": -34.878449498774948, "S21": -34.878449498774948, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111400.0, 516329.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.897760878994454, "S13": -29.139893193815265, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111400.625, 516532.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.101392173426075, "W13": -20.0, "S13": -20.0, "W21": -36.870219898241466, "S21": -36.870219898241466, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111407.0, 523393.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.491601963120587, "S21": -35.491601963120587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111413.320754716987722, 523214.886792452831287 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.654742726476478, "S13": -21.010404313764262, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111423.5, 516948.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.96605629548322, "S13": -30.744938901924797, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111445.25, 516534.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -19.999999999999996, "S13": -20.570932854485029, "W21": -35.701490967021257, "S21": -35.701490967021257, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111461.075471698117326, 523227.679245283012278 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -34.67932691540144, "S21": -34.67932691540144, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111469.0, 522233.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.736589399650839, "S13": -22.466038203713953, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111473.0, 516953.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -20.982048362593016, "S13": -20.982048362593016, "W21": -34.534410254247057, "S21": -34.534410254247057, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111476.0, 513134.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.029241866555306, "S13": -21.029241866555306, "W21": -34.574981324624829, "S21": -34.574981324624829, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111477.5, 513162.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.076435370517594, "S13": -21.076435370517594, "W21": -34.615552395002602, "S21": -34.615552395002602, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111479.0, 513191.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -20.0, "S13": -20.0, "W21": -35.365284034793007, "S21": -35.365284034793007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111488.0, 517736.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.034351711971983, "S13": -32.349984610034326, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111489.875, 516535.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.052644207155371, "S13": -21.052644207155371, "W21": -34.542282837973247, "S21": -34.542282837973247, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111496.0, 513219.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.438033627986055, "S13": -29.438033627986055, "W21": -35.172042502239506, "S21": -35.172042502239506, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111505.0, 517330.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.053123853131002, "S13": -21.053123853131002, "W21": -34.510020321119114, "S21": -34.510020321119114, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111507.0, 513245.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.560034568573922, "W21": -35.911379970921928, "S21": -35.911379970921928, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111508.83018867924693, 523240.47169811319327 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.220564360800807, "S13": -19.220564360800807, "W21": -35.109754501109983, "S21": -35.109754501109983, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111512.0, 517199.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.053603499106636, "S13": -21.053603499106636, "W21": -34.477757804264975, "S21": -34.477757804264975, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111518.0, 513272.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.818436072825097, "S13": -23.921672093664704, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111522.5, 516958.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.102647128460749, "S13": -31.28723358165422, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111534.5, 516537.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.153410981578421, "S13": -33.153410981578425, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111543.0, 516559.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -20.961818056612778, "S13": -20.961818056612778, "W21": -34.297962949670151, "S21": -34.297962949670151, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111549.0, 513297.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -17.950523286176882, "S13": -17.950523286176882, "W21": -34.937336911726021, "S21": -34.937336911726021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111554.0, 516433.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0000000000000053, "W13": -20.0, "S13": -21.26437807665458, "W21": -36.121268974822598, "S21": -36.121268974822598, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111556.584905660376535, 523253.264150943374261 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.000000000000007, "W21": -34.902273739858401, "S21": -34.902273739858401, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111565.0, 522137.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.900282745999455, "S13": -25.377305983614391, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111572.0, 516964.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.170942544949511, "S13": -26.362442159444498, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111579.125, 516538.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -20.0, "S13": -30.0, "W21": -35.411169346188458, "S21": -35.411169346188458, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111580.0, 517824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.96872158473554, "W21": -36.331157978723731, "S21": -36.331157978723731, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111604.339622641506139, 523266.05660377361346 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.972852395319933, "S13": -26.693882666292147, "W21": -35.000000000000007, "S21": -35.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111616.444444444437977, 516968.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.239237961438278, "S13": -20.915606504229334, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111623.75, 516540.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111627.0, 523787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.580045379956776, "S13": -19.580045379956776, "W21": -35.160656162420352, "S21": -35.160656162420352, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111644.0, 517294.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.381435361930759, "S13": -34.381435361930762, "W21": -35.103187119652866, "S21": -35.103187119652866, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111652.0, 517173.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -4.9999999999999813, "W13": -20.0, "S13": -22.673065092816202, "W21": -36.541046982624401, "S21": -36.541046982624401, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111652.094339622635744, 523278.849056603794452 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -35.09732190660182, "S21": -35.09732190660182, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111655.0, 522075.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.045422044640425, "S13": -24.927580369951134, "W21": -35.000000000000014, "S21": -35.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111660.888888888890506, 516972.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.344897484725703, "S13": -18.344897484725703, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111666.0, 516565.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.307533377927044, "S13": -18.307533377927044, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111668.375, 516541.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -20.0, "S13": -20.0, "W21": -35.47394191616479, "S21": -35.47394191616479, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111676.0, 517947.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.377408600897052, "W21": -36.7509359865251, "S21": -36.7509359865251, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111699.8490566037799, 523291.641509433975443 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.117991693960793, "S13": -21.291957045261967, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111705.333333333328483, 516976.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.608714293437426, "S13": -29.608714293437426, "W21": -35.146050558282255, "S21": -35.146050558282255, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111706.0, 517258.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.375828794415806, "S13": -18.892551202442561, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111713.0, 516543.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.817079913793428, "S13": -33.817079913793428, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111734.0, 516779.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.38177079606907, "S13": -34.38177079606907, "W21": -35.061051117784672, "S21": -35.061051117784672, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111742.0, 517097.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.08175210897771, "W21": -36.960824990425778, "S21": -36.960824990425778, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111747.603773584909504, 523304.433962264156435 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.190561343281288, "S13": -21.746433507768518, "W21": -34.999999999999993, "S21": -34.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111749.777777777781012, 516980.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.462304785806591, "S13": -20.148931697914264, "W21": -35.000000000000007, "S21": -35.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111761.285714285710128, 516551.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.151340032619185, "S13": -19.151340032619185, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111765.0, 516945.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.6416608842936, "S13": -19.6416608842936, "W21": -35.127619091000781, "S21": -35.127619091000781, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111765.0, 517227.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.000000000000004, "W21": -35.383469428251587, "S21": -35.383469428251587, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111793.0, 521988.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.263130992601759, "S13": -26.490167685748442, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111794.222222222218988, 516984.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -4.9999999999999991, "W13": -20.0, "S13": -24.786095617058368, "W21": -37.170713994326448, "S21": -37.170713994326448, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111795.358490566039109, 523317.226415094337426 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.632591672990255, "S13": -29.632591672990255, "W21": -35.108282115770677, "S21": -35.108282115770677, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111799.0, 517193.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.548780777197297, "S13": -20.985337686712739, "W21": -34.999999999999986, "S21": -34.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111809.571428571434808, 516560.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.576300293487026, "S13": -29.576300293487026, "W21": -35.080673111023621, "S21": -35.080673111023621, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111821.0, 517142.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.521970133158433, "S13": -21.521970133158433, "W21": -34.973413346540305, "S21": -34.973413346540305, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111830.0, 516528.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.591699052271998, "S21": -35.591699052271998, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111830.0, 519686.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.335700641922255, "S13": -29.619362843026096, "W21": -35.000000000000014, "S21": -35.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111838.666666666671517, 516988.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111843.113207547168713, 523330.018867924518418 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.00254019990804, "S13": -29.00254019990804, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111847.0, 516790.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.30681732417408, "S13": -29.30681732417408, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111847.0, 516965.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.635256768588082, "S13": -21.204890351624034, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111857.857142857144936, 516569.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.349322360592772, "S13": -18.349322360592772, "W21": -34.879980373370934, "S21": -34.879980373370934, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111858.0, 516405.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.701483600214608, "S13": -21.701483600214608, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111861.0, 516605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -35.548559708387906, "S21": -35.548559708387906, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111883.0, 521944.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.408270291242626, "S13": -28.221237271237968, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111883.111111111109494, 516992.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111890.867924528298317, 523342.811320754699409 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.721732759978863, "S13": -21.127886377458676, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111906.142857142855064, 516578.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.480839940563115, "S13": -26.963328770123393, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111927.555555555562023, 516996.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.45696541870862, "W21": -35.4655681728836, "S21": -35.4655681728836, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111932.0, 522029.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.95044600800642, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111938.622641509427922, 523355.6037735848804 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.808208751369651, "S13": -20.28619173230673, "W21": -35.000000000000028, "S21": -35.000000000000028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111954.428571428565192, 516587.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.123934349829614, "S13": -19.123934349829614, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111959.0, 516765.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -35.642547886299724, "S21": -35.642547886299724, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111961.0, 518275.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.553409589883593, "S13": -25.705420269009238, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111972.0, 517001.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.715018225755678, "S21": -35.715018225755678, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111976.0, 521901.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.847951854844638, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111986.377358490572078, 523368.3962264151196 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.595120931660382, "S21": -35.595120931660382, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 111999.0, 521038.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.354379743917448, "S13": -21.354379743917448, "W21": -34.752076143295326, "S21": -34.752076143295326, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112002.0, 516286.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.894684742760354, "S13": -19.912726280371913, "W21": -34.999999999999986, "S21": -34.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112002.714285714289872, 516596.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -35.78774376657352, "S21": -35.78774376657352, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112006.0, 518575.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.586113526256753, "S13": -24.685786159815429, "W21": -35.000000000000007, "S21": -35.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112013.285714285710128, 516984.857142857159488 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -7.25, "S12": -7.25, "W13": -21.339418544035865, "S13": -21.339418544035865, "W21": -34.657611540008752, "S21": -34.657611540008752, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112030.0, 515436.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.745457701682955, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112034.132075471701683, 523381.188679245300591 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.981160734151139, "S13": -20.361512162205003, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112051.0, 516605.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.618817462629835, "S13": -23.700659072993918, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112054.571428571434808, 516968.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.705405561926209, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112071.285714285710128, 523358.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.759306799109879, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112073.857142857144936, 523309.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.813208036293648, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112076.428571428565192, 523260.714285714260768 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.867109273477318, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112079.0, 523212.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.728734658461207, "S21": -35.728734658461207, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112080.0, 518445.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.000000000000004, "W21": -35.882329647567694, "S21": -35.882329647567694, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112087.0, 521870.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.795949223764566, "S21": -35.795949223764566, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112088.0, 518585.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.066812562674563, "S13": -21.284633547719793, "W21": -34.999999999999979, "S21": -34.999999999999979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112091.666666666671517, 516619.833333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.552164201433907, "S13": -22.552164201433907, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112094.0, 516897.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.651521399002998, "S13": -22.715531986172955, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112095.857142857144936, 516952.571428571420256 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.875184042131792, "W21": -36.999999999999986, "S21": -36.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112103.0, 523168.888888888875954 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -30.0, "W21": -35.778841270461385, "S21": -35.778841270461385, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112113.0, 518547.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.883258810786263, "W21": -36.999999999999964, "S21": -36.999999999999964, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112127.0, 523125.777777777751908 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.15246439119807, "S13": -22.15246439119807, "W21": -35.000000000000021, "S21": -35.000000000000021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112132.333333333328483, 516634.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.684225335376166, "S13": -21.891953391469766, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112137.142857142855064, 516936.428571428579744 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.891333579440666, "W21": -37.000000000000028, "S21": -37.000000000000028, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112151.0, 523082.666666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.238116219721494, "S13": -22.238116219721494, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112173.0, 516649.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.899408348095136, "W21": -37.000000000000014, "S21": -37.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112175.0, 523039.555555555562023 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.716929271749326, "S13": -21.534394431115086, "W21": -35.000000000000014, "S21": -35.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112178.428571428565192, 516920.285714285739232 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.551526698148706, "S13": -21.551526698148706, "W21": -35.015603781467682, "S21": -35.015603781467682, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112182.0, 516247.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.90748311674961, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112199.0, 522996.444444444437977 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.323768048244919, "S13": -22.323768048244919, "W21": -34.999999999999986, "S21": -34.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112213.666666666671517, 516664.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.749633208122408, "S13": -21.176835470760548, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112219.714285714289872, 516904.142857142840512 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.915557885404084, "W21": -36.999999999999972, "S21": -36.999999999999972, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112223.0, 522953.333333333313931 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -20.0, "S13": -20.0, "W21": -35.084831143299844, "S21": -35.084831143299844, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112235.0, 517086.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.923632654058483, "W21": -37.000000000000036, "S21": -37.000000000000036, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112247.0, 522910.222222222248092 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.409419876768425, "S13": -21.953293163788075, "W21": -35.000000000000014, "S21": -35.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112254.333333333328483, 516679.166666666686069 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.782337144495571, "S13": -20.819276510405871, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112261.0, 516888.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -36.166021683025832, "S21": -36.166021683025832, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112268.0, 521811.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.710520784694641, "S13": -20.975620267110557, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112269.5, 516839.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.931707422712954, "W21": -37.000000000000021, "S21": -37.000000000000021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112271.0, 522867.111111111124046 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.63870442489371, "S13": -21.131964023815247, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112278.0, 516791.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.566888065092776, "S13": -21.288307780519929, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112286.5, 516742.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -19.495071705291849, "S13": -21.444651537224622, "W21": -35.0, "S21": -35.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112295.0, 516694.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.000000000000004, "S13": -24.939782191367431, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112295.0, 522824.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.935096672007887, "W21": -36.999999999999957, "S21": -36.999999999999957, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112321.9, 522787.099999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.0035107084773, "S21": -36.0035107084773, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112326.0, 520159.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.000000000000004, "S13": -24.930411152648254, "W21": -37.000000000000021, "S21": -37.000000000000021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112348.8, 522750.200000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.000000000000004, "S13": -24.92572563328871, "W21": -36.999999999999979, "S21": -36.999999999999979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112375.7, 522713.299999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.92104011392907, "W21": -37.000000000000043, "S21": -37.000000000000043, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112402.6, 522676.400000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -20.0, "S13": -20.0, "W21": -35.234237345612208, "S21": -35.234237345612208, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112411.0, 517348.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -36.356701822878982, "S21": -36.356701822878982, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112412.0, 521787.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.059591908715042, "S21": -36.059591908715042, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112416.0, 520407.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.91635459456953, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112429.5, 522639.5 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -9.1, "S12": -9.1, "W13": -18.991887489680494, "S13": -21.991887489680494, "W21": -34.964940730098469, "S21": -34.964940730098469, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112441.0, 516281.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.827843798873534, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112450.0, 522682.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.911669075209986, "W21": -36.999999999999957, "S21": -36.999999999999957, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112456.4, 522602.599999999976717 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -36.44541754688737, "S21": -36.44541754688737, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112463.0, 521762.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.906983555850349, "W21": -37.000000000000021, "S21": -37.000000000000021, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112483.3, 522565.700000000011642 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.902298036490809, "W21": -36.999999999999979, "S21": -36.999999999999979, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112510.2, 522528.799999999988358 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.897612517131172, "W21": -37.000000000000043, "S21": -37.000000000000043, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112537.1, 522491.900000000023283 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.892926997771632, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112564.0, 522455.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.899727671149087, "S21": -35.899727671149087, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112574.0, 518785.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -36.607129490605999, "S21": -36.607129490605999, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112584.0, 521717.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.894032721237473, "W21": -36.999999999999986, "S21": -36.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112590.428571428565192, 522414.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.895138444703292, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112616.857142857144936, 522373.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.896244168169133, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112643.285714285710128, 522332.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -19.999999999999996, "W21": -35.466270062976854, "S21": -35.466270062976854, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112658.0, 517691.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.897349891634953, "W21": -37.000000000000007, "S21": -37.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112669.714285714289872, 522291.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.898455615100797, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112696.142857142855064, 522250.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.735153866137118, "S21": -36.735153866137118, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112707.0, 521708.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.899561338566613, "W21": -37.000000000000014, "S21": -37.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112722.571428571434808, 522209.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.900667062032458, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112749.0, 522168.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.920153982537489, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112767.0, 522124.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.819605218547593, "S21": -36.819605218547593, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112780.0, 521713.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.939640903042516, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112785.0, 522081.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.959127823547547, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112803.0, 522037.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.978614744052578, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112821.0, 521994.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -24.998101664557606, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112839.0, 521950.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.000000000000004, "S13": -25.000000000000004, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112857.0, 521907.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -36.910038825427847, "S21": -36.910038825427847, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112867.0, 521748.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112875.0, 521863.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112893.0, 521820.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112911.0, 521776.5 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.500801352835023, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112929.0, 521733.0 ] } }, +{ "type": "Feature", "properties": { "W11": -0.5, "S11": -0.5, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -35.736625692923681, "S21": -35.736625692923681, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112951.0, 518035.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -25.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112955.0, 521773.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -23.134479824705725, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112958.368421052626218, 521693.526315789495129 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.768158296575308, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 112987.736842105266987, 521654.052631578932051 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.40183676844601, "W21": -37.000000000000007, "S21": -37.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113017.105263157893205, 521614.57894736842718 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.035515240316716, "W21": -37.000000000000014, "S21": -37.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113046.473684210519423, 521575.105263157922309 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.669193712186296, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113075.842105263160192, 521535.63157894735923 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -21.302872184057001, "W21": -37.000000000000014, "S21": -37.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113105.21052631578641, 521496.15789473685436 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.936550655926581, "W21": -36.999999999999986, "S21": -36.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113134.57894736842718, 521456.684210526291281 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.570229127797287, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113163.947368421053397, 521417.21052631578641 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.203907599667989, "W21": -37.000000000000007, "S21": -37.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113193.315789473679615, 521377.736842105281539 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113222.684210526320385, 521338.263157894718461 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113252.052631578946603, 521298.78947368421359 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113281.42105263157282, 521259.315789473708719 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113310.78947368421359, 521219.84210526314564 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.000000000000007, "S21": -37.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113340.157894736839808, 521180.36842105264077 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.26130758992565, "S21": -36.26130758992565, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113362.0, 519101.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999986, "S21": -36.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113369.526315789480577, 521140.894736842077691 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113398.894736842106795, 521101.42105263157282 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113428.263157894733013, 521061.947368421067949 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999986, "S21": -36.999999999999986, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113457.631578947373782, 521022.473684210504871 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113487.0, 520983.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.000000000000007, "S21": -37.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113524.909090909088263, 520954.909090909117367 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113562.818181818176527, 520926.818181818176527 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.000000000000014, "S21": -37.000000000000014, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113600.727272727279342, 520898.727272727293894 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -19.999999999999996, "S13": -19.999999999999996, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113638.636363636367605, 520870.636363636353053 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.000000000000007, "S21": -37.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113676.545454545455868, 520842.54545454547042 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113714.454545454544132, 520814.45454545452958 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.000000000000007, "S21": -37.000000000000007, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113752.363636363632395, 520786.363636363646947 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -22.872974894781009, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113762.0, 521151.0 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113790.272727272720658, 520758.272727272706106 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113828.181818181823473, 520730.181818181823473 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -36.999999999999993, "S21": -36.999999999999993, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113866.090909090911737, 520702.090909090882633 ] } }, +{ "type": "Feature", "properties": { "W11": -1.8, "S11": -1.8, "W12": -5.0, "S12": -5.0, "W13": -20.0, "S13": -20.0, "W21": -37.0, "S21": -37.0, "W22": null, "S22": null, "W31": null, "S31": null, "W32": null, "S32": null }, "geometry": { "type": "Point", "coordinates": [ 113904.0, 520674.0 ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py new file mode 100644 index 0000000..fb1d57d --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py @@ -0,0 +1,336 @@ +"""Compute bottom elevations of the PWN bodemlagen (layer boundaries) for the NHFLO model. + +This script reads contour-line and borehole point data for the seven aquitard +layers (S11, S12, S13, S21, S22, S31, S32) and their overlying aquifers +(W11 … W32), runs a series of quality checks, interpolates all tops and +thicknesses to a common set of point locations, and writes the resulting +bottom-elevation point clouds to GeoJSON files in the ``botm/`` subdirectory. + +Workflow +-------- +1. **Load data** - ``get_point_values`` reads digitised contour lines and + borehole interpretations for each layer (top ``TSxx`` and thickness + ``DSxx``) from the source GeoJSON files and returns a + :class:`geopandas.GeoDataFrame` of point values. +2. **Quality checks** - three automated tests are run per layer: + + * *Test 1a*: all thickness values must be >= 0 and non-NaN. + * *Test 1b*: points inside the zero-thickness masks must carry a value + of exactly 0. + * *Test 2*: all data points must lie within the layer boundary. + * *Test 3*: duplicate locations are detected and merged by taking the + mean value. + +3. **Interpolate** - ``interpolate_to_all_points`` performs scipy linear + interpolation with a nearest-neighbour fallback (for points inside the + boundary but outside the convex hull of the data cloud) to map all tops + and thicknesses to the union of data-point locations across every layer. +4. **Compute bottoms** - bottom elevations are derived as: + + * *Aquifer Wxx*: bottom = top of the underlying aquitard (``TS_xx``). + * *Aquitard Sxx*: bottom = ``TS_xx`` - ``DS_xx``. + * *Aquitard S32* (deepest layer, fixed thickness): bottom = ``TS32`` - 5 m. + +5. **Enforce non-negative thickness** - a downward and an upward sweep clamp + interpolated (non-original) values that would create negative layer + thicknesses. Conflicts between two original data points are logged as + warnings but left unchanged. Downward sweep first because upper layers are + assumed to be better known. +6. **Save** - all layers are merged into a single + :class:`geopandas.GeoDataFrame` (with a ``layer`` column identifying each + layer) and written to ``botm.geojson``. + +Notes +----- +Several ``# TODO`` comments in the source mark known data-quality issues that +still require manual intervention. These do not affect the script's output +but are tracked for future improvement. +""" + +import logging +import os +from pathlib import Path + +import geopandas as gpd +import numpy as np +from interpolation_helper_functions import get_point_values, interpolate_to_all_points + +from nhflodata.get_paths import get_abs_data_path + +# logging.basicConfig(level=logging.WARNING) +logger = logging.getLogger(__name__) + +# DONE: Alle boring na de Koster dataset toevoegen/evalueren, zodat er meer punten zijn voor de interpolatie (get_point_values()). +# DONE: Koster "daw_bestanden" en "kaarten_2024_voor_interpolatie" mapjes op de juiste plek zetten. DAW -> geojson. src\nhflodata\data\mockup\bodemlagen_pwn_2024\v2.0.0\koster_daw +# TODO: "if fpath_shp_ber.exists() is True:" in get_point_values() eruit. Als laag is S11 dan skip +# TODO: get_point_values(layer_name) label bij punten met de bron van de data. Niet vereist voor implementatie NHFLO. Wel van toegevowegde waarde bij latere inversie stap. +# DONE: within gdf_msk_bergen gdf_d is assigned np.nan. Shouldn't it be zero? +# DONE: "daw_data_TS_DS.shp" in get_point_values() heeft 0.01m dikte voor aquitards die afwezig zijn. Check of deze punten in masks liggen en andersom. Dubbel check of er geen 1cm laagdikten in eindproduct zitten, want speciale betekenis. +# DONE: Controleer of er geen locaties zijn die meerdere keren voorkomen en verschillende waarden hebben +# DONE: Bergen mask en Koster 0.01 mask samenvoegen tot 1 mask. +# TODO: Sanity checks voor gdf_d en gdf_t. Geen negatieve dikten. Hoe wordt omgegaan met ontbrekende waarden? Doorsnijdt Top min dikte de top van de onderliggende laag? +# TODO: Add points from mask polygons to gdf_d with value 0, so that these points are included in the interpolation and get a value of zero. This is currently done by creating a separate GeoDataFrame with the interpolation points and using spatial join to find the points that are within the mask polygons, but for course interpolation grids info is lost. The zero masks can be used for thickness, but the top is not known. +# TODO: Compute gdf_t for the points created from the zero masks. + +data_path = get_abs_data_path("bodemlagen_pwn_2024", "2.0.0") + +# Tolerance for floating point comparisons (meters) +THICKNESS_TOL = 1e-6 + +# Names of the layers to be interpolated +layer_names = ["S11", "S12", "S13", "S21", "S22", "S31", "S32"] + +dict_t = {} +dict_d = {} + +for layer_name in layer_names: + # Create GeoDataFrames with the data points of the top and thicknesses + gdf_t = get_point_values(path=data_path, layer_name=f"T{layer_name}", dx_zero_vertices_interpolation=50.0) + gdf_d = get_point_values(path=data_path, layer_name=f"D{layer_name}", dx_zero_vertices_interpolation=50.0) + + # Test 1a: All thicknesses should be zero or positive (no negative or NaN values). + n_negative = int((gdf_d["value"] < 0).sum()) + n_nan_d = int(gdf_d["value"].isna().sum()) + if n_negative == 0 and n_nan_d == 0: + logger.info("Test 1a passed for %s: all gdf_d values are zero or positive.", layer_name) + else: + if n_negative > 0: + logger.warning("Test 1a failed for %s: %d gdf_d points have negative values.", layer_name, n_negative) + if n_nan_d > 0: + logger.warning("Test 1a failed for %s: %d gdf_d points have NaN values.", layer_name, n_nan_d) + + n_nan_t = int(gdf_t["value"].isna().sum()) + if n_nan_t == 0: + logger.info("Test 1a passed for %s: all gdf_t values are non-NaN.", layer_name) + else: + logger.warning("Test 1a failed for %s: %d gdf_t points have NaN values.", layer_name, n_nan_t) + + # Test 1b: All thicknesses should be zero in _mask_combined.geojson. + mask_name = f"D{layer_name}" + fp_zero_masks = Path(data_path, "dikte_aquitard", mask_name, f"{mask_name}_mask_combined.geojson") + gdf_zero_masks = gpd.read_file(fp_zero_masks) + + gdf_d_in_mask = gpd.sjoin(gdf_d, gdf_zero_masks, predicate="within") + non_zero = gdf_d_in_mask[gdf_d_in_mask["value_left"] != 0] + + gdf_d.loc[gdf_d_in_mask.index, "value"] = 0 # TODO: This one should not be necessary + + # ax=gdf_d.plot(); non_zero.plot(ax=ax, c="red"); gdf_zero_masks.boundary.plot(ax=ax, color="blue") + if non_zero.empty: + logger.info("Test 1b passed for %s: all gdf_d points within zero masks have value 0.", layer_name) + else: + logger.warning( + "Test 1b failed for %s: %d gdf_d points within zero masks have non-zero values.", + layer_name, + len(non_zero), + ) + + # Test 2: All data points should lie on or inside the boundaries. + gdf_boundary = gpd.read_file(os.path.join(data_path, "boundaries", layer_name, f"{layer_name}.geojson")) + + gdf_t_in_boundary = gpd.sjoin(gdf_t, gdf_boundary, predicate="intersects") + n_t_outside = len(gdf_t) - len(gdf_t_in_boundary) + # ax=gdf_t.plot(); gdf_t[~gdf_t.index.isin(gdf_t_in_boundary.index)].plot(ax=ax, c="red"); gdf_boundary.boundary.plot(ax=ax, color="blue") + if n_t_outside == 0: + logger.info("Test 2 passed for %s: all gdf_t points lie on or within the boundary.", layer_name) + else: + logger.warning("Test 2 failed for %s: %d gdf_t points lie outside the boundary.", layer_name, n_t_outside) + + gdf_t = gdf_t.loc[gdf_t_in_boundary.index] # TODO: This one should not be necessary + + gdf_d_in_boundary = gpd.sjoin(gdf_d, gdf_boundary, predicate="intersects") + n_d_outside = len(gdf_d) - len(gdf_d_in_boundary) + # ax=gdf_d.plot(); gdf_d[~gdf_d.index.isin(gdf_d_in_boundary.index)].plot(ax=ax, c="red"); gdf_boundary.boundary.plot(ax=ax, color="blue") + if n_d_outside == 0: + logger.info("Test 2 passed for %s: all gdf_d points lie on or within the boundary.", layer_name) + else: + logger.warning("Test 2 failed for %s: %d gdf_d points lie outside the boundary.", layer_name, n_d_outside) + + gdf_d = gdf_d.loc[gdf_d_in_boundary.index] # TODO: This one should not be necessary + + # Test 3: No multiple data points at the exact same location. + # ax=gdf_t.plot(); gdf_t[gdf_t.duplicated(subset="geometry")].plot(ax=ax, c="red") + # ax=gdf_d.plot(); gdf_d[gdf_d.duplicated(subset="geometry")].plot(ax=ax, c="red") + dup_count = int(gdf_t.duplicated(subset="geometry").sum()) + gdf_t = gdf_t.dissolve(by=gdf_t.geometry, aggfunc="mean").reset_index( + drop=True + ) # TODO: This one should not be necessary + if dup_count == 0: + logger.info("Test 3 passed for %s: no duplicate points in gdf_t.", layer_name) + else: + logger.warning( + "Test 3 failed for %s: %d duplicate points in gdf_t. Taking the mean of duplicate values.", + layer_name, + dup_count, + ) + + dup_count = int(gdf_d.duplicated(subset="geometry").sum()) + gdf_d = gdf_d.dissolve(by=gdf_d.geometry, aggfunc="mean").reset_index( + drop=True + ) # TODO: This one should not be necessary + if dup_count == 0: + logger.info("Test 3 passed for %s: no duplicate points in gdf_d.", layer_name) + else: + logger.warning( + "Test 3 failed for %s: %d duplicate points in gdf_d. Taking the mean of duplicate values.", + layer_name, + dup_count, + ) + + dict_t[layer_name] = gdf_t + dict_d[layer_name] = gdf_d + +logger.info("Data loaded and checked for duplicates. Ready for interpolation.") + +# --- Layer model definition (single source of truth) --- +# Each entry: (output_layer_name, s_layer_key, layer_type) +# Aquifer Wxx: bottom = TS_xx (top of the corresponding aquitard) +# Aquitard Sxx: bottom = TS_xx - DS_xx (except S32: TS32 - 5.0) +output_layers = [ + ("W11", "S11", "aquifer"), + ("S11", "S11", "aquitard"), + ("W12", "S12", "aquifer"), + ("S12", "S12", "aquitard"), + ("W13", "S13", "aquifer"), + ("S13", "S13", "aquitard"), + ("W21", "S21", "aquifer"), + ("S21", "S21", "aquitard"), + ("W22", "S22", "aquifer"), + ("S22", "S22", "aquitard"), + ("W31", "S31", "aquifer"), + ("S31", "S31", "aquitard"), + ("W32", "S32", "aquifer"), + ("S32", "S32", "aquitard_fixed"), +] + +# --- Collect all unique point locations across all layers --- +all_points = [] +for layer_name in layer_names: + for gdf in [dict_t[layer_name], dict_d[layer_name]]: + coords = np.column_stack([gdf.geometry.x, gdf.geometry.y]) + all_points.append(coords) + +all_points = np.vstack(all_points) +all_points_unique = np.unique(all_points, axis=0) +logger.info("Collected %d unique point locations across all layers.", len(all_points_unique)) + +# --- Interpolate all TS and DS values to all unique locations --- +# After this step, all points inside the boundary have values (linear +# interpolation with nearest-neighbor fallback). Points outside the +# boundary are NaN and will be filtered out when saving. +interp_t = {} +interp_d = {} + +for layer_name in layer_names: + gdf_boundary = gpd.read_file(os.path.join(data_path, "boundaries", layer_name, f"{layer_name}.geojson")) + interp_t[layer_name] = interpolate_to_all_points( + gdf=dict_t[layer_name], all_xy=all_points_unique, boundary_gdf=gdf_boundary + ) + interp_d[layer_name] = interpolate_to_all_points( + gdf=dict_d[layer_name], all_xy=all_points_unique, boundary_gdf=gdf_boundary + ) + logger.info("Interpolated TS and DS for layer %s.", layer_name) + +# --- Compute bottom elevations for all 14 layers --- +botm_arrays = {} +is_original_arrays = {} + +for layer_name, s_layer, layer_type in output_layers: + ts = interp_t[s_layer] + + if layer_type == "aquifer": + botm_arrays[layer_name] = ts["value"].values.copy() + is_original_arrays[layer_name] = ts["is_original"].values.copy() + elif layer_type == "aquitard": + ds = interp_d[s_layer] + botm_arrays[layer_name] = ts["value"].values - ds["value"].values + is_original_arrays[layer_name] = ts["is_original"].values & ds["is_original"].values + elif layer_type == "aquitard_fixed": + botm_arrays[layer_name] = ts["value"].values.copy() - 5.0 + is_original_arrays[layer_name] = ts["is_original"].values.copy() + +# --- Enforce non-negative thickness --- +# Two sweeps ensure interpolated values respect original data from both sides. +# NaN (= outside boundary) is handled transparently: np.fmin/fmax skip NaN, +# and NaN comparisons are False so no spurious violations are detected. +layer_order = [name for name, _, _ in output_layers] + +# Downward sweep: clamp interpolated values DOWN to respect data above. +running_min = botm_arrays[layer_order[0]].copy() +for i in range(1, len(layer_order)): + layer = layer_order[i] + orig = is_original_arrays[layer] + + violation = botm_arrays[layer] > running_min + THICKNESS_TOL + if violation.any(): + adjust = violation & ~orig + botm_arrays[layer][adjust] = running_min[adjust] + logger.info( + "Downward sweep at %s: %d interpolated values clamped down.", + layer, + int(adjust.sum()), + ) + + running_min = np.fmin(running_min, botm_arrays[layer]) + +# Upward sweep: clamp interpolated values UP to respect data below. +running_max = botm_arrays[layer_order[-1]].copy() +for i in range(len(layer_order) - 2, -1, -1): + layer = layer_order[i] + orig = is_original_arrays[layer] + + violation = botm_arrays[layer] < running_max - THICKNESS_TOL + if violation.any(): + adjust = violation & ~orig + botm_arrays[layer][adjust] = running_max[adjust] + logger.info( + "Upward sweep at %s: %d interpolated values clamped up.", + layer, + int(adjust.sum()), + ) + + running_max = np.fmax(running_max, botm_arrays[layer]) + +# Report remaining violations (both layers original, cannot be resolved) +for i in range(1, len(layer_order)): + upper = layer_order[i - 1] + lower = layer_order[i] + both_orig = is_original_arrays[upper] & is_original_arrays[lower] + violation = both_orig & (botm_arrays[lower] > botm_arrays[upper] + THICKNESS_TOL) + n = int(violation.sum()) + if n > 0: + logger.warning( + "Unresolved: %d original data points have negative thickness between %s and %s. NOT adjusted.", + n, + upper, + lower, + ) + +# --- Filter to boundary and collect all layers --- +crs = interp_t[layer_names[0]].crs +gdfs = [] + +for layer_name, s_layer, _ in output_layers: + gdf_botm = gpd.GeoDataFrame( + {"layer": layer_name, "value": botm_arrays[layer_name], "is_original": is_original_arrays[layer_name]}, + geometry=gpd.points_from_xy(all_points_unique[:, 0], all_points_unique[:, 1]), + crs=crs, + ) + + # Keep only points within the layer boundary + gdf_boundary = gpd.read_file(os.path.join(data_path, "boundaries", s_layer, f"{s_layer}.geojson")) + within = gpd.sjoin(gdf_botm, gdf_boundary, predicate="intersects") + gdf_botm = gdf_botm.loc[within.index].reset_index(drop=True) + + gdfs.append(gdf_botm) + logger.info("Filtered bottom of %s to %d points.", layer_name, len(gdf_botm)) + +# --- Merge and save as a single GeoJSON --- +gdf_all = gpd.GeoDataFrame( + {layer: gdfi["value"] for layer, gdfi in zip(layer_order, gdfs, strict=True)}, # TODO: This creates separate columns per layer, but we want a single "value" column and a "layer" column to identify the layer. This is needed for the inversion step later. + geometry=gdfs[0].geometry.copy(), + crs=crs, +) +fpath_out = Path(data_path, "botm.geojson") +gdf_all.to_file(fpath_out, driver="GeoJSON") +logger.info("Saved all %d bottom points (%d layers) to %s.", len(gdf_all), len(output_layers), fpath_out) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py similarity index 68% rename from src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py rename to src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py index 1181e1a..9310e43 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolation_helper_functions.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py @@ -1,13 +1,27 @@ +"""Helper functions for interpolating PWN aquitard layer boundaries. + +Provides utilities to extract point values from contour-line and polygon +shapefiles, interpolate them to a target grid, and manipulate spatial data +for the NHFLO model layer construction. +""" + from pathlib import Path import geopandas as gpd import numpy as np import pandas as pd +import shapely from scipy.interpolate import griddata # Default CRS, Amersfoort RD CRS_RD = 28992 +# Sentinel value in Koster (1997) shapefiles indicating layer absence (1 cm thickness) +KOSTER_ABSENT_VALUE = 0.01 + +# Expected number of polygons bordering a single contour line +N_BORDERING_POLYGONS = 2 + # These dictonaries map the polygon values in the hnflo data # version of the Koster shapefiles to values for the contour # lines. The value that is assigned to the contour line is the @@ -152,9 +166,9 @@ def get_internal_contour_lines(gdf_ln, gdf_pl): - """This function looks for linestrings in gdf_ln that do not - overlap with the polygon boundaries in gdf_pl. The purpose is - to separate the lines that represent a thickness from the lines + """Return linestrings that do not overlap with polygon boundaries. + + Separates the lines that represent a thickness from the lines that represent the limit of occurrence of a layer. Only used for thicknesses, not for the tops. @@ -173,7 +187,7 @@ def get_internal_contour_lines(gdf_ln, gdf_pl): limit of occurrence """ # Select only the polygons which indicate the regions where the layer does not occur - idx = gdf_pl["VALUE"] == 0.01 + idx = gdf_pl["VALUE"] == KOSTER_ABSENT_VALUE # Create a new GeoDataFrame containing the polygon boundaries as (Multi)LineStrings gdf_bnd = gpd.GeoDataFrame( @@ -203,11 +217,12 @@ def assign_poly_values_to_linestrings( gdf_pl, # GeoDataFrame with the Koster (1997) polygons layer_name, # Name of the layer ): - """This function tries to identify which polygons in gdf_pl border - a contour line in gdf_ln. Ideally, a contour line forms the separation - between two polygons but this is not always the case due to topology - errors and the addition of polygons to the Koster (1997) shapefiles - from other sources (occurs mostly in the southern part of the area). + """Identify which polygons in gdf_pl border a contour line and assign values. + + Ideally, a contour line forms the separation between two polygons but this + is not always the case due to topology errors and the addition of polygons + to the Koster (1997) shapefiles from other sources (occurs mostly in the + southern part of the area). Parameters ---------- @@ -233,7 +248,7 @@ def assign_poly_values_to_linestrings( # Check for polygons with VALUE attribute of 0.01 m, signals where layer is absent # Only returns rows for DS files, no effect for TS files - idx = gdf_pl["VALUE"] == 0.01 + idx = gdf_pl["VALUE"] == KOSTER_ABSENT_VALUE # Remove the 0.01 m polygons gdf_pl = gdf_pl.loc[~idx] # Renumber the index @@ -254,18 +269,18 @@ def assign_poly_values_to_linestrings( gdf_i = gdf_int.loc[idx] # Determine the length of the DataFrame, i.e. the number of polygons that intersect the linestring - N = len(gdf_i) + n = len(gdf_i) - # Default remark for N == 2 + # Default remark for n == N_BORDERING_POLYGONS remark = "Value assigned automatically in Python script." # The linestring's geometry is the same for all rows of gdf_i. Only one is # needed to build the GeoDataFrame returned by the function. geom = gdf_i["geometry"].values[0] - # Ideally each contour has a polygon to either side, so N == 2. This is not always the case, - # hence the need for these conditional statements - if N == 2: + # Ideally each contour has a polygon to either side, so n == N_BORDERING_POLYGONS. + # This is not always the case, hence the need for these conditional statements + if n == N_BORDERING_POLYGONS: # Get the VALUE attribute of each polygon v0 = gdf_i["VALUE"].values[0] v1 = gdf_i["VALUE"].values[1] @@ -292,22 +307,20 @@ def assign_poly_values_to_linestrings( # - overlapping polygons in the original shapefiles # - the start- and end points of the contour lines touch (digitizing mistake) # - when polygons from another data source were added to the original Koster (1997) polygons. - # In these cases N is larger than 2 and it cannot be determined + # In these cases n is larger than 2 and it cannot be determined # automatically what the value for the linestring must be. - elif N > 2: + elif n > N_BORDERING_POLYGONS: v = [None] remark = "Line intersects more than 2 polygons. Assign value manually." - # print(gdf_i["index_right"].to_list()) - gdf_i["index_right"].dropna().astype(int).values # A line can intersect no or a single polygon. This is most frequently the case for # the lines that were added to the Koster (1997) linestrings for the Bergen area # (based on the Stuyfzand figures). - elif N < 2: + elif n < N_BORDERING_POLYGONS: v = [None] remark = "Line intersects less than 2 polygons. Assign value manually." # Append one line to the data for each linestring in gdf_ln - data.append([*v, N, remark, geom]) + data.append([*v, n, remark, geom]) # Return a GeoDataFrame of linestrings return gpd.GeoDataFrame( @@ -353,9 +366,7 @@ def combine_lists(lists): def join_contour_line_segments(gdf_ln): - """This function combines the individual linestrings that appear - in the original Koster (1997) contour line files into larger - linestrings. + """Combine individual Koster (1997) linestrings into larger contour lines. Parameters ---------- @@ -423,12 +434,13 @@ def join_contour_line_segments(gdf_ln): ) -def get_point_values(path, layer_name): - """This function is called from interpolate_layer_boundaries.py to convert - line segments to points and combine it with point data from the geo_daw - data (top/thickness values for borehole interpreted by Koster, 1997) and - the point values for the Bergen area (digitized from the figures in the - Stuyfzand, 1987 report). +def get_point_values(*, path, layer_name, dx_zero_vertices_interpolation=100.0): + """Convert contour line segments to points and combine with borehole data. + + Converts line segments to points and combines them with point data from + the geo_daw data (top/thickness values for boreholes interpreted by Koster, + 1997) and the point values for the Bergen area (digitized from the figures + in the Stuyfzand, 1987 report). Parameters ---------- @@ -436,6 +448,10 @@ def get_point_values(path, layer_name): Path to the data. layer_name : str Name of the layer. + dx_zero_vertices_interpolation : float, optional + The distance between the vertices of the polygons with 0 thickness that + will be added to the point data for interpolation. Only used for the + thickness layers, not for the tops. Default is 100 m if CRS is in m. Returns ------- @@ -446,11 +462,11 @@ def get_point_values(path, layer_name): # src_dir = Path("..", "gis", "kaarten_2024_voor_interpolatie") # Set the paths to the files to be read if layer_name.find("T") == 0: - fpath_shp = Path(path, "top_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") - fpath_shp_ber = Path(path, "top_aquitard", layer_name, f"{layer_name}_bergen_points.shp") + fpath_shp = Path(path, "top_aquitard", layer_name, f"{layer_name}_union_with_values_edited.geojson") + fpath_shp_ber = Path(path, "top_aquitard", layer_name, f"{layer_name}_bergen_points.geojson") elif layer_name.find("D") == 0: - fpath_shp = Path(path, "dikte_aquitard", layer_name, f"{layer_name}_union_with_values_edited.shp") - fpath_shp_ber = Path(path, "dikte_aquitard", layer_name, f"{layer_name}_bergen_points.shp") + fpath_shp = Path(path, "dikte_aquitard", layer_name, f"{layer_name}_union_with_values_edited.geojson") + fpath_shp_ber = Path(path, "dikte_aquitard", layer_name, f"{layer_name}_bergen_points.geojson") # Import the contour lines gdf_ln = gpd.read_file(fpath_shp) @@ -484,6 +500,8 @@ def get_point_values(path, layer_name): crs=CRS_RD, ) + gdf_pts.drop_duplicates(inplace=True) + # Check if a shapefile with point data exists for the Bergen area if fpath_shp_ber.exists() is True: # Read the file @@ -504,33 +522,43 @@ def get_point_values(path, layer_name): gdf_daw = gdf_daw.rename(columns={layer_name: "value"}) # Add the points to gdf_pts - return pd.concat([gdf_pts, gdf_daw]) + gdf_pts = pd.concat([gdf_pts, gdf_daw]) + + if layer_name.find("D") == 0: + fp_zero_masks = Path(path, "dikte_aquitard", layer_name, f"{layer_name}_mask_combined.geojson") + gdf_zero_masks = gpd.read_file(fp_zero_masks) + _gdf_zero_thickness = polygon_vertices_interpolated(gdf=gdf_zero_masks, dx=dx_zero_vertices_interpolation) + _gdf_zero_thickness = gpd.GeoDataFrame( + data={"value": len(_gdf_zero_thickness) * [0.0]}, + geometry=_gdf_zero_thickness.geometry, + crs=CRS_RD, + ) + # Locations that were already present in gdf_pts are overwritten with zero thickness values + _gdf_pts = gdf_pts[~gdf_pts.geometry.isin(_gdf_zero_thickness.geometry)] + gdf_pts = pd.concat([_gdf_pts, _gdf_zero_thickness]) -def interpolate_gdf(gdf_pt, gdf, gdf_ns=None, gdf_msk=None): + return gdf_pts + + +def interpolate_gdf(gdf_pt, gdf, gdf_ns=None): """Interpolate the point values of a layer to a (model) grid. Parameters ---------- + gdf_pt : GeoDataFrame + GeoDataFrame with the points of the interpolation grid. gdf : GeoDataFrame - GeoDataFrame with the points of the interpolation grid - gdf : GeoDataFrame - GeoDataFrame with the values to be interpolated + GeoDataFrame with the values to be interpolated. gdf_ns : GeoDataFrame, optional GeoDataFrame with a polygon used to fill the grid below the North Sea - with nearest neighbour values after the interpolation. Not used + with nearest-neighbour values after the interpolation. Not used if None is passed (default). - gdf_msk : GeoDataFrame, optional - GeoDataFrame with polygons that indicates where a layer is absent, as - indicated by the 0.01 m thickness values in the Koster (1997) - shapefiles. Points inside these polygons will be assigned a zero - thickness. Should be set to None (default) when interpolating the - layer top. Returns ------- - _type_ - _description_ + numpy.ndarray + 1-D array of interpolated values at the locations in ``gdf_pt``. """ # Create 1D arrays for the interpolation points xi = gdf_pt["geometry"].x.to_numpy() @@ -549,6 +577,7 @@ def interpolate_gdf(gdf_pt, gdf, gdf_ns=None, gdf_msk=None): values=z, xi=(xi[None, :], yi[None, :]), method="linear", # Note: cubic gives very poor results + fill_value=np.nan, # NaN outside the convex hull ) # Repeat the interpolation for the interpolation points below @@ -594,43 +623,119 @@ def interpolate_gdf(gdf_pt, gdf, gdf_ns=None, gdf_msk=None): return zint -# from sklearn.neighbors import KNeighborsRegressor +def interpolate_to_all_points(*, gdf, all_xy, boundary_gdf): + """Interpolate GeoDataFrame point values to all target locations. + + Uses scipy griddata with linear interpolation, with nearest-neighbor + fallback for points inside the boundary but outside the convex hull. + Clips results to the layer boundary. + + Parameters + ---------- + gdf : gpd.GeoDataFrame + Source points with 'value' column and point geometry. + all_xy : np.ndarray + Target locations as (N, 2) array of x, y coordinates. + boundary_gdf : gpd.GeoDataFrame + Boundary polygon(s) to clip interpolated results. + + Returns + ------- + gpd.GeoDataFrame + GeoDataFrame with interpolated 'value' and 'is_original' columns + at target locations, clipped to the boundary (NaN outside). + 'is_original' is True for points that coincide with source data. + """ + src_xy = np.column_stack([gdf.geometry.x, gdf.geometry.y]) + src_values = gdf["value"].values + + # Linear interpolation + interpolated = griddata(src_xy, src_values, all_xy, method="linear") -# def interpolate_gdf(X, Y, gdf): -# x = gdf["geometry"].x.to_numpy() -# y = gdf["geometry"].y.to_numpy() -# z = gdf["value"].to_numpy() + # Identify points inside boundary + gdf_result = gpd.GeoDataFrame( + {"value": interpolated}, + geometry=gpd.points_from_xy(all_xy[:, 0], all_xy[:, 1]), + crs=gdf.crs, + ) + within = gpd.sjoin(gdf_result, boundary_gdf, predicate="intersects") + mask_inside = gdf_result.index.isin(within.index) -# zint = griddata( -# points=(x, y), -# values=z, -# xi=(X.ravel()[None, :], Y.ravel()[None, :]), -# method='linear', -# ) + # Nearest-neighbor fallback for NaN points inside the boundary + mask_nan_inside = mask_inside & np.isnan(interpolated) + if mask_nan_inside.any(): + nearest = griddata(src_xy, src_values, all_xy[mask_nan_inside], method="nearest") + interpolated[mask_nan_inside] = nearest -# return zint + gdf_result["value"] = interpolated -# neigh = KNeighborsRegressor() + # Clip: set values outside boundary to NaN + gdf_result.loc[~mask_inside, "value"] = np.nan -# neigh.fit(X, y) + # Track which points are original (coincide with source data locations) + # Build a set of (x, y) tuples from source for fast lookup + src_set = set(map(tuple, np.round(src_xy, decimals=6))) + all_rounded = np.round(all_xy, decimals=6) + is_original = np.array([tuple(pt) in src_set for pt in all_rounded]) + gdf_result["is_original"] = is_original + return gdf_result -def polyline_from_points(points): - """_summary_. + +def polygon_vertices_interpolated(*, gdf, dx): + """ + Extract polygon vertices as points. + + Interpolating along edges so that no two consecutive points are more than dx apart. Parameters ---------- - points : _type_ - _description_ + gdf : GeoDataFrame + GeoDataFrame with Polygon or MultiPolygon geometries. + dx : float + Maximum distance between consecutive points, in CRS units. Returns ------- - _type_ - _description_ + GeoDataFrame + One row per vertex/interpolated point, with all non-geometry + columns from the input repeated for each point. """ - poly = pv.PolyData() - poly.points = points - the_cell = np.arange(0, len(points), dtype=int) - the_cell = np.insert(the_cell, 0, len(points)) - poly.lines = the_cell - return poly + # Explode MultiPolygons to simple Polygons + parts, part_idx = shapely.get_parts(gdf.geometry.values, return_index=True) + + # Get all rings (exterior + interior) per polygon + rings, ring_idx = shapely.get_rings(parts, return_index=True) + + # Get all coordinates including closing coord + coords, coord_idx = shapely.get_coordinates(rings, return_index=True) + + # Edges: consecutive coord pairs within the same ring (handles closing coord naturally) + same_ring = coord_idx[:-1] == coord_idx[1:] + edge_starts = coords[:-1][same_ring] + edge_ends = coords[1:][same_ring] + edge_ring_idx = coord_idx[:-1][same_ring] + + # Number of interpolation segments per edge + diff = edge_ends - edge_starts + lengths = np.hypot(diff[:, 0], diff[:, 1]) + n_segs = np.maximum(1, np.ceil(lengths / dx).astype(int)) + + # t in [0, 1/n, ..., 1] — include end point; duplicates removed at the end + n_pts = n_segs + 1 + offsets = np.empty(len(n_segs) + 1, dtype=np.intp) + offsets[0] = 0 + np.cumsum(n_pts, out=offsets[1:]) + + edge_of_point = np.repeat(np.arange(len(n_segs)), n_pts) + local_t = (np.arange(offsets[-1]) - offsets[edge_of_point]) / n_segs[edge_of_point] + interp_coords = edge_starts[edge_of_point] + local_t[:, np.newaxis] * diff[edge_of_point] + + # Chain index mappings: point -> edge -> ring -> part -> original row + orig_idx = part_idx[ring_idx[edge_ring_idx[edge_of_point]]] + + return gpd.GeoDataFrame( + gdf.drop(columns=gdf.geometry.name).iloc[orig_idx].reset_index(drop=True), + geometry=gpd.points_from_xy(interp_coords[:, 0], interp_coords[:, 1]), + crs=gdf.crs, + ).drop_duplicates(ignore_index=True) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S11/S11.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S11/S11.geojson new file mode 100644 index 0000000..b214ff1 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S11/S11.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "S11", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 497000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S12/S12.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S12/S12.geojson new file mode 100644 index 0000000..e9fadf8 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S12/S12.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "S12", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 497000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S13/S13.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S13/S13.geojson new file mode 100644 index 0000000..5b4d1e1 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S13/S13.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "S13", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 497000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S21/S21.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S21/S21.geojson new file mode 100644 index 0000000..f746a49 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S21/S21.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "S21", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 497000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S22/S22.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S22/S22.geojson new file mode 100644 index 0000000..7a11265 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S22/S22.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "S22", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S31/S31.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S31/S31.geojson new file mode 100644 index 0000000..62b427a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S31/S31.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "S31", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S32/S32.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S32/S32.geojson new file mode 100644 index 0000000..6612f40 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/S32/S32.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "S32", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py new file mode 100644 index 0000000..83ec4e1 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py @@ -0,0 +1,46 @@ +""" +Boundaries geven aan waar geldige data voor bodemlage_pwn_2024 aanwezig is. + +Binnen de boundaries zou je geldige waarden moeten vinden voor de top en dikte van de aquitards. +Aan cell nodes buiten de boundaries moeten nan waarden worden toegekend. + +De samenvoeging is gedaan voor de slechtdoorlatende lagen S2.1, S1.3, S1.2 en S1.1. Voor de dieper +gelegen lagen (S3.2, S3.1 en S2.2) bevatten de shapefiles van het Bergen model geen informatie (zie +paragraaf 3.3.6 van report). +""" +from pathlib import Path + +import geopandas as gpd +import pandas as pd +from nhflotools.geoconverter.geoconverter import GeoConverter, print_results + +converter = GeoConverter() + +# Convert folder with all files +input_folder = Path("/Users/bdestombe/Downloads/boundaries") +output_folder = Path("/Users/bdestombe/Projects/NHFLO/data/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries") +results = converter.convert_folder( + input_folder=input_folder, output_folder=output_folder, coordinate_precision=2, overwrite_with_target_crs=True +) +print_results(results) +bounds_koster = gpd.read_file(output_folder / "triwaco_model_nhdz.geojson", columns=[]) +bounds_bergen = gpd.read_file(output_folder / "triwaco_model_bergen.geojson", columns=[]) +bounds_koster_bergen = gpd.GeoDataFrame( + geometry=[gpd.GeoDataFrame(pd.concat([bounds_koster, bounds_bergen], ignore_index=True)).union_all()], + crs=bounds_koster.crs, +) # into single polygon geometry + +bounds = { + "S11": bounds_koster_bergen, + "S12": bounds_koster_bergen, + "S13": bounds_koster_bergen, + "S21": bounds_koster_bergen, + "S22": bounds_koster, + "S31": bounds_koster, + "S32": bounds_koster, +} + +for layer_name, gdf in bounds.items(): + fpath_out = output_folder / layer_name / f"{layer_name}.geojson" + fpath_out.parent.mkdir(parents=True, exist_ok=True) + gdf.to_file(fpath_out, driver="GeoJSON") diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/boundaries.zip b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/boundaries.zip new file mode 100644 index 0000000000000000000000000000000000000000..a9ea61c912b569bae4789905752676a346137f70 GIT binary patch literal 7752 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 N41Y)B8Ach6=%1fE1pEL1 literal 0 HcmV?d00001 diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_bergen.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_bergen.geojson new file mode 100644 index 0000000..03ef26a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_bergen.geojson @@ -0,0 +1,10 @@ +{ +"type": "FeatureCollection", +"name": "triwaco_model_bergen", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.001, +"bbox": [ 101443.000, 509256.000, 114009.000, 531514.000 ], +"features": [ +{ "type": "Feature", "properties": { "FID": 0 }, "bbox": [ 101443.0, 509256.0, 114009.0, 531514.0 ], "geometry": { "type": "Polygon", "coordinates": [ [ [ 104997.4, 531441.7 ], [ 105492.7, 531373.3 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.9 ], [ 107700.7, 529073.7 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.4 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.4 ], [ 109090.7, 527262.8 ], [ 109395.1, 526866.1 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.9 ], [ 110308.4, 525676.2 ], [ 110612.9, 525279.6 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.3 ], [ 111526.2, 524089.7 ], [ 112439.5, 522899.8 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.9 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.9 ], [ 113326.6, 518754.9 ], [ 113172.1, 518279.3 ], [ 112708.6, 516852.8 ], [ 112554.1, 516377.2 ], [ 112245.1, 515426.2 ], [ 112090.6, 514950.6 ], [ 111936.0, 514475.1 ], [ 111627.0, 513524.1 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.1 ], [ 110396.1, 512033.6 ], [ 109964.6, 511781.1 ], [ 109101.4, 511276.1 ], [ 108669.9, 511023.6 ], [ 108238.3, 510771.1 ], [ 107806.8, 510518.5 ], [ 107375.2, 510266.0 ], [ 106943.7, 510013.5 ], [ 106512.1, 509761.0 ], [ 106080.6, 509508.5 ], [ 105649.0, 509256.0 ], [ 105274.7, 509569.8 ], [ 104508.3, 510212.2 ], [ 104125.2, 510533.5 ], [ 103358.8, 511175.9 ], [ 102975.7, 511497.1 ], [ 102592.5, 511818.3 ], [ 101826.2, 512460.8 ], [ 101443.0, 512782.0 ], [ 101518.9, 513251.4 ], [ 101598.8, 513745.0 ], [ 101758.4, 514732.1 ], [ 101838.3, 515225.7 ], [ 101918.1, 515719.3 ], [ 101998.0, 516212.9 ], [ 102157.6, 517200.1 ], [ 102237.5, 517693.6 ], [ 102317.3, 518187.2 ], [ 102397.2, 518680.8 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.6 ], [ 102716.5, 520655.1 ], [ 102796.4, 521148.7 ], [ 102956.0, 522135.9 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.1 ], [ 103195.6, 523616.7 ], [ 103355.2, 524603.8 ], [ 103435.1, 525097.4 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.6 ], [ 103754.4, 527071.7 ], [ 103834.3, 527565.3 ], [ 103914.1, 528058.9 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.7 ], [ 104233.5, 530033.3 ], [ 104313.3, 530526.8 ], [ 104393.2, 531020.4 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.7 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_nhdz.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_nhdz.geojson new file mode 100644 index 0000000..ef98dbe --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/triwaco_model_nhdz.geojson @@ -0,0 +1,10 @@ +{ +"type": "FeatureCollection", +"name": "triwaco_model_nhdz", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"xy_coordinate_resolution": 0.001, +"bbox": [ 95907.310, 496735.510, 109000.000, 515000.780 ], +"features": [ +{ "type": "Feature", "properties": { "FID": 0 }, "bbox": [ 95907.31, 496735.51, 109000.0, 515000.78 ], "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.59 ], [ 107000.0, 496839.85 ], [ 106259.14, 496788.98 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03 ], [ 100426.18, 496748.61 ], [ 99211.46, 496776.42 ], [ 98692.73, 496837.55 ], [ 97562.86, 496889.73 ], [ 95907.31, 496967.85 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.2 ], [ 104000.82, 515000.78 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/merge_masks.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/_merge_masks.py similarity index 92% rename from src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/merge_masks.py rename to src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/_merge_masks.py index e17a192..3ba40e4 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/merge_masks.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/_merge_masks.py @@ -1,4 +1,7 @@ -"""Merges the masks of the aquitard thickness layers from Koster (1997) and Stuyfzand (1970) into a single file.""" +"""Merges the masks of the aquitard thickness layers from Koster (1997) and Stuyfzand (1970) into a single file. + +These masks indicate the absence of an aquitard layer. +""" from pathlib import Path diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py deleted file mode 100644 index c1c6793..0000000 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/interpolate_layer_boundaries.py +++ /dev/null @@ -1,261 +0,0 @@ -import os - -import geopandas as gpd -import matplotlib as mpl -import matplotlib.pyplot as plt -import numpy as np -import pandas as pd -import xarray as xr -from interpolation_helper_functions import ( - CRS_RD, - get_point_values, - interpolate_gdf, - polyline_from_points, -) - -from nhflodata.get_paths import get_abs_data_path - -# TODO: Alle boring na de Koster dataset toevoegen/evalueren, zodat er meer punten zijn voor de interpolatie (get_point_values()). -# TODO: Koster "daw_bestanden" en "kaarten_2024_voor_interpolatie" mapjes op de juiste plek zetten. DAW -> geojson. src\nhflodata\data\mockup\bodemlagen_pwn_2024\v2.0.0\koster_daw -# TODO: "if fpath_shp_ber.exists() is True:" in get_point_values() eruit. Als laag is S11 dan skip -# TODO: get_point_values(layer_name) label bij punten met de bron van de data. Niet vereist voor implementatie NHFLO. Wel van toegevowegde waarde bij latere inversie stap. -# TODO: "daw_data_TS_DS.shp" in get_point_values() heeft 0.01m dikte voor aquitards die afwezig zijn. Check of deze punten in masks liggen en andersom. Dubbel check of er geen 1cm laagdikten in eindproduct zitten, want speciale betekenis. -# TODO: Waarom gdf_t = gdf_t.drop_duplicates() and gdf_d = gdf_d.drop_duplicates(). Drop_duplicates kijkt naar index en velden -# TODO: Controleer of er geen locaties zijn die meerdere keren voorkomen en verschillende waarden hebben -# TODO: Bergen mask en Koster 0.01 mask samenvoegen tot 1 mask. -# TODO: Sanity checks voor gdf_d en gdf_t. Geen negatieve dikten. Hoe wordt omgegaan met ontbrekende waarden? Doorsnijdt Top min dikte de top van de onderliggende laag? - -data_path = get_abs_data_path("bodemlagen_pwn_2024", "2.0.0") - -# Define the interpolation grid (to be replaced with the model grid in NHFLO) -xmin, ymin = 95000, 496000 -xmax, ymax = 115000, 533000 -dx = 100.0 -xi = np.arange(xmin, xmax + dx, dx) -yi = np.arange(ymin, ymax + dx, dx) -X, Y = np.meshgrid(xi, yi) - -# Create a GeoDataFrame with the points of the interpolation -# grid. The values are set to zero, which get used as helper -# points in the interpolation of the thickness in the areas -# where the layer is reported as absent by Kosten (1997) - -# TODO: No data => Nan -pts = gpd.points_from_xy(X.ravel(), Y.ravel()) -gdf_pt = gpd.GeoDataFrame( - geometry=pts, - data={"value": [0] * len(pts)}, - crs=CRS_RD, -) - -# Names of the layers to be interpolated -layer_names = ["S11", "S12", "S13", "S21", "S22", "S31", "S32"] - -# Define colours for the 3D plot -cmap_t = mpl.colormaps["Blues"] -colors_t = cmap_t(np.linspace(0.5, 1, len(layer_names))) - -cmap_b = mpl.colormaps["Oranges"] -colors_b = cmap_b(np.linspace(0.5, 1, len(layer_names))) - -fig, ax = plt.subplots() -# cf = plt.contourf(X, Y, zint_t.reshape(X.shape)) -# plt.colorbar(mappable=cf) -# plt.plot(x, y,'o', ms=3, mec='w', mfc='none' ) -# plt.axis('square') -# plt.show() - -# Define a line for creating a cross section that shows the -# projection of the layer top/bottoms along a line. -ln_xs = polyline_from_points( - np.array([ - [(xmin + xmax) / 2, ymin, 0], - [(xmin + xmax) / 2, ymax, 0], - [(xmin + xmax) / 2, ymax, -15000], - [(xmin + xmax) / 2, ymin, -15000], - ]) -) - -overlap = np.zeros(X.shape) - -da = xr.DataArray( - data=overlap, - dims=["lat", "lon"], - coords={ - "lat": yi, - "lon": xi, - }, -) - -# TODO: Use nlmod is_nothsea function -# Load the polygon to fill the nans below the North Sea with nearest neighbour interpolation values -fpath_shp = os.path.join(__file__, "..", "noordzee_clip", "noordzee_clip.shp") -gdf_ns = gpd.read_file(fpath_shp) - -# Create a list with the names of the subfolders where the interpolation result will be stored -subdirs = ["top_aquitard", "dikte_aquitard", "bot_aquitard"] - -# Loop over the layers -# TODO: omit the following line -# fpath_gpkg = os.path.join(__file__, "..", "interpolation_points.gpkg") -for c, layer_name in enumerate(layer_names): - # Create GeoDataFrames with the data points of the top and thicknesses - gdf_t = get_point_values(f"T{layer_name}") - # gdf_t.set_crs(CRS_RD) - gdf_d = get_point_values(f"D{layer_name}") - # gdf_d.set_crs(CRS_RD) - - # Read the polygons that indicate the absence of a layer (0.01 m polygons in the Koster (1997) shapefiles) - fpath_shp = os.path.join(__file__, "..", "dikte_aquitard", f"D{layer_name}", f"D{layer_name}_mask.shp") - gdf_msk = gpd.read_file(fpath_shp) - gdf_msk = gdf_msk[["geometry", "VALUE"]] - gdf_msk = gdf_msk.rename(columns={"VALUE": "value"}) - gdf_within = gpd.sjoin(gdf_pt, gdf_msk, predicate="within") - gdf_d = pd.concat([gdf_d, gdf_within[["geometry", "value_left"]]]) - - gdf_t = gdf_t.drop_duplicates() - gdf_d = gdf_d.drop_duplicates() - - # Store the interpolation points (layer top) so that they can be visualised in QGIS - # Experimental, commented out for the time being - # gdf_t.to_file( - # fpath_gpkg, - # driver="GPKG", - # mode="a", - # layer=layer_name, - # ) - - # gdf_d.to_file( - # fpath_gpkg, - # driver="GPKG", - # mode="a", - # layer=layer_name, - # ) - - # # Store the interpolation points (layer top) so that they can be visualised in QGIS - # fpath_shp = os.path.join( - # __file__, - # "..", - # "top_aquitard", - # f"T{layer_name}", - # f"T{layer_name}_interpolation_points.shp", - # ) - gdf_t.set_crs(CRS_RD) - # gdf_t.to_file(fpath_shp) - - # # Store the interpolation points (layer thickness) so that they can be visualised in QGIS - # fpath_shp = os.path.join( - # __file__, - # "..", - # "dikte_aquitard", - # f"D{layer_name}", - # f"D{layer_name}_interpolation_points.shp", - # ) - gdf_d.set_crs(CRS_RD) - # gdf_d.to_file(fpath_shp) - - # Interpolate the top - zint_t = interpolate_gdf(gdf_pt, gdf_t, gdf_ns=gdf_ns) - # Interpolate the thickness - zint_d = interpolate_gdf(gdf_pt, gdf_d, gdf_ns=gdf_ns, gdf_msk=gdf_msk) - - # Check if a mask exists for the Bergen area - fpath_shp = os.path.join( - __file__, - "..", - "dikte_aquitard", - f"D{layer_name}", - f"D{layer_name}_mask_bergen_area.shp", - ) - if os.path.isfile(fpath_shp): - # Read the shapefile - gdf_msk_bergen = gpd.read_file(fpath_shp) - # Check which grid points are within the clipping polygons - gdf_within = gpd.sjoin(gdf_pt, gdf_msk_bergen, predicate="within") - # Convert their indices to a list - idx_msk = gdf_within.index.to_list() - # Set the interpolated values to NaN - zint_t[idx_msk] = np.nan - zint_d[idx_msk] = np.nan - - # Calculate the layer bottom using the interpolated values - zint_b = zint_t - zint_d - - # Store the interpolated values for visualization in QGIS - for subdir, zint in zip(subdirs, [zint_t, zint_d, zint_b], strict=False): - da.values = zint.reshape(X.shape) - fstem = f"{subdir[0].capitalize()}{layer_name}" - fpath = os.path.join("..", "gis", "kaarten_2024_geinterpoleerd", subdir, fstem) - os.makedirs(fpath, exist_ok=True) - fpath = os.path.join(fpath, f"{fstem}.nc") - da.to_netcdf(fpath) - - # Determine the areas where the bottom of a layer is below the top of the underlying layer - if c > 0: - dz = zint_b0 - zint_t # Note that zint_b0 is not defined until the first layer has been processed # noqa: F821 - dz[dz > 0] = np.nan - da.values = dz.reshape(X.shape) - - fpath = os.path.join( - "..", "gis", "kaarten_2024_geinterpoleerd", "overlap", f"overlap_{layer_names[c - 1]}_{layer_name}.nc" - ) - da.to_netcdf(fpath) - - zint_b0 = zint_b # Store the bottom of the current layer for comparison with the top of the next layer - # zint_t[np.isnan(zint_t)] = 0 - # zint_b[np.isnan(zint_b)] = 0 - - # Add the top to the 3D plot - grid_t = pv.StructuredGrid(X, Y, zint_t.reshape(X.shape) * 100) - for i in np.where(np.isnan(zint_t))[0]: - grid_t.BlankPoint(i) - - plotter.add_mesh( - grid_t, - color=colors_t[c], - style="surface", - show_edges=False, - nan_opacity=0, - # scalars=grid.points[:, -1], - # scalar_bar_args={'vertical': True}, - ) - - # Add the top to the 3D cross section with the projected top and bottom elevations - line_slice_t = grid_t.slice_along_line(ln_xs) - plotter_xs.add_mesh( - line_slice_t, - line_width=1, - render_lines_as_tubes=False, - color=colors_t[c], - ) - - # Add the bottom to the 3D plot - grid_b = pv.StructuredGrid(X, Y, zint_b.reshape(X.shape) * 100) - for i in np.where(np.isnan(zint_b))[0]: - grid_b.BlankPoint(i) - - plotter.add_mesh( - grid_b, - color=colors_b[c], - style="surface", - show_edges=False, - nan_opacity=0, - # scalars=grid.points[:, -1], - # scalar_bar_args={'vertical': True}, - ) - - # Add the bottom to the 3D cross section with the projected top and bottom elevations - line_slice_b = grid_b.slice_along_line(ln_xs) - plotter_xs.add_mesh( - line_slice_b, - line_width=1, - render_lines_as_tubes=False, - color=colors_b[c], - ) - -# Activate the 3D plots -plotter.show_grid() -plotter.show() - -plotter_xs.add_mesh(ln_xs, line_width=1, color="grey") -plotter_xs.show() From c7cd9d48d7c96fd5ba06fb079222661e9e5e8adb Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Wed, 25 Feb 2026 08:24:05 -0600 Subject: [PATCH 05/10] Add kh module and polygon fill helpers Introduce a new kh package for the bodemlagen_pwn_2024 mockup: adds an empty __init__.py, kh.py (loads Bergen/NHDZ K-value sources, assembles layer values and combines fills) and params_helper_functions.py (utilities to extract polygons, compute area-weighted mean/median, and fill a boundary with non-overlapping polygons). The fill_boundary_with_polygons function supports overlap resolution strategies, fill methods (fill_value/mean/median), optional override polygons, and logs/validates overlapping inputs. This enables creating complete, non-overlapping parameter coverage for the boundaries. --- .../bodemlagen_pwn_2024/v2.0.0/kh/__init__.py | 0 .../bodemlagen_pwn_2024/v2.0.0/kh/kh.py | 127 +++++++++ .../v2.0.0/kh/params_helper_functions.py | 247 ++++++++++++++++++ 3 files changed, 374 insertions(+) create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/__init__.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/params_helper_functions.py diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py new file mode 100644 index 0000000..b819223 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py @@ -0,0 +1,127 @@ +import logging + +import geopandas as gpd +import matplotlib.pyplot as plt +import numpy as np +from params_helper_functions import fill_boundary_with_polygons +from shapely import MultiPolygon, Polygon, make_valid + +from nhflodata.get_paths import get_abs_data_path + +# logging.basicConfig(level=logging.WARNING) +logger = logging.getLogger(__name__) + +data_path = get_abs_data_path("bodemlagen_pwn_2024", "2.0.0") +data_path_bergen = get_abs_data_path("bodemlagen_pwn_bergen", "1.0.0") +data_path_nhdz = get_abs_data_path("bodemlagen_pwn_nhdz", "1.0.0") + +layer_names = ["W11", "S11", "W12", "S12", "W13", "S13", "W21", "S21", "W22", "S22", "W31", "S31", "W32", "S32"] +kh_bergen_fill_values = { + "W11": 8.0, + "S11": np.nan, + "W12": 7.0, + "S12": np.nan, + "W13": 12.0, + "S13": np.nan, + "W21": 15.0, + "S21": np.nan, +} + + +# Get boundaries that we need to fill up with the data from Bergen and NHDZ +gdf_bergen = gpd.read_file(data_path / "boundaries" / "triwaco_model_bergen.geojson") +gdf_nhdz = gpd.read_file(data_path / "boundaries" / "triwaco_model_nhdz.geojson") + +# NHDZ +kh_nhdz = {} +for name in layer_names: + if name.startswith("W"): + fp = data_path_nhdz / "Bodemparams" / "Kwaarden_aquifers" / f"K{name}.shp" + k = gpd.read_file(fp).set_crs("EPSG:28992") + kh_nhdz[name], _ = fill_boundary_with_polygons( + boundary_gdf=gdf_nhdz, + source_gdf=k, + value_col="VALUE", + fill_value=kh_bergen_fill_values[name], # Not used as fill method is 'mean' + fill_method="mean", + overlap_priority="smallest", + override_gdf=None, + ) + +# Bergen +kh_bergen = {} +for name in layer_names: + if name.startswith("W"): + kh_bergen[name], _ = fill_boundary_with_polygons( + boundary_gdf=gdf_bergen, + source_gdf=None, # Are constants for Bergen, so use fill value only + value_col="VALUE", # Not used as source_gdf is None + fill_value=kh_bergen_fill_values[name], + fill_method="fill_value", + overlap_priority="smallest", # Not used as source_gdf is None + override_gdf=None, + ) + +""" + kh[0] = 8.0 + kh[1] = thickness[1] / clist[0] / f_anisotropy + kh[2] = 7.0 + kh[3] = thickness[3] / clist[1] / f_anisotropy + kh[4] = 12.0 + kh[5] = thickness[5] / clist[2] / f_anisotropy + kh[6] = 15.0 + kh[7] = thickness[7] / clist[3] / f_anisotropy + kh[8] = 20.0 + +# Top +RL1=mv +RL2=BA1A +RL3=if(BA1B union area, polygons overlap + if len(source_clipped) >= 2: + union_area = source_clipped.geometry.union_all().area + sum_area = source_clipped.geometry.area.sum() + has_overlaps = (sum_area - union_area) > 1.0 # 1 m² absolute tolerance + if has_overlaps: + logger.warning( + "Overlapping polygons detected in source_gdf " + "(overlap area ~%.1f m2). " + "Using overlap_priority='%s' to resolve.", + sum_area - union_area, + overlap_priority, + ) + else: + source_clipped = gpd.GeoDataFrame(columns=["geometry", value_col]) + + # Determine fill value for uncovered areas + if fill_method == "fill_value": + computed_fill = fill_value + elif fill_method == "mean": + computed_fill = _area_weighted_mean(source_clipped, value_col) + elif fill_method == "median": + computed_fill = _area_weighted_median(source_clipped, value_col) + else: + msg = f"Unknown fill_method '{fill_method}'. Choose from 'fill_value', 'mean', 'median'." + raise ValueError(msg) + + # Clip and prepare override polygons (highest priority) + if override_gdf is not None: + override = override_gdf[["geometry", value_col]].copy().to_crs(boundary_gdf.crs) + override_clipped = gpd.clip(override, boundary_geom).reset_index(drop=True) + if len(override_clipped) >= 2: + ov_union_area = override_clipped.geometry.union_all().area + ov_sum_area = override_clipped.geometry.area.sum() + if (ov_sum_area - ov_union_area) > 1.0: + msg = ( + "Polygons in override_gdf must not overlap. " + f"Detected ~{ov_sum_area - ov_union_area:.1f} m2 of overlap." + ) + raise ValueError(msg) + else: + override_clipped = None + + # Sort to determine processing order — first processed wins overlapping area + if not source_clipped.empty: + source_clipped["_area"] = source_clipped.geometry.area + if overlap_priority == "first": + ordered = source_clipped + elif overlap_priority == "last": + ordered = source_clipped.sort_index(ascending=False) + elif overlap_priority == "largest": + ordered = source_clipped.sort_values("_area", ascending=False) + elif overlap_priority == "smallest": + ordered = source_clipped.sort_values("_area", ascending=True) + else: + msg = f"Unknown overlap_priority '{overlap_priority}'. Choose from 'first', 'last', 'largest', 'smallest'." + raise ValueError(msg) + else: + ordered = source_clipped + + # Start with override polygons — they always take precedence + result_parts = [] + remaining = boundary_geom + + if override_clipped is not None and not override_clipped.empty: + for _, row in override_clipped.iterrows(): + if remaining.is_empty: + break + covered = _extract_polygons(remaining.intersection(row.geometry)) + if covered is not None: + result_parts.append({"geometry": covered, value_col: row[value_col]}) + remaining = remaining.difference(row.geometry) + + # Then fill with source polygons according to overlap priority + for _, row in ordered.iterrows(): + if remaining.is_empty: + break + covered = _extract_polygons(remaining.intersection(row.geometry)) + if covered is not None: + result_parts.append({"geometry": covered, value_col: row[value_col]}) + remaining = remaining.difference(row.geometry) + + # Fill any uncovered remainder + remainder = _extract_polygons(remaining) + if remainder is not None: + result_parts.append({"geometry": remainder, value_col: computed_fill}) + + result = gpd.GeoDataFrame(result_parts, crs=boundary_gdf.crs) + return result, has_overlaps From d44c2e87f950a8d9924e85d80a19fe8bab0138ef Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Wed, 25 Feb 2026 12:00:13 -0600 Subject: [PATCH 06/10] Process KD/C masks and improve overlap handling kh: Rework kh processing to compute C and KD layers from NHDZ and Bergen sources. Added mask-based clipping of KD inputs and assembled KD formulas into summed parts before filling boundaries; write overlap and fill GeoJSONs for C layers. Adjusted Bergen constants and name mapping and changed several fill/overlap priorities (use 'last' and 'sum' where appropriate). params_helper_functions: Add _compute_pairwise_overlaps and clip_polygons_to_mask helpers, strengthen geometry buffering/validation, and extend fill_boundary_with_polygons to return (result, overlaps_gdf, fill_gdf), detect/report overlaps more robustly, and support an overlap_priority 'sum' mode that sums values in overlapping regions. Overall improves handling of overlapping geometries and mask-based clipping for kh generation. --- .../bodemlagen_pwn_2024/v2.0.0/kh/kh.py | 155 +++++++++-- .../v2.0.0/kh/params_helper_functions.py | 244 ++++++++++++++---- 2 files changed, 327 insertions(+), 72 deletions(-) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py index b819223..5c1b149 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py @@ -1,10 +1,8 @@ import logging import geopandas as gpd -import matplotlib.pyplot as plt -import numpy as np -from params_helper_functions import fill_boundary_with_polygons -from shapely import MultiPolygon, Polygon, make_valid +import pandas as pd +from params_helper_functions import clip_polygons_to_mask, fill_boundary_with_polygons from nhflodata.get_paths import get_abs_data_path @@ -16,17 +14,34 @@ data_path_nhdz = get_abs_data_path("bodemlagen_pwn_nhdz", "1.0.0") layer_names = ["W11", "S11", "W12", "S12", "W13", "S13", "W21", "S21", "W22", "S22", "W31", "S31", "W32", "S32"] +c_nhdz_fill_values = { # From bodemlagen_pwn_nhdz/v1.0.0/Ontleding_model_v2.xlsx + "S11": 1.0, + "S12": 10.0, + "S13": 10.0, + "S21": 10.0, + "S22": 10.0, + "S31": 10.0, + "S32": 10.0, +} + kh_bergen_fill_values = { - "W11": 8.0, - "S11": np.nan, + "W11": 7.0, # Triwaco Excel uses 7.0, but prior nhflo implementations used 8.0. "W12": 7.0, - "S12": np.nan, "W13": 12.0, - "S13": np.nan, "W21": 15.0, - "S21": np.nan, } - +c_bergen_fill_values = { + "S11": 1.0, + "S12": 100.0, + "S13": 100.0, + "S21": 1.0, +} +bergen_name_mapping = { + "11": "1A", + "12": "1B", + "13": "1C", + "21": "2", +} # Get boundaries that we need to fill up with the data from Bergen and NHDZ gdf_bergen = gpd.read_file(data_path / "boundaries" / "triwaco_model_bergen.geojson") @@ -38,31 +53,127 @@ if name.startswith("W"): fp = data_path_nhdz / "Bodemparams" / "Kwaarden_aquifers" / f"K{name}.shp" k = gpd.read_file(fp).set_crs("EPSG:28992") - kh_nhdz[name], _ = fill_boundary_with_polygons( + kh_nhdz[name], _, _ = fill_boundary_with_polygons( boundary_gdf=gdf_nhdz, source_gdf=k, value_col="VALUE", - fill_value=kh_bergen_fill_values[name], # Not used as fill method is 'mean' + # fill_value=kh_bergen_fill_values[name], # Not used as fill method is 'mean' fill_method="mean", - overlap_priority="smallest", + overlap_priority="last", override_gdf=None, ) -# Bergen -kh_bergen = {} +kd_nhdz = {} # horizontal transmissivity of the aquitards from nhdz +folder = data_path_nhdz / "Bodemparams" / "KDwaarden_aquitards" +s12kd = gpd.read_file(folder / "s12kd.shp").set_crs("EPSG:28992") +s13kd = gpd.read_file(folder / "s13kd.shp").set_crs("EPSG:28992") +s21kd = gpd.read_file(folder / "s21kd.shp").set_crs("EPSG:28992") +s22kd = gpd.read_file(folder / "s22kd.shp").set_crs("EPSG:28992") +folder = data_path_bergen / "Bodemparams" / "Masker_kdwaarden_aquitards" +ms12kd = gpd.read_file(folder / "masker_aquitard12_kd.shp").set_crs("EPSG:28992") +ms13kd = gpd.read_file(folder / "masker_aquitard13_kd.shp").set_crs("EPSG:28992") +ms21kd = gpd.read_file(folder / "masker_aquitard21_kd.shp").set_crs("EPSG:28992") +ms22kd = gpd.read_file(folder / "masker_aquitard22_kd.shp").set_crs("EPSG:28992") + +# Each formula is a list of (source_gdf, mask_gdf, mask_value, coefficient) terms +# kd12s = s12kd*(ms12kd==1) + 0.5*s12kd*(ms12kd==2) + 3*s12kd*(ms12kd==3) +# kd13s = (s13kd*(ms13kd==1) + 0.5*s12kd*(ms12kd==2)) * 1.04 +# kd21s = (s21kd*(ms21kd==1) + s13kd*(ms13kd==2)) * 0.6 +# kd22s = s22kd*(ms22kd==1) + s21kd*(ms21kd==2) +# kd31s = s22kd*(ms22kd==2) +kd_formulas = { + "S12": [ + (s12kd, ms12kd, 1, 1.0), + (s12kd, ms12kd, 2, 0.5), + (s12kd, ms12kd, 3, 3.0), + ], + "S13": [ + (s13kd, ms13kd, 1, 1.04), + (s12kd, ms12kd, 2, 0.5 * 1.04), + ], + "S21": [ + (s21kd, ms21kd, 1, 0.6), + (s13kd, ms13kd, 2, 0.6), + ], + "S22": [ + (s22kd, ms22kd, 1, 1.0), + (s21kd, ms21kd, 2, 1.0), + ], + "S31": [ + (s22kd, ms22kd, 2, 1.0), + ], +} + +for name, terms in kd_formulas.items(): + parts = [clip_polygons_to_mask(src, mask, mask_value=val, coefficient=coeff) for src, mask, val, coeff in terms] + source = gpd.GeoDataFrame(pd.concat(parts, ignore_index=True), crs="EPSG:28992") + kd_nhdz[name], _, _ = fill_boundary_with_polygons( + boundary_gdf=gdf_nhdz, + source_gdf=source, + value_col="VALUE", + fill_method="fill_value", + fill_value=0.01, # From bodemlagen_pwn_nhdz/v1.0.0/Ontleding_model_v2.xlsx + overlap_priority="sum", + ) + +c_nhdz = {} for name in layer_names: - if name.startswith("W"): - kh_bergen[name], _ = fill_boundary_with_polygons( - boundary_gdf=gdf_bergen, - source_gdf=None, # Are constants for Bergen, so use fill value only - value_col="VALUE", # Not used as source_gdf is None - fill_value=kh_bergen_fill_values[name], + if name.startswith("S"): + fp = data_path_nhdz / "Bodemparams" / "Cwaarden_aquitards" / f"C{name}.shp" + c = gpd.read_file(fp).set_crs("EPSG:28992") + if name == "S22": + c["VALUE"] *= 1.02 # From bodemlagen_pwn_nhdz/v1.0.0/Ontleding_model_v2.xlsx + + c_nhdz[name], overlaps_gdf, fill_gdf = fill_boundary_with_polygons( + boundary_gdf=gdf_nhdz, + source_gdf=c, + value_col="VALUE", + fill_value=c_nhdz_fill_values[name], fill_method="fill_value", - overlap_priority="smallest", # Not used as source_gdf is None + overlap_priority="last", override_gdf=None, ) + overlaps_gdf.to_file(data_path / "kh" / f"C{name}_NHDZ_overlaps.geojson", driver="GeoJSON") + fill_gdf.to_file(data_path / "kh" / f"C{name}_NHDZ_fill.geojson", driver="GeoJSON") + +# Bergen +kh_bergen = {} +for name in bergen_name_mapping: + kh_bergen[f"W{name}"], _, _ = fill_boundary_with_polygons( + boundary_gdf=gdf_bergen, + source_gdf=None, # Are constants for Bergen, so use fill value only + value_col="VALUE", # Not used as source_gdf is None + fill_value=kh_bergen_fill_values[f"W{name}"], + fill_method="fill_value", + overlap_priority="last", # Not used as source_gdf is None + override_gdf=None, + ) + +c_bergen = {} +for name, bergen_name in bergen_name_mapping.items(): + fp = data_path_bergen / "Bodemparams" / f"C{bergen_name}.shp" + c = gpd.read_file(fp).set_crs("EPSG:28992") + c_bergen[f"S{name}"], overlaps_gdf, fill_gdf = fill_boundary_with_polygons( + boundary_gdf=gdf_bergen, + source_gdf=c, + value_col="VALUE", # Not used as source_gdf is None + fill_value=c_bergen_fill_values[f"S{name}"], + fill_method="fill_value", + overlap_priority="last", # Not used as source_gdf is None + override_gdf=None, + ) + overlaps_gdf.to_file(data_path / "kh" / f"C{bergen_name}_Bergen_overlaps.geojson", driver="GeoJSON") + fill_gdf.to_file(data_path / "kh" / f"C{bergen_name}_Bergen_fill.geojson", driver="GeoJSON") """ +# NHDZ Bergen +S21 S2 +S13 S1C +S12 S1B +S11 S1A + + + kh[0] = 8.0 kh[1] = thickness[1] / clist[0] / f_anisotropy kh[2] = 7.0 diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/params_helper_functions.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/params_helper_functions.py index 145a5e7..8bee276 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/params_helper_functions.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/params_helper_functions.py @@ -34,6 +34,67 @@ def _extract_polygons(geom): return MultiPolygon(polys) +def _compute_pairwise_overlaps(gdf, value_col): + """Compute pairwise overlap geometries between polygons. + + Parameters + ---------- + gdf : GeoDataFrame + GeoDataFrame with geometry and value column (integer-indexed). + value_col : str + Column name containing the values. + + Returns + ------- + GeoDataFrame + GeoDataFrame with overlap geometries. Each row has the intersection + geometry, the value from the left polygon (``{value_col}_left``), + the value from the right polygon (``{value_col}_right``), and the + indices of the two overlapping polygons (``idx_left``, ``idx_right``). + Empty if no overlaps exist. + """ + if len(gdf) < 2: # noqa: PLR2004 + return gpd.GeoDataFrame( + columns=[ + "geometry", + f"{value_col}_left", + f"{value_col}_right", + "idx_left", + "idx_right", + ] + ) + + joined = gpd.sjoin(gdf, gdf, how="inner", predicate="overlaps") + joined = joined[joined.index < joined["index_right"]] + + overlap_parts = [] + for idx, row in joined.iterrows(): + geom_a = gdf.geometry.iloc[idx] + geom_b = gdf.geometry.iloc[row["index_right"]] + intersection = _extract_polygons(geom_a.intersection(geom_b)) + if intersection is not None and intersection.area > 1.0: + overlap_parts.append({ + "geometry": intersection, + f"{value_col}_left": gdf[value_col].iloc[idx], + f"{value_col}_right": gdf[value_col].iloc[row["index_right"]], + "idx_left": idx, + "idx_right": row["index_right"], + }) + + if not overlap_parts: + return gpd.GeoDataFrame( + columns=[ + "geometry", + f"{value_col}_left", + f"{value_col}_right", + "idx_left", + "idx_right", + ], + crs=gdf.crs, + ) + return gpd.GeoDataFrame(overlap_parts, crs=gdf.crs) + + def _area_weighted_mean(gdf, value_col): """Compute area-weighted mean of a value column. @@ -88,6 +149,36 @@ def _area_weighted_median(gdf, value_col): return float(sorted_values[min(idx, len(sorted_values) - 1)]) +def clip_polygons_to_mask(source_gdf, mask_gdf, mask_value, coefficient=1.0, value_col="VALUE"): + """Clip source polygons to regions where mask polygons have a specific value. + + Parameters + ---------- + source_gdf : GeoDataFrame + Source polygons with values to clip. + mask_gdf : GeoDataFrame + Mask polygons with values defining regions. + mask_value : int or float + Value in mask_gdf to filter on. + coefficient : float, optional + Coefficient to multiply the source values by. Default is 1.0. + value_col : str, optional + Column name containing the values. Default is "VALUE". + + Returns + ------- + GeoDataFrame + Clipped polygons with scaled values, containing only geometry and + value_col columns. + """ + mask_filtered = mask_gdf[mask_gdf[value_col] == mask_value][["geometry"]] + if mask_filtered.empty: + return gpd.GeoDataFrame(columns=["geometry", value_col], geometry="geometry", crs=source_gdf.crs) + clipped = gpd.overlay(source_gdf[["geometry", value_col]], mask_filtered, how="intersection") + clipped[value_col] *= coefficient + return clipped[["geometry", value_col]] + + def fill_boundary_with_polygons( *, boundary_gdf, @@ -133,44 +224,62 @@ def fill_boundary_with_polygons( - ``'last'``: polygon with highest index wins. - ``'largest'``: polygon with largest area wins (default). - ``'smallest'``: polygon with smallest area wins. + - ``'sum'``: values are summed in overlapping regions. override_gdf : GeoDataFrame or None, optional Polygons whose parts within the boundary always take precedence over both source_gdf and the fill value. Must contain a ``value_col`` - column. These are carved out of the boundary first, before any source - polygon processing. Default is None. + column and must not contain overlapping polygons. These are carved + out of the boundary first, before any source polygon processing. + Default is None. Returns ------- result : GeoDataFrame Non-overlapping polygons covering the entire boundary, with value_col attribute set. - has_overlaps : bool - True if overlapping polygons were detected in source_gdf (within the - boundary). A warning is logged when True. + overlaps_gdf : GeoDataFrame + Pairwise overlap geometries between source polygons within the + boundary. Each row contains the intersection geometry, + ``{value_col}_left``, ``{value_col}_right``, ``idx_left``, and + ``idx_right``. Empty if no overlaps exist. + fill_gdf : GeoDataFrame + Polygon(s) within the boundary not covered by any source or override + polygon, where the fill value was applied. Empty if fully covered. """ boundary_geom = boundary_gdf.geometry.iloc[0] # Clip source to boundary (handle None / empty source_gdf) - has_overlaps = False if source_gdf is not None and not source_gdf.empty: source = source_gdf[["geometry", value_col]].copy().to_crs(boundary_gdf.crs) + source.geometry = source.geometry.buffer(0) source_clipped = gpd.clip(source, boundary_geom).reset_index(drop=True) + else: + source_clipped = gpd.GeoDataFrame(columns=["geometry", value_col], geometry="geometry") - # Check for overlaps: if sum of areas > union area, polygons overlap - if len(source_clipped) >= 2: - union_area = source_clipped.geometry.union_all().area - sum_area = source_clipped.geometry.area.sum() - has_overlaps = (sum_area - union_area) > 1.0 # 1 m² absolute tolerance - if has_overlaps: + # Check for overlaps: if sum of areas > union area, polygons overlap + overlaps_gdf = gpd.GeoDataFrame( + columns=[ + "geometry", + f"{value_col}_left", + f"{value_col}_right", + "idx_left", + "idx_right", + ] + ) + if len(source_clipped) >= 2: # noqa: PLR2004 + union_area = source_clipped.geometry.union_all().area + sum_area = source_clipped.geometry.area.sum() + if (sum_area - union_area) > 1.0: + overlaps_gdf = _compute_pairwise_overlaps(source_clipped, value_col) + if not overlaps_gdf.empty: logger.warning( "Overlapping polygons detected in source_gdf " - "(overlap area ~%.1f m2). " + "(%d overlap regions, total ~%.1f m2). " "Using overlap_priority='%s' to resolve.", - sum_area - union_area, + len(overlaps_gdf), + overlaps_gdf.geometry.area.sum(), overlap_priority, ) - else: - source_clipped = gpd.GeoDataFrame(columns=["geometry", value_col]) # Determine fill value for uncovered areas if fill_method == "fill_value": @@ -186,36 +295,17 @@ def fill_boundary_with_polygons( # Clip and prepare override polygons (highest priority) if override_gdf is not None: override = override_gdf[["geometry", value_col]].copy().to_crs(boundary_gdf.crs) + override.geometry = override.geometry.buffer(0) override_clipped = gpd.clip(override, boundary_geom).reset_index(drop=True) - if len(override_clipped) >= 2: - ov_union_area = override_clipped.geometry.union_all().area - ov_sum_area = override_clipped.geometry.area.sum() - if (ov_sum_area - ov_union_area) > 1.0: - msg = ( - "Polygons in override_gdf must not overlap. " - f"Detected ~{ov_sum_area - ov_union_area:.1f} m2 of overlap." - ) + if len(override_clipped) >= 2: # noqa: PLR2004 + ov_union = override_clipped.geometry.union_all().area + ov_sum = override_clipped.geometry.area.sum() + if (ov_sum - ov_union) > 1.0: + msg = "Polygons in override_gdf must not overlap." raise ValueError(msg) else: override_clipped = None - # Sort to determine processing order — first processed wins overlapping area - if not source_clipped.empty: - source_clipped["_area"] = source_clipped.geometry.area - if overlap_priority == "first": - ordered = source_clipped - elif overlap_priority == "last": - ordered = source_clipped.sort_index(ascending=False) - elif overlap_priority == "largest": - ordered = source_clipped.sort_values("_area", ascending=False) - elif overlap_priority == "smallest": - ordered = source_clipped.sort_values("_area", ascending=True) - else: - msg = f"Unknown overlap_priority '{overlap_priority}'. Choose from 'first', 'last', 'largest', 'smallest'." - raise ValueError(msg) - else: - ordered = source_clipped - # Start with override polygons — they always take precedence result_parts = [] remaining = boundary_geom @@ -229,19 +319,73 @@ def fill_boundary_with_polygons( result_parts.append({"geometry": covered, value_col: row[value_col]}) remaining = remaining.difference(row.geometry) - # Then fill with source polygons according to overlap priority - for _, row in ordered.iterrows(): - if remaining.is_empty: - break - covered = _extract_polygons(remaining.intersection(row.geometry)) - if covered is not None: - result_parts.append({"geometry": covered, value_col: row[value_col]}) - remaining = remaining.difference(row.geometry) + # Then fill with source polygons + if overlap_priority == "sum": + # Sum values in overlapping regions using iterative overlay-union + if not source_clipped.empty and not remaining.is_empty: + clipped = gpd.clip(source_clipped[["geometry", value_col]], remaining) + clipped = clipped[~clipped.geometry.is_empty].reset_index(drop=True) + + if not clipped.empty: + accumulated = clipped.iloc[:1][["geometry", value_col]].copy() + for i in range(1, len(clipped)): + row_gdf = clipped.iloc[i : i + 1][["geometry", value_col]].copy() + accumulated = gpd.overlay( + accumulated, + row_gdf, + how="union", + keep_geom_type=True, + ) + accumulated[value_col] = accumulated[f"{value_col}_1"].fillna(0) + accumulated[ + f"{value_col}_2" + ].fillna(0) + accumulated = accumulated[["geometry", value_col]] + + for _, row in accumulated.iterrows(): + geom = _extract_polygons(row.geometry) + if geom is not None: + result_parts.append({"geometry": geom, value_col: row[value_col]}) + + remaining = remaining.difference(accumulated.geometry.union_all()) + else: + # Sort to determine processing order — first processed wins overlapping area + if not source_clipped.empty: + source_clipped["_area"] = source_clipped.geometry.area + if overlap_priority == "first": + ordered = source_clipped + elif overlap_priority == "last": + ordered = source_clipped.sort_index(ascending=False) + elif overlap_priority == "largest": + ordered = source_clipped.sort_values("_area", ascending=False) + elif overlap_priority == "smallest": + ordered = source_clipped.sort_values("_area", ascending=True) + else: + msg = ( + f"Unknown overlap_priority '{overlap_priority}'. " + "Choose from 'first', 'last', 'largest', 'smallest', 'sum'." + ) + raise ValueError(msg) + else: + ordered = source_clipped + + # Fill according to overlap priority + for _, row in ordered.iterrows(): + if remaining.is_empty: + break + covered = _extract_polygons(remaining.intersection(row.geometry)) + if covered is not None: + result_parts.append({"geometry": covered, value_col: row[value_col]}) + remaining = remaining.difference(row.geometry) # Fill any uncovered remainder + fill_gdf = gpd.GeoDataFrame(columns=["geometry", value_col], geometry="geometry", crs=boundary_gdf.crs) remainder = _extract_polygons(remaining) if remainder is not None: result_parts.append({"geometry": remainder, value_col: computed_fill}) + fill_gdf = gpd.GeoDataFrame( + [{"geometry": remainder, value_col: computed_fill}], + crs=boundary_gdf.crs, + ) result = gpd.GeoDataFrame(result_parts, crs=boundary_gdf.crs) - return result, has_overlaps + return result, overlaps_gdf, fill_gdf From c795924fa65bf27a232aac580721726083069e6e Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Wed, 25 Feb 2026 14:22:20 -0600 Subject: [PATCH 07/10] Add conductances GeoJSONs; rename kh package Add multiple mock conductance GeoJSON datasets for bodemlagen_pwn_2024 v2.0.0 under src/nhflodata/data/mockup/.../conductances. Also move/rename the Python package from kh/ to conductances/ (moved __init__.py and renamed kh.py -> conductances.py and params_helper_functions.py) to reflect the new package layout for conductances data. --- .../v2.0.0/conductances/CS11_combined.geojson | 117 +++++++++++++ .../v2.0.0/conductances/CS12_combined.geojson | 31 ++++ .../v2.0.0/conductances/CS13_combined.geojson | 36 ++++ .../v2.0.0/conductances/CS21_combined.geojson | 21 +++ .../v2.0.0/conductances/CS22_combined.geojson | 15 ++ .../v2.0.0/conductances/CS31_combined.geojson | 13 ++ .../v2.0.0/conductances/CS32_combined.geojson | 14 ++ .../v2.0.0/conductances/KDS12_NHDZ.geojson | 8 + .../v2.0.0/conductances/KDS13_NHDZ.geojson | 8 + .../v2.0.0/conductances/KDS21_NHDZ.geojson | 8 + .../v2.0.0/conductances/KDS22_NHDZ.geojson | 8 + .../v2.0.0/conductances/KDS31_NHDZ.geojson | 8 + .../v2.0.0/conductances/KW11_combined.geojson | 10 ++ .../v2.0.0/conductances/KW12_combined.geojson | 13 ++ .../v2.0.0/conductances/KW13_combined.geojson | 9 + .../v2.0.0/conductances/KW21_combined.geojson | 9 + .../v2.0.0/conductances/KW22_combined.geojson | 8 + .../v2.0.0/conductances/KW31_combined.geojson | 9 + .../v2.0.0/conductances/KW32_combined.geojson | 8 + .../v2.0.0/{kh => conductances}/__init__.py | 0 .../kh.py => conductances/conductances.py} | 156 ++++++++---------- .../params_helper_functions.py | 18 +- 22 files changed, 433 insertions(+), 94 deletions(-) create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS11_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS12_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS13_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS21_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS22_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS31_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS32_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW11_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW12_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW13_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW21_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW22_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW31_combined.geojson create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW32_combined.geojson rename src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/{kh => conductances}/__init__.py (100%) rename src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/{kh/kh.py => conductances/conductances.py} (59%) rename src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/{kh => conductances}/params_helper_functions.py (95%) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS11_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS11_combined.geojson new file mode 100644 index 0000000..6b601ac --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS11_combined.geojson @@ -0,0 +1,117 @@ +{ +"type": "FeatureCollection", +"name": "CS11_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 104530.848423192190239, 515000.697302003507502 ], [ 104530.48, 514995.539999999979045 ], [ 104466.59, 514668.979999999981374 ], [ 104324.61, 514477.299999999988358 ], [ 104026.44, 514420.51 ], [ 103792.17, 514392.10999999998603 ], [ 103380.42, 514498.599999999976717 ], [ 103238.44, 514747.07 ], [ 103168.326440261109383, 514990.52504242095165 ], [ 104000.82, 515000.78000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103488.71, 513660.770000000018626 ], [ 103634.16, 513685.700000000011642 ], [ 103742.21, 513598.43 ], [ 103754.68, 513428.039999999979045 ], [ 103788.19, 513223.71999999997206 ], [ 103746.37, 513207.78000000002794 ], [ 103705.3, 513197.520000000018626 ], [ 103655.81, 513168.89000000001397 ], [ 103600.91, 513137.13 ], [ 103508.42, 513099.10999999998603 ], [ 103397.28, 513162.07 ], [ 103405.59, 513486.21999999997206 ], [ 103488.71, 513660.770000000018626 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103508.42, 513099.10999999998603 ], [ 103600.91, 513137.13 ], [ 103655.81, 513168.89000000001397 ], [ 103705.3, 513197.520000000018626 ], [ 103746.37, 513207.78000000002794 ], [ 103788.19, 513223.71999999997206 ], [ 103788.189999999129213, 513223.720000005327165 ], [ 103788.190000005066395, 513223.720000006258488 ], [ 103833.640000004321337, 513241.030000001192093 ], [ 104062.21000000089407, 513245.190000005066395 ], [ 104257.530000004917383, 513224.410000007599592 ], [ 104369.739999998360872, 513124.670000001788139 ], [ 104365.589999999850988, 512742.330000005662441 ], [ 104378.469999998807907, 512205.399999998509884 ], [ 104348.550000004470348, 512305.140000004321337 ], [ 104192.290000002831221, 512424.830000001937151 ], [ 104016.080000001937151, 512398.230000004172325 ], [ 103889.739999998360872, 512248.620000004768372 ], [ 103339.100000005215406, 512268.570000000298023 ], [ 103401.440000001341105, 512821.28999999538064 ], [ 103397.28000000504835, 513162.06999999715481 ], [ 103508.42, 513099.10999999998603 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104378.469999998807907, 512205.399999998509884 ], [ 104378.469999998662388, 512205.400000004505273 ], [ 104378.47, 512205.400000000023283 ], [ 104418.37, 512062.44 ], [ 104391.77, 511946.07 ], [ 104315.3, 511892.88 ], [ 104129.12, 511872.93 ], [ 103936.29, 511876.26 ], [ 103853.17, 512032.520000000018626 ], [ 103889.74, 512248.62 ], [ 104016.08, 512398.229999999981374 ], [ 104192.29, 512424.830000000016298 ], [ 104348.55, 512305.14000000001397 ], [ 104371.815903780603549, 512227.581803373119328 ], [ 104378.469999998807907, 512205.399999998509884 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103853.17, 512032.520000000018626 ], [ 103936.29, 511876.26 ], [ 104129.12, 511872.93 ], [ 104315.3, 511892.88 ], [ 104391.77, 511946.07 ], [ 104353.12, 511832.210000000020955 ], [ 104157.8, 511636.88 ], [ 104020.65, 511478.960000000020955 ], [ 103966.21, 511374.229999999981374 ], [ 103821.14, 511448.21999999997206 ], [ 103789.86, 511456.87 ], [ 103606.92, 511507.479999999981374 ], [ 103492.97, 511521.150000000023283 ], [ 103360.8, 511471.01 ], [ 103339.1, 512268.57 ], [ 103889.74, 512248.62 ], [ 103853.17, 512032.520000000018626 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104555.838101394474506, 511886.096271526068449 ], [ 104581.448021285235882, 511866.942633964121342 ], [ 104671.405555035918951, 511899.654464408755302 ], [ 104767.1737428791821, 511965.723753549158573 ], [ 104717.580000001937151, 511852.980000000447035 ], [ 104677.689999997615814, 511640.209999997168779 ], [ 104564.650000002235174, 511227.950000002980232 ], [ 104484.859999999403954, 511045.089999999850988 ], [ 104365.169999998062849, 511021.820000004023314 ], [ 104268.760000001639128, 511058.390000008046627 ], [ 104232.179999999701977, 511181.400000009685755 ], [ 104305.329999998211861, 511394.180000010877848 ], [ 104385.120000001043081, 511630.230000007897615 ], [ 104514.779999997466803, 512012.570000004023314 ], [ 104538.050000004470348, 511899.530000008642673 ], [ 104555.838101394474506, 511886.096271526068449 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 7560.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103443.97, 511021.289999999979045 ], [ 103515.85, 511059.12 ], [ 103606.65, 511062.909999999974389 ], [ 103686.1, 511051.56 ], [ 103739.07, 511009.94 ], [ 103765.56, 510938.049999999988358 ], [ 103742.85, 510858.599999999976717 ], [ 103648.27, 510798.07 ], [ 103534.77, 510764.020000000018626 ], [ 103436.4, 510790.5 ], [ 103391.0, 510945.62 ], [ 103417.48, 510994.799999999988358 ], [ 103443.97, 511021.289999999979045 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103492.97, 511521.150000000023283 ], [ 103606.92, 511507.479999999981374 ], [ 103789.86, 511456.87 ], [ 103821.14, 511448.21999999997206 ], [ 103966.21, 511374.229999999981374 ], [ 103979.51, 511104.94 ], [ 103952.91, 510922.080000000016298 ], [ 103942.94, 510769.150000000023283 ], [ 103903.04, 510592.94 ], [ 103853.04, 510409.039999999979045 ], [ 103771.0, 510267.74 ], [ 103699.94, 510130.979999999981374 ], [ 103698.88, 510202.99 ], [ 103663.93, 510266.539999999979045 ], [ 103592.97, 510316.32 ], [ 103491.3, 510339.62 ], [ 103406.58, 510315.26 ], [ 103362.09, 510259.13 ], [ 103322.65, 510314.090000000025611 ], [ 103355.6, 510386.539999999979045 ], [ 103394.78, 510472.69 ], [ 103404.46, 510546.62 ], [ 103419.21, 510659.229999999981374 ], [ 103436.4, 510790.5 ], [ 103534.77, 510764.020000000018626 ], [ 103567.66, 510773.88 ], [ 103648.27, 510798.07 ], [ 103742.85, 510858.599999999976717 ], [ 103765.56, 510938.049999999988358 ], [ 103739.07, 511009.94 ], [ 103686.1, 511051.56 ], [ 103606.65, 511062.909999999974389 ], [ 103515.85, 511059.12 ], [ 103443.97, 511021.289999999979045 ], [ 103417.48, 510994.799999999988358 ], [ 103391.0, 510945.62 ], [ 103213.18, 510915.349999999976717 ], [ 103305.85, 511188.049999999988358 ], [ 103360.8, 511471.01 ], [ 103492.97, 511521.150000000023283 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103406.58, 510315.26 ], [ 103491.3, 510339.62 ], [ 103592.97, 510316.32 ], [ 103663.93, 510266.539999999979045 ], [ 103698.88, 510202.99 ], [ 103699.94, 510130.979999999981374 ], [ 103694.65, 509997.53000000002794 ], [ 103692.53, 509890.56 ], [ 103603.57, 509868.32 ], [ 103538.07, 509826.340000000025611 ], [ 103433.05, 509834.43 ], [ 103362.09, 509877.85999999998603 ], [ 103320.79, 509926.57 ], [ 103300.67, 510003.89000000001397 ], [ 103295.37, 510114.03000000002794 ], [ 103325.03, 510182.87 ], [ 103362.09, 510259.13 ], [ 103406.58, 510315.26 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104496.65, 510299.960000000020955 ], [ 104430.66, 510237.020000000018626 ], [ 104392.6, 510201.49 ], [ 104393.1, 510182.200000000011642 ], [ 104431.17, 510155.81 ], [ 104450.14, 510094.64000000001397 ], [ 104424.57, 510065.460000000020955 ], [ 104420.51, 510047.19 ], [ 104448.94, 510027.900000000023283 ], [ 104473.3, 509995.349999999976717 ], [ 104481.42, 509932.99 ], [ 104464.67, 509888.32 ], [ 104443.35, 509856.340000000025611 ], [ 104463.38, 509821.590000000025611 ], [ 104499.78, 509771.950000000011642 ], [ 104445.89, 509776.150000000023283 ], [ 104413.91, 509821.32 ], [ 104393.1, 509867.51 ], [ 104403.26, 509895.93 ], [ 104405.29, 509933.49 ], [ 104388.91, 509968.87 ], [ 104378.98, 509993.69 ], [ 104370.77, 510012.669999999983702 ], [ 104361.64, 510032.46999999997206 ], [ 104357.07, 510053.789999999979045 ], [ 104362.65, 510075.60999999998603 ], [ 104376.35, 510105.56 ], [ 104366.2, 510136.520000000018626 ], [ 104340.82, 510154.289999999979045 ], [ 104323.06, 510180.68 ], [ 104317.48, 510210.12 ], [ 104331.69, 510242.599999999976717 ], [ 104352.5, 510257.830000000016298 ], [ 104385.49, 510274.580000000016298 ], [ 104450.46, 510310.10999999998603 ], [ 104496.65, 510299.960000000020955 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104923.696507995962747, 515000.636007650056854 ], [ 105034.775950340670533, 515000.618676414713264 ], [ 105034.775950340743293, 515000.618676414713264 ], [ 105431.93, 514938.409999999974389 ], [ 104953.57, 513392.409999999974389 ], [ 104294.96, 513544.93 ], [ 104845.962673558431561, 515000.648136117262766 ], [ 104923.696507995962747, 515000.636007650056854 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 514194.882698778994381 ], [ 108883.58, 514082.21999999997206 ], [ 108857.58, 514229.539999999979045 ], [ 108753.59, 514290.200000000011642 ], [ 108571.6, 513700.919999999983702 ], [ 108450.28, 512834.32 ], [ 108164.3, 512461.69 ], [ 107861.0, 512323.03000000002794 ], [ 107575.02, 511976.39000000001397 ], [ 107315.04, 511742.409999999974389 ], [ 107237.05, 511473.770000000018626 ], [ 107167.72, 511456.44 ], [ 107384.37, 512349.03000000002794 ], [ 107557.69, 512617.669999999983702 ], [ 107670.35, 513544.93 ], [ 107540.36, 513544.93 ], [ 107427.7, 513310.950000000011642 ], [ 107349.71, 513007.64000000001397 ], [ 107185.05, 512860.32 ], [ 107003.07, 512453.020000000018626 ], [ 107003.07, 512019.71999999997206 ], [ 106916.41, 511647.090000000025611 ], [ 106795.09, 511153.13 ], [ 106803.75, 511031.81 ], [ 106470.69, 510991.43 ], [ 106429.94, 511693.729999999981374 ], [ 106244.7, 511710.150000000023283 ], [ 106104.11, 511731.06 ], [ 106080.7, 511833.039999999979045 ], [ 106053.05, 511950.650000000023283 ], [ 106064.14, 512064.229999999981374 ], [ 106078.21, 512326.849999999976717 ], [ 106106.35, 512530.85999999998603 ], [ 106000.83, 512568.38 ], [ 106015.15, 512877.650000000023283 ], [ 105971.82, 513510.26 ], [ 105521.19, 513310.950000000011642 ], [ 105512.53, 513475.599999999976717 ], [ 105919.83, 513848.24 ], [ 105833.17, 514281.53000000002794 ], [ 105989.15, 514810.159999999974389 ], [ 106011.989555752690649, 515000.466206087090541 ], [ 106562.933103968287469, 515000.380244795931503 ], [ 106578.44, 514628.169999999983702 ], [ 106881.75, 514654.169999999983702 ], [ 107005.372541055025067, 515000.311212922504637 ], [ 107728.869011390052037, 515000.198328960163053 ], [ 107514.36, 514671.5 ], [ 107930.32, 514203.539999999979045 ], [ 108718.92, 514992.14000000001397 ], [ 109000.0, 514987.354067999112885 ], [ 109000.0, 514194.882698778994381 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104907.09, 513142.950000000011642 ], [ 104943.66, 513239.37 ], [ 105186.36, 513179.520000000018626 ], [ 104860.55, 512268.57 ], [ 104720.91, 512308.460000000020955 ], [ 104577.95, 512215.37 ], [ 104774.1, 512767.270000000018626 ], [ 104907.09, 513142.950000000011642 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105515.5, 512813.81 ], [ 105651.81, 512803.840000000025611 ], [ 105375.87, 512029.19 ], [ 105302.72, 512261.919999999983702 ], [ 105139.82, 512228.669999999983702 ], [ 105359.24, 512973.39000000001397 ], [ 105515.5, 512813.81 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 510369.633685988665093 ], [ 108139.88, 510349.400000000023283 ], [ 108092.53, 510359.650000000023283 ], [ 108036.62, 511086.44 ], [ 108190.37, 511799.25 ], [ 108483.88, 512498.080000000016298 ], [ 108777.39, 512777.62 ], [ 108931.13, 513154.99 ], [ 109000.0, 513268.888926802377682 ], [ 109000.0, 510369.633685988665093 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104581.448021285235882, 511866.942633964121342 ], [ 104555.838101394474506, 511886.096271526068449 ], [ 104538.050000004470348, 511899.530000008642673 ], [ 104514.78000000724569, 512012.569999956525862 ], [ 104514.78, 512012.57 ], [ 104577.95, 512215.37 ], [ 104720.91, 512308.460000000020955 ], [ 104860.55, 512268.57 ], [ 104837.27, 512122.28000000002794 ], [ 104767.45, 511966.020000000018626 ], [ 104671.04, 511899.53000000002794 ], [ 104669.78683171911689, 511899.065837748290505 ], [ 104581.448021285235882, 511866.942633964121342 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105302.72, 512261.919999999983702 ], [ 105375.87, 512029.19 ], [ 105349.27, 511872.93 ], [ 105219.61, 511763.21999999997206 ], [ 105109.89, 511703.37 ], [ 104990.21, 511763.21999999997206 ], [ 104993.53, 511949.400000000023283 ], [ 105026.78, 512019.21999999997206 ], [ 105079.97, 512125.60999999998603 ], [ 105139.82, 512228.669999999983702 ], [ 105302.72, 512261.919999999983702 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106080.7, 511833.039999999979045 ], [ 106104.11, 511731.06 ], [ 106002.8, 511639.96999999997206 ], [ 105874.31, 511554.03000000002794 ], [ 105706.88, 511463.830000000016298 ], [ 105573.01, 511400.419999999983702 ], [ 105460.28, 511358.14000000001397 ], [ 105340.5, 511337.0 ], [ 105263.0, 511358.14000000001397 ], [ 105234.82, 511414.51 ], [ 105255.95, 511492.01 ], [ 105403.91, 511618.830000000016298 ], [ 105678.7, 511773.840000000025611 ], [ 105890.07, 511900.659999999974389 ], [ 106053.05, 511950.650000000023283 ], [ 106080.7, 511833.039999999979045 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103360.8, 511471.01 ], [ 103283.95, 511496.44 ], [ 103105.81, 511572.789999999979045 ], [ 102990.71, 511625.020000000018626 ], [ 102913.6, 511747.520000000018626 ], [ 102903.12, 511824.409999999974389 ], [ 102906.61, 511876.830000000016298 ], [ 102913.6, 511925.75 ], [ 102934.57, 511960.700000000011642 ], [ 102980.0, 512020.10999999998603 ], [ 103038.08, 512071.650000000023283 ], [ 103114.77, 512137.07 ], [ 103254.63, 512222.789999999979045 ], [ 103339.1, 512268.57 ], [ 103360.8, 511471.01 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103436.4, 510790.5 ], [ 103436.399975427280879, 510790.499812352471054 ], [ 103414.060315765003907, 510619.914342935371678 ], [ 103404.46, 510546.62 ], [ 103394.78, 510472.69 ], [ 103394.779985701738042, 510472.689968560589477 ], [ 103251.789999999062275, 510158.289999996777624 ], [ 103175.33999999689695, 510166.240000001329463 ], [ 103195.739999998259009, 510322.340000003227033 ], [ 103130.120000002512825, 510487.759999998961575 ], [ 103146.520000000135042, 510744.780000002647284 ], [ 103213.179999997126288, 510915.350000001664739 ], [ 103213.180000000778819, 510915.350000002305023 ], [ 103213.18, 510915.349999999976717 ], [ 103391.0, 510945.62 ], [ 103436.4, 510790.5 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102896.380000002682209, 507481.230000007897615 ], [ 102872.579999998211861, 507534.780000004917383 ], [ 102843.859999999403954, 507573.870000004768372 ], [ 102824.390000000596046, 507621.570000004023314 ], [ 102809.280000001192093, 507691.519999999552965 ], [ 102791.670000001788139, 507781.089999999850988 ], [ 102778.579999998211861, 507845.349999997764826 ], [ 102758.010000005364418, 507924.440000008791685 ], [ 102791.00000000372529, 507972.140000008046627 ], [ 102843.859999999403954, 507968.96000000834465 ], [ 102881.230000004172325, 507948.290000002831221 ], [ 102902.290000002831221, 507918.880000002682209 ], [ 102905.870000004768372, 507873.169999998062849 ], [ 102903.879999998956919, 507820.310000002384186 ], [ 102934.879999998956919, 507737.230000004172325 ], [ 102945.17000000551343, 507691.850000001490116 ], [ 102956.350000005215406, 507637.070000004023314 ], [ 102964.21000000461936, 507585.949999995529652 ], [ 102968.970000002533197, 507531.21000000834465 ], [ 102974.92000000551343, 507500.270000007003546 ], [ 102983.25, 507472.899999998509884 ], [ 102989.555120944976807, 507462.807876165956259 ], [ 102989.560000002384186, 507462.800000004470348 ], [ 102978.230000000447035, 507445.469999998807907 ], [ 102964.940000001341105, 507382.930000003427267 ], [ 102930.890000000596046, 507416.980000007897615 ], [ 102896.380000002682209, 507481.230000007897615 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102978.230000000447035, 507445.469999998807907 ], [ 102986.051690411375603, 507457.43380360363517 ], [ 102989.56, 507462.799999999988358 ], [ 102989.559999999735737, 507462.800000000395812 ], [ 102989.560000002384186, 507462.800000004470348 ], [ 102989.555120944976807, 507462.807876165956259 ], [ 102988.391004858640372, 507464.671187560190447 ], [ 102997.74, 507475.71999999997206 ], [ 103022.14, 507485.479999999981374 ], [ 103042.88, 507466.75 ], [ 103040.58, 507446.81 ], [ 103037.77, 507433.520000000018626 ], [ 103037.51, 507415.12 ], [ 103031.12, 507386.229999999981374 ], [ 103021.92, 507368.849999999976717 ], [ 103018.6, 507354.539999999979045 ], [ 102973.73, 507374.14000000001397 ], [ 102964.94, 507382.93 ], [ 102964.940000000831787, 507382.930000003951136 ], [ 102964.940000001341105, 507382.930000003427267 ], [ 102978.230000000447035, 507445.469999998807907 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.5 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103022.14, 507485.479999999981374 ], [ 103049.46, 507544.020000000018626 ], [ 103061.17, 507542.07 ], [ 103083.61, 507528.409999999974389 ], [ 103124.6, 507503.039999999979045 ], [ 103157.78, 507490.35999999998603 ], [ 103189.98, 507486.450000000011642 ], [ 103198.55, 507470.57 ], [ 103215.96, 507438.32 ], [ 103215.96, 507402.299999999988358 ], [ 103210.56, 507371.68 ], [ 103206.96, 507348.270000000018626 ], [ 103197.95, 507323.049999999988358 ], [ 103183.54, 507263.62 ], [ 103163.73, 507243.799999999988358 ], [ 103132.4, 507240.549999999988358 ], [ 103106.1, 507251.01 ], [ 103100.69, 507272.62 ], [ 103106.1, 507301.44 ], [ 103116.9, 507337.460000000020955 ], [ 103125.91, 507362.669999999983702 ], [ 103131.31, 507396.89000000001397 ], [ 103134.91, 507414.909999999974389 ], [ 103129.51, 507432.919999999983702 ], [ 103118.7, 507445.520000000018626 ], [ 103104.29, 507452.729999999981374 ], [ 103077.28, 507465.340000000025611 ], [ 103055.67, 507470.74 ], [ 103042.88, 507466.75 ], [ 103022.14, 507485.479999999981374 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103021.92, 507368.849999999976717 ], [ 103031.12, 507386.229999999981374 ], [ 103037.51, 507415.12 ], [ 103037.77, 507433.520000000018626 ], [ 103040.58, 507446.81 ], [ 103042.88, 507466.75 ], [ 103055.67, 507470.74 ], [ 103077.28, 507465.340000000025611 ], [ 103104.29, 507452.729999999981374 ], [ 103118.7, 507445.520000000018626 ], [ 103129.51, 507432.919999999983702 ], [ 103134.91, 507414.909999999974389 ], [ 103131.31, 507396.89000000001397 ], [ 103125.91, 507362.669999999983702 ], [ 103116.9, 507337.460000000020955 ], [ 103106.1, 507301.44 ], [ 103100.69, 507272.62 ], [ 103106.1, 507251.01 ], [ 103097.09, 507234.799999999988358 ], [ 103089.89, 507214.99 ], [ 103086.28, 507195.169999999983702 ], [ 103086.28, 507168.159999999974389 ], [ 103086.28, 507145.900000000023283 ], [ 103086.28, 507139.340000000025611 ], [ 103093.49, 507112.32 ], [ 103090.45, 507090.28000000002794 ], [ 103088.08, 507076.299999999988358 ], [ 103097.09, 507054.69 ], [ 103092.91, 507021.28000000002794 ], [ 103091.69, 507011.460000000020955 ], [ 103048.46, 507015.07 ], [ 103012.44, 507022.270000000018626 ], [ 102999.83, 507040.28000000002794 ], [ 103007.04, 507070.900000000023283 ], [ 103005.24, 507099.71999999997206 ], [ 103001.63, 507137.539999999979045 ], [ 102989.03, 507168.159999999974389 ], [ 102994.43, 507198.78000000002794 ], [ 102992.63, 507222.19 ], [ 102990.83, 507238.400000000023283 ], [ 102999.83, 507258.210000000020955 ], [ 103008.84, 507279.82 ], [ 103019.64, 507303.24 ], [ 103019.64, 507328.450000000011642 ], [ 103018.6, 507354.539999999979045 ], [ 103021.92, 507368.849999999976717 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103092.91, 507021.28000000002794 ], [ 103097.09, 507054.69 ], [ 103088.08, 507076.299999999988358 ], [ 103090.45, 507090.28000000002794 ], [ 103093.49, 507112.32 ], [ 103086.28, 507139.340000000025611 ], [ 103086.28, 507145.900000000023283 ], [ 103086.28, 507168.159999999974389 ], [ 103086.28, 507195.169999999983702 ], [ 103089.89, 507214.99 ], [ 103097.09, 507234.799999999988358 ], [ 103106.1, 507251.01 ], [ 103132.4, 507240.549999999988358 ], [ 103163.73, 507243.799999999988358 ], [ 103166.67, 507198.599999999976717 ], [ 103168.51, 507170.289999999979045 ], [ 103168.64, 507159.57 ], [ 103168.91, 507136.12 ], [ 103169.05, 507124.450000000011642 ], [ 103169.13, 507117.729999999981374 ], [ 103167.53, 507108.82 ], [ 103165.53, 507092.51 ], [ 103162.33, 507061.039999999979045 ], [ 103159.64, 507034.57 ], [ 103154.72, 506986.25 ], [ 103167.33, 506896.200000000011642 ], [ 103160.56, 506867.599999999976717 ], [ 103156.85, 506851.94 ], [ 103153.85, 506839.270000000018626 ], [ 103151.12, 506827.75 ], [ 103133.84, 506823.19 ], [ 103104.84, 506831.75 ], [ 103106.1, 506836.76 ], [ 103089.89, 506858.37 ], [ 103091.0, 506887.37 ], [ 103091.69, 506905.200000000011642 ], [ 103093.49, 506934.020000000018626 ], [ 103094.39, 506955.659999999974389 ], [ 103095.29, 506977.24 ], [ 103091.69, 507011.460000000020955 ], [ 103092.91, 507021.28000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 30.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102815.49, 506846.26 ], [ 102844.53, 506852.960000000020955 ], [ 102846.76, 506878.43 ], [ 102824.99, 506906.89000000001397 ], [ 102805.66, 506930.69 ], [ 102799.41, 506963.75 ], [ 102804.55, 507012.979999999981374 ], [ 102817.49, 507064.76 ], [ 102854.81, 507089.13 ], [ 102905.73, 507041.18 ], [ 102869.92, 507045.39000000001397 ], [ 102920.66, 507001.479999999981374 ], [ 102944.08, 506980.01 ], [ 102946.03, 506941.960000000020955 ], [ 102943.1, 506916.590000000025611 ], [ 102946.03, 506896.099999999976717 ], [ 102947.98, 506871.700000000011642 ], [ 102934.32, 506832.669999999983702 ], [ 102942.12, 506801.44 ], [ 102937.25, 506783.88 ], [ 102937.93, 506772.89000000001397 ], [ 102835.16, 506796.38 ], [ 102815.49, 506846.26 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102942.12, 506801.44 ], [ 102934.32, 506832.669999999983702 ], [ 102947.98, 506871.700000000011642 ], [ 102946.03, 506896.099999999976717 ], [ 102943.1, 506916.590000000025611 ], [ 102946.03, 506941.960000000020955 ], [ 102944.08, 506980.01 ], [ 102920.66, 507001.479999999981374 ], [ 102869.92, 507045.39000000001397 ], [ 102905.73, 507041.18 ], [ 102905.729973175737541, 507041.18002525967313 ], [ 102919.68, 507039.539999999979045 ], [ 102950.26, 507026.31 ], [ 102956.76, 507029.78000000002794 ], [ 102989.94, 507032.710000000020955 ], [ 102998.03, 507022.270000000018626 ], [ 103001.63, 506979.049999999988358 ], [ 103003.43, 506959.229999999981374 ], [ 103001.63, 506930.419999999983702 ], [ 103001.63, 506890.789999999979045 ], [ 102996.23, 506867.38 ], [ 102992.63, 506827.75 ], [ 102994.43, 506804.340000000025611 ], [ 102994.43, 506780.93 ], [ 102981.82, 506753.909999999974389 ], [ 102980.02, 506716.090000000025611 ], [ 102976.42, 506685.46999999997206 ], [ 102969.21, 506665.659999999974389 ], [ 102960.21, 506636.840000000025611 ], [ 102953.35, 506617.5 ], [ 102914.92, 506632.919999999983702 ], [ 102908.95, 506645.32 ], [ 102911.87, 506651.169999999983702 ], [ 102912.85, 506665.81 ], [ 102918.71, 506683.37 ], [ 102924.56, 506698.01 ], [ 102937.25, 506723.38 ], [ 102939.2, 506752.650000000023283 ], [ 102937.25, 506783.88 ], [ 102942.12, 506801.44 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103012.44, 507022.270000000018626 ], [ 103048.46, 507015.07 ], [ 103091.69, 507011.460000000020955 ], [ 103091.690001246752217, 507011.4599881489994 ], [ 103095.280219506472349, 506977.27228819578886 ], [ 103094.282075233757496, 506954.064993180334568 ], [ 103093.499430380761623, 506934.631716974079609 ], [ 103092.487746715458343, 506917.972811299550813 ], [ 103091.69, 506905.200000000011642 ], [ 103091.651244332577335, 506904.198531086614821 ], [ 103091.375697322189808, 506899.661231718957424 ], [ 103090.304595805137069, 506869.201782296528108 ], [ 103089.89, 506858.37 ], [ 103106.082478978423751, 506836.783357759180944 ], [ 103105.010974080025335, 506832.429825508676004 ], [ 103104.84, 506831.75 ], [ 103104.843405876526958, 506831.748994679190218 ], [ 103102.830000001937151, 506823.720000002533197 ], [ 103100.690000005066395, 506815.149999998509884 ], [ 103093.489999998360872, 506782.730000000447035 ], [ 103079.080000001937151, 506766.520000003278255 ], [ 103068.269999999552965, 506732.300000008195639 ], [ 103064.670000001788139, 506692.67000000923872 ], [ 103064.670000001788139, 506667.46000000089407 ], [ 103057.469999998807907, 506654.850000008940697 ], [ 103050.260000005364418, 506631.440000008791685 ], [ 103035.850000005215406, 506602.620000004768372 ], [ 103010.640000000596046, 506561.200000010430813 ], [ 102982.640000000596046, 506588.21000000461936 ], [ 102953.350000005215406, 506617.49999999627471 ], [ 102960.21000000089407, 506636.839999999850988 ], [ 102969.21000000461936, 506665.660000003874302 ], [ 102976.42000000551343, 506685.469999995082617 ], [ 102979.218384510808391, 506709.271814922511112 ], [ 102980.02, 506716.090000000025611 ], [ 102980.360010767893982, 506723.234004022961017 ], [ 102981.820000004023314, 506753.909999996423721 ], [ 102991.274197337290389, 506774.167923239758238 ], [ 102994.43, 506780.93 ], [ 102994.43, 506804.340000000025611 ], [ 102992.63, 506827.75 ], [ 102993.56811327507603, 506838.07706363638863 ], [ 102996.230000004172325, 506867.380000002682209 ], [ 103001.630000002682209, 506890.790000002831221 ], [ 103001.630000002682209, 506930.420000001788139 ], [ 103003.110793981220922, 506954.120930332748685 ], [ 103003.43, 506959.229999999981374 ], [ 103003.429999999658321, 506959.230000003590249 ], [ 103003.429999999701977, 506959.230000004172325 ], [ 103001.630000002682209, 506979.050000008195639 ], [ 102998.030000001192093, 507022.270000003278255 ], [ 103012.439999997717678, 507022.270000003278255 ], [ 103012.44, 507022.270000000018626 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104990.21, 511763.21999999997206 ], [ 105109.89, 511703.37 ], [ 105219.61, 511763.21999999997206 ], [ 105349.27, 511872.93 ], [ 105262.83, 511610.28000000002794 ], [ 105173.06, 511483.950000000011642 ], [ 105148.86, 511299.590000000025611 ], [ 105001.11, 511223.789999999979045 ], [ 104974.27, 511247.68 ], [ 104828.75, 511245.460000000020955 ], [ 104678.01, 511088.150000000023283 ], [ 104784.08, 511467.32 ], [ 104897.12, 511753.24 ], [ 104993.53, 511949.400000000023283 ], [ 104990.21, 511763.21999999997206 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105340.5, 511337.0 ], [ 105460.28, 511358.14000000001397 ], [ 105573.01, 511400.419999999983702 ], [ 105706.88, 511463.830000000016298 ], [ 105874.31, 511554.03000000002794 ], [ 106002.8, 511639.96999999997206 ], [ 106104.11, 511731.06 ], [ 106187.08, 511623.580000000016298 ], [ 106274.34, 511521.69 ], [ 106150.76, 511358.14000000001397 ], [ 106023.94, 511252.460000000020955 ], [ 105904.16, 511132.68 ], [ 105756.2, 510970.63 ], [ 105600.26, 510857.82 ], [ 105419.82, 510719.94 ], [ 105248.91, 510597.200000000011642 ], [ 104696.25, 510340.669999999983702 ], [ 104755.5, 510418.150000000023283 ], [ 104832.98, 510500.19 ], [ 104919.58, 510632.37 ], [ 104965.16, 510750.87 ], [ 105018.21, 510856.99 ], [ 105033.53, 510887.60999999998603 ], [ 105056.26, 511023.0 ], [ 105079.01, 511154.450000000011642 ], [ 105001.11, 511223.789999999979045 ], [ 105263.0, 511358.14000000001397 ], [ 105340.5, 511337.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105056.26, 511023.0 ], [ 105033.53, 510887.60999999998603 ], [ 105018.21, 510856.99 ], [ 104965.16, 510750.87 ], [ 104919.58, 510632.37 ], [ 104832.98, 510500.19 ], [ 104755.5, 510418.150000000023283 ], [ 104696.25, 510340.669999999983702 ], [ 104450.14, 510094.64000000001397 ], [ 104431.17, 510155.81 ], [ 104500.26, 510240.39000000001397 ], [ 104496.65, 510299.960000000020955 ], [ 104450.46, 510310.10999999998603 ], [ 104468.35, 510436.38 ], [ 104513.93, 510577.68 ], [ 104545.84, 510696.18 ], [ 104568.63, 510814.68 ], [ 104605.09, 510937.75 ], [ 104678.01, 511088.150000000023283 ], [ 104828.75, 511245.460000000020955 ], [ 104974.27, 511247.68 ], [ 105079.01, 511154.450000000011642 ], [ 105056.26, 511023.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106803.75, 511031.81 ], [ 106806.68, 510289.76 ], [ 106918.49, 509926.37 ], [ 107282.4, 509582.18 ], [ 106861.19, 509476.88 ], [ 106816.06, 509311.400000000023283 ], [ 106695.71, 509416.710000000020955 ], [ 106560.32, 509552.099999999976717 ], [ 106475.47, 509623.89000000001397 ], [ 106364.75, 509717.57 ], [ 106154.15, 509837.919999999983702 ], [ 105943.54, 509988.35999999998603 ], [ 106121.82, 510569.299999999988358 ], [ 106470.69, 510991.43 ], [ 106803.75, 511031.81 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106154.15, 509837.919999999983702 ], [ 106364.75, 509717.57 ], [ 106475.47, 509623.89000000001397 ], [ 106560.32, 509552.099999999976717 ], [ 106695.71, 509416.710000000020955 ], [ 106816.06, 509311.400000000023283 ], [ 106861.19, 509476.88 ], [ 107282.4, 509582.18 ], [ 107342.58, 509341.49 ], [ 107402.75, 509206.099999999976717 ], [ 107462.92, 509130.88 ], [ 107583.27, 508995.49 ], [ 107673.53, 508814.96999999997206 ], [ 107778.83, 508799.93 ], [ 107854.05, 508784.88 ], [ 107899.18, 508784.88 ], [ 107944.31, 508995.49 ], [ 107778.83, 509341.49 ], [ 107763.79, 509672.44 ], [ 107793.88, 509807.830000000016298 ], [ 107899.18, 510033.49 ], [ 108049.62, 510274.18 ], [ 108139.88, 510349.400000000023283 ], [ 109000.0, 510369.633685988665093 ], [ 109000.0, 508401.880442349531222 ], [ 108877.0, 508468.96999999997206 ], [ 108455.79, 508679.580000000016298 ], [ 108666.39, 508318.539999999979045 ], [ 108515.96, 508107.93 ], [ 108425.7, 507942.450000000011642 ], [ 108410.66, 507822.10999999998603 ], [ 108410.66, 507641.590000000025611 ], [ 108410.66, 507461.06 ], [ 108470.83, 507250.460000000020955 ], [ 108500.92, 507039.849999999976717 ], [ 108531.0, 506784.10999999998603 ], [ 108531.0, 506468.200000000011642 ], [ 108455.79, 506242.549999999988358 ], [ 108335.44, 506046.979999999981374 ], [ 108215.09, 505971.770000000018626 ], [ 108019.53, 505821.330000000016298 ], [ 107839.01, 505791.25 ], [ 107688.57, 505685.94 ], [ 107477.97, 505640.81 ], [ 107267.36, 505520.46999999997206 ], [ 107207.18, 505520.46999999997206 ], [ 107282.4, 505655.85999999998603 ], [ 107282.4, 505836.38 ], [ 107192.14, 506016.900000000023283 ], [ 107177.1, 506031.94 ], [ 107086.84, 506212.460000000020955 ], [ 107177.1, 506468.200000000011642 ], [ 107147.01, 506633.68 ], [ 107071.79, 506814.200000000011642 ], [ 107011.62, 506874.37 ], [ 106936.4, 506994.71999999997206 ], [ 106846.14, 507145.150000000023283 ], [ 106846.14, 507220.37 ], [ 106906.32, 507265.5 ], [ 107116.92, 507385.849999999976717 ], [ 107056.75, 507641.590000000025611 ], [ 106981.53, 507867.24 ], [ 106846.14, 508107.93 ], [ 106635.54, 508333.580000000016298 ], [ 106515.19, 508619.409999999974389 ], [ 106409.88, 508860.099999999976717 ], [ 106409.88, 509025.580000000016298 ], [ 106545.28, 509221.14000000001397 ], [ 106409.88, 509341.49 ], [ 106319.62, 509341.49 ], [ 105973.63, 509296.35999999998603 ], [ 105702.84, 509356.53000000002794 ], [ 105535.3, 509420.840000000025611 ], [ 105458.41, 509574.62 ], [ 105446.96, 509751.299999999988358 ], [ 105474.77, 509820.01 ], [ 105502.58, 509906.71999999997206 ], [ 105536.94, 509957.43 ], [ 105620.37, 510021.229999999981374 ], [ 105732.93, 510033.49 ], [ 105943.54, 509988.35999999998603 ], [ 106154.15, 509837.919999999983702 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104871.75, 506888.64000000001397 ], [ 104866.27, 506928.409999999974389 ], [ 104862.63, 506954.78000000002794 ], [ 104852.17, 507030.60999999998603 ], [ 104858.32, 507097.349999999976717 ], [ 104874.55, 507273.539999999979045 ], [ 104886.44, 507402.68 ], [ 104905.7, 507529.789999999979045 ], [ 104929.14, 507684.520000000018626 ], [ 104935.4, 507725.789999999979045 ], [ 104962.68, 507840.37 ], [ 104984.35, 507931.400000000023283 ], [ 105038.21, 508127.229999999981374 ], [ 105141.01, 508401.38 ], [ 105185.07, 508411.169999999983702 ], [ 105238.93, 508411.169999999983702 ], [ 105322.15, 508420.960000000020955 ], [ 105454.33, 508406.28000000002794 ], [ 105537.56, 508406.28000000002794 ], [ 105674.63, 508391.590000000025611 ], [ 105792.13, 508352.43 ], [ 105849.77, 508193.87 ], [ 105803.25, 508100.830000000016298 ], [ 105741.63, 507922.14000000001397 ], [ 105723.15, 507712.64000000001397 ], [ 105821.74, 507503.14000000001397 ], [ 105883.35, 507127.270000000018626 ], [ 105612.24, 506967.06 ], [ 105667.69, 506677.460000000020955 ], [ 105575.26, 506511.090000000025611 ], [ 105552.15, 506467.85999999998603 ], [ 105546.7, 506484.849999999976717 ], [ 105513.07, 506540.099999999976717 ], [ 105391.46, 506476.650000000023283 ], [ 105312.42, 506445.28000000002794 ], [ 105212.81, 506477.64000000001397 ], [ 105126.33, 506535.289999999979045 ], [ 105056.67, 506592.94 ], [ 104880.87, 506680.349999999976717 ], [ 104886.44, 506761.349999999976717 ], [ 104871.75, 506888.64000000001397 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104935.4, 507725.789999999979045 ], [ 104929.14, 507684.520000000018626 ], [ 104905.7, 507529.789999999979045 ], [ 104886.44, 507402.68 ], [ 104874.55, 507273.539999999979045 ], [ 104858.32, 507097.349999999976717 ], [ 104852.17, 507030.60999999998603 ], [ 104862.63, 506954.78000000002794 ], [ 104866.27, 506928.409999999974389 ], [ 104581.76, 506943.909999999974389 ], [ 104643.95, 506988.330000000016298 ], [ 104646.92, 507077.18 ], [ 104635.07, 507148.25 ], [ 104578.8, 507213.400000000023283 ], [ 104484.38, 507265.35999999998603 ], [ 104416.72, 507277.460000000020955 ], [ 104400.34, 507280.650000000023283 ], [ 104374.09, 507282.520000000018626 ], [ 104344.5, 507284.60999999998603 ], [ 104294.44, 507282.049999999988358 ], [ 104245.68, 507273.06 ], [ 104208.68, 507259.330000000016298 ], [ 104152.36, 507231.169999999983702 ], [ 104259.0, 507445.76 ], [ 104330.93, 507653.57 ], [ 104426.85, 507857.38 ], [ 104550.73, 507921.330000000016298 ], [ 104726.57, 507929.32 ], [ 104814.5, 507897.349999999976717 ], [ 104962.68, 507840.37 ], [ 104935.4, 507725.789999999979045 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105723.15, 507712.64000000001397 ], [ 105741.63, 507922.14000000001397 ], [ 105803.25, 508100.830000000016298 ], [ 105849.77, 508193.87 ], [ 105877.19, 508248.710000000020955 ], [ 106000.43, 508378.10999999998603 ], [ 106068.21, 508402.76 ], [ 106123.66, 508334.979999999981374 ], [ 106185.28, 508039.210000000020955 ], [ 106333.16, 507946.789999999979045 ], [ 106468.72, 508131.64000000001397 ], [ 106536.5, 508057.700000000011642 ], [ 106598.12, 507934.460000000020955 ], [ 106628.93, 507724.960000000020955 ], [ 106653.58, 507416.87 ], [ 106678.22, 507238.18 ], [ 106746.0, 507022.520000000018626 ], [ 106801.46, 506831.5 ], [ 106900.05, 506665.14000000001397 ], [ 106961.66, 506554.21999999997206 ], [ 107017.12, 506449.46999999997206 ], [ 107023.28, 506375.53000000002794 ], [ 106943.18, 506412.5 ], [ 106850.75, 506443.31 ], [ 106678.22, 506437.150000000023283 ], [ 106628.93, 506437.150000000023283 ], [ 106524.18, 506406.340000000025611 ], [ 106357.81, 506455.64000000001397 ], [ 106296.19, 506591.19 ], [ 106277.71, 506874.64000000001397 ], [ 106203.77, 507127.270000000018626 ], [ 106049.72, 507336.770000000018626 ], [ 105821.74, 507503.14000000001397 ], [ 105723.15, 507712.64000000001397 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105552.15, 506467.85999999998603 ], [ 105575.26, 506511.090000000025611 ], [ 105667.69, 506677.460000000020955 ], [ 105612.24, 506967.06 ], [ 105883.35, 507127.270000000018626 ], [ 106062.04, 507041.0 ], [ 106074.37, 506782.210000000020955 ], [ 105834.06, 506646.650000000023283 ], [ 105760.12, 506283.10999999998603 ], [ 105519.09, 505982.82 ], [ 105501.86, 506023.74 ], [ 105504.37, 506147.94 ], [ 105444.15, 506265.88 ], [ 105492.78, 506356.830000000016298 ], [ 105552.148391290786094, 506467.86501504026819 ], [ 105552.15, 506467.85999999998603 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 720.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105312.42, 506445.28000000002794 ], [ 105391.46, 506476.650000000023283 ], [ 105513.07, 506540.099999999976717 ], [ 105546.7, 506484.849999999976717 ], [ 105552.148391290786094, 506467.86501504026819 ], [ 105492.78, 506356.830000000016298 ], [ 105444.15, 506265.88 ], [ 105504.37, 506147.94 ], [ 105318.27, 506137.039999999979045 ], [ 105223.02, 506170.38 ], [ 105046.81, 506198.950000000011642 ], [ 104599.13, 506203.710000000020955 ], [ 104313.38, 506227.53000000002794 ], [ 104060.97, 506256.099999999976717 ], [ 104056.45, 506260.14000000001397 ], [ 103970.48, 506337.07 ], [ 103930.25, 506588.539999999979045 ], [ 104051.67, 506819.53000000002794 ], [ 104243.44, 506872.49 ], [ 104398.16, 506813.60999999998603 ], [ 104472.19, 506742.539999999979045 ], [ 104561.03, 506695.150000000023283 ], [ 104652.84, 506612.24 ], [ 104880.87, 506680.349999999976717 ], [ 105056.67, 506592.94 ], [ 105126.33, 506535.289999999979045 ], [ 105212.81, 506477.64000000001397 ], [ 105312.42, 506445.28000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104340.82, 510154.289999999979045 ], [ 104366.2, 510136.520000000018626 ], [ 104376.35, 510105.56 ], [ 104362.65, 510075.60999999998603 ], [ 104357.07, 510053.789999999979045 ], [ 104361.64, 510032.46999999997206 ], [ 104378.98, 509993.69 ], [ 104388.91, 509968.87 ], [ 104405.29, 509933.49 ], [ 104403.26, 509895.93 ], [ 104393.1, 509867.51 ], [ 104413.91, 509821.32 ], [ 104445.89, 509776.150000000023283 ], [ 104100.1, 509590.13 ], [ 103993.74, 509471.950000000011642 ], [ 103892.31, 509381.840000000025611 ], [ 103754.64, 509472.87 ], [ 103626.51, 509506.039999999979045 ], [ 103633.77, 509809.19 ], [ 103958.28, 509944.659999999974389 ], [ 104323.06, 510180.68 ], [ 104340.82, 510154.289999999979045 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103538.07, 509826.340000000025611 ], [ 103540.21, 509768.659999999974389 ], [ 103488.13, 509716.88 ], [ 103491.08, 509683.21999999997206 ], [ 103514.58, 509646.900000000023283 ], [ 103514.58, 509619.13 ], [ 103468.0, 509566.49 ], [ 103422.72, 509561.460000000020955 ], [ 103380.0, 509563.599999999976717 ], [ 103335.14, 509570.0 ], [ 103294.56, 509591.35999999998603 ], [ 103290.28, 509653.31 ], [ 103290.28, 509713.12 ], [ 103308.08, 509752.88 ], [ 103330.87, 509777.210000000020955 ], [ 103354.68, 509812.19 ], [ 103433.05, 509834.43 ], [ 103538.07, 509826.340000000025611 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103754.64, 509472.87 ], [ 103946.25, 509346.169999999983702 ], [ 104090.88, 509305.35999999998603 ], [ 104221.44, 509264.71999999997206 ], [ 104486.24, 509190.82 ], [ 104704.25, 509134.159999999974389 ], [ 104855.74, 509027.01 ], [ 104882.84, 508928.46999999997206 ], [ 104861.9, 508817.62 ], [ 104781.84, 508721.549999999988358 ], [ 104642.66, 508663.669999999983702 ], [ 104496.91, 508685.38 ], [ 104434.51, 508795.450000000011642 ], [ 104400.99, 508894.99 ], [ 104353.23, 508940.789999999979045 ], [ 104312.18, 508966.039999999979045 ], [ 104198.49, 508987.349999999976717 ], [ 104152.31, 508983.799999999988358 ], [ 104056.38, 508973.14000000001397 ], [ 103971.12, 508941.169999999983702 ], [ 103861.79, 508907.53000000002794 ], [ 103778.04, 508860.729999999981374 ], [ 103630.24, 508800.38 ], [ 103560.04, 508710.46999999997206 ], [ 103516.38, 508617.88 ], [ 103433.18, 508562.669999999983702 ], [ 103313.88, 508539.71999999997206 ], [ 103189.54, 508593.01 ], [ 103161.12, 508664.06 ], [ 103139.8, 508749.330000000016298 ], [ 102979.93, 508834.590000000025611 ], [ 102994.14, 508877.21999999997206 ], [ 103062.45, 508919.849999999976717 ], [ 103142.5, 508986.35999999998603 ], [ 103207.78, 509056.57 ], [ 103295.23, 509185.89000000001397 ], [ 103314.94, 509256.090000000025611 ], [ 103307.55, 509310.289999999979045 ], [ 103277.99, 509387.88 ], [ 103295.23, 509435.919999999983702 ], [ 103335.87, 509471.63 ], [ 103377.83, 509491.830000000016298 ], [ 103457.81, 509513.51 ], [ 103557.57, 509519.669999999983702 ], [ 103626.51, 509506.039999999979045 ], [ 103754.64, 509472.87 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103139.8, 508749.330000000016298 ], [ 103161.12, 508664.06 ], [ 103189.54, 508593.01 ], [ 103313.88, 508539.71999999997206 ], [ 103433.18, 508562.669999999983702 ], [ 103516.38, 508617.88 ], [ 103560.04, 508710.46999999997206 ], [ 103630.24, 508800.38 ], [ 103778.04, 508860.729999999981374 ], [ 103861.79, 508907.53000000002794 ], [ 103971.12, 508941.169999999983702 ], [ 104056.38, 508973.14000000001397 ], [ 104198.49, 508987.349999999976717 ], [ 104203.98, 508866.580000000016298 ], [ 104275.06, 508831.74 ], [ 104434.51, 508795.450000000011642 ], [ 104496.91, 508685.38 ], [ 104642.66, 508663.669999999983702 ], [ 104701.65, 508688.200000000011642 ], [ 104781.84, 508721.549999999988358 ], [ 104470.51, 508376.94 ], [ 104316.4, 508350.63 ], [ 104187.47, 508331.13 ], [ 104120.34, 508391.900000000023283 ], [ 104042.62, 508457.62 ], [ 103967.72, 508401.090000000025611 ], [ 103899.88, 508316.289999999979045 ], [ 103881.49, 508268.520000000018626 ], [ 103758.6, 508265.28000000002794 ], [ 103735.96, 508287.919999999983702 ], [ 103655.11, 508317.03000000002794 ], [ 103600.13, 508307.330000000016298 ], [ 103425.16, 508364.349999999976717 ], [ 103194.56, 508439.49 ], [ 103023.54, 508495.229999999981374 ], [ 103045.95, 508557.35999999998603 ], [ 103068.51, 508670.12 ], [ 103072.27, 508726.5 ], [ 103070.56010845588753, 508786.25620975199854 ], [ 103139.8, 508749.330000000016298 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103655.11, 508317.03000000002794 ], [ 103735.96, 508287.919999999983702 ], [ 103758.6, 508265.28000000002794 ], [ 103774.77, 508232.94 ], [ 103752.13, 508174.729999999981374 ], [ 103700.38, 508080.94 ], [ 103668.04, 508016.26 ], [ 103651.87, 507977.450000000011642 ], [ 103603.36, 507970.979999999981374 ], [ 103506.34, 508003.32 ], [ 103464.29, 508055.07 ], [ 103493.4, 508126.21999999997206 ], [ 103538.68, 508210.299999999988358 ], [ 103600.13, 508307.330000000016298 ], [ 103655.11, 508317.03000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103899.88, 508316.289999999979045 ], [ 103967.72, 508401.090000000025611 ], [ 104042.62, 508457.62 ], [ 104120.34, 508391.900000000023283 ], [ 104187.47, 508331.13 ], [ 104185.5, 508268.520000000018626 ], [ 104195.2, 508194.13 ], [ 104188.74, 508035.659999999974389 ], [ 104186.77, 507929.07 ], [ 104179.03, 507838.38 ], [ 104162.03, 507756.659999999974389 ], [ 104137.3, 507659.849999999976717 ], [ 104109.74, 507589.19 ], [ 104065.84, 507524.669999999983702 ], [ 103981.14, 507495.919999999983702 ], [ 103920.3, 507469.69 ], [ 103891.2, 507469.69 ], [ 103887.96, 507472.919999999983702 ], [ 103775.52, 507474.71999999997206 ], [ 103730.29, 507517.12 ], [ 103712.63, 507580.0 ], [ 103730.29, 507652.789999999979045 ], [ 103771.98, 507778.56 ], [ 103804.49, 507910.700000000011642 ], [ 103828.51, 508003.270000000018626 ], [ 103839.82, 508059.090000000025611 ], [ 103858.19, 508141.049999999988358 ], [ 103881.49, 508268.520000000018626 ], [ 103899.88, 508316.289999999979045 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103194.56, 508439.49 ], [ 103425.16, 508364.349999999976717 ], [ 103600.13, 508307.330000000016298 ], [ 103538.68, 508210.299999999988358 ], [ 103518.16, 508172.200000000011642 ], [ 103493.4, 508126.21999999997206 ], [ 103464.29, 508055.07 ], [ 103491.15, 508022.01 ], [ 103506.34, 508003.32 ], [ 103603.36, 507970.979999999981374 ], [ 103651.87, 507977.450000000011642 ], [ 103668.04, 508016.26 ], [ 103828.51, 508003.270000000018626 ], [ 103804.49, 507910.700000000011642 ], [ 103771.98, 507778.56 ], [ 103730.29, 507652.789999999979045 ], [ 103712.63, 507580.0 ], [ 103730.29, 507517.12 ], [ 103613.45, 507320.46999999997206 ], [ 103565.34, 507279.13 ], [ 103458.04, 507303.13 ], [ 103412.96, 507362.25 ], [ 103391.02, 507421.12 ], [ 103393.33, 507493.849999999976717 ], [ 103388.4, 507622.919999999983702 ], [ 103406.45, 507698.13 ], [ 103400.44, 507743.25 ], [ 103394.42, 507785.35999999998603 ], [ 103370.36, 507845.520000000018626 ], [ 103325.23, 507869.590000000025611 ], [ 103262.06, 507872.599999999976717 ], [ 103196.85, 507849.14000000001397 ], [ 103147.75, 507815.44 ], [ 103126.69, 507797.39000000001397 ], [ 103133.05, 507977.18 ], [ 103099.35, 508116.169999999983702 ], [ 103036.18, 508225.669999999983702 ], [ 103002.48, 508297.270000000018626 ], [ 102943.52, 508360.450000000011642 ], [ 102905.61, 508427.840000000025611 ], [ 102923.26, 508474.770000000018626 ], [ 103023.54, 508495.229999999981374 ], [ 103194.56, 508439.49 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103147.75, 507815.44 ], [ 103196.85, 507849.14000000001397 ], [ 103262.06, 507872.599999999976717 ], [ 103325.23, 507869.590000000025611 ], [ 103370.36, 507845.520000000018626 ], [ 103394.42, 507785.35999999998603 ], [ 103400.44, 507743.25 ], [ 103406.45, 507698.13 ], [ 103388.4, 507622.919999999983702 ], [ 103393.33, 507493.849999999976717 ], [ 103391.02, 507421.12 ], [ 103412.96, 507362.25 ], [ 103458.04, 507303.13 ], [ 103565.34, 507279.13 ], [ 103613.45, 507320.46999999997206 ], [ 103714.86, 507308.64000000001397 ], [ 103770.69, 507263.60999999998603 ], [ 103815.56, 507185.53000000002794 ], [ 103842.63, 507107.32 ], [ 103848.65, 507077.24 ], [ 103851.66, 507044.150000000023283 ], [ 103859.92, 507005.0 ], [ 103824.59, 506996.020000000018626 ], [ 103791.04, 506991.909999999974389 ], [ 103753.84, 506988.46999999997206 ], [ 103662.91, 506974.0 ], [ 103553.85, 507014.07 ], [ 103498.12, 507040.450000000011642 ], [ 103439.54, 507059.19 ], [ 103348.11, 507087.659999999974389 ], [ 103312.69, 507095.099999999976717 ], [ 103283.12, 507101.299999999988358 ], [ 103215.79, 507111.01 ], [ 103165.53, 507092.51 ], [ 103169.13, 507117.729999999981374 ], [ 103169.05, 507124.450000000011642 ], [ 103168.91, 507136.12 ], [ 103168.64, 507159.57 ], [ 103168.51, 507170.289999999979045 ], [ 103166.67, 507198.599999999976717 ], [ 103163.73, 507243.799999999988358 ], [ 103183.54, 507263.62 ], [ 103197.95, 507323.049999999988358 ], [ 103206.96, 507348.270000000018626 ], [ 103210.56, 507371.68 ], [ 103215.96, 507402.299999999988358 ], [ 103215.96, 507438.32 ], [ 103198.55, 507470.57 ], [ 103189.98, 507486.450000000011642 ], [ 103157.78, 507490.35999999998603 ], [ 103124.6, 507503.039999999979045 ], [ 103083.61, 507528.409999999974389 ], [ 103061.17, 507542.07 ], [ 103049.46, 507544.020000000018626 ], [ 103055.67, 507560.789999999979045 ], [ 103051.49, 507618.710000000020955 ], [ 103056.93, 507657.200000000011642 ], [ 103066.53, 507705.94 ], [ 103099.62, 507772.12 ], [ 103126.69, 507797.39000000001397 ], [ 103147.75, 507815.44 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 37800.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104440.75, 507058.74 ], [ 104332.95, 507119.06 ], [ 104413.8, 507180.659999999974389 ], [ 104499.78, 507103.659999999974389 ], [ 104440.75, 507058.74 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104208.68, 507259.330000000016298 ], [ 104245.68, 507273.06 ], [ 104294.44, 507282.049999999988358 ], [ 104344.5, 507284.60999999998603 ], [ 104400.34, 507280.650000000023283 ], [ 104416.72, 507277.460000000020955 ], [ 104484.38, 507265.35999999998603 ], [ 104453.36, 507224.18 ], [ 104487.0, 507263.75 ], [ 104578.8, 507213.400000000023283 ], [ 104635.07, 507148.25 ], [ 104646.92, 507077.18 ], [ 104643.95, 506988.330000000016298 ], [ 104581.76, 506943.909999999974389 ], [ 104546.23, 506935.03000000002794 ], [ 104504.77, 506932.07 ], [ 104368.54, 506976.49 ], [ 104181.97, 507023.87 ], [ 104093.13, 507089.020000000018626 ], [ 104125.71, 507163.06 ], [ 104152.36, 507231.169999999983702 ], [ 104208.68, 507259.330000000016298 ] ], [ [ 104440.83, 507209.44 ], [ 104453.58, 507223.01 ], [ 104453.36, 507224.18 ], [ 104440.83, 507209.44 ] ], [ [ 104413.8, 507180.659999999974389 ], [ 104332.95, 507119.06 ], [ 104440.75, 507058.74 ], [ 104499.78, 507103.659999999974389 ], [ 104416.36, 507180.659999999974389 ], [ 104440.83, 507209.44 ], [ 104413.8, 507180.659999999974389 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103023.428304773784475, 506582.211169527901802 ], [ 103027.37, 506588.68 ], [ 103035.849995643482544, 506602.619992838473991 ], [ 103035.850000005215406, 506602.620000004768372 ], [ 103035.850001925340621, 506602.6200038450188 ], [ 103039.26, 506609.43 ], [ 103050.259997855042457, 506631.439995708118659 ], [ 103050.260000005364418, 506631.440000008791685 ], [ 103053.161392984780832, 506640.86047292285366 ], [ 103057.47, 506654.849999999976717 ], [ 103063.447062802471919, 506665.31816138047725 ], [ 103064.670000001788139, 506667.46000000089407 ], [ 103064.670000001788139, 506692.67000000923872 ], [ 103066.262383749781293, 506710.19949111220194 ], [ 103068.27, 506732.299999999988358 ], [ 103076.601033241837285, 506758.67261401808355 ], [ 103079.080000001413282, 506766.520000001590233 ], [ 103093.49, 506782.729999999981374 ], [ 103095.250509192570462, 506790.65718166984152 ], [ 103100.690000005066395, 506815.149999998509884 ], [ 103102.830000001937151, 506823.720000002533197 ], [ 103104.843405876526958, 506831.748994679190218 ], [ 103133.84, 506823.19 ], [ 103151.12, 506827.75 ], [ 103145.72, 506798.94 ], [ 103145.72, 506773.71999999997206 ], [ 103142.12, 506737.700000000011642 ], [ 103133.11, 506699.88 ], [ 103129.51, 506658.450000000011642 ], [ 103127.71, 506615.229999999981374 ], [ 103106.1, 506590.01 ], [ 103082.68, 506557.590000000025611 ], [ 103059.27, 506519.770000000018626 ], [ 103046.84, 506525.51 ], [ 103019.18, 506550.229999999981374 ], [ 103010.64, 506561.200000000011642 ], [ 103010.640058348348248, 506561.200095875712577 ], [ 103023.428304773784475, 506582.211169527901802 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 360.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103082.68, 506557.590000000025611 ], [ 103106.1, 506590.01 ], [ 103127.71, 506615.229999999981374 ], [ 103129.51, 506658.450000000011642 ], [ 103133.11, 506699.88 ], [ 103142.12, 506737.700000000011642 ], [ 103145.72, 506773.71999999997206 ], [ 103145.72, 506798.94 ], [ 103151.12, 506827.75 ], [ 103153.85, 506839.270000000018626 ], [ 103156.85, 506851.94 ], [ 103160.56, 506867.599999999976717 ], [ 103167.33, 506896.200000000011642 ], [ 103154.72, 506986.25 ], [ 103159.64, 507034.57 ], [ 103162.33, 507061.039999999979045 ], [ 103165.53, 507092.51 ], [ 103215.79, 507111.01 ], [ 103283.12, 507101.299999999988358 ], [ 103312.69, 507095.099999999976717 ], [ 103348.11, 507087.659999999974389 ], [ 103439.54, 507059.19 ], [ 103498.12, 507040.450000000011642 ], [ 103495.2, 506799.63 ], [ 103487.72, 506704.799999999988358 ], [ 103487.72, 506629.94 ], [ 103467.75, 506567.549999999988358 ], [ 103447.79, 506495.18 ], [ 103430.32, 506450.26 ], [ 103442.8, 506417.82 ], [ 103472.33, 506343.479999999981374 ], [ 103507.68, 506265.599999999976717 ], [ 103532.63, 506225.669999999983702 ], [ 103526.52, 506150.539999999979045 ], [ 103466.8, 506136.76 ], [ 103430.05, 506083.93 ], [ 103409.83, 506159.37 ], [ 103405.07, 506200.580000000016298 ], [ 103386.05, 506208.51 ], [ 103363.86, 506211.68 ], [ 103320.6, 506236.700000000011642 ], [ 103267.5, 506244.789999999979045 ], [ 103220.17, 506235.549999999988358 ], [ 103104.29, 506209.99 ], [ 103052.06, 506291.03000000002794 ], [ 103001.63, 506388.289999999979045 ], [ 103007.04, 506462.14000000001397 ], [ 103037.65, 506489.150000000023283 ], [ 103059.27, 506519.770000000018626 ], [ 103082.68, 506557.590000000025611 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102937.93, 506772.89000000001397 ], [ 102939.2, 506752.650000000023283 ], [ 102937.25, 506723.38 ], [ 102924.56, 506698.01 ], [ 102918.71, 506683.37 ], [ 102912.85, 506665.81 ], [ 102911.87, 506651.169999999983702 ], [ 102908.95, 506645.32 ], [ 102914.92, 506632.919999999983702 ], [ 102907.12, 506601.729999999981374 ], [ 102913.35, 506537.38 ], [ 102916.46, 506463.68 ], [ 102908.01, 506411.830000000016298 ], [ 102897.39, 506401.85999999998603 ], [ 102884.76, 506384.590000000025611 ], [ 102874.14, 506368.650000000023283 ], [ 102860.1, 506354.700000000011642 ], [ 102841.0, 506334.770000000018626 ], [ 102832.72, 506324.830000000016298 ], [ 102824.4, 506314.840000000025611 ], [ 102803.72, 506294.25 ], [ 102769.03, 506352.19 ], [ 102794.94, 506372.74 ], [ 102820.85, 506487.99 ], [ 102816.83, 506539.81 ], [ 102819.96, 506584.93 ], [ 102782.46, 506609.78000000002794 ], [ 102772.16, 506621.10999999998603 ], [ 102773.05, 506645.24 ], [ 102792.26, 506655.51 ], [ 102817.28, 506664.450000000011642 ], [ 102903.8, 506676.38 ], [ 102909.22, 506702.700000000011642 ], [ 102870.51, 506745.28000000002794 ], [ 102835.16, 506796.38 ], [ 102937.93, 506772.89000000001397 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 378.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102824.4, 506314.840000000025611 ], [ 102832.72, 506324.830000000016298 ], [ 102841.0, 506334.770000000018626 ], [ 102860.1, 506354.700000000011642 ], [ 102874.14, 506368.650000000023283 ], [ 102884.76, 506384.590000000025611 ], [ 102897.39, 506401.85999999998603 ], [ 102908.01, 506411.830000000016298 ], [ 102941.89, 506358.68 ], [ 102967.14, 506318.159999999974389 ], [ 102990.39, 506289.599999999976717 ], [ 103012.31, 506269.0 ], [ 102981.22, 506289.169999999983702 ], [ 102953.41, 506276.88 ], [ 102933.92, 506253.06 ], [ 102929.27, 506233.13 ], [ 102951.19, 506188.62 ], [ 102977.76, 506125.520000000018626 ], [ 103006.99, 506061.74 ], [ 102985.07, 506049.789999999979045 ], [ 102949.2, 506157.400000000023283 ], [ 102925.95, 506213.200000000011642 ], [ 102909.34, 506218.520000000018626 ], [ 102888.75, 506215.85999999998603 ], [ 102869.02, 506193.789999999979045 ], [ 102858.86, 506180.650000000023283 ], [ 102855.54, 506172.68 ], [ 102822.32, 506213.200000000011642 ], [ 102815.68, 506251.729999999981374 ], [ 102811.11, 506260.03000000002794 ], [ 102803.72, 506294.25 ], [ 102824.4, 506314.840000000025611 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 6400.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102867.81, 506166.24 ], [ 102884.02, 506182.799999999988358 ], [ 102893.32, 506193.88 ], [ 102911.15, 506199.289999999979045 ], [ 102924.07, 506180.46999999997206 ], [ 102939.45, 506142.93 ], [ 102949.81, 506099.710000000020955 ], [ 102965.74, 506050.400000000023283 ], [ 102983.98, 506029.830000000016298 ], [ 103005.14, 506033.669999999983702 ], [ 103028.15, 506057.909999999974389 ], [ 102998.32, 506119.69 ], [ 102964.08, 506198.13 ], [ 102944.61, 506233.13 ], [ 102949.88, 506250.299999999988358 ], [ 102965.05, 506264.81 ], [ 102983.45, 506267.81 ], [ 103005.56, 506259.789999999979045 ], [ 103024.35, 506236.210000000020955 ], [ 103042.4, 506191.64000000001397 ], [ 103061.82, 506116.78000000002794 ], [ 103066.56, 506063.13 ], [ 103062.98, 506014.789999999979045 ], [ 103041.48, 506002.020000000018626 ], [ 103020.07, 505981.39000000001397 ], [ 102975.99, 505974.14000000001397 ], [ 102957.75, 505983.63 ], [ 102933.37, 506014.13 ], [ 102894.09, 506064.710000000020955 ], [ 102876.65, 506092.590000000025611 ], [ 102867.02, 506122.68 ], [ 102867.81, 506166.24 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 500.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102869.02, 506193.789999999979045 ], [ 102888.75, 506215.85999999998603 ], [ 102909.34, 506218.520000000018626 ], [ 102925.95, 506213.200000000011642 ], [ 102949.2, 506157.400000000023283 ], [ 102985.07, 506049.789999999979045 ], [ 103006.99, 506061.74 ], [ 102977.76, 506125.520000000018626 ], [ 102951.19, 506188.62 ], [ 102929.27, 506233.13 ], [ 102933.92, 506253.06 ], [ 102953.41, 506276.88 ], [ 102981.22, 506289.169999999983702 ], [ 103012.31, 506269.0 ], [ 103035.25, 506253.5 ], [ 103048.1, 506235.89000000001397 ], [ 103066.03, 506183.659999999974389 ], [ 103080.23, 506122.299999999988358 ], [ 103090.8, 506064.96999999997206 ], [ 103081.39, 506001.289999999979045 ], [ 103056.82, 505982.69 ], [ 103025.59, 505961.44 ], [ 102977.1, 505951.46999999997206 ], [ 102948.54, 505970.74 ], [ 102918.64, 506000.63 ], [ 102907.86, 506010.659999999974389 ], [ 102891.6, 506033.06 ], [ 102874.11, 506062.520000000018626 ], [ 102863.37, 506085.53000000002794 ], [ 102854.78, 506110.69 ], [ 102854.16, 506133.710000000020955 ], [ 102851.71, 506149.35999999998603 ], [ 102855.61, 506172.799999999988358 ], [ 102858.86, 506180.650000000023283 ], [ 102869.02, 506193.789999999979045 ] ], [ [ 102894.09, 506064.710000000020955 ], [ 102933.37, 506014.13 ], [ 102957.75, 505983.63 ], [ 102975.99, 505974.14000000001397 ], [ 103020.07, 505981.39000000001397 ], [ 103041.48, 506002.020000000018626 ], [ 103062.98, 506014.789999999979045 ], [ 103066.56, 506063.13 ], [ 103061.82, 506116.78000000002794 ], [ 103042.4, 506191.64000000001397 ], [ 103024.35, 506236.210000000020955 ], [ 103005.56, 506259.789999999979045 ], [ 102983.45, 506267.81 ], [ 102965.05, 506264.81 ], [ 102949.88, 506250.299999999988358 ], [ 102944.61, 506233.13 ], [ 102964.08, 506198.13 ], [ 102998.32, 506119.69 ], [ 103028.15, 506057.909999999974389 ], [ 103005.14, 506033.669999999983702 ], [ 102983.98, 506029.830000000016298 ], [ 102965.74, 506050.400000000023283 ], [ 102949.81, 506099.710000000020955 ], [ 102939.45, 506142.93 ], [ 102924.07, 506180.46999999997206 ], [ 102911.15, 506199.289999999979045 ], [ 102893.32, 506193.88 ], [ 102884.02, 506182.799999999988358 ], [ 102867.81, 506166.24 ], [ 102867.02, 506122.68 ], [ 102876.65, 506092.590000000025611 ], [ 102894.09, 506064.710000000020955 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103386.05, 506208.51 ], [ 103405.07, 506200.580000000016298 ], [ 103409.83, 506159.37 ], [ 103430.05, 506083.93 ], [ 103370.2, 506078.520000000018626 ], [ 103330.57, 506034.14000000001397 ], [ 103317.89, 506015.10999999998603 ], [ 103303.62, 505970.729999999981374 ], [ 103317.89, 505921.590000000025611 ], [ 103340.08, 505894.64000000001397 ], [ 103349.59, 505867.69 ], [ 103355.93, 505837.57 ], [ 103357.52, 505820.14000000001397 ], [ 103355.93, 505794.770000000018626 ], [ 103355.93, 505751.96999999997206 ], [ 103340.08, 505728.200000000011642 ], [ 103309.96, 505706.0 ], [ 103256.07, 505704.419999999983702 ], [ 103235.46, 505709.169999999983702 ], [ 103167.3, 505729.78000000002794 ], [ 103134.01, 505750.39000000001397 ], [ 103126.08, 505804.28000000002794 ], [ 103134.01, 505824.89000000001397 ], [ 103149.86, 505850.26 ], [ 103159.37, 505878.789999999979045 ], [ 103167.3, 505910.49 ], [ 103149.86, 505932.68 ], [ 103148.27, 505958.049999999988358 ], [ 103159.37, 505972.31 ], [ 103173.64, 505986.580000000016298 ], [ 103191.07, 506005.599999999976717 ], [ 103211.68, 506034.14000000001397 ], [ 103240.21, 506040.479999999981374 ], [ 103260.82, 506089.62 ], [ 103278.26, 506124.49 ], [ 103294.11, 506157.78000000002794 ], [ 103313.13, 506197.409999999974389 ], [ 103363.86, 506211.68 ], [ 103386.05, 506208.51 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102948.54, 505970.74 ], [ 102977.1, 505951.46999999997206 ], [ 103025.59, 505961.44 ], [ 103056.82, 505982.69 ], [ 103081.39, 506001.289999999979045 ], [ 103090.8, 506064.96999999997206 ], [ 103080.23, 506122.299999999988358 ], [ 103066.03, 506183.659999999974389 ], [ 103057.44, 506246.88 ], [ 103069.747325237520272, 506263.586369189200923 ], [ 103104.29, 506209.99 ], [ 103220.17, 506235.549999999988358 ], [ 103267.5, 506244.789999999979045 ], [ 103320.6, 506236.700000000011642 ], [ 103363.86, 506211.68 ], [ 103313.13, 506197.409999999974389 ], [ 103294.11, 506157.78000000002794 ], [ 103278.26, 506124.49 ], [ 103260.82, 506089.62 ], [ 103240.21, 506040.479999999981374 ], [ 103211.68, 506034.14000000001397 ], [ 103191.07, 506005.599999999976717 ], [ 103173.64, 505986.580000000016298 ], [ 103159.37, 505972.31 ], [ 103148.27, 505958.049999999988358 ], [ 103149.86, 505932.68 ], [ 103167.3, 505910.49 ], [ 103159.37, 505878.789999999979045 ], [ 103149.86, 505850.26 ], [ 103134.01, 505824.89000000001397 ], [ 103126.08, 505804.28000000002794 ], [ 103134.01, 505750.39000000001397 ], [ 103167.3, 505729.78000000002794 ], [ 103235.46, 505709.169999999983702 ], [ 103256.07, 505704.419999999983702 ], [ 103309.96, 505706.0 ], [ 103340.08, 505728.200000000011642 ], [ 103355.93, 505751.96999999997206 ], [ 103355.93, 505794.770000000018626 ], [ 103357.52, 505820.14000000001397 ], [ 103355.93, 505837.57 ], [ 103349.59, 505867.69 ], [ 103340.08, 505894.64000000001397 ], [ 103317.89, 505921.590000000025611 ], [ 103303.62, 505970.729999999981374 ], [ 103317.89, 506015.10999999998603 ], [ 103330.57, 506034.14000000001397 ], [ 103370.2, 506078.520000000018626 ], [ 103430.05, 506083.93 ], [ 103453.02, 506026.51 ], [ 103473.92, 505988.51 ], [ 103503.55, 505934.64000000001397 ], [ 103533.41, 505870.330000000016298 ], [ 103560.97, 505785.340000000025611 ], [ 103528.82, 505727.919999999983702 ], [ 103455.32, 505704.950000000011642 ], [ 103443.3, 505663.349999999976717 ], [ 103425.46, 505601.590000000025611 ], [ 103445.29, 505564.14000000001397 ], [ 103466.8, 505523.5 ], [ 103518.13, 505516.539999999979045 ], [ 103602.32, 505505.12 ], [ 103626.35, 505476.729999999981374 ], [ 103603.13, 505403.200000000011642 ], [ 103545.07, 505275.49 ], [ 103452.19, 505267.75 ], [ 103362.33, 505278.700000000011642 ], [ 103324.03, 505327.94 ], [ 103238.83, 505385.400000000023283 ], [ 103166.17, 505394.479999999981374 ], [ 103127.86, 505399.270000000018626 ], [ 103100.12, 505383.419999999983702 ], [ 103030.77, 505341.81 ], [ 102993.94, 505311.419999999983702 ], [ 102951.51, 505276.419999999983702 ], [ 102936.32, 505238.049999999988358 ], [ 102913.86, 505181.31 ], [ 102434.36, 505410.94 ], [ 102523.35, 505485.840000000025611 ], [ 102633.81, 505546.520000000018626 ], [ 102764.51, 505633.650000000023283 ], [ 102857.86, 505722.340000000025611 ], [ 102882.76, 505775.24 ], [ 102927.73, 505855.01 ], [ 102920.1, 505940.159999999974389 ], [ 102918.64, 506000.63 ], [ 102948.54, 505970.74 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102993.94, 505311.419999999983702 ], [ 103030.77, 505341.81 ], [ 103100.12, 505383.419999999983702 ], [ 103127.86, 505399.270000000018626 ], [ 103166.17, 505394.479999999981374 ], [ 103238.83, 505385.400000000023283 ], [ 103324.03, 505327.94 ], [ 103393.38, 505238.770000000018626 ], [ 103371.59, 505100.07 ], [ 103310.16, 504999.01 ], [ 103185.33, 504941.549999999988358 ], [ 103014.92, 504995.049999999988358 ], [ 102947.55, 505092.14000000001397 ], [ 102913.86, 505181.31 ], [ 102951.51, 505276.419999999983702 ], [ 102993.94, 505311.419999999983702 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102603.85, 505163.82 ], [ 102689.43, 505118.169999999983702 ], [ 102803.55, 505035.43 ], [ 102852.05, 505006.900000000023283 ], [ 102766.46, 504898.49 ], [ 102598.14, 505015.460000000020955 ], [ 102518.26, 505081.080000000016298 ], [ 102440.23, 505147.28000000002794 ], [ 102493.01, 505223.960000000020955 ], [ 102546.79, 505203.76 ], [ 102603.85, 505163.82 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 190.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103518.13, 505516.539999999979045 ], [ 103466.8, 505523.5 ], [ 103445.29, 505564.14000000001397 ], [ 103425.46, 505601.590000000025611 ], [ 103443.3, 505663.349999999976717 ], [ 103455.32, 505704.950000000011642 ], [ 103528.82, 505727.919999999983702 ], [ 103560.97, 505785.340000000025611 ], [ 103533.41, 505870.330000000016298 ], [ 103503.55, 505934.64000000001397 ], [ 103473.92, 505988.51 ], [ 103453.02, 506026.51 ], [ 103430.05, 506083.93 ], [ 103466.8, 506136.76 ], [ 103526.52, 506150.539999999979045 ], [ 103570.16, 506143.650000000023283 ], [ 103581.65, 506081.64000000001397 ], [ 103606.91, 506031.10999999998603 ], [ 103627.58, 505957.60999999998603 ], [ 103712.57, 505904.78000000002794 ], [ 103769.99, 505870.330000000016298 ], [ 103804.44, 505799.12 ], [ 103854.97, 505757.78000000002794 ], [ 103915.08, 505717.35999999998603 ], [ 103987.23, 505660.080000000016298 ], [ 103988.28, 505586.200000000011642 ], [ 103988.62, 505562.950000000011642 ], [ 103989.14, 505526.169999999983702 ], [ 103989.53, 505498.710000000020955 ], [ 103990.68, 505418.28000000002794 ], [ 103901.83, 505398.56 ], [ 103815.0, 505345.349999999976717 ], [ 103791.86, 505514.46999999997206 ], [ 103703.38, 505555.650000000023283 ], [ 103602.32, 505505.12 ], [ 103518.13, 505516.539999999979045 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103901.83, 505398.56 ], [ 103990.68, 505418.28000000002794 ], [ 103992.17, 505314.039999999979045 ], [ 103896.22, 505261.32 ], [ 103845.81, 505238.919999999983702 ], [ 103761.79, 505188.5 ], [ 103722.57, 505154.89000000001397 ], [ 103646.95, 505160.49 ], [ 103618.94, 505177.299999999988358 ], [ 103618.94, 505213.710000000020955 ], [ 103671.46, 505222.10999999998603 ], [ 103674.96, 505222.10999999998603 ], [ 103675.26, 505222.71999999997206 ], [ 103688.96, 505224.909999999974389 ], [ 103675.76, 505223.710000000020955 ], [ 103733.78, 505269.71999999997206 ], [ 103815.0, 505345.349999999976717 ], [ 103901.83, 505398.56 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103671.46, 505222.10999999998603 ], [ 103658.16, 505222.10999999998603 ], [ 103675.76, 505223.710000000020955 ], [ 103675.26, 505222.71999999997206 ], [ 103671.46, 505222.10999999998603 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104010.41, 505035.950000000011642 ], [ 104016.1, 504949.12 ], [ 104064.44, 504806.289999999979045 ], [ 103962.93, 504652.99 ], [ 103825.11, 504710.409999999974389 ], [ 103696.49, 504779.31 ], [ 103556.73, 504918.460000000020955 ], [ 103513.94, 505012.60999999998603 ], [ 103516.79, 505072.520000000018626 ], [ 103613.79, 505058.26 ], [ 103693.67, 505069.669999999983702 ], [ 103767.85, 505069.669999999983702 ], [ 103881.97, 505046.840000000025611 ], [ 104010.41, 505035.950000000011642 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103112.76, 504596.150000000023283 ], [ 103232.41, 504685.89000000001397 ], [ 103441.79, 504727.770000000018626 ], [ 103561.44, 504703.840000000025611 ], [ 103622.35, 504653.14000000001397 ], [ 103619.5, 504601.78000000002794 ], [ 103549.47, 504572.21999999997206 ], [ 103411.88, 504524.37 ], [ 103411.88, 504398.729999999981374 ], [ 103519.56, 504404.71999999997206 ], [ 103657.16, 504356.85999999998603 ], [ 103687.07, 504219.26 ], [ 103690.82, 504136.75 ], [ 103722.96, 503979.96999999997206 ], [ 103752.88, 503812.460000000020955 ], [ 103794.75, 503740.669999999983702 ], [ 103776.81, 503644.950000000011642 ], [ 103711.0, 503579.150000000023283 ], [ 103621.26, 503615.039999999979045 ], [ 103555.46, 503662.900000000023283 ], [ 103423.84, 503710.76 ], [ 103328.12, 503704.78000000002794 ], [ 103220.44, 503710.76 ], [ 103136.69, 503776.57 ], [ 103100.79, 503872.28000000002794 ], [ 103166.6, 503997.909999999974389 ], [ 103118.74, 504099.60999999998603 ], [ 103005.08, 504165.419999999983702 ], [ 102945.25, 504183.37 ], [ 102927.3, 504237.210000000020955 ], [ 103077.44, 504402.080000000016298 ], [ 103112.76, 504596.150000000023283 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104516.2, 504092.49 ], [ 104592.98, 503961.229999999981374 ], [ 104481.53, 503872.07 ], [ 104318.07, 503914.169999999983702 ], [ 104273.49, 504028.090000000025611 ], [ 104350.27, 504099.919999999983702 ], [ 104516.2, 504092.49 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103776.81, 503644.950000000011642 ], [ 103794.75, 503740.669999999983702 ], [ 104088.43, 503257.18 ], [ 103942.27, 503171.5 ], [ 103816.27, 503398.299999999988358 ], [ 103711.0, 503579.150000000023283 ], [ 103776.81, 503644.950000000011642 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104088.43, 503257.18 ], [ 104105.84, 503213.169999999983702 ], [ 104105.84, 503147.299999999988358 ], [ 104152.89, 503095.549999999988358 ], [ 104209.35, 503039.099999999976717 ], [ 104261.1, 503010.87 ], [ 104303.44, 502977.94 ], [ 104341.08, 502954.409999999974389 ], [ 104378.71, 502940.299999999988358 ], [ 104421.05, 502912.07 ], [ 104458.69, 502897.960000000020955 ], [ 104491.62, 502874.43 ], [ 104501.03, 502832.090000000025611 ], [ 104510.44, 502761.520000000018626 ], [ 104510.44, 502723.89000000001397 ], [ 104501.03, 502639.200000000011642 ], [ 104501.03, 502568.63 ], [ 104491.62, 502512.18 ], [ 104486.92, 502455.71999999997206 ], [ 104486.92, 502422.789999999979045 ], [ 104482.21, 502380.450000000011642 ], [ 104482.21, 502333.400000000023283 ], [ 104477.51, 502234.60999999998603 ], [ 104458.69, 502168.74 ], [ 104421.05, 502051.12 ], [ 104402.24, 501994.669999999983702 ], [ 104383.42, 501942.919999999983702 ], [ 104355.19, 501881.76 ], [ 104331.67, 501830.01 ], [ 104322.26, 501801.78000000002794 ], [ 104336.37, 501773.549999999988358 ], [ 104435.17, 501754.729999999981374 ], [ 104486.92, 501740.62 ], [ 104515.15, 501731.210000000020955 ], [ 104562.19, 501717.099999999976717 ], [ 104595.13, 501688.87 ], [ 104623.35, 501651.229999999981374 ], [ 104613.94, 501594.78000000002794 ], [ 104590.42, 501510.090000000025611 ], [ 103771.82, 501844.12 ], [ 103795.34, 501975.849999999976717 ], [ 103800.04, 502027.599999999976717 ], [ 103804.75, 502074.650000000023283 ], [ 103804.75, 502116.99 ], [ 103804.75, 502159.330000000016298 ], [ 103790.63, 502192.26 ], [ 103800.04, 502244.01 ], [ 103809.45, 502267.539999999979045 ], [ 103842.38, 502272.24 ], [ 103856.5, 502262.830000000016298 ], [ 103889.43, 502239.31 ], [ 103894.14, 502215.789999999979045 ], [ 103894.14, 502178.150000000023283 ], [ 103898.84, 502112.28000000002794 ], [ 103931.77, 501994.669999999983702 ], [ 103945.89, 501952.330000000016298 ], [ 103964.71, 501924.099999999976717 ], [ 104030.57, 501989.960000000020955 ], [ 104068.21, 502084.06 ], [ 104101.14, 502182.849999999976717 ], [ 104119.96, 502291.06 ], [ 104129.37, 502385.150000000023283 ], [ 104143.48, 502460.43 ], [ 104157.6, 502549.82 ], [ 104167.0, 502615.68 ], [ 104167.0, 502672.14000000001397 ], [ 104167.0, 502714.479999999981374 ], [ 104148.19, 502742.710000000020955 ], [ 104115.25, 502794.460000000020955 ], [ 104082.32, 502846.210000000020955 ], [ 104049.39, 502940.299999999988358 ], [ 104016.46, 503015.57 ], [ 103942.27, 503171.5 ], [ 104088.43, 503257.18 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103963.050129652881878, 501766.088482521416154 ], [ 103979.14, 501577.770000000018626 ], [ 104106.33, 501464.10999999998603 ], [ 104187.52, 501388.340000000025611 ], [ 104225.41, 501196.19 ], [ 104222.7, 501177.25 ], [ 103919.6, 501193.49 ], [ 103740.99, 501182.659999999974389 ], [ 103630.03, 501171.840000000025611 ], [ 103632.74, 501269.26 ], [ 103505.55, 501412.69 ], [ 103307.99, 501474.94 ], [ 103080.66, 501404.57 ], [ 103023.83, 501179.950000000011642 ], [ 102883.15, 501195.56 ], [ 102896.76, 501254.60999999998603 ], [ 102929.97, 501345.450000000011642 ], [ 102992.07, 501515.270000000018626 ], [ 103023.83, 501602.13 ], [ 103068.45, 501677.12 ], [ 103151.03, 501815.919999999983702 ], [ 103321.52, 501897.10999999998603 ], [ 103483.96, 501915.5 ], [ 103595.89, 501928.159999999974389 ], [ 103771.82, 501844.12 ], [ 103963.050129652881878, 501766.088482521416154 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104030.56, 500949.919999999983702 ], [ 104247.06, 500830.849999999976717 ], [ 104230.82, 500584.580000000016298 ], [ 104198.35, 500389.729999999981374 ], [ 104006.2, 500300.419999999983702 ], [ 103776.17, 500240.88 ], [ 103494.72, 500311.25 ], [ 103410.83, 500378.900000000023283 ], [ 103459.54, 500646.82 ], [ 103602.97, 501044.64000000001397 ], [ 103811.35, 501014.87 ], [ 104030.56, 500949.919999999983702 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102852.05, 505006.900000000023283 ], [ 103025.0, 504809.49 ], [ 103232.41, 504685.89000000001397 ], [ 103112.76, 504596.150000000023283 ], [ 103099.634996793436585, 504524.033086854557041 ], [ 103089.09, 504466.12 ], [ 103077.44, 504402.080000000016298 ], [ 102893.96, 504683.49 ], [ 102766.46, 504898.49 ], [ 102852.05, 505006.900000000023283 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102341.37, 504382.10999999998603 ], [ 102372.76, 504342.169999999983702 ], [ 102458.35, 504270.840000000025611 ], [ 102546.79, 504193.81 ], [ 102461.2, 504153.87 ], [ 102349.93, 504256.580000000016298 ], [ 102307.14, 504305.080000000016298 ], [ 102304.29, 504347.87 ], [ 102309.99, 504382.10999999998603 ], [ 102341.37, 504382.10999999998603 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102053.23, 504151.020000000018626 ], [ 102027.55, 504179.549999999988358 ], [ 102013.29, 504225.19 ], [ 102038.96, 504253.71999999997206 ], [ 102087.46, 504236.60999999998603 ], [ 102138.82, 504205.21999999997206 ], [ 102190.17, 504168.14000000001397 ], [ 102232.96, 504139.60999999998603 ], [ 102270.05, 504111.080000000016298 ], [ 102321.4, 504073.99 ], [ 102401.29, 504025.49 ], [ 102444.08, 503974.14000000001397 ], [ 102384.17, 503911.37 ], [ 102264.34, 503996.960000000020955 ], [ 102170.2, 504062.580000000016298 ], [ 102104.58, 504111.080000000016298 ], [ 102053.23, 504151.020000000018626 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103136.69, 503776.57 ], [ 103220.44, 503710.76 ], [ 103342.52, 503604.94 ], [ 103468.51, 503418.460000000020955 ], [ 103564.27, 503307.580000000016298 ], [ 103483.63, 503216.85999999998603 ], [ 103357.64, 503317.659999999974389 ], [ 103181.24, 503423.5 ], [ 103014.92, 503599.900000000023283 ], [ 102863.72, 503756.14000000001397 ], [ 102722.6, 503922.460000000020955 ], [ 102616.76, 504013.18 ], [ 102515.96, 504078.700000000011642 ], [ 102461.2, 504153.87 ], [ 102546.79, 504193.81 ], [ 102788.12, 504053.5 ], [ 102888.92, 503982.94 ], [ 102994.76, 503917.419999999983702 ], [ 103100.79, 503872.28000000002794 ], [ 103136.69, 503776.57 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102267.2, 503626.080000000016298 ], [ 102324.26, 503574.71999999997206 ], [ 102352.79, 503489.13 ], [ 102324.26, 503443.49 ], [ 102281.46, 503460.599999999976717 ], [ 102232.96, 503500.549999999988358 ], [ 102198.73, 503569.020000000018626 ], [ 102175.9, 503623.21999999997206 ], [ 102181.61, 503674.580000000016298 ], [ 102230.11, 503703.099999999976717 ], [ 102267.2, 503626.080000000016298 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102444.08, 503974.14000000001397 ], [ 102838.52, 503554.539999999979045 ], [ 103025.0, 503317.659999999974389 ], [ 103332.44, 503126.14000000001397 ], [ 103574.35, 502924.549999999988358 ], [ 103508.83, 502833.830000000016298 ], [ 103176.2, 503020.299999999988358 ], [ 102919.16, 503226.94 ], [ 102722.6, 503478.94 ], [ 102465.56, 503766.21999999997206 ], [ 102470.6, 503781.340000000025611 ], [ 102384.17, 503911.37 ], [ 102444.08, 503974.14000000001397 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 128.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103483.96, 501915.5 ], [ 103321.52, 501897.10999999998603 ], [ 103151.03, 501815.919999999983702 ], [ 103023.83, 501602.13 ], [ 102990.015383283374831, 501509.651400792005006 ], [ 102929.97, 501345.450000000011642 ], [ 102896.76, 501254.60999999998603 ], [ 102861.46, 501101.46999999997206 ], [ 102847.93, 500909.330000000016298 ], [ 102802.97, 500700.419999999983702 ], [ 102747.79, 500516.919999999983702 ], [ 102663.9, 500357.25 ], [ 102366.21, 500441.150000000023283 ], [ 102406.81, 500603.520000000018626 ], [ 102436.35, 500717.46999999997206 ], [ 102504.23, 500830.849999999976717 ], [ 102395.98, 500868.74 ], [ 102301.26, 500673.88 ], [ 102260.67, 500565.63 ], [ 102230.9, 500435.729999999981374 ], [ 101924.79, 500512.840000000025611 ], [ 101950.37, 500598.099999999976717 ], [ 101975.95, 500683.35999999998603 ], [ 102035.63, 500819.78000000002794 ], [ 102120.89, 500956.200000000011642 ], [ 102214.67, 501126.71999999997206 ], [ 102368.14, 501288.710000000020955 ], [ 102496.03, 501518.909999999974389 ], [ 102544.82, 501588.599999999976717 ], [ 102431.16, 501642.71999999997206 ], [ 102260.67, 501504.710000000020955 ], [ 102155.12, 501401.87 ], [ 102014.4, 501299.03000000002794 ], [ 101879.09, 501161.01 ], [ 101749.19, 501066.289999999979045 ], [ 101624.7, 500936.39000000001397 ], [ 101498.49, 500802.729999999981374 ], [ 101370.6, 500777.150000000023283 ], [ 101285.34, 500939.14000000001397 ], [ 101297.24, 501071.700000000011642 ], [ 101353.55, 501194.919999999983702 ], [ 101592.28, 501416.599999999976717 ], [ 101720.17, 501510.39000000001397 ], [ 101884.5, 501650.840000000025611 ], [ 102073.94, 501796.979999999981374 ], [ 102265.83, 502004.900000000023283 ], [ 102182.19, 502219.159999999974389 ], [ 102061.21, 502362.99 ], [ 101967.42, 502678.450000000011642 ], [ 101907.74, 502806.340000000025611 ], [ 101900.74, 502976.909999999974389 ], [ 101984.47, 503028.020000000018626 ], [ 102112.36, 503028.020000000018626 ], [ 102295.85, 503001.26 ], [ 102450.11, 502930.900000000023283 ], [ 102674.73, 502838.89000000001397 ], [ 102930.86, 502746.659999999974389 ], [ 103178.11, 502712.56 ], [ 103365.69, 502610.24 ], [ 103450.95, 502490.88 ], [ 103493.58, 502303.31 ], [ 103527.68, 502141.31 ], [ 103595.89, 501928.159999999974389 ], [ 103483.96, 501915.5 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102003.397857817093609, 502557.439497526618652 ], [ 102038.42, 502439.63 ], [ 102061.21, 502362.99 ], [ 102112.79, 502301.659999999974389 ], [ 102182.19, 502219.159999999974389 ], [ 102265.83, 502004.900000000023283 ], [ 102133.57, 501861.599999999976717 ], [ 102073.94, 501796.979999999981374 ], [ 101884.5, 501650.840000000025611 ], [ 101720.17, 501510.39000000001397 ], [ 101592.28, 501416.599999999976717 ], [ 101484.87, 501316.87 ], [ 101353.55, 501194.919999999983702 ], [ 101314.51, 501109.5 ], [ 101297.24, 501071.700000000011642 ], [ 101285.34, 500939.14000000001397 ], [ 101370.6, 500777.150000000023283 ], [ 101498.49, 500802.729999999981374 ], [ 101274.88, 500523.06 ], [ 101107.64, 500363.789999999979045 ], [ 100924.48, 500451.39000000001397 ], [ 100781.14, 500610.659999999974389 ], [ 100868.74, 500961.06 ], [ 101107.64, 501359.24 ], [ 101513.79, 501542.400000000023283 ], [ 101617.31, 501645.93 ], [ 101720.84, 501749.450000000011642 ], [ 101800.48, 501924.650000000023283 ], [ 101840.3, 502131.710000000020955 ], [ 101864.19, 502362.650000000023283 ], [ 101978.45, 502641.340000000025611 ], [ 101989.299167297242093, 502604.860042482265271 ], [ 102003.397857817093609, 502557.439497526618652 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100470.55, 499535.57 ], [ 100550.19, 499742.62 ], [ 100590.01, 499790.409999999974389 ], [ 100645.75, 499686.88 ], [ 100597.97, 499487.789999999979045 ], [ 100597.97, 499352.409999999974389 ], [ 100574.08, 499224.99 ], [ 100542.23, 499129.43 ], [ 100502.41, 499105.539999999979045 ], [ 100422.77, 499057.75 ], [ 100374.99, 499017.94 ], [ 100319.25, 499017.94 ], [ 100279.43, 499073.68 ], [ 100255.54, 499296.659999999974389 ], [ 100351.1, 499416.12 ], [ 100470.55, 499535.57 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101736.77, 500108.950000000011642 ], [ 101808.44, 500077.099999999976717 ], [ 101872.15, 500085.06 ], [ 101951.79, 500108.950000000011642 ], [ 101999.57, 500069.13 ], [ 101919.93, 499997.460000000020955 ], [ 101872.15, 499965.60999999998603 ], [ 101816.4, 499925.789999999979045 ], [ 101728.8, 499838.19 ], [ 101776.59, 499726.700000000011642 ], [ 101935.86, 499694.840000000025611 ], [ 102055.31, 499734.659999999974389 ], [ 102238.48, 499806.330000000016298 ], [ 102318.11, 499838.19 ], [ 102421.64, 499862.080000000016298 ], [ 102549.06, 499878.01 ], [ 102580.91, 499790.409999999974389 ], [ 102549.06, 499694.840000000025611 ], [ 102445.53, 499631.13 ], [ 102349.97, 499607.24 ], [ 102222.55, 499567.43 ], [ 102222.55, 499455.93 ], [ 102294.22, 499376.299999999988358 ], [ 102429.6, 499312.590000000025611 ], [ 102596.84, 499240.919999999983702 ], [ 102668.51, 499177.210000000020955 ], [ 102676.47, 499089.60999999998603 ], [ 102740.18, 498970.150000000023283 ], [ 102907.42, 498866.63 ], [ 102923.35, 498970.150000000023283 ], [ 103066.69, 499113.5 ], [ 103138.36, 499121.460000000020955 ], [ 103194.11, 499025.900000000023283 ], [ 103249.85, 498834.770000000018626 ], [ 103225.96, 498771.06 ], [ 103178.18, 498659.57 ], [ 103010.95, 498587.900000000023283 ], [ 102748.15, 498524.19 ], [ 102708.33, 498595.87 ], [ 102772.04, 498747.169999999983702 ], [ 102684.44, 498771.06 ], [ 102461.46, 498444.56 ], [ 101832.33, 498428.63 ], [ 101346.55, 498420.669999999983702 ], [ 101298.77, 498436.590000000025611 ], [ 101282.84, 498524.19 ], [ 101274.88, 498675.5 ], [ 101266.92, 498802.919999999983702 ], [ 101243.02, 498930.340000000025611 ], [ 101211.17, 499073.68 ], [ 101187.28, 499264.81 ], [ 101211.17, 499455.93 ], [ 101282.84, 499623.169999999983702 ], [ 101386.37, 499782.44 ], [ 101418.22, 499973.57 ], [ 101497.86, 500188.590000000025611 ], [ 101633.24, 500292.10999999998603 ], [ 101704.91, 500156.729999999981374 ], [ 101736.77, 500108.950000000011642 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104060.97, 506256.099999999976717 ], [ 104313.38, 506227.53000000002794 ], [ 104599.13, 506203.710000000020955 ], [ 105046.81, 506198.950000000011642 ], [ 105223.02, 506170.38 ], [ 105318.27, 506137.039999999979045 ], [ 105504.37, 506147.94 ], [ 105501.86, 506023.74 ], [ 105519.09, 505982.82 ], [ 105506.5, 505976.0 ], [ 105063.75, 505780.13 ], [ 104484.83, 505865.580000000016298 ], [ 104122.88, 506079.89000000001397 ], [ 104116.05, 506081.35999999998603 ], [ 104016.14, 506102.87 ], [ 104044.26, 506254.24 ], [ 104056.45, 506260.14000000001397 ], [ 104060.97, 506256.099999999976717 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1800.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104116.05, 506081.35999999998603 ], [ 104122.88, 506079.89000000001397 ], [ 104429.982438081729924, 505898.055151249398477 ], [ 104484.830000001937151, 505865.579999998211861 ], [ 104694.357570130610839, 505834.653221053595189 ], [ 105063.75, 505780.13 ], [ 105506.5, 505976.0 ], [ 105519.09, 505982.82 ], [ 105519.090000001830049, 505982.820000002277084 ], [ 105542.890000004321337, 505917.129999998956919 ], [ 105536.100000005215406, 505874.270000007003546 ], [ 105538.350000001490116, 505820.129999998956919 ], [ 105533.840000003576279, 505790.800000008195639 ], [ 105484.010000005364418, 505545.74999999627471 ], [ 105410.280000004917383, 505316.370000001043081 ], [ 105324.050000000745058, 505091.000000007450581 ], [ 105252.850000001490116, 505067.260000005364418 ], [ 105269.800000004470348, 504853.659999996423721 ], [ 105295.059999998658895, 504730.740000002086163 ], [ 105320.660000000149012, 504606.160000000149012 ], [ 105246.070000004023314, 504565.470000002533197 ], [ 105177.970000002533197, 504385.28999999910593 ], [ 105083.320000004023314, 504134.880000006407499 ], [ 105026.010000005364418, 504166.900000009685755 ], [ 104902.25, 504236.03999999538064 ], [ 104803.820000004023314, 504291.020000007003546 ], [ 104657.400000002235174, 504372.820000007748604 ], [ 104593.600000001490116, 504447.560000002384186 ], [ 104405.570000004023314, 504667.820000007748604 ], [ 104322.730000000447035, 504896.850000005215406 ], [ 104283.260000005364418, 505005.990000005811453 ], [ 104266.929999999701977, 505214.180000007152557 ], [ 104254.480000004172325, 505372.930000010877848 ], [ 104268.870000001043081, 505631.96000000089407 ], [ 104223.430000003427267, 505726.770000007003546 ], [ 104137.579999998211861, 505870.700000010430813 ], [ 104122.75000000372529, 505895.570000004023314 ], [ 104016.129999998956919, 506093.990000002086163 ], [ 104016.140000004306785, 506102.869999999064021 ], [ 104116.05, 506081.35999999998603 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 103990.68, 505418.28000000002794 ], [ 103989.53, 505498.710000000020955 ], [ 103989.14, 505526.169999999983702 ], [ 103988.62, 505562.950000000011642 ], [ 103988.28, 505586.200000000011642 ], [ 103987.23, 505660.080000000016298 ], [ 103987.226766487830901, 505660.082567090459634 ], [ 103986.19, 505732.81 ], [ 104016.1, 506061.840000000025611 ], [ 104016.13, 506093.99 ], [ 104016.13, 506093.990000000107102 ], [ 104122.749999868829036, 505895.570000255072955 ], [ 104122.75, 505895.57 ], [ 104137.58, 505870.700000000011642 ], [ 104223.43, 505726.770000000018626 ], [ 104268.87, 505631.960000000020955 ], [ 104254.48, 505372.93 ], [ 104266.93, 505214.18 ], [ 104283.26, 505005.99 ], [ 104322.73, 504896.849999999976717 ], [ 104405.57, 504667.82 ], [ 104593.6, 504447.56 ], [ 104657.4, 504372.82 ], [ 104803.82, 504291.020000000018626 ], [ 104869.514765947809792, 504254.324904685432557 ], [ 104902.25, 504236.03999999538064 ], [ 104935.220774029818131, 504217.620483868580777 ], [ 105026.01, 504166.900000000023283 ], [ 105083.32, 504134.88 ], [ 104847.65, 504099.60999999998603 ], [ 104552.38, 504155.85999999998603 ], [ 104345.13, 504195.330000000016298 ], [ 104147.71, 504560.26 ], [ 104064.44, 504806.289999999979045 ], [ 104016.1, 504949.12 ], [ 104010.41, 505035.950000000011642 ], [ 103992.17, 505314.039999999979045 ], [ 103990.68, 505418.28000000002794 ] ] ], [ [ [ 104016.131959680977161, 506095.73019670357462 ], [ 104016.14, 506102.87 ], [ 104016.140000004292233, 506102.86999999161344 ], [ 104016.131959680977161, 506095.73019670357462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105177.970000002533197, 504385.28999999910593 ], [ 105246.070000003848691, 504565.470000002067536 ], [ 105320.66, 504606.159999999974389 ], [ 105320.659999999988941, 504606.160000000032596 ], [ 105320.660000000149012, 504606.160000000149012 ], [ 105316.397889098909218, 504626.901163127215113 ], [ 105295.06, 504730.74 ], [ 105290.12234011630062, 504754.76759908569511 ], [ 105269.800000004470348, 504853.659999996423721 ], [ 105252.850000001868466, 505067.260000000649597 ], [ 105324.05, 505091.0 ], [ 105351.489600606772001, 505162.715908485988621 ], [ 105410.280000004917383, 505316.370000001043081 ], [ 105484.010000005364418, 505545.74999999627471 ], [ 105533.840000003576279, 505790.800000008195639 ], [ 105533.840001884411322, 505790.800012239895295 ], [ 105534.91, 505797.75 ], [ 105595.29, 505599.57 ], [ 105629.19, 505524.979999999981374 ], [ 105778.6, 505648.44 ], [ 105944.97, 505383.49 ], [ 106062.04, 505303.38 ], [ 106160.63, 505512.88 ], [ 106086.69, 505759.349999999976717 ], [ 106006.59, 506098.25 ], [ 105889.52, 506301.590000000025611 ], [ 105963.46, 506535.74 ], [ 106450.24, 506307.75 ], [ 106610.44, 506283.10999999998603 ], [ 106776.81, 506295.43 ], [ 106955.5, 506129.06 ], [ 106973.99, 505950.37 ], [ 106930.86, 505747.03000000002794 ], [ 106992.47, 505457.43 ], [ 106844.59, 505247.93 ], [ 106912.37, 504674.88 ], [ 107836.64, 504231.229999999981374 ], [ 108274.12, 503806.07 ], [ 108619.18, 503855.37 ], [ 108859.49, 504348.31 ], [ 109000.0, 504532.424021041602828 ], [ 109000.0, 502710.99815589596983 ], [ 108723.93, 502752.409999999974389 ], [ 108249.48, 503140.599999999976717 ], [ 107848.96, 503442.53000000002794 ], [ 107454.61, 503516.46999999997206 ], [ 106786.58, 503497.69 ], [ 106598.12, 503596.57 ], [ 106653.58, 503916.979999999981374 ], [ 106474.88, 503990.919999999983702 ], [ 106283.87, 503947.789999999979045 ], [ 106201.99, 503927.32 ], [ 106141.11, 503912.099999999976717 ], [ 106086.69, 503898.5 ], [ 106049.87, 503902.479999999981374 ], [ 105892.29, 503919.51 ], [ 105858.71, 503923.150000000023283 ], [ 105745.0, 503908.10999999998603 ], [ 105639.37, 503894.150000000023283 ], [ 105316.47, 504027.900000000023283 ], [ 105120.487657756690169, 504233.212310389091726 ], [ 105177.970000002533197, 504385.28999999910593 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105745.0, 503908.10999999998603 ], [ 105892.29, 503919.51 ], [ 106049.87, 503902.479999999981374 ], [ 106086.69, 503898.5 ], [ 106141.11, 503912.099999999976717 ], [ 106201.99, 503927.32 ], [ 106283.87, 503947.789999999979045 ], [ 106238.81, 503868.289999999979045 ], [ 106156.47, 503738.909999999974389 ], [ 106127.07, 503633.06 ], [ 106050.62, 503444.87 ], [ 105997.69, 503286.090000000025611 ], [ 105985.93, 503197.88 ], [ 105927.12, 503056.74 ], [ 105891.84, 502950.89000000001397 ], [ 105856.55, 502862.669999999983702 ], [ 105838.91, 502786.21999999997206 ], [ 105797.75, 502739.18 ], [ 105738.94, 502703.89000000001397 ], [ 105556.63, 503044.979999999981374 ], [ 105491.95, 503339.020000000018626 ], [ 105491.95, 503497.799999999988358 ], [ 105550.75, 503668.340000000025611 ], [ 105603.68, 503762.43 ], [ 105627.2, 503838.88 ], [ 105639.37, 503894.150000000023283 ], [ 105745.0, 503908.10999999998603 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105738.94, 502703.89000000001397 ], [ 105656.61, 502633.32 ], [ 105609.56, 502574.51 ], [ 105591.92, 502550.99 ], [ 105556.63, 502545.10999999998603 ], [ 105480.18, 502539.229999999981374 ], [ 105433.14, 502556.87 ], [ 105386.09, 502621.56 ], [ 105368.45, 502662.729999999981374 ], [ 105397.85, 502733.299999999988358 ], [ 105450.78, 502845.03000000002794 ], [ 105556.63, 503044.979999999981374 ], [ 105738.94, 502703.89000000001397 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105109.69, 503462.51 ], [ 105003.84, 503333.14000000001397 ], [ 104927.39, 503127.31 ], [ 104886.22, 502980.289999999979045 ], [ 104845.06, 502756.82 ], [ 104833.3, 502539.229999999981374 ], [ 104839.18, 502380.450000000011642 ], [ 104845.06, 502268.710000000020955 ], [ 104833.3, 502121.69 ], [ 104839.18, 502004.080000000016298 ], [ 104868.58, 501915.87 ], [ 104897.99, 501857.06 ], [ 104950.91, 501715.919999999983702 ], [ 104950.91, 501651.229999999981374 ], [ 104927.39, 501598.299999999988358 ], [ 104892.11, 501557.14000000001397 ], [ 104850.94, 501521.849999999976717 ], [ 104821.54, 501480.69 ], [ 104803.89, 501451.28000000002794 ], [ 104650.99, 501504.210000000020955 ], [ 104656.87, 501586.539999999979045 ], [ 104668.64, 501651.229999999981374 ], [ 104668.64, 501751.200000000011642 ], [ 104668.64, 501839.419999999983702 ], [ 104615.71, 501927.63 ], [ 104586.3, 501962.909999999974389 ], [ 104568.66, 502027.599999999976717 ], [ 104568.66, 502080.53000000002794 ], [ 104586.3, 502180.5 ], [ 104592.19, 502356.93 ], [ 104592.19, 502468.659999999974389 ], [ 104603.95, 502609.799999999988358 ], [ 104615.71, 502721.53000000002794 ], [ 104633.35, 502827.39000000001397 ], [ 104645.11, 502915.599999999976717 ], [ 104645.11, 503074.38 ], [ 104674.52, 503192.0 ], [ 104715.68, 503344.900000000023283 ], [ 104768.61, 503421.349999999976717 ], [ 104821.54, 503550.729999999981374 ], [ 104862.7, 503609.53000000002794 ], [ 104892.11, 503685.979999999981374 ], [ 104950.91, 503921.21999999997206 ], [ 105250.83, 503650.700000000011642 ], [ 105109.69, 503462.51 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 90.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105985.93, 501874.700000000011642 ], [ 105909.48, 501780.60999999998603 ], [ 105850.67, 501692.400000000023283 ], [ 105703.65, 501645.349999999976717 ], [ 105615.44, 501604.18 ], [ 105521.35, 501545.38 ], [ 105468.42, 501510.090000000025611 ], [ 105380.21, 501457.169999999983702 ], [ 105268.48, 501416.0 ], [ 105115.58, 501357.19 ], [ 104915.63, 501427.76 ], [ 104980.32, 501510.090000000025611 ], [ 105045.01, 501574.78000000002794 ], [ 105097.93, 501651.229999999981374 ], [ 105127.34, 501698.28000000002794 ], [ 105150.86, 501792.37 ], [ 105174.38, 501880.580000000016298 ], [ 105127.34, 501980.56 ], [ 105086.17, 502068.770000000018626 ], [ 105068.53, 502156.979999999981374 ], [ 105097.93, 502315.76 ], [ 105103.81, 502409.849999999976717 ], [ 105115.58, 502451.020000000018626 ], [ 105244.95, 502509.830000000016298 ], [ 105286.12, 502468.659999999974389 ], [ 105374.33, 502439.26 ], [ 105403.73, 502386.330000000016298 ], [ 105433.14, 502274.590000000025611 ], [ 105391.97, 502180.5 ], [ 105391.97, 502121.69 ], [ 105391.97, 502057.01 ], [ 105397.85, 501974.669999999983702 ], [ 105421.38, 501933.51 ], [ 105474.3, 501874.700000000011642 ], [ 105527.23, 501833.539999999979045 ], [ 105644.85, 501810.01 ], [ 105750.7, 501839.419999999983702 ], [ 105821.27, 501868.82 ], [ 105891.84, 501927.63 ], [ 105968.29, 502027.599999999976717 ], [ 106027.1, 502174.62 ], [ 106080.02, 502080.53000000002794 ], [ 105985.93, 501874.700000000011642 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 205.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104590.42, 501510.090000000025611 ], [ 104650.99, 501504.210000000020955 ], [ 104803.89, 501451.28000000002794 ], [ 104915.63, 501427.76 ], [ 105015.47, 501392.520000000018626 ], [ 105115.58, 501357.19 ], [ 105203.957095797610236, 501391.182524551055394 ], [ 105089.45, 501096.44 ], [ 105097.41, 500953.090000000025611 ], [ 105121.3, 500825.68 ], [ 105129.27, 500626.580000000016298 ], [ 104954.07, 500610.659999999974389 ], [ 104770.9, 500618.62 ], [ 104484.21, 500618.62 ], [ 104277.16, 500706.21999999997206 ], [ 104309.01, 501072.549999999988358 ], [ 104269.2, 501407.020000000018626 ], [ 104167.641943838156294, 501682.604725262324791 ], [ 104590.42, 501510.090000000025611 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 501524.339954318769742 ], [ 108407.67, 501385.400000000023283 ], [ 108235.38, 501213.10999999998603 ], [ 108292.81, 501086.770000000018626 ], [ 108453.61, 501006.37 ], [ 108488.07, 500902.99 ], [ 108752.24, 500880.020000000018626 ], [ 108993.45, 500799.62 ], [ 109000.0, 500798.164585247868672 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 105644.68007703514013, 496772.911350346694235 ], [ 104272.74, 496756.580000000016298 ], [ 104364.63, 497020.75 ], [ 104686.23, 497250.46999999997206 ], [ 104812.58, 497330.87 ], [ 104904.46, 497537.62 ], [ 104755.15, 497801.799999999988358 ], [ 104605.83, 497916.659999999974389 ], [ 104468.0, 498065.96999999997206 ], [ 104433.54, 498180.830000000016298 ], [ 104582.86, 498467.979999999981374 ], [ 104663.26, 498628.78000000002794 ], [ 104801.09, 498755.13 ], [ 105019.32, 498973.35999999998603 ], [ 105145.67, 499249.020000000018626 ], [ 105180.13, 499398.340000000025611 ], [ 105260.53, 499536.169999999983702 ], [ 105375.39, 499674.0 ], [ 105444.3, 499731.43 ], [ 105501.73, 499892.229999999981374 ], [ 105467.27, 500007.090000000025611 ], [ 105386.87, 500087.49 ], [ 105306.47, 500213.840000000025611 ], [ 105226.07, 500317.210000000020955 ], [ 105203.1, 500500.99 ], [ 105214.58, 500638.82 ], [ 105306.47, 500753.68 ], [ 105363.9, 500776.650000000023283 ], [ 105513.22, 500776.650000000023283 ], [ 105696.99, 500638.82 ], [ 105788.88, 500478.01 ], [ 105880.77, 500190.87 ], [ 105926.71, 499903.71999999997206 ], [ 106041.57, 499674.0 ], [ 106248.32, 499513.200000000011642 ], [ 106351.69, 499317.94 ], [ 106409.12, 499076.729999999981374 ], [ 106259.8, 498847.01 ], [ 106259.8, 498709.18 ], [ 106305.75, 498479.46999999997206 ], [ 106351.69, 498249.75 ], [ 106351.69, 498077.460000000020955 ], [ 106397.63, 497928.14000000001397 ], [ 106523.98, 497801.799999999988358 ], [ 106730.72, 497755.849999999976717 ], [ 106971.93, 497836.25 ], [ 107155.7, 497951.10999999998603 ], [ 107362.45, 498192.32 ], [ 107477.31, 498467.979999999981374 ], [ 107569.2, 498835.53000000002794 ], [ 107592.17, 499065.25 ], [ 107603.65, 499375.37 ], [ 107465.82, 499524.68 ], [ 107293.53, 499788.85999999998603 ], [ 107063.82, 499984.12 ], [ 106891.53, 500121.950000000011642 ], [ 106776.67, 500190.87 ], [ 106684.78, 500305.729999999981374 ], [ 106673.29, 500432.07 ], [ 106673.29, 500535.44 ], [ 106684.78, 500696.25 ], [ 106834.1, 500937.450000000011642 ], [ 107017.87, 501052.31 ], [ 107132.73, 501121.229999999981374 ], [ 107201.65, 501178.650000000023283 ], [ 107167.19, 501213.10999999998603 ], [ 107121.25, 501282.03000000002794 ], [ 107075.3, 501396.89000000001397 ], [ 107017.87, 501511.75 ], [ 107017.87, 501672.549999999988358 ], [ 107075.3, 501787.409999999974389 ], [ 107270.56, 501856.32 ], [ 107373.94, 501890.78000000002794 ], [ 107638.11, 501890.78000000002794 ], [ 107764.46, 501879.299999999988358 ], [ 107867.83, 501867.81 ], [ 107959.72, 501844.840000000025611 ], [ 108212.41, 501833.349999999976717 ], [ 108465.1, 501879.299999999988358 ], [ 108556.98, 501902.270000000018626 ], [ 108717.79, 501890.78000000002794 ], [ 108970.48, 501879.299999999988358 ], [ 109000.0, 501879.299999999988358 ], [ 109000.0, 501524.339954318769742 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104323.06, 510180.68 ], [ 103958.28, 509944.659999999974389 ], [ 103633.77, 509809.19 ], [ 103626.51, 509506.039999999979045 ], [ 103557.57, 509519.669999999983702 ], [ 103457.81, 509513.51 ], [ 103377.83, 509491.830000000016298 ], [ 103335.87, 509471.63 ], [ 103295.23, 509435.919999999983702 ], [ 103277.99, 509387.88 ], [ 103307.55, 509310.289999999979045 ], [ 103314.94, 509256.090000000025611 ], [ 103295.23, 509185.89000000001397 ], [ 103207.78, 509056.57 ], [ 103142.5, 508986.35999999998603 ], [ 103062.45, 508919.849999999976717 ], [ 102994.14, 508877.21999999997206 ], [ 102979.93, 508834.590000000025611 ], [ 103070.56010845588753, 508786.25620975199854 ], [ 103072.27, 508726.5 ], [ 103068.51, 508670.12 ], [ 103045.95, 508557.35999999998603 ], [ 103023.54, 508495.229999999981374 ], [ 102923.26, 508474.770000000018626 ], [ 102905.61, 508427.840000000025611 ], [ 102943.52, 508360.450000000011642 ], [ 103002.48, 508297.270000000018626 ], [ 103036.18, 508225.669999999983702 ], [ 103099.35, 508116.169999999983702 ], [ 103133.05, 507977.18 ], [ 103126.69, 507797.39000000001397 ], [ 103099.62, 507772.12 ], [ 103066.53, 507705.94 ], [ 103056.93, 507657.200000000011642 ], [ 103051.49, 507618.710000000020955 ], [ 103055.67, 507560.789999999979045 ], [ 103049.46, 507544.020000000018626 ], [ 103022.14, 507485.479999999981374 ], [ 102997.74, 507475.71999999997206 ], [ 102988.391004858640372, 507464.671187560190447 ], [ 102983.25, 507472.899999998509884 ], [ 102974.92000000551343, 507500.270000007003546 ], [ 102968.970000002533197, 507531.21000000834465 ], [ 102964.21000000461936, 507585.949999995529652 ], [ 102956.350000005215406, 507637.070000004023314 ], [ 102945.17000000551343, 507691.850000001490116 ], [ 102934.879999998956919, 507737.230000004172325 ], [ 102903.879999998956919, 507820.310000002384186 ], [ 102905.870000004768372, 507873.169999998062849 ], [ 102902.290000002831221, 507918.880000002682209 ], [ 102881.230000004172325, 507948.290000002831221 ], [ 102843.859999999403954, 507968.96000000834465 ], [ 102791.00000000372529, 507972.140000008046627 ], [ 102758.010000005364418, 507924.440000008791685 ], [ 102778.579999998211861, 507845.349999997764826 ], [ 102791.670000001788139, 507781.089999999850988 ], [ 102809.280000001192093, 507691.519999999552965 ], [ 102824.390000000596046, 507621.570000004023314 ], [ 102843.859999999403954, 507573.870000004768372 ], [ 102872.579999998211861, 507534.780000004917383 ], [ 102896.380000002682209, 507481.230000007897615 ], [ 102930.890000000596046, 507416.980000007897615 ], [ 102964.940000000831787, 507382.930000003951136 ], [ 102964.94, 507382.93 ], [ 102973.73, 507374.14000000001397 ], [ 103018.6, 507354.539999999979045 ], [ 103019.64, 507328.450000000011642 ], [ 103019.64, 507303.24 ], [ 103008.84, 507279.82 ], [ 102999.83, 507258.210000000020955 ], [ 102990.83, 507238.400000000023283 ], [ 102992.63, 507222.19 ], [ 102994.43, 507198.78000000002794 ], [ 102989.03, 507168.159999999974389 ], [ 103001.63, 507137.539999999979045 ], [ 103005.24, 507099.71999999997206 ], [ 103007.04, 507070.900000000023283 ], [ 102999.83, 507040.28000000002794 ], [ 103012.439999997717678, 507022.270000003278255 ], [ 102998.030000001192093, 507022.270000003278255 ], [ 103001.630000002682209, 506979.050000008195639 ], [ 103003.429999999701977, 506959.230000004172325 ], [ 103003.429999999658321, 506959.230000003590249 ], [ 103001.63, 506979.049999999988358 ], [ 102998.03, 507022.270000000018626 ], [ 102989.94, 507032.710000000020955 ], [ 102956.76, 507029.78000000002794 ], [ 102950.26, 507026.31 ], [ 102919.68, 507039.539999999979045 ], [ 102905.729973175737541, 507041.18002525967313 ], [ 102854.81, 507089.13 ], [ 102817.49, 507064.76 ], [ 102804.55, 507012.979999999981374 ], [ 102799.41, 506963.75 ], [ 102805.66, 506930.69 ], [ 102824.99, 506906.89000000001397 ], [ 102846.76, 506878.43 ], [ 102844.53, 506852.960000000020955 ], [ 102815.49, 506846.26 ], [ 102835.16, 506796.38 ], [ 102870.51, 506745.28000000002794 ], [ 102909.22, 506702.700000000011642 ], [ 102903.8, 506676.38 ], [ 102817.28, 506664.450000000011642 ], [ 102792.26, 506655.51 ], [ 102773.05, 506645.24 ], [ 102772.16, 506621.10999999998603 ], [ 102782.46, 506609.78000000002794 ], [ 102819.96, 506584.93 ], [ 102816.83, 506539.81 ], [ 102820.85, 506487.99 ], [ 102794.94, 506372.74 ], [ 102769.03, 506352.19 ], [ 102803.72, 506294.25 ], [ 102811.11, 506260.03000000002794 ], [ 102815.68, 506251.729999999981374 ], [ 102822.32, 506213.200000000011642 ], [ 102855.54, 506172.68 ], [ 102858.86, 506180.650000000023283 ], [ 102855.61, 506172.799999999988358 ], [ 102851.71, 506149.35999999998603 ], [ 102854.16, 506133.710000000020955 ], [ 102854.78, 506110.69 ], [ 102863.37, 506085.53000000002794 ], [ 102874.11, 506062.520000000018626 ], [ 102891.6, 506033.06 ], [ 102907.86, 506010.659999999974389 ], [ 102918.64, 506000.63 ], [ 102920.1, 505940.159999999974389 ], [ 102927.73, 505855.01 ], [ 102882.76, 505775.24 ], [ 102857.86, 505722.340000000025611 ], [ 102764.51, 505633.650000000023283 ], [ 102633.81, 505546.520000000018626 ], [ 102523.35, 505485.840000000025611 ], [ 102434.36, 505410.94 ], [ 102913.86, 505181.31 ], [ 102947.55, 505092.14000000001397 ], [ 103014.92, 504995.049999999988358 ], [ 103185.33, 504941.549999999988358 ], [ 103310.16, 504999.01 ], [ 103371.59, 505100.07 ], [ 103393.38, 505238.770000000018626 ], [ 103324.03, 505327.94 ], [ 103362.33, 505278.700000000011642 ], [ 103452.19, 505267.75 ], [ 103545.07, 505275.49 ], [ 103603.13, 505403.200000000011642 ], [ 103626.35, 505476.729999999981374 ], [ 103602.32, 505505.12 ], [ 103703.38, 505555.650000000023283 ], [ 103791.86, 505514.46999999997206 ], [ 103815.0, 505345.349999999976717 ], [ 103733.78, 505269.71999999997206 ], [ 103675.76, 505223.710000000020955 ], [ 103658.16, 505222.10999999998603 ], [ 103671.46, 505222.10999999998603 ], [ 103618.94, 505213.710000000020955 ], [ 103618.94, 505177.299999999988358 ], [ 103646.95, 505160.49 ], [ 103722.57, 505154.89000000001397 ], [ 103761.79, 505188.5 ], [ 103845.81, 505238.919999999983702 ], [ 103896.22, 505261.32 ], [ 103992.17, 505314.039999999979045 ], [ 104010.41, 505035.950000000011642 ], [ 103881.97, 505046.840000000025611 ], [ 103767.85, 505069.669999999983702 ], [ 103693.67, 505069.669999999983702 ], [ 103613.79, 505058.26 ], [ 103516.79, 505072.520000000018626 ], [ 103513.94, 505012.60999999998603 ], [ 103556.73, 504918.460000000020955 ], [ 103696.49, 504779.31 ], [ 103825.11, 504710.409999999974389 ], [ 103962.93, 504652.99 ], [ 104064.44, 504806.289999999979045 ], [ 104147.71, 504560.26 ], [ 104345.13, 504195.330000000016298 ], [ 104552.38, 504155.85999999998603 ], [ 104847.65, 504099.60999999998603 ], [ 105083.32, 504134.88 ], [ 105026.01, 504166.900000000023283 ], [ 104935.220774029818131, 504217.620483868580777 ], [ 105026.010000005364418, 504166.900000009685755 ], [ 105083.320000004023314, 504134.880000006407499 ], [ 105120.487657756690169, 504233.212310389091726 ], [ 105316.47, 504027.900000000023283 ], [ 105639.37, 503894.150000000023283 ], [ 105627.2, 503838.88 ], [ 105603.68, 503762.43 ], [ 105550.75, 503668.340000000025611 ], [ 105491.95, 503497.799999999988358 ], [ 105491.95, 503339.020000000018626 ], [ 105556.63, 503044.979999999981374 ], [ 105450.78, 502845.03000000002794 ], [ 105397.85, 502733.299999999988358 ], [ 105368.45, 502662.729999999981374 ], [ 105386.09, 502621.56 ], [ 105433.14, 502556.87 ], [ 105480.18, 502539.229999999981374 ], [ 105556.63, 502545.10999999998603 ], [ 105591.92, 502550.99 ], [ 105609.56, 502574.51 ], [ 105656.61, 502633.32 ], [ 105738.94, 502703.89000000001397 ], [ 105797.75, 502739.18 ], [ 105838.91, 502786.21999999997206 ], [ 105856.55, 502862.669999999983702 ], [ 105891.84, 502950.89000000001397 ], [ 105927.12, 503056.74 ], [ 105985.93, 503197.88 ], [ 105997.69, 503286.090000000025611 ], [ 106050.62, 503444.87 ], [ 106127.07, 503633.06 ], [ 106156.47, 503738.909999999974389 ], [ 106238.81, 503868.289999999979045 ], [ 106283.87, 503947.789999999979045 ], [ 106474.88, 503990.919999999983702 ], [ 106653.58, 503916.979999999981374 ], [ 106598.12, 503596.57 ], [ 106786.58, 503497.69 ], [ 107454.61, 503516.46999999997206 ], [ 107848.96, 503442.53000000002794 ], [ 108249.48, 503140.599999999976717 ], [ 108723.93, 502752.409999999974389 ], [ 109000.0, 502710.99815589596983 ], [ 109000.0, 501879.299999999988358 ], [ 108970.48, 501879.299999999988358 ], [ 108717.79, 501890.78000000002794 ], [ 108556.98, 501902.270000000018626 ], [ 108465.1, 501879.299999999988358 ], [ 108212.41, 501833.349999999976717 ], [ 107959.72, 501844.840000000025611 ], [ 107867.83, 501867.81 ], [ 107764.46, 501879.299999999988358 ], [ 107638.11, 501890.78000000002794 ], [ 107373.94, 501890.78000000002794 ], [ 107270.56, 501856.32 ], [ 107075.3, 501787.409999999974389 ], [ 107017.87, 501672.549999999988358 ], [ 107017.87, 501511.75 ], [ 107075.3, 501396.89000000001397 ], [ 107121.25, 501282.03000000002794 ], [ 107167.19, 501213.10999999998603 ], [ 107201.65, 501178.650000000023283 ], [ 107132.73, 501121.229999999981374 ], [ 107017.87, 501052.31 ], [ 106834.1, 500937.450000000011642 ], [ 106684.78, 500696.25 ], [ 106673.29, 500535.44 ], [ 106673.29, 500432.07 ], [ 106684.78, 500305.729999999981374 ], [ 106776.67, 500190.87 ], [ 106891.53, 500121.950000000011642 ], [ 107063.82, 499984.12 ], [ 107293.53, 499788.85999999998603 ], [ 107465.82, 499524.68 ], [ 107603.65, 499375.37 ], [ 107592.17, 499065.25 ], [ 107569.2, 498835.53000000002794 ], [ 107477.31, 498467.979999999981374 ], [ 107362.45, 498192.32 ], [ 107155.7, 497951.10999999998603 ], [ 106971.93, 497836.25 ], [ 106730.72, 497755.849999999976717 ], [ 106523.98, 497801.799999999988358 ], [ 106397.63, 497928.14000000001397 ], [ 106351.69, 498077.460000000020955 ], [ 106351.69, 498249.75 ], [ 106305.75, 498479.46999999997206 ], [ 106259.8, 498709.18 ], [ 106259.8, 498847.01 ], [ 106409.12, 499076.729999999981374 ], [ 106351.69, 499317.94 ], [ 106248.32, 499513.200000000011642 ], [ 106041.57, 499674.0 ], [ 105926.71, 499903.71999999997206 ], [ 105880.77, 500190.87 ], [ 105788.88, 500478.01 ], [ 105696.99, 500638.82 ], [ 105513.22, 500776.650000000023283 ], [ 105363.9, 500776.650000000023283 ], [ 105306.47, 500753.68 ], [ 105214.58, 500638.82 ], [ 105203.1, 500500.99 ], [ 105226.07, 500317.210000000020955 ], [ 105306.47, 500213.840000000025611 ], [ 105386.87, 500087.49 ], [ 105467.27, 500007.090000000025611 ], [ 105501.73, 499892.229999999981374 ], [ 105444.3, 499731.43 ], [ 105375.39, 499674.0 ], [ 105260.53, 499536.169999999983702 ], [ 105180.13, 499398.340000000025611 ], [ 105145.67, 499249.020000000018626 ], [ 105019.32, 498973.35999999998603 ], [ 104801.09, 498755.13 ], [ 104663.26, 498628.78000000002794 ], [ 104582.86, 498467.979999999981374 ], [ 104433.54, 498180.830000000016298 ], [ 104468.0, 498065.96999999997206 ], [ 104605.83, 497916.659999999974389 ], [ 104755.15, 497801.799999999988358 ], [ 104904.46, 497537.62 ], [ 104812.58, 497330.87 ], [ 104686.23, 497250.46999999997206 ], [ 104364.63, 497020.75 ], [ 104272.74, 496756.580000000016298 ], [ 105644.68007703514013, 496772.911350346694235 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 103168.326440261109383, 514990.52504242095165 ], [ 103238.44, 514747.07 ], [ 103380.42, 514498.599999999976717 ], [ 103792.17, 514392.10999999998603 ], [ 104026.44, 514420.51 ], [ 104324.61, 514477.299999999988358 ], [ 104466.59, 514668.979999999981374 ], [ 104530.48, 514995.539999999979045 ], [ 104530.848423192190239, 515000.697302003507502 ], [ 104000.82, 515000.78000000002794 ], [ 104923.696507995962747, 515000.636007650056854 ], [ 104845.962673558431561, 515000.648136117262766 ], [ 104294.96, 513544.93 ], [ 104953.57, 513392.409999999974389 ], [ 105431.93, 514938.409999999974389 ], [ 105034.775950340743293, 515000.618676414713264 ], [ 109000.0, 515000.0 ], [ 109000.0, 514987.354067999112885 ], [ 108718.92, 514992.14000000001397 ], [ 107930.32, 514203.539999999979045 ], [ 107514.36, 514671.5 ], [ 107728.869011390052037, 515000.198328960163053 ], [ 107005.372541055025067, 515000.311212922504637 ], [ 106881.75, 514654.169999999983702 ], [ 106578.44, 514628.169999999983702 ], [ 106562.933103968287469, 515000.380244795931503 ], [ 106011.989555752690649, 515000.466206087090541 ], [ 105989.15, 514810.159999999974389 ], [ 105833.17, 514281.53000000002794 ], [ 105919.83, 513848.24 ], [ 105512.53, 513475.599999999976717 ], [ 105521.19, 513310.950000000011642 ], [ 105971.82, 513510.26 ], [ 106015.15, 512877.650000000023283 ], [ 106000.83, 512568.38 ], [ 106106.35, 512530.85999999998603 ], [ 106078.21, 512326.849999999976717 ], [ 106064.14, 512064.229999999981374 ], [ 106053.05, 511950.650000000023283 ], [ 105890.07, 511900.659999999974389 ], [ 105678.7, 511773.840000000025611 ], [ 105403.91, 511618.830000000016298 ], [ 105255.95, 511492.01 ], [ 105234.82, 511414.51 ], [ 105263.0, 511358.14000000001397 ], [ 105001.11, 511223.789999999979045 ], [ 105148.86, 511299.590000000025611 ], [ 105173.06, 511483.950000000011642 ], [ 105262.83, 511610.28000000002794 ], [ 105349.27, 511872.93 ], [ 105375.87, 512029.19 ], [ 105651.81, 512803.840000000025611 ], [ 105515.5, 512813.81 ], [ 105359.24, 512973.39000000001397 ], [ 105139.82, 512228.669999999983702 ], [ 105079.97, 512125.60999999998603 ], [ 105026.78, 512019.21999999997206 ], [ 104993.53, 511949.400000000023283 ], [ 104897.12, 511753.24 ], [ 104784.08, 511467.32 ], [ 104678.01, 511088.150000000023283 ], [ 104605.09, 510937.75 ], [ 104568.63, 510814.68 ], [ 104545.84, 510696.18 ], [ 104513.93, 510577.68 ], [ 104468.35, 510436.38 ], [ 104450.46, 510310.10999999998603 ], [ 104385.49, 510274.580000000016298 ], [ 104352.5, 510257.830000000016298 ], [ 104331.69, 510242.599999999976717 ], [ 104317.48, 510210.12 ], [ 104323.06, 510180.68 ] ], [ [ 103213.180000000778819, 510915.350000002305023 ], [ 103213.179999997126288, 510915.350000001664739 ], [ 103146.520000000135042, 510744.780000002647284 ], [ 103130.120000002512825, 510487.759999998961575 ], [ 103195.739999998259009, 510322.340000003227033 ], [ 103175.33999999689695, 510166.240000001329463 ], [ 103251.789999999062275, 510158.289999996777624 ], [ 103394.779985701738042, 510472.689968560589477 ], [ 103355.6, 510386.539999999979045 ], [ 103322.65, 510314.090000000025611 ], [ 103362.09, 510259.13 ], [ 103325.03, 510182.87 ], [ 103295.37, 510114.03000000002794 ], [ 103300.67, 510003.89000000001397 ], [ 103320.79, 509926.57 ], [ 103362.09, 509877.85999999998603 ], [ 103433.05, 509834.43 ], [ 103354.68, 509812.19 ], [ 103330.87, 509777.210000000020955 ], [ 103308.08, 509752.88 ], [ 103290.28, 509713.12 ], [ 103290.28, 509653.31 ], [ 103294.56, 509591.35999999998603 ], [ 103335.14, 509570.0 ], [ 103380.0, 509563.599999999976717 ], [ 103422.72, 509561.460000000020955 ], [ 103468.0, 509566.49 ], [ 103514.58, 509619.13 ], [ 103514.58, 509646.900000000023283 ], [ 103491.08, 509683.21999999997206 ], [ 103488.13, 509716.88 ], [ 103540.21, 509768.659999999974389 ], [ 103538.07, 509826.340000000025611 ], [ 103603.57, 509868.32 ], [ 103692.53, 509890.56 ], [ 103694.65, 509997.53000000002794 ], [ 103699.94, 510130.979999999981374 ], [ 103771.0, 510267.74 ], [ 103853.04, 510409.039999999979045 ], [ 103903.04, 510592.94 ], [ 103942.94, 510769.150000000023283 ], [ 103952.91, 510922.080000000016298 ], [ 103979.51, 511104.94 ], [ 103966.21, 511374.229999999981374 ], [ 104020.65, 511478.960000000020955 ], [ 104157.8, 511636.88 ], [ 104353.12, 511832.210000000020955 ], [ 104391.77, 511946.07 ], [ 104418.37, 512062.44 ], [ 104378.47, 512205.400000000023283 ], [ 104378.469999998662388, 512205.400000004505273 ], [ 104365.589999999850988, 512742.330000005662441 ], [ 104369.739999998360872, 513124.670000001788139 ], [ 104257.530000004917383, 513224.410000007599592 ], [ 104062.21000000089407, 513245.190000005066395 ], [ 103833.640000004321337, 513241.030000001192093 ], [ 103788.190000005066395, 513223.720000006258488 ], [ 103788.189999999129213, 513223.720000005327165 ], [ 103754.68, 513428.039999999979045 ], [ 103742.21, 513598.43 ], [ 103634.16, 513685.700000000011642 ], [ 103488.71, 513660.770000000018626 ], [ 103405.59, 513486.21999999997206 ], [ 103397.28, 513162.07 ], [ 103397.28000000504835, 513162.06999999715481 ], [ 103401.440000001341105, 512821.28999999538064 ], [ 103339.100000005215406, 512268.570000000298023 ], [ 103889.739999998360872, 512248.620000004768372 ], [ 104016.080000001937151, 512398.230000004172325 ], [ 104192.290000002831221, 512424.830000001937151 ], [ 104348.550000004470348, 512305.140000004321337 ], [ 104371.815903780603549, 512227.581803373119328 ], [ 104348.55, 512305.14000000001397 ], [ 104192.29, 512424.830000000016298 ], [ 104016.08, 512398.229999999981374 ], [ 103889.74, 512248.62 ], [ 103339.1, 512268.57 ], [ 103254.63, 512222.789999999979045 ], [ 103114.77, 512137.07 ], [ 103038.08, 512071.650000000023283 ], [ 102980.0, 512020.10999999998603 ], [ 102934.57, 511960.700000000011642 ], [ 102913.6, 511925.75 ], [ 102906.61, 511876.830000000016298 ], [ 102903.12, 511824.409999999974389 ], [ 102913.6, 511747.520000000018626 ], [ 102990.71, 511625.020000000018626 ], [ 103105.81, 511572.789999999979045 ], [ 103283.95, 511496.44 ], [ 103360.8, 511471.01 ], [ 103305.85, 511188.049999999988358 ], [ 103213.180000000778819, 510915.350000002305023 ] ], [ [ 104767.1737428791821, 511965.723753549158573 ], [ 104671.405555035918951, 511899.654464408755302 ], [ 104669.78683171911689, 511899.065837748290505 ], [ 104671.04, 511899.53000000002794 ], [ 104767.45, 511966.020000000018626 ], [ 104837.27, 512122.28000000002794 ], [ 104860.55, 512268.57 ], [ 105186.36, 513179.520000000018626 ], [ 104943.66, 513239.37 ], [ 104907.09, 513142.950000000011642 ], [ 104774.1, 512767.270000000018626 ], [ 104577.95, 512215.37 ], [ 104514.78, 512012.57 ], [ 104514.78000000724569, 512012.569999956525862 ], [ 104514.779999997466803, 512012.570000004023314 ], [ 104385.120000001043081, 511630.230000007897615 ], [ 104305.329999998211861, 511394.180000010877848 ], [ 104232.179999999701977, 511181.400000009685755 ], [ 104268.760000001639128, 511058.390000008046627 ], [ 104365.169999998062849, 511021.820000004023314 ], [ 104484.859999999403954, 511045.089999999850988 ], [ 104564.650000002235174, 511227.950000002980232 ], [ 104677.689999997615814, 511640.209999997168779 ], [ 104717.580000001937151, 511852.980000000447035 ], [ 104767.1737428791821, 511965.723753549158573 ] ], [ [ 102309.99, 504382.10999999998603 ], [ 102304.29, 504347.87 ], [ 102307.14, 504305.080000000016298 ], [ 102349.93, 504256.580000000016298 ], [ 102461.2, 504153.87 ], [ 102515.96, 504078.700000000011642 ], [ 102616.76, 504013.18 ], [ 102722.6, 503922.460000000020955 ], [ 102863.72, 503756.14000000001397 ], [ 103014.92, 503599.900000000023283 ], [ 103181.24, 503423.5 ], [ 103357.64, 503317.659999999974389 ], [ 103483.63, 503216.85999999998603 ], [ 103564.27, 503307.580000000016298 ], [ 103468.51, 503418.460000000020955 ], [ 103342.52, 503604.94 ], [ 103220.44, 503710.76 ], [ 103328.12, 503704.78000000002794 ], [ 103423.84, 503710.76 ], [ 103555.46, 503662.900000000023283 ], [ 103621.26, 503615.039999999979045 ], [ 103711.0, 503579.150000000023283 ], [ 103816.27, 503398.299999999988358 ], [ 103942.27, 503171.5 ], [ 104016.46, 503015.57 ], [ 104049.39, 502940.299999999988358 ], [ 104082.32, 502846.210000000020955 ], [ 104115.25, 502794.460000000020955 ], [ 104148.19, 502742.710000000020955 ], [ 104167.0, 502714.479999999981374 ], [ 104167.0, 502672.14000000001397 ], [ 104167.0, 502615.68 ], [ 104157.6, 502549.82 ], [ 104143.48, 502460.43 ], [ 104129.37, 502385.150000000023283 ], [ 104119.96, 502291.06 ], [ 104101.14, 502182.849999999976717 ], [ 104068.21, 502084.06 ], [ 104030.57, 501989.960000000020955 ], [ 103964.71, 501924.099999999976717 ], [ 103945.89, 501952.330000000016298 ], [ 103931.77, 501994.669999999983702 ], [ 103898.84, 502112.28000000002794 ], [ 103894.14, 502178.150000000023283 ], [ 103894.14, 502215.789999999979045 ], [ 103889.43, 502239.31 ], [ 103856.5, 502262.830000000016298 ], [ 103842.38, 502272.24 ], [ 103809.45, 502267.539999999979045 ], [ 103800.04, 502244.01 ], [ 103790.63, 502192.26 ], [ 103804.75, 502159.330000000016298 ], [ 103804.75, 502116.99 ], [ 103804.75, 502074.650000000023283 ], [ 103800.04, 502027.599999999976717 ], [ 103795.34, 501975.849999999976717 ], [ 103771.82, 501844.12 ], [ 103595.89, 501928.159999999974389 ], [ 103527.68, 502141.31 ], [ 103493.58, 502303.31 ], [ 103450.95, 502490.88 ], [ 103365.69, 502610.24 ], [ 103178.11, 502712.56 ], [ 102930.86, 502746.659999999974389 ], [ 102674.73, 502838.89000000001397 ], [ 102450.11, 502930.900000000023283 ], [ 102295.85, 503001.26 ], [ 102112.36, 503028.020000000018626 ], [ 101984.47, 503028.020000000018626 ], [ 101900.74, 502976.909999999974389 ], [ 101907.74, 502806.340000000025611 ], [ 101967.42, 502678.450000000011642 ], [ 101989.299167297242093, 502604.860042482265271 ], [ 101978.45, 502641.340000000025611 ], [ 101864.19, 502362.650000000023283 ], [ 101840.3, 502131.710000000020955 ], [ 101800.48, 501924.650000000023283 ], [ 101720.84, 501749.450000000011642 ], [ 101617.31, 501645.93 ], [ 101513.79, 501542.400000000023283 ], [ 101107.64, 501359.24 ], [ 100868.74, 500961.06 ], [ 100781.14, 500610.659999999974389 ], [ 100924.48, 500451.39000000001397 ], [ 101107.64, 500363.789999999979045 ], [ 101274.88, 500523.06 ], [ 101498.49, 500802.729999999981374 ], [ 101624.7, 500936.39000000001397 ], [ 101749.19, 501066.289999999979045 ], [ 101879.09, 501161.01 ], [ 102014.4, 501299.03000000002794 ], [ 102155.12, 501401.87 ], [ 102260.67, 501504.710000000020955 ], [ 102431.16, 501642.71999999997206 ], [ 102544.82, 501588.599999999976717 ], [ 102496.03, 501518.909999999974389 ], [ 102368.14, 501288.710000000020955 ], [ 102214.67, 501126.71999999997206 ], [ 102120.89, 500956.200000000011642 ], [ 102035.63, 500819.78000000002794 ], [ 101975.95, 500683.35999999998603 ], [ 101950.37, 500598.099999999976717 ], [ 101924.79, 500512.840000000025611 ], [ 102230.9, 500435.729999999981374 ], [ 102260.67, 500565.63 ], [ 102301.26, 500673.88 ], [ 102395.98, 500868.74 ], [ 102504.23, 500830.849999999976717 ], [ 102436.35, 500717.46999999997206 ], [ 102406.81, 500603.520000000018626 ], [ 102366.21, 500441.150000000023283 ], [ 102663.9, 500357.25 ], [ 102747.79, 500516.919999999983702 ], [ 102802.97, 500700.419999999983702 ], [ 102847.93, 500909.330000000016298 ], [ 102861.46, 501101.46999999997206 ], [ 102896.76, 501254.60999999998603 ], [ 102883.15, 501195.56 ], [ 103023.83, 501179.950000000011642 ], [ 103080.66, 501404.57 ], [ 103307.99, 501474.94 ], [ 103505.55, 501412.69 ], [ 103632.74, 501269.26 ], [ 103630.03, 501171.840000000025611 ], [ 103740.99, 501182.659999999974389 ], [ 103919.6, 501193.49 ], [ 104222.7, 501177.25 ], [ 104225.41, 501196.19 ], [ 104187.52, 501388.340000000025611 ], [ 104106.33, 501464.10999999998603 ], [ 103979.14, 501577.770000000018626 ], [ 103963.050129652881878, 501766.088482521416154 ], [ 104167.641943838156294, 501682.604725262324791 ], [ 104269.2, 501407.020000000018626 ], [ 104309.01, 501072.549999999988358 ], [ 104277.16, 500706.21999999997206 ], [ 104484.21, 500618.62 ], [ 104770.9, 500618.62 ], [ 104954.07, 500610.659999999974389 ], [ 105129.27, 500626.580000000016298 ], [ 105121.3, 500825.68 ], [ 105097.41, 500953.090000000025611 ], [ 105089.45, 501096.44 ], [ 105203.957095797610236, 501391.182524551055394 ], [ 105268.48, 501416.0 ], [ 105380.21, 501457.169999999983702 ], [ 105468.42, 501510.090000000025611 ], [ 105521.35, 501545.38 ], [ 105615.44, 501604.18 ], [ 105703.65, 501645.349999999976717 ], [ 105850.67, 501692.400000000023283 ], [ 105909.48, 501780.60999999998603 ], [ 105985.93, 501874.700000000011642 ], [ 106080.02, 502080.53000000002794 ], [ 106027.1, 502174.62 ], [ 105968.29, 502027.599999999976717 ], [ 105891.84, 501927.63 ], [ 105821.27, 501868.82 ], [ 105750.7, 501839.419999999983702 ], [ 105644.85, 501810.01 ], [ 105527.23, 501833.539999999979045 ], [ 105474.3, 501874.700000000011642 ], [ 105421.38, 501933.51 ], [ 105397.85, 501974.669999999983702 ], [ 105391.97, 502057.01 ], [ 105391.97, 502121.69 ], [ 105391.97, 502180.5 ], [ 105433.14, 502274.590000000025611 ], [ 105403.73, 502386.330000000016298 ], [ 105374.33, 502439.26 ], [ 105286.12, 502468.659999999974389 ], [ 105244.95, 502509.830000000016298 ], [ 105115.58, 502451.020000000018626 ], [ 105103.81, 502409.849999999976717 ], [ 105097.93, 502315.76 ], [ 105068.53, 502156.979999999981374 ], [ 105086.17, 502068.770000000018626 ], [ 105127.34, 501980.56 ], [ 105174.38, 501880.580000000016298 ], [ 105150.86, 501792.37 ], [ 105127.34, 501698.28000000002794 ], [ 105097.93, 501651.229999999981374 ], [ 105045.01, 501574.78000000002794 ], [ 104980.32, 501510.090000000025611 ], [ 104915.63, 501427.76 ], [ 104803.89, 501451.28000000002794 ], [ 104821.54, 501480.69 ], [ 104850.94, 501521.849999999976717 ], [ 104892.11, 501557.14000000001397 ], [ 104927.39, 501598.299999999988358 ], [ 104950.91, 501651.229999999981374 ], [ 104950.91, 501715.919999999983702 ], [ 104897.99, 501857.06 ], [ 104868.58, 501915.87 ], [ 104839.18, 502004.080000000016298 ], [ 104833.3, 502121.69 ], [ 104845.06, 502268.710000000020955 ], [ 104839.18, 502380.450000000011642 ], [ 104833.3, 502539.229999999981374 ], [ 104845.06, 502756.82 ], [ 104886.22, 502980.289999999979045 ], [ 104927.39, 503127.31 ], [ 105003.84, 503333.14000000001397 ], [ 105109.69, 503462.51 ], [ 105250.83, 503650.700000000011642 ], [ 104950.91, 503921.21999999997206 ], [ 104892.11, 503685.979999999981374 ], [ 104862.7, 503609.53000000002794 ], [ 104821.54, 503550.729999999981374 ], [ 104768.61, 503421.349999999976717 ], [ 104715.68, 503344.900000000023283 ], [ 104674.52, 503192.0 ], [ 104645.11, 503074.38 ], [ 104645.11, 502915.599999999976717 ], [ 104633.35, 502827.39000000001397 ], [ 104615.71, 502721.53000000002794 ], [ 104603.95, 502609.799999999988358 ], [ 104592.19, 502468.659999999974389 ], [ 104592.19, 502356.93 ], [ 104586.3, 502180.5 ], [ 104568.66, 502080.53000000002794 ], [ 104568.66, 502027.599999999976717 ], [ 104586.3, 501962.909999999974389 ], [ 104615.71, 501927.63 ], [ 104668.64, 501839.419999999983702 ], [ 104668.64, 501751.200000000011642 ], [ 104668.64, 501651.229999999981374 ], [ 104656.87, 501586.539999999979045 ], [ 104650.99, 501504.210000000020955 ], [ 104590.42, 501510.090000000025611 ], [ 104613.94, 501594.78000000002794 ], [ 104623.35, 501651.229999999981374 ], [ 104595.13, 501688.87 ], [ 104562.19, 501717.099999999976717 ], [ 104515.15, 501731.210000000020955 ], [ 104486.92, 501740.62 ], [ 104435.17, 501754.729999999981374 ], [ 104336.37, 501773.549999999988358 ], [ 104322.26, 501801.78000000002794 ], [ 104331.67, 501830.01 ], [ 104355.19, 501881.76 ], [ 104383.42, 501942.919999999983702 ], [ 104402.24, 501994.669999999983702 ], [ 104421.05, 502051.12 ], [ 104458.69, 502168.74 ], [ 104477.51, 502234.60999999998603 ], [ 104482.21, 502333.400000000023283 ], [ 104482.21, 502380.450000000011642 ], [ 104486.92, 502422.789999999979045 ], [ 104486.92, 502455.71999999997206 ], [ 104491.62, 502512.18 ], [ 104501.03, 502568.63 ], [ 104501.03, 502639.200000000011642 ], [ 104510.44, 502723.89000000001397 ], [ 104510.44, 502761.520000000018626 ], [ 104501.03, 502832.090000000025611 ], [ 104491.62, 502874.43 ], [ 104458.69, 502897.960000000020955 ], [ 104421.05, 502912.07 ], [ 104378.71, 502940.299999999988358 ], [ 104341.08, 502954.409999999974389 ], [ 104303.44, 502977.94 ], [ 104261.1, 503010.87 ], [ 104209.35, 503039.099999999976717 ], [ 104152.89, 503095.549999999988358 ], [ 104105.84, 503147.299999999988358 ], [ 104105.84, 503213.169999999983702 ], [ 104088.43, 503257.18 ], [ 103794.75, 503740.669999999983702 ], [ 103752.88, 503812.460000000020955 ], [ 103722.96, 503979.96999999997206 ], [ 103690.82, 504136.75 ], [ 103687.07, 504219.26 ], [ 103657.16, 504356.85999999998603 ], [ 103519.56, 504404.71999999997206 ], [ 103411.88, 504398.729999999981374 ], [ 103411.88, 504524.37 ], [ 103549.47, 504572.21999999997206 ], [ 103619.5, 504601.78000000002794 ], [ 103622.35, 504653.14000000001397 ], [ 103561.44, 504703.840000000025611 ], [ 103441.79, 504727.770000000018626 ], [ 103232.41, 504685.89000000001397 ], [ 103025.0, 504809.49 ], [ 102852.05, 505006.900000000023283 ], [ 102803.55, 505035.43 ], [ 102689.43, 505118.169999999983702 ], [ 102603.85, 505163.82 ], [ 102546.79, 505203.76 ], [ 102493.01, 505223.960000000020955 ], [ 102440.23, 505147.28000000002794 ], [ 102518.26, 505081.080000000016298 ], [ 102598.14, 505015.460000000020955 ], [ 102766.46, 504898.49 ], [ 102893.96, 504683.49 ], [ 103077.44, 504402.080000000016298 ], [ 102927.3, 504237.210000000020955 ], [ 102945.25, 504183.37 ], [ 103005.08, 504165.419999999983702 ], [ 103118.74, 504099.60999999998603 ], [ 103166.6, 503997.909999999974389 ], [ 103100.79, 503872.28000000002794 ], [ 102994.76, 503917.419999999983702 ], [ 102888.92, 503982.94 ], [ 102788.12, 504053.5 ], [ 102546.79, 504193.81 ], [ 102458.35, 504270.840000000025611 ], [ 102372.76, 504342.169999999983702 ], [ 102341.37, 504382.10999999998603 ], [ 102309.99, 504382.10999999998603 ] ], [ [ 104273.49, 504028.090000000025611 ], [ 104318.07, 503914.169999999983702 ], [ 104481.53, 503872.07 ], [ 104592.98, 503961.229999999981374 ], [ 104516.2, 504092.49 ], [ 104350.27, 504099.919999999983702 ], [ 104273.49, 504028.090000000025611 ] ], [ [ 104030.56, 500949.919999999983702 ], [ 103811.35, 501014.87 ], [ 103602.97, 501044.64000000001397 ], [ 103459.54, 500646.82 ], [ 103410.83, 500378.900000000023283 ], [ 103494.72, 500311.25 ], [ 103776.17, 500240.88 ], [ 104006.2, 500300.419999999983702 ], [ 104198.35, 500389.729999999981374 ], [ 104230.82, 500584.580000000016298 ], [ 104247.06, 500830.849999999976717 ], [ 104030.56, 500949.919999999983702 ] ], [ [ 102384.17, 503911.37 ], [ 102470.6, 503781.340000000025611 ], [ 102465.56, 503766.21999999997206 ], [ 102722.6, 503478.94 ], [ 102919.16, 503226.94 ], [ 103176.2, 503020.299999999988358 ], [ 103508.83, 502833.830000000016298 ], [ 103574.35, 502924.549999999988358 ], [ 103332.44, 503126.14000000001397 ], [ 103025.0, 503317.659999999974389 ], [ 102838.52, 503554.539999999979045 ], [ 102444.08, 503974.14000000001397 ], [ 102401.29, 504025.49 ], [ 102321.4, 504073.99 ], [ 102270.05, 504111.080000000016298 ], [ 102232.96, 504139.60999999998603 ], [ 102190.17, 504168.14000000001397 ], [ 102138.82, 504205.21999999997206 ], [ 102087.46, 504236.60999999998603 ], [ 102038.96, 504253.71999999997206 ], [ 102013.29, 504225.19 ], [ 102027.55, 504179.549999999988358 ], [ 102053.23, 504151.020000000018626 ], [ 102104.58, 504111.080000000016298 ], [ 102170.2, 504062.580000000016298 ], [ 102264.34, 503996.960000000020955 ], [ 102384.17, 503911.37 ] ], [ [ 102324.26, 503443.49 ], [ 102352.79, 503489.13 ], [ 102324.26, 503574.71999999997206 ], [ 102267.2, 503626.080000000016298 ], [ 102230.11, 503703.099999999976717 ], [ 102181.61, 503674.580000000016298 ], [ 102175.9, 503623.21999999997206 ], [ 102198.73, 503569.020000000018626 ], [ 102232.96, 503500.549999999988358 ], [ 102281.46, 503460.599999999976717 ], [ 102324.26, 503443.49 ] ], [ [ 100590.01, 499790.409999999974389 ], [ 100550.19, 499742.62 ], [ 100470.55, 499535.57 ], [ 100351.1, 499416.12 ], [ 100255.54, 499296.659999999974389 ], [ 100279.43, 499073.68 ], [ 100319.25, 499017.94 ], [ 100374.99, 499017.94 ], [ 100422.77, 499057.75 ], [ 100502.41, 499105.539999999979045 ], [ 100542.23, 499129.43 ], [ 100574.08, 499224.99 ], [ 100597.97, 499352.409999999974389 ], [ 100597.97, 499487.789999999979045 ], [ 100645.75, 499686.88 ], [ 100590.01, 499790.409999999974389 ] ], [ [ 101274.88, 498675.5 ], [ 101282.84, 498524.19 ], [ 101298.77, 498436.590000000025611 ], [ 101346.55, 498420.669999999983702 ], [ 101832.33, 498428.63 ], [ 102461.46, 498444.56 ], [ 102684.44, 498771.06 ], [ 102772.04, 498747.169999999983702 ], [ 102708.33, 498595.87 ], [ 102748.15, 498524.19 ], [ 103010.95, 498587.900000000023283 ], [ 103178.18, 498659.57 ], [ 103225.96, 498771.06 ], [ 103249.85, 498834.770000000018626 ], [ 103194.11, 499025.900000000023283 ], [ 103138.36, 499121.460000000020955 ], [ 103066.69, 499113.5 ], [ 102923.35, 498970.150000000023283 ], [ 102907.42, 498866.63 ], [ 102740.18, 498970.150000000023283 ], [ 102676.47, 499089.60999999998603 ], [ 102668.51, 499177.210000000020955 ], [ 102596.84, 499240.919999999983702 ], [ 102429.6, 499312.590000000025611 ], [ 102294.22, 499376.299999999988358 ], [ 102222.55, 499455.93 ], [ 102222.55, 499567.43 ], [ 102349.97, 499607.24 ], [ 102445.53, 499631.13 ], [ 102549.06, 499694.840000000025611 ], [ 102580.91, 499790.409999999974389 ], [ 102549.06, 499878.01 ], [ 102421.64, 499862.080000000016298 ], [ 102318.11, 499838.19 ], [ 102238.48, 499806.330000000016298 ], [ 102055.31, 499734.659999999974389 ], [ 101935.86, 499694.840000000025611 ], [ 101776.59, 499726.700000000011642 ], [ 101728.8, 499838.19 ], [ 101816.4, 499925.789999999979045 ], [ 101872.15, 499965.60999999998603 ], [ 101919.93, 499997.460000000020955 ], [ 101999.57, 500069.13 ], [ 101951.79, 500108.950000000011642 ], [ 101872.15, 500085.06 ], [ 101808.44, 500077.099999999976717 ], [ 101736.77, 500108.950000000011642 ], [ 101704.91, 500156.729999999981374 ], [ 101633.24, 500292.10999999998603 ], [ 101497.86, 500188.590000000025611 ], [ 101418.22, 499973.57 ], [ 101386.37, 499782.44 ], [ 101282.84, 499623.169999999983702 ], [ 101211.17, 499455.93 ], [ 101187.28, 499264.81 ], [ 101211.17, 499073.68 ], [ 101243.02, 498930.340000000025611 ], [ 101266.92, 498802.919999999983702 ], [ 101274.88, 498675.5 ] ] ], [ [ [ 109000.0, 500798.164585247868672 ], [ 108993.45, 500799.62 ], [ 108752.24, 500880.020000000018626 ], [ 108488.07, 500902.99 ], [ 108453.61, 501006.37 ], [ 108292.81, 501086.770000000018626 ], [ 108235.38, 501213.10999999998603 ], [ 108407.67, 501385.400000000023283 ], [ 109000.0, 501524.339954318769742 ], [ 109000.0, 500798.164585247868672 ] ] ], [ [ [ 105015.47, 501392.520000000018626 ], [ 104915.63, 501427.76 ], [ 105115.58, 501357.19 ], [ 105015.47, 501392.520000000018626 ] ] ], [ [ [ 105745.0, 503908.10999999998603 ], [ 105858.71, 503923.150000000023283 ], [ 105892.29, 503919.51 ], [ 105745.0, 503908.10999999998603 ] ] ], [ [ [ 105320.66, 504606.159999999974389 ], [ 105246.070000003848691, 504565.470000002067536 ], [ 105246.070000004023314, 504565.470000002533197 ], [ 105320.659999999988941, 504606.160000000032596 ], [ 105320.66, 504606.159999999974389 ] ] ], [ [ [ 105295.06, 504730.74 ], [ 105316.397889098909218, 504626.901163127215113 ], [ 105295.059999998658895, 504730.740000002086163 ], [ 105290.12234011630062, 504754.76759908569511 ], [ 105295.06, 504730.74 ] ] ], [ [ [ 105324.050000000745058, 505091.000000007450581 ], [ 105351.489600606772001, 505162.715908485988621 ], [ 105324.05, 505091.0 ], [ 105252.850000001868466, 505067.260000000649597 ], [ 105252.850000001490116, 505067.260000005364418 ], [ 105324.050000000745058, 505091.000000007450581 ] ] ], [ [ [ 106074.37, 506782.210000000020955 ], [ 106062.04, 507041.0 ], [ 105883.35, 507127.270000000018626 ], [ 105821.74, 507503.14000000001397 ], [ 106049.72, 507336.770000000018626 ], [ 106203.77, 507127.270000000018626 ], [ 106277.71, 506874.64000000001397 ], [ 106296.19, 506591.19 ], [ 106357.81, 506455.64000000001397 ], [ 106524.18, 506406.340000000025611 ], [ 106628.93, 506437.150000000023283 ], [ 106678.22, 506437.150000000023283 ], [ 106850.75, 506443.31 ], [ 106943.18, 506412.5 ], [ 107023.28, 506375.53000000002794 ], [ 107017.12, 506449.46999999997206 ], [ 106961.66, 506554.21999999997206 ], [ 106900.05, 506665.14000000001397 ], [ 106801.46, 506831.5 ], [ 106746.0, 507022.520000000018626 ], [ 106678.22, 507238.18 ], [ 106653.58, 507416.87 ], [ 106628.93, 507724.960000000020955 ], [ 106598.12, 507934.460000000020955 ], [ 106536.5, 508057.700000000011642 ], [ 106468.72, 508131.64000000001397 ], [ 106333.16, 507946.789999999979045 ], [ 106185.28, 508039.210000000020955 ], [ 106123.66, 508334.979999999981374 ], [ 106068.21, 508402.76 ], [ 106000.43, 508378.10999999998603 ], [ 105877.19, 508248.710000000020955 ], [ 105849.77, 508193.87 ], [ 105792.13, 508352.43 ], [ 105674.63, 508391.590000000025611 ], [ 105537.56, 508406.28000000002794 ], [ 105454.33, 508406.28000000002794 ], [ 105322.15, 508420.960000000020955 ], [ 105238.93, 508411.169999999983702 ], [ 105185.07, 508411.169999999983702 ], [ 105141.01, 508401.38 ], [ 105038.21, 508127.229999999981374 ], [ 104984.35, 507931.400000000023283 ], [ 104962.68, 507840.37 ], [ 104814.5, 507897.349999999976717 ], [ 104726.57, 507929.32 ], [ 104550.73, 507921.330000000016298 ], [ 104426.85, 507857.38 ], [ 104330.93, 507653.57 ], [ 104259.0, 507445.76 ], [ 104152.36, 507231.169999999983702 ], [ 104125.71, 507163.06 ], [ 104093.13, 507089.020000000018626 ], [ 104181.97, 507023.87 ], [ 104368.54, 506976.49 ], [ 104504.77, 506932.07 ], [ 104546.23, 506935.03000000002794 ], [ 104581.76, 506943.909999999974389 ], [ 104866.27, 506928.409999999974389 ], [ 104871.75, 506888.64000000001397 ], [ 104886.44, 506761.349999999976717 ], [ 104880.87, 506680.349999999976717 ], [ 104652.84, 506612.24 ], [ 104561.03, 506695.150000000023283 ], [ 104472.19, 506742.539999999979045 ], [ 104398.16, 506813.60999999998603 ], [ 104243.44, 506872.49 ], [ 104051.67, 506819.53000000002794 ], [ 103930.25, 506588.539999999979045 ], [ 103970.48, 506337.07 ], [ 104056.45, 506260.14000000001397 ], [ 104044.26, 506254.24 ], [ 104016.14, 506102.87 ], [ 104016.131959680977161, 506095.73019670357462 ], [ 104016.129999998956919, 506093.990000002086163 ], [ 104016.13, 506093.990000000107102 ], [ 104016.13, 506093.99 ], [ 104016.1, 506061.840000000025611 ], [ 103986.19, 505732.81 ], [ 103987.226766487830901, 505660.082567090459634 ], [ 103915.08, 505717.35999999998603 ], [ 103854.97, 505757.78000000002794 ], [ 103804.44, 505799.12 ], [ 103769.99, 505870.330000000016298 ], [ 103712.57, 505904.78000000002794 ], [ 103627.58, 505957.60999999998603 ], [ 103606.91, 506031.10999999998603 ], [ 103581.65, 506081.64000000001397 ], [ 103570.16, 506143.650000000023283 ], [ 103526.52, 506150.539999999979045 ], [ 103532.63, 506225.669999999983702 ], [ 103507.68, 506265.599999999976717 ], [ 103472.33, 506343.479999999981374 ], [ 103442.8, 506417.82 ], [ 103430.32, 506450.26 ], [ 103447.79, 506495.18 ], [ 103467.75, 506567.549999999988358 ], [ 103487.72, 506629.94 ], [ 103487.72, 506704.799999999988358 ], [ 103495.2, 506799.63 ], [ 103498.12, 507040.450000000011642 ], [ 103553.85, 507014.07 ], [ 103662.91, 506974.0 ], [ 103753.84, 506988.46999999997206 ], [ 103791.04, 506991.909999999974389 ], [ 103824.59, 506996.020000000018626 ], [ 103859.92, 507005.0 ], [ 103851.66, 507044.150000000023283 ], [ 103848.65, 507077.24 ], [ 103842.63, 507107.32 ], [ 103815.56, 507185.53000000002794 ], [ 103770.69, 507263.60999999998603 ], [ 103714.86, 507308.64000000001397 ], [ 103613.45, 507320.46999999997206 ], [ 103730.29, 507517.12 ], [ 103775.52, 507474.71999999997206 ], [ 103887.96, 507472.919999999983702 ], [ 103891.2, 507469.69 ], [ 103920.3, 507469.69 ], [ 103981.14, 507495.919999999983702 ], [ 104065.84, 507524.669999999983702 ], [ 104109.74, 507589.19 ], [ 104137.3, 507659.849999999976717 ], [ 104162.03, 507756.659999999974389 ], [ 104179.03, 507838.38 ], [ 104186.77, 507929.07 ], [ 104188.74, 508035.659999999974389 ], [ 104195.2, 508194.13 ], [ 104185.5, 508268.520000000018626 ], [ 104187.47, 508331.13 ], [ 104316.4, 508350.63 ], [ 104470.51, 508376.94 ], [ 104781.84, 508721.549999999988358 ], [ 104861.9, 508817.62 ], [ 104882.84, 508928.46999999997206 ], [ 104855.74, 509027.01 ], [ 104704.25, 509134.159999999974389 ], [ 104486.24, 509190.82 ], [ 104221.44, 509264.71999999997206 ], [ 104090.88, 509305.35999999998603 ], [ 103946.25, 509346.169999999983702 ], [ 103754.64, 509472.87 ], [ 103892.31, 509381.840000000025611 ], [ 103993.74, 509471.950000000011642 ], [ 104100.1, 509590.13 ], [ 104445.89, 509776.150000000023283 ], [ 104499.78, 509771.950000000011642 ], [ 104463.38, 509821.590000000025611 ], [ 104443.35, 509856.340000000025611 ], [ 104464.67, 509888.32 ], [ 104481.42, 509932.99 ], [ 104473.3, 509995.349999999976717 ], [ 104448.94, 510027.900000000023283 ], [ 104420.51, 510047.19 ], [ 104424.57, 510065.460000000020955 ], [ 104450.14, 510094.64000000001397 ], [ 104696.25, 510340.669999999983702 ], [ 105248.91, 510597.200000000011642 ], [ 105419.82, 510719.94 ], [ 105600.26, 510857.82 ], [ 105756.2, 510970.63 ], [ 105904.16, 511132.68 ], [ 106023.94, 511252.460000000020955 ], [ 106150.76, 511358.14000000001397 ], [ 106274.34, 511521.69 ], [ 106187.08, 511623.580000000016298 ], [ 106104.11, 511731.06 ], [ 106244.7, 511710.150000000023283 ], [ 106429.94, 511693.729999999981374 ], [ 106470.69, 510991.43 ], [ 106121.82, 510569.299999999988358 ], [ 105943.54, 509988.35999999998603 ], [ 105732.93, 510033.49 ], [ 105620.37, 510021.229999999981374 ], [ 105536.94, 509957.43 ], [ 105502.58, 509906.71999999997206 ], [ 105474.77, 509820.01 ], [ 105446.96, 509751.299999999988358 ], [ 105458.41, 509574.62 ], [ 105535.3, 509420.840000000025611 ], [ 105702.84, 509356.53000000002794 ], [ 105973.63, 509296.35999999998603 ], [ 106319.62, 509341.49 ], [ 106409.88, 509341.49 ], [ 106545.28, 509221.14000000001397 ], [ 106409.88, 509025.580000000016298 ], [ 106409.88, 508860.099999999976717 ], [ 106515.19, 508619.409999999974389 ], [ 106635.54, 508333.580000000016298 ], [ 106846.14, 508107.93 ], [ 106981.53, 507867.24 ], [ 107056.75, 507641.590000000025611 ], [ 107116.92, 507385.849999999976717 ], [ 106906.32, 507265.5 ], [ 106846.14, 507220.37 ], [ 106846.14, 507145.150000000023283 ], [ 106936.4, 506994.71999999997206 ], [ 107011.62, 506874.37 ], [ 107071.79, 506814.200000000011642 ], [ 107147.01, 506633.68 ], [ 107177.1, 506468.200000000011642 ], [ 107086.84, 506212.460000000020955 ], [ 107177.1, 506031.94 ], [ 107192.14, 506016.900000000023283 ], [ 107282.4, 505836.38 ], [ 107282.4, 505655.85999999998603 ], [ 107207.18, 505520.46999999997206 ], [ 107267.36, 505520.46999999997206 ], [ 107477.97, 505640.81 ], [ 107688.57, 505685.94 ], [ 107839.01, 505791.25 ], [ 108019.53, 505821.330000000016298 ], [ 108215.09, 505971.770000000018626 ], [ 108335.44, 506046.979999999981374 ], [ 108455.79, 506242.549999999988358 ], [ 108531.0, 506468.200000000011642 ], [ 108531.0, 506784.10999999998603 ], [ 108500.92, 507039.849999999976717 ], [ 108470.83, 507250.460000000020955 ], [ 108410.66, 507461.06 ], [ 108410.66, 507641.590000000025611 ], [ 108410.66, 507822.10999999998603 ], [ 108425.7, 507942.450000000011642 ], [ 108515.96, 508107.93 ], [ 108666.39, 508318.539999999979045 ], [ 108455.79, 508679.580000000016298 ], [ 108877.0, 508468.96999999997206 ], [ 109000.0, 508401.880442349531222 ], [ 109000.0, 504532.424021041602828 ], [ 108859.49, 504348.31 ], [ 108619.18, 503855.37 ], [ 108274.12, 503806.07 ], [ 107836.64, 504231.229999999981374 ], [ 106912.37, 504674.88 ], [ 106844.59, 505247.93 ], [ 106992.47, 505457.43 ], [ 106930.86, 505747.03000000002794 ], [ 106973.99, 505950.37 ], [ 106955.5, 506129.06 ], [ 106776.81, 506295.43 ], [ 106610.44, 506283.10999999998603 ], [ 106450.24, 506307.75 ], [ 105963.46, 506535.74 ], [ 105889.52, 506301.590000000025611 ], [ 106006.59, 506098.25 ], [ 106086.69, 505759.349999999976717 ], [ 106160.63, 505512.88 ], [ 106062.04, 505303.38 ], [ 105944.97, 505383.49 ], [ 105778.6, 505648.44 ], [ 105629.19, 505524.979999999981374 ], [ 105595.29, 505599.57 ], [ 105534.91, 505797.75 ], [ 105533.840001884411322, 505790.800012239895295 ], [ 105538.350000001490116, 505820.129999998956919 ], [ 105536.100000005215406, 505874.270000007003546 ], [ 105542.890000004321337, 505917.129999998956919 ], [ 105519.090000001830049, 505982.820000002277084 ], [ 105760.12, 506283.10999999998603 ], [ 105834.06, 506646.650000000023283 ], [ 106074.37, 506782.210000000020955 ] ] ], [ [ [ 104016.140000004292233, 506102.86999999161344 ], [ 104016.14, 506102.87 ], [ 104016.140000004306785, 506102.869999999064021 ], [ 104016.140000004292233, 506102.86999999161344 ] ] ], [ [ [ 104322.730000000447035, 504896.850000005215406 ], [ 104405.570000004023314, 504667.820000007748604 ], [ 104593.600000001490116, 504447.560000002384186 ], [ 104657.400000002235174, 504372.820000007748604 ], [ 104803.820000004023314, 504291.020000007003546 ], [ 104869.514765947809792, 504254.324904685432557 ], [ 104803.82, 504291.020000000018626 ], [ 104657.4, 504372.82 ], [ 104593.6, 504447.56 ], [ 104405.57, 504667.82 ], [ 104322.73, 504896.849999999976717 ], [ 104283.26, 505005.99 ], [ 104266.93, 505214.18 ], [ 104254.48, 505372.93 ], [ 104268.87, 505631.960000000020955 ], [ 104223.43, 505726.770000000018626 ], [ 104137.58, 505870.700000000011642 ], [ 104122.75, 505895.57 ], [ 104122.749999868829036, 505895.570000255072955 ], [ 104122.75000000372529, 505895.570000004023314 ], [ 104137.579999998211861, 505870.700000010430813 ], [ 104223.430000003427267, 505726.770000007003546 ], [ 104268.870000001043081, 505631.96000000089407 ], [ 104254.480000004172325, 505372.930000010877848 ], [ 104266.929999999701977, 505214.180000007152557 ], [ 104283.260000005364418, 505005.990000005811453 ], [ 104322.730000000447035, 504896.850000005215406 ] ] ], [ [ [ 104484.83, 505865.580000000016298 ], [ 104694.357570130610839, 505834.653221053595189 ], [ 104484.830000001937151, 505865.579999998211861 ], [ 104429.982438081729924, 505898.055151249398477 ], [ 104484.83, 505865.580000000016298 ] ] ], [ [ [ 102061.21, 502362.99 ], [ 102038.42, 502439.63 ], [ 102003.397857817093609, 502557.439497526618652 ], [ 102061.21, 502362.99 ] ] ], [ [ [ 102182.19, 502219.159999999974389 ], [ 102112.79, 502301.659999999974389 ], [ 102061.21, 502362.99 ], [ 102182.19, 502219.159999999974389 ] ] ], [ [ [ 102073.94, 501796.979999999981374 ], [ 102133.57, 501861.599999999976717 ], [ 102265.83, 502004.900000000023283 ], [ 102073.94, 501796.979999999981374 ] ] ], [ [ [ 101353.55, 501194.919999999983702 ], [ 101484.87, 501316.87 ], [ 101592.28, 501416.599999999976717 ], [ 101353.55, 501194.919999999983702 ] ] ], [ [ [ 101297.24, 501071.700000000011642 ], [ 101314.51, 501109.5 ], [ 101353.55, 501194.919999999983702 ], [ 101297.24, 501071.700000000011642 ] ] ], [ [ [ 103023.83, 501602.13 ], [ 103151.03, 501815.919999999983702 ], [ 103068.45, 501677.12 ], [ 103023.83, 501602.13 ] ] ], [ [ [ 102990.015383283374831, 501509.651400792005006 ], [ 103023.83, 501602.13 ], [ 102992.07, 501515.270000000018626 ], [ 102990.015383283374831, 501509.651400792005006 ] ] ], [ [ [ 103089.09, 504466.12 ], [ 103099.634996793436585, 504524.033086854557041 ], [ 103077.44, 504402.080000000016298 ], [ 103089.09, 504466.12 ] ] ], [ [ [ 103688.96, 505224.909999999974389 ], [ 103675.26, 505222.71999999997206 ], [ 103675.76, 505223.710000000020955 ], [ 103688.96, 505224.909999999974389 ] ] ], [ [ [ 103674.96, 505222.10999999998603 ], [ 103671.46, 505222.10999999998603 ], [ 103675.26, 505222.71999999997206 ], [ 103674.96, 505222.10999999998603 ] ] ], [ [ [ 102951.51, 505276.419999999983702 ], [ 102913.86, 505181.31 ], [ 102936.32, 505238.049999999988358 ], [ 102951.51, 505276.419999999983702 ] ] ], [ [ [ 103057.44, 506246.88 ], [ 103066.03, 506183.659999999974389 ], [ 103048.1, 506235.89000000001397 ], [ 103035.25, 506253.5 ], [ 103012.31, 506269.0 ], [ 102990.39, 506289.599999999976717 ], [ 102967.14, 506318.159999999974389 ], [ 102941.89, 506358.68 ], [ 102908.01, 506411.830000000016298 ], [ 102916.46, 506463.68 ], [ 102913.35, 506537.38 ], [ 102907.12, 506601.729999999981374 ], [ 102914.92, 506632.919999999983702 ], [ 102953.35, 506617.5 ], [ 102960.21, 506636.840000000025611 ], [ 102969.21, 506665.659999999974389 ], [ 102976.42, 506685.46999999997206 ], [ 102979.218384510808391, 506709.271814922511112 ], [ 102976.42000000551343, 506685.469999995082617 ], [ 102969.21000000461936, 506665.660000003874302 ], [ 102960.21000000089407, 506636.839999999850988 ], [ 102953.350000005215406, 506617.49999999627471 ], [ 102982.640000000596046, 506588.21000000461936 ], [ 103010.640000000596046, 506561.200000010430813 ], [ 103010.640058348348248, 506561.200095875712577 ], [ 103010.64, 506561.200000000011642 ], [ 103019.18, 506550.229999999981374 ], [ 103046.84, 506525.51 ], [ 103059.27, 506519.770000000018626 ], [ 103037.65, 506489.150000000023283 ], [ 103007.04, 506462.14000000001397 ], [ 103001.63, 506388.289999999979045 ], [ 103052.06, 506291.03000000002794 ], [ 103069.747325237520272, 506263.586369189200923 ], [ 103057.44, 506246.88 ] ] ], [ [ [ 102939.2, 506752.650000000023283 ], [ 102937.93, 506772.89000000001397 ], [ 102937.25, 506783.88 ], [ 102939.2, 506752.650000000023283 ] ] ], [ [ [ 103035.849995643482544, 506602.619992838473991 ], [ 103027.37, 506588.68 ], [ 103023.428304773784475, 506582.211169527901802 ], [ 103035.849995643482544, 506602.619992838473991 ] ] ], [ [ [ 103050.259997855042457, 506631.439995708118659 ], [ 103039.26, 506609.43 ], [ 103035.850001925340621, 506602.6200038450188 ], [ 103050.259997855042457, 506631.439995708118659 ] ] ], [ [ [ 103053.161392984780832, 506640.86047292285366 ], [ 103057.469999998807907, 506654.850000008940697 ], [ 103063.447062802471919, 506665.31816138047725 ], [ 103057.47, 506654.849999999976717 ], [ 103053.161392984780832, 506640.86047292285366 ] ] ], [ [ [ 103066.262383749781293, 506710.19949111220194 ], [ 103068.269999999552965, 506732.300000008195639 ], [ 103076.601033241837285, 506758.67261401808355 ], [ 103068.27, 506732.299999999988358 ], [ 103066.262383749781293, 506710.19949111220194 ] ] ], [ [ [ 103079.080000001413282, 506766.520000001590233 ], [ 103079.080000001937151, 506766.520000003278255 ], [ 103093.489999998360872, 506782.730000000447035 ], [ 103095.250509192570462, 506790.65718166984152 ], [ 103093.49, 506782.729999999981374 ], [ 103079.080000001413282, 506766.520000001590233 ] ] ], [ [ [ 104400.34, 507280.650000000023283 ], [ 104344.5, 507284.60999999998603 ], [ 104374.09, 507282.520000000018626 ], [ 104400.34, 507280.650000000023283 ] ] ], [ [ [ 104578.8, 507213.400000000023283 ], [ 104487.0, 507263.75 ], [ 104453.36, 507224.18 ], [ 104484.38, 507265.35999999998603 ], [ 104578.8, 507213.400000000023283 ] ] ], [ [ [ 104413.8, 507180.659999999974389 ], [ 104440.83, 507209.44 ], [ 104416.36, 507180.659999999974389 ], [ 104499.78, 507103.659999999974389 ], [ 104413.8, 507180.659999999974389 ] ] ], [ [ [ 103167.53, 507108.82 ], [ 103169.13, 507117.729999999981374 ], [ 103165.53, 507092.51 ], [ 103167.53, 507108.82 ] ] ], [ [ [ 103518.16, 508172.200000000011642 ], [ 103538.68, 508210.299999999988358 ], [ 103493.4, 508126.21999999997206 ], [ 103518.16, 508172.200000000011642 ] ] ], [ [ [ 103491.15, 508022.01 ], [ 103464.29, 508055.07 ], [ 103506.34, 508003.32 ], [ 103491.15, 508022.01 ] ] ], [ [ [ 103828.51, 508003.270000000018626 ], [ 103668.04, 508016.26 ], [ 103700.38, 508080.94 ], [ 103752.13, 508174.729999999981374 ], [ 103774.77, 508232.94 ], [ 103758.6, 508265.28000000002794 ], [ 103881.49, 508268.520000000018626 ], [ 103858.19, 508141.049999999988358 ], [ 103839.82, 508059.090000000025611 ], [ 103828.51, 508003.270000000018626 ] ] ], [ [ [ 104198.49, 508987.349999999976717 ], [ 104056.38, 508973.14000000001397 ], [ 104152.31, 508983.799999999988358 ], [ 104198.49, 508987.349999999976717 ] ] ], [ [ [ 104275.06, 508831.74 ], [ 104203.98, 508866.580000000016298 ], [ 104198.49, 508987.349999999976717 ], [ 104312.18, 508966.039999999979045 ], [ 104353.23, 508940.789999999979045 ], [ 104400.99, 508894.99 ], [ 104434.51, 508795.450000000011642 ], [ 104275.06, 508831.74 ] ] ], [ [ [ 104701.65, 508688.200000000011642 ], [ 104642.66, 508663.669999999983702 ], [ 104781.84, 508721.549999999988358 ], [ 104701.65, 508688.200000000011642 ] ] ], [ [ [ 104378.98, 509993.69 ], [ 104361.64, 510032.46999999997206 ], [ 104370.77, 510012.669999999983702 ], [ 104378.98, 509993.69 ] ] ], [ [ [ 107003.07, 512453.020000000018626 ], [ 107185.05, 512860.32 ], [ 107349.71, 513007.64000000001397 ], [ 107427.7, 513310.950000000011642 ], [ 107540.36, 513544.93 ], [ 107670.35, 513544.93 ], [ 107557.69, 512617.669999999983702 ], [ 107384.37, 512349.03000000002794 ], [ 107167.72, 511456.44 ], [ 107237.05, 511473.770000000018626 ], [ 107315.04, 511742.409999999974389 ], [ 107575.02, 511976.39000000001397 ], [ 107861.0, 512323.03000000002794 ], [ 108164.3, 512461.69 ], [ 108450.28, 512834.32 ], [ 108571.6, 513700.919999999983702 ], [ 108753.59, 514290.200000000011642 ], [ 108857.58, 514229.539999999979045 ], [ 108883.58, 514082.21999999997206 ], [ 109000.0, 514194.882698778994381 ], [ 109000.0, 513268.888926802377682 ], [ 108931.13, 513154.99 ], [ 108777.39, 512777.62 ], [ 108483.88, 512498.080000000016298 ], [ 108190.37, 511799.25 ], [ 108036.62, 511086.44 ], [ 108092.53, 510359.650000000023283 ], [ 108139.88, 510349.400000000023283 ], [ 108049.62, 510274.18 ], [ 107899.18, 510033.49 ], [ 107793.88, 509807.830000000016298 ], [ 107763.79, 509672.44 ], [ 107778.83, 509341.49 ], [ 107944.31, 508995.49 ], [ 107899.18, 508784.88 ], [ 107854.05, 508784.88 ], [ 107778.83, 508799.93 ], [ 107673.53, 508814.96999999997206 ], [ 107583.27, 508995.49 ], [ 107462.92, 509130.88 ], [ 107402.75, 509206.099999999976717 ], [ 107342.58, 509341.49 ], [ 107282.4, 509582.18 ], [ 106918.49, 509926.37 ], [ 106806.68, 510289.76 ], [ 106803.75, 511031.81 ], [ 106795.09, 511153.13 ], [ 106916.41, 511647.090000000025611 ], [ 107003.07, 512019.71999999997206 ], [ 107003.07, 512453.020000000018626 ] ] ], [ [ [ 105079.01, 511154.450000000011642 ], [ 104974.27, 511247.68 ], [ 105001.11, 511223.789999999979045 ], [ 105079.01, 511154.450000000011642 ] ] ], [ [ [ 104496.65, 510299.960000000020955 ], [ 104500.26, 510240.39000000001397 ], [ 104431.17, 510155.81 ], [ 104393.1, 510182.200000000011642 ], [ 104392.6, 510201.49 ], [ 104430.66, 510237.020000000018626 ], [ 104496.65, 510299.960000000020955 ] ] ], [ [ [ 103093.499430380761623, 506934.631716974079609 ], [ 103094.282075233757496, 506954.064993180334568 ], [ 103095.280219506472349, 506977.27228819578886 ], [ 103091.690001246752217, 507011.4599881489994 ], [ 103095.29, 506977.24 ], [ 103094.39, 506955.659999999974389 ], [ 103093.49, 506934.020000000018626 ], [ 103092.487746715458343, 506917.972811299550813 ], [ 103093.499430380761623, 506934.631716974079609 ] ] ], [ [ [ 103091.0, 506887.37 ], [ 103090.304595805137069, 506869.201782296528108 ], [ 103091.375697322189808, 506899.661231718957424 ], [ 103091.651244332577335, 506904.198531086614821 ], [ 103091.0, 506887.37 ] ] ], [ [ [ 103106.1, 506836.76 ], [ 103105.010974080025335, 506832.429825508676004 ], [ 103106.082478978423751, 506836.783357759180944 ], [ 103106.1, 506836.76 ] ] ], [ [ [ 102981.82, 506753.909999999974389 ], [ 102991.274197337290389, 506774.167923239758238 ], [ 102981.820000004023314, 506753.909999996423721 ], [ 102980.360010767893982, 506723.234004022961017 ], [ 102981.82, 506753.909999999974389 ] ] ], [ [ [ 103001.630000002682209, 506930.420000001788139 ], [ 103001.630000002682209, 506890.790000002831221 ], [ 102996.230000004172325, 506867.380000002682209 ], [ 102993.56811327507603, 506838.07706363638863 ], [ 102996.23, 506867.38 ], [ 103001.63, 506890.789999999979045 ], [ 103001.63, 506930.419999999983702 ], [ 103003.110793981220922, 506954.120930332748685 ], [ 103001.630000002682209, 506930.420000001788139 ] ] ], [ [ [ 102989.559999999735737, 507462.800000000395812 ], [ 102989.56, 507462.799999999988358 ], [ 102986.051690411375603, 507457.43380360363517 ], [ 102989.559999999735737, 507462.800000000395812 ] ] ], [ [ [ 103436.399975427280879, 510790.499812352471054 ], [ 103419.21, 510659.229999999981374 ], [ 103414.060315765003907, 510619.914342935371678 ], [ 103436.399975427280879, 510790.499812352471054 ] ] ], [ [ [ 104923.696507995962747, 515000.636007650056854 ], [ 105034.775950340743293, 515000.618676414713264 ], [ 105034.775950340670533, 515000.618676414713264 ], [ 104923.696507995962747, 515000.636007650056854 ] ] ], [ [ [ 103534.77, 510764.020000000018626 ], [ 103648.27, 510798.07 ], [ 103567.66, 510773.88 ], [ 103534.77, 510764.020000000018626 ] ] ], [ [ [ 104440.83, 507209.44 ], [ 104453.36, 507224.18 ], [ 104453.58, 507223.01 ], [ 104440.83, 507209.44 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109060.5, 512468.0 ], [ 109318.02, 512807.909999999974389 ], [ 109513.93, 513073.340000000025611 ], [ 109770.27, 513404.31 ], [ 110156.19, 513885.5 ], [ 110139.609604990488151, 513844.927596314984839 ], [ 110012.01, 513532.69 ], [ 109940.42, 513304.090000000025611 ], [ 109913.86, 513022.44 ], [ 109881.91, 512772.56 ], [ 109802.09, 512473.840000000025611 ], [ 109400.17, 512466.19 ], [ 109074.664285424820264, 512467.924522752640769 ], [ 109074.664285424834816, 512467.924522752640769 ], [ 109060.5, 512468.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108148.86, 515071.96999999997206 ], [ 108185.7506461845187, 515110.764650902186986 ], [ 108231.98, 515159.38 ], [ 108313.62, 515268.38 ], [ 108285.554396856299718, 515306.708716918772552 ], [ 108247.88, 515358.159999999974389 ], [ 108245.723100591145339, 515381.07642183691496 ], [ 108240.570232670244877, 515435.824127947154921 ], [ 108239.38, 515448.46999999997206 ], [ 108294.769397389041842, 515498.958147191908211 ], [ 108333.97, 515534.69 ], [ 108377.505913209533901, 515574.04704694886459 ], [ 108477.74, 515664.659999999974389 ], [ 108580.88, 515787.88 ], [ 108563.031131150361034, 515871.89436626835959 ], [ 108559.55, 515888.28000000002794 ], [ 108499.265944864586345, 515910.750262734072749 ], [ 108406.36, 515945.38 ], [ 108382.93680902889173, 516005.069619322835933 ], [ 108353.689229734853143, 516079.601602447160985 ], [ 108341.16, 516111.53000000002794 ], [ 108384.956524432403967, 516135.602048847184051 ], [ 108416.275417564858799, 516152.815970159252174 ], [ 108444.92, 516168.56 ], [ 108528.77, 516047.12 ], [ 108665.28, 516006.44 ], [ 108821.41, 516042.31 ], [ 108995.52, 516060.53000000002794 ], [ 108997.088763734078384, 516053.131689295812976 ], [ 109019.5, 515947.44 ], [ 109160.62, 515955.159999999974389 ], [ 109325.88, 515968.21999999997206 ], [ 109329.110452729772078, 515986.164246246567927 ], [ 109353.66, 516122.53000000002794 ], [ 109275.88, 516274.590000000025611 ], [ 109303.98, 516394.53000000002794 ], [ 109428.06, 516455.56 ], [ 109474.23, 516550.25 ], [ 109503.102956243761582, 516568.296866235672496 ], [ 109588.03, 516621.38 ], [ 109714.26, 516724.44 ], [ 109748.601038202919881, 516783.999511258734856 ], [ 109788.08, 516852.46999999997206 ], [ 109876.27, 516942.44 ], [ 109939.036647410423029, 516947.966488008270971 ], [ 110022.44, 516955.31 ], [ 110194.922155416992609, 517022.741254447435495 ], [ 110196.07, 517023.19 ], [ 110197.813719142912305, 517023.42123842809815 ], [ 110240.531522171062534, 517029.086140178376809 ], [ 110413.32, 517052.0 ], [ 110645.45, 517121.71999999997206 ], [ 110637.352792272984516, 517101.8653059292119 ], [ 110613.13, 517042.46999999997206 ], [ 110566.35, 517012.75 ], [ 110429.3, 516977.03000000002794 ], [ 110306.3, 516936.409999999974389 ], [ 110290.25, 516885.31 ], [ 110399.67, 516883.81 ], [ 110401.76, 516798.53000000002794 ], [ 110350.62, 516692.340000000025611 ], [ 110218.15, 516577.75 ], [ 110039.42, 516511.090000000025611 ], [ 110055.56, 516419.590000000025611 ], [ 109954.74, 516320.56 ], [ 109852.49, 516238.090000000025611 ], [ 109802.75, 516251.62 ], [ 109705.2, 516209.94 ], [ 109606.17, 516056.21999999997206 ], [ 109640.24, 515952.12 ], [ 109639.34, 515781.5 ], [ 109522.12, 515535.909999999974389 ], [ 109381.12, 515380.5 ], [ 109187.62, 515262.75 ], [ 109024.3, 515180.96999999997206 ], [ 108941.3, 515213.28000000002794 ], [ 108904.46, 515341.53000000002794 ], [ 108876.05, 515384.56 ], [ 108780.81, 515102.25 ], [ 108749.207508318912005, 515000.039130046032369 ], [ 108071.572870433796197, 515000.144858388986904 ], [ 108148.86, 515071.96999999997206 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106221.088462124636862, 515007.13368145772256 ], [ 106267.655099987532594, 515045.480773790972307 ], [ 106336.36, 515044.38 ], [ 106345.21278833480028, 515066.809439878328703 ], [ 106352.66, 515068.71999999997206 ], [ 106354.509875699950499, 515090.364556550455745 ], [ 106368.65, 515126.19 ], [ 106437.48, 515243.96999999997206 ], [ 106443.91461367312877, 515262.950624281773344 ], [ 106455.0, 515274.71999999997206 ], [ 106682.91, 515386.409999999974389 ], [ 106939.18, 515458.88 ], [ 107127.56, 515447.96999999997206 ], [ 107215.93, 515518.840000000025611 ], [ 107292.98, 515708.03000000002794 ], [ 107340.64, 515779.78000000002794 ], [ 107462.43, 515814.06 ], [ 107580.39, 515850.840000000025611 ], [ 107581.09, 515777.0 ], [ 107606.13, 515686.840000000025611 ], [ 107654.47, 515687.31 ], [ 107720.56, 515825.46999999997206 ], [ 107704.23, 515936.06 ], [ 107615.53, 516033.25 ], [ 107536.07, 516094.88 ], [ 107588.24, 516225.25 ], [ 107687.54, 516351.0 ], [ 107764.8, 516386.12 ], [ 107764.09, 516195.12 ], [ 107775.62, 516053.909999999974389 ], [ 107856.12, 516016.46999999997206 ], [ 107929.1, 516099.94 ], [ 108029.14, 516148.0 ], [ 108033.49, 516224.44 ], [ 107956.76, 516267.0 ], [ 107841.35, 516362.659999999974389 ], [ 107800.8, 516479.409999999974389 ], [ 107891.78, 516542.69 ], [ 108006.88, 516611.25 ], [ 108145.2, 516648.25 ], [ 108241.89, 516646.62 ], [ 108301.09, 516708.31 ], [ 108331.929320554161677, 516752.038161232951097 ], [ 108464.579999999914435, 516904.689999999885913 ], [ 108464.580000000612927, 516904.690000000584405 ], [ 108495.995822969794972, 516934.473220551852137 ], [ 108594.55, 517015.44 ], [ 108707.12, 517082.71999999997206 ], [ 108715.695620741913444, 517103.95840022189077 ], [ 108763.92, 517129.12 ], [ 108739.01019356760662, 517161.699319926439784 ], [ 108740.67, 517165.81 ], [ 108735.698085883544991, 517166.031196858675685 ], [ 108733.0, 517169.56 ], [ 108707.129230086298776, 517167.302204565086868 ], [ 108646.49, 517170.0 ], [ 108653.52, 517232.46999999997206 ], [ 108586.62, 517310.75 ], [ 108638.07, 517385.090000000025611 ], [ 108712.12, 517490.21999999997206 ], [ 108784.82, 517602.96999999997206 ], [ 108824.765533372716163, 517661.46337967767613 ], [ 108939.88, 517749.62 ], [ 109131.17, 517832.94 ], [ 109319.479142661584774, 517910.058520287042484 ], [ 109391.0, 517932.19 ], [ 109628.13, 518010.88 ], [ 109818.21, 518087.81 ], [ 109962.02, 518214.0 ], [ 110092.5, 518138.840000000025611 ], [ 110256.1, 518191.340000000025611 ], [ 110346.73, 518159.12 ], [ 110473.59, 518195.96999999997206 ], [ 110617.74, 518154.06 ], [ 110692.41, 518061.840000000025611 ], [ 110915.59, 518136.56 ], [ 111086.98, 518171.31 ], [ 111143.75, 518089.090000000025611 ], [ 111092.7, 517974.0 ], [ 111162.23, 518019.25 ], [ 111190.86, 517952.03000000002794 ], [ 111100.31, 517842.94 ], [ 111144.41, 517754.25 ], [ 111173.37, 517653.94 ], [ 111243.03, 517552.75 ], [ 111281.34, 517404.12 ], [ 111204.48, 517328.28000000002794 ], [ 111033.37, 517262.96999999997206 ], [ 111089.95, 517199.840000000025611 ], [ 110996.5, 517127.659999999974389 ], [ 110760.1, 517105.0 ], [ 110637.352792272984516, 517101.8653059292119 ], [ 110645.45, 517121.71999999997206 ], [ 110413.32, 517052.0 ], [ 110240.531522171062534, 517029.086140178376809 ], [ 110213.84, 517027.19 ], [ 110197.813719142912305, 517023.42123842809815 ], [ 110196.07, 517023.19 ], [ 110194.922155416992609, 517022.741254447435495 ], [ 109987.91, 516974.06 ], [ 109939.036647410423029, 516947.966488008270971 ], [ 109876.27, 516942.44 ], [ 109788.08, 516852.46999999997206 ], [ 109748.601038202919881, 516783.999511258734856 ], [ 109715.34, 516743.53000000002794 ], [ 109586.7, 516627.71999999997206 ], [ 109503.102956243761582, 516568.296866235672496 ], [ 109474.23, 516550.25 ], [ 109428.06, 516455.56 ], [ 109303.98, 516394.53000000002794 ], [ 109275.88, 516274.590000000025611 ], [ 109353.66, 516122.53000000002794 ], [ 109329.110452729772078, 515986.164246246567927 ], [ 109259.72, 515968.840000000025611 ], [ 109034.6, 515964.12 ], [ 109009.57, 516054.28000000002794 ], [ 108997.088763734078384, 516053.131689295812976 ], [ 108995.52, 516060.53000000002794 ], [ 108821.41, 516042.31 ], [ 108665.28, 516006.44 ], [ 108528.77, 516047.12 ], [ 108444.92, 516168.56 ], [ 108416.275417564858799, 516152.815970159252174 ], [ 108401.7, 516165.590000000025611 ], [ 108384.956524432403967, 516135.602048847184051 ], [ 108341.16, 516111.53000000002794 ], [ 108353.689229734853143, 516079.601602447160985 ], [ 108346.67, 516067.03000000002794 ], [ 108382.93680902889173, 516005.069619322835933 ], [ 108406.36, 515945.38 ], [ 108499.265944864586345, 515910.750262734072749 ], [ 108541.74, 515889.38 ], [ 108563.031131150361034, 515871.89436626835959 ], [ 108580.88, 515787.88 ], [ 108477.74, 515664.659999999974389 ], [ 108377.505913209533901, 515574.04704694886459 ], [ 108336.39, 515547.44 ], [ 108294.769397389041842, 515498.958147191908211 ], [ 108239.38, 515448.46999999997206 ], [ 108240.570232670244877, 515435.824127947154921 ], [ 108220.65, 515412.62 ], [ 108245.723100591145339, 515381.07642183691496 ], [ 108247.88, 515358.159999999974389 ], [ 108285.554396856299718, 515306.708716918772552 ], [ 108294.42, 515280.909999999974389 ], [ 108226.88, 515160.590000000025611 ], [ 108185.7506461845187, 515110.764650902186986 ], [ 108148.86, 515071.96999999997206 ], [ 108071.572870433796197, 515000.144858388986904 ], [ 106218.322855196209275, 515000.434012812678702 ], [ 106221.088462124636862, 515007.13368145772256 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109149.03, 514378.75 ], [ 109302.01, 514610.69 ], [ 109455.88, 514882.090000000025611 ], [ 109645.71, 515116.909999999974389 ], [ 109857.52, 515316.31 ], [ 110083.95, 515449.62 ], [ 109959.8, 515262.53000000002794 ], [ 109805.91, 514993.69 ], [ 109712.02, 514834.909999999974389 ], [ 109721.74, 514749.69 ], [ 109843.55, 514915.090000000025611 ], [ 110000.11, 515171.25 ], [ 110145.52, 515396.75 ], [ 110275.69, 515618.28000000002794 ], [ 110480.09, 515925.81 ], [ 110700.84, 516253.909999999974389 ], [ 110886.12, 516566.340000000025611 ], [ 111061.82, 516816.31 ], [ 111232.99, 517007.69 ], [ 111380.05, 517192.44 ], [ 111555.98, 517285.81 ], [ 111747.08, 517389.5 ], [ 111934.01, 517530.090000000025611 ], [ 112095.34, 517686.96999999997206 ], [ 112191.51, 517872.53000000002794 ], [ 112265.23, 518010.75 ], [ 112370.84, 518141.62 ], [ 112648.88, 518332.75 ], [ 112652.5, 518219.46999999997206 ], [ 112608.59, 518022.96999999997206 ], [ 112537.5, 517742.159999999974389 ], [ 112335.0, 517500.840000000025611 ], [ 112057.23, 517150.56 ], [ 111842.68, 516839.090000000025611 ], [ 111638.77, 516480.62 ], [ 111533.43, 516189.31 ], [ 111357.42, 515838.75 ], [ 111118.14, 515320.78000000002794 ], [ 110900.56, 514927.81 ], [ 110622.63, 514592.81 ], [ 110461.98, 514365.909999999974389 ], [ 110344.63, 514133.03000000002794 ], [ 110158.89, 513868.96999999997206 ], [ 110139.609604990488151, 513844.927596314984839 ], [ 110156.19, 513885.5 ], [ 109770.27, 513404.31 ], [ 109513.93, 513073.340000000025611 ], [ 109318.02, 512807.909999999974389 ], [ 109060.5, 512468.0 ], [ 109074.664285424834816, 512467.924522752640769 ], [ 109068.22, 512459.159999999974389 ], [ 109000.0, 512464.19287918129703 ], [ 109000.0, 514188.902616558189038 ], [ 109149.03, 514378.75 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109388.12, 518232.659999999974389 ], [ 109502.3, 518265.590000000025611 ], [ 109642.68, 518350.96999999997206 ], [ 109730.13, 518384.909999999974389 ], [ 109840.23, 518445.81 ], [ 109933.92, 518491.28000000002794 ], [ 109980.83, 518375.88 ], [ 109981.95, 518258.75 ], [ 109874.83, 518153.31 ], [ 109723.01, 518066.53000000002794 ], [ 109596.18, 518027.12 ], [ 109392.2, 517939.840000000025611 ], [ 109131.17, 517832.94 ], [ 108939.88, 517749.62 ], [ 108818.65, 517656.78000000002794 ], [ 108724.1, 517566.71999999997206 ], [ 108649.52, 517650.06 ], [ 108587.37, 517764.06 ], [ 108610.35, 517887.78000000002794 ], [ 108699.71, 517987.94 ], [ 108767.91, 518039.53000000002794 ], [ 108830.99, 518093.62 ], [ 108899.71, 518091.71999999997206 ], [ 108973.57, 518083.53000000002794 ], [ 109027.53, 518160.44 ], [ 109063.66, 518239.71999999997206 ], [ 109106.77, 518255.44 ], [ 109104.6, 518348.340000000025611 ], [ 109071.14, 518388.78000000002794 ], [ 109108.66, 518455.340000000025611 ], [ 109201.04, 518373.46999999997206 ], [ 109264.23, 518284.94 ], [ 109388.12, 518232.659999999974389 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 112946.16, 518903.46999999997206 ], [ 112905.12, 518805.03000000002794 ], [ 112956.82, 518720.21999999997206 ], [ 112919.23, 518661.31 ], [ 112854.82, 518612.28000000002794 ], [ 112799.92, 518499.71999999997206 ], [ 112782.94, 518414.25 ], [ 112734.54, 518420.159999999974389 ], [ 112648.18, 518537.75 ], [ 112701.58, 518673.21999999997206 ], [ 112702.54, 518838.75 ], [ 112804.09, 518993.78000000002794 ], [ 112947.9, 519119.94 ], [ 113033.68, 519195.909999999974389 ], [ 113099.08, 519141.78000000002794 ], [ 113027.41, 519053.21999999997206 ], [ 112946.16, 518903.46999999997206 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107272.27, 520520.75 ], [ 107403.76, 520606.06 ], [ 107497.19, 520679.53000000002794 ], [ 107691.67, 520827.81 ], [ 107928.77, 520777.909999999974389 ], [ 107935.850445712974761, 520777.13898060756037 ], [ 107935.850445712989313, 520777.13898060756037 ], [ 108100.68, 520759.19 ], [ 108347.64, 520741.19 ], [ 108670.66, 520751.94 ], [ 108876.95, 520862.12 ], [ 109009.09, 521012.38 ], [ 109043.4, 521148.94 ], [ 109051.41, 521374.38 ], [ 109066.08, 521569.340000000025611 ], [ 109161.1, 521477.31 ], [ 109299.34, 521388.21999999997206 ], [ 109390.63, 521287.25 ], [ 109379.52, 521119.06 ], [ 109332.51, 520981.090000000025611 ], [ 109248.76, 520826.21999999997206 ], [ 109095.94, 520843.88 ], [ 109055.14, 520719.96999999997206 ], [ 108985.91, 520644.19 ], [ 108836.95, 520524.340000000025611 ], [ 108942.57, 520387.840000000025611 ], [ 109179.22, 520383.75 ], [ 109367.98, 520465.78000000002794 ], [ 109522.38, 520416.31 ], [ 109818.14, 520350.409999999974389 ], [ 110147.22, 520259.340000000025611 ], [ 110492.74, 520178.62 ], [ 110487.34, 520078.0 ], [ 110362.58, 520088.25 ], [ 110252.99, 520107.56 ], [ 110111.5, 520004.340000000025611 ], [ 110121.47, 519893.69 ], [ 110355.58, 519889.56 ], [ 110428.78, 519817.69 ], [ 110302.08, 519764.28000000002794 ], [ 110103.54, 519773.81 ], [ 110186.05, 519658.75 ], [ 110461.09, 519632.090000000025611 ], [ 110640.12, 519666.94 ], [ 110813.59, 519751.340000000025611 ], [ 110998.17, 519739.12 ], [ 111172.82, 519700.06 ], [ 111268.21, 519834.659999999974389 ], [ 111351.03, 519821.46999999997206 ], [ 111448.09, 519914.06 ], [ 111492.97, 519877.56 ], [ 111428.1, 519743.25 ], [ 111220.79, 519606.28000000002794 ], [ 110954.3, 519538.81 ], [ 110612.64, 519482.03000000002794 ], [ 110257.81, 519472.25 ], [ 109892.75, 519468.75 ], [ 109601.5, 519594.56 ], [ 109301.77, 519675.71999999997206 ], [ 108980.91, 519705.75 ], [ 108642.37, 519722.840000000025611 ], [ 108356.12, 519723.94 ], [ 108342.69, 519666.5 ], [ 108491.27, 519560.96999999997206 ], [ 108713.3, 519489.25 ], [ 109044.62, 519430.06 ], [ 109294.41, 519381.53000000002794 ], [ 109278.64, 519302.44 ], [ 108954.61, 519264.94 ], [ 108571.27, 519309.62 ], [ 108217.66, 519438.659999999974389 ], [ 107853.15, 519642.69 ], [ 107459.76, 519807.0 ], [ 107060.54, 520048.909999999974389 ], [ 106725.73, 520207.38 ], [ 107005.43, 520356.5 ], [ 107272.27, 520520.75 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 110046.49, 521079.62 ], [ 110031.83, 521017.090000000025611 ], [ 109904.45, 521033.71999999997206 ], [ 109794.95, 521044.12 ], [ 109840.2, 520968.159999999974389 ], [ 109942.3, 520934.75 ], [ 110140.69, 520940.46999999997206 ], [ 110250.59, 520888.06 ], [ 110385.59, 520872.81 ], [ 110503.34, 520797.53000000002794 ], [ 110621.28, 520835.590000000025611 ], [ 110730.55, 520849.38 ], [ 111014.84, 520787.19 ], [ 111240.33, 520752.409999999974389 ], [ 111358.8, 520868.159999999974389 ], [ 111431.55, 520843.38 ], [ 111399.23, 520764.12 ], [ 111328.72, 520688.340000000025611 ], [ 111366.54, 520591.94 ], [ 111343.91, 520563.69 ], [ 111272.38, 520593.56 ], [ 111215.63, 520542.090000000025611 ], [ 111070.71, 520531.78000000002794 ], [ 110772.77, 520559.46999999997206 ], [ 110503.1, 520556.909999999974389 ], [ 110080.86, 520546.46999999997206 ], [ 109784.18, 520575.44 ], [ 109548.12, 520649.590000000025611 ], [ 109429.02, 520866.159999999974389 ], [ 109519.08, 521026.19 ], [ 109572.52, 521156.56 ], [ 109552.49, 521255.69 ], [ 109572.97, 521375.56 ], [ 109682.23, 521390.62 ], [ 109788.5, 521319.06 ], [ 109912.88, 521217.12 ], [ 110046.49, 521079.62 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108485.02, 521538.28000000002794 ], [ 108316.87, 521297.31 ], [ 108172.58, 521220.78000000002794 ], [ 108023.05, 521159.5 ], [ 108058.19, 521210.78000000002794 ], [ 108209.98, 521432.5 ], [ 108300.36, 521559.44 ], [ 108384.73, 521781.78000000002794 ], [ 108467.61, 521894.62 ], [ 108520.46, 521955.0 ], [ 108559.84, 521960.46999999997206 ], [ 108600.73, 521941.75 ], [ 108692.61, 521912.06 ], [ 108709.544223167569726, 521918.719498666003346 ], [ 108709.544223167584278, 521918.719498666061554 ], [ 108762.31, 521939.46999999997206 ], [ 108838.86, 521916.03000000002794 ], [ 108763.92, 521771.44 ], [ 108628.76, 521672.090000000025611 ], [ 108624.56827137201617, 521668.187848840199877 ], [ 108624.568271372030722, 521668.187848840258084 ], [ 108485.02, 521538.28000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108944.773315894301049, 522674.205037613282911 ], [ 109036.13, 522702.25 ], [ 109189.14, 522797.94 ], [ 109277.81, 522837.0 ], [ 109364.6, 522807.28000000002794 ], [ 109374.13, 522742.44 ], [ 109254.45, 522620.31 ], [ 109087.91, 522476.090000000025611 ], [ 108875.3, 522362.03000000002794 ], [ 108851.299773497259594, 522348.702922252530698 ], [ 108913.21, 522532.270000000018626 ], [ 108944.773315894301049, 522674.205037613282911 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106048.64, 515067.090000000025611 ], [ 106119.32, 515125.06 ], [ 106155.34, 515217.090000000025611 ], [ 106266.88, 515258.909999999974389 ], [ 106328.59, 515323.159999999974389 ], [ 106436.73, 515322.909999999974389 ], [ 106454.8, 515295.06 ], [ 106437.48, 515243.96999999997206 ], [ 106368.65, 515126.19 ], [ 106336.36, 515044.38 ], [ 106237.12, 515045.96999999997206 ], [ 106218.322855196194723, 515000.434012812678702 ], [ 105956.940246578509687, 515000.47479518793989 ], [ 106048.64, 515067.090000000025611 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103599.15, 517138.60999999998603 ], [ 103539.32, 516612.169999999983702 ], [ 103469.68, 516047.450000000011642 ], [ 103391.34, 515594.700000000011642 ], [ 103371.356893459800631, 515398.120665913156699 ], [ 103334.17, 515440.81 ], [ 103100.35, 515548.06 ], [ 103143.28, 515846.409999999974389 ], [ 103216.32, 516322.03000000002794 ], [ 103277.25, 516866.31 ], [ 103333.12, 517275.56 ], [ 103412.73, 517860.75 ], [ 103517.25, 518635.909999999974389 ], [ 103598.16, 519219.840000000025611 ], [ 103651.54, 518959.340000000025611 ], [ 103658.92, 518852.44 ], [ 103710.2, 518546.090000000025611 ], [ 103755.081231240270426, 518314.713319893169682 ], [ 103697.3, 517781.270000000018626 ], [ 103599.15, 517138.60999999998603 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106284.88, 516962.69 ], [ 106375.45, 516936.81 ], [ 106485.88, 516830.94 ], [ 106572.12, 516724.81 ], [ 106628.86, 516777.56 ], [ 106589.96, 516987.28000000002794 ], [ 106536.95, 517208.31 ], [ 106591.88, 517317.06 ], [ 106673.33, 517314.03000000002794 ], [ 106743.83, 517391.090000000025611 ], [ 106764.96, 517309.81 ], [ 106821.73, 517227.590000000025611 ], [ 106877.4, 517258.69 ], [ 106809.08, 517352.25 ], [ 106846.34, 517445.56 ], [ 106921.56, 517428.46999999997206 ], [ 106961.93, 517332.06 ], [ 107024.55, 517302.12 ], [ 107005.52, 517429.25 ], [ 106906.11, 517581.090000000025611 ], [ 106800.51, 517715.06 ], [ 106751.32, 517803.71999999997206 ], [ 106818.15, 517865.46999999997206 ], [ 106861.04, 517770.38 ], [ 106925.38, 517694.590000000025611 ], [ 106951.66, 517739.409999999974389 ], [ 107010.05, 517752.71999999997206 ], [ 107097.16, 517688.62 ], [ 107262.3, 517580.69 ], [ 107445.23, 517475.5 ], [ 107507.37, 517362.78000000002794 ], [ 107669.63, 517289.21999999997206 ], [ 107619.94, 517165.25 ], [ 107616.13, 517031.5 ], [ 107703.38, 516954.69 ], [ 107824.72, 517036.06 ], [ 107958.61, 517135.38 ], [ 108165.2, 517215.03000000002794 ], [ 108323.54, 517285.31 ], [ 108466.48, 517237.03000000002794 ], [ 108569.03, 517155.25 ], [ 108733.0, 517169.56 ], [ 108763.92, 517129.12 ], [ 108624.68, 517056.46999999997206 ], [ 108464.58, 516904.69 ], [ 108287.17, 516700.53000000002794 ], [ 108146.37, 516658.44 ], [ 107975.1, 516609.69 ], [ 107817.11, 516502.5 ], [ 107560.73, 516441.44 ], [ 107261.47, 516341.81 ], [ 106976.71, 516321.25 ], [ 106693.84, 516369.46999999997206 ], [ 106424.88, 516557.88 ], [ 106237.76, 516703.78000000002794 ], [ 106067.02, 516865.090000000025611 ], [ 106053.201487282000016, 516999.047753223509062 ], [ 106156.52, 517083.69 ], [ 106284.88, 516962.69 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104793.19, 522084.69 ], [ 105149.23, 521834.75 ], [ 104919.75, 522152.12 ], [ 104655.61, 522502.28000000002794 ], [ 104451.91, 522784.25 ], [ 104376.316864377586171, 522894.252847320225555 ], [ 104431.86, 523427.60999999998603 ], [ 104467.67, 523938.549999999988358 ], [ 104540.72, 524545.32999999995809 ], [ 104618.96, 525275.64000000001397 ], [ 104642.26, 525895.949999999953434 ], [ 104739.92, 526589.51 ], [ 104828.72, 526880.699999999953434 ], [ 105168.89, 526827.949999999953434 ], [ 105551.75, 526699.199999999953434 ], [ 105860.67, 526588.82999999995809 ], [ 106299.41, 526470.82999999995809 ], [ 106676.43, 526288.57999999995809 ], [ 106929.28, 526186.57999999995809 ], [ 107267.31, 525959.39000000001397 ], [ 107537.11, 525681.82999999995809 ], [ 107754.96, 525383.449999999953434 ], [ 107912.55, 525134.14000000001397 ], [ 108093.33, 524854.449999999953434 ], [ 108321.24, 524567.64000000001397 ], [ 108491.6, 524313.32999999995809 ], [ 108599.59, 523929.85999999998603 ], [ 108665.42, 523698.729999999981374 ], [ 108794.71, 523480.979999999981374 ], [ 108948.22, 523259.64000000001397 ], [ 108972.89, 523075.270000000018626 ], [ 108982.73, 522844.89000000001397 ], [ 108913.21, 522532.270000000018626 ], [ 108798.18, 522191.200000000011642 ], [ 108709.544223167569726, 521918.719498666003346 ], [ 108692.61, 521912.06 ], [ 108600.73, 521941.75 ], [ 108559.84, 521960.46999999997206 ], [ 108520.46, 521955.0 ], [ 108467.61, 521894.62 ], [ 108384.73, 521781.78000000002794 ], [ 108300.36, 521559.44 ], [ 108209.98, 521432.5 ], [ 108058.19, 521210.78000000002794 ], [ 108023.05, 521159.5 ], [ 108172.58, 521220.78000000002794 ], [ 108316.87, 521297.31 ], [ 108485.02, 521538.28000000002794 ], [ 108624.568271372030722, 521668.187848840258084 ], [ 108530.86, 521413.229999999981374 ], [ 108285.15, 521167.669999999983702 ], [ 108115.49, 520950.85999999998603 ], [ 107935.850445712974761, 520777.13898060756037 ], [ 107928.77, 520777.909999999974389 ], [ 107691.67, 520827.81 ], [ 107497.19, 520679.53000000002794 ], [ 107403.76, 520606.06 ], [ 107272.27, 520520.75 ], [ 107005.43, 520356.5 ], [ 106725.73, 520207.38 ], [ 106920.332971716663451, 520115.271840363333467 ], [ 106916.29, 520112.979999999981374 ], [ 106781.39, 519986.919999999983702 ], [ 106766.95, 519767.770000000018626 ], [ 106839.66, 519614.419999999983702 ], [ 106726.67, 519457.979999999981374 ], [ 106621.71, 519259.60999999998603 ], [ 106583.37, 519013.51 ], [ 106543.4, 518803.049999999988358 ], [ 106510.31, 518540.419999999983702 ], [ 106503.99, 518270.450000000011642 ], [ 106506.46, 518011.979999999981374 ], [ 106473.34, 517751.919999999983702 ], [ 106437.94, 517463.830000000016298 ], [ 106468.53, 517325.330000000016298 ], [ 106439.46, 517173.549999999988358 ], [ 106231.2, 517134.60999999998603 ], [ 106156.52, 517083.69 ], [ 106039.24, 516987.60999999998603 ], [ 106041.17, 516786.450000000011642 ], [ 106097.07, 516662.200000000011642 ], [ 106141.27, 516563.330000000016298 ], [ 106152.32, 516471.770000000018626 ], [ 106181.46, 516352.35999999998603 ], [ 106086.47, 516175.729999999981374 ], [ 106124.3, 516078.049999999988358 ], [ 106252.17, 516009.270000000018626 ], [ 106278.07, 515961.10999999998603 ], [ 106198.88, 515862.330000000016298 ], [ 106077.49, 515786.01 ], [ 105918.09, 515692.830000000016298 ], [ 105836.96, 515530.330000000016298 ], [ 105674.47, 515229.549999999988358 ], [ 105573.35, 515029.950000000011642 ], [ 105560.403765645372914, 515000.536665025632828 ], [ 104000.82, 515000.78000000002794 ], [ 103322.01739553725929, 514992.41826334525831 ], [ 103349.49, 515183.01 ], [ 103391.34, 515594.700000000011642 ], [ 103469.68, 516047.450000000011642 ], [ 103539.32, 516612.169999999983702 ], [ 103599.15, 517138.60999999998603 ], [ 103697.3, 517781.270000000018626 ], [ 103762.74, 518385.419999999983702 ], [ 103830.88, 518974.330000000016298 ], [ 103976.98, 519790.64000000001397 ], [ 104020.37, 520427.12 ], [ 104136.47, 520934.270000000018626 ], [ 104214.26, 521578.01 ], [ 104293.78, 522173.39000000001397 ], [ 104332.485887026647106, 522505.71066673315363 ], [ 104503.6, 522302.19 ], [ 104793.19, 522084.69 ] ], [ [ 105532.91, 523610.81 ], [ 105417.52, 523440.340000000025611 ], [ 105347.87, 523274.159999999974389 ], [ 105397.7, 523119.31 ], [ 105717.39, 523077.81 ], [ 106065.88, 523084.96999999997206 ], [ 106370.78, 522994.96999999997206 ], [ 106654.91, 522949.31 ], [ 106860.86, 522962.75 ], [ 106910.02, 523010.31 ], [ 106808.76, 523222.0 ], [ 106667.55, 523488.03000000002794 ], [ 106570.24, 523818.12 ], [ 106552.39, 524087.909999999974389 ], [ 106521.41, 524400.810000000055879 ], [ 106485.66, 524679.310000000055879 ], [ 106437.9, 524751.439999999944121 ], [ 106303.85, 524801.060000000055879 ], [ 106128.03, 524696.25 ], [ 105933.25, 524446.12 ], [ 105833.57, 524228.69 ], [ 105737.65, 524016.409999999974389 ], [ 105631.61, 523798.94 ], [ 105532.91, 523610.81 ] ], [ [ 105985.76, 521889.88 ], [ 105853.65, 521737.090000000025611 ], [ 105768.88, 521556.75 ], [ 105860.3, 521441.78000000002794 ], [ 106059.67, 521478.06 ], [ 106294.84, 521629.28000000002794 ], [ 106540.1, 521788.25 ], [ 106785.77, 521905.21999999997206 ], [ 106975.38, 522030.53000000002794 ], [ 107100.05, 522162.88 ], [ 107071.89, 522314.12 ], [ 106931.62, 522348.44 ], [ 106770.46, 522307.409999999974389 ], [ 106548.62, 522226.340000000025611 ], [ 106293.1, 522074.909999999974389 ], [ 105985.76, 521889.88 ] ], [ [ 107600.72, 521753.38 ], [ 107386.98, 521687.62 ], [ 107334.92, 521660.21999999997206 ], [ 107293.82, 521624.590000000025611 ], [ 107222.58, 521602.69 ], [ 107112.97, 521567.06 ], [ 107008.84, 521556.090000000025611 ], [ 106893.76, 521547.88 ], [ 106764.97, 521536.909999999974389 ], [ 106671.8, 521531.44 ], [ 106556.71, 521509.5 ], [ 106649.88, 521495.81 ], [ 106781.41, 521484.840000000025611 ], [ 106921.16, 521473.88 ], [ 107025.28, 521468.409999999974389 ], [ 107165.03, 521451.96999999997206 ], [ 107271.37, 521425.75 ], [ 107388.51, 521421.62 ], [ 107441.21, 521394.830000000016298 ], [ 107520.63, 521366.28000000002794 ], [ 107634.44, 521388.409999999974389 ], [ 107751.43, 521443.75 ], [ 107913.09, 521473.88 ], [ 108198.07, 521608.159999999974389 ], [ 108400.84, 521805.44 ], [ 108510.45, 522164.409999999974389 ], [ 107970.64, 521868.46999999997206 ], [ 107781.57, 521786.25 ], [ 107600.72, 521753.38 ] ], [ [ 107538.27, 521039.0 ], [ 107320.02, 521113.28000000002794 ], [ 106908.97, 521129.71999999997206 ], [ 106669.3, 521182.159999999974389 ], [ 106395.35, 521229.19 ], [ 106638.2, 521110.56 ], [ 106948.23, 521015.5 ], [ 107205.97, 520935.21999999997206 ], [ 107457.15, 520875.21999999997206 ], [ 107675.13, 520827.659999999974389 ], [ 107827.75, 520964.090000000025611 ], [ 107955.98, 521123.21999999997206 ], [ 107730.4, 521034.46999999997206 ], [ 107538.27, 521039.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106267.655099987532594, 515045.480773790972307 ], [ 106221.088462124636862, 515007.13368145772256 ], [ 106237.12, 515045.96999999997206 ], [ 106267.655099987532594, 515045.480773790972307 ] ] ], [ [ [ 106352.66, 515068.71999999997206 ], [ 106345.21278833480028, 515066.809439878328703 ], [ 106354.509875699950499, 515090.364556550455745 ], [ 106352.66, 515068.71999999997206 ] ] ], [ [ [ 108240.570232670244877, 515435.824127947154921 ], [ 108245.723100591145339, 515381.07642183691496 ], [ 108220.65, 515412.62 ], [ 108240.570232670244877, 515435.824127947154921 ] ] ], [ [ [ 105573.35, 515029.950000000011642 ], [ 105674.47, 515229.549999999988358 ], [ 105836.96, 515530.330000000016298 ], [ 105918.09, 515692.830000000016298 ], [ 106077.49, 515786.01 ], [ 106198.88, 515862.330000000016298 ], [ 106278.07, 515961.10999999998603 ], [ 106252.17, 516009.270000000018626 ], [ 106124.3, 516078.049999999988358 ], [ 106086.47, 516175.729999999981374 ], [ 106181.46, 516352.35999999998603 ], [ 106152.32, 516471.770000000018626 ], [ 106141.27, 516563.330000000016298 ], [ 106097.07, 516662.200000000011642 ], [ 106041.17, 516786.450000000011642 ], [ 106039.24, 516987.60999999998603 ], [ 106053.201487282000016, 516999.047753223509062 ], [ 106067.02, 516865.090000000025611 ], [ 106237.76, 516703.78000000002794 ], [ 106424.88, 516557.88 ], [ 106693.84, 516369.46999999997206 ], [ 106976.71, 516321.25 ], [ 107261.47, 516341.81 ], [ 107560.73, 516441.44 ], [ 107817.11, 516502.5 ], [ 107975.1, 516609.69 ], [ 108146.37, 516658.44 ], [ 108287.17, 516700.53000000002794 ], [ 108331.929320554161677, 516752.038161232951097 ], [ 108301.09, 516708.31 ], [ 108241.89, 516646.62 ], [ 108145.2, 516648.25 ], [ 108006.88, 516611.25 ], [ 107891.78, 516542.69 ], [ 107800.8, 516479.409999999974389 ], [ 107841.35, 516362.659999999974389 ], [ 107956.76, 516267.0 ], [ 108033.49, 516224.44 ], [ 108029.14, 516148.0 ], [ 107929.1, 516099.94 ], [ 107856.12, 516016.46999999997206 ], [ 107775.62, 516053.909999999974389 ], [ 107764.09, 516195.12 ], [ 107764.8, 516386.12 ], [ 107687.54, 516351.0 ], [ 107588.24, 516225.25 ], [ 107536.07, 516094.88 ], [ 107615.53, 516033.25 ], [ 107704.23, 515936.06 ], [ 107720.56, 515825.46999999997206 ], [ 107654.47, 515687.31 ], [ 107606.13, 515686.840000000025611 ], [ 107581.09, 515777.0 ], [ 107580.39, 515850.840000000025611 ], [ 107462.43, 515814.06 ], [ 107340.64, 515779.78000000002794 ], [ 107292.98, 515708.03000000002794 ], [ 107215.93, 515518.840000000025611 ], [ 107127.56, 515447.96999999997206 ], [ 106939.18, 515458.88 ], [ 106682.91, 515386.409999999974389 ], [ 106455.0, 515274.71999999997206 ], [ 106443.91461367312877, 515262.950624281773344 ], [ 106454.8, 515295.06 ], [ 106436.73, 515322.909999999974389 ], [ 106328.59, 515323.159999999974389 ], [ 106266.88, 515258.909999999974389 ], [ 106155.34, 515217.090000000025611 ], [ 106119.32, 515125.06 ], [ 106048.64, 515067.090000000025611 ], [ 105956.940246578509687, 515000.47479518793989 ], [ 105560.403765645372914, 515000.536665025632828 ], [ 105573.35, 515029.950000000011642 ] ] ], [ [ [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 512464.19287918129703 ], [ 109068.22, 512459.159999999974389 ], [ 109074.664285424820264, 512467.924522752640769 ], [ 109400.17, 512466.19 ], [ 109802.09, 512473.840000000025611 ], [ 109881.91, 512772.56 ], [ 109913.86, 513022.44 ], [ 109940.42, 513304.090000000025611 ], [ 110012.01, 513532.69 ], [ 110139.609604990488151, 513844.927596314984839 ], [ 110158.89, 513868.96999999997206 ], [ 110344.63, 514133.03000000002794 ], [ 110461.98, 514365.909999999974389 ], [ 110622.63, 514592.81 ], [ 110900.56, 514927.81 ], [ 111118.14, 515320.78000000002794 ], [ 111357.42, 515838.75 ], [ 111533.43, 516189.31 ], [ 111638.77, 516480.62 ], [ 111842.68, 516839.090000000025611 ], [ 112057.23, 517150.56 ], [ 112335.0, 517500.840000000025611 ], [ 112537.5, 517742.159999999974389 ], [ 112608.59, 518022.96999999997206 ], [ 112652.5, 518219.46999999997206 ], [ 112648.88, 518332.75 ], [ 112370.84, 518141.62 ], [ 112265.23, 518010.75 ], [ 112191.51, 517872.53000000002794 ], [ 112095.34, 517686.96999999997206 ], [ 111934.01, 517530.090000000025611 ], [ 111747.08, 517389.5 ], [ 111555.98, 517285.81 ], [ 111380.05, 517192.44 ], [ 111232.99, 517007.69 ], [ 111061.82, 516816.31 ], [ 110886.12, 516566.340000000025611 ], [ 110700.84, 516253.909999999974389 ], [ 110480.09, 515925.81 ], [ 110275.69, 515618.28000000002794 ], [ 110145.52, 515396.75 ], [ 110000.11, 515171.25 ], [ 109843.55, 514915.090000000025611 ], [ 109721.74, 514749.69 ], [ 109712.02, 514834.909999999974389 ], [ 109805.91, 514993.69 ], [ 109959.8, 515262.53000000002794 ], [ 110083.95, 515449.62 ], [ 109857.52, 515316.31 ], [ 109645.71, 515116.909999999974389 ], [ 109455.88, 514882.090000000025611 ], [ 109302.01, 514610.69 ], [ 109149.03, 514378.75 ], [ 109000.0, 514188.902616558189038 ], [ 109000.0, 515000.0 ], [ 108749.207508318912005, 515000.039130046032369 ], [ 108780.81, 515102.25 ], [ 108876.05, 515384.56 ], [ 108904.46, 515341.53000000002794 ], [ 108941.3, 515213.28000000002794 ], [ 109024.3, 515180.96999999997206 ], [ 109187.62, 515262.75 ], [ 109381.12, 515380.5 ], [ 109522.12, 515535.909999999974389 ], [ 109639.34, 515781.5 ], [ 109640.24, 515952.12 ], [ 109606.17, 516056.21999999997206 ], [ 109705.2, 516209.94 ], [ 109802.75, 516251.62 ], [ 109852.49, 516238.090000000025611 ], [ 109954.74, 516320.56 ], [ 110055.56, 516419.590000000025611 ], [ 110039.42, 516511.090000000025611 ], [ 110218.15, 516577.75 ], [ 110350.62, 516692.340000000025611 ], [ 110401.76, 516798.53000000002794 ], [ 110399.67, 516883.81 ], [ 110290.25, 516885.31 ], [ 110306.3, 516936.409999999974389 ], [ 110429.3, 516977.03000000002794 ], [ 110566.35, 517012.75 ], [ 110613.13, 517042.46999999997206 ], [ 110637.352792272984516, 517101.8653059292119 ], [ 110760.1, 517105.0 ], [ 110996.5, 517127.659999999974389 ], [ 111089.95, 517199.840000000025611 ], [ 111033.37, 517262.96999999997206 ], [ 111204.48, 517328.28000000002794 ], [ 111281.34, 517404.12 ], [ 111243.03, 517552.75 ], [ 111173.37, 517653.94 ], [ 111144.41, 517754.25 ], [ 111100.31, 517842.94 ], [ 111190.86, 517952.03000000002794 ], [ 111162.23, 518019.25 ], [ 111092.7, 517974.0 ], [ 111143.75, 518089.090000000025611 ], [ 111086.98, 518171.31 ], [ 110915.59, 518136.56 ], [ 110692.41, 518061.840000000025611 ], [ 110617.74, 518154.06 ], [ 110473.59, 518195.96999999997206 ], [ 110346.73, 518159.12 ], [ 110256.1, 518191.340000000025611 ], [ 110092.5, 518138.840000000025611 ], [ 109962.02, 518214.0 ], [ 109818.21, 518087.81 ], [ 109628.13, 518010.88 ], [ 109391.0, 517932.19 ], [ 109319.479142661584774, 517910.058520287042484 ], [ 109392.2, 517939.840000000025611 ], [ 109596.18, 518027.12 ], [ 109723.01, 518066.53000000002794 ], [ 109874.83, 518153.31 ], [ 109981.95, 518258.75 ], [ 109980.83, 518375.88 ], [ 109933.92, 518491.28000000002794 ], [ 109840.23, 518445.81 ], [ 109730.13, 518384.909999999974389 ], [ 109642.68, 518350.96999999997206 ], [ 109502.3, 518265.590000000025611 ], [ 109388.12, 518232.659999999974389 ], [ 109264.23, 518284.94 ], [ 109201.04, 518373.46999999997206 ], [ 109108.66, 518455.340000000025611 ], [ 109071.14, 518388.78000000002794 ], [ 109104.6, 518348.340000000025611 ], [ 109106.77, 518255.44 ], [ 109063.66, 518239.71999999997206 ], [ 109027.53, 518160.44 ], [ 108973.57, 518083.53000000002794 ], [ 108899.71, 518091.71999999997206 ], [ 108830.99, 518093.62 ], [ 108767.91, 518039.53000000002794 ], [ 108699.71, 517987.94 ], [ 108610.35, 517887.78000000002794 ], [ 108587.37, 517764.06 ], [ 108649.52, 517650.06 ], [ 108724.1, 517566.71999999997206 ], [ 108818.65, 517656.78000000002794 ], [ 108824.765533372716163, 517661.46337967767613 ], [ 108784.82, 517602.96999999997206 ], [ 108712.12, 517490.21999999997206 ], [ 108638.07, 517385.090000000025611 ], [ 108586.62, 517310.75 ], [ 108653.52, 517232.46999999997206 ], [ 108646.49, 517170.0 ], [ 108707.129230086298776, 517167.302204565086868 ], [ 108569.03, 517155.25 ], [ 108466.48, 517237.03000000002794 ], [ 108323.54, 517285.31 ], [ 108165.2, 517215.03000000002794 ], [ 107958.61, 517135.38 ], [ 107824.72, 517036.06 ], [ 107703.38, 516954.69 ], [ 107616.13, 517031.5 ], [ 107619.94, 517165.25 ], [ 107669.63, 517289.21999999997206 ], [ 107507.37, 517362.78000000002794 ], [ 107445.23, 517475.5 ], [ 107262.3, 517580.69 ], [ 107097.16, 517688.62 ], [ 107010.05, 517752.71999999997206 ], [ 106951.66, 517739.409999999974389 ], [ 106925.38, 517694.590000000025611 ], [ 106861.04, 517770.38 ], [ 106818.15, 517865.46999999997206 ], [ 106751.32, 517803.71999999997206 ], [ 106800.51, 517715.06 ], [ 106906.11, 517581.090000000025611 ], [ 107005.52, 517429.25 ], [ 107024.55, 517302.12 ], [ 106961.93, 517332.06 ], [ 106921.56, 517428.46999999997206 ], [ 106846.34, 517445.56 ], [ 106809.08, 517352.25 ], [ 106877.4, 517258.69 ], [ 106821.73, 517227.590000000025611 ], [ 106764.96, 517309.81 ], [ 106743.83, 517391.090000000025611 ], [ 106673.33, 517314.03000000002794 ], [ 106591.88, 517317.06 ], [ 106536.95, 517208.31 ], [ 106589.96, 516987.28000000002794 ], [ 106628.86, 516777.56 ], [ 106572.12, 516724.81 ], [ 106485.88, 516830.94 ], [ 106375.45, 516936.81 ], [ 106284.88, 516962.69 ], [ 106156.52, 517083.69 ], [ 106231.2, 517134.60999999998603 ], [ 106439.46, 517173.549999999988358 ], [ 106468.53, 517325.330000000016298 ], [ 106437.94, 517463.830000000016298 ], [ 106473.34, 517751.919999999983702 ], [ 106506.46, 518011.979999999981374 ], [ 106503.99, 518270.450000000011642 ], [ 106510.31, 518540.419999999983702 ], [ 106543.4, 518803.049999999988358 ], [ 106583.37, 519013.51 ], [ 106621.71, 519259.60999999998603 ], [ 106726.67, 519457.979999999981374 ], [ 106839.66, 519614.419999999983702 ], [ 106766.95, 519767.770000000018626 ], [ 106781.39, 519986.919999999983702 ], [ 106916.29, 520112.979999999981374 ], [ 106920.332971716663451, 520115.271840363333467 ], [ 107060.54, 520048.909999999974389 ], [ 107459.76, 519807.0 ], [ 107853.15, 519642.69 ], [ 108217.66, 519438.659999999974389 ], [ 108571.27, 519309.62 ], [ 108954.61, 519264.94 ], [ 109278.64, 519302.44 ], [ 109294.41, 519381.53000000002794 ], [ 109044.62, 519430.06 ], [ 108713.3, 519489.25 ], [ 108491.27, 519560.96999999997206 ], [ 108342.69, 519666.5 ], [ 108356.12, 519723.94 ], [ 108642.37, 519722.840000000025611 ], [ 108980.91, 519705.75 ], [ 109301.77, 519675.71999999997206 ], [ 109601.5, 519594.56 ], [ 109892.75, 519468.75 ], [ 110257.81, 519472.25 ], [ 110612.64, 519482.03000000002794 ], [ 110954.3, 519538.81 ], [ 111220.79, 519606.28000000002794 ], [ 111428.1, 519743.25 ], [ 111492.97, 519877.56 ], [ 111448.09, 519914.06 ], [ 111351.03, 519821.46999999997206 ], [ 111268.21, 519834.659999999974389 ], [ 111172.82, 519700.06 ], [ 110998.17, 519739.12 ], [ 110813.59, 519751.340000000025611 ], [ 110640.12, 519666.94 ], [ 110461.09, 519632.090000000025611 ], [ 110186.05, 519658.75 ], [ 110103.54, 519773.81 ], [ 110302.08, 519764.28000000002794 ], [ 110428.78, 519817.69 ], [ 110355.58, 519889.56 ], [ 110121.47, 519893.69 ], [ 110111.5, 520004.340000000025611 ], [ 110252.99, 520107.56 ], [ 110362.58, 520088.25 ], [ 110487.34, 520078.0 ], [ 110492.74, 520178.62 ], [ 110147.22, 520259.340000000025611 ], [ 109818.14, 520350.409999999974389 ], [ 109522.38, 520416.31 ], [ 109367.98, 520465.78000000002794 ], [ 109179.22, 520383.75 ], [ 108942.57, 520387.840000000025611 ], [ 108836.95, 520524.340000000025611 ], [ 108985.91, 520644.19 ], [ 109055.14, 520719.96999999997206 ], [ 109095.94, 520843.88 ], [ 109248.76, 520826.21999999997206 ], [ 109332.51, 520981.090000000025611 ], [ 109379.52, 521119.06 ], [ 109390.63, 521287.25 ], [ 109299.34, 521388.21999999997206 ], [ 109161.1, 521477.31 ], [ 109066.08, 521569.340000000025611 ], [ 109051.41, 521374.38 ], [ 109043.4, 521148.94 ], [ 109009.09, 521012.38 ], [ 108876.95, 520862.12 ], [ 108670.66, 520751.94 ], [ 108347.64, 520741.19 ], [ 108100.68, 520759.19 ], [ 107935.850445712989313, 520777.13898060756037 ], [ 108115.49, 520950.85999999998603 ], [ 108285.15, 521167.669999999983702 ], [ 108530.86, 521413.229999999981374 ], [ 108624.56827137201617, 521668.187848840199877 ], [ 108628.76, 521672.090000000025611 ], [ 108763.92, 521771.44 ], [ 108838.86, 521916.03000000002794 ], [ 108762.31, 521939.46999999997206 ], [ 108709.544223167584278, 521918.719498666061554 ], [ 108798.18, 522191.200000000011642 ], [ 108851.299773497259594, 522348.702922252530698 ], [ 108875.3, 522362.03000000002794 ], [ 109087.91, 522476.090000000025611 ], [ 109254.45, 522620.31 ], [ 109374.13, 522742.44 ], [ 109364.6, 522807.28000000002794 ], [ 109277.81, 522837.0 ], [ 109189.14, 522797.94 ], [ 109036.13, 522702.25 ], [ 108944.773315894301049, 522674.205037613282911 ], [ 108982.73, 522844.89000000001397 ], [ 108972.89, 523075.270000000018626 ], [ 108948.22, 523259.64000000001397 ], [ 108794.71, 523480.979999999981374 ], [ 108665.42, 523698.729999999981374 ], [ 108599.59, 523929.85999999998603 ], [ 108491.6, 524313.32999999995809 ], [ 108321.24, 524567.64000000001397 ], [ 108093.33, 524854.449999999953434 ], [ 107912.55, 525134.14000000001397 ], [ 107754.96, 525383.449999999953434 ], [ 107537.11, 525681.82999999995809 ], [ 107267.31, 525959.39000000001397 ], [ 106929.28, 526186.57999999995809 ], [ 106676.43, 526288.57999999995809 ], [ 106299.41, 526470.82999999995809 ], [ 105860.67, 526588.82999999995809 ], [ 105551.75, 526699.199999999953434 ], [ 105168.89, 526827.949999999953434 ], [ 104828.72, 526880.699999999953434 ], [ 104739.92, 526589.51 ], [ 104642.26, 525895.949999999953434 ], [ 104618.96, 525275.64000000001397 ], [ 104540.72, 524545.32999999995809 ], [ 104467.67, 523938.549999999988358 ], [ 104431.86, 523427.60999999998603 ], [ 104376.316864377586171, 522894.252847320225555 ], [ 104249.36, 523079.0 ], [ 104167.97, 523209.340000000025611 ], [ 104134.39, 523261.21999999997206 ], [ 104118.6, 523051.0 ], [ 104092.44, 522861.03000000002794 ], [ 104087.86, 522807.5 ], [ 104284.84, 522562.38 ], [ 104332.485887026647106, 522505.71066673315363 ], [ 104293.78, 522173.39000000001397 ], [ 104228.665470099629601, 521685.866247333062347 ], [ 103973.09, 521908.75 ], [ 104030.52, 521490.409999999974389 ], [ 104066.3, 521075.659999999974389 ], [ 104056.08, 520815.81 ], [ 104020.37, 520427.12 ], [ 103976.98, 519790.64000000001397 ], [ 103830.88, 518974.330000000016298 ], [ 103762.74, 518385.419999999983702 ], [ 103755.081231240270426, 518314.713319893169682 ], [ 103710.2, 518546.090000000025611 ], [ 103658.92, 518852.44 ], [ 103651.54, 518959.340000000025611 ], [ 103598.16, 519219.840000000025611 ], [ 103517.25, 518635.909999999974389 ], [ 103412.73, 517860.75 ], [ 103333.12, 517275.56 ], [ 103277.25, 516866.31 ], [ 103216.32, 516322.03000000002794 ], [ 103143.28, 515846.409999999974389 ], [ 103100.35, 515548.06 ], [ 103334.17, 515440.81 ], [ 103371.356893459800631, 515398.120665913156699 ], [ 103349.49, 515183.01 ], [ 103322.01739553725929, 514992.41826334525831 ], [ 103060.76, 514989.200000000011642 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ] ], [ [ 111431.55, 520843.38 ], [ 111358.8, 520868.159999999974389 ], [ 111240.33, 520752.409999999974389 ], [ 111014.84, 520787.19 ], [ 110730.55, 520849.38 ], [ 110621.28, 520835.590000000025611 ], [ 110503.34, 520797.53000000002794 ], [ 110385.59, 520872.81 ], [ 110250.59, 520888.06 ], [ 110140.69, 520940.46999999997206 ], [ 109942.3, 520934.75 ], [ 109840.2, 520968.159999999974389 ], [ 109794.95, 521044.12 ], [ 109904.45, 521033.71999999997206 ], [ 110031.83, 521017.090000000025611 ], [ 110046.49, 521079.62 ], [ 109912.88, 521217.12 ], [ 109788.5, 521319.06 ], [ 109682.23, 521390.62 ], [ 109572.97, 521375.56 ], [ 109552.49, 521255.69 ], [ 109572.52, 521156.56 ], [ 109519.08, 521026.19 ], [ 109429.02, 520866.159999999974389 ], [ 109548.12, 520649.590000000025611 ], [ 109784.18, 520575.44 ], [ 110080.86, 520546.46999999997206 ], [ 110503.1, 520556.909999999974389 ], [ 110772.77, 520559.46999999997206 ], [ 111070.71, 520531.78000000002794 ], [ 111215.63, 520542.090000000025611 ], [ 111272.38, 520593.56 ], [ 111343.91, 520563.69 ], [ 111366.54, 520591.94 ], [ 111328.72, 520688.340000000025611 ], [ 111399.23, 520764.12 ], [ 111431.55, 520843.38 ] ], [ [ 113033.68, 519195.909999999974389 ], [ 112947.9, 519119.94 ], [ 112804.09, 518993.78000000002794 ], [ 112702.54, 518838.75 ], [ 112701.58, 518673.21999999997206 ], [ 112648.18, 518537.75 ], [ 112734.54, 518420.159999999974389 ], [ 112782.94, 518414.25 ], [ 112799.92, 518499.71999999997206 ], [ 112854.82, 518612.28000000002794 ], [ 112919.23, 518661.31 ], [ 112956.82, 518720.21999999997206 ], [ 112905.12, 518805.03000000002794 ], [ 112946.16, 518903.46999999997206 ], [ 113027.41, 519053.21999999997206 ], [ 113099.08, 519141.78000000002794 ], [ 113033.68, 519195.909999999974389 ] ] ], [ [ [ 108231.98, 515159.38 ], [ 108185.7506461845187, 515110.764650902186986 ], [ 108226.88, 515160.590000000025611 ], [ 108294.42, 515280.909999999974389 ], [ 108285.554396856299718, 515306.708716918772552 ], [ 108313.62, 515268.38 ], [ 108231.98, 515159.38 ] ] ], [ [ [ 108333.97, 515534.69 ], [ 108294.769397389041842, 515498.958147191908211 ], [ 108336.39, 515547.44 ], [ 108377.505913209533901, 515574.04704694886459 ], [ 108333.97, 515534.69 ] ] ], [ [ [ 108559.55, 515888.28000000002794 ], [ 108563.031131150361034, 515871.89436626835959 ], [ 108541.74, 515889.38 ], [ 108499.265944864586345, 515910.750262734072749 ], [ 108559.55, 515888.28000000002794 ] ] ], [ [ [ 109325.88, 515968.21999999997206 ], [ 109160.62, 515955.159999999974389 ], [ 109019.5, 515947.44 ], [ 108997.088763734078384, 516053.131689295812976 ], [ 109009.57, 516054.28000000002794 ], [ 109034.6, 515964.12 ], [ 109259.72, 515968.840000000025611 ], [ 109329.110452729772078, 515986.164246246567927 ], [ 109325.88, 515968.21999999997206 ] ] ], [ [ [ 108346.67, 516067.03000000002794 ], [ 108353.689229734853143, 516079.601602447160985 ], [ 108382.93680902889173, 516005.069619322835933 ], [ 108346.67, 516067.03000000002794 ] ] ], [ [ [ 108416.275417564858799, 516152.815970159252174 ], [ 108384.956524432403967, 516135.602048847184051 ], [ 108401.7, 516165.590000000025611 ], [ 108416.275417564858799, 516152.815970159252174 ] ] ], [ [ [ 109586.7, 516627.71999999997206 ], [ 109715.34, 516743.53000000002794 ], [ 109748.601038202919881, 516783.999511258734856 ], [ 109714.26, 516724.44 ], [ 109588.03, 516621.38 ], [ 109503.102956243761582, 516568.296866235672496 ], [ 109586.7, 516627.71999999997206 ] ] ], [ [ [ 109987.91, 516974.06 ], [ 110194.922155416992609, 517022.741254447435495 ], [ 110022.44, 516955.31 ], [ 109939.036647410423029, 516947.966488008270971 ], [ 109987.91, 516974.06 ] ] ], [ [ [ 108715.695620741913444, 517103.95840022189077 ], [ 108707.12, 517082.71999999997206 ], [ 108594.55, 517015.44 ], [ 108495.995822969794972, 516934.473220551852137 ], [ 108624.68, 517056.46999999997206 ], [ 108715.695620741913444, 517103.95840022189077 ] ] ], [ [ [ 110213.84, 517027.19 ], [ 110240.531522171062534, 517029.086140178376809 ], [ 110197.813719142912305, 517023.42123842809815 ], [ 110213.84, 517027.19 ] ] ], [ [ [ 108740.67, 517165.81 ], [ 108739.01019356760662, 517161.699319926439784 ], [ 108735.698085883544991, 517166.031196858675685 ], [ 108740.67, 517165.81 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107457.15, 520875.21999999997206 ], [ 107205.97, 520935.21999999997206 ], [ 106948.23, 521015.5 ], [ 106638.2, 521110.56 ], [ 106395.35, 521229.19 ], [ 106669.3, 521182.159999999974389 ], [ 106908.97, 521129.71999999997206 ], [ 107320.02, 521113.28000000002794 ], [ 107538.27, 521039.0 ], [ 107730.4, 521034.46999999997206 ], [ 107955.98, 521123.21999999997206 ], [ 107827.75, 520964.090000000025611 ], [ 107675.13, 520827.659999999974389 ], [ 107457.15, 520875.21999999997206 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104136.47, 520934.270000000018626 ], [ 104020.37, 520427.12 ], [ 104056.08, 520815.81 ], [ 104066.3, 521075.659999999974389 ], [ 104030.52, 521490.409999999974389 ], [ 103973.09, 521908.75 ], [ 104228.665470099629601, 521685.866247333062347 ], [ 104214.26, 521578.01 ], [ 104136.47, 520934.270000000018626 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107913.09, 521473.88 ], [ 107751.43, 521443.75 ], [ 107634.44, 521388.409999999974389 ], [ 107520.63, 521366.28000000002794 ], [ 107441.21, 521394.830000000016298 ], [ 107388.51, 521421.62 ], [ 107271.37, 521425.75 ], [ 107165.03, 521451.96999999997206 ], [ 107025.28, 521468.409999999974389 ], [ 106921.16, 521473.88 ], [ 106781.41, 521484.840000000025611 ], [ 106649.88, 521495.81 ], [ 106556.71, 521509.5 ], [ 106671.8, 521531.44 ], [ 106764.97, 521536.909999999974389 ], [ 106893.76, 521547.88 ], [ 107008.84, 521556.090000000025611 ], [ 107112.97, 521567.06 ], [ 107222.58, 521602.69 ], [ 107293.82, 521624.590000000025611 ], [ 107334.92, 521660.21999999997206 ], [ 107386.98, 521687.62 ], [ 107600.72, 521753.38 ], [ 107781.57, 521786.25 ], [ 107970.64, 521868.46999999997206 ], [ 108510.45, 522164.409999999974389 ], [ 108400.84, 521805.44 ], [ 108198.07, 521608.159999999974389 ], [ 107913.09, 521473.88 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 200.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106975.38, 522030.53000000002794 ], [ 106785.77, 521905.21999999997206 ], [ 106540.1, 521788.25 ], [ 106294.84, 521629.28000000002794 ], [ 106059.67, 521478.06 ], [ 105860.3, 521441.78000000002794 ], [ 105768.88, 521556.75 ], [ 105853.65, 521737.090000000025611 ], [ 105985.76, 521889.88 ], [ 106293.1, 522074.909999999974389 ], [ 106548.62, 522226.340000000025611 ], [ 106770.46, 522307.409999999974389 ], [ 106931.62, 522348.44 ], [ 107071.89, 522314.12 ], [ 107100.05, 522162.88 ], [ 106975.38, 522030.53000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 200.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104451.91, 522784.25 ], [ 104655.61, 522502.28000000002794 ], [ 104919.75, 522152.12 ], [ 105149.23, 521834.75 ], [ 104793.19, 522084.69 ], [ 104503.6, 522302.19 ], [ 104284.84, 522562.38 ], [ 104087.86, 522807.5 ], [ 104092.44, 522861.03000000002794 ], [ 104118.6, 523051.0 ], [ 104134.39, 523261.21999999997206 ], [ 104167.97, 523209.340000000025611 ], [ 104249.36, 523079.0 ], [ 104451.91, 522784.25 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106521.41, 524400.810000000055879 ], [ 106552.39, 524087.909999999974389 ], [ 106570.24, 523818.12 ], [ 106667.55, 523488.03000000002794 ], [ 106808.76, 523222.0 ], [ 106910.02, 523010.31 ], [ 106860.86, 522962.75 ], [ 106654.91, 522949.31 ], [ 106370.78, 522994.96999999997206 ], [ 106065.88, 523084.96999999997206 ], [ 105717.39, 523077.81 ], [ 105397.7, 523119.31 ], [ 105347.87, 523274.159999999974389 ], [ 105417.52, 523440.340000000025611 ], [ 105532.91, 523610.81 ], [ 105631.61, 523798.94 ], [ 105737.65, 524016.409999999974389 ], [ 105833.57, 524228.69 ], [ 105933.25, 524446.12 ], [ 106128.03, 524696.25 ], [ 106303.85, 524801.060000000055879 ], [ 106437.9, 524751.439999999944121 ], [ 106485.66, 524679.310000000055879 ], [ 106521.41, 524400.810000000055879 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS12_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS12_combined.geojson new file mode 100644 index 0000000..51620f2 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS12_combined.geojson @@ -0,0 +1,31 @@ +{ +"type": "FeatureCollection", +"name": "CS12_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 778.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 512550.312101910822093 ], [ 108808.0, 512587.0 ], [ 108307.0, 512588.0 ], [ 107943.0, 512448.0 ], [ 107401.0, 512324.0 ], [ 106951.0, 511983.0 ], [ 106579.0, 512200.0 ], [ 106129.0, 512603.0 ], [ 105551.0, 512379.0 ], [ 105191.75, 512259.18 ], [ 105192.02, 512259.64000000001397 ], [ 105348.78, 513663.85999999998603 ], [ 105916.75571678201959, 515000.48106500285212 ], [ 109000.0, 515000.0 ], [ 109000.0, 512550.312101910822093 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 430.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104540.014569696752005, 511549.484413512051105 ], [ 104924.098940548268729, 512213.274565979838371 ], [ 105191.732956957785063, 512259.057790853083134 ], [ 105248.922639590469771, 511897.687559809535742 ], [ 105223.42193112593668, 511582.018979180604219 ], [ 105456.424491424826556, 511398.043790847063065 ], [ 105646.572173033622676, 511210.697925742715597 ], [ 105416.006379992482834, 510899.871888298541307 ], [ 104893.37602256682294, 510625.308306008577347 ], [ 104644.336595260319882, 510562.497303269803524 ], [ 104584.318499964443618, 510546.281541109085083 ], [ 104500.731409159270697, 511084.524111073464155 ], [ 104540.014569696752005, 511549.484413512051105 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2600.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104644.336595260319882, 510562.497303269803524 ], [ 104893.37602256682294, 510625.308306008577347 ], [ 105415.938844282281934, 510899.836408448871225 ], [ 105256.00000000372529, 510472.0 ], [ 105145.0, 509868.99999999627471 ], [ 105028.0, 509487.0 ], [ 104840.00000000372529, 509002.000000007450581 ], [ 104965.0, 508612.00000000372529 ], [ 105365.0, 508337.000000011175871 ], [ 105145.0, 508295.00000000372529 ], [ 104891.0, 508321.000000007450581 ], [ 104669.00000000372529, 508543.00000000372529 ], [ 104363.00000000372529, 508617.0 ], [ 103972.00000000372529, 508643.00000000372529 ], [ 103676.00000000372529, 508738.99999999627471 ], [ 103438.0, 508966.0 ], [ 103352.985927004367113, 509272.000516828149557 ], [ 103147.006612919270992, 509340.997312020510435 ], [ 103147.000204369425774, 509341.000268813222647 ], [ 102993.00000000372529, 509458.0 ], [ 102894.118658430874348, 509649.484502740204334 ], [ 102866.987419586628675, 509701.981944508850574 ], [ 102949.00000000372529, 509959.99999999627471 ], [ 103202.00000000372529, 510042.0 ], [ 103304.00000000372529, 510246.0 ], [ 103369.0, 510419.0 ], [ 103665.00000000372529, 510546.000000007450581 ], [ 103929.0, 510657.0 ], [ 104209.00000000372529, 510614.00000000372529 ], [ 104584.00000000372529, 510546.000000007450581 ], [ 104640.920418281370075, 510561.574316408659797 ], [ 104644.336595260319882, 510562.497303269803524 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 4445.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105551.0, 512379.0 ], [ 106129.0, 512603.0 ], [ 106579.0, 512200.0 ], [ 106951.0, 511983.0 ], [ 107401.0, 512324.0 ], [ 107943.0, 512448.0 ], [ 108307.0, 512588.0 ], [ 108808.0, 512587.0 ], [ 109000.0, 512550.312101910822093 ], [ 109000.0, 507238.881188118830323 ], [ 108718.0, 506774.0 ], [ 108222.0, 506494.0 ], [ 107571.0, 506494.0 ], [ 107028.0, 506619.0 ], [ 106424.0, 506991.0 ], [ 105680.0, 507022.0 ], [ 105059.0, 507316.0 ], [ 104965.0, 507581.0 ], [ 105223.0, 507902.0 ], [ 105365.0, 508337.0 ], [ 105364.999999987281626, 508337.000000008731149 ], [ 105365.0, 508337.000000011175871 ], [ 104965.0, 508612.00000000372529 ], [ 104840.00000000372529, 509002.000000007450581 ], [ 105028.0, 509487.0 ], [ 105145.0, 509868.99999999627471 ], [ 105256.00000000372529, 510472.0 ], [ 105415.938844282281934, 510899.836408448871225 ], [ 105416.006379992482834, 510899.871888298541307 ], [ 105492.765165718912613, 511003.350504496018402 ], [ 105647.0, 511211.0 ], [ 105514.644435727357632, 511340.681714489357546 ], [ 105456.424491424826556, 511398.043790847063065 ], [ 105454.751148450639448, 511399.365036366565619 ], [ 105449.0, 511405.0 ], [ 105278.032552402961301, 511538.899284179962706 ], [ 105223.42193112593668, 511582.018979180604219 ], [ 105242.754770564832143, 511821.336643381568138 ], [ 105249.0, 511897.0 ], [ 105248.91204592793656, 511897.556422809080686 ], [ 105248.922639590469771, 511897.687559809535742 ], [ 105222.456316192125087, 512064.922993913351092 ], [ 105191.75, 512259.18 ], [ 105551.0, 512379.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 430.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104363.00000000372529, 508617.0 ], [ 104669.00000000372529, 508543.00000000372529 ], [ 104683.179627127698041, 508528.820372879737988 ], [ 104887.506879240274429, 508322.151261139661074 ], [ 104890.082241522977711, 508321.917758484487422 ], [ 104891.0, 508321.000000007450581 ], [ 105145.0, 508295.00000000372529 ], [ 105363.566866494918941, 508336.726401796506252 ], [ 105222.192071076482534, 507902.876291118562222 ], [ 105064.268556535243988, 507707.494699243456125 ], [ 104964.409094788134098, 507582.067981313914061 ], [ 105057.603874213993549, 507316.762567646801472 ], [ 105124.481426451355219, 506943.80738366022706 ], [ 105025.395973283797503, 506593.213099051266909 ], [ 105078.949907127767801, 506177.312240686267614 ], [ 105091.674611501395702, 505535.827812395989895 ], [ 105126.162902038544416, 505336.511956982314587 ], [ 105137.253586918115616, 505265.576234240084887 ], [ 105141.570766273885965, 505240.045328792184591 ], [ 105150.450487237423658, 505186.736821986734867 ], [ 105159.571914196014404, 505131.946450181305408 ], [ 105161.42317521572113, 505120.828365541994572 ], [ 105201.456087127327919, 504878.644122511148453 ], [ 105217.905722819268703, 504780.638924576342106 ], [ 105248.617809314280748, 504666.891469869762659 ], [ 105390.994974117726088, 504137.005300953984261 ], [ 105464.674149360507727, 503679.190406572073698 ], [ 105233.512418515980244, 503280.543284382671118 ], [ 104919.737013805657625, 502796.37567076459527 ], [ 104846.765997368842363, 502464.261665634810925 ], [ 104719.011804722249508, 502358.242735512554646 ], [ 104429.774738140404224, 502510.681841854006052 ], [ 104240.71807150170207, 502610.253082755953074 ], [ 103458.000668711960316, 503062.000399094074965 ], [ 103364.518627520650625, 503570.124063733965158 ], [ 103265.005929041653872, 504110.999888468533754 ], [ 103654.002717826515436, 505482.000268053263426 ], [ 103672.662439677864313, 506095.527343519032001 ], [ 104150.806619323790073, 508144.09206485003233 ], [ 104314.814982086420059, 508619.775605946779251 ], [ 104325.389767091110116, 508619.500936204276513 ], [ 104363.00000000372529, 508617.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1052.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104846.765997368842363, 502464.261665634810925 ], [ 104846.912256652110955, 502464.927337551198434 ], [ 104847.0, 502465.000000011175871 ], [ 104919.927275162364822, 502796.669251413841266 ], [ 104956.053691541033913, 502852.413712401117664 ], [ 105231.00000000372529, 503274.99999999627471 ], [ 105360.220849317163811, 503499.056751605356112 ], [ 105464.674149360507727, 503679.190406572073698 ], [ 105391.429657268861774, 504134.304342097253539 ], [ 105391.00000000372529, 504137.000000007450581 ], [ 105218.00000000372529, 504781.000000007450581 ], [ 105135.854005676854285, 505274.527918285166379 ], [ 105126.162902038544416, 505336.511956982314587 ], [ 105109.720224946911912, 505431.538013616809621 ], [ 105092.0, 505538.0 ], [ 105085.705201196935377, 505836.76083558879327 ], [ 105078.949907127767801, 506177.312240686267614 ], [ 105034.989148932756507, 506518.71231637353776 ], [ 105026.0, 506593.0 ], [ 105125.0, 506943.99999999627471 ], [ 105059.000000000727596, 507315.999999999650754 ], [ 105680.0, 507022.0 ], [ 106239.917525774115347, 506998.670103092736099 ], [ 106424.0, 506990.99999999627471 ], [ 106654.8962025330693, 506848.792405062413309 ], [ 107028.0, 506619.0 ], [ 107571.0, 506494.0 ], [ 108222.0, 506494.0 ], [ 108718.0, 506774.0 ], [ 109000.0, 507238.881188118830323 ], [ 109000.0, 505321.409869632392656 ], [ 108836.519722990691662, 505292.629861813038588 ], [ 108515.631208673119545, 505119.439751397818327 ], [ 108271.076223734766245, 504781.511731829494238 ], [ 108178.358059853315353, 504546.449885632842779 ], [ 108098.00000000372529, 504343.0 ], [ 107992.0, 504011.00000000372529 ], [ 107833.00000000372529, 503553.00000000372529 ], [ 107620.0, 503241.0 ], [ 107269.00000000372529, 502709.99999999627471 ], [ 106937.00000000372529, 502485.0 ], [ 106565.00000000372529, 502379.00000000372529 ], [ 106234.00000000372529, 502326.000000007450581 ], [ 105968.0, 502166.000000007450581 ], [ 105709.0, 501940.99999999627471 ], [ 105391.00000000372529, 501780.99999999627471 ], [ 105145.0, 501708.000000007450581 ], [ 104973.0, 501868.000000007450581 ], [ 104719.277625123286271, 502358.463330969680101 ], [ 104846.765997368842363, 502464.261665634810925 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 55.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105391.00000000372529, 501780.99999999627471 ], [ 105709.0, 501940.99999999627471 ], [ 105795.333333333328483, 502016.0 ], [ 105968.0, 502166.0 ], [ 106234.0, 502326.0 ], [ 106565.0, 502379.0 ], [ 106831.00000000372529, 502454.795698925794568 ], [ 106937.00000000372529, 502485.0 ], [ 107269.00000000372529, 502709.99999999627471 ], [ 107620.0, 503241.0 ], [ 107833.00000000372529, 503553.00000000372529 ], [ 107936.801310044960701, 503852.00000000372529 ], [ 107992.0, 504011.0 ], [ 108017.652968037436949, 504091.347031966317445 ], [ 108098.00000000372529, 504343.0 ], [ 108178.358059853315353, 504546.449885632842779 ], [ 108178.358061989230919, 504546.449891047901474 ], [ 108271.0, 504781.0 ], [ 108516.0, 505119.0 ], [ 108761.761898548487807, 505252.281531187705696 ], [ 108835.525195277048624, 505292.093094814976212 ], [ 109000.0, 505321.247491638816427 ], [ 109000.0, 501044.397905759164132 ], [ 108818.0, 501194.0 ], [ 108608.0, 501280.0 ], [ 108365.0, 501280.0 ], [ 108174.0, 501260.0 ], [ 107964.0, 501056.0 ], [ 107786.0, 500826.0 ], [ 107635.0, 500708.0 ], [ 107490.0, 500517.0 ], [ 107247.0, 500373.0 ], [ 107024.0, 500373.0 ], [ 106899.0, 500550.0 ], [ 106813.0, 500898.0 ], [ 106728.0, 501122.0 ], [ 106590.0, 501385.0 ], [ 106360.0, 501576.0 ], [ 106136.0, 501595.0 ], [ 105860.0, 501523.0 ], [ 105669.0, 501385.0 ], [ 105617.0, 501122.0 ], [ 105617.0, 500813.0 ], [ 105492.0, 500603.0 ], [ 105406.0, 500616.0 ], [ 105196.0, 500793.0 ], [ 105025.0, 500984.0 ], [ 104848.0, 501069.0 ], [ 104674.0, 501270.0 ], [ 104466.0, 501299.0 ], [ 104973.0, 501868.0 ], [ 105145.0, 501708.0 ], [ 105294.237977807439165, 501752.286066585162189 ], [ 105391.00000000372529, 501780.99999999627471 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2227.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104674.0, 501270.0 ], [ 104848.0, 501069.0 ], [ 105025.0, 500984.0 ], [ 105196.0, 500793.0 ], [ 105406.0, 500616.0 ], [ 105492.0, 500603.0 ], [ 105617.0, 500813.0 ], [ 105617.0, 501122.0 ], [ 105669.0, 501385.0 ], [ 105860.0, 501523.0 ], [ 106136.0, 501595.0 ], [ 106360.0, 501576.0 ], [ 106590.0, 501385.0 ], [ 106728.0, 501122.0 ], [ 106813.0, 500898.0 ], [ 106899.0, 500550.0 ], [ 107024.0, 500373.0 ], [ 107247.0, 500373.0 ], [ 107490.0, 500517.0 ], [ 107635.0, 500708.0 ], [ 107786.0, 500826.0 ], [ 107964.0, 501056.0 ], [ 108174.0, 501260.0 ], [ 108365.0, 501280.0 ], [ 108608.0, 501280.0 ], [ 108818.0, 501194.0 ], [ 109000.0, 501044.397905759164132 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 103427.901678815018386, 496747.962628845765721 ], [ 103546.0, 497158.0 ], [ 103546.0, 497664.0 ], [ 103664.0, 497855.0 ], [ 103842.0, 498183.0 ], [ 103927.0, 498459.0 ], [ 103980.0, 498689.0 ], [ 104065.0, 498742.0 ], [ 104138.0, 498703.0 ], [ 104295.0, 498512.0 ], [ 104466.0, 498499.0 ], [ 104591.0, 498584.0 ], [ 104552.0, 498860.0 ], [ 104361.0, 499242.0 ], [ 104486.0, 499590.0 ], [ 104571.0, 499853.0 ], [ 104690.0, 500221.0 ], [ 104795.0, 500550.0 ], [ 104677.0, 500793.0 ], [ 104447.0, 500846.0 ], [ 104256.0, 500898.0 ], [ 104243.0, 501194.0 ], [ 104466.0, 501299.0 ], [ 104674.0, 501270.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1163.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104540.014569696752005, 511549.484413512051105 ], [ 104500.930481287548901, 511086.880353180866223 ], [ 104500.763161725190002, 511085.00000000372529 ], [ 104500.768620597591507, 511084.964550217904616 ], [ 104500.731409159270697, 511084.524111073464155 ], [ 104513.207135164891952, 511004.189136345230509 ], [ 104583.756358449085383, 510546.044180342694744 ], [ 104583.524403525909293, 510546.086241502081975 ], [ 104576.349575827654917, 510548.677850320935249 ], [ 104470.383377925420064, 510566.602480809844565 ], [ 104209.00000000372529, 510614.00000000372529 ], [ 104004.709666211056174, 510645.373158404487185 ], [ 103933.111654939886648, 510657.48426478728652 ], [ 103931.187068923973129, 510656.664128700969741 ], [ 103929.0, 510657.0 ], [ 103665.00000000372529, 510546.000000007450581 ], [ 103369.0, 510419.0 ], [ 103361.358651057162206, 510398.662255889445078 ], [ 103200.26845153683098, 510043.048041854053736 ], [ 102948.763161725190002, 509959.99999999627471 ], [ 102042.763161721464712, 509579.000000007450581 ], [ 99221.13916172349127, 509312.160000007599592 ], [ 99713.299010509654181, 512321.462560249783564 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 105916.518894205873949, 515000.48110195324989 ], [ 105348.543161722656805, 513663.859999995678663 ], [ 105191.513161725190002, 512259.180000003427267 ], [ 104923.843161723401863, 512213.270000003278255 ], [ 104542.763161721464712, 511557.000000007450581 ], [ 104542.472372997857747, 511553.732088637072593 ], [ 104540.014569696752005, 511549.484413512051105 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 389.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102866.987419586628675, 509701.981944508850574 ], [ 102894.118646252216422, 509649.484526305226609 ], [ 102993.0, 509458.0 ], [ 103147.0, 509341.0 ], [ 103147.00287196644058, 509340.99903803068446 ], [ 103147.006612919270992, 509340.997312020510435 ], [ 103352.985927004367113, 509272.000516828149557 ], [ 103438.0, 508966.0 ], [ 102997.0, 508821.0 ], [ 102692.0, 508496.0 ], [ 102427.0, 509144.0 ], [ 102043.0, 509579.0 ], [ 102949.0, 509960.0 ], [ 102948.999941156478599, 509959.999814858194441 ], [ 102866.987419586628675, 509701.981944508850574 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 405.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 103676.00000000372529, 508738.99999999627471 ], [ 103972.00000000372529, 508643.00000000372529 ], [ 103974.339000108200707, 508642.844465469883289 ], [ 103976.002692505717278, 508642.308234035968781 ], [ 104043.441088769948692, 508638.249441670777742 ], [ 104223.893760020539048, 508626.250031304545701 ], [ 104261.992092337459326, 508623.334342610090971 ], [ 103979.957406483590603, 508626.062610417604446 ], [ 103432.272196620702744, 508626.062610417604446 ], [ 102731.775700408965349, 508197.587843634188175 ], [ 102551.90734213963151, 508087.026559196412563 ], [ 102692.541523560881615, 508494.475904151797295 ], [ 102996.627732545137405, 508820.526423897594213 ], [ 103438.872870322316885, 508964.091076824814081 ], [ 103622.406353346712422, 508790.116629370837472 ], [ 103676.00000000372529, 508738.99999999627471 ] ] ], [ [ [ 104161.709830550011247, 508175.715318921022117 ], [ 104262.302263800054789, 508623.310604989528656 ], [ 104314.652453040762339, 508619.304212960065342 ], [ 104161.709830550011247, 508175.715318921022117 ] ] ], [ [ [ 104262.302263800054789, 508623.310604989528656 ], [ 104261.992092337459326, 508623.334342610090971 ], [ 104262.306914154440165, 508623.331297166645527 ], [ 104262.302263800054789, 508623.310604989528656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102427.0, 509144.0 ], [ 102692.0, 508496.0 ], [ 102490.0, 507910.0 ], [ 101974.0, 507563.0 ], [ 101690.0, 507380.0 ], [ 102043.0, 509579.0 ], [ 102427.0, 509144.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2436.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101690.0, 507380.0 ], [ 98485.089999999996508, 506045.580000000016298 ], [ 99221.376000000003842, 509312.159999999974389 ], [ 102043.0, 509579.0 ], [ 101690.0, 507380.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 47.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 101690.0, 507380.0 ], [ 101974.0, 507563.0 ], [ 102490.0, 507910.0 ], [ 102550.010766848688945, 508084.090640462061856 ], [ 103057.284721594798611, 508396.692910815472715 ], [ 103430.747508625398041, 508625.129999995231628 ], [ 104076.366009324410697, 508625.129999995231628 ], [ 104261.95677497300494, 508623.334684253262822 ], [ 104160.884648957187892, 508173.321993998368271 ], [ 104150.806619323790073, 508144.09206485003233 ], [ 103679.643324905307963, 506125.436303638969548 ], [ 103583.730000000447035, 505777.130000002682209 ], [ 100646.730000004172325, 504853.75000000372529 ], [ 100835.850000005215406, 507012.000000007450581 ], [ 101686.593789345191908, 507378.581764972477686 ], [ 101690.0, 507380.0 ] ] ], [ [ [ 104238.528835811986937, 508625.129999995231628 ], [ 104240.737307785166195, 508625.129999995231628 ], [ 104262.041818593017524, 508623.713331757171545 ], [ 104261.957296336855507, 508623.337005569308531 ], [ 104238.528835811986937, 508625.129999995231628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 405.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 99221.376000000003842, 509312.159999999974389 ], [ 98485.089999999996508, 506045.580000000016298 ], [ 100969.60185314642149, 507080.049706505204085 ], [ 100835.850000005215406, 507012.000000007450581 ], [ 100646.730000004172325, 504853.75000000372529 ], [ 103583.730000000447035, 505777.130000002682209 ], [ 103672.46483812853694, 506099.367848630994558 ], [ 103654.00000000372529, 505482.0 ], [ 103265.0, 504111.00000000372529 ], [ 103458.00000000372529, 503062.0 ], [ 103458.961310924161808, 503061.445962026773486 ], [ 104240.71807150170207, 502610.253082755953074 ], [ 104429.774738140404224, 502510.681841854006052 ], [ 104718.656693097218522, 502358.429893055697903 ], [ 104277.00000000372529, 501625.0 ], [ 103238.00000000372529, 499794.000000011175871 ], [ 103059.00000000372529, 498801.00000000372529 ], [ 103122.00000000372529, 497938.00000000372529 ], [ 103076.00000000372529, 496850.000000007450581 ], [ 103058.642281652137171, 496757.936312180478126 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 99713.299010509654181, 512321.462560249783564 ], [ 99221.13916172349127, 509312.160000007599592 ], [ 99221.379720606608316, 509312.182749577506911 ], [ 99221.376000002026558, 509312.160000007599592 ], [ 99221.376000000309432, 509312.160000000032596 ], [ 99221.376000000003842, 509312.159999999974389 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 430.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104719.272375401444151, 502358.45897440117551 ], [ 104782.776734665036201, 502235.345847968012094 ], [ 104785.754071548581123, 502229.837774738669395 ], [ 104788.284807901829481, 502224.77630202844739 ], [ 104791.559878464788198, 502218.52389457449317 ], [ 104795.430416408926249, 502210.931685540825129 ], [ 104806.13737959160062, 502190.557270166813396 ], [ 104828.68968810485967, 502146.962059615645558 ], [ 104838.48813159763813, 502127.944710608571768 ], [ 104972.989859923312906, 501867.988619913929142 ], [ 104910.227061212164699, 501797.550686054688413 ], [ 104745.685197778046131, 501612.898972015827894 ], [ 104702.703713357448578, 501564.989103306084871 ], [ 104644.092126030474901, 501499.118282675743103 ], [ 104513.963647738099098, 501353.127035349607468 ], [ 104468.131290912628174, 501301.485286172479391 ], [ 104466.030072145164013, 501299.068884592503309 ], [ 104267.54874435174861, 501205.558825815853197 ], [ 104243.0, 501194.0 ], [ 104243.000291241376544, 501193.993368658004329 ], [ 104242.992921683937311, 501193.989896655082703 ], [ 104255.990533392876387, 500897.986422751098871 ], [ 104362.310857355594635, 500868.757305409759283 ], [ 104371.682937827965361, 500866.505168758856598 ], [ 104447.0, 500846.0 ], [ 104673.923634421618772, 500793.708901633275673 ], [ 104794.750559151172638, 500549.973851837217808 ], [ 104735.262493181973696, 500363.078914240002632 ], [ 104661.162625707685947, 500132.339371856302023 ], [ 104572.469658561050892, 499857.873292990028858 ], [ 104481.973097804933786, 499579.076293785125017 ], [ 104360.952587097883224, 499241.959351509809494 ], [ 104551.945013627409935, 498859.888068038970232 ], [ 104590.901542791645625, 498583.933049098297488 ], [ 104508.366942470805952, 498527.809520880167838 ], [ 104465.989316832274199, 498499.024556137621403 ], [ 104373.892713762819767, 498506.013076592236757 ], [ 104294.998712825617986, 498512.001565925544128 ], [ 104138.0, 498703.0 ], [ 104107.798737171469838, 498719.134921237186063 ], [ 104102.512409590184689, 498721.968845572322607 ], [ 104065.008472818881273, 498742.032109923660755 ], [ 104031.805681593716145, 498721.307479329407215 ], [ 104030.205575544387102, 498720.304652986524161 ], [ 103980.0, 498689.0 ], [ 103979.659098776101018, 498687.520617330272216 ], [ 103927.852763835340738, 498465.834621902555227 ], [ 103842.000929579138756, 498183.157088674604893 ], [ 103663.934977743774652, 497855.03935182094574 ], [ 103647.878665275871754, 497828.953871209174395 ], [ 103545.851166199892759, 497663.906551107764244 ], [ 103545.94760050997138, 497157.915731031447649 ], [ 103507.181008230894804, 497023.245218317955732 ], [ 103427.870060280765756, 496747.963482861232478 ], [ 103058.622702725901036, 496757.936841006565373 ], [ 103058.642281652137171, 496757.936312180478126 ], [ 103076.00000000372529, 496850.000000007450581 ], [ 103087.640259053048794, 497125.317431433941238 ], [ 103122.03955202922225, 497937.922217361629009 ], [ 103059.00642704218626, 498800.985646028071642 ], [ 103238.723020572215319, 499795.145861718803644 ], [ 103408.800583176314831, 500094.909931678324938 ], [ 104130.718714211136103, 501366.7785121537745 ], [ 104224.983355633914471, 501531.088480602949858 ], [ 104294.214740637689829, 501653.381629973649979 ], [ 104397.441947780549526, 501824.42987610027194 ], [ 104708.44495490193367, 502341.158274076879025 ], [ 104718.644268229603767, 502358.401478748768568 ], [ 104718.670133839652408, 502358.422809265262913 ], [ 104719.011804722249508, 502358.242735512554646 ], [ 104719.272375401444151, 502358.45897440117551 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 105916.75571678201959, 515000.48106500285212 ], [ 105348.78, 513663.85999999998603 ], [ 105192.02, 512259.64000000001397 ], [ 105191.75, 512259.18 ], [ 105222.456316192125087, 512064.922993913351092 ], [ 105191.732956957785063, 512259.057790853083134 ], [ 104924.098940548268729, 512213.274565979838371 ], [ 104542.472372997857747, 511553.732088637072593 ], [ 104542.763161721464712, 511557.000000007450581 ], [ 104923.843161723401863, 512213.270000003278255 ], [ 105191.513161725190002, 512259.180000003427267 ], [ 105348.543161722656805, 513663.859999995678663 ], [ 105916.518894205873949, 515000.48110195324989 ], [ 109000.0, 515000.0 ], [ 105916.75571678201959, 515000.48106500285212 ] ] ], [ [ [ 104500.763161725190002, 511085.00000000372529 ], [ 104500.930481287548901, 511086.880353180866223 ], [ 104500.768620597591507, 511084.964550217904616 ], [ 104500.763161725190002, 511085.00000000372529 ] ] ], [ [ [ 104584.00000000372529, 510546.000000007450581 ], [ 104583.756358449085383, 510546.044180342694744 ], [ 104513.207135164891952, 511004.189136345230509 ], [ 104584.318499964443618, 510546.281541109085083 ], [ 104640.920418281370075, 510561.574316408659797 ], [ 104584.00000000372529, 510546.000000007450581 ] ] ], [ [ [ 104576.349575827654917, 510548.677850320935249 ], [ 104583.524403525909293, 510546.086241502081975 ], [ 104470.383377925420064, 510566.602480809844565 ], [ 104576.349575827654917, 510548.677850320935249 ] ] ], [ [ [ 103933.111654939886648, 510657.48426478728652 ], [ 104004.709666211056174, 510645.373158404487185 ], [ 103931.187068923973129, 510656.664128700969741 ], [ 103933.111654939886648, 510657.48426478728652 ] ] ], [ [ [ 99221.376000002026558, 509312.160000007599592 ], [ 99221.379720606608316, 509312.182749577506911 ], [ 102042.763161721464712, 509579.000000007450581 ], [ 102948.763161725190002, 509959.99999999627471 ], [ 103200.26845153683098, 510043.048041854053736 ], [ 103361.358651057162206, 510398.662255889445078 ], [ 103304.00000000372529, 510246.0 ], [ 103202.00000000372529, 510042.0 ], [ 102949.00000000372529, 509959.99999999627471 ], [ 102948.999941156478599, 509959.999814858194441 ], [ 102949.0, 509960.0 ], [ 102043.0, 509579.0 ], [ 99221.376000000309432, 509312.160000000032596 ], [ 99221.376000002026558, 509312.160000007599592 ] ] ], [ [ [ 100835.850000005215406, 507012.000000007450581 ], [ 100969.60185314642149, 507080.049706505204085 ], [ 101686.593789345191908, 507378.581764972477686 ], [ 100835.850000005215406, 507012.000000007450581 ] ] ], [ [ [ 103672.662439677864313, 506095.527343519032001 ], [ 103654.002717826515436, 505482.000268053263426 ], [ 103265.005929041653872, 504110.999888468533754 ], [ 103364.518627520650625, 503570.124063733965158 ], [ 103458.000668711960316, 503062.000399094074965 ], [ 103458.961310924161808, 503061.445962026773486 ], [ 103458.00000000372529, 503062.0 ], [ 103265.0, 504111.00000000372529 ], [ 103654.00000000372529, 505482.0 ], [ 103672.46483812853694, 506099.367848630994558 ], [ 103583.730000000447035, 505777.130000002682209 ], [ 103679.643324905307963, 506125.436303638969548 ], [ 103672.662439677864313, 506095.527343519032001 ] ] ], [ [ [ 104719.277625123286271, 502358.463330969680101 ], [ 104806.13737959160062, 502190.557270166813396 ], [ 104795.430416408926249, 502210.931685540825129 ], [ 104791.559878464788198, 502218.52389457449317 ], [ 104788.284807901829481, 502224.77630202844739 ], [ 104785.754071548581123, 502229.837774738669395 ], [ 104782.776734665036201, 502235.345847968012094 ], [ 104719.272375401444151, 502358.45897440117551 ], [ 104719.277625123286271, 502358.463330969680101 ] ] ], [ [ [ 104973.0, 501868.000000007450581 ], [ 105145.0, 501708.000000007450581 ], [ 105294.237977807439165, 501752.286066585162189 ], [ 105145.0, 501708.0 ], [ 104973.0, 501868.0 ], [ 104972.989859923312906, 501867.988619913929142 ], [ 104838.48813159763813, 502127.944710608571768 ], [ 104828.68968810485967, 502146.962059615645558 ], [ 104973.0, 501868.000000007450581 ] ] ], [ [ [ 104466.0, 501299.0 ], [ 104267.54874435174861, 501205.558825815853197 ], [ 104466.030072145164013, 501299.068884592503309 ], [ 104468.131290912628174, 501301.485286172479391 ], [ 104513.963647738099098, 501353.127035349607468 ], [ 104644.092126030474901, 501499.118282675743103 ], [ 104702.703713357448578, 501564.989103306084871 ], [ 104745.685197778046131, 501612.898972015827894 ], [ 104910.227061212164699, 501797.550686054688413 ], [ 104466.0, 501299.0 ] ] ], [ [ [ 104256.0, 500898.0 ], [ 104371.682937827965361, 500866.505168758856598 ], [ 104362.310857355594635, 500868.757305409759283 ], [ 104255.990533392876387, 500897.986422751098871 ], [ 104242.992921683937311, 501193.989896655082703 ], [ 104243.000291241376544, 501193.993368658004329 ], [ 104256.0, 500898.0 ] ] ], [ [ [ 104677.0, 500793.0 ], [ 104795.0, 500550.0 ], [ 104690.0, 500221.0 ], [ 104571.0, 499853.0 ], [ 104486.0, 499590.0 ], [ 104361.0, 499242.0 ], [ 104552.0, 498860.0 ], [ 104591.0, 498584.0 ], [ 104590.901542791645625, 498583.933049098297488 ], [ 104551.945013627409935, 498859.888068038970232 ], [ 104360.952587097883224, 499241.959351509809494 ], [ 104481.973097804933786, 499579.076293785125017 ], [ 104572.469658561050892, 499857.873292990028858 ], [ 104661.162625707685947, 500132.339371856302023 ], [ 104735.262493181973696, 500363.078914240002632 ], [ 104794.750559151172638, 500549.973851837217808 ], [ 104673.923634421618772, 500793.708901633275673 ], [ 104677.0, 500793.0 ] ] ], [ [ [ 104466.0, 498499.0 ], [ 104295.0, 498512.0 ], [ 104294.998712825617986, 498512.001565925544128 ], [ 104373.892713762819767, 498506.013076592236757 ], [ 104465.989316832274199, 498499.024556137621403 ], [ 104508.366942470805952, 498527.809520880167838 ], [ 104466.0, 498499.0 ] ] ], [ [ [ 104065.0, 498742.0 ], [ 104030.205575544387102, 498720.304652986524161 ], [ 104031.805681593716145, 498721.307479329407215 ], [ 104065.008472818881273, 498742.032109923660755 ], [ 104102.512409590184689, 498721.968845572322607 ], [ 104107.798737171469838, 498719.134921237186063 ], [ 104065.0, 498742.0 ] ] ], [ [ [ 103927.0, 498459.0 ], [ 103842.0, 498183.0 ], [ 103664.0, 497855.0 ], [ 103546.0, 497664.0 ], [ 103546.0, 497158.0 ], [ 103427.901678815018386, 496747.962628845765721 ], [ 103888.94, 496735.51 ], [ 103427.870060280765756, 496747.963482861232478 ], [ 103507.181008230894804, 497023.245218317955732 ], [ 103545.94760050997138, 497157.915731031447649 ], [ 103545.851166199892759, 497663.906551107764244 ], [ 103647.878665275871754, 497828.953871209174395 ], [ 103663.934977743774652, 497855.03935182094574 ], [ 103842.000929579138756, 498183.157088674604893 ], [ 103927.852763835340738, 498465.834621902555227 ], [ 103979.659098776101018, 498687.520617330272216 ], [ 103927.0, 498459.0 ] ] ], [ [ [ 103122.00000000372529, 497938.00000000372529 ], [ 103059.00000000372529, 498801.00000000372529 ], [ 103238.00000000372529, 499794.000000011175871 ], [ 104277.00000000372529, 501625.0 ], [ 104718.656693097218522, 502358.429893055697903 ], [ 104718.670133839652408, 502358.422809265262913 ], [ 104718.644268229603767, 502358.401478748768568 ], [ 104708.44495490193367, 502341.158274076879025 ], [ 104397.441947780549526, 501824.42987610027194 ], [ 104294.214740637689829, 501653.381629973649979 ], [ 104224.983355633914471, 501531.088480602949858 ], [ 104130.718714211136103, 501366.7785121537745 ], [ 103408.800583176314831, 500094.909931678324938 ], [ 103238.723020572215319, 499795.145861718803644 ], [ 103059.00642704218626, 498800.985646028071642 ], [ 103122.03955202922225, 497937.922217361629009 ], [ 103087.640259053048794, 497125.317431433941238 ], [ 103122.00000000372529, 497938.00000000372529 ] ] ], [ [ [ 103438.0, 508966.0 ], [ 103622.406353346712422, 508790.116629370837472 ], [ 103438.872870322316885, 508964.091076824814081 ], [ 102996.627732545137405, 508820.526423897594213 ], [ 102692.541523560881615, 508494.475904151797295 ], [ 102551.90734213963151, 508087.026559196412563 ], [ 102731.775700408965349, 508197.587843634188175 ], [ 103057.284721594798611, 508396.692910815472715 ], [ 102550.010766848688945, 508084.090640462061856 ], [ 102692.0, 508496.0 ], [ 102997.0, 508821.0 ], [ 103438.0, 508966.0 ] ] ], [ [ [ 104076.366009324410697, 508625.129999995231628 ], [ 103430.747508625398041, 508625.129999995231628 ], [ 103432.272196620702744, 508626.062610417604446 ], [ 103979.957406483590603, 508626.062610417604446 ], [ 104076.366009324410697, 508625.129999995231628 ] ] ], [ [ [ 104161.709830550011247, 508175.715318921022117 ], [ 104160.884648957187892, 508173.321993998368271 ], [ 104261.95677497300494, 508623.334684253262822 ], [ 104261.992092337459326, 508623.334342610090971 ], [ 104262.302263800054789, 508623.310604989528656 ], [ 104161.709830550011247, 508175.715318921022117 ] ] ], [ [ [ 103974.339000108200707, 508642.844465469883289 ], [ 104043.441088769948692, 508638.249441670777742 ], [ 103976.002692505717278, 508642.308234035968781 ], [ 103974.339000108200707, 508642.844465469883289 ] ] ], [ [ [ 104261.992092337459326, 508623.334342610090971 ], [ 104261.957296336855507, 508623.337005569308531 ], [ 104262.041818593017524, 508623.713331757171545 ], [ 104325.389767091110116, 508619.500936204276513 ], [ 104314.814982086420059, 508619.775605946779251 ], [ 104314.652453040762339, 508619.304212960065342 ], [ 104262.302263800054789, 508623.310604989528656 ], [ 104262.306914154440165, 508623.331297166645527 ], [ 104261.992092337459326, 508623.334342610090971 ] ] ], [ [ [ 104238.528835811986937, 508625.129999995231628 ], [ 104223.893760020539048, 508626.250031304545701 ], [ 104240.737307785166195, 508625.129999995231628 ], [ 104238.528835811986937, 508625.129999995231628 ] ] ], [ [ [ 102894.118646252216422, 509649.484526305226609 ], [ 102894.118658430874348, 509649.484502740204334 ], [ 102993.00000000372529, 509458.0 ], [ 103147.000204369425774, 509341.000268813222647 ], [ 103147.00287196644058, 509340.99903803068446 ], [ 103147.0, 509341.0 ], [ 102993.0, 509458.0 ], [ 102894.118646252216422, 509649.484526305226609 ] ] ], [ [ [ 106234.00000000372529, 502326.000000007450581 ], [ 106565.00000000372529, 502379.00000000372529 ], [ 106831.00000000372529, 502454.795698925794568 ], [ 106565.0, 502379.0 ], [ 106234.0, 502326.0 ], [ 105968.0, 502166.0 ], [ 105795.333333333328483, 502016.0 ], [ 105968.0, 502166.000000007450581 ], [ 106234.00000000372529, 502326.000000007450581 ] ] ], [ [ [ 108017.652968037436949, 504091.347031966317445 ], [ 107992.0, 504011.0 ], [ 107936.801310044960701, 503852.00000000372529 ], [ 107992.0, 504011.00000000372529 ], [ 108017.652968037436949, 504091.347031966317445 ] ] ], [ [ [ 108516.0, 505119.0 ], [ 108271.0, 504781.0 ], [ 108178.358061989230919, 504546.449891047901474 ], [ 108271.076223734766245, 504781.511731829494238 ], [ 108515.631208673119545, 505119.439751397818327 ], [ 108761.761898548487807, 505252.281531187705696 ], [ 108516.0, 505119.0 ] ] ], [ [ [ 109000.0, 505321.409869632392656 ], [ 109000.0, 505321.247491638816427 ], [ 108835.525195277048624, 505292.093094814976212 ], [ 108836.519722990691662, 505292.629861813038588 ], [ 109000.0, 505321.409869632392656 ] ] ], [ [ [ 104847.0, 502465.000000011175871 ], [ 104846.912256652110955, 502464.927337551198434 ], [ 104919.737013805657625, 502796.37567076459527 ], [ 104919.927275162364822, 502796.669251413841266 ], [ 104847.0, 502465.000000011175871 ] ] ], [ [ [ 105231.00000000372529, 503274.99999999627471 ], [ 104956.053691541033913, 502852.413712401117664 ], [ 105233.512418515980244, 503280.543284382671118 ], [ 105360.220849317163811, 503499.056751605356112 ], [ 105231.00000000372529, 503274.99999999627471 ] ] ], [ [ [ 105218.00000000372529, 504781.000000007450581 ], [ 105391.00000000372529, 504137.000000007450581 ], [ 105391.429657268861774, 504134.304342097253539 ], [ 105390.994974117726088, 504137.005300953984261 ], [ 105248.617809314280748, 504666.891469869762659 ], [ 105217.905722819268703, 504780.638924576342106 ], [ 105201.456087127327919, 504878.644122511148453 ], [ 105161.42317521572113, 505120.828365541994572 ], [ 105159.571914196014404, 505131.946450181305408 ], [ 105150.450487237423658, 505186.736821986734867 ], [ 105141.570766273885965, 505240.045328792184591 ], [ 105137.253586918115616, 505265.576234240084887 ], [ 105135.854005676854285, 505274.527918285166379 ], [ 105218.00000000372529, 504781.000000007450581 ] ] ], [ [ [ 105092.0, 505538.0 ], [ 105109.720224946911912, 505431.538013616809621 ], [ 105091.674611501395702, 505535.827812395989895 ], [ 105085.705201196935377, 505836.76083558879327 ], [ 105092.0, 505538.0 ] ] ], [ [ [ 104965.0, 507581.0 ], [ 105059.0, 507316.0 ], [ 105059.000000000727596, 507315.999999999650754 ], [ 105125.0, 506943.99999999627471 ], [ 105026.0, 506593.0 ], [ 105034.989148932756507, 506518.71231637353776 ], [ 105025.395973283797503, 506593.213099051266909 ], [ 105124.481426451355219, 506943.80738366022706 ], [ 105057.603874213993549, 507316.762567646801472 ], [ 104964.409094788134098, 507582.067981313914061 ], [ 105064.268556535243988, 507707.494699243456125 ], [ 105222.192071076482534, 507902.876291118562222 ], [ 105363.566866494918941, 508336.726401796506252 ], [ 105364.999999987281626, 508337.000000008731149 ], [ 105365.0, 508337.0 ], [ 105223.0, 507902.0 ], [ 104965.0, 507581.0 ] ] ], [ [ [ 106424.0, 506990.99999999627471 ], [ 106239.917525774115347, 506998.670103092736099 ], [ 106424.0, 506991.0 ], [ 106654.8962025330693, 506848.792405062413309 ], [ 106424.0, 506990.99999999627471 ] ] ], [ [ [ 104683.179627127698041, 508528.820372879737988 ], [ 104890.082241522977711, 508321.917758484487422 ], [ 104887.506879240274429, 508322.151261139661074 ], [ 104683.179627127698041, 508528.820372879737988 ] ] ], [ [ [ 105646.572173033622676, 511210.697925742715597 ], [ 105514.644435727357632, 511340.681714489357546 ], [ 105647.0, 511211.0 ], [ 105492.765165718912613, 511003.350504496018402 ], [ 105646.572173033622676, 511210.697925742715597 ] ] ], [ [ [ 105278.032552402961301, 511538.899284179962706 ], [ 105449.0, 511405.0 ], [ 105454.751148450639448, 511399.365036366565619 ], [ 105278.032552402961301, 511538.899284179962706 ] ] ], [ [ [ 105248.91204592793656, 511897.556422809080686 ], [ 105249.0, 511897.0 ], [ 105242.754770564832143, 511821.336643381568138 ], [ 105248.91204592793656, 511897.556422809080686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104249.969330855019507, 524380.829925650614314 ], [ 104237.7132687594858, 524280.46271443576552 ], [ 104232.94118128271657, 524286.401096204179339 ], [ 104249.969330855019507, 524380.829925650614314 ] ] ], [ [ [ 107523.775784753539483, 525400.596412555663846 ], [ 107689.937709809775697, 525116.814248414826579 ], [ 107647.0, 525183.0 ], [ 107589.698854337126249, 525274.243862520554103 ], [ 107523.775784753539483, 525400.596412555663846 ] ] ], [ [ [ 104355.0, 525546.0 ], [ 104368.54194431223732, 525717.000237981905229 ], [ 104354.0, 525325.0 ], [ 104348.050372718498693, 525269.241313554113731 ], [ 104355.0, 525546.0 ] ] ], [ [ [ 104398.853596940622083, 526099.759145681513473 ], [ 104406.0, 526190.0 ], [ 104420.047767838041182, 526249.848478363244794 ], [ 104398.853596940622083, 526099.759145681513473 ] ] ], [ [ [ 106348.370883570270962, 526381.19362965633627 ], [ 106471.0, 526334.0 ], [ 106501.875298515209579, 526314.91735022328794 ], [ 106348.370883570270962, 526381.19362965633627 ] ] ], [ [ [ 105162.267802941947593, 526790.857809946290217 ], [ 105201.0, 526783.0 ], [ 105509.72393300915428, 526684.309562398702838 ], [ 105336.0, 526734.0 ], [ 105162.267802941947593, 526790.857809946290217 ] ] ], [ [ [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102876.353799345844891, 521643.251320264593232 ], [ 103882.0, 521482.0 ], [ 103930.326880618202267, 521472.827065616904292 ], [ 103871.0, 520983.0 ], [ 103788.0, 520477.0 ], [ 103712.0, 519840.0 ], [ 103566.0, 519023.0 ], [ 103498.0, 518435.0 ], [ 103432.0, 517830.0 ], [ 103334.0, 517188.0 ], [ 103274.0, 516661.0 ], [ 103204.0, 516097.0 ], [ 103126.0, 515644.0 ], [ 103084.0, 515232.0 ], [ 103049.02172810745833, 514988.817728747148067 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ] ] ], [ [ [ 105308.0, 515079.0 ], [ 105409.0, 515279.0 ], [ 105572.0, 515579.0 ], [ 105653.0, 515742.0 ], [ 105812.0, 515835.0 ], [ 105934.0, 515911.0 ], [ 106013.0, 516010.0 ], [ 105987.0, 516058.0 ], [ 105859.0, 516127.0 ], [ 105821.0, 516225.0 ], [ 105916.0, 516401.0 ], [ 105887.0, 516521.0 ], [ 105876.0, 516612.0 ], [ 105832.0, 516711.0 ], [ 105776.0, 516836.0 ], [ 105774.0, 517037.0 ], [ 105846.0, 517148.0 ], [ 105966.0, 517184.0 ], [ 106174.0, 517223.0 ], [ 106203.0, 517374.0 ], [ 106173.0, 517513.0 ], [ 106208.0, 517801.0 ], [ 106241.0, 518061.0 ], [ 106239.0, 518320.0 ], [ 106245.0, 518590.0 ], [ 106278.0, 518852.0 ], [ 106318.0, 519063.0 ], [ 106357.0, 519309.0 ], [ 106461.0, 519507.0 ], [ 106574.0, 519664.0 ], [ 106502.0, 519817.0 ], [ 106516.0, 520036.0 ], [ 106651.0, 520162.0 ], [ 106957.0, 520336.0 ], [ 107264.0, 520499.0 ], [ 107536.0, 520696.0 ], [ 107561.951741904878872, 520721.125253309204709 ], [ 108189.0, 520741.0 ], [ 109672.0, 520931.0 ], [ 110483.0, 521061.0 ], [ 112136.0, 521442.0 ], [ 113148.0, 521703.0 ], [ 113159.675566605452332, 521961.548936051898636 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 515000.0 ], [ 105273.648492090273066, 515000.581406185869128 ], [ 105308.0, 515079.0 ] ] ], [ [ [ 110675.52, 523014.99 ], [ 110528.001650824575336, 522988.637278340116609 ], [ 110697.0, 523023.0 ], [ 112063.893962913891301, 523389.161243325041141 ], [ 112065.208304075116757, 523387.448843732650857 ], [ 112072.800327899807598, 523377.557516513741575 ], [ 111651.666422982321819, 523262.46400097879814 ], [ 110675.52, 523014.99 ] ] ], [ [ [ 108528.278567925444804, 523532.886709171172697 ], [ 108486.2825225382403, 523624.731719001720194 ], [ 108673.0, 523345.0 ], [ 108672.671848761310684, 523330.773678652418312 ], [ 108595.803278688603314, 523434.950819672027137 ], [ 108530.0, 523530.0 ], [ 108528.278567925444804, 523532.886709171172697 ] ] ], [ [ [ 108314.0, 524151.0 ], [ 108299.863302169498638, 524179.003267676976975 ], [ 108317.0, 524149.0 ], [ 108326.225759768451098, 524105.801736613619141 ], [ 108314.0, 524151.0 ] ] ], [ [ [ 107778.875058493213146, 524979.722976134740748 ], [ 107691.903668514118181, 525113.783847981016152 ], [ 108012.0, 524683.0 ], [ 108030.433064395634574, 524650.727028238470666 ], [ 107988.0, 524714.0 ], [ 107778.875058493213146, 524979.722976134740748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 50.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107536.0, 520696.0 ], [ 107264.0, 520499.0 ], [ 106957.0, 520336.0 ], [ 106651.0, 520162.0 ], [ 106516.0, 520036.0 ], [ 106502.0, 519817.0 ], [ 106574.0, 519664.0 ], [ 106461.0, 519507.0 ], [ 106357.0, 519309.0 ], [ 106318.0, 519063.0 ], [ 106278.0, 518852.0 ], [ 106245.0, 518590.0 ], [ 106239.0, 518320.0 ], [ 106241.0, 518061.0 ], [ 106208.0, 517801.0 ], [ 106173.0, 517513.0 ], [ 106203.0, 517374.0 ], [ 106174.0, 517223.0 ], [ 105966.0, 517184.0 ], [ 105846.0, 517148.0 ], [ 105774.0, 517037.0 ], [ 105776.0, 516836.0 ], [ 105832.0, 516711.0 ], [ 105876.0, 516612.0 ], [ 105887.0, 516521.0 ], [ 105916.0, 516401.0 ], [ 105821.0, 516225.0 ], [ 105859.0, 516127.0 ], [ 105987.0, 516058.0 ], [ 106013.0, 516010.0 ], [ 105934.0, 515911.0 ], [ 105812.0, 515835.0 ], [ 105653.0, 515742.0 ], [ 105572.0, 515579.0 ], [ 105409.0, 515279.0 ], [ 105308.0, 515079.0 ], [ 105273.648492090273066, 515000.581406185869128 ], [ 104000.82, 515000.78000000002794 ], [ 103060.76, 514989.200000000011642 ], [ 103049.02172810745833, 514988.817728747148067 ], [ 103084.0, 515232.0 ], [ 103126.0, 515644.0 ], [ 103204.0, 516097.0 ], [ 103274.0, 516661.0 ], [ 103334.0, 517188.0 ], [ 103432.0, 517830.0 ], [ 103498.0, 518435.0 ], [ 103566.0, 519023.0 ], [ 103712.0, 519840.0 ], [ 103788.0, 520477.0 ], [ 103871.0, 520983.0 ], [ 103930.326880618202267, 521472.827065616904292 ], [ 104883.0, 521292.0 ], [ 106196.0, 520891.0 ], [ 107558.0, 520721.0 ], [ 107561.951741904878872, 520721.125253309204709 ], [ 107536.0, 520696.0 ] ] ], [ [ [ 105324.0, 523165.0 ], [ 105303.115541053950437, 523182.473204308771528 ], [ 105413.559303290021489, 523132.177218689525034 ], [ 105324.0, 523165.0 ] ] ], [ [ [ 104560.0, 523897.0 ], [ 104924.282838805695064, 523499.427606734272558 ], [ 104773.0, 523626.0 ], [ 104495.145270270266337, 523964.056587837811094 ], [ 104560.0, 523897.0 ] ] ], [ [ [ 104403.0, 526014.0 ], [ 104365.0, 525560.0 ], [ 104355.0, 525172.0 ], [ 104304.0, 524796.0 ], [ 104241.304252807152807, 524275.994096812268253 ], [ 104237.7132687594858, 524280.46271443576552 ], [ 104249.969330855019507, 524380.829925650614314 ], [ 104276.0, 524594.0 ], [ 104348.050372718498693, 525269.241313554113731 ], [ 104354.0, 525325.0 ], [ 104368.54194431223732, 525717.000237981905229 ], [ 104377.0, 525945.0 ], [ 104398.853596940622083, 526099.759145681513473 ], [ 104420.047767838041182, 526249.848478363244794 ], [ 104420.452166248316644, 526252.712279350380413 ], [ 104421.538135013004648, 526260.402711214614101 ], [ 104403.0, 526014.0 ] ] ], [ [ [ 104475.0, 526639.0 ], [ 104558.103587115663686, 526910.720717423129827 ], [ 104480.0, 526625.0 ], [ 104448.573842762678396, 526451.859662013244815 ], [ 104475.0, 526639.0 ] ] ], [ [ [ 105073.587064674997237, 526819.880597015493549 ], [ 105006.0, 526842.0 ], [ 104790.0, 526880.0 ], [ 104559.101940296386601, 526913.984995800536126 ], [ 104564.0, 526930.0 ], [ 104904.0, 526877.0 ], [ 105073.587064674997237, 526819.880597015493549 ] ] ], [ [ [ 108708.0, 523124.0 ], [ 108718.0, 522894.0 ], [ 108710.627291242373758, 522861.033459412341472 ], [ 108714.0, 522884.0 ], [ 108692.229452054802096, 523240.702054794412106 ], [ 108708.0, 523124.0 ] ] ], [ [ [ 108528.278567925444804, 523532.886709171172697 ], [ 108530.0, 523530.0 ], [ 108595.803278688603314, 523434.950819672027137 ], [ 108536.0, 523516.0 ], [ 108528.278567925444804, 523532.886709171172697 ] ] ], [ [ [ 108037.078521166084101, 524640.817826426937245 ], [ 108056.0, 524617.0 ], [ 108226.0, 524362.0 ], [ 108249.432618769540568, 524278.900990845053457 ], [ 108157.0, 524462.0 ], [ 108037.078521166084101, 524640.817826426937245 ] ] ], [ [ [ 107689.937709809775697, 525116.814248414826579 ], [ 107691.903668514118181, 525113.783847981016152 ], [ 107778.875058493213146, 524979.722976134740748 ], [ 107770.0, 524991.0 ], [ 107606.0, 525243.0 ], [ 107589.698854337126249, 525274.243862520554103 ], [ 107647.0, 525183.0 ], [ 107689.937709809775697, 525116.814248414826579 ] ] ], [ [ [ 106733.522689075631206, 526189.103038138360716 ], [ 106599.704336714698002, 526261.921571759274229 ], [ 106664.0, 526236.0 ], [ 106733.522689075631206, 526189.103038138360716 ] ] ], [ [ [ 105954.497250859101769, 526541.369759450200945 ], [ 106034.0, 526520.0 ], [ 106119.859550561799551, 526478.55056179780513 ], [ 105954.497250859101769, 526541.369759450200945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 7000.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107820.0, 522654.0 ], [ 108144.0, 522570.0 ], [ 107658.0, 522694.0 ], [ 107604.319650655015721, 522719.523144104809035 ], [ 107820.0, 522654.0 ] ] ], [ [ [ 107463.814285714281141, 522786.328571428544819 ], [ 107067.0, 522975.0 ], [ 107340.0, 522849.0 ], [ 107463.814285714281141, 522786.328571428544819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 3000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 110675.52, 523014.99 ], [ 111651.666422982321819, 523262.46400097879814 ], [ 110673.0, 522995.0 ], [ 109028.84442829118052, 522683.811091494746506 ], [ 110528.001650824575336, 522988.637278340116609 ], [ 110675.52, 523014.99 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 113159.675566605452332, 521961.548936051898636 ], [ 113148.0, 521703.0 ], [ 112136.0, 521442.0 ], [ 110483.0, 521061.0 ], [ 109672.0, 520931.0 ], [ 108189.0, 520741.0 ], [ 107558.0, 520721.0 ], [ 106196.0, 520891.0 ], [ 104883.0, 521292.0 ], [ 103882.0, 521482.0 ], [ 102876.353799345844891, 521643.251320264593232 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103461.20019612237229, 525258.841814611572772 ], [ 104228.0, 524259.0 ], [ 104232.94118128271657, 524286.401096204179339 ], [ 104241.304252807152807, 524275.994096812268253 ], [ 104236.0, 524232.0 ], [ 104495.145270270266337, 523964.056587837811094 ], [ 104773.0, 523626.0 ], [ 104924.282838805695064, 523499.427606734272558 ], [ 104943.0, 523479.0 ], [ 105280.0, 523193.0 ], [ 105303.115541053950437, 523182.473204308771528 ], [ 105324.0, 523165.0 ], [ 105413.559303290021489, 523132.177218689525034 ], [ 105493.0, 523096.0 ], [ 106116.0, 523015.0 ], [ 106496.0, 522975.0 ], [ 107067.0, 522975.0 ], [ 107463.814285714281141, 522786.328571428544819 ], [ 107583.0, 522726.0 ], [ 107604.319650655015721, 522719.523144104809035 ], [ 107658.0, 522694.0 ], [ 108144.0, 522570.0 ], [ 108433.0, 522559.0 ], [ 108672.0, 522598.0 ], [ 108674.759899663404212, 522616.793602469842881 ], [ 108674.006194640256581, 522611.661230169353075 ], [ 109028.84442829118052, 522683.811091494746506 ], [ 110673.0, 522995.0 ], [ 112072.800327899807598, 523377.557516513741575 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 113159.675566605452332, 521961.548936051898636 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 7000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104480.0, 526625.0 ], [ 104559.0, 526914.0 ], [ 104790.0, 526880.0 ], [ 105006.0, 526842.0 ], [ 105073.587064674997237, 526819.880597015493549 ], [ 105073.587064676612499, 526819.880597014911473 ], [ 105162.267802941860282, 526790.857809946290217 ], [ 105162.267802941947593, 526790.857809946290217 ], [ 105336.0, 526734.0 ], [ 105509.72393300915428, 526684.309562398702838 ], [ 105787.0, 526605.0 ], [ 106145.0, 526469.0 ], [ 106504.0, 526314.0 ], [ 106599.704336714319652, 526261.921571759390645 ], [ 106599.704336714698002, 526261.921571759274229 ], [ 106855.0, 526123.0 ], [ 107144.0, 525907.0 ], [ 107414.0, 525611.0 ], [ 107523.775784753539483, 525400.596412555663846 ], [ 107606.0, 525243.0 ], [ 107770.0, 524991.0 ], [ 107988.0, 524714.0 ], [ 108157.0, 524462.0 ], [ 108254.349259212423931, 524269.161658502765931 ], [ 108299.863302169367671, 524179.003267677209806 ], [ 108299.863302169498638, 524179.003267676976975 ], [ 108314.0, 524151.0 ], [ 108413.0, 523785.0 ], [ 108486.282522538211197, 523624.731719001778401 ], [ 108486.2825225382403, 523624.731719001720194 ], [ 108536.0, 523516.0 ], [ 108672.671848761310684, 523330.773678652418312 ], [ 108688.0, 523310.0 ], [ 108692.229452054787544, 523240.702054794528522 ], [ 108692.229452054802096, 523240.702054794412106 ], [ 108714.0, 522884.0 ], [ 108710.627291242373758, 522861.033459412341472 ], [ 108710.627291242359206, 522861.033459412283264 ], [ 108685.799429139238782, 522691.967541281483136 ], [ 108672.0, 522598.0 ], [ 108433.0, 522559.0 ], [ 108144.0, 522570.0 ], [ 107820.0, 522654.0 ], [ 107583.0, 522726.0 ], [ 107340.0, 522849.0 ], [ 107067.0, 522975.0 ], [ 106496.0, 522975.0 ], [ 106116.0, 523015.0 ], [ 105493.0, 523096.0 ], [ 105280.0, 523193.0 ], [ 104943.0, 523479.0 ], [ 104560.0, 523897.0 ], [ 104236.0, 524232.0 ], [ 104304.0, 524796.0 ], [ 104355.0, 525172.0 ], [ 104365.0, 525560.0 ], [ 104403.0, 526014.0 ], [ 104427.0, 526333.0 ], [ 104448.573842762678396, 526451.859662013244815 ], [ 104480.0, 526625.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112063.893962913891301, 523389.161243325041141 ], [ 110697.0, 523023.0 ], [ 108674.006194640256581, 522611.661230169353075 ], [ 108710.627291242359206, 522861.033459412283264 ], [ 108718.0, 522894.0 ], [ 108708.0, 523124.0 ], [ 108692.229452054787544, 523240.702054794528522 ], [ 108688.0, 523310.0 ], [ 108672.671848761310684, 523330.773678652418312 ], [ 108673.0, 523345.0 ], [ 108486.282522538211197, 523624.731719001778401 ], [ 108413.0, 523785.0 ], [ 108326.225759768451098, 524105.801736613619141 ], [ 108317.0, 524149.0 ], [ 108299.863302169367671, 524179.003267677209806 ], [ 108249.432618769540568, 524278.900990845053457 ], [ 108226.0, 524362.0 ], [ 108056.0, 524617.0 ], [ 108037.078521166084101, 524640.817826426937245 ], [ 108030.433064395634574, 524650.727028238470666 ], [ 108012.0, 524683.0 ], [ 107691.903668514118181, 525113.783847981016152 ], [ 107689.937709809775697, 525116.814248414826579 ], [ 107523.77578475336486, 525400.596412556013092 ], [ 107414.0, 525611.0 ], [ 107144.0, 525907.0 ], [ 106855.0, 526123.0 ], [ 106733.522689075631206, 526189.103038138360716 ], [ 106664.0, 526236.0 ], [ 106599.704336714319652, 526261.921571759390645 ], [ 106504.0, 526314.0 ], [ 106501.875298515209579, 526314.91735022328794 ], [ 106471.0, 526334.0 ], [ 106348.370883570270962, 526381.19362965633627 ], [ 106145.0, 526469.0 ], [ 106119.859550561799551, 526478.55056179780513 ], [ 106034.0, 526520.0 ], [ 105954.497250859101769, 526541.369759450200945 ], [ 105787.0, 526605.0 ], [ 105509.723933009183384, 526684.309562398702838 ], [ 105201.0, 526783.0 ], [ 105162.267802941860282, 526790.857809946290217 ], [ 105073.587064676612499, 526819.880597014911473 ], [ 104904.0, 526877.0 ], [ 104564.0, 526930.0 ], [ 104559.101940296386601, 526913.984995800536126 ], [ 104559.0, 526914.0 ], [ 104558.103587115663686, 526910.720717423129827 ], [ 104475.0, 526639.0 ], [ 104448.573842762678396, 526451.859662013244815 ], [ 104427.0, 526333.0 ], [ 104421.538135013004648, 526260.402711214614101 ], [ 104420.047767838041182, 526249.848478363244794 ], [ 104406.0, 526190.0 ], [ 104398.853596940622083, 526099.759145681513473 ], [ 104377.0, 525945.0 ], [ 104368.54194431223732, 525717.000237981905229 ], [ 104355.0, 525546.0 ], [ 104348.050372718498693, 525269.241313554113731 ], [ 104276.0, 524594.0 ], [ 104249.969330855019507, 524380.829925650614314 ], [ 104228.0, 524259.0 ], [ 103461.20019612237229, 525258.841814611572772 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS13_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS13_combined.geojson new file mode 100644 index 0000000..4062c0d --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS13_combined.geojson @@ -0,0 +1,36 @@ +{ +"type": "FeatureCollection", +"name": "CS13_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 19040.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 512919.788413098256569 ], [ 108636.0, 512752.0 ], [ 108209.0, 512610.0 ], [ 107826.0, 512548.0 ], [ 107466.0, 512472.0 ], [ 107189.0, 512300.0 ], [ 106993.0, 512069.0 ], [ 106815.0, 511777.0 ], [ 106723.0, 511606.0 ], [ 106621.0, 511254.0 ], [ 106466.0, 511022.0 ], [ 106297.0, 510806.0 ], [ 106125.0, 510646.0 ], [ 105965.0, 510594.0 ], [ 105871.0, 510613.0 ], [ 105804.0, 510698.0 ], [ 105762.0, 510828.0 ], [ 105764.0, 510878.0 ], [ 105768.0, 510963.0 ], [ 105582.0, 511297.0 ], [ 105308.0, 511762.0 ], [ 105131.0, 512285.0 ], [ 105021.0, 512576.0 ], [ 104731.0, 512737.0 ], [ 104318.0, 512774.0 ], [ 103934.0, 512747.0 ], [ 103500.0, 512583.0 ], [ 103202.0, 512275.0 ], [ 103120.0, 512049.0 ], [ 103158.0, 511581.0 ], [ 103284.0, 511355.0 ], [ 103455.0, 511191.0 ], [ 103639.0, 511070.0 ], [ 103496.0, 511020.0 ], [ 103363.0, 510952.0 ], [ 103361.0, 510949.0 ], [ 103217.0, 511039.0 ], [ 103059.0, 511122.0 ], [ 102847.0, 511202.0 ], [ 102632.0, 511284.0 ], [ 102418.0, 511321.0 ], [ 102253.0, 511309.0 ], [ 102633.885627159543219, 514975.298311334219761 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 8467.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103455.0, 511191.0 ], [ 103284.0, 511355.0 ], [ 103158.0, 511581.0 ], [ 103120.0, 512049.0 ], [ 103202.0, 512275.0 ], [ 103500.0, 512583.0 ], [ 103934.0, 512747.0 ], [ 104318.0, 512774.0 ], [ 104731.0, 512737.0 ], [ 105021.0, 512576.0 ], [ 105131.0, 512285.0 ], [ 105308.0, 511762.0 ], [ 105582.0, 511297.0 ], [ 105768.0, 510963.0 ], [ 105680.0, 510938.0 ], [ 105582.0, 510892.0 ], [ 105416.0, 510865.0 ], [ 105279.0, 510839.0 ], [ 105134.0, 510838.0 ], [ 104990.0, 510837.0 ], [ 104903.0, 510868.0 ], [ 104779.0, 510881.0 ], [ 104543.0, 510878.0 ], [ 104546.0, 510761.0 ], [ 104522.0, 510637.0 ], [ 104479.0, 510514.0 ], [ 104431.0, 510453.0 ], [ 104375.0, 510413.0 ], [ 104298.0, 510387.0 ], [ 104198.0, 510403.0 ], [ 104154.0, 510465.0 ], [ 104092.0, 510675.0 ], [ 104033.0, 510852.0 ], [ 103964.0, 510949.0 ], [ 103911.0, 511008.0 ], [ 103770.0, 511075.0 ], [ 103639.0, 511070.0 ], [ 103455.0, 511191.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 390.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104696.0, 509355.0 ], [ 105053.0, 509142.0 ], [ 104863.0, 508853.0 ], [ 104696.0, 508496.0 ], [ 104529.0, 508352.0 ], [ 104195.0, 508139.0 ], [ 103868.0, 508329.0 ], [ 103534.0, 508382.0 ], [ 103511.0, 508641.0 ], [ 103412.0, 509233.0 ], [ 103678.0, 509590.0 ], [ 104058.0, 509469.0 ], [ 104696.0, 509355.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 240.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104479.0, 510514.0 ], [ 104522.0, 510637.0 ], [ 104546.0, 510761.0 ], [ 104543.0, 510878.0 ], [ 104779.0, 510881.0 ], [ 104903.0, 510868.0 ], [ 104990.0, 510837.0 ], [ 105134.0, 510838.0 ], [ 105279.0, 510839.0 ], [ 105416.0, 510865.0 ], [ 105582.0, 510892.0 ], [ 105680.0, 510938.0 ], [ 105768.0, 510963.0 ], [ 105764.0, 510878.0 ], [ 105762.0, 510828.0 ], [ 105804.0, 510698.0 ], [ 105871.0, 510613.0 ], [ 105965.0, 510594.0 ], [ 106125.0, 510646.0 ], [ 106297.0, 510806.0 ], [ 106466.0, 511022.0 ], [ 106621.0, 511254.0 ], [ 106723.0, 511606.0 ], [ 106815.0, 511777.0 ], [ 106993.0, 512069.0 ], [ 107189.0, 512300.0 ], [ 107466.0, 512472.0 ], [ 107826.0, 512548.0 ], [ 108209.0, 512610.0 ], [ 108636.0, 512752.0 ], [ 109000.0, 512919.788413098256569 ], [ 109000.0, 502770.083612040150911 ], [ 108940.0, 502775.0 ], [ 108651.0, 502895.0 ], [ 108108.0, 503073.0 ], [ 107886.0, 503599.0 ], [ 107432.0, 503963.0 ], [ 107144.0, 503978.0 ], [ 106629.0, 504064.0 ], [ 106182.0, 504764.400000000023283 ], [ 106313.0, 505227.0 ], [ 106268.0, 505419.0 ], [ 106072.0, 505574.0 ], [ 105817.64, 505697.539999999979045 ], [ 105432.0, 505665.0 ], [ 104916.0, 505751.0 ], [ 104166.0, 505879.0 ], [ 104713.0, 506609.0 ], [ 105786.0, 507203.0 ], [ 105798.0, 507522.0 ], [ 105846.0, 508116.0 ], [ 106011.0, 508508.0 ], [ 106186.0, 508848.0 ], [ 106157.0, 509236.0 ], [ 105992.0, 509479.0 ], [ 105652.0, 509714.0 ], [ 105210.0, 509865.0 ], [ 104847.0, 510028.0 ], [ 104431.0, 510453.0 ], [ 104479.0, 510514.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 112.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103445.0, 505701.0 ], [ 103537.0, 505367.0 ], [ 103655.0, 505215.0 ], [ 103863.0, 505079.0 ], [ 104031.6, 504986.400000000023283 ], [ 103911.0, 504872.0 ], [ 103669.0, 504925.0 ], [ 103470.0, 505104.0 ], [ 103268.0, 505566.0 ], [ 103064.0, 505777.0 ], [ 102514.0, 505815.0 ], [ 103508.0, 505837.0 ], [ 103445.0, 505701.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 476.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104916.0, 505751.0 ], [ 105432.0, 505665.0 ], [ 105817.64, 505697.539999999979045 ], [ 106072.0, 505574.0 ], [ 106268.0, 505419.0 ], [ 106313.0, 505227.0 ], [ 106182.0, 504764.400000000023283 ], [ 105919.18, 504929.409999999974389 ], [ 105254.34, 504908.18 ], [ 105016.14, 504928.590000000025611 ], [ 104598.63, 504943.210000000020955 ], [ 104021.3, 505097.349999999976717 ], [ 103994.18150994728785, 505006.951317786995787 ], [ 103863.0, 505079.0 ], [ 103655.0, 505215.0 ], [ 103537.0, 505367.0 ], [ 103445.0, 505701.0 ], [ 103508.0, 505837.0 ], [ 104166.0, 505879.0 ], [ 104916.0, 505751.0 ] ] ], [ [ [ 103064.0, 505777.0 ], [ 103268.0, 505566.0 ], [ 103470.0, 505104.0 ], [ 103669.0, 504925.0 ], [ 103911.0, 504872.0 ], [ 103970.680898365331814, 504928.612726144259796 ], [ 103948.31, 504854.039999999979045 ], [ 103782.0, 504743.25 ], [ 103424.43, 504369.68 ], [ 102705.0, 504194.0 ], [ 102689.0, 504533.0 ], [ 102507.0, 504683.0 ], [ 101683.0, 504750.0 ], [ 101412.0, 504447.0 ], [ 101581.0, 504214.0 ], [ 101460.0, 503982.0 ], [ 102012.0, 503409.0 ], [ 101886.0, 503219.0 ], [ 101303.0, 503486.0 ], [ 100694.0, 503517.0 ], [ 100190.0, 503371.0 ], [ 100358.0, 503915.0 ], [ 100543.0, 504186.0 ], [ 100925.0, 504717.0 ], [ 101437.0, 505221.0 ], [ 101815.0, 505260.0 ], [ 102046.0, 505484.0 ], [ 102514.0, 505815.0 ], [ 103064.0, 505777.0 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 12320.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102788.0, 500707.0 ], [ 102825.0, 500766.0 ], [ 102940.0, 500798.0 ], [ 103154.0, 500766.0 ], [ 103241.0, 500750.0 ], [ 103298.0, 500759.0 ], [ 103388.0, 500696.0 ], [ 103416.0, 500596.0 ], [ 103409.0, 500564.0 ], [ 103385.0, 500446.0 ], [ 103250.0, 500359.0 ], [ 103105.0, 500380.0 ], [ 103020.0, 500471.0 ], [ 103008.0, 500484.0 ], [ 102889.0, 500600.0 ], [ 102861.0, 500611.0 ], [ 102812.0, 500631.0 ], [ 102776.0, 500645.0 ], [ 102788.0, 500707.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 22400.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 96470.873277507838793, 499241.301707860082388 ], [ 96545.98399999999674, 499460.099999999976717 ], [ 96991.410000000003492, 500921.900000000023283 ], [ 98833.851999999998952, 501407.82 ], [ 99522.236999999993714, 501472.60999999998603 ], [ 100190.0, 503371.0 ], [ 100694.0, 503517.0 ], [ 101303.0, 503486.0 ], [ 101886.0, 503219.0 ], [ 102012.0, 503409.0 ], [ 101460.0, 503982.0 ], [ 101581.0, 504214.0 ], [ 101412.0, 504447.0 ], [ 101683.0, 504750.0 ], [ 102507.0, 504683.0 ], [ 102689.0, 504533.0 ], [ 102705.0, 504194.0 ], [ 103424.43, 504369.68 ], [ 103782.0, 504743.25 ], [ 103948.31, 504854.039999999979045 ], [ 103970.680898365331814, 504928.612726144259796 ], [ 104031.6, 504986.400000000023283 ], [ 103994.18150994728785, 505006.951317786995787 ], [ 104021.3, 505097.349999999976717 ], [ 104598.63, 504943.210000000020955 ], [ 105016.14, 504928.590000000025611 ], [ 105254.34, 504908.18 ], [ 105919.18, 504929.409999999974389 ], [ 106182.0, 504764.400000000023283 ], [ 106629.0, 504064.0 ], [ 107144.0, 503978.0 ], [ 107432.0, 503963.0 ], [ 107886.0, 503599.0 ], [ 108108.0, 503073.0 ], [ 108651.0, 502895.0 ], [ 108940.0, 502775.0 ], [ 109000.0, 502770.083612040150911 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 104506.241836239612894, 496746.196017996349838 ], [ 104402.0, 496825.0 ], [ 104116.0, 497156.0 ], [ 103644.0, 497452.0 ], [ 103017.0, 497488.0 ], [ 102377.0, 497309.0 ], [ 102254.295655657158932, 496774.740711898601148 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ] ], [ [ 103409.0, 500564.0 ], [ 103416.0, 500596.0 ], [ 103388.0, 500696.0 ], [ 103298.0, 500759.0 ], [ 103158.0, 500976.0 ], [ 103064.0, 501128.0 ], [ 102796.0, 501359.0 ], [ 102413.0, 501555.0 ], [ 102087.0, 501613.0 ], [ 101681.0, 501743.0 ], [ 101392.0, 501779.0 ], [ 101109.0, 501707.0 ], [ 100914.0, 501671.0 ], [ 100646.0, 501649.0 ], [ 100320.0, 501555.0 ], [ 99842.399999999994179, 500020.0 ], [ 100052.0, 499882.0 ], [ 100356.0, 499730.0 ], [ 100632.0, 499557.0 ], [ 100936.0, 499390.0 ], [ 101182.0, 498927.0 ], [ 101602.0, 498586.0 ], [ 102087.0, 498586.0 ], [ 102297.0, 498753.0 ], [ 102521.0, 499231.0 ], [ 102739.0, 499557.0 ], [ 103043.0, 499752.0 ], [ 103231.0, 499926.0 ], [ 103385.0, 500446.0 ], [ 103409.0, 500564.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 785.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102457.0, 500685.0 ], [ 102544.0, 500516.0 ], [ 102617.0, 500462.0 ], [ 102733.0, 500430.0 ], [ 102777.0, 500359.0 ], [ 102723.0, 500303.0 ], [ 102565.0, 500325.0 ], [ 102486.0, 500446.0 ], [ 102436.0, 500652.0 ], [ 102448.0, 500656.0 ], [ 102457.0, 500685.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2240.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102377.0, 497309.0 ], [ 103017.0, 497488.0 ], [ 103644.0, 497452.0 ], [ 104116.0, 497156.0 ], [ 104402.0, 496825.0 ], [ 104506.241836239612894, 496746.196017996349838 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 102254.295655657158932, 496774.740711898601148 ], [ 102377.0, 497309.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 17940.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100352.74, 514901.01 ], [ 102633.885627159543219, 514975.298311334219761 ], [ 102253.0, 511309.0 ], [ 101526.65, 511427.200000000011642 ], [ 100988.09, 511556.78000000002794 ], [ 100340.2, 511759.24 ], [ 99573.930319436170976, 511759.24 ], [ 100352.74, 514901.01 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 200.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102632.0, 511284.0 ], [ 102847.0, 511202.0 ], [ 103059.0, 511122.0 ], [ 103217.0, 511039.0 ], [ 103361.0, 510949.0 ], [ 103496.0, 511020.0 ], [ 103639.0, 511070.0 ], [ 103770.0, 511075.0 ], [ 103911.0, 511008.0 ], [ 103964.0, 510949.0 ], [ 104033.0, 510852.0 ], [ 104092.0, 510675.0 ], [ 104154.0, 510465.0 ], [ 104198.0, 510403.0 ], [ 104298.0, 510387.0 ], [ 104375.0, 510413.0 ], [ 104431.0, 510453.0 ], [ 104847.0, 510028.0 ], [ 105210.0, 509865.0 ], [ 105652.0, 509714.0 ], [ 105992.0, 509479.0 ], [ 106157.0, 509236.0 ], [ 106186.0, 508848.0 ], [ 106011.0, 508508.0 ], [ 105846.0, 508116.0 ], [ 105798.0, 507522.0 ], [ 105786.0, 507203.0 ], [ 104713.0, 506609.0 ], [ 104166.0, 505879.0 ], [ 103508.0, 505837.0 ], [ 102514.0, 505815.0 ], [ 102046.0, 505484.0 ], [ 101815.0, 505260.0 ], [ 101437.0, 505221.0 ], [ 100925.0, 504717.0 ], [ 100543.0, 504186.0 ], [ 100358.0, 503915.0 ], [ 98760.964000000007218, 503533.71999999997206 ], [ 97060.248000000006869, 501521.200000000011642 ], [ 97234.369000000006054, 501947.729999999981374 ], [ 97687.892999999996391, 503842.82 ], [ 98266.945999999996275, 505597.520000000018626 ], [ 98773.111999999993714, 507751.76 ], [ 99326.61155104462523, 510761.539655023545492 ], [ 99573.930319436170976, 511759.24 ], [ 100340.2, 511759.24 ], [ 100988.09, 511556.78000000002794 ], [ 101526.65, 511427.200000000011642 ], [ 102253.0, 511309.0 ], [ 102418.0, 511321.0 ], [ 102632.0, 511284.0 ] ], [ [ 105053.0, 509142.0 ], [ 104696.0, 509355.0 ], [ 104058.0, 509469.0 ], [ 103678.0, 509590.0 ], [ 103412.0, 509233.0 ], [ 103511.0, 508641.0 ], [ 103534.0, 508382.0 ], [ 103868.0, 508329.0 ], [ 104195.0, 508139.0 ], [ 104529.0, 508352.0 ], [ 104696.0, 508496.0 ], [ 104863.0, 508853.0 ], [ 105053.0, 509142.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 485.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 100358.0, 503915.0 ], [ 100190.0, 503371.0 ], [ 99467.369000000006054, 503260.53000000002794 ], [ 98760.964000000007218, 503533.71999999997206 ], [ 100358.0, 503915.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10400.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 96991.410000000003492, 500921.900000000023283 ], [ 97060.248000000006869, 501521.200000000011642 ], [ 98760.964000000007218, 503533.71999999997206 ], [ 99467.369000000006054, 503260.53000000002794 ], [ 100190.0, 503371.0 ], [ 99522.236999999993714, 501472.60999999998603 ], [ 98833.851999999998952, 501407.82 ], [ 96991.410000000003492, 500921.900000000023283 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 5600.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102448.0, 500656.0 ], [ 102436.0, 500652.0 ], [ 102408.0, 500642.0 ], [ 102352.0, 500622.0 ], [ 102301.0, 500661.0 ], [ 102249.0, 500745.0 ], [ 102234.0, 500732.0 ], [ 102074.0, 500646.0 ], [ 101944.0, 500548.0 ], [ 101878.0, 500507.0 ], [ 101817.0, 500526.0 ], [ 101756.0, 500607.0 ], [ 101777.0, 500677.0 ], [ 101884.0, 500803.0 ], [ 101996.0, 500890.0 ], [ 102246.0, 500888.0 ], [ 102431.0, 500857.0 ], [ 102440.0, 500856.0 ], [ 102479.0, 500752.0 ], [ 102478.0, 500749.0 ], [ 102466.0, 500711.0 ], [ 102457.0, 500685.0 ], [ 102448.0, 500656.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 8960.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102521.0, 499231.0 ], [ 102297.0, 498753.0 ], [ 102087.0, 498586.0 ], [ 101602.0, 498586.0 ], [ 101182.0, 498927.0 ], [ 100936.0, 499390.0 ], [ 100632.0, 499557.0 ], [ 100356.0, 499730.0 ], [ 100052.0, 499882.0 ], [ 99842.399999999994179, 500020.0 ], [ 100320.0, 501555.0 ], [ 100646.0, 501649.0 ], [ 100914.0, 501671.0 ], [ 101109.0, 501707.0 ], [ 101392.0, 501779.0 ], [ 101681.0, 501743.0 ], [ 102087.0, 501613.0 ], [ 102413.0, 501555.0 ], [ 102796.0, 501359.0 ], [ 103064.0, 501128.0 ], [ 103158.0, 500976.0 ], [ 103298.0, 500759.0 ], [ 103241.0, 500750.0 ], [ 103154.0, 500766.0 ], [ 102940.0, 500798.0 ], [ 102825.0, 500766.0 ], [ 102788.0, 500707.0 ], [ 102776.0, 500645.0 ], [ 102812.0, 500631.0 ], [ 102861.0, 500611.0 ], [ 102889.0, 500600.0 ], [ 103008.0, 500484.0 ], [ 103020.0, 500471.0 ], [ 103105.0, 500380.0 ], [ 103250.0, 500359.0 ], [ 103385.0, 500446.0 ], [ 103231.0, 499926.0 ], [ 103043.0, 499752.0 ], [ 102739.0, 499557.0 ], [ 102521.0, 499231.0 ] ], [ [ 102466.0, 500711.0 ], [ 102478.0, 500749.0 ], [ 102479.0, 500752.0 ], [ 102440.0, 500856.0 ], [ 102431.0, 500857.0 ], [ 102246.0, 500888.0 ], [ 101996.0, 500890.0 ], [ 101884.0, 500803.0 ], [ 101777.0, 500677.0 ], [ 101756.0, 500607.0 ], [ 101817.0, 500526.0 ], [ 101878.0, 500507.0 ], [ 101944.0, 500548.0 ], [ 102074.0, 500646.0 ], [ 102234.0, 500732.0 ], [ 102249.0, 500745.0 ], [ 102301.0, 500661.0 ], [ 102352.0, 500622.0 ], [ 102408.0, 500642.0 ], [ 102436.0, 500652.0 ], [ 102486.0, 500446.0 ], [ 102565.0, 500325.0 ], [ 102723.0, 500303.0 ], [ 102777.0, 500359.0 ], [ 102733.0, 500430.0 ], [ 102617.0, 500462.0 ], [ 102544.0, 500516.0 ], [ 102457.0, 500685.0 ], [ 102466.0, 500711.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 269.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 103361.0, 510949.0 ], [ 103363.0, 510952.0 ], [ 103496.0, 511020.0 ], [ 103361.0, 510949.0 ] ] ], [ [ [ 98266.945999999996275, 505597.520000000018626 ], [ 97687.892999999996391, 503842.82 ], [ 97234.369000000006054, 501947.729999999981374 ], [ 97060.248000000006869, 501521.200000000011642 ], [ 96991.410000000003492, 500921.900000000023283 ], [ 96545.98399999999674, 499460.099999999976717 ], [ 96470.873277507838793, 499241.301707860082388 ], [ 99573.930319436170976, 511759.24 ], [ 99326.61155104462523, 510761.539655023545492 ], [ 98773.111999999993714, 507751.76 ], [ 98266.945999999996275, 505597.520000000018626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102254.295655657158932, 496774.740711898601148 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 102254.295655657158932, 496774.740711898601148 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 3000.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 513207.478060046210885 ], [ 109564.0, 513834.0 ], [ 110276.0, 514796.0 ], [ 111026.0, 515200.0 ], [ 112161.0, 515508.0 ], [ 112273.546303689843626, 515513.748332715360448 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ] ] ], [ [ [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102704.356849633855745, 520580.004201683041174 ], [ 103789.818024713633349, 520601.404938182095066 ], [ 103091.588729455921566, 514989.579759469721466 ], [ 103060.76, 514989.200000000011642 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 5000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 110831.0, 524847.0 ], [ 110637.0, 524454.0 ], [ 110455.0, 524085.0 ], [ 110224.0, 523584.0 ], [ 110043.0, 523195.0 ], [ 109926.0, 522803.0 ], [ 109882.0, 522434.0 ], [ 109922.0, 522084.0 ], [ 109975.0, 521675.0 ], [ 110005.0, 521377.0 ], [ 109891.0, 521013.0 ], [ 109681.0, 520714.0 ], [ 109402.0, 520489.0 ], [ 109087.0, 520350.0 ], [ 108714.0, 520312.0 ], [ 108361.0, 520299.0 ], [ 107944.0, 520375.0 ], [ 107587.0, 520491.0 ], [ 107235.0, 520615.0 ], [ 106932.0, 520692.0 ], [ 106672.0, 520702.0 ], [ 106337.0, 520666.0 ], [ 105947.0, 520578.0 ], [ 105588.0, 520576.0 ], [ 105281.0, 520591.0 ], [ 104944.0, 520591.0 ], [ 104523.0, 520564.0 ], [ 104123.0, 520577.0 ], [ 103820.0, 520602.0 ], [ 102704.356849633855745, 520580.004201683041174 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102874.053276729697245, 521629.021521225280594 ], [ 103957.0, 521453.0 ], [ 104094.0, 521422.0 ], [ 104647.0, 521342.0 ], [ 105120.0, 521227.0 ], [ 105629.0, 521072.0 ], [ 106037.0, 520932.0 ], [ 106465.0, 520829.0 ], [ 106840.0, 520735.0 ], [ 107165.0, 520706.0 ], [ 107637.0, 520709.0 ], [ 108024.0, 520720.0 ], [ 108454.0, 520760.0 ], [ 108776.0, 520795.0 ], [ 109192.0, 520964.0 ], [ 109353.0, 521112.0 ], [ 109565.0, 521400.0 ], [ 109673.0, 521695.0 ], [ 109719.0, 522005.0 ], [ 109740.0, 522257.0 ], [ 109774.0, 522580.0 ], [ 109840.0, 522915.0 ], [ 109927.0, 523166.0 ], [ 110013.0, 523501.0 ], [ 110126.0, 523832.0 ], [ 110255.0, 524158.0 ], [ 110438.0, 524534.0 ], [ 110600.0, 524801.0 ], [ 110771.47473788219213, 525072.994411813095212 ], [ 110813.196727212707628, 525018.635210208361968 ], [ 110841.940305469193845, 524981.185462716501206 ], [ 110864.148374483454973, 524952.250770958838984 ], [ 110831.0, 524847.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107968.0, 528419.0 ], [ 107663.0, 528396.0 ], [ 107431.983425414364319, 528435.64640883973334 ], [ 107349.178537511877948, 528453.390313390293159 ], [ 107112.295686719633522, 528571.38479001133237 ], [ 107089.053265940907295, 528584.9183514774777 ], [ 106829.0, 528800.0 ], [ 106576.336287106780219, 529046.671688081580214 ], [ 106507.0, 529122.0 ], [ 106451.50380710659374, 529169.147208121838048 ], [ 106364.0, 529255.0 ], [ 106108.0, 529470.0 ], [ 105908.0, 529554.0 ], [ 105571.0, 529616.0 ], [ 105295.007155635059462, 529648.527728085871786 ], [ 105284.372854914196068, 529649.973478939151391 ], [ 105115.300472994451411, 529674.808970068581402 ], [ 105127.614289655175526, 529748.943172413739376 ], [ 105175.470738636358874, 529968.0 ], [ 106352.0, 529968.0 ], [ 106494.0, 529720.0 ], [ 106692.0, 529473.0 ], [ 106909.0, 529302.0 ], [ 107128.0, 529181.0 ], [ 107454.0, 529052.0 ], [ 107738.329399572889088, 529024.660634656436741 ], [ 108005.1, 528677.0 ], [ 108195.418836892480613, 528429.116746431682259 ], [ 108195.418836892451509, 528429.116746431682259 ], [ 108166.242976086577983, 528467.11722720542457 ], [ 107968.0, 528419.0 ] ] ], [ [ [ 105295.261183989234269, 528128.074167507584207 ], [ 105338.0, 528124.0 ], [ 105769.0, 528110.0 ], [ 105774.670918367351987, 528110.040700371027924 ], [ 106014.0, 528102.0 ], [ 106203.285978770669317, 528112.061713157221675 ], [ 106615.102028815061203, 528088.335685582715087 ], [ 106791.105263157893205, 528055.801754385931417 ], [ 107017.42748091602698, 527999.849872773513198 ], [ 107221.0, 527941.0 ], [ 107288.004239683432388, 527931.73063877900131 ], [ 107402.0, 527903.0 ], [ 107459.64178832116886, 527907.986313868663274 ], [ 107474.0, 527906.0 ], [ 107497.545368080653134, 527911.265170249156654 ], [ 107691.0, 527928.0 ], [ 108044.0, 528051.0 ], [ 108161.956087824582937, 528126.321357285603881 ], [ 108326.0, 528214.0 ], [ 108336.818170250597177, 528237.980277388822287 ], [ 108340.397911486841622, 528240.266136250575073 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109547.680091232279665, 526667.30478257976938 ], [ 109454.0, 526200.0 ], [ 109379.0, 525828.0 ], [ 109244.0, 525147.0 ], [ 109139.0, 524675.0 ], [ 108915.0, 524353.0 ], [ 108678.0, 524207.0 ], [ 108486.0, 524168.0 ], [ 108205.0, 524234.0 ], [ 107973.0, 524344.0 ], [ 107637.0, 524372.0 ], [ 107425.0, 524342.0 ], [ 107187.0, 524352.0 ], [ 106904.0, 524337.0 ], [ 106548.0, 524246.0 ], [ 106234.0, 524181.0 ], [ 105913.0, 524194.0 ], [ 105693.0, 524229.0 ], [ 105484.0, 524243.0 ], [ 105240.0, 524183.0 ], [ 105112.0, 523998.0 ], [ 105170.0, 523791.0 ], [ 105351.0, 523646.0 ], [ 105396.0, 523502.0 ], [ 105232.0, 523325.0 ], [ 104904.0, 523209.0 ], [ 104622.0, 522946.0 ], [ 104380.0, 522639.0 ], [ 104070.0, 522357.0 ], [ 104144.0, 522997.0 ], [ 104196.0, 523469.0 ], [ 104256.0, 524004.0 ], [ 104292.0, 524520.0 ], [ 104349.0, 525146.0 ], [ 104388.0, 525661.0 ], [ 104416.0, 526142.0 ], [ 104482.0, 526610.0 ], [ 104577.0, 527018.0 ], [ 104698.0, 527688.0 ], [ 104803.0, 528175.0 ], [ 104991.369365353544708, 528157.043294143863022 ], [ 105086.0, 528137.0 ], [ 105295.261183989234269, 528128.074167507584207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106981.055821190704592, 530011.192477894248441 ], [ 106714.734762633990613, 530005.849617151659913 ], [ 106359.0, 530008.0 ], [ 106363.391133220065967, 529998.801056684926152 ], [ 105177.0, 529975.0 ], [ 104408.0, 526455.0 ], [ 104062.0, 522376.0 ], [ 103020.64893145946553, 522535.283136024954729 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 106981.055821190704592, 530011.192477894248441 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108326.0, 528214.0 ], [ 108152.0, 528121.0 ], [ 107872.0, 527995.0 ], [ 107474.0, 527906.0 ], [ 107221.0, 527941.0 ], [ 106882.0, 528039.0 ], [ 106552.0, 528100.0 ], [ 106315.0, 528118.0 ], [ 106014.0, 528102.0 ], [ 105508.0, 528119.0 ], [ 105086.0, 528137.0 ], [ 104798.0, 528198.0 ], [ 104949.0, 528916.0 ], [ 105114.0, 529675.0 ], [ 105291.0, 529649.0 ], [ 105571.0, 529616.0 ], [ 105908.0, 529554.0 ], [ 106108.0, 529470.0 ], [ 106364.0, 529255.0 ], [ 106576.0, 529047.0 ], [ 106829.0, 528800.0 ], [ 107095.0, 528580.0 ], [ 107360.0, 528448.0 ], [ 107663.0, 528396.0 ], [ 107968.0, 528419.0 ], [ 108166.242976086577983, 528467.11722720542457 ], [ 108309.6, 528280.400000000023283 ], [ 108338.79292537656147, 528242.35765125148464 ], [ 108326.0, 528214.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 30000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 112554.1, 516377.200000000011642 ], [ 112498.625497148852446, 516206.467792195966467 ], [ 111949.0, 516489.0 ], [ 113105.416555354531738, 518188.112828576064203 ], [ 113105.416555354560842, 518188.112828576064203 ], [ 113176.320091538276756, 518292.290780165698379 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 50000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113176.320091538276756, 518292.290780165698379 ], [ 113105.416555354560842, 518188.112828576064203 ], [ 113013.0, 518109.0 ], [ 112594.0, 517614.0 ], [ 112298.0, 517192.0 ], [ 111882.0, 516676.0 ], [ 111839.0, 516406.0 ], [ 112179.0, 516256.0 ], [ 112443.894840445704176, 516234.60180954617681 ], [ 112498.625497148852446, 516206.467792195966467 ], [ 112454.502465874786139, 516070.671666818496305 ], [ 112298.518228553803056, 515590.603674286976457 ], [ 112212.711286436446244, 515510.641167855646927 ], [ 112161.0, 515508.0 ], [ 111026.0, 515200.0 ], [ 110925.083315252762986, 515145.639545816171449 ], [ 110829.0, 515122.0 ], [ 110696.226793248948525, 515022.362165963451844 ], [ 110276.0, 514796.0 ], [ 109564.0, 513834.0 ], [ 109000.0, 513207.478060046210885 ], [ 109000.0, 515000.0 ], [ 104000.82, 515000.78000000002794 ], [ 103091.588729455921566, 514989.579759469721466 ], [ 103712.331963782242383, 519978.632117437780835 ], [ 103745.0, 520163.0 ], [ 103803.92758320691064, 520601.683119429275393 ], [ 103820.0, 520602.0 ], [ 104123.0, 520577.0 ], [ 104327.249030112696346, 520570.361906521313358 ], [ 104500.0, 520553.0 ], [ 104869.834196891184547, 520586.243523316050414 ], [ 104944.0, 520591.0 ], [ 105281.0, 520591.0 ], [ 105308.601357082268805, 520589.651399491121992 ], [ 105596.0, 520569.0 ], [ 105702.27654755912954, 520576.636638147989288 ], [ 105947.0, 520578.0 ], [ 106337.0, 520666.0 ], [ 106672.0, 520702.0 ], [ 106932.0, 520692.0 ], [ 107235.0, 520615.0 ], [ 107587.0, 520491.0 ], [ 107840.32770469271054, 520408.686236010224093 ], [ 107908.0, 520378.0 ], [ 108016.027926219612709, 520361.872608171019237 ], [ 108361.0, 520299.0 ], [ 108714.0, 520312.0 ], [ 109087.0, 520350.0 ], [ 109402.0, 520489.0 ], [ 109681.0, 520714.0 ], [ 109891.0, 521013.0 ], [ 110005.0, 521377.0 ], [ 109975.0, 521675.0 ], [ 109922.0, 522084.0 ], [ 109891.789699570814264, 522348.340128755371552 ], [ 109887.0, 522460.0 ], [ 109951.0, 522841.0 ], [ 109981.814949730440276, 522990.003934139560442 ], [ 110043.0, 523195.0 ], [ 110224.0, 523584.0 ], [ 110455.0, 524085.0 ], [ 110637.0, 524454.0 ], [ 110831.0, 524847.0 ], [ 110833.902300159417791, 524856.215212935581803 ], [ 110848.0, 524884.0 ], [ 110868.778838987796917, 524946.217780740582384 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112708.702926271565957, 522549.001873442553915 ], [ 112672.0, 522486.0 ], [ 112397.0, 522328.0 ], [ 112140.0, 522105.0 ], [ 112069.0, 522017.0 ], [ 112238.0, 521870.0 ], [ 112464.0, 521791.0 ], [ 112714.0, 521721.0 ], [ 113100.0, 521846.0 ], [ 113173.773093525698641, 521943.181863586767577 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2500.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109740.0, 522257.0 ], [ 109729.816901408456033, 522134.802816901414189 ], [ 109701.833819241976016, 521889.31486880464945 ], [ 109673.0, 521695.0 ], [ 109588.776119402988115, 521464.944029850768857 ], [ 109559.754822476941627, 521392.87447581771994 ], [ 109353.0, 521112.0 ], [ 109192.0, 520964.0 ], [ 108983.448275862072478, 520879.275862068985589 ], [ 108780.0, 520804.0 ], [ 108491.308755760372151, 520764.055299539177213 ], [ 108454.0, 520760.0 ], [ 108055.895604395598639, 520722.967032967018895 ], [ 107992.326765686564613, 520719.099727190041449 ], [ 107637.0, 520709.0 ], [ 107198.327002603764413, 520706.211824169091415 ], [ 106878.0, 520738.0 ], [ 106696.073943661976955, 520771.077464788744692 ], [ 106465.0, 520829.0 ], [ 106448.551372549016378, 520832.958431372535415 ], [ 106306.0, 520871.0 ], [ 107322.15, 521037.35999999998603 ], [ 108269.17, 521367.71999999997206 ], [ 108948.24, 521881.60999999998603 ], [ 109819.0, 522875.0 ], [ 109784.0, 522640.0 ], [ 109781.928963175771059, 522620.245494907314423 ], [ 109774.0, 522580.0 ], [ 109740.0, 522257.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 113100.0, 521846.0 ], [ 112714.0, 521721.0 ], [ 112464.0, 521791.0 ], [ 112238.0, 521870.0 ], [ 112069.0, 522017.0 ], [ 112140.0, 522105.0 ], [ 112397.0, 522328.0 ], [ 112672.0, 522486.0 ], [ 112708.702926271565957, 522549.001873442553915 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 113173.773093525698641, 521943.181863586767577 ], [ 113100.0, 521846.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "GeometryCollection", "geometries": [ { "type": "Polygon", "coordinates": [ [ [ 106801.14789012739493, 529386.989450636901893 ], [ 106927.0, 529301.0 ], [ 107066.430604982204386, 529215.017793594277464 ], [ 106909.0, 529302.0 ], [ 106801.14789012739493, 529386.989450636901893 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 106496.0, 529721.0 ], [ 106600.396551724144956, 529587.272988505777903 ], [ 106494.0, 529720.0 ], [ 106352.0, 529968.0 ], [ 105175.470738636358874, 529968.0 ], [ 105177.0, 529975.0 ], [ 106363.391133220065967, 529998.801056684926152 ], [ 106496.0, 529721.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 106714.734762633990613, 530005.849617151659913 ], [ 106981.055821190704592, 530011.192477894248441 ], [ 106986.417244160067639, 530004.207322358270176 ], [ 106714.734762633990613, 530005.849617151659913 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 107484.755750273834565, 529049.042716319789179 ], [ 107454.0, 529052.0 ], [ 107424.147532643721206, 529063.812786162481643 ], [ 107484.755750273834565, 529049.042716319789179 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 107431.983425414364319, 528435.64640883973334 ], [ 107360.0, 528448.0 ], [ 107349.178537511877948, 528453.390313390293159 ], [ 107431.983425414364319, 528435.64640883973334 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 107112.295686719633522, 528571.38479001133237 ], [ 107095.0, 528580.0 ], [ 107089.053265940907295, 528584.9183514774777 ], [ 107112.295686719633522, 528571.38479001133237 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 106576.336287106780219, 529046.671688081580214 ], [ 106576.0, 529047.0 ], [ 106451.50380710659374, 529169.147208121838048 ], [ 106507.0, 529122.0 ], [ 106576.336287106780219, 529046.671688081580214 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 105295.007155635059462, 529648.527728085871786 ], [ 105291.0, 529649.0 ], [ 105284.372854914196068, 529649.973478939151391 ], [ 105295.007155635059462, 529648.527728085871786 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 104292.0, 524520.0 ], [ 104256.0, 524004.0 ], [ 104196.0, 523469.0 ], [ 104144.0, 522997.0 ], [ 104070.0, 522357.0 ], [ 104380.0, 522639.0 ], [ 104622.0, 522946.0 ], [ 104904.0, 523209.0 ], [ 105232.0, 523325.0 ], [ 105396.0, 523502.0 ], [ 105351.0, 523646.0 ], [ 105170.0, 523791.0 ], [ 105112.0, 523998.0 ], [ 105240.0, 524183.0 ], [ 105484.0, 524243.0 ], [ 105693.0, 524229.0 ], [ 105913.0, 524194.0 ], [ 106234.0, 524181.0 ], [ 106548.0, 524246.0 ], [ 106904.0, 524337.0 ], [ 107187.0, 524352.0 ], [ 107425.0, 524342.0 ], [ 107637.0, 524372.0 ], [ 107973.0, 524344.0 ], [ 108205.0, 524234.0 ], [ 108486.0, 524168.0 ], [ 108678.0, 524207.0 ], [ 108915.0, 524353.0 ], [ 109139.0, 524675.0 ], [ 109244.0, 525147.0 ], [ 109379.0, 525828.0 ], [ 109454.0, 526200.0 ], [ 109547.680091232279665, 526667.30478257976938 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110771.47473788219213, 525072.994411813095212 ], [ 110600.0, 524801.0 ], [ 110438.0, 524534.0 ], [ 110255.0, 524158.0 ], [ 110126.0, 523832.0 ], [ 110013.0, 523501.0 ], [ 109927.0, 523166.0 ], [ 109840.0, 522915.0 ], [ 109781.928963175771059, 522620.245494907314423 ], [ 109784.0, 522640.0 ], [ 109819.0, 522875.0 ], [ 108948.24, 521881.60999999998603 ], [ 108269.17, 521367.71999999997206 ], [ 107322.15, 521037.35999999998603 ], [ 106306.0, 520871.0 ], [ 106448.551372549016378, 520832.958431372535415 ], [ 106037.0, 520932.0 ], [ 105629.0, 521072.0 ], [ 105120.0, 521227.0 ], [ 104647.0, 521342.0 ], [ 104094.0, 521422.0 ], [ 103957.0, 521453.0 ], [ 102874.053276729697245, 521629.021521225280594 ], [ 102956.0, 522135.900000000023283 ], [ 103020.64893145946553, 522535.283136024954729 ], [ 104062.0, 522376.0 ], [ 104408.0, 526455.0 ], [ 105127.614289655175526, 529748.943172413739376 ], [ 105115.300472994451411, 529674.808970068581402 ], [ 105114.0, 529675.0 ], [ 104949.0, 528916.0 ], [ 104798.0, 528198.0 ], [ 104991.369365353544708, 528157.043294143863022 ], [ 104803.0, 528175.0 ], [ 104698.0, 527688.0 ], [ 104577.0, 527018.0 ], [ 104482.0, 526610.0 ], [ 104416.0, 526142.0 ], [ 104388.0, 525661.0 ], [ 104349.0, 525146.0 ], [ 104292.0, 524520.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 109719.0, 522005.0 ], [ 109701.833819241976016, 521889.31486880464945 ], [ 109729.816901408456033, 522134.802816901414189 ], [ 109719.0, 522005.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 109565.0, 521400.0 ], [ 109559.754822476941627, 521392.87447581771994 ], [ 109588.776119402988115, 521464.944029850768857 ], [ 109565.0, 521400.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 108983.448275862072478, 520879.275862068985589 ], [ 108776.0, 520795.0 ], [ 108491.308755760372151, 520764.055299539177213 ], [ 108780.0, 520804.0 ], [ 108983.448275862072478, 520879.275862068985589 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 108024.0, 520720.0 ], [ 107992.326765686564613, 520719.099727190041449 ], [ 108055.895604395598639, 520722.967032967018895 ], [ 108024.0, 520720.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 106878.0, 520738.0 ], [ 107198.327002603764413, 520706.211824169091415 ], [ 107165.0, 520706.0 ], [ 106840.0, 520735.0 ], [ 106696.073943661976955, 520771.077464788744692 ], [ 106878.0, 520738.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 112179.0, 516256.0 ], [ 111839.0, 516406.0 ], [ 111882.0, 516676.0 ], [ 112298.0, 517192.0 ], [ 112594.0, 517614.0 ], [ 113013.0, 518109.0 ], [ 113105.416555354531738, 518188.112828576064203 ], [ 111949.0, 516489.0 ], [ 112498.625497148852446, 516206.467792195966467 ], [ 112443.894840445704176, 516234.60180954617681 ], [ 112179.0, 516256.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 113172.1, 518279.299999999988358 ], [ 113176.320091538276756, 518292.290780165698379 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 112298.518228553803056, 515590.603674286976457 ], [ 112273.546303689843626, 515513.748332715360448 ], [ 112212.711286436446244, 515510.641167855646927 ], [ 112298.518228553803056, 515590.603674286976457 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 110925.083315252762986, 515145.639545816171449 ], [ 110696.226793248948525, 515022.362165963451844 ], [ 110829.0, 515122.0 ], [ 110925.083315252762986, 515145.639545816171449 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 103745.0, 520163.0 ], [ 103712.331963782242383, 519978.632117437780835 ], [ 103789.818024713633349, 520601.404938182095066 ], [ 103803.92758320691064, 520601.683119429275393 ], [ 103745.0, 520163.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 104500.0, 520553.0 ], [ 104327.249030112696346, 520570.361906521313358 ], [ 104523.0, 520564.0 ], [ 104869.834196891184547, 520586.243523316050414 ], [ 104500.0, 520553.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 105596.0, 520569.0 ], [ 105308.601357082268805, 520589.651399491121992 ], [ 105588.0, 520576.0 ], [ 105702.27654755912954, 520576.636638147989288 ], [ 105596.0, 520569.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 107908.0, 520378.0 ], [ 107840.32770469271054, 520408.686236010224093 ], [ 107944.0, 520375.0 ], [ 108016.027926219612709, 520361.872608171019237 ], [ 107908.0, 520378.0 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 109981.814949730440276, 522990.003934139560442 ], [ 109951.0, 522841.0 ], [ 109887.0, 522460.0 ], [ 109891.789699570814264, 522348.340128755371552 ], [ 109882.0, 522434.0 ], [ 109926.0, 522803.0 ], [ 109981.814949730440276, 522990.003934139560442 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 110868.778838987796917, 524946.217780740582384 ], [ 110848.0, 524884.0 ], [ 110833.902300159417791, 524856.215212935581803 ], [ 110864.148374483454973, 524952.250770958838984 ], [ 110917.3, 524883.0 ], [ 110868.778838987796917, 524946.217780740582384 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 105774.670918367351987, 528110.040700371027924 ], [ 105769.0, 528110.0 ], [ 105338.0, 528124.0 ], [ 105295.261183989234269, 528128.074167507584207 ], [ 105508.0, 528119.0 ], [ 105774.670918367351987, 528110.040700371027924 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 106203.285978770669317, 528112.061713157221675 ], [ 106315.0, 528118.0 ], [ 106552.0, 528100.0 ], [ 106615.102028815061203, 528088.335685582715087 ], [ 106203.285978770669317, 528112.061713157221675 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 106791.105263157893205, 528055.801754385931417 ], [ 106882.0, 528039.0 ], [ 107017.42748091602698, 527999.849872773513198 ], [ 106791.105263157893205, 528055.801754385931417 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 107288.004239683432388, 527931.73063877900131 ], [ 107459.64178832116886, 527907.986313868663274 ], [ 107402.0, 527903.0 ], [ 107288.004239683432388, 527931.73063877900131 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 107497.545368080653134, 527911.265170249156654 ], [ 107872.0, 527995.0 ], [ 108152.0, 528121.0 ], [ 108161.956087824582937, 528126.321357285603881 ], [ 108044.0, 528051.0 ], [ 107691.0, 527928.0 ], [ 107497.545368080653134, 527911.265170249156654 ] ] ] }, { "type": "Polygon", "coordinates": [ [ [ 108340.397911486841622, 528240.266136250575073 ], [ 108336.818170250597177, 528237.980277388822287 ], [ 108338.79292537656147, 528242.35765125148464 ], [ 108339.384967892387067, 528241.586139401537366 ], [ 108340.397911486841622, 528240.266136250575073 ] ] ] }, { "type": "LineString", "coordinates": [ [ 113173.773093525698641, 521943.181863586767577 ], [ 113100.0, 521846.0 ] ] } ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106927.0, 529301.0 ], [ 106801.14789012739493, 529386.989450636901893 ], [ 106692.0, 529473.0 ], [ 106600.396551724144956, 529587.272988505777903 ], [ 106496.0, 529721.0 ], [ 106363.391133220065967, 529998.801056684926152 ], [ 106359.0, 530008.0 ], [ 106714.734762633990613, 530005.849617151659913 ], [ 106986.417244160067639, 530004.207322358270176 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 107738.329399572889088, 529024.660634656436741 ], [ 107484.755750273834565, 529049.042716319789179 ], [ 107424.147532643721206, 529063.812786162481643 ], [ 107128.0, 529181.0 ], [ 107066.430604982204386, 529215.017793594277464 ], [ 106927.0, 529301.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS21_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS21_combined.geojson new file mode 100644 index 0000000..bb7db88 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS21_combined.geojson @@ -0,0 +1,21 @@ +{ +"type": "FeatureCollection", +"name": "CS21_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 1950.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104894.753644816431915, 515000.640523477282841 ], [ 104995.0, 514740.0 ], [ 104995.0, 514405.0 ], [ 104751.0, 513784.0 ], [ 104508.0, 513188.0 ], [ 104222.0, 512651.0 ], [ 104130.0, 512248.0 ], [ 104063.0, 511988.0 ], [ 103669.0, 511920.0 ], [ 103022.0, 512097.0 ], [ 102267.0, 512298.0 ], [ 101621.0, 512315.0 ], [ 100798.0, 512340.0 ], [ 100202.0, 512340.0 ], [ 99717.894234708219301, 512340.0 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 104894.753644816431915, 515000.640523477282841 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2800.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106453.0, 508780.0 ], [ 106734.0, 508698.0 ], [ 107015.0, 508517.0 ], [ 107120.0, 508254.0 ], [ 107366.0, 508037.0 ], [ 107535.0, 507575.0 ], [ 107629.0, 507248.0 ], [ 107629.0, 506938.0 ], [ 107383.0, 506177.0 ], [ 107085.0, 506008.0 ], [ 106716.0, 505821.0 ], [ 106377.0, 505826.0 ], [ 106143.0, 505785.0 ], [ 105915.0, 505809.0 ], [ 105652.0, 505885.0 ], [ 105476.0, 506072.0 ], [ 105324.0, 506207.0 ], [ 105552.0, 506441.0 ], [ 105552.0, 506645.0 ], [ 105231.0, 506891.0 ], [ 105120.0, 507259.0 ], [ 105155.0, 507727.0 ], [ 105400.0, 508148.0 ], [ 105898.0, 508652.0 ], [ 106172.0, 508780.0 ], [ 106453.0, 508780.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 3350.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103049.0, 503949.0 ], [ 102815.0, 504025.0 ], [ 102815.0, 504183.0 ], [ 102815.0, 504586.0 ], [ 102739.0, 504861.0 ], [ 102552.0, 505142.0 ], [ 102523.0, 505592.0 ], [ 102645.0, 505943.0 ], [ 102973.0, 505990.0 ], [ 103248.0, 506072.0 ], [ 103371.0, 506347.0 ], [ 103529.0, 506610.0 ], [ 103915.0, 506628.0 ], [ 104242.0, 506610.0 ], [ 104517.0, 506470.0 ], [ 104687.0, 506224.0 ], [ 104593.0, 505932.0 ], [ 104459.0, 505388.0 ], [ 104377.0, 505171.0 ], [ 104348.0, 504926.0 ], [ 104348.0, 504680.0 ], [ 104160.0, 504446.0 ], [ 103885.0, 504352.0 ], [ 103464.0, 504323.0 ], [ 103049.0, 503949.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 460.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102773.0, 502736.0 ], [ 101674.0, 502298.0 ], [ 101119.0, 501921.0 ], [ 100403.0, 501526.0 ], [ 98816.100000000005821, 501020.0 ], [ 96967.717000000004191, 500975.96999999997206 ], [ 97394.668000000005122, 502352.07 ], [ 99451.899999999994179, 502409.0 ], [ 100254.0, 502674.0 ], [ 101236.0, 502915.0 ], [ 102316.0, 503261.0 ], [ 102728.0, 503478.0 ], [ 103195.0, 503196.0 ], [ 102773.0, 502736.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 520.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 101563.213811777925002, 496771.689896354509983 ], [ 101769.0, 497156.0 ], [ 102491.0, 497909.0 ], [ 103028.0, 498279.0 ], [ 103380.0, 498649.0 ], [ 103706.0, 499116.0 ], [ 103777.0, 499627.0 ], [ 103803.0, 500006.0 ], [ 103918.0, 500447.0 ], [ 104270.0, 501002.0 ], [ 104667.0, 501398.0 ], [ 105081.0, 501495.0 ], [ 105389.0, 501892.0 ], [ 105292.0, 502385.0 ], [ 105037.0, 502500.0 ], [ 104103.0, 502729.0 ], [ 104501.0, 503240.0 ], [ 105009.0, 503698.0 ], [ 105710.0, 503972.0 ], [ 106675.0, 503433.0 ], [ 106818.0, 502783.0 ], [ 106787.0, 502326.0 ], [ 106523.0, 501849.0 ], [ 105985.0, 501767.0 ], [ 105527.0, 501635.0 ], [ 105121.0, 501412.0 ], [ 104989.0, 501199.0 ], [ 105040.0, 500823.0 ], [ 105253.0, 500498.0 ], [ 106035.0, 500741.0 ], [ 106706.0, 500691.0 ], [ 106950.0, 500264.0 ], [ 106950.0, 499776.0 ], [ 106706.0, 499583.0 ], [ 106035.0, 499776.0 ], [ 105385.0, 499807.0 ], [ 105253.0, 499512.0 ], [ 105253.0, 499187.0 ], [ 105070.0, 498832.0 ], [ 104796.0, 498517.0 ], [ 104552.0, 498161.0 ], [ 104471.0, 497541.0 ], [ 104501.0, 496983.0 ], [ 104624.435384817974409, 496748.242048500396777 ], [ 103888.94, 496735.51 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 33760.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105037.0, 502500.0 ], [ 105292.0, 502385.0 ], [ 105389.0, 501892.0 ], [ 105081.0, 501495.0 ], [ 104667.0, 501398.0 ], [ 104270.0, 501002.0 ], [ 103918.0, 500447.0 ], [ 103803.0, 500006.0 ], [ 103777.0, 499627.0 ], [ 103706.0, 499116.0 ], [ 103380.0, 498649.0 ], [ 103028.0, 498279.0 ], [ 102491.0, 497909.0 ], [ 101769.0, 497156.0 ], [ 101563.213811777925002, 496771.689896354509983 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 97449.182414049864747, 496895.094074183434714 ], [ 97133.80000000000291, 497583.0 ], [ 96610.633310181932757, 499805.102966129721608 ], [ 97011.322407311556162, 501421.509408044512384 ], [ 97435.147601813077927, 503131.248404053156264 ], [ 97590.569000000003143, 503639.71999999997206 ], [ 98578.69999999999709, 503293.0 ], [ 99045.69999999999709, 503249.0 ], [ 99724.100000000005821, 503266.0 ], [ 100931.0, 503478.0 ], [ 101583.0, 503574.0 ], [ 101962.0, 503619.0 ], [ 102402.0, 503592.0 ], [ 102728.0, 503478.0 ], [ 102316.0, 503261.0 ], [ 101236.0, 502915.0 ], [ 100254.0, 502674.0 ], [ 99451.899999999994179, 502409.0 ], [ 97394.668000000005122, 502352.07 ], [ 96967.717000000004191, 500975.96999999997206 ], [ 98816.100000000005821, 501020.0 ], [ 100403.0, 501526.0 ], [ 101119.0, 501921.0 ], [ 101674.0, 502298.0 ], [ 102773.0, 502736.0 ], [ 103195.0, 503196.0 ], [ 103662.0, 502967.0 ], [ 104103.0, 502729.0 ], [ 105037.0, 502500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 47.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104624.435384817974409, 496748.242048500396777 ], [ 104501.0, 496983.0 ], [ 104471.0, 497541.0 ], [ 104552.0, 498161.0 ], [ 104796.0, 498517.0 ], [ 105070.0, 498832.0 ], [ 105253.0, 499187.0 ], [ 105253.0, 499512.0 ], [ 105385.0, 499807.0 ], [ 106035.0, 499776.0 ], [ 106706.0, 499583.0 ], [ 106950.0, 499776.0 ], [ 106950.0, 500264.0 ], [ 106706.0, 500691.0 ], [ 106035.0, 500741.0 ], [ 105253.0, 500498.0 ], [ 105040.0, 500823.0 ], [ 104989.0, 501199.0 ], [ 105121.0, 501412.0 ], [ 105527.0, 501635.0 ], [ 105985.0, 501767.0 ], [ 106523.0, 501849.0 ], [ 106787.0, 502326.0 ], [ 106818.0, 502783.0 ], [ 106675.0, 503433.0 ], [ 105710.0, 503972.0 ], [ 105009.0, 503698.0 ], [ 104501.0, 503240.0 ], [ 104103.0, 502729.0 ], [ 103662.0, 502967.0 ], [ 103195.0, 503196.0 ], [ 102728.0, 503478.0 ], [ 102402.0, 503592.0 ], [ 101962.0, 503619.0 ], [ 101583.0, 503574.0 ], [ 100931.0, 503478.0 ], [ 99724.100000000005821, 503266.0 ], [ 99045.69999999999709, 503249.0 ], [ 98578.69999999999709, 503293.0 ], [ 97590.569000000003143, 503639.71999999997206 ], [ 97435.14760181310703, 503131.248404053272679 ], [ 99717.894234708219301, 512340.0 ], [ 100202.0, 512340.0 ], [ 100798.0, 512340.0 ], [ 101621.0, 512315.0 ], [ 102267.0, 512298.0 ], [ 103022.0, 512097.0 ], [ 103669.0, 511920.0 ], [ 104063.0, 511988.0 ], [ 104130.0, 512248.0 ], [ 104222.0, 512651.0 ], [ 104508.0, 513188.0 ], [ 104751.0, 513784.0 ], [ 104995.0, 514405.0 ], [ 104995.0, 514740.0 ], [ 104894.753644816431915, 515000.640523477282841 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 104624.435384817974409, 496748.242048500396777 ] ], [ [ 105552.0, 506645.0 ], [ 105552.0, 506441.0 ], [ 105324.0, 506207.0 ], [ 105476.0, 506072.0 ], [ 105652.0, 505885.0 ], [ 105915.0, 505809.0 ], [ 106143.0, 505785.0 ], [ 106377.0, 505826.0 ], [ 106716.0, 505821.0 ], [ 107085.0, 506008.0 ], [ 107383.0, 506177.0 ], [ 107629.0, 506938.0 ], [ 107629.0, 507248.0 ], [ 107535.0, 507575.0 ], [ 107366.0, 508037.0 ], [ 107120.0, 508254.0 ], [ 107015.0, 508517.0 ], [ 106734.0, 508698.0 ], [ 106453.0, 508780.0 ], [ 106172.0, 508780.0 ], [ 105898.0, 508652.0 ], [ 105400.0, 508148.0 ], [ 105155.0, 507727.0 ], [ 105120.0, 507259.0 ], [ 105231.0, 506891.0 ], [ 105552.0, 506645.0 ] ], [ [ 104377.0, 505171.0 ], [ 104459.0, 505388.0 ], [ 104593.0, 505932.0 ], [ 104687.0, 506224.0 ], [ 104517.0, 506470.0 ], [ 104242.0, 506610.0 ], [ 103915.0, 506628.0 ], [ 103529.0, 506610.0 ], [ 103371.0, 506347.0 ], [ 103248.0, 506072.0 ], [ 102973.0, 505990.0 ], [ 102645.0, 505943.0 ], [ 102523.0, 505592.0 ], [ 102552.0, 505142.0 ], [ 102739.0, 504861.0 ], [ 102815.0, 504586.0 ], [ 102815.0, 504183.0 ], [ 102815.0, 504025.0 ], [ 103049.0, 503949.0 ], [ 103464.0, 504323.0 ], [ 103885.0, 504352.0 ], [ 104160.0, 504446.0 ], [ 104348.0, 504680.0 ], [ 104348.0, 504926.0 ], [ 104377.0, 505171.0 ] ] ], [ [ [ 97133.80000000000291, 497583.0 ], [ 97449.182414049864747, 496895.094074183434714 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 96610.633310181932757, 499805.102966129721608 ], [ 97133.80000000000291, 497583.0 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 111571.53, 516964.31 ], [ 111972.47, 517000.96999999997206 ], [ 112260.89, 516887.840000000025611 ], [ 112295.08, 516694.28000000002794 ], [ 112051.07, 516604.96999999997206 ], [ 111712.68, 516543.19 ], [ 111356.18, 516531.0 ], [ 111020.45, 516447.56 ], [ 110641.4, 516370.25 ], [ 110351.43, 516531.78000000002794 ], [ 110224.39, 516705.71999999997206 ], [ 110294.54, 516916.44 ], [ 110455.65, 517026.94 ], [ 110659.34, 517037.0 ], [ 110874.62, 517025.46999999997206 ], [ 111274.99, 516933.340000000025611 ], [ 111571.53, 516964.31 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 5000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103109.28, 515169.659999999974389 ], [ 103165.057555974519346, 515497.036767017096281 ], [ 103208.84, 515719.31 ], [ 103458.95, 517604.71999999997206 ], [ 103458.95, 518284.23820534942206 ], [ 103479.14, 518510.12 ], [ 103531.82, 518883.88 ], [ 103589.44, 519285.71999999997206 ], [ 103652.49, 519626.44 ], [ 103689.28, 519881.56 ], [ 103700.374482625891687, 519943.445512704376597 ], [ 103862.96, 520702.19 ], [ 104113.06, 522337.46999999997206 ], [ 104266.98, 523549.53000000002794 ], [ 104412.207307786491583, 525383.002350638969801 ], [ 104436.77, 525620.5 ], [ 104437.045786462666001, 525624.178031547926366 ], [ 104664.379810682439711, 527475.379568491014652 ], [ 104720.72, 527690.88 ], [ 104866.9, 527508.189999999944121 ], [ 105172.2, 527339.060000000055879 ], [ 105541.4, 527126.939999999944121 ], [ 105758.03, 526870.689999999944121 ], [ 105928.86, 526607.75 ], [ 105970.66, 526188.62 ], [ 105822.18, 525867.88 ], [ 105612.74, 525514.88 ], [ 105444.83, 525253.939999999944121 ], [ 105270.19, 525056.62 ], [ 105097.48, 524739.560000000055879 ], [ 105070.03, 524409.25 ], [ 105214.12, 524143.659999999974389 ], [ 105395.36, 523841.28000000002794 ], [ 105583.77, 523621.81 ], [ 105837.51, 523335.159999999974389 ], [ 106104.89, 523113.56 ], [ 106243.94, 522840.28000000002794 ], [ 106374.59, 522475.19 ], [ 106243.359820331956143, 522837.159336634038482 ], [ 106164.08, 522410.729999999981374 ], [ 105840.34, 521712.450000000011642 ], [ 105614.81, 521374.68 ], [ 105470.46, 520942.87 ], [ 105492.52, 520518.64000000001397 ], [ 105654.67, 520089.289999999979045 ], [ 105945.76, 519670.840000000025611 ], [ 106302.28, 519212.88 ], [ 106382.45, 518763.340000000025611 ], [ 106498.67, 518243.94 ], [ 106442.91, 517506.840000000025611 ], [ 106174.99, 516908.81 ], [ 105737.54, 516339.159999999974389 ], [ 105441.91, 515914.31 ], [ 105078.8, 515258.38 ], [ 104987.696721824075212, 515000.626021979027428 ], [ 104000.82, 515000.78000000002794 ], [ 103084.198964427851024, 514989.488729664182756 ], [ 103109.28, 515169.659999999974389 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103963.93666258729354, 528366.777054481673986 ], [ 104690.23, 527685.88 ], [ 104420.89, 525492.62 ], [ 104266.98, 523549.53000000002794 ], [ 104113.06, 522337.46999999997206 ], [ 103862.96, 520702.19 ], [ 103458.95, 518816.78000000002794 ], [ 103458.95, 517604.71999999997206 ], [ 103208.84, 515719.31 ], [ 103065.0363876495976, 514989.252678093966097 ], [ 103060.76, 514989.200000000011642 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112070.202401391477906, 523380.94224524719175 ], [ 112079.34, 523211.81 ], [ 112295.43, 522824.25 ], [ 112563.63, 522454.78000000002794 ], [ 112748.6, 522167.75 ], [ 112929.3, 521732.81 ], [ 113206.41, 521362.159999999974389 ], [ 113487.41, 520982.56 ], [ 113904.27, 520673.88 ], [ 113942.649067000398645, 520650.687905234226491 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 515000.0 ], [ 104987.696721824075212, 515000.626021979027428 ], [ 105078.8, 515258.38 ], [ 105441.91, 515914.31 ], [ 105737.54, 516339.159999999974389 ], [ 106174.99, 516908.81 ], [ 106442.91, 517506.840000000025611 ], [ 106498.67, 518243.94 ], [ 106382.45, 518763.340000000025611 ], [ 106302.28, 519212.88 ], [ 106182.11, 519755.21999999997206 ], [ 106338.18, 520086.21999999997206 ], [ 106630.98, 520332.590000000025611 ], [ 107070.23, 520577.21999999997206 ], [ 107448.02, 520883.96999999997206 ], [ 107570.89, 521230.090000000025611 ], [ 107566.7, 521527.06 ], [ 107443.58, 521683.19 ], [ 107290.51, 521729.5 ], [ 107085.79, 521674.81 ], [ 107128.38, 521571.81 ], [ 107113.98, 521412.38 ], [ 106900.2, 521384.44 ], [ 106587.08, 521587.909999999974389 ], [ 106462.68, 521745.28000000002794 ], [ 106445.67, 522056.21999999997206 ], [ 106374.59, 522475.19 ], [ 106243.94, 522840.28000000002794 ], [ 106104.89, 523113.56 ], [ 105837.51, 523335.159999999974389 ], [ 105583.77, 523621.81 ], [ 105395.36, 523841.28000000002794 ], [ 105214.12, 524143.659999999974389 ], [ 105070.03, 524409.25 ], [ 105097.48, 524739.560000000055879 ], [ 105270.19, 525056.62 ], [ 105444.83, 525253.939999999944121 ], [ 105612.74, 525514.88 ], [ 105822.18, 525867.88 ], [ 105970.66, 526188.62 ], [ 105928.86, 526607.75 ], [ 105758.03, 526870.689999999944121 ], [ 105541.4, 527126.939999999944121 ], [ 105172.2, 527339.060000000055879 ], [ 104866.9, 527508.189999999944121 ], [ 104720.72, 527690.88 ], [ 104664.379810682439711, 527475.379568491014652 ], [ 104690.23, 527685.88 ], [ 103963.93666258729354, 528366.777054481673986 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ] ], [ [ 108149.85, 522459.56 ], [ 108184.55, 522172.94 ], [ 108073.49, 521992.590000000025611 ], [ 107858.55, 521944.25 ], [ 107566.71, 521983.409999999974389 ], [ 107338.46, 522038.21999999997206 ], [ 107116.89, 522035.71999999997206 ], [ 107033.62, 521896.31 ], [ 107171.7, 521797.659999999974389 ], [ 107366.71, 521765.590000000025611 ], [ 107550.3, 521727.12 ], [ 107650.19, 521626.96999999997206 ], [ 107807.7, 521469.78000000002794 ], [ 108061.67, 521367.94 ], [ 108280.76, 521358.96999999997206 ], [ 108564.66, 521373.28000000002794 ], [ 108831.97, 521392.62 ], [ 109086.05, 521502.38 ], [ 109319.26, 521701.25 ], [ 109554.84, 521930.75 ], [ 109799.45, 522142.409999999974389 ], [ 110102.62, 522354.44 ], [ 110423.62, 522566.53000000002794 ], [ 110591.47, 522841.53000000002794 ], [ 110590.01, 523104.090000000025611 ], [ 110435.48, 523183.56 ], [ 110198.09, 523049.659999999974389 ], [ 109754.19, 522724.69 ], [ 109516.96, 522561.5 ], [ 109277.1, 522413.56 ], [ 109086.55, 522328.38 ], [ 108930.59, 522437.12 ], [ 108864.3, 522678.96999999997206 ], [ 108801.45, 522989.62 ], [ 108603.8, 523268.96999999997206 ], [ 108403.21, 523386.409999999974389 ], [ 108153.44, 523419.409999999974389 ], [ 107996.07, 523321.659999999974389 ], [ 107906.49, 523170.75 ], [ 107978.32, 522848.659999999974389 ], [ 108080.0, 522654.19 ], [ 108149.85, 522459.56 ] ], [ [ 110455.65, 517026.94 ], [ 110294.54, 516916.44 ], [ 110224.39, 516705.71999999997206 ], [ 110351.43, 516531.78000000002794 ], [ 110641.4, 516370.25 ], [ 111020.45, 516447.56 ], [ 111356.18, 516531.0 ], [ 111712.68, 516543.19 ], [ 112051.07, 516604.96999999997206 ], [ 112295.08, 516694.28000000002794 ], [ 112260.89, 516887.840000000025611 ], [ 111972.47, 517000.96999999997206 ], [ 111571.53, 516964.31 ], [ 111274.99, 516933.340000000025611 ], [ 110874.62, 517025.46999999997206 ], [ 110659.34, 517037.0 ], [ 110455.65, 517026.94 ] ] ], [ [ [ 103109.28, 515169.659999999974389 ], [ 103084.198964427851024, 514989.488729664182756 ], [ 103065.0363876495976, 514989.252678093966097 ], [ 103165.057555974519346, 515497.036767017096281 ], [ 103109.28, 515169.659999999974389 ] ] ], [ [ [ 103689.28, 519881.56 ], [ 103652.49, 519626.44 ], [ 103589.44, 519285.71999999997206 ], [ 103531.82, 518883.88 ], [ 103479.14, 518510.12 ], [ 103458.95, 518284.23820534942206 ], [ 103458.95, 518816.78000000002794 ], [ 103700.374482625891687, 519943.445512704376597 ], [ 103689.28, 519881.56 ] ] ], [ [ [ 104436.77, 525620.5 ], [ 104412.207307786491583, 525383.002350638969801 ], [ 104420.89, 525492.62 ], [ 104437.045786462666001, 525624.178031547926366 ], [ 104436.77, 525620.5 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 500.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106462.68, 521745.28000000002794 ], [ 106587.08, 521587.909999999974389 ], [ 106900.2, 521384.44 ], [ 107113.98, 521412.38 ], [ 107128.38, 521571.81 ], [ 107085.79, 521674.81 ], [ 107290.51, 521729.5 ], [ 107443.58, 521683.19 ], [ 107566.7, 521527.06 ], [ 107570.89, 521230.090000000025611 ], [ 107448.02, 520883.96999999997206 ], [ 107070.23, 520577.21999999997206 ], [ 106630.98, 520332.590000000025611 ], [ 106338.18, 520086.21999999997206 ], [ 106182.11, 519755.21999999997206 ], [ 106302.28, 519212.88 ], [ 105945.76, 519670.840000000025611 ], [ 105654.67, 520089.289999999979045 ], [ 105492.52, 520518.64000000001397 ], [ 105470.46, 520942.87 ], [ 105614.81, 521374.68 ], [ 105840.34, 521712.450000000011642 ], [ 106164.08, 522410.729999999981374 ], [ 106243.359820331956143, 522837.159336634038482 ], [ 106374.59, 522475.19 ], [ 106445.67, 522056.21999999997206 ], [ 106462.68, 521745.28000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 1000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113942.649067000398645, 520650.687905234226491 ], [ 113904.27, 520673.88 ], [ 113487.41, 520982.56 ], [ 113206.41, 521362.159999999974389 ], [ 112929.3, 521732.81 ], [ 112748.6, 522167.75 ], [ 112563.63, 522454.78000000002794 ], [ 112295.43, 522824.25 ], [ 112079.34, 523211.81 ], [ 112070.202401391477906, 523380.94224524719175 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108864.3, 522678.96999999997206 ], [ 108930.59, 522437.12 ], [ 109086.55, 522328.38 ], [ 109277.1, 522413.56 ], [ 109516.96, 522561.5 ], [ 109754.19, 522724.69 ], [ 110198.09, 523049.659999999974389 ], [ 110435.48, 523183.56 ], [ 110590.01, 523104.090000000025611 ], [ 110591.47, 522841.53000000002794 ], [ 110423.62, 522566.53000000002794 ], [ 110102.62, 522354.44 ], [ 109799.45, 522142.409999999974389 ], [ 109554.84, 521930.75 ], [ 109319.26, 521701.25 ], [ 109086.05, 521502.38 ], [ 108831.97, 521392.62 ], [ 108564.66, 521373.28000000002794 ], [ 108280.76, 521358.96999999997206 ], [ 108061.67, 521367.94 ], [ 107807.7, 521469.78000000002794 ], [ 107650.19, 521626.96999999997206 ], [ 107550.3, 521727.12 ], [ 107366.71, 521765.590000000025611 ], [ 107171.7, 521797.659999999974389 ], [ 107033.62, 521896.31 ], [ 107116.89, 522035.71999999997206 ], [ 107338.46, 522038.21999999997206 ], [ 107566.71, 521983.409999999974389 ], [ 107858.55, 521944.25 ], [ 108073.49, 521992.590000000025611 ], [ 108184.55, 522172.94 ], [ 108149.85, 522459.56 ], [ 108080.0, 522654.19 ], [ 107978.32, 522848.659999999974389 ], [ 107906.49, 523170.75 ], [ 107996.07, 523321.659999999974389 ], [ 108153.44, 523419.409999999974389 ], [ 108403.21, 523386.409999999974389 ], [ 108603.8, 523268.96999999997206 ], [ 108801.45, 522989.62 ], [ 108864.3, 522678.96999999997206 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS22_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS22_combined.geojson new file mode 100644 index 0000000..1ba9cd5 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS22_combined.geojson @@ -0,0 +1,15 @@ +{ +"type": "FeatureCollection", +"name": "CS22_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 81.6 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 511896.176470588252414 ], [ 108790.0, 512023.0 ], [ 108436.0, 512182.0 ], [ 107909.0, 512096.0 ], [ 107428.0, 511855.0 ], [ 107169.0, 511515.0 ], [ 107201.0, 511047.0 ], [ 107242.0, 510761.0 ], [ 107328.0, 510506.0 ], [ 106620.0, 510479.0 ], [ 106333.0, 510520.0 ], [ 106165.0, 510452.0 ], [ 105879.0, 510279.0 ], [ 105738.0, 510566.0 ], [ 105552.0, 511147.0 ], [ 105384.0, 512223.0 ], [ 105311.0, 512637.0 ], [ 105125.0, 512650.0 ], [ 104785.0, 512623.0 ], [ 104376.0, 512409.0 ], [ 104149.0, 511928.0 ], [ 103354.0, 511828.0 ], [ 102741.0, 511501.0 ], [ 102938.0, 510213.0 ], [ 103145.0, 509888.0 ], [ 103546.0, 509531.0 ], [ 103650.0, 508933.0 ], [ 103963.0, 508554.0 ], [ 104435.0, 508539.0 ], [ 105084.0, 508502.0 ], [ 104696.0, 508155.0 ], [ 104502.0, 507705.0 ], [ 104441.0, 507133.0 ], [ 104441.0, 506622.0 ], [ 103838.0, 505467.0 ], [ 103194.0, 505314.0 ], [ 102591.0, 505345.0 ], [ 101978.0, 505314.0 ], [ 101211.0, 505283.0 ], [ 100292.0, 505314.0 ], [ 98912.100000000005821, 504956.0 ], [ 97895.032181560003664, 504986.453356135287322 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2958.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104435.0, 508539.0 ], [ 103963.0, 508554.0 ], [ 103650.0, 508933.0 ], [ 103546.0, 509531.0 ], [ 103145.0, 509888.0 ], [ 102938.0, 510213.0 ], [ 102741.0, 511501.0 ], [ 103354.0, 511828.0 ], [ 104149.0, 511928.0 ], [ 104376.0, 512409.0 ], [ 104785.0, 512623.0 ], [ 105125.0, 512650.0 ], [ 105311.0, 512637.0 ], [ 105384.0, 512223.0 ], [ 105552.0, 511147.0 ], [ 105738.0, 510566.0 ], [ 105879.0, 510279.0 ], [ 106165.0, 510452.0 ], [ 106333.0, 510520.0 ], [ 106620.0, 510479.0 ], [ 106362.0, 510066.0 ], [ 105749.0, 509146.0 ], [ 105084.0, 508502.0 ], [ 104435.0, 508539.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 234.6 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104441.0, 506622.0 ], [ 104441.0, 507133.0 ], [ 104502.0, 507705.0 ], [ 104696.0, 508155.0 ], [ 105084.0, 508502.0 ], [ 105749.0, 509146.0 ], [ 106362.0, 510066.0 ], [ 106620.0, 510479.0 ], [ 107328.0, 510506.0 ], [ 107242.0, 510761.0 ], [ 107201.0, 511047.0 ], [ 107169.0, 511515.0 ], [ 107428.0, 511855.0 ], [ 107909.0, 512096.0 ], [ 108436.0, 512182.0 ], [ 108790.0, 512023.0 ], [ 109000.0, 511896.176470588252414 ], [ 109000.0, 504351.316366483923048 ], [ 108314.0, 504159.0 ], [ 107649.0, 504159.0 ], [ 106627.0, 503975.0 ], [ 105187.0, 503975.0 ], [ 104165.0, 504159.0 ], [ 104042.0, 505028.0 ], [ 103787.0, 505089.0 ], [ 103838.0, 505467.0 ], [ 104441.0, 506622.0 ] ], [ [ 104953.0, 506782.0 ], [ 104994.0, 506428.0 ], [ 105134.0, 506160.0 ], [ 105520.0, 505960.0 ], [ 105875.0, 505919.0 ], [ 106143.0, 506160.0 ], [ 106302.0, 506669.0 ], [ 106043.0, 507463.0 ], [ 105534.0, 507736.0 ], [ 105207.0, 507663.0 ], [ 104953.0, 507109.0 ], [ 104953.0, 506782.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 49980.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105534.0, 507736.0 ], [ 106043.0, 507463.0 ], [ 106302.0, 506669.0 ], [ 106143.0, 506160.0 ], [ 105875.0, 505919.0 ], [ 105520.0, 505960.0 ], [ 105134.0, 506160.0 ], [ 104994.0, 506428.0 ], [ 104953.0, 506782.0 ], [ 104953.0, 507109.0 ], [ 105207.0, 507663.0 ], [ 105534.0, 507736.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 51000.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101341.0, 503506.0 ], [ 101654.0, 503577.0 ], [ 102030.0, 503598.0 ], [ 102342.0, 503442.0 ], [ 102980.0, 503023.0 ], [ 103825.0, 502576.0 ], [ 104158.0, 502066.0 ], [ 104222.0, 501221.0 ], [ 104222.0, 499561.0 ], [ 103917.0, 498916.0 ], [ 103030.0, 498653.0 ], [ 101278.0, 498767.0 ], [ 99745.19999999999709, 498518.0 ], [ 97787.0, 499959.0 ], [ 96691.541324243560666, 500131.491270849248394 ], [ 97371.802672716337838, 502875.710751074599102 ], [ 98695.100000000005821, 502995.0 ], [ 100391.0, 503109.0 ], [ 100880.0, 503463.0 ], [ 101341.0, 503506.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 5100.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 96691.541324243560666, 500131.491270849248394 ], [ 97787.0, 499959.0 ], [ 99745.19999999999709, 498518.0 ], [ 101278.0, 498767.0 ], [ 103030.0, 498653.0 ], [ 103917.0, 498916.0 ], [ 104222.0, 499561.0 ], [ 104222.0, 501221.0 ], [ 104158.0, 502066.0 ], [ 103825.0, 502576.0 ], [ 102980.0, 503023.0 ], [ 102342.0, 503442.0 ], [ 102030.0, 503598.0 ], [ 101654.0, 503577.0 ], [ 101341.0, 503506.0 ], [ 100880.0, 503463.0 ], [ 100391.0, 503109.0 ], [ 98695.100000000005821, 502995.0 ], [ 97371.802672716337838, 502875.710751074599102 ], [ 97895.032181560003664, 504986.453356135287322 ], [ 98912.100000000005821, 504956.0 ], [ 100292.0, 505314.0 ], [ 101211.0, 505283.0 ], [ 101978.0, 505314.0 ], [ 102591.0, 505345.0 ], [ 103194.0, 505314.0 ], [ 103838.0, 505467.0 ], [ 103787.0, 505089.0 ], [ 103235.0, 504997.0 ], [ 102724.0, 505120.0 ], [ 102509.0, 504834.0 ], [ 102509.0, 504384.0 ], [ 102795.0, 504067.0 ], [ 103235.0, 503618.0 ], [ 103490.0, 503362.0 ], [ 103787.0, 503240.0 ], [ 104103.0, 502913.0 ], [ 104298.0, 502729.0 ], [ 104737.0, 501605.0 ], [ 105125.0, 500102.0 ], [ 105319.0, 499152.0 ], [ 105442.0, 498283.0 ], [ 105442.0, 497333.0 ], [ 105570.436450898123439, 496770.969816370576154 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 102.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104165.0, 504159.0 ], [ 105187.0, 503975.0 ], [ 106627.0, 503975.0 ], [ 107649.0, 504159.0 ], [ 108314.0, 504159.0 ], [ 109000.0, 504351.316366483923048 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 105570.436450898123439, 496770.969816370576154 ], [ 105442.0, 497333.0 ], [ 105442.0, 498283.0 ], [ 105319.0, 499152.0 ], [ 105125.0, 500102.0 ], [ 104737.0, 501605.0 ], [ 104298.0, 502729.0 ], [ 104103.0, 502913.0 ], [ 103787.0, 503240.0 ], [ 103490.0, 503362.0 ], [ 103235.0, 503618.0 ], [ 102795.0, 504067.0 ], [ 102509.0, 504384.0 ], [ 102509.0, 504834.0 ], [ 102724.0, 505120.0 ], [ 103235.0, 504997.0 ], [ 103787.0, 505089.0 ], [ 104042.0, 505028.0 ], [ 104165.0, 504159.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 97371.802672716337838, 502875.710751074599102 ], [ 96691.541324243560666, 500131.491270849248394 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 97895.032181560003664, 504986.453356135287322 ], [ 97371.802672716337838, 502875.710751074599102 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS31_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS31_combined.geojson new file mode 100644 index 0000000..625ed4a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS31_combined.geojson @@ -0,0 +1,13 @@ +{ +"type": "FeatureCollection", +"name": "CS31_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 20.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 507378.093985328509007 ], [ 107120.57, 507015.85999999998603 ], [ 104849.27, 507405.409999999974389 ], [ 104257.51, 508588.38 ], [ 105427.28, 509095.39000000001397 ], [ 107244.72, 509061.659999999974389 ], [ 106919.8, 509904.460000000020955 ], [ 106127.48, 510973.659999999974389 ], [ 105094.86, 512422.960000000020955 ], [ 105661.210729088226799, 515000.52093655988574 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 104.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 106919.8, 509904.460000000020955 ], [ 107244.72, 509061.659999999974389 ], [ 105407.82, 509103.919999999983702 ], [ 104911.36, 509695.78000000002794 ], [ 104736.05, 510414.74 ], [ 105027.1, 510602.14000000001397 ], [ 106127.48, 510973.659999999974389 ], [ 106919.8, 509904.460000000020955 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 99846.145000000004075, 506026.330000000016298 ], [ 99854.64, 507228.330000000016298 ], [ 102216.17, 507890.919999999983702 ], [ 102700.37, 508222.210000000020955 ], [ 103350.21, 507512.900000000023283 ], [ 103299.24, 506697.409999999974389 ], [ 102819.29, 506213.210000000020955 ], [ 102441.28, 505788.479999999981374 ], [ 101447.4, 505767.24 ], [ 99846.145000000004075, 506026.330000000016298 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 500.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103911.2, 505574.169999999983702 ], [ 103680.32, 505240.68 ], [ 103167.27, 505279.159999999974389 ], [ 102836.0, 506189.44 ], [ 103350.21, 506492.44 ], [ 103735.45, 506702.330000000016298 ], [ 104351.32, 506748.770000000018626 ], [ 104583.55, 506440.210000000020955 ], [ 104065.12, 506061.57 ], [ 103911.2, 505574.169999999983702 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 50.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103231.4, 504612.18 ], [ 103718.8, 504381.299999999988358 ], [ 103853.16, 504051.349999999976717 ], [ 103808.59, 503624.539999999979045 ], [ 103359.66, 503509.10999999998603 ], [ 102756.82, 503624.539999999979045 ], [ 101794.83, 503650.200000000011642 ], [ 101756.36, 504342.830000000016298 ], [ 101923.1, 504920.020000000018626 ], [ 102436.16, 504945.669999999983702 ], [ 103231.4, 504612.18 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104736.05, 510414.74 ], [ 104911.36, 509695.78000000002794 ], [ 105407.82, 509103.919999999983702 ], [ 107244.72, 509061.659999999974389 ], [ 105427.28, 509095.39000000001397 ], [ 104257.51, 508588.38 ], [ 104849.27, 507405.409999999974389 ], [ 107120.57, 507015.85999999998603 ], [ 109000.0, 507378.093985328509007 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 105661.210729088226799, 515000.52093655988574 ], [ 105094.86, 512422.960000000020955 ], [ 106127.48, 510973.659999999974389 ], [ 105027.1, 510602.14000000001397 ], [ 104736.05, 510414.74 ] ], [ [ 103299.24, 506697.409999999974389 ], [ 103350.21, 507512.900000000023283 ], [ 102700.37, 508222.210000000020955 ], [ 102216.17, 507890.919999999983702 ], [ 99854.64, 507228.330000000016298 ], [ 99846.145000000004075, 506026.330000000016298 ], [ 101447.4, 505767.24 ], [ 102441.28, 505788.479999999981374 ], [ 102819.29, 506213.210000000020955 ], [ 103299.24, 506697.409999999974389 ] ], [ [ 104351.32, 506748.770000000018626 ], [ 103735.45, 506702.330000000016298 ], [ 103350.21, 506492.44 ], [ 102836.0, 506189.44 ], [ 103167.27, 505279.159999999974389 ], [ 103680.32, 505240.68 ], [ 103911.2, 505574.169999999983702 ], [ 104065.12, 506061.57 ], [ 104583.55, 506440.210000000020955 ], [ 104351.32, 506748.770000000018626 ] ], [ [ 101923.1, 504920.020000000018626 ], [ 101756.36, 504342.830000000016298 ], [ 101794.83, 503650.200000000011642 ], [ 102756.82, 503624.539999999979045 ], [ 103359.66, 503509.10999999998603 ], [ 103808.59, 503624.539999999979045 ], [ 103853.16, 504051.349999999976717 ], [ 103718.8, 504381.299999999988358 ], [ 103231.4, 504612.18 ], [ 102436.16, 504945.669999999983702 ], [ 101923.1, 504920.020000000018626 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS32_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS32_combined.geojson new file mode 100644 index 0000000..c99eddc --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/CS32_combined.geojson @@ -0,0 +1,14 @@ +{ +"type": "FeatureCollection", +"name": "CS32_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 30.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102787.0, 506606.169999999983702 ], [ 102891.62, 507032.770000000018626 ], [ 102989.16, 507629.159999999974389 ], [ 103212.1, 507654.24 ], [ 104271.1, 507648.659999999974389 ], [ 104474.54, 508632.419999999983702 ], [ 105937.64, 508732.75 ], [ 106556.32, 508208.82 ], [ 106625.99, 507542.76 ], [ 106285.99, 506929.659999999974389 ], [ 105176.83, 506394.580000000016298 ], [ 104641.75, 506400.159999999974389 ], [ 104349.14, 506988.18 ], [ 104089.96, 507119.159999999974389 ], [ 103853.08, 506832.12 ], [ 103833.57, 506419.669999999983702 ], [ 104046.77, 506047.909999999974389 ], [ 103462.92, 505948.69 ], [ 103457.35, 505929.18 ], [ 103378.32, 506399.46999999997206 ], [ 102787.0, 506606.169999999983702 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103352.387385661830194, 506408.534924886189401 ], [ 103375.41, 506240.590000000025611 ], [ 103386.68, 506085.60999999998603 ], [ 103428.95, 505950.349999999976717 ], [ 103438.81, 505886.950000000011642 ], [ 103435.99, 505758.74 ], [ 103436.44, 505590.460000000020955 ], [ 103400.77, 505527.669999999983702 ], [ 103365.55, 505586.849999999976717 ], [ 103273.6, 505714.710000000020955 ], [ 103167.27, 505805.94 ], [ 103041.49, 505851.729999999981374 ], [ 103030.45, 505913.669999999983702 ], [ 103118.98, 505963.03000000002794 ], [ 103203.52, 506088.43 ], [ 103164.07, 506257.5 ], [ 103135.89, 506466.020000000018626 ], [ 103295.09620096810977, 506428.561455151007976 ], [ 103352.387385661830194, 506408.534924886189401 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 100.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103264.12, 505718.87 ], [ 103409.86, 505510.88 ], [ 103354.28, 505378.32 ], [ 103128.85, 505329.01 ], [ 102741.39, 505388.19 ], [ 102731.53, 505491.039999999979045 ], [ 102776.61, 505692.520000000018626 ], [ 102879.47, 505824.960000000020955 ], [ 103022.11, 505854.78000000002794 ], [ 103098.94, 505829.520000000018626 ], [ 103264.12, 505718.87 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 50.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103438.81, 505886.950000000011642 ], [ 103436.786117745024967, 505899.963603951851837 ], [ 103435.99, 505940.49 ], [ 103454.872633792838315, 505943.922256783058401 ], [ 103457.35, 505929.18 ], [ 103461.924798292995547, 505945.204113949090242 ], [ 103544.48, 505960.210000000020955 ], [ 103784.0, 505992.62 ], [ 104065.79, 506026.43 ], [ 104248.95, 505970.080000000016298 ], [ 104298.26, 505801.0 ], [ 104312.35, 505444.539999999979045 ], [ 104164.41, 505190.93 ], [ 103798.09, 505095.13 ], [ 103495.17, 505006.35999999998603 ], [ 103079.53, 504873.919999999983702 ], [ 102459.6, 504840.10999999998603 ], [ 102365.2, 504935.919999999983702 ], [ 102576.54, 505171.210000000020955 ], [ 102766.75, 505382.549999999988358 ], [ 103121.8, 505329.01 ], [ 103124.751424273606972, 505329.636009682260919 ], [ 103128.85, 505329.01 ], [ 103354.28, 505378.32 ], [ 103443.15, 505576.01 ], [ 103437.875968836131506, 505844.4847037162981 ], [ 103438.81, 505886.950000000011642 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 499681.14071851951303 ], [ 108057.65, 500180.24 ], [ 104770.25, 502150.450000000011642 ], [ 103319.93, 503120.51 ], [ 102716.03, 503053.93 ], [ 101751.21, 502166.460000000020955 ], [ 97994.161999999996624, 504081.049999999988358 ], [ 98208.144, 505483.82 ], [ 98612.331999999994878, 506644.07 ], [ 99706.017000000007101, 506726.5 ], [ 101313.26, 506693.210000000020955 ], [ 102292.49, 506501.89000000001397 ], [ 102752.67, 506586.049999999988358 ], [ 103111.46, 506421.64000000001397 ], [ 103160.58, 506097.299999999988358 ], [ 102909.98928372557566, 505831.340293330780696 ], [ 102879.47, 505824.960000000020955 ], [ 102776.61, 505692.520000000018626 ], [ 102731.53, 505491.039999999979045 ], [ 102741.39, 505388.19 ], [ 102767.213331985825789, 505384.24578695371747 ], [ 102766.75, 505382.549999999988358 ], [ 102576.54, 505171.210000000020955 ], [ 102365.2, 504935.919999999983702 ], [ 102387.187521189276595, 504913.604063504782971 ], [ 102368.9, 504891.01 ], [ 102411.57031552499393, 504888.857077007938642 ], [ 102459.6, 504840.10999999998603 ], [ 102900.806985948991496, 504864.172729977464769 ], [ 103086.77, 504854.789999999979045 ], [ 103596.792721792182419, 505036.140301774372347 ], [ 103798.09, 505095.13 ], [ 104164.41, 505190.93 ], [ 104199.031009448881377, 505250.279967597220093 ], [ 104285.23, 505280.93 ], [ 106046.22, 504274.419999999983702 ], [ 108043.39, 503114.169999999983702 ], [ 109000.0, 502602.012066234427039 ], [ 109000.0, 499681.14071851951303 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 75.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 97285.370715512399329, 502527.038492676336318 ], [ 97864.55899999999383, 504099.12 ], [ 101751.21, 502166.460000000020955 ], [ 100788.99, 500892.51 ], [ 99378.081000000005588, 499199.419999999983702 ], [ 97736.293999999994412, 499148.10999999998603 ], [ 96812.789000000004307, 499622.69 ], [ 96632.46550249363645, 499893.175480571866501 ], [ 96935.396761329422588, 501115.220307214884087 ], [ 97285.370715512399329, 502527.038492676336318 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 96935.396761329422588, 501115.220307214884087 ], [ 96632.46550249363645, 499893.175480571866501 ], [ 96812.789000000004307, 499622.69 ], [ 97736.293999999994412, 499148.10999999998603 ], [ 99378.081000000005588, 499199.419999999983702 ], [ 100788.99, 500892.51 ], [ 101751.21, 502166.460000000020955 ], [ 102716.03, 503053.93 ], [ 103319.93, 503120.51 ], [ 104770.25, 502150.450000000011642 ], [ 108057.65, 500180.24 ], [ 109000.0, 499681.14071851951303 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ] ] ], [ [ [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 502602.012066234427039 ], [ 108043.39, 503114.169999999983702 ], [ 106046.22, 504274.419999999983702 ], [ 104285.23, 505280.93 ], [ 104199.031009448881377, 505250.279967597220093 ], [ 104312.35, 505444.539999999979045 ], [ 104298.26, 505801.0 ], [ 104248.95, 505970.080000000016298 ], [ 104065.79, 506026.43 ], [ 103784.0, 505992.62 ], [ 103544.48, 505960.210000000020955 ], [ 103461.924798292995547, 505945.204113949090242 ], [ 103462.92, 505948.69 ], [ 104046.77, 506047.909999999974389 ], [ 103833.57, 506419.669999999983702 ], [ 103853.08, 506832.12 ], [ 104089.96, 507119.159999999974389 ], [ 104349.14, 506988.18 ], [ 104641.75, 506400.159999999974389 ], [ 105176.83, 506394.580000000016298 ], [ 106285.99, 506929.659999999974389 ], [ 106625.99, 507542.76 ], [ 106556.32, 508208.82 ], [ 105937.64, 508732.75 ], [ 104474.54, 508632.419999999983702 ], [ 104271.1, 507648.659999999974389 ], [ 103212.1, 507654.24 ], [ 102989.16, 507629.159999999974389 ], [ 102891.62, 507032.770000000018626 ], [ 102787.0, 506606.169999999983702 ], [ 103295.09620096810977, 506428.561455151007976 ], [ 103135.89, 506466.020000000018626 ], [ 103164.07, 506257.5 ], [ 103203.52, 506088.43 ], [ 103118.98, 505963.03000000002794 ], [ 103030.45, 505913.669999999983702 ], [ 103041.49, 505851.729999999981374 ], [ 103167.27, 505805.94 ], [ 103273.6, 505714.710000000020955 ], [ 103365.55, 505586.849999999976717 ], [ 103400.77, 505527.669999999983702 ], [ 103436.44, 505590.460000000020955 ], [ 103435.99, 505758.74 ], [ 103437.875968836131506, 505844.4847037162981 ], [ 103443.15, 505576.01 ], [ 103354.28, 505378.32 ], [ 103409.86, 505510.88 ], [ 103264.12, 505718.87 ], [ 103098.94, 505829.520000000018626 ], [ 103022.11, 505854.78000000002794 ], [ 102909.98928372557566, 505831.340293330780696 ], [ 103160.58, 506097.299999999988358 ], [ 103111.46, 506421.64000000001397 ], [ 102752.67, 506586.049999999988358 ], [ 102292.49, 506501.89000000001397 ], [ 101313.26, 506693.210000000020955 ], [ 99706.017000000007101, 506726.5 ], [ 98612.331999999994878, 506644.07 ], [ 98208.144, 505483.82 ], [ 97994.161999999996624, 504081.049999999988358 ], [ 101751.21, 502166.460000000020955 ], [ 97864.55899999999383, 504099.12 ], [ 97285.370715512399329, 502527.038492676336318 ], [ 100352.74, 514901.01 ] ] ], [ [ [ 103121.8, 505329.01 ], [ 102766.75, 505382.549999999988358 ], [ 102767.213331985825789, 505384.24578695371747 ], [ 103124.751424273606972, 505329.636009682260919 ], [ 103121.8, 505329.01 ] ] ], [ [ [ 102368.9, 504891.01 ], [ 102387.187521189276595, 504913.604063504782971 ], [ 102411.57031552499393, 504888.857077007938642 ], [ 102368.9, 504891.01 ] ] ], [ [ [ 103495.17, 505006.35999999998603 ], [ 103596.792721792182419, 505036.140301774372347 ], [ 103086.77, 504854.789999999979045 ], [ 102900.806985948991496, 504864.172729977464769 ], [ 103079.53, 504873.919999999983702 ], [ 103495.17, 505006.35999999998603 ] ] ], [ [ [ 103375.41, 506240.590000000025611 ], [ 103352.387385661830194, 506408.534924886189401 ], [ 103378.32, 506399.46999999997206 ], [ 103454.872633792838315, 505943.922256783058401 ], [ 103435.99, 505940.49 ], [ 103436.786117745024967, 505899.963603951851837 ], [ 103428.95, 505950.349999999976717 ], [ 103386.68, 506085.60999999998603 ], [ 103375.41, 506240.590000000025611 ] ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson new file mode 100644 index 0000000..b2e82ee --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "KDS12_NHDZ", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson new file mode 100644 index 0000000..1ba8606 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "KDS13_NHDZ", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson new file mode 100644 index 0000000..601ca15 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "KDS21_NHDZ", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson new file mode 100644 index 0000000..b3b3611 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "KDS22_NHDZ", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson new file mode 100644 index 0000000..28abcc0 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "KDS31_NHDZ", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW11_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW11_combined.geojson new file mode 100644 index 0000000..0e66ea3 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW11_combined.geojson @@ -0,0 +1,10 @@ +{ +"type": "FeatureCollection", +"name": "KW11_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 3.3 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 510843.198474136355799 ], [ 99343.608520825800952, 510830.106560497486498 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.6 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 99343.608520825800952, 510830.106560497486498 ], [ 109000.0, 510843.198474136355799 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 515000.0 ], [ 104000.82, 515000.78000000002794 ], [ 103060.76, 514989.200000000011642 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW12_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW12_combined.geojson new file mode 100644 index 0000000..7b0a690 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW12_combined.geojson @@ -0,0 +1,13 @@ +{ +"type": "FeatureCollection", +"name": "KW12_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 3.6 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 510843.198474136355799 ], [ 99343.608520825800952, 510830.106560497486498 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.8 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 104671.355297864574823, 496749.054271963483188 ], [ 98770.47214248238015, 496828.388437780842651 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 97910.761069064450567, 505049.904733446193859 ], [ 109000.0, 504839.737372756702825 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ] ], [ [ 100563.08, 501610.710000000020955 ], [ 99003.572, 498366.159999999974389 ], [ 99182.216, 497844.71999999997206 ], [ 102841.99, 497786.78000000002794 ], [ 105120.9, 497521.229999999981374 ], [ 105763.05, 497318.450000000011642 ], [ 106424.51, 498820.020000000018626 ], [ 105159.53, 500872.0 ], [ 103754.52, 501827.979999999981374 ], [ 102909.59, 502108.020000000018626 ], [ 101717.02, 501905.229999999981374 ], [ 100563.08, 501610.710000000020955 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.5 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 103754.52, 501827.979999999981374 ], [ 105159.53, 500872.0 ], [ 106424.51, 498820.020000000018626 ], [ 105763.05, 497318.450000000011642 ], [ 105120.9, 497521.229999999981374 ], [ 102841.99, 497786.78000000002794 ], [ 99182.216, 497844.71999999997206 ], [ 99003.572, 498366.159999999974389 ], [ 100563.08, 501610.710000000020955 ], [ 101717.02, 501905.229999999981374 ], [ 102909.59, 502108.020000000018626 ], [ 103754.52, 501827.979999999981374 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98770.47214248238015, 496828.388437780842651 ], [ 104671.355297864574823, 496749.054271963483188 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ] ] ], [ [ [ 109000.0, 504839.737372756702825 ], [ 97910.761069064450567, 505049.904733446193859 ], [ 99343.602127005986404, 510830.080767403473146 ], [ 109000.0, 510843.091047036170494 ], [ 109000.0, 504839.737372756702825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.7354322570498688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 510843.198474136355799 ], [ 109000.0, 510843.091047036170494 ], [ 99343.602127005986404, 510830.080767403473146 ], [ 99343.608520825800952, 510830.106560497486498 ], [ 109000.0, 510843.198474136355799 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 515000.0 ], [ 104000.82, 515000.78000000002794 ], [ 103060.76, 514989.200000000011642 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW13_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW13_combined.geojson new file mode 100644 index 0000000..845dfef --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW13_combined.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "KW13_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 11.7 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 515000.0 ], [ 104000.82, 515000.78000000002794 ], [ 103060.76, 514989.200000000011642 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW21_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW21_combined.geojson new file mode 100644 index 0000000..f8aa877 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW21_combined.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "KW21_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 30.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105492.7, 531373.300000000046566 ], [ 105988.0, 531305.0 ], [ 107196.5, 529730.5 ], [ 107501.0, 529333.900000000023283 ], [ 107700.7, 529073.699999999953434 ], [ 108005.1, 528677.0 ], [ 108309.6, 528280.400000000023283 ], [ 108481.8, 528056.0 ], [ 108786.2, 527659.400000000023283 ], [ 109090.7, 527262.800000000046566 ], [ 109395.1, 526866.099999999976717 ], [ 109699.5, 526469.5 ], [ 110004.0, 526072.900000000023283 ], [ 110308.4, 525676.199999999953434 ], [ 110612.9, 525279.599999999976717 ], [ 110917.3, 524883.0 ], [ 111221.7, 524486.300000000046566 ], [ 111526.2, 524089.700000000011642 ], [ 112439.5, 522899.799999999988358 ], [ 112791.2, 522441.5 ], [ 113095.7, 522044.900000000023283 ], [ 114009.0, 520855.0 ], [ 113944.7, 520657.0 ], [ 113790.2, 520181.5 ], [ 113635.6, 519705.900000000023283 ], [ 113326.6, 518754.900000000023283 ], [ 113172.1, 518279.299999999988358 ], [ 112708.6, 516852.799999999988358 ], [ 112554.1, 516377.200000000011642 ], [ 112245.1, 515426.200000000011642 ], [ 112090.6, 514950.599999999976717 ], [ 111936.0, 514475.099999999976717 ], [ 111627.0, 513524.099999999976717 ], [ 111472.5, 513048.5 ], [ 111318.0, 512573.0 ], [ 110827.7, 512286.099999999976717 ], [ 110396.1, 512033.599999999976717 ], [ 109964.6, 511781.099999999976717 ], [ 109101.4, 511276.099999999976717 ], [ 109000.0, 511216.763962919998448 ], [ 109000.0, 515000.0 ], [ 104000.82, 515000.78000000002794 ], [ 103060.76, 514989.200000000011642 ], [ 101793.335980211268179, 514947.924778877117205 ], [ 101838.3, 515225.700000000011642 ], [ 101918.1, 515719.299999999988358 ], [ 101998.0, 516212.900000000023283 ], [ 102157.6, 517200.099999999976717 ], [ 102237.5, 517693.599999999976717 ], [ 102317.3, 518187.200000000011642 ], [ 102397.2, 518680.799999999988358 ], [ 102556.8, 519668.0 ], [ 102636.7, 520161.599999999976717 ], [ 102716.5, 520655.099999999976717 ], [ 102796.4, 521148.700000000011642 ], [ 102956.0, 522135.900000000023283 ], [ 103035.9, 522629.5 ], [ 103115.7, 523123.099999999976717 ], [ 103195.6, 523616.700000000011642 ], [ 103355.2, 524603.800000000046566 ], [ 103435.1, 525097.400000000023283 ], [ 103514.9, 525591.0 ], [ 103594.8, 526084.599999999976717 ], [ 103754.4, 527071.699999999953434 ], [ 103834.3, 527565.300000000046566 ], [ 103914.1, 528058.900000000023283 ], [ 103994.0, 528552.5 ], [ 104153.6, 529539.699999999953434 ], [ 104233.5, 530033.300000000046566 ], [ 104313.3, 530526.800000000046566 ], [ 104393.2, 531020.400000000023283 ], [ 104473.0, 531514.0 ], [ 104997.4, 531441.699999999953434 ], [ 105492.7, 531373.300000000046566 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW22_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW22_combined.geojson new file mode 100644 index 0000000..6b3a69a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW22_combined.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "KW22_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 30.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW31_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW31_combined.geojson new file mode 100644 index 0000000..1f07f42 --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW31_combined.geojson @@ -0,0 +1,9 @@ +{ +"type": "FeatureCollection", +"name": "KW31_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 40.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95931.921581091955886, 496966.688659832114354 ], [ 96129.023438000003807, 497454.75 ], [ 96139.669955232631764, 497905.205498743569478 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "VALUE": 40.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 95907.309999999997672, 496967.849999999976717 ], [ 96139.669955232631764, 497905.205498743569478 ], [ 96129.023438000003807, 497454.75 ], [ 95931.921581091955886, 496966.688659832114354 ], [ 95907.309999999997672, 496967.849999999976717 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW32_combined.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW32_combined.geojson new file mode 100644 index 0000000..9d1b90a --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KW32_combined.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "KW32_combined", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, +"features": [ +{ "type": "Feature", "properties": { "VALUE": 30.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ] ] ] } } +] +} diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/__init__.py similarity index 100% rename from src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/__init__.py rename to src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/__init__.py diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py similarity index 59% rename from src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py rename to src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py index 5c1b149..972bbca 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/kh/kh.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py @@ -1,8 +1,29 @@ +"""Clean up and merge layer conductance data from the NHDZ and Bergen models. + +This script processes the raw Triwaco polygon data from two regional submodels +(NHDZ and Bergen) and produces three sets of conductance parameters as polygon +GeoDataFrames: + +- ``kh``: horizontal conductivity [m/d] of the aquifer layers (W-layers). +- ``c``: vertical resistance [d] of the aquitard layers (S-layers). +- ``kd_nhdz``: horizontal transmissivity [m2/d] of the aquitard layers from + the NHDZ model, computed from KD shapefiles and mask-based formulas. + +Where the NHDZ and Bergen model boundaries overlap, NHDZ data takes priority. +The Bergen model only covers the shallower layers (W11-W21, S11-S21); deeper +layers use NHDZ data exclusively. + +The remaining horizontal and vertical conductivities required by MODFLOW (e.g. +kv of aquifers, kh/kv of aquitards) are not produced here. They need to be +computed downstream by NHFLO/tools using an anisotropy factor and layer +thicknesses of the MODFLOW grid. +""" + import logging import geopandas as gpd import pandas as pd -from params_helper_functions import clip_polygons_to_mask, fill_boundary_with_polygons +from params_helper_functions import clip_to_mask_region, fill_boundary_with_polygons from nhflodata.get_paths import get_abs_data_path @@ -69,7 +90,8 @@ s13kd = gpd.read_file(folder / "s13kd.shp").set_crs("EPSG:28992") s21kd = gpd.read_file(folder / "s21kd.shp").set_crs("EPSG:28992") s22kd = gpd.read_file(folder / "s22kd.shp").set_crs("EPSG:28992") -folder = data_path_bergen / "Bodemparams" / "Masker_kdwaarden_aquitards" +# src/nhflodata/data/mockup/bodemlagen_pwn_nhdz/v1.0.0/Bodemparams/Maskers_kdwaarden_aquitards/masker_aquitard12_kd.shp +folder = data_path_nhdz / "Bodemparams" / "Maskers_kdwaarden_aquitards" ms12kd = gpd.read_file(folder / "masker_aquitard12_kd.shp").set_crs("EPSG:28992") ms13kd = gpd.read_file(folder / "masker_aquitard13_kd.shp").set_crs("EPSG:28992") ms21kd = gpd.read_file(folder / "masker_aquitard21_kd.shp").set_crs("EPSG:28992") @@ -105,21 +127,14 @@ } for name, terms in kd_formulas.items(): - parts = [clip_polygons_to_mask(src, mask, mask_value=val, coefficient=coeff) for src, mask, val, coeff in terms] - source = gpd.GeoDataFrame(pd.concat(parts, ignore_index=True), crs="EPSG:28992") - kd_nhdz[name], _, _ = fill_boundary_with_polygons( - boundary_gdf=gdf_nhdz, - source_gdf=source, - value_col="VALUE", - fill_method="fill_value", - fill_value=0.01, # From bodemlagen_pwn_nhdz/v1.0.0/Ontleding_model_v2.xlsx - overlap_priority="sum", - ) + parts = [clip_to_mask_region(src, mask, mask_value=val, coefficient=coeff) for src, mask, val, coeff in terms] + kd_nhdz[name] = gpd.GeoDataFrame(pd.concat(parts, ignore_index=True), crs="EPSG:28992") + kd_nhdz[name].to_file(data_path / "conductances" / f"KD{name}_NHDZ.geojson", driver="GeoJSON") c_nhdz = {} for name in layer_names: if name.startswith("S"): - fp = data_path_nhdz / "Bodemparams" / "Cwaarden_aquitards" / f"C{name}.shp" + fp = data_path_nhdz / "Bodemparams" / "Cwaarden_aquitards" / f"C{name[1:]}AREA.shp" c = gpd.read_file(fp).set_crs("EPSG:28992") if name == "S22": c["VALUE"] *= 1.02 # From bodemlagen_pwn_nhdz/v1.0.0/Ontleding_model_v2.xlsx @@ -133,8 +148,8 @@ overlap_priority="last", override_gdf=None, ) - overlaps_gdf.to_file(data_path / "kh" / f"C{name}_NHDZ_overlaps.geojson", driver="GeoJSON") - fill_gdf.to_file(data_path / "kh" / f"C{name}_NHDZ_fill.geojson", driver="GeoJSON") + # overlaps_gdf.to_file(data_path / "conductances" / f"C{name}_NHDZ_overlaps.geojson", driver="GeoJSON") + # fill_gdf.to_file(data_path / "conductances" / f"C{name}_NHDZ_fill.geojson", driver="GeoJSON") # Bergen kh_bergen = {} @@ -162,77 +177,42 @@ overlap_priority="last", # Not used as source_gdf is None override_gdf=None, ) - overlaps_gdf.to_file(data_path / "kh" / f"C{bergen_name}_Bergen_overlaps.geojson", driver="GeoJSON") - fill_gdf.to_file(data_path / "kh" / f"C{bergen_name}_Bergen_fill.geojson", driver="GeoJSON") + # overlaps_gdf.to_file(data_path / "conductances" / f"C{bergen_name}_Bergen_overlaps.geojson", driver="GeoJSON") + # fill_gdf.to_file(data_path / "conductances" / f"C{bergen_name}_Bergen_fill.geojson", driver="GeoJSON") -""" -# NHDZ Bergen -S21 S2 -S13 S1C -S12 S1B -S11 S1A - - - - kh[0] = 8.0 - kh[1] = thickness[1] / clist[0] / f_anisotropy - kh[2] = 7.0 - kh[3] = thickness[3] / clist[1] / f_anisotropy - kh[4] = 12.0 - kh[5] = thickness[5] / clist[2] / f_anisotropy - kh[6] = 15.0 - kh[7] = thickness[7] / clist[3] / f_anisotropy - kh[8] = 20.0 - -# Top -RL1=mv -RL2=BA1A -RL3=if(BA1B Date: Wed, 25 Feb 2026 14:39:31 -0600 Subject: [PATCH 08/10] Add package inits and minor code fixes Add __init__.py modules (with brief docstrings) for botm, boundaries, conductances, dikte_aquitard and koster_drilling_interpretations to make these subpackages importable. Fix path casing in interpolation helper (Koster_drilling_interpretations -> koster_drilling_interpretations) to avoid file-not-found issues. Apply small formatting and readability improvements: wrap long path strings, reorder/import formatting in conversion scripts, add a trailing newline, and adjust dict formatting in botm merge code. These changes are maintenance-focused to improve package structure and correctness for conversion/interpolation workflows. --- .../_convert_koster_interpretation_shapes_to_geojson.py | 9 ++++++--- .../mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py | 1 + .../data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py | 4 +++- .../v2.0.0/botm/interpolation_helper_functions.py | 2 +- .../bodemlagen_pwn_2024/v2.0.0/boundaries/__init__.py | 1 + .../v2.0.0/boundaries/_convert_boundaries.py | 5 ++++- .../bodemlagen_pwn_2024/v2.0.0/conductances/__init__.py | 1 + .../v2.0.0/conductances/params_helper_functions.py | 2 ++ .../v2.0.0/dikte_aquitard/__init__.py | 1 + .../v2.0.0/koster_drilling_interpretations/__init__.py | 1 + 10 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/__init__.py create mode 100644 src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/koster_drilling_interpretations/__init__.py diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py index 105911d..71e177b 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations/_convert_koster_interpretation_shapes_to_geojson.py @@ -1,12 +1,15 @@ -from nhflotools.geoconverter.geoconverter import GeoConverter, print_results from pathlib import Path +from nhflotools.geoconverter.geoconverter import GeoConverter, print_results + converter = GeoConverter() # Convert folder with all files input_folder = Path("/Users/bdestombe/Downloads/daw_data_TS_DS") -output_folder = Path("/Users/bdestombe/Projects/NHFLO/data/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations_geojson") +output_folder = Path( + "/Users/bdestombe/Projects/NHFLO/data/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/Koster_drilling_interpretations_geojson" +) results = converter.convert_folder( input_folder=input_folder, output_folder=output_folder, coordinate_precision=0.01, overwrite_with_target_crs=True ) -print_results(results) \ No newline at end of file +print_results(results) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py index e69de29..fafd4b2 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/__init__.py @@ -0,0 +1 @@ +"""Bottom elevation computation for aquitard layers.""" diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py index fb1d57d..8910fed 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py @@ -327,7 +327,9 @@ # --- Merge and save as a single GeoJSON --- gdf_all = gpd.GeoDataFrame( - {layer: gdfi["value"] for layer, gdfi in zip(layer_order, gdfs, strict=True)}, # TODO: This creates separate columns per layer, but we want a single "value" column and a "layer" column to identify the layer. This is needed for the inversion step later. + { + layer: gdfi["value"] for layer, gdfi in zip(layer_order, gdfs, strict=True) + }, # TODO: This creates separate columns per layer, but we want a single "value" column and a "layer" column to identify the layer. This is needed for the inversion step later. geometry=gdfs[0].geometry.copy(), crs=crs, ) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py index 9310e43..4bfc16b 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py @@ -514,7 +514,7 @@ def get_point_values(*, path, layer_name, dx_zero_vertices_interpolation=100.0): gdf_pts = pd.concat([gdf_pts, gdf_pts_ber]) # Read the point data for the boreholes - fpath_daw = Path(path, "Koster_drilling_interpretations", "daw_data_TS_DS.geojson") + fpath_daw = Path(path, "koster_drilling_interpretations", "daw_data_TS_DS.geojson") gdf_daw = gpd.read_file(fpath_daw) # Select the column for the layer being processed gdf_daw = gdf_daw[[layer_name, "geometry"]].dropna() diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/__init__.py new file mode 100644 index 0000000..cfa53bf --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/__init__.py @@ -0,0 +1 @@ +"""Boundary polygons for the PWN 2024 soil layers model.""" diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py index 83ec4e1..01bcba3 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py @@ -8,6 +8,7 @@ gelegen lagen (S3.2, S3.1 en S2.2) bevatten de shapefiles van het Bergen model geen informatie (zie paragraaf 3.3.6 van report). """ + from pathlib import Path import geopandas as gpd @@ -18,7 +19,9 @@ # Convert folder with all files input_folder = Path("/Users/bdestombe/Downloads/boundaries") -output_folder = Path("/Users/bdestombe/Projects/NHFLO/data/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries") +output_folder = Path( + "/Users/bdestombe/Projects/NHFLO/data/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries" +) results = converter.convert_folder( input_folder=input_folder, output_folder=output_folder, coordinate_precision=2, overwrite_with_target_crs=True ) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/__init__.py index e69de29..dd35a5c 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/__init__.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/__init__.py @@ -0,0 +1 @@ +"""Conductance parameter computation for aquitard layers.""" diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/params_helper_functions.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/params_helper_functions.py index c23dcda..2652ade 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/params_helper_functions.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/params_helper_functions.py @@ -1,3 +1,5 @@ +"""Helper functions for computing conductance parameters from polygon data.""" + import logging import geopandas as gpd diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/__init__.py index e69de29..b9fa1bc 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/__init__.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/__init__.py @@ -0,0 +1 @@ +"""Aquitard thickness processing and interpolation.""" diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/koster_drilling_interpretations/__init__.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/koster_drilling_interpretations/__init__.py new file mode 100644 index 0000000..64f3baa --- /dev/null +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/koster_drilling_interpretations/__init__.py @@ -0,0 +1 @@ +"""Koster drilling interpretation data and conversion scripts.""" From 471f790959cb402de2833c47686bc96022c091fc Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Wed, 25 Feb 2026 16:49:08 -0600 Subject: [PATCH 09/10] Add conductance point features and update module Expand mockup conductances data for bodemlagen_pwn_2024 v2.0.0: KDS12_NHDZ.geojson was populated with numerous Point features --- .../v2.0.0/conductances/KDS12_NHDZ.geojson | 512 +++++++++++- .../v2.0.0/conductances/KDS13_NHDZ.geojson | 155 +++- .../v2.0.0/conductances/KDS21_NHDZ.geojson | 739 +++++++++++++++++- .../v2.0.0/conductances/KDS22_NHDZ.geojson | 86 +- .../v2.0.0/conductances/KDS31_NHDZ.geojson | 157 +++- .../v2.0.0/conductances/conductances.py | 2 +- 6 files changed, 1645 insertions(+), 6 deletions(-) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson index b2e82ee..9d11498 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS12_NHDZ.geojson @@ -3,6 +3,516 @@ "name": "KDS12_NHDZ", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, "features": [ -{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +{ "type": "Feature", "properties": { "VALUE": 20.149 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.148001 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.1026 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0001 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.9713 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.93455 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.6388 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.017 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.503 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.31115 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.25 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.6 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.305 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01714 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.7505 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 100420.0, 499360.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.7669 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 53.580002 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 330.001495 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.0 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.75 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.5 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.2006 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.7361 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.5221 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.277849 }, "geometry": { "type": "Point", "coordinates": [ 101592.1, 501253.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1786 }, "geometry": { "type": "Point", "coordinates": [ 102054.3, 501496.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.5519 }, "geometry": { "type": "Point", "coordinates": [ 100977.6, 501561.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.021 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0022 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 70.699997 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 102450.8, 501917.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102755.0, 501923.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.5 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 102211.7, 502486.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.6358 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 45.620998 }, "geometry": { "type": "Point", "coordinates": [ 102746.9, 503192.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.55 }, "geometry": { "type": "Point", "coordinates": [ 102271.9, 503657.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.02453 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.3941 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.5 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.6087 }, "geometry": { "type": "Point", "coordinates": [ 101616.4, 502318.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.3279 }, "geometry": { "type": "Point", "coordinates": [ 101073.9, 502363.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 101108.7, 502596.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0002 }, "geometry": { "type": "Point", "coordinates": [ 101636.0, 502641.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 41.075001 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 101624.1, 502889.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0002 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 28.301001 }, "geometry": { "type": "Point", "coordinates": [ 103015.3, 504255.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 68.540001 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0099 }, "geometry": { "type": "Point", "coordinates": [ 102852.8, 505704.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.9163 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.229601 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 102825.8, 506794.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.394449 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 42.074001 }, "geometry": { "type": "Point", "coordinates": [ 102830.4, 506837.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.38 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00075 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.0023 }, "geometry": { "type": "Point", "coordinates": [ 101622.0, 503090.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0003 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 503099.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.883499 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.207701 }, "geometry": { "type": "Point", "coordinates": [ 102008.5, 503430.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102181.8, 503695.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.6006 }, "geometry": { "type": "Point", "coordinates": [ 102150.7, 503735.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.7009 }, "geometry": { "type": "Point", "coordinates": [ 102120.8, 503775.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.2005 }, "geometry": { "type": "Point", "coordinates": [ 102106.7, 503823.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.7501 }, "geometry": { "type": "Point", "coordinates": [ 102092.8, 503871.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 38.832001 }, "geometry": { "type": "Point", "coordinates": [ 101757.9, 503874.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.02 }, "geometry": { "type": "Point", "coordinates": [ 101511.3, 503916.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.75 }, "geometry": { "type": "Point", "coordinates": [ 102099.8, 503964.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.709999 }, "geometry": { "type": "Point", "coordinates": [ 101260.9, 503975.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.8 }, "geometry": { "type": "Point", "coordinates": [ 102123.5, 504008.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.425 }, "geometry": { "type": "Point", "coordinates": [ 102147.9, 504052.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.8002 }, "geometry": { "type": "Point", "coordinates": [ 102171.8, 504096.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 80.5 }, "geometry": { "type": "Point", "coordinates": [ 101572.6, 504406.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.5125 }, "geometry": { "type": "Point", "coordinates": [ 102222.6, 503666.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.716 }, "geometry": { "type": "Point", "coordinates": [ 102488.4, 504040.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.1502 }, "geometry": { "type": "Point", "coordinates": [ 102195.8, 504140.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.00015 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.4901 }, "geometry": { "type": "Point", "coordinates": [ 102243.8, 504228.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.5507 }, "geometry": { "type": "Point", "coordinates": [ 102283.4, 504258.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.65 }, "geometry": { "type": "Point", "coordinates": [ 102333.7, 504362.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.0 }, "geometry": { "type": "Point", "coordinates": [ 102397.6, 505257.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.35 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.3 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 65.348999 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.87 }, "geometry": { "type": "Point", "coordinates": [ 106370.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.04 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.28208 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.49133 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0058 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.9591 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.116 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.3953 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.019 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.80885 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.8642 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.422701 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.634 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.9356 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.169 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.084 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.425 }, "geometry": { "type": "Point", "coordinates": [ 104445.0, 498760.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0809 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.5098 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.338 }, "geometry": { "type": "Point", "coordinates": [ 107143.0, 500430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.8884 }, "geometry": { "type": "Point", "coordinates": [ 107380.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.6995 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.505 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01929 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.7459 }, "geometry": { "type": "Point", "coordinates": [ 107780.0, 501250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.005 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00557 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0103 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.04375 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 44.73138 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.7515 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.5926 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.33 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 61.5317 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.0 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 106082.0, 501395.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.325 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00175 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 120.837318 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.04132 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.004 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 61.650002 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.031 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.5165 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.933 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 110.0 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 88.503998 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 41.7075 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.7296 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 97.75 }, "geometry": { "type": "Point", "coordinates": [ 104637.8, 505087.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.87956 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.57 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.035 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.515 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.835 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.801701 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0015 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.5375 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.071 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.429 }, "geometry": { "type": "Point", "coordinates": [ 103131.2, 502134.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.13 }, "geometry": { "type": "Point", "coordinates": [ 103352.7, 502423.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 152.712509 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0006 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.85 }, "geometry": { "type": "Point", "coordinates": [ 104380.0, 500415.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 116.100403 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 38.580002 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.5 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.8402 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 67.979301 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 103519.1, 503131.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 61.599998 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.6 }, "geometry": { "type": "Point", "coordinates": [ 103724.2, 504141.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.5694 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 93.708 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 97.759499 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 33.645 }, "geometry": { "type": "Point", "coordinates": [ 103514.8, 505761.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 147.869995 }, "geometry": { "type": "Point", "coordinates": [ 103207.2, 504533.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 70.900002 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0099 }, "geometry": { "type": "Point", "coordinates": [ 103159.7, 505685.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 54.502998 }, "geometry": { "type": "Point", "coordinates": [ 103452.9, 505768.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.929 }, "geometry": { "type": "Point", "coordinates": [ 103442.9, 505770.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.767 }, "geometry": { "type": "Point", "coordinates": [ 103266.4, 505809.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 103348.2, 505974.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 69.863998 }, "geometry": { "type": "Point", "coordinates": [ 103156.6, 505983.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.25242 }, "geometry": { "type": "Point", "coordinates": [ 103142.6, 506009.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 28.660999 }, "geometry": { "type": "Point", "coordinates": [ 103121.2, 506041.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 91.43 }, "geometry": { "type": "Point", "coordinates": [ 103472.8, 505766.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.32 }, "geometry": { "type": "Point", "coordinates": [ 103625.3, 505768.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 139.089996 }, "geometry": { "type": "Point", "coordinates": [ 103828.9, 504615.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.0362 }, "geometry": { "type": "Point", "coordinates": [ 103891.2, 505025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 70.720001 }, "geometry": { "type": "Point", "coordinates": [ 103958.2, 505519.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.358999 }, "geometry": { "type": "Point", "coordinates": [ 102968.5, 507408.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.93 }, "geometry": { "type": "Point", "coordinates": [ 102978.5, 507442.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.775 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.358 }, "geometry": { "type": "Point", "coordinates": [ 102991.7, 507474.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 63.859001 }, "geometry": { "type": "Point", "coordinates": [ 103011.3, 507503.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.37006 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.6 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.35 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.975 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 37.929001 }, "geometry": { "type": "Point", "coordinates": [ 103092.4, 506082.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 103315.6, 506155.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103399.5, 506765.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.86 }, "geometry": { "type": "Point", "coordinates": [ 103467.4, 507200.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.1 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508762.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 177.058502 }, "geometry": { "type": "Point", "coordinates": [ 103034.6, 508946.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.975 }, "geometry": { "type": "Point", "coordinates": [ 103065.2, 508984.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.75 }, "geometry": { "type": "Point", "coordinates": [ 103094.5, 509022.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.10006 }, "geometry": { "type": "Point", "coordinates": [ 103121.9, 509060.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 77.250999 }, "geometry": { "type": "Point", "coordinates": [ 103140.6, 509104.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 76.440002 }, "geometry": { "type": "Point", "coordinates": [ 102586.2, 505735.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.0 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.85 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.65 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.25 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.9 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 102756.4, 506114.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0025 }, "geometry": { "type": "Point", "coordinates": [ 102578.2, 506236.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 26.573999 }, "geometry": { "type": "Point", "coordinates": [ 102780.1, 506332.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.3 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 49.290001 }, "geometry": { "type": "Point", "coordinates": [ 102784.9, 506374.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.75 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 169.0 }, "geometry": { "type": "Point", "coordinates": [ 102788.7, 506417.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 50.500099 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 63.004002 }, "geometry": { "type": "Point", "coordinates": [ 102792.9, 506459.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 59.929001 }, "geometry": { "type": "Point", "coordinates": [ 102794.1, 506501.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 32.858002 }, "geometry": { "type": "Point", "coordinates": [ 102794.6, 506544.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.65 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0 }, "geometry": { "type": "Point", "coordinates": [ 102794.4, 506586.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 39.900002 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506628.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 103.099998 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.645 }, "geometry": { "type": "Point", "coordinates": [ 102804.6, 506668.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.8 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 57.645 }, "geometry": { "type": "Point", "coordinates": [ 102814.8, 506709.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.858 }, "geometry": { "type": "Point", "coordinates": [ 102821.9, 506752.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.002 }, "geometry": { "type": "Point", "coordinates": [ 102710.1, 507212.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 63.877399 }, "geometry": { "type": "Point", "coordinates": [ 101715.4, 505429.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 102171.4, 507284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.7574 }, "geometry": { "type": "Point", "coordinates": [ 101954.1, 507308.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 47.027679 }, "geometry": { "type": "Point", "coordinates": [ 102148.2, 508409.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 259.928986 }, "geometry": { "type": "Point", "coordinates": [ 102833.3, 506878.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 60.900002 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.929 }, "geometry": { "type": "Point", "coordinates": [ 102836.9, 506921.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 79.800003 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 76.300003 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 63.349998 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.787 }, "geometry": { "type": "Point", "coordinates": [ 102944.2, 507064.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.858 }, "geometry": { "type": "Point", "coordinates": [ 102938.3, 507098.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 66.150002 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.929 }, "geometry": { "type": "Point", "coordinates": [ 102932.6, 507132.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.929 }, "geometry": { "type": "Point", "coordinates": [ 102930.1, 507168.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.929 }, "geometry": { "type": "Point", "coordinates": [ 102930.9, 507203.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 102931.6, 507236.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 32.860001 }, "geometry": { "type": "Point", "coordinates": [ 102938.8, 507271.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 49.290001 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.2 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.429 }, "geometry": { "type": "Point", "coordinates": [ 102955.6, 507339.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.929 }, "geometry": { "type": "Point", "coordinates": [ 102962.2, 507374.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.950001 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.95 }, "geometry": { "type": "Point", "coordinates": [ 102944.3, 507786.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.3 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.4592 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.1805 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.9015 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.1106 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.93405 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.337999 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0002 }, "geometry": { "type": "Point", "coordinates": [ 102458.8, 507241.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0007 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.3657 }, "geometry": { "type": "Point", "coordinates": [ 102690.6, 510481.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 42.040001 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.1077 }, "geometry": { "type": "Point", "coordinates": [ 103020.5, 508808.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.722799 }, "geometry": { "type": "Point", "coordinates": [ 103007.8, 508855.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.8005 }, "geometry": { "type": "Point", "coordinates": [ 103011.8, 508904.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 53.849998 }, "geometry": { "type": "Point", "coordinates": [ 102905.8, 510457.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.4725 }, "geometry": { "type": "Point", "coordinates": [ 102920.0, 508240.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 86.449997 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 41.599998 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 101.848 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.75 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.8 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 102998.5, 508574.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.0 }, "geometry": { "type": "Point", "coordinates": [ 103008.9, 508621.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.35 }, "geometry": { "type": "Point", "coordinates": [ 103020.3, 508667.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.95 }, "geometry": { "type": "Point", "coordinates": [ 103028.2, 508715.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103170.9, 509142.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 33.7575 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.5 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.0 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.6034 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.575 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.925 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.95 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.1004 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.858 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.5 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.299999 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 25.35 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.125 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 25.9 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.9296 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 55.349998 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.625 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.4 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.0432 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.9557 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.1 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01167 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.716 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.2582 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 511840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 97.406998 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.921499 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 58.0 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.226 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.37944 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.77865 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.8169 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 104421.1, 513078.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 61.5 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.381001 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.0 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.858 }, "geometry": { "type": "Point", "coordinates": [ 105115.7, 512962.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.358 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.131 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 56.8153495 }, "geometry": { "type": "Point", "coordinates": [ 104644.7, 505473.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.094 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.483 }, "geometry": { "type": "Point", "coordinates": [ 106001.8, 505419.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.1009255 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 85.7225035 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.8523055 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.6255 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505836.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.5253495 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 58.0 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 164.645157 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.015 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.6959755 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.015 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.375 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.104955 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.40645 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.85075 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00095 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.505 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.1306 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.2787505 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.025 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.3374995 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 36.674999 }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.65855 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.6510495 }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.9868 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.67 }, "geometry": { "type": "Point", "coordinates": [ 104062.4, 508110.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.16 }, "geometry": { "type": "Point", "coordinates": [ 104062.9, 508174.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.0299995 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.253 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.505 }, "geometry": { "type": "Point", "coordinates": [ 104352.2, 508639.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.929001 }, "geometry": { "type": "Point", "coordinates": [ 104327.3, 508727.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.005 }, "geometry": { "type": "Point", "coordinates": [ 104311.8, 508798.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.4744995 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.8935005 }, "geometry": { "type": "Point", "coordinates": [ 104280.4, 508947.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.5239985 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.726 }, "geometry": { "type": "Point", "coordinates": [ 103654.3, 506015.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.6, 506065.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.6000005 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506113.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.9750005 }, "geometry": { "type": "Point", "coordinates": [ 103620.2, 506161.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.929001 }, "geometry": { "type": "Point", "coordinates": [ 103487.9, 506174.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.875 }, "geometry": { "type": "Point", "coordinates": [ 103604.7, 506208.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 62.5 }, "geometry": { "type": "Point", "coordinates": [ 103589.2, 506256.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 55.8499985 }, "geometry": { "type": "Point", "coordinates": [ 103587.6, 506304.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.049999 }, "geometry": { "type": "Point", "coordinates": [ 104084.5, 506036.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 117.1600035 }, "geometry": { "type": "Point", "coordinates": [ 104060.4, 506564.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.9853755 }, "geometry": { "type": "Point", "coordinates": [ 104189.5, 507085.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.8500005 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.4397 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.85024 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.2254 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.125 }, "geometry": { "type": "Point", "coordinates": [ 103597.1, 506353.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 51.9225005 }, "geometry": { "type": "Point", "coordinates": [ 103606.9, 506402.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 45.5 }, "geometry": { "type": "Point", "coordinates": [ 103616.3, 506451.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 57.050499 }, "geometry": { "type": "Point", "coordinates": [ 103625.8, 506500.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.925249 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 50.0999985 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 30.612776 }, "geometry": { "type": "Point", "coordinates": [ 103654.5, 506648.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.125 }, "geometry": { "type": "Point", "coordinates": [ 103664.5, 506699.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.200001 }, "geometry": { "type": "Point", "coordinates": [ 103674.7, 506751.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.662525 }, "geometry": { "type": "Point", "coordinates": [ 103684.8, 506803.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 50.2500265 }, "geometry": { "type": "Point", "coordinates": [ 103694.6, 506855.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.22505 }, "geometry": { "type": "Point", "coordinates": [ 103704.8, 506906.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.2975 }, "geometry": { "type": "Point", "coordinates": [ 103714.9, 506958.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.9500505 }, "geometry": { "type": "Point", "coordinates": [ 103724.9, 507009.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.75 }, "geometry": { "type": "Point", "coordinates": [ 103733.7, 507061.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.375 }, "geometry": { "type": "Point", "coordinates": [ 103741.3, 507105.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.92505 }, "geometry": { "type": "Point", "coordinates": [ 103748.8, 507150.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.1500255 }, "geometry": { "type": "Point", "coordinates": [ 103756.3, 507193.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 42.7179985 }, "geometry": { "type": "Point", "coordinates": [ 103763.9, 507238.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.2250005 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.155 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 71.126251 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 60.542 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.7376995 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 64.784752 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.375 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.0175 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.364401 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.8058855 }, "geometry": { "type": "Point", "coordinates": [ 104341.7, 508005.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.555 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.8587495 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 48.468498 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508117.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.49522 }, "geometry": { "type": "Point", "coordinates": [ 103738.8, 509112.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.1002 }, "geometry": { "type": "Point", "coordinates": [ 103497.7, 509661.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.001 }, "geometry": { "type": "Point", "coordinates": [ 103503.3, 509709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0001 }, "geometry": { "type": "Point", "coordinates": [ 103512.3, 509803.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000375 }, "geometry": { "type": "Point", "coordinates": [ 103495.6, 509848.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.2505 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 509893.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.8751505 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509939.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.125225 }, "geometry": { "type": "Point", "coordinates": [ 103476.7, 509987.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.3876 }, "geometry": { "type": "Point", "coordinates": [ 103200.4, 509179.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.4502505 }, "geometry": { "type": "Point", "coordinates": [ 103230.4, 509216.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 44.7750015 }, "geometry": { "type": "Point", "coordinates": [ 103264.7, 509250.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 40.48505 }, "geometry": { "type": "Point", "coordinates": [ 103298.5, 509284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.397499 }, "geometry": { "type": "Point", "coordinates": [ 103330.4, 509319.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.8999995 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509371.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103369.8, 509417.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0526 }, "geometry": { "type": "Point", "coordinates": [ 103370.8, 509463.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 38.3264505 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 55.475075 }, "geometry": { "type": "Point", "coordinates": [ 103413.6, 509546.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.00145 }, "geometry": { "type": "Point", "coordinates": [ 103442.1, 509584.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.3, 509622.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.9008 }, "geometry": { "type": "Point", "coordinates": [ 103477.8, 510034.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.1499995 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 510082.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.4, 510129.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.1, 510176.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0017 }, "geometry": { "type": "Point", "coordinates": [ 103480.8, 510222.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.5649995 }, "geometry": { "type": "Point", "coordinates": [ 105150.2, 507846.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.92 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 91.2332995 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 74.9207995 }, "geometry": { "type": "Point", "coordinates": [ 104560.6, 509006.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.4003 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509553.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4254 }, "geometry": { "type": "Point", "coordinates": [ 104470.3, 509603.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0001 }, "geometry": { "type": "Point", "coordinates": [ 104462.5, 509652.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.5000495 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509702.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.887875 }, "geometry": { "type": "Point", "coordinates": [ 104458.9, 509752.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.1855 }, "geometry": { "type": "Point", "coordinates": [ 104264.8, 509019.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.0250655 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.7209995 }, "geometry": { "type": "Point", "coordinates": [ 104248.7, 509088.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.7565 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509166.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.2945005 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.4845 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509321.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.375 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.4395 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509398.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.2625 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509470.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000125 }, "geometry": { "type": "Point", "coordinates": [ 104437.1, 510000.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 45.1501505 }, "geometry": { "type": "Point", "coordinates": [ 104428.7, 510049.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510099.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.863516 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0001 }, "geometry": { "type": "Point", "coordinates": [ 104411.8, 510148.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000125 }, "geometry": { "type": "Point", "coordinates": [ 104403.1, 510198.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 104395.6, 510247.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 46.9006005 }, "geometry": { "type": "Point", "coordinates": [ 104386.3, 510296.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00035 }, "geometry": { "type": "Point", "coordinates": [ 104377.8, 510346.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00065 }, "geometry": { "type": "Point", "coordinates": [ 104369.1, 510394.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.5024995 }, "geometry": { "type": "Point", "coordinates": [ 104360.8, 510444.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 54.3806 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.80055 }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.2306745 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.9757005 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.75 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 42.1772765 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.255 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.023625 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0002 }, "geometry": { "type": "Point", "coordinates": [ 104457.6, 509802.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.7751 }, "geometry": { "type": "Point", "coordinates": [ 104454.6, 509852.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.3352 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104451.2, 509901.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0002 }, "geometry": { "type": "Point", "coordinates": [ 104445.6, 509951.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.404805 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.450001 }, "geometry": { "type": "Point", "coordinates": [ 104352.3, 510493.799999999988358 ] } } ] } diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson index 1ba8606..d8eee82 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS13_NHDZ.geojson @@ -3,6 +3,159 @@ "name": "KDS13_NHDZ", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, "features": [ -{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +{ "type": "Feature", "properties": { "VALUE": 59.08796348000001 }, "geometry": { "type": "Point", "coordinates": [ 104644.7, 505473.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.17776 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.70232 }, "geometry": { "type": "Point", "coordinates": [ 106001.8, 505419.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.90496252 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 89.15140364 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.20639772 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.77052 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505836.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.94636348 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 60.32 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 506430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 171.23096328000003 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0156 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.12381452 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0156 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.43 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.2691532 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.502708 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.68478 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000988 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.9252 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.215824 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.76990052 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.026 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.75099948 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 38.14199896 }, "geometry": { "type": "Point", "coordinates": [ 107440.0, 508780.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.764892 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.07709148 }, "geometry": { "type": "Point", "coordinates": [ 107693.0, 509080.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.106272 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.7368 }, "geometry": { "type": "Point", "coordinates": [ 104062.4, 508110.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.3264 }, "geometry": { "type": "Point", "coordinates": [ 104062.9, 508174.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.39119948 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.38312 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.9252 }, "geometry": { "type": "Point", "coordinates": [ 104352.2, 508639.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.60616104 }, "geometry": { "type": "Point", "coordinates": [ 104327.3, 508727.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.6052 }, "geometry": { "type": "Point", "coordinates": [ 104311.8, 508798.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.81347948 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.36924052 }, "geometry": { "type": "Point", "coordinates": [ 104280.4, 508947.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 35.90495844 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.75504 }, "geometry": { "type": "Point", "coordinates": [ 103654.3, 506015.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103648.6, 506065.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.18400052 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506113.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.09400052 }, "geometry": { "type": "Point", "coordinates": [ 103620.2, 506161.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.64616104 }, "geometry": { "type": "Point", "coordinates": [ 103487.9, 506174.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.99 }, "geometry": { "type": "Point", "coordinates": [ 103604.7, 506208.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 65.0 }, "geometry": { "type": "Point", "coordinates": [ 103589.2, 506256.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 58.08399844 }, "geometry": { "type": "Point", "coordinates": [ 103587.6, 506304.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.93199896 }, "geometry": { "type": "Point", "coordinates": [ 104084.5, 506036.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 121.84640364000001 }, "geometry": { "type": "Point", "coordinates": [ 104060.4, 506564.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.46479052 }, "geometry": { "type": "Point", "coordinates": [ 104189.5, 507085.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.80400052 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.497288 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.2042496 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.714416 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 30.29 }, "geometry": { "type": "Point", "coordinates": [ 103597.1, 506353.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 53.99940052 }, "geometry": { "type": "Point", "coordinates": [ 103606.9, 506402.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 47.32 }, "geometry": { "type": "Point", "coordinates": [ 103616.3, 506451.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 59.33251896 }, "geometry": { "type": "Point", "coordinates": [ 103625.8, 506500.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.84225896 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 52.10399844 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.83728704 }, "geometry": { "type": "Point", "coordinates": [ 103654.5, 506648.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.01 }, "geometry": { "type": "Point", "coordinates": [ 103664.5, 506699.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.12800104 }, "geometry": { "type": "Point", "coordinates": [ 103674.7, 506751.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.769026 }, "geometry": { "type": "Point", "coordinates": [ 103684.8, 506803.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 52.26002756 }, "geometry": { "type": "Point", "coordinates": [ 103694.6, 506855.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 25.194052 }, "geometry": { "type": "Point", "coordinates": [ 103704.8, 506906.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.5094 }, "geometry": { "type": "Point", "coordinates": [ 103714.9, 506958.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.34805252 }, "geometry": { "type": "Point", "coordinates": [ 103724.9, 507009.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 33.02 }, "geometry": { "type": "Point", "coordinates": [ 103733.7, 507061.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.23 }, "geometry": { "type": "Point", "coordinates": [ 103741.3, 507105.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.122052 }, "geometry": { "type": "Point", "coordinates": [ 103748.8, 507150.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.67602652 }, "geometry": { "type": "Point", "coordinates": [ 103756.3, 507193.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 44.42671844 }, "geometry": { "type": "Point", "coordinates": [ 103763.9, 507238.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.75400052 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.3212 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 73.97130104 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 62.96368 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.56720748 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 67.37614208 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.47 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.3382 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.21897704 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.15812092 }, "geometry": { "type": "Point", "coordinates": [ 104341.7, 508005.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.6172 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 25.85309948 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 50.40723792 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508117.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.2350288 }, "geometry": { "type": "Point", "coordinates": [ 103738.8, 509112.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.184208 }, "geometry": { "type": "Point", "coordinates": [ 103497.7, 509661.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00104 }, "geometry": { "type": "Point", "coordinates": [ 103503.3, 509709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000104 }, "geometry": { "type": "Point", "coordinates": [ 103512.3, 509803.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00039 }, "geometry": { "type": "Point", "coordinates": [ 103495.6, 509848.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.46052 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 509893.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.75015652 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509939.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.370234 }, "geometry": { "type": "Point", "coordinates": [ 103476.7, 509987.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.443104 }, "geometry": { "type": "Point", "coordinates": [ 103200.4, 509179.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 25.42826052 }, "geometry": { "type": "Point", "coordinates": [ 103230.4, 509216.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 46.56600156 }, "geometry": { "type": "Point", "coordinates": [ 103264.7, 509250.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 42.104452 }, "geometry": { "type": "Point", "coordinates": [ 103298.5, 509284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.21339896 }, "geometry": { "type": "Point", "coordinates": [ 103330.4, 509319.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.65599948 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509371.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103369.8, 509417.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.654704 }, "geometry": { "type": "Point", "coordinates": [ 103370.8, 509463.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 39.85950852 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 57.694078 }, "geometry": { "type": "Point", "coordinates": [ 103413.6, 509546.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.281508 }, "geometry": { "type": "Point", "coordinates": [ 103442.1, 509584.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103470.3, 509622.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.376832 }, "geometry": { "type": "Point", "coordinates": [ 103477.8, 510034.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.55599948 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 510082.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103479.4, 510129.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.1, 510176.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.001768 }, "geometry": { "type": "Point", "coordinates": [ 103480.8, 510222.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.02759948 }, "geometry": { "type": "Point", "coordinates": [ 105150.2, 507846.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.24 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0368 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 94.88263148 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 77.91763148 }, "geometry": { "type": "Point", "coordinates": [ 104560.6, 509006.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.456312 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509553.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.442416 }, "geometry": { "type": "Point", "coordinates": [ 104470.3, 509603.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000104 }, "geometry": { "type": "Point", "coordinates": [ 104462.5, 509652.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.20005148 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509702.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.96339 }, "geometry": { "type": "Point", "coordinates": [ 104458.9, 509752.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.71292 }, "geometry": { "type": "Point", "coordinates": [ 104264.8, 509019.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.46606812 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.26983948 }, "geometry": { "type": "Point", "coordinates": [ 104248.7, 509088.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.14676 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509166.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.70628052 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.06388 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509321.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.67 }, "geometry": { "type": "Point", "coordinates": [ 104240.0, 509390.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.69708 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509398.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.833 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509470.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00013 }, "geometry": { "type": "Point", "coordinates": [ 104437.1, 510000.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 46.95615652000001 }, "geometry": { "type": "Point", "coordinates": [ 104428.7, 510049.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510099.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.53805664 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000104 }, "geometry": { "type": "Point", "coordinates": [ 104411.8, 510148.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00013 }, "geometry": { "type": "Point", "coordinates": [ 104403.1, 510198.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000312 }, "geometry": { "type": "Point", "coordinates": [ 104395.6, 510247.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 48.77662452000001 }, "geometry": { "type": "Point", "coordinates": [ 104386.3, 510296.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000364 }, "geometry": { "type": "Point", "coordinates": [ 104377.8, 510346.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000676 }, "geometry": { "type": "Point", "coordinates": [ 104369.1, 510394.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.92259948 }, "geometry": { "type": "Point", "coordinates": [ 104360.8, 510444.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 56.555824 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.992572 }, "geometry": { "type": "Point", "coordinates": [ 108370.0, 509382.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.67990148 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.89472852 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.86 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 43.86436756 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.3852 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.02457 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000208 }, "geometry": { "type": "Point", "coordinates": [ 104457.6, 509802.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.806104 }, "geometry": { "type": "Point", "coordinates": [ 104454.6, 509852.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.388608 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104451.2, 509901.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000208 }, "geometry": { "type": "Point", "coordinates": [ 104445.6, 509951.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.5409972 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.10800104 }, "geometry": { "type": "Point", "coordinates": [ 104352.3, 510493.799999999988358 ] } } ] } diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson index 601ca15..871a8d9 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS21_NHDZ.geojson @@ -3,6 +3,743 @@ "name": "KDS21_NHDZ", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, "features": [ -{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +{ "type": "Feature", "properties": { "VALUE": 5.6832 }, "geometry": { "type": "Point", "coordinates": [ 103015.3, 504255.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 54.3572982 }, "geometry": { "type": "Point", "coordinates": [ 103207.2, 504533.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.57 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 66.0146712 }, "geometry": { "type": "Point", "coordinates": [ 103159.7, 505685.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.0368006 }, "geometry": { "type": "Point", "coordinates": [ 103266.4, 505809.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.806 }, "geometry": { "type": "Point", "coordinates": [ 102852.8, 505704.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.18858 }, "geometry": { "type": "Point", "coordinates": [ 102586.2, 505735.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.36 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00552 }, "geometry": { "type": "Point", "coordinates": [ 102008.5, 503430.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00018 }, "geometry": { "type": "Point", "coordinates": [ 102120.8, 503775.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.9 }, "geometry": { "type": "Point", "coordinates": [ 102106.7, 503823.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 102092.8, 503871.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.6271 }, "geometry": { "type": "Point", "coordinates": [ 101757.9, 503874.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0024 }, "geometry": { "type": "Point", "coordinates": [ 101511.3, 503916.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 102099.8, 503964.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0012 }, "geometry": { "type": "Point", "coordinates": [ 101260.9, 503975.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0021 }, "geometry": { "type": "Point", "coordinates": [ 102171.8, 504096.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102195.8, 504140.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102243.8, 504228.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 102283.4, 504258.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.69 }, "geometry": { "type": "Point", "coordinates": [ 102333.7, 504362.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.85882 }, "geometry": { "type": "Point", "coordinates": [ 101572.6, 504406.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 102397.6, 505257.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.875 }, "geometry": { "type": "Point", "coordinates": [ 101715.4, 505429.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.32 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102458.8, 507241.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.1 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.5 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102578.2, 506236.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.8700006 }, "geometry": { "type": "Point", "coordinates": [ 102780.1, 506332.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102784.9, 506374.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102788.7, 506417.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 102792.9, 506459.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 102794.1, 506501.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102794.6, 506544.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 102794.4, 506586.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506628.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.54 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 102804.6, 506668.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.06 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.012 }, "geometry": { "type": "Point", "coordinates": [ 103156.6, 505983.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 103142.6, 506009.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.7574 }, "geometry": { "type": "Point", "coordinates": [ 103121.2, 506041.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 103092.4, 506082.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 102931.6, 507236.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 102962.2, 507374.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 102968.5, 507408.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 102978.5, 507442.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102991.7, 507474.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.78 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103724.2, 504141.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0012 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 106.913397 }, "geometry": { "type": "Point", "coordinates": [ 103828.9, 504615.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.7155 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.3 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 106001.8, 505419.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505836.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.002328 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0084 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0012 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.4229394 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 47.0484006 }, "geometry": { "type": "Point", "coordinates": [ 103514.8, 505761.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.3418 }, "geometry": { "type": "Point", "coordinates": [ 103472.8, 505766.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.6374 }, "geometry": { "type": "Point", "coordinates": [ 103452.9, 505768.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.7912 }, "geometry": { "type": "Point", "coordinates": [ 103625.3, 505768.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0048 }, "geometry": { "type": "Point", "coordinates": [ 103442.9, 505770.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00132 }, "geometry": { "type": "Point", "coordinates": [ 103348.2, 505974.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 32.8019988 }, "geometry": { "type": "Point", "coordinates": [ 103315.6, 506155.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0018 }, "geometry": { "type": "Point", "coordinates": [ 103487.9, 506174.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.10002 }, "geometry": { "type": "Point", "coordinates": [ 103891.2, 505025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 104637.8, 505087.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 104644.7, 505473.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 32.2086 }, "geometry": { "type": "Point", "coordinates": [ 103958.2, 505519.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00018 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.4527 }, "geometry": { "type": "Point", "coordinates": [ 104084.5, 506036.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.002 }, "geometry": { "type": "Point", "coordinates": [ 104060.4, 506564.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00147 }, "geometry": { "type": "Point", "coordinates": [ 104189.5, 507085.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 40.5007188 }, "geometry": { "type": "Point", "coordinates": [ 103625.8, 506500.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0009 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.012 }, "geometry": { "type": "Point", "coordinates": [ 103399.5, 506765.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00012 }, "geometry": { "type": "Point", "coordinates": [ 103741.3, 507105.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103748.8, 507150.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103756.3, 507193.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.212 }, "geometry": { "type": "Point", "coordinates": [ 103467.4, 507200.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103763.9, 507238.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.837 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.12 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0009 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 36.0024012 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.69 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.2 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0201 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105150.2, 507846.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.98028 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.76 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104341.7, 508005.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 104062.4, 508110.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 49.9800612 }, "geometry": { "type": "Point", "coordinates": [ 104560.6, 509006.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 102814.8, 506709.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 102821.9, 506752.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.55426 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102825.8, 506794.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0000000000000001e-05 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 102830.4, 506837.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 102833.3, 506878.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.69088 }, "geometry": { "type": "Point", "coordinates": [ 102171.4, 507284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.78 }, "geometry": { "type": "Point", "coordinates": [ 101954.1, 507308.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.659808 }, "geometry": { "type": "Point", "coordinates": [ 102148.2, 508409.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.22284 }, "geometry": { "type": "Point", "coordinates": [ 102836.9, 506921.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 102710.1, 507212.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 26.9541 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.1389994 }, "geometry": { "type": "Point", "coordinates": [ 103011.3, 507503.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.70368 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 102944.3, 507786.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103020.5, 508808.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103011.8, 508904.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103121.9, 509060.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103140.6, 509104.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103170.9, 509142.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103200.4, 509179.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103230.4, 509216.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.3662 }, "geometry": { "type": "Point", "coordinates": [ 103264.7, 509250.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103298.5, 509284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00018 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.06 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.0 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2595 }, "geometry": { "type": "Point", "coordinates": [ 102905.8, 510457.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.14 }, "geometry": { "type": "Point", "coordinates": [ 102690.6, 510481.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.099 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.3 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.07398 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0645 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508117.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.227642 }, "geometry": { "type": "Point", "coordinates": [ 103738.8, 509112.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103330.4, 509319.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00018 }, "geometry": { "type": "Point", "coordinates": [ 103470.3, 509622.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.52 }, "geometry": { "type": "Point", "coordinates": [ 103503.3, 509709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 103495.6, 509848.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 509893.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.9999999999999992e-05 }, "geometry": { "type": "Point", "coordinates": [ 103476.7, 509987.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.74976 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1574 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509166.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1574 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1574 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509398.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00018 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509702.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.9999999999999992e-05 }, "geometry": { "type": "Point", "coordinates": [ 104458.9, 509752.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01908 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510099.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 104411.8, 510148.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000294 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.251088 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-06 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.18024 }, "geometry": { "type": "Point", "coordinates": [ 103480.8, 510222.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00027 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.1200006 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00015 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.31 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 104403.1, 510198.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 104395.6, 510247.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 104386.3, 510296.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 104377.8, 510346.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 104369.1, 510394.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.686 }, "geometry": { "type": "Point", "coordinates": [ 104360.8, 510444.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 104352.3, 510493.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.051 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.007002 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.0000000000000002e-05 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.993238 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 13.098 }, "geometry": { "type": "Point", "coordinates": [ 104421.1, 513078.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.016716 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 105115.7, 512962.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01434 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.3200006 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.40968 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.0163 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.001794 }, "geometry": { "type": "Point", "coordinates": [ 100340.0, 497610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00573 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 497930.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00174 }, "geometry": { "type": "Point", "coordinates": [ 100810.0, 498060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0066 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00588 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00855 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.19634 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498820.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00516 }, "geometry": { "type": "Point", "coordinates": [ 100800.0, 498850.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0117 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00276 }, "geometry": { "type": "Point", "coordinates": [ 102780.0, 499270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.16 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0039 }, "geometry": { "type": "Point", "coordinates": [ 102380.0, 500060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0021 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.974066 }, "geometry": { "type": "Point", "coordinates": [ 102730.0, 500650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0009 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.010284 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.012 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 361.0593018 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.62288 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0006 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.4751 }, "geometry": { "type": "Point", "coordinates": [ 101950.0, 500080.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0009 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.84378 }, "geometry": { "type": "Point", "coordinates": [ 102070.0, 500125.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.1518 }, "geometry": { "type": "Point", "coordinates": [ 101960.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00492 }, "geometry": { "type": "Point", "coordinates": [ 102025.0, 500220.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00468 }, "geometry": { "type": "Point", "coordinates": [ 101925.0, 500260.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00126 }, "geometry": { "type": "Point", "coordinates": [ 101530.0, 500400.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.21264 }, "geometry": { "type": "Point", "coordinates": [ 101400.0, 500450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0018 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.16139 }, "geometry": { "type": "Point", "coordinates": [ 101586.0, 501128.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0012 }, "geometry": { "type": "Point", "coordinates": [ 101592.1, 501253.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.075 }, "geometry": { "type": "Point", "coordinates": [ 102054.3, 501496.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0171 }, "geometry": { "type": "Point", "coordinates": [ 100977.6, 501561.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0132 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.26696 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.2006 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.80404 }, "geometry": { "type": "Point", "coordinates": [ 101616.4, 502318.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.37956 }, "geometry": { "type": "Point", "coordinates": [ 101073.9, 502363.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.1675994 }, "geometry": { "type": "Point", "coordinates": [ 102211.7, 502486.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0702 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0066 }, "geometry": { "type": "Point", "coordinates": [ 101108.7, 502596.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0504 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1527 }, "geometry": { "type": "Point", "coordinates": [ 101624.1, 502889.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0018 }, "geometry": { "type": "Point", "coordinates": [ 102010.0, 502900.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.36249 }, "geometry": { "type": "Point", "coordinates": [ 102930.0, 497830.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09804 }, "geometry": { "type": "Point", "coordinates": [ 103015.3, 504255.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.393 }, "geometry": { "type": "Point", "coordinates": [ 102962.0, 504341.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 23.3160006 }, "geometry": { "type": "Point", "coordinates": [ 102852.8, 505704.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.458 }, "geometry": { "type": "Point", "coordinates": [ 102826.0, 506749.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.50148 }, "geometry": { "type": "Point", "coordinates": [ 102830.0, 506794.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.09516 }, "geometry": { "type": "Point", "coordinates": [ 102835.0, 506833.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102830.4, 506837.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102839.0, 506869.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 102833.3, 506878.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 41.6748 }, "geometry": { "type": "Point", "coordinates": [ 102480.0, 501100.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.9605406 }, "geometry": { "type": "Point", "coordinates": [ 102465.0, 501560.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0198 }, "geometry": { "type": "Point", "coordinates": [ 102450.8, 501917.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00936 }, "geometry": { "type": "Point", "coordinates": [ 102649.0, 502026.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00375 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.02292 }, "geometry": { "type": "Point", "coordinates": [ 102746.9, 503192.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.175994 }, "geometry": { "type": "Point", "coordinates": [ 102271.9, 503657.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.002694 }, "geometry": { "type": "Point", "coordinates": [ 102222.6, 503666.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0237 }, "geometry": { "type": "Point", "coordinates": [ 102488.4, 504040.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.02129 }, "geometry": { "type": "Point", "coordinates": [ 101596.0, 502902.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0054 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.30539 }, "geometry": { "type": "Point", "coordinates": [ 102008.5, 503430.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0024 }, "geometry": { "type": "Point", "coordinates": [ 102181.8, 503695.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00018 }, "geometry": { "type": "Point", "coordinates": [ 102150.7, 503735.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000894 }, "geometry": { "type": "Point", "coordinates": [ 102120.8, 503775.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000894 }, "geometry": { "type": "Point", "coordinates": [ 102106.7, 503823.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003894 }, "geometry": { "type": "Point", "coordinates": [ 102092.8, 503871.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.52442 }, "geometry": { "type": "Point", "coordinates": [ 101757.9, 503874.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.084 }, "geometry": { "type": "Point", "coordinates": [ 101511.3, 503916.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000834 }, "geometry": { "type": "Point", "coordinates": [ 102220.0, 504184.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.001014 }, "geometry": { "type": "Point", "coordinates": [ 102243.8, 504228.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00627 }, "geometry": { "type": "Point", "coordinates": [ 102283.4, 504258.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.75 }, "geometry": { "type": "Point", "coordinates": [ 102333.7, 504362.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 102397.6, 505257.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00786 }, "geometry": { "type": "Point", "coordinates": [ 102441.0, 505498.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.8 }, "geometry": { "type": "Point", "coordinates": [ 102594.0, 505720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 102586.2, 505735.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102622.0, 505761.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102647.0, 505804.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.721854 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.684674 }, "geometry": { "type": "Point", "coordinates": [ 102099.8, 503964.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.82175 }, "geometry": { "type": "Point", "coordinates": [ 101260.9, 503975.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006294 }, "geometry": { "type": "Point", "coordinates": [ 102123.5, 504008.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.703114 }, "geometry": { "type": "Point", "coordinates": [ 102147.9, 504052.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.154554 }, "geometry": { "type": "Point", "coordinates": [ 102171.8, 504096.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00567 }, "geometry": { "type": "Point", "coordinates": [ 102195.8, 504140.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.5745788 }, "geometry": { "type": "Point", "coordinates": [ 101572.6, 504406.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 101715.4, 505429.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.9999999999999992e-05 }, "geometry": { "type": "Point", "coordinates": [ 102171.4, 507284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00111 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.26663 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.54252 }, "geometry": { "type": "Point", "coordinates": [ 103450.0, 499570.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0054 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.1024 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.172394 }, "geometry": { "type": "Point", "coordinates": [ 103131.2, 502134.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.005394 }, "geometry": { "type": "Point", "coordinates": [ 103352.7, 502423.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.0676266 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 498440.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0105 }, "geometry": { "type": "Point", "coordinates": [ 104085.0, 499120.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.02868 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.8448 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.3084 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.3211188 }, "geometry": { "type": "Point", "coordinates": [ 104400.0, 501650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0216 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.04518 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 40.8257994 }, "geometry": { "type": "Point", "coordinates": [ 103828.9, 504615.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103891.2, 505025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.8509 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.7132 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.87842 }, "geometry": { "type": "Point", "coordinates": [ 103519.1, 503131.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.68748 }, "geometry": { "type": "Point", "coordinates": [ 103690.0, 503960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 67.2029982 }, "geometry": { "type": "Point", "coordinates": [ 103724.2, 504141.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.4962 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 504250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.0324006 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 25.0792188 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 505750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.80297 }, "geometry": { "type": "Point", "coordinates": [ 103514.8, 505761.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103472.8, 505766.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 72.8244006 }, "geometry": { "type": "Point", "coordinates": [ 103207.2, 504533.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 30.0 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103159.7, 505685.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103452.9, 505768.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103442.9, 505770.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1634 }, "geometry": { "type": "Point", "coordinates": [ 103266.4, 505809.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103348.2, 505974.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103156.6, 505983.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103142.6, 506009.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 103121.2, 506041.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00597 }, "geometry": { "type": "Point", "coordinates": [ 103625.3, 505768.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103654.3, 506015.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103648.6, 506065.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506113.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103620.2, 506161.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.4876 }, "geometry": { "type": "Point", "coordinates": [ 103487.9, 506174.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103604.7, 506208.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103589.2, 506256.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.4099988 }, "geometry": { "type": "Point", "coordinates": [ 103587.6, 506304.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103597.1, 506353.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.2350988 }, "geometry": { "type": "Point", "coordinates": [ 103750.0, 505250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 47.6039976 }, "geometry": { "type": "Point", "coordinates": [ 103958.2, 505519.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 104084.5, 506036.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104060.4, 506564.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.82542 }, "geometry": { "type": "Point", "coordinates": [ 104189.5, 507085.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103756.3, 507193.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01257 }, "geometry": { "type": "Point", "coordinates": [ 103763.9, 507238.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103774.0, 507287.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103781.0, 507357.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.06 }, "geometry": { "type": "Point", "coordinates": [ 103815.0, 507418.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.158 }, "geometry": { "type": "Point", "coordinates": [ 103606.9, 506402.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.36057 }, "geometry": { "type": "Point", "coordinates": [ 103616.3, 506451.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103625.8, 506500.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.837 }, "geometry": { "type": "Point", "coordinates": [ 103635.7, 506550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.90054 }, "geometry": { "type": "Point", "coordinates": [ 103645.0, 506599.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.29078 }, "geometry": { "type": "Point", "coordinates": [ 103654.5, 506648.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.770384 }, "geometry": { "type": "Point", "coordinates": [ 103664.5, 506699.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.480954 }, "geometry": { "type": "Point", "coordinates": [ 103674.7, 506751.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.05066 }, "geometry": { "type": "Point", "coordinates": [ 103684.8, 506803.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.000294 }, "geometry": { "type": "Point", "coordinates": [ 103694.6, 506855.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103092.4, 506082.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103315.6, 506155.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103399.5, 506765.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103030.0, 508762.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 103034.6, 508946.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103065.2, 508984.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103094.5, 509022.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103121.9, 509060.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103140.6, 509104.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103170.9, 509142.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.158 }, "geometry": { "type": "Point", "coordinates": [ 102978.5, 507442.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 102940.0, 507449.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 31.7160006 }, "geometry": { "type": "Point", "coordinates": [ 102991.7, 507474.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.3, 507503.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102954.0, 507506.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102984.0, 507620.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102998.0, 507677.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102970.0, 507733.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102944.3, 507786.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103840.0, 507461.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103864.0, 507505.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103885.0, 507550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103905.0, 507596.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103921.0, 507647.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.06 }, "geometry": { "type": "Point", "coordinates": [ 103929.0, 507695.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103954.0, 507891.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103959.0, 507941.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103979.0, 507986.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.998084 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.02124 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 497620.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.7583 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00297 }, "geometry": { "type": "Point", "coordinates": [ 107175.0, 497650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0015 }, "geometry": { "type": "Point", "coordinates": [ 106740.0, 497685.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.22616 }, "geometry": { "type": "Point", "coordinates": [ 107960.0, 498660.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 106350.0, 498880.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00447 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.007254 }, "geometry": { "type": "Point", "coordinates": [ 107160.0, 499040.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00375 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 104465.0, 497060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 105330.0, 497250.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.63834 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0123 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.9959094 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01044 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0078 }, "geometry": { "type": "Point", "coordinates": [ 105125.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.85374 }, "geometry": { "type": "Point", "coordinates": [ 104610.0, 498315.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01404 }, "geometry": { "type": "Point", "coordinates": [ 104915.0, 498750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0216 }, "geometry": { "type": "Point", "coordinates": [ 104840.0, 499010.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.58055 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.002154 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00267 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00435 }, "geometry": { "type": "Point", "coordinates": [ 108460.0, 500740.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0195 }, "geometry": { "type": "Point", "coordinates": [ 106050.0, 501200.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0135 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00306 }, "geometry": { "type": "Point", "coordinates": [ 108703.0, 501272.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0084 }, "geometry": { "type": "Point", "coordinates": [ 108731.0, 501393.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.7032 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00204 }, "geometry": { "type": "Point", "coordinates": [ 107250.0, 501670.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00468 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0045 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0045 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01182 }, "geometry": { "type": "Point", "coordinates": [ 104587.0, 500218.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01287 }, "geometry": { "type": "Point", "coordinates": [ 105550.0, 500380.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.013794 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.7279412 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.9 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.027594 }, "geometry": { "type": "Point", "coordinates": [ 105270.0, 502100.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01695 }, "geometry": { "type": "Point", "coordinates": [ 105340.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01713 }, "geometry": { "type": "Point", "coordinates": [ 108210.0, 501770.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0111 }, "geometry": { "type": "Point", "coordinates": [ 108290.0, 501870.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.204346 }, "geometry": { "type": "Point", "coordinates": [ 108255.0, 501900.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00372 }, "geometry": { "type": "Point", "coordinates": [ 106113.0, 502000.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0012 }, "geometry": { "type": "Point", "coordinates": [ 107950.0, 502980.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.39434 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003324 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00012 }, "geometry": { "type": "Point", "coordinates": [ 108744.0, 503777.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.869938 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0096 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.321 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00879 }, "geometry": { "type": "Point", "coordinates": [ 105095.0, 503555.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00033 }, "geometry": { "type": "Point", "coordinates": [ 105560.0, 504780.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.43135 }, "geometry": { "type": "Point", "coordinates": [ 105150.0, 504830.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.8109994 }, "geometry": { "type": "Point", "coordinates": [ 104637.8, 505087.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.6367006 }, "geometry": { "type": "Point", "coordinates": [ 104644.7, 505473.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505836.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 104817.0, 505924.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.59982 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.006 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.88084 }, "geometry": { "type": "Point", "coordinates": [ 106968.0, 504371.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.6716 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00015 }, "geometry": { "type": "Point", "coordinates": [ 106001.8, 505419.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.012 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 105740.0, 505960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.3660006 }, "geometry": { "type": "Point", "coordinates": [ 107350.0, 506035.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 105760.0, 506130.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.4 }, "geometry": { "type": "Point", "coordinates": [ 106380.0, 506625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.075 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.11574 }, "geometry": { "type": "Point", "coordinates": [ 105150.2, 507846.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 104790.0, 508074.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.093598 }, "geometry": { "type": "Point", "coordinates": [ 105258.0, 508228.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104560.6, 509006.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00465 }, "geometry": { "type": "Point", "coordinates": [ 106018.0, 506658.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 105928.0, 506870.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.315 }, "geometry": { "type": "Point", "coordinates": [ 107640.0, 508160.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.60312 }, "geometry": { "type": "Point", "coordinates": [ 106770.0, 508515.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 105725.0, 508860.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.9740006 }, "geometry": { "type": "Point", "coordinates": [ 108830.0, 509160.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.007002 }, "geometry": { "type": "Point", "coordinates": [ 105890.0, 509859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0006 }, "geometry": { "type": "Point", "coordinates": [ 107010.0, 510140.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104341.7, 508005.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 104007.0, 508027.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 104034.0, 508069.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.18 }, "geometry": { "type": "Point", "coordinates": [ 104062.4, 508110.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 104062.9, 508174.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 104053.0, 508245.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.45174 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 508545.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.6 }, "geometry": { "type": "Point", "coordinates": [ 104352.2, 508639.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104327.3, 508727.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 104311.8, 508798.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102667.0, 505849.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102683.0, 505896.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102701.0, 505949.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102718.0, 506000.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102738.0, 506058.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102756.4, 506114.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102578.2, 506236.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.858 }, "geometry": { "type": "Point", "coordinates": [ 102780.1, 506332.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 102785.0, 506346.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.7574 }, "geometry": { "type": "Point", "coordinates": [ 102784.9, 506374.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.9036 }, "geometry": { "type": "Point", "coordinates": [ 102790.0, 506401.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102788.7, 506417.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 102795.0, 506450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102792.9, 506459.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2772 }, "geometry": { "type": "Point", "coordinates": [ 102800.0, 506500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.7160006 }, "geometry": { "type": "Point", "coordinates": [ 102794.1, 506501.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.7160006 }, "geometry": { "type": "Point", "coordinates": [ 102794.6, 506544.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102805.0, 506550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.8734006 }, "geometry": { "type": "Point", "coordinates": [ 102794.4, 506586.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 506600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 102844.0, 506913.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.11574 }, "geometry": { "type": "Point", "coordinates": [ 102836.9, 506921.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102848.0, 506963.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102853.0, 507013.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.4259994 }, "geometry": { "type": "Point", "coordinates": [ 102950.0, 507030.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102857.0, 507063.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102944.2, 507064.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.4782 }, "geometry": { "type": "Point", "coordinates": [ 102938.3, 507098.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102866.0, 507112.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.012 }, "geometry": { "type": "Point", "coordinates": [ 102932.6, 507132.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0045 }, "geometry": { "type": "Point", "coordinates": [ 102930.1, 507168.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.858 }, "geometry": { "type": "Point", "coordinates": [ 102930.9, 507203.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.3178 }, "geometry": { "type": "Point", "coordinates": [ 102931.6, 507236.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1574 }, "geometry": { "type": "Point", "coordinates": [ 102938.8, 507271.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102949.0, 507305.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 102911.0, 507334.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.2154006 }, "geometry": { "type": "Point", "coordinates": [ 102955.6, 507339.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 43.8888018 }, "geometry": { "type": "Point", "coordinates": [ 102962.2, 507374.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 507391.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.5740006 }, "geometry": { "type": "Point", "coordinates": [ 102968.5, 507408.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 101954.1, 507308.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102148.2, 508409.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.5740006 }, "geometry": { "type": "Point", "coordinates": [ 102791.0, 506628.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0006 }, "geometry": { "type": "Point", "coordinates": [ 102815.0, 506650.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.0153994 }, "geometry": { "type": "Point", "coordinates": [ 102804.6, 506668.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102820.0, 506699.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 102814.8, 506709.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 102821.9, 506752.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 102825.8, 506794.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 102710.1, 507212.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00048 }, "geometry": { "type": "Point", "coordinates": [ 102458.8, 507241.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.07398 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102899.0, 507893.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102907.0, 507952.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102916.0, 508010.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102925.0, 508068.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102934.0, 508127.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508185.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102865.0, 508225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102953.0, 508233.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 102941.0, 508295.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103011.8, 508904.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0045 }, "geometry": { "type": "Point", "coordinates": [ 102905.8, 510457.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 102690.6, 510481.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0045 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103704.8, 506906.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00114 }, "geometry": { "type": "Point", "coordinates": [ 103714.9, 506958.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103724.9, 507009.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103733.7, 507061.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.263294 }, "geometry": { "type": "Point", "coordinates": [ 103741.3, 507105.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103748.8, 507150.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103467.4, 507200.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.13716 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508117.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.11574 }, "geometry": { "type": "Point", "coordinates": [ 103738.8, 509112.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102931.0, 508343.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0006 }, "geometry": { "type": "Point", "coordinates": [ 102921.0, 508392.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102933.0, 508440.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 102944.0, 508489.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 102998.5, 508574.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103008.9, 508621.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103020.3, 508667.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 103028.2, 508715.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103020.5, 508808.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 103007.8, 508855.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.06 }, "geometry": { "type": "Point", "coordinates": [ 103200.4, 509179.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.11574 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103230.4, 509216.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 103264.7, 509250.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00048 }, "geometry": { "type": "Point", "coordinates": [ 103298.5, 509284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.680564 }, "geometry": { "type": "Point", "coordinates": [ 103330.4, 509319.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00012 }, "geometry": { "type": "Point", "coordinates": [ 103349.0, 509371.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0006 }, "geometry": { "type": "Point", "coordinates": [ 103369.8, 509417.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103370.8, 509463.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0006 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0015 }, "geometry": { "type": "Point", "coordinates": [ 103470.3, 509622.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00264 }, "geometry": { "type": "Point", "coordinates": [ 103497.7, 509661.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0012 }, "geometry": { "type": "Point", "coordinates": [ 103503.3, 509709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.858 }, "geometry": { "type": "Point", "coordinates": [ 103512.3, 509803.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.040024 }, "geometry": { "type": "Point", "coordinates": [ 103495.6, 509848.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 509893.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103476.0, 509939.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 35.238 }, "geometry": { "type": "Point", "coordinates": [ 103476.7, 509987.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 33.138 }, "geometry": { "type": "Point", "coordinates": [ 103477.8, 510034.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103478.5, 510082.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103413.6, 509546.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103442.1, 509584.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.07398 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103183.0, 510148.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103192.0, 510185.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103200.0, 510222.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 103211.0, 510271.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103222.0, 510320.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103233.0, 510368.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103244.0, 510417.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.45 }, "geometry": { "type": "Point", "coordinates": [ 103254.0, 510466.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103265.0, 510515.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 103276.0, 510564.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.009 }, "geometry": { "type": "Point", "coordinates": [ 103287.0, 510612.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103298.0, 510661.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.2074 }, "geometry": { "type": "Point", "coordinates": [ 103309.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 510758.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103331.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103375.0, 510830.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103411.0, 510849.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103447.0, 510867.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.34604 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 103479.4, 510129.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103480.1, 510176.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 32.2980012 }, "geometry": { "type": "Point", "coordinates": [ 103480.8, 510222.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103482.0, 510885.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103518.0, 510904.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103556.0, 510916.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103593.0, 510929.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 103631.0, 510942.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 103669.0, 510955.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.055108 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.106 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.9106 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104296.0, 508872.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 104280.4, 508947.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 104264.8, 509019.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.07398 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 104248.7, 509088.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.6716 }, "geometry": { "type": "Point", "coordinates": [ 104234.0, 509166.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 104225.0, 509247.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.6716 }, "geometry": { "type": "Point", "coordinates": [ 104217.0, 509321.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 32.9074194 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509398.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.4582594 }, "geometry": { "type": "Point", "coordinates": [ 104200.4, 509470.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.33546 }, "geometry": { "type": "Point", "coordinates": [ 104481.0, 509553.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 104470.3, 509603.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 104462.5, 509652.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 104460.0, 509702.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 104458.9, 509752.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104457.6, 509802.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15426 }, "geometry": { "type": "Point", "coordinates": [ 104454.6, 509852.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104451.2, 509901.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 104445.6, 509951.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 104420.0, 510099.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.011574 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 104411.8, 510148.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 104403.1, 510198.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 104395.6, 510247.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09 }, "geometry": { "type": "Point", "coordinates": [ 104386.3, 510296.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 104377.8, 510346.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.042 }, "geometry": { "type": "Point", "coordinates": [ 104369.1, 510394.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.560114 }, "geometry": { "type": "Point", "coordinates": [ 104360.8, 510444.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.49 }, "geometry": { "type": "Point", "coordinates": [ 104352.3, 510493.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104437.1, 510000.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.12 }, "geometry": { "type": "Point", "coordinates": [ 104428.7, 510049.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.09858 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.24 }, "geometry": { "type": "Point", "coordinates": [ 105430.0, 511115.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.254 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 511480.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.106 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.8 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.333 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.741 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.3505 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.57502 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0012 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00048 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00018 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0009 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0027 }, "geometry": { "type": "Point", "coordinates": [ 106840.0, 512170.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.55592 }, "geometry": { "type": "Point", "coordinates": [ 106320.0, 513370.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.25794 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.63036 }, "geometry": { "type": "Point", "coordinates": [ 107490.0, 514930.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.06 }, "geometry": { "type": "Point", "coordinates": [ 105115.7, 512962.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0846 }, "geometry": { "type": "Point", "coordinates": [ 104421.1, 513078.0 ] } } ] } diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson index b3b3611..8259044 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS22_NHDZ.geojson @@ -3,6 +3,90 @@ "name": "KDS22_NHDZ", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, "features": [ -{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +{ "type": "Feature", "properties": { "VALUE": 0.015 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.035 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.355 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.068 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.3112 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.151901 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.288 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 166.938293 }, "geometry": { "type": "Point", "coordinates": [ 101130.0, 499430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.754 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 236.031006 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 7.104 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 355.570496 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0166 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.424 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.585 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.00775 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.014999 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.395 }, "geometry": { "type": "Point", "coordinates": [ 101592.1, 501253.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.772 }, "geometry": { "type": "Point", "coordinates": [ 102054.3, 501496.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 253.2155 }, "geometry": { "type": "Point", "coordinates": [ 100977.6, 501561.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.5835 }, "geometry": { "type": "Point", "coordinates": [ 103130.0, 497120.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 71.595703 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.024 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.0125 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.58 }, "geometry": { "type": "Point", "coordinates": [ 103131.2, 502134.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.3199 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.369499 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 22.700001 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.647499 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.5686 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0 }, "geometry": { "type": "Point", "coordinates": [ 102746.9, 503192.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.2708 }, "geometry": { "type": "Point", "coordinates": [ 100825.0, 501604.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.8412 }, "geometry": { "type": "Point", "coordinates": [ 101637.0, 501792.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 277.906189 }, "geometry": { "type": "Point", "coordinates": [ 102450.8, 501917.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 30.004 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.337 }, "geometry": { "type": "Point", "coordinates": [ 101616.4, 502318.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 34.6492 }, "geometry": { "type": "Point", "coordinates": [ 101073.9, 502363.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 118.294998 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 101108.7, 502596.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 44.785 }, "geometry": { "type": "Point", "coordinates": [ 101831.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 36.653 }, "geometry": { "type": "Point", "coordinates": [ 101624.1, 502889.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.4068 }, "geometry": { "type": "Point", "coordinates": [ 101395.0, 503145.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0092 }, "geometry": { "type": "Point", "coordinates": [ 102008.5, 503430.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 102120.8, 503775.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 46.5 }, "geometry": { "type": "Point", "coordinates": [ 102106.7, 503823.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.005 }, "geometry": { "type": "Point", "coordinates": [ 102092.8, 503871.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.3785 }, "geometry": { "type": "Point", "coordinates": [ 101757.9, 503874.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.004 }, "geometry": { "type": "Point", "coordinates": [ 101511.3, 503916.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0005 }, "geometry": { "type": "Point", "coordinates": [ 102079.0, 503919.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0001 }, "geometry": { "type": "Point", "coordinates": [ 102099.8, 503964.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.002 }, "geometry": { "type": "Point", "coordinates": [ 101260.9, 503975.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0035 }, "geometry": { "type": "Point", "coordinates": [ 102171.8, 504096.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0005 }, "geometry": { "type": "Point", "coordinates": [ 102195.8, 504140.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.15 }, "geometry": { "type": "Point", "coordinates": [ 102243.8, 504228.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0001 }, "geometry": { "type": "Point", "coordinates": [ 102283.4, 504258.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.4161 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.55635 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.4335 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.7031 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 40.0 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0027 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.3714 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 499700.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0003 }, "geometry": { "type": "Point", "coordinates": [ 105450.0, 499820.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.015 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.003 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.014 }, "geometry": { "type": "Point", "coordinates": [ 103735.0, 501130.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.959999 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 9.0 }, "geometry": { "type": "Point", "coordinates": [ 103700.0, 502165.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.065 }, "geometry": { "type": "Point", "coordinates": [ 103352.7, 502423.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.75 }, "geometry": { "type": "Point", "coordinates": [ 103519.1, 503131.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 41.076 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0043 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.001 }, "geometry": { "type": "Point", "coordinates": [ 103830.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.0 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 18.0 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0002 }, "geometry": { "type": "Point", "coordinates": [ 104370.0, 503030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.0 }, "geometry": { "type": "Point", "coordinates": [ 108260.0, 500330.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0046 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106132.0, 501209.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.334 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } } ] } diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson index 28abcc0..ca2cb90 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/KDS31_NHDZ.geojson @@ -3,6 +3,161 @@ "name": "KDS31_NHDZ", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, "features": [ -{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 104000.82, 515000.78000000002794 ], [ 109000.0, 515000.0 ], [ 109000.0, 497000.0 ], [ 108006.82, 496904.590000000025611 ], [ 107000.0, 496839.849999999976717 ], [ 106259.14, 496788.979999999981374 ], [ 104851.92, 496752.18 ], [ 103888.94, 496735.51 ], [ 102859.32, 496763.32 ], [ 101974.09, 496780.03000000002794 ], [ 100426.18, 496748.60999999998603 ], [ 99211.460000000006403, 496776.419999999983702 ], [ 98692.729999999995925, 496837.549999999988358 ], [ 97562.86, 496889.729999999981374 ], [ 95907.309999999997672, 496967.849999999976717 ], [ 100352.74, 514901.01 ], [ 103060.76, 514989.200000000011642 ], [ 104000.82, 515000.78000000002794 ] ] ] } } +{ "type": "Feature", "properties": { "VALUE": 3.6785 }, "geometry": { "type": "Point", "coordinates": [ 101100.0, 497225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1635 }, "geometry": { "type": "Point", "coordinates": [ 102510.0, 498070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.1135 }, "geometry": { "type": "Point", "coordinates": [ 101980.0, 498110.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.80523 }, "geometry": { "type": "Point", "coordinates": [ 102000.0, 498170.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.6335 }, "geometry": { "type": "Point", "coordinates": [ 102085.0, 498200.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0695 }, "geometry": { "type": "Point", "coordinates": [ 101850.0, 498270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.124 }, "geometry": { "type": "Point", "coordinates": [ 100350.0, 499070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 39.16671 }, "geometry": { "type": "Point", "coordinates": [ 101420.0, 499275.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.11949 }, "geometry": { "type": "Point", "coordinates": [ 102300.0, 499510.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.05729 }, "geometry": { "type": "Point", "coordinates": [ 102470.0, 499960.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0342 }, "geometry": { "type": "Point", "coordinates": [ 103465.0, 497970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 61.719151 }, "geometry": { "type": "Point", "coordinates": [ 103050.0, 499450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 61.799999 }, "geometry": { "type": "Point", "coordinates": [ 103370.0, 499720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 4.1599 }, "geometry": { "type": "Point", "coordinates": [ 103220.0, 500540.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.01899 }, "geometry": { "type": "Point", "coordinates": [ 103140.0, 500550.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2751.801514 }, "geometry": { "type": "Point", "coordinates": [ 102810.0, 500600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3250.192383 }, "geometry": { "type": "Point", "coordinates": [ 102770.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.752 }, "geometry": { "type": "Point", "coordinates": [ 103320.0, 501225.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03099 }, "geometry": { "type": "Point", "coordinates": [ 103131.2, 502134.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.766729 }, "geometry": { "type": "Point", "coordinates": [ 102750.0, 502840.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 60.102989 }, "geometry": { "type": "Point", "coordinates": [ 101975.0, 500030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 750.963013 }, "geometry": { "type": "Point", "coordinates": [ 100530.0, 500090.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.855499 }, "geometry": { "type": "Point", "coordinates": [ 101861.0, 500116.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4339 }, "geometry": { "type": "Point", "coordinates": [ 102460.0, 500670.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.145 }, "geometry": { "type": "Point", "coordinates": [ 102390.0, 500680.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.3429 }, "geometry": { "type": "Point", "coordinates": [ 102250.0, 500710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3851.628906 }, "geometry": { "type": "Point", "coordinates": [ 102160.0, 500730.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 125.014992 }, "geometry": { "type": "Point", "coordinates": [ 101870.0, 501060.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 26.135 }, "geometry": { "type": "Point", "coordinates": [ 101592.1, 501253.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.1165 }, "geometry": { "type": "Point", "coordinates": [ 102054.3, 501496.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 66.796799 }, "geometry": { "type": "Point", "coordinates": [ 100977.6, 501561.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1101 }, "geometry": { "type": "Point", "coordinates": [ 101725.0, 501970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 47.970001 }, "geometry": { "type": "Point", "coordinates": [ 101800.0, 502490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 97.966698 }, "geometry": { "type": "Point", "coordinates": [ 101108.7, 502596.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 58.0755 }, "geometry": { "type": "Point", "coordinates": [ 101624.1, 502889.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.075 }, "geometry": { "type": "Point", "coordinates": [ 101757.9, 503874.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.22 }, "geometry": { "type": "Point", "coordinates": [ 101260.9, 503975.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 397.346313 }, "geometry": { "type": "Point", "coordinates": [ 102333.7, 504362.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.53 }, "geometry": { "type": "Point", "coordinates": [ 101572.6, 504406.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.105 }, "geometry": { "type": "Point", "coordinates": [ 102397.6, 505257.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 94.998192 }, "geometry": { "type": "Point", "coordinates": [ 102746.9, 503192.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.005 }, "geometry": { "type": "Point", "coordinates": [ 103015.3, 504255.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1643 }, "geometry": { "type": "Point", "coordinates": [ 103207.2, 504533.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.786 }, "geometry": { "type": "Point", "coordinates": [ 103161.0, 505168.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.008 }, "geometry": { "type": "Point", "coordinates": [ 103159.7, 505685.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 62.162998 }, "geometry": { "type": "Point", "coordinates": [ 102852.8, 505704.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0699 }, "geometry": { "type": "Point", "coordinates": [ 103514.8, 505761.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.10899 }, "geometry": { "type": "Point", "coordinates": [ 103472.8, 505766.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 20.007 }, "geometry": { "type": "Point", "coordinates": [ 103452.9, 505768.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 11.55471 }, "geometry": { "type": "Point", "coordinates": [ 103442.9, 505770.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01299 }, "geometry": { "type": "Point", "coordinates": [ 103266.4, 505809.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.001 }, "geometry": { "type": "Point", "coordinates": [ 103348.2, 505974.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.01 }, "geometry": { "type": "Point", "coordinates": [ 103156.6, 505983.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0699 }, "geometry": { "type": "Point", "coordinates": [ 103142.6, 506009.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.08495 }, "geometry": { "type": "Point", "coordinates": [ 103121.2, 506041.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.018 }, "geometry": { "type": "Point", "coordinates": [ 103092.4, 506082.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.05 }, "geometry": { "type": "Point", "coordinates": [ 103315.6, 506155.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.6 }, "geometry": { "type": "Point", "coordinates": [ 103487.9, 506174.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103399.5, 506765.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.5 }, "geometry": { "type": "Point", "coordinates": [ 103467.4, 507200.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.009 }, "geometry": { "type": "Point", "coordinates": [ 101715.4, 505429.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4045 }, "geometry": { "type": "Point", "coordinates": [ 102586.2, 505735.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 21.1499 }, "geometry": { "type": "Point", "coordinates": [ 102578.2, 506236.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.012 }, "geometry": { "type": "Point", "coordinates": [ 102458.8, 507241.400000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.04 }, "geometry": { "type": "Point", "coordinates": [ 102171.4, 507284.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0013 }, "geometry": { "type": "Point", "coordinates": [ 101954.1, 507308.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.64 }, "geometry": { "type": "Point", "coordinates": [ 102148.2, 508409.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.55 }, "geometry": { "type": "Point", "coordinates": [ 102516.0, 509272.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 102469.0, 510808.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 32.3563 }, "geometry": { "type": "Point", "coordinates": [ 102710.1, 507212.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 14.6735 }, "geometry": { "type": "Point", "coordinates": [ 102969.0, 507563.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.85 }, "geometry": { "type": "Point", "coordinates": [ 102918.0, 507839.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1725 }, "geometry": { "type": "Point", "coordinates": [ 103148.0, 509199.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103330.4, 509319.599999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.5 }, "geometry": { "type": "Point", "coordinates": [ 103386.0, 509508.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 6.115 }, "geometry": { "type": "Point", "coordinates": [ 103216.0, 510128.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 10.5 }, "geometry": { "type": "Point", "coordinates": [ 102690.6, 510481.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.544 }, "geometry": { "type": "Point", "coordinates": [ 103277.0, 511191.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1667 }, "geometry": { "type": "Point", "coordinates": [ 107650.0, 496750.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 84.129051 }, "geometry": { "type": "Point", "coordinates": [ 105140.0, 497430.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.4849 }, "geometry": { "type": "Point", "coordinates": [ 105400.0, 497450.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105820.0, 497625.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 112.554001 }, "geometry": { "type": "Point", "coordinates": [ 105120.0, 497720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 106080.0, 498920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 105250.0, 499690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106510.0, 500020.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105425.0, 500610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.05 }, "geometry": { "type": "Point", "coordinates": [ 105290.0, 501219.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.95713 }, "geometry": { "type": "Point", "coordinates": [ 104580.0, 497800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.306 }, "geometry": { "type": "Point", "coordinates": [ 104480.0, 499860.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0025 }, "geometry": { "type": "Point", "coordinates": [ 103940.0, 500035.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.07 }, "geometry": { "type": "Point", "coordinates": [ 104430.0, 500970.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.062 }, "geometry": { "type": "Point", "coordinates": [ 104000.0, 501610.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104620.0, 502270.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1324 }, "geometry": { "type": "Point", "coordinates": [ 103519.1, 503131.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 59.203999 }, "geometry": { "type": "Point", "coordinates": [ 104405.0, 503983.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103724.2, 504141.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1643 }, "geometry": { "type": "Point", "coordinates": [ 103828.9, 504615.200000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.0675 }, "geometry": { "type": "Point", "coordinates": [ 105670.0, 501630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.4 }, "geometry": { "type": "Point", "coordinates": [ 108470.0, 503370.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 108750.0, 503415.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 105226.0, 503490.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 108912.0, 503717.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.495 }, "geometry": { "type": "Point", "coordinates": [ 106730.0, 503800.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.8 }, "geometry": { "type": "Point", "coordinates": [ 108468.0, 503954.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.99 }, "geometry": { "type": "Point", "coordinates": [ 105805.0, 504690.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 41.110001 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 505600.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.4055 }, "geometry": { "type": "Point", "coordinates": [ 105517.0, 505836.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.05 }, "geometry": { "type": "Point", "coordinates": [ 103891.2, 505025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.97625 }, "geometry": { "type": "Point", "coordinates": [ 104637.8, 505087.5 ] } }, +{ "type": "Feature", "properties": { "VALUE": 27.57 }, "geometry": { "type": "Point", "coordinates": [ 104644.7, 505473.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 36.098999 }, "geometry": { "type": "Point", "coordinates": [ 103958.2, 505519.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.297 }, "geometry": { "type": "Point", "coordinates": [ 103520.0, 505689.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 16.437 }, "geometry": { "type": "Point", "coordinates": [ 103625.3, 505768.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 5.1025 }, "geometry": { "type": "Point", "coordinates": [ 104084.5, 506036.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.165 }, "geometry": { "type": "Point", "coordinates": [ 103625.8, 506500.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 531.679016 }, "geometry": { "type": "Point", "coordinates": [ 104060.4, 506564.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.766001 }, "geometry": { "type": "Point", "coordinates": [ 104914.0, 506979.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 25.267 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506483.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2734 }, "geometry": { "type": "Point", "coordinates": [ 105505.0, 506486.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0247 }, "geometry": { "type": "Point", "coordinates": [ 105623.0, 506608.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.011 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 506678.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.26789 }, "geometry": { "type": "Point", "coordinates": [ 105600.0, 507630.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.25429 }, "geometry": { "type": "Point", "coordinates": [ 105585.0, 507639.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0325 }, "geometry": { "type": "Point", "coordinates": [ 105893.0, 507709.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 33.419998 }, "geometry": { "type": "Point", "coordinates": [ 105150.2, 507846.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.34 }, "geometry": { "type": "Point", "coordinates": [ 108103.0, 508124.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.1929 }, "geometry": { "type": "Point", "coordinates": [ 105184.0, 508920.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.11365 }, "geometry": { "type": "Point", "coordinates": [ 104189.5, 507085.900000000023283 ] } }, +{ "type": "Feature", "properties": { "VALUE": 17.385 }, "geometry": { "type": "Point", "coordinates": [ 103944.0, 507738.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.25 }, "geometry": { "type": "Point", "coordinates": [ 104341.7, 508005.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.317 }, "geometry": { "type": "Point", "coordinates": [ 103725.0, 508066.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 2.4365 }, "geometry": { "type": "Point", "coordinates": [ 103629.0, 508117.700000000011642 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.723 }, "geometry": { "type": "Point", "coordinates": [ 104560.6, 509006.099999999976717 ] } }, +{ "type": "Feature", "properties": { "VALUE": 19.8447 }, "geometry": { "type": "Point", "coordinates": [ 104205.0, 509077.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 3.85 }, "geometry": { "type": "Point", "coordinates": [ 103738.8, 509112.799999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.5 }, "geometry": { "type": "Point", "coordinates": [ 104669.0, 510001.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 12.84409 }, "geometry": { "type": "Point", "coordinates": [ 103894.0, 510108.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 8.165 }, "geometry": { "type": "Point", "coordinates": [ 105385.0, 509901.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 29.414 }, "geometry": { "type": "Point", "coordinates": [ 108600.0, 510500.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.00158 }, "geometry": { "type": "Point", "coordinates": [ 107850.0, 510710.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.4 }, "geometry": { "type": "Point", "coordinates": [ 106860.0, 510720.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106035.0, 510859.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.28 }, "geometry": { "type": "Point", "coordinates": [ 104957.0, 512025.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 24.186501 }, "geometry": { "type": "Point", "coordinates": [ 105180.0, 512050.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.985 }, "geometry": { "type": "Point", "coordinates": [ 105115.7, 512962.299999999988358 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 106390.0, 514180.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 1.174 }, "geometry": { "type": "Point", "coordinates": [ 104800.0, 511014.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 15.73506 }, "geometry": { "type": "Point", "coordinates": [ 104010.0, 511117.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.0447 }, "geometry": { "type": "Point", "coordinates": [ 104880.0, 512030.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.047 }, "geometry": { "type": "Point", "coordinates": [ 104670.0, 512070.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 104282.0, 512095.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103617.0, 512254.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.03 }, "geometry": { "type": "Point", "coordinates": [ 104421.1, 513078.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103553.0, 513324.0 ] } }, +{ "type": "Feature", "properties": { "VALUE": 0.2 }, "geometry": { "type": "Point", "coordinates": [ 103649.0, 514303.0 ] } } ] } diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py index 972bbca..ff107f8 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py @@ -90,7 +90,7 @@ s13kd = gpd.read_file(folder / "s13kd.shp").set_crs("EPSG:28992") s21kd = gpd.read_file(folder / "s21kd.shp").set_crs("EPSG:28992") s22kd = gpd.read_file(folder / "s22kd.shp").set_crs("EPSG:28992") -# src/nhflodata/data/mockup/bodemlagen_pwn_nhdz/v1.0.0/Bodemparams/Maskers_kdwaarden_aquitards/masker_aquitard12_kd.shp + folder = data_path_nhdz / "Bodemparams" / "Maskers_kdwaarden_aquitards" ms12kd = gpd.read_file(folder / "masker_aquitard12_kd.shp").set_crs("EPSG:28992") ms13kd = gpd.read_file(folder / "masker_aquitard13_kd.shp").set_crs("EPSG:28992") From 7a169f36b1c7ee01f9b26ff4ba8b3ba6643fd8e3 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Thu, 26 Feb 2026 12:44:19 -0600 Subject: [PATCH 10/10] Add TODO comments from Edinsi Groundwater report review Document open concerns from the Edinsi report (Vincent Post, Aug 2024) as TODO comments in the relevant source files: borehole location differences, North Sea layer extent, layer boundary gaps at the NHDZ/Bergen transition, conductance anomalies, and recommendations for extending deeper layers northward and investigating Eem clay splitting. --- .../bodemlagen_pwn_2024/v2.0.0/botm/botm.py | 36 +++++++++++++++++++ .../botm/interpolation_helper_functions.py | 7 ++++ .../v2.0.0/boundaries/_convert_boundaries.py | 8 +++++ .../v2.0.0/conductances/conductances.py | 11 ++++++ .../v2.0.0/dikte_aquitard/_merge_masks.py | 9 +++++ 5 files changed, 71 insertions(+) diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py index 8910fed..60730b1 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/botm.py @@ -71,6 +71,42 @@ # TODO: Sanity checks voor gdf_d en gdf_t. Geen negatieve dikten. Hoe wordt omgegaan met ontbrekende waarden? Doorsnijdt Top min dikte de top van de onderliggende laag? # TODO: Add points from mask polygons to gdf_d with value 0, so that these points are included in the interpolation and get a value of zero. This is currently done by creating a separate GeoDataFrame with the interpolation points and using spatial join to find the points that are within the mask polygons, but for course interpolation grids info is lost. The zero masks can be used for thickness, but the top is not known. # TODO: Compute gdf_t for the points created from the zero masks. +# +# --- Open concerns from Edinsi Groundwater report --- +# (rapportage_lagenmodel_pwn_concept.pdf, Vincent Post, Aug 2024) +# All recommendations below are from the Edinsi report unless stated otherwise. +# +# TODO: [Edinsi report 2.1, p.6-7] Borehole location differences between Dawaco and Dinoloket +# (up to 200m, esp. near Castricum). Erroneous registrations for B19C0239 and B19C0806. +# Systematic coordinate inversion west of Bergen (Uilenvangersweg). Current assumption is +# that Dawaco locations are correct, but this has not been verified. Edinsi recommends +# investigating whether these differences have consequences for REGIS. +# TODO: [Edinsi report 3.1, p.12] Depth shapefiles extend west of the coastline (North Sea) +# because the old Triwaco model assumed layers continue there. Thickness contours for S1.1, +# S1.3, S3.2 are NOT extended that far, suggesting layers may be absent under the seabed. +# Edinsi recommends investigating whether layers truly exist under the North Sea and what +# consequences this has for the groundwater model. +# TODO: [Edinsi report 3.2, p.22-24] Profile analysis shows interpreted borehole thicknesses +# are often much less than shapefile polygon values. In the deep eastern part (below -40m +# NAP), piezometric data is limited and layer positions are uncertain. +# TODO: [Edinsi report 4.1, p.32] S2.1 (Eem clay): Edinsi recommends remapping the occurrence +# of this layer in the eastern part of the Bergen area because REGIS and Dinoloket indicate +# a much larger extent than Stuyfzand (1989) assumed. Koster (1997) northern boundary is a +# study area limit, not a geological boundary. +# TODO: [Edinsi report 4.2, p.34-35] S1.3 (Holocene base): The northern boundary w.r.t. +# Bergen is NOT processed in the new shapefile. Edinsi recommends further investigation. +# Also, the boundary near Bergen was shifted eastward based on Dinoloket data. +# TODO: [Edinsi report 4.3, p.35] S1.2 (Holocene): SDP 1B was NOT included because the depth +# polygon for BA1A.shp was missing. Edinsi recommends investigating the extent of the +# Holocene aquitard in this area. The DI1B polygon with 0.4m thickness was also excluded +# because its origin is unclear. Also recommends refining geological mapping here. +# TODO: [Edinsi report 4.4, p.36-37] S1.1 (Duinveen): DI2A.shp thickness is 0.2m, lower than +# Koster's (1997) 1-2m. This causes a thickness jump from 1.5m to 0.2m at the +# Koster/Bergen boundary. Edinsi recommends a borehole study to connect layers properly. +# TODO: [Edinsi report 6, p.40] Edinsi recommends investigating whether Eem clay splitting +# into two layers (as in REGIS) is needed instead of the single-unit approach of Koster. +# TODO: [Edinsi report 6, p.40] Edinsi recommends extending maps of S3.2, S3.1, and S2.2 +# northward into the Bergen area. Currently only NHDZ data exists for the deeper layers. data_path = get_abs_data_path("bodemlagen_pwn_2024", "2.0.0") diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py index 4bfc16b..eec1746 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/botm/interpolation_helper_functions.py @@ -224,6 +224,13 @@ def assign_poly_values_to_linestrings( to the Koster (1997) shapefiles from other sources (occurs mostly in the southern part of the area). + Note: [Edinsi report 3.1, p.12 and Section 5, p.38] Edinsi notes that the + Python script cannot automatically determine values for all contour lines. + Causes include: (a) overlapping polygons in original shapefiles, (b) minor + digitization errors, (c) added polygons in the southern part that weren't in + the original Koster (1997) data. These are flagged with remarks and resolved + in a manual QGIS editing step (step 5 in the interpolation workflow). + Parameters ---------- gdf_ln : GeoDataFrame diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py index 01bcba3..114d710 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/boundaries/_convert_boundaries.py @@ -33,6 +33,14 @@ crs=bounds_koster.crs, ) # into single polygon geometry +# TODO: [Edinsi report 6, p.40] Edinsi recommends extending S3.2, S3.1, and S2.2 maps +# northward into the Bergen area. Currently these layers only use the Koster (NHDZ) +# boundary because the Bergen model shapefiles contain no information for layers deeper +# than S2.1 (see Edinsi report 3.3.6, p.30). +# TODO: [Edinsi report 3.1.1, p.21] Edinsi notes large differences between Koster S2.1 and +# REGIS for the Eem clay extent. REGIS distinguishes two clay layers (eek1, eek2) while +# Koster treats it as a single unit. Edinsi recommends investigating whether this splitting +# is necessary for the groundwater model (see also Edinsi report 6, p.40). bounds = { "S11": bounds_koster_bergen, "S12": bounds_koster_bergen, diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py index ff107f8..87eff95 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/conductances/conductances.py @@ -35,6 +35,17 @@ data_path_nhdz = get_abs_data_path("bodemlagen_pwn_nhdz", "1.0.0") layer_names = ["W11", "S11", "W12", "S12", "W13", "S13", "W21", "S21", "W22", "S22", "W31", "S31", "W32", "S32"] +# TODO: [Edinsi report 3.2, p.24] Edinsi notes that C12AREA (S12 vertical resistance from +# NHDZ) has an extremely high resistance of 37800 days for a small area west of Castricum. +# Edinsi flags this as an item that still needs to be processed/verified. +# TODO: [Edinsi report 3.2, p.22] Edinsi notes that S1.2 at boring 19CZW643 has 7.5m +# thickness and 430 day resistance (only 0.02 m/d vertical conductivity) despite sand +# material and no piezometric head difference. This may indicate the conductance data is +# unreliable for this layer in some locations. +# TODO: [Edinsi report 3.2, p.24] Edinsi flags: S12 mapped as 17.5m thick at 19CNPCS 10 +# but this doesn't match the boring data. +# TODO: [Edinsi report 3.2, p.24] Edinsi flags: Profile GG shows thick clay at 19CZW718 +# with negligible head difference between filters 2 and 3. Possible density effects? c_nhdz_fill_values = { # From bodemlagen_pwn_nhdz/v1.0.0/Ontleding_model_v2.xlsx "S11": 1.0, "S12": 10.0, diff --git a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/_merge_masks.py b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/_merge_masks.py index 3ba40e4..853fd52 100644 --- a/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/_merge_masks.py +++ b/src/nhflodata/data/mockup/bodemlagen_pwn_2024/v2.0.0/dikte_aquitard/_merge_masks.py @@ -1,6 +1,15 @@ """Merges the masks of the aquitard thickness layers from Koster (1997) and Stuyfzand (1970) into a single file. These masks indicate the absence of an aquitard layer. + +Open concerns from Edinsi Groundwater report (Vincent Post, Aug 2024): +- [Edinsi 3.1, p.12] Edinsi notes DS21.shp: the 0.01m polygon (indicating layer + absence) is inaccurate — it sometimes has gaps or overlaps with other polygons. +- [Edinsi 3.1, p.12] Edinsi notes DS22.shp: the 7.5m thickness contour has a + strange shape and overlaps with the area where the layer doesn't exist. +- [Edinsi 3.1, p.13] Edinsi notes DS11.shp: duplicate polygons in the north — + two polygons (0.13 and 0.38m) are covered by 0.01m polygons suggesting layer + absence according to Koster (1997). """ from pathlib import Path